diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2cf79989a0..04e9ce6f97 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,10 +9,10 @@ /source/global/ @gcosmo @drbenmorgan @gunterfolger # Run, Event, and Detector Response -/source/run/ @makotoasai @jrmadsen -/source/event/ @makotoasai @jrmadsen -/source/digits_hits/ @makotoasai @jrmadsen -/source/processes/scoring @makotoasai @jrmadsen +/source/run/ @makotoasai @drbenmorgan +/source/event/ @makotoasai @drbenmorgan +/source/digits_hits/ @makotoasai @drbenmorgan +/source/processes/scoring @makotoasai @drbenmorgan # Tracking /source/tracking/ @ts-kek @shogo0416 @makotoasai diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 703fadef2f..a126b640a5 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -10,10 +10,10 @@ /source/global/ @gcosmo @bmorgan @gunter # Run, Event, and Detector Response -/source/run/ @asaim @jmadsen -/source/event/ @asaim @jmadsen -/source/digits_hits/ @asaim @jmadsen -/source/processes/scoring @asaim @jmadsen +/source/run/ @asaim @bmorgan +/source/event/ @asaim @bmorgan +/source/digits_hits/ @asaim @bmorgan +/source/processes/scoring @asaim @bmorgan # Tracking /source/tracking/ @tsasaki @shokada @asaim diff --git a/CMakeLists.txt b/CMakeLists.txt index 7aa22286e8..26cabb15e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,8 @@ project(Geant4 DESCRIPTION "C++ toolkit for simulating the passage of particles through matter" HOMEPAGE_URL "https://geant4.cern.ch") set(${PROJECT_NAME}_VERSION_MAJOR 11) -set(${PROJECT_NAME}_VERSION_MINOR 0) -set(${PROJECT_NAME}_VERSION_PATCH 2) +set(${PROJECT_NAME}_VERSION_MINOR 1) +set(${PROJECT_NAME}_VERSION_PATCH 0) set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}") # - Prepend our own CMake Modules to the search path diff --git a/ReleaseNotes/Beta4.11.1-1.txt b/ReleaseNotes/Beta4.11.1-1.txt new file mode 100644 index 0000000000..f17ff042d0 --- /dev/null +++ b/ReleaseNotes/Beta4.11.1-1.txt @@ -0,0 +1,1083 @@ + + Geant4 11.1-beta-01 Release Notes + --------------------------------- + + 30 June 2022 + + Migration Notes & Main New Features + ----------------------------------- + + o Added ability to optionally check for overlaps in parallel geometries + through the "/geometry/run/test" UI command. + o Improved computation of surface area and cubic volume in specific solids. + o Revised implementation of G4CoupledTransportation: now inheriting from + G4Transportation and removed duplicated variables and methods. + o Provided choice of the model of fluctuations with the default + G4UrbanFluctuation, alternative G4UniversalFluctuation (more accurate for + thin targets), and G4LossFluctuationDummy (no fluctuations); new UI command + defines model of fluctuations for the full setup; inside user physics lists + it is possible to configure different fluctuation models per G4Region. + o In G4UrbanMscModel, moving safety computation before step limitation + algorithms in order to save few instructions; should not affect results. + o New G4TransportationWithMsc specialised tranportation process combined with + multiple-scattering, enabled by default with G4EmStandardPhysics_option1. + May be enabled for any EM physics via the new UI command. Added also + possibility to enable internal stepping. + o In EM processes, updated methods to access cross-sections at run time. + o In G4EmStandardPhysics_option3, use options providing more accurate + simulation without loss of CPU performance; significantly improving + fanoCavity results. + o Use G4LinhardSorensenIonModel for GenericIon in physics-lists for + G4EmStandardPhysics_option3, G4EmStandardPhysics_option4, + G4EmPenelopePhysics and G4EmLivermorePhysics. + o G4EmStandardPhysics_option4: use Penelope ionisation model for e- below + 100 keV. + o Set EPICS2017 cross sections to be the default for Livermore gamma processes. + o New utility class G4EmDNABuilder, providing instantiation of standard + and DNA processes/models in physics lists. Made G4EmDNAPhysics the base + class for DNA physics constructors. Optimised IRT-syn DNA model. + o Added parameters in DNA including the chemical molecules and reaction + list involved in the radiolysis. + o In G4DNA, incorporated model based on RPWBA to transport protons at + 100-300 MeV and updated data structure to improve performance of the + mesoscopic model. + o Added flush() method to the fast simulation models, allowing to process the + input buffer of the fast simulation model before the end of an event; + triggered inside the event loop of G4EventManager, when the stack is empty. + o Added a new utility method to access a process via sub-type. + o New integral method for hadronic processes. + o Extended cross-sections for computation of light anti-nuclei on hydrogen. + o In G4Evaporation and G4UnstableFragmentBreakUp, completed fix about + production of unphysical fragments. + o In hadronic de_excitation, added limitation (A < 30) on decay of unphysical + fragment, allowing for removal of light unphysical states and providing + improved isotope production for the spallation fragments. + o Improved FTF fragmentation to better describe the production of strange + mesons and baryons in proton-proton interactions, as measured by the + NA61/SHINE Collaboration. + o Added option to G4HadronicParameters to control the diffraction + dissociation for nucleon projectile on target nucleus with baryon number + greater than 10: by default, both projectile and target diffraction are + switched off (but they are both active in the case of target nucleus with + baryon number below or equal to 10; if instead the flag is set to "true", + then both projectile and target diffraction are activated regardless of + the target nucleus). + o Added temporary check and protection in G4HadronicProcess against anomalous + condition leading to rare crashes recently observed with neutronHP and + fixed also rare reproducibility problems in particleHP. + o Implemented Twinkling in visualization, i.e, the rhythmic variation of + brightness of given touchables. + o Introducing 'FALLBACK' visualisation drivers for TSGQt and VTKQt and new + commands to facilitate the drawing of plots at the end of a run. + o Retired "tasking" module and merged contents in "global" and "run" + categories. + o New meshing features in visualization. Allowing for multiple meshes in + a single screen; relevant for special mesh rendering. Improved graphics + representation. + o Use standard install location for CMake installation scripts, now being + installed in $CMAKE_INSTALL_PREFIX/lib/cmake/Geant4. + o Added required configuration to be able to generate DEB/RPM packages + with CPack. + o Dataset environment variables are now optional in CMake builds. + Consistently use G4FindDataDir() in place of std::getenv() in code for + accessing data-sets. + o Added support for Intel-icpx/icx compiler. + o Preliminary configuration support for Qt5 and Qt6. + o New set of extended examples, implementing different setups showing how + to score particle fluences. + o Updated tasking system to upstream PTL version 2.3.3. + o Build option with VecGeom requires VecGeom-1.2.0 or higher. + o Requires CLHEP-2.4.5.3 for external CLHEP installation. + o New data sets: G4EMLOW-8.1, G4NDL-4.7. + + ---------------------------------------------------------------------------- + + Technical Notes + --------------- + + o Tested platforms: + + Linux, gcc-8.3.1. + Tested on 64 bit architectures (Intel or AMD) with Linux CentOS8. + Versions of Geant4 have also been compiled successfully on other + Linux distributions, Ubuntu, Debian, Suse or other RedHat systems. + + MacOS 12.4, Apple LLVM/clang-13.1.6 (Intel or Apple Silicon). + + Windows/10 with Visual C++ 14.31 (Visual Studio 2022) + + o More verified configurations: + + Linux, with gcc-9.3/10.3/11.2/12.1, clang-10/11. + + Linux, with Intel-icc 2022.1, Intel-icx 2022.1. + + MacOS 11.6 and 10.15, with Apple LLVM/clang-12. + + Windows/10 with Visual C++ 14.29 (Visual Studio 2019) + + o External dependencies + + CLHEP-2.4.5.3, suggested for external installation of the CLHEP library. + + VecGeom-1.2.0, for optional use of the VecGeom geometry primitives. + + PTL-2.3.3, for external installation of the PTL tasking library. + + o New data sets: + + G4EMLOW-8.1, G4NDL-4.7. + + Please refer to the Geant4 User Documentation: + http://cern.ch/geant4/support/user_documentation + for further information about using Geant4. + + ---------------------------------------------------------------------------- + +List of features and fixes included in this Beta release since 11.0.p02: + + o Configuration: + ------------- + + CMake: + o Added support for Intel-icpx/icx compiler and updated compilation flags + for all Intel compilers. + o Enable ToolsSG and backends based on use of external libraries (Qt, X11, + Xm, Win32). Backends made non-mutally exclusive; removed + GEANT4_USE_TOOLSSG public CMake option. + o Avoid setting LD_LIBRARY_PATH configuration on MacOS; adding paths to + DLL into PATH on Windows. + o Corrected logic error in checking whether module is already composed. + o Deprecated tags `geant4_define_module`, `geant4_global_library_target`; + decouples the source code organisation and the module/library + composition commands; implementation reduced to emitting a CMake + warning message on what to replace with. + o Updated CMake build scripts in all modules, by replacing + `geant4_global_library_target` with direct file inclusion and call to + `geant4_add_category` to define library build from source modules. + o Reorganised DLL import/export flags for single-module categories. + o Set default value of GEANT4_BUILD_BUILTIN_BACKTRACE to OFF. + o Do not use CMAKE_VERBOSE_MAKEFILE when building tests. + o Rationalized declaration and use of internal builds of required + externals CLHEP, zlib, expat, PTL and tools libraries. + o Support declaration and composition of header-only modules and libraries. + o Adding geant4_module_sources command to enable appending of + headers/sources to a module after creation. + o Providing GEANT4_BUILD_ENABLE_ASSERTIONS option to enable assert() in + all release build modes (Release, RelWithDebInfo, MinSizeRel). + o Forward `CMAKE__FLAGS[_]` flags to `geant4_add_test` so that + a consistent set is used through the project. + o Removed retired "tasking" module and library from configuration files. + o Removed deprecated functions in G4DeveloperAPI and fixed typo that + prevented installation of headers. + o Allow library composition to be overriden in developer builds. + o Do not use "readlink -f" to support pre-Monterey macOS systems. + o Adding -Og to GNU/Clang default debug flags. + o Copy .clang-tidy file to build directory to assist run-clang-tidy + reporting. + o In G4ConfigurePkgConfigHelpers.cmake, geant4-config.in for geant4-config + generation: adding new flag "--features" (add vtk and qt3d features); + allow use of md5sun if openssl missing; canonicalise prefix path. + o Added options --sh and --csh to geant4-config script. + o In G4ConfigureGNUMakeHelpers.cmake for geant4.[c]sh, geant4.bat + generation: allow full path source in zsh, sh; unset local variables at + the end; introducing GEANT4_DATA_DIR, with all data-set paths relative + to this. + o Added commands for working with categories analagous to module commands. + o Preliminary configuration support for Qt5 and Qt6. + o Added required configuration to be able to generate DEB/RPM packages + with CPack. + o Use more standard install location for CMake files. + o Remove version from default installation directories. + o Rationalised interlinked PTL/TBB build options. + o G4ConfigureGNUMakeHelpers.cmake (geant4.[c]sh, geant4.bat generation): + use the environment variable GEANT4_DATA_DIR as top data directory; the + environment variables for individual dataset commented in scripts. + o Added source validation exception for G4FindDataDir generated header. + o New data set G4EMLOW-8.1 and G4NDL-4.7 with new TermalScattering data. + o Updated tag-IDs for 11.0-beta. + + GNUMake: + o Added Linux-icx.gmk configuration for Intel OneAPI DPC++ compiler. + Updated compilation flags for Intel icc/icx compilers. + o Enable -pthread only for MT builds in other configurations. + o Retired "tasking" category and library from build. + + o Analysis: + -------- + + Added UI commands for visualization: '/analysis/hn|pn/getVector'. + + Changed namespace for g4tools code from "tools" to "toolx" for externals. + + Use geant4_category_modules in CMake script to optionally add G4hdf5 + module to category. + + o Digits & Hits: + ------------- + + Canonicalise implementations of custom new() and delete() operators that + use G4Allocator. Removed un-needed/duplicated checks on static allocator + creation in member functions. + + o Event: + ----- + + Added call to G4GlobalFastSimulationManager::Flush() method in the event + loop. + + Canonicalise implementations of custom new() and delete() operators that + use G4Allocator. + + o Externals: + --------- + + Rationalising externals builds to decouple them from the core + module/category definitions. + + CLHEP: + o Synchronised with CLHEP-2.4.5.3. + + g4tools: + o Updated to g4tools 6.0.1: + - Fixed compilation warnings on Intel compiler and Coverity defects. + - Use thread-safe version of gl2ps-1.4.2. + In gl2psPrintPostScriptPixmap(): pass greyscale, nbit in arguments + to avoid a dead code issue; in gl2psPDFgroupListInit(), fixed issue + for uninitialized pointer read; removed commented out code. + - sg/text: corrections in update_sg() due to copy-paste error. + - Moved g4tools code externals from "tools" to "toolx" module. + Concerns code related to Qt, Windows, X11, Xt, OpenGL, hdf5, expat, + mpi, zlib. + o In toolx/X11/base_session, check in show_window() that the window is + not already mapped. + + ptl: + o Updated to upstream PTL version v2.3.3: + - New/improved support for initialization and finalization routines + in ThreadPool. + - Threading: fix in GetNumberOfPhysicalCpus(), to never return zero. + - Fixed verbose message to cerr to be protected within verbosity level. + - Fixes for C++20 compilation warnings and updates to build scripts. + - Removed outdated TiMemory implementation. + - Code formatting. + o Minor fixes for macOS/Clang and use as a subproject. + o Updated CMake install directory for PTL to match recent changes + in default install directories in Geant4. + o Use any existing value of PTL_SANITIZER_TYPE to set the cache value + to prevent override. + + o Geometry: + -------- + + management: + o Get rid of heap allocations in G4BoundingEnvelope. + o G4ReflectedSolid: added GetCubicVolume(), GetSurfaceArea(). + + navigation: + o The "/geometry/run/test" UI command can now check for overlaps in + parallel worlds if "/geometry/run/check_parallel" is set to 'true'. + o G4Navigator: minor code improvements in ComputeSafety(), ComputeStep(), + and LocateGlobalPointAndSetup(). + o Added constant 'kMassNavigatorId' in G4TransportationManager and make + use of it in G4SafetyHelper. + + solids/Boolean: + o G4DisplacedSolid: added GetCubicVolume(), GetSurfaceArea(). + + solids/specific: + o G4GenericTrap: implemented calculation of volume using analytical + expression in GetCubicVolume(); in GetSurfaceArea(), improved + calculation of the area of lateral faces; removed private function + GetFaceCubicVolume(); private functions GetFaceSurfaceArea(), + GetTwistedFaceSurfaceArea() replaced with private function + GetLateralFaceArea(). + o G4Ellipsoid: in LateralSurfaceArea(), enhanced calculation of the + lateral surface area. + o G4VTwistedFaceted, G4TwistedBox, G4TwistedTrd: optimised calculation + of volume and surface area. + o G4VTwistedFaceted: fCubicVolume, fSurfaceArea made protected; + GetCubicVolume() and GetSurfaceArea() no longer inlined and moved to + source. + o G4TwistedTubs: implemented GetSurfaceArea() based on analytical + expressions; added private functions GetLateralArea(), GetPhiCutArea(). + o G4Hype: use analytical expression in GetCubicVolume() and + GetSurfaceArea(). + o G4VTwistedFaceted: use numerical evaluation of a single integral to + calculate lateral face surface area. + o G4ExtrudedSolid, G4UExtrudedSolid: added default values for parameters + in the constructor with two z-sections. Added default constructor to + ZSection. + + o Global: + ------ + + Define G4lrint as std::lrint; removed unused G4lint and G4rint. + + Imported from "Tasking" module all core interfaces that only depend on PTL. + + Corrected G4ErrorPropagatorData destructor. + + Commented out debug printout in G4ThreadLocalSingleton constructor. + + Make dataset environment variables optional in CMake builds. + + G4FindDataDir: correction for windows runtime, G4MULTITHREADED flag. + Use the environment variable GEANT4_DATA_DIR as top data dir. + + Removed obsolete CMakeLists.txt script in "management" module. + Declare "HEPGeometry" dependencies as INTERFACE as the module is + header-only. Removed dependency on TBB which is not a direct dependency + of the global category. + + Changed date for release 11.1-beta. + + o Graphics Representations: + ------------------------ + + HepPolyhedron, G4Polyhedron: added new constructors taking vertices and + faces; added derived classes HepPolyhedronTetMesh, G4PolyhedronTetMesh; + added SetVertex(), SetFacet() functions and made SetReferences() and + InvertFacets() public methods. Implemented JoinCoplanarFacets() function, + move constructor and move assignment operator. + + Implemented faster version of HepPolyhedronTetMesh. + + Revised HepPolyhedronEllipsoid, fixed visibility of edges in case of cut + ellipsoid. + + G4Visible: added "user" data member 'fInfo' from G4VMarker, with access + and operator<<() functions, intended to offer the user/developer a way + of communicating information. + + G4VisExtent: in Transform(), use 'const auto&' to avoid copying. + + o Intercoms + --------- + + Applied set of clang-tidy modernize, readability and performance fixes. + + o Interfaces + ---------- + + G4InteractorMessenger: prevent propagation of "/gui/*" commands to workers. + + Fixed compilation warning on Intel compiler for shadowing data. + + Preliminary build support for Qt5 and Qt6. + + Use geant4_module_sources to add optional sources in CMake script. + Added required G4VIS_USE_VTK_QT flag here instead of "Vtk" visualization + module. Added dependency on Qt5 Widgets to "common" sub-module CMake + script. + + o Materials + --------- + + G4MaterialPropertyVector, G4OpticalMaterialProperties: organise material + property vectors in increasing order of energy. + Modified from GitHub PR#42 (https://github.com/Geant4/geant4/pull/42). + + Corrected G4UCNMicroRoughnessHelper destructor. + + Applied set of clang-tidy modernize, readability and performance fixes. + + G4NistManager, G4NistMaterialBuilder, G4NistElementBuilder: use G4AutoLock + for code simplification. + + Replaced getenv() calls for data variables with G4FindDataDir() in + G4IonStoppingData, G4MicroElecMaterialStructure and G4OpticalSurface. + + G4Material: fixed trivial Coverity warnings. + + o Parameterisations: + ----------------- + + Added flush() method to the fast simulation models. This method allows to + process the input buffer of the fast simulation model before the end of an + event. It is used when particles are grouped together before the + processing. The 'flush' is triggered inside the event loop of + G4EventManager, when the stack is empty. The fast simulation model may + add secondaries to the stack, which will then be processed by Geant4. + + o Particles: + --------- + + In G4NuclieTable, replaced getenv() calls for data variables with + G4FindDataDir(). + + Minor code formatting. + + o Physics Lists: + ------------- + + Constructors: + o Replaced getenv() calls for data variables with G4FindDataDir() in data + readers. + o electromagnetic: + - G4EmModelActivator: fixed mechanism to define PAI model per region. + - In G4EmStandardPhysics_option3, G4EmStandardPhysics_option4, + G4EmPenelopePhysics, G4EmStandardPhysicsSS, and G4EmLivermorePhysics + use G4LinhardSorensenIonModel for GenericIon. + - Adding possibility to enable new G4TransportationWithMsc for + multiple-scattering. Enabled by default in G4EmStandardPhysics_option1. + - G4EmBuilder: enable internal stepping in G4TransportationWithMsc + if requested. + - G4EmLivermorePhysics, G4EmPenelopePhysics, G4EmStandardPhysics_option4: + adopt identical configuration for msc, muon, hadron, and ion physics. + - G4EmLivermorePhysics, G4EmPenelopePhysics, G4EmStandardPhysics_option4, + G4EmStandardPhysics: selection of the model for energy loss + fluctuation is included in ionisation processes according to the type + defined in G4EmParameters. + - G4EmStandardPhysics, G4EmStandardPhysics_option3, + G4EmStandardPhysics_option4: use G4GammaGeneralProcess by default. + - G4GammaGeneralProcess: implemented new method GetCreatorProcess(). + - G4EmStandardPhysics_option4: use Penelope ionisation model for e- + below 100 keV. + - G4EmBuilder: use check on process sub-type, do not substitute + G4CoupledTransportation with G4TransportationWithMsc. + - G4EmDNABuilder: new utility class, which provides instantiation of + standard and DNA processes/models; this reduces code duplication for + DNA physics, energy intervals for DNA models are defined in one place. + Added option2,3,4,6,8 configurations. + Added extra utility methods to find or to build electron processes. + - Made G4EmDNAPhysics the base class for DNA physics constructors. + Added interface to G4EmDNABuilder. + - G4EmDNABuilder, G4EmDNAPhysicsActivator: make consistent the + configuration of DNA physics on top of standard physics. + - Simplified code in G4EmDNAPhysics_option1, G4EmDNAPhysics_stationary, + G4EmDNAPhysics_option5 and G4EmDNAPhysics_stationary_option4. + - G4EmDNAPhysics_option6, G4EmDNAPhysics_option8: use "fast" option. + - G4EmDNAPhysics_option7, G4EmDNAPhysics_stationary_option6, + G4EmDNAPhysics_option3, G4EmDNAPhysics_stationary_option2: simplified + code. + - Added G4DNABrownianTransportation, SBS and IRT_syn models in + G4EmDNAChemistry_option3. + o gamma_lepto_nuclear: + - G4EmExtraPhysics, G4EmMessenger: use C++11 keywords; suppressed + broadcasting of UI commands. + o limiters: + - G4SpecialCuts: added setting of process type 'fGeneral' and sub type. + - G4MinEkineCuts: removed setting of process type 'fUserDefined'. + - Moved G4UserSpecialCuts class from "transportation" module. + + util: + o G4PhysListUtil: added new utility method to access a process via + sub-type, simplified methods to access hadron processes. + Use dynamic_cast instead of static_cast. + + o Electromagnetic Processes: + ------------------------- + + Adjoint: + o G4AdjointComptonModel, G4AdjointCSManager: use updated interface + to cross-section from G4VEmProcess. + o G4AdjointBremsstrahlungModel: use updated interface to G4EmModelManager. + + DNA: + o Added G4DNAPolyNucleotideReactionProcess and G4VDNAHitModel classes for + DNA damage applications. + o Prefer pointer to 'const G4Material' where possible. + Removed useless 'const_cast' of G4VSensitiveDetector. + o Optimised IRT-syn model, use reaction radius and reaction type from the + reaction table. + o Deleted G4VReactionType, G4DNAReactionTypeManager, G4DNAIRT_geometries, + G4DNATotallyDiffusionControlled and G4DNAPartiallyDiffusionControlled. + o G4ITTransportation: Make PrepareState() more function-like, expect + semicolon. + o G4DNAPolyNucleotideReactionProcess: moved 'PrepareState' and 'State' + macros in source file; made PrepareState() more function-like, expect + semicolon; moved variable 'pMoleculeA' under G4VERBOSE. + o Added condition of water material for the OUTSIDE_OF_MOTHER_VOLUME + warning in G4DNAMolecularDissociation::DecayIt(). + o Added protection in G4DNACPA100IonisationModel for cumulative + cross-section interpolation. + o Added flag 'OctreeFinder' in IRT_syn's Initialize() method. + o Added parameters including the chemical molecules and reaction list + involved in the radiolysis. + o Modified the macro in G4Molecule and G4ITType for linker problems on + Windows. + o Save local instances for recurrent access to particle definition in + G4DNAMillerGreenExcitationModel, G4DNARuddIonisationExtendedModel and + G4DNARuddIonisationModel. + o Revised code to use G4Pow and G4Log consistently. + o In G4DNARuddIonisationExtendedModel, do not include ions that are not + defined in G4DNAGenericIonsManager. + o Fix in G4KDTree algorithm. Addressing problem report #2235. + Minor code cleanup. + o Added G4VUserBrownianAction class, used in G4DNABrownianTransportation + and in G4DNAMolecularDissociation. + o Use int64_t for molecules width integer types. + o Added 'fResetScavenger' data member in G4SchedulerMessenger. + o Incorporation of model based on RPWBA to transport protons + at 100-300 MeV. + o Added G4DNARPWBAExcitationModel and G4DNARPWBAIonisationModel. + o Updated data structure to improve performance of the mesoscopic model. + o Change scavenging filter of the IRT beyond 1 us. + o Use thread-local flag in G4VMoleculeCounter. + o Replaced std::getenv() calls for data variables with G4FindDataDir() + in data readers. + o Corrected DNA ion definitions in G4DNARuddIonisationExtendedModel. + o Added missing headers inclusions for self-consistency. + + Low Energy: + o G4LivermoreGammaConversionModel, G4LivermorePhotoElectricModel and + G4LivermoreGammaConversion5DModel: set Spline interpolation for EPDL97. + o Fixed use of potential uninitialised pointer in + G4AtomicDeexcitation::GenerateParticles(..). + o Replaced getenv() calls for data variables with G4FindDataDir() in data + readers. + o Removed Latin-1 characters from description in banners. + + Muons: + o G4MuIonisation: added selection of the model for energy loss + fluctuations. Use G4MuBetheBloch model above 0.2 MeV. + o G4MuBremsstrahlungModel: moved low energy limit from 1 GeV to 100 MeV. + o G4MuPairProductionModel: moved low energy limit from 1 GeV to 850 MeV. + Some code cleanup: formatting, removed extra space lines. + + Polarisation: + o Prefer pointer to 'const G4Material' where possible. + + Standard: + o G4UrbanMscModel: moving safety computation before step limitation + algorithms in order to save few instructions; should not affect results. + Added two extra class members. Improved code comments. + Extended cache data with 5 variables for positrons; + removed unused headers; minor saving of instructions. + o G4eIonisation, G4hIonisation, G4ionIonisation: added selection of the + model for energy loss fluctuations. + o G4PairProductionRelModel, G4eBremsstrahlungRelModel, + G4PairProductionRelModel and G4eBremsstrahlungRelModel: added inclusion + of headers of G4Exp, G4Pow to to make translation unit self-consistent. + o In G4WentzelVIRelModel, G4WentzelOKandVIxSection, + G4LindhardSorensenIonModel and G4ICRU49NuclearStoppingModel, use + G4AutoLock. + o G4BetheHeitler5DModel: do not instantiate G4MuonPlus, G4MuonMinus inside + the model to allow usage of this class in physics lists without muons. + o G4eBremsstrahlung, G4hIonisation: improved initialisation. + o G4eBremsstrahlungRelModel, G4eBremParametrizedModel: code cosmetics. + o Run clang-tidy, use nullptr, default and auto keywords; removed unneeded + nullptr checks when deleting. + o Replaced getenv() calls for data variables with G4FindDataDir() in data + readers. + + Utils: + o New G4TransportationWithMsc specialised tranportation process; added + related flag to G4EmParameters. + o G4EmConfigurator implemented model per region for + G4TransportationWithMsc. Updated interfaces. + o G4EmTableType: added 3d peak energy in the data structure needed for + Bremsstrahlung. + o G4VEnergyLossProcess: fill data structure for Bremsstrahlung type of + cross-section only in the master thread; do not repeat in each thread; + removed ineffective cache from run time computation of cross-section. + o G4EmParametersMessenger: improved instantion order of UI directories; + directories are created only in the master thread. + o G4EmModelManager: updated interface to Initialise() method; + removed obsolete method Update(). + o G4VEmProcess, G4VEnergyLossProcess, G4VMultipleScattering: use updated + method of G4EmModelManager. + o G4EmParametersMessenger: restored UI command "/process/em/integral". + o G4VEmProcess: updated methods to access cross-section at run time; + implemented new virtual method GetCrossSection(); removed unused methods. + o G4EmCalculator: use updated method from G4VEmProcess. + Fixed variable shadowing. + o G4EmUtility: a new utility class. + o G4VMultipleScattering: updated arguments for AddEmModel(..), + SetEmModel(..), and EmModel(..) methods from G4VEmModel* to + G4VMscModel*. + o G4LowEnergyEmProcessSubType: added sub-type ID (66) for DNAScavenger + process. + o G4EmTableUtil: new utility to perform common computations at + initialisation. + o G4VEmModel, G4EmCalculator, G4EmConfigurator: use G4EmUtility. + o G4VEmModel, G4VEmProcess, G4VEnergyLossProcess, G4VMultipleScattering + and G4LossTableManager: use new utiity methods; updated sampling of + random elements in compounds and random isotopes; code cleanup. + o G4EmLowEParameters: change default photon database to EPICS2017. + o G4VEmProcess, G4VEnergyLossProcess: for integral method, use master + thread cross-section type and pointers directly; simplifying + initialisation. + o G4EmParameters: update flag to tri-state for enabling it. + Added extra parameter: type of fluctuation model. + o G4EmExtraParametersMessenger: fixed typo. + Addressing problem report #2492. + o G4VEnergyLossProcess: moved out common computations to G4EmTableUtil; + use G4EmDataHandler and removed unused headers/methods. Fixed trivial + Coverity warnings. + o G4VEnergyLossProcess, G4EmDataHandler: improved StorePhysicsTable(..) + method and debug printouts. + o G4EmParametersMessenger: added extra UI command to define fluctuations + model. + o Code cleanup with clang-tidy: use default constructors; nullptr, auto + and using keywords. + + Xrays: + o Code cleanup with clang-tidy: use default constructors; nullptr and + auto keywords. + + o Generic Processes: + ----------------- + + Management: + o G4VDiscreteProcess: added virtual method GetCrossSection() + needed for integral approach both in hadronics and EM modules. + Added virtual method MinPrimaryEnergy(..). + o G4VProcess: introduced new virtual method GetCreatorProcess(). + + Optical: + o Prefer pointer to 'const G4Material' where possible. + o Code cleanup with clang-tidy: use default constructors; auto keyword; + remove 'void' function argument; don't check for nullptr before delete; + use operator==() for string comparisons. + + Parameterisation: + o Added flush() method to the fast simulation models. This method allows + to process the input buffer of the fast simulation model before the end + of an event. It is used when particles are grouped together before the + processing. The 'flush' is triggered inside the event loop of + G4EventManager, when the stack is empty. The fast simulation model may + add secondaries to the stack, which will then be processed by Geant4. + + Solids State: + o In G4LatticeReader, replaced getenv() calls for data variables with + G4FindDataDir(). + + Transportation: + o Revised implementation of G4CoupledTransportation: now inheriting from + G4Transportation and removed duplicated variables and methods; use new + constant 'kMassNavigatorId' from G4TransportationManager. + o G4CoupledTransportation: set flags from G4Transportation: replaced + 'fFirstStepInAnyVolume' with 'fFirstStepInVolume'; replaced + 'fAnyGeometryLimitedStep' with 'fGeometryLimitedStep'; removed wrong + check in case of zero steps. + o G4Transportation: removed wrong check in case of zero steps; set step + status on volume boundary. Removed non-working check for any field. + o Moved G4UserSpecialCuts to "physics_lists/constructors/limiters" module. + o Removed useless 'const_cast' of G4VSensitiveDetector. + + o Hadronic Processes: + ------------------ + + Replaced getenv() calls for data variables with G4FindDataDir() in data + readers. + + cross_sections + o G4CrossSectionDataStore, G4VCrossSectionDataSet: preparation for + integral method; removed unused methods. + + management + o G4HadronicProcess: temporary check and protection against anomalous + condition leading to rare crashes recently observed with neutronHP; when a + secondary particle has a huge kinetic energy (i.e. higher than the max + energy allowed - by default 100 TeV), throw a warning exception and + neglect the particle concerned (i.e. corresponding G4Track object is not + created). Propagate the information on parent resonance (in the + FillResults() method, from G4HadSecondary to G4Track). + o G4HadronicProcess: implemented integral method. + o G4HadXSTypes, G4HadXSHelper: new helper classes. + + models/binary_cascade + o G4GeneratorPrecompoundInterface, G4BinaryCascade: propagate the + information on parent resonance (in the ApplyYourself() method, from + G4ReactionProduct to G4HadSecondary; in other methods, from + G4KineticTrack to G4ReactionProduct). + + models/cascade + o Fixed wrong comparison between two arrays in findCrossSection(..) for + G4CascadePPChannel, G4CascadeNPChanneland G4CascadeNNChannel. + + models/de_excitation + o G4Evaporation, G4UnstableFragmentBreakUp: completed fix about production + of unphysical fragments; improved debug printout. + Addressing problem report #2355. + o G4EvaporationChannel, G4Evaporation: added limitation (A < 30) on decay + of unphysical fragment, allowing for removal of light unphysical states + and providing improved isotope production for the spallation fragments. + o G4EvaporationChannel, G4EvaporationProbability, G4VEmissionProbability, + G4VCoulombBarrier, G4CoulombBarrier: use new method from G4Fragment. + o G4VEvaporationChannel, G4EvaporationChannel, G4VEmissionProbability + and G4EvaporationProbability: improved inverse cross-section + parameterisation at threshold. + o G4PhotonEvaporation: fixed situation when excited fragments are created + with excitation energy not corresponding to level energies from + G4LEVELGAMMADATA. Addressing problem report #2434. + Also fixing event non-reproducibility for the case when radioactive + decay is enabled on top of any physics list. + Simplified handling of floating levels. For floating levels check if + levels with the same energy can be used for sampling transitions; + code clean-up. + o G4EvaporationProbability: reduced usage of cache. + o G4ExcitationHandler: use IsLongLived() flag from G4Fragment to decide + if de-excitation of the fragment should be stopped. + o G4VEmissionProbability: limit number of bins for numerical integration + to 50. + o G4VEmissionProbability: updated sampling of the emitted fragment energy + needed. Addressing proble report #2443. + Fixed sampling of tail of distribution; added numerical protections. + More strong limit on accuracy of integrated probability; improved debug + printout. + o G4CoulombBarrier: tuned parameters. + o G4LevelManger, G4NuclLevel: removed verbose printouts; code clean-up. + o G4NuclearLevelData: use G4AutoLock. + o Use G4BestUnit in G4DeexPrecoParameters::StreamInfo(). + o Code cleanup. + + models/em_dissociation + o G4EMDissociation: updated according to G4Fragment modifications. + + models/inclxx + o G4INCLParticle, G4INCLEventInfo, G4INCLNucleus, G4INCLDeltaDecayChannel, + G4INCLXXInterface: set and propagate the information on parent resonance. + o G4INCLPiNElasticChannel: erase the information on parent resonance in + the case of charge exchange. + o G4INCLPiNToDeltaChannel, G4INCLPiNToOmegaChannel, G4INCLPiNToEtaChannel, + G4INCLPiNToMultiPionsChannel, G4INCLNpiToLKpiChannel, + G4INCLNpiToLK2piChannel, G4INCLNpiToNKKbChannel, G4INCLNpiToSK2piChannel, + G4INCLNpiToSKpiChannel, G4INCLNpiToSKChannel, G4INCLNpiToLKChannel, + G4INCLNpiToMissingStrangenessChannel: erase the information on parent + resonance in inelastic channels (where the nucleon and pion initial-state + objects are re-used for the final state). + + models/lend + o Fixed potential use of pointer after free in nf_utilities/nfu_realloc(..) + function. + + models/particle_hp + o G4ParticleHPContAngularPar: added protections against evaluations of + arrays at negative index (-1), fixing rare reproducibility problems and + rare crashes that have been recently observed. + o G4ParticleHPContEnergyAngular: fixed Coverity report. Expected no effect. + o G4ParticleHPThermalScatteringNames: updated to use new ThermalScattering + data in G4NDL-4.7. + + models/parton_string + o Allow control of diffraction for baryon number greater than 10 in + G4FPFParameters. The option comes from G4HadronicParameters and the + default behaviour remains the same (i.e. off). + o Fixes to get isotropic distributions in annihilations at rest: in + G4DiffractiveSplitableHadron, set proper parton index. + In G4DiffractiveExcitation, in the CreateStrings() method, take into + account that strings are created in G4FTFAnnihilation; by default, the + method CreateStrings() creates a string from a wounded nucleon/hadron, + but this is not needed in the case of annihilation. + In G4FTFAnnihilation, removed splitting of hadron; fixed bugs in the + calculations of kinematical properties; set quark momenta at string ends, + to properly account for string order on rapidity. + o G4HadronBuilder: added a new argument in constructor, and a new data + member to the class. This is needed to set a special mixing of + pseudo-scalar and vector mesons for s-sbar mesons. Introduced to + describe phi-meson production in proton-proton interactions measured + by NA61/SHINE. + o G4VLongitudinalStringDecay: tuned the probability of pseudo-scalar meson + production, to describe K*0 meson production in proton-proton + interactions according to NA61/SHINE data. Introduced also a new + parameter (probability of pseudo-scalar meson production in s-sbar + mesons) to increase the phi-meson yield in proton-proton interactions. + Fixed a bug in mixing eta_prime and phi mesons in the quark systems + d-dbar, u-ubar and s-sbar. + o G4LundStringFragmentation: introduced few changes for special treatment + of the last string decay in the case of ss-q or ss-qq, ss-sbar sbar last + string decay. This improves the yield of anti-Xi hyperons in + proton-proton interactions according to the NA61/SHINE data. + o G4VSplitableHadron: changed the method Splitting() from "protected" to + "public" (needed to change the status of SplitableHadron in + G4FTFAnnihilation, to get isotropic distributions in annihilations at + rest). + + models/radioactive_decay + o Cosmetics in G4RadioactiveDecay::StreamInfo(). + + models/theo_high_energy + o G4TheoFSGenerator: propagate the information on parent resonance (in + the ApplyYourself() method, from G4ReactionProduct to G4HadSecondary). + + processes + o Prefer pointer to 'const G4Material' where possible. + + util + o G4Fragment: added 'IsLongLived' flag and Get/Set methods needed for the + de-excitation module; clean-up inline methods. + Fixed computation of binding energy for hypernuclei; added + a new private method to recompute ground state mass, excitation energy + and to check consistency of input; left inlined only simple methods; + added new methods SetZAandMomentum(..) and RecomputeGroundStateMass(); + improved comments and warning messages. + o G4HadronicParameters: added flags for switching on/off the integral + approach for hadron elastic and, independently, inelastic processes; + by default, it is enabled for inelastic. + Moved G4Threading header to source. + o Added option to G4HadronicParameters to control the diffraction + dissociation for nucleon projectile on target nucleus with baryon + number greater than 10: by default, both projectile and target + diffraction are switched off (but they are both active in the case + of target nucleus with baryon number below or equal to 10; if instead + the flag is set to "true", then both projectile and target diffraction + are activated regardless of the target nucleus). + o G4KineticTrack, G4HadSecondary, G4ReactionProduct, G4DecayKineticTracks, + G4DecayStrongResonances: propagate the information on parent resonance. + + o Run + --- + + Imported implementations of task-based interfaces/implementations from + the "Tasking" module. See History.tasking file for History of tasking + code. + + Added new G4DNAScavenger in PhysicsListHelper for DNA processes. + + o Tasking + ------- + + Retired module. Contents merged in "global" and "Run" categories. + + o Track & Tracking + ---------------- + + In G4ParticleChangeForTransport, simplified UpdateStepForAlongStep(), + assuming that transportation is always the first process. + Apply proposed step length; further simplified UpdateStepForAlongStep() + method, assuming that transportation is always the first process. + + Only set step status of 'fGeomBoundary' when on volume boundary. + + In G4SteppingManager, refactor and simplify processing of secondaries; + use new virtual method GetCreatorProcess() when processing secondaries. + Corrected 'ProcessDefinedStep' for AtRest case. + Removed check on cuts and removed dependence of tracking from EM physics; + real implementation of ApplyCut() is done within EM physics classes. + Merged G4SteppingManager translation units. + + G4Track: added methods to get/set information on (short-lived) parent + resonance. + + o Visualization: + ------------- + + Updated build scripts and internal dependencies. + + Preliminary build support for Qt5 and Qt6. + + management: + o Implemented Twinkling, i.e, the rhythmic variation of brightness of + given touchables: in G4VVisCommand added Twinkle() method; exploit + twinkling in UI commands in G4VisCommandsTouchable and + G4VisCommandsViewer. + o Re-worked and rationalised special mesh rendering utilities. + The idea is that these are "standard" functions that are optional. + They are optimised for OpenGL but they also work fine for ToolsSG and + Qt3D. An attempt to draw a mesh with any other driver will result in a + warning and only the container will be drawn. Other drivers will have to + implement their own AddCompound(...G4Mesh...) function or choose to use + the standard functions or some thereof. + o Take advantage of recent developments in HepPolyhedron for rendering: + conversion of tetrahedra to enclosing polyhedron removing inner surfaces; + conversion of boxes to enclosing polyhedron removing inner surfaces. + Also take advantage of developments in G4PhysicalVolumeModel: + when a mesh has been found, an artificial node is created and added + to the PVPath whose physical volume points to the parameterisation. + It is used in G4VSceneHandler to transmit the material name so that, + for example, the Qt viewer scene tree shows items by material. In the + case of a medical phantom, the materials are usually given the name + of the organ, so users can select on them. + o G4VisCommandsViewer: "/vis/viewer/centreOn" and "centreAndZoomInOn": + only fly and twinkle if 'KernelVisitElapsedTimeSeconds < 0.1'. It is + not feasible for complex scenes; in that case go straight to requested + volume without flying and twinkling. + Introducing "/vis/viewer/resetCameraParameters" UI command, resetting + *only* the camera parameters (view direction, etc.). + o G4VSceneHandler: added utility function Draw3DRectMeshAsDots(..); for a + rectangular 3-D mesh, draw as coloured dots, one dot randomly placed in + each visible cell. Tidy Draw3DRectMeshAsDots(). + Allow for multiple meshes in a single screen; relevant for special mesh + rendering. Renamed 'PseudoSceneFor3DRectMeshAsDots' to + 'PseudoSceneFor3DRectMeshPositions'; serves both dots and surfaces. + Added 'Draw3DRectMeshAsSurfaces'. + Make sure dots (markers) are treated as "hidden", i.e., use the z-buffer + like other primitives (the default is "non-hidden"). + Make sure dots and vertices are in local coordinate system and ask the + rendering train to transform them to world coordinates in the normal + way through BeginPrimitives(..). + Replaced 'NameAndColour' by 'NameAndVisAtts'. + Exploit move operator when creating polyhedra for Special Mesh Rendering. + Numerous improvements to comments and messaging. + o Introducing drawing of parameterised tetrahedral mesh. + G4VSceneHandler::DrawTetMeshAsDots(): default tet mesh drawing. + o Ensure X-geometry string is copied correctly to a new viewer. + o G4VisCommandsCompound: improved command guidance of "/vis/open". + o G4VisCommandsViewer: improved command guidance of "/vis/viewer/create". + o G4VisParameters: added new accessors IsWindowLocationHintX/YNegative(). + o G4VisCommandsTouchable: augment "/vis/touchable/draw", added Boolean + argument: if true, draw the extent (bounding box); Default false. + In "/vis/touchable/dump", fix missing dump of vis attributes. + o G4VViewer: added data member and access method for + 'KernelVisitElapsedTimeSeconds'. This is measured in ProcessView(). + o In G4VisExecutive, introducing 'FALLBACK' drivers for TSGQt and VTKQt. + A FALLBACK vis driver is selected if the user chooses a UI session that + is not compatible with the requested driver. For example, if the user + has built Geant4 with Qt, the TSGQt driver will be available and be + the "default" driver, so "/vis/open TSG" will attempt to open TSGQt. But + if the user has chosen a dumb terminal session, the vis manager selects + TSGX11, for example, instead. + o Improved messaging for the case that a driver is not found in the + candidate list. + o Introduced compound command: "/vis/plot ". + This is the first part of a programme to facilitate the drawing of + plots (if any have been registered with the analysis manager) at the + end of a run. At the moment only the ToolsSG vis driver can offer this, + so the vis manager issues appropriate messages. + Later, we hope to introduce something like "/vis/reviewPlots", which + will allow the user to view all available plots in sequence. + o G4VisManager: added access method: IsEnabled(). Register the new + commands. In EndOfEvent(), protect view checking with mutex lock + in MT mode, and deal better with the case of scene requesting no kept + events (greatly speeds plotting). + Only print list of available histograms if more than one per category. + Fixed crash in G4VisManager::GeometryHasChanged() observed in example + AnaEx01. GeometryHasChanged() is a method that is called by the run + manager. Sometimes the user chooses to delete the existing geometry + tree and ask the run manager to construct a new detector geometry. + Previously existing vis models of the geometry become invalid and the + vis manager had to pick up the new geometry. + The vis manager removes invalid models from the vis scenes and now adds + the new version of the world back in. Other types of models, trajectory + drawing, for example, if specified in the original scene, are kept in + the new version of the scene. + o G4VisCommandsSceneAdd: new command "/vis/scene/add/plotter", to add + G4PlotterModel to end-of-run list. + Adapted "/vis/scene/add/volume" UI command to new + G4PhysicalVolumesSearchScene. + o G4VisCommandsCompound: introducing "/vis/plot " command. + o G4Scene: redefined IsEmpty(). + o G4VisCommandsViewerSet: improved messaging for + "/vis/viewer/set/lineWidth"; this simply prints a message saying + how *actually* to change line width. + o Introducing "/vis/viewer/set/specialMeshRenderingOption " + UI command; "dots" draw one dot per mesh point; "surfaces" group mesh + points by colour and material and compute the outer surface or envelope, + removing internal shared faces. So far, only the "dots" option is + implemented for some drivers. + o Introducing "/vis/viewer/set/lineWidth" UI command, a do-nothing command + that tells how to change line width. + o Implemented "/vis/reviewPlots" UI command. + o G4PlotterManager: removed not used inclusion of . + o G4VisCommandsSceneAdd: changed the default width of axes added to the + scene with automatic length and width determination. + + modeling: + o G4Mesh: augmented available data for 3D rectangular mesh. + Programmed for parameterised tetrahedron mesh. + Simplified algorithm: now finding 1-deep rectangular meshes such as + G4PhantomParameterisation. Added 'fpParameterisedVolume' pointer and + accessor. + o G4PhysicalVolumeModel: added 'LocalExtent' and 'GlobalExtent' to method + GetAttDefs(). In TouchableProperties, added 'fTouchableFullPVPath'. + Added modifiers; for AddCompound(mesh), provide an artificial node as + an (optional) hook for anything that might be generated. + o Migrated G4PhysicalVolumesSearchScene and G4TouchablePropertiesScene + to use 'fTouchableFullPVPath'. + o Retired G4BoundingSphereScene and G4PhysicalVolumeSearchScene. + G4BoundingSphereScene accumulated bounding spheres and often + overestimated the extent of the scene; it is now superseded by + G4BoundingExtentScene. G4BoundingExtentScene deals directly with + extents, which makes it neater and more tightly estimates the overall + extent of the scene. + o G4PhysicalVolumeSearchScene is superseded by + G4PhysicalVolumesSearchScene. G4PhysicalVolumesSearchScene finds all + occurrences of a physical volume and returns a "findings vector". + Removed last ambiguous and misleading argument in the constructor. + o G4PseudoScene: added AddCompound(const G4Mesh&) method; if special mesh + rendering is set, this catches mesh candidates (certain types of + parameterisations) and avoids descending into the parameterisations. + o G4PhysicalVolumeModel: added SetSpecialMeshRendering(true) to avoid + traversing (certain types of) parameterisations (see above). + Eliminated goto statements. + o Allow arrow proportions to be greater than 1/100. Produces more visible + arrows for field visualisation and also obeys the input parameters more + closely. + + externals/gl2ps: + o Fixed Coverity warnings in gl2ps. + + gMocren: + o G4GMocrenFileSceneHandler: removed redundant header inclusion. + + OpenGL: + o G4OpenGLSceneHandler: in AddCompound(..), use base class utility + G4VSceneHandler::Draw3DRectMeshAsDots(..); for parameterised tetrahedron + mesh, call default G4VSceneHandler::DrawTetMeshAsDots(); added missing + return statement for unimplemented cases; code tidy. + o Retired display list re-use and display list limit. + o Added G4gl2ps, a class frontend to tools/gl2ps intended to be used by + OpenGL and OpenInventor; does not depend directly of OpenGL. + o Have G4OpenGLViewer use the thread safe tools/gl2ps. + o Use StandardSpecialMeshRendering(mesh). + + OpenInventor: + o G4OpenInventorViewer: removed misleading obsolete comment regarding + kernel visit in the case of a change in vis attribute modifiers. + o G4OpenInventorQtExaminerViewer: fixed compilation warning on Intel + compiler for shadowing data. + o Have G4OpenGLOpenInventorViewer and SoGL2PSAction using the thread safe + tools/gl2ps. + + Qt3D + o G4Qt3DViewer: re-implemented wheelEvent() for perspective projection; + now taking into account the extent of the scene. + o G4Qt3DSceneHandler:in AddCompound(..), use base class utility + G4VSceneHandler::Draw3DRectMeshAsDots(..). + o G4Qt3DSceneHandler::AddCompound(): for parameterised tetrahedron mesh, + call default G4VSceneHandler::DrawTetMeshAsDots(). + o G4Qt3DSceneHandler: updated AddPrimitive(..) to current usage. + Commented out line elimination in AddPrimitive(..), as too expensive for + a large polyhedron; allow the graphics-reps utilities to optimise this. + Use StandardSpecialMeshRendering(mesh). + o Fixed compilation warnings about shadowing. + + ToolsGS: + o G4ToolsSGViewer: reimplement wheel_rotate() for perspective projection; + now taking into account the extent of the scene. + Currently, the ToolsSG viewer cannot draw trajectories in MT mode, so + in function SwitchToMasterThread() we draw any events that have been + kept by the vis manager. It fixes an issue where plots were being drawn + twice. + o Reactivate G4ToolsSGQtGLES::IsUISessionCompatible(), paves way for + permitted instantiation of multiple TSG drivers. + o Access G4VVisCommand::G4VisManager pointer through static function + GetVisManager() to prevent DLL issues on Windows. + o G4ToolsSGSceneHandler: in AddPrimitive(), define dots as a single pixel; + Use GetMarkerSize() for circles and squares. + In AddCompound(): for parameterised tetrahedron mesh, call default + G4VSceneHandler::DrawTetMeshAsDots(). + Adding warning message if plot cannot be found. + In SetPlotterHistograms(), suppressed "/control/verbose" messages for + "/analysis/*/get*" commands. + In AddPrimitive(..), comment out common line elimination, as too + expensive for a large polyhedron; allow the graphics-reps utilities to + optimise this. Use StandardSpecialMeshRendering(mesh). + o Changed namespace for g4tools code from "tools" to "toolx" for externals. + + Vtk: + o Moved setting of G4VIS_USE_VTK_QT flag to "interfaces" module. + + o Data Sets: + --------- + + G4EMLOW-8.1: + o Added DNA files for the RPWBA models. + + G4NDL-4.7: + o Updated "ThermalScattering" component, obtained from thermal scattering + data from JEFF-3.3, and adding the ENDF/BVIII-0 materials not in + JEFF-3.3, coupled to JEFF-3.3 nuclear cross-sections. + + o Examples: + -------- + + Updated reference outputs, macros, READMEs and scripts. + + advanced/air_shower + o Define all material properties in order of increasing energy. + + advanced/amsEcal + o Prefer pointer to 'const G4Material' where possible. + + advanced/brachytherapy + o Migration to C++11/14/17 features. + + advanced/ChargeExchangeMC + o CexmcHadronicProcess: disabled integral method, as not applicable to + this example. + + advanced/eRosita + o Replaced getenv() calls for data variables with G4FindDataDir(). + + advanced/hadrontherapy + o Prefer pointer to 'const G4Material' where possible. + + advanced/ICRP110_HumanPhantoms + o Use special mesh rendering. + o Corrected error in reading the first voxels (in x=0, y=0). + o Migration to C++11/14/17 features. + + advanced/iort_therapy + o Simplified calls to SetProductionCut(). + + advanced/microbeam + o Moved back to original switching field value. + + advanced/STCyclotron + o Removed no-op lines; simplified calls to SetProductionCut(). + + basic/B3 + o Set new analysis file name for the second run in run2.mac to avoid + overwriting the output from the first run. + + extended/electromagnetic/TestEm3 + o Prefer pointer to 'const G4Material' where possible. + + extended/electromagnetic/TestEm5 + o Allow changing the gun position via UI command. + + extended/electromagnetic/TestEm9 + o Updated all user actions: more correct count of creator processes; + use C++11 keywords; removed not needed headers; moved ScoreNewTrack(..) + from Tracking to Stepping action class. + + extended/electromagnetic/TestEm15 + o Added description of UI commands to control G4BetheHeitler5DModel. + + extended/eventgenerator/particleGun + o Updated reference in PrimaryGeneratorAction2. + + extended/exoticphysics/monopole + o G4MonopoleTransportation: set step status on volume boundary. + o Removed useless 'const_cast' of G4VSensitiveDetector. + + extended/hadronic/Hadr03 + o PhysicsList: added G4NuclideTable::SetThresholdOfHalfLife(1ns*log2). + + extended/hadronic/Hadr05 + o Prefer pointer to 'const G4Material' where possible. + o PhysicsList: added G4NuclideTable::SetThresholdOfHalfLife(1ns*log2). + + extended/hadronic/Hadr06 + o PhysicsList: added G4NuclideTable::SetThresholdOfHalfLife(1ns*log2). + + extended/hadronic/Hadr07 + o TrackingAction: print ions with zero meanLife. + o PhysicsList: added G4NuclideTable::SetThresholdOfHalfLife(1ns*log2). + + extended/hadronic/NeutronSource + o PhysicsList: added G4NuclideTable::SetThresholdOfHalfLife(1ns*log2). + + extended/hadronic/ParticleFluence + o New set of examples implementing different setups showing how to score + particle fluences (Sphere, Concentric Spheres, Layer, Calo). + + extended/medical/dna/chem4 + o Added macro commands to control chemical molecules and reactions. + o Minor correction for reaction type in macro file beam.in. + o Use thread-local flag in G4VMoleculeCounter. + + extended/medical/dna/chem5 + o Use thread-local flag in G4VMoleculeCounter. + + extended/medical/dna/chem6 + o Adding condition for only one event, to avoid potential FPE crash. + o Added PhysicsListMessenger. + o Added short chemical reaction list. + o Use thread-local flag in G4VMoleculeCounter. + o Added missing headers inclusion for self-consistency. + + extended/medical/dna/dnaphysics + o In main(), enable visualisation only in interactive mode; + use G4RunManagerFactory. + o PhysicsList: added RadioactiveDecayPhysics. + + extended/medical/dna/microyz + o Added UI commands for TrackerSD radius selection. + o Added missing headers inclusion for self-consistency. + + extended/medical/dna/moleculardna + o New example showing how to simulate physics, physico-chemistry and + chemistry processes in DNA geometries, for simulating DNA damage. + + extended/medical/dna/scavenger + o Use thread-local flag in G4VMoleculeCounter. + + extended/medical/dna/spower + o In main(), enable visualisation only in interactive mode; + use G4RunManagerFactory. + + extended/optical/OpNovice2 + o Added new macro complexRindex.mac, using dielectric-metal surface with + the surface having a complex index of refraction. + o Added new histograms to record separately Fresnel reflection, TIR, + absorption, etc. + o Use new histos to plot spike reflection/absorption vs angle on surface + (useful for complex refractive index). + o PrimaryGeneratorMessenger: fixed command /opnovice2/gun/randomDirection. + Based on GitHub PR#33 (https://github.com/Geant4/geant4/pull/33). + o Added local SteppingVerbose to print velocity with /tracking/verbose 1. + + extended/parallel/MPI + o Removed use of obsolete G4DeveloperAPI functions from CMake script. + o Changed namespace for g4tools code from "tools::mpi" to "toolx::mpi". + + extended/parameterisations/Par04 + o Added python training scripts. + o Added model conversion to ONNX and LWTNN to the training script. + o Fixed warnings and lwtnn macro. + o Changed visualization scripts for fast simulation. + o Added new control histograms. + o Changed extension of macros from .in to .mac. + + extended/radioactivedecay/Activation + o PhysicsList: added G4NuclideTable::SetThresholdOfHalfLife(1ns*log2). + + extended/radioactivedecay/rdecay01 + o PhysicsList: added G4NuclideTable::SetThresholdOfHalfLife(1ns*log2). + + ---------------------------------------------------------------------------- + diff --git a/cmake/History b/cmake/History index 290155d8b7..ec867deeb0 100644 --- a/cmake/History +++ b/cmake/History @@ -1,47 +1,145 @@ -------------------------------------------------------------------- +# Category cmake History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - Category History file - --------------------- +------------------------------------------------------------------------------- -History file for Geant4 CMake build scripts. -It DOES NOT substitute the SVN log-message one should put at every -committal in the SVN repository ! +## 2022-06-09 Igor Semeniouk (cmake-V11-00-32) +- G4ConfigureGNUMakeHelpers.cmake (geant4.[c]sh, geant4.bat generation ) + - use the environment variable GEANT4_DATA_DIR as top data dir + - the environment variables for individual dataset commented in scripts -Entries MUST use the following format: +## 2022-06-07 Ben Morgan (cmake-V11-00-31) +- Rationalize interlinked PTL/TBB build options +## 2022-05-30 Guilherme Amadio (cmake-V11-00-30) +- Add options --sh and --csh to geant4-config script -MONTH DAY YEAR - INITIAL.SURNAME (TAG) -- FILECHANGED : Document changes made. +## 2022-05-18 Guilherme Amadio (cmake-V11-00-29) +- Use more standard install location for CMake files +- Remove version from default installation directories +- Add required configuration to be able to generate DEB/RPM packages with CPack -- OTHERFILECHANGED : Document changes made. +## 2022-05-16 Guilherme Amadio (cmake-V11-00-28) +- Add source validation exception for G4FindDataDir.hh generated header +## 2022-05-03 Ben Morgan (cmake-V11-00-27) +- Preliminary configuration support for Qt5 and Qt6 -You should keep two lines between each date. -TAG is optional. If your changes fix a bug listed in the Geant4 Bugzilla, -add this in the documentation for the changed file as [BUGFIX #BUGNUMBER]. +## 2022-04-27 Gunter Folger (cmake-V11-00-26) +- add new dataset G4NDL 4.7 with new TermalScattering data +## 2022-04-11 Ben Morgan (cmake-V11-00-25) +- Allow library composition to be overriden in developer builds - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-04-11 Ben Morgan (cmake-V11-00-24) +- Do not use "readlink -f" to support pre-Monterey macOS systems -06 April 2022 - Ben Morgan (cmake-V10-07-56) +## 2022-04-08 Ben Morgan (cmake-V11-00-23) +- Add -Og to GNU/Clang default debug flags + +## 2022-04-06 Ben Morgan (cmake-V11-00-22) - Don't add CLHEP_INCLUDE_DIRS directly through include_directories to prevent potential issues with it holding relative paths (reported by Seth Johnson) -7 March 2022 - Gunter Folger (cmake-V10-07-55) +## 2022-04-05 Ben Morgan (cmake-V11-00-21) +- Copy .clang-tidy file to build directory to assist run-clang-tidy reporting. + +## 2022-04-04 Igor Semeniouk (cmake-V11-00-20) +- In G4ConfigurePkgConfigHelpers.cmake, geant4-config.in (geant4-config generation) + - new flag "--features", add vtk and qt3d feature + - allow use md5sun if openssl missing + - canonicalize prefix path +- In G4ConfigureGNUMakeHelpers.cmake (geant4.[c]sh, geant4.bat generation ) + - allow full path source in zsh, sh + - unset local variables at the end + - introduced GEANT4_DATA_DIR, all DS path relative to this + +## 2022-03-25 Ben Morgan (cmake-V11-00-19) +- Add commands for working with categories analagous to module commands + +## 2022-03-28 Ben Morgan (cmake-V11-00-18) +- Remove retired G4tasking library from configuration files + +## 2022-03-28 Ben Morgan (cmake-V11-00-17) +- Fix typo in G4DeveloperAPI that prevented install of headers + +## 2022-03-25 Ben Morgan (cmake-V11-00-16) +- Do not use CMAKE_VERBOSE_MAKEFILE when building tests + +## 2022-03-22 Ben Morgan (cmake-V11-00-15) +- Add geant4_module_sources command to enable appending of headers/sources + to a module after creation + +## 2022-03-18 Ben Morgan (cmake-V11-00-14) +- Change default value of GEANT4_BUILD_BUILTIN_BACKTRACE to OFF + +## 2022-03-15 Ben Morgan (cmake-V11-00-13) +- Rationalize declaration and use of internal builds of required externals CLHEP, + zlib, expat, PTL and tools libraries. + +## 2022-03-10 Ben Morgan (cmake-V11-00-12) +- Remove deprecated functions in G4DeveloperAPI +- Support declaration and composition of header-only modules and libraries + +## 2022-03-03 Ben Morgan (cmake-V11-00-11) +- Provide GEANT4_BUILD_ENABLE_ASSERTIONS option to enable assert() in all + release build modes (Release, RelWithDebInfo, MinSizeRel) + - Addresses GitLab Issue #104 +- Forward `CMAKE__FLAGS[_]` flags to `geant4_add_test` so that + a consistent set is used through the project. + +## 2022-03-07 Gunter Folger (cmake-V11-00-10) - fix in CMakeCPackOptions.cmake.in to avoid PATH with only /, without \, for g4_small.bmp -11 February 2022 - Ben Morgan (cmake-V10-07-54) +## 2022-02-11 Gunter Folger (cmake-V11-00-09) +- add new dataset G4EMLOW 8.1 + +## 2022-02-11 Igor Semeniouk (cmake-V11-00-08) +- Bug fix introduced in cmake-V11-00-06 + - G4ConfigureGNUMakeHelpers.cmake - Fix for _g4tc_prepend_path on geant4.bat genaration ( Windows only) + - History - fix comment syntax + +## 2022-02-11 Ben Morgan (cmake-V11-00-07) - Apply [GitHub PR 37](https://github.com/Geant4/geant4/pull/37) from gondiaz. - Add G4ptl and G4tasking libraries to link list in geant4-config -- Fixup: place G4tasking in correct location in dependency list -- Fixup: Update order of G4analysis for ALICE patch: - - https://github.com/alisw/geant4/commit/ee32bad38f5ccfac458869d8c546e0df474f5529 +- Fixup: place G4tasking in correct location in dependency list + +## 2022-02-11 Igor Semeniouk (cmake-V11-00-06) +- Bug fix in functions _g4tc_prepend_path, _g4tc_apppend_path on geant4.bat genaration ( Windows only) + +## 2022-02-10 Igor Semeniouk (cmake-V11-00-05) +- In G4ConfigureGNUMakeHelpers.cmake + - not set LD_LIBRARY_PATH configuration on MacOS (Darwin) + - add paths to DLL into PATH on Windows + +## 2022-02-08 Ben Morgan (cmake-V11-00-04) +- Enable ToolsSG and backends based on use of external libraries (Qt, X11, Xm, Win32) + - Backends made non-mutally exclusive + - Remove GEANT4_USE_TOOLSSG public CMake option + - Addresses #117 + +## 2022-02-06 Gabriele Cosmo (cmake-V11-00-03) +- Updated compilation flags for Intel icc/icx compilers. + +## 2022-02-05 Gunter Folger (cmake-V11-00-02) +- Add icpx/icx compiler to G4ConfigureGNUMakeHelpers.cmake + +## 2022-01-28 Ben Morgan (cmake-V11-00-01) +- Correct logic error in checking whether module is already composed +- **DEPRECATIONS** + - `geant4_define_module` + - `geant4_global_library_target` + - Implementation reduced to emitting a CMake warning message on what to replace with + +## 2021-12-10 Ben Morgan (cmake-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 09 November 2021 - Ben Morgan (cmake-V10-07-53) - Only configure public release contribution guide if present diff --git a/cmake/Modules/FindTBB.cmake b/cmake/Modules/FindTBB.cmake index bc368a8313..d0c4b7fbe5 100644 --- a/cmake/Modules/FindTBB.cmake +++ b/cmake/Modules/FindTBB.cmake @@ -1,350 +1,460 @@ -# Module for locating Intel's Threading Building Blocks (TBB). +# - Find ThreadingBuildingBlocks include dirs and libraries +# Use this module by invoking find_package with the form: +# find_package(TBB +# [REQUIRED] # Fail with error if TBB is not found +# ) # +# Once done, this will define # -# Customizable variables: -# TBB_ROOT_DIR -# Specifies TBB's root directory. +# TBB_FOUND - system has TBB +# TBB_INCLUDE_DIRS - the TBB include directories +# TBB_LIBRARIES - TBB libraries to be lined, doesn't include malloc or +# malloc proxy +# TBB::tbb - imported target for the TBB library # -# Read-only variables: -# TBB_FOUND -# Indicates whether the library has been found. +# TBB_VERSION_MAJOR - Major Product Version Number +# TBB_VERSION_MINOR - Minor Product Version Number +# TBB_INTERFACE_VERSION - Engineering Focused Version Number +# TBB_COMPATIBLE_INTERFACE_VERSION - The oldest major interface version +# still supported. This uses the engineering +# focused interface version numbers. # -# TBB_INCLUDE_DIRS -# Specifies TBB's include directory. +# TBB_MALLOC_FOUND - system has TBB malloc library +# TBB_MALLOC_INCLUDE_DIRS - the TBB malloc include directories +# TBB_MALLOC_LIBRARIES - The TBB malloc libraries to be lined +# TBB::malloc - imported target for the TBB malloc library # -# TBB_LIBRARIES -# Specifies TBB libraries that should be passed to target_link_libararies. -# -# TBB__LIBRARIES -# Specifies the libraries of a specific . -# -# TBB__FOUND -# Indicates whether the specified was found. +# TBB_MALLOC_PROXY_FOUND - system has TBB malloc proxy library +# TBB_MALLOC_PROXY_INCLUDE_DIRS = the TBB malloc proxy include directories +# TBB_MALLOC_PROXY_LIBRARIES - The TBB malloc proxy libraries to be lined +# TBB::malloc_proxy - imported target for the TBB malloc proxy library # # -# Copyright (c) 2012 Sergiu Dotenco +# This module reads hints about search locations from variables: +# ENV TBB_ARCH_PLATFORM - for eg. set it to "mic" for Xeon Phi builds +# ENV TBB_ROOT or just TBB_ROOT - root directory of tbb installation +# ENV TBB_BUILD_PREFIX - specifies the build prefix for user built tbb +# libraries. Should be specified with ENV TBB_ROOT +# and optionally... +# ENV TBB_BUILD_DIR - if build directory is different than ${TBB_ROOT}/build # -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: # -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. +# Modified by Robert Maynard from the original OGRE source # -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTTBBLAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -INCLUDE (FindPackageHandleStandardArgs) - -#------------------------------------------------------------------------------# +#------------------------------------------------------------------- +# This file is part of the CMake build system for OGRE +# (Object-oriented Graphics Rendering Engine) +# For the latest info, see http://www.ogre3d.org/ # -# Paths +# The contents of this file are placed in the public domain. Feel +# free to make use of it in any way you like. +#------------------------------------------------------------------- # -#------------------------------------------------------------------------------# - -IF(CMAKE_VERSION VERSION_GREATER 2.8.7) - SET(_TBB_CHECK_COMPONENTS ON) -ELSE() - SET(_TBB_CHECK_COMPONENTS OFF) -ENDIF() - -FIND_PATH(TBB_ROOT_DIR - NAMES include/tbb/tbb.h - PATHS ENV TBBROOT - ENV TBB40_INSTALL_DIR - ENV TBB30_INSTALL_DIR - ENV TBB22_INSTALL_DIR - ENV TBB21_INSTALL_DIR - ENV TBB_ROOT_DIR - DOC "TBB root directory") - -FIND_PATH(TBB_INCLUDE_DIR - NAMES tbb/tbb.h - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES include - DOC "TBB include directory") - -#------------------------------------------------------------------------------# +#============================================================================= +# Copyright 2010-2012 Kitware, Inc. +# Copyright 2012 Rolf Eike Beer # -# Library suffixes +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file COPYING-CMAKE-SCRIPTS for details. # -#------------------------------------------------------------------------------# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= -IF(MSVC11) - SET(_TBB_COMPILER vc11) -ELSEIF(MSVC10) - SET(_TBB_COMPILER vc10) -ELSEIF(MSVC90) - SET(_TBB_COMPILER vc9) -ELSEIF(MSVC80) - SET(_TBB_COMPILER vc8) -ELSEIF(WIN32) - SET(_TBB_COMPILER vc_mt) -ENDIF(MSVC11) - -IF(CMAKE_SIZEOF_VOID_P EQUAL 8) - SET(_TBB_POSSIBLE_LIB_SUFFIXES lib/intel64/${_TBB_COMPILER}) - SET(_TBB_POSSIBLE_BIN_SUFFIXES bin/intel64/${_TBB_COMPILER}) -ELSE(CMAKE_SIZEOF_VOID_P EQUAL 8) - SET(_TBB_POSSIBLE_LIB_SUFFIXES lib/ia32/${_TBB_COMPILER}) - SET(_TBB_POSSIBLE_BIN_SUFFIXES bin/ia32/${_TBB_COMPILER}) -ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 8) - -LIST(APPEND _TBB_POSSIBLE_LIB_SUFFIXES lib/$ENV{TBB_ARCH_PLATFORM}) - -IF(UNIX) - FOREACH(_VERSION 4.7 4.4 4.1) - IF(CMAKE_SIZEOF_VOID_P EQUAL 8) - LIST(APPEND _TBB_POSSIBLE_LIB_SUFFIXES lib/intel64/gcc${_VERSION}) - ELSE() - LIST(APPEND _TBB_POSSIBLE_LIB_SUFFIXES lib/ia32/gcc${_VERSION}) - ENDIF() - ENDFOREACH() -ENDIF() - -#------------------------------------------------------------------------------# +#============================================================================= +# FindTBB helper functions and macros # -# TBB library + +# Use TBBConfig.cmake if possible. + +set(_tbb_find_quiet) +if (TBB_FIND_QUIETLY) + set(_tbb_find_quiet QUIET) +endif () +set(_tbb_find_components) +set(_tbb_find_optional_components) +foreach (_tbb_find_component IN LISTS TBB_FIND_COMPONENTS) + if (TBB_FIND_REQUIRED_${_tbb_find_component}) + list(APPEND _tbb_find_components "${_tbb_find_component}") + else () + list(APPEND _tbb_find_optional_components "${_tbb_find_component}") + endif () +endforeach () +unset(_tbb_find_component) +find_package(TBB CONFIG ${_tbb_find_quiet} + COMPONENTS ${_tbb_find_components} + OPTIONAL_COMPONENTS ${_tbb_find_optional_components}) +unset(_tbb_find_quiet) +unset(_tbb_find_components) +unset(_tbb_find_optional_components) +if (TBB_FOUND) + return () +endif () + +#==================================================== +# Fix the library path in case it is a linker script +#==================================================== +function(tbb_extract_real_library library real_library) + if(NOT UNIX OR NOT EXISTS ${library}) + set(${real_library} "${library}" PARENT_SCOPE) + return() + endif() + + #Read in the first 4 bytes and see if they are the ELF magic number + set(_elf_magic "7f454c46") + file(READ ${library} _hex_data OFFSET 0 LIMIT 4 HEX) + if(_hex_data STREQUAL _elf_magic) + #we have opened a elf binary so this is what + #we should link to + set(${real_library} "${library}" PARENT_SCOPE) + return() + endif() + + file(READ ${library} _data OFFSET 0 LIMIT 1024) + if("${_data}" MATCHES "INPUT \\(([^(]+)\\)") + #extract out the .so name from REGEX MATCH command + set(_proper_so_name "${CMAKE_MATCH_1}") + + #construct path to the real .so which is presumed to be in the same directory + #as the input file + get_filename_component(_so_dir "${library}" DIRECTORY) + set(${real_library} "${_so_dir}/${_proper_so_name}" PARENT_SCOPE) + else() + #unable to determine what this library is so just hope everything works + #and pass it unmodified. + set(${real_library} "${library}" PARENT_SCOPE) + endif() +endfunction() + +#=============================================== +# Do the final processing for the package find. +#=============================================== +macro(findpkg_finish PREFIX TARGET_NAME) + if (${PREFIX}_INCLUDE_DIR AND ${PREFIX}_LIBRARY) + set(${PREFIX}_FOUND TRUE) + set (${PREFIX}_INCLUDE_DIRS ${${PREFIX}_INCLUDE_DIR}) + set (${PREFIX}_LIBRARIES ${${PREFIX}_LIBRARY}) + else () + if (${PREFIX}_FIND_REQUIRED AND NOT ${PREFIX}_FIND_QUIETLY) + message(FATAL_ERROR "Required library ${PREFIX} not found.") + endif () + endif () + + if (NOT TARGET "TBB::${TARGET_NAME}") + if (${PREFIX}_LIBRARY_RELEASE) + tbb_extract_real_library(${${PREFIX}_LIBRARY_RELEASE} real_release) + endif () + if (${PREFIX}_LIBRARY_DEBUG) + tbb_extract_real_library(${${PREFIX}_LIBRARY_DEBUG} real_debug) + endif () + add_library(TBB::${TARGET_NAME} UNKNOWN IMPORTED) + set_target_properties(TBB::${TARGET_NAME} PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${${PREFIX}_INCLUDE_DIR}") + if (${PREFIX}_LIBRARY_DEBUG AND ${PREFIX}_LIBRARY_RELEASE) + set_target_properties(TBB::${TARGET_NAME} PROPERTIES + IMPORTED_LOCATION "${real_release}" + IMPORTED_LOCATION_DEBUG "${real_debug}" + IMPORTED_LOCATION_RELEASE "${real_release}") + elseif (${PREFIX}_LIBRARY_RELEASE) + set_target_properties(TBB::${TARGET_NAME} PROPERTIES + IMPORTED_LOCATION "${real_release}") + elseif (${PREFIX}_LIBRARY_DEBUG) + set_target_properties(TBB::${TARGET_NAME} PROPERTIES + IMPORTED_LOCATION "${real_debug}") + endif () + endif () + + #mark the following variables as internal variables + mark_as_advanced(${PREFIX}_INCLUDE_DIR + ${PREFIX}_LIBRARY + ${PREFIX}_LIBRARY_DEBUG + ${PREFIX}_LIBRARY_RELEASE) +endmacro() + +#=============================================== +# Generate debug names from given release names +#=============================================== +macro(get_debug_names PREFIX) + foreach(i ${${PREFIX}}) + set(${PREFIX}_DEBUG ${${PREFIX}_DEBUG} ${i}d ${i}D ${i}_d ${i}_D ${i}_debug ${i}) + endforeach() +endmacro() + +#=============================================== +# See if we have env vars to help us find tbb +#=============================================== +macro(getenv_path VAR) + set(ENV_${VAR} $ENV{${VAR}}) + # replace won't work if var is blank + if (ENV_${VAR}) + string( REGEX REPLACE "\\\\" "/" ENV_${VAR} ${ENV_${VAR}} ) + endif () +endmacro() + +#=============================================== +# Couple a set of release AND debug libraries +#=============================================== +macro(make_library_set PREFIX) + if (${PREFIX}_RELEASE AND ${PREFIX}_DEBUG) + set(${PREFIX} optimized ${${PREFIX}_RELEASE} debug ${${PREFIX}_DEBUG}) + elseif (${PREFIX}_RELEASE) + set(${PREFIX} ${${PREFIX}_RELEASE}) + elseif (${PREFIX}_DEBUG) + set(${PREFIX} ${${PREFIX}_DEBUG}) + endif () +endmacro() + + +#============================================================================= +# Now to actually find TBB # -#------------------------------------------------------------------------------# -FIND_LIBRARY(TBB_LIBRARY_RELEASE - NAMES tbb - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} - DOC "TBB release library") +# Get path, convert backslashes as ${ENV_${var}} +getenv_path(TBB_ROOT) -FIND_LIBRARY(TBB_LIBRARY_DEBUG - NAMES tbb_debug - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} - DOC "TBB debug library") - -IF(TBB_LIBRARY_RELEASE AND TBB_LIBRARY_DEBUG) - IF(NOT TBB_LIBRARY) - SET(TBB_LIBRARY optimized ${TBB_LIBRARY_RELEASE} debug ${TBB_LIBRARY_DEBUG} - CACHE DOC "TBB library" FORCE) - ENDIF(NOT TBB_LIBRARY) - LIST(APPEND _TBB_ALL_LIBS optimized ${TBB_LIBRARY_RELEASE} debug ${TBB_LIBRARY_DEBUG}) -ELSE() - IF(TBB_LIBRARY_DEBUG) - IF(NOT TBB_LIBRARY) - SET(TBB_LIBRARY ${TBB_LIBRARY_DEBUG} CACHE FILEPATH "TBB library" FORCE) - ENDIF(NOT TBB_LIBRARY) - LIST(APPEND _TBB_ALL_LIBS ${TBB_LIBRARY_DEBUG}) - ENDIF(TBB_LIBRARY_DEBUG) - - IF(TBB_LIBRARY_RELEASE) - IF(NOT TBB_LIBRARY) - SET(TBB_LIBRARY ${TBB_LIBRARY_RELEASE} CACHE FILEPATH "TBB library" FORCE) - ENDIF(NOT TBB_LIBRARY) - LIST(APPEND _TBB_ALL_LIBS ${TBB_LIBRARY_RELEASE}) - ENDIF() -ENDIF(TBB_LIBRARY_RELEASE AND TBB_LIBRARY_DEBUG) +# initialize search paths +set(TBB_PREFIX_PATH ${TBB_ROOT} ${ENV_TBB_ROOT}) +set(TBB_INC_SEARCH_PATH "") +set(TBB_LIB_SEARCH_PATH "") -#------------------------------------------------------------------------------# -# -# Components -# -#------------------------------------------------------------------------------# +# If user built from sources +set(TBB_BUILD_PREFIX $ENV{TBB_BUILD_PREFIX}) +if (TBB_BUILD_PREFIX AND ENV_TBB_ROOT) + getenv_path(TBB_BUILD_DIR) + if (NOT ENV_TBB_BUILD_DIR) + set(ENV_TBB_BUILD_DIR ${ENV_TBB_ROOT}/build) + endif () -SET(_TBB_POSSIBLE_COMPONENTS preview malloc malloc_proxy) + # include directory under ${ENV_TBB_ROOT}/include + list(APPEND TBB_LIB_SEARCH_PATH + ${ENV_TBB_BUILD_DIR}/${TBB_BUILD_PREFIX}_release + ${ENV_TBB_BUILD_DIR}/${TBB_BUILD_PREFIX}_debug) +endif () -FOREACH(_TBB_COMPONENT ${TBB_FIND_COMPONENTS}) - STRING(REPLACE "_debug" "" _TBB_COMPONENT ${_TBB_COMPONENT}) - STRING(TOUPPER ${_TBB_COMPONENT} _TBB_COMPONENT_UPPER) - SET(_TBB_LIBRARY_BASE TBB_${_TBB_COMPONENT_UPPER}_LIBRARY) +# For Windows, let's assume that the user might be using the precompiled +# TBB packages from the main website. These use a rather awkward directory +# structure (at least for automatically finding the right files) depending +# on platform and compiler, but we'll do our best to accommodate it. +# Not adding the same effort for the precompiled linux builds, though. Those +# have different versions for CC compiler versions and linux kernels which +# will never adequately match the user's setup, so there is no feasible way +# to detect the "best" version to use. The user will have to manually +# select the right files. (Chances are the distributions are shipping their +# custom version of tbb, anyway, so the problem is probably nonexistent.) +if (WIN32 AND MSVC) + set(COMPILER_PREFIX "vc7.1") + if (MSVC_VERSION EQUAL 1400) + set(COMPILER_PREFIX "vc8") + elseif(MSVC_VERSION EQUAL 1500) + set(COMPILER_PREFIX "vc9") + elseif(MSVC_VERSION EQUAL 1600) + set(COMPILER_PREFIX "vc10") + elseif(MSVC_VERSION EQUAL 1700) + set(COMPILER_PREFIX "vc11") + elseif(MSVC_VERSION EQUAL 1800) + set(COMPILER_PREFIX "vc12") + elseif(MSVC_VERSION GREATER_EQUAL 1900) + set(COMPILER_PREFIX "vc14") + endif () - IF(${_TBB_COMPONENT} MATCHES "malloc*") - SET(_TBB_LIBRARY_NAME tbb${_TBB_COMPONENT}) - ELSE() - SET(_TBB_LIBRARY_NAME tbb_${_TBB_COMPONENT}) - ENDIF() + # for each prefix path, add ia32/64\${COMPILER_PREFIX}\lib to the lib search path + foreach (dir IN LISTS TBB_PREFIX_PATH) + if (CMAKE_CL_64) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/ia64/${COMPILER_PREFIX}/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/ia64/${COMPILER_PREFIX}) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/intel64/${COMPILER_PREFIX}/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/intel64/${COMPILER_PREFIX}) + else () + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/ia32/${COMPILER_PREFIX}/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/ia32/${COMPILER_PREFIX}) + endif () + endforeach () +endif () - FIND_LIBRARY(${_TBB_LIBRARY_BASE}_RELEASE - NAMES ${_TBB_LIBRARY_NAME} - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} - DOC "TBB ${_TBB_COMPONENT} release library") +# For OS X binary distribution, choose libc++ based libraries for Mavericks (10.9) +# and above and AppleClang +if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND + NOT CMAKE_SYSTEM_VERSION VERSION_LESS 13.0) + set (USE_LIBCXX OFF) + cmake_policy(GET CMP0025 POLICY_VAR) - FIND_LIBRARY(${_TBB_LIBRARY_BASE}_DEBUG - NAMES ${_TBB_LIBRARY_NAME}_debug - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} - DOC "TBB ${_TBB_COMPONENT} debug library") + if (POLICY_VAR STREQUAL "NEW") + if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") + set (USE_LIBCXX ON) + endif () + else () + if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") + set (USE_LIBCXX ON) + endif () + endif () - MARK_AS_ADVANCED (${_TBB_LIBRARY_BASE} ${_TBB_LIBRARY_BASE}_DEBUG) + if (USE_LIBCXX) + foreach (dir IN LISTS TBB_PREFIX_PATH) + list (APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/libc++ ${dir}/libc++/lib) + endforeach () + endif () +endif () - # default assumption - SET(TBB_${_TBB_COMPONENT_UPPER}_FOUND ON) - SET(TBB_${_TBB_COMPONENT}_FOUND ON) +# check compiler ABI +if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") + set(COMPILER_PREFIX) + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8) + list(APPEND COMPILER_PREFIX "gcc4.8") + endif() + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.7) + list(APPEND COMPILER_PREFIX "gcc4.7") + endif() + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.4) + list(APPEND COMPILER_PREFIX "gcc4.4") + endif() + list(APPEND COMPILER_PREFIX "gcc4.1") +elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") + set(COMPILER_PREFIX) + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.0) # Complete guess + list(APPEND COMPILER_PREFIX "gcc4.8") + endif() + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.6) + list(APPEND COMPILER_PREFIX "gcc4.7") + endif() + list(APPEND COMPILER_PREFIX "gcc4.4") +else() # Assume compatibility with 4.4 for other compilers + list(APPEND COMPILER_PREFIX "gcc4.4") +endif () - IF(${_TBB_LIBRARY_BASE}_DEBUG AND ${_TBB_LIBRARY_BASE}_RELEASE) - SET(${_TBB_LIBRARY_BASE} - debug ${${_TBB_LIBRARY_BASE}_DEBUG} - optimized ${${_TBB_LIBRARY_BASE}_RELEASE} CACHE STRING - "TBB ${_TBB_COMPONENT} library") - LIST(APPEND _TBB_ALL_LIBS - optimized ${${_TBB_LIBRARY_BASE}_RELEASE} - debug ${${_TBB_LIBRARY_BASE}_DEBUG}) - LIST(APPEND TBB_FOUND_COMPONENTS ${_TBB_LIBRARY_BASE} ${_TBB_LIBRARY_BASE}_debug) - SET(TBB_${_TBB_COMPONENT_UPPER}_LIBRARY ${${_TBB_LIBRARY_BASE}_RELEASE}) - ELSEIF(${_TBB_LIBRARY_BASE}_DEBUG) - SET(${_TBB_LIBRARY_BASE} ${${_TBB_LIBRARY_BASE}_DEBUG}) - LIST(APPEND _TBB_ALL_LIBS ${${_TBB_LIBRARY_BASE}_DEBUG}) - LIST(APPEND TBB_FOUND_COMPONENTS ${_TBB_LIBRARY_BASE}) - SET(TBB_${_TBB_COMPONENT_UPPER}_LIBRARY ${${_TBB_LIBRARY_BASE}_DEBUG}) - ELSEIF(${_TBB_LIBRARY_BASE}_RELEASE) - SET(${_TBB_LIBRARY_BASE} ${${_TBB_LIBRARY_BASE}_RELEASE} - CACHE FILEPATH "TBB ${_TBB_COMPONENT} library") - LIST(APPEND _TBB_ALL_LIBS ${${_TBB_LIBRARY_BASE}_RELEASE}) - LIST(APPEND TBB_FOUND_COMPONENTS ${_TBB_LIBRARY_BASE}_debug) - SET(TBB_${_TBB_COMPONENT_UPPER}_LIBRARY ${${_TBB_LIBRARY_BASE}_RELEASE}) - ELSE() - # Component missing: record it for a later report - LIST(APPEND _TBB_MISSING_COMPONENTS ${_TBB_COMPONENT}) - SET(TBB_${_TBB_COMPONENT}_FOUND OFF) - SET(TBB_${_TBB_COMPONENT_UPPER}_FOUND OFF) - ENDIF() +# if platform architecture is explicitly specified +set(TBB_ARCH_PLATFORM $ENV{TBB_ARCH_PLATFORM}) +if (TBB_ARCH_PLATFORM) + foreach (dir IN LISTS TBB_PREFIX_PATH) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/${TBB_ARCH_PLATFORM}/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/${TBB_ARCH_PLATFORM}) + endforeach () +endif () - IF(${_TBB_LIBRARY_BASE}) - # setup the TBB__LIBRARIES variable - SET(TBB_${_TBB_COMPONENT_UPPER}_LIBRARIES ${${_TBB_LIBRARY_BASE}}) - ELSE() - LIST(APPEND _TBB_MISSING_LIBRARIES ${_TBB_LIBRARY_BASE}) - ENDIF() +foreach (dir IN LISTS TBB_PREFIX_PATH) + foreach (prefix IN LISTS COMPILER_PREFIX) + if (CMAKE_SIZEOF_VOID_P EQUAL 8) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/intel64) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/intel64/${prefix}) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/intel64/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/intel64/${prefix}/lib) + else () + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/ia32) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/ia32/${prefix}) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/ia32/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/ia32/${prefix}/lib) + endif () + endforeach() +endforeach () -ENDFOREACH(_TBB_COMPONENT ${TBB_FIND_COMPONENTS}) +# add general search paths +foreach (dir IN LISTS TBB_PREFIX_PATH) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib ${dir}/Lib ${dir}/lib/tbb + ${dir}/Libs) + list(APPEND TBB_INC_SEARCH_PATH ${dir}/include ${dir}/Include + ${dir}/include/tbb) +endforeach () -#------------------------------------------------------------------------------# -# -# Standard variables -# -#------------------------------------------------------------------------------# -IF(_TBB_ALL_LIBS) - SET(TBB_LIBRARIES ${_TBB_ALL_LIBS}) -ENDIF() +set(TBB_LIBRARY_NAMES tbb) +get_debug_names(TBB_LIBRARY_NAMES) -IF(TBB_INCLUDE_DIR) - SET(TBB_INCLUDE_DIRS ${TBB_INCLUDE_DIR}) -ENDIF() -IF(DEFINED _TBB_MISSING_COMPONENTS AND _TBB_CHECK_COMPONENTS) - IF(NOT TBB_FIND_QUIETLY) - MESSAGE(STATUS "One or more TBB components were not found:") - # Display missing components indented, each on a separate line - FOREACH(_TBB_MISSING_COMPONENT ${_TBB_MISSING_COMPONENTS}) - MESSAGE(STATUS " " ${_TBB_MISSING_COMPONENT}) - ENDFOREACH(_TBB_MISSING_COMPONENT ${_TBB_MISSING_COMPONENTS}) - ENDIF(NOT TBB_FIND_QUIETLY) -ENDIF(DEFINED _TBB_MISSING_COMPONENTS AND _TBB_CHECK_COMPONENTS) +find_path(TBB_INCLUDE_DIR + NAMES tbb/tbb.h + PATHS ${TBB_INC_SEARCH_PATH}) -#------------------------------------------------------------------------------# -# -# Library's version -# -#------------------------------------------------------------------------------# +find_library(TBB_LIBRARY_RELEASE + NAMES ${TBB_LIBRARY_NAMES} + PATHS ${TBB_LIB_SEARCH_PATH}) +find_library(TBB_LIBRARY_DEBUG + NAMES ${TBB_LIBRARY_NAMES_DEBUG} + PATHS ${TBB_LIB_SEARCH_PATH}) +make_library_set(TBB_LIBRARY) -SET(_TBB_VERSION_HEADER ${TBB_INCLUDE_DIR}/tbb/tbb_stddef.h) +findpkg_finish(TBB tbb) -IF(EXISTS ${_TBB_VERSION_HEADER}) - FILE(READ ${_TBB_VERSION_HEADER} _TBB_VERSION_CONTENTS) +#if we haven't found TBB no point on going any further +if (NOT TBB_FOUND) + return() +endif () - STRING(REGEX REPLACE ".*#define TBB_VERSION_MAJOR[ \t]+([0-9]+).*" "\\1" - TBB_VERSION_MAJOR "${_TBB_VERSION_CONTENTS}") - STRING(REGEX REPLACE ".*#define TBB_VERSION_MINOR[ \t]+([0-9]+).*" "\\1" - TBB_VERSION_MINOR "${_TBB_VERSION_CONTENTS}") +#============================================================================= +# Look for TBB's malloc package +set(TBB_MALLOC_LIBRARY_NAMES tbbmalloc) +get_debug_names(TBB_MALLOC_LIBRARY_NAMES) - SET(TBB_VERSION ${TBB_VERSION_MAJOR}.${TBB_VERSION_MINOR}) - SET(TBB_VERSION_COMPONENTS 2) -ENDIF() +find_path(TBB_MALLOC_INCLUDE_DIR + NAMES tbb/tbb.h + PATHS ${TBB_INC_SEARCH_PATH}) -IF(WIN32) - FIND_PROGRAM(LIB_EXECUTABLE NAMES lib - HINTS - "$ENV{VS110COMNTOOLS}/../../VC/bin" - "$ENV{VS100COMNTOOLS}/../../VC/bin" - "$ENV{VS90COMNTOOLS}/../../VC/bin" - "$ENV{VS71COMNTOOLS}/../../VC/bin" - "$ENV{VS80COMNTOOLS}/../../VC/bin" - DOC "Library manager") +find_library(TBB_MALLOC_LIBRARY_RELEASE + NAMES ${TBB_MALLOC_LIBRARY_NAMES} + PATHS ${TBB_LIB_SEARCH_PATH}) +find_library(TBB_MALLOC_LIBRARY_DEBUG + NAMES ${TBB_MALLOC_LIBRARY_NAMES_DEBUG} + PATHS ${TBB_LIB_SEARCH_PATH}) +make_library_set(TBB_MALLOC_LIBRARY) - MARK_AS_ADVANCED (LIB_EXECUTABLE) -ENDIF() +findpkg_finish(TBB_MALLOC tbbmalloc) -MACRO(GET_LIB_REQUISITES LIB REQUISITES) - IF(LIB_EXECUTABLE) - GET_FILENAME_COMPONENT(_LIB_PATH ${LIB_EXECUTABLE} PATH) +#============================================================================= +# Look for TBB's malloc proxy package +set(TBB_MALLOC_PROXY_LIBRARY_NAMES tbbmalloc_proxy) +get_debug_names(TBB_MALLOC_PROXY_LIBRARY_NAMES) - IF(MSVC) - # Do not redirect the output - UNSET(ENV{VS_UNICODE_OUTPUT}) - ENDIF() +find_path(TBB_MALLOC_PROXY_INCLUDE_DIR + NAMES tbb/tbbmalloc_proxy.h + PATHS ${TBB_INC_SEARCH_PATH}) - EXECUTE_PROCESS(COMMAND ${LIB_EXECUTABLE} /nologo /list ${LIB} - WORKING_DIRECTORY ${_LIB_PATH}/../../Common7/IDE - OUTPUT_VARIABLE _LIB_OUTPUT ERROR_QUIET) +find_library(TBB_MALLOC_PROXY_LIBRARY_RELEASE + NAMES ${TBB_MALLOC_PROXY_LIBRARY_NAMES} + PATHS ${TBB_LIB_SEARCH_PATH}) +find_library(TBB_MALLOC_PROXY_LIBRARY_DEBUG + NAMES ${TBB_MALLOC_PROXY_LIBRARY_NAMES_DEBUG} + PATHS ${TBB_LIB_SEARCH_PATH}) +make_library_set(TBB_MALLOC_PROXY_LIBRARY) - STRING(REPLACE "\n" ";" "${REQUISITES}" "${_LIB_OUTPUT}") - LIST(REMOVE_DUPLICATES ${REQUISITES}) - ENDIF() -ENDMACRO() +findpkg_finish(TBB_MALLOC_PROXY tbbmalloc_proxy) -IF(_TBB_ALL_LIBS) - # collect lib requisites using the lib tool - FOREACH(_TBB_COMPONENT ${_TBB_ALL_LIBS}) - GET_LIB_REQUISITES(${_TBB_COMPONENT} _TBB_REQUISITES) - ENDFOREACH(_TBB_COMPONENT) -ENDIF() -IF(NOT TBB_BINARY_DIR) - SET(_TBB_UPDATE_BINARY_DIR ON) -ELSE() - SET(_TBB_UPDATE_BINARY_DIR OFF) -ENDIF() +#============================================================================= +#parse all the version numbers from tbb +if(NOT TBB_VERSION) + if (EXISTS "${TBB_INCLUDE_DIR}/oneapi/tbb/version.h") + file(STRINGS + "${TBB_INCLUDE_DIR}/oneapi/tbb/version.h" + TBB_VERSION_CONTENTS + REGEX "VERSION") + else() + #only read the start of the file + file(STRINGS + "${TBB_INCLUDE_DIR}/tbb/tbb_stddef.h" + TBB_VERSION_CONTENTS + REGEX "VERSION") + endif() -SET(_TBB_BINARY_DIR_HINTS ${_TBB_POSSIBLE_BIN_SUFFIXES}) + string(REGEX REPLACE + ".*#define TBB_VERSION_MAJOR ([0-9]+).*" "\\1" + TBB_VERSION_MAJOR "${TBB_VERSION_CONTENTS}") -IF(_TBB_REQUISITES) - FIND_FILE(TBB_BINARY_DIR NAMES ${_TBB_REQUISITES} - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_BINARY_DIR_HINTS} NO_DEFAULT_PATH) -ENDIF() + string(REGEX REPLACE + ".*#define TBB_VERSION_MINOR ([0-9]+).*" "\\1" + TBB_VERSION_MINOR "${TBB_VERSION_CONTENTS}") -IF(TBB_BINARY_DIR AND _TBB_UPDATE_BINARY_DIR) - SET(_TBB_BINARY_DIR ${TBB_BINARY_DIR}) - UNSET(TBB_BINARY_DIR CACHE) + string(REGEX REPLACE + ".*#define TBB_INTERFACE_VERSION ([0-9]+).*" "\\1" + TBB_INTERFACE_VERSION "${TBB_VERSION_CONTENTS}") - IF(_TBB_BINARY_DIR) - GET_FILENAME_COMPONENT(TBB_BINARY_DIR ${_TBB_BINARY_DIR} PATH) - ENDIF() -ENDIF() + string(REGEX REPLACE + ".*#define TBB_COMPATIBLE_INTERFACE_VERSION ([0-9]+).*" "\\1" + TBB_COMPATIBLE_INTERFACE_VERSION "${TBB_VERSION_CONTENTS}") -SET(TBB_BINARY_DIR ${TBB_BINARY_DIR} CACHE PATH "TBB binary directory") + set(TBB_VERSION "${TBB_VERSION_MAJOR}.${TBB_VERSION_MINOR}") -MARK_AS_ADVANCED(TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_RELEASE - TBB_LIBRARY_DEBUG TBB_BINARY_DIR) +endif() -IF(NOT _TBB_CHECK_COMPONENTS) - SET(_TBB_FPHSA_ADDITIONAL_ARGS HANDLE_COMPONENTS) -ENDIF() - -LIST(APPEND _TBB_FPHSA_ADDITIONAL_ARGS VERSION_VAR TBB_VERSION) - -FIND_PACKAGE_HANDLE_STANDARD_ARGS(TBB - REQUIRED_VARS - TBB_ROOT_DIR - TBB_INCLUDE_DIR - TBB_LIBRARY - ${_TBB_MISSING_LIBRARIES} - HANDLE_COMPONENTS - ${_TBB_FPHSA_ADDITIONAL_ARGS}) +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(TBB + REQUIRED_VARS TBB_INCLUDE_DIR TBB_LIBRARY + VERSION_VAR TBB_VERSION) diff --git a/cmake/Modules/G4BuildSettings.cmake b/cmake/Modules/G4BuildSettings.cmake index 78823d28ae..2f68a3c209 100644 --- a/cmake/Modules/G4BuildSettings.cmake +++ b/cmake/Modules/G4BuildSettings.cmake @@ -276,6 +276,41 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|.*Clang") geant4_add_feature(GEANT4_BUILD_SANITIZER "Compiling/linking with sanitizer '${GEANT4_BUILD_SANITIZER}'") endif() endif() + +#.rst: +# - ``GEANT4_BUILD_ENABLE_ASSERTIONS`` +# - Build libraries with assertions enabled even in release build types (Release, RelWithDebInfo, MinSizeRel) +# +option(GEANT4_BUILD_ENABLE_ASSERTIONS "Enable assertions regardless of build mode" OFF) +geant4_add_feature(GEANT4_BUILD_ENABLE_ASSERTIONS "Compiling Geant4 with assertions enabled in all build types") +mark_as_advanced(GEANT4_BUILD_ENABLE_ASSERTIONS) + +# "Dumb" strip of NDEBUG definition from build type flags +if(GEANT4_BUILD_ENABLE_ASSERTIONS) + foreach(__build_type Release MinSizeRel RelWithDebInfo) + string(TOUPPER ${__build_type} __build_type_uc) + foreach(__lang C CXX) + set(FLAGSET_TO_MODIFY "CMAKE_${__lang}_FLAGS_${__build_type_uc}") + string(REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " " new_flags "${${FLAGSET_TO_MODIFY}}") + set(${FLAGSET_TO_MODIFY} "${new_flags}") + endforeach() + endforeach() +endif() + +# Copy .clang-tidy file to build dir +# - clang-tidy/run-clang-tidy state that by default: +# +# "clang-tidy will attempt to find a file named .clang-tidy for each source file in its parent directories." +# +# Whilst this does appear to be the case, `run-clang-tidy` will report enabled checks +# as the default set, or that of any .clang-tidy found in parent directories of the build dir +# To avoid confusion, copy .clang-tidy into build directory so that run-clang-tidy +# should report correctly +# +if(EXISTS "${PROJECT_SOURCE_DIR}/.clang-tidy") + configure_file("${PROJECT_SOURCE_DIR}/.clang-tidy" "${PROJECT_BINARY_DIR}/.clang-tidy" COPYONLY) +endif() + #----------------------------------------------------------------------- # Multithreading #----------------------------------------------------------------------- @@ -380,7 +415,7 @@ mark_as_advanced(GEANT4_BUILD_VERBOSE_CODE) if(UNIX) option(GEANT4_BUILD_BUILTIN_BACKTRACE "Enable automatic G4Backtrace signal handling in G4RunManager. Switch off for applications implementing their own signal handling" - ON) + OFF) mark_as_advanced(GEANT4_BUILD_BUILTIN_BACKTRACE) endif() diff --git a/cmake/Modules/G4CMakeSettings.cmake b/cmake/Modules/G4CMakeSettings.cmake index ac387c588f..9c25b37783 100644 --- a/cmake/Modules/G4CMakeSettings.cmake +++ b/cmake/Modules/G4CMakeSettings.cmake @@ -138,8 +138,8 @@ set(CMAKE_INSTALL_DATAROOTDIR "share" CACHE PATH "Read-only architecture-independent data root (share)") set(CMAKE_INSTALL_DATADIR - "${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION}" CACHE PATH - "Read-only architecture-independent data (DATAROOTDIR/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION})") + "${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}" CACHE PATH + "Read-only architecture-independent data (DATAROOTDIR/${PROJECT_NAME})") # # CMake's builtin `GNUInstallDirs` module is used to set and provide variables diff --git a/cmake/Modules/G4CMakeUtilities.cmake b/cmake/Modules/G4CMakeUtilities.cmake index 076dd39317..a628065f4b 100644 --- a/cmake/Modules/G4CMakeUtilities.cmake +++ b/cmake/Modules/G4CMakeUtilities.cmake @@ -42,7 +42,6 @@ endif() # # This module includes the following modules: include(CMakeDependentOption) -include(Geant4MacroLibraryTargets) #----------------------------------------------------------------------- # CMAKE EXTENSIONS diff --git a/cmake/Modules/G4CPack.cmake b/cmake/Modules/G4CPack.cmake index 89d2aef894..37c35fbd74 100644 --- a/cmake/Modules/G4CPack.cmake +++ b/cmake/Modules/G4CPack.cmake @@ -45,6 +45,7 @@ configure_file(LICENSE LICENSE.txt COPYONLY) # Suffix must be .txt # set(CPACK_PACKAGE_NAME "geant4") set(CPACK_PACKAGE_VENDOR "Geant4 Collaboration") +set(CPACK_PACKAGE_CONTACT "Geant4 Collaboration ") set(CPACK_PACKAGE_VERSION ${Geant4_VERSION}) set(CPACK_PACKAGE_VERSION_MAJOR ${Geant4_VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${Geant4_VERSION_MINOR}) @@ -54,6 +55,15 @@ set(CPACK_PACKAGE_INSTALL_DIRECTORY "Geant4-${Geant4_VERSION_MAJOR}.${Geant4_VER set(CPACK_PACKAGE_ICON "${PROJECT_SOURCE_DIR}/cmake/Templates/g4_small.bmp") set(CPACK_PACKAGE_CHECKSUM "SHA256") +set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT") +set(CPACK_DEBIAN_PACKAGE_SECTION "science") +set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS TRUE) +set(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS TRUE) +set(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY "=") +set(CPACK_DEBIAN_PACKAGE_DEPENDS "cmake, make, g++") +set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "libexpat1-dev, libxerces-c-dev, zlib1g-dev") +set(CPACK_DEBIAN_PACKAGE_SUGGESTS "") + # - Common Resource files set(CPACK_RESOURCE_FILE_README "${PROJECT_BINARY_DIR}/README.txt") set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_BINARY_DIR}/LICENSE.txt") @@ -127,7 +137,6 @@ list(APPEND CPACK_INSTALL_SCRIPTS "${CMAKE_CURRENT_BINARY_DIR}/source_package_ex # Binary package common settings # set(CPACK_PACKAGE_RELOCATABLE ${CMAKE_INSTALL_IS_NONRELOCATABLE}) -set(CPACK_PACKAGE_INSTALL_DIRECTORY "Geant4-${Geant4_VERSION_MAJOR}.${Geant4_VERSION_MINOR}") if(WIN32) set(CPACK_GENERATOR "NSIS;ZIP") diff --git a/cmake/Modules/G4ConfigureCMakeHelpers.cmake b/cmake/Modules/G4ConfigureCMakeHelpers.cmake index c0ecfe0fae..53c35a88dd 100644 --- a/cmake/Modules/G4ConfigureCMakeHelpers.cmake +++ b/cmake/Modules/G4ConfigureCMakeHelpers.cmake @@ -225,7 +225,7 @@ configure_file( # - Generate Install Tree Configuration Files #----------------------------------------------------------------------- # Set needed variables for the install tree -set(GEANT4_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION}) +set(GEANT4_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}) # Header path for install tree is dependent on whether we have a relocatable # install. diff --git a/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake b/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake index e6f2f6e6c3..0f55913567 100644 --- a/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake +++ b/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake @@ -119,6 +119,8 @@ elseif(MSVC) set(GEANT4_COMPILER "VC") elseif(CMAKE_CXX_COMPILER MATCHES "icpc.*|icc.*") set(GEANT4_COMPILER "icc") +elseif(CMAKE_CXX_COMPILER MATCHES "icpx.*|icx.*") + set(GEANT4_COMPILER "icx") else() set(GEANT4_COMPILER "UNSUPPORTED") endif() @@ -174,27 +176,31 @@ function(_g4tc_selflocate TEMPLATE_NAME SHELL_FAMILY SCRIPT_NAME LOCATION_VARIAB if(${SHELL_FAMILY} STREQUAL "bourne") set(${TEMPLATE_NAME} "# Self locate script when sourced -if [ -z \"\$BASH_VERSION\" ]; then - # Not bash, so rely on sourcing from correct location +g4sls_sourced_dir=\$\(dirname \${BASH_SOURCE[0]:-$0}\) + +if [ \"\${g4sls_sourced_dir}\" = \".\" ]; then if [ ! -f ${SCRIPT_NAME}${GEANT4_TC_SHELL_EXTENSION} ]; then + # Not bash, zsh or sh so rely on sourcing from correct location echo 'ERROR: ${SCRIPT_NAME}${GEANT4_TC_SHELL_EXTENSION} could NOT self-locate Geant4 installation' - echo 'This is most likely because you are using ksh, zsh or similar' + echo 'This is most likely because you are using ksh, dash or similar' echo 'To fix this issue, cd to the directory containing this script' echo 'and source it in that directory.' + unset g4sls_sourced_dir return 1 fi - ${LOCATION_VARIABLE}=\$\(pwd\) -else - g4sls_sourced_dir=\$\(dirname \${BASH_ARGV[0]}\) - ${LOCATION_VARIABLE}=$\(cd \$g4sls_sourced_dir > /dev/null ; pwd\) fi +${LOCATION_VARIABLE}=$\(cd \$g4sls_sourced_dir > /dev/null ; pwd\) " PARENT_SCOPE ) # For bourne shell, set the values of the guard variables set(GEANT4_TC_IF_SELFLOCATED "" PARENT_SCOPE) - set(GEANT4_TC_ENDIF_SELFLOCATED "" PARENT_SCOPE) - + set(GEANT4_TC_ENDIF_SELFLOCATED " +# unset local variables +unset g4sls_sourced_dir +unset ${LOCATION_VARIABLE} +" + PARENT_SCOPE) elseif(${SHELL_FAMILY} STREQUAL "cshell") set(${TEMPLATE_NAME} @@ -255,15 +261,21 @@ set ${LOCATION_VARIABLE}=\"`cd \${g4sls_sourced_dir} > /dev/null ; pwd`\" # For C-shell, set the values of the guard variables set(GEANT4_TC_IF_SELFLOCATED "" PARENT_SCOPE) - set(GEANT4_TC_ENDIF_SELFLOCATED "" PARENT_SCOPE) - elseif(${SHELL_FAMILY} STREQUAL "cmd") + set(GEANT4_TC_ENDIF_SELFLOCATED " +# unset local variables +unset g4sls_sourced_dir +unset ${LOCATION_VARIABLE} +" + PARENT_SCOPE) + +elseif(${SHELL_FAMILY} STREQUAL "cmd") set(${TEMPLATE_NAME} "set ${LOCATION_VARIABLE}= rem Self locate script when sourced for /F %%i in (\"%0\") do set BINDIR=%%~dpi -set BINDIR=%BINDIR:~0,-1% -set ${LOCATION_VARIABLE}=%BINDIR% +set \"BINDIR=%BINDIR:~0,-1%\" +set \"${LOCATION_VARIABLE}=%BINDIR%\" rem unset temparary variable set BINDIR= " @@ -271,7 +283,10 @@ set BINDIR= ) # Set the values of the guard variables set(GEANT4_TC_IF_SELFLOCATED "" PARENT_SCOPE) - set(GEANT4_TC_ENDIF_SELFLOCATED "" PARENT_SCOPE) + set(GEANT4_TC_ENDIF_SELFLOCATED " +rem unset local variables +set ${LOCATION_VARIABLE}= +" PARENT_SCOPE) endif() endfunction() @@ -293,7 +308,7 @@ function(_g4tc_setenv_command TEMPLATE_NAME SHELL_FAMILY VARIABLE_NAME VARIABLE_ ) elseif(${SHELL_FAMILY} STREQUAL "cmd") set(${TEMPLATE_NAME} - "set ${VARIABLE_NAME}=${VARIABLE_VALUE}" + "set \"${VARIABLE_NAME}=${VARIABLE_VALUE}\"" PARENT_SCOPE ) endif() @@ -334,7 +349,7 @@ endif set(${TEMPLATE_NAME} " IF NOT DEFINED ${VARIABLE_NAME} ( - set ${VARIABLE_NAME}=${VARIABLE_VALUE} + set \"${VARIABLE_NAME}=${VARIABLE_VALUE}\" ) " PARENT_SCOPE @@ -378,12 +393,10 @@ endif ) # -- cmd.exe block elseif(${SHELL_FAMILY} STREQUAL "cmd") - # Assime verible name passed hire + file(TO_NATIVE_PATH ${APPEND_VARIABLE} APPEND_VARIABLE) set(${TEMPLATE_NAME} " -set ${PATH_VARIABLE}=%${APPEND_VARIABLE}%;%${PATH_VARIABLE}% - -set ${APPEND_VARIABLE}= +set \"${PATH_VARIABLE}=${APPEND_VARIABLE};%${PATH_VARIABLE}%\" " PARENT_SCOPE ) @@ -426,12 +439,10 @@ endif ) # -- cmd.exe block elseif(${SHELL_FAMILY} STREQUAL "cmd") - # Assime verible name passed hire + file(TO_NATIVE_PATH ${APPEND_VARIABLE} APPEND_VARIABLE) set(${TEMPLATE_NAME} " -set ${PATH_VARIABLE}=%${PATH_VARIABLE}%;%${APPEND_VARIABLE}% - -set ${APPEND_VARIABLE}= +set \"${PATH_VARIABLE}=%${PATH_VARIABLE}%;${APPEND_VARIABLE}\" " PARENT_SCOPE ) @@ -868,22 +879,26 @@ file(RELATIVE_PATH # Resource Files # - Data -geant4_get_datasetnames(GEANT4_EXPORTED_DATASETS) -foreach(_ds ${GEANT4_EXPORTED_DATASETS}) - geant4_get_dataset_property(${_ds} ENVVAR ${_ds}_ENVVAR) - geant4_get_dataset_property(${_ds} INSTALL_DIR ${_ds}_PATH) - - if(NOT IS_ABSOLUTE ${${_ds}_PATH}) + if(NOT IS_ABSOLUTE ${GEANT4_INSTALL_DATADIR}) file(RELATIVE_PATH G4ENV_BINDIR_TO_DATADIR ${CMAKE_INSTALL_FULL_BINDIR} - ${${_ds}_PATH} + ${GEANT4_INSTALL_FULL_DATADIR} ) - set(${_ds}_PATH "\"`cd \$geant4_envbindir/${G4ENV_BINDIR_TO_DATADIR} > /dev/null \; pwd`\"") + set(GEANT4_DATA_DIR "\"`cd \$geant4_envbindir/${G4ENV_BINDIR_TO_DATADIR} > /dev/null \; pwd`\"") + file(TO_NATIVE_PATH ${G4ENV_BINDIR_TO_DATADIR} G4ENV_BINDIR_TO_DATADIR) + set(GEANT4_DATA_DIRW "\%geant4_envbindir\%\\${G4ENV_BINDIR_TO_DATADIR}") else() - set(${_ds}_PATH "\"${${_ds}_PATH}\"") + set(GEANT4_DATA_DIR "\"${GEANT4_INSTALL_DATADIR}\"") + file(TO_NATIVE_PATH ${GEANT4_INSTALL_DATADIR} GEANT4_INSTALL_DATADIR) + set(GEANT4_DATA_DIRW "${GEANT4_INSTALL_DATADIR}") endif() -endforeach() + + geant4_get_datasetnames(GEANT4_EXPORTED_DATASETS) + foreach(_ds ${GEANT4_EXPORTED_DATASETS}) + geant4_get_dataset_property(${_ds} ENVVAR ${_ds}_ENVVAR) + geant4_get_dataset_property(${_ds} DIRECTORY ${_ds}_PATH) + endforeach() # - Fonts file(RELATIVE_PATH @@ -899,6 +914,9 @@ if(WIN32) list(APPEND shells_list cmd) endif() +#os which use LD_LIBRARY_PATH +set(_oswithldpath Linux) + # - Configure for each shell foreach(_shell IN LISTS shells_list) # Setup the shell @@ -923,7 +941,7 @@ foreach(_shell IN LISTS shells_list) ) # Set library path, based on relative paths between bindir and libdir - if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") + if(${CMAKE_SYSTEM_NAME} IN_LIST _oswithldpath) _g4tc_prepend_path(GEANT4_ENV_LIBPATH_SETUP ${_shell} LD_LIBRARY_PATH @@ -940,7 +958,7 @@ foreach(_shell IN LISTS shells_list) get_filename_component(_CLHEP_LIB_DIR "${_CLHEP_LIB_DIR}" REALPATH) get_filename_component(_CLHEP_LIB_DIR "${_CLHEP_LIB_DIR}" DIRECTORY) - if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") + if(${CMAKE_SYSTEM_NAME} IN_LIST _oswithldpath) _g4tc_append_path(GEANT4_TC_CLHEP_LIB_PATH_SETUP ${_shell} LD_LIBRARY_PATH @@ -956,7 +974,7 @@ foreach(_shell IN LISTS shells_list) if(GEANT4_USE_GDML) get_filename_component(_XERCESC_LIB_DIR "${XercesC_LIBRARY}" REALPATH) get_filename_component(_XERCESC_LIB_DIR "${XercesC_LIBRARY}" DIRECTORY) - if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") + if(${CMAKE_SYSTEM_NAME} IN_LIST _oswithldpath) _g4tc_append_path(GEANT4_TC_XERCESC_LIB_PATH_SETUP ${_shell} LD_LIBRARY_PATH @@ -967,12 +985,17 @@ foreach(_shell IN LISTS shells_list) endif() endif() - # - Set data paths set(GEANT4_ENV_DATASETS ) - foreach(_ds ${GEANT4_EXPORTED_DATASETS}) - _g4tc_setenv_command(_dssetenvcmd ${_shell} ${${_ds}_ENVVAR} ${${_ds}_PATH}) - set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}${_dssetenvcmd}\n") + _g4tc_setenv_command(_dssetenvcmd ${_shell} GEANT4_DATA_DIR ${GEANT4_DATA_DIR}) + set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}${_dssetenvcmd}\n") + set(_dssetenvcmd " +# - Variables for individual datasets +# Uncomment the line and edit the path to the dataset if installed in not standard location.") + set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}${_dssetenvcmd}\n\n") + foreach(_ds ${GEANT4_EXPORTED_DATASETS}) + _g4tc_setenv_command(_dssetenvcmd ${_shell} ${${_ds}_ENVVAR} "$GEANT4_DATA_DIR/${${_ds}_PATH}") + set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}# ${_dssetenvcmd}\n") endforeach() # - Set Font Path @@ -999,7 +1022,7 @@ foreach(_shell IN LISTS shells_list) _g4tc_prepend_path(GEANT4_ENV_BINPATH_SETUP ${_shell} PATH - "geant4_envbindir" + "%geant4_envbindir%" ) ## Set library path, based on relative paths between bindir and libdir @@ -1013,21 +1036,67 @@ foreach(_shell IN LISTS shells_list) # Third party lib paths # - CLHEP, if system - set(GEANT4_TC_CLHEP_LIB_PATH_SETUP "rem no configuration required") + set(GEANT4_TC_CLHEP_LIB_PATH_SETUP "rem # - Builtin CLHEP used") + if(GEANT4_USE_SYSTEM_CLHEP) + # Handle granular vs singular cases + get_target_property(_CLHEP_LIB_DIR CLHEP::CLHEP LOCATION) + get_filename_component(_CLHEP_LIB_DIR "${_CLHEP_LIB_DIR}" REALPATH) + get_filename_component(_CLHEP_LIB_DIR "${_CLHEP_LIB_DIR}" DIRECTORY) + + if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows") + _g4tc_append_path(GEANT4_TC_CLHEP_LIB_PATH_SETUP + ${_shell} + PATH + "${_CLHEP_LIB_DIR}" + ) + else() + set(GEANT4_TC_CLHEP_LIB_PATH_SETUP "rem # System CLHEP in use, no configuration required") + endif() + endif() # - XercesC - set(GEANT4_TC_XERCESC_LIB_PATH_SETUP "rem no configuration required") + set(GEANT4_TC_XERCESC_LIB_PATH_SETUP "rem # GDML SUPPORT NOT AVAILABLE") + if(GEANT4_USE_GDML) + get_filename_component(_XERCESC_LIB_DIR "${XercesC_LIBRARY}" REALPATH) + get_filename_component(_XERCESC_LIB_DIR "${XercesC_LIBRARY}" DIRECTORY) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows") + _g4tc_append_path(GEANT4_TC_XERCESC_LIB_PATH_SETUP + ${_shell} + PATH + "${_XERCESC_LIB_DIR}" + ) + else() + set(GEANT4_TC_XERCESC_LIB_PATH_SETUP "rem # GDML Supported, no configuration of Xerces-C required") + endif() + endif() # - Set data paths - set(GEANT4_ENV_DATASETS ) - foreach(_ds ${GEANT4_EXPORTED_DATASETS}) + set(GEANT4_ENV_DATASETS ) + _g4tc_setenv_command(_dssetenvcmd ${_shell} GEANT4_DATA_DIR ${GEANT4_DATA_DIRW}) + set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}${_dssetenvcmd}\n") + set(_dssetenvcmd "FOR /F %%i IN ( \"%GEANT4_DATA_DIR%\" ) DO set \"GEANT4_DATA_DIR=%%~fi\"") + set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}${_dssetenvcmd}\n\n") + set(_dssetenvcmd " +rem - Variables for individual datasets +rem Uncomment the line and edit the path to the dataset if installed in not standard location.") + set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}${_dssetenvcmd}\n\n") + foreach(_ds ${GEANT4_EXPORTED_DATASETS}) file(TO_NATIVE_PATH ${${_ds}_PATH} _native_path) - _g4tc_setenv_command(_dssetenvcmd ${_shell} ${${_ds}_ENVVAR} ${_native_path}) - set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}${_dssetenvcmd}\n") + _g4tc_setenv_command(_dssetenvcmd ${_shell} ${${_ds}_ENVVAR} "%GEANT4_DATA_DIR%\\${_native_path}") + set(GEANT4_ENV_DATASETS "${GEANT4_ENV_DATASETS}rem ${_dssetenvcmd}\n") endforeach() # - Set Font Path - set(GEANT4_ENV_TOOLS_FONT_PATH "rem no configuration required") + # ??? We need this variable ? + # ??? path to freetype2 library ??? + set(GEANT4_ENV_TOOLS_FONT_PATH "rem # FREETYPE SUPPORT NOT AVAILABLE") + if(GEANT4_USE_FREETYPE) + _g4tc_append_path(GEANT4_ENV_TOOLS_FONT_PATH + ${_shell} + TOOLS_FONT_PATH + "${TOOLS_FONT_PATH}" + ) + endif() configure_file( ${CMAKE_SOURCE_DIR}/cmake/Templates/geant4-bat-skeleton.in diff --git a/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake b/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake index 1282d40202..71fab3ce45 100644 --- a/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake +++ b/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake @@ -261,6 +261,13 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS) set(G4_BUILTWITH_QT "no") endif() + # - QT3D + if(GEANT4_USE_QT3D) + set(G4_BUILTWITH_QT3D "yes") + else() + set(G4_BUILTWITH_QT3D "no") + endif() + # - Motif if(GEANT4_USE_XM) set(G4_BUILTWITH_MOTIF "yes") @@ -292,6 +299,13 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS) set(G4_BUILTWITH_INVENTOR "no") endif() + # - VTK + if(GEANT4_USE_VTK) + set(G4_BUILTWITH_VTK "yes") + else() + set(G4_BUILTWITH_VTK "no") + endif() + # If we have a module that uses X11, We have to play with the X11 # paths to get a clean set suitable for inclusion if(G4_CONFIG_NEEDS_X11) diff --git a/cmake/Modules/G4DatasetDefinitions.cmake b/cmake/Modules/G4DatasetDefinitions.cmake index 9ad62a91ed..75bc69015b 100644 --- a/cmake/Modules/G4DatasetDefinitions.cmake +++ b/cmake/Modules/G4DatasetDefinitions.cmake @@ -8,21 +8,21 @@ # - NDL geant4_add_dataset( NAME G4NDL - VERSION 4.6 + VERSION 4.7 FILENAME G4NDL EXTENSION tar.gz ENVVAR G4NEUTRONHPDATA - MD5SUM d07e43499f607e01f2c1ce06d7a09f3e + MD5SUM b001a2091bf9392e6833830347672ea2 ) # - Low energy electromagnetics geant4_add_dataset( NAME G4EMLOW - VERSION 8.0 + VERSION 8.1 FILENAME G4EMLOW EXTENSION tar.gz ENVVAR G4LEDATA - MD5SUM 6795805f39ac73a71333276756004d99 + MD5SUM e4abc7d2cd73a2f6d19837e9bcce984a ) # - Photon evaporation diff --git a/cmake/Modules/G4DeveloperAPI.cmake b/cmake/Modules/G4DeveloperAPI.cmake index 2840230cbe..bea4eaf301 100644 --- a/cmake/Modules/G4DeveloperAPI.cmake +++ b/cmake/Modules/G4DeveloperAPI.cmake @@ -37,6 +37,7 @@ include_guard(DIRECTORY) +#----------------------------------------------------------------------- #----------------------------------------------------------------------- #.rst: # Module Commands @@ -59,6 +60,10 @@ include_guard(DIRECTORY) # * An ``include`` subdirectory for the public headers # * A ``src`` subdirectory for source files if the module provides these # +# Any module with only ``PUBLIC_HEADERS`` has its ``IS_INTERFACE`` property +# set to ``TRUE``. This is for downstream use in composing and building end +# targets appropriately. +# # The ``PUBLIC_HEADERS`` argument must list the headers comprising the # public interface of the module. If a header is supplied as a relative path, # this is interpreted as being relative to the ``include`` subdirectory of the module. @@ -91,37 +96,88 @@ function(geant4_add_module _name) message(FATAL_ERROR "Missing required 'src' subdirectory for module '${_name}' at '${CMAKE_CURRENT_LIST_DIR}'") endif() + # Record where we're defined so we can pop the file into IDEs + geant4_set_module_property(${_name} PROPERTY CMAKE_LIST_FILE "${CMAKE_CURRENT_LIST_FILE}") + # Compose header/source lists + geant4_module_sources(${_name} PUBLIC_HEADERS ${G4ADDMOD_PUBLIC_HEADERS} SOURCES ${G4ADDMOD_SOURCES}) + + # Set default usage requirements for this module, dependent on whether it is an INTERFACE or not + if(NOT G4ADDMOD_SOURCES) + geant4_module_include_directories(${_name} INTERFACE $) + geant4_set_module_property(${_name} PROPERTY IS_INTERFACE TRUE) + else() + # Set the default include directory for this module + geant4_module_include_directories(${_name} PUBLIC $) + + # Some compile definitions are still transported via directory level + # "add_definitions" calls (primarily DLL exports) + # These, if they exist, are equivalent to PRIVATE compile defs for the module (and hence library) + # and hence are only added for compiled modules. + get_directory_property(__local_compile_defs COMPILE_DEFINITIONS) + geant4_module_compile_definitions(${_name} PRIVATE ${__local_compile_defs}) + endif() + + # Backward compatibility shim for direct usage of build directory + # Not all clients (esp. those using ROOT) may not fully support usage requirements + # and expect GEANT4_INCLUDE_DIRS to be complete + set_property(GLOBAL APPEND PROPERTY GEANT4_BUILDTREE_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/include") +endfunction() + +#----------------------------------------------------------------------- +# .. cmake:command:: geant4_module_sources +# +# .. code-block:: cmake +# +# geant4_module_sources( +# PUBLIC_HEADERS header1 [header2 ...] +# [SOURCES source1 [source2 ...]]) +# +# Append sources to a Geant4 module called ````, composed of the source +# files listed in the ``PUBLIC_HEADERS`` and ``SOURCES`` arguments. The module +# ``name`` must have already been created by the ``geant4_add_module`` command. +# +# The requirements on the ``PUBLIC_HEADERS`` and ``SOURCES`` arguments as the same +# as for the ``geant4_add_module`` command. Intended for the use case of modules with +# optional sources dependent on a configuration flag. +# +function(geant4_module_sources _name) + __geant4_module_assert_exists(${_name}) + cmake_parse_arguments(G4MODSRCS + "" + "" + "PUBLIC_HEADERS;SOURCES" + ${ARGN} + ) + __geant4_assert_no_unparsed_arguments(G4MODSRCS geant4_module_sources) + + # Restrict calls to the same CMake file as the original add + # Ensures we don't mix up sources/get confused on paths given assumptions made + geant4_get_module_property(__location ${_name} CMAKE_LIST_FILE) + if(NOT ("${__location}" STREQUAL "${CMAKE_CURRENT_LIST_FILE}")) + message(FATAL_ERROR "adding sources to module '${_name}' in '${CMAKE_CURRENT_LIST_FILE}', but module was defined in '${__location}'") + endif() + + # Append header/source lists to module set(__tmp_HEADERS) - foreach(__elem ${G4ADDMOD_PUBLIC_HEADERS}) + foreach(__elem ${G4MODSRCS_PUBLIC_HEADERS}) if(IS_ABSOLUTE "${__elem}") list(APPEND __tmp_HEADERS "${__elem}") else() list(APPEND __tmp_HEADERS "${CMAKE_CURRENT_LIST_DIR}/include/${__elem}") endif() endforeach() - geant4_set_module_property(${_name} PROPERTY PUBLIC_HEADERS ${__tmp_HEADERS}) + geant4_set_module_property(${_name} APPEND PROPERTY PUBLIC_HEADERS ${__tmp_HEADERS}) set(__tmp_SOURCES) - foreach(__elem ${G4ADDMOD_SOURCES}) + foreach(__elem ${G4MODSRCS_SOURCES}) if(IS_ABSOLUTE "${__elem}") list(APPEND __tmp_SOURCES "${__elem}") else() list(APPEND __tmp_SOURCES "${CMAKE_CURRENT_LIST_DIR}/src/${__elem}") endif() endforeach() - geant4_set_module_property(${_name} PROPERTY SOURCES ${__tmp_SOURCES}) - - # Set the default include directory for this module - geant4_module_include_directories(${_name} PUBLIC $) - - # Backward compatibility shim for direct usage of build directory - # Not all clients (esp. those using ROOT) may not fully support usage requirements - # and expect GEANT4_INCLUDE_DIRS to be complete - set_property(GLOBAL APPEND PROPERTY GEANT4_BUILDTREE_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/include") - - # Record where we're defined so we can pop the file into IDEs - geant4_set_module_property(${_name} PROPERTY CMAKE_LIST_FILE "${CMAKE_CURRENT_LIST_FILE}") + geant4_set_module_property(${_name} APPEND PROPERTY SOURCES ${__tmp_SOURCES}) endfunction() #----------------------------------------------------------------------- @@ -135,7 +191,8 @@ endfunction() # [PRIVATE pri1 [pri2 ...] # [INTERFACE int1 [int2 ...]) # -# Add include directories to given module. +# Add include directories to given module. If the module is an ``INTERFACE``, +# i.e. header-only, then only ``INTERFACE`` properties may be set. # function(geant4_module_include_directories _module) __geant4_module_assert_exists(${_module}) @@ -147,6 +204,12 @@ function(geant4_module_include_directories _module) ) __geant4_assert_no_unparsed_arguments(G4MODINCDIR geant4_module_include_directories) + # An interface module can only have interface requirements set + geant4_get_module_property(__is_interface ${_module} IS_INTERFACE) + if(__is_interface AND (G4MODINCDIR_PUBLIC OR G4MODINCDIR_PRIVATE)) + message(FATAL_ERROR "geant4_module_include_directories: may only set INTERFACE properties on header-only module ${_module}") + endif() + foreach(_dir ${G4MODINCDIR_PUBLIC}) geant4_set_module_property(${_module} APPEND PROPERTY PUBLIC_INCLUDE_DIRECTORIES ${_dir}) endforeach() @@ -171,7 +234,8 @@ endfunction() # [PRIVATE pri1 [pri2 ...] # [INTERFACE int1 [int2 ...]) # -# Link ```` to given targets. +# Link ```` to given targets. If the module is an ``INTERFACE``, +# i.e. header-only, then only ``INTERFACE`` properties may be set. # function(geant4_module_link_libraries _module) __geant4_module_assert_exists(${_module}) @@ -183,6 +247,12 @@ function(geant4_module_link_libraries _module) ) __geant4_assert_no_unparsed_arguments(G4MODLINKLIB geant4_module_link_libraries) + # An interface module can only have interface requirements set + geant4_get_module_property(__is_interface ${_module} IS_INTERFACE) + if(__is_interface AND (G4MODLINKLIB_PUBLIC OR G4MODLINKLIB_PRIVATE)) + message(FATAL_ERROR "geant4_module_link_libraries: may only set INTERFACE properties on header-only module ${_module}") + endif() + foreach(_lib ${G4MODLINKLIB_PUBLIC}) geant4_set_module_property(${_module} APPEND PROPERTY PUBLIC_LINK_LIBRARIES ${_lib}) endforeach() @@ -191,7 +261,7 @@ function(geant4_module_link_libraries _module) geant4_set_module_property(${_module} APPEND PROPERTY PRIVATE_LINK_LIBRARIES ${_lib}) endforeach() - foreach(_dir ${G4MODLINKLIB_INTERFACE}) + foreach(_lib ${G4MODLINKLIB_INTERFACE}) geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_LINK_LIBRARIES ${_lib}) endforeach() endfunction() @@ -207,7 +277,8 @@ endfunction() # [PRIVATE pri1 [pri2 ...] # [INTERFACE int1 [int2 ...]) # -# Add compile definitions for this module +# Add compile definitions for this module. If the module is an ``INTERFACE``, +# i.e. header-only, then only ``INTERFACE`` properties may be set. # # Use cases: # 1. workarounds when a config header isn't suitable @@ -228,16 +299,22 @@ function(geant4_module_compile_definitions _module) ) __geant4_assert_no_unparsed_arguments(G4MODCOMPILEDEF geant4_module_compile_definitions) - foreach(_lib ${G4MODCOMPILEDEF_PUBLIC}) - geant4_set_module_property(${_module} APPEND PROPERTY PUBLIC_COMPILE_DEFINITIONS ${_lib}) + # An interface module can only have interface requirements set + geant4_get_module_property(__is_interface ${_module} IS_INTERFACE) + if(__is_interface AND (G4MODCOMPILEDEF_PUBLIC OR G4MODCOMPILEDEF_PRIVATE)) + message(FATAL_ERROR "geant4_module_compile_definitions: may only set INTERFACE properties on header-only module ${_module}") + endif() + + foreach(_def ${G4MODCOMPILEDEF_PUBLIC}) + geant4_set_module_property(${_module} APPEND PROPERTY PUBLIC_COMPILE_DEFINITIONS ${_def}) endforeach() - foreach(_lib ${G4MODCOMPILEDEF_PRIVATE}) - geant4_set_module_property(${_module} APPEND PROPERTY PRIVATE_COMPILE_DEFINITIONS ${_lib}) + foreach(_def ${G4MODCOMPILEDEF_PRIVATE}) + geant4_set_module_property(${_module} APPEND PROPERTY PRIVATE_COMPILE_DEFINITIONS ${_def}) endforeach() - foreach(_dir ${G4MODCOMPILEDEF_INTERFACE}) - geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS ${_lib}) + foreach(_def ${G4MODCOMPILEDEF_INTERFACE}) + geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS ${_def}) endforeach() endfunction() @@ -304,10 +381,13 @@ endfunction() # * ``PARENT_TARGET`` # * ``CMAKE_LIST_FILE`` # * ``GLOBAL_DEPENDENCIES`` +# * ``IS_INTERFACE`` # # The properties of a module may be queried and set using the following # commands. +#----------------------------------------------------------------------- +#.rst: # .. cmake:command:: geant4_get_module_property # # .. code-block:: cmake @@ -382,6 +462,7 @@ function(geant4_set_module_property _module) set_property(GLOBAL ${G4SMP_APPEND_MODE} PROPERTY ${_module}_${G4SMP_PROPERTY_NAME} ${G4SMP_PROPERTY}) endfunction() +#----------------------------------------------------------------------- #----------------------------------------------------------------------- #.rst: # Category Commands @@ -403,7 +484,7 @@ endfunction() # actions such as install may be added. # function(geant4_add_category _name) - # Check existence? final add_library will warn, but may wish to double check + __geant4_category_assert_not_exists(${_name}) set_property(GLOBAL APPEND PROPERTY GEANT4_DEFINED_CATEGORIES ${_name}) cmake_parse_arguments(G4ADDCAT "" @@ -416,279 +497,242 @@ function(geant4_add_category _name) message(FATAL_ERROR "geant4_add_category: Missing/empty 'MODULES' argument") endif() + # Default to an interface module, geant4_category_modules will update this if needed + geant4_set_category_property(${_name} PROPERTY IS_INTERFACE TRUE) + # Compose Category from Modules - foreach(__g4module ${G4ADDCAT_MODULES}) - # Module must not have been composed already + geant4_category_modules(${_name} ${G4ADDCAT_MODULES}) + + # As we do not create a physical target, store the script in which we're called + geant4_set_category_property(${_name} PROPERTY CMAKE_LIST_FILE "${CMAKE_CURRENT_LIST_FILE}") +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_category_modules +# +# .. code-block:: cmake +# +# geant4_category_modules( [ ...]) +# +# Add modules to category ```` +# +function(geant4_category_modules _name) + __geant4_category_assert_exists(${_name}) + # ARGN must not be empty + if(NOT ARGN) + message(FATAL_ERROR "no modules given to add to to category '${_name}'") + endif() + + # Need to track if any added module has source files. If so, must set IS_INTERFACE to false + # Compose Category from Modules, accounting for potential interface-only composition + geant4_get_category_property(__cat_is_interface ${_name} IS_INTERFACE) + foreach(__g4module ${ARGN}) + # Module must not have been composed already (Might want to mark special case where module added twice into same category) geant4_get_module_property(_parent ${__g4module} PARENT_TARGET) - if(${_parent}) - message(FATAL_ERROR "geant4_add_category: trying to compose category '${_name}' using module '${__g4module}' which is already composed into category '${_parent}'") + if(_parent) + message(FATAL_ERROR "trying to compose category '${_name}' using module '${__g4module}' which is already composed into category '${_parent}'") endif() # Compose it geant4_set_module_property(${__g4module} PROPERTY PARENT_TARGET ${_name}) - set_property(GLOBAL APPEND PROPERTY GEANT4_CATEGORIES_${_name}_MODULES ${__g4module}) + geant4_set_category_property(${_name} APPEND PROPERTY MODULES ${__g4module}) geant4_get_module_property(_headers ${__g4module} PUBLIC_HEADERS) - set_property(GLOBAL APPEND PROPERTY GEANT4_CATEGORIES_${_name}_PUBLIC_HEADERS ${_headers}) - endforeach() + geant4_set_category_property(${_name} APPEND PROPERTY PUBLIC_HEADERS ${_headers}) - # As we do not create a physical target, store the script in which we're called - set_property(GLOBAL PROPERTY GEANT4_CATEGORIES_${_name}_CMAKE_LIST_FILE "${CMAKE_CURRENT_LIST_FILE}") -endfunction() - -#----------------------------------------------------------------------- -# Resolve a list of links -# These may include Geant4 modules as well as standard targets or other expressions -# Resolve Modules to PARENT_TARGET, removing duplicates -# Leave other links unchanged -function(geant4_resolve_link_libraries _list) - set(_resolved_list ) - foreach(__lib ${${_list}}) - # If "library" is a module, resolve it to PARENT_TARGET - geant4_has_module(__is_module ${__lib}) - if(__is_module) - geant4_get_module_property(__parent_lib ${__lib} PARENT_TARGET) - list(APPEND _resolved_list ${__parent_lib}) - else() - list(APPEND _resolved_list ${__lib}) + # Is this module interface only? + geant4_get_module_property(_is_interface ${__g4module} IS_INTERFACE) + if(NOT _is_interface) + set(__cat_is_interface FALSE) endif() endforeach() - if(_resolved_list) - list(REMOVE_DUPLICATES _resolved_list) - endif() - set(${_list} ${_resolved_list} PARENT_SCOPE) + geant4_set_category_property(${_name} PROPERTY IS_INTERFACE ${__cat_is_interface}) endfunction() #----------------------------------------------------------------------- #.rst: -# .. cmake:command:: geant4_compose_targets +# .. cmake:command:: geant4_get_categories # # .. code-block:: cmake # -# geant4_compose_targets() +# geant4_get_categories() # -# Create physical SHARED/STATIC library targets from the defined Geant4 -# categories and modules. +# Store the list of currently defined categories in the variable ````. # -# Can only be called once, and must be done so after all Geant4 libraries -# and modules are defined. -# -function(geant4_compose_targets) - get_property(__alreadyCalled GLOBAL PROPERTY GEANT4_COMPOSE_TARGETS_CALLED) - if(__alreadyCalled) - get_property(__callsite GLOBAL PROPERTY GEANT4_COMPOSE_TARGETS_LIST_FILE) - message(FATAL_ERROR "geant4_compose_targets already called from ${__callsite}") - endif() - - # Check that every defined module is composed - geant4_get_modules(__g4definedmodules) - foreach(__module ${__g4definedmodules}) - geant4_get_module_property(__iscomposed ${__module} PARENT_TARGET) - if(NOT __iscomposed) - message(FATAL_ERROR "Geant4 module '${__module}' is not composed into any category") - endif() - endforeach() - - # - For each module, write out files for - # 1. module -> used modules adjacency list for detecting module-module cycles - file(WRITE "${PROJECT_BINARY_DIR}/G4ModuleAdjacencyList.txt" "# Geant4 Module - Module Adjacencies\n") - foreach(__module ${__g4definedmodules}) - # Adjacency list - take all dependencies - geant4_get_module_property(__publicdeps ${__module} PUBLIC_LINK_LIBRARIES) - geant4_get_module_property(__privatedeps ${__module} PRIVATE_LINK_LIBRARIES) - geant4_get_module_property(__interfacedeps ${__module} INTERFACE_LINK_LIBRARIES) - set(__alldeps_l ${__publicdeps} ${__privatedeps} ${__interfacedeps}) - list(JOIN __alldeps_l " " __alldeps) - file(APPEND "${PROJECT_BINARY_DIR}/G4ModuleAdjacencyList.txt" "${__module} ${__alldeps}\n") - endforeach() - - # Process all defined libraries, except for G4{clhep,expat,ptl}{-static} - # These are corner cases because its call to add_library happens - # at a different (lower) directory level than all the other targets - # This means we cannot install it here. That's left to it - get_property(__g4definedlibraries GLOBAL PROPERTY GEANT4_DEFINED_CATEGORIES) - list(REMOVE_ITEM __g4definedlibraries G4clhep G4clhep-static G4expat G4expat-static G4ptl G4ptl-static) - set(__g4builtlibraries) - set(__g4public_headers) - - foreach(__g4lib ${__g4definedlibraries}) - if(BUILD_SHARED_LIBS) - __geant4_add_library(${__g4lib} SHARED) - list(APPEND __g4builtlibraries ${__g4lib}) - endif() - - if(BUILD_STATIC_LIBS) - __geant4_add_library(${__g4lib} STATIC) - list(APPEND __g4builtlibraries ${__g4lib}-static) - endif() - - get_property(__headers GLOBAL PROPERTY GEANT4_CATEGORIES_${__g4lib}_PUBLIC_HEADERS) - list(APPEND __g4public_headers ${__headers}) - endforeach() - - #----------------------------------------------------------------------- - # TEMP INSTALL - do here purely to review exported links. Should be - # factored out into separate function later. - install(TARGETS ${__g4builtlibraries} - EXPORT Geant4LibraryDepends - ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Development - LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Runtime - RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT Runtime - INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}") - install(FILES ${__g4public_headers} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}" COMPONENT Development) - - set_property(GLOBAL PROPERTY GEANT4_COMPOSE_TARGETS_CALLED ON) - set_property(GLOBAL PROPERTY GEANT4_COMPOSE_TARGETS_LIST_FILE "${CMAKE_CURRENT_LIST_FILE}") +function(geant4_get_categories _result) + get_property(__tmp GLOBAL PROPERTY GEANT4_DEFINED_CATEGORIES) + set(${_result} ${__tmp} PARENT_SCOPE) endfunction() #----------------------------------------------------------------------- #.rst: -# Backward Compatibility Commands -# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -# -# These commands implement the old module/library definition macros in -# terms of the new command set. They provide a facade allowing migration -# to the new interfaces with a controlled transition. -# -# As migration progresses, these commands will gradually be deprecated, -# with warnings issued about what to do at each stage. -# -# .. cmake:command:: geant4_define_module +# .. cmake:command:: geant4_has_category # # .. code-block:: cmake # -# geant4_define_module(NAME -# HEADERS header1 [header2 ...] -# SOURCES source1 [source2 ...] -# GRANULAR_DEPENDENCIES lib1 [lib2 ...] -# GLOBAL_DEPENDENCIES lib1 [lib2 ...] -# LINK_LIBRARIES lib1 [lib2 ...]) +# geant4_has_category( ) # -# DEPRECATED: Use :cmake:command:`geant4_add_module` to add a module with headers/sources, -# and :cmake:command:`geant4_module_link_libraries` to declare internal and external -# libraries to link to. +# Set variable ```` to a boolean which will be true if the category +# ```` is defined. # -function(geant4_define_module) - cmake_parse_arguments(G4DEFMOD +function(geant4_has_category _result _name) + set(__exists FALSE) + + geant4_get_categories(__tmp) + if(__tmp) + list(FIND __tmp ${_name} __index) + if(__index GREATER -1) + set(__exists TRUE) + endif() + endif() + + set(${_result} ${__exists} PARENT_SCOPE) +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# Category Properties +# =================== +# +# A Geant4 category stores its build and usage requirements in a series +# of properties: +# +# * ``CMAKE_LIST_FILE`` +# * ``IS_INTERFACE`` +# * ``MODULES`` +# * ``PUBLIC_HEADERS`` +# +# The properties of a category may be queried and set using the following +# commands. +# + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_get_category_property +# +# .. code-block:: cmake +# +# geant4_get_category_property( ) +# +# Store value of property ```` for ```` in variable +# ````. +# +# If ```` is not a valid module property, a FATAL_ERROR is +# emitted. +# +function(geant4_get_category_property _output _category _propertyname) + __geant4_category_assert_exists(${_category}) + __geant4_category_validate_property(${_propertyname}) + get_property(__result GLOBAL PROPERTY GEANT4_CATEGORY_${_category}_${_propertyname}) + set(${_output} ${__result} PARENT_SCOPE) +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_set_category_property +# +# .. code-block:: cmake +# +# geant4_set_category_property( +# [APPEND | APPEND_STRING] +# PROPERTY ) +# +# Set property ```` of category ```` to ````. +# +# If ``APPEND`` is supplied, ```` will be appended to any existing +# value for the property as a list. +# +# If ``APPEND_STRING`` is supplied, ```` will be appended to any existing +# value for the property as a string. This option is mutually exclusive with +# ``APPEND``. +# +# If ```` is not a valid category property, a FATAL_ERROR is +# emitted. +# +function(geant4_set_category_property _category) + __geant4_category_assert_exists(${_category}) + cmake_parse_arguments(G4CMP + "APPEND;APPEND_STRING" "" - "NAME" - "HEADERS;SOURCES;GRANULAR_DEPENDENCIES;GLOBAL_DEPENDENCIES;LINK_LIBRARIES" + "PROPERTY" ${ARGN} ) - __geant4_assert_no_unparsed_arguments(G4DEFMOD geant4_define_module) - # HEADERS -> PUBLIC_HEADERS - # SOURCES -> SOURCES - geant4_add_module(${G4DEFMOD_NAME} - PUBLIC_HEADERS ${G4DEFMOD_HEADERS} - SOURCES ${G4DEFMOD_SOURCES} - ) + __geant4_assert_no_unparsed_arguments(G4CMP geant4_set_category_property) - # GRANULAR_DEPENDENCIES -> geant4_module_link_libraries(mod PUBLIC ...) - # GLOBAL_DEPENDENCIES -> new property... Just record it for now, later - # we need to link these to the physical library the module is composed into - # checking that - # i) Granular -> Global link is complete, i.e. resolving granular deps results - # in same global link list. - # Has to be stored separately because we want/need to check for full resolution of - # the granular libs to the same set of global libs. That's needed to ensure we - # can correct any missing links in existing GRANULAR_DEPENDENCIES lists. - # (i.e. it's a transtional property) - # LINK_LIBRARIES -> geant4_module_link_libraries(mod PUBLIC ...) - geant4_module_link_libraries(${G4DEFMOD_NAME} PUBLIC ${G4DEFMOD_GRANULAR_DEPENDENCIES} ${G4DEFMOD_LINK_LIBRARIES}) - geant4_set_module_property(${G4DEFMOD_NAME} PROPERTY GLOBAL_DEPENDENCIES ${G4DEFMOD_GLOBAL_DEPENDENCIES}) + # Append/Append_string are mutually exclusive + if(G4CMP_APPEND AND G4CMP_APPEND_STRING) + message(FATAL_ERROR "geant4_set_category_property: cannot set both APPEND and APPEND_STRING") + elseif(G4CMP_APPEND) + set(G4CMP_APPEND_MODE "APPEND") + elseif(G4CMP_APPEND_MODE) + set(G4CMP_APPEND_MODE "APPEND_STRING") + endif() - # When we are ready, start issuing a deprecation warning here, including instructions for - # migration... - #message(WARNING "Use of geant4_define_module is deprecated, please use... instead") + # First element of PROPERTY list is prop name + list(GET G4CMP_PROPERTY 0 G4CMP_PROPERTY_NAME) + if(NOT G4CMP_PROPERTY_NAME) + message(FATAL_ERROR "geant4_set_category_property: Required PROPERTY argument is missing") + endif() + + __geant4_category_validate_property(${G4CMP_PROPERTY_NAME}) + # Remainder is arguments, so strip first element + list(REMOVE_AT G4CMP_PROPERTY 0) + + set_property(GLOBAL ${G4CMP_APPEND_MODE} PROPERTY GEANT4_CATEGORY_${_category}_${G4CMP_PROPERTY_NAME} ${G4CMP_PROPERTY}) endfunction() + +#----------------------------------------------------------------------- +#----------------------------------------------------------------------- +#.rst: +# External Library Commands +# ^^^^^^^^^^^^^^^^^^^^^^^^^ +# +# Geant4 provides internal copies of libraries that are required to build +# the toolkit: +# +# - CLHEP +# - PTL +# - Expat +# - ZLIB +# - Tools +# +# Because these may have different build systems and source/header structures than +# Geant4, the following commands help adapt their build and use to: +# +# - Provide shared and/or static library targets using the same settings as the +# toolkit libraries (for example, C++ Standard) +# - Use of these targets as other Geant4 libraries to allow consistent full static/full +# shared linking +# + #----------------------------------------------------------------------- #.rst: -# .. cmake:command:: geant4_global_library_target -# -# .. code-block:: cmake -# -# geant4_global_library_target(NAME -# COMPONENTS file1 [file2 ...]) -# -# DEPRECATED: Use :cmake:command:`geant4_add_library` to add a library with a list -# of modules. -# -# This function provides a facade around :cmake:command:`geant4_add_library` to -# allow back compatibility with the older module/library functions -# -function(geant4_global_library_target) - cmake_parse_arguments(G4GLOBLIB - "" - "NAME" - "COMPONENTS" - ${ARGN} - ) - __geant4_assert_no_unparsed_arguments(G4GLOBLIB geant4_global_library_target) - - # Because components are sources.cmake files, must know currently defined modules - # so we can pick up the newly defined ones - geant4_get_modules(__oldmodules) - - # Load components - foreach(__comp ${G4GLOBLIB_COMPONENTS}) - include(${__comp}) - endforeach() - # Reset directory scope include dirs so we enforce usage requirements - set_directory_properties(PROPERTIES INCLUDE_DIRECTORIES "") - - # List modules now defined, and filter out old from new - geant4_get_modules(__newmodules) - - if(__oldmodules) - list(REMOVE_ITEM __newmodules ${__oldmodules}) - endif() - - # Old function allowed optional NAME argument, in which case it should - # be the first element in the module list - if(NOT G4GLOBLIB_NAME) - list(GET __newmodules 0 G4GLOBLIB_NAME) - endif() - - # Some compile definitions are still transported via directory level - # "add_definitions" calls at the site of the geant4_global_library call - # These, if they exist, are equivalent to PRIVATE level compile defs. - get_directory_property(__local_compile_defs COMPILE_DEFINITIONS) - foreach(__module ${__newmodules}) - geant4_module_compile_definitions(${__module} PRIVATE ${__local_compile_defs}) - endforeach() - - # Compose the modules into the category - geant4_add_category(${G4GLOBLIB_NAME} MODULES ${__newmodules}) -endfunction() - -#----------------------------------------------------------------------- -#.rst: -# .. cmake:command:: geant4_library_target +# .. cmake:command:: geant4_add_external_library # # .. code-block:: # -# geant4_library_target(NAME -# SOURCES source1 [source2 ...] -# GEANT4_LINK_LIBRARIES lib1 [lib2 ...] -# LINK_LIBRARIES lib1 [lib2 ...]) +# geant4_add_external_library(NAME +# SOURCES source1 [source2 ...]) # -# Maintained for building internal G4clhep,G4expat targets because we try and -# reuse their upstream code/build layout as far as possible +# Maintained for building external targets because we try and reuse their +# upstream code/build layout as far as possible, but want to ensure the +# targets are compiled in same way as toolkit libraries. # -function(geant4_library_target) +function(geant4_add_external_library) cmake_parse_arguments(G4GLOBLIB "" "NAME" - "SOURCES;GEANT4_LINK_LIBRARIES;LINK_LIBRARIES" + "SOURCES" ${ARGN} ) - __geant4_assert_no_unparsed_arguments(G4GLOBLIB geant4_library_target) + __geant4_assert_no_unparsed_arguments(G4GLOBLIB geant4_add_external_library) - # Currently a hack to get G4clhep to build, so an error if used elsewhere - if(NOT (${G4GLOBLIB_NAME} MATCHES "G4clhep|G4expat")) - message(FATAL_ERROR "geant4_library_target called for '${G4GLOBLIB_NAME}' in '${CMAKE_CURRENT_LIST_DIR}'") + # Only supported for externals G4clhep/G4expat/G4zlib, so an error if used elsewhere + if(NOT (${G4GLOBLIB_NAME} MATCHES "G4clhep|G4expat|G4zlib")) + message(FATAL_ERROR "geant4_add_external_library called for '${G4GLOBLIB_NAME}' in '${CMAKE_CURRENT_LIST_DIR}'") endif() if(BUILD_SHARED_LIBS) @@ -729,58 +773,162 @@ function(geant4_library_target) INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}) endif() + # As with a standard library, always add the local include/ directory to exported list + # for scripts + set_property(GLOBAL APPEND PROPERTY GEANT4_BUILDTREE_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/include") + # Needs to be in defined category list for static/shared to be linked correctly. - set_property(GLOBAL APPEND PROPERTY GEANT4_DEFINED_CATEGORIES ${G4GLOBLIB_NAME}) + geant4_add_external_category(${G4GLOBLIB_NAME}) endfunction() #----------------------------------------------------------------------- -# .rst: -# .. cmake:command:: geant4_add_compile_definitions +#.rst: +# .. cmake:command:: geant4_add_external_category # # .. code-block:: cmake # -# geant4_add_compile_definitions(SOURCES ... -# COMPILE_DEFINITIONS ... ) +# geant4_add_external_category() # -# Add extra compile definitions to a specific list of sources -# in the current module. Macroized to handle the need to specify absolute paths. -# and *must* be called at the same level as geant4_define_module +# Mark ```` as a target that supports the Geant4 target naming +# convention of ```` as the shared library and ``-static`` +# as the static. It allows Geant4 modules to link to targets built +# outside the module/category system and retain consistent shared-shared +# or static-static linking chains. # -macro(geant4_add_compile_definitions) - cmake_parse_arguments(G4ADDDEF - "" - "" - "SOURCES;COMPILE_DEFINITIONS" - ${ARGN} - ) - __geant4_assert_no_unparsed_arguments(G4ADDDEF geant4_add_compile_definitions) +# If ``BUILD_SHARED_LIBS``(``BUILD_STATIC_LIBS``) is ``ON``, then ````(``-static``) +# must correspond to a shared(static) library target that exists at +# the time this function is called. +# +function(geant4_add_external_category _name) + # Targets must have been defined! + if(BUILD_SHARED_LIBS AND (NOT TARGET ${_name})) + message(FATAL_ERROR "geant4_add_external_category: no target '${_name}' has been declared") + endif() - # We assume that the sources have been added at the level of a - # a sources.cmake, so are inside the src subdir of the sources.cmake - get_filename_component(_ACD_BASE_PATH ${CMAKE_CURRENT_LIST_FILE} PATH) + if(BUILD_STATIC_LIBS AND (NOT TARGET ${_name}-static)) + message(FATAL_ERROR "geant4_add_external_category: no target '${_name}-static' has been declared") + endif() - # Now for each file, add the definitions - foreach(_acd_source ${G4ADDDEF_SOURCES}) - # Extract any existing compile definitions - get_source_file_property( - _acd_existing_properties - ${_ACD_BASE_PATH}/src/${_acd_source} - COMPILE_DEFINITIONS) + set_property(GLOBAL APPEND PROPERTY GEANT4_EXTERNAL_CATEGORIES ${_name}) +endfunction() - if(_acd_existing_properties) - set(_acd_new_defs ${_acd_existing_properties} - ${G4ADDDEF_COMPILE_DEFINITIONS}) - else() - set(_acd_new_defs ${G4ADDDEF_COMPILE_DEFINITIONS}) +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_get_external_categories +# +# .. code-block:: cmake +# +# geant4_get_external_categories() +# +# Store the list of currently defined external_categories in the variable ````. +# +function(geant4_get_external_categories _result) + get_property(__tmp GLOBAL PROPERTY GEANT4_EXTERNAL_CATEGORIES) + set(${_result} ${__tmp} PARENT_SCOPE) +endfunction() + +#----------------------------------------------------------------------- +#----------------------------------------------------------------------- +# Composition Functions +#.rst: +# .. cmake:command:: geant4_compose_targets +# +# .. code-block:: cmake +# +# geant4_compose_targets() +# +# Create physical SHARED/STATIC library targets from the defined Geant4 +# categories and modules. +# +# Can only be called once, and must be done so after all Geant4 libraries +# and modules are defined. +# +function(geant4_compose_targets) + get_property(__alreadyCalled GLOBAL PROPERTY GEANT4_COMPOSE_TARGETS_CALLED) + if(__alreadyCalled) + get_property(__callsite GLOBAL PROPERTY GEANT4_COMPOSE_TARGETS_LIST_FILE) + message(FATAL_ERROR "geant4_compose_targets already called from ${__callsite}") + endif() + + # Check that every defined module is composed + geant4_get_modules(__g4definedmodules) + foreach(__module ${__g4definedmodules}) + geant4_get_module_property(__iscomposed ${__module} PARENT_TARGET) + if(NOT __iscomposed) + message(FATAL_ERROR "Geant4 module '${__module}' is not composed into any category") + endif() + endforeach() + + # - For each module, write out files for + # 1. module -> used modules adjacency list for detecting module-module cycles + file(WRITE "${PROJECT_BINARY_DIR}/G4ModuleAdjacencyList.txt" "# Geant4 Module - Module Adjacencies\n") + + # 2. module,location,public headers for developer query operations + # Basically need a dict of module : [headers, ...] + # - Two main queries to run + # - Given a module, what public headers does it provide? + # - Given a header, what module provides this? + # Also want something to check a module + # - Only really possible by parsing module headers (what it exposes publically) + # and sources (what it uses internally) + # Probaly just needs module : location + # - Checking of files is runtime operation, so will refind/check each time + file(WRITE "${PROJECT_BINARY_DIR}/G4ModuleInterfaceMap.csv" "") + configure_file("${PROJECT_SOURCE_DIR}/cmake/Modules/geant4_module_check.py" "${PROJECT_BINARY_DIR}/geant4_module_check.py" COPYONLY) + + foreach(__module ${__g4definedmodules}) + # Adjacency list - take all dependencies + geant4_get_module_property(__publicdeps ${__module} PUBLIC_LINK_LIBRARIES) + geant4_get_module_property(__privatedeps ${__module} PRIVATE_LINK_LIBRARIES) + geant4_get_module_property(__interfacedeps ${__module} INTERFACE_LINK_LIBRARIES) + set(__alldeps_l ${__publicdeps} ${__privatedeps} ${__interfacedeps}) + list(JOIN __alldeps_l " " __alldeps) + file(APPEND "${PROJECT_BINARY_DIR}/G4ModuleAdjacencyList.txt" "${__module} ${__alldeps}\n") + + # 2. Module interfaces, needs CMAKE, PUBLIC_HEADER + geant4_get_module_property(__listfile ${__module} CMAKE_LIST_FILE) + geant4_get_module_property(__publichdrs ${__module} PUBLIC_HEADERS) + get_filename_component(__listdir "${__listfile}" DIRECTORY) + list(TRANSFORM __publichdrs REPLACE "^/.*/" "") + file(APPEND "${PROJECT_BINARY_DIR}/G4ModuleInterfaceMap.csv" "${__module},${__listdir},${__publichdrs},${__publicdeps},${__privatedeps},${__interfacedeps}\n") + endforeach() + + # Process all defined libraries + get_property(__g4definedlibraries GLOBAL PROPERTY GEANT4_DEFINED_CATEGORIES) + set(__g4builtlibraries) + set(__g4public_headers) + + foreach(__g4lib ${__g4definedlibraries}) + if(BUILD_SHARED_LIBS) + __geant4_add_library(${__g4lib} SHARED) + list(APPEND __g4builtlibraries ${__g4lib}) endif() - # quote compile defs because this must epand to space separated list - set_source_files_properties(${_ACD_BASE_PATH}/src/${_acd_source} - PROPERTIES COMPILE_DEFINITIONS "${_acd_new_defs}") + if(BUILD_STATIC_LIBS) + __geant4_add_library(${__g4lib} STATIC) + list(APPEND __g4builtlibraries ${__g4lib}-static) + endif() + + geant4_get_category_property(__headers ${__g4lib} PUBLIC_HEADERS) + list(APPEND __g4public_headers ${__headers}) endforeach() -endmacro() + #----------------------------------------------------------------------- + # TEMP INSTALL - do here purely to review exported links. Should be + # factored out into separate function later. + install(TARGETS ${__g4builtlibraries} + EXPORT Geant4LibraryDepends + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Development + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Runtime + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT Runtime + INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}") + install(FILES ${__g4public_headers} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}" COMPONENT Development) + set_property(GLOBAL PROPERTY GEANT4_COMPOSE_TARGETS_CALLED ON) + set_property(GLOBAL PROPERTY GEANT4_COMPOSE_TARGETS_LIST_FILE "${CMAKE_CURRENT_LIST_FILE}") +endfunction() + +#----------------------------------------------------------------------- #----------------------------------------------------------------------- #.rst: # Internal Helper Commands @@ -833,6 +981,7 @@ macro(__geant4_module_assert_exists _module) endif() endmacro() +#----------------------------------------------------------------------- #.rst: # .. cmake:command:: __geant4_module_assert_not_exists # @@ -853,6 +1002,7 @@ macro(__geant4_module_assert_not_exists _module) endif() endmacro() +#----------------------------------------------------------------------- #.rst: # .. cmake:command:: __geant4_module_validate_property # @@ -866,12 +1016,126 @@ endmacro() # This is used internally by the property get/set functions. # function(__geant4_module_validate_property _property) - if(NOT (${_property} MATCHES "PUBLIC_HEADERS|PRIVATE_HEADERS|SOURCES|PRIVATE_COMPILE_DEFINITIONS|PUBLIC_COMPILE_DEFINITIONS|INTERFACE_COMPILE_DEFINITIONS|PRIVATE_INCLUDE_DIRECTORIES|PUBLIC_INCLUDE_DIRECTORIES|INTERFACE_INCLUDE_DIRECTORIES|PRIVATE_LINK_LIBRARIES|PUBLIC_LINK_LIBRARIES|INTERFACE_LINK_LIBRARIES|PARENT_TARGET|CMAKE_LIST_FILE|GLOBAL_DEPENDENCIES")) + if(NOT (${_property} MATCHES "PUBLIC_HEADERS|PRIVATE_HEADERS|SOURCES|PRIVATE_COMPILE_DEFINITIONS|PUBLIC_COMPILE_DEFINITIONS|INTERFACE_COMPILE_DEFINITIONS|PRIVATE_INCLUDE_DIRECTORIES|PUBLIC_INCLUDE_DIRECTORIES|INTERFACE_INCLUDE_DIRECTORIES|PRIVATE_LINK_LIBRARIES|PUBLIC_LINK_LIBRARIES|INTERFACE_LINK_LIBRARIES|PARENT_TARGET|CMAKE_LIST_FILE|GLOBAL_DEPENDENCIES|IS_INTERFACE")) + message(FATAL_ERROR "Undefined property '${_property}'") + endif() +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: __geant4_category_assert_exists +# +# .. code-block:: cmake +# +# __geant4_category_assert_exists() +# +# Emit a ``FATAL_ERROR`` if the category ```` is not defined. +# +# This is a macro intended for use in G4DeveloperAPI functions when +# the existence of a category is required for further processing +# +macro(__geant4_category_assert_exists _category) + geant4_has_category(__geant4_category_assert_exists_tmp ${_category}) + if(NOT __geant4_category_assert_exists_tmp) + message(FATAL_ERROR "Geant4 category '${_category}' has not been created") + endif() +endmacro() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: __geant4_category_assert_not_exists +# +# .. code-block:: cmake +# +# __geant4_module_category_not_exists() +# +# Emit a ``FATAL_ERROR`` if the category ```` is defined +# +# This is a macro intended for use in G4DeveloperAPI functions when +# the non-existence of a category is required for further processing +# +macro(__geant4_category_assert_not_exists _category) + geant4_has_category(__geant4_category_assert_not_exists_tmp ${_category}) + if(__geant4_category_assert_not_exists_tmp) + geant4_get_category_property(__previous_cmake_list ${_category} CMAKE_LIST_FILE) + message(FATAL_ERROR "Geant4 category '${_category}' has already been created by call in '${__previous_cmake_list}'") + endif() +endmacro() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: __geant4_category_validate_property +# +# .. code-block:: cmake +# +# __geant4_category_validate_property() +# +# Emit a ``FATAL_ERROR`` if the ```` is not one of the valid +# properties for a category. +# +# This is used internally by the property get/set functions. +# +function(__geant4_category_validate_property _property) + if(NOT (${_property} MATCHES "CMAKE_LIST_FILE|IS_INTERFACE|MODULES|PUBLIC_HEADERS")) message(FATAL_ERROR "Undefined property '${_property}'") endif() endfunction() +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: __geant4_category_reset +# +# .. code-block:: cmake +# +# __geant4_category_reset() +# +# Reset all existing categories to allow redefinition. +# +function(__geant4_category_reset) + # Reset parent targets of modules to allow recomposition + geant4_get_modules(__all_modules) + foreach(__mod ${__all_modules}) + geant4_set_module_property(${__mod} PROPERTY PARENT_TARGET) + endforeach() + + # Reset category properties, then categories + geant4_get_categories(__all_categories) + foreach(__cat ${__all_categories}) + foreach(_prop CMAKE_LIST_FILE IS_INTERFACE MODULES PUBLIC_HEADERS) + geant4_set_category_property(${__cat} PROPERTY ${_prop}) + endforeach() + endforeach() + set_property(GLOBAL PROPERTY GEANT4_DEFINED_CATEGORIES) +endfunction() + +#----------------------------------------------------------------------- +#----------------------------------------------------------------------- +# Library Build functions +# +# Resolve a list of links +# These may include Geant4 modules as well as standard targets or other expressions +# Resolve Modules to PARENT_TARGET, removing duplicates +# Leave other links unchanged +function(__geant4_resolve_link_libraries _list) + set(_resolved_list ) + foreach(__lib ${${_list}}) + # If "library" is a module, resolve it to PARENT_TARGET + geant4_has_module(__is_module ${__lib}) + if(__is_module) + geant4_get_module_property(__parent_lib ${__lib} PARENT_TARGET) + list(APPEND _resolved_list ${__parent_lib}) + else() + list(APPEND _resolved_list ${__lib}) + endif() + endforeach() + if(_resolved_list) + list(REMOVE_DUPLICATES _resolved_list) + endif() + set(${_list} ${_resolved_list} PARENT_SCOPE) +endfunction() + +#----------------------------------------------------------------------- #.rst: # .. cmake:command:: __geant4_add_library # @@ -879,22 +1143,29 @@ endfunction() # # __geant4_add_library( ) # -# Compose an actual CMake library target +# Declare an actual CMake library target of type ```` from a category +# ````. The category must have been declared previously, and +# ```` must be ``SHARED`` or ``STATIC``. + +# In the special case that the category is header-only, ```` is only +# used to determine the name of the created target: ```` for +# ``SHARED``, and ``-static`` otherwise. This ensures consistent +# link chains of only shared or only static Geant4 libraries. # -# This is used internally by the ``geant4_compose_targets`` command. +# This function is used internally by the ``geant4_compose_targets`` command +# and should not be called directly in developer build scripts. # function(__geant4_add_library _name _type) - # TEMP HACK: G4clhep/G4expat/G4ptl are a special cases, and build is handled separately - if(_name MATCHES "G4clhep|G4expat|G4ptl") - return() - endif() - if(NOT (${_type} MATCHES "SHARED|STATIC")) message(FATAL_ERROR "Invalid library type '${_type}'") endif() - # Get targets - get_property(__g4definedlibraries GLOBAL PROPERTY GEANT4_DEFINED_CATEGORIES) + # Check if the overall library is binary or header-only + set(_lib_cmake_type ${_type}) + geant4_get_category_property(_lib_is_interface ${_name} IS_INTERFACE) + if(_lib_is_interface) + set(_lib_cmake_type "INTERFACE") + endif() set(_target_name ${_name}) if(_type STREQUAL "STATIC") @@ -902,12 +1173,19 @@ function(__geant4_add_library _name _type) endif() # - General target creation/properties - add_library(${_target_name} ${_type} "") + add_library(${_target_name} ${_lib_cmake_type} "") # Alias for transparent use with imported targets add_library(Geant4::${_target_name} ALIAS ${_target_name}) - target_compile_features(${_target_name} PUBLIC ${GEANT4_TARGET_COMPILE_FEATURES}) - if(_type STREQUAL "SHARED") + if(_lib_cmake_type STREQUAL "INTERFACE") + target_compile_features(${_target_name} INTERFACE ${GEANT4_TARGET_COMPILE_FEATURES}) + set(_props_to_process "INTERFACE") + else() + target_compile_features(${_target_name} PUBLIC ${GEANT4_TARGET_COMPILE_FEATURES}) + set(_props_to_process "PUBLIC" "PRIVATE" "INTERFACE") + endif() + + if(_lib_cmake_type STREQUAL "SHARED") # G4LIB_BUILD_DLL is public as despite the name it indicates the shared/archive mode # and clients must apply it when linking to the shared libs. The global # category handles the exact import/export statements @@ -920,15 +1198,19 @@ function(__geant4_add_library _name _type) # libraries self-locate each other whilst remaining relocatable set_target_properties(${_target_name} PROPERTIES MACOSX_RPATH 1) if(APPLE) - set_property(TARGET ${G4LIBTARGET_NAME} APPEND PROPERTY INSTALL_RPATH "@loader_path") + set_property(TARGET ${_target_name} APPEND PROPERTY INSTALL_RPATH "@loader_path") endif() endif() - if((_type STREQUAL "STATIC") AND NOT WIN32) + if((_lib_cmake_type STREQUAL "STATIC") AND NOT WIN32) set_target_properties(${_target_name} PROPERTIES OUTPUT_NAME ${_name}) endif() - get_property(__g4modules GLOBAL PROPERTY GEANT4_CATEGORIES_${_name}_MODULES) + # Get Modules to build into library, and list of defined interna/external libraries to resolve/link against + geant4_get_categories(__g4definedlibraries) + geant4_get_external_categories(__g4externallibraries) + list(APPEND __g4definedlibraries ${__g4externallibraries}) + geant4_get_category_property(__g4modules ${_name} MODULES) foreach(__g4mod ${__g4modules}) # - Process sources... geant4_get_module_property(_headers ${__g4mod} PUBLIC_HEADERS) @@ -966,7 +1248,7 @@ function(__geant4_add_library _name _type) # "Module" level really means "Source file" level, so same # sets of rules should apply (i.e. can't specify inc dirs # at source level). - foreach(_prop IN ITEMS PRIVATE PUBLIC INTERFACE) + foreach(_prop ${_props_to_process}) geant4_get_module_property(_incdirs ${__g4mod} ${_prop}_INCLUDE_DIRECTORIES) target_include_directories(${_target_name} ${_prop} ${_incdirs}) @@ -975,29 +1257,28 @@ function(__geant4_add_library _name _type) # Target linking requires additional processing to resolve geant4_get_module_property(_linklibs ${__g4mod} ${_prop}_LINK_LIBRARIES) - geant4_resolve_link_libraries(_linklibs) - - # Remove self-linking + __geant4_resolve_link_libraries(_linklibs) if(_linklibs) + # Remove self-linking list(REMOVE_ITEM _linklibs ${_name}) - endif() - # Filter list for internal static targets - if(_type STREQUAL "STATIC") - set(_g4linklibs ) - foreach(_linklib ${_linklibs}) - # If the linklib is a G4Library, change name to "name-static" - list(FIND __g4definedlibraries ${_linklib} _isg4lib) - if(_isg4lib GREATER -1) - list(APPEND _g4linklibs "${_linklib}-static") - else() - list(APPEND _g4linklibs "${_linklib}") - endif() - endforeach() - set(_linklibs ${_g4linklibs}) - endif() + # Filter list for internal static targets + if(_lib_cmake_type STREQUAL "STATIC") + set(_g4linklibs ) + foreach(_linklib ${_linklibs}) + # If the linklib is a G4Library, change name to "name-static" + list(FIND __g4definedlibraries ${_linklib} _isg4lib) + if(_isg4lib GREATER -1) + list(APPEND _g4linklibs "${_linklib}-static") + else() + list(APPEND _g4linklibs "${_linklib}") + endif() + endforeach() + set(_linklibs ${_g4linklibs}) + endif() - target_link_libraries(${_target_name} ${_prop} ${_linklibs}) + target_link_libraries(${_target_name} ${_prop} ${_linklibs}) + endif() endforeach() # Temp workaround for modules needing Qt. We use AUTOMOC, but can't yet set diff --git a/cmake/Modules/G4InterfaceOptions.cmake b/cmake/Modules/G4InterfaceOptions.cmake index 4ec36912c1..d60220bb22 100644 --- a/cmake/Modules/G4InterfaceOptions.cmake +++ b/cmake/Modules/G4InterfaceOptions.cmake @@ -56,37 +56,15 @@ if(GEANT4_USE_INVENTOR_QT) set(GEANT4_USE_INVENTOR ON) endif() -# - ToolsSG/Xt/X11/Qt/Win -# Though this option has platform differences, we configure here because it can -# trigger the Qt requirement -if(WIN32) - set(_g4_toolssg_backends "OFF" "WIN32") -else() - # TODO: Difference between X11, XT? - set(_g4_toolssg_backends "OFF" "X11" "XT" "QT") -endif() - -enum_option(GEANT4_USE_TOOLSSG - DOC "Build Geant4 ToolsSG Visualization Driver with Backend" - VALUES ${_g4_toolssg_backends} -) -geant4_add_feature(GEANT4_USE_TOOLSSG "Build ToolsSG Visualization Driver with backend '${GEANT4_USE_TOOLSSG}'") - -foreach(_tsg_backend IN LISTS _g4_toolssg_backends) - set(GEANT4_USE_TOOLSSG_${_tsg_backend}_GLES OFF) - if(_tsg_backend STREQUAL GEANT4_USE_TOOLSSG) - set(GEANT4_USE_TOOLSSG_${_tsg_backend}_GLES ON) - endif() -endforeach() - -# - Qt (may be required by Coin/ToolsSG driver) +# - Qt +# May be required by Coin driver +# Selection also enables ToolsSG driver option(GEANT4_USE_QT "Build Geant4 with Qt support" OFF) -if((GEANT4_USE_INVENTOR_QT OR GEANT4_USE_TOOLSSG_QT_GLES) AND NOT GEANT4_USE_QT) +if(GEANT4_USE_INVENTOR_QT AND NOT GEANT4_USE_QT) set(GEANT4_USE_QT ON CACHE BOOL "Build Geant4 with Qt support" FORCE) - message(STATUS "Forcing GEANT4_USE_QT to ON, required by Inventor/ToolsSG Driver(s)") + message(STATUS "Forcing GEANT4_USE_QT to ON, required by selection of GEANT4_USE_INVENTOR_QT as ON") endif() - -geant4_add_feature(GEANT4_USE_QT "Build Geant4 with Qt support") +set(GEANT4_USE_TOOLSSG_QT_GLES ${GEANT4_USE_QT}) # - Vtk option(GEANT4_USE_VTK "Build Geant4 with VTK visualisation" OFF) @@ -94,23 +72,26 @@ mark_as_advanced(GEANT4_USE_VTK) if(GEANT4_USE_VTK) find_package(VTK 8.2 REQUIRED) endif() - geant4_add_feature(GEANT4_USE_VTK "Using VTK for visualisation (EXPERIMENTAL)") # - Unix only if(UNIX) - # - Motif UI/Vis (may be required by Coin Vis driver) + # - Motif UI/Vis + # May be required by Coin Vis driver + # Selection also enables ToolsSG driver Xt backend option(GEANT4_USE_XM "Build Geant4 with Motif (X11) support" OFF) if((GEANT4_USE_INVENTOR AND NOT GEANT4_USE_INVENTOR_QT) AND NOT GEANT4_USE_XM) set(GEANT4_USE_XM ON CACHE BOOL "Build Geant4 with Motif (X11) support" FORCE) message(STATUS "Forcing GEANT4_USE_XM to ON, required by Inventor driver") endif() - + set(GEANT4_USE_TOOLSSG_XT_GLES ${GEANT4_USE_XM}) geant4_add_feature(GEANT4_USE_XM "Build Geant4 with Xm Support") - # OpenGL/X11 Vis Driver + # - OpenGL/X11 Vis Driver + # Selection also enables ToolsSG driver X11 backend option(GEANT4_USE_OPENGL_X11 "Build Geant4 OpenGL driver with X11 support" OFF) + set(GEANT4_USE_TOOLSSG_X11_GLES ${GEANT4_USE_OPENGL_X11}) geant4_add_feature(GEANT4_USE_OPENGL_X11 "Build Geant4 OpenGL driver with X11 support") # RayTracer driver with X11 support @@ -120,10 +101,20 @@ endif() # Windows only if(WIN32) - option(GEANT4_USE_OPENGL_WIN32 "Build OpenGL driver with Win32 support") + option(GEANT4_USE_OPENGL_WIN32 "Build OpenGL driver with Win32 support" OFF) + set(GEANT4_USE_TOOLSSG_WINDOWS_GLES ${GEANT4_USE_OPENGL_WIN32}) geant4_add_feature(GEANT4_USE_OPENGL_WIN32 "Build OpenGL driver with Win32 support") endif() +# Overall ToolsSG enable flag +set(GEANT4_USE_TOOLSSG OFF) +if(GEANT4_USE_TOOLSSG_QT_GLES + OR GEANT4_USE_TOOLSSG_XT_GLES + OR GEANT4_USE_TOOLSSG_X11_GLES + OR GEANT4_USE_TOOLSSG_WINDOWS_GLES) + set(GEANT4_USE_TOOLSSG ON) +endif() + #----------------------------------------------------------------------- # Find dependencies # @@ -151,46 +142,61 @@ if(GEANT4_USE_INVENTOR) endif() endif() -# - Qt5 +# - Qt5/6 if(GEANT4_USE_QT) - find_package(Qt5Core REQUIRED) - find_package(Qt5Gui REQUIRED) - find_package(Qt5Widgets REQUIRED) - find_package(Qt5OpenGL REQUIRED) - find_package(Qt5PrintSupport REQUIRED) - set(QT_QTCORE_LIBRARY Qt5::Core Qt5::PrintSupport) - set(QT_QTGUI_LIBRARY Qt5::Gui Qt5::Widgets) - set(QT_OPENGL_LIBRARY Qt5::Gui Qt5::OpenGL) - set(QT_LIBRARIES Qt5::OpenGL Qt5::Gui Qt5::PrintSupport Qt5::Widgets) - get_target_property(QT_QMAKE_EXECUTABLE ${Qt5Core_QMAKE_EXECUTABLE} IMPORTED_LOCATION) - geant4_save_package_variables(Qt5 Qt5Core_DIR Qt5Gui_DIR Qt5Widgets_DIR Qt5OpenGL_DIR Qt5PrintSupport_DIR) + # Use versioned targets to support Qt5 < 5.15 + # Once 5.15 is the minimum version, the "Qt${QT_VERSION_MAJOR}_..." variables can be dropped + # - https://doc.qt.io/qt-6/cmake-manual.html + find_package(QT NAMES Qt5 Qt6 COMPONENTS Core REQUIRED) + find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui Widgets OpenGL PrintSupport REQUIRED) + + if(QT_VERSION_MAJOR VERSION_LESS 6) + get_target_property(QT_QMAKE_EXECUTABLE ${Qt${QT_VERSION_MAJOR}Core_QMAKE_EXECUTABLE} IMPORTED_LOCATION) + else() + get_target_property(QT_QMAKE_EXECUTABLE Qt6::qmake IMPORTED_LOCATION) + endif() + geant4_save_package_variables(Qt${QT_VERSION_MAJOR} + Qt${QT_VERSION_MAJOR}Core_DIR + Qt${QT_VERSION_MAJOR}Gui_DIR + Qt${QT_VERSION_MAJOR}Widgets_DIR + Qt${QT_VERSION_MAJOR}OpenGL_DIR + Qt${QT_VERSION_MAJOR}PrintSupport_DIR) + + + geant4_add_feature(GEANT4_USE_QT "Build Geant4 with Qt${QT_VERSION_MAJOR} support") # Qt3D is only supported on 5.15 and above, but always on if available set(QT3D_MINIMUM_VERSION 5.15.0) set(GEANT4_USE_QT3D OFF) - if(Qt5Core_VERSION GREATER_EQUAL QT3D_MINIMUM_VERSION) - find_package(Qt53DCore ${QT3D_MINIMUM_VERSION} QUIET) - find_package(Qt53DExtras ${QT3D_MINIMUM_VERSION} QUIET) - find_package(Qt53DRender ${QT3D_MINIMUM_VERSION} QUIET) + if(QT_VERSION GREATER_EQUAL QT3D_MINIMUM_VERSION) + find_package(Qt${QT_VERSION_MAJOR}3DCore ${QT_VERSION} EXACT QUIET) + find_package(Qt${QT_VERSION_MAJOR}3DExtras ${QT_VERSION} EXACT QUIET) + find_package(Qt${QT_VERSION_MAJOR}3DRender ${QT_VERSION} EXACT QUIET) - if(Qt53DCore_FOUND AND Qt53DExtras_FOUND AND Qt53DRender_FOUND) + # Forward correct minimum version to CMake/etc files + set(QT3D_MINIMUM_VERSION ${QT_VERSION}) + + if(Qt${QT_VERSION_MAJOR}3DCore_FOUND AND Qt${QT_VERSION_MAJOR}3DExtras_FOUND AND Qt${QT_VERSION_MAJOR}3DRender_FOUND) set(GEANT4_USE_QT3D ON) - geant4_save_package_variables(Qt5 Qt53DCore_DIR Qt53DExtras_DIR Qt53DRender_DIR) + geant4_save_package_variables(Qt${QT_VERSION_MAJOR} + Qt${QT_VERSION_MAJOR}3DCore_DIR + Qt${QT_VERSION_MAJOR}3DExtras_DIR + Qt${QT_VERSION_MAJOR}3DRender_DIR) geant4_add_feature(GEANT4_USE_QT3D "Build Geant4 Qt3D driver") else() - set(_g4_qt53d_missing) - if(NOT Qt53DCore_FOUND) - list(APPEND _g4_qt53d_missing "Qt53DCore") + set(_g4_qt3d_missing) + if(NOT Qt${QT_VERSION_MAJOR}3DCore_FOUND) + list(APPEND _g4_qt3d_missing "Qt${QT_VERSION_MAJOR}3DCore") endif() - if(NOT Qt53DExtras_FOUND) - list(APPEND _g4_qt53d_missing "Qt53DExtras") + if(NOT Qt${QT_VERSION_MAJOR}3DExtras_FOUND) + list(APPEND _g4_qt3d_missing "Qt${QT_VERSION_MAJOR}3DExtras") endif() - if(NOT Qt53DRender_FOUND) - list(APPEND _g4_qt53d_missing "Qt53DRender") + if(NOT Qt${QT_VERSION_MAJOR}3DRender_FOUND) + list(APPEND _g4_qt3d_missing "Qt${QT_VERSION_MAJOR}3DRender") endif() - message(STATUS "Disabling Geant4 Qt3D driver, missing Qt5 packages: ${_g4_qt53d_missing}") + message(STATUS "Disabling Geant4 Qt3D driver, missing Qt packages: ${_g4_qt3d_missing}") endif() endif() # Variables for export to GNUmake @@ -203,7 +209,6 @@ if(GEANT4_USE_INVENTOR OR GEANT4_USE_QT OR GEANT4_USE_OPENGL_X11 OR GEANT4_USE_XM - OR GEANT4_USE_TOOLSSG OR GEANT4_USE_OPENGL_WIN32) find_package(OpenGL REQUIRED) geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY) @@ -212,9 +217,7 @@ if(GEANT4_USE_INVENTOR if(APPLE AND (GEANT4_USE_INVENTOR_XT OR GEANT4_USE_OPENGL_X11 - OR GEANT4_USE_XM - OR GEANT4_USE_TOOLSSG_X11_GLES - OR GEANT4_USE_TOOLSSG_XT_GLES)) + OR GEANT4_USE_XM)) find_package(XQuartzGL REQUIRED) geant4_save_package_variables(XQuartzGL XQuartzGL_INCLUDE_DIR XQuartzGL_gl_LIBRARY) endif() @@ -233,9 +236,7 @@ if(UNIX) if(GEANT4_USE_OPENGL_X11 OR GEANT4_USE_RAYTRACER_X11 OR GEANT4_USE_XM - OR GEANT4_USE_INVENTOR_XT - OR GEANT4_USE_TOOLSSG_X11_GLES - OR GEANT4_USE_TOOLSSG_XT_GLES) + OR GEANT4_USE_INVENTOR_XT) find_package(X11 REQUIRED) include("${CMAKE_CURRENT_LIST_DIR}/G4X11Shim.cmake") @@ -270,4 +271,3 @@ if(UNIX) geant4_save_package_variables(Motif MOTIF_INCLUDE_DIR MOTIF_LIBRARIES) endif() endif() - diff --git a/cmake/Modules/G4MakeRules_cxx.cmake b/cmake/Modules/G4MakeRules_cxx.cmake index acb1998bdf..8b5067928a 100644 --- a/cmake/Modules/G4MakeRules_cxx.cmake +++ b/cmake/Modules/G4MakeRules_cxx.cmake @@ -32,20 +32,18 @@ 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") # Use pipes rather than temp files set(CMAKE_CXX_FLAGS_INIT "${CMAKE_CXX_FLAGS_INIT} -pipe") - - # Additional per-mode flags - set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g") - set(CMAKE_CXX_FLAGS_RELEASE_INIT "-O3 -DNDEBUG") - # Assist auto-vectorization - set(CMAKE_CXX_FLAGS_RELEASE_INIT "${CMAKE_CXX_FLAGS_RELEASE_INIT} -fno-trapping-math -ftree-vectorize -fno-math-errno") - set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-Os -DNDEBUG") - set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-O2 -g") - # Remove superfluous "unused argument" and "GL deprecation" "warnings" from Clang if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang") set(CMAKE_CXX_FLAGS_INIT "${CMAKE_CXX_FLAGS_INIT} -Qunused-arguments -DGL_SILENCE_DEPRECATION") endif() + # Additional per-mode flags + # Assist auto-vectorization in Release + set(CMAKE_CXX_FLAGS_RELEASE_INIT "${CMAKE_CXX_FLAGS_RELEASE_INIT} -fno-trapping-math -ftree-vectorize -fno-math-errno") + + # Use Debug-safe optimization + set(CMAKE_CXX_FLAGS_DEBUG_INIT "${CMAKE_CXX_FLAGS_DEBUG_INIT} -Og") + # Extra Geant4 modes # - Debug_FPE: Core Debug mode plus FPE) set(CMAKE_CXX_FLAGS_DEBUG_FPE_INIT "${CMAKE_CXX_FLAGS_DEBUG_INIT} -DG4FPE_DEBUG") @@ -61,7 +59,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES ".*Clang") set(GEANT4_MULTITHREADED_CXX_FLAGS "-pthread") endif() - #----------------------------------------------------------------------- # MSVC - all (?) versions if(MSVC) @@ -71,7 +68,7 @@ if(MSVC) set(CMAKE_CXX_FLAGS_DEBUG_INIT "-MDd -Od -Zi") set(CMAKE_CXX_FLAGS_RELEASE_INIT "-MD -Ox -DNDEBUG") set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-MD -Os -DNDEBUG") - set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-MD -O2 -Zi") + set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-MD -O2 -Zi -DNDEBUG") # Extra modes set(CMAKE_CXX_FLAGS_TESTRELEASE_INIT "-MDd -Zi -G4DEBUG_VERBOSE") @@ -83,11 +80,15 @@ endif() # # Sufficient id on all platforms? if(CMAKE_CXX_COMPILER_ID MATCHES "Intel") - set(CMAKE_CXX_FLAGS_INIT "-w1 -Wno-non-virtual-dtor -Wpointer-arith -Wwrite-strings -fp-model precise") + # Warnings + 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 -fp-model precise") + # Use pipes rather than temp files + set(CMAKE_CXX_FLAGS_INIT "${CMAKE_CXX_FLAGS_INIT} -pipe") + set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g") set(CMAKE_CXX_FLAGS_RELEASE_INIT "-O3 -DNDEBUG") set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-Os -DNDEBUG") - set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-O2 -g") + set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-O2 -g -DNDEBUG") # Extra modes set(CMAKE_CXX_FLAGS_TESTRELEASE_INIT "-g -G4DEBUG_VERBOSE") @@ -100,51 +101,3 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Intel") # Linker flags set(CMAKE_EXE_LINKER_FLAGS "-limf") endif() - - -#----------------------------------------------------------------------- -# Ye Olde *NIX/Compiler Systems -# NB: *NOT* Supported... Only provided as legacy. -# None are tested... -# Whilst these use flags taken from existing Geant4 setup, may want to see if -# CMake defaults on these platforms are good enough... -# -if(UNIX AND NOT CMAKE_COMPILER_IS_GNUCXX) - #--------------------------------------------------------------------- - # IBM xlC compiler - # - if(CMAKE_CXX_COMPILER MATCHES "xlC") - set(CMAKE_CXX_FLAGS_INIT "") - set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g -qdbextra -qcheck=all -qfullpath -qtwolink -+") - set(CMAKE_CXX_FLAGS_RELEASE_INIT "-O3 -qtwolink -+") - set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-O3 -qtwolink -+") - set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-O3 -g -qdbextra -qcheck=all -qfullpath -qtwolink -+") - endif() - - #--------------------------------------------------------------------- - # HP aC++ Compiler - # - if(CMAKE_CXX_COMPILER MATCHES "aCC") - set(CMAKE_CXX_FLAGS_INIT "+DAportable +W823") - set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g") - set(CMAKE_CXX_FLAGS_RELEASE_INIT "+O2 +Onolimit") - set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-O2 +Onolimit") - set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-O2 +Onolimit -g") - endif() - - #--------------------------------------------------------------------- - # IRIX MIPSpro CC Compiler - # - if(CMAKE_CXX_COMPILER MATCHES "CC" AND CMAKE_SYSTEM_NAME MATCHES "IRIX") - set(CMAKE_CXX_FLAGS_INIT "-ptused -DSOCKET_IRIX_SOLARIS") - set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g") - set(CMAKE_CXX_FLAGS_RELEASE_INIT "-O -OPT:Olimit=5000") - set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-O -OPT:Olimit=5000") - set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-O -OPT:Olimit=5000 -g") - endif() - - #--------------------------------------------------------------------- - # SunOS CC Compiler - # - CMake may do a reasonable job on its own here... -endif() - diff --git a/cmake/Modules/G4OptionalComponents.cmake b/cmake/Modules/G4OptionalComponents.cmake index 8f055260ac..4c55adf24b 100644 --- a/cmake/Modules/G4OptionalComponents.cmake +++ b/cmake/Modules/G4OptionalComponents.cmake @@ -56,7 +56,6 @@ geant4_add_feature(GEANT4_USE_SYSTEM_CLHEP "Using system CLHEP library") # to the internal location of expat headers and library target so Geant4 # clients of expat have a consistent interface. # -# KNOWNISSUE : For internal expat, how to deal with static and shared? if(WIN32) set(EXPAT_FOUND TRUE) set(GEANT4_USE_BUILTIN_EXPAT TRUE) @@ -117,40 +116,39 @@ endif() geant4_add_feature(GEANT4_USE_SYSTEM_ZLIB "Using system zlib library") #----------------------------------------------------------------------- -# TBB support -# -set(_default_use_tbb OFF) -if(TBB_DIR) - set(_default_use_tbb ON) -endif() +# Find required PTL, optional TBB support, defaulting to internal +option(GEANT4_USE_SYSTEM_PTL "Use system PTL library" OFF) +option(GEANT4_USE_TBB "Use TBB as PTL's tasking backend" OFF) +cmake_dependent_option(GEANT4_USE_PTL_LOCKS "Enable mutex locking in PTL task subqueues" OFF "NOT GEANT4_USE_SYSTEM_PTL" OFF) +mark_as_advanced(GEANT4_USE_SYSTEM_PTL GEANT4_USE_PTL_LOCKS GEANT4_USE_TBB) -option(GEANT4_USE_TBB "Enable (optional) use of TBB as a tasking backend" ${_default_use_tbb}) -if(GEANT4_USE_TBB) - find_package(TBB REQUIRED) - geant4_save_package_variables(TBB TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_DEBUG TBB_LIBRARY_RELEASE TBB_ROOT_DIR) -endif() - -geant4_add_feature(GEANT4_USE_TBB "Enable (optional) use of TBB as a tasking backend") - -#----------------------------------------------------------------------- -# Find required PTL package, defaulting to internal -option(GEANT4_USE_SYSTEM_PTL "Use system zlib library" OFF) if(GEANT4_USE_SYSTEM_PTL) - find_package(PTL 2.0.0 REQUIRED) - # Backward compatibility for sources.cmake using the variable + if(GEANT4_USE_TBB) + find_package(PTL 2.0.0 REQUIRED TBB) + else() + find_package(PTL 2.0.0 REQUIRED) + if(PTL_TBB_FOUND AND NOT GEANT4_USE_TBB) + set(GEANT4_USE_TBB ON CACHE BOOL "Use TBB as PTL's tasking backend (forced)" FORCE) + message(STATUS "Forcing GEANT4_USE_TBB to ON, required by system PTL: ${PTL_DIR}") + endif() + endif() set(PTL_LIBRARIES PTL::ptl) geant4_save_package_variables(PTL PTL_DIR) else() + # Prempt PTL's find of TBB so we can cache the variables + if(GEANT4_USE_TBB) + find_package(TBB REQUIRED) + endif() set(PTL_FOUND TRUE) set(GEANT4_USE_BUILTIN_PTL TRUE) set(PTL_LIBRARIES G4ptl) endif() -mark_as_advanced(GEANT4_USE_SYSTEM_PTL) -geant4_add_feature(GEANT4_USE_SYSTEM_PTL "Using system PTL library") -# Internal PTL offers adding locks in task queues to help debugging -cmake_dependent_option(GEANT4_USE_PTL_LOCKS "Enable mutex locking in PTL task subqueues" OFF "NOT GEANT4_USE_SYSTEM_PTL" OFF) -mark_as_advanced(GEANT4_USE_PTL_LOCKS) +geant4_add_feature(GEANT4_USE_SYSTEM_PTL "Using system PTL library") +geant4_add_feature(GEANT4_USE_PTL_LOCKS "Enabled mutex locking in PTL task subqueues") +geant4_add_feature(GEANT4_USE_TBB "Using TBB as PTL's tasking backend") +# Always cache TBB even if not used. Empty vars will not be exported. +geant4_save_package_variables(TBB TBB_DIR TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_DEBUG TBB_LIBRARY_RELEASE) #----------------------------------------------------------------------- # Optional Support for GDML - requires Xerces-C package diff --git a/cmake/Modules/History b/cmake/Modules/History index 288d543015..15ba18db02 100644 --- a/cmake/Modules/History +++ b/cmake/Modules/History @@ -1,18 +1,16 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Category cmake-modules History - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarise all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- + +## 2021-12-10 Ben Morgan (cmake-modules-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 24th May 2011 Ben Morgan - *** All History MUST be reported in the main CMake Category History file *** diff --git a/cmake/Modules/geant4_module_check.py b/cmake/Modules/geant4_module_check.py new file mode 100755 index 0000000000..f2ea5b90a5 --- /dev/null +++ b/cmake/Modules/geant4_module_check.py @@ -0,0 +1,302 @@ +#!/usr/bin/env python3 + +"""Check Geant4 source code modules + +Geant4 organises source code into "Modules", with each Module being a +directory containing headers and sources in `include/` and `src/` +subdirectories respectively. One or more Modules are grouped/compiled +into the actual libraries. + +This program can be used to query Modules as declared to the build system to: + +- List all declared modules +- Print the list of public headers provided by a module +- Print modules required by a module based on inclusion of headers +- Check consistency between declared dependencies of a module and + those its sources actually use via inclusion of headers +- Check for cycles in the graph of declared module dependencies +""" + +import argparse +import csv +import os +import sys +import re +import json +import graphlib + + +def initdb(filename): + db = {} + with open(filename, 'r') as csvfile: + reader = csv.reader(csvfile) + for row in reader: + db[row[0]] = {'location': row[1], + 'headers': set(row[2].split(';')) - set(['']), + 'public_deps': set(row[3].split(';')) - set(['']), + 'private_deps': set(row[4].split(';')) - set(['']), + 'interface_deps': set(row[5].split(';')) - set([''])} + + return db + + +def scan_includes(input_file): + result = set() + lines = open(input_file).readlines() + for line in lines: + m = re.search("^ *# *include *\"(.*)\"", line) + if m: + result.add(m.group(1)) + + return result + + +def scan_files(input_path): + used_headers = set() + with os.scandir(input_path) as hdr_it: + for entry in hdr_it: + used_headers |= scan_includes(entry.path) + + return used_headers + + +def find_modules(list_of_headers, module_db): + found_modules = set() + orphan_hdrs = set() + for h in list_of_headers: + ms = [k for k, v in module_db.items() if h in v['headers']] + found_modules |= set(ms) + if not ms: + orphan_hdrs.add(h) + + return {'modules': found_modules, 'headers': orphan_hdrs} + + +def usage_requirements(module_name, module_db): + """ Find modules needed publically and privately by input module + """ + module_path = module_db[module_name]['location'] + module_headers = module_db[module_name]['headers'] + + # Determine public usage reqs + includes_from_headers = scan_files(os.path.join(module_path, "include")) + includes_from_headers -= module_headers + public_deps = find_modules(includes_from_headers, module_db) + + # The same for private + includes_from_srcs = scan_files(os.path.join(module_path, "src")) + includes_from_srcs -= module_headers + private_deps = find_modules(includes_from_srcs, module_db) + # Public deps are higher priority + private_deps['modules'] -= public_deps['modules'] + private_deps['headers'] -= public_deps['headers'] + + # Transform results to output dict + d = {'module': module_name, + 'dependencies': { + 'public': sorted(public_deps['modules']), + 'private': sorted(private_deps['modules']) + }, + 'external_headers': { + 'public': sorted(public_deps['headers']), + 'private': sorted(private_deps['headers']) + } + } + return d + + +def check_consistency(module_name, module_db): + """ Check module declared/apparent dependencies for consistency + """ + # NB: Can have false positives from externals G4expat, G4clhep, G4zlib, G4tools (plus imported :: targets) + def filter_dependencies(dep_list): + return set([x for x in dep_list if not re.match("^.+::.+", x)]) - set(['G4expat', 'G4clhep', 'G4zlib', 'G4tools', 'G4ptl']) + + ur = usage_requirements(module_name, module_db) + apparent_public_deps = filter_dependencies(ur['dependencies']['public']) + apparent_private_deps = filter_dependencies(ur['dependencies']['private']) + + declared_public_deps = filter_dependencies( + module_db[module_name]['public_deps']) + declared_private_deps = filter_dependencies( + module_db[module_name]['private_deps']) + + # Collate any consistency errors + report = [] + # - Declared dependencies duplicated between public/private + # Later checks will help distinguish what to do with this + duplicated_deps = declared_public_deps & declared_private_deps + if duplicated_deps: + report.append( + f'- has duplicated PUBLIC/PRIVATE dependencies: {duplicated_deps}') + + # - Apparent dep not declared + missing_public_deps = apparent_public_deps - declared_public_deps + if missing_public_deps: + report.append( + f'- may require PUBLIC dependencies: {missing_public_deps}') + + missing_private_deps = apparent_private_deps - declared_private_deps + if missing_private_deps: + report.append( + f'- may require PRIVATE dependencies: {missing_private_deps}') + + # - Declared dep not in apparent (overdeclared) + overdeclared_public_deps = declared_public_deps - apparent_public_deps + if overdeclared_public_deps: + report.append( + f'- may not require PUBLIC dependencies: {overdeclared_public_deps}') + + overdeclared_private_deps = declared_private_deps - apparent_private_deps + if overdeclared_private_deps: + report.append( + f'- may not require PRIVATE dependencies: {overdeclared_private_deps}') + + return report + + +def find_cycles(module_db, verbose): + """ Check for any cycles in the complete module dependency graph + """ + # Build adjacency list + adjlist = {} + for k, v in module_db.items(): + adjlist[k] = list(v['public_deps'] | v['private_deps'] + | v['interface_deps']) + + try: + # Topo sort throws cycle error if one occurs during prepare + ts = graphlib.TopologicalSorter(adjlist) + ts.prepare() + + # Verbose print of nodes in topological order + # NB: This uses the full graphlib interface in case we want to + # print out nodes grouped by level in the graph. + if verbose: + generation = 0 + while ts.is_active(): + nodes = ts.get_ready() + print(f'Generation: {generation}') + for n in nodes: + print(f' {n}') + ts.done(*nodes) + generation += 1 + + print(f"pass: No cycles detected in module dependency graph") + except graphlib.CycleError as err: + print( + f"error: cycles detected in module dependency graph", + file=sys.stderr, + ) + cycle = " <- ".join(err.args[1]) + print(f"cycle: {cycle}", file=sys.stderr) + sys.exit(1) + + +if __name__ == "__main__": + # Parse command line to get command to run + parser = argparse.ArgumentParser( + description=str(__doc__), formatter_class=argparse.RawDescriptionHelpFormatter + ) + parser.add_argument("-db", default='G4ModuleInterfaceMap.csv', + metavar="FILE", help="module interface map file") + parser.add_argument("-v", "--verbose", + action="store_true", help="verbose output") + + query_group = parser.add_mutually_exclusive_group(required=True) + + query_group.add_argument( + "-l", "--list", + action='store_true', + help="list declared source code modules" + ) + query_group.add_argument( + "-i", "--interface", + metavar="", + help="print public headers of module", + ) + query_group.add_argument( + "-p", "--provides", + metavar="
", + help="print module that provides this header" + ) + query_group.add_argument( + "-u", "--usage-requirements", + metavar="", + help="determine and print usage requirements of module" + ) + query_group.add_argument( + "-c", "--check-consistency", + metavar="", + help="check declared and apparent module dependencies for basic consistency" + ) + query_group.add_argument( + "--find-cycles", + action="store_true", + help="find cycles in graph of declared modules dependencies" + ) + query_group.add_argument( + "--find-inconsistencies", + action="store_true", + help="find inconsistencies in apparent/declared dependencies of all modules" + ) + args = parser.parse_args() + + # Initialize the module/header "database" + try: + db = initdb(args.db) + except OSError as err: + print(f"Could not initalize module DB: {err}", file=sys.stderr) + sys.exit(1) + + # Implementations + if args.list: + print("\n".join(db.keys())) + elif args.interface: + try: + print("\n".join(db[args.interface]['headers'])) + except KeyError as err: + print(f"No module named {err}", file=sys.stderr) + sys.exit(1) + elif args.provides: + # find the header, there should not be duplicates! + mods = [k for k, v in db.items() if args.provides in v['headers']] + if len(mods) == 0: + print( + f"No module provides header '{args.provides}'", + file=sys.stderr) + sys.exit(1) + if len(mods) > 1: + print( + f"Header '{args.provides}' is provided by multiple modules: {mods}", + file=sys.stderr) + sys.exit(1) + + print(mods[0]) + elif args.usage_requirements: + ur = usage_requirements(args.usage_requirements, db) + print(json.dumps(ur, indent=2)) + elif args.check_consistency: + cc = check_consistency(args.check_consistency, db) + if cc: + print(f'{args.check_consistency}:', file=sys.stderr) + print("\n".join(cc), file=sys.stderr) + sys.exit(1) + else: + print( + f'{args.check_consistency} appears consistent') + elif args.find_cycles: + find_cycles(db, args.verbose) + elif args.find_inconsistencies: + inconsistent = {} + for m in db.keys(): + cc = check_consistency(m, db) + if cc: + inconsistent[m] = "\n".join(cc) + + if len(inconsistent) > 0: + print(f'Inconsistent dependencies in modules:', file=sys.stderr) + for k, v in inconsistent.items(): + print(f'{k}:\n{v}', file=sys.stderr) + + sys.exit(1) diff --git a/cmake/Templates/Geant4Config.cmake.in b/cmake/Templates/Geant4Config.cmake.in index f585737112..6a751f8484 100644 --- a/cmake/Templates/Geant4Config.cmake.in +++ b/cmake/Templates/Geant4Config.cmake.in @@ -80,7 +80,7 @@ # ui_win32 (WIN32 Style Application Command Line Interface) # # motif (Motif-X11/OpenGL Graphical User Interface) -# qt (Qt5/OpenGL Graphical User Interface) +# qt (Qt/OpenGL Graphical User Interface) # # vis_opengl_x11 (OpenGL visualization with X11 interface) # vis_opengl_win32 (OpenGL visualization with X11 interface) @@ -264,17 +264,24 @@ if(NOT Geant4_builtin_zlib_FOUND) find_dependency(ZLIB @ZLIB_VERSION_STRING@) endif() +# PTL/TBB +# - Refind of PTL will refind TBB set(Geant4_system_ptl_FOUND @GEANT4_USE_SYSTEM_PTL@) +set(Geant4_TBB_FOUND @GEANT4_USE_TBB@) if(Geant4_system_ptl_FOUND) set(Geant4_builtin_ptl_FOUND FALSE) - find_dependency(PTL @PTL_VERSION_STRING@) + if(Geant4_TBB_FOUND) + find_dependency(PTL @PTL_VERSION@ COMPONENTS TBB) + else() + find_dependency(PTL @PTL_VERSION@) + endif() else() # We know exactly where PTL is set(Geant4_builtin_ptl_FOUND TRUE) if(CMAKE_VERSION VERSION_GREATER 3.8.9999) - find_dependency(PTL @PTL_VERSION_STRING@ NO_DEFAULT_PATH PATHS "@PACKAGE_PTL_PREFIX@") + find_dependency(PTL NO_DEFAULT_PATH PATHS "@PACKAGE_PTL_PREFIX@") else() - find_package(PTL @PTL_VERSION_STRING@ REQUIRED NO_DEFAULT_PATH PATHS "@PACKAGE_PTL_PREFIX@") + find_package(PTL REQUIRED NO_DEFAULT_PATH PATHS "@PACKAGE_PTL_PREFIX@") endif() endif() @@ -300,12 +307,6 @@ set(Geant4_smartstack_FOUND @GEANT4_USE_SMARTSTACK@) # - ParticleHP as HP set(Geant4_php_as_hp_FOUND @GEANT4_BUILD_PHP_AS_HP@) -# - TBB -set(Geant4_TBB_FOUND @GEANT4_USE_TBB@) -if(Geant4_TBB_FOUND) - find_dependency(TBB @TBB_VERSION@) -endif() - # - TiMemory set(Geant4_timemory_FOUND @GEANT4_USE_TIMEMORY@) if(Geant4_timemory_FOUND) @@ -399,18 +400,18 @@ endif() set(Geant4_qt_FOUND @GEANT4_USE_QT@) set(Geant4_qt3d_FOUND @GEANT4_USE_QT3D@) if(Geant4_qt_FOUND) - # Must always refind Qt5 to recreate imported targets. Because these + # Must always refind Qt to recreate imported targets. Because these # are in the public interface, always need linking. - find_dependency(Qt5Core REQUIRED) - find_dependency(Qt5Gui REQUIRED) - find_dependency(Qt5Widgets REQUIRED) - find_dependency(Qt5OpenGL REQUIRED) - find_dependency(Qt5PrintSupport REQUIRED) + find_dependency(Qt@QT_VERSION_MAJOR@Core REQUIRED) + find_dependency(Qt@QT_VERSION_MAJOR@Gui REQUIRED) + find_dependency(Qt@QT_VERSION_MAJOR@Widgets REQUIRED) + find_dependency(Qt@QT_VERSION_MAJOR@OpenGL REQUIRED) + find_dependency(Qt@QT_VERSION_MAJOR@PrintSupport REQUIRED) if(Geant4_qt3d_FOUND) - find_dependency(Qt53DCore @QT3D_MINIMUM_VERSION@ REQUIRED) - find_dependency(Qt53DExtras @QT3D_MINIMUM_VERSION@ REQUIRED) - find_dependency(Qt53DRender @QT3D_MINIMUM_VERSION@ REQUIRED) + find_dependency(Qt@QT_VERSION_MAJOR@3DCore @QT3D_MINIMUM_VERSION@ REQUIRED) + find_dependency(Qt@QT_VERSION_MAJOR@3DExtras @QT3D_MINIMUM_VERSION@ REQUIRED) + find_dependency(Qt@QT_VERSION_MAJOR@3DRender @QT3D_MINIMUM_VERSION@ REQUIRED) endif() # Also require OpenGL @@ -712,7 +713,6 @@ list(APPEND _geant4_internal_libraries ${_geant4_physicslists_library} Geant4::G4run${_geant4_lib_use_suffix} Geant4::G4event${_geant4_lib_use_suffix} - Geant4::G4tasking${_geant4_lib_use_suffix} Geant4::G4tracking${_geant4_lib_use_suffix} Geant4::G4parmodels${_geant4_lib_use_suffix} Geant4::G4processes${_geant4_lib_use_suffix} @@ -724,7 +724,8 @@ list(APPEND _geant4_internal_libraries Geant4::G4graphics_reps${_geant4_lib_use_suffix} Geant4::G4intercoms${_geant4_lib_use_suffix} Geant4::G4global${_geant4_lib_use_suffix} - Geant4::G4tools${_geant4_lib_use_suffix} + # G4tools is INTERFACE, so same for both static/shared. + Geant4::G4tools ) # - Any externals built by Geant4 diff --git a/cmake/Templates/UseGeant4.cmake b/cmake/Templates/UseGeant4.cmake index 00823e0f46..3b407227c1 100644 --- a/cmake/Templates/UseGeant4.cmake +++ b/cmake/Templates/UseGeant4.cmake @@ -1,94 +1,12 @@ # - Use file for Geant4 -# This file may be included after a find_package call has successfully -# located Geant4 to set global compile definitions, include directories, -# and compiler flags for building and linking to the Geant4 libraries. # -# If Geant4 has been located via the Geant4Config.cmake config file, the -# following variable will be set: -# -# Geant4_USE_FILE : Point to the location of the use file for the found -# Geant4 installation. -# -# Inclusion of this file, e.g. via -# -# include(${Geant4_USE_FILE}) -# -# results in the addition of the Geant4 compile definitions and -# include directories to those of the directory in which this file is -# included. -# -# Header paths are added via include_directories as SYSTEM type directories -# -# The recommended Geant4 compiler flags are also prepended to -# CMAKE_CXX_FLAGS but duplicated flags are NOT removed. This permits -# client of UseGeant4 to override Geant4's recommended flags if required -# and at their own risk. -# -# Advanced users requiring special sets of flags, or the removal of -# duplicate flags should therefore *not* use this file, preferring the -# direct use of the Geant4_XXXX variables set by the Geant4Config file. -# -# The last thing the module does is to optionally include an internal Use -# file. This file can contain variables, functions and macros for strict -# internal use in Geant4, such as building and running validation tests. +# Optional inclusion of internal Use file. This file can contain +# variables, functions and macros for strict internal use in Geant4, +# such as building and running validation tests. # +include(${CMAKE_CURRENT_LIST_DIR}/UseGeant4_internal.cmake OPTIONAL) -#----------------------------------------------------------------------- -# We need to set the compile definitions and include directories -# -add_definitions(${Geant4_DEFINITIONS}) -include_directories(AFTER SYSTEM ${Geant4_INCLUDE_DIRS}) - -#----------------------------------------------------------------------- -# Because Geant4 is sensitive to the compiler flags, set the base -# set here. This reproduces as far as possible the behaviour of the -# original makefile system. -# -set(CMAKE_CXX_FLAGS "${Geant4_CXX_FLAGS} ${CMAKE_CXX_FLAGS}") -set(CMAKE_CXX_FLAGS_DEBUG "${Geant4_CXX_FLAGS_DEBUG} ${CMAKE_CXX_FLAGS_DEBUG}") -set(CMAKE_CXX_FLAGS_MINSIZEREL "${Geant4_CXX_FLAGS_MINSIZEREL} ${CMAKE_CXX_FLAGS_MINSIZEREL}") -set(CMAKE_CXX_FLAGS_RELEASE "${Geant4_CXX_FLAGS_RELEASE} ${CMAKE_CXX_FLAGS_RELEASE}") -set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${Geant4_CXX_FLAGS_RELWITHDEBINFO} ${CMAKE_CXX_FLAGS_RELWITHDEBINFO}") -set(CMAKE_EXE_LINKER_FLAGS "${Geant4_EXE_LINKER_FLAGS} ${CMAKE_EXE_LINKER_FLAGS}") - -#----------------------------------------------------------------------- -# Update build type information ONLY for single mode build tools, adding -# type used to build this install if none has been set, but otherwise leaving -# value alone. -# NB: this doesn't allow "None" for the build type - would need something -# more sophisticated using an internal cache variable. -# Good enough for now! -# -if(NOT CMAKE_CONFIGURATION_TYPES) - if(NOT CMAKE_BUILD_TYPE) - # Default to type used to build this install. - set(CMAKE_BUILD_TYPE "${Geant4_BUILD_TYPE}" - CACHE STRING "Choose the type of build, options are: None Release MinSizeRel Debug RelWithDebInfo MinSizeRel." - FORCE - ) - else() - # Force to the cache, but use existing value. - set(CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}" - CACHE STRING "Choose the type of build, options are: None Release MinSizeRel Debug RelWithDebInfo MinSizeRel." - FORCE - ) - endif() -endif() - -#----------------------------------------------------------------------- -# Locate ourselves -# -get_filename_component(_use_geant4_dir ${CMAKE_CURRENT_LIST_FILE} PATH) - -#----------------------------------------------------------------------- -# Append the local module path to CMAKE_MODULE_PATH to automatically -# make FindXXX modules for examples available -# -list(APPEND CMAKE_MODULE_PATH ${_use_geant4_dir}/Modules) - -#----------------------------------------------------------------------- -# Include internal use file if it exists. It should only exist in the -# build tree! -# -include(${_use_geant4_dir}/UseGeant4_internal.cmake OPTIONAL) - +# Add Module directory so that examples can use internal "FindXXX" +# modules. Appended to minimize any conflict with consumer project +# settings +list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules) diff --git a/cmake/Templates/UseGeant4_internal.cmake b/cmake/Templates/UseGeant4_internal.cmake index ac02e5ef0d..2adb34b1d4 100644 --- a/cmake/Templates/UseGeant4_internal.cmake +++ b/cmake/Templates/UseGeant4_internal.cmake @@ -159,7 +159,17 @@ function(geant4_add_test test) --no-warn-unused-cli -DGeant4_DIR=${CMAKE_BINARY_DIR} -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} + -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} + -DCMAKE_C_FLAGS_DEBUG=${CMAKE_C_FLAGS_DEBUG} + -DCMAKE_C_FLAGS_MINSIZEREL=${CMAKE_C_FLAGS_MINSIZEREL} + -DCMAKE_C_FLAGS_RELEASE=${CMAKE_C_FLAGS_RELEASE} + -DCMAKE_C_FLAGS_RELWITHDEBINFO=${CMAKE_C_FLAGS_RELWITHDEBINFO} -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} + -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} + -DCMAKE_CXX_FLAGS_DEBUG=${CMAKE_CXX_FLAGS_DEBUG} + -DCMAKE_CXX_FLAGS_MINSIZEREL=${CMAKE_CXX_FLAGS_MINSIZEREL} + -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} + -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -DCMAKE_DISABLE_FIND_PACKAGE_ROOT=$ ) set_property(TEST ${__build_test_name} PROPERTY ENVIRONMENT Geant4_DIR=${CMAKE_BINARY_DIR}) diff --git a/cmake/Templates/geant4-config.in b/cmake/Templates/geant4-config.in index 4b941df060..d64d21cc70 100644 --- a/cmake/Templates/geant4-config.in +++ b/cmake/Templates/geant4-config.in @@ -48,6 +48,9 @@ scriptloc=`dirname $script` # Expansion and calculation of all needed variables # prefix=@GEANT4_CONFIG_INSTALL_PREFIX@ +# canonicalize path +prefix=`cd "$prefix" 2>/dev/null; pwd -P` + exec_prefix=@GEANT4_CONFIG_EXECPREFIX@ libdir=@GEANT4_CONFIG_LIBDIR@ includedirs="@GEANT4_CONFIG_INCLUDE_DIRS@" @@ -113,16 +116,15 @@ done libs="-lG4interfaces \ -lG4persistency \ +-lG4analysis \ -lG4error_propagation \ -lG4readout \ -lG4physicslists \ --lG4tasking \ -lG4run \ -lG4event \ -lG4tracking \ -lG4parmodels \ -lG4processes \ --lG4analysis \ -lG4digits_hits \ -lG4track \ -lG4particles \ @@ -131,7 +133,6 @@ libs="-lG4interfaces \ -lG4graphics_reps \ -lG4intercoms \ -lG4global \ --lG4tools \ @G4_LINK_CXX_FILESYSTEM@" #----------------------------------------------------------------------- @@ -224,6 +225,11 @@ fi geant4_uses_opengl="yes" fi +# - QT3D +have_qt3d="@G4_BUILTWITH_QT3D@" +feature_list="${feature_list} qt3d[${have_qt3d}]" + + # - Motif have_motif="@G4_BUILTWITH_MOTIF@" feature_list="${feature_list} motif[${have_motif}]" @@ -264,6 +270,11 @@ if test "x${have_openinventor}" = "xyes" ; then vis_libs="-lG4OpenInventor ${vis_libs}" fi +# - VTK +have_vtk="@G4_BUILTWITH_VTK@" +feature_list="${feature_list} vtk[${have_vtk}]" + + # - If we have any OpenGL based feature, then we need to add in the # OpenGL global define and the G4OpenGL/G4gl2ps libraries. if test "x${geant4_uses_opengl}" = "xyes" ; then @@ -304,6 +315,36 @@ print_datasets() exit 0 } +#----------------------------------------------------------------------- +# function print_datasets_sh +# print dataset information with one line per dataset and each +# line in the format +# export ="" +print_datasets_sh() +{ + for ds in ${dataset_list} ; do + dataset_envvar=$(echo $ds | cut -d "|" -f2) + dataset_path=$(echo $ds | cut -d "|" -f3) + echo "export ${dataset_envvar}=\"${dataset_path}\"" + done + exit 0 +} + +#----------------------------------------------------------------------- +# function print_datasets_csh +# print dataset information with one line per dataset and each +# line in the format +# setenv ""; +print_datasets_csh() +{ + for ds in ${dataset_list} ; do + dataset_envvar=$(echo $ds | cut -d "|" -f2) + dataset_path=$(echo $ds | cut -d "|" -f3) + echo "setenv ${dataset_envvar} \"${dataset_path}\";" + done + exit 0 +} + #----------------------------------------------------------------------- # function check_datasets # Check whether datasets exist as directories at the expected @@ -336,8 +377,15 @@ install_datasets() G4OPENSSL=$(which openssl) if test "x${G4OPENSSL}" = "x" ; then - echo "- error: no openssl executable found" + G4MD5SUM=$(which md5sum) + if test "x${G4MD5SUM}" = "x" ; then + echo "- error: no openssl or md5sum executable found" exit 1 + else + G4MD5CMD="${G4MD5SUM} --tag" + fi + else + G4MD5CMD="${G4OPENSSL} dgst -md5" fi G4TAR=$(which tar) @@ -390,7 +438,7 @@ install_datasets() # Validate bundle hash (basic) dataset_md5=$(echo $ds | cut -d "|" -f5) - actual_md5=$(${G4OPENSSL} dgst -md5 ${g4downloaddir}/${dataset_file} | cut -d" " -f2) + actual_md5=$(${G4MD5CMD} ${g4downloaddir}/${dataset_file} | tr -d ' ' | cut -d"=" -f2) echo "+ checking md5 of ${dataset_file}" if [ "${actual_md5}" != "${dataset_md5}" ] ; then echo "- md5 mismatch for '${dataset_file}' : ${actual_md5}(actual) != ${dataset_md5}(expected)" @@ -440,6 +488,21 @@ install_datasets() exit 1 } +#----------------------------------------------------------------------- +# function list_features +# print list of enabled and disabled features. +# +list_features() +{ +cat</dev/null | wc -l ) + ifneq ($(QT_SEARCH_LIB),0) + QTLIBPATH := $(QTHOME)/lib/qt$(QT_VERSION) + endif + endif + ifeq ($(QT_VERSION),5) + ifndef QTLIBS # Qt5 + QTLIBS := -L$(QTLIBPATH) -lQt5Core -lQt5Gui -lQt5Widgets -lQt5PrintSupport + endif + ifndef QT3DLIBS + QT3DLIBS := -L$(QTLIBPATH) -lQt5Core -lQt5Gui -lQt5Widgets -lQt53DCore -lQt53DExtras -lQt53DRender -lQt5PrintSupport + endif + ifndef GLQTLIBS + GLQTLIBS := -L$(QTLIBPATH) -lQt5Core -lQt5Gui -lQt5Widgets -lQt5OpenGL -lQt5PrintSupport + endif + else # Qt4 + ifndef QTLIBS + QTLIBS := -L$(QTLIBPATH) -lQtCore -lQtGui + endif + ifndef GLQTLIBS + GLQTLIBS := -L$(QTLIBPATH) -lQtCore -lQtGui -lQtOpenGL + endif + endif + +#---------------------------------------------------------------------------- + + define build-granular-shared-lib + @libdir=`(cd $(@D);/bin/pwd)`; \ + cd $(G4TMPDIR); \ + $(CXX) -Wl,-soname,$(@F) -shared -o $$libdir/$(@F) $(INTYLIBS) *.o + endef + define build-global-shared-lib + @libdir=`(cd $(@D);/bin/pwd)`; \ + cd $(G4TMP)/$(G4SYSTEM); \ + $(CXX) -Wl,-soname,$(@F) -shared -o $$libdir/$(@F) $(INTYLIBS) \ + $(foreach dir,$(SUBLIBS),$(dir)/*.o); + endef + +endif diff --git a/environments/History b/environments/History index 41d8a352fd..150d107b1d 100644 --- a/environments/History +++ b/environments/History @@ -1,21 +1,16 @@ -------------------------------------------------------------------- +# Category envs History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Super-Category History file - --------------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -at this level and keep track of all relavant tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +## 2021-12-10 Ben Morgan (envs-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 envs-V10-07-00/ Sep. 25, 2020 B.Morgan - Remove MOMO diff --git a/environments/g4py/History b/environments/g4py/History index 6b02f438fa..66b3ff30df 100644 --- a/environments/g4py/History +++ b/environments/g4py/History @@ -1,15 +1,16 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Category geant4py History - Geant4Py History file - --------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! -Geant4Py is a Geant4-Python bridge. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (geant4py-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 2 Nov. 2021 B.Morgan (geant4py-V10-07-05) - Apply GitHub PR #31 from andriish diff --git a/environments/g4py/examples/History b/environments/g4py/examples/History index 14eac1fb59..29fd60653b 100644 --- a/environments/g4py/examples/History +++ b/environments/g4py/examples/History @@ -1,17 +1,16 @@ -------------------------------------------------------------------- +# Category g4py-examples History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -A set of examples for Geant4Py. +## 2021-12-10 Ben Morgan (g4py-examples-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 12 November 2007 K.Murakami - add GDML I/O examples diff --git a/environments/g4py/examples/education/lesson1/History b/environments/g4py/examples/education/lesson1/History index 3e21fc3424..9dd4350935 100644 --- a/environments/g4py/examples/education/lesson1/History +++ b/environments/g4py/examples/education/lesson1/History @@ -1,3 +1,17 @@ +# Category g4py-examples-education History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (g4py-examples-education-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 27 Sep. 2006 Hajime Yoshida - Lesson1.py as before - Lesson1withN03.py with the physics list of N03 @@ -26,4 +40,4 @@ The first version of mass attenuation coefficient -oglx.mac OGLSX => important to make zooming effective after showing trajectories -gun.mac - \ No newline at end of file + diff --git a/environments/g4py/tests/History b/environments/g4py/tests/History index 9eaf9b3d09..639582f40b 100644 --- a/environments/g4py/tests/History +++ b/environments/g4py/tests/History @@ -1,17 +1,16 @@ -------------------------------------------------------------------- +# Category g4py-tests History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -A set of tests for python wrapping of C++ elements. +## 2021-12-10 Ben Morgan (g4py-tests-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 Nov.30, 2008 K.Murakami - gtest01-07: modified with g4py namespace diff --git a/environments/zmq/History b/environments/zmq/History index bfa2a4b852..3768895a99 100644 --- a/environments/zmq/History +++ b/environments/zmq/History @@ -1,15 +1,16 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Category zmq History - G4ZMQ History file - --------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! -ZeroMQ Interface for Geant4 - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (zmq-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 25 Oct. 2021 B. Morgan - zmq-V10-07-00 - Use G4StrUtil functions replacing deprecated G4String member functions diff --git a/examples/.doxygen/History b/examples/.doxygen/History index 6b1d66f56b..e21b910278 100644 --- a/examples/.doxygen/History +++ b/examples/.doxygen/History @@ -1,21 +1,16 @@ -------------------------------------------------------------------- +# Example Doxygen History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - - Configuration files for Examples Doxygen documentation - ---------------------------------------------------------- - - -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (doxygen-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06/12/20 I.Hrivnacova (doxygen-V10-07-02) - Added new extended example RE07 in documentation diff --git a/examples/History b/examples/History index 2a04836f53..74ab1f0b12 100644 --- a/examples/History +++ b/examples/History @@ -1,20 +1,58 @@ -------------------------------------------------------------------- +# Example examples History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +------------------------------------------------------------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-06-30 Gabriele Cosmo (examples-V11-00-06) +- Updated reference outputs according to reference tag geant4-11-00-ref-06. +- Includes tags: brachy-V11-00-01, ICRP110Phantoms-V11-00-01, + iort_therapy-V11-00-01, STCyclotron-V11-00-01, + exHadronic-V11-00-01, exhadrParticleFluence-V11-00-00, + chem6-V11-00-06, microyz-V11-00-02, molecularDNA-V11-00-05. + +## 2022-05-31 Gabriele Cosmo (examples-V11-00-05) +- Updated reference outputs according to reference tag geant4-11-00-ref-05. +- Includes tags: ChargeExchangeMC-V11-00-01, eRosita-V11-00-02, + exampleB2-V11-00-01, testem9-V11-00-01, HepMCEx01-V11-00-01, + chem4-V11-00-04, chem5-V11-00-01, chem6-V11-00-05, + microyz-V11-00-01, molecularDNA-V11-00-04, scavenger-V11-00-01, + OpNovice2-V11-00-02, MPI-V11-00-02. + +## 2022-04-30 Gabriele Cosmo (examples-V11-00-04) +- Updated reference outputs according to reference tag geant4-11-00-ref-04. +- Includes tags: testem5-V11-00-01, monopole-V11-00-02, rdecay01-V11-00-01, + VecGeomNavigation-V11-00-02, NeutronSource-V11-00-01, + exhadr03-V11-00-01, exhadr05-V11-00-02, exhadr06-V11-00-01, + exhadr07-V11-00-01, molecularDNA-V11-00-03, OpNovice2-V11-00-01, + activation-V11-00-01. + +## 2022-03-31 Gabriele Cosmo (examples-V11-00-03) +- Updated reference outputs according to reference tag geant4-11-00-ref-03. +- Includes tags: CaTS-V11-00-01, microbeam-V11-00-01, exampleB3-V11-00-01, + VecGeomNavigation-V11-00-01, dnaphysics-V11-00-01, + chem4-V11-00-03, chem6-V11-00-04, molecularDNA-V11-00-02, + spower-V11-00-01, MPI-V11-00-01, expar04-V11-00-02. + +## 2022-02-28 Gabriele Cosmo (examples-V11-00-02) +- Updated reference outputs according to reference tag geant4-11-00-ref-02. +- Includes tags: air_shower-V11-00-01, ccal-V11-00-01, eRosita-V11-00-01, + XRayFluo-V11-00-01, testem6-V11-00-01, testem15-V11-00-02, + exdna-V11-00-01, chem6-V11-00-01, molecularDNA-V11-00-01. + +## 2022-01-31 Gabriele Cosmo (examples-V11-00-01) +- Updated reference outputs according to reference tag geant4-11-00-ref-01. +- Includes tags: amsEcal-V11-00-01, hadrontherapy-V11-00-01, testem3-V11-00-01, + testem15-V11-00-01, particleGunExample-V11-00-01, + monopole-V11-00-01, exhadr05-V11-00-01, fano-V11-00-01, + fano2-V11-00-01, OpNovice-V11-00-01, expar04-V11-00-01. +- Changed to new Markdown History format (B.Morgan). + +--- + +# History entries prior to 11.0 6th December 2021 Gabriele Cosmo (examples-V11-00-00) - Updated reference outputs according to reference tag geant4-11-00-ref-00. diff --git a/examples/advanced/CaTS/CaTS.out b/examples/advanced/CaTS/CaTS.out new file mode 100644 index 0000000000..0cc4c69641 --- /dev/null +++ b/examples/advanced/CaTS/CaTS.out @@ -0,0 +1,908 @@ + +--------------------------------------------------------------------- +* |\___/| * +* ) ( * +* =\ /= * +* )===( Welcome to: * +* / \ CaTS: Calorimeter and Tracker Simulation * +* | | a flexible and extend-able framework * +* / \ for the simulation of various detector * +* \ / systems * +* \__ _/ https://github.com/hanswenzel/CaTS * +* ( ( * +* ) ) Version: CaTS_1_0 * +* (_( Date: (14-October-2021) * +--------------------------------------------------------------------- + +Warning! no physics configuration specified! +Using default FTFP_BERT+OPTICAL+STEPLIMIT +Usage: CaTS -pl physicsconfiguration + +G4PhysListRegistry::GetModularPhysicsList , as "FTFP_BERT" with extensions "+OPTICAL+STEPLIMIT" +<<< Geant4 Physics List simulation engine: FTFP_BERT + +<<< RegisterPhysics with G4OpticalPhysics "OPTICAL" +<<< RegisterPhysics with G4StepLimiterPhysics "STEPLIMIT" +<<< Reference Physics List FTFP_BERT+OPTICAL+STEPLIMIT is built + +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +RootIO:: Opening File: Hits.root +G4GDML: Reading '/geant4/examples/advanced/CaTS/gdml/simpleLArTPC.gdml'... +G4GDML: Reading definitions... +G4GDML: Reading materials... +G4GDML: Reading solids... +G4GDML: Reading structure... +Treating unknown GDML tag in volume 'colorref' as GDML extension... +Treating unknown GDML tag in volume 'colorref' as GDML extension... +G4GDML: Reading setup... +G4GDML: Reading '/geant4/examples/advanced/CaTS/gdml/simpleLArTPC.gdml' done! +Stripping off GDML names of materials, solids and volumes ... +(0,0,0) + +1 PhotonSD name: Det_Photondetector collection Name: Det_Photondetector_HC + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +G4OpticalPhysics:: Add Optical Physics Processes +### Birks coefficients used in run time +### Optical physics constructed. +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled +Use general process 1 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory epics_2017 +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +writing Event: 0 +TimeTotal> 6.953 2.960 diff --git a/examples/advanced/CaTS/History b/examples/advanced/CaTS/History index 001c92beef..d98f9c0012 100644 --- a/examples/advanced/CaTS/History +++ b/examples/advanced/CaTS/History @@ -1,16 +1,22 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example CaTS History - ========================================================= - Geant4 - CaTS example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - Package History file +------------------------------------------------------------------------------- -26 March 2022 - tag CaTS-V10-07-02 - G. Cosmo +## 2022-03-26 Gabriele Cosmo (CaTS-V11-00-01) - Fixed compilation warnings for unused arguments. -19 November 2021 - tag CaTS-V10-07-01 - I. Hrivnacova +## 2021-12-10 Ben Morgan (CaTS-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + +19 Novemebr 2021 - tag CaTS-V10-07-01 - I. Hrivnacova - Fixed PrimaryGeneratorAction destructor 22 October 2021 - tag CaTS-V10-07-00 - H. Wenzel diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out index db36a56e05..401730413b 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -132,7 +132,8 @@ Particle is not selected yet !! Command ignored. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -149,7 +150,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -159,8 +160,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -223,10 +225,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -251,10 +253,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -281,10 +283,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -313,10 +315,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -327,10 +329,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -340,10 +342,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -372,10 +374,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -404,10 +406,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -436,14 +438,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -454,7 +455,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -469,14 +470,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -487,7 +487,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -502,10 +502,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -534,10 +534,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -571,15 +571,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -589,10 +592,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -600,10 +605,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -612,6 +619,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -619,11 +627,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -631,11 +641,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -644,10 +656,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -658,10 +672,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -672,10 +688,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -685,10 +703,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -699,10 +719,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -713,10 +735,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -727,10 +751,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -740,11 +766,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -752,6 +780,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -759,6 +788,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -768,6 +798,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -775,11 +806,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -787,11 +820,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -801,11 +836,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -813,6 +850,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -820,6 +858,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -829,11 +868,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -841,15 +882,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: Cexmc Model: CexmcChargeExchange: 0 eV ---> 100 TeV Cr_sctns: : 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -859,11 +903,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -871,11 +917,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -885,29 +933,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -920,534 +970,582 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_MYLAR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.61415 keV e- 330.148 keV e+ 321.206 keV proton 70 keV + Energy thresholds : gamma 2.61434 keV e- 330.147 keV e+ 321.204 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.8472 keV e- 461.197 keV e+ 445.1 keV proton 70 keV + Energy thresholds : gamma 5.84707 keV e- 461.19 keV e+ 445.1 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_lH2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 88.4948 keV e+ 87.5094 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 88.4943 keV e+ 87.5039 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 17.2467 keV e- 954.644 keV e+ 906.507 keV proton 70 keV + Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 20.5443 keV e- 1.03402 MeV e+ 979.822 keV proton 70 keV + Energy thresholds : gamma 20.5458 keV e- 1.03403 MeV e+ 979.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : Scintillator Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.11276 keV e- 285.178 keV e+ 278.202 keV proton 70 keV + Energy thresholds : gamma 2.11253 keV e- 285.19 keV e+ 278.195 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 8 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : Calorimeter Index : 9 used in the geometry : Yes Material : CsI_Crystal Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 30.8111 keV e- 527.631 keV e+ 504.103 keV proton 70 keV + Energy thresholds : gamma 30.8113 keV e- 527.623 keV e+ 504.095 keV proton 70 keV Region(s) which use this couple : Calorimeter ================================================================== ### Run 0 starts. -Event 2063 - --- Track Points - monitor : pi- [1,bp] 728.6 MeV : -0.4021 -9.073 -1.25 mm [0.006285, -0.003889, 1] - target : pi- [1,bp] 728.1 MeV : 3.304 3.753 -1.11 cm [-0.6388, -0.7693, -0.00746] - : eta [3,op] 289.7 MeV : 0.6174 0.5145 -1.141 cm [-0.8682, -0.4368, 0.2353] - : neutron [4,np] 488.1 MeV : 0.6174 0.5145 -1.141 cm [-0.434, -0.8884, -0.1497] - : gamma [6,opdp] 255.9 MeV : 0.6174 0.5145 -1.141 cm [0.3624, -0.9257, 0.1083] - : gamma [5,opdp] 363.8 MeV : 0.6174 0.5145 -1.141 cm [-0.9464, 0.3034, 0.1112] - vc (l) : gamma [6,opdp] 255.9 MeV : -2.951 5.294 -0.25 cm [-0.06273, 0.1083, 0.9921] - vc (r) : gamma [5,opdp] 363.8 MeV : -3.527 5.493 -0.25 cm [-0.04812, 0.1112, 0.9926] - cal (l) : gamma [6,opdp] 255.9 MeV : -3.03 5.43 -15 cm [-0.06273, 0.1083, 0.9921] - cal (r) : gamma [5,opdp] 363.8 MeV : -3.747 6 -11.72 cm [-0.04812, 0.1112, 0.9926] - --- - angle between the eta decay products : 127.72 deg - --- Triggered angular ranges: - 6 [ 0.0000, -0.2000) - --- Production model data: - Incident particle (LAB) : pi- 5.0813 -4.9024 726.9321 MeV -- 740.2431 MeV - (SCM) : pi- 3.1513 -3.0403 450.8230 MeV -- 471.9538 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -3.1513 3.0403 -450.8230 MeV -- 1.0410 GeV - Output particle (LAB) : eta -111.3484 68.1737 258.6171 MeV -- 619.7433 MeV - (SCM) : eta -113.2329 69.9919 -10.9903 MeV -- 563.9097 MeV - Nucleus output particle (LAB) : neutron 116.4297 -73.0760 468.3149 MeV -- 1.0588 GeV - (SCM) : neutron 113.2329 -69.9919 10.9903 MeV -- 949.0123 MeV +Event 1964 --- Reconstructed data: -- entry points: - left: -4.51743 5.48257 -15 cm - right: -4.54129 6.37091 -15 cm + left: -1.57322 5.5805 -15 cm + right: 10.8189 -2.60702 -15 cm target: 0 0 0 fm - -- the angle: 128.853 deg - -- mass of the output particle: 547.836 MeV - -- mass of the nucleus output particle: 946.507 MeV + -- the angle: 118.374 deg + -- mass of the output particle: 226.099 MeV + -- mass of the nucleus output particle: 1.26732 GeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -101.5118 60.8704 251.2572 MeV -- 614.2181 MeV - (SCM) : eta -101.5118 60.8704 -17.0928 MeV -- 560.7369 MeV - Nucleus output particle (LAB) : neutron 101.5118 -60.8704 478.7428 MeV -- 1.0673 GeV - (SCM) : neutron 101.5118 -60.8704 17.0928 MeV -- 954.0318 MeV - -- triggered angular ranges: - 6 [ 0.0000, -0.2000) - --- Energy Deposit - monitor : 377.396 keV - vc (l) : 244.88 keV - vc (r) : 0 eV - cal (l) : 261.261 MeV - 0 0 1.461 89.72 10.73 1.402 - 0 0 0.3078 150.8 4.71 0.6376 - 0 0 0 1.115 0.356 0 - 0 0 0 0 0 0 - cal (r) : 352.957 MeV - 0 1.912 0.2797 237.9 52.82 0 - 0 0.5935 0.9736 25.77 30.71 1.031 - 0 0 0 0.2834 0.3636 0 - 0 0 0 0 0.3358 0 -Event 2657 - --- Reconstructed data: - -- entry points: - left: 6.08308 4.23924 -15 cm - right: 4.14394 4.17781 -15 cm - target: 0 0 0 fm - -- the angle: 131.218 deg - -- mass of the output particle: 126.049 MeV - -- mass of the nucleus output particle: 1.38618 GeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 21.4458 9.7395 55.2037 MeV -- 139.6084 MeV - (SCM) : eta 21.4458 9.7395 -6.0005 MeV -- 128.3709 MeV - Nucleus output particle (LAB) : neutron -21.4458 -9.7395 674.7963 MeV -- 1.5419 GeV - (SCM) : neutron -21.4458 -9.7395 6.0005 MeV -- 1.3864 GeV - -- triggered angular ranges: - 7 [-0.2000, -0.4000) - --- Energy Deposit - monitor : 983.04 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 78.9645 MeV - 0.9323 1.382 0.9702 0 0 0 - 0 21.82 53.86 0 0 0 - 0 0 0 0 0 0 - 0 0 0 0 0 0 - cal (r) : 60.6439 MeV - 0 0 7.552 0.6526 0 0 - 0 13.28 38.24 0.4758 0 0 - 0 0.4395 0 0 0 0 - 0 0 0 0 0 0 -Event 3924 - --- Reconstructed data: - -- entry points: - left: -8.94705 3.31305 -15 cm - right: 12.0426 -1.3693 -15 cm - target: 0 0 0 fm - -- the angle: 110.208 deg - -- mass of the output particle: 157.537 MeV - -- mass of the nucleus output particle: 1.34478 GeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -50.6667 0.7522 117.3389 MeV -- 202.8644 MeV - (SCM) : eta -50.6667 0.7522 32.4893 MeV -- 168.6448 MeV - Nucleus output particle (LAB) : neutron 50.6667 -0.7522 612.6611 MeV -- 1.4786 GeV - (SCM) : neutron 50.6667 -0.7522 -32.4893 MeV -- 1.3461 GeV - -- triggered angular ranges: - 3 [ 0.6000, 0.4000) - --- Energy Deposit - monitor : 452.63 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 68.7915 MeV - 0 0 0 0 0.4092 0 - 0 0 1.139 0.117 61.52 5.608 - 0 0 0 0 0 0 - 0 0 0 0 0 0 - cal (r) : 134.073 MeV - 0 0.6193 0 0 0 0 - 14.55 3.87 0 0 0 0 - 42.44 71.19 0 0 0 0 - 1.404 0 0 0 0 0 -Event 4150 - --- Reconstructed data: - -- entry points: - left: 1.13472 -3.19251 -15 cm - right: -0.613976 -2.70153 -15 cm - target: 0 0 0 fm - -- the angle: 131.364 deg - -- mass of the output particle: 270.214 MeV - -- mass of the nucleus output particle: 1.23309 GeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 69.5846 -15.3216 124.8346 MeV -- 306.0656 MeV - (SCM) : eta 69.5846 -15.3216 -8.9249 MeV -- 279.5928 MeV - Nucleus output particle (LAB) : neutron -69.5846 15.3216 605.1654 MeV -- 1.3754 GeV - (SCM) : neutron -69.5846 15.3216 8.9249 MeV -- 1.2352 GeV - -- triggered angular ranges: - 6 [ 0.0000, -0.2000) - --- Energy Deposit - monitor : 393.73 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 190.946 MeV - 0 0 0 0 0 0 - 0 0 0.6035 0.3362 0 0 - 0 0.7253 155.9 30.8 0.2639 0 - 0 0 1.67 0.6357 0 0 - cal (r) : 115.119 MeV - 0 0 0 0 0.8335 0 - 0 0 0 4.032 0.3681 0 - 0 0 6.196 96.32 1.015 0 - 1.525 4.828 0 0 0 0 -Event 7393 - --- Track Points - monitor : pi- [1,bp] 731.1 MeV : 6.854 2.229 -1.25 mm [-0.006429, -0.01501, 0.9999] - target : pi- [1,bp] 730.3 MeV : 3.559 3.512 -0.231 cm [-0.6482, -0.7613, -0.01569] - : eta [4,op] 360.1 MeV : 3.094 2.966 -0.2422 cm [-0.3529, -0.9284, -0.1163] - : neutron [5,np] 412.2 MeV : 3.094 2.966 -0.2422 cm [-0.8403, -0.5371, 0.07355] - : pi0 [8,opdp] 280.6 MeV : 3.094 2.966 -0.2422 cm [-0.4294, -0.8648, 0.2601] - : pi0 [6,opdp] 105.6 MeV : 3.094 2.966 -0.2422 cm [-0.07755, -0.9943, -0.07263] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid - --- - angle between the eta decay products : 29.0323 deg - --- Triggered angular ranges: - 3 [ 0.6000, 0.4000) - --- Production model data: - Incident particle (LAB) : pi- -5.4849 -11.5755 729.9969 MeV -- 743.3299 MeV - (SCM) : pi- -3.3973 -7.1697 452.1519 MeV -- 473.2696 MeV - Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 3.3973 7.1697 -452.1519 MeV -- 1.0416 GeV - Output particle (LAB) : eta 117.5301 -41.8881 337.7943 MeV -- 655.6109 MeV - (SCM) : eta 119.6248 -37.4674 59.0083 MeV -- 565.1094 MeV - Nucleus output particle (LAB) : neutron -123.0149 30.3126 392.2025 MeV -- 1.0260 GeV - (SCM) : neutron -119.6248 37.4674 -59.0083 MeV -- 949.7257 MeV - --- Reconstructed data: - -- entry points: - left: -2.34104 -4.93674 -15 cm - right: 0.0633684 4.12996 -15 cm - target: 0 0 0 fm - -- the angle: 127.86 deg - -- mass of the output particle: 129.673 MeV - -- mass of the nucleus output particle: 1.37085 GeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 59.0545 -6.1445 71.1551 MeV -- 159.3844 MeV - (SCM) : eta 59.0545 -6.1445 2.1761 MeV -- 142.6362 MeV - Nucleus output particle (LAB) : neutron -59.0545 6.1445 658.8449 MeV -- 1.5221 GeV - (SCM) : neutron -59.0545 6.1445 -2.1761 MeV -- 1.3721 GeV + Output particle (LAB) : eta 89.5172 13.2228 136.2951 MeV -- 279.0793 MeV + (SCM) : eta 89.5172 13.2228 16.8022 MeV -- 244.1131 MeV + Nucleus output particle (LAB) : neutron -89.5172 -13.2228 593.7049 MeV -- 1.4024 GeV + (SCM) : neutron -89.5172 -13.2228 -16.8022 MeV -- 1.2707 GeV -- triggered angular ranges: 5 [ 0.2000, 0.0000) --- Energy Deposit - monitor : 405.358 keV + monitor : 835.116 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 113.468 MeV + cal (l) : 185.852 MeV + 0 0.2953 24.76 30.63 2.687 0.2585 + 0 1.545 5.505 118.3 1.531 0 + 0 0 0 0.2895 0 0 0 0 0 0 0 0 - 0 0 0 0 0 0 - 0 0 1.233 93.41 0.3797 0 - 0 0 1.831 16.62 0 0 - cal (r) : 45.9162 MeV - 0 0 2.219 2.589 0 0 - 0 0.7127 8.211 31.78 0 0 - 0 0 0.4033 0 0 0 - 0 0 0 0 0 0 -Event 8682 + cal (r) : 93.2276 MeV + 0.7108 0 0 0 0 0 + 1.058 0.6241 0 0 0 0 + 3.827 83.99 0 0 0 0 + 1.19 1.825 0 0 0 0 +Event 2871 --- Track Points - monitor : pi- [1,bp] 726.1 MeV : 1.462 1.325 -0.125 cm [0.0114, 0.02174, 0.9997] - target : pi- [1,bp] 725.2 MeV : 4.376 2.419 2.005 cm [-0.6339, -0.773, 0.02727] - : eta [4,op] 176.4 MeV : 0.04264 -2.865 2.193 cm [-0.2419, -0.9535, 0.18] - : neutron [5,np] 570.7 MeV : 0.04264 -2.865 2.193 cm [-0.7284, -0.6848, -0.0204] - : pi0 [8,opdp] 163 MeV : 0.04264 -2.865 2.193 cm [0.2596, -0.5503, 0.7936] - : pi0 [6,opdp] 146.7 MeV : 0.04264 -2.865 2.193 cm [-0.8387, -0.5391, -0.0777] + monitor : pi- [1,bp] 733 MeV : -1.788 -1.823 -0.125 cm [0.00708, 0.00496, 1] + target : pi- [1,bp] 732.5 MeV : 1.865 4.639 -1.615 cm [-0.6362, -0.7715, 0.006543] + : eta [5,op] 325.1 MeV : -0.6393 1.603 -1.589 cm [-0.8271, -0.4906, -0.2741] + : neutron [6,np] 459.6 MeV : -0.6393 1.603 -1.589 cm [-0.4286, -0.8801, 0.2042] + : pi0 [9,opdp] 119.1 MeV : -0.6393 1.603 -1.589 cm [-0.1827, -0.174, 0.9676] + : pi0 [7,opdp] 165.9 MeV : -0.6393 1.603 -1.589 cm [-0.6311, -0.6754, -0.3814] vc (l) : tp is not valid vc (r) : tp is not valid cal (l) : tp is not valid cal (r) : tp is not valid --- - angle between the eta decay products : 89.0079 deg + angle between the eta decay products : 97.8314 deg --- Triggered angular ranges: - 9 [-0.6000, -0.8000) + 5 [ 0.2000, 0.0000) --- Production model data: - Incident particle (LAB) : pi- 8.2040 20.1122 722.9666 MeV -- 736.6358 MeV - (SCM) : pi- 5.0954 12.4915 449.0282 MeV -- 470.4127 MeV + Incident particle (LAB) : pi- 5.6203 4.7380 731.4809 MeV -- 744.7134 MeV + (SCM) : pi- 3.4792 2.9330 452.8150 MeV -- 473.8586 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -5.0954 -12.4915 -449.0282 MeV -- 1.0403 GeV - Output particle (LAB) : eta 75.4341 31.7533 156.3117 MeV -- 575.5734 MeV - (SCM) : eta 72.5032 24.5681 -101.9740 MeV -- 562.5049 MeV - Nucleus output particle (LAB) : neutron -67.2301 -11.6412 566.6549 MeV -- 1.0993 GeV - (SCM) : neutron -72.5032 -24.5681 101.9740 MeV -- 948.1783 MeV + (SCM) : proton -3.4792 -2.9330 -452.8150 MeV -- 1.0418 GeV + Output particle (LAB) : eta -103.4579 -89.0922 295.0327 MeV -- 637.0542 MeV + (SCM) : eta -105.5711 -90.8737 19.9964 MeV -- 565.6465 MeV + Nucleus output particle (LAB) : neutron 109.0782 93.8302 436.4481 MeV -- 1.0459 GeV + (SCM) : neutron 105.5711 90.8737 -19.9964 MeV -- 950.0454 MeV --- Reconstructed data: -- entry points: - left: 0.830493 -2.15007 -15 cm - right: -3.27247 -0.194177 -15 cm + left: -4.61383 -5.45322 -15 cm + right: 0.739048 -2.8521 -15 cm target: 0 0 0 fm - -- the angle: 133.87 deg - -- mass of the output particle: 110.618 MeV - -- mass of the nucleus output particle: 1.40347 GeV + -- the angle: 124.391 deg + -- mass of the output particle: 125.363 MeV + -- mass of the nucleus output particle: 1.38788 GeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -10.0087 -2.1950 47.0077 MeV -- 120.6277 MeV - (SCM) : eta -10.0087 -2.1950 -5.9514 MeV -- 111.2507 MeV - Nucleus output particle (LAB) : neutron 10.0087 2.1950 682.9923 MeV -- 1.5609 GeV - (SCM) : neutron 10.0087 2.1950 5.9514 MeV -- 1.4035 GeV + Output particle (LAB) : eta -15.7700 -9.4902 65.2971 MeV -- 142.5428 MeV + (SCM) : eta -15.7700 -9.4902 3.7897 MeV -- 126.7640 MeV + Nucleus output particle (LAB) : neutron 15.7700 9.4902 664.7029 MeV -- 1.5390 GeV + (SCM) : neutron 15.7700 9.4902 -3.7897 MeV -- 1.3880 GeV -- triggered angular ranges: + 4 [ 0.4000, 0.2000) + --- Energy Deposit + monitor : 365.646 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 63.654 MeV + 0 0 0 0 0 0 + 0 0 0 0.5362 0 0 + 0 0 0.2253 39.46 0.0827 0 + 0 0 0.2199 2.628 20.5 0 + cal (r) : 78.8889 MeV + 0 0 0 0 0 0 + 0 0 0.6833 3.802 0 0 + 0.4163 0 12.97 59.05 0 0 + 0.2542 0.8194 0.896 0 0 0 +Event 4099 + --- Track Points + monitor : pi- [1,bp] 726.4 MeV : -0.2907 -1.332 -0.125 cm [-0.006092, -0.003585, 1] + target : pi- [1,bp] 725.8 MeV : 2.803 4.14 -1.429 cm [-0.6486, -0.7612, -0.004111] + : eta [3,op] 234.1 MeV : -0.7014 0.02674 -1.451 cm [-0.2089, -0.9666, 0.1486] + : neutron [4,np] 533.2 MeV : -0.7014 0.02674 -1.451 cm [-0.7891, -0.6102, -0.07029] + : gamma [6,opdp] 253 MeV : -0.7014 0.02674 -1.451 cm [-0.98, 0.1991, -0.004589] + : gamma [5,opdp] 342.7 MeV : -0.7014 0.02674 -1.451 cm [0.5808, -0.8072, 0.1049] + vc (l) : gamma [5,opdp] 342.7 MeV : 10.58 4.892 -0.25 cm [0.1853, 0.1049, 0.9771] + vc (r) : gamma [6,opdp] 253 MeV : 3.723 -1.718 -0.25 cm [0.06131, -0.004589, 0.9981] + cal (l) : gamma [5,opdp] 342.7 MeV : 10.81 5.026 -15 cm [0.1853, 0.1049, 0.9771] + cal (r) : gamma [6,opdp] 253 MeV : 3.799 -1.724 -15 cm [0.06131, -0.004589, 0.9981] + --- + angle between the eta decay products : 136.921 deg + --- Triggered angular ranges: 8 [-0.4000, -0.6000) - --- Energy Deposit - monitor : 741.283 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 55.4133 MeV - 0 0 0 0 0 0 - 0 0 0 3.355 2.851 0 - 0.496 0 42.65 4.789 0.2516 0 - 0.655 0 0.3671 0 0 0 - cal (r) : 65.2143 MeV - 0 0 0 0 0 0 - 0 0 1.514 5.617 35.18 0 - 0 0 16.8 5.403 0 0 - 0 0 0.187 0.1299 0.3822 0 -Event 12340 + --- Production model data: + Incident particle (LAB) : pi- -5.2157 -2.6831 724.4986 MeV -- 737.8431 MeV + (SCM) : pi- -3.2378 -1.6656 449.7565 MeV -- 470.9289 MeV + Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 3.2378 1.6656 -449.7565 MeV -- 1.0405 GeV + Output particle (LAB) : eta 107.9905 34.7983 204.7772 MeV -- 595.7847 MeV + (SCM) : eta 109.8866 35.7737 -58.5977 MeV -- 562.9754 MeV + Nucleus output particle (LAB) : neutron -113.2063 -37.4814 519.7214 MeV -- 1.0803 GeV + (SCM) : neutron -109.8866 -35.7737 58.5977 MeV -- 948.4575 MeV --- Reconstructed data: -- entry points: - left: -7.1342 1.70483 -15 cm - right: 9.60316 3.27439 -15 cm + left: 9.59559 5.46319 -15 cm + right: 3.9186 -2.12833 -15 cm target: 0 0 0 fm - -- the angle: 113.983 deg - -- mass of the output particle: 276.291 MeV - -- mass of the nucleus output particle: 1.2345 GeV + -- the angle: 135.339 deg + -- mass of the output particle: 437.54 MeV + -- mass of the nucleus output particle: 1.0438 GeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 6.2923 13.4723 178.8912 MeV -- 329.4845 MeV - (SCM) : eta 6.2923 13.4723 39.7954 MeV -- 279.5383 MeV - Nucleus output particle (LAB) : neutron -6.2923 -13.4723 551.1088 MeV -- 1.3520 GeV - (SCM) : neutron -6.2923 -13.4723 -39.7954 MeV -- 1.2352 GeV + Output particle (LAB) : eta 135.9726 21.1650 171.3709 MeV -- 489.6387 MeV + (SCM) : eta 135.9726 21.1650 -45.7344 MeV -- 460.9444 MeV + Nucleus output particle (LAB) : neutron -135.9726 -21.1650 558.6291 MeV -- 1.1919 GeV + (SCM) : neutron -135.9726 -21.1650 45.7344 MeV -- 1.0538 GeV -- triggered angular ranges: - 1 [ 1.0000, 0.8000) + 7 [-0.2000, -0.4000) --- Energy Deposit - monitor : 400.316 keV - vc (l) : 123.707 keV + monitor : 471.691 keV + vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 166.254 MeV - 0 0 0 0 0.4482 0.5076 - 0 0 1.666 1.178 143.8 2.443 - 0 1.256 0.2648 0 14.44 0 - 0 0.2308 0 0 0 0 - cal (r) : 163.23 MeV - 0.2298 3.81 1.539 0 0 0 - 4.313 148.9 0 0 0 0 - 0.5822 3.854 0 0 0 0 + cal (l) : 308.073 MeV + 84.74 39.69 0 2.75 0 0 + 12.56 157.3 3.127 6.389 0 0 + 1.539 0 0 0 0 0 0 0 0 0 0 0 -Event 13913 + cal (r) : 181.565 MeV + 0 0.299 0 0 0 0 + 0 3.149 10.09 0 0 0 + 0 1.345 160.6 3.428 0 0 + 0.5994 0.2131 1.836 0 0 0 +Event 4985 --- Track Points - monitor : pi- [1,bp] 731.5 MeV : -8.697 7.136 -1.25 mm [-0.01068, 0.01308, 0.9999] - target : pi- [1,bp] 730.9 MeV : 2.215 4.483 1.095 cm [-0.651, -0.759, 0.01348] - : eta [5,op] 411.9 MeV : -0.9118 0.8342 1.157 cm [-0.7143, -0.6899, -0.1176] - : neutron [6,np] 329.6 MeV : -0.9118 0.8342 1.157 cm [-0.548, -0.8183, 0.1735] - : pi0 [9,opdp] 109.5 MeV : -0.9118 0.8342 1.157 cm [-0.9705, 0.09053, -0.2233] - : pi0 [7,opdp] 179 MeV : -0.9118 0.8342 1.157 cm [-0.9724, -0.2334, -0.003944] + monitor : pi- [1,bp] 737.5 MeV : -0.516 1.314 -0.125 cm [0.005385, -0.004072, 1] + target : pi- [1,bp] 736.9 MeV : 2.949 4.037 1.186 cm [-0.638, -0.77, -0.004918] + : eta [4,op] 386 MeV : 1.469 2.255 1.178 cm [-0.4049, -0.9068, -0.1171] + : neutron [5,np] 380.2 MeV : 1.469 2.255 1.178 cm [-0.8205, -0.5603, 0.1128] + : pi0 [8,opdp] 313 MeV : 1.469 2.255 1.178 cm [-0.4377, -0.8638, -0.2495] + : pi0 [6,opdp] 105.2 MeV : 1.469 2.255 1.178 cm [-0.2294, -0.2808, 0.932] vc (l) : tp is not valid vc (r) : tp is not valid cal (l) : tp is not valid cal (r) : tp is not valid --- - angle between the eta decay products : 22.5567 deg + angle between the eta decay products : 83.6596 deg --- Triggered angular ranges: - 1 [ 1.0000, 0.8000) + 2 [ 0.8000, 0.6000) --- Production model data: - Incident particle (LAB) : pi- -7.7469 8.7368 729.5454 MeV -- 742.8678 MeV - (SCM) : pi- -4.7992 5.4125 451.9577 MeV -- 473.0728 MeV - Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 4.7992 -5.4125 -451.9577 MeV -- 1.0415 GeV - Output particle (LAB) : eta -42.7380 -48.4512 406.7951 MeV -- 685.4262 MeV - (SCM) : eta -39.7070 -51.8696 121.3507 MeV -- 564.9300 MeV - Nucleus output particle (LAB) : neutron 34.9912 57.1881 322.7503 MeV -- 995.7136 MeV - (SCM) : neutron 39.7070 51.8696 -121.3507 MeV -- 949.6190 MeV + Incident particle (LAB) : pi- 3.2494 -2.3177 732.2618 MeV -- 745.4550 MeV + (SCM) : pi- 2.0109 -1.4343 453.1612 MeV -- 474.1740 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -2.0109 1.4343 -453.1612 MeV -- 1.0420 GeV + Output particle (LAB) : eta 105.2797 -45.2116 368.5646 MeV -- 670.1646 MeV + (SCM) : eta 104.0245 -44.3163 85.6951 MeV -- 565.9341 MeV + Nucleus output particle (LAB) : neutron -102.0303 42.8939 363.6972 MeV -- 1.0136 GeV + (SCM) : neutron -104.0245 44.3163 -85.6951 MeV -- 950.2167 MeV --- Reconstructed data: -- entry points: - left: 2.99629 2.70861 -15 cm - right: 8.67931 4.60053 -15 cm + left: -8.78078 0.00727173 -15 cm + right: 6.47002 3.83656 -15 cm target: 0 0 0 fm - -- the angle: 124.238 deg - -- mass of the output particle: 245.921 MeV - -- mass of the nucleus output particle: 1.26755 GeV + -- the angle: 115.464 deg + -- mass of the output particle: 101.425 MeV + -- mass of the nucleus output particle: 1.4118 GeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -10.7284 17.2775 131.2475 MeV -- 279.4935 MeV - (SCM) : eta -10.7284 17.2775 10.9995 MeV -- 247.0055 MeV - Nucleus output particle (LAB) : neutron 10.7284 -17.2775 598.7525 MeV -- 1.4020 GeV - (SCM) : neutron 10.7284 -17.2775 -10.9995 MeV -- 1.2678 GeV + Output particle (LAB) : eta -10.3874 4.1759 64.0013 MeV -- 120.4513 MeV + (SCM) : eta -10.3874 4.1759 12.9976 MeV -- 102.8653 MeV + Nucleus output particle (LAB) : neutron 10.3874 -4.1759 665.9987 MeV -- 1.5610 GeV + (SCM) : neutron 10.3874 -4.1759 -12.9976 MeV -- 1.4119 GeV -- triggered angular ranges: - 3 [ 0.6000, 0.4000) + 2 [ 0.8000, 0.6000) --- Energy Deposit - monitor : 443.166 keV + monitor : 430.401 keV + vc (l) : 0 eV + vc (r) : 8.70591 keV + cal (l) : 54.7369 MeV + 0 0 0 0.3699 0 0 + 0 0 0 0 23.1 0 + 0 0 0 0.1989 30.69 0.3785 + 0 0 0 0 0 0 + cal (r) : 65.7143 MeV + 0 0.5921 0 1.235 0 0 + 0.4446 53.18 10.03 0.233 0 0 + 0 0 0 0 0 0 + 0 0 0 0 0 0 +Event 5401 + --- Reconstructed data: + -- entry points: + left: -4.50053 -3.09697 -15 cm + right: 4.87479 2.25238 -15 cm + target: 0 0 0 fm + -- the angle: 121.124 deg + -- mass of the output particle: 458.335 MeV + -- mass of the nucleus output particle: 1.02694 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 133.0925 -10.5974 268.7994 MeV -- 547.8594 MeV + (SCM) : eta 133.0925 -10.5974 34.3600 MeV -- 478.6203 MeV + Nucleus output particle (LAB) : neutron -133.0925 10.5974 461.2006 MeV -- 1.1336 GeV + (SCM) : neutron -133.0925 10.5974 -34.3600 MeV -- 1.0361 GeV + -- triggered angular ranges: + 4 [ 0.4000, 0.2000) + --- Energy Deposit + monitor : 397.906 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 126.401 MeV - 0.6777 1.736 1.577 0 0 0 - 0 0.9329 108 5.82 0 0 - 0 0 4.255 3.277 0 0 - 0 0.07818 0 0 0 0 - cal (r) : 153.092 MeV - 42.78 20.61 0.4203 0 0 0 - 20.74 55.33 1.146 8.199 0.3552 0 - 0 0 2.633 0 0 0 - 0 0 0 0.8887 0 0 -Event 20674 + cal (l) : 350.047 MeV + 0 0 0.003596 0 0.7426 0 + 1.025 0.5138 0.02048 2.51 3.115 0 + 0 0 8.521 234.4 75.15 0.627 + 0 0 0 15.73 5.907 1.796 + cal (r) : 197.812 MeV + 1.262 2.335 6.757 0 0 0 + 1.247 40.95 124.1 0.7473 0 0 + 0 8.069 5.078 6.46 0.4416 0 + 0 0 0.3265 0 0 0 +Event 8211 + --- Track Points + monitor : pi- [1,bp] 733.9 MeV : 1.007 -0.359 -0.125 cm [-0.003232, 0.002126, 1] + target : pi- [1,bp] 733.4 MeV : 3.854 3.186 -0.2667 cm [-0.6452, -0.764, 0.00428] + : eta [7,op] 284.9 MeV : 1.443 0.3314 -0.2507 cm [-0.19, -0.9803, 0.05339] + : neutron [8,np] 504.5 MeV : 1.443 0.3314 -0.2507 cm [-0.833, -0.5527, -0.02455] + : gamma [10,opdp] 366.6 MeV : 1.443 0.3314 -0.2507 cm [0.5312, -0.8471, 0.01753] + : gamma [9,opdp] 251 MeV : 1.443 0.3314 -0.2507 cm [-0.9916, 0.1243, 0.03502] + vc (l) : gamma [10,opdp] 366.6 MeV : 8.718 0.7815 -0.25 cm [0.1234, 0.01753, 0.9922] + vc (r) : gamma [9,opdp] 251 MeV : 7.593 1.874 -0.25 cm [0.1366, 0.03502, 0.99] + cal (l) : gamma [10,opdp] 366.6 MeV : 8.874 0.8036 -15 cm [0.1234, 0.01753, 0.9922] + cal (r) : gamma [9,opdp] 251 MeV : 7.765 1.918 -15 cm [0.1366, 0.03502, 0.99] + --- + angle between the eta decay products : 129.155 deg + --- Triggered angular ranges: + 6 [ 0.0000, -0.2000) + --- Production model data: + Incident particle (LAB) : pi- -4.6299 2.8270 732.4850 MeV -- 745.6832 MeV + (SCM) : pi- -2.8650 1.7493 453.2571 MeV -- 474.2711 MeV + Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 2.8650 -1.7493 -453.2571 MeV -- 1.0420 GeV + Output particle (LAB) : eta 138.0683 15.2119 248.7675 MeV -- 617.5211 MeV + (SCM) : eta 139.7806 14.1664 -22.1266 MeV -- 566.0227 MeV + Nucleus output particle (LAB) : neutron -142.6982 -12.3849 483.7175 MeV -- 1.0664 GeV + (SCM) : neutron -139.7806 -14.1664 22.1266 MeV -- 950.2694 MeV --- Reconstructed data: -- entry points: - left: 8.04258 0.449061 -15 cm - right: 8.10427 -2.33614 -15 cm + left: 8.83701 0.736842 -15 cm + right: 8.13441 3.63147 -15 cm target: 0 0 0 fm - -- the angle: 129.927 deg - -- mass of the output particle: 555.659 MeV - -- mass of the nucleus output particle: 943.28 MeV + -- the angle: 130.511 deg + -- mass of the output particle: 526.961 MeV + -- mass of the nucleus output particle: 965.999 MeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 103.2637 -7.8747 249.8216 MeV -- 617.9751 MeV - (SCM) : eta 103.2637 -7.8747 -20.4969 MeV -- 565.5992 MeV - Nucleus output particle (LAB) : neutron -103.2637 7.8747 480.1784 MeV -- 1.0635 GeV - (SCM) : neutron -103.2637 7.8747 20.4969 MeV -- 949.1695 MeV + Output particle (LAB) : eta 118.0497 18.9477 230.8113 MeV -- 587.5855 MeV + (SCM) : eta 118.0497 18.9477 -26.9542 MeV -- 541.0262 MeV + Nucleus output particle (LAB) : neutron -118.0497 -18.9477 499.1887 MeV -- 1.0939 GeV + (SCM) : neutron -118.0497 -18.9477 26.9542 MeV -- 973.7425 MeV + -- triggered angular ranges: + 7 [-0.2000, -0.4000) + --- Energy Deposit + monitor : 417.235 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 340.114 MeV + 0.6373 0.3785 0.2727 0 0 0 + 18.64 288.9 3.189 0.4507 0 0 + 11.96 7.629 1.994 2.622 0 0 + 0.759 1.644 0.5401 0.531 0 0 + cal (r) : 247.472 MeV + 6.263 1.077 1.393 0.879 0 0 + 6.255 214.2 12.94 0.8579 0 0 + 0 2.943 0.6439 0 0 0 + 0 0 0 0 0 0 +Event 10143 + --- Track Points + monitor : pi- [1,bp] 732.5 MeV : 2.955 -8.17 -1.25 mm [0.002571, 0.001897, 1] + target : pi- [1,bp] 732 MeV : 3.479 3.591 -0.7962 cm [-0.6421, -0.7667, 0.0006772] + : eta [7,op] 286.5 MeV : 2.307 2.191 -0.795 cm [-0.2022, -0.9703, -0.1331] + : neutron [8,np] 501.1 MeV : 2.307 2.191 -0.795 cm [-0.8218, -0.5646, 0.07677] + : gamma [10,opdp] 388.4 MeV : 2.307 2.191 -0.795 cm [0.409, -0.9102, -0.06536] + : gamma [9,opdp] 229.9 MeV : 2.307 2.191 -0.795 cm [-0.9429, 0.3283, -0.05545] + vc (l) : gamma [10,opdp] 388.4 MeV : 2.182 -4.71 -0.25 cm [-0.01394, -0.06536, 0.9978] + vc (r) : gamma [9,opdp] 229.9 MeV : -7.146 -4.159 -0.25 cm [-0.07307, -0.05545, 0.9958] + cal (l) : gamma [10,opdp] 388.4 MeV : 2.164 -4.791 -15 cm [-0.01394, -0.06536, 0.9978] + cal (r) : gamma [9,opdp] 229.9 MeV : -7.238 -4.229 -15 cm [-0.07307, -0.05545, 0.9958] + --- + angle between the eta decay products : 132.914 deg + --- Triggered angular ranges: + 6 [ 0.0000, -0.2000) + --- Production model data: + Incident particle (LAB) : pi- 0.7016 0.3417 731.6423 MeV -- 744.8361 MeV + (SCM) : pi- 0.4343 0.2115 452.8922 MeV -- 473.9108 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -0.4343 -0.2115 -452.8922 MeV -- 1.0419 GeV + Output particle (LAB) : eta 134.3078 -38.1310 250.1884 MeV -- 618.2553 MeV + (SCM) : eta 134.0481 -38.2575 -20.6027 MeV -- 565.6941 MeV + Nucleus output particle (LAB) : neutron -133.6061 38.4727 481.4538 MeV -- 1.0649 GeV + (SCM) : neutron -134.0481 38.2575 20.6027 MeV -- 950.0737 MeV + --- Reconstructed data: + -- entry points: + left: 2.65987 -4.6878 -15 cm + right: -6.51834 -4.54077 -15 cm + target: 0 0 0 fm + -- the angle: 137.858 deg + -- mass of the output particle: 504.871 MeV + -- mass of the nucleus output particle: 969.595 MeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 152.3448 -43.5833 204.2290 MeV -- 567.1973 MeV + (SCM) : eta 152.3448 -43.5833 -46.6369 MeV -- 531.2045 MeV + Nucleus output particle (LAB) : neutron -152.3448 43.5833 525.7710 MeV -- 1.1143 GeV + (SCM) : neutron -152.3448 43.5833 46.6369 MeV -- 983.5641 MeV + -- triggered angular ranges: + 7 [-0.2000, -0.4000) + --- Energy Deposit + monitor : 384.251 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 368.715 MeV + 0 0 0 0 0 0 + 0 0 0.659 0.4322 0 0 + 0 1.838 311 4.817 0.3078 0 + 1.853 0.4907 39.73 7.636 0 0 + cal (r) : 198.483 MeV + 0 0 0 0 0 0 + 0.3653 0 0 0 0.2415 0 + 0 0.3544 0.006736 32.17 137.6 0.7949 + 0 0 0.1463 8.018 17.87 0.935 +Event 11161 + --- Reconstructed data: + -- entry points: + left: 4.41054 5.31558 -15 cm + right: -5.96566 4.1712 -15 cm + target: 0 0 0 fm + -- the angle: 138.926 deg + -- mass of the output particle: 188.699 MeV + -- mass of the nucleus output particle: 1.29029 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 108.3611 19.4056 81.0386 MeV -- 233.0088 MeV + (SCM) : eta 108.3611 19.4056 -22.3337 MeV -- 219.6011 MeV + Nucleus output particle (LAB) : neutron -108.3611 -19.4056 648.9614 MeV -- 1.4485 GeV + (SCM) : neutron -108.3611 -19.4056 22.3337 MeV -- 1.2952 GeV -- triggered angular ranges: 6 [ 0.0000, -0.2000) --- Energy Deposit - monitor : 426.054 keV + monitor : 413.242 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 346.982 MeV - 0.5231 1.508 3.385 0.8726 0 0 - 10.56 108.3 24.95 0.3169 0.4984 0 - 3.398 184.7 0.9723 0.3517 0 0 - 1.221 5.472 0 0 0 0 - cal (r) : 270.993 MeV - 0 2.034 0 0 0 0 - 2.528 8.724 0.1598 0 0 0 - 2.043 238.8 2.247 2.793 0 0 - 0 10.23 0 1.413 0 0 -Event 21549 + cal (l) : 175.004 MeV + 0.3272 3.792 94.16 2.27 0 0 + 2.485 8.466 60.16 1.452 0 0 + 0.3809 0 0.9685 0.5439 0 0 + 0 0 0 0 0 0 + cal (r) : 58.0046 MeV + 0 0 0.09569 2.023 1.062 0 + 0 0.4829 0 13.59 40.32 0.4313 + 0 0 0 0 0 0 + 0 0 0 0 0 0 +Event 11930 --- Reconstructed data: -- entry points: - left: -1.76447 1.77561 -15 cm - right: 5.52477 5.52669 -15 cm + left: -0.575875 -3.12133 -15 cm + right: -5.92683 -0.642717 -15 cm target: 0 0 0 fm - -- the angle: 122.699 deg - -- mass of the output particle: 267.867 MeV - -- mass of the nucleus output particle: 1.24527 GeV + -- the angle: 134.966 deg + -- mass of the output particle: 517.577 MeV + -- mass of the nucleus output particle: 969.607 MeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 14.3499 18.1360 144.9049 MeV -- 305.4261 MeV - (SCM) : eta 14.3499 18.1360 13.6626 MeV -- 269.2106 MeV - Nucleus output particle (LAB) : neutron -14.3499 -18.1360 585.0951 MeV -- 1.3761 GeV - (SCM) : neutron -14.3499 -18.1360 -13.6626 MeV -- 1.2456 GeV + Output particle (LAB) : eta 133.1996 -21.4805 229.6613 MeV -- 582.0945 MeV + (SCM) : eta 133.1996 -21.4805 -25.5846 MeV -- 535.4850 MeV + Nucleus output particle (LAB) : neutron -133.1996 21.4805 500.3387 MeV -- 1.0994 GeV + (SCM) : neutron -133.1996 21.4805 25.5846 MeV -- 979.2836 MeV -- triggered angular ranges: - 3 [ 0.6000, 0.4000) + 6 [ 0.0000, -0.2000) --- Energy Deposit - monitor : 609.973 keV + monitor : 509.962 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 158.026 MeV - 0 0 0 1.108 1.198 0 - 0 0.2527 16.3 109 0 0 - 0 0.2083 0.455 29.24 0.3021 0 + cal (l) : 369.959 MeV + 0 0 0.4955 0 0 0 + 0 0 1.848 7.552 0 0 + 0 1.234 56.78 280.8 0.483 0 + 0 0 15.17 5.628 0 0 + cal (r) : 212.135 MeV + 0 0 0 0.2151 0 0 + 0 0 0 20.13 72.03 0 + 0 0 0 95.75 21.36 0 + 0 0 0 0.3787 2.283 0 +Event 12093 + --- Track Points + monitor : pi- [1,bp] 728.9 MeV : 0.7398 -1.295 -0.125 cm [0.01106, -0.01176, 0.9999] + target : pi- [1,bp] 728 MeV : 3.973 3.036 -1.624 cm [-0.6335, -0.7737, -0.01143] + : eta [4,op] 382 MeV : 0.4636 -1.25 -1.687 cm [-0.5724, -0.7827, 0.2445] + : neutron [5,np] 371.3 MeV : 0.4636 -1.25 -1.687 cm [-0.6523, -0.7075, -0.2718] + : pi0 [30,opdp] 209.7 MeV : 0.4636 -1.25 -1.687 cm [0.2412, -0.9704, 0.008518] + : pi0 [28,opdp] 156.2 MeV : 0.4636 -1.25 -1.687 cm [-0.6849, -0.4908, 0.5385] + vc (l) : tp is not valid + vc (r) : tp is not valid + cal (l) : tp is not valid + cal (r) : tp is not valid + --- + angle between the eta decay products : 71.5974 deg + --- Triggered angular ranges: + 2 [ 0.8000, 0.6000) + --- Production model data: + Incident particle (LAB) : pi- 7.9868 -7.5267 726.5379 MeV -- 739.9038 MeV + (SCM) : pi- 4.9539 -4.6685 450.6412 MeV -- 471.8089 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -4.9539 4.6685 -450.6412 MeV -- 1.0409 GeV + Output particle (LAB) : eta 24.6675 93.3992 369.6187 MeV -- 667.9092 MeV + (SCM) : eta 21.5846 96.3045 89.1741 MeV -- 563.7776 MeV + Nucleus output particle (LAB) : neutron -16.6808 -100.9258 356.9192 MeV -- 1.0103 GeV + (SCM) : neutron -21.5846 -96.3045 -89.1741 MeV -- 948.9339 MeV + --- Reconstructed data: + -- entry points: + left: 3.12996 -3.39986 -15 cm + right: -9.29647 1.14106 -15 cm + target: 0 0 0 fm + -- the angle: 141.763 deg + -- mass of the output particle: 378.736 MeV + -- mass of the nucleus output particle: 1.13197 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 2.9327 -7.9535 131.4291 MeV -- 400.9817 MeV + (SCM) : eta 2.9327 -7.9535 -47.3467 MeV -- 381.7780 MeV + Nucleus output particle (LAB) : neutron -2.9327 7.9535 598.5709 MeV -- 1.2805 GeV + (SCM) : neutron -2.9327 7.9535 47.3467 MeV -- 1.1330 GeV + -- triggered angular ranges: + 10 [-0.8000, -1.0000) + --- Energy Deposit + monitor : 353.171 keV + vc (l) : 113.489 keV + vc (r) : 0 eV + cal (l) : 205.719 MeV 0 0 0 0 0 0 - cal (r) : 147.4 MeV - 2.73 33.46 48.62 0 0 0 - 0 1.254 58.88 0.3716 0 0 - 0.2294 0.139 0 0 0 0 - 0 0 1.716 0 0 0 + 0 1.717 1.85 0 0 0.4758 + 0.1962 12.69 169.8 8.324 0.3718 0 + 0 6.354 1.724 2.168 0 0 + cal (r) : 195.263 MeV + 0 0 0 0.3299 6.177 1.111 + 0 0 0 0 145.4 4.81 + 0 0 0 3.856 22.04 9.515 + 0 0 0.2432 1.766 0 0 Run terminated. Run Summary - Number of events processed : 21550, effectively: 10 - User=16.740000s Real=16.914754s Sys=0.010000s + Number of events processed : 12094, effectively: 10 + User=8.820000s Real=8.897691s Sys=0.000000s --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)): - 1 [ 1.0000, 0.8000) | 0.00163934 ( 1 / 610 ) | 0.00000000 ( 0 / 610 / 764 ) - 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 589 ) | 0.00000000 ( 0 / 589 / 725 ) - 3 [ 0.6000, 0.4000) | 0.00156986 ( 1 / 637 ) | 0.00156986 ( 1 / 637 / 782 ) - 4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 570 ) | 0.00000000 ( 0 / 570 / 703 ) - 5 [ 0.2000, 0.0000) | 0.00000000 ( 0 / 606 ) | 0.00165017 ( 1 / 606 / 746 ) - 6 [ 0.0000, -0.2000) | 0.00158479 ( 1 / 631 ) | 0.00158479 ( 1 / 631 / 759 ) - 7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 568 ) | 0.00000000 ( 0 / 568 / 720 ) - 8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 618 ) | 0.00161812 ( 1 / 618 / 763 ) - 9 [-0.6000, -0.8000) | 0.00168067 ( 1 / 595 ) | 0.00000000 ( 0 / 595 / 733 ) - 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 593 ) | 0.00000000 ( 0 / 593 / 723 ) + 1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 322 ) | 0.00000000 ( 0 / 322 / 410 ) + 2 [ 0.8000, 0.6000) | 0.00552486 ( 2 / 362 ) | 0.00276243 ( 1 / 362 / 427 ) + 3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 331 ) | 0.00000000 ( 0 / 331 / 413 ) + 4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 336 ) | 0.00297619 ( 1 / 336 / 410 ) + 5 [ 0.2000, 0.0000) | 0.00309598 ( 1 / 323 ) | 0.00000000 ( 0 / 323 / 399 ) + 6 [ 0.0000, -0.2000) | 0.00576369 ( 2 / 347 ) | 0.00000000 ( 0 / 347 / 426 ) + 7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 350 ) | 0.00857143 ( 3 / 350 / 438 ) + 8 [-0.4000, -0.6000) | 0.00289017 ( 1 / 346 ) | 0.00000000 ( 0 / 346 / 414 ) + 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 334 ) | 0.00000000 ( 0 / 334 / 425 ) + 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 343 ) | 0.00291545 ( 1 / 343 / 417 ) --- - False hits (edt | rec): 6 | 6 + False hits (edt | rec): 4 | 4 G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 18; of which, static: 3 -Dynamic pools deleted: 15 / Total memory freed: 0.71 MB +Number of memory pools allocated: 17; of which, static: 3 +Dynamic pools deleted: 14 / Total memory freed: 0.62 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/ChargeExchangeMC/History b/examples/advanced/ChargeExchangeMC/History index c96a53cbb8..8313db172f 100644 --- a/examples/advanced/ChargeExchangeMC/History +++ b/examples/advanced/ChargeExchangeMC/History @@ -1,11 +1,19 @@ -------------------------------------------------------------------------------- -History File, 2010/11/18 G.A.P. Cirrone, Created -cirrone@lns.infn.it -------------------------------------------------------------------------------- +# Example ChargeExchangeMC History - ==================================================== - History file of the ChargeExchangeMC application - ==================================================== +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2022-05-20 Vladimir Ivanchenko (ChargeExchangeMC-V11-00-01) +- CexmcHadronicProcess - disable integral method not applicable to this test + +## 2021-12-10 Ben Morgan (ChargeExchangeMC-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 25.10.2021 - B. Morgan (ChargeExchangeMC-V10-07-01) Use G4StrUtil functions replacing deprecated G4String member functions diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcHadronicProcess.cc b/examples/advanced/ChargeExchangeMC/src/CexmcHadronicProcess.cc index a36b64198a..f19facb00c 100644 --- a/examples/advanced/ChargeExchangeMC/src/CexmcHadronicProcess.cc +++ b/examples/advanced/ChargeExchangeMC/src/CexmcHadronicProcess.cc @@ -60,6 +60,7 @@ CexmcHadronicProcess::CexmcHadronicProcess( const G4String & name ) : theTotalResult( NULL ), isInitialized( false ) { theTotalResult = new G4ParticleChange(); + SetIntegral(false); } diff --git a/examples/advanced/HGCal_testbeam/History b/examples/advanced/HGCal_testbeam/History index c8f1b3d839..2639eb1a14 100644 --- a/examples/advanced/HGCal_testbeam/History +++ b/examples/advanced/HGCal_testbeam/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example HGCal_testbeam History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example HGCal_testbeam History file - --------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhgcaltb-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 14-November-2021 G. Cosmo (exhgcaltb-V10-07-05) - Fixed compilation warning for unused private member in PrimaryGeneratorAction. diff --git a/examples/advanced/HGCal_testbeam/testbeam_electron.out b/examples/advanced/HGCal_testbeam/testbeam_electron.out index 0fc832e74f..e55a74c373 100644 --- a/examples/advanced/HGCal_testbeam/testbeam_electron.out +++ b/examples/advanced/HGCal_testbeam/testbeam_electron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1635,7 +1635,8 @@ Checking overlaps for volume Fe_absorber_AHCAL:42 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -1652,7 +1653,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -1662,8 +1663,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -1726,10 +1728,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -1754,10 +1756,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -1784,10 +1786,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -1816,10 +1818,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -1830,10 +1832,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -1843,10 +1845,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -1875,10 +1877,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -1907,10 +1909,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -1939,14 +1941,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -1957,7 +1958,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -1972,14 +1973,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -1990,7 +1990,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -2005,10 +2005,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -2037,10 +2037,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -2074,15 +2074,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -2092,10 +2095,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -2103,10 +2108,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -2115,6 +2122,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -2122,11 +2130,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -2134,11 +2144,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -2147,10 +2159,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -2161,10 +2175,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -2175,10 +2191,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -2188,10 +2206,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -2202,10 +2222,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -2216,10 +2238,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -2230,10 +2254,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -2243,11 +2269,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -2255,6 +2283,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -2262,6 +2291,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -2271,6 +2301,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -2278,11 +2309,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -2290,11 +2323,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -2304,11 +2339,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -2316,6 +2353,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -2323,6 +2361,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -2332,11 +2371,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -2344,11 +2385,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -2358,11 +2401,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -2370,11 +2415,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -2384,29 +2431,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 diff --git a/examples/advanced/ICRP110_HumanPhantoms/History b/examples/advanced/ICRP110_HumanPhantoms/History index da4a4df645..1656c70935 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/History +++ b/examples/advanced/ICRP110_HumanPhantoms/History @@ -1,12 +1,20 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example ICRP110_HumanPhantoms History - ========================================================= - Geant4 - ICRP110Phantoms example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2022-06-02 Susanna Guatelli (ICRP110Phantoms-V11-00-01) +- Error reading the first voxels (in x=0, y=0) corrected +- Migration to features of C++11/14/17 + +## 2021-12-10 Ben Morgan (ICRP110Phantoms-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - Category History file - --------------------- 07.10.2021 - I. Hrivnacova; ICRP110Phantoms-V10-07-07 Removed unused ICRP110PhantomAnalysisManager.hh. diff --git a/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out b/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out index 1538b79631..406b3ec082 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out +++ b/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -120,12 +124,12 @@ Number of X,Y,Z voxels = 254, 127, 30 placing voxel container volume at (0,0,0) Phantom Material Colours set via ColourMap.dat data file --- G4CoupledTransportation is used -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon /tracking/verbose 0 /run/verbose 0 /event/verbose 0 @@ -159,7 +163,8 @@ G4ScoringBox : PhantomMesh --- Shape: Box mesh LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -176,7 +181,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -186,8 +191,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -267,12 +273,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -303,10 +309,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -341,10 +347,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -377,12 +383,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -390,7 +396,8 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -400,7 +407,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -408,10 +415,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -425,10 +432,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -457,10 +464,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -489,10 +496,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -521,14 +528,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -539,7 +545,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -554,14 +560,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -572,7 +577,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -581,10 +586,10 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -598,18 +603,18 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -638,10 +643,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -675,11 +680,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -689,11 +696,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -701,11 +710,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -714,10 +725,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -728,10 +741,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -742,10 +757,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -755,11 +772,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -770,10 +789,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -784,10 +805,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -798,10 +821,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -811,11 +836,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -823,6 +850,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -830,6 +858,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -839,6 +868,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -846,12 +876,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -859,12 +891,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -874,12 +908,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -887,6 +923,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -894,6 +931,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -903,28 +941,36 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -932,12 +978,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -945,12 +993,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -960,12 +1010,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -973,12 +1025,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -988,29 +1042,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1.4427 us Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -1019,9 +1075,6 @@ Max 2J for sampling of angular correlations 10 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /score/dumpQuantityToFile PhantomMesh energyDeposit PhantomMesh_Edep.txt ICRP110UserScorer-defined DumpQuantityToFile() method is invoked. Phantom Sex: male @@ -1066,7 +1119,7 @@ Reading AM_organs.dat Reading OrganMasses.dat NOrganIDs: 142 Writing output to ICRP110.out -Total energy deposited over all Organs within the Phantom is 1.47555e-09 J -Total absorbed dose over all phantom organs is 3.78273e-09 Gy +Total energy deposited over all Organs within the Phantom is 1.42028e-09 J +Total absorbed dose over all phantom organs is 3.57929e-09 Gy Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/ICRP110_HumanPhantoms/ICRP110phantoms.cc b/examples/advanced/ICRP110_HumanPhantoms/ICRP110phantoms.cc index 878dcc1c42..9e14586cfb 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/ICRP110phantoms.cc +++ b/examples/advanced/ICRP110_HumanPhantoms/ICRP110phantoms.cc @@ -56,7 +56,7 @@ int main(int argc,char** argv) //==================================================================== // Set mandatory initialization classes - ICRP110PhantomConstruction* userPhantom = new ICRP110PhantomConstruction(); + auto userPhantom = new ICRP110PhantomConstruction(); runManager -> SetUserInitialization(userPhantom); runManager -> SetUserInitialization(new QGSP_BIC_HP()); @@ -68,7 +68,7 @@ int main(int argc,char** argv) ("phantom",new ICRP110PhantomVisAction(userPhantom)); visManager -> Initialize(); - ICRP110PhantomActionInitialization* actions = new ICRP110PhantomActionInitialization(); + auto actions = new ICRP110PhantomActionInitialization(); runManager -> SetUserInitialization(actions); G4UImanager* UImanager = G4UImanager::GetUIpointer(); @@ -76,7 +76,7 @@ int main(int argc,char** argv) if (argc==1) // Define UI session for interactive mode. { G4cout << " UI session starts ..." << G4endl; - G4UIExecutive* ui = new G4UIExecutive(argc, argv); + auto ui = new G4UIExecutive(argc, argv); UImanager -> ApplyCommand("/control/execute vis.mac"); ui -> SessionStart(); delete ui; diff --git a/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out b/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out index 055a2d2114..55de65e423 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out +++ b/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out @@ -2,40 +2,38 @@ -------------------------------- OrganID Edep (J) Dose (Gy) -------------------------------- - 4 | 1.02882e-12 3.62132e-11 - 26 | 2.6452e-10 4.69965e-10 - 27 | 2.92057e-10 6.4749e-10 - 39 | 8.92997e-13 1.17314e-11 - 40 | 5.15135e-14 6.97071e-13 - 48 | 2.0245e-12 2.75255e-11 - 61 | 5.99142e-10 4.13201e-10 - 106 | 9.34204e-11 7.67118e-11 - 116 | 1.62453e-10 1.54937e-10 - 120 | 1.59033e-11 3.74282e-10 - 121 | 2.3745e-11 5.58838e-10 - 122 | 1.74463e-11 5.98828e-11 - 134 | 2.86328e-12 9.51257e-10 + 26 | 3.45941e-10 6.14624e-10 + 27 | 2.7459e-10 6.08767e-10 + 39 | 2.68101e-14 3.52208e-13 + 47 | 1.88424e-12 1.83078e-11 + 48 | 1.47002e-12 1.99867e-11 + 61 | 5.10152e-10 3.51829e-10 + 106 | 5.5413e-11 4.55022e-11 + 114 | 3.31986e-13 5.5331e-10 + 116 | 1.46924e-10 1.40127e-10 + 120 | 1.65667e-11 3.89897e-10 + 121 | 3.01801e-11 7.10288e-10 + 122 | 3.67953e-11 1.26297e-10 ---------------------------------------------------------------------------- -------------------------------ORGAN INFO----------------------------------- -----------------(of organs where edep/dose was recorded)------------------- ---------------------------------------------------------------------------- ID Organ Name Material ID Density (g/cm^3) -4 Posterior nasal passage down to larynx (ET2) 45 1.030 26 Cranium, cortical 2 1.920 27 Cranium, spongiosa 8 1.157 39 Mandible, cortical 2 1.920 -40 Mandible, spongiosa 13 1.228 +47 Cervical spine, cortical 2 1.920 48 Cervical spine, spongiosa 17 1.050 61 Brain 32 1.050 106 Muscle, head 29 1.050 +114 Pituitary gland 45 1.030 116 Residual tissue, head 49 0.950 120 Salivary glands, left 45 1.030 121 Salivary glands, right 45 1.030 122 Skin, head 27 1.090 -134 Tonsils 45 1.030 -Total Edep over all organs = 1.47555e-09 J -Total dose absorbed over all organs = 3.78273e-09 Gy +Total Edep over all organs = 1.42028e-09 J +Total dose absorbed over all organs = 3.57929e-09 Gy ---------------------------------------------------------------------------- ----------------ORGAN ENERGY DEPOSITIONS AND ABSORBED DOSE------------------ @@ -44,11 +42,11 @@ Total dose absorbed over all organs = 3.78273e-09 Gy ---------------------------------------------------------------------------- OrganID Edep (J) Dose (Gy) ------------------------------- -0 | 5.41601e-11 0 +0 | 4.63708e-11 0 1 | 0 0 2 | 0 0 3 | 0 0 -4 | 1.02882e-12 3.62132e-11 +4 | 0 0 5 | 0 0 6 | 0 0 7 | 0 0 @@ -70,8 +68,8 @@ OrganID Edep (J) Dose (Gy) 23 | 0 0 24 | 0 0 25 | 0 0 -26 | 2.6452e-10 4.69965e-10 -27 | 2.92057e-10 6.4749e-10 +26 | 3.45941e-10 6.14624e-10 +27 | 2.7459e-10 6.08767e-10 28 | 0 0 29 | 0 0 30 | 0 0 @@ -83,16 +81,16 @@ OrganID Edep (J) Dose (Gy) 36 | 0 0 37 | 0 0 38 | 0 0 -39 | 8.92997e-13 1.17314e-11 -40 | 5.15135e-14 6.97071e-13 +39 | 2.68101e-14 3.52208e-13 +40 | 0 0 41 | 0 0 42 | 0 0 43 | 0 0 44 | 0 0 45 | 0 0 46 | 0 0 -47 | 0 0 -48 | 2.0245e-12 2.75255e-11 +47 | 1.88424e-12 1.83078e-11 +48 | 1.47002e-12 1.99867e-11 49 | 0 0 50 | 0 0 51 | 0 0 @@ -105,7 +103,7 @@ OrganID Edep (J) Dose (Gy) 58 | 0 0 59 | 0 0 60 | 0 0 -61 | 5.99142e-10 4.13201e-10 +61 | 5.10152e-10 3.51829e-10 62 | 0 0 63 | 0 0 64 | 0 0 @@ -150,7 +148,7 @@ OrganID Edep (J) Dose (Gy) 103 | 0 0 104 | 0 0 105 | 0 0 -106 | 9.34204e-11 7.67118e-11 +106 | 5.5413e-11 4.55022e-11 107 | 0 0 108 | 0 0 109 | 0 0 @@ -158,15 +156,15 @@ OrganID Edep (J) Dose (Gy) 111 | 0 0 112 | 0 0 113 | 0 0 -114 | 0 0 +114 | 3.31986e-13 5.5331e-10 115 | 0 0 -116 | 1.62453e-10 1.54937e-10 +116 | 1.46924e-10 1.40127e-10 117 | 0 0 118 | 0 0 119 | 0 0 -120 | 1.59033e-11 3.74282e-10 -121 | 2.3745e-11 5.58838e-10 -122 | 1.74463e-11 5.98828e-11 +120 | 1.65667e-11 3.89897e-10 +121 | 3.01801e-11 7.10288e-10 +122 | 3.67953e-11 1.26297e-10 123 | 0 0 124 | 0 0 125 | 0 0 @@ -178,13 +176,13 @@ OrganID Edep (J) Dose (Gy) 131 | 0 0 132 | 0 0 133 | 0 0 -134 | 2.86328e-12 9.51257e-10 +134 | 0 0 135 | 0 0 136 | 0 0 137 | 0 0 138 | 0 0 139 | 0 0 -140 | 2.06191e-11 1.03095e-07 +140 | 2.95648e-14 1.47824e-10 141 | 0 0 -Total energy depositied over all organs = 1.47555e-09 J -Total absorbed dose over all organs = 3.78273e-09 Gy +Total energy depositied over all organs = 1.42028e-09 J +Total absorbed dose over all organs = 3.57929e-09 Gy diff --git a/examples/advanced/ICRP110_HumanPhantoms/include/ICRP110PhantomPrimaryGeneratorAction.hh b/examples/advanced/ICRP110_HumanPhantoms/include/ICRP110PhantomPrimaryGeneratorAction.hh index 8e5f2e6956..033d1c0950 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/include/ICRP110PhantomPrimaryGeneratorAction.hh +++ b/examples/advanced/ICRP110_HumanPhantoms/include/ICRP110PhantomPrimaryGeneratorAction.hh @@ -42,7 +42,7 @@ class ICRP110PhantomPrimaryGeneratorAction : public G4VUserPrimaryGeneratorActio ~ICRP110PhantomPrimaryGeneratorAction(); public: - void GeneratePrimaries(G4Event* anEvent) override; + void GeneratePrimaries(G4Event* anEvent); private: G4GeneralParticleSource* fParticleGun; diff --git a/examples/advanced/ICRP110_HumanPhantoms/include/ICRP110PhantomPseudoScene.hh b/examples/advanced/ICRP110_HumanPhantoms/include/ICRP110PhantomPseudoScene.hh index 9fdc53dbc1..3db7c35cf5 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/include/ICRP110PhantomPseudoScene.hh +++ b/examples/advanced/ICRP110_HumanPhantoms/include/ICRP110PhantomPseudoScene.hh @@ -48,14 +48,19 @@ public: (G4PhysicalVolumeModel* // input...the following are outputs ,std::multimap& positionByMaterial ,std::map & colourByMaterial); + ~ICRP110PhantomPseudoScene(); + using G4PseudoScene::AddSolid; // except for... void AddSolid(const G4Box&); void ProcessVolume(const G4VSolid&); + const std::multimap& GetPositionByMaterial() {return fPositionByMaterial;} + const std::map & GetColourByMaterial() {return fColourByMaterial;} + private: G4PhysicalVolumeModel* fpPVModel; std::multimap& fPositionByMaterial; diff --git a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomConstruction.cc b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomConstruction.cc index 1809bbb48c..ae0b532665 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomConstruction.cc +++ b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomConstruction.cc @@ -26,10 +26,6 @@ // Code developed by: // S.Guatelli, M. Large and A. Malaroda, University of Wollongong // - - - - #include "ICRP110PhantomConstruction.hh" #include "ICRP110PhantomNestedParameterisation.hh" #include "ICRP110PhantomMaterial_Female.hh" @@ -55,7 +51,7 @@ ICRP110PhantomConstruction::ICRP110PhantomConstruction(): fVoxelHalfDimX(0), fVoxelHalfDimY(0), fVoxelHalfDimZ(0), fMinX(0),fMaxX(0), fMinY(0), fMaxY(0), fMinZ(0), fMaxZ(0), fNoFiles(0), fNVoxels(0), - fMateIDs(0) + fMateIDs(nullptr) { fMessenger = new ICRP110PhantomMessenger(this); // the messenger allows to set the sex of the phantom @@ -81,12 +77,12 @@ G4VPhysicalVolume* ICRP110PhantomConstruction::Construct() G4double d; // density A = 14.01*g/mole; - G4Element* elN = new G4Element("Nitrogen","N",Z = 7.,A); + auto elN = new G4Element("Nitrogen","N",Z = 7.,A); A = 16.00*g/mole; - G4Element* elO = new G4Element("Oxygen","O",Z = 8.,A); + auto elO = new G4Element("Oxygen","O",Z = 8.,A); d = 0.001 *g/cm3; - G4Material* matAir = new G4Material("Air",d,2); + auto matAir = new G4Material("Air",d,2); matAir -> AddElement(elN,0.8); matAir -> AddElement(elO,0.2); @@ -215,14 +211,14 @@ G4VPhysicalVolume* ICRP110PhantomConstruction::Construct() G4double worldSize = 2.*m ; G4Box* world = new G4Box("world", worldSize, worldSize, worldSize); - G4LogicalVolume* logicWorld = new G4LogicalVolume(world, - matAir, - "logicalWorld", 0, 0,0); + auto logicWorld = new G4LogicalVolume(world, + matAir, + "logicalWorld", nullptr, nullptr,nullptr); - fMotherVolume = new G4PVPlacement(0,G4ThreeVector(), + fMotherVolume = new G4PVPlacement(nullptr,G4ThreeVector(), "physicalWorld", logicWorld, - 0, + nullptr, false, 0); @@ -241,10 +237,10 @@ G4VPhysicalVolume* ICRP110PhantomConstruction::Construct() fNVoxelY*fVoxelHalfDimY*mm, fNVoxelZ*fVoxelHalfDimZ*mm); - G4LogicalVolume* fContainer_logic = new G4LogicalVolume( fContainer_solid, + auto fContainer_logic = new G4LogicalVolume( fContainer_solid, matAir, "phantomContainer", - 0, 0, 0 ); + nullptr, nullptr, nullptr); fMaxX = fNVoxelX*fVoxelHalfDimX*mm; // Max X along X axis of the voxelised geometry fMaxY = fNVoxelY*fVoxelHalfDimY*mm; // Max Y @@ -260,7 +256,7 @@ G4VPhysicalVolume* ICRP110PhantomConstruction::Construct() fPhantomContainer - = new G4PVPlacement(0, // rotation + = new G4PVPlacement(nullptr, // rotation posCentreVoxels, fContainer_logic, // The logic volume "phantomContainer", // Name @@ -278,7 +274,7 @@ G4VPhysicalVolume* ICRP110PhantomConstruction::Construct() G4String yRepName("RepY"); G4VSolid* solYRep = new G4Box(yRepName,fNVoxelX*fVoxelHalfDimX, fVoxelHalfDimY, fNVoxelZ*fVoxelHalfDimZ); - G4LogicalVolume* logYRep = new G4LogicalVolume(solYRep,matAir,yRepName); + auto logYRep = new G4LogicalVolume(solYRep,matAir,yRepName); new G4PVReplica(yRepName,logYRep,fContainer_logic,kYAxis, fNVoxelY,fVoxelHalfDimY*2.); logYRep -> SetVisAttributes(new G4VisAttributes(G4VisAttributes::GetInvisible())); @@ -287,7 +283,7 @@ G4VPhysicalVolume* ICRP110PhantomConstruction::Construct() G4String xRepName("RepX"); G4VSolid* solXRep = new G4Box(xRepName,fVoxelHalfDimX,fVoxelHalfDimY, fNVoxelZ*fVoxelHalfDimZ); - G4LogicalVolume* logXRep = new G4LogicalVolume(solXRep,matAir,xRepName); + auto logXRep = new G4LogicalVolume(solXRep,matAir,xRepName); new G4PVReplica(xRepName,logXRep,logYRep,kXAxis,fNVoxelX,fVoxelHalfDimX*2.); logXRep -> SetVisAttributes(new G4VisAttributes(G4VisAttributes::GetInvisible())); @@ -295,16 +291,16 @@ G4VPhysicalVolume* ICRP110PhantomConstruction::Construct() //----- Voxel solid and logical volumes //--- Slice along Z axis G4VSolid* solidVoxel = new G4Box("phantom",fVoxelHalfDimX, fVoxelHalfDimY,fVoxelHalfDimZ); - G4LogicalVolume* logicVoxel = new G4LogicalVolume(solidVoxel,matAir,"phantom"); + auto logicVoxel = new G4LogicalVolume(solidVoxel,matAir,"phantom"); - logicVoxel -> SetVisAttributes(new G4VisAttributes(G4VisAttributes::GetInvisible())); + logicVoxel -> SetVisAttributes(new G4VisAttributes(G4VisAttributes::GetInvisible())); - // Parameterisation to define the material of each voxel - G4ThreeVector halfVoxelSize(fVoxelHalfDimX,fVoxelHalfDimY,fVoxelHalfDimZ); + // Parameterisation to define the material of each voxel + G4ThreeVector halfVoxelSize(fVoxelHalfDimX,fVoxelHalfDimY,fVoxelHalfDimZ); - ICRP110PhantomNestedParameterisation* param = new ICRP110PhantomNestedParameterisation(halfVoxelSize, pMaterials); + auto param = new ICRP110PhantomNestedParameterisation(halfVoxelSize, pMaterials); - new G4PVParameterised("phantom", // their name + new G4PVParameterised("phantom", // their name logicVoxel, // their logical volume logXRep, // Mother logical volume kZAxis, // Are placed along this axis @@ -470,7 +466,7 @@ G4String slice; // Dummy method to skip the first three lines of the files // which are not used here } - else{ + G4int nnew = ix + (iy)*fNVoxelX + numberFile*fNVoxelX*fNVoxelY; G4int OrgID; fin >> OrgID; @@ -767,7 +763,7 @@ G4String slice; fMateIDs[nnew] = mateID_out; - } + } } } diff --git a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomMaterial_Female.cc b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomMaterial_Female.cc index c4998170d9..8e0495f441 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomMaterial_Female.cc +++ b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomMaterial_Female.cc @@ -68,43 +68,43 @@ void ICRP110PhantomMaterial_Female::DefineMaterials() // General elements A = 1.01*g/mole; - G4Element* elH = new G4Element ("Hydrogen","H",Z = 1.,A); + auto elH = new G4Element ("Hydrogen","H",Z = 1.,A); A = 12.011*g/mole; - G4Element* elC = new G4Element("Carbon","C",Z = 6.,A); + auto elC = new G4Element("Carbon","C",Z = 6.,A); A = 14.01*g/mole; - G4Element* elN = new G4Element("Nitrogen","N",Z = 7.,A); + auto elN = new G4Element("Nitrogen","N",Z = 7.,A); A = 16.00*g/mole; - G4Element* elO = new G4Element("Oxygen","O",Z = 8.,A); + auto elO = new G4Element("Oxygen","O",Z = 8.,A); A = 22.99*g/mole; - G4Element* elNa = new G4Element("Sodium","Na",Z = 11.,A); + auto elNa = new G4Element("Sodium","Na",Z = 11.,A); A = 24.305*g/mole; - G4Element* elMg = new G4Element("Magnesium","Mg",Z = 12.,A); + auto elMg = new G4Element("Magnesium","Mg",Z = 12.,A); A = 30.974*g/mole; - G4Element* elP = new G4Element("Phosphorus","P",Z = 15.,A); + auto elP = new G4Element("Phosphorus","P",Z = 15.,A); A = 32.064*g/mole; - G4Element* elS = new G4Element("Sulfur","S",Z = 16.,A); + auto elS = new G4Element("Sulfur","S",Z = 16.,A); A = 35.453*g/mole; - G4Element* elCl = new G4Element("Chlorine","Cl",Z = 17.,A); + auto elCl = new G4Element("Chlorine","Cl",Z = 17.,A); A = 39.098*g/mole; - G4Element* elK = new G4Element("Potassium","K",Z = 19.,A); + auto elK = new G4Element("Potassium","K",Z = 19.,A); A = 40.08*g/mole; - G4Element* elCa = new G4Element("Calcium","Ca",Z = 20.,A); + auto elCa = new G4Element("Calcium","Ca",Z = 20.,A); A = 55.85*g/mole; - G4Element* elFe = new G4Element("Iron","Fe",Z = 26.,A); + auto elFe = new G4Element("Iron","Fe",Z = 26.,A); A = 126.90447 *g/mole; - G4Element*elI = new G4Element("Iodine","I", Z = 53.,A); + auto elI = new G4Element("Iodine","I", Z = 53.,A); //Added tissues for phantom including their tissue ID //Teeth -> Tissue ID 1 diff --git a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomMaterial_Male.cc b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomMaterial_Male.cc index ea3c3d692d..3d9764a604 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomMaterial_Male.cc +++ b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomMaterial_Male.cc @@ -67,43 +67,43 @@ void ICRP110PhantomMaterial_Male::DefineMaterials() // General elements A = 1.01*g/mole; - G4Element* elH = new G4Element ("Hydrogen","H",Z = 1.,A); + auto elH = new G4Element ("Hydrogen","H",Z = 1.,A); A = 12.011*g/mole; - G4Element* elC = new G4Element("Carbon","C",Z = 6.,A); + auto elC = new G4Element("Carbon","C",Z = 6.,A); A = 14.01*g/mole; - G4Element* elN = new G4Element("Nitrogen","N",Z = 7.,A); + auto elN = new G4Element("Nitrogen","N",Z = 7.,A); A = 16.00*g/mole; - G4Element* elO = new G4Element("Oxygen","O",Z = 8.,A); + auto elO = new G4Element("Oxygen","O",Z = 8.,A); A = 22.99*g/mole; - G4Element* elNa = new G4Element("Sodium","Na",Z = 11.,A); + auto elNa = new G4Element("Sodium","Na",Z = 11.,A); A = 24.305*g/mole; - G4Element* elMg = new G4Element("Magnesium","Mg",Z = 12.,A); + auto elMg = new G4Element("Magnesium","Mg",Z = 12.,A); A = 30.974*g/mole; - G4Element* elP = new G4Element("Phosphorus","P",Z = 15.,A); + auto elP = new G4Element("Phosphorus","P",Z = 15.,A); A = 32.064*g/mole; - G4Element* elS = new G4Element("Sulfur","S",Z = 16.,A); + auto elS = new G4Element("Sulfur","S",Z = 16.,A); A = 35.453*g/mole; - G4Element* elCl = new G4Element("Chlorine","Cl",Z = 17.,A); + auto elCl = new G4Element("Chlorine","Cl",Z = 17.,A); A = 39.098*g/mole; - G4Element* elK = new G4Element("Potassium","K",Z = 19.,A); + auto elK = new G4Element("Potassium","K",Z = 19.,A); A = 40.08*g/mole; - G4Element* elCa = new G4Element("Calcium","Ca",Z = 20.,A); + auto elCa = new G4Element("Calcium","Ca",Z = 20.,A); A = 55.85*g/mole; - G4Element* elFe = new G4Element("Iron","Fe",Z = 26.,A); + auto elFe = new G4Element("Iron","Fe",Z = 26.,A); A = 126.90447 *g/mole; - G4Element*elI = new G4Element("Iodine","I", Z = 53.,A); + auto elI = new G4Element("Iodine","I", Z = 53.,A); //Added tissues for phantom including their tissue ID diff --git a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomNestedParameterisation.cc b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomNestedParameterisation.cc index bcc4f09e07..e2c126f164 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomNestedParameterisation.cc +++ b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110PhantomNestedParameterisation.cc @@ -48,7 +48,7 @@ ICRP110PhantomNestedParameterisation(const G4ThreeVector& halfVoxelSize, fdX(halfVoxelSize.x()), fdY(halfVoxelSize.y()), fdZ(halfVoxelSize.z()), fnX(fnX_), fnY(fnY_), fnZ(fnZ_), // number of voxels along X, Y and Z fMaterials(mat), // vector of defined materials - fMaterialIndices(0) // vector which associates MaterialID to voxels + fMaterialIndices(nullptr) // vector which associates MaterialID to voxels { ReadColourData();//Define the color of each material // from ColourMap.dat @@ -56,13 +56,13 @@ ICRP110PhantomNestedParameterisation(const G4ThreeVector& halfVoxelSize, ICRP110PhantomNestedParameterisation::~ICRP110PhantomNestedParameterisation() {} - + void ICRP110PhantomNestedParameterisation::ReadColourData() { // By default the tissues are not visible. Then // the visualisation attributes are defined based on // ColourMap.dat - G4VisAttributes* blankAtt = new G4VisAttributes; + auto blankAtt = new G4VisAttributes; blankAtt->SetVisibility( FALSE ); fColours["Default"] = blankAtt; @@ -74,10 +74,12 @@ void ICRP110PhantomNestedParameterisation::ReadColourData() G4String mateName; G4double cred, cgreen, cblue, copacity; fin >> nMate; + G4VisAttributes* visAtt=nullptr; + for( G4int ii = 0; ii < nMate; ii++ ){ fin >> mateName >> cred >> cgreen >> cblue >> copacity; G4Colour colour( cred, cgreen, cblue, copacity ); - G4VisAttributes* visAtt = new G4VisAttributes( colour ); + visAtt = new G4VisAttributes( colour ); visAtt->SetForceSolid(true); fColours[mateName] = visAtt; // G4cout << mateName << " colour set : " << colour << G4endl; diff --git a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110UserScoreWriter.cc b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110UserScoreWriter.cc index 1155674de0..1f11185ec6 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110UserScoreWriter.cc +++ b/examples/advanced/ICRP110_HumanPhantoms/src/ICRP110UserScoreWriter.cc @@ -86,7 +86,7 @@ if(!ofile) // retrieve the map MeshScoreMap fSMap = fScoringMesh -> GetScoreMap(); -MeshScoreMap::const_iterator msMapItr = fSMap.find(psName); +auto msMapItr = fSMap.find(psName); if(msMapItr == fSMap.end()) { diff --git a/examples/advanced/STCyclotron/History b/examples/advanced/STCyclotron/History index 6cd4bea48e..196710f421 100644 --- a/examples/advanced/STCyclotron/History +++ b/examples/advanced/STCyclotron/History @@ -1,12 +1,18 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example STCyclotron History - ============================================================== - Geant4 - Solid-target cyclotron example - ============================================================== +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- +## 2022-06-20 Sergio Losilla (STCyclotron-V11-00-01) +- Removed no-op lines, simplified calls to SetProductionCut. + +## 2021-12-10 Ben Morgan (STCyclotron-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07.10.2021 - I. Hrivnacova (STCyclotron-V10-07-07) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/advanced/STCyclotron/STCyclotron.out b/examples/advanced/STCyclotron/STCyclotron.out index 7cce6de911..0f2cd79c25 100644 --- a/examples/advanced/STCyclotron/STCyclotron.out +++ b/examples/advanced/STCyclotron/STCyclotron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -75,63 +75,63 @@ Region -- -- appears in world volume Root logical volume(s) : Target Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] Materials : G4_Ni - Production cuts : gamma 175 um e- 175 um e+ 175 um proton 175 um + Production cuts : gamma 175 um e- 175 um e+ 175 um proton 10 um Region -- -- appears in world volume This region is in the mass world. Root logical volume(s) : Foil Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] Materials : G4_Al - Production cuts : gamma 5 Ang e- 5 Ang e+ 5 Ang proton 5 Ang + Production cuts : gamma 5 Ang e- 5 Ang e+ 5 Ang proton 100 um ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Al Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.34147 keV e- 131.214 keV e+ 128.744 keV proton 10 keV + Energy thresholds : gamma 2.34157 keV e- 131.218 keV e+ 128.746 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : vacuumBeam Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : helium Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Pt Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 42.2904 keV e- 374.921 keV e+ 359.657 keV proton 10 keV + Energy thresholds : gamma 42.2897 keV e- 374.929 keV e+ 359.669 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_Ni - Range cuts : gamma 175 um e- 175 um e+ 175 um proton 175 um - Energy thresholds : gamma 9.71418 keV e- 374.785 keV e+ 361.68 keV proton 17.5 keV + Range cuts : gamma 175 um e- 175 um e+ 175 um proton 10 um + Energy thresholds : gamma 9.71407 keV e- 374.794 keV e+ 361.684 keV proton 1 keV Region(s) which use this couple : Target Index : 6 used in the geometry : Yes Material : G4_Al - Range cuts : gamma 5 Ang e- 5 Ang e+ 5 Ang proton 5 Ang - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 50 meV + Range cuts : gamma 5 Ang e- 5 Ang e+ 5 Ang proton 100 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : Foil @@ -160,7 +160,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=35.760000s Real=36.120555s Sys=0.020000s + User=21.240000s Real=21.718533s Sys=0.000000s ... write file : SolidTargetCyclotron.root - done ... close file : SolidTargetCyclotron.root - done G4 kernel has come to Quit state. @@ -176,19 +176,19 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 12 +Total navigation history collections cleaned: 10 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0163 MB +Pool ID '20G4NavigationLevelRep', size : 0.0135 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.522 MB Pool ID '16G4SmartVoxelNode', size : 0.00192 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.258 MB -Pool ID '17G4DynamicParticle', size : 0.517 MB -Pool ID '7G4Track', size : 1.03 MB -Pool ID '18G4TouchableHistory', size : 0.00192 MB +Pool ID '7G4Track', size : 1.04 MB +Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Pool ID '10G4Fragment', size : 0.000961 MB diff --git a/examples/advanced/STCyclotron/include/STCyclotronPhysicsList.hh b/examples/advanced/STCyclotron/include/STCyclotronPhysicsList.hh index 8a67ec7a73..5b091cc7e3 100644 --- a/examples/advanced/STCyclotron/include/STCyclotronPhysicsList.hh +++ b/examples/advanced/STCyclotron/include/STCyclotronPhysicsList.hh @@ -52,8 +52,8 @@ public: void SetCutForGamma(G4double); void SetCutForElectron(G4double); void SetCutForPositron(G4double); - void SetCutFoil(G4double cutProton, G4double cutElectron, G4double cutPositron, G4double cutGamma, G4double cutNeutron); - void SetCutTarget(G4double cutProton, G4double cutElectron, G4double cutPositron, G4double cutGamma, G4double cutNeutron); + void SetCutFoil(G4double cutProton, G4double cutElectron, G4double cutPositron, G4double cutGamma); + void SetCutTarget(G4double cutProton, G4double cutElectron, G4double cutPositron, G4double cutGamma); @@ -77,13 +77,11 @@ private: G4double fCutTargetElectron; G4double fCutTargetPositron; G4double fCutTargetGamma; - G4double fCutTargetNeutron; G4double fCutFoilProton; G4double fCutFoilElectron; G4double fCutFoilPositron; G4double fCutFoilGamma; - G4double fCutFoilNeutron; STCyclotronDetectorConstruction* fDetector; diff --git a/examples/advanced/STCyclotron/src/STCyclotronPhysicsList.cc b/examples/advanced/STCyclotron/src/STCyclotronPhysicsList.cc index b209fcba24..25a66e1eee 100644 --- a/examples/advanced/STCyclotron/src/STCyclotronPhysicsList.cc +++ b/examples/advanced/STCyclotron/src/STCyclotronPhysicsList.cc @@ -86,13 +86,11 @@ STCyclotronPhysicsList::STCyclotronPhysicsList(STCyclotronDetectorConstruction* fCutTargetElectron = fThickness_target; fCutTargetPositron = fThickness_target; fCutTargetGamma = fThickness_target; - fCutTargetNeutron = fThickness_target; fCutFoilProton = fThickness_foil; fCutFoilElectron = fThickness_foil; fCutFoilPositron = fThickness_foil; fCutFoilGamma = fThickness_foil; - fCutFoilNeutron = fThickness_foil; //EM physics fEmPhysicsList = new G4EmStandardPhysics_option3(0); @@ -163,7 +161,7 @@ void STCyclotronPhysicsList::ConstructProcess() //Update the cuts with the 1/2 of the thickness of the foil/target //SetCuts(); - SetCutTarget(0.01,fThickness_target/2.,fThickness_target/2.,fThickness_target/2.,fThickness_target/2.); + SetCutTarget(0.01,fThickness_target/2.,fThickness_target/2.,fThickness_target/2.); @@ -184,8 +182,8 @@ void STCyclotronPhysicsList::SetCuts() SetCutValue(fCutForPositron, "e+"); // Set cuts for detector - SetCutFoil(0.1,fThickness_foil/2.,fThickness_foil/2.,fThickness_foil/2.,fThickness_foil/2.); - SetCutTarget(0.01,fThickness_target/2.,fThickness_target/2.,fThickness_target/2.,fThickness_target/2.); + SetCutFoil(0.1,fThickness_foil/2.,fThickness_foil/2.,fThickness_foil/2.); + SetCutTarget(0.01,fThickness_target/2.,fThickness_target/2.,fThickness_target/2.); if (verboseLevel>0) DumpCutValuesTable(); } @@ -207,48 +205,42 @@ void STCyclotronPhysicsList::SetCutForPositron(G4double cut) SetParticleCuts(fCutForPositron, G4Positron::Positron()); } -void STCyclotronPhysicsList::SetCutTarget(G4double cutProton, G4double cutElectron, G4double cutPositron, G4double cutGamma, G4double cutNeutron){ +void STCyclotronPhysicsList::SetCutTarget(G4double cutProton, G4double cutElectron, G4double cutPositron, G4double cutGamma){ fCutTargetProton = cutProton*mm; fCutTargetElectron = cutElectron*mm; fCutTargetPositron = cutPositron*mm; fCutTargetGamma = cutGamma*mm; - fCutTargetNeutron = cutNeutron*mm; G4String regionNameTarget = "Target"; G4Region* regionTarget = G4RegionStore::GetInstance()->GetRegion(regionNameTarget); G4ProductionCuts* cutsTarget = new G4ProductionCuts ; - cutsTarget -> SetProductionCut(fCutTargetGamma,G4ProductionCuts::GetIndex("gamma")); - cutsTarget -> SetProductionCut(fCutTargetElectron,G4ProductionCuts::GetIndex("e-")); - cutsTarget -> SetProductionCut(fCutTargetPositron,G4ProductionCuts::GetIndex("e+")); - cutsTarget -> SetProductionCut(fCutTargetProton,G4ProductionCuts::GetIndex("proton")); - cutsTarget->SetProductionCut(fCutTargetProton, G4ProductionCuts::GetIndex("deuteron")); - cutsTarget -> SetProductionCut(fCutTargetNeutron,G4ProductionCuts::GetIndex("neutron")); + cutsTarget -> SetProductionCut(fCutTargetGamma,"gamma"); + cutsTarget -> SetProductionCut(fCutTargetElectron,"e-"); + cutsTarget -> SetProductionCut(fCutTargetPositron,"e+"); + cutsTarget -> SetProductionCut(fCutTargetProton,"proton"); regionTarget -> SetProductionCuts(cutsTarget); } -void STCyclotronPhysicsList::SetCutFoil(G4double cutProton, G4double cutElectron, G4double cutPositron, G4double cutGamma, G4double cutNeutron){ +void STCyclotronPhysicsList::SetCutFoil(G4double cutProton, G4double cutElectron, G4double cutPositron, G4double cutGamma){ fCutFoilProton = cutProton*mm; fCutFoilElectron = cutElectron*mm; fCutFoilPositron = cutPositron*mm; fCutFoilGamma = cutGamma*mm; - fCutFoilNeutron = cutNeutron*mm; G4RegionStore::GetInstance()->GetRegion("Foil"); G4String regionNameFoil = "Foil"; G4Region* regionFoil = G4RegionStore::GetInstance()->GetRegion(regionNameFoil); G4ProductionCuts* cutsFoil = new G4ProductionCuts ; - cutsFoil -> SetProductionCut(fCutFoilGamma,G4ProductionCuts::GetIndex("gamma")); - cutsFoil -> SetProductionCut(fCutFoilElectron,G4ProductionCuts::GetIndex("e-")); - cutsFoil -> SetProductionCut(fCutFoilPositron,G4ProductionCuts::GetIndex("e+")); - cutsFoil -> SetProductionCut(fCutFoilProton,G4ProductionCuts::GetIndex("proton")); - cutsFoil->SetProductionCut(fCutFoilProton, G4ProductionCuts::GetIndex("deuteron")); - cutsFoil -> SetProductionCut(fCutFoilNeutron,G4ProductionCuts::GetIndex("neutron")); + cutsFoil -> SetProductionCut(fCutFoilGamma,"gamma"); + cutsFoil -> SetProductionCut(fCutFoilElectron,"e-"); + cutsFoil -> SetProductionCut(fCutFoilPositron,"e+"); + cutsFoil -> SetProductionCut(fCutFoilProton,"proton"); regionFoil -> SetProductionCuts(cutsFoil); diff --git a/examples/advanced/air_shower/History b/examples/advanced/air_shower/History index eb94753d3f..1c7500167f 100644 --- a/examples/advanced/air_shower/History +++ b/examples/advanced/air_shower/History @@ -1,11 +1,18 @@ -------------------------------------------------------------------- +# Example air_shower History - ========================================================= - Geant4 - Ultra Advanced example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - History file - ------------ +## 2022-02-22 Daren Sawkey (air_shower-V11-00-01) +- All material properties in order of increasing energy + +## 2021-12-10 Ben Morgan (air_shower-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 11.11.2021 - B. Tome (air_shower-V10-07-04) Start using C++11 guidelines diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out index a663e3a1e3..2af18998e1 100644 --- a/examples/advanced/air_shower/air_shower.out +++ b/examples/advanced/air_shower/air_shower.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -101,6 +101,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -194,7 +198,8 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -211,7 +216,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -221,8 +226,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -285,10 +291,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -313,10 +319,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -343,10 +349,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -375,10 +381,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -389,10 +395,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -402,10 +408,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -434,10 +440,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -466,10 +472,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -498,14 +504,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -516,7 +521,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -531,14 +536,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -549,7 +553,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -564,10 +568,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -596,10 +600,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -641,28 +645,28 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Aluminum Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91691 keV e- 597.603 keV e+ 574.29 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Acrylic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.77808 keV e- 389.117 keV e+ 377.901 keV proton 100 keV + Energy thresholds : gamma 2.77771 keV e- 389.12 keV e+ 377.915 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Quartz Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.02652 keV e- 614.656 keV e+ 591.024 keV proton 100 keV + Energy thresholds : gamma 6.02536 keV e- 614.656 keV e+ 591.029 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -691,8 +695,8 @@ See commands in /vis/modeling/trajectories/ for other options. ooo Run 0 starts (global). --------- Ranlux engine status --------- - Initial seed = 1653387435 - float_seed_table[] = 0.679642 0.282378 0.22417 0.9985 0.0862005 0.282983 0.473305 0.903354 0.99085 0.984021 0.808208 0.749773 0.506064 0.683597 0.56733 0.21337 0.914387 0.414573 0.780641 0.711102 0.130292 0.648337 0.56436 0.362236 + Initial seed = 1656510677 + float_seed_table[] = 0.67537 0.397105 0.895521 0.443124 0.308485 0.864686 0.60293 0.830782 0.0268728 0.345021 0.858085 0.551476 0.960402 0.53388 0.865799 0.105157 0.867925 0.220778 0.235352 0.524966 0.135397 0.857166 0.832263 0.318347 i_lag = 23, j_lag = 9 carry = 0, count24 = 0 luxury = 3 nskip = 199 @@ -703,11 +707,8 @@ mu- Mono Plane Run terminated. Run Summary Number of events processed : 100 - User=0.050000s Real=0.049342s Sys=0.000000s + User=2.080000s Real=2.089093s Sys=0.000000s ### Run 0 (global) ended. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -723,11 +724,12 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 9 +Total navigation history collections cleaned: 10 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0115 MB +Pool ID '20G4NavigationLevelRep', size : 0.0135 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.025 MB Pool ID '16G4SmartVoxelNode', size : 0.00192 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB @@ -735,12 +737,12 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0106 MB -Pool ID '7G4Track', size : 0.0202 MB +Pool ID '7G4Track', size : 0.049 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.053 MB +Pool ID '15UltraOpticalHit', size : 0.00577 MB +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.1 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/air_shower/src/UltraDetectorConstruction.cc b/examples/advanced/air_shower/src/UltraDetectorConstruction.cc index 3a746fb982..7d0a771a55 100644 --- a/examples/advanced/air_shower/src/UltraDetectorConstruction.cc +++ b/examples/advanced/air_shower/src/UltraDetectorConstruction.cc @@ -271,7 +271,8 @@ void UltraDetectorConstruction::ConstructTableMaterials() for(auto i=0;i -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 GeV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 100 GeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Scintillator Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 100 GeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -186,7 +186,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=6.340000s Real=6.391310s Sys=0.000000s + User=6.160000s Real=6.248297s Sys=0.000000s ------------------------------------------------------------- ---> The calorimeter is 9 Modules @@ -209,106 +209,106 @@ Run Summary total Energy (rms/mean) visible Energy (rms/mean) - layer 1: 1.511 MeV +- 2.251 MeV (1.5e+02 %) 161.26 keV +- 478 keV (3e+02 %) - layer 2: 1.5585 MeV +- 2.669 MeV (1.7e+02 %) 168.13 keV +- 852.5 keV (5.1e+02 %) - layer 3: 1.5052 MeV +- 2.475 MeV (1.6e+02 %) 150.95 keV +- 301.4 keV (2e+02 %) - layer 4: 1.5237 MeV +- 2.487 MeV (1.6e+02 %) 153.41 keV +- 470.7 keV (3.1e+02 %) - layer 5: 1.5354 MeV +- 2.873 MeV (1.9e+02 %) 162.65 keV +- 683.3 keV (4.2e+02 %) - layer 6: 1.5497 MeV +- 2.432 MeV (1.6e+02 %) 160.61 keV +- 772.8 keV (4.8e+02 %) - layer 7: 1.5365 MeV +- 2.78 MeV (1.8e+02 %) 169.32 keV +- 809.4 keV (4.8e+02 %) - layer 8: 1.5535 MeV +- 2.392 MeV (1.5e+02 %) 156.92 keV +- 678.4 keV (4.3e+02 %) - layer 9: 1.4744 MeV +- 1.985 MeV (1.3e+02 %) 162.87 keV +- 987 keV (6.1e+02 %) - layer 10: 1.4969 MeV +- 1.724 MeV (1.2e+02 %) 152.62 keV +- 742.7 keV (4.9e+02 %) - layer 11: 1.523 MeV +- 2.356 MeV (1.5e+02 %) 174.79 keV +- 1.023 MeV (5.9e+02 %) - layer 12: 1.5865 MeV +- 2.659 MeV (1.7e+02 %) 184.74 keV +- 1.37 MeV (7.4e+02 %) - layer 13: 1.5074 MeV +- 2.32 MeV (1.5e+02 %) 156.73 keV +- 756.6 keV (4.8e+02 %) - layer 14: 1.5173 MeV +- 2.283 MeV (1.5e+02 %) 148.85 keV +- 708.6 keV (4.8e+02 %) - layer 15: 1.5396 MeV +- 2.761 MeV (1.8e+02 %) 149.38 keV +- 302.4 keV (2e+02 %) - layer 16: 1.4939 MeV +- 1.776 MeV (1.2e+02 %) 154.77 keV +- 932.1 keV (6e+02 %) - layer 17: 1.491 MeV +- 1.817 MeV (1.2e+02 %) 149.51 keV +- 263.3 keV (1.8e+02 %) - layer 18: 1.5215 MeV +- 2.027 MeV (1.3e+02 %) 160.83 keV +- 803.9 keV (5e+02 %) - layer 19: 1.5422 MeV +- 2.17 MeV (1.4e+02 %) 158.24 keV +- 502.3 keV (3.2e+02 %) - layer 20: 1.5245 MeV +- 2.418 MeV (1.6e+02 %) 167.57 keV +- 1.054 MeV (6.3e+02 %) - layer 21: 1.5339 MeV +- 2.311 MeV (1.5e+02 %) 162.11 keV +- 883.8 keV (5.5e+02 %) - layer 22: 1.5329 MeV +- 2.182 MeV (1.4e+02 %) 159.53 keV +- 741.8 keV (4.7e+02 %) - layer 23: 1.505 MeV +- 1.894 MeV (1.3e+02 %) 154.06 keV +- 475.5 keV (3.1e+02 %) - layer 24: 1.5269 MeV +- 2.263 MeV (1.5e+02 %) 157.18 keV +- 658.4 keV (4.2e+02 %) - layer 25: 1.5007 MeV +- 2.116 MeV (1.4e+02 %) 158.21 keV +- 427.6 keV (2.7e+02 %) - layer 26: 1.5279 MeV +- 2.096 MeV (1.4e+02 %) 145.82 keV +- 377.8 keV (2.6e+02 %) - layer 27: 1.5137 MeV +- 2.525 MeV (1.7e+02 %) 164.63 keV +- 712.5 keV (4.3e+02 %) - layer 28: 1.5355 MeV +- 2.324 MeV (1.5e+02 %) 161.19 keV +- 880 keV (5.5e+02 %) - layer 29: 1.5028 MeV +- 2.115 MeV (1.4e+02 %) 156.29 keV +- 437.1 keV (2.8e+02 %) - layer 30: 1.5224 MeV +- 2.212 MeV (1.5e+02 %) 146.74 keV +- 474.3 keV (3.2e+02 %) - layer 31: 1.5473 MeV +- 2.312 MeV (1.5e+02 %) 157.35 keV +- 715.2 keV (4.5e+02 %) - layer 32: 1.5269 MeV +- 2.532 MeV (1.7e+02 %) 150.17 keV +- 343.1 keV (2.3e+02 %) - layer 33: 1.5281 MeV +- 2.193 MeV (1.4e+02 %) 168.46 keV +- 978.3 keV (5.8e+02 %) - layer 34: 1.5481 MeV +- 2.434 MeV (1.6e+02 %) 174.87 keV +- 1.198 MeV (6.8e+02 %) - layer 35: 1.4957 MeV +- 1.827 MeV (1.2e+02 %) 159.84 keV +- 658.3 keV (4.1e+02 %) - layer 36: 1.537 MeV +- 2.317 MeV (1.5e+02 %) 160.07 keV +- 778 keV (4.9e+02 %) - layer 37: 1.5352 MeV +- 2.287 MeV (1.5e+02 %) 156.35 keV +- 544.6 keV (3.5e+02 %) - layer 38: 1.544 MeV +- 2.322 MeV (1.5e+02 %) 154.21 keV +- 434.1 keV (2.8e+02 %) - layer 39: 1.5263 MeV +- 2.225 MeV (1.5e+02 %) 152.33 keV +- 358.6 keV (2.4e+02 %) - layer 40: 1.5226 MeV +- 2.185 MeV (1.4e+02 %) 152.88 keV +- 529.7 keV (3.5e+02 %) - layer 41: 1.5249 MeV +- 2.609 MeV (1.7e+02 %) 157.07 keV +- 812.1 keV (5.2e+02 %) - layer 42: 1.5329 MeV +- 2.207 MeV (1.4e+02 %) 150.37 keV +- 348.5 keV (2.3e+02 %) - layer 43: 1.539 MeV +- 2.478 MeV (1.6e+02 %) 152.71 keV +- 476.3 keV (3.1e+02 %) - layer 44: 1.5313 MeV +- 2.467 MeV (1.6e+02 %) 152.45 keV +- 500.9 keV (3.3e+02 %) - layer 45: 1.5409 MeV +- 2.313 MeV (1.5e+02 %) 157.96 keV +- 518.6 keV (3.3e+02 %) - layer 46: 1.5479 MeV +- 2.343 MeV (1.5e+02 %) 157.73 keV +- 540.7 keV (3.4e+02 %) - layer 47: 1.5057 MeV +- 2.031 MeV (1.3e+02 %) 157.08 keV +- 655 keV (4.2e+02 %) - layer 48: 1.5057 MeV +- 2.071 MeV (1.4e+02 %) 154.67 keV +- 660.4 keV (4.3e+02 %) - layer 49: 1.5465 MeV +- 2.447 MeV (1.6e+02 %) 170.36 keV +- 1.311 MeV (7.7e+02 %) - layer 50: 1.5164 MeV +- 2.204 MeV (1.5e+02 %) 148.26 keV +- 429.3 keV (2.9e+02 %) - layer 51: 1.5147 MeV +- 2.039 MeV (1.3e+02 %) 163.92 keV +- 690.4 keV (4.2e+02 %) - layer 52: 1.5511 MeV +- 2.487 MeV (1.6e+02 %) 160.62 keV +- 655.1 keV (4.1e+02 %) - layer 53: 1.539 MeV +- 2.404 MeV (1.6e+02 %) 161.92 keV +- 910.4 keV (5.6e+02 %) - layer 54: 1.4969 MeV +- 2.018 MeV (1.3e+02 %) 152.26 keV +- 420.4 keV (2.8e+02 %) - layer 55: 1.5351 MeV +- 2.427 MeV (1.6e+02 %) 161.49 keV +- 648.6 keV (4e+02 %) - layer 56: 1.5048 MeV +- 2.105 MeV (1.4e+02 %) 164.36 keV +- 811.3 keV (4.9e+02 %) - layer 57: 1.5419 MeV +- 2.194 MeV (1.4e+02 %) 155.07 keV +- 642.6 keV (4.1e+02 %) - layer 58: 1.5732 MeV +- 2.838 MeV (1.8e+02 %) 156.53 keV +- 658.7 keV (4.2e+02 %) - layer 59: 1.4961 MeV +- 1.866 MeV (1.2e+02 %) 151.9 keV +- 492.7 keV (3.2e+02 %) - layer 60: 1.5192 MeV +- 1.936 MeV (1.3e+02 %) 158.11 keV +- 773.4 keV (4.9e+02 %) - layer 61: 1.4799 MeV +- 1.801 MeV (1.2e+02 %) 148.99 keV +- 453 keV (3e+02 %) - layer 62: 1.5574 MeV +- 2.56 MeV (1.6e+02 %) 155.26 keV +- 569.2 keV (3.7e+02 %) - layer 63: 1.5121 MeV +- 2.23 MeV (1.5e+02 %) 151.23 keV +- 452.1 keV (3e+02 %) - layer 64: 1.4964 MeV +- 1.911 MeV (1.3e+02 %) 146.56 keV +- 356.6 keV (2.4e+02 %) - layer 65: 1.4984 MeV +- 2.108 MeV (1.4e+02 %) 159.2 keV +- 538.3 keV (3.4e+02 %) - layer 66: 1.5167 MeV +- 2.15 MeV (1.4e+02 %) 164.53 keV +- 837.7 keV (5.1e+02 %) - layer 67: 1.5076 MeV +- 2.205 MeV (1.5e+02 %) 157.69 keV +- 569.9 keV (3.6e+02 %) - layer 68: 1.5049 MeV +- 2.341 MeV (1.6e+02 %) 165.87 keV +- 1.039 MeV (6.3e+02 %) - layer 69: 1.4807 MeV +- 1.813 MeV (1.2e+02 %) 152.46 keV +- 383.3 keV (2.5e+02 %) - layer 70: 1.5309 MeV +- 2.057 MeV (1.3e+02 %) 159.37 keV +- 694.5 keV (4.4e+02 %) - layer 71: 1.4957 MeV +- 1.945 MeV (1.3e+02 %) 153.48 keV +- 392.8 keV (2.6e+02 %) - layer 72: 1.5089 MeV +- 2.201 MeV (1.5e+02 %) 155.04 keV +- 685.9 keV (4.4e+02 %) - layer 73: 1.5263 MeV +- 2.14 MeV (1.4e+02 %) 170.6 keV +- 818.3 keV (4.8e+02 %) - layer 74: 1.4889 MeV +- 1.894 MeV (1.3e+02 %) 144.74 keV +- 244.1 keV (1.7e+02 %) - layer 75: 1.5167 MeV +- 2.306 MeV (1.5e+02 %) 152.65 keV +- 430.5 keV (2.8e+02 %) - layer 76: 1.5257 MeV +- 2.229 MeV (1.5e+02 %) 155.7 keV +- 398.2 keV (2.6e+02 %) - layer 77: 1.5026 MeV +- 2.168 MeV (1.4e+02 %) 165.03 keV +- 914.9 keV (5.5e+02 %) - layer 78: 1.5155 MeV +- 2.221 MeV (1.5e+02 %) 163.46 keV +- 838.3 keV (5.1e+02 %) - layer 79: 1.4881 MeV +- 1.923 MeV (1.3e+02 %) 154.72 keV +- 621.3 keV (4e+02 %) - layer 80: 1.4821 MeV +- 1.789 MeV (1.2e+02 %) 167.57 keV +- 866.7 keV (5.2e+02 %) - layer 81: 1.4854 MeV +- 1.903 MeV (1.3e+02 %) 145.52 keV +- 318.6 keV (2.2e+02 %) - layer 82: 1.5184 MeV +- 2.126 MeV (1.4e+02 %) 144.31 keV +- 235.9 keV (1.6e+02 %) - layer 83: 1.5336 MeV +- 2.332 MeV (1.5e+02 %) 166.65 keV +- 761.1 keV (4.6e+02 %) - layer 84: 1.4842 MeV +- 1.921 MeV (1.3e+02 %) 149.31 keV +- 376.8 keV (2.5e+02 %) - layer 85: 1.5364 MeV +- 2.188 MeV (1.4e+02 %) 157.13 keV +- 684.4 keV (4.4e+02 %) - layer 86: 1.5331 MeV +- 2.438 MeV (1.6e+02 %) 158.38 keV +- 491 keV (3.1e+02 %) - layer 87: 1.49 MeV +- 1.876 MeV (1.3e+02 %) 154.28 keV +- 405.4 keV (2.6e+02 %) - layer 88: 1.5193 MeV +- 2.21 MeV (1.5e+02 %) 157.27 keV +- 575.6 keV (3.7e+02 %) - layer 89: 1.493 MeV +- 1.985 MeV (1.3e+02 %) 155.72 keV +- 603.1 keV (3.9e+02 %) - layer 90: 1.5328 MeV +- 2.203 MeV (1.4e+02 %) 155.93 keV +- 842.2 keV (5.4e+02 %) + layer 1: 1.5863 MeV +- 3.074 MeV (1.9e+02 %) 164.82 keV +- 1.129 MeV (6.9e+02 %) + layer 2: 1.5596 MeV +- 2.499 MeV (1.6e+02 %) 151.77 keV +- 495.4 keV (3.3e+02 %) + layer 3: 1.5195 MeV +- 2.178 MeV (1.4e+02 %) 161.87 keV +- 648.9 keV (4e+02 %) + layer 4: 1.5254 MeV +- 2.204 MeV (1.4e+02 %) 168.06 keV +- 901.7 keV (5.4e+02 %) + layer 5: 1.5383 MeV +- 2.478 MeV (1.6e+02 %) 169.56 keV +- 1.004 MeV (5.9e+02 %) + layer 6: 1.5433 MeV +- 2.264 MeV (1.5e+02 %) 167.06 keV +- 1.007 MeV (6e+02 %) + layer 7: 1.5073 MeV +- 2.445 MeV (1.6e+02 %) 159.39 keV +- 595 keV (3.7e+02 %) + layer 8: 1.5125 MeV +- 2.227 MeV (1.5e+02 %) 155.04 keV +- 683.9 keV (4.4e+02 %) + layer 9: 1.5523 MeV +- 2.679 MeV (1.7e+02 %) 177.31 keV +- 1.14 MeV (6.4e+02 %) + layer 10: 1.5289 MeV +- 2.243 MeV (1.5e+02 %) 155.57 keV +- 581.1 keV (3.7e+02 %) + layer 11: 1.5873 MeV +- 2.917 MeV (1.8e+02 %) 158.89 keV +- 751.5 keV (4.7e+02 %) + layer 12: 1.553 MeV +- 2.423 MeV (1.6e+02 %) 160.96 keV +- 502.9 keV (3.1e+02 %) + layer 13: 1.5199 MeV +- 2.19 MeV (1.4e+02 %) 157.8 keV +- 828.9 keV (5.3e+02 %) + layer 14: 1.5448 MeV +- 2.593 MeV (1.7e+02 %) 158.88 keV +- 509 keV (3.2e+02 %) + layer 15: 1.5587 MeV +- 2.632 MeV (1.7e+02 %) 162.9 keV +- 1.032 MeV (6.3e+02 %) + layer 16: 1.4985 MeV +- 2.019 MeV (1.3e+02 %) 144.08 keV +- 286 keV (2e+02 %) + layer 17: 1.5221 MeV +- 2.21 MeV (1.5e+02 %) 156.61 keV +- 631.8 keV (4e+02 %) + layer 18: 1.5181 MeV +- 2.301 MeV (1.5e+02 %) 150.23 keV +- 330.2 keV (2.2e+02 %) + layer 19: 1.4889 MeV +- 2.015 MeV (1.4e+02 %) 151.8 keV +- 428.6 keV (2.8e+02 %) + layer 20: 1.534 MeV +- 2.157 MeV (1.4e+02 %) 157.92 keV +- 420.3 keV (2.7e+02 %) + layer 21: 1.5643 MeV +- 2.566 MeV (1.6e+02 %) 167.41 keV +- 1.122 MeV (6.7e+02 %) + layer 22: 1.5119 MeV +- 2.048 MeV (1.4e+02 %) 160.78 keV +- 944.9 keV (5.9e+02 %) + layer 23: 1.5166 MeV +- 2.039 MeV (1.3e+02 %) 151.43 keV +- 412.4 keV (2.7e+02 %) + layer 24: 1.5151 MeV +- 1.953 MeV (1.3e+02 %) 153.58 keV +- 622.2 keV (4.1e+02 %) + layer 25: 1.5095 MeV +- 2.175 MeV (1.4e+02 %) 154.65 keV +- 531.5 keV (3.4e+02 %) + layer 26: 1.495 MeV +- 2.05 MeV (1.4e+02 %) 160.13 keV +- 696.3 keV (4.3e+02 %) + layer 27: 1.5732 MeV +- 2.744 MeV (1.7e+02 %) 171.47 keV +- 1.177 MeV (6.9e+02 %) + layer 28: 1.533 MeV +- 2.285 MeV (1.5e+02 %) 157.02 keV +- 564.9 keV (3.6e+02 %) + layer 29: 1.5386 MeV +- 2.278 MeV (1.5e+02 %) 157.14 keV +- 635.3 keV (4e+02 %) + layer 30: 1.5372 MeV +- 2.518 MeV (1.6e+02 %) 157.16 keV +- 436.1 keV (2.8e+02 %) + layer 31: 1.5471 MeV +- 2.493 MeV (1.6e+02 %) 164.82 keV +- 1.045 MeV (6.3e+02 %) + layer 32: 1.4968 MeV +- 1.763 MeV (1.2e+02 %) 171.11 keV +- 961.5 keV (5.6e+02 %) + layer 33: 1.5266 MeV +- 2.165 MeV (1.4e+02 %) 161.95 keV +- 745.2 keV (4.6e+02 %) + layer 34: 1.5132 MeV +- 2.107 MeV (1.4e+02 %) 166.25 keV +- 1.024 MeV (6.2e+02 %) + layer 35: 1.4895 MeV +- 1.756 MeV (1.2e+02 %) 167.36 keV +- 1.068 MeV (6.4e+02 %) + layer 36: 1.5094 MeV +- 1.903 MeV (1.3e+02 %) 158.72 keV +- 561.1 keV (3.5e+02 %) + layer 37: 1.562 MeV +- 2.524 MeV (1.6e+02 %) 165.23 keV +- 919.4 keV (5.6e+02 %) + layer 38: 1.5108 MeV +- 2.138 MeV (1.4e+02 %) 153.62 keV +- 625.6 keV (4.1e+02 %) + layer 39: 1.5184 MeV +- 2.147 MeV (1.4e+02 %) 161.04 keV +- 910.1 keV (5.7e+02 %) + layer 40: 1.5718 MeV +- 2.785 MeV (1.8e+02 %) 168.4 keV +- 973 keV (5.8e+02 %) + layer 41: 1.5246 MeV +- 2.343 MeV (1.5e+02 %) 153.97 keV +- 407.8 keV (2.6e+02 %) + layer 42: 1.5272 MeV +- 2.188 MeV (1.4e+02 %) 164.79 keV +- 951.7 keV (5.8e+02 %) + layer 43: 1.5407 MeV +- 2.618 MeV (1.7e+02 %) 160.51 keV +- 625.1 keV (3.9e+02 %) + layer 44: 1.5215 MeV +- 2.236 MeV (1.5e+02 %) 158.39 keV +- 666.4 keV (4.2e+02 %) + layer 45: 1.5432 MeV +- 2.264 MeV (1.5e+02 %) 157.11 keV +- 576.3 keV (3.7e+02 %) + layer 46: 1.5033 MeV +- 2.067 MeV (1.4e+02 %) 150.38 keV +- 312.9 keV (2.1e+02 %) + layer 47: 1.4749 MeV +- 1.737 MeV (1.2e+02 %) 157.35 keV +- 516.6 keV (3.3e+02 %) + layer 48: 1.5441 MeV +- 2.467 MeV (1.6e+02 %) 174.41 keV +- 902.7 keV (5.2e+02 %) + layer 49: 1.5401 MeV +- 2.339 MeV (1.5e+02 %) 153.42 keV +- 516.7 keV (3.4e+02 %) + layer 50: 1.5045 MeV +- 2.154 MeV (1.4e+02 %) 149.99 keV +- 340.4 keV (2.3e+02 %) + layer 51: 1.5345 MeV +- 2.187 MeV (1.4e+02 %) 162.47 keV +- 873 keV (5.4e+02 %) + layer 52: 1.5163 MeV +- 2.036 MeV (1.3e+02 %) 165.41 keV +- 834.4 keV (5e+02 %) + layer 53: 1.5159 MeV +- 2.107 MeV (1.4e+02 %) 157.26 keV +- 630.8 keV (4e+02 %) + layer 54: 1.5311 MeV +- 2.162 MeV (1.4e+02 %) 155.52 keV +- 573.3 keV (3.7e+02 %) + layer 55: 1.5228 MeV +- 2.16 MeV (1.4e+02 %) 156.19 keV +- 581.6 keV (3.7e+02 %) + layer 56: 1.532 MeV +- 2.192 MeV (1.4e+02 %) 157.56 keV +- 505.1 keV (3.2e+02 %) + layer 57: 1.5365 MeV +- 2.254 MeV (1.5e+02 %) 164.29 keV +- 788.4 keV (4.8e+02 %) + layer 58: 1.5162 MeV +- 2.189 MeV (1.4e+02 %) 163.68 keV +- 686.6 keV (4.2e+02 %) + layer 59: 1.5219 MeV +- 2.056 MeV (1.4e+02 %) 163.47 keV +- 862.5 keV (5.3e+02 %) + layer 60: 1.467 MeV +- 1.708 MeV (1.2e+02 %) 158.27 keV +- 734 keV (4.6e+02 %) + layer 61: 1.5124 MeV +- 2.083 MeV (1.4e+02 %) 163.26 keV +- 635.7 keV (3.9e+02 %) + layer 62: 1.5096 MeV +- 2.12 MeV (1.4e+02 %) 163.55 keV +- 833.3 keV (5.1e+02 %) + layer 63: 1.4956 MeV +- 1.745 MeV (1.2e+02 %) 155.59 keV +- 458 keV (2.9e+02 %) + layer 64: 1.4978 MeV +- 1.96 MeV (1.3e+02 %) 155.54 keV +- 680.7 keV (4.4e+02 %) + layer 65: 1.4971 MeV +- 1.758 MeV (1.2e+02 %) 154.93 keV +- 468.1 keV (3e+02 %) + layer 66: 1.5236 MeV +- 1.989 MeV (1.3e+02 %) 161.81 keV +- 772.2 keV (4.8e+02 %) + layer 67: 1.5035 MeV +- 2.026 MeV (1.3e+02 %) 161.19 keV +- 960.7 keV (6e+02 %) + layer 68: 1.5429 MeV +- 2.453 MeV (1.6e+02 %) 160.36 keV +- 532.5 keV (3.3e+02 %) + layer 69: 1.5305 MeV +- 2.105 MeV (1.4e+02 %) 154.75 keV +- 672.1 keV (4.3e+02 %) + layer 70: 1.4951 MeV +- 1.865 MeV (1.2e+02 %) 150.4 keV +- 484.5 keV (3.2e+02 %) + layer 71: 1.5377 MeV +- 2.392 MeV (1.6e+02 %) 160.08 keV +- 616.9 keV (3.9e+02 %) + layer 72: 1.5049 MeV +- 2.101 MeV (1.4e+02 %) 148.15 keV +- 430.5 keV (2.9e+02 %) + layer 73: 1.5231 MeV +- 2.14 MeV (1.4e+02 %) 149.51 keV +- 416.4 keV (2.8e+02 %) + layer 74: 1.5324 MeV +- 2.313 MeV (1.5e+02 %) 152.98 keV +- 426.6 keV (2.8e+02 %) + layer 75: 1.5608 MeV +- 2.33 MeV (1.5e+02 %) 163.99 keV +- 797 keV (4.9e+02 %) + layer 76: 1.5359 MeV +- 2.343 MeV (1.5e+02 %) 162.78 keV +- 535.5 keV (3.3e+02 %) + layer 77: 1.4973 MeV +- 2.025 MeV (1.4e+02 %) 158.43 keV +- 807.4 keV (5.1e+02 %) + layer 78: 1.4759 MeV +- 1.572 MeV (1.1e+02 %) 146.14 keV +- 254.3 keV (1.7e+02 %) + layer 79: 1.5384 MeV +- 2.385 MeV (1.6e+02 %) 162.86 keV +- 771.1 keV (4.7e+02 %) + layer 80: 1.5079 MeV +- 2.163 MeV (1.4e+02 %) 153.33 keV +- 566.6 keV (3.7e+02 %) + layer 81: 1.5174 MeV +- 2.076 MeV (1.4e+02 %) 151.6 keV +- 478.9 keV (3.2e+02 %) + layer 82: 1.48 MeV +- 1.611 MeV (1.1e+02 %) 152.35 keV +- 322.6 keV (2.1e+02 %) + layer 83: 1.5351 MeV +- 2.243 MeV (1.5e+02 %) 153.91 keV +- 700.2 keV (4.5e+02 %) + layer 84: 1.5436 MeV +- 2.35 MeV (1.5e+02 %) 150.05 keV +- 516.2 keV (3.4e+02 %) + layer 85: 1.4804 MeV +- 1.733 MeV (1.2e+02 %) 156.73 keV +- 577.2 keV (3.7e+02 %) + layer 86: 1.5107 MeV +- 2.002 MeV (1.3e+02 %) 153.42 keV +- 521.3 keV (3.4e+02 %) + layer 87: 1.5117 MeV +- 2.039 MeV (1.3e+02 %) 155.55 keV +- 438.4 keV (2.8e+02 %) + layer 88: 1.5299 MeV +- 2.245 MeV (1.5e+02 %) 174.7 keV +- 1.018 MeV (5.8e+02 %) + layer 89: 1.5103 MeV +- 1.881 MeV (1.2e+02 %) 162.68 keV +- 759.7 keV (4.7e+02 %) + layer 90: 1.5124 MeV +- 2.075 MeV (1.4e+02 %) 152.15 keV +- 547 keV (3.6e+02 %) - total calor : 149.26 MeV +- 21.54 MeV ( 14 %) 14.19 MeV +- 6.392 MeV ( 45 %) + total calor : 149.6 MeV +- 21.42 MeV ( 14 %) 14.307 MeV +- 6.755 MeV ( 47 %) ------------------------------------------------------------ - Leakage : 850.74 MeV +- 21.54 MeV - Eleak/Ebeam =85.1 % ( forward =85.1 % backward = 0 % lateral = 0 %) + Leakage : 850.4 MeV +- 21.42 MeV + Eleak/Ebeam = 85 % ( forward = 85 % backward = 0 % lateral = 0 %) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 250019943, 211278469 + Current couple of seeds = 1013644840, 1220674325 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/advanced/amsEcal/src/SteppingAction.cc b/examples/advanced/amsEcal/src/SteppingAction.cc index 8316b5c97f..24ab8f941b 100644 --- a/examples/advanced/amsEcal/src/SteppingAction.cc +++ b/examples/advanced/amsEcal/src/SteppingAction.cc @@ -96,7 +96,7 @@ G4double SteppingAction::BirksAttenuation(const G4Step* aStep) //Example of Birk attenuation law in organic scintillators. //adapted from Geant3 PHYS337. See MIN 80 (1970) 239-244 // - G4Material* material = aStep->GetTrack()->GetMaterial(); + const G4Material* material = aStep->GetTrack()->GetMaterial(); G4double birk1 = material->GetIonisation()->GetBirksConstant(); G4double destep = aStep->GetTotalEnergyDeposit(); G4double stepl = aStep->GetStepLength(); diff --git a/examples/advanced/brachytherapy/Brachy.cc b/examples/advanced/brachytherapy/Brachy.cc index 446f3e984e..aa963cc541 100644 --- a/examples/advanced/brachytherapy/Brachy.cc +++ b/examples/advanced/brachytherapy/Brachy.cc @@ -84,12 +84,12 @@ int main(int argc ,char ** argv) pRunManager -> SetUserInitialization(new BrachyPhysicsList); // Initialize the detector component - BrachyDetectorConstruction *pDetectorConstruction = new BrachyDetectorConstruction(); + auto pDetectorConstruction = new BrachyDetectorConstruction(); pRunManager -> SetUserInitialization(pDetectorConstruction); // User action initialization - BrachyActionInitialization* actions = new BrachyActionInitialization(); + auto actions = new BrachyActionInitialization(); pRunManager->SetUserInitialization(actions); //Initialize G4 kernel @@ -103,7 +103,7 @@ int main(int argc ,char ** argv) G4UImanager* UImanager = G4UImanager::GetUIpointer(); if (argc == 1) // Define UI session for interactive mode. { - G4UIExecutive* ui = new G4UIExecutive(argc, argv); + auto ui = new G4UIExecutive(argc, argv); G4cout << " UI session starts ..." << G4endl; UImanager -> ApplyCommand("/control/execute VisualisationMacro.mac"); ui -> SessionStart(); diff --git a/examples/advanced/brachytherapy/History b/examples/advanced/brachytherapy/History index b32fa23c01..d76aba0ecc 100644 --- a/examples/advanced/brachytherapy/History +++ b/examples/advanced/brachytherapy/History @@ -1,12 +1,18 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example brachytherapy History - ========================================================= - Geant4 - Brachytherapy example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- +## 2022-05-30 Susanna Guatelli (brachy-V11-00-01) +- Migration to c++11/14/17 features + +## 2021-12-10 Ben Morgan (brachy-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07.10.2021 - I. Hrivnacova; brachy-V10-07-04 Migration to new G4AnalysisManager.hh header; diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out index de4938b7cd..a9d0f11ab7 100644 --- a/examples/advanced/brachytherapy/brachytherapy.out +++ b/examples/advanced/brachytherapy/brachytherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -246,6 +250,7 @@ G4ScoringBox : boxMesh_4 --- Shape: Box mesh LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -263,7 +268,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -273,8 +278,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -354,10 +360,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -390,10 +396,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -427,10 +433,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -440,6 +446,7 @@ hBrems: for proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -463,12 +470,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -476,7 +483,8 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -486,7 +494,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -494,10 +502,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -511,10 +519,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -524,6 +532,7 @@ hBrems: for anti_proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for anti_proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -543,10 +552,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -556,6 +565,7 @@ hBrems: for kaon+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -575,10 +585,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -588,6 +598,7 @@ hBrems: for kaon- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -607,25 +618,25 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -640,25 +651,25 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -673,10 +684,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -686,6 +697,7 @@ hBrems: for pi+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -705,10 +717,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -718,6 +730,7 @@ hBrems: for pi- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -737,28 +750,28 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 50 um e- 50 um e+ 50 um proton 50 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 5 keV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 5 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 50 um e- 50 um e+ 50 um proton 50 um - Energy thresholds : gamma 1 keV e- 57.0166 keV e+ 56.3668 keV proton 5 keV + Energy thresholds : gamma 250 eV e- 57.1127 keV e+ 56.4729 keV proton 5 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Stainless steel 304 Range cuts : gamma 50 um e- 50 um e+ 50 um proton 50 um - Energy thresholds : gamma 4.35516 keV e- 154.603 keV e+ 151.164 keV proton 5 keV + Energy thresholds : gamma 4.35412 keV e- 154.671 keV e+ 151.2 keV proton 5 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Ir Range cuts : gamma 50 um e- 50 um e+ 50 um proton 50 um - Energy thresholds : gamma 26.6596 keV e- 242.241 keV e+ 234.176 keV proton 5 keV + Energy thresholds : gamma 26.6603 keV e- 242.289 keV e+ 234.254 keV proton 5 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -771,9 +784,10 @@ Using number of events = 5000 ... write file : primary.root - done ... close file : primary.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There is 1 h1 histogram + 0 with 0 entries: energy spectrum +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /score/dumpQuantityToFile boxMesh_4 eDep EnergyDeposition_Flexi.out ... create file : brachytherapy.root - done ... open analysis file : brachytherapy.root - done diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionFlexi.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionFlexi.hh index f646adb93c..92a32aed0d 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionFlexi.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionFlexi.hh @@ -52,7 +52,7 @@ class BrachyDetectorConstructionFlexi { public: explicit BrachyDetectorConstructionFlexi(); - ~BrachyDetectorConstructionFlexi(); + ~BrachyDetectorConstructionFlexi()=default; void ConstructFlexi(G4VPhysicalVolume*); // Model the Flexi iridium source diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionI.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionI.hh index a82183d186..74c6ab56b5 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionI.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionI.hh @@ -50,7 +50,7 @@ class BrachyDetectorConstructionI { public: explicit BrachyDetectorConstructionI(); - ~BrachyDetectorConstructionI(); + ~BrachyDetectorConstructionI() = default; void ConstructIodine(G4VPhysicalVolume*);// Construct iodine source void CleanIodine(); // Clean iodine source private: diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionLeipzig.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionLeipzig.hh index 862c94668e..809eafd7f7 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionLeipzig.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionLeipzig.hh @@ -52,7 +52,7 @@ class BrachyDetectorConstructionLeipzig { public: BrachyDetectorConstructionLeipzig(); - ~BrachyDetectorConstructionLeipzig(); + ~BrachyDetectorConstructionLeipzig()=default; void ConstructLeipzig(G4VPhysicalVolume*); void CleanLeipzigApplicator(); diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionOncura6711.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionOncura6711.hh index 8e41a65b97..a0ff45bf7a 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionOncura6711.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionOncura6711.hh @@ -53,7 +53,7 @@ class BrachyDetectorConstructionOncura6711 { public: explicit BrachyDetectorConstructionOncura6711(); - ~BrachyDetectorConstructionOncura6711(); + ~BrachyDetectorConstructionOncura6711()=default; void ConstructOncura6711(G4VPhysicalVolume*); // Model the Oncura 6711 reference source diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionTG186.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionTG186.hh index 07b85f500e..0249494816 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionTG186.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionTG186.hh @@ -52,7 +52,7 @@ class BrachyDetectorConstructionTG186 { public: explicit BrachyDetectorConstructionTG186(); - ~BrachyDetectorConstructionTG186(); + ~BrachyDetectorConstructionTG186()=default; void ConstructTG186(G4VPhysicalVolume*); // Model the TG186 reference source diff --git a/examples/advanced/brachytherapy/include/BrachyRunAction.hh b/examples/advanced/brachytherapy/include/BrachyRunAction.hh index a133c37ed0..111f41d1a0 100644 --- a/examples/advanced/brachytherapy/include/BrachyRunAction.hh +++ b/examples/advanced/brachytherapy/include/BrachyRunAction.hh @@ -39,8 +39,8 @@ class G4Run; class BrachyRunAction : public G4UserRunAction { public: - explicit BrachyRunAction(); - ~BrachyRunAction(); + explicit BrachyRunAction()=default; + ~BrachyRunAction() override =default; public: void BeginOfRunAction(const G4Run*) override; diff --git a/examples/advanced/brachytherapy/include/BrachySteppingAction.hh b/examples/advanced/brachytherapy/include/BrachySteppingAction.hh index d346519ab2..5d0059f746 100644 --- a/examples/advanced/brachytherapy/include/BrachySteppingAction.hh +++ b/examples/advanced/brachytherapy/include/BrachySteppingAction.hh @@ -35,8 +35,8 @@ class BrachySteppingAction: public G4UserSteppingAction { public: - explicit BrachySteppingAction(); - ~BrachySteppingAction(); + explicit BrachySteppingAction()=default; + ~BrachySteppingAction()override=default; void UserSteppingAction(const G4Step*) override; }; diff --git a/examples/advanced/brachytherapy/src/BrachyActionInitialization.cc b/examples/advanced/brachytherapy/src/BrachyActionInitialization.cc index 596c46e37d..1becfa18f3 100644 --- a/examples/advanced/brachytherapy/src/BrachyActionInitialization.cc +++ b/examples/advanced/brachytherapy/src/BrachyActionInitialization.cc @@ -45,12 +45,10 @@ void BrachyActionInitialization::BuildForMaster() const void BrachyActionInitialization::Build() const { -BrachyPrimaryGeneratorAction* primary = new BrachyPrimaryGeneratorAction(); -SetUserAction(primary); +SetUserAction(new BrachyPrimaryGeneratorAction()); SetUserAction(new BrachyRunAction()); -BrachySteppingAction* stepping = new BrachySteppingAction(); -SetUserAction(stepping); +SetUserAction(new BrachySteppingAction()); } diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstruction.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstruction.cc index 190597ba41..b0a0fb456a 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstruction.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstruction.cc @@ -179,17 +179,17 @@ void BrachyDetectorConstruction::ConstructPhantom() // World volume fWorld = new G4Box("World", fWorldSizeX, fWorldSizeY, fWorldSizeZ); - fWorldLog = new G4LogicalVolume(fWorld,air,"WorldLog",0,0,0); - fWorldPhys = new G4PVPlacement(0,G4ThreeVector(),"WorldPhys",fWorldLog,0,false,0); + fWorldLog = new G4LogicalVolume(fWorld,air,"WorldLog",nullptr,nullptr,nullptr); + fWorldPhys = new G4PVPlacement(nullptr,G4ThreeVector(),"WorldPhys",fWorldLog,nullptr,false,0); // Water Box fPhantom = new G4Box("Phantom", fPhantomSizeX, fPhantomSizeY, fPhantomSizeZ); // Logical volume - fPhantomLog = new G4LogicalVolume(fPhantom,water,"PhantomLog",0,0,0); + fPhantomLog = new G4LogicalVolume(fPhantom,water,"PhantomLog",nullptr,nullptr,nullptr); // Physical volume - fPhantomPhys = new G4PVPlacement(0,G4ThreeVector(), // Position: rotation and translation + fPhantomPhys = new G4PVPlacement(nullptr,G4ThreeVector(), // Position: rotation and translation "PhantomPhys", // Name fPhantomLog, // Associated logical volume fWorldPhys, // Mother volume @@ -198,7 +198,7 @@ void BrachyDetectorConstruction::ConstructPhantom() fWorldLog -> SetVisAttributes (G4VisAttributes::GetInvisible()); // Visualization attributes of the phantom - G4VisAttributes* simpleBoxVisAtt = new G4VisAttributes(lblue); + auto simpleBoxVisAtt = new G4VisAttributes(lblue); simpleBoxVisAtt -> SetVisibility(true); simpleBoxVisAtt -> SetForceWireframe(true); fPhantomLog -> SetVisAttributes(simpleBoxVisAtt); diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionFlexi.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionFlexi.cc index a319638ae0..ba0d04faff 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionFlexi.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionFlexi.cc @@ -64,9 +64,6 @@ BrachyDetectorConstructionFlexi::BrachyDetectorConstructionFlexi() fSteelAttributes(nullptr), fEndAttributes(nullptr), fSimpleIridiumVisAtt(nullptr) {} -BrachyDetectorConstructionFlexi::~BrachyDetectorConstructionFlexi() -{} - void BrachyDetectorConstructionFlexi::ConstructFlexi(G4VPhysicalVolume* mother) { G4NistManager* nist = G4NistManager::Instance(); @@ -84,7 +81,7 @@ void BrachyDetectorConstructionFlexi::ConstructFlexi(G4VPhysicalVolume* mother) G4Element* elNi = nist -> FindOrBuildElement(Z=28); constexpr G4double d = 7.999*g/cm3; - G4Material* steelMat = new G4Material("Stainless steel 304",d,6); + auto steelMat = new G4Material("Stainless steel 304",d,6); steelMat -> AddElement(elMn, 0.02); steelMat -> AddElement(elSi, 0.01); steelMat -> AddElement(elCr, 0.19); @@ -98,7 +95,7 @@ void BrachyDetectorConstructionFlexi::ConstructFlexi(G4VPhysicalVolume* mother) G4double shellr_max = 0.85 * mm; G4double shell_length = 3.6 * mm; fSteelShell = new G4Tubs("steel_shell",shellr_min, shellr_max/2, shell_length/2.,0.*deg,360.*deg); - fLogicalSteelShell = new G4LogicalVolume(fSteelShell, steelMat, "steel_shell_log", 0, 0, 0); + fLogicalSteelShell = new G4LogicalVolume(fSteelShell, steelMat, "steel_shell_log", nullptr, nullptr, nullptr); fPhysicalSteelShell = new G4PVPlacement(nullptr,G4ThreeVector(0,0,0),"phys_steel_shell", fLogicalSteelShell, mother, false, 0, true); //Define dimensions of the air gap between Steel shell and Iridium core @@ -106,7 +103,7 @@ void BrachyDetectorConstructionFlexi::ConstructFlexi(G4VPhysicalVolume* mother) G4double airr_max = 0.67 * mm; G4double air_length = 3.6 * mm; fAirGap = new G4Tubs("air_gap", airr_min, airr_max/2, air_length/2, 0.*deg, 360.*deg); - fLogicalAirGap = new G4LogicalVolume(fAirGap, airMat, "air_gap_log", 0, 0, 0); + fLogicalAirGap = new G4LogicalVolume(fAirGap, airMat, "air_gap_log", nullptr, nullptr, nullptr); fPhysicalAirGap = new G4PVPlacement(nullptr, G4ThreeVector(0,0,0), "phys_air_gap", fLogicalAirGap, fPhysicalSteelShell, false, 0, true); //Define the non-cable weld end of the Steel shell @@ -114,7 +111,7 @@ void BrachyDetectorConstructionFlexi::ConstructFlexi(G4VPhysicalVolume* mother) G4double end1r_max = 0.85 * mm; G4double end1length = 0.65 * mm; fEnd1SteelShell = new G4Tubs("End_1_steel_shell", end1r_min, end1r_max/2, end1length/2.,0.*deg,360.*deg); - fLogicalEnd1SteelShell = new G4LogicalVolume(fEnd1SteelShell, steelMat, "End1_steel_shell_log", 0, 0, 0); + fLogicalEnd1SteelShell = new G4LogicalVolume(fEnd1SteelShell, steelMat, "End1_steel_shell_log", nullptr, nullptr, nullptr); G4double end1offset_x = 0.0 * mm; G4double end1offset_y = 0.0 * mm; G4double end1offset_z = 2.125 * mm; @@ -127,7 +124,7 @@ void BrachyDetectorConstructionFlexi::ConstructFlexi(G4VPhysicalVolume* mother) G4double end2r_max2 = 0.5 * mm; G4double end2length = 0.4 * mm; fEnd2SteelShell = new G4Cons("End_2_steel_shell", end2r_min2, end2r_max2/2, end2r_min1, end2r_max1/2, end2length/2.0, 0.0, 360.0*deg); - fLogicalEnd2SteelShell = new G4LogicalVolume(fEnd2SteelShell, steelMat, "End2_steel_shell_log", 0, 0, 0); + fLogicalEnd2SteelShell = new G4LogicalVolume(fEnd2SteelShell, steelMat, "End2_steel_shell_log", nullptr, nullptr, nullptr); G4double end2offset_x = 0.0 * mm; G4double end2offset_y = 0.0 * mm; G4double end2offset_z = -2.0 * mm; @@ -138,7 +135,7 @@ void BrachyDetectorConstructionFlexi::ConstructFlexi(G4VPhysicalVolume* mother) G4double cable_max = 0.5 * mm; G4double cablelength = 5.0 * mm; fCable = new G4Tubs("cable",cable_min, cable_max/2, cablelength/2.,0.*deg,360.*deg); - fLogicalCable = new G4LogicalVolume(fCable, steelMat, "cable_log", 0, 0, 0); + fLogicalCable = new G4LogicalVolume(fCable, steelMat, "cable_log", nullptr, nullptr, nullptr); G4double cableoffset_x = 0.0 * mm; G4double cableoffset_y = 0.0 * mm; G4double cableoffset_z = -4.7 * mm; @@ -149,7 +146,7 @@ void BrachyDetectorConstructionFlexi::ConstructFlexi(G4VPhysicalVolume* mother) G4double corer_max = 0.6 * mm; G4double core_length = 3.5 * mm; fIridiumCore = new G4Tubs("iridium_core",corer_min, corer_max/2,core_length/2.,0.*deg,360.*deg); - fLogicalIridiumCore = new G4LogicalVolume(fIridiumCore, iridiumMat, "iridium_core_log", 0, 0, 0); + fLogicalIridiumCore = new G4LogicalVolume(fIridiumCore, iridiumMat, "iridium_core_log", nullptr, nullptr, nullptr); fPhysicalIridiumCore = new G4PVPlacement(nullptr,G4ThreeVector(0,0,0), "phys_iridium_core", fLogicalIridiumCore, fPhysicalAirGap, false, 0, true); // Visualisations diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionI.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionI.cc index 026bf769d3..0cd60cb031 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionI.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionI.cc @@ -63,9 +63,6 @@ fCapsulePhys(nullptr),fCapsuleTipPhys1(nullptr),fCapsuleTipPhys2(nullptr), fIodi fSimpleIodineVisAtt(nullptr), fSimpleCapsuleVisAtt(nullptr), fSimpleCapsuleTipVisAtt(nullptr) {} -BrachyDetectorConstructionI::~BrachyDetectorConstructionI() -{} - void BrachyDetectorConstructionI::ConstructIodine(G4VPhysicalVolume* mother) { // Model of the Bebig Isoseed I-125 brachy source @@ -116,7 +113,7 @@ void BrachyDetectorConstructionI::ConstructIodine(G4VPhysicalVolume* mother) false, 0, true); - G4RotationMatrix* rotateMatrix = new G4RotationMatrix(); + auto rotateMatrix = new G4RotationMatrix(); rotateMatrix -> rotateX(180.0*deg); fCapsuleTipPhys2 = new G4PVPlacement(rotateMatrix, G4ThreeVector(0,0,-1.84*mm), diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionLeipzig.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionLeipzig.cc index c8b6c2519f..4f8a4f062f 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionLeipzig.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionLeipzig.cc @@ -62,9 +62,6 @@ fApplicator2Log(nullptr), fCapsulePhys(nullptr), fCapsuleTipPhys(nullptr), fIrid fApplicator1Phys(nullptr), fApplicator2Phys(nullptr) {} -BrachyDetectorConstructionLeipzig::~BrachyDetectorConstructionLeipzig() -{} - void BrachyDetectorConstructionLeipzig::ConstructLeipzig(G4VPhysicalVolume* mother) { G4Colour red (1.0, 0.0, 0.0) ; @@ -82,7 +79,7 @@ void BrachyDetectorConstructionLeipzig::ConstructLeipzig(G4VPhysicalVolume* mot G4Element* elCr = nist -> FindOrBuildElement(Z=24); G4Element* elFe = nist -> FindOrBuildElement(Z=26); G4Element* elNi = nist -> FindOrBuildElement(Z=28); - G4Material* steel = new G4Material("Stainless steel",d,5); + auto steel = new G4Material("Stainless steel",d,5); steel -> AddElement(elMn, 0.02); steel -> AddElement(elSi, 0.01); steel -> AddElement(elCr, 0.19); diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionOncura6711.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionOncura6711.cc index 7b7c026e33..240b13fd3d 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionOncura6711.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionOncura6711.cc @@ -72,9 +72,6 @@ BrachyDetectorConstructionOncura6711::BrachyDetectorConstructionOncura6711() fOncuraSilverCoreVisAtt(nullptr) {} -BrachyDetectorConstructionOncura6711::~BrachyDetectorConstructionOncura6711() -{} - void BrachyDetectorConstructionOncura6711::ConstructOncura6711(G4VPhysicalVolume* mother) { G4Colour red (1.0, 0.0, 0.0) ; @@ -87,21 +84,21 @@ G4Material* silver = nist -> FindOrBuildMaterial("G4_Ag"); //Capsule shell fOncuraCapsule = new G4Tubs("OncuraCapsule",0,0.4*mm,1.875*mm,0.*deg,360.*deg); -fOncuraCapsuleLog = new G4LogicalVolume(fOncuraCapsule,titanium,"OncuraCapsuleLog", 0,0,0); +fOncuraCapsuleLog = new G4LogicalVolume(fOncuraCapsule,titanium,"OncuraCapsuleLog", nullptr,nullptr,nullptr); fOncuraCapsulePhys = new G4PVPlacement(nullptr, G4ThreeVector(0,0,0), "OncuraCapsulePhys", fOncuraCapsuleLog, mother, false, 0, true); //Capsule tips fOncuraCapsuleTip1 = new G4Sphere("OncuraCapsuleTip1", 0, 0.4*mm, 0., 360*deg, 0., 90*deg); -fOncuraCapsuleTip1Log = new G4LogicalVolume(fOncuraCapsuleTip1, titanium, "OncuraCapsuleTip1Log",0,0,0); +fOncuraCapsuleTip1Log = new G4LogicalVolume(fOncuraCapsuleTip1, titanium, "OncuraCapsuleTip1Log",nullptr,nullptr,nullptr); fOncuraCapsuleTip1Phys = new G4PVPlacement(nullptr, G4ThreeVector(0,0,1.875*mm), "OncuraCapsuleTip1Phys", fOncuraCapsuleTip1Log, mother, false, 0, true); fOncuraCapsuleTip2 = new G4Sphere("OncuraCapsuleTip2", 0, 0.4*mm, 0., 360*deg, 90*deg, 90*deg); -fOncuraCapsuleTip2Log = new G4LogicalVolume(fOncuraCapsuleTip2, titanium, "OncuraCapsuleTip2Log",0,0,0); +fOncuraCapsuleTip2Log = new G4LogicalVolume(fOncuraCapsuleTip2, titanium, "OncuraCapsuleTip2Log", nullptr,nullptr,nullptr); fOncuraCapsuleTip2Phys = new G4PVPlacement(nullptr, G4ThreeVector(0,0,-1.875*mm), "OncuraCapsuleTip2Phys", fOncuraCapsuleTip2Log, mother, false, diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionTG186.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionTG186.cc index 91b3740c7f..9b5e486967 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionTG186.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionTG186.cc @@ -68,16 +68,13 @@ BrachyDetectorConstructionTG186::BrachyDetectorConstructionTG186(): fTG186simpleCableVisAtt(nullptr) {} -BrachyDetectorConstructionTG186::~BrachyDetectorConstructionTG186() -{} - void BrachyDetectorConstructionTG186::ConstructTG186(G4VPhysicalVolume* mother) { G4Colour red (1.0, 0.0, 0.0) ; G4Colour magenta (1.0, 0.0, 1.0) ; G4NistManager* nist = G4NistManager::Instance(); - G4Material* iridium = nist -> FindOrBuildMaterial("G4_Ir"); + auto iridium = nist -> FindOrBuildMaterial("G4_Ir"); // Stainless steel (Medical Physics, Vol 25, No 10, Oct 1998) constexpr G4double d = 8.02*g/cm3; @@ -87,7 +84,7 @@ void BrachyDetectorConstructionTG186::ConstructTG186(G4VPhysicalVolume* mother) G4Element* elCr = nist -> FindOrBuildElement(Z=24); G4Element* elFe = nist -> FindOrBuildElement(Z=26); G4Element* elNi = nist -> FindOrBuildElement(Z=28); - G4Material* capsuleMat = new G4Material("Stainless steel",d,5); + auto capsuleMat = new G4Material("Stainless steel",d,5); capsuleMat -> AddElement(elMn, 0.02); capsuleMat -> AddElement(elSi, 0.01); capsuleMat -> AddElement(elCr, 0.19); diff --git a/examples/advanced/brachytherapy/src/BrachyRunAction.cc b/examples/advanced/brachytherapy/src/BrachyRunAction.cc index 0f47825a70..8d57e29da6 100644 --- a/examples/advanced/brachytherapy/src/BrachyRunAction.cc +++ b/examples/advanced/brachytherapy/src/BrachyRunAction.cc @@ -49,12 +49,6 @@ #include "G4SystemOfUnits.hh" #include "globals.hh" -BrachyRunAction::BrachyRunAction() -{} - -BrachyRunAction::~BrachyRunAction() -{} - void BrachyRunAction::BeginOfRunAction(const G4Run* aRun) { G4cout << "### Run " << aRun -> GetRunID() << " start." << G4endl; diff --git a/examples/advanced/brachytherapy/src/BrachySteppingAction.cc b/examples/advanced/brachytherapy/src/BrachySteppingAction.cc index 7b6afc9894..c6f8c9d46f 100644 --- a/examples/advanced/brachytherapy/src/BrachySteppingAction.cc +++ b/examples/advanced/brachytherapy/src/BrachySteppingAction.cc @@ -39,11 +39,6 @@ #include "G4Gamma.hh" #include "G4SystemOfUnits.hh" -BrachySteppingAction::BrachySteppingAction() -{} - -BrachySteppingAction::~BrachySteppingAction() -{} void BrachySteppingAction::UserSteppingAction(const G4Step* aStep) { diff --git a/examples/advanced/brachytherapy/src/BrachyUserScoreWriter.cc b/examples/advanced/brachytherapy/src/BrachyUserScoreWriter.cc index 682090be84..7c21654fc8 100644 --- a/examples/advanced/brachytherapy/src/BrachyUserScoreWriter.cc +++ b/examples/advanced/brachytherapy/src/BrachyUserScoreWriter.cc @@ -86,8 +86,8 @@ if(!ofile) // retrieve the map MeshScoreMap fSMap = fScoringMesh -> GetScoreMap(); - -MeshScoreMap::const_iterator msMapItr = fSMap.find(psName); + +auto msMapItr = fSMap.find(psName); if(msMapItr == fSMap.end()) { @@ -96,7 +96,7 @@ if(msMapItr == fSMap.end()) return; } -std::map * score = msMapItr -> second-> GetMap(); +auto score = msMapItr-> second-> GetMap(); ofile << "# primitive scorer name: " << msMapItr -> first << G4endl; // @@ -139,7 +139,7 @@ for(int x = 0; x < fNMeshSegments[0]; x++) { G4double zz = ( - numberOfVoxel_z + 1+ 2*z )* voxelWidth/2; G4int idx = GetIndex(x, y, z); std::map::iterator value = score -> find(idx); - + if (value != score -> end()) { // Print in the ASCII output file the information diff --git a/examples/advanced/composite_calorimeter/History b/examples/advanced/composite_calorimeter/History index 0f98545ef0..7a9395bfcd 100644 --- a/examples/advanced/composite_calorimeter/History +++ b/examples/advanced/composite_calorimeter/History @@ -1,17 +1,22 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example composite_calorimeter History - ========================================================= - Geant4 - Composite calorimeter example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - Example History file - --------------------- +------------------------------------------------------------------------------- -24.02.2022 - G. Cosmo (ccal-V10-07-07) +## 2022-02-14 Gabriele Cosmo (ccal-V11-00-01) - Fixed compilation warnings on Intel-icx compiler for unused variables. -25.10.2021 - B. Morgan (ccal-V10-07-06) +## 2021-12-10 Ben Morgan (ccal-V11-00-00) +- Change to new Markdown History format. + +--- + +# History entries prior to 11.0 + +25.10.2021 - B.Morgan (ccal-V10-07-06) - Use G4StrUtil functions replacing deprecated G4String member functions 18.10.2021 - B. Morgan (ccal-V10-07-05) diff --git a/examples/advanced/composite_calorimeter/composite_calorimeter.out b/examples/advanced/composite_calorimeter/composite_calorimeter.out index 1d6c6bb5cb..3458c8ea94 100644 --- a/examples/advanced/composite_calorimeter/composite_calorimeter.out +++ b/examples/advanced/composite_calorimeter/composite_calorimeter.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -105,7 +105,8 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -122,7 +123,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -132,8 +133,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -196,10 +198,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -224,10 +226,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -254,10 +256,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -286,10 +288,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -300,10 +302,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -313,10 +315,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -345,10 +347,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -377,10 +379,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -409,14 +411,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -427,7 +428,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -442,14 +443,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -460,7 +460,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -475,10 +475,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -507,10 +507,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -544,15 +544,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -562,10 +565,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -573,10 +578,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -585,6 +592,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -592,11 +600,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -604,11 +614,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -617,10 +629,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -631,10 +645,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -645,10 +661,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -658,10 +676,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -672,10 +692,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -686,10 +708,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -700,10 +724,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -713,11 +739,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -725,6 +753,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -732,6 +761,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -741,6 +771,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -748,11 +779,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -760,11 +793,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -774,11 +809,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -786,6 +823,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -793,6 +831,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -802,11 +841,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -814,11 +855,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -828,11 +871,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -840,11 +885,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -854,11 +901,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= @@ -866,18 +915,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -903,42 +952,42 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Aluminium Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.84837 keV e- 461.336 keV e+ 445.232 keV proton 70 keV + Energy thresholds : gamma 5.84824 keV e- 461.329 keV e+ 445.233 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Polystyrene Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09794 keV e- 281.784 keV e+ 274.958 keV proton 70 keV + Energy thresholds : gamma 2.09748 keV e- 281.786 keV e+ 274.951 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Scintillator Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09794 keV e- 281.784 keV e+ 274.958 keV proton 70 keV + Energy thresholds : gamma 2.09748 keV e- 281.786 keV e+ 274.951 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Copper Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 20.5442 keV e- 1.03402 MeV e+ 979.817 keV proton 70 keV + Energy thresholds : gamma 20.5458 keV e- 1.03402 MeV e+ 979.819 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : E_PbWO4 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 75.7807 keV e- 842.499 keV e+ 797.838 keV proton 70 keV + Energy thresholds : gamma 75.7771 keV e- 842.498 keV e+ 797.834 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1029,7 +1078,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20 - User=19.120000s Real=19.370654s Sys=0.010000s + User=15.890000s Real=16.088186s Sys=0.010000s ### Run 0 end. ... write file : ccal.root - done ... close file : ccal.root - done @@ -1047,11 +1096,12 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 49 +Total navigation history collections cleaned: 52 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0692 MB +Pool ID '20G4NavigationLevelRep', size : 0.0779 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.0461 MB Pool ID '16G4SmartVoxelNode', size : 0.00769 MB Pool ID '17G4SmartVoxelProxy', size : 0.00385 MB Pool ID '7G4Event', size : 0.000961 MB @@ -1059,14 +1109,13 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.211 MB -Pool ID '7G4Track', size : 0.421 MB -Pool ID '18G4TouchableHistory', size : 0.00577 MB +Pool ID '7G4Track', size : 0.0913 MB +Pool ID '18G4TouchableHistory', size : 0.00673 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '17G4ReactionProduct', size : 0.0106 MB -Pool ID '10G4Fragment', size : 0.00481 MB +Pool ID '17G4ReactionProduct', size : 0.0144 MB +Pool ID '10G4Fragment', size : 0.00673 MB Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.74 MB +Dynamic pools deleted: 15 / Total memory freed: 0.26 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/doiPET/History b/examples/advanced/doiPET/History index f817462deb..949f7a15d9 100644 --- a/examples/advanced/doiPET/History +++ b/examples/advanced/doiPET/History @@ -1,10 +1,16 @@ +# Example doiPET History - ========================================================= - Geant4 - doiPET example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- + +## 2021-12-10 Ben Morgan (doiPET-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 14.11.2021 - G. Cosmo;doiPET-V10-07-03 - Fixed compilation warnings for unused private variables in diff --git a/examples/advanced/doiPET/doiPET.out b/examples/advanced/doiPET/doiPET.out index ae761b3c8a..cd9ab8b50e 100644 --- a/examples/advanced/doiPET/doiPET.out +++ b/examples/advanced/doiPET/doiPET.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -240,7 +240,8 @@ Checking overlaps for volume blockDetector_physicalV:159 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -257,7 +258,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -267,8 +268,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -322,7 +324,8 @@ Type of PIXE cross section for e+- Livermore LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -339,7 +342,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -349,8 +352,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -427,10 +431,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -454,10 +458,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -485,10 +489,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -512,7 +516,8 @@ nuclearStopping: for proton SubType=8 BuildTable=0 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -522,7 +527,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for GenericIon SubType= 10 @@ -530,12 +535,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -546,10 +551,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -563,10 +568,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -589,10 +594,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -615,10 +620,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -641,14 +646,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -659,7 +663,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -668,14 +672,13 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -686,7 +689,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -695,10 +698,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -721,10 +724,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -760,28 +763,28 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Al Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.34147 keV e- 131.214 keV e+ 128.744 keV proton 10 keV + Energy thresholds : gamma 2.34157 keV e- 131.218 keV e+ 128.746 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_POLYETHYLENE Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 85.2799 keV e+ 84.1824 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 85.2834 keV e+ 84.1805 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : GSO Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 12.1658 keV e- 196.357 keV e+ 191.153 keV proton 10 keV + Energy thresholds : gamma 12.1654 keV e- 196.364 keV e+ 191.144 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -796,14 +799,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 100.00 0.01 0.00 69k world_logicalV - 0.00 0.00 0.00 406k airBox_logicalV + 100.00 0.01 0.00 406k airBox_logicalV + 0.00 0.00 0.00 69k world_logicalV Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 85.51 406k 931 5788 8898 0.00 airBox_logicalV - 14.49 68k 182 683 3080 0.01 world_logicalV + 85.51 406k 931 5788 8898 0.01 airBox_logicalV + 14.49 68k 182 683 3080 0.00 world_logicalV ### Run 0 starts. ### Begin of Run 0 start. @@ -844,7 +847,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=131.630000s Real=136.199126s Sys=1.870000s + User=127.800000s Real=132.225331s Sys=1.910000s ### End of Run (1000000 events) G4 kernel has come to Quit state. @@ -860,23 +863,23 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 14 +Total navigation history collections cleaned: 13 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0202 MB +Pool ID '20G4NavigationLevelRep', size : 0.0183 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.0106 MB Pool ID '16G4SmartVoxelNode', size : 0.201 MB Pool ID '17G4SmartVoxelProxy', size : 0.116 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0115 MB Pool ID '19G4ElectronOccupancy', size : 0.000961 MB -Pool ID '7G4Track', size : 0.0221 MB +Pool ID '7G4Track', size : 0.0211 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.38 MB +Dynamic pools deleted: 12 / Total memory freed: 0.37 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/eRosita/History b/examples/advanced/eRosita/History index 82184bf8bf..53f3ea9a07 100644 --- a/examples/advanced/eRosita/History +++ b/examples/advanced/eRosita/History @@ -1,24 +1,24 @@ -------------------------------------------------------------------- +# Example eRosita History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +------------------------------------------------------------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-05-16 Guilherme Amadio (eRosita-V11-00-02) +- Replace getenv() calls for data variables with G4FindDataDir() -14.02.2022, G.Cosmo eRosita-V10-07-02 - eRositaTrackerSD: fixed compilation warning on Intel-icx compiler - for unused variable. +## 2022-02-14 Gabriele Cosmo (eRosita-V11-00-01) +- eRositaTrackerSD: fixed compilation warning on Intel-icx compiler + for unused variable. + +## 2021-12-10 Ben Morgan (eRosita-V11-00-00) +- Change to new Markdown History format. + +--- + +# History entries prior to 11.0 12.05.2021, A.Polsini,F.Longo eRosita-V10-07-01 Migration to multithreading (MT) mode diff --git a/examples/advanced/eRosita/TrackerPhotonEnergy.out b/examples/advanced/eRosita/TrackerPhotonEnergy.out index 3a955db249..9e9e590258 100644 --- a/examples/advanced/eRosita/TrackerPhotonEnergy.out +++ b/examples/advanced/eRosita/TrackerPhotonEnergy.out @@ -1,52 +1,29 @@ -0.0830964 -0.0883819 -0.053096 -0.0755275 -0.0627224 -0.0980893 -0.0575166 -0.0805331 -0.0779987 -0.0735015 -0.0968243 -0.0736342 -0.00252187 -0.0624823 -0.00597738 -0.0989788 -0.0502061 -0.0461603 -0.0660617 -0.0640981 -0.0581482 -0.10329 -0.0415333 -0.0732444 -0.0469436 -0.0830888 -0.144989 -0.100607 -0.100274 -0.138546 -0.0686158 -0.0297888 -0.069119 -0.00118105 -0.108283 -0.0245092 -0.0605265 -0.082284 -0.0667456 -0.0263688 -0.0792581 -0.0829509 -0.0739482 -0.0815875 -0.0513099 -0.0692553 -0.0967222 -0.0789805 -0.047963 -0.076265 -0.0556749 -0.0917055 +0.0708145 +0.0450185 +0.0951968 +0.0935501 +0.0845822 +0.0448653 +0.0420327 +0.110209 +0.120244 +0.152311 +0.000292553 +0.0584627 +0.06141 +0.0429524 +0.0733428 +0.067259 +0.0557964 +0.0059584 +0.0716725 +0.0790327 +0.0192941 +0.118207 +0.0545679 +0.0771156 +0.0075137 +0.101648 +0.116807 +0.00289853 +0.0823836 diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out index 863db4ca82..1945de22d9 100644 --- a/examples/advanced/eRosita/eRosita.out +++ b/examples/advanced/eRosita/eRosita.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -92,6 +92,7 @@ New sensitive detector is registered at /eRosita/ LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -109,7 +110,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -119,8 +120,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -181,10 +183,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -201,10 +203,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -225,10 +227,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -238,10 +240,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -264,21 +266,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Copper Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 6.54829 keV e+ 6.41707 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 6.73228 keV e+ 6.59805 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Silicon Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 847.163 eV e+ 834.725 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -323,9 +325,9 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=31.090000s Real=31.396474s Sys=0.010000s + User=32.920000s Real=33.790705s Sys=0.230000s --- Run 0 (master) end.Event total count = 10000. - User=31.090000s Real=31.397076s Sys=0.010000s + User=32.920000s Real=33.791288s Sys=0.230000s G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. @@ -351,13 +353,13 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.208 MB -Pool ID '7G4Track', size : 0.415 MB +Pool ID '17G4DynamicParticle', size : 0.203 MB +Pool ID '7G4Track', size : 0.405 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '17eRositaTrackerHit', size : 0.000961 MB Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.64 MB +Dynamic pools deleted: 14 / Total memory freed: 0.63 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/eRosita/physics/src/G4RDAugerData.cc b/examples/advanced/eRosita/physics/src/G4RDAugerData.cc index e5ffc17d8c..5f46df34f7 100644 --- a/examples/advanced/eRosita/physics/src/G4RDAugerData.cc +++ b/examples/advanced/eRosita/physics/src/G4RDAugerData.cc @@ -267,7 +267,7 @@ std::vector G4RDAugerData::LoadData(G4int Z) } G4String name(ost.str()); - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep = "G4LEDATA environment variable not set"; diff --git a/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungParameters.cc b/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungParameters.cc index c9ed760efb..7d91e9708f 100644 --- a/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungParameters.cc +++ b/examples/advanced/eRosita/physics/src/G4RDBremsstrahlungParameters.cc @@ -137,7 +137,7 @@ void G4RDBremsstrahlungParameters::LoadData(const G4String& name) // Read parameters - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (path == 0) { G4String excep("G4LEDATA environment variable not set!"); diff --git a/examples/advanced/eRosita/physics/src/G4RDDopplerProfile.cc b/examples/advanced/eRosita/physics/src/G4RDDopplerProfile.cc index 86d6d188f9..1782f68bc6 100644 --- a/examples/advanced/eRosita/physics/src/G4RDDopplerProfile.cc +++ b/examples/advanced/eRosita/physics/src/G4RDDopplerProfile.cc @@ -121,7 +121,7 @@ void G4RDDopplerProfile::LoadBiggsP(const G4String& fileName) ost << fileName << ".dat"; G4String name(ost.str()); - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep("G4LEDATA environment variable not set!"); @@ -163,7 +163,7 @@ void G4RDDopplerProfile::LoadProfile(const G4String& fileName,G4int Z) ost << fileName << "-" << Z << ".dat"; G4String name(ost.str()); - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep("G4LEDATA environment variable not set!"); diff --git a/examples/advanced/eRosita/physics/src/G4RDEMDataSet.cc b/examples/advanced/eRosita/physics/src/G4RDEMDataSet.cc index 07bb673aa6..86ee71ea8d 100644 --- a/examples/advanced/eRosita/physics/src/G4RDEMDataSet.cc +++ b/examples/advanced/eRosita/physics/src/G4RDEMDataSet.cc @@ -312,7 +312,7 @@ size_t G4RDEMDataSet::FindLowerBound(G4double x, G4DataVector* values) const G4String G4RDEMDataSet::FullFileName(const G4String& name) const { - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) G4Exception("G4RDEMDataSet::FullFileName()", "InvalidSetup", FatalException, "G4LEDATA environment variable not set!"); diff --git a/examples/advanced/eRosita/physics/src/G4RDFluoData.cc b/examples/advanced/eRosita/physics/src/G4RDFluoData.cc index 664c64c7b3..86f22b788b 100644 --- a/examples/advanced/eRosita/physics/src/G4RDFluoData.cc +++ b/examples/advanced/eRosita/physics/src/G4RDFluoData.cc @@ -196,7 +196,7 @@ void G4RDFluoData::LoadData(G4int Z) } G4String name(ost.str()); - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep("G4LEDATA environment variable not set!"); diff --git a/examples/advanced/eRosita/physics/src/G4RDPhotoElectricAngularGeneratorPolarized.cc b/examples/advanced/eRosita/physics/src/G4RDPhotoElectricAngularGeneratorPolarized.cc index a8190cbf84..bc814dcfa0 100644 --- a/examples/advanced/eRosita/physics/src/G4RDPhotoElectricAngularGeneratorPolarized.cc +++ b/examples/advanced/eRosita/physics/src/G4RDPhotoElectricAngularGeneratorPolarized.cc @@ -89,7 +89,7 @@ G4RDPhotoElectricAngularGeneratorPolarized::G4RDPhotoElectricAngularGeneratorPol if(level == 0) filename = nameChar0; if(level == 1) filename = nameChar1; - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep = "G4LEDATA environment variable not set!"; diff --git a/examples/advanced/eRosita/physics/src/G4RDShellData.cc b/examples/advanced/eRosita/physics/src/G4RDShellData.cc index c482b7cd08..cfe8b47976 100644 --- a/examples/advanced/eRosita/physics/src/G4RDShellData.cc +++ b/examples/advanced/eRosita/physics/src/G4RDShellData.cc @@ -242,7 +242,7 @@ void G4RDShellData::LoadData(const G4String& fileName) G4String name(ost.str()); - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep("G4LEDATA environment variable not set!"); diff --git a/examples/advanced/eRosita/physics/src/G4RDShellEMDataSet.cc b/examples/advanced/eRosita/physics/src/G4RDShellEMDataSet.cc index 5639dc7b00..e512b1a821 100644 --- a/examples/advanced/eRosita/physics/src/G4RDShellEMDataSet.cc +++ b/examples/advanced/eRosita/physics/src/G4RDShellEMDataSet.cc @@ -266,7 +266,7 @@ void G4RDShellEMDataSet::CleanUpComponents(void) G4String G4RDShellEMDataSet::FullFileName(const G4String& fileName) const { - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) G4Exception("G4RDShellEMDataSet::FullFileName()", "InvalidSetup", FatalException, "G4LEDATA environment variable not set!"); diff --git a/examples/advanced/eRosita/physics/src/G4RDVCrossSectionHandler.cc b/examples/advanced/eRosita/physics/src/G4RDVCrossSectionHandler.cc index 41076d54e9..a3c819df47 100644 --- a/examples/advanced/eRosita/physics/src/G4RDVCrossSectionHandler.cc +++ b/examples/advanced/eRosita/physics/src/G4RDVCrossSectionHandler.cc @@ -161,7 +161,7 @@ void G4RDVCrossSectionHandler::LoadData(const G4String& fileName) // Build the complete string identifying the file with the data set - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep = "G4LEDATA environment variable not set!"; @@ -235,7 +235,7 @@ void G4RDVCrossSectionHandler::LoadShellData(const G4String& fileName) // Build the complete string identifying the file with the data set - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep = "G4LEDATA environment variable not set!"; diff --git a/examples/advanced/eRosita/physics/src/G4RDeIonisationParameters.cc b/examples/advanced/eRosita/physics/src/G4RDeIonisationParameters.cc index 535b844024..afd5c87356 100644 --- a/examples/advanced/eRosita/physics/src/G4RDeIonisationParameters.cc +++ b/examples/advanced/eRosita/physics/src/G4RDeIonisationParameters.cc @@ -171,7 +171,7 @@ void G4RDeIonisationParameters::LoadData() } } - char* path = std::getenv("G4LEDATA"); + const char* path = G4FindDataDir("G4LEDATA"); if (!path) { G4String excep("G4LEDATA environment variable not set!"); diff --git a/examples/advanced/fastAerosol/History b/examples/advanced/fastAerosol/History index e2365e1b10..2f07014cca 100644 --- a/examples/advanced/fastAerosol/History +++ b/examples/advanced/fastAerosol/History @@ -1,12 +1,17 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example fastAerosol History - ========================================================= - Geant4 - fastAerosol example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (fastAerosol-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - Category History file - --------------------- 24.05.2021 - B. Morgan (fastAerosol-V10-07-00) Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/advanced/fastAerosol/fastAerosol.out b/examples/advanced/fastAerosol/fastAerosol.out index 7cbebc3c5a..9c9aeb5ab4 100644 --- a/examples/advanced/fastAerosol/fastAerosol.out +++ b/examples/advanced/fastAerosol/fastAerosol.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -105,7 +109,8 @@ FastAerosol geometry with n=0.0002/mm3, r=1mm spheres. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -122,7 +127,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -132,8 +137,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -196,10 +202,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -224,10 +230,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -254,10 +260,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -286,10 +292,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -300,10 +306,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -313,10 +319,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -345,10 +351,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -377,10 +383,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -409,14 +415,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -427,7 +432,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -442,14 +447,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -460,7 +464,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -475,10 +479,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -507,10 +511,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -544,16 +548,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -563,11 +570,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -575,11 +584,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -587,11 +598,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -600,10 +613,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -614,10 +629,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -628,10 +645,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -641,11 +660,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -656,10 +677,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -670,10 +693,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -684,10 +709,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -697,11 +724,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -709,6 +738,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -716,6 +746,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -725,6 +756,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -732,12 +764,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -745,12 +779,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -760,12 +796,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -773,6 +811,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -780,6 +819,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -789,12 +829,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -802,12 +844,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -817,12 +861,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -830,12 +876,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -845,29 +893,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -893,28 +943,28 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Atmosphere Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.8472 keV e- 461.197 keV e+ 445.1 keV proton 70 keV + Energy thresholds : gamma 5.84707 keV e- 461.19 keV e+ 445.1 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -949,12205 +999,12874 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -12.6 -49.9 -2.61e+03 50 0 0 0 World initStep - 1 -12.6 -49.9 -2.5e+03 50 0.0221 115 115 World hIoni - 2 -12.6 -50 -2.41e+03 50 0.0181 88.4 203 World hIoni - 3 -12.6 -50 -2.4e+03 50 0.000759 4.47 208 World hIoni - 4 -12.7 -50.1 -2.32e+03 49.9 0.0181 85.5 293 World hIoni - 5 -12.8 -50.3 -2.22e+03 49.9 0.017 96.4 389 World hIoni - 6 -12.8 -50.3 -2.22e+03 49.9 0.000381 4.1 394 World hIoni - 7 -12.8 -50.3 -2.2e+03 49.9 0.004 20.1 414 World hIoni - 8 -12.8 -50.3 -2.2e+03 49.9 0.000516 2.46 416 World hIoni - 9 -13 -50.6 -2.01e+03 49.8 0.0422 191 607 World hIoni - 10 -13.3 -50.6 -1.78e+03 49.8 0.044 223 830 World hIoni - 11 -13.2 -50.6 -1.73e+03 49.8 0.00747 52.7 882 World hIoni - 12 -13.2 -50.6 -1.71e+03 49.8 0.00347 19 901 World hIoni - 13 -13.2 -50.6 -1.71e+03 49.8 0 0.304 902 World hIoni - 14 -13.2 -50.6 -1.7e+03 49.8 0.00199 10.5 912 World hIoni - 15 -13 -50.6 -1.56e+03 49.7 0.0213 139 1.05e+03 World hIoni - 16 -12.6 -50.6 -1.41e+03 49.7 0.0306 155 1.21e+03 World hIoni - 17 -11.7 -51.8 -1.08e+03 49.7 0.0582 323 1.53e+03 World hIoni - 18 -11.7 -51.9 -1.07e+03 49.6 0.00202 8.56 1.54e+03 World hIoni - 19 -11.7 -51.9 -1.07e+03 49.6 0.00107 4.59 1.54e+03 World hIoni - 20 -11.6 -52.1 -1.04e+03 49.6 0.00538 33.7 1.58e+03 World hIoni - 21 -11.5 -52.4 -995 49.6 0.00614 41.4 1.62e+03 World hIoni - 22 -11.4 -52.7 -951 49.6 0.0078 43.8 1.66e+03 World hIoni - 23 -11.4 -52.9 -923 49.6 0.00563 28.2 1.69e+03 World hIoni - 24 -11.3 -53.1 -898 49.6 0.00381 25.2 1.71e+03 World hIoni - 25 -11.3 -53.2 -884 49.6 0.00211 13.7 1.73e+03 World hIoni - 26 -11.1 -53.6 -823 49.6 0.0116 60.8 1.79e+03 World hIoni - 27 -11.1 -53.6 -819 49.6 0.000401 4.14 1.79e+03 World hIoni - 28 -11.1 -53.7 -811 49.6 0.0016 7.55 1.8e+03 World hIoni - 29 -11 -54.1 -758 49.6 0.0132 53.3 1.85e+03 World hIoni - 30 -10.9 -54.3 -723 49.5 0.00643 34.9 1.89e+03 World hIoni - 31 -10.7 -54.9 -635 49.5 0.0174 88.4 1.98e+03 World hIoni - 32 -10.7 -54.9 -632 49.5 0.000316 3.14 1.98e+03 World hIoni - 33 -10.5 -55.2 -589 49.5 0.0054 42.5 2.02e+03 World hIoni - 34 -10.5 -55.2 -582 49.5 0.000614 7.16 2.03e+03 World hIoni - 35 -10.4 -55.4 -550 49.5 0.00692 31.7 2.06e+03 World hIoni - 36 -9.96 -56.2 -419 49.5 0.0276 131 2.19e+03 World hIoni - 37 -9.81 -56.6 -361 49.4 0.00928 57.5 2.25e+03 World hIoni - 38 -9.64 -57 -298 49.4 0.012 63.6 2.31e+03 World hIoni - 39 -9.6 -57.1 -283 49.4 0.00167 15.1 2.33e+03 World hIoni - 40 -9.56 -57.3 -265 49.4 0.00515 17.7 2.35e+03 World hIoni - 41 -9.47 -57.5 -228 49.4 0.00579 37.1 2.38e+03 World hIoni - 42 -9.17 -58.4 -88.8 49.3 0.0256 139 2.52e+03 World hIoni - 43 -8.93 -58.9 32.3 49.3 0.0252 121 2.64e+03 World hIoni - 44 -8.9 -59 43.3 49.3 0.00323 11 2.66e+03 World hIoni - 45 -8.84 -59.2 68.7 49.3 0.00457 25.4 2.68e+03 World hIoni - 46 -8.55 -59.6 156 49.3 0.0207 86.9 2.77e+03 World hIoni - 47 -8.5 -59.7 168 49.3 0.00211 12.4 2.78e+03 World hIoni - 48 -8.46 -59.7 177 49.3 0.00237 8.87 2.79e+03 World hIoni - 49 -8.44 -59.8 184 49.3 0.000638 6.7 2.8e+03 cloudPV CoupledTransportation - 50 -8.43 -59.8 185 47.2 2.1 1.47 2.8e+03 World CoupledTransportation - 51 -8.23 -60.1 216 47.2 0.00492 31 2.83e+03 World hIoni - 52 -8.23 -60.1 217 47.2 0.0001 0.679 2.83e+03 World hIoni - 53 -8.01 -60.5 249 47.2 0.00366 31.9 2.86e+03 World hIoni - 54 -7.68 -61 294 47.1 0.00827 45.4 2.91e+03 cloudPV CoupledTransportation - 55 -7.67 -61 295 46 1.12 0.933 2.91e+03 World CoupledTransportation - 56 -7.45 -61.3 314 46 0.0039 18.6 2.93e+03 World hIoni - 57 -7.22 -61.6 333 46 0.00196 19 2.95e+03 World hIoni - 58 -6.53 -62.5 393 46 0.00945 60.5 3.01e+03 World hIoni - 59 -6.33 -62.7 410 46 0.00261 17 3.02e+03 World hIoni - 60 -5.83 -63.3 449 46 0.00539 39.4 3.06e+03 World hIoni - 61 -5.79 -63.3 453 46 0.00027 3.51 3.07e+03 World hIoni - 62 -5.35 -63.8 487 46 0.00437 34.4 3.1e+03 World hIoni - 63 -5.12 -64.1 506 46 0.00313 18.9 3.12e+03 World hIoni - 64 -4.99 -64.3 517 46 0.00189 10.5 3.13e+03 World hIoni - 65 -4.57 -64.8 551 46 0.00975 34.4 3.16e+03 World hIoni - 66 -3.94 -65.5 600 45.9 0.0093 49.2 3.21e+03 World hIoni - 67 -1.91 -67.9 770 45.9 0.0336 169 3.38e+03 World hIoni - 68 0.253 -70.5 954 45.9 0.0371 184 3.57e+03 World hIoni - 69 0.951 -71.4 1.01e+03 45.9 0.00962 59.7 3.63e+03 World hIoni - 70 1.12 -71.6 1.03e+03 45.8 0.00343 13.2 3.64e+03 World hIoni - 71 1.13 -71.6 1.03e+03 45.8 0 1.03 3.64e+03 World hIoni - 72 1.85 -72.4 1.08e+03 45.8 0.013 56.4 3.7e+03 World hIoni - 73 2.83 -73.5 1.16e+03 45.8 0.0149 76 3.77e+03 World hIoni - 74 3.02 -73.8 1.18e+03 45.8 0.00279 15.4 3.79e+03 World hIoni - 75 3.55 -74.4 1.22e+03 45.8 0.006 44.6 3.83e+03 World hIoni - 76 3.88 -74.8 1.25e+03 45.8 0.00411 26 3.86e+03 World hIoni - 77 6.69 -78.3 1.47e+03 45.7 0.0526 221 4.08e+03 World hIoni - 78 6.74 -78.4 1.47e+03 45.7 0.00389 4.21 4.08e+03 World hIoni - 79 7.25 -79 1.51e+03 45.7 0.00626 40.1 4.12e+03 World hIoni - 80 7.5 -79.3 1.53e+03 45.7 0.00303 19 4.14e+03 World hIoni - 81 8.21 -80 1.58e+03 45.7 0.0103 52.6 4.2e+03 World hIoni - 82 8.52 -80.4 1.61e+03 45.6 0.00306 23.2 4.22e+03 World hIoni - 83 9.59 -81.7 1.69e+03 45.6 0.0165 81.6 4.3e+03 World hIoni - 84 10.1 -82.2 1.73e+03 45.6 0.00855 40.9 4.34e+03 World hIoni - 85 10.5 -82.7 1.76e+03 45.6 0.00546 30.9 4.37e+03 cloudPV CoupledTransportation - 86 10.5 -82.7 1.76e+03 44.5 1.15 0.849 4.37e+03 World CoupledTransportation - 87 10.8 -83.1 1.84e+03 44.4 0.0146 79.3 4.45e+03 World hIoni - 88 10.9 -83.3 1.88e+03 44.4 0.00755 40.8 4.49e+03 World hIoni - 89 11 -83.4 1.91e+03 44.4 0.00499 25.5 4.52e+03 World hIoni - 90 11 -83.4 1.92e+03 44.4 0.000919 9.14 4.53e+03 cloudPV CoupledTransportation - 91 11 -83.4 1.92e+03 42.6 1.86 1.36 4.53e+03 World CoupledTransportation - 92 11.2 -83.2 1.95e+03 42.6 0.0095 29.3 4.56e+03 World hIoni - 93 11.2 -83.2 1.95e+03 42.5 0.000403 7.14 4.57e+03 World hIoni - 94 11.8 -82.6 2.06e+03 42.5 0.02 103 4.67e+03 World hIoni - 95 11.8 -82.6 2.06e+03 42.5 4.91e-05 0.165 4.67e+03 World hIoni - 96 12 -82.4 2.09e+03 42.5 0.00674 33.2 4.7e+03 World hIoni - 97 12.4 -81.9 2.16e+03 42.5 0.014 70 4.77e+03 World hIoni - 98 12.6 -81.8 2.18e+03 42.5 0.00335 23 4.8e+03 World hIoni - 99 12.6 -81.7 2.19e+03 42.5 0.000423 6.3 4.8e+03 World hIoni - 100 12.7 -81.7 2.21e+03 42.4 0.00376 17.4 4.82e+03 World hIoni - 101 13.1 -81.3 2.28e+03 42.4 0.0134 71.5 4.89e+03 World hIoni - 102 13.2 -81.3 2.29e+03 42.4 0.00165 10.9 4.9e+03 World hIoni - 103 13.4 -81.1 2.33e+03 42.4 0.00771 37.1 4.94e+03 World hIoni - 104 13.7 -80.9 2.37e+03 42.4 0.00783 40.3 4.98e+03 World hIoni - 105 14.4 -80.6 2.44e+03 42.4 0.0104 72.2 5.05e+03 World hIoni - 106 14.4 -80.5 2.44e+03 42.4 0.000479 4.3 5.06e+03 World hIoni - 107 14.9 -80.3 2.5e+03 42.4 0.0112 55.6 5.11e+03 World hIoni - 108 15.2 -80.1 2.53e+03 42.4 0.00531 36.2 5.15e+03 World hIoni - 109 15.9 -79.9 2.6e+03 42.4 0.00915 65.5 5.21e+03 detectorPV CoupledTransportation - 110 15.9 -79.9 2.6e+03 37.3 5.05 1.78 5.21e+03 detectorPV hIoni - 111 15.9 -79.9 2.6e+03 32.4 4.91 1.45 5.22e+03 detectorPV hIoni - 112 16 -79.9 2.6e+03 27.9 4.53 1.17 5.22e+03 detectorPV hIoni - 113 16 -79.9 2.61e+03 23.9 3.97 0.929 5.22e+03 detectorPV hIoni - 114 16.1 -79.9 2.61e+03 20.2 3.73 0.745 5.22e+03 detectorPV hIoni - 115 16.2 -79.9 2.61e+03 16.8 3.37 0.592 5.22e+03 detectorPV hIoni - 116 16.2 -79.9 2.61e+03 13.7 3.04 0.47 5.22e+03 detectorPV hIoni - 117 16.3 -79.9 2.61e+03 10.9 2.88 0.374 5.22e+03 detectorPV hIoni - 118 16.3 -79.9 2.61e+03 8.02 2.85 0.295 5.22e+03 detectorPV hIoni - 119 16.3 -79.8 2.61e+03 5.15 2.87 0.228 5.22e+03 detectorPV hIoni - 120 16.4 -79.8 2.61e+03 2.11 3.04 0.161 5.22e+03 detectorPV hIoni - 121 16.4 -79.8 2.61e+03 0.0374 2.07 0.0464 5.22e+03 detectorPV hIoni - 122 16.4 -79.8 2.61e+03 0 0.0374 0.000497 5.22e+03 detectorPV hIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15.2 -80.1 2.53e+03 0.00173 0 0 0 World initStep - 1 15.3 -79.9 2.53e+03 0 0.00173 0.639 0.639 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.9 -80.3 2.5e+03 0.00104 0 0 0 World initStep - 1 14.8 -80.3 2.5e+03 0 0.00104 0.298 0.298 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.4 -80.5 2.44e+03 0.00368 0 0 0 World initStep - 1 13.7 -81.1 2.44e+03 0 0.00368 1.68 1.68 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.4 -80.6 2.44e+03 0.00122 0 0 0 World initStep - 1 14.5 -80.6 2.44e+03 0 0.00122 0.374 0.374 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.7 -80.9 2.37e+03 0.00167 0 0 0 World initStep - 1 13.5 -81 2.37e+03 0 0.00167 0.605 0.605 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.4 -81.1 2.33e+03 0.00154 0 0 0 World initStep - 1 13.2 -81.2 2.33e+03 0 0.00154 0.535 0.535 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.2 -81.3 2.29e+03 0.00252 0 0 0 World initStep - 1 12.8 -81.5 2.29e+03 0 0.00252 1.14 1.14 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.1 -81.3 2.28e+03 0.00817 0 0 0 World initStep - 1 12 -79.2 2.28e+03 0.00707 0.00109 3.34 3.34 World eIoni - 2 13.3 -77.5 2.28e+03 0.00486 0.00221 2.9 6.23 World eIoni - 3 14.4 -77.6 2.28e+03 0.00117 0.00369 2.1 8.33 World eIoni - 4 14.4 -77.5 2.28e+03 0 0.00117 0.355 8.69 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.7 -81.7 2.21e+03 0.00467 0 0 0 World initStep - 1 13.8 -82.2 2.21e+03 0.00254 0.00213 2.03 2.03 World eIoni - 2 14.3 -82.2 2.21e+03 0 0.00254 1.16 3.19 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.6 -81.7 2.19e+03 0.00116 0 0 0 World initStep - 1 12.7 -81.7 2.19e+03 0 0.00116 0.348 0.348 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.6 -81.8 2.18e+03 0.032 0 0 0 World initStep - 1 6.91 -68.1 2.2e+03 0.0287 0.00331 23.8 23.8 World eIoni - 2 7.71 -56.3 2.21e+03 0.0232 0.00549 19.8 43.6 World eIoni - 3 7.74 -51.1 2.22e+03 0.0189 0.0019 8.33 52 World eIoni - 4 1.6 -47.4 2.22e+03 0.0161 0.0029 10.1 62.1 World eIoni - 5 -5.14 -45.1 2.22e+03 0.0143 0.00171 7.85 69.9 World eIoni - 6 -10.3 -42.8 2.22e+03 0.0133 0.00103 6.67 76.6 World eIoni - 7 -10.3 -37.7 2.22e+03 0.011 0.00233 6.01 82.6 World eIoni - 8 -9.38 -34.7 2.23e+03 0.00982 0.00115 4.67 87.3 World eIoni - 9 -9.02 -33.7 2.23e+03 0.00653 0.000134 1.39 88.6 World eIoni - 10 -9.37 -32 2.23e+03 0.00511 0.00143 2.69 91.3 World eIoni - 11 -9.95 -31.5 2.23e+03 0.00342 0.00169 2.18 93.5 World eIoni - 12 -10.6 -31.1 2.23e+03 0.00209 0.00133 1.58 95.1 World eIoni - 13 -10.6 -30.8 2.23e+03 0 0.00209 0.857 96 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.02 -33.7 2.23e+03 0.00316 0 0 0 World initStep - 1 -8.38 -33.8 2.23e+03 0.00234 0.000819 1.47 1.47 World eIoni - 2 -8.3 -33.6 2.23e+03 0 0.00234 1.03 2.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.74 -51.1 2.22e+03 0.00236 0 0 0 World initStep - 1 8.09 -50.8 2.22e+03 0 0.00236 1.04 1.04 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.4 -81.9 2.16e+03 0.0065 0 0 0 World initStep - 1 11 -80.8 2.16e+03 0.00403 0.00247 2.68 2.68 World eIoni - 2 11.1 -79.8 2.16e+03 0.00324 0.000793 1.81 4.49 World eIoni - 3 10.7 -79.4 2.16e+03 0.00122 0.00202 1.5 5.99 World eIoni - 4 10.6 -79.4 2.16e+03 0 0.00122 0.375 6.36 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12 -82.4 2.09e+03 0.00525 0 0 0 World initStep - 1 10.9 -83.2 2.09e+03 0.00408 0.00117 2.23 2.23 World eIoni - 2 10.5 -84.1 2.09e+03 0.00295 0.00113 1.83 4.06 World eIoni - 3 10.2 -84.5 2.09e+03 0 0.00295 1.38 5.43 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.8 -82.6 2.06e+03 0.00136 0 0 0 World initStep - 1 11.7 -82.5 2.06e+03 0 0.00136 0.441 0.441 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.8 -82.6 2.06e+03 0.0034 0 0 0 World initStep - 1 11.2 -83 2.06e+03 0 0.0034 1.57 1.57 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.2 -83.2 1.95e+03 0.00182 0 0 0 World initStep - 1 11.1 -83 1.95e+03 0 0.00182 0.689 0.689 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.2 -83.2 1.95e+03 0.00176 0 0 0 World initStep - 1 11.2 -83 1.95e+03 0 0.00176 0.654 0.654 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11 -83.4 1.91e+03 0.00239 0 0 0 World initStep - 1 10.7 -83.7 1.91e+03 0 0.00239 1.07 1.07 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.9 -83.3 1.88e+03 0.00112 0 0 0 World initStep - 1 11 -83.1 1.88e+03 0 0.00112 0.331 0.331 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.8 -83.1 1.84e+03 0.00233 0 0 0 World initStep - 1 11 -83.4 1.84e+03 0 0.00233 1.02 1.02 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.1 -82.2 1.73e+03 0.00262 0 0 0 World initStep - 1 10 -81.7 1.73e+03 0.00136 0.00126 1.2 1.2 World eIoni - 2 9.98 -81.9 1.73e+03 0 0.00136 0.441 1.64 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.59 -81.7 1.69e+03 0.00143 0 0 0 World initStep - 1 9.46 -81.8 1.69e+03 0 0.00143 0.477 0.477 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.52 -80.4 1.61e+03 0.00839 0 0 0 World initStep - 1 8.09 -77.9 1.61e+03 0.00709 0.0013 3.44 3.44 World eIoni - 2 6.04 -77.5 1.61e+03 0.00534 0.00175 2.9 6.34 World eIoni - 3 5.63 -78.8 1.61e+03 0.00463 0.000705 2.26 8.6 World eIoni - 4 6.03 -79.8 1.61e+03 0.00285 0.00179 2.02 10.6 World eIoni - 5 5.63 -79.8 1.61e+03 0.00151 0.00134 1.32 11.9 World eIoni - 6 5.73 -79.9 1.61e+03 0 0.00151 0.517 12.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.21 -80 1.58e+03 0.0393 0 0 0 World initStep - 1 15.1 -95.2 1.61e+03 0.0352 0.00403 33.9 33.9 World eIoni - 2 14.4 -106 1.63e+03 0.0324 0.00285 28.1 61.9 World eIoni - 3 28.5 -110 1.65e+03 0.025 0.00739 24.3 86.2 World eIoni - 4 29.8 -115 1.63e+03 0.0222 0.00282 15.7 102 World eIoni - 5 27 -121 1.62e+03 0.0184 0.00379 12.9 115 World eIoni - 6 25.7 -127 1.62e+03 0.0152 0.00319 9.61 124 World eIoni - 7 27.2 -131 1.61e+03 0.0128 0.00235 7.23 132 World eIoni - 8 27.1 -133 1.61e+03 0.00981 0.00302 5.72 137 World eIoni - 9 27.8 -136 1.61e+03 0.00749 0.00232 4.08 141 World eIoni - 10 27.1 -139 1.61e+03 0.00649 0.000998 3.06 145 World eIoni - 11 28.4 -141 1.61e+03 0.00431 0.00218 2.68 147 World eIoni - 12 29.1 -142 1.61e+03 0 0.00431 1.91 149 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.5 -79.3 1.53e+03 0.0251 0 0 0 World initStep - 1 2.28 -89.5 1.54e+03 0.0228 0.00238 15.9 15.9 World eIoni - 2 10.8 -95.8 1.55e+03 0.0189 0.00383 13.5 29.3 World eIoni - 3 15.3 -104 1.55e+03 0.0163 0.00264 10.1 39.4 World eIoni - 4 17.5 -110 1.55e+03 0.0139 0.00237 8.02 47.4 World eIoni - 5 21.9 -113 1.55e+03 0.0114 0.0025 6.4 53.8 World eIoni - 6 25.4 -115 1.55e+03 0.0102 0.00119 4.92 58.7 World eIoni - 7 25.6 -115 1.55e+03 0.00917 0 0.132 58.9 World eIoni - 8 28.5 -117 1.55e+03 0.00659 0.00258 3.78 62.7 World eIoni - 9 30.3 -118 1.55e+03 0.00489 0.0017 2.71 65.4 World eIoni - 10 30.7 -118 1.55e+03 0.00141 0.00348 2.11 67.5 World eIoni - 11 30.6 -118 1.55e+03 0 0.00141 0.467 67.9 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 25.6 -115 1.55e+03 0.00106 0 0 0 World initStep - 1 25.6 -115 1.55e+03 0 0.00106 0.308 0.308 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.25 -79 1.51e+03 0.00115 0 0 0 World initStep - 1 7.12 -79 1.51e+03 0 0.00115 0.345 0.345 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.74 -78.4 1.47e+03 0.00156 0 0 0 World initStep - 1 6.65 -78.2 1.47e+03 0 0.00156 0.546 0.546 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.69 -78.3 1.47e+03 0.00148 0 0 0 World initStep - 1 6.88 -78.4 1.47e+03 0 0.00148 0.501 0.501 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.88 -74.8 1.25e+03 0.00103 0 0 0 World initStep - 1 3.82 -74.8 1.25e+03 0 0.00103 0.293 0.293 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.55 -74.4 1.22e+03 0.00145 0 0 0 World initStep - 1 3.55 -74.3 1.22e+03 0 0.00145 0.485 0.485 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.02 -73.8 1.18e+03 0.00379 0 0 0 World initStep - 1 3.3 -73.8 1.18e+03 0.00175 0.000513 0.308 0.308 World eIoni - 2 3.39 -73.6 1.18e+03 0 0.00175 0.651 0.959 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.3 -73.8 1.18e+03 0.00152 0 0 0 World initStep - 1 3.49 -73.8 1.18e+03 0 0.00152 0.523 0.523 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.83 -73.5 1.16e+03 0.0024 0 0 0 World initStep - 1 2.58 -73.2 1.16e+03 0 0.0024 1.07 1.07 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.85 -72.4 1.08e+03 0.0018 0 0 0 World initStep - 1 1.59 -72.4 1.08e+03 0 0.0018 0.677 0.677 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.13 -71.6 1.03e+03 0.00156 0 0 0 World initStep - 1 1.05 -71.4 1.03e+03 0 0.00156 0.546 0.546 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.12 -71.6 1.03e+03 0.00129 0 0 0 World initStep - 1 1.28 -71.6 1.03e+03 0 0.00129 0.407 0.407 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.951 -71.4 1.01e+03 0.00147 0 0 0 World initStep - 1 0.835 -71.2 1.01e+03 0 0.00147 0.499 0.499 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.253 -70.5 954 0.00105 0 0 0 World initStep - 1 0.14 -70.5 954 0 0.00105 0.304 0.304 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.91 -67.9 770 0.00279 0 0 0 World initStep - 1 -2.15 -67.4 770 0 0.00279 1.29 1.29 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.94 -65.5 600 0.00736 0 0 0 World initStep - 1 -2.62 -63.8 601 0.0053 0.00206 3.01 3.01 World eIoni - 2 -1.64 -63.7 600 0.00252 0.00279 2.25 5.26 World eIoni - 3 -1.43 -64.1 600 0 0.00252 1.14 6.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.57 -64.8 551 0.00105 0 0 0 World initStep - 1 -4.68 -64.8 551 0 0.00105 0.304 0.304 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.99 -64.3 517 0.0025 0 0 0 World initStep - 1 -4.83 -64.7 517 0 0.0025 1.13 1.13 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.12 -64.1 506 0.00104 0 0 0 World initStep - 1 -5.23 -64.1 506 0 0.00104 0.298 0.298 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.35 -63.8 487 0.00122 0 0 0 World initStep - 1 -5.47 -63.9 487 0 0.00122 0.375 0.375 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.79 -63.3 453 0.00458 0 0 0 World initStep - 1 -6.87 -63.9 453 0.00233 0.00225 2 2 World eIoni - 2 -7.15 -64 453 0 0.00233 1.02 3.02 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.83 -63.3 449 0.00175 0 0 0 World initStep - 1 -5.57 -63.3 449 0 0.00175 0.65 0.65 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.33 -62.7 410 0.0151 0 0 0 World initStep - 1 -10.2 -66.9 410 0.0129 0.00223 6.1 6.1 World msc - 2 -9.73 -70.3 406 0.0109 0.00197 5.76 11.9 World eIoni - 3 -8.34 -72.7 404 0.00815 0.0013 3.6 15.5 World eIoni - 4 -6.46 -73.5 403 0.00611 0.00205 3.33 18.8 World eIoni - 5 -5.47 -74.3 401 0.00459 0.00152 2.53 21.3 World eIoni - 6 -5.63 -74.8 400 0.00212 0.00247 2 23.3 World eIoni - 7 -5.7 -74.7 400 0 0.00212 0.878 24.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.34 -72.7 404 0.00147 0 0 0 World initStep - 1 -8.41 -72.9 404 0 0.00147 0.496 0.496 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.53 -62.5 393 0.00214 0 0 0 World initStep - 1 -6.17 -62.5 393 0 0.00214 0.889 0.889 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.22 -61.6 333 0.00223 0 0 0 World initStep - 1 -7.15 -62 333 0 0.00223 0.952 0.952 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.45 -61.3 314 0.00102 0 0 0 World initStep - 1 -7.53 -61.2 314 0 0.00102 0.289 0.289 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.01 -60.5 249 0.00254 0 0 0 World initStep - 1 -8.38 -60.2 249 0 0.00254 1.16 1.16 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.23 -60.1 217 0.00317 0 0 0 World initStep - 1 -8.56 -59.5 217 0 0.00317 1.47 1.47 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.23 -60.1 216 0.00219 0 0 0 World initStep - 1 -8.48 -59.8 216 0 0.00219 0.926 0.926 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.46 -59.7 177 0.00137 0 0 0 World initStep - 1 -8.36 -59.9 177 0 0.00137 0.449 0.449 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.5 -59.7 168 0.00176 0 0 0 World initStep - 1 -8.76 -59.7 168 0 0.00176 0.658 0.658 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.55 -59.6 156 0.00181 0 0 0 World initStep - 1 -8.4 -59.8 156 0 0.00181 0.684 0.684 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.84 -59.2 68.7 0.00166 0 0 0 World initStep - 1 -9.07 -59.2 68.7 0 0.00166 0.6 0.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.9 -59 43.3 0.00143 0 0 0 World initStep - 1 -8.9 -58.8 43.3 0 0.00143 0.477 0.477 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.93 -58.9 32.3 0.00522 0 0 0 World initStep - 1 -10.1 -58.2 32.7 0.00351 0.00172 2.22 2.22 World eIoni - 2 -10.4 -58.6 33.4 0 0.00351 1.61 3.84 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.17 -58.4 -88.8 0.00149 0 0 0 World initStep - 1 -8.97 -58.3 -88.8 0 0.00149 0.51 0.51 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.47 -57.5 -228 0.00149 0 0 0 World initStep - 1 -9.37 -57.4 -228 0 0.00149 0.508 0.508 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.56 -57.3 -265 0.00194 0 0 0 World initStep - 1 -9.8 -57.4 -265 0 0.00194 0.76 0.76 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.6 -57.1 -283 0.00102 0 0 0 World initStep - 1 -9.69 -57.1 -283 0 0.00102 0.291 0.291 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.64 -57 -298 0.00256 0 0 0 World initStep - 1 -9.27 -56.7 -298 0 0.00256 1.17 1.17 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.81 -56.6 -361 0.044 0 0 0 World initStep - 1 21.9 -38 -349 0.0407 0.0033 41.3 41.3 World eIoni - 2 36.1 -10.8 -343 0.0367 0.00394 36 77.3 World eIoni - 3 35.9 -10 -343 0.0367 0 0.907 78.2 cloudPV CoupledTransportation - 4 35.9 -10 -343 0.0356 0.0011 0.00101 78.2 cloudPV msc - 5 35.9 -10 -343 0.0354 0.000227 0.00109 78.2 cloudPV msc - 6 35.9 -10 -343 0.0345 0.000935 0.00121 78.2 cloudPV msc - 7 35.9 -10 -343 0.0335 0.000955 0.00134 78.2 cloudPV msc - 8 35.9 -10 -343 0.0276 0.00596 0.00155 78.2 cloudPV msc - 9 35.9 -10 -343 0.0257 0.00185 0.00238 78.2 cloudPV msc - 10 35.9 -10 -343 0.025 0.000714 0.00193 78.2 cloudPV msc - 11 35.9 -10 -343 0.0218 0.00318 0.00217 78.2 cloudPV msc - 12 35.9 -10 -343 0.021 0.000836 0.00152 78.2 cloudPV msc - 13 35.9 -10 -343 0.0195 0.00145 0.00178 78.2 cloudPV msc - 14 35.9 -10 -343 0.0132 0.00629 0.00259 78.2 cloudPV msc - 15 35.9 -10 -343 0.0054 0.00783 0.00175 78.2 cloudPV msc - 16 35.9 -10 -343 0 0.0054 0.000879 78.2 cloudPV eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.96 -56.2 -419 0.00102 0 0 0 World initStep - 1 -9.98 -56.3 -419 0 0.00102 0.288 0.288 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.4 -55.4 -550 0.00173 0 0 0 World initStep - 1 -10.2 -55.2 -550 0 0.00173 0.639 0.639 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 -55.2 -582 0.00276 0 0 0 World initStep - 1 -10.6 -55.8 -582 0 0.00276 1.28 1.28 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 -55.2 -589 0.00151 0 0 0 World initStep - 1 -10.4 -55 -589 0 0.00151 0.518 0.518 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.7 -54.9 -632 0.00327 0 0 0 World initStep - 1 -10.5 -55.7 -631 0 0.00327 1.52 1.52 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.7 -54.9 -635 0.0166 0 0 0 World initStep - 1 -3.27 -53 -635 0.0141 0.00249 8.25 8.25 World eIoni - 2 0.602 -49 -637 0.0118 0.00227 6.52 14.8 World eIoni - 3 0.773 -47.2 -635 0.00883 0.00125 2.91 17.7 World eIoni - 4 3.08 -45.6 -635 0.00583 0.003 3.63 21.3 World eIoni - 5 2 -44.6 -634 0.00427 0.00156 2.44 23.7 World eIoni - 6 1.05 -44.4 -633 0.00335 0.000923 1.9 25.6 World eIoni - 7 1.05 -44.1 -632 0 0.00335 1.55 27.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.773 -47.2 -635 0.00176 0 0 0 World initStep - 1 0.869 -47.4 -635 0 0.00176 0.657 0.657 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.9 -54.3 -723 0.00355 0 0 0 World initStep - 1 -11.1 -53.5 -723 0.0022 0.00135 1.63 1.63 World eIoni - 2 -11.3 -53.5 -723 0 0.0022 0.933 2.56 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11 -54.1 -758 0.00239 0 0 0 World initStep - 1 -11.3 -53.8 -758 0.00137 0.00102 1.06 1.06 World eIoni - 2 -11.3 -53.8 -758 0 0.00137 0.446 1.51 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.1 -53.7 -811 0.00149 0 0 0 World initStep - 1 -11.1 -53.9 -811 0 0.00149 0.51 0.51 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.1 -53.6 -819 0.00254 0 0 0 World initStep - 1 -11.3 -54.1 -819 0 0.00254 1.16 1.16 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.1 -53.6 -823 0.00372 0 0 0 World initStep - 1 -10.2 -53.7 -823 0.00155 0.00218 1.7 1.7 World eIoni - 2 -10 -53.6 -823 0 0.00155 0.537 2.23 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.3 -53.2 -884 0.00102 0 0 0 World initStep - 1 -11.2 -53.3 -884 0 0.00102 0.292 0.292 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.3 -53.1 -898 0.00537 0 0 0 World initStep - 1 -12.3 -54.2 -897 0.00377 0.00159 2.27 2.27 World eIoni - 2 -12.2 -54.9 -897 0.00257 0.0012 1.72 3.99 World eIoni - 3 -11.7 -54.7 -897 0.00153 0.00104 1.17 5.16 World eIoni - 4 -11.6 -54.6 -897 0 0.00153 0.528 5.69 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.4 -52.9 -923 0.00716 0 0 0 World initStep - 1 -10.8 -52.7 -923 0.00543 0.000656 0.678 0.678 World eIoni - 2 -11.5 -53.3 -921 0.00361 0.00182 2.29 2.97 World eIoni - 3 -11.8 -53.1 -922 0.00145 0.00215 1.65 4.63 World eIoni - 4 -11.9 -53 -922 0 0.00145 0.489 5.11 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.8 -52.7 -923 0.00108 0 0 0 World initStep - 1 -10.7 -52.8 -922 0 0.00108 0.314 0.314 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.4 -52.7 -951 0.00119 0 0 0 World initStep - 1 -11.6 -52.6 -951 0 0.00119 0.362 0.362 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.5 -52.4 -995 0.00529 0 0 0 World initStep - 1 -10.6 -51.3 -995 0.0037 0.00159 2.25 2.25 World eIoni - 2 -11 -50.8 -994 0.0022 0.0015 1.69 3.93 World eIoni - 3 -11.1 -50.8 -994 0 0.0022 0.934 4.87 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.6 -52.1 -1.04e+03 0.001 0 0 0 World initStep - 1 -11.5 -52 -1.04e+03 0 0.001 0.284 0.284 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.7 -51.9 -1.07e+03 0.00488 0 0 0 World initStep - 1 -11.1 -53.1 -1.07e+03 0.0024 0.00248 2.1 2.1 World eIoni - 2 -11.2 -53.5 -1.07e+03 0 0.0024 1.07 3.17 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.7 -51.9 -1.07e+03 0.00946 0 0 0 World initStep - 1 -12.1 -52.3 -1.07e+03 0.00754 0.000621 0.714 0.714 World eIoni - 2 -14 -53.6 -1.07e+03 0.00521 0.00233 3.08 3.79 World eIoni - 3 -15.1 -53.2 -1.08e+03 0.00422 0.000988 2.22 6.01 World eIoni - 4 -14.8 -53.1 -1.08e+03 0.0016 0.00262 1.88 7.88 World eIoni - 5 -15 -53.2 -1.08e+03 0 0.0016 0.567 8.45 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 19 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.1 -52.3 -1.07e+03 0.0013 0 0 0 World initStep - 1 -12 -52.5 -1.07e+03 0 0.0013 0.414 0.414 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.7 -51.8 -1.08e+03 0.00103 0 0 0 World initStep - 1 -11.7 -51.9 -1.08e+03 0 0.00103 0.294 0.294 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.6 -50.6 -1.41e+03 0.00153 0 0 0 World initStep - 1 -12.5 -50.8 -1.41e+03 0 0.00153 0.528 0.528 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13 -50.6 -1.56e+03 0.00135 0 0 0 World initStep - 1 -13.1 -50.7 -1.56e+03 0 0.00135 0.44 0.44 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.2 -50.6 -1.7e+03 0.00239 0 0 0 World initStep - 1 -12.7 -50.5 -1.7e+03 0.00136 0.00103 1.06 1.06 World eIoni - 2 -12.9 -50.5 -1.7e+03 0 0.00136 0.442 1.51 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.2 -50.6 -1.71e+03 0.00153 0 0 0 World initStep - 1 -13 -50.5 -1.71e+03 0 0.00153 0.526 0.526 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.2 -50.6 -1.71e+03 0.0082 0 0 0 World initStep - 1 -12.1 -48.4 -1.71e+03 0.00696 0.00124 3.35 3.35 World eIoni - 2 -10.3 -46.7 -1.71e+03 0.00551 0.00145 2.85 6.21 World eIoni - 3 -9.51 -45.9 -1.71e+03 0.00349 0.00201 1.82 8.03 World msc - 4 -9.06 -45.9 -1.71e+03 0 0.00349 1.61 9.64 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.2 -50.6 -1.73e+03 0.00166 0 0 0 World initStep - 1 -13 -50.6 -1.73e+03 0 0.00166 0.599 0.599 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.3 -50.6 -1.78e+03 0.00503 0 0 0 World initStep - 1 -12.7 -49.4 -1.78e+03 0.00334 0.00169 2.16 2.16 World eIoni - 2 -12.4 -48.9 -1.78e+03 0.00124 0.0021 1.55 3.71 World eIoni - 3 -12.3 -49 -1.78e+03 0 0.00124 0.386 4.09 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13 -50.6 -2.01e+03 0.00357 0 0 0 World initStep - 1 -13.5 -49.9 -2.01e+03 0.00164 0.00193 1.64 1.64 World eIoni - 2 -13.3 -49.9 -2.01e+03 0 0.00164 0.587 2.23 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.8 -50.3 -2.2e+03 0.00187 0 0 0 World initStep - 1 -12.8 -50.1 -2.2e+03 0 0.00187 0.723 0.723 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.8 -50.3 -2.2e+03 0.00446 0 0 0 World initStep - 1 -13.9 -50.3 -2.2e+03 0.00336 0.00109 1.96 1.96 World eIoni - 2 -14.4 -50.8 -2.2e+03 0 0.00336 1.56 3.51 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.8 -50.3 -2.22e+03 0.00119 0 0 0 World initStep - 1 -12.6 -50.4 -2.22e+03 0 0.00119 0.363 0.363 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.8 -50.3 -2.22e+03 0.00953 0 0 0 World initStep - 1 -11.6 -49.4 -2.22e+03 0.00773 0.0018 1.73 1.73 World msc - 2 -10.7 -49 -2.22e+03 0.00562 0.00211 1.22 2.95 World msc - 3 -9.84 -49.1 -2.22e+03 0.0028 0.000639 0.902 3.85 World eIoni - 4 -9.79 -48.6 -2.22e+03 0 0.0028 1.3 5.15 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.84 -49.1 -2.22e+03 0.00218 0 0 0 World initStep - 1 -9.5 -49 -2.22e+03 0 0.00218 0.92 0.92 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 -50.1 -2.32e+03 0.00128 0 0 0 World initStep - 1 -12.6 -50.1 -2.32e+03 0 0.00128 0.406 0.406 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.6 -50 -2.4e+03 0.00188 0 0 0 World initStep - 1 -12.7 -50.3 -2.4e+03 0 0.00188 0.724 0.724 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.6 -50 -2.41e+03 0.00408 0 0 0 World initStep - 1 -11.7 -49.4 -2.41e+03 0.00177 0.00232 1.83 1.83 World eIoni - 2 -11.7 -49.3 -2.41e+03 0 0.00177 0.658 2.49 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.6 -49.9 -2.5e+03 0.00104 0 0 0 World initStep - 1 -12.7 -49.9 -2.5e+03 0 0.00104 0.3 0.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.8 -2.61e+03 50 0 0 0 World initStep - 1 51.6 -86.8 -2.59e+03 50 0.00394 22.3 22.3 World hIoni - 2 51.6 -86.8 -2.56e+03 50 0.00726 34.5 56.8 World hIoni - 3 51.6 -86.7 -2.48e+03 50 0.0138 73.6 130 World hIoni - 4 51.6 -86.7 -2.46e+03 50 0.00542 24.1 154 World hIoni - 5 51.6 -86.7 -2.41e+03 49.9 0.00588 49.6 204 World hIoni - 6 51.6 -86.7 -2.35e+03 49.9 0.0113 63.3 267 World hIoni - 7 51.6 -86.7 -2.34e+03 49.9 0.000256 3.84 271 World hIoni - 8 51.6 -86.7 -2.34e+03 49.9 0.000342 5.23 276 World hIoni - 9 51.6 -86.7 -2.32e+03 49.9 0.00304 19 295 World hIoni - 10 51.6 -86.7 -2.28e+03 49.9 0.00923 39.4 335 World hIoni - 11 51.6 -86.7 -2.28e+03 49.9 9.65e-05 1.73 337 World hIoni - 12 51.6 -86.8 -2.26e+03 49.9 0.00275 14.8 351 World hIoni - 13 51.7 -86.9 -2.16e+03 49.9 0.0179 99.4 451 World hIoni - 14 51.7 -86.9 -2.12e+03 49.9 0.0101 44.9 496 World hIoni - 15 51.7 -86.9 -2.11e+03 49.8 0.00109 4.2 500 World hIoni - 16 51.6 -86.9 -2.08e+03 49.8 0.00405 30.9 531 World hIoni - 17 51.6 -87 -2.07e+03 49.8 0.00287 15.1 546 World hIoni - 18 51.5 -87.1 -1.95e+03 49.8 0.0247 115 661 World hIoni - 19 51.4 -87.1 -1.91e+03 49.8 0.00729 42.2 703 World hIoni - 20 51.3 -87.1 -1.79e+03 49.7 0.0224 121 824 World hIoni - 21 51.3 -87.1 -1.77e+03 49.7 0.00294 15 839 World hIoni - 22 51.3 -87.1 -1.73e+03 49.7 0.0059 41.3 881 World hIoni - 23 51.3 -87.2 -1.72e+03 49.7 0.00285 14.7 895 World hIoni - 24 51.3 -87.2 -1.69e+03 49.7 0.00448 27.2 922 World hIoni - 25 51.3 -87.2 -1.58e+03 49.7 0.016 107 1.03e+03 World hIoni - 26 51.3 -87.4 -1.53e+03 49.7 0.00923 53.3 1.08e+03 World hIoni - 27 51.3 -87.4 -1.53e+03 49.7 0.000274 2.42 1.08e+03 World hIoni - 28 51.3 -87.4 -1.51e+03 49.7 0.00318 14.4 1.1e+03 World hIoni - 29 51.4 -88.4 -1.3e+03 49.6 0.0327 210 1.31e+03 World hIoni - 30 51.4 -88.6 -1.27e+03 49.6 0.00504 30.4 1.34e+03 World hIoni - 31 51.4 -88.9 -1.23e+03 49.6 0.00811 46.2 1.39e+03 World hIoni - 32 51.4 -89.2 -1.18e+03 49.6 0.00832 43.9 1.43e+03 World hIoni - 33 51.4 -89.3 -1.17e+03 49.6 0.00203 14.7 1.44e+03 World hIoni - 34 51.4 -89.6 -1.12e+03 49.6 0.0101 48.7 1.49e+03 World hIoni - 35 51.3 -89.8 -1.07e+03 49.6 0.00714 45.6 1.54e+03 World hIoni - 36 51.3 -90 -1.05e+03 49.6 0.00325 21 1.56e+03 World hIoni - 37 51.3 -90.2 -1.01e+03 49.6 0.00838 45.5 1.61e+03 World hIoni - 38 51.3 -90.2 -1e+03 49.6 0.00143 3.22 1.61e+03 World hIoni - 39 51.3 -90.4 -973 49.5 0.0066 30.1 1.64e+03 World hIoni - 40 51.3 -90.4 -969 49.5 0.00073 4.11 1.64e+03 World hIoni - 41 51.3 -90.9 -894 49.5 0.0164 74.8 1.72e+03 World hIoni - 42 51.3 -91.1 -854 49.5 0.00974 40.6 1.76e+03 World hIoni - 43 51.4 -91.5 -788 49.5 0.0123 65.8 1.82e+03 World hIoni - 44 51.4 -91.5 -785 49.5 0.000302 2.96 1.83e+03 World hIoni - 45 51.4 -91.7 -761 49.5 0.0059 24.1 1.85e+03 World hIoni - 46 51.4 -91.7 -758 49.5 0.000834 3.22 1.85e+03 World hIoni - 47 51.4 -91.8 -749 49.5 0.00175 8.41 1.86e+03 World hIoni - 48 51.4 -91.9 -727 49.5 0.00402 22.5 1.89e+03 World hIoni - 49 51.5 -92.8 -597 49.4 0.0255 130 2.02e+03 World hIoni - 50 51.5 -93.2 -554 49.4 0.00848 43 2.06e+03 World hIoni - 51 51.4 -93.6 -501 49.4 0.0108 52.8 2.11e+03 World hIoni - 52 51.2 -95.2 -276 49.4 0.0471 225 2.34e+03 World hIoni - 53 51.2 -95.3 -268 49.4 0.00151 8.01 2.34e+03 World hIoni - 54 51.2 -95.4 -262 49.4 0.000489 6.51 2.35e+03 World hIoni - 55 51.2 -95.5 -248 49.3 0.002 13.7 2.36e+03 World hIoni - 56 51.2 -96 -193 49.3 0.00946 55 2.42e+03 World hIoni - 57 51.2 -96.4 -145 49.3 0.00911 48.3 2.47e+03 World hIoni - 58 51.2 -96.4 -144 49.3 0 0.8 2.47e+03 World hIoni - 59 51.1 -97.3 -53.9 49.3 0.0166 90.1 2.56e+03 World hIoni - 60 51 -97.7 -6.28 49.3 0.00824 47.6 2.61e+03 World hIoni - 61 51 -98.1 36 49.3 0.00644 42.3 2.65e+03 World hIoni - 62 50.9 -98.6 85.2 49.3 0.00654 49.2 2.7e+03 World hIoni - 63 50.7 -99.5 169 49.3 0.0136 84.3 2.78e+03 World hIoni - 64 50.4 -102 476 49.2 0.0572 307 3.09e+03 World hIoni - 65 50.3 -103 495 49.2 0.00283 19.3 3.11e+03 World hIoni - 66 50.2 -104 633 49.2 0.027 138 3.25e+03 World hIoni - 67 50.1 -105 776 49.1 0.0298 143 3.39e+03 World hIoni - 68 50.1 -106 783 49.1 0.00157 7.24 3.4e+03 World hIoni - 69 50 -107 899 49.1 0.0195 116 3.51e+03 World hIoni - 70 50 -107 937 49.1 0.00518 37.8 3.55e+03 World hIoni - 71 50 -107 1e+03 49.1 0.0132 66.7 3.62e+03 World hIoni - 72 50 -108 1.02e+03 49.1 0.00358 15.7 3.63e+03 World hIoni - 73 50 -108 1.04e+03 49.1 0.00377 25.6 3.66e+03 World hIoni - 74 50 -109 1.15e+03 49 0.0159 100 3.76e+03 World hIoni - 75 50 -109 1.16e+03 49 0.00281 12.1 3.77e+03 World hIoni - 76 50 -109 1.25e+03 49 0.0116 87.7 3.86e+03 World hIoni - 77 50 -109 1.25e+03 49 0.00212 8.53 3.87e+03 World hIoni - 78 50 -109 1.27e+03 49 0.00276 12.5 3.88e+03 World hIoni - 79 50 -110 1.28e+03 49 0.00372 15.1 3.89e+03 World hIoni - 80 50 -110 1.32e+03 49 0.00832 41.5 3.94e+03 World hIoni - 81 49.9 -111 1.42e+03 49 0.0166 93.2 4.03e+03 World hIoni - 82 50 -111 1.43e+03 49 0.00281 18.5 4.05e+03 World hIoni - 83 49.9 -111 1.53e+03 49 0.0187 93.1 4.14e+03 World hIoni - 84 49.9 -111 1.54e+03 49 0.00186 9.42 4.15e+03 World hIoni - 85 49.9 -112 1.56e+03 48.9 0.00439 24.9 4.17e+03 World hIoni - 86 49.9 -114 1.83e+03 48.9 0.0519 267 4.44e+03 World hIoni - 87 49.7 -115 2.02e+03 48.9 0.0349 187 4.63e+03 World hIoni - 88 49.6 -116 2.26e+03 48.8 0.0457 245 4.87e+03 World hIoni - 89 49.4 -118 2.47e+03 48.8 0.0383 207 5.08e+03 World hIoni - 90 49.3 -118 2.57e+03 48.7 0.0188 101 5.18e+03 World hIoni - 91 49.3 -118 2.6e+03 48.7 0.00623 30.7 5.21e+03 detectorPV CoupledTransportation - 92 49.3 -118 2.6e+03 42.5 6.21 2.24 5.21e+03 detectorPV hIoni - 93 49.3 -118 2.6e+03 37.3 5.19 1.79 5.22e+03 detectorPV hIoni - 94 49.3 -119 2.61e+03 32.3 5.09 1.46 5.22e+03 detectorPV hIoni - 95 49.4 -119 2.61e+03 27.6 4.64 1.16 5.22e+03 detectorPV hIoni - 96 49.4 -119 2.61e+03 23.8 3.84 0.917 5.22e+03 detectorPV hIoni - 97 49.5 -119 2.61e+03 20.2 3.59 0.74 5.22e+03 detectorPV hIoni - 98 49.5 -119 2.61e+03 17.1 3.12 0.593 5.22e+03 detectorPV hIoni - 99 49.5 -119 2.61e+03 14.1 3 0.479 5.22e+03 detectorPV hIoni - 100 49.5 -119 2.61e+03 11.1 3 0.383 5.22e+03 detectorPV hIoni - 101 49.5 -119 2.61e+03 8.28 2.77 0.3 5.22e+03 detectorPV hIoni - 102 49.5 -119 2.61e+03 5.45 2.84 0.234 5.22e+03 detectorPV hIoni - 103 49.5 -119 2.61e+03 2.27 3.18 0.168 5.22e+03 detectorPV hIoni - 104 49.5 -119 2.61e+03 0.0441 2.23 0.0521 5.22e+03 detectorPV hIoni - 105 49.5 -119 2.61e+03 0 0.0441 0.000551 5.22e+03 detectorPV hIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.3 -118 2.57e+03 0.00279 0 0 0 World initStep - 1 48.8 -118 2.57e+03 0 0.00279 1.3 1.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.4 -118 2.47e+03 0.00362 0 0 0 World initStep - 1 48.8 -117 2.47e+03 0.00265 0.000973 1.66 1.66 World eIoni - 2 49.1 -117 2.47e+03 0 0.00265 1.22 2.88 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.6 -116 2.26e+03 0.0029 0 0 0 World initStep - 1 49 -116 2.26e+03 0 0.0029 1.35 1.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.7 -115 2.02e+03 0.00127 0 0 0 World initStep - 1 49.9 -115 2.02e+03 0 0.00127 0.401 0.401 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.9 -114 1.83e+03 0.00207 0 0 0 World initStep - 1 49.6 -114 1.83e+03 0 0.00207 0.842 0.842 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.9 -112 1.56e+03 0.0011 0 0 0 World initStep - 1 49.8 -112 1.56e+03 0 0.0011 0.322 0.322 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.9 -111 1.54e+03 0.0012 0 0 0 World initStep - 1 49.8 -112 1.54e+03 0 0.0012 0.369 0.369 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.9 -111 1.53e+03 0.00102 0 0 0 World initStep - 1 49.8 -111 1.53e+03 0 0.00102 0.29 0.29 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -111 1.43e+03 0.00233 0 0 0 World initStep - 1 50.2 -110 1.43e+03 0 0.00233 1.02 1.02 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.9 -111 1.42e+03 0.00115 0 0 0 World initStep - 1 49.8 -110 1.42e+03 0 0.00115 0.345 0.345 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -110 1.32e+03 0.00222 0 0 0 World initStep - 1 49.6 -110 1.32e+03 0 0.00222 0.817 0.817 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -110 1.28e+03 0.00225 0 0 0 World initStep - 1 49.6 -109 1.28e+03 0 0.00225 0.963 0.963 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -109 1.27e+03 0.00379 0 0 0 World initStep - 1 50.9 -110 1.27e+03 0.00249 0.0013 1.72 1.72 World eIoni - 2 50.8 -110 1.27e+03 0 0.00249 1.13 2.85 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -109 1.25e+03 0.00111 0 0 0 World initStep - 1 50.1 -109 1.25e+03 0 0.00111 0.326 0.326 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -109 1.25e+03 0.0016 0 0 0 World initStep - 1 50.1 -109 1.25e+03 0 0.0016 0.568 0.568 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -109 1.16e+03 0.00218 0 0 0 World initStep - 1 49.9 -109 1.16e+03 0 0.00218 0.922 0.922 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -109 1.15e+03 0.00172 0 0 0 World initStep - 1 50.2 -108 1.15e+03 0 0.00172 0.635 0.635 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -108 1.04e+03 0.00209 0 0 0 World initStep - 1 50.3 -108 1.04e+03 0 0.00209 0.859 0.859 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -108 1.02e+03 0.00912 0 0 0 World initStep - 1 48.4 -105 1.02e+03 0.00691 0.00221 3.76 3.76 World eIoni - 2 47.9 -104 1.02e+03 0.00423 0.00268 2.83 6.59 World eIoni - 3 48.2 -103 1.02e+03 0.00272 0.000451 1.02 7.61 World eIoni - 4 48.6 -104 1.02e+03 0 0.00272 1.26 8.87 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 73 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.2 -103 1.02e+03 0.00105 0 0 0 World initStep - 1 48.3 -103 1.02e+03 0 0.00105 0.304 0.304 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -107 1e+03 0.00292 0 0 0 World initStep - 1 49.7 -108 1e+03 0.0012 0.00172 1.36 1.36 World eIoni - 2 49.6 -108 1e+03 0 0.0012 0.366 1.72 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -107 937 0.00259 0 0 0 World initStep - 1 50.1 -107 937 0 0.00259 0.197 0.197 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50 -107 899 0.0019 0 0 0 World initStep - 1 50.3 -107 899 0 0.0019 0.74 0.74 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.1 -106 783 0.00124 0 0 0 World initStep - 1 50.2 -105 783 0 0.00124 0.384 0.384 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.1 -105 776 0.00208 0 0 0 World initStep - 1 50.2 -105 776 0 0.00208 0.853 0.853 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.2 -104 633 0.00153 0 0 0 World initStep - 1 50.3 -104 633 0 0.00153 0.527 0.527 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.3 -103 495 0.00111 0 0 0 World initStep - 1 50.2 -103 495 0 0.00111 0.329 0.329 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.4 -102 476 0.00112 0 0 0 World initStep - 1 50.4 -102 476 0 0.00112 0.331 0.331 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.7 -99.5 169 0.00273 0 0 0 World initStep - 1 50.1 -99.4 170 0 0.00273 1.26 1.26 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.9 -98.6 85.2 0.00691 0 0 0 World initStep - 1 51.4 -96.7 85.8 0.00483 0.00208 2.83 2.83 World eIoni - 2 51.3 -95.8 86.7 0.00322 0.00161 2.09 4.92 World eIoni - 3 51.9 -96.2 86.8 0 0.00322 1.5 6.41 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51 -98.1 36 0.00525 0 0 0 World initStep - 1 52.3 -97.5 36.3 0.00292 0.00233 2.23 2.23 World eIoni - 2 52.7 -97.9 36.5 0 0.00292 1.36 3.59 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51 -97.7 -6.28 0.00161 0 0 0 World initStep - 1 51.2 -97.6 -6.25 0 0.00161 0.573 0.573 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.1 -97.3 -53.9 0.00352 0 0 0 World initStep - 1 50.7 -96.6 -53.8 0.00175 0.00177 1.62 1.62 World eIoni - 2 50.6 -96.5 -53.9 0 0.00175 0.648 2.27 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.2 -96.4 -144 0.00109 0 0 0 World initStep - 1 51.2 -96.6 -144 0 0.00109 0.321 0.321 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.2 -96.4 -145 0.00156 0 0 0 World initStep - 1 51 -96.5 -145 0 0.00156 0.542 0.542 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.2 -96 -193 0.00476 0 0 0 World initStep - 1 50.2 -95.2 -193 0.00319 0.00157 2.06 2.06 World eIoni - 2 49.7 -95.7 -193 0 0.00319 1.48 3.55 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.2 -95.5 -248 0.013 0 0 0 World initStep - 1 52.8 -99.8 -248 0.00883 0.00413 4.95 4.95 World msc - 2 53 -102 -249 0.00633 0.0025 3.63 8.58 World eIoni - 3 52.5 -103 -251 0.00448 0.00185 2.61 11.2 World eIoni - 4 52.8 -103 -249 0.00274 0.00174 1.97 13.2 World eIoni - 5 53.1 -103 -250 0 0.00274 1.27 14.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.2 -95.4 -262 0.00222 0 0 0 World initStep - 1 51.6 -95.3 -262 0 0.00222 0.947 0.947 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.2 -95.3 -268 0.00206 0 0 0 World initStep - 1 51.1 -95 -268 0 0.00206 0.84 0.84 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.2 -95.2 -276 0.00203 0 0 0 World initStep - 1 51 -95 -276 0 0.00203 0.822 0.822 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -93.6 -501 0.00146 0 0 0 World initStep - 1 51.4 -93.7 -501 0 0.00146 0.491 0.491 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.5 -93.2 -554 0.00245 0 0 0 World initStep - 1 51.8 -92.9 -554 0 0.00245 1.1 1.1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.5 -92.8 -597 0.00134 0 0 0 World initStep - 1 51.7 -92.8 -597 0 0.00134 0.431 0.431 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -91.9 -727 0.00187 0 0 0 World initStep - 1 51.7 -91.8 -727 0 0.00187 0.722 0.722 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -91.8 -749 0.00217 0 0 0 World initStep - 1 51.2 -92 -749 0 0.00217 0.911 0.911 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -91.7 -758 0.00173 0 0 0 World initStep - 1 51.3 -91.5 -758 0 0.00173 0.639 0.639 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -91.7 -761 0.00824 0 0 0 World initStep - 1 53.2 -93.4 -760 0.00545 0.00279 3.37 3.37 World eIoni - 2 54.5 -94.2 -760 0.0031 0.00235 2.3 5.67 World eIoni - 3 54.9 -94.3 -761 0.00104 0.00206 1.44 7.12 World eIoni - 4 54.8 -94.3 -761 0 0.00104 0.3 7.42 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -91.5 -785 0.00684 0 0 0 World initStep - 1 50.4 -89.8 -785 0.00461 0.00223 2.81 2.81 World eIoni - 2 50.4 -88.6 -785 0.00284 0.00177 2.01 4.82 World eIoni - 3 50.4 -88.2 -784 0 0.00284 1.32 6.14 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -91.5 -788 0.0013 0 0 0 World initStep - 1 51.2 -91.4 -788 0 0.0013 0.412 0.412 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -91.1 -854 0.00132 0 0 0 World initStep - 1 51.3 -91.3 -854 0 0.00132 0.425 0.425 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -90.9 -894 0.0024 0 0 0 World initStep - 1 51.2 -90.4 -894 0 0.0024 1.07 1.07 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -90.4 -969 0.0011 0 0 0 World initStep - 1 51.2 -90.5 -969 0 0.0011 0.322 0.322 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -90.4 -973 0.00149 0 0 0 World initStep - 1 51.1 -90.5 -973 0 0.00149 0.507 0.507 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -90.2 -1e+03 0.0059 0 0 0 World initStep - 1 51.1 -91.9 -1e+03 0.00482 0.00108 2.46 2.46 World eIoni - 2 51.7 -92.1 -1e+03 0.00266 0.00216 2.08 4.54 World eIoni - 3 51.9 -92.5 -1e+03 0 0.00266 1.22 5.77 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -90.2 -1.01e+03 0.00229 0 0 0 World initStep - 1 51.1 -89.9 -1.01e+03 0 0.00229 0.994 0.994 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -90 -1.05e+03 0.00445 0 0 0 World initStep - 1 51.1 -90.7 -1.05e+03 0.00296 0.000379 1.08 1.08 World eIoni - 2 50.9 -91.3 -1.05e+03 0.00142 0.00154 1.38 2.46 World eIoni - 3 50.8 -91.4 -1.05e+03 0 0.00142 0.472 2.93 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.1 -90.7 -1.05e+03 0.00111 0 0 0 World initStep - 1 51.2 -90.8 -1.05e+03 0 0.00111 0.328 0.328 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -89.8 -1.07e+03 0.00107 0 0 0 World initStep - 1 51.4 -89.8 -1.07e+03 0 0.00107 0.309 0.309 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -89.6 -1.12e+03 0.00133 0 0 0 World initStep - 1 51.5 -89.6 -1.12e+03 0 0.00133 0.426 0.426 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -89.3 -1.17e+03 0.00273 0 0 0 World initStep - 1 51.8 -88.9 -1.17e+03 0 0.00273 1.26 1.26 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -89.2 -1.18e+03 0.00428 0 0 0 World initStep - 1 51.5 -89.6 -1.18e+03 0.00299 2.73e-05 0.488 0.488 World eIoni - 2 51.2 -90.2 -1.18e+03 0 0.00299 1.39 1.88 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.5 -89.6 -1.18e+03 0.00126 0 0 0 World initStep - 1 51.6 -89.7 -1.18e+03 0 0.00126 0.396 0.396 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -88.9 -1.23e+03 0.00263 0 0 0 World initStep - 1 51.4 -88.4 -1.23e+03 0.00113 0.0015 1.21 1.21 World eIoni - 2 51.4 -88.5 -1.23e+03 0 0.00113 0.338 1.55 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -88.6 -1.27e+03 0.00104 0 0 0 World initStep - 1 51.5 -88.7 -1.27e+03 0 0.00104 0.298 0.298 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -88.4 -1.3e+03 0.00211 0 0 0 World initStep - 1 51.3 -88.8 -1.3e+03 0 0.00211 0.871 0.871 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.4 -1.51e+03 0.00116 0 0 0 World initStep - 1 51.4 -87.4 -1.51e+03 0 0.00116 0.348 0.348 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.4 -1.53e+03 0.00165 0 0 0 World initStep - 1 51.3 -87.1 -1.53e+03 0 0.00165 0.594 0.594 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.4 -1.53e+03 0.00159 0 0 0 World initStep - 1 51.5 -87.3 -1.53e+03 0 0.00159 0.56 0.56 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.2 -1.58e+03 0.00117 0 0 0 World initStep - 1 51.3 -87.4 -1.58e+03 0 0.00117 0.354 0.354 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.2 -1.69e+03 0.0017 0 0 0 World initStep - 1 51.2 -86.9 -1.69e+03 0 0.0017 0.621 0.621 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.2 -1.72e+03 0.00535 0 0 0 World initStep - 1 52.3 -88.2 -1.72e+03 0.00367 0.00168 2.27 2.27 World eIoni - 2 53 -88.7 -1.72e+03 0.00152 0.00215 1.68 3.94 World eIoni - 3 52.8 -88.7 -1.72e+03 0 0.00152 0.522 4.47 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.1 -1.73e+03 0.00135 0 0 0 World initStep - 1 51.2 -87 -1.73e+03 0 0.00135 0.438 0.438 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.1 -1.77e+03 0.0045 0 0 0 World initStep - 1 50.1 -87.2 -1.77e+03 0.00224 0.00227 1.98 1.98 World eIoni - 2 50.1 -86.9 -1.77e+03 0 0.00224 0.958 2.93 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.3 -87.1 -1.79e+03 0.00438 0 0 0 World initStep - 1 50.8 -87.1 -1.79e+03 0.00235 0.000343 0.551 0.551 World eIoni - 2 50.9 -86.7 -1.79e+03 0 0.00235 1.04 1.59 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 21 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.8 -87.1 -1.79e+03 0.00169 0 0 0 World initStep - 1 50.6 -87.1 -1.79e+03 0 0.00169 0.613 0.613 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.4 -87.1 -1.91e+03 0.0198 0 0 0 World initStep - 1 42.1 -90.8 -1.91e+03 0.0172 0.00254 10.8 10.8 World eIoni - 2 34.4 -92.6 -1.91e+03 0.0151 0.00208 8.71 19.5 World eIoni - 3 34.3 -92.4 -1.91e+03 0.0133 9.47e-05 0.298 19.8 World eIoni - 4 30.9 -88.4 -1.91e+03 0.0121 0.00123 6.02 25.8 World eIoni - 5 27.4 -86.1 -1.9e+03 0.00972 0.00238 5.29 31.1 World eIoni - 6 27 -85.8 -1.9e+03 0.00552 0.00105 0.863 31.9 World eIoni - 7 27.3 -84.5 -1.9e+03 0.0047 0.000821 2.32 34.3 World eIoni - 8 27.8 -84.6 -1.9e+03 0.0031 0.00159 2.04 36.3 World eIoni - 9 28 -84.1 -1.9e+03 0.0013 0.0018 1.44 37.8 World eIoni - 10 28.1 -84.1 -1.9e+03 0 0.0013 0.413 38.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 20 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27 -85.8 -1.9e+03 0.00315 0 0 0 World initStep - 1 26.4 -85.9 -1.9e+03 0 0.00315 1.47 1.47 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 20 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.3 -92.4 -1.91e+03 0.00172 0 0 0 World initStep - 1 34.2 -92.3 -1.91e+03 0 0.00172 0.63 0.63 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.5 -87.1 -1.95e+03 0.0234 0 0 0 World initStep - 1 56.3 -98 -1.95e+03 0.0209 0.00249 14.1 14.1 World eIoni - 2 56.4 -107 -1.94e+03 0.0187 0.0022 11.7 25.8 World eIoni - 3 61.1 -113 -1.93e+03 0.0159 0.00279 9.85 35.7 World eIoni - 4 65.5 -116 -1.93e+03 0.0141 0.00181 7.72 43.4 World eIoni - 5 71.1 -115 -1.93e+03 0.0121 0.002 6.49 49.9 World eIoni - 6 74.6 -113 -1.93e+03 0.0106 0.00144 5.28 55.1 World eIoni - 7 75.7 -109 -1.93e+03 0.00892 0.00171 4.49 59.6 World eIoni - 8 75.7 -106 -1.93e+03 0.00727 0.00165 3.67 63.3 World eIoni - 9 77.3 -105 -1.93e+03 0.00599 0.00128 2.97 66.3 World eIoni - 10 77.2 -106 -1.93e+03 0.00303 0.00296 2.49 68.8 World eIoni - 11 76.9 -107 -1.93e+03 0.00107 0.00196 1.41 70.2 World eIoni - 12 77 -107 -1.93e+03 0 0.00107 0.31 70.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -87 -2.07e+03 0.00116 0 0 0 World initStep - 1 51.6 -86.8 -2.07e+03 0 0.00116 0.35 0.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.9 -2.08e+03 0.00286 0 0 0 World initStep - 1 51.8 -87.5 -2.08e+03 0 0.00286 1.33 1.33 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.7 -86.9 -2.11e+03 0.0194 0 0 0 World initStep - 1 54.5 -92.6 -2.11e+03 0.0166 0.00282 10.5 10.5 World eIoni - 2 58.8 -94.2 -2.1e+03 0.013 0.00359 8.25 18.7 World eIoni - 3 64.1 -93.9 -2.1e+03 0.0112 0.0018 5.84 24.6 World eIoni - 4 66.4 -91.5 -2.1e+03 0.00976 0.00146 4.81 29.4 World eIoni - 5 69 -89.7 -2.09e+03 0.00868 0.00108 4.06 33.4 World eIoni - 6 71.6 -88.8 -2.09e+03 0.00613 0.00255 3.56 37 World eIoni - 7 72.7 -87.8 -2.1e+03 0.00398 0.00215 2.54 39.6 World eIoni - 8 72.5 -88.2 -2.1e+03 0 0.00398 1.79 41.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.7 -86.9 -2.12e+03 0.00234 0 0 0 World initStep - 1 51.5 -86.5 -2.12e+03 0 0.00234 1.03 1.03 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.7 -86.9 -2.16e+03 0.00272 0 0 0 World initStep - 1 52.2 -86.9 -2.16e+03 0 0.00272 1.26 1.26 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.8 -2.26e+03 0.00213 0 0 0 World initStep - 1 51.9 -86.6 -2.26e+03 0 0.00213 0.885 0.885 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.28e+03 0.0047 0 0 0 World initStep - 1 50.5 -87.4 -2.28e+03 0.00299 0.00171 2.04 2.04 World eIoni - 2 50 -87.8 -2.28e+03 0.00101 0.00197 1.39 3.43 World eIoni - 3 50.1 -87.8 -2.28e+03 0 0.00101 0.288 3.72 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.28e+03 0.00179 0 0 0 World initStep - 1 51.5 -86.5 -2.28e+03 0 0.00179 0.674 0.674 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.32e+03 0.00125 0 0 0 World initStep - 1 51.5 -86.7 -2.32e+03 0 0.00125 0.391 0.391 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.34e+03 0.00107 0 0 0 World initStep - 1 51.6 -86.8 -2.34e+03 0 0.00107 0.31 0.31 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.34e+03 0.00111 0 0 0 World initStep - 1 51.7 -86.7 -2.34e+03 0 0.00111 0.33 0.33 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.35e+03 0.00146 0 0 0 World initStep - 1 51.7 -86.9 -2.35e+03 0 0.00146 0.492 0.492 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.41e+03 0.0144 0 0 0 World initStep - 1 55.5 -81.9 -2.41e+03 0.0134 0.000988 6.72 6.72 World eIoni - 2 59.1 -84.6 -2.4e+03 0.0117 0.00175 6.08 12.8 World eIoni - 3 59.9 -87.3 -2.4e+03 0.00924 0.00243 5.05 17.9 World eIoni - 4 62.3 -87.5 -2.4e+03 0.008 0.00125 3.82 21.7 World eIoni - 5 64.6 -86.6 -2.4e+03 0.0068 0.00119 3.27 24.9 World eIoni - 6 64.3 -86.8 -2.41e+03 0.00582 0.000983 2.79 27.7 World eIoni - 7 65.1 -87.2 -2.41e+03 0.0048 0.00102 2.43 30.2 World eIoni - 8 65.4 -87.4 -2.41e+03 0.00294 0.00187 2.08 32.2 World eIoni - 9 65.6 -86.9 -2.41e+03 0 0.00294 1.37 33.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.46e+03 0.00386 0 0 0 World initStep - 1 50.9 -87.4 -2.46e+03 0.00116 0.0027 1.75 1.75 World eIoni - 2 50.8 -87.3 -2.46e+03 0 0.00116 0.349 2.09 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.7 -2.48e+03 0.00103 0 0 0 World initStep - 1 51.7 -86.7 -2.48e+03 0 0.00103 0.294 0.294 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.8 -2.56e+03 0.00178 0 0 0 World initStep - 1 51.3 -86.8 -2.56e+03 0 0.00178 0.668 0.668 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 -86.8 -2.59e+03 0.00185 0 0 0 World initStep - 1 51.5 -87.1 -2.59e+03 0 0.00185 0.71 0.71 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.3 -2.61e+03 50 0 0 0 World initStep - 1 50.5 66.3 -2.6e+03 50 0.00403 17.3 17.3 World hIoni - 2 50.5 66.3 -2.56e+03 50 0.00739 33.2 50.5 World hIoni - 3 50.5 66.3 -2.53e+03 50 0.00267 27.3 77.8 World hIoni - 4 50.5 66.4 -2.5e+03 50 0.00468 38.5 116 World hIoni - 5 50.5 66.4 -2.49e+03 49.9 0.000637 4.2 120 World hIoni - 6 50.5 66.4 -2.46e+03 49.9 0.00634 34.6 155 World hIoni - 7 50.5 66.4 -2.46e+03 49.9 0.00036 2.24 157 World hIoni - 8 50.5 66.4 -2.44e+03 49.9 0.00337 14.8 172 World hIoni - 9 50.5 66.4 -2.44e+03 49.9 0.00102 2.3 174 World hIoni - 10 50.6 66.5 -2.35e+03 49.9 0.0156 92.9 267 World hIoni - 11 50.9 66.8 -2.22e+03 49.8 0.0222 128 396 World hIoni - 12 50.9 66.8 -2.21e+03 49.8 0.000571 5.52 401 World hIoni - 13 50.9 66.8 -2.21e+03 49.8 0.000204 1.27 403 World hIoni - 14 51.2 66.9 -2.15e+03 49.8 0.0124 59.6 462 World hIoni - 15 51.6 67.2 -2.06e+03 49.8 0.0175 93.8 556 World hIoni - 16 51.6 67.2 -2.05e+03 49.8 0.00125 10.5 567 World hIoni - 17 51.7 67.2 -2.04e+03 49.8 0.000763 6.06 573 World hIoni - 18 52 67.3 -1.97e+03 49.8 0.0122 68.3 641 World hIoni - 19 52.1 67.4 -1.95e+03 49.8 0.00433 22.6 663 World hIoni - 20 52.3 67.4 -1.91e+03 49.7 0.00619 36.3 700 World hIoni - 21 52.4 67.5 -1.89e+03 49.7 0.00245 24 724 World hIoni - 22 52.6 67.5 -1.86e+03 49.7 0.00354 25.1 749 World hIoni - 23 53.3 67.8 -1.75e+03 49.7 0.0191 116 865 World hIoni - 24 54 68 -1.66e+03 49.7 0.0139 86.5 952 World hIoni - 25 54.2 68.1 -1.63e+03 49.7 0.00396 27.4 979 World hIoni - 26 54.6 68.2 -1.58e+03 49.7 0.00859 53.5 1.03e+03 World hIoni - 27 54.7 68.2 -1.57e+03 49.6 0.00219 12.1 1.04e+03 World hIoni - 28 54.8 68.2 -1.55e+03 49.6 0.00314 15.6 1.06e+03 World hIoni - 29 55.2 68.3 -1.5e+03 49.6 0.0113 54 1.11e+03 World hIoni - 30 55.3 68.3 -1.49e+03 49.6 0.000387 4.77 1.12e+03 World hIoni - 31 55.4 68.4 -1.48e+03 49.6 0.00368 15.5 1.13e+03 World hIoni - 32 55.8 68.4 -1.42e+03 49.6 0.0105 61.5 1.2e+03 World hIoni - 33 56.1 68.5 -1.38e+03 49.6 0.00656 36.7 1.23e+03 World hIoni - 34 56.2 68.5 -1.37e+03 49.6 0.0012 10.5 1.24e+03 World hIoni - 35 56.4 68.6 -1.35e+03 49.6 0.0037 19.1 1.26e+03 World hIoni - 36 56.7 68.7 -1.32e+03 49.6 0.00748 34.7 1.3e+03 World hIoni - 37 56.9 68.7 -1.29e+03 49.6 0.00447 26.8 1.32e+03 World hIoni - 38 57.1 68.7 -1.28e+03 49.6 0.00215 11.9 1.34e+03 World hIoni - 39 57.2 68.7 -1.27e+03 49.5 0.00414 10.9 1.35e+03 World hIoni - 40 57.5 68.8 -1.23e+03 49.5 0.00758 32.8 1.38e+03 World hIoni - 41 58.3 69.1 -1.15e+03 49.5 0.0139 86.6 1.47e+03 World hIoni - 42 58.9 69.2 -1.08e+03 49.4 0.0146 65.5 1.53e+03 World hIoni - 43 59.7 69.3 -1.01e+03 49.4 0.0108 69.7 1.6e+03 World hIoni - 44 60.7 69.5 -932 49.3 0.0132 79.4 1.68e+03 World hIoni - 45 60.8 69.5 -923 49.3 0.00106 9.52 1.69e+03 World hIoni - 46 61.3 69.5 -888 49.3 0.00529 34.6 1.72e+03 World hIoni - 47 61.8 69.6 -843 49.3 0.00927 45.3 1.77e+03 World hIoni - 48 61.9 69.6 -836 49.3 0.000986 6.73 1.78e+03 World hIoni - 49 62 69.6 -829 49.3 0.000467 6.52 1.78e+03 World hIoni - 50 62.2 69.7 -810 49.3 0.00247 19.8 1.8e+03 World hIoni - 51 62.6 69.7 -776 49.3 0.00922 33.4 1.84e+03 World hIoni - 52 63.3 69.9 -720 49.3 0.0124 55.7 1.89e+03 World hIoni - 53 63.7 69.9 -693 49.3 0.007 27 1.92e+03 World hIoni - 54 64.5 70.1 -629 49.3 0.0112 64.9 1.98e+03 World hIoni - 55 65.1 70.2 -578 49.3 0.0109 50.6 2.03e+03 World hIoni - 56 65.4 70.3 -553 49.2 0.00533 25.4 2.06e+03 World hIoni - 57 65.8 70.4 -515 49.2 0.00626 37.2 2.1e+03 World hIoni - 58 67.1 70.9 -399 49.2 0.0176 116 2.21e+03 World hIoni - 59 67.2 70.9 -386 49.2 0.00217 12.7 2.23e+03 World hIoni - 60 67.4 71 -370 49.2 0.00317 16.6 2.24e+03 World hIoni - 61 67.6 71 -348 49.2 0.0041 22.3 2.26e+03 World hIoni - 62 68.3 71.3 -289 49.2 0.0109 59 2.32e+03 World hIoni - 63 69.2 71.6 -207 49.1 0.0142 81.8 2.41e+03 World hIoni - 64 69.6 71.7 -172 49.1 0.00611 34.5 2.44e+03 World hIoni - 65 69.8 71.8 -148 49.1 0.00752 24.5 2.46e+03 World hIoni - 66 70.3 71.9 -111 49.1 0.00874 37.2 2.5e+03 World hIoni - 67 70.3 71.9 -106 49.1 0.000205 4.55 2.51e+03 World hIoni - 68 71 72.1 -46.7 49.1 0.0107 59.6 2.57e+03 World hIoni - 69 71.3 72.1 -17.2 49.1 0.00603 29.4 2.6e+03 World hIoni - 70 71.5 72.2 0.96 49.1 0.00465 18.2 2.61e+03 World hIoni - 71 71.7 72.2 16 49.1 0.00147 15.1 2.63e+03 World hIoni - 72 72.1 72.3 52.1 49.1 0.00719 36 2.66e+03 World hIoni - 73 72.5 72.3 90.2 49.1 0.0112 38.1 2.7e+03 World hIoni - 74 72.9 72.4 127 49.1 0.00742 37.2 2.74e+03 World hIoni - 75 74 72.5 233 49 0.0134 106 2.85e+03 World hIoni - 76 75.2 72.5 340 49 0.023 107 2.95e+03 World hIoni - 77 75.4 72.5 352 49 0.00245 11.5 2.96e+03 World hIoni - 78 75.4 72.5 353 49 0.000225 0.761 2.97e+03 World hIoni - 79 75.4 72.5 354 49 0.000334 1.43 2.97e+03 cloudPV CoupledTransportation - 80 75.4 72.5 356 47.1 1.88 1.6 2.97e+03 World CoupledTransportation - 81 76.8 72 423 47.1 0.01 67.4 3.04e+03 World hIoni - 82 77.3 71.8 449 47.1 0.00542 25.9 3.06e+03 World hIoni - 83 79.7 70.7 570 47.1 0.0238 121 3.18e+03 World hIoni - 84 82.7 69.6 725 47 0.0273 155 3.34e+03 World hIoni - 85 84.3 68.9 837 47 0.0189 112 3.45e+03 World hIoni - 86 86 68.3 954 47 0.0217 118 3.57e+03 World hIoni - 87 87 68 1.02e+03 47 0.0129 61.3 3.63e+03 World hIoni - 88 87.3 67.9 1.03e+03 46.9 0.00124 19.4 3.65e+03 World hIoni - 89 87.4 67.8 1.04e+03 46.9 0.00117 5.51 3.65e+03 World hIoni - 90 88.6 67.4 1.11e+03 46.9 0.0111 71.7 3.72e+03 World hIoni - 91 89.3 67.2 1.15e+03 46.9 0.00641 37.6 3.76e+03 World hIoni - 92 90 66.9 1.19e+03 46.9 0.00715 38.9 3.8e+03 World hIoni - 93 90.4 66.8 1.21e+03 46.9 0.00492 22.9 3.82e+03 World hIoni - 94 93.4 65.8 1.38e+03 46.9 0.0354 164 3.99e+03 World hIoni - 95 94.1 65.6 1.42e+03 46.9 0.00634 40.9 4.03e+03 World hIoni - 96 94.6 65.4 1.44e+03 46.8 0.00335 25.8 4.05e+03 World hIoni - 97 94.8 65.3 1.46e+03 46.8 0.00317 15.5 4.07e+03 World hIoni - 98 95.3 65.1 1.48e+03 46.8 0.00268 24.1 4.09e+03 World hIoni - 99 95.8 64.9 1.51e+03 46.8 0.00542 26.9 4.12e+03 World hIoni - 100 96.2 64.7 1.54e+03 46.8 0.00262 26.7 4.15e+03 World hIoni - 101 96.7 64.5 1.57e+03 46.8 0.00698 31.8 4.18e+03 World hIoni - 102 97.1 64.4 1.59e+03 46.8 0.00534 21.1 4.2e+03 World hIoni - 103 98.7 63.8 1.69e+03 46.8 0.02 99.7 4.3e+03 World hIoni - 104 99.1 63.6 1.71e+03 46.7 0.00452 23 4.32e+03 World hIoni - 105 99.4 63.5 1.73e+03 46.7 0.00408 19.9 4.34e+03 World hIoni - 106 99.6 63.4 1.74e+03 46.7 0.00237 11.7 4.36e+03 World hIoni - 107 101 63.1 1.81e+03 46.7 0.0139 68.7 4.42e+03 World hIoni - 108 102 62.7 1.88e+03 46.7 0.0138 65 4.49e+03 World hIoni - 109 102 62.6 1.88e+03 46.6 0.000955 8.36 4.5e+03 World hIoni - 110 102 62.5 1.9e+03 46.6 0.00499 19.6 4.52e+03 World hIoni - 111 104 62 2e+03 46.6 0.014 92.5 4.61e+03 World hIoni - 112 106 61.3 2.12e+03 46.6 0.0226 119 4.73e+03 World hIoni - 113 106 61.1 2.14e+03 46.6 0.00445 23.5 4.75e+03 World hIoni - 114 106 61.1 2.14e+03 46.6 0.000194 2.39 4.75e+03 World hIoni - 115 107 60.9 2.17e+03 46.6 0.0065 30.4 4.78e+03 World hIoni - 116 108 60.6 2.21e+03 46.6 0.00757 38.3 4.82e+03 World hIoni - 117 109 60 2.29e+03 46.6 0.0159 78.2 4.9e+03 World hIoni - 118 109 59.9 2.3e+03 46.6 0.0026 10.3 4.91e+03 World hIoni - 119 110 59.7 2.32e+03 46.5 0.00355 22.1 4.93e+03 World hIoni - 120 110 59.4 2.36e+03 46.5 0.00715 40 4.97e+03 World hIoni - 121 111 58.9 2.42e+03 46.5 0.00935 61.5 5.04e+03 World hIoni - 122 113 58.2 2.51e+03 46.5 0.0122 89.4 5.12e+03 World hIoni - 123 114 57.8 2.57e+03 46.5 0.00849 54.8 5.18e+03 World hIoni - 124 115 57.7 2.58e+03 46.5 0.00223 17.8 5.2e+03 World hIoni - 125 115 57.6 2.59e+03 46.5 0.00162 8.76 5.21e+03 World hIoni - 126 115 57.6 2.6e+03 46.5 0.000718 6.87 5.21e+03 detectorPV CoupledTransportation - 127 115 57.5 2.6e+03 40.7 5.78 2.07 5.22e+03 detectorPV hIoni - 128 115 57.5 2.6e+03 35.6 5.06 1.67 5.22e+03 detectorPV hIoni - 129 115 57.5 2.61e+03 31 4.66 1.35 5.22e+03 detectorPV hIoni - 130 115 57.5 2.61e+03 26.7 4.29 1.09 5.22e+03 detectorPV hIoni - 131 115 57.5 2.61e+03 22.9 3.82 0.873 5.22e+03 detectorPV hIoni - 132 115 57.5 2.61e+03 19.3 3.6 0.702 5.22e+03 detectorPV hIoni - 133 115 57.5 2.61e+03 16.1 3.21 0.559 5.22e+03 detectorPV hIoni - 134 115 57.5 2.61e+03 12.9 3.13 0.446 5.22e+03 detectorPV hIoni - 135 115 57.5 2.61e+03 10.1 2.78 0.35 5.22e+03 detectorPV hIoni - 136 115 57.5 2.61e+03 7.11 3.04 0.277 5.22e+03 detectorPV hIoni - 137 115 57.5 2.61e+03 4.3 2.81 0.207 5.22e+03 detectorPV hIoni - 138 115 57.5 2.61e+03 0.976 3.32 0.136 5.22e+03 detectorPV hIoni - 139 115 57.5 2.61e+03 0 0.976 0.0141 5.22e+03 detectorPV hIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 115 57.6 2.59e+03 0.00376 0 0 0 World initStep - 1 114 57.7 2.59e+03 0.00237 0.00139 1.71 1.71 World eIoni - 2 114 57.6 2.59e+03 0 0.00237 1.05 2.76 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 115 57.7 2.58e+03 0.00115 0 0 0 World initStep - 1 115 57.8 2.58e+03 0 0.00115 0.344 0.344 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 114 57.8 2.57e+03 0.00141 0 0 0 World initStep - 1 114 57.8 2.57e+03 0 0.00141 0.467 0.467 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 113 58.2 2.51e+03 0.00397 0 0 0 World initStep - 1 112 59 2.51e+03 0.00222 0.00175 1.79 1.79 World eIoni - 2 112 58.8 2.51e+03 0 0.00222 0.948 2.74 World eIoni + 1 -12.6 -49.9 -2.52e+03 50 0.0164 92.5 92.5 World hIoni + 2 -12.6 -49.9 -2.51e+03 50 0.00114 6.53 99 World hIoni + 3 -12.6 -50 -2.5e+03 50 0.00338 17.7 117 World hIoni + 4 -12.6 -50 -2.45e+03 50 0.00887 47.4 164 World hIoni + 5 -12.7 -50.1 -2.43e+03 49.9 0.00257 21.9 186 World hIoni + 6 -12.7 -50.2 -2.39e+03 49.9 0.00626 35.3 221 World hIoni + 7 -12.6 -50.4 -2.31e+03 49.9 0.0127 77.2 298 World hIoni + 8 -12.7 -50.7 -2.23e+03 49.9 0.0164 83.7 382 World hIoni + 9 -12.7 -50.7 -2.23e+03 49.9 3.46e-05 1.98 384 World hIoni + 10 -12.7 -50.7 -2.21e+03 49.9 0.00181 18.4 402 World hIoni + 11 -12.7 -50.8 -2.2e+03 49.9 0.00127 8.8 411 World hIoni + 12 -12.7 -50.8 -2.2e+03 49.9 0.00108 1.79 413 World hIoni + 13 -12.6 -51.2 -2.1e+03 49.9 0.0145 99.7 513 World hIoni + 14 -12.6 -51.3 -2.08e+03 49.9 0.00279 19.4 532 World hIoni + 15 -12.6 -51.3 -2.08e+03 49.9 0.00064 2.12 534 World hIoni + 16 -12.6 -51.5 -2.04e+03 49.9 0.00897 41.8 576 World hIoni + 17 -12.6 -51.6 -2.01e+03 49.8 0.00705 30.5 607 World hIoni + 18 -12.6 -51.8 -1.98e+03 49.8 0.00875 29.4 636 World hIoni + 19 -12.6 -52 -1.94e+03 49.8 0.00666 36.1 672 World hIoni + 20 -12.6 -52 -1.93e+03 49.8 0.000925 7.01 679 World hIoni + 21 -12.6 -52.4 -1.84e+03 49.8 0.0177 95.9 775 World hIoni + 22 -12.6 -52.6 -1.78e+03 49.8 0.014 59.8 835 cloudPV CoupledTransportation + 23 -12.6 -52.6 -1.78e+03 47.8 2 1.64 836 World CoupledTransportation + 24 -11.6 -52 -1.66e+03 47.7 0.0236 118 955 World hIoni + 25 -11.6 -52 -1.66e+03 47.7 0.000194 1.68 956 World hIoni + 26 -11.4 -51.9 -1.64e+03 47.7 0.00201 13.1 969 World hIoni + 27 -11 -51.8 -1.61e+03 47.7 0.00407 32.4 1e+03 World hIoni + 28 -9.72 -51.1 -1.5e+03 47.7 0.0187 109 1.11e+03 World hIoni + 29 -9.64 -51 -1.5e+03 47.7 0.000461 5.9 1.12e+03 World hIoni + 30 -9.6 -51 -1.49e+03 47.7 0.000333 3.7 1.12e+03 World hIoni + 31 -9.32 -50.9 -1.47e+03 47.7 0.00475 21.8 1.14e+03 World hIoni + 32 -8.94 -50.8 -1.44e+03 47.7 0.00565 30 1.17e+03 cloudPV CoupledTransportation + 33 -8.92 -50.8 -1.44e+03 45.4 2.31 1.81 1.17e+03 World CoupledTransportation + 34 -8.35 -50.2 -1.41e+03 45.4 0.00685 32.2 1.21e+03 World hIoni + 35 -8.35 -50.2 -1.41e+03 45.4 0 0.14 1.21e+03 World hIoni + 36 -8.12 -50 -1.39e+03 45.4 0.00236 13.3 1.22e+03 World hIoni + 37 -8.08 -49.9 -1.39e+03 45.4 0.000118 2.08 1.22e+03 World hIoni + 38 -7.99 -49.8 -1.39e+03 45.4 0.001 5.14 1.23e+03 World hIoni + 39 -7.99 -49.8 -1.38e+03 45.4 0 0.304 1.23e+03 World hIoni + 40 -7.67 -49.5 -1.37e+03 45.4 0.00426 18.1 1.25e+03 World hIoni + 41 -7.55 -49.4 -1.36e+03 45.3 0.00242 7.32 1.25e+03 World hIoni + 42 -7.44 -49.3 -1.35e+03 45.3 0.00114 6 1.26e+03 World hIoni + 43 -6.44 -48.2 -1.29e+03 45.3 0.0119 58.8 1.32e+03 World hIoni + 44 -6.21 -48 -1.28e+03 45.3 0.00474 14.1 1.33e+03 World hIoni + 45 -6.06 -47.8 -1.27e+03 45.3 0.00169 9.08 1.34e+03 World hIoni + 46 -5.73 -47.5 -1.25e+03 45.3 0.00465 19.1 1.36e+03 World hIoni + 47 -5.3 -47 -1.23e+03 45.3 0.00459 25.6 1.39e+03 World hIoni + 48 -4.96 -46.6 -1.21e+03 45.3 0.00253 20.4 1.41e+03 World hIoni + 49 -4.92 -46.6 -1.2e+03 45.3 0.000823 2.46 1.41e+03 World hIoni + 50 -4.27 -45.9 -1.17e+03 45.2 0.00939 37.6 1.45e+03 World hIoni + 51 -3.73 -45.4 -1.14e+03 45.2 0.00501 30.6 1.48e+03 World hIoni + 52 -3.3 -44.9 -1.11e+03 45.2 0.00416 24.7 1.5e+03 World hIoni + 53 -1.02 -43 -997 45.2 0.0218 114 1.62e+03 World hIoni + 54 -0.299 -42.5 -962 45.2 0.00777 34.9 1.65e+03 World hIoni + 55 4.59 -38.7 -723 45.1 0.0428 239 1.89e+03 World hIoni + 56 4.81 -38.6 -713 45.1 0.0012 10.3 1.9e+03 World hIoni + 57 6.32 -37.4 -640 45.1 0.0132 73.3 1.97e+03 World hIoni + 58 6.79 -37.1 -617 45.1 0.00351 22.2 2e+03 World hIoni + 59 7.3 -36.7 -595 45.1 0.00569 22.9 2.02e+03 World hIoni + 60 9.51 -35.3 -497 45.1 0.0187 97.5 2.12e+03 World hIoni + 61 12.1 -33.4 -378 45.1 0.0234 119 2.23e+03 World hIoni + 62 12.8 -32.9 -347 45 0.00783 31.1 2.27e+03 World hIoni + 63 13.8 -32.3 -306 45 0.00842 40.5 2.31e+03 cloudPV CoupledTransportation + 64 13.8 -32.3 -306 44.5 0.549 0.466 2.31e+03 World CoupledTransportation + 65 13.9 -32.2 -300 44.5 0.00113 6.02 2.31e+03 World hIoni + 66 14.7 -31.5 -263 44.5 0.00829 37.2 2.35e+03 World hIoni + 67 16.9 -29.8 -164 44.5 0.0201 98.9 2.45e+03 World hIoni + 68 17.5 -29.5 -141 44.4 0.00375 22.7 2.47e+03 World hIoni + 69 18.5 -28.7 -94.8 44.4 0.00855 46.5 2.52e+03 World hIoni + 70 19.3 -28.1 -60 44.4 0.00562 34.9 2.55e+03 World hIoni + 71 19.8 -27.7 -39.6 44.4 0.00256 20.4 2.57e+03 World hIoni + 72 19.8 -27.7 -38.6 44.4 8.89e-05 0.993 2.57e+03 World hIoni + 73 20.4 -27.3 -13.9 44.4 0.00791 24.7 2.6e+03 World hIoni + 74 20.7 -27 0.455 44.4 0.00425 14.3 2.61e+03 World hIoni + 75 20.8 -26.9 4.71 44.4 0.000374 4.26 2.62e+03 cloudPV CoupledTransportation + 76 20.9 -26.9 6.57 41.8 2.62 1.85 2.62e+03 World CoupledTransportation + 77 21.5 -26.4 26.8 41.8 0.00538 20.3 2.64e+03 World hIoni + 78 21.8 -26.2 36 41.8 0.00103 9.24 2.65e+03 World hIoni + 79 22.7 -25.4 63.9 41.8 0.00557 27.9 2.68e+03 World hIoni + 80 22.9 -25.2 71.7 41.8 0.00132 7.81 2.68e+03 World hIoni + 81 23.1 -25.1 78 41.7 0.00181 6.28 2.69e+03 World hIoni + 82 23.6 -24.6 94.8 41.7 0.00485 16.8 2.71e+03 World hIoni + 83 23.8 -24.5 99.5 41.7 0.000928 4.65 2.71e+03 World hIoni + 84 25.7 -22.8 162 41.7 0.0125 62.7 2.78e+03 World hIoni + 85 26.5 -22.1 189 41.7 0.00524 26.5 2.8e+03 World hIoni + 86 27.9 -20.8 237 41.7 0.00812 47.9 2.85e+03 World hIoni + 87 28 -20.6 242 41.7 0.00137 5.63 2.86e+03 World hIoni + 88 28.3 -20.4 251 41.7 0.00152 8.89 2.86e+03 World hIoni + 89 30.4 -18.4 323 41.7 0.0143 72.3 2.94e+03 World hIoni + 90 30.7 -18.1 335 41.7 0.00218 11.3 2.95e+03 World hIoni + 91 30.7 -18.1 335 41.7 1.92e-05 0.82 2.95e+03 World hIoni + 92 30.8 -18 337 41.7 5.22e-05 1.24 2.95e+03 World hIoni + 93 31.6 -17.3 364 41.7 0.00543 27.3 2.98e+03 World hIoni + 94 32.3 -16.6 389 41.7 0.00563 25 3e+03 World hIoni + 95 32.7 -16.1 404 41.6 0.00402 15.1 3.02e+03 World hIoni + 96 35.5 -13.4 499 41.6 0.0162 95.2 3.11e+03 World hIoni + 97 35.7 -13.2 507 41.6 0.000898 7.81 3.12e+03 World hIoni + 98 38.8 -10.3 608 41.6 0.0233 101 3.22e+03 World hIoni + 99 40.4 -8.67 660 41.6 0.0111 52.4 3.27e+03 World hIoni + 100 41.2 -7.86 687 41.6 0.00549 26.9 3.3e+03 World hIoni + 101 42.2 -6.83 721 41.6 0.00549 34 3.33e+03 World hIoni + 102 42.3 -6.72 724 41.6 0.000344 3.4 3.34e+03 World hIoni + 103 43 -6.03 747 41.6 0.00499 23.1 3.36e+03 World hIoni + 104 43.4 -5.56 763 41.6 0.00294 15.5 3.38e+03 World hIoni + 105 44.9 -4.14 810 41.5 0.00755 47.5 3.42e+03 World hIoni + 106 45.3 -3.71 825 41.5 0.00125 14.7 3.44e+03 World hIoni + 107 46 -2.99 849 41.5 0.00431 23.9 3.46e+03 World hIoni + 108 46.2 -2.74 857 41.5 0.00287 8.18 3.47e+03 World hIoni + 109 46.9 -2.06 880 41.5 0.00527 22.8 3.49e+03 World hIoni + 110 47 -1.97 883 41.5 0.000263 3.19 3.5e+03 World hIoni + 111 48 -0.944 917 41.5 0.007 33.9 3.53e+03 World hIoni + 112 48.7 -0.11 944 41.5 0.00493 27.7 3.56e+03 World hIoni + 113 49.1 0.285 957 41.5 0.00178 12.9 3.57e+03 World hIoni + 114 49.6 0.85 976 41.5 0.00497 18.3 3.59e+03 World hIoni + 115 49.8 1 980 41.5 0.00193 4.85 3.59e+03 World hIoni + 116 49.9 1.16 985 41.4 0.000975 5 3.6e+03 World hIoni + 117 50.9 2.18 1.02e+03 41.4 0.00501 33.3 3.63e+03 World hIoni + 118 52.8 4.23 1.09e+03 41.4 0.0139 66.7 3.7e+03 World hIoni + 119 54.8 6.39 1.16e+03 41.4 0.0144 70.9 3.77e+03 World hIoni + 120 55.8 7.48 1.19e+03 41.4 0.0073 35.1 3.81e+03 World hIoni + 121 58 9.92 1.27e+03 41.4 0.0135 76.8 3.88e+03 World hIoni + 122 58.6 10.6 1.29e+03 41.4 0.00535 22.7 3.9e+03 World hIoni + 123 61.4 13.7 1.39e+03 41.3 0.0202 99.5 4e+03 World hIoni + 124 62.6 15 1.43e+03 41.3 0.00955 42.3 4.05e+03 World hIoni + 125 64.5 17.1 1.5e+03 41.3 0.0138 65.2 4.11e+03 World hIoni + 126 64.7 17.3 1.5e+03 41.3 0.00132 6.53 4.12e+03 World hIoni + 127 64.9 17.6 1.51e+03 41.3 0.00271 7.95 4.13e+03 World hIoni + 128 71.9 26.1 1.76e+03 41.2 0.0573 252 4.38e+03 World hIoni + 129 72.1 26.5 1.77e+03 41.2 0.00169 10.2 4.39e+03 World hIoni + 130 72.3 26.7 1.78e+03 41.2 0.00107 6.06 4.39e+03 cloudPV CoupledTransportation + 131 72.3 26.7 1.78e+03 39.5 1.71 1.22 4.4e+03 World CoupledTransportation + 132 73.1 27.9 1.81e+03 39.5 0.00448 25.4 4.42e+03 World hIoni + 133 73.8 28.8 1.83e+03 39.5 0.00251 19.4 4.44e+03 World hIoni + 134 74.3 29.4 1.84e+03 39.5 0.00455 14 4.45e+03 World hIoni + 135 76.2 32.1 1.9e+03 39.5 0.0124 57.1 4.51e+03 World hIoni + 136 79.8 37.2 2e+03 39.5 0.0255 108 4.62e+03 World hIoni + 137 81.4 39.5 2.05e+03 39.4 0.0129 48.8 4.67e+03 World hIoni + 138 85 44.5 2.16e+03 39.4 0.0217 107 4.78e+03 World hIoni + 139 85.5 45.3 2.18e+03 39.4 0.00544 15.2 4.79e+03 World hIoni + 140 85.7 45.6 2.18e+03 39.4 0.0012 7.09 4.8e+03 World hIoni + 141 87 47.5 2.22e+03 39.4 0.00955 40.4 4.84e+03 World hIoni + 142 87.9 48.8 2.25e+03 39.4 0.00655 27.1 4.87e+03 World hIoni + 143 88 48.9 2.25e+03 39.4 0.000611 2.78 4.87e+03 World hIoni + 144 88.2 49.3 2.26e+03 39.4 0.00118 8.11 4.88e+03 World hIoni + 145 88.9 50.3 2.28e+03 39.4 0.00471 21 4.9e+03 World hIoni + 146 91.5 53.9 2.36e+03 39.3 0.0168 79.3 4.98e+03 World hIoni + 147 91.7 54.2 2.37e+03 39.3 0.000475 5.27 4.98e+03 World hIoni + 148 92.2 54.9 2.38e+03 39.3 0.00324 16.4 5e+03 World hIoni + 149 92.6 55.5 2.4e+03 39.3 0.00714 13.2 5.01e+03 World hIoni + 150 93.9 57.2 2.43e+03 39.3 0.00797 35.7 5.05e+03 World hIoni + 151 94.5 58.1 2.45e+03 39.3 0.00363 19.4 5.07e+03 World hIoni + 152 95.9 59.9 2.49e+03 39.3 0.00852 39 5.11e+03 World hIoni + 153 97.7 62.2 2.54e+03 39.3 0.0103 50.1 5.16e+03 World hIoni + 154 98.2 62.9 2.55e+03 39.3 0.00162 15.3 5.17e+03 World hIoni + 155 98.5 63.1 2.56e+03 39.3 0.00248 5.55 5.18e+03 World hIoni + 156 99.9 64.9 2.6e+03 39.3 0.00896 39.7 5.22e+03 detectorPV CoupledTransportation + 157 100 65 2.6e+03 34.6 4.71 1.49 5.22e+03 detectorPV detectorMesh + 158 100 65.1 2.6e+03 29.5 5.04 1.29 5.22e+03 detectorPV hIoni + 159 100 65.2 2.6e+03 25.3 4.19 1.01 5.22e+03 detectorPV hIoni + 160 100 65.2 2.6e+03 21.4 3.96 0.809 5.22e+03 detectorPV hIoni + 161 100 65.3 2.61e+03 18.1 3.24 0.64 5.22e+03 detectorPV hIoni + 162 100 65.3 2.61e+03 15.1 3.07 0.517 5.22e+03 detectorPV hIoni + 163 100 65.4 2.61e+03 12 3.09 0.414 5.22e+03 detectorPV hIoni + 164 100 65.4 2.61e+03 8.99 2.99 0.324 5.22e+03 detectorPV hIoni + 165 100 65.4 2.61e+03 6.24 2.75 0.25 5.22e+03 detectorPV hIoni + 166 100 65.4 2.61e+03 3.19 3.06 0.188 5.22e+03 detectorPV hIoni + 167 100 65.4 2.61e+03 0 3.19 0.0905 5.22e+03 detectorPV hIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 120, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 111 58.9 2.42e+03 0.00191 0 0 0 World initStep - 1 111 58.8 2.42e+03 0 0.00191 0.747 0.747 World eIoni + 0 98.5 63.1 2.56e+03 0.00255 0 0 0 World initStep + 1 98.2 63.6 2.56e+03 0.00128 0.00127 1.16 1.16 World eIoni + 2 98.2 63.7 2.56e+03 0 0.00128 0.404 1.57 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 119, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 110 59.4 2.36e+03 0.0125 0 0 0 World initStep - 1 112 56.7 2.36e+03 0.0113 0.00122 3.47 3.47 World msc - 2 115 54.1 2.36e+03 0.0102 0.00113 4.85 8.32 World eIoni - 3 118 52.1 2.36e+03 0.00858 0.00159 4.26 12.6 World eIoni - 4 120 50.5 2.36e+03 0.00771 0.000875 3.52 16.1 World eIoni - 5 122 50.5 2.36e+03 0.00621 0.00149 3.15 19.2 World eIoni - 6 123 52.1 2.36e+03 0.00404 0.00217 2.57 21.8 World eIoni - 7 123 52.7 2.36e+03 0.00149 0.00255 1.81 23.6 World eIoni - 8 124 52.7 2.36e+03 0 0.00149 0.508 24.1 World eIoni + 0 98.2 62.9 2.55e+03 0.00246 0 0 0 World initStep + 1 98.5 62.5 2.55e+03 0 0.00246 1.11 1.11 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 118, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 110 59.7 2.32e+03 0.00132 0 0 0 World initStep - 1 110 59.8 2.32e+03 0 0.00132 0.422 0.422 World eIoni + 0 95.9 59.9 2.49e+03 0.00206 0 0 0 World initStep + 1 96.1 60.2 2.49e+03 0 0.00206 0.841 0.841 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 109 59.9 2.3e+03 0.00293 0 0 0 World initStep - 1 109 59.5 2.3e+03 0.00169 0.00124 1.36 1.36 World eIoni - 2 109 59.3 2.3e+03 0 0.00169 0.614 1.98 World eIoni + 0 94.5 58.1 2.45e+03 0.00337 0 0 0 World initStep + 1 94.8 58.8 2.45e+03 0.00111 0.00226 1.56 1.56 World eIoni + 2 94.9 58.8 2.45e+03 0 0.00111 0.328 1.89 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 109 60 2.29e+03 0.00138 0 0 0 World initStep - 1 109 59.9 2.29e+03 0 0.00138 0.453 0.453 World eIoni + 0 93.9 57.2 2.43e+03 0.00317 0 0 0 World initStep + 1 94.1 56.5 2.43e+03 0.00177 0.0014 1.47 1.47 World eIoni + 2 93.8 56.5 2.43e+03 0 0.00177 0.661 2.14 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 108 60.6 2.21e+03 0.00171 0 0 0 World initStep - 1 108 60.4 2.21e+03 0 0.00171 0.624 0.624 World eIoni + 0 92.6 55.5 2.4e+03 0.00924 0 0 0 World initStep + 1 90.2 54.3 2.4e+03 0.00669 0.00255 3.82 3.82 World eIoni + 2 89.9 55.5 2.4e+03 0.0034 0.00329 2.75 6.57 World eIoni + 3 89.5 56.1 2.4e+03 0 0.0034 1.51 8.08 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 107 60.9 2.17e+03 0.00147 0 0 0 World initStep - 1 107 61.1 2.17e+03 0 0.00147 0.496 0.496 World eIoni + 0 92.2 54.9 2.38e+03 0.00299 0 0 0 World initStep + 1 91.9 54.4 2.38e+03 0 0.00299 1.39 1.39 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 106 61.1 2.14e+03 0.00249 0 0 0 World initStep - 1 106 61.2 2.14e+03 0.002 0.000488 0.126 0.126 World eIoni - 2 106 61.6 2.14e+03 0 0.002 0.804 0.929 World eIoni + 0 91.5 53.9 2.36e+03 0.002 0 0 0 World initStep + 1 91.8 53.8 2.36e+03 0 0.002 0.8 0.8 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 106 61.1 2.14e+03 0.00125 0 0 0 World initStep - 1 106 61 2.14e+03 0 0.00125 0.388 0.388 World eIoni + 0 88.9 50.3 2.28e+03 0.00116 0 0 0 World initStep + 1 89 50.1 2.28e+03 0 0.00116 0.35 0.35 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 106 61.3 2.12e+03 0.00224 0 0 0 World initStep - 1 106 61.4 2.12e+03 0 0.00224 0.962 0.962 World eIoni + 0 88 48.9 2.25e+03 0.00208 0 0 0 World initStep + 1 88.3 49 2.25e+03 0 0.00208 0.85 0.85 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 104 62 2e+03 0.00505 0 0 0 World initStep - 1 105 61.1 2e+03 0.00287 0.00218 2.16 2.16 World eIoni - 2 105 61 2e+03 0 0.00287 1.33 3.5 World eIoni + 0 87 47.5 2.22e+03 0.00239 0 0 0 World initStep + 1 86.7 47.8 2.22e+03 0 0.00239 1.06 1.06 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 102 62.5 1.9e+03 0.00157 0 0 0 World initStep - 1 102 62.4 1.9e+03 0 0.00157 0.549 0.549 World eIoni + 0 85.7 45.6 2.18e+03 0.00339 0 0 0 World initStep + 1 85.7 46.4 2.18e+03 0 0.00339 1.57 1.57 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 102 62.6 1.88e+03 0.0217 0 0 0 World initStep - 1 105 73.6 1.89e+03 0.0184 0.0033 12.5 12.5 World eIoni - 2 111 80.2 1.89e+03 0.0165 0.00189 9.62 22.1 World eIoni - 3 118 82.1 1.88e+03 0.0127 0.0038 8.16 30.3 World eIoni - 4 120 87 1.89e+03 0.0102 0.00249 5.64 35.9 World eIoni - 5 120 90.6 1.88e+03 0.00881 0.00139 4.28 40.2 World eIoni - 6 122 93 1.88e+03 0.00614 0.00267 3.62 43.8 World eIoni - 7 123 92.2 1.88e+03 0.00458 0.00157 2.55 46.3 World eIoni - 8 124 93.1 1.88e+03 0.00263 0.00194 2 48.3 World eIoni - 9 124 93.3 1.88e+03 0 0.00263 1.21 49.5 World eIoni + 0 85.5 45.3 2.18e+03 0.00973 0 0 0 World initStep + 1 83.3 46.3 2.18e+03 0.00703 0.00121 3.74 3.74 World eIoni + 2 82 47.3 2.18e+03 0.00523 0.0018 1.93 5.67 World msc + 3 81.1 48.3 2.18e+03 0.00344 0.00179 1.57 7.24 World msc + 4 80.7 49 2.18e+03 0.0021 0.00133 1.59 8.83 World eIoni + 5 80.9 49.2 2.18e+03 0 0.0021 0.866 9.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 108 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 83.3 46.3 2.18e+03 0.00148 0 0 0 World initStep + 1 83.1 46.3 2.18e+03 0 0.00148 0.503 0.503 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 102 62.7 1.88e+03 0.00162 0 0 0 World initStep - 1 102 62.9 1.88e+03 0 0.00162 0.578 0.578 World eIoni + 0 85 44.5 2.16e+03 0.00358 0 0 0 World initStep + 1 85.4 43.8 2.16e+03 0.00152 0.00206 1.64 1.64 World eIoni + 2 85.4 44 2.16e+03 0 0.00152 0.523 2.17 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 101 63.1 1.81e+03 0.00131 0 0 0 World initStep - 1 101 63.2 1.81e+03 0 0.00131 0.42 0.42 World eIoni + 0 81.4 39.5 2.05e+03 0.00179 0 0 0 World initStep + 1 81.2 39.3 2.05e+03 0 0.00179 0.672 0.672 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 99.6 63.4 1.74e+03 0.0334 0 0 0 World initStep - 1 85.1 48.1 1.75e+03 0.0275 0.00588 25.6 25.6 World eIoni - 2 72.4 43.4 1.76e+03 0.0245 0.00301 18.5 44.1 World eIoni - 3 74.1 57.6 1.76e+03 0.0219 0.00263 15.2 59.4 World eIoni - 4 70 68.6 1.76e+03 0.0194 0.00248 12.7 72 World eIoni - 5 73.6 72.1 1.76e+03 0.0174 0.00203 10.5 82.5 World eIoni - 6 79.5 75 1.75e+03 0.0158 0.00156 8.85 91.4 World eIoni - 7 85.2 77.1 1.75e+03 0.0131 0.00273 7.69 99.1 World eIoni - 8 89.3 79.9 1.75e+03 0.0115 0.00163 5.89 105 World eIoni - 9 90.3 84 1.75e+03 0.00878 0.00269 4.94 110 World eIoni - 10 91.2 87.2 1.75e+03 0.00678 0.00201 3.61 113 World eIoni - 11 92.2 88.8 1.75e+03 0.0059 0.000875 2.78 116 World eIoni - 12 91.8 88.1 1.74e+03 0.00459 0.00131 2.46 119 World eIoni - 13 91 87.5 1.74e+03 0.00131 0.00327 2 121 World eIoni - 14 90.9 87.5 1.74e+03 0 0.00131 0.42 121 World eIoni + 0 79.8 37.2 2e+03 0.00118 0 0 0 World initStep + 1 79.7 37.1 2e+03 0 0.00118 0.36 0.36 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 99.4 63.5 1.73e+03 0.001 0 0 0 World initStep - 1 99.4 63.4 1.73e+03 0 0.001 0.283 0.283 World eIoni + 0 76.2 32.1 1.9e+03 0.00295 0 0 0 World initStep + 1 75.7 31.7 1.9e+03 0.00129 0.00166 1.38 1.38 World eIoni + 2 75.6 31.6 1.9e+03 0 0.00129 0.41 1.78 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 99.1 63.6 1.71e+03 0.00212 0 0 0 World initStep - 1 98.8 63.8 1.71e+03 0 0.00212 0.877 0.877 World eIoni + 0 74.3 29.4 1.84e+03 0.0047 0 0 0 World initStep + 1 73.1 29.7 1.84e+03 0.00293 0.00176 2.04 2.04 World eIoni + 2 72.6 29.6 1.84e+03 0 0.00293 1.37 3.41 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 98.7 63.8 1.69e+03 0.00154 0 0 0 World initStep - 1 98.9 63.7 1.69e+03 0 0.00154 0.532 0.532 World eIoni + 0 73.8 28.8 1.83e+03 0.00407 0 0 0 World initStep + 1 74.6 29.4 1.83e+03 0.00223 0.00184 1.82 1.82 World eIoni + 2 74.8 29.7 1.83e+03 0 0.00223 0.952 2.78 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 97.1 64.4 1.59e+03 0.0017 0 0 0 World initStep - 1 97.3 64.3 1.59e+03 0 0.0017 0.621 0.621 World eIoni + 0 73.1 27.9 1.81e+03 0.00177 0 0 0 World initStep + 1 73 28.1 1.81e+03 0 0.00177 0.658 0.658 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 96.7 64.5 1.57e+03 0.0074 0 0 0 World initStep - 1 97 62.5 1.57e+03 0.00577 0.00163 2.2 2.2 World msc - 2 98 61.5 1.57e+03 0.00289 0.00288 2.41 4.61 World eIoni - 3 98.6 61.7 1.57e+03 0 0.00289 1.34 5.96 World eIoni + 0 72.1 26.5 1.77e+03 0.00123 0 0 0 World initStep + 1 72.1 26.3 1.77e+03 0 0.00123 0.382 0.382 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 96.2 64.7 1.54e+03 0.00393 0 0 0 World initStep - 1 97.1 65.1 1.54e+03 0.0014 0.00253 1.77 1.77 World eIoni - 2 97.1 65.3 1.54e+03 0 0.0014 0.462 2.24 World eIoni + 0 71.9 26.1 1.76e+03 0.0134 0 0 0 World initStep + 1 69.4 30.2 1.77e+03 0.0122 0.00116 6.05 6.05 World eIoni + 2 69.4 30.4 1.77e+03 0.011 0.000113 0.241 6.29 World eIoni + 3 68.6 34.1 1.77e+03 0.00974 0.00131 4.71 11 World eIoni + 4 68.1 37.2 1.77e+03 0.00749 0.00224 4.05 15.1 World eIoni + 5 67.9 39.2 1.77e+03 0.00603 0.00146 3.06 18.1 World eIoni + 6 68.3 38.9 1.76e+03 0.00454 0.00149 2.51 20.6 World eIoni + 7 68.7 38.3 1.76e+03 0.00187 0.00268 1.99 22.6 World eIoni + 8 68.8 38.1 1.76e+03 0 0.00187 0.718 23.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 69.4 30.4 1.77e+03 0.00105 0 0 0 World initStep + 1 69.3 30.4 1.77e+03 0 0.00105 0.302 0.302 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 95.8 64.9 1.51e+03 0.0244 0 0 0 World initStep - 1 106 74.9 1.51e+03 0.021 0.00346 15.1 15.1 World eIoni - 2 103 73.8 1.51e+03 0.0198 0.00114 5.06 20.2 cloudPV CoupledTransportation - 3 103 73.8 1.51e+03 0.0198 3.95e-05 0.000262 20.2 cloudPV msc - 4 103 73.8 1.51e+03 0.0193 0.000473 0.000345 20.2 cloudPV msc - 5 103 73.8 1.51e+03 0.0187 0.000602 0.000334 20.2 cloudPV msc - 6 103 73.8 1.51e+03 0.0181 0.000611 0.000371 20.2 cloudPV msc - 7 103 73.8 1.51e+03 0.0178 0.000259 0.000653 20.2 cloudPV msc - 8 103 73.8 1.51e+03 0.0165 0.00134 0.000722 20.2 cloudPV msc - 9 103 73.8 1.51e+03 0.0155 0.00104 0.00108 20.2 cloudPV msc - 10 103 73.8 1.51e+03 0.0139 0.0016 0.001 20.2 cloudPV msc - 11 103 73.8 1.51e+03 0.0132 0.000669 0.00084 20.2 cloudPV msc - 12 103 73.8 1.51e+03 0.0123 0.000935 0.000936 20.2 cloudPV msc - 13 103 73.8 1.51e+03 0.0099 0.00236 0.00122 20.2 cloudPV msc - 14 103 73.8 1.51e+03 0 0.0099 0.00251 20.2 cloudPV eIoni + 0 64.9 17.6 1.51e+03 0.00259 0 0 0 World initStep + 1 65.4 17.5 1.51e+03 0 0.00259 1.18 1.18 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 95.3 65.1 1.48e+03 0.00171 0 0 0 World initStep - 1 95.5 65.3 1.48e+03 0 0.00171 0.624 0.624 World eIoni + 0 64.7 17.3 1.5e+03 0.00128 0 0 0 World initStep + 1 64.8 17.2 1.5e+03 0 0.00128 0.403 0.403 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 94.8 65.3 1.46e+03 0.00227 0 0 0 World initStep - 1 94.5 65 1.46e+03 0 0.00227 0.979 0.979 World eIoni + 0 64.5 17.1 1.5e+03 0.00327 0 0 0 World initStep + 1 64.2 17.7 1.5e+03 0.00214 0.00113 1.52 1.52 World eIoni + 2 64.1 17.9 1.5e+03 0 0.00214 0.894 2.41 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 94.6 65.4 1.44e+03 0.00816 0 0 0 World initStep - 1 92.3 66.1 1.44e+03 0.00519 0.00297 3.34 3.34 World eIoni - 2 91 66.4 1.44e+03 0.00313 0.00206 2.21 5.55 World eIoni - 3 90.5 66.4 1.44e+03 0 0.00313 1.46 7.01 World eIoni + 0 62.6 15 1.43e+03 0.00107 0 0 0 World initStep + 1 62.5 15.1 1.43e+03 0 0.00107 0.311 0.311 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 94.1 65.6 1.42e+03 0.00107 0 0 0 World initStep - 1 94.1 65.7 1.42e+03 0 0.00107 0.312 0.312 World eIoni + 0 58.6 10.6 1.29e+03 0.00636 0 0 0 World initStep + 1 60.4 10.5 1.29e+03 0.00347 0.00289 2.63 2.63 World eIoni + 2 60.7 11.3 1.29e+03 0.00174 0.00173 1.6 4.23 World eIoni + 3 60.6 11.5 1.29e+03 0 0.00174 0.643 4.87 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 93.4 65.8 1.38e+03 0.00865 0 0 0 World initStep - 1 90.4 66.3 1.38e+03 0.00534 0.0033 3.55 3.55 World eIoni - 2 89.1 67 1.38e+03 0.00427 0.00107 2.26 5.81 World eIoni - 3 88.8 67.2 1.38e+03 0.00148 0.00279 1.9 7.71 World eIoni - 4 88.9 67.2 1.38e+03 0 0.00148 0.503 8.21 World eIoni + 0 58 9.92 1.27e+03 0.00236 0 0 0 World initStep + 1 58.4 10.1 1.27e+03 0 0.00236 1.04 1.04 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 90.4 66.8 1.21e+03 0.00105 0 0 0 World initStep - 1 90.3 66.7 1.21e+03 0 0.00105 0.302 0.302 World eIoni + 0 55.8 7.48 1.19e+03 0.00626 0 0 0 World initStep + 1 57 8.82 1.19e+03 0.00325 0.00302 2.37 2.37 World msc + 2 57.6 9.16 1.19e+03 0.0011 0.00214 1.51 3.87 World eIoni + 3 57.5 9.09 1.19e+03 0 0.0011 0.324 4.2 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 90 66.9 1.19e+03 0.00337 0 0 0 World initStep - 1 90.5 66.4 1.19e+03 0.00146 0.00191 1.56 1.56 World eIoni - 2 90.6 66.2 1.19e+03 0 0.00146 0.492 2.05 World eIoni + 0 54.8 6.39 1.16e+03 0.00184 0 0 0 World initStep + 1 54.8 6.12 1.16e+03 0 0.00184 0.703 0.703 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 89.3 67.2 1.15e+03 0.00109 0 0 0 World initStep - 1 89.2 67.1 1.15e+03 0 0.00109 0.32 0.32 World eIoni + 0 52.8 4.23 1.09e+03 0.00123 0 0 0 World initStep + 1 52.7 4.36 1.09e+03 0 0.00123 0.38 0.38 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 88.6 67.4 1.11e+03 0.00837 0 0 0 World initStep - 1 91 66.6 1.11e+03 0.00694 0.00144 3.43 3.43 World eIoni - 2 92.4 65.2 1.11e+03 0.00577 0.00117 2.84 6.27 World eIoni - 3 93.4 64.1 1.11e+03 0.00345 0.00232 2.41 8.68 World eIoni - 4 93.9 64.4 1.11e+03 0.00251 0.000937 1.59 10.3 World eIoni - 5 94.3 64.3 1.11e+03 0 0.00251 1.14 11.4 World eIoni + 0 50.9 2.18 1.02e+03 0.00667 0 0 0 World initStep + 1 52.1 0.711 1.02e+03 0.00332 0.00335 2.74 2.74 World eIoni + 2 52 0.0625 1.02e+03 0.00209 0.00123 1.54 4.28 World eIoni + 3 52.2 -0.0773 1.02e+03 0 0.00209 0.861 5.14 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 87.4 67.8 1.04e+03 0.00107 0 0 0 World initStep - 1 87.3 67.9 1.04e+03 0 0.00107 0.313 0.313 World eIoni + 0 49.9 1.16 985 0.00447 0 0 0 World initStep + 1 49.1 2.02 986 0.00194 0.00253 1.96 1.96 World eIoni + 2 49.4 1.96 985 0 0.00194 0.764 2.73 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 87.3 67.9 1.03e+03 0.00188 0 0 0 World initStep - 1 87.1 68.1 1.03e+03 0 0.00188 0.727 0.727 World eIoni + 0 49.8 1 980 0.00555 0 0 0 World initStep + 1 48.6 0.0865 981 0.00426 0.00128 2.34 2.34 World eIoni + 2 47.7 -0.551 981 0.00138 0.00288 1.72 4.06 World eIoni + 3 47.8 -0.436 981 0 0.00138 0.454 4.51 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 87 68 1.02e+03 0.00256 0 0 0 World initStep - 1 86.6 68.2 1.02e+03 0 0.00256 1.17 1.17 World eIoni + 0 49.6 0.85 976 0.0233 0 0 0 World initStep + 1 56.2 12.1 977 0.021 0.00223 14 14 World eIoni + 2 59.6 22 973 0.0185 0.00251 11.9 25.9 World eIoni + 3 61.3 30.4 970 0.017 0.00155 9.75 35.6 World eIoni + 4 60.8 32.4 970 0.0153 0.000479 2.15 37.8 World eIoni + 5 62.2 37 975 0.0122 0.00309 7.34 45.1 World eIoni + 6 62.3 38.2 976 0.0106 8.27e-05 1.56 46.7 World eIoni + 7 62.6 40.6 979 0.00833 0.00226 4.47 51.2 World eIoni + 8 61.4 41.3 981 0.00643 0.0019 3.41 54.6 World eIoni + 9 59.9 42.4 982 0.00369 0.00275 2.65 57.2 World eIoni + 10 59.2 42.6 981 0.00232 0.00137 1.68 58.9 World eIoni + 11 58.9 42.5 981 0.00134 0.000975 1.01 59.9 World eIoni + 12 58.8 42.4 982 0 0.00134 0.433 60.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 86 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 62.3 38.2 976 0.00157 0 0 0 World initStep + 1 62.1 38.3 976 0 0.00157 0.551 0.551 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 86 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 60.8 32.4 970 0.00117 0 0 0 World initStep + 1 60.7 32.4 970 0 0.00117 0.354 0.354 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 86 68.3 954 0.0157 0 0 0 World initStep - 1 87.2 61.6 956 0.0116 0.00407 7.59 7.59 World eIoni - 2 86.4 57.1 955 0.00972 0.00191 5.03 12.6 World eIoni - 3 87.7 53.7 955 0.00814 0.00158 4.04 16.7 World eIoni - 4 89.9 52.4 955 0.00647 0.00167 3.33 20 World eIoni - 5 91.5 52.2 956 0.00501 0.00146 2.67 22.7 World eIoni - 6 91 51.4 955 0.00402 0.000996 2.15 24.8 World eIoni - 7 92 51.1 955 0.00234 0.00168 1.8 26.6 World eIoni - 8 92.2 50.8 955 0.00165 0.000691 1.03 27.6 World eIoni - 9 92.3 50.6 955 0 0.00165 0.592 28.2 World eIoni + 0 49.1 0.285 957 0.0058 0 0 0 World initStep + 1 50.5 -0.559 958 0.00384 0.00197 2.43 2.43 World eIoni + 2 51 -1.05 957 0.00242 0.00141 1.74 4.17 World eIoni + 3 50.6 -1.02 957 0 0.00242 1.09 5.25 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 84.3 68.9 837 0.00107 0 0 0 World initStep - 1 84.4 68.8 837 0 0.00107 0.31 0.31 World eIoni + 0 48.7 -0.11 944 0.0075 0 0 0 World initStep + 1 49.2 -2.23 945 0.00652 0.000978 3.07 3.07 World eIoni + 2 48.9 -4.07 945 0.00569 0.000833 2.69 5.75 World eIoni + 3 48.1 -5.41 945 0.00396 0.00172 2.39 8.14 World eIoni + 4 48 -6.33 946 0.00126 0.00271 1.79 9.92 World eIoni + 5 48 -6.33 945 0 0.00126 0.393 10.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 82.7 69.6 725 0.00115 0 0 0 World initStep - 1 82.7 69.4 725 0 0.00115 0.344 0.344 World eIoni + 0 47 -1.97 883 0.0077 0 0 0 World initStep + 1 45.6 -3.7 884 0.00541 0.00229 3.14 3.14 World eIoni + 2 44.9 -3.44 885 0.00394 0.00147 2.29 5.43 World eIoni + 3 44.5 -4.39 885 0.00279 0.00115 1.78 7.21 World eIoni + 4 45 -4.56 885 0 0.00279 1.3 8.51 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 79.7 70.7 570 0.00268 0 0 0 World initStep - 1 79.7 70.2 570 0 0.00268 1.24 1.24 World eIoni + 0 46.9 -2.06 880 0.00368 0 0 0 World initStep + 1 46.3 -2.67 880 0.00204 0.00164 1.68 1.68 World eIoni + 2 46.1 -2.43 880 0 0.00204 0.824 2.51 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 77.3 71.8 449 0.00115 0 0 0 World initStep - 1 77.2 71.8 449 0 0.00115 0.347 0.347 World eIoni + 0 46.2 -2.74 857 0.00275 0 0 0 World initStep + 1 45.8 -2.39 857 0 0.00275 1.28 1.28 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 76.8 72 423 0.00275 0 0 0 World initStep - 1 77.2 72.3 423 0 0.00275 1.27 1.27 World eIoni + 0 45.3 -3.71 825 0.0041 0 0 0 World initStep + 1 44.3 -3.4 825 0.00242 0.00167 1.83 1.83 World eIoni + 2 44 -3.15 825 0 0.00242 1.08 2.92 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 75.4 72.5 353 0.00297 0 0 0 World initStep - 1 76 72.5 353 0 0.00297 1.39 1.39 World eIoni + 0 44.9 -4.14 810 0.00168 0 0 0 World initStep + 1 44.8 -3.93 810 0 0.00168 0.609 0.609 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 75.4 72.5 352 0.00161 0 0 0 World initStep - 1 75.2 72.4 352 0 0.00161 0.573 0.573 World eIoni + 0 43.4 -5.56 763 0.00154 0 0 0 World initStep + 1 43.4 -5.35 763 0 0.00154 0.534 0.534 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 75.2 72.5 340 0.032 0 0 0 World initStep - 1 64.7 78.8 359 0.0261 0.00589 23.8 23.8 World eIoni - 2 55.4 81.9 371 0.0224 0.00375 16.9 40.8 World eIoni - 3 54.8 81.7 372 0.0204 0.000196 0.964 41.7 World eIoni - 4 51.6 84.5 382 0.0176 0.00287 11.3 53.1 World eIoni - 5 47.3 89.4 387 0.0158 0.0018 8.97 62 World eIoni - 6 40.7 91.5 385 0.0142 0.00153 7.64 69.7 World eIoni - 7 36.5 94.3 389 0.0115 0.00269 6.6 76.3 World eIoni - 8 36.4 91.8 392 0.00991 0.00164 4.98 81.3 World eIoni - 9 36.9 91.5 396 0.00822 0.00169 4.13 85.4 World eIoni - 10 38.3 92.7 399 0.00541 0.00281 3.36 88.8 World eIoni - 11 39.3 93.3 400 0.00342 0.00199 2.29 91.1 World eIoni - 12 39.6 93.1 400 0.00265 0.000767 0.576 91.6 World eIoni - 13 40 93.1 400 0 0.00265 1.22 92.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.8 81.7 372 0.00175 0 0 0 World initStep - 1 54.6 81.6 372 0 0.00175 0.65 0.65 World eIoni + 0 43 -6.03 747 0.00214 0 0 0 World initStep + 1 42.8 -6.31 747 0 0.00214 0.892 0.892 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 74 72.5 233 0.00146 0 0 0 World initStep - 1 73.8 72.5 233 0 0.00146 0.493 0.493 World eIoni + 0 42.3 -6.72 724 0.0031 0 0 0 World initStep + 1 41.8 -7.19 724 0 0.0031 1.44 1.44 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.9 72.4 127 0.00528 0 0 0 World initStep - 1 73.1 71.4 128 0.0046 0.000682 1.35 1.35 World msc - 2 72.9 70.8 129 0.00451 8.31e-05 0.865 2.21 World msc - 3 72.5 69.9 129 0.00422 0.000288 1.16 3.37 World msc - 4 72.2 68.9 129 0.00158 0.00265 1.88 5.25 World eIoni - 5 72.3 68.8 129 0 0.00158 0.554 5.81 World eIoni + 0 42.2 -6.83 721 0.0012 0 0 0 World initStep + 1 42.3 -6.88 721 0 0.0012 0.369 0.369 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.5 72.3 90.2 0.00269 0 0 0 World initStep - 1 72.1 72.7 90.3 0 0.00269 1.24 1.24 World eIoni + 0 41.2 -7.86 687 0.00348 0 0 0 World initStep + 1 41 -8.65 687 0 0.00348 1.6 1.6 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.1 72.3 52.1 0.00101 0 0 0 World initStep - 1 72.1 72.4 52.1 0 0.00101 0.288 0.288 World eIoni + 0 40.4 -8.67 660 0.00125 0 0 0 World initStep + 1 40.2 -8.61 660 0 0.00125 0.388 0.388 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 71.7 72.2 16 0.00166 0 0 0 World initStep - 1 71.4 72.1 16.1 0 0.00166 0.601 0.601 World eIoni + 0 38.8 -10.3 608 0.00137 0 0 0 World initStep + 1 38.6 -10.3 608 0 0.00137 0.449 0.449 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 71.5 72.2 0.96 0.00202 0 0 0 World initStep - 1 71.8 72 1 0 0.00202 0.815 0.815 World eIoni + 0 35.7 -13.2 507 0.00349 0 0 0 World initStep + 1 35.2 -13.7 507 0 0.00349 1.61 1.61 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 71.3 72.1 -17.2 0.00184 0 0 0 World initStep - 1 71.2 71.9 -17.2 0 0.00184 0.703 0.703 World eIoni + 0 32.7 -16.1 404 0.000993 0 0 0 World initStep + 1 32.8 -16.1 404 0 0.000993 0.279 0.279 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 71 72.1 -46.7 0.00143 0 0 0 World initStep - 1 71.1 72.1 -46.6 0 0.00143 0.475 0.475 World eIoni + 0 32.3 -16.6 389 0.00121 0 0 0 World initStep + 1 32.2 -16.7 389 0 0.00121 0.37 0.37 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 70.3 71.9 -106 0.00147 0 0 0 World initStep - 1 70.3 71.7 -106 0 0.00147 0.497 0.497 World eIoni + 0 30.8 -18 337 0.00545 0 0 0 World initStep + 1 30.6 -19.5 337 0.00337 0.00208 2.3 2.3 World eIoni + 2 30.5 -20.3 337 0.00202 0.00135 1.56 3.86 World eIoni + 3 30.6 -20.4 337 0 0.00202 0.816 4.68 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 70.3 71.9 -111 0.00149 0 0 0 World initStep - 1 70.4 71.8 -111 0 0.00149 0.505 0.505 World eIoni + 0 30.7 -18.1 335 0.00738 0 0 0 World initStep + 1 31.6 -20 335 0.00505 0.00233 3.02 3.02 World eIoni + 2 32.4 -20.8 334 0.00388 0.00117 2.16 5.18 World eIoni + 3 31.8 -21.3 334 0.00261 0.00127 1.76 6.94 World eIoni + 4 31.4 -20.9 334 0 0.00261 1.2 8.13 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69.8 71.8 -148 0.00521 0 0 0 World initStep - 1 70.6 70.6 -148 0.00155 0.00366 2.22 2.22 World eIoni - 2 70.6 70.4 -148 0 0.00155 0.54 2.76 World eIoni + 0 30.4 -18.4 323 0.00118 0 0 0 World initStep + 1 30.5 -18.5 323 0 0.00118 0.36 0.36 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69.6 71.7 -172 0.00245 0 0 0 World initStep - 1 69.1 71.8 -172 0 0.00245 1.1 1.1 World eIoni + 0 28.3 -20.4 251 0.00165 0 0 0 World initStep + 1 28.1 -20.5 251 0 0.00165 0.594 0.594 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69.2 71.6 -207 0.00342 0 0 0 World initStep - 1 69.3 72.4 -207 0 0.00342 1.58 1.58 World eIoni + 0 28 -20.6 242 0.00209 0 0 0 World initStep + 1 28.4 -20.8 242 0 0.00209 0.856 0.856 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.3 71.3 -289 0.00136 0 0 0 World initStep - 1 68.2 71.1 -289 0 0.00136 0.441 0.441 World eIoni + 0 27.9 -20.8 237 0.00174 0 0 0 World initStep + 1 27.9 -20.5 237 0 0.00174 0.644 0.644 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 67.6 71 -348 0.0152 0 0 0 World initStep - 1 70.9 69.1 -344 0.0124 0.00279 5.59 5.59 World msc - 2 75.6 68.2 -343 0.00536 0.00391 5.31 10.9 World eIoni - 3 76.8 68.7 -344 0.0037 0.00167 2.27 13.2 World eIoni - 4 77.2 68.4 -343 0.00186 0.00184 1.69 14.9 World eIoni - 5 77.1 68.6 -343 0 0.00186 0.712 15.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 75.6 68.2 -343 0.00312 0 0 0 World initStep - 1 76.1 67.8 -343 0 0.00312 1.45 1.45 World eIoni + 0 26.5 -22.1 189 0.00108 0 0 0 World initStep + 1 26.4 -22.2 189 0 0.00108 0.314 0.314 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 67.4 71 -370 0.00726 0 0 0 World initStep - 1 65.4 70.3 -369 0.00572 0.00154 2.97 2.97 World eIoni - 2 64 71.1 -369 0.00372 0.002 2.39 5.36 World eIoni - 3 64.1 71.5 -368 0 0.00372 1.69 7.06 World eIoni + 0 25.7 -22.8 162 0.00108 0 0 0 World initStep + 1 25.6 -22.8 162 0 0.00108 0.314 0.314 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 67.2 70.9 -386 0.00167 0 0 0 World initStep - 1 67 71 -386 0 0.00167 0.606 0.606 World eIoni + 0 23.8 -24.5 99.5 0.00865 0 0 0 World initStep + 1 23.1 -24.1 99.6 0.00738 0.000163 0.784 0.784 World eIoni + 2 21.1 -23.2 100 0.0064 0.000981 3.02 3.8 World eIoni + 3 20.6 -23.7 98.3 0.00444 0.00197 2.64 6.45 World eIoni + 4 19.7 -23.2 97.7 0.00263 0.00181 1.95 8.4 World eIoni + 5 20.1 -23.1 97.8 0 0.00263 1.21 9.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 23.1 -24.1 99.6 0.00111 0 0 0 World initStep + 1 23.2 -24 99.5 0 0.00111 0.326 0.326 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 67.1 70.9 -399 0.00609 0 0 0 World initStep - 1 68.8 71 -399 0.00387 0.00222 2.53 2.53 World eIoni - 2 68.6 70.8 -398 0.00221 0.00166 1.75 4.28 World eIoni - 3 69 71 -398 0 0.00221 0.94 5.22 World eIoni + 0 23.6 -24.6 94.8 0.00375 0 0 0 World initStep + 1 24.5 -24.4 95 0.00124 0.00251 1.71 1.71 World eIoni + 2 24.6 -24.4 95.1 0 0.00124 0.388 2.1 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 65.8 70.4 -515 0.00222 0 0 0 World initStep - 1 65.6 70.1 -515 0 0.00222 0.945 0.945 World eIoni + 0 23.1 -25.1 78 0.00293 0 0 0 World initStep + 1 22.7 -25.4 78.1 0.0019 0.00104 0.975 0.975 World eIoni + 2 22.5 -25.7 78.2 0 0.0019 0.736 1.71 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 65.4 70.3 -553 0.00372 0 0 0 World initStep - 1 64.7 69.7 -552 0.00187 0.00185 1.7 1.7 World eIoni - 2 64.5 69.8 -552 0 0.00187 0.718 2.41 World eIoni + 0 22.7 -25.4 63.9 0.00225 0 0 0 World initStep + 1 22.3 -25.4 64 0 0.00225 0.969 0.969 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 65.1 70.2 -578 0.00194 0 0 0 World initStep - 1 65.3 70 -578 0 0.00194 0.763 0.763 World eIoni + 0 21.8 -26.2 36 0.00176 0 0 0 World initStep + 1 21.9 -26.4 36.1 0 0.00176 0.655 0.655 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.5 70.1 -629 0.00189 0 0 0 World initStep - 1 64.8 70.2 -629 0 0.00189 0.732 0.732 World eIoni + 0 21.5 -26.4 26.8 0.00142 0 0 0 World initStep + 1 21.3 -26.4 26.8 0 0.00142 0.473 0.473 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 63.7 69.9 -693 0.00162 0 0 0 World initStep - 1 63.8 69.8 -693 0 0.00162 0.577 0.577 World eIoni + 0 20.7 -27 0.455 0.00141 0 0 0 World initStep + 1 20.6 -27.1 0.483 0 0.00141 0.467 0.467 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 63.3 69.9 -720 0.00118 0 0 0 World initStep - 1 63.4 70 -720 0 0.00118 0.358 0.358 World eIoni + 0 20.4 -27.3 -13.9 0.00115 0 0 0 World initStep + 1 20.5 -27.2 -13.9 0 0.00115 0.344 0.344 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 62.6 69.7 -776 0.00147 0 0 0 World initStep - 1 62.8 69.7 -776 0 0.00147 0.498 0.498 World eIoni + 0 19.8 -27.7 -39.6 0.0117 0 0 0 World initStep + 1 18 -24 -39.2 0.0109 0.000785 4.49 4.49 World msc + 2 15.4 -21.1 -40.8 0.00884 0.00208 4.64 9.14 World eIoni + 3 13.9 -18.7 -40.4 0.00694 0.00189 3.63 12.8 World eIoni + 4 13.1 -17.1 -39.3 0.00574 0.0012 2.85 15.6 World eIoni + 5 11.6 -16.5 -38.9 0.00455 0.0012 2.4 18 World eIoni + 6 11.6 -15.6 -38.2 0.00225 0.00229 1.99 20 World eIoni + 7 11.8 -15.3 -38.4 0 0.00225 0.967 21 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 62.2 69.7 -810 0.00162 0 0 0 World initStep - 1 62.4 69.8 -809 0 0.00162 0.577 0.577 World eIoni + 0 19.3 -28.1 -60 0.00143 0 0 0 World initStep + 1 19.1 -28.1 -59.9 0 0.00143 0.478 0.478 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 62 69.6 -829 0.00107 0 0 0 World initStep - 1 61.9 69.6 -829 0 0.00107 0.312 0.312 World eIoni + 0 18.5 -28.7 -94.8 0.00375 0 0 0 World initStep + 1 18.6 -27.8 -94.7 0.0022 0.00155 1.56 1.56 World eIoni + 2 18.8 -27.6 -94.9 0 0.0022 0.929 2.49 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 61.9 69.6 -836 0.00275 0 0 0 World initStep - 1 62.2 69.1 -836 0 0.00275 1.28 1.28 World eIoni + 0 17.5 -29.5 -141 0.00183 0 0 0 World initStep + 1 17.6 -29.7 -141 0 0.00183 0.695 0.695 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 61.8 69.6 -843 0.00271 0 0 0 World initStep - 1 61.4 69.3 -842 0 0.00271 1.25 1.25 World eIoni + 0 14.7 -31.5 -263 0.00155 0 0 0 World initStep + 1 14.5 -31.5 -263 0 0.00155 0.537 0.537 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 61.3 69.5 -888 0.00453 0 0 0 World initStep - 1 60.9 70.4 -888 0.00195 0.000928 1.4 1.4 World eIoni - 2 61.2 70.6 -888 0 0.00195 0.771 2.18 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 60.9 70.4 -888 0.00165 0 0 0 World initStep - 1 60.8 70.6 -888 0 0.00165 0.591 0.591 World eIoni + 0 13.9 -32.2 -300 0.00213 0 0 0 World initStep + 1 13.6 -32.4 -300 0 0.00213 0.882 0.882 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 60.8 69.5 -923 0.00126 0 0 0 World initStep - 1 60.9 69.3 -923 0 0.00126 0.394 0.394 World eIoni + 0 12.8 -32.9 -347 0.00102 0 0 0 World initStep + 1 12.9 -32.9 -347 0 0.00102 0.29 0.29 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 60.7 69.5 -932 0.0014 0 0 0 World initStep - 1 60.5 69.4 -932 0 0.0014 0.463 0.463 World eIoni + 0 12.1 -33.4 -378 0.00208 0 0 0 World initStep + 1 11.9 -33.7 -378 0 0.00208 0.854 0.854 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.7 69.3 -1.01e+03 0.00103 0 0 0 World initStep - 1 59.7 69.4 -1.01e+03 0 0.00103 0.296 0.296 World eIoni + 0 9.51 -35.3 -497 0.0119 0 0 0 World initStep + 1 12.4 -31.7 -496 0.0103 0.00163 5.2 5.2 World eIoni + 2 12.2 -28.1 -494 0.00849 0.00181 4.33 9.54 World eIoni + 3 13 -29 -494 0.00416 0.000986 1.39 10.9 World eIoni + 4 13.2 -30 -494 0.00216 0.002 1.86 12.8 World eIoni + 5 13.2 -30.2 -493 0 0.00216 0.907 13.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13 -29 -494 0.00335 0 0 0 World initStep + 1 13.4 -28.8 -493 0.00277 0.000578 1.55 1.55 World eIoni + 2 12.9 -28.6 -493 0 0.00277 1.29 2.84 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 58.9 69.2 -1.08e+03 0.0944 0 0 0 World initStep - 1 19.3 110 -957 0.0831 0.0112 157 157 World eIoni - 2 -26.5 193 -904 0.0731 0.01 126 283 World eIoni - 3 -99.7 239 -892 0.0667 0.00637 101 384 World eIoni - 4 -112 264 -891 0.062 0.00173 28.2 412 World eIoni - 5 -121 275 -895 0.0599 0.00216 15.1 427 OutOfWorld CoupledTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -112 264 -891 0.00297 0 0 0 World initStep - 1 -112 264 -890 0 0.00297 1.38 1.38 World eIoni + 0 6.79 -37.1 -617 0.00538 0 0 0 World initStep + 1 5.33 -37 -617 0.00372 0.00167 2.28 2.28 World eIoni + 2 4.9 -36.8 -616 0.00208 0.00164 1.69 3.97 World eIoni + 3 5.12 -36.6 -616 0 0.00208 0.85 4.82 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 58.3 69.1 -1.15e+03 0.0106 0 0 0 World initStep - 1 58.8 66.3 -1.14e+03 0.00942 0.00117 3.62 3.62 World msc - 2 59.8 64.5 -1.14e+03 0.0084 0.00101 3.47 7.09 World msc - 3 59.8 64 -1.14e+03 0.0082 0.000198 2.63 9.72 World msc - 4 58.9 63.8 -1.14e+03 0.00703 0.00118 1.69 11.4 World msc - 5 58.4 63.8 -1.14e+03 0.00472 0.000491 1.29 12.7 World eIoni - 6 58.6 62.7 -1.14e+03 0.00342 0.00131 1.99 14.7 World msc - 7 58.8 61.7 -1.14e+03 0.00132 0.0021 1.58 16.3 World eIoni - 8 58.9 61.6 -1.14e+03 0 0.00132 0.421 16.7 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 58.4 63.8 -1.14e+03 0.00181 0 0 0 World initStep - 1 58.2 63.9 -1.14e+03 0 0.00181 0.685 0.685 World eIoni + 0 6.32 -37.4 -640 0.00173 0 0 0 World initStep + 1 6.16 -37.6 -640 0 0.00173 0.64 0.64 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57.5 68.8 -1.23e+03 0.00119 0 0 0 World initStep - 1 57.5 68.7 -1.23e+03 0 0.00119 0.361 0.361 World eIoni + 0 4.81 -38.6 -713 0.0011 0 0 0 World initStep + 1 4.86 -38.5 -713 0 0.0011 0.322 0.322 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57.2 68.7 -1.27e+03 0.0374 0 0 0 World initStep - 1 40.6 56.3 -1.25e+03 0.0317 0.00573 31.2 31.2 World eIoni - 2 34.3 52.1 -1.23e+03 0.0276 0.00412 23.4 54.6 World eIoni - 3 33.2 49.4 -1.21e+03 0.0236 0.00399 18.5 73.1 World eIoni - 4 30 54.6 -1.2e+03 0.0202 0.00341 14.3 87.4 World eIoni - 5 31 62.5 -1.19e+03 0.0178 0.00241 11.1 98.5 World eIoni - 6 26.1 69 -1.19e+03 0.0142 0.00352 9.12 108 World eIoni - 7 23.9 74.3 -1.19e+03 0.0122 0.00202 6.6 114 World eIoni - 8 21 72.4 -1.18e+03 0.00939 0.00281 5.35 120 World eIoni - 9 20.6 71.7 -1.18e+03 0.00813 0.00126 3.89 123 World eIoni - 10 22.7 71.7 -1.18e+03 0.00581 0.00232 3.32 127 World eIoni - 11 23 71.6 -1.18e+03 0.00424 0.00157 2.43 129 World eIoni - 12 23.4 71.9 -1.18e+03 0.00268 0.00156 1.88 131 World eIoni - 13 23.5 71.8 -1.18e+03 0 0.00268 1.24 132 World eIoni + 0 4.59 -38.7 -723 0.0143 0 0 0 World initStep + 1 5.73 -33.9 -720 0.0125 0.00185 6.54 6.54 World msc + 2 6.05 -29 -719 0.00963 0.00286 5.52 12.1 World eIoni + 3 6.32 -29.8 -715 0.00701 0.00262 4 16.1 World eIoni + 4 5.85 -30.7 -713 0.00478 0.00223 2.87 18.9 World eIoni + 5 5.86 -31.9 -713 0.00369 0.00109 2.07 21 World eIoni + 6 5.68 -32.6 -712 0 0.00369 1.69 22.7 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57.1 68.7 -1.28e+03 0.00215 0 0 0 World initStep - 1 57.1 68.4 -1.28e+03 0 0.00215 0.901 0.901 World eIoni + 0 -0.299 -42.5 -962 0.00595 0 0 0 World initStep + 1 -1.5 -43.6 -962 0.00413 0.00182 2.48 2.48 World eIoni + 2 -1.78 -44.1 -961 0.00313 0.000991 1.84 4.32 World eIoni + 3 -1.86 -44 -960 0.0022 0.000938 0.543 4.87 World eIoni + 4 -1.73 -44.2 -960 0 0.0022 0.93 5.79 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 56.9 68.7 -1.29e+03 0.00151 0 0 0 World initStep - 1 57.1 68.6 -1.29e+03 0 0.00151 0.52 0.52 World eIoni + 0 -1.02 -43 -997 0.00143 0 0 0 World initStep + 1 -0.832 -43 -997 0 0.00143 0.479 0.479 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 56.7 68.7 -1.32e+03 0.0015 0 0 0 World initStep - 1 56.8 68.5 -1.32e+03 0 0.0015 0.514 0.514 World eIoni + 0 -3.3 -44.9 -1.11e+03 0.00251 0 0 0 World initStep + 1 -3.51 -45.3 -1.11e+03 0.00117 0.00134 1.14 1.14 World eIoni + 2 -3.38 -45.3 -1.11e+03 0 0.00117 0.353 1.49 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 56.4 68.6 -1.35e+03 0.00102 0 0 0 World initStep - 1 56.5 68.6 -1.35e+03 0 0.00102 0.29 0.29 World eIoni + 0 -3.73 -45.4 -1.14e+03 0.00313 0 0 0 World initStep + 1 -4.22 -45.8 -1.14e+03 0 0.00313 1.46 1.46 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 56.2 68.5 -1.37e+03 0.0171 0 0 0 World initStep - 1 52.6 69.2 -1.37e+03 0.012 0.00116 5.25 5.25 World eIoni - 2 50.3 71.6 -1.36e+03 0.00917 0.00286 5.26 10.5 World eIoni - 3 49.6 70.3 -1.36e+03 0.00593 0.00115 1.49 12 World eIoni - 4 49.4 69.1 -1.36e+03 0.0043 0.00163 2.47 14.5 World eIoni - 5 48.9 70.1 -1.36e+03 0.00303 0.00127 1.91 16.4 World eIoni - 6 48.5 70.3 -1.36e+03 0 0.00303 1.41 17.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.6 70.3 -1.36e+03 0.00209 0 0 0 World initStep - 1 49.3 70.2 -1.36e+03 0 0.00209 0.86 0.86 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.6 69.2 -1.37e+03 0.0039 0 0 0 World initStep - 1 53 69 -1.37e+03 0 0.0039 1.76 1.76 World eIoni + 0 -4.27 -45.9 -1.17e+03 0.00109 0 0 0 World initStep + 1 -4.38 -46 -1.17e+03 0 0.00109 0.32 0.32 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 56.1 68.5 -1.38e+03 0.00417 0 0 0 World initStep - 1 56.8 69.3 -1.38e+03 0.00232 0.00185 1.86 1.86 World eIoni - 2 56.7 69.7 -1.38e+03 0 0.00232 1.02 2.88 World eIoni + 0 -4.96 -46.6 -1.21e+03 0.00604 0 0 0 World initStep + 1 -4.04 -48.1 -1.21e+03 0.00422 0.00182 2.51 2.51 World eIoni + 2 -3.65 -49 -1.21e+03 0.00273 0.00149 1.88 4.39 World eIoni + 3 -3.38 -49.2 -1.21e+03 0 0.00273 1.26 5.65 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 55.8 68.4 -1.42e+03 0.00163 0 0 0 World initStep - 1 55.8 68.7 -1.42e+03 0 0.00163 0.583 0.583 World eIoni + 0 -6.06 -47.8 -1.27e+03 0.0486 0 0 0 World initStep + 1 -4.12 -22.9 -1.24e+03 0.0398 0.00877 49.2 49.2 World eIoni + 2 -1.68 0.401 -1.22e+03 0.0336 0.00624 34.8 84 World eIoni + 3 5.95 8.45 -1.21e+03 0.029 0.00273 12.4 96.4 World eIoni + 4 17.8 20.7 -1.2e+03 0.025 0.00395 20.1 117 World eIoni + 5 14.4 34.2 -1.2e+03 0.021 0.00405 15.8 132 World eIoni + 6 8.45 43.5 -1.2e+03 0.0187 0.00225 11.8 144 World eIoni + 7 4.41 49.9 -1.2e+03 0.0166 0.00218 9.92 154 World eIoni + 8 3.28 46.1 -1.21e+03 0.0148 0.00174 8.22 162 World eIoni + 9 -0.248 43.6 -1.22e+03 0.0111 0.00368 6.99 169 World eIoni + 10 -4.47 42.6 -1.22e+03 0.00949 0.00164 4.76 174 World eIoni + 11 -6.59 41.2 -1.21e+03 0.00687 0.00262 3.94 178 World eIoni + 12 -8.58 41 -1.21e+03 0.00614 0.000738 2.82 181 World eIoni + 13 -9.22 40.1 -1.21e+03 0.0043 0.00183 2.55 183 World eIoni + 14 -9.15 40.8 -1.22e+03 0.00302 0.00128 1.91 185 World eIoni + 15 -8.71 40.3 -1.22e+03 0.00132 0.0017 1.41 187 World eIoni + 16 -8.55 40.4 -1.22e+03 0 0.00132 0.423 187 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.95 8.45 -1.21e+03 0.00189 0 0 0 World initStep + 1 5.83 8.72 -1.21e+03 0 0.00189 0.732 0.732 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 55.4 68.4 -1.48e+03 0.0032 0 0 0 World initStep - 1 56 68 -1.48e+03 0.00214 0.00106 1.49 1.49 World eIoni - 2 56 68.1 -1.48e+03 0 0.00214 0.892 2.38 World eIoni + 0 -6.21 -48 -1.28e+03 0.00134 0 0 0 World initStep + 1 -6.37 -47.9 -1.28e+03 0 0.00134 0.434 0.434 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 55.3 68.3 -1.49e+03 0.00165 0 0 0 World initStep - 1 55.5 68.4 -1.49e+03 0 0.00165 0.593 0.593 World eIoni + 0 -6.44 -48.2 -1.29e+03 0.00122 0 0 0 World initStep + 1 -6.51 -48.4 -1.29e+03 0 0.00122 0.374 0.374 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 55.2 68.3 -1.5e+03 0.00195 0 0 0 World initStep - 1 54.9 68.3 -1.5e+03 0 0.00195 0.766 0.766 World eIoni + 0 -7.55 -49.4 -1.36e+03 0.00428 0 0 0 World initStep + 1 -7.12 -50.4 -1.36e+03 0 0.00428 1.9 1.9 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.8 68.2 -1.55e+03 0.00177 0 0 0 World initStep - 1 55 68.4 -1.55e+03 0 0.00177 0.663 0.663 World eIoni + 0 -7.99 -49.8 -1.38e+03 0.0034 0 0 0 World initStep + 1 -7.62 -50.5 -1.38e+03 0.00192 0.00149 1.57 1.57 World eIoni + 2 -7.51 -50.4 -1.39e+03 0 0.00192 0.748 2.32 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.7 68.2 -1.57e+03 0.00106 0 0 0 World initStep - 1 54.6 68.1 -1.57e+03 0 0.00106 0.306 0.306 World eIoni + 0 -7.99 -49.8 -1.39e+03 0.00214 0 0 0 World initStep + 1 -7.71 -49.6 -1.39e+03 0 0.00214 0.893 0.893 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 68.2 -1.58e+03 0.00187 0 0 0 World initStep - 1 54.8 68.4 -1.58e+03 0 0.00187 0.722 0.722 World eIoni + 0 -8.08 -49.9 -1.39e+03 0.000998 0 0 0 World initStep + 1 -8.17 -50 -1.39e+03 0 0.000998 0.281 0.281 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.2 68.1 -1.63e+03 0.0109 0 0 0 World initStep - 1 52.4 68.2 -1.63e+03 0.0103 0.000615 2.24 2.24 World msc - 2 50.4 69.1 -1.63e+03 0.00968 0.000605 3.09 5.33 World msc - 3 47.7 70.2 -1.64e+03 0.00861 0.00107 3.24 8.57 World msc - 4 44.5 70.4 -1.63e+03 0.00679 0.00182 3.53 12.1 World eIoni - 5 42.7 70.5 -1.63e+03 0.00488 0.00191 2.79 14.9 World eIoni - 6 41.9 70.3 -1.63e+03 0.0034 0.00148 2.1 17 World eIoni - 7 41.3 69.7 -1.63e+03 0.00144 0.00196 1.57 18.6 World eIoni - 8 41.3 69.6 -1.63e+03 0 0.00144 0.484 19 World eIoni + 0 -8.35 -50.2 -1.41e+03 0.00112 0 0 0 World initStep + 1 -8.32 -50.3 -1.41e+03 0 0.00112 0.333 0.333 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54 68 -1.66e+03 0.0238 0 0 0 World initStep - 1 52.9 79.6 -1.65e+03 0.0228 0.000997 14.5 14.5 World eIoni - 2 50.7 91.7 -1.65e+03 0.0188 0.00401 13.5 28 World eIoni - 3 50.8 97.2 -1.64e+03 0.016 0.00276 9.95 38 World eIoni - 4 47.8 96.3 -1.64e+03 0.0134 0.00258 7.82 45.8 World eIoni - 5 46.5 98.3 -1.63e+03 0.0118 0.00166 6.1 51.9 World eIoni - 6 48.3 98.3 -1.63e+03 0.0092 0.00258 5.12 57 World eIoni - 7 48.5 99 -1.63e+03 0.00536 0.00044 2.59 59.6 World eIoni - 8 49.6 100 -1.63e+03 0.00268 0.00269 2.27 61.8 World eIoni - 9 49.7 100 -1.63e+03 0 0.00268 1.23 63.1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 25 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.5 99 -1.63e+03 0.0034 0 0 0 World initStep - 1 48.3 99 -1.63e+03 0.00166 0.00175 1.57 1.57 World eIoni - 2 48 99 -1.63e+03 0 0.00166 0.596 2.17 World eIoni + 0 -8.35 -50.2 -1.41e+03 0.00143 0 0 0 World initStep + 1 -8.51 -50.3 -1.41e+03 0 0.00143 0.475 0.475 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 53.3 67.8 -1.75e+03 0.00365 0 0 0 World initStep - 1 53.1 68.6 -1.75e+03 0.0024 0.00125 1.67 1.67 World eIoni - 2 52.8 68.8 -1.75e+03 0 0.0024 1.07 2.74 World eIoni + 0 -9.32 -50.9 -1.47e+03 0.004 0 0 0 World initStep + 1 -8.84 -51.8 -1.47e+03 0.00182 0.00219 1.8 1.8 World eIoni + 2 -8.64 -51.8 -1.47e+03 0 0.00182 0.688 2.49 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.6 67.5 -1.86e+03 0.00121 0 0 0 World initStep - 1 52.5 67.6 -1.86e+03 0 0.00121 0.37 0.37 World eIoni + 0 -9.6 -51 -1.49e+03 0.00174 0 0 0 World initStep + 1 -9.75 -51.2 -1.49e+03 0 0.00174 0.643 0.643 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.4 67.5 -1.89e+03 0.00124 0 0 0 World initStep - 1 52.3 67.6 -1.89e+03 0 0.00124 0.386 0.386 World eIoni + 0 -9.64 -51 -1.5e+03 0.00134 0 0 0 World initStep + 1 -9.7 -50.9 -1.5e+03 0 0.00134 0.432 0.432 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.3 67.4 -1.91e+03 0.017 0 0 0 World initStep - 1 48 60.7 -1.91e+03 0.0147 0.00232 8.56 8.56 World eIoni - 2 43.6 56.4 -1.91e+03 0.0124 0.00235 6.91 15.5 World eIoni - 3 40.5 52.5 -1.91e+03 0.0103 0.00208 5.44 20.9 World eIoni - 4 40.1 51.8 -1.91e+03 0.00864 0.000158 0.782 21.7 World eIoni - 5 38.5 50.8 -1.91e+03 0.00723 0.00141 3.54 25.2 World eIoni - 6 40.2 50.1 -1.91e+03 0.00589 0.00134 2.96 28.2 World eIoni - 7 39.6 49.7 -1.9e+03 0.00334 0.00255 2.46 30.7 World eIoni - 8 39 49.2 -1.9e+03 0.00124 0.0021 1.36 32 World eIoni - 9 39.1 49.2 -1.9e+03 0 0.00124 0.388 32.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 21 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.1 51.8 -1.91e+03 0.00148 0 0 0 World initStep - 1 40.1 51.7 -1.91e+03 0 0.00148 0.502 0.502 World eIoni + 0 -11 -51.8 -1.61e+03 0.00107 0 0 0 World initStep + 1 -11.2 -51.8 -1.61e+03 0 0.00107 0.311 0.311 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.1 67.4 -1.95e+03 0.0048 0 0 0 World initStep - 1 51.3 68.4 -1.95e+03 0.00337 0.00143 2.08 2.08 World eIoni - 2 51.5 68.5 -1.95e+03 0.00122 0.00216 1.56 3.64 World eIoni - 3 51.4 68.5 -1.95e+03 0 0.00122 0.376 4.01 World eIoni + 0 -11.4 -51.9 -1.64e+03 0.00188 0 0 0 World initStep + 1 -11.1 -51.8 -1.64e+03 0 0.00188 0.728 0.728 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52 67.3 -1.97e+03 0.0014 0 0 0 World initStep - 1 51.9 67.5 -1.97e+03 0 0.0014 0.463 0.463 World eIoni + 0 -11.6 -52 -1.66e+03 0.00196 0 0 0 World initStep + 1 -11.7 -52 -1.66e+03 0.00191 5.85e-05 0.108 0.108 World msc + 2 -11.7 -52 -1.66e+03 0.0018 0.000105 0.0559 0.164 World msc + 3 -11.8 -52 -1.66e+03 0.0017 0.000101 0.0501 0.214 World msc + 4 -11.8 -52 -1.66e+03 0.0017 0 0.0501 0.264 World msc + 5 -11.8 -52 -1.66e+03 0.00157 0.000126 0.0482 0.312 cloudPV CoupledTransportation + 6 -11.8 -52 -1.66e+03 0.00157 0 4.66e-06 0.312 cloudPV msc + 7 -11.8 -52 -1.66e+03 0.00157 0 4.69e-06 0.312 cloudPV msc + 8 -11.8 -52 -1.66e+03 0.00147 0.000107 4.59e-06 0.312 cloudPV msc + 9 -11.8 -52 -1.66e+03 0.00147 0 4.6e-06 0.312 cloudPV msc + 10 -11.8 -52 -1.66e+03 0.00144 2.56e-05 4.56e-06 0.312 cloudPV msc + 11 -11.8 -52 -1.66e+03 0.00144 0 4.64e-06 0.312 cloudPV msc + 12 -11.8 -52 -1.66e+03 0.00144 0 4.7e-06 0.312 cloudPV msc + 13 -11.8 -52 -1.66e+03 0.00142 1.73e-05 4.61e-06 0.312 cloudPV msc + 14 -11.8 -52 -1.66e+03 0.00142 0 4.55e-06 0.312 cloudPV msc + 15 -11.8 -52 -1.66e+03 0.00142 0 4.57e-06 0.312 cloudPV msc + 16 -11.8 -52 -1.66e+03 0.00142 0 4.65e-06 0.312 cloudPV msc + 17 -11.8 -52 -1.66e+03 0.00142 9.5e-06 4.6e-06 0.312 cloudPV msc + 18 -11.8 -52 -1.66e+03 0.00142 0 4.64e-06 0.312 cloudPV msc + 19 -11.8 -52 -1.66e+03 0.00133 8.29e-05 4.65e-06 0.312 cloudPV msc + 20 -11.8 -52 -1.66e+03 0.00133 0 4.56e-06 0.312 cloudPV msc + 21 -11.8 -52 -1.66e+03 0.00132 8.84e-06 4.64e-06 0.312 cloudPV msc + 22 -11.8 -52 -1.66e+03 0.00132 7.95e-06 8.07e-07 0.312 World CoupledTransportation + 23 -11.8 -52 -1.66e+03 0.0012 0.000115 0.0328 0.345 World msc + 24 -11.8 -52 -1.66e+03 0.00111 8.69e-05 0.0328 0.378 World msc + 25 -11.8 -52 -1.66e+03 0 0.00111 0.0328 0.411 World msc ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.7 67.2 -2.04e+03 0.0023 0 0 0 World initStep - 1 51.5 67.6 -2.04e+03 0 0.0023 1 1 World eIoni + 0 -12.6 -52.4 -1.84e+03 0.00185 0 0 0 World initStep + 1 -12.7 -52.1 -1.84e+03 0 0.00185 0.71 0.71 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 67.2 -2.05e+03 0.00107 0 0 0 World initStep - 1 51.6 67.1 -2.05e+03 0 0.00107 0.309 0.309 World eIoni + 0 -12.6 -52 -1.93e+03 0.0306 0 0 0 World initStep + 1 -18.2 -55.2 -1.93e+03 0.0281 0.00135 7.03 7.03 World eIoni + 2 -26.3 -65.4 -1.92e+03 0.0251 0.00301 19.1 26.1 World eIoni + 3 -33.4 -72.4 -1.91e+03 0.0232 0.00184 15.8 41.9 World eIoni + 4 -37.8 -73 -1.9e+03 0.0199 0.00223 12 53.9 World eIoni + 5 -40.7 -72.1 -1.89e+03 0.0155 0.00445 10.9 64.8 World eIoni + 6 -43.1 -71.6 -1.89e+03 0.0148 0.00068 3.99 68.8 World eIoni + 7 -47 -68.6 -1.88e+03 0.0126 0.00213 6.96 75.8 World eIoni + 8 -47.1 -65.8 -1.88e+03 0.0113 0.00136 5.61 81.4 World eIoni + 9 -46.7 -62.3 -1.87e+03 0.00977 0.00151 4.84 86.3 World eIoni + 10 -44.1 -60.5 -1.88e+03 0.00688 0.0029 4.07 90.3 World eIoni + 11 -43.7 -58.9 -1.87e+03 0.006 0.000873 2.82 93.1 World eIoni + 12 -43.2 -59.8 -1.87e+03 0.00434 0.00166 2.5 95.6 World eIoni + 13 -42.7 -58.8 -1.87e+03 0.00264 0.0017 1.92 97.6 World eIoni + 14 -42.5 -58.8 -1.87e+03 0 0.00264 1.22 98.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.8 -73 -1.9e+03 0.0011 0 0 0 World initStep + 1 -37.8 -73.1 -1.9e+03 0 0.0011 0.321 0.321 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.2 -55.2 -1.93e+03 0.00116 0 0 0 World initStep + 1 -18.3 -55.1 -1.93e+03 0 0.00116 0.349 0.349 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.6 67.2 -2.06e+03 0.00256 0 0 0 World initStep - 1 51.5 67.7 -2.06e+03 0 0.00256 1.17 1.17 World eIoni + 0 -12.6 -51.6 -2.01e+03 0.00105 0 0 0 World initStep + 1 -12.7 -51.7 -2.01e+03 0 0.00105 0.303 0.303 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 51.2 66.9 -2.15e+03 0.0021 0 0 0 World initStep - 1 50.9 66.8 -2.15e+03 0 0.0021 0.862 0.862 World eIoni + 0 -12.6 -51.5 -2.04e+03 0.00115 0 0 0 World initStep + 1 -12.5 -51.6 -2.04e+03 0 0.00115 0.347 0.347 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.9 66.8 -2.21e+03 0.00202 0 0 0 World initStep - 1 51.1 67.1 -2.21e+03 0 0.00202 0.813 0.813 World eIoni + 0 -12.6 -51.3 -2.08e+03 0.00105 0 0 0 World initStep + 1 -12.6 -51.2 -2.08e+03 0 0.00105 0.301 0.301 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.9 66.8 -2.21e+03 0.00176 0 0 0 World initStep - 1 51.1 66.7 -2.21e+03 0 0.00176 0.653 0.653 World eIoni + 0 -12.6 -51.3 -2.08e+03 0.00118 0 0 0 World initStep + 1 -12.7 -51.4 -2.08e+03 0 0.00118 0.36 0.36 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.9 66.8 -2.22e+03 0.0064 0 0 0 World initStep - 1 51.3 65 -2.22e+03 0.00371 0.00269 2.64 2.64 World eIoni - 2 50.7 64.3 -2.22e+03 0 0.00371 1.69 4.33 World eIoni + 0 -12.6 -51.2 -2.1e+03 0.0175 0 0 0 World initStep + 1 -13.6 -45.8 -2.09e+03 0.0143 0.00316 8.92 8.92 World eIoni + 2 -14.9 -40.3 -2.09e+03 0.0124 0.0019 6.66 15.6 World eIoni + 3 -18.2 -37.1 -2.09e+03 0.0103 0.0021 5.48 21.1 World eIoni + 4 -18.8 -34.7 -2.09e+03 0.00841 0.0019 4.34 25.4 World eIoni + 5 -17.1 -33.7 -2.08e+03 0.00721 0.0012 3.45 28.8 World eIoni + 6 -15.6 -33.4 -2.08e+03 0.00502 0.0022 2.95 31.8 World eIoni + 7 -15.6 -34.4 -2.08e+03 0.00337 0.00165 2.15 33.9 World eIoni + 8 -15.1 -34.5 -2.08e+03 0 0.00337 1.56 35.5 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.6 66.5 -2.35e+03 0.00103 0 0 0 World initStep - 1 50.6 66.4 -2.35e+03 0 0.00103 0.295 0.295 World eIoni + 0 -12.7 -50.8 -2.2e+03 0.00115 0 0 0 World initStep + 1 -12.6 -50.9 -2.2e+03 0 0.00115 0.344 0.344 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.4 -2.44e+03 0.0014 0 0 0 World initStep - 1 50.5 66.3 -2.44e+03 0 0.0014 0.46 0.46 World eIoni + 0 -12.7 -50.8 -2.2e+03 0.00178 0 0 0 World initStep + 1 -12.7 -50.5 -2.2e+03 0 0.00178 0.667 0.667 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.4 -2.44e+03 0.00347 0 0 0 World initStep - 1 50 66.3 -2.44e+03 0.00315 0.000315 0.625 0.625 World msc - 2 49.5 66.4 -2.44e+03 0.00245 0.000698 0.571 1.2 World msc - 3 49.5 66.8 -2.44e+03 0 0.00245 1.1 2.3 World eIoni + 0 -12.7 -50.7 -2.21e+03 0.001 0 0 0 World initStep + 1 -12.7 -50.8 -2.21e+03 0 0.001 0.284 0.284 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.4 -2.46e+03 0.00488 0 0 0 World initStep - 1 49.3 66.9 -2.45e+03 0.0045 0.000386 2.11 2.11 World eIoni - 2 50.4 67.3 -2.45e+03 0.00173 0.00277 1.97 4.08 World eIoni - 3 50.7 67.3 -2.45e+03 0 0.00173 0.64 4.72 World eIoni + 0 -12.7 -50.7 -2.23e+03 0.00204 0 0 0 World initStep + 1 -12.6 -50.4 -2.23e+03 0 0.00204 0.824 0.824 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.4 -2.46e+03 0.00219 0 0 0 World initStep - 1 50.1 66.3 -2.46e+03 0 0.00219 0.924 0.924 World eIoni + 0 -12.6 -50.4 -2.31e+03 0.00259 0 0 0 World initStep + 1 -12.4 -50 -2.31e+03 0 0.00259 1.18 1.18 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.4 -2.49e+03 0.0702 0 0 0 World initStep - 1 18.1 46.4 -2.42e+03 0.0609 0.00934 93.8 93.8 World eIoni - 2 5.53 40.7 -2.4e+03 0.0562 0.00276 25.7 120 World eIoni - 3 -31 22.7 -2.36e+03 0.0484 0.00781 63.4 183 World eIoni - 4 -27.6 -0.862 -2.33e+03 0.043 0.00536 48.7 232 World eIoni - 5 -5.45 3.14 -2.3e+03 0.0388 0.00424 39.7 271 World eIoni - 6 -2.17 3.98 -2.29e+03 0.0366 0.000501 5.39 277 World eIoni - 7 12 5.25 -2.27e+03 0.0326 0.00399 30 307 World eIoni - 8 24.7 0.464 -2.25e+03 0.03 0.00263 24.6 331 World eIoni - 9 35 6.3 -2.23e+03 0.0274 0.0026 21.3 353 World eIoni - 10 39.6 8.54 -2.23e+03 0.0243 0.0013 7.75 360 World eIoni - 11 45.8 6.25 -2.22e+03 0.0181 0.00297 13.1 374 World eIoni - 12 40.8 2.01 -2.22e+03 0.0162 0.00195 9.43 383 World eIoni - 13 36.1 1.66 -2.23e+03 0.0143 0.00192 7.95 391 World eIoni - 14 34.9 -1.17 -2.23e+03 0.0124 0.00186 6.62 398 World eIoni - 15 35.6 -2.24 -2.24e+03 0.0104 0.002 5.47 403 World eIoni - 16 35.3 -1.62 -2.24e+03 0.00861 0.0018 4.38 407 World eIoni - 17 35.5 -0.149 -2.25e+03 0.00695 0.00167 3.53 411 World eIoni - 18 36.8 0.702 -2.25e+03 0.00453 0.00124 2.75 414 World eIoni - 19 36.7 0.895 -2.25e+03 0.0031 0.00142 1.98 416 World eIoni - 20 36.5 1.35 -2.25e+03 0.00181 0.00129 1.45 417 World eIoni - 21 36.4 1.59 -2.25e+03 0 0.00181 0.684 418 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.8 0.702 -2.25e+03 0.00118 0 0 0 World initStep - 1 36.7 0.679 -2.25e+03 0 0.00118 0.36 0.36 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 45.8 6.25 -2.22e+03 0.00314 0 0 0 World initStep - 1 46.5 5.99 -2.22e+03 0 0.00314 1.46 1.46 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 39.6 8.54 -2.23e+03 0.00185 0 0 0 World initStep - 1 39.8 8.73 -2.23e+03 0 0.00185 0.711 0.711 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.17 3.98 -2.29e+03 0.00164 0 0 0 World initStep - 1 -2.32 3.97 -2.29e+03 0 0.00164 0.585 0.585 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.53 40.7 -2.4e+03 0.00197 0 0 0 World initStep - 1 5.51 41 -2.4e+03 0 0.00197 0.779 0.779 World eIoni + 0 -12.7 -50.2 -2.39e+03 0.00144 0 0 0 World initStep + 1 -12.6 -50.4 -2.39e+03 0 0.00144 0.482 0.482 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.4 -2.5e+03 0.00112 0 0 0 World initStep - 1 50.5 66.5 -2.5e+03 0 0.00112 0.334 0.334 World eIoni + 0 -12.6 -50 -2.45e+03 0.00203 0 0 0 World initStep + 1 -12.5 -49.8 -2.45e+03 0 0.00203 0.817 0.817 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.3 -2.53e+03 0.00119 0 0 0 World initStep - 1 50.6 66.3 -2.53e+03 0 0.00119 0.364 0.364 World eIoni + 0 -12.6 -50 -2.5e+03 0.00116 0 0 0 World initStep + 1 -12.7 -49.8 -2.5e+03 0 0.00116 0.348 0.348 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.3 -2.56e+03 0.00104 0 0 0 World initStep - 1 50.6 66.3 -2.56e+03 0 0.00104 0.299 0.299 World eIoni + 0 -12.6 -49.9 -2.51e+03 0.0027 0 0 0 World initStep + 1 -13 -50.2 -2.51e+03 0 0.0027 1.25 1.25 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.5 66.3 -2.6e+03 0.00197 0 0 0 World initStep - 1 50.4 66 -2.6e+03 0 0.00197 0.783 0.783 World eIoni + 0 -12.6 -49.9 -2.52e+03 0.0138 0 0 0 World initStep + 1 -8.54 -47.2 -2.52e+03 0.0124 0.00135 6.31 6.31 World eIoni + 2 -5.93 -46.8 -2.52e+03 0.0107 0.000659 3.5 9.81 World eIoni + 3 -4.68 -46.2 -2.52e+03 0.00631 0.000785 1.88 11.7 World eIoni + 4 -3.95 -46 -2.52e+03 0.00477 0.000425 0.844 12.5 World eIoni + 5 -3.51 -47.3 -2.52e+03 0.00295 0.00183 2.07 14.6 World eIoni + 6 -3.73 -47.8 -2.52e+03 0 0.00295 1.37 16 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.95 -46 -2.52e+03 0.00111 0 0 0 World initStep + 1 -4.04 -46.1 -2.52e+03 0 0.00111 0.327 0.327 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.68 -46.2 -2.52e+03 0.00358 0 0 0 World initStep + 1 -4.76 -46 -2.51e+03 0.00104 0.00254 1.65 1.65 World eIoni + 2 -4.74 -46.1 -2.51e+03 0 0.00104 0.299 1.94 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.93 -46.8 -2.52e+03 0.0011 0 0 0 World initStep + 1 -5.86 -46.8 -2.52e+03 0 0.0011 0.322 0.322 World eIoni ********************************************************************************************************* * G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -6.09 -2.61e+03 50 0 0 0 World initStep - 1 44.5 -6.09 -2.57e+03 50 0.00592 39.7 39.7 World hIoni - 2 44.5 -6.1 -2.54e+03 50 0.00554 31.9 71.7 World hIoni - 3 44.5 -6.1 -2.53e+03 50 0.00369 15.6 87.3 World hIoni - 4 44.5 -6.1 -2.52e+03 50 0 0.425 87.7 World hIoni - 5 44.5 -6.12 -2.49e+03 50 0.00742 34.2 122 World hIoni - 6 44.6 -6.06 -2.35e+03 49.9 0.0267 139 261 World hIoni - 7 44.5 -6.02 -2.32e+03 49.9 0.00684 33.4 294 World hIoni - 8 44.5 -5.89 -2.24e+03 49.9 0.0144 81.7 376 World hIoni - 9 44.4 -5.8 -2.18e+03 49.9 0.00863 54.5 430 World hIoni - 10 44.3 -5.73 -2.14e+03 49.9 0.0104 45.1 475 World hIoni - 11 44.1 -5.46 -2e+03 49.8 0.0237 134 609 World hIoni - 12 43.9 -5.22 -1.89e+03 49.8 0.0281 118 727 World hIoni - 13 43.9 -5.19 -1.87e+03 49.8 0.00164 11.2 738 World hIoni - 14 43.9 -5.15 -1.85e+03 49.8 0.00504 20.2 758 World hIoni - 15 43.8 -5.11 -1.83e+03 49.8 0.00244 22.4 781 World hIoni - 16 43.8 -5.08 -1.8e+03 49.8 0.00572 29.8 811 World hIoni - 17 43.5 -5.01 -1.7e+03 49.8 0.0188 102 912 World hIoni - 18 43.2 -4.89 -1.61e+03 49.7 0.0146 88.3 1e+03 World hIoni - 19 43.2 -4.84 -1.59e+03 49.7 0.00749 25.6 1.03e+03 World hIoni - 20 43 -4.69 -1.53e+03 49.7 0.0129 55.7 1.08e+03 World hIoni - 21 42.6 -4.36 -1.4e+03 49.7 0.0238 129 1.21e+03 World hIoni - 22 42.4 -4.29 -1.35e+03 49.7 0.0101 50.9 1.26e+03 World hIoni - 23 42.3 -4.26 -1.34e+03 49.7 0.0025 15.3 1.28e+03 World hIoni - 24 42.1 -4.11 -1.26e+03 49.6 0.0119 78.3 1.35e+03 World hIoni - 25 42.1 -4.04 -1.23e+03 49.6 0.00571 28.4 1.38e+03 World hIoni - 26 42 -4.02 -1.22e+03 49.6 0.00119 5.8 1.39e+03 World hIoni - 27 42 -3.93 -1.18e+03 49.6 0.00726 44.7 1.43e+03 World hIoni - 28 41.9 -3.93 -1.18e+03 49.6 0.000365 3.55 1.44e+03 World hIoni - 29 41.9 -3.92 -1.17e+03 49.6 5.71e-05 2.86 1.44e+03 World hIoni - 30 41.8 -3.76 -1.09e+03 49.6 0.0131 79 1.52e+03 World hIoni - 31 41.8 -3.75 -1.09e+03 49.6 0.00034 3.44 1.52e+03 World hIoni - 32 41.8 -3.68 -1.06e+03 49.6 0.00505 27.7 1.55e+03 World hIoni - 33 41.7 -3.51 -1e+03 49.6 0.00814 57.4 1.61e+03 World hIoni - 34 41.7 -3.25 -942 49.6 0.00979 63 1.67e+03 World hIoni - 35 41.7 -2.96 -870 49.6 0.011 71.4 1.74e+03 World hIoni - 36 41.6 -2.9 -855 49.5 0.00214 15.6 1.76e+03 World hIoni - 37 41.6 -2.5 -748 49.5 0.0183 107 1.86e+03 World hIoni - 38 41.6 -2.33 -700 49.5 0.0116 47.1 1.91e+03 World hIoni - 39 41.6 -2.19 -660 49.5 0.00741 40.5 1.95e+03 World hIoni - 40 41.6 -2.11 -641 49.5 0.00242 19.4 1.97e+03 World hIoni - 41 41.5 -1.7 -545 49.5 0.0178 95.8 2.07e+03 World hIoni - 42 41.5 -1.05 -417 49.5 0.0238 128 2.2e+03 World hIoni - 43 41.6 -0.837 -323 49.4 0.0162 94.1 2.29e+03 World hIoni - 44 41.6 -0.629 -243 49.4 0.0127 79.5 2.37e+03 World hIoni - 45 41.6 -0.562 -228 49.4 0.00369 15.4 2.38e+03 World hIoni - 46 41.6 -0.223 -146 49.4 0.0144 81.3 2.47e+03 World hIoni - 47 41.4 0.644 -1.15 49.4 0.03 145 2.61e+03 World hIoni - 48 41.2 1.13 92.8 49.3 0.0167 93.9 2.71e+03 World hIoni - 49 41.2 1.23 113 49.3 0.00503 20.7 2.73e+03 World hIoni - 50 41 1.73 205 49.3 0.0185 92 2.82e+03 World hIoni - 51 40.7 2.07 275 49.3 0.0112 69.8 2.89e+03 World hIoni - 52 40.3 2.57 374 49.3 0.0201 99.1 2.99e+03 World hIoni - 53 40 2.9 428 49.2 0.0126 54 3.04e+03 World hIoni - 54 39.6 3.36 506 49.2 0.0163 78.2 3.12e+03 World hIoni - 55 39.5 3.42 518 49.2 0.00257 11.4 3.13e+03 World hIoni - 56 38.6 4.47 718 49.2 0.04 201 3.33e+03 World hIoni - 57 38.3 4.73 788 49.1 0.00989 69.4 3.4e+03 World hIoni - 58 37.9 4.98 867 49.1 0.0138 78.8 3.48e+03 World hIoni - 59 37.9 4.99 869 49.1 0.000587 2.06 3.48e+03 cloudPV CoupledTransportation - 60 37.9 5 870 47.3 1.82 1.41 3.48e+03 World CoupledTransportation - 61 37.5 4.91 926 47.3 0.00897 55.6 3.54e+03 World hIoni - 62 37.5 4.9 941 47.3 0.00338 15 3.55e+03 World hIoni - 63 37.3 4.87 973 47.3 0.0083 32.5 3.59e+03 World hIoni - 64 37.2 4.85 1e+03 47.3 0.00429 29.2 3.61e+03 World hIoni - 65 37.2 4.85 1e+03 47.3 5.97e-05 0.195 3.62e+03 World hIoni - 66 36.9 4.7 1.09e+03 47.2 0.0182 88.7 3.7e+03 World hIoni - 67 36.7 4.68 1.12e+03 47.2 0.00451 26.6 3.73e+03 World hIoni - 68 36.3 4.56 1.2e+03 47.2 0.0184 86.6 3.82e+03 World hIoni - 69 36.1 4.54 1.23e+03 47.2 0.00434 24.6 3.84e+03 World hIoni - 70 36.1 4.53 1.24e+03 47.2 0.00118 6.85 3.85e+03 World hIoni - 71 35.8 4.46 1.28e+03 47.2 0.00762 44.7 3.89e+03 World hIoni - 72 35.7 4.43 1.3e+03 47.2 0.00369 20.1 3.91e+03 World hIoni - 73 34.1 4.1 1.55e+03 47.1 0.0462 251 4.16e+03 World hIoni - 74 33.8 4.02 1.64e+03 47.1 0.0117 84.6 4.25e+03 World hIoni - 75 33.8 4.01 1.64e+03 47.1 0.000311 5.83 4.25e+03 World hIoni - 76 33.6 3.95 1.68e+03 47.1 0.00897 38.8 4.29e+03 World hIoni - 77 33.6 3.94 1.69e+03 47.1 0.00189 12.4 4.31e+03 World hIoni - 78 33.2 3.87 1.76e+03 47.1 0.017 67.6 4.37e+03 World hIoni - 79 32.8 3.81 1.85e+03 47 0.0185 84.3 4.46e+03 World hIoni - 80 32.8 3.81 1.85e+03 47 0.000134 1.86 4.46e+03 World hIoni - 81 32.7 3.81 1.86e+03 47 0.00163 15.5 4.48e+03 World hIoni - 82 32.5 3.8 1.89e+03 47 0.00626 26.9 4.5e+03 World hIoni - 83 32 3.92 2e+03 47 0.0174 107 4.61e+03 World hIoni - 84 31 4.99 2.25e+03 47 0.046 255 4.86e+03 World hIoni - 85 30.7 5.12 2.3e+03 46.9 0.00957 46.9 4.91e+03 World hIoni - 86 30.2 5.27 2.37e+03 46.9 0.0126 69.8 4.98e+03 World hIoni - 87 29.9 5.32 2.41e+03 46.9 0.00797 46 5.03e+03 World hIoni - 88 29.8 5.33 2.42e+03 46.9 0.00154 5.75 5.03e+03 cloudPV CoupledTransportation - 89 29.8 5.33 2.42e+03 44.9 1.98 1.61 5.03e+03 World CoupledTransportation - 90 28.8 6.53 2.46e+03 44.9 0.00648 38.2 5.07e+03 World hIoni - 91 26.6 9.29 2.55e+03 44.9 0.0171 87.3 5.16e+03 World hIoni - 92 25.8 10.2 2.57e+03 44.9 0.00508 27.7 5.19e+03 World hIoni - 93 25.2 11 2.6e+03 44.9 0.00455 25.2 5.21e+03 detectorPV CoupledTransportation - 94 25.1 11 2.6e+03 39.4 5.55 1.96 5.21e+03 detectorPV hIoni - 95 25.1 11.1 2.6e+03 34 5.32 1.58 5.22e+03 detectorPV hIoni - 96 25.1 11.1 2.6e+03 29.5 4.54 1.26 5.22e+03 detectorPV hIoni - 97 25.1 11.2 2.61e+03 25.5 3.99 1.01 5.22e+03 detectorPV hIoni - 98 25.2 11.2 2.61e+03 21.6 3.86 0.817 5.22e+03 detectorPV hIoni - 99 25.2 11.2 2.61e+03 18.4 3.26 0.65 5.22e+03 detectorPV hIoni - 100 25.3 11.3 2.61e+03 15.3 3.12 0.526 5.22e+03 detectorPV hIoni - 101 25.3 11.3 2.61e+03 12.3 2.95 0.42 5.22e+03 detectorPV hIoni - 102 25.3 11.3 2.61e+03 9.51 2.78 0.333 5.22e+03 detectorPV hIoni - 103 25.3 11.4 2.61e+03 6.64 2.87 0.262 5.22e+03 detectorPV hIoni - 104 25.3 11.4 2.61e+03 3.72 2.91 0.197 5.22e+03 detectorPV hIoni - 105 25.3 11.4 2.61e+03 0.219 3.51 0.115 5.22e+03 detectorPV hIoni - 106 25.3 11.4 2.61e+03 0 0.219 0.00212 5.22e+03 detectorPV hIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 25.8 10.2 2.57e+03 0.00304 0 0 0 World initStep - 1 26.2 9.62 2.57e+03 0 0.00304 1.42 1.42 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 26.6 9.29 2.55e+03 0.00275 0 0 0 World initStep - 1 26.8 8.81 2.55e+03 0 0.00275 1.27 1.27 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 28.8 6.53 2.46e+03 0.00218 0 0 0 World initStep - 1 28.5 6.71 2.46e+03 0 0.00218 0.916 0.916 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 29.9 5.32 2.41e+03 0.00126 0 0 0 World initStep - 1 29.8 5.42 2.41e+03 0 0.00126 0.394 0.394 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 30.2 5.27 2.37e+03 0.00281 0 0 0 World initStep - 1 30.7 4.97 2.37e+03 0 0.00281 1.09 1.09 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 30.7 5.12 2.3e+03 0.00153 0 0 0 World initStep - 1 30.7 4.92 2.3e+03 0 0.00153 0.527 0.527 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 31 4.99 2.25e+03 0.00218 0 0 0 World initStep - 1 30.8 5.28 2.25e+03 0 0.00218 0.915 0.915 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32 3.92 2e+03 0.00216 0 0 0 World initStep - 1 32.2 3.62 2e+03 0 0.00216 0.904 0.904 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.5 3.8 1.89e+03 0.0016 0 0 0 World initStep - 1 32.5 4.01 1.89e+03 0 0.0016 0.566 0.566 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.7 3.81 1.86e+03 0.00116 0 0 0 World initStep - 1 32.7 3.94 1.86e+03 0 0.00116 0.35 0.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.8 3.81 1.85e+03 0.00231 0 0 0 World initStep - 1 32.6 4.18 1.85e+03 0 0.00231 1.01 1.01 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.8 3.81 1.85e+03 0.0102 0 0 0 World initStep - 1 35.4 2.83 1.85e+03 0.00903 0.00114 4.26 4.26 World eIoni - 2 38.7 2 1.85e+03 0.00731 0.00172 3.72 7.98 World eIoni - 3 40.4 1.2 1.85e+03 0.00579 0.00152 2.99 11 World eIoni - 4 41.8 1.83 1.85e+03 0.00311 0.00268 2.42 13.4 World eIoni - 5 42 2.47 1.85e+03 0.00207 0.00103 1.45 14.8 World eIoni - 6 42.2 2.41 1.85e+03 0 0.00207 0.848 15.7 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.2 3.87 1.76e+03 0.00739 0 0 0 World initStep - 1 33.5 6.02 1.76e+03 0.00481 0.00258 3.02 3.02 World eIoni - 2 34.7 5.8 1.76e+03 0.0023 0.00251 2.08 5.1 World eIoni - 3 34.8 6.06 1.76e+03 0 0.0023 1 6.1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.6 3.94 1.69e+03 0.00117 0 0 0 World initStep - 1 33.5 3.84 1.69e+03 0 0.00117 0.352 0.352 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.6 3.95 1.68e+03 0.00149 0 0 0 World initStep - 1 33.6 3.75 1.68e+03 0 0.00149 0.509 0.509 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.8 4.01 1.64e+03 0.00544 0 0 0 World initStep - 1 32.7 2.97 1.64e+03 0.00256 0.00288 2.3 2.3 World eIoni - 2 32.9 3.13 1.64e+03 0 0.00256 1.17 3.46 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.8 4.02 1.64e+03 0.009 0 0 0 World initStep - 1 32.1 6.21 1.64e+03 0.00728 0.00172 3.7 3.7 World eIoni - 2 32.6 8.35 1.64e+03 0.00662 0.000654 2.97 6.68 World eIoni - 3 33.4 9.94 1.64e+03 0.00499 0.00163 2.72 9.4 World eIoni - 4 32.4 9.82 1.64e+03 0.00324 0.00174 2.14 11.5 World eIoni - 5 32.5 10.5 1.64e+03 0 0.00324 1.51 13 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.1 4.1 1.55e+03 0.00119 0 0 0 World initStep - 1 34.1 3.98 1.55e+03 0 0.00119 0.365 0.365 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.7 4.43 1.3e+03 0.00238 0 0 0 World initStep - 1 36 4.15 1.3e+03 0 0.00238 1.06 1.06 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.8 4.46 1.28e+03 0.00573 0 0 0 World initStep - 1 34.3 4.88 1.28e+03 0.00436 0.00136 2.4 2.4 World eIoni - 2 33.7 5.74 1.28e+03 0.00331 0.00105 1.93 4.33 World eIoni - 3 33 5.96 1.28e+03 0.00134 0.00197 1.53 5.86 World eIoni - 4 32.9 6.1 1.28e+03 0 0.00134 0.431 6.29 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.1 4.53 1.24e+03 0.00138 0 0 0 World initStep - 1 35.9 4.63 1.24e+03 0 0.00138 0.452 0.452 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.1 4.54 1.23e+03 0.00103 0 0 0 World initStep - 1 36.2 4.6 1.23e+03 0 0.00103 0.296 0.296 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.3 4.56 1.2e+03 0.00523 0 0 0 World initStep - 1 36.1 3.15 1.2e+03 0.00361 0.00162 2.22 2.22 World eIoni - 2 35.7 2.54 1.21e+03 0.00203 0.00158 1.65 3.88 World eIoni - 3 36 2.52 1.21e+03 0 0.00203 0.817 4.69 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.7 4.68 1.12e+03 0.00158 0 0 0 World initStep - 1 36.9 4.63 1.12e+03 0 0.00158 0.554 0.554 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.9 4.7 1.09e+03 0.00167 0 0 0 World initStep - 1 36.8 4.47 1.09e+03 0 0.00167 0.603 0.603 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37.2 4.85 1e+03 0.0109 0 0 0 World initStep - 1 35.7 8.11 1e+03 0.00909 0.00184 4.65 4.65 World eIoni - 2 36.6 10.9 1e+03 0.00595 0.00314 3.75 8.4 World eIoni - 3 36 12 1.01e+03 0.00489 0.00107 2.48 10.9 World eIoni - 4 35.6 12.8 1.01e+03 0.00281 0.00207 2.11 13 World eIoni - 5 35.6 13.4 1.01e+03 0 0.00281 1.31 14.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37.2 4.85 1e+03 0.00267 0 0 0 World initStep - 1 37.8 4.83 1e+03 0 0.00267 1.23 1.23 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37.3 4.87 973 0.00622 0 0 0 World initStep - 1 37.5 3.13 974 0.00504 0.00118 2.57 2.57 World eIoni - 2 36.8 3.9 974 0.003 0.00204 2.16 4.73 World eIoni - 3 36.2 3.86 974 0 0.003 1.4 6.13 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37.5 4.9 941 0.0165 0 0 0 World initStep - 1 34 0.234 945 0.0143 0.00217 8.14 8.14 World eIoni - 2 29.6 -3.49 947 0.0104 0.00394 6.64 14.8 World eIoni - 3 26 -4.67 949 0.00834 0.00202 4.35 19.1 World eIoni - 4 23.6 -5.51 949 0.00601 0.00233 3.41 22.5 World eIoni - 5 22.2 -4.91 950 0.00355 0.00245 2.5 25 World eIoni - 6 21.4 -4.7 950 0.00198 0.00157 1.63 26.7 World eIoni - 7 21.4 -4.75 950 0 0.00198 0.786 27.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37.5 4.91 926 0.00158 0 0 0 World initStep - 1 37.4 4.72 926 0 0.00158 0.556 0.556 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37.9 4.98 867 0.00139 0 0 0 World initStep - 1 37.8 5.15 867 0 0.00139 0.455 0.455 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.3 4.73 788 0.0081 0 0 0 World initStep - 1 40.5 5.81 788 0.00593 0.00217 3.31 3.31 World eIoni - 2 41.4 7.19 789 0.00325 0.00268 2.47 5.78 World eIoni - 3 41.9 7.59 789 0 0.00325 1.51 7.29 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.6 4.47 718 0.00247 0 0 0 World initStep - 1 38.8 4.91 718 0 0.00247 1.11 1.11 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 39.5 3.42 518 0.0012 0 0 0 World initStep - 1 39.4 3.52 518 0 0.0012 0.367 0.367 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 39.6 3.36 506 0.00185 0 0 0 World initStep - 1 39.5 3.09 506 0 0.00185 0.71 0.71 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40 2.9 428 0.0114 0 0 0 World initStep - 1 38.3 6.12 430 0.00741 0.00394 4.25 4.25 World msc - 2 39.1 8.04 432 0.005 0.00241 3.03 7.27 World eIoni - 3 39.4 8.26 433 0.00211 0.00289 2.15 9.42 World eIoni - 4 39.8 8.34 433 0 0.00211 0.871 10.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.3 2.57 374 0.011 0 0 0 World initStep - 1 43.4 2.41 376 0.00687 0.00274 3.98 3.98 World eIoni - 2 45.3 1.56 376 0.00547 0.0014 2.82 6.79 World eIoni - 3 46.6 0.645 376 0.004 0.00147 2.31 9.1 World eIoni - 4 46 1.4 377 0.00142 0.00258 1.8 10.9 World eIoni - 5 45.8 1.3 376 0 0.00142 0.474 11.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.4 2.41 376 0.00136 0 0 0 World initStep - 1 43.4 2.32 376 0 0.00136 0.443 0.443 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.7 2.07 275 0.00114 0 0 0 World initStep - 1 40.6 2 275 0 0.00114 0.339 0.339 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41 1.73 205 0.00151 0 0 0 World initStep - 1 41 1.53 205 0 0.00151 0.52 0.52 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.2 1.23 113 0.00713 0 0 0 World initStep - 1 39.3 2.07 114 0.0059 0.00123 2.92 2.92 World eIoni - 2 40.6 3.06 113 0.0034 0.0025 2.46 5.38 World eIoni - 3 40.4 3.83 114 0 0.0034 1.57 6.95 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.2 1.13 92.8 0.00705 0 0 0 World initStep - 1 40.6 3.08 93.3 0.00502 0.00203 2.89 2.89 World eIoni - 2 40 2.41 92.2 0.00354 0.00148 2.15 5.04 World eIoni - 3 40.2 2.49 91.9 0.00171 0.000691 0.446 5.48 World eIoni - 4 40.5 2.5 91.8 0 0.00171 0.625 6.11 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.2 2.49 91.9 0.00114 0 0 0 World initStep - 1 40.2 2.62 91.9 0 0.00114 0.341 0.341 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.4 0.644 -1.15 0.0169 0 0 0 World initStep - 1 47 2.2 4.21 0.0124 0.00456 8.48 8.48 World eIoni - 2 50.2 5.21 6.59 0.00998 0.00237 5.44 13.9 World eIoni - 3 50.9 5.54 7.45 0.00883 9.21e-05 1.22 15.1 World eIoni - 4 53.5 4.06 8.81 0.00785 0.000977 3.63 18.8 World eIoni - 5 55.9 5.22 7.66 0.00651 0.00134 3.21 22 World eIoni - 6 57.1 6.01 6.43 0.00502 0.00149 2.68 24.7 World eIoni - 7 57.7 5.91 5.19 0.00258 0.00244 2.15 26.8 World eIoni - 8 57.9 5.78 4.74 0 0.00258 1.18 28 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.9 5.54 7.45 0.00106 0 0 0 World initStep - 1 50.9 5.66 7.47 0 0.00106 0.306 0.306 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -0.223 -146 0.00362 0 0 0 World initStep - 1 42.3 -0.665 -146 0.00114 0.00248 1.66 1.66 World eIoni - 2 42.4 -0.576 -146 0 0.00114 0.341 2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -0.562 -228 0.002 0 0 0 World initStep - 1 41.3 -0.464 -228 0 0.002 0.798 0.798 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -0.629 -243 0.00213 0 0 0 World initStep - 1 42 -0.805 -243 0 0.00213 0.887 0.887 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -0.837 -323 0.00125 0 0 0 World initStep - 1 41.7 -0.944 -323 0 0.00125 0.39 0.39 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.5 -1.05 -417 0.00121 0 0 0 World initStep - 1 41.4 -0.93 -417 0 0.00121 0.37 0.37 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.5 -1.7 -545 0.00181 0 0 0 World initStep - 1 41.3 -1.9 -545 0 0.00181 0.683 0.683 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -2.11 -641 0.00149 0 0 0 World initStep - 1 41.4 -2.17 -641 0 0.00149 0.509 0.509 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -2.19 -660 0.00245 0 0 0 World initStep - 1 41.2 -2.49 -660 0 0.00245 1.1 1.1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -2.33 -700 0.00142 0 0 0 World initStep - 1 41.8 -2.3 -700 0 0.00142 0.471 0.471 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -2.5 -748 0.0029 0 0 0 World initStep - 1 41.4 -3.08 -747 0.00151 0.00139 1.35 1.35 World eIoni - 2 41.4 -3.2 -748 0 0.00151 0.52 1.87 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.6 -2.9 -855 0.00181 0 0 0 World initStep - 1 41.4 -2.71 -855 0 0.00181 0.684 0.684 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.7 -2.96 -870 0.00162 0 0 0 World initStep - 1 41.7 -2.75 -870 0 0.00162 0.578 0.578 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.7 -3.25 -942 0.00101 0 0 0 World initStep - 1 41.6 -3.31 -942 0 0.00101 0.285 0.285 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.7 -3.51 -1e+03 0.00141 0 0 0 World initStep - 1 41.7 -3.69 -1e+03 0 0.00141 0.465 0.465 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.8 -3.68 -1.06e+03 0.00494 0 0 0 World initStep - 1 40.5 -4.04 -1.06e+03 0.00341 0.00153 2.13 2.13 World eIoni - 2 40 -3.73 -1.06e+03 0.00213 0.00128 1.57 3.7 World eIoni - 3 40.3 -3.77 -1.06e+03 0 0.00213 0.885 4.58 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.8 -3.75 -1.09e+03 0.00428 0 0 0 World initStep - 1 41.4 -4.75 -1.09e+03 0.00233 0.00195 1.9 1.9 World eIoni - 2 41.4 -4.51 -1.09e+03 0 0.00233 1.02 2.92 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.8 -3.76 -1.09e+03 0.00221 0 0 0 World initStep - 1 41.8 -3.38 -1.09e+03 0 0.00221 0.938 0.938 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.9 -3.92 -1.17e+03 0.00307 0 0 0 World initStep - 1 42.3 -4.5 -1.17e+03 0 0.00307 1.43 1.43 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.9 -3.93 -1.18e+03 0.00325 0 0 0 World initStep - 1 42.2 -4.6 -1.17e+03 0.00128 0.00197 1.51 1.51 World eIoni - 2 42.3 -4.72 -1.17e+03 0 0.00128 0.405 1.91 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 42 -3.93 -1.18e+03 0.00159 0 0 0 World initStep - 1 41.9 -4.14 -1.18e+03 0 0.00159 0.558 0.558 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 42 -4.02 -1.22e+03 0.00206 0 0 0 World initStep - 1 41.7 -3.99 -1.22e+03 0 0.00206 0.836 0.836 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 42.1 -4.04 -1.23e+03 0.0013 0 0 0 World initStep - 1 42.2 -3.97 -1.23e+03 0 0.0013 0.412 0.412 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 42.1 -4.11 -1.26e+03 0.00296 0 0 0 World initStep - 1 42.3 -4.7 -1.26e+03 0 0.00296 1.38 1.38 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 42.3 -4.26 -1.34e+03 0.00164 0 0 0 World initStep - 1 42.2 -4.44 -1.34e+03 0 0.00164 0.585 0.585 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 42.4 -4.29 -1.35e+03 0.0014 0 0 0 World initStep - 1 42.2 -4.23 -1.35e+03 0 0.0014 0.46 0.46 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 42.6 -4.36 -1.4e+03 0.00209 0 0 0 World initStep - 1 42.4 -4.68 -1.4e+03 0 0.00209 0.858 0.858 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43 -4.69 -1.53e+03 0.00817 0 0 0 World initStep - 1 40.5 -4.92 -1.53e+03 0.00675 0.00141 3.34 3.34 World eIoni - 2 38.9 -4.39 -1.53e+03 0.00495 0.0018 2.77 6.11 World eIoni - 3 38.8 -3.12 -1.53e+03 0.00254 0.00242 2.13 8.24 World eIoni - 4 38.7 -2.87 -1.53e+03 0 0.00254 1.15 9.39 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.2 -4.84 -1.59e+03 0.0115 0 0 0 World initStep - 1 46.7 -7.67 -1.59e+03 0.00999 0.00152 4.96 4.96 World eIoni - 2 50.2 -8.53 -1.59e+03 0.00782 0.00217 4.17 9.14 World eIoni - 3 52.8 -7.7 -1.59e+03 0.00677 0.00105 3.19 12.3 World eIoni - 4 53.6 -5.84 -1.59e+03 0.00608 0.000695 2.36 14.7 World msc - 5 52.6 -4.51 -1.59e+03 0.00485 0.00122 2.52 17.2 World eIoni - 6 52.4 -3.54 -1.59e+03 0.00172 0.00161 1.73 18.9 World eIoni - 7 52.5 -3.34 -1.59e+03 0 0.00172 0.631 19.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 20 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.4 -3.54 -1.59e+03 0.00152 0 0 0 World initStep - 1 52.3 -3.44 -1.59e+03 0 0.00152 0.523 0.523 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.2 -4.89 -1.61e+03 0.00414 0 0 0 World initStep - 1 43.4 -5.92 -1.61e+03 0.00205 0.00209 1.85 1.85 World eIoni - 2 43.2 -6.09 -1.61e+03 0 0.00205 0.831 2.68 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.5 -5.01 -1.7e+03 0.00256 0 0 0 World initStep - 1 43.2 -5.34 -1.7e+03 0.00221 0.000343 0.687 0.687 World eIoni - 2 43 -5.63 -1.7e+03 0 0.00221 0.94 1.63 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.8 -5.08 -1.8e+03 0.00132 0 0 0 World initStep - 1 43.8 -4.93 -1.8e+03 0 0.00132 0.421 0.421 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.8 -5.11 -1.83e+03 0.00866 0 0 0 World initStep - 1 43.6 -2.49 -1.83e+03 0.00776 0.0009 3.55 3.55 World eIoni - 2 41.4 -0.662 -1.83e+03 0.00663 0.00113 3.17 6.72 World eIoni - 3 41.6 -0.541 -1.83e+03 0.00419 0.00243 2.72 9.45 World eIoni - 4 42.3 -0.689 -1.83e+03 0.00234 0.00185 1.87 11.3 World eIoni - 5 42.5 -1.08 -1.83e+03 0 0.00234 1.03 12.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.9 -5.15 -1.85e+03 0.00193 0 0 0 World initStep - 1 44 -4.86 -1.85e+03 0 0.00193 0.754 0.754 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.9 -5.19 -1.87e+03 0.00176 0 0 0 World initStep - 1 43.8 -4.98 -1.87e+03 0 0.00176 0.653 0.653 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.9 -5.22 -1.89e+03 0.00388 0 0 0 World initStep - 1 43.5 -4.39 -1.89e+03 0.00258 0.00129 1.76 1.76 World eIoni - 2 43.5 -4.05 -1.89e+03 0.00128 0.000238 0.623 2.38 World eIoni - 3 43.5 -4.2 -1.89e+03 0 0.00128 0.404 2.78 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.5 -4.05 -1.89e+03 0.00107 0 0 0 World initStep - 1 43.5 -4.08 -1.89e+03 0 0.00107 0.309 0.309 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.1 -5.46 -2e+03 0.00186 0 0 0 World initStep - 1 44.2 -5.18 -2e+03 0 0.00186 0.716 0.716 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.3 -5.73 -2.14e+03 0.00636 0 0 0 World initStep - 1 44 -6.85 -2.14e+03 0.00392 0.000893 1.45 1.45 World eIoni - 2 43 -7.06 -2.14e+03 0.00281 0.00111 1.77 3.22 World eIoni - 3 43.2 -6.87 -2.14e+03 0 0.00281 1.31 4.53 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44 -6.85 -2.14e+03 0.00154 0 0 0 World initStep - 1 44 -7.06 -2.14e+03 0 0.00154 0.535 0.535 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.4 -5.8 -2.18e+03 0.00299 0 0 0 World initStep - 1 43.8 -5.87 -2.18e+03 0.00122 0.00176 1.39 1.39 World eIoni - 2 43.7 -5.87 -2.18e+03 0 0.00122 0.378 1.77 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -5.89 -2.24e+03 0.00184 0 0 0 World initStep - 1 44.7 -5.79 -2.24e+03 0 0.00184 0.7 0.7 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -6.02 -2.32e+03 0.0148 0 0 0 World initStep - 1 43.6 -8.41 -2.32e+03 0.0121 0.00128 3.34 3.34 World eIoni - 2 41.5 -11.2 -2.31e+03 0.00954 0.00254 5.28 8.62 World eIoni - 3 40.3 -13 -2.31e+03 0.00861 0.000931 3.95 12.6 World eIoni - 4 41.5 -14 -2.31e+03 0.00539 0.00321 3.53 16.1 World eIoni - 5 41.2 -14.4 -2.31e+03 0.00215 0.00206 1.74 17.8 World eIoni - 6 40.8 -14.3 -2.31e+03 0 0.00215 0.9 18.7 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 41.2 -14.4 -2.31e+03 0.00118 0 0 0 World initStep - 1 41.1 -14.5 -2.31e+03 0 0.00118 0.358 0.358 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.6 -8.41 -2.32e+03 0.00146 0 0 0 World initStep - 1 43.4 -8.52 -2.32e+03 0 0.00146 0.493 0.493 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.6 -6.06 -2.35e+03 0.00105 0 0 0 World initStep - 1 44.6 -6.15 -2.35e+03 0 0.00105 0.302 0.302 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -6.12 -2.49e+03 0.00141 0 0 0 World initStep - 1 44.6 -5.95 -2.49e+03 0 0.00141 0.467 0.467 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -6.1 -2.52e+03 0.00103 0 0 0 World initStep - 1 44.4 -6.18 -2.52e+03 0 0.00103 0.295 0.295 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -6.1 -2.53e+03 0.0129 0 0 0 World initStep - 1 44.5 -5.96 -2.53e+03 0.0116 4.76e-05 0.155 0.155 World eIoni - 2 43.8 -2.67 -2.52e+03 0.00985 0.00179 5.03 5.19 World eIoni - 3 43.2 0.384 -2.52e+03 0.00786 0.00199 4.1 9.29 World eIoni - 4 42.9 -1.79 -2.52e+03 0.00645 0.00141 3.21 12.5 World eIoni - 5 42.4 -0.373 -2.52e+03 0.00402 0.00244 2.66 15.2 World eIoni - 6 42.3 0.468 -2.52e+03 0.002 0.00202 1.3 16.5 World eIoni - 7 42.5 0.636 -2.52e+03 0 0.002 0.8 17.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -5.96 -2.53e+03 0.00121 0 0 0 World initStep - 1 44.4 -5.91 -2.53e+03 0 0.00121 0.372 0.372 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -6.1 -2.54e+03 0.00119 0 0 0 World initStep - 1 44.4 -6.18 -2.54e+03 0 0.00119 0.364 0.364 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.5 -6.09 -2.57e+03 0.00183 0 0 0 World initStep - 1 44.7 -6.31 -2.57e+03 0 0.00183 0.696 0.696 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.2 -2.61e+03 50 0 0 0 World initStep - 1 -19.6 -50.2 -2.56e+03 50 0.00847 56.3 56.3 World hIoni - 2 -19.6 -50.2 -2.51e+03 50 0.008 43.9 100 World hIoni - 3 -19.6 -50.2 -2.5e+03 50 0.00121 7.73 108 World hIoni - 4 -19.6 -50.2 -2.49e+03 50 0.00269 16.3 124 World hIoni - 5 -19.6 -50.2 -2.46e+03 50 0.00393 26.8 151 World hIoni - 6 -19.6 -50.2 -2.46e+03 50 0 0.2 151 World hIoni - 7 -19.6 -50.1 -2.4e+03 49.9 0.00853 57.6 209 World hIoni - 8 -19.6 -50.1 -2.34e+03 49.9 0.0111 62.5 271 World hIoni - 9 -19.5 -50 -2.24e+03 49.9 0.0187 96.9 368 World hIoni - 10 -19.4 -50 -2.22e+03 49.9 0.00443 25.9 394 World hIoni - 11 -19 -50 -2.01e+03 49.9 0.0323 206 600 World hIoni - 12 -18.9 -50 -1.99e+03 49.8 0.00503 26.9 627 World hIoni - 13 -18.7 -50 -1.92e+03 49.8 0.0122 60.8 688 World hIoni - 14 -18.5 -50 -1.89e+03 49.8 0.00269 30 718 World hIoni - 15 -18.5 -50.1 -1.88e+03 49.8 0.00242 15.6 734 World hIoni - 16 -18.3 -50.1 -1.83e+03 49.8 0.00496 49.1 783 World hIoni - 17 -17.8 -50 -1.74e+03 49.8 0.0175 90.8 873 World hIoni - 18 -17.2 -49.9 -1.65e+03 49.8 0.02 92.6 966 World hIoni - 19 -16.6 -49.9 -1.57e+03 49.7 0.0141 74.4 1.04e+03 World hIoni - 20 -16.6 -49.9 -1.57e+03 49.7 0.0027 6.54 1.05e+03 World hIoni - 21 -16.4 -49.9 -1.55e+03 49.7 0.00348 17 1.06e+03 World hIoni - 22 -16.2 -49.9 -1.52e+03 49.7 0.00411 29.1 1.09e+03 World hIoni - 23 -15.9 -50 -1.46e+03 49.7 0.00806 59.2 1.15e+03 World hIoni - 24 -15.8 -50 -1.45e+03 49.7 0.00208 13 1.17e+03 World hIoni - 25 -15.4 -50.2 -1.39e+03 49.7 0.00994 58.4 1.22e+03 World hIoni - 26 -14.7 -50.5 -1.28e+03 49.6 0.0157 104 1.33e+03 World hIoni - 27 -14.5 -50.6 -1.26e+03 49.6 0.00521 25.1 1.35e+03 World hIoni - 28 -14.5 -50.6 -1.26e+03 49.6 0.0002 4.04 1.36e+03 World hIoni - 29 -14.5 -50.6 -1.25e+03 49.6 0.00124 3.06 1.36e+03 World hIoni - 30 -14.3 -50.7 -1.22e+03 49.6 0.00442 30.2 1.39e+03 World hIoni - 31 -14.2 -50.7 -1.21e+03 49.6 0.00208 13 1.4e+03 World hIoni - 32 -13.9 -50.9 -1.17e+03 49.6 0.00913 42.5 1.45e+03 World hIoni - 33 -13.2 -51.3 -1.05e+03 49.6 0.025 117 1.56e+03 World hIoni - 34 -13.1 -51.4 -1.02e+03 49.5 0.00757 31.8 1.59e+03 World hIoni - 35 -12.9 -51.4 -989 49.5 0.00414 28.6 1.62e+03 World hIoni - 36 -12.8 -51.5 -967 49.5 0.00623 22.9 1.65e+03 World hIoni - 37 -12.2 -51.9 -860 49.5 0.0176 106 1.75e+03 World hIoni - 38 -12.1 -52 -841 49.5 0.00403 19.6 1.77e+03 World hIoni - 39 -12 -52.1 -820 49.5 0.00368 20.2 1.79e+03 World hIoni - 40 -12 -52.1 -816 49.5 0.000433 4.04 1.8e+03 World hIoni - 41 -11.9 -52.2 -803 49.5 0.00392 13.1 1.81e+03 World hIoni - 42 -11.6 -52.5 -736 49.4 0.015 67.6 1.88e+03 World hIoni - 43 -11.4 -52.7 -685 49.4 0.00812 50.9 1.93e+03 World hIoni - 44 -10.6 -53.2 -508 49.4 0.0321 177 2.1e+03 World hIoni - 45 -10.5 -53.3 -498 49.4 0.00131 10.7 2.11e+03 World hIoni - 46 -10.4 -53.4 -454 49.4 0.00629 44 2.16e+03 World hIoni - 47 -10.1 -53.5 -393 49.4 0.0142 60.2 2.22e+03 World hIoni - 48 -10 -53.6 -361 49.4 0.00895 32 2.25e+03 World hIoni - 49 -9.98 -53.6 -354 49.4 0.00126 7.42 2.26e+03 World hIoni - 50 -9.82 -53.7 -300 49.3 0.012 53.9 2.31e+03 World hIoni - 51 -9.81 -53.7 -297 49.3 0.000749 2.75 2.32e+03 World hIoni - 52 -9.78 -53.7 -289 49.3 0.00114 8.18 2.32e+03 World hIoni - 53 -9.71 -53.7 -263 49.3 0.00432 25.7 2.35e+03 World hIoni - 54 -9.58 -53.8 -220 49.3 0.007 43.5 2.39e+03 World hIoni - 55 -9.55 -53.8 -211 49.3 0.00244 8.57 2.4e+03 World hIoni - 56 -9.02 -54 -61.4 49.3 0.0264 150 2.55e+03 World hIoni - 57 -8.8 -54.1 15.1 49.3 0.0101 76.5 2.63e+03 World hIoni - 58 -8.69 -54.1 55.8 49.3 0.0078 40.8 2.67e+03 World hIoni - 59 -8.59 -54.3 98.7 49.2 0.00711 42.8 2.71e+03 World hIoni - 60 -8.55 -54.3 116 49.2 0.00365 16.9 2.73e+03 World hIoni - 61 -8.46 -54.4 164 49.2 0.0102 48.9 2.78e+03 World hIoni - 62 -8.44 -54.5 179 49.2 0.0023 14.8 2.79e+03 World hIoni - 63 -8.43 -54.5 186 49.2 0.000862 6.71 2.8e+03 World hIoni - 64 -8.42 -54.5 206 49.2 0.00254 19.8 2.82e+03 World hIoni - 65 -8.42 -54.5 210 49.2 0.000132 4.37 2.82e+03 World hIoni - 66 -8.37 -54.6 262 49.2 0.00869 51.9 2.87e+03 World hIoni - 67 -8.34 -54.6 289 49.2 0.00353 26.6 2.9e+03 World hIoni - 68 -8.27 -54.6 348 49.2 0.0105 59.6 2.96e+03 World hIoni - 69 -8.25 -54.6 364 49.2 0.00328 15.9 2.98e+03 World hIoni - 70 -8.26 -54.6 410 49.1 0.0102 46.2 3.02e+03 World hIoni - 71 -8.25 -54.6 430 49.1 0.0037 19.9 3.04e+03 cloudPV CoupledTransportation - 72 -8.25 -54.6 432 46.9 2.26 1.81 3.04e+03 World CoupledTransportation - 73 -8.23 -54.5 450 46.9 0.00588 17.5 3.06e+03 World hIoni - 74 -8.22 -54.4 455 46.9 0.00206 5.91 3.07e+03 World hIoni - 75 -8.18 -54.1 506 46.9 0.0111 50.4 3.12e+03 World hIoni - 76 -8.18 -54.1 509 46.9 0.000476 3.29 3.12e+03 cloudPV CoupledTransportation - 77 -8.18 -54.1 510 45.3 1.55 1.17 3.12e+03 World CoupledTransportation - 78 -8.41 -53.8 538 45.3 0.00663 28.1 3.15e+03 World hIoni - 79 -8.61 -53.5 564 45.3 0.00564 25.4 3.18e+03 World hIoni - 80 -8.75 -53.4 582 45.3 0.00401 18.2 3.19e+03 World hIoni - 81 -9.23 -52.7 649 45.2 0.0143 67.3 3.26e+03 World hIoni - 82 -9.36 -52.5 665 45.2 0.00266 15.8 3.28e+03 World hIoni - 83 -10 -51.7 749 45.2 0.0166 84.1 3.36e+03 World hIoni - 84 -10.9 -50.7 848 45.2 0.019 98.4 3.46e+03 World hIoni - 85 -11.3 -50.2 901 45.2 0.0109 53.8 3.51e+03 World hIoni - 86 -11.3 -50.1 912 45.2 0.00218 10.7 3.52e+03 World hIoni - 87 -11.6 -49.7 946 45.1 0.00484 34.2 3.56e+03 World hIoni - 88 -11.6 -49.7 947 45.1 9.26e-05 0.377 3.56e+03 World hIoni - 89 -11.8 -49.3 988 45.1 0.00772 41 3.6e+03 World hIoni - 90 -12.5 -48.2 1.1e+03 45.1 0.0242 112 3.71e+03 World hIoni - 91 -12.8 -47.8 1.13e+03 45 0.00827 35.5 3.75e+03 World hIoni - 92 -12.9 -47.7 1.15e+03 45 0.00311 14.9 3.76e+03 World hIoni - 93 -13.2 -47.3 1.19e+03 45 0.0099 44.3 3.81e+03 World hIoni - 94 -13.3 -47.1 1.22e+03 45 0.00278 22.6 3.83e+03 World hIoni - 95 -13.6 -46.8 1.26e+03 45 0.00678 38.5 3.87e+03 World hIoni - 96 -13.6 -46.7 1.26e+03 45 0.00132 7.75 3.88e+03 World hIoni - 97 -14.1 -46.1 1.32e+03 45 0.0129 60.8 3.94e+03 World hIoni - 98 -14.7 -45.5 1.4e+03 45 0.0165 80.7 4.02e+03 World hIoni - 99 -14.7 -45.5 1.41e+03 45 0.000281 1.87 4.02e+03 World hIoni - 100 -14.8 -45.4 1.42e+03 45 0.00182 11.3 4.03e+03 World hIoni - 101 -15 -45.2 1.44e+03 45 0.00376 20.9 4.05e+03 World hIoni - 102 -15.1 -45.1 1.45e+03 45 0.000471 8.11 4.06e+03 World hIoni - 103 -15.7 -44.5 1.52e+03 44.9 0.0157 74 4.13e+03 World hIoni - 104 -16.9 -43.3 1.66e+03 44.9 0.0252 138 4.27e+03 World hIoni - 105 -17.8 -42.4 1.78e+03 44.9 0.0299 118 4.39e+03 World hIoni - 106 -17.8 -42.3 1.78e+03 44.9 0.00126 7.99 4.4e+03 World hIoni - 107 -18.1 -42.1 1.82e+03 44.9 0.00625 33.4 4.43e+03 World hIoni - 108 -18.3 -41.8 1.85e+03 44.9 0.0053 35.3 4.47e+03 World hIoni - 109 -19.9 -39.8 2.07e+03 44.8 0.0422 217 4.68e+03 World hIoni - 110 -19.9 -39.7 2.07e+03 44.8 0.000599 1.92 4.68e+03 World hIoni - 111 -20.2 -39.1 2.13e+03 44.8 0.00769 54.2 4.74e+03 World hIoni - 112 -20.3 -39 2.13e+03 44.8 0.00203 8.19 4.75e+03 World hIoni - 113 -20.8 -37.9 2.22e+03 44.8 0.0148 86.2 4.83e+03 World hIoni - 114 -20.9 -37.7 2.24e+03 44.8 0.00259 15.3 4.85e+03 World hIoni - 115 -21.2 -37.1 2.29e+03 44.8 0.00906 53.4 4.9e+03 World hIoni - 116 -21.3 -36.9 2.3e+03 44.8 0.00159 13.3 4.92e+03 World hIoni - 117 -21.5 -36.7 2.32e+03 44.7 0.00756 21.9 4.94e+03 World hIoni - 118 -22 -35.8 2.39e+03 44.7 0.0137 65.7 5e+03 World hIoni - 119 -22.3 -35.3 2.43e+03 44.7 0.00953 39.3 5.04e+03 World hIoni - 120 -22.6 -34.6 2.48e+03 44.7 0.0104 49.1 5.09e+03 World hIoni - 121 -23.3 -32.8 2.6e+03 44.7 0.0288 121 5.21e+03 detectorPV CoupledTransportation - 122 -23.3 -32.8 2.6e+03 38.8 5.89 1.94 5.21e+03 detectorPV hIoni - 123 -23.4 -32.8 2.6e+03 33.7 5.03 1.55 5.22e+03 detectorPV hIoni - 124 -23.4 -32.8 2.6e+03 29.1 4.65 1.24 5.22e+03 detectorPV hIoni - 125 -23.4 -32.7 2.61e+03 25 4.12 0.991 5.22e+03 detectorPV hIoni - 126 -23.4 -32.7 2.61e+03 21.2 3.78 0.793 5.22e+03 detectorPV hIoni - 127 -23.4 -32.7 2.61e+03 17.7 3.48 0.632 5.22e+03 detectorPV hIoni - 128 -23.4 -32.7 2.61e+03 14.6 3.06 0.502 5.22e+03 detectorPV hIoni - 129 -23.5 -32.7 2.61e+03 11.9 2.71 0.401 5.22e+03 detectorPV hIoni - 130 -23.5 -32.7 2.61e+03 9.22 2.72 0.323 5.22e+03 detectorPV hIoni - 131 -23.5 -32.7 2.61e+03 6.42 2.8 0.255 5.22e+03 detectorPV hIoni - 132 -23.5 -32.7 2.61e+03 3.42 3 0.192 5.22e+03 detectorPV hIoni - 133 -23.5 -32.7 2.61e+03 0.0349 3.38 0.102 5.22e+03 detectorPV hIoni - 134 -23.5 -32.7 2.61e+03 0 0.0349 0.000477 5.22e+03 detectorPV hIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.6 -34.6 2.48e+03 0.00337 0 0 0 World initStep - 1 -22.8 -35.3 2.48e+03 0.0013 0.00207 1.56 1.56 World eIoni - 2 -22.9 -35.3 2.48e+03 0 0.0013 0.414 1.97 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.3 -35.3 2.43e+03 0.013 0 0 0 World initStep - 1 -25 -36.8 2.43e+03 0.012 0.00102 3.29 3.29 World msc - 2 -27.7 -40.4 2.43e+03 0.0105 0.0015 4.92 8.21 World msc - 3 -29.9 -42 2.43e+03 0.00859 0.00187 4.41 12.6 World eIoni - 4 -31.5 -42.1 2.42e+03 0.0074 0.00119 3.52 16.1 World eIoni - 5 -31.6 -41.3 2.42e+03 0.00655 0.000844 3.02 19.2 World eIoni - 6 -31.1 -42.7 2.42e+03 0.00558 0.000973 2.7 21.9 World eIoni - 7 -29.6 -42.3 2.42e+03 0.00486 0.000715 2.35 24.2 World eIoni - 8 -28.3 -42.5 2.42e+03 0.00203 0.00283 2.1 26.3 World eIoni - 9 -28.3 -42.6 2.42e+03 0 0.00203 0.82 27.1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22 -35.8 2.39e+03 0.00143 0 0 0 World initStep - 1 -21.8 -35.8 2.39e+03 0 0.00143 0.479 0.479 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.5 -36.7 2.32e+03 0.00624 0 0 0 World initStep - 1 -19.7 -36.4 2.33e+03 0.00422 0.00202 2.58 2.58 World eIoni - 2 -19.5 -36.7 2.32e+03 0.00311 0.00111 1.88 4.46 World eIoni - 3 -20 -36.4 2.32e+03 0.00142 0.00169 1.45 5.91 World eIoni - 4 -20.1 -36.4 2.32e+03 0 0.00142 0.474 6.38 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.3 -36.9 2.3e+03 0.0017 0 0 0 World initStep - 1 -21.4 -36.7 2.3e+03 0 0.0017 0.618 0.618 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.2 -37.1 2.29e+03 0.00173 0 0 0 World initStep - 1 -21.2 -37.3 2.29e+03 0 0.00173 0.638 0.638 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.9 -37.7 2.24e+03 0.00131 0 0 0 World initStep - 1 -21.1 -37.7 2.24e+03 0 0.00131 0.417 0.417 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.8 -37.9 2.22e+03 0.00243 0 0 0 World initStep - 1 -20.4 -37.7 2.22e+03 0 0.00243 1.09 1.09 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.3 -39 2.13e+03 0.0021 0 0 0 World initStep - 1 -20.5 -38.8 2.13e+03 0 0.0021 0.865 0.865 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.2 -39.1 2.13e+03 0.00127 0 0 0 World initStep - 1 -20.1 -39 2.13e+03 0 0.00127 0.397 0.397 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.9 -39.7 2.07e+03 0.00112 0 0 0 World initStep - 1 -19.9 -39.6 2.07e+03 0 0.00112 0.331 0.331 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.9 -39.8 2.07e+03 0.00757 0 0 0 World initStep - 1 -18.8 -41.7 2.07e+03 0.00591 0.00166 3.09 3.09 World eIoni - 2 -18.9 -42.9 2.07e+03 0.00461 0.0013 2.46 5.55 World eIoni - 3 -19.8 -42.7 2.07e+03 0.00135 0.00195 1.2 6.75 World eIoni - 4 -19.9 -42.7 2.07e+03 0 0.00135 0.436 7.19 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 106 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.8 -42.7 2.07e+03 0.00131 0 0 0 World initStep - 1 -19.8 -42.8 2.07e+03 0 0.00131 0.418 0.418 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.3 -41.8 1.85e+03 0.00116 0 0 0 World initStep - 1 -18.4 -41.9 1.85e+03 0 0.00116 0.35 0.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.1 -42.1 1.82e+03 0.00416 0 0 0 World initStep - 1 -18.3 -43.1 1.82e+03 0.00109 0.00307 1.85 1.85 World eIoni - 2 -18.3 -43 1.82e+03 0 0.00109 0.319 2.17 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.8 -42.3 1.78e+03 0.00155 0 0 0 World initStep - 1 -17.6 -42.3 1.78e+03 0 0.00155 0.537 0.537 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.8 -42.4 1.78e+03 0.00137 0 0 0 World initStep - 1 -17.9 -42.4 1.78e+03 0 0.00137 0.449 0.449 World eIoni + 0 -36.8 -129 -2.61e+03 50 0 0 0 World initStep + 1 -36.8 -129 -2.58e+03 50 0.00481 35.8 35.8 World hIoni + 2 -36.8 -129 -2.56e+03 50 0.00308 19.1 54.9 World hIoni + 3 -36.8 -129 -2.51e+03 49.9 0.0088 42.9 97.8 World hIoni + 4 -36.8 -129 -2.51e+03 49.9 0.00142 8.67 107 World hIoni + 5 -36.7 -129 -2.48e+03 49.9 0.00399 30.6 137 World hIoni + 6 -36.6 -129 -2.37e+03 49.9 0.0206 104 241 World hIoni + 7 -36.6 -129 -2.32e+03 49.8 0.00755 48.3 290 World hIoni + 8 -36.6 -129 -2.32e+03 49.8 0.000118 0.503 290 World hIoni + 9 -36.4 -129 -2.22e+03 49.8 0.0183 98.9 389 World hIoni + 10 -36.2 -129 -2.1e+03 49.8 0.0265 125 514 World hIoni + 11 -36.2 -129 -2.09e+03 49.8 0.00109 6.14 520 World hIoni + 12 -36.1 -129 -2.08e+03 49.8 0.00443 16.9 537 World hIoni + 13 -36.1 -129 -2.07e+03 49.8 0.00129 10.3 547 World hIoni + 14 -36 -129 -2.03e+03 49.8 0.00686 37.4 585 World hIoni + 15 -35.8 -129 -1.96e+03 49.7 0.012 67.2 652 World hIoni + 16 -35.7 -129 -1.92e+03 49.7 0.0164 44 696 World hIoni + 17 -35.3 -130 -1.75e+03 49.7 0.0332 170 865 World hIoni + 18 -35.2 -130 -1.74e+03 49.7 0.000893 11.1 877 World hIoni + 19 -35.2 -130 -1.71e+03 49.7 0.00506 24.6 901 World hIoni + 20 -35.1 -130 -1.68e+03 49.7 0.00504 31.3 932 World hIoni + 21 -35.1 -130 -1.67e+03 49.7 0.00172 9.29 942 World hIoni + 22 -35.1 -130 -1.67e+03 49.7 0.000107 0.582 942 World hIoni + 23 -34.9 -130 -1.62e+03 49.7 0.00971 47.1 989 World hIoni + 24 -34.8 -130 -1.6e+03 49.7 0.00308 18.7 1.01e+03 World hIoni + 25 -34.8 -130 -1.6e+03 49.6 0.00167 8.2 1.02e+03 World hIoni + 26 -34.5 -130 -1.53e+03 49.6 0.0132 69.2 1.09e+03 World hIoni + 27 -34.4 -130 -1.52e+03 49.6 0.00126 7.28 1.09e+03 World hIoni + 28 -34.4 -130 -1.52e+03 49.6 0.000432 1.78 1.09e+03 World hIoni + 29 -34.2 -130 -1.45e+03 49.6 0.0133 67 1.16e+03 World hIoni + 30 -34.2 -130 -1.43e+03 49.6 0.00379 21.5 1.18e+03 World hIoni + 31 -34.1 -130 -1.41e+03 49.6 0.00527 19.6 1.2e+03 World hIoni + 32 -34 -130 -1.35e+03 49.6 0.0103 55.2 1.26e+03 World hIoni + 33 -34 -130 -1.35e+03 49.6 0.000448 3.13 1.26e+03 World hIoni + 34 -33.8 -130 -1.26e+03 49.5 0.0144 94.1 1.35e+03 World hIoni + 35 -33.7 -130 -1.22e+03 49.5 0.0047 33.9 1.39e+03 World hIoni + 36 -33.6 -130 -1.19e+03 49.5 0.00474 34.8 1.42e+03 World hIoni + 37 -33.6 -130 -1.19e+03 49.5 0.000223 1.1 1.42e+03 World hIoni + 38 -33.6 -130 -1.16e+03 49.5 0.00345 23.6 1.45e+03 World hIoni + 39 -33.6 -130 -1.16e+03 49.5 0.000429 3.1 1.45e+03 World hIoni + 40 -33.6 -130 -1.15e+03 49.5 0.00184 11 1.46e+03 World hIoni + 41 -33.6 -130 -1.13e+03 49.5 0.00303 15.4 1.48e+03 World hIoni + 42 -33.5 -130 -1.08e+03 49.5 0.00955 55.8 1.53e+03 World hIoni + 43 -33.5 -130 -1.07e+03 49.5 0.000974 7.37 1.54e+03 World hIoni + 44 -33.4 -131 -1.01e+03 49.5 0.0115 58.8 1.6e+03 World hIoni + 45 -33.1 -131 -899 49.5 0.0158 114 1.71e+03 World hIoni + 46 -33.1 -131 -860 49.5 0.00606 38.7 1.75e+03 World hIoni + 47 -33.1 -131 -785 49.4 0.0124 75.5 1.83e+03 World hIoni + 48 -33 -131 -745 49.4 0.00647 40.3 1.87e+03 World hIoni + 49 -33 -131 -683 49.4 0.00902 61.4 1.93e+03 World hIoni + 50 -32.9 -131 -628 49.3 0.00813 54.9 1.98e+03 World hIoni + 51 -32.8 -132 -559 49.3 0.013 69.3 2.05e+03 World hIoni + 52 -32.5 -132 -458 49.3 0.0164 101 2.15e+03 World hIoni + 53 -32.5 -132 -451 49.3 0.00214 6.8 2.16e+03 World hIoni + 54 -32.5 -132 -451 49.3 6.45e-05 0.169 2.16e+03 World hIoni + 55 -32.5 -132 -428 49.3 0.00457 23.5 2.18e+03 World hIoni + 56 -32.4 -132 -409 49.3 0.00329 19.2 2.2e+03 World hIoni + 57 -32.4 -132 -390 49.2 0.00533 18.5 2.22e+03 World hIoni + 58 -32.3 -132 -355 49.2 0.00898 35 2.26e+03 World hIoni + 59 -32.3 -132 -351 49.2 0.000654 4.01 2.26e+03 World hIoni + 60 -32.2 -132 -287 49.2 0.00946 64.4 2.33e+03 World hIoni + 61 -32.2 -132 -256 49.2 0.00435 31.1 2.36e+03 World hIoni + 62 -32.1 -133 -216 49.2 0.00991 39.5 2.4e+03 World hIoni + 63 -32.1 -133 -198 49.2 0.00221 18.4 2.41e+03 World hIoni + 64 -32.1 -133 -195 49.2 0.000181 2.33 2.42e+03 World hIoni + 65 -32.1 -133 -144 49.2 0.00651 50.9 2.47e+03 World hIoni + 66 -32.1 -133 -120 49.2 0.00446 24.4 2.49e+03 World hIoni + 67 -32.1 -133 -10.6 49.2 0.0196 109 2.6e+03 World hIoni + 68 -32.1 -134 24.2 49.1 0.00587 34.8 2.64e+03 World hIoni + 69 -32.1 -134 37.6 49.1 0.0025 13.4 2.65e+03 World hIoni + 70 -32.1 -134 41.3 49.1 0.000309 3.69 2.65e+03 World hIoni + 71 -32.1 -134 46.3 49.1 0.000833 5.02 2.66e+03 World hIoni + 72 -32.1 -134 84.4 49.1 0.00631 38.1 2.7e+03 World hIoni + 73 -32.1 -134 93.1 49.1 0.00178 8.72 2.71e+03 World hIoni + 74 -32.1 -134 114 49.1 0.00583 21.2 2.73e+03 World hIoni + 75 -32.1 -134 169 49 0.0122 54.2 2.78e+03 World hIoni + 76 -32.1 -134 199 49 0.0055 30.9 2.81e+03 World hIoni + 77 -32.1 -134 206 49 0.000574 6.38 2.82e+03 World hIoni + 78 -32.1 -134 209 49 0.000382 2.76 2.82e+03 World hIoni + 79 -32.1 -134 256 49 0.00856 47.1 2.87e+03 World hIoni + 80 -32.1 -134 269 49 0.0026 13.6 2.88e+03 World hIoni + 81 -32.1 -134 287 49 0.00333 17.9 2.9e+03 World hIoni + 82 -32.1 -134 306 49 0.00368 18.9 2.92e+03 World hIoni + 83 -32.2 -134 380 49 0.0149 73.9 2.99e+03 World hIoni + 84 -32.2 -134 388 49 0.00153 8.05 3e+03 World hIoni + 85 -32.2 -135 523 49 0.0232 135 3.14e+03 World hIoni + 86 -32.2 -135 560 49 0.00724 37 3.17e+03 cloudPV CoupledTransportation + 87 -32.2 -135 560 48.1 0.852 0.649 3.17e+03 World CoupledTransportation + 88 -32.3 -135 568 48.1 0.000975 7.87 3.18e+03 World hIoni + 89 -32.4 -135 592 48.1 0.00474 23.7 3.2e+03 World hIoni + 90 -32.4 -135 597 48.1 0.00052 5.11 3.21e+03 World hIoni + 91 -32.9 -135 722 48.1 0.0235 125 3.33e+03 World hIoni + 92 -33 -136 749 48.1 0.00579 27.2 3.36e+03 World hIoni + 93 -33.1 -136 770 48.1 0.00369 21 3.38e+03 World hIoni + 94 -33.3 -136 809 48 0.00712 39.1 3.42e+03 World hIoni + 95 -33.5 -136 841 48 0.00551 32.3 3.45e+03 World hIoni + 96 -33.6 -136 858 48 0.0026 16.7 3.47e+03 World hIoni + 97 -33.6 -136 864 48 0.00185 6.51 3.48e+03 World hIoni + 98 -34.6 -136 1.09e+03 48 0.0404 223 3.7e+03 cloudPV CoupledTransportation + 99 -34.6 -136 1.09e+03 46.4 1.64 1.33 3.7e+03 World CoupledTransportation + 100 -34.9 -136 1.15e+03 46.3 0.00844 60.4 3.76e+03 World hIoni + 101 -35.4 -137 1.24e+03 46.3 0.019 92.9 3.85e+03 World hIoni + 102 -35.7 -137 1.29e+03 46.3 0.0111 52.1 3.91e+03 World hIoni + 103 -36 -137 1.33e+03 46.3 0.00723 38.2 3.95e+03 World hIoni + 104 -36.2 -137 1.37e+03 46.3 0.0075 34.6 3.98e+03 World hIoni + 105 -36.3 -137 1.38e+03 46.3 0.00303 17.7 4e+03 World hIoni + 106 -36.3 -137 1.39e+03 46.3 0.00241 9.75 4.01e+03 World hIoni + 107 -36.5 -137 1.43e+03 46.3 0.00539 31.8 4.04e+03 World hIoni + 108 -36.6 -137 1.44e+03 46.3 0.00242 14.6 4.05e+03 World hIoni + 109 -36.9 -137 1.48e+03 46.3 0.00649 42 4.1e+03 World hIoni + 110 -37.1 -137 1.51e+03 46.3 0.00382 23.7 4.12e+03 World hIoni + 111 -37.2 -137 1.53e+03 46.2 0.00332 19.3 4.14e+03 World hIoni + 112 -37.2 -137 1.53e+03 46.2 0.000848 3.35 4.14e+03 World hIoni + 113 -37.2 -137 1.53e+03 46.2 0.000114 2.01 4.14e+03 World hIoni + 114 -37.3 -137 1.54e+03 46.2 0.00173 12.5 4.16e+03 World hIoni + 115 -37.3 -137 1.54e+03 46.2 0.00128 0.689 4.16e+03 World hIoni + 116 -37.7 -137 1.6e+03 46.2 0.00903 52.9 4.21e+03 World hIoni + 117 -37.9 -137 1.64e+03 46.2 0.00796 42.3 4.25e+03 World hIoni + 118 -38.1 -137 1.66e+03 46.2 0.00582 20.5 4.27e+03 World hIoni + 119 -38.2 -137 1.68e+03 46.1 0.00324 19.6 4.29e+03 World hIoni + 120 -39.3 -137 1.83e+03 46.1 0.0292 149 4.44e+03 World hIoni + 121 -39.6 -137 1.87e+03 46.1 0.0094 43.1 4.48e+03 World hIoni + 122 -39.6 -137 1.87e+03 46.1 0.000176 0.161 4.48e+03 World hIoni + 123 -39.8 -137 1.9e+03 46.1 0.00316 24 4.51e+03 World hIoni + 124 -40.2 -137 1.95e+03 46.1 0.0125 55 4.56e+03 World hIoni + 125 -41 -137 2.06e+03 46.1 0.0204 104 4.67e+03 World hIoni + 126 -41 -137 2.06e+03 46.1 0.000318 4.6 4.67e+03 World hIoni + 127 -41.2 -137 2.08e+03 46 0.00262 22.1 4.69e+03 World hIoni + 128 -41.2 -137 2.09e+03 46 0.00082 4.2 4.7e+03 World hIoni + 129 -41.2 -137 2.09e+03 46 0.000111 0.216 4.7e+03 World hIoni + 130 -41.5 -137 2.12e+03 46 0.00628 31.7 4.73e+03 World hIoni + 131 -41.6 -137 2.13e+03 46 0.00231 14.6 4.75e+03 World hIoni + 132 -42.3 -137 2.22e+03 46 0.0185 90.5 4.84e+03 World hIoni + 133 -42.6 -137 2.25e+03 46 0.00235 26 4.86e+03 World hIoni + 134 -42.9 -137 2.29e+03 46 0.00729 42.8 4.9e+03 World hIoni + 135 -43.4 -137 2.34e+03 46 0.0114 47 4.95e+03 World hIoni + 136 -43.4 -137 2.34e+03 46 0.00169 5.48 4.96e+03 World hIoni + 137 -43.4 -137 2.35e+03 46 0.000317 4.42 4.96e+03 cloudPV CoupledTransportation + 138 -43.5 -137 2.35e+03 43.4 2.53 1.81 4.96e+03 World CoupledTransportation + 139 -43.6 -137 2.38e+03 43.4 0.0066 28.3 4.99e+03 World hIoni + 140 -43.8 -137 2.41e+03 43.4 0.00604 28.4 5.02e+03 World hIoni + 141 -43.9 -137 2.42e+03 43.4 0.00154 10.6 5.03e+03 World hIoni + 142 -44.2 -137 2.46e+03 43.4 0.00758 41.9 5.07e+03 World hIoni + 143 -44.2 -137 2.46e+03 43.4 0.000208 3.88 5.08e+03 cloudPV CoupledTransportation + 144 -44.2 -137 2.47e+03 41 2.39 1.81 5.08e+03 World CoupledTransportation + 145 -44.3 -137 2.47e+03 41 0.00227 9.26 5.09e+03 World hIoni + 146 -44.8 -136 2.51e+03 41 0.00694 34.7 5.12e+03 World hIoni + 147 -45 -136 2.52e+03 41 0.00355 12.5 5.13e+03 World hIoni + 148 -45.6 -136 2.57e+03 41 0.0108 44.7 5.18e+03 World hIoni + 149 -46.1 -136 2.6e+03 41 0.00679 33.1 5.21e+03 detectorPV CoupledTransportation + 150 -46.1 -136 2.6e+03 35.5 5.45 1.69 5.21e+03 detectorPV hIoni + 151 -46.2 -136 2.6e+03 30.7 4.81 1.35 5.22e+03 detectorPV hIoni + 152 -46.3 -136 2.6e+03 26.7 3.97 1.08 5.22e+03 detectorPV hIoni + 153 -46.3 -136 2.6e+03 23.1 3.68 0.875 5.22e+03 detectorPV hIoni + 154 -46.4 -136 2.61e+03 19.5 3.6 0.709 5.22e+03 detectorPV hIoni + 155 -46.5 -136 2.61e+03 16.1 3.37 0.565 5.22e+03 detectorPV hIoni + 156 -46.5 -136 2.61e+03 13.1 2.94 0.447 5.22e+03 detectorPV hIoni + 157 -46.6 -136 2.61e+03 10.2 2.96 0.357 5.22e+03 detectorPV hIoni + 158 -46.6 -136 2.61e+03 7.32 2.87 0.278 5.22e+03 detectorPV hIoni + 159 -46.6 -136 2.61e+03 4.44 2.88 0.212 5.22e+03 detectorPV hIoni + 160 -46.7 -136 2.61e+03 1.07 3.37 0.141 5.22e+03 detectorPV hIoni + 161 -46.7 -136 2.61e+03 0.00178 1.06 0.0161 5.22e+03 detectorPV hIoni + 162 -46.7 -136 2.61e+03 0 0.00178 0.000107 5.22e+03 detectorPV hIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.9 -43.3 1.66e+03 0.00365 0 0 0 World initStep - 1 -16.1 -43.6 1.66e+03 0.00219 0.00147 1.67 1.67 World eIoni - 2 -16.1 -43.2 1.66e+03 0 0.00219 0.923 2.59 World eIoni + 0 -44.8 -136 2.51e+03 0.0122 0 0 0 World initStep + 1 -45.4 -140 2.51e+03 0.0112 0.000976 5.36 5.36 World eIoni + 2 -48.9 -142 2.51e+03 0.0085 0.00273 4.82 10.2 World eIoni + 3 -51.3 -143 2.51e+03 0.00656 0.00194 3.48 13.7 World eIoni + 4 -52.3 -141 2.51e+03 0.0042 0.00236 2.7 16.4 World eIoni + 5 -51.9 -142 2.51e+03 0.00243 0.00177 1.87 18.2 World eIoni + 6 -52.2 -142 2.51e+03 0 0.00243 1.09 19.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.7 -44.5 1.52e+03 0.00168 0 0 0 World initStep - 1 -15.8 -44.3 1.52e+03 0 0.00168 0.612 0.612 World eIoni + 0 -44.2 -137 2.46e+03 0.00113 0 0 0 World initStep + 1 -44 -137 2.46e+03 0 0.00113 0.335 0.335 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.1 -45.1 1.45e+03 0.0016 0 0 0 World initStep - 1 -14.9 -45 1.45e+03 0 0.0016 0.565 0.565 World eIoni + 0 -43.9 -137 2.42e+03 0.0011 0 0 0 World initStep + 1 -44 -137 2.42e+03 0 0.0011 0.322 0.322 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15 -45.2 1.44e+03 0.00108 0 0 0 World initStep - 1 -15.1 -45.2 1.44e+03 0 0.00108 0.314 0.314 World eIoni + 0 -43.4 -137 2.34e+03 0.00328 0 0 0 World initStep + 1 -43.8 -137 2.34e+03 0 0.00328 1.52 1.52 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.8 -45.4 1.42e+03 0.00356 0 0 0 World initStep - 1 -15.6 -45.6 1.42e+03 0.00136 0.00219 1.63 1.63 World eIoni - 2 -15.5 -45.4 1.42e+03 0 0.00136 0.444 2.08 World eIoni + 0 -42.9 -137 2.29e+03 0.00163 0 0 0 World initStep + 1 -42.7 -137 2.29e+03 0 0.00163 0.584 0.584 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.7 -45.5 1.41e+03 0.00103 0 0 0 World initStep - 1 -14.7 -45.6 1.41e+03 0 0.00103 0.294 0.294 World eIoni + 0 -42.6 -137 2.25e+03 0.0252 0 0 0 World initStep + 1 -41 -144 2.25e+03 0.0172 0.00265 7.88 7.88 World eIoni + 2 -36 -150 2.25e+03 0.0154 0.0018 8.73 16.6 World eIoni + 3 -32.4 -151 2.26e+03 0.0131 0.00229 7.41 24 World eIoni + 4 -31.4 -145 2.26e+03 0.0115 0.00165 5.91 29.9 World eIoni + 5 -28.6 -144 2.26e+03 0.00778 0.0037 4.95 34.9 World eIoni + 6 -27.3 -143 2.26e+03 0.00437 0.00205 2.4 37.3 World eIoni + 7 -26.8 -142 2.26e+03 0.00256 0.00181 1.93 39.2 World eIoni + 8 -26.4 -141 2.26e+03 0.00103 0.00153 1.17 40.4 World eIoni + 9 -26.3 -141 2.26e+03 0 0.00103 0.295 40.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.3 -143 2.26e+03 0.00136 0 0 0 World initStep + 1 -27.4 -143 2.26e+03 0 0.00136 0.441 0.441 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41 -144 2.25e+03 0.00536 0 0 0 World initStep + 1 -40.7 -144 2.25e+03 0.00336 0.002 2.27 2.27 World eIoni + 2 -40.1 -143 2.25e+03 0.00205 0.00131 1.56 3.82 World eIoni + 3 -40.4 -143 2.25e+03 0 0.00205 0.833 4.66 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.7 -45.5 1.4e+03 0.003 0 0 0 World initStep - 1 -15.1 -46 1.4e+03 0.00159 0.0014 1.4 1.4 World eIoni - 2 -15.2 -45.9 1.4e+03 0 0.00159 0.562 1.96 World eIoni + 0 -42.3 -137 2.22e+03 0.00786 0 0 0 World initStep + 1 -42.9 -135 2.22e+03 0.00547 0.00239 3.21 3.21 World eIoni + 2 -42.3 -134 2.22e+03 0.00421 0.00127 2.31 5.52 World eIoni + 3 -42.4 -134 2.22e+03 0.00143 0.00278 1.87 7.4 World eIoni + 4 -42.4 -133 2.22e+03 0 0.00143 0.475 7.87 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.1 -46.1 1.32e+03 0.0014 0 0 0 World initStep - 1 -13.9 -46.1 1.32e+03 0 0.0014 0.463 0.463 World eIoni + 0 -41.6 -137 2.13e+03 0.00198 0 0 0 World initStep + 1 -41.4 -138 2.13e+03 0 0.00198 0.788 0.788 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.6 -46.7 1.26e+03 0.00286 0 0 0 World initStep - 1 -14.2 -46.7 1.26e+03 0.00235 0.000511 1.33 1.33 World eIoni - 2 -14.3 -47 1.26e+03 0 0.00235 1.04 2.37 World eIoni + 0 -41.5 -137 2.12e+03 0.00125 0 0 0 World initStep + 1 -41.4 -137 2.12e+03 0 0.00125 0.392 0.392 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.6 -46.8 1.26e+03 0.00126 0 0 0 World initStep - 1 -13.6 -46.6 1.26e+03 0 0.00126 0.396 0.396 World eIoni + 0 -41.2 -137 2.09e+03 0.00128 0 0 0 World initStep + 1 -41.1 -137 2.09e+03 0 0.00128 0.405 0.405 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.3 -47.1 1.22e+03 0.00331 0 0 0 World initStep - 1 -14 -47.4 1.22e+03 0.00158 0.00173 1.53 1.53 World eIoni - 2 -13.8 -47.4 1.22e+03 0 0.00158 0.553 2.09 World eIoni + 0 -41.2 -137 2.09e+03 0.00154 0 0 0 World initStep + 1 -41.4 -137 2.09e+03 0 0.00154 0.531 0.531 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.2 -47.3 1.19e+03 0.00424 0 0 0 World initStep - 1 -12.5 -46.4 1.19e+03 0.00326 0.000981 1.89 1.89 World eIoni - 2 -11.8 -46.4 1.19e+03 0.00161 0.00166 1.51 3.4 World eIoni - 3 -12 -46.4 1.19e+03 0 0.00161 0.568 3.97 World eIoni + 0 -41.2 -137 2.08e+03 0.00101 0 0 0 World initStep + 1 -41.3 -138 2.08e+03 0 0.00101 0.284 0.284 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.9 -47.7 1.15e+03 0.0135 0 0 0 World initStep - 1 -10.4 -45.6 1.15e+03 0.0118 0.00166 4.4 4.4 World msc - 2 -10.7 -41.5 1.15e+03 0.0109 0.000927 4.46 8.87 World msc - 3 -10.4 -37.5 1.15e+03 0.0088 0.00209 4.42 13.3 World msc - 4 -10.6 -34.7 1.15e+03 0.0078 0.001 3.61 16.9 World eIoni - 5 -11.3 -35.4 1.16e+03 0.00658 0.00122 3.18 20.1 World eIoni - 6 -12.1 -36.3 1.15e+03 0.00517 0.00141 2.71 22.8 World eIoni - 7 -11.7 -37.5 1.15e+03 0.00259 0.00258 2.2 25 World eIoni - 8 -12 -37.1 1.15e+03 0 0.00259 1.18 26.2 World eIoni + 0 -41 -137 2.06e+03 0.00217 0 0 0 World initStep + 1 -41.3 -138 2.06e+03 0 0.00217 0.912 0.912 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.8 -47.8 1.13e+03 0.00164 0 0 0 World initStep - 1 -12.6 -47.7 1.13e+03 0 0.00164 0.586 0.586 World eIoni + 0 -40.2 -137 1.95e+03 0.00335 0 0 0 World initStep + 1 -39.4 -137 1.95e+03 0.0017 0.00165 1.55 1.55 World eIoni + 2 -39.4 -138 1.95e+03 0 0.0017 0.622 2.17 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.5 -48.2 1.1e+03 0.00182 0 0 0 World initStep - 1 -12.3 -48 1.1e+03 0 0.00182 0.69 0.69 World eIoni + 0 -39.8 -137 1.9e+03 0.0124 0 0 0 World initStep + 1 -38.4 -139 1.9e+03 0.00685 0.000304 1.87 1.87 World eIoni + 2 -39.1 -139 1.9e+03 0.00398 0.000288 1.61 3.47 World eIoni + 3 -39.6 -138 1.9e+03 0 0.00398 1.79 5.27 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.1 -139 1.9e+03 0.00258 0 0 0 World initStep + 1 -38.7 -138 1.9e+03 0 0.00258 1.18 1.18 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38.4 -139 1.9e+03 0.00524 0 0 0 World initStep + 1 -37.9 -137 1.9e+03 0.00407 0.00118 2.23 2.23 World eIoni + 2 -37.6 -138 1.9e+03 0.0016 0.00246 1.82 4.05 World eIoni + 3 -37.4 -138 1.9e+03 0 0.0016 0.568 4.62 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.8 -49.3 988 0.0105 0 0 0 World initStep - 1 -15.1 -51.7 988 0.00753 0.00293 4.41 4.41 World eIoni - 2 -17.1 -52.8 988 0.00664 0.000882 3.07 7.48 World eIoni - 3 -18.7 -52.6 989 0.00427 0.00237 2.73 10.2 World eIoni - 4 -19.3 -52.3 990 0.00194 0.00233 1.9 12.1 World eIoni - 5 -19.3 -52 990 0 0.00194 0.765 12.9 World eIoni + 0 -39.6 -137 1.87e+03 0.00105 0 0 0 World initStep + 1 -39.5 -137 1.87e+03 0 0.00105 0.303 0.303 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.6 -49.7 947 0.0189 0 0 0 World initStep - 1 -12.1 -49.9 947 0.016 9.47e-05 0.609 0.609 World eIoni - 2 -15.9 -50.3 946 0.0133 0.00155 4.07 4.68 World eIoni - 3 -18.9 -51.2 946 0.0113 0.000488 3.23 7.9 World eIoni - 4 -22.7 -53.4 946 0.00941 0.00186 4.83 12.7 World eIoni - 5 -24.4 -56.5 946 0.00785 0.00156 3.89 16.6 World eIoni - 6 -26.3 -58 946 0.00691 0.000938 3.21 19.8 World eIoni - 7 -27.2 -59.5 947 0.00529 0.00162 2.83 22.7 World eIoni - 8 -27.4 -59.7 948 0.0027 0.000289 0.448 23.1 World eIoni - 9 -27.8 -59.6 948 0 0.0027 1.25 24.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.4 -59.7 948 0.00231 0 0 0 World initStep - 1 -27.2 -60 948 0 0.00231 1.01 1.01 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.9 -51.2 946 0.00151 0 0 0 World initStep - 1 -18.9 -51.1 946 0 0.00151 0.52 0.52 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.9 -50.3 946 0.00113 0 0 0 World initStep - 1 -16 -50.3 947 0 0.00113 0.338 0.338 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.1 -49.9 947 0.00282 0 0 0 World initStep - 1 -12.1 -49.7 947 0 0.00282 1.31 1.31 World eIoni + 0 -39.3 -137 1.83e+03 0.00122 0 0 0 World initStep + 1 -39.1 -137 1.83e+03 0 0.00122 0.376 0.376 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.6 -49.7 946 0.0464 0 0 0 World initStep - 1 18.4 -59.3 972 0.0411 0.0053 45.3 45.3 World eIoni - 2 33.3 -53.2 980 0.0342 0.00263 18.9 64.2 World eIoni - 3 50.5 -60.5 996 0.0292 0.00504 26.7 90.9 World eIoni - 4 69.3 -60.5 1e+03 0.0261 0.00307 20.4 111 World eIoni - 5 72.6 -60.9 999 0.0228 0.00168 3.35 115 World eIoni - 6 81.8 -55.5 993 0.0198 0.00295 13.5 128 World eIoni - 7 86 -53.2 984 0.0172 0.00258 10.8 139 World eIoni - 8 85.3 -61.2 984 0.0146 0.00261 8.73 148 World eIoni - 9 85.4 -66.1 983 0.012 0.00153 5.16 153 World eIoni - 10 84.9 -70.5 985 0.00957 0.00242 5.23 158 World eIoni - 11 83.3 -71.3 988 0.00694 0.00262 3.97 162 World eIoni - 12 83 -72.1 990 0.00428 0.00266 2.84 165 World eIoni - 13 83.8 -71.9 989 0.00334 0.00094 1.9 167 World eIoni - 14 84.4 -72.1 989 0 0.00334 1.55 168 World eIoni + 0 -38.2 -137 1.68e+03 0.0615 0 0 0 World initStep + 1 -3.07 -150 1.73e+03 0.0557 0.00579 74.3 74.3 World eIoni + 2 24 -127 1.77e+03 0.0517 0.00395 62.5 137 World eIoni + 3 33.9 -115 1.8e+03 0.047 0.00257 27.4 164 World eIoni + 4 56 -99.5 1.81e+03 0.0393 0.00588 31.8 196 World eIoni + 5 68.3 -110 1.78e+03 0.035 0.00431 34 230 World eIoni + 6 78.1 -119 1.76e+03 0.0312 0.00376 27.8 258 World eIoni + 7 78.2 -118 1.75e+03 0.0307 0.0005 5.31 263 cloudPV CoupledTransportation + 8 78.2 -118 1.75e+03 0.0304 0.000286 0.000719 263 cloudPV msc + 9 78.2 -118 1.75e+03 0.0299 0.000539 0.000767 263 cloudPV msc + 10 78.2 -118 1.75e+03 0.0291 0.00078 0.000767 263 cloudPV msc + 11 78.2 -118 1.75e+03 0.0287 0.000409 0.00103 263 cloudPV msc + 12 78.2 -118 1.75e+03 0.0274 0.0013 0.00186 263 cloudPV msc + 13 78.2 -118 1.75e+03 0.0258 0.00157 0.0025 263 cloudPV msc + 14 78.2 -118 1.75e+03 0.0231 0.00269 0.00383 263 cloudPV msc + 15 78.2 -118 1.75e+03 0.0157 0.00748 0.0052 263 cloudPV msc + 16 78.2 -118 1.75e+03 0 0.0157 0.00562 263 cloudPV eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 84 +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 85.4 -66.1 983 0.00113 0 0 0 World initStep - 1 85.4 -66.1 983 0 0.00113 0.336 0.336 World eIoni + 0 56 -99.5 1.81e+03 0.00182 0 0 0 World initStep + 1 55.8 -99.4 1.81e+03 0 0.00182 0.69 0.69 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 84 +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.6 -60.9 999 0.00168 0 0 0 World initStep - 1 72.6 -61 1e+03 0 0.00168 0.607 0.607 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 84 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.3 -53.2 980 0.00423 0 0 0 World initStep - 1 33.3 -52.1 980 0.00233 0.0019 1.88 1.88 World eIoni - 2 33.6 -51.8 980 0 0.00233 1.03 2.91 World eIoni + 0 33.9 -115 1.8e+03 0.00218 0 0 0 World initStep + 1 33.6 -114 1.8e+03 0 0.00218 0.917 0.917 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.3 -50.1 912 0.00376 0 0 0 World initStep - 1 -10.6 -50.6 912 0.00213 0.00164 1.71 1.71 World eIoni - 2 -10.6 -50.3 912 0 0.00213 0.662 2.37 World eIoni + 0 -38.1 -137 1.66e+03 0.00596 0 0 0 World initStep + 1 -37.9 -136 1.66e+03 0.00437 0.00159 2.48 2.48 World eIoni + 2 -38.8 -135 1.66e+03 0.00255 0.00182 1.93 4.41 World eIoni + 3 -38.9 -135 1.66e+03 0.00119 0.00136 1.16 5.58 World eIoni + 4 -39 -135 1.66e+03 0 0.00119 0.364 5.94 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.3 -50.2 901 0.0138 0 0 0 World initStep - 1 -14 -55 903 0.0126 0.00115 6.29 6.29 World eIoni - 2 -14 -59.1 906 0.01 0.00256 5.59 11.9 World eIoni - 3 -15.1 -62.1 907 0.00819 0.00185 4.2 16.1 World eIoni - 4 -16.5 -62.9 905 0.00714 0.00105 3.35 19.4 World eIoni - 5 -16.3 -61.3 904 0.00526 0.00188 2.92 22.4 World eIoni - 6 -15.2 -60.8 903 0.00272 0.00111 1.93 24.3 World eIoni - 7 -15 -60.3 903 0.00148 0.00124 1.26 25.5 World eIoni - 8 -15.1 -60.4 903 0 0.00148 0.503 26 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.2 -60.8 903 0.00143 0 0 0 World initStep - 1 -15.1 -60.9 903 0 0.00143 0.476 0.476 World eIoni + 0 -37.9 -137 1.64e+03 0.00117 0 0 0 World initStep + 1 -38 -137 1.64e+03 0 0.00117 0.352 0.352 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.9 -50.7 848 0.00165 0 0 0 World initStep - 1 -10.9 -51 848 0 0.00165 0.591 0.591 World eIoni + 0 -37.3 -137 1.54e+03 0.00125 0 0 0 World initStep + 1 -37.2 -137 1.54e+03 0 0.00125 0.392 0.392 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10 -51.7 749 0.00101 0 0 0 World initStep - 1 -10.1 -51.6 749 0 0.00101 0.287 0.287 World eIoni + 0 -37.2 -137 1.53e+03 0.00199 0 0 0 World initStep + 1 -37.5 -137 1.53e+03 0 0.00199 0.797 0.797 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.36 -52.5 665 0.00459 0 0 0 World initStep - 1 -9.3 -53.7 665 0.00364 0.00095 2.01 2.01 World eIoni - 2 -8.94 -53.5 666 0 0.00364 1.67 3.67 World eIoni + 0 -37.2 -137 1.53e+03 0.00209 0 0 0 World initStep + 1 -37.5 -137 1.53e+03 0 0.00209 0.856 0.856 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.23 -52.7 649 0.011 0 0 0 World initStep - 1 -8.89 -57 649 0.00808 0.00289 4.67 4.67 World eIoni - 2 -9.99 -56.9 647 0.00618 0.0019 3.3 7.97 World eIoni - 3 -8.9 -55.5 647 0.00507 0.00111 2.56 10.5 World eIoni - 4 -8.29 -54.3 646 0.00295 0.00212 2.17 12.7 World eIoni - 5 -7.92 -54.1 646 0 0.00295 1.37 14.1 World eIoni + 0 -37.1 -137 1.51e+03 0.00588 0 0 0 World initStep + 1 -36.7 -139 1.51e+03 0.00489 0.00099 2.45 2.45 World eIoni + 2 -36.6 -140 1.51e+03 0.00333 0.00157 2.11 4.56 World eIoni + 3 -36.6 -140 1.51e+03 0.00168 0.00164 1.54 6.1 World eIoni + 4 -36.9 -140 1.51e+03 0 0.00168 0.612 6.72 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.75 -53.4 582 0.00227 0 0 0 World initStep - 1 -8.88 -53.7 582 0 0.00227 0.98 0.98 World eIoni + 0 -36.6 -137 1.44e+03 0.00107 0 0 0 World initStep + 1 -36.7 -137 1.44e+03 0 0.00107 0.309 0.309 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.61 -53.5 564 0.00108 0 0 0 World initStep - 1 -8.72 -53.5 564 0 0.00108 0.315 0.315 World eIoni + 0 -36.5 -137 1.43e+03 0.00102 0 0 0 World initStep + 1 -36.6 -137 1.43e+03 0 0.00102 0.288 0.288 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.41 -53.8 538 0.00953 0 0 0 World initStep - 1 -9.68 -54.6 538 0.00923 0.000307 1.56 1.56 World msc - 2 -10.4 -55.7 538 0.0085 0.000722 1.45 3 World msc - 3 -10.7 -56.2 538 0.00671 0.000565 0.599 3.6 World eIoni - 4 -11.5 -57 539 0.00537 0.00134 1.74 5.34 World msc - 5 -12.7 -57.2 540 0.00311 0.00225 2.27 7.62 World eIoni - 6 -12.7 -56.7 540 0 0.00311 1.45 9.06 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.7 -56.2 538 0.00123 0 0 0 World initStep - 1 -10.6 -56.3 538 0 0.00123 0.381 0.381 World eIoni + 0 -36.3 -137 1.39e+03 0.00117 0 0 0 World initStep + 1 -36.2 -137 1.39e+03 0 0.00117 0.355 0.355 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.18 -54.1 506 0.0035 0 0 0 World initStep - 1 -7.54 -54.6 506 0 0.0035 1.61 1.61 World eIoni + 0 -36.3 -137 1.38e+03 0.00285 0 0 0 World initStep + 1 -36.3 -138 1.38e+03 0 0.00285 1.33 1.33 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.22 -54.4 455 0.00556 0 0 0 World initStep - 1 -6.73 -54.8 456 0.00355 0.00201 2.34 2.34 World eIoni - 2 -5.91 -54.7 456 0.00233 0.00122 1.63 3.97 World eIoni - 3 -5.93 -54.7 455 0.00102 0.0013 1.02 4.99 World eIoni - 4 -5.94 -54.8 455 0 0.00102 0.292 5.28 World eIoni + 0 -36.2 -137 1.37e+03 0.00185 0 0 0 World initStep + 1 -36.4 -137 1.37e+03 0 0.00185 0.711 0.711 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.23 -54.5 450 0.00122 0 0 0 World initStep - 1 -8.35 -54.5 450 0 0.00122 0.376 0.376 World eIoni + 0 -36 -137 1.33e+03 0.00281 0 0 0 World initStep + 1 -35.6 -138 1.33e+03 0 0.00281 1.3 1.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.26 -54.6 410 0.0155 0 0 0 World initStep - 1 -11.9 -50.4 413 0.0143 0.00125 6.52 6.52 World msc - 2 -14.2 -44.8 414 0.0127 0.00154 6.62 13.1 World eIoni - 3 -14.2 -43.8 413 0.0112 0.000416 1.44 14.6 World eIoni - 4 -11.9 -40.5 411 0.00957 0.00165 4.8 19.4 World eIoni - 5 -10 -38.3 410 0.00777 0.0018 3.97 23.4 World eIoni - 6 -9.87 -36 410 0.00676 0.00101 3.17 26.5 World eIoni - 7 -8.6 -35.3 412 0.00445 0.00231 2.77 29.3 World eIoni - 8 -8.06 -34.4 412 0.00406 0.000396 1.96 31.3 World eIoni - 9 -7.24 -33.8 412 0.00255 0.00151 1.82 33.1 World eIoni - 10 -6.99 -33.7 413 0 0.00255 1.16 34.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.2 -43.8 413 0.0011 0 0 0 World initStep - 1 -14.2 -43.8 413 0 0.0011 0.322 0.322 World eIoni + 0 -35.7 -137 1.29e+03 0.00306 0 0 0 World initStep + 1 -35.1 -137 1.29e+03 0.00107 0.002 1.43 1.43 World eIoni + 2 -35.2 -137 1.29e+03 0 0.00107 0.31 1.74 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.25 -54.6 364 0.00164 0 0 0 World initStep - 1 -8.03 -54.5 364 0 0.00164 0.586 0.586 World eIoni + 0 -35.4 -137 1.24e+03 0.0023 0 0 0 World initStep + 1 -35.8 -137 1.24e+03 0 0.0023 1 1 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.27 -54.6 348 0.00114 0 0 0 World initStep - 1 -8.37 -54.7 348 0 0.00114 0.341 0.341 World eIoni + 0 -34.9 -136 1.15e+03 0.00177 0 0 0 World initStep + 1 -35.1 -136 1.15e+03 0 0.00177 0.662 0.662 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.34 -54.6 289 0.00391 0 0 0 World initStep - 1 -7.98 -54.2 289 0.00196 0.00088 0.676 0.676 World eIoni - 2 -7.78 -54.3 289 0 0.00196 0.778 1.45 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 68 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.98 -54.2 289 0.00107 0 0 0 World initStep - 1 -7.93 -54.1 289 0 0.00107 0.311 0.311 World eIoni + 0 -33.6 -136 864 0.00365 0 0 0 World initStep + 1 -34.5 -136 865 0.00224 0.00141 1.67 1.67 World eIoni + 2 -34.7 -136 864 0 0.00224 0.962 2.63 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.37 -54.6 262 0.00168 0 0 0 World initStep - 1 -8.45 -54.4 262 0 0.00168 0.611 0.611 World eIoni + 0 -33.1 -136 770 0.00138 0 0 0 World initStep + 1 -33.3 -135 770 0 0.00138 0.454 0.454 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.42 -54.5 210 0.00142 0 0 0 World initStep - 1 -8.59 -54.6 210 0 0.00142 0.472 0.472 World eIoni + 0 -33 -136 749 0.00149 0 0 0 World initStep + 1 -33.2 -135 749 0 0.00149 0.506 0.506 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.42 -54.5 206 0.0012 0 0 0 World initStep - 1 -8.28 -54.5 206 0 0.0012 0.367 0.367 World eIoni + 0 -32.9 -135 722 0.00101 0 0 0 World initStep + 1 -33 -136 722 0 0.00101 0.285 0.285 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.43 -54.5 186 0.00702 0 0 0 World initStep - 1 -5.91 -54.8 186 0.00582 0.00121 2.88 2.88 World eIoni - 2 -4.72 -55.7 187 0.00554 0.000281 2.43 5.31 World eIoni - 3 -4.22 -56.9 188 0.004 0.00154 2.33 7.64 World eIoni - 4 -4.1 -57.9 188 0.00113 0.00286 1.8 9.43 World eIoni - 5 -4.16 -57.9 188 0 0.00113 0.337 9.77 World eIoni + 0 -32.4 -135 592 0.0024 0 0 0 World initStep + 1 -32.1 -135 592 0 0.0024 1.07 1.07 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.44 -54.5 179 0.00868 0 0 0 World initStep - 1 -9.98 -51.7 179 0.00641 0.00227 3.56 3.56 World eIoni - 2 -11 -50.7 178 0.00485 0.00155 2.64 6.2 World eIoni - 3 -10.8 -51.6 179 0.00248 0.00238 2.1 8.3 World eIoni - 4 -11.3 -51.6 178 0 0.00248 1.12 9.42 World eIoni + 0 -32.2 -135 523 0.00114 0 0 0 World initStep + 1 -32.2 -135 523 0 0.00114 0.342 0.342 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.46 -54.4 164 0.00695 0 0 0 World initStep - 1 -7.31 -53.1 165 0.0044 0.000927 2.39 2.39 World eIoni - 2 -6.61 -52.3 165 0.00296 0.00144 1.94 4.33 World eIoni - 3 -6.68 -52.8 165 0 0.00296 1.38 5.71 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.31 -53.1 165 0.00162 0 0 0 World initStep - 1 -7.33 -53.2 165 0 0.00162 0.577 0.577 World eIoni + 0 -32.2 -134 380 0.00106 0 0 0 World initStep + 1 -32.2 -135 380 0 0.00106 0.305 0.305 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.55 -54.3 116 0.00114 0 0 0 World initStep - 1 -8.51 -54.4 116 0 0.00114 0.342 0.342 World eIoni + 0 -32.1 -134 287 0.00216 0 0 0 World initStep + 1 -32.1 -135 287 0 0.00216 0.902 0.902 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.59 -54.3 98.7 0.00671 0 0 0 World initStep - 1 -9.47 -56 99.2 0.00561 0.00111 2.76 2.76 World eIoni - 2 -9.67 -57.3 98.4 0.00202 0.00358 2.36 5.11 World eIoni - 3 -9.88 -57.4 98.1 0 0.00202 0.815 5.93 World eIoni + 0 -32.1 -134 269 0.00139 0 0 0 World initStep + 1 -31.9 -134 269 0 0.00139 0.456 0.456 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.69 -54.1 55.8 0.00426 0 0 0 World initStep - 1 -9.55 -53.5 56.1 0.00252 0.00174 1.89 1.89 World eIoni - 2 -9.9 -53.5 56.4 0 0.00252 1.15 3.04 World eIoni + 0 -32.1 -134 256 0.00492 0 0 0 World initStep + 1 -31.7 -135 256 0.0041 0.000813 2.12 2.12 World eIoni + 2 -31.1 -136 256 0.00286 0.00125 1.84 3.95 World eIoni + 3 -31.7 -136 256 0 0.00286 1.33 5.28 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.8 -54.1 15.1 0.00273 0 0 0 World initStep - 1 -8.35 -53.8 15.2 0 0.00273 1.26 1.26 World eIoni + 0 -32.1 -134 209 0.00843 0 0 0 World initStep + 1 -29.5 -134 209 0.00585 0.00258 3.45 3.45 World eIoni + 2 -28.2 -134 210 0.00424 0.00161 2.44 5.9 World eIoni + 3 -27.1 -134 210 0.0018 0.00245 1.89 7.78 World eIoni + 4 -27.2 -134 210 0 0.0018 0.676 8.46 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.02 -54 -61.4 0.0011 0 0 0 World initStep - 1 -9.13 -54.1 -61.4 0 0.0011 0.325 0.325 World eIoni + 0 -32.1 -134 199 0.00139 0 0 0 World initStep + 1 -31.9 -134 200 0 0.00139 0.459 0.459 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.55 -53.8 -211 0.00266 0 0 0 World initStep - 1 -9.83 -53.3 -211 0.00107 0.00159 1.22 1.22 World eIoni - 2 -9.75 -53.3 -211 0 0.00107 0.309 1.53 World eIoni + 0 -32.1 -134 93.1 0.0114 0 0 0 World initStep + 1 -29.9 -136 96.1 0.0102 0.0012 4.91 4.91 World eIoni + 2 -30.2 -135 99.8 0.00762 0.00258 4.28 9.19 World eIoni + 3 -29.4 -136 102 0.00454 0.00308 3.11 12.3 World eIoni + 4 -29.5 -136 103 0 0.00454 1.99 14.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.58 -53.8 -220 0.00164 0 0 0 World initStep - 1 -9.59 -54 -220 0 0.00164 0.586 0.586 World eIoni + 0 -32.1 -134 84.4 0.0035 0 0 0 World initStep + 1 -32.3 -133 84.5 0 0.0035 1.61 1.61 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.71 -53.7 -263 0.00279 0 0 0 World initStep - 1 -9.16 -53.8 -263 0 0.00279 1.29 1.29 World eIoni + 0 -32.1 -134 46.3 0.00269 0 0 0 World initStep + 1 -32.2 -134 46.4 0 0.00269 1.24 1.24 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.78 -53.7 -289 0.00323 0 0 0 World initStep - 1 -9.9 -54 -289 0.00168 0.000181 0.354 0.354 World eIoni - 2 -9.97 -54.1 -289 0 0.00168 0.612 0.966 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.9 -54 -289 0.00137 0 0 0 World initStep - 1 -9.97 -54 -289 0 0.00137 0.445 0.445 World eIoni + 0 -32.1 -134 41.3 0.00124 0 0 0 World initStep + 1 -32.2 -134 41.3 0 0.00124 0.383 0.383 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.81 -53.7 -297 0.00225 0 0 0 World initStep - 1 -9.69 -54 -297 0 0.00225 0.964 0.964 World eIoni + 0 -32.1 -134 37.6 0.0209 0 0 0 World initStep + 1 -25.9 -137 46 0.0163 0.00454 11.7 11.7 World eIoni + 2 -20 -140 49 0.0143 0.00199 8.05 19.8 World eIoni + 3 -14.9 -141 51.1 0.0113 0.003 6.67 26.5 World eIoni + 4 -13.9 -141 51.7 0.00658 0.00169 1.2 27.7 World eIoni + 5 -12.6 -142 53.4 0.0061 0.000477 2.71 30.4 World eIoni + 6 -10.5 -143 53.4 0.0054 0.000698 2.53 32.9 World eIoni + 7 -8.98 -144 54 0.00346 0.00194 2.29 35.2 World eIoni + 8 -8.72 -144 54.5 0.00186 0.00161 1.6 36.8 World eIoni + 9 -8.93 -144 54.4 0 0.00186 0.712 37.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.9 -141 51.7 0.00308 0 0 0 World initStep + 1 -13.7 -141 51.7 0.00273 0.000349 0.26 0.26 World msc + 2 -13.4 -141 51.5 0.00252 0.000212 0.32 0.58 World msc + 3 -13.3 -141 51.1 0.00172 0.000791 0.465 1.04 World msc + 4 -13.2 -141 50.9 0 0.00172 0.635 1.68 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.82 -53.7 -300 0.00112 0 0 0 World initStep - 1 -9.74 -53.8 -300 0 0.00112 0.331 0.331 World eIoni + 0 -32.1 -134 24.2 0.0382 0 0 0 World initStep + 1 -34.2 -161 34.2 0.0326 0.00552 32.3 32.3 World eIoni + 2 -35.9 -183 32.3 0.0276 0.00503 24.7 57 World eIoni + 3 -45.8 -197 36.7 0.0212 0.00643 18.6 75.5 World eIoni + 4 -51.8 -202 36.8 0.018 0.00213 8.88 84.4 World eIoni + 5 -55.3 -210 35.1 0.0161 0.00188 9.34 93.7 World eIoni + 6 -55.2 -217 36.9 0.0136 0.00251 7.91 102 World eIoni + 7 -52.1 -222 38.6 0.0115 0.00213 6.21 108 World eIoni + 8 -52.2 -217 39.8 0.0107 0.00078 4.96 113 World eIoni + 9 -51.5 -213 39.6 0.00838 0.00233 4.54 117 World eIoni + 10 -51.1 -210 39.3 0.00567 0.00271 3.43 121 World eIoni + 11 -52.1 -209 39.2 0.00449 0.00118 2.38 123 World eIoni + 12 -53.1 -209 38.6 0.0028 0.00169 1.97 125 World eIoni + 13 -53.3 -209 38.1 0 0.0028 1.3 126 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.8 -202 36.8 0.00105 0 0 0 World initStep + 1 -51.8 -202 36.7 0 0.00105 0.301 0.301 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.98 -53.6 -354 0.00183 0 0 0 World initStep - 1 -10.2 -53.5 -354 0 0.00183 0.694 0.694 World eIoni + 0 -32.1 -133 -10.6 0.00144 0 0 0 World initStep + 1 -31.9 -133 -10.5 0 0.00144 0.484 0.484 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10 -53.6 -361 0.00292 0 0 0 World initStep - 1 -10.1 -53 -361 0 0.00292 1.36 1.36 World eIoni + 0 -32.1 -133 -144 0.00227 0 0 0 World initStep + 1 -32.2 -133 -144 0 0.00227 0.982 0.982 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 -53.5 -393 0.00119 0 0 0 World initStep - 1 -9.96 -53.6 -393 0 0.00119 0.364 0.364 World eIoni + 0 -32.1 -133 -195 0.00246 0 0 0 World initStep + 1 -32.1 -133 -195 0 0.00246 1.1 1.1 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.4 -53.4 -454 0.00135 0 0 0 World initStep - 1 -10.5 -53.5 -453 0 0.00135 0.437 0.437 World eIoni + 0 -32.1 -133 -198 0.00141 0 0 0 World initStep + 1 -32.2 -132 -198 0 0.00141 0.467 0.467 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 -53.3 -498 0.0103 0 0 0 World initStep - 1 -10.4 -53.3 -497 0.00919 2.19e-05 0.169 0.169 World eIoni - 2 -8.84 -55.7 -497 0.00691 0.00228 3.79 3.96 World eIoni - 3 -8.63 -57.7 -496 0.0044 0.00252 2.83 6.79 World eIoni - 4 -8.52 -57.9 -495 0.00272 0.00168 1.94 8.73 World eIoni - 5 -8.66 -58 -494 0 0.00272 1.26 9.99 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.4 -53.3 -497 0.00114 0 0 0 World initStep - 1 -10.3 -53.3 -497 0 0.00114 0.34 0.34 World eIoni + 0 -32.2 -132 -287 0.0021 0 0 0 World initStep + 1 -32.2 -133 -287 0 0.0021 0.865 0.865 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.6 -53.2 -508 0.00251 0 0 0 World initStep - 1 -10.3 -53.6 -508 0 0.00251 1.14 1.14 World eIoni + 0 -32.3 -132 -351 0.0105 0 0 0 World initStep + 1 -33.4 -136 -350 0.00747 0.00304 4.44 4.44 World eIoni + 2 -33.4 -137 -349 0.00426 0.00107 1.37 5.81 World eIoni + 3 -34.1 -136 -350 0.00334 0.000921 1.89 7.7 World eIoni + 4 -33.6 -136 -350 0.00171 0.00163 1.55 9.25 World eIoni + 5 -33.5 -136 -350 0 0.00171 0.627 9.87 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.4 -137 -349 0.00214 0 0 0 World initStep + 1 -33.6 -137 -349 0 0.00214 0.895 0.895 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.4 -52.7 -685 0.00146 0 0 0 World initStep - 1 -11.5 -52.8 -685 0 0.00146 0.491 0.491 World eIoni + 0 -32.3 -132 -355 0.00145 0 0 0 World initStep + 1 -32.2 -132 -355 0 0.00145 0.485 0.485 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.6 -52.5 -736 0.00334 0 0 0 World initStep - 1 -11.8 -53.2 -736 0 0.00334 1.55 1.55 World eIoni + 0 -32.4 -132 -390 0.00279 0 0 0 World initStep + 1 -31.9 -132 -390 0 0.00279 1.3 1.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.9 -52.2 -803 0.00308 0 0 0 World initStep - 1 -12 -52.8 -803 0 0.00308 1.43 1.43 World eIoni + 0 -32.4 -132 -409 0.00127 0 0 0 World initStep + 1 -32.6 -132 -409 0 0.00127 0.397 0.397 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12 -52.1 -816 0.0328 0 0 0 World initStep - 1 -12 -52.2 -816 0.0308 0 0.123 0.123 World eIoni - 2 -9.23 -66.5 -802 0.0275 0.00332 22.4 22.5 World eIoni - 3 -9.46 -54.5 -789 0.0248 0.00277 18.5 41 World eIoni - 4 -1.92 -43.8 -783 0.0203 0.00446 15.5 56.4 World eIoni - 5 5.54 -40.3 -777 0.0164 0.00386 11.2 67.7 World eIoni - 6 10.2 -42.2 -774 0.00881 0.00166 6.13 73.8 World eIoni - 7 11.9 -42.8 -776 0.00749 0.00132 3.62 77.4 World eIoni - 8 12.3 -41.5 -778 0.00511 0.00238 3.06 80.5 World eIoni - 9 12.3 -41.2 -780 0.00253 0.00258 2.18 82.7 World eIoni - 10 12 -41.2 -780 0 0.00253 1.15 83.8 World eIoni + 0 -32.5 -132 -451 0.0313 0 0 0 World initStep + 1 -15.9 -119 -447 0.0267 0.00462 23 23 World eIoni + 2 -0.738 -118 -443 0.023 0.00254 16.7 39.7 World eIoni + 3 9.98 -122 -437 0.021 0.00202 13.7 53.5 World eIoni + 4 17.8 -130 -438 0.018 0.00297 11.9 65.3 World eIoni + 5 24.6 -132 -433 0.0162 0.00183 9.35 74.7 World eIoni + 6 24.9 -125 -432 0.0136 0.00142 7.37 82 World eIoni + 7 23 -121 -436 0.00791 0.00195 6.04 88.1 World eIoni + 8 22.7 -119 -438 0.00652 0.00139 3.23 91.3 World eIoni + 9 24.4 -119 -437 0.00431 0.00221 2.69 94 World eIoni + 10 24.4 -120 -437 0.00329 0.00102 1.91 95.9 World eIoni + 11 23.7 -120 -436 0.0015 0.00179 1.53 97.4 World eIoni + 12 23.6 -120 -436 0 0.0015 0.514 97.9 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 41 +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.2 -42.2 -774 0.00597 0 0 0 World initStep - 1 10.8 -42.7 -772 0.00337 0.00259 2.48 2.48 World eIoni - 2 10.5 -42.8 -771 0 0.00337 1.56 4.04 World eIoni + 0 23 -121 -436 0.00378 0 0 0 World initStep + 1 23.4 -120 -435 0.00179 0.00199 1.72 1.72 World eIoni + 2 23.7 -120 -435 0 0.00179 0.671 2.39 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 41 +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12 -52.2 -816 0.00193 0 0 0 World initStep - 1 -12.3 -52.1 -816 0 0.00193 0.757 0.757 World eIoni + 0 24.9 -125 -432 0.00115 0 0 0 World initStep + 1 24.8 -125 -432 0 0.00115 0.343 0.343 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.738 -118 -443 0.00114 0 0 0 World initStep + 1 -0.659 -118 -443 0 0.00114 0.343 0.343 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12 -52.1 -820 0.00224 0 0 0 World initStep - 1 -11.9 -52.5 -820 0 0.00224 0.962 0.962 World eIoni + 0 -32.5 -132 -451 0.00144 0 0 0 World initStep + 1 -32.6 -132 -451 0 0.00144 0.483 0.483 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.1 -52 -841 0.0014 0 0 0 World initStep - 1 -12.3 -51.9 -841 0 0.0014 0.462 0.462 World eIoni + 0 -32.9 -131 -628 0.0268 0 0 0 World initStep + 1 -28.2 -117 -621 0.0226 0.0042 17.6 17.6 World eIoni + 2 -28.7 -106 -626 0.01 0.00368 12.8 30.4 World eIoni + 3 -32.1 -105 -627 0.0066 0.00342 4.19 34.6 World eIoni + 4 -33.9 -104 -628 0.00581 0.000784 2.71 37.3 World eIoni + 5 -34.3 -104 -630 0.00485 0.000966 2.43 39.8 World eIoni + 6 -33.1 -104 -630 0.00202 0.00283 2.09 41.9 World eIoni + 7 -32.8 -104 -630 0 0.00202 0.814 42.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.7 -106 -626 0.00888 0 0 0 World initStep + 1 -26.2 -105 -628 0.00626 0.00262 3.65 3.65 World eIoni + 2 -24.8 -104 -628 0.00451 0.00175 2.59 6.24 World eIoni + 3 -24.2 -103 -629 0.00313 0.00137 1.98 8.22 World eIoni + 4 -23.6 -103 -629 0.00104 0.00209 1.46 9.67 World eIoni + 5 -23.6 -103 -629 0 0.00104 0.297 9.97 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.2 -51.9 -860 0.00126 0 0 0 World initStep - 1 -12.3 -51.8 -860 0 0.00126 0.392 0.392 World eIoni + 0 -33 -131 -683 0.0373 0 0 0 World initStep + 1 -42.3 -115 -663 0.0334 0.00388 31 31 World eIoni + 2 -38 -123 -662 0.0298 0.00207 9.44 40.4 World eIoni + 3 -23 -116 -652 0.0264 0.00335 21.1 61.5 World eIoni + 4 -18.8 -116 -652 0.0248 0.000384 4.28 65.8 World eIoni + 5 -6.49 -124 -652 0.0218 0.00301 15.5 81.3 World eIoni + 6 4.09 -125 -657 0.0182 0.00357 12.6 93.9 World eIoni + 7 -2.61 -127 -662 0.0167 0.00154 9.49 103 World eIoni + 8 -2.9 -134 -665 0.0155 0.0012 8.3 112 World eIoni + 9 -4.81 -141 -665 0.0128 0.00268 7.43 119 World eIoni + 10 -6.07 -145 -662 0.00972 0.00307 5.7 125 World eIoni + 11 -5.86 -147 -660 0.00872 0.000996 4.04 129 World eIoni + 12 -3.48 -148 -659 0.0048 0.00392 3.58 132 World eIoni + 13 -3.13 -148 -659 0.00218 0.00121 0.768 133 World eIoni + 14 -3.04 -149 -659 0 0.00218 0.919 134 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.13 -148 -659 0.00141 0 0 0 World initStep + 1 -3.15 -148 -659 0 0.00141 0.467 0.467 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.8 -116 -652 0.00125 0 0 0 World initStep + 1 -18.7 -116 -652 0 0.00125 0.39 0.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38 -123 -662 0.00155 0 0 0 World initStep + 1 -37.9 -123 -663 0 0.00155 0.541 0.541 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.8 -51.5 -967 0.00106 0 0 0 World initStep - 1 -12.7 -51.5 -967 0 0.00106 0.308 0.308 World eIoni + 0 -33 -131 -745 0.019 0 0 0 World initStep + 1 -33.5 -126 -740 0.0155 0.0009 7.35 7.35 World eIoni + 2 -33.3 -122 -734 0.014 0.00148 7.48 14.8 World eIoni + 3 -37.9 -119 -733 0.00895 0.003 6.12 21 World eIoni + 4 -40.7 -119 -733 0.00774 0.00121 3.68 24.6 World eIoni + 5 -42.9 -118 -734 0.00602 0.00172 3.16 27.8 World eIoni + 6 -42.9 -118 -736 0.00465 0.00136 2.5 30.3 World eIoni + 7 -43.5 -117 -735 0.00331 0.00134 2.03 32.3 World eIoni + 8 -43.6 -118 -735 0.00134 0.00196 1.53 33.9 World eIoni + 9 -43.6 -118 -735 0 0.00134 0.434 34.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -119 -733 0.0021 0 0 0 World initStep + 1 -37.8 -119 -733 0 0.0021 0.868 0.868 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.5 -126 -740 0.00253 0 0 0 World initStep + 1 -33 -125 -740 0 0.00253 1.15 1.15 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.9 -51.4 -989 0.00151 0 0 0 World initStep - 1 -13.1 -51.3 -989 0 0.00151 0.519 0.519 World eIoni + 0 -33.1 -131 -785 0.0104 0 0 0 World initStep + 1 -30.5 -133 -784 0.00695 0.00344 4.38 4.38 World eIoni + 2 -30.2 -135 -782 0.00633 0.000622 2.85 7.23 World eIoni + 3 -31.5 -136 -782 0.00292 0.00341 2.62 9.84 World eIoni + 4 -31.3 -136 -783 0.00112 0.0018 1.36 11.2 World eIoni + 5 -31.3 -136 -783 0 0.00112 0.333 11.5 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 -51.4 -1.02e+03 0.00684 0 0 0 World initStep - 1 -14.8 -50.5 -1.02e+03 0.00595 0.000892 2.8 2.8 World eIoni - 2 -16.1 -50.6 -1.02e+03 0.00451 0.00144 2.48 5.28 World eIoni - 3 -15.2 -51.4 -1.02e+03 0.00307 0.00144 1.98 7.26 World eIoni - 4 -14.6 -51.2 -1.02e+03 0 0.00307 1.43 8.68 World eIoni + 0 -33.1 -131 -860 0.00219 0 0 0 World initStep + 1 -32.7 -131 -860 0 0.00219 0.924 0.924 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.2 -51.3 -1.05e+03 0.00101 0 0 0 World initStep - 1 -13.1 -51.3 -1.05e+03 0 0.00101 0.287 0.287 World eIoni + 0 -33.1 -131 -899 0.0152 0 0 0 World initStep + 1 -31.2 -131 -898 0.0127 0.000779 2.44 2.44 World eIoni + 2 -26.9 -129 -895 0.0112 0.00153 5.64 8.08 World eIoni + 3 -24.5 -130 -894 0.00705 0.00104 2.8 10.9 World eIoni + 4 -24.4 -131 -892 0.00466 0.00239 2.89 13.8 World eIoni + 5 -24.6 -132 -891 0.00228 0.00237 2.03 15.8 World eIoni + 6 -25 -131 -891 0 0.00228 0.991 16.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.5 -130 -894 0.00307 0 0 0 World initStep + 1 -23.9 -130 -894 0 0.00307 1.43 1.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.2 -131 -898 0.00178 0 0 0 World initStep + 1 -31.3 -131 -897 0 0.00178 0.664 0.664 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.9 -50.9 -1.17e+03 0.00161 0 0 0 World initStep - 1 -13.8 -50.7 -1.17e+03 0 0.00161 0.574 0.574 World eIoni + 0 -33.5 -130 -1.07e+03 0.00375 0 0 0 World initStep + 1 -33.6 -130 -1.07e+03 0.0025 5.3e-05 0.341 0.341 World eIoni + 2 -33.3 -130 -1.07e+03 0 0.0025 1.13 1.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.6 -130 -1.07e+03 0.00119 0 0 0 World initStep + 1 -33.7 -130 -1.07e+03 0 0.00119 0.365 0.365 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.2 -50.7 -1.21e+03 0.00425 0 0 0 World initStep - 1 -14.6 -51.8 -1.21e+03 0.00253 0.00172 1.89 1.89 World eIoni - 2 -14.5 -51.6 -1.21e+03 0 0.00253 1.15 3.04 World eIoni + 0 -33.5 -130 -1.08e+03 0.0014 0 0 0 World initStep + 1 -33.7 -130 -1.08e+03 0 0.0014 0.463 0.463 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.3 -50.7 -1.22e+03 0.00137 0 0 0 World initStep - 1 -14.4 -50.6 -1.22e+03 0 0.00137 0.447 0.447 World eIoni + 0 -33.6 -130 -1.13e+03 0.00278 0 0 0 World initStep + 1 -33.8 -130 -1.13e+03 0.0012 0.00158 1.29 1.29 World eIoni + 2 -33.7 -130 -1.13e+03 0 0.0012 0.368 1.66 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.5 -50.6 -1.25e+03 0.00101 0 0 0 World initStep - 1 -14.5 -50.7 -1.25e+03 0 0.00101 0.284 0.284 World eIoni + 0 -33.6 -130 -1.16e+03 0.00101 0 0 0 World initStep + 1 -33.6 -130 -1.16e+03 0 0.00101 0.286 0.286 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.5 -50.6 -1.26e+03 0.00105 0 0 0 World initStep - 1 -14.6 -50.5 -1.26e+03 0 0.00105 0.303 0.303 World eIoni + 0 -33.7 -130 -1.22e+03 0.00222 0 0 0 World initStep + 1 -33.7 -130 -1.22e+03 0 0.00222 0.944 0.944 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.5 -50.6 -1.26e+03 0.0243 0 0 0 World initStep - 1 -7.55 -45.5 -1.25e+03 0.0215 0.00283 15 15 World eIoni - 2 -6.76 -48.5 -1.25e+03 0.0193 0.000685 3.56 18.6 World eIoni - 3 -2.2 -56.9 -1.25e+03 0.0172 0.00214 10.4 29 World eIoni - 4 0.012 -59 -1.25e+03 0.0121 0.000741 4.07 33 World eIoni - 5 3.65 -56.9 -1.24e+03 0.0111 0.00107 5.31 38.3 World eIoni - 6 7.76 -57.4 -1.24e+03 0.0105 0.000569 4.72 43.1 World eIoni - 7 11.8 -57.4 -1.24e+03 0.01 0.000469 4.43 47.5 World eIoni - 8 14.3 -54.8 -1.24e+03 0.00887 0.00115 4.19 51.7 World eIoni - 9 14.1 -52.2 -1.25e+03 0.00641 0.00246 3.65 55.3 World eIoni - 10 15.4 -52.9 -1.24e+03 0.00451 0.0019 2.64 58 World eIoni - 11 16.4 -53.5 -1.24e+03 0.00321 0.00131 1.98 59.9 World eIoni - 12 16.5 -54 -1.24e+03 0.00169 0.00152 1.49 61.4 World eIoni - 13 16.7 -53.9 -1.25e+03 0 0.00169 0.614 62 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.012 -59 -1.25e+03 0.00431 0 0 0 World initStep - 1 -0.0851 -59.9 -1.25e+03 0.00312 0.00119 1.91 1.91 World eIoni - 2 -0.708 -60 -1.25e+03 0 0.00312 1.45 3.36 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.76 -48.5 -1.25e+03 0.00146 0 0 0 World initStep - 1 -6.93 -48.6 -1.25e+03 0 0.00146 0.494 0.494 World eIoni + 0 -33.8 -130 -1.26e+03 0.00443 0 0 0 World initStep + 1 -33.2 -129 -1.26e+03 0.0032 0.00123 1.95 1.95 World eIoni + 2 -32.8 -129 -1.26e+03 0.00124 0.00197 1.49 3.44 World eIoni + 3 -32.9 -129 -1.26e+03 0 0.00124 0.383 3.82 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.7 -50.5 -1.28e+03 0.00121 0 0 0 World initStep - 1 -14.7 -50.3 -1.28e+03 0 0.00121 0.37 0.37 World eIoni + 0 -34 -130 -1.35e+03 0.00393 0 0 0 World initStep + 1 -33.3 -131 -1.35e+03 0 0.00393 1.77 1.77 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.4 -50.2 -1.39e+03 0.00326 0 0 0 World initStep - 1 -14.6 -50.1 -1.39e+03 0.00138 0.00188 1.51 1.51 World eIoni - 2 -14.6 -50.2 -1.39e+03 0 0.00138 0.451 1.97 World eIoni + 0 -34 -130 -1.35e+03 0.00142 0 0 0 World initStep + 1 -34.2 -130 -1.35e+03 0 0.00142 0.472 0.472 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.8 -50 -1.45e+03 0.0321 0 0 0 World initStep - 1 -28.8 -49.2 -1.43e+03 0.0277 0.00441 24 24 World eIoni - 2 -27.5 -61.8 -1.42e+03 0.0239 0.00384 18.7 42.6 World eIoni - 3 -26 -64.7 -1.4e+03 0.0193 0.00455 14.6 57.2 World eIoni - 4 -21.8 -66.8 -1.4e+03 0.018 0.00134 10.4 67.6 World eIoni - 5 -20.1 -75.2 -1.4e+03 0.0155 0.00247 9.29 76.9 World eIoni - 6 -20.1 -82.1 -1.39e+03 0.0126 0.00286 7.45 84.3 World eIoni - 7 -19.1 -87 -1.39e+03 0.0107 0.00198 5.61 90 World eIoni - 8 -19.1 -87.1 -1.39e+03 0.00912 1.78e-05 0.096 90 World eIoni - 9 -17.7 -89.3 -1.39e+03 0.00794 0.00118 3.76 93.8 World eIoni - 10 -17.8 -88.4 -1.39e+03 0.0056 0.00234 3.24 97.1 World eIoni - 11 -19.3 -88 -1.39e+03 0.00378 0.00182 2.35 99.4 World eIoni - 12 -18.6 -87.4 -1.39e+03 0.00166 0.00212 1.72 101 World eIoni - 13 -18.5 -87.4 -1.39e+03 0 0.00166 0.598 102 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 25 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.1 -87.1 -1.39e+03 0.00152 0 0 0 World initStep - 1 -19.2 -87.2 -1.39e+03 0 0.00152 0.525 0.525 World eIoni + 0 -34.1 -130 -1.41e+03 0.00121 0 0 0 World initStep + 1 -34 -130 -1.41e+03 0 0.00121 0.374 0.374 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.9 -50 -1.46e+03 0.00126 0 0 0 World initStep - 1 -15.8 -49.9 -1.46e+03 0 0.00126 0.396 0.396 World eIoni + 0 -34.2 -130 -1.43e+03 0.00146 0 0 0 World initStep + 1 -34.3 -130 -1.43e+03 0 0.00146 0.492 0.492 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.2 -49.9 -1.52e+03 0.00311 0 0 0 World initStep - 1 -15.6 -49.9 -1.52e+03 0.00183 0.00128 1.27 1.27 World eIoni - 2 -15.5 -49.9 -1.52e+03 0 0.00183 0.696 1.97 World eIoni + 0 -34.2 -130 -1.45e+03 0.0203 0 0 0 World initStep + 1 -25.2 -126 -1.45e+03 0.016 0.00421 11.2 11.2 World eIoni + 2 -22.2 -132 -1.45e+03 0.0131 0.00292 7.85 19.1 World eIoni + 3 -19.7 -136 -1.44e+03 0.0118 0.00131 5.91 25 World eIoni + 4 -19.1 -140 -1.44e+03 0.00699 0.00484 5.14 30.1 World eIoni + 5 -19.3 -143 -1.44e+03 0.00605 0.000934 2.86 33 World eIoni + 6 -19 -145 -1.44e+03 0.00401 0.00204 2.51 35.5 World eIoni + 7 -19 -145 -1.44e+03 0.00162 0.00239 1.8 37.3 World eIoni + 8 -18.8 -145 -1.44e+03 0 0.00162 0.578 37.9 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.4 -49.9 -1.55e+03 0.00129 0 0 0 World initStep - 1 -16.3 -49.9 -1.55e+03 0 0.00129 0.407 0.407 World eIoni + 0 -34.4 -130 -1.52e+03 0.0016 0 0 0 World initStep + 1 -34.2 -130 -1.52e+03 0 0.0016 0.563 0.563 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.6 -49.9 -1.57e+03 0.00153 0 0 0 World initStep - 1 -16.5 -49.7 -1.57e+03 0 0.00153 0.526 0.526 World eIoni + 0 -34.4 -130 -1.52e+03 0.00198 0 0 0 World initStep + 1 -34.6 -130 -1.52e+03 0 0.00198 0.789 0.789 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.6 -49.9 -1.57e+03 0.0177 0 0 0 World initStep - 1 -14.9 -41.7 -1.57e+03 0.015 0.00269 9.1 9.1 World eIoni - 2 -18.2 -36.1 -1.57e+03 0.0127 0.00235 7.13 16.2 World eIoni - 3 -21.9 -33.3 -1.57e+03 0.0102 0.00253 5.64 21.9 World eIoni - 4 -23.8 -29.9 -1.57e+03 0.00726 0.0029 4.26 26.1 World eIoni - 5 -23.4 -27.4 -1.57e+03 0.00574 0.00152 2.97 29.1 World eIoni - 6 -22.8 -26 -1.57e+03 0.00322 0.00252 2.4 31.5 World eIoni - 7 -22.5 -25.4 -1.57e+03 0.00105 0.00217 1.5 33 World eIoni - 8 -22.6 -25.3 -1.57e+03 0 0.00105 0.303 33.3 World eIoni + 0 -34.8 -130 -1.6e+03 0.00198 0 0 0 World initStep + 1 -34.8 -130 -1.6e+03 0 0.00198 0.786 0.786 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.2 -49.9 -1.65e+03 0.00109 0 0 0 World initStep - 1 -17.1 -50 -1.65e+03 0 0.00109 0.319 0.319 World eIoni + 0 -34.8 -130 -1.6e+03 0.00108 0 0 0 World initStep + 1 -34.7 -130 -1.6e+03 0 0.00108 0.313 0.313 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.8 -50 -1.74e+03 0.00115 0 0 0 World initStep - 1 -17.8 -49.9 -1.74e+03 0 0.00115 0.347 0.347 World eIoni + 0 -34.9 -130 -1.62e+03 0.00219 0 0 0 World initStep + 1 -34.9 -130 -1.62e+03 0 0.00219 0.924 0.924 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.3 -50.1 -1.83e+03 0.00277 0 0 0 World initStep - 1 -17.7 -50 -1.83e+03 0 0.00277 1.28 1.28 World eIoni + 0 -35.1 -130 -1.67e+03 0.00663 0 0 0 World initStep + 1 -35.9 -131 -1.67e+03 0.00482 0.000526 1.37 1.37 World eIoni + 2 -36.6 -131 -1.67e+03 0.00377 0.00105 2.09 3.45 World eIoni + 3 -37.2 -131 -1.67e+03 0.0019 0.00187 1.72 5.17 World eIoni + 4 -36.9 -131 -1.67e+03 0 0.0019 0.736 5.91 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.9 -131 -1.67e+03 0.00128 0 0 0 World initStep + 1 -35.8 -131 -1.67e+03 0 0.00128 0.403 0.403 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.5 -50.1 -1.88e+03 0.00132 0 0 0 World initStep - 1 -18.3 -50.1 -1.88e+03 0 0.00132 0.424 0.424 World eIoni + 0 -35.1 -130 -1.68e+03 0.00114 0 0 0 World initStep + 1 -35.1 -130 -1.68e+03 0 0.00114 0.341 0.341 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.5 -50 -1.89e+03 0.00104 0 0 0 World initStep - 1 -18.6 -50 -1.89e+03 0 0.00104 0.3 0.3 World eIoni + 0 -35.2 -130 -1.71e+03 0.00138 0 0 0 World initStep + 1 -35 -130 -1.71e+03 0 0.00138 0.453 0.453 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.7 -50 -1.92e+03 0.00324 0 0 0 World initStep - 1 -18 -49.9 -1.92e+03 0.00135 0.00188 1.5 1.5 World eIoni - 2 -18.1 -50 -1.92e+03 0 0.00135 0.439 1.94 World eIoni + 0 -35.2 -130 -1.74e+03 0.00153 0 0 0 World initStep + 1 -35.4 -130 -1.74e+03 0 0.00153 0.53 0.53 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.9 -50 -1.99e+03 0.0313 0 0 0 World initStep - 1 -24.7 -66.2 -1.98e+03 0.0262 0.00502 22.9 22.9 World eIoni - 2 -27.2 -79.2 -1.97e+03 0.0237 0.00253 17 39.9 World eIoni - 3 -25.1 -88.8 -1.96e+03 0.0192 0.00447 14.4 54.3 World eIoni - 4 -24.3 -86.3 -1.96e+03 0.0161 0.000864 2.82 57.1 World eIoni - 5 -21.7 -82.5 -1.97e+03 0.0137 0.00233 7.86 65 World eIoni - 6 -20.6 -78.6 -1.97e+03 0.01 0.00174 6.03 71 World eIoni - 7 -22.6 -76.1 -1.97e+03 0.00833 0.00168 4.18 75.2 World eIoni - 8 -24 -76.5 -1.97e+03 0.00702 0.00131 3.41 78.6 World eIoni - 9 -24.2 -75.6 -1.97e+03 0.00397 0.00185 1.11 79.7 World eIoni - 10 -24 -74.7 -1.97e+03 0.00114 0.00283 1.79 81.5 World eIoni - 11 -23.9 -74.7 -1.97e+03 0 0.00114 0.341 81.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.2 -75.6 -1.97e+03 0.00121 0 0 0 World initStep - 1 -24.2 -75.5 -1.97e+03 0 0.00121 0.37 0.37 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.6 -78.6 -1.97e+03 0.00199 0 0 0 World initStep - 1 -20.4 -78.5 -1.97e+03 0 0.00199 0.793 0.793 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.3 -86.3 -1.96e+03 0.00229 0 0 0 World initStep - 1 -24.5 -86 -1.96e+03 0 0.00229 0.991 0.991 World eIoni + 0 -35.3 -130 -1.75e+03 0.00143 0 0 0 World initStep + 1 -35.4 -130 -1.75e+03 0 0.00143 0.479 0.479 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19 -50 -2.01e+03 0.00116 0 0 0 World initStep - 1 -19.2 -49.9 -2.01e+03 0 0.00116 0.348 0.348 World eIoni + 0 -35.7 -129 -1.92e+03 0.00186 0 0 0 World initStep + 1 -35.5 -129 -1.92e+03 0 0.00186 0.711 0.711 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.4 -50 -2.22e+03 0.00124 0 0 0 World initStep - 1 -19.6 -50 -2.22e+03 0 0.00124 0.386 0.386 World eIoni + 0 -36 -129 -2.03e+03 0.00242 0 0 0 World initStep + 1 -36.3 -129 -2.03e+03 0 0.00242 1.08 1.08 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.5 -50 -2.24e+03 0.00101 0 0 0 World initStep - 1 -19.4 -50 -2.24e+03 0 0.00101 0.284 0.284 World eIoni + 0 -36.1 -129 -2.07e+03 0.00468 0 0 0 World initStep + 1 -35.5 -130 -2.07e+03 0.00328 0.0014 2.04 2.04 World eIoni + 2 -34.9 -131 -2.06e+03 0.00109 0.00219 1.52 3.56 World eIoni + 3 -34.9 -130 -2.06e+03 0 0.00109 0.318 3.87 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.1 -2.34e+03 0.00159 0 0 0 World initStep - 1 -19.4 -49.9 -2.34e+03 0 0.00159 0.558 0.558 World eIoni + 0 -36.2 -129 -2.09e+03 0.00414 0 0 0 World initStep + 1 -36.7 -130 -2.09e+03 0.00222 0.00192 1.85 1.85 World eIoni + 2 -36.9 -130 -2.09e+03 0 0.00222 0.945 2.79 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.1 -2.4e+03 0.00145 0 0 0 World initStep - 1 -19.8 -50.2 -2.4e+03 0 0.00145 0.486 0.486 World eIoni + 0 -36.2 -129 -2.1e+03 0.00379 0 0 0 World initStep + 1 -36.7 -130 -2.1e+03 0.00147 0.00232 1.72 1.72 World eIoni + 2 -36.7 -130 -2.1e+03 0 0.00147 0.498 2.22 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.2 -2.46e+03 0.00166 0 0 0 World initStep - 1 -19.3 -50.2 -2.46e+03 0 0.00166 0.601 0.601 World eIoni + 0 -36.4 -129 -2.22e+03 0.00136 0 0 0 World initStep + 1 -36.3 -129 -2.22e+03 0 0.00136 0.441 0.441 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.2 -2.46e+03 0.00369 0 0 0 World initStep - 1 -18.8 -49.8 -2.46e+03 0.00138 0.00232 1.69 1.69 World eIoni - 2 -18.7 -49.7 -2.46e+03 0 0.00138 0.451 2.14 World eIoni + 0 -36.6 -129 -2.32e+03 0.0767 0 0 0 World initStep + 1 -72.7 -108 -2.24e+03 0.0707 0.00595 110 110 World eIoni + 2 -88.8 -118 -2.16e+03 0.059 0.0117 95 205 World eIoni + 3 -92.4 -118 -2.15e+03 0.0582 0.000783 11 216 World eIoni + 4 -99.3 -122 -2.11e+03 0.0488 0.00506 41.9 257 World eIoni + 5 -101 -125 -2.07e+03 0.0443 0.00343 42.7 300 World eIoni + 6 -122 -140 -2.04e+03 0.0385 0.00576 41.8 342 World eIoni + 7 -127 -142 -2.01e+03 0.0318 0.00671 32.8 375 World eIoni + 8 -123 -132 -1.99e+03 0.0278 0.00405 23.6 398 World eIoni + 9 -118 -128 -1.97e+03 0.0247 0.00308 18.7 417 World eIoni + 10 -123 -129 -1.96e+03 0.0212 0.00351 15.4 432 World eIoni + 11 -131 -134 -1.95e+03 0.0187 0.00244 12 444 World eIoni + 12 -133 -142 -1.95e+03 0.0174 0.00134 9.9 454 World eIoni + 13 -133 -144 -1.95e+03 0.0144 0.000895 2.34 457 World eIoni + 14 -136 -148 -1.95e+03 0.0125 0.00191 6.7 463 World eIoni + 15 -135 -153 -1.94e+03 0.011 0.00144 5.51 469 World eIoni + 16 -133 -156 -1.94e+03 0.00965 0.00139 4.71 474 World eIoni + 17 -130 -158 -1.94e+03 0.0063 0.00335 4.01 478 World eIoni + 18 -129 -159 -1.94e+03 0.00527 0.00103 2.61 480 World eIoni + 19 -129 -160 -1.94e+03 0.00267 0.0026 2.24 482 World eIoni + 20 -129 -161 -1.94e+03 0 0.00267 1.23 484 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -133 -144 -1.95e+03 0.0021 0 0 0 World initStep + 1 -134 -144 -1.95e+03 0 0.0021 0.862 0.862 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -101 -125 -2.07e+03 0.00105 0 0 0 World initStep + 1 -101 -125 -2.07e+03 0 0.00105 0.303 0.303 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -99.3 -122 -2.11e+03 0.00442 0 0 0 World initStep + 1 -99.5 -123 -2.11e+03 0.00323 0.00119 1.95 1.95 World eIoni + 2 -99.4 -122 -2.11e+03 0 0.00323 1.5 3.45 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.2 -2.49e+03 0.00638 0 0 0 World initStep - 1 -20.8 -48.8 -2.49e+03 0.00377 0.00261 2.63 2.63 World eIoni - 2 -21.2 -48.9 -2.49e+03 0.00203 0.00173 1.71 4.35 World eIoni - 3 -21 -48.6 -2.49e+03 0 0.00203 0.823 5.17 World eIoni + 0 -36.6 -129 -2.37e+03 0.00125 0 0 0 World initStep + 1 -36.5 -129 -2.37e+03 0 0.00125 0.389 0.389 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.2 -2.5e+03 0.00193 0 0 0 World initStep - 1 -19.9 -50.3 -2.5e+03 0 0.00193 0.76 0.76 World eIoni + 0 -36.7 -129 -2.48e+03 0.00155 0 0 0 World initStep + 1 -36.8 -129 -2.48e+03 0 0.00155 0.54 0.54 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.2 -2.51e+03 0.00314 0 0 0 World initStep - 1 -19.7 -50.8 -2.51e+03 0.00159 0.00155 1.46 1.46 World eIoni - 2 -19.9 -51 -2.51e+03 0 0.00159 0.561 2.02 World eIoni + 0 -36.8 -129 -2.51e+03 0.00463 0 0 0 World initStep + 1 -36.6 -130 -2.51e+03 0.00247 0.00216 2.02 2.02 World eIoni + 2 -36.8 -130 -2.51e+03 0 0.00247 1.11 3.13 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -50.2 -2.56e+03 0.00425 0 0 0 World initStep - 1 -18.7 -49.6 -2.56e+03 0.00227 0.00198 1.89 1.89 World eIoni - 2 -18.5 -49.6 -2.56e+03 0 0.00227 0.982 2.87 World eIoni + 0 -36.8 -129 -2.58e+03 0.0356 0 0 0 World initStep + 1 -31.3 -143 -2.55e+03 0.0329 0.00267 28.6 28.6 World eIoni + 2 -19.8 -150 -2.54e+03 0.0197 0.00456 22.9 51.6 World eIoni + 3 -19.7 -153 -2.53e+03 0.0163 0.00342 10.8 62.3 World eIoni + 4 -17.3 -158 -2.52e+03 0.0142 0.0021 8.05 70.4 World eIoni + 5 -17.2 -162 -2.52e+03 0.0108 0.00174 5.81 76.2 World eIoni + 6 -14.4 -162 -2.52e+03 0.00923 0.00161 4.61 80.8 World eIoni + 7 -13.3 -162 -2.52e+03 0.0081 0.00112 3.81 84.6 World eIoni + 8 -14.6 -162 -2.51e+03 0.00537 0.00274 3.31 87.9 World eIoni + 9 -14.9 -162 -2.51e+03 0.00417 0.000181 0.55 88.5 World eIoni + 10 -15.5 -162 -2.51e+03 0.00249 0.00168 1.86 90.3 World eIoni + 11 -15.2 -162 -2.51e+03 0 0.00249 1.13 91.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.9 -162 -2.51e+03 0.00101 0 0 0 World initStep + 1 -14.9 -162 -2.51e+03 0 0.00101 0.288 0.288 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.2 -162 -2.52e+03 0.00164 0 0 0 World initStep + 1 -17.2 -162 -2.52e+03 0 0.00164 0.589 0.589 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.8 -150 -2.54e+03 0.00865 0 0 0 World initStep + 1 -18.1 -153 -2.54e+03 0.00681 0.00185 3.55 3.55 World eIoni + 2 -17.2 -153 -2.54e+03 0.00308 0.00372 2.79 6.35 World eIoni + 3 -17.3 -152 -2.54e+03 0.0011 0.00198 1.44 7.78 World eIoni + 4 -17.4 -153 -2.54e+03 0 0.0011 0.324 8.11 World eIoni ********************************************************************************************************* * G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 69.5 -2.61e+03 50 0 0 0 World initStep - 1 -13.1 69.5 -2.6e+03 50 0.00155 10.9 10.9 World hIoni - 2 -13.1 69.5 -2.55e+03 50 0.0099 48.6 59.5 World hIoni - 3 -13.1 69.5 -2.53e+03 50 0.00555 26.8 86.3 World hIoni - 4 -13.1 69.5 -2.52e+03 50 0.00152 7.76 94 World hIoni - 5 -13.1 69.5 -2.51e+03 50 0.00256 11.9 106 World hIoni - 6 -13 69.5 -2.48e+03 49.9 0.00496 29.1 135 World hIoni - 7 -13 69.5 -2.44e+03 49.9 0.00441 41.5 176 World hIoni - 8 -13 69.5 -2.41e+03 49.9 0.00441 28.1 205 World hIoni - 9 -13 69.5 -2.4e+03 49.9 0.00302 7.98 213 World hIoni - 10 -12.9 69.6 -2.32e+03 49.9 0.0128 76.5 289 World hIoni - 11 -12.8 69.6 -2.21e+03 49.9 0.0242 112 401 World hIoni - 12 -12.8 69.6 -2.17e+03 49.9 0.0064 36.6 438 World hIoni - 13 -12.7 69.6 -2.12e+03 49.9 0.0097 51.6 490 World hIoni - 14 -12.7 69.6 -2.11e+03 49.8 0.0033 13.4 503 World hIoni - 15 -12.7 69.6 -2.1e+03 49.8 0.00285 9.84 513 World hIoni - 16 -12.7 69.6 -2.04e+03 49.8 0.00941 56 569 World hIoni - 17 -12.7 69.6 -1.99e+03 49.8 0.0102 56.7 626 World hIoni - 18 -12.7 69.6 -1.91e+03 49.8 0.0164 75.1 701 World hIoni - 19 -12.7 69.7 -1.87e+03 49.8 0.00881 44.7 745 World hIoni - 20 -12.7 69.7 -1.86e+03 49.8 0.000519 2.55 748 cloudPV CoupledTransportation - 21 -12.7 69.7 -1.86e+03 47.2 2.51 1.84 750 World CoupledTransportation - 22 -12.7 69.7 -1.85e+03 47.2 0.00178 9.83 759 cloudPV CoupledTransportation - 23 -12.7 69.7 -1.85e+03 46.3 0.945 0.646 760 World CoupledTransportation - 24 -12.6 70 -1.82e+03 46.3 0.00405 29.8 790 World hIoni - 25 -12.2 70.5 -1.74e+03 46.3 0.00764 77.8 868 World hIoni - 26 -12.2 70.6 -1.74e+03 46.3 0.000357 8.51 876 World hIoni - 27 -12.2 70.6 -1.73e+03 46.3 0.000774 3.44 880 cloudPV CoupledTransportation - 28 -12.2 70.6 -1.73e+03 44.2 2.13 1.63 881 World CoupledTransportation - 29 -11.9 70.5 -1.7e+03 44.1 0.00529 30.2 911 World hIoni - 30 -11.8 70.4 -1.69e+03 44.1 0.00235 12.3 924 World hIoni - 31 -10.1 69.4 -1.49e+03 44.1 0.0407 196 1.12e+03 World hIoni - 32 -10.1 69.4 -1.49e+03 44.1 0.00111 5.84 1.13e+03 World hIoni - 33 -9.32 69.1 -1.39e+03 44.1 0.0162 97 1.22e+03 World hIoni - 34 -9.21 69.1 -1.37e+03 44.1 0.0013 15.1 1.24e+03 World hIoni - 35 -8.96 69 -1.34e+03 44.1 0.011 32.7 1.27e+03 World hIoni - 36 -8.95 69 -1.34e+03 44.1 2.08e-05 1.43 1.27e+03 World hIoni - 37 -7.99 68.8 -1.22e+03 44 0.0181 118 1.39e+03 World hIoni - 38 -7.5 68.7 -1.16e+03 44 0.0132 61.9 1.45e+03 World hIoni - 39 -7.46 68.7 -1.16e+03 44 0.00118 5.53 1.46e+03 World hIoni - 40 -7.03 68.6 -1.1e+03 44 0.01 58.1 1.52e+03 World hIoni - 41 -6.99 68.5 -1.09e+03 44 0.00111 5.7 1.52e+03 World hIoni - 42 -6.79 68.5 -1.06e+03 44 0.00588 27.4 1.55e+03 World hIoni - 43 -6.44 68.4 -1.01e+03 44 0.0123 53 1.6e+03 World hIoni - 44 -6.36 68.4 -997 44 0.00355 13.9 1.62e+03 World hIoni - 45 -6.19 68.3 -966 44 0.00839 30.5 1.65e+03 World hIoni - 46 -6.15 68.3 -960 44 0.00347 6.23 1.65e+03 World hIoni - 47 -5.87 68.3 -914 43.9 0.00756 46.6 1.7e+03 World hIoni - 48 -5.79 68.3 -894 43.9 0.00376 19.4 1.72e+03 World hIoni - 49 -5.52 68.2 -840 43.9 0.0145 53.9 1.77e+03 World hIoni - 50 -5.48 68.2 -832 43.9 0.0031 8.6 1.78e+03 World hIoni - 51 -5.29 68.2 -790 43.9 0.0083 42.2 1.82e+03 World hIoni - 52 -5.26 68.2 -781 43.9 0.00249 8.71 1.83e+03 World hIoni - 53 -4.92 68.1 -702 43.9 0.0154 79.1 1.91e+03 World hIoni - 54 -4.9 68.1 -692 43.9 0.00114 9.51 1.92e+03 World hIoni - 55 -4.81 68.1 -660 43.9 0.00476 32 1.95e+03 World hIoni - 56 -4.64 68 -595 43.9 0.00999 65.6 2.02e+03 World hIoni - 57 -4.62 68 -587 43.8 0.000938 7.52 2.03e+03 World hIoni - 58 -4.25 67.8 -442 43.8 0.0256 145 2.17e+03 World hIoni - 59 -4.08 67.5 -330 43.8 0.0246 113 2.28e+03 World hIoni - 60 -4.06 67.5 -319 43.8 0.00261 11.1 2.29e+03 World hIoni - 61 -4.03 67.5 -298 43.8 0.0039 21.1 2.31e+03 World hIoni - 62 -3.96 67.5 -223 43.7 0.0173 74.9 2.39e+03 World hIoni - 63 -3.93 67.5 -186 43.7 0.00847 36.4 2.43e+03 World hIoni - 64 -3.91 67.5 -161 43.7 0.00588 25.3 2.45e+03 World hIoni - 65 -3.85 67.5 -122 43.7 0.00742 38.5 2.49e+03 World hIoni - 66 -3.8 67.4 -79.7 43.7 0.00945 42.7 2.53e+03 World hIoni - 67 -3.79 67.4 -70.7 43.7 0.0036 9.01 2.54e+03 World hIoni - 68 -3.74 67.4 6.81 43.6 0.0149 77.5 2.62e+03 World hIoni - 69 -3.72 67.4 18.1 43.6 0.00231 11.2 2.63e+03 cloudPV CoupledTransportation - 70 -3.72 67.4 18.9 42.5 1.18 0.82 2.63e+03 World CoupledTransportation - 71 -4.28 67.7 47.4 42.4 0.0064 28.6 2.66e+03 World hIoni - 72 -4.48 67.8 57.6 42.4 0.00172 10.1 2.67e+03 World hIoni - 73 -6.34 68.8 152 42.4 0.0177 94.3 2.76e+03 World hIoni - 74 -6.92 69.1 181 42.4 0.00496 29.3 2.79e+03 World hIoni - 75 -6.93 69.1 182 42.4 0 0.425 2.79e+03 World hIoni - 76 -8.04 69.5 235 42.4 0.0103 53.9 2.85e+03 World hIoni - 77 -8.41 69.7 254 42.4 0.00496 18.6 2.87e+03 World hIoni - 78 -10.4 70.5 352 42.4 0.0169 98 2.96e+03 World hIoni - 79 -10.8 70.7 375 42.3 0.00509 22.7 2.99e+03 World hIoni - 80 -11.7 71 421 42.3 0.00887 45.9 3.03e+03 World hIoni - 81 -11.8 71.1 426 42.3 0.000468 5.08 3.04e+03 World hIoni - 82 -11.9 71.1 430 42.3 0.000628 4.1 3.04e+03 World hIoni - 83 -12 71.1 437 42.3 0.00119 7.57 3.05e+03 World hIoni - 84 -12.3 71.3 452 42.3 0.00319 14.5 3.06e+03 World hIoni - 85 -12.4 71.3 456 42.3 0.000484 3.89 3.07e+03 World hIoni - 86 -12.6 71.4 468 42.3 0.00202 12.1 3.08e+03 World hIoni - 87 -13.5 71.8 512 42.3 0.00696 44 3.12e+03 World hIoni - 88 -14.3 72.1 554 42.3 0.00637 42.6 3.17e+03 World hIoni - 89 -15 72.4 588 42.3 0.0112 33.6 3.2e+03 World hIoni - 90 -15.2 72.5 597 42.3 0.00423 8.75 3.21e+03 World hIoni - 91 -17.8 73.5 730 42.2 0.0251 133 3.34e+03 World hIoni - 92 -18.6 73.8 764 42.2 0.00683 33.8 3.38e+03 World hIoni - 93 -18.7 73.8 772 42.2 0.00164 8.03 3.38e+03 World hIoni - 94 -19.7 74.2 814 42.2 0.00935 42.1 3.43e+03 World hIoni - 95 -20.4 74.4 845 42.2 0.00407 31.5 3.46e+03 World hIoni - 96 -20.6 74.5 854 42.2 0.00287 8.64 3.47e+03 World hIoni - 97 -20.9 74.6 868 42.2 0.00202 14.7 3.48e+03 World hIoni - 98 -21.9 74.9 912 42.2 0.00666 43.8 3.52e+03 World hIoni - 99 -22.8 75.2 950 42.2 0.0073 37.5 3.56e+03 World hIoni - 100 -25.5 76.1 1.06e+03 42.2 0.0246 115 3.68e+03 World hIoni - 101 -25.6 76.1 1.07e+03 42.2 0.000404 1.98 3.68e+03 World hIoni - 102 -26.9 76.5 1.12e+03 42.1 0.0158 58 3.74e+03 World hIoni - 103 -30.4 77.5 1.28e+03 42.1 0.0274 156 3.89e+03 World hIoni - 104 -30.7 77.6 1.29e+03 42.1 0.00371 13.8 3.91e+03 World hIoni - 105 -32.2 78.2 1.36e+03 42.1 0.0138 68.3 3.98e+03 World hIoni - 106 -32.8 78.4 1.39e+03 42.1 0.00738 26.7 4e+03 World hIoni - 107 -32.9 78.4 1.39e+03 42.1 0.00113 5.39 4.01e+03 World hIoni - 108 -33.8 78.7 1.43e+03 42 0.00641 39.1 4.05e+03 World hIoni - 109 -34.1 78.8 1.44e+03 42 0.00249 10.9 4.06e+03 World hIoni - 110 -34.5 79 1.46e+03 42 0.00426 17.2 4.07e+03 World hIoni - 111 -37.2 79.9 1.58e+03 42 0.0223 119 4.19e+03 World hIoni - 112 -39.1 80.5 1.67e+03 42 0.0191 87 4.28e+03 World hIoni - 113 -40.9 81.1 1.75e+03 42 0.0136 82.9 4.36e+03 World hIoni - 114 -41.7 81.4 1.79e+03 42 0.00704 40.2 4.4e+03 World hIoni - 115 -41.8 81.4 1.79e+03 42 0.00104 4.13 4.41e+03 World hIoni - 116 -42.3 81.6 1.81e+03 42 0.00518 20 4.43e+03 cloudPV CoupledTransportation - 117 -42.3 81.6 1.82e+03 39.5 2.5 1.61 4.43e+03 World CoupledTransportation - 118 -42.4 81.6 1.82e+03 39.4 0.00241 5.41 4.43e+03 World hIoni - 119 -42.6 81.6 1.83e+03 39.4 0.003 13.3 4.45e+03 World hIoni - 120 -42.6 81.6 1.83e+03 39.4 0 0.219 4.45e+03 World hIoni - 121 -42.9 81.6 1.85e+03 39.4 0.00274 17.4 4.47e+03 World hIoni - 122 -44.7 81.7 1.95e+03 39.4 0.0217 101 4.57e+03 World hIoni - 123 -45.5 81.8 2e+03 39.4 0.00852 44.4 4.61e+03 World hIoni - 124 -46.2 82.1 2.03e+03 39.4 0.0082 37.3 4.65e+03 World hIoni - 125 -46.2 82.1 2.04e+03 39.4 3.23e-05 0.764 4.65e+03 World hIoni - 126 -46.3 82.2 2.04e+03 39.4 0.00252 6.82 4.66e+03 World hIoni - 127 -46.6 82.3 2.06e+03 39.4 0.00365 13.1 4.67e+03 World hIoni - 128 -46.9 82.5 2.07e+03 39.3 0.00259 15.6 4.68e+03 World hIoni - 129 -47 82.6 2.08e+03 39.3 0.00127 10.5 4.69e+03 World hIoni - 130 -47.1 82.6 2.09e+03 39.3 0.000718 5.22 4.7e+03 World hIoni - 131 -47.2 82.7 2.09e+03 39.3 0.00172 6.17 4.71e+03 World hIoni - 132 -48.1 83.1 2.14e+03 39.3 0.0112 47 4.75e+03 World hIoni - 133 -50.5 84.4 2.26e+03 39.3 0.0251 125 4.88e+03 World hIoni - 134 -50.9 84.7 2.29e+03 39.3 0.00537 24.2 4.9e+03 World hIoni - 135 -50.9 84.7 2.29e+03 39.3 0.000569 3.77 4.91e+03 World hIoni - 136 -52.3 85.7 2.37e+03 39.2 0.0151 76.9 4.98e+03 World hIoni - 137 -52.6 85.9 2.39e+03 39.2 0.00389 19.8 5e+03 World hIoni - 138 -52.9 86.2 2.41e+03 39.2 0.00466 20.1 5.02e+03 World hIoni - 139 -53.4 86.6 2.44e+03 39.2 0.00782 34.5 5.06e+03 World hIoni - 140 -54.1 87.3 2.49e+03 39.2 0.00744 43.1 5.1e+03 World hIoni - 141 -54.1 87.3 2.49e+03 39.2 0.000799 2.84 5.1e+03 World hIoni - 142 -55.6 88.7 2.59e+03 39.2 0.0208 96.7 5.2e+03 World hIoni - 143 -55.8 88.9 2.6e+03 39.2 0.00545 13.3 5.21e+03 detectorPV CoupledTransportation - 144 -55.8 88.9 2.6e+03 34.2 5 1.57 5.21e+03 detectorPV hIoni - 145 -55.9 88.9 2.6e+03 29.6 4.53 1.27 5.22e+03 detectorPV hIoni - 146 -56 88.9 2.6e+03 25.6 4.07 1.02 5.22e+03 detectorPV hIoni - 147 -56.1 88.9 2.6e+03 21.8 3.75 0.82 5.22e+03 detectorPV hIoni - 148 -56.1 88.8 2.61e+03 18.3 3.53 0.658 5.22e+03 detectorPV hIoni - 149 -56.1 88.8 2.61e+03 15.1 3.2 0.522 5.22e+03 detectorPV hIoni - 150 -56.1 88.8 2.61e+03 12.1 2.94 0.415 5.22e+03 detectorPV hIoni - 151 -56.2 88.7 2.61e+03 9.42 2.73 0.329 5.22e+03 detectorPV hIoni - 152 -56.2 88.7 2.61e+03 6.7 2.71 0.26 5.22e+03 detectorPV hIoni - 153 -56.2 88.7 2.61e+03 3.8 2.9 0.198 5.22e+03 detectorPV hIoni - 154 -56.2 88.6 2.61e+03 0.347 3.46 0.118 5.22e+03 detectorPV hIoni - 155 -56.2 88.6 2.61e+03 0 0.347 0.00355 5.22e+03 detectorPV hIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.6 88.7 2.59e+03 0.0065 0 0 0 World initStep - 1 -53.7 88.9 2.59e+03 0.00489 0.00162 2.68 2.68 World eIoni - 2 -52.5 89 2.59e+03 0.0036 0.00128 2.11 4.78 World eIoni - 3 -51.7 88.9 2.59e+03 0 0.0036 1.65 6.44 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -54.1 87.3 2.49e+03 0.00196 0 0 0 World initStep - 1 -53.8 87.3 2.49e+03 0 0.00196 0.775 0.775 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -54.1 87.3 2.49e+03 0.00138 0 0 0 World initStep - 1 -54 87.1 2.49e+03 0 0.00138 0.454 0.454 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.4 86.6 2.44e+03 0.00365 0 0 0 World initStep - 1 -54.3 86.4 2.44e+03 0.00109 0.00256 1.67 1.67 World eIoni - 2 -54.2 86.5 2.44e+03 0 0.00109 0.319 1.99 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.9 86.2 2.41e+03 0.00488 0 0 0 World initStep - 1 -53.3 87.4 2.41e+03 0.00278 0.0021 2.11 2.11 World eIoni - 2 -53 87.4 2.41e+03 0.00129 0.00148 1.29 3.39 World eIoni - 3 -53.1 87.3 2.41e+03 0 0.00129 0.41 3.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.6 85.9 2.39e+03 0.00142 0 0 0 World initStep - 1 -52.4 85.8 2.39e+03 0 0.00142 0.472 0.472 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.3 85.7 2.37e+03 0.00511 0 0 0 World initStep - 1 -52.2 84.3 2.37e+03 0.00337 0.00174 2.19 2.19 World eIoni - 2 -51.7 84.9 2.37e+03 0.00164 0.00173 1.56 3.74 World eIoni - 3 -51.8 85 2.37e+03 0 0.00164 0.589 4.33 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.9 84.7 2.29e+03 0.00243 0 0 0 World initStep - 1 -51.3 84.5 2.29e+03 0 0.00243 1.09 1.09 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.9 84.7 2.29e+03 0.00336 0 0 0 World initStep - 1 -50.4 84.1 2.29e+03 0 0.00336 1.55 1.55 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.5 84.4 2.26e+03 0.00469 0 0 0 World initStep - 1 -51.3 83.5 2.27e+03 0.0025 0.0022 2.04 2.04 World eIoni - 2 -51.5 83.8 2.27e+03 0 0.0025 1.13 3.17 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.1 83.1 2.14e+03 0.014 0 0 0 World initStep - 1 -45.6 81.3 2.14e+03 0.0119 0.00211 4.89 4.89 World msc - 2 -41.8 80.2 2.15e+03 0.00974 0.0022 5.2 10.1 World eIoni - 3 -39.3 79.5 2.15e+03 0.0071 0.00264 4.05 14.1 World eIoni - 4 -39.4 80.6 2.15e+03 0.00577 0.00133 2.91 17 World eIoni - 5 -41.1 79.8 2.15e+03 0.00437 0.0014 2.41 19.5 World eIoni - 6 -42.1 79.5 2.15e+03 0.00378 0.000594 1.93 21.4 World eIoni - 7 -42.5 80 2.15e+03 0.00146 0.00232 1.72 23.1 World eIoni - 8 -42.6 79.9 2.15e+03 0 0.00146 0.493 23.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.2 82.7 2.09e+03 0.00282 0 0 0 World initStep - 1 -47.4 83.2 2.09e+03 0 0.00282 1.31 1.31 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.1 82.6 2.09e+03 0.00352 0 0 0 World initStep - 1 -47.1 83.4 2.09e+03 0 0.00352 1.62 1.62 World eIoni + 0 -42.4 3.93 -2.61e+03 50 0 0 0 World initStep + 1 -42.4 3.93 -2.58e+03 50 0.00688 34.2 34.2 World hIoni + 2 -42.4 3.93 -2.57e+03 50 0.00323 11.9 46.1 World hIoni + 3 -42.4 3.91 -2.53e+03 50 0.00491 38 84.1 World hIoni + 4 -42.4 3.9 -2.52e+03 50 0.00203 11.5 95.6 World hIoni + 5 -42.4 3.87 -2.48e+03 49.9 0.00704 39 135 World hIoni + 6 -42.4 3.85 -2.44e+03 49.9 0.00585 38.4 173 World hIoni + 7 -42.4 3.84 -2.42e+03 49.9 0.00249 15.3 188 World hIoni + 8 -42.4 3.83 -2.37e+03 49.9 0.00783 56.7 245 World hIoni + 9 -42.4 3.83 -2.36e+03 49.9 0.000432 3.42 248 World hIoni + 10 -42.4 3.8 -2.33e+03 49.9 0.00561 32.5 281 World hIoni + 11 -42.4 3.79 -2.24e+03 49.9 0.0125 88.8 370 World hIoni + 12 -42.5 3.79 -2.2e+03 49.9 0.00589 39.4 409 World hIoni + 13 -42.5 3.79 -2.19e+03 49.9 0.0027 17.7 427 World hIoni + 14 -42.6 3.82 -2.09e+03 49.9 0.0138 99.5 526 World hIoni + 15 -42.7 3.84 -2.07e+03 49.9 0.00253 19.9 546 World hIoni + 16 -42.7 3.88 -2.03e+03 49.9 0.00616 31.8 578 World hIoni + 17 -42.7 3.89 -2.03e+03 49.8 0.0021 4.78 583 World hIoni + 18 -42.7 3.93 -1.99e+03 49.8 0.00577 37.9 620 World hIoni + 19 -42.7 4.12 -1.89e+03 49.8 0.024 103 724 World hIoni + 20 -42.7 4.21 -1.85e+03 49.8 0.00648 39.1 763 World hIoni + 21 -42.8 4.34 -1.81e+03 49.8 0.00619 44 807 World hIoni + 22 -42.8 4.36 -1.8e+03 49.8 0.0015 5.16 812 World hIoni + 23 -42.9 4.45 -1.77e+03 49.8 0.0044 30.1 842 World hIoni + 24 -42.9 4.49 -1.76e+03 49.7 0.00138 14.3 856 World hIoni + 25 -43 4.89 -1.63e+03 49.7 0.0204 125 981 World hIoni + 26 -43 4.97 -1.61e+03 49.7 0.00297 18.9 1e+03 World hIoni + 27 -43.1 5.07 -1.59e+03 49.7 0.00444 23.3 1.02e+03 World hIoni + 28 -43.3 5.65 -1.46e+03 49.7 0.0187 126 1.15e+03 World hIoni + 29 -43.4 5.77 -1.43e+03 49.7 0.00338 28.9 1.18e+03 World hIoni + 30 -43.4 5.92 -1.4e+03 49.7 0.00536 35 1.21e+03 World hIoni + 31 -43.4 5.93 -1.4e+03 49.7 0.000476 3.67 1.22e+03 World hIoni + 32 -43.5 5.97 -1.38e+03 49.7 0.00144 11.1 1.23e+03 World hIoni + 33 -43.5 6.02 -1.37e+03 49.7 0.00232 12.7 1.24e+03 World hIoni + 34 -43.5 6.15 -1.34e+03 49.7 0.00672 31.2 1.27e+03 World hIoni + 35 -43.6 6.27 -1.31e+03 49.7 0.00435 28.6 1.3e+03 World hIoni + 36 -43.6 6.36 -1.29e+03 49.7 0.00297 23.1 1.32e+03 World hIoni + 37 -43.7 6.45 -1.27e+03 49.6 0.00521 21.5 1.34e+03 World hIoni + 38 -43.7 6.46 -1.27e+03 49.6 0 0.341 1.35e+03 World hIoni + 39 -43.8 6.62 -1.24e+03 49.6 0.00564 28.6 1.37e+03 World hIoni + 40 -43.8 6.7 -1.22e+03 49.6 0.00314 14.8 1.39e+03 World hIoni + 41 -43.8 6.76 -1.21e+03 49.6 0.000471 9.01 1.4e+03 World hIoni + 42 -44.1 7.31 -1.12e+03 49.6 0.0185 93.7 1.49e+03 World hIoni + 43 -44.1 7.31 -1.12e+03 49.6 3.37e-06 0.0186 1.49e+03 World hIoni + 44 -44.2 7.5 -1.09e+03 49.6 0.00586 34.9 1.53e+03 World hIoni + 45 -44.3 7.67 -1.05e+03 49.6 0.00839 32.4 1.56e+03 World hIoni + 46 -44.3 7.67 -1.05e+03 49.6 0 0.186 1.56e+03 World hIoni + 47 -44.3 7.69 -1.05e+03 49.5 0.000653 2.79 1.56e+03 World hIoni + 48 -44.4 7.82 -1.02e+03 49.5 0.00334 26.1 1.59e+03 World hIoni + 49 -44.5 7.95 -1e+03 49.5 0.00406 23.9 1.61e+03 World hIoni + 50 -44.8 8.37 -919 49.5 0.0131 81.5 1.69e+03 World hIoni + 51 -45.1 8.78 -851 49.5 0.0158 68.9 1.76e+03 World hIoni + 52 -45.3 9.15 -789 49.5 0.0116 62 1.82e+03 World hIoni + 53 -45.5 9.78 -680 49.5 0.0216 109 1.93e+03 World hIoni + 54 -45.7 10 -630 49.4 0.00815 50 1.98e+03 World hIoni + 55 -45.7 10.1 -616 49.4 0.00518 14 2e+03 World hIoni + 56 -45.8 10.1 -607 49.4 0.00133 8.68 2.01e+03 World hIoni + 57 -45.9 10.3 -577 49.4 0.00613 29.7 2.04e+03 World hIoni + 58 -45.9 10.3 -574 49.4 0.00079 3.79 2.04e+03 World hIoni + 59 -46.5 10.8 -477 49.4 0.0207 97 2.14e+03 World hIoni + 60 -46.8 11 -420 49.4 0.00875 56.3 2.19e+03 cloudPV CoupledTransportation + 61 -46.8 11 -419 48 1.42 1.1 2.19e+03 World CoupledTransportation + 62 -46.7 11.4 -381 48 0.00738 38.3 2.23e+03 World hIoni + 63 -46.5 11.8 -342 48 0.00508 39.3 2.27e+03 World hIoni + 64 -46.5 12 -320 47.9 0.0044 21.7 2.29e+03 World hIoni + 65 -46.5 12.1 -313 47.9 0.00101 7.32 2.3e+03 World hIoni + 66 -46.4 13 -221 47.9 0.0165 91.7 2.39e+03 World hIoni + 67 -46.3 13.4 -184 47.9 0.00646 36.6 2.43e+03 World hIoni + 68 -46.2 13.9 -134 47.9 0.00661 50.6 2.48e+03 World hIoni + 69 -46 14.7 -51.7 47.9 0.0171 81.9 2.56e+03 World hIoni + 70 -45.8 15.2 4.67 47.9 0.009 56.4 2.62e+03 World hIoni + 71 -45.7 15.6 41.1 47.8 0.0112 36.5 2.65e+03 World hIoni + 72 -45.6 16.1 94.6 47.8 0.00995 53.5 2.71e+03 World hIoni + 73 -45.4 16.6 141 47.8 0.0066 46.6 2.75e+03 World hIoni + 74 -45.4 16.6 145 47.8 0.000616 3.76 2.76e+03 World hIoni + 75 -45.3 16.7 154 47.8 0.000786 9.36 2.77e+03 World hIoni + 76 -45.3 16.9 175 47.8 0.00301 20.7 2.79e+03 cloudPV CoupledTransportation + 77 -45.3 16.9 177 45.7 2.11 1.55 2.79e+03 World CoupledTransportation + 78 -45.3 16.9 179 45.7 0.000409 2.65 2.79e+03 World hIoni + 79 -45.5 17.1 207 45.7 0.00578 27.5 2.82e+03 World hIoni + 80 -46 17.7 301 45.7 0.0183 94 2.91e+03 World hIoni + 81 -46 17.7 315 45.7 0.00247 13.7 2.93e+03 World hIoni + 82 -46.1 17.8 322 45.7 0.00129 7.76 2.93e+03 World hIoni + 83 -46.2 17.9 350 45.6 0.0047 28.2 2.96e+03 World hIoni + 84 -46.4 18.1 386 45.6 0.00475 35.5 3e+03 World hIoni + 85 -46.4 18.1 393 45.6 0.00105 6.88 3.01e+03 World hIoni + 86 -46.5 18.2 410 45.6 0.00423 17.1 3.02e+03 World hIoni + 87 -47 18.6 489 45.6 0.0108 78.8 3.1e+03 World hIoni + 88 -47.1 18.7 504 45.6 0.00283 15 3.12e+03 World hIoni + 89 -47.3 18.8 528 45.6 0.00498 24.1 3.14e+03 World hIoni + 90 -47.3 18.8 537 45.6 0.000894 9.53 3.15e+03 World hIoni + 91 -47.5 19 569 45.6 0.00728 31.3 3.18e+03 World hIoni + 92 -47.7 19.1 595 45.6 0.00801 26.8 3.21e+03 World hIoni + 93 -48.2 19.6 688 45.6 0.018 92.7 3.3e+03 World hIoni + 94 -49.2 20.3 818 45.5 0.0249 130 3.43e+03 World hIoni + 95 -49.5 20.5 862 45.5 0.01 44.4 3.47e+03 World hIoni + 96 -49.6 20.6 875 45.5 0.00136 12.2 3.49e+03 World hIoni + 97 -49.8 20.8 916 45.5 0.00931 41.2 3.53e+03 World hIoni + 98 -49.9 20.8 931 45.5 0.00211 15.6 3.54e+03 World hIoni + 99 -50 20.9 939 45.5 0.00185 7.71 3.55e+03 World hIoni + 100 -50.2 21 972 45.5 0.00695 33.3 3.59e+03 World hIoni + 101 -50.3 21.1 988 45.5 0.00256 16 3.6e+03 World hIoni + 102 -50.3 21.1 995 45.5 0.000333 6.11 3.61e+03 World hIoni + 103 -50.4 21.2 1e+03 45.5 0.00256 9.73 3.62e+03 World hIoni + 104 -50.7 21.5 1.05e+03 45.5 0.009 48.4 3.67e+03 World hIoni + 105 -50.7 21.5 1.05e+03 45.5 0.000156 1.56 3.67e+03 World hIoni + 106 -50.9 21.7 1.09e+03 45.5 0.00839 31.1 3.7e+03 World hIoni + 107 -51 21.8 1.1e+03 45.5 0.00252 17 3.71e+03 World hIoni + 108 -51.1 21.9 1.12e+03 45.5 0.00362 16.7 3.73e+03 World hIoni + 109 -51.3 22.1 1.16e+03 45.4 0.0073 40.6 3.77e+03 World hIoni + 110 -51.4 22.1 1.17e+03 45.4 0.00336 10.9 3.78e+03 World hIoni + 111 -51.5 22.2 1.18e+03 45.4 0.00112 6.21 3.79e+03 World hIoni + 112 -51.6 22.3 1.19e+03 45.4 0.00374 17.2 3.81e+03 World hIoni + 113 -52.7 23.2 1.35e+03 45.4 0.0254 158 3.96e+03 World hIoni + 114 -52.8 23.2 1.36e+03 45.4 0.00117 5.3 3.97e+03 World hIoni + 115 -53.1 23.4 1.4e+03 45.4 0.0107 39.8 4.01e+03 World hIoni + 116 -53.2 23.5 1.41e+03 45.4 0.00308 16.8 4.03e+03 World hIoni + 117 -53.6 23.8 1.48e+03 45.4 0.0115 62.3 4.09e+03 World hIoni + 118 -53.9 24 1.51e+03 45.4 0.00576 29.6 4.12e+03 World hIoni + 119 -54.2 24.3 1.56e+03 45.3 0.00895 57 4.18e+03 World hIoni + 120 -54.3 24.4 1.57e+03 45.3 0.00179 10.1 4.19e+03 World hIoni + 121 -54.3 24.4 1.57e+03 45.3 6.02e-05 0.246 4.19e+03 World hIoni + 122 -54.5 24.5 1.6e+03 45.3 0.00304 27.3 4.21e+03 World hIoni + 123 -55.4 25 1.7e+03 45.3 0.0168 99.3 4.31e+03 World hIoni + 124 -57.4 24.9 1.82e+03 45.3 0.0226 116 4.43e+03 World hIoni + 125 -57.7 24.9 1.84e+03 45.3 0.00337 20.2 4.45e+03 World hIoni + 126 -59.9 25.1 1.95e+03 45.3 0.0228 118 4.57e+03 World hIoni + 127 -60.8 25.2 2e+03 45.2 0.0112 49.4 4.62e+03 World hIoni + 128 -61.1 25.2 2.02e+03 45.2 0.00256 15.9 4.63e+03 World hIoni + 129 -61.5 25.2 2.04e+03 45.2 0.00402 24.9 4.66e+03 World hIoni + 130 -64.6 25.5 2.23e+03 45.2 0.0317 181 4.84e+03 World hIoni + 131 -65 25.6 2.24e+03 45.2 0.00318 19.3 4.86e+03 World hIoni + 132 -65.1 25.6 2.25e+03 45.2 0.000989 4.33 4.86e+03 World hIoni + 133 -65.4 25.7 2.26e+03 45.2 0.00368 15.9 4.88e+03 World hIoni + 134 -65.6 25.7 2.28e+03 45.1 0.00263 13.1 4.89e+03 World hIoni + 135 -66 25.7 2.3e+03 45.1 0.00252 17.4 4.91e+03 World hIoni + 136 -66.1 25.8 2.3e+03 45.1 0.000439 5.02 4.91e+03 World hIoni + 137 -66.8 25.9 2.34e+03 45.1 0.0108 40.9 4.95e+03 World hIoni + 138 -67.3 25.9 2.37e+03 45.1 0.0041 24.1 4.98e+03 World hIoni + 139 -67.6 26 2.39e+03 45.1 0.00305 19.8 5e+03 World hIoni + 140 -67.8 26 2.39e+03 45.1 0.00427 8.44 5.01e+03 World hIoni + 141 -70.1 26.4 2.52e+03 45 0.0297 127 5.13e+03 World hIoni + 142 -71.5 26.6 2.59e+03 45 0.0165 69.1 5.2e+03 World hIoni + 143 -71.7 26.6 2.6e+03 45 0.00103 10.3 5.21e+03 detectorPV CoupledTransportation + 144 -71.8 26.6 2.6e+03 39 5.97 1.97 5.21e+03 detectorPV hIoni + 145 -71.8 26.6 2.6e+03 33.9 5.16 1.56 5.22e+03 detectorPV hIoni + 146 -71.8 26.6 2.6e+03 29.3 4.6 1.25 5.22e+03 detectorPV hIoni + 147 -71.8 26.6 2.61e+03 25.2 4.13 1 5.22e+03 detectorPV hIoni + 148 -71.9 26.7 2.61e+03 21.3 3.83 0.801 5.22e+03 detectorPV hIoni + 149 -71.9 26.7 2.61e+03 18 3.35 0.638 5.22e+03 detectorPV hIoni + 150 -71.9 26.7 2.61e+03 14.9 3.05 0.511 5.22e+03 detectorPV hIoni + 151 -71.9 26.8 2.61e+03 12 2.94 0.409 5.22e+03 detectorPV hIoni + 152 -71.9 26.8 2.61e+03 9.27 2.71 0.324 5.22e+03 detectorPV hIoni + 153 -71.9 26.8 2.61e+03 6.41 2.87 0.257 5.22e+03 detectorPV hIoni + 154 -71.9 26.8 2.61e+03 3.41 2.99 0.191 5.22e+03 detectorPV hIoni + 155 -72 26.8 2.61e+03 0 3.41 0.101 5.22e+03 detectorPV hIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 120, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47 82.6 2.08e+03 0.00209 0 0 0 World initStep - 1 -46.8 82.8 2.08e+03 0 0.00209 0.86 0.86 World eIoni + 0 -71.5 26.6 2.59e+03 0.00104 0 0 0 World initStep + 1 -71.5 26.7 2.59e+03 0 0.00104 0.298 0.298 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 119, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.9 82.5 2.07e+03 0.00524 0 0 0 World initStep - 1 -45.6 81.7 2.07e+03 0.00341 0.00183 2.23 2.23 World eIoni - 2 -44.9 81.4 2.07e+03 0.00177 0.00164 1.57 3.8 World eIoni - 3 -45.1 81.3 2.07e+03 0 0.00177 0.661 4.46 World eIoni + 0 -70.1 26.4 2.52e+03 0.002 0 0 0 World initStep + 1 -70.1 26.7 2.52e+03 0 0.002 0.8 0.8 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 118, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.6 82.3 2.06e+03 0.00162 0 0 0 World initStep - 1 -46.3 82.3 2.06e+03 0 0.00162 0.574 0.574 World eIoni + 0 -67.8 26 2.39e+03 0.0023 0 0 0 World initStep + 1 -67.5 26.3 2.39e+03 0 0.0023 1 1 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.3 82.2 2.04e+03 0.0059 0 0 0 World initStep - 1 -46.8 81.9 2.04e+03 0.00587 3.36e-05 0.587 0.587 World msc - 2 -47.2 81.6 2.04e+03 0.00561 0.000257 0.522 1.11 World msc - 3 -47.5 81.3 2.04e+03 0.00529 0.000321 0.478 1.59 World msc - 4 -47.9 81.1 2.04e+03 0.00497 0.00032 0.605 2.19 World msc - 5 -48.3 80.9 2.04e+03 0.00439 0.000579 0.723 2.91 World msc - 6 -49.1 80.3 2.04e+03 0.00338 0.00101 1.01 3.93 World msc - 7 -49.8 80.1 2.04e+03 0.00112 0.00226 1.56 5.49 World eIoni - 8 -49.9 80 2.04e+03 0 0.00112 0.332 5.82 World eIoni + 0 -67.6 26 2.39e+03 0.00138 0 0 0 World initStep + 1 -67.6 26.1 2.39e+03 0 0.00138 0.45 0.45 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.2 82.1 2.04e+03 0.00115 0 0 0 World initStep - 1 -46.1 82 2.04e+03 0 0.00115 0.347 0.347 World eIoni + 0 -67.3 25.9 2.37e+03 0.00141 0 0 0 World initStep + 1 -67.1 25.9 2.37e+03 0 0.00141 0.466 0.466 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.2 82.1 2.03e+03 0.00133 0 0 0 World initStep - 1 -46.1 82 2.03e+03 0 0.00133 0.427 0.427 World eIoni + 0 -66.8 25.9 2.34e+03 0.00145 0 0 0 World initStep + 1 -66.6 25.9 2.34e+03 0 0.00145 0.489 0.489 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.5 81.8 2e+03 0.00173 0 0 0 World initStep - 1 -45.2 81.6 2e+03 0 0.00173 0.638 0.638 World eIoni + 0 -66.1 25.8 2.3e+03 0.00314 0 0 0 World initStep + 1 -65.6 25.2 2.3e+03 0 0.00314 1.46 1.46 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.7 81.7 1.95e+03 0.0094 0 0 0 World initStep - 1 -48 81 1.95e+03 0.00723 0.00217 3.89 3.89 World eIoni - 2 -50.1 79.7 1.95e+03 0.00662 0.000613 2.96 6.84 World eIoni - 3 -49.8 78.9 1.96e+03 0.00606 0.000557 1.85 8.69 World msc - 4 -50.5 79.2 1.96e+03 0.00452 0.00154 1.99 10.7 World msc - 5 -51.1 79.6 1.96e+03 0.00366 0.000859 1.98 12.7 World eIoni - 6 -51.9 80.1 1.96e+03 0.0022 0.00146 1.67 14.3 World eIoni - 7 -52 80.4 1.96e+03 0 0.0022 0.932 15.3 World eIoni + 0 -65.6 25.7 2.28e+03 0.0784 0 0 0 World initStep + 1 -99.5 29.5 2.34e+03 0.0712 0.00494 75.8 75.8 World eIoni + 2 -145 32.5 2.35e+03 0.0622 0.00768 51.1 127 World eIoni + 3 -203 55.2 2.37e+03 0.0549 0.00734 76 203 World eIoni + 4 -256 58.9 2.39e+03 0.0463 0.00858 60.9 264 World eIoni + 5 -275 52.9 2.39e+03 0.0447 0.00158 21.6 286 OutOfWorld CoupledTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 113 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -145 32.5 2.35e+03 0.00133 0 0 0 World initStep + 1 -145 32.6 2.35e+03 0 0.00133 0.426 0.426 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 113 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -99.5 29.5 2.34e+03 0.00219 0 0 0 World initStep + 1 -99.4 29.6 2.34e+03 0 0.00219 0.926 0.926 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.9 81.6 1.85e+03 0.0131 0 0 0 World initStep - 1 -40.2 81.9 1.85e+03 0.011 0.00209 4.16 4.16 World msc - 2 -37 81.9 1.86e+03 0.0102 0.000856 3.46 7.61 World msc - 3 -33.2 82 1.85e+03 0.00846 0.00173 4.27 11.9 World eIoni - 4 -31 84.2 1.85e+03 0.00653 0.00193 3.47 15.4 World eIoni - 5 -30.4 84.9 1.85e+03 0.0039 0.000794 1.06 16.4 World eIoni - 6 -29.9 85 1.85e+03 0.00213 0.00177 1.76 18.2 World eIoni - 7 -29.9 84.9 1.85e+03 0 0.00213 0.887 19.1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 112 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.4 84.9 1.85e+03 0.00184 0 0 0 World initStep - 1 -30.1 84.9 1.85e+03 0 0.00184 0.701 0.701 World eIoni + 0 -65.4 25.7 2.26e+03 0.00276 0 0 0 World initStep + 1 -65.7 26.1 2.26e+03 0.00168 0.00109 1.28 1.28 World eIoni + 2 -65.6 26.1 2.27e+03 0 0.00168 0.607 1.89 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.6 81.6 1.83e+03 0.00115 0 0 0 World initStep - 1 -42.5 81.5 1.83e+03 0 0.00115 0.343 0.343 World eIoni + 0 -65.1 25.6 2.25e+03 0.00108 0 0 0 World initStep + 1 -65.1 25.5 2.25e+03 0 0.00108 0.316 0.316 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.6 81.6 1.83e+03 0.00122 0 0 0 World initStep - 1 -42.5 81.6 1.83e+03 0 0.00122 0.379 0.379 World eIoni + 0 -65 25.6 2.24e+03 0.00361 0 0 0 World initStep + 1 -64.7 24.8 2.24e+03 0.00181 0.0018 1.65 1.65 World eIoni + 2 -64.4 24.7 2.24e+03 0 0.00181 0.684 2.34 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.4 81.6 1.82e+03 0.0175 0 0 0 World initStep - 1 -37.2 86.9 1.82e+03 0.0135 0.00274 8.03 8.03 World eIoni - 2 -31.5 86.8 1.82e+03 0.012 0.00147 6.14 14.2 World eIoni - 3 -27.2 88.8 1.82e+03 0.0102 0.00183 5.26 19.4 World eIoni - 4 -24.5 90.5 1.82e+03 0.00888 0.00134 4.29 23.7 World eIoni - 5 -22 91.2 1.82e+03 0.00627 0.00261 3.65 27.4 World eIoni - 6 -20.9 91.7 1.82e+03 0.00403 0.00224 2.59 30 World eIoni - 7 -20.5 92.5 1.82e+03 0.00297 0.00106 1.81 31.8 World eIoni - 8 -20.1 92.8 1.82e+03 0 0.00297 1.38 33.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 109 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.2 86.9 1.82e+03 0.0012 0 0 0 World initStep - 1 -37.2 87 1.82e+03 0 0.0012 0.367 0.367 World eIoni + 0 -64.6 25.5 2.23e+03 0.00104 0 0 0 World initStep + 1 -64.8 25.5 2.23e+03 0 0.00104 0.298 0.298 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.8 81.4 1.79e+03 0.00109 0 0 0 World initStep - 1 -41.8 81.3 1.79e+03 0 0.00109 0.321 0.321 World eIoni + 0 -61.5 25.2 2.04e+03 0.00436 0 0 0 World initStep + 1 -61.2 26.3 2.04e+03 0.00194 0.00242 1.93 1.93 World eIoni + 2 -60.9 26.5 2.04e+03 0 0.00194 0.761 2.69 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.7 81.4 1.79e+03 0.00115 0 0 0 World initStep - 1 -41.7 81.5 1.79e+03 0 0.00115 0.346 0.346 World eIoni + 0 -61.1 25.2 2.02e+03 0.00302 0 0 0 World initStep + 1 -61.1 24.6 2.02e+03 0 0.00302 1.41 1.41 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.9 81.1 1.75e+03 0.00199 0 0 0 World initStep - 1 -40.6 80.9 1.75e+03 0 0.00199 0.795 0.795 World eIoni + 0 -60.8 25.2 2e+03 0.00143 0 0 0 World initStep + 1 -60.8 25.4 2e+03 0 0.00143 0.476 0.476 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.1 80.5 1.67e+03 0.00204 0 0 0 World initStep - 1 -38.8 80.5 1.67e+03 0 0.00204 0.827 0.827 World eIoni + 0 -59.9 25.1 1.95e+03 0.00807 0 0 0 World initStep + 1 -57.5 24.9 1.95e+03 0.00668 0.0014 3.3 3.3 World eIoni + 2 -57.4 26.3 1.95e+03 0.00512 0.00156 2.74 6.04 World eIoni + 3 -57.3 26.6 1.95e+03 0.00352 0.00159 2.19 8.23 World eIoni + 4 -58 26.8 1.95e+03 0.00171 0.00182 1.62 9.85 World eIoni + 5 -58.2 26.8 1.95e+03 0 0.00171 0.624 10.5 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.2 79.9 1.58e+03 0.00142 0 0 0 World initStep - 1 -37.1 80.1 1.58e+03 0 0.00142 0.471 0.471 World eIoni + 0 -57.7 24.9 1.84e+03 0.00117 0 0 0 World initStep + 1 -57.6 25 1.84e+03 0 0.00117 0.352 0.352 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.5 79 1.46e+03 0.00176 0 0 0 World initStep - 1 -34.6 78.8 1.46e+03 0 0.00176 0.652 0.652 World eIoni + 0 -57.4 24.9 1.82e+03 0.00355 0 0 0 World initStep + 1 -56.9 25.6 1.82e+03 0.00145 0.0021 1.63 1.63 World eIoni + 2 -56.8 25.7 1.82e+03 0 0.00145 0.486 2.12 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.1 78.8 1.44e+03 0.00106 0 0 0 World initStep - 1 -34.1 78.7 1.44e+03 0 0.00106 0.307 0.307 World eIoni + 0 -55.4 25 1.7e+03 0.00113 0 0 0 World initStep + 1 -55.3 25 1.7e+03 0 0.00113 0.337 0.337 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 78.7 1.43e+03 0.00875 0 0 0 World initStep - 1 -35.4 80.9 1.43e+03 0.00743 0.00133 3.59 3.59 World eIoni - 2 -36 82.2 1.44e+03 0.00563 0.0018 3.03 6.63 World eIoni - 3 -36.3 83.7 1.44e+03 0.0031 0.00253 2.36 8.99 World eIoni - 4 -35.8 83.7 1.44e+03 0.00162 0.00148 1.17 10.2 World eIoni - 5 -35.7 83.6 1.44e+03 0 0.00162 0.576 10.7 World eIoni + 0 -54.5 24.5 1.6e+03 0.00114 0 0 0 World initStep + 1 -54.4 24.6 1.6e+03 0 0.00114 0.339 0.339 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.9 78.4 1.39e+03 0.00105 0 0 0 World initStep - 1 -32.8 78.4 1.39e+03 0 0.00105 0.302 0.302 World eIoni + 0 -54.3 24.4 1.57e+03 0.0035 0 0 0 World initStep + 1 -53.9 25.1 1.57e+03 0.0016 0.0019 1.61 1.61 World eIoni + 2 -53.7 25.1 1.57e+03 0 0.0016 0.567 2.18 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.8 78.4 1.39e+03 0.0067 0 0 0 World initStep - 1 -33.8 80 1.39e+03 0.00315 0.00355 2.75 2.75 World eIoni - 2 -33.6 80.6 1.39e+03 0.00117 0.00198 1.47 4.22 World eIoni - 3 -33.5 80.7 1.39e+03 0 0.00117 0.352 4.57 World eIoni + 0 -54.3 24.4 1.57e+03 0.00178 0 0 0 World initStep + 1 -54.4 24.1 1.57e+03 0 0.00178 0.669 0.669 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.2 78.2 1.36e+03 0.00983 0 0 0 World initStep - 1 -33 81.2 1.36e+03 0.00869 0.00115 4.1 4.1 World eIoni - 2 -35.5 80.6 1.36e+03 0.00539 0.0033 3.56 7.66 World eIoni - 3 -36.6 79.4 1.36e+03 0.00291 0.00248 2.28 9.94 World eIoni - 4 -37 79.7 1.36e+03 0.00121 0.0017 1.36 11.3 World eIoni - 5 -37 79.7 1.36e+03 0 0.00121 0.372 11.7 World eIoni + 0 -54.2 24.3 1.56e+03 0.00126 0 0 0 World initStep + 1 -54.4 24.3 1.56e+03 0 0.00126 0.395 0.395 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.7 77.6 1.29e+03 0.00111 0 0 0 World initStep - 1 -30.7 77.5 1.29e+03 0 0.00111 0.328 0.328 World eIoni + 0 -53.9 24 1.51e+03 0.00684 0 0 0 World initStep + 1 -54.4 25.9 1.51e+03 0.00499 0.00184 2.8 2.8 World eIoni + 2 -54.4 26.9 1.51e+03 0.00313 0.00187 2.14 4.95 World eIoni + 3 -54.9 27.3 1.51e+03 0.0021 0.00103 1.46 6.41 World eIoni + 4 -54.7 27.4 1.51e+03 0 0.0021 0.863 7.27 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.4 77.5 1.28e+03 0.00116 0 0 0 World initStep - 1 -30.4 77.4 1.28e+03 0 0.00116 0.35 0.35 World eIoni + 0 -53.6 23.8 1.48e+03 0.00107 0 0 0 World initStep + 1 -53.7 23.9 1.48e+03 0 0.00107 0.309 0.309 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.9 76.5 1.12e+03 0.00358 0 0 0 World initStep - 1 -27.6 76 1.12e+03 0.00101 0.00257 1.64 1.64 World eIoni - 2 -27.5 76 1.12e+03 0 0.00101 0.284 1.93 World eIoni + 0 -52.8 23.2 1.36e+03 0.00333 0 0 0 World initStep + 1 -53 23.9 1.36e+03 0.00219 0.00114 1.54 1.54 World eIoni + 2 -52.8 23.9 1.36e+03 0 0.00219 0.924 2.47 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.6 76.1 1.07e+03 0.00145 0 0 0 World initStep - 1 -25.4 76.2 1.07e+03 0 0.00145 0.485 0.485 World eIoni + 0 -52.7 23.2 1.35e+03 0.00112 0 0 0 World initStep + 1 -52.8 23.2 1.35e+03 0 0.00112 0.332 0.332 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.5 76.1 1.06e+03 0.00275 0 0 0 World initStep - 1 -25.1 75.7 1.06e+03 0.00113 0.00162 1.28 1.28 World eIoni - 2 -25.1 75.7 1.06e+03 0 0.00113 0.337 1.61 World eIoni + 0 -51.6 22.3 1.19e+03 0.00312 0 0 0 World initStep + 1 -51.1 21.8 1.19e+03 0 0.00312 1.45 1.45 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.8 75.2 950 0.0092 0 0 0 World initStep - 1 -21.2 74.2 952 0.00774 0.00147 3.02 3.02 World msc - 2 -20.5 73.3 953 0.00645 0.00129 2.07 5.09 World msc - 3 -19.7 71.9 954 0.00541 0.00104 1.74 6.82 World msc - 4 -19.4 70.6 952 0.00367 0.00175 2.04 8.86 World msc - 5 -19.1 69.8 952 0 0.00367 1.68 10.5 World eIoni + 0 -51.5 22.2 1.18e+03 0.00259 0 0 0 World initStep + 1 -51.6 21.7 1.18e+03 0 0.00259 1.19 1.19 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.9 74.9 912 0.00156 0 0 0 World initStep - 1 -21.8 74.7 912 0 0.00156 0.544 0.544 World eIoni + 0 -51.4 22.1 1.17e+03 0.00376 0 0 0 World initStep + 1 -51.4 23 1.17e+03 0.00213 0.00163 1.71 1.71 World eIoni + 2 -51.2 23 1.17e+03 0 0.00213 0.883 2.59 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.9 74.6 868 0.0015 0 0 0 World initStep - 1 -20.8 74.7 868 0 0.0015 0.514 0.514 World eIoni + 0 -51.3 22.1 1.16e+03 0.00115 0 0 0 World initStep + 1 -51.5 22 1.16e+03 0 0.00115 0.347 0.347 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.6 74.5 854 0.0019 0 0 0 World initStep - 1 -20.9 74.6 854 0 0.0019 0.74 0.74 World eIoni + 0 -51.1 21.9 1.12e+03 0.00217 0 0 0 World initStep + 1 -50.9 22.2 1.12e+03 0 0.00217 0.909 0.909 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 74.4 845 0.00502 0 0 0 World initStep - 1 -19.2 75.1 845 0.00272 0.0023 2.15 2.15 World eIoni - 2 -19.2 75.4 846 0 0.00272 1.26 3.41 World eIoni + 0 -51 21.8 1.1e+03 0.00114 0 0 0 World initStep + 1 -51 21.6 1.1e+03 0 0.00114 0.342 0.342 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.7 74.2 814 0.00455 0 0 0 World initStep - 1 -20.5 73.3 814 0.00293 0.00162 1.99 1.99 World eIoni - 2 -20.3 72.8 814 0.00187 0.00106 1.36 3.35 World eIoni - 3 -20.1 72.9 813 0 0.00187 0.721 4.08 World eIoni + 0 -50.9 21.7 1.09e+03 0.0014 0 0 0 World initStep + 1 -50.8 21.5 1.09e+03 0 0.0014 0.461 0.461 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.7 73.8 772 0.00174 0 0 0 World initStep - 1 -18.7 74.1 772 0 0.00174 0.645 0.645 World eIoni + 0 -50.7 21.5 1.05e+03 0.002 0 0 0 World initStep + 1 -50.8 21.2 1.05e+03 0 0.002 0.797 0.797 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.6 73.8 764 0.00293 0 0 0 World initStep - 1 -18 73.9 764 0 0.00293 1.37 1.37 World eIoni + 0 -50.7 21.5 1.05e+03 0.00138 0 0 0 World initStep + 1 -50.8 21.4 1.05e+03 0 0.00138 0.454 0.454 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.8 73.5 730 0.00136 0 0 0 World initStep - 1 -17.7 73.4 730 0 0.00136 0.442 0.442 World eIoni + 0 -50.4 21.2 1e+03 0.00198 0 0 0 World initStep + 1 -50.5 20.9 1e+03 0 0.00198 0.785 0.785 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.2 72.5 597 0.00289 0 0 0 World initStep - 1 -14.6 72.3 597 0.00189 0.001 1.34 1.34 World eIoni - 2 -14.7 72.2 597 0 0.00189 0.73 2.07 World eIoni + 0 -50.3 21.1 995 0.00148 0 0 0 World initStep + 1 -50.1 21.2 995 0 0.00148 0.5 0.5 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15 72.4 588 0.00195 0 0 0 World initStep - 1 -15.3 72.5 588 0 0.00195 0.767 0.767 World eIoni + 0 -50.3 21.1 988 0.00405 0 0 0 World initStep + 1 -51.3 21.2 989 0.00223 0.00182 1.82 1.82 World eIoni + 2 -51.6 21.1 988 0 0.00223 0.953 2.77 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.3 72.1 554 0.00532 0 0 0 World initStep - 1 -15.7 72.6 555 0.00273 0.00258 2.25 2.25 World eIoni - 2 -15.3 72.4 555 0 0.00273 1.27 3.52 World eIoni + 0 -50.2 21 972 0.00171 0 0 0 World initStep + 1 -49.9 21.1 972 0 0.00171 0.625 0.625 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.5 71.8 512 0.00233 0 0 0 World initStep - 1 -13.2 72.1 512 0 0.00233 1.02 1.02 World eIoni + 0 -50 20.9 939 0.00224 0 0 0 World initStep + 1 -50.3 20.7 939 0 0.00224 0.962 0.962 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.6 71.4 468 0.00146 0 0 0 World initStep - 1 -12.6 71.2 468 0 0.00146 0.492 0.492 World eIoni + 0 -49.9 20.8 931 0.00111 0 0 0 World initStep + 1 -49.9 20.7 931 0 0.00111 0.329 0.329 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.4 71.3 456 0.00142 0 0 0 World initStep - 1 -12.5 71.4 456 0 0.00142 0.472 0.472 World eIoni + 0 -49.8 20.8 916 0.00566 0 0 0 World initStep + 1 -50.4 22.2 916 0.00426 0.0014 2.38 2.38 World eIoni + 2 -51.5 22.2 916 0.00289 0.00137 1.89 4.27 World eIoni + 3 -51.6 22.7 916 0.00119 0.0017 1.35 5.62 World eIoni + 4 -51.6 22.7 916 0 0.00119 0.363 5.98 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.3 71.3 452 0.00213 0 0 0 World initStep - 1 -12 71.4 452 0 0.00213 0.886 0.886 World eIoni + 0 -49.6 20.6 875 0.00201 0 0 0 World initStep + 1 -49.3 20.8 875 0 0.00201 0.808 0.808 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12 71.1 437 0.00166 0 0 0 World initStep - 1 -12.1 70.9 437 0 0.00166 0.597 0.597 World eIoni + 0 -49.5 20.5 862 0.00107 0 0 0 World initStep + 1 -49.6 20.6 862 0 0.00107 0.313 0.313 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.9 71.1 430 0.00128 0 0 0 World initStep - 1 -11.9 70.9 430 0 0.00128 0.406 0.406 World eIoni + 0 -49.2 20.3 818 0.0015 0 0 0 World initStep + 1 -49 20.2 818 0 0.0015 0.51 0.51 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.8 71.1 426 0.00117 0 0 0 World initStep - 1 -11.7 71 426 0 0.00117 0.352 0.352 World eIoni + 0 -48.2 19.6 688 0.00123 0 0 0 World initStep + 1 -48.2 19.7 688 0 0.00123 0.38 0.38 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.7 71 421 0.00316 0 0 0 World initStep - 1 -11.7 70.3 421 0 0.00316 1.47 1.47 World eIoni + 0 -47.7 19.1 595 0.00166 0 0 0 World initStep + 1 -47.9 19 595 0 0.00166 0.598 0.598 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.8 70.7 375 0.0281 0 0 0 World initStep - 1 5.58 68.4 381 0.0248 0.0033 19.2 19.2 World eIoni - 2 5.66 68.3 381 0.0228 9.17e-05 0.103 19.3 World eIoni - 3 10 60.4 390 0.0205 0.00235 13.6 32.8 World eIoni - 4 7.85 63.1 400 0.0173 0.00319 11.4 44.2 World eIoni - 5 3.21 63.2 406 0.0152 0.0021 8.77 53 World eIoni - 6 0.648 59.5 411 0.0128 0.0024 7.24 60.2 World eIoni - 7 1.79 55.5 415 0.0108 0.00195 5.7 65.9 World eIoni - 8 5.38 54.6 415 0.00829 0.00255 4.61 70.5 World eIoni - 9 5.07 53.9 412 0.00577 0.00252 3.39 73.9 World eIoni - 10 4.06 53.4 411 0.00292 0.00285 2.41 76.3 World eIoni - 11 3.5 53.3 411 0 0.00292 1.36 77.7 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.66 68.3 381 0.00191 0 0 0 World initStep - 1 5.86 68.6 381 0 0.00191 0.745 0.745 World eIoni + 0 -47.5 19 569 0.00142 0 0 0 World initStep + 1 -47.6 18.8 569 0 0.00142 0.473 0.473 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.4 70.5 352 0.001 0 0 0 World initStep - 1 -10.4 70.6 352 0 0.001 0.284 0.284 World eIoni + 0 -47.3 18.8 537 0.00157 0 0 0 World initStep + 1 -47.1 18.7 537 0 0.00157 0.551 0.551 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.41 69.7 254 0.00218 0 0 0 World initStep - 1 -8.77 69.6 254 0 0.00218 0.92 0.92 World eIoni + 0 -47 18.6 489 0.00425 0 0 0 World initStep + 1 -46.3 19.5 489 0.00242 0.00183 1.89 1.89 World eIoni + 2 -46.5 19.7 489 0 0.00242 1.08 2.97 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.04 69.5 235 0.00198 0 0 0 World initStep - 1 -8.31 69.7 235 0 0.00198 0.786 0.786 World eIoni + 0 -46.5 18.2 410 0.00181 0 0 0 World initStep + 1 -46.3 18 410 0 0.00181 0.684 0.684 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.93 69.1 182 0.00119 0 0 0 World initStep - 1 -7 69.2 182 0 0.00119 0.362 0.362 World eIoni + 0 -46.4 18.1 386 0.00103 0 0 0 World initStep + 1 -46.4 18.2 386 0 0.00103 0.294 0.294 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.92 69.1 181 0.00102 0 0 0 World initStep - 1 -6.82 69.1 181 0 0.00102 0.291 0.291 World eIoni + 0 -46.2 17.9 350 0.0311 0 0 0 World initStep + 1 -43.4 10.5 358 0.0298 0.00126 11 11 World eIoni + 2 -43.3 10.3 358 0.0298 0 0.255 11.2 World eIoni + 3 -38.1 -1.44 373 0.0273 0.00252 21.2 32.4 World eIoni + 4 -30.7 -5.64 381 0.0242 0.00162 12.5 44.9 World eIoni + 5 -26.6 -9.55 393 0.0217 0.00254 14.9 59.8 World eIoni + 6 -27.6 -10.9 404 0.0193 0.00235 12.5 72.3 World eIoni + 7 -30.9 -15.8 409 0.0159 0.00221 8.42 80.7 World eIoni + 8 -32.2 -19.2 415 0.0128 0.00317 7.77 88.5 World eIoni + 9 -34 -21.2 420 0.0106 0.00217 5.69 94.2 World eIoni + 10 -34.6 -24 423 0.00906 0.00153 4.48 98.6 World eIoni + 11 -36.2 -27 423 0.00766 0.0014 3.74 102 World eIoni + 12 -36.6 -29.3 423 0.00607 0.00159 3.13 106 World eIoni + 13 -36.5 -30.7 424 0.00514 0.000938 2.52 108 World eIoni + 14 -35.5 -29.7 424 0.00315 0.00198 2.19 110 World eIoni + 15 -34.8 -29.7 424 0 0.00315 1.47 112 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 67 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.9 -15.8 409 0.00119 0 0 0 World initStep + 1 -30.8 -15.8 409 0 0.00119 0.362 0.362 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 67 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.7 -5.64 381 0.00147 0 0 0 World initStep + 1 -30.8 -5.78 381 0 0.00147 0.495 0.495 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.34 68.8 152 0.00367 0 0 0 World initStep - 1 -6.31 69.7 152 0 0.00367 1.68 1.68 World eIoni + 0 -46 17.7 315 0.00133 0 0 0 World initStep + 1 -46 17.9 315 0 0.00133 0.429 0.429 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.48 67.8 57.6 0.00311 0 0 0 World initStep - 1 -5.14 67.6 57.7 0.00114 0.00197 1.45 1.45 World eIoni - 2 -5.12 67.5 57.6 0 0.00114 0.34 1.79 World eIoni + 0 -45.5 17.1 207 0.00118 0 0 0 World initStep + 1 -45.5 17 207 0 0.00118 0.359 0.359 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.28 67.7 47.4 0.00373 0 0 0 World initStep - 1 -3.78 67 47.7 0.00238 0.00134 1.7 1.7 World eIoni - 2 -3.78 67.3 48 0 0.00238 1.06 2.76 World eIoni + 0 -45.3 16.9 179 0.00174 0 0 0 World initStep + 1 -45.5 16.7 179 0 0.00174 0.644 0.644 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.74 67.4 6.81 0.00194 0 0 0 World initStep - 1 -3.64 67.1 6.85 0 0.00194 0.765 0.765 World eIoni + 0 -45.3 16.7 154 0.00238 0 0 0 World initStep + 1 -45.1 17 154 0 0.00238 1.05 1.05 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.79 67.4 -70.7 0.00288 0 0 0 World initStep - 1 -3.2 67.4 -70.6 0 0.00288 1.34 1.34 World eIoni + 0 -45.4 16.6 145 0.00332 0 0 0 World initStep + 1 -44.8 16.1 145 0 0.00332 1.54 1.54 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.8 67.4 -79.7 0.00262 0 0 0 World initStep - 1 -4.25 67.2 -79.6 0 0.00262 1.2 1.2 World eIoni + 0 -45.6 16.1 94.6 0.00145 0 0 0 World initStep + 1 -45.5 16.3 94.7 0 0.00145 0.485 0.485 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.85 67.5 -122 0.0016 0 0 0 World initStep - 1 -3.94 67.7 -122 0 0.0016 0.568 0.568 World eIoni + 0 -45.8 15.2 4.67 0.00608 0 0 0 World initStep + 1 -44 14.1 4.73 0.00357 0.00251 2.47 2.47 World msc + 2 -43.1 14.1 4.71 0.00123 0.00234 1.64 4.11 World eIoni + 3 -43 14 4.61 0 0.00123 0.383 4.49 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.91 67.5 -161 0.0457 0 0 0 World initStep - 1 -16.3 89.7 -134 0.0315 0.00611 41.4 41.4 World eIoni - 2 -30.4 103 -125 0.0295 0.00194 23.1 64.6 World eIoni - 3 -40.9 117 -117 0.0256 0.00395 20.8 85.3 World eIoni - 4 -42.5 122 -114 0.0229 0.0017 5.34 90.7 World eIoni - 5 -45.2 131 -107 0.0207 0.00216 13.6 104 World eIoni - 6 -49.8 141 -104 0.0181 0.00263 11.6 116 World eIoni - 7 -56.3 147 -103 0.0161 0.00191 9.37 125 World eIoni - 8 -62.1 150 -100 0.0133 0.00284 7.92 133 World eIoni - 9 -65.7 148 -96 0.0106 0.00267 6.01 139 World eIoni - 10 -66.2 148 -95.2 0.00921 0.000126 0.921 140 World eIoni - 11 -68.4 147 -96.6 0.00756 0.00165 3.8 144 World eIoni - 12 -70.7 147 -97 0.00645 0.00111 3.09 147 World eIoni - 13 -70.7 146 -95.1 0.00494 0.00151 2.66 150 World eIoni - 14 -71.8 147 -94.4 0.00347 0.00146 2.12 152 World eIoni - 15 -71.9 146 -93.6 0.00136 0.00212 1.6 153 World eIoni - 16 -71.8 147 -93.4 0 0.00136 0.44 154 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 59 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -66.2 148 -95.2 0.00131 0 0 0 World initStep - 1 -66.2 148 -95.1 0 0.00131 0.418 0.418 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 59 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.5 122 -114 0.00102 0 0 0 World initStep - 1 -42.6 122 -114 0 0.00102 0.292 0.292 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 59 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.3 89.7 -134 0.00808 0 0 0 World initStep - 1 -14.8 88.8 -132 0.00586 0.00222 3.3 3.3 World eIoni - 2 -16.2 87.8 -132 0.00474 0.00112 2.45 5.75 World eIoni - 3 -16.7 89 -132 0.00317 0.00157 2.06 7.81 World eIoni - 4 -16.4 89.5 -132 0.00155 0.00163 1.48 9.28 World eIoni - 5 -16.5 89.6 -132 0 0.00155 0.537 9.82 World eIoni + 0 -46 14.7 -51.7 0.0011 0 0 0 World initStep + 1 -46.1 14.6 -51.7 0 0.0011 0.324 0.324 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.93 67.5 -186 0.00186 0 0 0 World initStep - 1 -3.92 67.2 -186 0 0.00186 0.712 0.712 World eIoni + 0 -46.2 13.9 -134 0.012 0 0 0 World initStep + 1 -50.1 11.5 -132 0.00945 0.0025 5.21 5.21 World eIoni + 2 -50.2 10.8 -132 0.00615 0.000538 0.749 5.96 World eIoni + 3 -50.8 10.1 -131 0.00417 0.00197 2.55 8.51 World eIoni + 4 -50.3 9.82 -130 0.0023 0.000598 0.795 9.31 World eIoni + 5 -50.1 9.73 -130 0 0.0023 0.998 10.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -50.3 9.82 -130 0.00128 0 0 0 World initStep + 1 -50.2 9.69 -130 0 0.00128 0.404 0.404 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -50.2 10.8 -132 0.00276 0 0 0 World initStep + 1 -50.3 10.3 -132 0 0.00276 1.28 1.28 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.96 67.5 -223 0.00113 0 0 0 World initStep - 1 -3.9 67.4 -223 0 0.00113 0.336 0.336 World eIoni + 0 -46.3 13.4 -184 0.00402 0 0 0 World initStep + 1 -46.2 12.4 -184 0.00158 0.00244 1.81 1.81 World eIoni + 2 -46.4 12.3 -184 0 0.00158 0.557 2.36 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.03 67.5 -298 0.00143 0 0 0 World initStep - 1 -4 67.3 -298 0 0.00143 0.479 0.479 World eIoni + 0 -46.4 13 -221 0.00669 0 0 0 World initStep + 1 -44.6 12.2 -220 0.00592 0.000769 2.75 2.75 World eIoni + 2 -43.9 11.2 -222 0.00464 0.00128 2.47 5.22 World eIoni + 3 -43.3 11.7 -223 0.00321 0.00143 2.02 7.24 World eIoni + 4 -42.7 11.7 -222 0.00161 0.0016 1.49 8.73 World eIoni + 5 -42.7 12 -222 0 0.00161 0.571 9.31 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.06 67.5 -319 0.00113 0 0 0 World initStep - 1 -3.99 67.4 -319 0 0.00113 0.338 0.338 World eIoni + 0 -46.5 12.1 -313 0.00125 0 0 0 World initStep + 1 -46.3 12.1 -313 0 0.00125 0.391 0.391 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.08 67.5 -330 0.00246 0 0 0 World initStep - 1 -3.84 67.1 -330 0 0.00246 1.11 1.11 World eIoni + 0 -46.5 12 -320 0.00121 0 0 0 World initStep + 1 -46.4 12.1 -320 0 0.00121 0.373 0.373 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.25 67.8 -442 0.023 0 0 0 World initStep - 1 8.09 69.3 -439 0.0207 0.00227 13.7 13.7 World eIoni - 2 13.6 73.9 -447 0.0185 0.0022 11.6 25.3 World eIoni - 3 19.8 78.6 -452 0.0163 0.00223 9.73 35 World eIoni - 4 20.6 78.8 -445 0.014 0.00225 8.02 43.1 World eIoni - 5 24 80.3 -440 0.0124 0.00161 6.47 49.5 World eIoni - 6 23.4 82.1 -435 0.0108 0.00158 5.48 55 World eIoni - 7 23.6 82.9 -432 0.00903 0.00182 4.61 59.6 World eIoni - 8 23.7 80 -432 0.00844 0.000593 3.72 63.3 World eIoni - 9 24.2 77.6 -433 0.00663 0.00181 3.45 66.8 World eIoni - 10 23.6 76.3 -434 0.00459 0.00204 2.73 69.5 World eIoni - 11 22.9 76.7 -435 0.00277 0.000785 1.86 71.4 World eIoni - 12 22.9 76.3 -436 0.00101 0.00176 1.28 72.7 World eIoni - 13 23 76.2 -436 0 0.00101 0.285 72.9 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.9 76.7 -435 0.00104 0 0 0 World initStep - 1 23 76.6 -435 0 0.00104 0.299 0.299 World eIoni + 0 -46.5 11.8 -342 0.00125 0 0 0 World initStep + 1 -46.7 11.7 -342 0 0.00125 0.391 0.391 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.62 68 -587 0.00114 0 0 0 World initStep - 1 -4.75 67.9 -587 0 0.00114 0.342 0.342 World eIoni + 0 -46.7 11.4 -381 0.00159 0 0 0 World initStep + 1 -46.4 11.4 -381 0 0.00159 0.561 0.561 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.64 68 -595 0.00341 0 0 0 World initStep - 1 -4.1 68.5 -595 0 0.00341 1.58 1.58 World eIoni + 0 -46.5 10.8 -477 0.00406 0 0 0 World initStep + 1 -46 9.85 -476 0.0018 0.00226 1.82 1.82 World eIoni + 2 -46 9.66 -476 0 0.0018 0.681 2.5 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.81 68.1 -660 0.00387 0 0 0 World initStep - 1 -5.45 68.8 -660 0.00154 0.00233 1.75 1.75 World eIoni - 2 -5.48 69 -660 0 0.00154 0.533 2.28 World eIoni + 0 -45.9 10.3 -574 0.00304 0 0 0 World initStep + 1 -45.3 10 -574 0.0012 0.00184 1.42 1.42 World eIoni + 2 -45.4 9.9 -574 0 0.0012 0.369 1.79 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.9 68.1 -692 0.00267 0 0 0 World initStep - 1 -5.42 68.1 -692 0 0.00267 1.23 1.23 World eIoni + 0 -45.9 10.3 -577 0.00197 0 0 0 World initStep + 1 -45.6 10.3 -577 0 0.00197 0.784 0.784 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.92 68.1 -702 0.00369 0 0 0 World initStep - 1 -4.1 67.8 -702 0.0011 0.00259 1.69 1.69 World eIoni - 2 -4.16 67.7 -702 0 0.0011 0.323 2.01 World eIoni + 0 -45.8 10.1 -607 0.00208 0 0 0 World initStep + 1 -45.7 9.8 -607 0 0.00208 0.85 0.85 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.26 68.2 -781 0.00423 0 0 0 World initStep - 1 -4.32 67.7 -781 0.00251 0.00173 1.88 1.88 World eIoni - 2 -4.45 67.6 -780 0 0.00251 1.14 3.02 World eIoni + 0 -45.7 10.1 -616 0.00137 0 0 0 World initStep + 1 -45.8 9.96 -616 0 0.00137 0.45 0.45 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.29 68.2 -790 0.0013 0 0 0 World initStep - 1 -5.2 68.3 -790 0 0.0013 0.414 0.414 World eIoni + 0 -45.7 10 -630 0.00296 0 0 0 World initStep + 1 -45.2 9.68 -630 0 0.00296 1.38 1.38 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.48 68.2 -832 0.0102 0 0 0 World initStep - 1 -3.84 66.3 -832 0.00923 0.000999 2.67 2.67 World msc - 2 -1 64.7 -831 0.00758 0.00166 3.81 6.48 World eIoni - 3 -0.616 62.4 -831 0.00617 0.00141 3.09 9.58 World eIoni - 4 0.512 61 -831 0.00525 0.000918 2.56 12.1 World eIoni - 5 0.986 59.8 -830 0.00303 0.00222 2.23 14.4 World eIoni - 6 0.73 59.2 -830 0.00136 0.00168 1.41 15.8 World eIoni - 7 0.828 59.3 -830 0 0.00136 0.44 16.2 World eIoni + 0 -45.5 9.78 -680 0.0246 0 0 0 World initStep + 1 -37.3 5.73 -669 0.0205 0.00407 15.3 15.3 World eIoni + 2 -28.7 1.38 -664 0.0167 0.00379 11.4 26.7 World eIoni + 3 -21.4 1.35 -662 0.0148 0.00186 8.33 35 World eIoni + 4 -15.1 0.504 -663 0.0131 0.00173 7.01 42.1 World eIoni + 5 -10.2 0.142 -666 0.012 0.00113 5.9 48 World eIoni + 6 -8.93 1.48 -670 0.0106 0.00143 5.23 53.2 World eIoni + 7 -9.11 1.01 -674 0.00696 0.0036 4.46 57.7 World eIoni + 8 -9.27 0.498 -676 0.00374 0.00322 2.85 60.5 World eIoni + 9 -10 0.874 -677 0.00124 0.0025 1.71 62.2 World eIoni + 10 -10.1 1.02 -677 0 0.00124 0.387 62.6 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.52 68.2 -840 0.0025 0 0 0 World initStep - 1 -5.4 68.7 -840 0 0.0025 1.13 1.13 World eIoni + 0 -45.1 8.78 -851 0.00296 0 0 0 World initStep + 1 -45.2 8.17 -850 0.00114 0.00183 1.38 1.38 World eIoni + 2 -45.1 8.23 -850 0 0.00114 0.339 1.72 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.79 68.3 -894 0.00176 0 0 0 World initStep - 1 -5.63 68.5 -894 0 0.00176 0.656 0.656 World eIoni + 0 -44.8 8.37 -919 0.000998 0 0 0 World initStep + 1 -44.7 8.33 -919 0 0.000998 0.282 0.282 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.87 68.3 -914 0.00218 0 0 0 World initStep - 1 -6.03 68 -914 0 0.00218 0.919 0.919 World eIoni + 0 -44.5 7.95 -1e+03 0.0013 0 0 0 World initStep + 1 -44.3 8.04 -1e+03 0 0.0013 0.415 0.415 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.15 68.3 -960 0.001 0 0 0 World initStep - 1 -6.19 68.2 -960 0 0.001 0.283 0.283 World eIoni + 0 -44.3 7.69 -1.05e+03 0.0265 0 0 0 World initStep + 1 -32.4 3.17 -1.04e+03 0.0227 0.00373 17.3 17.3 World eIoni + 2 -36.1 5.41 -1.03e+03 0.0189 0.00379 13.5 30.8 World eIoni + 3 -37.4 9.09 -1.02e+03 0.0158 0.00313 10.1 40.8 World eIoni + 4 -40.6 15.3 -1.02e+03 0.0123 0.00349 7.68 48.5 World eIoni + 5 -38.6 19.9 -1.02e+03 0.0104 0.00188 5.42 53.9 World eIoni + 6 -36.3 22.6 -1.02e+03 0.00902 0.00142 4.4 58.3 World eIoni + 7 -33.5 23 -1.02e+03 0.00754 0.00148 3.71 62 World eIoni + 8 -31.5 22 -1.02e+03 0.00591 0.00163 3.08 65.1 World eIoni + 9 -30.2 21.7 -1.02e+03 0.00426 0.00165 2.46 67.6 World eIoni + 10 -30.1 20.7 -1.02e+03 0.00221 0.00205 1.89 69.5 World eIoni + 11 -29.9 20.8 -1.02e+03 0 0.00221 0.937 70.4 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.19 68.3 -966 0.00102 0 0 0 World initStep - 1 -6.26 68.3 -966 0 0.00102 0.288 0.288 World eIoni + 0 -44.3 7.67 -1.05e+03 0.00116 0 0 0 World initStep + 1 -44.2 7.77 -1.05e+03 0 0.00116 0.349 0.349 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.36 68.4 -997 0.00127 0 0 0 World initStep - 1 -6.27 68.5 -997 0 0.00127 0.401 0.401 World eIoni + 0 -44.3 7.67 -1.05e+03 0.00432 0 0 0 World initStep + 1 -44 8.74 -1.05e+03 0.00341 0.000914 1.91 1.91 World eIoni + 2 -43.7 8.36 -1.05e+03 0.0014 0.00201 1.48 3.39 World eIoni + 3 -43.5 8.33 -1.05e+03 0 0.0014 0.462 3.86 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.44 68.4 -1.01e+03 0.00179 0 0 0 World initStep - 1 -6.62 68.2 -1.01e+03 0 0.00179 0.672 0.672 World eIoni + 0 -44.2 7.5 -1.09e+03 0.00151 0 0 0 World initStep + 1 -44.1 7.3 -1.09e+03 0 0.00151 0.519 0.519 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.79 68.5 -1.06e+03 0.0011 0 0 0 World initStep - 1 -6.69 68.6 -1.06e+03 0 0.0011 0.324 0.324 World eIoni + 0 -44.1 7.31 -1.12e+03 0.00387 0 0 0 World initStep + 1 -43.3 7.24 -1.12e+03 0.00174 0.00107 1.08 1.08 World eIoni + 2 -43.2 7.12 -1.12e+03 0 0.00174 0.643 1.73 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -43.3 7.24 -1.12e+03 0.00106 0 0 0 World initStep + 1 -43.3 7.26 -1.12e+03 0 0.00106 0.306 0.306 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.99 68.5 -1.09e+03 0.00218 0 0 0 World initStep - 1 -7.04 68.2 -1.09e+03 0 0.00218 0.915 0.915 World eIoni + 0 -44.1 7.31 -1.12e+03 0.00116 0 0 0 World initStep + 1 -44 7.43 -1.12e+03 0 0.00116 0.348 0.348 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.03 68.6 -1.1e+03 0.00113 0 0 0 World initStep - 1 -7.11 68.7 -1.1e+03 0 0.00113 0.336 0.336 World eIoni + 0 -43.8 6.76 -1.21e+03 0.00109 0 0 0 World initStep + 1 -43.9 6.74 -1.21e+03 0 0.00109 0.32 0.32 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.46 68.7 -1.16e+03 0.00737 0 0 0 World initStep - 1 -7.35 70.8 -1.15e+03 0.00604 0.00132 3.01 3.01 World eIoni - 2 -7.44 72.3 -1.15e+03 0.00476 0.00128 2.51 5.52 World eIoni - 3 -7.35 73.5 -1.15e+03 0.00282 0.00194 2.06 7.58 World eIoni - 4 -7.38 73.1 -1.15e+03 0 0.00282 1.31 8.89 World eIoni + 0 -43.8 6.7 -1.22e+03 0.00146 0 0 0 World initStep + 1 -43.6 6.68 -1.22e+03 0 0.00146 0.493 0.493 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.5 68.7 -1.16e+03 0.00115 0 0 0 World initStep - 1 -7.53 68.6 -1.16e+03 0 0.00115 0.346 0.346 World eIoni + 0 -43.7 6.45 -1.27e+03 0.0128 0 0 0 World initStep + 1 -42.7 2.76 -1.27e+03 0.0114 0.00138 4.57 4.57 World eIoni + 2 -42.5 2.09 -1.27e+03 0.0112 0.00023 0.766 5.34 World eIoni + 3 -42.5 0.547 -1.26e+03 0.0109 0.000269 2.1 7.43 World eIoni + 4 -40.9 -1.8 -1.26e+03 0.00783 0.00306 4.63 12.1 World eIoni + 5 -38.6 -1.64 -1.26e+03 0.00631 0.00152 3.2 15.3 World eIoni + 6 -37 -0.829 -1.26e+03 0.00499 0.00132 2.61 17.9 World eIoni + 7 -36 -0.0141 -1.26e+03 0.00351 0.00148 2.14 20 World eIoni + 8 -35.9 -0.158 -1.26e+03 0.00178 0.00173 1.62 21.6 World eIoni + 9 -36.2 -0.182 -1.26e+03 0 0.00178 0.668 22.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.99 68.8 -1.22e+03 0.00114 0 0 0 World initStep - 1 -7.94 68.7 -1.22e+03 0 0.00114 0.339 0.339 World eIoni + 0 -43.6 6.27 -1.31e+03 0.00132 0 0 0 World initStep + 1 -43.5 6.39 -1.31e+03 0 0.00132 0.421 0.421 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.95 69 -1.34e+03 0.00164 0 0 0 World initStep - 1 -9.1 69.2 -1.34e+03 0 0.00164 0.588 0.588 World eIoni + 0 -43.5 6.15 -1.34e+03 0.00128 0 0 0 World initStep + 1 -43.7 6.06 -1.34e+03 0 0.00128 0.405 0.405 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.96 69 -1.34e+03 0.00118 0 0 0 World initStep - 1 -8.91 69.2 -1.34e+03 0 0.00118 0.359 0.359 World eIoni + 0 -43.5 6.02 -1.37e+03 0.00382 0 0 0 World initStep + 1 -43.4 5.83 -1.37e+03 0.00228 0.00155 0.244 0.244 World eIoni + 2 -43.4 5.44 -1.37e+03 0 0.00228 0.985 1.23 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.21 69.1 -1.37e+03 0.00217 0 0 0 World initStep - 1 -9.01 68.8 -1.37e+03 0 0.00217 0.914 0.914 World eIoni + 0 -43.4 5.93 -1.4e+03 0.00203 0 0 0 World initStep + 1 -43.3 5.64 -1.4e+03 0 0.00203 0.82 0.82 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.32 69.1 -1.39e+03 0.0063 0 0 0 World initStep - 1 -10.5 70.5 -1.39e+03 0.00427 0.00203 2.6 2.6 World eIoni - 2 -10.3 69.6 -1.39e+03 0.00297 0.0013 1.9 4.5 World eIoni - 3 -10.5 69.3 -1.39e+03 0.00123 0.000694 0.772 5.27 World eIoni - 4 -10.5 69.4 -1.39e+03 0 0.00123 0.38 5.65 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 69.3 -1.39e+03 0.00105 0 0 0 World initStep - 1 -10.5 69.3 -1.39e+03 0 0.00105 0.301 0.301 World eIoni + 0 -43.4 5.92 -1.4e+03 0.00194 0 0 0 World initStep + 1 -43.5 5.62 -1.4e+03 0 0.00194 0.761 0.761 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 69.4 -1.49e+03 0.00495 0 0 0 World initStep - 1 -9.03 68.6 -1.49e+03 0.00336 0.00159 2.13 2.13 World eIoni - 2 -8.98 68 -1.49e+03 0.00219 0.00117 1.55 3.68 World eIoni - 3 -8.73 67.8 -1.49e+03 0 0.00219 0.925 4.61 World eIoni + 0 -43.4 5.77 -1.43e+03 0.00252 0 0 0 World initStep + 1 -43 6.02 -1.43e+03 0 0.00252 1.14 1.14 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 69.4 -1.49e+03 0.00233 0 0 0 World initStep - 1 -10.5 69.3 -1.49e+03 0 0.00233 1.02 1.02 World eIoni + 0 -43.1 5.07 -1.59e+03 0.00319 0 0 0 World initStep + 1 -43.7 4.71 -1.59e+03 0.00161 0.00158 1.49 1.49 World eIoni + 2 -43.8 4.83 -1.59e+03 0 0.00161 0.572 2.06 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.8 70.4 -1.69e+03 0.0017 0 0 0 World initStep - 1 -11.6 70.3 -1.69e+03 0 0.0017 0.618 0.618 World eIoni + 0 -43 4.97 -1.61e+03 0.00307 0 0 0 World initStep + 1 -42.6 4.49 -1.61e+03 0.00105 0.00202 1.43 1.43 World eIoni + 2 -42.6 4.45 -1.61e+03 0 0.00105 0.305 1.74 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.9 70.5 -1.7e+03 0.00133 0 0 0 World initStep - 1 -12 70.6 -1.7e+03 0 0.00133 0.429 0.429 World eIoni + 0 -43 4.89 -1.63e+03 0.00226 0 0 0 World initStep + 1 -42.9 4.51 -1.63e+03 0 0.00226 0.973 0.973 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.2 70.6 -1.74e+03 0.00154 0 0 0 World initStep - 1 -12.3 70.8 -1.74e+03 0 0.00154 0.531 0.531 World eIoni + 0 -42.9 4.49 -1.76e+03 0.00302 0 0 0 World initStep + 1 -43.4 4.14 -1.76e+03 0.0013 0.00172 1.41 1.41 World eIoni + 2 -43.4 4.3 -1.76e+03 0 0.0013 0.414 1.82 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.2 70.5 -1.74e+03 0.00256 0 0 0 World initStep - 1 -12.6 70.2 -1.74e+03 0 0.00256 1.17 1.17 World eIoni + 0 -42.9 4.45 -1.77e+03 0.00149 0 0 0 World initStep + 1 -42.7 4.35 -1.77e+03 0 0.00149 0.509 0.509 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.6 70 -1.82e+03 0.00234 0 0 0 World initStep - 1 -12.2 69.8 -1.82e+03 0 0.00234 1.03 1.03 World eIoni + 0 -42.8 4.36 -1.8e+03 0.00138 0 0 0 World initStep + 1 -43 4.39 -1.8e+03 0 0.00138 0.451 0.451 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 69.7 -1.87e+03 0.0258 0 0 0 World initStep - 1 -24.7 76.9 -1.86e+03 0.0168 0.00164 15.4 15.4 World eIoni - 2 -26.3 82.6 -1.87e+03 0.0135 0.00326 8.36 23.8 World eIoni - 3 -31.2 85.2 -1.87e+03 0.0108 0.00275 6.13 29.9 World eIoni - 4 -33.5 87.5 -1.87e+03 0.0091 0.00166 4.56 34.5 World eIoni - 5 -33.5 87.9 -1.87e+03 0.00747 0.000133 0.481 35 World eIoni - 6 -33.2 90.5 -1.87e+03 0.00557 0.0019 3.05 38 World eIoni - 7 -33.1 92.3 -1.87e+03 0.00401 0.00156 2.34 40.4 World eIoni - 8 -33.8 92.9 -1.87e+03 0.00204 0.00196 1.8 42.2 World eIoni - 9 -33.9 93.1 -1.87e+03 0 0.00204 0.827 43 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 20 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 87.9 -1.87e+03 0.00149 0 0 0 World initStep - 1 -33.5 87.9 -1.87e+03 0 0.00149 0.51 0.51 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 20 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.7 76.9 -1.86e+03 0.00744 0 0 0 World initStep - 1 -26.9 76.9 -1.87e+03 0.00588 0.00156 3.04 3.04 World eIoni - 2 -28 77.1 -1.87e+03 0.00463 0.00125 2.45 5.49 World eIoni - 3 -27.7 76.4 -1.87e+03 0.00355 0.00108 2.02 7.51 World eIoni - 4 -28.3 75.8 -1.87e+03 0.00125 0.0023 1.63 9.14 World eIoni - 5 -28.2 75.8 -1.87e+03 0 0.00125 0.391 9.53 World eIoni + 0 -42.8 4.34 -1.81e+03 0.00228 0 0 0 World initStep + 1 -43.2 4.19 -1.81e+03 0 0.00228 0.988 0.988 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 69.6 -1.91e+03 0.00189 0 0 0 World initStep - 1 -12.8 69.4 -1.91e+03 0 0.00189 0.73 0.73 World eIoni + 0 -42.7 4.21 -1.85e+03 0.00429 0 0 0 World initStep + 1 -41.8 3.6 -1.85e+03 0.00174 0.00255 1.9 1.9 World eIoni + 2 -41.9 3.83 -1.85e+03 0 0.00174 0.645 2.55 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 69.6 -1.99e+03 0.00455 0 0 0 World initStep - 1 -11.5 69.5 -1.99e+03 0.00312 0.00144 1.99 1.99 World eIoni - 2 -11 69.2 -1.99e+03 0.0018 0.00132 1.45 3.44 World eIoni - 3 -11.2 69.3 -1.99e+03 0 0.0018 0.679 4.12 World eIoni + 0 -42.7 4.12 -1.89e+03 0.0359 0 0 0 World initStep + 1 -50.1 3.62 -1.88e+03 0.0328 0.0019 11.9 11.9 World eIoni + 2 -53.2 2.57 -1.88e+03 0.0305 0.000742 4.37 16.3 World eIoni + 3 -71.8 -3.34 -1.87e+03 0.026 0.00457 22 38.2 World eIoni + 4 -69 -10.2 -1.86e+03 0.0242 0.000723 10.3 48.5 World eIoni + 5 -58.6 -13.6 -1.86e+03 0.0225 0.00175 15 63.5 World eIoni + 6 -47.9 -17.7 -1.85e+03 0.0181 0.00435 13.2 76.7 World eIoni + 7 -43.2 -16.5 -1.85e+03 0.0114 0.00191 5.6 82.3 World eIoni + 8 -39.6 -13.8 -1.85e+03 0.0104 0.000997 4.91 87.2 World eIoni + 9 -38.7 -12.9 -1.85e+03 0.00806 0.000712 1.76 89 World eIoni + 10 -36.5 -12.4 -1.86e+03 0.00696 0.0011 3.29 92.3 World eIoni + 11 -36 -12.3 -1.86e+03 0.00512 0.000646 0.941 93.2 World eIoni + 12 -36.7 -13.4 -1.86e+03 0.00235 0.00277 2.19 95.4 World eIoni + 13 -36.8 -13.7 -1.86e+03 0 0.00235 1.04 96.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36 -12.3 -1.86e+03 0.00119 0 0 0 World initStep + 1 -36.1 -12.3 -1.86e+03 0 0.00119 0.363 0.363 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38.7 -12.9 -1.85e+03 0.00164 0 0 0 World initStep + 1 -38.6 -13.1 -1.85e+03 0 0.00164 0.588 0.588 World eIoni + +********************************************************************************************************* +* 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 -43.2 -16.5 -1.85e+03 0.00482 0 0 0 World initStep + 1 -43 -16.1 -1.85e+03 0.00207 0.00275 2.08 2.08 World eIoni + 2 -43.1 -16.2 -1.85e+03 0 0.00207 0.844 2.93 World eIoni + +********************************************************************************************************* +* 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 -69 -10.2 -1.86e+03 0.000996 0 0 0 World initStep + 1 -68.9 -10.1 -1.86e+03 0 0.000996 0.281 0.281 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -53.2 2.57 -1.88e+03 0.00153 0 0 0 World initStep + 1 -53.3 2.74 -1.88e+03 0 0.00153 0.526 0.526 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -50.1 3.62 -1.88e+03 0.00122 0 0 0 World initStep + 1 -50.1 3.75 -1.88e+03 0 0.00122 0.378 0.378 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 69.6 -2.04e+03 0.00111 0 0 0 World initStep - 1 -12.5 69.6 -2.04e+03 0 0.00111 0.328 0.328 World eIoni + 0 -42.7 3.89 -2.03e+03 0.00684 0 0 0 World initStep + 1 -44 5.37 -2.03e+03 0.00402 0.00282 2.81 2.81 World eIoni + 2 -43.2 5.37 -2.03e+03 0 0.00402 1.81 4.62 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 69.6 -2.1e+03 0.00167 0 0 0 World initStep - 1 -12.9 69.5 -2.1e+03 0 0.00167 0.606 0.606 World eIoni + 0 -42.7 3.88 -2.03e+03 0.0011 0 0 0 World initStep + 1 -42.8 3.94 -2.03e+03 0 0.0011 0.325 0.325 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 69.6 -2.11e+03 0.022 0 0 0 World initStep - 1 -22.6 66.9 -2.11e+03 0.0183 0.00142 11.1 11.1 World eIoni - 2 -28.2 67 -2.1e+03 0.016 0.00239 9.59 20.6 World eIoni - 3 -31.6 63.9 -2.1e+03 0.0145 0.0015 7.77 28.4 World eIoni - 4 -33.1 61 -2.09e+03 0.0122 0.00229 6.74 35.2 World eIoni - 5 -29.9 63.7 -2.09e+03 0.0111 0.00103 5.33 40.5 World eIoni - 6 -26.7 65.7 -2.09e+03 0.00894 0.00218 4.75 45.2 World eIoni - 7 -24.9 64.7 -2.09e+03 0.00704 0.0019 3.68 48.9 World eIoni - 8 -24.7 64.5 -2.09e+03 0.00497 0.000842 0.978 49.9 World eIoni - 9 -26.1 64.2 -2.09e+03 0.00276 0.00221 2.13 52 World eIoni - 10 -26.5 64.2 -2.09e+03 0 0.00276 1.28 53.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.7 64.5 -2.09e+03 0.00123 0 0 0 World initStep - 1 -24.6 64.4 -2.09e+03 0 0.00123 0.382 0.382 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.6 66.9 -2.11e+03 0.00222 0 0 0 World initStep - 1 -22.8 66.7 -2.11e+03 0 0.00222 0.942 0.942 World eIoni + 0 -42.7 3.84 -2.07e+03 0.00116 0 0 0 World initStep + 1 -42.5 3.9 -2.07e+03 0 0.00116 0.348 0.348 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 69.6 -2.12e+03 0.00159 0 0 0 World initStep - 1 -12.9 69.8 -2.12e+03 0 0.00159 0.559 0.559 World eIoni + 0 -42.6 3.82 -2.09e+03 0.000993 0 0 0 World initStep + 1 -42.6 3.75 -2.09e+03 0 0.000993 0.279 0.279 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.8 69.6 -2.17e+03 0.0017 0 0 0 World initStep - 1 -12.7 69.8 -2.17e+03 0 0.0017 0.622 0.622 World eIoni + 0 -42.5 3.79 -2.19e+03 0.00252 0 0 0 World initStep + 1 -42.3 3.37 -2.19e+03 0 0.00252 1.15 1.15 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.8 69.6 -2.21e+03 0.00303 0 0 0 World initStep - 1 -13.1 69 -2.21e+03 0 0.00303 1.41 1.41 World eIoni + 0 -42.5 3.79 -2.2e+03 0.00161 0 0 0 World initStep + 1 -42.3 3.69 -2.2e+03 0 0.00161 0.57 0.57 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.9 69.6 -2.32e+03 0.00225 0 0 0 World initStep - 1 -12.5 69.4 -2.32e+03 0 0.00225 0.965 0.965 World eIoni + 0 -42.4 3.79 -2.24e+03 0.0111 0 0 0 World initStep + 1 -39.2 5.5 -2.24e+03 0.00917 0.00195 4.76 4.76 World eIoni + 2 -37.3 7.2 -2.24e+03 0.00792 0.00126 3.79 8.55 World eIoni + 3 -35.1 7.97 -2.24e+03 0.00703 0.000886 3.24 11.8 World eIoni + 4 -35.3 7.17 -2.24e+03 0.00464 0.0024 2.88 14.7 World eIoni + 5 -34.1 7.47 -2.24e+03 0.00353 0.00111 2.02 16.7 World eIoni + 6 -34.7 8.06 -2.24e+03 0.00121 0.00231 1.62 18.3 World eIoni + 7 -34.7 8.13 -2.24e+03 0 0.00121 0.374 18.7 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13 69.5 -2.4e+03 0.00178 0 0 0 World initStep - 1 -12.9 69.8 -2.4e+03 0 0.00178 0.667 0.667 World eIoni + 0 -42.4 3.83 -2.36e+03 0.00352 0 0 0 World initStep + 1 -41.6 4.05 -2.36e+03 0.00225 0.00127 1.62 1.62 World eIoni + 2 -41.5 4.35 -2.36e+03 0 0.00225 0.967 2.59 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13 69.5 -2.41e+03 0.00244 0 0 0 World initStep - 1 -13.2 69.9 -2.41e+03 0 0.00244 1.1 1.1 World eIoni + 0 -42.4 3.83 -2.37e+03 0.00299 0 0 0 World initStep + 1 -42.1 4.41 -2.37e+03 0 0.00299 1.39 1.39 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13 69.5 -2.44e+03 0.00151 0 0 0 World initStep - 1 -12.8 69.5 -2.44e+03 0 0.00151 0.516 0.516 World eIoni + 0 -42.4 3.84 -2.42e+03 0.00203 0 0 0 World initStep + 1 -42.5 4.16 -2.42e+03 0 0.00203 0.819 0.819 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13 69.5 -2.48e+03 0.00532 0 0 0 World initStep - 1 -11.8 70.3 -2.48e+03 0.00362 0.0017 2.26 2.26 World eIoni - 2 -11 70.2 -2.48e+03 0.00244 0.00118 1.66 3.91 World eIoni - 3 -11.4 70.5 -2.48e+03 0 0.00244 1.09 5.01 World eIoni + 0 -42.4 3.85 -2.44e+03 0.000996 0 0 0 World initStep + 1 -42.4 3.74 -2.44e+03 0 0.000996 0.281 0.281 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 69.5 -2.51e+03 0.00467 0 0 0 World initStep - 1 -13.8 68.5 -2.51e+03 0.00339 0.00128 2.03 2.03 World eIoni - 2 -13.3 67.8 -2.51e+03 0.00233 0.00107 1.57 3.6 World eIoni - 3 -13.3 67.4 -2.51e+03 0 0.00233 1.02 4.62 World eIoni + 0 -42.4 3.87 -2.48e+03 0.0013 0 0 0 World initStep + 1 -42.5 4.01 -2.48e+03 0 0.0013 0.412 0.412 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 69.5 -2.52e+03 0.00376 0 0 0 World initStep - 1 -13.1 68.5 -2.52e+03 0 0.00376 1.71 1.71 World eIoni + 0 -42.4 3.9 -2.52e+03 0.00129 0 0 0 World initStep + 1 -42.6 3.88 -2.52e+03 0 0.00129 0.406 0.406 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 69.5 -2.53e+03 0.00697 0 0 0 World initStep - 1 -13.1 67.4 -2.53e+03 0.00406 0.00291 2.85 2.85 World eIoni - 2 -13.5 66.5 -2.53e+03 0.00286 0.0012 1.82 4.67 World eIoni - 3 -14 66.8 -2.53e+03 0 0.00286 1.33 6 World eIoni + 0 -42.4 3.91 -2.53e+03 0.00132 0 0 0 World initStep + 1 -42.5 4.07 -2.53e+03 0 0.00132 0.423 0.423 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 69.5 -2.55e+03 0.00212 0 0 0 World initStep - 1 -13.1 69.8 -2.55e+03 0.00128 0.000841 0.655 0.655 World eIoni - 2 -13 69.9 -2.55e+03 0 0.00128 0.405 1.06 World eIoni + 0 -42.4 3.93 -2.57e+03 0.0047 0 0 0 World initStep + 1 -43.4 3.19 -2.57e+03 0.00352 0.00118 2.04 2.04 World eIoni + 2 -43.7 2.4 -2.57e+03 0 0.00352 1.62 3.67 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 69.5 -2.6e+03 0.00112 0 0 0 World initStep - 1 -13.2 69.4 -2.6e+03 0 0.00112 0.334 0.334 World eIoni + 0 -42.4 3.93 -2.58e+03 0.0199 0 0 0 World initStep + 1 -37 10.2 -2.57e+03 0.0174 0.00253 10.9 10.9 World eIoni + 2 -33.4 9.85 -2.57e+03 0.0155 0.0019 8.86 19.8 World eIoni + 3 -28.4 7.07 -2.57e+03 0.0141 0.00137 7.46 27.3 World eIoni + 4 -23.6 4.86 -2.57e+03 0.012 0.00215 6.54 33.8 World eIoni + 5 -21.2 4.12 -2.57e+03 0.00988 0.000811 3.18 37 World eIoni + 6 -20.3 5.07 -2.57e+03 0.00764 0.00224 4.12 41.1 World eIoni + 7 -19.6 4.59 -2.57e+03 0.00448 0.00163 2.18 43.3 World eIoni + 8 -19.1 3.88 -2.57e+03 0.00282 0.00166 1.97 45.2 World eIoni + 9 -18.5 3.69 -2.57e+03 0 0.00282 1.31 46.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 4.59 -2.57e+03 0.00154 0 0 0 World initStep + 1 -19.6 4.75 -2.57e+03 0 0.00154 0.531 0.531 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.2 4.12 -2.57e+03 0.0013 0 0 0 World initStep + 1 -21.2 4.27 -2.57e+03 0 0.0013 0.412 0.412 World eIoni ********************************************************************************************************* * G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.5 34.3 -2.61e+03 50 0 0 0 World initStep - 1 -73.5 34.3 -2.61e+03 50 2.97e-05 1.44 1.44 World hIoni - 2 -73.5 34.3 -2.58e+03 50 0.0044 27.1 28.5 World hIoni - 3 -73.5 34.3 -2.46e+03 50 0.0209 124 153 World hIoni - 4 -73.6 34.3 -2.42e+03 49.9 0.00658 41.8 195 World hIoni - 5 -73.6 34.3 -2.39e+03 49.9 0.00644 23.2 218 World hIoni - 6 -73.7 34.3 -2.39e+03 49.9 0.00229 9.58 227 World hIoni - 7 -73.8 34.3 -2.35e+03 49.9 0.00485 36.7 264 World hIoni - 8 -73.9 34.4 -2.28e+03 49.9 0.0136 70.3 334 World hIoni - 9 -73.9 34.4 -2.26e+03 49.9 0.00383 20.5 355 World hIoni - 10 -74 34.4 -2.22e+03 49.9 0.00628 34.6 389 World hIoni - 11 -74.2 34.4 -2.17e+03 49.9 0.00696 55.2 445 World hIoni - 12 -74.4 34.5 -2.1e+03 49.9 0.0114 69.5 514 World hIoni - 13 -74.5 34.6 -2.04e+03 49.9 0.00932 61.2 575 World hIoni - 14 -74.9 34.7 -1.9e+03 49.8 0.0297 133 708 World hIoni - 15 -76 35.5 -1.49e+03 49.7 0.0806 413 1.12e+03 World hIoni - 16 -76.4 35.7 -1.42e+03 49.7 0.0132 71.5 1.19e+03 World hIoni - 17 -76.5 35.7 -1.39e+03 49.7 0.00503 31.1 1.22e+03 World hIoni - 18 -76.6 35.7 -1.37e+03 49.7 0.00325 21 1.25e+03 World hIoni - 19 -76.8 35.7 -1.35e+03 49.7 0.00449 18.8 1.26e+03 World hIoni - 20 -76.8 35.8 -1.33e+03 49.7 0.00353 15.9 1.28e+03 World hIoni - 21 -77.4 35.8 -1.25e+03 49.7 0.0142 83.1 1.36e+03 World hIoni - 22 -78.1 36 -1.12e+03 49.6 0.0179 125 1.49e+03 World hIoni - 23 -78.3 36.1 -1.09e+03 49.6 0.00574 31.5 1.52e+03 World hIoni - 24 -78.4 36.2 -1.06e+03 49.6 0.00462 34.9 1.55e+03 World hIoni - 25 -79 36.3 -937 49.6 0.0209 121 1.68e+03 World hIoni - 26 -79.3 36.4 -872 49.6 0.0141 64.3 1.74e+03 World hIoni - 27 -79.3 36.5 -846 49.5 0.00327 26.1 1.77e+03 World hIoni - 28 -79.4 36.5 -825 49.5 0.00278 21 1.79e+03 World hIoni - 29 -79.6 36.6 -746 49.5 0.0141 79.8 1.87e+03 World hIoni - 30 -79.7 36.7 -714 49.5 0.00583 31.1 1.9e+03 World hIoni - 31 -79.8 36.7 -690 49.5 0.00151 24.4 1.92e+03 World hIoni - 32 -79.9 36.8 -638 49.5 0.00843 52 1.97e+03 World hIoni - 33 -80.1 36.9 -577 49.5 0.0127 60.5 2.04e+03 World hIoni - 34 -80.1 37 -569 49.5 0.00155 8.42 2.04e+03 World hIoni - 35 -80.2 37 -565 49.5 0.00015 4.48 2.05e+03 World hIoni - 36 -80.2 37 -556 49.5 0.00183 8.81 2.06e+03 World hIoni - 37 -80.4 37.1 -476 49.4 0.0165 79.4 2.14e+03 World hIoni - 38 -80.6 37.1 -417 49.4 0.00839 58.9 2.2e+03 World hIoni - 39 -80.8 37.2 -372 49.4 0.0104 45 2.24e+03 World hIoni - 40 -80.8 37.2 -357 49.4 0.00383 15.7 2.26e+03 World hIoni - 41 -81 37.3 -314 49.4 0.00833 43 2.3e+03 World hIoni - 42 -81.6 37.8 -159 49.3 0.0258 155 2.45e+03 World hIoni - 43 -81.7 37.8 -148 49.3 0.00168 10.5 2.46e+03 World hIoni - 44 -81.7 37.8 -142 49.3 0.000216 6.15 2.47e+03 World hIoni - 45 -81.9 37.9 -107 49.3 0.0079 35.3 2.51e+03 World hIoni - 46 -82.2 37.9 -50.1 49.3 0.0112 56.8 2.56e+03 World hIoni - 47 -82.2 38 -33.3 49.3 0.00323 16.7 2.58e+03 World hIoni - 48 -82.4 38 4.94 49.3 0.00551 38.3 2.62e+03 World hIoni - 49 -82.5 38 27.2 49.3 0.00473 22.3 2.64e+03 World hIoni - 50 -84.1 38.6 437 49.2 0.0735 410 3.05e+03 World hIoni - 51 -84.2 38.6 446 49.2 0.00193 9.61 3.06e+03 World hIoni - 52 -84.2 38.6 450 49.2 0.000564 3.88 3.06e+03 World hIoni - 53 -84.4 38.6 493 49.2 0.00826 42.5 3.11e+03 World hIoni - 54 -84.5 38.7 519 49.2 0.006 26 3.13e+03 World hIoni - 55 -84.5 38.7 529 49.2 0.00218 9.76 3.14e+03 World hIoni - 56 -84.6 38.7 542 49.2 0.00176 13.6 3.15e+03 World hIoni - 57 -84.7 38.8 572 49.1 0.00386 29.8 3.18e+03 World hIoni - 58 -84.9 38.9 606 49.1 0.0079 34.4 3.22e+03 World hIoni - 59 -85.1 38.9 658 49.1 0.0108 52 3.27e+03 World hIoni - 60 -85.3 39 699 49.1 0.00605 40.6 3.31e+03 World hIoni - 61 -85.4 39 716 49.1 0.00397 17.1 3.33e+03 World hIoni - 62 -85.5 39.1 761 49.1 0.0101 44.7 3.37e+03 World hIoni - 63 -85.6 39.2 774 49.1 0.00224 13.2 3.39e+03 cloudPV CoupledTransportation - 64 -85.6 39.2 776 46.8 2.25 1.92 3.39e+03 World CoupledTransportation - 65 -85.9 39.6 809 46.8 0.00692 32.9 3.42e+03 World hIoni - 66 -86.3 40.1 857 46.8 0.00944 48.7 3.47e+03 World hIoni - 67 -86.4 40.2 863 46.8 0.000606 5.87 3.48e+03 World hIoni - 68 -86.8 40.9 920 46.8 0.00928 56.6 3.53e+03 World hIoni - 69 -86.8 40.9 923 46.8 0.000528 3.56 3.54e+03 World hIoni - 70 -88.9 44.1 1.19e+03 46.7 0.054 271 3.81e+03 World hIoni - 71 -89.5 45.1 1.28e+03 46.7 0.0218 86.7 3.89e+03 World hIoni - 72 -89.6 45.3 1.3e+03 46.7 0.00369 16.8 3.91e+03 World hIoni - 73 -89.7 45.5 1.32e+03 46.7 0.00427 20.4 3.93e+03 World hIoni - 74 -89.7 45.5 1.32e+03 46.7 0 0.357 3.93e+03 World hIoni - 75 -89.9 45.7 1.34e+03 46.7 0.00324 21.4 3.95e+03 World hIoni - 76 -90.3 46.5 1.41e+03 46.7 0.0141 72.5 4.02e+03 World hIoni - 77 -91.2 48.1 1.55e+03 46.7 0.0238 142 4.17e+03 World hIoni - 78 -91.6 48.6 1.6e+03 46.6 0.00932 43.8 4.21e+03 World hIoni - 79 -91.9 49.1 1.64e+03 46.6 0.00707 43 4.25e+03 World hIoni - 80 -92 49.2 1.66e+03 46.6 0.00271 16.7 4.27e+03 World hIoni - 81 -92.3 49.8 1.7e+03 46.6 0.0101 45 4.32e+03 World hIoni - 82 -92.7 50.3 1.76e+03 46.6 0.00918 53.9 4.37e+03 World hIoni - 83 -92.8 50.5 1.77e+03 46.6 0.00226 10.9 4.38e+03 World hIoni - 84 -92.9 50.5 1.77e+03 46.6 0.000218 2.33 4.38e+03 World hIoni - 85 -93.5 51.3 1.84e+03 46.6 0.0137 73.2 4.46e+03 World hIoni - 86 -93.8 51.6 1.87e+03 46.5 0.0066 30 4.49e+03 World hIoni - 87 -94.1 52 1.91e+03 46.5 0.00818 36.5 4.52e+03 World hIoni - 88 -94.4 52.3 1.94e+03 46.5 0.00562 32.5 4.56e+03 World hIoni - 89 -94.8 52.9 2e+03 46.5 0.00785 57.5 4.61e+03 World hIoni - 90 -95 53.3 2.03e+03 46.5 0.00525 34.6 4.65e+03 World hIoni - 91 -95.1 53.4 2.04e+03 46.5 0.00211 7.76 4.66e+03 World hIoni - 92 -95.2 53.5 2.05e+03 46.5 0.0035 11.3 4.67e+03 World hIoni - 93 -95.4 53.8 2.09e+03 46.5 0.00433 36.7 4.7e+03 World hIoni - 94 -95.6 54.1 2.11e+03 46.5 0.00186 20 4.72e+03 World hIoni - 95 -95.8 54.3 2.14e+03 46.5 0.00529 24.7 4.75e+03 World hIoni - 96 -96 54.7 2.17e+03 46.5 0.00562 31.7 4.78e+03 World hIoni - 97 -96.2 55 2.2e+03 46.5 0.00399 34.3 4.81e+03 World hIoni - 98 -96.6 55.6 2.26e+03 46.4 0.00924 56.1 4.87e+03 World hIoni - 99 -96.6 55.6 2.26e+03 46.4 0.00147 6.52 4.88e+03 cloudPV CoupledTransportation - 100 -96.6 55.6 2.27e+03 44.6 1.87 1.45 4.88e+03 World CoupledTransportation - 101 -97.7 56.6 2.38e+03 44.6 0.0201 115 4.99e+03 World hIoni - 102 -98.3 57.2 2.45e+03 44.5 0.0147 71.9 5.06e+03 World hIoni - 103 -98.9 57.8 2.52e+03 44.5 0.0121 67.8 5.13e+03 World hIoni - 104 -98.9 57.8 2.52e+03 44.5 0.000321 1.57 5.13e+03 World hIoni - 105 -99 58 2.54e+03 44.5 0.00297 16.7 5.15e+03 World hIoni - 106 -99.1 58 2.54e+03 44.5 0.00134 3.61 5.15e+03 World hIoni - 107 -99.6 58.5 2.6e+03 44.5 0.0121 56 5.21e+03 World hIoni - 108 -99.6 58.6 2.6e+03 44.5 0.000198 2.19 5.21e+03 detectorPV CoupledTransportation - 109 -99.6 58.6 2.6e+03 38.7 5.75 1.93 5.21e+03 detectorPV hIoni - 110 -99.6 58.6 2.6e+03 33.5 5.22 1.54 5.22e+03 detectorPV hIoni - 111 -99.7 58.5 2.6e+03 28.9 4.56 1.23 5.22e+03 detectorPV hIoni - 112 -99.7 58.5 2.61e+03 24.9 4.03 0.983 5.22e+03 detectorPV hIoni - 113 -99.7 58.5 2.61e+03 21.3 3.66 0.791 5.22e+03 detectorPV hIoni - 114 -99.7 58.4 2.61e+03 17.8 3.43 0.635 5.22e+03 detectorPV hIoni - 115 -99.6 58.4 2.61e+03 14.6 3.21 0.506 5.22e+03 detectorPV hIoni - 116 -99.6 58.3 2.61e+03 11.6 2.99 0.4 5.22e+03 detectorPV hIoni - 117 -99.6 58.3 2.61e+03 8.7 2.92 0.315 5.22e+03 detectorPV hIoni - 118 -99.6 58.3 2.61e+03 5.9 2.8 0.243 5.22e+03 detectorPV hIoni - 119 -99.6 58.3 2.61e+03 2.84 3.07 0.18 5.22e+03 detectorPV hIoni - 120 -99.6 58.3 2.61e+03 0 2.84 0.0747 5.22e+03 detectorPV hIoni + 0 -9.05 -38.3 -2.61e+03 50 0 0 0 World initStep + 1 -9.05 -38.3 -2.59e+03 50 0.00446 23.5 23.5 World hIoni + 2 -9.03 -38.4 -2.49e+03 50 0.0171 94.4 118 World hIoni + 3 -9.02 -38.4 -2.46e+03 50 0.00502 31.6 150 World hIoni + 4 -9.02 -38.4 -2.46e+03 50 0.000663 3.57 153 World hIoni + 5 -8.99 -38.4 -2.42e+03 50 0.00635 42.5 196 World hIoni + 6 -8.97 -38.4 -2.39e+03 50 0.0018 22.7 218 World hIoni + 7 -8.87 -38.5 -2.18e+03 49.9 0.0411 216 435 World hIoni + 8 -8.86 -38.5 -2.17e+03 49.9 0.000106 3.82 439 World hIoni + 9 -8.86 -38.5 -2.17e+03 49.9 0.00127 1.35 440 World hIoni + 10 -8.83 -38.6 -2.12e+03 49.9 0.00945 51.6 492 World hIoni + 11 -8.83 -38.6 -2.12e+03 49.9 0.000919 3.97 495 World hIoni + 12 -8.79 -38.6 -2.09e+03 49.9 0.00478 31.8 527 World hIoni + 13 -8.69 -38.7 -2.03e+03 49.9 0.00891 54.5 582 World hIoni + 14 -8.59 -38.8 -1.96e+03 49.9 0.0147 66.5 648 World hIoni + 15 -8.58 -38.9 -1.95e+03 49.9 0.00258 14.2 662 World hIoni + 16 -8.57 -38.9 -1.94e+03 49.9 0.0012 5.15 668 World hIoni + 17 -8.49 -39 -1.86e+03 49.8 0.0189 87.6 755 World hIoni + 18 -8.45 -39 -1.82e+03 49.8 0.00584 41.2 796 World hIoni + 19 -8.35 -39.1 -1.76e+03 49.8 0.00591 55.9 852 World hIoni + 20 -8.31 -39.1 -1.75e+03 49.8 0.00312 14.7 867 World hIoni + 21 -8.16 -39.2 -1.69e+03 49.8 0.0113 56.5 923 World hIoni + 22 -8.14 -39.2 -1.68e+03 49.8 0.00355 9.45 933 World hIoni + 23 -8.06 -39.3 -1.64e+03 49.8 0.00701 40.2 973 World hIoni + 24 -8 -39.4 -1.58e+03 49.8 0.00916 62 1.04e+03 World hIoni + 25 -8 -39.4 -1.57e+03 49.7 0.00206 9.64 1.04e+03 World hIoni + 26 -7.97 -39.5 -1.52e+03 49.7 0.011 52.4 1.1e+03 World hIoni + 27 -7.97 -39.5 -1.51e+03 49.7 0.000188 2.69 1.1e+03 World hIoni + 28 -7.97 -39.5 -1.51e+03 49.7 0.000708 4.41 1.1e+03 World hIoni + 29 -7.97 -39.5 -1.5e+03 49.7 0.000802 4.76 1.11e+03 World hIoni + 30 -7.96 -39.5 -1.49e+03 49.7 0.00507 18.1 1.13e+03 World hIoni + 31 -7.96 -39.5 -1.48e+03 49.6 0.00118 7.38 1.13e+03 World hIoni + 32 -7.96 -39.6 -1.46e+03 49.6 0.00211 16 1.15e+03 World hIoni + 33 -7.96 -39.6 -1.46e+03 49.6 0.000154 1.69 1.15e+03 World hIoni + 34 -7.94 -39.7 -1.41e+03 49.6 0.0121 54.1 1.21e+03 World hIoni + 35 -7.94 -39.7 -1.39e+03 49.6 0.00352 13.9 1.22e+03 World hIoni + 36 -7.94 -39.7 -1.39e+03 49.6 0 0.135 1.22e+03 World hIoni + 37 -7.94 -39.7 -1.37e+03 49.6 0.00481 20.4 1.24e+03 World hIoni + 38 -7.95 -39.7 -1.33e+03 49.6 0.0111 39.1 1.28e+03 World hIoni + 39 -7.95 -39.7 -1.33e+03 49.5 0.000556 3.82 1.28e+03 World hIoni + 40 -7.95 -39.7 -1.33e+03 49.5 0.000368 1.75 1.29e+03 World hIoni + 41 -7.95 -39.9 -1.23e+03 49.5 0.0162 95.7 1.38e+03 World hIoni + 42 -7.95 -39.9 -1.23e+03 49.5 0.000242 1.73 1.38e+03 World hIoni + 43 -7.95 -39.9 -1.23e+03 49.5 0.000256 2.95 1.39e+03 World hIoni + 44 -7.96 -40 -1.22e+03 49.5 0.00132 11.1 1.4e+03 World hIoni + 45 -7.97 -40 -1.2e+03 49.5 0.00256 11.3 1.41e+03 World hIoni + 46 -7.99 -40.1 -1.16e+03 49.5 0.00903 41 1.45e+03 World hIoni + 47 -8.01 -40.2 -1.12e+03 49.5 0.00477 48.3 1.5e+03 World hIoni + 48 -8.03 -40.2 -1.09e+03 49.5 0.00423 29.3 1.53e+03 World hIoni + 49 -8.07 -40.3 -1.01e+03 49.4 0.0158 74.9 1.6e+03 World hIoni + 50 -8.09 -40.3 -988 49.4 0.0058 22.8 1.62e+03 World hIoni + 51 -8.17 -40.5 -900 49.4 0.0113 88 1.71e+03 World hIoni + 52 -8.2 -40.5 -855 49.4 0.0102 45.1 1.76e+03 World hIoni + 53 -8.21 -40.6 -843 49.4 0.00278 11.9 1.77e+03 World hIoni + 54 -8.22 -40.6 -832 49.4 0.00152 11.3 1.78e+03 World hIoni + 55 -8.24 -40.7 -768 49.4 0.0109 63.5 1.84e+03 World hIoni + 56 -8.25 -40.7 -754 49.4 0.00151 14.7 1.86e+03 World hIoni + 57 -8.27 -40.7 -730 49.4 0.00308 23.4 1.88e+03 World hIoni + 58 -8.27 -40.7 -730 49.4 5.33e-05 0.12 1.88e+03 World hIoni + 59 -8.28 -40.8 -710 49.4 0.00546 19.8 1.9e+03 World hIoni + 60 -8.29 -40.8 -695 49.4 0.0017 15.4 1.92e+03 World hIoni + 61 -8.33 -40.9 -625 49.3 0.011 69.8 1.99e+03 World hIoni + 62 -8.35 -40.9 -607 49.3 0.00367 18.6 2.01e+03 World hIoni + 63 -8.35 -40.9 -604 49.3 0.000488 2.96 2.01e+03 World hIoni + 64 -8.38 -40.9 -579 49.3 0.00451 24.3 2.03e+03 World hIoni + 65 -8.45 -41 -536 49.3 0.00744 43.6 2.08e+03 World hIoni + 66 -8.6 -41.1 -444 49.3 0.0182 91.2 2.17e+03 World hIoni + 67 -8.67 -41.1 -412 49.3 0.00635 32 2.2e+03 World hIoni + 68 -8.81 -41.3 -337 49.3 0.0148 75.9 2.28e+03 World hIoni + 69 -8.87 -41.3 -310 49.3 0.00776 26.3 2.3e+03 World hIoni + 70 -8.94 -41.3 -280 49.3 0.00554 30.5 2.33e+03 World hIoni + 71 -9.15 -41.4 -193 49.2 0.0152 86.7 2.42e+03 World hIoni + 72 -9.17 -41.4 -184 49.2 0.00162 9.41 2.43e+03 World hIoni + 73 -9.2 -41.4 -169 49.2 0.004 14.9 2.44e+03 World hIoni + 74 -9.22 -41.4 -160 49.2 0.00227 9.26 2.45e+03 World hIoni + 75 -9.31 -41.4 -107 49.2 0.00973 52.4 2.51e+03 cloudPV CoupledTransportation + 76 -9.32 -41.4 -106 47.7 1.48 1.09 2.51e+03 World CoupledTransportation + 77 -10.3 -40.8 -29.1 47.7 0.0215 77 2.58e+03 World hIoni + 78 -11.8 -40.1 86 47.7 0.018 115 2.7e+03 World hIoni + 79 -12 -39.9 104 47.7 0.00234 18.3 2.72e+03 World hIoni + 80 -12.7 -39.5 163 47.7 0.0125 59 2.78e+03 World hIoni + 81 -12.8 -39.5 166 47.7 0.00104 2.43 2.78e+03 World hIoni + 82 -13.3 -39.2 215 47.7 0.0111 49.2 2.83e+03 World hIoni + 83 -13.8 -39 253 47.7 0.00728 38.1 2.87e+03 World hIoni + 84 -14.3 -38.7 295 47.6 0.00854 41.6 2.91e+03 World hIoni + 85 -14.4 -38.7 304 47.6 0.0018 9.34 2.92e+03 World hIoni + 86 -14.9 -38.4 344 47.6 0.00523 39.5 2.96e+03 World hIoni + 87 -15.3 -38.2 373 47.6 0.00462 29.2 2.99e+03 World hIoni + 88 -16.2 -37.7 454 47.6 0.0168 81.1 3.07e+03 World hIoni + 89 -16.3 -37.7 455 47.6 0.00013 0.861 3.07e+03 World hIoni + 90 -17.3 -37.1 537 47.6 0.0132 82.5 3.15e+03 World hIoni + 91 -17.6 -36.9 562 47.6 0.00728 24.6 3.17e+03 World hIoni + 92 -17.7 -36.8 571 47.6 0.00208 8.87 3.18e+03 cloudPV CoupledTransportation + 93 -17.7 -36.8 571 46.7 0.875 0.572 3.18e+03 World CoupledTransportation + 94 -18.1 -36.3 601 46.7 0.00362 29.7 3.21e+03 World hIoni + 95 -18.5 -35.8 632 46.7 0.00353 30.9 3.24e+03 World hIoni + 96 -20.9 -32.2 833 46.7 0.0355 201 3.45e+03 World hIoni + 97 -21 -32 844 46.6 0.00164 11.6 3.46e+03 World hIoni + 98 -21 -31.9 849 46.6 0.000975 4.08 3.46e+03 World hIoni + 99 -21.1 -31.8 851 46.6 0.000128 2.78 3.46e+03 World hIoni + 100 -21.2 -31.6 862 46.6 0.00193 10.6 3.47e+03 World hIoni + 101 -21.4 -31.3 880 46.6 0.00275 18.1 3.49e+03 World hIoni + 102 -22.3 -29.9 953 46.6 0.0135 72.7 3.57e+03 World hIoni + 103 -22.5 -29.6 971 46.6 0.00653 18.2 3.58e+03 World hIoni + 104 -22.7 -29.4 983 46.6 0.00283 12 3.6e+03 cloudPV CoupledTransportation + 105 -22.7 -29.3 985 44.1 2.46 1.78 3.6e+03 World CoupledTransportation + 106 -22.7 -29.3 985 44.1 0.00043 0.802 3.6e+03 World hIoni + 107 -23.9 -29 1.04e+03 44.1 0.0105 57.3 3.66e+03 World hIoni + 108 -24 -28.9 1.05e+03 44.1 0.000727 7.87 3.66e+03 World hIoni + 109 -24.7 -28.7 1.09e+03 44.1 0.00497 35.7 3.7e+03 World hIoni + 110 -25.1 -28.5 1.1e+03 44.1 0.00358 17.7 3.72e+03 World hIoni + 111 -25.2 -28.5 1.11e+03 44.1 0.00206 4.56 3.72e+03 World hIoni + 112 -25.7 -28.3 1.14e+03 44.1 0.00517 27.2 3.75e+03 World hIoni + 113 -27.7 -27.6 1.24e+03 44.1 0.0237 101 3.85e+03 World hIoni + 114 -28.2 -27.4 1.26e+03 44.1 0.00298 23.9 3.87e+03 World hIoni + 115 -29.1 -27.1 1.31e+03 44.1 0.00821 47 3.92e+03 World hIoni + 116 -29.4 -27 1.32e+03 44.1 0.00387 13.3 3.93e+03 World hIoni + 117 -30.9 -26.5 1.4e+03 44 0.0147 78.1 4.01e+03 cloudPV CoupledTransportation + 118 -30.9 -26.5 1.4e+03 41.7 2.38 1.79 4.01e+03 World CoupledTransportation + 119 -31.3 -26.6 1.42e+03 41.7 0.00271 16.5 4.03e+03 World hIoni + 120 -31.3 -26.6 1.42e+03 41.6 0.00119 4.01 4.03e+03 World hIoni + 121 -31.7 -26.7 1.44e+03 41.6 0.00406 19.2 4.05e+03 World hIoni + 122 -32.2 -26.8 1.46e+03 41.6 0.00412 22.3 4.08e+03 World hIoni + 123 -33.7 -27.2 1.54e+03 41.6 0.0165 79 4.15e+03 World hIoni + 124 -33.8 -27.2 1.55e+03 41.6 0.000667 5.73 4.16e+03 World hIoni + 125 -34.1 -27.3 1.56e+03 41.6 0.0018 12.1 4.17e+03 World hIoni + 126 -36.1 -27.8 1.66e+03 41.6 0.0246 104 4.28e+03 World hIoni + 127 -38.2 -28.4 1.77e+03 41.5 0.0231 106 4.38e+03 World hIoni + 128 -38.8 -28.6 1.8e+03 41.5 0.00797 34 4.42e+03 World hIoni + 129 -38.8 -28.6 1.8e+03 41.5 0 0.0627 4.42e+03 World hIoni + 130 -39.2 -28.8 1.83e+03 41.5 0.00592 22.2 4.44e+03 World hIoni + 131 -39.4 -28.8 1.83e+03 41.5 0.000663 7 4.45e+03 World hIoni + 132 -41 -29.2 1.92e+03 41.5 0.0162 83.3 4.53e+03 World hIoni + 133 -41.4 -29.3 1.94e+03 41.5 0.0042 20 4.55e+03 World hIoni + 134 -41.9 -29.5 1.96e+03 41.5 0.00501 28.7 4.58e+03 World hIoni + 135 -42.4 -29.6 1.99e+03 41.5 0.00512 25.6 4.6e+03 World hIoni + 136 -42.8 -29.7 2.01e+03 41.5 0.00513 19.9 4.62e+03 World hIoni + 137 -42.9 -29.7 2.01e+03 41.5 0.00018 2.76 4.63e+03 World hIoni + 138 -43.5 -29.8 2.05e+03 41.5 0.00864 34.5 4.66e+03 World hIoni + 139 -44.2 -30 2.09e+03 41.4 0.0103 39.4 4.7e+03 World hIoni + 140 -46.6 -30.5 2.22e+03 41.4 0.0257 137 4.84e+03 World hIoni + 141 -46.7 -30.5 2.23e+03 41.4 0.000632 4.32 4.84e+03 World hIoni + 142 -46.7 -30.5 2.23e+03 41.4 0.00015 0.639 4.84e+03 World hIoni + 143 -47.5 -30.6 2.27e+03 41.4 0.0108 42.8 4.89e+03 World hIoni + 144 -48.1 -30.6 2.31e+03 41.4 0.00648 34.6 4.92e+03 World hIoni + 145 -49.9 -30.7 2.41e+03 41.4 0.0187 102 5.02e+03 World hIoni + 146 -51 -30.7 2.47e+03 41.4 0.0119 60.8 5.08e+03 World hIoni + 147 -51.4 -30.7 2.49e+03 41.4 0.00437 22.7 5.11e+03 World hIoni + 148 -51.5 -30.7 2.5e+03 41.4 0.00188 7.58 5.11e+03 World hIoni + 149 -51.6 -30.7 2.51e+03 41.4 0.00238 6.43 5.12e+03 World hIoni + 150 -53.1 -30.6 2.59e+03 41.3 0.0229 87.4 5.21e+03 World hIoni + 151 -53.1 -30.6 2.59e+03 41.3 5.07e-05 0.319 5.21e+03 World hIoni + 152 -53.2 -30.6 2.6e+03 41.3 0.00121 6.04 5.21e+03 detectorPV CoupledTransportation + 153 -53.2 -30.6 2.6e+03 35.9 5.38 1.71 5.21e+03 detectorPV hIoni + 154 -53.2 -30.6 2.6e+03 31.2 4.74 1.37 5.22e+03 detectorPV hIoni + 155 -53.2 -30.6 2.6e+03 26.8 4.37 1.1 5.22e+03 detectorPV hIoni + 156 -53.2 -30.6 2.61e+03 22.8 3.99 0.879 5.22e+03 detectorPV hIoni + 157 -53.3 -30.5 2.61e+03 19.4 3.43 0.7 5.22e+03 detectorPV hIoni + 158 -53.2 -30.5 2.61e+03 16.1 3.27 0.564 5.22e+03 detectorPV hIoni + 159 -53.2 -30.5 2.61e+03 13 3.12 0.448 5.22e+03 detectorPV hIoni + 160 -53.2 -30.4 2.61e+03 10.2 2.84 0.353 5.22e+03 detectorPV hIoni + 161 -53.2 -30.4 2.61e+03 7.46 2.71 0.278 5.22e+03 detectorPV hIoni + 162 -53.2 -30.4 2.61e+03 4.58 2.89 0.215 5.22e+03 detectorPV hIoni + 163 -53.2 -30.4 2.61e+03 1.21 3.37 0.145 5.22e+03 detectorPV hIoni + 164 -53.2 -30.4 2.61e+03 0 1.21 0.0194 5.22e+03 detectorPV hIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -99.6 58.5 2.6e+03 0.00229 0 0 0 World initStep - 1 -99.2 58.5 2.6e+03 0 0.00229 0.994 0.994 World eIoni + 0 -53.1 -30.6 2.59e+03 0.00171 0 0 0 World initStep + 1 -53.3 -30.5 2.59e+03 0 0.00171 0.628 0.628 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -99.1 58 2.54e+03 0.0011 0 0 0 World initStep - 1 -99.2 58.1 2.54e+03 0 0.0011 0.322 0.322 World eIoni + 0 -53.1 -30.6 2.59e+03 0.001 0 0 0 World initStep + 1 -53.1 -30.7 2.59e+03 0 0.001 0.283 0.283 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -99 58 2.54e+03 0.00219 0 0 0 World initStep - 1 -98.9 58.3 2.54e+03 0 0.00219 0.928 0.928 World eIoni + 0 -51.6 -30.7 2.51e+03 0.00371 0 0 0 World initStep + 1 -51 -31.3 2.51e+03 0.00152 0.00219 1.69 1.69 World eIoni + 2 -50.9 -31.4 2.51e+03 0 0.00152 0.524 2.22 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98.9 57.8 2.52e+03 0.0137 0 0 0 World initStep - 1 -98.3 56.9 2.52e+03 0.00611 0.00179 1.21 1.21 World eIoni - 2 -97.4 57 2.52e+03 0.0048 0.00132 2.54 3.74 World eIoni - 3 -97.9 58.2 2.52e+03 0.00178 0.00302 2.08 5.82 World eIoni - 4 -98.1 58 2.52e+03 0 0.00178 0.665 6.48 World eIoni + 0 -51.5 -30.7 2.5e+03 0.00224 0 0 0 World initStep + 1 -51.2 -31 2.5e+03 0 0.00224 0.96 0.96 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 101 +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98.3 56.9 2.52e+03 0.0058 0 0 0 World initStep - 1 -97.3 55.6 2.52e+03 0.00263 0.00318 2.43 2.43 World eIoni - 2 -97.6 55.2 2.52e+03 0 0.00263 1.21 3.63 World eIoni + 0 -51.4 -30.7 2.49e+03 0.00161 0 0 0 World initStep + 1 -51.6 -30.8 2.49e+03 0 0.00161 0.569 0.569 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98.9 57.8 2.52e+03 0.0014 0 0 0 World initStep - 1 -99 57.8 2.52e+03 0 0.0014 0.46 0.46 World eIoni + 0 -49.9 -30.7 2.41e+03 0.00115 0 0 0 World initStep + 1 -50 -30.7 2.41e+03 0 0.00115 0.346 0.346 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98.3 57.2 2.45e+03 0.0195 0 0 0 World initStep - 1 -105 50.5 2.45e+03 0.016 0.00357 10.6 10.6 World eIoni - 2 -107 49.7 2.45e+03 0.0101 0.000763 1.86 12.4 World eIoni - 3 -108 46.4 2.45e+03 0.00871 0.00134 4.2 16.6 World eIoni - 4 -109 44 2.45e+03 0.00571 0.0019 3.16 19.8 World eIoni - 5 -110 42.7 2.45e+03 0.00327 0.00245 2.39 22.2 World eIoni - 6 -110 42 2.45e+03 0 0.00327 1.52 23.7 World eIoni + 0 -47.5 -30.6 2.27e+03 0.00303 0 0 0 World initStep + 1 -47.1 -30 2.27e+03 0 0.00303 1.41 1.41 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 99 +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -109 44 2.45e+03 0.0011 0 0 0 World initStep - 1 -109 43.9 2.45e+03 0 0.0011 0.323 0.323 World eIoni + 0 -46.7 -30.5 2.23e+03 0.00196 0 0 0 World initStep + 1 -47 -30.4 2.23e+03 0 0.00196 0.777 0.777 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 99 +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 49.7 2.45e+03 0.00516 0 0 0 World initStep - 1 -108 49.4 2.45e+03 0.00365 0.0015 2.2 2.2 World eIoni - 2 -109 49.3 2.46e+03 0.00197 0.00169 1.67 3.87 World eIoni - 3 -109 49.2 2.46e+03 0 0.00197 0.779 4.65 World eIoni + 0 -46.7 -30.5 2.23e+03 0.00171 0 0 0 World initStep + 1 -46.6 -30.8 2.23e+03 0 0.00171 0.624 0.624 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -97.7 56.6 2.38e+03 0.00614 0 0 0 World initStep - 1 -98.2 54.9 2.38e+03 0.00487 0.00127 2.54 2.54 World eIoni - 2 -98.9 54.2 2.38e+03 0.00313 0.00174 2.1 4.65 World eIoni - 3 -98.4 54.4 2.38e+03 0.00215 0.000981 1.46 6.1 World eIoni - 4 -98.3 54.1 2.38e+03 0 0.00215 0.895 7 World eIoni + 0 -46.6 -30.5 2.22e+03 0.00116 0 0 0 World initStep + 1 -46.7 -30.6 2.22e+03 0 0.00116 0.348 0.348 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -96.6 55.6 2.26e+03 0.00359 0 0 0 World initStep - 1 -97.1 54.9 2.26e+03 0 0.00359 1.65 1.65 World eIoni + 0 -44.2 -30 2.09e+03 0.00139 0 0 0 World initStep + 1 -44.1 -30.1 2.09e+03 0 0.00139 0.457 0.457 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -96.2 55 2.2e+03 0.00464 0 0 0 World initStep - 1 -95.4 55.9 2.2e+03 0.00342 0.00122 2.02 2.02 World eIoni - 2 -95.6 56.2 2.2e+03 0.00152 0.0019 1.58 3.6 World eIoni - 3 -95.5 56.2 2.2e+03 0 0.00152 0.522 4.12 World eIoni + 0 -43.5 -29.8 2.05e+03 0.000992 0 0 0 World initStep + 1 -43.4 -29.8 2.05e+03 0 0.000992 0.279 0.279 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -96 54.7 2.17e+03 0.00176 0 0 0 World initStep - 1 -95.9 54.4 2.17e+03 0 0.00176 0.657 0.657 World eIoni + 0 -42.9 -29.7 2.01e+03 0.0013 0 0 0 World initStep + 1 -43 -29.6 2.01e+03 0 0.0013 0.415 0.415 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -95.8 54.3 2.14e+03 0.00408 0 0 0 World initStep - 1 -95 55 2.14e+03 0.00225 0.00183 1.83 1.83 World eIoni - 2 -95 54.6 2.14e+03 0 0.00225 0.966 2.79 World eIoni + 0 -42.8 -29.7 2.01e+03 0.00634 0 0 0 World initStep + 1 -44.5 -30.2 2.01e+03 0.0044 0.00194 2.62 2.62 World eIoni + 2 -45.5 -30.1 2.01e+03 0.00216 0.00224 1.94 4.56 World eIoni + 3 -45.4 -29.9 2.01e+03 0 0.00216 0.906 5.47 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -95.6 54.1 2.11e+03 0.00109 0 0 0 World initStep - 1 -95.7 54.1 2.11e+03 0 0.00109 0.321 0.321 World eIoni + 0 -42.4 -29.6 1.99e+03 0.00247 0 0 0 World initStep + 1 -42.6 -29.2 1.99e+03 0 0.00247 1.11 1.11 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -95.4 53.8 2.09e+03 0.00113 0 0 0 World initStep - 1 -95.5 53.9 2.09e+03 0 0.00113 0.338 0.338 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -95.2 53.5 2.05e+03 0.00213 0 0 0 World initStep - 1 -94.8 53.5 2.05e+03 0 0.00213 0.886 0.886 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -95.1 53.4 2.04e+03 0.00479 0 0 0 World initStep - 1 -96.1 52.6 2.04e+03 0.0034 0.00139 2.08 2.08 World eIoni - 2 -96.8 52.2 2.04e+03 0 0.0034 1.57 3.65 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -95 53.3 2.03e+03 0.00188 0 0 0 World initStep - 1 -95.2 53.1 2.03e+03 0 0.00188 0.728 0.728 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -94.8 52.9 2e+03 0.00116 0 0 0 World initStep - 1 -94.9 52.9 2e+03 0 0.00116 0.35 0.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -94.4 52.3 1.94e+03 0.00532 0 0 0 World initStep - 1 -93.4 51.3 1.94e+03 0.0045 0.000826 2.26 2.26 World eIoni - 2 -92.6 51 1.94e+03 0.00179 0.00271 1.97 4.23 World eIoni - 3 -92.5 50.7 1.94e+03 0 0.00179 0.673 4.9 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -94.1 52 1.91e+03 0.00404 0 0 0 World initStep - 1 -94.9 52.7 1.91e+03 0.00129 0.00275 1.81 1.81 World eIoni - 2 -95.1 52.7 1.91e+03 0 0.00129 0.408 2.22 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -93.8 51.6 1.87e+03 0.00114 0 0 0 World initStep - 1 -93.7 51.7 1.87e+03 0 0.00114 0.343 0.343 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -93.5 51.3 1.84e+03 0.00295 0 0 0 World initStep - 1 -92.9 51.4 1.84e+03 0.00154 0.00141 1.38 1.38 World eIoni - 2 -92.8 51.3 1.84e+03 0 0.00154 0.534 1.91 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -92.9 50.5 1.77e+03 0.00299 0 0 0 World initStep - 1 -92.6 51.1 1.77e+03 0 0.00299 1.39 1.39 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -92.8 50.5 1.77e+03 0.00903 0 0 0 World initStep - 1 -91.4 48.1 1.77e+03 0.00796 0.00107 3.72 3.72 World eIoni - 2 -89.9 46.6 1.77e+03 0.0077 0.000258 3.25 6.97 World eIoni - 3 -90.6 46.6 1.77e+03 0.00694 0.000761 3.14 10.1 World eIoni - 4 -89 46.8 1.77e+03 0.00554 0.0014 2.84 13 World eIoni - 5 -88.6 45.4 1.77e+03 0.00401 0.00152 2.33 15.3 World eIoni - 6 -89.1 44.7 1.77e+03 0.00235 0.00166 1.8 17.1 World eIoni - 7 -89.3 45 1.77e+03 0 0.00235 1.04 18.1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -92.7 50.3 1.76e+03 0.013 0 0 0 World initStep - 1 -88.9 50.4 1.76e+03 0.0114 0.00159 4.11 4.11 World msc - 2 -85.3 49.7 1.76e+03 0.00878 0.00263 4.91 9.02 World eIoni - 3 -82.2 50.7 1.76e+03 0.00722 0.00156 3.6 12.6 World eIoni - 4 -79.7 50.9 1.76e+03 0.00511 0.00211 2.95 15.6 World eIoni - 5 -78.4 51.6 1.76e+03 0.00295 0.00216 2.18 17.8 World eIoni - 6 -79 51.7 1.76e+03 0.00108 0.00187 1.38 19.1 World eIoni - 7 -78.9 51.8 1.76e+03 0 0.00108 0.316 19.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -92.3 49.8 1.7e+03 0.00858 0 0 0 World initStep - 1 -91.4 52.2 1.7e+03 0.00786 0.000718 3.52 3.52 World eIoni - 2 -92.6 52.2 1.71e+03 0.00694 0.000923 3.21 6.73 World eIoni - 3 -93.3 51.1 1.71e+03 0.00466 0.00228 2.84 9.57 World eIoni - 4 -94.5 51 1.71e+03 0.00219 0.00247 2.03 11.6 World eIoni - 5 -94.5 51.4 1.71e+03 0 0.00219 0.924 12.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -92 49.2 1.66e+03 0.00111 0 0 0 World initStep - 1 -92.1 49.2 1.66e+03 0 0.00111 0.328 0.328 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -91.9 49.1 1.64e+03 0.00111 0 0 0 World initStep - 1 -91.9 48.9 1.64e+03 0 0.00111 0.326 0.326 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -91.6 48.6 1.6e+03 0.00454 0 0 0 World initStep - 1 -90.4 48.9 1.6e+03 0.00255 0.00199 1.99 1.99 World eIoni - 2 -90.2 49.1 1.6e+03 0 0.00255 1.16 3.15 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -91.2 48.1 1.55e+03 0.00156 0 0 0 World initStep - 1 -91.1 47.9 1.55e+03 0 0.00156 0.546 0.546 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -90.3 46.5 1.41e+03 0.00198 0 0 0 World initStep - 1 -90.2 46.8 1.41e+03 0 0.00198 0.787 0.787 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89.9 45.7 1.34e+03 0.00184 0 0 0 World initStep - 1 -89.9 45.4 1.34e+03 0 0.00184 0.701 0.701 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89.7 45.5 1.32e+03 0.00509 0 0 0 World initStep - 1 -89.6 46.9 1.32e+03 0.00396 0.00113 2.18 2.18 World eIoni - 2 -89 47.7 1.32e+03 0.00213 0.00182 1.78 3.96 World eIoni - 3 -89.1 47.8 1.32e+03 0 0.00213 0.888 4.85 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89.7 45.5 1.32e+03 0.00137 0 0 0 World initStep - 1 -89.9 45.6 1.32e+03 0 0.00137 0.445 0.445 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89.6 45.3 1.3e+03 0.00644 0 0 0 World initStep - 1 -91.1 44.2 1.3e+03 0.0026 0.00385 2.66 2.66 World eIoni - 2 -91.4 43.8 1.3e+03 0 0.0026 1.19 3.84 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89.5 45.1 1.28e+03 0.00108 0 0 0 World initStep - 1 -89.4 45.1 1.28e+03 0 0.00108 0.316 0.316 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -88.9 44.1 1.19e+03 0.013 0 0 0 World initStep - 1 -85.9 43.4 1.2e+03 0.0107 0.00227 4.66 4.66 World msc - 2 -85.8 41.3 1.2e+03 0.00798 0.000995 3.19 7.85 World eIoni - 3 -84.5 39.2 1.2e+03 0.00682 0.00116 3.26 11.1 World eIoni - 4 -83.7 37.5 1.2e+03 0.00381 0.00301 2.8 13.9 World eIoni - 5 -83.3 37.5 1.2e+03 0.00262 0.00119 1.73 15.6 World eIoni - 6 -83 37.3 1.2e+03 0 0.00262 1.2 16.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 69 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.8 41.3 1.2e+03 0.00175 0 0 0 World initStep - 1 -85.9 41.2 1.2e+03 0 0.00175 0.647 0.647 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -86.8 40.9 923 0.00134 0 0 0 World initStep - 1 -86.7 41 924 0 0.00134 0.43 0.43 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -86.8 40.9 920 0.00424 0 0 0 World initStep - 1 -85.7 40.9 920 0.00362 0.000621 1.89 1.89 World eIoni - 2 -85.2 40.2 920 0 0.00362 1.66 3.55 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -86.4 40.2 863 0.00118 0 0 0 World initStep - 1 -86.5 40.2 863 0 0.00118 0.358 0.358 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -86.3 40.1 857 0.00174 0 0 0 World initStep - 1 -86.5 40.3 857 0 0.00174 0.645 0.645 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.9 39.6 809 0.0013 0 0 0 World initStep - 1 -86 39.6 809 0 0.0013 0.413 0.413 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.5 39.1 761 0.00213 0 0 0 World initStep - 1 -85.2 38.9 761 0 0.00213 0.884 0.884 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.4 39 716 0.00852 0 0 0 World initStep - 1 -85.8 38.1 716 0.0065 0.000238 1.05 1.05 World eIoni - 2 -86.4 36.4 717 0.00449 0.00201 2.33 3.38 World msc - 3 -86.7 35.4 718 0.00212 0.00237 1.97 5.35 World eIoni - 4 -86.8 35.4 717 0 0.00212 0.877 6.23 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.8 38.1 716 0.00178 0 0 0 World initStep - 1 -85.9 38.1 716 0 0.00178 0.669 0.669 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.3 39 699 0.00116 0 0 0 World initStep - 1 -85.3 39.1 699 0 0.00116 0.349 0.349 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.1 38.9 658 0.00101 0 0 0 World initStep - 1 -85.2 38.8 658 0 0.00101 0.287 0.287 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.9 38.9 606 0.00208 0 0 0 World initStep - 1 -84.9 39.2 606 0 0.00208 0.849 0.849 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.7 38.8 572 0.0023 0 0 0 World initStep - 1 -84.3 38.6 572 0 0.0023 1 1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.6 38.7 542 0.00307 0 0 0 World initStep - 1 -84.4 38.1 542 0.00143 0.00163 1.43 1.43 World eIoni - 2 -84.6 38.1 542 0 0.00143 0.477 1.91 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.5 38.7 529 0.00561 0 0 0 World initStep - 1 -83.6 39.9 529 0.00473 0.000879 2.36 2.36 World eIoni - 2 -82.8 41 529 0.0027 0.00203 2.05 4.41 World eIoni - 3 -82.8 41.5 529 0 0.0027 1.25 5.66 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.5 38.7 519 0.0105 0 0 0 World initStep - 1 -87.2 39.5 522 0.00926 0.00122 4.42 4.42 World eIoni - 2 -88.6 40.5 524 0.00653 0.00273 3.82 8.24 World eIoni - 3 -89 39.7 526 0.00574 0.000784 2.69 10.9 World eIoni - 4 -88.4 40.2 527 0.00403 0.00172 2.4 13.3 World eIoni - 5 -88.4 39.5 528 0.00106 0.00297 1.81 15.1 World eIoni - 6 -88.3 39.5 528 0 0.00106 0.306 15.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.4 38.6 493 0.00242 0 0 0 World initStep - 1 -84.7 38.3 493 0 0.00242 1.09 1.09 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.2 38.6 450 0.00212 0 0 0 World initStep - 1 -84 38.9 450 0 0.00212 0.876 0.876 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.2 38.6 446 0.0125 0 0 0 World initStep - 1 -80.8 41.6 449 0.0109 0.00154 5.51 5.51 World eIoni - 2 -80.4 42 449 0.00863 0.000578 0.794 6.31 World eIoni - 3 -80.1 44.4 451 0.00798 0.000658 3.54 9.85 World eIoni - 4 -77.8 45.4 451 0.00678 0.00119 3.26 13.1 World eIoni - 5 -76 45.1 450 0.00421 0.00258 2.78 15.9 World eIoni - 6 -76.9 45.6 451 0.00308 0.00112 1.87 17.8 World eIoni - 7 -76.7 45 451 0 0.00308 1.44 19.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.4 42 449 0.00173 0 0 0 World initStep - 1 -80.3 41.9 450 0 0.00173 0.64 0.64 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.1 38.6 437 0.00185 0 0 0 World initStep - 1 -84.4 38.7 437 0 0.00185 0.707 0.707 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.5 38 27.2 0.00117 0 0 0 World initStep - 1 -82.4 38.1 27.2 0 0.00117 0.354 0.354 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.4 38 4.94 0.00462 0 0 0 World initStep - 1 -83.1 37 5.2 0.00361 0.00101 2.02 2.02 World eIoni - 2 -83.3 36.2 4.88 0.00206 0.00155 1.65 3.67 World eIoni - 3 -83.5 36.1 5.12 0 0.00206 0.84 4.51 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.2 38 -33.3 0.00194 0 0 0 World initStep - 1 -82.5 37.8 -33.3 0 0.00194 0.763 0.763 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.2 37.9 -50.1 0.00108 0 0 0 World initStep - 1 -82.2 37.8 -50 0 0.00108 0.313 0.313 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -81.9 37.9 -107 0.00109 0 0 0 World initStep - 1 -81.9 37.8 -107 0 0.00109 0.318 0.318 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -81.7 37.8 -142 0.00145 0 0 0 World initStep - 1 -81.9 37.8 -142 0 0.00145 0.489 0.489 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -81.7 37.8 -148 0.00186 0 0 0 World initStep - 1 -81.9 38 -148 0 0.00186 0.715 0.715 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -81.6 37.8 -159 0.0026 0 0 0 World initStep - 1 -81.3 38.1 -159 0 0.0026 1.19 1.19 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -81 37.3 -314 0.0192 0 0 0 World initStep - 1 -73.6 31.6 -312 0.0163 0.00292 10.3 10.3 World eIoni - 2 -68.9 28.7 -313 0.012 0.00316 5.92 16.2 World eIoni - 3 -68 24 -312 0.0109 0.00116 5.26 21.5 World eIoni - 4 -68 20.2 -312 0.0091 0.00178 4.63 26.1 World eIoni - 5 -65.9 18.2 -312 0.00655 0.00256 3.75 29.8 World eIoni - 6 -65.7 18.2 -312 0.00473 1.83e-05 0.224 30.1 World eIoni - 7 -65 18 -314 0.00187 0.00286 2.05 32.1 World eIoni - 8 -65.1 17.9 -314 0 0.00187 0.722 32.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -65.7 18.2 -312 0.0018 0 0 0 World initStep - 1 -65.5 18.2 -312 0 0.0018 0.677 0.677 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68.9 28.7 -313 0.00108 0 0 0 World initStep - 1 -68.8 28.8 -313 0 0.00108 0.315 0.315 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.8 37.2 -357 0.00123 0 0 0 World initStep - 1 -80.8 37.1 -357 0 0.00123 0.382 0.382 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.8 37.2 -372 0.00184 0 0 0 World initStep - 1 -81 37 -372 0 0.00184 0.699 0.699 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.6 37.1 -417 0.001 0 0 0 World initStep - 1 -80.6 37 -417 0 0.001 0.283 0.283 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.4 37.1 -476 0.0359 0 0 0 World initStep - 1 -59.4 40.3 -462 0.0284 0.00754 29 29 World eIoni - 2 -45.1 42.7 -453 0.0246 0.00383 19.4 48.5 World eIoni - 3 -33.2 50.4 -453 0.0215 0.00303 15.3 63.7 World eIoni - 4 -22.2 52.1 -456 0.019 0.00255 12.3 76.1 World eIoni - 5 -13.1 54.2 -455 0.0158 0.00319 10.1 86.2 World eIoni - 6 -14.5 50 -450 0.014 0.00179 7.65 93.8 World eIoni - 7 -18.8 47 -447 0.012 0.00201 6.44 100 World eIoni - 8 -20.9 47.2 -444 0.00889 0.00163 3.92 104 World eIoni - 9 -21.6 47.3 -441 0.00422 0.00467 3.65 108 World eIoni - 10 -22.4 46.6 -441 0.00227 0.00195 1.88 110 World eIoni - 11 -22.7 46.9 -441 0 0.00227 0.981 111 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.9 47.2 -444 0.00146 0 0 0 World initStep - 1 -20.8 47.3 -444 0 0.00146 0.493 0.493 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.2 37 -556 0.00305 0 0 0 World initStep - 1 -79.9 37.6 -556 0 0.00305 1.42 1.42 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.2 37 -565 0.00127 0 0 0 World initStep - 1 -80.3 36.9 -565 0 0.00127 0.399 0.399 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.1 37 -569 0.00138 0 0 0 World initStep - 1 -80.1 36.8 -569 0 0.00138 0.452 0.452 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.1 36.9 -577 0.00214 0 0 0 World initStep - 1 -80.5 37 -577 0 0.00214 0.892 0.892 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.9 36.8 -638 0.00232 0 0 0 World initStep - 1 -80.2 37.1 -638 0 0.00232 1.02 1.02 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.8 36.7 -690 0.00138 0 0 0 World initStep - 1 -79.9 36.8 -690 0 0.00138 0.454 0.454 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.7 36.7 -714 0.00473 0 0 0 World initStep - 1 -80.1 37.8 -714 0.00277 0.00196 2.05 2.05 World eIoni - 2 -80.2 38.4 -714 0.00153 0.00124 1.28 3.33 World eIoni - 3 -80.4 38.5 -714 0 0.00153 0.528 3.86 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.6 36.6 -746 0.00162 0 0 0 World initStep - 1 -79.4 36.7 -745 0 0.00162 0.577 0.577 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.4 36.5 -825 0.00856 0 0 0 World initStep - 1 -79.8 34 -824 0.00617 0.00239 3.51 3.51 World eIoni - 2 -79.6 32.4 -824 0.00533 0.000841 2.56 6.06 World eIoni - 3 -80.5 31.9 -823 0.00336 0.00197 2.26 8.32 World eIoni - 4 -80 32.3 -822 0.0014 0.00195 1.55 9.88 World eIoni - 5 -80.1 32.3 -822 0 0.0014 0.463 10.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.3 36.5 -846 0.00165 0 0 0 World initStep - 1 -79.6 36.5 -846 0 0.00165 0.594 0.594 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.3 36.4 -872 0.0032 0 0 0 World initStep - 1 -79.8 36 -872 0.00115 0.00205 1.49 1.49 World eIoni - 2 -79.9 35.9 -872 0 0.00115 0.345 1.83 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79 36.3 -937 0.00312 0 0 0 World initStep - 1 -78.8 37 -936 0.00151 0.00161 1.45 1.45 World eIoni - 2 -78.8 37.2 -936 0 0.00151 0.516 1.97 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -78.4 36.2 -1.06e+03 0.00404 0 0 0 World initStep - 1 -78 37.1 -1.06e+03 0.00204 0.002 1.81 1.81 World eIoni - 2 -78 37.4 -1.06e+03 0 0.00204 0.826 2.64 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -78.3 36.1 -1.09e+03 0.0349 0 0 0 World initStep - 1 -70.1 22.1 -1.07e+03 0.0318 0.0031 27.7 27.7 World eIoni - 2 -62.7 9.55 -1.06e+03 0.0296 0.00222 23.6 51.2 World eIoni - 3 -58 -2.7 -1.05e+03 0.0255 0.00414 20.9 72.1 World eIoni - 4 -52.1 -7.18 -1.04e+03 0.0222 0.00209 9.2 81.3 World eIoni - 5 -48.7 -11.3 -1.04e+03 0.014 0.00222 5.48 86.8 World eIoni - 6 -50.5 -15.5 -1.04e+03 0.0123 0.00176 6.47 93.2 World eIoni - 7 -49.6 -17.8 -1.05e+03 0.0111 0.00119 5.39 98.6 World eIoni - 8 -49.4 -21 -1.05e+03 0.00929 0.00179 4.73 103 World eIoni - 9 -48.1 -23.8 -1.05e+03 0.00727 0.00202 3.84 107 World eIoni - 10 -48.6 -25.5 -1.06e+03 0.00453 0.00158 2.66 110 World eIoni - 11 -49.2 -26.3 -1.06e+03 0.00188 0.00266 1.99 112 World eIoni - 12 -49 -26.3 -1.06e+03 0 0.00188 0.725 113 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.6 -25.5 -1.06e+03 0.00116 0 0 0 World initStep - 1 -48.6 -25.4 -1.06e+03 0 0.00116 0.349 0.349 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.7 -11.3 -1.04e+03 0.00595 0 0 0 World initStep - 1 -47.4 -11.7 -1.04e+03 0.00246 0.00127 2.28 2.28 World eIoni - 2 -47.5 -12.1 -1.04e+03 0.00123 0.00123 1.11 3.39 World eIoni - 3 -47.6 -12 -1.04e+03 0 0.00123 0.379 3.77 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 115 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.4 -11.7 -1.04e+03 0.00222 0 0 0 World initStep - 1 -47.1 -11.8 -1.04e+03 0 0.00222 0.946 0.946 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.1 -7.18 -1.04e+03 0.00117 0 0 0 World initStep - 1 -52.1 -7.2 -1.04e+03 0 0.00117 0.353 0.353 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -78.1 36 -1.12e+03 0.00553 0 0 0 World initStep - 1 -79.5 36.7 -1.12e+03 0.00403 0.0015 2.33 2.33 World eIoni - 2 -80.2 36 -1.12e+03 0.00135 0.00268 1.81 4.14 World eIoni - 3 -80.4 36 -1.12e+03 0 0.00135 0.437 4.58 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -77.4 35.8 -1.25e+03 0.00158 0 0 0 World initStep - 1 -77.6 36 -1.25e+03 0 0.00158 0.555 0.555 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76.8 35.8 -1.33e+03 0.00684 0 0 0 World initStep - 1 -74.9 35.9 -1.33e+03 0.00549 0.00135 2.81 2.81 World eIoni - 2 -74.2 37.3 -1.33e+03 0.00383 0.00166 2.31 5.12 World eIoni - 3 -74.1 37.9 -1.33e+03 0.00233 0.0015 1.74 6.86 World eIoni - 4 -74.5 37.8 -1.33e+03 0 0.00233 1.02 7.88 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76.8 35.7 -1.35e+03 0.00183 0 0 0 World initStep - 1 -76.7 36 -1.35e+03 0 0.00183 0.695 0.695 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76.6 35.7 -1.37e+03 0.00113 0 0 0 World initStep - 1 -76.5 35.7 -1.37e+03 0 0.00113 0.337 0.337 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76.5 35.7 -1.39e+03 0.00167 0 0 0 World initStep - 1 -76.5 35.9 -1.39e+03 0 0.00167 0.604 0.604 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76.4 35.7 -1.42e+03 0.0011 0 0 0 World initStep - 1 -76.4 35.8 -1.42e+03 0 0.0011 0.324 0.324 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76 35.5 -1.49e+03 0.00409 0 0 0 World initStep - 1 -75.5 36.5 -1.49e+03 0.00186 0.00223 1.83 1.83 World eIoni - 2 -75.3 36.3 -1.49e+03 0 0.00186 0.712 2.54 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.9 34.7 -1.9e+03 0.0242 0 0 0 World initStep - 1 -72.3 35.3 -1.9e+03 0.021 0.00104 3.23 3.23 World eIoni - 2 -68.6 41.4 -1.89e+03 0.0139 0.00711 11.9 15.1 World eIoni - 3 -67.7 44.8 -1.89e+03 0.0091 0.00479 6.38 21.5 World eIoni - 4 -69.1 42.5 -1.89e+03 0.00741 0.00169 3.75 25.2 World eIoni - 5 -69.3 42.9 -1.88e+03 0.00532 0.00208 3.03 28.2 World eIoni - 6 -70.1 43.6 -1.88e+03 0.00371 0.00162 2.26 30.5 World eIoni - 7 -69.9 43.8 -1.88e+03 0 0.00371 1.69 32.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.3 35.3 -1.9e+03 0.00216 0 0 0 World initStep - 1 -72.1 35.3 -1.9e+03 0 0.00216 0.906 0.906 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.5 34.6 -2.04e+03 0.00383 0 0 0 World initStep - 1 -75.5 34.5 -2.04e+03 0.00186 0.00197 1.74 1.74 World eIoni - 2 -75.7 34.5 -2.04e+03 0 0.00186 0.713 2.45 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.4 34.5 -2.1e+03 0.00149 0 0 0 World initStep - 1 -74.4 34.3 -2.1e+03 0 0.00149 0.505 0.505 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.2 34.4 -2.17e+03 0.00192 0 0 0 World initStep - 1 -74.3 34.1 -2.17e+03 0 0.00192 0.752 0.752 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74 34.4 -2.22e+03 0.00124 0 0 0 World initStep - 1 -73.8 34.4 -2.22e+03 0 0.00124 0.383 0.383 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.9 34.4 -2.26e+03 0.00103 0 0 0 World initStep - 1 -73.8 34.3 -2.26e+03 0 0.00103 0.295 0.295 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.9 34.4 -2.28e+03 0.00239 0 0 0 World initStep - 1 -73.4 34.3 -2.28e+03 0 0.00239 1.06 1.06 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.8 34.3 -2.35e+03 0.00229 0 0 0 World initStep - 1 -74.1 34.2 -2.35e+03 0 0.00229 0.997 0.997 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.7 34.3 -2.39e+03 0.00181 0 0 0 World initStep - 1 -73.9 34.5 -2.39e+03 0 0.00181 0.683 0.683 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.6 34.3 -2.39e+03 0.00383 0 0 0 World initStep - 1 -73.2 35.2 -2.39e+03 0 0.00383 1.74 1.74 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.6 34.3 -2.42e+03 0.00146 0 0 0 World initStep - 1 -73.5 34.5 -2.42e+03 0 0.00146 0.492 0.492 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.5 34.3 -2.46e+03 0.00473 0 0 0 World initStep - 1 -72.7 33.4 -2.46e+03 0.00294 0.00179 2.05 2.05 World eIoni - 2 -72.6 32.9 -2.46e+03 0 0.00294 1.37 3.42 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.5 34.3 -2.58e+03 0.0014 0 0 0 World initStep - 1 -73.4 34.1 -2.58e+03 0 0.0014 0.463 0.463 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.5 34.3 -2.61e+03 0.0148 0 0 0 World initStep - 1 -68.6 36.3 -2.61e+03 0.0134 0.00139 6.96 6.96 World eIoni - 2 -70.2 40.5 -2.61e+03 0.011 0.00233 6.06 13 World eIoni - 3 -70 43.4 -2.61e+03 0.00937 0.00168 4.71 17.7 World eIoni - 4 -72.1 45.4 -2.61e+03 0.00388 0.00173 3.7 21.4 World eIoni - 5 -72.6 44.7 -2.61e+03 0.00181 0.00207 1.76 23.2 World eIoni - 6 -72.7 44.5 -2.61e+03 0 0.00181 0.683 23.9 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.1 45.4 -2.61e+03 0.00375 0 0 0 World initStep - 1 -72.9 45.9 -2.61e+03 0.00135 0.0024 1.71 1.71 World eIoni - 2 -73.1 45.9 -2.61e+03 0 0.00135 0.439 2.15 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -29 -2.61e+03 50 0 0 0 World initStep - 1 -35.4 -29 -2.59e+03 50 0.00466 22.4 22.4 World hIoni - 2 -35.4 -29 -2.58e+03 50 0.00216 8.6 31 World hIoni - 3 -35.4 -28.9 -2.52e+03 50 0.0112 59.4 90.4 World hIoni - 4 -35.4 -28.9 -2.52e+03 50 4.05e-05 0.166 90.6 World hIoni - 5 -35.4 -28.8 -2.39e+03 49.9 0.0264 128 218 World hIoni - 6 -35.4 -28.8 -2.37e+03 49.9 0.0027 24.1 242 World hIoni - 7 -35.4 -28.7 -2.35e+03 49.9 0.0032 20.2 263 World hIoni - 8 -35.4 -28.7 -2.33e+03 49.9 0.00242 18.3 281 World hIoni - 9 -35.5 -28.6 -2.3e+03 49.9 0.00556 34.2 315 World hIoni - 10 -35.5 -28.6 -2.29e+03 49.9 0.000194 2.69 318 World hIoni - 11 -35.5 -28.4 -2.24e+03 49.9 0.00874 52.8 371 World hIoni - 12 -35.6 -28.3 -2.21e+03 49.9 0.00379 28.3 399 World hIoni - 13 -35.7 -28 -2.1e+03 49.8 0.0222 116 515 World hIoni - 14 -35.8 -27.8 -2.04e+03 49.8 0.0116 57.3 572 World hIoni - 15 -35.8 -27.7 -1.99e+03 49.8 0.00886 53.6 626 World hIoni - 16 -35.8 -27.6 -1.96e+03 49.8 0.00249 23 649 World hIoni - 17 -35.8 -27.6 -1.96e+03 49.8 0.00131 8.34 657 World hIoni - 18 -35.8 -27.6 -1.94e+03 49.8 0.00231 14.6 672 World hIoni - 19 -35.8 -27.4 -1.88e+03 49.8 0.0138 61.9 733 World hIoni - 20 -35.8 -27.3 -1.82e+03 49.7 0.00815 63.2 797 World hIoni - 21 -35.8 -27.1 -1.75e+03 49.7 0.0111 69.5 866 cloudPV CoupledTransportation - 22 -35.8 -27.1 -1.75e+03 48.2 1.58 1.19 867 World CoupledTransportation - 23 -35.7 -26.9 -1.74e+03 48.2 0.000927 8.21 876 World hIoni - 24 -35.6 -26.4 -1.71e+03 48.1 0.00534 25.6 901 World hIoni - 25 -35.3 -25.7 -1.67e+03 48.1 0.00761 38.4 940 World hIoni - 26 -34.8 -24.8 -1.62e+03 48.1 0.0109 56.2 996 World hIoni - 27 -34.5 -24.3 -1.59e+03 48.1 0.00683 29.6 1.03e+03 World hIoni - 28 -34.2 -23.6 -1.55e+03 48.1 0.00817 39.4 1.06e+03 cloudPV CoupledTransportation - 29 -34.2 -23.6 -1.55e+03 45.5 2.6 1.77 1.07e+03 World CoupledTransportation - 30 -33.6 -23 -1.51e+03 45.5 0.00762 35.1 1.1e+03 World hIoni - 31 -30.4 -19.7 -1.32e+03 45.4 0.0369 193 1.29e+03 World hIoni - 32 -30.1 -19.4 -1.3e+03 45.4 0.0026 19.1 1.31e+03 World hIoni - 33 -30.1 -19.3 -1.29e+03 45.4 0.00165 4.12 1.32e+03 World hIoni - 34 -29.4 -18.7 -1.25e+03 45.4 0.00853 40.6 1.36e+03 World hIoni - 35 -29.3 -18.6 -1.25e+03 45.4 0.000855 4.95 1.36e+03 World hIoni - 36 -28.3 -17.5 -1.18e+03 45.4 0.0124 67 1.43e+03 World hIoni - 37 -28.2 -17.4 -1.18e+03 45.4 0.000394 2.79 1.43e+03 World hIoni - 38 -27.5 -16.6 -1.13e+03 45.4 0.00745 46.3 1.48e+03 World hIoni - 39 -27.3 -16.4 -1.12e+03 45.4 0.00221 11.6 1.49e+03 World hIoni - 40 -27.1 -16.2 -1.11e+03 45.4 0.00386 9.08 1.5e+03 World hIoni - 41 -25.3 -14.1 -997 45.3 0.0189 116 1.62e+03 World hIoni - 42 -24.2 -13 -932 45.3 0.0157 65.1 1.68e+03 World hIoni - 43 -23.8 -12.5 -906 45.3 0.00487 26.2 1.71e+03 World hIoni - 44 -21.4 -9.92 -762 45.3 0.0345 144 1.85e+03 World hIoni - 45 -20.3 -8.74 -696 45.3 0.0137 66 1.92e+03 World hIoni - 46 -19.7 -8.1 -660 45.3 0.00853 36.6 1.95e+03 World hIoni - 47 -19.2 -7.56 -630 45.2 0.00471 29.7 1.98e+03 World hIoni - 48 -19 -7.43 -622 45.2 0.00164 7.46 1.99e+03 World hIoni - 49 -18.3 -6.64 -580 45.2 0.00733 42.5 2.03e+03 World hIoni - 50 -15.2 -3.3 -396 45.2 0.0307 184 2.22e+03 World hIoni - 51 -15.1 -3.28 -395 45.2 0.000237 1.15 2.22e+03 World hIoni - 52 -14.6 -2.77 -365 45.2 0.00444 29.9 2.25e+03 World hIoni - 53 -13.9 -2.02 -321 45.1 0.00709 44.1 2.29e+03 World hIoni - 54 -13.6 -1.74 -304 45.1 0.00284 17 2.31e+03 World hIoni - 55 -12.9 -1.14 -267 45.1 0.00662 36.6 2.35e+03 World hIoni - 56 -11.5 0.13 -190 45.1 0.0156 77.5 2.42e+03 World hIoni - 57 -10.8 0.807 -151 45.1 0.00516 38.9 2.46e+03 World hIoni - 58 -10.7 0.952 -143 45.1 0.00197 8.07 2.47e+03 World hIoni - 59 -9.3 2.31 -66.2 45.1 0.0219 76.4 2.55e+03 World hIoni - 60 -9.17 2.44 -58.8 45.1 0.00205 7.47 2.55e+03 World hIoni - 61 -6.83 4.67 73.9 45 0.0217 133 2.69e+03 World hIoni - 62 -6.53 4.94 89.8 45 0.00583 15.9 2.7e+03 World hIoni - 63 -5.87 5.47 123 45 0.0101 33.7 2.74e+03 World hIoni - 64 -4.92 6.25 172 45 0.00931 48.2 2.78e+03 World hIoni - 65 -4.47 6.61 193 45 0.00554 21.8 2.81e+03 World hIoni - 66 -3.43 7.43 244 45 0.00798 50.1 2.86e+03 World hIoni - 67 -2.72 8.02 279 45 0.00804 35.5 2.89e+03 World hIoni - 68 1.27 11.2 478 44.9 0.0456 199 3.09e+03 World hIoni - 69 1.55 11.5 493 44.9 0.00305 14.6 3.11e+03 World hIoni - 70 6.54 16.3 762 44.9 0.0436 269 3.38e+03 World hIoni - 71 8.92 18.3 887 44.9 0.0242 125 3.5e+03 World hIoni - 72 12.2 20.6 1.05e+03 44.8 0.0373 160 3.66e+03 World hIoni - 73 13.1 21.3 1.1e+03 44.8 0.00684 48.8 3.71e+03 World hIoni - 74 14 21.9 1.14e+03 44.8 0.00986 46.6 3.76e+03 World hIoni - 75 15 22.6 1.2e+03 44.8 0.0165 57.4 3.81e+03 World hIoni - 76 16.7 23.8 1.3e+03 44.7 0.0198 101 3.91e+03 World hIoni - 77 16.9 23.9 1.31e+03 44.7 0.00226 8.21 3.92e+03 World hIoni - 78 17.3 24.1 1.33e+03 44.7 0.00391 20.7 3.94e+03 World hIoni - 79 18.7 24.9 1.41e+03 44.7 0.0161 78.6 4.02e+03 World hIoni - 80 20 25.7 1.48e+03 44.6 0.0119 68.7 4.09e+03 World hIoni - 81 20.1 25.8 1.48e+03 44.6 0.00109 7.46 4.1e+03 World hIoni - 82 21.7 26.8 1.57e+03 44.6 0.0172 90.4 4.19e+03 World hIoni - 83 22.3 27.2 1.61e+03 44.6 0.00522 35.6 4.22e+03 World hIoni - 84 22.5 27.3 1.62e+03 44.6 0.00234 8.94 4.23e+03 World hIoni - 85 22.8 27.4 1.63e+03 44.6 0.00152 14.9 4.25e+03 World hIoni - 86 22.8 27.4 1.63e+03 44.6 6.58e-05 0.153 4.25e+03 World hIoni - 87 23 27.5 1.65e+03 44.6 0.00219 11.4 4.26e+03 World hIoni - 88 23.3 27.7 1.66e+03 44.6 0.00329 16.6 4.28e+03 World hIoni - 89 23.7 27.9 1.68e+03 44.6 0.00389 21.4 4.3e+03 World hIoni - 90 24.5 28.4 1.74e+03 44.6 0.0113 51.2 4.35e+03 World hIoni - 91 24.9 28.6 1.76e+03 44.6 0.00354 23.9 4.37e+03 World hIoni - 92 26.3 29.4 1.84e+03 44.5 0.0135 81.6 4.45e+03 World hIoni - 93 26.5 29.6 1.85e+03 44.5 0.00146 10.8 4.46e+03 World hIoni - 94 27.6 30.2 1.92e+03 44.5 0.0121 64.9 4.53e+03 World hIoni - 95 30 31.7 2.07e+03 44.5 0.0213 152 4.68e+03 World hIoni - 96 32.1 32.9 2.19e+03 44.5 0.0228 124 4.81e+03 World hIoni - 97 33.1 33.5 2.25e+03 44.5 0.0104 60.4 4.87e+03 World hIoni - 98 33.4 33.7 2.27e+03 44.4 0.00499 20.9 4.89e+03 cloudPV CoupledTransportation - 99 33.5 33.7 2.27e+03 41.9 2.56 1.82 4.89e+03 World CoupledTransportation - 100 34.2 34.8 2.31e+03 41.9 0.00612 38.1 4.93e+03 World hIoni - 101 34.5 35 2.32e+03 41.9 0.00157 9.71 4.94e+03 World hIoni - 102 36.3 37.5 2.41e+03 41.9 0.015 91.4 5.03e+03 World hIoni - 103 36.9 38.3 2.44e+03 41.9 0.00661 28.6 5.06e+03 World hIoni - 104 37 38.5 2.45e+03 41.8 0.000741 5.39 5.06e+03 World hIoni - 105 38.2 40 2.5e+03 41.8 0.0125 56.3 5.12e+03 World hIoni - 106 39.3 41.5 2.56e+03 41.8 0.0129 53.4 5.17e+03 World hIoni - 107 39.3 41.5 2.56e+03 41.8 0.00116 0.605 5.17e+03 World hIoni - 108 40.1 42.6 2.6e+03 41.8 0.0111 41.7 5.21e+03 detectorPV CoupledTransportation - 109 40.2 42.7 2.6e+03 36.5 5.28 1.74 5.22e+03 detectorPV hIoni - 110 40.2 42.7 2.6e+03 31.5 4.95 1.4 5.22e+03 detectorPV hIoni - 111 40.2 42.8 2.6e+03 26.9 4.6 1.12 5.22e+03 detectorPV hIoni - 112 40.2 42.8 2.61e+03 23.1 3.84 0.884 5.22e+03 detectorPV hIoni - 113 40.2 42.8 2.61e+03 19.5 3.59 0.711 5.22e+03 detectorPV hIoni - 114 40.2 42.9 2.61e+03 16.4 3.06 0.567 5.22e+03 detectorPV hIoni - 115 40.2 42.9 2.61e+03 13.4 3.01 0.458 5.22e+03 detectorPV hIoni - 116 40.2 43 2.61e+03 10.4 3.04 0.365 5.22e+03 detectorPV hIoni - 117 40.2 43 2.61e+03 7.6 2.79 0.283 5.22e+03 detectorPV hIoni - 118 40.2 43 2.61e+03 4.77 2.83 0.218 5.22e+03 detectorPV hIoni - 119 40.2 43 2.61e+03 1.51 3.26 0.15 5.22e+03 detectorPV hIoni - 120 40.2 43 2.61e+03 0.218 1.29 0.0273 5.22e+03 detectorPV hIoni - 121 40.2 43 2.61e+03 0.0508 0.167 0.0021 5.22e+03 detectorPV hIoni - 122 40.2 43 2.61e+03 0 0.0508 0.000613 5.22e+03 detectorPV hIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 39.3 41.5 2.56e+03 0.00503 0 0 0 World initStep - 1 40.2 40.5 2.56e+03 0.00205 0.00297 2.15 2.15 World eIoni - 2 39.8 40.5 2.56e+03 0 0.00205 0.835 2.99 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 39.3 41.5 2.56e+03 0.039 0 0 0 World initStep - 1 40.2 42.2 2.56e+03 0.0334 0.000528 1.46 1.46 World eIoni - 2 38.8 58.4 2.58e+03 0.031 0.00238 25.6 27 World eIoni - 3 31.7 68.7 2.59e+03 0.0273 0.00373 22.5 49.6 World eIoni - 4 16.9 71.4 2.6e+03 0.0239 0.0034 18.2 67.7 World eIoni - 5 8.6 74 2.6e+03 0.023 0.000865 10 77.7 detectorPV CoupledTransportation - 6 8.6 74 2.6e+03 0.023 0 0 77.7 World CoupledTransportation - 7 -3.82 73.6 2.6e+03 0.0194 0.00359 13.7 91.5 World eIoni - 8 -11.1 76.8 2.59e+03 0.0156 0.00385 10.5 102 World eIoni - 9 -15.3 75 2.59e+03 0.012 0.00154 5.16 107 World eIoni - 10 -17.2 71.8 2.59e+03 0.00983 0.00213 5.22 112 World eIoni - 11 -13.9 72 2.59e+03 0.00757 0.00226 4.09 116 World eIoni - 12 -12.4 73.6 2.59e+03 0.00513 0.00245 3.09 119 World eIoni - 13 -11.1 73.2 2.59e+03 0.00159 0.00354 2.19 122 World eIoni - 14 -11.1 73.3 2.59e+03 0 0.00159 0.56 122 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 101 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.3 75 2.59e+03 0.00205 0 0 0 World initStep - 1 -15.3 75.2 2.59e+03 0 0.00205 0.831 0.831 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 101 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.2 42.2 2.56e+03 0.00511 0 0 0 World initStep - 1 41.4 41.6 2.56e+03 0.00231 0.0028 2.18 2.18 World eIoni - 2 41.7 41.3 2.56e+03 0 0.00231 1.01 3.19 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.2 40 2.5e+03 0.00493 0 0 0 World initStep - 1 39.5 40.2 2.5e+03 0.00316 0.00177 2.12 2.12 World eIoni - 2 39.7 39.8 2.51e+03 0.0019 0.00126 1.47 3.59 World eIoni - 3 39.5 39.7 2.51e+03 0 0.0019 0.736 4.33 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37 38.5 2.45e+03 0.0011 0 0 0 World initStep - 1 36.9 38.5 2.45e+03 0 0.0011 0.325 0.325 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.9 38.3 2.44e+03 0.00111 0 0 0 World initStep - 1 36.9 38.4 2.44e+03 0 0.00111 0.328 0.328 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.3 37.5 2.41e+03 0.00184 0 0 0 World initStep - 1 36.1 37.5 2.41e+03 0 0.00184 0.701 0.701 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.5 35 2.32e+03 0.00522 0 0 0 World initStep - 1 34.1 33.7 2.32e+03 0.00296 0.00226 2.22 2.22 World eIoni - 2 33.7 33.5 2.32e+03 0 0.00296 1.38 3.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.2 34.8 2.31e+03 0.00115 0 0 0 World initStep - 1 34.4 34.8 2.31e+03 0 0.00115 0.346 0.346 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.1 33.5 2.25e+03 0.00509 0 0 0 World initStep - 1 34.1 34.4 2.25e+03 0.00258 0.00251 2.18 2.18 World eIoni - 2 34.3 34.7 2.25e+03 0 0.00258 1.18 3.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.1 32.9 2.19e+03 0.00373 0 0 0 World initStep - 1 32.4 32 2.19e+03 0.00163 0.00209 1.7 1.7 World eIoni - 2 32.4 31.9 2.19e+03 0 0.00163 0.584 2.28 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 30 31.7 2.07e+03 0.0021 0 0 0 World initStep - 1 30 32.1 2.07e+03 0 0.0021 0.863 0.863 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.6 30.2 1.92e+03 0.0034 0 0 0 World initStep - 1 27.6 29.4 1.92e+03 0 0.0034 1.57 1.57 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 26.5 29.6 1.85e+03 0.00407 0 0 0 World initStep - 1 27.5 29.4 1.85e+03 0.00194 0.00213 1.83 1.83 World eIoni - 2 27.5 29.3 1.85e+03 0 0.00194 0.766 2.59 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 26.3 29.4 1.84e+03 0.0047 0 0 0 World initStep - 1 25.6 30.5 1.84e+03 0.00277 0.00193 2.04 2.04 World eIoni - 2 25.3 30.7 1.84e+03 0.00103 0.00174 1.28 3.33 World eIoni - 3 25.3 30.7 1.84e+03 0 0.00103 0.295 3.62 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 24.9 28.6 1.76e+03 0.00228 0 0 0 World initStep - 1 25.2 28.4 1.76e+03 0 0.00228 0.972 0.972 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 24.5 28.4 1.74e+03 0.0034 0 0 0 World initStep - 1 24.2 29.1 1.74e+03 0.00116 0.00223 1.57 1.57 World eIoni - 2 24.1 29.1 1.74e+03 0 0.00116 0.351 1.92 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 23.7 27.9 1.68e+03 0.00119 0 0 0 World initStep - 1 23.6 28 1.68e+03 0 0.00119 0.361 0.361 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 23.3 27.7 1.66e+03 0.00155 0 0 0 World initStep - 1 23.1 27.8 1.66e+03 0 0.00155 0.54 0.54 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 23 27.5 1.65e+03 0.00348 0 0 0 World initStep - 1 23.2 26.7 1.65e+03 0.00167 0.00181 1.6 1.6 World eIoni - 2 23 26.8 1.65e+03 0 0.00167 0.602 2.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.8 27.4 1.63e+03 0.00153 0 0 0 World initStep - 1 22.8 27.6 1.63e+03 0 0.00153 0.527 0.527 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.8 27.4 1.63e+03 0.00142 0 0 0 World initStep - 1 23 27.4 1.63e+03 0 0.00142 0.47 0.47 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.5 27.3 1.62e+03 0.00637 0 0 0 World initStep - 1 20.9 28.1 1.62e+03 0.00418 0.00219 2.63 2.63 World eIoni - 2 19.9 27.8 1.62e+03 0.00165 0.00253 1.86 4.49 World eIoni - 3 20 28 1.62e+03 0 0.00165 0.592 5.08 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.3 27.2 1.61e+03 0.00233 0 0 0 World initStep - 1 22.3 27.6 1.61e+03 0 0.00233 1.02 1.02 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 21.7 26.8 1.57e+03 0.00129 0 0 0 World initStep - 1 21.8 26.7 1.57e+03 0 0.00129 0.408 0.408 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20.1 25.8 1.48e+03 0.00143 0 0 0 World initStep - 1 20.3 25.8 1.48e+03 0 0.00143 0.477 0.477 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20 25.7 1.48e+03 0.0217 0 0 0 World initStep - 1 13.3 30 1.48e+03 0.0161 0.00364 10.5 10.5 World eIoni - 2 8.92 30.4 1.49e+03 0.0147 0.00143 7.87 18.4 World eIoni - 3 6.23 28.9 1.49e+03 0.0113 0.00335 6.88 25.2 World eIoni - 4 7.73 30.4 1.5e+03 0.00931 0.002 4.86 30.1 World eIoni - 5 10.1 31.5 1.5e+03 0.00636 0.00295 3.85 33.9 World eIoni - 6 11.3 33.3 1.5e+03 0.00369 0.00266 2.62 36.6 World eIoni - 7 11.9 33.7 1.5e+03 0.00137 0.00233 1.69 38.2 World eIoni - 8 11.8 33.6 1.5e+03 0 0.00137 0.445 38.7 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.3 30 1.48e+03 0.00194 0 0 0 World initStep - 1 13.1 29.8 1.48e+03 0 0.00194 0.762 0.762 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 18.7 24.9 1.41e+03 0.00126 0 0 0 World initStep - 1 18.8 24.8 1.41e+03 0 0.00126 0.397 0.397 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.3 24.1 1.33e+03 0.0476 0 0 0 World initStep - 1 9.7 30.8 1.34e+03 0.0432 0.00201 13.4 13.4 World eIoni - 2 -17.9 40.9 1.36e+03 0.0371 0.00603 40 53.3 World eIoni - 3 -42 38.4 1.36e+03 0.0309 0.00629 28.5 81.8 cloudPV CoupledTransportation - 4 -42 38.4 1.36e+03 0.0305 0.00033 0.00075 81.8 cloudPV msc - 5 -42 38.4 1.36e+03 0.0299 0.000655 0.000719 81.8 cloudPV msc - 6 -42 38.4 1.36e+03 0.0294 0.000469 0.000704 81.8 cloudPV msc - 7 -42 38.4 1.36e+03 0.029 0.000411 0.000762 81.8 cloudPV msc - 8 -42 38.4 1.36e+03 0.0274 0.00155 0.000733 81.8 cloudPV msc - 9 -42 38.4 1.36e+03 0.0261 0.00133 0.00105 81.8 cloudPV msc - 10 -42 38.4 1.36e+03 0.0253 0.000847 0.00128 81.8 cloudPV msc - 11 -42 38.4 1.36e+03 0.0241 0.00115 0.00125 81.8 cloudPV msc - 12 -42 38.4 1.36e+03 0.0231 0.000982 0.00123 81.8 cloudPV msc - 13 -42 38.4 1.36e+03 0.0227 0.000452 0.000771 81.8 cloudPV msc - 14 -42 38.4 1.36e+03 0.0192 0.00346 0.000823 81.8 cloudPV msc - 15 -42 38.4 1.36e+03 0.0164 0.00285 0.000646 81.8 cloudPV msc - 16 -42 38.4 1.36e+03 0.0164 0 2.77e-05 81.8 World CoupledTransportation - 17 -41.1 31.2 1.36e+03 0.0147 0.00166 8.08 89.9 World eIoni - 18 -41.8 25.5 1.36e+03 0.0122 0.00125 6.32 96.2 World eIoni - 19 -44 21.1 1.36e+03 0.0098 0.00239 5.35 102 World eIoni - 20 -45.2 18.4 1.36e+03 0.00718 0.00262 4.08 106 World eIoni - 21 -45.5 16.2 1.36e+03 0.00457 0.00261 2.94 109 World eIoni - 22 -46.2 15.3 1.36e+03 0.00251 0.00207 2 111 World eIoni - 23 -46.2 15.3 1.36e+03 0.00155 0.000954 0.655 111 World eIoni - 24 -46.2 15.5 1.36e+03 0 0.00155 0.54 112 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.8 25.5 1.36e+03 0.00127 0 0 0 World initStep - 1 -41.8 25.4 1.36e+03 0 0.00127 0.401 0.401 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.7 30.8 1.34e+03 0.00244 0 0 0 World initStep - 1 10 30.9 1.34e+03 0 0.00244 1.09 1.09 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 16.9 23.9 1.31e+03 0.00295 0 0 0 World initStep - 1 17.2 24.4 1.31e+03 0 0.00295 1.37 1.37 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 16.7 23.8 1.3e+03 0.00184 0 0 0 World initStep - 1 16.8 23.5 1.3e+03 0 0.00184 0.705 0.705 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15 22.6 1.2e+03 0.00182 0 0 0 World initStep - 1 15.2 22.9 1.2e+03 0 0.00182 0.691 0.691 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14 21.9 1.14e+03 0.00168 0 0 0 World initStep - 1 14.2 21.9 1.14e+03 0 0.00168 0.611 0.611 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.1 21.3 1.1e+03 0.0195 0 0 0 World initStep - 1 11.6 11.7 1.1e+03 0.018 0.00146 10.5 10.5 World eIoni - 2 6.99 4.4 1.1e+03 0.0159 0.00211 9.31 19.8 World eIoni - 3 3.69 -0.9 1.1e+03 0.0138 0.00212 7.72 27.5 World eIoni - 4 2.72 -6.6 1.1e+03 0.0106 0.00317 6.29 33.8 World eIoni - 5 2.51 -9.47 1.1e+03 0.00789 0.0027 4.47 38.3 World eIoni - 6 0.899 -9.28 1.11e+03 0.00595 0.00194 3.22 41.5 World eIoni - 7 0.201 -10 1.11e+03 0.00385 0.0021 2.48 44 World eIoni - 8 -0.21 -10.9 1.11e+03 0.00232 0.00153 1.75 45.7 World eIoni - 9 -0.539 -10.8 1.11e+03 0 0.00232 1.02 46.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.2 20.6 1.05e+03 0.00142 0 0 0 World initStep - 1 12.4 20.7 1.05e+03 0 0.00142 0.472 0.472 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.92 18.3 887 0.00153 0 0 0 World initStep - 1 8.79 18.4 887 0 0.00153 0.53 0.53 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.54 16.3 762 0.0063 0 0 0 World initStep - 1 4.9 16.9 763 0.00266 0.00364 2.6 2.6 World eIoni - 2 4.8 16.5 763 0 0.00266 1.22 3.83 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.55 11.5 493 0.00316 0 0 0 World initStep - 1 1.49 10.8 493 0.00125 0.00192 1.47 1.47 World eIoni - 2 1.6 10.8 493 0 0.00125 0.389 1.86 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.27 11.2 478 0.00153 0 0 0 World initStep - 1 1.26 11 478 0 0.00153 0.528 0.528 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.72 8.02 279 0.00159 0 0 0 World initStep - 1 -2.5 8.07 279 0 0.00159 0.559 0.559 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.43 7.43 244 0.00144 0 0 0 World initStep - 1 -3.38 7.25 244 0 0.00144 0.484 0.484 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.47 6.61 193 0.00116 0 0 0 World initStep - 1 -4.57 6.53 193 0 0.00116 0.35 0.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.92 6.25 172 0.00864 0 0 0 World initStep - 1 -6.14 3.96 173 0.00554 0.0031 3.54 3.54 World eIoni - 2 -7.65 3.54 172 0.00428 0.00126 2.33 5.88 World eIoni - 3 -8.24 2.74 172 0.00237 0.00191 1.9 7.77 World eIoni - 4 -8.1 2.59 172 0 0.00237 1.05 8.82 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.87 5.47 123 0.00102 0 0 0 World initStep - 1 -5.81 5.39 123 0 0.00102 0.289 0.289 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.53 4.94 89.8 0.00129 0 0 0 World initStep - 1 -6.62 5.06 89.8 0 0.00129 0.41 0.41 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.83 4.67 73.9 0.0021 0 0 0 World initStep - 1 -6.58 4.92 73.9 0 0.0021 0.865 0.865 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.17 2.44 -58.8 0.00115 0 0 0 World initStep - 1 -9.18 2.31 -58.8 0 0.00115 0.347 0.347 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.3 2.31 -66.2 0.00419 0 0 0 World initStep - 1 -8.27 2.03 -66 0.00176 0.00243 1.87 1.87 World eIoni - 2 -8.16 1.89 -65.8 0 0.00176 0.654 2.52 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.7 0.952 -143 0.00665 0 0 0 World initStep - 1 -12.5 1.52 -142 0.00455 0.00211 2.73 2.73 World eIoni - 2 -13.1 1.97 -143 0.00136 0.00318 1.99 4.72 World eIoni - 3 -13.2 2.01 -143 0 0.00136 0.445 5.17 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.8 0.807 -151 0.00113 0 0 0 World initStep - 1 -10.9 0.757 -151 0 0.00113 0.336 0.336 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.5 0.13 -190 0.00115 0 0 0 World initStep - 1 -11.5 0.000222 -190 0 0.00115 0.345 0.345 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.9 -1.14 -267 0.0015 0 0 0 World initStep - 1 -13.1 -1.27 -267 0 0.0015 0.514 0.514 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.6 -1.74 -304 0.00244 0 0 0 World initStep - 1 -13.2 -2.06 -304 0 0.00244 1.1 1.1 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.9 -2.02 -321 0.0221 0 0 0 World initStep - 1 -4.58 2.14 -314 0.0208 0.00135 12.9 12.9 World eIoni - 2 0.223 9.23 -308 0.0183 0.00244 11.6 24.5 World eIoni - 3 -1.04 15 -301 0.0152 0.00312 9.58 34.1 World eIoni - 4 0.00817 20.4 -297 0.0134 0.00183 7.25 41.4 World eIoni - 5 -0.131 25.6 -295 0.0113 0.00205 6.05 47.4 World eIoni - 6 1.01 28.8 -292 0.0102 0.00112 4.87 52.3 World eIoni - 7 -2.29 27.7 -290 0.00905 0.00116 4.28 56.6 World eIoni - 8 -4.85 26.1 -289 0.0051 0.00395 3.73 60.3 World eIoni - 9 -5.84 25.6 -288 0.00228 0.00172 1.92 62.2 World eIoni - 10 -6.15 25.9 -288 0 0.00228 0.989 63.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 50 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.84 25.6 -288 0.0011 0 0 0 World initStep - 1 -5.91 25.5 -288 0 0.0011 0.322 0.322 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.6 -2.77 -365 0.00376 0 0 0 World initStep - 1 -15.2 -2.81 -365 0.00218 0.00039 0.683 0.683 World eIoni - 2 -15.3 -3.13 -365 0 0.00218 0.92 1.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 49 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.2 -2.81 -365 0.00119 0 0 0 World initStep - 1 -15.3 -2.74 -365 0 0.00119 0.361 0.361 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.1 -3.28 -395 0.00413 0 0 0 World initStep - 1 -15.3 -4.31 -394 0.00137 0.00276 1.84 1.84 World eIoni - 2 -15.3 -4.15 -394 0 0.00137 0.448 2.29 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.2 -3.3 -396 0.00107 0 0 0 World initStep - 1 -15.3 -3.32 -396 0 0.00107 0.309 0.309 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.3 -6.64 -580 0.00174 0 0 0 World initStep - 1 -18.4 -6.4 -580 0 0.00174 0.644 0.644 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19 -7.43 -622 0.0166 0 0 0 World initStep - 1 -14.4 -13.4 -621 0.0142 0.00245 8.26 8.26 World eIoni - 2 -11.5 -15.7 -617 0.0114 0.00273 6.56 14.8 World eIoni - 3 -10.5 -16 -612 0.0106 0.000794 4.92 19.7 World eIoni - 4 -11.2 -15.1 -608 0.00896 0.00168 4.5 24.2 World eIoni - 5 -13.5 -15 -606 0.00779 0.00117 3.69 27.9 World eIoni - 6 -14.8 -12.5 -606 0.00382 0.00398 3.18 31.1 World eIoni - 7 -15.3 -11.7 -605 0.00151 0.00231 1.73 32.8 World eIoni - 8 -15.2 -11.8 -606 0 0.00151 0.516 33.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -7.56 -630 0.00248 0 0 0 World initStep - 1 -18.7 -7.37 -630 0.00104 0.00144 1.12 1.12 World eIoni - 2 -18.7 -7.47 -630 0 0.00104 0.298 1.42 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.7 -8.1 -660 0.00134 0 0 0 World initStep - 1 -19.8 -8.2 -660 0 0.00134 0.433 0.433 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.3 -8.74 -696 0.00272 0 0 0 World initStep - 1 -19.9 -8.36 -696 0 0.00272 1.26 1.26 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.4 -9.92 -762 0.00117 0 0 0 World initStep - 1 -21.4 -9.8 -762 0 0.00117 0.354 0.354 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.8 -12.5 -906 0.0011 0 0 0 World initStep - 1 -23.7 -12.4 -906 0 0.0011 0.322 0.322 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.2 -13 -932 0.00226 0 0 0 World initStep - 1 -24.2 -13.4 -932 0 0.00226 0.975 0.975 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.3 -14.1 -997 0.0103 0 0 0 World initStep - 1 -21.9 -13.6 -995 0.00892 0.00133 4.3 4.3 World eIoni - 2 -19.5 -12.8 -994 0.00708 0.00184 3.67 7.97 World eIoni - 3 -17.8 -11.8 -993 0.00579 0.00129 2.9 10.9 World eIoni - 4 -16.9 -10.4 -993 0.0043 0.0015 2.42 13.3 World eIoni - 5 -17.1 -10.1 -994 0.00368 0.000614 1.9 15.2 World eIoni - 6 -18 -10.1 -994 0 0.00368 1.68 16.9 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.1 -16.2 -1.11e+03 0.00105 0 0 0 World initStep - 1 -27.1 -16.3 -1.11e+03 0 0.00105 0.304 0.304 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.3 -16.4 -1.12e+03 0.00947 0 0 0 World initStep - 1 -24.9 -18 -1.12e+03 0.00805 0.00142 3.92 3.92 World eIoni - 2 -24.1 -18.1 -1.12e+03 0.00653 0.00152 3.29 7.21 World eIoni - 3 -23.9 -17.9 -1.12e+03 0.00461 0.00193 2.69 9.9 World eIoni - 4 -24.4 -17.3 -1.12e+03 0.00224 0.00236 2.01 11.9 World eIoni - 5 -24 -17.2 -1.12e+03 0 0.00224 0.962 12.9 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.5 -16.6 -1.13e+03 0.00243 0 0 0 World initStep - 1 -27.5 -17 -1.13e+03 0 0.00243 1.09 1.09 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.2 -17.4 -1.18e+03 0.0016 0 0 0 World initStep - 1 -28.1 -17.6 -1.18e+03 0 0.0016 0.568 0.568 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.3 -17.5 -1.18e+03 0.00505 0 0 0 World initStep - 1 -28.3 -18.8 -1.18e+03 0.00226 0.00279 2.16 2.16 World eIoni - 2 -28.2 -19.2 -1.18e+03 0 0.00226 0.974 3.14 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.3 -18.6 -1.25e+03 0.0117 0 0 0 World initStep - 1 -31.2 -20.4 -1.25e+03 0.0101 0.00164 4 4 World msc - 2 -32.4 -23.5 -1.24e+03 0.00792 0.00214 4.21 8.21 World eIoni - 3 -33.5 -24.9 -1.24e+03 0.00475 0.00318 3.24 11.4 World eIoni - 4 -34.6 -25.5 -1.24e+03 0.00257 0.00217 2.06 13.5 World eIoni - 5 -34.7 -26 -1.24e+03 0 0.00257 1.18 14.7 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.4 -18.7 -1.25e+03 0.00185 0 0 0 World initStep - 1 -29.5 -18.4 -1.25e+03 0 0.00185 0.707 0.707 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.1 -19.3 -1.29e+03 0.00115 0 0 0 World initStep - 1 -29.9 -19.4 -1.29e+03 0 0.00115 0.345 0.345 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.1 -19.4 -1.3e+03 0.00153 0 0 0 World initStep - 1 -30 -19.5 -1.3e+03 0 0.00153 0.528 0.528 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.4 -19.7 -1.32e+03 0.00275 0 0 0 World initStep - 1 -30 -19.4 -1.32e+03 0 0.00275 1.27 1.27 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.6 -23 -1.51e+03 0.0163 0 0 0 World initStep - 1 -28 -26.3 -1.51e+03 0.0146 0.00167 7.99 7.99 World eIoni - 2 -29.1 -28.7 -1.5e+03 0.0114 0.00314 6.83 14.8 World eIoni - 3 -27.1 -30.4 -1.5e+03 0.0095 0.00194 4.93 19.7 World eIoni - 4 -26.6 -31 -1.49e+03 0.00703 0.00247 3.94 23.7 World eIoni - 5 -27.3 -32.9 -1.49e+03 0.00489 0.00214 2.88 26.6 World eIoni - 6 -27.8 -33.4 -1.49e+03 0.00199 0.00093 1.21 27.8 World eIoni - 7 -28.1 -33.5 -1.49e+03 0 0.00199 0.794 28.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 27 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.8 -33.4 -1.49e+03 0.00197 0 0 0 World initStep - 1 -27.7 -33.7 -1.49e+03 0 0.00197 0.783 0.783 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.5 -24.3 -1.59e+03 0.00109 0 0 0 World initStep - 1 -34.7 -24.3 -1.59e+03 0 0.00109 0.318 0.318 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.8 -24.8 -1.62e+03 0.00193 0 0 0 World initStep - 1 -34.5 -24.8 -1.62e+03 0 0.00193 0.759 0.759 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.3 -25.7 -1.67e+03 0.00129 0 0 0 World initStep - 1 -35.1 -25.8 -1.67e+03 0 0.00129 0.408 0.408 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.6 -26.4 -1.71e+03 0.00424 0 0 0 World initStep - 1 -35.7 -25.5 -1.71e+03 0.00219 0.000593 1.44 1.44 World eIoni - 2 -35.9 -25.7 -1.71e+03 0 0.00219 0.927 2.37 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 23 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.7 -25.5 -1.71e+03 0.00146 0 0 0 World initStep - 1 -35.8 -25.4 -1.71e+03 0 0.00146 0.491 0.491 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.7 -26.9 -1.74e+03 0.00149 0 0 0 World initStep - 1 -35.9 -26.9 -1.74e+03 0 0.00149 0.51 0.51 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -27.3 -1.82e+03 0.00386 0 0 0 World initStep - 1 -35.6 -27.7 -1.82e+03 0.00166 0.0011 0.611 0.611 World eIoni - 2 -35.6 -27.9 -1.82e+03 0 0.00166 0.6 1.21 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 21 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.6 -27.7 -1.82e+03 0.0011 0 0 0 World initStep - 1 -35.5 -27.8 -1.82e+03 0 0.0011 0.324 0.324 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -27.4 -1.88e+03 0.00123 0 0 0 World initStep - 1 -35.9 -27.3 -1.88e+03 0 0.00123 0.381 0.381 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -27.6 -1.94e+03 0.0044 0 0 0 World initStep - 1 -36.8 -28.1 -1.94e+03 0.0012 0.0032 1.94 1.94 World eIoni - 2 -36.9 -28.2 -1.94e+03 0 0.0012 0.368 2.31 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -27.6 -1.96e+03 0.00503 0 0 0 World initStep - 1 -36.7 -28.6 -1.96e+03 0.0032 0.00184 2.16 2.16 World eIoni - 2 -37.3 -29 -1.96e+03 0.00159 0.00161 1.49 3.64 World eIoni - 3 -37.2 -28.9 -1.96e+03 0 0.00159 0.559 4.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -27.6 -1.96e+03 0.00294 0 0 0 World initStep - 1 -36 -27 -1.96e+03 0.0016 0.00134 1.37 1.37 World eIoni - 2 -36.2 -27.1 -1.96e+03 0 0.0016 0.564 1.93 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -27.7 -1.99e+03 0.0105 0 0 0 World initStep - 1 -39 -26.6 -1.99e+03 0.00843 0.00209 4.44 4.44 World eIoni - 2 -41.4 -27.6 -1.99e+03 0.00673 0.0017 3.45 7.89 World eIoni - 3 -42.7 -28.9 -1.99e+03 0.00462 0.00211 2.76 10.7 World eIoni - 4 -42.2 -29.4 -1.99e+03 0.00213 0.00249 2.02 12.7 World eIoni - 5 -42.2 -29.4 -1.98e+03 0 0.00213 0.888 13.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -27.8 -2.04e+03 0.0018 0 0 0 World initStep - 1 -35.6 -28.1 -2.04e+03 0 0.0018 0.681 0.681 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.7 -28 -2.1e+03 0.00184 0 0 0 World initStep - 1 -35.9 -27.8 -2.1e+03 0 0.00184 0.704 0.704 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.6 -28.3 -2.21e+03 0.0154 0 0 0 World initStep - 1 -41.9 -26.4 -2.21e+03 0.0131 0.00221 7.16 7.16 World msc - 2 -45 -22 -2.21e+03 0.0116 0.00151 5.91 13.1 World eIoni - 3 -43.2 -18.3 -2.21e+03 0.00959 0.00205 5.03 18.1 World eIoni - 4 -42.4 -17.8 -2.21e+03 0.00607 0.000109 1.07 19.2 World eIoni - 5 -40.4 -18.5 -2.21e+03 0.0053 0.000772 2.52 21.7 World eIoni - 6 -39.1 -19.3 -2.21e+03 0.00317 0.000919 1.67 23.4 World eIoni - 7 -38.6 -19.6 -2.21e+03 0 0.00317 1.47 24.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.1 -19.3 -2.21e+03 0.00121 0 0 0 World initStep - 1 -39.1 -19.3 -2.21e+03 0 0.00121 0.372 0.372 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.4 -17.8 -2.21e+03 0.00341 0 0 0 World initStep - 1 -42.5 -17.1 -2.21e+03 0.00128 0.00213 1.58 1.58 World eIoni - 2 -42.6 -17 -2.21e+03 0 0.00128 0.404 1.98 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.5 -28.4 -2.24e+03 0.00112 0 0 0 World initStep - 1 -35.6 -28.5 -2.24e+03 0 0.00112 0.333 0.333 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.5 -28.6 -2.29e+03 0.00247 0 0 0 World initStep - 1 -35.1 -28.2 -2.29e+03 0 0.00247 1.12 1.12 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.5 -28.6 -2.3e+03 0.0425 0 0 0 World initStep - 1 -57.3 -31.6 -2.27e+03 0.0376 0.00495 38.9 38.9 World eIoni - 2 -68.1 -39.8 -2.25e+03 0.0336 0.00395 31.4 70.3 World eIoni - 3 -80 -50.8 -2.23e+03 0.0306 0.00306 25.9 96.3 World eIoni - 4 -83.5 -62.9 -2.21e+03 0.0284 0.00218 22 118 World eIoni - 5 -89.1 -74.5 -2.2e+03 0.0245 0.00391 19.4 138 World eIoni - 6 -99.2 -82.2 -2.2e+03 0.0209 0.00355 15.2 153 World eIoni - 7 -103 -89.2 -2.19e+03 0.0177 0.00319 11.8 165 World eIoni - 8 -104 -92.9 -2.19e+03 0.0149 0.00056 3.97 169 World eIoni - 9 -106 -99 -2.19e+03 0.0133 0.00166 7.07 176 World eIoni - 10 -110 -102 -2.19e+03 0.0122 0.00113 6 182 World eIoni - 11 -112 -106 -2.19e+03 0.00992 0.00224 5.33 187 World eIoni - 12 -109 -109 -2.19e+03 0.00836 0.00156 4.14 191 World eIoni - 13 -106 -109 -2.19e+03 0.00637 0.00199 3.42 195 World eIoni - 14 -105 -111 -2.19e+03 0.00407 0.00229 2.63 197 World eIoni - 15 -106 -111 -2.19e+03 0.00197 0.0021 1.82 199 World eIoni - 16 -105 -112 -2.19e+03 0 0.00197 0.78 200 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -104 -92.9 -2.19e+03 0.00225 0 0 0 World initStep - 1 -104 -93.1 -2.19e+03 0 0.00225 0.966 0.966 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -28.7 -2.33e+03 0.00112 0 0 0 World initStep - 1 -35.3 -28.6 -2.33e+03 0 0.00112 0.331 0.331 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -28.7 -2.35e+03 0.00103 0 0 0 World initStep - 1 -35.5 -28.7 -2.35e+03 0 0.00103 0.293 0.293 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -28.8 -2.37e+03 0.00208 0 0 0 World initStep - 1 -35.7 -28.6 -2.37e+03 0 0.00208 0.849 0.849 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -28.8 -2.39e+03 0.00114 0 0 0 World initStep - 1 -35.5 -28.7 -2.39e+03 0 0.00114 0.339 0.339 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -28.9 -2.52e+03 0.00537 0 0 0 World initStep - 1 -34.8 -27.6 -2.52e+03 0.00339 0.00198 2.27 2.27 World eIoni - 2 -34.2 -27.6 -2.52e+03 0.00123 0.00217 1.57 3.84 World eIoni - 3 -34.1 -27.7 -2.52e+03 0 0.00123 0.379 4.22 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -28.9 -2.52e+03 0.00139 0 0 0 World initStep - 1 -35.4 -28.8 -2.52e+03 0 0.00139 0.455 0.455 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -29 -2.58e+03 0.00135 0 0 0 World initStep - 1 -35.5 -29.1 -2.58e+03 0 0.00135 0.438 0.438 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -29 -2.59e+03 0.00153 0 0 0 World initStep - 1 -35.5 -29.1 -2.59e+03 0 0.00153 0.526 0.526 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22 -62 -2.61e+03 50 0 0 0 World initStep - 1 -22 -62 -2.6e+03 50 0.00124 11.7 11.7 World hIoni - 2 -22 -62 -2.57e+03 50 0.0064 28.3 40 World hIoni - 3 -22 -62 -2.52e+03 50 0.012 55.1 95 World hIoni - 4 -22.1 -62 -2.48e+03 50 0.00805 33.5 129 World hIoni - 5 -22.1 -62.1 -2.48e+03 50 0.00136 7.93 136 World hIoni - 6 -22.4 -62.2 -2.41e+03 49.9 0.0182 64.7 201 World hIoni - 7 -22.4 -62.2 -2.41e+03 49.9 3.99e-06 0.0221 201 World hIoni - 8 -22.4 -62.2 -2.41e+03 49.9 0.000372 3.02 204 World hIoni - 9 -22.4 -62.3 -2.39e+03 49.9 0.00278 16.7 221 World hIoni - 10 -23.1 -63 -2.21e+03 49.9 0.032 183 404 World hIoni - 11 -23.1 -63 -2.21e+03 49.9 0.000162 0.847 405 World hIoni - 12 -23.2 -63.1 -2.18e+03 49.9 0.00421 25 430 World hIoni - 13 -23.3 -63.2 -2.15e+03 49.9 0.00354 31.1 461 World hIoni - 14 -23.3 -63.3 -2.13e+03 49.9 0.0051 23.3 484 World hIoni - 15 -23.4 -63.3 -2.12e+03 49.9 0.000918 4.84 489 World hIoni - 16 -23.6 -63.5 -2.05e+03 49.8 0.0144 71.8 561 World hIoni - 17 -23.8 -63.7 -1.99e+03 49.8 0.00907 60.8 621 World hIoni - 18 -23.9 -63.8 -1.96e+03 49.8 0.00417 26.1 648 World hIoni - 19 -24 -63.9 -1.94e+03 49.8 0.00471 23.3 671 World hIoni - 20 -24.4 -64.3 -1.83e+03 49.8 0.0171 111 782 World hIoni - 21 -24.4 -64.4 -1.79e+03 49.8 0.00645 37 819 World hIoni - 22 -24.5 -64.4 -1.79e+03 49.8 0.000181 1.37 820 World hIoni - 23 -24.5 -64.5 -1.76e+03 49.7 0.00558 29.5 850 World hIoni - 24 -24.5 -64.5 -1.76e+03 49.7 0.00101 4.72 854 World hIoni - 25 -24.7 -64.7 -1.71e+03 49.7 0.00959 45.2 900 World hIoni - 26 -24.7 -64.8 -1.7e+03 49.7 0.00217 10.1 910 World hIoni - 27 -24.8 -65 -1.66e+03 49.7 0.00868 44.3 954 World hIoni - 28 -25 -65.4 -1.56e+03 49.7 0.0207 103 1.06e+03 World hIoni - 29 -25.1 -65.7 -1.51e+03 49.7 0.00776 47.6 1.1e+03 World hIoni - 30 -25.4 -66.1 -1.42e+03 49.7 0.0123 83.9 1.19e+03 World hIoni - 31 -25.6 -66.4 -1.37e+03 49.6 0.00856 55.8 1.24e+03 World hIoni - 32 -26.1 -67.1 -1.23e+03 49.6 0.0206 136 1.38e+03 World hIoni - 33 -26.3 -67.3 -1.18e+03 49.6 0.00787 51 1.43e+03 World hIoni - 34 -26.3 -67.3 -1.18e+03 49.6 0.000401 5.25 1.44e+03 World hIoni - 35 -26.3 -67.3 -1.17e+03 49.6 0.000403 1.69 1.44e+03 World hIoni - 36 -26.3 -67.4 -1.17e+03 49.6 0.0019 4.72 1.44e+03 World hIoni - 37 -26.8 -67.8 -1.04e+03 49.6 0.0254 133 1.58e+03 World hIoni - 38 -26.8 -67.8 -1.03e+03 49.6 0.000364 1.66 1.58e+03 World hIoni - 39 -26.8 -67.8 -1.03e+03 49.6 0.000986 8.81 1.59e+03 World hIoni - 40 -27.4 -68.3 -875 49.5 0.0281 151 1.74e+03 World hIoni - 41 -27.4 -68.4 -863 49.5 0.00208 11.1 1.75e+03 World hIoni - 42 -27.6 -68.6 -810 49.5 0.00853 53.4 1.8e+03 World hIoni - 43 -27.8 -68.8 -766 49.5 0.00705 44.3 1.85e+03 World hIoni - 44 -27.9 -69 -738 49.5 0.00531 27.9 1.87e+03 World hIoni - 45 -28.2 -69.3 -659 49.5 0.0138 79.3 1.95e+03 World hIoni - 46 -28.3 -69.3 -645 49.5 0.00247 13.4 1.97e+03 World hIoni - 47 -28.5 -69.4 -617 49.5 0.00622 28.1 2e+03 World hIoni - 48 -28.5 -69.5 -609 49.5 0.00113 8.34 2e+03 World hIoni - 49 -28.8 -69.7 -563 49.5 0.00883 45.8 2.05e+03 World hIoni - 50 -28.9 -69.7 -551 49.4 0.00149 11.9 2.06e+03 World hIoni - 51 -29 -69.8 -526 49.4 0.00374 24.6 2.09e+03 World hIoni - 52 -29.2 -69.9 -499 49.4 0.00618 27.8 2.11e+03 World hIoni - 53 -29.3 -69.9 -469 49.4 0.00519 29.7 2.14e+03 World hIoni - 54 -29.4 -70 -459 49.4 0.00264 9.69 2.15e+03 World hIoni - 55 -29.5 -70 -443 49.4 0.00174 16.6 2.17e+03 World hIoni - 56 -29.9 -70.2 -367 49.4 0.0166 76 2.25e+03 World hIoni - 57 -30 -70.3 -348 49.4 0.00352 18.3 2.26e+03 World hIoni - 58 -30 -70.3 -333 49.4 0.00378 15.1 2.28e+03 World hIoni - 59 -30.2 -70.4 -311 49.4 0.00416 22.1 2.3e+03 World hIoni - 60 -31.1 -70.8 -134 49.3 0.0346 177 2.48e+03 World hIoni - 61 -31.3 -70.8 -79.6 49.3 0.00857 54.5 2.53e+03 World hIoni - 62 -31.8 -70.7 8.07 49.3 0.0185 87.6 2.62e+03 World hIoni - 63 -32 -70.7 33.1 49.3 0.00443 25.1 2.65e+03 World hIoni - 64 -32.7 -70.5 141 49.3 0.0167 108 2.75e+03 World hIoni - 65 -33.3 -70.5 225 49.3 0.0136 84.1 2.84e+03 World hIoni - 66 -33.6 -70.6 273 49.2 0.00829 48.7 2.89e+03 World hIoni - 67 -33.7 -70.6 277 49.2 0.000492 3.58 2.89e+03 World hIoni - 68 -34.4 -70.8 374 49.2 0.0193 97.2 2.99e+03 World hIoni - 69 -34.4 -70.8 375 49.2 2.75e-05 0.295 2.99e+03 World hIoni - 70 -34.4 -70.8 384 49.2 0.000279 9.91 3e+03 World hIoni - 71 -34.9 -70.9 444 49.2 0.0121 59.1 3.06e+03 World hIoni - 72 -35.2 -70.9 482 49.2 0.00787 38.1 3.09e+03 World hIoni - 73 -35.8 -71 560 49.2 0.0113 78.7 3.17e+03 World hIoni - 74 -35.9 -71 581 49.1 0.00517 21.2 3.19e+03 World hIoni - 75 -36.2 -71 622 49.1 0.00589 41 3.24e+03 World hIoni - 76 -36.6 -71 678 49.1 0.0113 55.8 3.29e+03 World hIoni - 77 -36.6 -71 683 49.1 0.000279 4.33 3.3e+03 World hIoni - 78 -36.8 -71.1 712 49.1 0.0047 29.1 3.32e+03 World hIoni - 79 -36.8 -71.1 719 49.1 0.00109 7.24 3.33e+03 World hIoni - 80 -37.1 -71.1 759 49.1 0.00904 39.9 3.37e+03 World hIoni - 81 -37.3 -71.2 794 49.1 0.00768 35.3 3.41e+03 World hIoni - 82 -37.5 -71.2 821 49 0.00391 27.5 3.43e+03 World hIoni - 83 -38.2 -71.4 931 49 0.0168 110 3.54e+03 World hIoni - 84 -38.7 -71.6 1.03e+03 49 0.0182 96.1 3.64e+03 World hIoni - 85 -39 -71.7 1.08e+03 49 0.00931 55.8 3.7e+03 World hIoni - 86 -39.6 -71.9 1.19e+03 49 0.0185 110 3.81e+03 World hIoni - 87 -39.8 -72 1.24e+03 49 0.0111 50.8 3.86e+03 World hIoni - 88 -40 -72.1 1.29e+03 49 0.00926 47 3.9e+03 World hIoni - 89 -40.5 -72.3 1.4e+03 48.9 0.0251 109 4.01e+03 World hIoni - 90 -40.5 -72.3 1.4e+03 48.9 0.000643 4.5 4.02e+03 World hIoni - 91 -41 -72.6 1.51e+03 48.9 0.0213 102 4.12e+03 World hIoni - 92 -41.1 -72.6 1.52e+03 48.9 0.00371 16.5 4.13e+03 World hIoni - 93 -41.9 -73.2 1.69e+03 48.8 0.0384 169 4.3e+03 World hIoni - 94 -42.9 -73.7 1.87e+03 48.8 0.0317 176 4.48e+03 World hIoni - 95 -43 -73.7 1.88e+03 48.8 0.00333 15.6 4.49e+03 World hIoni - 96 -44 -74.1 2.05e+03 48.8 0.0272 169 4.66e+03 World hIoni - 97 -44.8 -74.3 2.21e+03 48.7 0.031 161 4.82e+03 World hIoni - 98 -45 -74.4 2.27e+03 48.7 0.00802 55.7 4.88e+03 World hIoni - 99 -45.1 -74.5 2.28e+03 48.7 0.00317 12.6 4.89e+03 World hIoni - 100 -45.4 -74.6 2.37e+03 48.7 0.0175 85.7 4.98e+03 World hIoni - 101 -45.4 -74.6 2.37e+03 48.7 0.00167 3.2 4.98e+03 World hIoni - 102 -45.6 -74.8 2.42e+03 48.7 0.0103 51.7 5.03e+03 World hIoni - 103 -45.8 -75 2.51e+03 48.7 0.0183 87.9 5.12e+03 World hIoni - 104 -46 -75 2.6e+03 48.6 0.0227 91.3 5.21e+03 detectorPV CoupledTransportation - 105 -46 -75 2.6e+03 42.3 6.37 2.23 5.21e+03 detectorPV hIoni - 106 -46.1 -75.1 2.6e+03 36.8 5.44 1.78 5.22e+03 detectorPV hIoni - 107 -46.1 -75.2 2.61e+03 31.8 4.99 1.42 5.22e+03 detectorPV hIoni - 108 -46.1 -75.3 2.61e+03 27.4 4.42 1.14 5.22e+03 detectorPV hIoni - 109 -46 -75.4 2.61e+03 23.4 3.99 0.908 5.22e+03 detectorPV hIoni - 110 -46 -75.5 2.61e+03 19.9 3.53 0.725 5.22e+03 detectorPV hIoni - 111 -45.9 -75.5 2.61e+03 16.8 3.11 0.582 5.22e+03 detectorPV hIoni - 112 -45.9 -75.6 2.61e+03 13.7 3.05 0.47 5.22e+03 detectorPV hIoni - 113 -45.9 -75.6 2.61e+03 10.8 2.93 0.374 5.22e+03 detectorPV hIoni - 114 -45.8 -75.6 2.61e+03 8.02 2.8 0.294 5.22e+03 detectorPV hIoni - 115 -45.8 -75.6 2.61e+03 5.23 2.79 0.228 5.22e+03 detectorPV hIoni - 116 -45.8 -75.7 2.61e+03 2.04 3.19 0.163 5.22e+03 detectorPV hIoni - 117 -45.8 -75.7 2.61e+03 0 2.04 0.0437 5.22e+03 detectorPV hIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.8 -75 2.51e+03 0.00179 0 0 0 World initStep - 1 -45.6 -74.8 2.51e+03 0 0.00179 0.674 0.674 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.6 -74.8 2.42e+03 0.00154 0 0 0 World initStep - 1 -45.8 -74.9 2.42e+03 0 0.00154 0.536 0.536 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.4 -74.6 2.37e+03 0.00391 0 0 0 World initStep - 1 -45 -73.8 2.37e+03 0.0025 0.00141 1.77 1.77 World eIoni - 2 -44.9 -73.3 2.37e+03 0 0.0025 1.13 2.9 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.4 -74.6 2.37e+03 0.00581 0 0 0 World initStep - 1 -44.6 -76.1 2.37e+03 0.00357 0.00224 2.43 2.43 World eIoni - 2 -43.8 -75.8 2.37e+03 0 0.00357 1.64 4.06 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.1 -74.5 2.28e+03 0.00448 0 0 0 World initStep - 1 -45.4 -73.3 2.28e+03 0.0017 0.00278 1.97 1.97 World eIoni - 2 -45.4 -73.6 2.28e+03 0 0.0017 0.623 2.59 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45 -74.4 2.27e+03 0.00297 0 0 0 World initStep - 1 -45 -73.8 2.27e+03 0.00151 0.00146 1.38 1.38 World eIoni - 2 -45.1 -73.6 2.27e+03 0 0.00151 0.52 1.9 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.8 -74.3 2.21e+03 0.00171 0 0 0 World initStep - 1 -44.9 -74.1 2.21e+03 0 0.00171 0.628 0.628 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44 -74.1 2.05e+03 0.00207 0 0 0 World initStep - 1 -43.8 -74.3 2.05e+03 0 0.00207 0.845 0.845 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43 -73.7 1.88e+03 0.00129 0 0 0 World initStep - 1 -43.1 -73.5 1.88e+03 0 0.00129 0.407 0.407 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.9 -73.7 1.87e+03 0.00123 0 0 0 World initStep - 1 -42.8 -73.8 1.87e+03 0 0.00123 0.381 0.381 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.9 -73.2 1.69e+03 0.00107 0 0 0 World initStep - 1 -41.9 -73.1 1.69e+03 0 0.00107 0.31 0.31 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.1 -72.6 1.52e+03 0.0223 0 0 0 World initStep - 1 -48.9 -63.8 1.53e+03 0.0195 0.00283 13.1 13.1 World eIoni - 2 -51.7 -54.6 1.53e+03 0.0165 0.003 10.5 23.6 World eIoni - 3 -45.1 -51 1.53e+03 0.0145 0.00197 8.17 31.8 World eIoni - 4 -40.4 -50.6 1.53e+03 0.0125 0.00206 6.79 38.6 World eIoni - 5 -39.3 -49.1 1.53e+03 0.00924 0.00105 2.66 41.2 World eIoni - 6 -38.3 -48.8 1.54e+03 0.00582 0.00342 3.81 45.1 World eIoni - 7 -37.5 -47.6 1.54e+03 0.00192 0.0039 2.43 47.5 World eIoni - 8 -37.6 -47.4 1.54e+03 0 0.00192 0.75 48.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 93 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.3 -49.1 1.53e+03 0.00218 0 0 0 World initStep - 1 -39.3 -48.7 1.53e+03 0 0.00218 0.919 0.919 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41 -72.6 1.51e+03 0.00333 0 0 0 World initStep - 1 -40.5 -73.1 1.51e+03 0 0.00333 1.54 1.54 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.5 -72.3 1.4e+03 0.00101 0 0 0 World initStep - 1 -40.4 -72.3 1.4e+03 0 0.00101 0.287 0.287 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.5 -72.3 1.4e+03 0.00104 0 0 0 World initStep - 1 -40.4 -72.2 1.4e+03 0 0.00104 0.297 0.297 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40 -72.1 1.29e+03 0.00126 0 0 0 World initStep - 1 -40.1 -72.1 1.29e+03 0 0.00126 0.394 0.394 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.8 -72 1.24e+03 0.00164 0 0 0 World initStep - 1 -39.9 -71.8 1.24e+03 0 0.00164 0.586 0.586 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.6 -71.9 1.19e+03 0.00114 0 0 0 World initStep - 1 -39.6 -72 1.19e+03 0 0.00114 0.34 0.34 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39 -71.7 1.08e+03 0.00124 0 0 0 World initStep - 1 -39.1 -71.6 1.08e+03 0 0.00124 0.384 0.384 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -38.7 -71.6 1.03e+03 0.00175 0 0 0 World initStep - 1 -38.8 -71.3 1.03e+03 0 0.00175 0.65 0.65 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -38.2 -71.4 931 0.00267 0 0 0 World initStep - 1 -38.7 -71.5 931 0 0.00267 1.23 1.23 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.5 -71.2 821 0.00931 0 0 0 World initStep - 1 -35.4 -73.8 823 0.00618 0.00313 3.85 3.85 World eIoni - 2 -34.1 -75.1 823 0.0044 0.00177 2.56 6.41 World eIoni - 3 -35.4 -75.1 823 0.00383 0.000574 1.4 7.81 World msc - 4 -35.8 -75.9 823 0.00208 0.00175 1.74 9.54 World eIoni - 5 -35.7 -75.7 823 0 0.00208 0.853 10.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.3 -71.2 794 0.00105 0 0 0 World initStep - 1 -37.3 -71.3 794 0 0.00105 0.301 0.301 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.1 -71.1 759 0.00436 0 0 0 World initStep - 1 -36.4 -70.2 759 0.00267 0.0017 1.93 1.93 World eIoni - 2 -36.6 -69.8 759 0 0.00267 1.23 3.16 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.8 -71.1 719 0.00268 0 0 0 World initStep - 1 -36.6 -70.6 719 0.00122 0.00146 1.24 1.24 World eIoni - 2 -36.7 -70.7 719 0 0.00122 0.375 1.61 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.8 -71.1 712 0.00289 0 0 0 World initStep - 1 -36.6 -70.5 712 0 0.00289 1.35 1.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.6 -71 683 0.00172 0 0 0 World initStep - 1 -36.4 -70.9 683 0 0.00172 0.631 0.631 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.6 -71 678 0.0178 0 0 0 World initStep - 1 -42.1 -64.6 678 0.0138 0.004 9.17 9.17 World eIoni - 2 -44.1 -59.5 676 0.0108 0.00303 6.33 15.5 World eIoni - 3 -46.5 -57.1 674 0.00765 0.00314 4.58 20.1 World eIoni - 4 -47 -57.5 671 0.00485 0.0028 3.12 23.2 World eIoni - 5 -46.7 -56.6 670 0.00221 0.00264 2.09 25.3 World eIoni - 6 -47 -56.5 671 0 0.00221 0.939 26.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.2 -71 622 0.0047 0 0 0 World initStep - 1 -37.1 -71.9 623 0.00257 0.00213 2.04 2.04 World eIoni - 2 -37.1 -71.5 623 0 0.00257 1.17 3.22 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.9 -71 581 0.0289 0 0 0 World initStep - 1 -27.4 -76.1 594 0.0244 0.0032 16.8 16.8 World eIoni - 2 -13.6 -79.1 595 0.0197 0.00476 15.2 31.9 World eIoni - 3 -6.42 -85.9 596 0.0167 0.00298 10.7 42.6 World eIoni - 4 -0.269 -86.6 601 0.0146 0.00207 8.33 50.9 World eIoni - 5 5.07 -85.3 598 0.0126 0.00202 6.87 57.8 World eIoni - 6 5.1 -85.3 598 0.0111 0.000227 0.128 57.9 World eIoni - 7 8.61 -84.5 595 0.00862 0.00249 4.75 62.7 World eIoni - 8 11 -83.7 595 0.00535 0.0021 3.26 66 World eIoni - 9 12.1 -82.9 595 0.00441 0.000941 2.27 68.2 World eIoni - 10 11.9 -81.8 595 0.0024 0.002 1.94 70.2 World eIoni - 11 11.5 -82 595 0 0.0024 1.07 71.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11 -83.7 595 0.00117 0 0 0 World initStep - 1 10.9 -83.6 595 0 0.00117 0.354 0.354 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.1 -85.3 598 0.00127 0 0 0 World initStep - 1 5.02 -85.3 598 0 0.00127 0.401 0.401 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.4 -76.1 594 0.00126 0 0 0 World initStep - 1 -27.4 -76.2 594 0 0.00126 0.397 0.397 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -71 560 0.00102 0 0 0 World initStep - 1 -35.7 -71.1 560 0 0.00102 0.291 0.291 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.2 -70.9 482 0.00187 0 0 0 World initStep - 1 -35.4 -70.8 482 0 0.00187 0.719 0.719 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.9 -70.9 444 0.00163 0 0 0 World initStep - 1 -34.7 -70.7 444 0 0.00163 0.581 0.581 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.4 -70.8 384 0.00361 0 0 0 World initStep - 1 -33.7 -71.2 385 0.00153 0.00208 1.65 1.65 World eIoni - 2 -33.6 -71 385 0 0.00153 0.528 2.18 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.4 -70.8 375 0.00149 0 0 0 World initStep - 1 -34.2 -70.7 375 0 0.00149 0.508 0.508 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.4 -70.8 374 0.00151 0 0 0 World initStep - 1 -34.2 -70.7 374 0 0.00151 0.519 0.519 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.7 -70.6 277 0.00281 0 0 0 World initStep - 1 -33.4 -70.1 277 0 0.00281 1.3 1.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.6 -70.6 273 0.0103 0 0 0 World initStep - 1 -35 -67.4 273 0.00626 0.00193 3.8 3.8 World eIoni - 2 -35 -65.5 274 0.00424 0.00203 2.59 6.39 World eIoni - 3 -35.6 -65 273 0.00243 0.00181 1.88 8.27 World eIoni - 4 -35.5 -65 273 0.00112 0.00131 1.09 9.36 World eIoni - 5 -35.6 -64.9 273 0 0.00112 0.332 9.69 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35 -67.4 273 0.00213 0 0 0 World initStep - 1 -35.2 -67.4 274 0 0.00213 0.883 0.883 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.3 -70.5 225 0.00179 0 0 0 World initStep - 1 -33.5 -70.3 225 0 0.00179 0.672 0.672 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.7 -70.5 141 0.00111 0 0 0 World initStep - 1 -32.6 -70.6 141 0 0.00111 0.329 0.329 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32 -70.7 33.1 0.00209 0 0 0 World initStep - 1 -32 -70.3 33.2 0 0.00209 0.857 0.857 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -31.8 -70.7 8.07 0.0024 0 0 0 World initStep - 1 -31.5 -70.9 8.14 0 0.0024 1.07 1.07 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -31.3 -70.8 -79.6 0.0238 0 0 0 World initStep - 1 -23.8 -67.3 -68.8 0.0208 0.00301 14.5 14.5 World eIoni - 2 -16 -69.1 -61.4 0.0172 0.00363 11.7 26.2 World eIoni - 3 -13.7 -65.1 -54.8 0.0152 0.00202 8.68 34.9 World eIoni - 4 -14.2 -61.9 -50.4 0.0132 0.000546 5.86 40.8 World eIoni - 5 -10.3 -60 -47.1 0.01 0.00316 5.94 46.7 World eIoni - 6 -6.53 -59.8 -46.3 0.0086 0.00143 4.19 50.9 World eIoni - 7 -6.02 -59.4 -43.2 0.00654 0.00206 3.53 54.4 World eIoni - 8 -5.95 -59.7 -41.3 0.00333 0.00321 2.69 57.1 World eIoni - 9 -6.67 -59.4 -41.3 0 0.00333 1.54 58.6 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.2 -61.9 -50.4 0.00142 0 0 0 World initStep - 1 -14.4 -61.8 -50.4 0 0.00142 0.473 0.473 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -31.1 -70.8 -134 0.00256 0 0 0 World initStep - 1 -31.5 -71 -134 0 0.00256 1.17 1.17 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.2 -70.4 -311 0.00172 0 0 0 World initStep - 1 -30.1 -70.6 -311 0 0.00172 0.633 0.633 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30 -70.3 -333 0.00116 0 0 0 World initStep - 1 -29.9 -70.4 -333 0 0.00116 0.35 0.35 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30 -70.3 -348 0.00115 0 0 0 World initStep - 1 -29.8 -70.2 -348 0 0.00115 0.345 0.345 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.9 -70.2 -367 0.00247 0 0 0 World initStep - 1 -29.5 -70.5 -367 0 0.00247 1.11 1.11 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.5 -70 -443 0.0011 0 0 0 World initStep - 1 -29.4 -70.1 -443 0 0.0011 0.323 0.323 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.4 -70 -459 0.00329 0 0 0 World initStep - 1 -28.8 -69.5 -459 0 0.00329 1.53 1.53 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.3 -69.9 -469 0.00183 0 0 0 World initStep - 1 -29.2 -69.7 -469 0 0.00183 0.693 0.693 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.2 -69.9 -499 0.00441 0 0 0 World initStep - 1 -28.5 -69 -498 0.00328 0.00114 1.94 1.94 World eIoni - 2 -28 -69.5 -498 0.00157 0.00171 1.52 3.46 World eIoni - 3 -27.8 -69.4 -498 0 0.00157 0.548 4.01 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29 -69.8 -526 0.00209 0 0 0 World initStep - 1 -29.3 -70 -526 0 0.00209 0.859 0.859 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.9 -69.7 -551 0.00232 0 0 0 World initStep - 1 -28.9 -70.1 -551 0 0.00232 1.01 1.01 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.8 -69.7 -563 0.00135 0 0 0 World initStep - 1 -28.6 -69.7 -563 0 0.00135 0.436 0.436 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.5 -69.5 -609 0.00151 0 0 0 World initStep - 1 -28.3 -69.6 -609 0 0.00151 0.52 0.52 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.5 -69.4 -617 0.00125 0 0 0 World initStep - 1 -28.3 -69.5 -617 0 0.00125 0.392 0.392 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.3 -69.3 -645 0.00133 0 0 0 World initStep - 1 -28.2 -69.3 -645 0 0.00133 0.428 0.428 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.2 -69.3 -659 0.00101 0 0 0 World initStep - 1 -28.2 -69.2 -659 0 0.00101 0.286 0.286 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.9 -69 -738 0.00527 0 0 0 World initStep - 1 -29.3 -69.2 -738 0.00333 0.00194 2.24 2.24 World eIoni - 2 -29.5 -69.2 -737 0.00193 0.0014 1.54 3.78 World eIoni - 3 -29.3 -69.2 -737 0 0.00193 0.755 4.54 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.8 -68.8 -766 0.0017 0 0 0 World initStep - 1 -27.9 -69 -766 0 0.0017 0.621 0.621 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.6 -68.6 -810 0.00115 0 0 0 World initStep - 1 -27.7 -68.6 -810 0 0.00115 0.344 0.344 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.4 -68.4 -863 0.00181 0 0 0 World initStep - 1 -27.2 -68.2 -863 0 0.00181 0.685 0.685 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.4 -68.3 -875 0.00415 0 0 0 World initStep - 1 -28.4 -68.2 -874 0.00273 0.00142 1.85 1.85 World eIoni - 2 -28.6 -68.7 -874 0 0.00273 1.26 3.11 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.8 -67.8 -1.03e+03 0.00113 0 0 0 World initStep - 1 -26.7 -67.8 -1.03e+03 0 0.00113 0.336 0.336 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.8 -67.8 -1.03e+03 0.0128 0 0 0 World initStep - 1 -29.2 -63.8 -1.03e+03 0.0111 0.00169 5.68 5.68 World eIoni - 2 -32.3 -61.2 -1.03e+03 0.00959 0.0015 4.73 10.4 World eIoni - 3 -33.4 -57.8 -1.03e+03 0.007 0.00258 3.98 14.4 World eIoni - 4 -34 -55.9 -1.03e+03 0.005 0.002 2.87 17.3 World eIoni - 5 -33.7 -54.6 -1.03e+03 0.00231 0.00269 2.15 19.4 World eIoni - 6 -33.5 -54.2 -1.03e+03 0 0.00231 1.01 20.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.8 -67.8 -1.04e+03 0.00103 0 0 0 World initStep - 1 -26.9 -67.8 -1.04e+03 0 0.00103 0.293 0.293 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.3 -67.4 -1.17e+03 0.00124 0 0 0 World initStep - 1 -26.2 -67.5 -1.17e+03 0 0.00124 0.385 0.385 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.3 -67.3 -1.17e+03 0.003 0 0 0 World initStep - 1 -26.9 -67.4 -1.17e+03 0 0.003 1.4 1.4 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.3 -67.3 -1.18e+03 0.002 0 0 0 World initStep - 1 -26.6 -67.4 -1.18e+03 0 0.002 0.801 0.801 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.3 -67.3 -1.18e+03 0.00149 0 0 0 World initStep - 1 -26.1 -67.4 -1.18e+03 0 0.00149 0.507 0.507 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.1 -67.1 -1.23e+03 0.00156 0 0 0 World initStep - 1 -26.3 -67.2 -1.23e+03 0 0.00156 0.545 0.545 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.6 -66.4 -1.37e+03 0.00519 0 0 0 World initStep - 1 -26.5 -65.3 -1.37e+03 0.00248 0.00271 2.21 2.21 World eIoni - 2 -26.2 -65.5 -1.37e+03 0 0.00248 1.12 3.33 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.4 -66.1 -1.42e+03 0.0014 0 0 0 World initStep - 1 -25.3 -66.2 -1.42e+03 0 0.0014 0.461 0.461 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.1 -65.7 -1.51e+03 0.00221 0 0 0 World initStep - 1 -25.1 -65.3 -1.51e+03 0 0.00221 0.942 0.942 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25 -65.4 -1.56e+03 0.00712 0 0 0 World initStep - 1 -26.1 -67.2 -1.56e+03 0.00628 0.000838 2.91 2.91 World eIoni - 2 -27.9 -67.7 -1.56e+03 0.00552 0.000764 2.6 5.51 World eIoni - 3 -29.4 -67.4 -1.55e+03 0.00401 0.00151 2.32 7.83 World eIoni - 4 -30.1 -67.1 -1.56e+03 0.00141 0.00127 1.09 8.92 World eIoni - 5 -30.2 -67 -1.56e+03 0 0.00141 0.468 9.39 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.1 -67.1 -1.56e+03 0.00133 0 0 0 World initStep - 1 -30.2 -67.2 -1.55e+03 0 0.00133 0.428 0.428 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.8 -65 -1.66e+03 0.0031 0 0 0 World initStep - 1 -24.9 -65.6 -1.66e+03 0 0.0031 1.44 1.44 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.7 -64.8 -1.7e+03 0.00155 0 0 0 World initStep - 1 -24.9 -64.8 -1.7e+03 0 0.00155 0.539 0.539 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.7 -64.7 -1.71e+03 0.00124 0 0 0 World initStep - 1 -24.8 -64.7 -1.71e+03 0 0.00124 0.386 0.386 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.5 -64.5 -1.76e+03 0.00108 0 0 0 World initStep - 1 -24.7 -64.5 -1.76e+03 0 0.00108 0.315 0.315 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.5 -64.5 -1.76e+03 0.0486 0 0 0 World initStep - 1 -15.4 -91.9 -1.74e+03 0.0416 0.00519 39.6 39.6 World eIoni - 2 -14 -122 -1.73e+03 0.0374 0.00414 37.4 77 World eIoni - 3 3.19 -130 -1.72e+03 0.0314 0.00346 23.4 100 World eIoni - 4 15.1 -133 -1.71e+03 0.0274 0.00216 17.8 118 World eIoni - 5 24.2 -130 -1.69e+03 0.0225 0.00486 18.3 137 World eIoni - 6 33.1 -133 -1.69e+03 0.0195 0.00304 13.3 150 World eIoni - 7 34.1 -135 -1.68e+03 0.0177 0.000686 2.73 153 World eIoni - 8 34.5 -136 -1.68e+03 0.0155 0.000653 1.44 154 World eIoni - 9 36 -143 -1.68e+03 0.0124 0.00313 7.48 161 World eIoni - 10 38.6 -147 -1.68e+03 0.00862 0.00379 5.47 167 World eIoni - 11 40.1 -149 -1.68e+03 0.00687 0.00175 3.53 170 World eIoni - 12 41 -151 -1.68e+03 0.00487 0.002 2.81 173 World eIoni - 13 41.8 -152 -1.68e+03 0.00255 0.00231 2.1 175 World eIoni - 14 41.7 -152 -1.68e+03 0 0.00255 1.17 177 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.5 -136 -1.68e+03 0.00152 0 0 0 World initStep - 1 34.5 -136 -1.68e+03 0 0.00152 0.522 0.522 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.1 -135 -1.68e+03 0.00111 0 0 0 World initStep - 1 34.1 -135 -1.68e+03 0 0.00111 0.328 0.328 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15.1 -133 -1.71e+03 0.00182 0 0 0 World initStep - 1 15.3 -132 -1.71e+03 0 0.00182 0.691 0.691 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.19 -130 -1.72e+03 0.00256 0 0 0 World initStep - 1 3.44 -130 -1.72e+03 0.00182 0.000745 0.811 0.811 World eIoni - 2 3.56 -130 -1.72e+03 0 0.00182 0.688 1.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.4 -91.9 -1.74e+03 0.00188 0 0 0 World initStep - 1 -15.3 -91.8 -1.74e+03 0 0.00188 0.728 0.728 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.5 -64.4 -1.79e+03 0.00158 0 0 0 World initStep - 1 -24.3 -64.6 -1.79e+03 0 0.00158 0.553 0.553 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.4 -64.4 -1.79e+03 0.00102 0 0 0 World initStep - 1 -24.4 -64.3 -1.79e+03 0 0.00102 0.289 0.289 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.4 -64.3 -1.83e+03 0.00385 0 0 0 World initStep - 1 -25.2 -63.8 -1.83e+03 0.00193 0.00192 1.74 1.74 World eIoni - 2 -25.4 -64 -1.83e+03 0 0.00193 0.759 2.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24 -63.9 -1.94e+03 0.00144 0 0 0 World initStep - 1 -24.1 -64 -1.94e+03 0 0.00144 0.48 0.48 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.9 -63.8 -1.96e+03 0.00101 0 0 0 World initStep - 1 -23.9 -63.9 -1.96e+03 0 0.00101 0.287 0.287 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.8 -63.7 -1.99e+03 0.00103 0 0 0 World initStep - 1 -23.7 -63.7 -1.99e+03 0 0.00103 0.296 0.296 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.6 -63.5 -2.05e+03 0.00107 0 0 0 World initStep - 1 -23.5 -63.5 -2.05e+03 0 0.00107 0.312 0.312 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.4 -63.3 -2.12e+03 0.00232 0 0 0 World initStep - 1 -23.1 -63.6 -2.12e+03 0 0.00232 1.01 1.01 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.3 -63.3 -2.13e+03 0.0184 0 0 0 World initStep - 1 -14.5 -64.6 -2.13e+03 0.0155 0.00287 9.6 9.6 World eIoni - 2 -11.3 -68.2 -2.13e+03 0.0129 0.0026 7.44 17 World eIoni - 3 -13.6 -70.2 -2.13e+03 0.0112 0.0017 5.75 22.8 World eIoni - 4 -12.8 -74.4 -2.13e+03 0.00892 0.00226 4.78 27.6 World eIoni - 5 -12.6 -74.6 -2.13e+03 0.00771 0.00122 3.67 31.2 World eIoni - 6 -14.9 -74.8 -2.13e+03 0.00432 0.00338 3.15 34.4 World eIoni - 7 -15.1 -75.5 -2.13e+03 0.00133 0.003 1.91 36.3 World eIoni - 8 -14.9 -75.5 -2.13e+03 0 0.00133 0.426 36.7 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.3 -63.2 -2.15e+03 0.00194 0 0 0 World initStep - 1 -23.6 -63.2 -2.15e+03 0 0.00194 0.764 0.764 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.2 -63.1 -2.18e+03 0.00227 0 0 0 World initStep - 1 -23.5 -63.3 -2.18e+03 0 0.00227 0.979 0.979 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.1 -63 -2.21e+03 0.00101 0 0 0 World initStep - 1 -23.1 -63.1 -2.21e+03 0 0.00101 0.288 0.288 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.1 -63 -2.21e+03 0.00155 0 0 0 World initStep - 1 -23.3 -63 -2.21e+03 0 0.00155 0.538 0.538 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.4 -62.3 -2.39e+03 0.00146 0 0 0 World initStep - 1 -22.3 -62.1 -2.39e+03 0 0.00146 0.493 0.493 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.4 -62.2 -2.41e+03 0.00219 0 0 0 World initStep - 1 -22.6 -61.9 -2.41e+03 0 0.00219 0.922 0.922 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.4 -62.2 -2.41e+03 0.00128 0 0 0 World initStep - 1 -22.4 -62.1 -2.41e+03 0 0.00128 0.403 0.403 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.4 -62.2 -2.41e+03 0.00439 0 0 0 World initStep - 1 -21.8 -61.2 -2.41e+03 0.00279 0.00161 1.94 1.94 World eIoni - 2 -22.2 -60.9 -2.41e+03 0 0.00279 1.29 3.23 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.1 -62.1 -2.48e+03 0.0019 0 0 0 World initStep - 1 -22 -62.3 -2.48e+03 0 0.0019 0.736 0.736 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.1 -62 -2.48e+03 0.00201 0 0 0 World initStep - 1 -22.1 -61.7 -2.48e+03 0 0.00201 0.808 0.808 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22 -62 -2.52e+03 0.00207 0 0 0 World initStep - 1 -21.7 -61.8 -2.52e+03 0 0.00207 0.842 0.842 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22 -62 -2.57e+03 0.00336 0 0 0 World initStep - 1 -22.4 -61.3 -2.57e+03 0 0.00336 1.56 1.56 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22 -62 -2.6e+03 0.00304 0 0 0 World initStep - 1 -22.6 -62.3 -2.6e+03 0 0.00304 1.42 1.42 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.1 -48.3 -2.61e+03 50 0 0 0 World initStep - 1 -47.1 -48.3 -2.58e+03 50 0.00357 31.1 31.1 World hIoni - 2 -47 -48.4 -2.33e+03 49.9 0.0461 256 287 World hIoni - 3 -46.9 -48.4 -2.32e+03 49.9 0.000913 2.51 289 World hIoni - 4 -46.8 -48.4 -2.22e+03 49.9 0.0202 105 394 World hIoni - 5 -46.8 -48.4 -2.22e+03 49.9 0.000244 1.87 396 World hIoni - 6 -46.8 -48.4 -2.17e+03 49.9 0.0107 44.1 440 World hIoni - 7 -46.8 -48.4 -2.16e+03 49.9 0.00211 11.7 452 World hIoni - 8 -46.8 -48.4 -2.15e+03 49.9 0.00526 15 467 World hIoni - 9 -46.8 -48.4 -2.13e+03 49.9 0.00426 18.6 485 World hIoni - 10 -46.7 -48.4 -2.1e+03 49.9 0.00336 26.9 512 World hIoni - 11 -46.7 -48.4 -2.08e+03 49.9 0.00338 15.7 528 cloudPV CoupledTransportation - 12 -46.7 -48.4 -2.08e+03 48.3 1.57 1.24 529 World CoupledTransportation - 13 -46.7 -48.3 -2.07e+03 48.3 0.00222 11.5 541 World hIoni - 14 -46.7 -47.9 -2.02e+03 48.3 0.0127 55.1 596 World hIoni - 15 -46.7 -47.8 -2.01e+03 48.2 0.000284 4.81 601 World hIoni - 16 -46.8 -46.8 -1.9e+03 48.2 0.0251 116 717 World hIoni - 17 -46.8 -46.5 -1.86e+03 48.1 0.00717 37.6 754 World hIoni - 18 -46.8 -46.4 -1.84e+03 48.1 0.00225 15 769 World hIoni - 19 -46.8 -46.1 -1.8e+03 48.1 0.00725 38.7 808 World hIoni - 20 -46.8 -45.6 -1.75e+03 48.1 0.0118 55.6 863 World hIoni - 21 -46.9 -45 -1.69e+03 48.1 0.00892 58.8 922 World hIoni - 22 -46.8 -44.9 -1.68e+03 48.1 0.00118 10.1 932 World hIoni - 23 -46.8 -44.2 -1.61e+03 48.1 0.0159 72.3 1e+03 World hIoni - 24 -46.8 -43.8 -1.57e+03 48 0.00751 38.8 1.04e+03 World hIoni - 25 -46.8 -43 -1.49e+03 48 0.0149 76.4 1.12e+03 World hIoni - 26 -46.6 -41.9 -1.38e+03 48 0.0222 118 1.24e+03 World hIoni - 27 -46.4 -40.7 -1.24e+03 48 0.0239 136 1.37e+03 World hIoni - 28 -46 -39.6 -1.14e+03 47.9 0.0239 103 1.48e+03 World hIoni - 29 -45.8 -39.2 -1.09e+03 47.9 0.0047 46.6 1.52e+03 World hIoni - 30 -45.7 -38.9 -1.06e+03 47.9 0.00422 33.5 1.56e+03 World hIoni - 31 -45.6 -38.9 -1.05e+03 47.9 0.0009 4.44 1.56e+03 World hIoni - 32 -45.6 -38.9 -1.05e+03 47.9 0.000209 1.14 1.56e+03 World hIoni - 33 -44.8 -36.7 -825 47.9 0.0436 225 1.79e+03 World hIoni - 34 -44.7 -36.5 -804 47.9 0.00431 21.3 1.81e+03 World hIoni - 35 -44.6 -36.1 -768 47.9 0.00535 35.4 1.84e+03 World hIoni - 36 -44.5 -35.5 -718 47.9 0.00848 50.5 1.89e+03 World hIoni - 37 -44.5 -35.5 -715 47.8 0.000542 3.47 1.9e+03 World hIoni - 38 -44.5 -35.4 -704 47.8 0.00104 10.7 1.91e+03 World hIoni - 39 -44.4 -35.1 -673 47.8 0.00415 30.4 1.94e+03 World hIoni - 40 -44.3 -34.8 -650 47.8 0.00275 23.5 1.96e+03 cloudPV CoupledTransportation - 41 -44.3 -34.8 -648 45.8 2.02 1.45 1.96e+03 World CoupledTransportation - 42 -42.8 -32.1 -479 45.8 0.0318 170 2.13e+03 World hIoni - 43 -42.4 -31.5 -445 45.8 0.00415 33.7 2.17e+03 World hIoni - 44 -42.2 -31.3 -428 45.8 0.00243 17.5 2.18e+03 World hIoni - 45 -41.5 -30.5 -378 45.8 0.0109 49.8 2.23e+03 World hIoni - 46 -41.3 -30.2 -360 45.7 0.00276 17.8 2.25e+03 World hIoni - 47 -41.2 -30 -350 45.7 0.00112 10.2 2.26e+03 World hIoni - 48 -40.5 -29.2 -292 45.7 0.014 57.9 2.32e+03 World hIoni - 49 -40.2 -28.9 -269 45.7 0.0049 23.2 2.34e+03 World hIoni - 50 -40.1 -28.8 -264 45.7 0.00139 5.05 2.35e+03 World hIoni - 51 -39.9 -28.5 -241 45.7 0.00599 22.7 2.37e+03 World hIoni - 52 -37.7 -26.2 -61.6 45.7 0.0326 179 2.55e+03 World hIoni - 53 -36.6 -24.8 27.8 45.6 0.0145 89.5 2.64e+03 World hIoni - 54 -36.6 -24.8 30.8 45.6 0.000238 2.98 2.64e+03 World hIoni - 55 -36.5 -24.7 35 45.6 0.000969 4.21 2.65e+03 World hIoni - 56 -35 -23 150 45.6 0.0232 115 2.76e+03 World hIoni - 57 -34.1 -21.9 224 45.5 0.0157 74.6 2.84e+03 World hIoni - 58 -34 -21.8 228 45.5 0.00093 4.12 2.84e+03 World hIoni - 59 -33.9 -21.7 236 45.5 0.00145 7.86 2.85e+03 World hIoni - 60 -32.5 -20.4 341 45.5 0.0221 105 2.95e+03 World hIoni - 61 -32.3 -20.2 359 45.5 0.00329 17.6 2.97e+03 World hIoni - 62 -31.2 -19.2 436 45.4 0.0118 76.9 3.05e+03 World hIoni - 63 -30.9 -19 455 45.4 0.00236 19.3 3.07e+03 World hIoni - 64 -30.8 -18.9 467 45.4 0.00292 12 3.08e+03 World hIoni - 65 -30.4 -18.5 491 45.4 0.00786 24.3 3.1e+03 World hIoni - 66 -30 -18.2 522 45.4 0.00691 30.9 3.13e+03 World hIoni - 67 -29.3 -17.6 570 45.4 0.00787 47.5 3.18e+03 World hIoni - 68 -29.2 -17.4 580 45.4 0.00189 10.9 3.19e+03 World hIoni - 69 -29 -17.3 594 45.4 0.00155 13.2 3.21e+03 World hIoni - 70 -28.6 -16.9 621 45.4 0.00615 27.7 3.23e+03 World hIoni - 71 -28.5 -16.8 633 45.4 0.00223 12.1 3.25e+03 World hIoni - 72 -26.2 -14.7 799 45.3 0.0315 166 3.41e+03 World hIoni - 73 -26.2 -14.7 802 45.3 0.000474 2.42 3.41e+03 World hIoni - 74 -25.8 -14.4 823 45.3 0.00493 20.9 3.44e+03 World hIoni - 75 -24.7 -13.3 894 45.3 0.011 71.2 3.51e+03 World hIoni - 76 -23.8 -12.4 954 45.3 0.0132 59.6 3.57e+03 World hIoni - 77 -23.6 -12.2 965 45.2 0.00158 11.8 3.58e+03 World hIoni - 78 -22.4 -11 1.04e+03 45.2 0.0194 78.6 3.66e+03 World hIoni - 79 -21.9 -10.5 1.08e+03 45.2 0.00694 31.6 3.69e+03 World hIoni - 80 -19.9 -8.15 1.22e+03 45.2 0.0374 140 3.83e+03 World hIoni - 81 -19.8 -8.08 1.22e+03 45.2 0.000991 4.57 3.83e+03 World hIoni - 82 -18.6 -6.65 1.31e+03 45.2 0.0156 86.3 3.92e+03 World hIoni - 83 -16.1 -3.73 1.48e+03 45.1 0.0349 177 4.1e+03 World hIoni - 84 -15.8 -3.46 1.5e+03 45.1 0.00151 15.7 4.11e+03 World hIoni - 85 -15.7 -3.35 1.51e+03 45.1 0.00113 7 4.12e+03 World hIoni - 86 -15.2 -2.75 1.54e+03 45.1 0.00754 35 4.15e+03 World hIoni - 87 -15.1 -2.67 1.55e+03 45.1 0.00142 4.51 4.16e+03 World hIoni - 88 -12.9 -0.157 1.7e+03 45.1 0.0304 151 4.31e+03 World hIoni - 89 -12 0.855 1.76e+03 45 0.0127 62.3 4.37e+03 cloudPV CoupledTransportation - 90 -12 0.884 1.76e+03 42.3 2.79 1.84 4.37e+03 World CoupledTransportation - 91 -11.2 1.19 1.8e+03 42.2 0.00938 36.9 4.41e+03 World hIoni - 92 -11.2 1.19 1.8e+03 42.2 0 0.284 4.41e+03 World hIoni - 93 -9.82 1.74 1.86e+03 42.2 0.0107 62.4 4.47e+03 World hIoni - 94 -8.42 2.14 1.92e+03 42.2 0.0119 57.5 4.53e+03 World hIoni - 95 -8.31 2.17 1.92e+03 42.2 0.000897 4.71 4.53e+03 World hIoni - 96 -6.07 2.8 2.01e+03 42.2 0.0205 90.2 4.63e+03 World hIoni - 97 -5.75 2.89 2.02e+03 42.1 0.00168 12.6 4.64e+03 World hIoni - 98 -5.75 2.89 2.02e+03 42.1 5.93e-06 0.0285 4.64e+03 World hIoni - 99 -5.07 3.06 2.05e+03 42.1 0.00298 27.2 4.66e+03 World hIoni - 100 -4.92 3.1 2.06e+03 42.1 0.00106 5.93 4.67e+03 World hIoni - 101 -2.55 3.71 2.15e+03 42.1 0.0191 92.1 4.76e+03 World hIoni - 102 -2.32 3.76 2.16e+03 42.1 0.00138 9.15 4.77e+03 World hIoni - 103 -0.554 4.18 2.23e+03 42.1 0.0194 71.7 4.84e+03 World hIoni - 104 -0.0506 4.31 2.25e+03 42.1 0.0048 21.2 4.87e+03 World hIoni - 105 2.3 4.97 2.35e+03 42 0.024 99.2 4.96e+03 World hIoni - 106 2.75 5.12 2.37e+03 42 0.0032 19.4 4.98e+03 World hIoni - 107 4.04 5.54 2.43e+03 42 0.011 58.1 5.04e+03 World hIoni - 108 4.13 5.57 2.43e+03 42 0.0013 4.67 5.05e+03 World hIoni - 109 4.52 5.71 2.45e+03 42 0.00402 19.8 5.07e+03 World hIoni - 110 6.01 6.25 2.53e+03 42 0.0182 78.5 5.14e+03 World hIoni - 111 6.59 6.47 2.56e+03 42 0.00391 29.8 5.17e+03 World hIoni - 112 7.32 6.74 2.6e+03 42 0.00802 38.7 5.21e+03 detectorPV CoupledTransportation - 113 7.36 6.75 2.6e+03 36.7 5.31 1.76 5.22e+03 detectorPV hIoni - 114 7.41 6.8 2.6e+03 32 4.68 1.41 5.22e+03 detectorPV hIoni - 115 7.43 6.82 2.6e+03 27.8 4.23 1.14 5.22e+03 detectorPV hIoni - 116 7.45 6.85 2.61e+03 24 3.75 0.925 5.22e+03 detectorPV hIoni - 117 7.49 6.9 2.61e+03 20.4 3.64 0.751 5.22e+03 detectorPV hIoni - 118 7.51 6.96 2.61e+03 16.9 3.46 0.6 5.22e+03 detectorPV hIoni - 119 7.54 7 2.61e+03 13.9 3.06 0.474 5.22e+03 detectorPV hIoni - 120 7.56 7.05 2.61e+03 10.9 2.96 0.377 5.22e+03 detectorPV hIoni - 121 7.58 7.08 2.61e+03 7.96 2.93 0.296 5.22e+03 detectorPV hIoni - 122 7.61 7.11 2.61e+03 5.08 2.88 0.226 5.22e+03 detectorPV hIoni - 123 7.63 7.12 2.61e+03 1.8 3.28 0.159 5.22e+03 detectorPV hIoni - 124 7.63 7.12 2.61e+03 0.237 1.56 0.0359 5.22e+03 detectorPV hIoni - 125 7.63 7.12 2.61e+03 0.00953 0.227 0.0023 5.22e+03 detectorPV hIoni - 126 7.63 7.12 2.61e+03 0 0.00953 0.000248 5.22e+03 detectorPV hIoni + 0 -41.9 -29.5 1.96e+03 0.0023 0 0 0 World initStep + 1 -41.5 -29.4 1.97e+03 0 0.0023 1 1 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.59 6.47 2.56e+03 0.00147 0 0 0 World initStep - 1 6.71 6.62 2.56e+03 0 0.00147 0.496 0.496 World eIoni + 0 -41.4 -29.3 1.94e+03 0.00146 0 0 0 World initStep + 1 -41.2 -29.4 1.94e+03 0 0.00146 0.491 0.491 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.01 6.25 2.53e+03 0.00138 0 0 0 World initStep - 1 5.87 6.16 2.53e+03 0 0.00138 0.453 0.453 World eIoni + 0 -41 -29.2 1.92e+03 0.00128 0 0 0 World initStep + 1 -40.8 -29.2 1.92e+03 0 0.00128 0.406 0.406 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.52 5.71 2.45e+03 0.00232 0 0 0 World initStep - 1 4.64 6.11 2.45e+03 0 0.00232 1.02 1.02 World eIoni + 0 -39.4 -28.8 1.83e+03 0.00139 0 0 0 World initStep + 1 -39.5 -28.8 1.83e+03 0 0.00139 0.456 0.456 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.13 5.57 2.43e+03 0.00121 0 0 0 World initStep - 1 4.27 5.55 2.43e+03 0 0.00121 0.37 0.37 World eIoni + 0 -39.2 -28.8 1.83e+03 0.0033 0 0 0 World initStep + 1 -38.5 -28.9 1.83e+03 0 0.0033 1.53 1.53 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.04 5.54 2.43e+03 0.00591 0 0 0 World initStep - 1 3.82 7.18 2.43e+03 0.00454 0.00138 2.46 2.46 World eIoni - 2 3.38 7.18 2.43e+03 0.00299 0.00025 0.494 2.96 World eIoni - 3 2.92 7.12 2.43e+03 0.00135 0.00164 1.39 4.35 World eIoni - 4 2.88 7.06 2.43e+03 0 0.00135 0.439 4.79 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 102 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.38 7.18 2.43e+03 0.00129 0 0 0 World initStep - 1 3.27 7.18 2.43e+03 0 0.00129 0.411 0.411 World eIoni + 0 -38.8 -28.6 1.8e+03 0.00232 0 0 0 World initStep + 1 -39.2 -28.4 1.8e+03 0 0.00232 1.02 1.02 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.75 5.12 2.37e+03 0.00578 0 0 0 World initStep - 1 2.66 6.72 2.37e+03 0.00413 0.00165 2.42 2.42 World eIoni - 2 3.13 7.35 2.37e+03 0 0.00413 1.84 4.26 World eIoni + 0 -38.8 -28.6 1.8e+03 0.00201 0 0 0 World initStep + 1 -38.6 -28.9 1.8e+03 0 0.00201 0.804 0.804 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.3 4.97 2.35e+03 0.00225 0 0 0 World initStep - 1 1.94 4.81 2.35e+03 0 0.00225 0.97 0.97 World eIoni + 0 -38.2 -28.4 1.77e+03 0.00225 0 0 0 World initStep + 1 -37.8 -28.3 1.77e+03 0 0.00225 0.968 0.968 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0506 4.31 2.25e+03 0.00199 0 0 0 World initStep - 1 -0.233 4.05 2.25e+03 0 0.00199 0.795 0.795 World eIoni + 0 -36.1 -27.8 1.66e+03 0.00306 0 0 0 World initStep + 1 -36.8 -27.6 1.66e+03 0.00112 0.00194 1.42 1.42 World eIoni + 2 -36.7 -27.4 1.66e+03 0 0.00112 0.331 1.75 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.554 4.18 2.23e+03 0.00776 0 0 0 World initStep - 1 -0.467 1.9 2.23e+03 0.00556 0.0022 3.17 3.17 World eIoni - 2 0.336 0.547 2.23e+03 0.00428 0.00128 2.34 5.51 World eIoni - 3 0.868 -0.44 2.23e+03 0.00255 0.00173 1.9 7.41 World eIoni - 4 1.06 -0.831 2.23e+03 0 0.00255 1.16 8.57 World eIoni + 0 -34.1 -27.3 1.56e+03 0.000999 0 0 0 World initStep + 1 -34 -27.2 1.56e+03 0 0.000999 0.282 0.282 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.32 3.76 2.16e+03 0.00156 0 0 0 World initStep - 1 -2.51 3.87 2.16e+03 0 0.00156 0.547 0.547 World eIoni + 0 -33.8 -27.2 1.55e+03 0.00229 0 0 0 World initStep + 1 -34.2 -27.2 1.55e+03 0 0.00229 0.991 0.991 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.55 3.71 2.15e+03 0.00137 0 0 0 World initStep - 1 -2.52 3.88 2.15e+03 0 0.00137 0.449 0.449 World eIoni + 0 -32.2 -26.8 1.46e+03 0.0169 0 0 0 World initStep + 1 -31.8 -21.1 1.47e+03 0.0148 0.0021 8.47 8.47 World eIoni + 2 -34.9 -15.5 1.47e+03 0.0125 0.00228 6.98 15.4 World eIoni + 3 -35.5 -14.1 1.47e+03 0.00968 0.000411 1.71 17.2 World eIoni + 4 -37.3 -11.9 1.47e+03 0.00719 0.00249 4.03 21.2 World eIoni + 5 -39.1 -12.7 1.47e+03 0.00517 0.00202 2.94 24.1 World eIoni + 6 -39.8 -13.8 1.47e+03 0.00256 0.00261 2.2 26.3 World eIoni + 7 -40.2 -14.2 1.47e+03 0 0.00256 1.17 27.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.5 -14.1 1.47e+03 0.00242 0 0 0 World initStep + 1 -35.3 -13.7 1.47e+03 0 0.00242 1.08 1.08 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.92 3.1 2.06e+03 0.00193 0 0 0 World initStep - 1 -4.63 3.21 2.06e+03 0 0.00193 0.755 0.755 World eIoni + 0 -31.7 -26.7 1.44e+03 0.00343 0 0 0 World initStep + 1 -31.2 -26.1 1.44e+03 0.00254 0.000895 1.59 1.59 World eIoni + 2 -30.7 -26.1 1.44e+03 0 0.00254 1.16 2.74 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.07 3.06 2.05e+03 0.00103 0 0 0 World initStep - 1 -4.97 3.02 2.05e+03 0 0.00103 0.295 0.295 World eIoni + 0 -31.3 -26.6 1.42e+03 0.00322 0 0 0 World initStep + 1 -31.8 -27.1 1.42e+03 0 0.00322 1.5 1.5 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.75 2.89 2.02e+03 0.00499 0 0 0 World initStep - 1 -4.48 2.43 2.02e+03 0.00286 0.00213 2.14 2.14 World eIoni - 2 -4.21 2.44 2.02e+03 0 0.00286 1.33 3.47 World eIoni + 0 -29.4 -27 1.32e+03 0.00189 0 0 0 World initStep + 1 -29.5 -27.3 1.32e+03 0 0.00189 0.731 0.731 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.75 2.89 2.02e+03 0.0298 0 0 0 World initStep - 1 -7.77 20.2 2.03e+03 0.0263 0.00349 21.1 21.1 World eIoni - 2 -8.6 35.2 2.03e+03 0.0219 0.00318 16 37.1 World eIoni - 3 -12.6 36 2.02e+03 0.0182 0.00367 12.6 49.8 World eIoni - 4 -12.9 36.1 2.02e+03 0.0152 8.82e-05 0.669 50.4 World eIoni - 5 -15.6 37.4 2.02e+03 0.0132 0.00204 7.24 57.7 World eIoni - 6 -12.9 36.6 2.01e+03 0.00931 0.00384 5.91 63.6 World eIoni - 7 -11.7 37 2.01e+03 0.00625 0.00306 3.85 67.4 World eIoni - 8 -10.4 37.4 2.01e+03 0.00374 0.00251 2.59 70 World eIoni - 9 -10.3 38.2 2.01e+03 0.00147 0.00228 1.7 71.7 World eIoni - 10 -10.1 38.1 2.01e+03 0 0.00147 0.495 72.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 92 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.9 36.1 2.02e+03 0.00292 0 0 0 World initStep - 1 -12.6 35.9 2.02e+03 0 0.00292 1.36 1.36 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 92 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.6 35.2 2.03e+03 0.0013 0 0 0 World initStep - 1 -8.68 35.3 2.03e+03 0 0.0013 0.412 0.412 World eIoni + 0 -28.2 -27.4 1.26e+03 0.00342 0 0 0 World initStep + 1 -27.5 -27.1 1.26e+03 0.002 0.00142 1.58 1.58 World eIoni + 2 -27.4 -27 1.26e+03 0 0.002 0.803 2.38 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.07 2.8 2.01e+03 0.00168 0 0 0 World initStep - 1 -6.18 2.58 2.01e+03 0 0.00168 0.607 0.607 World eIoni + 0 -27.7 -27.6 1.24e+03 0.00664 0 0 0 World initStep + 1 -28.6 -25.9 1.24e+03 0.00561 0.00103 2.73 2.73 World eIoni + 2 -29.6 -25.5 1.24e+03 0.00345 0.00217 2.36 5.09 World eIoni + 3 -28.8 -25.5 1.24e+03 0.00109 0.00236 1.59 6.68 World eIoni + 4 -28.7 -25.4 1.24e+03 0 0.00109 0.318 7 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.31 2.17 1.92e+03 0.00163 0 0 0 World initStep - 1 -8.13 2.03 1.92e+03 0 0.00163 0.581 0.581 World eIoni + 0 -25.7 -28.3 1.14e+03 0.00376 0 0 0 World initStep + 1 -24.8 -28.4 1.14e+03 0.00115 0.00261 1.71 1.71 World eIoni + 2 -24.7 -28.3 1.14e+03 0 0.00115 0.344 2.05 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.42 2.14 1.92e+03 0.00401 0 0 0 World initStep - 1 -7.42 2.18 1.92e+03 0.0017 0.00232 1.8 1.8 World eIoni - 2 -7.32 2.35 1.92e+03 0 0.0017 0.618 2.42 World eIoni + 0 -25.2 -28.5 1.11e+03 0.00117 0 0 0 World initStep + 1 -25.2 -28.4 1.11e+03 0 0.00117 0.355 0.355 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.82 1.74 1.86e+03 0.00107 0 0 0 World initStep - 1 -9.7 1.72 1.86e+03 0 0.00107 0.311 0.311 World eIoni + 0 -25.1 -28.5 1.1e+03 0.00499 0 0 0 World initStep + 1 -24.6 -29.8 1.1e+03 0.00373 0.00126 1.6 1.6 World msc + 2 -24 -30 1.1e+03 0.00212 0.00161 1.7 3.31 World eIoni + 3 -23.7 -29.8 1.1e+03 0 0.00212 0.877 4.18 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.2 1.19 1.8e+03 0.00221 0 0 0 World initStep - 1 -11.3 0.829 1.8e+03 0 0.00221 0.942 0.942 World eIoni + 0 -24.7 -28.7 1.09e+03 0.00103 0 0 0 World initStep + 1 -24.7 -28.7 1.09e+03 0 0.00103 0.295 0.295 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.2 1.19 1.8e+03 0.018 0 0 0 World initStep - 1 -13.8 -2.79 1.8e+03 0.0108 0.00356 8.08 8.08 World eIoni - 2 -11.3 -4.7 1.81e+03 0.00792 0.00288 4.59 12.7 World eIoni - 3 -9.77 -5.18 1.81e+03 0.00541 0.00251 3.24 15.9 World eIoni - 4 -9.65 -3.89 1.81e+03 0.00414 0.00127 2.29 18.2 World eIoni - 5 -9.94 -3.87 1.81e+03 0.00193 0.00221 1.85 20 World eIoni - 6 -10.1 -4.13 1.81e+03 0 0.00193 0.754 20.8 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.8 -2.79 1.8e+03 0.00361 0 0 0 World initStep - 1 -14.4 -2.93 1.8e+03 0.00242 0.00119 1.65 1.65 World eIoni - 2 -14.9 -3.05 1.8e+03 0 0.00242 1.08 2.74 World eIoni + 0 -24 -28.9 1.05e+03 0.00219 0 0 0 World initStep + 1 -23.9 -29.3 1.05e+03 0 0.00219 0.928 0.928 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.9 -0.157 1.7e+03 0.00722 0 0 0 World initStep - 1 -14.8 0.732 1.7e+03 0.00566 0.00156 2.32 2.32 World msc - 2 -16.4 1.04 1.7e+03 0.0024 0.00326 2.37 4.7 World eIoni - 3 -16.8 1.13 1.7e+03 0 0.0024 1.07 5.77 World eIoni + 0 -23.9 -29 1.04e+03 0.00126 0 0 0 World initStep + 1 -23.9 -29.1 1.04e+03 0 0.00126 0.395 0.395 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.1 -2.67 1.55e+03 0.00347 0 0 0 World initStep - 1 -14.9 -1.9 1.55e+03 0.00145 0.00201 1.6 1.6 World eIoni - 2 -15 -1.79 1.55e+03 0 0.00145 0.487 2.09 World eIoni + 0 -22.7 -29.3 985 0.00285 0 0 0 World initStep + 1 -22.5 -29 985 0.00102 0.00183 0.466 0.466 World msc + 2 -22.5 -28.9 985 0 0.00102 0.291 0.756 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.2 -2.75 1.54e+03 0.0038 0 0 0 World initStep - 1 -16 -3.21 1.54e+03 0.002 0.00181 1.73 1.73 World eIoni - 2 -16.2 -3.09 1.54e+03 0 0.002 0.797 2.52 World eIoni + 0 -22.5 -29.6 971 0.00111 0 0 0 World initStep + 1 -22.5 -29.5 971 0 0.00111 0.328 0.328 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.7 -3.35 1.51e+03 0.00111 0 0 0 World initStep - 1 -15.6 -3.42 1.51e+03 0 0.00111 0.329 0.329 World eIoni + 0 -22.3 -29.9 953 0.002 0 0 0 World initStep + 1 -22 -29.9 953 0 0.002 0.802 0.802 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.8 -3.46 1.5e+03 0.00197 0 0 0 World initStep - 1 -15.9 -3.77 1.5e+03 0 0.00197 0.78 0.78 World eIoni + 0 -21.4 -31.3 880 0.0015 0 0 0 World initStep + 1 -21.2 -31.3 880 0 0.0015 0.51 0.51 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.1 -3.73 1.48e+03 0.00147 0 0 0 World initStep - 1 -16.2 -3.72 1.48e+03 0 0.00147 0.498 0.498 World eIoni + 0 -21.2 -31.6 862 0.0032 0 0 0 World initStep + 1 -21.9 -31.5 862 0.00103 0.00218 1.49 1.49 World eIoni + 2 -22 -31.5 862 0 0.00103 0.293 1.78 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.6 -6.65 1.31e+03 0.00406 0 0 0 World initStep - 1 -18.4 -5.65 1.31e+03 0.00226 0.0018 1.82 1.82 World eIoni - 2 -18.1 -5.4 1.31e+03 0 0.00226 0.974 2.8 World eIoni + 0 -21.1 -31.8 851 0.00147 0 0 0 World initStep + 1 -20.9 -32 851 0 0.00147 0.496 0.496 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.8 -8.08 1.22e+03 0.00112 0 0 0 World initStep - 1 -19.8 -8.19 1.22e+03 0 0.00112 0.334 0.334 World eIoni + 0 -21 -31.9 849 0.00149 0 0 0 World initStep + 1 -21 -31.7 849 0 0.00149 0.509 0.509 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.9 -8.15 1.22e+03 0.00295 0 0 0 World initStep - 1 -19.3 -8.38 1.22e+03 0.00166 0.00129 1.37 1.37 World eIoni - 2 -19.3 -8.61 1.22e+03 0 0.00166 0.599 1.97 World eIoni + 0 -21 -32 844 0.00362 0 0 0 World initStep + 1 -20.3 -31.4 845 0.00128 0.00234 1.66 1.66 World eIoni + 2 -20.2 -31.3 845 0 0.00128 0.404 2.06 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.9 -10.5 1.08e+03 0.00165 0 0 0 World initStep - 1 -22 -10.3 1.08e+03 0 0.00165 0.594 0.594 World eIoni + 0 -20.9 -32.2 833 0.00155 0 0 0 World initStep + 1 -20.9 -32 833 0 0.00155 0.539 0.539 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.4 -11 1.04e+03 0.00209 0 0 0 World initStep - 1 -22.4 -11.4 1.04e+03 0 0.00209 0.86 0.86 World eIoni + 0 -18.5 -35.8 632 0.00173 0 0 0 World initStep + 1 -18.7 -36 632 0 0.00173 0.637 0.637 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.6 -12.2 965 0.00306 0 0 0 World initStep - 1 -24.1 -12.1 965 0 0.00306 0.874 0.874 World eIoni + 0 -18.1 -36.3 601 0.00158 0 0 0 World initStep + 1 -18.3 -36.4 601 0 0.00158 0.554 0.554 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.8 -12.4 954 0.00113 0 0 0 World initStep - 1 -23.7 -12.4 954 0 0.00113 0.334 0.334 World eIoni + 0 -17.6 -36.9 562 0.00252 0 0 0 World initStep + 1 -17.2 -37.1 562 0 0.00252 1.15 1.15 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.7 -13.3 894 0.00158 0 0 0 World initStep - 1 -24.9 -13.5 894 0 0.00158 0.554 0.554 World eIoni + 0 -17.3 -37.1 537 0.0011 0 0 0 World initStep + 1 -17.2 -37.2 537 0 0.0011 0.323 0.323 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.8 -14.4 823 0.0327 0 0 0 World initStep - 1 -32.9 -21 830 0.0286 0.00236 12.3 12.3 World eIoni - 2 -31.7 -37.5 838 0.0255 0.0031 19.7 32 World eIoni - 3 -22 -48.8 841 0.021 0.00447 16.3 48.2 World eIoni - 4 -13.8 -55.3 844 0.0164 0.00462 11.9 60.1 World eIoni - 5 -8.24 -55.9 849 0.0134 0.00306 8.11 68.2 World eIoni - 6 -3.18 -56.7 852 0.0105 0.00287 6.04 74.3 World eIoni - 7 0.621 -57.8 852 0.00764 0.00284 4.42 78.7 World eIoni - 8 1.24 -58.1 852 0.00544 0.00018 0.752 79.4 World eIoni - 9 2.68 -58.1 853 0.00361 0.00182 2.3 81.7 World eIoni - 10 2.39 -58.7 854 0.00206 0.00155 1.66 83.4 World eIoni - 11 2.35 -58.5 854 0 0.00206 0.842 84.2 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.24 -58.1 852 0.00202 0 0 0 World initStep - 1 1.27 -58.5 852 0 0.00202 0.815 0.815 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.9 -21 830 0.0017 0 0 0 World initStep - 1 -33 -21 830 0 0.0017 0.62 0.62 World eIoni + 0 -16.3 -37.7 455 0.00548 0 0 0 World initStep + 1 -17.6 -37.1 455 0.00272 0.00276 2.31 2.31 World eIoni + 2 -17.7 -37.4 455 0 0.00272 1.26 3.57 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.2 -14.7 802 0.00224 0 0 0 World initStep - 1 -26.2 -14.3 802 0 0.00224 0.96 0.96 World eIoni + 0 -16.2 -37.7 454 0.00104 0 0 0 World initStep + 1 -16.2 -37.8 454 0 0.00104 0.3 0.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.2 -14.7 799 0.00941 0 0 0 World initStep - 1 -29.1 -14.6 800 0.00761 0.0018 3.9 3.9 World eIoni - 2 -29.8 -12.4 800 0.00603 0.00159 3.11 7 World eIoni - 3 -29.1 -12.3 802 0.00398 0.00205 2.5 9.51 World eIoni - 4 -28.7 -11.8 801 0.0016 0.00237 1.79 11.3 World eIoni - 5 -28.5 -11.7 801 0 0.0016 0.568 11.9 World eIoni + 0 -15.3 -38.2 373 0.00222 0 0 0 World initStep + 1 -15.7 -38.2 373 0 0.00222 0.944 0.944 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.5 -16.8 633 0.00207 0 0 0 World initStep - 1 -28.7 -17 634 0 0.00207 0.845 0.845 World eIoni + 0 -14.9 -38.4 344 0.0024 0 0 0 World initStep + 1 -15.3 -38.7 344 0 0.0024 1.07 1.07 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.6 -16.9 621 0.00124 0 0 0 World initStep - 1 -28.6 -17.1 621 0 0.00124 0.384 0.384 World eIoni + 0 -14.4 -38.7 304 0.00277 0 0 0 World initStep + 1 -14.8 -38.3 304 0.00111 0.00166 1.28 1.28 World eIoni + 2 -14.8 -38.2 304 0 0.00111 0.326 1.61 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29 -17.3 594 0.00154 0 0 0 World initStep - 1 -28.8 -17.3 594 0 0.00154 0.536 0.536 World eIoni + 0 -14.3 -38.7 295 0.00119 0 0 0 World initStep + 1 -14.3 -38.9 295 0 0.00119 0.362 0.362 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.2 -17.4 580 0.0014 0 0 0 World initStep - 1 -29.1 -17.6 580 0 0.0014 0.463 0.463 World eIoni + 0 -13.8 -39 253 0.00404 0 0 0 World initStep + 1 -12.8 -38.8 253 0.0026 0.00144 1.81 1.81 World eIoni + 2 -12.3 -39 253 0 0.0026 1.19 3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.3 -17.6 570 0.00878 0 0 0 World initStep - 1 -26.9 -17.2 571 0.00754 0.00124 3.06 3.06 World msc - 2 -25.5 -15.6 572 0.00632 0.00123 3.08 6.14 World eIoni - 3 -24.1 -14.8 573 0.00402 0.0023 2.61 8.75 World eIoni - 4 -23.9 -15 574 0.00166 0.00236 1.81 10.6 World eIoni - 5 -23.9 -15.2 574 0 0.00166 0.596 11.1 World eIoni + 0 -13.3 -39.2 215 0.00398 0 0 0 World initStep + 1 -13.7 -38.3 215 0.00125 0.00273 1.79 1.79 World eIoni + 2 -13.8 -38.3 215 0 0.00125 0.391 2.18 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30 -18.2 522 0.00112 0 0 0 World initStep - 1 -30 -18.3 522 0 0.00112 0.332 0.332 World eIoni + 0 -12.8 -39.5 166 0.00113 0 0 0 World initStep + 1 -12.7 -39.6 166 0 0.00113 0.334 0.334 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.4 -18.5 491 0.00881 0 0 0 World initStep - 1 -32.2 -17.7 492 0.00739 0.00142 2.23 2.23 World msc - 2 -34.3 -17.3 493 0.00597 0.00142 3.02 5.25 World eIoni - 3 -36 -17.3 494 0.00364 0.00234 2.48 7.73 World eIoni - 4 -36.8 -17.6 494 0 0.00364 1.66 9.39 World eIoni + 0 -12 -39.9 104 0.00167 0 0 0 World initStep + 1 -12.3 -40 104 0 0.00167 0.602 0.602 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.8 -18.9 467 0.00958 0 0 0 World initStep - 1 -29.4 -20.9 469 0.00777 0.00182 3.98 3.98 World eIoni - 2 -29.2 -22.6 470 0.007 0.000771 1.93 5.91 World msc - 3 -30.9 -23.2 470 0.00598 0.00102 1.95 7.85 World msc - 4 -31 -21.5 469 0.00231 0.00367 2.49 10.3 World eIoni - 5 -30.7 -21.2 469 0 0.00231 1.01 11.3 World eIoni + 0 -10.3 -40.8 -29.1 0.00108 0 0 0 World initStep + 1 -10.3 -40.7 -29.1 0 0.00108 0.313 0.313 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.9 -19 455 0.00228 0 0 0 World initStep - 1 -31.3 -18.8 455 0 0.00228 0.987 0.987 World eIoni + 0 -9.2 -41.4 -169 0.00244 0 0 0 World initStep + 1 -9.35 -41 -169 0.00104 0.0014 1.1 1.1 World eIoni + 2 -9.28 -41 -169 0 0.00104 0.298 1.39 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -31.2 -19.2 436 0.00231 0 0 0 World initStep - 1 -31.1 -18.9 436 0 0.00231 1.01 1.01 World eIoni + 0 -9.15 -41.4 -193 0.00592 0 0 0 World initStep + 1 -10.5 -42.4 -193 0.00411 0.0018 2.47 2.47 World eIoni + 2 -11.5 -42.1 -193 0.00248 0.00163 1.84 4.31 World eIoni + 3 -12 -42 -193 0 0.00248 1.12 5.42 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.3 -20.2 359 0.00172 0 0 0 World initStep - 1 -32 -20.1 359 0 0.00172 0.633 0.633 World eIoni + 0 -8.94 -41.3 -280 0.00109 0 0 0 World initStep + 1 -9.06 -41.3 -280 0 0.00109 0.319 0.319 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.5 -20.4 341 0.00516 0 0 0 World initStep - 1 -33.8 -20 341 0.00225 0.00291 2.2 2.2 World eIoni - 2 -33.9 -19.6 342 0 0.00225 0.964 3.16 World eIoni + 0 -8.87 -41.3 -310 0.00187 0 0 0 World initStep + 1 -8.59 -41.4 -310 0 0.00187 0.722 0.722 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.9 -21.7 236 0.00213 0 0 0 World initStep - 1 -34 -22.1 236 0 0.00213 0.885 0.885 World eIoni + 0 -8.81 -41.3 -337 0.00111 0 0 0 World initStep + 1 -8.72 -41.2 -337 0 0.00111 0.328 0.328 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34 -21.8 228 0.00281 0 0 0 World initStep - 1 -33.8 -22.4 228 0 0.00281 1.31 1.31 World eIoni + 0 -8.67 -41.1 -412 0.00339 0 0 0 World initStep + 1 -9.13 -40.5 -412 0.00133 0.00207 1.57 1.57 World eIoni + 2 -8.99 -40.6 -412 0 0.00133 0.427 2 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.1 -21.9 224 0.0489 0 0 0 World initStep - 1 -24.9 -0.473 262 0.0445 0.00442 49.7 49.7 World eIoni - 2 7.45 7.67 283 0.0392 0.00527 42.1 91.8 World eIoni - 3 34 8.45 296 0.0332 0.006 33.8 126 World eIoni - 4 56.6 6.13 289 0.0292 0.00403 25.4 151 World eIoni - 5 74.6 5.7 283 0.0256 0.00361 20.3 171 World eIoni - 6 77.7 6.33 283 0.0221 0.00155 3.21 174 World eIoni - 7 79.3 7.24 282 0.0194 0.000717 1.87 176 World eIoni - 8 87.4 12.7 283 0.0164 0.00305 10.5 187 World eIoni - 9 92.4 18.2 283 0.0144 0.00194 8.06 195 World eIoni - 10 97.4 18.6 280 0.0133 0.00109 6.71 202 World eIoni - 11 100 13.9 278 0.0122 0.00116 6.02 208 World eIoni - 12 103 9.86 279 0.0108 0.00133 5.33 213 World eIoni - 13 101 7.92 282 0.00815 0.00267 4.59 218 World eIoni - 14 98.6 8.3 283 0.00699 0.00116 3.33 221 World eIoni - 15 96.6 8.77 284 0.00569 0.00129 2.86 224 World eIoni - 16 95 8.49 284 0.00474 0.000957 2.39 226 World eIoni - 17 94.7 7.98 285 0.00385 0.000892 2.06 228 World eIoni - 18 94.3 7.4 285 0.00119 0.00266 1.74 230 World eIoni - 19 94.3 7.37 285 0 0.00119 0.362 230 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 79.3 7.24 282 0.00199 0 0 0 World initStep - 1 79.5 7.21 283 0 0.00199 0.794 0.794 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 77.7 6.33 283 0.00189 0 0 0 World initStep - 1 77.8 6.25 282 0 0.00189 0.735 0.735 World eIoni + 0 -8.6 -41.1 -444 0.00155 0 0 0 World initStep + 1 -8.65 -41.3 -444 0 0.00155 0.537 0.537 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35 -23 150 0.00294 0 0 0 World initStep - 1 -34.5 -23.2 150 0 0.00294 1.37 1.37 World eIoni + 0 -8.45 -41 -536 0.00371 0 0 0 World initStep + 1 -7.62 -40.6 -536 0.00227 0.00144 1.69 1.69 World eIoni + 2 -7.43 -40.9 -536 0 0.00227 0.982 2.67 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.5 -24.7 35 0.00126 0 0 0 World initStep - 1 -36.6 -24.8 35 0 0.00126 0.393 0.393 World eIoni + 0 -8.38 -40.9 -579 0.00104 0 0 0 World initStep + 1 -8.36 -41 -579 0 0.00104 0.299 0.299 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.6 -24.8 30.8 0.041 0 0 0 World initStep - 1 -52.9 -14.9 56.8 0.0365 0.00443 36.5 36.5 World eIoni - 2 -64.7 -23.3 80.8 0.0324 0.00415 29.9 66.4 World eIoni - 3 -67.4 -25.5 83.9 0.0308 0.000591 4.72 71.1 World eIoni - 4 -84.8 -26.7 95.4 0.0271 0.0037 22.3 93.3 World eIoni - 5 -99.1 -32.5 102 0.0232 0.00389 17.9 111 World eIoni - 6 -109 -40.2 99.6 0.0205 0.00269 13.9 125 World eIoni - 7 -116 -48.6 99.5 0.0181 0.00236 11.4 137 World eIoni - 8 -114 -56.4 97.2 0.00943 0.003 8.81 145 World eIoni - 9 -111 -58 96.9 0.00749 0.00194 3.9 149 World eIoni - 10 -109 -59 97.9 0.00571 0.00178 3.06 152 World eIoni - 11 -108 -59.9 96.9 0.00454 0.00117 2.39 155 World eIoni - 12 -108 -60.8 96.8 0.00382 0.000717 1.99 157 World eIoni - 13 -107 -61.5 96.3 0.00106 0.00277 1.73 158 World eIoni - 14 -107 -61.5 96.4 0 0.00106 0.305 159 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -114 -56.4 97.2 0.0057 0 0 0 World initStep - 1 -115 -57.5 97.6 0.00362 0.00208 2.39 2.39 World eIoni - 2 -116 -58.1 97.2 0.00139 0.00223 1.66 4.05 World eIoni - 3 -116 -58.1 97.4 0 0.00139 0.457 4.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67.4 -25.5 83.9 0.00102 0 0 0 World initStep - 1 -67.3 -25.6 83.9 0 0.00102 0.29 0.29 World eIoni + 0 -8.35 -40.9 -604 0.00225 0 0 0 World initStep + 1 -8.61 -41.2 -604 0 0.00225 0.964 0.964 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.6 -24.8 27.8 0.0134 0 0 0 World initStep - 1 -33.8 -25.5 28.1 0.00658 0.000512 3.01 3.01 World eIoni - 2 -32.1 -26.1 28.7 0.00416 0.00242 2.71 5.72 World eIoni - 3 -32.6 -27.1 29 0 0.00416 1.86 7.58 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 50 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 -25.5 28.1 0.00628 0 0 0 World initStep - 1 -33.2 -25.5 26.3 0.00545 0.00083 2.6 2.6 World eIoni - 2 -34.2 -26.2 25.5 0.00346 0.00199 2.3 4.9 World eIoni - 3 -35 -26.3 25.4 0 0.00346 1.6 6.5 World eIoni + 0 -8.35 -40.9 -607 0.00359 0 0 0 World initStep + 1 -7.63 -40.4 -606 0.00232 0.00127 1.65 1.65 World eIoni + 2 -7.71 -40.1 -606 0 0.00232 1.01 2.66 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.7 -26.2 -61.6 0.00945 0 0 0 World initStep - 1 -39.7 -29.2 -61.6 0.00612 0.00332 3.91 3.91 World eIoni - 2 -40.6 -30.4 -62.4 0.00417 0.00195 2.54 6.45 World eIoni - 3 -40.5 -31.5 -62.7 0.00268 0.00149 1.86 8.31 World eIoni - 4 -40.8 -31.1 -62.9 0 0.00268 1.24 9.55 World eIoni + 0 -8.33 -40.9 -625 0.00485 0 0 0 World initStep + 1 -9.58 -40.5 -625 0.00389 0.000953 2.09 2.09 World eIoni + 2 -9.64 -39.6 -625 0.00188 0.00202 1.76 3.86 World eIoni + 3 -9.37 -39.6 -625 0 0.00188 0.724 4.58 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.9 -28.5 -241 0.00127 0 0 0 World initStep - 1 -39.8 -28.3 -241 0 0.00127 0.398 0.398 World eIoni + 0 -8.29 -40.8 -695 0.00163 0 0 0 World initStep + 1 -8.2 -40.6 -695 0 0.00163 0.584 0.584 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.1 -28.8 -264 0.00108 0 0 0 World initStep - 1 -40.1 -28.7 -264 0 0.00108 0.314 0.314 World eIoni + 0 -8.28 -40.8 -710 0.00143 0 0 0 World initStep + 1 -8.1 -40.7 -710 0 0.00143 0.476 0.476 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.2 -28.9 -269 0.00387 0 0 0 World initStep - 1 -40.7 -28 -269 0.00154 0.00232 1.75 1.75 World eIoni - 2 -40.8 -28 -269 0 0.00154 0.535 2.29 World eIoni + 0 -8.27 -40.7 -730 0.00499 0 0 0 World initStep + 1 -9.46 -40.1 -730 0.00255 0.00244 2.14 2.14 World eIoni + 2 -9.39 -40.6 -730 0 0.00255 1.16 3.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.5 -29.2 -292 0.00128 0 0 0 World initStep - 1 -40.4 -29.3 -292 0 0.00128 0.402 0.402 World eIoni + 0 -8.27 -40.7 -730 0.00252 0 0 0 World initStep + 1 -8.62 -41.1 -730 0 0.00252 1.14 1.14 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.2 -30 -350 0.0186 0 0 0 World initStep - 1 -40.2 -28.1 -349 0.017 0.000277 2.26 2.26 World eIoni - 2 -38.6 -26.2 -348 0.00822 0.00124 2.81 5.07 World eIoni - 3 -38.3 -23.7 -348 0.0071 0.00113 3.36 8.43 World eIoni - 4 -37.8 -21.8 -349 0.00531 0.00179 2.9 11.3 World eIoni - 5 -36.9 -21.4 -350 0.00311 0.0022 2.25 13.6 World eIoni - 6 -37.5 -21.1 -350 0 0.00311 1.45 15 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -38.6 -26.2 -348 0.00752 0 0 0 World initStep - 1 -37.5 -26.1 -346 0.00526 0.00226 3.07 3.07 World eIoni - 2 -36.2 -26.2 -346 0.00144 0.0025 2.04 5.11 World eIoni - 3 -36 -26.2 -346 0 0.00144 0.481 5.59 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 119 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.2 -26.2 -346 0.00132 0 0 0 World initStep - 1 -36.1 -26.3 -345 0 0.00132 0.422 0.422 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.2 -28.1 -349 0.0013 0 0 0 World initStep - 1 -40.2 -28 -349 0 0.0013 0.416 0.416 World eIoni + 0 -8.25 -40.7 -754 0.0011 0 0 0 World initStep + 1 -8.26 -40.6 -754 0 0.0011 0.322 0.322 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.3 -30.2 -360 0.00301 0 0 0 World initStep - 1 -41.9 -30 -360 0.00125 0.00176 1.4 1.4 World eIoni - 2 -41.9 -30 -360 0 0.00125 0.392 1.79 World eIoni + 0 -8.24 -40.7 -768 0.00175 0 0 0 World initStep + 1 -8.01 -40.8 -768 0 0.00175 0.651 0.651 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.5 -30.5 -378 0.00112 0 0 0 World initStep - 1 -41.6 -30.4 -378 0 0.00112 0.333 0.333 World eIoni + 0 -8.21 -40.6 -843 0.00197 0 0 0 World initStep + 1 -8.4 -40.3 -843 0 0.00197 0.782 0.782 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.2 -31.3 -428 0.00572 0 0 0 World initStep - 1 -42.7 -30.3 -427 0.00403 0.000263 1.43 1.43 World eIoni - 2 -43.1 -29.4 -427 0.00175 0.00228 1.81 3.24 World eIoni - 3 -43.2 -29.4 -427 0 0.00175 0.649 3.89 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.7 -30.3 -427 0.00142 0 0 0 World initStep - 1 -42.5 -30.2 -427 0 0.00142 0.472 0.472 World eIoni + 0 -8.2 -40.5 -855 0.00271 0 0 0 World initStep + 1 -8.36 -40 -855 0 0.00271 1.25 1.25 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.4 -31.5 -445 0.00107 0 0 0 World initStep - 1 -42.3 -31.4 -445 0 0.00107 0.311 0.311 World eIoni + 0 -8.07 -40.3 -1.01e+03 0.00186 0 0 0 World initStep + 1 -8.25 -40.1 -1.01e+03 0 0.00186 0.711 0.711 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.8 -32.1 -479 0.00419 0 0 0 World initStep - 1 -43.8 -32.3 -479 0.00149 0.0027 1.87 1.87 World eIoni - 2 -43.8 -32.3 -478 0 0.00149 0.508 2.37 World eIoni + 0 -8.03 -40.2 -1.09e+03 0.00135 0 0 0 World initStep + 1 -8.08 -40.4 -1.09e+03 0 0.00135 0.438 0.438 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.4 -35.1 -673 0.00236 0 0 0 World initStep - 1 -44.3 -35.5 -673 0 0.00236 1.04 1.04 World eIoni + 0 -7.99 -40.1 -1.16e+03 0.0032 0 0 0 World initStep + 1 -7.84 -40.3 -1.16e+03 0.00308 0.000119 0.287 0.287 World msc + 2 -7.83 -40.4 -1.16e+03 0.00261 0.000469 0.333 0.62 World msc + 3 -7.71 -40.7 -1.16e+03 0.00155 0.00106 0.405 1.02 World msc + 4 -7.69 -40.9 -1.16e+03 0 0.00155 0.541 1.57 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.5 -35.4 -704 0.00101 0 0 0 World initStep - 1 -44.4 -35.4 -704 0 0.00101 0.285 0.285 World eIoni + 0 -7.97 -40 -1.2e+03 0.00919 0 0 0 World initStep + 1 -9.7 -42.2 -1.2e+03 0.00816 0.00103 3.8 3.8 World eIoni + 2 -11.6 -43.5 -1.2e+03 0.00576 0.0024 3.34 7.13 World eIoni + 3 -11.7 -42.7 -1.2e+03 0.00299 0.00276 2.41 9.54 World eIoni + 4 -12.2 -43 -1.2e+03 0 0.00299 1.39 10.9 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.5 -35.5 -715 0.00763 0 0 0 World initStep - 1 -45.6 -34.6 -714 0.00566 0.00088 1.75 1.75 World eIoni - 2 -46.7 -33.6 -714 0.00369 0.00197 2.38 4.13 World eIoni - 3 -47.4 -34.2 -714 0.0025 0.0012 1.69 5.81 World eIoni - 4 -47 -34.1 -714 0.00162 0.000878 0.641 6.45 World eIoni - 5 -47 -34.2 -714 0 0.00162 0.575 7.03 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.6 -34.6 -714 0.00109 0 0 0 World initStep - 1 -45.5 -34.5 -714 0 0.00109 0.32 0.32 World eIoni + 0 -7.96 -40 -1.22e+03 0.00767 0 0 0 World initStep + 1 -7.21 -37.8 -1.22e+03 0.00587 0.0018 3.13 3.13 World eIoni + 2 -7.48 -36.4 -1.21e+03 0.00349 0.00238 2.45 5.58 World eIoni + 3 -7.09 -36.9 -1.21e+03 0.00123 0.00226 1.61 7.19 World eIoni + 4 -7.17 -36.9 -1.21e+03 0 0.00123 0.379 7.57 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.5 -35.5 -718 0.00207 0 0 0 World initStep - 1 -44.5 -35.2 -718 0 0.00207 0.844 0.844 World eIoni + 0 -7.95 -39.9 -1.23e+03 0.00125 0 0 0 World initStep + 1 -7.93 -39.8 -1.23e+03 0 0.00125 0.392 0.392 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.6 -36.1 -768 0.00294 0 0 0 World initStep - 1 -44.7 -36.7 -768 0 0.00294 1.25 1.25 World eIoni + 0 -7.95 -39.9 -1.23e+03 0.00312 0 0 0 World initStep + 1 -7.82 -40.5 -1.23e+03 0.00212 0.000999 0.945 0.945 World eIoni + 2 -8.1 -40.4 -1.23e+03 0 0.00212 0.88 1.82 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.7 -36.5 -804 0.0011 0 0 0 World initStep - 1 -44.7 -36.6 -804 0 0.0011 0.323 0.323 World eIoni + 0 -7.95 -39.9 -1.23e+03 0.00121 0 0 0 World initStep + 1 -7.85 -40 -1.23e+03 0 0.00121 0.374 0.374 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.8 -36.7 -825 0.00162 0 0 0 World initStep - 1 -44.9 -36.9 -825 0 0.00162 0.575 0.575 World eIoni + 0 -7.95 -39.7 -1.33e+03 0.00272 0 0 0 World initStep + 1 -7.8 -39.2 -1.33e+03 0 0.00272 1.26 1.26 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.6 -38.9 -1.05e+03 0.00282 0 0 0 World initStep - 1 -45.4 -39.4 -1.05e+03 0 0.00282 1.31 1.31 World eIoni + 0 -7.95 -39.7 -1.33e+03 0.0728 0 0 0 World initStep + 1 -13.7 -73.9 -1.28e+03 0.0669 0.00592 67.3 67.3 cloudPV CoupledTransportation + 2 -13.7 -73.9 -1.28e+03 0.0661 0.000808 0.00255 67.3 cloudPV msc + 3 -13.7 -73.9 -1.28e+03 0.0643 0.00182 0.0033 67.3 cloudPV msc + 4 -13.7 -73.9 -1.28e+03 0.0625 0.00176 0.00312 67.3 cloudPV msc + 5 -13.7 -73.9 -1.28e+03 0.0619 0.000575 0.00366 67.3 cloudPV msc + 6 -13.7 -73.9 -1.28e+03 0.0604 0.00153 0.00544 67.3 cloudPV msc + 7 -13.7 -73.9 -1.28e+03 0.057 0.0034 0.00736 67.3 cloudPV msc + 8 -13.7 -73.9 -1.28e+03 0.0524 0.00458 0.00926 67.3 cloudPV msc + 9 -13.7 -74 -1.28e+03 0.0464 0.00601 0.0117 67.3 cloudPV msc + 10 -13.7 -74 -1.28e+03 0.0376 0.00879 0.0135 67.3 cloudPV msc + 11 -13.7 -74 -1.28e+03 0 0.0376 0.0264 67.4 cloudPV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.6 -38.9 -1.05e+03 0.00142 0 0 0 World initStep - 1 -45.5 -38.7 -1.05e+03 0 0.00142 0.47 0.47 World eIoni + 0 -7.95 -39.7 -1.33e+03 0.00611 0 0 0 World initStep + 1 -7.92 -38 -1.33e+03 0.00525 0.000862 2.54 2.54 World eIoni + 2 -8.64 -37.2 -1.33e+03 0.00404 0.00121 2.23 4.77 World eIoni + 3 -8.92 -36.5 -1.33e+03 0.00187 0.00217 1.81 6.58 World eIoni + 4 -9.21 -36.5 -1.33e+03 0 0.00187 0.72 7.3 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.7 -38.9 -1.06e+03 0.00347 0 0 0 World initStep - 1 -45.6 -39.7 -1.06e+03 0.00116 0.00231 1.6 1.6 World eIoni - 2 -45.5 -39.8 -1.06e+03 0 0.00116 0.349 1.95 World eIoni + 0 -7.94 -39.7 -1.37e+03 0.00522 0 0 0 World initStep + 1 -7.3 -41 -1.37e+03 0.00365 0.00157 2.22 2.22 World eIoni + 2 -7.68 -41.4 -1.37e+03 0.0016 0.00205 1.67 3.89 World eIoni + 3 -7.57 -41.5 -1.37e+03 0 0.0016 0.566 4.46 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.8 -39.2 -1.09e+03 0.00116 0 0 0 World initStep - 1 -45.9 -39.3 -1.09e+03 0 0.00116 0.348 0.348 World eIoni + 0 -7.94 -39.7 -1.39e+03 0.00146 0 0 0 World initStep + 1 -7.84 -39.8 -1.39e+03 0 0.00146 0.494 0.494 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46 -39.6 -1.14e+03 0.00479 0 0 0 World initStep - 1 -47.2 -39.2 -1.14e+03 0.00337 0.00142 2.07 2.07 World eIoni - 2 -47.4 -38.8 -1.14e+03 0.00166 0.000582 0.629 2.7 World eIoni - 3 -47.6 -38.7 -1.14e+03 0 0.00166 0.597 3.3 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 27 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.4 -38.8 -1.14e+03 0.00113 0 0 0 World initStep - 1 -47.4 -38.8 -1.14e+03 0 0.00113 0.335 0.335 World eIoni + 0 -7.94 -39.7 -1.39e+03 0.00296 0 0 0 World initStep + 1 -7.94 -40.3 -1.39e+03 0.00164 0.00132 1.38 1.38 World eIoni + 2 -7.86 -40.1 -1.39e+03 0 0.00164 0.588 1.97 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.4 -40.7 -1.24e+03 0.00967 0 0 0 World initStep - 1 -48.9 -42.1 -1.24e+03 0.0079 0.00177 3.34 3.34 World msc - 2 -50.2 -41.6 -1.24e+03 0.00737 0.000538 3.23 6.57 World eIoni - 3 -51.7 -40 -1.24e+03 0.00542 0.00195 3.01 9.58 World eIoni - 4 -53 -39.4 -1.23e+03 0.00218 0.00323 2.29 11.9 World eIoni - 5 -53.2 -39 -1.23e+03 0 0.00218 0.921 12.8 World eIoni + 0 -7.96 -39.6 -1.46e+03 0.00227 0 0 0 World initStep + 1 -7.65 -39.3 -1.46e+03 0 0.00227 0.983 0.983 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.6 -41.9 -1.38e+03 0.00168 0 0 0 World initStep - 1 -46.6 -41.7 -1.37e+03 0 0.00168 0.612 0.612 World eIoni + 0 -7.96 -39.5 -1.48e+03 0.0394 0 0 0 World initStep + 1 0.46 -14.5 -1.46e+03 0.0344 0.00495 34.1 34.1 World eIoni + 2 18.6 3.13 -1.46e+03 0.0291 0.00531 27 61.1 World eIoni + 3 33.2 -5.13 -1.47e+03 0.025 0.00406 20.3 81.3 World eIoni + 4 35.3 -6.41 -1.47e+03 0.0225 0.000476 2.9 84.2 World eIoni + 5 44.8 -7.39 -1.48e+03 0.0208 0.00169 13.2 97.5 World eIoni + 6 50.4 -1.87 -1.49e+03 0.0189 0.0019 11.7 109 World eIoni + 7 55.4 -1.81 -1.5e+03 0.0141 0.00482 10 119 World eIoni + 8 59.9 -2.33 -1.5e+03 0.0125 0.00151 6.49 126 World eIoni + 9 60.7 -2.64 -1.5e+03 0.0109 0.000363 1.07 127 World eIoni + 10 64.2 -1.07 -1.5e+03 0.00989 0.00102 4.64 131 World eIoni + 11 66.1 -0.0451 -1.49e+03 0.00766 0.00223 4.13 135 World eIoni + 12 67.9 1.03 -1.49e+03 0.00668 0.000989 3.13 139 World eIoni + 13 69.6 2.75 -1.49e+03 0.00627 0.000405 2.74 141 World eIoni + 14 69.9 2.26 -1.49e+03 0.00344 0.00284 2.59 144 World eIoni + 15 69.2 2.72 -1.49e+03 0.00242 0.00101 1.59 146 World eIoni + 16 68.9 2.43 -1.49e+03 0 0.00242 1.08 147 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 25 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 60.7 -2.64 -1.5e+03 0.00127 0 0 0 World initStep + 1 60.6 -2.7 -1.5e+03 0 0.00127 0.401 0.401 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 25 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.3 -6.41 -1.47e+03 0.00209 0 0 0 World initStep + 1 35.6 -6.3 -1.47e+03 0 0.00209 0.861 0.861 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -43 -1.49e+03 0.00116 0 0 0 World initStep - 1 -46.9 -43 -1.49e+03 0 0.00116 0.348 0.348 World eIoni + 0 -7.97 -39.5 -1.5e+03 0.00175 0 0 0 World initStep + 1 -7.71 -39.5 -1.5e+03 0 0.00175 0.648 0.648 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -43.8 -1.57e+03 0.00285 0 0 0 World initStep - 1 -46.6 -44.3 -1.57e+03 0.00102 0.00183 1.33 1.33 World eIoni - 2 -46.5 -44.3 -1.57e+03 0 0.00102 0.292 1.62 World eIoni + 0 -7.97 -39.5 -1.51e+03 0.0031 0 0 0 World initStep + 1 -7.6 -38.9 -1.51e+03 0 0.0031 1.44 1.44 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -44.2 -1.61e+03 0.00215 0 0 0 World initStep - 1 -47.2 -44.1 -1.61e+03 0 0.00215 0.896 0.896 World eIoni + 0 -7.97 -39.5 -1.51e+03 0.0144 0 0 0 World initStep + 1 -8.77 -35.4 -1.51e+03 0.0125 0.00191 5.97 5.97 World msc + 2 -7.28 -33 -1.5e+03 0.0116 0.000908 5.54 11.5 World eIoni + 3 -9.19 -29.8 -1.5e+03 0.00957 0.00204 5.03 16.5 World eIoni + 4 -9.17 -26.2 -1.5e+03 0.00861 0.000966 3.97 20.5 World eIoni + 5 -9.03 -23.9 -1.5e+03 0.00667 0.00194 3.53 24 World eIoni + 6 -9.1 -22.6 -1.51e+03 0.00267 0.004 2.74 26.8 World eIoni + 7 -9.15 -22.3 -1.51e+03 0 0.00267 1.23 28 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -44.9 -1.68e+03 0.00627 0 0 0 World initStep - 1 -48.2 -43.7 -1.68e+03 0.00455 0.00171 2.59 2.59 World eIoni - 2 -49.2 -43.3 -1.68e+03 0.00234 0.00221 1.99 4.58 World eIoni - 3 -49.5 -43 -1.68e+03 0 0.00234 1.03 5.61 World eIoni + 0 -7.97 -39.5 -1.52e+03 0.0024 0 0 0 World initStep + 1 -7.96 -39.9 -1.52e+03 0 0.0024 1.07 1.07 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.9 -45 -1.69e+03 0.00805 0 0 0 World initStep - 1 -49 -46.1 -1.69e+03 0.0053 0.00276 3.29 3.29 World eIoni - 2 -49.7 -45.2 -1.69e+03 0.00407 0.00123 2.25 5.54 World eIoni - 3 -49.8 -45.3 -1.69e+03 0.00236 0.0017 1.82 7.36 World eIoni - 4 -50.1 -45.1 -1.69e+03 0 0.00236 1.04 8.41 World eIoni + 0 -8 -39.4 -1.57e+03 0.0289 0 0 0 World initStep + 1 -10.6 -31.8 -1.56e+03 0.0234 0.00229 11.8 11.8 World eIoni + 2 -15.6 -28.6 -1.55e+03 0.0151 0.00825 14.1 25.9 World eIoni + 3 -15.7 -28.6 -1.55e+03 0.0151 2.72e-05 0.299 26.2 cloudPV CoupledTransportation + 4 -15.7 -28.6 -1.55e+03 0.0149 0.000195 0.000185 26.2 cloudPV msc + 5 -15.7 -28.6 -1.55e+03 0.0146 0.000292 0.000214 26.2 cloudPV msc + 6 -15.7 -28.6 -1.55e+03 0.0145 8.85e-05 0.000209 26.2 cloudPV msc + 7 -15.7 -28.6 -1.55e+03 0.0141 0.000428 0.000355 26.2 cloudPV msc + 8 -15.7 -28.6 -1.55e+03 0.0132 0.000906 0.000446 26.2 cloudPV msc + 9 -15.7 -28.6 -1.55e+03 0.0115 0.0017 0.000772 26.2 cloudPV msc + 10 -15.7 -28.6 -1.55e+03 0.01 0.00148 0.000928 26.2 cloudPV msc + 11 -15.7 -28.6 -1.55e+03 0.007 0.003 0.0013 26.2 cloudPV msc + 12 -15.7 -28.6 -1.55e+03 0 0.007 0.00137 26.2 cloudPV eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.6 -31.8 -1.56e+03 0.00326 0 0 0 World initStep + 1 -10.8 -32.5 -1.56e+03 0.00222 0.00104 1.52 1.52 World eIoni + 2 -11 -32.2 -1.56e+03 0 0.00222 0.946 2.46 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -45.6 -1.75e+03 0.0215 0 0 0 World initStep - 1 -41.1 -35.6 -1.75e+03 0.019 0.00247 12.3 12.3 World eIoni - 2 -37.4 -33.4 -1.75e+03 0.0151 0.000971 4.59 16.9 World eIoni - 3 -32.3 -29.3 -1.75e+03 0.013 0.00213 7.18 24.1 World eIoni - 4 -29.5 -25.9 -1.75e+03 0.01 0.00293 5.81 29.9 World eIoni - 5 -31.2 -24.9 -1.76e+03 0.00875 0.0013 4.2 34.1 World eIoni - 6 -34.2 -26.2 -1.76e+03 0.00797 0.000772 3.59 37.7 World eIoni - 7 -37.1 -26 -1.76e+03 0.00644 0.00154 3.26 40.9 World eIoni - 8 -38.8 -26.3 -1.76e+03 0.00478 0.00165 2.65 43.6 World eIoni - 9 -37.7 -26.4 -1.76e+03 0.00302 0.00176 2.07 45.6 World eIoni - 10 -37.4 -26.3 -1.76e+03 0.00131 0.00171 1.41 47.1 World eIoni - 11 -37.5 -26.2 -1.76e+03 0 0.00131 0.418 47.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 19 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.4 -33.4 -1.75e+03 0.00293 0 0 0 World initStep - 1 -37.1 -33.5 -1.75e+03 0.00125 0.00168 1.36 1.36 World eIoni - 2 -37 -33.6 -1.75e+03 0 0.00125 0.389 1.75 World eIoni + 0 -8 -39.4 -1.58e+03 0.00323 0 0 0 World initStep + 1 -8.23 -38.7 -1.58e+03 0.00126 0.00197 1.5 1.5 World eIoni + 2 -8.31 -38.6 -1.58e+03 0 0.00126 0.393 1.89 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -46.1 -1.8e+03 0.00167 0 0 0 World initStep - 1 -46.5 -46.1 -1.8e+03 0 0.00167 0.605 0.605 World eIoni + 0 -8.14 -39.2 -1.68e+03 0.00227 0 0 0 World initStep + 1 -8.53 -39.1 -1.68e+03 0 0.00227 0.98 0.98 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -46.4 -1.84e+03 0.00122 0 0 0 World initStep - 1 -46.9 -46.5 -1.84e+03 0 0.00122 0.376 0.376 World eIoni + 0 -8.16 -39.2 -1.69e+03 0.0138 0 0 0 World initStep + 1 -4.94 -34.3 -1.69e+03 0.0106 0.00319 6.33 6.33 World eIoni + 2 -4.6 -30.7 -1.69e+03 0.00898 0.00164 4.49 10.8 World eIoni + 3 -5.74 -28.3 -1.69e+03 0.008 0.000978 3.7 14.5 World eIoni + 4 -3.27 -28.5 -1.69e+03 0.00683 0.00117 3.27 17.8 World eIoni + 5 -2.25 -30.3 -1.69e+03 0.00486 0.00198 2.8 20.6 World eIoni + 6 -1.88 -31.5 -1.69e+03 0.00235 0.0025 2.1 22.7 World eIoni + 7 -2.2 -31.4 -1.69e+03 0 0.00235 1.04 23.7 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -46.5 -1.86e+03 0.00313 0 0 0 World initStep - 1 -46.1 -46.3 -1.86e+03 0 0.00313 1.46 1.46 World eIoni + 0 -8.31 -39.1 -1.75e+03 0.00264 0 0 0 World initStep + 1 -8.6 -38.7 -1.75e+03 0 0.00264 1.21 1.21 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -46.8 -1.9e+03 0.0491 0 0 0 World initStep - 1 -37.8 -25.6 -1.87e+03 0.041 0.006 34.9 34.9 World eIoni - 2 -32.4 -2.3 -1.85e+03 0.0354 0.00569 36.6 71.5 World eIoni - 3 -34.9 12.1 -1.83e+03 0.0318 0.00351 28.3 99.8 World eIoni - 4 -37.6 29.7 -1.82e+03 0.0264 0.00547 23.6 123 World eIoni - 5 -40.8 37.2 -1.82e+03 0.0233 0.00119 9.34 133 World eIoni - 6 -48.6 47.5 -1.82e+03 0.0195 0.00383 14 147 World eIoni - 7 -57 52.2 -1.82e+03 0.0157 0.00375 10.5 157 World eIoni - 8 -63.5 52.7 -1.81e+03 0.0138 0.0019 7.59 165 World eIoni - 9 -67.4 50 -1.81e+03 0.0115 0.00227 6.32 171 World eIoni - 10 -64.5 46.9 -1.81e+03 0.0101 0.00139 4.98 176 World eIoni - 11 -63.1 44.9 -1.81e+03 0.00753 0.00124 2.65 179 World eIoni - 12 -61.2 43.7 -1.81e+03 0.00586 0.00167 3.08 182 World eIoni - 13 -59.7 44 -1.81e+03 0.00379 0.00207 2.44 184 World eIoni - 14 -58.9 44.5 -1.81e+03 0.00236 0.00143 1.72 186 World eIoni - 15 -59.1 44.9 -1.81e+03 0 0.00236 1.04 187 World eIoni + 0 -8.49 -39 -1.86e+03 0.00593 0 0 0 World initStep + 1 -9.26 -38.3 -1.86e+03 0.00386 0.000452 1.21 1.21 World eIoni + 2 -8.98 -37.4 -1.86e+03 0.00128 0.00258 1.75 2.96 World eIoni + 3 -8.98 -37.5 -1.86e+03 0 0.00128 0.404 3.36 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 127, Parent ID = 15 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -63.1 44.9 -1.81e+03 0.00137 0 0 0 World initStep - 1 -63.2 44.7 -1.81e+03 0 0.00137 0.448 0.448 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.8 37.2 -1.82e+03 0.00191 0 0 0 World initStep - 1 -40.8 37.2 -1.82e+03 0 0.00191 0.744 0.744 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.8 -25.6 -1.87e+03 0.00205 0 0 0 World initStep - 1 -37.8 -25.4 -1.87e+03 0 0.00205 0.832 0.832 World eIoni + 0 -9.26 -38.3 -1.86e+03 0.00162 0 0 0 World initStep + 1 -9.46 -38.3 -1.86e+03 0 0.00162 0.577 0.577 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.7 -47.8 -2.01e+03 0.053 0 0 0 World initStep - 1 -23.8 -67.7 -1.97e+03 0.0481 0.00493 57.2 57.2 World eIoni - 2 -0.989 -78.1 -1.94e+03 0.0411 0.00701 48.2 105 World eIoni - 3 0.951 -71.2 -1.93e+03 0.038 0.001 10.2 116 World eIoni - 4 1.3 -70.3 -1.93e+03 0.0365 0.000129 1.11 117 World eIoni - 5 -0.131 -43.6 -1.92e+03 0.0323 0.00418 29.8 147 World eIoni - 6 -5.43 -24 -1.91e+03 0.0299 0.00239 24.2 171 World eIoni - 7 -18 -11.1 -1.91e+03 0.0264 0.00346 21.2 192 World eIoni - 8 -16.6 -9.36 -1.93e+03 0.0223 0.00413 17.3 209 World eIoni - 9 -14 -17 -1.94e+03 0.0185 0.00385 13.1 222 World eIoni - 10 -7.91 -23.4 -1.94e+03 0.0167 0.00172 9.69 232 World eIoni - 11 -0.778 -25.2 -1.94e+03 0.00834 0.00174 7.91 240 World eIoni - 12 1.5 -24 -1.94e+03 0.00588 0.00246 3.41 243 World eIoni - 13 2.63 -22.7 -1.94e+03 0.00321 0.00267 2.45 246 World eIoni - 14 2.79 -22.7 -1.94e+03 0 0.00321 1.49 247 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 14 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.778 -25.2 -1.94e+03 0.00666 0 0 0 World initStep - 1 0.169 -26.6 -1.94e+03 0.00449 0.00218 2.74 2.74 World eIoni - 2 -0.692 -26.5 -1.94e+03 0.00298 0.00151 1.97 4.71 World eIoni - 3 -0.269 -26.7 -1.94e+03 0.00122 0.00175 1.39 6.09 World eIoni - 4 -0.259 -26.7 -1.94e+03 0 0.00122 0.378 6.47 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 14 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.3 -70.3 -1.93e+03 0.00137 0 0 0 World initStep - 1 1.32 -70.4 -1.93e+03 0 0.00137 0.445 0.445 World eIoni + 0 -8.57 -38.9 -1.94e+03 0.00382 0 0 0 World initStep + 1 -8.33 -39 -1.94e+03 0.00241 0.00036 0.303 0.303 World eIoni + 2 -7.9 -39.1 -1.94e+03 0 0.00241 1.08 1.38 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 128, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.951 -71.2 -1.93e+03 0.00209 0 0 0 World initStep - 1 1.02 -71.4 -1.93e+03 0 0.00209 0.855 0.855 World eIoni + 0 -8.33 -39 -1.94e+03 0.00105 0 0 0 World initStep + 1 -8.32 -38.9 -1.94e+03 0 0.00105 0.303 0.303 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.7 -47.9 -2.02e+03 0.00165 0 0 0 World initStep - 1 -46.5 -47.7 -2.02e+03 0 0.00165 0.591 0.591 World eIoni + 0 -8.59 -38.8 -1.96e+03 0.00171 0 0 0 World initStep + 1 -8.83 -38.8 -1.96e+03 0 0.00171 0.627 0.627 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.7 -48.3 -2.07e+03 0.00144 0 0 0 World initStep - 1 -46.5 -48.3 -2.07e+03 0 0.00144 0.483 0.483 World eIoni + 0 -8.69 -38.7 -2.03e+03 0.00159 0 0 0 World initStep + 1 -8.8 -38.9 -2.03e+03 0 0.00159 0.562 0.562 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.7 -48.4 -2.1e+03 0.0126 0 0 0 World initStep - 1 -49.7 -45.5 -2.1e+03 0.0115 0.00118 5.61 5.61 World eIoni - 2 -51.2 -43.3 -2.1e+03 0.0108 0.000623 3.09 8.69 World msc - 3 -54.6 -41.8 -2.1e+03 0.00881 0.00202 4.04 12.7 World msc - 4 -54.3 -44.3 -2.1e+03 0.00702 0.00179 3.62 16.4 World eIoni - 5 -53.2 -46.5 -2.1e+03 0.00436 0.00266 2.87 19.2 World eIoni - 6 -52.1 -46.8 -2.1e+03 0.0027 0.00166 1.93 21.2 World eIoni - 7 -52.5 -46.9 -2.1e+03 0 0.0027 1.25 22.4 World eIoni + 0 -8.79 -38.6 -2.09e+03 0.00128 0 0 0 World initStep + 1 -8.84 -38.5 -2.09e+03 0 0.00128 0.405 0.405 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -48.4 -2.13e+03 0.00101 0 0 0 World initStep - 1 -46.8 -48.3 -2.13e+03 0 0.00101 0.287 0.287 World eIoni + 0 -8.83 -38.6 -2.12e+03 0.00527 0 0 0 World initStep + 1 -8.75 -40 -2.12e+03 0.00379 0.00148 1.62 1.62 World msc + 2 -8.72 -40.6 -2.12e+03 0.00187 0.00193 1.72 3.35 World eIoni + 3 -8.76 -40.5 -2.12e+03 0 0.00187 0.719 4.06 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -48.4 -2.15e+03 0.00136 0 0 0 World initStep - 1 -46.9 -48.6 -2.15e+03 0 0.00136 0.443 0.443 World eIoni + 0 -8.83 -38.6 -2.12e+03 0.00274 0 0 0 World initStep + 1 -9.13 -38.1 -2.12e+03 0 0.00274 1.27 1.27 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -48.4 -2.16e+03 0.00414 0 0 0 World initStep - 1 -47.4 -49.3 -2.16e+03 0.00282 0.00132 1.85 1.85 World eIoni - 2 -47.4 -49.8 -2.16e+03 0 0.00282 1.31 3.16 World eIoni + 0 -8.86 -38.5 -2.17e+03 0.00146 0 0 0 World initStep + 1 -8.69 -38.4 -2.17e+03 0 0.00146 0.492 0.492 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -48.4 -2.17e+03 0.0014 0 0 0 World initStep - 1 -46.7 -48.5 -2.17e+03 0 0.0014 0.462 0.462 World eIoni + 0 -8.86 -38.5 -2.17e+03 0.0013 0 0 0 World initStep + 1 -8.93 -38.4 -2.17e+03 0 0.0013 0.411 0.411 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -48.4 -2.22e+03 0.00135 0 0 0 World initStep - 1 -46.9 -48.5 -2.22e+03 0 0.00135 0.436 0.436 World eIoni + 0 -8.87 -38.5 -2.18e+03 0.00319 0 0 0 World initStep + 1 -8.52 -39.1 -2.18e+03 0.00115 0.00204 1.48 1.48 World eIoni + 2 -8.6 -39 -2.18e+03 0 0.00115 0.346 1.83 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -48.4 -2.22e+03 0.00317 0 0 0 World initStep - 1 -47.5 -48.4 -2.22e+03 0 0.00317 1.47 1.47 World eIoni + 0 -9.02 -38.4 -2.46e+03 0.00141 0 0 0 World initStep + 1 -9.18 -38.5 -2.46e+03 0 0.00141 0.465 0.465 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.9 -48.4 -2.32e+03 0.0018 0 0 0 World initStep - 1 -46.8 -48.6 -2.32e+03 0 0.0018 0.679 0.679 World eIoni + 0 -9.02 -38.4 -2.46e+03 0.00119 0 0 0 World initStep + 1 -8.89 -38.3 -2.46e+03 0 0.00119 0.362 0.362 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47 -48.4 -2.33e+03 0.00318 0 0 0 World initStep - 1 -47.6 -48.7 -2.33e+03 0 0.00318 1.48 1.48 World eIoni + 0 -9.03 -38.4 -2.49e+03 0.00153 0 0 0 World initStep + 1 -9.02 -38.1 -2.49e+03 0 0.00153 0.529 0.529 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.1 -48.3 -2.58e+03 0.0062 0 0 0 World initStep - 1 -48.1 -46.8 -2.58e+03 0.00328 0.00292 2.57 2.57 World eIoni - 2 -48.1 -46 -2.58e+03 0 0.00328 1.52 4.09 World eIoni + 0 -9.05 -38.3 -2.59e+03 0.00102 0 0 0 World initStep + 1 -9.13 -38.2 -2.59e+03 0 0.00102 0.291 0.291 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.81 161 -2.61e+03 50 0 0 0 World initStep + 1 -4.81 161 -2.54e+03 50 0.0149 69.9 69.9 World hIoni + 2 -4.81 161 -2.51e+03 50 0.00873 34.1 104 World hIoni + 3 -4.83 161 -2.48e+03 49.9 0.00511 30.3 134 World hIoni + 4 -4.89 161 -2.41e+03 49.9 0.0091 67.9 202 World hIoni + 5 -4.89 161 -2.41e+03 49.9 0.000596 5.27 207 World hIoni + 6 -4.9 161 -2.39e+03 49.9 0.00228 12.5 220 World hIoni + 7 -4.93 161 -2.34e+03 49.9 0.0116 49 269 World hIoni + 8 -4.94 161 -2.3e+03 49.9 0.00722 39.7 309 World hIoni + 9 -4.94 161 -2.29e+03 49.8 0.00396 15.7 324 World hIoni + 10 -4.94 161 -2.27e+03 49.8 0.00215 18 342 World hIoni + 11 -4.94 161 -2.25e+03 49.8 0.00327 22.3 365 World hIoni + 12 -4.93 161 -2.16e+03 49.8 0.0154 92.1 457 World hIoni + 13 -4.96 161 -2.09e+03 49.8 0.00965 69.3 526 World hIoni + 14 -4.96 161 -2.09e+03 49.8 8.93e-05 0.397 526 World hIoni + 15 -4.96 161 -2.08e+03 49.8 0.0004 4.51 531 World hIoni + 16 -5.02 162 -1.97e+03 49.7 0.0223 110 641 World hIoni + 17 -5.03 162 -1.94e+03 49.7 0.00554 32.1 673 World hIoni + 18 -5.03 162 -1.93e+03 49.7 0.00042 4.75 678 World hIoni + 19 -5.03 162 -1.91e+03 49.7 0.00427 26.2 704 World hIoni + 20 -5.04 162 -1.89e+03 49.7 0.00488 21.7 726 World hIoni + 21 -5.14 162 -1.7e+03 49.7 0.0378 184 910 World hIoni + 22 -5.17 162 -1.67e+03 49.7 0.00611 33.3 943 World hIoni + 23 -5.21 162 -1.63e+03 49.7 0.0047 37.8 981 World hIoni + 24 -5.24 162 -1.6e+03 49.6 0.00627 33.5 1.01e+03 World hIoni + 25 -5.37 162 -1.51e+03 49.6 0.0153 90 1.1e+03 World hIoni + 26 -5.55 163 -1.4e+03 49.6 0.0215 111 1.22e+03 World hIoni + 27 -5.63 163 -1.31e+03 49.6 0.0144 88.6 1.3e+03 World hIoni + 28 -5.64 163 -1.31e+03 49.6 2.58e-05 1.38 1.31e+03 World hIoni + 29 -5.68 163 -1.28e+03 49.6 0.00483 25.8 1.33e+03 World hIoni + 30 -5.71 163 -1.27e+03 49.6 0.000944 15.1 1.35e+03 World hIoni + 31 -5.72 163 -1.26e+03 49.6 0.000185 1.47 1.35e+03 World hIoni + 32 -5.78 163 -1.24e+03 49.6 0.0046 27.1 1.37e+03 World hIoni + 33 -5.8 163 -1.23e+03 49.6 0.00105 8.72 1.38e+03 World hIoni + 34 -5.86 163 -1.2e+03 49.6 0.00451 24.1 1.41e+03 World hIoni + 35 -5.89 163 -1.19e+03 49.5 0.00268 12.9 1.42e+03 World hIoni + 36 -5.98 163 -1.16e+03 49.5 0.00632 32.2 1.45e+03 World hIoni + 37 -6 163 -1.15e+03 49.5 0.00198 8.5 1.46e+03 World hIoni + 38 -6.04 164 -1.13e+03 49.5 0.00449 17.5 1.48e+03 World hIoni + 39 -6.14 164 -1.09e+03 49.5 0.00587 40.9 1.52e+03 World hIoni + 40 -6.35 164 -1.02e+03 49.5 0.0134 77.4 1.6e+03 World hIoni + 41 -6.4 164 -997 49.5 0.00349 18.7 1.62e+03 World hIoni + 42 -6.46 164 -975 49.5 0.0041 22 1.64e+03 World hIoni + 43 -6.49 164 -966 49.5 0.000688 8.93 1.65e+03 World hIoni + 44 -6.49 164 -964 49.5 0.000316 2.01 1.65e+03 World hIoni + 45 -6.63 164 -923 49.5 0.00912 41.2 1.69e+03 World hIoni + 46 -6.73 165 -897 49.4 0.00605 25.3 1.72e+03 World hIoni + 47 -6.97 165 -831 49.4 0.0124 66.2 1.78e+03 World hIoni + 48 -7.32 165 -738 49.4 0.0181 92.9 1.87e+03 World hIoni + 49 -7.45 166 -712 49.4 0.00435 25.9 1.9e+03 World hIoni + 50 -7.51 166 -700 49.4 0.00179 12.6 1.91e+03 World hIoni + 51 -7.59 166 -684 49.4 0.00211 15.7 1.93e+03 World hIoni + 52 -8.02 166 -598 49.4 0.0134 86.1 2.01e+03 World hIoni + 53 -8.15 166 -571 49.4 0.00506 26.9 2.04e+03 World hIoni + 54 -8.42 167 -516 49.4 0.0128 54.7 2.1e+03 World hIoni + 55 -8.46 167 -508 49.3 0.00074 8.75 2.1e+03 World hIoni + 56 -9.04 167 -397 49.3 0.0258 110 2.22e+03 World hIoni + 57 -9.06 167 -393 49.3 0.000444 3.77 2.22e+03 World hIoni + 58 -9.31 168 -333 49.3 0.0121 60.6 2.28e+03 World hIoni + 59 -9.45 168 -298 49.3 0.00658 35 2.31e+03 World hIoni + 60 -9.46 168 -295 49.3 0.000334 2.44 2.32e+03 World hIoni + 61 -9.47 168 -295 49.3 2.83e-05 0.758 2.32e+03 World hIoni + 62 -9.57 168 -271 49.3 0.0036 24 2.34e+03 World hIoni + 63 -9.64 168 -253 49.3 0.00523 18.1 2.36e+03 World hIoni + 64 -9.75 169 -229 49.3 0.00471 24 2.38e+03 World hIoni + 65 -9.91 169 -193 49.2 0.00774 35.1 2.42e+03 cloudPV CoupledTransportation + 66 -9.91 169 -193 48.6 0.618 0.46 2.42e+03 World CoupledTransportation + 67 -9.91 169 -193 48.6 0 0.168 2.42e+03 World hIoni + 68 -9.85 169 -173 48.6 0.00549 20.3 2.44e+03 World hIoni + 69 -9.69 170 -113 48.6 0.0121 59.9 2.5e+03 World hIoni + 70 -9.52 170 -49.9 48.6 0.0101 62.8 2.56e+03 World hIoni + 71 -9.5 170 -42.7 48.6 0.000909 7.18 2.57e+03 World hIoni + 72 -9.47 170 -31.2 48.6 0.00267 11.6 2.58e+03 World hIoni + 73 -9.2 171 62.4 48.6 0.0219 93.6 2.67e+03 World hIoni + 74 -8.86 172 184 48.5 0.0234 122 2.8e+03 World hIoni + 75 -8.78 172 216 48.5 0.0074 31.7 2.83e+03 World hIoni + 76 -8.61 173 291 48.5 0.0155 75.3 2.9e+03 cloudPV CoupledTransportation + 77 -8.61 173 293 46.6 1.94 1.53 2.91e+03 World CoupledTransportation + 78 -8.54 173 303 46.6 0.0021 10.4 2.92e+03 World hIoni + 79 -8.32 173 339 46.6 0.00757 35.4 2.95e+03 World hIoni + 80 -8.01 173 393 46.6 0.00946 54.1 3.01e+03 World hIoni + 81 -7.95 173 405 46.5 0.00176 12.5 3.02e+03 World hIoni + 82 -7.82 173 429 46.5 0.00382 23.4 3.04e+03 World hIoni + 83 -7.4 174 502 46.5 0.0127 73.8 3.11e+03 World hIoni + 84 -6.99 174 568 46.5 0.0127 65.5 3.18e+03 World hIoni + 85 -6.88 174 586 46.5 0.00291 18 3.2e+03 World hIoni + 86 -6.77 174 605 46.5 0.00517 19.2 3.22e+03 World hIoni + 87 -6.33 175 684 46.5 0.0179 78.5 3.3e+03 World hIoni + 88 -5.88 175 789 46.4 0.0182 106 3.4e+03 World hIoni + 89 -5.71 175 822 46.4 0.0077 33 3.43e+03 World hIoni + 90 -5.1 176 934 46.4 0.0196 112 3.55e+03 World hIoni + 91 -5.01 176 948 46.4 0.00188 14.4 3.56e+03 World hIoni + 92 -4.92 176 960 46.4 0.00331 11.8 3.57e+03 World hIoni + 93 -4.9 176 963 46.4 0.000734 3.2 3.58e+03 World hIoni + 94 -4.61 176 1e+03 46.4 0.0109 41 3.62e+03 World hIoni + 95 -4.58 176 1.01e+03 46.4 0.000542 4.8 3.62e+03 World hIoni + 96 -4.33 176 1.04e+03 46.4 0.00606 34.8 3.66e+03 World hIoni + 97 -3.86 177 1.11e+03 46.4 0.0162 70.9 3.73e+03 World hIoni + 98 -2.82 178 1.27e+03 46.3 0.0309 151 3.88e+03 World hIoni + 99 -2.76 178 1.27e+03 46.3 0.00135 8.01 3.89e+03 World hIoni + 100 -2.54 178 1.3e+03 46.3 0.00506 30.5 3.92e+03 World hIoni + 101 -2.52 178 1.31e+03 46.3 0.000303 2.39 3.92e+03 World hIoni + 102 -2.33 178 1.33e+03 46.3 0.00379 27.3 3.95e+03 World hIoni + 103 -2.33 178 1.33e+03 46.3 0 0.193 3.95e+03 World hIoni + 104 -2.21 178 1.35e+03 46.3 0.00324 17.6 3.96e+03 World hIoni + 105 -2.02 178 1.38e+03 46.3 0.00618 29.7 3.99e+03 World hIoni + 106 -1.76 179 1.42e+03 46.3 0.00966 41 4.03e+03 World hIoni + 107 -1.7 179 1.43e+03 46.3 0.00122 8.28 4.04e+03 World hIoni + 108 -0.751 180 1.56e+03 46.3 0.0248 135 4.18e+03 World hIoni + 109 -0.746 180 1.57e+03 46.2 0.00025 0.673 4.18e+03 World hIoni + 110 -0.708 180 1.57e+03 46.2 0.00102 5.19 4.18e+03 World hIoni + 111 -0.529 180 1.59e+03 46.2 0.00666 23.8 4.21e+03 World hIoni + 112 0.0788 181 1.67e+03 46.2 0.0148 79.9 4.29e+03 World hIoni + 113 0.0889 181 1.68e+03 46.2 0.000158 1.18 4.29e+03 World hIoni + 114 0.544 181 1.73e+03 46.2 0.00991 53.3 4.34e+03 World hIoni + 115 0.956 182 1.78e+03 46.2 0.00878 51.7 4.39e+03 World hIoni + 116 0.995 182 1.79e+03 46.2 0.00201 5.73 4.4e+03 World hIoni + 117 1.35 182 1.84e+03 46.2 0.00938 51.4 4.45e+03 World hIoni + 118 1.38 182 1.84e+03 46.2 0.00132 5.32 4.46e+03 World hIoni + 119 2.37 183 1.99e+03 46.1 0.0291 148 4.6e+03 World hIoni + 120 2.58 183 2.02e+03 46.1 0.00646 29.5 4.63e+03 World hIoni + 121 2.61 184 2.03e+03 46.1 0.00152 5.02 4.64e+03 World hIoni + 122 2.62 184 2.03e+03 46.1 0.000308 0.716 4.64e+03 World hIoni + 123 3.26 184 2.11e+03 46.1 0.014 85.6 4.72e+03 World hIoni + 124 3.26 184 2.11e+03 46.1 0.000252 0.802 4.73e+03 World hIoni + 125 3.43 184 2.14e+03 46.1 0.00351 25.5 4.75e+03 World hIoni + 126 3.72 185 2.19e+03 46.1 0.00936 49 4.8e+03 World hIoni + 127 3.75 185 2.19e+03 46.1 0.000501 4.88 4.81e+03 cloudPV CoupledTransportation + 128 3.76 185 2.19e+03 44.5 1.53 1.21 4.81e+03 World CoupledTransportation + 129 3.89 185 2.22e+03 44.5 0.00456 28.4 4.83e+03 World hIoni + 130 4.54 186 2.31e+03 44.5 0.0161 87.3 4.92e+03 World hIoni + 131 5.23 187 2.39e+03 44.5 0.0133 77.1 5e+03 World hIoni + 132 5.38 188 2.41e+03 44.5 0.00466 18.6 5.02e+03 World hIoni + 133 5.7 188 2.44e+03 44.5 0.0108 37.9 5.06e+03 World hIoni + 134 6.14 189 2.49e+03 44.5 0.00785 47.5 5.1e+03 World hIoni + 135 6.54 189 2.54e+03 44.5 0.00815 44.6 5.15e+03 World hIoni + 136 6.76 189 2.56e+03 44.4 0.00436 24.3 5.17e+03 World hIoni + 137 7.06 190 2.59e+03 44.4 0.00416 32.3 5.2e+03 World hIoni + 138 7.14 190 2.6e+03 44.4 0.0034 8.37 5.21e+03 detectorPV CoupledTransportation + 139 7.16 190 2.6e+03 38.7 5.75 1.92 5.21e+03 detectorPV hIoni + 140 7.24 190 2.6e+03 33.6 5.09 1.54 5.22e+03 detectorPV hIoni + 141 7.33 190 2.6e+03 29.3 4.29 1.23 5.22e+03 detectorPV hIoni + 142 7.4 190 2.61e+03 25 4.26 1 5.22e+03 detectorPV hIoni + 143 7.43 190 2.61e+03 21.4 3.6 0.796 5.22e+03 detectorPV hIoni + 144 7.49 190 2.61e+03 18 3.42 0.643 5.22e+03 detectorPV hIoni + 145 7.55 190 2.61e+03 14.9 3.17 0.513 5.22e+03 detectorPV hIoni + 146 7.6 190 2.61e+03 11.9 2.95 0.407 5.22e+03 detectorPV hIoni + 147 7.63 190 2.61e+03 9.07 2.83 0.322 5.22e+03 detectorPV hIoni + 148 7.65 190 2.61e+03 6.35 2.72 0.252 5.22e+03 detectorPV hIoni + 149 7.66 190 2.61e+03 3.44 2.91 0.19 5.22e+03 detectorPV hIoni + 150 7.66 190 2.61e+03 0 3.44 0.103 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.06 190 2.59e+03 0.00104 0 0 0 World initStep + 1 7.17 190 2.59e+03 0 0.00104 0.299 0.299 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.76 189 2.56e+03 0.0169 0 0 0 World initStep + 1 6.14 189 2.56e+03 0.0145 7.13e-05 0.704 0.704 World eIoni + 2 1.22 190 2.56e+03 0.0125 0.00195 6.77 7.47 World eIoni + 3 -1.43 191 2.57e+03 0.0104 0.00215 5.55 13 World eIoni + 4 -2.93 192 2.57e+03 0.00895 0.00143 4.37 17.4 World eIoni + 5 -4.39 192 2.57e+03 0.00693 0.00203 3.69 21.1 World eIoni + 6 -4.61 193 2.57e+03 0.00531 0.00161 2.84 23.9 World eIoni + 7 -3.52 192 2.57e+03 0.00329 0.00202 2.25 26.2 World eIoni + 8 -3.69 191 2.57e+03 0.00233 0.000958 0.59 26.8 World eIoni + 9 -4.07 191 2.57e+03 0 0.00233 1.02 27.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 109 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.14 189 2.56e+03 0.00239 0 0 0 World initStep + 1 6.05 189 2.56e+03 0.00113 0.00126 1.06 1.06 World eIoni + 2 6.16 189 2.56e+03 0 0.00113 0.335 1.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.54 189 2.54e+03 0.00189 0 0 0 World initStep + 1 6.79 189 2.54e+03 0 0.00189 0.729 0.729 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.14 189 2.49e+03 0.00118 0 0 0 World initStep + 1 6.19 189 2.49e+03 0 0.00118 0.358 0.358 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.7 188 2.44e+03 0.0024 0 0 0 World initStep + 1 5.33 188 2.44e+03 0 0.0024 1.07 1.07 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.38 188 2.41e+03 0.0015 0 0 0 World initStep + 1 5.56 187 2.41e+03 0 0.0015 0.513 0.513 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.23 187 2.39e+03 0.0021 0 0 0 World initStep + 1 5.19 187 2.39e+03 0 0.0021 0.867 0.867 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.89 185 2.22e+03 0.00128 0 0 0 World initStep + 1 3.93 185 2.22e+03 0 0.00128 0.404 0.404 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.72 185 2.19e+03 0.00429 0 0 0 World initStep + 1 3.31 184 2.19e+03 0.00316 0.00113 1.9 1.9 World eIoni + 2 3.28 183 2.19e+03 0 0.00316 1.47 3.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.43 184 2.14e+03 0.00637 0 0 0 World initStep + 1 4.42 183 2.14e+03 0.00381 0.00256 2.63 2.63 World eIoni + 2 4.67 183 2.14e+03 0 0.00381 1.73 4.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.26 184 2.11e+03 0.00163 0 0 0 World initStep + 1 3.14 184 2.11e+03 0 0.00163 0.582 0.582 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.61 184 2.03e+03 0.00219 0 0 0 World initStep + 1 2.78 183 2.03e+03 0 0.00219 0.925 0.925 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.58 183 2.02e+03 0.00439 0 0 0 World initStep + 1 1.46 184 2.02e+03 0.00231 0.00209 1.94 1.94 World eIoni + 2 1.12 184 2.02e+03 0 0.00231 1.01 2.94 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.37 183 1.99e+03 0.00257 0 0 0 World initStep + 1 2.55 184 1.99e+03 0 0.00257 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.38 182 1.84e+03 0.00838 0 0 0 World initStep + 1 -1.07 180 1.84e+03 0.00739 0.000995 3.43 3.43 World eIoni + 2 -2.82 179 1.84e+03 0.00547 0.00192 3.02 6.45 World eIoni + 3 -4.14 178 1.84e+03 0.00183 0.00364 2.31 8.76 World eIoni + 4 -4.3 178 1.84e+03 0 0.00183 0.696 9.46 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 1.35 182 1.84e+03 0.00143 0 0 0 World initStep + 1 1.52 182 1.84e+03 0 0.00143 0.479 0.479 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.995 182 1.79e+03 0.00229 0 0 0 World initStep + 1 0.817 182 1.79e+03 0 0.00229 0.992 0.992 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.956 182 1.78e+03 0.00154 0 0 0 World initStep + 1 0.886 181 1.78e+03 0 0.00154 0.536 0.536 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.544 181 1.73e+03 0.00209 0 0 0 World initStep + 1 0.36 181 1.73e+03 0 0.00209 0.862 0.862 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0889 181 1.68e+03 0.0027 0 0 0 World initStep + 1 0.398 180 1.68e+03 0 0.0027 1.25 1.25 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0788 181 1.67e+03 0.00105 0 0 0 World initStep + 1 0.131 181 1.67e+03 0 0.00105 0.301 0.301 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.529 180 1.59e+03 0.0201 0 0 0 World initStep + 1 1.64 170 1.6e+03 0.0173 0.00283 11.1 11.1 World eIoni + 2 4.38 166 1.6e+03 0.00862 0.00122 5.77 16.8 World eIoni + 3 4.53 163 1.6e+03 0.00485 0.00377 3.54 20.4 World eIoni + 4 4.66 162 1.6e+03 0.00322 0.00163 2.1 22.5 World eIoni + 5 5.19 162 1.6e+03 0 0.00322 1.5 24 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.38 166 1.6e+03 0.00743 0 0 0 World initStep + 1 6.43 166 1.6e+03 0.00597 0.00146 3.04 3.04 World eIoni + 2 7.69 165 1.6e+03 0.00415 0.00183 2.49 5.52 World eIoni + 3 8.27 166 1.6e+03 0.00252 0.00162 1.85 7.37 World eIoni + 4 7.96 166 1.6e+03 0 0.00252 1.15 8.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.708 180 1.57e+03 0.00261 0 0 0 World initStep + 1 -1.13 180 1.57e+03 0.00195 0.000657 0.76 0.76 World eIoni + 2 -1.44 180 1.57e+03 0 0.00195 0.77 1.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.746 180 1.57e+03 0.00125 0 0 0 World initStep + 1 -0.707 180 1.57e+03 0 0.00125 0.389 0.389 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.7 179 1.43e+03 0.00159 0 0 0 World initStep + 1 -1.76 179 1.43e+03 0 0.00159 0.559 0.559 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.02 178 1.38e+03 0.0136 0 0 0 World initStep + 1 1.33 179 1.38e+03 0.0128 0.000831 4.44 4.44 World msc + 2 3.41 178 1.39e+03 0.0109 0.00181 4.6 9.04 World msc + 3 2.89 176 1.39e+03 0.0101 0.000882 3.82 12.9 World msc + 4 3.14 173 1.39e+03 0.0089 0.00117 4.21 17.1 World eIoni + 5 1.9 170 1.39e+03 0.00828 0.000621 3.66 20.7 World eIoni + 6 -0.535 169 1.39e+03 0.00721 0.00106 3.39 24.1 World eIoni + 7 -0.805 170 1.39e+03 0.00456 0.000374 0.868 25 World eIoni + 8 -0.808 171 1.39e+03 0.00309 0.00147 2 27 World eIoni + 9 -1.18 172 1.39e+03 0 0.00309 1.44 28.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.805 170 1.39e+03 0.00227 0 0 0 World initStep + 1 -1.08 170 1.39e+03 0 0.00227 0.983 0.983 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.21 178 1.35e+03 0.00112 0 0 0 World initStep + 1 -2.25 178 1.35e+03 0 0.00112 0.334 0.334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.33 178 1.33e+03 0.00134 0 0 0 World initStep + 1 -2.48 178 1.33e+03 0 0.00134 0.434 0.434 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.52 178 1.31e+03 0.00245 0 0 0 World initStep + 1 -2.78 178 1.31e+03 0 0.00245 1.1 1.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.82 178 1.27e+03 0.00337 0 0 0 World initStep + 1 -2.94 179 1.27e+03 0.00109 0.00227 1.56 1.56 World eIoni + 2 -3.06 179 1.27e+03 0 0.00109 0.321 1.88 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.86 177 1.11e+03 0.00112 0 0 0 World initStep + 1 -3.81 177 1.11e+03 0 0.00112 0.334 0.334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.33 176 1.04e+03 0.00405 0 0 0 World initStep + 1 -3.39 176 1.04e+03 0.00189 0.00216 1.82 1.82 World eIoni + 2 -3.12 176 1.04e+03 0 0.00189 0.734 2.55 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.58 176 1.01e+03 0.00178 0 0 0 World initStep + 1 -4.77 176 1.01e+03 0 0.00178 0.666 0.666 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.61 176 1e+03 0.00206 0 0 0 World initStep + 1 -4.73 176 1e+03 0 0.00206 0.841 0.841 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.92 176 960 0.00146 0 0 0 World initStep + 1 -5.1 176 960 0 0.00146 0.492 0.492 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.01 176 948 0.00258 0 0 0 World initStep + 1 -5.22 176 948 0 0.00258 1.18 1.18 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.1 176 934 0.0012 0 0 0 World initStep + 1 -5.01 176 934 0 0.0012 0.369 0.369 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 -5.71 175 822 0.00608 0 0 0 World initStep + 1 -4.89 177 823 0.00373 0.00235 2.52 2.52 World eIoni + 2 -5.35 177 823 0 0.00373 1.7 4.22 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.88 175 789 0.00155 0 0 0 World initStep + 1 -5.69 175 789 0 0.00155 0.541 0.541 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.33 175 684 0.00876 0 0 0 World initStep + 1 -4.25 173 684 0.00701 0.00174 3.6 3.6 World eIoni + 2 -3.05 171 685 0.00572 0.00129 2.87 6.47 World eIoni + 3 -1.64 170 685 0.00429 0.00144 2.4 8.87 World eIoni + 4 -1.17 170 684 0.00302 0.00127 1.9 10.8 World eIoni + 5 -1.5 170 684 0.00128 0.00174 1.41 12.2 World eIoni + 6 -1.62 170 684 0 0.00128 0.402 12.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.77 174 605 0.00175 0 0 0 World initStep + 1 -6.87 174 605 0 0.00175 0.651 0.651 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.88 174 586 0.0012 0 0 0 World initStep + 1 -7.01 174 586 0 0.0012 0.367 0.367 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.99 174 568 0.00145 0 0 0 World initStep + 1 -6.86 174 568 0 0.00145 0.488 0.488 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.4 174 502 0.00102 0 0 0 World initStep + 1 -7.41 174 502 0 0.00102 0.289 0.289 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.82 173 429 0.0118 0 0 0 World initStep + 1 -6.39 173 430 0.00942 0.000752 1.89 1.89 World eIoni + 2 -5.25 170 430 0.00837 0.00105 3.67 5.55 World msc + 3 -3.89 168 429 0.00684 0.00154 3.43 8.98 World eIoni + 4 -2.59 167 430 0.00503 0.0018 2.8 11.8 World eIoni + 5 -3.86 167 430 0.00412 0.000913 2.16 13.9 World eIoni + 6 -4.61 166 430 0.00206 0.00206 1.84 15.8 World eIoni + 7 -4.33 166 429 0 0.00206 0.841 16.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 66 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.39 173 430 0.00159 0 0 0 World initStep + 1 -6.34 173 430 0 0.00159 0.559 0.559 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.95 173 405 0.00138 0 0 0 World initStep + 1 -7.9 173 405 0 0.00138 0.453 0.453 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.01 173 393 0.00192 0 0 0 World initStep + 1 -7.87 173 393 0 0.00192 0.749 0.749 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.32 173 339 0.00233 0 0 0 World initStep + 1 -8.16 173 339 0 0.00233 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.54 173 303 0.00229 0 0 0 World initStep + 1 -8.55 172 303 0 0.00229 0.995 0.995 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.78 172 216 0.00185 0 0 0 World initStep + 1 -8.59 172 216 0 0.00185 0.705 0.705 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.86 172 184 0.00134 0 0 0 World initStep + 1 -8.94 172 184 0 0.00134 0.434 0.434 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.2 171 62.4 0.00236 0 0 0 World initStep + 1 -9.61 171 62.5 0 0.00236 1.04 1.04 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.47 170 -31.2 0.00181 0 0 0 World initStep + 1 -9.42 170 -31.1 0 0.00181 0.682 0.682 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.52 170 -49.9 0.0015 0 0 0 World initStep + 1 -9.58 170 -49.9 0 0.0015 0.514 0.514 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.69 170 -113 0.00157 0 0 0 World initStep + 1 -9.9 170 -113 0 0.00157 0.552 0.552 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.85 169 -173 0.0021 0 0 0 World initStep + 1 -9.55 169 -173 0 0.0021 0.867 0.867 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.91 169 -193 0.00112 0 0 0 World initStep + 1 -9.89 169 -193 0.00111 1.5e-05 0.0308 0.0308 World msc + 2 -9.87 169 -193 0.00111 0 0.0278 0.0586 World msc + 3 -9.86 169 -193 0.00111 0 0.0149 0.0736 cloudPV CoupledTransportation + 4 -9.86 169 -193 0.00105 5.61e-05 2.88e-06 0.0736 cloudPV msc + 5 -9.86 169 -193 0 0.00105 2.88e-06 0.0736 cloudPV msc + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.75 169 -229 0.000994 0 0 0 World initStep + 1 -9.78 169 -229 0 0.000994 0.28 0.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.64 168 -253 0.00487 0 0 0 World initStep + 1 -9.04 167 -252 0.00222 0.00265 2.1 2.1 World eIoni + 2 -8.67 167 -252 0 0.00222 0.945 3.05 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.57 168 -271 0.007 0 0 0 World initStep + 1 -11.3 167 -270 0.00582 0.00118 2.87 2.87 World eIoni + 2 -13 167 -270 0.00408 0.00173 2.43 5.3 World eIoni + 3 -13.2 167 -270 0.00264 4.42e-05 0.265 5.56 World eIoni + 4 -13.2 168 -270 0 0.00264 1.22 6.78 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.2 167 -270 0.0014 0 0 0 World initStep + 1 -13.2 167 -270 0 0.0014 0.46 0.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.46 168 -295 0.00132 0 0 0 World initStep + 1 -9.49 168 -295 0 0.00132 0.421 0.421 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.45 168 -298 0.000994 0 0 0 World initStep + 1 -9.52 168 -298 0 0.000994 0.28 0.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.31 168 -333 0.0104 0 0 0 World initStep + 1 -9.6 167 -332 0.00886 0.000547 0.797 0.797 World eIoni + 2 -9.73 165 -331 0.00651 0.00235 3.64 4.44 World eIoni + 3 -9.3 163 -330 0.00466 0.00185 2.68 7.12 World eIoni + 4 -9.33 163 -330 0.00258 0 0.0318 7.15 World eIoni + 5 -9.53 164 -330 0.00103 0.00155 1.18 8.33 World eIoni + 6 -9.53 164 -330 0 0.00103 0.295 8.63 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.33 163 -330 0.00207 0 0 0 World initStep + 1 -9.64 163 -330 0 0.00207 0.847 0.847 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.6 167 -332 0.00103 0 0 0 World initStep + 1 -9.71 167 -332 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.06 167 -393 0.00244 0 0 0 World initStep + 1 -9.46 168 -393 0 0.00244 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.04 167 -397 0.0016 0 0 0 World initStep + 1 -8.83 167 -397 0 0.0016 0.563 0.563 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.46 167 -508 0.0127 0 0 0 World initStep + 1 -5.3 169 -506 0.0104 0.00226 4.79 4.79 World msc + 2 -2.13 171 -505 0.00692 0.00348 4.38 9.17 World eIoni + 3 -0.501 173 -505 0.00434 0.00258 2.84 12 World eIoni + 4 -1.08 173 -504 0.00335 0.000991 1.92 13.9 World eIoni + 5 -0.508 174 -505 0 0.00335 1.55 15.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.42 167 -516 0.00292 0 0 0 World initStep + 1 -8.69 167 -516 0 0.00292 1.36 1.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.15 166 -571 0.00255 0 0 0 World initStep + 1 -8.09 166 -571 0.00169 0.000868 1.16 1.16 World eIoni + 2 -7.85 166 -571 0 0.00169 0.613 1.78 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.02 166 -598 0.00261 0 0 0 World initStep + 1 -7.85 166 -598 0 0.00261 1.2 1.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.51 166 -700 0.00524 0 0 0 World initStep + 1 -7.03 164 -699 0.0033 0.00193 2.23 2.23 World eIoni + 2 -6.88 164 -699 0 0.0033 1.53 3.76 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.45 166 -712 0.00107 0 0 0 World initStep + 1 -7.37 166 -712 0 0.00107 0.312 0.312 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.97 165 -831 0.00135 0 0 0 World initStep + 1 -7.1 165 -831 0 0.00135 0.435 0.435 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.73 165 -897 0.00261 0 0 0 World initStep + 1 -7.2 164 -897 0 0.00261 1.2 1.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.63 164 -923 0.008 0 0 0 World initStep + 1 -5.79 167 -922 0.00681 0.0012 3.27 3.27 World eIoni + 2 -4.37 168 -922 0.00564 0.00117 2.79 6.06 World eIoni + 3 -3.73 168 -921 0.00378 0.00185 2.37 8.43 World eIoni + 4 -3.9 169 -920 0.00226 0.000375 1.07 9.5 World eIoni + 5 -3.69 169 -920 0 0.00226 0.975 10.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.9 169 -920 0.00115 0 0 0 World initStep + 1 -3.85 168 -920 0 0.00115 0.344 0.344 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.49 164 -964 0.0185 0 0 0 World initStep + 1 -4.19 158 -962 0.0115 0.00192 6.96 6.96 World eIoni + 2 -1.04 157 -961 0.00832 0.00314 4.94 11.9 World eIoni + 3 0.503 154 -960 0.00689 0.00143 3.41 15.3 World eIoni + 4 -0.0221 153 -959 0.00581 0.00108 2.83 18.1 World eIoni + 5 -1.1 153 -958 0.00449 0.00132 2.43 20.6 World eIoni + 6 -2.27 153 -958 0.0021 0.0024 1.97 22.5 World eIoni + 7 -2.52 153 -958 0 0.0021 0.862 23.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.19 158 -962 0.00516 0 0 0 World initStep + 1 -4.8 157 -962 0.00266 0.0025 2.2 2.2 World eIoni + 2 -5.16 157 -962 0 0.00266 1.22 3.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.49 164 -966 0.00106 0 0 0 World initStep + 1 -6.53 164 -966 0 0.00106 0.305 0.305 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.46 164 -975 0.00677 0 0 0 World initStep + 1 -5.48 164 -975 0.00526 0.000467 1.17 1.17 World eIoni + 2 -4.62 165 -974 0.00196 0.00136 2.12 3.29 World eIoni + 3 -4.31 165 -974 0 0.00196 0.777 4.06 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.62 165 -974 0.00194 0 0 0 World initStep + 1 -4.67 165 -974 0 0.00194 0.763 0.763 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.48 164 -975 0.00104 0 0 0 World initStep + 1 -5.4 164 -975 0 0.00104 0.298 0.298 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.14 164 -1.09e+03 0.00157 0 0 0 World initStep + 1 -5.93 164 -1.09e+03 0 0.00157 0.552 0.552 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.04 164 -1.13e+03 0.00149 0 0 0 World initStep + 1 -5.84 164 -1.13e+03 0 0.00149 0.507 0.507 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6 163 -1.15e+03 0.00484 0 0 0 World initStep + 1 -7.28 163 -1.15e+03 0.00373 0.0011 2.09 2.09 World eIoni + 2 -6.61 164 -1.15e+03 0 0.00373 1.7 3.79 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.98 163 -1.16e+03 0.00138 0 0 0 World initStep + 1 -6.13 163 -1.16e+03 0 0.00138 0.45 0.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.89 163 -1.19e+03 0.00709 0 0 0 World initStep + 1 -4.31 163 -1.19e+03 0.00609 0.001 2.11 2.11 World msc + 2 -2.64 162 -1.19e+03 0.00464 0.00145 2.53 4.64 World eIoni + 3 -3.15 163 -1.19e+03 0 0.00464 2.02 6.67 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.86 163 -1.2e+03 0.00305 0 0 0 World initStep + 1 -5.51 163 -1.2e+03 0 0.00305 1.42 1.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.78 163 -1.24e+03 0.000994 0 0 0 World initStep + 1 -5.68 163 -1.24e+03 0 0.000994 0.28 0.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.68 163 -1.28e+03 0.0127 0 0 0 World initStep + 1 -6.53 159 -1.28e+03 0.0109 0.00174 5.64 5.64 World eIoni + 2 -8.22 157 -1.28e+03 0.00853 0.00107 3.14 8.79 World eIoni + 3 -7.33 154 -1.28e+03 0.00688 0.00165 3.5 12.3 World eIoni + 4 -7.85 152 -1.28e+03 0.00575 0.00113 2.82 15.1 World eIoni + 5 -8.4 151 -1.28e+03 0.00437 0.00138 2.41 17.5 World eIoni + 6 -8.53 151 -1.28e+03 0.00194 0.00243 1.93 19.4 World eIoni + 7 -8.47 151 -1.28e+03 0 0.00194 0.764 20.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.22 157 -1.28e+03 0.00134 0 0 0 World initStep + 1 -8.33 157 -1.28e+03 0 0.00134 0.434 0.434 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.63 163 -1.31e+03 0.00185 0 0 0 World initStep + 1 -5.86 163 -1.31e+03 0 0.00185 0.71 0.71 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.55 163 -1.4e+03 0.0046 0 0 0 World initStep + 1 -6.31 162 -1.4e+03 0.00245 0.00215 2.01 2.01 World eIoni + 2 -6.21 161 -1.4e+03 0 0.00245 1.1 3.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.37 162 -1.51e+03 0.00101 0 0 0 World initStep + 1 -5.32 163 -1.51e+03 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.24 162 -1.6e+03 0.001 0 0 0 World initStep + 1 -5.28 162 -1.6e+03 0 0.001 0.283 0.283 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.21 162 -1.63e+03 0.00113 0 0 0 World initStep + 1 -5.28 162 -1.63e+03 0 0.00113 0.336 0.336 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.14 162 -1.7e+03 0.002 0 0 0 World initStep + 1 -5.45 162 -1.7e+03 0 0.002 0.802 0.802 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.04 162 -1.89e+03 0.00107 0 0 0 World initStep + 1 -4.93 162 -1.89e+03 0 0.00107 0.312 0.312 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.03 162 -1.91e+03 0.00316 0 0 0 World initStep + 1 -5.15 161 -1.91e+03 0.00124 0.00192 1.47 1.47 World eIoni + 2 -5.05 161 -1.91e+03 0 0.00124 0.385 1.86 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.03 162 -1.93e+03 0.00138 0 0 0 World initStep + 1 -4.87 162 -1.93e+03 0 0.00138 0.45 0.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.03 162 -1.94e+03 0.00314 0 0 0 World initStep + 1 -5.13 161 -1.94e+03 0.00198 7.26e-05 0.118 0.118 World eIoni + 2 -5.26 161 -1.94e+03 0 0.00198 0.789 0.907 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.13 161 -1.94e+03 0.00109 0 0 0 World initStep + 1 -5.23 162 -1.94e+03 0 0.00109 0.317 0.317 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.02 162 -1.97e+03 0.0512 0 0 0 World initStep + 1 -9.32 166 -1.97e+03 0.0505 0.000696 8.04 8.04 World eIoni + 2 -17.9 175 -1.96e+03 0.0384 0.00133 13.1 21.2 World eIoni + 3 -33.4 188 -1.94e+03 0.0323 0.00612 32.6 53.8 World eIoni + 4 -44.7 203 -1.93e+03 0.0299 0.00234 24.2 77.9 World eIoni + 5 -45.9 204 -1.93e+03 0.0284 0.000409 2.11 80 World eIoni + 6 -51.7 221 -1.92e+03 0.0259 0.00248 19.5 99.5 World eIoni + 7 -50.6 223 -1.91e+03 0.0237 0.00217 16.7 116 World eIoni + 8 -47.1 230 -1.9e+03 0.0218 0.00197 14.4 131 World eIoni + 9 -51.5 236 -1.89e+03 0.0176 0.00306 12.4 143 World eIoni + 10 -53.3 243 -1.88e+03 0.0162 0.00146 9.03 152 World eIoni + 11 -56.4 249 -1.88e+03 0.0133 0.00284 7.93 160 World eIoni + 12 -58.3 250 -1.89e+03 0.0121 0.00123 6.03 166 World eIoni + 13 -58.4 250 -1.89e+03 0.00957 0.00253 5.3 171 World eIoni + 14 -58.5 250 -1.89e+03 0.0075 0.000224 0.324 172 World eIoni + 15 -59.9 249 -1.89e+03 0.00645 0.00104 3.06 175 World eIoni + 16 -59.5 250 -1.9e+03 0.00473 0.00173 2.66 177 World eIoni + 17 -59 251 -1.9e+03 0.00245 0.00228 2.05 179 World eIoni + 18 -59.3 251 -1.9e+03 0 0.00245 1.1 181 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -58.5 250 -1.89e+03 0.00185 0 0 0 World initStep + 1 -58.3 250 -1.89e+03 0 0.00185 0.707 0.707 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.5 236 -1.89e+03 0.00108 0 0 0 World initStep + 1 -51.5 236 -1.89e+03 0 0.00108 0.313 0.313 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.9 204 -1.93e+03 0.00112 0 0 0 World initStep + 1 -45.9 204 -1.93e+03 0 0.00112 0.333 0.333 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.9 175 -1.96e+03 0.0108 0 0 0 World initStep + 1 -18.3 178 -1.97e+03 0.00934 0.00143 4.57 4.57 World eIoni + 2 -16.7 178 -1.96e+03 0.00701 0.00233 3.86 8.44 World eIoni + 3 -16.9 180 -1.96e+03 0.00586 0.00116 2.87 11.3 World eIoni + 4 -16.9 180 -1.96e+03 0.00411 7.49e-05 0.601 11.9 World eIoni + 5 -17 180 -1.96e+03 0.00251 0.00161 1.84 13.8 World eIoni + 6 -16.6 180 -1.96e+03 0 0.00251 1.14 14.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 124 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.9 180 -1.96e+03 0.00167 0 0 0 World initStep + 1 -16.8 180 -1.96e+03 0 0.00167 0.602 0.602 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.96 161 -2.08e+03 0.00919 0 0 0 World initStep + 1 -2.15 162 -2.08e+03 0.00806 0.00112 3.79 3.79 World eIoni + 2 0.169 162 -2.08e+03 0.00673 0.00134 3.3 7.09 World eIoni + 3 1.65 162 -2.08e+03 0.00573 0.001 2.76 9.85 World eIoni + 4 2.82 162 -2.08e+03 0.00319 0.000796 2.11 12 World eIoni + 5 2.98 163 -2.08e+03 0.00144 0.00175 1.48 13.4 World eIoni + 6 3.09 163 -2.08e+03 0 0.00144 0.482 13.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 14 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.82 162 -2.08e+03 0.00174 0 0 0 World initStep + 1 2.96 163 -2.08e+03 0 0.00174 0.645 0.645 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.96 161 -2.09e+03 0.00101 0 0 0 World initStep + 1 -4.86 161 -2.09e+03 0 0.00101 0.286 0.286 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.93 161 -2.16e+03 0.00121 0 0 0 World initStep + 1 -5.01 161 -2.16e+03 0 0.00121 0.374 0.374 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.94 161 -2.25e+03 0.00171 0 0 0 World initStep + 1 -5.08 161 -2.25e+03 0 0.00171 0.624 0.624 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.94 161 -2.27e+03 0.00234 0 0 0 World initStep + 1 -5.01 162 -2.27e+03 0 0.00234 1.03 1.03 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.94 161 -2.29e+03 0.00105 0 0 0 World initStep + 1 -4.85 161 -2.29e+03 0 0.00105 0.301 0.301 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.94 161 -2.3e+03 0.00159 0 0 0 World initStep + 1 -4.79 161 -2.3e+03 0 0.00159 0.562 0.562 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 -4.93 161 -2.34e+03 0.0556 0 0 0 World initStep + 1 25.5 174 -2.3e+03 0.0491 0.00654 62.3 62.3 World eIoni + 2 58 180 -2.27e+03 0.0445 0.00457 50 112 World eIoni + 3 93.6 185 -2.27e+03 0.0396 0.00492 42.2 155 World eIoni + 4 97.7 185 -2.27e+03 0.0377 0.000453 4.19 159 World eIoni + 5 125 190 -2.26e+03 0.033 0.00468 31.6 190 World eIoni + 6 141 204 -2.27e+03 0.0305 0.00253 25.1 215 World eIoni + 7 154 213 -2.28e+03 0.0264 0.00402 21.9 237 World eIoni + 8 164 214 -2.29e+03 0.0228 0.00368 17.3 255 World eIoni + 9 174 211 -2.3e+03 0.0191 0.0037 13.5 268 World eIoni + 10 180 211 -2.31e+03 0.0169 0.00214 10.2 278 World eIoni + 11 184 211 -2.31e+03 0.0158 0.00114 8.5 287 World eIoni + 12 190 209 -2.32e+03 0.0142 0.00163 7.66 294 World eIoni + 13 190 209 -2.32e+03 0.0104 0.000887 0.623 295 World eIoni + 14 193 209 -2.32e+03 0.00888 0.00157 4.4 300 World eIoni + 15 196 211 -2.32e+03 0.00709 0.00179 3.65 303 World eIoni + 16 197 210 -2.32e+03 0.00563 0.00146 2.9 306 World eIoni + 17 196 211 -2.32e+03 0.00382 0.00181 2.37 308 World eIoni + 18 195 211 -2.32e+03 0.00179 0.00204 1.74 310 World eIoni + 19 195 211 -2.32e+03 0 0.00179 0.67 311 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 190 209 -2.32e+03 0.00282 0 0 0 World initStep + 1 190 209 -2.32e+03 0 0.00282 1.31 1.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 97.7 185 -2.27e+03 0.00144 0 0 0 World initStep + 1 97.7 185 -2.27e+03 0 0.00144 0.481 0.481 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 -4.9 161 -2.39e+03 0.00217 0 0 0 World initStep + 1 -5.25 161 -2.39e+03 0 0.00217 0.909 0.909 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 -4.89 161 -2.41e+03 0.00121 0 0 0 World initStep + 1 -4.75 161 -2.41e+03 0 0.00121 0.374 0.374 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 -4.89 161 -2.41e+03 0.00145 0 0 0 World initStep + 1 -4.95 161 -2.41e+03 0 0.00145 0.485 0.485 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 -4.81 161 -2.51e+03 0.0175 0 0 0 World initStep + 1 -1.08 166 -2.5e+03 0.0149 0.00267 8.96 8.96 World eIoni + 2 2.31 168 -2.5e+03 0.00998 0.00489 7.02 16 World eIoni + 3 4.62 169 -2.5e+03 0.00929 0.000687 4.17 20.2 World eIoni + 4 5.88 171 -2.49e+03 0.00816 0.00113 3.84 24 World eIoni + 5 7.08 172 -2.5e+03 0.00664 0.00152 3.34 27.3 World eIoni + 6 7.48 174 -2.5e+03 0.00337 0.00327 2.73 30.1 World eIoni + 7 6.83 173 -2.5e+03 0.00101 0.00236 1.56 31.6 World eIoni + 8 6.9 173 -2.5e+03 0 0.00101 0.286 31.9 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 -4.81 161 -2.54e+03 0.00741 0 0 0 World initStep + 1 -4.71 159 -2.54e+03 0.00437 0.00303 3.03 3.03 World eIoni + 2 -4.34 158 -2.54e+03 0.00236 0.00202 1.93 4.96 World eIoni + 3 -4.68 158 -2.54e+03 0 0.00236 1.04 6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 112 -40.2 -2.61e+03 50 0 0 0 World initStep + 1 112 -40.2 -2.57e+03 50 0.00549 37.6 37.6 World hIoni + 2 112 -40.2 -2.56e+03 50 0.00115 11.1 48.7 World hIoni + 3 112 -40.2 -2.56e+03 50 9.86e-05 1.7 50.4 World hIoni + 4 112 -40.2 -2.54e+03 50 0.00252 24.3 74.7 World hIoni + 5 112 -40.2 -2.51e+03 50 0.0038 27 102 World hIoni + 6 113 -40.2 -2.46e+03 50 0.00617 47.9 150 World hIoni + 7 113 -40.2 -2.46e+03 50 0.000596 7.02 157 World hIoni + 8 113 -40.2 -2.45e+03 50 0.000746 7.99 165 World hIoni + 9 113 -40.1 -2.37e+03 49.9 0.0127 76.2 241 World hIoni + 10 113 -40.1 -2.35e+03 49.9 0.00384 25.8 267 World hIoni + 11 113 -40.1 -2.34e+03 49.9 0.00116 5.01 272 World hIoni + 12 113 -40.1 -2.31e+03 49.9 0.00691 33 305 World hIoni + 13 113 -40.1 -2.28e+03 49.9 0.00524 29.6 334 World hIoni + 14 113 -40.1 -2.26e+03 49.9 0.00237 19.4 354 World hIoni + 15 113 -40 -2.2e+03 49.9 0.00985 63.7 417 World hIoni + 16 113 -40 -2.15e+03 49.9 0.00905 49.9 467 World hIoni + 17 113 -40 -2.06e+03 49.9 0.0147 88.2 555 World hIoni + 18 113 -40.1 -2.01e+03 49.8 0.00696 46.5 602 World hIoni + 19 113 -40.2 -1.94e+03 49.8 0.0112 75.5 677 World hIoni + 20 113 -40.2 -1.87e+03 49.8 0.0101 66.8 744 World hIoni + 21 113 -40.2 -1.86e+03 49.8 0.000817 12.2 756 World hIoni + 22 113 -40.4 -1.75e+03 49.8 0.0201 106 863 World hIoni + 23 113 -40.4 -1.75e+03 49.8 0.00014 0.538 863 World hIoni + 24 114 -40.5 -1.7e+03 49.8 0.00605 48.7 912 World hIoni + 25 114 -40.6 -1.68e+03 49.8 0.00389 21.3 933 World hIoni + 26 114 -40.7 -1.61e+03 49.8 0.0108 71.6 1e+03 World hIoni + 27 114 -40.8 -1.56e+03 49.7 0.0109 43.2 1.05e+03 World hIoni + 28 114 -40.9 -1.53e+03 49.7 0.00563 31.4 1.08e+03 World hIoni + 29 114 -40.9 -1.51e+03 49.7 0.00585 27.9 1.11e+03 World hIoni + 30 114 -41 -1.49e+03 49.7 0.00299 16 1.12e+03 World hIoni + 31 114 -41 -1.48e+03 49.7 0.00207 11.7 1.13e+03 World hIoni + 32 114 -41.1 -1.44e+03 49.7 0.00657 41.5 1.18e+03 World hIoni + 33 114 -41.3 -1.34e+03 49.7 0.0125 99.9 1.28e+03 World hIoni + 34 114 -41.3 -1.33e+03 49.7 0.000241 2.57 1.28e+03 World hIoni + 35 114 -41.3 -1.32e+03 49.7 0.00342 13.3 1.29e+03 World hIoni + 36 114 -41.3 -1.32e+03 49.7 0.000886 4.02 1.3e+03 World hIoni + 37 115 -41.4 -1.22e+03 49.7 0.0194 95.2 1.39e+03 World hIoni + 38 115 -41.4 -1.21e+03 49.6 0.000808 8.26 1.4e+03 World hIoni + 39 115 -41.4 -1.2e+03 49.6 0.000436 8.64 1.41e+03 World hIoni + 40 115 -41.4 -1.15e+03 49.6 0.0135 57.1 1.47e+03 World hIoni + 41 115 -41.4 -1.14e+03 49.6 0.000853 4.29 1.47e+03 World hIoni + 42 115 -41.5 -1.13e+03 49.6 0.00171 9.63 1.48e+03 World hIoni + 43 115 -41.5 -1.11e+03 49.6 0.0029 19 1.5e+03 World hIoni + 44 115 -41.5 -1.11e+03 49.6 3.79e-05 2.75 1.5e+03 World hIoni + 45 115 -41.5 -1.07e+03 49.6 0.00881 37.8 1.54e+03 World hIoni + 46 115 -41.5 -1.07e+03 49.6 0.000295 1.3 1.54e+03 World hIoni + 47 115 -41.6 -1.06e+03 49.6 0.00162 14.6 1.55e+03 World hIoni + 48 115 -41.6 -1.04e+03 49.6 0.0025 12.7 1.57e+03 World hIoni + 49 115 -41.6 -1.04e+03 49.6 0.000538 3.09 1.57e+03 World hIoni + 50 116 -41.6 -1e+03 49.5 0.00616 40 1.61e+03 World hIoni + 51 116 -41.6 -983 49.5 0.00235 19.1 1.63e+03 World hIoni + 52 116 -41.5 -960 49.5 0.00376 23.1 1.65e+03 World hIoni + 53 116 -41.5 -909 49.5 0.00811 50.4 1.7e+03 World hIoni + 54 116 -41.4 -871 49.5 0.00978 38 1.74e+03 World hIoni + 55 117 -41.1 -706 49.4 0.026 165 1.91e+03 World hIoni + 56 117 -41.1 -698 49.4 0.00213 8.02 1.91e+03 World hIoni + 57 118 -41.1 -690 49.4 0.00238 7.97 1.92e+03 World hIoni + 58 118 -41 -651 49.4 0.00686 38.7 1.96e+03 World hIoni + 59 118 -40.9 -599 49.4 0.0121 52.9 2.01e+03 World hIoni + 60 118 -40.9 -583 49.4 0.0026 15.1 2.03e+03 World hIoni + 61 118 -40.9 -558 49.4 0.00285 25.8 2.05e+03 cloudPV CoupledTransportation + 62 118 -40.9 -556 47.3 2.1 1.7 2.06e+03 World CoupledTransportation + 63 118 -40.9 -550 47.3 0.00158 5.58 2.06e+03 World hIoni + 64 119 -41 -501 47.3 0.00879 49.3 2.11e+03 World hIoni + 65 119 -41.2 -471 47.3 0.00747 30.1 2.14e+03 World hIoni + 66 119 -41.6 -371 47.2 0.0163 100 2.24e+03 World hIoni + 67 119 -41.7 -346 47.2 0.00411 24.2 2.27e+03 World hIoni + 68 120 -42 -278 47.2 0.0167 68.2 2.33e+03 World hIoni + 69 120 -42 -262 47.2 0.00502 16.3 2.35e+03 World hIoni + 70 120 -42.1 -255 47.2 0.00103 7.27 2.36e+03 World hIoni + 71 120 -42.2 -235 47.2 0.00251 19.6 2.38e+03 World hIoni + 72 120 -42.2 -233 47.2 0.000343 1.84 2.38e+03 World hIoni + 73 120 -42.3 -194 47.2 0.00413 39.5 2.42e+03 World hIoni + 74 120 -42.4 -176 47.2 0.00391 17.4 2.44e+03 World hIoni + 75 121 -42.9 -74 47.2 0.0181 102 2.54e+03 World hIoni + 76 121 -43 -49.7 47.2 0.00483 24.3 2.56e+03 World hIoni + 77 121 -43.2 -24.1 47.2 0.00264 25.6 2.59e+03 World hIoni + 78 121 -43.2 -16 47.1 0.00147 8.09 2.6e+03 World hIoni + 79 121 -43.2 -11.3 47.1 0.000582 4.71 2.6e+03 World hIoni + 80 121 -43.4 10.1 47.1 0.00383 21.5 2.62e+03 cloudPV CoupledTransportation + 81 121 -43.4 11.8 45 2.12 1.67 2.62e+03 World CoupledTransportation + 82 121 -43.4 20.6 45 0.00303 8.76 2.63e+03 World hIoni + 83 121 -43.4 42.7 45 0.003 22.1 2.66e+03 World hIoni + 84 122 -43.5 77.5 45 0.00615 34.8 2.69e+03 World hIoni + 85 122 -43.5 80.7 45 0.000483 3.15 2.69e+03 World hIoni + 86 122 -43.5 87.6 45 0.00268 6.9 2.7e+03 World hIoni + 87 122 -43.6 117 45 0.00676 29.7 2.73e+03 World hIoni + 88 122 -43.6 136 45 0.00277 18.3 2.75e+03 World hIoni + 89 122 -43.7 191 44.9 0.0144 55.2 2.8e+03 World hIoni + 90 122 -43.8 216 44.9 0.00432 25.7 2.83e+03 World hIoni + 91 123 -43.8 253 44.9 0.00813 36.6 2.87e+03 World hIoni + 92 123 -43.8 253 44.9 0.000259 0.335 2.87e+03 World hIoni + 93 123 -43.9 273 44.9 0.00404 19.1 2.89e+03 World hIoni + 94 123 -43.9 282 44.9 0.00168 9.3 2.89e+03 World hIoni + 95 123 -43.9 299 44.9 0.00258 17.5 2.91e+03 World hIoni + 96 123 -44 341 44.9 0.00754 42 2.95e+03 World hIoni + 97 123 -44 361 44.9 0.00284 20 2.97e+03 World hIoni + 98 123 -44.1 407 44.9 0.0117 45.7 3.02e+03 World hIoni + 99 124 -44.2 446 44.9 0.00722 39.4 3.06e+03 World hIoni + 100 124 -44.2 468 44.9 0.00255 21.2 3.08e+03 World hIoni + 101 124 -44.6 634 44.8 0.0342 167 3.25e+03 World hIoni + 102 124 -44.7 659 44.8 0.00465 24.4 3.27e+03 World hIoni + 103 124 -44.7 659 44.8 0.000112 0.65 3.27e+03 World hIoni + 104 125 -44.9 724 44.8 0.01 64.9 3.34e+03 World hIoni + 105 125 -45.2 802 44.8 0.0148 78 3.41e+03 World hIoni + 106 125 -45.2 818 44.8 0.00178 15.8 3.43e+03 World hIoni + 107 125 -45.2 823 44.8 0.00176 5.42 3.44e+03 World hIoni + 108 125 -45.3 827 44.8 0.00044 3.59 3.44e+03 World hIoni + 109 125 -45.4 876 44.8 0.00883 48.9 3.49e+03 World hIoni + 110 125 -45.4 889 44.8 0.00239 13.4 3.5e+03 World hIoni + 111 125 -45.5 912 44.8 0.00465 22.6 3.52e+03 World hIoni + 112 125 -45.5 927 44.7 0.00203 14.9 3.54e+03 World hIoni + 113 125 -45.7 989 44.7 0.0199 62.5 3.6e+03 World hIoni + 114 125 -45.7 1e+03 44.7 0.00161 14.2 3.62e+03 World hIoni + 115 125 -45.8 1.04e+03 44.7 0.00693 35.7 3.65e+03 World hIoni + 116 126 -45.8 1.09e+03 44.7 0.012 49.9 3.7e+03 World hIoni + 117 126 -45.8 1.11e+03 44.7 0.00417 21.9 3.72e+03 World hIoni + 118 126 -45.8 1.15e+03 44.7 0.00755 36.3 3.76e+03 World hIoni + 119 126 -45.8 1.19e+03 44.7 0.0112 41.4 3.8e+03 World hIoni + 120 126 -45.8 1.31e+03 44.6 0.0293 124 3.92e+03 World hIoni + 121 127 -45.8 1.39e+03 44.6 0.0153 77 4e+03 World hIoni + 122 127 -45.8 1.45e+03 44.6 0.0176 62.6 4.06e+03 World hIoni + 123 127 -45.8 1.46e+03 44.6 0.00164 6.82 4.07e+03 World hIoni + 124 127 -46 1.58e+03 44.6 0.0241 126 4.2e+03 World hIoni + 125 128 -46 1.67e+03 44.5 0.0159 83 4.28e+03 World hIoni + 126 128 -46 1.72e+03 44.5 0.0119 53 4.33e+03 World hIoni + 127 128 -46 1.75e+03 44.5 0.00487 25.1 4.36e+03 World hIoni + 128 128 -46.1 1.79e+03 44.5 0.00986 43.6 4.4e+03 World hIoni + 129 128 -46.1 1.79e+03 44.5 0.000673 2.73 4.4e+03 World hIoni + 130 128 -46.1 1.81e+03 44.5 0.00446 20.1 4.42e+03 World hIoni + 131 128 -46.1 1.83e+03 44.5 0.00533 18.3 4.44e+03 World hIoni + 132 128 -46.1 1.84e+03 44.5 0.00109 6.79 4.45e+03 World hIoni + 133 128 -46.1 1.87e+03 44.5 0.0068 35.1 4.48e+03 World hIoni + 134 128 -46.1 1.91e+03 44.5 0.00947 34.6 4.52e+03 World hIoni + 135 128 -46.1 1.96e+03 44.5 0.00653 48.5 4.57e+03 World hIoni + 136 128 -46.1 1.99e+03 44.4 0.00582 30.3 4.6e+03 World hIoni + 137 128 -46.1 2e+03 44.4 0.00154 11 4.61e+03 World hIoni + 138 128 -46.1 2e+03 44.4 0.00179 8.06 4.62e+03 World hIoni + 139 128 -46.1 2.01e+03 44.4 0.00234 5.01 4.62e+03 World hIoni + 140 128 -46.1 2.02e+03 44.4 0.00452 14.4 4.64e+03 World hIoni + 141 128 -46.1 2.06e+03 44.4 0.00569 39.5 4.68e+03 World hIoni + 142 128 -46.1 2.07e+03 44.4 0.00186 11.2 4.69e+03 World hIoni + 143 128 -46.1 2.08e+03 44.4 0.000745 2.22 4.69e+03 World hIoni + 144 128 -46.1 2.09e+03 44.4 0.00188 11.4 4.7e+03 World hIoni + 145 128 -46.1 2.12e+03 44.4 0.00728 32.4 4.73e+03 World hIoni + 146 128 -46.1 2.13e+03 44.4 0.00226 11 4.74e+03 World hIoni + 147 127 -46.2 2.17e+03 44.4 0.00879 39.4 4.78e+03 World hIoni + 148 127 -46.1 2.27e+03 44.4 0.015 104 4.89e+03 World hIoni + 149 127 -46.1 2.29e+03 44.4 0.00189 12.8 4.9e+03 World hIoni + 150 127 -46.1 2.33e+03 44.3 0.00618 39.3 4.94e+03 World hIoni + 151 127 -46.1 2.35e+03 44.3 0.00355 19.6 4.96e+03 World hIoni + 152 127 -46 2.36e+03 44.3 0.00177 15.1 4.97e+03 World hIoni + 153 127 -46 2.36e+03 44.3 7.6e-05 0.616 4.97e+03 World hIoni + 154 127 -46 2.38e+03 44.3 0.00391 14.9 4.99e+03 World hIoni + 155 127 -46 2.41e+03 44.3 0.00662 33.3 5.02e+03 World hIoni + 156 126 -45.9 2.47e+03 44.3 0.0103 63 5.09e+03 World hIoni + 157 126 -45.9 2.48e+03 44.3 0.000671 5.48 5.09e+03 World hIoni + 158 126 -45.9 2.5e+03 44.3 0.00171 17.4 5.11e+03 World hIoni + 159 126 -45.9 2.58e+03 44.3 0.0188 80.1 5.19e+03 World hIoni + 160 126 -45.9 2.6e+03 44.3 0.00526 23.8 5.21e+03 detectorPV CoupledTransportation + 161 126 -45.9 2.6e+03 38.3 5.92 1.91 5.21e+03 detectorPV hIoni + 162 126 -46 2.6e+03 33.4 5 1.52 5.22e+03 detectorPV hIoni + 163 126 -46 2.6e+03 28.9 4.46 1.22 5.22e+03 detectorPV hIoni + 164 126 -46 2.61e+03 24.7 4.21 0.98 5.22e+03 detectorPV hIoni + 165 126 -46 2.61e+03 21.1 3.59 0.78 5.22e+03 detectorPV hIoni + 166 126 -46 2.61e+03 17.9 3.2 0.628 5.22e+03 detectorPV hIoni + 167 126 -46 2.61e+03 14.7 3.15 0.508 5.22e+03 detectorPV hIoni + 168 126 -46 2.61e+03 11.8 2.91 0.404 5.22e+03 detectorPV hIoni + 169 126 -46.1 2.61e+03 9.13 2.69 0.32 5.22e+03 detectorPV hIoni + 170 126 -46.1 2.61e+03 6.38 2.76 0.253 5.22e+03 detectorPV hIoni + 171 126 -46.1 2.61e+03 3.4 2.98 0.191 5.22e+03 detectorPV hIoni + 172 126 -46.1 2.61e+03 0 3.4 0.101 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -45.9 2.5e+03 0.00107 0 0 0 World initStep + 1 126 -45.9 2.5e+03 0 0.00107 0.31 0.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -45.9 2.48e+03 0.00112 0 0 0 World initStep + 1 126 -46 2.48e+03 0 0.00112 0.334 0.334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -45.9 2.47e+03 0.00111 0 0 0 World initStep + 1 126 -46.1 2.47e+03 0 0.00111 0.327 0.327 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46 2.41e+03 0.00102 0 0 0 World initStep + 1 127 -46 2.41e+03 0 0.00102 0.29 0.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46 2.38e+03 0.0067 0 0 0 World initStep + 1 127 -44.2 2.38e+03 0.00332 0.000966 2.56 2.56 World eIoni + 2 128 -44.5 2.38e+03 0.0016 0.00171 1.54 4.1 World eIoni + 3 128 -44.6 2.38e+03 0 0.0016 0.567 4.67 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 125 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -44.2 2.38e+03 0.00242 0 0 0 World initStep + 1 127 -43.8 2.38e+03 0 0.00242 1.08 1.08 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46 2.36e+03 0.0112 0 0 0 World initStep + 1 124 -48.1 2.36e+03 0.00955 0.00169 4.82 4.82 World eIoni + 2 125 -51.1 2.37e+03 0.00574 0.00101 3.78 8.6 World eIoni + 3 124 -52.5 2.37e+03 0.00351 0.00122 2.17 10.8 World eIoni + 4 125 -53.2 2.37e+03 0.00134 0.00217 1.62 12.4 World eIoni + 5 125 -53.1 2.37e+03 0 0.00134 0.433 12.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 124 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 124 -52.5 2.37e+03 0.00101 0 0 0 World initStep + 1 124 -52.5 2.37e+03 0 0.00101 0.286 0.286 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 124 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -51.1 2.37e+03 0.0028 0 0 0 World initStep + 1 125 -50.9 2.37e+03 0 0.0028 1.3 1.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46.1 2.35e+03 0.00103 0 0 0 World initStep + 1 127 -46.2 2.35e+03 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46.1 2.33e+03 0.00261 0 0 0 World initStep + 1 127 -46 2.33e+03 0 0.00261 1.2 1.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46.1 2.29e+03 0.0077 0 0 0 World initStep + 1 125 -45.5 2.29e+03 0.0057 0.002 3.15 3.15 World eIoni + 2 124 -45.4 2.29e+03 0.00381 0.00188 2.39 5.53 World eIoni + 3 125 -45 2.29e+03 0.00174 0.00207 1.73 7.27 World eIoni + 4 125 -45.2 2.29e+03 0 0.00174 0.643 7.91 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46.1 2.27e+03 0.0151 0 0 0 World initStep + 1 126 -52 2.28e+03 0.0131 0.00203 6.41 6.41 World msc + 2 126 -56 2.27e+03 0.0106 0.00248 5.88 12.3 World eIoni + 3 128 -59.6 2.27e+03 0.00892 0.00169 4.49 16.8 World eIoni + 4 130 -61.2 2.27e+03 0.0065 0.00242 3.67 20.5 World eIoni + 5 128 -60.5 2.27e+03 0.00381 0.00269 2.68 23.1 World eIoni + 6 129 -59.6 2.27e+03 0 0.00381 1.73 24.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46.2 2.17e+03 0.00145 0 0 0 World initStep + 1 128 -46 2.17e+03 0 0.00145 0.486 0.486 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2.13e+03 0.00169 0 0 0 World initStep + 1 128 -46.1 2.13e+03 0 0.00169 0.613 0.613 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2.12e+03 0.0014 0 0 0 World initStep + 1 127 -46.1 2.12e+03 0 0.0014 0.464 0.464 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2.09e+03 0.00111 0 0 0 World initStep + 1 128 -46 2.09e+03 0 0.00111 0.329 0.329 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2.08e+03 0.00319 0 0 0 World initStep + 1 127 -46.8 2.08e+03 0 0.00319 1.48 1.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2.07e+03 0.0022 0 0 0 World initStep + 1 128 -45.9 2.07e+03 0 0.0022 0.93 0.93 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2.06e+03 0.00123 0 0 0 World initStep + 1 128 -46.2 2.06e+03 0 0.00123 0.379 0.379 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2.02e+03 0.00187 0 0 0 World initStep + 1 128 -46.4 2.02e+03 0 0.00187 0.723 0.723 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2.01e+03 0.0023 0 0 0 World initStep + 1 127 -46.2 2.01e+03 0 0.0023 0.999 0.999 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2e+03 0.00147 0 0 0 World initStep + 1 128 -46.1 2e+03 0 0.00147 0.499 0.499 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 2e+03 0.00162 0 0 0 World initStep + 1 128 -46.1 2e+03 0 0.00162 0.574 0.574 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 1.99e+03 0.00372 0 0 0 World initStep + 1 128 -45.2 1.99e+03 0.00188 0.00184 1.7 1.7 World eIoni + 2 128 -45.2 1.99e+03 0 0.00188 0.726 2.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 1.96e+03 0.00225 0 0 0 World initStep + 1 128 -45.7 1.96e+03 0 0.00225 0.966 0.966 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 1.91e+03 0.0016 0 0 0 World initStep + 1 128 -46.2 1.91e+03 0 0.0016 0.565 0.565 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 1.87e+03 0.0136 0 0 0 World initStep + 1 132 -43.7 1.87e+03 0.0125 0.00107 4.8 4.8 World msc + 2 134 -42.4 1.88e+03 0.0102 0.00225 4.59 9.39 World msc + 3 136 -41.7 1.88e+03 0.00968 0.000561 1.63 11 World eIoni + 4 139 -40.5 1.88e+03 0.00874 0.000943 3.59 14.6 World eIoni + 5 141 -39.2 1.88e+03 0.00743 0.00131 3.59 18.2 World eIoni + 6 141 -38.1 1.88e+03 0.00577 0.00166 3.04 21.2 World eIoni + 7 140 -36.6 1.88e+03 0.00343 0.00234 2.41 23.6 World eIoni + 8 140 -35.9 1.88e+03 0.0015 0.00193 1.58 25.2 World eIoni + 9 140 -35.8 1.88e+03 0 0.0015 0.513 25.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 1.84e+03 0.00132 0 0 0 World initStep + 1 128 -46.1 1.84e+03 0 0.00132 0.423 0.423 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 1.83e+03 0.00129 0 0 0 World initStep + 1 128 -46 1.83e+03 0 0.00129 0.407 0.407 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.1 1.79e+03 0.00119 0 0 0 World initStep + 1 128 -46.2 1.79e+03 0 0.00119 0.365 0.365 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46 1.75e+03 0.00679 0 0 0 World initStep + 1 129 -44.3 1.75e+03 0.00535 0.00143 2.79 2.79 World eIoni + 2 128 -43 1.75e+03 0.00402 0.00134 2.27 5.05 World eIoni + 3 128 -42.8 1.75e+03 0.00322 0.000794 1.81 6.86 World eIoni + 4 128 -42.1 1.75e+03 0.0013 0.00192 1.5 8.36 World eIoni + 5 128 -42 1.75e+03 0 0.0013 0.412 8.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46 1.72e+03 0.0012 0 0 0 World initStep + 1 128 -46 1.72e+03 0 0.0012 0.368 0.368 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -46 1.58e+03 0.00106 0 0 0 World initStep + 1 127 -45.9 1.58e+03 0 0.00106 0.308 0.308 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -45.8 1.46e+03 0.00148 0 0 0 World initStep + 1 127 -45.7 1.46e+03 0 0.00148 0.5 0.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 127 -45.8 1.45e+03 0.00879 0 0 0 World initStep + 1 130 -46.3 1.45e+03 0.00643 0.00236 3.61 3.61 World eIoni + 2 131 -45.9 1.45e+03 0.00464 0.00179 2.65 6.26 World eIoni + 3 132 -44.8 1.45e+03 0.00333 0.00131 2.02 8.29 World eIoni + 4 131 -44.8 1.45e+03 0.00148 0.00185 1.54 9.83 World eIoni + 5 131 -44.6 1.45e+03 0 0.00148 0.501 10.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -45.8 1.19e+03 0.00328 0 0 0 World initStep + 1 127 -46 1.19e+03 0.0017 0.00158 1.52 1.52 World eIoni + 2 127 -45.9 1.19e+03 0 0.0017 0.618 2.14 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 126 -45.8 1.15e+03 0.00416 0 0 0 World initStep + 1 125 -45.8 1.15e+03 0.00304 0.00112 1.86 1.86 World eIoni + 2 124 -46.1 1.15e+03 0 0.00304 1.42 3.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -45.8 1.11e+03 0.00119 0 0 0 World initStep + 1 126 -45.7 1.11e+03 0 0.00119 0.364 0.364 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -45.8 1.09e+03 0.00243 0 0 0 World initStep + 1 125 -46.2 1.09e+03 0 0.00243 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -45.7 989 0.00136 0 0 0 World initStep + 1 125 -45.9 989 0 0.00136 0.44 0.44 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -45.5 927 0.0173 0 0 0 World initStep + 1 118 -41.9 927 0.0155 0.00174 8.77 8.77 World eIoni + 2 111 -41.6 929 0.0143 0.00124 7.49 16.3 World eIoni + 3 105 -42.9 930 0.0128 0.00153 6.65 22.9 World eIoni + 4 100 -43 929 0.0107 0.00204 5.69 28.6 World eIoni + 5 97.7 -45.6 927 0.00866 0.00207 4.55 33.1 World eIoni + 6 97.6 -48.3 927 0.00616 0.0025 3.56 36.7 World eIoni + 7 97.7 -49.9 926 0.00456 0.0016 2.55 39.3 World eIoni + 8 97.7 -49.6 926 0.00308 0.000346 0.774 40 World eIoni + 9 97.7 -49.4 925 0 0.00308 1.44 41.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 97.7 -49.6 926 0.00113 0 0 0 World initStep + 1 97.6 -49.7 925 0 0.00113 0.338 0.338 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -45.5 912 0.00115 0 0 0 World initStep + 1 125 -45.6 912 0 0.00115 0.345 0.345 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -45.4 889 0.00099 0 0 0 World initStep + 1 125 -45.5 889 0 0.00099 0.278 0.278 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -45.3 827 0.00376 0 0 0 World initStep + 1 125 -46.1 827 0.00178 0.00199 1.71 1.71 World eIoni + 2 125 -46.3 827 0 0.00178 0.664 2.38 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -45.2 823 0.00965 0 0 0 World initStep + 1 128 -46.4 825 0.00715 0.00249 4.01 4.01 World eIoni + 2 128 -46.7 825 0.00547 7.25e-05 0.788 4.8 World eIoni + 3 130 -47.3 825 0.00273 0.00274 2.31 7.11 World eIoni + 4 130 -46.9 825 0.00108 0.00165 1.26 8.37 World eIoni + 5 130 -47 825 0 0.00108 0.316 8.68 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 -46.7 825 0.00161 0 0 0 World initStep + 1 128 -46.9 825 0 0.00161 0.571 0.571 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -45.2 802 0.00494 0 0 0 World initStep + 1 126 -46 803 0.00409 0.00085 2.13 2.13 World eIoni + 2 127 -45.7 803 0 0.00409 1.83 3.96 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -44.9 724 0.00251 0 0 0 World initStep + 1 125 -45.3 724 0 0.00251 1.14 1.14 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 124 -44.7 659 0.00696 0 0 0 World initStep + 1 123 -43.2 660 0.00396 0.003 2.85 2.85 World eIoni + 2 123 -43.6 659 0.00215 0.00181 1.78 4.63 World eIoni + 3 123 -43.9 659 0 0.00215 0.895 5.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 124 -44.6 634 0.00193 0 0 0 World initStep + 1 124 -44.3 634 0 0.00193 0.757 0.757 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 124 -44.2 468 0.0011 0 0 0 World initStep + 1 124 -44.1 468 0 0.0011 0.323 0.323 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 124 -44.2 446 0.00181 0 0 0 World initStep + 1 124 -44.4 446 0 0.00181 0.686 0.686 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 123 -44.1 407 0.00252 0 0 0 World initStep + 1 124 -44.4 407 0 0.00252 1.15 1.15 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 123 -44 361 0.00166 0 0 0 World initStep + 1 123 -44.3 361 0 0.00166 0.597 0.597 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 123 -44 341 0.00105 0 0 0 World initStep + 1 123 -43.9 341 0 0.00105 0.303 0.303 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 123 -43.9 299 0.00189 0 0 0 World initStep + 1 123 -44.2 299 0 0.00189 0.732 0.732 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 123 -43.9 273 0.0012 0 0 0 World initStep + 1 123 -43.7 273 0 0.0012 0.367 0.367 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 123 -43.8 253 0.00122 0 0 0 World initStep + 1 123 -43.9 253 0 0.00122 0.377 0.377 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 122 -43.8 216 0.00132 0 0 0 World initStep + 1 122 -43.7 217 0 0.00132 0.424 0.424 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 122 -43.7 191 0.0206 0 0 0 World initStep + 1 114 -50 193 0.0178 0.00286 11.5 11.5 World eIoni + 2 109 -56.4 196 0.0155 0.00222 9.13 20.6 World eIoni + 3 105 -58.7 196 0.0109 0.00254 4.68 25.3 World eIoni + 4 104 -61.3 199 0.0104 0.000528 4.65 30 World eIoni + 5 104 -62.1 202 0.00829 0.00211 4.38 34.4 World eIoni + 6 103 -61.9 204 0.00711 0.00118 3.39 37.7 World eIoni + 7 101 -62.5 206 0.00547 0.00164 2.91 40.7 World eIoni + 8 99.9 -62.2 207 0.00265 0.00282 2.31 43 World eIoni + 9 100 -61.8 206 0 0.00265 1.22 44.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 73 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 105 -58.7 196 0.00207 0 0 0 World initStep + 1 105 -58.6 196 0 0.00207 0.843 0.843 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 122 -43.6 136 0.0138 0 0 0 World initStep + 1 126 -42 136 0.0126 0.00118 4.82 4.82 World msc + 2 131 -42.5 136 0.0111 0.00147 5.59 10.4 World eIoni + 3 134 -43.6 135 0.00642 0.00161 3.35 13.8 World eIoni + 4 134 -45 133 0.00418 0.00225 2.65 16.4 World eIoni + 5 134 -45.7 134 0.00184 0.00234 1.86 18.3 World eIoni + 6 134 -45.9 134 0 0.00184 0.699 19 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 72 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 134 -43.6 135 0.00309 0 0 0 World initStep + 1 135 -43.5 135 0 0.00309 1.44 1.44 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 122 -43.6 117 0.00323 0 0 0 World initStep + 1 121 -44.1 117 0.00151 0.00172 1.5 1.5 World eIoni + 2 121 -44 118 0 0.00151 0.517 2.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 122 -43.5 87.6 0.00134 0 0 0 World initStep + 1 122 -43.4 87.6 0 0.00134 0.434 0.434 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 122 -43.5 80.7 0.0027 0 0 0 World initStep + 1 122 -43.8 80.8 0 0.0027 1.25 1.25 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 122 -43.5 77.5 0.00107 0 0 0 World initStep + 1 122 -43.5 77.5 0 0.00107 0.31 0.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 121 -43.4 42.7 0.00173 0 0 0 World initStep + 1 122 -43.4 42.7 0 0.00173 0.64 0.64 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 121 -43.4 20.6 0.00103 0 0 0 World initStep + 1 121 -43.4 20.6 0 0.00103 0.295 0.295 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 121 -43.2 -16 0.00118 0 0 0 World initStep + 1 121 -43.2 -16 0 0.00118 0.357 0.357 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 121 -43.2 -24.1 0.00127 0 0 0 World initStep + 1 121 -43.3 -24.1 0 0.00127 0.398 0.398 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 121 -43 -49.7 0.0032 0 0 0 World initStep + 1 120 -43.2 -49.6 0.00118 0.00202 1.49 1.49 World eIoni + 2 120 -43.2 -49.5 0 0.00118 0.359 1.85 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 121 -42.9 -74 0.00317 0 0 0 World initStep + 1 121 -43.5 -73.9 0 0.00317 1.47 1.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 120 -42.4 -176 0.00124 0 0 0 World initStep + 1 120 -42.3 -176 0 0.00124 0.386 0.386 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 120 -42.3 -194 0.00237 0 0 0 World initStep + 1 120 -42 -194 0 0.00237 1.05 1.05 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 120 -42.2 -233 0.00113 0 0 0 World initStep + 1 120 -42.2 -233 0 0.00113 0.337 0.337 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 120 -42.1 -255 0.00143 0 0 0 World initStep + 1 120 -42.2 -255 0 0.00143 0.478 0.478 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 120 -42 -262 0.00307 0 0 0 World initStep + 1 119 -42.2 -262 0 0.00307 1.43 1.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 119 -41.7 -346 0.00516 0 0 0 World initStep + 1 118 -42.4 -346 0.00256 0.0026 2.2 2.2 World eIoni + 2 118 -42.6 -346 0 0.00256 1.17 3.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 119 -41.2 -471 0.0185 0 0 0 World initStep + 1 118 -42.3 -471 0.0152 0.00013 1.31 1.31 World eIoni + 2 116 -48.3 -469 0.0131 0.00211 7.25 8.57 World eIoni + 3 120 -52.1 -468 0.0111 0.00196 5.89 14.5 World eIoni + 4 123 -54 -465 0.00862 0.00251 4.76 19.2 World eIoni + 5 126 -53 -464 0.00709 0.00153 3.54 22.8 World eIoni + 6 127 -51.6 -464 0.00551 0.00158 2.9 25.7 World eIoni + 7 128 -50.5 -464 0.00436 0.00115 2.32 28 World eIoni + 8 127 -51.2 -464 0.00214 0.00223 1.93 29.9 World eIoni + 9 127 -51.1 -465 0 0.00214 0.889 30.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -42.3 -471 0.00314 0 0 0 World initStep + 1 118 -42.8 -471 0 0.00314 1.46 1.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 119 -41 -501 0.0026 0 0 0 World initStep + 1 119 -41.5 -501 0 0.0026 1.19 1.19 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -40.9 -550 0.00668 0 0 0 World initStep + 1 120 -41.8 -550 0.00556 0.00112 2.75 2.75 World eIoni + 2 121 -42.4 -549 0.00465 0.000913 2.34 5.09 World eIoni + 3 122 -42.5 -550 0.00291 0.00174 2.03 7.11 World eIoni + 4 123 -42.3 -550 0 0.00291 1.36 8.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -40.9 -599 0.00181 0 0 0 World initStep + 1 118 -40.9 -598 0 0.00181 0.682 0.682 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -41 -651 0.0031 0 0 0 World initStep + 1 117 -41.3 -651 0 0.0031 1.44 1.44 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -41.1 -690 0.00138 0 0 0 World initStep + 1 117 -41.2 -690 0 0.00138 0.452 0.452 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -41.1 -698 0.00656 0 0 0 World initStep + 1 118 -39.5 -698 0.00569 0.000868 2.7 2.7 World eIoni + 2 118 -39 -697 0.00337 0.000723 1 3.7 World eIoni + 3 117 -38.6 -697 0.00238 0.000992 1.56 5.26 World eIoni + 4 117 -38.2 -696 0 0.00238 1.05 6.32 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -39 -697 0.0016 0 0 0 World initStep + 1 118 -38.9 -697 0 0.0016 0.566 0.566 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -41.1 -706 0.00184 0 0 0 World initStep + 1 117 -41 -706 0 0.00184 0.702 0.702 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 116 -41.4 -871 0.00105 0 0 0 World initStep + 1 117 -41.5 -871 0 0.00105 0.302 0.302 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 116 -41.5 -909 0.0141 0 0 0 World initStep + 1 122 -41.7 -909 0.0127 0.0014 6.52 6.52 World eIoni + 2 127 -39.2 -908 0.0101 0.0026 5.65 12.2 World eIoni + 3 129 -36.7 -908 0.00767 0.00243 4.23 16.4 World eIoni + 4 131 -35.8 -908 0.00637 0.0013 3.13 19.5 World eIoni + 5 132 -35.8 -906 0.00381 0.00131 1.86 21.4 World eIoni + 6 131 -35.9 -906 0 0.00381 1.73 23.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 132 -35.8 -906 0.00125 0 0 0 World initStep + 1 132 -35.6 -906 0 0.00125 0.39 0.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 116 -41.5 -960 0.00174 0 0 0 World initStep + 1 116 -41.8 -959 0 0.00174 0.644 0.644 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 116 -41.6 -983 0.00175 0 0 0 World initStep + 1 116 -41.3 -983 0 0.00175 0.65 0.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 116 -41.6 -1e+03 0.0572 0 0 0 World initStep + 1 114 -70.6 -972 0.0476 0.00424 43.9 43.9 World eIoni + 2 118 -97.1 -940 0.0409 0.00669 47.5 91.4 World eIoni + 3 118 -98 -938 0.0392 0.000309 2.17 93.6 World eIoni + 4 126 -105 -930 0.0314 0.00589 14.1 108 World eIoni + 5 138 -124 -929 0.027 0.00444 23.1 131 World eIoni + 6 137 -134 -917 0.0238 0.00318 17.9 149 World eIoni + 7 136 -137 -918 0.0213 0.000783 3.33 152 World eIoni + 8 135 -146 -925 0.0197 0.00157 12.1 164 World eIoni + 9 132 -152 -931 0.0172 0.00248 10.7 175 World eIoni + 10 133 -159 -936 0.0154 0.00184 8.7 183 World eIoni + 11 137 -161 -939 0.0128 0.00259 7.36 191 World eIoni + 12 141 -162 -943 0.0119 0.000823 5.69 197 World eIoni + 13 146 -162 -945 0.0105 0.00148 5.21 202 World eIoni + 14 147 -163 -949 0.00741 0.00306 4.41 206 World eIoni + 15 147 -165 -950 0.00605 0.00136 3.03 209 World eIoni + 16 148 -167 -950 0.00456 0.00149 2.51 212 World eIoni + 17 148 -168 -949 0.00322 0.00134 2 214 World eIoni + 18 149 -168 -949 0.00179 0.00143 1.49 215 World eIoni + 19 149 -167 -949 0 0.00179 0.672 216 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 136 -137 -918 0.00178 0 0 0 World initStep + 1 136 -137 -918 0 0.00178 0.667 0.667 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -105 -930 0.00189 0 0 0 World initStep + 1 127 -105 -930 0 0.00189 0.733 0.733 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -98 -938 0.00142 0 0 0 World initStep + 1 118 -98 -938 0 0.00142 0.47 0.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -70.6 -972 0.00535 0 0 0 World initStep + 1 115 -70.8 -972 0.00401 0.00134 2.27 2.27 World eIoni + 2 115 -70 -972 0.00338 0.000632 1.8 4.07 World eIoni + 3 114 -69.8 -972 0.00214 0.00124 1.56 5.63 World eIoni + 4 114 -69.7 -972 0 0.00214 0.891 6.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.6 -1.04e+03 0.00121 0 0 0 World initStep + 1 115 -41.4 -1.04e+03 0 0.00121 0.371 0.371 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.6 -1.04e+03 0.00114 0 0 0 World initStep + 1 115 -41.7 -1.04e+03 0 0.00114 0.341 0.341 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.6 -1.06e+03 0.00146 0 0 0 World initStep + 1 115 -41.7 -1.06e+03 0 0.00146 0.494 0.494 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.5 -1.07e+03 0.018 0 0 0 World initStep + 1 116 -47.3 -1.07e+03 0.0159 0.00206 9.29 9.29 World eIoni + 2 115 -50.4 -1.06e+03 0.0147 0.00123 7.74 17 World eIoni + 3 115 -44.1 -1.06e+03 0.0134 0.00129 6.89 23.9 World eIoni + 4 113 -39.2 -1.06e+03 0.012 0.00137 6.06 30 World eIoni + 5 110 -36.2 -1.06e+03 0.00892 0.00205 4.33 34.3 World eIoni + 6 108 -36.8 -1.06e+03 0.00658 0.00234 3.67 38 World eIoni + 7 110 -37.2 -1.06e+03 0.00471 0.00187 2.71 40.7 World eIoni + 8 110 -38.3 -1.06e+03 0.00214 0.00257 2.05 42.7 World eIoni + 9 110 -38.2 -1.06e+03 0 0.00214 0.892 43.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 -36.2 -1.06e+03 0.00103 0 0 0 World initStep + 1 110 -36.1 -1.06e+03 0 0.00103 0.293 0.293 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.5 -1.11e+03 0.00298 0 0 0 World initStep + 1 115 -41 -1.11e+03 0 0.00298 1.39 1.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.5 -1.11e+03 0.00213 0 0 0 World initStep + 1 115 -41.1 -1.11e+03 0 0.00213 0.883 0.883 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.5 -1.13e+03 0.00145 0 0 0 World initStep + 1 115 -41.5 -1.13e+03 0 0.00145 0.487 0.487 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.4 -1.14e+03 0.00476 0 0 0 World initStep + 1 115 -40.2 -1.14e+03 0.0033 0.00146 2.06 2.06 World eIoni + 2 115 -39.7 -1.14e+03 0 0.0033 1.53 3.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.4 -1.2e+03 0.0102 0 0 0 World initStep + 1 112 -43.6 -1.2e+03 0.00766 0.00254 4.28 4.28 World eIoni + 2 110 -44.2 -1.2e+03 0.00595 0.00172 3.13 7.41 World eIoni + 3 109 -43.4 -1.2e+03 0.0039 0.00204 2.48 9.89 World eIoni + 4 109 -43.8 -1.2e+03 0.00157 0.00234 1.76 11.7 World eIoni + 5 109 -44 -1.2e+03 0 0.00157 0.548 12.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.4 -1.21e+03 0.00189 0 0 0 World initStep + 1 115 -41.7 -1.21e+03 0 0.00189 0.731 0.731 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -41.4 -1.22e+03 0.00174 0 0 0 World initStep + 1 115 -41.2 -1.22e+03 0 0.00174 0.641 0.641 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -41.3 -1.32e+03 0.00606 0 0 0 World initStep + 1 113 -40.7 -1.32e+03 0.00295 0.00311 2.52 2.52 World eIoni + 2 113 -40.5 -1.32e+03 0 0.00295 1.37 3.89 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -41.3 -1.33e+03 0.00155 0 0 0 World initStep + 1 114 -41.5 -1.33e+03 0 0.00155 0.539 0.539 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -41.3 -1.34e+03 0.00534 0 0 0 World initStep + 1 113 -40.6 -1.34e+03 0.00429 0.00105 2.26 2.26 World eIoni + 2 112 -40.4 -1.34e+03 0.00364 0.000652 1.9 4.17 World eIoni + 3 112 -41.1 -1.34e+03 0 0.00364 1.67 5.83 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -41.1 -1.44e+03 0.00117 0 0 0 World initStep + 1 114 -41 -1.44e+03 0 0.00117 0.353 0.353 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -41 -1.48e+03 0.00708 0 0 0 World initStep + 1 114 -43.1 -1.48e+03 0.0043 0.00278 2.9 2.9 World eIoni + 2 114 -43.6 -1.48e+03 0.00198 0.00232 1.9 4.8 World eIoni + 3 113 -43.6 -1.48e+03 0 0.00198 0.786 5.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -40.9 -1.51e+03 0.00243 0 0 0 World initStep + 1 114 -41.3 -1.51e+03 0 0.00243 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -40.9 -1.53e+03 0.00111 0 0 0 World initStep + 1 114 -41 -1.53e+03 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -40.8 -1.56e+03 0.00128 0 0 0 World initStep + 1 114 -40.7 -1.56e+03 0 0.00128 0.403 0.403 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -40.7 -1.61e+03 0.00114 0 0 0 World initStep + 1 114 -40.7 -1.61e+03 0 0.00114 0.342 0.342 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -40.5 -1.7e+03 0.00136 0 0 0 World initStep + 1 114 -40.6 -1.7e+03 0 0.00136 0.443 0.443 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.4 -1.75e+03 0.00333 0 0 0 World initStep + 1 113 -41.2 -1.75e+03 0 0.00333 1.54 1.54 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.4 -1.75e+03 0.00165 0 0 0 World initStep + 1 113 -40.4 -1.75e+03 0 0.00165 0.595 0.595 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.2 -1.86e+03 0.00393 0 0 0 World initStep + 1 113 -41.2 -1.86e+03 0 0.00393 1.77 1.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.2 -1.87e+03 0.00173 0 0 0 World initStep + 1 113 -40.4 -1.87e+03 0 0.00173 0.639 0.639 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.2 -1.94e+03 0.00277 0 0 0 World initStep + 1 113 -40.7 -1.94e+03 0 0.00277 1.29 1.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.1 -2.01e+03 0.0203 0 0 0 World initStep + 1 110 -42.4 -2.01e+03 0.0162 0.00252 3.99 3.99 World eIoni + 2 106 -48.1 -2.01e+03 0.0141 0.00215 7.96 11.9 World eIoni + 3 104 -53.5 -2.01e+03 0.0124 0.00166 6.49 18.4 World eIoni + 4 100 -56.4 -2.01e+03 0.0109 0.0015 5.47 23.9 World eIoni + 5 98.3 -59.2 -2.01e+03 0.00889 0.00201 4.64 28.5 World eIoni + 6 96.4 -59 -2e+03 0.00459 0.0043 3.66 32.2 World eIoni + 7 95.8 -58.1 -2e+03 0.00192 0.00267 2.01 34.2 World eIoni + 8 95.6 -57.9 -2e+03 0 0.00192 0.749 35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 -42.4 -2.01e+03 0.00155 0 0 0 World initStep + 1 110 -42.3 -2.01e+03 0 0.00155 0.54 0.54 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40 -2.15e+03 0.00543 0 0 0 World initStep + 1 111 -39.9 -2.15e+03 0.00494 0.000483 2.29 2.29 World eIoni + 2 111 -41.1 -2.14e+03 0.00297 0.00197 2.13 4.42 World eIoni + 3 111 -41.2 -2.14e+03 0 0.00297 1.38 5.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40 -2.2e+03 0.00593 0 0 0 World initStep + 1 111 -39.9 -2.19e+03 0.00243 0.0035 2.47 2.47 World eIoni + 2 111 -40.3 -2.19e+03 0 0.00243 1.09 3.56 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.1 -2.26e+03 0.00155 0 0 0 World initStep + 1 113 -39.9 -2.26e+03 0 0.00155 0.537 0.537 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.1 -2.28e+03 0.0069 0 0 0 World initStep + 1 113 -42.1 -2.28e+03 0.00544 0.00146 2.83 2.83 World eIoni + 2 113 -43.2 -2.28e+03 0.00182 0.00363 2.3 5.13 World eIoni + 3 113 -43.4 -2.28e+03 0 0.00182 0.688 5.82 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.1 -2.31e+03 0.0011 0 0 0 World initStep + 1 113 -40.2 -2.31e+03 0 0.0011 0.324 0.324 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.1 -2.34e+03 0.00166 0 0 0 World initStep + 1 112 -40.3 -2.34e+03 0 0.00166 0.6 0.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.1 -2.35e+03 0.00141 0 0 0 World initStep + 1 113 -40.3 -2.35e+03 0 0.00141 0.469 0.469 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -40.1 -2.37e+03 0.0121 0 0 0 World initStep + 1 108 -40 -2.37e+03 0.0101 0.00206 5.31 5.31 World eIoni + 2 104 -41.5 -2.37e+03 0.00909 0.000963 4.21 9.51 World eIoni + 3 103 -44.1 -2.37e+03 0.00562 0.00347 3.75 13.3 World eIoni + 4 102 -45.2 -2.37e+03 0.00334 0.00228 2.36 15.6 World eIoni + 5 101 -45.7 -2.37e+03 0 0.00334 1.55 17.2 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 113 -40.2 -2.45e+03 0.001 0 0 0 World initStep + 1 112 -40.2 -2.45e+03 0 0.001 0.283 0.283 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 113 -40.2 -2.46e+03 0.0104 0 0 0 World initStep + 1 113 -38.6 -2.46e+03 0.00877 0.000561 2.04 2.04 World eIoni + 2 114 -35.8 -2.45e+03 0.0078 0.00097 3.19 5.23 World msc + 3 115 -34.5 -2.45e+03 0.00364 0.0015 1.59 6.82 World eIoni + 4 114 -34.1 -2.46e+03 0 0.00364 1.67 8.49 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -34.5 -2.45e+03 0.00265 0 0 0 World initStep + 1 115 -34.1 -2.45e+03 0 0.00265 1.22 1.22 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -38.6 -2.46e+03 0.00106 0 0 0 World initStep + 1 114 -38.5 -2.46e+03 0 0.00106 0.308 0.308 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 113 -40.2 -2.46e+03 0.00161 0 0 0 World initStep + 1 113 -40.4 -2.46e+03 0 0.00161 0.57 0.57 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 112 -40.2 -2.51e+03 0.00167 0 0 0 World initStep + 1 113 -40 -2.51e+03 0 0.00167 0.605 0.605 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 112 -40.2 -2.56e+03 0.00147 0 0 0 World initStep + 1 112 -40 -2.56e+03 0 0.00147 0.497 0.497 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 112 -40.2 -2.57e+03 0.00488 0 0 0 World initStep + 1 112 -40.7 -2.57e+03 0.00341 0.000439 0.612 0.612 World eIoni + 2 112 -41.4 -2.57e+03 0.00183 0.00157 1.58 2.19 World eIoni + 3 112 -41.5 -2.57e+03 0 0.00183 0.698 2.89 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 112 -40.7 -2.57e+03 0.00103 0 0 0 World initStep + 1 112 -40.7 -2.57e+03 0 0.00103 0.296 0.296 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 73.6 -60.3 -2.61e+03 50 0 0 0 World initStep + 1 74 -60.3 -2.56e+03 50 0.00822 50.7 50.7 World hIoni + 2 74.8 -60.5 -2.49e+03 50 0.0151 70.3 121 World hIoni + 3 75 -60.5 -2.48e+03 50 0.00198 15.6 137 World hIoni + 4 75.7 -60.8 -2.4e+03 49.9 0.0108 72.6 209 World hIoni + 5 75.9 -60.9 -2.39e+03 49.9 0.00276 14.1 223 World hIoni + 6 75.9 -60.9 -2.39e+03 49.9 0.000264 1.73 225 World hIoni + 7 76.4 -61.1 -2.34e+03 49.9 0.00596 44.6 270 World hIoni + 8 76.5 -61.1 -2.34e+03 49.9 0.000167 4.39 274 World hIoni + 9 78.3 -61.8 -2.18e+03 49.9 0.0308 156 431 World hIoni + 10 78.6 -61.9 -2.16e+03 49.9 0.00304 21.7 452 World hIoni + 11 78.8 -62 -2.14e+03 49.9 0.00264 19.7 472 World hIoni + 12 78.9 -62 -2.14e+03 49.9 0.000144 2.48 475 World hIoni + 13 78.9 -62.1 -2.13e+03 49.9 0.000384 5.16 480 World hIoni + 14 80.3 -62.5 -2.03e+03 49.9 0.0184 106 586 World hIoni + 15 80.4 -62.6 -2.02e+03 49.9 0.00246 8.98 595 World hIoni + 16 80.4 -62.6 -2.01e+03 49.9 0.000358 3.81 599 World hIoni + 17 80.9 -62.8 -1.98e+03 49.8 0.00496 35.5 634 World hIoni + 18 81.3 -63 -1.95e+03 49.8 0.00341 31.5 666 World hIoni + 19 81.6 -63.1 -1.92e+03 49.8 0.00441 22.8 688 World hIoni + 20 83 -63.8 -1.81e+03 49.8 0.0219 110 799 World hIoni + 21 83 -63.8 -1.81e+03 49.8 0.000464 2.87 801 World hIoni + 22 83.4 -64 -1.78e+03 49.8 0.00855 32 833 World hIoni + 23 83.9 -64.3 -1.74e+03 49.8 0.00629 38.8 872 World hIoni + 24 84.6 -64.6 -1.68e+03 49.8 0.0116 57.8 930 World hIoni + 25 85 -64.9 -1.65e+03 49.8 0.00658 31.7 962 World hIoni + 26 86.9 -65.8 -1.5e+03 49.8 0.0197 151 1.11e+03 World hIoni + 27 87.6 -66.1 -1.45e+03 49.7 0.00893 46.8 1.16e+03 World hIoni + 28 88.1 -66.3 -1.42e+03 49.7 0.00633 33.9 1.19e+03 World hIoni + 29 89 -66.7 -1.36e+03 49.7 0.0153 64.2 1.26e+03 World hIoni + 30 90 -67.1 -1.29e+03 49.7 0.0128 69.4 1.33e+03 World hIoni + 31 90.1 -67.1 -1.28e+03 49.7 0.002 10 1.34e+03 World hIoni + 32 90.6 -67.3 -1.24e+03 49.7 0.00777 34.2 1.37e+03 World hIoni + 33 91.5 -67.6 -1.18e+03 49.7 0.00974 56.6 1.43e+03 World hIoni + 34 92.8 -68 -1.1e+03 49.7 0.0154 84.9 1.51e+03 World hIoni + 35 93 -68.1 -1.09e+03 49.7 0.00461 12.5 1.53e+03 World hIoni + 36 93.2 -68.1 -1.08e+03 49.7 0.00196 11.5 1.54e+03 World hIoni + 37 93.7 -68.2 -1.05e+03 49.6 0.00292 25.9 1.56e+03 World hIoni + 38 94.7 -68.6 -986 49.6 0.00897 64.4 1.63e+03 World hIoni + 39 94.8 -68.6 -981 49.6 0.000377 4.96 1.63e+03 World hIoni + 40 95 -68.6 -968 49.6 0.00261 12.6 1.64e+03 World hIoni + 41 95.2 -68.7 -953 49.6 0.00164 14.7 1.66e+03 World hIoni + 42 95.4 -68.8 -943 49.6 0.00255 10.7 1.67e+03 World hIoni + 43 95.4 -68.8 -941 49.6 0.000235 2.03 1.67e+03 World hIoni + 44 95.8 -68.9 -917 49.6 0.00391 23.3 1.7e+03 World hIoni + 45 95.9 -68.9 -914 49.6 0.000354 3.9 1.7e+03 World hIoni + 46 96.9 -69.3 -847 49.6 0.00904 66.4 1.77e+03 World hIoni + 47 97.6 -69.4 -805 49.6 0.00807 41.9 1.81e+03 World hIoni + 48 98.1 -69.6 -774 49.6 0.00493 31.5 1.84e+03 World hIoni + 49 98.1 -69.6 -773 49.6 0 0.515 1.84e+03 World hIoni + 50 98.4 -69.7 -755 49.6 0.00359 18.4 1.86e+03 World hIoni + 51 98.6 -69.7 -744 49.6 0.00154 10.6 1.87e+03 World hIoni + 52 99.6 -70 -682 49.5 0.0118 62 1.93e+03 World hIoni + 53 99.6 -70 -682 49.5 0 0.222 1.93e+03 World hIoni + 54 100 -70.1 -659 49.5 0.00542 22.6 1.95e+03 World hIoni + 55 101 -70.3 -617 49.5 0.00632 42.2 2e+03 World hIoni + 56 101 -70.3 -613 49.5 0.00119 4.4 2e+03 World hIoni + 57 103 -70.8 -489 49.5 0.0238 124 2.12e+03 World hIoni + 58 103 -70.9 -464 49.5 0.00343 25 2.15e+03 World hIoni + 59 105 -71 -416 49.5 0.00907 48 2.2e+03 World hIoni + 60 107 -71.3 -320 49.5 0.018 96.5 2.29e+03 World hIoni + 61 108 -71.4 -296 49.4 0.00418 24 2.32e+03 World hIoni + 62 109 -71.6 -266 49.4 0.0062 29.7 2.35e+03 World hIoni + 63 109 -71.6 -260 49.4 0.000748 6.13 2.35e+03 World hIoni + 64 110 -71.8 -212 49.4 0.00711 47.9 2.4e+03 World hIoni + 65 111 -72 -190 49.4 0.00356 22 2.42e+03 World hIoni + 66 113 -72.3 -125 49.4 0.00923 65.2 2.49e+03 World hIoni + 67 114 -72.5 -88.9 49.4 0.00625 35.8 2.52e+03 World hIoni + 68 114 -72.5 -82.6 49.4 0.000859 6.27 2.53e+03 World hIoni + 69 114 -72.6 -59.7 49.4 0.00368 22.9 2.55e+03 World hIoni + 70 115 -72.8 -24.6 49.4 0.00477 35.2 2.59e+03 World hIoni + 71 119 -73.5 94.4 49.3 0.0227 119 2.71e+03 World hIoni + 72 119 -73.5 103 49.3 0.00127 8.12 2.72e+03 World hIoni + 73 120 -73.6 122 49.3 0.00297 19.3 2.73e+03 World hIoni + 74 120 -73.6 123 49.3 0.000402 1.68 2.74e+03 World hIoni + 75 121 -73.9 174 49.3 0.00983 50.7 2.79e+03 World hIoni + 76 121 -74 177 49.3 0.000213 3.21 2.79e+03 World hIoni + 77 122 -74.1 206 49.3 0.00448 29 2.82e+03 World hIoni + 78 125 -74.9 334 49.3 0.0253 128 2.95e+03 World hIoni + 79 126 -75 355 49.3 0.00319 21 2.97e+03 World hIoni + 80 126 -75.1 366 49.3 0.00283 10.9 2.98e+03 World hIoni + 81 126 -75.1 370 49.3 0.000558 3.77 2.98e+03 World hIoni + 82 129 -75.6 446 49.2 0.0135 75.7 3.06e+03 World hIoni + 83 129 -75.8 468 49.2 0.00504 22 3.08e+03 World hIoni + 84 130 -75.9 481 49.2 0.00185 12.9 3.09e+03 World hIoni + 85 130 -75.9 497 49.2 0.00185 16.3 3.11e+03 World hIoni + 86 130 -76 506 49.2 0.00072 8.98 3.12e+03 World hIoni + 87 131 -76.1 522 49.2 0.00259 15.8 3.13e+03 World hIoni + 88 133 -76.5 587 49.2 0.0111 65.8 3.2e+03 World hIoni + 89 137 -77.1 734 49.2 0.0272 147 3.35e+03 World hIoni + 90 138 -77.2 761 49.2 0.00835 27.5 3.37e+03 World hIoni + 91 138 -77.2 766 49.1 0.000789 5.06 3.38e+03 World hIoni + 92 139 -77.2 777 49.1 0.00134 10.5 3.39e+03 World hIoni + 93 141 -77.2 834 49.1 0.00788 57.4 3.45e+03 World hIoni + 94 143 -77.3 898 49.1 0.0118 64 3.51e+03 World hIoni + 95 143 -77.3 920 49.1 0.00546 21.8 3.53e+03 World hIoni + 96 146 -77.3 990 49.1 0.0135 69.6 3.6e+03 World hIoni + 97 147 -77.2 1.04e+03 49.1 0.0126 51.4 3.65e+03 World hIoni + 98 149 -77 1.09e+03 49.1 0.0136 53.7 3.71e+03 World hIoni + 99 150 -77 1.12e+03 49 0.00328 22.3 3.73e+03 World hIoni + 100 151 -76.9 1.15e+03 49 0.00659 31.1 3.76e+03 World hIoni + 101 152 -76.7 1.2e+03 49 0.0082 48.3 3.81e+03 World hIoni + 102 153 -76.7 1.22e+03 49 0.00349 22.2 3.83e+03 World hIoni + 103 155 -76.4 1.31e+03 49 0.0135 90.4 3.92e+03 World hIoni + 104 158 -76.1 1.4e+03 49 0.0138 88.1 4.01e+03 World hIoni + 105 158 -76 1.41e+03 49 0.00104 11.2 4.02e+03 World hIoni + 106 158 -76 1.41e+03 49 0.000246 0.217 4.02e+03 World hIoni + 107 165 -75.6 1.63e+03 48.9 0.0389 221 4.24e+03 World hIoni + 108 165 -75.6 1.63e+03 48.9 0.00065 4.08 4.25e+03 World hIoni + 109 165 -75.6 1.64e+03 48.9 0.00179 6.8 4.25e+03 World hIoni + 110 165 -75.6 1.65e+03 48.9 0.00176 6.17 4.26e+03 World hIoni + 111 166 -75.6 1.67e+03 48.9 0.0034 21.5 4.28e+03 World hIoni + 112 167 -75.6 1.71e+03 48.9 0.00723 45.6 4.33e+03 World hIoni + 113 169 -75.5 1.82e+03 48.9 0.0159 105 4.43e+03 World hIoni + 114 169 -75.5 1.83e+03 48.9 0.00109 10.1 4.44e+03 World hIoni + 115 170 -75.5 1.84e+03 48.9 0.00404 7.24 4.45e+03 World hIoni + 116 172 -75.4 1.94e+03 48.8 0.0202 103 4.55e+03 World hIoni + 117 172 -75.4 1.95e+03 48.8 0.00138 8.19 4.56e+03 World hIoni + 118 173 -75.4 1.97e+03 48.8 0.00386 20.8 4.58e+03 World hIoni + 119 174 -75.3 2.02e+03 48.8 0.009 49.6 4.63e+03 World hIoni + 120 174 -75.3 2.03e+03 48.8 0.00386 12.1 4.64e+03 World hIoni + 121 175 -75.3 2.04e+03 48.8 0.0017 13.2 4.66e+03 World hIoni + 122 175 -75.3 2.04e+03 48.8 0 0.849 4.66e+03 World hIoni + 123 175 -75.3 2.06e+03 48.8 0.00259 19.6 4.68e+03 World hIoni + 124 177 -75.2 2.11e+03 48.8 0.00773 47.8 4.72e+03 World hIoni + 125 177 -75.2 2.14e+03 48.8 0.00667 34.5 4.76e+03 World hIoni + 126 181 -75 2.28e+03 48.8 0.0243 134 4.89e+03 World hIoni + 127 182 -75 2.32e+03 48.7 0.00978 41 4.93e+03 World hIoni + 128 182 -75 2.32e+03 48.7 0.000791 4.07 4.94e+03 World hIoni + 129 182 -75 2.34e+03 48.7 0.00254 13.6 4.95e+03 World hIoni + 130 183 -75 2.37e+03 48.7 0.00572 29.9 4.98e+03 World hIoni + 131 184 -75 2.38e+03 48.7 0.00158 14.3 5e+03 World hIoni + 132 185 -74.9 2.43e+03 48.7 0.00777 52.4 5.05e+03 World hIoni + 133 185 -74.9 2.44e+03 48.7 0.00189 10.1 5.06e+03 World hIoni + 134 186 -74.9 2.49e+03 48.6 0.00954 46.6 5.1e+03 World hIoni + 135 189 -74.8 2.6e+03 48.6 0.02 109 5.21e+03 detectorPV CoupledTransportation + 136 189 -74.8 2.6e+03 42.4 6.25 2.23 5.22e+03 detectorPV hIoni + 137 189 -74.8 2.6e+03 36.9 5.51 1.78 5.22e+03 detectorPV hIoni + 138 189 -74.8 2.61e+03 32.1 4.8 1.43 5.22e+03 detectorPV hIoni + 139 189 -74.8 2.61e+03 27.7 4.4 1.15 5.22e+03 detectorPV hIoni + 140 189 -74.8 2.61e+03 23.8 3.87 0.92 5.22e+03 detectorPV hIoni + 141 189 -74.8 2.61e+03 20.2 3.56 0.741 5.22e+03 detectorPV hIoni + 142 189 -74.8 2.61e+03 17.1 3.13 0.595 5.22e+03 detectorPV hIoni + 143 189 -74.7 2.61e+03 13.9 3.2 0.481 5.22e+03 detectorPV hIoni + 144 189 -74.7 2.61e+03 10.9 3 0.379 5.22e+03 detectorPV hIoni + 145 189 -74.7 2.61e+03 8.11 2.8 0.296 5.22e+03 detectorPV hIoni + 146 189 -74.7 2.61e+03 5.33 2.78 0.23 5.22e+03 detectorPV hIoni + 147 189 -74.7 2.61e+03 2.21 3.12 0.165 5.22e+03 detectorPV hIoni + 148 189 -74.7 2.61e+03 0 2.21 0.05 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 186 -74.9 2.49e+03 0.0125 0 0 0 World initStep + 1 188 -78.7 2.49e+03 0.0107 0.0018 5.34 5.34 World msc + 2 186 -82 2.49e+03 0.0086 0.0021 4.53 9.87 World eIoni + 3 185 -84.5 2.5e+03 0.00779 0.00081 3.53 13.4 World eIoni + 4 184 -86.4 2.5e+03 0.00688 0.000912 3.18 16.6 World eIoni + 5 183 -88 2.5e+03 0.00282 0.00406 2.82 19.4 World eIoni + 6 183 -88.3 2.5e+03 0.00222 0.000605 0.815 20.2 World eIoni + 7 184 -88.1 2.5e+03 0 0.00222 0.943 21.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 185 -74.9 2.44e+03 0.00238 0 0 0 World initStep + 1 185 -74.6 2.44e+03 0 0.00238 0.793 0.793 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 185 -74.9 2.43e+03 0.00243 0 0 0 World initStep + 1 185 -74.7 2.43e+03 0 0.00243 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 184 -75 2.38e+03 0.00181 0 0 0 World initStep + 1 183 -75.2 2.38e+03 0 0.00181 0.686 0.686 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 183 -75 2.37e+03 0.0108 0 0 0 World initStep + 1 181 -76.8 2.37e+03 0.0101 0.000646 3.62 3.62 World msc + 2 179 -77.7 2.37e+03 0.00642 0.00183 1.47 5.1 World eIoni + 3 178 -78.3 2.37e+03 0.00515 0.00127 2.65 7.74 World eIoni + 4 176 -78 2.37e+03 0.00426 0.000894 2.2 9.94 World eIoni + 5 177 -77.4 2.37e+03 0.00266 0.0016 1.89 11.8 World eIoni + 6 177 -77.4 2.37e+03 0 0.00266 1.23 13.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 107 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 179 -77.7 2.37e+03 0.00186 0 0 0 World initStep + 1 179 -77.8 2.37e+03 0 0.00186 0.714 0.714 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 182 -75 2.34e+03 0.0301 0 0 0 World initStep + 1 171 -72.4 2.35e+03 0.0249 0.00522 21.5 21.5 World eIoni + 2 164 -65.7 2.36e+03 0.0231 0.0018 15.6 37.1 World eIoni + 3 160 -60.9 2.38e+03 0.0206 0.0025 13.8 51 World eIoni + 4 156 -58.4 2.38e+03 0.015 0.00448 9.75 60.7 World eIoni + 5 156 -51.8 2.38e+03 0.0128 0.00215 7.1 67.8 World eIoni + 6 156 -47 2.38e+03 0.0112 0.00158 5.72 73.5 World eIoni + 7 154 -44.1 2.38e+03 0.00883 0.00241 4.82 78.4 World eIoni + 8 155 -41 2.38e+03 0.00645 0.00239 3.63 82 World eIoni + 9 156 -39.2 2.38e+03 0.0043 0.00215 2.66 84.7 World eIoni + 10 155 -38.9 2.38e+03 0.00145 0.00285 1.9 86.6 World eIoni + 11 155 -39 2.38e+03 0 0.00145 0.486 87 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 106 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 156 -58.4 2.38e+03 0.00115 0 0 0 World initStep + 1 156 -58.3 2.38e+03 0 0.00115 0.343 0.343 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 182 -75 2.32e+03 0.00243 0 0 0 World initStep + 1 182 -74.6 2.32e+03 0 0.00243 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 181 -75 2.28e+03 0.00109 0 0 0 World initStep + 1 181 -75 2.28e+03 0 0.00109 0.318 0.318 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 177 -75.2 2.14e+03 0.00564 0 0 0 World initStep + 1 177 -73.7 2.15e+03 0.00407 0.00157 2.37 2.37 World eIoni + 2 176 -74 2.15e+03 0.00235 0.00171 1.82 4.19 World eIoni + 3 176 -73.6 2.15e+03 0 0.00235 1.04 5.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 175 -75.3 2.06e+03 0.000992 0 0 0 World initStep + 1 175 -75.4 2.06e+03 0 0.000992 0.279 0.279 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 175 -75.3 2.04e+03 0.00115 0 0 0 World initStep + 1 175 -75.4 2.04e+03 0 0.00115 0.347 0.347 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 175 -75.3 2.04e+03 0.00369 0 0 0 World initStep + 1 175 -75.9 2.04e+03 0.0017 0.00199 1.69 1.69 World eIoni + 2 175 -76.1 2.04e+03 0 0.0017 0.621 2.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 174 -75.3 2.03e+03 0.00128 0 0 0 World initStep + 1 174 -75.4 2.03e+03 0 0.00128 0.405 0.405 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 174 -75.3 2.02e+03 0.00228 0 0 0 World initStep + 1 174 -75.1 2.02e+03 0 0.00228 0.985 0.985 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 173 -75.4 1.97e+03 0.00909 0 0 0 World initStep + 1 176 -75.1 1.97e+03 0.00705 0.00204 3.46 3.46 World msc + 2 178 -75.1 1.97e+03 0.00541 0.00164 2.89 6.35 World eIoni + 3 179 -74.9 1.97e+03 0.0039 0.0015 2.29 8.64 World eIoni + 4 179 -74.2 1.97e+03 0.00154 0.00237 1.76 10.4 World eIoni + 5 179 -74.2 1.97e+03 0 0.00154 0.532 10.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 172 -75.4 1.95e+03 0.00117 0 0 0 World initStep + 1 172 -75.3 1.95e+03 0 0.00117 0.352 0.352 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 172 -75.4 1.94e+03 0.00104 0 0 0 World initStep + 1 172 -75.3 1.94e+03 0 0.00104 0.298 0.298 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 170 -75.5 1.84e+03 0.00985 0 0 0 World initStep + 1 167 -76.2 1.84e+03 0.00842 0.00143 4.1 4.1 World eIoni + 2 166 -76.4 1.84e+03 0.00692 2.35e-05 0.317 4.42 World eIoni + 3 166 -78.3 1.84e+03 0.00548 0.00143 2.84 7.26 World eIoni + 4 166 -79.4 1.84e+03 0.00452 0.00096 2.31 9.57 World eIoni + 5 167 -80.2 1.84e+03 0.0032 0.00132 1.98 11.6 World eIoni + 6 167 -80.5 1.84e+03 0.00113 0.00207 1.49 13 World eIoni + 7 167 -80.6 1.84e+03 0 0.00113 0.338 13.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 166 -76.4 1.84e+03 0.00148 0 0 0 World initStep + 1 166 -76.3 1.84e+03 0 0.00148 0.502 0.502 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 169 -75.5 1.83e+03 0.00305 0 0 0 World initStep + 1 169 -76.1 1.83e+03 0.00157 0.00148 1.42 1.42 World eIoni + 2 169 -76 1.83e+03 0 0.00157 0.551 1.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 169 -75.5 1.82e+03 0.00219 0 0 0 World initStep + 1 169 -75.6 1.82e+03 0 0.00219 0.925 0.925 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 167 -75.6 1.71e+03 0.00842 0 0 0 World initStep + 1 164 -76 1.71e+03 0.00693 0.00149 3.45 3.45 World eIoni + 2 162 -75.8 1.71e+03 0.00621 0.000721 2.84 6.29 World eIoni + 3 162 -76.2 1.72e+03 0.00412 0.000651 1.05 7.34 World eIoni + 4 162 -76.5 1.72e+03 0.00224 0.000262 0.49 7.83 World eIoni + 5 162 -76.8 1.72e+03 0 0.00224 0.96 8.79 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 162 -76.5 1.72e+03 0.00161 0 0 0 World initStep + 1 162 -76.6 1.72e+03 0 0.00161 0.573 0.573 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 162 -76.2 1.72e+03 0.00144 0 0 0 World initStep + 1 162 -76.1 1.72e+03 0 0.00144 0.484 0.484 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 166 -75.6 1.67e+03 0.00162 0 0 0 World initStep + 1 166 -75.4 1.67e+03 0 0.00162 0.578 0.578 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -75.6 1.65e+03 0.0117 0 0 0 World initStep + 1 167 -74.4 1.65e+03 0.0109 0.000767 2.7 2.7 World msc + 2 169 -73.5 1.65e+03 0.0105 0.000435 2.8 5.5 World msc + 3 172 -73.1 1.65e+03 0.00881 0.00167 3.57 9.08 World msc + 4 175 -72.7 1.65e+03 0.0073 0.00151 3.62 12.7 World eIoni + 5 176 -71 1.65e+03 0.00629 0.00102 2.99 15.7 World eIoni + 6 178 -70.5 1.65e+03 0.00472 0.00157 2.6 18.3 World eIoni + 7 179 -70.8 1.64e+03 0.00277 0.00195 2.05 20.3 World eIoni + 8 180 -70.4 1.65e+03 0 0.00277 1.29 21.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -75.6 1.64e+03 0.00277 0 0 0 World initStep + 1 165 -76.1 1.64e+03 0.00101 0.00175 1.28 1.28 World eIoni + 2 165 -76.2 1.64e+03 0 0.00101 0.288 1.57 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -75.6 1.63e+03 0.00104 0 0 0 World initStep + 1 165 -75.5 1.63e+03 0 0.00104 0.299 0.299 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -75.6 1.63e+03 0.00138 0 0 0 World initStep + 1 165 -75.6 1.63e+03 0 0.00138 0.451 0.451 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 158 -76 1.41e+03 0.00153 0 0 0 World initStep + 1 159 -76.1 1.41e+03 0 0.00153 0.529 0.529 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 158 -76 1.41e+03 0.00154 0 0 0 World initStep + 1 159 -76 1.41e+03 0 0.00154 0.536 0.536 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 158 -76.1 1.4e+03 0.00297 0 0 0 World initStep + 1 158 -75.6 1.4e+03 0 0.00297 1.38 1.38 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 155 -76.4 1.31e+03 0.00142 0 0 0 World initStep + 1 156 -76.4 1.31e+03 0 0.00142 0.473 0.473 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 153 -76.7 1.22e+03 0.00963 0 0 0 World initStep + 1 151 -74.4 1.22e+03 0.00862 0.00101 4 4 World eIoni + 2 150 -71.8 1.22e+03 0.00606 0.00256 3.54 7.53 World eIoni + 3 150 -71.4 1.22e+03 0.00419 0.000499 0.678 8.21 World eIoni + 4 150 -71 1.22e+03 0.00222 0.00197 1.87 10.1 World eIoni + 5 150 -70.6 1.22e+03 0 0.00222 0.944 11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 150 -71.4 1.22e+03 0.00137 0 0 0 World initStep + 1 151 -71.3 1.22e+03 0 0.00137 0.449 0.449 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 152 -76.7 1.2e+03 0.00241 0 0 0 World initStep + 1 152 -76.3 1.2e+03 0 0.00241 1.08 1.08 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 151 -76.9 1.15e+03 0.00106 0 0 0 World initStep + 1 150 -76.8 1.15e+03 0 0.00106 0.308 0.308 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 150 -77 1.12e+03 0.00277 0 0 0 World initStep + 1 149 -76.9 1.12e+03 0.00162 0.000124 0.164 0.164 World eIoni + 2 149 -76.9 1.12e+03 0 0.00162 0.576 0.739 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 78 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 149 -76.9 1.12e+03 0.00103 0 0 0 World initStep + 1 150 -77 1.12e+03 0 0.00103 0.293 0.293 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 149 -77 1.09e+03 0.00299 0 0 0 World initStep + 1 149 -77.5 1.09e+03 0.00151 0.00148 1.39 1.39 World eIoni + 2 149 -77.4 1.09e+03 0 0.00151 0.519 1.91 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 147 -77.2 1.04e+03 0.00434 0 0 0 World initStep + 1 148 -77.6 1.04e+03 0.00316 0.00118 1.45 1.45 World eIoni + 2 149 -78.2 1.04e+03 0 0.00316 1.47 2.92 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 146 -77.3 990 0.00147 0 0 0 World initStep + 1 146 -77.1 990 0 0.00147 0.498 0.498 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 143 -77.3 920 0.00344 0 0 0 World initStep + 1 144 -78 920 0.0019 0.00154 1.59 1.59 World eIoni + 2 144 -77.8 920 0 0.0019 0.739 2.33 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 143 -77.3 898 0.00179 0 0 0 World initStep + 1 143 -77.4 898 0 0.00179 0.674 0.674 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 141 -77.2 834 0.00116 0 0 0 World initStep + 1 141 -77.1 834 0 0.00116 0.35 0.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 139 -77.2 777 0.00137 0 0 0 World initStep + 1 139 -77.2 777 0 0.00137 0.447 0.447 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 138 -77.2 766 0.0281 0 0 0 World initStep + 1 126 -77.7 777 0.0251 0.00297 19.1 19.1 World eIoni + 2 124 -77.7 780 0.0233 0.000553 3.61 22.7 World eIoni + 3 119 -75.2 792 0.0216 0.00174 14 36.7 World eIoni + 4 115 -76.5 803 0.0176 0.00396 12.4 49.1 World eIoni + 5 112 -77.5 805 0.00937 0.000594 4.18 53.3 World eIoni + 6 109 -75.9 806 0.00829 0.00108 3.88 57.2 World eIoni + 7 107 -75.2 805 0.00596 0.00232 3.39 60.5 World eIoni + 8 105 -74.1 805 0.00466 0.0013 2.48 63 World eIoni + 9 104 -74 805 0.00184 0.00282 2.03 65.1 World eIoni + 10 104 -74 805 0 0.00184 0.703 65.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 70 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 112 -77.5 805 0.00765 0 0 0 World initStep + 1 110 -79.5 805 0.00598 0.00167 3.13 3.13 World eIoni + 2 109 -80.5 805 0.00485 0.00114 2.49 5.62 World eIoni + 3 109 -79.4 805 0.00307 0.00178 2.09 7.71 World eIoni + 4 108 -79.5 806 0.00137 0.0017 1.43 9.14 World eIoni + 5 108 -79.4 806 0 0.00137 0.447 9.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 70 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 124 -77.7 780 0.00123 0 0 0 World initStep + 1 124 -77.8 780 0 0.00123 0.382 0.382 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 137 -77.1 734 0.0104 0 0 0 World initStep + 1 138 -73.4 735 0.00707 0.00332 4.37 4.37 World eIoni + 2 138 -71.3 735 0.00615 0.000922 2.9 7.27 World eIoni + 3 138 -70.6 737 0.0052 0.000948 2.55 9.82 World eIoni + 4 139 -70.4 737 0.00317 0.00204 2.22 12 World eIoni + 5 139 -70.7 737 0 0.00317 1.47 13.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 133 -76.5 587 0.001 0 0 0 World initStep + 1 133 -76.6 587 0 0.001 0.284 0.284 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 131 -76.1 522 0.00208 0 0 0 World initStep + 1 131 -76.3 522 0 0.00208 0.853 0.853 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 130 -76 506 0.00148 0 0 0 World initStep + 1 130 -75.8 506 0 0.00148 0.503 0.503 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 130 -75.9 481 0.00927 0 0 0 World initStep + 1 131 -78.1 483 0.00837 0.000899 3.83 3.83 World eIoni + 2 133 -78.5 485 0.00652 0.00186 3.26 7.1 World msc + 3 134 -78.5 486 0.00488 0.00164 2.69 9.78 World eIoni + 4 134 -78 487 0.00266 0.00222 2.1 11.9 World eIoni + 5 134 -77.8 488 0 0.00266 1.22 13.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 129 -75.8 468 0.00163 0 0 0 World initStep + 1 129 -75.7 468 0 0.00163 0.58 0.58 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 129 -75.6 446 0.00177 0 0 0 World initStep + 1 128 -75.8 446 0 0.00177 0.66 0.66 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -75.1 370 0.0041 0 0 0 World initStep + 1 126 -74.3 370 0.00237 0.00173 1.83 1.83 World eIoni + 2 126 -74.5 370 0 0.00237 1.05 2.88 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -75.1 366 0.00103 0 0 0 World initStep + 1 126 -75.2 366 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 126 -75 355 0.00207 0 0 0 World initStep + 1 126 -75.3 355 0 0.00207 0.842 0.842 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -74.9 334 0.00408 0 0 0 World initStep + 1 125 -75.9 335 0.00285 0.00123 1.83 1.83 World eIoni + 2 125 -76.1 334 0 0.00285 1.32 3.15 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 121 -73.9 174 0.00497 0 0 0 World initStep + 1 121 -75.2 174 0.00268 0.00229 2.14 2.14 World eIoni + 2 121 -75.6 175 0 0.00268 1.24 3.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 120 -73.6 123 0.00296 0 0 0 World initStep + 1 120 -73.8 124 0.00185 0.00111 1.38 1.38 World eIoni + 2 120 -73.7 124 0 0.00185 0.707 2.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 120 -73.6 122 0.00177 0 0 0 World initStep + 1 119 -73.5 122 0 0.00177 0.662 0.662 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 119 -73.5 103 0.00423 0 0 0 World initStep + 1 119 -73.4 103 0.00234 0.000201 0.496 0.496 World eIoni + 2 120 -73 103 0 0.00234 1.03 1.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 119 -73.4 103 0.00169 0 0 0 World initStep + 1 120 -73.4 103 0 0.00169 0.614 0.614 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 119 -73.5 94.4 0.00188 0 0 0 World initStep + 1 119 -73.2 94.5 0 0.00188 0.726 0.726 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 -72.8 -24.6 0.0174 0 0 0 World initStep + 1 111 -77.1 -19.4 0.0148 0.00261 8.82 8.82 World eIoni + 2 108 -82.8 -20.6 0.0135 0.00125 6.95 15.8 World eIoni + 3 108 -88.4 -19.5 0.0121 0.00144 6.13 21.9 World eIoni + 4 106 -92.5 -17.6 0.0111 0.00096 5.28 27.2 World eIoni + 5 105 -95.8 -16.2 0.00824 0.00286 4.74 31.9 World eIoni + 6 105 -98.3 -15.9 0.00705 0.00119 3.37 35.3 World eIoni + 7 107 -99.5 -15.6 0.00633 0.000723 2.89 38.2 World eIoni + 8 107 -99.5 -15.8 0.00502 8.31e-05 0.376 38.6 World eIoni + 9 105 -98.8 -16.1 0.00237 0.00265 2.15 40.7 World eIoni + 10 105 -98.4 -16.1 0 0.00237 1.05 41.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 107 -99.5 -15.8 0.00122 0 0 0 World initStep + 1 107 -99.5 -16 0 0.00122 0.376 0.376 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -72.6 -59.7 0.0143 0 0 0 World initStep + 1 114 -66.5 -59.8 0.0118 0.00248 6.64 6.64 World eIoni + 2 113 -63.5 -56.3 0.00892 0.00289 5.14 11.8 World eIoni + 3 112 -65.2 -54.6 0.00719 0.00174 3.67 15.5 World eIoni + 4 111 -67.1 -53.7 0.00578 0.00141 2.94 18.4 World eIoni + 5 112 -68 -54.3 0.00405 0.00173 2.42 20.8 World eIoni + 6 112 -68.1 -55.3 0.00245 0.0016 1.82 22.6 World eIoni + 7 112 -67.7 -55.4 0 0.00245 1.1 23.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -72.5 -82.6 0.00118 0 0 0 World initStep + 1 114 -72.6 -82.6 0 0.00118 0.36 0.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 -72.3 -125 0.00111 0 0 0 World initStep + 1 113 -72.4 -125 0 0.00111 0.327 0.327 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 -71.8 -212 0.00278 0 0 0 World initStep + 1 110 -72.4 -212 0 0.00278 1.29 1.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 -71.6 -260 0.00117 0 0 0 World initStep + 1 109 -71.6 -260 0 0.00117 0.352 0.352 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 -71.6 -266 0.00421 0 0 0 World initStep + 1 109 -70.5 -266 0 0.00421 1.87 1.87 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 108 -71.4 -296 0.00127 0 0 0 World initStep + 1 108 -71.4 -296 0 0.00127 0.401 0.401 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 107 -71.3 -320 0.00192 0 0 0 World initStep + 1 107 -71.6 -319 0 0.00192 0.75 0.75 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 105 -71 -416 0.001 0 0 0 World initStep + 1 105 -70.9 -416 0 0.001 0.282 0.282 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 103 -70.9 -464 0.00247 0 0 0 World initStep + 1 103 -71.4 -464 0 0.00247 1.11 1.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 103 -70.8 -489 0.00145 0 0 0 World initStep + 1 103 -70.6 -489 0 0.00145 0.487 0.487 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 101 -70.3 -613 0.0011 0 0 0 World initStep + 1 101 -70.4 -613 0 0.0011 0.325 0.325 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 100 -70.1 -659 0.00411 0 0 0 World initStep + 1 99.7 -69.1 -659 0.00351 0.000598 1.84 1.84 World eIoni + 2 99.6 -68.3 -659 0 0.00351 1.61 3.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 99.6 -70 -682 0.00313 0 0 0 World initStep + 1 99.9 -70.6 -682 0.00191 0.00122 1.46 1.46 World eIoni + 2 100 -70.5 -682 0 0.00191 0.744 2.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 99.6 -70 -682 0.00299 0 0 0 World initStep + 1 99.1 -70.3 -682 0 0.00299 1.39 1.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 98.4 -69.7 -755 0.0028 0 0 0 World initStep + 1 98.6 -69.1 -755 0 0.0028 1.3 1.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 98.1 -69.6 -773 0.00125 0 0 0 World initStep + 1 98 -69.6 -773 0 0.00125 0.392 0.392 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 97.6 -69.4 -805 0.00155 0 0 0 World initStep + 1 97.8 -69.6 -805 0 0.00155 0.541 0.541 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 96.9 -69.3 -847 0.0218 0 0 0 World initStep + 1 100 -79.6 -846 0.0177 0.00282 11.7 11.7 World eIoni + 2 101 -80.9 -848 0.0151 0.000476 2.73 14.4 World eIoni + 3 107 -81.4 -851 0.0129 0.00224 7.18 21.6 World eIoni + 4 112 -83.3 -851 0.0102 0.00262 5.74 27.3 World eIoni + 5 115 -84.2 -849 0.00834 0.00189 4.29 31.6 World eIoni + 6 116 -85.3 -847 0.00728 0.00106 3.42 35 World eIoni + 7 117 -86.4 -844 0.0054 0.00188 2.98 38 World eIoni + 8 117 -87.1 -843 0.00399 0.0014 2.28 40.3 World eIoni + 9 117 -87.1 -842 0.00116 0.00283 1.8 42.1 World eIoni + 10 117 -87.2 -842 0 0.00116 0.35 42.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 101 -80.9 -848 0.00216 0 0 0 World initStep + 1 101 -81 -848 0.00194 0.000217 0.041 0.041 World eIoni + 2 101 -81.3 -848 0 0.00194 0.762 0.803 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 100 -79.6 -846 0.00122 0 0 0 World initStep + 1 100 -79.7 -846 0 0.00122 0.377 0.377 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.9 -68.9 -914 0.00112 0 0 0 World initStep + 1 96 -68.8 -914 0 0.00112 0.334 0.334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.8 -68.9 -917 0.00351 0 0 0 World initStep + 1 96.2 -69.6 -917 0 0.00351 1.61 1.61 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.4 -68.8 -941 0.00166 0 0 0 World initStep + 1 95.4 -68.5 -941 0 0.00166 0.596 0.596 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.4 -68.8 -943 0.012 0 0 0 World initStep + 1 92.4 -65.2 -942 0.0105 0.00153 5.25 5.25 World eIoni + 2 89 -64 -940 0.0086 0.00189 4.43 9.68 World eIoni + 3 87 -65.8 -939 0.00681 0.00179 3.53 13.2 World eIoni + 4 86.1 -66 -937 0.00392 0.00289 2.8 16 World eIoni + 5 86.4 -65.1 -937 0 0.00392 1.77 17.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.2 -68.7 -953 0.00155 0 0 0 World initStep + 1 95.4 -68.9 -953 0 0.00155 0.54 0.54 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95 -68.6 -968 0.00131 0 0 0 World initStep + 1 95 -68.8 -968 0 0.00131 0.416 0.416 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 94.7 -68.6 -986 0.00112 0 0 0 World initStep + 1 94.8 -68.6 -986 0 0.00112 0.333 0.333 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 93.7 -68.2 -1.05e+03 0.00121 0 0 0 World initStep + 1 93.7 -68.4 -1.05e+03 0 0.00121 0.371 0.371 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 93.2 -68.1 -1.08e+03 0.00128 0 0 0 World initStep + 1 93.4 -68.1 -1.08e+03 0 0.00128 0.403 0.403 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 93 -68.1 -1.09e+03 0.00171 0 0 0 World initStep + 1 92.8 -68.1 -1.09e+03 0 0.00171 0.625 0.625 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 92.8 -68 -1.1e+03 0.00161 0 0 0 World initStep + 1 92.8 -67.8 -1.1e+03 0 0.00161 0.57 0.57 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.6 -67.3 -1.24e+03 0.001 0 0 0 World initStep + 1 90.6 -67.4 -1.24e+03 0 0.001 0.282 0.282 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.1 -66.3 -1.42e+03 0.00119 0 0 0 World initStep + 1 88.1 -66.4 -1.42e+03 0 0.00119 0.362 0.362 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 87.6 -66.1 -1.45e+03 0.0071 0 0 0 World initStep + 1 85.8 -67.1 -1.45e+03 0.00407 0.00303 2.91 2.91 World eIoni + 2 85.3 -67.9 -1.45e+03 0.00218 0.00188 1.82 4.73 World eIoni + 3 85.5 -67.8 -1.45e+03 0 0.00218 0.92 5.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 86.9 -65.8 -1.5e+03 0.00319 0 0 0 World initStep + 1 86.5 -66.4 -1.5e+03 0 0.00319 1.48 1.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 83.9 -64.3 -1.74e+03 0.00117 0 0 0 World initStep + 1 84 -64.2 -1.74e+03 0 0.00117 0.355 0.355 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 83.4 -64 -1.78e+03 0.00146 0 0 0 World initStep + 1 83.4 -64.2 -1.78e+03 0 0.00146 0.49 0.49 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 83 -63.8 -1.81e+03 0.00104 0 0 0 World initStep + 1 82.9 -63.9 -1.81e+03 0 0.00104 0.297 0.297 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 83 -63.8 -1.81e+03 0.00398 0 0 0 World initStep + 1 82.1 -63.5 -1.81e+03 0.00176 0.00221 1.79 1.79 World eIoni + 2 82.2 -63.4 -1.81e+03 0 0.00176 0.657 2.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 81.6 -63.1 -1.92e+03 0.001 0 0 0 World initStep + 1 81.7 -63.1 -1.92e+03 0 0.001 0.283 0.283 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 81.3 -63 -1.95e+03 0.00233 0 0 0 World initStep + 1 81.4 -62.6 -1.95e+03 0 0.00233 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 80.4 -62.6 -2.02e+03 0.00108 0 0 0 World initStep + 1 80.5 -62.7 -2.02e+03 0 0.00108 0.316 0.316 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 80.3 -62.5 -2.03e+03 0.0024 0 0 0 World initStep + 1 80.4 -62.1 -2.03e+03 0 0.0024 1.07 1.07 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 78.9 -62.1 -2.13e+03 0.001 0 0 0 World initStep + 1 79 -62 -2.13e+03 0 0.001 0.283 0.283 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 78.8 -62 -2.14e+03 0.00118 0 0 0 World initStep + 1 78.7 -61.9 -2.14e+03 0 0.00118 0.358 0.358 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 78.6 -61.9 -2.16e+03 0.00865 0 0 0 World initStep + 1 77.3 -63.5 -2.16e+03 0.00762 0.00103 3.03 3.03 World msc + 2 77.5 -63.8 -2.16e+03 0.00588 0 0.711 3.74 World eIoni + 3 77 -64 -2.16e+03 0.00499 0.000889 2.45 6.19 World eIoni + 4 77.9 -64 -2.16e+03 0.00371 0.00128 2.14 8.34 World eIoni + 5 78.2 -63.7 -2.15e+03 0.00152 0.00218 1.69 10 World eIoni + 6 78.1 -63.5 -2.15e+03 0 0.00152 0.524 10.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 77.5 -63.8 -2.16e+03 0.00174 0 0 0 World initStep + 1 77.7 -64 -2.16e+03 0 0.00174 0.645 0.645 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 78.3 -61.8 -2.18e+03 0.00189 0 0 0 World initStep + 1 78 -61.9 -2.18e+03 0 0.00189 0.729 0.729 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 76.5 -61.1 -2.34e+03 0.00116 0 0 0 World initStep + 1 76.6 -61 -2.34e+03 0 0.00116 0.35 0.35 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 76.4 -61.1 -2.34e+03 0.00134 0 0 0 World initStep + 1 76.6 -61 -2.34e+03 0 0.00134 0.433 0.433 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 75.9 -60.9 -2.39e+03 0.00148 0 0 0 World initStep + 1 75.7 -60.8 -2.39e+03 0 0.00148 0.5 0.5 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 74.8 -60.5 -2.49e+03 0.0222 0 0 0 World initStep + 1 64.6 -54.1 -2.49e+03 0.02 0.00212 12.9 12.9 World eIoni + 2 59.3 -46 -2.49e+03 0.017 0.00305 11 23.9 World eIoni + 3 60.9 -38.8 -2.5e+03 0.0137 0.00331 8.54 32.5 World eIoni + 4 60.5 -33.3 -2.5e+03 0.0115 0.0022 6.24 38.7 World eIoni + 5 61.3 -28.9 -2.5e+03 0.0101 0.00135 4.95 43.7 World eIoni + 6 63.8 -28.8 -2.5e+03 0.00868 0.00144 4.24 47.9 World eIoni + 7 62.5 -26.3 -2.5e+03 0.0056 0.00308 3.56 51.5 World eIoni + 8 61.7 -25.4 -2.5e+03 0.00323 0.000713 1.56 53 World eIoni + 9 62.1 -24.9 -2.5e+03 0 0.00323 1.5 54.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 61.7 -25.4 -2.5e+03 0.00165 0 0 0 World initStep + 1 61.6 -25.2 -2.5e+03 0 0.00165 0.594 0.594 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 74 -60.3 -2.56e+03 0.00142 0 0 0 World initStep + 1 73.9 -60.4 -2.56e+03 0 0.00142 0.47 0.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 23.9 7.85 -2.61e+03 50 0 0 0 World initStep + 1 23.9 7.85 -2.58e+03 50 0.00804 33.6 33.6 World hIoni + 2 23.9 7.9 -2.44e+03 50 0.0241 135 169 World hIoni + 3 24 7.9 -2.42e+03 50 0.00507 28 197 World hIoni + 4 24 7.91 -2.4e+03 50 0.00289 18.5 216 World hIoni + 5 24 7.91 -2.39e+03 50 0.00265 11.8 227 World hIoni + 6 24 7.91 -2.37e+03 49.9 0.000788 10.6 238 World hIoni + 7 24.1 7.94 -2.25e+03 49.9 0.0205 123 360 World hIoni + 8 24.1 8.05 -2.15e+03 49.9 0.0178 102 462 World hIoni + 9 24.2 8.04 -2.13e+03 49.9 0.00424 23.4 486 World hIoni + 10 24.2 8.03 -2.1e+03 49.9 0.00608 26.9 513 World hIoni + 11 24.3 8.02 -2.06e+03 49.9 0.00542 35.8 549 World hIoni + 12 24.3 8.01 -2.03e+03 49.9 0.00568 31.4 580 World hIoni + 13 24.3 8.01 -2.03e+03 49.9 0.000207 1.33 581 World hIoni + 14 24.4 8.01 -1.99e+03 49.9 0.0115 44.5 626 World hIoni + 15 24.8 8.07 -1.81e+03 49.8 0.0324 178 803 World hIoni + 16 25.1 8.13 -1.69e+03 49.8 0.0201 123 926 World hIoni + 17 25.2 8.16 -1.65e+03 49.8 0.00701 37.1 964 World hIoni + 18 25.2 8.17 -1.63e+03 49.8 0.00404 15.1 979 World hIoni + 19 25.6 8.27 -1.51e+03 49.7 0.0272 123 1.1e+03 World hIoni + 20 25.7 8.33 -1.46e+03 49.7 0.00875 47.2 1.15e+03 World hIoni + 21 25.8 8.41 -1.4e+03 49.7 0.0115 65.8 1.21e+03 World hIoni + 22 25.9 8.45 -1.37e+03 49.7 0.00391 29.8 1.24e+03 World hIoni + 23 26.1 8.56 -1.3e+03 49.7 0.00987 71.5 1.32e+03 World hIoni + 24 26.6 8.78 -1.15e+03 49.6 0.0307 149 1.46e+03 World hIoni + 25 26.8 8.87 -1.08e+03 49.6 0.012 66.2 1.53e+03 World hIoni + 26 26.8 8.87 -1.08e+03 49.6 0.000457 2.64 1.53e+03 World hIoni + 27 26.9 8.87 -1.06e+03 49.6 0.003 16.8 1.55e+03 World hIoni + 28 27.5 8.91 -795 49.6 0.0442 267 1.82e+03 World hIoni + 29 27.5 8.9 -773 49.6 0.00462 21.8 1.84e+03 World hIoni + 30 27.8 8.88 -695 49.5 0.0161 77.9 1.92e+03 World hIoni + 31 28.2 8.84 -594 49.5 0.0233 101 2.02e+03 World hIoni + 32 28.5 8.88 -542 49.5 0.0103 52 2.07e+03 World hIoni + 33 28.7 8.91 -501 49.5 0.00781 41.8 2.11e+03 World hIoni + 34 29.3 9.21 -362 49.5 0.0234 139 2.25e+03 World hIoni + 35 29.4 9.24 -356 49.5 0.000717 6.3 2.26e+03 World hIoni + 36 29.8 9.62 -279 49.4 0.0149 76.8 2.33e+03 World hIoni + 37 29.8 9.64 -276 49.4 0.000766 2.96 2.34e+03 World hIoni + 38 30.1 9.9 -227 49.4 0.00959 48.7 2.39e+03 World hIoni + 39 30.1 9.91 -226 49.4 0.000158 1.6 2.39e+03 World hIoni + 40 30.3 10.1 -194 49.4 0.00523 32 2.42e+03 World hIoni + 41 30.4 10.2 -183 49.4 0.00219 10.9 2.43e+03 World hIoni + 42 30.4 10.2 -179 49.4 0.000524 3.14 2.43e+03 World hIoni + 43 30.6 10.4 -152 49.4 0.00516 27.6 2.46e+03 World hIoni + 44 31.1 10.8 -71.4 49.4 0.0136 80.4 2.54e+03 World hIoni + 45 31.3 11 -36.2 49.4 0.00552 35.2 2.58e+03 World hIoni + 46 31.6 11.3 15.9 49.3 0.0105 52.2 2.63e+03 World hIoni + 47 31.7 11.4 33.4 49.3 0.00373 17.4 2.65e+03 World hIoni + 48 31.9 11.6 72.9 49.3 0.00554 39.6 2.69e+03 World hIoni + 49 32.5 12.3 216 49.3 0.0258 143 2.83e+03 World hIoni + 50 32.5 12.4 229 49.3 0.00333 13.5 2.84e+03 World hIoni + 51 32.6 12.5 246 49.3 0.00296 16.8 2.86e+03 World hIoni + 52 32.8 12.7 287 49.3 0.005 40.8 2.9e+03 World hIoni + 53 32.8 12.7 293 49.3 0.0017 6.3 2.91e+03 World hIoni + 54 32.8 12.7 294 49.3 0.000136 0.94 2.91e+03 World hIoni + 55 32.9 12.8 325 49.2 0.00826 31 2.94e+03 World hIoni + 56 33.9 13.9 538 49.2 0.0441 212 3.15e+03 World hIoni + 57 35.5 15.4 815 49.1 0.0516 277 3.43e+03 World hIoni + 58 35.7 15.5 850 49.1 0.00482 34.7 3.46e+03 World hIoni + 59 35.7 15.5 864 49.1 0.00139 14 3.48e+03 World hIoni + 60 35.9 15.6 913 49.1 0.00784 49.3 3.53e+03 World hIoni + 61 36.1 15.8 989 49.1 0.0154 76.4 3.6e+03 World hIoni + 62 36.2 15.8 1.01e+03 49.1 0.0057 19.7 3.62e+03 World hIoni + 63 36.3 15.8 1.04e+03 49.1 0.00346 32.6 3.65e+03 cloudPV CoupledTransportation + 64 36.3 15.9 1.04e+03 46.3 2.75 1.99 3.66e+03 World CoupledTransportation + 65 36.5 16 1.06e+03 46.3 0.00228 13.4 3.67e+03 cloudPV CoupledTransportation + 66 36.6 16 1.06e+03 43.8 2.53 1.92 3.67e+03 World CoupledTransportation + 67 37.1 16.8 1.09e+03 43.8 0.00538 29.5 3.7e+03 World hIoni + 68 37.5 17.4 1.11e+03 43.8 0.00504 25.8 3.73e+03 World hIoni + 69 37.5 17.5 1.12e+03 43.8 0.000108 1.85 3.73e+03 cloudPV CoupledTransportation + 70 37.6 17.5 1.12e+03 41.8 2 1.57 3.73e+03 World CoupledTransportation + 71 37.6 18.1 1.15e+03 41.8 0.00692 29.5 3.76e+03 World hIoni + 72 37.6 18.2 1.16e+03 41.8 0.00201 8.96 3.77e+03 World hIoni + 73 37.7 18.3 1.16e+03 41.8 0.000541 3.74 3.77e+03 World hIoni + 74 37.9 19.5 1.23e+03 41.8 0.0144 68.1 3.84e+03 World hIoni + 75 37.9 19.8 1.24e+03 41.7 0.00201 15.7 3.86e+03 cloudPV CoupledTransportation + 76 37.9 19.8 1.24e+03 41.4 0.365 0.279 3.86e+03 World CoupledTransportation + 77 38 20.5 1.27e+03 41.4 0.0055 28.9 3.89e+03 World hIoni + 78 38 20.6 1.28e+03 41.4 0.00146 6.2 3.89e+03 World hIoni + 79 38.1 21 1.29e+03 41.4 0.00268 14.6 3.91e+03 World hIoni + 80 38.3 22.6 1.36e+03 41.4 0.0125 67.5 3.97e+03 World hIoni + 81 38.3 22.9 1.38e+03 41.3 0.00202 14.7 3.99e+03 World hIoni + 82 38.6 24.9 1.46e+03 41.3 0.0163 84.4 4.07e+03 World hIoni + 83 38.7 25.4 1.48e+03 41.3 0.0038 21.1 4.09e+03 World hIoni + 84 39 27.4 1.56e+03 41.3 0.016 79.4 4.17e+03 World hIoni + 85 39.5 30 1.67e+03 41.3 0.0232 112 4.29e+03 World hIoni + 86 39.6 30.5 1.69e+03 41.3 0.00373 21.4 4.31e+03 World hIoni + 87 39.7 31 1.71e+03 41.3 0.00336 16.8 4.32e+03 World hIoni + 88 40.1 32.9 1.79e+03 41.2 0.0207 77.1 4.4e+03 World hIoni + 89 40.2 33.3 1.8e+03 41.2 0.00459 15.8 4.42e+03 World hIoni + 90 40.4 34 1.83e+03 41.2 0.00724 29.8 4.45e+03 World hIoni + 91 40.6 35 1.87e+03 41.2 0.00705 40.4 4.49e+03 World hIoni + 92 40.7 35.5 1.89e+03 41.2 0.00655 16.9 4.5e+03 World hIoni + 93 41 36.8 1.94e+03 41.2 0.00998 50.6 4.55e+03 World hIoni + 94 41.1 37.4 1.97e+03 41.2 0.00443 24.4 4.58e+03 World hIoni + 95 41.6 39.5 2.05e+03 41.2 0.0136 81.1 4.66e+03 World hIoni + 96 41.6 39.8 2.06e+03 41.2 0.00382 12.3 4.67e+03 World hIoni + 97 42.2 42.2 2.15e+03 41.1 0.021 91.8 4.76e+03 World hIoni + 98 42.2 42.5 2.16e+03 41.1 0.00202 11.8 4.78e+03 World hIoni + 99 42.9 45.5 2.28e+03 41.1 0.029 122 4.9e+03 World hIoni + 100 43.3 47 2.34e+03 41.1 0.00929 56.9 4.95e+03 World hIoni + 101 43.3 47.3 2.36e+03 41.1 0.00233 14 4.97e+03 World hIoni + 102 44 51.1 2.5e+03 41.1 0.0226 145 5.11e+03 World hIoni + 103 44.2 52.2 2.54e+03 41 0.00675 39.9 5.15e+03 World hIoni + 104 44.5 53.8 2.6e+03 41 0.014 60.3 5.21e+03 detectorPV CoupledTransportation + 105 44.5 53.8 2.6e+03 35.6 5.48 1.69 5.21e+03 detectorPV hIoni + 106 44.6 53.9 2.6e+03 31.2 4.32 1.35 5.22e+03 detectorPV hIoni + 107 44.6 54 2.6e+03 27 4.28 1.1 5.22e+03 detectorPV hIoni + 108 44.6 54 2.61e+03 22.8 4.13 0.885 5.22e+03 detectorPV hIoni + 109 44.6 54 2.61e+03 19.2 3.66 0.7 5.22e+03 detectorPV hIoni + 110 44.7 54.1 2.61e+03 15.9 3.31 0.555 5.22e+03 detectorPV hIoni + 111 44.7 54.1 2.61e+03 12.8 3.01 0.439 5.22e+03 detectorPV hIoni + 112 44.8 54.2 2.61e+03 10.1 2.77 0.348 5.22e+03 detectorPV hIoni + 113 44.8 54.2 2.61e+03 7.21 2.87 0.276 5.22e+03 detectorPV hIoni + 114 44.8 54.2 2.61e+03 4.3 2.91 0.21 5.22e+03 detectorPV hIoni + 115 44.8 54.2 2.61e+03 0.907 3.39 0.136 5.22e+03 detectorPV hIoni + 116 44.8 54.2 2.61e+03 0 0.907 0.0127 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.3 47.3 2.36e+03 0.00101 0 0 0 World initStep + 1 43.4 47.3 2.36e+03 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.3 47 2.34e+03 0.00736 0 0 0 World initStep + 1 42.8 46.9 2.34e+03 0.00522 0.000224 0.529 0.529 World eIoni + 2 41.7 46.1 2.34e+03 0.00221 0.00194 1.96 2.49 World eIoni + 3 41.6 45.8 2.34e+03 0 0.00221 0.94 3.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.7 46.1 2.34e+03 0.00107 0 0 0 World initStep + 1 41.7 46 2.34e+03 0 0.00107 0.311 0.311 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.8 46.9 2.34e+03 0.00191 0 0 0 World initStep + 1 42.6 47.1 2.34e+03 0 0.00191 0.746 0.746 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.9 45.5 2.28e+03 0.00118 0 0 0 World initStep + 1 42.8 45.6 2.28e+03 0 0.00118 0.359 0.359 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.2 42.5 2.16e+03 0.00205 0 0 0 World initStep + 1 42.2 42.1 2.16e+03 0 0.00205 0.831 0.831 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.2 42.2 2.15e+03 0.00404 0 0 0 World initStep + 1 42.7 42.6 2.15e+03 0.00211 0.000904 0.955 0.955 World eIoni + 2 42.9 42.9 2.15e+03 0 0.00211 0.873 1.83 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 76 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.7 42.6 2.15e+03 0.00103 0 0 0 World initStep + 1 42.7 42.7 2.15e+03 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 39.8 2.06e+03 0.00331 0 0 0 World initStep + 1 41.8 39.1 2.06e+03 0 0.00331 1.53 1.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 39.5 2.05e+03 0.00421 0 0 0 World initStep + 1 42.5 40.1 2.05e+03 0.00219 0.00202 1.87 1.87 World eIoni + 2 42.6 39.8 2.05e+03 0 0.00219 0.925 2.8 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 40.6 35 1.87e+03 0.00143 0 0 0 World initStep + 1 40.4 35 1.87e+03 0 0.00143 0.478 0.478 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.4 34 1.83e+03 0.00112 0 0 0 World initStep + 1 40.3 33.9 1.83e+03 0 0.00112 0.331 0.331 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.2 33.3 1.8e+03 0.00143 0 0 0 World initStep + 1 40.1 33.1 1.8e+03 0 0.00143 0.477 0.477 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.1 32.9 1.79e+03 0.0189 0 0 0 World initStep + 1 41.9 27.7 1.8e+03 0.0176 0.00132 10 10 World eIoni + 2 39.5 24 1.8e+03 0.016 0.00156 8.99 19 World eIoni + 3 38.7 23.2 1.81e+03 0.0102 0.00579 7.82 26.9 World eIoni + 4 38.2 25.4 1.81e+03 0.00877 0.00145 4.29 31.1 World eIoni + 5 38.6 28.2 1.81e+03 0.00683 0.00194 3.6 34.7 World eIoni + 6 38.1 26.2 1.81e+03 0.00565 0.00118 2.8 37.6 World eIoni + 7 36.9 25.8 1.81e+03 0.00303 0.00261 2.37 39.9 World eIoni + 8 36.9 25.3 1.81e+03 0.00187 0.00117 1.41 41.3 World eIoni + 9 36.8 25.1 1.81e+03 0 0.00187 0.718 42.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.7 31 1.71e+03 0.00211 0 0 0 World initStep + 1 39.8 30.6 1.71e+03 0 0.00211 0.87 0.87 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.6 30.5 1.69e+03 0.00383 0 0 0 World initStep + 1 38.8 30.1 1.69e+03 0.00135 0.00248 1.74 1.74 World eIoni + 2 38.7 29.9 1.69e+03 0 0.00135 0.439 2.18 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.5 30 1.67e+03 0.00464 0 0 0 World initStep + 1 38.5 29.3 1.67e+03 0.00107 0.00358 2.02 2.02 World eIoni + 2 38.5 29.4 1.67e+03 0 0.00107 0.309 2.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39 27.4 1.56e+03 0.00148 0 0 0 World initStep + 1 39.1 27.5 1.56e+03 0 0.00148 0.504 0.504 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.7 25.4 1.48e+03 0.00352 0 0 0 World initStep + 1 39.4 25.8 1.48e+03 0.00141 0.00211 1.62 1.62 World eIoni + 2 39.4 26 1.48e+03 0 0.00141 0.467 2.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.3 22.9 1.38e+03 0.00471 0 0 0 World initStep + 1 37.5 23.8 1.38e+03 0.00146 0.00326 2.05 2.05 World eIoni + 2 37.4 23.9 1.38e+03 0 0.00146 0.49 2.54 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.3 22.6 1.36e+03 0.0025 0 0 0 World initStep + 1 38.6 23 1.36e+03 0 0.0025 1.13 1.13 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.1 21 1.29e+03 0.00124 0 0 0 World initStep + 1 38 20.9 1.29e+03 0 0.00124 0.385 0.385 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38 20.6 1.28e+03 0.0019 0 0 0 World initStep + 1 38.2 20.9 1.28e+03 0 0.0019 0.739 0.739 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38 20.5 1.27e+03 0.00161 0 0 0 World initStep + 1 38.2 20.5 1.27e+03 0 0.00161 0.569 0.569 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.9 19.5 1.23e+03 0.00152 0 0 0 World initStep + 1 38.1 19.6 1.23e+03 0 0.00152 0.525 0.525 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.7 18.3 1.16e+03 0.00149 0 0 0 World initStep + 1 37.5 18.2 1.16e+03 0 0.00149 0.507 0.507 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.6 18.2 1.16e+03 0.00382 0 0 0 World initStep + 1 36.8 18.7 1.16e+03 0.00136 0.00246 1.73 1.73 World eIoni + 2 36.9 18.6 1.16e+03 0 0.00136 0.443 2.18 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.6 18.1 1.15e+03 0.00161 0 0 0 World initStep + 1 37.4 18 1.15e+03 0 0.00161 0.574 0.574 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.5 17.4 1.11e+03 0.00104 0 0 0 World initStep + 1 37.6 17.4 1.11e+03 0 0.00104 0.298 0.298 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.2 15.8 1.01e+03 0.00251 0 0 0 World initStep + 1 35.9 16.2 1.01e+03 0 0.00251 1.14 1.14 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.1 15.8 989 0.00104 0 0 0 World initStep + 1 36.1 15.8 989 0 0.00104 0.297 0.297 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.9 15.6 913 0.00438 0 0 0 World initStep + 1 36.6 16.5 913 0.00157 0.00281 1.93 1.93 World eIoni + 2 36.8 16.4 913 0 0.00157 0.548 2.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.7 15.5 864 0.0117 0 0 0 World initStep + 1 35.9 15.6 864 0.009 9.17e-05 0.273 0.273 World eIoni + 2 37.3 17 863 0.00693 0.000948 2.47 2.74 World eIoni + 3 38.1 17.3 863 0.0051 0.00064 0.939 3.68 World eIoni + 4 38.3 18.4 863 0.00379 0.00132 2.18 5.86 World eIoni + 5 38.3 18.9 863 0.00196 0.00183 1.72 7.58 World eIoni + 6 38.3 19.1 862 0 0.00196 0.775 8.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.1 17.3 863 0.00119 0 0 0 World initStep + 1 38.2 17.2 863 0 0.00119 0.361 0.361 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.3 17 863 0.00112 0 0 0 World initStep + 1 37.3 17.1 863 0 0.00112 0.333 0.333 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.9 15.6 864 0.00265 0 0 0 World initStep + 1 36.2 15.6 864 0 0.00265 0.885 0.885 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.7 15.5 850 0.0131 0 0 0 World initStep + 1 38.4 13.6 853 0.0111 0.00193 4.75 4.75 World msc + 2 39.9 16.1 856 0.00939 0.00174 4.76 9.52 World eIoni + 3 38.5 18.1 858 0.00778 0.00161 3.89 13.4 World eIoni + 4 36.8 19.4 860 0.00567 0.00211 3.18 16.6 World eIoni + 5 36.8 19.4 860 0.00382 8.94e-05 0.122 16.7 World eIoni + 6 36.9 19.3 861 0.00298 0.000847 1.74 18.4 World eIoni + 7 36.5 18.9 861 0 0.00298 1.39 19.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.8 19.4 860 0.00176 0 0 0 World initStep + 1 36.6 19.6 860 0 0.00176 0.655 0.655 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.5 15.4 815 0.00106 0 0 0 World initStep + 1 35.5 15.3 815 0 0.00106 0.306 0.306 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 33.9 13.9 538 0.0015 0 0 0 World initStep + 1 33.7 13.9 538 0 0.0015 0.514 0.514 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.9 12.8 325 0.0019 0 0 0 World initStep + 1 32.8 12.6 325 0 0.0019 0.739 0.739 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.8 12.7 294 0.00156 0 0 0 World initStep + 1 32.6 12.7 294 0 0.00156 0.544 0.544 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.8 12.7 293 0.0014 0 0 0 World initStep + 1 32.9 12.8 293 0 0.0014 0.463 0.463 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.8 12.7 287 0.0047 0 0 0 World initStep + 1 33.6 11.7 287 0.00356 0.00114 2.04 2.04 World eIoni + 2 33.6 11.4 286 0 0.00356 1.63 3.68 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.6 12.5 246 0.00112 0 0 0 World initStep + 1 32.7 12.3 246 0 0.00112 0.331 0.331 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.5 12.4 229 0.00115 0 0 0 World initStep + 1 32.5 12.5 229 0 0.00115 0.345 0.345 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.5 12.3 216 0.00172 0 0 0 World initStep + 1 32.7 12.5 216 0 0.00172 0.631 0.631 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.9 11.6 72.9 0.00271 0 0 0 World initStep + 1 32.4 11.8 73 0 0.00271 1.25 1.25 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.7 11.4 33.4 0.0299 0 0 0 World initStep + 1 17.2 2.8 40.8 0.0266 0.00337 21.3 21.3 World eIoni + 2 1.03 1.71 38.8 0.0222 0.00434 17.4 38.7 World eIoni + 3 -8.97 -3.35 34.2 0.0199 0.00232 13 51.7 World eIoni + 4 -11.6 -8.76 26 0.018 0.00194 10.9 62.6 World eIoni + 5 -5.43 -12.6 21.2 0.0161 0.00183 9.3 71.9 World eIoni + 6 -3.15 -11.3 14.4 0.0136 0.00256 7.92 79.8 World eIoni + 7 -4.58 -12.7 9.69 0.00834 0.00167 5.45 85.3 World eIoni + 8 -5.76 -12.6 7.35 0.00715 0.00119 3.41 88.7 World eIoni + 9 -6.63 -14.3 6.47 0.00656 0.000591 2.93 91.6 World eIoni + 10 -5.15 -13.1 6.11 0.00486 0.0017 2.7 94.3 World eIoni + 11 -4.86 -12.3 7.1 0.00252 0.00234 2.1 96.4 World eIoni + 12 -4.87 -12.5 6.65 0 0.00252 1.14 97.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.58 -12.7 9.69 0.00357 0 0 0 World initStep + 1 -4.35 -13.5 9.54 0.00249 0.00108 1.64 1.64 World eIoni + 2 -4.3 -13.9 9.75 0 0.00249 1.13 2.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.3 11 -36.2 0.00137 0 0 0 World initStep + 1 31.4 10.9 -36.2 0 0.00137 0.445 0.445 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.1 10.8 -71.4 0.0228 0 0 0 World initStep + 1 32.8 15.5 -67.5 0.0205 0.00117 6.61 6.61 World eIoni + 2 36.9 24.8 -64.2 0.0171 0.00348 11.5 18.1 World eIoni + 3 37.8 28.4 -59.3 0.0129 0.0028 6.49 24.6 World eIoni + 4 38.1 26.3 -55 0.0107 0.00219 5.13 29.7 World eIoni + 5 39.1 25.3 -51.6 0.00878 0.00195 4.55 34.2 World eIoni + 6 41.3 25.3 -49.8 0.00834 0.000447 3.61 37.8 World eIoni + 7 40.9 26.9 -51.8 0.00769 0.000642 3.41 41.3 World eIoni + 8 40.1 28.7 -53.2 0.00669 0.001 3.14 44.4 World eIoni + 9 40.8 26.9 -54 0.00506 0.00163 2.75 47.2 World eIoni + 10 39.9 25.9 -53.5 0.00381 0.00124 2.17 49.3 World eIoni + 11 39.5 26.4 -52.8 0 0.00381 1.73 51.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.8 28.4 -59.3 0.00134 0 0 0 World initStep + 1 37.8 28.2 -59.3 0 0.00134 0.43 0.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.8 15.5 -67.5 0.00109 0 0 0 World initStep + 1 32.9 15.5 -67.4 0 0.00109 0.318 0.318 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 30.6 10.4 -152 0.00499 0 0 0 World initStep + 1 31.8 10.9 -152 0.00352 0.00147 2.14 2.14 World eIoni + 2 31.5 10.6 -152 0.00183 0.000208 0.437 2.58 World eIoni + 3 31.3 10.6 -151 0 0.00183 0.695 3.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.5 10.6 -152 0.00149 0 0 0 World initStep + 1 31.5 10.8 -152 0 0.00149 0.506 0.506 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 30.4 10.2 -179 0.00283 0 0 0 World initStep + 1 30.7 10.7 -179 0 0.00283 1.32 1.32 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 30.3 10.1 -194 0.00863 0 0 0 World initStep + 1 27.9 10.5 -191 0.00747 0.00116 3.54 3.54 World eIoni + 2 26.2 10.4 -193 0.00627 0.0012 3.05 6.59 World eIoni + 3 26.1 11.9 -194 0.00198 0.0043 2.6 9.19 World eIoni + 4 26 12.2 -194 0 0.00198 0.786 9.98 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 29.8 9.64 -276 0.00234 0 0 0 World initStep + 1 29.7 10 -276 0 0.00234 1.03 1.03 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 29.8 9.62 -279 0.00356 0 0 0 World initStep + 1 29.8 10.5 -279 0.00175 0.00181 1.63 1.63 World eIoni + 2 29.6 10.7 -279 0 0.00175 0.649 2.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 29.4 9.24 -356 0.00106 0 0 0 World initStep + 1 29.3 9.29 -356 0 0.00106 0.306 0.306 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 29.3 9.21 -362 0.0016 0 0 0 World initStep + 1 29.5 9.36 -362 0 0.0016 0.566 0.566 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.7 8.91 -501 0.00113 0 0 0 World initStep + 1 28.7 8.79 -501 0 0.00113 0.338 0.338 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.5 8.88 -542 0.00437 0 0 0 World initStep + 1 28.5 8.89 -542 0.00296 0 0.0326 0.0326 World eIoni + 2 28.1 9.38 -542 0 0.00296 1.38 1.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.5 8.89 -542 0.00141 0 0 0 World initStep + 1 28.3 8.78 -542 0 0.00141 0.469 0.469 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.8 8.88 -695 0.00176 0 0 0 World initStep + 1 27.7 8.66 -695 0 0.00176 0.654 0.654 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.5 8.9 -773 0.0022 0 0 0 World initStep + 1 27.9 8.75 -773 0 0.0022 0.93 0.93 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.5 8.91 -795 0.00293 0 0 0 World initStep + 1 27.8 9.41 -795 0.00139 0.00154 1.36 1.36 World eIoni + 2 27.7 9.49 -795 0 0.00139 0.457 1.82 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.9 8.87 -1.06e+03 0.0122 0 0 0 World initStep + 1 31.6 8.03 -1.06e+03 0.0109 0.0013 5.22 5.22 World msc + 2 35.2 7.69 -1.06e+03 0.00907 0.0018 4.62 9.84 World eIoni + 3 35.9 7.19 -1.06e+03 0.00525 0.00019 0.989 10.8 World eIoni + 4 36.6 6.36 -1.06e+03 0.00305 0.0022 2.23 13.1 World eIoni + 5 37 6.71 -1.06e+03 0.00144 0.00161 1.33 14.4 World eIoni + 6 37.1 6.55 -1.06e+03 0 0.00144 0.484 14.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.9 7.19 -1.06e+03 0.00363 0 0 0 World initStep + 1 36.6 6.99 -1.06e+03 0.0022 0.00143 1.66 1.66 World eIoni + 2 36.6 6.9 -1.06e+03 0 0.0022 0.929 2.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.8 8.87 -1.08e+03 0.00437 0 0 0 World initStep + 1 26.9 9.55 -1.08e+03 0.00162 0.00275 0.871 0.871 World eIoni + 2 26.9 9.78 -1.08e+03 0 0.00162 0.574 1.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.8 8.87 -1.08e+03 0.00114 0 0 0 World initStep + 1 26.8 8.74 -1.08e+03 0 0.00114 0.341 0.341 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.6 8.78 -1.15e+03 0.00181 0 0 0 World initStep + 1 26.9 8.77 -1.15e+03 0 0.00181 0.686 0.686 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.1 8.56 -1.3e+03 0.00144 0 0 0 World initStep + 1 26.3 8.5 -1.3e+03 0 0.00144 0.482 0.482 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.9 8.45 -1.37e+03 0.00241 0 0 0 World initStep + 1 25.5 8.17 -1.37e+03 0 0.00241 1.08 1.08 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.8 8.41 -1.4e+03 0.0202 0 0 0 World initStep + 1 23.6 10.5 -1.4e+03 0.0119 0.000475 4.18 4.18 World eIoni + 2 25.7 13.3 -1.39e+03 0.0102 0.00178 5.21 9.39 World eIoni + 3 26.8 17 -1.39e+03 0.00851 0.00165 4.26 13.7 World eIoni + 4 25.4 18.5 -1.39e+03 0.00693 0.00158 3.49 17.1 World eIoni + 5 25.5 19.3 -1.39e+03 0.00356 0.000434 1.06 18.2 World eIoni + 6 26.1 19.8 -1.4e+03 0 0.00356 1.64 19.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.5 19.3 -1.39e+03 0.00294 0 0 0 World initStep + 1 25.1 19.8 -1.39e+03 0 0.00294 1.37 1.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 23.6 10.5 -1.4e+03 0.00783 0 0 0 World initStep + 1 22.3 10.2 -1.4e+03 0.00586 0.000744 1.44 1.44 World eIoni + 2 20.7 10.2 -1.39e+03 0.00231 0.00355 2.44 3.89 World eIoni + 3 20.8 10.5 -1.39e+03 0 0.00231 1.01 4.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.3 10.2 -1.4e+03 0.00123 0 0 0 World initStep + 1 22.4 10.1 -1.4e+03 0 0.00123 0.38 0.38 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.7 8.33 -1.46e+03 0.0011 0 0 0 World initStep + 1 25.6 8.26 -1.46e+03 0 0.0011 0.324 0.324 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.6 8.27 -1.51e+03 0.00584 0 0 0 World initStep + 1 25.3 9.07 -1.51e+03 0.00358 0.00117 1.15 1.15 World eIoni + 2 25.3 9.12 -1.51e+03 0 0.00358 1.64 2.79 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.3 9.07 -1.51e+03 0.00108 0 0 0 World initStep + 1 25.2 9.15 -1.51e+03 0 0.00108 0.316 0.316 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.2 8.17 -1.63e+03 0.00283 0 0 0 World initStep + 1 25.1 8.72 -1.63e+03 0.00113 0.0017 1.32 1.32 World eIoni + 2 25 8.66 -1.63e+03 0 0.00113 0.336 1.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.1 8.13 -1.69e+03 0.00845 0 0 0 World initStep + 1 23.9 10.3 -1.69e+03 0.00741 0.00104 2.93 2.93 World msc + 2 22.2 11 -1.69e+03 0.0063 0.0011 2.8 5.73 World msc + 3 21.4 10.9 -1.69e+03 0.00362 0.00268 2.61 8.34 World eIoni + 4 21.6 11 -1.69e+03 0.00202 0.0016 1.66 10 World eIoni + 5 21.5 10.9 -1.69e+03 0 0.00202 0.813 10.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.8 8.07 -1.81e+03 0.0223 0 0 0 World initStep + 1 13.2 9.47 -1.81e+03 0.0202 0.00204 13 13 World eIoni + 2 3.47 6.88 -1.81e+03 0.0179 0.00234 11.2 24.2 World eIoni + 3 -5.04 6.76 -1.81e+03 0.0162 0.00166 9.23 33.4 World eIoni + 4 -8 9.25 -1.81e+03 0.0136 0.0015 4.41 37.8 World eIoni + 5 -12.5 10.8 -1.81e+03 0.0116 0.00197 6.2 44 World eIoni + 6 -15.9 11.4 -1.81e+03 0.00797 0.00173 3.66 47.7 World eIoni + 7 -18.3 11.4 -1.81e+03 0.00659 0.00138 3.26 51 World eIoni + 8 -18 12.8 -1.81e+03 0.00499 0.00159 2.71 53.7 World eIoni + 9 -18.2 13 -1.81e+03 0.00368 0.000172 0.251 53.9 World eIoni + 10 -18.1 13.6 -1.81e+03 0.00199 0.00169 1.68 55.6 World eIoni + 11 -18.4 13.6 -1.81e+03 0 0.00199 0.792 56.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.2 13 -1.81e+03 0.00115 0 0 0 World initStep + 1 -18.3 13 -1.81e+03 0 0.00115 0.343 0.343 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.9 11.4 -1.81e+03 0.00194 0 0 0 World initStep + 1 -16 11.6 -1.81e+03 0 0.00194 0.762 0.762 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8 9.25 -1.81e+03 0.00111 0 0 0 World initStep + 1 -7.93 9.35 -1.81e+03 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.4 8.01 -1.99e+03 0.00276 0 0 0 World initStep + 1 24.3 8.55 -1.99e+03 0.00107 0.00169 1.28 1.28 World eIoni + 2 24.4 8.55 -1.99e+03 0 0.00107 0.312 1.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.3 8.02 -2.06e+03 0.00205 0 0 0 World initStep + 1 24.1 7.74 -2.06e+03 0 0.00205 0.83 0.83 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.2 8.03 -2.1e+03 0.00193 0 0 0 World initStep + 1 23.9 8.04 -2.1e+03 0 0.00193 0.757 0.757 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.2 8.04 -2.13e+03 0.00188 0 0 0 World initStep + 1 23.9 7.99 -2.13e+03 0 0.00188 0.727 0.727 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.1 7.94 -2.25e+03 0.00519 0 0 0 World initStep + 1 25.4 7.53 -2.25e+03 0.00239 0.0028 2.21 2.21 World eIoni + 2 25.4 7.21 -2.25e+03 0 0.00239 1.06 3.28 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 24 7.91 -2.37e+03 0.00106 0 0 0 World initStep + 1 24.1 7.91 -2.37e+03 0 0.00106 0.306 0.306 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 24 7.91 -2.39e+03 0.0013 0 0 0 World initStep + 1 24 7.76 -2.39e+03 0 0.0013 0.412 0.412 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 24 7.91 -2.4e+03 0.00245 0 0 0 World initStep + 1 23.9 8.35 -2.4e+03 0 0.00245 1.1 1.1 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 24 7.9 -2.42e+03 0.00121 0 0 0 World initStep + 1 23.9 8 -2.42e+03 0 0.00121 0.373 0.373 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 23.9 7.9 -2.44e+03 0.00121 0 0 0 World initStep + 1 24 8.04 -2.44e+03 0 0.00121 0.371 0.371 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 23.9 7.85 -2.58e+03 0.00107 0 0 0 World initStep + 1 23.8 7.77 -2.58e+03 0 0.00107 0.309 0.309 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.1 64 -2.61e+03 50 0 0 0 World initStep + 1 -18.1 64 -2.55e+03 50 0.0106 62.4 62.4 World hIoni + 2 -18.1 64 -2.54e+03 50 0.000769 7.31 69.7 World hIoni + 3 -18.1 64 -2.54e+03 50 0.000869 4.37 74.1 World hIoni + 4 -18 64 -2.5e+03 50 0.00871 42.9 117 World hIoni + 5 -18 64 -2.49e+03 50 0.00115 4.52 121 World hIoni + 6 -18 63.9 -2.45e+03 50 0.00813 45.2 167 World hIoni + 7 -18 63.9 -2.41e+03 49.9 0.00617 37.9 205 World hIoni + 8 -17.9 63.8 -2.36e+03 49.9 0.0073 50.7 255 World hIoni + 9 -17.9 63.8 -2.35e+03 49.9 7.15e-05 3.06 258 World hIoni + 10 -17.9 63.8 -2.31e+03 49.9 0.00688 47.9 306 World hIoni + 11 -17.8 63.7 -2.29e+03 49.9 0.0044 20.2 326 World hIoni + 12 -17.8 63.7 -2.28e+03 49.9 0.000254 3.17 330 World hIoni + 13 -17.8 63.6 -2.24e+03 49.9 0.00568 45.2 375 World hIoni + 14 -17.8 63.5 -2.23e+03 49.9 0.00145 8.91 384 World hIoni + 15 -17.7 63.5 -2.19e+03 49.9 0.0092 42.1 426 World hIoni + 16 -17.7 63.4 -2.15e+03 49.9 0.00471 34.8 461 World hIoni + 17 -17.7 63.1 -2.09e+03 49.9 0.0126 61.6 522 World hIoni + 18 -17.8 63 -2.05e+03 49.9 0.0058 36.7 559 World hIoni + 19 -17.8 62.8 -2.02e+03 49.9 0.0068 35.5 594 World hIoni + 20 -17.8 62.7 -1.99e+03 49.8 0.00488 29.5 624 World hIoni + 21 -17.9 62.2 -1.82e+03 49.8 0.0325 166 790 World hIoni + 22 -18 62.1 -1.79e+03 49.8 0.00467 35.4 825 World hIoni + 23 -18.1 61.6 -1.65e+03 49.8 0.0229 134 959 World hIoni + 24 -18.2 61.4 -1.58e+03 49.8 0.0128 74 1.03e+03 World hIoni + 25 -18.6 61 -1.38e+03 49.7 0.0374 203 1.24e+03 World hIoni + 26 -18.6 60.9 -1.35e+03 49.7 0.00429 29.9 1.27e+03 World hIoni + 27 -18.7 60.9 -1.31e+03 49.7 0.00446 32.5 1.3e+03 World hIoni + 28 -18.9 60.8 -1.24e+03 49.6 0.0167 75.3 1.37e+03 World hIoni + 29 -19 60.8 -1.21e+03 49.6 0.00697 32.8 1.41e+03 World hIoni + 30 -19 60.7 -1.19e+03 49.6 0.00271 11.9 1.42e+03 World hIoni + 31 -19.1 60.7 -1.18e+03 49.6 0.00246 16.7 1.44e+03 World hIoni + 32 -19.1 60.7 -1.17e+03 49.6 0.00153 9.97 1.45e+03 World hIoni + 33 -19.3 60.7 -1.08e+03 49.6 0.0184 89.2 1.53e+03 World hIoni + 34 -19.4 60.7 -1.07e+03 49.6 0.00133 12.3 1.55e+03 World hIoni + 35 -19.4 60.6 -1.02e+03 49.6 0.00384 41.3 1.59e+03 World hIoni + 36 -19.6 60.5 -932 49.6 0.0182 92.7 1.68e+03 World hIoni + 37 -19.6 60.5 -925 49.5 0.00184 7.14 1.69e+03 World hIoni + 38 -19.8 60.5 -832 49.5 0.0158 93 1.78e+03 World hIoni + 39 -19.8 60.4 -798 49.5 0.00824 33.2 1.81e+03 World hIoni + 40 -19.8 60.4 -795 49.5 0.000533 3.65 1.82e+03 World hIoni + 41 -20 60.4 -728 49.5 0.0101 67.3 1.89e+03 World hIoni + 42 -20.1 60.3 -612 49.5 0.0209 116 2e+03 World hIoni + 43 -20.1 60.2 -542 49.5 0.0148 70.3 2.07e+03 World hIoni + 44 -20.1 60.2 -520 49.5 0.00277 22.2 2.09e+03 World hIoni + 45 -20.1 60.2 -495 49.5 0.00473 24.2 2.12e+03 World hIoni + 46 -20 60.2 -356 49.4 0.0264 139 2.26e+03 World hIoni + 47 -20 60.2 -354 49.4 0.000192 2.56 2.26e+03 World hIoni + 48 -20 60.2 -285 49.4 0.0127 69.2 2.33e+03 World hIoni + 49 -20 60.2 -281 49.4 0.000211 3.44 2.33e+03 World hIoni + 50 -20 60.2 -250 49.4 0.00763 31.3 2.36e+03 World hIoni + 51 -20 60.2 -230 49.4 0.00327 19.7 2.38e+03 World hIoni + 52 -20 60.1 -198 49.4 0.00396 32 2.41e+03 World hIoni + 53 -20 60.1 -176 49.4 0.0029 22.3 2.44e+03 World hIoni + 54 -19.9 60 -67.4 49.4 0.0224 108 2.55e+03 World hIoni + 55 -19.9 60 -66.8 49.4 8.36e-05 0.596 2.55e+03 World hIoni + 56 -19.9 60 -33.1 49.4 0.00582 33.7 2.58e+03 World hIoni + 57 -19.9 59.9 17 49.3 0.00791 50.1 2.63e+03 World hIoni + 58 -19.9 59.9 27.6 49.3 0.00108 10.6 2.64e+03 World hIoni + 59 -19.9 59.9 43.8 49.3 0.00486 16.2 2.66e+03 World hIoni + 60 -20 59.9 102 49.3 0.0134 58.2 2.71e+03 World hIoni + 61 -20 59.9 110 49.3 0.00242 8.36 2.72e+03 World hIoni + 62 -20 59.9 146 49.3 0.00385 35.4 2.76e+03 cloudPV CoupledTransportation + 63 -20 59.9 147 47.5 1.8 1.44 2.76e+03 World CoupledTransportation + 64 -19.5 59.6 207 47.5 0.00973 59.4 2.82e+03 World hIoni + 65 -19 59.3 267 47.5 0.0105 60.2 2.88e+03 World hIoni + 66 -18.6 59.1 306 47.5 0.00862 39.4 2.92e+03 World hIoni + 67 -18.5 59.1 321 47.5 0.00232 14.8 2.93e+03 World hIoni + 68 -18.4 59 333 47.4 0.00161 11.7 2.95e+03 World hIoni + 69 -18.4 59 333 47.4 2.93e-07 0.00156 2.95e+03 World hIoni + 70 -18.3 59 341 47.4 0.00112 8.75 2.95e+03 World hIoni + 71 -16.9 58.5 494 47.4 0.0253 153 3.11e+03 World hIoni + 72 -16.5 58.3 539 47.4 0.00708 44.7 3.15e+03 World hIoni + 73 -16.1 58 589 47.4 0.00508 49.6 3.2e+03 World hIoni + 74 -16.1 58 593 47.4 0.000433 4.11 3.21e+03 World hIoni + 75 -16 58 599 47.4 0.0011 6.7 3.21e+03 World hIoni + 76 -14.9 57.5 726 47.4 0.021 127 3.34e+03 World hIoni + 77 -14.8 57.5 730 47.4 0.000549 3.05 3.34e+03 World hIoni + 78 -13.3 56.9 860 47.3 0.0269 130 3.47e+03 World hIoni + 79 -13 56.8 891 47.3 0.00491 31.1 3.5e+03 World hIoni + 80 -12.8 56.7 910 47.3 0.00237 19.2 3.52e+03 World hIoni + 81 -12.6 56.7 921 47.3 0.00267 10.9 3.53e+03 World hIoni + 82 -11.9 56.4 980 47.3 0.00963 59 3.59e+03 World hIoni + 83 -11.8 56.4 984 47.3 0.000649 4.24 3.6e+03 World hIoni + 84 -11.4 56.3 1.01e+03 47.3 0.00723 30.6 3.63e+03 World hIoni + 85 -11 56.1 1.05e+03 47.3 0.00433 32.3 3.66e+03 World hIoni + 86 -10.9 56.1 1.05e+03 47.3 0.00229 7.91 3.67e+03 World hIoni + 87 -9.34 55.5 1.17e+03 47.3 0.0195 112 3.78e+03 World hIoni + 88 -9.12 55.4 1.18e+03 47.3 0.00371 16.9 3.8e+03 World hIoni + 89 -8.08 55.1 1.26e+03 47.3 0.0136 75.7 3.87e+03 World hIoni + 90 -7.12 54.7 1.33e+03 47.2 0.0163 70.2 3.94e+03 World hIoni + 91 -6.49 54.5 1.38e+03 47.2 0.00975 49.7 3.99e+03 World hIoni + 92 -6.33 54.5 1.39e+03 47.2 0.00149 11.3 4e+03 World hIoni + 93 -6 54.4 1.42e+03 47.2 0.00375 24.4 4.03e+03 World hIoni + 94 -4.73 54 1.5e+03 47.2 0.0188 89.6 4.12e+03 World hIoni + 95 -4.3 53.9 1.53e+03 47.2 0.00602 30.1 4.15e+03 World hIoni + 96 -3.96 53.8 1.56e+03 47.2 0.00405 24.2 4.17e+03 World hIoni + 97 -3.55 53.6 1.59e+03 47.1 0.00561 28.2 4.2e+03 World hIoni + 98 -2.4 53.2 1.67e+03 47.1 0.0143 85.6 4.29e+03 World hIoni + 99 -1.11 52.6 1.77e+03 47.1 0.0217 93.8 4.38e+03 World hIoni + 100 0.834 51.9 1.91e+03 47.1 0.0338 145 4.52e+03 World hIoni + 101 1.37 51.6 1.95e+03 47.1 0.00479 41.7 4.57e+03 cloudPV CoupledTransportation + 102 1.38 51.6 1.95e+03 45.9 1.15 0.962 4.57e+03 World CoupledTransportation + 103 1.52 51.5 1.99e+03 45.9 0.00664 33.7 4.6e+03 World hIoni + 104 1.9 51.3 2.07e+03 45.9 0.0173 85.4 4.69e+03 World hIoni + 105 2.12 51.2 2.12e+03 45.9 0.00888 46.3 4.73e+03 World hIoni + 106 2.13 51.2 2.12e+03 45.9 0.000376 3.3 4.74e+03 World hIoni + 107 2.25 51.2 2.15e+03 45.8 0.00367 23.9 4.76e+03 World hIoni + 108 2.44 51.2 2.18e+03 45.8 0.00814 36.3 4.8e+03 World hIoni + 109 2.58 51.2 2.22e+03 45.8 0.00564 32.5 4.83e+03 World hIoni + 110 2.84 51.1 2.27e+03 45.8 0.0105 56.9 4.89e+03 World hIoni + 111 3.37 51.1 2.39e+03 45.8 0.0224 121 5.01e+03 World hIoni + 112 3.55 51 2.43e+03 45.8 0.00958 39.6 5.05e+03 World hIoni + 113 3.96 50.9 2.53e+03 45.8 0.0207 95 5.14e+03 World hIoni + 114 4.07 50.9 2.55e+03 45.8 0.00435 18.9 5.16e+03 World hIoni + 115 4.37 50.9 2.6e+03 45.7 0.00807 52.2 5.21e+03 detectorPV CoupledTransportation + 116 4.39 50.9 2.6e+03 40 5.77 2.02 5.21e+03 detectorPV hIoni + 117 4.38 50.9 2.6e+03 35 4.97 1.62 5.22e+03 detectorPV hIoni + 118 4.38 50.9 2.6e+03 30.1 4.87 1.32 5.22e+03 detectorPV hIoni + 119 4.35 50.9 2.61e+03 25.8 4.3 1.04 5.22e+03 detectorPV hIoni + 120 4.3 50.9 2.61e+03 22.1 3.7 0.833 5.22e+03 detectorPV hIoni + 121 4.26 50.9 2.61e+03 0 2.75 0.549 5.22e+03 detectorPV protonInelastic + +********************************************************************************************************* +* G4Track Information: Particle = Al26, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.26 50.9 2.61e+03 0.841 0 0 0 detectorPV initStep + 1 4.26 50.9 2.61e+03 0 0.841 0.000725 0.000725 detectorPV ionIoni + 2 4.26 50.9 2.61e+03 0 0 0 0.000725 detectorPV NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.26 50.9 2.61e+03 0.0721 0 0 0 detectorPV initStep + 1 7.64 57 2.62e+03 0.0663 0 10.6 10.6 detectorPV compt + 2 4.23 75 2.61e+03 0.0663 0 18.5 29.1 detectorPV detectorMesh + 3 1.88 87.4 2.61e+03 0 0.00156 12.8 41.9 detectorPV phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.88 87.4 2.61e+03 0.0648 0 0 0 detectorPV initStep + 1 1.88 87.4 2.61e+03 0.0618 0.00298 0.0015 0.0015 detectorPV msc + 2 1.88 87.4 2.61e+03 0 0.0618 0.0307 0.0322 detectorPV eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.64 57 2.62e+03 0.00574 0 0 0 detectorPV initStep + 1 7.64 57 2.62e+03 0 0.00574 0.000522 0.000522 detectorPV eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.26 50.9 2.61e+03 0.218 0 0 0 detectorPV initStep + 1 0 50.1 2.61e+03 0.218 0 4.36 4.36 detectorPV detectorMesh + 2 -0.863 50 2.61e+03 0.218 0 0.883 5.25 detectorPV detectorMesh + 3 -13.7 47.8 2.61e+03 0.207 0.0103 13.2 18.4 detectorPV hadElastic + 4 -15.5 50 2.61e+03 0.207 0 3.19 21.6 detectorPV detectorMesh + 5 -25 62.2 2.6e+03 0.207 0 17.5 39.1 detectorPV detectorMesh + 6 -25.2 62.4 2.6e+03 0.207 0 0.356 39.4 World CoupledTransportation + 7 -192 275 2.46e+03 0.207 0 306 345 OutOfWorld CoupledTransportation + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.26 50.9 2.61e+03 5.2 0 0 0 detectorPV initStep + 1 4.1 50.9 2.61e+03 1.94 3.25 0.162 0.162 detectorPV hIoni + 2 4.06 50.8 2.61e+03 0 1.94 0.0406 0.203 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.07 50.9 2.55e+03 0.00131 0 0 0 World initStep + 1 4.11 50.8 2.55e+03 0 0.00131 0.418 0.418 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.55 51 2.43e+03 0.00155 0 0 0 World initStep + 1 3.7 50.9 2.43e+03 0 0.00155 0.538 0.538 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.37 51.1 2.39e+03 0.00207 0 0 0 World initStep + 1 3.62 51.3 2.39e+03 0 0.00207 0.846 0.846 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.84 51.1 2.27e+03 0.00223 0 0 0 World initStep + 1 2.92 51.5 2.27e+03 0 0.00223 0.955 0.955 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.44 51.2 2.18e+03 0.00158 0 0 0 World initStep + 1 2.25 51.1 2.18e+03 0 0.00158 0.555 0.555 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.25 51.2 2.15e+03 0.00817 0 0 0 World initStep + 1 2.06 50.2 2.15e+03 0.00651 0.00166 1.3 1.3 World msc + 2 1.93 49.7 2.15e+03 0.00586 0.00065 0.999 2.3 World msc + 3 2.05 49.4 2.15e+03 0.00437 0.000257 0.744 3.05 World eIoni + 4 2.11 49.4 2.15e+03 0.00425 0.000123 0.168 3.22 cloudPV CoupledTransportation + 5 2.11 49.4 2.15e+03 0.00425 0 2.61e-05 3.22 cloudPV msc + 6 2.11 49.4 2.15e+03 0.00418 6.36e-05 2.35e-05 3.22 cloudPV msc + 7 2.11 49.4 2.15e+03 0.00411 7.55e-05 2.31e-05 3.22 cloudPV msc + 8 2.11 49.4 2.15e+03 0.00408 2.45e-05 2.98e-05 3.22 cloudPV msc + 9 2.11 49.4 2.15e+03 0.00408 3.95e-07 3.83e-05 3.22 cloudPV msc + 10 2.11 49.4 2.15e+03 0.0027 0.00138 5.25e-05 3.22 cloudPV msc + 11 2.11 49.4 2.15e+03 0.00245 0.000254 9.37e-05 3.22 cloudPV msc + 12 2.11 49.4 2.15e+03 0.0017 0.000747 0.000103 3.22 cloudPV msc + 13 2.11 49.4 2.15e+03 0 0.0017 0.00013 3.22 cloudPV eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.05 49.4 2.15e+03 0.00123 0 0 0 World initStep + 1 2.06 49.4 2.15e+03 0.00116 6.67e-05 0.0626 0.0626 World msc + 2 2.1 49.4 2.15e+03 0.00103 0.000132 0.0768 0.139 World msc + 3 2.12 49.4 2.15e+03 0 0.00103 0.0812 0.221 World msc + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.12 51.2 2.12e+03 0.0042 0 0 0 World initStep + 1 1.13 50.8 2.12e+03 0.00254 0.00166 1.87 1.87 World eIoni + 2 1.33 50.5 2.12e+03 0 0.00254 1.16 3.03 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.9 51.3 2.07e+03 0.00419 0 0 0 World initStep + 1 2.08 50.9 2.07e+03 0.00202 0.000353 0.467 0.467 World eIoni + 2 2.27 50.8 2.07e+03 0 0.00202 0.816 1.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.08 50.9 2.07e+03 0.00181 0 0 0 World initStep + 1 2.07 50.7 2.07e+03 0 0.00181 0.686 0.686 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.52 51.5 1.99e+03 0.00171 0 0 0 World initStep + 1 1.67 51.7 1.99e+03 0 0.00171 0.627 0.627 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.11 52.6 1.77e+03 0.00161 0 0 0 World initStep + 1 -1.17 52.9 1.77e+03 0 0.00161 0.572 0.572 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.4 53.2 1.67e+03 0.00571 0 0 0 World initStep + 1 -3.92 52.7 1.67e+03 0.00469 0.00102 2.39 2.39 World eIoni + 2 -4.31 51.6 1.67e+03 0.00292 0.00177 2.04 4.44 World eIoni + 3 -4.3 51 1.67e+03 0.00123 0.00169 1.36 5.8 World eIoni + 4 -4.36 51.1 1.67e+03 0 0.00123 0.383 6.18 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.55 53.6 1.59e+03 0.0398 0 0 0 World initStep + 1 4.43 59.4 1.6e+03 0.0344 0.00299 14 14 World eIoni + 2 10.7 68.7 1.6e+03 0.0299 0.00264 11.7 25.8 World eIoni + 3 11.7 73.2 1.6e+03 0.0278 0.000405 4.72 30.5 World eIoni + 4 10.4 90.7 1.6e+03 0.0253 0.00245 18.7 49.2 World eIoni + 5 -0.00862 90.4 1.61e+03 0.022 0.00331 16.1 65.3 World eIoni + 6 -7.49 81.2 1.61e+03 0.0203 0.00168 12.8 78 World eIoni + 7 -7.74 72.4 1.61e+03 0.014 0.00115 9.3 87.3 World eIoni + 8 -9.35 68.1 1.6e+03 0.0116 0.0024 6.47 93.8 World eIoni + 9 -12.7 65.4 1.6e+03 0.00939 0.00224 5.03 98.8 World eIoni + 10 -14.3 63.8 1.6e+03 0.00829 0.0011 3.89 103 World eIoni + 11 -14.3 63.1 1.6e+03 0.0074 0.000891 3.39 106 World eIoni + 12 -14.4 62.8 1.6e+03 0.00594 0.00146 3.02 109 World eIoni + 13 -14.5 61.9 1.6e+03 0.00347 0.00247 2.47 112 World eIoni + 14 -14.1 61.8 1.6e+03 0.00199 0.00148 1.05 113 World eIoni + 15 -14.4 61.9 1.6e+03 0 0.00199 0.793 113 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.74 72.4 1.61e+03 0.00514 0 0 0 World initStep + 1 -7.83 72.3 1.61e+03 0.00497 0.000176 0.261 0.261 World msc + 2 -7.87 72.2 1.61e+03 0.00481 0.000151 0.238 0.499 World msc + 3 -7.94 72.1 1.61e+03 0.00472 9.65e-05 0.239 0.738 World msc + 4 -7.99 72 1.61e+03 0.00457 0.000152 0.243 0.98 World msc + 5 -8.01 72 1.61e+03 0.00454 2.78e-05 0.231 1.21 World msc + 6 -8.04 71.9 1.61e+03 0.00387 0.000667 0.229 1.44 World msc + 7 -8.1 71.8 1.61e+03 0.00386 1.15e-05 0.284 1.73 World msc + 8 -8.1 71.6 1.61e+03 0.00364 0.000219 0.357 2.08 World msc + 9 -8.18 71.5 1.61e+03 0.00335 0.000287 0.45 2.53 World msc + 10 -8.67 71.1 1.61e+03 0.00261 0.000741 0.768 3.3 World msc + 11 -9.1 70.9 1.61e+03 0 0.00261 1.2 4.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11.7 73.2 1.6e+03 0.00171 0 0 0 World initStep + 1 11.7 73.2 1.6e+03 0 0.00171 0.627 0.627 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 10.7 68.7 1.6e+03 0.00187 0 0 0 World initStep + 1 10.9 68.6 1.6e+03 0 0.00187 0.721 0.721 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.43 59.4 1.6e+03 0.00239 0 0 0 World initStep + 1 4.42 59.2 1.6e+03 0 0.00239 1.07 1.07 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.96 53.8 1.56e+03 0.00228 0 0 0 World initStep + 1 -3.72 54.1 1.56e+03 0 0.00228 0.989 0.989 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 -4.3 53.9 1.53e+03 0.00567 0 0 0 World initStep + 1 -3.74 52.4 1.54e+03 0.00404 0.00163 2.38 2.38 World eIoni + 2 -3.68 51.4 1.54e+03 0.00191 0.00213 1.81 4.19 World eIoni + 3 -3.47 51.5 1.54e+03 0 0.00191 0.743 4.94 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.33 54.5 1.39e+03 0.00117 0 0 0 World initStep + 1 -6.38 54.6 1.39e+03 0 0.00117 0.355 0.355 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.49 54.5 1.38e+03 0.00318 0 0 0 World initStep + 1 -6.47 53.8 1.38e+03 0 0.00318 1.48 1.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.34 55.5 1.17e+03 0.00111 0 0 0 World initStep + 1 -9.23 55.5 1.17e+03 0 0.00111 0.33 0.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.9 56.1 1.05e+03 0.00197 0 0 0 World initStep + 1 -10.9 56.4 1.05e+03 0 0.00197 0.78 0.78 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.8 56.4 984 0.00188 0 0 0 World initStep + 1 -11.6 56.2 984 0 0.00188 0.726 0.726 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.9 56.4 980 0.00176 0 0 0 World initStep + 1 -11.8 56.7 980 0 0.00176 0.654 0.654 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.6 56.7 921 0.00148 0 0 0 World initStep + 1 -12.7 56.5 921 0 0.00148 0.5 0.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 56.7 910 0.0081 0 0 0 World initStep + 1 -13.7 58.9 911 0.00617 0.00194 3.31 3.31 World eIoni + 2 -15.4 58.5 911 0.00499 0.00117 2.56 5.87 World eIoni + 3 -16.1 59.3 910 0.00344 0.00156 2.14 8.01 World eIoni + 4 -15.5 59.5 910 0.00122 0.00222 1.59 9.6 World eIoni + 5 -15.5 59.6 909 0 0.00122 0.375 9.98 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13 56.8 891 0.00182 0 0 0 World initStep + 1 -13.3 56.9 891 0 0.00182 0.692 0.692 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.8 57.5 730 0.00109 0 0 0 World initStep + 1 -14.7 57.5 730 0 0.00109 0.319 0.319 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.9 57.5 726 0.00103 0 0 0 World initStep + 1 -14.8 57.6 726 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16 58 599 0.011 0 0 0 World initStep + 1 -16.5 58 600 0.00818 6.28e-05 0.56 0.56 World eIoni + 2 -17.6 57.9 601 0.00615 0.000533 1.97 2.53 World eIoni + 3 -18.4 58.3 602 0.00516 0.00099 2.55 5.08 World eIoni + 4 -19.3 58.3 603 0.00326 0.000379 1.24 6.31 World eIoni + 5 -19.8 58.8 603 0 0.00326 1.51 7.82 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.3 58.3 603 0.00152 0 0 0 World initStep + 1 -19.4 58.2 603 0 0.00152 0.525 0.525 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.6 57.9 601 0.0015 0 0 0 World initStep + 1 -17.6 57.7 601 0 0.0015 0.513 0.513 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.5 58 600 0.00274 0 0 0 World initStep + 1 -16.9 57.9 599 0 0.00274 1.27 1.27 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.1 58 593 0.00102 0 0 0 World initStep + 1 -16.1 58.1 593 0 0.00102 0.292 0.292 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.1 58 589 0.00176 0 0 0 World initStep + 1 -16.1 58.3 589 0 0.00176 0.652 0.652 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.5 58.3 539 0.00114 0 0 0 World initStep + 1 -16.4 58.4 539 0 0.00114 0.339 0.339 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.3 59 341 0.00216 0 0 0 World initStep + 1 -18.5 58.7 342 0 0.00216 0.902 0.902 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.4 59 333 0.00106 0 0 0 World initStep + 1 -18.4 59.1 333 0 0.00106 0.305 0.305 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.4 59 333 0.0207 0 0 0 World initStep + 1 -15.2 48.8 334 0.019 0.00171 11.6 11.6 World eIoni + 2 -18.4 41.9 339 0.0173 0.00164 10.1 21.7 World eIoni + 3 -19 39.6 341 0.0141 0.00214 2.88 24.6 World eIoni + 4 -17 34.5 343 0.0107 0.00345 6.54 31.1 World eIoni + 5 -16.9 31.1 345 0.00778 0.00291 4.53 35.6 World eIoni + 6 -18.6 29 345 0.00484 0.00121 3.03 38.7 World eIoni + 7 -18.7 27.6 345 0.00274 0.0021 2.09 40.7 World eIoni + 8 -18.6 27.6 345 0 0.00274 1.27 42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.6 29 345 0.00173 0 0 0 World initStep + 1 -18.6 28.9 344 0 0.00173 0.639 0.639 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19 39.6 341 0.00105 0 0 0 World initStep + 1 -19.2 39.6 341 0 0.00105 0.304 0.304 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.5 59.1 321 0.00177 0 0 0 World initStep + 1 -18.2 59 321 0 0.00177 0.662 0.662 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.6 59.1 306 0.00235 0 0 0 World initStep + 1 -19 58.9 306 0 0.00235 1.03 1.03 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.5 59.6 207 0.001 0 0 0 World initStep + 1 -19.6 59.7 207 0 0.001 0.283 0.283 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 59.9 110 0.00159 0 0 0 World initStep + 1 -19.9 59.7 110 0 0.00159 0.558 0.558 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 59.9 102 0.00151 0 0 0 World initStep + 1 -19.8 59.7 102 0 0.00151 0.518 0.518 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 59.9 43.8 0.00134 0 0 0 World initStep + 1 -20.1 59.9 43.8 0 0.00134 0.431 0.431 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 59.9 27.6 0.00101 0 0 0 World initStep + 1 -19.8 60 27.6 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 59.9 17 0.001 0 0 0 World initStep + 1 -20 59.9 17 0 0.001 0.283 0.283 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 60 -33.1 0.00256 0 0 0 World initStep + 1 -19.5 60.3 -33 0 0.00256 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 60 -66.8 0.00303 0 0 0 World initStep + 1 -19.9 60.7 -66.7 0 0.00303 1.41 1.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 60 -67.4 0.00213 0 0 0 World initStep + 1 -19.7 60.3 -67.3 0 0.00213 0.882 0.882 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 60.1 -176 0.00112 0 0 0 World initStep + 1 -19.9 60.2 -176 0 0.00112 0.331 0.331 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 60.1 -198 0.00244 0 0 0 World initStep + 1 -20.2 59.8 -198 0 0.00244 1.1 1.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 60.2 -230 0.00207 0 0 0 World initStep + 1 -20.1 60.5 -230 0 0.00207 0.842 0.842 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 60.2 -250 0.0015 0 0 0 World initStep + 1 -20 60 -250 0 0.0015 0.512 0.512 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 60.2 -285 0.00243 0 0 0 World initStep + 1 -20.4 60.1 -285 0 0.00243 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 60.2 -354 0.00268 0 0 0 World initStep + 1 -19.5 60.3 -354 0 0.00268 1.23 1.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 60.2 -356 0.00129 0 0 0 World initStep + 1 -19.9 60.3 -356 0 0.00129 0.408 0.408 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.1 60.2 -495 0.00132 0 0 0 World initStep + 1 -20 60.2 -495 0 0.00132 0.422 0.422 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.1 60.2 -520 0.00233 0 0 0 World initStep + 1 -19.9 60.5 -519 0 0.00233 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.1 60.2 -542 0.00107 0 0 0 World initStep + 1 -20.2 60.2 -542 0 0.00107 0.31 0.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.1 60.3 -612 0.00286 0 0 0 World initStep + 1 -19.5 60.2 -612 0 0.00286 1.33 1.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20 60.4 -728 0.00163 0 0 0 World initStep + 1 -20 60.6 -727 0 0.00163 0.584 0.584 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.8 60.4 -798 0.00111 0 0 0 World initStep + 1 -19.8 60.3 -798 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 60.5 -925 0.0141 0 0 0 World initStep + 1 -21.5 56.8 -922 0.013 0.00103 5.21 5.21 World msc + 2 -22.8 51.9 -923 0.00975 0.00328 5.58 10.8 World msc + 3 -22.7 49.3 -920 0.00742 0.00233 4.06 14.8 World eIoni + 4 -24 50.3 -919 0.00509 0.00233 3.03 17.9 World eIoni + 5 -24.4 51.2 -918 0.00317 0.000737 1.98 19.9 World eIoni + 6 -24.5 51.5 -917 0.00131 0.00186 1.48 21.3 World eIoni + 7 -24.6 51.6 -917 0 0.00131 0.419 21.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.4 51.2 -918 0.00118 0 0 0 World initStep + 1 -24.4 51.1 -918 0 0.00118 0.357 0.357 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 60.5 -932 0.00582 0 0 0 World initStep + 1 -19.8 62.2 -931 0.00439 0.00143 2.43 2.43 World eIoni + 2 -20.5 61.4 -932 0.00277 0.00162 1.94 4.37 World eIoni + 3 -20.7 61.4 -932 0 0.00277 1.28 5.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.4 60.6 -1.02e+03 0.00276 0 0 0 World initStep + 1 -19.6 61.2 -1.02e+03 0.00133 0.00143 1.28 1.28 World eIoni + 2 -19.6 61.3 -1.02e+03 0 0.00133 0.43 1.71 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.4 60.7 -1.07e+03 0.00101 0 0 0 World initStep + 1 -19.3 60.6 -1.07e+03 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.3 60.7 -1.08e+03 0.0011 0 0 0 World initStep + 1 -19.4 60.7 -1.08e+03 0 0.0011 0.322 0.322 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.1 60.7 -1.18e+03 0.00635 0 0 0 World initStep + 1 -18.1 59.5 -1.18e+03 0.0048 0.00154 1.74 1.74 World msc + 2 -17.4 58.4 -1.18e+03 0.0014 0.0034 2.08 3.82 World eIoni + 3 -17.5 58.3 -1.18e+03 0 0.0014 0.462 4.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19 60.8 -1.21e+03 0.00378 0 0 0 World initStep + 1 -18.6 61.6 -1.21e+03 0.00179 0.00199 1.67 1.67 World eIoni + 2 -18.5 61.4 -1.21e+03 0 0.00179 0.674 2.34 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.7 60.9 -1.31e+03 0.0342 0 0 0 World initStep + 1 2.38 69.4 -1.3e+03 0.03 0.00415 26.7 26.7 World eIoni + 2 18.6 79.4 -1.3e+03 0.0269 0.00307 21.4 48 World eIoni + 3 35.2 79.9 -1.3e+03 0.0241 0.00281 17.8 65.9 World eIoni + 4 48.8 76.8 -1.3e+03 0.0207 0.00339 14.9 80.7 World eIoni + 5 48.8 76.9 -1.3e+03 0.0207 5.98e-05 0.195 80.9 World eIoni + 6 47.1 80.9 -1.31e+03 0.0181 0.00264 11.6 92.5 World eIoni + 7 46.6 86.6 -1.31e+03 0.0161 0.00198 9.36 102 World eIoni + 8 47.9 89.7 -1.32e+03 0.0133 0.00136 4.99 107 World eIoni + 9 47.8 94.3 -1.32e+03 0.0123 0.00101 6.02 113 World eIoni + 10 47 95.8 -1.32e+03 0.0104 0.00189 5.42 118 World eIoni + 11 47.3 97.1 -1.33e+03 0.00784 0.00258 4.39 123 World eIoni + 12 49.4 97.2 -1.33e+03 0.00327 0.00457 3.2 126 World eIoni + 13 49.8 97.1 -1.33e+03 0 0.00327 1.52 127 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.9 89.7 -1.32e+03 0.00138 0 0 0 World initStep + 1 47.9 89.7 -1.32e+03 0 0.00138 0.454 0.454 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.6 60.9 -1.35e+03 0.025 0 0 0 World initStep + 1 -23.9 51.9 -1.34e+03 0.0222 0.00278 15.7 15.7 World eIoni + 2 -22.9 42.5 -1.33e+03 0.0179 0.00435 13 28.7 World eIoni + 3 -21.9 35 -1.33e+03 0.0146 0.00329 9.23 38 World eIoni + 4 -25.2 30.4 -1.32e+03 0.0124 0.00216 6.84 44.8 World eIoni + 5 -26.3 26.2 -1.32e+03 0.00946 0.00296 5.48 50.3 World eIoni + 6 -26 23.6 -1.32e+03 0.00739 0.00207 3.92 54.2 World eIoni + 7 -26.8 21.7 -1.32e+03 0.00512 0.00227 3.02 57.2 World eIoni + 8 -27.6 21.7 -1.32e+03 0.00339 0.00172 2.19 59.4 World eIoni + 9 -28.4 21.4 -1.32e+03 0 0.00339 1.57 61 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.6 61 -1.38e+03 0.00128 0 0 0 World initStep + 1 -18.5 60.8 -1.38e+03 0 0.00128 0.403 0.403 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18 62.1 -1.79e+03 0.00977 0 0 0 World initStep + 1 -19.6 64.6 -1.79e+03 0.00783 0.00194 4.07 4.07 World eIoni + 2 -20.1 64.8 -1.79e+03 0.00532 0.000969 0.82 4.89 World eIoni + 3 -20.2 64.7 -1.79e+03 0.00396 8.42e-05 0.17 5.06 World eIoni + 4 -20.8 64.8 -1.78e+03 0.0023 0.00167 1.79 6.84 World eIoni + 5 -20.4 64.9 -1.78e+03 0 0.0023 1 7.84 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.2 64.7 -1.79e+03 0.00127 0 0 0 World initStep + 1 -20.2 64.6 -1.79e+03 0 0.00127 0.399 0.399 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.1 64.8 -1.79e+03 0.00154 0 0 0 World initStep + 1 -20.1 65 -1.79e+03 0 0.00154 0.536 0.536 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.9 62.2 -1.82e+03 0.00138 0 0 0 World initStep + 1 -17.8 62 -1.82e+03 0 0.00138 0.454 0.454 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 62.7 -1.99e+03 0.00197 0 0 0 World initStep + 1 -18.1 62.7 -1.99e+03 0 0.00197 0.783 0.783 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 62.8 -2.02e+03 0.0012 0 0 0 World initStep + 1 -17.9 62.7 -2.02e+03 0 0.0012 0.367 0.367 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 63 -2.05e+03 0.00362 0 0 0 World initStep + 1 -18.3 62.3 -2.05e+03 0.00114 0.00248 1.66 1.66 World eIoni + 2 -18.3 62.4 -2.05e+03 0 0.00114 0.34 2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.7 63.1 -2.09e+03 0.00104 0 0 0 World initStep + 1 -17.7 63.2 -2.09e+03 0 0.00104 0.299 0.299 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.7 63.5 -2.19e+03 0.00356 0 0 0 World initStep + 1 -16.9 63.6 -2.19e+03 0 0.00356 1.64 1.64 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 63.5 -2.23e+03 0.00139 0 0 0 World initStep + 1 -17.7 63.4 -2.23e+03 0 0.00139 0.455 0.455 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 63.6 -2.24e+03 0.00328 0 0 0 World initStep + 1 -17.3 63 -2.24e+03 0.00138 0.0019 1.52 1.52 World eIoni + 2 -17.1 63.1 -2.24e+03 0 0.00138 0.452 1.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 63.7 -2.28e+03 0.00447 0 0 0 World initStep + 1 -18 64.8 -2.28e+03 0.0014 0.00307 1.96 1.96 World eIoni + 2 -18.1 64.7 -2.28e+03 0 0.0014 0.462 2.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 63.7 -2.29e+03 0.00162 0 0 0 World initStep + 1 -18 63.5 -2.29e+03 0 0.00162 0.576 0.576 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.9 63.8 -2.31e+03 0.00753 0 0 0 World initStep + 1 -19.2 65.5 -2.31e+03 0.00589 0.00165 3.08 3.08 World eIoni + 2 -19.8 66.5 -2.3e+03 0.00418 0.0017 2.46 5.53 World eIoni + 3 -19.6 66.9 -2.3e+03 0.00208 0.000474 0.931 6.46 World eIoni + 4 -19.5 67 -2.31e+03 0 0.00208 0.853 7.32 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 66.9 -2.3e+03 0.00163 0 0 0 World initStep + 1 -19.4 66.9 -2.3e+03 0 0.00163 0.579 0.579 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.9 63.8 -2.35e+03 0.00187 0 0 0 World initStep + 1 -17.7 63.7 -2.35e+03 0 0.00187 0.718 0.718 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 -18 63.9 -2.41e+03 0.00103 0 0 0 World initStep + 1 -17.9 64 -2.41e+03 0 0.00103 0.296 0.296 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 -18 63.9 -2.45e+03 0.00112 0 0 0 World initStep + 1 -18 64 -2.45e+03 0 0.00112 0.333 0.333 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 -18 64 -2.5e+03 0.00104 0 0 0 World initStep + 1 -18.1 63.9 -2.5e+03 0 0.00104 0.299 0.299 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 -18.1 64 -2.54e+03 0.00309 0 0 0 World initStep + 1 -18.4 64.6 -2.54e+03 0.00129 0.00181 1.44 1.44 World eIoni + 2 -18.5 64.5 -2.54e+03 0 0.00129 0.407 1.85 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 -18.1 64 -2.54e+03 0.00887 0 0 0 World initStep + 1 -20.1 62.2 -2.54e+03 0.00679 0.00208 3.65 3.65 World eIoni + 2 -20.2 61.3 -2.54e+03 0.00517 0.00162 2.79 6.44 World eIoni + 3 -21 62.2 -2.54e+03 0.00417 0.000999 2.2 8.64 World eIoni + 4 -21.9 62.9 -2.54e+03 0.00326 0.000907 1.86 10.5 World eIoni + 5 -21.9 63.7 -2.54e+03 0 0.00326 1.51 12 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 -18.1 64 -2.55e+03 0.00136 0 0 0 World initStep + 1 -17.9 64.1 -2.55e+03 0 0.00136 0.444 0.444 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.1 -27.4 -2.61e+03 50 0 0 0 World initStep + 1 -30.1 -27.4 -2.6e+03 50 0.00155 12.3 12.3 World hIoni + 2 -30.1 -27.4 -2.57e+03 50 0.00533 31.2 43.5 World hIoni + 3 -30.1 -27.4 -2.56e+03 50 0.000816 4.95 48.4 World hIoni + 4 -30.5 -27.4 -2.4e+03 49.9 0.0312 162 210 World hIoni + 5 -30.6 -27.4 -2.35e+03 49.9 0.00632 47.6 258 World hIoni + 6 -30.6 -27.3 -2.34e+03 49.9 0.00179 17.9 275 World hIoni + 7 -31 -27.1 -2.18e+03 49.9 0.028 158 433 World hIoni + 8 -31.1 -27 -2.14e+03 49.9 0.00824 34.9 468 World hIoni + 9 -31.1 -27 -2.12e+03 49.9 0.00462 21.5 489 World hIoni + 10 -31.1 -27 -2.12e+03 49.9 0.000388 3.98 493 World hIoni + 11 -31.4 -26.9 -2.03e+03 49.8 0.0134 86.6 580 World hIoni + 12 -31.6 -27 -1.98e+03 49.8 0.011 54.4 634 World hIoni + 13 -31.9 -27.2 -1.91e+03 49.8 0.00869 68.2 703 World hIoni + 14 -32.2 -27.4 -1.79e+03 49.8 0.0241 120 822 World hIoni + 15 -32.2 -27.4 -1.78e+03 49.8 0.00148 7.77 830 World hIoni + 16 -32.3 -27.5 -1.77e+03 49.8 0.00262 9.36 839 World hIoni + 17 -32.3 -27.5 -1.76e+03 49.8 0.0029 16.7 856 World hIoni + 18 -32.4 -27.6 -1.72e+03 49.8 0.00805 37.7 894 World hIoni + 19 -32.5 -27.7 -1.67e+03 49.8 0.0101 48.7 942 World hIoni + 20 -32.6 -27.7 -1.62e+03 49.7 0.00967 51.9 994 World hIoni + 21 -32.6 -27.7 -1.61e+03 49.7 0.000661 4.8 999 World hIoni + 22 -32.8 -27.8 -1.53e+03 49.7 0.0155 80.5 1.08e+03 World hIoni + 23 -32.9 -27.9 -1.48e+03 49.7 0.0128 58 1.14e+03 World hIoni + 24 -32.9 -28 -1.46e+03 49.7 0.00184 11.6 1.15e+03 World hIoni + 25 -33 -28 -1.45e+03 49.7 0.00526 18.2 1.17e+03 World hIoni + 26 -33 -28.1 -1.41e+03 49.7 0.00659 37.9 1.21e+03 World hIoni + 27 -33 -28.2 -1.37e+03 49.7 0.00777 40.1 1.25e+03 World hIoni + 28 -33.1 -28.3 -1.29e+03 49.7 0.0142 77.5 1.32e+03 World hIoni + 29 -33.1 -28.4 -1.26e+03 49.7 0.00433 32.1 1.35e+03 World hIoni + 30 -33.1 -28.6 -1.17e+03 49.6 0.0198 85.8 1.44e+03 World hIoni + 31 -33 -28.7 -1.08e+03 49.6 0.0146 93.1 1.53e+03 World hIoni + 32 -33 -28.7 -1.07e+03 49.6 0.00254 12.6 1.55e+03 World hIoni + 33 -33 -28.7 -1.03e+03 49.6 0.00658 34.2 1.58e+03 World hIoni + 34 -33 -28.7 -1.02e+03 49.6 0.0024 16.3 1.6e+03 World hIoni + 35 -33.1 -28.6 -943 49.6 0.0159 73.2 1.67e+03 World hIoni + 36 -33.1 -28.6 -925 49.6 0.00232 17.5 1.69e+03 World hIoni + 37 -33.1 -28.6 -910 49.6 0.00434 14.8 1.7e+03 World hIoni + 38 -33.1 -28.6 -788 49.6 0.0214 122 1.82e+03 World hIoni + 39 -33.1 -28.6 -777 49.6 0.00131 11.7 1.84e+03 World hIoni + 40 -33.1 -28.6 -776 49.6 0 0.115 1.84e+03 cloudPV CoupledTransportation + 41 -33.1 -28.6 -775 47.6 1.97 1.53 1.84e+03 World CoupledTransportation + 42 -33.2 -28.7 -755 47.6 0.00487 19.4 1.86e+03 World hIoni + 43 -33.2 -28.8 -729 47.6 0.00709 26.8 1.88e+03 World hIoni + 44 -33.3 -28.8 -728 47.6 9.06e-05 0.963 1.88e+03 World hIoni + 45 -33.3 -28.9 -709 47.6 0.0032 18.9 1.9e+03 World hIoni + 46 -33.4 -29.1 -662 47.6 0.00886 47.1 1.95e+03 World hIoni + 47 -33.4 -29.1 -662 47.6 0 0.103 1.95e+03 World hIoni + 48 -34.1 -30.2 -460 47.5 0.0425 202 2.15e+03 World hIoni + 49 -34.2 -30.3 -437 47.5 0.00386 23.3 2.18e+03 World hIoni + 50 -34.2 -30.4 -420 47.5 0.00469 16.9 2.19e+03 World hIoni + 51 -34.3 -30.5 -400 47.5 0.00339 19.8 2.21e+03 World hIoni + 52 -34.4 -30.6 -371 47.5 0.00413 28.5 2.24e+03 cloudPV CoupledTransportation + 53 -34.4 -30.6 -371 46.6 0.924 0.64 2.24e+03 World CoupledTransportation + 54 -34.3 -30.8 -324 46.6 0.00725 47.2 2.29e+03 World hIoni + 55 -34.2 -31 -279 46.5 0.00742 44.2 2.33e+03 World hIoni + 56 -34.2 -31.1 -253 46.5 0.00494 26.2 2.36e+03 World hIoni + 57 -34.1 -31.2 -227 46.5 0.00703 26.4 2.39e+03 World hIoni + 58 -34 -31.5 -156 46.5 0.0126 71.1 2.46e+03 World hIoni + 59 -34 -31.6 -144 46.5 0.00225 11.3 2.47e+03 World hIoni + 60 -34 -31.7 -125 46.5 0.00336 19.1 2.49e+03 World hIoni + 61 -33.9 -31.7 -119 46.5 0.000987 6.37 2.49e+03 World hIoni + 62 -33.8 -32.2 -25.6 46.5 0.0188 93.2 2.59e+03 World hIoni + 63 -33.6 -32.7 85.2 46.5 0.0212 111 2.7e+03 World hIoni + 64 -33.5 -33 130 46.4 0.0119 44.8 2.74e+03 World hIoni + 65 -33.5 -33 135 46.4 0.00179 5.19 2.75e+03 World hIoni + 66 -33.4 -33.2 165 46.4 0.00502 29.5 2.78e+03 World hIoni + 67 -33.2 -33.6 239 46.4 0.0123 74.5 2.85e+03 World hIoni + 68 -33.2 -33.8 262 46.4 0.00465 23.2 2.87e+03 World hIoni + 69 -33.2 -33.8 263 46.4 4.56e-05 0.536 2.88e+03 World hIoni + 70 -33.1 -34.7 409 46.3 0.0289 147 3.02e+03 World hIoni + 71 -33.1 -35 453 46.3 0.00768 43.1 3.07e+03 World hIoni + 72 -33.1 -35.2 471 46.3 0.00259 18.4 3.08e+03 World hIoni + 73 -33.1 -35.2 473 46.3 0.000331 2.54 3.09e+03 World hIoni + 74 -33.2 -35.9 548 46.3 0.0124 74.1 3.16e+03 World hIoni + 75 -33.2 -35.9 548 46.3 5.04e-05 0.757 3.16e+03 World hIoni + 76 -33.4 -36.6 639 46.3 0.0175 90.3 3.25e+03 World hIoni + 77 -33.5 -37 675 46.3 0.00875 36 3.29e+03 World hIoni + 78 -33.5 -37 686 46.3 0.00227 11.1 3.3e+03 World hIoni + 79 -33.5 -37 686 46.2 0 0.0585 3.3e+03 World hIoni + 80 -33.5 -37.1 692 46.2 0.00157 6.47 3.3e+03 World hIoni + 81 -33.5 -37.1 693 46.2 0 0.289 3.31e+03 World hIoni + 82 -33.6 -37.5 749 46.2 0.0132 56.9 3.36e+03 World hIoni + 83 -33.8 -38 851 46.2 0.0245 102 3.46e+03 World hIoni + 84 -33.9 -38.2 874 46.2 0.00492 22.9 3.49e+03 World hIoni + 85 -33.9 -38.2 881 46.2 0.000948 6.52 3.49e+03 World hIoni + 86 -33.9 -38.3 892 46.2 0.00114 10.9 3.5e+03 World hIoni + 87 -34 -38.4 906 46.2 0.00373 14.7 3.52e+03 World hIoni + 88 -34.2 -38.8 976 46.1 0.0141 70 3.59e+03 World hIoni + 89 -34.2 -39 1.01e+03 46.1 0.00637 32.8 3.62e+03 World hIoni + 90 -34.4 -39.3 1.06e+03 46.1 0.00872 48.7 3.67e+03 World hIoni + 91 -34.6 -39.8 1.15e+03 46.1 0.0185 93.5 3.76e+03 World hIoni + 92 -34.7 -40 1.18e+03 46.1 0.00913 32 3.8e+03 World hIoni + 93 -34.7 -40 1.19e+03 46.1 0.000464 3.62 3.8e+03 World hIoni + 94 -34.8 -40.5 1.26e+03 46 0.0142 74.3 3.87e+03 World hIoni + 95 -34.9 -40.7 1.29e+03 46 0.00517 32.3 3.91e+03 World hIoni + 96 -35 -41.1 1.35e+03 46 0.00812 52.7 3.96e+03 World hIoni + 97 -35.1 -41.4 1.38e+03 46 0.00466 31.1 3.99e+03 World hIoni + 98 -35.1 -41.6 1.41e+03 46 0.00638 30.2 4.02e+03 World hIoni + 99 -35.2 -41.7 1.43e+03 45.9 0.00292 20 4.04e+03 World hIoni + 100 -35.3 -41.9 1.44e+03 45.9 0.00356 17.1 4.06e+03 World hIoni + 101 -35.6 -42.4 1.52e+03 45.9 0.015 70.5 4.13e+03 World hIoni + 102 -35.6 -42.4 1.52e+03 45.9 0.000272 1.91 4.13e+03 World hIoni + 103 -36.1 -43.3 1.63e+03 45.9 0.018 114 4.24e+03 cloudPV CoupledTransportation + 104 -36.1 -43.3 1.63e+03 44 1.86 1.49 4.25e+03 World CoupledTransportation + 105 -36.8 -43.3 1.72e+03 44 0.0185 88.5 4.33e+03 World hIoni + 106 -37 -43.3 1.75e+03 44 0.00905 27.5 4.36e+03 World hIoni + 107 -37.6 -43.2 1.83e+03 44 0.0168 83.9 4.45e+03 World hIoni + 108 -37.8 -43.2 1.86e+03 44 0.00422 24.2 4.47e+03 World hIoni + 109 -37.9 -43.2 1.88e+03 44 0.00404 18 4.49e+03 World hIoni + 110 -38 -43.3 1.89e+03 44 0.00286 11.6 4.5e+03 World hIoni + 111 -38 -43.3 1.89e+03 44 0.000295 1.2 4.5e+03 World hIoni + 112 -38.3 -43.3 1.93e+03 43.9 0.00826 41.7 4.54e+03 World hIoni + 113 -38.7 -43.4 1.98e+03 43.9 0.0122 54.6 4.6e+03 World hIoni + 114 -38.9 -43.4 2.01e+03 43.9 0.00628 28.3 4.62e+03 World hIoni + 115 -38.9 -43.4 2.01e+03 43.9 0.000486 2.36 4.63e+03 World hIoni + 116 -39.4 -43.4 2.09e+03 43.9 0.0106 73.3 4.7e+03 World hIoni + 117 -39.6 -43.4 2.11e+03 43.9 0.00265 17.8 4.72e+03 World hIoni + 118 -39.8 -43.4 2.13e+03 43.9 0.00566 28.5 4.75e+03 World hIoni + 119 -39.8 -43.4 2.14e+03 43.9 0.00049 2.94 4.75e+03 World hIoni + 120 -40 -43.3 2.17e+03 43.9 0.00792 27.7 4.78e+03 World hIoni + 121 -40.2 -43.2 2.2e+03 43.9 0.00751 38.3 4.82e+03 World hIoni + 122 -40.9 -43.1 2.29e+03 43.9 0.0135 90.8 4.91e+03 World hIoni + 123 -41 -43.1 2.3e+03 43.9 0.00277 10.8 4.92e+03 World hIoni + 124 -41 -43.1 2.31e+03 43.9 0.000529 3.91 4.92e+03 World hIoni + 125 -41.4 -43.1 2.38e+03 43.8 0.013 68.9 4.99e+03 World hIoni + 126 -41.4 -43.1 2.38e+03 43.8 0.000897 7 5e+03 World hIoni + 127 -41.4 -43.1 2.39e+03 43.8 0.000171 2.09 5e+03 World hIoni + 128 -41.5 -43.1 2.39e+03 43.8 0.000257 3.24 5e+03 World hIoni + 129 -42.2 -43 2.52e+03 43.8 0.0246 129 5.13e+03 World hIoni + 130 -42.2 -43 2.52e+03 43.8 0.00037 1.61 5.13e+03 World hIoni + 131 -42.3 -43 2.53e+03 43.8 0.00187 12 5.15e+03 World hIoni + 132 -42.5 -43 2.58e+03 43.8 0.0119 49.2 5.19e+03 World hIoni + 133 -42.7 -43 2.6e+03 43.8 0.00318 18.3 5.21e+03 detectorPV CoupledTransportation + 134 -42.7 -43 2.6e+03 38.3 5.44 1.88 5.21e+03 detectorPV hIoni + 135 -42.7 -43 2.6e+03 33.5 4.85 1.52 5.22e+03 detectorPV hIoni + 136 -42.7 -42.9 2.6e+03 28.8 4.68 1.23 5.22e+03 detectorPV hIoni + 137 -42.8 -42.9 2.61e+03 24.9 3.95 0.977 5.22e+03 detectorPV hIoni + 138 -42.8 -42.9 2.61e+03 21.3 3.56 0.789 5.22e+03 detectorPV hIoni + 139 -42.9 -42.9 2.61e+03 18 3.29 0.637 5.22e+03 detectorPV hIoni + 140 -42.9 -42.9 2.61e+03 14.9 3.1 0.513 5.22e+03 detectorPV hIoni + 141 -43 -42.9 2.61e+03 12 2.9 0.409 5.22e+03 detectorPV hIoni + 142 -43 -42.8 2.61e+03 9.22 2.79 0.325 5.22e+03 detectorPV hIoni + 143 -43 -42.8 2.61e+03 6.29 2.94 0.255 5.22e+03 detectorPV hIoni + 144 -43.1 -42.8 2.61e+03 3.13 3.15 0.189 5.22e+03 detectorPV hIoni + 145 -43.1 -42.8 2.61e+03 0 3.13 0.088 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.5 -43 2.58e+03 0.00226 0 0 0 World initStep + 1 -42.3 -43.2 2.58e+03 0 0.00226 0.976 0.976 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.3 -43 2.53e+03 0.00101 0 0 0 World initStep + 1 -42.4 -43 2.53e+03 0 0.00101 0.286 0.286 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.2 -43 2.52e+03 0.00104 0 0 0 World initStep + 1 -42.1 -42.9 2.52e+03 0 0.00104 0.298 0.298 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.5 -43.1 2.39e+03 0.00105 0 0 0 World initStep + 1 -41.3 -43.1 2.39e+03 0 0.00105 0.302 0.302 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.4 -43.1 2.39e+03 0.00137 0 0 0 World initStep + 1 -41.4 -42.9 2.39e+03 0 0.00137 0.445 0.445 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.4 -43.1 2.38e+03 0.00318 0 0 0 World initStep + 1 -42 -42.7 2.38e+03 0 0.00318 1.48 1.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.4 -43.1 2.38e+03 0.00133 0 0 0 World initStep + 1 -41.4 -43.2 2.38e+03 0 0.00133 0.429 0.429 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41 -43.1 2.3e+03 0.00213 0 0 0 World initStep + 1 -40.9 -43.5 2.31e+03 0 0.00213 0.883 0.883 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.9 -43.1 2.29e+03 0.00101 0 0 0 World initStep + 1 -40.9 -43.2 2.29e+03 0 0.00101 0.284 0.284 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 -40.2 -43.2 2.2e+03 0.00192 0 0 0 World initStep + 1 -39.9 -43.2 2.2e+03 0 0.00192 0.753 0.753 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40 -43.3 2.17e+03 0.0012 0 0 0 World initStep + 1 -39.8 -43.3 2.17e+03 0 0.0012 0.365 0.365 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.8 -43.4 2.13e+03 0.00329 0 0 0 World initStep + 1 -40.5 -43.6 2.13e+03 0.00163 0.00166 1.53 1.53 World eIoni + 2 -40.5 -43.4 2.13e+03 0 0.00163 0.584 2.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.6 -43.4 2.11e+03 0.00123 0 0 0 World initStep + 1 -39.7 -43.3 2.11e+03 0 0.00123 0.381 0.381 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.4 -43.4 2.09e+03 0.00407 0 0 0 World initStep + 1 -38.4 -43.5 2.09e+03 0.00103 0.00305 1.83 1.83 World eIoni + 2 -38.5 -43.5 2.09e+03 0 0.00103 0.293 2.12 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38.9 -43.4 2.01e+03 0.00137 0 0 0 World initStep + 1 -38.9 -43.5 2.01e+03 0 0.00137 0.446 0.446 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38.7 -43.4 1.98e+03 0.00159 0 0 0 World initStep + 1 -38.8 -43.2 1.98e+03 0 0.00159 0.562 0.562 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38.3 -43.3 1.93e+03 0.00298 0 0 0 World initStep + 1 -38.8 -43.7 1.93e+03 0.00111 0.00188 1.39 1.39 World eIoni + 2 -38.8 -43.7 1.93e+03 0 0.00111 0.327 1.72 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38 -43.3 1.89e+03 0.00289 0 0 0 World initStep + 1 -38.5 -43.6 1.89e+03 0.00168 0.00121 1.15 1.15 World eIoni + 2 -38.4 -43.8 1.89e+03 0 0.00168 0.609 1.76 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38 -43.3 1.89e+03 0.00155 0 0 0 World initStep + 1 -37.8 -43.2 1.89e+03 0 0.00155 0.536 0.536 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -43.2 1.88e+03 0.00243 0 0 0 World initStep + 1 -37.8 -42.8 1.88e+03 0.00111 0.00132 1.09 1.09 World eIoni + 2 -37.9 -42.9 1.88e+03 0 0.00111 0.326 1.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.6 -43.2 1.83e+03 0.0149 0 0 0 World initStep + 1 -38.2 -47.7 1.84e+03 0.0135 0.00139 6.75 6.75 World msc + 2 -40.4 -52.1 1.84e+03 0.0105 0.003 6.17 12.9 World eIoni + 3 -41.2 -56 1.84e+03 0.00874 0.00181 4.46 17.4 World eIoni + 4 -40.8 -57 1.84e+03 0.0072 0.000269 2.16 19.5 World eIoni + 5 -40.7 -56.4 1.84e+03 0.00522 0.00198 2.95 22.5 World eIoni + 6 -40.6 -56.1 1.85e+03 0.00226 0.00296 2.22 24.7 World eIoni + 7 -40.3 -55.9 1.85e+03 0 0.00226 0.975 25.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.8 -57 1.84e+03 0.00127 0 0 0 World initStep + 1 -40.7 -57.2 1.84e+03 0 0.00127 0.399 0.399 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37 -43.3 1.75e+03 0.00589 0 0 0 World initStep + 1 -35.9 -42 1.75e+03 0.00502 0.000873 2.46 2.46 World eIoni + 2 -35.4 -41.1 1.75e+03 0.0027 0.000734 1.34 3.8 World eIoni + 3 -35.2 -40.7 1.75e+03 0 0.0027 1.25 5.05 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 83 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -41.1 1.75e+03 0.00159 0 0 0 World initStep + 1 -35.6 -41 1.75e+03 0 0.00159 0.558 0.558 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.8 -43.3 1.72e+03 0.00617 0 0 0 World initStep + 1 -36 -41.7 1.72e+03 0.00455 0.00162 2.56 2.56 World eIoni + 2 -35.9 -40.5 1.72e+03 0.00334 0.00121 1.99 4.55 World eIoni + 3 -36.4 -40.1 1.72e+03 0.00149 0.00185 1.55 6.1 World eIoni + 4 -36.6 -40.3 1.72e+03 0 0.00149 0.508 6.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.6 -42.4 1.52e+03 0.00299 0 0 0 World initStep + 1 -35.3 -41.8 1.52e+03 0 0.00299 1.39 1.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.6 -42.4 1.52e+03 0.00139 0 0 0 World initStep + 1 -35.6 -42.5 1.52e+03 0 0.00139 0.459 0.459 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.3 -41.9 1.44e+03 0.00219 0 0 0 World initStep + 1 -35.1 -42.2 1.44e+03 0 0.00219 0.922 0.922 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.2 -41.7 1.43e+03 0.00129 0 0 0 World initStep + 1 -35.2 -41.9 1.43e+03 0 0.00129 0.41 0.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.1 -41.6 1.41e+03 0.00313 0 0 0 World initStep + 1 -34.5 -41.8 1.41e+03 0 0.00313 1.46 1.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.1 -41.4 1.38e+03 0.00438 0 0 0 World initStep + 1 -34 -41.7 1.38e+03 0.00361 0.000767 1.93 1.93 World eIoni + 2 -33.2 -41.3 1.38e+03 0.00172 0.00189 1.66 3.59 World eIoni + 3 -33 -41.4 1.38e+03 0 0.00172 0.634 4.22 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35 -41.1 1.35e+03 0.0512 0 0 0 World initStep + 1 -30.9 -46.6 1.36e+03 0.0496 0.000473 11.3 11.3 World eIoni + 2 -27.5 -48.7 1.36e+03 0.0472 0.00139 8.81 20.1 World eIoni + 3 -9.8 -42.3 1.4e+03 0.0416 0.00558 46.8 66.9 World eIoni + 4 -4.19 -41.1 1.4e+03 0.0392 0.000404 7.73 74.6 World eIoni + 5 7.63 -40.1 1.42e+03 0.0351 0.00301 24.6 99.2 World eIoni + 6 12.2 -33.9 1.45e+03 0.0311 0.00397 27.9 127 World eIoni + 7 13.1 -21.5 1.47e+03 0.0267 0.00435 22.7 150 World eIoni + 8 25.4 -13.6 1.47e+03 0.0239 0.00285 17.6 167 World eIoni + 9 26.1 -13.5 1.47e+03 0.0225 0 1.01 168 World eIoni + 10 38.1 -10.6 1.48e+03 0.0183 0.00411 13.2 182 World eIoni + 11 46.4 -10.7 1.47e+03 0.0149 0.00341 9.6 191 World eIoni + 12 51.6 -8.03 1.47e+03 0.0118 0.00317 7.07 198 World eIoni + 13 56.2 -8.29 1.47e+03 0.0106 0.00114 5.11 203 World eIoni + 14 59 -8.93 1.47e+03 0.00865 0.00197 4.49 208 World eIoni + 15 59.9 -9.76 1.46e+03 0.00554 0.00168 2.23 210 World eIoni + 16 60.3 -10.2 1.46e+03 0.00369 0.00184 2.33 212 World eIoni + 17 59.9 -10 1.46e+03 0.00234 0.00135 0.583 213 World eIoni + 18 59.5 -9.84 1.46e+03 0 0.00234 1.03 214 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 59.9 -9.76 1.46e+03 0.00143 0 0 0 World initStep + 1 59.8 -9.91 1.46e+03 0 0.00143 0.478 0.478 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.1 -13.5 1.47e+03 0.00141 0 0 0 World initStep + 1 26.1 -13.4 1.47e+03 0 0.00141 0.469 0.469 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.63 -40.1 1.42e+03 0.00109 0 0 0 World initStep + 1 7.73 -40.1 1.42e+03 0 0.00109 0.321 0.321 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.19 -41.1 1.4e+03 0.00207 0 0 0 World initStep + 1 -4.12 -40.8 1.4e+03 0 0.00207 0.846 0.846 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.5 -48.7 1.36e+03 0.00104 0 0 0 World initStep + 1 -27.4 -48.7 1.36e+03 0 0.00104 0.3 0.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.9 -46.6 1.36e+03 0.00104 0 0 0 World initStep + 1 -30.8 -46.7 1.36e+03 0 0.00104 0.299 0.299 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.9 -40.7 1.29e+03 0.00713 0 0 0 World initStep + 1 -36.1 -39.1 1.29e+03 0.00452 0.0026 2.92 2.92 World eIoni + 2 -35.9 -39.6 1.3e+03 0.00114 0.00338 1.98 4.9 World eIoni + 3 -35.9 -39.5 1.3e+03 0 0.00114 0.341 5.24 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.8 -40.5 1.26e+03 0.00214 0 0 0 World initStep + 1 -34.5 -40.7 1.26e+03 0 0.00214 0.89 0.89 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.7 -40 1.19e+03 0.00271 0 0 0 World initStep + 1 -35.1 -39.7 1.19e+03 0 0.00271 1.25 1.25 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.7 -40 1.18e+03 0.00549 0 0 0 World initStep + 1 -34.5 -38.5 1.18e+03 0.00385 0.00164 2.31 2.31 World eIoni + 2 -35.3 -38.9 1.18e+03 0.0026 0.00125 1.75 4.06 World eIoni + 3 -34.8 -39 1.18e+03 0 0.0026 1.19 5.25 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.6 -39.8 1.15e+03 0.00103 0 0 0 World initStep + 1 -34.6 -39.9 1.15e+03 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.4 -39.3 1.06e+03 0.00131 0 0 0 World initStep + 1 -34.4 -39.1 1.06e+03 0 0.00131 0.419 0.419 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.2 -39 1.01e+03 0.0335 0 0 0 World initStep + 1 -43.6 -57.4 1.02e+03 0.029 0.00453 25.8 25.8 World eIoni + 2 -44.8 -60.2 1.02e+03 0.0271 0.000651 3.23 29.1 World eIoni + 3 -43.7 -65.8 1.02e+03 0.0251 0.000857 5.89 35 World eIoni + 4 -42.5 -80.4 1.02e+03 0.0223 0.00273 15.8 50.8 World eIoni + 5 -43.2 -90.9 1.03e+03 0.0199 0.00243 13.1 63.9 World eIoni + 6 -42.6 -101 1.03e+03 0.0174 0.00251 10.9 74.8 World eIoni + 7 -46 -106 1.02e+03 0.0129 0.00446 8.86 83.6 World eIoni + 8 -46.3 -107 1.02e+03 0.0111 0.00186 5.8 89.4 World eIoni + 9 -49.8 -105 1.02e+03 0.00943 0.00166 4.74 94.2 World eIoni + 10 -53.2 -104 1.02e+03 0.00854 0.000896 3.91 98.1 World eIoni + 11 -53.5 -104 1.02e+03 0.00555 0.00299 3.5 102 World eIoni + 12 -54.6 -104 1.02e+03 0.00301 0.000895 1.51 103 World eIoni + 13 -55.1 -105 1.02e+03 0.0017 0.00131 1.4 104 World eIoni + 14 -54.9 -105 1.02e+03 0 0.0017 0.621 105 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 68 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -54.6 -104 1.02e+03 0.00164 0 0 0 World initStep + 1 -54.7 -105 1.02e+03 0 0.00164 0.589 0.589 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 68 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -43.7 -65.8 1.02e+03 0.00118 0 0 0 World initStep + 1 -43.8 -65.9 1.02e+03 0 0.00118 0.36 0.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 68 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.8 -60.2 1.02e+03 0.00124 0 0 0 World initStep + 1 -44.8 -60.2 1.02e+03 0 0.00124 0.386 0.386 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.2 -38.8 976 0.00103 0 0 0 World initStep + 1 -34.2 -38.9 976 0 0.00103 0.295 0.295 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34 -38.4 906 0.00587 0 0 0 World initStep + 1 -33 -37 907 0.00457 0.0013 2.45 2.45 World eIoni + 2 -32.3 -36.3 906 0.00139 0.00318 2 4.45 World eIoni + 3 -32.2 -36.5 906 0 0.00139 0.456 4.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.9 -38.2 881 0.0173 0 0 0 World initStep + 1 -40.1 -43.4 881 0.0139 0.00342 8.79 8.79 World eIoni + 2 -44.6 -42.3 885 0.0128 0.00108 6.39 15.2 World eIoni + 3 -47.6 -43.6 889 0.0112 0.0016 5.72 20.9 World eIoni + 4 -48.6 -46 892 0.00932 0.0019 4.81 25.7 World eIoni + 5 -49.2 -49.5 893 0.00831 0.00101 3.85 29.6 World eIoni + 6 -50.8 -51.4 892 0.00597 0.00233 3.4 33 World eIoni + 7 -51.5 -52.4 891 0.00376 0.00221 2.49 35.4 World eIoni + 8 -50.9 -52.9 891 0 0.00376 1.71 37.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.9 -38.2 874 0.00256 0 0 0 World initStep + 1 -33.5 -37.9 874 0 0.00256 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.8 -38 851 0.00144 0 0 0 World initStep + 1 -33.8 -37.8 851 0 0.00144 0.48 0.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.6 -37.5 749 0.00297 0 0 0 World initStep + 1 -33.2 -37.8 750 0.00233 0.000642 1.02 1.02 World eIoni + 2 -32.8 -37.7 750 0.00115 0.00118 1.02 2.05 World eIoni + 3 -32.7 -37.6 750 0 0.00115 0.345 2.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.5 -37.1 693 0.00717 0 0 0 World initStep + 1 -31.5 -37.8 693 0.00598 0.00119 2.93 2.93 World eIoni + 2 -30.3 -37.4 692 0.00449 0.00149 2.49 5.42 World eIoni + 3 -30.4 -37.7 691 0.00316 0.00134 1.97 7.39 World eIoni + 4 -30.8 -37.3 690 0 0.00316 1.47 8.86 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.5 -37 686 0.00169 0 0 0 World initStep + 1 -33.5 -37.3 686 0 0.00169 0.614 0.614 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.5 -37 686 0.00105 0 0 0 World initStep + 1 -33.6 -37 686 0 0.00105 0.303 0.303 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.2 -35.9 548 0.00107 0 0 0 World initStep + 1 -33.3 -36 548 0 0.00107 0.31 0.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 -35.2 473 0.00133 0 0 0 World initStep + 1 -33.2 -35.4 474 0 0.00133 0.428 0.428 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 -35.2 471 0.00253 0 0 0 World initStep + 1 -33.3 -34.7 471 0 0.00253 1.15 1.15 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 -35 453 0.00184 0 0 0 World initStep + 1 -32.8 -35.1 453 0 0.00184 0.703 0.703 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 -34.7 409 0.0638 0 0 0 World initStep + 1 -12.1 8.7 459 0.0594 0.00434 79.3 79.3 World eIoni + 2 34.2 36.9 487 0.0503 0.0091 70 149 World eIoni + 3 63.8 38.7 506 0.0443 0.00378 38.8 188 World eIoni + 4 68.8 39.1 523 0.0429 0.00147 18.4 207 World eIoni + 5 54.3 16.3 546 0.0371 0.00577 39.5 246 World eIoni + 6 41.4 22.3 561 0.0243 0.00514 22.9 269 World eIoni + 7 34.2 32.5 567 0.0201 0.00415 15 284 World eIoni + 8 28.2 40.5 570 0.0161 0.00404 11.1 295 World eIoni + 9 24.5 36.5 565 0.0152 0.000858 7.88 303 World eIoni + 10 25.9 29.9 564 0.0138 0.00138 7.27 310 World eIoni + 11 27.1 24.3 566 0.0118 0.00203 6.35 317 World eIoni + 12 29 24.6 567 0.0093 0.00127 2.52 319 World eIoni + 13 31.5 25.7 568 0.00791 0.00138 3.84 323 World eIoni + 14 29.2 26.5 569 0.00681 0.00111 3.23 326 World eIoni + 15 27.3 27.1 569 0.00515 0.00166 2.79 329 World eIoni + 16 27.7 26.9 567 0.00357 0.00157 2.2 331 World eIoni + 17 28.3 26.7 567 0.0022 0.00137 1.64 333 World eIoni + 18 28.2 26.9 566 0 0.0022 0.932 334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 29 24.6 567 0.00125 0 0 0 World initStep + 1 29.1 24.5 567 0 0.00125 0.39 0.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.4 22.3 561 0.00766 0 0 0 World initStep + 1 39.9 21.6 562 0.00672 0.000941 2.13 2.13 World msc + 2 38.3 20.1 562 0.00547 0.00125 2.47 4.6 World msc + 3 37 19.4 561 0.00346 0.00201 2.31 6.91 World eIoni + 4 37.2 19 562 0 0.00346 1.59 8.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 63.8 38.7 506 0.00223 0 0 0 World initStep + 1 64.1 39 506 0 0.00223 0.953 0.953 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.2 -33.8 263 0.00153 0 0 0 World initStep + 1 -33.2 -34 263 0 0.00153 0.53 0.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.2 -33.8 262 0.00185 0 0 0 World initStep + 1 -33.3 -34.1 262 0 0.00185 0.708 0.708 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.2 -33.6 239 0.00391 0 0 0 World initStep + 1 -33.5 -34.6 239 0.0023 0.00161 1.77 1.77 World eIoni + 2 -33.1 -34.6 239 0 0.0023 1 2.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.4 -33.2 165 0.00226 0 0 0 World initStep + 1 -33.7 -33.5 165 0 0.00226 0.976 0.976 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.5 -33 135 0.00234 0 0 0 World initStep + 1 -33.8 -33.3 135 0 0.00234 1.03 1.03 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.5 -33 130 0.00213 0 0 0 World initStep + 1 -33.8 -33.2 130 0 0.00213 0.883 0.883 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.6 -32.7 85.2 0.00547 0 0 0 World initStep + 1 -32.1 -32.7 85.6 0.00465 0.000814 2.31 2.31 World eIoni + 2 -31.3 -32 86.4 0.00377 0.000881 2.03 4.34 World eIoni + 3 -31.8 -31.2 86.7 0 0.00377 1.72 6.05 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.9 -31.7 -119 0.00585 0 0 0 World initStep + 1 -35.2 -32.8 -118 0.0027 0.00315 2.44 2.44 World eIoni + 2 -34.7 -32.9 -118 0 0.0027 1.25 3.69 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34 -31.7 -125 0.00167 0 0 0 World initStep + 1 -34.2 -31.7 -125 0 0.00167 0.604 0.604 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34 -31.6 -144 0.00129 0 0 0 World initStep + 1 -34 -31.4 -144 0 0.00129 0.407 0.407 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34 -31.5 -156 0.0015 0 0 0 World initStep + 1 -33.8 -31.6 -156 0 0.0015 0.515 0.515 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.1 -31.2 -227 0.00221 0 0 0 World initStep + 1 -34.3 -31.5 -227 0 0.00221 0.941 0.941 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.2 -31.1 -253 0.00334 0 0 0 World initStep + 1 -34.9 -31.4 -253 0.00214 0.0012 1.55 1.55 World eIoni + 2 -34.7 -31.7 -253 0 0.00214 0.894 2.44 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.3 -30.8 -324 0.00181 0 0 0 World initStep + 1 -34.2 -31 -323 0 0.00181 0.684 0.684 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.3 -30.5 -400 0.00106 0 0 0 World initStep + 1 -34.2 -30.4 -400 0 0.00106 0.305 0.305 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.2 -30.3 -437 0.00309 0 0 0 World initStep + 1 -34.5 -29.9 -436 0.00203 0.00106 0.687 0.687 World eIoni + 2 -34.6 -29.9 -436 0 0.00203 0.821 1.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.1 -30.2 -460 0.0131 0 0 0 World initStep + 1 -37.8 -34.1 -460 0.011 0.00206 5.86 5.86 World eIoni + 2 -38.3 -36.9 -459 0.00967 0.00133 3.04 8.91 World msc + 3 -40.4 -38.9 -457 0.00663 0.00304 4.02 12.9 World eIoni + 4 -41.6 -40.7 -456 0.00553 0.0011 2.73 15.7 World eIoni + 5 -42.2 -42.1 -457 0.00366 0.00188 2.33 18 World eIoni + 6 -42.9 -42.4 -456 0.00199 0.00167 1.67 19.7 World eIoni + 7 -43 -42.2 -457 0 0.00199 0.794 20.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.4 -29.1 -662 0.00201 0 0 0 World initStep + 1 -33.2 -28.9 -662 0 0.00201 0.806 0.806 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.3 -28.9 -709 0.00128 0 0 0 World initStep + 1 -33.2 -28.8 -709 0 0.00128 0.404 0.404 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.2 -28.8 -729 0.00165 0 0 0 World initStep + 1 -33 -28.9 -729 0 0.00165 0.594 0.594 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.2 -28.7 -755 0.00106 0 0 0 World initStep + 1 -33.1 -28.7 -755 0 0.00106 0.308 0.308 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 -28.6 -777 0.00297 0 0 0 World initStep + 1 -33.1 -28.6 -776 0.00294 2.51e-05 0.081 0.081 World msc + 2 -33.2 -28.5 -776 0.00294 0 0.081 0.162 World msc + 3 -33.3 -28.5 -776 0.00277 0.000169 0.081 0.243 World msc + 4 -33.3 -28.4 -776 0.00251 0.00026 0.081 0.324 World msc + 5 -33.4 -28.4 -776 0.00236 0.000153 0.081 0.405 World msc + 6 -33.4 -28.3 -776 0.00235 1.63e-05 0.081 0.486 World msc + 7 -33.4 -28.3 -776 0.00219 0.00016 0.081 0.567 World msc + 8 -33.4 -28.3 -776 0.00218 1.7e-06 0.00115 0.568 cloudPV CoupledTransportation + 9 -33.4 -28.3 -776 0.00218 0 7.46e-06 0.568 cloudPV msc + 10 -33.4 -28.3 -776 0.00216 1.9e-05 7.73e-06 0.568 cloudPV msc + 11 -33.4 -28.3 -776 0.00208 8.26e-05 7.37e-06 0.568 cloudPV msc + 12 -33.4 -28.3 -776 0.00202 5.93e-05 7.77e-06 0.568 cloudPV msc + 13 -33.4 -28.3 -776 0.00202 0 8.26e-06 0.568 cloudPV msc + 14 -33.4 -28.3 -776 0.00197 5.73e-05 7.79e-06 0.568 cloudPV msc + 15 -33.4 -28.3 -776 0.00197 0 7.88e-06 0.568 cloudPV msc + 16 -33.4 -28.3 -776 0.00191 5.7e-05 7.69e-06 0.568 cloudPV msc + 17 -33.4 -28.3 -776 0.00183 8.03e-05 8.02e-06 0.568 cloudPV msc + 18 -33.4 -28.3 -776 0.00183 0 1.11e-05 0.568 cloudPV msc + 19 -33.4 -28.3 -776 0.00181 1.7e-05 1.68e-05 0.568 cloudPV msc + 20 -33.4 -28.3 -776 0.00165 0.000165 2.32e-05 0.568 cloudPV msc + 21 -33.4 -28.3 -776 0 0.00165 3.56e-05 0.568 cloudPV msc + +********************************************************************************************************* +* 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 -33.1 -28.6 -910 0.00122 0 0 0 World initStep + 1 -32.9 -28.6 -910 0 0.00122 0.374 0.374 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 -28.6 -925 0.00396 0 0 0 World initStep + 1 -32.2 -28.3 -925 0.00153 0.00242 1.78 1.78 World eIoni + 2 -32.1 -28.2 -925 0 0.00153 0.531 2.32 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33 -28.7 -1.02e+03 0.00129 0 0 0 World initStep + 1 -33.2 -28.7 -1.02e+03 0 0.00129 0.407 0.407 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33 -28.7 -1.03e+03 0.0015 0 0 0 World initStep + 1 -32.8 -28.6 -1.03e+03 0 0.0015 0.511 0.511 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33 -28.7 -1.07e+03 0.00256 0 0 0 World initStep + 1 -32.6 -28.6 -1.07e+03 0 0.00256 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 -28.6 -1.17e+03 0.00156 0 0 0 World initStep + 1 -33.1 -28.8 -1.17e+03 0 0.00156 0.544 0.544 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 -28.4 -1.26e+03 0.00218 0 0 0 World initStep + 1 -32.9 -28 -1.26e+03 0 0.00218 0.918 0.918 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33 -28.1 -1.41e+03 0.00133 0 0 0 World initStep + 1 -32.8 -28.1 -1.41e+03 0 0.00133 0.427 0.427 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33 -28 -1.45e+03 0.00132 0 0 0 World initStep + 1 -33.1 -28 -1.45e+03 0 0.00132 0.424 0.424 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.9 -28 -1.46e+03 0.00105 0 0 0 World initStep + 1 -33 -28 -1.46e+03 0 0.00105 0.301 0.301 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.9 -27.9 -1.48e+03 0.00228 0 0 0 World initStep + 1 -33.2 -28.2 -1.48e+03 0 0.00228 0.988 0.988 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.8 -27.8 -1.53e+03 0.00152 0 0 0 World initStep + 1 -32.6 -27.7 -1.53e+03 0 0.00152 0.524 0.524 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.6 -27.7 -1.61e+03 0.00119 0 0 0 World initStep + 1 -32.8 -27.8 -1.61e+03 0 0.00119 0.363 0.363 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.6 -27.7 -1.62e+03 0.00137 0 0 0 World initStep + 1 -32.5 -27.7 -1.62e+03 0 0.00137 0.449 0.449 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.5 -27.7 -1.67e+03 0.0012 0 0 0 World initStep + 1 -32.5 -27.8 -1.67e+03 0 0.0012 0.366 0.366 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.3 -27.5 -1.76e+03 0.00987 0 0 0 World initStep + 1 -32.7 -29 -1.76e+03 0.00942 0.000447 1.92 1.92 World msc + 2 -32.5 -30.6 -1.76e+03 0.00842 0.000997 1.82 3.74 World msc + 3 -33 -32.5 -1.76e+03 0.00737 0.00105 2.12 5.85 World msc + 4 -33.6 -34 -1.76e+03 0.0054 0.00198 1.85 7.7 World msc + 5 -33.7 -35.3 -1.76e+03 0.00498 0.000414 1.52 9.22 World msc + 6 -33.6 -36.4 -1.76e+03 0.00227 0.00272 2.14 11.4 World eIoni + 7 -33.7 -36.8 -1.76e+03 0 0.00227 0.978 12.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.3 -27.5 -1.77e+03 0.00123 0 0 0 World initStep + 1 -32.1 -27.5 -1.77e+03 0 0.00123 0.382 0.382 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.2 -27.4 -1.78e+03 0.00203 0 0 0 World initStep + 1 -32.4 -27.2 -1.78e+03 0 0.00203 0.82 0.82 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.2 -27.4 -1.79e+03 0.00125 0 0 0 World initStep + 1 -32.1 -27.6 -1.79e+03 0 0.00125 0.389 0.389 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.9 -27.2 -1.91e+03 0.0015 0 0 0 World initStep + 1 -31.7 -27.1 -1.91e+03 0 0.0015 0.513 0.513 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.4 -26.9 -2.03e+03 0.00122 0 0 0 World initStep + 1 -31.5 -27 -2.03e+03 0 0.00122 0.375 0.375 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.1 -27 -2.12e+03 0.00477 0 0 0 World initStep + 1 -30.2 -26 -2.12e+03 0.00305 0.00172 2.07 2.07 World eIoni + 2 -29.7 -25.6 -2.12e+03 0 0.00305 1.42 3.49 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.1 -27 -2.12e+03 0.0264 0 0 0 World initStep + 1 -25 -16.2 -2.11e+03 0.0235 0.0029 17.2 17.2 World eIoni + 2 -27.8 -7.03 -2.1e+03 0.0206 0.00294 14.2 31.5 World eIoni + 3 -32.2 -4.37 -2.1e+03 0.0194 0.0012 8.35 39.8 World eIoni + 4 -32 -1.72 -2.09e+03 0.0154 0.00394 10.4 50.3 World eIoni + 5 -31.9 -2.65 -2.08e+03 0.0138 0.00169 7.42 57.7 World eIoni + 6 -34.3 -4.48 -2.08e+03 0.00966 0.00409 6.29 64 World eIoni + 7 -36.8 -4.33 -2.08e+03 0.00801 0.00165 4.01 68 World eIoni + 8 -37.2 -4.2 -2.08e+03 0.00551 0.0025 3.27 71.3 World eIoni + 9 -38.2 -4.28 -2.08e+03 0.00349 0.00203 2.32 73.6 World eIoni + 10 -39 -3.67 -2.08e+03 0 0.00349 1.61 75.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.1 -27 -2.14e+03 0.00133 0 0 0 World initStep + 1 -31.1 -27.2 -2.14e+03 0 0.00133 0.428 0.428 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 -31 -27.1 -2.18e+03 0.00162 0 0 0 World initStep + 1 -31.2 -26.9 -2.18e+03 0 0.00162 0.575 0.575 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 -30.6 -27.4 -2.35e+03 0.00235 0 0 0 World initStep + 1 -31 -27.4 -2.35e+03 0 0.00235 1.03 1.03 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 -30.5 -27.4 -2.4e+03 0.00259 0 0 0 World initStep + 1 -30.8 -27 -2.4e+03 0 0.00259 1.19 1.19 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 -30.1 -27.4 -2.56e+03 0.00344 0 0 0 World initStep + 1 -30.2 -27.4 -2.56e+03 0.00221 0 0.106 0.106 World eIoni + 2 -30.6 -27.3 -2.56e+03 0 0.00221 0.941 1.05 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.2 -27.4 -2.56e+03 0.00123 0 0 0 World initStep + 1 -30.2 -27.2 -2.56e+03 0 0.00123 0.38 0.38 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 -30.1 -27.4 -2.57e+03 0.00422 0 0 0 World initStep + 1 -29.2 -28 -2.57e+03 0 0.00422 1.88 1.88 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 -30.1 -27.4 -2.6e+03 0.00696 0 0 0 World initStep + 1 -29.3 -27.4 -2.6e+03 0.00671 0.000244 0.875 0.875 World eIoni + 2 -27.5 -28.2 -2.6e+03 0.00543 0.00128 2.76 3.63 World eIoni + 3 -26.9 -29.5 -2.6e+03 0.00247 0.00296 2.3 5.93 World eIoni + 4 -26.6 -29.6 -2.6e+03 0.00101 0.00146 1.12 7.04 World eIoni + 5 -26.5 -29.7 -2.6e+03 0 0.00101 0.287 7.33 World eIoni Run terminated. Run Summary Number of events processed : 10 - User=1.200000s Real=1.235842s Sys=0.020000s + User=1.190000s Real=1.241736s Sys=0.030000s --------------------End of Global Run----------------------- The run consists of 10 proton of 50 MeV - Cumulated dose per run, in scoring volume : 2.104529157905812 picoGy rms = 0.04394128621399102 picoGy + Cumulated dose per run, in scoring volume : 2.000252527415375 picoGy rms = 0.0614993172855299 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # save # ---- /score/dumpQuantityToFile detectorMesh eDep eDep_fastAerosol_r1p0mm_n1E-3p7mm-3_bulkbox_dropletsphere.csv @@ -13166,24 +13885,25 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 12 +Total navigation history collections cleaned: 14 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0154 MB +Pool ID '20G4NavigationLevelRep', size : 0.0183 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '16G4HitsCollection', size : 0 MB +Pool ID '17G4DynamicParticle', size : 0.0211 MB Pool ID '16G4SmartVoxelNode', size : 0.00192 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0221 MB -Pool ID '7G4Track', size : 0.0433 MB -Pool ID '18G4TouchableHistory', size : 0.000961 MB +Pool ID '7G4Track', size : 0.0413 MB +Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.09 MB +Pool ID '10G4Fragment', size : 0.000961 MB +Pool ID '17G4ReactionProduct', size : 0.000961 MB +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.093 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/gammaknife/History b/examples/advanced/gammaknife/History index 4428c3e3e8..d4e026e04b 100644 --- a/examples/advanced/gammaknife/History +++ b/examples/advanced/gammaknife/History @@ -1,11 +1,17 @@ -------------------------------------------------------------------------------- -History File, 2012/10/24 F.Romano, Created -francesco.romano@lns.infn.it -------------------------------------------------------------------------------- +# Example gammaknife History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (gammaknife-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - ==================================================== - History file of the GammaKnife application - ==================================================== 29.10.2021 S. Guatelli (gammaknife-V10-07-03) - runManager deleted at the end of the main diff --git a/examples/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out index 7d3210f59e..3e255cd446 100644 --- a/examples/advanced/gammaknife/gammaknife.out +++ b/examples/advanced/gammaknife/gammaknife.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -133,7 +137,8 @@ Helmet size set to 14 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -150,7 +155,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -160,8 +165,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -237,10 +243,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -264,10 +270,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -295,10 +301,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -325,12 +331,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -341,10 +347,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -358,10 +364,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -384,10 +390,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -410,10 +416,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -436,14 +442,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -454,7 +459,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -463,14 +468,13 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -481,7 +485,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -490,10 +494,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -516,10 +520,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -542,56 +546,56 @@ hPairProd: for pi- XStype:1 SubType=4 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -604,12 +608,9 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003337s Sys=0.010000s - User TOT = 0.01 Real TOT = 0.00362196 + User=0.000000s Real=0.003982s Sys=0.010000s + User TOT = 0 Real TOT = 0.00440031 Summary of Run 0 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -617,56 +618,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -677,12 +678,9 @@ Run 1 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002547s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.00631318 + User=0.000000s Real=0.002511s Sys=0.000000s + User TOT = 0 Real TOT = 0.00705335 Summary of Run 1 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -690,56 +688,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -750,12 +748,9 @@ Run 2 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002245s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.00870555 + User=0.000000s Real=0.002131s Sys=0.000000s + User TOT = 0 Real TOT = 0.00933855 Summary of Run 2 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -763,56 +758,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -823,12 +818,9 @@ Run 3 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002709s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0115563 + User=0.000000s Real=0.002594s Sys=0.000000s + User TOT = 0 Real TOT = 0.0120776 Summary of Run 3 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -836,56 +828,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -896,12 +888,9 @@ Run 4 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002377s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0140751 + User=0.000000s Real=0.002261s Sys=0.000000s + User TOT = 0 Real TOT = 0.0144898 Summary of Run 4 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -909,56 +898,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -969,12 +958,9 @@ Run 5 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002681s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0169127 + User=0.000000s Real=0.002653s Sys=0.000000s + User TOT = 0 Real TOT = 0.0172858 Summary of Run 5 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -982,56 +968,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1042,12 +1028,9 @@ Run 6 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002453s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0195123 + User=0.010000s Real=0.002863s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0203017 Summary of Run 6 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1055,56 +1038,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1115,12 +1098,9 @@ Run 7 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002992s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.022679 + User=0.000000s Real=0.003249s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0236971 Summary of Run 7 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1128,56 +1108,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1188,12 +1168,9 @@ Run 8 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002305s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0251336 + User=0.000000s Real=0.002759s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0266002 Summary of Run 8 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1201,56 +1178,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1261,12 +1238,9 @@ Run 9 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003473s Sys=0.010000s - User TOT = 0.02 Real TOT = 0.0287538 + User=0.010000s Real=0.002417s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0291623 Summary of Run 9 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1274,56 +1248,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1334,12 +1308,9 @@ Run 10 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003235s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0321297 + User=0.000000s Real=0.002971s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0322845 Summary of Run 10 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1347,56 +1318,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1407,12 +1378,9 @@ Run 11 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002937s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0352145 + User=0.000000s Real=0.003332s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0357605 Summary of Run 11 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1420,56 +1388,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1480,12 +1448,9 @@ Run 12 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002580s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0379435 + User=0.000000s Real=0.002651s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0385764 Summary of Run 12 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1493,56 +1458,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1553,12 +1518,9 @@ Run 13 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002537s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0406454 + User=0.000000s Real=0.002696s Sys=0.010000s + User TOT = 0.02 Real TOT = 0.0414172 Summary of Run 13 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1566,56 +1528,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1626,12 +1588,9 @@ Run 14 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002080s Sys=0.010000s - User TOT = 0.03 Real TOT = 0.0428937 + User=0.000000s Real=0.002881s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0444614 Summary of Run 14 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1639,56 +1598,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1699,12 +1658,9 @@ Run 15 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002905s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0459442 + User=0.000000s Real=0.002657s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0472676 Summary of Run 15 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1712,56 +1668,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1772,12 +1728,9 @@ Run 16 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002581s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0487182 + User=0.000000s Real=0.002427s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0498395 Summary of Run 16 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1785,56 +1738,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1845,12 +1798,9 @@ Run 17 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002555s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0514253 + User=0.000000s Real=0.002646s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0526276 Summary of Run 17 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1858,56 +1808,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1918,12 +1868,9 @@ Run 18 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002927s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0544995 + User=0.000000s Real=0.002466s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0552512 Summary of Run 18 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -1931,56 +1878,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1991,12 +1938,9 @@ Run 19 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002525s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0571704 + User=0.010000s Real=0.003229s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0586166 Summary of Run 19 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2004,56 +1948,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2064,12 +2008,9 @@ Run 20 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002462s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0597772 + User=0.000000s Real=0.002512s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0612754 Summary of Run 20 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2077,56 +2018,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2137,12 +2078,9 @@ Run 21 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004812s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0647543 + User=0.000000s Real=0.003355s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0647871 Summary of Run 21 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2150,56 +2088,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2210,12 +2148,9 @@ Run 22 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002581s Sys=0.010000s - User TOT = 0.05 Real TOT = 0.0674923 + User=0.010000s Real=0.002548s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0675012 Summary of Run 22 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2223,56 +2158,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2283,12 +2218,9 @@ Run 23 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002950s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0705956 + User=0.000000s Real=0.002896s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0705461 Summary of Run 23 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2296,56 +2228,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2356,12 +2288,9 @@ Run 24 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002531s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0732826 + User=0.000000s Real=0.002327s Sys=0.010000s + User TOT = 0.04 Real TOT = 0.0730193 Summary of Run 24 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2369,56 +2298,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2429,12 +2358,9 @@ Run 25 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002257s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0756844 + User=0.000000s Real=0.002380s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0755591 Summary of Run 25 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2442,56 +2368,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2502,12 +2428,9 @@ Run 26 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002435s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0782803 + User=0.000000s Real=0.002349s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0780523 Summary of Run 26 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2515,56 +2438,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2575,12 +2498,9 @@ Run 27 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002379s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0808016 + User=0.000000s Real=0.002182s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0803785 Summary of Run 27 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2588,56 +2508,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2648,12 +2568,9 @@ Run 28 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003743s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0846955 + User=0.000000s Real=0.002064s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0825843 Summary of Run 28 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2661,56 +2578,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2721,12 +2638,9 @@ Run 29 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.027045s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.111953 + User=0.000000s Real=0.002651s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0853896 Summary of Run 29 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2734,56 +2648,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2794,12 +2708,9 @@ Run 30 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003032s Sys=0.010000s - User TOT = 0.06 Real TOT = 0.115143 + User=0.000000s Real=0.003455s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0889902 Summary of Run 30 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2807,56 +2718,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2867,12 +2778,9 @@ Run 31 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003015s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.118446 + User=0.000000s Real=0.002675s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0918229 Summary of Run 31 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2880,56 +2788,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2940,12 +2848,9 @@ Run 32 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002812s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.121419 + User=0.010000s Real=0.003109s Sys=0.010000s + User TOT = 0.05 Real TOT = 0.0950771 Summary of Run 32 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -2953,56 +2858,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3013,12 +2918,9 @@ Run 33 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002879s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.124482 + User=0.000000s Real=0.003042s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0982774 Summary of Run 33 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3026,56 +2928,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3086,12 +2988,9 @@ Run 34 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003343s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.128 + User=0.000000s Real=0.002827s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.101269 Summary of Run 34 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3099,56 +2998,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3159,12 +3058,9 @@ Run 35 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003193s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.131353 + User=0.000000s Real=0.002738s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.104168 Summary of Run 35 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3172,56 +3068,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3232,12 +3128,9 @@ Run 36 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003087s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.134596 + User=0.000000s Real=0.002970s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.107283 Summary of Run 36 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3245,56 +3138,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3305,12 +3198,9 @@ Run 37 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013548s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.148318 + User=0.010000s Real=0.002911s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.110334 Summary of Run 37 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3318,56 +3208,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3378,12 +3268,9 @@ Run 38 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003231s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.151953 + User=0.000000s Real=0.002312s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.112803 Summary of Run 38 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3391,56 +3278,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3451,12 +3338,9 @@ Run 39 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018034s Sys=0.010000s - User TOT = 0.07 Real TOT = 0.170163 + User=0.000000s Real=0.002451s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.1154 Summary of Run 39 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3464,56 +3348,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3524,12 +3408,9 @@ Run 40 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002713s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.173024 + User=0.000000s Real=0.002580s Sys=0.010000s + User TOT = 0.06 Real TOT = 0.118126 Summary of Run 40 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3537,56 +3418,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3597,12 +3478,9 @@ Run 41 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002196s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.175364 + User=0.000000s Real=0.002526s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.120797 Summary of Run 41 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3610,56 +3488,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3670,12 +3548,9 @@ Run 42 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002182s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.177691 + User=0.010000s Real=0.002474s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.123418 Summary of Run 42 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3683,56 +3558,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3743,12 +3618,9 @@ Run 43 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002763s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.180628 + User=0.000000s Real=0.002583s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.126144 Summary of Run 43 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3756,56 +3628,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3816,12 +3688,9 @@ Run 44 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003825s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.184594 + User=0.000000s Real=0.002448s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.128754 Summary of Run 44 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3829,56 +3698,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3889,12 +3758,9 @@ Run 45 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003289s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.188024 + User=0.000000s Real=0.002539s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.131439 Summary of Run 45 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3902,56 +3768,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -3962,12 +3828,9 @@ Run 46 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013917s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.202141 + User=0.000000s Real=0.002647s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.134231 Summary of Run 46 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -3975,56 +3838,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4035,12 +3898,9 @@ Run 47 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002747s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.205037 + User=0.000000s Real=0.002517s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.136907 Summary of Run 47 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4048,56 +3908,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4108,12 +3968,9 @@ Run 48 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002546s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.207721 + User=0.010000s Real=0.002365s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.139417 Summary of Run 48 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4121,56 +3978,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4181,12 +4038,9 @@ Run 49 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002281s Sys=0.010000s - User TOT = 0.1 Real TOT = 0.210149 + User=0.000000s Real=0.002700s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.142261 Summary of Run 49 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4194,56 +4048,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4254,12 +4108,9 @@ Run 50 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002237s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.212529 + User=0.000000s Real=0.003252s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.14568 Summary of Run 50 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4267,56 +4118,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4327,12 +4178,9 @@ Run 51 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002332s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.215017 + User=0.000000s Real=0.004443s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.150262 Summary of Run 51 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4340,56 +4188,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4400,12 +4248,9 @@ Run 52 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002795s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.217968 + User=0.010000s Real=0.003401s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.15381 Summary of Run 52 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4413,56 +4258,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4473,12 +4318,9 @@ Run 53 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002424s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.220546 + User=0.000000s Real=0.002527s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.156483 Summary of Run 53 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4486,56 +4328,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4546,12 +4388,9 @@ Run 54 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002381s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.223085 + User=0.000000s Real=0.002300s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.158928 Summary of Run 54 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4559,56 +4398,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4619,12 +4458,9 @@ Run 55 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003623s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.226845 + User=0.000000s Real=0.002663s Sys=0.010000s + User TOT = 0.09 Real TOT = 0.161762 Summary of Run 55 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4632,56 +4468,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4692,12 +4528,9 @@ Run 56 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002827s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.229805 + User=0.000000s Real=0.002492s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.164408 Summary of Run 56 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4705,56 +4538,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4765,12 +4598,9 @@ Run 57 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002207s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.23215 + User=0.000000s Real=0.002446s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.166997 Summary of Run 57 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4778,56 +4608,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4838,12 +4668,9 @@ Run 58 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002397s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.234678 + User=0.010000s Real=0.002666s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.169806 Summary of Run 58 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4851,56 +4678,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4911,12 +4738,9 @@ Run 59 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002329s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.237153 + User=0.000000s Real=0.002315s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.172266 Summary of Run 59 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4924,56 +4748,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -4984,12 +4808,9 @@ Run 60 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002334s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.239632 + User=0.000000s Real=0.002785s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.175195 Summary of Run 60 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -4997,56 +4818,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5057,12 +4878,9 @@ Run 61 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002847s Sys=0.010000s - User TOT = 0.12 Real TOT = 0.242626 + User=0.000000s Real=0.002638s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.177977 Summary of Run 61 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5070,56 +4888,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5130,12 +4948,9 @@ Run 62 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002521s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.24529 + User=0.000000s Real=0.003974s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.182096 Summary of Run 62 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5143,56 +4958,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5203,12 +5018,9 @@ Run 63 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002732s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.248171 + User=0.010000s Real=0.005005s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.187239 Summary of Run 63 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5216,56 +5028,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5276,12 +5088,9 @@ Run 64 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002732s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.251055 + User=0.000000s Real=0.009986s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.197413 Summary of Run 64 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5289,56 +5098,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5349,12 +5158,9 @@ Run 65 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002126s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.253331 + User=0.000000s Real=0.002300s Sys=0.010000s + User TOT = 0.11 Real TOT = 0.199868 Summary of Run 65 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5362,56 +5168,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5422,12 +5228,9 @@ Run 66 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002305s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.255782 + User=0.000000s Real=0.002333s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.202346 Summary of Run 66 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5435,56 +5238,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5495,12 +5298,9 @@ Run 67 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002783s Sys=0.010000s - User TOT = 0.12 Real TOT = 0.258726 + User=0.010000s Real=0.002786s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.205278 Summary of Run 67 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5508,56 +5308,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5568,12 +5368,9 @@ Run 68 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002390s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.261275 + User=0.000000s Real=0.002279s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.207701 Summary of Run 68 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5581,56 +5378,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5641,12 +5438,9 @@ Run 69 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002406s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.263825 + User=0.000000s Real=0.002545s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.210389 Summary of Run 69 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5654,56 +5448,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5714,12 +5508,9 @@ Run 70 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002818s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.266802 + User=0.000000s Real=0.002993s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.213527 Summary of Run 70 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5727,56 +5518,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5787,12 +5578,9 @@ Run 71 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002342s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.269292 + User=0.010000s Real=0.019734s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.23345 Summary of Run 71 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5800,56 +5588,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5860,12 +5648,9 @@ Run 72 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002246s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.27168 + User=0.000000s Real=0.002297s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.235946 Summary of Run 72 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5873,56 +5658,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5933,12 +5718,9 @@ Run 73 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002430s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.27426 + User=0.000000s Real=0.002868s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.238964 Summary of Run 73 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -5946,56 +5728,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6006,12 +5788,9 @@ Run 74 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002295s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.276701 + User=0.000000s Real=0.002253s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.241363 Summary of Run 74 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6019,56 +5798,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6079,12 +5858,9 @@ Run 75 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002520s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.279366 + User=0.010000s Real=0.002376s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.243884 Summary of Run 75 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6092,56 +5868,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6152,12 +5928,9 @@ Run 76 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002234s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.28175 + User=0.000000s Real=0.002518s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.246547 Summary of Run 76 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6165,56 +5938,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6225,12 +5998,9 @@ Run 77 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002316s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.284218 + User=0.000000s Real=0.002232s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.248938 Summary of Run 77 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6238,56 +6008,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6298,12 +6068,9 @@ Run 78 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002534s Sys=0.010000s - User TOT = 0.15 Real TOT = 0.286915 + User=0.010000s Real=0.003090s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.252173 Summary of Run 78 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6311,56 +6078,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6371,12 +6138,9 @@ Run 79 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003103s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.290167 + User=0.000000s Real=0.002206s Sys=0.010000s + User TOT = 0.15 Real TOT = 0.254545 Summary of Run 79 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6384,56 +6148,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6444,12 +6208,9 @@ Run 80 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023039s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.313364 + User=0.000000s Real=0.002212s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.256902 Summary of Run 80 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6457,56 +6218,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6517,12 +6278,9 @@ Run 81 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002412s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.315923 + User=0.000000s Real=0.013650s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.270705 Summary of Run 81 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6530,56 +6288,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6590,12 +6348,9 @@ Run 82 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002218s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.31829 + User=0.010000s Real=0.010010s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.280873 Summary of Run 82 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6603,56 +6358,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6663,12 +6418,9 @@ Run 83 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002148s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.32059 + User=0.000000s Real=0.003574s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.284589 Summary of Run 83 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6676,56 +6428,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6736,12 +6488,9 @@ Run 84 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003334s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.324068 + User=0.000000s Real=0.002387s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.287123 Summary of Run 84 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6749,56 +6498,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6809,12 +6558,9 @@ Run 85 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002283s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.326505 + User=0.000000s Real=0.002468s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.289736 Summary of Run 85 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6822,56 +6568,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6882,12 +6628,9 @@ Run 86 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002238s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.328912 + User=0.000000s Real=0.002235s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.292116 Summary of Run 86 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6895,56 +6638,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -6955,12 +6698,9 @@ Run 87 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002715s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.33177 + User=0.010000s Real=0.002547s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.295107 Summary of Run 87 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -6968,56 +6708,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7028,12 +6768,9 @@ Run 88 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002702s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.334618 + User=0.000000s Real=0.003600s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.298894 Summary of Run 88 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7041,56 +6778,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7101,12 +6838,9 @@ Run 89 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002634s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.337396 + User=0.000000s Real=0.003322s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.302378 Summary of Run 89 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7114,56 +6848,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7174,12 +6908,9 @@ Run 90 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003625s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.341167 + User=0.000000s Real=0.002121s Sys=0.010000s + User TOT = 0.17 Real TOT = 0.304654 Summary of Run 90 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7187,56 +6918,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7247,12 +6978,9 @@ Run 91 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002391s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.343711 + User=0.000000s Real=0.002825s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.307628 Summary of Run 91 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7260,56 +6988,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7320,12 +7048,9 @@ Run 92 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002844s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.34677 + User=0.000000s Real=0.002493s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.310291 Summary of Run 92 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7333,56 +7058,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7393,12 +7118,9 @@ Run 93 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002535s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.349498 + User=0.000000s Real=0.004591s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.315035 Summary of Run 93 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7406,56 +7128,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7466,12 +7188,9 @@ Run 94 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002439s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.352072 + User=0.000000s Real=0.004152s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.319347 Summary of Run 94 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7479,56 +7198,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7539,12 +7258,9 @@ Run 95 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002084s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.35429 + User=0.010000s Real=0.005474s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.325021 Summary of Run 95 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7552,56 +7268,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7612,12 +7328,9 @@ Run 96 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002120s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.356554 + User=0.000000s Real=0.002420s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.327603 Summary of Run 96 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7625,56 +7338,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7685,12 +7398,9 @@ Run 97 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002341s Sys=0.010000s - User TOT = 0.16 Real TOT = 0.359049 + User=0.000000s Real=0.002858s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.330631 Summary of Run 97 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7698,56 +7408,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7758,12 +7468,9 @@ Run 98 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002491s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.361682 + User=0.000000s Real=0.002685s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.333486 Summary of Run 98 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7771,56 +7478,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7831,12 +7538,9 @@ Run 99 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002851s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.364685 + User=0.010000s Real=0.002456s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.33609 Summary of Run 99 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7844,56 +7548,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7904,12 +7608,9 @@ Run 100 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002190s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.367014 + User=0.000000s Real=0.002322s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.338558 Summary of Run 100 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7917,56 +7618,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -7977,12 +7678,9 @@ Run 101 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002460s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.369619 + User=0.000000s Real=0.003092s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.341837 Summary of Run 101 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -7990,56 +7688,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8050,12 +7748,9 @@ Run 102 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002988s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.372766 + User=0.000000s Real=0.003000s Sys=0.010000s + User TOT = 0.19 Real TOT = 0.34501 Summary of Run 102 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8063,56 +7758,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8123,12 +7818,9 @@ Run 103 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002114s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.375035 + User=0.000000s Real=0.004056s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.349221 Summary of Run 103 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8136,56 +7828,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8196,12 +7888,9 @@ Run 104 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002459s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.377634 + User=0.010000s Real=0.004241s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.353603 Summary of Run 104 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8209,56 +7898,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8269,12 +7958,9 @@ Run 105 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002534s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.380322 + User=0.000000s Real=0.003961s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.357752 Summary of Run 105 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8282,56 +7968,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8342,12 +8028,9 @@ Run 106 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002814s Sys=0.010000s - User TOT = 0.18 Real TOT = 0.383279 + User=0.000000s Real=0.002180s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.360097 Summary of Run 106 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8355,56 +8038,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8415,12 +8098,9 @@ Run 107 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002316s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.385738 + User=0.000000s Real=0.002954s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.363206 Summary of Run 107 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8428,56 +8108,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8488,12 +8168,9 @@ Run 108 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002701s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.388582 + User=0.000000s Real=0.003203s Sys=0.010000s + User TOT = 0.2 Real TOT = 0.366561 Summary of Run 108 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8501,56 +8178,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8561,12 +8238,9 @@ Run 109 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002445s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.391182 + User=0.000000s Real=0.003131s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.369856 Summary of Run 109 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8574,56 +8248,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8634,12 +8308,9 @@ Run 110 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002725s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.394063 + User=0.000000s Real=0.002671s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.372682 Summary of Run 110 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8647,56 +8318,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8707,12 +8378,9 @@ Run 111 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002186s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.396448 + User=0.000000s Real=0.007720s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.380591 Summary of Run 111 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8720,56 +8388,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8780,12 +8448,9 @@ Run 112 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002788s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.399391 + User=0.000000s Real=0.014060s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.394826 Summary of Run 112 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8793,56 +8458,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8853,12 +8518,9 @@ Run 113 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004456s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.403998 + User=0.010000s Real=0.002157s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.397132 Summary of Run 113 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8866,56 +8528,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8926,12 +8588,9 @@ Run 114 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021136s Sys=0.000000s - User TOT = 0.19 Real TOT = 0.425323 + User=0.000000s Real=0.021779s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.419068 Summary of Run 114 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -8939,56 +8598,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -8999,12 +8658,9 @@ Run 115 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021069s Sys=0.000000s - User TOT = 0.19 Real TOT = 0.446561 + User=0.000000s Real=0.018694s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.437912 Summary of Run 115 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9012,56 +8668,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9072,12 +8728,9 @@ Run 116 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021594s Sys=0.000000s - User TOT = 0.19 Real TOT = 0.468345 + User=0.010000s Real=0.021230s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.459311 Summary of Run 116 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9085,56 +8738,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9145,12 +8798,9 @@ Run 117 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021252s Sys=0.000000s - User TOT = 0.2 Real TOT = 0.489812 + User=0.000000s Real=0.021395s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.480884 Summary of Run 117 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9158,56 +8808,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9218,12 +8868,9 @@ Run 118 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041747s Sys=0.000000s - User TOT = 0.2 Real TOT = 0.531713 + User=0.000000s Real=0.020786s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.501834 Summary of Run 118 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9231,56 +8878,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9291,12 +8938,9 @@ Run 119 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002611s Sys=0.000000s - User TOT = 0.2 Real TOT = 0.534476 + User=0.000000s Real=0.021390s Sys=0.010000s + User TOT = 0.22 Real TOT = 0.523381 Summary of Run 119 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9304,56 +8948,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9364,12 +9008,9 @@ Run 120 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.018855s Sys=0.000000s - User TOT = 0.21 Real TOT = 0.553479 + User=0.010000s Real=0.020637s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.544178 Summary of Run 120 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9377,56 +9018,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9437,12 +9078,9 @@ Run 121 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021163s Sys=0.010000s - User TOT = 0.21 Real TOT = 0.574843 + User=0.000000s Real=0.021374s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.565706 Summary of Run 121 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9450,56 +9088,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9510,12 +9148,9 @@ Run 122 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020111s Sys=0.000000s - User TOT = 0.21 Real TOT = 0.595108 + User=0.000000s Real=0.021034s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.586901 Summary of Run 122 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9523,56 +9158,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9583,12 +9218,9 @@ Run 123 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021359s Sys=0.000000s - User TOT = 0.21 Real TOT = 0.616618 + User=0.010000s Real=0.024877s Sys=0.000000s + User TOT = 0.24 Real TOT = 0.611977 Summary of Run 123 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9596,56 +9228,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9656,12 +9288,9 @@ Run 124 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021004s Sys=0.000000s - User TOT = 0.22 Real TOT = 0.63779 + User=0.000000s Real=0.016739s Sys=0.000000s + User TOT = 0.24 Real TOT = 0.628911 Summary of Run 124 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9669,56 +9298,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9729,12 +9358,9 @@ Run 125 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021060s Sys=0.000000s - User TOT = 0.22 Real TOT = 0.659014 + User=0.000000s Real=0.021137s Sys=0.000000s + User TOT = 0.24 Real TOT = 0.650225 Summary of Run 125 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9742,56 +9368,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9802,12 +9428,9 @@ Run 126 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021654s Sys=0.000000s - User TOT = 0.22 Real TOT = 0.680815 + User=0.010000s Real=0.020781s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.671191 Summary of Run 126 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9815,56 +9438,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9875,12 +9498,9 @@ Run 127 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.027207s Sys=0.000000s - User TOT = 0.22 Real TOT = 0.708174 + User=0.000000s Real=0.022860s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.69424 Summary of Run 127 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9888,56 +9508,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9948,12 +9568,9 @@ Run 128 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.015104s Sys=0.000000s - User TOT = 0.23 Real TOT = 0.723443 + User=0.000000s Real=0.019366s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.713779 Summary of Run 128 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -9961,56 +9578,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10021,12 +9638,9 @@ Run 129 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021075s Sys=0.010000s - User TOT = 0.23 Real TOT = 0.744684 + User=0.000000s Real=0.018879s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.732803 Summary of Run 129 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10034,56 +9648,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10094,12 +9708,9 @@ Run 130 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021274s Sys=0.000000s - User TOT = 0.23 Real TOT = 0.766122 + User=0.010000s Real=0.018970s Sys=0.000000s + User TOT = 0.26 Real TOT = 0.751922 Summary of Run 130 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10107,56 +9718,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10167,12 +9778,9 @@ Run 131 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020135s Sys=0.000000s - User TOT = 0.23 Real TOT = 0.786406 + User=0.000000s Real=0.025809s Sys=0.000000s + User TOT = 0.26 Real TOT = 0.777894 Summary of Run 131 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10180,56 +9788,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10240,12 +9848,9 @@ Run 132 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022170s Sys=0.000000s - User TOT = 0.23 Real TOT = 0.808741 + User=0.000000s Real=0.013556s Sys=0.010000s + User TOT = 0.26 Real TOT = 0.791638 Summary of Run 132 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10253,56 +9858,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10313,12 +9918,9 @@ Run 133 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021139s Sys=0.000000s - User TOT = 0.24 Real TOT = 0.830051 + User=0.010000s Real=0.021058s Sys=0.000000s + User TOT = 0.27 Real TOT = 0.812853 Summary of Run 133 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10326,56 +9928,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10386,12 +9988,9 @@ Run 134 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020907s Sys=0.000000s - User TOT = 0.24 Real TOT = 0.851138 + User=0.000000s Real=0.020971s Sys=0.000000s + User TOT = 0.27 Real TOT = 0.834011 Summary of Run 134 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10399,56 +9998,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10459,12 +10058,9 @@ Run 135 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021360s Sys=0.000000s - User TOT = 0.24 Real TOT = 0.872652 + User=0.000000s Real=0.018738s Sys=0.000000s + User TOT = 0.27 Real TOT = 0.852928 Summary of Run 135 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10472,56 +10068,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10532,12 +10128,9 @@ Run 136 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020849s Sys=0.010000s - User TOT = 0.24 Real TOT = 0.893694 + User=0.000000s Real=0.021832s Sys=0.000000s + User TOT = 0.27 Real TOT = 0.874925 Summary of Run 136 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10545,56 +10138,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10605,12 +10198,9 @@ Run 137 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021053s Sys=0.000000s - User TOT = 0.25 Real TOT = 0.914899 + User=0.000000s Real=0.018369s Sys=0.000000s + User TOT = 0.27 Real TOT = 0.893455 Summary of Run 137 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10618,56 +10208,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10678,12 +10268,9 @@ Run 138 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020951s Sys=0.000000s - User TOT = 0.25 Real TOT = 0.936 + User=0.010000s Real=0.019790s Sys=0.000000s + User TOT = 0.28 Real TOT = 0.913397 Summary of Run 138 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10691,56 +10278,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10751,12 +10338,9 @@ Run 139 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021043s Sys=0.000000s - User TOT = 0.25 Real TOT = 0.957193 + User=0.000000s Real=0.019515s Sys=0.000000s + User TOT = 0.28 Real TOT = 0.933059 Summary of Run 139 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10764,56 +10348,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10824,12 +10408,9 @@ Run 140 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021228s Sys=0.000000s - User TOT = 0.25 Real TOT = 0.978584 + User=0.000000s Real=0.019900s Sys=0.000000s + User TOT = 0.28 Real TOT = 0.953138 Summary of Run 140 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10837,56 +10418,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10897,12 +10478,9 @@ Run 141 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020967s Sys=0.000000s - User TOT = 0.25 Real TOT = 0.9997 + User=0.000000s Real=0.019306s Sys=0.010000s + User TOT = 0.28 Real TOT = 0.972618 Summary of Run 141 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10910,56 +10488,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -10970,12 +10548,9 @@ Run 142 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021066s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.02091 + User=0.000000s Real=0.018916s Sys=0.000000s + User TOT = 0.28 Real TOT = 0.991688 Summary of Run 142 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -10983,56 +10558,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11043,12 +10618,9 @@ Run 143 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021761s Sys=0.010000s - User TOT = 0.26 Real TOT = 1.04283 + User=0.000000s Real=0.021130s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.01298 Summary of Run 143 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11056,56 +10628,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11116,12 +10688,9 @@ Run 144 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020754s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.06376 + User=0.000000s Real=0.020764s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.0339 Summary of Run 144 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11129,56 +10698,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11189,12 +10758,9 @@ Run 145 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021166s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.08508 + User=0.000000s Real=0.018491s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.05258 Summary of Run 145 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11202,56 +10768,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11262,12 +10828,9 @@ Run 146 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021138s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.10637 + User=0.000000s Real=0.021231s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.07397 Summary of Run 146 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11275,56 +10838,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11335,12 +10898,9 @@ Run 147 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021016s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.12753 + User=0.000000s Real=0.020591s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.09473 Summary of Run 147 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11348,56 +10908,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11408,12 +10968,9 @@ Run 148 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020904s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.14861 + User=0.000000s Real=0.020598s Sys=0.010000s + User TOT = 0.28 Real TOT = 1.11563 Summary of Run 148 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11421,56 +10978,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11481,12 +11038,9 @@ Run 149 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.025940s Sys=0.010000s - User TOT = 0.26 Real TOT = 1.17472 + User=0.010000s Real=0.019714s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.13552 Summary of Run 149 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11494,56 +11048,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11554,12 +11108,9 @@ Run 150 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018316s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.1932 + User=0.000000s Real=0.020753s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.15646 Summary of Run 150 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11567,56 +11118,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11627,12 +11178,9 @@ Run 151 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020611s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.21397 + User=0.000000s Real=0.019199s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.17581 Summary of Run 151 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11640,56 +11188,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11700,12 +11248,9 @@ Run 152 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019212s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.23336 + User=0.000000s Real=0.029021s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.20501 Summary of Run 152 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11713,56 +11258,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11773,12 +11318,9 @@ Run 153 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021236s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.25477 + User=0.000000s Real=0.010091s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.21528 Summary of Run 153 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11786,56 +11328,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11846,12 +11388,9 @@ Run 154 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.040858s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.2958 + User=0.000000s Real=0.019741s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.23516 Summary of Run 154 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11859,56 +11398,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11919,12 +11458,9 @@ Run 155 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013463s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.30944 + User=0.000000s Real=0.020927s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.25628 Summary of Run 155 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -11932,56 +11468,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -11992,12 +11528,9 @@ Run 156 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009030s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.31864 + User=0.000000s Real=0.023254s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.2797 Summary of Run 156 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12005,56 +11538,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12065,12 +11598,9 @@ Run 157 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023797s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.34262 + User=0.000000s Real=0.041013s Sys=0.010000s + User TOT = 0.29 Real TOT = 1.32091 Summary of Run 157 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12078,56 +11608,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12138,12 +11668,9 @@ Run 158 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017770s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.36057 + User=0.000000s Real=0.019503s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.34065 Summary of Run 158 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12151,56 +11678,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12211,12 +11738,9 @@ Run 159 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020971s Sys=0.000000s - User TOT = 0.28 Real TOT = 1.38172 + User=0.000000s Real=0.006467s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.34728 Summary of Run 159 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12224,56 +11748,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12284,12 +11808,9 @@ Run 160 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021527s Sys=0.010000s - User TOT = 0.28 Real TOT = 1.40339 + User=0.010000s Real=0.021067s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.36851 Summary of Run 160 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12297,56 +11818,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12357,12 +11878,9 @@ Run 161 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021028s Sys=0.000000s - User TOT = 0.28 Real TOT = 1.4246 + User=0.000000s Real=0.007697s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.37638 Summary of Run 161 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12370,56 +11888,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12430,12 +11948,9 @@ Run 162 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020122s Sys=0.000000s - User TOT = 0.28 Real TOT = 1.44488 + User=0.000000s Real=0.019522s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.39606 Summary of Run 162 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12443,56 +11958,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12503,12 +12018,9 @@ Run 163 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021204s Sys=0.000000s - User TOT = 0.29 Real TOT = 1.46624 + User=0.000000s Real=0.018456s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.41468 Summary of Run 163 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12516,56 +12028,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12576,12 +12088,9 @@ Run 164 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021149s Sys=0.000000s - User TOT = 0.29 Real TOT = 1.48754 + User=0.000000s Real=0.020990s Sys=0.010000s + User TOT = 0.3 Real TOT = 1.43583 Summary of Run 164 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12589,56 +12098,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12649,12 +12158,9 @@ Run 165 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021554s Sys=0.000000s - User TOT = 0.29 Real TOT = 1.50925 + User=0.010000s Real=0.023386s Sys=0.000000s + User TOT = 0.31 Real TOT = 1.45937 Summary of Run 165 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12662,56 +12168,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12722,12 +12228,9 @@ Run 166 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021201s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.53064 + User=0.010000s Real=0.018624s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.47816 Summary of Run 166 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12735,56 +12238,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12795,12 +12298,9 @@ Run 167 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021098s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.55191 + User=0.000000s Real=0.027582s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.50589 Summary of Run 167 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12808,56 +12308,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12868,12 +12368,9 @@ Run 168 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020687s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.57276 + User=0.000000s Real=0.011541s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.5176 Summary of Run 168 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12881,56 +12378,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -12941,12 +12438,9 @@ Run 169 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021434s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.59437 + User=0.000000s Real=0.022175s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.53994 Summary of Run 169 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -12954,56 +12448,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13014,12 +12508,9 @@ Run 170 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018699s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.61325 + User=0.010000s Real=0.020693s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.5608 Summary of Run 170 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13027,56 +12518,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13087,12 +12578,9 @@ Run 171 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022935s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.63634 + User=0.000000s Real=0.021332s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.5823 Summary of Run 171 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13100,56 +12588,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13160,12 +12648,9 @@ Run 172 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017279s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.65378 + User=0.000000s Real=0.018353s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.6008 Summary of Run 172 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13173,56 +12658,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13233,12 +12718,9 @@ Run 173 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021811s Sys=0.010000s - User TOT = 0.3 Real TOT = 1.67578 + User=0.000000s Real=0.019446s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.62041 Summary of Run 173 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13246,56 +12728,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13306,12 +12788,9 @@ Run 174 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020356s Sys=0.000000s - User TOT = 0.31 Real TOT = 1.6963 + User=0.000000s Real=0.018643s Sys=0.010000s + User TOT = 0.33 Real TOT = 1.63921 Summary of Run 174 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13319,56 +12798,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13379,12 +12858,9 @@ Run 175 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020630s Sys=0.000000s - User TOT = 0.31 Real TOT = 1.7171 + User=0.010000s Real=0.018877s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.65827 Summary of Run 175 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13392,56 +12868,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13452,12 +12928,9 @@ Run 176 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021171s Sys=0.000000s - User TOT = 0.31 Real TOT = 1.73844 + User=0.000000s Real=0.019838s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.67826 Summary of Run 176 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13465,56 +12938,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13525,12 +12998,9 @@ Run 177 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021023s Sys=0.000000s - User TOT = 0.31 Real TOT = 1.75964 + User=0.000000s Real=0.028574s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.70699 Summary of Run 177 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13538,56 +13008,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13598,12 +13068,9 @@ Run 178 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020914s Sys=0.000000s - User TOT = 0.32 Real TOT = 1.78072 + User=0.000000s Real=0.024421s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.73157 Summary of Run 178 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13611,56 +13078,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13671,12 +13138,9 @@ Run 179 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021332s Sys=0.000000s - User TOT = 0.32 Real TOT = 1.80223 + User=0.000000s Real=0.007416s Sys=0.010000s + User TOT = 0.34 Real TOT = 1.73913 Summary of Run 179 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13684,56 +13148,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13744,12 +13208,9 @@ Run 180 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021062s Sys=0.000000s - User TOT = 0.32 Real TOT = 1.82345 + User=0.010000s Real=0.025681s Sys=0.000000s + User TOT = 0.35 Real TOT = 1.76498 Summary of Run 180 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13757,56 +13218,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13817,12 +13278,9 @@ Run 181 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021262s Sys=0.010000s - User TOT = 0.32 Real TOT = 1.8449 + User=0.000000s Real=0.014348s Sys=0.000000s + User TOT = 0.35 Real TOT = 1.77948 Summary of Run 181 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13830,56 +13288,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13890,12 +13348,9 @@ Run 182 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.019786s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.86486 + User=0.000000s Real=0.020931s Sys=0.000000s + User TOT = 0.35 Real TOT = 1.80059 Summary of Run 182 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13903,56 +13358,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -13963,12 +13418,9 @@ Run 183 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021781s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.88683 + User=0.000000s Real=0.022124s Sys=0.000000s + User TOT = 0.35 Real TOT = 1.82286 Summary of Run 183 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -13976,56 +13428,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14036,12 +13488,9 @@ Run 184 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021296s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.9083 + User=0.010000s Real=0.019700s Sys=0.000000s + User TOT = 0.36 Real TOT = 1.84275 Summary of Run 184 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14049,56 +13498,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14109,12 +13558,9 @@ Run 185 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018077s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.92652 + User=0.000000s Real=0.021207s Sys=0.000000s + User TOT = 0.36 Real TOT = 1.86413 Summary of Run 185 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14122,56 +13568,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14182,12 +13628,9 @@ Run 186 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021155s Sys=0.000000s - User TOT = 0.34 Real TOT = 1.94784 + User=0.000000s Real=0.027701s Sys=0.000000s + User TOT = 0.36 Real TOT = 1.89205 Summary of Run 186 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14195,56 +13638,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14255,12 +13698,9 @@ Run 187 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020517s Sys=0.000000s - User TOT = 0.34 Real TOT = 1.96856 + User=0.010000s Real=0.014723s Sys=0.000000s + User TOT = 0.37 Real TOT = 1.90693 Summary of Run 187 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14268,56 +13708,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14328,12 +13768,9 @@ Run 188 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021143s Sys=0.000000s - User TOT = 0.34 Real TOT = 1.98986 + User=0.000000s Real=0.020309s Sys=0.000000s + User TOT = 0.37 Real TOT = 1.9274 Summary of Run 188 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14341,56 +13778,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14401,12 +13838,9 @@ Run 189 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021609s Sys=0.000000s - User TOT = 0.34 Real TOT = 2.01163 + User=0.000000s Real=0.021680s Sys=0.000000s + User TOT = 0.37 Real TOT = 1.94924 Summary of Run 189 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14414,56 +13848,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14474,12 +13908,9 @@ Run 190 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021068s Sys=0.000000s - User TOT = 0.34 Real TOT = 2.03287 + User=0.000000s Real=0.021637s Sys=0.010000s + User TOT = 0.37 Real TOT = 1.97103 Summary of Run 190 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14487,56 +13918,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14547,12 +13978,9 @@ Run 191 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020345s Sys=0.000000s - User TOT = 0.34 Real TOT = 2.05339 + User=0.010000s Real=0.020090s Sys=0.000000s + User TOT = 0.38 Real TOT = 1.99128 Summary of Run 191 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14560,56 +13988,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14620,12 +14048,9 @@ Run 192 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021409s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.07496 + User=0.000000s Real=0.021133s Sys=0.000000s + User TOT = 0.38 Real TOT = 2.01258 Summary of Run 192 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14633,56 +14058,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14693,12 +14118,9 @@ Run 193 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020905s Sys=0.010000s - User TOT = 0.35 Real TOT = 2.09604 + User=0.000000s Real=0.020712s Sys=0.000000s + User TOT = 0.38 Real TOT = 2.03345 Summary of Run 193 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14706,56 +14128,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14766,12 +14188,9 @@ Run 194 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018785s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.11499 + User=0.000000s Real=0.020617s Sys=0.000000s + User TOT = 0.38 Real TOT = 2.05424 Summary of Run 194 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14779,56 +14198,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14839,12 +14258,9 @@ Run 195 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021506s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.13667 + User=0.000000s Real=0.021477s Sys=0.000000s + User TOT = 0.38 Real TOT = 2.07587 Summary of Run 195 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14852,56 +14268,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14912,12 +14328,9 @@ Run 196 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019987s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.15684 + User=0.000000s Real=0.021372s Sys=0.000000s + User TOT = 0.38 Real TOT = 2.09739 Summary of Run 196 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14925,56 +14338,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -14985,12 +14398,9 @@ Run 197 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021096s Sys=0.000000s - User TOT = 0.36 Real TOT = 2.17809 + User=0.000000s Real=0.021081s Sys=0.000000s + User TOT = 0.38 Real TOT = 2.11862 Summary of Run 197 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -14998,56 +14408,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -15058,12 +14468,9 @@ Run 198 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021281s Sys=0.010000s - User TOT = 0.36 Real TOT = 2.19954 + User=0.010000s Real=0.024309s Sys=0.000000s + User TOT = 0.39 Real TOT = 2.14311 Summary of Run 198 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -15071,56 +14478,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -15131,12 +14538,9 @@ Run 199 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020987s Sys=0.000000s - User TOT = 0.36 Real TOT = 2.22068 + User=0.000000s Real=0.017751s Sys=0.000000s + User TOT = 0.39 Real TOT = 2.16103 Summary of Run 199 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/geometryModified ========= Table of registered couples ============================ @@ -15144,56 +14548,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 22.852 keV e- 1.40918 MeV e+ 1.32924 MeV proton 10 keV + Energy thresholds : gamma 22.8507 keV e- 1.40918 MeV e+ 1.32925 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : StainlessSteel Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.6038 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV + Energy thresholds : gamma 20.6058 keV e- 1.28056 MeV e+ 1.21009 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 10 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 20.7555 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV + Energy thresholds : gamma 20.7572 keV e- 1.28885 MeV e+ 1.21776 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 10 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 10 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 100 um - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 10 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -15204,18 +14608,15 @@ Run 200 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021028s Sys=0.000000s - User TOT = 0.36 Real TOT = 2.24188 + User=0.000000s Real=0.018851s Sys=0.000000s + User TOT = 0.39 Real TOT = 2.18003 Summary of Run 200 : -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.059 MB +Number of memory pools allocated: 12 of which, static: 0 +Dynamic pools deleted: 12 / Total memory freed: 0.046 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/gammaray_telescope/History b/examples/advanced/gammaray_telescope/History index 1d2a852bc4..da9258e665 100644 --- a/examples/advanced/gammaray_telescope/History +++ b/examples/advanced/gammaray_telescope/History @@ -1,12 +1,17 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example gammaray_telescope History - ========================================================= - Geant4 - gammaray_telescope - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (gammaraytel-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - History file - ------------ 07.10.2021 - I. Hrivnacova (gammaraytel-V10-07-08) Migration to new G4AnalysisManager.hh header; define the default output file type (root). diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index 55455598f0..f1121172e7 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -210,13 +214,12 @@ THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4RadioactiveD ------------------------------------------------------------ 2 LAT 1 TOP -### G4EmConfigurator::AddModels n= 0 -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon /gun/sourceGen true /gun/particle proton /gun/energy 1 GeV @@ -228,6 +231,7 @@ NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -245,7 +249,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -255,8 +259,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -336,10 +341,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -372,10 +377,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -409,10 +414,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -422,6 +427,7 @@ hBrems: for proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -445,12 +451,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -458,7 +464,8 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -468,7 +475,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -476,10 +483,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -493,10 +500,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -506,6 +513,7 @@ hBrems: for anti_proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for anti_proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -525,10 +533,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -538,6 +546,7 @@ hBrems: for kaon+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -557,10 +566,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -570,6 +579,7 @@ hBrems: for kaon- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -589,25 +599,25 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -622,25 +632,25 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -649,10 +659,10 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -666,18 +676,18 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -687,6 +697,7 @@ hBrems: for pi+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -706,10 +717,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -719,6 +730,7 @@ hBrems: for pi- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -744,6 +756,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -753,11 +766,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -765,11 +780,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -778,10 +795,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_alpha @@ -790,10 +809,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -802,10 +823,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_lambda @@ -813,11 +836,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_neutron @@ -826,10 +851,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_proton @@ -838,10 +865,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_triton @@ -850,10 +879,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for deuteron @@ -861,11 +892,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -873,12 +906,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -886,12 +921,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for lambda @@ -899,12 +936,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for neutron @@ -912,28 +951,36 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -941,12 +988,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -954,12 +1003,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for proton @@ -967,12 +1018,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -980,12 +1033,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton @@ -993,29 +1048,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1.4427 us Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -1028,35 +1085,35 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : CesiumIodide Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 9.2867 keV e- 144.573 keV e+ 141.008 keV proton 10 keV + Energy thresholds : gamma 9.2865 keV e- 144.614 keV e+ 141.091 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Silicon Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.32185 keV e- 121.933 keV e+ 119.718 keV proton 10 keV + Energy thresholds : gamma 2.32237 keV e- 122.002 keV e+ 119.773 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Tungsten Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 36.2806 keV e- 351.89 keV e+ 338.072 keV proton 10 keV + Energy thresholds : gamma 36.2769 keV e- 351.958 keV e+ 338.125 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Scintillator Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.00808 keV e- 86.3263 keV e+ 85.1755 keV proton 10 keV + Energy thresholds : gamma 994.647 eV e- 86.3927 keV e+ 85.2583 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1074,4389 +1131,4299 @@ Using G4ParticleGun ... 8.53858 LIN proton Event: 0 -Number of tracker hits in this event = 59 - 0 98.7354 1245 10 1 69.2404 74.1904 95.55 - 0 121.028 1270 10 0 69.2398 74.1902 94.15 - 0 170.912 1245 9 1 69.2265 74.1881 65.55 - 0 153.039 1270 9 0 69.2265 74.1874 64.15 - 0 110.24 1245 8 1 69.2117 74.1785 35.55 - 0 156.23 1270 8 0 69.2113 74.1777 34.15 - 0 114.388 1245 7 1 69.2029 74.162 5.55 - 0 100.974 1270 7 0 69.2046 74.1608 4.15 - 0 87.0224 1245 6 1 69.2391 74.1336 -24.45 - 0 101.19 1270 6 0 69.2396 74.1328 -25.85 - 0 110.804 1245 5 1 69.2494 74.1157 -54.45 - 0 264.653 1270 5 0 69.2501 74.114 -55.85 - 0 157.401 1246 4 1 69.2651 74.0759 -84.45 - 0 99.5822 1270 4 0 69.2648 74.0748 -85.85 - 0 169.327 1246 3 1 69.2598 74.0525 -114.45 - 0 180.651 1270 3 0 69.2593 74.0521 -115.85 - 0 120.195 1246 2 1 69.2524 74.0447 -144.45 - 0 132.321 1269 2 0 69.2519 74.0432 -145.85 - 0 108.935 1245 1 1 69.2413 74.0107 -174.45 - 0 270.747 1269 1 0 69.2408 74.01 -175.85 - 0 108.603 1245 0 1 69.2316 73.9956 -204.45 - 0 156.627 1269 0 0 69.2303 73.9964 -205.85 - 0 6.84608 1270 0 0 69.2371 74.05 -206.244 - 0 96.0726 1635 0 0 44.4704 147.159 -206.25 - 0 367.455 1275 1 0 70.4503 75.1174 -175.85 - 0 26.905 1276 1 0 70.7118 75.25 -176.02 - 0 41.9745 1255 1 1 71.1507 74.8552 -174.85 - 0 5.84796 1254 1 1 70.9317 74.3084 -174.85 - 0 122.202 1276 8 1 75.3919 71.1296 35.55 - 0 111.246 1253 8 0 75.2163 70.7995 34.1499 - 0 79.6309 1258 7 1 71.7248 63.2774 5.55 - 0 42.8506 1257 7 1 71.6499 63.2223 5.30307 - 0 101.396 1214 7 0 71.2076 63.0129 4.14964 - 0 60.0417 1195 6 1 59.1227 60.9184 -24.45 - 0 89.4764 1194 6 1 59.0496 60.9125 -24.5977 - 0 147.488 1204 6 0 58.3996 60.9215 -25.8504 - 0 23.9621 1104 5 1 40.8708 61.6156 -54.4511 - 0 98.5297 1103 5 1 40.85 61.6125 -54.5213 - 0 115.889 1207 5 0 40.4853 61.6259 -55.8501 - 0 176.1 1059 4 1 31.9504 62.082 -84.45 - 0 3.92594 1213 4 0 32.2773 62.842 -85.85 - 0 112.901 1214 4 0 32.2808 62.85 -85.8647 - 0 13.1213 1215 4 0 32.3676 63.05 -86.2096 - 0 53.1322 1352 4 0 70.3908 90.7198 -86.25 - 0 186.789 1353 4 0 70.4764 90.75 -86.1837 - 0 42.9991 1354 4 0 70.9942 90.95 -85.915 - 0 40.3773 1263 4 1 72.8061 91.8214 -84.8498 - 0 89.0523 1264 4 1 72.85 91.8431 -84.8245 - 0 78.5134 1265 4 1 73.05 91.9658 -84.6945 - 0 45.2333 1266 4 1 73.25 92.13 -84.5367 - 0 171.977 1431 5 0 63.5072 106.4 -56.2498 - 0 27.0897 1432 5 0 63.3801 106.55 -55.921 - 0 21.697 1212 5 1 62.5073 107.316 -54.85 - 0 220.422 1211 5 1 62.45 107.368 -54.786 - 0 87.8976 1209 5 1 61.9314 107.817 -54.45 - 0 87.7118 1210 5 1 62.05 107.871 -54.6375 - 0 55.7634 1439 5 0 62.701 108.099 -55.85 - 0 100.752 1440 5 0 62.7461 108.15 -56.0225 - 0 27.7594 1441 5 0 62.736 108.35 -56.2227 -Number of digits in this event = 20 -Using G4ParticleGun ... -4.95331 LIN -proton -Event: 1 -Number of tracker hits in this event = 24 - 1 139.173 1395 10 1 99.1954 -15.8012 95.55 - 1 106.273 821 10 0 99.1936 -15.8001 94.15 - 1 119.122 1395 9 1 99.1551 -15.7725 65.55 - 1 119.824 821 9 0 99.1521 -15.7707 64.15 - 1 135.877 1394 8 1 99.0935 -15.7331 35.55 - 1 110.494 821 8 0 99.0904 -15.7328 34.15 - 1 108.066 1394 7 1 99.0255 -15.7234 5.55 - 1 97.5625 821 7 0 99.0213 -15.7227 4.15 - 1 123.727 1393 6 1 98.9377 -15.7081 -24.45 - 1 110.062 821 6 0 98.9321 -15.7071 -25.85 - 1 132.973 1393 5 1 98.8172 -15.6946 -54.45 - 1 123.137 821 5 0 98.8107 -15.6935 -55.85 - 1 175.162 1392 4 1 98.6804 -15.6749 -84.45 - 1 154.665 821 4 0 98.6742 -15.6742 -85.85 - 1 144.29 1391 3 1 98.5458 -15.662 -114.45 - 1 175.608 821 3 0 98.5394 -15.6615 -115.85 - 1 103.767 1391 2 1 98.4129 -15.6438 -144.45 - 1 98.8066 822 2 0 98.4056 -15.6434 -145.85 - 1 102.604 1390 1 1 98.2546 -15.6332 -174.45 - 1 125.231 822 1 0 98.2477 -15.6325 -175.85 - 1 132.284 1389 0 1 98.1109 -15.6144 -204.45 - 1 153.031 822 0 0 98.104 -15.6152 -205.85 - 1 20.3175 716 5 0 170.175 -36.7148 -56.25 - 1 249.445 912 3 0 47.6239 2.45447 -116.25 -Number of digits in this event = 15 -Using G4ParticleGun ... -3.11409 LIN -proton -Event: 2 -Number of tracker hits in this event = 24 - 2 106.703 777 11 1 -24.5213 29.8746 125.55 - 2 105.758 1049 11 0 -24.5189 29.8747 124.15 - 2 131.586 777 10 1 -24.4689 29.8779 95.55 - 2 125.501 1049 10 0 -24.465 29.8774 94.15 - 2 205.666 778 9 1 -24.3799 29.8656 65.55 - 2 167.33 1049 9 0 -24.374 29.8638 64.15 - 2 110.278 778 8 1 -24.2558 29.8288 35.55 - 2 128.196 1048 8 0 -24.2514 29.8261 34.15 - 2 110.303 779 7 1 -24.1551 29.7697 5.55 - 2 127.155 1048 7 0 -24.15 29.7646 4.15 - 2 201.716 779 6 1 -24.0543 29.6576 -24.45 - 2 139.847 1048 6 0 -24.0514 29.6535 -25.85 - 2 103.854 780 5 1 -23.9938 29.5769 -54.45 - 2 101.709 1047 5 0 -23.9898 29.5737 -55.85 - 2 107.843 780 4 1 -23.9105 29.514 -84.45 - 2 102.301 1047 4 0 -23.9045 29.5103 -85.85 - 2 102.545 781 3 1 -23.7747 29.4399 -114.45 - 2 133.073 1046 3 0 -23.768 29.4363 -115.85 - 2 118.37 782 2 1 -23.6399 29.3729 -144.45 - 2 131.78 1046 2 0 -23.6325 29.3697 -145.85 - 2 129.113 782 1 1 -23.4744 29.3123 -174.45 - 2 127.225 1046 1 0 -23.4639 29.3082 -175.85 - 2 107.143 783 0 1 -23.2612 29.2222 -204.45 - 2 114.839 1045 0 0 -23.2504 29.2196 -205.85 -Number of digits in this event = 13 -Using G4ParticleGun ... -5.81447 LIN -proton -Event: 3 -Number of tracker hits in this event = 22 - 3 126.156 981 9 1 16.2571 -117.447 65.55 - 3 122.472 313 9 0 16.2573 -117.447 64.15 - 3 125.285 981 8 1 16.2579 -117.451 35.55 - 3 148.543 313 8 0 16.2582 -117.452 34.15 - 3 168.978 981 7 1 16.2606 -117.47 5.55 - 3 116.294 313 7 0 16.2604 -117.471 4.15 - 3 126.937 981 6 1 16.2581 -117.493 -24.45 - 3 142.636 313 6 0 16.2577 -117.495 -25.85 - 3 103.025 980 5 1 16.2433 -117.526 -54.45 - 3 111.368 313 5 0 16.2419 -117.526 -55.85 - 3 198.411 980 4 1 16.2147 -117.542 -84.45 - 3 139.112 313 4 0 16.214 -117.543 -85.85 - 3 127.972 980 3 1 16.199 -117.559 -114.45 - 3 120.897 312 3 0 16.1987 -117.561 -115.85 - 3 134.044 980 2 1 16.1934 -117.581 -144.45 - 3 118.721 312 2 0 16.1944 -117.582 -145.85 - 3 106.015 980 1 1 16.2187 -117.595 -174.45 - 3 112.033 312 1 0 16.2195 -117.595 -175.85 - 3 136.653 980 0 1 16.2357 -117.601 -204.45 - 3 139.706 312 0 0 16.2363 -117.602 -205.85 - 3 111.696 309 4 0 15.6021 -118.236 -85.85 - 3 126.67 308 4 0 15.4903 -118.35 -86.0574 -Number of digits in this event = 16 -Using G4ParticleGun ... -8.61717 LIN -proton -Event: 4 -Number of tracker hits in this event = 37 - 4 113.384 1263 10 1 72.6575 -86.4356 95.55 - 4 145.925 468 10 0 72.6571 -86.4355 94.15 - 4 101.784 1262 9 1 72.6494 -86.4388 65.55 - 4 89.2988 468 9 0 72.6488 -86.44 64.15 - 4 97.8164 1262 8 1 72.6382 -86.4651 35.55 - 4 107.454 467 8 0 72.637 -86.4651 34.15 - 4 183.404 1262 7 1 72.6152 -86.4677 5.55 - 4 112.539 467 7 0 72.6142 -86.468 4.15 - 4 107.585 1262 6 1 72.5961 -86.473 -24.45 - 4 148.042 467 6 0 72.5955 -86.4734 -25.85 - 4 118.07 1262 5 1 72.5793 -86.4831 -54.45 - 4 192.575 467 5 0 72.578 -86.4841 -55.85 - 4 114.996 1262 4 1 72.5516 -86.5037 -84.45 - 4 123.472 467 4 0 72.55 -86.5048 -85.85 - 4 101.53 1262 3 1 72.5199 -86.5317 -114.45 - 4 97.6369 467 3 0 72.5198 -86.5331 -115.85 - 4 135.487 1262 2 1 72.5157 -86.5614 -144.45 - 4 128.528 467 2 0 72.5158 -86.5628 -145.85 - 4 125.162 1262 1 1 72.5163 -86.5923 -174.45 - 4 220.17 467 1 0 72.5162 -86.594 -175.85 - 4 137.144 1262 0 1 72.5085 -86.6282 -204.45 - 4 110.381 467 0 0 72.5073 -86.6304 -205.85 - 4 93.5258 1261 7 1 72.4499 -86.3016 5.41392 - 4 26.863 1260 7 1 72.25 -86.1548 5.21122 - 4 63.0725 473 7 0 70.8001 -85.3399 4.15 - 4 257.177 474 7 0 70.6605 -85.25 4.03712 - 4 103.549 475 7 0 70.1316 -85.05 3.97361 - 4 91.9661 476 7 0 69.8509 -84.85 3.92125 - 4 24.0842 477 7 0 69.5937 -84.65 3.79282 - 4 1.90285 1068 6 1 33.6528 -43.2975 -24.45 - 4 102.09 1067 6 1 33.65 -43.2961 -24.462 - 4 57.7164 1066 6 1 33.45 -43.2281 -24.7527 - 4 36.3027 686 6 0 32.1689 -42.7358 -25.85 - 4 102.144 687 6 0 32.0619 -42.65 -25.9325 - 4 37.5155 688 6 0 31.8703 -42.4498 -26.1505 - 4 42.4273 1122 6 0 105.123 44.5117 -26.25 - 4 86.4204 1123 6 0 105.233 44.65 -26.2332 -Number of digits in this event = 13 -Using G4ParticleGun ... -4.01196 LIN -proton -Event: 5 -Number of tracker hits in this event = 27 - 5 115.422 585 10 1 -62.8953 77.7667 95.55 - 5 97.8173 1288 10 0 -62.895 77.7687 94.15 - 5 136.632 585 9 1 -62.8849 77.8055 65.55 - 5 83.6671 1288 9 0 -62.8849 77.8067 64.15 - 5 143.825 585 8 1 -62.8847 77.8304 35.55 - 5 112.762 1288 8 0 -62.8842 77.8328 34.15 - 5 107.309 585 7 1 -62.8825 77.8811 5.55 - 5 167.244 1289 7 0 -62.8848 77.8833 4.15 - 5 96.4802 585 6 1 -62.9363 77.9333 -24.45 - 5 138.229 1289 6 0 -62.9406 77.9353 -25.85 - 5 110.869 585 5 1 -63.0197 77.9726 -54.45 - 5 297.437 1289 5 0 -63.022 77.9746 -55.85 - 5 101.269 584 4 1 -63.0641 78.0158 -84.45 - 5 179.754 1289 4 0 -63.0657 78.0186 -85.85 - 5 92.0346 584 3 1 -63.0977 78.0695 -114.45 - 5 191.006 1290 3 0 -63.0973 78.0694 -115.85 - 5 146.009 584 2 1 -63.0857 78.0655 -144.45 - 5 120.588 1290 2 0 -63.087 78.0665 -145.85 - 5 112.816 584 1 1 -63.1097 78.0866 -174.45 - 5 112.925 1290 1 0 -63.1098 78.0857 -175.85 - 5 104.293 584 0 1 -63.1084 78.0633 -204.45 - 5 134.641 1290 0 0 -63.1087 78.0637 -205.85 - 5 43.0456 166 6 1 -146.896 -72.2213 -24.6405 - 5 72.8749 583 2 1 -63.25 77.9843 -144.51 - 5 101.992 582 2 1 -63.45 77.982 -144.514 - 5 254.855 581 2 1 -63.6502 77.9881 -144.489 - 5 93.8535 580 2 1 -63.85 77.7865 -144.472 -Number of digits in this event = 13 -Using G4ParticleGun ... -6.67967 LIN -proton -Event: 6 -Number of tracker hits in this event = 63 - 6 118.59 880 9 1 -3.98221 -120.062 65.55 - 6 91.9189 300 9 0 -3.98214 -120.063 64.15 - 6 128.537 880 8 1 -3.98239 -120.076 35.55 - 6 99.978 300 8 0 -3.98187 -120.077 34.15 - 6 134.182 880 7 1 -3.97172 -120.096 5.55 - 6 133.852 300 7 0 -3.97098 -120.097 4.15 - 6 123.203 880 6 1 -3.95769 -120.119 -24.45 - 6 110.372 300 6 0 -3.95801 -120.121 -25.85 - 6 130.299 880 5 1 -3.96584 -120.144 -54.45 - 6 115.912 300 5 0 -3.96639 -120.146 -55.85 - 6 113.793 880 4 1 -3.97827 -120.187 -84.45 - 6 98.6784 299 4 0 -3.97882 -120.188 -85.85 - 6 116.855 880 3 1 -3.98855 -120.218 -114.45 - 6 159.117 299 3 0 -3.98877 -120.22 -115.85 - 6 95.167 880 2 1 -3.98985 -120.262 -144.45 - 6 198.85 299 2 0 -3.98942 -120.263 -145.85 - 6 94.0009 880 1 1 -3.97894 -120.295 -174.45 - 6 100.15 299 1 0 -3.9782 -120.296 -175.85 - 6 105.754 880 0 1 -3.96188 -120.327 -204.45 - 6 148.202 299 0 0 -3.95976 -120.328 -205.85 - 6 151.234 1191 2 1 58.4465 52.3688 -144.827 - 6 137.006 1000 9 1 20.1762 109.716 65.15 - 6 202.103 851 8 1 -9.85 28.1748 35.4174 - 6 218.014 708 4 1 -38.45 -156.074 -84.4821 - 6 70.7564 493 4 1 -81.279 162.051 -84.45 - 6 100.283 494 4 1 -81.25 162.032 -84.5477 - 6 114.338 1710 4 0 -80.9126 162.244 -85.8502 - 6 8.7369 1711 4 0 -80.7867 162.35 -86.2153 - 6 78.4506 750 0 0 -19.1011 -29.9411 -206.25 - 6 255.695 751 0 0 -19.1275 -29.85 -206.224 - 6 270.812 752 0 0 -19.1851 -29.65 -206.169 - 6 168.854 753 0 0 -19.2462 -29.45 -206.113 - 6 161.869 754 0 0 -19.3095 -29.25 -206.06 - 6 181.382 755 0 0 -19.3737 -29.05 -206.004 - 6 432.338 756 0 0 -19.4439 -28.85 -205.949 - 6 124.479 757 0 0 -19.5158 -28.65 -205.892 - 6 317.226 796 0 1 -20.7454 -25.3937 -204.85 - 6 573.796 795 0 1 -20.85 -25.1172 -204.761 - 6 786.306 794 0 1 -21.05 -24.6199 -204.604 - 6 1.2206 793 0 1 -21.25 -24.1546 -204.45 - 6 517.86 789 0 1 -22.1604 -22.3186 -204.45 - 6 1824.48 788 0 1 -22.25 -22.1887 -204.457 - 6 1194.94 787 0 1 -22.45 -21.9285 -204.52 - 6 106.474 790 0 0 -22.7511 -21.9656 -205.85 - 6 78.441 195 0 0 35.5588 -140.997 -206.25 - 6 163.766 194 0 0 35.6228 -141.15 -205.982 - 6 148.619 1078 0 1 35.7514 -141.709 -204.85 - 6 29.7985 112 1 0 28.4144 -157.69 -176.25 - 6 126.599 111 1 0 28.3874 -157.75 -176.144 - 6 10.8767 110 1 0 28.3127 -157.95 -175.881 - 6 193.676 1039 1 1 27.9393 -158.817 -174.85 - 6 195.644 75 2 0 -3.22915 -165.057 -146.25 - 6 293.816 877 2 1 -4.54038 -165.103 -144.85 - 6 153.215 876 2 1 -4.65 -165.109 -144.742 - 6 383.18 875 2 1 -4.85006 -164.757 -144.668 - 6 34.0911 90 2 0 -5.90194 -162.077 -145.85 - 6 81.7822 91 2 0 -5.95977 -161.95 -145.908 - 6 85.8793 92 2 0 -6.05054 -161.75 -145.998 - 6 36.0955 93 2 0 -6.14241 -161.55 -146.149 - 6 286.844 193 0 0 35.4575 -141.35 -205.899 - 6 237.97 557 2 0 3.0143 -68.5999 -146.25 - 6 87.2406 881 2 1 -3.80201 -120.256 -144.85 - 6 9.73039 397 3 0 130.091 -100.697 -116.25 -Number of digits in this event = 38 -Using G4ParticleGun ... -2.20423 LIN -proton -Event: 7 -Number of tracker hits in this event = 25 - 7 216.577 1387 9 1 97.7033 -67.9411 65.55 - 7 229.533 560 9 0 97.7034 -67.9415 64.15 - 7 136.667 1387 8 1 97.7142 -67.9483 35.55 - 7 108.005 560 8 0 97.7121 -67.95 34.15 - 7 127.058 1387 7 1 97.6697 -67.9911 5.55 - 7 147.628 560 7 0 97.6665 -67.9906 4.15 - 7 103.418 1387 6 1 97.613 -67.9797 -24.45 - 7 157.687 560 6 0 97.6104 -67.9796 -25.85 - 7 163.391 1387 5 1 97.5623 -67.9773 -54.45 - 7 112.85 560 5 0 97.5602 -67.9764 -55.85 - 7 126.895 1386 4 1 97.5151 -67.9604 -84.45 - 7 115.554 560 4 0 97.5137 -67.956 -85.85 - 7 106.295 1386 3 1 97.4814 -67.8672 -114.45 - 7 108.573 560 3 0 97.4792 -67.8613 -115.85 - 7 139.86 1386 2 1 97.426 -67.7339 -144.45 - 7 188.283 561 2 0 97.4218 -67.7291 -145.85 - 7 108.914 1385 1 1 97.3372 -67.6288 -174.45 - 7 139.962 562 1 0 97.3322 -67.6194 -175.85 - 7 128.538 1385 0 1 97.2328 -67.421 -204.45 - 7 116.748 563 0 0 97.2278 -67.4095 -205.85 - 7 131.207 1388 5 1 97.75 -68.0627 -54.5499 - 7 100.036 1389 5 1 97.9501 -67.9111 -54.6839 - 7 48.3966 568 5 0 98.3984 -66.3772 -55.85 - 7 63.5337 569 5 0 98.3958 -66.25 -55.9494 - 7 89.3081 570 5 0 98.3522 -66.05 -56.0527 -Number of digits in this event = 14 -Using G4ParticleGun ... -2.44129 LIN -proton -Event: 8 -Number of tracker hits in this event = 17 - 8 42.5256 1549 7 1 130.149 72.9164 5.55 - 8 46.6383 1550 7 1 130.15 72.9188 5.36812 - 8 184.096 1264 7 0 130.158 72.935 4.15 - 8 110.98 1550 6 1 130.34 73.3202 -24.45 - 8 109.053 1266 6 0 130.35 73.3384 -25.85 - 8 161.274 1551 5 1 130.547 73.7026 -54.45 - 8 155.61 1268 5 0 130.553 73.7229 -55.85 - 8 154.436 1552 4 1 130.666 74.1394 -84.45 - 8 96.7736 1270 4 0 130.671 74.1548 -85.85 - 8 145.401 1553 3 1 130.776 74.473 -114.45 - 8 108.558 1272 3 0 130.78 74.489 -115.85 - 8 130.946 1553 2 1 130.857 74.8136 -144.45 - 8 108.811 1273 2 0 130.86 74.8322 -145.85 - 8 106.62 1553 1 1 130.932 75.2192 -174.45 - 8 98.2359 1275 1 0 130.933 75.2368 -175.85 - 8 145.259 1554 0 1 130.959 75.5846 -204.45 - 8 108.888 1277 0 0 130.958 75.5985 -205.85 -Number of digits in this event = 8 -Using G4ParticleGun ... -1.44514 LIN -proton -Event: 9 -Number of tracker hits in this event = 21 - 9 116.028 210 7 1 -138.013 52.5481 5.55 - 9 103.535 1162 7 0 -138.016 52.5509 4.15 - 9 124.146 210 6 1 -138.072 52.6491 -24.45 - 9 135.393 1163 6 0 -138.076 52.6527 -25.85 - 9 173.444 210 5 1 -138.137 52.7234 -54.45 - 9 105.739 1163 5 0 -138.138 52.7245 -55.85 - 9 240.786 210 4 1 -138.129 52.7422 -84.45 - 9 139.27 1163 4 0 -138.128 52.7447 -85.85 - 9 122.265 210 3 1 -138.112 52.7908 -114.45 - 9 218.674 1163 3 0 -138.113 52.7931 -115.85 - 9 143.33 210 2 1 -138.136 52.8476 -144.45 - 9 114.695 1163 2 0 -138.138 52.8465 -145.85 - 9 132.201 209 1 1 -138.184 52.8181 -174.45 - 9 118.809 1163 1 0 -138.19 52.8208 -175.85 - 9 120.891 209 0 1 -138.333 52.8731 -204.45 - 9 122.479 1164 0 0 -138.34 52.8765 -205.85 - 9 28.997 209 4 1 -138.15 52.9774 -84.7998 - 9 30.191 1168 4 0 -138.384 53.7874 -85.85 - 9 371.783 1169 4 0 -138.422 53.85 -85.8611 - 9 38.1308 1170 4 0 -138.609 54.05 -86.1404 - 9 29.841 1162 6 0 -138.085 52.65 -26.204 -Number of digits in this event = 14 -Using G4ParticleGun ... -1.54066 LIN -proton -Event: 10 -Number of tracker hits in this event = 32 - 10 176.739 1392 10 1 98.7401 -60.0069 95.55 - 10 122.387 600 10 0 98.741 -60.0073 94.15 - 10 133.27 1393 9 1 98.7676 -59.9939 65.55 - 10 136.105 600 9 0 98.7719 -59.9895 64.15 - 10 108.326 1393 8 1 98.8572 -59.8861 35.55 - 10 114.163 600 8 0 98.8698 -59.873 34.15 - 10 128.561 1394 7 1 99.1206 -59.5976 5.55 - 10 128.525 602 7 0 99.1339 -59.5877 4.15 - 10 168.297 1396 6 1 99.401 -59.3848 -24.45 - 10 126.901 603 6 0 99.4139 -59.3754 -25.85 - 10 165.333 1397 5 1 99.6641 -59.1661 -54.45 - 10 192.168 604 5 0 99.6752 -59.1556 -55.85 - 10 147.392 1398 4 1 99.9101 -58.9444 -84.45 - 10 175.807 605 4 0 99.9264 -58.9322 -85.85 - 10 131.232 1400 3 1 100.254 -58.6756 -114.45 - 10 182.139 606 3 0 100.267 -58.665 -115.85 - 10 250.845 1401 2 1 100.521 -58.4616 -144.45 - 10 116.46 608 2 0 100.533 -58.4499 -145.85 - 10 118.334 1403 1 1 100.771 -58.2144 -174.45 - 10 115.767 609 1 0 100.781 -58.1994 -175.85 - 10 149.594 1404 0 1 100.995 -57.9064 -204.45 - 10 127.561 610 0 0 101.005 -57.8933 -205.85 - 10 49.9376 825 7 0 165.011 -14.9888 3.75 - 10 237.676 824 7 0 165.021 -15.05 3.86567 - 10 108.377 1725 7 1 165.246 -15.4881 5.15 - 10 11.6715 1781 1 1 176.426 -54.5823 -174.85 - 10 163.179 1782 1 1 176.55 -54.4982 -174.66 - 10 52.5031 1783 1 1 176.75 -54.2165 -174.688 - 10 52.7451 625 1 0 176.66 -54.8812 -175.85 - 10 185.151 1769 1 1 174.063 -55.532 -174.85 - 10 54.5815 1768 1 1 173.95 -55.5374 -174.837 - 10 208.176 1398 5 1 99.75 -59.1083 -54.6811 -Number of digits in this event = 24 -Using G4ParticleGun ... -9.08205 LIN -proton -Event: 11 -Number of tracker hits in this event = 25 - 11 102.551 641 10 1 -51.7647 -102.378 95.55 - 11 141.11 388 10 0 -51.7647 -102.378 94.15 - 11 157.449 641 9 1 -51.7627 -102.374 65.55 - 11 174.04 388 9 0 -51.7621 -102.373 64.15 - 11 105.75 641 8 1 -51.7493 -102.361 35.55 - 11 155.77 388 8 0 -51.7485 -102.36 34.15 - 11 150.887 641 7 1 -51.7288 -102.346 5.55 - 11 115.981 389 7 0 -51.7275 -102.345 4.15 - 11 111.285 641 6 1 -51.7028 -102.326 -24.45 - 11 110.722 389 6 0 -51.7022 -102.326 -25.85 - 11 103.148 641 5 1 -51.6906 -102.323 -54.45 - 11 140.41 389 5 0 -51.6896 -102.322 -55.85 - 11 113.758 641 4 1 -51.6597 -102.306 -84.45 - 11 103.617 389 4 0 -51.658 -102.306 -85.85 - 11 106.352 642 3 1 -51.6213 -102.286 -114.45 - 11 106.817 389 3 0 -51.6187 -102.285 -115.85 - 11 518.019 642 2 1 -51.5668 -102.259 -144.45 - 11 149.454 389 2 0 -51.5644 -102.257 -145.85 - 11 123.539 642 1 1 -51.5117 -102.219 -174.45 - 11 328.418 389 1 0 -51.5098 -102.217 -175.85 - 11 93.5668 642 0 1 -51.4694 -102.17 -204.45 - 11 122.768 389 0 0 -51.4672 -102.167 -205.85 - 11 64.2663 385 2 0 -51.4383 -103.022 -145.85 - 11 102.169 384 2 0 -51.4548 -103.15 -146.084 - 11 102.88 640 8 1 -51.8577 -101.973 35.15 +Number of tracker hits in this event = 26 + 0 100.889 1245 10 1 69.2404 74.1904 95.55 + 0 113.308 1270 10 0 69.2398 74.1902 94.15 + 0 153.177 1245 9 1 69.2269 74.1875 65.55 + 0 143.782 1270 9 0 69.2257 74.1868 64.15 + 0 128.989 1245 8 1 69.1981 74.1714 35.55 + 0 109.165 1270 8 0 69.1953 74.1712 34.15 + 0 229.83 1245 7 1 69.1373 74.1648 5.55 + 0 119.409 1270 7 0 69.1346 74.1643 4.15 + 0 134.673 1245 6 1 69.0846 74.1483 -24.45 + 0 117.861 1270 6 0 69.0819 74.1485 -25.85 + 0 223.152 1244 5 1 69.0244 74.1545 -54.45 + 0 151.333 1270 5 0 69.0208 74.1551 -55.85 + 0 135.776 1244 4 1 68.9498 74.1711 -84.45 + 0 110.524 1270 4 0 68.9463 74.1713 -85.85 + 0 100.548 1244 3 1 68.8734 74.1724 -114.45 + 0 110.314 1270 3 0 68.8699 74.1726 -115.85 + 0 101.681 1243 2 1 68.8008 74.1773 -144.45 + 0 167.724 1270 2 0 68.7981 74.1778 -145.85 + 0 105.367 1243 1 1 68.7411 74.1898 -174.45 + 0 92.4034 1270 1 0 68.7384 74.1914 -175.85 + 0 107.804 1243 0 1 68.683 74.2248 -204.45 + 0 158.721 1270 0 0 68.6798 74.2267 -205.85 + 0 23.6362 1245 5 1 69.05 74.1817 -54.6788 + 0 6.40709 1439 6 1 107.977 43.0213 -24.85 + 0 96.122 1271 9 0 69.2546 74.25 63.7994 + 0 212.052 1272 9 0 69.3464 74.4506 63.8644 Number of digits in this event = 12 Using G4ParticleGun ... -8.80008 LIN +8.80191 LIN +proton +Event: 1 +Number of tracker hits in this event = 465 + 1 10.1948 213 11 0 -70.7447 -137.35 123.975 + 1 14.1307 212 11 0 -71.0152 -137.55 124.107 + 1 148.556 542 11 1 -71.4805 -138.183 125.15 + 1 1.18156 976 9 1 15.25 -27.9023 65.5452 + 1 50.2255 278 10 0 127.866 -124.453 94.0718 + 1 33.3204 1114 10 1 43.0394 -121.713 95.2139 + 1 52.7703 449 11 0 -8.86218 -90.1842 123.75 + 1 46.4104 856 11 1 -8.73988 -89.8987 125.15 + 1 1831.31 518 11 0 -25.7133 -76.4401 123.75 + 1 562.679 519 11 0 -25.9308 -76.25 124.058 + 1 931.108 766 11 1 -26.7425 -75.5811 125.15 + 1 1774.28 765 11 1 -26.85 -75.4923 125.295 + 1 2330.72 620 12 0 -46.3351 -56.0277 153.75 + 1 1420.2 868 10 1 -6.38678 -93.9538 95.55 + 1 729.718 427 10 0 -6.55488 -94.6443 94.15 + 1 2722.37 426 10 0 -6.58007 -94.75 93.9385 + 1 528.089 852 9 1 -9.61923 -109.134 65.55 + 1 513.827 851 9 1 -9.65 -109.236 65.3202 + 1 1053.01 351 9 0 -9.7997 -109.769 64.15 + 1 3.42054 350 9 0 -9.85082 -109.95 63.7521 + 1 1088.39 832 8 1 -13.4768 -122.603 35.55 + 1 193.408 284 8 0 -13.7088 -123.314 34.15 + 1 883.933 283 8 0 -13.7208 -123.35 34.0783 + 1 1065.73 808 7 1 -18.364 -137.84 5.55 + 1 199.318 807 7 1 -18.45 -138.013 5.21433 + 1 1157.09 207 7 0 -18.7171 -138.568 4.15 + 1 152.425 206 7 0 -18.8043 -138.75 3.80259 + 1 1360.95 769 6 1 -26.1176 -153.235 -24.45 + 1 1014.47 130 6 0 -26.2756 -153.979 -25.85 + 1 354.551 129 6 0 -26.3128 -154.15 -26.1658 + 1 2048.3 752 5 1 -29.4773 -169.314 -54.45 + 1 853.261 50 5 0 -29.5885 -170.071 -55.85 + 1 1366.26 49 5 0 -29.6017 -170.15 -55.9985 + 1 1113.18 869 10 1 -6.22029 -93.6726 95.55 + 1 1813.87 870 10 1 -6.05 -93.4777 95.3652 + 1 213.143 439 10 0 -4.96298 -92.225 94.15 + 1 572.672 440 10 0 -4.89804 -92.15 94.077 + 1 538.381 441 10 0 -4.72483 -91.95 93.8819 + 1 969.664 1001 9 1 20.2511 -63.1541 65.55 + 1 632.942 1002 9 1 20.45 -62.9517 65.3299 + 1 240.629 590 9 0 21.5176 -61.8861 64.15 + 1 679.44 591 9 0 21.5538 -61.85 64.1099 + 1 362.586 592 9 0 21.7554 -61.65 63.8865 + 1 641.127 1140 8 1 48.0615 -35.9209 35.55 + 1 726.48 1141 8 1 48.25 -35.7009 35.3326 + 1 146.968 727 8 0 49.313 -34.5012 34.15 + 1 937.466 728 8 0 49.3585 -34.45 34.0995 + 1 512.205 729 8 0 49.5387 -34.25 33.9002 + 1 94.1451 1275 7 1 75.2276 -6.27649 5.55 + 1 905.803 1276 7 1 75.25 -6.2516 5.52624 + 1 625.949 1277 7 1 75.45 -6.02866 5.31458 + 1 697.74 876 7 0 76.5714 -4.83332 4.15 + 1 781.649 877 7 0 76.7434 -4.65 3.97103 + 1 106.126 878 7 0 76.9328 -4.45 3.77168 + 1 638.316 1415 6 1 103.228 24.0198 -24.45 + 1 1263.14 1416 6 1 103.35 24.1729 -24.5775 + 1 380.394 1417 6 1 103.55 24.4238 -24.7879 + 1 672.028 1028 6 0 104.578 25.7153 -25.85 + 1 1031.84 1029 6 0 104.685 25.85 -25.9607 + 1 768.843 1030 6 0 104.847 26.05 -26.1253 + 1 218.362 1559 5 1 132.119 60.7478 -54.45 + 1 1643.99 1560 5 1 132.15 60.7789 -54.477 + 1 1679.94 1561 5 1 132.35 60.9676 -54.6563 + 1 103.001 1562 5 1 132.55 61.116 -54.8381 + 1 1225.84 1209 5 0 133.679 61.9471 -55.85 + 1 2836.57 1210 5 0 133.819 62.05 -55.9753 + 1 433.291 1211 5 0 134.09 62.25 -56.2178 + 1 319.534 336 11 0 2.02671 -112.842 123.75 + 1 594.261 335 11 0 2.07448 -112.95 123.91 + 1 27.4828 911 11 1 2.44401 -113.787 125.15 + 1 766.827 912 11 1 2.45 -113.8 125.17 + 1 471.123 237 12 0 10.3799 -132.613 153.75 + 1 397.906 236 12 0 10.4374 -132.75 153.958 + 1 650.506 953 12 1 10.7623 -133.534 155.15 + 1 230.94 954 12 1 10.85 -133.747 155.472 + 1 497.953 140 13 0 18.8382 -151.965 183.75 + 1 201.736 139 13 0 18.9193 -152.15 184.037 + 1 100.703 995 13 1 19.2305 -152.871 185.15 + 1 647.177 996 13 1 19.25 -152.916 185.22 + 1 144.039 48 14 0 28.2461 -170.506 213.75 + 1 725.913 47 14 0 28.2686 -170.55 213.821 + 1 10.0051 46 14 0 28.3699 -170.75 214.142 + 1 805.331 1043 14 1 28.6842 -171.386 215.15 + 1 946.206 871 10 1 -5.85 -93.768 95.5149 + 1 238.215 872 10 1 -5.65 -93.7214 95.4233 + 1 55.9563 873 10 1 -5.45 -93.675 95.3315 + 1 89.7193 874 10 1 -5.25 -93.6292 95.2399 + 1 296.271 435 10 0 -2.83448 -93.0882 94.15 + 1 198.881 436 10 0 -2.21621 -92.95 93.8712 + 1 3.57773 1203 9 1 60.8372 -77.9777 65.55 + 1 73.9777 1204 9 1 60.85 -77.9742 65.5441 + 1 63.1969 1205 9 1 61.05 -77.9206 65.4522 + 1 81.1592 1206 9 1 61.25 -77.867 65.3592 + 1 67.6131 1207 9 1 61.45 -77.813 65.2662 + 1 15.6601 1208 9 1 61.65 -77.7578 65.1741 + 1 117.869 514 9 0 63.8988 -77.1382 64.15 + 1 215.793 515 9 0 64.2188 -77.05 64.0043 + 1 7.05001 1534 8 1 127.123 -59.9048 35.55 + 1 89.6835 1535 8 1 127.15 -59.8962 35.5374 + 1 58.6391 1536 8 1 127.35 -59.8314 35.4431 + 1 113.315 1537 8 1 127.55 -59.7663 35.3497 + 1 91.5691 1538 8 1 127.75 -59.701 35.255 + 1 13.2127 1539 8 1 127.95 -59.6374 35.1596 + 1 185.006 605 8 0 130.039 -58.9799 34.15 + 1 165.963 606 8 0 130.451 -58.85 33.9506 + 1 24.38 430 10 0 -6.875 -94.145 94.15 + 1 224.952 429 10 0 -6.89684 -94.15 94.1487 + 1 311.551 428 10 0 -6.45924 -94.35 93.8349 + 1 87.9093 860 9 1 -7.95391 -101.513 65.55 + 1 363.612 391 9 0 -8.02962 -101.867 64.15 + 1 228.098 390 9 0 -8.04729 -101.95 63.8235 + 1 121.695 852 8 1 -9.59724 -109.12 35.55 + 1 72.9852 353 8 0 -9.67717 -109.481 34.15 + 1 39.5417 352 8 0 -9.69259 -109.55 33.8821 + 1 190.852 843 7 1 -11.3239 -116.897 5.55 + 1 115.536 314 7 0 -11.4063 -117.25 4.15 + 1 1.82293 313 7 0 -11.4296 -117.35 3.75452 + 1 239.096 834 6 1 -13.1027 -124.474 -24.45 + 1 287.201 276 6 0 -13.1816 -124.839 -25.85 + 1 143.457 826 5 1 -14.7781 -132.306 -54.45 + 1 101.675 237 5 0 -14.8576 -132.674 -55.85 + 1 25.701 236 5 0 -14.8741 -132.75 -56.141 + 1 141.226 817 4 1 -16.4556 -140.186 -84.45 + 1 140.534 197 4 0 -16.5304 -140.562 -85.85 + 1 174.715 809 3 1 -18.0634 -148.262 -114.45 + 1 110.232 157 3 0 -18.1371 -148.633 -115.85 + 1 104.931 801 2 1 -19.6515 -156.178 -144.45 + 1 16.0255 118 2 0 -19.7233 -156.543 -145.85 + 1 130.123 117 2 0 -19.7246 -156.55 -145.877 + 1 110.878 794 1 1 -21.2101 -164.01 -174.45 + 1 151.12 78 1 0 -21.2868 -164.371 -175.85 + 1 119.779 785 0 1 -22.8739 -171.747 -204.45 + 1 48.947 40 0 0 -22.9541 -172.104 -205.85 + 1 75.9538 39 0 0 -22.9643 -172.15 -206.029 + 1 1196.61 1065 9 1 33.0637 -109.453 65.55 + 1 1379.49 1066 9 1 33.25 -109.485 65.3701 + 1 143.071 1067 9 1 33.45 -109.527 65.1709 + 1 3211.44 352 9 0 34.5134 -109.689 64.15 + 1 84.222 866 10 1 -6.70512 -93.6784 95.55 + 1 87.2045 865 10 1 -6.85 -93.5944 95.4866 + 1 120.647 864 10 1 -7.05 -93.4766 95.3984 + 1 119.048 863 10 1 -7.25 -93.3568 95.3093 + 1 88.582 862 10 1 -7.45 -93.2364 95.2187 + 1 269.089 442 10 0 -9.9118 -91.75 94.0933 + 1 261.55 443 10 0 -10.2459 -91.55 93.9376 + 1 39.2563 444 10 0 -10.567 -91.35 93.7883 + 1 20.8486 541 9 1 -71.8094 -53.0767 65.55 + 1 154.11 540 9 1 -71.85 -53.0467 65.5252 + 1 122.044 539 9 1 -72.05 -52.8989 65.4027 + 1 120.649 538 9 1 -72.25 -52.7493 65.284 + 1 151.206 537 9 1 -72.45 -52.5986 65.1665 + 1 27.4874 643 9 0 -74.1971 -51.2883 64.15 + 1 200.842 644 9 0 -74.2482 -51.25 64.1203 + 1 272.615 645 9 0 -74.5164 -51.05 63.9654 + 1 61.3704 646 9 0 -74.7883 -50.85 63.8111 + 1 109.505 282 8 1 -123.622 -14.5081 35.55 + 1 181.248 281 8 1 -123.75 -14.4128 35.4671 + 1 216.388 280 8 1 -123.95 -14.2673 35.3383 + 1 78.0816 279 8 1 -124.15 -14.1217 35.2109 + 1 92.5703 835 8 0 -125.817 -12.9254 34.15 + 1 170.76 836 8 0 -125.922 -12.85 34.0831 + 1 146.462 837 8 0 -126.196 -12.65 33.9076 + 1 7.17017 46 7 1 -170.936 19.4994 5.55 + 1 199.894 45 7 1 -170.95 19.5079 5.54154 + 1 165.314 44 7 1 -171.15 19.6289 5.42013 + 1 116.278 43 7 1 -171.35 19.7511 5.29801 + 1 39.5644 42 7 1 -171.55 19.872 5.17429 + 1 12.1222 1003 7 0 -173.204 20.8396 4.15 + 1 293.287 1004 7 0 -173.222 20.85 4.13896 + 1 179.233 1005 7 0 -173.563 21.05 3.92717 + 1 109.789 874 9 1 -5.14569 -78.7164 65.55 + 1 88.0965 510 9 0 -5.09755 -78.0135 64.15 + 1 15.7223 511 9 0 -5.08634 -77.85 63.8244 + 1 173.059 879 8 1 -4.0908 -63.7188 35.55 + 1 120.688 585 8 0 -4.03878 -63.0308 34.15 + 1 9.18758 586 8 0 -4.02511 -62.85 33.7824 + 1 101.283 885 7 1 -3.01208 -48.9987 5.55 + 1 47.9816 658 7 0 -2.95858 -48.3107 4.15 + 1 99.5216 659 7 0 -2.95382 -48.25 4.02647 + 1 158.431 890 6 1 -1.86835 -34.2634 -24.45 + 1 2.01564 891 6 1 -1.85 -34.0741 -24.8371 + 1 90.8362 732 6 0 -1.80246 -33.5782 -25.85 + 1 151.968 733 6 0 -1.79017 -33.45 -26.1118 + 1 169.069 897 5 1 -0.472966 -19.5894 -54.45 + 1 46.4239 805 5 0 -0.404399 -18.909 -55.85 + 1 112.013 806 5 0 -0.398484 -18.85 -55.9712 + 1 130.638 904 4 1 0.990861 -5.02061 -84.45 + 1 72.0324 878 4 0 1.05184 -4.33604 -85.85 + 1 52.4635 879 4 0 1.05947 -4.25 -86.026 + 1 306.445 912 3 1 2.48314 9.64297 -114.45 + 1 1745.1 941 3 0 3.81129 8.32094 -115.85 + 1 98.0341 924 3 1 4.90107 9.59963 -114.85 + 1 78.9311 923 3 1 4.85 9.65551 -114.769 + 1 246.904 1235 8 0 -145.693 67.0536 33.75 + 1 0.0689067 985 3 0 -3.56918 17.05 -116.08 + 1 136.248 873 4 0 57.1073 -5.25 -86.193 + 1 209.773 134 0 0 30.8263 -153.15 -206.167 + 1 2445.64 911 3 1 2.29716 9.65595 -114.45 + 1 135.536 705 4 0 -16.5949 -39.0079 -86.25 + 1 331.299 704 4 0 -16.6112 -39.05 -86.2256 + 1 371.278 703 4 0 -16.6887 -39.25 -86.1093 + 1 490.068 702 4 0 -16.7661 -39.45 -85.9928 + 1 84.1057 701 4 0 -16.8436 -39.65 -85.8764 + 1 720.812 812 4 1 -17.5263 -41.4217 -84.85 + 1 681.744 811 4 1 -17.65 -41.7426 -84.664 + 1 268.851 465 5 0 -35.495 -86.9101 -56.25 + 1 387.103 464 5 0 -35.5503 -87.05 -56.1619 + 1 410.816 463 5 0 -35.6293 -87.25 -56.0359 + 1 180.074 462 5 0 -35.708 -87.45 -55.9097 + 1 467.515 718 5 1 -36.3561 -89.1169 -54.85 + 1 1120.21 717 5 1 -36.45 -89.3585 -54.6964 + 1 37.6347 320 6 0 -42.5467 -116.135 -26.25 + 1 685.026 319 6 0 -42.55 -116.15 -26.2343 + 1 520.994 318 6 0 -42.5942 -116.35 -26.0188 + 1 157.333 686 6 1 -42.8372 -117.432 -24.85 + 1 848.346 685 6 1 -42.85 -117.489 -24.7885 + 1 485.463 175 7 0 -48.2731 -144.971 3.75 + 1 572.15 174 7 0 -48.3083 -145.15 3.93581 + 1 15.7693 173 7 0 -48.3476 -145.35 4.14423 + 1 1137.76 657 7 1 -48.5389 -146.315 5.15 + 1 523.156 29 8 0 -55.0286 -174.201 33.75 + 1 520.375 28 8 0 -55.0635 -174.35 33.9032 + 1 90.9446 27 8 0 -55.1104 -174.55 34.1089 + 1 1360.14 623 8 1 -55.3448 -175.566 35.15 + 1 1.21804 1059 7 0 -61.2576 31.9442 3.75 + 1 1387.8 910 3 1 2.25 9.51818 -114.607 + 1 821.427 942 3 0 1.96325 8.5513 -115.85 + 1 41.9308 940 3 0 1.87581 8.25 -116.242 + 1 3715.18 874 2 1 -5.23047 -13.7725 -144.45 + 1 264.19 944 3 0 2.17635 8.91937 -115.85 + 1 740.492 943 3 0 2.1663 8.85 -115.984 + 1 8.54429 900 2 1 0.0504094 -5.88922 -144.45 + 1 303.086 866 2 0 -0.0823877 -6.76064 -145.85 + 1 539.971 865 2 0 -0.0953875 -6.85 -145.993 + 1 1198.52 885 1 1 -2.88104 -24.7248 -174.45 + 1 688.533 771 1 0 -3.03956 -25.6726 -175.85 + 1 334.625 770 1 0 -3.06792 -25.85 -176.111 + 1 1388.03 872 0 1 -5.60415 -44.9115 -204.45 + 1 13.3637 671 0 0 -5.64734 -45.8466 -205.85 + 1 834.29 670 0 0 -5.6475 -45.85 -205.855 + 1 298.505 669 0 0 -5.657 -46.05 -206.151 + 1 18.686 1090 4 0 -29.6934 38.05 -86.1046 + 1 52.1307 689 4 1 -42.05 39.4948 -84.7149 + 1 10.9431 805 2 1 -18.85 -95.9412 -144.477 + 1 32.6864 804 2 1 -19.05 -96.8956 -144.759 + 1 47.9713 413 2 0 -18.707 -97.4752 -145.85 + 1 73.1588 412 2 0 -18.7049 -97.5507 -145.887 + 1 256.571 806 2 1 -18.783 -98.0523 -144.85 + 1 725.002 951 3 0 2.6875 10.2793 -115.85 + 1 19.1628 952 3 0 2.79619 10.45 -116.231 + 1 568.183 954 2 1 10.8711 22.9569 -144.45 + 1 344.833 1017 2 0 11.2759 23.5771 -145.85 + 1 387.862 1018 2 0 11.3233 23.65 -146.015 + 1 582.557 996 1 1 19.3175 36.1802 -174.45 + 1 81.2237 1083 1 0 19.7156 36.8183 -175.85 + 1 433.398 1084 1 0 19.7352 36.85 -175.919 + 1 543.078 1040 0 1 28.1187 49.6308 -204.45 + 1 529.552 1151 0 0 28.5704 50.2556 -205.85 + 1 133.069 949 3 0 2.63936 9.92008 -115.85 + 1 88.0084 950 3 0 2.6437 10.0501 -115.891 + 1 181.447 380 4 1 -103.982 126.564 -84.45 + 1 5.7623 1101 11 1 40.25 -77.4221 125.179 + 1 87.8421 1367 10 0 25.9127 93.637 93.9519 + 1 109.332 1331 4 0 -122.097 86.3617 -85.9977 + 1 138.466 1351 5 0 -71.3943 90.3662 -56.25 + 1 1461.58 1350 5 0 -71.3796 90.35 -56.2372 + 1 1656.03 1349 5 0 -71.1176 90.05 -56.0103 + 1 26.7456 1348 5 0 -70.9383 89.85 -55.8519 + 1 1252.6 551 5 1 -69.7745 88.5948 -54.85 + 1 2172.66 552 5 1 -69.65 88.4605 -54.7428 + 1 1530.6 553 5 1 -69.45 88.2431 -54.5704 + 1 679.295 440 11 0 -115.254 -91.9562 123.75 + 1 1959.68 441 11 0 -115.61 -91.95 123.842 + 1 27.727 297 11 1 -120.729 -91.8568 125.15 + 1 368.897 296 11 1 -120.75 -91.8565 125.155 + 1 350.473 295 11 1 -120.95 -91.8529 125.206 + 1 363.623 294 11 1 -121.15 -91.8492 125.257 + 1 369.796 293 11 1 -121.35 -91.8446 125.308 + 1 302.273 292 11 1 -121.55 -91.8396 125.358 + 1 313.299 291 11 1 -121.75 -91.8348 125.408 + 1 270.664 290 11 1 -121.95 -91.8299 125.461 + 1 194.599 289 11 1 -122.15 -91.8246 125.513 + 1 202.442 354 11 0 8.47292 -109.306 123.75 + 1 927.409 353 11 0 8.51526 -109.35 123.83 + 1 208.246 945 11 1 9.19777 -110.077 125.15 + 1 611.169 946 11 1 9.25 -110.132 125.252 + 1 594.544 281 12 0 25.1492 -123.821 153.75 + 1 369.991 280 12 0 25.2993 -123.95 154.019 + 1 458.793 1029 12 1 25.9422 -124.511 155.15 + 1 570.798 1030 12 1 26.05 -124.604 155.339 + 1 927.254 207 13 0 41.7143 -138.603 183.75 + 1 388.362 206 13 0 41.8784 -138.75 184.048 + 1 711.537 1113 13 1 42.6885 -139.114 185.15 + 1 481.035 1114 13 1 42.85 -139.183 185.366 + 1 1164.42 155 14 0 63.3174 -149.016 213.75 + 1 77.6439 154 14 0 63.5964 -149.15 214.137 + 1 605.596 1221 14 1 64.3298 -149.509 215.15 + 1 880.524 1222 14 1 64.45 -149.568 215.316 + 1 121.771 867 10 1 -6.45 -93.9583 95.309 + 1 110.742 835 9 1 -12.9372 -100.094 65.55 + 1 154.733 398 9 0 -13.2472 -100.389 64.15 + 1 139.675 802 8 1 -19.6185 -106.404 35.55 + 1 79.0882 801 8 1 -19.65 -106.433 35.41 + 1 91.4252 367 8 0 -19.9329 -106.691 34.15 + 1 32.9286 366 8 0 -19.9977 -106.75 33.8618 + 1 299.175 768 7 1 -26.3429 -112.515 5.55 + 1 127.726 336 7 0 -26.6508 -112.812 4.15 + 1 63.0994 735 6 1 -33.004 -118.928 -24.45 + 1 59.9261 734 6 1 -33.05 -118.972 -24.6647 + 1 161.185 304 6 0 -33.3053 -119.218 -25.85 + 1 89.7219 702 5 1 -39.4606 -125.152 -54.45 + 1 222.254 273 5 0 -39.7642 -125.442 -55.85 + 1 51.0199 670 4 1 -46.0014 -131.418 -84.45 + 1 114.465 669 4 1 -46.05 -131.461 -84.6616 + 1 74.7026 242 4 0 -46.3248 -131.702 -85.85 + 1 43.8875 241 4 0 -46.3791 -131.75 -86.0846 + 1 194.369 635 3 1 -52.9324 -137.514 -114.45 + 1 132.006 211 3 0 -53.2601 -137.797 -115.85 + 1 119.759 600 2 1 -59.9278 -143.593 -144.45 + 1 102.425 181 2 0 -60.2651 -143.876 -145.85 + 1 7.11675 180 2 0 -60.3542 -143.95 -146.219 + 1 167.353 564 1 1 -67.1406 -149.612 -174.45 + 1 89.7638 151 1 0 -67.4813 -149.89 -175.85 + 1 20.4134 150 1 0 -67.5541 -149.95 -176.15 + 1 214.553 527 0 1 -74.4914 -155.578 -204.45 + 1 132.121 121 0 0 -74.8359 -155.859 -205.85 + 1 18.698 769 7 1 -26.25 -112.59 5.48149 + 1 28.3275 834 9 1 -13.1535 -100.168 65.55 + 1 194.091 833 9 1 -13.2504 -100.207 65.4887 + 1 76.0927 832 9 1 -13.45 -100.271 65.39 + 1 52.987 831 9 1 -13.6506 -100.324 65.3094 + 1 60.1344 830 9 1 -13.85 -100.421 65.2425 + 1 108.966 829 9 1 -14.05 -100.524 65.1967 + 1 2.45865 392 9 0 -18.1218 -101.748 64.15 + 1 138.113 389 9 0 -19.0411 -102.15 63.8515 + 1 36.7824 388 9 0 -19.4867 -102.35 63.7602 + 1 147.799 377 9 0 -13.621 -104.624 64.15 + 1 10.1307 376 9 0 -13.7062 -104.75 63.7761 + 1 199.085 799 8 1 -20.1603 -114.259 35.55 + 1 0.548566 798 8 1 -20.25 -114.394 35.1532 + 1 10.7258 327 8 0 -20.4785 -114.734 34.15 + 1 114.411 326 8 0 -20.4893 -114.75 34.1024 + 1 226.566 765 7 1 -27.0214 -124.415 5.55 + 1 173.732 764 7 1 -27.05 -124.457 5.42456 + 1 72.701 276 7 0 -27.3407 -124.89 4.15 + 1 98.8491 275 7 0 -27.3811 -124.95 3.97275 + 1 161.753 730 6 1 -33.877 -134.614 -24.45 + 1 101.675 225 6 0 -34.2029 -135.09 -25.85 + 1 103.346 224 6 0 -34.2444 -135.15 -26.0281 + 1 20.2301 696 5 1 -40.8363 -144.783 -54.45 + 1 125.422 695 5 1 -40.85 -144.803 -54.509 + 1 99.7708 174 5 0 -41.1623 -145.263 -55.85 + 1 68.8068 173 5 0 -41.2211 -145.35 -56.1024 + 1 13.7752 661 4 1 -47.8391 -155.075 -84.45 + 1 115.654 660 4 1 -47.85 -155.091 -84.4967 + 1 165.274 122 4 0 -48.1666 -155.559 -85.85 + 1 196.112 625 3 1 -54.9759 -165.621 -114.45 + 1 28.3422 624 3 1 -55.05 -165.733 -114.764 + 1 37.7083 70 3 0 -55.3067 -166.119 -115.85 + 1 111.829 69 3 0 -55.3274 -166.15 -115.937 + 1 210.221 589 2 1 -62.066 -176.295 -144.45 + 1 197.923 16 2 0 -62.3958 -176.796 -145.85 + 1 90.7237 626 3 1 -54.85 -165.742 -114.574 + 1 135.432 627 3 1 -54.6497 -165.952 -114.666 + 1 54.0567 628 3 1 -54.45 -166.118 -114.726 + 1 193.713 72 3 0 -54.3023 -165.741 -115.85 + 1 50.5643 71 3 0 -54.1843 -165.75 -115.999 + 1 78.2269 800 8 1 -20.05 -114.42 35.3003 + 1 55.5295 325 8 0 -19.7388 -115.074 34.15 + 1 433.651 324 8 0 -19.7473 -115.15 34.0149 + 1 325.084 1442 4 1 108.605 7.83591 -84.45 + 1 243.329 1443 4 1 108.75 7.97608 -84.6959 + 1 97.2163 942 4 0 109.436 8.63474 -85.85 + 1 189.341 943 4 0 109.452 8.65 -85.8767 + 1 32.4486 944 4 0 109.66 8.85 -86.2268 + 1 68.283 1531 3 1 126.472 25.1847 -114.45 + 1 116.881 1532 3 1 126.55 25.2624 -114.586 + 1 66.9437 1029 3 0 127.255 25.9599 -115.85 + 1 99.867 1030 3 0 127.346 26.05 -116.015 + 1 14.0707 1613 2 1 142.928 41.273 -144.45 + 1 115.96 1614 2 1 142.95 41.2969 -144.498 + 1 49.1523 1109 2 0 143.497 41.9713 -145.85 + 1 75.387 1110 2 0 143.564 42.0502 -145.998 + 1 249.542 1684 1 1 156.974 56.3704 -174.45 + 1 112.343 1685 1 1 157.15 56.5541 -174.786 + 1 64.0757 1185 1 0 157.71 57.1514 -175.85 + 1 86.9215 1186 1 0 157.802 57.25 -176.027 + 1 41.6014 1761 0 1 172.487 72.9085 -204.45 + 1 88.0029 1762 0 1 172.55 72.9815 -204.586 + 1 107.856 1268 0 0 173.14 73.677 -205.85 + 1 37.9497 1269 0 0 173.284 73.8501 -206.162 + 1 113.58 1683 1 1 156.95 56.3517 -174.533 + 1 25.3894 1682 1 1 156.75 56.3918 -174.787 + 1 129.186 1179 1 0 155.382 55.9288 -175.85 + 1 377.247 1180 1 0 155.249 56.05 -175.992 + 1 9.43867 1686 1 1 157.35 56.269 -174.837 + 1 114.044 1527 3 1 125.589 22.1466 -114.45 + 1 83.4569 1528 3 1 125.75 22.2789 -114.621 + 1 1.12 1529 3 1 125.95 22.4486 -114.846 + 1 39.4819 1015 3 0 126.846 23.2083 -115.85 + 1 126.179 1016 3 0 126.897 23.25 -115.906 + 1 86.2368 1017 3 0 127.135 23.45 -116.171 + 1 54.9809 1666 2 1 153.461 46.2961 -144.45 + 1 109.051 1667 2 1 153.55 46.3883 -144.579 + 1 64.2361 1136 2 0 154.321 47.3038 -145.85 + 1 70.7159 1137 2 0 154.443 47.45 -146.055 + 1 100.286 1751 1 1 170.415 67.5299 -174.45 + 1 29.8464 1752 1 1 170.55 67.7294 -174.75 + 1 93.8167 1242 1 0 171.062 68.4686 -175.85 + 1 50.0968 1243 1 0 171.192 68.65 -176.105 + 1 101.95 432 10 0 -6.47024 -93.6968 94.15 + 1 117.506 857 9 1 -8.50533 -90.5247 65.55 + 1 42.4096 448 9 0 -8.60639 -90.3667 64.15 + 1 81.7267 449 9 0 -8.61705 -90.35 64.0022 + 1 194.468 846 8 1 -10.6524 -87.1723 35.55 + 1 280.586 465 8 0 -10.7543 -87.0144 34.15 + 1 115.691 835 7 1 -12.8867 -83.807 5.55 + 1 2.9459 481 7 0 -12.9954 -83.6516 4.15 + 1 107.004 482 7 0 -12.9965 -83.65 4.13584 + 1 101.4 824 6 1 -15.2277 -80.4791 -24.45 + 1 30.2933 823 6 1 -15.25 -80.4461 -24.7425 + 1 151.512 498 6 0 -15.335 -80.3219 -25.85 + 1 134.623 812 5 1 -17.5311 -77.1096 -54.45 + 1 112.667 515 5 0 -17.6401 -76.9547 -55.85 + 1 104.834 800 4 1 -19.8751 -73.802 -84.45 + 1 110.858 532 4 0 -19.9837 -73.6481 -85.85 + 1 224.859 789 3 1 -22.2107 -70.5123 -114.45 + 1 313.619 548 3 0 -22.3175 -70.359 -115.85 + 1 120.377 777 2 1 -24.5006 -67.2242 -144.45 + 1 57.4966 564 2 0 -24.6075 -67.0715 -145.85 + 1 114.119 565 2 0 -24.6225 -67.05 -146.047 + 1 133.389 766 1 1 -26.8132 -63.947 -174.45 + 1 1653.74 581 1 0 -26.9217 -63.7948 -175.85 + 1 657.167 580 1 0 -26.8728 -63.85 -176.215 + 1 526.399 579 1 0 -26.7112 -64.05 -176.195 + 1 676.43 578 1 0 -26.553 -64.25 -176.174 + 1 561.596 577 1 0 -26.3923 -64.45 -176.151 + 1 717.477 576 1 0 -26.2358 -64.65 -176.127 + 1 670.828 575 1 0 -26.0779 -64.85 -176.101 + 1 659.815 574 1 0 -25.9217 -65.05 -176.074 + 1 555.205 573 1 0 -25.7669 -65.25 -176.046 + 1 640.485 572 1 0 -25.6128 -65.45 -176.019 + 1 539.632 571 1 0 -25.459 -65.65 -175.988 + 1 543.823 570 1 0 -25.3087 -65.85 -175.958 + 1 522.039 569 1 0 -25.16 -66.05 -175.926 + 1 666.021 568 1 0 -25.0077 -66.25 -175.895 + 1 207.282 567 1 0 -24.8573 -66.45 -175.864 + 1 698.776 799 1 1 -20.2283 -72.6278 -174.85 + 1 863.818 800 1 1 -20.05 -72.8658 -174.811 + 1 850.43 801 1 1 -19.85 -73.1304 -174.768 + 1 825.961 802 1 1 -19.65 -73.3935 -174.721 + 1 823.958 803 1 1 -19.45 -73.6536 -174.671 + 1 862.14 804 1 1 -19.25 -73.9089 -174.623 + 1 878.936 805 1 1 -19.05 -74.1603 -174.572 + 1 987.09 806 1 1 -18.85 -74.4121 -174.521 + 1 386.853 807 1 1 -18.65 -74.6649 -174.469 + 1 1491.29 106 2 0 49.9598 -158.771 -146.25 + 1 1873.34 105 2 0 50.1092 -158.95 -146.191 + 1 2046.95 104 2 0 50.2815 -159.15 -146.126 + 1 2647.71 103 2 0 50.4454 -159.35 -146.056 + 1 3616.14 102 2 0 50.6172 -159.55 -145.986 + 1 3293.71 101 2 0 50.7772 -159.75 -145.918 + 1 139.998 734 0 1 -33.0724 -59.6533 -204.45 + 1 1.73113 602 0 0 -33.3786 -59.4512 -205.85 + 1 133.499 603 0 0 -33.3805 -59.45 -205.859 +Number of digits in this event = 278 +Using G4ParticleGun ... +2.18608 LIN +proton +Event: 2 +Number of tracker hits in this event = 16 + 2 109.322 308 7 1 -118.454 -88.6427 5.55 + 2 132.847 457 7 0 -118.457 -88.6355 4.15 + 2 111.855 308 6 1 -118.522 -88.4839 -24.45 + 2 110.962 457 6 0 -118.528 -88.4762 -25.85 + 2 150.2 307 5 1 -118.656 -88.3199 -54.45 + 2 219.047 458 5 0 -118.663 -88.3134 -55.85 + 2 115.002 306 4 1 -118.807 -88.168 -84.45 + 2 122.329 459 4 0 -118.813 -88.1595 -85.85 + 2 92.0351 306 3 1 -118.92 -87.986 -114.45 + 2 140.232 460 3 0 -118.927 -87.9774 -115.85 + 2 97.8191 305 2 1 -119.079 -87.8077 -144.45 + 2 106.794 461 2 0 -119.088 -87.7994 -145.85 + 2 113.527 304 1 1 -119.265 -87.6194 -174.45 + 2 102.057 462 1 0 -119.274 -87.609 -175.85 + 2 113.321 303 0 1 -119.468 -87.4009 -204.45 + 2 125.427 463 0 0 -119.474 -87.3895 -205.85 +Number of digits in this event = 7 +Using G4ParticleGun ... +8.35978 LIN +proton +Event: 3 +Number of tracker hits in this event = 21 + 3 131.444 1564 9 1 133.088 -8.80187 65.55 + 3 108.615 856 9 0 133.088 -8.80194 64.15 + 3 105.716 1564 8 1 133.09 -8.80506 35.55 + 3 126.311 856 8 0 133.089 -8.80392 34.15 + 3 177.789 1564 7 1 133.074 -8.77985 5.55 + 3 93.9809 856 7 0 133.074 -8.77921 4.15 + 3 94.2178 1564 6 1 133.081 -8.76368 -24.45 + 3 103.754 856 6 0 133.082 -8.76349 -25.85 + 3 103.792 1564 5 1 133.093 -8.75956 -54.45 + 3 101.159 856 5 0 133.093 -8.75936 -55.85 + 3 140.597 1564 4 1 133.079 -8.75183 -84.45 + 3 110.829 856 4 0 133.078 -8.75261 -85.85 + 3 334.093 1564 3 1 133.047 -8.77375 -114.45 + 3 108.254 856 3 0 133.046 -8.77469 -115.85 + 3 135.573 1564 2 1 133.008 -8.79515 -144.45 + 3 126.146 856 2 0 133.007 -8.79603 -145.85 + 3 115.17 1564 1 1 132.968 -8.81513 -174.45 + 3 224.156 856 1 0 132.968 -8.8156 -175.85 + 3 145.016 1564 0 1 132.957 -8.82196 -204.45 + 3 90.095 856 0 0 132.957 -8.82227 -205.85 + 3 119.688 847 8 0 132.64 -10.4941 34.1499 +Number of digits in this event = 10 +Using G4ParticleGun ... +5.49751 LIN +proton +Event: 4 +Number of tracker hits in this event = 68 + 4 141.232 509 10 1 -78.0805 -45.5661 95.55 + 4 104.823 672 10 0 -78.0803 -45.5669 94.15 + 4 141.875 509 9 1 -78.0917 -45.5776 65.55 + 4 115.057 672 9 0 -78.0918 -45.5783 64.15 + 4 127.563 509 8 1 -78.0835 -45.5897 35.55 + 4 125.642 672 8 0 -78.0821 -45.5895 34.15 + 4 24639.6 510 7 1 -78.046 -45.5828 5.55 + 4 32876 509 7 1 -78.05 -45.5854 5.24619 + 4 6372.04 668 7 0 -78.093 -46.4499 4.15 + 4 16470.5 667 7 0 -78.093 -46.45 4.14985 + 4 2203.75 508 7 1 -78.25 -44.0692 5.31962 + 4 233.237 674 7 0 -79.5294 -45.0752 4.15 + 4 1893.05 675 7 0 -79.6033 -45.05 4.09514 + 4 643.091 316 6 1 -116.834 -31.6164 -24.45 + 4 1042.04 315 6 1 -116.95 -31.5724 -24.5296 + 4 1190.15 314 6 1 -117.15 -31.4967 -24.6635 + 4 388.634 313 6 1 -117.35 -31.4051 -24.8042 + 4 590.471 746 6 0 -118.759 -30.6975 -25.85 + 4 2308.75 747 6 0 -118.853 -30.65 -25.9201 + 4 370.52 748 6 0 -119.229 -30.45 -26.2121 + 4 3860.36 361 6 1 -107.816 -65.1769 -24.45 + 4 7738.13 360 6 1 -107.95 -65.2688 -24.5816 + 4 219.777 679 7 0 -77.8103 -44.1201 4.15 + 4 701.756 680 7 0 -77.799 -44.05 4.09715 + 4 759.652 681 7 0 -77.7667 -43.85 3.94832 + 4 243.315 682 7 0 -77.7356 -43.65 3.80004 + 4 1047.95 540 6 1 -71.8954 -3.19472 -24.45 + 4 1391.45 541 6 1 -71.85 -2.95766 -24.6241 + 4 905.126 894 6 0 -71.4696 -1.2244 -25.85 + 4 1007.2 895 6 0 -71.4307 -1.05 -25.9729 + 4 972.151 896 6 0 -71.3878 -0.85 -26.114 + 4 1440.12 584 5 1 -63.0819 36.9593 -54.45 + 4 6750.11 585 5 1 -63.05 37.0807 -54.5429 + 4 1522.72 1094 5 0 -62.7495 38.9549 -55.85 + 4 4847.79 669 7 0 -76.1586 -46.1488 4.15 + 4 174.994 672 7 0 -78.0353 -45.5872 4.15 + 4 102.644 511 6 1 -77.7743 -45.7069 -24.45 + 4 103.042 671 6 0 -77.7613 -45.7115 -25.85 + 4 95.6569 512 5 1 -77.4983 -45.8084 -54.45 + 4 199.017 671 5 0 -77.4854 -45.8144 -55.85 + 4 136.512 514 4 1 -77.2216 -45.9346 -84.45 + 4 133.993 670 4 0 -77.2114 -45.9407 -85.85 + 4 102.526 515 3 1 -77.0064 -46.0691 -114.45 + 4 113.401 669 3 0 -76.9964 -46.0752 -115.85 + 4 98.6286 516 2 1 -76.7883 -46.2002 -144.45 + 4 125.927 669 2 0 -76.7798 -46.2057 -145.85 + 4 100.787 517 1 1 -76.6049 -46.3144 -174.45 + 4 153.545 668 1 0 -76.5968 -46.32 -175.85 + 4 151.736 518 0 1 -76.4285 -46.4425 -204.45 + 4 137.047 668 0 0 -76.4213 -46.447 -205.85 + 4 122.712 883 0 1 -3.33633 -91.3088 -204.488 + 4 377.227 701 1 0 23.1982 -39.6625 -176.25 + 4 77.498 700 1 0 23.1173 -39.85 -176.084 + 4 121.773 380 1 0 -0.664402 -104.004 -176.25 + 4 132.43 381 1 0 -0.867616 -103.95 -176.113 + 4 105.035 897 1 1 -0.509781 -104.053 -174.85 + 4 173.331 898 1 1 -0.45 -103.982 -174.705 + 4 73.9819 435 3 0 24.7139 -92.9969 -116.25 + 4 103.567 436 3 0 24.5578 -92.95 -116.173 + 4 789.396 437 3 0 24.3559 -92.75 -116.056 + 4 1.54416 438 3 0 25.1407 -92.5499 -116.001 + 4 162.521 362 3 0 156.685 -107.684 -116.25 + 4 93.1908 361 3 0 157.167 -107.75 -116.146 + 4 14.7106 274 3 0 93.6556 -125.323 -116.25 + 4 78.6162 273 3 0 93.6592 -125.35 -116.211 + 4 18.5836 272 3 0 93.5641 -125.55 -116.22 + 4 134.851 175 3 0 103.326 -145.007 -116.25 + 4 301.038 176 3 0 103.596 -144.95 -116.154 +Number of digits in this event = 54 +Using G4ParticleGun ... +2.9132 LIN +proton +Event: 5 +Number of tracker hits in this event = 34 + 5 413.417 779 11 1 -24.1275 42.5803 125.55 + 5 113.276 1112 11 0 -24.1269 42.5778 124.15 + 5 99.1896 779 10 1 -24.113 42.5171 95.55 + 5 81.8136 1112 10 0 -24.1132 42.5157 94.15 + 5 95.1507 779 9 1 -24.1142 42.4855 65.55 + 5 91.8998 1112 9 0 -24.1165 42.4857 64.15 + 5 207.191 779 8 1 -24.1465 42.494 35.55 + 5 170.752 1112 8 0 -24.1514 42.4954 34.15 + 5 137.419 778 7 1 -24.2558 42.5179 5.55 + 5 90.3116 1112 7 0 -24.2593 42.5171 4.15 + 5 175.047 778 6 1 -24.3293 42.5004 -24.45 + 5 195.848 1112 6 0 -24.3351 42.5014 -25.85 + 5 157.698 777 5 1 -24.4574 42.524 -54.45 + 5 121.71 1112 5 0 -24.4628 42.5253 -55.85 + 5 175.668 777 4 1 -24.5804 42.5461 -84.45 + 5 136.857 1112 4 0 -24.5875 42.5463 -85.85 + 5 124.298 776 3 1 -24.7277 42.5433 -114.45 + 5 151.986 1112 3 0 -24.7344 42.5461 -115.85 + 5 186.794 775 2 1 -24.8608 42.6041 -144.45 + 5 97.4902 1112 2 0 -24.8687 42.6058 -145.85 + 5 122.693 775 1 1 -25.0265 42.6391 -174.45 + 5 127.369 1112 1 0 -25.0308 42.645 -175.85 + 5 105.579 774 0 1 -25.1156 42.7696 -204.45 + 5 90.8888 1113 0 0 -25.1176 42.7768 -205.85 + 5 0.292099 1784 5 1 177.117 -77.1518 -54.85 + 5 28.0233 1080 0 1 36.2352 94.7823 -204.739 + 5 194.436 1113 2 0 -25.0092 42.7986 -145.85 + 5 295.911 1147 2 0 -87.604 49.6083 -146.25 + 5 32.808 1117 8 0 -24.7749 43.5846 34.15 + 5 149.416 1118 8 0 -24.812 43.6505 34.0932 + 5 102.935 1119 8 0 -24.7654 43.85 33.9488 + 5 291.02 1120 8 0 -24.6857 44.05 34.0027 + 5 268.183 780 11 1 -24.05 42.4434 125.443 + 5 81.3802 781 11 1 -23.8498 42.4392 125.394 +Number of digits in this event = 23 +Using G4ParticleGun ... +1.99155 LIN +proton +Event: 6 +Number of tracker hits in this event = 27 + 6 120.647 1215 11 1 63.1107 -23.9438 125.55 + 6 123.198 780 11 0 63.1098 -23.9437 124.15 + 6 92.918 1215 10 1 63.0763 -23.924 95.55 + 6 274.374 780 10 0 63.078 -23.9227 94.15 + 6 104.066 1215 9 1 63.1022 -23.8941 65.55 + 6 108.715 780 9 0 63.1063 -23.8931 64.15 + 6 110.746 1215 8 1 63.1983 -23.8696 35.55 + 6 99.2352 780 8 0 63.2035 -23.8687 34.15 + 6 118.175 1216 7 1 63.3115 -23.8409 5.55 + 6 110.079 781 7 0 63.3161 -23.8386 4.15 + 6 141.382 1216 6 1 63.4023 -23.7916 -24.45 + 6 160.501 781 6 0 63.407 -23.7897 -25.85 + 6 104.954 1217 5 1 63.5068 -23.7392 -54.45 + 6 118.876 781 5 0 63.5126 -23.7366 -55.85 + 6 242.036 1217 4 1 63.6417 -23.6775 -84.45 + 6 94.6784 781 4 0 63.6486 -23.6717 -85.85 + 6 206.591 1218 3 1 63.7892 -23.5526 -114.45 + 6 94.9296 782 3 0 63.7943 -23.5478 -115.85 + 6 206.723 1219 2 1 63.8909 -23.4502 -144.45 + 6 110.414 783 2 0 63.8962 -23.4432 -145.85 + 6 135.59 1219 1 1 64.0109 -23.2916 -174.45 + 6 100.19 783 1 0 64.0188 -23.282 -175.85 + 6 193.673 1220 0 1 64.1869 -23.082 -204.45 + 6 117.727 784 0 0 64.1967 -23.0717 -205.85 + 6 311.184 774 2 0 64.549 -25.1371 -145.85 + 6 47.9687 773 2 0 64.6867 -25.25 -146.012 + 6 76.2264 1219 3 1 63.85 -23.6256 -114.699 +Number of digits in this event = 12 +Using G4ParticleGun ... +4.04594 LIN +proton +Event: 7 +Number of tracker hits in this event = 18 + 7 224.518 326 8 1 -114.785 76.6591 35.55 + 7 124.543 1283 8 0 -114.783 76.6585 34.15 + 7 121.829 326 7 1 -114.755 76.641 5.55 + 7 119.623 1282 7 0 -114.753 76.6411 4.15 + 7 123.896 327 6 1 -114.708 76.6397 -24.45 + 7 117.637 1282 6 0 -114.705 76.6399 -25.85 + 7 105.379 327 5 1 -114.646 76.6387 -54.45 + 7 138.323 1282 5 0 -114.642 76.6382 -55.85 + 7 100.756 327 4 1 -114.571 76.6317 -84.45 + 7 133.262 1282 4 0 -114.566 76.6295 -85.85 + 7 136.993 328 3 1 -114.472 76.5794 -114.45 + 7 93.9084 1282 3 0 -114.469 76.5784 -115.85 + 7 162.693 328 2 1 -114.408 76.5592 -144.45 + 7 136.747 1282 2 0 -114.406 76.5594 -145.85 + 7 116.557 328 1 1 -114.372 76.5618 -174.45 + 7 121.056 1282 1 0 -114.369 76.5627 -175.85 + 7 113.819 329 0 1 -114.302 76.5902 -204.45 + 7 105.481 1282 0 0 -114.299 76.592 -205.85 +Number of digits in this event = 11 +Using G4ParticleGun ... +2.54776 LIN +proton +Event: 8 +Number of tracker hits in this event = 20 + 8 127.892 585 9 1 -62.8539 115.021 65.55 + 8 141.216 1474 9 0 -62.8531 115.022 64.15 + 8 202.318 586 8 1 -62.8414 115.036 35.55 + 8 112.769 1474 8 0 -62.8392 115.038 34.15 + 8 105.809 586 7 1 -62.7854 115.085 5.55 + 8 143.791 1474 7 0 -62.7848 115.088 4.15 + 8 133.467 586 6 1 -62.7652 115.159 -24.45 + 8 104.372 1475 6 0 -62.7626 115.161 -25.85 + 8 116.912 586 5 1 -62.7175 115.203 -54.45 + 8 289.936 1475 5 0 -62.7153 115.205 -55.85 + 8 118.327 586 4 1 -62.6628 115.244 -84.45 + 8 150.03 1475 4 0 -62.6573 115.249 -85.85 + 8 98.619 587 3 1 -62.5408 115.342 -114.45 + 8 103.944 1475 3 0 -62.5319 115.346 -115.85 + 8 123.979 588 2 1 -62.3585 115.439 -144.45 + 8 126.402 1476 2 0 -62.3496 115.441 -145.85 + 8 94.0686 589 1 1 -62.1667 115.463 -174.45 + 8 119.865 1476 1 0 -62.1574 115.463 -175.85 + 8 159.145 590 0 1 -61.9644 115.448 -204.45 + 8 111.74 1476 0 0 -61.9558 115.446 -205.85 +Number of digits in this event = 11 +Using G4ParticleGun ... +5.14687 LIN +proton +Event: 9 +Number of tracker hits in this event = 23 + 9 111.413 660 10 1 -47.8581 -97.0348 95.55 + 9 106.588 415 10 0 -47.8581 -97.0338 94.15 + 9 110.639 660 9 1 -47.8547 -97.0123 65.55 + 9 117.411 415 9 0 -47.855 -97.0117 64.15 + 9 270.574 660 8 1 -47.8655 -97.005 35.55 + 9 116.636 415 8 0 -47.8658 -97.0045 34.15 + 9 276.304 660 7 1 -47.8713 -96.9977 5.55 + 9 207.967 415 7 0 -47.8724 -96.9966 4.15 + 9 230.849 660 6 1 -47.8951 -96.9717 -24.45 + 9 108.18 415 6 0 -47.8965 -96.9724 -25.85 + 9 151.242 660 5 1 -47.9221 -96.989 -54.45 + 9 159.974 415 5 0 -47.9245 -96.9886 -55.85 + 9 126.608 660 4 1 -47.9737 -96.981 -84.45 + 9 135.128 415 4 0 -47.9782 -96.9793 -85.85 + 9 188.666 659 3 1 -48.0673 -96.9477 -114.45 + 9 102.85 416 3 0 -48.0704 -96.9457 -115.85 + 9 117.551 659 2 1 -48.1335 -96.909 -144.45 + 9 101.941 416 2 0 -48.1369 -96.9083 -145.85 + 9 118.071 659 1 1 -48.1966 -96.8765 -174.45 + 9 125.018 416 1 0 -48.1988 -96.8745 -175.85 + 9 105.407 659 0 1 -48.2365 -96.8349 -204.45 + 9 102.271 416 0 0 -48.2391 -96.8335 -205.85 + 9 129.077 416 7 0 -47.8127 -96.8478 4.15 +Number of digits in this event = 12 +Using G4ParticleGun ... +9.41332 LIN +proton +Event: 10 +Number of tracker hits in this event = 28 + 10 109.07 511 10 1 -77.7671 33.9216 95.55 + 10 149.974 1069 10 0 -77.7674 33.9221 94.15 + 10 106.553 511 9 1 -77.7753 33.9331 65.55 + 10 130.919 1069 9 0 -77.7762 33.933 64.15 + 10 113.433 511 8 1 -77.7933 33.934 35.55 + 10 97.3845 1069 8 0 -77.7947 33.9335 34.15 + 10 88.957 511 7 1 -77.8249 33.9246 5.55 + 10 167.555 1069 7 0 -77.8262 33.9239 4.15 + 10 125.728 510 6 1 -77.8521 33.9149 -24.45 + 10 108.887 1069 6 0 -77.8539 33.9142 -25.85 + 10 133.875 510 5 1 -77.8953 33.8996 -54.45 + 10 107.328 1069 5 0 -77.897 33.8999 -55.85 + 10 118.403 510 4 1 -77.9323 33.9015 -84.45 + 10 139.477 1069 4 0 -77.9344 33.9012 -85.85 + 10 153.834 510 3 1 -77.9749 33.8939 -114.45 + 10 234.57 1069 3 0 -77.9774 33.8938 -115.85 + 10 115.301 510 2 1 -78.0305 33.8917 -144.45 + 10 108.458 1069 2 0 -78.0338 33.8922 -145.85 + 10 99.1675 509 1 1 -78.1009 33.9022 -174.45 + 10 122.867 1069 1 0 -78.1033 33.9026 -175.85 + 10 120.346 509 0 1 -78.1515 33.9135 -204.45 + 10 127.853 1069 0 0 -78.1542 33.9149 -205.85 + 10 92.403 509 2 1 -78.05 33.8787 -144.479 + 10 231.353 508 2 1 -78.2503 33.7811 -144.682 + 10 5.00587 507 2 1 -78.45 33.6681 -144.835 + 10 15.9823 1065 2 0 -79.6553 33.0766 -145.85 + 10 149.32 1064 2 0 -79.6988 33.0495 -145.89 + 10 74.6228 1063 2 0 -79.8962 32.85 -146.144 +Number of digits in this event = 14 +Using G4ParticleGun ... +7.27045 LIN +proton +Event: 11 +Number of tracker hits in this event = 30 + 11 304.591 1425 10 1 105.328 36.4293 95.55 + 11 440.682 1081 10 0 105.328 36.4292 94.15 + 11 150.535 1425 9 1 105.338 36.4264 65.55 + 11 153.953 1081 9 0 105.338 36.4272 64.15 + 11 129.01 1425 8 1 105.337 36.4395 35.55 + 11 108.992 1081 8 0 105.338 36.4399 34.15 + 11 143.792 1426 7 1 105.353 36.4441 5.55 + 11 104.824 1081 7 0 105.354 36.4446 4.15 + 11 169.284 1426 6 1 105.373 36.4585 -24.45 + 11 94.6267 1082 6 0 105.373 36.4602 -25.85 + 11 115.066 1426 5 1 105.387 36.496 -54.45 + 11 151.538 1082 5 0 105.387 36.498 -55.85 + 11 128.134 1426 4 1 105.389 36.5383 -84.45 + 11 130.704 1082 4 0 105.389 36.54 -85.85 + 11 82.3969 1426 3 1 105.379 36.5734 -114.45 + 11 135.239 1082 3 0 105.378 36.5749 -115.85 + 11 167.597 1426 2 1 105.359 36.6047 -144.45 + 11 101.503 1082 2 0 105.358 36.6073 -145.85 + 11 275.899 1425 1 1 105.339 36.6589 -174.45 + 11 147.203 1083 1 0 105.338 36.6613 -175.85 + 11 127.124 1425 0 1 105.329 36.7073 -204.45 + 11 109.198 1083 0 0 105.328 36.7109 -205.85 + 11 109.945 1426 1 1 105.35 36.6789 -174.828 + 11 102.752 1425 7 1 105.349 36.436 5.55 + 11 32.1116 1424 7 1 105.15 36.3256 5.47725 + 11 218.594 1426 10 1 105.35 36.451 95.5093 + 11 76.2308 1424 10 1 105.15 37.3942 95.3303 + 11 184.788 1423 10 1 104.95 37.5501 95.3602 + 11 93.4471 1422 10 1 104.75 37.608 95.3701 + 11 97.9958 1421 10 1 104.55 37.5098 95.2403 +Number of digits in this event = 18 +Using G4ParticleGun ... +3.01857 LIN proton Event: 12 Number of tracker hits in this event = 25 - 12 100.081 1230 10 1 66.0749 -62.1453 95.55 - 12 115.302 589 10 0 66.0742 -62.1461 94.15 - 12 156.847 1230 9 1 66.0622 -62.1599 65.55 - 12 119.885 589 9 0 66.0614 -62.1612 64.15 - 12 135.696 1229 8 1 66.0481 -62.1854 35.55 - 12 122.451 589 8 0 66.0474 -62.1872 34.15 - 12 168.306 1229 7 1 66.0336 -62.2236 5.55 - 12 263.326 589 7 0 66.0334 -62.2248 4.15 - 12 98.6101 1229 6 1 66.0263 -62.2488 -24.45 - 12 106.858 589 6 0 66.0262 -62.2496 -25.85 - 12 122.346 1229 5 1 66.0261 -62.2649 -54.45 - 12 119.151 588 5 0 66.0266 -62.2659 -55.85 - 12 105.938 1229 4 1 66.0365 -62.2907 -84.45 - 12 122.573 588 4 0 66.0372 -62.2907 -85.85 - 12 161.858 1230 3 1 66.0513 -62.2881 -114.45 - 12 129.24 588 3 0 66.0516 -62.2878 -115.85 - 12 103.371 1230 2 1 66.0605 -62.2812 -144.45 - 12 141.03 588 2 0 66.0613 -62.2816 -145.85 - 12 119.593 1230 1 1 66.0775 -62.2906 -174.45 - 12 119.95 588 1 0 66.0783 -62.2917 -175.85 - 12 98.4243 1230 0 1 66.0952 -62.3262 -204.45 - 12 338.181 588 0 0 66.0956 -62.3284 -205.85 - 12 79.5827 551 5 0 58.219 -69.6995 -56.25 - 12 68.9881 552 5 0 58.2861 -69.65 -56.034 - 12 319.92 553 5 0 58.2183 -69.45 -56.0161 -Number of digits in this event = 13 + 12 107.407 1271 9 1 74.284 -98.2667 65.55 + 12 113.817 409 9 0 74.2829 -98.2657 64.15 + 12 121.437 1271 8 1 74.2522 -98.2403 35.55 + 12 126.851 409 8 0 74.25 -98.2388 34.15 + 12 147.089 1270 7 1 74.2046 -98.2068 5.55 + 12 127.413 409 7 0 74.2012 -98.2031 4.15 + 12 123.64 1270 6 1 74.1396 -98.1297 -24.45 + 12 131.421 410 6 0 74.1373 -98.1225 -25.85 + 12 116.673 1270 5 1 74.0863 -97.9725 -54.45 + 12 119.885 410 5 0 74.0844 -97.9655 -55.85 + 12 194.17 1269 4 1 74.0361 -97.8172 -84.45 + 12 96.7757 411 4 0 74.0388 -97.8057 -85.85 + 12 85.4481 1270 3 1 74.089 -97.5765 -114.45 + 12 91.8162 412 3 0 74.0901 -97.5643 -115.85 + 12 142.191 1270 2 1 74.109 -97.3008 -144.45 + 12 119.419 414 2 0 74.1117 -97.2867 -145.85 + 12 179.436 1270 1 1 74.1673 -96.9991 -174.45 + 12 110.264 415 1 0 74.1699 -96.9884 -175.85 + 12 104.85 1270 0 1 74.2264 -96.7667 -204.45 + 12 131.361 416 0 0 74.2278 -96.7552 -205.85 + 12 34.0477 354 9 0 57.2068 -109.287 63.7501 + 12 74.1828 353 9 0 57.1384 -109.35 63.8463 + 12 56.0655 352 9 0 56.9921 -109.55 64.0032 + 12 150.976 1181 9 1 56.36 -109.945 65.15 + 12 28.4039 1180 9 1 56.2499 -110.17 65.4757 +Number of digits in this event = 12 Using G4ParticleGun ... -8.08043 LIN +6.39716 LIN proton Event: 13 -Number of tracker hits in this event = 18 - 13 132.284 1436 8 1 107.489 -86.1201 35.55 - 13 101.446 469 8 0 107.49 -86.1205 34.15 - 13 106.349 1436 7 1 107.512 -86.125 5.55 - 13 149.599 469 7 0 107.513 -86.1257 4.15 - 13 103.675 1436 6 1 107.531 -86.1398 -24.45 - 13 105.21 469 6 0 107.532 -86.1406 -25.85 - 13 177.362 1436 5 1 107.546 -86.1596 -54.45 - 13 115.748 469 5 0 107.547 -86.1597 -55.85 - 13 99.364 1437 4 1 107.576 -86.1609 -84.45 - 13 107.661 469 4 0 107.578 -86.1609 -85.85 - 13 100.825 1437 3 1 107.608 -86.1611 -114.45 - 13 124.98 469 3 0 107.61 -86.1607 -115.85 - 13 115.541 1437 2 1 107.64 -86.1524 -144.45 - 13 134.45 469 2 0 107.64 -86.1537 -145.85 - 13 112.084 1437 1 1 107.649 -86.1778 -174.45 - 13 106.794 469 1 0 107.649 -86.178 -175.85 - 13 102.702 1437 0 1 107.659 -86.1799 -204.45 - 13 187.291 469 0 0 107.658 -86.1806 -205.85 +Number of tracker hits in this event = 21 + 13 124.724 235 9 1 -133.074 15.1556 65.55 + 13 126.521 975 9 0 -133.074 15.1556 64.15 + 13 99.1568 235 8 1 -133.07 15.1515 35.55 + 13 274.921 975 8 0 -133.07 15.1513 34.15 + 13 140.386 235 7 1 -133.062 15.1465 5.55 + 13 109.328 975 7 0 -133.062 15.1469 4.15 + 13 155.179 235 6 1 -133.048 15.1527 -24.45 + 13 125.792 975 6 0 -133.047 15.153 -25.85 + 13 277.596 235 5 1 -133.023 15.1614 -54.45 + 13 109.945 975 5 0 -133.022 15.1617 -55.85 + 13 112.662 235 4 1 -133.013 15.1506 -84.45 + 13 110.699 975 4 0 -133.013 15.1494 -85.85 + 13 234.306 235 3 1 -133.023 15.1254 -114.45 + 13 108.728 975 3 0 -133.023 15.1242 -115.85 + 13 180.444 235 2 1 -133.009 15.0997 -144.45 + 13 107.729 975 2 0 -133.009 15.0984 -145.85 + 13 99.6064 235 1 1 -133.012 15.0696 -174.45 + 13 110.002 975 1 0 -133.012 15.0683 -175.85 + 13 90.5861 235 0 1 -133.012 15.04 -204.45 + 13 111.969 974 0 0 -133.011 15.0382 -205.85 + 13 13.9021 238 5 1 -132.55 15.1872 -54.6255 Number of digits in this event = 10 Using G4ParticleGun ... -5.46252 LIN +8.39877 LIN proton Event: 14 -Number of tracker hits in this event = 27 - 14 255.084 736 11 1 -32.766 62.389 125.55 - 14 129.958 1211 11 0 -32.7683 62.3895 124.15 - 14 97.3546 736 10 1 -32.8191 62.4009 95.55 - 14 134.292 1211 10 0 -32.8222 62.4004 94.15 - 14 111.606 735 9 1 -32.8876 62.3841 65.55 - 14 92.4933 1211 9 0 -32.8917 62.3838 64.15 - 14 195.582 735 8 1 -32.9774 62.378 35.55 - 14 128.865 1211 8 0 -32.981 62.3772 34.15 - 14 120.262 734 7 1 -33.0546 62.3639 5.55 - 14 118.092 1211 7 0 -33.0583 62.364 4.15 - 14 223.935 734 6 1 -33.134 62.3702 -24.45 - 14 104.391 1211 6 0 -33.1369 62.3695 -25.85 - 14 254.157 734 5 1 -33.2026 62.3531 -54.45 - 14 126.008 1211 5 0 -33.2053 62.3523 -55.85 - 14 155.326 733 4 1 -33.2598 62.3346 -84.45 - 14 141.277 1211 4 0 -33.2611 62.334 -85.85 - 14 124.94 733 3 1 -33.2864 62.3243 -114.45 - 14 100.164 1211 3 0 -33.2882 62.3243 -115.85 - 14 99.9554 733 2 1 -33.3248 62.3196 -144.45 - 14 162.801 1211 2 0 -33.3269 62.3185 -145.85 - 14 126.966 733 1 1 -33.3674 62.3019 -174.45 - 14 97.7257 1211 1 0 -33.3688 62.3007 -175.85 - 14 167.422 733 0 1 -33.4017 62.2726 -204.45 - 14 100.989 1211 0 0 -33.4038 62.2712 -205.85 - 14 282.857 1210 5 0 -33.1707 62.2377 -55.8501 - 14 113.41 1078 5 0 -82.0748 35.7122 -56.25 - 14 101.218 1178 5 0 -101.66 55.7991 -56.25 -Number of digits in this event = 17 +Number of tracker hits in this event = 16 + 14 117.982 217 7 1 -136.605 57.2801 5.55 + 14 101.835 1186 7 0 -136.606 57.2794 4.15 + 14 110.509 217 6 1 -136.616 57.2639 -24.45 + 14 100.439 1186 6 0 -136.616 57.2631 -25.85 + 14 120.543 217 5 1 -136.623 57.2464 -54.45 + 14 106.464 1185 5 0 -136.624 57.2457 -55.85 + 14 102.669 217 4 1 -136.632 57.2292 -84.45 + 14 104.295 1185 4 0 -136.634 57.2274 -85.85 + 14 105.714 217 3 1 -136.677 57.1905 -114.45 + 14 95.4513 1185 3 0 -136.679 57.1886 -115.85 + 14 117.507 217 2 1 -136.732 57.1554 -144.45 + 14 108.444 1185 2 0 -136.734 57.1534 -145.85 + 14 102.542 216 1 1 -136.783 57.1126 -174.45 + 14 86.7655 1185 1 0 -136.785 57.1106 -175.85 + 14 110.589 216 0 1 -136.832 57.0722 -204.45 + 14 107.732 1185 0 0 -136.834 57.0704 -205.85 +Number of digits in this event = 2 Using G4ParticleGun ... -1.13294 LIN +6.66236 LIN proton Event: 15 -Number of tracker hits in this event = 20 - 15 99.7161 1349 8 1 89.9077 -101.939 35.55 - 15 4.62397 391 8 0 89.903 -101.95 34.15 - 15 149.806 390 8 0 89.9029 -101.95 34.1313 - 15 117.926 1348 7 1 89.8211 -102.161 5.55 - 15 188.428 389 7 0 89.8178 -102.17 4.15 - 15 127.728 1348 6 1 89.7353 -102.35 -24.45 - 15 105.479 388 6 0 89.7308 -102.356 -25.85 - 15 114.616 1347 5 1 89.6362 -102.517 -54.45 - 15 178.976 388 5 0 89.6345 -102.526 -55.85 - 15 179.729 1347 4 1 89.6148 -102.671 -84.45 - 15 223.227 387 4 0 89.6087 -102.671 -85.85 - 15 136.388 1346 3 1 89.43 -102.72 -114.45 - 15 130.238 387 3 0 89.4223 -102.725 -115.85 - 15 154.584 1346 2 1 89.2959 -102.838 -144.45 - 15 286.724 386 2 0 89.2883 -102.841 -145.85 - 15 125.192 1345 1 1 89.1496 -102.893 -174.45 - 15 116.957 386 1 0 89.1393 -102.896 -175.85 - 15 145.04 1344 0 1 88.9185 -102.955 -204.45 - 15 140.277 385 0 0 88.908 -102.96 -205.85 - 15 473.281 469 5 1 -86.0815 -17.1072 -54.6094 -Number of digits in this event = 15 +Number of tracker hits in this event = 90 + 15 255.356 861 11 1 -7.79036 67.637 125.55 + 15 185.507 1237 11 0 -7.7912 67.636 124.15 + 15 116.005 861 10 1 -7.81122 67.6156 95.55 + 15 99.8966 1237 10 0 -7.81233 67.6141 94.15 + 15 2140.55 861 9 1 -7.83501 67.5847 65.55 + 15 110.19 1237 9 0 -7.82273 67.6369 64.15 + 15 28.6581 1238 9 0 -7.81965 67.65 63.8239 + 15 117.263 862 8 1 -7.55661 68.7813 35.55 + 15 86.9704 1243 8 0 -7.54381 68.8371 34.15 + 15 21.3502 1244 8 0 -7.54086 68.85 33.8275 + 15 106.768 863 7 1 -7.28183 69.976 5.55 + 15 121.886 1249 7 0 -7.27063 70.031 4.15 + 15 131.99 865 6 1 -7.04873 71.1575 -24.45 + 15 111.542 1255 6 0 -7.03805 71.2124 -25.85 + 15 110.143 866 5 1 -6.81682 72.3318 -54.45 + 15 122.252 1261 5 0 -6.80522 72.3862 -55.85 + 15 120.632 867 4 1 -6.56741 73.4992 -84.45 + 15 107.564 1267 4 0 -6.55628 73.5543 -85.85 + 15 141.776 868 3 1 -6.3295 74.6774 -114.45 + 15 102.631 1273 3 0 -6.31876 74.7325 -115.85 + 15 180.645 869 2 1 -6.0968 75.8638 -144.45 + 15 134.91 1279 2 0 -6.08453 75.9199 -145.85 + 15 115.874 871 1 1 -5.83075 77.068 -174.45 + 15 124.41 1285 1 0 -5.81528 77.125 -175.85 + 15 94.9559 872 0 1 -5.49773 78.2899 -204.45 + 15 113.54 1291 0 0 -5.48236 78.3473 -205.85 + 15 68.9679 868 0 0 -22.7704 -6.25889 -206.25 + 15 88.311 869 0 0 -22.7492 -6.25 -206.159 + 15 120.321 788 0 1 -22.4182 -6.11739 -204.85 + 15 216.384 841 1 0 -43.7086 -11.6978 -176.25 + 15 82.6677 653 1 1 -49.2607 -7.35758 -174.85 + 15 88.2745 652 1 1 -49.45 -7.20581 -174.819 + 15 37.0658 651 1 1 -49.65 -7.06139 -174.826 + 15 6.73823 881 1 0 -54.0529 -3.66845 -175.85 + 15 89.1959 882 1 0 -54.0776 -3.64988 -175.855 + 15 78.7205 883 1 0 -54.358 -3.45 -175.917 + 15 111.535 884 1 0 -54.6639 -3.25 -175.977 + 15 87.1504 885 1 0 -54.9884 -3.05 -175.995 + 15 105.103 886 1 0 -55.2815 -2.84966 -175.999 + 15 95.0251 887 1 0 -55.467 -2.65 -176.034 + 15 54.0015 888 1 0 -55.7276 -2.44996 -176.15 + 15 169.371 1128 1 0 -123.387 45.7213 -176.25 + 15 243.443 1129 1 0 -123.638 45.85 -176.034 + 15 31.2658 276 1 1 -124.873 46.552 -174.85 + 15 86.0656 275 1 1 -124.95 46.5973 -174.775 + 15 85.6765 274 1 1 -125.15 46.704 -174.588 + 15 164.117 273 1 1 -125.529 46.6825 -174.45 + 15 311.008 272 1 1 -125.55 46.659 -174.469 + 15 6.28075 1149 1 0 -123.597 49.879 -175.85 + 15 427.339 296 1 1 -120.879 53.071 -174.85 + 15 120.539 297 1 1 -120.75 53.2407 -174.765 + 15 43.5078 873 0 0 -47.8546 -5.30592 -206.25 + 15 77.5158 874 0 0 -47.9425 -5.25 -206.118 + 15 66.7612 875 0 0 -48.0891 -5.05 -205.996 + 15 178.261 876 0 0 -48.1967 -4.85 -205.967 + 15 42.7882 1264 6 0 -5.43897 72.9276 -25.85 + 15 24.6872 876 6 1 -4.68523 72.4257 -24.85 + 15 4.11491 877 6 1 -4.65 72.4228 -24.8438 + 15 28.6103 1260 6 0 -4.15282 72.0695 -25.85 + 15 67.7958 1259 6 0 -4.1619 72.05 -25.8718 + 15 129.63 1235 11 0 -7.62732 67.2424 124.15 + 15 92.6839 900 10 1 0.173092 63.2254 95.55 + 15 21.4845 901 10 1 0.25 63.3978 95.2229 + 15 34.8149 1218 10 0 0.60412 63.8135 94.15 + 15 148.763 1219 10 0 0.633292 63.85 94.0581 + 15 107.867 941 9 1 8.37906 72.8319 65.55 + 15 127.514 1264 9 0 8.09595 72.9895 64.15 + 15 161.729 918 8 1 3.69859 75.6683 35.55 + 15 36.7926 1270 8 0 3.86726 74.1075 34.15 + 15 72.6087 1269 8 0 3.87608 74.05 34.0959 + 15 76.9412 1268 8 0 3.90871 73.85 33.91 + 15 1.33407 1267 8 0 3.94144 73.65 33.7534 + 15 55.8545 964 7 1 12.9556 27.2598 5.55 + 15 113.441 965 7 1 13.05 27.1981 5.41976 + 15 194.468 1033 7 0 14.0758 26.8278 4.15 + 15 185.949 1126 6 1 45.3324 11.047 -24.45 + 15 138.074 1125 6 1 45.2497 10.9513 -24.5516 + 15 68.9838 1124 6 1 45.05 10.9104 -24.5932 + 15 138.949 1123 6 1 44.85 10.9039 -24.5341 + 15 100.53 1122 6 1 44.65 11.087 -24.5275 + 15 324.27 1121 6 1 44.4499 11.171 -24.6341 + 15 36.1602 1127 6 1 45.4855 11.106 -24.45 + 15 34.228 966 6 0 43.2315 13.3842 -25.85 + 15 13.3396 967 6 0 43.125 13.45 -25.8605 + 15 114.886 1111 6 1 42.3936 15.8008 -24.85 + 15 166.088 1112 6 1 42.4501 16.0209 -24.6572 + 15 227.289 1113 6 1 42.65 16.0788 -24.606 + 15 186.634 332 3 1 -113.55 104.027 -114.568 + 15 10.5848 59 6 1 -168.15 128.559 -24.671 + 15 9.6919 60 6 1 -167.959 128.594 -24.45 +Number of digits in this event = 35 Using G4ParticleGun ... -7.82615 LIN +4.08714 LIN proton Event: 16 -Number of tracker hits in this event = 36 - 16 88.9794 1213 9 1 62.6684 -119.323 65.55 - 16 226.727 304 9 0 62.6681 -119.322 64.15 - 16 104.444 1213 8 1 62.6654 -119.315 35.55 - 16 142.808 304 8 0 62.6652 -119.315 34.15 - 16 107.351 1213 7 1 62.6603 -119.307 5.55 - 16 110.651 304 7 0 62.6593 -119.305 4.15 - 16 111.624 1212 6 1 62.6391 -119.259 -24.45 - 16 121.388 304 6 0 62.6379 -119.258 -25.85 - 16 106.561 1212 5 1 62.6096 -119.234 -54.45 - 16 132.435 304 5 0 62.6078 -119.234 -55.85 - 16 109.536 1212 4 1 62.5673 -119.223 -84.45 - 16 120.866 304 4 0 62.5657 -119.223 -85.85 - 16 121.223 1212 3 1 62.5304 -119.214 -114.45 - 16 253.429 304 3 0 62.5282 -119.214 -115.85 - 16 110.335 1212 2 1 62.4862 -119.219 -144.45 - 16 243.933 304 2 0 62.4844 -119.219 -145.85 - 16 96.6383 1211 1 1 62.4489 -119.219 -174.45 - 16 315.355 304 1 0 62.4475 -119.22 -175.85 - 16 115.915 1211 0 1 62.4219 -119.228 -204.45 - 16 122.255 304 0 0 62.4218 -119.229 -205.85 - 16 28.956 321 13 1 -115.794 -27.6425 185.15 - 16 18.7457 320 13 1 -115.95 -27.5639 185.488 - 16 114.505 319 13 1 -116.167 -27.6266 185.55 - 16 140.67 760 13 0 -116.319 -27.9433 184.15 - 16 107.544 801 13 0 -115.178 -19.7671 183.751 - 16 10.2205 800 13 0 -115.285 -19.85 184.116 - 16 47.9611 324 13 1 -115.175 -20.2954 185.15 - 16 72.1981 325 13 1 -115.15 -20.3328 185.287 - 16 349.676 326 13 1 -114.95 -20.2596 185.444 - 16 204.851 327 13 1 -114.75 -20.2456 185.524 - 16 13.7636 368 0 0 97.2331 -106.444 -206.25 - 16 157.277 369 0 0 97.3274 -106.35 -206.058 - 16 110.616 746 2 1 -30.7029 -129.705 -144.755 - 16 95.2621 305 3 0 62.5107 -119.15 -115.905 - 16 219.078 306 3 0 62.498 -118.95 -115.944 - 16 50.8122 1210 3 1 62.2438 -119.006 -114.85 -Number of digits in this event = 19 +Number of tracker hits in this event = 26 + 16 14.7823 537 10 1 -72.4957 -90.4332 95.2167 + 16 94.1071 448 10 0 -72.4957 -90.4331 94.15 + 16 96.599 537 9 1 -72.4939 -90.4378 65.55 + 16 107.271 448 9 0 -72.4956 -90.4383 64.15 + 16 172.127 537 8 1 -72.5307 -90.4458 35.55 + 16 116.902 448 8 0 -72.5317 -90.4463 34.15 + 16 129.235 537 7 1 -72.5475 -90.4496 5.55 + 16 151.74 448 7 0 -72.5473 -90.4503 4.15 + 16 95.2469 537 6 1 -72.5387 -90.4676 -24.45 + 16 135.916 448 6 0 -72.5369 -90.469 -25.85 + 16 240.547 537 5 1 -72.4927 -90.5028 -54.45 + 16 131.702 448 5 0 -72.4906 -90.5061 -55.85 + 16 98.4121 538 4 1 -72.4469 -90.5792 -84.45 + 16 130.398 447 4 0 -72.445 -90.5829 -85.85 + 16 109.732 538 3 1 -72.3915 -90.6561 -114.45 + 16 111.918 447 3 0 -72.3901 -90.6557 -115.85 + 16 120.396 538 2 1 -72.3593 -90.6481 -144.45 + 16 101.575 447 2 0 -72.3578 -90.6473 -145.85 + 16 124.028 538 1 1 -72.3254 -90.6284 -174.45 + 16 100.64 447 1 0 -72.3253 -90.6283 -175.85 + 16 176.379 538 0 1 -72.3268 -90.6287 -204.45 + 16 114.096 447 0 0 -72.3265 -90.626 -205.85 + 16 106.274 1293 4 0 18.8441 78.6855 -86.0816 + 16 2546.2 1467 7 0 -1.86949 113.641 3.92522 + 16 171.361 1017 5 0 -24.6431 23.5919 -55.9013 + 16 317.131 539 0 1 -72.25 -90.5065 -204.573 +Number of digits in this event = 17 Using G4ParticleGun ... -6.31693 LIN +8.6654 LIN proton Event: 17 Number of tracker hits in this event = 21 - 17 261.768 558 9 1 -68.3669 -115.773 65.55 - 17 208.488 321 9 0 -68.3669 -115.772 64.15 - 17 336.317 558 8 1 -68.3686 -115.771 35.55 - 17 106.891 321 8 0 -68.3688 -115.771 34.15 - 17 111.183 558 7 1 -68.3703 -115.775 5.55 - 17 114.3 321 7 0 -68.3696 -115.774 4.15 - 17 93.2669 558 6 1 -68.3595 -115.764 -24.45 - 17 119.573 321 6 0 -68.3585 -115.762 -25.85 - 17 114.916 558 5 1 -68.3433 -115.711 -54.45 - 17 83.0545 322 5 0 -68.3432 -115.708 -55.85 - 17 102.534 558 4 1 -68.3417 -115.639 -84.45 - 17 116.63 322 4 0 -68.3423 -115.635 -85.85 - 17 137.362 558 3 1 -68.3609 -115.543 -114.45 - 17 96.4333 323 3 0 -68.3614 -115.538 -115.85 - 17 96.2514 558 2 1 -68.3714 -115.437 -144.45 - 17 99.3464 323 2 0 -68.3723 -115.432 -145.85 - 17 110.686 558 1 1 -68.39 -115.325 -174.45 - 17 153.417 324 1 0 -68.3903 -115.319 -175.85 - 17 112.896 558 0 1 -68.3978 -115.206 -204.45 - 17 122.102 324 0 0 -68.3986 -115.2 -205.85 - 17 115.616 326 8 0 -68.1906 -114.869 34.15 -Number of digits in this event = 7 -Using G4ParticleGun ... -4.56913 LIN -proton -Event: 18 -Number of tracker hits in this event = 25 - 18 108.245 605 11 1 -58.872 41.7395 125.55 - 18 92.9129 1108 11 0 -58.8726 41.74 124.15 - 18 138.976 605 10 1 -58.8843 41.749 95.55 - 18 170.163 1108 10 0 -58.8823 41.7498 94.15 - 18 120.782 606 9 1 -58.8378 41.7654 65.55 - 18 101.749 1108 9 0 -58.8336 41.7675 64.15 - 18 124.183 606 8 1 -58.7479 41.8145 35.55 - 18 114.825 1108 8 0 -58.7423 41.8163 34.15 - 18 198.204 607 7 1 -58.6238 41.8536 5.55 - 18 148.365 1109 7 0 -58.6194 41.8552 4.15 - 18 100.988 607 6 1 -58.5356 41.886 -24.45 - 18 120.426 1109 6 0 -58.5318 41.887 -25.85 - 18 3.59597 607 5 1 -58.4501 41.9059 -54.45 - 18 101.461 608 5 1 -58.45 41.906 -54.4657 - 18 109.153 1109 5 0 -58.4443 41.9071 -55.85 - 18 86.4673 608 4 1 -58.3302 41.9292 -84.45 - 18 252.179 1109 4 0 -58.3242 41.9288 -85.85 - 18 189.47 609 3 1 -58.2002 41.9246 -114.45 - 18 90.7758 1109 3 0 -58.2102 41.9208 -115.85 - 18 147.481 608 2 1 -58.4154 41.843 -144.45 - 18 121.531 1108 2 0 -58.4262 41.8391 -145.85 - 18 120.429 606 1 1 -58.6516 41.7584 -174.45 - 18 97.5978 1108 1 0 -58.6642 41.7551 -175.85 - 18 111.937 605 0 1 -58.9264 41.686 -204.45 - 18 112.539 1108 0 0 -58.9399 41.6838 -205.85 -Number of digits in this event = 13 -Using G4ParticleGun ... -8.47583 LIN -proton -Event: 19 -Number of tracker hits in this event = 29 - 19 100.334 793 10 1 -21.4202 105.865 95.55 - 19 250.35 1428 10 0 -21.4195 105.864 94.15 - 19 109.123 793 9 1 -21.4024 105.852 65.55 - 19 109.464 1428 9 0 -21.4022 105.852 64.15 - 19 163.559 793 8 1 -21.404 105.831 35.55 - 19 127.849 1428 8 0 -21.4043 105.831 34.15 - 19 118.457 793 7 1 -21.4095 105.824 5.55 - 19 115.558 1428 7 0 -21.4098 105.823 4.15 - 19 147.083 793 6 1 -21.4174 105.812 -24.45 - 19 132.192 1428 6 0 -21.4186 105.811 -25.85 - 19 124.369 793 5 1 -21.4448 105.795 -54.45 - 19 153.383 1428 5 0 -21.4457 105.793 -55.85 - 19 93.707 792 4 1 -21.4624 105.766 -84.45 - 19 131.85 1428 4 0 -21.4631 105.765 -85.85 - 19 124.752 792 3 1 -21.4782 105.749 -114.45 - 19 139.264 1427 3 0 -21.4791 105.747 -115.85 - 19 107.771 792 2 1 -21.4969 105.711 -144.45 - 19 121.107 1427 2 0 -21.4983 105.709 -145.85 - 19 122.12 792 1 1 -21.5202 105.657 -174.45 - 19 122.811 1427 1 0 -21.5201 105.655 -175.85 - 19 101.305 792 0 1 -21.5164 105.603 -204.45 - 19 102.614 1427 0 0 -21.512 105.598 -205.85 - 19 91.0672 1427 10 0 -21.6174 105.75 93.9933 - 19 90.0015 1426 10 0 -21.7033 105.55 94.0119 - 19 16.8696 1425 10 0 -21.6272 105.35 94.1048 - 19 67.0296 794 10 1 -21.1854 104.641 95.15 - 19 84.1233 795 10 1 -21.05 104.499 95.2542 - 19 148.938 1420 10 0 -19.9847 104.202 94.15 - 19 171.144 1419 10 0 -19.7751 104.15 94.0326 -Number of digits in this event = 16 -Using G4ParticleGun ... -1.58309 LIN -proton -Event: 20 -Number of tracker hits in this event = 23 - 20 27.8823 1316 11 0 -15.1305 83.2828 123.835 - 20 253.941 824 10 1 -15.1383 83.277 95.55 - 20 99.0592 1316 10 0 -15.1391 83.2754 94.15 - 20 117.67 824 9 1 -15.1645 83.2451 65.55 - 20 97.1221 1315 9 0 -15.1668 83.2422 64.15 - 20 108.209 824 8 1 -15.2183 83.1744 35.55 - 20 109.127 1315 8 0 -15.2217 83.174 34.15 - 20 110.142 823 7 1 -15.2876 83.1829 5.55 - 20 153.339 1315 7 0 -15.2895 83.1787 4.15 - 20 121.98 823 6 1 -15.3199 83.0986 -24.45 - 20 186.729 1315 6 0 -15.3215 83.0933 -25.85 - 20 121.604 823 5 1 -15.3581 82.9758 -54.45 - 20 119.532 1314 5 0 -15.3593 82.9648 -55.85 - 20 111.513 823 4 1 -15.3885 82.7273 -84.45 - 20 117.497 1313 4 0 -15.3888 82.7137 -85.85 - 20 128.871 823 3 1 -15.4107 82.4697 -114.45 - 20 120.445 1312 3 0 -15.4101 82.4595 -115.85 - 20 124.04 823 2 1 -15.3431 82.2701 -144.45 - 20 112.771 1311 2 0 -15.3414 82.2589 -145.85 - 20 133.931 823 1 1 -15.3095 82.0312 -174.45 - 20 178.106 1309 1 0 -15.3064 82.0195 -175.85 - 20 158.079 824 0 1 -15.2415 81.7812 -204.45 - 20 107.45 1308 0 0 -15.2432 81.7705 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -6.89019 LIN -proton -Event: 21 -Number of tracker hits in this event = 32 - 21 150.179 841 10 1 -11.8248 106.148 95.55 - 21 251.425 1429 10 0 -11.8246 106.147 94.15 - 21 144.236 841 9 1 -11.8192 106.112 65.55 - 21 106.346 1429 9 0 -11.8185 106.11 64.15 - 21 109.85 841 8 1 -11.8053 106.07 35.55 - 21 135.65 1429 8 0 -11.8052 106.068 34.15 - 21 111.848 841 7 1 -11.8037 106.017 5.55 - 21 378.976 1429 7 0 -11.8031 106.014 4.15 - 21 108.709 841 6 1 -11.7891 105.946 -24.45 - 21 85.9707 1428 6 0 -11.7879 105.943 -25.85 - 21 155.768 841 5 1 -11.7672 105.886 -54.45 - 21 667.816 1428 5 0 -11.7669 105.883 -55.85 - 21 116.393 841 4 1 -11.8036 106.414 -84.45 - 21 119.193 1431 4 0 -11.8043 106.441 -85.85 - 21 157.461 841 3 1 -11.8187 106.987 -114.45 - 21 119.956 1434 3 0 -11.82 107.014 -115.85 - 21 138.033 841 2 1 -11.8482 107.565 -144.45 - 21 110.829 1437 2 0 -11.8493 107.592 -145.85 - 21 124.792 840 1 1 -11.8831 108.158 -174.45 - 21 108.403 1440 1 0 -11.8855 108.186 -175.85 - 21 106.835 840 0 1 -11.9795 108.746 -204.45 - 21 93.6728 1443 0 0 -11.9846 108.773 -205.85 - 21 10.2074 823 4 1 -15.3121 -56.7028 -84.6271 - 21 112.945 758 0 1 -28.2727 123.097 -204.646 - 21 37.8292 362 0 0 159.661 -107.55 -206.237 - 21 235.752 361 0 0 159.67 -107.75 -206.061 - 21 24.7527 1670 1 0 33.3647 154.283 -176.25 - 21 30.9789 1697 0 0 -71.5666 159.55 -206.153 - 21 34.0761 331 10 0 -91.2527 -113.885 93.834 - 21 65.9648 1385 10 1 97.15 38.2534 95.4847 - 21 97.1088 1384 10 1 97.15 38.1046 95.4952 - 21 183.945 1428 10 0 -11.9074 105.95 93.8255 -Number of digits in this event = 16 -Using G4ParticleGun ... -7.64003 LIN -proton -Event: 22 -Number of tracker hits in this event = 90 - 22 110.74 887 11 1 -2.45233 69.1562 125.55 - 22 104.968 1245 11 0 -2.45239 69.1568 124.15 - 22 97.4616 887 10 1 -2.4529 69.169 95.55 - 22 113.07 1245 10 0 -2.45183 69.1704 94.15 - 22 104.49 888 9 1 -2.42954 69.1997 65.55 - 22 136.635 1245 9 0 -2.42789 69.2029 64.15 - 22 104.422 888 8 1 -2.39414 69.2669 35.55 - 22 119.641 1246 8 0 -2.39172 69.2705 34.15 - 22 119.704 888 7 1 -2.34134 69.3462 5.55 - 22 125.841 1246 7 0 -2.33948 69.3494 4.15 - 22 101.493 888 6 1 -2.30513 69.412 -24.45 - 22 173.485 1246 6 0 -2.30343 69.4142 -25.85 - 22 164.522 888 5 1 -2.26937 69.4621 -54.45 - 22 114.256 1247 5 0 -2.26728 69.4648 -55.85 - 22 141.668 889 4 1 -2.22328 69.5256 -84.45 - 22 102.377 1247 4 0 -2.22129 69.5291 -85.85 - 22 120.49 889 3 1 -2.17899 69.5999 -114.45 - 22 126.023 1247 3 0 -2.17689 69.6031 -115.85 - 22 103.142 889 2 1 -2.13328 69.6657 -144.45 - 22 133.04 1248 2 0 -2.13157 69.672 -145.85 - 22 119.094 889 1 1 -2.10106 69.8013 -174.45 - 22 118.948 1248 1 0 -2.09969 69.8065 -175.85 - 22 119.97 889 0 1 -2.06742 69.9102 -204.45 - 22 136.865 1249 0 0 -2.06601 69.9141 -205.85 - 22 18.7678 92 6 0 151.512 -161.706 -26.0219 - 22 62.0789 1672 7 1 154.63 1.35074 5.24385 - 22 2.0486 887 6 0 -60.9159 -2.46693 -26.25 - 22 1601.53 1449 0 0 24.7321 109.965 -206.25 - 22 28.5791 1450 0 0 24.7844 110.15 -205.856 - 22 1580.52 1024 0 1 24.9112 110.63 -204.85 - 22 1959.28 1499 1 0 28.9964 119.967 -176.25 - 22 1900.18 1045 1 1 29.2022 120.445 -174.85 - 22 314.913 1046 1 1 29.25 120.568 -174.498 - 22 6205.05 1567 2 0 38.0505 133.582 -146.25 - 22 79.3498 1608 0 0 -98.525 141.798 -206.25 - 22 106.964 1609 0 0 -98.6437 141.95 -206.048 - 22 5.42906 404 0 1 -99.3413 142.848 -204.85 - 22 173.281 403 0 1 -99.35 142.859 -204.835 - 22 14.6436 402 0 1 -99.55 143.117 -204.49 - 22 79.8747 1728 1 0 -117.271 165.827 -176.25 - 22 122.078 1729 1 0 -117.367 165.95 -176.098 - 22 152.882 309 1 1 -118.156 166.955 -174.85 - 22 128.12 308 1 1 -118.35 167.201 -174.544 - 22 17.4049 307 1 1 -118.55 167.5 -174.806 - 22 110.659 1739 1 0 -119.269 167.958 -175.85 - 22 472.41 1740 1 0 -119.362 168.15 -175.968 - 22 190.142 1741 1 0 -119.262 168.35 -176.01 - 22 161.084 1685 4 0 127.128 157.283 -85.8603 - 22 68.9646 1250 0 0 -2.1121 70.0658 -206.25 - 22 100.248 887 0 1 -2.5394 69.9769 -204.85 - 22 65.8457 886 0 1 -2.65 69.9599 -204.51 - 22 102.472 1278 1 0 -4.1168 75.7889 -176.25 - 22 34.6452 1279 1 0 -4.13036 75.85 -175.989 - 22 116.217 879 1 1 -4.19385 76.1257 -174.85 - 22 17.6583 1369 2 0 -18.7769 94.1171 -146.25 - 22 107.403 1370 2 0 -18.8046 94.15 -146.198 - 22 14.1203 1371 2 0 -18.9605 94.35 -145.894 - 22 124.408 802 2 1 -19.4737 94.9937 -144.85 - 22 16.2722 801 2 1 -19.65 95.2017 -144.507 - 22 28.5725 1655 3 0 -48.7536 151.27 -116.25 - 22 67.6054 1656 3 0 -48.8356 151.35 -116.213 - 22 73.4315 1657 3 0 -49.0309 151.55 -116.121 - 22 86.5554 1658 3 0 -49.2276 151.75 -116.023 - 22 36.4434 1659 3 0 -49.4221 151.95 -115.908 - 22 66.4995 644 3 1 -51.0768 153.248 -114.85 - 22 81.6099 643 3 1 -51.25 153.373 -114.732 - 22 138.085 642 3 1 -51.4501 153.527 -114.576 - 22 23.0509 1131 9 1 46.4133 3.90598 65.15 - 22 163.09 918 9 0 47.3046 3.70814 64.15 - 22 56.0574 1226 0 0 -1.53494 65.3255 -206.25 - 22 101.73 1225 0 0 -1.64504 65.25 -206.1 - 22 72.679 885 0 1 -2.85024 64.4043 -204.749 - 22 56.0643 884 0 1 -3.05 64.3123 -204.567 - 22 35.4923 883 0 1 -3.2501 64.2482 -204.47 - 22 51.0786 882 0 1 -3.4501 64.1546 -204.462 - 22 62.0991 881 0 1 -3.65 64.0508 -204.477 - 22 55.5925 880 0 1 -3.85 63.9525 -204.501 - 22 48.9214 879 0 1 -4.05 63.867 -204.523 - 22 76.8146 878 0 1 -4.25 63.7892 -204.535 - 22 372.189 877 0 1 -4.45 63.6857 -204.522 - 22 142.092 876 0 1 -4.71286 63.5666 -204.45 - 22 8.26651 1220 0 0 -4.6358 64.2307 -205.85 - 22 126.91 1221 0 0 -4.63469 64.25 -205.887 - 22 7.28103 1158 0 0 5.03922 51.6751 -206.25 - 22 90.4338 1157 0 0 5.04463 51.6498 -206.221 - 22 23.1612 1156 0 0 5.10821 51.45 -205.929 - 22 293.689 925 0 1 5.13426 50.8995 -204.85 - 22 187.264 1154 0 0 5.06063 50.9983 -205.85 - 22 4.18958 1211 0 0 -148.54 62.4413 -206.25 - 22 125.118 108 1 1 -158.423 -77.0027 -174.45 -Number of digits in this event = 35 -Using G4ParticleGun ... -4.44684 LIN -proton -Event: 23 -Number of tracker hits in this event = 105 - 23 96.3714 1162 10 1 52.4798 76.6806 95.55 - 23 96.2573 1283 10 0 52.4795 76.6772 94.15 - 23 240.871 1162 9 1 52.4745 76.6118 65.55 - 23 93.985 1282 9 0 52.4751 76.6086 64.15 - 23 114.311 1162 8 1 52.4843 76.5433 35.55 - 23 114.179 1282 8 0 52.4851 76.5399 34.15 - 23 168.701 1162 7 1 52.5043 76.4683 5.55 - 23 154.351 1282 7 0 52.5052 76.4645 4.15 - 23 150.672 1162 6 1 52.5277 76.3865 -24.45 - 23 86.4161 1281 6 0 52.5275 76.3823 -25.85 - 23 643.93 1162 5 1 52.5256 76.2975 -54.45 - 23 85.816 1281 5 0 52.5243 76.2952 -55.85 - 23 112.956 1162 4 1 52.5015 76.248 -84.45 - 23 98.1868 1280 4 0 52.4992 76.2459 -85.85 - 23 119.315 1162 3 1 52.4513 76.1956 -114.45 - 23 193.24 1280 3 0 52.4501 76.1934 -115.85 - 23 137.431 1161 2 1 52.4276 76.1412 -144.45 - 23 110.768 1280 2 0 52.4266 76.1388 -145.85 - 23 98.9533 1161 1 1 52.4051 76.0915 -174.45 - 23 111.519 1280 1 0 52.4034 76.0898 -175.85 - 23 109.766 1161 0 1 52.3685 76.0593 -204.45 - 23 114.501 1280 0 0 52.3676 76.0575 -205.85 - 23 134.406 1478 5 0 58.8344 115.925 -56.25 - 23 22.1307 803 1 0 48.1379 -19.3681 -175.917 - 23 61.9306 785 0 0 -62.7558 -22.9901 -206.25 - 23 144.369 784 0 0 -62.8643 -23.05 -206.202 - 23 157.537 783 0 0 -63.256 -23.25 -206.046 - 23 19.65 782 0 0 -63.6591 -23.45 -205.877 - 23 28.865 570 0 1 -65.9586 -24.6053 -204.85 - 23 53.3031 569 0 1 -66.0501 -24.6514 -204.809 - 23 67.9021 568 0 1 -66.25 -24.7513 -204.721 - 23 67.4903 567 0 1 -66.45 -24.852 -204.632 - 23 66.6296 566 0 1 -66.65 -24.9586 -204.543 - 23 61.487 508 1 0 -148.022 -78.3911 -176.25 - 23 116.307 507 1 0 -148.113 -78.45 -176.214 - 23 147.671 506 1 0 -148.426 -78.65 -176.016 - 23 74.2678 150 1 1 -150.021 -79.6467 -174.85 - 23 73.7339 149 1 1 -150.15 -79.7218 -174.758 - 23 145.124 148 1 1 -150.35 -79.8581 -174.629 - 23 38.6253 147 1 1 -150.55 -80.0268 -174.511 - 23 88.106 146 1 1 -150.75 -80.2197 -174.452 - 23 62.1276 145 1 1 -150.95 -80.3546 -174.516 - 23 56.6973 144 1 1 -151.15 -80.4637 -174.577 - 23 64.687 143 1 1 -151.35 -80.5529 -174.635 - 23 53.781 142 1 1 -151.55 -80.6103 -174.65 - 23 53.1904 141 1 1 -151.75 -80.6481 -174.643 - 23 60.6298 140 1 1 -151.95 -80.6654 -174.706 - 23 7.30362 139 1 1 -152.15 -80.6492 -174.827 - 23 98.3206 498 1 0 -153.537 -80.301 -175.85 - 23 85.3959 499 1 0 -153.684 -80.2499 -175.94 - 23 68.0332 497 1 0 -154.047 -80.45 -176.032 - 23 71.765 496 1 0 -154.159 -80.6502 -176.064 - 23 55.8168 495 1 0 -154.267 -80.85 -176.123 - 23 13.4408 494 1 0 -154.358 -81.05 -176.225 - 23 56.3265 532 0 1 -73.4858 -31.6899 -204.829 - 23 26.1616 735 0 0 -74.9063 -32.9819 -205.85 - 23 103.34 734 0 0 -74.9577 -33.0501 -205.907 - 23 105.114 733 0 0 -75.0704 -33.25 -206.085 - 23 67.6017 732 0 0 -75.099 -33.45 -206.231 - 23 49.9278 731 0 0 -75.2449 -33.65 -206.188 - 23 304.666 730 0 0 -75.3091 -33.85 -206.148 - 23 73.3331 729 0 0 -75.5087 -34.0506 -206.117 - 23 53.4842 728 0 0 -75.6954 -34.2501 -206.056 - 23 46.5537 727 0 0 -75.7728 -34.45 -206.117 - 23 50.9108 717 0 0 -78.7871 -36.53 -205.85 - 23 107.878 716 0 0 -78.9548 -36.65 -205.897 - 23 100.15 715 0 0 -79.2545 -36.8504 -205.983 - 23 106.818 714 0 0 -79.5337 -37.05 -206.073 - 23 93.1139 713 0 0 -79.8329 -37.2501 -206.182 - 23 60.5243 426 0 0 -149.564 -94.8214 -206.25 - 23 76.5616 425 0 0 -149.556 -94.95 -206.098 - 23 6.92239 424 0 0 -149.565 -95.1507 -205.862 - 23 292.202 150 0 1 -149.951 -96.1913 -204.85 - 23 18.6172 559 1 0 -176.638 -68.0919 -176.25 - 23 86.4342 560 1 0 -176.677 -68.05 -176.207 - 23 94.2563 561 1 0 -176.811 -67.85 -176.015 - 23 4.30704 562 1 0 -176.935 -67.6498 -175.858 - 23 102.576 9 1 1 -178.174 -65.794 -174.85 - 23 94.793 8 1 1 -178.35 -65.5222 -174.707 - 23 157.629 7 1 1 -178.55 -65.2913 -174.593 - 23 43.6479 6 1 1 -178.751 -65.0824 -174.489 - 23 110.311 524 2 0 -163.99 -75.0801 -146.25 - 23 30.7649 84 2 1 -163.212 -75.2147 -144.85 - 23 121.997 85 2 1 -163.15 -75.2265 -144.738 - 23 95.31 86 2 1 -162.908 -74.6961 -144.45 - 23 136.394 87 2 1 -162.75 -74.5185 -144.698 - 23 49.3892 533 2 0 -161.995 -73.3782 -145.85 - 23 90.9977 534 2 0 -161.927 -73.25 -145.966 - 23 55.675 535 2 0 -161.863 -73.05 -146.146 - 23 98.9043 736 1 0 -61.1691 -32.7392 -176.249 - 23 111.053 595 1 1 -60.9072 -33.1089 -174.85 - 23 19.6635 596 1 1 -60.85 -33.2084 -174.534 - 23 198.409 632 2 0 -49.8239 -53.4921 -146.25 - 23 55.3407 631 2 0 -49.7472 -53.65 -146.035 - 23 209.99 653 2 1 -49.4231 -54.6292 -144.85 - 23 261.617 654 2 1 -49.1445 -55.3737 -144.45 - 23 119.306 621 2 0 -48.9615 -55.7473 -145.85 - 23 116.417 650 1 1 -49.9568 -59.3521 -174.45 - 23 149.444 601 1 0 -49.9771 -59.698 -175.85 - 23 80.5627 674 0 1 -45.1345 -73.2298 -204.45 - 23 109.962 675 0 1 -45.05 -73.1206 -204.598 - 23 112.66 543 0 0 -43.7867 -71.4432 -205.85 - 23 23.3017 544 0 0 -43.5266 -71.25 -206.164 - 23 85.1369 620 2 0 -49.3271 -55.9328 -145.85 - 23 132.071 1161 3 1 52.45 76.1954 -114.645 -Number of digits in this event = 25 -Using G4ParticleGun ... -5.00828 LIN -proton -Event: 24 -Number of tracker hits in this event = 21 - 24 123.849 600 9 1 -59.9056 107.597 65.55 - 24 217.484 1437 9 0 -59.9043 107.596 64.15 - 24 88.25 600 8 1 -59.8791 107.577 35.55 - 24 126.418 1437 8 0 -59.8765 107.578 34.15 - 24 414.412 601 7 1 -59.8249 107.591 5.55 - 24 133.507 1437 7 0 -59.8235 107.59 4.15 - 24 143.969 601 6 1 -59.7988 107.561 -24.45 - 24 100.203 1437 6 0 -59.7978 107.558 -25.85 - 24 144.431 601 5 1 -59.7777 107.507 -54.45 - 24 103.769 1436 5 0 -59.7783 107.502 -55.85 - 24 310.353 601 4 1 -59.7908 107.404 -84.45 - 24 142.619 1436 4 0 -59.7914 107.399 -85.85 - 24 107.168 601 3 1 -59.7917 107.326 -114.45 - 24 160.223 1435 3 0 -59.7914 107.323 -115.85 - 24 100.964 601 2 1 -59.7819 107.27 -144.45 - 24 127.822 1435 2 0 -59.7819 107.268 -145.85 - 24 94.7584 601 1 1 -59.7806 107.215 -174.45 - 24 129.977 1435 1 0 -59.7798 107.211 -175.85 - 24 130.827 601 0 1 -59.7591 107.14 -204.45 - 24 118.208 1434 0 0 -59.7587 107.137 -205.85 - 24 98.4449 600 7 1 -59.85 107.705 5.43357 -Number of digits in this event = 14 -Using G4ParticleGun ... -2.47331 LIN -proton -Event: 25 -Number of tracker hits in this event = 23 - 25 104.577 673 10 1 -45.3482 -75.5896 95.55 - 25 171.933 522 10 0 -45.3476 -75.5905 94.15 - 25 113.04 673 9 1 -45.3291 -75.6144 65.55 - 25 106.6 522 9 0 -45.3306 -75.6164 64.15 - 25 180.955 673 8 1 -45.3587 -75.6505 35.55 - 25 105.56 521 8 0 -45.361 -75.653 34.15 - 25 136.934 673 7 1 -45.4023 -75.711 5.55 - 25 127.411 521 7 0 -45.4042 -75.7136 4.15 - 25 92.0542 673 6 1 -45.4419 -75.7683 -24.45 - 25 140.87 521 6 0 -45.4416 -75.7705 -25.85 - 25 113.316 673 5 1 -45.4389 -75.8159 -54.45 - 25 139.388 521 5 0 -45.4402 -75.817 -55.85 - 25 108.243 672 4 1 -45.4684 -75.842 -84.45 - 25 93.4561 521 4 0 -45.4705 -75.8443 -85.85 - 25 119.404 672 3 1 -45.517 -75.8824 -114.45 - 25 120.414 520 3 0 -45.5143 -75.8924 -115.85 - 25 220.319 672 2 1 -45.4571 -76.1019 -144.45 - 25 118.24 519 2 0 -45.4517 -76.1116 -145.85 - 25 151.27 673 1 1 -45.3433 -76.3218 -174.45 - 25 112.863 518 1 0 -45.3375 -76.33 -175.85 - 25 120.149 674 0 1 -45.2166 -76.4969 -204.45 - 25 120.644 517 0 0 -45.2124 -76.5064 -205.85 - 25 714.895 704 4 0 41.3391 -39.1241 -85.898 -Number of digits in this event = 14 -Using G4ParticleGun ... -4.06042 LIN -proton -Event: 26 -Number of tracker hits in this event = 28 - 26 130.435 993 10 1 18.7769 -100.52 95.55 - 26 280.918 398 10 0 18.7769 -100.52 94.15 - 26 140.011 993 9 1 18.786 -100.527 65.55 - 26 123.854 398 9 0 18.7874 -100.528 64.15 - 26 118.052 993 8 1 18.8114 -100.54 35.55 - 26 121.727 398 8 0 18.8137 -100.542 34.15 - 26 102.408 994 7 1 18.8665 -100.572 5.55 - 26 105.468 397 7 0 18.8699 -100.574 4.15 - 26 344.819 994 6 1 18.9396 -100.606 -24.45 - 26 114.019 397 6 0 18.9432 -100.607 -25.85 - 26 108.572 994 5 1 19.0148 -100.647 -54.45 - 26 122.982 397 5 0 19.019 -100.65 -55.85 - 26 124.883 995 4 1 19.1096 -100.699 -84.45 - 26 108.357 397 4 0 19.1148 -100.7 -85.85 - 26 100.124 995 3 1 19.222 -100.717 -114.45 - 26 117.46 397 3 0 19.2274 -100.718 -115.85 - 26 401.635 996 2 1 19.3375 -100.74 -144.45 - 26 173.336 397 2 0 19.3436 -100.743 -145.85 - 26 108.296 997 1 1 19.4702 -100.806 -174.45 - 26 128.069 396 1 0 19.4768 -100.809 -175.85 - 26 104.537 997 0 1 19.6127 -100.88 -204.45 - 26 126.128 396 0 0 19.6195 -100.885 -205.85 - 26 53.7019 995 2 1 19.25 -100.779 -144.584 - 26 27.2124 351 10 0 66.347 -109.933 93.75 - 26 140.972 350 10 0 66.4154 -109.95 93.7841 - 26 76.6459 349 10 0 66.6518 -110.15 94 - 26 79.7908 1237 10 1 67.4941 -110.953 95.15 - 26 569.387 1238 10 1 67.65 -110.986 95.3146 -Number of digits in this event = 15 -Using G4ParticleGun ... -9.08663 LIN -proton -Event: 27 -Number of tracker hits in this event = 24 - 27 150.461 987 11 1 17.4655 4.98754 125.55 - 27 144.885 924 11 0 17.4663 4.98704 124.15 - 27 110.851 987 10 1 17.483 4.97454 95.55 - 27 154.401 924 10 0 17.4837 4.97364 94.15 - 27 145.504 987 9 1 17.5009 4.95402 65.55 - 27 150.869 924 9 0 17.5019 4.95313 64.15 - 27 186.921 987 8 1 17.5241 4.9342 35.55 - 27 148.353 924 8 0 17.5245 4.93385 34.15 - 27 103.494 987 7 1 17.5307 4.92536 5.55 - 27 113.363 924 7 0 17.5315 4.92537 4.15 - 27 99.3647 987 6 1 17.5463 4.92569 -24.45 - 27 124.45 924 6 0 17.5464 4.92499 -25.85 - 27 270.095 987 5 1 17.5487 4.91099 -54.45 - 27 119.13 924 5 0 17.5489 4.90979 -55.85 - 27 97.6842 987 4 1 17.5578 4.8878 -84.45 - 27 134.2 924 4 0 17.558 4.8863 -85.85 - 27 147.824 987 3 1 17.563 4.85773 -114.45 - 27 99.7086 924 3 0 17.5656 4.85494 -115.85 - 27 197.38 987 2 1 17.6211 4.79615 -144.45 - 27 120.124 923 2 0 17.6232 4.79228 -145.85 - 27 123.804 988 1 1 17.6654 4.71226 -174.45 - 27 128.195 923 1 0 17.6676 4.70793 -175.85 - 27 183.677 988 0 1 17.7116 4.61809 -204.45 - 27 102.376 922 0 0 17.7141 4.614 -205.85 -Number of digits in this event = 17 -Using G4ParticleGun ... -1.79702 LIN -proton -Event: 28 -Number of tracker hits in this event = 179 - 28 105.302 944 11 1 8.96678 53.7243 125.55 - 28 106.568 1168 11 0 8.96622 53.7227 124.15 - 28 215.031 944 10 1 8.9464 53.6837 95.55 - 28 142.773 1168 10 0 8.94662 53.6816 94.15 - 28 112.195 944 9 1 8.95322 53.6426 65.55 - 28 121.124 1167 9 0 8.95398 53.64 64.15 - 28 136.005 944 8 1 8.98513 53.5837 35.55 - 28 157.236 1167 8 0 8.98679 53.5816 34.15 - 28 133.673 1271 8 0 95.9494 74.3127 33.75 - 28 330.71 1433 10 1 106.844 113.495 95.5499 - 28 101.293 1099 8 0 2.84224 40.0104 33.75 - 28 25.9403 1098 8 0 2.72383 39.8499 34.0527 - 28 261.972 914 8 1 2.88333 39.4217 35.1503 - 28 43.3739 913 8 1 2.85 39.3351 35.3236 - 28 170.857 1095 8 0 2.36787 39.1719 34.15 - 28 39.7285 1144 8 0 -21.7669 48.9517 33.75 - 28 14.4366 1145 8 0 -21.766 49.05 33.7841 - 28 15.0713 952 8 0 -108.122 10.4549 33.75 - 28 15.0259 951 8 0 -108.132 10.45 33.7537 - 28 75.7568 790 8 0 -140.111 -22.0453 33.75 - 28 113.798 789 8 0 -140.191 -22.05 33.8438 - 28 395.317 1105 8 1 41.2172 58.6596 35.55 - 28 168.837 788 5 0 76.7689 -22.25 -56.081 - 28 31.8516 787 5 0 76.8566 -22.45 -56.1871 - 28 14.7306 857 13 1 -8.45 58.6711 185.482 - 28 125.925 856 13 1 -8.65006 58.7422 185.547 - 28 72.0938 855 13 1 -8.85009 58.3981 185.339 - 28 81.0764 854 13 1 -9.05094 58.2475 185.235 - 28 110.35 853 13 1 -9.25 58.1587 185.19 - 28 355.638 852 13 1 -9.45014 57.994 185.308 - 28 5465.02 1335 12 1 87.2137 9.10327 155.222 - 28 94.7601 1355 8 0 13.1253 91.3357 33.75 - 28 752.862 1356 8 0 13.1268 91.35 33.7606 - 28 873.878 1357 8 0 13.149 91.55 33.909 - 28 583.128 1358 8 0 13.1727 91.75 34.0591 - 28 2821.31 966 8 1 13.3507 93.1626 35.15 - 28 1641.41 1562 9 0 7.46857 132.585 63.75 - 28 2467.38 1563 9 0 7.44253 132.75 63.8714 - 28 2620.87 1564 9 0 7.42369 132.95 64.0237 - 28 4174.74 936 9 1 7.43716 134.485 65.15 - 28 243.816 1398 8 0 25.9195 99.7603 33.75 - 28 115.939 1399 8 0 25.9888 99.95 33.8648 - 28 136.46 1400 8 0 26.0633 100.15 33.9855 - 28 50.8163 1401 8 0 26.1375 100.35 34.1073 - 28 125.388 1033 8 1 26.7662 102.051 35.15 - 28 235.708 1034 8 1 26.85 102.278 35.289 - 28 3.43499 1635 9 0 44.1974 147.34 63.75 - 28 170.388 1636 9 0 44.2012 147.35 63.7561 - 28 411.692 1637 9 0 44.2784 147.55 63.8824 - 28 136.663 1638 9 0 44.3535 147.75 64.0068 - 28 15.6851 1639 9 0 44.4292 147.95 64.1318 - 28 0.433016 1124 9 1 45.0493 149.592 65.15 - 28 326.118 1125 9 1 45.05 149.594 65.1512 - 28 77.3356 1126 9 1 45.25 150.124 65.479 - 28 146.51 944 7 1 8.91821 53.5584 5.55 - 28 220.543 943 7 1 8.85 53.5779 5.38737 - 28 379.125 1168 7 0 8.33083 53.7224 4.15 - 28 286.922 880 6 1 -3.90411 56.7546 -24.45 - 28 64.1136 879 6 1 -4.05 56.7894 -24.7975 - 28 494.405 1184 6 0 -4.4847 56.8976 -25.85 - 28 421.34 818 5 1 -16.2597 59.7623 -54.45 - 28 439.839 1199 5 0 -16.8656 59.9287 -55.85 - 28 469.04 753 4 1 -29.2953 63.306 -84.45 - 28 69.7489 752 4 1 -29.45 63.3483 -84.7939 - 28 506.091 1217 4 0 -29.9252 63.476 -85.85 - 28 181.84 686 3 1 -42.7698 67.3052 -114.45 - 28 240.869 685 3 1 -42.85 67.3292 -114.626 - 28 521.86 1237 3 0 -43.4113 67.4925 -115.85 - 28 71.2786 617 2 1 -56.6217 71.2634 -144.45 - 28 486.421 616 2 1 -56.65 71.2702 -144.513 - 28 401.403 1256 2 0 -57.253 71.4107 -145.85 - 28 29.5717 1257 2 0 -57.4237 71.45 -146.229 - 28 273.288 549 1 1 -70.1973 74.3046 -174.45 - 28 359.361 548 1 1 -70.25 74.3159 -174.561 - 28 451.646 1272 1 0 -70.8578 74.4981 -175.85 - 28 352.729 477 0 1 -84.5258 78.8869 -204.45 - 28 201.835 476 0 1 -84.65 78.9238 -204.705 - 28 434.414 1295 0 0 -85.2049 79.0926 -205.85 - 28 398.12 1445 5 1 109.285 -52.9925 -54.45 - 28 128.425 1446 5 1 109.35 -53.0515 -54.5739 - 28 121.898 631 5 0 110.031 -53.7933 -55.85 - 28 129.519 630 5 0 110.094 -53.85 -55.9576 - 28 28.1842 1444 5 1 109.143 -52.8445 -54.45 - 28 36.3312 635 5 0 110.084 -53.0391 -55.85 - 28 128.313 634 5 0 110.145 -53.05 -55.9281 - 28 9.24646 806 6 1 -18.84 36.0957 -24.45 - 28 253.172 805 6 1 -18.85 36.0896 -24.4608 - 28 269.443 804 6 1 -19.05 35.9672 -24.6767 - 28 115.219 1076 6 0 -20.1382 35.3008 -25.85 - 28 564.056 1075 6 0 -20.2193 35.25 -25.9361 - 28 61.6948 663 5 1 -47.3599 18.3316 -54.45 - 28 99.3005 662 5 1 -47.45 18.28 -54.5469 - 28 40.9912 661 5 1 -47.65 18.1654 -54.7613 - 28 174.163 987 5 0 -48.6697 17.5976 -55.85 - 28 42.4637 986 5 0 -48.9348 17.45 -56.1331 - 28 58.5072 522 4 1 -75.5344 2.6139 -84.45 - 28 100.996 521 4 1 -75.65 2.55422 -84.5684 - 28 66.4674 520 4 1 -75.85 2.45034 -84.7734 - 28 38.016 909 4 0 -76.9064 1.90602 -85.85 - 28 147.936 908 4 0 -77.0152 1.85 -85.9608 - 28 18.0123 374 3 1 -105.317 -12.629 -114.45 - 28 124.705 373 3 1 -105.35 -12.6475 -114.483 - 28 65.6383 372 3 1 -105.55 -12.7617 -114.685 - 28 70.2679 833 3 0 -106.701 -13.4291 -115.85 - 28 150.536 832 3 0 -106.738 -13.45 -115.886 - 28 5.43434 831 3 0 -107.084 -13.65 -116.237 - 28 65.0807 224 2 1 -135.213 -29.4733 -144.45 - 28 99.6351 223 2 1 -135.35 -29.5527 -144.591 - 28 22.4288 222 2 1 -135.55 -29.6689 -144.799 - 28 199.836 748 2 0 -136.56 -30.2529 -145.85 - 28 23.9799 747 2 0 -136.901 -30.45 -146.205 - 28 77.1672 78 1 1 -164.377 -46.1704 -174.45 - 28 85.5076 77 1 1 -164.55 -46.2723 -174.632 - 28 3.18906 76 1 1 -164.75 -46.3912 -174.843 - 28 202.936 665 1 0 -165.711 -46.9565 -175.85 - 28 204.447 664 1 0 -165.869 -47.05 -176.017 - 28 18.6839 696 5 1 -40.8102 25.3417 -54.45 - 28 138.693 695 5 1 -40.85 25.3397 -54.524 - 28 134.97 1026 5 0 -41.5623 25.2786 -55.85 - 28 38.91 1025 5 0 -41.758 25.25 -56.2115 - 28 152.398 615 4 1 -56.8728 22.7884 -84.45 - 28 32.7056 614 4 1 -57.05 22.8874 -84.755 - 28 11.5687 1015 4 0 -57.6717 23.2375 -85.85 - 28 121.292 1016 4 0 -57.6935 23.25 -85.8886 - 28 235.38 527 3 1 -74.5455 31.9505 -114.45 - 28 7.69349 1063 3 0 -74.8399 32.8278 -115.85 - 28 111.833 1064 3 0 -74.8468 32.85 -115.885 - 28 49.0411 1065 3 0 -74.9093 33.05 -116.206 - 28 123.746 1175 3 0 -85.3149 55.1812 -116.25 - 28 169.218 472 3 1 -85.5027 55.3103 -114.85 - 28 167.913 1220 4 0 -83.4784 64.0933 -86.25 - 28 143.63 482 4 1 -83.5523 64.7791 -84.8497 - 28 6.13859 1100 5 0 -75.674 40.0725 -56.25 - 28 118.651 1099 5 0 -75.667 40.0499 -56.2265 - 28 23.2528 1098 5 0 -75.5727 39.85 -55.9365 - 28 334.82 524 5 1 -75.178 39.6195 -54.85 - 28 115.678 523 5 1 -75.2501 39.2947 -54.5795 - 28 34.976 526 3 1 -74.65 31.9447 -114.739 - 28 81.8951 1057 3 0 -74.8465 31.5115 -115.85 - 28 9.90722 1056 3 0 -74.8585 31.45 -116.208 - 28 319.037 1007 3 0 -92.2692 21.493 -116.25 - 28 13.0208 430 3 1 -94.1088 21.5639 -114.85 - 28 62.1636 429 3 1 -94.15 21.5651 -114.823 - 28 39.9595 428 3 1 -94.35 21.6028 -114.797 - 28 76.5927 1008 3 0 -95.1501 21.8335 -115.85 - 28 259.332 1009 3 0 -95.1773 21.85 -115.918 - 28 99.4122 421 3 1 -95.8716 22.7852 -114.85 - 28 95.4932 1035 3 0 -71.1174 27.1775 -115.85 - 28 2.63775 1036 3 0 -71.2105 27.25 -116.242 - 28 52.5978 667 5 1 -46.5435 18.9762 -54.45 - 28 95.4801 666 5 1 -46.65 18.9123 -54.5656 - 28 24.6237 665 5 1 -46.85 18.7902 -54.783 - 28 191.832 990 5 0 -47.8373 18.1878 -55.85 - 28 78.0748 989 5 0 -48.0631 18.05 -56.094 - 28 75.8907 528 4 1 -74.3014 2.07278 -84.45 - 28 103.627 527 4 1 -74.45 1.98044 -84.6244 - 28 60.4586 906 4 0 -75.4962 1.34126 -85.85 - 28 160.817 905 4 0 -75.6461 1.25 -86.0254 - 28 161.539 400 3 1 -99.9864 -13.8642 -114.45 - 28 78.7459 399 3 1 -100.15 -13.961 -114.649 - 28 66.9708 827 3 0 -101.13 -14.5668 -115.85 - 28 218.872 826 3 0 -101.264 -14.65 -116.014 - 28 68.1105 278 2 1 -124.387 -28.9676 -144.45 - 28 85.4859 277 2 1 -124.55 -29.0595 -144.592 - 28 43.2578 276 2 1 -124.75 -29.1716 -144.767 - 28 78.9688 750 2 0 -125.993 -29.9375 -145.85 - 28 112.826 749 2 0 -126.174 -30.05 -146.008 - 28 78.2544 106 1 1 -158.792 -50.1003 -174.45 - 28 105.525 105 1 1 -158.95 -50.2186 -174.611 - 28 23.2053 104 1 1 -159.15 -50.3677 -174.815 - 28 89.8735 644 1 0 -160.173 -51.1139 -175.85 - 28 108.77 643 1 0 -160.359 -51.25 -176.039 - 28 86.9347 752 2 0 -125.921 -29.5756 -145.85 - 28 86.9774 751 2 0 -126.148 -29.65 -146.059 - 28 30.7866 121 1 1 -155.862 -39.2776 -174.45 - 28 78.8682 120 1 1 -155.95 -39.2879 -174.51 - 28 107.17 119 1 1 -156.15 -39.3154 -174.647 - 28 21.6703 118 1 1 -156.35 -39.3363 -174.804 - 28 287.515 703 1 0 -157.67 -39.419 -175.85 -Number of digits in this event = 86 -Using G4ParticleGun ... -3.77671 LIN -proton -Event: 29 -Number of tracker hits in this event = 24 - 29 112.368 1290 9 1 78.0884 100.405 65.55 - 29 101.806 1401 9 0 78.0878 100.404 64.15 - 29 128.719 1290 8 1 78.0712 100.39 35.55 - 29 140.801 1401 8 0 78.0714 100.389 34.15 - 29 102.456 1290 7 1 78.0749 100.366 5.55 - 29 116.411 1401 7 0 78.076 100.365 4.15 - 29 93.6842 1290 6 1 78.1021 100.336 -24.45 - 29 114.859 1400 6 0 78.1048 100.334 -25.85 - 29 139.578 1290 5 1 78.1621 100.301 -54.45 - 29 120.185 1400 5 0 78.1657 100.299 -55.85 - 29 225.495 1290 4 1 78.2413 100.264 -84.45 - 29 86.2129 1400 4 0 78.2454 100.263 -85.85 - 29 136.824 1291 3 1 78.3388 100.248 -114.45 - 29 390.079 1400 3 0 78.3435 100.246 -115.85 - 29 116.864 1291 2 1 78.4362 100.197 -144.45 - 29 132.758 1400 2 0 78.4398 100.194 -145.85 - 29 119.27 1292 1 1 78.5103 100.115 -174.45 - 29 113.005 1399 1 0 78.5136 100.11 -175.85 - 29 114.255 1292 0 1 78.5759 99.9941 -204.45 - 29 109.913 1399 0 0 78.5792 99.9883 -205.85 - 29 28.4375 1406 7 0 52.8207 101.368 3.75 - 29 137.405 1405 7 0 52.7353 101.35 3.83897 - 29 169.335 1157 7 1 51.5608 100.979 5.15005 - 29 59.483 1545 7 0 48.5616 129.15 3.83115 -Number of digits in this event = 11 -Using G4ParticleGun ... -5.55221 LIN -proton -Event: 30 -Number of tracker hits in this event = 55 - 30 102.135 767 10 1 -26.5129 -95.6317 95.55 - 30 167.955 422 10 0 -26.5137 -95.6308 94.15 - 30 128.335 767 9 1 -26.5249 -95.6097 65.55 - 30 114.8 422 9 0 -26.5255 -95.6105 64.15 - 30 111.501 767 8 1 -26.5361 -95.6253 35.55 - 30 152.249 422 8 0 -26.5374 -95.6255 34.15 - 30 165.112 767 7 1 -26.5586 -95.6326 5.55 - 30 193.454 422 7 0 -26.561 -95.6332 4.15 - 30 133.135 767 6 1 -26.6074 -95.6493 -24.45 - 30 94.5257 422 6 0 -26.6101 -95.6497 -25.85 - 30 117.74 766 5 1 -26.6681 -95.6556 -54.45 - 30 179.546 422 5 0 -26.6709 -95.6574 -55.85 - 30 103.616 766 4 1 -26.7293 -95.6943 -84.45 - 30 144.421 422 4 0 -26.7328 -95.696 -85.85 - 30 102.587 766 3 1 -26.801 -95.7293 -114.45 - 30 222.627 422 3 0 -26.804 -95.7321 -115.85 - 30 103.333 765 2 1 -26.868 -95.788 -144.45 - 30 98.0111 421 2 0 -26.8714 -95.7919 -145.85 - 30 139.008 765 1 1 -26.937 -95.88 -174.45 - 30 109.339 421 1 0 -26.9422 -95.8832 -175.85 - 30 97.3461 764 0 1 -27.0533 -95.9479 -204.45 - 30 103.332 420 0 0 -27.0582 -95.9506 -205.85 - 30 8.3898 547 1 0 49.0356 -70.5581 -176.25 - 30 13.5747 510 1 0 15.7489 -78.0139 -176.25 - 30 124.47 416 1 0 -27.9523 -96.7803 -175.85 - 30 241.848 421 3 0 -26.9004 -95.75 -116.171 - 30 147.444 423 5 0 -26.6656 -95.5499 -56.0104 - 30 4.58395 55 5 0 61.555 -169.005 -56.25 - 30 30.2442 423 8 0 -26.4997 -95.55 33.8114 - 30 48.7203 421 10 0 -26.5677 -95.75 93.8821 - 30 24.3658 132 10 0 -71.6711 -153.578 93.75 - 30 118.172 133 10 0 -71.6776 -153.55 93.7892 - 30 23.5246 768 10 1 -26.3402 -95.6615 95.55 - 30 55.0377 769 10 1 -26.25 -95.678 95.5277 - 30 75.526 770 10 1 -26.05 -95.7434 95.4799 - 30 66.7141 771 10 1 -25.85 -95.8111 95.4421 - 30 53.8713 772 10 1 -25.65 -95.866 95.4126 - 30 56.362 773 10 1 -25.45 -95.867 95.3776 - 30 50.498 774 10 1 -25.25 -95.8142 95.331 - 30 78.9344 775 10 1 -25.0494 -95.7833 95.2995 - 30 63.4853 776 10 1 -24.85 -95.7341 95.2675 - 30 74.8982 777 10 1 -24.65 -95.644 95.2202 - 30 4.79151 778 10 1 -24.45 -95.5503 95.1571 - 30 91.3592 431 10 0 -20.6972 -93.8693 94.15 - 30 80.0621 432 10 0 -20.4438 -93.75 94.1206 - 30 118.243 433 10 0 -20.1763 -93.55 94.0012 - 30 89.0882 434 10 0 -19.9828 -93.3498 93.9088 - 30 55.0763 435 10 0 -19.7231 -93.15 93.822 - 30 80.6545 374 10 0 87.2253 -105.192 93.75 - 30 73.66 373 10 0 87.3466 -105.35 93.7965 - 30 130.38 372 10 0 87.5046 -105.55 93.9173 - 30 58.1087 371 10 0 87.7497 -105.75 93.8416 - 30 268.596 370 10 0 87.795 -105.95 93.8593 - 30 77.727 1329 10 1 85.8969 -106.632 95.15 - 30 99.1209 1328 10 1 85.85 -106.633 95.1551 -Number of digits in this event = 18 -Using G4ParticleGun ... -3.89432 LIN -proton -Event: 31 -Number of tracker hits in this event = 32 - 31 120.176 905 11 1 1.05578 -24.8233 125.55 - 31 124.745 776 11 0 1.05552 -24.8255 124.15 - 31 148.153 904 10 1 1.04897 -24.8777 95.55 - 31 93.1458 775 10 0 1.04933 -24.881 94.15 - 31 79.275 905 9 1 1.05462 -24.9483 65.55 - 31 99.6138 775 9 0 1.05269 -24.9515 64.15 - 31 167.301 904 8 1 1.01276 -25.0207 35.55 - 31 113.832 775 8 0 1.01112 -25.0226 34.15 - 31 99.2835 904 7 1 0.976828 -25.057 5.55 - 31 100.498 774 7 0 0.976361 -25.0574 4.15 - 31 124.415 904 6 1 0.970496 -25.0637 -24.45 - 31 120.878 774 6 0 0.971994 -25.0671 -25.85 - 31 128.543 904 5 1 0.998482 -25.1359 -54.45 - 31 97.685 774 5 0 0.999879 -25.1417 -55.85 - 31 109.551 904 4 1 1.02276 -25.2683 -84.45 - 31 114.064 773 4 0 1.02199 -25.2743 -85.85 - 31 135.899 904 3 1 1.00584 -25.4049 -114.45 - 31 109.816 773 3 0 1.005 -25.4114 -115.85 - 31 160.246 904 2 1 0.990086 -25.5446 -144.45 - 31 108.962 772 2 0 0.989149 -25.5498 -145.85 - 31 138.412 904 1 1 0.97312 -25.6515 -174.45 - 31 111.777 771 1 0 0.973529 -25.6578 -175.85 - 31 186.805 904 0 1 0.974637 -25.7866 -204.45 - 31 97.8842 771 0 0 0.973499 -25.7937 -205.85 - 31 112.075 951 1 0 58.1018 10.2524 -176.25 - 31 241.946 952 1 0 57.9631 10.45 -176.136 - 31 32.0824 953 1 0 58.0764 10.65 -176.18 - 31 50.9729 765 8 0 -0.0958518 -26.9918 34.15 - 31 182.28 764 8 0 -0.152659 -27.05 34.1016 - 31 117.111 763 8 0 -0.323079 -27.25 34.067 - 31 109.925 897 8 1 -0.481092 -26.4399 35.15 - 31 113.249 898 8 1 -0.449914 -26.3558 35.2511 -Number of digits in this event = 16 -Using G4ParticleGun ... -8.28649 LIN -proton -Event: 32 -Number of tracker hits in this event = 24 - 32 109.154 1031 11 1 26.3851 -26.6242 125.55 - 32 161.448 767 11 0 26.3848 -26.6249 124.15 - 32 109.235 1031 10 1 26.3777 -26.6363 95.55 - 32 103.046 767 10 0 26.3773 -26.6369 94.15 - 32 100.874 1031 9 1 26.3695 -26.6483 65.55 - 32 120.476 767 9 0 26.3687 -26.6479 64.15 - 32 195.182 1031 8 1 26.3498 -26.6411 35.55 - 32 122.886 767 8 0 26.3488 -26.6411 34.15 - 32 118.368 1031 7 1 26.3297 -26.6385 5.55 - 32 102.485 767 7 0 26.3294 -26.6388 4.15 - 32 131.78 1031 6 1 26.3282 -26.6397 -24.45 - 32 262.79 767 6 0 26.3287 -26.6393 -25.85 - 32 122.604 1031 5 1 26.3407 -26.6276 -54.45 - 32 113.064 767 5 0 26.3409 -26.6262 -55.85 - 32 96.4803 1031 4 1 26.3453 -26.6009 -84.45 - 32 175.548 767 4 0 26.3459 -26.5992 -85.85 - 32 265.07 1031 3 1 26.3593 -26.5672 -114.45 - 32 108.652 767 3 0 26.3599 -26.5662 -115.85 - 32 117.127 1031 2 1 26.3686 -26.5433 -144.45 - 32 103.733 767 2 0 26.3671 -26.5428 -145.85 - 32 139.032 1031 1 1 26.3367 -26.5297 -174.45 - 32 120.49 767 1 0 26.3354 -26.5291 -175.85 - 32 106.57 1031 0 1 26.3105 -26.517 -204.45 - 32 105.373 767 0 0 26.3095 -26.515 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -7.53579 LIN -proton -Event: 33 -Number of tracker hits in this event = 26 - 33 99.8833 588 8 1 -62.3799 -121.668 35.55 - 33 120.597 292 8 0 -62.3804 -121.667 34.15 - 33 130.981 588 7 1 -62.3898 -121.661 5.55 - 33 99.6564 292 7 0 -62.391 -121.662 4.15 - 33 98.7086 588 6 1 -62.4084 -121.67 -24.45 - 33 101.974 292 6 0 -62.4089 -121.67 -25.85 - 33 95.3153 588 5 1 -62.4164 -121.679 -54.45 - 33 113.466 292 5 0 -62.4169 -121.679 -55.85 - 33 107.827 588 4 1 -62.4291 -121.685 -84.45 - 33 156.232 292 4 0 -62.4293 -121.686 -85.85 - 33 95.6586 588 3 1 -62.4354 -121.708 -114.45 - 33 122.472 292 3 0 -62.4362 -121.709 -115.85 - 33 233.711 587 2 1 -62.4539 -121.73 -144.45 - 33 207.92 292 2 0 -62.4535 -121.73 -145.85 - 33 108.24 588 1 1 -62.4432 -121.734 -174.45 - 33 164.131 292 1 0 -62.4427 -121.734 -175.85 - 33 102.445 588 0 1 -62.434 -121.745 -204.45 - 33 106.215 292 0 0 -62.4334 -121.746 -205.85 - 33 53.2758 586 2 1 -62.65 -121.633 -144.71 - 33 96.9874 293 2 0 -63.2607 -121.377 -145.85 - 33 16.7817 282 2 0 -69.5506 -123.568 -146.25 - 33 104.385 283 2 0 -69.5589 -123.55 -146.192 - 33 286.606 552 2 1 -69.6027 -122.926 -144.85 - 33 48.7914 551 2 1 -69.65 -122.976 -144.742 - 33 103.026 294 2 0 -69.9958 -121.255 -145.85 - 33 240.573 295 2 0 -70.02 -121.15 -145.914 -Number of digits in this event = 10 -Using G4ParticleGun ... -4.90545 LIN -proton -Event: 34 -Number of tracker hits in this event = 32 - 34 261.821 611 11 1 -57.8453 -9.589 125.55 - 34 81.7023 852 11 0 -57.8453 -9.5887 124.15 - 34 110.201 611 10 1 -57.8455 -9.5793 95.55 - 34 106.77 852 10 0 -57.8467 -9.57902 94.15 - 34 102.118 610 9 1 -57.8668 -9.56708 65.55 - 34 110.339 852 9 0 -57.8674 -9.56674 64.15 - 34 105.151 610 8 1 -57.8762 -9.56013 35.55 - 34 105.873 852 8 0 -57.8782 -9.56035 34.15 - 34 104.238 610 7 1 -57.9206 -9.56509 5.55 - 34 119.171 852 7 0 -57.9245 -9.56578 4.15 - 34 134.804 610 6 1 -58.0032 -9.57795 -24.45 - 34 167.901 852 6 0 -58.0092 -9.57925 -25.85 - 34 100.389 609 5 1 -58.1366 -9.6113 -54.45 - 34 101.387 852 5 0 -58.1431 -9.61227 -55.85 - 34 188.5 608 4 1 -58.2812 -9.63192 -84.45 - 34 181.209 852 4 0 -58.2868 -9.63343 -85.85 - 34 166.638 608 3 1 -58.4005 -9.66328 -114.45 - 34 119.194 851 3 0 -58.4056 -9.66424 -115.85 - 34 134.185 607 2 1 -58.5082 -9.68089 -144.45 - 34 108.135 851 2 0 -58.514 -9.68217 -145.85 - 34 98.5568 607 1 1 -58.6245 -9.70329 -174.45 - 34 100.888 851 1 0 -58.6303 -9.70771 -175.85 - 34 124.808 606 0 1 -58.7483 -9.80391 -204.45 - 34 109.182 851 0 0 -58.7529 -9.80794 -205.85 - 34 90.1075 847 0 0 -58.2471 -10.5272 -205.85 - 34 29.333 846 0 0 -58.1658 -10.65 -206.095 - 34 82.9807 861 0 0 -65.8517 -7.67946 -206.25 - 34 107.297 860 0 0 -65.9222 -7.85 -206.124 - 34 123.2 859 0 0 -65.9158 -8.05 -206.086 - 34 39.9135 578 0 1 -64.3455 -9.06365 -204.85 - 34 298.758 843 0 0 -61.4613 -11.2506 -205.85 - 34 162.877 610 10 1 -57.85 -9.58047 95.318 -Number of digits in this event = 12 -Using G4ParticleGun ... -6.62245 LIN -proton -Event: 35 -Number of tracker hits in this event = 25 - 35 101.816 954 11 1 10.916 -67.6282 125.55 - 35 182.011 562 11 0 10.9156 -67.6272 124.15 - 35 102.342 954 10 1 10.9046 -67.6089 95.55 - 35 118.553 562 10 0 10.9036 -67.6078 94.15 - 35 159.329 954 9 1 10.8821 -67.5886 65.55 - 35 125.22 562 9 0 10.8808 -67.5871 64.15 - 35 96.4639 954 8 1 10.8532 -67.5545 35.55 - 35 114.096 562 8 0 10.8529 -67.5537 34.15 - 35 113.792 953 7 1 10.8452 -67.5352 5.55 - 35 126.803 562 7 0 10.8452 -67.534 4.15 - 35 98.1995 953 6 1 10.845 -67.513 -24.45 - 35 125.59 562 6 0 10.8455 -67.5122 -25.85 - 35 118.825 954 5 1 10.8591 -67.495 -54.45 - 35 162.086 562 5 0 10.8597 -67.4954 -55.85 - 35 154.726 954 4 1 10.875 -67.5013 -84.45 - 35 103.531 562 4 0 10.8762 -67.5013 -85.85 - 35 149.394 954 3 1 10.9052 -67.5048 -114.45 - 35 240.87 562 3 0 10.9051 -67.5042 -115.85 - 35 223.438 954 2 1 10.902 -67.495 -144.45 - 35 213.868 562 2 0 10.9021 -67.4955 -145.85 - 35 103.068 953 1 1 10.8164 -67.2294 -174.45 - 35 137.842 564 1 0 10.8129 -67.2159 -175.85 - 35 102.376 953 0 1 10.7424 -66.9378 -204.45 - 35 135.51 565 0 0 10.7391 -66.9252 -205.85 - 35 21.7172 563 5 0 10.8474 -67.45 -56.1875 -Number of digits in this event = 16 -Using G4ParticleGun ... -3.12043 LIN -proton -Event: 36 -Number of tracker hits in this event = 57 - 36 132.879 1186 11 1 57.3999 1.70459 125.55 - 36 97.0012 908 11 0 57.4005 1.70338 124.15 - 36 117.381 1186 10 1 57.4202 1.68243 95.55 - 36 98.5549 908 10 0 57.4242 1.68231 94.15 - 36 103.851 1187 9 1 57.5075 1.68252 65.55 - 36 186.556 908 9 0 57.5093 1.68213 64.15 - 36 198.686 1187 8 1 57.5487 1.67523 35.55 - 36 149.957 908 8 0 57.5496 1.67407 34.15 - 36 154.489 1187 7 1 57.5668 1.65492 5.55 - 36 102.795 908 7 0 57.5679 1.65243 4.15 - 36 111.911 1187 6 1 57.5853 1.59886 -24.45 - 36 148.446 907 6 0 57.5866 1.59639 -25.85 - 36 120.666 1187 5 1 57.6137 1.55371 -54.45 - 36 135.201 907 5 0 57.6145 1.55285 -55.85 - 36 119.403 1187 4 1 57.6342 1.53554 -84.45 - 36 133.892 907 4 0 57.6418 1.53463 -85.85 - 36 172.044 1188 3 1 57.7971 1.52293 -114.45 - 36 165.909 907 3 0 57.8056 1.52319 -115.85 - 36 96.3404 1189 2 1 57.974 1.52922 -144.45 - 36 143.912 907 2 0 57.9803 1.52846 -145.85 - 36 124.542 1190 1 1 58.1126 1.50548 -174.45 - 36 202.336 907 1 0 58.1194 1.50273 -175.85 - 36 103.764 1191 0 1 58.258 1.44937 -204.45 - 36 143.247 906 0 0 58.2657 1.44507 -205.85 - 36 16.0286 759 11 0 16.189 -28.0629 123.75 - 36 115.677 760 11 0 16.1694 -28.05 123.763 - 36 15.9846 861 1 0 116.021 -7.84276 -176.25 - 36 66.7069 872 9 1 -5.45 34.0114 65.1595 - 36 208.054 1012 0 0 56.1095 22.559 -206.25 - 36 80.8556 1013 0 0 56.1003 22.65 -205.919 - 36 186.759 1180 0 1 56.0718 22.9407 -204.85 - 36 363.005 1057 1 0 54.6408 31.4704 -176.25 - 36 172.959 1172 1 1 54.5741 31.8912 -174.85 - 36 143.835 1104 2 0 53.9788 40.8734 -146.25 - 36 158.417 1169 2 1 53.9437 41.3105 -144.85 - 36 10.0681 1153 3 0 52.6303 50.8355 -116.25 - 36 220.535 1154 3 0 52.6283 50.85 -116.207 - 36 149.352 1162 3 1 52.5681 51.2964 -114.85 - 36 46.1899 1202 4 0 51.5907 60.6084 -86.25 - 36 82.4764 1203 4 0 51.5863 60.65 -86.1222 - 36 125.421 1157 4 1 51.5482 61.0656 -84.85 - 36 12803 1192 8 0 -38.3779 58.5155 34.0148 - 36 220.783 1571 12 0 102.667 134.481 153.75 - 36 40.611 1572 12 0 102.673 134.55 153.794 - 36 94.338 1408 12 1 101.789 136.274 155.15 - 36 30.7861 1580 2 0 -165.345 136.305 -145.995 - 36 27.4257 1186 8 1 57.45 1.70994 35.1959 - 36 68.6707 909 8 0 56.3591 1.91946 34.15 - 36 192.042 1175 8 1 55.2203 -0.259294 35.1501 - 36 102.875 1174 8 1 55.05 -0.286204 35.2987 - 36 119.874 492 9 0 -60.6287 -81.52 63.7501 - 36 116.614 491 9 0 -60.9488 -81.65 63.8334 - 36 180.501 490 9 0 -61.1089 -81.85 63.8795 - 36 78.7994 489 9 0 -61.339 -82.0503 63.9775 - 36 128.131 488 9 0 -61.3132 -82.25 64.0224 - 36 74.4255 598 9 1 -60.4081 -82.7054 65.15 - 36 20.7 597 9 1 -60.45 -82.6942 65.1788 -Number of digits in this event = 32 -Using G4ParticleGun ... -6.55573 LIN -proton -Event: 37 -Number of tracker hits in this event = 27 - 37 120.932 637 11 1 -52.5347 11.9919 125.55 - 37 183.83 959 11 0 -52.5353 11.9922 124.15 - 37 121.066 637 10 1 -52.5434 12.001 95.55 - 37 116.385 959 10 0 -52.5433 12.0013 94.15 - 37 217.012 637 9 1 -52.5419 12.0038 65.55 - 37 130.106 959 9 0 -52.5414 12.0044 64.15 - 37 106.733 637 8 1 -52.5306 12.0106 35.55 - 37 94.2109 959 8 0 -52.5297 12.01 34.15 - 37 366.525 637 7 1 -52.5142 11.9951 5.55 - 37 132.593 959 7 0 -52.5122 11.9943 4.15 - 37 115.606 637 6 1 -52.4733 11.9796 -24.45 - 37 142.068 959 6 0 -52.4712 11.9793 -25.85 - 37 100.218 638 5 1 -52.4284 11.9739 -54.45 - 37 123.096 959 5 0 -52.4247 11.9743 -55.85 - 37 111.575 638 4 1 -52.34 11.9836 -84.45 - 37 184.293 959 4 0 -52.3369 11.9832 -85.85 - 37 177.287 638 3 1 -52.2652 11.9661 -114.45 - 37 120.138 959 3 0 -52.2611 11.9646 -115.85 - 37 139.899 639 2 1 -52.1782 11.9343 -144.45 - 37 141.313 959 2 0 -52.173 11.932 -145.85 - 37 144.423 639 1 1 -52.0719 11.8906 -174.45 - 37 93.6683 959 1 0 -52.067 11.8888 -175.85 - 37 251.924 640 0 1 -51.9679 11.849 -204.45 - 37 129.812 958 0 0 -51.9653 11.8479 -205.85 - 37 85.3953 956 0 0 -51.6198 11.3609 -205.85 - 37 36.7253 955 0 0 -51.5533 11.2497 -206.133 - 37 21.9541 636 7 1 -52.65 11.982 5.17678 -Number of digits in this event = 18 -Using G4ParticleGun ... -5.95129 LIN -proton -Event: 38 -Number of tracker hits in this event = 19 - 38 118.1 587 8 1 -62.6408 125.373 35.55 - 38 187.59 1526 8 0 -62.6396 125.374 34.15 - 38 103.277 587 7 1 -62.617 125.377 5.55 - 38 110.099 1526 7 0 -62.6162 125.377 4.15 - 38 312.09 587 6 1 -62.5992 125.374 -24.45 - 38 97.2086 1526 6 0 -62.5992 125.373 -25.85 - 38 97.5164 587 5 1 -62.6017 125.367 -54.45 - 38 173.017 1526 5 0 -62.6032 125.367 -55.85 - 38 236.199 587 4 1 -62.6386 125.365 -84.45 - 38 91.8435 1526 4 0 -62.6409 125.366 -85.85 - 38 155.352 586 3 1 -62.6921 125.383 -114.45 - 38 122.842 1526 3 0 -62.6934 125.382 -115.85 - 38 100.154 586 2 1 -62.7201 125.366 -144.45 - 38 122.853 1526 2 0 -62.7204 125.365 -145.85 - 38 151.82 586 1 1 -62.7238 125.358 -174.45 - 38 122.712 1526 1 0 -62.7252 125.358 -175.85 - 38 99.6547 586 0 1 -62.7539 125.361 -204.45 - 38 115.498 1526 0 0 -62.7547 125.361 -205.85 - 38 50.4438 586 4 1 -62.65 125.414 -84.725 -Number of digits in this event = 10 -Using G4ParticleGun ... -2.64153 LIN -proton -Event: 39 -Number of tracker hits in this event = 25 - 39 109.801 951 10 1 10.4055 106.777 95.55 - 39 319.806 1433 10 0 10.4061 106.777 94.15 - 39 176.7 951 9 1 10.4056 106.78 65.55 - 39 147.772 1433 9 0 10.402 106.781 64.15 - 39 140.848 951 8 1 10.3417 106.806 35.55 - 39 131.452 1433 8 0 10.3384 106.809 34.15 - 39 132.696 951 7 1 10.2595 106.887 5.55 - 39 156.89 1433 7 0 10.2562 106.89 4.15 - 39 111.468 950 6 1 10.1827 106.957 -24.45 - 39 111.145 1434 6 0 10.1766 106.961 -25.85 - 39 138.588 949 5 1 10.0449 107.026 -54.45 - 39 152.343 1434 5 0 10.0394 107.028 -55.85 - 39 142.497 949 4 1 9.91439 107.08 -84.45 - 39 187.673 1434 4 0 9.90678 107.083 -85.85 - 39 103.33 948 3 1 9.75053 107.128 -114.45 - 39 254.497 1434 3 0 9.74215 107.129 -115.85 - 39 104.736 947 2 1 9.56539 107.146 -144.45 - 39 104.921 1434 2 0 9.55445 107.147 -145.85 - 39 148.804 946 1 1 9.3315 107.172 -174.45 - 39 132.735 1435 1 0 9.3203 107.173 -175.85 - 39 141.207 945 0 1 9.09644 107.215 -204.45 - 39 102.538 1435 0 0 9.08479 107.218 -205.85 - 39 112.383 1435 3 0 9.71759 107.15 -116.109 - 39 34.9708 1432 10 0 10.4036 106.75 93.995 - 39 130.992 1483 10 0 1.12912 116.752 93.75 -Number of digits in this event = 17 -Using G4ParticleGun ... -9.94864 LIN -proton -Event: 40 -Number of tracker hits in this event = 119 - 40 102.544 676 10 1 -44.8359 73.2769 95.55 - 40 112.396 1266 10 0 -44.8365 73.2767 94.15 - 40 203.947 676 9 1 -44.8473 73.272 65.55 - 40 116.72 1266 9 0 -44.8476 73.2717 64.15 - 40 100.566 675 8 1 -44.8566 73.2681 35.55 - 40 138.637 1266 8 0 -44.8564 73.2679 34.15 - 40 159.767 675 7 1 -44.8506 73.2678 5.55 - 40 106.757 1266 7 0 -44.8506 73.2671 4.15 - 40 97.462 675 6 1 -44.8506 73.2506 -24.45 - 40 93.317 1265 6 0 -44.8514 73.2499 -25.85 - 40 134.713 675 5 1 -44.8672 73.2359 -54.45 - 40 118.607 1265 5 0 -44.8682 73.2353 -55.85 - 40 122.723 675 4 1 -44.889 73.2198 -84.45 - 40 115.983 1265 4 0 -44.8885 73.2187 -85.85 - 40 107.022 675 3 1 -44.8786 73.1957 -114.45 - 40 178.658 1265 3 0 -44.8779 73.1959 -115.85 - 40 98.8514 675 2 1 -44.8655 73.2032 -144.45 - 40 112.701 1265 2 0 -44.8649 73.2029 -145.85 - 40 262.181 829 2 1 -14.1831 85.6581 -144.45 - 40 222.79 1287 5 0 -27.3292 77.6241 -56.25 - 40 0.113441 438 5 1 -92.35 5.47109 -54.7641 - 40 180.544 667 1 1 -46.471 75.4892 -174.45 - 40 66.9889 668 1 1 -46.45 75.4716 -174.61 - 40 134.475 666 1 1 -46.65 75.5837 -174.556 - 40 237.77 658 1 1 -48.3598 67.8958 -174.565 - 40 105.666 655 1 1 -48.9923 75.9338 -174.786 - 40 189.572 677 1 1 -44.4554 73.0802 -174.45 - 40 1023.01 678 1 1 -44.45 73.0785 -174.451 - 40 1000.86 679 1 1 -44.25 73.0172 -174.502 - 40 1159.65 680 1 1 -44.05 72.9543 -174.552 - 40 1063.73 681 1 1 -43.85 72.893 -174.604 - 40 1185.46 682 1 1 -43.65 72.8342 -174.65 - 40 745.112 683 1 1 -43.45 72.7734 -174.698 - 40 719.033 684 1 1 -43.25 72.7128 -174.745 - 40 778.845 685 1 1 -43.05 72.6491 -174.793 - 40 99.4817 686 1 1 -42.85 72.5853 -174.842 - 40 1703.78 1255 1 0 -38.539 71.1972 -175.85 - 40 2782.65 1254 1 0 -38.0817 71.05 -175.957 - 40 2872.34 1253 1 0 -37.4234 70.85 -176.121 - 40 813.063 675 1 1 -44.9878 73.3051 -174.45 - 40 1788.94 674 1 1 -45.05 73.3516 -174.51 - 40 1084.78 673 1 1 -45.25 73.5009 -174.702 - 40 503.378 1271 1 0 -46.402 74.3943 -175.85 - 40 2654.08 1272 1 0 -46.4739 74.45 -175.922 - 40 780.133 1273 1 0 -46.7286 74.65 -176.18 - 40 280.601 529 0 1 -74.2307 96.1309 -204.45 - 40 2268.12 528 0 1 -74.25 96.1481 -204.474 - 40 1272.19 527 0 1 -74.45 96.325 -204.722 - 40 288.023 1384 0 0 -75.3496 97.1308 -205.85 - 40 3048.03 1385 0 0 -75.371 97.15 -205.877 - 40 1052.38 1386 0 0 -75.5939 97.35 -206.159 - 40 520.697 676 1 1 -44.8324 73.1703 -174.45 - 40 171.232 1264 1 0 -44.6353 72.871 -175.85 - 40 446.374 1263 1 0 -44.6214 72.85 -175.948 - 40 132.836 697 0 1 -40.6183 66.7569 -204.45 - 40 10.0874 1232 0 0 -40.4167 66.4571 -205.85 - 40 125.903 1231 0 0 -40.4119 66.45 -205.883 - 40 119.294 712 0 1 -37.576 64.8741 -204.45 - 40 44.1454 1222 0 0 -37.2329 64.4862 -205.85 - 40 91.142 1221 0 0 -37.2008 64.45 -205.981 - 40 84.5825 1262 1 0 -44.3312 72.65 -176.05 - 40 47.6075 1248 1 0 -40.8938 69.6822 -175.85 - 40 415.538 1247 1 0 -40.8579 69.65 -175.864 - 40 446.693 1246 1 0 -40.6343 69.45 -175.948 - 40 514.421 1245 1 0 -40.4105 69.25 -176.033 - 40 363.136 1244 1 0 -40.1896 69.05 -176.117 - 40 238.163 1243 1 0 -39.9695 68.85 -176.201 - 40 299.253 1071 0 1 34.3025 -0.269282 -204.45 - 40 337.163 1072 0 1 34.45 -0.398704 -204.499 - 40 437.058 1073 0 1 34.65 -0.575651 -204.567 - 40 373.62 1074 0 1 34.85 -0.752104 -204.636 - 40 474.251 1075 0 1 35.05 -0.92623 -204.704 - 40 444.239 1076 0 1 35.25 -1.10134 -204.772 - 40 45.8732 1077 0 1 35.45 -1.27694 -204.84 - 40 378.837 880 0 0 38.3462 -3.862 -205.85 - 40 530.819 879 0 0 38.5568 -4.05 -205.923 - 40 663.498 878 0 0 38.7807 -4.25 -206.003 - 40 450.008 877 0 0 39.0056 -4.45 -206.084 - 40 493.05 876 0 0 39.2284 -4.65 -206.164 - 40 43.7127 875 0 0 39.4497 -4.85 -206.242 - 40 179.251 1266 1 0 -44.5406 73.4169 -175.85 - 40 59.8824 1267 1 0 -44.4938 73.45 -176.081 - 40 111.489 706 0 1 -38.7523 77.4933 -204.45 - 40 92.7021 1288 0 0 -38.4655 77.6891 -205.85 - 40 75.8478 183 0 1 -143.414 92.8857 -204.85 - 40 119.894 575 0 1 -64.9906 97.3957 -204.45 - 40 600.716 574 0 1 -65.05 97.4611 -204.535 - 40 46.1349 573 0 1 -65.25 97.6817 -204.821 - 40 184.298 1391 0 0 -65.9614 98.4645 -205.85 - 40 483.414 1392 0 0 -66.039 98.55 -205.962 - 40 40.0481 1393 0 0 -66.2206 98.75 -206.225 - 40 241.222 1256 2 0 -15.9386 71.3485 -146.25 - 40 20.5405 827 2 1 -14.4922 71.241 -144.85 - 40 118.303 828 2 1 -14.45 71.2377 -144.809 - 40 203.163 1243 3 0 17.3475 68.7502 -116.25 - 40 78.9586 994 3 1 18.915 68.6219 -114.85 - 40 91.946 995 3 1 19.05 68.6106 -114.73 - 40 43.7398 996 3 1 19.25 68.5936 -114.551 - 40 254.301 1233 4 0 51.3925 66.757 -86.25 - 40 28.8065 1164 4 1 52.984 66.6687 -84.85 - 40 118.432 1165 4 1 53.05 66.6651 -84.792 - 40 94.3159 1166 4 1 53.25 66.6537 -84.6161 - 40 201.848 1224 5 0 86.883 65.0338 -56.25 - 40 57.7636 1342 5 1 88.5489 64.9447 -54.85 - 40 86.7672 1343 5 1 88.65 64.939 -54.7651 - 40 99.0042 1344 5 1 88.85 64.9277 -54.5966 - 40 337.448 1211 6 0 124.277 62.3701 -26.25 - 40 50.4353 1529 6 1 126.018 62.2578 -24.85 - 40 94.2749 1530 6 1 126.15 62.2497 -24.7433 - 40 60.2267 1531 6 1 126.35 62.2375 -24.582 - 40 219.227 1198 7 0 160.933 59.7654 3.75 - 40 74.7931 1712 7 1 162.651 59.6458 5.15 - 40 129.209 1713 7 1 162.75 59.6389 5.23084 - 40 110.968 1714 7 1 162.95 59.6257 5.39492 - 40 408.661 648 0 1 -50.2599 75.3085 -204.45 - 40 136.311 1276 0 0 -50.5109 75.4063 -205.85 - 40 59.4995 747 0 1 -30.5314 69.3438 -204.45 - 40 60.4189 748 0 1 -30.45 69.3224 -204.622 - 40 137.039 1245 0 0 -29.8705 69.1703 -205.85 -Number of digits in this event = 74 -Using G4ParticleGun ... -2.2057 LIN -proton -Event: 41 -Number of tracker hits in this event = 78 - 41 117.875 1428 10 1 105.922 41.5973 95.55 - 41 124.454 1107 10 0 105.923 41.5996 94.15 - 41 135.605 1429 9 1 105.95 41.6495 65.55 - 41 110.344 1107 9 0 105.95 41.6483 64.15 - 41 115.727 1428 8 1 105.939 41.6162 35.55 - 41 93.8809 1107 8 0 105.935 41.6162 34.15 - 41 94.4993 1428 7 1 105.838 41.6051 5.55 - 41 116.342 1107 7 0 105.834 41.6039 4.15 - 41 94.6945 1427 6 1 105.743 41.588 -24.45 - 41 103.241 1107 6 0 105.738 41.5852 -25.85 - 41 243.195 1427 5 1 105.657 41.5234 -54.45 - 41 125.826 1107 5 0 105.655 41.5214 -55.85 - 41 110.904 1427 4 1 105.647 41.432 -84.45 - 41 109.071 1106 4 0 105.65 41.4256 -85.85 - 41 107.363 1427 3 1 105.722 41.3035 -114.45 - 41 126.196 1106 3 0 105.73 41.2936 -115.85 - 41 129.708 1428 2 1 105.881 41.1042 -144.45 - 41 103.075 1105 2 0 105.89 41.0972 -145.85 - 41 101.413 1429 1 1 106.076 40.9593 -174.45 - 41 198.317 1104 1 0 106.085 40.9554 -175.85 - 41 107.368 1430 0 1 106.254 40.8705 -204.45 - 41 120.223 1104 0 0 106.261 40.8668 -205.85 - 41 69.7737 915 0 0 117.318 3.19785 -206.25 - 41 101.304 914 0 0 117.341 3.04991 -206.094 - 41 141.158 1486 0 1 117.458 2.08236 -204.85 - 41 101.741 891 1 0 123.718 -1.68537 -176.25 - 41 101.815 1519 1 1 124.045 -2.01066 -174.85 - 41 0.0959238 982 2 0 121.254 16.6493 -146.25 - 41 92.9664 983 2 0 121.254 16.65 -146.249 - 41 50.567 984 2 0 121.191 16.85 -145.962 - 41 32.0905 1504 2 1 120.967 17.781 -144.85 - 41 119.262 1503 2 1 120.95 17.8505 -144.769 - 41 80.2697 1463 2 1 112.95 10.7466 -144.509 - 41 114.101 1462 2 1 112.75 10.7038 -144.659 - 41 26.8414 1461 2 1 112.55 10.8911 -144.8 - 41 0.598011 958 2 0 111.485 11.8479 -145.85 - 41 176.01 959 2 0 111.483 11.85 -145.852 - 41 244.234 957 2 0 57.1131 11.62 -146.25 - 41 110.147 930 0 0 118.059 6.1994 -206.25 - 41 6.96718 929 0 0 118.159 6.05 -205.875 - 41 90.2161 1491 0 1 118.458 5.59947 -204.85 - 41 28.667 1492 0 1 118.55 5.44198 -204.534 - 41 158.798 886 1 0 138.898 -2.67732 -176.25 - 41 43.9719 1598 1 1 139.881 -3.12244 -174.85 - 41 88.1567 1599 1 1 139.95 -3.15198 -174.759 - 41 50.8637 1600 1 1 140.15 -3.23677 -174.528 - 41 135.54 849 2 0 149.595 -10.1515 -146.25 - 41 109.527 1650 2 1 150.168 -10.4036 -144.85 - 41 3.31467 1651 2 1 150.35 -10.4931 -144.463 - 41 73.7946 809 3 0 161.207 -18.2101 -116.25 - 41 100.541 808 3 0 161.276 -18.25 -116.08 - 41 101.8 1708 3 1 161.793 -18.4162 -114.849 - 41 11.7578 1709 3 1 161.95 -18.4371 -114.495 - 41 123.92 811 4 0 175.233 -17.6894 -86.25 - 41 12.4197 1777 4 1 175.733 -17.6948 -84.85 - 41 90.2598 1778 4 1 175.75 -17.6952 -84.7993 - 41 12.1929 1394 2 0 139.899 98.9675 -145.858 - 41 108.877 273 0 0 160.662 -125.415 -205.992 - 41 88.3364 272 0 0 160.705 -125.55 -205.928 - 41 254.294 1706 0 1 161.464 -127.828 -204.85 - 41 330.293 1707 0 1 161.55 -128.104 -204.717 - 41 12.1178 1708 0 1 161.927 -129.408 -204.45 - 41 133.679 1709 0 1 161.95 -129.434 -204.47 - 41 122.967 1710 0 1 162.15 -129.639 -204.655 - 41 10.2977 1711 0 1 162.35 -129.827 -204.834 - 41 157.893 246 0 0 163.673 -130.856 -205.85 - 41 409.895 245 0 0 163.789 -130.95 -205.94 - 41 114.134 244 0 0 164.084 -131.15 -206.081 - 41 227.725 1705 0 1 161.241 -127.264 -204.85 - 41 95.5454 258 0 0 161.433 -128.498 -205.85 - 41 16.2914 257 0 0 161.388 -128.55 -206.187 - 41 144.754 259 0 0 162.702 -128.309 -205.85 - 41 73.1252 1704 0 1 161.15 -127.752 -204.749 - 41 73.345 1703 0 1 160.95 -127.897 -204.72 - 41 344.166 1702 0 1 160.75 -127.94 -204.722 - 41 102.202 1428 5 1 105.75 41.6367 -54.5271 - 41 138.961 1109 5 0 106.581 41.9102 -55.8502 - 41 201.723 1108 9 0 105.95 41.6501 63.8954 -Number of digits in this event = 28 -Using G4ParticleGun ... -4.34056 LIN -proton -Event: 42 -Number of tracker hits in this event = 24 - 42 102.151 1272 10 1 74.6327 43.8339 95.55 - 42 97.2919 1118 10 0 74.6334 43.8346 94.15 - 42 277.269 1272 9 1 74.6491 43.8518 65.55 - 42 106.355 1119 9 0 74.6515 43.853 64.15 - 42 116.102 1273 8 1 74.6983 43.8774 35.55 - 42 103.111 1119 8 0 74.7013 43.8783 34.15 - 42 96.911 1273 7 1 74.7587 43.89 5.55 - 42 136.137 1119 7 0 74.7634 43.8899 4.15 - 42 119.669 1274 6 1 74.8585 43.8813 -24.45 - 42 98.7806 1119 6 0 74.8636 43.8807 -25.85 - 42 120.867 1274 5 1 74.9657 43.8655 -54.45 - 42 121.848 1119 5 0 74.9709 43.865 -55.85 - 42 175.114 1275 4 1 75.0783 43.8533 -84.45 - 42 103.157 1119 4 0 75.0848 43.8522 -85.85 - 42 129.505 1275 3 1 75.2248 43.8302 -114.45 - 42 113.341 1118 3 0 75.2317 43.8286 -115.85 - 42 94.3883 1276 2 1 75.3654 43.7967 -144.45 - 42 95.5435 1118 2 0 75.3723 43.7961 -145.85 - 42 114.366 1277 1 1 75.5142 43.7853 -174.45 - 42 113.355 1118 1 0 75.5212 43.7837 -175.85 - 42 209.653 1278 0 1 75.6741 43.7485 -204.45 - 42 123.591 1118 0 0 75.6811 43.7451 -205.85 - 42 122.46 1114 9 0 74.1673 43.0044 64.15 - 42 350.066 1115 9 0 74.0726 43.0505 63.8648 -Number of digits in this event = 11 -Using G4ParticleGun ... -1.62942 LIN -proton -Event: 43 -Number of tracker hits in this event = 20 - 43 127.126 275 9 1 -125.126 8.03809 65.55 - 43 111.86 939 9 0 -125.122 8.03659 64.15 - 43 142.08 275 8 1 -125.041 7.99058 35.55 - 43 134.616 939 8 0 -125.032 7.98843 34.15 - 43 127.56 276 7 1 -124.862 7.93953 5.55 - 43 113.103 939 7 0 -124.862 7.93461 4.15 - 43 131.797 276 6 1 -124.832 7.84046 -24.45 - 43 212.228 938 6 0 -124.833 7.83406 -25.85 - 43 116.69 276 5 1 -124.859 7.70907 -54.45 - 43 183.826 938 5 0 -124.859 7.70684 -55.85 - 43 167.738 276 4 1 -124.87 7.65241 -84.45 - 43 94.9741 938 4 0 -124.873 7.65364 -85.85 - 43 127.407 276 3 1 -124.93 7.67713 -114.45 - 43 116.476 938 3 0 -124.934 7.67647 -115.85 - 43 350.284 275 2 1 -125.005 7.68585 -144.45 - 43 116.272 938 2 0 -125.01 7.6873 -145.85 - 43 137.741 275 1 1 -125.08 7.70323 -174.45 - 43 130.995 938 1 0 -125.086 7.70476 -175.85 - 43 119.977 274 0 1 -125.214 7.75459 -204.45 - 43 110.918 938 0 0 -125.217 7.76362 -205.85 -Number of digits in this event = 13 -Using G4ParticleGun ... -9.56079 LIN -proton -Event: 44 -Number of tracker hits in this event = 20 - 44 131.294 295 9 1 -120.984 -6.9016 65.55 - 44 128.219 865 9 0 -120.985 -6.90162 64.15 - 44 118.053 295 8 1 -120.987 -6.90295 35.55 - 44 128.209 865 8 0 -120.986 -6.90352 34.15 - 44 124.984 295 7 1 -120.973 -6.91472 5.55 - 44 110.608 865 7 0 -120.972 -6.91552 4.15 - 44 167.487 296 6 1 -120.945 -6.93194 -24.45 - 44 104.444 865 6 0 -120.944 -6.93272 -25.85 - 44 85.0448 296 5 1 -120.92 -6.94728 -54.45 - 44 94.1252 865 5 0 -120.919 -6.94754 -55.85 - 44 104.507 296 4 1 -120.889 -6.95067 -84.45 - 44 117.076 865 4 0 -120.887 -6.95063 -85.85 - 44 172.51 296 3 1 -120.847 -6.95003 -114.45 - 44 118.485 865 3 0 -120.845 -6.94986 -115.85 - 44 222.144 296 2 1 -120.804 -6.94525 -144.45 - 44 141.133 865 2 0 -120.802 -6.94463 -145.85 - 44 100.014 296 1 1 -120.76 -6.93307 -174.45 - 44 130.96 865 1 0 -120.758 -6.9326 -175.85 - 44 134.331 297 0 1 -120.717 -6.92221 -204.45 - 44 186.65 865 0 0 -120.715 -6.92226 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -5.51181 LIN -proton -Event: 45 -Number of tracker hits in this event = 24 - 45 124.966 983 11 1 16.7102 -6.09214 125.55 - 45 239.219 869 11 0 16.7104 -6.09184 124.15 - 45 120.332 983 10 1 16.7183 -6.08875 95.55 - 45 189.286 869 10 0 16.7189 -6.08789 94.15 - 45 106.324 983 9 1 16.7243 -6.06502 65.55 - 45 183.335 869 9 0 16.7234 -6.06442 64.15 - 45 94.6478 983 8 1 16.7035 -6.05528 35.55 - 45 165.91 869 8 0 16.7024 -6.05461 34.15 - 45 129.532 983 7 1 16.6829 -6.03939 5.55 - 45 80.2106 870 7 0 16.6808 -6.03849 4.15 - 45 113.443 982 6 1 16.6427 -6.01945 -24.45 - 45 103.801 870 6 0 16.6407 -6.01823 -25.85 - 45 140.631 982 5 1 16.6003 -5.99201 -54.45 - 45 114.061 870 5 0 16.5981 -5.99154 -55.85 - 45 141.531 982 4 1 16.5541 -5.98562 -84.45 - 45 91.9276 870 4 0 16.5498 -5.98548 -85.85 - 45 109.717 982 3 1 16.4617 -5.98021 -114.45 - 45 135.322 870 3 0 16.4582 -5.97768 -115.85 - 45 139.08 981 2 1 16.3965 -5.92587 -144.45 - 45 166.011 870 2 0 16.3931 -5.92346 -145.85 - 45 185.005 981 1 1 16.3234 -5.87044 -174.45 - 45 180.717 870 1 0 16.3216 -5.8676 -175.85 - 45 118.506 981 0 1 16.2815 -5.80588 -204.45 - 45 128.6 871 0 0 16.2784 -5.80265 -205.85 -Number of digits in this event = 16 -Using G4ParticleGun ... -4.52779 LIN -proton -Event: 46 -Number of tracker hits in this event = 60 - 46 107.414 1248 9 1 69.7956 -99.0417 65.55 - 46 99.57 405 9 0 69.7954 -99.0407 64.15 - 46 173.728 1248 8 1 69.7851 -99.0205 35.55 - 46 185.373 405 8 0 69.7853 -99.0182 34.15 - 46 92.0087 1248 7 1 69.7984 -98.9731 5.55 - 46 203.817 405 7 0 69.8002 -98.9709 4.15 - 46 105.26 1248 6 1 69.8418 -98.9288 -24.45 - 46 151.429 406 6 0 69.8442 -98.9277 -25.85 - 46 101.501 1249 5 1 69.8983 -98.9066 -54.45 - 46 366.698 406 5 0 69.9014 -98.9061 -55.85 - 46 125.057 1249 4 1 69.9654 -98.8978 -84.45 - 46 95.6716 406 4 0 69.9685 -98.8982 -85.85 - 46 113.851 1249 3 1 70.0246 -98.9022 -114.45 - 46 99.3406 406 3 0 70.0266 -98.9027 -115.85 - 46 122.623 1250 2 1 70.0622 -98.9184 -144.45 - 46 167.113 406 2 0 70.0653 -98.9164 -145.85 - 46 124.74 1250 1 1 70.1304 -98.8699 -174.45 - 46 122.974 406 1 0 70.1328 -98.8682 -175.85 - 46 148.509 1250 0 1 70.1871 -98.8409 -204.45 - 46 95.3158 406 0 0 70.1891 -98.8401 -205.85 - 46 81.127 247 2 0 9.65581 -130.661 -146.25 - 46 179.153 297 1 0 87.9094 -120.658 -176.25 - 46 9.8164 296 1 0 88.2034 -120.75 -175.876 - 46 309.812 1341 1 1 88.2917 -121.863 -174.85 - 46 13.1549 419 0 0 58.0494 -96.1511 -206.25 - 46 758.853 420 0 0 58.0446 -96.15 -206.242 - 46 230.734 1185 0 1 57.1449 -95.9438 -204.85 - 46 441.361 1184 0 1 57.05 -95.9221 -204.703 - 46 703.282 444 1 0 38.7839 -91.2522 -176.25 - 46 108.059 1089 1 1 37.8888 -91.0154 -174.85 - 46 586.002 1088 1 1 37.85 -91.005 -174.789 - 46 39.5435 1087 1 1 37.65 -90.9515 -174.477 - 46 885.181 466 2 0 19.9041 -86.7416 -146.25 - 46 474.433 994 2 1 19.0178 -86.5486 -144.85 - 46 248.935 993 2 1 18.85 -86.5133 -144.586 - 46 812.166 474 3 0 4.01373 -85.238 -116.25 - 46 153.934 916 3 1 3.29265 -85.1885 -114.85 - 46 770.574 915 3 1 3.25 -85.1858 -114.767 - 46 923.45 485 4 0 -9.43468 -82.9045 -86.25 - 46 876.107 849 4 1 -10.065 -82.8013 -84.85 - 46 943.717 496 5 0 -22.1924 -80.683 -56.25 - 46 359.745 786 5 1 -22.783 -80.5794 -54.85 - 46 572.339 785 5 1 -22.85 -80.5676 -54.691 - 46 1094.21 502 6 0 -33.9193 -79.4773 -26.25 - 46 961.032 727 6 1 -34.4713 -79.3948 -24.85 - 46 1208.77 503 7 0 -43.5584 -79.3967 3.75 - 46 437.613 680 7 1 -44.0029 -79.4206 5.15 - 46 767.558 679 7 1 -44.05 -79.424 5.29817 - 46 1401.76 515 8 0 -59.2545 -77.049 33.75 - 46 151.699 600 8 1 -60.0239 -76.9282 35.15 - 46 1272.73 599 8 1 -60.05 -76.9241 35.197 - 46 1896.23 521 9 0 -75.5511 -75.7272 63.75 - 46 503.422 518 9 1 -76.3955 -75.6523 65.15 - 46 1632.66 517 9 1 -76.45 -75.6471 65.2386 - 46 3786.05 511 10 0 -94.0697 -77.7397 93.75 - 46 2279.33 426 10 1 -94.8509 -77.8316 95.15 - 46 4957.65 425 10 1 -94.95 -77.843 95.3317 - 46 56.5538 171 2 0 -23.8752 -145.761 -146.234 - 46 289.328 261 0 1 -127.872 -63.2248 -204.747 - 46 145.093 406 8 0 69.9021 -98.95 34.0232 -Number of digits in this event = 49 -Using G4ParticleGun ... -7.37031 LIN -proton -Event: 47 -Number of tracker hits in this event = 67 - 47 234.9 835 10 1 -12.9792 -114.472 95.55 - 47 107.226 328 10 0 -12.9792 -114.471 94.15 - 47 114.535 835 9 1 -12.9827 -114.469 65.55 - 47 117.231 328 9 0 -12.9834 -114.47 64.15 - 47 107.223 835 8 1 -12.9943 -114.489 35.55 - 47 104.359 328 8 0 -12.9956 -114.49 34.15 - 47 118.06 835 7 1 -13.0235 -114.51 5.55 - 47 106.779 328 7 0 -13.0248 -114.51 4.15 - 47 99.5922 834 6 1 -13.0517 -114.512 -24.45 - 47 102.544 328 6 0 -13.0523 -114.512 -25.85 - 47 128.808 834 5 1 -13.0673 -114.518 -54.45 - 47 101.138 328 5 0 -13.0683 -114.518 -55.85 - 47 116.525 834 4 1 -13.084 -114.512 -84.45 - 47 120.213 328 4 0 -13.0849 -114.511 -85.85 - 47 124.823 834 3 1 -13.1048 -114.502 -114.45 - 47 111.624 328 3 0 -13.1064 -114.501 -115.85 - 47 105.775 834 2 1 -13.1363 -114.486 -144.45 - 47 119.372 328 2 0 -13.1388 -114.486 -145.85 - 47 203.119 834 1 1 -13.1937 -114.478 -174.45 - 47 109.47 328 1 0 -13.1965 -114.477 -175.85 - 47 108.79 833 0 1 -13.2555 -114.452 -204.45 - 47 123.713 328 0 0 -13.2585 -114.453 -205.85 - 47 23.8027 212 0 0 46.0852 -137.726 -206.25 - 47 331.989 211 0 0 46.147 -137.75 -206.231 - 47 391.61 210 0 0 46.6606 -137.95 -206.074 - 47 397.831 209 0 0 47.1736 -138.15 -205.918 - 47 103.213 1153 0 1 50.6866 -139.543 -204.85 - 47 97.2584 1154 0 1 50.85 -139.607 -204.8 - 47 236.658 1155 0 1 51.05 -139.687 -204.74 - 47 184.452 1156 0 1 51.25 -139.766 -204.679 - 47 109.816 1157 0 1 51.45 -139.845 -204.619 - 47 127.56 1158 0 1 51.65 -139.923 -204.558 - 47 298.562 1159 0 1 51.85 -140.001 -204.498 - 47 282.124 20 1 0 140.311 -175.956 -176.25 - 47 297.529 19 1 0 140.788 -176.15 -176.098 - 47 179.163 18 1 0 141.282 -176.35 -175.94 - 47 36.6846 1622 1 1 144.671 -177.722 -174.85 - 47 111.751 1623 1 1 144.75 -177.754 -174.825 - 47 106.185 1624 1 1 144.95 -177.835 -174.76 - 47 96.3065 1625 1 1 145.15 -177.916 -174.695 - 47 138.384 1626 1 1 145.35 -177.997 -174.631 - 47 129.502 1627 1 1 145.55 -178.079 -174.566 - 47 92.208 1628 1 1 145.75 -178.16 -174.501 - 47 189.59 1160 0 1 52.0501 -140.162 -204.516 - 47 66.8205 208 0 0 47.4629 -138.35 -205.966 - 47 41.7703 678 3 1 -44.2722 22.0535 -114.538 - 47 17.6438 980 4 0 -41.3346 16.0693 -86.25 - 47 88.5531 979 4 0 -41.3303 16.05 -86.1925 - 47 132.361 695 4 1 -40.9353 16.1717 -84.85 - 47 403.188 696 4 1 -40.85 16.2086 -84.7135 - 47 158.54 694 4 1 -41.05 16.902 -84.602 - 47 68.0586 679 3 1 -44.25 22.1127 -114.495 - 47 138.577 680 3 1 -44.05 22.1945 -114.595 - 47 168.711 1008 3 0 -43.4413 21.7502 -115.85 - 47 87.1176 1007 3 0 -43.6469 21.65 -116.152 - 47 11.6085 1338 3 0 -51.9692 87.8199 -116.25 - 47 206.596 1339 3 0 -51.978 87.8501 -116.237 - 47 44.1951 1395 1 1 99.15 -24.6628 -174.593 - 47 328.018 1396 1 1 99.35 -24.5127 -174.574 - 47 29.5806 1397 1 1 99.55 -24.4098 -174.804 - 47 206.567 1208 3 0 29.1218 61.65 -116.224 - 47 145.349 357 14 1 -108.55 -50.6488 215.163 - 47 7.65589 666 14 0 -112.132 -46.85 213.954 - 47 65.5145 358 14 1 -108.55 -50.657 215.291 - 47 105.373 833 9 1 -13.2971 -112.501 65.15 - 47 254.115 834 9 1 -13.2499 -112.385 65.3396 - 47 0.266132 330 9 0 -12.9802 -114.15 63.9978 -Number of digits in this event = 33 -Using G4ParticleGun ... -2.78845 LIN -proton -Event: 48 -Number of tracker hits in this event = 21 - 48 135.925 1353 9 1 90.8364 -74.3126 65.55 - 48 95.3898 528 9 0 90.8366 -74.3121 64.15 - 48 115.142 1353 8 1 90.8394 -74.2993 35.55 - 48 114.922 528 8 0 90.8375 -74.2972 34.15 - 48 130.738 1353 7 1 90.8003 -74.2524 5.55 - 48 53.9359 528 7 0 90.7962 -74.2503 4.15 - 48 53.6953 529 7 0 90.7957 -74.25 3.96093 - 48 97.0389 1352 6 1 90.7172 -74.2174 -24.45 - 48 116.992 529 6 0 90.714 -74.2167 -25.85 - 48 102.293 1352 5 1 90.6575 -74.2254 -54.45 - 48 134.96 529 5 0 90.6568 -74.2249 -55.85 - 48 169.838 1352 4 1 90.6391 -74.202 -84.45 - 48 122.37 529 4 0 90.638 -74.2001 -85.85 - 48 110.903 1352 3 1 90.6163 -74.1612 -114.45 - 48 86.3335 529 3 0 90.6154 -74.161 -115.85 - 48 149.263 1352 2 1 90.5922 -74.1731 -144.45 - 48 99.6637 529 2 0 90.5919 -74.1751 -145.85 - 48 118.826 1352 1 1 90.592 -74.2101 -174.45 - 48 91.1685 529 1 0 90.5928 -74.2125 -175.85 - 48 111.09 1352 0 1 90.6106 -74.2613 -204.45 - 48 158.345 528 0 0 90.6106 -74.2663 -205.85 + 17 179.219 865 10 1 -7.0278 89.9218 95.55 + 17 102.048 1349 10 0 -7.02818 89.9231 94.15 + 17 103.534 865 9 1 -7.03981 89.9471 65.55 + 17 113.502 1349 9 0 -7.03924 89.9474 64.15 + 17 115.55 865 8 1 -7.02718 89.9533 35.55 + 17 116.966 1349 8 0 -7.02667 89.9534 34.15 + 17 114.094 865 7 1 -7.0165 89.959 5.55 + 17 139.56 1349 7 0 -7.01602 89.9596 4.15 + 17 121.17 865 6 1 -7.00844 89.9759 -24.45 + 17 160.42 1349 6 0 -7.00778 89.9774 -25.85 + 17 93.2903 865 5 1 -6.99538 90.0054 -54.45 + 17 247.923 1349 5 0 -6.99427 90.007 -55.85 + 17 118.297 865 4 1 -6.97349 90.0381 -84.45 + 17 112.308 1349 4 0 -6.97186 90.0397 -85.85 + 17 23.4121 1350 0 0 -6.87088 90.15 -206.177 + 17 49.7572 1437 0 0 -35.109 107.597 -206.25 + 17 134.446 1438 0 0 -35.1428 107.75 -206.189 + 17 307.74 1439 0 0 -35.0268 107.951 -205.943 + 17 48.7753 1440 0 0 -35.1492 108.15 -205.974 + 17 43.0333 1109 7 0 -71.7997 41.9216 3.75003 + 17 103.267 994 7 0 -64.2002 18.893 3.75 Number of digits in this event = 8 Using G4ParticleGun ... -5.56207 LIN +1.98442 LIN proton -Event: 49 +Event: 18 Number of tracker hits in this event = 22 - 49 146.615 1458 10 0 -31.9423 111.871 94.15 - 49 129.478 740 9 1 -31.9401 111.871 65.55 - 49 141.833 1458 9 0 -31.9397 111.871 64.15 - 49 110.05 740 8 1 -31.9349 111.86 35.55 - 49 113.252 1458 8 0 -31.9343 111.86 34.15 - 49 98.0464 740 7 1 -31.9212 111.852 5.55 - 49 110.552 1458 7 0 -31.9213 111.851 4.15 - 49 122.2 740 6 1 -31.9237 111.835 -24.45 - 49 102.098 1458 6 0 -31.923 111.833 -25.85 - 49 111.911 740 5 1 -31.9013 111.806 -54.45 - 49 102.175 1458 5 0 -31.9003 111.805 -55.85 - 49 156.829 740 4 1 -31.8818 111.792 -84.45 - 49 116.572 1458 4 0 -31.8797 111.793 -85.85 - 49 98.7526 741 3 1 -31.8289 111.835 -114.45 - 49 148.807 1458 3 0 -31.8259 111.836 -115.85 - 49 214.499 741 2 1 -31.7641 111.861 -144.45 - 49 122.683 1458 2 0 -31.7603 111.862 -145.85 - 49 128.445 741 1 1 -31.6825 111.89 -174.45 - 49 100.934 1458 1 0 -31.6778 111.892 -175.85 - 49 89.2357 742 0 1 -31.5827 111.931 -204.45 - 49 135.018 1458 0 0 -31.5775 111.934 -205.85 - 49 89.1587 1459 0 0 -31.6166 111.95 -205.967 -Number of digits in this event = 11 + 18 97.1918 735 10 1 -32.9643 96.0317 95.55 + 18 450.273 1379 10 0 -32.9661 96.0321 94.15 + 18 167.894 735 9 1 -32.9955 96.0186 65.55 + 18 117.157 1379 9 0 -32.9841 96.0056 64.15 + 18 103.085 736 8 1 -32.7432 95.7534 35.55 + 18 130.855 1377 8 0 -32.7344 95.7384 34.15 + 18 104.568 737 7 1 -32.5676 95.4324 5.55 + 18 138.867 1376 7 0 -32.5591 95.4155 4.15 + 18 122.782 738 6 1 -32.3796 95.0721 -24.45 + 18 110.144 1374 6 0 -32.3706 95.0565 -25.85 + 18 128.773 739 5 1 -32.1856 94.731 -54.45 + 18 142.297 1372 5 0 -32.1769 94.7135 -55.85 + 18 90.5654 740 4 1 -31.9974 94.3462 -84.45 + 18 109.119 1370 4 0 -31.9886 94.3264 -85.85 + 18 181.54 741 3 1 -31.8119 93.9149 -114.45 + 18 113.549 1368 3 0 -31.8039 93.8949 -115.85 + 18 104.85 742 2 1 -31.6154 93.4966 -144.45 + 18 106.095 1366 2 0 -31.6042 93.4767 -145.85 + 18 112.452 743 1 1 -31.3663 93.0829 -174.45 + 18 90.2042 1364 1 0 -31.3557 93.0644 -175.85 + 18 117.394 744 0 1 -31.146 92.6796 -204.45 + 18 98.6204 1362 0 0 -31.1355 92.6609 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -1.97587 LIN +9.16194 LIN proton -Event: 50 -Number of tracker hits in this event = 26 - 50 148.435 1104 11 1 40.8962 44.9822 125.55 - 50 114.758 1124 11 0 40.9017 44.9827 124.15 - 50 167.323 1104 10 1 41.0157 44.9962 95.55 - 50 118.688 1124 10 0 41.0213 44.9962 94.15 - 50 133.682 1105 9 1 41.1333 44.9882 65.55 - 50 96.5719 1124 9 0 41.1385 44.9903 64.15 - 50 196.945 1106 8 1 41.2589 45.0374 35.55 - 50 120.905 1124 8 0 41.2652 45.0435 34.15 - 50 107.993 1106 7 1 41.4123 45.1784 5.55 - 50 116.463 1125 7 0 41.421 45.1877 4.15 - 50 108.261 1107 6 1 41.6085 45.393 -24.45 - 50 146.336 1126 6 0 41.6176 45.3985 -25.85 - 50 238.377 1108 5 1 41.8051 45.5172 -54.45 - 50 128.668 1127 5 0 41.8112 45.5224 -55.85 - 50 136.341 1109 4 1 41.9353 45.6221 -84.45 - 50 127.856 1127 4 0 41.9438 45.6272 -85.85 - 50 111.144 1110 3 1 42.1133 45.7348 -114.45 - 50 132.503 1128 3 0 42.1218 45.7408 -115.85 - 50 126.635 1111 2 1 42.3001 45.8587 -144.45 - 50 116.721 1129 2 0 42.3072 45.8651 -145.85 - 50 34.366 1111 1 1 42.4495 45.9843 -174.45 - 50 120.733 1112 1 1 42.45 45.9847 -174.562 - 50 112.087 1129 1 0 42.4561 45.9891 -175.85 - 50 188.514 1112 0 1 42.579 46.0878 -204.45 - 50 257.237 1130 0 0 42.5867 46.0945 -205.85 - 50 61.3781 1129 0 0 42.5801 46.05 -205.979 -Number of digits in this event = 16 +Event: 19 +Number of tracker hits in this event = 152 + 19 134.959 811 11 1 -17.6977 58.6846 125.55 + 19 210.418 1193 11 0 -17.6977 58.6843 124.15 + 19 116.634 811 10 1 -17.7005 58.6801 95.55 + 19 252.882 1193 10 0 -17.7009 58.6804 94.15 + 19 378.978 811 9 1 -17.7115 58.6866 65.55 + 19 129.771 1193 9 0 -17.7111 58.6869 64.15 + 19 134.442 811 8 1 -17.7064 58.6928 35.55 + 19 143.489 1193 8 0 -17.7064 58.6927 34.15 + 19 175.66 811 7 1 -17.7038 58.6896 5.55 + 19 114.454 1193 7 0 -17.7046 58.6899 4.15 + 19 109.198 811 6 1 -17.7175 58.6955 -24.45 + 19 116.867 1193 6 0 -17.718 58.6959 -25.85 + 19 95.8346 811 5 1 -17.7287 58.7028 -54.45 + 19 117.885 1193 5 0 -17.7287 58.7038 -55.85 + 19 212.17 811 4 1 -17.7289 58.7239 -84.45 + 19 99.6568 1193 4 0 -17.7289 58.7245 -85.85 + 19 14238 811 3 1 -17.7303 58.7374 -114.45 + 19 166.338 1722 7 1 164.575 -140.517 5.55 + 19 13.3396 201 7 0 164.441 -139.76 4.14974 + 19 164.335 202 7 0 164.426 -139.75 4.1074 + 19 153.825 41 7 0 129.952 -171.915 3.75 + 19 29.2822 40 7 0 129.937 -171.95 3.88278 + 19 9795 1193 3 0 -17.3037 58.7154 -115.85 + 19 4045.74 810 3 1 -17.85 58.662 -114.82 + 19 5248.33 809 3 1 -18.05 58.5352 -114.792 + 19 5575.68 808 3 1 -18.25 58.4032 -114.766 + 19 5156.09 1187 3 0 -17.9276 57.5546 -115.85 + 19 13480.5 1186 3 0 -17.9448 57.45 -115.939 + 19 20748.1 1185 3 0 -17.977 57.25 -116.109 + 19 228.567 1201 3 0 -14.5045 60.4278 -115.85 + 19 2007.94 1202 3 0 -14.4621 60.45 -115.863 + 19 2028.35 1203 3 0 -14.0807 60.65 -115.983 + 19 2051.88 1204 3 0 -13.7076 60.85 -116.091 + 19 941.74 1205 3 0 -13.3285 61.05 -116.202 + 19 3255.82 1320 2 1 84.1299 109.719 -144.45 + 19 4643.14 1321 2 1 84.25 109.813 -144.526 + 19 148.722 1182 3 0 -19.0584 56.4588 -115.85 + 19 4054.69 1181 3 0 -19.0635 56.45 -115.854 + 19 1794.35 1180 3 0 -19.1709 56.25 -115.945 + 19 1705.63 807 3 1 -18.45 58.8099 -114.75 + 19 1850.88 806 3 1 -18.65 58.8254 -114.724 + 19 2418.2 805 3 1 -18.85 58.8341 -114.705 + 19 4372.36 804 3 1 -19.05 58.8433 -114.689 + 19 555.27 803 3 1 -19.25 58.8564 -114.651 + 19 6761.24 1194 3 0 -18.3309 58.8868 -115.85 + 19 2568.69 1184 3 0 -18.9081 57.05 -116.065 + 19 616.624 1183 3 0 -19.0446 56.85 -116.215 + 19 961.585 812 3 1 -17.65 58.5119 -114.545 + 19 584.513 1081 4 0 -14.1281 36.2728 -86.25 + 19 6137.78 1080 4 0 -14.1246 36.25 -86.2209 + 19 5811.25 1079 4 0 -14.0969 36.05 -85.9724 + 19 809.833 830 4 1 -13.88 35.0221 -84.85 + 19 188.607 856 2 1 -8.80531 38.2246 -144.45 + 19 40.4549 1086 2 0 -8.42039 37.3089 -145.85 + 19 335.09 1085 2 0 -8.39544 37.25 -145.941 + 19 1.11455 1084 2 0 -8.30601 37.05 -146.249 + 19 96.0082 900 1 1 0.05 18.4457 -174.71 + 19 49.1581 988 1 0 0.362205 17.7205 -175.85 + 19 143.15 987 1 0 0.39255 17.65 -175.961 + 19 46.0148 940 0 1 8.21919 -0.368088 -204.45 + 19 148.636 941 0 1 8.25 -0.43821 -204.553 + 19 102.21 893 0 0 8.63216 -1.31349 -205.85 + 19 105.007 892 0 0 8.69158 -1.45 -206.052 + 19 143.61 651 0 0 46.9604 -49.85 -206.168 + 19 127.787 826 2 1 -14.8309 58.7466 -144.45 + 19 101.325 1193 2 0 -14.6939 58.7518 -145.85 + 19 175.034 840 1 1 -11.9295 58.8496 -174.45 + 19 488.809 1193 1 0 -11.7927 58.8474 -175.85 + 19 11.6572 854 0 1 -9.05413 58.8043 -204.45 + 19 105.605 855 0 1 -9.05 58.8039 -204.491 + 19 102.321 1193 0 0 -8.91475 58.7903 -205.85 + 19 237.432 1194 1 0 -11.182 58.85 -176.197 + 19 56.1163 841 1 1 -11.85 58.8671 -174.543 + 19 74.7794 842 1 1 -11.6496 58.8724 -174.555 + 19 205.043 843 1 1 -11.45 58.9484 -174.638 + 19 182.603 844 1 1 -11.2499 59.2259 -174.782 + 19 71.8355 722 2 1 -35.5413 64.339 -144.45 + 19 53.5353 721 2 1 -35.65 64.3745 -144.639 + 19 74.5731 1222 2 0 -36.3479 64.6058 -145.85 + 19 51.9927 1223 2 0 -36.4811 64.65 -146.081 + 19 86.0142 635 1 1 -52.8691 70.0607 -174.45 + 19 56.9535 634 1 1 -53.05 70.1194 -174.76 + 19 137.043 1251 1 0 -53.6909 70.3243 -175.85 + 19 71.9613 547 0 1 -70.5567 75.6908 -204.45 + 19 85.8324 546 0 1 -70.65 75.7233 -204.61 + 19 148.59 1279 0 0 -71.3749 75.976 -205.85 + 19 6.79495 1280 0 0 -71.5872 76.05 -206.213 + 19 113.33 1197 3 0 -19.3346 59.6218 -115.85 + 19 643.42 1198 3 0 -19.3858 59.65 -115.882 + 19 433.597 1199 3 0 -19.7493 59.85 -116.112 + 19 189.314 578 2 1 -64.3554 84.0641 -144.45 + 19 428.682 577 2 1 -64.45 84.1161 -144.509 + 19 398.393 576 2 1 -64.65 84.2269 -144.633 + 19 406.073 575 2 1 -64.85 84.3381 -144.758 + 19 627.296 1326 2 0 -66.5834 85.3091 -145.85 + 19 761.269 1327 2 0 -66.8386 85.45 -146.01 + 19 46.3006 1328 2 0 -67.202 85.65 -146.238 + 19 6.75346 336 1 1 -112.945 110.913 -174.45 + 19 445.9 335 1 1 -112.95 110.916 -174.453 + 19 412.894 334 1 1 -113.15 111.036 -174.579 + 19 394.727 333 1 1 -113.35 111.156 -174.704 + 19 86.0742 332 1 1 -113.55 111.276 -174.826 + 19 304.211 1460 1 0 -115.209 112.301 -175.85 + 19 745.147 1461 1 0 -115.289 112.35 -175.899 + 19 692.462 1462 1 0 -115.614 112.55 -176.099 + 19 61.072 90 0 1 -162.14 141.755 -204.45 + 19 794.219 89 0 1 -162.15 141.762 -204.457 + 19 502.432 88 0 1 -162.35 141.894 -204.589 + 19 515.796 87 0 1 -162.55 142.026 -204.719 + 19 4.33196 86 0 1 -162.75 142.161 -204.849 + 19 675.152 1615 0 0 -164.28 143.206 -205.85 + 19 809.585 1616 0 0 -164.491 143.35 -205.988 + 19 316.174 1617 0 0 -164.781 143.55 -206.181 + 19 167.166 1492 4 0 -50.1481 118.659 -86.25 + 19 375.65 1493 4 0 -50.1973 118.75 -86.2064 + 19 298.384 1494 4 0 -50.3063 118.95 -86.1104 + 19 384.229 1495 4 0 -50.4142 119.15 -86.0142 + 19 269.449 1496 4 0 -50.5215 119.35 -85.9186 + 19 466.688 641 4 1 -51.7343 121.609 -84.85 + 19 420.109 640 4 1 -51.85 121.732 -84.7875 + 19 421.443 639 4 1 -52.05 121.934 -84.6863 + 19 404.816 638 4 1 -52.25 122.137 -84.5832 + 19 118.742 637 4 1 -52.45 122.341 -84.4816 + 19 96.2153 822 2 1 -15.502 57.898 -144.45 + 19 44.029 1189 2 0 -15.3986 57.854 -145.85 + 19 86.7858 1188 2 0 -15.3893 57.85 -145.975 + 19 123.242 833 1 1 -13.2884 56.9591 -174.45 + 19 107.838 1184 1 0 -13.1993 56.9293 -175.85 + 19 105.746 843 0 1 -11.371 56.3265 -204.45 + 19 127.986 1181 0 0 -11.2596 56.3112 -205.85 + 19 2.20858 676 0 1 -44.85 -28.36 -204.608 + 19 38.7462 1009 4 0 60.5412 21.8643 -86.25 + 19 110.547 1008 4 0 60.5854 21.85 -86.2063 + 19 62.3022 384 8 0 32.0634 -103.15 33.8507 + 19 127.568 383 8 0 32.0466 -103.35 34.0456 + 19 33.9109 1422 3 0 32.5609 104.748 -116.053 + 19 62.1429 420 8 1 -96.1288 54.4629 35.15 + 19 67.4638 419 8 1 -96.15 54.4595 35.5195 + 19 547.724 1192 3 0 -16.7679 58.6322 -115.85 + 19 139.33 950 2 1 10.1018 55.6626 -144.45 + 19 154.497 951 2 1 10.25 55.6471 -144.608 + 19 20.8789 952 2 1 10.45 55.6259 -144.82 + 19 310.482 1177 2 0 11.4204 55.5275 -145.85 + 19 22.0777 1091 1 1 38.4241 52.7256 -174.45 + 19 367.47 1092 1 1 38.45 52.7227 -174.478 + 19 146.997 1093 1 1 38.65 52.7007 -174.69 + 19 299.123 1162 1 0 39.7383 52.5822 -175.85 + 19 21.4425 1232 0 1 66.6214 49.7899 -204.45 + 19 193.824 1233 0 1 66.65 49.7873 -204.481 + 19 108.942 1234 0 1 66.85 49.7685 -204.7 + 19 296.779 1148 0 0 67.8957 49.6743 -205.85 + 19 116.247 1147 0 0 68.1656 49.65 -206.147 +Number of digits in this event = 101 Using G4ParticleGun ... -4.31705 LIN +6.7079 LIN proton -Event: 51 -Number of tracker hits in this event = 22 - 51 129.955 1554 9 1 131.092 4.92207 65.55 - 51 94.8082 924 9 0 131.093 4.9209 64.15 - 51 116.835 1554 8 1 131.107 4.90794 35.55 - 51 132.486 924 8 0 131.109 4.9083 34.15 - 51 101.663 1554 7 1 131.149 4.91194 5.55 - 51 96.5257 924 7 0 131.149 4.91125 4.15 - 51 149.843 1555 6 1 131.158 4.89477 -24.45 - 51 117.285 924 6 0 131.158 4.89441 -25.85 - 51 124.795 1555 5 1 131.159 4.8783 -54.45 - 51 106.953 924 5 0 131.157 4.87463 -55.85 - 51 106.748 1554 4 1 131.113 4.80282 -84.45 - 51 92.8795 923 4 0 131.111 4.79885 -85.85 - 51 104.937 1554 3 1 131.08 4.72067 -114.45 - 51 95.659 923 3 0 131.079 4.71599 -115.85 - 51 104.529 1554 2 1 131.047 4.62231 -144.45 - 51 99.5664 922 2 0 131.045 4.61606 -145.85 - 51 126.603 1554 1 1 131.006 4.49657 -174.45 - 51 222.115 922 1 0 131.004 4.49 -175.85 - 51 110.704 1554 0 1 130.954 4.3551 -204.45 - 51 109.088 921 0 0 130.953 4.34972 -205.85 - 51 59.7233 671 7 0 140.178 -45.6799 3.75004 - 51 73.2354 670 7 0 140.278 -45.8501 3.80782 +Event: 20 +Number of tracker hits in this event = 32 + 20 140.054 771 11 1 -25.7342 4.87308 125.55 + 20 137.672 924 11 0 -25.7334 4.87336 124.15 + 20 165.529 771 10 1 -25.7112 4.87466 95.55 + 20 205.669 924 10 0 -25.7101 4.8745 94.15 + 20 179.546 771 9 1 -25.6882 4.87401 65.55 + 20 119.473 924 9 0 -25.6873 4.87342 64.15 + 20 112.725 771 8 1 -25.6676 4.85889 35.55 + 20 112.275 924 8 0 -25.6667 4.85851 34.15 + 20 122.837 772 7 1 -25.6458 4.84735 5.55 + 20 169.155 923 7 0 -25.6416 4.84592 4.15 + 20 140.671 772 6 1 -25.549 4.81609 -24.45 + 20 106.018 923 6 0 -25.5443 4.81563 -25.85 + 20 106.077 773 5 1 -25.4481 4.8053 -54.45 + 20 166.606 923 5 0 -25.4432 4.80639 -55.85 + 20 133.587 773 4 1 -25.3436 4.82821 -84.45 + 20 125.907 923 4 0 -25.3384 4.83028 -85.85 + 20 102.197 774 3 1 -25.2363 4.87075 -114.45 + 20 185.941 924 3 0 -25.2306 4.87212 -115.85 + 20 108.756 774 2 1 -25.1142 4.89745 -144.45 + 20 114.985 924 2 0 -25.1086 4.89862 -145.85 + 20 158.665 775 1 1 -24.9945 4.92181 -174.45 + 20 120.542 924 1 0 -24.989 4.92279 -175.85 + 20 116.087 775 0 1 -24.8731 4.92999 -204.45 + 20 113.139 924 0 0 -24.8683 4.93047 -205.85 + 20 398.784 772 8 0 49.3616 -25.4916 33.75 + 20 110.9 771 8 0 50.1006 -25.6501 34.0132 + 20 136.73 773 8 0 50.5245 -25.45 34.1413 + 20 79.4366 774 8 0 50.6979 -25.25 34.0554 + 20 51.3395 1154 8 1 50.8963 -24.972 35.15 + 20 48.4144 1153 8 1 50.85 -24.9012 35.1855 + 20 121.247 775 8 0 50.7272 -25.0063 34.1499 + 20 160.219 772 11 1 -25.65 4.85637 125.448 +Number of digits in this event = 19 +Using G4ParticleGun ... +6.6014 LIN +proton +Event: 21 +Number of tracker hits in this event = 18 + 21 112.9 624 8 1 -55.1741 -133.028 35.55 + 21 105.22 235 8 0 -55.1735 -133.028 34.15 + 21 103.302 624 7 1 -55.1637 -133.023 5.55 + 21 93.4337 235 7 0 -55.1637 -133.024 4.15 + 21 103.168 624 6 1 -55.164 -133.036 -24.45 + 21 116.981 235 6 0 -55.1631 -133.038 -25.85 + 21 121.88 624 5 1 -55.1473 -133.075 -54.45 + 21 100.768 235 5 0 -55.1471 -133.076 -55.85 + 21 129.908 624 4 1 -55.1432 -133.099 -84.45 + 21 119.229 235 4 0 -55.1433 -133.1 -85.85 + 21 100.037 624 3 1 -55.1466 -133.106 -114.45 + 21 104.677 235 3 0 -55.1462 -133.105 -115.85 + 21 123.12 624 2 1 -55.1426 -133.09 -144.45 + 21 109.398 235 2 0 -55.1361 -133.088 -145.85 + 21 158.674 625 1 1 -55.0036 -133.054 -174.45 + 21 220.622 235 1 0 -54.9958 -133.053 -175.85 + 21 121.719 626 0 1 -54.8327 -133.03 -204.45 + 21 113.416 235 0 0 -54.8253 -133.03 -205.85 Number of digits in this event = 7 Using G4ParticleGun ... -5.16486 LIN +9.24987 LIN proton -Event: 52 -Number of tracker hits in this event = 22 - 52 96.2213 1248 8 1 69.7495 124.315 35.55 - 52 176.393 1520 8 0 69.7518 124.316 34.15 - 52 74.5446 1248 7 1 69.7962 124.336 5.55 - 52 141.756 1520 7 0 69.8007 124.336 4.15 - 52 120.411 1249 6 1 69.8919 124.333 -24.45 - 52 97.5857 1520 6 0 69.8977 124.332 -25.85 - 52 101.606 1249 5 1 70.0154 124.314 -54.45 - 52 95.1747 1520 5 0 70.0218 124.314 -55.85 - 52 151.897 1250 4 1 70.1499 124.297 -84.45 - 52 174.376 1520 4 0 70.1556 124.297 -85.85 - 52 124.806 1251 3 1 70.2784 124.301 -114.45 - 52 340.676 1520 3 0 70.2833 124.3 -115.85 - 52 111.46 1251 2 1 70.383 124.294 -144.45 - 52 135.004 1520 2 0 70.3875 124.294 -145.85 - 52 104.788 1252 1 1 70.4793 124.285 -174.45 - 52 191.707 1520 1 0 70.4837 124.283 -175.85 - 52 104.746 1252 0 1 70.5755 124.256 -204.45 - 52 101.641 1520 0 0 70.5793 124.255 -205.85 - 52 80.1405 1510 0 0 49.182 122.202 -206.25 - 52 124.893 1509 0 0 49.1984 122.15 -206.215 - 52 190.254 1521 4 0 70.1062 124.35 -85.98 - 52 216.184 1522 4 0 70.0788 124.55 -86.0391 -Number of digits in this event = 13 -Using G4ParticleGun ... -3.35291 LIN -proton -Event: 53 -Number of tracker hits in this event = 56 - 53 104.442 238 9 1 -132.435 2.69892 65.55 - 53 115.806 913 9 0 -132.434 2.70014 64.15 - 53 160.764 238 8 1 -132.423 2.72212 35.55 - 53 102.553 913 8 0 -132.421 2.72433 34.15 - 53 96.6779 238 7 1 -132.393 2.76759 5.55 - 53 106.471 913 7 0 -132.392 2.76815 4.15 - 53 118.247 238 6 1 -132.363 2.78439 -24.45 - 53 114.766 913 6 0 -132.359 2.78457 -25.85 - 53 118.289 239 5 1 -132.286 2.79525 -54.45 - 53 186.493 913 5 0 -132.283 2.79614 -55.85 - 53 102.79 239 4 1 -132.208 2.81108 -84.45 - 53 281.919 913 4 0 -132.205 2.81289 -85.85 - 53 91.6813 240 3 1 -132.134 2.8505 -114.45 - 53 95.8046 914 3 0 -132.128 2.85274 -115.85 - 53 87.3164 240 2 1 -132.013 2.89783 -144.45 - 53 173.824 914 2 0 -132.008 2.90071 -145.85 - 53 123.428 241 1 1 -131.895 2.95294 -174.45 - 53 108.158 914 1 0 -131.889 2.95535 -175.85 - 53 110.253 241 0 1 -131.769 3.00348 -204.45 - 53 120.368 914 0 0 -131.764 3.00779 -205.85 - 53 101.773 991 0 0 -73.2843 18.4176 -206.25 - 53 287.042 992 0 0 -72.9984 18.45 -206.129 - 53 148.155 993 0 0 -72.4494 18.65 -205.987 - 53 92.4213 994 0 0 -72.0306 18.85 -206.042 - 53 84.1821 995 0 0 -71.8134 19.05 -206.152 - 53 278.979 1087 0 0 -103.144 37.5262 -206.25 - 53 76.9281 1013 0 0 -100.352 22.689 -206.25 - 53 47.6254 1012 0 0 -100.273 22.65 -205.971 - 53 10.5089 400 0 1 -99.964 22.1585 -204.849 - 53 151.504 401 0 1 -99.95 22.1378 -204.801 - 53 47.3063 875 1 0 -89.0318 -4.9476 -176.25 - 53 87.8458 874 1 0 -88.9802 -5.05 -176.132 - 53 86.0194 873 1 0 -88.8795 -5.25 -175.959 - 53 16.4661 872 1 0 -88.7486 -5.45 -175.871 - 53 80.8502 464 1 1 -87.1998 -7.95132 -174.85 - 53 92.3643 465 1 1 -87.05 -8.19851 -174.731 - 53 83.4833 466 1 1 -86.85 -8.46001 -174.614 - 53 84.1777 467 1 1 -86.6499 -8.60199 -174.553 - 53 79.9162 468 1 1 -86.45 -8.74504 -174.535 - 53 100.775 469 1 1 -86.25 -8.88301 -174.511 - 53 51.4611 470 1 1 -86.05 -8.91704 -174.518 - 53 53.6325 471 1 1 -85.85 -8.95263 -174.518 - 53 66.3661 472 1 1 -85.65 -9.03218 -174.517 - 53 113.703 473 1 1 -85.45 -9.17807 -174.509 - 53 70.49 474 1 1 -85.25 -9.34802 -174.499 - 53 76.6776 475 1 1 -85.0499 -9.48014 -174.489 - 53 409.944 476 1 1 -84.85 -9.69622 -174.511 - 53 42.8806 836 1 0 -84.2268 -12.6919 -175.85 - 53 46.7845 835 1 0 -84.1854 -12.85 -175.921 - 53 59.8107 834 1 0 -84.1433 -13.0503 -175.975 - 53 50.8181 833 1 0 -84.1102 -13.25 -176.04 - 53 52.7699 832 1 0 -84.1159 -13.45 -176.083 - 53 52.1302 831 1 0 -84.1299 -13.65 -176.139 - 53 38.937 830 1 0 -84.1993 -13.85 -176.183 - 53 192.49 913 3 0 -132.128 2.85 -115.925 - 53 28.6158 912 4 0 -132.293 2.65 -85.9538 +Event: 22 +Number of tracker hits in this event = 26 + 22 112.534 436 9 1 -92.9438 95.4093 65.55 + 22 446.723 1376 9 0 -92.9443 95.4089 64.15 + 22 93.0494 435 8 1 -92.9521 95.3989 35.55 + 22 95.2875 1376 8 0 -92.9522 95.3981 34.15 + 22 153.404 435 7 1 -92.954 95.3807 5.55 + 22 126.915 1376 7 0 -92.9542 95.3803 4.15 + 22 108.77 435 6 1 -92.9547 95.3714 -24.45 + 22 98.2542 1376 6 0 -92.9549 95.3713 -25.85 + 22 252.436 435 5 1 -92.9601 95.3694 -54.45 + 22 118.641 1376 5 0 -92.9604 95.3696 -55.85 + 22 123.235 435 4 1 -92.9637 95.3758 -84.45 + 22 134.518 1376 4 0 -92.9636 95.3771 -85.85 + 22 135.473 435 3 1 -92.9619 95.4027 -114.45 + 22 110.019 1376 3 0 -92.9622 95.4044 -115.85 + 22 176.551 435 2 1 -92.968 95.441 -144.45 + 22 91.0241 1376 2 0 -92.9686 95.4435 -145.85 + 22 160.906 435 1 1 -92.9817 95.4944 -174.45 + 22 146.342 1376 1 0 -92.9824 95.4966 -175.85 + 22 103.023 435 0 1 -93.0006 95.5385 -204.45 + 22 141.084 1376 0 0 -93.0013 95.5408 -205.85 + 22 107.284 436 3 1 -92.95 95.3974 -114.634 + 22 296.553 436 5 1 -92.95 95.6827 -54.4893 + 22 10.1391 437 5 1 -92.75 95.7485 -54.4595 + 22 202.138 1377 9 0 -93.1453 95.55 63.9957 + 22 111.939 429 9 1 -94.2205 97.3632 65.15 + 22 199.166 428 9 1 -94.35 97.4812 65.1886 Number of digits in this event = 15 Using G4ParticleGun ... -3.4583 LIN +4.81954 LIN proton -Event: 54 -Number of tracker hits in this event = 29 - 54 98.7841 674 11 1 -45.2289 -57.1123 125.55 - 54 98.1798 614 11 0 -45.2259 -57.1131 124.15 - 54 136.798 674 10 1 -45.1686 -57.129 95.55 - 54 101.059 614 10 0 -45.1645 -57.1294 94.15 - 54 106.68 674 9 1 -45.0982 -57.1336 65.55 - 54 232.71 614 9 0 -45.0929 -57.134 64.15 - 54 86.8731 675 8 1 -44.9913 -57.1411 35.55 - 54 113.106 614 8 0 -44.9845 -57.1408 34.15 - 54 154.133 676 7 1 -44.8404 -57.1343 5.55 - 54 138.997 614 7 0 -44.8326 -57.1356 4.15 - 54 133.47 676 6 1 -44.6728 -57.1739 -24.45 - 54 97.0723 614 6 0 -44.6647 -57.1777 -25.85 - 54 156.917 677 5 1 -44.497 -57.2485 -54.45 - 54 151.929 613 5 0 -44.4915 -57.2532 -55.85 - 54 150.364 678 4 1 -44.3834 -57.3457 -84.45 - 54 108.762 613 4 0 -44.3779 -57.3508 -85.85 - 54 169.588 678 3 1 -44.2654 -57.4482 -114.45 - 54 129.994 612 3 0 -44.2589 -57.4529 -115.85 - 54 111.665 679 2 1 -44.1247 -57.5465 -144.45 - 54 108.796 612 2 0 -44.1168 -57.5538 -145.85 - 54 132.397 680 1 1 -43.9493 -57.6998 -174.45 - 54 117.521 611 1 0 -43.9404 -57.7079 -175.85 - 54 125.81 681 0 1 -43.7721 -57.878 -204.45 - 54 135.939 610 0 0 -43.7626 -57.8866 -205.85 - 54 5.19465 678 5 1 -44.45 -57.3779 -54.8449 - 54 11.2158 604 5 0 -42.7022 -59.2218 -55.85 - 54 127.592 603 5 0 -42.6671 -59.2502 -55.8713 - 54 240.816 602 5 0 -42.4302 -59.45 -55.9397 - 54 7.68039 611 5 0 -41.1412 -57.85 -56.133 +Event: 23 +Number of tracker hits in this event = 41 + 23 137.251 524 10 1 -75.1144 43.7046 95.55 + 23 111.537 1118 10 0 -75.1139 43.704 94.15 + 23 179.403 524 9 1 -75.1086 43.6907 65.55 + 23 103.673 1118 9 0 -75.1087 43.6906 64.15 + 23 132.029 524 8 1 -75.1048 43.6811 35.55 + 23 114.659 1118 8 0 -75.1039 43.6804 34.15 + 23 153.076 524 7 1 -75.0915 43.6629 5.55 + 23 133.568 1118 7 0 -75.0923 43.6601 4.15 + 23 288.708 524 6 1 -75.1075 43.5992 -24.45 + 23 113.789 1117 6 0 -75.1115 43.5948 -25.85 + 23 134.178 524 5 1 -75.1916 43.5022 -54.45 + 23 100.898 1117 5 0 -75.1954 43.4974 -55.85 + 23 95.5226 523 4 1 -75.2733 43.3986 -84.45 + 23 95.6216 1116 4 0 -75.2768 43.3941 -85.85 + 23 174.185 523 3 1 -75.3519 43.3018 -114.45 + 23 121.444 1116 3 0 -75.3562 43.2978 -115.85 + 23 108.84 523 2 1 -75.44 43.2143 -144.45 + 23 118.857 1115 2 0 -75.4435 43.21 -145.85 + 23 146.379 522 1 1 -75.5153 43.1165 -174.45 + 23 142.133 1115 1 0 -75.5193 43.1129 -175.85 + 23 140.368 522 0 1 -75.5972 43.0345 -204.45 + 23 152.595 1114 0 0 -75.6014 43.0289 -205.85 + 23 9.46796 1115 0 0 -75.5995 43.05 -205.867 + 23 132.626 523 0 1 -75.2682 43.594 -204.85 + 23 147.211 522 2 1 -75.45 43.2407 -144.482 + 23 46.4999 1123 2 0 -76.6574 44.7345 -145.85 + 23 89.0517 1124 2 0 -76.7393 44.85 -145.952 + 23 45.3162 1125 2 0 -76.8639 45.05 -146.16 + 23 0.986816 1766 2 0 -142.474 173.474 -146.25 + 23 56.7439 524 3 1 -75.2497 43.3174 -114.686 + 23 50.5516 1114 3 0 -74.6848 42.9233 -115.85 + 23 148.708 1113 3 0 -74.5938 42.85 -115.942 + 23 103.034 1112 3 0 -74.3838 42.65 -116.033 + 23 68.1452 1111 3 0 -74.1592 42.45 -116.086 + 23 136.484 1110 3 0 -74.0839 42.25 -116.021 + 23 63.771 1109 3 0 -73.905 42.05 -116.163 + 23 91.5943 837 3 0 -26.7786 -12.5092 -116.25 + 23 124.98 836 3 0 -26.8973 -12.65 -116.108 + 23 72.5173 835 3 0 -26.9428 -12.85 -116.147 + 23 0.500375 669 3 0 -88.0406 -46.1358 -116.25 + 23 197.894 523 6 1 -75.2501 43.5487 -24.681 +Number of digits in this event = 22 +Using G4ParticleGun ... +1.95745 LIN +proton +Event: 24 +Number of tracker hits in this event = 20 + 24 108.379 609 9 1 -58.1721 119.941 65.55 + 24 117.807 1498 9 0 -58.1726 119.941 64.15 + 24 155.643 609 8 1 -58.1793 119.926 35.55 + 24 129.324 1498 8 0 -58.177 119.924 34.15 + 24 99.9118 609 7 1 -58.1207 119.916 5.55 + 24 146.836 1498 7 0 -58.1173 119.92 4.15 + 24 130.423 609 6 1 -58.0659 119.999 -24.45 + 24 97.8179 1499 6 0 -58.0628 120.001 -25.85 + 24 129.231 610 5 1 -58.0045 120.031 -54.45 + 24 112.745 1499 5 0 -58.0065 120.032 -55.85 + 24 156.078 609 4 1 -58.0629 120.056 -84.45 + 24 116.798 1499 4 0 -58.0676 120.061 -85.85 + 24 130.958 609 3 1 -58.1669 120.153 -114.45 + 24 101.81 1500 3 0 -58.171 120.158 -115.85 + 24 95.2399 608 2 1 -58.2577 120.265 -144.45 + 24 156.393 1500 2 0 -58.2644 120.269 -145.85 + 24 118.634 608 1 1 -58.396 120.355 -174.45 + 24 101.964 1501 1 0 -58.402 120.359 -175.85 + 24 152.413 607 0 1 -58.5343 120.437 -204.45 + 24 117.867 1501 0 0 -58.5436 120.441 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +7.04646 LIN +proton +Event: 25 +Number of tracker hits in this event = 19 + 25 128.766 1490 8 1 118.199 -70.1535 35.55 + 25 207.206 549 8 0 118.2 -70.1543 34.15 + 25 111.562 1490 7 1 118.218 -70.1705 5.55 + 25 129.941 549 7 0 118.22 -70.1709 4.15 + 25 147.569 1490 6 1 118.252 -70.1795 -24.45 + 25 135.333 549 6 0 118.253 -70.1796 -25.85 + 25 112.956 1490 5 1 118.271 -70.1853 -54.45 + 25 116.231 549 5 0 118.272 -70.1863 -55.85 + 25 137.679 1490 4 1 118.297 -70.2098 -84.45 + 25 110.167 549 4 0 118.297 -70.2117 -85.85 + 25 158.403 1490 3 1 118.313 -70.2469 -114.45 + 25 135.949 549 3 0 118.315 -70.249 -115.85 + 25 177.367 1491 2 1 118.355 -70.2904 -144.45 + 25 87.7997 548 2 0 118.357 -70.2913 -145.85 + 25 116.981 1491 1 1 118.398 -70.2954 -174.45 + 25 121.305 548 1 0 118.399 -70.2954 -175.85 + 25 114.246 1491 0 1 118.435 -70.293 -204.45 + 25 147.018 548 0 0 118.437 -70.293 -205.85 + 25 44.6607 1413 1 1 102.751 -23.1377 -174.709 +Number of digits in this event = 12 +Using G4ParticleGun ... +5.00193 LIN +proton +Event: 26 +Number of tracker hits in this event = 40 + 26 96.7262 569 10 1 -66.1061 92.6134 95.55 + 26 367.879 1362 10 0 -66.1075 92.6142 94.15 + 26 195.269 569 9 1 -66.1358 92.6284 65.55 + 26 113.286 1362 9 0 -66.1383 92.6291 64.15 + 26 96.2366 569 8 1 -66.1874 92.6367 35.55 + 26 184.588 1362 8 0 -66.1908 92.6362 34.15 + 26 159.162 568 7 1 -66.2626 92.6235 5.55 + 26 102.619 1362 7 0 -66.2648 92.6231 4.15 + 26 118.873 568 6 1 -66.3135 92.6167 -24.45 + 26 129.723 1362 6 0 -66.3141 92.6156 -25.85 + 26 151.93 568 5 1 -66.3221 92.5944 -54.45 + 26 97.2455 1362 5 0 -66.3228 92.5932 -55.85 + 26 118.26 568 4 1 -66.3349 92.575 -84.45 + 26 107.716 1362 4 0 -66.3349 92.575 -85.85 + 26 115.12 568 3 1 -66.3341 92.5779 -114.45 + 26 231.116 1362 3 0 -66.3327 92.5807 -115.85 + 26 90.1763 568 2 1 -66.3064 92.6382 -144.45 + 26 102.859 1362 2 0 -66.3055 92.6403 -145.85 + 26 113.163 568 1 1 -66.2832 92.6783 -174.45 + 26 141.515 1362 1 0 -66.2822 92.68 -175.85 + 26 116.818 568 0 1 -66.2619 92.7117 -204.45 + 26 169.558 1362 0 0 -66.2594 92.7137 -205.85 + 26 85.9842 1622 0 0 26.0485 144.55 -206.09 + 26 92.0141 1621 0 0 26.1572 144.55 -206.104 + 26 30.5489 859 8 0 -117.328 -8.15567 33.75 + 26 60.2241 858 8 0 -117.286 -8.25 33.822 + 26 81.8916 857 8 0 -117.226 -8.45066 33.9312 + 26 55.4297 856 8 0 -117.172 -8.65 34.0447 + 26 145.588 313 8 1 -117.439 -10.095 35.1501 + 26 63.3758 312 8 1 -117.55 -10.335 35.3848 + 26 125.101 311 8 1 -117.75 -10.3747 35.5321 + 26 66.3279 310 8 1 -117.95 -10.7002 35.4553 + 26 92.3977 309 8 1 -118.15 -10.7797 35.3741 + 26 186.179 844 8 0 -118.398 -11.1198 34.15 + 26 156.191 1227 3 0 -33.7127 65.45 -115.915 + 26 104.193 1228 3 0 -34.1931 65.65 -116.042 + 26 749.278 1203 1 1 60.7141 2.58811 -174.546 + 26 6.74543 1361 3 0 -66.333 92.55 -115.976 + 26 190.09 569 5 1 -66.25 92.5893 -54.4859 + 26 3.84191 570 5 1 -66.05 92.7298 -54.4521 +Number of digits in this event = 19 +Using G4ParticleGun ... +8.67021 LIN +proton +Event: 27 +Number of tracker hits in this event = 25 + 27 122.283 922 11 1 4.59456 55.7258 125.55 + 27 191.064 1178 11 0 4.59536 55.7253 124.15 + 27 106.245 922 10 1 4.60986 55.7137 95.55 + 27 121.44 1178 10 0 4.61036 55.7136 94.15 + 27 144.525 922 9 1 4.62299 55.7115 65.55 + 27 123.043 1178 9 0 4.62397 55.7113 64.15 + 27 109.033 922 8 1 4.64412 55.707 35.55 + 27 100.033 1178 8 0 4.64478 55.7064 34.15 + 27 132.013 923 7 1 4.66124 55.6955 5.55 + 27 94.9164 1178 7 0 4.66204 55.6957 4.15 + 27 98.5508 923 6 1 4.67537 55.7 -24.45 + 27 164.432 1178 6 0 4.67506 55.6997 -25.85 + 27 170.702 923 5 1 4.66912 55.6935 -54.45 + 27 104.722 1178 5 0 4.66944 55.6938 -55.85 + 27 138.647 923 4 1 4.67638 55.703 -84.45 + 27 113.641 1178 4 0 4.6768 55.7029 -85.85 + 27 114.906 923 3 1 4.68489 55.6971 -114.45 + 27 181.286 1178 3 0 4.68612 55.6978 -115.85 + 27 96.9701 923 2 1 4.7128 55.7127 -144.45 + 27 133.238 1178 2 0 4.71477 55.714 -145.85 + 27 116.501 923 1 1 4.75503 55.7381 -174.45 + 27 151.982 1178 1 0 4.75709 55.7397 -175.85 + 27 282.225 923 0 1 4.79913 55.77 -204.45 + 27 107.175 1178 0 0 4.80146 55.7713 -205.85 + 27 214.781 1179 6 0 4.69856 55.85 -26.1514 +Number of digits in this event = 15 +Using G4ParticleGun ... +1.14454 LIN +proton +Event: 28 +Number of tracker hits in this event = 20 + 28 151.844 1016 9 1 23.3772 119.102 65.55 + 28 117.52 1494 9 0 23.3791 119.106 64.15 + 28 143.03 1016 8 1 23.4265 119.185 35.55 + 28 125.43 1495 8 0 23.4281 119.19 34.15 + 28 146.542 1017 7 1 23.4547 119.278 5.55 + 28 137.892 1495 7 0 23.4527 119.281 4.15 + 28 146.211 1016 6 1 23.4042 119.359 -24.45 + 28 214.748 1496 6 0 23.3964 119.355 -25.85 + 28 124.345 1015 5 1 23.2453 119.253 -54.45 + 28 136.232 1495 5 0 23.2404 119.25 -55.85 + 28 123.12 1015 4 1 23.1532 119.19 -84.45 + 28 143.577 1495 4 0 23.1533 119.19 -85.85 + 28 183.496 1015 3 1 23.1422 119.198 -114.45 + 28 169.24 1495 3 0 23.1425 119.202 -115.85 + 28 130.421 1015 2 1 23.1405 119.279 -144.45 + 28 151.719 1495 2 0 23.1426 119.279 -145.85 + 28 131.205 1015 1 1 23.1786 119.287 -174.45 + 28 151.997 1495 1 0 23.18 119.286 -175.85 + 28 135.335 1015 0 1 23.2066 119.28 -204.45 + 28 157.949 1495 0 0 23.2076 119.279 -205.85 +Number of digits in this event = 20 +Using G4ParticleGun ... +6.06154 LIN +proton +Event: 29 +Number of tracker hits in this event = 44 + 29 112.059 1188 11 1 57.6785 30.8032 125.55 + 29 132.776 1053 11 0 57.6797 30.8027 124.15 + 29 117.604 1188 10 1 57.703 30.7889 95.55 + 29 156.18 1053 10 0 57.7053 30.7871 94.15 + 29 136.695 1188 9 1 57.7508 30.751 65.55 + 29 137.287 1053 9 0 57.7521 30.7484 64.15 + 29 115.094 1188 8 1 57.7753 30.6958 35.55 + 29 139.54 1053 8 0 57.7782 30.6921 34.15 + 29 94.0482 1188 7 1 57.8429 30.62 5.55 + 29 163.345 1052 7 0 57.8459 30.6153 4.15 + 29 233.963 1189 6 1 57.9013 30.5155 -24.45 + 29 106.798 1052 6 0 57.905 30.509 -25.85 + 29 127.635 1189 5 1 57.9838 30.377 -54.45 + 29 131.102 1051 5 0 57.9879 30.3718 -55.85 + 29 190.691 1190 4 1 58.0722 30.2674 -84.45 + 29 177.99 1051 4 0 58.0759 30.2634 -85.85 + 29 138.764 1190 3 1 58.1518 30.1821 -114.45 + 29 224.803 1050 3 0 58.1557 30.1786 -115.85 + 29 125.854 1190 2 1 58.2273 30.1095 -144.45 + 29 104.455 1050 2 0 58.2307 30.1065 -145.85 + 29 149.85 1191 1 1 58.2982 30.0476 -174.45 + 29 122.611 1049 1 0 58.3013 30.0455 -175.85 + 29 130.689 1191 0 1 58.3655 30.0036 -204.45 + 29 112.943 1049 0 0 58.3679 30.0018 -205.85 + 29 167.606 1051 3 0 58.1808 30.2501 -115.972 + 29 115.061 1053 6 0 57.8292 30.6788 -25.85 + 29 109.021 1176 5 1 55.403 33.1253 -54.45 + 29 101.607 1065 5 0 55.2603 33.0906 -55.8504 + 29 101.912 1155 4 1 51.1874 32.3041 -84.4502 + 29 153.033 1062 4 0 51.059 32.4801 -85.85 + 29 159.066 1144 3 1 48.9395 37.2764 -114.451 + 29 107.546 1086 3 0 48.795 37.3432 -115.85 + 29 42.9253 1127 2 1 45.4644 38.2568 -144.45 + 29 74.647 1126 2 1 45.45 38.2841 -144.603 + 29 139.351 1092 2 0 45.3106 38.5096 -145.85 + 29 332.486 1099 1 1 40.0408 43.5857 -174.45 + 29 43.4864 1106 1 0 39.6324 41.3587 -175.85 + 29 81.982 1105 1 0 39.6128 41.25 -175.913 + 29 57.9309 1104 1 0 39.5927 41.05 -176.025 + 29 47.7535 1103 1 0 39.5782 40.8497 -176.163 + 29 4.03857 1077 0 1 35.6452 9.10952 -204.45 + 29 185.967 1078 0 1 35.65 9.11799 -204.465 + 29 61.2454 949 0 0 36.2197 9.95113 -205.85 + 29 70.301 950 0 0 36.2711 10.05 -206.001 +Number of digits in this event = 24 +Using G4ParticleGun ... +9.49672 LIN +proton +Event: 30 +Number of tracker hits in this event = 18 + 30 102.063 1346 7 1 89.3268 -117.682 5.55 + 30 119.315 312 7 0 89.3277 -117.682 4.15 + 30 96.3377 1346 6 1 89.3475 -117.678 -24.45 + 30 186.837 312 6 0 89.3485 -117.676 -25.85 + 30 122.993 1346 5 1 89.3665 -117.639 -54.45 + 30 104.609 312 5 0 89.3672 -117.637 -55.85 + 30 127.534 1346 4 1 89.3829 -117.597 -84.45 + 30 97.4841 312 4 0 89.3831 -117.595 -85.85 + 30 196.532 1346 3 1 89.3873 -117.542 -114.45 + 30 268.96 313 3 0 89.3876 -117.54 -115.85 + 30 160.389 1346 2 1 89.3946 -117.483 -144.45 + 30 134.155 313 2 0 89.3947 -117.48 -145.85 + 30 120.852 1346 1 1 89.397 -117.413 -174.45 + 30 165.047 313 1 0 89.3977 -117.411 -175.85 + 30 101.427 1346 0 1 89.4124 -117.354 -204.45 + 30 100.02 313 0 0 89.4127 -117.351 -205.85 + 30 125.776 1347 2 1 89.45 -117.393 -144.808 + 30 32.288 312 3 0 89.3948 -117.55 -116.114 +Number of digits in this event = 11 +Using G4ParticleGun ... +9.88063 LIN +proton +Event: 31 +Number of tracker hits in this event = 25 + 31 112.719 853 11 1 -9.41236 -10.7597 125.55 + 31 130.438 846 11 0 -9.4126 -10.7595 124.15 + 31 116.681 853 10 1 -9.41781 -10.7548 95.55 + 31 108.426 846 10 0 -9.41902 -10.7549 94.15 + 31 145.373 853 9 1 -9.44356 -10.7556 65.55 + 31 187.705 846 9 0 -9.44421 -10.7566 64.15 + 31 127.475 852 8 1 -9.45689 -10.7813 35.55 + 31 84.6483 846 8 0 -9.45748 -10.7827 34.15 + 31 302.941 852 7 1 -9.47301 -10.8133 5.55 + 31 105.872 846 7 0 -9.47297 -10.8144 4.15 + 31 119.729 852 6 1 -9.46816 -10.8386 -24.45 + 31 120.836 846 6 0 -9.4675 -10.8405 -25.85 + 31 144.605 852 5 1 -9.45377 -10.8796 -54.45 + 31 123.362 845 5 0 -9.45286 -10.8816 -55.85 + 31 116.859 853 4 1 -9.43562 -10.9173 -84.45 + 31 124.731 845 4 0 -9.43434 -10.9189 -85.85 + 31 106.469 853 3 1 -9.40682 -10.9498 -114.45 + 31 102.266 845 3 0 -9.4051 -10.9514 -115.85 + 31 122.798 853 2 1 -9.37174 -10.9833 -144.45 + 31 100.384 845 2 0 -9.37085 -10.9854 -145.85 + 31 248.95 853 1 1 -9.35244 -11.028 -174.45 + 31 98.9654 845 1 0 -9.3525 -11.0302 -175.85 + 31 121.152 853 0 1 -9.35336 -11.0721 -204.45 + 31 276.713 844 0 0 -9.35393 -11.0743 -205.85 + 31 40.4372 845 0 0 -9.37412 -11.05 -205.966 +Number of digits in this event = 14 +Using G4ParticleGun ... +4.74753 LIN +proton +Event: 32 +Number of tracker hits in this event = 21 + 32 248.602 1398 9 0 91.2188 99.7942 64.15 + 32 89.5354 1355 8 1 91.2149 99.7969 35.55 + 32 97.3914 1398 8 0 91.2163 99.7975 34.15 + 32 118.938 1355 7 1 91.2443 99.8103 5.55 + 32 112.638 1398 7 0 91.2458 99.8107 4.15 + 32 108.212 1355 6 1 91.2819 99.8132 -24.45 + 32 118.549 1398 6 0 91.2835 99.8144 -25.85 + 32 138.724 1355 5 1 91.3212 99.8336 -54.45 + 32 104.023 1398 5 0 91.3232 99.8349 -55.85 + 32 93.5263 1356 4 1 91.3645 99.86 -84.45 + 32 108.474 1398 4 0 91.3675 99.8608 -85.85 + 32 99.0124 1356 3 1 91.4408 99.8789 -114.45 + 32 108.54 1398 3 0 91.443 99.877 -115.85 + 32 110.254 1356 2 1 91.4875 99.8383 -144.45 + 32 104.06 1398 2 0 91.4895 99.8372 -145.85 + 32 135.457 1356 1 1 91.522 99.8128 -174.45 + 32 103.686 1398 1 0 91.5218 99.8127 -175.85 + 32 123.376 1356 0 1 91.5144 99.8117 -204.45 + 32 113.333 1398 0 0 91.5143 99.8123 -205.85 + 32 88.5856 1354 7 1 91.15 99.8428 5.49493 + 32 453.696 1353 7 1 90.95 99.7977 5.49985 +Number of digits in this event = 7 +Using G4ParticleGun ... +6.48893 LIN +proton +Event: 33 +Number of tracker hits in this event = 100 + 33 113.295 274 9 1 -125.275 -38.8832 65.55 + 33 132.256 705 9 0 -125.275 -38.8834 64.15 + 33 158.843 274 8 1 -125.261 -38.886 35.55 + 33 122.054 705 8 0 -125.26 -38.8856 34.15 + 33 87.5795 274 7 1 -125.242 -38.8804 5.55 + 33 116.746 705 7 0 -125.241 -38.8812 4.15 + 33 92.8482 274 6 1 -125.22 -38.9013 -24.45 + 33 207.38 705 6 0 -125.219 -38.9031 -25.85 + 33 113.381 274 5 1 -125.206 -38.9398 -54.45 + 33 131.767 705 5 0 -125.205 -38.9414 -55.85 + 33 104.75 274 4 1 -125.188 -38.9719 -84.45 + 33 105.055 705 4 0 -125.187 -38.9738 -85.85 + 33 94.5834 274 3 1 -125.179 -39.0095 -114.45 + 33 120.135 705 3 0 -125.18 -39.0123 -115.85 + 33 125.633 274 2 1 -125.2 -39.0711 -144.45 + 33 128.794 704 2 0 -125.202 -39.074 -145.85 + 33 151.074 274 1 1 -125.241 -39.1336 -174.45 + 33 102.628 704 1 0 -125.243 -39.1378 -175.85 + 33 112.682 274 0 1 -125.288 -39.2226 -204.45 + 33 178.761 704 0 0 -125.289 -39.2284 -205.85 + 33 220.845 781 12 1 -23.85 -94.6947 155.173 + 33 361.884 234 11 1 -133.27 -39.5627 125.55 + 33 12.9839 233 11 1 -133.35 -39.5529 125.164 + 33 75.2903 708 11 0 -134.521 -38.3813 124.15 + 33 63.2508 709 11 0 -134.583 -38.25 124.12 + 33 3.05122 422 2 0 -150.582 -95.7473 -146.25 + 33 106.046 421 2 0 -150.582 -95.75 -146.242 + 33 122.31 147 2 1 -150.675 -96.2173 -144.85 + 33 118.938 391 3 0 -151.756 -101.832 -116.25 + 33 125.29 140 3 1 -152.049 -101.955 -114.85 + 33 94.2193 440 2 0 -152.409 -92.1376 -146.25 + 33 219.178 439 2 0 -152.414 -92.15 -146.193 + 33 102.336 138 2 1 -152.413 -92.3623 -144.85 + 33 130.169 422 3 0 -139.129 -95.6403 -116.25 + 33 167.254 206 3 1 -138.824 -95.7182 -114.85 + 33 17.5675 207 3 1 -138.75 -95.7415 -114.53 + 33 559.264 479 4 0 -89.956 -84.065 -86.25 + 33 193.772 480 4 0 -89.8776 -84.05 -86.2114 + 33 152.284 481 4 0 -88.0209 -83.85 -86.0653 + 33 181.982 482 4 0 -87.704 -83.65 -85.9642 + 33 15.7193 470 4 1 -85.9003 -82.4778 -84.8497 + 33 75.7844 471 4 1 -85.8499 -82.4479 -84.8158 + 33 182.655 472 4 1 -85.65 -82.3294 -84.6914 + 33 172.006 473 4 1 -85.4497 -82.2054 -84.6249 + 33 23.3268 474 4 1 -85.2499 -82.0034 -84.4675 + 33 147.758 499 4 0 -88.4178 -80.0921 -85.85 + 33 16.408 500 4 0 -88.5491 -80.05 -85.9086 + 33 43.0773 498 4 0 -88.7918 -80.25 -86.1396 + 33 13.5009 470 4 0 -80.0159 -85.873 -86.25 + 33 408.516 471 4 0 -80.001 -85.85 -86.2198 + 33 131.289 502 0 0 -131.68 -79.45 -206.249 + 33 102.435 246 0 1 -130.904 -79.6008 -204.85 + 33 34.1282 247 0 1 -130.75 -79.6257 -204.573 + 33 139.944 609 8 0 49.7868 -58.1679 33.7503 + 33 65.7031 1154 8 1 50.9093 -57.636 35.15 + 33 127.081 1155 8 1 51.0501 -57.5617 35.3288 + 33 19.9235 774 9 0 72.1971 -25.0897 63.7505 + 33 100.666 775 9 0 72.2243 -25.05 63.7855 + 33 52.969 776 9 0 72.3807 -24.85 64.0058 + 33 3.69505 1264 9 1 73.0424 -24.027 65.15 + 33 144.689 1265 9 1 73.0502 -24.0174 65.1637 + 33 11.6733 1266 9 1 73.25 -23.8018 65.5176 + 33 155.909 918 10 0 87.8968 3.69529 93.75 + 33 104.689 919 10 0 87.9773 3.85 93.915 + 33 158.289 1342 10 1 88.5089 4.74917 95.1502 + 33 18.3169 1343 10 1 88.65 4.98395 95.5022 + 33 135.814 926 11 0 176.221 5.2853 123.75 + 33 400.483 927 11 0 177.408 5.45 124.067 + 33 23.9918 616 9 0 85.6666 -56.6516 63.75 + 33 146.402 617 9 0 85.7255 -56.65 63.7998 + 33 9.92032 1333 9 1 86.8347 -56.0691 65.1501 + 33 70.8614 1334 9 1 86.8501 -56.0612 65.1694 + 33 72.2761 1335 9 1 87.05 -55.9592 65.2263 + 33 118.298 1336 9 1 87.25 -55.821 65.2288 + 33 78.9596 1337 9 1 87.4501 -55.4976 65.4567 + 33 166.314 1338 9 1 87.65 -55.2554 65.4967 + 33 237.507 1339 9 1 87.85 -54.7102 65.3531 + 33 0.585467 1340 9 1 88.05 -54.4954 65.1518 + 33 113.283 632 9 0 88.41 -53.649 64.1498 + 33 12.2759 633 9 0 88.4059 -53.45 63.7902 + 33 59.483 1161 10 1 52.3219 -90.1976 95.15 + 33 136.846 552 8 0 44.8407 -69.5257 33.75 + 33 198.151 1128 8 1 45.6659 -68.9337 35.1508 + 33 57.486 1129 8 1 45.8501 -68.7963 35.3922 + 33 103.93 1130 8 1 46.1975 -68.6939 35.5484 + 33 102.853 555 8 0 46.0888 -68.9291 34.15 + 33 139.165 1115 7 1 43.0619 -74.9494 5.55 + 33 89.9239 528 7 0 43.7264 -74.4284 4.15 + 33 28.682 529 7 0 43.862 -74.25 3.85042 + 33 138.38 1127 8 1 45.6499 -68.8937 35.363 + 33 154.463 684 13 0 166.99 -43.2219 183.75 + 33 243.715 685 13 0 166.926 -43.05 183.984 + 33 126.286 521 0 0 -149.833 -75.7547 -206.25 + 33 74.7287 148 0 1 -150.46 -75.9513 -204.85 + 33 54.0564 147 0 1 -150.55 -75.9738 -204.635 + 33 180.309 536 0 0 -152.426 -72.7111 -206.25 + 33 84.0981 134 0 1 -153.212 -72.6711 -204.85 + 33 49.1044 133 0 1 -153.35 -72.6556 -204.595 + 33 17.1347 529 0 0 -150.773 -74.2398 -206.25 + 33 98.9168 274 13 0 -137.877 -125.212 184.11 +Number of digits in this event = 48 +Using G4ParticleGun ... +1.8769 LIN +proton +Event: 34 +Number of tracker hits in this event = 28 + 34 160.231 1156 11 1 51.4121 -37.4769 125.55 + 34 236.998 712 11 0 51.4069 -37.4785 124.15 + 34 141.135 1156 10 1 51.2869 -37.523 95.55 + 34 121.933 712 10 0 51.2794 -37.5282 94.15 + 34 109.613 1155 9 1 51.1387 -37.6408 65.55 + 34 108.575 712 9 0 51.1286 -37.6481 64.15 + 34 5.00205 711 9 0 51.1258 -37.65 63.7682 + 34 107.028 1154 8 1 50.9259 -37.7993 35.55 + 34 123.106 711 8 0 50.9123 -37.8064 34.15 + 34 159.259 1152 7 1 50.5828 -38.0942 5.55 + 34 110.052 709 7 0 50.5692 -38.1055 4.15 + 34 117.775 1151 6 1 50.2878 -38.342 -24.45 + 34 134.964 708 6 0 50.2741 -38.3516 -25.85 + 34 140.485 1149 5 1 49.9807 -38.5071 -54.45 + 34 106.509 707 5 0 49.9584 -38.4837 -55.85 + 34 123.958 1147 4 1 49.5273 -37.9811 -84.45 + 34 103.749 710 4 0 49.5048 -37.957 -85.85 + 34 111.584 1144 3 1 49.0408 -37.4595 -114.45 + 34 91.0935 713 3 0 49.0184 -37.4302 -115.85 + 34 146.223 1142 2 1 48.5606 -36.8303 -144.45 + 34 133.355 716 2 0 48.5389 -36.8003 -145.85 + 34 123.313 1140 1 1 48.0924 -36.1834 -174.45 + 34 134.976 719 1 0 48.0723 -36.1533 -175.85 + 34 102.873 1138 0 1 47.6671 -35.5476 -204.45 + 34 90.0962 722 0 0 47.6459 -35.5147 -205.85 + 34 11.6059 735 11 0 52.5719 -32.9883 124.15 + 34 251.312 1154 11 1 51.0066 -30.9777 125.15 + 34 51.2391 1155 11 1 51.05 -30.9383 125.4 +Number of digits in this event = 15 +Using G4ParticleGun ... +5.51828 LIN +proton +Event: 35 +Number of tracker hits in this event = 23 + 35 92.8376 897 10 1 -0.638639 102.309 95.55 + 35 170.037 1410 10 0 -0.639326 102.308 94.15 + 35 105.227 896 9 1 -0.658384 102.29 65.55 + 35 146.139 1410 9 0 -0.659192 102.29 64.15 + 35 127.858 896 8 1 -0.669484 102.288 35.55 + 35 103.722 1410 8 0 -0.668726 102.289 34.15 + 35 110.874 896 7 1 -0.652439 102.302 5.55 + 35 127.049 1410 7 0 -0.652535 102.302 4.15 + 35 109.748 896 6 1 -0.65195 102.3 -24.45 + 35 166.624 1410 6 0 -0.652092 102.298 -25.85 + 35 155.96 896 5 1 -0.661441 102.264 -54.45 + 35 107.291 1410 5 0 -0.663059 102.262 -55.85 + 35 163.98 896 4 1 -0.689658 102.227 -84.45 + 35 118.283 1410 4 0 -0.690649 102.226 -85.85 + 35 104.626 896 3 1 -0.713194 102.198 -114.45 + 35 122.991 1410 3 0 -0.714216 102.196 -115.85 + 35 105.321 896 2 1 -0.738318 102.147 -144.45 + 35 107.097 1409 2 0 -0.739375 102.145 -145.85 + 35 85.6907 896 1 1 -0.760107 102.094 -174.45 + 35 266.741 1409 1 0 -0.760909 102.092 -175.85 + 35 164.018 896 0 1 -0.765002 102.072 -204.45 + 35 163.053 1409 0 0 -0.765831 102.072 -205.85 + 35 149.828 1411 9 0 -0.72766 102.35 63.7949 +Number of digits in this event = 13 +Using G4ParticleGun ... +1.97669 LIN +proton +Event: 36 +Number of tracker hits in this event = 24 + 36 128.013 1120 11 1 44.2273 23.4211 125.55 + 36 86.625 1016 11 0 44.2292 23.4212 124.15 + 36 129.583 1121 10 1 44.2835 23.4287 95.55 + 36 125.505 1016 10 0 44.2855 23.4306 94.15 + 36 133.128 1121 9 1 44.3235 23.4569 65.55 + 36 92.282 1017 9 0 44.3237 23.4594 64.15 + 36 92.6777 1121 8 1 44.3189 23.5066 35.55 + 36 115.532 1017 8 0 44.3161 23.5083 34.15 + 36 178.792 1121 7 1 44.2714 23.5391 5.55 + 36 144.12 1017 7 0 44.2674 23.5405 4.15 + 36 161.603 1120 6 1 44.169 23.5651 -24.45 + 36 99.6163 1017 6 0 44.1674 23.5619 -25.85 + 36 99.2169 1120 5 1 44.1499 23.4935 -54.45 + 36 226.011 1017 5 0 44.1579 23.4923 -55.85 + 36 170.42 1121 4 1 44.3167 23.4743 -84.45 + 36 120.346 1017 4 0 44.3235 23.4718 -85.85 + 36 160.463 1122 3 1 44.475 23.4313 -114.45 + 36 189.191 1016 3 0 44.4825 23.4304 -115.85 + 36 144.635 1122 2 1 44.6349 23.4111 -144.45 + 36 127.772 1016 2 0 44.6445 23.4095 -145.85 + 36 107.098 1123 1 1 44.8416 23.3391 -174.45 + 36 225.661 1016 1 0 44.8503 23.3332 -175.85 + 36 102.578 1124 0 1 45.0268 23.2143 -204.45 + 36 159.336 1015 0 0 45.0393 23.2103 -205.85 +Number of digits in this event = 20 +Using G4ParticleGun ... +1.12227 LIN +proton +Event: 37 +Number of tracker hits in this event = 18 + 37 123.497 600 8 1 -60.0493 125.38 35.55 + 37 156.673 1526 8 0 -60.049 125.384 34.15 + 37 134.032 600 7 1 -60.0209 125.451 5.55 + 37 213.937 1526 7 0 -60.0214 125.454 4.15 + 37 114.259 600 6 1 -60.044 125.483 -24.45 + 37 132.066 1526 6 0 -60.0473 125.483 -25.85 + 37 173.415 599 5 1 -60.1157 125.472 -54.45 + 37 119.004 1526 5 0 -60.1182 125.473 -55.85 + 37 124.842 599 4 1 -60.1589 125.52 -84.45 + 37 117.575 1526 4 0 -60.1611 125.522 -85.85 + 37 167.231 599 3 1 -60.1931 125.554 -114.45 + 37 144.128 1527 3 0 -60.1926 125.555 -115.85 + 37 154.145 599 2 1 -60.1848 125.583 -144.45 + 37 118.686 1527 2 0 -60.1809 125.585 -145.85 + 37 131.56 599 1 1 -60.0866 125.615 -174.45 + 37 139.172 1527 1 0 -60.0772 125.616 -175.85 + 37 150.535 600 0 1 -59.8837 125.63 -204.45 + 37 143.59 1527 0 0 -59.8696 125.629 -205.85 +Number of digits in this event = 15 +Using G4ParticleGun ... +3.78756 LIN +proton +Event: 38 +Number of tracker hits in this event = 23 + 38 115.77 793 9 1 -21.2691 120.062 65.55 + 38 132.49 1499 9 0 -21.2681 120.061 64.15 + 38 139.172 793 8 1 -21.2502 120.035 35.55 + 38 105.595 1499 8 0 -21.2495 120.033 34.15 + 38 116.538 794 7 1 -21.2251 119.987 5.55 + 38 140.679 1499 7 0 -21.2256 119.983 4.15 + 38 126.656 794 6 1 -21.2362 119.903 -24.45 + 38 102.624 1498 6 0 -21.2372 119.899 -25.85 + 38 167.183 793 5 1 -21.2734 119.812 -54.45 + 38 211.317 1498 5 0 -21.2741 119.807 -55.85 + 38 141.735 793 4 1 -21.2926 119.702 -84.45 + 38 98.3074 1497 4 0 -21.2936 119.696 -85.85 + 38 121.839 793 3 1 -21.3163 119.574 -114.45 + 38 222.115 1497 3 0 -21.3171 119.568 -115.85 + 38 144.008 793 2 1 -21.3311 119.458 -144.45 + 38 140.88 1496 2 0 -21.3306 119.453 -145.85 + 38 101.449 793 1 1 -21.3224 119.371 -174.45 + 38 104.825 1496 1 0 -21.3223 119.367 -175.85 + 38 118.442 793 0 1 -21.3178 119.277 -204.45 + 38 101.198 1495 0 0 -21.3178 119.273 -205.85 + 38 101.119 793 6 1 -21.25 119.924 -24.6104 + 38 389.912 1509 6 0 -20.8548 121.964 -25.85 + 38 8.02625 1510 6 0 -20.4447 122.15 -26.1439 +Number of digits in this event = 13 +Using G4ParticleGun ... +4.33735 LIN +proton +Event: 39 +Number of tracker hits in this event = 30 + 39 121.064 455 8 1 -88.8856 103 35.55 + 39 124.985 1414 8 0 -88.886 103 34.15 + 39 125.437 455 7 1 -88.8982 102.993 5.55 + 39 126.189 1414 7 0 -88.8985 102.99 4.15 + 39 119.593 455 6 1 -88.9025 102.941 -24.45 + 39 101.647 1413 6 0 -88.902 102.939 -25.85 + 39 119.49 455 5 1 -88.9112 102.913 -54.45 + 39 130.474 1413 5 0 -88.9127 102.911 -55.85 + 39 108.726 455 4 1 -88.9445 102.868 -84.45 + 39 113.539 1413 4 0 -88.9448 102.866 -85.85 + 39 115.272 455 3 1 -88.9486 102.836 -114.45 + 39 171.715 1413 3 0 -88.9483 102.835 -115.85 + 39 130.378 455 2 1 -88.9438 102.826 -144.45 + 39 128.593 1413 2 0 -88.9423 102.825 -145.85 + 39 115.161 455 1 1 -88.9127 102.804 -174.45 + 39 126.403 1413 1 0 -88.9094 102.803 -175.85 + 39 113.282 456 0 1 -88.837 102.787 -204.45 + 39 126.113 1413 0 0 -88.8346 102.785 -205.85 + 39 67.2973 34 5 1 -173.32 48.2733 -54.54 + 39 202.787 455 0 1 -88.85 102.751 -204.628 + 39 88.4849 1402 0 0 -89.3185 100.75 -205.85 + 39 74.0728 1401 0 0 -89.4005 100.55 -205.98 + 39 16.728 1400 0 0 -89.407 100.35 -205.912 + 39 140.278 453 0 1 -89.3354 99.8961 -204.85 + 39 26.2547 454 0 1 -89.25 99.9341 -204.52 + 39 85.3379 1487 4 0 -98.3106 117.58 -86.2488 + 39 126.44 1488 4 0 -98.4 117.75 -86.0152 + 39 17.5347 402 4 1 -99.7058 118.944 -84.85 + 39 153.978 401 4 1 -99.75 118.985 -84.8086 + 39 57.2314 400 4 1 -100.002 119.247 -84.45 +Number of digits in this event = 18 +Using G4ParticleGun ... +9.1317 LIN +proton +Event: 40 +Number of tracker hits in this event = 27 + 40 154.449 481 10 1 -83.7281 -47.6554 95.55 + 40 96.0507 661 10 0 -83.7293 -47.657 94.15 + 40 133.794 481 9 1 -83.7535 -47.6867 65.55 + 40 196.962 661 9 0 -83.7548 -47.6868 64.15 + 40 99.8905 481 8 1 -83.7831 -47.6878 35.55 + 40 142.622 661 8 0 -83.7849 -47.6875 34.15 + 40 106.295 481 7 1 -83.8241 -47.6808 5.55 + 40 129.655 661 7 0 -83.8255 -47.6799 4.15 + 40 100.804 480 6 1 -83.852 -47.6625 -24.45 + 40 117.898 661 6 0 -83.8538 -47.6616 -25.85 + 40 114.437 480 5 1 -83.8942 -47.6454 -54.45 + 40 203.901 662 5 0 -83.8955 -47.6447 -55.85 + 40 118.906 480 4 1 -83.924 -47.6323 -84.45 + 40 95.5297 662 4 0 -83.9256 -47.6312 -85.85 + 40 113.502 480 3 1 -83.9479 -47.6013 -114.45 + 40 129.206 662 3 0 -83.9493 -47.5994 -115.85 + 40 108.399 480 2 1 -83.9763 -47.5603 -144.45 + 40 123.331 662 2 0 -83.9765 -47.5588 -145.85 + 40 107.674 480 1 1 -83.981 -47.5273 -174.45 + 40 139.149 662 1 0 -83.9803 -47.526 -175.85 + 40 106.411 480 0 1 -83.9687 -47.4971 -204.45 + 40 93.8971 662 0 0 -83.9683 -47.4951 -205.85 + 40 98.2327 663 5 0 -83.7504 -47.45 -56.1105 + 40 63.755 607 5 0 -77.3699 -58.5364 -56.2498 + 40 129.292 606 5 0 -77.3914 -58.65 -56.1801 + 40 189.988 605 5 0 -77.5249 -58.85 -56.1101 + 40 161.594 604 5 0 -77.5011 -59.05 -56.1121 +Number of digits in this event = 13 +Using G4ParticleGun ... +3.71169 LIN +proton +Event: 41 +Number of tracker hits in this event = 24 + 41 166.839 1209 10 1 61.9886 -89.7982 95.55 + 41 100.501 451 10 0 61.987 -89.7986 94.15 + 41 128.735 1209 9 1 61.955 -89.8077 65.55 + 41 143.013 451 9 0 61.9548 -89.8074 64.15 + 41 113.574 1209 8 1 61.9551 -89.7938 35.55 + 41 101.552 451 8 0 61.9541 -89.7936 34.15 + 41 125.77 1209 7 1 61.9346 -89.7946 5.55 + 41 170.717 451 7 0 61.9319 -89.7931 4.15 + 41 99.3825 1209 6 1 61.8817 -89.76 -24.45 + 41 105.902 451 6 0 61.878 -89.7577 -25.85 + 41 105.302 1208 5 1 61.7995 -89.7116 -54.45 + 41 118.176 451 5 0 61.7973 -89.7114 -55.85 + 41 82.1804 1208 4 1 61.7583 -89.7042 -84.45 + 41 158.754 451 4 0 61.7565 -89.7042 -85.85 + 41 108.082 1208 3 1 61.725 -89.7052 -114.45 + 41 114.874 451 3 0 61.7233 -89.7049 -115.85 + 41 102.026 1208 2 1 61.6886 -89.6967 -144.45 + 41 125.338 451 2 0 61.6877 -89.6951 -145.85 + 41 100.887 1208 1 1 61.6746 -89.6592 -174.45 + 41 168.81 451 1 0 61.6744 -89.6583 -175.85 + 41 120.052 1208 0 1 61.672 -89.632 -204.45 + 41 97.4221 452 0 0 61.6729 -89.6307 -205.85 + 41 26.298 610 3 1 -57.9764 -110.29 -114.839 + 41 24.03 548 4 0 168.47 -70.3055 -86.2251 +Number of digits in this event = 13 +Using G4ParticleGun ... +7.64618 LIN +proton +Event: 42 +Number of tracker hits in this event = 31 + 42 125.286 457 10 1 -88.5127 22.9394 95.55 + 42 96.7406 1014 10 0 -88.5132 22.9392 94.15 + 42 97.0858 457 9 1 -88.5244 22.9346 65.55 + 42 206.729 1014 9 0 -88.525 22.9358 64.15 + 42 126.633 457 8 1 -88.5385 22.9608 35.55 + 42 214.501 1014 8 0 -88.5395 22.9615 34.15 + 42 115.528 457 7 1 -88.5612 22.9751 5.55 + 42 114.719 1014 7 0 -88.562 22.9754 4.15 + 42 85.2508 457 6 1 -88.5813 22.9841 -24.45 + 42 119.852 1014 6 0 -88.5806 22.9841 -25.85 + 42 168.605 457 5 1 -88.5643 22.9849 -54.45 + 42 114.113 1014 5 0 -88.5639 22.9857 -55.85 + 42 99.1728 457 4 1 -88.5553 23.0025 -84.45 + 42 110.127 1014 4 0 -88.5544 23.0038 -85.85 + 42 97.1976 457 3 1 -88.5343 23.0324 -114.45 + 42 104.062 1014 3 0 -88.5325 23.034 -115.85 + 42 278.093 457 2 1 -88.4962 23.0685 -144.45 + 42 124.739 1015 2 0 -88.4945 23.0707 -145.85 + 42 161.866 457 1 1 -88.4627 23.113 -174.45 + 42 159.649 1015 1 0 -88.4619 23.115 -175.85 + 42 107.362 458 0 1 -88.4453 23.1535 -204.45 + 42 104.288 1015 0 0 -88.4438 23.1548 -205.85 + 42 324.403 991 0 0 -121.785 18.2797 -206.25 + 42 137.606 990 0 0 -122.292 18.25 -206.098 + 42 100.868 989 0 0 -122.675 18.05 -206.154 + 42 161.306 1094 0 0 -82.1203 38.8544 -206.25 + 42 86.3958 1095 0 0 -82.0047 39.0505 -206.035 + 42 158.109 486 0 1 -82.7645 39.2336 -204.85 + 42 5.00228 1011 2 0 -88.1067 22.2661 -145.85 + 42 114.974 1010 2 0 -88.1013 22.25 -145.877 + 42 179.752 458 5 1 -88.4499 23.0022 -54.805 +Number of digits in this event = 15 +Using G4ParticleGun ... +1.85468 LIN +proton +Event: 43 +Number of tracker hits in this event = 127 + 43 116.657 1034 11 1 26.9206 -74.2107 125.55 + 43 131.807 529 11 0 26.9201 -74.2097 124.15 + 43 114.013 1034 10 1 26.9211 -74.1893 95.55 + 43 103.493 529 10 0 26.9197 -74.1904 94.15 + 43 155.419 1034 9 1 26.8902 -74.2113 65.55 + 43 116.295 529 9 0 26.8884 -74.2127 64.15 + 43 140.901 1033 8 1 26.8476 -74.2374 35.55 + 43 107.829 529 8 0 26.8456 -74.2372 34.15 + 43 17197.9 1033 7 1 26.7701 -74.2401 5.55 + 43 660.84 526 7 0 27.3097 -74.8219 4.15 + 43 6559.83 525 7 0 27.3358 -74.85 4.09906 + 43 849.824 1032 7 1 26.65 -74.2156 5.29696 + 43 456.255 1031 7 1 26.45 -74.172 5.45434 + 43 2790.77 584 8 0 -16.3528 -63.1869 33.75 + 43 101.694 585 8 0 -16.9213 -63.05 34.134 + 43 527.173 807 8 1 -18.5295 -62.6783 35.15 + 43 1070.73 806 8 1 -18.65 -62.6504 35.2261 + 43 1133.83 805 8 1 -18.85 -62.6074 35.3519 + 43 653.426 804 8 1 -19.05 -62.5614 35.4785 + 43 60.0591 534 7 0 26.9338 -73.1258 4.15 + 43 109.319 535 7 0 26.945 -73.05 4.07839 + 43 116.002 536 7 0 26.9747 -72.85 3.8898 + 43 284.022 1055 6 1 31.2167 -43.1375 -24.45 + 43 43.6213 691 6 0 31.3227 -41.7292 -25.85 + 43 164.641 692 6 0 31.3286 -41.65 -25.9289 + 43 211.403 693 6 0 31.344 -41.45 -26.1302 + 43 288.267 1066 5 1 33.2752 -13.3822 -54.45 + 43 3.90541 838 5 0 33.2179 -12.2629 -55.85 + 43 261.735 839 5 0 33.2172 -12.25 -55.8662 + 43 139.559 840 5 0 33.2055 -12.05 -56.116 + 43 271.518 1059 4 1 31.9041 10.8867 -84.45 + 43 199.452 960 4 0 31.9024 12.0938 -85.85 + 43 487.908 961 4 0 31.9017 12.25 -86.0322 + 43 280.216 1059 3 1 32.0112 35.9634 -114.45 + 43 122.871 1085 3 0 32.0011 37.1498 -115.85 + 43 147.964 1086 3 0 32.0002 37.25 -115.969 + 43 24.8277 1087 3 0 31.9979 37.45 -116.206 + 43 365.097 1059 2 1 31.889 61.3503 -144.45 + 43 16.4223 1211 2 0 31.8394 62.4377 -145.85 + 43 146.82 1212 2 0 31.8389 62.45 -145.866 + 43 87.6485 1213 2 0 31.8305 62.65 -146.124 + 43 245.085 1055 1 1 31.1085 84.1787 -174.45 + 43 13.8824 1325 1 0 30.9223 85.2287 -175.85 + 43 178.149 1326 1 0 30.9185 85.25 -175.878 + 43 51.867 1327 1 0 30.8823 85.45 -176.146 + 43 223.102 1039 0 1 27.9546 106.706 -204.45 + 43 110.142 1437 0 0 27.7947 107.668 -205.85 + 43 186.41 1438 0 0 27.781 107.75 -205.97 + 43 196.9 962 4 0 31.895 12.45 -86.1852 + 43 62.0043 694 6 0 31.3405 -41.2499 -26.235 + 43 147.809 1034 7 1 26.85 -74.3275 5.31138 + 43 57.2324 404 8 0 50.8941 -99.3084 33.75 + 43 128.356 403 8 0 50.9342 -99.35 33.7973 + 43 71.7059 402 8 0 51.1277 -99.55 34.0248 + 43 270.801 1160 8 1 52.0866 -100.536 35.15 + 43 203.77 1161 8 1 52.25 -100.703 35.3417 + 43 74.3638 269 9 0 74.7537 -126.217 63.75 + 43 108.267 268 9 0 74.8706 -126.35 63.8977 + 43 10.5593 267 9 0 75.0468 -126.55 64.1188 + 43 180.323 1279 9 1 75.881 -127.48 65.15 + 43 162.499 1280 9 1 76.05 -127.669 65.3589 + 43 26.7531 939 13 1 7.92659 -119.865 185.204 + 43 285.28 1281 9 1 76.3384 -127.986 65.55 + 43 247.186 260 9 0 76.4684 -128.099 64.15 + 43 165.842 1295 8 1 79.2179 -130.569 35.55 + 43 194.716 247 8 0 79.295 -130.626 34.15 + 43 228.942 1303 7 1 80.77 -131.557 5.55 + 43 308.63 243 7 0 80.8365 -131.547 4.15 + 43 155.703 1313 6 1 82.7064 -131.308 -24.45 + 43 211.122 244 6 0 82.7365 -131.317 -25.85 + 43 189.711 1317 5 1 83.4521 -131.693 -54.45 + 43 319.792 242 5 0 83.534 -131.641 -55.85 + 43 247.67 1326 4 1 85.4087 -129.896 -84.45 + 43 167.821 252 4 0 85.5193 -129.647 -85.85 + 43 195.722 1336 3 1 87.3599 -124.833 -114.45 + 43 18.264 277 3 0 87.4221 -124.56 -115.85 + 43 201.492 278 3 0 87.4243 -124.55 -115.899 + 43 199.242 1342 2 1 88.6202 -118.942 -144.45 + 43 195.814 307 2 0 88.7043 -118.697 -145.85 + 43 185.81 1351 1 1 90.4276 -113.976 -174.45 + 43 209.854 331 1 0 90.4919 -113.814 -175.85 + 43 185.703 1357 0 1 91.6629 -110.537 -204.45 + 43 210.328 348 0 0 91.761 -110.405 -205.85 + 43 108.867 1327 4 1 85.45 -129.961 -84.4948 + 43 161.881 1328 4 1 85.6502 -129.977 -84.538 + 43 53.8229 264 4 0 83.8028 -127.193 -86.2081 + 43 221.172 530 7 0 26.5655 -73.9526 4.15 + 43 12.5366 531 7 0 26.4932 -73.85 3.77464 + 43 51.2781 1005 6 1 21.0703 -66.2422 -24.45 + 43 167.69 1004 6 1 21.05 -66.2129 -24.5585 + 43 73.1367 570 6 0 20.807 -65.8631 -25.85 + 43 157.677 571 6 0 20.7979 -65.85 -25.8982 + 43 199.462 976 5 1 15.4215 -58.1214 -54.45 + 43 231.026 611 5 0 15.1701 -57.7528 -55.85 + 43 3.72426 612 5 0 15.1 -57.65 -56.2411 + 43 238.37 949 4 1 10.011 -50.2088 -84.45 + 43 236.346 651 4 0 9.75022 -49.8355 -85.85 + 43 31.9966 922 3 1 4.46161 -42.2223 -114.45 + 43 191.824 921 3 1 4.45 -42.206 -114.509 + 43 190.581 691 3 0 4.1831 -41.8361 -115.85 + 43 307.053 892 2 1 -1.51663 -33.9403 -144.45 + 43 199.129 732 2 0 -1.78126 -33.5449 -145.85 + 43 29.1845 733 2 0 -1.84454 -33.45 -146.186 + 43 197.547 864 1 1 -7.16058 -25.4558 -174.45 + 43 28.9041 774 1 0 -7.43124 -25.0623 -175.85 + 43 272.035 775 1 0 -7.43967 -25.05 -175.894 + 43 151.657 835 0 1 -13.0023 -17.0227 -204.45 + 43 94.2597 834 0 1 -13.05 -16.9556 -204.687 + 43 210.813 817 0 0 -13.2825 -16.6256 -205.85 + 43 114.405 829 4 0 -10.5489 -14.1744 -86.25 + 43 150.567 529 7 0 26.881 -74.2291 4.15 + 43 151.347 1049 6 1 29.8809 -73.9214 -24.45 + 43 158.609 530 6 0 30.0309 -73.9042 -25.85 + 43 116.779 1065 5 1 33.1012 -73.5763 -54.45 + 43 130.261 532 5 0 33.2533 -73.5558 -55.85 + 43 149.991 1081 4 1 36.3759 -73.1461 -84.45 + 43 161.739 534 4 0 36.531 -73.1252 -85.85 + 43 113.836 1098 3 1 39.7049 -72.7228 -114.45 + 43 145.759 536 3 0 39.8608 -72.706 -115.85 + 43 7.35354 1114 2 1 43.0463 -72.363 -144.45 + 43 121.409 1115 2 1 43.05 -72.3623 -144.483 + 43 313.788 538 2 0 43.2043 -72.3359 -145.85 + 43 100.083 1131 1 1 46.418 -71.771 -174.45 + 43 29.1052 1132 1 1 46.45 -71.766 -174.735 + 43 184.435 541 1 0 46.5751 -71.7455 -175.85 + 43 181.196 1148 0 1 49.7816 -71.2017 -204.45 + 43 140.899 544 0 0 49.9406 -71.1785 -205.85 +Number of digits in this event = 90 +Using G4ParticleGun ... +5.44912 LIN +proton +Event: 44 +Number of tracker hits in this event = 24 + 44 98.4869 753 11 1 -29.2762 -36.3222 125.55 + 44 108.447 718 11 0 -29.2761 -36.3234 124.15 + 44 246.386 753 10 1 -29.2733 -36.3534 95.55 + 44 166.377 718 10 0 -29.274 -36.3534 94.15 + 44 110.089 753 9 1 -29.2921 -36.3532 65.55 + 44 117.258 718 9 0 -29.2933 -36.3524 64.15 + 44 100.942 753 8 1 -29.3162 -36.3357 35.55 + 44 185.573 718 8 0 -29.3188 -36.3336 34.15 + 44 104.092 753 7 1 -29.367 -36.2848 5.55 + 44 91.5512 718 7 0 -29.3696 -36.2832 4.15 + 44 115.815 753 6 1 -29.4249 -36.2495 -24.45 + 44 120.256 719 6 0 -29.4265 -36.248 -25.85 + 44 102.165 752 5 1 -29.463 -36.2191 -54.45 + 44 107.256 719 5 0 -29.4655 -36.2167 -55.85 + 44 128.424 752 4 1 -29.5168 -36.1659 -84.45 + 44 102.022 719 4 0 -29.5199 -36.1641 -85.85 + 44 95.477 752 3 1 -29.5825 -36.1223 -114.45 + 44 111.218 719 3 0 -29.5852 -36.1205 -115.85 + 44 108.581 752 2 1 -29.6422 -36.082 -144.45 + 44 127.103 719 2 0 -29.6449 -36.079 -145.85 + 44 95.2088 751 1 1 -29.6965 -36.0189 -174.45 + 44 244.333 720 1 0 -29.6993 -36.0172 -175.85 + 44 115.287 751 0 1 -29.7599 -35.9856 -204.45 + 44 127.475 720 0 0 -29.7639 -35.9848 -205.85 +Number of digits in this event = 9 +Using G4ParticleGun ... +3.65994 LIN +proton +Event: 45 +Number of tracker hits in this event = 16 + 45 156.391 192 7 1 -141.62 -40.3912 5.55 + 45 91.6655 698 7 0 -141.621 -40.3914 4.15 + 45 341.148 192 6 1 -141.647 -40.3958 -24.45 + 45 113.724 698 6 0 -141.648 -40.3941 -25.85 + 45 114.187 192 5 1 -141.681 -40.3524 -54.45 + 45 141.188 698 5 0 -141.682 -40.3501 -55.85 + 45 99.3101 192 4 1 -141.701 -40.3011 -84.45 + 45 113.612 698 4 0 -141.701 -40.2982 -85.85 + 45 130.821 192 3 1 -141.695 -40.2387 -114.45 + 45 111.483 699 3 0 -141.695 -40.2347 -115.85 + 45 114.188 192 2 1 -141.688 -40.1529 -144.45 + 45 93.8534 699 2 0 -141.687 -40.149 -145.85 + 45 183.26 192 1 1 -141.66 -40.07 -174.45 + 45 101.283 699 1 0 -141.659 -40.0666 -175.85 + 45 116.529 192 0 1 -141.639 -40.0016 -204.45 + 45 129.609 700 0 0 -141.639 -39.9972 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +4.29044 LIN +proton +Event: 46 +Number of tracker hits in this event = 25 + 46 102.742 1067 11 1 33.5332 -27.3129 125.55 + 46 161.877 763 11 0 33.533 -27.3137 124.15 + 46 199.359 1067 10 1 33.523 -27.3397 95.55 + 46 122.578 763 10 0 33.5237 -27.3402 94.15 + 46 132.18 1067 9 1 33.5435 -27.343 65.55 + 46 116.822 763 9 0 33.5441 -27.3407 64.15 + 46 130.016 1067 8 1 33.5513 -27.2943 35.55 + 46 99.2085 763 8 0 33.5519 -27.291 34.15 + 46 121.825 1067 7 1 33.5699 -27.2252 5.55 + 46 98.8392 764 7 0 33.5711 -27.222 4.15 + 46 109.99 1067 6 1 33.5933 -27.167 -24.45 + 46 130.641 764 6 0 33.5956 -27.1651 -25.85 + 46 37.4918 1067 5 1 33.6497 -27.1269 -54.45 + 46 52.6992 1068 5 1 33.65 -27.1267 -54.6191 + 46 118.371 764 5 0 33.6523 -27.1251 -55.85 + 46 119.869 1068 4 1 33.7031 -27.0918 -84.45 + 46 111.344 764 4 0 33.7052 -27.0885 -85.85 + 46 136.995 1068 3 1 33.75 -27.0268 -114.45 + 46 100.667 765 3 0 33.7535 -27.0246 -115.85 + 46 123.779 1068 2 1 33.8235 -26.9788 -144.45 + 46 113.021 765 2 0 33.8257 -26.9774 -145.85 + 46 115.66 1069 1 1 33.8702 -26.9487 -174.45 + 46 137.184 765 1 0 33.8725 -26.9464 -175.85 + 46 106.433 1069 0 1 33.9339 -26.9094 -204.45 + 46 109.516 765 0 0 33.9354 -26.9056 -205.85 +Number of digits in this event = 11 +Using G4ParticleGun ... +5.00202 LIN +proton +Event: 47 +Number of tracker hits in this event = 24 + 47 88.4199 1496 9 1 119.415 12.5981 65.55 + 47 136.557 962 9 0 119.415 12.5977 64.15 + 47 123.335 1496 8 1 119.413 12.5927 35.55 + 47 135.29 962 8 0 119.414 12.5917 34.15 + 47 91.8514 1496 7 1 119.431 12.5747 5.55 + 47 108.913 962 7 0 119.432 12.5748 4.15 + 47 116.686 1496 6 1 119.453 12.5767 -24.45 + 47 115.794 962 6 0 119.454 12.5784 -25.85 + 47 108.397 1496 5 1 119.472 12.6163 -54.45 + 47 101.698 962 5 0 119.474 12.6171 -55.85 + 47 90.2674 1496 4 1 119.508 12.6298 -84.45 + 47 186.056 962 4 0 119.51 12.6302 -85.85 + 47 165.189 1497 3 1 119.551 12.6424 -114.45 + 47 109.916 962 3 0 119.554 12.6428 -115.85 + 47 133.177 1497 2 1 119.614 12.6483 -144.45 + 47 112.938 962 2 0 119.618 12.6469 -145.85 + 47 114.894 1497 1 1 119.698 12.6195 -174.45 + 47 108.018 962 1 0 119.701 12.619 -175.85 + 47 134.174 1498 0 1 119.773 12.6112 -204.45 + 47 139.774 962 0 0 119.777 12.6113 -205.85 + 47 91.59 1496 3 1 119.55 12.6426 -114.508 + 47 50.4183 1495 3 1 119.35 12.6798 -114.731 + 47 143.627 965 3 0 118.797 13.0633 -115.85 + 47 11.86 964 3 0 118.526 13.05 -116.224 +Number of digits in this event = 10 +Using G4ParticleGun ... +7.44684 LIN +proton +Event: 48 +Number of tracker hits in this event = 25 + 48 390.748 854 11 1 -9.06211 16.0253 125.55 + 48 119.994 979 11 0 -9.06223 16.0263 124.15 + 48 124.027 854 10 1 -9.06417 16.0474 95.55 + 48 135.211 979 10 0 -9.06312 16.0493 94.15 + 48 103.518 855 9 1 -9.04289 16.0901 65.55 + 48 151.773 980 9 0 -9.04088 16.0934 64.15 + 48 123.454 855 8 1 -9.0004 16.1601 35.55 + 48 153.39 980 8 0 -8.99843 16.1634 34.15 + 48 130.109 855 7 1 -8.95817 16.2253 5.55 + 48 108.999 980 7 0 -8.95667 16.2286 4.15 + 48 114.881 855 6 1 -8.9248 16.2975 -24.45 + 48 109.914 981 6 0 -8.92338 16.3 -25.85 + 48 160.256 855 5 1 -8.89377 16.3497 -54.45 + 48 228.598 981 5 0 -8.89085 16.352 -55.85 + 48 297.39 856 4 1 -8.83647 16.3973 -84.45 + 48 111.961 981 4 0 -8.83456 16.4 -85.85 + 48 157.728 856 3 1 -8.7885 16.4546 -114.45 + 48 106.537 982 3 0 -8.78625 16.4574 -115.85 + 48 122.899 856 2 1 -8.74092 16.5112 -144.45 + 48 228.148 982 2 0 -8.7383 16.5135 -145.85 + 48 90.5907 856 1 1 -8.68579 16.5612 -174.45 + 48 98.5394 982 1 0 -8.68295 16.5619 -175.85 + 48 122.186 857 0 1 -8.62459 16.5746 -204.45 + 48 144.366 982 0 0 -8.62301 16.5747 -205.85 + 48 42.3883 857 4 1 -8.65 16.4568 -84.6293 Number of digits in this event = 16 Using G4ParticleGun ... -3.16383 LIN +1.11233 LIN proton -Event: 55 -Number of tracker hits in this event = 149 - 55 149.829 861 11 1 -7.81386 -52.9997 125.55 - 55 157.991 635 11 0 -7.8122 -53.001 124.15 - 55 103.196 861 10 1 -7.78176 -53.0289 95.55 - 55 133.412 635 10 0 -7.78388 -53.0258 94.15 - 55 175.883 861 9 1 -7.81836 -52.966 65.55 - 55 153.976 635 9 0 -7.81896 -52.9621 64.15 - 55 109.138 861 8 1 -7.83923 -52.8652 35.55 - 55 118.253 635 8 0 -7.84207 -52.8631 34.15 - 55 94.8122 860 7 1 -7.89806 -52.8232 5.55 - 55 122.403 636 7 0 -7.89995 -52.8219 4.15 - 55 132.051 860 6 1 -7.92979 -52.788 -24.45 - 55 119.804 636 6 0 -7.92853 -52.7841 -25.85 - 55 109.612 860 5 1 -7.89465 -52.6957 -54.45 - 55 128.61 636 5 0 -7.89473 -52.6916 -55.85 - 55 104.426 860 4 1 -7.89085 -52.6167 -84.45 - 55 106.305 637 4 0 -7.8904 -52.6145 -85.85 - 55 123.565 860 3 1 -7.87335 -52.5702 -114.45 - 55 162.851 637 3 0 -7.87245 -52.5689 -115.85 - 55 118.821 860 2 1 -7.85093 -52.5434 -144.45 - 55 13.6877 861 2 1 -7.85 -52.5433 -144.809 - 55 185.943 637 2 0 -7.84786 -52.5431 -145.85 - 55 131.384 861 1 1 -7.79363 -52.5369 -174.45 - 55 101.938 637 1 0 -7.78885 -52.5386 -175.85 - 55 246.399 861 0 1 -7.69446 -52.5776 -204.45 - 55 127.415 637 0 0 -7.69059 -52.5828 -205.85 - 55 7.21471 575 3 0 -1.7207 -64.9652 -116.25 - 55 311.799 890 3 1 -2.01666 -65.0647 -114.85 - 55 142.279 889 3 1 -2.05002 -65.0871 -114.756 - 55 100.706 60 5 1 -167.962 160.935 -54.85 - 55 30.6218 1494 0 0 86.6792 119.15 -206.074 - 55 316.212 59 5 1 -168.15 161.283 -54.6242 - 55 114.822 931 0 0 -87.7962 6.29971 -206.25 - 55 60.8649 932 0 0 -88.0414 6.45 -205.977 - 55 64.7848 454 0 1 -89.1055 7.07746 -204.85 - 55 97.7258 453 0 1 -89.2505 7.1637 -204.699 - 55 54.8785 452 0 1 -89.45 7.27428 -204.496 - 55 40.3508 997 1 0 -112.945 19.6037 -176.25 - 55 184.539 998 1 0 -113.025 19.65 -176.152 - 55 15.3724 330 1 1 -114.116 20.3027 -174.85 - 55 91.7161 329 1 1 -114.15 20.323 -174.81 - 55 47.2162 328 1 1 -114.35 20.4651 -174.586 - 55 65.0051 1092 2 0 -157.295 38.603 -146.25 - 55 166.915 1093 2 0 -157.409 38.65 -146.176 - 55 59.607 1094 2 0 -157.793 38.85 -145.915 - 55 5.90804 104 2 1 -159.331 39.7203 -144.85 - 55 64.8202 103 2 1 -159.35 39.7312 -144.837 - 55 257.54 102 2 1 -159.55 39.8481 -144.7 - 55 68.1661 101 2 1 -159.751 39.9684 -144.564 - 55 50.8181 1001 4 0 -176.297 20.3921 -86.2497 - 55 68.6532 1000 4 0 -176.253 20.2499 -86.1105 - 55 47.4274 999 4 0 -176.215 20.05 -86.0186 - 55 52.6181 998 4 0 -176.156 19.8494 -85.9752 - 55 72.4377 997 4 0 -176.073 19.6493 -85.9399 - 55 82.0505 996 4 0 -176.033 19.4499 -85.9407 - 55 73.0587 995 4 0 -176.153 19.2497 -85.9205 - 55 89.0918 994 4 0 -176.178 19.05 -85.9368 - 55 49.8477 993 4 0 -176.177 18.85 -86.0137 - 55 102.512 992 4 0 -176.187 18.65 -86.0824 - 55 67.569 991 4 0 -176.135 18.45 -86.095 - 55 76.4884 990 4 0 -176.114 18.25 -85.974 - 55 165.298 23 4 1 -175.404 16.6578 -84.85 - 55 65.1009 24 4 1 -175.35 16.2609 -84.7317 - 55 311.506 981 4 0 -174.748 16.4242 -85.8502 - 55 3.65097 953 0 0 -84.9599 10.8428 -206.25 - 55 108.066 954 0 0 -84.9613 10.8501 -206.237 - 55 4.72278 955 0 0 -85 11.0502 -205.856 - 55 151.926 474 0 1 -85.1472 11.5706 -204.85 - 55 57.7566 1045 1 0 -59.114 29.1728 -176.25 - 55 119.622 1046 1 0 -59.0109 29.25 -176.115 - 55 59.5018 610 1 1 -57.9533 29.7571 -174.85 - 55 119.609 611 1 1 -57.85 29.8161 -174.706 - 55 7.60155 1509 4 1 121.95 161.79 -84.5547 - 55 166.466 949 0 0 -32.1647 9.95472 -206.25 - 55 108.381 950 0 0 -31.8091 10.05 -206.024 - 55 81.1167 750 0 1 -30.0309 10.473 -204.85 - 55 130.76 751 0 1 -29.85 10.5276 -204.733 - 55 61.3863 752 0 1 -29.6495 10.5959 -204.6 - 55 6.88518 753 0 1 -29.4495 10.692 -204.454 - 55 33.3114 1140 1 0 -2.79764 48.1507 -176.25 - 55 82.4519 1141 1 0 -2.71959 48.25 -176.174 - 55 203.777 1142 1 0 -2.54986 48.45 -176.034 - 55 38.2272 1143 1 0 -2.3589 48.6503 -175.903 - 55 75.09 896 1 1 -0.746428 50.187 -174.85 - 55 88.9852 897 1 1 -0.65 50.2814 -174.791 - 55 90.2793 898 1 1 -0.45 50.4356 -174.68 - 55 71.8075 899 1 1 -0.25 50.5724 -174.61 - 55 144.997 900 1 1 0.05 50.7366 -174.544 - 55 82.7246 901 1 1 0.25 50.8659 -174.461 - 55 44.2509 1160 1 0 -0.0502393 52.2286 -176.129 - 55 8.08947 1161 1 0 -0.0863902 52.25 -176.222 - 55 2.42187 856 0 1 -8.65435 58.9499 -204.45 - 55 151.893 857 0 1 -8.65 58.9594 -204.456 - 55 110.238 858 0 1 -8.45 59.3019 -204.64 - 55 98.4593 859 0 1 -8.25 59.6814 -204.713 - 55 356.531 860 0 1 -8.05 59.9697 -204.766 - 55 170.15 1209 0 0 -7.99104 61.868 -205.85 - 55 184.59 1068 0 0 -22.846 33.7176 -206.25 - 55 44.1062 1069 0 0 -22.9229 33.8501 -206.145 - 55 7.33177 463 0 0 -143.907 -87.4368 -206.25 - 55 70.6005 462 0 0 -143.918 -87.45 -206.248 - 55 107.866 461 0 0 -144.042 -87.65 -206.206 - 55 82.5708 460 0 0 -144.177 -87.85 -206.199 - 55 63.085 459 0 0 -144.332 -88.05 -206.174 - 55 53.1922 458 0 0 -144.508 -88.2501 -206.139 - 55 64.1707 457 0 0 -144.631 -88.45 -206.119 - 55 78.529 456 0 0 -144.763 -88.65 -206.123 - 55 64.948 455 0 0 -144.884 -88.8503 -206.153 - 55 65.3571 454 0 0 -144.989 -89.05 -206.184 - 55 55.1323 453 0 0 -145.066 -89.2501 -206.212 - 55 72.0167 452 0 0 -145.12 -89.45 -206.232 - 55 8.69859 451 0 0 -145.152 -89.6523 -206.246 - 55 3.95389 1108 0 0 -73.4646 41.8359 -206.25 - 55 50.0487 1109 0 0 -73.4619 41.8504 -206.244 - 55 54.5431 1110 0 0 -73.4235 42.05 -206.167 - 55 87.6123 1111 0 0 -73.3781 42.25 -206.082 - 55 62.4891 1112 0 0 -73.3298 42.4502 -205.997 - 55 46.3564 1113 0 0 -73.2901 42.65 -205.912 - 55 152.337 536 0 1 -72.7056 45.3549 -204.85 - 55 198.648 537 0 1 -72.65 45.524 -204.784 - 55 221.124 535 0 1 -72.85 46.4204 -204.47 - 55 208.033 534 0 1 -73.05 46.262 -204.691 - 55 10.9444 533 0 1 -73.25 46.1378 -204.823 - 55 36.8089 1128 0 0 -74.7484 45.672 -205.85 - 55 151.665 1127 0 0 -74.8112 45.65 -205.897 - 55 106.713 1118 0 0 -73.2512 43.7775 -205.85 - 55 100.937 1117 0 0 -73.4227 43.65 -206.076 - 55 290.857 1190 0 0 -66.9868 58.0834 -206.25 - 55 35.9143 851 0 0 -81.4398 -9.83912 -206.25 - 55 159.097 850 0 0 -81.5282 -9.85002 -206.146 - 55 29.8967 487 0 1 -82.6162 -10.1181 -204.85 - 55 80.0016 486 0 1 -82.65 -10.1269 -204.81 - 55 76.9163 485 0 1 -82.85 -10.1793 -204.573 - 55 175.065 843 1 0 -102.127 -11.4306 -176.25 - 55 155.952 384 1 1 -103.175 -11.4577 -174.85 - 55 54.651 383 1 1 -103.35 -11.464 -174.618 - 55 90.2206 763 2 0 -137.34 -27.3379 -146.25 - 55 113.509 762 2 0 -137.562 -27.45 -146.07 - 55 12.0831 205 2 1 -139.114 -28.1882 -144.85 - 55 82.3732 204 2 1 -139.151 -28.2065 -144.82 - 55 66.2648 203 2 1 -139.35 -28.3136 -144.648 - 55 117.993 202 2 1 -139.55 -28.4196 -144.495 - 55 151.606 725 3 0 -160.995 -34.9089 -116.25 - 55 60.4677 90 3 1 -162.104 -35.2782 -114.85 - 55 105.019 89 3 1 -162.15 -35.2931 -114.793 - 55 34.6724 88 3 1 -162.35 -35.3536 -114.543 - 55 119.918 403 1 1 -99.35 -58.9346 -174.521 - 55 0.187584 583 1 0 -92.01 -63.25 -176.01 - 55 219.75 402 1 1 -99.55 -59.0023 -174.506 - 55 109.337 1226 12 0 -6.13246 65.3539 154.124 +Event: 49 +Number of tracker hits in this event = 73 + 49 125.086 1144 11 1 48.9017 -14.1684 125.55 + 49 161.514 829 11 0 48.8996 -14.1714 124.15 + 49 309.619 1144 10 1 48.8735 -14.2409 95.55 + 49 123.816 829 10 0 48.8757 -14.2382 94.15 + 49 123.939 1144 9 1 48.9231 -14.1746 65.55 + 49 436.585 829 9 0 48.9224 -14.1694 64.15 + 49 244.224 1144 8 1 48.8997 -14.0557 35.55 + 49 112.381 830 8 0 48.902 -14.045 34.15 + 49 104.756 1144 7 1 48.9392 -13.8339 5.55 + 49 107.836 831 7 0 48.9364 -13.8235 4.15 + 49 120.8 1144 6 1 48.8667 -13.5892 -24.45 + 49 156.377 832 6 0 48.8645 -13.5782 -25.85 + 49 131.28 1143 5 1 48.8307 -13.3499 -54.45 + 49 108.819 833 5 0 48.8328 -13.3379 -55.85 + 49 125.26 1144 4 1 48.8713 -13.0928 -84.45 + 49 130.906 834 4 0 48.8752 -13.0828 -85.85 + 49 139.432 1144 3 1 48.9642 -12.8669 -114.45 + 49 101.909 835 3 0 48.9677 -12.8543 -115.85 + 49 205.9 1144 2 1 49.0271 -12.6236 -144.45 + 49 107.376 837 2 0 49.032 -12.6151 -145.85 + 49 171.983 1145 1 1 49.1587 -12.4529 -174.45 + 49 304.008 838 1 0 49.1655 -12.4466 -175.85 + 49 136.832 1146 0 1 49.3115 -12.3251 -204.45 + 49 127.743 838 0 0 49.321 -12.3211 -205.85 + 49 103.03 540 0 1 -71.955 108.154 -204.793 + 49 22.7277 782 1 0 47.528 -23.4841 -176.25 + 49 115.791 617 3 0 -120.838 -56.4794 -116.25 + 49 110.134 616 3 0 -121.012 -56.65 -115.941 + 49 36.2781 291 3 1 -121.905 -57.327 -114.85 + 49 377.216 290 3 1 -121.95 -57.3593 -114.794 + 49 89.1559 289 3 1 -122.15 -58.0474 -114.505 + 49 125.063 288 3 1 -122.35 -58.1068 -114.557 + 49 10.3868 287 3 1 -122.55 -58.0244 -114.839 + 49 164.702 615 3 0 -123.694 -56.9794 -115.85 + 49 79.0145 614 3 0 -123.924 -57.05 -116.178 + 49 74.4075 330 3 0 -122.647 -113.999 -116.25 + 49 39.8777 129 0 1 -154.15 -77.1712 -204.719 + 49 108 128 0 1 -154.35 -76.8046 -204.643 + 49 470.257 127 0 1 -154.55 -76.5117 -204.698 + 49 201.098 126 0 1 -154.75 -75.1236 -204.605 + 49 21.7587 529 0 0 -155.655 -74.0992 -205.85 + 49 63.9662 530 0 0 -155.703 -74.05 -205.899 + 49 85.225 531 0 0 -155.764 -73.85 -206.04 + 49 186.564 592 0 0 -174.49 -61.5189 -206.249 + 49 22.5208 591 0 0 -174.617 -61.65 -205.881 + 49 174.367 24 0 1 -175.219 -62.2362 -204.85 + 49 29.9455 23 0 1 -175.35 -62.3044 -204.836 + 49 104.549 590 0 0 -174.607 -62.0002 -205.85 + 49 16.6811 932 0 0 103.291 6.63598 -206.25 + 49 281.735 933 0 0 103.306 6.65 -206.23 + 49 88.9259 934 0 0 103.53 6.85 -205.944 + 49 211.567 1421 0 1 104.376 7.59844 -204.85 + 49 162.002 1422 0 1 104.55 7.75235 -204.625 + 49 236.626 1021 1 0 126.665 24.2581 -176.25 + 49 92.9553 1022 1 0 126.923 24.45 -175.919 + 49 195.444 1537 1 1 127.606 24.9671 -174.85 + 49 165.213 1538 1 1 127.75 25.0762 -174.622 + 49 390.185 1101 2 0 141.901 40.2918 -146.25 + 49 71.6501 1102 2 0 142.047 40.45 -145.955 + 49 237.923 1612 2 1 142.584 41.0688 -144.85 + 49 54.3889 1613 2 1 142.75 41.2606 -144.507 + 49 146.722 1180 3 0 153.01 56.1338 -116.25 + 49 161.709 1181 3 0 153.09 56.25 -116.029 + 49 90.247 1666 3 1 153.504 56.8742 -114.85 + 49 202.442 1667 3 1 153.55 56.9432 -114.719 + 49 152.628 1263 4 0 163.781 72.7446 -86.25 + 49 179.965 1264 4 0 163.849 72.85 -86.0604 + 49 169.919 1720 4 1 164.268 73.5277 -84.85 + 49 128.902 1721 4 1 164.35 73.6619 -84.6111 + 49 218.637 1351 5 0 179.36 90.3883 -56.25 + 49 273.741 1352 5 0 179.506 90.55 -55.976 + 49 171.82 1799 5 1 180.093 91.2018 -54.85 + 49 9.00211 837 1 0 49.0643 -12.45 -175.896 Number of digits in this event = 46 Using G4ParticleGun ... -5.62472 LIN +1.82596 LIN +proton +Event: 50 +Number of tracker hits in this event = 22 + 50 117.327 947 10 1 9.58871 101.718 95.55 + 50 100.955 1407 10 0 9.587 101.72 94.15 + 50 146.385 947 9 1 9.54844 101.746 65.55 + 50 91.5905 1407 9 0 9.54827 101.748 64.15 + 50 158.445 947 8 1 9.54457 101.787 35.55 + 50 143.285 1408 8 0 9.54575 101.79 34.15 + 50 132.932 947 7 1 9.56002 101.877 5.55 + 50 116.74 1408 7 0 9.55722 101.879 4.15 + 50 185.608 947 6 1 9.49242 101.937 -24.45 + 50 289.255 1408 6 0 9.49447 101.937 -25.85 + 50 106.805 947 5 1 9.53075 101.923 -54.45 + 50 118.125 1408 5 0 9.52956 101.917 -55.85 + 50 115.981 947 4 1 9.51244 101.785 -84.45 + 50 111.774 1408 4 0 9.51357 101.778 -85.85 + 50 113.266 947 3 1 9.52644 101.642 -114.45 + 50 127.21 1407 3 0 9.52757 101.637 -115.85 + 50 90.2014 947 2 1 9.52563 101.532 -144.45 + 50 108.341 1406 2 0 9.5267 101.525 -145.85 + 50 120.791 947 1 1 9.54911 101.385 -174.45 + 50 131.173 1406 1 0 9.55008 101.378 -175.85 + 50 125.258 947 0 1 9.55784 101.235 -204.45 + 50 110.861 1405 0 0 9.55851 101.227 -205.85 +Number of digits in this event = 11 +Using G4ParticleGun ... +8.72944 LIN +proton +Event: 51 +Number of tracker hits in this event = 23 + 51 179.996 1100 8 1 40.156 -136.068 35.55 + 51 147.643 220 8 0 40.1563 -136.068 34.15 + 51 344.058 1100 7 1 40.1616 -136.063 5.55 + 51 388.602 220 7 0 40.1622 -136.062 4.15 + 51 126.247 1100 6 1 40.1783 -136.054 -24.45 + 51 94.7022 220 6 0 40.1792 -136.054 -25.85 + 51 104.534 1100 5 1 40.1964 -136.055 -54.45 + 51 92.8851 220 5 0 40.1964 -136.056 -55.85 + 51 94.9505 1100 4 1 40.1971 -136.066 -84.45 + 51 161.168 220 4 0 40.1976 -136.067 -85.85 + 51 118.875 1100 3 1 40.2018 -136.088 -114.45 + 51 129.791 220 3 0 40.2012 -136.088 -115.85 + 51 127.669 1100 2 1 40.1958 -136.104 -144.45 + 51 224.927 220 2 0 40.1965 -136.104 -145.85 + 51 359.499 1100 1 1 40.213 -136.114 -174.45 + 51 107.073 220 1 0 40.2141 -136.115 -175.85 + 51 196.807 1100 0 1 40.2372 -136.129 -204.45 + 51 133.453 220 0 0 40.2388 -136.129 -205.85 + 51 24.0378 558 6 1 -68.2714 87.6994 -24.8243 + 51 73.925 1101 0 1 40.2501 -136.063 -204.506 + 51 60.032 219 2 0 40.0663 -136.15 -146.187 + 51 267.219 59 2 0 8.8878 -168.185 -146.25 + 51 10.7987 60 2 0 8.83645 -168.15 -146.175 +Number of digits in this event = 15 +Using G4ParticleGun ... +9.21745 LIN +proton +Event: 52 +Number of tracker hits in this event = 25 + 52 123.008 832 11 1 -13.4554 -71.8064 125.55 + 52 112.428 541 11 0 -13.456 -71.8062 124.15 + 52 95.5819 832 10 1 -13.4741 -71.8041 95.55 + 52 109.787 541 10 0 -13.4738 -71.8043 94.15 + 52 137.019 832 9 1 -13.4697 -71.8077 65.55 + 52 110.505 541 9 0 -13.4688 -71.808 64.15 + 52 99.185 832 8 1 -13.4505 -71.8171 35.55 + 52 3.06348 833 8 1 -13.45 -71.8173 35.169 + 52 117.657 541 8 0 -13.4487 -71.8181 34.15 + 52 577.254 833 7 1 -13.4144 -71.8383 5.55 + 52 91.7806 541 7 0 -13.4138 -71.8401 4.15 + 52 101.401 833 6 1 -13.4027 -71.8778 -24.45 + 52 143.663 540 6 0 -13.4018 -71.8798 -25.85 + 52 88.64 833 5 1 -13.3834 -71.9223 -54.45 + 52 146.762 540 5 0 -13.3826 -71.9245 -55.85 + 52 112.713 833 4 1 -13.3655 -71.9684 -84.45 + 52 112.808 540 4 0 -13.3651 -71.9703 -85.85 + 52 137.34 833 3 1 -13.3565 -72.0071 -114.45 + 52 105.52 540 3 0 -13.3565 -72.0104 -115.85 + 52 144.528 833 2 1 -13.3538 -72.0803 -144.45 + 52 128.634 539 2 0 -13.3532 -72.0844 -145.85 + 52 146.941 833 1 1 -13.3375 -72.1712 -174.45 + 52 134.573 539 1 0 -13.3372 -72.1765 -175.85 + 52 96.8225 833 0 1 -13.3318 -72.2876 -204.45 + 52 110.916 538 0 0 -13.3301 -72.2937 -205.85 +Number of digits in this event = 11 +Using G4ParticleGun ... +1.40143 LIN +proton +Event: 53 +Number of tracker hits in this event = 27 + 53 122.984 983 11 1 16.7267 -41.8537 125.55 + 53 223.668 690 11 0 16.7282 -41.8545 124.15 + 53 122.879 983 10 1 16.764 -41.8765 95.55 + 53 113.735 690 10 0 16.7664 -41.8803 94.15 + 53 117.039 983 9 1 16.8099 -41.9485 65.55 + 53 140.34 690 9 0 16.8158 -41.952 64.15 + 53 241.71 984 8 1 16.9319 -42.0204 35.55 + 53 351.833 690 8 0 16.9404 -42.0209 34.15 + 53 189.349 985 7 1 17.109 -42.0117 5.55 + 53 115.565 690 7 0 17.1197 -42.0129 4.15 + 53 122.309 986 6 1 17.3403 -42.0298 -24.45 + 53 115.224 690 6 0 17.3486 -42.0274 -25.85 + 53 115.248 987 5 1 17.5261 -41.9885 -54.45 + 53 95.7751 690 5 0 17.5333 -41.9963 -55.85 + 53 239.367 988 4 1 17.6743 -42.1644 -84.45 + 53 122.928 689 4 0 17.6805 -42.1797 -85.85 + 53 173.373 988 3 1 17.8255 -42.4897 -114.45 + 53 159.894 687 3 0 17.8355 -42.5039 -115.85 + 53 63.6387 989 2 1 18.0476 -42.793 -144.45 + 53 50.5945 990 2 1 18.05 -42.7958 -144.667 + 53 118.381 686 2 0 18.0635 -42.8107 -145.85 + 53 101.813 991 1 1 18.3806 -43.1718 -174.45 + 53 127.847 684 1 0 18.3956 -43.1943 -175.85 + 53 215.389 993 0 1 18.6966 -43.6598 -204.45 + 53 219.406 681 0 0 18.7118 -43.6816 -205.85 + 53 144.805 689 8 0 16.9583 -42.05 33.805 + 53 168.024 691 8 0 16.4552 -41.85 34.0983 +Number of digits in this event = 18 +Using G4ParticleGun ... +5.07007 LIN +proton +Event: 54 +Number of tracker hits in this event = 36 + 54 138.061 205 8 1 -138.976 43.1708 35.55 + 54 106.199 1115 8 0 -138.977 43.1709 34.15 + 54 237.667 205 7 1 -138.994 43.1757 5.55 + 54 132.044 1115 7 0 -138.994 43.1729 4.15 + 54 130.696 205 6 1 -139.005 43.1015 -24.45 + 54 77.431 1115 6 0 -139.004 43.1001 -25.85 + 54 110.371 205 5 1 -138.994 43.07 -54.45 + 54 109.809 1115 5 0 -138.993 43.0684 -55.85 + 54 115.446 205 4 1 -138.978 43.0368 -84.45 + 54 113.651 1114 4 0 -138.978 43.0357 -85.85 + 54 125.126 205 3 1 -138.977 43.0062 -114.45 + 54 101.921 1114 3 0 -138.977 43.0053 -115.85 + 54 104.149 205 2 1 -138.954 42.9886 -144.45 + 54 123.311 1114 2 0 -138.953 42.9872 -145.85 + 54 125.102 206 1 1 -138.917 42.9563 -174.45 + 54 89.3126 1114 1 0 -138.914 42.9537 -175.85 + 54 107.861 206 0 1 -138.868 42.9068 -204.45 + 54 102.075 1114 0 0 -138.865 42.9038 -205.85 + 54 28.8139 140 1 1 -151.95 127.454 -174.646 + 54 78.8428 939 1 0 -115.223 7.96683 -176.25 + 54 30.376 938 1 0 -115.198 7.84978 -175.953 + 54 110.225 325 1 1 -115.125 7.36044 -174.85 + 54 121.17 931 2 0 -119.274 6.26397 -146.25 + 54 14.0017 304 2 1 -119.155 6.43746 -144.85 + 54 105.874 305 2 1 -119.15 6.44301 -144.81 + 54 114.248 944 3 0 -115.342 8.8671 -116.25 + 54 106.326 324 3 1 -115.207 9.09327 -114.85 + 54 170.184 998 4 0 -135.603 19.6974 -86.25 + 54 0.361656 999 4 0 -135.834 19.8501 -85.8514 + 54 25.0641 219 4 1 -136.31 20.0985 -84.8496 + 54 106.159 218 4 1 -136.35 20.1164 -84.7718 + 54 185.62 1034 5 0 -102.417 26.8698 -56.25 + 54 102.679 1033 5 0 -102.192 26.85 -56.0703 + 54 36.5768 397 5 1 -100.64 25.805 -54.8499 + 54 251.679 398 5 1 -100.55 25.7439 -54.7713 + 54 242.753 593 6 0 -105.456 -61.25 -26.0004 +Number of digits in this event = 14 +Using G4ParticleGun ... +6.35461 LIN +proton +Event: 55 +Number of tracker hits in this event = 24 + 55 146.084 930 10 0 115.97 6.09557 94.15 + 55 120.928 1479 9 1 115.97 6.09696 65.55 + 55 204.975 930 9 0 115.97 6.09642 64.15 + 55 162.736 1479 8 1 115.979 6.08645 35.55 + 55 163.235 930 8 0 115.98 6.08662 34.15 + 55 110.476 1479 7 1 115.993 6.08879 5.55 + 55 104.87 930 7 0 115.993 6.08911 4.15 + 55 112.297 1479 6 1 115.984 6.09509 -24.45 + 55 125.235 930 6 0 115.984 6.09583 -25.85 + 55 112.719 1479 5 1 115.979 6.1123 -54.45 + 55 108.578 930 5 0 115.978 6.11204 -55.85 + 55 99.166 1479 4 1 115.973 6.1053 -84.45 + 55 104.533 930 4 0 115.973 6.10405 -85.85 + 55 112.319 1479 3 1 115.975 6.0797 -114.45 + 55 271.954 930 3 0 115.976 6.07848 -115.85 + 55 259.485 1479 2 1 115.988 6.05377 -144.45 + 55 124.44 930 2 0 115.988 6.05217 -145.85 + 55 147.07 1479 1 1 116.001 6.0248 -174.45 + 55 121.838 929 1 0 116.001 6.02261 -175.85 + 55 108.99 1479 0 1 116.007 5.97988 -204.45 + 55 134.921 929 0 0 116.008 5.97808 -205.85 + 55 3.91261 929 2 0 115.987 6.0499 -146.24 + 55 158.111 1478 2 1 115.871 6.13269 -144.45 + 55 81.2938 929 9 0 115.968 6.04994 63.815 +Number of digits in this event = 14 +Using G4ParticleGun ... +1.68682 LIN proton Event: 56 Number of tracker hits in this event = 25 - 56 105.746 1293 10 1 78.7339 61.6688 95.55 - 56 138.773 1208 10 0 78.7342 61.67 94.15 - 56 98.3926 1293 9 1 78.7362 61.6934 65.55 - 56 116 1208 9 0 78.7364 61.6928 64.15 - 56 123.252 1293 8 1 78.7417 61.6767 35.55 - 56 119.336 1208 8 0 78.7422 61.6755 34.15 - 56 107.858 1293 7 1 78.7487 61.6502 5.55 - 56 116.167 1207 7 0 78.7489 61.6491 4.15 - 56 111.049 1293 6 1 78.7472 61.6262 -24.45 - 56 95.0002 1207 6 0 78.7462 61.6255 -25.85 - 56 89.1641 1293 5 1 78.7224 61.6138 -54.45 - 56 142.489 1207 5 0 78.7205 61.6135 -55.85 - 56 105.082 1293 4 1 78.6827 61.6058 -84.45 - 56 110.055 1207 4 0 78.6804 61.6075 -85.85 - 56 151.632 1292 3 1 78.6383 61.6438 -114.45 - 56 122.199 1207 3 0 78.6364 61.6462 -115.85 - 56 98.5815 1292 2 1 78.5997 61.698 -144.45 - 56 135.323 1208 2 0 78.5965 61.7003 -145.85 - 56 121.396 1292 1 1 78.5281 61.7665 -174.45 - 56 101.41 1208 1 0 78.5247 61.7688 -175.85 - 56 116.782 1292 0 1 78.4559 61.8183 -204.45 - 56 149.444 1208 0 0 78.4522 61.821 -205.85 - 56 25.2832 1235 9 0 78.5365 67.2372 63.75 - 56 116.892 1236 9 0 78.5342 67.25 63.8227 - 56 111.436 1292 9 1 78.5948 66.9964 65.15 -Number of digits in this event = 9 -Using G4ParticleGun ... -6.27011 LIN -proton -Event: 57 -Number of tracker hits in this event = 20 - 57 117.375 1515 9 1 123.203 8.41776 65.55 - 57 158.166 941 9 0 123.203 8.41805 64.15 - 57 106.94 1515 8 1 123.223 8.42977 35.55 - 57 133.658 941 8 0 123.224 8.43038 34.15 - 57 282.828 1515 7 1 123.24 8.4424 5.55 - 57 113.926 941 7 0 123.239 8.44299 4.15 - 57 82.7137 1515 6 1 123.223 8.45591 -24.45 - 57 164.789 942 6 0 123.222 8.45605 -25.85 - 57 161.863 1515 5 1 123.207 8.45668 -54.45 - 57 116.313 942 5 0 123.205 8.45743 -55.85 - 57 130.747 1515 4 1 123.165 8.47508 -84.45 - 57 94.7371 942 4 0 123.163 8.47521 -85.85 - 57 424.37 1514 3 1 123.113 8.47588 -114.45 - 57 91.5702 942 3 0 123.112 8.47554 -115.85 - 57 104.519 1514 2 1 123.088 8.4685 -144.45 - 57 131.265 942 2 0 123.087 8.46717 -145.85 - 57 140.001 1514 1 1 123.071 8.4391 -174.45 - 57 105.538 941 1 0 123.07 8.43772 -175.85 - 57 159.732 1514 0 1 123.057 8.40036 -204.45 - 57 166.123 941 0 0 123.056 8.39761 -205.85 -Number of digits in this event = 13 -Using G4ParticleGun ... -6.80449 LIN -proton -Event: 58 -Number of tracker hits in this event = 62 - 58 125.287 623 10 1 -55.3474 93.1143 95.55 - 58 195.72 1364 10 0 -55.3465 93.1141 94.15 - 58 109.508 623 9 1 -55.326 93.109 65.55 - 58 114.39 1364 9 0 -55.3255 93.1084 64.15 - 58 148.553 623 8 1 -55.3191 93.0978 35.55 - 58 128.969 1364 8 0 -55.3193 93.0983 34.15 - 58 88.7606 623 7 1 -55.3208 93.1142 5.55 - 58 237.357 1364 7 0 -55.3213 93.116 4.15 - 58 138.034 623 6 1 -55.3347 93.149 -24.45 - 58 142.457 1365 6 0 -55.336 93.1501 -25.85 - 58 103.814 623 5 1 -55.3584 93.1718 -54.45 - 58 161.341 1365 5 0 -55.3583 93.1725 -55.85 - 58 128.204 623 4 1 -55.3546 93.1924 -84.45 - 58 130.505 1365 4 0 -55.3542 93.1931 -85.85 - 58 150.635 623 3 1 -55.3443 93.2083 -114.45 - 58 296.872 1365 3 0 -55.3446 93.2092 -115.85 - 58 109.713 623 2 1 -55.3462 93.2305 -144.45 - 58 97.9629 1365 2 0 -55.3467 93.2322 -145.85 - 58 302.595 623 1 1 -55.3578 93.2729 -174.45 - 58 114.494 1365 1 0 -55.364 93.279 -175.85 - 58 94.8661 622 0 1 -55.4886 93.403 -204.45 - 58 149.075 1366 0 0 -55.4954 93.4084 -205.85 - 58 19.2059 1058 14 0 -117.596 31.6571 213.937 - 58 473.194 837 2 0 -99.9115 -12.5786 -145.903 - 58 79.856 1479 9 0 25.0086 115.95 63.8409 - 58 8.49727 1480 9 0 25.124 116.15 64.1474 - 58 312.64 1027 9 1 25.477 117.087 65.15 - 58 83.5395 1026 9 1 25.45 117.506 65.3765 - 58 66.8341 1028 9 1 25.6501 118.126 65.4222 - 58 12.6554 1555 0 0 -85.0962 131.326 -206.25 - 58 199.458 1556 0 0 -85.1093 131.35 -206.212 - 58 27.9035 1557 0 0 -85.2167 131.55 -205.899 - 58 151.807 472 0 1 -85.5669 132.217 -204.85 - 58 69.0474 471 0 1 -85.65 132.375 -204.601 - 58 74.9149 1649 1 0 -94.3445 150.038 -176.25 - 58 137.019 1650 1 0 -94.3996 150.15 -176.07 - 58 256.759 426 1 1 -94.7811 150.906 -174.85 - 58 78.4569 1753 2 0 -103.785 170.818 -146.25 - 58 128.612 1754 2 0 -103.844 170.95 -146.061 - 58 143.949 379 2 1 -104.229 171.807 -144.85 - 58 28.3432 378 2 1 -104.35 172.076 -144.47 - 58 116.613 821 2 1 -15.7263 -118.569 -144.85 - 58 75.4957 840 1 1 -12.0186 -124.15 -174.45 - 58 208.927 554 3 0 -135.67 -69.1667 -116.25 - 58 151.938 555 3 0 -136.103 -69.05 -116.123 - 58 72.8296 556 3 0 -136.131 -68.85 -115.928 - 58 53.386 223 3 1 -135.433 -68.8311 -114.85 - 58 55.2682 224 3 1 -135.35 -68.7727 -114.814 - 58 61.127 219 3 1 -136.153 -68.1527 -114.85 - 58 64.8898 220 3 1 -136.15 -68.0635 -114.83 - 58 6.72073 564 3 0 -135.801 -67.1076 -115.85 - 58 1.60733 216 3 1 -136.769 -65.5941 -114.85 - 58 28.3183 572 3 0 -142.982 -65.5206 -115.85 - 58 69.2457 624 1 1 -55.2496 92.9029 -174.807 - 58 191.371 1356 1 0 -52.9763 91.5401 -175.85 - 58 46.6335 650 1 1 -49.9262 92.6236 -174.85 - 58 272.324 651 1 1 -49.8499 92.6483 -174.746 - 58 228.178 1364 3 0 -54.3757 93.0438 -115.85 - 58 13.8722 628 3 1 -54.2563 92.834 -114.85 - 58 149.363 629 3 1 -54.25 92.8206 -114.826 - 58 99.1434 630 3 1 -54.0497 92.9285 -114.709 - 58 112.951 1365 10 0 -55.4509 93.15 94.0581 -Number of digits in this event = 32 -Using G4ParticleGun ... -6.78287 LIN -proton -Event: 59 -Number of tracker hits in this event = 23 - 59 96.5305 392 10 1 -101.558 15.6648 95.55 - 59 117.381 978 10 0 -101.557 15.6642 94.15 - 59 118.564 393 9 1 -101.53 15.6537 65.55 - 59 106.839 978 9 0 -101.529 15.6542 64.15 - 59 107.953 393 8 1 -101.5 15.6637 35.55 - 59 128.246 978 8 0 -101.499 15.6642 34.15 - 59 100.341 393 7 1 -101.456 15.677 5.55 - 59 101.595 978 7 0 -101.453 15.6796 4.15 - 59 96.1942 393 6 1 -101.409 15.7321 -24.45 - 59 128.766 978 6 0 -101.407 15.7335 -25.85 - 59 132.625 393 5 1 -101.373 15.7637 -54.45 - 59 108.591 978 5 0 -101.372 15.7654 -55.85 - 59 34.1037 393 4 1 -101.35 15.7995 -84.45 - 59 65.5162 394 4 1 -101.35 15.7996 -84.5801 - 59 209.105 978 4 0 -101.349 15.8004 -85.85 - 59 97.3402 394 3 1 -101.319 15.8206 -114.45 - 59 145.926 978 3 0 -101.317 15.8205 -115.85 - 59 101.776 394 2 1 -101.29 15.8157 -144.45 - 59 88.0402 978 2 0 -101.29 15.8144 -145.85 - 59 121.214 394 1 1 -101.298 15.7918 -174.45 - 59 122.608 978 1 0 -101.299 15.7912 -175.85 - 59 103.156 394 0 1 -101.305 15.7805 -204.45 - 59 99.1894 978 0 0 -101.304 15.7814 -205.85 -Number of digits in this event = 8 -Using G4ParticleGun ... -3.57484 LIN -proton -Event: 60 -Number of tracker hits in this event = 26 - 60 115.463 1015 11 1 23.0855 41.5477 125.55 - 60 105.742 1107 11 0 23.0868 41.5474 124.15 - 60 140.921 1015 10 1 23.1112 41.5405 95.55 - 60 99.4459 1107 10 0 23.1117 41.5373 94.15 - 60 99.6915 1015 9 1 23.1207 41.465 65.55 - 60 151.4 1107 9 0 23.1218 41.4635 64.15 - 60 102.342 1015 8 1 23.1442 41.421 35.55 - 60 107.169 1106 8 0 23.1463 41.4211 34.15 - 60 149.746 1015 7 1 23.1909 41.4159 5.55 - 60 88.3791 1106 7 0 23.1919 41.4151 4.15 - 60 110.993 1015 6 1 23.2062 41.3974 -24.45 - 60 152.405 1106 6 0 23.2078 41.3964 -25.85 - 60 137.837 1015 5 1 23.2396 41.3866 -54.45 - 60 103.067 1106 5 0 23.2411 41.3861 -55.85 - 60 105.083 1016 4 1 23.2748 41.3747 -84.45 - 60 102.413 1106 4 0 23.2765 41.3752 -85.85 - 60 136.202 1016 3 1 23.3119 41.3817 -114.45 - 60 170.926 1106 3 0 23.3145 41.3828 -115.85 - 60 100.213 1016 2 1 23.372 41.3998 -144.45 - 60 107.626 1106 2 0 23.3755 41.3982 -145.85 - 60 92.4923 1016 1 1 23.4459 41.3702 -174.45 - 60 131.064 1106 1 0 23.4478 41.368 -175.85 - 60 126.551 1017 0 1 23.4913 41.3294 -204.45 - 60 187.57 1106 0 0 23.4946 41.3244 -205.85 - 60 308.134 1112 0 0 24.6753 42.5469 -205.85 - 60 124.075 1107 3 0 23.3214 41.4501 -116.165 -Number of digits in this event = 13 -Using G4ParticleGun ... -8.38074 LIN -proton -Event: 61 -Number of tracker hits in this event = 20 - 61 137.409 1539 9 1 128.104 -39.9331 65.55 - 61 158.943 700 9 0 128.104 -39.9336 64.15 - 61 86.8425 1539 8 1 128.095 -39.945 35.55 - 61 121.169 700 8 0 128.095 -39.9459 34.15 - 61 157.314 1539 7 1 128.093 -39.965 5.55 - 61 97.3381 700 7 0 128.092 -39.9664 4.15 - 61 190.85 1539 6 1 128.068 -39.9961 -24.45 - 61 148.69 700 6 0 128.068 -39.9977 -25.85 - 61 116.27 1539 5 1 128.054 -40.0309 -54.45 - 61 118.96 700 5 0 128.053 -40.032 -55.85 - 61 101.964 1539 4 1 128.034 -40.0573 -84.45 - 61 188.853 699 4 0 128.033 -40.0586 -85.85 - 61 98.161 1539 3 1 128.005 -40.0876 -114.45 - 61 121.304 699 3 0 128.004 -40.0899 -115.85 - 61 106.024 1539 2 1 127.98 -40.1331 -144.45 - 61 105.265 699 2 0 127.979 -40.1356 -145.85 - 61 114.356 1539 1 1 127.958 -40.1857 -174.45 - 61 139.204 699 1 0 127.957 -40.1889 -175.85 - 61 125.463 1538 0 1 127.935 -40.2551 -204.45 - 61 131.638 698 0 0 127.933 -40.2585 -205.85 + 56 98.9195 938 11 1 7.69655 -58.1317 125.55 + 56 89.3718 609 11 0 7.69015 -58.1293 124.15 + 56 189.069 937 10 1 7.55492 -58.0852 95.55 + 56 178.79 609 10 0 7.54972 -58.0839 94.15 + 56 143.114 937 9 1 7.45425 -58.0593 65.55 + 56 106.755 609 9 0 7.44742 -58.0578 64.15 + 56 112.725 936 8 1 7.30331 -58.0373 35.55 + 56 211.987 610 8 0 7.29363 -58.0347 34.15 + 56 119.631 935 7 1 7.09032 -57.9904 5.55 + 56 129.869 610 7 0 7.08174 -57.9914 4.15 + 56 112.026 934 6 1 6.89983 -58.0088 -24.45 + 56 113.483 610 6 0 6.89396 -58.0082 -25.85 + 56 122.406 933 5 1 6.76811 -57.9851 -54.45 + 56 113.651 610 5 0 6.7631 -57.9824 -55.85 + 56 135.808 933 4 1 6.66413 -57.9394 -84.45 + 56 178.849 610 4 0 6.66408 -57.9373 -85.85 + 56 113.79 933 3 1 6.66963 -57.9051 -114.45 + 56 112.85 610 3 0 6.66636 -57.9034 -115.85 + 56 115.374 932 2 1 6.57997 -57.8662 -144.45 + 56 166.905 610 2 0 6.57513 -57.8643 -145.85 + 56 121.453 932 1 1 6.47627 -57.8182 -174.45 + 56 108.32 611 1 0 6.47088 -57.8133 -175.85 + 56 120.987 931 0 1 6.36651 -57.7315 -204.45 + 56 119.118 611 0 0 6.36048 -57.7247 -205.85 + 56 88.8494 611 2 0 6.5313 -57.85 -146.145 Number of digits in this event = 12 Using G4ParticleGun ... -9.84119 LIN +2.77062 LIN +proton +Event: 57 +Number of tracker hits in this event = 35 + 57 130.179 1184 11 1 56.912 38.5336 125.55 + 57 206.292 1092 11 0 56.9109 38.5327 124.15 + 57 93.9139 1184 10 1 56.8619 38.4417 95.55 + 57 155.801 1091 10 0 56.8606 38.4374 94.15 + 57 164.081 1183 9 1 56.8349 38.3538 65.55 + 57 127.186 1091 9 0 56.8357 38.3477 64.15 + 57 92.3938 1183 8 1 56.8499 38.2288 35.55 + 57 137.029 1090 8 0 56.8479 38.2229 34.15 + 57 139.244 1183 7 1 56.8071 38.0957 5.55 + 57 163.758 1090 7 0 56.8054 38.091 4.15 + 57 219.796 1183 6 1 56.7601 38.0032 -24.45 + 57 97.0934 1089 6 0 56.7568 37.9956 -25.85 + 57 190.543 1183 5 1 56.6889 37.8372 -54.45 + 57 113.614 1088 5 0 56.6887 37.8311 -55.85 + 57 203.098 1183 4 1 56.6791 37.6995 -84.45 + 57 121.408 1088 4 0 56.6792 37.6932 -85.85 + 57 182.766 1183 3 1 56.6817 37.5687 -114.45 + 57 164.033 1087 3 0 56.6808 37.5654 -115.85 + 57 99.3077 1183 2 1 56.6669 37.4985 -144.45 + 57 137.844 1087 2 0 56.6681 37.4985 -145.85 + 57 137.777 1183 1 1 56.6992 37.5087 -174.45 + 57 136.967 1087 1 0 56.7005 37.5109 -175.85 + 57 125.251 1183 0 1 56.7299 37.5542 -204.45 + 57 133.545 1087 0 0 56.7321 37.5566 -205.85 + 57 8.59061 1092 0 1 38.65 15.3346 -204.83 + 57 199.535 1182 9 1 56.65 38.3876 65.4983 + 57 152.079 1181 9 1 56.4499 38.3926 65.456 + 57 60.0034 1180 9 1 56.25 38.3702 65.432 + 57 55.3004 1179 9 1 56.05 38.3608 65.4101 + 57 63.4738 1178 9 1 55.85 38.3553 65.3961 + 57 82.3825 1177 9 1 55.65 38.3361 65.3877 + 57 51.0993 1176 9 1 55.45 38.2906 65.4088 + 57 53.9096 1175 9 1 55.2495 38.3433 65.3924 + 57 149.186 1174 9 1 55.05 38.395 65.3832 + 57 375.253 1173 9 1 54.85 38.4702 65.4382 +Number of digits in this event = 27 +Using G4ParticleGun ... +1.39576 LIN +proton +Event: 58 +Number of tracker hits in this event = 32 + 58 115.349 1296 7 1 79.3505 -123.774 5.55 + 58 140.357 281 7 0 79.3512 -123.776 4.15 + 58 138.712 1296 6 1 79.3739 -123.819 -24.45 + 58 143.65 281 6 0 79.3738 -123.822 -25.85 + 58 108.812 1296 5 1 79.3918 -123.858 -54.45 + 58 112.68 281 5 0 79.3923 -123.857 -55.85 + 58 119.441 1296 4 1 79.4045 -123.829 -84.45 + 58 140.431 281 4 0 79.4072 -123.827 -85.85 + 58 164.48 1297 3 1 79.4684 -123.818 -114.45 + 58 97.5861 281 3 0 79.4735 -123.819 -115.85 + 58 126.497 1297 2 1 79.5832 -123.848 -144.45 + 58 217.79 281 2 0 79.5883 -123.849 -145.85 + 58 119.742 1298 1 1 79.6889 -123.893 -174.45 + 58 121.141 281 1 0 79.6941 -123.897 -175.85 + 58 124.969 1298 0 1 79.7938 -123.985 -204.45 + 58 119.585 280 0 0 79.7962 -123.99 -205.85 + 58 11.058 286 3 0 80.6787 -122.868 -115.85 + 58 21.5173 1307 3 1 81.5533 -123.007 -114.85 + 58 6.46874 288 3 0 82.0085 -122.361 -115.85 + 58 230.092 289 3 0 82.0181 -122.35 -115.861 + 58 34.5412 282 4 0 79.4256 -123.75 -86.1282 + 58 352.194 91 4 0 76.9837 -161.754 -86.25 + 58 209.356 90 4 0 76.9758 -161.95 -86.1973 + 58 139.279 1294 7 1 79.0274 -123.573 5.55 + 58 2.402 1293 7 1 78.8498 -123.469 5.15853 + 58 141.971 285 7 0 78.1332 -123.135 4.15 + 58 3.28706 286 7 0 77.8978 -122.95 3.76273 + 58 134.875 191 7 0 35.3982 -141.774 3.75012 + 58 56.6178 190 7 0 35.0727 -141.95 4.05305 + 58 96.6751 1068 7 1 33.8452 -142.063 5.15 + 58 56.2854 1067 7 1 33.65 -142.057 5.29858 + 58 64.4237 1066 7 1 33.4497 -142.028 5.38999 +Number of digits in this event = 16 +Using G4ParticleGun ... +7.32107 LIN +proton +Event: 59 +Number of tracker hits in this event = 21 + 59 152.657 1441 8 1 108.392 -82.581 35.55 + 59 124.109 487 8 0 108.392 -82.5817 34.15 + 59 94.6228 1441 7 1 108.406 -82.6158 5.55 + 59 207.965 487 7 0 108.407 -82.6171 4.15 + 59 248.739 1441 6 1 108.43 -82.6462 -24.45 + 59 140.531 487 6 0 108.432 -82.6478 -25.85 + 59 105.913 1441 5 1 108.463 -82.6781 -54.45 + 59 155.334 486 5 0 108.465 -82.6789 -55.85 + 59 119.847 1441 4 1 108.511 -82.6971 -84.45 + 59 200.651 486 4 0 108.513 -82.6971 -85.85 + 59 140.323 1442 3 1 108.558 -82.6989 -114.45 + 59 108.55 486 3 0 108.561 -82.698 -115.85 + 59 97.3493 1442 2 1 108.622 -82.6838 -144.45 + 59 147.993 486 2 0 108.626 -82.6833 -145.85 + 59 103.094 1442 1 1 108.692 -82.6731 -174.45 + 59 150.844 486 1 0 108.696 -82.6714 -175.85 + 59 191.988 1443 0 1 108.768 -82.6371 -204.45 + 59 368.949 487 0 0 108.77 -82.6356 -205.85 + 59 93.9055 488 7 0 108.258 -82.4499 3.9062 + 59 138.182 608 7 0 106.26 -58.3651 3.75 + 59 213.64 607 7 0 106.326 -58.4501 3.95032 +Number of digits in this event = 15 +Using G4ParticleGun ... +2.61109 LIN +proton +Event: 60 +Number of tracker hits in this event = 47 + 60 101.197 1416 10 1 103.355 -39.7767 95.55 + 60 114.448 701 10 0 103.354 -39.7764 94.15 + 60 92.9506 1415 9 1 103.338 -39.7684 65.55 + 60 256.624 701 9 0 103.336 -39.7692 64.15 + 60 126.075 1415 8 1 103.282 -39.7756 35.55 + 60 104.581 701 8 0 103.281 -39.7764 34.15 + 60 309.235 1415 7 1 103.27 -39.7959 5.55 + 60 133.518 701 7 0 103.27 -39.7981 4.15 + 60 122.478 1415 6 1 103.258 -39.8479 -24.45 + 60 104.922 700 6 0 103.258 -39.8501 -25.85 + 60 92.0717 1415 5 1 103.252 -39.8985 -54.45 + 60 99.9849 700 5 0 103.251 -39.9004 -55.85 + 60 99.2192 1415 4 1 103.24 -39.946 -84.45 + 60 144.601 700 4 0 103.239 -39.9501 -85.85 + 60 85.8849 1415 3 1 103.225 -40.0326 -114.45 + 60 110.996 700 3 0 103.223 -40.0364 -115.85 + 60 162.843 1415 2 1 103.19 -40.1133 -144.45 + 60 167.64 699 2 0 103.19 -40.1169 -145.85 + 60 145.386 1415 1 1 103.169 -40.1978 -174.45 + 60 124.661 699 1 0 103.166 -40.201 -175.85 + 60 112.124 1414 0 1 103.111 -40.2679 -204.45 + 60 244.031 698 0 0 103.11 -40.2705 -205.85 + 60 16.3973 579 1 0 157.338 -64.1028 -176.25 + 60 70.5141 580 1 0 157.339 -64.0494 -176.217 + 60 88.4123 581 1 0 157.381 -63.85 -176.116 + 60 152.41 1686 1 1 157.36 -63.3987 -174.85 + 60 94.9618 1795 0 1 179.35 -126.317 -204.765 + 60 94.1755 1794 0 1 179.15 -126.441 -204.662 + 60 24.2459 1793 0 1 178.95 -126.416 -204.482 + 60 19.307 445 0 0 164.09 -91.1068 -206.25 + 60 188.964 444 0 0 164.158 -91.15 -206.209 + 60 257.792 443 0 0 164.591 -91.35 -206.046 + 60 39.5217 1736 0 1 167.377 -92.1353 -204.85 + 60 49.1471 1737 0 1 167.55 -92.1851 -204.77 + 60 95.7842 1738 0 1 167.75 -92.2423 -204.665 + 60 77.5812 1739 0 1 167.95 -92.3047 -204.542 + 60 140.851 1741 0 1 168.356 -92.3714 -204.45 + 60 44.3801 442 0 0 168.94 -91.6099 -205.85 + 60 49.5688 704 7 0 103.49 -39.1367 4.15 + 60 81.8226 705 7 0 103.522 -39.05 3.98162 + 60 302.637 630 7 0 121.769 -53.9715 3.75 + 60 56.5831 629 7 0 121.798 -54.05 3.80379 + 60 116.973 628 7 0 121.851 -54.2503 3.88481 + 60 74.6692 627 7 0 122.03 -54.45 3.97713 + 60 3.84911 626 7 0 122.203 -54.65 4.14276 + 60 44.4721 1513 7 1 122.881 -55.422 5.15026 + 60 88.1937 1514 7 1 122.95 -55.5135 5.25808 +Number of digits in this event = 19 +Using G4ParticleGun ... +4.30687 LIN +proton +Event: 61 +Number of tracker hits in this event = 22 + 61 99.8832 898 10 1 -0.42188 -91.3514 95.55 + 61 165.65 443 10 0 -0.423415 -91.3516 94.15 + 61 113.31 898 9 1 -0.444293 -91.3454 65.55 + 61 186.57 444 9 0 -0.445147 -91.3469 64.15 + 61 173.463 897 8 1 -0.46578 -91.3839 35.55 + 61 108.34 443 8 0 -0.466822 -91.3895 34.15 + 61 126.857 897 7 1 -0.489614 -91.5021 5.55 + 61 130.674 443 7 0 -0.49123 -91.5074 4.15 + 61 101.658 897 6 1 -0.517283 -91.6182 -24.45 + 61 123.639 442 6 0 -0.5184 -91.6243 -25.85 + 61 106.336 897 5 1 -0.541058 -91.7515 -54.45 + 61 118.306 441 5 0 -0.541208 -91.7582 -55.85 + 61 112.939 897 4 1 -0.537099 -91.8943 -84.45 + 61 122.782 441 4 0 -0.535565 -91.9021 -85.85 + 61 158.893 897 3 1 -0.50457 -92.0654 -114.45 + 61 111.605 440 3 0 -0.504043 -92.0736 -115.85 + 61 120.856 897 2 1 -0.496689 -92.2456 -144.45 + 61 162.179 439 2 0 -0.495331 -92.2525 -145.85 + 61 129.715 897 1 1 -0.466885 -92.398 -174.45 + 61 115.44 438 1 0 -0.464953 -92.4056 -175.85 + 61 107.889 898 0 1 -0.429049 -92.556 -204.45 + 61 115.862 437 0 0 -0.428219 -92.5632 -205.85 +Number of digits in this event = 12 +Using G4ParticleGun ... +6.09517 LIN proton Event: 62 Number of tracker hits in this event = 22 - 62 106.967 656 10 1 -48.6998 104.078 95.55 - 62 116.777 1419 10 0 -48.7 104.079 94.15 - 62 106.385 656 9 1 -48.7024 104.091 65.55 - 62 109.458 1419 9 0 -48.7015 104.091 64.15 - 62 207.559 656 8 1 -48.6845 104.101 35.55 - 62 141.348 1419 8 0 -48.684 104.102 34.15 - 62 119.451 656 7 1 -48.6704 104.113 5.55 - 62 158.247 1419 7 0 -48.6683 104.114 4.15 - 62 94.2833 657 6 1 -48.6304 104.13 -24.45 - 62 88.6778 1419 6 0 -48.6292 104.13 -25.85 - 62 110.695 657 5 1 -48.6035 104.138 -54.45 - 62 127.264 1419 5 0 -48.602 104.14 -55.85 - 62 91.4461 657 4 1 -48.5697 104.168 -84.45 - 62 109.014 1420 4 0 -48.5684 104.169 -85.85 - 62 146.005 657 3 1 -48.5435 104.193 -114.45 - 62 107.11 1420 3 0 -48.5412 104.191 -115.85 - 62 137.075 657 2 1 -48.4967 104.15 -144.45 - 62 96.2681 1419 2 0 -48.4948 104.148 -145.85 - 62 125.742 657 1 1 -48.4582 104.116 -174.45 - 62 141.268 1419 1 0 -48.4559 104.115 -175.85 - 62 114.727 658 0 1 -48.4053 104.078 -204.45 - 62 187.551 1419 0 0 -48.4023 104.076 -205.85 -Number of digits in this event = 10 -Using G4ParticleGun ... -2.35171 LIN -proton -Event: 63 -Number of tracker hits in this event = 148 - 63 110.009 429 10 1 -94.1604 -64.4616 95.55 - 63 103.811 577 10 0 -94.1593 -64.4632 94.15 - 63 125.852 430 9 1 -94.1237 -64.4937 65.55 - 63 104.124 577 9 0 -94.1184 -64.4971 64.15 - 63 115.421 430 8 1 -94.0048 -64.5648 35.55 - 63 101.748 577 8 0 -93.9987 -64.5703 34.15 - 63 400.048 431 7 1 -93.884 -64.6876 5.55 - 63 427.605 576 7 0 -93.8795 -64.6919 4.15 - 63 87.9724 431 6 1 -93.7946 -64.7853 -24.45 - 63 146.044 576 6 0 -93.7918 -64.7888 -25.85 - 63 113.502 432 5 1 -93.7237 -64.8624 -54.45 - 63 100.012 575 5 0 -93.7192 -64.8674 -55.85 - 63 93.6032 432 4 1 -93.6128 -64.9767 -84.45 - 63 128.158 575 4 0 -93.6078 -64.982 -85.85 - 63 778.683 433 3 1 -93.4042 -65.0654 -114.45 - 63 1077.43 434 3 1 -93.35 -65.0466 -114.497 - 63 1110.03 435 3 1 -93.15 -64.9758 -114.674 - 63 392.198 577 3 0 -91.8337 -64.4864 -115.85 - 63 1306.93 578 3 0 -91.7357 -64.45 -115.938 - 63 333.947 602 2 1 -59.53 -52.0516 -144.45 - 63 1008.81 603 2 1 -59.45 -52.0135 -144.522 - 63 740.329 604 2 1 -59.25 -51.9185 -144.702 - 63 928.224 643 2 0 -57.9422 -51.3327 -145.85 - 63 1377.54 644 2 0 -57.7568 -51.25 -146.012 - 63 769.108 759 1 1 -28.141 -37.0559 -174.45 - 63 1773.8 760 1 1 -28.05 -36.9982 -174.559 - 63 441.16 761 1 1 -27.85 -36.8756 -174.793 - 63 1430.35 718 1 0 -26.9132 -36.332 -175.85 - 63 2398.34 719 1 0 -26.772 -36.25 -176.009 - 63 102.895 432 3 1 -93.6413 -65.0245 -114.45 - 63 210.406 431 3 1 -93.75 -64.9526 -114.537 - 63 231.135 430 3 1 -93.95 -64.8204 -114.696 - 63 18.013 580 3 0 -95.3981 -63.8646 -115.85 - 63 298.448 581 3 0 -95.4202 -63.85 -115.868 - 63 166.385 582 3 0 -95.7228 -63.65 -116.109 - 63 155.033 243 2 1 -131.388 -40.0246 -144.45 - 63 179.691 242 2 1 -131.55 -39.924 -144.572 - 63 158.399 241 2 1 -131.75 -39.7985 -144.725 - 63 32.0281 705 2 0 -133.226 -38.8699 -145.85 - 63 403.244 706 2 0 -133.258 -38.85 -145.874 - 63 250.906 707 2 0 -133.576 -38.65 -146.117 - 63 180.062 46 1 1 -170.781 -15.4463 -174.45 - 63 248.298 45 1 1 -170.95 -15.3334 -174.585 - 63 123.529 44 1 1 -171.15 -15.1994 -174.744 - 63 15.2943 828 1 0 -172.544 -14.2626 -175.85 - 63 578.46 829 1 0 -172.563 -14.25 -175.865 - 63 200.293 830 1 0 -172.86 -14.05 -176.1 - 63 131.687 436 3 1 -92.95 -65.3574 -114.796 - 63 90.1142 570 3 0 -91.6345 -65.9425 -115.85 - 63 290.814 569 3 0 -91.3927 -66.05 -116.044 - 63 38.1356 621 2 1 -55.7265 -81.775 -144.45 - 63 67.3995 622 2 1 -55.65 -81.806 -144.512 - 63 99.4862 623 2 1 -55.45 -81.8874 -144.673 - 63 9.55708 624 2 1 -55.25 -81.9688 -144.831 - 63 251.096 487 2 0 -53.9601 -82.4928 -145.85 - 63 46.2063 486 2 0 -53.5731 -82.65 -146.156 - 63 12.384 812 1 1 -17.4831 -97.2658 -174.45 - 63 51.7367 813 1 1 -17.45 -97.2786 -174.475 - 63 83.3403 814 1 1 -17.25 -97.3561 -174.629 - 63 27.708 815 1 1 -17.05 -97.4332 -174.782 - 63 181.287 410 1 0 -15.66 -97.97 -175.85 - 63 13.4591 409 1 0 -15.1939 -98.15 -176.208 - 63 17.149 1008 0 1 21.81 -112.476 -204.45 - 63 77.0072 1009 0 1 21.85 -112.49 -204.48 - 63 83.8597 1010 0 1 22.05 -112.562 -204.632 - 63 37.4044 1011 0 1 22.25 -112.634 -204.783 - 63 11.331 335 0 0 23.6617 -113.135 -205.85 - 63 264.886 334 0 0 23.7041 -113.15 -205.882 - 63 203.352 574 3 0 -93.227 -65.0864 -115.85 - 63 224.599 461 2 1 -87.7969 -64.5991 -144.45 - 63 225.209 577 2 0 -87.561 -64.5558 -145.85 - 63 134.015 486 1 1 -82.6932 -63.7518 -174.45 - 63 62.893 487 1 1 -82.65 -63.7463 -174.711 - 63 211.028 581 1 0 -82.4595 -63.7228 -175.85 - 63 295.296 511 0 1 -77.7518 -63.0862 -204.45 - 63 231.289 585 0 0 -77.5187 -63.0456 -205.85 - 63 108.458 568 3 0 -92.9655 -66.25 -116.096 - 63 274.165 479 2 1 -84.1329 -84.8466 -144.45 - 63 69.5582 480 2 1 -84.05 -85.0424 -144.754 - 63 127.606 471 2 0 -83.7504 -85.7491 -145.85 - 63 289.212 470 2 0 -83.7076 -85.85 -146.007 - 63 443.999 520 1 1 -76.0263 -104.326 -174.45 - 63 63.0366 374 1 0 -75.63 -105.285 -175.85 - 63 241.57 373 1 0 -75.603 -105.35 -175.945 - 63 7.47533 372 1 0 -75.5203 -105.55 -176.237 - 63 225.497 562 0 1 -67.5042 -124.803 -204.45 - 63 166.382 563 0 1 -67.45 -124.922 -204.629 - 63 11.0764 272 0 0 -67.0798 -125.737 -205.85 - 63 239.295 271 0 0 -67.0737 -125.75 -205.87 - 63 68.2117 270 0 0 -66.9827 -125.95 -206.17 - 63 114.699 519 1 1 -76.05 -104.346 -174.566 - 63 1.32072 599 3 0 -91.4208 -60.0564 -115.85 - 63 77.6265 600 3 0 -91.4181 -60.05 -115.852 - 63 70.122 601 3 0 -91.3356 -59.85 -115.911 - 63 74.1697 602 3 0 -91.2531 -59.65 -115.971 - 63 118.79 603 3 0 -91.1705 -59.45 -116.03 - 63 64.9217 604 3 0 -91.0886 -59.25 -116.089 - 63 70.8171 605 3 0 -91.0062 -59.05 -116.149 - 63 41.1156 606 3 0 -90.9231 -58.85 -116.209 - 63 348.173 643 2 1 -51.3704 36.1828 -144.45 - 63 147.307 644 2 1 -51.25 36.4554 -144.525 - 63 155.229 645 2 1 -51.05 36.9078 -144.649 - 63 99.5411 646 2 1 -50.85 37.3691 -144.774 - 63 17.725 1106 2 0 -49.1163 41.3797 -145.85 - 63 66.1775 1107 2 0 -49.0859 41.45 -145.869 - 63 84.7178 1108 2 0 -48.9989 41.65 -145.923 - 63 75.9818 1109 2 0 -48.9113 41.85 -145.977 - 63 49.4933 1110 2 0 -48.8237 42.05 -146.031 - 63 85.4093 1111 2 0 -48.7363 42.25 -146.085 - 63 54.7606 1112 2 0 -48.6493 42.45 -146.138 - 63 92.1639 1113 2 0 -48.5625 42.65 -146.192 - 63 6.36358 1114 2 0 -48.4759 42.85 -146.245 - 63 168.945 887 1 1 -2.60543 149.195 -174.45 - 63 136.529 888 1 1 -2.45 149.54 -174.53 - 63 164.785 889 1 1 -2.25 149.985 -174.631 - 63 232.978 890 1 1 -2.05 150.432 -174.733 - 63 23.7052 891 1 1 -1.85 150.882 -174.834 - 63 137.125 1676 1 0 0.175761 155.407 -175.85 - 63 74.9602 1677 1 0 0.239984 155.55 -175.882 - 63 55.417 1678 1 0 0.329731 155.75 -175.926 - 63 91.0417 1679 1 0 0.419785 155.95 -175.97 - 63 101.406 1680 1 0 0.50903 156.15 -176.014 - 63 174.219 1681 1 0 0.598126 156.35 -176.058 - 63 102.187 1682 1 0 0.687478 156.55 -176.103 - 63 59.3998 1683 1 0 0.776283 156.75 -176.148 - 63 73.8082 1684 1 0 0.86528 156.95 -176.192 - 63 24.2218 1685 1 0 0.95414 157.15 -176.236 - 63 222.192 642 2 1 -51.45 36.1721 -144.49 - 63 0.8264 641 2 1 -51.65 36.5086 -144.846 - 63 31.0146 1087 2 0 -52.0806 37.5733 -145.85 - 63 66.9192 1088 2 0 -52.1005 37.6502 -145.912 - 63 51.086 1089 2 0 -52.1672 37.85 -146.033 - 63 59.2982 1090 2 0 -52.2637 38.05 -146.047 - 63 154.912 1091 2 0 -52.3769 38.25 -146.035 - 63 80.5329 1092 2 0 -52.535 38.45 -146.071 - 63 126.685 1093 2 0 -52.6664 38.65 -146.114 - 63 300.819 1094 2 0 -52.8364 38.85 -146.087 - 63 315.54 1095 2 0 -52.9903 39.0501 -146.028 - 63 133.984 1096 2 0 -53.2649 39.2501 -145.966 - 63 24.417 618 2 1 -56.3474 39.5078 -144.85 - 63 57.7923 617 2 1 -56.45 39.5108 -144.814 - 63 64.1365 616 2 1 -56.6503 39.507 -144.777 - 63 83.3315 615 2 1 -56.85 39.5109 -144.732 - 63 134.287 614 2 1 -57.05 39.5817 -144.639 - 63 192.272 613 2 1 -57.25 39.6513 -144.573 - 63 30.4113 612 2 1 -57.45 39.6728 -144.463 - 63 8.42571 1081 2 0 -52.0689 36.3703 -145.85 - 63 163.061 413 6 0 -60.1129 -97.4816 -26.25 -Number of digits in this event = 75 -Using G4ParticleGun ... -3.65502 LIN -proton -Event: 64 -Number of tracker hits in this event = 25 - 64 169.046 541 11 1 -71.6888 10.6173 125.55 - 64 146.211 952 11 0 -71.6894 10.6177 124.15 - 64 190.582 541 10 1 -71.6944 10.631 95.55 - 64 120.636 952 10 0 -71.6939 10.6319 94.15 - 64 99.7582 541 9 1 -71.6931 10.6483 65.55 - 64 105.426 952 9 0 -71.6934 10.6474 64.15 - 64 148.538 541 8 1 -71.7057 10.6258 35.55 - 64 107.109 952 8 0 -71.7058 10.6277 34.15 - 64 96.4928 541 7 1 -71.7005 10.6642 5.55 - 64 126.097 953 7 0 -71.7001 10.6647 4.15 - 64 143.526 541 6 1 -71.6924 10.6724 -24.45 - 64 114.444 953 6 0 -71.6934 10.6719 -25.85 - 64 198.044 541 5 1 -71.7128 10.6755 -54.45 - 64 220.141 953 5 0 -71.7151 10.6742 -55.85 - 64 102.645 541 4 1 -71.7603 10.6528 -84.45 - 64 195.461 953 4 0 -71.7631 10.651 -85.85 - 64 104.839 541 3 1 -71.8247 10.6191 -114.45 - 64 111.027 952 3 0 -71.8249 10.6195 -115.85 - 64 124.495 541 2 1 -71.8245 10.6282 -144.45 - 64 122.637 952 2 0 -71.8217 10.6274 -145.85 - 64 130.768 541 1 1 -71.7659 10.6128 -174.45 - 64 104.265 952 1 0 -71.7621 10.612 -175.85 - 64 111.343 541 0 1 -71.6857 10.5979 -204.45 - 64 108.359 952 0 0 -71.6817 10.5982 -205.85 - 64 122.826 542 6 1 -71.65 10.6646 -24.5728 + 62 95.6075 1458 10 1 111.883 -13.3367 95.55 + 62 134.922 833 10 0 111.883 -13.3363 94.15 + 62 137.271 1458 9 1 111.885 -13.325 65.55 + 62 122.496 833 9 0 111.884 -13.3243 64.15 + 62 96.122 1458 8 1 111.861 -13.3113 35.55 + 62 206.231 833 8 0 111.861 -13.3102 34.15 + 62 228.216 1458 7 1 111.865 -13.2883 5.55 + 62 109.085 833 7 0 111.866 -13.2889 4.15 + 62 117.5 1458 6 1 111.874 -13.3037 -24.45 + 62 121.858 833 6 0 111.875 -13.3049 -25.85 + 62 102.659 1458 5 1 111.906 -13.3263 -54.45 + 62 137.167 833 5 0 111.907 -13.3278 -55.85 + 62 129.068 1458 4 1 111.934 -13.3592 -84.45 + 62 117.773 833 4 0 111.934 -13.3599 -85.85 + 62 91.0102 1458 3 1 111.93 -13.3735 -114.45 + 62 266.343 833 3 0 111.928 -13.3724 -115.85 + 62 96.9669 1458 2 1 111.89 -13.3542 -144.45 + 62 124.342 833 2 0 111.888 -13.3528 -145.85 + 62 137.579 1458 1 1 111.846 -13.3247 -174.45 + 62 310.714 833 1 0 111.845 -13.3233 -175.85 + 62 206.144 1458 0 1 111.824 -13.2919 -204.45 + 62 121.211 833 0 0 111.823 -13.2919 -205.85 Number of digits in this event = 15 Using G4ParticleGun ... -2.10908 LIN +3.06049 LIN proton -Event: 65 -Number of tracker hits in this event = 82 - 65 114.475 1287 9 1 77.5182 89.7682 65.55 - 65 98.2692 1348 9 0 77.5259 89.7706 64.15 - 65 187.012 1288 8 1 77.6906 89.8226 35.55 - 65 111.787 1348 8 0 77.7008 89.8272 34.15 - 65 139.458 1289 7 1 77.9164 89.9169 5.55 - 65 252.658 1349 7 0 77.9274 89.9161 4.15 - 65 117.128 1290 6 1 78.1465 89.9052 -24.45 - 65 113.427 1349 6 0 78.1618 89.9037 -25.85 - 65 156.133 1292 5 1 78.4737 89.8854 -54.45 - 65 125.646 1349 5 0 78.489 89.8831 -55.85 - 65 125.374 1293 4 1 78.8006 89.8473 -84.45 - 65 142.382 1348 4 0 78.8185 89.8431 -85.85 - 65 110.269 1295 3 1 79.1894 89.759 -114.45 - 65 142.958 1348 3 0 79.2102 89.7559 -115.85 - 65 115.69 1297 2 1 79.6358 89.6771 -144.45 - 65 231.633 1348 2 0 79.6579 89.6742 -145.85 - 65 126.439 1300 1 1 80.0716 89.6562 -174.45 - 65 120.589 1348 1 0 80.0921 89.657 -175.85 - 65 101.051 1302 0 1 80.5119 89.6814 -204.45 - 65 140.997 1348 0 0 80.5354 89.681 -205.85 - 65 25.9341 1122 10 1 44.5149 159.115 95.55 - 65 118.011 1121 10 1 44.45 159.08 95.5099 - 65 0.884229 377 7 0 60.6267 -104.55 3.98093 - 65 17.1783 1129 8 0 -7.89752 45.9818 33.75 - 65 79.8108 957 6 1 11.5146 59.5011 -24.45 - 65 47.1835 956 6 1 11.45 59.451 -24.7107 - 65 139.245 1198 6 0 10.4332 59.662 -25.85 - 65 136.963 272 9 0 -61.1283 -125.664 63.7502 - 65 212.686 1336 0 0 64.2372 87.3315 -206.25 - 65 26.6429 1216 0 1 63.296 87.1682 -204.85 - 65 133.426 1215 0 1 63.25 87.1601 -204.782 - 65 14.5727 1214 0 1 63.05 87.125 -204.484 - 65 2535.69 1328 1 0 45.1392 85.8269 -176.25 - 65 284.198 1120 1 1 44.2458 85.7706 -174.85 - 65 41.0564 1119 1 1 44.05 85.759 -174.543 - 65 67.0061 1322 1 0 43.9665 84.65 -176.002 - 65 1788.56 1118 1 1 43.8317 85.7313 -174.45 - 65 358.716 1117 1 1 43.65 85.732 -174.788 - 65 4724.91 1039 0 1 27.9988 85.5677 -204.45 - 65 1228.07 1038 0 1 27.85 85.5794 -204.671 - 65 457.953 1351 2 0 57.4386 90.3996 -146.25 - 65 318.03 1190 2 1 58.1166 90.6252 -144.85 - 65 139.697 1191 2 1 58.25 90.669 -144.575 - 65 542.01 1369 3 0 71.7507 94.0592 -116.25 - 65 104.663 1261 3 1 72.4144 94.2253 -114.85 - 65 564.239 1262 3 1 72.45 94.2342 -114.775 - 65 208.615 1389 4 0 85.683 98.1277 -86.25 - 65 353.529 1390 4 0 85.7583 98.15 -86.0876 - 65 289.805 1331 4 1 86.3355 98.3267 -84.85 - 65 404.628 1332 4 1 86.45 98.362 -84.6045 - 65 494.977 1420 5 0 99.5747 104.158 -56.25 - 65 400.876 1400 5 1 100.219 104.447 -54.85 - 65 154.51 1401 5 1 100.35 104.506 -54.5659 - 65 545.12 1458 6 0 112.969 111.849 -26.25 - 65 8.73476 1459 6 0 113.142 111.95 -25.8608 - 65 521.867 1467 6 1 113.591 112.218 -24.85 - 65 50.2832 1468 6 1 113.75 112.312 -24.4935 - 65 542.682 1502 7 0 126.823 120.573 3.75 - 65 202.434 1536 7 1 127.475 120.979 5.15 - 65 464.509 1537 7 1 127.55 121.026 5.31096 - 65 604.387 1541 8 0 142.089 128.391 33.75 - 65 481.857 1613 8 1 142.799 128.75 35.15 - 65 143.445 1614 8 1 142.95 128.827 35.4495 - 65 20.9525 1579 9 0 157.003 136.146 63.75 - 65 615.109 1580 9 0 157.011 136.15 63.7658 - 65 162.207 1687 9 1 157.694 136.515 65.15 - 65 516.657 1688 9 1 157.75 136.545 65.2628 - 65 76.6147 1608 10 0 171.544 141.938 93.75 - 65 479.936 1609 10 0 171.575 141.95 93.8147 - 65 422.534 1760 10 1 172.232 142.202 95.15 - 65 211.527 1761 10 1 172.35 142.247 95.3904 - 65 57.6877 1349 3 0 79.2281 89.8501 -116.223 - 65 46.0346 1291 5 1 78.45 89.8906 -54.7314 - 65 88.0778 1348 5 0 77.5525 89.7359 -55.85 - 65 138.187 1347 5 0 77.3562 89.65 -56.0068 - 65 100.526 1346 5 0 77.1954 89.45 -56.1548 - 65 47.3157 728 5 0 146.808 -34.3558 -56.25 - 65 154.487 727 5 0 146.911 -34.45 -56.1873 - 65 299.518 1635 5 1 147.258 -34.2022 -54.85 - 65 347.275 726 5 0 147.21 -34.7226 -55.85 - 65 74.2658 1287 8 1 77.65 89.7801 35.241 - 65 81.7619 1349 8 0 78.1372 89.9064 34.15 -Number of digits in this event = 56 -Using G4ParticleGun ... -3.89468 LIN -proton -Event: 66 -Number of tracker hits in this event = 16 - 66 100.634 1232 7 1 66.5433 133.097 5.55 - 66 114.483 1564 7 0 66.5426 133.099 4.15 - 66 105.913 1232 6 1 66.5327 133.134 -24.45 - 66 103.192 1564 6 0 66.5326 133.135 -25.85 - 66 132.333 1232 5 1 66.5388 133.146 -54.45 - 66 143.45 1564 5 0 66.5384 133.145 -55.85 - 66 123.949 1232 4 1 66.5219 133.148 -84.45 - 66 103.528 1564 4 0 66.5211 133.149 -85.85 - 66 120.804 1232 3 1 66.5122 133.156 -114.45 - 66 181.88 1565 3 0 66.5111 133.156 -115.85 - 66 130.873 1232 2 1 66.4964 133.157 -144.45 - 66 141.966 1565 2 0 66.4965 133.158 -145.85 - 66 99.6813 1232 1 1 66.5013 133.167 -174.45 - 66 133.007 1565 1 0 66.5018 133.167 -175.85 - 66 103.332 1232 0 1 66.5131 133.151 -204.45 - 66 102.142 1565 0 0 66.5136 133.152 -205.85 -Number of digits in this event = 9 -Using G4ParticleGun ... -9.90507 LIN -proton -Event: 67 -Number of tracker hits in this event = 20 - 67 185.949 247 9 1 -130.593 5.42033 65.55 - 67 140.18 926 9 0 -130.592 5.41943 64.15 - 67 121.869 247 8 1 -130.578 5.40433 35.55 - 67 135.476 926 8 0 -130.577 5.40293 34.15 - 67 147.499 247 7 1 -130.559 5.37339 5.55 - 67 106.81 926 7 0 -130.559 5.37237 4.15 - 67 142.523 248 6 1 -130.543 5.35004 -24.45 - 67 196.325 926 6 0 -130.543 5.34885 -25.85 - 67 134.101 247 5 1 -130.551 5.32395 -54.45 - 67 98.6542 926 5 0 -130.552 5.32238 -55.85 - 67 125.984 247 4 1 -130.585 5.2876 -84.45 - 67 212.144 926 4 0 -130.587 5.28602 -85.85 - 67 105.776 247 3 1 -130.636 5.2519 -114.45 - 67 117.812 925 3 0 -130.638 5.24969 -115.85 - 67 132.931 247 2 1 -130.681 5.20851 -144.45 - 67 225.858 925 2 0 -130.683 5.20689 -145.85 - 67 91.6725 247 1 1 -130.719 5.17575 -174.45 - 67 135.137 925 1 0 -130.721 5.17466 -175.85 - 67 124.344 246 0 1 -130.761 5.15269 -204.45 - 67 241.973 925 0 0 -130.762 5.15143 -205.85 -Number of digits in this event = 16 -Using G4ParticleGun ... -1.70826 LIN -proton -Event: 68 -Number of tracker hits in this event = 24 - 68 112.327 1128 8 1 45.7664 -129.631 35.55 - 68 377.828 252 8 0 45.7672 -129.63 34.15 - 68 99.0242 1128 7 1 45.7984 -129.62 5.55 - 68 114.43 252 7 0 45.8025 -129.611 4.15 - 68 133.031 1129 6 1 45.8875 -129.412 -24.45 - 68 171.174 253 6 0 45.8879 -129.388 -25.85 - 68 142.555 1129 5 1 45.8793 -128.907 -54.45 - 68 123.386 256 5 0 45.8801 -128.885 -55.85 - 68 123.035 1129 4 1 45.894 -128.43 -84.45 - 68 136.919 258 4 0 45.8951 -128.409 -85.85 - 68 104.778 1129 3 1 45.905 -127.991 -114.45 - 68 131.673 260 3 0 45.9068 -127.961 -115.85 - 68 112.996 1129 2 1 45.9559 -127.356 -144.45 - 68 339.669 264 2 0 45.9608 -127.326 -145.85 - 68 126.704 1130 1 1 46.0644 -126.71 -174.45 - 68 103.053 267 1 0 46.0727 -126.682 -175.85 - 68 112.154 1130 0 1 46.2298 -126.109 -204.45 - 68 136.953 270 0 0 46.2361 -126.08 -205.85 - 68 65.9137 263 2 0 45.9002 -127.35 -145.956 - 68 62.7377 251 8 0 45.7554 -129.75 33.8258 - 68 76.5034 250 8 0 45.8094 -129.95 33.8005 - 68 93.1268 249 8 0 45.9547 -130.15 33.8285 - 68 131.915 248 8 0 46.054 -130.35 33.9774 - 68 334.683 247 8 0 46.2199 -130.55 34.0297 +Event: 63 +Number of tracker hits in this event = 31 + 63 113.691 782 11 1 -23.5733 -4.77204 125.55 + 63 102.616 876 11 0 -23.5751 -4.76931 124.15 + 63 96.0421 782 10 1 -23.606 -4.71128 95.55 + 63 112.452 876 10 0 -23.6077 -4.70953 94.15 + 63 105.649 782 9 1 -23.6495 -4.67131 65.55 + 63 125.349 876 9 0 -23.6491 -4.6724 64.15 + 63 144.581 782 8 1 -23.6437 -4.69468 35.55 + 63 133.096 876 8 0 -23.6457 -4.69581 34.15 + 63 101.699 781 7 1 -23.6892 -4.72188 5.55 + 63 101.036 876 7 0 -23.6933 -4.72401 4.15 + 63 94.7185 781 6 1 -23.7804 -4.77204 -24.45 + 63 96.5692 876 6 0 -23.7832 -4.77709 -25.85 + 63 115.218 781 5 1 -23.8316 -4.90022 -54.45 + 63 118.999 875 5 0 -23.8329 -4.90652 -55.85 + 63 123.776 780 4 1 -23.8711 -5.03553 -84.45 + 63 228.949 875 4 0 -23.8748 -5.04217 -85.85 + 63 107.429 780 3 1 -23.9419 -5.18185 -114.45 + 63 165.001 874 3 0 -23.9486 -5.1882 -115.85 + 63 130.395 779 2 1 -24.084 -5.32782 -144.45 + 63 101.443 873 2 0 -24.0908 -5.3335 -145.85 + 63 87.273 779 1 1 -24.2334 -5.45418 -174.45 + 63 91.6125 872 1 0 -24.2414 -5.46146 -175.85 + 63 126.485 778 0 1 -24.4098 -5.61565 -204.45 + 63 107.381 872 0 0 -24.4175 -5.62234 -205.85 + 63 113.91 1124 4 0 -20.5205 44.8842 -86.1115 + 63 169.706 761 4 0 -87.2139 -27.6851 -86.2498 + 63 95.9723 762 4 0 -87.5872 -27.65 -86.0218 + 63 140.471 791 4 0 -53.3247 -21.7714 -86.2499 + 63 112.513 781 9 1 -23.6503 -4.67107 65.3478 + 63 191.436 780 9 1 -23.8504 -4.65578 65.4155 + 63 28.2392 308 11 0 -38.0171 -118.496 123.75 Number of digits in this event = 14 Using G4ParticleGun ... -9.72465 LIN +8.65832 LIN proton -Event: 69 -Number of tracker hits in this event = 185 - 69 88.619 450 10 1 -89.9196 -48.8852 95.55 - 69 146.693 655 10 0 -89.9192 -48.8851 94.15 - 69 92.0314 450 9 1 -89.9063 -48.8841 65.55 - 69 231.709 655 9 0 -89.9057 -48.8845 64.15 - 69 1148.36 450 8 1 -89.8938 -48.8939 35.55 - 69 12.4987 451 8 1 -89.85 -48.8961 35.183 - 69 172.145 655 8 0 -89.3419 -48.9204 34.15 - 69 128.619 523 7 1 -75.3664 -49.3839 5.55 - 69 90.8808 524 7 1 -75.25 -49.3915 5.31378 - 69 202.525 653 7 0 -74.6765 -49.4283 4.15 - 69 195.834 597 6 1 -60.5567 -50.3238 -24.45 - 69 127.2 598 6 1 -60.45 -50.3295 -24.6703 - 69 312.731 648 6 0 -59.8797 -50.3588 -25.85 - 69 159.933 670 5 1 -46.0455 -51.0368 -54.45 - 69 189.277 644 5 0 -45.368 -51.0724 -55.85 - 69 195.639 742 4 1 -31.5793 -51.8102 -84.45 - 69 471.954 743 4 1 -31.45 -51.8171 -84.7224 - 69 129.34 641 4 0 -30.914 -51.8447 -85.85 - 69 64.9089 640 4 0 -30.8112 -51.85 -86.0664 - 69 60.8987 813 3 1 -17.3277 -52.5569 -114.45 - 69 74.8389 814 3 1 -17.25 -52.5617 -114.615 - 69 174.544 637 3 0 -16.6678 -52.5979 -115.85 - 69 126.89 884 2 1 -3.19391 -53.4006 -144.45 - 69 35.0027 885 2 1 -3.05 -53.4117 -144.752 - 69 171.15 632 2 0 -2.52644 -53.4516 -145.85 - 69 179.114 955 1 1 11.1435 -54.4758 -174.45 - 69 62.5115 956 1 1 11.25 -54.4839 -174.67 - 69 165.174 627 1 0 11.8207 -54.5253 -175.85 - 69 136.697 1028 0 1 25.6712 -55.5373 -204.45 - 69 43.3641 1029 0 1 25.85 -55.5514 -204.815 - 69 213.777 622 0 0 26.3576 -55.5905 -205.85 - 69 237.66 656 8 0 -90.453 -48.6988 34.15 - 69 153.061 657 8 0 -90.5929 -48.65 33.8694 - 69 22.2155 377 7 1 -104.702 -43.7643 5.55 - 69 198.531 376 7 1 -104.75 -43.7467 5.45155 - 69 237.348 682 7 0 -105.389 -43.5162 4.15 - 69 12.3907 683 7 0 -105.573 -43.45 3.77499 - 69 56.8359 303 6 1 -119.451 -38.4458 -24.45 - 69 92.8857 302 6 1 -119.55 -38.4119 -24.6488 - 69 97.9715 709 6 0 -120.144 -38.2089 -25.85 - 69 31.8099 229 5 1 -134.286 -33.3977 -54.45 - 69 86.2956 228 5 1 -134.35 -33.3742 -54.5817 - 69 204.144 734 5 0 -134.969 -33.147 -55.85 - 69 38.5504 156 4 1 -148.869 -28.0678 -84.45 - 69 53.8705 155 4 1 -148.95 -28.0381 -84.6183 - 69 294.419 761 4 0 -149.541 -27.8198 -85.85 - 69 131.391 84 3 1 -163.238 -22.7634 -114.45 - 69 72.0353 83 3 1 -163.35 -22.7239 -114.682 - 69 153.4 787 3 0 -163.922 -22.5284 -115.85 - 69 3.84877 11 2 1 -177.944 -17.7412 -144.45 - 69 107.387 10 2 1 -177.95 -17.7393 -144.462 - 69 117.33 812 2 0 -178.647 -17.5136 -145.85 - 69 1.61424 813 2 0 -178.844 -17.45 -146.242 - 69 44.0427 1005 3 0 57.8578 21.0637 -116.25 - 69 222.698 1193 3 1 58.6716 21.6781 -114.85 - 69 81.1471 1194 3 1 58.85 22.0653 -114.773 - 69 208.084 1195 3 1 59.05 22.2732 -114.721 - 69 56.3662 1196 3 1 59.25 22.3057 -114.806 - 69 85.1882 1197 3 1 59.45 22.4076 -114.799 - 69 66.8808 1198 3 1 59.65 22.6032 -114.778 - 69 75.6302 1018 3 0 59.5717 23.7205 -115.85 - 69 192.988 1019 3 0 59.5569 23.85 -116.042 - 69 121.228 1010 3 0 71.6285 22.0936 -116.25 - 69 129.183 1009 3 0 71.7225 22.05 -116.061 - 69 112.747 575 1 1 -65.0124 -135.567 -174.85 - 69 63.4579 1051 1 0 69.4728 30.3765 -176.136 - 69 158.972 854 14 0 56.0771 -9.05426 213.75 - 69 596.164 855 14 0 56.0796 -9.05 213.772 - 69 112.757 1179 14 1 56.0387 -8.71341 215.15 - 69 72.7315 658 8 0 -89.8167 -48.45 33.8892 - 69 109.372 459 7 1 -88.2328 -39.3622 5.55 - 69 26.4191 705 7 0 -88.1504 -38.8914 4.15 - 69 83.5368 706 7 0 -88.1433 -38.85 4.02727 - 69 104.318 468 6 1 -86.4094 -29.1893 -24.45 - 69 106.843 756 6 0 -86.3455 -28.7041 -25.85 - 69 67.1641 757 6 0 -86.3384 -28.65 -26.0055 - 69 158.826 475 5 1 -85.0125 -18.7569 -54.45 - 69 20.9756 808 5 0 -84.9592 -18.2764 -55.85 - 69 89.6759 809 5 0 -84.9563 -18.25 -55.9269 - 69 112.757 480 4 1 -83.9196 -8.53629 -84.45 - 69 135.045 860 4 0 -83.8544 -8.03847 -85.85 - 69 124.708 487 3 1 -82.5449 2.09948 -114.45 - 69 73.2778 912 3 0 -82.4772 2.58208 -115.85 - 69 63.4247 913 3 0 -82.4678 2.65 -116.047 - 69 120.166 494 2 1 -81.096 12.4807 -144.45 - 69 168.45 964 2 0 -80.9975 12.9501 -145.85 - 69 41.66 965 2 0 -80.9763 13.05 -146.148 - 69 129.701 504 1 1 -79.1017 22.3871 -174.45 - 69 101.709 1014 1 0 -79.0044 22.889 -175.85 - 69 251.066 515 0 1 -76.9639 33.129 -204.45 - 69 3.00311 1067 0 0 -76.8431 33.6489 -205.85 - 69 136.541 1068 0 0 -76.8429 33.65 -205.853 - 69 38.2665 659 8 0 -90.15 -48.1221 34.0338 - 69 53.3622 660 8 0 -90.1738 -48.05 33.9178 - 69 159.184 420 7 1 -95.9987 -30.3901 5.55 - 69 48.4324 752 7 0 -96.2916 -29.5177 4.15 - 69 123.136 753 7 0 -96.3144 -29.45 4.04143 - 69 27.96 389 6 1 -102.337 -11.5952 -24.45 - 69 104.477 388 6 1 -102.35 -11.561 -24.5051 - 69 35.6675 846 6 0 -102.655 -10.7268 -25.85 - 69 90.5702 847 6 0 -102.683 -10.65 -25.9737 - 69 167.972 354 5 1 -109.238 7.18513 -54.45 - 69 12.5282 939 5 0 -109.557 8.02287 -55.85 - 69 169.957 940 5 0 -109.568 8.05 -55.8953 - 69 9.52548 941 5 0 -109.644 8.25 -56.2293 - 69 36.485 320 4 1 -116.123 25.142 -84.45 - 69 94.1961 319 4 1 -116.15 25.2137 -84.5716 - 69 64.821 1029 4 0 -116.436 25.9645 -85.85 - 69 113.578 1030 4 0 -116.469 26.05 -85.9957 - 69 92.3326 286 3 1 -122.887 42.5197 -114.45 - 69 58.6883 285 3 1 -122.95 42.6779 -114.726 - 69 80.5762 1116 3 0 -123.207 43.322 -115.85 - 69 54.7913 1117 3 0 -123.258 43.45 -116.073 - 69 111.3 251 2 1 -129.788 59.678 -144.45 - 69 107.949 1202 2 0 -130.116 60.4662 -145.85 - 69 20.5271 1203 2 0 -130.193 60.65 -146.176 - 69 156.422 216 1 1 -136.793 76.6641 -174.45 - 69 104.63 1287 1 0 -137.124 77.456 -175.85 - 69 14.0726 1288 1 0 -137.205 77.65 -176.193 - 69 130.816 181 0 1 -143.834 93.6197 -204.45 - 69 99.6579 1371 0 0 -144.166 94.402 -205.85 - 69 53.1024 1372 0 0 -144.229 94.55 -206.116 - 69 12.9444 724 8 0 1.88706 -35.25 33.8534 - 69 228.587 709 0 0 -122.9 -38.2046 -206.25 - 69 247.025 509 3 1 -78.0764 -64.6031 -114.45 - 69 21.7182 510 3 1 -78.05 -64.6384 -114.787 - 69 337.676 576 3 0 -77.9681 -64.7475 -115.85 - 69 226.412 521 2 1 -75.6921 -67.7673 -144.45 - 69 170.664 560 2 0 -75.5723 -67.9164 -145.85 - 69 177.508 534 1 1 -73.1451 -70.9231 -174.45 - 69 161.11 544 1 0 -73.022 -71.0638 -175.85 - 69 160.858 547 0 1 -70.4835 -73.8694 -204.45 - 69 6.78712 548 0 1 -70.45 -73.905 -204.819 - 69 128.535 530 0 0 -70.3571 -74.0048 -205.85 - 69 61.788 520 2 1 -75.85 -67.8392 -144.684 - 69 62.048 519 2 1 -76.05 -67.8774 -144.784 - 69 7.5475 555 2 0 -77.7918 -69.0377 -145.85 - 69 133.577 554 2 0 -77.8121 -69.05 -145.865 - 69 105.299 553 2 0 -77.9917 -69.25 -146.1 - 69 16.4901 552 2 0 -78.1218 -69.45 -146.189 - 69 53.5941 498 2 0 -50.0695 -80.3253 -146.25 - 69 132.506 493 2 1 -81.3716 -65.9533 -144.45 - 69 96.871 573 2 0 -81.2828 -65.3764 -145.85 - 69 27.9892 574 2 0 -81.2578 -65.25 -146.166 - 69 54.8634 510 1 1 -77.9911 -55.4891 -174.45 - 69 82.0773 511 1 1 -77.85 -55.5201 -174.622 - 69 105.914 621 1 0 -76.8222 -55.8081 -175.85 - 69 77.2463 620 1 0 -76.6966 -55.85 -175.997 - 69 28.6095 812 0 0 -138.598 -17.65 -206.094 - 69 25.9114 759 1 1 -28.25 -69.2792 -174.495 - 69 175.701 758 1 1 -28.25 -69.2669 -174.463 - 69 121.385 426 7 1 -94.8021 -49.6156 5.55 - 69 50.0584 652 7 0 -95.0324 -49.6459 4.15 - 69 155.574 651 7 0 -95.0636 -49.65 3.96009 - 69 22.143 402 6 1 -99.7344 -50.2785 -24.45 - 69 98.3537 401 6 1 -99.75 -50.2807 -24.5441 - 69 182.994 377 5 1 -104.679 -50.9479 -54.45 - 69 294.465 645 5 0 -104.903 -50.9774 -55.85 - 69 145.059 353 4 1 -109.466 -51.5792 -84.45 - 69 123.955 642 4 0 -109.688 -51.6066 -85.85 - 69 140.744 329 3 1 -114.203 -52.1795 -114.45 - 69 129.594 639 3 0 -114.421 -52.2037 -115.85 - 69 162.159 306 2 1 -118.868 -52.693 -144.45 - 69 112.29 636 2 0 -119.079 -52.716 -145.85 - 69 99.0132 283 1 1 -123.4 -53.1892 -174.45 - 69 115.058 634 1 0 -123.613 -53.2113 -175.85 - 69 93.9439 260 0 1 -127.956 -53.643 -204.45 - 69 101.25 631 0 0 -128.168 -53.6633 -205.85 - 69 197.251 798 2 0 -166.591 -20.45 -146.168 - 69 124.254 453 7 1 -89.3877 -43.8481 5.55 - 69 102.225 457 6 1 -88.5423 -38.8706 -24.45 - 69 102.039 707 6 0 -88.5112 -38.636 -25.85 - 69 121.261 461 5 1 -87.8034 -33.8184 -54.45 - 69 124.4 732 5 0 -87.7732 -33.6059 -55.85 - 69 119.516 464 4 1 -87.1753 -29.2592 -84.45 - 69 117.309 755 4 0 -87.1141 -29.0305 -85.85 - 69 188.272 471 3 1 -85.735 -24.4152 -114.45 - 69 140.029 779 3 0 -85.6507 -24.1905 -115.85 - 69 109.758 480 2 1 -83.9706 -19.6526 -144.45 - 69 200.956 803 2 0 -83.884 -19.4166 -145.85 - 69 117.127 489 1 1 -82.104 -15.032 -174.45 - 69 2.98519 825 1 0 -81.9822 -14.8518 -175.85 - 69 129.039 826 1 0 -81.981 -14.85 -175.864 - 69 191.718 502 0 1 -79.525 -11.2076 -204.45 - 69 104.9 845 0 0 -79.3986 -11.0381 -205.85 -Number of digits in this event = 84 +Event: 64 +Number of tracker hits in this event = 31 + 64 198.955 1432 9 1 106.588 58.1821 65.55 + 64 126.304 1190 9 0 106.588 58.1821 64.15 + 64 115.862 1432 8 1 106.593 58.1846 35.55 + 64 205.369 1190 8 0 106.594 58.1853 34.15 + 64 216.25 1432 7 1 106.603 58.1993 5.55 + 64 110.562 1190 7 0 106.604 58.2008 4.15 + 64 105.834 1432 6 1 106.619 58.2302 -24.45 + 64 122.713 1190 6 0 106.62 58.2313 -25.85 + 64 110.847 1432 5 1 106.64 58.2546 -54.45 + 64 218.189 1191 5 0 106.642 58.2538 -55.85 + 64 143.095 1432 4 1 106.679 58.2357 -84.45 + 64 118.067 1190 4 0 106.682 58.2353 -85.85 + 64 106.176 1432 3 1 106.739 58.2259 -114.45 + 64 128.049 1190 3 0 106.741 58.2251 -115.85 + 64 171.855 1433 2 1 106.78 58.2081 -144.45 + 64 112.516 1190 2 0 106.781 58.2072 -145.85 + 64 116.005 1433 1 1 106.818 58.1804 -174.45 + 64 106.482 1190 1 0 106.819 58.1797 -175.85 + 64 132.077 1433 0 1 106.855 58.1676 -204.45 + 64 99.3128 1190 0 0 106.856 58.1673 -205.85 + 64 54.0146 1497 1 0 19.8097 119.695 -176.25 + 64 45.5135 1729 1 0 -16.1835 166.048 -176.25 + 64 6.66383 1734 1 0 -16.1716 166.971 -176.25 + 64 25.2899 1777 1 0 19.7208 175.623 -176.25 + 64 44.7752 1721 0 1 164.467 -166.994 -204.74 + 64 123.254 416 8 1 -96.75 160.422 35.3783 + 64 302.16 1432 2 1 106.75 58.2748 -144.569 + 64 47.4971 1187 2 0 108.677 57.4574 -145.85 + 64 2.88968 1192 2 0 108.348 58.5486 -145.85 + 64 161.696 1433 9 1 106.75 58.3182 65.2455 + 64 265.887 1434 9 1 106.95 58.1999 65.1925 +Number of digits in this event = 18 Using G4ParticleGun ... -9.97916 LIN +9.25908 LIN proton -Event: 70 -Number of tracker hits in this event = 67 - 70 99.3291 1260 10 1 72.1197 -62.2744 95.55 - 70 98.4161 588 10 0 72.1191 -62.2742 94.15 - 70 257.197 1260 9 1 72.1059 -62.2725 65.55 - 70 327.164 588 9 0 72.1055 -62.2726 64.15 - 70 134.407 1260 8 1 72.0975 -62.2717 35.55 - 70 118.878 588 8 0 72.0975 -62.2727 34.15 - 70 104.564 1260 7 1 72.0981 -62.2936 5.55 - 70 122.668 588 7 0 72.0975 -62.2949 4.15 - 70 122.586 1260 6 1 72.0843 -62.3232 -24.45 - 70 96.7286 588 6 0 72.0836 -62.3244 -25.85 - 70 96.4314 1260 5 1 72.0673 -62.3499 -54.45 - 70 91.3446 588 5 0 72.0675 -62.3514 -55.85 - 70 116.495 1260 4 1 72.0709 -62.3835 -84.45 - 70 105.511 588 4 0 72.0705 -62.3849 -85.85 - 70 121.643 1260 3 1 72.0567 -62.4124 -114.45 - 70 108.726 588 3 0 72.0548 -62.4136 -115.85 - 70 112.419 1259 2 1 72.0184 -62.4372 -144.45 - 70 102.072 588 2 0 72.0169 -62.4388 -145.85 - 70 111.193 1259 1 1 71.9866 -62.4735 -174.45 - 70 100.14 587 1 0 71.9853 -62.4754 -175.85 - 70 122.187 1259 0 1 71.9602 -62.515 -204.45 - 70 145.946 587 0 0 71.9586 -62.5165 -205.85 - 70 27.4456 772 0 1 -25.502 126.328 -204.7 - 70 289.063 1548 7 0 131.988 129.887 3.98551 - 70 54.5462 804 8 0 29.3262 -19.1708 33.7501 - 70 236.9 805 8 0 29.2317 -19.05 33.8203 - 70 154.762 806 8 0 29.0437 -18.8499 33.995 - 70 25.6129 1044 8 1 28.875 -19.5619 35.15 - 70 149.905 797 8 0 28.7427 -20.5778 34.1499 - 70 145.141 652 4 0 125.398 -49.5265 -86.25 - 70 110.258 653 4 0 125.436 -49.45 -86.2095 - 70 174.221 654 4 0 125.536 -49.25 -86.0909 - 70 76.9338 1281 8 1 76.4181 -63.2704 35.5497 - 70 27.3351 1282 8 1 76.45 -63.2785 35.269 - 70 114.465 583 8 0 76.5689 -63.311 34.1497 - 70 109.723 1297 7 1 79.6057 -62.9738 5.55 - 70 125.163 1298 7 1 79.65 -62.9696 5.34616 - 70 116.196 585 7 0 79.8726 -62.9839 4.15 - 70 127.367 1323 6 1 84.6936 -63.2345 -24.4505 - 70 150.11 581 6 0 85.2078 -63.6749 -25.85 - 70 4.58257 1378 5 1 95.941 -73.1583 -54.4507 - 70 182.902 1379 5 1 95.9501 -73.1659 -54.4701 - 70 205.653 531 5 0 96.6001 -73.701 -55.85 - 70 18.5199 530 5 0 96.7578 -73.85 -56.1985 - 70 421.145 1443 4 1 108.761 -85.8345 -84.4501 - 70 13.5399 1444 4 1 108.95 -85.9192 -84.7985 - 70 110.1 469 4 0 109.56 -86.1772 -85.85 - 70 133.776 468 4 0 109.713 -86.25 -86.1265 - 70 72.1658 1524 3 1 125.086 -94.9089 -114.451 - 70 92.7201 1525 3 1 125.15 -94.9294 -114.571 - 70 26.466 425 3 0 125.855 -95.131 -115.85 - 70 91.1672 424 3 0 125.918 -95.15 -115.968 - 70 140.122 1603 2 1 140.819 -99.786 -144.45 - 70 107.916 401 2 0 141.205 -99.8081 -145.85 - 70 52.6889 1646 1 1 149.484 -101.201 -174.45 - 70 70.7013 1647 1 1 149.55 -101.27 -174.622 - 70 143.661 391 1 0 150.108 -101.791 -175.85 - 70 12.8717 390 1 0 150.273 -101.95 -176.201 - 70 68.2227 1715 0 1 163.268 -114.754 -204.45 - 70 200.75 1716 0 1 163.35 -114.737 -204.66 - 70 107.222 327 0 0 163.929 -114.614 -205.85 - 70 180.817 584 7 0 80.2329 -63.1532 4.15 - 70 248.276 1499 6 1 119.995 -131.136 -24.45 - 70 15.4438 1500 6 1 120.15 -130.836 -24.7489 - 70 70.4701 1498 6 1 119.95 -130.643 -24.765 - 70 303.646 1497 6 1 119.75 -130.661 -24.7093 - 70 111.054 1496 6 1 119.55 -130.972 -24.8051 -Number of digits in this event = 31 +Event: 65 +Number of tracker hits in this event = 22 + 65 96.9162 1389 10 1 98.0556 -27.4197 95.55 + 65 121.173 763 10 0 98.0549 -27.4196 94.15 + 65 181.328 1389 9 1 98.04 -27.4172 65.55 + 65 106.107 763 9 0 98.0396 -27.417 64.15 + 65 106.708 1389 8 1 98.0339 -27.4133 35.55 + 65 146.376 763 8 0 98.0343 -27.4119 34.15 + 65 120.178 1389 7 1 98.0389 -27.3846 5.55 + 65 132.674 763 7 0 98.0389 -27.384 4.15 + 65 106.795 1389 6 1 98.0381 -27.3716 -24.45 + 65 93.2237 763 6 0 98.0374 -27.3709 -25.85 + 65 102.925 1389 5 1 98.0229 -27.3555 -54.45 + 65 118.364 763 5 0 98.0223 -27.3552 -55.85 + 65 101.039 1389 4 1 98.0121 -27.3507 -84.45 + 65 164.524 763 4 0 98.0117 -27.349 -85.85 + 65 133.258 1389 3 1 98.0047 -27.3118 -114.45 + 65 121.42 763 3 0 98.0045 -27.3102 -115.85 + 65 116.941 1389 2 1 98.0024 -27.2802 -144.45 + 65 210.405 763 2 0 98.0026 -27.279 -145.85 + 65 130.065 1389 1 1 98.005 -27.2554 -174.45 + 65 120.487 763 1 0 98.005 -27.2546 -175.85 + 65 120.291 1389 0 1 98.0055 -27.2385 -204.45 + 65 108.176 764 0 0 98.0053 -27.2369 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -1.54239 LIN +1.01214 LIN proton -Event: 71 -Number of tracker hits in this event = 49 - 71 126.072 1087 11 0 -75.312 37.5383 124.15 - 71 217.734 523 10 1 -75.303 37.5396 95.55 - 71 112.931 1087 10 0 -75.3026 37.5425 94.15 - 71 106.165 523 9 1 -75.2916 37.5976 65.55 - 71 121.793 1087 9 0 -75.2897 37.6016 64.15 - 71 135.341 523 8 1 -75.2548 37.6771 35.55 - 71 110.829 1088 8 0 -75.2523 37.6811 34.15 - 71 129.344 524 7 1 -75.1957 37.7402 5.55 - 71 193.955 1088 7 0 -75.19 37.7458 4.15 - 71 102.131 524 6 1 -75.0609 37.8657 -24.45 - 71 121.036 1089 6 0 -75.0572 37.8705 -25.85 - 71 94.2858 525 5 1 -74.9761 37.9532 -54.45 - 71 123.181 1089 5 0 -74.9728 37.9604 -55.85 - 71 123.852 525 4 1 -74.9033 38.1065 -84.45 - 71 243.837 1090 4 0 -74.8995 38.1172 -85.85 - 71 156.978 526 3 1 -74.8244 38.3421 -114.45 - 71 179.96 1091 3 0 -74.8245 38.3511 -115.85 - 71 183.787 526 2 1 -74.8094 38.538 -144.45 - 71 132.28 1092 2 0 -74.8071 38.5499 -145.85 - 71 103.658 526 1 1 -74.7497 38.7575 -174.45 - 71 99.1851 1093 1 0 -74.7483 38.7633 -175.85 - 71 111.448 526 0 1 -74.7286 38.877 -204.45 - 71 121.929 1094 0 0 -74.7262 38.8809 -205.85 - 71 115.242 1086 10 0 -75.4087 37.4144 94.15 - 71 87.3281 1125 10 0 17.6107 45.0979 93.75 - 71 249.27 1126 10 0 17.8577 45.25 93.8568 - 71 131.784 1127 10 0 18.0902 45.45 93.9732 - 71 51.7242 1128 10 0 18.3813 45.65 94.0783 - 71 47.009 1007 10 1 21.4707 45.6956 95.15 - 71 54.7763 1008 10 1 21.65 45.7288 95.2072 - 71 91.5075 1009 10 1 21.85 45.7827 95.265 - 71 52.3513 1010 10 1 22.05 45.8163 95.2726 - 71 59.4321 1011 10 1 22.25 45.8706 95.3128 - 71 59.8442 1012 10 1 22.4501 45.9566 95.3552 - 71 103.224 1013 10 1 22.65 46.0116 95.3449 - 71 51.2986 1014 10 1 22.85 46.0726 95.2545 - 71 31.4447 1015 10 1 23.0503 46.1123 95.2039 - 71 7.16671 1138 10 0 25.1603 47.829 94.1499 - 71 76.1756 1139 10 0 25.1845 47.85 94.1365 - 71 88.324 1140 10 0 25.2883 48.0504 94.0142 - 71 77.4586 1141 10 0 25.3129 48.2502 93.8827 - 71 3.34265 1482 10 0 64.2282 116.74 93.7501 - 71 73.5582 1483 10 0 64.2324 116.75 93.7554 - 71 78.9018 1484 10 0 64.2723 116.95 93.8136 - 71 77.5219 1485 10 0 64.3277 117.15 93.8921 - 71 52.5483 1486 10 0 64.2763 117.35 94.0418 - 71 368.161 1215 10 1 63.1081 118.158 95.15 - 71 59.944 1214 10 1 63.05 118.351 95.2795 - 71 267.915 1216 10 1 63.25 118.414 95.2767 -Number of digits in this event = 20 -Using G4ParticleGun ... -6.27093 LIN -proton -Event: 72 -Number of tracker hits in this event = 26 - 72 144.595 1331 10 1 86.3645 73.5104 95.55 - 72 165.894 1267 10 0 86.3653 73.5099 94.15 - 72 107.875 1331 9 1 86.3818 73.4992 65.55 - 72 121.22 1267 9 0 86.3826 73.4991 64.15 - 72 265.612 1331 8 1 86.4014 73.4986 35.55 - 72 111.822 1267 8 0 86.4021 73.4975 34.15 - 72 118.929 1331 7 1 86.4177 73.4763 5.55 - 72 156.041 1267 7 0 86.4189 73.4752 4.15 - 72 477.028 1331 6 1 86.4457 73.4523 -24.45 - 72 167.423 1267 6 0 86.4463 73.4509 -25.85 - 72 124.248 1332 5 1 86.4555 73.4239 -54.45 - 72 109.352 1266 5 0 86.4557 73.423 -55.85 - 72 208.499 1332 4 1 86.4582 73.4013 -84.45 - 72 124.118 1266 4 0 86.4581 73.4012 -85.85 - 72 230.101 1332 3 1 86.459 73.4007 -114.45 - 72 93.9694 1266 3 0 86.4602 73.4016 -115.85 - 72 159.414 1332 2 1 86.4855 73.4263 -144.45 - 72 121.533 1266 2 0 86.4862 73.427 -145.85 - 72 129.856 1332 1 1 86.4987 73.4421 -174.45 - 72 132.004 1266 1 0 86.4981 73.4424 -175.85 - 72 288.62 1332 0 1 86.4807 73.4461 -204.45 - 72 119.853 1266 0 0 86.4813 73.444 -205.85 - 72 146.013 1332 6 1 86.45 73.4235 -24.5643 - 72 133.003 1266 6 0 86.6528 73.3419 -25.85 - 72 170.213 1488 7 0 27.0002 117.875 3.75 - 72 215.354 1489 7 0 26.9831 117.95 3.89167 +Event: 66 +Number of tracker hits in this event = 30 + 66 153.416 1420 9 1 104.292 -71.7048 65.55 + 66 99.8621 541 9 0 104.293 -71.6973 64.15 + 66 113.935 1420 8 1 104.298 -71.5483 35.55 + 66 218.252 542 8 0 104.303 -71.5408 34.15 + 66 246.313 1421 7 1 104.386 -71.3975 5.55 + 66 120.002 543 7 0 104.381 -71.3937 4.15 + 66 238.7 1420 6 1 104.292 -71.3282 -24.45 + 66 120.016 543 6 0 104.288 -71.3232 -25.85 + 66 121.122 1420 5 1 104.2 -71.2668 -54.45 + 66 165.788 543 5 0 104.189 -71.2652 -55.85 + 66 140.942 1418 4 1 103.944 -71.2598 -84.45 + 66 180.427 543 4 0 103.931 -71.2605 -85.85 + 66 136.556 1417 3 1 103.676 -71.2749 -114.45 + 66 195.807 543 3 0 103.657 -71.2741 -115.85 + 66 302.973 1415 2 1 103.29 -71.2361 -144.45 + 66 145.07 544 2 0 103.272 -71.234 -145.85 + 66 208.336 1413 1 1 102.892 -71.1842 -174.45 + 66 221.581 544 1 0 102.876 -71.1809 -175.85 + 66 154.85 1412 0 1 102.555 -71.1183 -204.45 + 66 115.245 544 0 0 102.551 -71.1187 -205.85 + 66 10.7702 1410 1 1 102.342 -70.2084 -174.85 + 66 110.962 552 1 0 102.859 -69.5174 -175.85 + 66 64.9141 553 1 0 102.839 -69.45 -175.875 + 66 156.419 1412 1 1 102.747 -69.9401 -174.85 + 66 105.488 1416 2 1 103.35 -71.1512 -144.635 + 66 99.979 1414 2 1 103.15 -70.8711 -144.739 + 66 117.897 544 4 0 103.923 -71.2499 -85.9364 + 66 119.899 545 4 0 103.789 -71.05 -86.0118 + 66 266.638 546 4 0 103.47 -70.85 -86.0386 + 66 127.967 547 4 0 103.441 -70.65 -85.9489 Number of digits in this event = 21 Using G4ParticleGun ... -4.21991 LIN +3.82191 LIN +proton +Event: 67 +Number of tracker hits in this event = 22 + 67 152.774 1432 10 1 106.641 -5.19083 95.55 + 67 94.4958 874 10 0 106.641 -5.18949 94.15 + 67 178.736 1432 9 1 106.656 -5.16572 65.55 + 67 115.999 874 9 0 106.658 -5.16549 64.15 + 67 135.125 1432 8 1 106.704 -5.16629 35.55 + 67 136.791 874 8 0 106.706 -5.16692 34.15 + 67 112.284 1432 7 1 106.733 -5.17101 5.55 + 67 93.9388 874 7 0 106.734 -5.17159 4.15 + 67 97.741 1432 6 1 106.741 -5.18716 -24.45 + 67 183.251 874 6 0 106.741 -5.18918 -25.85 + 67 101.176 1432 5 1 106.725 -5.22361 -54.45 + 67 124.596 874 5 0 106.726 -5.22601 -55.85 + 67 112.882 1433 4 1 106.753 -5.27744 -84.45 + 67 113.651 873 4 0 106.754 -5.28115 -85.85 + 67 121.315 1433 3 1 106.769 -5.35696 -114.45 + 67 101.272 873 3 0 106.768 -5.35991 -115.85 + 67 192.66 1433 2 1 106.762 -5.41345 -144.45 + 67 116.243 873 2 0 106.761 -5.41569 -145.85 + 67 99.1383 1432 1 1 106.746 -5.45864 -174.45 + 67 116.834 872 1 0 106.746 -5.45994 -175.85 + 67 204.565 1432 0 1 106.748 -5.48253 -204.45 + 67 114.406 872 0 0 106.75 -5.48678 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +1.67781 LIN +proton +Event: 68 +Number of tracker hits in this event = 16 + 68 131.567 708 7 1 -38.3632 -141.984 5.55 + 68 120.062 190 7 0 -38.3605 -141.99 4.15 + 68 100.136 708 6 1 -38.2902 -142.133 -24.45 + 68 111.568 190 6 0 -38.2897 -142.139 -25.85 + 68 109.01 708 5 1 -38.2824 -142.266 -54.45 + 68 108.573 189 5 0 -38.2835 -142.268 -55.85 + 68 144.981 708 4 1 -38.3168 -142.305 -84.45 + 68 259.667 189 4 0 -38.321 -142.305 -85.85 + 68 138.018 708 3 1 -38.4073 -142.318 -114.45 + 68 90.8134 189 3 0 -38.4095 -142.327 -115.85 + 68 126.984 708 2 1 -38.4477 -142.496 -144.45 + 68 119.715 188 2 0 -38.451 -142.506 -145.85 + 68 116.567 707 1 1 -38.5165 -142.718 -174.45 + 68 130.833 187 1 0 -38.5175 -142.729 -175.85 + 68 111.117 707 0 1 -38.5351 -142.945 -204.45 + 68 217.037 185 0 0 -38.5361 -142.958 -205.85 +Number of digits in this event = 9 +Using G4ParticleGun ... +1.49452 LIN +proton +Event: 69 +Number of tracker hits in this event = 27 + 69 114.887 1375 10 1 95.2267 40.9995 95.55 + 69 122.956 1104 10 0 95.2235 40.995 94.15 + 69 111.761 1374 9 1 95.1371 40.8889 65.55 + 69 128.3 1104 9 0 95.1309 40.8804 64.15 + 69 120.064 1374 8 1 94.9975 40.7151 35.55 + 69 108.601 1103 8 0 94.9923 40.7081 34.15 + 69 157.858 1373 7 1 94.8818 40.5665 5.55 + 69 120.426 1102 7 0 94.8753 40.5622 4.15 + 69 111.774 1372 6 1 94.7464 40.4733 -24.45 + 69 177.013 1102 6 0 94.7417 40.4688 -25.85 + 69 100.476 1372 5 1 94.6419 40.3744 -54.45 + 69 114.429 1101 5 0 94.6386 40.3659 -55.85 + 69 157.194 1372 4 1 94.5667 40.1934 -84.45 + 69 132.625 1100 4 0 94.5633 40.1896 -85.85 + 69 103.577 1371 3 1 94.5059 40.117 -114.45 + 69 131.577 1100 3 0 94.5036 40.1111 -115.85 + 69 111.943 1371 2 1 94.4743 39.9965 -144.45 + 69 111.339 1099 2 0 94.4696 39.991 -145.85 + 69 108.733 1371 1 1 94.3732 39.8587 -174.45 + 69 187.138 1099 1 0 94.3716 39.8529 -175.85 + 69 127.753 1371 0 1 94.3581 39.7294 -204.45 + 69 143.673 1098 0 0 94.3531 39.7232 -205.85 + 69 82.5374 1373 8 1 94.95 40.6913 35.4706 + 69 98.8403 1372 8 1 94.75 40.7099 35.3625 + 69 97.9318 1089 8 0 93.2628 37.8543 34.15 + 69 107.285 1088 8 0 93.2606 37.85 34.1483 + 69 232.431 1370 8 1 94.2519 37.711 35.1502 +Number of digits in this event = 14 +Using G4ParticleGun ... +2.8061 LIN +proton +Event: 70 +Number of tracker hits in this event = 26 + 70 104.415 829 11 1 -14.2271 43.1544 125.55 + 70 179.668 1115 11 0 -14.2235 43.151 124.15 + 70 140.41 829 10 1 -14.1517 43.0781 95.55 + 70 123.762 1115 10 0 -14.1457 43.0762 94.15 + 70 135.003 830 9 1 -14.0315 43.0352 65.55 + 70 96.9969 1114 9 0 -14.0236 43.0351 64.15 + 70 107.978 830 8 1 -13.8742 43.0338 35.55 + 70 109.903 1114 8 0 -13.8684 43.035 34.15 + 70 101.959 831 7 1 -13.7491 43.063 5.55 + 70 92.2177 1115 7 0 -13.7415 43.0656 4.15 + 70 211.505 832 6 1 -13.5874 43.1242 -24.45 + 70 90.7706 1115 6 0 -13.5791 43.1268 -25.85 + 70 136.764 833 5 1 -13.4047 43.1759 -54.45 + 70 99.5589 1115 5 0 -13.3974 43.1776 -55.85 + 70 118.694 833 4 1 -13.2562 43.2128 -84.45 + 70 209.805 1115 4 0 -13.25 43.2135 -85.85 + 70 135.729 834 3 1 -13.1254 43.2234 -114.45 + 70 132.779 1115 3 0 -13.1193 43.2243 -115.85 + 70 98.5281 835 2 1 -12.9928 43.2434 -144.45 + 70 155.75 1115 2 0 -12.9851 43.2455 -145.85 + 70 123.882 836 1 1 -12.8247 43.2899 -174.45 + 70 104.853 1116 1 0 -12.8182 43.2926 -175.85 + 70 137.015 836 0 1 -12.6896 43.3528 -204.45 + 70 94.9061 1116 0 0 -12.6824 43.353 -205.85 + 70 45.5012 1086 10 0 -18.6631 37.3272 94.1499 + 70 389.615 1085 10 0 -18.7158 37.25 94.0914 +Number of digits in this event = 14 +Using G4ParticleGun ... +4.23246 LIN +proton +Event: 71 +Number of tracker hits in this event = 26 + 71 112.067 903 9 1 0.674616 133.69 65.55 + 71 202.397 1567 9 0 0.675587 133.688 64.15 + 71 170.311 903 8 1 0.694593 133.659 35.55 + 71 99.1527 1567 8 0 0.696875 133.659 34.15 + 71 116.644 903 7 1 0.745504 133.653 5.55 + 71 111.171 1567 7 0 0.74776 133.651 4.15 + 71 99.9546 903 6 1 0.786017 133.612 -24.45 + 71 150.78 1567 6 0 0.788815 133.609 -25.85 + 71 108.987 903 5 1 0.843616 133.555 -54.45 + 71 84.1746 1567 5 0 0.847262 133.551 -55.85 + 71 44.2018 1566 5 0 0.847867 133.55 -56.0813 + 71 156.884 904 4 1 0.92347 133.473 -84.45 + 71 114.905 1566 4 0 0.926695 133.469 -85.85 + 71 124.807 904 3 1 0.996188 133.382 -114.45 + 71 119.048 1566 3 0 0.998412 133.379 -115.85 + 71 138.62 904 2 1 1.03882 133.31 -144.45 + 71 132.691 1565 2 0 1.04306 133.307 -145.85 + 71 113.19 905 1 1 1.12625 133.231 -174.45 + 71 119.142 1565 1 0 1.14374 133.224 -175.85 + 71 111.991 907 0 1 1.50585 133.103 -204.45 + 71 116.804 1564 0 0 1.52406 133.097 -205.85 + 71 56.951 1191 2 0 36.9446 58.45 -145.991 + 71 74.7609 1190 2 0 36.9971 58.25 -145.936 + 71 111.348 1088 2 1 37.6921 58.2993 -144.85 + 71 261.425 1089 2 1 37.85 58.3722 -144.751 + 71 31.6571 1090 2 1 38.0501 58.4016 -144.67 +Number of digits in this event = 9 +Using G4ParticleGun ... +7.23282 LIN +proton +Event: 72 +Number of tracker hits in this event = 24 + 72 149.436 639 9 1 -52.194 -115.618 65.55 + 72 118.238 322 9 0 -52.195 -115.619 64.15 + 72 134.698 639 8 1 -52.2139 -115.633 35.55 + 72 113.503 322 8 0 -52.2151 -115.634 34.15 + 72 97.3844 639 7 1 -52.2483 -115.642 5.55 + 72 98.3783 322 7 0 -52.25 -115.643 4.15 + 72 99.021 638 6 1 -52.2813 -115.648 -24.45 + 72 106.153 322 6 0 -52.2835 -115.649 -25.85 + 72 104.722 638 5 1 -52.3228 -115.667 -54.45 + 72 137.797 322 5 0 -52.3244 -115.668 -55.85 + 72 149.726 638 4 1 -52.356 -115.696 -84.45 + 72 170.44 322 4 0 -52.3586 -115.697 -85.85 + 72 148.208 638 3 1 -52.4111 -115.727 -114.45 + 72 109.012 322 3 0 -52.4146 -115.729 -115.85 + 72 186.054 637 2 1 -52.4917 -115.762 -144.45 + 72 157.632 321 2 0 -52.4942 -115.764 -145.85 + 72 112.754 637 1 1 -52.5424 -115.808 -174.45 + 72 109.702 321 1 0 -52.5455 -115.81 -175.85 + 72 122.511 637 0 1 -52.6095 -115.856 -204.45 + 72 130.319 321 0 0 -52.6117 -115.858 -205.85 + 72 131.583 264 4 0 -74.1075 -127.238 -86.2497 + 72 60.9001 526 4 1 -74.7286 -127.102 -84.8499 + 72 252.529 525 4 1 -74.8503 -127.069 -84.6956 + 72 184.312 524 4 1 -75.05 -127.216 -84.6209 +Number of digits in this event = 14 +Using G4ParticleGun ... +1.10564 LIN proton Event: 73 Number of tracker hits in this event = 25 - 73 129.311 1215 11 1 63.1987 -14.228 125.55 - 73 97.6557 829 11 0 63.1986 -14.2287 124.15 - 73 103.474 1215 10 1 63.1952 -14.2395 95.55 - 73 157.247 829 10 0 63.1957 -14.2407 94.15 - 73 142.341 1215 9 1 63.2057 -14.2602 65.55 - 73 210.084 828 9 0 63.2084 -14.2583 64.15 - 73 180.637 1216 8 1 63.2651 -14.2196 35.55 - 73 140.845 829 8 0 63.2695 -14.2184 34.15 - 73 127.587 1216 7 1 63.3682 -14.2019 5.55 - 73 97.6347 829 7 0 63.3734 -14.1995 4.15 - 73 138.784 1217 6 1 63.4669 -14.1449 -24.45 - 73 125.737 829 6 0 63.4736 -14.1391 -25.85 - 73 125.05 1217 5 1 63.6052 -14.0198 -54.45 - 73 125.054 830 5 0 63.6134 -14.0137 -55.85 - 73 110.985 1218 4 1 63.7869 -13.8802 -84.45 - 73 102.709 830 4 0 63.796 -13.8726 -85.85 - 73 116.34 1219 3 1 63.9812 -13.7205 -114.45 - 73 105.635 831 3 0 63.9906 -13.7116 -115.85 - 73 179.497 1220 2 1 64.1852 -13.5304 -144.45 - 73 115.945 832 2 0 64.1943 -13.5214 -145.85 - 73 115.444 1221 1 1 64.3822 -13.3359 -174.45 - 73 120.391 833 1 0 64.3926 -13.3267 -175.85 - 73 101.891 1222 0 1 64.6153 -13.1415 -204.45 - 73 124.726 834 0 0 64.6271 -13.1326 -205.85 - 73 70.0223 1164 8 1 53.05 -9.96951 35.3015 -Number of digits in this event = 15 + 73 114.222 987 11 1 17.4941 17.2193 125.55 + 73 128.596 985 11 0 17.4921 17.2152 124.15 + 73 158.992 986 10 1 17.4148 17.1244 95.55 + 73 212.04 985 10 0 17.4072 17.1218 94.15 + 73 337.635 986 9 1 17.2631 17.0565 65.55 + 73 122.996 985 9 0 17.2552 17.0595 64.15 + 73 371.191 985 8 1 17.0988 17.1295 35.55 + 73 161.87 985 8 0 17.0849 17.1342 34.15 + 73 108.906 983 7 1 16.8055 17.2247 5.55 + 73 153.512 985 7 0 16.7919 17.2271 4.15 + 73 118.559 982 6 1 16.5053 17.2774 -24.45 + 73 118.381 986 6 0 16.488 17.2779 -25.85 + 73 120.228 980 5 1 16.1368 17.2828 -54.45 + 73 147.219 986 5 0 16.1199 17.2833 -55.85 + 73 190.948 978 4 1 15.794 17.2958 -84.45 + 73 293.08 986 4 0 15.7786 17.2936 -85.85 + 73 132.441 977 3 1 15.4787 17.2389 -114.45 + 73 115.589 985 3 0 15.4612 17.238 -115.85 + 73 102.523 975 2 1 15.1018 17.2276 -144.45 + 73 128.994 985 2 0 15.0848 17.2327 -145.85 + 73 121.106 973 1 1 14.7474 17.348 -174.45 + 73 119.312 986 1 0 14.7331 17.3512 -175.85 + 73 108.114 971 0 1 14.4432 17.4066 -204.45 + 73 131.634 986 0 0 14.4334 17.4132 -205.85 + 73 113.118 984 8 1 17.05 17.3838 35.532 +Number of digits in this event = 18 Using G4ParticleGun ... -1.82705 LIN +9.14045 LIN proton Event: 74 -Number of tracker hits in this event = 31 - 74 131.106 573 11 1 -65.2919 35.2072 125.55 - 74 167.344 1075 11 0 -65.2916 35.2084 124.15 - 74 156.424 573 10 1 -65.2926 35.2365 95.55 - 74 134.149 1075 10 0 -65.2945 35.2401 94.15 - 74 114.05 573 9 1 -65.3249 35.3111 65.55 - 74 163.772 1076 9 0 -65.325 35.313 64.15 - 74 103.336 573 8 1 -65.3241 35.3363 35.55 - 74 144.707 1076 8 0 -65.3243 35.3384 34.15 - 74 126.516 573 7 1 -65.3361 35.3894 5.55 - 74 108.218 1076 7 0 -65.3363 35.3907 4.15 - 74 116.669 573 6 1 -65.3497 35.4273 -24.45 - 74 139.241 1076 6 0 -65.3467 35.4302 -25.85 - 74 121.022 573 5 1 -65.277 35.4912 -54.45 - 74 113.258 1077 5 0 -65.2714 35.4936 -55.85 - 74 134.263 574 4 1 -65.1538 35.5366 -84.45 - 74 139.956 1077 4 0 -65.1438 35.5406 -85.85 - 74 118.883 575 3 1 -64.942 35.6187 -114.45 - 74 102.11 1077 3 0 -64.9323 35.6208 -115.85 - 74 90.851 576 2 1 -64.7289 35.6654 -144.45 - 74 143.192 1078 2 0 -64.7161 35.6663 -145.85 - 74 142.631 578 1 1 -64.4419 35.7 -174.45 - 74 112.53 1078 1 0 -64.4193 35.7011 -175.85 - 74 286.76 580 0 1 -63.9649 35.7194 -204.45 - 74 115.89 1078 0 0 -63.9438 35.714 -205.85 - 74 44.4151 581 0 1 -63.85 35.7347 -204.539 - 74 113.105 1076 4 0 -65.1273 35.45 -85.9437 - 74 102.996 1075 4 0 -65.3121 35.25 -85.9513 - 74 3.83656 1074 4 0 -65.5228 35.05 -85.8529 - 74 0.643745 563 4 1 -67.448 32.7162 -84.8498 - 74 367.826 562 4 1 -67.45 32.7139 -84.8489 - 74 164.234 561 4 1 -67.65 32.6045 -84.6765 -Number of digits in this event = 17 +Number of tracker hits in this event = 150 + 74 135.534 222 7 1 -135.636 -54.4548 5.55 + 74 122.577 627 7 0 -135.636 -54.4551 4.15 + 74 119.182 222 6 1 -135.638 -54.4594 -24.45 + 74 118.707 627 6 0 -135.638 -54.4591 -25.85 + 74 123.289 222 5 1 -135.643 -54.4506 -54.45 + 74 116.377 628 5 0 -135.644 -54.4496 -55.85 + 74 117.312 222 4 1 -135.667 -54.4274 -84.45 + 74 142.619 628 4 0 -135.667 -54.4262 -85.85 + 74 117.49 222 3 1 -135.672 -54.403 -114.45 + 74 207.475 628 3 0 -135.672 -54.4007 -115.85 + 74 155.403 222 2 1 -135.674 -54.3531 -144.45 + 74 99.0151 628 2 0 -135.674 -54.3509 -145.85 + 74 111.503 222 1 1 -135.671 -54.3043 -174.45 + 74 141.763 628 1 0 -135.67 -54.3011 -175.85 + 74 130.963 222 0 1 -135.663 -54.2364 -204.45 + 74 109.292 629 0 0 -135.663 -54.2333 -205.85 + 74 272.682 760 0 0 -146.26 -28.0303 -206.25 + 74 163.711 761 0 0 -146.331 -27.85 -206.08 + 74 49.8538 762 0 0 -146.409 -27.65 -205.892 + 74 301.78 166 0 1 -146.838 -26.5464 -204.85 + 74 132.627 165 0 1 -146.95 -26.2588 -204.578 + 74 128.269 912 1 0 -157.411 2.51071 -176.25 + 74 280.634 913 1 0 -157.462 2.65 -176.113 + 74 68.1177 914 1 0 -157.535 2.85 -175.916 + 74 55.1803 111 1 1 -157.93 3.92808 -174.85 + 74 447.808 110 1 1 -157.95 3.98227 -174.796 + 74 223.483 1071 2 0 -168.192 34.2941 -146.25 + 74 286.534 1072 2 0 -168.244 34.45 -146.103 + 74 128.036 1073 2 0 -168.312 34.65 -145.916 + 74 124.837 57 2 1 -168.699 35.7917 -144.85 + 74 312.688 56 2 1 -168.75 35.9411 -144.711 + 74 18.5429 1231 3 0 -178.753 66.4275 -116.25 + 74 250.431 1232 3 0 -178.76 66.45 -116.229 + 74 211.388 1233 3 0 -178.826 66.65 -116.042 + 74 74.8244 1234 3 0 -178.891 66.85 -115.856 + 74 313.884 4 3 1 -179.242 67.9289 -114.85 + 74 86.9861 3 3 1 -179.35 68.2608 -114.541 + 74 145.312 163 0 1 -147.378 -27.7282 -204.85 + 74 272.606 849 0 0 -95.4557 -10.1715 -206.25 + 74 431.183 850 0 0 -95.3391 -10.05 -206.182 + 74 790.652 851 0 0 -95.1475 -9.85 -206.07 + 74 437.011 852 0 0 -94.9606 -9.65 -205.962 + 74 87.5597 853 0 0 -94.7753 -9.45 -205.856 + 74 148.288 435 0 1 -93.0264 -7.56196 -204.85 + 74 393.552 436 0 1 -92.95 -7.47952 -204.806 + 74 363.142 437 0 1 -92.75 -7.2638 -204.691 + 74 384.07 438 0 1 -92.55 -7.04597 -204.577 + 74 43.1654 439 0 1 -92.35 -6.82798 -204.462 + 74 218.133 1130 1 0 -40.8981 46.1299 -176.25 + 74 517.421 1131 1 0 -40.7813 46.25 -176.186 + 74 410.959 1132 1 0 -40.5874 46.45 -176.08 + 74 440.425 1133 1 0 -40.3911 46.65 -175.974 + 74 73.7901 1134 1 0 -40.1967 46.85 -175.869 + 74 155.006 708 1 1 -38.2981 48.7885 -174.85 + 74 402.812 709 1 1 -38.25 48.8376 -174.824 + 74 487.721 710 1 1 -38.05 49.043 -174.717 + 74 496.87 711 1 1 -37.85 49.2434 -174.608 + 74 212.452 712 1 1 -37.65 49.4425 -174.499 + 74 241.239 1422 2 0 15.5286 104.639 -146.25 + 74 438.979 1423 2 0 15.6351 104.75 -146.193 + 74 443.006 1424 2 0 15.8281 104.95 -146.091 + 74 436.436 1425 2 0 16.0214 105.15 -145.987 + 74 265.765 1426 2 0 16.2158 105.35 -145.883 + 74 226.389 990 2 1 18.1777 107.377 -144.85 + 74 483.888 991 2 1 18.25 107.452 -144.812 + 74 463.43 992 2 1 18.45 107.659 -144.707 + 74 474.088 993 2 1 18.65 107.865 -144.599 + 74 170.508 994 2 1 18.85 108.071 -144.492 + 74 139.468 1757 3 0 70.3347 171.684 -116.25 + 74 705.668 1758 3 0 70.3882 171.75 -116.221 + 74 456.104 1759 3 0 70.5513 171.95 -116.131 + 74 498.377 1760 3 0 70.7139 172.15 -116.041 + 74 536.816 1761 3 0 70.8734 172.35 -115.953 + 74 65.3802 1762 3 0 71.034 172.55 -115.863 + 74 45.7586 1263 3 1 72.8275 174.752 -114.85 + 74 769.57 1264 3 1 72.85 174.779 -114.837 + 74 697.001 1265 3 1 73.05 175.025 -114.724 + 74 728.415 1266 3 1 73.25 175.271 -114.613 + 74 354.281 1267 3 1 73.45 175.511 -114.509 + 74 53.2011 428 0 1 -94.4326 -9.12862 -204.85 + 74 54.9575 430 4 0 -163.975 -94.1174 -86.25 + 74 208.987 429 4 0 -163.994 -94.1501 -86.1327 + 74 109.645 79 4 1 -164.196 -94.5091 -84.8496 + 74 105.081 383 5 0 -167.225 -103.401 -56.25 + 74 126.151 63 5 1 -167.37 -103.829 -54.85 + 74 108.7 341 6 0 -170.231 -111.757 -26.25 + 74 137.561 48 6 1 -170.377 -112.14 -24.85 + 74 122.764 299 7 0 -173.125 -120.245 3.75 + 74 6.18233 298 7 0 -173.162 -120.35 4.11938 + 74 134.628 34 7 1 -173.266 -120.642 5.15 + 74 118.394 256 8 0 -176.079 -128.802 33.75 + 74 105.799 19 8 1 -176.218 -129.202 35.15 + 74 196.148 26 7 1 -174.917 -122.091 5.55 + 74 106.567 27 7 1 -174.75 -122.069 5.36004 + 74 38.3601 28 7 1 -174.55 -121.985 5.21342 + 74 15.7753 294 7 0 -173.018 -121.184 4.15 + 74 120.711 295 7 0 -172.963 -121.15 4.11648 + 74 96.1258 296 7 0 -172.658 -120.95 3.87391 + 74 41.5631 129 7 0 -162.768 -154.244 3.75003 + 74 146.414 128 7 0 -162.82 -154.35 3.83192 + 74 47.0698 127 7 0 -162.845 -154.55 4.0631 + 74 254.611 91 7 1 -161.876 -155.81 5.15 + 74 237.696 90 7 1 -161.95 -156.386 5.45357 + 74 411.534 116 7 0 -162.178 -156.841 4.15 + 74 140.616 77 4 1 -164.64 -94.5209 -84.8499 + 74 133.527 386 5 0 -169.377 -102.849 -56.2494 + 74 51.6934 385 5 0 -169.436 -102.95 -55.9001 + 74 137.757 52 5 1 -169.613 -103.252 -54.85 + 74 154.629 338 6 0 -174.799 -112.405 -26.25 + 74 123.287 25 6 1 -175.055 -112.864 -24.8498 + 74 2.43487 289 7 0 -178.659 -122.347 3.75014 + 74 110.105 288 7 0 -178.661 -122.35 3.75943 + 74 124.012 6 7 1 -178.839 -122.799 5.15 + 74 114.107 902 0 0 -55.633 0.536157 -206.25 + 74 319.384 903 0 0 -55.4714 0.65 -206.207 + 74 185.692 904 0 0 -55.194 0.85 -206.132 + 74 180.535 905 0 0 -54.9171 1.05 -206.058 + 74 143.408 906 0 0 -54.6332 1.25 -205.982 + 74 168.807 907 0 0 -54.3448 1.45 -205.906 + 74 54.6013 649 0 1 -50.1457 4.3422 -204.85 + 74 90.3802 650 0 1 -50.05 4.40811 -204.826 + 74 94.8907 651 0 1 -49.85 4.54365 -204.775 + 74 111.218 652 0 1 -49.65 4.68151 -204.723 + 74 97.006 653 0 1 -49.45 4.81901 -204.669 + 74 97.8065 654 0 1 -49.25 4.95588 -204.617 + 74 92.1722 655 0 1 -49.05 5.09146 -204.566 + 74 103.868 656 0 1 -48.85 5.22886 -204.514 + 74 20.4036 657 0 1 -48.65 5.36609 -204.461 + 74 63.4516 1220 1 0 33.6767 64.1987 -176.25 + 74 258.703 1221 1 0 33.7485 64.25 -176.225 + 74 288.868 1222 1 0 34.0307 64.45 -176.129 + 74 193.987 1223 1 0 34.3165 64.65 -176.032 + 74 212.59 1224 1 0 34.6125 64.85 -175.936 + 74 36.8914 1089 1 1 37.968 67.1178 -174.85 + 74 115.795 1090 1 1 38.05 67.1732 -174.824 + 74 109.964 1091 1 1 38.25 67.3085 -174.759 + 74 306.456 1092 1 1 38.45 67.4437 -174.697 + 74 136.389 1093 1 1 38.65 67.5799 -174.637 + 74 137.259 1094 1 1 38.85 67.7157 -174.576 + 74 121.927 1095 1 1 39.05 67.8512 -174.515 + 74 6.22464 1096 1 1 39.25 67.9856 -174.452 + 74 163.732 1499 2 0 105.762 119.986 -146.25 + 74 177.347 1500 2 0 105.972 120.15 -146.161 + 74 181.912 1501 2 0 106.222 120.35 -146.053 + 74 150.701 1502 2 0 106.479 120.55 -145.942 + 74 122.519 1444 2 1 108.999 122.496 -144.85 + 74 162.057 1445 2 1 109.15 122.613 -144.784 + 74 222.551 1446 2 1 109.35 122.767 -144.699 + 74 151.851 1447 2 1 109.55 122.92 -144.61 + 74 103.746 1448 2 1 109.75 123.077 -144.524 +Number of digits in this event = 102 Using G4ParticleGun ... -6.8254 LIN +6.82316 LIN proton Event: 75 -Number of tracker hits in this event = 31 - 75 133.596 1316 10 1 83.3367 79.732 95.55 - 75 142.337 1298 10 0 83.3353 79.7309 94.15 - 75 174.088 1316 9 1 83.3083 79.7065 65.55 - 75 129.272 1298 9 0 83.3078 79.706 64.15 - 75 137.966 1316 8 1 83.2963 79.6955 35.55 - 75 102.515 1298 8 0 83.2966 79.6955 34.15 - 75 98.2681 1316 7 1 83.3012 79.6897 5.55 - 75 130.718 1298 7 0 83.3001 79.6887 4.15 - 75 239.353 1316 6 1 83.2811 79.6734 -24.45 - 75 138.898 1298 6 0 83.282 79.6721 -25.85 - 75 97.4363 1316 5 1 83.2997 79.6464 -54.45 - 75 134.03 1297 5 0 83.2996 79.6445 -55.85 - 75 111.003 1316 4 1 83.2965 79.6071 -84.45 - 75 139.615 1297 4 0 83.2973 79.6052 -85.85 - 75 122.4 1316 3 1 83.3107 79.5643 -114.45 - 75 118.37 1297 3 0 83.3131 79.5614 -115.85 - 75 215.17 1316 2 1 83.3694 79.4926 -144.45 - 75 126.094 1297 2 0 83.3717 79.4889 -145.85 - 75 103.754 1316 1 1 83.419 79.4158 -174.45 - 75 242.339 1296 1 0 83.421 79.4124 -175.85 - 75 144.305 1317 0 1 83.4619 79.3403 -204.45 - 75 141.654 1296 0 0 83.4653 79.3363 -205.85 - 75 50.7773 1276 0 0 89.2472 75.3217 -206.25 - 75 82.0027 1275 0 0 89.2975 75.25 -206.16 - 75 61.4647 1274 0 0 89.3922 75.0498 -205.985 - 75 34.7607 1350 0 1 90.3142 74.0993 -204.85 - 75 134.912 1351 0 1 90.3502 74.049 -204.779 - 75 4.51303 1352 0 1 90.55 73.8852 -204.46 - 75 55.9244 1315 6 1 83.25 79.824 -24.6957 - 75 25.1012 1305 6 0 83.0787 81.1769 -25.85 - 75 105.908 1306 6 0 83.0594 81.25 -25.9321 -Number of digits in this event = 21 -Using G4ParticleGun ... -6.03107 LIN -proton -Event: 76 -Number of tracker hits in this event = 18 - 76 101.063 1484 8 1 117.037 79.8475 35.55 - 76 91.9558 1298 8 0 117.038 79.8462 34.15 - 76 112.666 1484 7 1 117.047 79.8215 5.55 - 76 312.199 1298 7 0 117.046 79.8191 4.15 - 76 149.402 1484 6 1 117.03 79.7713 -24.45 - 76 112.199 1298 6 0 117.029 79.7687 -25.85 - 76 118.606 1484 5 1 117.002 79.7149 -54.45 - 76 231.31 1298 5 0 117.002 79.7121 -55.85 - 76 96.0215 1484 4 1 116.998 79.6557 -84.45 - 76 116.35 1298 4 0 116.998 79.6534 -85.85 - 76 185.658 1484 3 1 116.999 79.5995 -114.45 - 76 156.157 1297 3 0 116.999 79.5965 -115.85 - 76 104.533 1484 2 1 117 79.5322 -144.45 - 76 122.149 1297 2 0 117 79.5293 -145.85 - 76 256.502 1484 1 1 117.005 79.4685 -174.45 - 76 144.622 1297 1 0 117.006 79.4662 -175.85 - 76 100.534 1484 0 1 117.023 79.4148 -204.45 - 76 101.496 1296 0 0 117.023 79.4143 -205.85 -Number of digits in this event = 9 -Using G4ParticleGun ... -1.77187 LIN -proton -Event: 77 Number of tracker hits in this event = 24 - 77 120.755 1193 11 1 58.7789 39.5784 125.55 - 77 155.56 1097 11 0 58.7801 39.5754 124.15 - 77 105.044 1193 10 1 58.8117 39.5179 95.55 - 77 105.561 1097 10 0 58.8084 39.5172 94.15 - 77 151.607 1193 9 1 58.7411 39.493 65.55 - 77 107.468 1097 9 0 58.7387 39.4888 64.15 - 77 184.205 1193 8 1 58.6738 39.399 35.55 - 77 148.887 1096 8 0 58.6718 39.3959 34.15 - 77 128.884 1192 7 1 58.6399 39.324 5.55 - 77 101.522 1096 7 0 58.6361 39.32 4.15 - 77 102.644 1192 6 1 58.5664 39.2451 -24.45 - 77 103.961 1095 6 0 58.5619 39.2418 -25.85 - 77 102.574 1192 5 1 58.4771 39.1788 -54.45 - 77 143.453 1095 5 0 58.4719 39.1763 -55.85 - 77 149.051 1191 4 1 58.3743 39.1188 -84.45 - 77 115.523 1095 4 0 58.3704 39.112 -85.85 - 77 135.256 1191 3 1 58.2934 38.9751 -114.45 - 77 127.987 1094 3 0 58.2911 38.9691 -115.85 - 77 128.147 1190 2 1 58.2371 38.8297 -144.45 - 77 125.174 1093 2 0 58.2354 38.8227 -145.85 - 77 108.481 1190 1 1 58.1963 38.6778 -174.45 - 77 124.856 1093 1 0 58.1916 38.6714 -175.85 - 77 173.936 1190 0 1 58.0836 38.5145 -204.45 - 77 120.521 1092 0 0 58.0792 38.507 -205.85 + 75 126.252 761 11 1 -27.6909 -17.8359 125.55 + 75 135.252 811 11 0 -27.6911 -17.8365 124.15 + 75 146.755 761 10 1 -27.6905 -17.85 95.55 + 75 230.638 811 10 0 -27.6905 -17.8496 94.15 + 75 95.0753 761 9 1 -27.6964 -17.8443 65.55 + 75 118.492 811 9 0 -27.6954 -17.8447 64.15 + 75 192.408 761 8 1 -27.6744 -17.8501 35.55 + 75 143.386 811 8 0 -27.6734 -17.8496 34.15 + 75 148.237 761 7 1 -27.6516 -17.8363 5.55 + 75 140.53 811 7 0 -27.6519 -17.836 4.15 + 75 115.972 761 6 1 -27.6591 -17.8266 -24.45 + 75 106.537 811 6 0 -27.6608 -17.8266 -25.85 + 75 434.06 761 5 1 -27.6946 -17.8277 -54.45 + 75 131.939 811 5 0 -27.6962 -17.8275 -55.85 + 75 376.756 761 4 1 -27.7312 -17.8193 -84.45 + 75 121.067 811 4 0 -27.7309 -17.82 -85.85 + 75 116.727 761 3 1 -27.7281 -17.8365 -114.45 + 75 110.487 811 3 0 -27.7282 -17.8357 -115.85 + 75 99.8023 761 2 1 -27.7308 -17.8208 -144.45 + 75 265.383 811 2 0 -27.7312 -17.8205 -145.85 + 75 108.838 761 1 1 -27.7407 -17.8143 -174.45 + 75 130.896 811 1 0 -27.7396 -17.8144 -175.85 + 75 108.607 761 0 1 -27.7232 -17.8138 -204.45 + 75 121.052 811 0 0 -27.7224 -17.8137 -205.85 Number of digits in this event = 16 Using G4ParticleGun ... -6.27007 LIN +8.06453 LIN +proton +Event: 76 +Number of tracker hits in this event = 35 + 76 93.865 507 11 1 -78.6486 -6.3704 125.55 + 76 185.043 868 11 0 -78.6477 -6.37009 124.15 + 76 93.4767 507 10 1 -78.6304 -6.36269 95.55 + 76 194.225 868 10 0 -78.6286 -6.36202 94.15 + 76 337.847 507 9 1 -78.5889 -6.35031 65.55 + 76 110.769 868 9 0 -78.5876 -6.34975 64.15 + 76 236.66 507 8 1 -78.5668 -6.33825 35.55 + 76 111.013 868 8 0 -78.566 -6.33818 34.15 + 76 125.419 507 7 1 -78.5523 -6.33811 5.55 + 76 114.959 868 7 0 -78.5513 -6.33767 4.15 + 76 103.515 507 6 1 -78.5303 -6.32787 -24.45 + 76 180.527 868 6 0 -78.5291 -6.32731 -25.85 + 76 145.42 507 5 1 -78.5009 -6.31764 -54.45 + 76 108.132 868 5 0 -78.4993 -6.31724 -55.85 + 76 96.3701 507 4 1 -78.4669 -6.30869 -84.45 + 76 152.045 868 4 0 -78.4659 -6.30841 -85.85 + 76 105.322 508 3 1 -78.4471 -6.30188 -114.45 + 76 126.615 868 3 0 -78.4459 -6.30221 -115.85 + 76 123.255 508 2 1 -78.4214 -6.30715 -144.45 + 76 116.13 868 2 0 -78.4204 -6.30586 -145.85 + 76 136.128 508 1 1 -78.401 -6.28022 -174.45 + 76 105.837 868 1 0 -78.3994 -6.27905 -175.85 + 76 186.447 508 0 1 -78.3671 -6.25668 -204.45 + 76 218.221 868 0 0 -78.3653 -6.25629 -205.85 + 76 86.3844 508 9 1 -78.3676 -6.2347 65.55 + 76 83.8581 506 9 1 -78.65 -5.51355 65.431 + 76 65.0419 505 9 1 -78.85 -5.32182 65.4799 + 76 101.344 504 9 1 -79.0501 -5.25387 65.4382 + 76 115.738 503 9 1 -79.2501 -5.2522 65.3396 + 76 60.5365 502 9 1 -79.4501 -5.39408 65.2052 + 76 5.92723 501 9 1 -79.6506 -5.4049 65.1548 + 76 80.6375 865 9 0 -83.4261 -6.87374 64.15 + 76 118.316 864 9 0 -83.6212 -7.05 64.0338 + 76 210.388 481 9 1 -83.698 -7.78783 65.1502 + 76 300.679 482 9 1 -83.65 -8.11195 65.4183 +Number of digits in this event = 16 +Using G4ParticleGun ... +7.42275 LIN +proton +Event: 77 +Number of tracker hits in this event = 22 + 77 285.882 1409 8 1 102.145 -91.9171 35.55 + 77 108.971 441 8 0 102.145 -91.9176 34.15 + 77 103.498 1409 7 1 102.149 -91.9295 5.55 + 77 225.31 441 7 0 102.149 -91.9304 4.15 + 77 98.8625 1410 6 1 102.166 -91.9486 -24.45 + 77 101.591 441 6 0 102.167 -91.9489 -25.85 + 77 111.063 1410 5 1 102.184 -91.9552 -54.45 + 77 113.877 440 5 0 102.183 -91.9561 -55.85 + 77 127.923 1410 4 1 102.183 -91.9709 -84.45 + 77 133.531 440 4 0 102.183 -91.9713 -85.85 + 77 159.07 1410 3 1 102.171 -91.9751 -114.45 + 77 108.397 440 3 0 102.171 -91.9751 -115.85 + 77 128.388 1410 2 1 102.165 -91.9751 -144.45 + 77 152.341 440 2 0 102.166 -91.9739 -145.85 + 77 96.0011 1410 1 1 102.184 -91.9501 -174.45 + 77 106.467 441 1 0 102.185 -91.9487 -175.85 + 77 123.172 1410 0 1 102.205 -91.9166 -204.45 + 77 110.013 441 0 0 102.207 -91.9156 -205.85 + 77 15.1441 267 10 0 133.315 -126.658 93.75 + 77 209.865 1565 10 1 133.215 -126.927 95.15 + 77 318.27 1408 8 1 101.95 -91.7939 35.5321 + 77 257.701 1407 8 1 101.75 -91.7017 35.4746 +Number of digits in this event = 13 +Using G4ParticleGun ... +7.82086 LIN proton Event: 78 Number of tracker hits in this event = 24 - 78 122.411 1058 11 1 31.7119 -70.6524 125.55 - 78 112.863 546 11 0 31.7121 -70.6521 124.15 - 78 83.3154 1058 10 1 31.7256 -70.6495 95.55 - 78 125.074 546 10 0 31.726 -70.6504 94.15 - 78 106.77 1058 9 1 31.7275 -70.6761 65.55 - 78 156.239 546 9 0 31.7275 -70.6777 64.15 - 78 136.23 1058 8 1 31.733 -70.7115 35.55 - 78 224.728 546 8 0 31.7338 -70.7134 34.15 - 78 133.535 1058 7 1 31.7505 -70.7522 5.55 - 78 120.309 546 7 0 31.7521 -70.7537 4.15 - 78 119.824 1058 6 1 31.7825 -70.7865 -24.45 - 78 105.565 546 6 0 31.7831 -70.7892 -25.85 - 78 93.9397 1058 5 1 31.7935 -70.8421 -54.45 - 78 154.191 546 5 0 31.7938 -70.845 -55.85 - 78 107.144 1058 4 1 31.8013 -70.9029 -84.45 - 78 235.902 545 4 0 31.8014 -70.9072 -85.85 - 78 142.319 1058 3 1 31.8004 -70.992 -114.45 - 78 114.948 545 3 0 31.8007 -70.9963 -115.85 - 78 128.008 1058 2 1 31.8075 -71.0846 -144.45 - 78 180.926 544 2 0 31.8076 -71.0896 -145.85 - 78 125.701 1058 1 1 31.8102 -71.1919 -174.45 - 78 114.32 544 1 0 31.8115 -71.1969 -175.85 - 78 144.094 1058 0 1 31.8416 -71.2989 -204.45 - 78 141.325 543 0 0 31.8425 -71.3039 -205.85 -Number of digits in this event = 16 -Using G4ParticleGun ... -1.37272 LIN -proton -Event: 79 -Number of tracker hits in this event = 20 - 79 116.849 325 8 1 -115.091 73.2496 35.55 - 79 174.434 1265 8 0 -115.093 73.2496 34.15 - 79 319.969 325 7 1 -115.138 73.2581 5.55 - 79 146.836 1266 7 0 -115.147 73.2636 4.15 - 79 114.046 323 6 1 -115.354 73.3746 -24.45 - 79 135.608 1266 6 0 -115.362 73.3799 -25.85 - 79 133.229 323 5 1 -115.519 73.4926 -54.45 - 79 195.314 1267 5 0 -115.529 73.496 -55.85 - 79 121.291 321 4 1 -115.751 73.5693 -84.45 - 79 219.079 1267 4 0 -115.764 73.5735 -85.85 - 79 110.981 320 3 1 -116.03 73.6801 -114.45 - 79 131.369 1268 3 0 -116.048 73.6842 -115.85 - 79 123.9 318 2 1 -116.432 73.7769 -144.45 - 79 137.199 1268 2 0 -116.452 73.7834 -145.85 - 79 146.446 316 1 1 -116.857 73.9271 -174.45 - 79 295.848 1269 1 0 -116.872 73.93 -175.85 - 79 113.765 315 0 1 -117.138 73.9588 -204.45 - 79 94.6149 1269 0 0 -117.153 73.9621 -205.85 - 79 153.046 1270 1 0 -117.576 74.05 -175.987 - 79 246.674 326 7 1 -114.95 73.0466 5.39355 + 78 105.922 566 11 1 -66.692 -7.78625 125.55 + 78 297.962 861 11 0 -66.6919 -7.78585 124.15 + 78 91.3227 566 10 1 -66.6852 -7.7753 95.55 + 78 152.456 861 10 0 -66.6846 -7.77403 94.15 + 78 130.859 566 9 1 -66.6763 -7.75015 65.55 + 78 176.669 861 9 0 -66.6763 -7.74915 64.15 + 78 177.588 566 8 1 -66.6762 -7.72753 35.55 + 78 181.461 861 8 0 -66.6762 -7.72657 34.15 + 78 102.414 566 7 1 -66.6763 -7.70835 5.55 + 78 116.123 861 7 0 -66.6763 -7.70758 4.15 + 78 110.053 566 6 1 -66.6739 -7.6922 -24.45 + 78 128.49 861 6 0 -66.6721 -7.69387 -25.85 + 78 106.527 567 5 1 -66.6361 -7.72652 -54.45 + 78 192.703 861 5 0 -66.6335 -7.72708 -55.85 + 78 179.668 567 4 1 -66.5787 -7.73774 -84.45 + 78 136.53 861 4 0 -66.5744 -7.73837 -85.85 + 78 236.253 567 3 1 -66.4847 -7.74854 -114.45 + 78 260.395 861 3 0 -66.48 -7.74881 -115.85 + 78 166.091 568 2 1 -66.3833 -7.75817 -144.45 + 78 96.191 861 2 0 -66.3784 -7.76037 -145.85 + 78 328.848 568 1 1 -66.2715 -7.80088 -174.45 + 78 104.524 861 1 0 -66.2662 -7.80552 -175.85 + 78 113.126 569 0 1 -66.1568 -7.8973 -204.45 + 78 105.429 860 0 0 -66.1522 -7.90191 -205.85 Number of digits in this event = 17 Using G4ParticleGun ... -2.24551 LIN +4.80147 LIN +proton +Event: 79 +Number of tracker hits in this event = 21 + 79 121.506 1177 9 1 55.4717 104.543 65.55 + 79 83.9042 1421 9 0 55.472 104.542 64.15 + 79 177.859 1177 8 1 55.4741 104.522 35.55 + 79 155.234 1421 8 0 55.475 104.519 34.15 + 79 176.7 1177 7 1 55.4948 104.449 5.55 + 79 113.103 1421 7 0 55.4957 104.445 4.15 + 79 115.797 1177 6 1 55.5149 104.354 -24.45 + 79 164.487 1421 6 0 55.5169 104.351 -25.85 + 79 111.55 1177 5 1 55.5567 104.295 -54.45 + 79 114.562 1420 5 0 55.5586 104.293 -55.85 + 79 126.207 1177 4 1 55.6065 104.249 -84.45 + 79 104.797 1420 4 0 55.609 104.248 -85.85 + 79 145.213 1178 3 1 55.6598 104.226 -114.45 + 79 133.499 1420 3 0 55.663 104.226 -115.85 + 79 111.202 1178 2 1 55.7289 104.222 -144.45 + 79 106.793 1420 2 0 55.7302 104.221 -145.85 + 79 117.188 1178 1 1 55.759 104.2 -174.45 + 79 213.764 1420 1 0 55.7589 104.199 -175.85 + 79 135.679 1178 0 1 55.7552 104.192 -204.45 + 79 122.038 1420 0 0 55.7558 104.193 -205.85 + 79 37.3997 1334 2 0 66.1438 86.9845 -146.25 +Number of digits in this event = 12 +Using G4ParticleGun ... +9.82133 LIN proton Event: 80 Number of tracker hits in this event = 24 - 80 108.428 907 11 1 1.60481 -43.9134 125.55 - 80 128.991 680 11 0 1.60466 -43.9153 124.15 - 80 121.782 907 10 1 1.60918 -43.9469 95.55 - 80 128.883 680 10 0 1.60853 -43.9486 94.15 - 80 133.631 907 9 1 1.58674 -43.983 65.55 - 80 123.557 680 9 0 1.58602 -43.9834 64.15 - 80 96.497 907 8 1 1.57268 -43.995 35.55 - 80 186.365 680 8 0 1.57291 -43.9988 34.15 - 80 107.228 907 7 1 1.56701 -44.075 5.55 - 80 188.176 679 7 0 1.567 -44.0789 4.15 - 80 136.355 907 6 1 1.57739 -44.1522 -24.45 - 80 376.64 679 6 0 1.58029 -44.1569 -25.85 - 80 131.516 907 5 1 1.64817 -44.2506 -54.45 - 80 128.415 678 5 0 1.65333 -44.2553 -55.85 - 80 113.198 908 4 1 1.76338 -44.3526 -84.45 - 80 200.321 678 4 0 1.76851 -44.3612 -85.85 - 80 113.471 909 3 1 1.85931 -44.5308 -114.45 - 80 131.003 677 3 0 1.86297 -44.5359 -115.85 - 80 116.837 909 2 1 1.93787 -44.6363 -144.45 - 80 189.393 677 2 0 1.94066 -44.6404 -145.85 - 80 115.326 909 1 1 2.00238 -44.721 -174.45 - 80 95.3999 676 1 0 2.0023 -44.7241 -175.85 - 80 89.4718 909 0 1 2.01162 -44.7894 -204.45 - 80 158.62 676 0 0 2.01435 -44.7909 -205.85 -Number of digits in this event = 16 + 80 109.037 537 11 1 -72.471 -2.84047 125.55 + 80 122.909 886 11 0 -72.4707 -2.84047 124.15 + 80 116.639 537 10 1 -72.4643 -2.84162 95.55 + 80 149.031 886 10 0 -72.4643 -2.84219 94.15 + 80 235.291 537 9 1 -72.4606 -2.85307 65.55 + 80 118.373 885 9 0 -72.4598 -2.85346 64.15 + 80 99.6061 538 8 1 -72.4468 -2.85852 35.55 + 80 99.1479 885 8 0 -72.4453 -2.85821 34.15 + 80 123.482 538 7 1 -72.4144 -2.8529 5.55 + 80 110.266 885 7 0 -72.4122 -2.85223 4.15 + 80 125.944 538 6 1 -72.3595 -2.83473 -24.45 + 80 105.517 886 6 0 -72.356 -2.83426 -25.85 + 80 157.399 538 5 1 -72.283 -2.82647 -54.45 + 80 121.214 886 5 0 -72.2804 -2.82529 -55.85 + 80 98.2649 539 4 1 -72.2264 -2.80149 -84.45 + 80 109.482 886 4 0 -72.2233 -2.7999 -85.85 + 80 115.586 539 3 1 -72.1626 -2.76955 -114.45 + 80 115.823 886 3 0 -72.1592 -2.76777 -115.85 + 80 125.436 539 2 1 -72.0883 -2.73167 -144.45 + 80 112.883 886 2 0 -72.0847 -2.72935 -145.85 + 80 112.798 540 1 1 -72.0143 -2.68096 -174.45 + 80 115.942 886 1 0 -72.0106 -2.67883 -175.85 + 80 113.529 540 0 1 -71.9376 -2.6372 -204.45 + 80 129.179 887 0 0 -71.9335 -2.63453 -205.85 +Number of digits in this event = 10 Using G4ParticleGun ... -2.47664 LIN +1.00635 LIN proton Event: 81 Number of tracker hits in this event = 20 - 81 136.783 1076 9 1 35.3987 -130.087 65.55 - 81 88.0697 250 9 0 35.3972 -130.087 64.15 - 81 90.893 1076 8 1 35.3663 -130.085 35.55 - 81 97.6524 250 8 0 35.3656 -130.087 34.15 - 81 126.508 1076 7 1 35.3475 -130.124 5.55 - 81 108.666 250 7 0 35.3454 -130.125 4.15 - 81 149.614 1076 6 1 35.2902 -130.142 -24.45 - 81 146.734 250 6 0 35.2899 -130.144 -25.85 - 81 163.469 1076 5 1 35.2912 -130.2 -54.45 - 81 158.219 249 5 0 35.2936 -130.2 -55.85 - 81 132.523 1076 4 1 35.3418 -130.222 -84.45 - 81 101.565 249 4 0 35.3456 -130.222 -85.85 - 81 165.668 1076 3 1 35.4218 -130.222 -114.45 - 81 116.018 249 3 0 35.4268 -130.221 -115.85 - 81 121.408 1077 2 1 35.5279 -130.2 -144.45 - 81 126.22 249 2 0 35.5323 -130.201 -145.85 - 81 143.657 1077 1 1 35.6182 -130.223 -174.45 - 81 110.914 249 1 0 35.6205 -130.226 -175.85 - 81 126.694 1078 0 1 35.673 -130.279 -204.45 - 81 107.903 249 0 0 35.676 -130.281 -205.85 -Number of digits in this event = 13 + 81 148.623 307 8 1 -118.602 77.038 35.55 + 81 137.059 1284 8 0 -118.597 77.0414 34.15 + 81 189.188 308 7 1 -118.479 77.0974 5.55 + 81 143.201 1285 7 0 -118.477 77.0993 4.15 + 81 144.968 308 6 1 -118.468 77.1334 -24.45 + 81 248.443 1285 6 0 -118.471 77.1318 -25.85 + 81 129.306 308 5 1 -118.542 77.1011 -54.45 + 81 141.946 1285 5 0 -118.546 77.0947 -55.85 + 81 218.3 307 4 1 -118.634 76.9731 -84.45 + 81 116.563 1284 4 0 -118.639 76.9677 -85.85 + 81 146.24 307 3 1 -118.743 76.8631 -114.45 + 81 122.284 1284 3 0 -118.745 76.8635 -115.85 + 81 116.825 306 2 1 -118.799 76.8601 -144.45 + 81 148.85 1284 2 0 -118.797 76.8615 -145.85 + 81 187.38 306 1 1 -118.799 76.8897 -174.45 + 81 126.639 1284 1 0 -118.794 76.8907 -175.85 + 81 118.523 307 0 1 -118.681 76.9026 -204.45 + 81 157.164 1284 0 0 -118.676 76.8982 -205.85 + 81 46.5492 1283 2 0 -118.788 76.85 -146.208 + 81 88.6859 1180 2 0 -133.694 56.1303 -146.25 +Number of digits in this event = 16 Using G4ParticleGun ... -1.83753 LIN +8.90701 LIN proton Event: 82 -Number of tracker hits in this event = 39 - 82 107.787 1356 8 1 91.4196 -102.643 35.55 - 82 104.432 387 8 0 91.4232 -102.645 34.15 - 82 120.052 1356 7 1 91.4924 -102.688 5.55 - 82 209.374 387 7 0 91.4955 -102.691 4.15 - 82 167.841 1356 6 1 91.548 -102.758 -24.45 - 82 128.857 386 6 0 91.5496 -102.763 -25.85 - 82 123.719 1357 5 1 91.5835 -102.863 -54.45 - 82 124.937 386 5 0 91.5834 -102.873 -55.85 - 82 116.25 1357 4 1 91.5641 -103.086 -84.45 - 82 121.697 385 4 0 91.5641 -103.093 -85.85 - 82 103.585 1357 3 1 91.5688 -103.228 -114.45 - 82 215.47 384 3 0 91.5676 -103.232 -115.85 - 82 123.642 1356 2 1 91.5298 -103.334 -144.45 - 82 152.767 384 2 0 91.5357 -103.334 -145.85 - 82 160.676 1357 1 1 91.6559 -103.324 -174.45 - 82 149.776 384 1 0 91.6633 -103.324 -175.85 - 82 124.872 1358 0 1 91.8189 -103.323 -204.45 - 82 108.6 384 0 0 91.826 -103.325 -205.85 - 82 522.678 354 0 0 90.7697 -109.325 -206.25 - 82 2881.15 353 0 0 90.7627 -109.35 -206.181 - 82 4310.39 1352 0 1 90.6015 -109.908 -204.85 - 82 1138.03 1351 0 1 90.55 -110.089 -204.511 - 82 190.971 377 0 0 103.795 -104.672 -206.25 - 82 26.2636 1420 0 1 104.339 -104.818 -204.85 - 82 205.551 1421 0 1 104.35 -104.821 -204.822 - 82 243.421 365 1 0 114.82 -107.071 -176.25 - 82 26.1213 1475 1 1 115.327 -107.183 -174.85 - 82 161.158 1476 1 1 115.35 -107.188 -174.787 - 82 202.498 358 2 0 127.351 -108.509 -146.25 - 82 4.09259 1538 2 1 127.944 -108.563 -144.85 - 82 199.905 1539 2 1 127.95 -108.563 -144.836 - 82 337.092 347 3 0 142.388 -110.584 -116.25 - 82 46.7692 1614 3 1 143.108 -110.689 -114.85 - 82 181.694 1615 3 1 143.15 -110.696 -114.768 - 82 237.184 348 4 0 164.219 -110.467 -86.25 - 82 86.7512 1725 4 1 165.258 -110.464 -84.85 - 82 291.894 1726 4 1 165.35 -110.464 -84.7258 - 82 181.645 1727 4 1 165.55 -110.464 -84.4531 - 82 17.8024 1606 7 0 79.3149 141.403 3.90486 -Number of digits in this event = 31 +Number of tracker hits in this event = 19 + 82 116.78 1226 10 1 65.3551 90.5732 95.55 + 82 116.514 1352 10 0 65.3548 90.5727 94.15 + 82 132.034 1226 9 1 65.3466 90.5611 65.55 + 82 161.516 1352 9 0 65.3471 90.5585 64.15 + 82 105.975 1226 8 1 65.3608 90.5092 35.55 + 82 139.242 1351 8 0 65.3618 90.5067 34.15 + 82 101.729 1226 7 1 65.3842 90.4545 5.55 + 82 128.294 1351 7 0 65.3852 90.4511 4.15 + 82 121.87 1226 6 1 65.4055 90.3829 -24.45 + 82 119.88 1351 6 0 65.4067 90.379 -25.85 + 82 90.1331 1226 5 1 65.4376 90.297 -54.45 + 82 115.084 1350 5 0 65.4391 90.2936 -55.85 + 82 154.974 1227 4 1 65.474 90.2242 -84.45 + 82 274.176 1350 4 0 65.477 90.2206 -85.85 + 82 110.987 1227 1 1 65.6169 89.9701 -174.45 + 82 105.281 1349 1 0 65.6179 89.9652 -175.85 + 82 108.204 1227 0 1 65.6366 89.8672 -204.45 + 82 103.474 1349 0 0 65.6376 89.8636 -205.85 + 82 148.216 1229 4 1 65.9119 90.4101 -84.85 +Number of digits in this event = 9 Using G4ParticleGun ... -6.24207 LIN +4.10168 LIN proton Event: 83 Number of tracker hits in this event = 22 - 83 164.191 1413 10 1 102.935 -24.4276 95.55 - 83 108.83 778 10 0 102.936 -24.4282 94.15 - 83 122.349 1413 9 1 102.947 -24.4372 65.55 - 83 139.265 778 9 0 102.948 -24.4373 64.15 - 83 105.171 1414 8 1 102.96 -24.4365 35.55 - 83 99.0833 778 8 0 102.961 -24.4369 34.15 - 83 125.499 1414 7 1 102.981 -24.4468 5.55 - 83 101.05 778 7 0 102.981 -24.448 4.15 - 83 139.9 1414 6 1 102.983 -24.4708 -24.45 - 83 85.4098 777 6 0 102.984 -24.472 -25.85 - 83 139.302 1414 5 1 103.011 -24.4957 -54.45 - 83 107.619 777 5 0 103.013 -24.496 -55.85 - 83 151.877 1414 4 1 103.042 -24.5062 -84.45 - 83 110.142 777 4 0 103.044 -24.5061 -85.85 - 83 122.032 1414 3 1 103.087 -24.5041 -114.45 - 83 127.398 777 3 0 103.089 -24.5037 -115.85 - 83 146.199 1414 2 1 103.109 -24.4978 -144.45 - 83 101.919 777 2 0 103.11 -24.4974 -145.85 - 83 139.539 1414 1 1 103.129 -24.4976 -174.45 - 83 102.907 777 1 0 103.133 -24.4969 -175.85 - 83 115.956 1415 0 1 103.201 -24.4852 -204.45 - 83 154.572 777 0 0 103.204 -24.4855 -205.85 -Number of digits in this event = 13 + 83 134.205 1112 10 1 42.5808 95.9556 95.55 + 83 96.0526 1379 10 0 42.5804 95.9557 94.15 + 83 114.741 1112 9 1 42.5695 95.9533 65.55 + 83 158.501 1379 9 0 42.5689 95.9542 64.15 + 83 150.627 1112 8 1 42.5587 95.9681 35.55 + 83 94.3804 1379 8 0 42.559 95.9681 34.15 + 83 159.922 1112 7 1 42.569 95.9696 5.55 + 83 170.201 1379 7 0 42.5711 95.9696 4.15 + 83 134.167 1112 6 1 42.6162 95.9693 -24.45 + 83 129.568 1379 6 0 42.6193 95.9683 -25.85 + 83 266.539 1113 5 1 42.6856 95.9398 -54.45 + 83 101.806 1378 5 0 42.6875 95.939 -55.85 + 83 106.434 1113 4 1 42.7279 95.916 -84.45 + 83 101.73 1378 4 0 42.7317 95.9135 -85.85 + 83 100.004 1113 3 1 42.8087 95.8625 -114.45 + 83 174.102 1378 3 0 42.8124 95.8617 -115.85 + 83 95.174 1114 2 1 42.8827 95.8409 -144.45 + 83 119.177 1378 2 0 42.8852 95.8414 -145.85 + 83 108.968 1114 1 1 42.9371 95.8467 -174.45 + 83 135.036 1378 1 0 42.939 95.8476 -175.85 + 83 105.571 1114 0 1 42.9729 95.862 -204.45 + 83 225.69 1378 0 0 42.9752 95.8616 -205.85 +Number of digits in this event = 12 Using G4ParticleGun ... -3.9282 LIN +3.51104 LIN proton Event: 84 -Number of tracker hits in this event = 22 - 84 116.655 1249 10 1 69.9743 -50.5295 95.55 - 84 132.725 647 10 0 69.9723 -50.5314 94.15 - 84 259.79 1249 9 1 69.9273 -50.5698 65.55 - 84 130.649 647 9 0 69.9243 -50.5721 64.15 - 84 110.812 1249 8 1 69.8635 -50.6266 35.55 - 84 105.267 647 8 0 69.8605 -50.6288 34.15 - 84 116.102 1248 7 1 69.8022 -50.6704 5.55 - 84 107.622 646 7 0 69.7991 -50.6722 4.15 - 84 121.288 1248 6 1 69.7356 -50.7144 -24.45 - 84 105.072 646 6 0 69.7334 -50.716 -25.85 - 84 120.983 1248 5 1 69.6896 -50.7474 -54.45 - 84 116.548 646 5 0 69.689 -50.7473 -55.85 - 84 117.489 1248 4 1 69.6694 -50.7567 -84.45 - 84 119.299 646 4 0 69.6666 -50.7581 -85.85 - 84 145.842 1247 3 1 69.6091 -50.7924 -114.45 - 84 94.43 646 3 0 69.6068 -50.7934 -115.85 - 84 113.448 1247 2 1 69.5564 -50.8145 -144.45 - 84 147.882 646 2 0 69.5526 -50.8153 -145.85 - 84 92.8907 1247 1 1 69.4661 -50.8287 -174.45 - 84 84.6013 646 1 0 69.4652 -50.8329 -175.85 - 84 111.348 1246 0 1 69.442 -50.9147 -204.45 - 84 106.471 645 0 0 69.4397 -50.9204 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 16 + 84 139.404 392 7 1 -101.673 107.396 5.55 + 84 134.233 1436 7 0 -101.675 107.397 4.15 + 84 193.355 392 6 1 -101.727 107.425 -24.45 + 84 123.825 1436 6 0 -101.732 107.429 -25.85 + 84 103.324 391 5 1 -101.817 107.496 -54.45 + 84 99.0371 1436 5 0 -101.821 107.5 -55.85 + 84 115.385 391 4 1 -101.897 107.579 -84.45 + 84 121.833 1437 4 0 -101.902 107.582 -85.85 + 84 154.77 390 3 1 -102.006 107.637 -114.45 + 84 91.0946 1437 3 0 -102.012 107.64 -115.85 + 84 135.022 390 2 1 -102.12 107.697 -144.45 + 84 106.629 1437 2 0 -102.125 107.696 -145.85 + 84 104.732 389 1 1 -102.222 107.666 -174.45 + 84 112.311 1437 1 0 -102.226 107.665 -175.85 + 84 156.039 389 0 1 -102.308 107.632 -204.45 + 84 113.104 1437 0 0 -102.311 107.63 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -8.88372 LIN +2.39412 LIN proton Event: 85 -Number of tracker hits in this event = 24 - 85 140.425 510 11 1 -78.0326 -20.9073 125.55 - 85 156.612 795 11 0 -78.033 -20.9077 124.15 - 85 132.365 510 10 1 -78.0395 -20.9143 95.55 - 85 109.858 795 10 0 -78.0406 -20.9139 94.15 - 85 109.857 509 9 1 -78.0607 -20.9021 65.55 - 85 142.125 795 9 0 -78.0612 -20.9014 64.15 - 85 105.766 509 8 1 -78.0745 -20.8841 35.55 - 85 160.825 795 8 0 -78.0751 -20.8827 34.15 - 85 146.6 509 7 1 -78.0851 -20.8535 5.55 - 85 115.766 795 7 0 -78.0866 -20.8519 4.15 - 85 98.8346 509 6 1 -78.1189 -20.8175 -24.45 - 85 170.703 796 6 0 -78.1196 -20.8139 -25.85 - 85 122.787 509 5 1 -78.1327 -20.7418 -54.45 - 85 110.609 796 5 0 -78.1335 -20.7377 -55.85 - 85 107.141 509 4 1 -78.1498 -20.6517 -84.45 - 85 107.001 797 4 0 -78.1515 -20.6467 -85.85 - 85 111.898 509 3 1 -78.1835 -20.5414 -114.45 - 85 118.054 797 3 0 -78.1841 -20.5357 -115.85 - 85 117.804 509 2 1 -78.1954 -20.415 -144.45 - 85 113.392 798 2 0 -78.1966 -20.4086 -145.85 - 85 171.125 509 1 1 -78.218 -20.2776 -174.45 - 85 129.838 798 1 0 -78.2186 -20.2717 -175.85 - 85 149.623 509 0 1 -78.2291 -20.1501 -204.45 - 85 144.653 799 0 0 -78.2293 -20.144 -205.85 -Number of digits in this event = 13 +Number of tracker hits in this event = 28 + 85 102.004 1261 11 1 72.2517 24.3947 125.55 + 85 115.905 1021 11 0 72.2533 24.3931 124.15 + 85 125.502 1261 10 1 72.2768 24.37 95.55 + 85 149.019 1021 10 0 72.2775 24.3693 94.15 + 85 107.107 1261 9 1 72.2878 24.3536 65.55 + 85 171.318 1021 9 0 72.2872 24.3555 64.15 + 85 97.191 1261 8 1 72.2952 24.4014 35.55 + 85 110.039 1021 8 0 72.2962 24.4061 34.15 + 85 113.187 1261 7 1 72.3232 24.5082 5.55 + 85 133.217 1022 7 0 72.3263 24.5137 4.15 + 85 124.797 1261 6 1 72.3892 24.6283 -24.45 + 85 115.939 1022 6 0 72.3917 24.6347 -25.85 + 85 114.148 1262 5 1 72.4517 24.7686 -54.45 + 85 379.933 1023 5 0 72.4566 24.7771 -55.85 + 85 158.542 1262 4 1 72.5516 24.9517 -84.45 + 85 121.143 1024 4 0 72.5546 24.9587 -85.85 + 85 127.11 1262 3 1 72.6146 25.1049 -114.45 + 85 251.885 1025 3 0 72.62 25.1126 -115.85 + 85 112.855 1263 2 1 72.7226 25.276 -144.45 + 85 121.168 1026 2 0 72.7287 25.2839 -145.85 + 85 6.979 1263 1 1 72.8498 25.449 -174.45 + 85 84.425 1264 1 1 72.85 25.4492 -174.487 + 85 127.976 1027 1 0 72.8566 25.4563 -175.85 + 85 95.0446 1264 0 1 72.9863 25.6023 -204.45 + 85 182.675 1027 0 0 72.9927 25.6079 -205.85 + 85 77.8809 1277 0 1 75.4912 -32.2277 -204.45 + 85 234.768 1263 4 1 72.65 24.873 -84.5813 + 85 65.0372 1264 4 1 72.8501 24.904 -84.6061 +Number of digits in this event = 18 Using G4ParticleGun ... -2.48431 LIN +5.46991 LIN proton Event: 86 Number of tracker hits in this event = 22 - 86 181.769 1233 10 1 66.8322 -62.2844 95.55 - 86 171.161 588 10 0 66.8322 -62.2862 94.15 - 86 190.88 1233 9 1 66.832 -62.3189 65.55 - 86 218.785 588 9 0 66.8325 -62.3179 64.15 - 86 182.718 1233 8 1 66.8197 -62.2988 35.55 - 86 92.0799 588 8 0 66.8199 -62.2962 34.15 - 86 110.939 1233 7 1 66.8352 -62.2644 5.55 - 86 119.513 588 7 0 66.8353 -62.2647 4.15 - 86 122.121 1233 6 1 66.8395 -62.2732 -24.45 - 86 125.122 588 6 0 66.8396 -62.2741 -25.85 - 86 120.795 1233 5 1 66.8362 -62.3014 -54.45 - 86 111.502 588 5 0 66.8372 -62.3022 -55.85 - 86 127.932 1234 4 1 66.8597 -62.3104 -84.45 - 86 111.267 588 4 0 66.8618 -62.3095 -85.85 - 86 198.775 1234 3 1 66.8949 -62.2908 -114.45 - 86 115.465 588 3 0 66.8934 -62.2914 -115.85 - 86 102.824 1234 2 1 66.8556 -62.2929 -144.45 - 86 129.691 588 2 0 66.8566 -62.2945 -145.85 - 86 194.422 1234 1 1 66.8757 -62.3232 -174.45 - 86 93.0741 588 1 0 66.8815 -62.3255 -175.85 - 86 124.968 1234 0 1 67.0022 -62.3775 -204.45 - 86 111.222 588 0 0 67.0087 -62.3811 -205.85 -Number of digits in this event = 14 + 86 110.925 1073 10 1 34.8413 -96.035 95.55 + 86 105.264 420 10 0 34.8424 -96.0355 94.15 + 86 217.509 1074 9 1 34.8625 -96.0461 65.55 + 86 105.627 420 9 0 34.8639 -96.0462 64.15 + 86 103.882 1074 8 1 34.8975 -96.0531 35.55 + 86 117.216 420 8 0 34.8996 -96.0542 34.15 + 86 106.776 1074 7 1 34.9357 -96.0765 5.55 + 86 115.8 420 7 0 34.9379 -96.0766 4.15 + 86 103.366 1074 6 1 34.9863 -96.0771 -24.45 + 86 108.629 420 6 0 34.9884 -96.077 -25.85 + 86 150.843 1074 5 1 35.0288 -96.072 -54.45 + 86 110.704 420 5 0 35.0309 -96.0715 -55.85 + 86 112.743 1075 4 1 35.0719 -96.0605 -84.45 + 86 107.602 420 4 0 35.0754 -96.06 -85.85 + 86 111.602 1075 3 1 35.1324 -96.0535 -114.45 + 86 118.974 420 3 0 35.1362 -96.0526 -115.85 + 86 96.4313 1075 2 1 35.2197 -96.0317 -144.45 + 86 105.926 420 2 0 35.2216 -96.031 -145.85 + 86 130.472 1076 1 1 35.2603 -96.0203 -174.45 + 86 362.547 420 1 0 35.2619 -96.0202 -175.85 + 86 94.6984 1076 0 1 35.2939 -96.0168 -204.45 + 86 102.008 420 0 0 35.2956 -96.0171 -205.85 +Number of digits in this event = 5 Using G4ParticleGun ... -9.39159 LIN +7.36917 LIN proton Event: 87 -Number of tracker hits in this event = 24 - 87 123.569 626 11 1 -54.7429 -42.743 125.55 - 87 104.531 686 11 0 -54.743 -42.7432 124.15 - 87 131.316 626 10 1 -54.749 -42.7497 95.55 - 87 126.862 686 10 0 -54.7493 -42.7497 94.15 - 87 96.2083 626 9 1 -54.7544 -42.7564 65.55 - 87 175.541 686 9 0 -54.7552 -42.7574 64.15 - 87 108.123 626 8 1 -54.7699 -42.7796 35.55 - 87 119.179 686 8 0 -54.7708 -42.7807 34.15 - 87 115.292 626 7 1 -54.7879 -42.8012 5.55 - 87 135.745 686 7 0 -54.7885 -42.8014 4.15 - 87 89.4819 626 6 1 -54.8038 -42.8066 -24.45 - 87 106.136 686 6 0 -54.8043 -42.8077 -25.85 - 87 150.321 626 5 1 -54.8177 -42.8299 -54.45 - 87 132.026 686 5 0 -54.8176 -42.8317 -55.85 - 87 100.859 626 4 1 -54.817 -42.8702 -84.45 - 87 130.625 685 4 0 -54.8167 -42.8717 -85.85 - 87 108.738 626 3 1 -54.8119 -42.9037 -114.45 - 87 93.6509 685 3 0 -54.8115 -42.9046 -115.85 - 87 88.7792 626 2 1 -54.8022 -42.9198 -144.45 - 87 118.751 685 2 0 -54.8026 -42.9207 -145.85 - 87 106.109 626 1 1 -54.8107 -42.9377 -174.45 - 87 158.159 685 1 0 -54.8107 -42.9391 -175.85 - 87 217.151 626 0 1 -54.8101 -42.9683 -204.45 - 87 122.267 685 0 0 -54.8101 -42.9695 -205.85 -Number of digits in this event = 12 +Number of tracker hits in this event = 26 + 87 18.2984 1287 11 1 77.4637 -28.6497 125.214 + 87 150.987 757 11 0 77.4635 -28.6497 124.15 + 87 89.338 1287 10 1 77.4592 -28.649 95.55 + 87 100.418 757 10 0 77.4603 -28.6492 94.15 + 87 137.484 1287 9 1 77.4844 -28.6525 65.55 + 87 119.25 756 9 0 77.4855 -28.6526 64.15 + 87 99.6199 1287 8 1 77.5102 -28.657 35.55 + 87 178.045 756 8 0 77.5125 -28.6572 34.15 + 87 104.35 1287 7 1 77.5566 -28.6577 5.55 + 87 100.974 756 7 0 77.5589 -28.6569 4.15 + 87 118.718 1287 6 1 77.6069 -28.6394 -24.45 + 87 121.334 757 6 0 77.6101 -28.6384 -25.85 + 87 113.796 1288 5 1 77.6758 -28.619 -54.45 + 87 189.885 757 5 0 77.679 -28.6179 -55.85 + 87 110.569 1288 4 1 77.7464 -28.5972 -84.45 + 87 136.027 757 4 0 77.7506 -28.5955 -85.85 + 87 101.303 1288 3 1 77.8365 -28.5604 -114.45 + 87 186.734 757 3 0 77.8423 -28.5602 -115.85 + 87 97.6146 1289 2 1 77.9607 -28.5539 -144.45 + 87 114.922 757 2 0 77.9654 -28.5543 -145.85 + 87 96.7867 1290 1 1 78.0605 -28.5604 -174.45 + 87 92.6606 757 1 0 78.0652 -28.5611 -175.85 + 87 123.621 1290 0 1 78.1646 -28.5773 -204.45 + 87 100.224 757 0 0 78.1699 -28.5787 -205.85 + 87 214.241 756 4 0 77.718 -28.65 -86.1888 + 87 158.461 756 5 0 77.6768 -28.65 -56.1716 +Number of digits in this event = 11 Using G4ParticleGun ... -8.99557 LIN +1.2454 LIN proton Event: 88 -Number of tracker hits in this event = 20 - 88 124.193 463 9 1 -87.4193 -101.359 65.55 - 88 99.2181 393 9 0 -87.4194 -101.359 64.15 - 88 101.722 463 8 1 -87.4223 -101.368 35.55 - 88 119.142 393 8 0 -87.4224 -101.369 34.15 - 88 162.018 463 7 1 -87.4247 -101.369 5.55 - 88 103.557 393 7 0 -87.424 -101.369 4.15 - 88 186.67 463 6 1 -87.4058 -101.354 -24.45 - 88 103.72 393 6 0 -87.4047 -101.354 -25.85 - 88 127.289 463 5 1 -87.3805 -101.348 -54.45 - 88 109.232 394 5 0 -87.3799 -101.349 -55.85 - 88 244.221 463 4 1 -87.3632 -101.353 -84.45 - 88 133.283 393 4 0 -87.3613 -101.353 -85.85 - 88 172.491 463 3 1 -87.3206 -101.347 -114.45 - 88 96.925 394 3 0 -87.3186 -101.346 -115.85 - 88 142.614 463 2 1 -87.2802 -101.335 -144.45 - 88 101.185 394 2 0 -87.2779 -101.334 -145.85 - 88 115.048 464 1 1 -87.2278 -101.316 -174.45 - 88 105.635 394 1 0 -87.2247 -101.316 -175.85 - 88 107.356 464 0 1 -87.1642 -101.317 -204.45 - 88 110.711 394 0 0 -87.1612 -101.317 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 45 + 88 163.89 764 11 1 -27.2215 53.5157 125.55 + 88 240.145 1167 11 0 -27.2225 53.5109 124.15 + 88 186.533 763 10 1 -27.2519 53.4591 95.55 + 88 134.29 1167 10 0 -27.2514 53.4573 94.15 + 88 122.247 764 9 1 -27.2424 53.4085 65.55 + 88 112.534 1166 9 0 -27.2386 53.4097 64.15 + 88 266.399 764 8 1 -27.1625 53.446 35.55 + 88 151.518 1166 8 0 -27.1589 53.4444 34.15 + 88 310.179 764 7 1 -27.0987 53.414 5.55 + 88 244.444 1166 7 0 -27.0957 53.4081 4.15 + 88 119.779 765 6 1 -27.0451 53.2812 -24.45 + 88 124.868 1166 6 0 -27.0395 53.2715 -25.85 + 88 151.746 765 5 1 -26.9274 53.0853 -54.45 + 88 161.994 1165 5 0 -26.9277 53.0748 -55.85 + 88 118.817 765 4 1 -26.9453 52.8559 -84.45 + 88 97.6507 1163 4 0 -26.9466 52.8439 -85.85 + 88 133.835 765 3 1 -26.9865 52.5721 -114.45 + 88 115.942 1162 3 0 -26.9887 52.565 -115.85 + 88 134.276 765 2 1 -27.0379 52.4309 -144.45 + 88 139.406 1161 2 0 -27.041 52.4204 -145.85 + 88 118.299 764 1 1 -27.1296 52.2065 -174.45 + 88 143.679 1160 1 0 -27.1334 52.1978 -175.85 + 88 239.995 764 0 1 -27.2244 52.0062 -204.45 + 88 165.038 1159 0 0 -27.2253 51.9969 -205.85 + 88 67.6114 765 0 1 -27.05 52.1227 -204.587 + 88 175.86 766 0 1 -26.85 52.2324 -204.652 + 88 81.2208 767 0 1 -26.65 52.3424 -204.71 + 88 81.3086 768 0 1 -26.4499 52.4087 -204.746 + 88 46.8588 769 0 1 -26.25 52.4566 -204.759 + 88 83.9135 770 0 1 -26.0498 52.4789 -204.779 + 88 62.5012 771 0 1 -25.85 52.4993 -204.76 + 88 53.0688 772 0 1 -25.65 52.4986 -204.636 + 88 108.808 1264 1 0 -29.1276 72.9369 -176.25 + 88 48.2283 1265 1 0 -29.2425 73.0501 -175.953 + 88 314.173 744 1 1 -31.1587 74.0403 -174.85 + 88 154.297 1273 1 0 -31.6696 74.7838 -175.85 + 88 48.504 1452 1 0 -75.2193 110.632 -176.25 + 88 230.841 1453 1 0 -75.273 110.75 -176.201 + 88 75.8568 1454 1 0 -75.2528 110.95 -176.107 + 88 97.3621 525 1 1 -74.8661 110.673 -174.85 + 88 213.121 526 1 1 -74.85 110.705 -174.743 + 88 17.9087 1168 11 0 -27.2645 53.6501 123.79 + 88 125.357 1166 11 0 -27.2118 53.4498 123.967 + 88 21.8696 1229 11 0 42.4843 66.026 123.75 + 88 134.61 1230 11 0 42.504 66.05 123.759 +Number of digits in this event = 26 Using G4ParticleGun ... -8.64716 LIN +6.48535 LIN proton Event: 89 -Number of tracker hits in this event = 32 - 89 113.407 867 11 1 -6.52646 -60.7979 125.55 - 89 97.9409 596 11 0 -6.52853 -60.7978 124.15 - 89 116.12 867 10 1 -6.56963 -60.7966 95.55 - 89 95.1425 596 10 0 -6.5714 -60.7974 94.15 - 89 119.908 867 9 1 -6.60601 -60.809 65.55 - 89 91.0091 596 9 0 -6.608 -60.8101 64.15 - 89 91.4081 866 8 1 -6.65093 -60.8367 35.55 - 89 119.065 596 8 0 -6.65304 -60.8382 34.15 - 89 276.659 866 7 1 -6.69825 -60.8649 5.55 - 89 373.662 595 7 0 -6.70065 -60.8662 4.15 - 89 104.848 866 6 1 -6.74898 -60.895 -24.45 - 89 127.751 595 6 0 -6.75128 -60.8972 -25.85 - 89 126.794 866 5 1 -6.80016 -60.9421 -54.45 - 89 100.208 595 5 0 -6.80237 -60.9444 -55.85 - 89 108.833 866 4 1 -6.84517 -60.9916 -84.45 - 89 175.836 595 4 0 -6.84709 -60.9943 -85.85 - 89 145.194 865 3 1 -6.89193 -61.0466 -114.45 - 89 102.22 595 3 0 -6.89392 -61.049 -115.85 - 89 157.237 865 2 1 -6.93524 -61.0987 -144.45 - 89 179.966 594 2 0 -6.93732 -61.102 -145.85 - 89 124.052 865 1 1 -6.97766 -61.1682 -174.45 - 89 124.858 594 1 0 -6.97949 -61.1711 -175.85 - 89 133.804 865 0 1 -7.01923 -61.2304 -204.45 - 89 163.259 594 0 0 -7.02087 -61.2331 -205.85 - 89 72.6726 596 0 0 -6.63476 -60.7472 -205.85 - 89 37.0934 597 0 0 -6.55607 -60.65 -206.129 - 89 194.507 646 0 0 11.3232 -50.8402 -206.25 - 89 67.7298 967 0 1 13.5248 -51.1822 -204.85 - 89 109.511 968 0 1 13.65 -51.315 -204.722 - 89 114.529 883 1 0 70.5857 -3.43639 -176.25 - 89 58.6006 189 7 0 -8.72101 -142.28 3.75002 - 89 107.876 188 7 0 -8.71651 -142.35 3.78085 -Number of digits in this event = 15 +Number of tracker hits in this event = 20 + 89 134.84 340 9 1 -112.097 36.5708 65.55 + 89 87.0296 1082 9 0 -112.097 36.57 64.15 + 89 153.376 340 8 1 -112.099 36.5499 35.55 + 89 119.086 1082 8 0 -112.097 36.5501 34.15 + 89 99.7093 340 7 1 -112.065 36.5587 5.55 + 89 102.231 1082 7 0 -112.064 36.5597 4.15 + 89 104.406 340 6 1 -112.048 36.5844 -24.45 + 89 98.2643 1082 6 0 -112.046 36.5855 -25.85 + 89 134.349 340 5 1 -112.005 36.6088 -54.45 + 89 93.5756 1082 5 0 -112.004 36.6099 -55.85 + 89 123.733 340 4 1 -111.977 36.6289 -84.45 + 89 108.993 1082 4 0 -111.976 36.6293 -85.85 + 89 111.063 340 3 1 -111.954 36.6409 -114.45 + 89 98.7645 1082 3 0 -111.953 36.6415 -115.85 + 89 129.197 341 2 1 -111.926 36.6508 -144.45 + 89 104.912 1083 2 0 -111.925 36.6517 -145.85 + 89 141.282 341 1 1 -111.912 36.6671 -174.45 + 89 134.106 1083 1 0 -111.91 36.6663 -175.85 + 89 109.291 341 0 1 -111.877 36.6477 -204.45 + 89 108.355 1082 0 0 -111.877 36.6464 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -9.74759 LIN +7.53786 LIN proton Event: 90 -Number of tracker hits in this event = 16 - 90 124.158 450 10 1 -90.0229 53.3648 95.55 - 90 103.627 1166 10 0 -90.0229 53.3656 94.15 - 90 112.874 450 9 1 -90.0251 53.3819 65.55 - 90 124.618 1166 9 0 -90.0243 53.3831 64.15 - 90 121.207 450 8 1 -90.0082 53.4064 35.55 - 90 106.81 1166 8 0 -90.0083 53.4076 34.15 - 90 114.73 450 7 1 -90.011 53.4311 5.55 - 90 130.412 1166 7 0 -90.0118 53.4328 4.15 - 90 132.36 450 6 1 -90.0268 53.4708 -24.45 - 90 125.227 1167 6 0 -90.0277 53.4727 -25.85 - 90 150.869 450 5 1 -90.0441 53.5119 -54.45 - 90 116.902 1167 5 0 -90.0453 53.5138 -55.85 - 90 70.6224 449 3 1 -90.1504 53.6588 -114.683 - 90 224.533 448 3 1 -90.35 53.8083 -114.714 - 90 534.856 447 3 1 -90.55 53.9313 -114.707 - 90 19.072 446 3 1 -90.75 53.9014 -114.647 -Number of digits in this event = 10 +Number of tracker hits in this event = 24 + 90 103.981 552 11 1 -69.4854 -6.74396 125.55 + 90 94.2118 866 11 0 -69.4849 -6.74296 124.15 + 90 125.981 552 10 1 -69.4739 -6.71279 95.55 + 90 263.202 866 10 0 -69.4735 -6.71029 94.15 + 90 97.535 552 9 1 -69.4698 -6.65673 65.55 + 90 99.0228 866 9 0 -69.4699 -6.6547 64.15 + 90 127.715 552 8 1 -69.4778 -6.61211 35.55 + 90 92.4338 867 8 0 -69.4783 -6.60968 34.15 + 90 151.785 552 7 1 -69.4888 -6.55676 5.55 + 90 199.509 867 7 0 -69.4886 -6.55407 4.15 + 90 98.0027 552 6 1 -69.484 -6.50005 -24.45 + 90 101.626 867 6 0 -69.4831 -6.49771 -25.85 + 90 124.425 552 5 1 -69.4663 -6.44901 -54.45 + 90 204.625 868 5 0 -69.4664 -6.44617 -55.85 + 90 107.377 552 4 1 -69.4768 -6.38645 -84.45 + 90 176.157 868 4 0 -69.4769 -6.38271 -85.85 + 90 187.665 552 3 1 -69.4798 -6.30452 -114.45 + 90 92.5916 868 3 0 -69.4799 -6.30106 -115.85 + 90 180.631 552 2 1 -69.4827 -6.22872 -144.45 + 90 117.656 869 2 0 -69.4816 -6.22491 -145.85 + 90 167.452 552 1 1 -69.4592 -6.14699 -174.45 + 90 152.226 869 1 0 -69.4587 -6.14358 -175.85 + 90 111.528 552 0 1 -69.4511 -6.07552 -204.45 + 90 297.111 869 0 0 -69.4503 -6.07281 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -2.59869 LIN +5.67114 LIN proton Event: 91 -Number of tracker hits in this event = 23 - 91 156.969 333 9 1 -113.473 48.2433 65.55 - 91 111.698 1140 9 0 -113.476 48.2456 64.15 - 91 140.833 333 8 1 -113.532 48.299 35.55 - 91 230.766 1141 8 0 -113.534 48.3033 34.15 - 91 131.341 332 7 1 -113.593 48.3956 5.55 - 91 179.521 1141 7 0 -113.596 48.4034 4.15 - 91 86.9658 332 6 1 -113.651 48.5658 -24.45 - 91 98.0037 1142 6 0 -113.654 48.5756 -25.85 - 91 118.993 332 5 1 -113.714 48.7646 -54.45 - 91 209.485 1143 5 0 -113.718 48.7723 -55.85 - 91 177.833 331 4 1 -113.791 48.9291 -84.45 - 91 105.677 1144 4 0 -113.794 48.9384 -85.85 - 91 103.59 331 3 1 -113.84 49.1318 -114.45 - 91 98.6477 1145 3 0 -113.841 49.139 -115.85 - 91 146.523 331 2 1 -113.872 49.2861 -144.45 - 91 117.339 1146 2 0 -113.874 49.2953 -145.85 - 91 145.625 331 1 1 -113.934 49.4776 -174.45 - 91 163.405 1147 1 0 -113.939 49.4871 -175.85 - 91 117.508 330 0 1 -114.02 49.6851 -204.45 - 91 133.252 1148 0 0 -114.025 49.6953 -205.85 - 91 96.342 1718 4 0 -178.433 163.75 -86.2284 - 91 184.546 1719 4 0 -178.456 163.95 -86.1403 - 91 209.716 332 9 1 -113.55 48.2437 65.4883 -Number of digits in this event = 16 +Number of tracker hits in this event = 25 + 91 138.555 1169 11 1 53.9022 -60.7646 125.55 + 91 176.924 596 11 0 53.9021 -60.7641 124.15 + 91 93.8526 1169 10 1 53.9031 -60.7507 95.55 + 91 109.754 596 10 0 53.9041 -60.7502 94.15 + 91 110.318 1169 9 1 53.923 -60.739 65.55 + 91 110.964 596 9 0 53.9243 -60.7372 64.15 + 91 102.469 1169 8 1 53.9469 -60.7044 35.55 + 91 114.177 596 8 0 53.9483 -60.7039 34.15 + 91 96.0535 1169 7 1 53.974 -60.6926 5.55 + 91 135.652 596 7 0 53.9755 -60.6921 4.15 + 91 179.767 1169 6 1 54.0055 -60.6788 -24.45 + 91 128.314 596 6 0 54.0072 -60.6786 -25.85 + 91 156.881 1169 5 1 54.0408 -60.6802 -54.45 + 91 116.359 596 5 0 54.0412 -60.6816 -55.85 + 91 108.941 1169 4 1 54.0481 -60.7132 -84.45 + 91 188.845 596 4 0 54.0471 -60.7143 -85.85 + 91 102.566 1169 3 1 54.0231 -60.7351 -114.45 + 91 161.649 596 3 0 54.0236 -60.7376 -115.85 + 91 156.28 1169 2 1 54.0357 -60.792 -144.45 + 91 101.792 596 2 0 54.0365 -60.7934 -145.85 + 91 129.63 1170 1 1 54.0535 -60.8172 -174.45 + 91 233.737 596 1 0 54.0553 -60.8185 -175.85 + 91 120.141 1170 0 1 54.0866 -60.8427 -204.45 + 91 116.435 596 0 0 54.0867 -60.8426 -205.85 + 91 142.783 1170 5 1 54.05 -60.6751 -54.545 +Number of digits in this event = 14 Using G4ParticleGun ... -5.39336 LIN +3.65891 LIN proton Event: 92 -Number of tracker hits in this event = 21 - 92 135.188 1338 9 1 87.8256 -91.5657 65.55 - 92 102.309 442 9 0 87.8255 -91.5648 64.15 - 92 144.191 1338 8 1 87.8228 -91.5451 35.55 - 92 100.862 443 8 0 87.824 -91.5445 34.15 - 92 182.536 1338 7 1 87.8441 -91.5324 5.55 - 92 135.941 443 7 0 87.8446 -91.5311 4.15 - 92 108.68 1339 6 1 87.8532 -91.5024 -24.45 - 92 249.667 443 6 0 87.8527 -91.5005 -25.85 - 92 125.842 1338 5 1 87.8464 -91.4573 -54.45 - 92 133.722 443 5 0 87.8461 -91.4553 -55.85 - 92 123.851 1338 4 1 87.8391 -91.4095 -84.45 - 92 154.221 443 4 0 87.8404 -91.4002 -85.85 - 92 127.533 1339 3 1 87.865 -91.2123 -114.45 - 92 124.333 444 3 0 87.8659 -91.2029 -115.85 - 92 107.489 1339 2 1 87.8876 -91.0082 -144.45 - 92 97.904 445 2 0 87.8892 -90.9987 -145.85 - 92 161.071 1339 1 1 87.9195 -90.8104 -174.45 - 92 114.508 446 1 0 87.9225 -90.8002 -175.85 - 92 132.84 1339 0 1 87.9819 -90.5878 -204.45 - 92 136.11 447 0 0 87.9854 -90.5775 -205.85 - 92 76.4 448 0 0 87.9883 -90.5496 -206.042 -Number of digits in this event = 15 +Number of tracker hits in this event = 29 + 92 121.506 544 9 1 -71.096 103.144 65.55 + 92 117.768 1414 9 0 -71.0958 103.145 64.15 + 92 134.05 544 8 1 -71.0818 103.145 35.55 + 92 117.585 1414 8 0 -71.0823 103.147 34.15 + 92 123.85 544 7 1 -71.0898 103.184 5.55 + 92 282.782 1415 7 0 -71.0897 103.186 4.15 + 92 97.2515 544 6 1 -71.0928 103.231 -24.45 + 92 151.603 1415 6 0 -71.0932 103.231 -25.85 + 92 105.341 544 5 1 -71.0994 103.235 -54.45 + 92 105.484 1415 5 0 -71.0974 103.235 -55.85 + 92 118.312 544 4 1 -71.0601 103.245 -84.45 + 92 94.6884 1415 4 0 -71.0594 103.246 -85.85 + 92 111.194 545 3 1 -71.044 103.268 -114.45 + 92 131.865 1415 3 0 -71.0438 103.27 -115.85 + 92 105.76 544 2 1 -71.0504 103.318 -144.45 + 92 139.977 1415 2 0 -71.0502 103.321 -145.85 + 92 96.7689 544 1 1 -71.0509 103.375 -174.45 + 92 131.999 1416 1 0 -71.0534 103.381 -175.85 + 92 90.8826 544 0 1 -71.1056 103.488 -204.45 + 92 123.532 1416 0 0 -71.107 103.492 -205.85 + 92 57.1987 1388 3 0 -49.4913 97.8795 -116.25 + 92 106.949 1387 3 0 -49.4079 97.7499 -116.131 + 92 84.6244 1386 3 0 -49.408 97.55 -115.998 + 92 87.2607 1385 3 0 -49.482 97.3499 -115.951 + 92 77.1981 1384 3 0 -49.484 97.1499 -116.033 + 92 91.1103 1383 3 0 -49.6055 96.95 -116.004 + 92 334.082 651 3 1 -49.798 96.6558 -114.85 + 92 102.403 545 7 1 -71.05 103.124 5.50671 + 92 102.439 1414 7 0 -70.625 103.145 4.14956 +Number of digits in this event = 11 Using G4ParticleGun ... -5.15389 LIN +4.59138 LIN proton Event: 93 -Number of tracker hits in this event = 27 - 93 125.099 850 11 1 -9.91874 19.1468 125.55 - 93 105.52 995 11 0 -9.91803 19.1487 124.15 - 93 129.558 850 10 1 -9.89713 19.1851 95.55 - 93 115.594 995 10 0 -9.89813 19.1874 94.15 - 93 106.78 850 9 1 -9.92004 19.2341 65.55 - 93 103.402 995 9 0 -9.91935 19.2364 64.15 - 93 142.098 850 8 1 -9.91141 19.2822 35.55 - 93 109.737 996 8 0 -9.91206 19.2848 34.15 - 93 100.044 850 7 1 -9.93316 19.3349 5.55 - 93 112.174 996 7 0 -9.93384 19.3382 4.15 - 93 121.229 850 6 1 -9.94591 19.3985 -24.45 - 93 159.094 996 6 0 -9.94728 19.402 -25.85 - 93 123.76 850 5 1 -9.97296 19.4777 -54.45 - 93 95.2694 997 5 0 -9.97384 19.4813 -55.85 - 93 141.008 850 4 1 -9.99729 19.5566 -84.45 - 93 122.424 997 4 0 -9.99923 19.5603 -85.85 - 93 142.414 850 3 1 -10.0361 19.6394 -114.45 - 93 100.493 997 3 0 -10.0391 19.6421 -115.85 - 93 93.2033 849 2 1 -10.1022 19.6956 -144.45 - 93 113.552 998 2 0 -10.1048 19.6969 -145.85 - 93 191.707 849 1 1 -10.1541 19.7263 -174.45 - 93 137.044 998 1 0 -10.1566 19.7281 -175.85 - 93 113.867 849 0 1 -10.2078 19.7616 -204.45 - 93 134.578 998 0 0 -10.2107 19.7626 -205.85 - 93 66.3995 997 6 0 -9.9446 19.45 -26.0437 - 93 148.622 987 9 0 -8.85619 17.5716 64.15 - 93 121.246 856 9 1 -8.69138 15.311 65.15 -Number of digits in this event = 15 +Number of tracker hits in this event = 35 + 93 123.745 740 11 1 -31.9789 34.0027 125.55 + 93 107.068 1069 11 0 -31.9776 34.0022 124.15 + 93 112.089 740 10 1 -31.9506 33.9828 95.55 + 93 108.023 1069 10 0 -31.9497 33.9828 94.15 + 93 210.301 740 9 1 -31.9313 33.9848 65.55 + 93 108.794 1069 9 0 -31.9301 33.9843 64.15 + 93 110.937 740 8 1 -31.9097 33.9715 35.55 + 93 107.194 1069 8 0 -31.9077 33.9716 34.15 + 93 98.8107 740 7 1 -31.858 33.9782 5.55 + 93 127.662 1069 7 0 -31.8553 33.9797 4.15 + 93 97.2588 741 6 1 -31.7958 34.0085 -24.45 + 93 112.202 1069 6 0 -31.7917 34.01 -25.85 + 93 128.82 741 5 1 -31.7113 34.042 -54.45 + 93 107.316 1069 5 0 -31.7085 34.0459 -55.85 + 93 173.822 741 4 1 -31.6513 34.1304 -84.45 + 93 101.234 1070 4 0 -31.6501 34.1338 -85.85 + 93 110.351 742 3 1 -31.6258 34.2 -114.45 + 93 121.899 1070 3 0 -31.6266 34.2042 -115.85 + 93 241.231 741 2 1 -31.6531 34.2895 -144.45 + 93 168.041 1071 2 0 -31.6555 34.2919 -145.85 + 93 130.283 741 1 1 -31.7017 34.3416 -174.45 + 93 132.372 1071 1 0 -31.7038 34.3447 -175.85 + 93 105.539 741 0 1 -31.7523 34.4094 -204.45 + 93 93.6604 1071 0 0 -31.7542 34.4139 -205.85 + 93 30.0314 1320 0 0 14.9302 84.0658 -206.25 + 93 320.858 1319 0 0 15.0208 84.05 -206.229 + 93 129.109 1318 0 0 15.057 83.85 -205.976 + 93 93.2486 1073 2 0 -31.1916 34.7026 -145.85 + 93 272.737 1072 2 0 -31.1734 34.65 -146.066 + 93 113.871 742 4 1 -31.5525 34.2702 -84.4502 + 93 91.0923 1068 4 0 -32.009 33.7545 -85.85 + 93 63.7014 1067 4 0 -32.1887 33.65 -86.0649 + 93 50.767 792 4 0 0.350695 -21.4719 -86.25 + 93 143.52 690 4 0 47.2541 -41.9816 -86.2499 + 93 246.119 739 9 1 -32.05 34.1712 65.2294 +Number of digits in this event = 17 Using G4ParticleGun ... -2.64443 LIN +5.25424 LIN proton Event: 94 -Number of tracker hits in this event = 31 - 94 103.748 1006 11 1 21.2991 35.0854 125.55 - 94 122.577 1075 11 0 21.3004 35.0846 124.15 - 94 116.916 1006 10 1 21.3211 35.0597 95.55 - 94 161.389 1075 10 0 21.3254 35.0586 94.15 - 94 115.176 1006 9 1 21.4113 35.0336 65.55 - 94 101.149 1074 9 0 21.4106 35.0377 64.15 - 94 102.032 1006 8 1 21.3946 35.1265 35.55 - 94 100.481 1075 8 0 21.393 35.1288 34.15 - 94 128.165 1006 7 1 21.3663 35.1749 5.55 - 94 105.234 1075 7 0 21.3665 35.1801 4.15 - 94 114.765 1006 6 1 21.3652 35.2797 -24.45 - 94 96.4622 1076 6 0 21.3663 35.283 -25.85 - 94 286.199 1006 5 1 21.3999 35.3509 -54.45 - 94 96.1816 1076 5 0 21.4006 35.3537 -55.85 - 94 116.657 1006 4 1 21.4142 35.4177 -84.45 - 94 120.501 1076 4 0 21.415 35.4232 -85.85 - 94 160.188 1006 3 1 21.4236 35.5367 -114.45 - 94 87.317 1077 3 0 21.4243 35.5415 -115.85 - 94 148.29 1006 2 1 21.4387 35.6508 -144.45 - 94 118.624 1078 2 0 21.4385 35.6551 -145.85 - 94 95.5214 1006 1 1 21.4479 35.7482 -174.45 - 94 135.044 1078 1 0 21.4488 35.7536 -175.85 - 94 135.072 1007 0 1 21.4701 35.8648 -204.45 - 94 125.623 1079 0 0 21.474 35.8694 -205.85 - 94 169.646 1107 0 0 15.4298 41.4912 -206.25 - 94 24.8389 969 0 1 13.9364 41.7038 -204.85 - 94 64.2513 968 0 1 13.85 41.7132 -204.77 - 94 35.3397 967 0 1 13.65 41.7307 -204.785 - 94 323.39 1104 0 0 11.5519 41.0406 -205.85 - 94 121.639 1141 0 0 47.9376 48.3048 -206.25 - 94 0.852832 1077 2 0 21.4285 35.65 -146.247 -Number of digits in this event = 15 +Number of tracker hits in this event = 20 + 94 150.851 899 11 1 -0.110612 -70.4461 125.55 + 94 101.934 548 11 0 -0.108669 -70.447 124.15 + 94 103.87 899 10 1 -0.0732468 -70.4707 95.55 + 94 116.895 547 10 0 -0.0713221 -70.4713 94.15 + 94 254.267 900 7 1 0.133531 -70.5985 5.55 + 94 105.195 547 7 0 0.137994 -70.6012 4.15 + 94 130.549 900 6 1 0.225659 -70.6546 -24.45 + 94 103.191 546 6 0 0.23049 -70.6574 -25.85 + 94 105.033 901 5 1 0.32771 -70.7157 -54.45 + 94 105.384 546 5 0 0.332367 -70.7192 -55.85 + 94 156.53 901 4 1 0.425843 -70.789 -84.45 + 94 153.235 546 4 0 0.431357 -70.7931 -85.85 + 94 173.756 902 3 1 0.547232 -70.8786 -114.45 + 94 189.797 545 3 0 0.550869 -70.8821 -115.85 + 94 110.931 902 2 1 0.623736 -70.9554 -144.45 + 94 108.66 545 2 0 0.626429 -70.9587 -145.85 + 94 104.485 903 1 1 0.678822 -71.0307 -174.45 + 94 103.189 545 1 0 0.680716 -71.0343 -175.85 + 94 110.835 903 0 1 0.717472 -71.1065 -204.45 + 94 121.259 544 0 0 0.720483 -71.1103 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -1.9995 LIN +9.86988 LIN proton Event: 95 -Number of tracker hits in this event = 32 - 95 138.485 353 8 1 -109.547 92.3603 35.55 - 95 121.647 1361 8 0 -109.546 92.3585 34.15 - 95 119.833 353 7 1 -109.541 92.3267 5.55 - 95 97.4304 1360 7 0 -109.543 92.3256 4.15 - 95 100.841 352 6 1 -109.593 92.2999 -24.45 - 95 112.069 1360 6 0 -109.595 92.3015 -25.85 - 95 88.8479 352 5 1 -109.657 92.3444 -54.45 - 95 105.959 1360 5 0 -109.658 92.3419 -55.85 - 95 193.612 352 4 1 -109.677 92.2874 -84.45 - 95 271.449 1360 4 0 -109.679 92.286 -85.85 - 95 110.186 352 3 1 -109.711 92.2433 -114.45 - 95 113.727 1360 3 0 -109.71 92.2391 -115.85 - 95 113.894 352 2 1 -109.685 92.1646 -144.45 - 95 107.648 1360 2 0 -109.684 92.1592 -145.85 - 95 269.691 352 1 1 -109.651 92.0537 -174.45 - 95 106.246 1359 1 0 -109.647 92.0497 -175.85 - 95 124.396 352 0 1 -109.591 91.9641 -204.45 - 95 99.4647 1359 0 0 -109.59 91.9593 -205.85 - 95 23.4938 1362 1 0 -109.361 92.7048 -175.85 - 95 93.2063 1363 1 0 -109.341 92.75 -175.931 - 95 14.1711 1114 1 0 29.9013 42.8755 -176.25 - 95 54.8079 1113 1 0 29.9481 42.85 -176.241 - 95 69.5056 1112 1 0 30.0865 42.6499 -176.217 - 95 60.7862 1111 1 0 30.1916 42.4499 -176.149 - 95 59.79 1110 1 0 30.3037 42.2492 -176.098 - 95 66.416 1109 1 0 30.4261 42.05 -176.053 - 95 63.7128 1108 1 0 30.5159 41.85 -176.016 - 95 68.2797 1107 1 0 30.5707 41.6498 -175.967 - 95 304.929 1106 1 0 30.7334 41.45 -175.935 - 95 87.2915 886 1 0 44.0562 -2.76822 -176.25 - 95 201.936 885 1 0 44.0496 -2.85 -176.048 - 95 44.8513 1361 4 0 -109.676 92.35 -85.8911 -Number of digits in this event = 10 +Number of tracker hits in this event = 20 + 95 127.47 1323 9 1 84.82 98.5421 65.55 + 95 132.214 1391 9 0 84.8198 98.5417 64.15 + 95 124.982 1323 8 1 84.8144 98.5263 35.55 + 95 135.012 1391 8 0 84.8146 98.5257 34.15 + 95 107.953 1323 7 1 84.8192 98.5155 5.55 + 95 163.663 1391 7 0 84.8199 98.5148 4.15 + 95 92.8078 1323 6 1 84.8329 98.5048 -24.45 + 95 111.3 1391 6 0 84.8337 98.5041 -25.85 + 95 370.848 1324 5 1 84.8505 98.4872 -54.45 + 95 104.562 1391 5 0 84.8515 98.4865 -55.85 + 95 119.545 1324 4 1 84.8724 98.4726 -84.45 + 95 115.88 1391 4 0 84.8734 98.4723 -85.85 + 95 114.106 1324 3 1 84.8915 98.4681 -114.45 + 95 96.624 1391 3 0 84.8925 98.4676 -115.85 + 95 167.447 1324 2 1 84.911 98.456 -144.45 + 95 104.777 1391 2 0 84.9119 98.4558 -145.85 + 95 107.239 1324 1 1 84.9295 98.4514 -174.45 + 95 114.888 1391 1 0 84.9301 98.4524 -175.85 + 95 142.272 1324 0 1 84.9411 98.4703 -204.45 + 95 100.681 1391 0 0 84.9418 98.4716 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -1.1975 LIN +6.23037 LIN proton Event: 96 -Number of tracker hits in this event = 79 - 96 146.614 776 11 1 -24.7909 16.6553 125.55 - 96 127.175 983 11 0 -24.7905 16.6582 124.15 - 96 127.858 776 10 1 -24.7885 16.7073 95.55 - 96 306.214 983 10 0 -24.7936 16.7127 94.15 - 96 149.684 775 9 1 -24.8875 16.7825 65.55 - 96 173.531 983 9 0 -24.8959 16.7821 64.15 - 96 140.833 774 8 1 -25.0729 16.7683 35.55 - 96 105.86 983 8 0 -25.0803 16.7644 34.15 - 96 198.367 774 7 1 -25.2209 16.6917 5.55 - 96 122.457 983 7 0 -25.2262 16.686 4.15 - 96 117.606 773 6 1 -25.3281 16.5692 -24.45 - 96 125.14 982 6 0 -25.3331 16.566 -25.85 - 96 140.191 773 5 1 -25.424 16.5149 -54.45 - 96 115.1 982 5 0 -25.4261 16.51 -55.85 - 96 182.186 772 4 1 -25.4644 16.409 -84.45 - 96 251.626 981 4 0 -25.4667 16.4018 -85.85 - 96 111.32 772 3 1 -25.5121 16.2628 -114.45 - 96 118.657 981 3 0 -25.5079 16.2562 -115.85 - 96 134.192 773 2 1 -25.4274 16.1253 -144.45 - 96 115.468 980 2 0 -25.427 16.1209 -145.85 - 96 106.101 773 1 1 -25.4169 16.0475 -174.45 - 96 129.625 979 1 0 -25.414 16.0393 -175.85 - 96 104.661 773 0 1 -25.3853 15.8663 -204.45 - 96 108.974 979 0 0 -25.3881 15.8574 -205.85 - 96 160.591 1219 4 0 49.3654 63.85 -85.9477 - 96 28.5936 1122 6 1 44.4561 114.355 -24.85 - 96 260.329 1123 6 1 44.65 114.591 -24.451 - 96 207.663 1124 6 1 44.85 114.654 -24.7175 - 96 6.84934 1391 0 0 67.1936 98.546 -206.25 - 96 139.792 1392 0 0 67.192 98.5503 -206.246 - 96 148.48 1288 8 0 126.631 77.7426 33.75 - 96 41.4254 1524 8 1 125.086 78.2081 35.15 - 96 124.03 1523 8 1 124.95 78.2507 35.2461 - 96 203.029 1522 8 1 124.75 78.371 35.422 - 96 591.872 1521 8 1 124.55 78.4017 35.5475 - 96 149.568 1403 9 1 100.909 75.2616 65.55 - 96 42.6387 819 2 0 84.4063 -16.2153 -146.25 - 96 193.935 818 2 0 84.5291 -16.25 -146.167 - 96 50.9545 1332 2 1 86.4827 -16.8207 -144.85 - 96 164.203 1333 2 1 86.6502 -16.8711 -144.737 - 96 56.2818 1334 2 1 86.85 -16.93 -144.606 - 96 12.8778 1335 2 1 87.05 -16.9931 -144.474 - 96 174.549 773 3 0 116.159 -25.2631 -116.25 - 96 204.58 1486 3 1 117.382 -25.6353 -114.85 - 96 82.5432 1487 3 1 117.55 -25.6883 -114.645 - 96 143.989 771 4 0 140.15 -25.8395 -86.25 - 96 64.808 1605 4 1 141.284 -25.8856 -84.85 - 96 101.062 1606 4 1 141.35 -25.8883 -84.771 - 96 56.2133 1607 4 1 141.55 -25.8871 -84.5373 - 96 7.84123 806 5 0 161.293 -18.656 -56.25 - 96 179.711 807 5 0 161.309 -18.65 -56.2262 - 96 46.3601 1710 5 1 162.247 -18.316 -54.85 - 96 95.5791 1711 5 1 162.35 -18.2778 -54.7012 - 96 10.4082 834 2 0 81.3739 -13.2424 -146.25 - 96 286.119 833 2 0 81.4066 -13.25 -146.226 - 96 14.4372 1315 2 1 83.2103 -13.6165 -144.85 - 96 70.9601 1316 2 1 83.2501 -13.6227 -144.819 - 96 74.485 1317 2 1 83.4503 -13.6545 -144.663 - 96 21.7166 1318 2 1 83.65 -13.687 -144.506 - 96 96.391 791 3 0 127.089 -21.8003 -116.25 - 96 405.773 790 3 0 127.354 -21.85 -116.079 - 96 34.4159 1545 3 1 129.215 -22.1818 -114.85 - 96 92.7275 1546 3 1 129.35 -22.2057 -114.76 - 96 70.0484 1547 3 1 129.55 -22.241 -114.629 - 96 23.1947 1548 3 1 129.75 -22.2787 -114.498 - 96 162.963 739 4 0 158.142 -32.0919 -86.25 - 96 9.98232 1696 4 1 159.516 -32.6161 -84.85 - 96 82.9884 1697 4 1 159.55 -32.6295 -84.8154 - 96 61.3484 1698 4 1 159.75 -32.7136 -84.5988 - 96 120.113 733 5 0 175.277 -33.4212 -56.2498 - 96 6.84561 1779 5 1 176.137 -33.4062 -54.85 - 96 301.705 1780 5 1 176.15 -33.4059 -54.8288 - 96 48.1777 1781 5 1 176.35 -33.4163 -54.5152 - 96 163.615 1210 0 0 119.838 62.0865 -206.25 - 96 366.695 1211 0 0 120.174 62.25 -205.999 - 96 296.006 980 4 0 -25.4096 16.25 -86.1858 - 96 296.283 773 4 1 -25.45 16.3897 -84.5847 - 96 40.2266 1296 8 0 0.575958 79.3194 33.75 - 96 158.6 1059 10 0 -24.3924 31.9789 93.7501 -Number of digits in this event = 43 +Number of tracker hits in this event = 163 + 96 120.298 739 11 1 -32.0776 43.4834 125.55 + 96 119.054 1117 11 0 -32.0779 43.4836 124.15 + 96 127.322 739 10 1 -32.0793 43.4911 95.55 + 96 180.796 1117 10 0 -32.0785 43.493 94.15 + 96 144.165 739 9 1 -32.0629 43.5299 65.55 + 96 152.261 1117 9 0 -32.0637 43.5332 64.15 + 96 121.33 739 8 1 -32.0713 43.6018 35.55 + 96 154.018 1117 8 0 -32.0718 43.6079 34.15 + 96 12.4866 1493 9 0 -44.3275 118.799 63.75 + 96 22.4895 173 10 0 -149.253 -145.35 94.0262 + 96 2882.36 740 7 1 -32.0326 43.6856 5.55 + 96 3162.97 741 7 1 -31.85 43.5003 5.48572 + 96 3539.09 742 7 1 -31.65 43.3023 5.4125 + 96 1148.11 743 7 1 -31.45 43.1042 5.33907 + 96 842.399 744 7 1 -31.25 42.9069 5.25915 + 96 342.136 745 7 1 -31.05 42.7087 5.18005 + 96 13.9045 1101 7 0 -28.51 40.2526 4.15 + 96 814.472 1100 7 0 -28.5073 40.25 4.14892 + 96 825.442 1099 7 0 -28.3007 40.05 4.06471 + 96 836.57 1098 7 0 -28.0921 39.85 3.97647 + 96 912.467 1097 7 0 -27.876 39.65 3.88661 + 96 642.425 1096 7 0 -27.661 39.45 3.80397 + 96 424.788 1103 6 1 40.8122 -25.7156 -24.45 + 96 2503.35 1104 6 1 40.85 -25.7428 -24.4752 + 96 3593.46 1105 6 1 41.05 -25.8798 -24.5964 + 96 3292.21 1106 6 1 41.25 -26.0288 -24.7126 + 96 605.535 739 7 1 -32.0561 43.7543 5.55 + 96 1599.12 1126 7 0 -29.8741 45.3676 4.15 + 96 4391.88 1127 7 0 -29.7607 45.45 4.08032 + 96 7513.68 1128 7 0 -29.5021 45.65 3.93448 + 96 1529.44 1129 7 0 -29.2609 45.85 3.79009 + 96 800.449 1276 8 0 -85.6883 75.3451 33.75 + 96 1550.16 1277 8 0 -85.8665 75.45 33.8436 + 96 1315.47 1278 8 0 -86.2012 75.65 34.0132 + 96 470.175 458 8 1 -88.3501 76.8626 35.15 + 96 974.884 457 8 1 -88.45 76.9188 35.203 + 96 1108.46 456 8 1 -88.65 77.0332 35.3074 + 96 1156.83 455 8 1 -88.85 77.1481 35.4159 + 96 209.564 454 8 1 -89.05 77.2565 35.5234 + 96 4196.09 1316 9 0 -119.829 83.3555 63.75 + 96 198.866 1116 7 0 -32.2528 43.3884 4.15 + 96 122.271 721 6 1 -35.7201 36.4099 -24.45 + 96 62.8502 1080 6 0 -35.8856 36.0702 -25.85 + 96 132.138 1079 6 0 -35.8954 36.05 -25.9333 + 96 166.722 703 5 1 -39.2573 29.0934 -54.45 + 96 119.335 1043 5 0 -39.4216 28.7533 -55.85 + 96 116.263 686 4 1 -42.7691 21.7622 -84.45 + 96 259.513 1006 4 0 -42.9383 21.4075 -85.85 + 96 146.355 668 3 1 -46.3905 14.1449 -114.45 + 96 109.39 968 3 0 -46.5724 13.7811 -115.85 + 96 105.109 648 2 1 -50.2779 6.34879 -144.45 + 96 124.909 929 2 0 -50.4566 5.99733 -145.85 + 96 132.924 629 1 1 -54.0838 -1.13516 -174.45 + 96 117.299 892 1 0 -54.2668 -1.48427 -175.85 + 96 151.898 610 0 1 -57.9953 -8.6182 -204.45 + 96 168.716 855 0 0 -58.1716 -8.96785 -205.85 + 96 16.174 854 0 0 -58.213 -9.05 -206.179 + 96 130.982 803 6 1 -19.3166 59.5927 -24.45 + 96 254.633 804 6 1 -19.25 59.6775 -24.611 + 96 114.613 1201 6 0 -18.7434 60.3325 -25.85 + 96 297.569 1202 6 0 -18.6526 60.45 -26.0723 + 96 61.7882 864 5 1 -7.12282 75.229 -54.45 + 96 53.8081 865 5 1 -7.05 75.3355 -54.6424 + 96 16.9396 1279 5 0 -6.58919 76.0172 -55.85 + 96 100.766 1280 5 0 -6.56712 76.05 -55.9079 + 96 100.751 921 4 1 4.43754 92.0503 -84.45 + 96 175.905 922 4 1 4.45 92.0665 -84.4788 + 96 75.9471 1363 4 0 5.04923 92.8442 -85.85 + 96 77.8629 1364 4 0 5.13066 92.95 -86.036 + 96 195.848 988 3 1 17.7638 109.388 -114.45 + 96 254.198 989 3 1 17.85 109.503 -114.664 + 96 119.469 1450 3 0 18.3287 110.158 -115.85 + 96 16.5799 1451 3 0 18.4672 110.35 -116.203 + 96 146.524 1045 2 1 29.1127 125.358 -144.45 + 96 21.6689 1046 2 1 29.25 125.537 -144.787 + 96 27.3327 1529 2 0 29.6795 126.105 -145.85 + 96 120.469 1530 2 0 29.7135 126.15 -145.934 + 96 203.447 1105 1 1 41.1116 141.271 -174.45 + 96 110.88 1106 1 1 41.25 141.437 -174.756 + 96 83.5624 1609 1 0 41.7324 142.022 -175.85 + 96 64.4403 1610 1 0 41.8363 142.15 -176.093 + 96 133.593 1167 0 1 53.4767 157.273 -204.451 + 96 112.246 1689 0 0 54.0127 157.997 -205.85 + 96 34.9798 1690 0 0 54.1255 158.15 -206.148 + 96 108.642 853 5 1 -9.40386 75.1256 -54.45 + 96 38.1559 854 5 1 -9.25 75.242 -54.7892 + 96 28.8102 1277 5 0 -8.77635 75.6079 -55.85 + 96 88.2762 1278 5 0 -8.72142 75.65 -55.9729 + 96 64.0405 1327 4 0 4.95694 85.5773 -85.85 + 96 73.3443 1328 4 0 5.04825 85.65 -86.0504 + 96 102.344 1386 3 0 17.8312 97.3905 -115.85 + 96 31.535 1387 3 0 17.806 97.5503 -116.144 + 96 124.443 970 2 1 14.1975 113.259 -144.45 + 96 52.2085 1469 2 0 13.8913 114.062 -145.85 + 96 69.7532 1470 2 0 13.8576 114.15 -146.004 + 96 10.4816 934 1 1 6.8736 129.328 -174.45 + 96 130.12 933 1 1 6.85 129.35 -174.5 + 96 88.1578 1548 1 0 6.21989 129.891 -175.85 + 96 181.294 1549 1 0 6.15339 129.95 -175.999 + 96 291.642 869 0 1 -6.06415 140.623 -204.45 + 96 248.214 868 0 1 -6.25014 140.798 -204.804 + 96 47.5748 1605 0 0 -6.81355 141.277 -205.85 + 96 115.342 1606 0 0 -6.8969 141.35 -206.004 + 96 96.9925 1090 1 1 38.05 167.749 -174.58 + 96 140.629 867 0 1 -6.45 140.555 -204.552 + 96 197.716 1118 7 0 -32.3233 43.7723 4.15 + 96 16.1538 714 6 1 -37.2426 44.5854 -24.45 + 96 176.098 713 6 1 -37.25 44.5866 -24.4928 + 96 99.5813 1122 6 0 -37.4794 44.6286 -25.85 + 96 211.023 688 5 1 -42.3246 45.5225 -54.45 + 96 103.231 1127 5 0 -42.551 45.5759 -55.85 + 96 134.681 664 4 1 -47.0819 46.6983 -84.45 + 96 95.7517 1133 4 0 -47.2948 46.7423 -85.85 + 96 122.917 641 3 1 -51.7076 47.5801 -114.45 + 96 130.448 1137 3 0 -51.9164 47.6085 -115.85 + 96 90.4159 618 2 1 -56.2607 48.1939 -144.45 + 96 111.26 1140 2 0 -56.4718 48.2308 -145.85 + 96 127.85 596 1 1 -60.7874 49.0315 -174.45 + 96 8.63062 595 1 1 -60.85 49.0439 -174.833 + 96 107.771 1145 1 0 -61.0162 49.0767 -175.85 + 96 138.575 571 0 1 -65.6909 50.0175 -204.45 + 96 109.388 1150 0 0 -65.922 50.0688 -205.85 + 96 122.027 1131 0 0 -49.5338 46.2811 -206.25 + 96 166.721 1119 7 0 -32.0104 43.9627 4.15 + 96 100.285 747 6 1 -30.6117 48.6272 -24.45 + 96 8.9595 1143 6 0 -30.5419 48.8433 -25.85 + 96 116.764 1144 6 0 -30.5397 48.85 -25.8936 + 96 110.788 754 5 1 -29.07 53.3209 -54.45 + 96 108.018 1167 5 0 -29.0035 53.5287 -55.85 + 96 147.947 761 4 1 -27.7103 57.7034 -84.45 + 96 135.136 1189 4 0 -27.6333 57.906 -85.85 + 96 161.969 770 3 1 -26.0273 61.9824 -114.45 + 96 157.168 1210 3 0 -25.9547 62.1826 -115.85 + 96 166.366 778 2 1 -24.4059 66.2579 -144.45 + 96 19.8539 1231 2 0 -24.3321 66.442 -145.85 + 96 96.2124 1232 2 0 -24.3289 66.45 -145.911 + 96 120.664 785 1 1 -22.8748 70.171 -174.45 + 96 3.59626 786 1 1 -22.85 70.2211 -174.837 + 96 319.741 1251 1 0 -22.7846 70.3535 -175.85 + 96 99.9709 795 0 1 -20.9179 74.1316 -204.45 + 96 129.033 1271 0 0 -20.828 74.311 -205.85 + 96 55.351 777 1 1 -24.65 10.9278 -174.78 + 96 41.3206 690 8 0 74.2549 -41.85 34.0068 + 96 3.22984 594 1 1 -61.05 132.083 -174.817 + 96 95.2332 733 1 1 -33.4136 116.599 -174.495 + 96 207.925 1252 1 0 -22.9453 70.45 -176.075 + 96 174.362 1117 7 0 -32.6094 43.506 4.15 + 96 117.515 727 6 1 -34.5084 39.9832 -24.45 + 96 246.28 1098 6 0 -34.6208 39.8056 -25.85 + 96 117.658 715 5 1 -36.9154 36.172 -54.45 + 96 112.6 1079 5 0 -37.027 35.9924 -55.85 + 96 126.679 703 4 1 -39.3039 32.3342 -84.45 + 96 107.42 1060 4 0 -39.4158 32.1547 -85.85 + 96 110.103 691 3 1 -41.7326 28.4923 -114.45 + 96 78.1149 1041 3 0 -41.8355 28.2911 -115.85 + 96 38.6959 1040 3 0 -41.8566 28.25 -116.136 + 96 325.266 680 2 1 -43.9451 24.1841 -144.45 + 96 108.077 1019 2 0 -44.0493 23.9784 -145.85 + 96 106.393 669 1 1 -46.195 19.7639 -174.45 + 96 110.438 997 1 0 -46.3005 19.5545 -175.85 + 96 116.922 657 0 1 -48.4548 15.2643 -204.45 + 96 6.07413 975 0 0 -48.5606 15.055 -205.85 + 96 130.914 974 0 0 -48.5631 15.05 -205.884 +Number of digits in this event = 90 Using G4ParticleGun ... -9.66937 LIN +5.7233 LIN proton Event: 97 -Number of tracker hits in this event = 40 - 97 34.3912 488 11 1 -82.3005 5.99035 125.263 - 97 111.734 929 11 0 -82.3005 5.99037 124.15 - 97 85.9837 488 10 1 -82.3034 5.99268 95.55 - 97 192.215 929 10 0 -82.3031 5.99248 94.15 - 97 196.621 488 9 1 -82.2981 5.98934 65.55 - 97 198.064 929 9 0 -82.2982 5.98949 64.15 - 97 103.3 488 8 1 -82.2991 5.99058 35.55 - 97 177.43 929 8 0 -82.2988 5.99102 34.15 - 97 153.732 488 7 1 -82.2896 5.99907 5.55 - 97 130.365 929 7 0 -82.2893 6.00016 4.15 - 97 123.102 488 6 1 -82.2851 6.022 -24.45 - 97 110.581 929 6 0 -82.2854 6.02272 -25.85 - 97 126.034 488 5 1 -82.2955 6.03764 -54.45 - 97 120.625 929 5 0 -82.2964 6.0382 -55.85 - 97 126.269 488 4 1 -82.312 6.05044 -84.45 - 97 121.042 930 4 0 -82.3131 6.051 -85.85 - 97 168.188 488 3 1 -82.3359 6.06133 -114.45 - 97 119.368 930 3 0 -82.3382 6.06154 -115.85 - 97 167.498 488 2 1 -82.3877 6.06479 -144.45 - 97 137.699 930 2 0 -82.3906 6.06533 -145.85 - 97 101.4 487 1 1 -82.4515 6.07409 -174.45 - 97 167.845 930 1 0 -82.4546 6.07448 -175.85 - 97 107.975 487 0 1 -82.5246 6.07942 -204.45 - 97 170.919 930 0 0 -82.5284 6.07993 -205.85 - 97 50.0707 489 3 1 -82.25 5.95699 -114.688 - 97 112.931 928 3 0 -82.1316 5.81463 -115.85 - 97 22.0025 929 3 0 -82.1363 5.85 -116.181 - 97 152.813 1126 3 0 -112.133 45.2587 -116.25 - 97 320.514 339 3 1 -112.281 44.935 -114.85 - 97 130.816 489 6 1 -82.249 5.99993 -24.45 - 97 91.6678 490 6 1 -82.05 5.71943 -24.7232 - 97 75.3977 491 6 1 -81.85 5.43023 -24.7699 - 97 29.0749 918 6 0 -81.0934 3.73055 -25.85 - 97 111.142 917 6 0 -81.0507 3.65 -25.9045 - 97 155 906 6 0 -82.7695 1.35952 -26.2498 - 97 70.2071 483 6 1 -83.3909 0.902869 -24.8498 - 97 98.8115 482 6 1 -83.45 0.862931 -24.6776 - 97 79.866 481 6 1 -83.65 0.775285 -24.6526 - 97 285.921 480 6 1 -83.8504 0.795746 -24.6848 - 97 191.97 479 6 1 -84.05 0.979604 -24.7222 -Number of digits in this event = 23 +Number of tracker hits in this event = 32 + 97 154.319 1081 11 1 36.4477 -21.794 125.55 + 97 160.201 791 11 0 36.4483 -21.7936 124.15 + 97 94.3726 1082 10 1 36.4662 -21.7872 95.55 + 97 120.295 791 10 0 36.4664 -21.7886 94.15 + 97 126.558 1082 9 1 36.4685 -21.8156 65.55 + 97 88.144 791 9 0 36.4681 -21.8166 64.15 + 97 104.378 1082 8 1 36.4572 -21.8403 35.55 + 97 202.303 791 8 0 36.4565 -21.8409 34.15 + 97 127.52 1081 7 1 36.445 -21.864 5.55 + 97 157.918 790 7 0 36.4436 -21.8646 4.15 + 97 102.144 1081 6 1 36.42 -21.8751 -24.45 + 97 121.288 790 6 0 36.4188 -21.8736 -25.85 + 97 225.502 1081 5 1 36.3922 -21.8454 -54.45 + 97 100.352 791 5 0 36.3926 -21.844 -55.85 + 97 124.511 1081 4 1 36.4003 -21.8184 -84.45 + 97 103.968 791 4 0 36.4013 -21.8175 -85.85 + 97 110.242 1081 3 1 36.4046 -21.8161 -114.45 + 97 104.051 791 3 0 36.4057 -21.8154 -115.85 + 97 145.272 1081 2 1 36.4241 -21.7992 -144.45 + 97 108.476 791 2 0 36.4255 -21.7968 -145.85 + 97 92.5037 1082 1 1 36.4552 -21.7426 -174.45 + 97 134.295 791 1 0 36.4573 -21.7417 -175.85 + 97 104.65 1082 0 1 36.4986 -21.7236 -204.45 + 97 113.602 791 0 0 36.5008 -21.7229 -205.85 + 97 3443.94 730 0 0 52.6095 -33.8505 -206.25 + 97 254.654 729 0 0 52.8743 -34.05 -205.872 + 97 265.078 1167 0 1 53.6335 -34.6011 -204.85 + 97 3643.13 1168 0 1 53.65 -34.6131 -204.828 + 97 2079.85 1169 0 1 53.85 -34.7687 -204.555 + 97 55.7724 950 4 0 80.049 10.0926 -86.25 + 97 31.248 1301 4 1 80.4282 10.0101 -84.85 + 97 100.206 1302 4 1 80.45 9.97738 -84.7456 +Number of digits in this event = 20 Using G4ParticleGun ... -9.51752 LIN +2.7799 LIN proton Event: 98 -Number of tracker hits in this event = 19 - 98 105.889 177 8 1 -144.602 14.5931 35.55 - 98 118.259 972 8 0 -144.602 14.5927 34.15 - 98 133.096 177 7 1 -144.596 14.5852 5.55 - 98 138.865 972 7 0 -144.596 14.5852 4.15 - 98 139.305 177 6 1 -144.598 14.5839 -24.45 - 98 167.574 972 6 0 -144.598 14.5835 -25.85 - 98 163.471 177 5 1 -144.593 14.5733 -54.45 - 98 88.5108 972 5 0 -144.593 14.5727 -55.85 - 98 115.57 177 4 1 -144.587 14.5594 -84.45 - 98 115.979 972 4 0 -144.586 14.5585 -85.85 - 98 197.124 177 3 1 -144.588 14.5373 -114.45 - 98 113.197 972 3 0 -144.588 14.5366 -115.85 - 98 130.029 177 2 1 -144.586 14.5213 -144.45 - 98 119.866 972 2 0 -144.586 14.5212 -145.85 - 98 377.267 177 1 1 -144.585 14.5233 -174.45 - 98 123.809 972 1 0 -144.585 14.5237 -175.85 - 98 109.191 177 0 1 -144.584 14.5308 -204.45 - 98 106.923 972 0 0 -144.584 14.5312 -205.85 - 98 5.4626 176 1 1 -144.75 14.4657 -174.811 -Number of digits in this event = 10 +Number of tracker hits in this event = 21 + 98 128.77 878 8 1 -4.37153 138.524 35.55 + 98 111.787 1591 8 0 -4.37484 138.525 34.15 + 98 134.817 878 7 1 -4.4425 138.561 5.55 + 98 104.418 1592 7 0 -4.4471 138.56 4.15 + 98 112.689 877 6 1 -4.54816 138.537 -24.45 + 98 105.827 1591 6 0 -4.55396 138.536 -25.85 + 98 109.749 876 5 1 -4.65709 138.514 -54.45 + 98 112.9 1591 5 0 -4.66027 138.513 -55.85 + 98 129.769 876 4 1 -4.71406 138.492 -84.45 + 98 122.42 1591 4 0 -4.71662 138.49 -85.85 + 98 161.068 876 3 1 -4.7642 138.445 -114.45 + 98 115.803 1591 3 0 -4.76574 138.442 -115.85 + 98 121.619 876 2 1 -4.7956 138.378 -144.45 + 98 113.393 1591 2 0 -4.79589 138.376 -145.85 + 98 97.9828 876 1 1 -4.81025 138.338 -174.45 + 98 219.345 1590 1 0 -4.81172 138.338 -175.85 + 98 129.933 876 0 1 -4.84928 138.334 -204.45 + 98 132.421 1590 0 0 -4.85068 138.333 -205.85 + 98 51.4628 1140 2 0 37.2676 48.2355 -146.25 + 98 235.967 1063 10 1 32.7119 -67.4191 95.15 + 98 104.682 1141 2 0 37.2776 48.25 -146.168 +Number of digits in this event = 13 Using G4ParticleGun ... -9.48544 LIN +8.24125 LIN proton Event: 99 -Number of tracker hits in this event = 22 - 99 121.333 1387 10 1 97.7462 -57.3203 95.55 - 99 133.061 613 10 0 97.7463 -57.3217 94.15 - 99 115.225 1387 9 1 97.7486 -57.3498 65.55 - 99 176.806 613 9 0 97.7488 -57.3504 64.15 - 99 124.23 1388 8 1 97.7554 -57.3632 35.55 - 99 99.7445 613 8 0 97.7561 -57.3631 34.15 - 99 99.0783 1388 7 1 97.7656 -57.3667 5.55 - 99 107.97 613 7 0 97.7653 -57.3673 4.15 - 99 146.26 1388 6 1 97.7618 -57.3799 -24.45 - 99 115.617 613 6 0 97.7622 -57.3798 -25.85 - 99 112.904 1388 5 1 97.7699 -57.3757 -54.45 - 99 97.0341 613 5 0 97.7718 -57.3748 -55.85 - 99 234.145 1388 4 1 97.8121 -57.3541 -84.45 - 99 110.421 613 4 0 97.8139 -57.3538 -85.85 - 99 199.451 1388 3 1 97.8538 -57.3443 -114.45 - 99 110.156 613 3 0 97.8557 -57.3428 -115.85 - 99 120.248 1388 2 1 97.8946 -57.313 -144.45 - 99 168.205 613 2 0 97.8968 -57.3118 -145.85 - 99 154.363 1388 1 1 97.9438 -57.2902 -174.45 - 99 117.552 613 1 0 97.946 -57.2895 -175.85 - 99 140.008 1389 0 1 97.9877 -57.2785 -204.45 - 99 106.483 613 0 0 97.9892 -57.2778 -205.85 -Number of digits in this event = 12 +Number of tracker hits in this event = 16 + 99 100.736 169 7 1 -146.31 -21.1432 5.55 + 99 122.721 794 7 0 -146.31 -21.1434 4.15 + 99 103.364 169 6 1 -146.305 -21.1459 -24.45 + 99 169.443 794 6 0 -146.304 -21.1445 -25.85 + 99 117.579 169 5 1 -146.296 -21.1184 -54.45 + 99 102.917 794 5 0 -146.295 -21.1164 -55.85 + 99 104.849 169 4 1 -146.276 -21.0766 -84.45 + 99 121.134 794 4 0 -146.276 -21.0752 -85.85 + 99 132.213 169 3 1 -146.262 -21.0466 -114.45 + 99 97.108 795 3 0 -146.262 -21.0449 -115.85 + 99 111.94 169 2 1 -146.258 -21.0092 -144.45 + 99 156.303 795 2 0 -146.257 -21.0077 -145.85 + 99 223.475 169 1 1 -146.246 -20.9747 -174.45 + 99 134.197 795 1 0 -146.247 -20.9731 -175.85 + 99 111.995 169 0 1 -146.256 -20.9421 -204.45 + 99 104.736 795 0 0 -146.256 -20.9408 -205.85 +Number of digits in this event = 8 Run terminated. Run Summary Number of events processed : 100 - User=3.620000s Real=3.839175s Sys=0.050000s + User=3.290000s Real=3.661483s Sys=0.030000s End of Run 0 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 0 entries: Edep in the last X plane (keV) + 1 with 0 entries: Hits dist in TKR X planes +There are 2 h2 histograms + 0 with 0 entries: Tracker Hits XZ (strip,plane) + 1 with 0 entries: Tracker Hits YZ (strip,plane) +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/particle gamma /gun/energy 1 GeV /gun/sourceType 2 @@ -5467,35 +5434,35 @@ End of Run 0 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : CesiumIodide Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 9.2867 keV e- 144.573 keV e+ 141.008 keV proton 10 keV + Energy thresholds : gamma 9.2865 keV e- 144.614 keV e+ 141.091 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Silicon Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.32185 keV e- 121.933 keV e+ 119.718 keV proton 10 keV + Energy thresholds : gamma 2.32237 keV e- 122.002 keV e+ 119.773 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Tungsten Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 36.2806 keV e- 351.89 keV e+ 338.072 keV proton 10 keV + Energy thresholds : gamma 36.2769 keV e- 351.958 keV e+ 338.125 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Scintillator Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.00808 keV e- 86.3263 keV e+ 85.1755 keV proton 10 keV + Energy thresholds : gamma 994.647 eV e- 86.3927 keV e+ 85.2583 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5524,3444 +5491,3352 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -7.19361 LIN +5.61926 LIN gamma Event: 0 -Number of tracker hits in this event = 139 - 0 225.838 1168 9 1 53.6783 -85.4702 65.55 - 0 385.962 472 9 0 53.6782 -85.4702 64.15 - 0 211.165 1168 8 1 53.6763 -85.4404 35.55 - 0 120.303 473 8 0 53.6884 -85.4462 34.15 - 0 276.543 1169 7 1 53.9616 -85.5404 5.55 - 0 254.984 472 7 0 53.9776 -85.5691 4.15 - 0 112.71 1171 6 1 54.272 -86.1688 -24.45 - 0 115.463 469 6 0 54.2905 -86.1919 -25.85 - 0 134.144 1173 5 1 54.744 -86.676 -54.45 - 0 103.079 466 5 0 54.7525 -86.6918 -55.85 - 0 246.901 1172 4 1 54.5987 -87.3058 -84.4523 - 0 122.92 463 4 0 54.578 -87.2766 -85.8502 - 0 113.466 1171 3 1 54.3559 -86.8422 -114.45 - 0 156.312 465 3 0 54.2651 -86.8965 -115.85 - 0 162.967 1162 2 1 52.4769 -87.7895 -144.45 - 0 31.8587 461 2 0 52.4379 -87.8452 -145.85 - 0 101.578 460 2 0 52.4342 -87.85 -145.96 - 0 117.641 1158 1 1 51.8079 -89.0256 -174.45 - 0 117.795 455 1 0 51.7729 -88.9705 -175.85 - 0 105.052 1156 0 1 51.3046 -88.224 -204.45 - 0 125.501 459 0 0 51.4312 -88.2109 -205.85 - 0 80.514 746 6 0 113.395 -30.8445 -26.25 - 0 196.053 747 6 0 113.494 -30.6499 -25.9425 - 0 58.116 863 2 0 159.978 -7.45 -146.058 - 0 134.659 464 4 0 54.5464 -87.25 -86.1423 - 0 10.7806 465 4 0 54.3995 -87.05 -86.2329 - 0 15.5646 923 4 0 2.49031 4.83096 -86.2499 - 0 134.475 924 4 0 2.47333 4.85012 -86.24 - 0 197.616 1133 4 0 -31.2553 46.7749 -86.2499 - 0 105.439 1134 4 0 -31.1564 46.85 -86.0879 - 0 261.542 1483 4 1 116.779 6.93818 -84.85 - 0 53.3212 898 4 0 133.494 -0.25 -86.185 - 0 63.841 651 5 0 85.7871 -49.7192 -56.25 - 0 281.681 473 7 0 53.967 -85.4409 4.15 - 0 213.067 1170 6 1 54.1285 -83.5266 -24.45 - 0 145.579 483 6 0 54.0894 -83.4003 -25.85 - 0 111.227 1164 5 1 53.0261 -80.6578 -54.45 - 0 0.990694 1165 5 1 53.05 -80.5809 -54.844 - 0 107.145 498 5 0 53.108 -80.3782 -55.85 - 0 42.293 524 4 0 54.6685 -75.0698 -85.85 - 0 96.3823 525 4 0 54.6769 -75.05 -85.9937 - 0 109.596 1184 3 1 56.9072 -70.8696 -114.45 - 0 232.301 546 3 0 56.7471 -70.7361 -115.85 - 0 97.6392 1170 2 1 54.132 -68.2274 -144.45 - 0 150.306 560 2 0 53.8968 -67.9879 -145.85 - 0 106.634 1145 1 1 49.0709 -62.9812 -174.45 - 0 55.1644 586 1 0 49.1127 -62.6894 -175.85 - 0 53.8283 587 1 0 49.1174 -62.65 -176.035 - 0 184.493 1145 0 1 49.0523 -55.2934 -204.45 - 0 2.46632 631 0 0 49.109 -53.6594 -205.85 - 0 79.8908 632 0 0 49.1093 -53.65 -205.858 - 0 60.9452 633 0 0 49.1156 -53.45 -206.036 - 0 9.06729 634 0 0 49.1249 -53.25 -206.219 - 0 153.655 1144 0 1 49.05 -55.2718 -204.458 - 0 190.758 1143 0 1 48.85 -55.1188 -204.471 - 0 177.156 1124 0 1 45.0238 -66.9349 -204.45 - 0 101.186 564 0 0 44.9041 -67.055 -205.85 - 0 194.614 1123 0 1 44.8497 -66.8108 -204.474 - 0 391.572 1122 0 1 44.6486 -66.5955 -204.45 - 0 142.398 1121 0 1 44.45 -65.7332 -204.781 - 0 154.887 472 8 0 53.6765 -85.4674 34.15 - 0 402.844 1168 7 1 53.6859 -85.399 5.55 - 0 145.111 1168 6 1 53.6727 -85.309 -24.45 - 0 122.941 473 6 0 53.6736 -85.3047 -25.85 - 0 111.122 1168 5 1 53.7011 -85.214 -54.45 - 0 113.283 474 5 0 53.7029 -85.2094 -55.85 - 0 295.819 1168 4 1 53.7337 -85.1154 -84.45 - 0 129.552 474 4 0 53.7353 -85.1099 -85.85 - 0 172.355 1168 3 1 53.7651 -84.9966 -114.45 - 0 101.462 475 3 0 53.7663 -84.9911 -115.85 - 0 0.644172 1168 2 1 53.6548 -84.8799 -144.45 - 0 95.5991 1167 2 1 53.65 -84.8788 -144.451 - 0 168.682 1166 2 1 53.45 -84.8086 -144.489 - 0 63.8288 1165 2 1 53.25 -84.7502 -144.52 - 0 57.9507 1164 2 1 53.05 -84.6807 -144.548 - 0 52.4598 1163 2 1 52.85 -84.6291 -144.555 - 0 88.3177 1161 2 1 52.45 -84.5549 -144.542 - 0 65.0627 1160 2 1 52.25 -84.5105 -144.527 - 0 44.3191 1159 2 1 52.0499 -84.4982 -144.511 - 0 60.1728 1158 2 1 51.85 -84.5095 -144.472 - 0 58.3562 1157 2 1 51.65 -84.5148 -144.468 - 0 57.3118 1156 2 1 51.4186 -84.4772 -144.45 - 0 141.264 1155 2 1 51.2497 -84.5261 -144.505 - 0 60.4354 1154 2 1 51.05 -84.5942 -144.601 - 0 71.4965 1153 2 1 50.85 -84.6541 -144.709 - 0 32.1903 1152 2 1 50.6498 -84.7277 -144.806 - 0 297.096 471 2 0 48.19 -85.6654 -145.85 - 0 79.3657 470 2 0 47.6961 -85.85 -146.19 - 0 77.6434 774 0 0 88.4728 -25.25 -206.184 - 0 239.523 754 3 0 25.8886 -29.1721 -116.25 - 0 82.7993 1060 3 1 32.05 -29.1531 -114.821 - 0 10.3923 731 2 0 -157.455 -33.7054 -146.25 - 0 47.1678 1184 6 1 56.9928 -86.2528 -24.4507 - 0 65.44 1185 6 1 57.05 -86.1989 -24.6048 - 0 152.986 471 6 0 57.4782 -85.7669 -25.85 - 0 12.2527 472 6 0 57.5917 -85.65 -26.2023 - 0 10.1449 1241 5 1 68.4424 -75.8214 -54.45 - 0 175.816 1242 5 1 68.4501 -75.8088 -54.4765 - 0 2.13127 523 5 0 68.8324 -75.2555 -55.85 - 0 130.268 524 5 0 68.8364 -75.25 -55.8639 - 0 31.3865 1286 4 1 77.2757 -65.4747 -84.45 - 0 191.54 1285 4 1 77.25 -65.3692 -84.5354 - 0 74.0449 581 4 0 76.851 -63.8286 -85.85 - 0 65.9403 582 4 0 76.8153 -63.65 -86.0063 - 0 117.088 583 4 0 76.781 -63.45 -86.1976 - 0 116.133 1269 3 1 74.029 -36.4465 -114.45 - 0 121.978 719 3 0 74.1376 -36.2105 -115.85 - 0 124.222 1301 2 1 80.3838 -34.744 -144.45 - 0 91.1985 1302 2 1 80.45 -34.5354 -144.65 - 0 14.2653 732 2 0 80.6346 -33.4765 -145.85 - 0 108.314 733 2 0 80.6393 -33.45 -145.88 - 0 26.2261 734 2 0 80.7232 -33.25 -146.161 - 0 72.7069 520 5 0 68.4436 -75.98 -55.8501 - 0 325.302 519 5 0 68.512 -76.05 -56.0745 - 0 267.383 518 5 0 68.844 -76.2501 -56.1419 - 0 119.247 471 7 0 53.6736 -85.6976 4.14931 - 0 276.467 442 6 0 54.0977 -91.7001 -25.85 - 0 39.8464 1148 5 1 49.7627 -89.2688 -54.4501 - 0 107.819 1147 5 1 49.65 -89.2233 -54.521 - 0 56.0444 1146 5 1 49.45 -89.1707 -54.6254 - 0 135.784 1145 5 1 49.25 -89.1268 -54.6936 - 0 91.6634 1144 5 1 49.05 -89.0621 -54.7374 - 0 49.7476 1143 5 1 48.85 -88.9885 -54.7599 - 0 61.9617 1142 5 1 48.65 -88.9119 -54.7772 - 0 51.4844 1141 5 1 48.45 -88.8324 -54.8184 - 0 6.34444 1140 5 1 48.25 -88.7819 -54.847 - 0 284.842 462 5 0 40.104 -87.5102 -55.85 - 0 145.667 463 5 0 39.598 -87.45 -55.9917 - 0 201.329 461 5 0 38.624 -87.65 -56.0257 - 0 96.1104 460 5 0 38.2914 -87.8502 -56.0114 - 0 74.8493 459 5 0 38.0225 -88.05 -55.9569 - 0 42.8462 458 5 0 37.8162 -88.2504 -55.8862 - 0 17.8471 1070 5 1 34.1007 -91.2696 -54.85 - 0 82.9986 1069 5 1 34.0493 -91.3093 -54.8319 - 0 70.9674 1068 5 1 33.8498 -91.5133 -54.7486 - 0 313.844 1067 5 1 33.65 -91.7432 -54.6918 - 0 91.511 1066 5 1 33.45 -92.0375 -54.5597 - 0 69.075 435 5 0 32.4809 -92.9988 -55.85 - 0 72.5074 443 6 0 54.0493 -91.55 -26.0111 -Number of digits in this event = 57 +Number of tracker hits in this event = 8 + 0 38.2929 713 0 0 33.0679 -37.3558 -206.25 + 0 65.0789 714 0 0 33.0517 -37.25 -206.175 + 0 96.806 715 0 0 32.9634 -37.05 -206.057 + 0 138.379 1057 0 1 31.6297 -36.0771 -204.85 + 0 74.6491 1056 0 1 31.45 -35.9337 -204.74 + 0 77.7547 1058 0 1 31.65 -35.7634 -204.64 + 0 75.3546 1059 0 1 31.85 -35.8838 -204.657 + 0 26.0611 1546 1 1 129.476 -45.6412 -174.85 +Number of digits in this event = 2 Using G4ParticleGun ... -8.21185 LIN +9.6404 LIN gamma Event: 1 -Number of tracker hits in this event = 3 - 1 13.5647 663 4 0 -39.0926 -47.4207 -86.25 - 1 31.7991 662 4 0 -39.0999 -47.45 -86.2117 - 1 119.891 632 4 0 -22.0141 -53.507 -86.25 -Number of digits in this event = 2 -Using G4ParticleGun ... -6.94612 LIN -gamma -Event: 2 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -9.94016 LIN -gamma -Event: 3 -Number of tracker hits in this event = 6 - 3 109.134 991 8 1 18.3069 16.1511 35.15 - 3 33.4611 437 11 0 -135.661 -92.5961 123.75 - 3 128.048 436 11 0 -135.637 -92.75 123.978 - 3 711.387 435 11 0 -135.51 -92.95 124.104 - 3 2.07591 114 1 1 -157.28 -74.7165 -174.85 - 3 19.677 529 1 0 -158.583 -74.1713 -175.85 -Number of digits in this event = 5 -Using G4ParticleGun ... -9.96527 LIN -gamma -Event: 4 -Number of tracker hits in this event = 1 - 4 32.7441 1642 7 0 156.34 148.55 3.81911 -Number of digits in this event = 2 -Using G4ParticleGun ... -7.28345 LIN -gamma -Event: 5 -Number of tracker hits in this event = 54 - 5 242.547 1308 6 1 81.8334 83.0832 -24.45 - 5 301.013 1315 6 0 81.8334 83.0836 -25.85 - 5 238.893 1308 5 1 81.835 83.0906 -54.45 - 5 254.022 1315 5 0 81.8341 83.0898 -55.85 - 5 378.393 1308 4 1 81.8129 83.0734 -84.45 - 5 231.398 1315 4 0 81.8115 83.0738 -85.85 - 5 260.982 1308 3 1 81.7733 83.0761 -114.45 - 5 134.371 1315 3 0 81.7716 83.0758 -115.85 - 5 304.899 1308 2 1 81.7369 83.0675 -144.45 - 5 352.851 1315 2 0 81.7353 83.0656 -145.85 - 5 642.288 1308 1 1 81.6943 83.0204 -174.45 - 5 171.629 1314 1 0 81.6939 83.0155 -175.85 - 5 413.609 1308 0 1 81.6912 82.9206 -204.45 - 5 385.37 1314 0 0 81.702 82.9166 -205.85 - 5 140.931 876 4 1 -4.65 58.0577 -84.7538 - 5 132.385 1218 11 1 63.815 -15.7519 125.55 - 5 52.8205 1623 6 1 144.757 165.971 -24.85 - 5 79.749 1624 6 1 144.95 166.027 -24.5346 - 5 210.129 1313 1 0 81.7505 82.85 -175.962 - 5 140.209 1312 0 1 82.502 79.6399 -204.45 - 5 120.79 1297 0 0 82.3974 79.5278 -205.85 - 5 115.708 1315 1 0 81.6123 83.1389 -175.85 - 5 89.5703 1299 0 1 79.9789 85.4725 -204.45 - 5 80.4445 1300 0 1 80.05 85.4636 -204.769 - 5 95.3832 1326 0 0 80.2921 85.4401 -205.85 - 5 246.551 1288 1 0 61.3639 77.7226 -176.25 - 5 277.824 1316 1 0 81.6023 83.3177 -175.85 - 5 138.723 1301 0 1 80.4462 87.584 -204.45 - 5 162.263 1339 0 0 80.3556 87.8856 -205.85 - 5 136.487 1245 2 0 88.2224 69.2301 -146.25 - 5 25.1812 1346 2 1 89.3845 69.1806 -144.85 - 5 67.5551 1347 2 1 89.45 69.1779 -144.78 - 5 99.5775 1348 2 1 89.6501 69.1456 -144.573 - 5 147.676 1349 2 1 89.8952 68.9391 -144.45 - 5 129.554 1243 2 0 90.6494 68.8072 -145.85 - 5 33.0535 1244 2 0 90.7317 68.85 -146.13 - 5 184.435 1305 0 1 81.1068 83.625 -204.45 - 5 91.3433 1317 0 0 81.1083 83.625 -205.85 - 5 82.416 1304 0 1 81.05 83.5352 -204.56 - 5 40.387 1320 0 0 81.1067 84.146 -205.85 - 5 164.967 1321 0 0 81.1358 84.25 -205.959 - 5 136.771 1322 0 0 81.1046 84.45 -205.939 - 5 230.288 1323 0 0 80.9342 84.65 -206.068 - 5 571.713 1307 2 1 81.6498 83.0981 -144.539 - 5 29.8045 1306 2 1 81.45 83.1093 -144.802 - 5 112.24 1313 3 0 81.7917 82.76 -115.85 - 5 136.803 1313 2 0 81.644 82.7428 -145.85 - 5 127.572 1307 1 1 81.5356 82.7639 -174.45 - 5 122.001 1306 0 1 81.2739 82.632 -204.45 - 5 141.137 1312 0 0 81.2604 82.6114 -205.85 - 5 15.6863 139 5 1 -152.244 149.752 -54.85 - 5 16.2772 959 1 0 99.6262 12.05 -176.168 - 5 92.3725 793 3 0 100.638 -21.3488 -116.25 - 5 143.035 792 3 0 100.585 -21.45 -116.139 +Number of tracker hits in this event = 74 + 1 263.276 987 10 1 17.5697 46.0791 95.55 + 1 309.157 1130 10 0 17.5704 46.0787 94.15 + 1 271.387 987 9 1 17.5823 46.0707 65.55 + 1 280.523 1130 9 0 17.5831 46.071 64.15 + 1 297.241 987 8 1 17.6016 46.0748 35.55 + 1 120.734 1130 8 0 17.6028 46.0755 34.15 + 1 237.927 987 7 1 17.6237 46.0922 5.55 + 1 129.265 1130 7 0 17.6234 46.0829 4.15 + 1 258.484 987 6 1 17.6213 45.8927 -24.45 + 1 260.549 1129 6 0 17.6216 45.883 -25.85 + 1 297.765 987 5 1 17.6228 45.6864 -54.45 + 1 102.818 1128 5 0 17.6216 45.6802 -55.85 + 1 128.282 987 4 1 17.6063 45.5596 -84.45 + 1 114.002 1127 4 0 17.6057 45.5558 -85.85 + 1 128.631 987 3 1 17.5847 45.4842 -114.45 + 1 115.297 1127 3 0 17.5829 45.4771 -115.85 + 1 114.181 987 2 1 17.5539 45.3416 -144.45 + 1 358.462 1126 2 0 17.5527 45.3337 -145.85 + 1 280.808 987 1 1 17.5309 45.1879 -174.45 + 1 116.595 1125 1 0 17.5277 45.1895 -175.85 + 1 177.114 987 0 1 17.4847 45.2164 -204.45 + 1 121.984 1125 0 0 17.483 45.2173 -205.85 + 1 305.488 481 1 1 -83.65 163.194 -174.766 + 1 290.706 643 6 1 -51.25 -28.8963 -24.7749 + 1 105.231 1126 0 0 17.4212 45.2769 -205.85 + 1 160.917 1130 2 0 17.7531 46.2106 -145.85 + 1 261.647 988 2 1 17.7905 46.2277 -144.45 + 1 112.143 988 1 1 17.8046 46.2374 -174.45 + 1 126.376 1131 1 0 17.827 46.2652 -175.85 + 1 120.653 991 0 1 18.4062 46.919 -204.45 + 1 194.367 1134 0 0 18.4383 46.939 -205.85 + 1 46.601 421 0 1 -95.8424 165.949 -204.45 + 1 169.07 422 0 1 -95.75 165.996 -204.477 + 1 25.0198 989 2 1 17.8501 46.0497 -144.777 + 1 50.9461 1124 2 0 18.0308 44.997 -145.851 + 1 98.3621 1123 2 0 18.0578 44.85 -146.01 + 1 19.0577 1122 2 0 18.081 44.65 -146.207 + 1 67.9339 944 2 0 33.4978 9.01927 -146.25 + 1 52.5992 945 2 0 33.5103 9.05004 -146.096 + 1 39.5136 1068 2 1 33.8263 9.2138 -144.85 + 1 68.8972 1069 2 1 33.85 9.22505 -144.724 + 1 9.75208 1186 3 1 57.25 73.9119 -114.503 + 1 8.3898 1033 3 0 34.8906 26.7563 -116.25 + 1 136.14 1129 8 0 17.6225 46.0345 34.15 + 1 118.091 1129 7 0 17.6284 46.004 4.15 + 1 119.877 1129 5 0 17.4598 46.0379 -55.85 + 1 109.822 986 4 1 17.3765 46.086 -84.45 + 1 166.91 1130 4 0 17.3682 46.0899 -85.85 + 1 114.104 985 3 1 17.1954 46.1699 -114.45 + 1 168.336 1130 3 0 17.1879 46.1772 -115.85 + 1 129.704 984 2 1 17.0382 46.3428 -144.45 + 1 114.924 1131 2 0 17.0295 46.3515 -145.85 + 1 119.352 984 1 1 16.8561 46.5269 -174.45 + 1 165.245 1132 1 0 16.8502 46.5377 -175.85 + 1 114.665 983 0 1 16.7298 46.7598 -204.45 + 1 100.987 1133 0 0 16.7252 46.7694 -205.85 + 1 140.603 980 0 0 -60.233 16.1642 -206.25 + 1 85.8412 594 0 1 -61.1622 15.583 -204.85 + 1 110.085 593 0 1 -61.25 15.5295 -204.725 + 1 15.4906 662 1 0 -38.0507 -47.5814 -176.25 + 1 250.11 661 1 0 -38.0341 -47.65 -176.221 + 1 102.948 660 1 0 -37.945 -47.85 -176.07 + 1 110.001 713 1 1 -37.3196 -48.2322 -174.85 + 1 160.802 714 1 1 -37.25 -48.2382 -174.724 + 1 227.283 1677 3 1 155.674 -33.69 -114.85 + 1 69.9357 852 1 1 -9.55946 128.146 -174.85 + 1 133.504 851 1 1 -9.65 128.558 -174.629 + 1 54.4682 850 1 1 -9.8501 128.556 -174.487 + 1 293.104 995 2 1 19.2173 45.4346 -144.45 + 1 48.6207 1001 1 1 20.393 42.9835 -174.45 + 1 70.0927 1002 1 1 20.45 42.9756 -174.62 + 1 123.78 1114 1 0 20.9 42.9511 -175.85 + 1 114.427 1053 0 1 30.6874 41.5569 -204.45 + 1 116.547 1108 0 0 30.8212 41.6815 -205.85 Number of digits in this event = 39 Using G4ParticleGun ... -7.20864 LIN +7.35658 LIN gamma -Event: 6 -Number of tracker hits in this event = 76 - 6 181.062 803 10 0 -108.122 -19.4423 93.984 - 6 230.557 360 9 1 -108.11 -19.4446 65.55 - 6 254.225 803 9 0 -108.111 -19.4419 64.15 - 6 435.699 360 8 1 -108.117 -19.3909 35.55 - 6 238.863 803 8 0 -108.117 -19.3887 34.15 - 6 204.987 360 7 1 -108.127 -19.3403 5.55 - 6 115.91 803 7 0 -108.13 -19.3418 4.15 - 6 130.341 359 6 1 -108.195 -19.3722 -24.45 - 6 161.681 803 6 0 -108.198 -19.3764 -25.85 - 6 227.297 359 5 1 -108.273 -19.4641 -54.45 - 6 166.483 802 5 0 -108.277 -19.46 -55.85 - 6 123.344 358 4 1 -108.395 -19.3641 -84.45 - 6 447.578 803 4 0 -108.402 -19.3576 -85.85 - 6 28.1797 358 3 1 -108.549 -19.2287 -114.45 - 6 199.215 357 3 1 -108.55 -19.2285 -114.52 - 6 110.365 804 3 0 -108.561 -19.2241 -115.85 - 6 114.753 356 2 1 -108.814 -19.1137 -144.45 - 6 118.787 804 2 0 -108.83 -19.1082 -145.85 - 6 114.1 355 1 1 -109.144 -19.0091 -174.45 - 6 131.643 805 1 0 -109.162 -19.0072 -175.85 - 6 121.041 353 0 1 -109.51 -18.9741 -204.45 - 6 197.899 805 0 0 -109.522 -18.9728 -205.85 - 6 78.192 354 1 1 -109.197 -19.0773 -174.45 - 6 62.9115 353 1 1 -109.35 -19.1283 -174.701 - 6 258.015 798 1 0 -112.867 -20.2804 -175.85 - 6 93.8884 328 1 1 -114.376 -22.6378 -174.85 - 6 91.4095 329 1 1 -114.35 -22.9092 -174.649 - 6 33.5985 358 5 1 -108.35 -19.3437 -54.7348 - 6 110.647 804 5 0 -108.554 -19.1606 -55.85 - 6 223.826 358 1 1 -108.479 -19.3603 -174.45 - 6 233.372 803 1 0 -108.383 -19.3245 -175.851 - 6 100.866 364 0 1 -107.338 -19.3554 -204.45 - 6 630.66 802 0 0 -107.339 -19.5445 -205.85 - 6 114.205 354 0 1 -109.152 -19.7051 -204.45 - 6 203.984 344 0 1 -111.281 -19.6757 -204.85 - 6 98.5468 801 8 0 -107.35 -19.6718 34.1498 - 6 84.3247 802 8 0 -107.191 -19.65 33.9517 - 6 247.622 360 4 1 -108.058 -19.182 -84.45 - 6 104.285 366 3 1 -106.812 -21.9645 -114.45 - 6 163.048 789 3 0 -106.79 -22.0831 -115.85 - 6 175.745 368 2 1 -106.393 -24.1047 -144.45 - 6 123.456 778 2 0 -106.405 -24.2954 -145.85 - 6 156.789 367 1 1 -106.648 -28.2131 -174.45 - 6 76.5588 758 1 0 -106.584 -28.413 -175.85 - 6 152.616 757 1 0 -106.574 -28.45 -176.098 - 6 115.358 372 0 1 -105.596 -32.6045 -204.45 - 6 118.414 735 0 0 -105.552 -32.8896 -205.85 - 6 150.055 804 4 0 -108.086 -19.2269 -85.85 - 6 126.884 798 3 0 -108.678 -20.378 -115.85 - 6 211.243 351 2 1 -109.766 -21.0573 -144.45 - 6 135.267 794 2 0 -109.766 -21.126 -145.85 - 6 169.569 352 1 1 -109.628 -22.6289 -174.45 - 6 208.879 786 1 0 -109.661 -22.6636 -175.85 - 6 104.398 349 0 1 -110.277 -23.51 -204.45 - 6 110.706 783 0 0 -110.274 -23.3221 -205.85 - 6 142.867 354 7 1 -109.206 -20.2676 5.55 - 6 115.629 798 7 0 -109.327 -20.3 4.15 - 6 107.9 341 6 1 -111.778 -20.884 -24.45 - 6 322.484 795 6 0 -111.965 -21.0063 -25.85 - 6 121.127 320 5 1 -116.004 -23.3464 -54.45 - 6 187.252 782 5 0 -116.195 -23.4577 -55.85 - 6 138.446 299 4 1 -120.163 -25.6643 -84.45 - 6 131.128 771 4 0 -120.425 -25.7282 -85.85 - 6 122.01 272 3 1 -125.682 -27.1549 -114.45 - 6 116.179 764 3 0 -125.862 -27.2002 -115.85 - 6 114.23 252 2 1 -129.658 -27.8892 -144.45 - 6 170.379 760 2 0 -129.907 -28.0215 -145.85 - 6 37.4976 759 2 0 -129.962 -28.05 -146.158 - 6 101.889 224 1 1 -135.242 -30.6087 -174.45 - 6 115.275 746 1 0 -135.412 -30.7133 -175.85 - 6 152.601 206 0 1 -138.77 -33.0192 -204.45 - 6 121.199 734 0 0 -138.851 -33.0823 -205.85 - 6 11.4916 198 0 1 -140.35 -33.5738 -204.711 - 6 36.6745 731 0 0 -140.497 -33.8322 -205.85 - 6 224.233 730 0 0 -140.497 -33.85 -205.914 - 6 183.378 796 6 0 -111.826 -20.8499 -26.1843 -Number of digits in this event = 47 +Event: 2 +Number of tracker hits in this event = 75 + 2 219.418 1131 8 1 46.4494 134.868 35.55 + 2 222.826 1573 8 0 46.45 134.869 34.15 + 2 126.416 1132 7 1 46.4656 134.873 5.55 + 2 119.917 1573 7 0 46.4668 134.872 4.15 + 2 122.552 1132 6 1 46.4923 134.851 -24.45 + 2 149.711 1573 6 0 46.4935 134.851 -25.85 + 2 172.33 1132 5 1 46.5164 134.836 -54.45 + 2 256.622 1573 5 0 46.5169 134.836 -55.85 + 2 115.235 1132 4 1 46.5329 134.823 -84.45 + 2 132.109 1573 4 0 46.5348 134.822 -85.85 + 2 126.573 1132 3 1 46.5659 134.808 -114.45 + 2 170.371 1573 3 0 46.5666 134.805 -115.85 + 2 435.568 1132 2 1 46.5729 134.738 -144.45 + 2 119.111 1572 2 0 46.5692 134.722 -145.85 + 2 241.361 1132 1 1 46.5233 134.404 -174.45 + 2 124.454 1571 1 0 46.5307 134.382 -175.85 + 2 145.363 1133 0 1 46.6663 133.906 -204.45 + 2 227.738 1568 0 0 46.6649 133.878 -205.85 + 2 229.197 1572 3 0 46.5604 134.749 -116.11 + 2 232.094 1573 2 0 46.4935 134.798 -145.85 + 2 107.974 1131 1 1 46.3506 134.66 -174.45 + 2 111.065 1572 1 0 46.3486 134.654 -175.85 + 2 260.764 1131 0 1 46.3078 134.517 -204.45 + 2 264.661 1571 0 0 46.301 134.522 -205.85 + 2 79.505 1130 0 1 46.25 134.572 -204.546 + 2 237.926 1573 0 0 45.6809 134.879 -205.85 + 2 30.1783 1574 0 0 45.55 134.95 -206.149 + 2 107.358 1573 1 0 46.5044 134.84 -175.85 + 2 276.403 1132 0 1 46.5788 134.832 -204.45 + 2 191.076 1377 3 0 -8.88601 95.743 -116.25 + 2 131.022 1374 3 0 -9.48887 95.15 -115.954 + 2 77.681 613 4 1 -57.25 153.979 -84.7311 + 2 121.262 1126 7 1 45.2913 135.297 5.55 + 2 103.265 1576 7 0 45.1936 135.352 4.15 + 2 402.034 1114 6 1 42.9093 136.399 -24.45 + 2 141.971 1581 6 0 42.7788 136.484 -25.85 + 2 23.8831 1100 5 1 40.0536 137.802 -54.45 + 2 79.4854 1099 5 1 40.05 137.803 -54.5424 + 2 152.843 1588 5 0 39.9938 137.827 -55.85 + 2 121.391 1093 4 1 38.8178 138.738 -84.45 + 2 132.815 1594 4 0 38.7392 138.997 -85.85 + 2 2.78198 1086 3 1 37.2517 144.55 -114.45 + 2 146.818 1085 3 1 37.25 144.553 -114.463 + 2 150.164 1623 3 0 37.0694 144.851 -115.85 + 2 106.394 1066 2 1 33.3074 150.755 -144.45 + 2 163.76 1654 2 0 33.1104 151.042 -145.85 + 2 52.005 1043 1 1 28.6748 157.14 -174.451 + 2 91.3808 1042 1 1 28.65 157.181 -174.563 + 2 156.856 1687 1 0 28.3657 157.631 -175.85 + 2 9.82177 1688 1 0 28.2792 157.75 -176.229 + 2 98.1914 1007 0 1 21.4945 165.928 -204.451 + 2 64.3543 1006 0 1 21.4499 165.99 -204.685 + 2 99.4081 1730 0 0 21.2272 166.296 -205.85 + 2 49.1919 1731 0 0 21.1875 166.35 -206.051 + 2 191.881 1763 0 0 8.26219 172.901 -206.25 + 2 369.298 943 0 1 8.70107 171.611 -204.85 + 2 9.22036 1764 0 0 8.20028 172.95 -206.088 + 2 303.597 1686 1 0 28.518 157.405 -175.876 + 2 249.814 1027 0 1 25.5182 162.57 -204.45 + 2 8.63317 1026 0 1 25.45 162.711 -204.814 + 2 31.8533 1714 0 0 25.2752 163.109 -205.85 + 2 84.9314 1715 0 0 25.2565 163.15 -205.961 + 2 129.059 1711 0 0 25.5685 162.407 -205.85 + 2 101.838 999 0 1 19.8944 161.442 -204.45 + 2 279.183 998 0 1 19.85 161.313 -204.517 + 2 1.29249 1693 0 0 19.2703 158.757 -205.85 + 2 115.45 1692 0 0 19.2686 158.75 -205.854 + 2 63.6944 1691 0 0 19.2257 158.55 -205.97 + 2 61.9704 1690 0 0 19.1979 158.35 -206.086 + 2 32.856 1689 0 0 19.1689 158.15 -206.201 + 2 124.332 1533 9 1 126.856 169.441 65.5499 + 2 136.54 1115 6 1 43.05 135.557 -24.7236 + 2 123.069 1564 6 0 44.2006 133.15 -25.85 + 2 111.07 1563 6 0 44.369 132.95 -25.9269 + 2 96.1378 1562 6 0 44.6654 132.749 -26.0766 +Number of digits in this event = 45 Using G4ParticleGun ... -1.85517 LIN +3.18036 LIN gamma -Event: 7 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -3.41025 LIN -gamma -Event: 8 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -7.83122 LIN -gamma -Event: 9 +Event: 3 Number of tracker hits in this event = 0 Number of digits in this event = 3 Using G4ParticleGun ... -6.84386 LIN +2.49048 LIN +gamma +Event: 4 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +3.35184 LIN +gamma +Event: 5 +Number of tracker hits in this event = 2 + 5 67.9032 1237 4 0 -55.8381 67.5412 -86.2499 + 5 240.219 1236 4 0 -55.9208 67.4499 -86.153 +Number of digits in this event = 3 +Using G4ParticleGun ... +4.3171 LIN +gamma +Event: 6 +Number of tracker hits in this event = 49 + 6 286.056 1136 5 1 47.3866 2.92283 -54.45 + 6 365.372 914 5 0 47.3854 2.92492 -55.85 + 6 228.315 1136 4 1 47.3707 2.96401 -84.45 + 6 102.005 914 4 0 47.372 2.9681 -85.85 + 6 157.865 1136 3 1 47.3786 3.04734 -114.45 + 6 145.037 915 3 0 47.3821 3.0555 -115.85 + 6 101.288 1136 2 1 47.4422 3.20368 -144.45 + 6 153.398 915 2 0 47.436 3.1996 -145.85 + 6 100.038 1136 1 1 47.3051 3.13654 -174.45 + 6 103.923 915 1 0 47.2968 3.18801 -175.85 + 6 382.573 1135 0 1 47.2299 4.24105 -204.45 + 6 110.389 921 0 0 47.2165 4.40524 -205.85 + 6 3.84414 922 0 0 47.2128 4.45 -206.229 + 6 226.41 1137 2 1 47.4508 3.20113 -144.45 + 6 67.6038 1138 2 1 47.65 3.07418 -144.636 + 6 76.9093 1139 2 1 47.8502 2.92138 -144.77 + 6 32.3583 905 2 0 50.0026 1.11626 -145.85 + 6 86.4648 904 2 0 50.0764 1.05 -145.885 + 6 72.8059 903 2 0 50.2771 0.85 -145.999 + 6 70.5642 902 2 0 50.4371 0.649766 -146.1 + 6 71.1293 901 2 0 50.597 0.449971 -146.18 + 6 47.9473 516 2 0 92.7599 -76.7913 -146.25 + 6 80.1167 515 2 0 92.6888 -76.8501 -146.084 + 6 97.9363 1359 2 1 92.0743 -77.5824 -144.85 + 6 50.6191 1358 2 1 91.95 -77.7449 -144.582 + 6 116.103 538 3 0 100.02 -72.4426 -116.25 + 6 51.6767 1402 3 1 100.658 -71.7285 -114.85 + 6 148.148 1403 3 1 100.75 -71.6331 -114.681 + 6 332.967 1404 3 1 100.982 -71.5085 -114.45 + 6 108.685 1405 3 1 101.15 -70.6108 -114.65 + 6 129.723 1406 3 1 101.35 -70.4966 -114.672 + 6 31.4956 548 3 0 101.356 -70.2781 -115.85 + 6 72.8041 549 3 0 101.357 -70.2499 -115.913 + 6 131.503 550 3 0 101.437 -70.05 -116.028 + 6 41.5699 688 6 1 -42.3408 150.386 -24.85 + 6 303.262 1137 0 1 47.613 3.60562 -204.45 + 6 131.688 918 0 0 47.335 3.70248 -205.85 + 6 104.904 917 0 0 47.6359 3.53706 -205.85 + 6 0.163762 1044 4 0 50.0493 29.0493 -86.25 + 6 213.825 1045 4 0 50.0494 29.0504 -86.249 + 6 185.278 1046 4 0 49.8727 29.25 -86.0013 + 6 183.275 915 4 0 47.3971 3.05625 -85.85 + 6 136.222 1137 3 1 47.4835 3.05727 -114.45 + 6 115.516 914 3 0 47.4888 3.04355 -115.85 + 6 219.269 914 2 0 47.6139 2.88666 -145.85 + 6 149.687 1135 1 1 47.0561 2.32683 -174.45 + 6 109.761 910 1 0 47.0409 2.24831 -175.85 + 6 144.141 1134 0 1 46.9054 0.753909 -204.45 + 6 96.2902 903 0 0 46.9336 0.683242 -205.85 +Number of digits in this event = 23 +Using G4ParticleGun ... +5.73071 LIN +gamma +Event: 7 +Number of tracker hits in this event = 108 + 7 253.791 1113 8 1 42.6996 -92.6822 35.55 + 7 268.056 437 8 0 42.6988 -92.6827 34.15 + 7 110.588 1113 7 1 42.682 -92.6934 5.55 + 7 210.257 437 7 0 42.6796 -92.6938 4.15 + 7 130.279 1112 6 1 42.6348 -92.6995 -24.45 + 7 142.354 437 6 0 42.6315 -92.7 -25.85 + 7 421.946 1112 5 1 42.6161 -92.6454 -54.45 + 7 378.806 437 5 0 42.6151 -92.639 -55.85 + 7 614.961 1112 4 1 42.5904 -92.5089 -84.45 + 7 529.566 438 4 0 42.5864 -92.5032 -85.85 + 7 242.478 1112 3 1 42.4869 -92.3888 -114.45 + 7 122.959 438 3 0 42.4796 -92.3839 -115.85 + 7 238.196 1111 2 1 42.3237 -92.2847 -144.45 + 7 89.947 439 2 0 42.3146 -92.2792 -145.85 + 7 146.918 1110 1 1 42.1442 -92.1679 -174.45 + 7 125.512 439 1 0 42.138 -92.164 -175.85 + 7 127.785 1109 0 1 42.0079 -92.0758 -204.45 + 7 117.488 440 0 0 42 -92.0772 -205.85 + 7 51.2391 944 1 0 -27.6576 8.85 -176.149 + 7 18.4493 943 1 0 -27.67 8.84994 -176.144 + 7 328.35 1111 1 1 42.25 -92.1796 -174.477 + 7 406.051 456 3 0 29.1695 -88.6856 -116.25 + 7 597.115 437 4 0 42.5399 -92.568 -85.8505 + 7 96.6054 1104 3 1 41.0221 -93.7391 -114.45 + 7 119.313 431 3 0 41.0477 -93.7785 -115.85 + 7 113.053 1105 2 1 41.1458 -93.8821 -144.45 + 7 128.192 431 2 0 41.4772 -93.8386 -145.85 + 7 60.9429 1140 1 1 48.1152 -91.959 -174.45 + 7 93.9695 1141 1 1 48.25 -91.8828 -174.574 + 7 35.6059 1142 1 1 48.4503 -91.7653 -174.767 + 7 88.2672 445 1 0 49.5535 -91.0788 -175.85 + 7 110.304 446 1 0 49.7474 -90.95 -176.045 + 7 34.7625 1266 0 1 73.4069 -72.0945 -204.451 + 7 71.5619 1267 0 1 73.4501 -72.0749 -204.557 + 7 107.751 539 0 0 73.8079 -72.0819 -205.85 + 7 107.461 536 1 0 98.5709 -72.7871 -176.25 + 7 229.431 1400 1 1 100.228 -72.4974 -174.85 + 7 203.534 436 4 0 42.2572 -92.7502 -85.8999 + 7 33.3976 1107 4 1 41.6434 -92.7265 -84.85 + 7 107.647 1108 4 1 41.6503 -92.7164 -84.814 + 7 236.602 1111 3 1 42.2613 -92.13 -114.45 + 7 115.937 440 3 0 42.2446 -92.088 -115.85 + 7 115.326 1109 2 1 41.9194 -91.2119 -144.45 + 7 117.981 445 2 0 41.8937 -91.1472 -145.85 + 7 200.757 1106 1 1 41.3272 -89.8412 -174.45 + 7 132.49 451 1 0 41.3305 -89.7471 -175.85 + 7 100.967 1106 0 1 41.3073 -87.9519 -204.45 + 7 589.249 460 0 0 41.3241 -87.8624 -205.85 + 7 180.394 461 0 0 41.3267 -87.85 -206.045 + 7 31.7375 1110 3 1 42.25 -92.1218 -114.471 + 7 27.7455 1109 3 1 42.05 -91.9963 -114.825 + 7 130.87 435 3 0 42.3039 -93.0323 -115.85 + 7 118.801 434 2 0 42.4059 -93.1888 -145.85 + 7 105.392 1112 1 1 42.6459 -93.3649 -174.45 + 7 133.11 433 1 0 42.6585 -93.3681 -175.85 + 7 466.628 1114 0 1 42.9025 -93.3887 -204.45 + 7 254.211 433 0 0 42.9133 -93.3912 -205.85 + 7 87.0286 1115 0 1 43.0504 -93.5063 -204.606 + 7 497.67 431 0 0 43.9492 -93.7762 -205.85 + 7 233.109 432 0 0 45.1443 -93.75 -206.088 + 7 38.1738 1133 0 1 46.7683 -93.3503 -204.85 + 7 66.3845 1134 0 1 46.85 -93.3301 -204.793 + 7 433.339 1135 0 1 47.05 -93.1301 -204.687 + 7 34.497 1136 0 1 47.2507 -92.5163 -204.74 + 7 405.729 446 0 0 47.4817 -90.8528 -205.85 + 7 298.93 445 0 0 47.8923 -90.95 -206.076 + 7 188.243 1113 4 1 42.7554 -93.0156 -84.45 + 7 134.219 435 4 0 42.7627 -93.0314 -85.85 + 7 106.682 1114 3 1 42.897 -93.3718 -114.45 + 7 116.96 433 3 0 42.8993 -93.3868 -115.85 + 7 166.07 1114 2 1 42.9578 -93.6818 -144.45 + 7 137.287 432 2 0 42.9613 -93.7061 -145.85 + 7 105.565 1114 1 1 42.954 -94.1801 -174.45 + 7 121.246 429 1 0 42.9435 -94.2299 -175.85 + 7 214.651 1113 0 1 42.7155 -95.2883 -204.45 + 7 150.608 424 0 0 42.701 -95.3401 -205.85 + 7 37.1411 423 0 0 42.6983 -95.35 -206.117 + 7 180.039 1112 7 1 42.6077 -92.5746 5.55 + 7 126.793 1111 6 1 42.4208 -92.4016 -24.45 + 7 96.7835 438 6 0 42.4141 -92.3837 -25.85 + 7 126.692 1111 5 1 42.2823 -92.0121 -54.45 + 7 208.058 440 5 0 42.2773 -91.9952 -55.85 + 7 110.486 1110 4 1 42.155 -91.6817 -84.45 + 7 144.018 442 4 0 42.1788 -91.6481 -85.85 + 7 219.487 445 3 0 42.6269 -90.9543 -115.85 + 7 70.6992 446 3 0 42.6293 -90.95 -115.999 + 7 57.0588 1115 2 1 43.1307 -90.1577 -144.45 + 7 142.077 1118 1 1 43.674 -88.9326 -174.45 + 7 118.228 455 1 0 43.708 -88.8875 -175.85 + 7 124.727 1121 0 1 44.409 -88.0353 -204.45 + 7 155.06 594 2 0 52.3311 -61.0947 -146.25 + 7 193.304 593 2 0 52.2097 -61.25 -146.052 + 7 79.4602 1112 0 1 42.5533 -90.15 -204.612 + 7 14.2531 449 0 0 42.6172 -90.3413 -205.85 + 7 172.627 448 0 0 42.6202 -90.35 -205.907 + 7 118.771 448 1 0 41.3557 -90.5017 -175.85 + 7 96.4322 447 1 0 41.352 -90.55 -176.012 + 7 88.9473 1125 0 1 45.0838 -94.5275 -204.45 + 7 79.5445 1126 0 1 45.25 -94.4911 -204.662 + 7 2.20282 1127 0 1 45.45 -94.4065 -204.843 + 7 51.3411 484 0 0 74.7025 -83.218 -206.25 + 7 231.864 483 0 0 74.8033 -83.25 -206.129 + 7 328.855 1273 0 1 74.8196 -81.7642 -204.85 + 7 219.801 1274 0 1 74.85 -81.2808 -204.748 + 7 105.487 1275 0 1 75.05 -81.3801 -204.598 + 7 88.3441 1110 0 1 42.0541 -91.7687 -204.45 + 7 67.9334 1111 0 1 42.25 -91.728 -204.688 + 7 105.402 444 0 0 43.2294 -91.1929 -205.85 +Number of digits in this event = 59 +Using G4ParticleGun ... +2.50311 LIN +gamma +Event: 8 +Number of tracker hits in this event = 1 + 8 142.423 895 1 0 112.567 -0.966626 -176.25 +Number of digits in this event = 3 +Using G4ParticleGun ... +3.35532 LIN +gamma +Event: 9 +Number of tracker hits in this event = 3 + 9 20.5912 1004 2 0 120.273 21.05 -146.235 + 9 42.9552 1368 8 1 93.91 15.6122 35.15 + 9 24.3952 979 8 0 94.0541 15.8577 34.15 +Number of digits in this event = 3 +Using G4ParticleGun ... +2.7138 LIN gamma Event: 10 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Using G4ParticleGun ... -6.6432 LIN +6.0955 LIN gamma Event: 11 -Number of tracker hits in this event = 56 - 11 410.342 495 7 1 -81.0226 -44.6354 5.55 - 11 515.248 677 7 0 -81.0228 -44.6354 4.15 - 11 267.851 495 6 1 -81.0327 -44.6457 -24.45 - 11 151.729 677 6 0 -81.0336 -44.6474 -25.85 - 11 131.813 494 5 1 -81.0721 -44.6737 -54.45 - 11 336.749 676 5 0 -81.0748 -44.6738 -55.85 - 11 150.703 494 4 1 -81.1286 -44.6643 -84.45 - 11 283.181 676 4 0 -81.1299 -44.6632 -85.85 - 11 225.539 494 3 1 -81.1498 -44.6382 -114.45 - 11 210.427 677 3 0 -81.1467 -44.6349 -115.85 - 11 210.77 494 2 1 -81.0784 -44.5744 -144.45 - 11 102.742 677 2 0 -81.0804 -44.5778 -145.85 - 11 227.234 494 1 1 -81.115 -44.6519 -174.45 - 11 307.298 676 1 0 -81.1196 -44.6519 -175.85 - 11 137.894 494 0 1 -81.2147 -44.661 -204.45 - 11 119.255 676 0 0 -81.2219 -44.6585 -205.85 - 11 67.887 830 3 0 -32.5179 -13.9079 -116.25 - 11 132.486 496 6 1 -80.6617 -44.1592 -24.45 - 11 226.584 679 6 0 -80.6236 -44.1188 -25.85 - 11 97.4687 500 5 1 -79.8971 -43.3321 -54.45 - 11 173.121 683 5 0 -79.8152 -43.2755 -55.85 - 11 103.748 510 4 1 -77.9257 -42.1992 -84.45 - 11 102.769 689 4 0 -77.862 -42.1428 -85.85 - 11 123.892 516 3 1 -76.8023 -40.6708 -114.45 - 11 145.507 697 3 0 -76.7353 -40.5552 -115.85 - 11 109.865 524 2 1 -75.0766 -38.036 -144.45 - 11 209.727 710 2 0 -74.9964 -37.9589 -145.85 - 11 94.3434 535 1 1 -73.0427 -36.5759 -174.45 - 11 119.82 717 1 0 -72.8978 -36.5293 -175.85 - 11 112.813 550 0 1 -70.0376 -35.6976 -204.45 - 11 181.437 721 0 0 -69.9657 -35.6759 -205.85 - 11 29.6044 497 6 1 -80.65 -44.158 -24.6816 - 11 82.276 661 7 0 -57.5186 -47.7409 3.75 - 11 152.735 500 7 1 -80.0306 -43.4454 5.1501 - 11 77.3294 494 7 1 -81.05 -44.614 5.42726 - 11 141.998 678 7 0 -81.4126 -44.3708 4.15 - 11 144.558 458 6 1 -88.4136 -33.7408 -24.4501 - 11 116.845 734 6 0 -88.1436 -33.2131 -25.85 - 11 106.359 494 6 1 -81.0575 -44.6749 -24.45 - 11 122.854 676 6 0 -81.0568 -44.6761 -25.85 - 11 233.345 495 5 1 -81.0366 -44.687 -54.45 - 11 142.725 495 4 1 -81.0403 -44.6958 -84.45 - 11 148.708 676 3 0 -81.0868 -44.6862 -115.85 - 11 124.179 676 2 0 -81.1927 -44.7536 -145.85 - 11 135.093 493 1 1 -81.337 -44.6943 -174.45 - 11 118.023 492 0 1 -81.4872 -44.6393 -204.45 - 11 128.341 677 0 0 -81.496 -44.6377 -205.85 - 11 332.025 495 2 1 -81.0269 -44.9711 -144.45 - 11 252.583 675 2 0 -80.9918 -44.9872 -145.85 - 11 130.773 498 1 1 -80.3011 -45.4698 -174.45 - 11 115.477 672 1 0 -80.2895 -45.4793 -175.85 - 11 103.782 500 0 1 -79.8805 -45.5727 -204.45 - 11 111.382 672 0 0 -79.8428 -45.5707 -205.85 - 11 166.778 673 1 0 -81.0907 -45.3183 -175.85 - 11 107.83 493 0 1 -81.2523 -45.2059 -204.45 - 11 143.655 674 0 0 -81.2557 -45.205 -205.85 -Number of digits in this event = 38 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -1.47949 LIN +8.13919 LIN gamma Event: 12 -Number of tracker hits in this event = 79 - 12 272.275 959 9 1 11.9457 25.344 65.55 - 12 266.134 1026 9 0 11.942 25.343 64.15 - 12 408.562 959 8 1 11.916 25.3371 35.55 - 12 212.988 1026 8 0 11.9153 25.3314 34.15 - 12 115.932 959 7 1 11.9168 25.1612 5.55 - 12 145.688 1025 7 0 11.9489 25.177 4.15 - 12 473.286 962 6 1 12.5515 25.411 -24.45 - 12 106.261 1026 6 0 12.5864 25.4331 -25.85 - 12 221.154 965 5 1 13.1859 25.8949 -54.45 - 12 134.162 1029 5 0 13.2058 25.9226 -55.85 - 12 133.038 967 4 1 13.5905 26.5362 -84.45 - 12 113.343 1032 4 0 13.5839 26.5617 -85.85 - 12 110.959 966 3 1 13.4233 27.1896 -114.45 - 12 144.999 1036 3 0 13.4666 27.2545 -115.85 - 12 300.907 971 2 1 14.432 28.5086 -144.45 - 12 144.701 972 2 1 14.45 28.5176 -144.781 - 12 123.503 1042 2 0 14.5057 28.5458 -145.85 - 12 106.998 979 1 1 15.8532 29.4444 -174.45 - 12 135.866 1046 1 0 15.9027 29.4449 -175.85 - 12 119.138 984 0 1 16.8501 29.4693 -204.45 - 12 109.452 1047 0 0 16.8774 29.461 -205.85 - 12 247.028 1046 2 0 15.6239 29.2655 -145.85 - 12 184.614 1283 2 0 52.4801 76.7339 -146.25 - 12 121.872 960 7 1 12.1584 25.259 5.55 - 12 73.7157 1026 7 0 12.158 25.2515 4.15 - 12 121.912 960 6 1 12.1485 25.1016 -24.45 - 12 157.405 1025 6 0 12.1484 25.095 -25.85 - 12 122.902 960 5 1 12.1582 24.9557 -54.45 - 12 121.055 1024 5 0 12.1603 24.9549 -55.85 - 12 355.31 960 4 1 12.145 24.9686 -84.45 - 12 238.874 1024 4 0 12.1398 24.9749 -85.85 - 12 156.629 960 3 1 12.0647 25.0919 -114.45 - 12 107.305 1025 3 0 12.0588 25.1021 -115.85 - 12 103.381 959 2 1 11.887 25.3323 -144.45 - 12 121.202 1026 2 0 11.8777 25.3672 -145.85 - 12 136.556 958 1 1 11.6941 26.0771 -174.45 - 12 186.753 1030 1 0 11.6903 26.0831 -175.85 - 12 120.069 957 0 1 11.5639 26.1614 -204.45 - 12 180.877 1030 0 0 11.5584 26.1594 -205.85 - 12 114.509 1027 2 1 25.5778 -51.59 -144.85 - 12 105.247 980 1 0 -44.1908 16.2181 -176.25 - 12 200.111 981 1 0 -44.2828 16.25 -176.095 - 12 117.874 962 3 1 12.6007 26.5957 -114.45 - 12 107.519 1033 3 0 12.6779 26.6871 -115.85 - 12 120.753 1043 2 0 14.4176 28.6983 -145.85 - 12 129.171 981 1 1 16.29 30.0917 -174.45 - 12 134.226 1049 1 0 16.3828 30.0163 -175.85 - 12 166.805 986 0 1 17.3813 28.8029 -204.45 - 12 119.59 1043 0 0 17.3698 28.6774 -205.85 - 12 34.9338 1042 0 0 17.3676 28.65 -206.108 - 12 94.9153 1021 4 0 12.1461 24.3653 -85.85 - 12 9.48441 1020 4 0 12.1303 24.25 -86.2064 - 12 56.6133 979 3 1 15.851 16.2681 -114.45 - 12 61.0837 980 3 1 16.0509 16.2285 -114.529 - 12 54.8839 981 3 1 16.25 16.1955 -114.622 - 12 62.2305 982 3 1 16.45 16.1546 -114.719 - 12 100.231 977 3 0 17.5055 15.5344 -115.85 - 12 112.072 976 3 0 17.6676 15.4499 -116.018 - 12 149.723 1165 2 1 53.1307 -7.31502 -144.45 - 12 92.6387 857 2 0 53.1756 -8.46289 -145.85 - 12 55.1317 856 2 0 53.1825 -8.65 -146.087 - 12 195.88 1215 1 1 63.1861 -35.8231 -174.45 - 12 119.788 722 1 0 62.8135 -35.6225 -175.85 - 12 78.7492 850 1 0 29.6369 -9.92459 -176.25 - 12 186.436 851 1 0 29.5111 -9.85 -176.131 - 12 32.0717 1041 1 1 28.2808 -8.83912 -174.85 - 12 417.891 1040 1 1 28.25 -8.81062 -174.816 - 12 176.239 1039 1 1 28.0499 -8.62394 -174.618 - 12 13.4637 854 1 0 29.2593 -9.23275 -175.85 - 12 118.425 853 1 0 29.286 -9.25 -175.878 - 12 77.0548 852 1 0 29.4997 -9.45 -176.09 - 12 219.33 761 1 0 101.28 -27.8223 -176.25 - 12 69.2961 762 1 0 101.953 -27.65 -176.03 - 12 55.9813 1411 1 1 102.462 -27.3464 -174.849 - 12 424.92 1412 1 1 102.55 -27.3308 -174.705 - 12 190.924 1413 1 1 102.75 -26.9613 -174.664 - 12 114.41 1038 1 1 27.7362 -8.2868 -174.45 - 12 150.818 958 9 1 11.85 25.2709 65.3109 - 12 131.367 957 9 1 11.65 25.1569 65.4246 -Number of digits in this event = 45 +Number of tracker hits in this event = 5 + 12 24.1019 568 0 0 -21.4088 -66.25 -206.108 + 12 234.418 569 0 0 -21.2294 -66.2497 -205.897 + 12 154.386 570 0 0 -21.0566 -66.0497 -205.935 + 12 292.77 406 3 1 -98.8389 156.504 -114.45 + 12 109.811 405 3 1 -98.95 156.5 -114.595 +Number of digits in this event = 5 Using G4ParticleGun ... -7.93743 LIN +3.59388 LIN gamma Event: 13 -Number of tracker hits in this event = 12 - 13 135.454 1274 2 0 63.1507 74.8847 -146.25 - 13 194.566 1273 2 0 63.1193 74.85 -146.192 - 13 85.21 808 1 0 104.626 -18.2902 -176.25 - 13 57.4623 807 1 0 104.742 -18.4502 -175.994 - 13 56.4548 1424 1 1 104.974 -19.4925 -174.85 - 13 64.0579 1423 1 1 104.95 -19.6064 -174.687 - 13 78.39 1422 1 1 104.75 -19.6755 -174.58 - 13 82.3546 1421 1 1 104.55 -19.6172 -174.495 - 13 524.442 1420 1 1 104.35 -19.45 -174.516 - 13 5.68622 1419 1 1 104.15 -19.5945 -174.706 - 13 40.7671 1220 6 0 47.0391 64.0922 -25.85 - 13 320.242 1206 7 0 36.5463 61.3612 3.75 -Number of digits in this event = 7 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -1.12185 LIN +9.09332 LIN gamma Event: 14 -Number of tracker hits in this event = 53 - 14 289.366 1556 6 1 131.426 -31.3594 -24.45 - 14 213.968 743 6 0 131.451 -31.3823 -25.85 - 14 126.748 1558 5 1 131.867 -31.8386 -54.45 - 14 176.479 741 5 0 131.916 -31.8452 -55.85 - 14 232.035 1563 4 1 132.818 -32.0003 -84.45 - 14 122.742 740 4 0 132.83 -31.9708 -85.85 - 14 184.583 1564 3 1 133.035 -31.4642 -114.45 - 14 90.8374 743 3 0 133.084 -31.4254 -115.85 - 14 140.846 1569 2 1 134.141 -30.5865 -144.45 - 14 128.214 1570 2 1 134.15 -30.5798 -144.642 - 14 261.218 747 2 0 134.209 -30.5447 -145.85 - 14 167.299 1577 1 1 135.565 -29.8159 -174.45 - 14 128.118 751 1 0 135.672 -29.7948 -175.85 - 14 100.782 1588 0 1 137.911 -29.2821 -204.45 - 14 8.97972 1589 0 1 137.95 -29.2756 -204.817 - 14 245.581 753 0 0 138.054 -29.2585 -205.85 - 14 80.3957 746 2 0 134.011 -30.6501 -146.01 - 14 58.9212 745 2 0 133.969 -30.85 -145.975 - 14 238.69 744 2 0 133.954 -31.05 -145.886 - 14 58.6991 1562 2 1 132.664 -31.6497 -144.85 - 14 123.036 1561 2 1 132.55 -31.7375 -144.748 - 14 126.662 1560 2 1 132.35 -31.8348 -144.716 - 14 165.372 1559 2 1 132.15 -31.8543 -144.746 - 14 81.1267 1568 2 1 133.95 -30.9824 -144.72 - 14 295.54 748 2 0 132.319 -30.4073 -145.85 - 14 182.455 809 3 0 134.567 -18.203 -116.25 - 14 180.112 1561 3 1 132.471 -31.3259 -114.45 - 14 19.3929 1560 3 1 132.35 -31.404 -114.812 - 14 46.5924 742 3 0 132.107 -31.6337 -115.85 - 14 187.163 741 3 0 132.08 -31.65 -116.026 - 14 127.701 1556 5 1 131.502 -31.5011 -54.45 - 14 135.968 742 5 0 131.513 -31.5089 -55.85 - 14 182.384 1557 4 1 131.745 -31.6784 -84.45 - 14 109.337 741 4 0 131.748 -31.6839 -85.85 - 14 92.0666 1558 3 1 131.857 -31.7752 -114.45 - 14 203.468 1558 2 1 131.848 -31.7156 -144.45 - 14 111.413 741 2 0 131.843 -31.7074 -145.85 - 14 145.366 1558 1 1 131.774 -31.519 -174.45 - 14 146.538 742 1 0 131.766 -31.5057 -175.85 - 14 112.077 1557 0 1 131.568 -31.2263 -204.45 - 14 123.151 744 0 0 131.558 -31.1963 -205.85 - 14 10.7974 931 3 0 65.078 6.45 -116.081 - 14 124.583 1228 3 1 65.6562 5.91799 -114.85 - 14 117.395 1229 3 1 65.8503 5.92782 -114.554 - 14 151.76 1230 3 1 66.05 5.95009 -114.626 - 14 143.224 932 3 0 66.4531 6.47261 -115.85 - 14 78.6373 1557 2 1 131.75 -31.6859 -144.609 - 14 36.0095 743 2 0 131.054 -31.2873 -145.85 - 14 40.1834 657 2 0 123.179 -48.5413 -146.25 - 14 55.2929 656 2 0 123.198 -48.65 -146.135 - 14 42.9095 655 2 0 123.197 -48.85 -145.996 - 14 21.3051 654 2 0 123.176 -49.05 -145.885 - 14 266.757 1513 2 1 122.931 -50.7921 -144.85 -Number of digits in this event = 34 +Number of tracker hits in this event = 50 + 14 503.705 1388 8 1 97.8037 -103.123 35.55 + 14 256.471 385 8 0 97.8041 -103.123 34.15 + 14 112.708 1388 7 1 97.8143 -103.124 5.55 + 14 107.031 385 7 0 97.8148 -103.125 4.15 + 14 223.171 1388 6 1 97.8271 -103.134 -24.45 + 14 182.643 385 6 0 97.8271 -103.134 -25.85 + 14 102.211 1388 5 1 97.8287 -103.136 -54.45 + 14 109.496 385 5 0 97.8296 -103.137 -55.85 + 14 109.127 1388 4 1 97.8507 -103.14 -84.45 + 14 119.571 385 4 0 97.8523 -103.14 -85.85 + 14 109.644 1388 3 1 97.8825 -103.145 -114.45 + 14 151.364 385 3 0 97.8845 -103.144 -115.85 + 14 174.832 1388 2 1 97.9203 -103.132 -144.45 + 14 105.147 385 2 0 97.9204 -103.131 -145.85 + 14 117.947 1388 1 1 97.9153 -103.113 -174.45 + 14 148.499 385 1 0 97.9165 -103.112 -175.85 + 14 200.702 1388 0 1 97.9436 -103.098 -204.45 + 14 394.441 385 0 0 97.9446 -103.098 -205.85 + 14 66.5818 383 0 0 96.808 -103.352 -205.85 + 14 87.614 384 0 0 96.6651 -103.35 -205.904 + 14 21.2432 561 0 0 82.767 -67.85 -205.969 + 14 291.404 1305 0 1 81.2373 -66.932 -204.85 + 14 130.429 1357 6 0 58.6776 91.55 -25.9045 + 14 177.582 1189 6 1 57.9296 92.6731 -24.85 + 14 123.204 1188 6 1 57.8498 92.7495 -24.7504 + 14 85.8758 1358 6 0 57.5023 91.7852 -25.85 + 14 288.776 1389 2 1 97.9501 -103.144 -144.559 + 14 124.424 480 0 0 12.395 -83.9263 -206.25 + 14 103.621 960 0 1 12.1166 -84.0139 -204.85 + 14 36.4516 959 0 1 12.05 -84.0232 -204.486 + 14 333.214 567 1 0 16.7954 -66.6254 -176.25 + 14 102.286 983 1 1 16.7293 -66.2496 -174.85 + 14 210.482 1387 8 1 97.75 -103.054 35.4344 + 14 117.37 1391 7 1 98.4357 -103.279 5.55 + 14 103.109 384 7 0 98.4557 -103.254 4.15 + 14 144.838 1393 6 1 98.8239 -102.808 -24.45 + 14 126.404 386 6 0 98.833 -102.769 -25.85 + 14 115.609 1393 5 1 98.9361 -101.904 -54.45 + 14 139.345 391 5 0 98.929 -101.856 -55.85 + 14 143.196 1393 4 1 98.7796 -100.94 -84.45 + 14 111.342 396 4 0 98.7635 -100.914 -85.85 + 14 105.098 1391 3 1 98.5148 -100.352 -114.45 + 14 134.143 399 3 0 98.5142 -100.321 -115.85 + 14 106.673 1391 2 1 98.417 -99.6255 -144.45 + 14 131.81 402 2 0 98.463 -99.5704 -145.85 + 14 122.604 1396 1 1 99.4907 -98.3335 -174.45 + 14 193.533 409 1 0 99.5025 -98.253 -175.85 + 14 104.192 1397 0 1 99.7105 -96.8294 -204.45 + 14 106.843 416 0 0 99.7215 -96.7694 -205.85 + 14 154.791 781 2 1 -23.65 -151.617 -144.563 +Number of digits in this event = 29 Using G4ParticleGun ... -4.55791 LIN +6.3872 LIN gamma Event: 15 -Number of tracker hits in this event = 4 - 15 68.7258 1399 3 0 -125.232 100.014 -116.25 - 15 202.416 1398 3 0 -125.059 99.9499 -116.126 - 15 51.8813 1397 3 0 -124.655 99.75 -116.12 - 15 38.4602 970 3 1 14.1866 -114.003 -114.85 -Number of digits in this event = 4 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -8.62686 LIN +1.79481 LIN gamma Event: 16 -Number of tracker hits in this event = 176 - 16 236.312 950 10 1 10.2403 4.83559 95.55 - 16 256.501 923 10 0 10.2398 4.83592 94.15 - 16 91.6492 950 9 1 10.2256 4.84347 65.55 - 16 232.823 923 9 0 10.2252 4.84219 64.15 - 16 141.344 950 8 1 10.2243 4.82001 35.55 - 16 246.648 923 8 0 10.2258 4.82022 34.15 - 16 200.346 950 7 1 10.2485 4.83292 5.55 - 16 341.233 923 7 0 10.2505 4.83246 4.15 - 16 240.866 951 6 1 10.2887 4.82027 -24.45 - 16 234.488 923 6 0 10.2926 4.81915 -25.85 - 16 103.393 951 5 1 10.3677 4.80078 -54.45 - 16 276.884 923 5 0 10.3714 4.79804 -55.85 - 16 206.637 951 4 1 10.4456 4.74435 -84.45 - 16 385.171 923 4 0 10.4477 4.74228 -85.85 - 16 126.499 952 3 1 10.4775 4.69749 -114.45 - 16 389.837 923 3 0 10.4763 4.69199 -115.85 - 16 255.148 952 2 1 10.4541 4.58009 -144.45 - 16 128.352 922 2 0 10.443 4.5682 -145.85 - 16 121.247 950 1 1 10.2334 4.31249 -174.45 - 16 328.099 921 1 0 10.2141 4.30594 -175.85 - 16 111.377 948 0 1 9.77318 4.18728 -204.45 - 16 301.157 920 0 0 9.75157 4.17626 -205.85 - 16 238.691 941 2 0 -75.4323 8.30223 -146.25 - 16 4.46213 942 2 0 -75.5233 8.45002 -146.162 - 16 209.952 923 2 0 10.599 4.76557 -145.85 - 16 444.242 952 1 1 10.5305 5.00694 -174.45 - 16 345.954 924 1 0 10.5212 4.9839 -175.85 - 16 284.461 951 0 1 10.3771 4.51137 -204.45 - 16 180.892 922 0 0 10.3594 4.48031 -205.85 - 16 238.75 921 0 0 10.3731 4.45 -205.955 - 16 107.937 953 1 1 10.7009 4.70017 -174.45 - 16 136.474 923 1 0 10.6963 4.70426 -175.85 - 16 403.287 952 0 1 10.6255 4.79203 -204.45 - 16 214.475 923 0 0 10.6313 4.77955 -205.85 - 16 3.61791 1413 1 1 102.75 141.531 -174.799 - 16 56.814 1150 8 1 50.05 -169.489 35.1838 - 16 213.28 1149 8 1 50.0498 -169.654 35.447 - 16 11.1836 902 6 1 0.65 97.745 -24.7434 - 16 23.0129 936 0 0 10.0773 7.36577 -205.85 - 16 66.0442 937 0 0 10.0646 7.45107 -205.891 - 16 53.4442 938 0 0 10.0514 7.65 -205.99 - 16 88.4075 939 0 0 10.0143 7.85008 -206.043 - 16 53.4965 940 0 0 9.99287 8.05022 -206.105 - 16 65.2877 941 0 0 9.95917 8.25 -206.165 - 16 12.5468 942 0 0 9.87409 8.45 -206.235 - 16 59.683 1434 0 0 -14.3339 106.978 -206.25 - 16 63.9744 1435 0 0 -14.3659 107.15 -206.223 - 16 69.3966 1436 0 0 -14.4014 107.35 -206.165 - 16 70.6498 1437 0 0 -14.4597 107.55 -206.098 - 16 196.107 1438 0 0 -14.486 107.75 -206.07 - 16 45.929 1439 0 0 -14.4896 107.95 -206.108 - 16 61.2435 1440 0 0 -14.4806 108.15 -206.082 - 16 68.2632 1441 0 0 -14.4613 108.35 -206.037 - 16 9.50571 1442 0 0 -14.3399 108.55 -205.88 - 16 37.6779 833 0 1 -13.345 109.273 -204.85 - 16 95.5334 834 0 1 -13.2499 109.339 -204.748 - 16 8.31005 781 1 0 43.1602 -23.8347 -176.25 - 16 145.28 780 1 0 43.1787 -23.8501 -176.226 - 16 135.213 779 1 0 43.6343 -24.05 -176.034 - 16 17.6142 1126 1 1 45.3852 -24.3024 -174.85 - 16 52.8539 1127 1 1 45.45 -24.3223 -174.802 - 16 71.282 1128 1 1 45.65 -24.3966 -174.676 - 16 63.8981 1129 1 1 45.85 -24.4503 -174.536 - 16 62.8775 1130 1 1 46.0634 -24.4544 -174.45 - 16 6.75198 927 1 0 10.2465 5.63538 -175.85 - 16 112.116 928 1 0 10.2398 5.65 -175.875 - 16 30.6848 929 1 0 10.1624 5.85 -176.174 - 16 40.7313 1248 1 0 46.7816 69.7629 -176.25 - 16 63.9669 1249 1 0 46.8754 69.85 -176.207 - 16 225.173 1250 1 0 46.938 70.05 -176.194 - 16 57.3206 1251 1 0 46.9015 70.25 -176.245 - 16 61.3758 1252 1 0 46.8857 70.45 -176.203 - 16 60.6065 1253 1 0 46.978 70.65 -176.214 - 16 257.523 926 1 0 43.5227 5.32959 -176.25 - 16 93.5538 925 1 0 43.5468 5.24993 -176.203 - 16 35.4622 911 1 1 2.45 14.4595 -174.799 - 16 1.81638 941 1 0 17.5107 8.45 -175.859 - 16 144.262 1056 9 1 31.2926 14.5442 65.15 - 16 18.2324 971 9 0 30.9638 14.45 64.1295 - 16 99.7554 950 0 1 10.25 4.59729 -204.576 - 16 2.33598 949 0 1 10.0496 4.53967 -204.84 - 16 133.815 978 0 0 1.02074 15.7344 -206.25 - 16 61.8732 979 0 0 1.18692 15.85 -205.867 - 16 75.0666 912 0 1 2.46727 15.8333 -204.85 - 16 143.294 913 0 1 2.65007 15.9184 -204.791 - 16 211.234 983 0 0 4.22448 16.7786 -205.85 - 16 24.826 982 0 0 4.50543 16.65 -206.221 - 16 23.0262 856 0 0 34.4911 -8.82353 -206.25 - 16 18.7761 855 0 0 34.5093 -8.85 -206.241 - 16 84.5289 804 0 0 57.5349 -19.2486 -206.25 - 16 80.3237 906 0 1 1.26249 17.2883 -204.85 - 16 251.273 950 4 1 10.1095 4.58639 -84.4503 - 16 25.7156 949 4 1 10.0499 4.32082 -84.7609 - 16 176.624 917 4 0 9.87325 3.56524 -85.85 - 16 72.2207 916 4 0 9.85474 3.44997 -85.9991 - 16 39.3913 915 4 0 9.83859 3.24989 -86.2043 - 16 94.8452 943 3 1 8.75992 -26.9743 -114.45 - 16 78.7623 944 3 1 8.85011 -26.8236 -114.645 - 16 66.0846 771 3 0 9.14481 -25.7975 -115.85 - 16 93.3253 772 3 0 9.18799 -25.65 -116.041 - 16 26.9837 969 2 1 13.9467 -0.180014 -144.45 - 16 101.603 952 4 1 10.45 5.04402 -84.5331 - 16 491.096 953 4 1 10.65 5.21561 -84.5716 - 16 84.9453 954 4 1 10.85 5.41328 -84.5829 - 16 91.5918 955 4 1 11.05 5.6179 -84.5524 - 16 55.7768 956 4 1 11.2502 5.807 -84.521 - 16 23.5822 957 4 1 11.45 5.90551 -84.4734 - 16 23.541 967 5 0 0.200163 13.6409 -56.25 - 16 192.862 968 5 0 0.161157 13.65 -56.1791 - 16 7.08189 896 5 1 -0.833377 14.0941 -54.8498 - 16 79.4417 895 5 1 -0.850045 14.1042 -54.8259 - 16 67.2521 894 5 1 -1.05017 14.1871 -54.6357 - 16 130.437 893 5 1 -1.25 14.2131 -54.5343 - 16 63.6887 892 5 1 -1.45 14.2037 -54.4946 - 16 45.7187 891 5 1 -1.65 14.1819 -54.5239 - 16 65.4695 890 5 1 -1.85 14.1078 -54.5493 - 16 227.382 889 5 1 -2.05 14.0119 -54.5894 - 16 78.0343 888 5 1 -2.25 13.7973 -54.7404 - 16 74.0079 962 5 0 -2.77592 12.6246 -55.85 - 16 98.3423 961 5 0 -2.90031 12.45 -56.0486 - 16 8.34967 960 5 0 -3.00233 12.2499 -56.2252 - 16 206.585 901 5 1 0.31628 13.4149 -54.85 - 16 121.812 951 9 1 10.2649 4.82491 65.55 - 16 245.586 951 8 1 10.2539 4.75991 35.55 - 16 150.13 951 7 1 10.2916 4.75527 5.55 - 16 122.349 952 5 1 10.5331 4.73575 -54.45 - 16 135.843 954 3 1 10.8886 4.80317 -114.45 - 16 125.41 955 2 1 11.102 4.91325 -144.45 - 16 120.326 924 2 0 11.1107 4.91642 -145.85 - 16 119.088 956 1 1 11.2932 4.98299 -174.45 - 16 131.942 957 0 1 11.4984 5.0565 -204.45 - 16 107.11 925 0 0 11.5096 5.05814 -205.85 - 16 27.2558 924 4 0 10.5124 4.85 -86.1163 - 16 108.142 937 3 1 7.52179 7.59114 -114.45 - 16 24.1482 936 3 1 7.45 7.62898 -114.75 - 16 143.997 938 3 0 7.18597 7.76457 -115.85 - 16 126.325 901 2 1 0.448436 11.2991 -144.45 - 16 104.697 956 2 0 0.126198 11.4011 -145.85 - 16 139.394 868 1 1 -6.37912 13.4522 -174.45 - 16 8.33773 867 1 1 -6.45 13.4742 -174.808 - 16 131.901 967 1 0 -6.65913 13.5352 -175.85 - 16 118.393 837 0 1 -12.5907 15.1782 -204.45 - 16 8.2033 836 0 1 -12.65 15.2141 -204.813 - 16 134.981 976 0 0 -12.8135 15.3163 -205.85 - 16 43.8614 931 0 0 -67.4184 6.36369 -206.25 - 16 9.15081 930 0 0 -67.5177 6.25 -206.242 - 16 358.777 847 0 0 -105.908 -10.5469 -206.25 - 16 63.7145 921 4 0 10.7892 4.30842 -85.8502 - 16 39.2373 920 4 0 10.8078 4.24997 -86.1046 - 16 117.243 964 3 1 12.9936 -2.02335 -114.45 - 16 55.7594 965 3 1 13.05 -2.1173 -114.682 - 16 75.4397 887 3 0 13.3099 -2.59869 -115.85 - 16 405.291 886 3 0 13.3406 -2.65 -115.973 - 16 223.031 1006 2 1 21.4186 -15.6494 -144.45 - 16 84.8038 1005 2 1 21.25 -16.314 -144.756 - 16 17.9431 809 2 0 19.8673 -18.1968 -145.85 - 16 203.082 808 2 0 19.8274 -18.25 -145.882 - 16 120.73 807 2 0 19.6823 -18.4501 -146.006 - 16 40.4134 806 2 0 19.5157 -18.6502 -146.154 - 16 87.5565 869 1 1 -6.25 -50.2544 -174.582 - 16 154.146 647 1 0 -6.19129 -50.4828 -175.85 - 16 32.8613 881 0 1 -3.69917 -57.4667 -204.45 - 16 125.526 882 0 1 -3.65 -57.5896 -204.532 - 16 36.0539 607 0 0 -2.94761 -58.595 -205.85 - 16 94.1946 606 0 0 -2.90882 -58.65 -205.937 - 16 8.86858 605 0 0 -2.85259 -58.8501 -206.224 - 16 115.82 1007 3 0 -43.8533 21.5004 -116.25 - 16 71.2815 835 0 0 6.29538 -12.8874 -205.85 - 16 113.243 954 0 1 10.9472 -9.81899 -204.45 - 16 83.1993 1466 0 0 28.9687 113.464 -206.25 - 16 110.391 1465 0 0 29.0136 113.35 -206.089 - 16 75.951 1464 0 0 28.9843 113.15 -205.931 - 16 1.12743 1040 0 1 28.0507 112.191 -204.85 - 16 58.9161 1039 0 1 28.05 112.19 -204.849 - 16 120.282 1455 0 0 26.9234 111.171 -205.85 - 16 17.371 1026 0 1 25.3237 110.975 -204.85 -Number of digits in this event = 68 +Number of tracker hits in this event = 39 + 16 248.505 449 6 1 -90.2324 -57.1214 -24.45 + 16 242.813 614 6 0 -90.2418 -57.1254 -25.85 + 16 175.581 448 5 1 -90.4107 -57.2503 -54.45 + 16 126.581 613 5 0 -90.4092 -57.2613 -55.85 + 16 128.782 448 4 1 -90.3695 -57.5075 -84.45 + 16 144.344 612 4 0 -90.3743 -57.5268 -85.85 + 16 107.916 448 3 1 -90.4757 -57.916 -114.45 + 16 102.411 610 3 0 -90.4852 -57.9349 -115.85 + 16 116.964 447 2 1 -90.6759 -58.3157 -144.45 + 16 120.684 608 2 0 -90.6913 -58.3362 -145.85 + 16 102.144 445 1 1 -90.9982 -58.7852 -174.45 + 16 112.79 606 1 0 -91.0137 -58.8064 -175.85 + 16 124.639 443 0 1 -91.3511 -59.241 -204.45 + 16 132.12 603 0 0 -91.4494 -59.3826 -205.85 + 16 78.2782 1278 2 0 -65.7912 75.65 -146.112 + 16 3.6765 1279 2 0 -65.7361 75.85 -145.866 + 16 144.632 573 2 1 -65.2845 76.5534 -144.85 + 16 337.892 574 2 1 -65.25 76.7477 -144.633 + 16 246.153 194 5 0 53.3573 -141.15 -56.1921 + 16 189.405 195 5 0 53.7199 -141.15 -55.9376 + 16 168.067 204 2 0 -17.5049 -139.15 -146.03 + 16 170.445 827 4 1 -14.5319 -135.026 -84.85 + 16 269.189 826 4 1 -14.6507 -134.77 -84.6038 + 16 63.7163 203 2 0 -17.3966 -139.35 -145.871 + 16 6.10379 602 0 0 -91.5332 -59.45 -206.233 + 16 103.711 450 4 1 -89.9697 -56.8517 -84.45 + 16 435.122 616 4 0 -89.9623 -56.8464 -85.85 + 16 107.359 451 3 1 -89.8042 -56.7502 -114.45 + 16 118.085 616 3 0 -89.7948 -56.7349 -115.85 + 16 106.692 452 2 1 -89.6326 -56.4208 -144.45 + 16 110.833 618 2 0 -89.6282 -56.408 -145.85 + 16 128.714 452 1 1 -89.5714 -56.1127 -174.45 + 16 114.011 619 1 0 -89.5758 -56.103 -175.85 + 16 122.004 451 0 1 -89.6512 -55.9207 -204.45 + 16 113.397 620 0 0 -89.6534 -55.9096 -205.85 + 16 139.763 615 4 0 -89.9565 -56.8502 -85.9694 + 16 8.11364 617 4 0 -89.4648 -56.65 -86.24 + 16 25.0517 779 4 0 -108.658 -24.2483 -86.25 + 16 70.4328 778 4 0 -108.642 -24.2501 -86.2408 +Number of digits in this event = 21 Using G4ParticleGun ... -4.28688 LIN +9.73268 LIN gamma Event: 17 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of tracker hits in this event = 38 + 17 319.65 1021 4 1 24.2804 70.6086 -84.45 + 17 239.995 1252 4 0 24.2788 70.6109 -85.85 + 17 195.117 1021 3 1 24.2687 70.6157 -114.45 + 17 342.918 1252 3 0 24.2608 70.6197 -115.85 + 17 105.376 1020 2 1 24.0978 70.7131 -144.45 + 17 163.942 1253 2 0 24.089 70.7127 -145.85 + 17 112.917 1019 1 1 23.918 70.7076 -174.45 + 17 115.579 1253 1 0 23.9073 70.7012 -175.85 + 17 210.728 1018 0 1 23.6633 70.5545 -204.45 + 17 217.258 1252 0 0 23.6573 70.5468 -205.85 + 17 130.582 36 4 0 103.042 -172.876 -86.2499 + 17 146.261 35 4 0 103.131 -172.95 -86.076 + 17 172.516 1422 4 1 104.62 -173.124 -84.8495 + 17 54.357 1423 4 1 104.75 -173.19 -84.7816 + 17 58.6502 1424 4 1 104.95 -173.277 -84.705 + 17 42.3492 1425 4 1 105.15 -173.309 -84.6559 + 17 55.6374 1426 4 1 105.35 -173.322 -84.6677 + 17 55.2564 1427 4 1 105.55 -173.346 -84.6967 + 17 72.1829 1428 4 1 105.75 -173.337 -84.7488 + 17 68.1694 1429 4 1 105.95 -173.323 -84.7401 + 17 48.0682 1430 4 1 106.15 -173.316 -84.7794 + 17 205.571 34 4 0 108.138 -173.192 -85.85 + 17 213.529 37 4 0 102.942 -172.75 -85.9166 + 17 67.3017 38 4 0 102.825 -172.55 -85.8948 + 17 47.4252 39 4 0 102.87 -172.35 -85.9058 + 17 62.9853 1415 4 1 103.212 -169.639 -84.85 + 17 65.2433 1416 4 1 103.35 -169.524 -84.7802 + 17 88.3911 1417 4 1 103.55 -169.477 -84.7598 + 17 123.804 1418 4 1 103.75 -169.476 -84.7908 + 17 205.653 1419 4 1 103.95 -169.621 -84.7668 + 17 187.95 1412 4 1 102.703 -172.858 -84.85 + 17 123.265 1020 4 1 24.25 70.6286 -84.4666 + 17 104.519 1021 2 1 24.2742 70.5544 -144.45 + 17 119.227 1252 2 0 24.2732 70.5529 -145.85 + 17 178.077 1020 1 1 24.2486 70.52 -174.45 + 17 118.849 1252 1 0 24.2454 70.5177 -175.85 + 17 194.696 1020 0 1 24.1727 70.4727 -204.45 + 17 48.6694 1253 3 0 24.2521 70.6502 -115.963 +Number of digits in this event = 20 Using G4ParticleGun ... -5.75354 LIN +8.76727 LIN gamma Event: 18 -Number of tracker hits in this event = 52 - 18 427.007 1456 8 1 111.524 -12.4453 35.55 - 18 237.552 838 8 0 111.522 -12.4438 34.15 - 18 289.477 1456 7 1 111.5 -12.415 5.55 - 18 242.196 838 7 0 111.502 -12.4113 4.15 - 18 312.229 1456 6 1 111.532 -12.3293 -24.45 - 18 326.161 838 6 0 111.536 -12.3299 -25.85 - 18 331.575 1457 5 1 111.609 -12.3364 -54.45 - 18 282.847 838 5 0 111.611 -12.3359 -55.85 - 18 115.478 1457 4 1 111.67 -12.3172 -84.45 - 18 110.882 838 4 0 111.669 -12.3168 -85.85 - 18 124.896 1457 3 1 111.648 -12.3165 -114.45 - 18 120.456 838 3 0 111.646 -12.3118 -115.85 - 18 225.755 1457 2 1 111.616 -12.224 -144.45 - 18 113.809 839 2 0 111.612 -12.2181 -145.85 - 18 111.222 1456 1 1 111.528 -12.0899 -174.45 - 18 177.943 839 1 0 111.523 -12.0863 -175.85 - 18 106.635 1456 0 1 111.437 -12.0086 -204.45 - 18 142.336 840 0 0 111.438 -12.005 -205.85 - 18 54.7326 1193 1 0 96.0275 58.8109 -176.25 - 18 37.1323 1111 1 0 86.8796 42.4183 -176.25 - 18 64.2729 921 2 0 125.389 4.28921 -146.25 - 18 90.4635 922 2 0 125.509 4.45 -146.163 - 18 164.28 923 2 0 125.683 4.65 -146.172 - 18 103.991 924 2 0 126.09 4.85 -146.007 - 18 284.912 1528 2 1 125.82 5.70901 -144.85 - 18 83.3206 1529 2 1 125.95 5.8983 -144.527 - 18 15.66 837 6 0 111.638 -12.45 -26.1914 - 18 16.7703 708 6 0 116.475 -38.4011 -26.25 - 18 71.4436 707 6 0 116.491 -38.45 -26.2044 - 18 84.0698 706 6 0 116.53 -38.65 -26.0454 - 18 215.393 1483 6 1 116.794 -39.7625 -24.8493 - 18 103.776 1482 6 1 116.75 -40.4064 -24.5978 - 18 83.6864 1481 6 1 116.55 -40.7044 -24.6136 - 18 80.0832 1480 6 1 116.35 -40.9259 -24.7027 - 18 92.8714 1479 6 1 116.15 -40.9582 -24.797 - 18 93.6843 1478 6 1 115.95 -41.0301 -24.7476 - 18 62.5222 1477 6 1 115.75 -41.0357 -24.6588 - 18 119.657 1476 6 1 115.55 -40.9343 -24.6833 - 18 111.153 1475 6 1 115.35 -40.6216 -24.7746 - 18 297.343 1474 6 1 115.15 -40.527 -24.6772 - 18 126.592 837 8 0 111.529 -12.45 33.7838 - 18 96.0409 837 7 0 111.518 -12.4601 4.15 - 18 128.559 1456 4 1 111.548 -12.1061 -84.45 - 18 196.696 839 4 0 111.548 -12.1015 -85.85 - 18 117.001 1456 3 1 111.542 -12.0125 -114.45 - 18 154.032 840 3 0 111.54 -12.0081 -115.85 - 18 135.87 1456 2 1 111.485 -11.9087 -144.45 - 18 107.877 840 2 0 111.476 -11.8993 -145.85 - 18 102.081 1455 1 1 111.299 -11.7033 -174.45 - 18 150.794 841 1 0 111.289 -11.6943 -175.85 - 18 98.3175 1454 0 1 111.087 -11.5044 -204.45 - 18 109.845 842 0 0 111.077 -11.4915 -205.85 -Number of digits in this event = 26 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -3.20419 LIN +9.34222 LIN gamma Event: 19 Number of tracker hits in this event = 2 - 19 103.701 733 1 1 -33.3213 81.3991 -174.85 - 19 96.1413 459 2 1 -88.05 115.897 -144.518 -Number of digits in this event = 1 + 19 182.699 757 13 1 -28.496 -147.858 185.15 + 19 3.31929 258 13 0 -44.7937 -128.55 184.061 +Number of digits in this event = 3 Using G4ParticleGun ... -7.36127 LIN +8.483 LIN gamma Event: 20 -Number of tracker hits in this event = 162 - 20 208.029 512 9 1 -77.5811 22.0004 65.419 - 20 241.852 1009 9 0 -77.5811 22.0004 64.15 - 20 287.61 512 8 1 -77.579 22.0007 35.55 - 20 491.833 1009 8 0 -77.5781 21.9992 34.15 - 20 237.442 512 7 1 -77.5637 21.9664 5.55 - 20 325.635 1009 7 0 -77.5636 21.9649 4.15 - 20 381.713 512 6 1 -77.5603 21.9332 -24.45 - 20 383.655 1009 6 0 -77.5597 21.9318 -25.85 - 20 231.746 512 5 1 -77.5439 21.899 -54.45 - 20 419.041 1009 5 0 -77.5449 21.8948 -55.85 - 20 303.002 512 4 1 -77.5657 21.814 -84.45 - 20 109.499 1008 4 0 -77.5688 21.8051 -85.85 - 20 250.913 512 3 1 -77.6329 21.6302 -114.45 - 20 370.092 1007 3 0 -77.6365 21.6229 -115.85 - 20 231.247 511 2 1 -77.7101 21.4751 -144.45 - 20 201.364 1007 2 0 -77.7123 21.4692 -145.85 - 20 244.267 511 1 1 -77.7633 21.3528 -174.45 - 20 95.3103 1006 1 0 -77.7674 21.3469 -175.85 - 20 397.817 510 0 1 -77.8536 21.2206 -204.45 - 20 713.079 1005 0 0 -77.8993 21.2153 -205.85 - 20 133.005 1004 0 0 -77.9799 21.0499 -206.223 - 20 256.376 512 1 1 -77.5333 21.6768 -174.45 - 20 222.278 1008 1 0 -77.5325 21.6869 -175.85 - 20 247.012 512 0 1 -77.5531 21.911 -204.45 - 20 113.837 1009 0 0 -77.5419 21.8973 -205.85 - 20 97.6171 1007 1 0 -77.5402 21.65 -175.89 - 20 260.225 511 0 1 -77.666 21.0354 -204.45 - 20 74.0022 1008 3 0 -77.6271 21.6683 -115.85 - 20 164.373 473 2 1 -85.37 14.2708 -144.45 - 20 74.6182 472 2 1 -85.45 14.2045 -144.556 - 20 88.8552 471 2 1 -85.65 14.1036 -144.772 - 20 1.77279 470 2 1 -85.8502 13.9762 -144.849 - 20 3.0167 962 2 0 -88.3378 12.4514 -145.85 - 20 271.478 961 2 0 -88.3402 12.4499 -145.851 - 20 88.8251 960 2 0 -88.6883 12.25 -146.082 - 20 100.018 513 3 1 -77.4498 21.7232 -114.53 - 20 147.457 1001 3 0 -76.9358 20.4449 -115.85 - 20 131.348 1000 3 0 -76.6124 20.25 -116.12 - 20 126.396 1009 4 0 -77.5994 21.8989 -85.85 - 20 115.18 511 3 1 -77.6602 21.9561 -114.45 - 20 142.315 1009 3 0 -77.6637 21.954 -115.85 - 20 301.751 1009 2 0 -77.7219 21.9193 -145.85 - 20 113.034 1009 1 0 -77.7843 21.8828 -175.85 - 20 118.531 1008 0 0 -77.8041 21.8217 -205.85 - 20 93.2034 1296 3 0 -106.64 79.25 -116.246 - 20 10.6796 427 9 1 -94.55 159.449 65.5488 - 20 104.997 901 2 0 26.9014 0.405633 -146.25 - 20 149.756 486 4 1 -82.7695 17.9559 -84.45 - 20 38.9925 986 4 0 -82.6836 17.2981 -85.85 - 20 184.17 985 4 0 -82.6874 17.25 -85.96 - 20 84.9272 465 3 1 -86.9393 6.70255 -114.45 - 20 121.986 932 3 0 -87.2816 6.52787 -115.85 - 20 122.528 424 2 1 -95.3314 9.05548 -144.45 - 20 181.476 946 2 0 -94.6237 9.32471 -145.85 - 20 238.472 911 2 0 -44.1749 2.35901 -146.25 - 20 111.243 680 2 1 -43.9182 2.09225 -144.85 - 20 60.2832 681 2 1 -43.85 1.87486 -144.577 - 20 212.345 947 2 0 -94.5062 9.45 -146.161 - 20 86.1435 516 4 1 -76.6882 22.4697 -84.45 - 20 50.0597 517 4 1 -76.65 22.4832 -84.7257 - 20 132.271 1012 4 0 -76.5429 22.5379 -85.85 - 20 54.9442 520 3 1 -75.9922 22.9723 -114.45 - 20 80.9386 519 3 1 -76.0502 22.9495 -114.675 - 20 113.34 1014 3 0 -76.373 22.8844 -115.85 - 20 8.98694 486 2 1 -82.8319 21.0271 -144.45 - 20 101.88 485 2 1 -82.85 21.0224 -144.483 - 20 130.283 1003 2 0 -83.455 20.7581 -145.85 - 20 80.54 416 1 1 -96.8374 16.0522 -174.45 - 20 397.83 415 1 1 -96.95 15.9823 -174.52 - 20 140.916 414 1 1 -97.1503 15.849 -174.643 - 20 48.5956 413 1 1 -97.35 15.7009 -174.773 - 20 177.116 972 1 0 -98.8548 14.6225 -175.85 - 20 102.692 971 1 0 -99.1007 14.45 -176.013 - 20 50.4394 970 1 0 -99.3998 14.25 -176.179 - 20 48.5675 130 0 1 -154.026 -20.5813 -204.45 - 20 78.2321 129 0 1 -154.15 -20.5365 -204.595 - 20 99.3707 799 0 0 -154.832 -20.1391 -205.85 - 20 39.0045 800 0 0 -154.967 -20.05 -206.118 - 20 91.6662 895 0 0 -170.643 -0.920591 -206.25 - 20 91.0394 896 0 0 -170.695 -0.85 -206.17 - 20 23.8126 897 0 0 -170.803 -0.65 -205.917 - 20 47.2007 44 0 1 -171.299 0.05 -204.797 - 20 61.6371 43 0 1 -171.35 0.130943 -204.647 - 20 113.328 822 1 0 -175.402 -15.5525 -176.25 - 20 61.4605 821 1 0 -175.421 -15.65 -176.094 - 20 148.777 24 1 1 -175.347 -16.1784 -174.85 - 20 164.547 855 2 0 -171.058 -8.97207 -146.25 - 20 240.978 45 2 1 -171.005 -9.05782 -144.85 - 20 202.601 853 2 0 -169.615 -9.31959 -145.85 - 20 334.413 852 2 0 -169.099 -9.45 -145.891 - 20 13.7107 38 2 1 -172.535 -11.2825 -144.85 - 20 74.6893 37 2 1 -172.55 -11.2885 -144.847 - 20 36.7216 36 2 1 -172.75 -11.2605 -144.801 - 20 190.374 393 1 1 -101.358 13.1963 -174.85 - 20 49.8932 978 1 0 -105.407 15.6946 -175.85 - 20 170.185 974 1 0 -97.7853 15.0154 -175.85 - 20 101.867 973 1 0 -97.901 14.85 -176.111 - 20 40.2356 749 1 0 -116.801 -30.1383 -176.25 - 20 86.5013 748 1 0 -116.735 -30.25 -176.071 - 20 26.4589 747 1 0 -116.693 -30.4501 -175.907 - 20 207.237 316 1 1 -116.882 -32.1065 -174.85 - 20 118.048 315 1 1 -116.95 -32.2817 -174.752 - 20 191.401 317 1 1 -116.75 -32.2697 -174.492 - 20 141.725 318 1 1 -116.55 -32.1866 -174.609 - 20 7.4095 884 2 0 -110.563 -3.10709 -146.25 - 20 113.777 516 5 1 -76.811 21.3072 -54.45 - 20 39.9703 1006 5 0 -76.7446 21.256 -55.85 - 20 64.2748 1005 5 0 -76.7363 21.25 -56.0146 - 20 153.59 526 4 1 -74.6825 20.546 -84.45 - 20 148.628 1002 4 0 -74.6964 20.5701 -85.85 - 20 131.37 526 3 1 -74.8112 21.5684 -114.45 - 20 153.961 522 2 1 -75.5476 21.847 -144.45 - 20 236.437 1008 2 0 -75.5922 21.7965 -145.85 - 20 129.63 518 1 1 -76.2602 20.6086 -174.451 - 20 175.978 1002 1 0 -76.2436 20.5786 -175.85 - 20 156.268 519 0 1 -76.0835 19.8096 -204.451 - 20 142.917 998 0 0 -76.0826 19.7191 -205.85 - 20 7.17664 950 1 0 -54.6791 10.1076 -176.25 - 20 77.8368 481 1 1 -83.8361 25.1622 -174.45 - 20 83.2613 480 1 1 -83.85 25.1747 -174.583 - 20 140.84 1026 1 0 -84.06 25.3832 -175.85 - 20 24.996 1027 1 0 -84.1006 25.45 -176.185 - 20 152.676 459 0 1 -88.0748 31.8053 -204.45 - 20 130.142 1061 0 0 -88.3697 32.3002 -205.85 - 20 114.697 1084 3 0 -70.0506 37.0306 -116.25 - 20 172.699 551 3 1 -69.8067 36.1348 -114.85 - 20 173.467 650 3 1 -50.05 14.2725 -114.686 - 20 156.4 513 6 1 -77.4485 22.1241 -24.45 - 20 97.4732 1010 6 0 -77.4592 22.1269 -25.85 - 20 113.108 513 5 1 -77.363 21.653 -54.45 - 20 135.606 1007 5 0 -77.4873 21.6291 -55.8501 - 20 144.709 502 4 1 -79.6077 20.9606 -84.45 - 20 11.6463 501 4 1 -79.65 20.971 -84.812 - 20 101.976 1004 4 0 -79.7688 21.0012 -85.85 - 20 147.251 486 3 1 -82.801 22.1531 -114.45 - 20 129.203 1011 3 0 -82.9289 22.2795 -115.85 - 20 126.192 1023 2 0 -85.3327 24.7546 -145.85 - 20 103.167 475 1 1 -85.0356 28.1002 -174.45 - 20 6.74181 1041 1 0 -85.0403 28.4411 -175.85 - 20 226.679 1042 1 0 -85.0405 28.45 -175.886 - 20 99.2919 474 0 1 -85.1531 35.7218 -204.45 - 20 131.309 1080 0 0 -85.2255 36.0931 -205.85 - 20 199.013 1142 0 0 -107.329 48.4878 -206.25 - 20 60 1143 0 0 -107.471 48.65 -206.182 - 20 85.0557 1144 0 0 -107.471 48.85 -206.194 - 20 6.62817 1145 0 0 -107.41 49.0504 -206.244 - 20 268.595 1428 0 0 -123.869 105.801 -206.25 - 20 79.4905 1340 0 0 -135.633 88.1827 -206.25 - 20 158.093 514 2 1 -77.1558 21.6378 -144.451 - 20 171.582 1006 2 0 -77.3278 21.45 -146.112 - 20 178.465 500 1 1 -79.9886 18.3875 -174.45 - 20 104.843 990 1 0 -79.9499 18.2449 -175.85 - 20 186.585 505 0 1 -79.0171 15.4973 -204.45 - 20 8.49524 504 0 1 -79.05 15.4796 -204.814 - 20 119.001 976 0 0 -79.144 15.4423 -205.85 - 20 138.609 515 2 1 -77.05 21.8956 -144.561 - 20 109.366 1013 2 0 -76.7689 22.6878 -145.85 - 20 50.7735 1014 2 0 -76.7256 22.85 -146.117 - 20 106.93 557 1 1 -68.4794 43.299 -174.45 - 20 358.41 558 1 1 -68.45 43.254 -174.473 - 20 355.317 559 1 1 -68.25 43.1083 -174.68 - 20 197.321 560 1 1 -68.05 43.0019 -174.718 -Number of digits in this event = 87 +Number of tracker hits in this event = 2 + 20 19.8849 1070 1 0 169.072 34.25 -175.882 + 20 87.9182 1152 0 1 50.5424 147.315 -204.85 +Number of digits in this event = 3 Using G4ParticleGun ... -8.72958 LIN +5.8368 LIN gamma Event: 21 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -5.41054 LIN -gamma -Event: 22 -Number of tracker hits in this event = 23 - 22 229.149 1162 5 1 52.5088 97.0657 -54.45 - 22 458.47 1384 5 0 52.5115 97.0654 -55.85 - 22 401.397 1162 4 1 52.5614 97.0548 -84.45 - 22 323.378 1384 4 0 52.5639 97.0532 -85.85 - 22 558.391 1162 3 1 52.6222 97.0192 -114.45 - 22 233.194 1384 3 0 52.627 97.0204 -115.85 - 22 227.829 1163 2 1 52.7315 97.0422 -144.45 - 22 117.135 1384 2 0 52.7366 97.0434 -145.85 - 22 112.921 1163 1 1 52.8397 97.0646 -174.45 - 22 191.261 1384 1 0 52.846 97.0661 -175.85 - 22 114.848 1164 0 1 52.9883 97.1125 -204.45 - 22 207.824 1384 0 0 52.9929 97.1151 -205.85 - 22 81.5103 1163 3 1 52.6502 96.8583 -114.736 - 22 38.324 1164 3 1 52.85 96.7898 -114.814 - 22 289.367 1385 3 0 53.0636 97.1912 -115.85 - 22 173.367 1162 2 1 52.6105 96.9572 -144.45 - 22 123.318 1383 2 0 52.6005 96.9455 -145.85 - 22 175.734 1161 1 1 52.4035 96.7015 -174.45 - 22 114.386 1382 1 0 52.3932 96.6886 -175.85 - 22 108.196 1160 0 1 52.1751 96.4465 -204.45 - 22 96.5021 1381 0 0 52.1725 96.4323 -205.85 - 22 95.7513 1192 3 0 157.919 58.5797 -116.25 - 22 250.433 1193 3 0 157.837 58.65 -116.147 -Number of digits in this event = 16 -Using G4ParticleGun ... -5.21267 LIN -gamma -Event: 23 -Number of tracker hits in this event = 95 - 23 307.151 380 8 1 -104.032 67.2612 35.55 - 23 224.555 1236 8 0 -104.032 67.2549 34.15 - 23 307.112 380 7 1 -104.027 67.1077 5.55 - 23 255.39 1235 7 0 -104.034 67.111 4.15 - 23 115.521 379 6 1 -104.178 67.1795 -24.45 - 23 279.211 1235 6 0 -104.172 67.1882 -25.85 - 23 473.338 380 5 1 -104.036 67.404 -54.45 - 23 249.527 1236 5 0 -104.026 67.4242 -55.85 - 23 114.571 381 4 1 -103.773 67.7971 -84.45 - 23 166.816 1238 4 0 -103.758 67.8162 -85.85 - 23 136.777 383 3 1 -103.463 68.1984 -114.45 - 23 151.286 1240 3 0 -103.437 68.2226 -115.85 - 23 163.925 386 2 1 -102.815 68.7502 -144.45 - 23 103.339 1243 2 0 -102.786 68.7653 -145.85 - 23 119.943 389 1 1 -102.169 69.089 -174.45 - 23 107.474 1245 1 0 -102.139 69.0939 -175.85 - 23 116.321 393 0 1 -101.523 69.2027 -204.45 - 23 120.319 1245 0 0 -101.491 69.1981 -205.85 - 23 158.51 380 6 1 -104.027 67.2318 -24.45 - 23 238.756 1235 5 0 -103.972 67.2117 -55.85 - 23 235.283 380 4 1 -103.972 67.2056 -84.45 - 23 203.885 1235 4 0 -103.97 67.207 -85.85 - 23 348.735 381 3 1 -103.939 67.2362 -114.45 - 23 117.387 1235 3 0 -103.932 67.2391 -115.85 - 23 393.376 381 2 1 -103.786 67.3046 -144.45 - 23 365.92 1236 2 0 -103.778 67.3109 -145.85 - 23 404.638 382 1 1 -103.597 67.4363 -174.45 - 23 92.8929 1236 1 0 -103.585 67.4465 -175.85 - 23 124.704 384 0 1 -103.33 67.6389 -204.45 - 23 209.376 1238 0 0 -103.314 67.6513 -205.85 - 23 110.747 526 0 1 -74.827 94.8696 -204.85 - 23 220.105 383 0 1 -103.409 67.5568 -204.45 - 23 236.15 1237 0 0 -103.34 67.5511 -205.85 - 23 231.476 1236 4 0 -103.889 67.25 -86.0098 - 23 259.131 380 3 1 -103.954 67.3036 -114.45 - 23 242.929 1236 3 0 -103.935 67.3035 -115.85 - 23 117.994 383 2 1 -103.549 67.3213 -144.45 - 23 204.077 385 1 1 -103.015 67.5199 -174.45 - 23 135.773 1237 1 0 -102.991 67.5399 -175.85 - 23 147.114 388 0 1 -102.481 67.9444 -204.45 - 23 174.233 1239 0 0 -102.451 67.9618 -205.85 - 23 0.0586071 66 0 0 -82.8803 -166.95 -206.25 - 23 34.402 65 0 0 -82.8803 -166.95 -206.25 - 23 187.507 378 2 1 -104.479 67.5211 -144.45 - 23 120.396 375 1 1 -105.066 66.1869 -174.45 - 23 338.492 1230 1 0 -105.074 66.1247 -175.85 - 23 124.779 372 0 1 -105.712 65.122 -204.45 - 23 139.384 1225 0 0 -105.781 65.0755 -205.85 - 23 30.6218 1403 0 0 -65.5083 100.924 -206.25 - 23 172.757 1477 0 0 -88.8612 115.584 -206.25 - 23 106.719 1233 4 0 -103.971 66.6634 -85.85 - 23 145.853 1227 3 0 -103.907 65.6497 -115.85 - 23 33.1812 377 2 1 -104.55 62.6705 -144.721 - 23 121.338 1212 2 0 -104.634 62.5746 -145.85 - 23 121.254 366 1 1 -106.763 60.1819 -174.45 - 23 127.067 1200 1 0 -106.977 60.166 -175.85 - 23 189.86 343 0 1 -111.407 60.1513 -204.45 - 23 195.133 1200 0 0 -111.679 60.0874 -205.85 - 23 28.8197 727 2 0 -34.1578 -34.45 -145.977 - 23 7.27221 725 2 1 -35.0443 -33.371 -144.85 - 23 19.7331 724 2 1 -35.05 -33.3627 -144.845 - 23 77.029 740 2 0 -34.2972 -31.9121 -145.85 - 23 59.483 495 2 1 -81.0253 54.5405 -144.85 - 23 139.488 1228 3 0 -103.909 65.65 -115.861 - 23 331.556 376 4 1 -104.751 68.0658 -84.45 - 23 132.238 1240 4 0 -104.747 68.1197 -85.85 - 23 106.272 379 3 1 -104.2 69.5995 -114.45 - 23 124.668 1247 3 0 -104.144 69.5584 -115.85 - 23 76.3082 385 2 1 -102.978 69.1563 -144.45 - 23 133.749 1245 2 0 -102.853 69.1043 -145.85 - 23 369.368 392 1 1 -101.604 66.2276 -174.45 - 23 153.648 1228 1 0 -101.66 65.8158 -175.85 - 23 14.1369 377 0 1 -104.708 60.9634 -204.45 - 23 58.466 376 0 1 -104.75 60.9561 -204.471 - 23 71.1129 375 0 1 -104.95 60.913 -204.574 - 23 68.9411 374 0 1 -105.15 60.84 -204.688 - 23 42.3349 373 0 1 -105.35 60.7726 -204.805 - 23 139.461 1199 0 0 -107.215 60.05 -205.974 - 23 245.992 1235 2 0 -103.923 67.1141 -145.85 - 23 230.756 1233 1 0 -103.505 66.6925 -175.85 - 23 221.082 391 0 1 -101.935 66.6884 -204.45 - 23 145.686 1233 0 0 -101.832 66.6677 -205.85 - 23 4.32659 386 0 1 -102.751 66.5943 -204.45 - 23 186.086 387 0 1 -102.75 66.5942 -204.469 - 23 238.915 1232 0 0 -102.705 66.5856 -205.85 - 23 133.864 381 0 1 -103.924 66.5707 -204.45 - 23 17.7021 1159 1 0 -116.762 51.8994 -176.249 - 23 83.3081 1158 1 0 -116.79 51.85 -176.187 - 23 41.103 1157 1 0 -116.849 51.65 -175.958 - 23 278.023 317 1 1 -116.679 50.1364 -174.85 - 23 122.196 316 1 1 -116.75 49.8439 -174.626 - 23 225.966 1147 1 0 -117.812 49.5894 -175.85 - 23 137.498 974 1 0 -115.367 14.8775 -176.25 - 23 260.025 1357 0 0 -119.505 91.5966 -206.25 - 23 10.266 1356 0 0 -119.491 91.5499 -206.015 -Number of digits in this event = 66 -Using G4ParticleGun ... -7.83499 LIN -gamma -Event: 24 -Number of tracker hits in this event = 4 - 24 5.57913 1666 4 0 -124.539 153.445 -86.25 - 24 0.649994 233 4 1 -133.35 160.764 -84.5531 - 24 73.0642 232 4 1 -133.55 160.936 -84.5151 - 24 8.84154 1768 0 0 -58.6253 173.819 -206.25 -Number of digits in this event = 2 -Using G4ParticleGun ... -1.95158 LIN -gamma -Event: 25 -Number of tracker hits in this event = 18 - 25 220.434 509 3 1 -78.0608 -75.7248 -114.45 - 25 292.997 521 3 0 -78.0711 -75.6949 -115.85 - 25 120.752 507 2 1 -78.464 -75.2083 -144.45 - 25 146.905 524 2 0 -78.4486 -75.2113 -145.85 - 25 130.686 510 1 1 -78.0419 -75.3187 -174.45 - 25 132.262 523 1 0 -77.9959 -75.3454 -175.85 - 25 121.46 514 0 1 -77.1112 -75.9244 -204.45 - 25 134.486 520 0 0 -77.0829 -75.9424 -205.85 - 25 125.722 509 2 1 -78.073 -75.6456 -144.45 - 25 123.365 522 2 0 -78.0788 -75.6463 -145.85 - 25 231.21 509 1 1 -78.1998 -75.6775 -174.45 - 25 103.65 521 1 0 -78.2116 -75.6777 -175.85 - 25 5.02408 508 0 1 -78.4497 -75.6841 -204.45 - 25 109.618 507 0 1 -78.45 -75.6842 -204.476 - 25 111.541 521 0 0 -78.464 -75.6855 -205.85 - 25 6.47644 347 5 0 21.7777 -110.681 -56.25 - 25 129.536 428 5 0 69.9004 -94.4673 -56.25 - 25 142.473 430 1 1 -94.0477 13.5232 -174.85 -Number of digits in this event = 14 -Using G4ParticleGun ... -7.53796 LIN -gamma -Event: 26 -Number of tracker hits in this event = 9 - 26 274.201 1029 0 1 25.9136 -0.391585 -204.45 - 26 231.875 898 0 0 25.9145 -0.391349 -205.85 - 26 39.9021 103 4 0 57.7864 -159.412 -86.25 - 26 30.4998 1016 7 0 67.7522 23.2886 3.75 - 26 224.586 1015 7 0 67.7966 23.2499 4.01244 - 26 28.949 1144 0 0 -17.1745 48.8734 -206.25 - 26 55.0665 1145 0 0 -17.2987 49.05 -206.173 - 26 56.0624 464 0 1 -87.25 29.3598 -204.459 - 26 121.78 368 1 1 -106.391 -2.02238 -174.45 -Number of digits in this event = 6 -Using G4ParticleGun ... -1.08873 LIN -gamma -Event: 27 -Number of tracker hits in this event = 105 - 27 293.617 915 10 1 3.08517 35.6831 95.55 - 27 255.095 1078 10 0 3.0797 35.682 94.15 - 27 122.601 914 9 1 2.95702 35.619 65.55 - 27 239.284 1077 9 0 2.96072 35.6169 64.15 - 27 116.994 914 8 1 3.03789 35.5561 35.55 - 27 133.451 1077 8 0 3.05346 35.5655 34.15 - 27 356.058 916 7 1 3.38751 35.7409 5.55 - 27 303.706 1078 7 0 3.38771 35.7497 4.15 - 27 116.327 916 6 1 3.35389 35.9613 -24.45 - 27 101.032 1079 6 0 3.34727 35.9951 -25.85 - 27 124.133 920 5 1 4.18922 36.1193 -54.45 - 27 152.511 1080 5 0 4.22781 36.1209 -55.85 - 27 148.158 925 4 1 5.06431 36.1919 -84.45 - 27 106.018 1080 4 0 5.11994 36.1481 -85.85 - 27 119.273 931 3 1 6.25349 34.6463 -114.45 - 27 104.62 1072 3 0 6.32529 34.6472 -115.85 - 27 111.028 936 2 1 7.25526 34.579 -144.45 - 27 1.10212 935 2 1 7.25 34.5656 -144.844 - 27 116.968 1072 2 0 7.23193 34.5279 -145.85 - 27 195.585 933 1 1 6.68964 33.3596 -174.45 - 27 260.731 1065 1 0 6.62871 33.1851 -175.85 - 27 143.109 925 0 1 5.09034 29.5525 -204.45 - 27 147.548 1046 0 0 5.04015 29.4163 -205.85 - 27 48.3141 917 7 1 3.45 35.8596 5.26413 - 27 116.723 1080 7 0 3.84403 36.1716 4.15 - 27 9.18619 1331 7 0 -12.6198 86.4427 3.75008 - 27 228.672 1332 7 0 -12.6241 86.45 3.75349 - 27 82.9034 1333 7 0 -12.8054 86.65 3.82642 - 27 71.7157 1572 7 0 68.8738 134.585 3.75 - 27 37.8242 924 6 1 4.99177 34.7206 -24.4505 - 27 81.9515 925 6 1 5.05006 34.7027 -24.5626 - 27 77.7054 1072 6 0 5.80516 34.4917 -25.8503 - 27 52.5635 1071 6 0 5.93667 34.45 -26.0753 - 27 19.9871 998 5 1 19.829 31.2198 -54.45 - 27 95.2564 999 5 1 19.85 31.2093 -54.4982 - 27 122.407 1054 5 0 20.4113 31.039 -55.85 - 27 72.2802 1062 4 1 32.5599 27.4223 -84.45 - 27 80.9107 1063 4 1 32.6501 27.5231 -84.6231 - 27 15.0708 1040 4 0 33.402 28.2179 -85.8505 - 27 138.449 1041 4 0 33.438 28.25 -85.9073 - 27 57.159 1156 3 1 51.3298 42.6676 -114.45 - 27 81.1258 1157 3 1 51.45 42.7705 -114.538 - 27 62.1479 1158 3 1 51.65 42.9435 -114.701 - 27 61.5662 1120 3 0 52.8198 44.0806 -115.85 - 27 83.4119 1121 3 0 52.9496 44.25 -115.986 - 27 72.0119 1122 3 0 53.09 44.4508 -116.123 - 27 81.3502 1306 2 1 81.3046 84.6605 -144.45 - 27 105.775 1307 2 1 81.45 84.8196 -144.618 - 27 12.6364 1308 2 1 81.6501 85.0725 -144.834 - 27 21.6273 1330 2 0 82.505 86.1952 -145.85 - 27 98.075 1331 2 0 82.5477 86.25 -145.901 - 27 50.8268 1332 2 0 82.7263 86.45 -146.112 - 27 40.8013 1436 1 1 107.456 112.007 -174.45 - 27 84.3296 1435 1 1 107.35 112.01 -174.572 - 27 6.00498 1434 1 1 107.15 111.978 -174.83 - 27 192.888 1458 1 0 106.353 111.856 -175.85 - 27 2.51429 1300 0 1 80.0536 105.44 -204.45 - 27 95.6245 1299 0 1 80.05 105.434 -204.452 - 27 92.0639 1298 0 1 79.85 105.118 -204.556 - 27 143.844 1297 0 1 79.65 104.835 -204.685 - 27 3.81077 1296 0 1 79.45 104.521 -204.842 - 27 7.00136 1411 0 0 78.4342 102.377 -205.85 - 27 64.1374 1410 0 0 78.4198 102.35 -205.863 - 27 65.6253 1409 0 0 78.3232 102.15 -205.931 - 27 70.4858 1408 0 0 78.2052 101.95 -205.963 - 27 85.2484 1407 0 0 78.0762 101.75 -205.988 - 27 207.722 1406 0 0 77.9131 101.55 -206.017 - 27 110.95 1405 0 0 77.7065 101.35 -206.109 - 27 30.9628 1404 0 0 77.4142 101.15 -206.203 - 27 742.763 1287 0 1 77.5275 100.034 -204.85 - 27 352.471 1286 0 1 77.45 99.722 -204.681 - 27 115.347 1288 0 1 77.65 98.6072 -204.5 - 27 48.0228 1285 0 1 77.25 98.9275 -204.735 - 27 1.96416 1396 0 0 76.4438 99.5459 -205.85 - 27 90.1878 1397 0 0 76.4364 99.55 -205.859 - 27 145.607 1398 0 0 76.3133 99.75 -206.029 - 27 115.93 916 9 1 3.27322 35.5861 65.55 - 27 117.567 917 8 1 3.48172 35.0528 35.55 - 27 133.11 1074 8 0 3.49303 35.0319 34.15 - 27 138.072 918 7 1 3.71779 34.6005 5.55 - 27 111.975 1072 7 0 3.73528 34.5804 4.15 - 27 135.927 920 6 1 4.09574 34.1786 -24.45 - 27 110.871 1070 6 0 4.12642 34.1397 -25.85 - 27 116.719 923 5 1 4.76347 33.3784 -54.45 - 27 118.17 1066 5 0 4.81611 33.3487 -55.85 - 27 121.742 929 4 1 5.92082 32.7518 -84.45 - 27 121.335 1063 4 0 5.97438 32.7256 -85.85 - 27 146.964 935 3 1 7.07224 32.1962 -114.45 - 27 114.977 1060 3 0 7.13773 32.1688 -115.85 - 27 139.789 942 2 1 8.48099 31.6351 -144.45 - 27 160.291 1057 2 0 8.5485 31.6018 -145.85 - 27 104.664 949 1 1 9.9453 30.9227 -174.45 - 27 94.0434 1054 1 0 10.0225 30.9027 -175.85 - 27 156.595 957 0 1 11.5508 30.4792 -204.45 - 27 111.93 1052 0 0 11.6218 30.4775 -205.85 - 27 60.0447 922 5 1 4.52187 33.6887 -54.45 - 27 14.9777 921 5 1 4.45 33.684 -54.6312 - 27 67.3433 1063 5 0 4.57264 32.8098 -55.85 - 27 109.808 1064 5 0 4.52232 32.85 -55.9712 - 27 126.779 1065 5 0 4.43288 33.0502 -56.0612 - 27 162.266 1119 5 0 -28.3548 43.9309 -56.25 - 27 50.9698 916 8 1 3.44956 35.0478 35.1856 - 27 70.1625 1076 8 0 1.21893 35.2594 34.15 - 27 17.8595 915 8 1 3.14904 35.7114 35.15 - 27 107.798 1080 8 0 4.13408 36.1555 34.15 -Number of digits in this event = 37 -Using G4ParticleGun ... -9.33832 LIN -gamma -Event: 28 -Number of tracker hits in this event = 19 - 28 257.89 1308 2 1 81.7141 -17.2109 -144.45 - 28 312.251 814 2 0 81.7166 -17.2089 -145.85 - 28 201.056 1308 1 1 81.8104 -17.1506 -174.45 - 28 237.925 814 1 0 81.8102 -17.1472 -175.85 - 28 254.559 1308 0 1 81.8003 -17.0563 -204.45 - 28 277.583 814 0 0 81.7966 -17.0526 -205.85 - 28 14.8515 150 10 1 -149.95 -68.6855 95.171 - 28 28.733 1370 2 1 94.2089 109.63 -144.85 - 28 39.6245 963 0 0 28.9871 12.7918 -206.25 - 28 115.801 964 0 0 28.9637 12.8504 -206.096 - 28 25.3177 1062 0 1 32.5603 12.3362 -204.85 - 28 78.7953 1063 0 1 32.65 12.3228 -204.815 - 28 156.125 1064 0 1 32.85 12.277 -204.685 - 28 39.6108 1065 0 1 33.05 12.2475 -204.542 - 28 67.6225 1012 0 0 103.507 22.452 -206.25 - 28 40.372 1013 0 0 103.602 22.65 -205.865 - 28 2.49339 1439 0 1 108.067 26.6168 -204.85 - 28 61.6421 1045 0 0 109.75 29.0959 -205.85 - 28 162.536 1453 0 1 110.859 28.6558 -204.85 -Number of digits in this event = 11 -Using G4ParticleGun ... -6.20902 LIN -gamma -Event: 29 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -1.47578 LIN -gamma -Event: 30 -Number of tracker hits in this event = 61 - 30 236.563 929 10 1 6.00938 -106.872 95.55 - 30 232.004 366 10 0 6.01149 -106.878 94.15 - 30 124.368 929 9 1 6.04293 -107.006 65.55 - 30 103.932 365 9 0 6.04469 -107.009 64.15 - 30 147.279 930 8 1 6.13241 -107.078 35.55 - 30 201.991 365 8 0 6.12711 -107.086 34.15 - 30 133.651 930 7 1 6.05409 -107.239 5.55 - 30 256.864 364 7 0 6.06199 -107.251 4.15 - 30 173.194 930 6 1 6.19616 -107.452 -24.45 - 30 159.01 363 6 0 6.1871 -107.432 -25.85 - 30 309.685 929 5 1 5.98022 -107.089 -54.45 - 30 128.889 365 5 0 5.96784 -107.08 -55.85 - 30 115.32 928 4 1 5.76328 -106.888 -84.45 - 30 124.453 366 4 0 5.73953 -106.865 -85.85 - 30 108.528 925 3 1 5.24272 -106.376 -114.45 - 30 66.7257 368 3 0 5.22706 -106.353 -115.85 - 30 83.4571 369 3 0 5.22484 -106.35 -116.059 - 30 198.767 924 2 1 4.93579 -105.867 -144.45 - 30 118.693 371 2 0 4.92431 -105.832 -145.85 - 30 150.958 923 1 1 4.68911 -105.17 -174.45 - 30 118.73 375 1 0 4.67613 -105.138 -175.85 - 30 205.289 921 0 1 4.38038 -104.471 -204.45 - 30 121.05 378 0 0 4.35057 -104.439 -205.85 - 30 94.967 465 0 0 105.109 -86.8854 -206.25 - 30 56.1263 466 0 0 105.188 -86.85 -206.03 - 30 5.54718 1428 0 1 105.937 -86.3071 -204.85 - 30 183.874 1429 0 1 105.95 -86.2961 -204.829 - 30 10.4184 1430 0 1 106.15 -86.0155 -204.476 - 30 72.3013 1443 1 1 108.886 -84.4018 -174.85 - 30 245.221 933 2 1 6.81267 -108.455 -144.45 - 30 286.082 358 2 0 6.79343 -108.485 -145.85 - 30 111.938 932 1 1 6.53742 -108.973 -174.45 - 30 162.556 356 1 0 6.54783 -108.862 -175.85 - 30 128.31 934 0 1 6.89266 -106.042 -204.45 - 30 125.651 370 0 0 6.90092 -106.059 -205.85 - 30 189.784 944 1 1 8.96282 -108.055 -174.45 - 30 151.637 359 1 0 8.69325 -108.171 -175.85 - 30 111.604 915 0 1 3.18757 -111.206 -204.45 - 30 22.6305 914 0 1 3.05 -111.316 -204.816 - 30 98.688 342 0 0 2.66104 -111.642 -205.85 - 30 22.4591 341 0 0 2.5453 -111.75 -206.167 - 30 673.995 927 9 1 5.58137 -106.885 65.55 - 30 149.752 366 9 0 5.57846 -106.89 64.15 - 30 134.154 927 8 1 5.56731 -107.017 35.55 - 30 132.022 928 7 1 5.70845 -107.383 5.55 - 30 117.392 363 7 0 5.68397 -107.411 4.15 - 30 105.197 925 6 1 5.13341 -107.913 -24.45 - 30 130.417 361 6 0 5.09238 -107.938 -25.85 - 30 103.756 921 5 1 4.43154 -108.32 -54.45 - 30 128.036 359 5 0 4.39486 -108.322 -55.85 - 30 134.759 917 4 1 3.56143 -108.415 -84.45 - 30 133.226 358 4 0 3.51979 -108.414 -85.85 - 30 90.8458 913 3 1 2.73472 -108.373 -114.45 - 30 111.959 358 3 0 2.69104 -108.372 -115.85 - 30 135.07 908 2 1 1.84954 -108.299 -144.45 - 30 113.023 359 2 0 1.78446 -108.304 -145.85 - 30 335.322 902 1 1 0.513399 -108.367 -174.45 - 30 206.997 358 1 0 0.513276 -108.399 -175.85 - 30 113.115 902 0 1 0.50674 -109.033 -204.45 - 30 144.143 355 0 0 0.51379 -109.104 -205.85 - 30 108.997 903 1 1 0.65 -108.331 -174.768 -Number of digits in this event = 38 -Using G4ParticleGun ... -7.61258 LIN -gamma -Event: 31 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -5.58315 LIN -gamma -Event: 32 Number of tracker hits in this event = 1 - 32 200.273 225 5 0 89.643 -135.089 -56.25 -Number of digits in this event = 3 -Using G4ParticleGun ... -9.23641 LIN -gamma -Event: 33 -Number of tracker hits in this event = 3 - 33 185.697 1244 3 0 -59.7531 68.9132 -116.25 - 33 103.203 1245 3 0 -59.617 69.0501 -116.11 - 33 61.3038 1165 6 0 128.357 53.1924 -26.25 -Number of digits in this event = 2 -Using G4ParticleGun ... -8.141 LIN -gamma -Event: 34 -Number of tracker hits in this event = 142 - 34 279.716 582 9 1 -63.5998 92.2003 65.55 - 34 299.93 1360 9 0 -63.6011 92.2004 64.15 - 34 127.372 582 8 1 -63.6301 92.2018 35.55 - 34 119.776 1360 8 0 -63.6326 92.2013 34.15 - 34 139.803 581 7 1 -63.6814 92.1901 5.55 - 34 124.492 1360 7 0 -63.6841 92.1899 4.15 - 34 484.536 581 6 1 -63.7376 92.1838 -24.45 - 34 394.075 1360 6 0 -63.7399 92.1841 -25.85 - 34 262.13 581 5 1 -63.7847 92.1892 -54.45 - 34 393.322 1360 5 0 -63.7886 92.1904 -55.85 - 34 147.865 580 4 1 -63.8713 92.2165 -84.45 - 34 130.242 1360 4 0 -63.8746 92.2183 -85.85 - 34 132.691 580 3 1 -63.9354 92.26 -114.45 - 34 126.604 1360 3 0 -63.9373 92.2628 -115.85 - 34 156.301 580 2 1 -63.9755 92.3173 -144.45 - 34 152.772 1360 2 0 -63.98 92.3196 -145.85 - 34 130.265 579 1 1 -64.071 92.3592 -174.45 - 34 211.512 1361 1 0 -64.0751 92.3627 -175.85 - 34 122.671 579 0 1 -64.1588 92.4357 -204.45 - 34 147.766 1361 0 0 -64.1619 92.4381 -205.85 - 34 6.90121 1448 1 0 -88.8708 109.93 -176.25 - 34 170.132 1449 1 0 -88.898 109.95 -176.225 - 34 24.4831 448 1 1 -90.5244 112.005 -174.85 - 34 91.2779 447 1 1 -90.55 112.034 -174.834 - 34 183.154 446 1 1 -90.7501 112.077 -174.758 - 34 239.909 445 1 1 -90.95 112.227 -174.647 - 34 115.067 444 1 1 -91.15 112.226 -174.557 - 34 86.065 578 1 1 -64.25 92.6479 -174.456 - 34 127.49 1359 1 0 -64.0325 92.0188 -175.85 - 34 67.8108 1358 1 0 -63.9752 91.95 -176.03 - 34 118.454 582 5 1 -63.65 92.0941 -54.4839 - 34 107.474 1359 5 0 -63.5548 92.0693 -55.85 - 34 133.139 592 4 1 -61.5984 91.4445 -84.45 - 34 46.2339 1356 4 0 -61.5016 91.3601 -85.85 - 34 93.7752 1355 4 0 -61.4909 91.35 -86.0113 - 34 147.374 603 3 1 -59.3776 89.8734 -114.45 - 34 293.457 1348 3 0 -59.2463 89.7432 -115.85 - 34 166.092 618 2 1 -56.4063 87.0124 -144.45 - 34 135.141 1335 2 0 -56.2906 87.1904 -145.85 - 34 142.607 634 1 1 -53.1025 90.0346 -174.45 - 34 196.446 1349 1 0 -53.2418 89.9185 -175.85 - 34 11.759 623 0 1 -55.4385 84.4125 -204.45 - 34 126.166 622 0 1 -55.45 84.4024 -204.499 - 34 124.624 1320 0 0 -55.7774 84.1252 -205.851 - 34 11.4272 1319 0 0 -55.8679 84.05 -206.212 - 34 119.492 583 2 1 -63.3901 92.4612 -144.45 - 34 6.01419 1358 2 0 -63.5344 91.7649 -145.85 - 34 121.072 1357 2 0 -63.5372 91.75 -145.877 - 34 254.584 564 1 1 -67.1391 81.999 -174.45 - 34 39.1582 1318 1 0 -66.2558 83.7473 -175.85 - 34 39.2622 1319 1 0 -66.2155 83.8505 -175.892 - 34 60.5811 1320 1 0 -66.178 84.05 -175.921 - 34 103.266 1321 1 0 -66.1089 84.25 -175.999 - 34 91.4625 1322 1 0 -65.9884 84.45 -176.085 - 34 143.431 580 5 1 -63.8502 92.1021 -54.7354 - 34 103.67 468 4 1 -86.2612 90.8952 -84.45 - 34 45.3393 467 4 1 -86.45 90.8866 -84.7322 - 34 224.022 1353 4 0 -87.6754 90.8998 -85.85 - 34 6.46183 976 4 0 -155.524 15.2709 -86.25 - 34 102.184 975 4 0 -155.537 15.25 -86.2427 - 34 166.743 974 4 0 -155.698 15.05 -86.1298 - 34 90.7016 973 4 0 -155.939 14.85 -86.0553 - 34 75.8792 972 4 0 -156.147 14.65 -85.9507 - 34 112.695 971 4 0 -156.344 14.45 -85.9877 - 34 120.895 970 4 0 -156.502 14.25 -86.0253 - 34 61.486 969 4 0 -156.734 14.0499 -86.0525 - 34 97.9634 968 4 0 -156.881 13.85 -86.0371 - 34 131.507 967 4 0 -157.088 13.65 -85.9603 - 34 155.659 966 4 0 -157.472 13.45 -85.8706 - 34 130.908 965 4 0 -157.805 13.2499 -85.9064 - 34 33.5079 964 4 0 -157.915 13.05 -85.9332 - 34 92.8701 108 4 1 -158.514 13.8272 -84.85 - 34 146.194 107 4 1 -158.55 13.8158 -84.732 - 34 10.4594 400 2 0 174.522 -100.15 -145.998 - 34 295.582 1359 6 0 -63.7211 92.0315 -25.85 - 34 73.3108 574 5 1 -65.1659 84.8126 -54.45 - 34 42.1344 575 5 1 -65.05 84.7649 -54.7365 - 34 134.001 1322 5 0 -64.6383 84.5771 -55.85 - 34 48.7592 624 4 1 -55.0745 78.9408 -84.45 - 34 80.9462 625 4 1 -55.05 78.8524 -84.6035 - 34 4.73837 1290 4 0 -54.8625 78.0608 -85.85 - 34 101.039 1289 4 0 -54.86 78.05 -85.8665 - 34 45.457 1288 4 0 -54.7995 77.85 -86.1639 - 34 66.8768 648 3 1 -50.4143 59.7678 -114.45 - 34 75.6878 649 3 1 -50.2499 59.7997 -114.624 - 34 170.344 1199 3 0 -49.1432 59.9624 -115.85 - 34 111.23 768 2 1 -26.2631 66.9713 -144.45 - 34 67.8214 1237 2 0 -26.2665 67.5353 -145.85 - 34 46.1296 1238 2 0 -26.2847 67.65 -146.099 - 34 123.407 759 1 1 -28.0547 82.2034 -174.45 - 34 116.635 1309 1 0 -28.0747 81.9848 -175.85 - 34 17.4223 755 0 1 -29.0434 78.1894 -204.45 - 34 79.8277 754 0 1 -29.05 78.1903 -204.529 - 34 135.283 1290 0 0 -29.2612 78.1566 -205.85 - 34 56.5024 1324 1 0 -29.6819 85.0037 -176.25 - 34 80.1871 1325 1 0 -29.6774 85.05 -176.104 - 34 158.473 752 1 1 -29.4835 85.6037 -174.85 - 34 102.663 753 1 1 -29.4498 85.7032 -174.589 - 34 67.4095 754 1 1 -29.2499 85.7434 -174.575 - 34 31.2089 1327 1 0 -29.0049 85.4735 -175.85 - 34 77.9881 1326 1 0 -29.0014 85.4499 -175.959 - 34 50.9748 1125 1 0 -35.2376 45.081 -176.25 - 34 340.645 1124 1 0 -35.2587 45.05 -176.19 - 34 118.28 1123 1 0 -35.6972 44.85 -176.035 - 34 221.428 714 1 1 -37.1741 45.368 -174.85 - 34 152.953 715 1 1 -37.05 45.322 -174.75 - 34 152.221 760 1 1 -28.05 82.1594 -174.779 - 34 335.425 581 8 1 -63.8318 92.4027 35.55 - 34 94.055 1361 8 0 -63.8399 92.4175 34.15 - 34 136.57 580 7 1 -63.9846 92.5653 5.55 - 34 107.351 1362 7 0 -63.9886 92.5836 4.15 - 34 119.725 579 6 1 -64.0709 92.9729 -24.45 - 34 137.636 1364 6 0 -64.0674 92.9907 -25.85 - 34 122.841 1366 5 0 -63.9945 93.3514 -55.85 - 34 123.637 583 4 1 -63.3527 93.4302 -84.45 - 34 201.934 1366 4 0 -63.3097 93.4124 -85.85 - 34 727.004 588 3 1 -62.4004 93.0057 -114.45 - 34 116.754 1364 3 0 -62.3723 92.9897 -115.85 - 34 123.227 591 2 1 -61.8485 92.723 -144.45 - 34 123.493 1362 2 0 -61.8217 92.7107 -145.85 - 34 125.351 593 1 1 -61.3367 92.4774 -174.45 - 34 118.497 595 0 1 -60.8881 92.7311 -204.45 - 34 104.752 1362 0 0 -60.8751 92.7337 -205.85 - 34 100.521 1341 7 1 88.25 173.225 5.21427 - 34 58.3035 589 3 1 -62.25 94.4788 -114.691 - 34 101.89 590 3 1 -62.05 94.4218 -114.697 - 34 40.625 1375 3 0 -61.75 95.2727 -115.85 - 34 33.0487 1376 3 0 -61.6597 95.35 -115.892 - 34 44.1174 611 3 1 -57.7789 96.2805 -114.85 - 34 4.40009 612 3 1 -57.65 96.3138 -114.844 - 34 0.380216 1366 3 0 -54.2689 93.5349 -115.85 - 34 10.663 641 3 1 -51.6796 90.8656 -114.85 - 34 25.0274 1340 3 0 -50.397 88.0858 -115.85 - 34 1.8359 1339 3 0 -50.3791 88.05 -115.852 - 34 22.785 651 3 1 -49.818 85.6525 -114.85 - 34 270.686 1319 3 0 -50.1855 83.9611 -115.85 - 34 159.772 587 1 1 -62.5857 92.7966 -174.45 - 34 16.5482 586 1 1 -62.65 92.868 -174.515 - 34 170.176 588 1 1 -62.4499 92.8757 -174.715 - 34 121.187 865 10 1 -6.98994 -3.52556 95.15 - 34 158.888 1363 6 0 -64.1205 92.95 -26.0169 - 34 213.672 574 6 1 -65.0737 92.1471 -24.85 -Number of digits in this event = 71 -Using G4ParticleGun ... -8.7292 LIN -gamma -Event: 35 -Number of tracker hits in this event = 1 - 35 108.629 854 5 0 -3.82871 -9.07345 -56.25 -Number of digits in this event = 3 -Using G4ParticleGun ... -6.47067 LIN -gamma -Event: 36 -Number of tracker hits in this event = 27 - 36 255.641 967 4 1 13.5364 -86.5228 -84.45 - 36 239.642 467 4 0 13.5332 -86.5184 -85.85 - 36 320.128 967 3 1 13.4765 -86.4302 -114.45 - 36 129.454 468 3 0 13.4707 -86.4294 -115.85 - 36 101.472 966 2 1 13.3375 -86.4166 -144.45 - 36 124.674 468 2 0 13.3319 -86.4212 -145.85 - 36 135.492 966 1 1 13.2506 -86.5093 -174.45 - 36 340.336 467 1 0 13.249 -86.5189 -175.85 - 36 127.991 965 0 1 13.2163 -86.6955 -204.45 - 36 119.791 466 0 0 13.2135 -86.7067 -205.85 - 36 29.9018 962 0 1 12.6339 -68.2886 -204.45 - 36 113.94 963 0 1 12.65 -68.317 -204.455 - 36 20.5549 965 1 1 13.2492 -86.5101 -174.802 - 36 99.3484 918 0 1 3.80357 -82.0715 -204.45 - 36 220.88 917 0 1 3.64993 -82.4618 -204.507 - 36 72.0749 478 0 0 3.32336 -84.3595 -205.85 - 36 66.9561 477 0 0 3.31567 -84.45 -205.916 - 36 51.6729 476 0 0 3.35269 -84.65 -206.115 - 36 165.915 468 1 0 13.1925 -86.4111 -175.85 - 36 146.118 966 0 1 13.3244 -84.7226 -204.451 - 36 82.846 479 0 0 13.2851 -84.25 -205.924 - 36 113.779 467 3 0 13.5306 -86.502 -115.85 - 36 154.857 967 2 1 13.5497 -86.5104 -144.45 - 36 174.371 467 2 0 13.551 -86.5119 -145.85 - 36 103.61 967 1 1 13.5748 -86.5404 -174.45 - 36 389.631 967 0 1 13.6016 -86.5798 -204.45 - 36 378.469 467 0 0 13.6044 -86.5811 -205.85 -Number of digits in this event = 17 -Using G4ParticleGun ... -3.00745 LIN -gamma -Event: 37 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -2.02377 LIN -gamma -Event: 38 -Number of tracker hits in this event = 17 - 38 251.028 1272 4 1 74.562 -92.7656 -84.45 - 38 365.233 436 4 0 74.562 -92.7614 -85.85 - 38 110.681 1272 3 1 74.5529 -92.6878 -114.45 - 38 136.199 437 3 0 74.5512 -92.6894 -115.85 - 38 103.114 1272 2 1 74.5348 -92.7693 -144.45 - 38 316.66 436 2 0 74.5321 -92.7748 -145.85 - 38 157.63 1272 1 1 74.4749 -92.8798 -174.45 - 38 103.903 436 1 0 74.4682 -92.8865 -175.85 - 38 153.525 1271 0 1 74.3401 -93.0133 -204.45 - 38 166.47 435 0 0 74.3352 -93.0194 -205.85 - 38 100.676 1273 3 1 74.7951 -92.8552 -114.45 - 38 112.85 436 3 0 74.7974 -92.8538 -115.85 - 38 135.175 1273 2 1 74.8193 -92.815 -144.45 - 38 111.976 1274 1 1 74.9518 -92.9338 -174.45 - 38 98.678 435 1 0 74.9706 -92.9537 -175.85 - 38 126.398 1276 0 1 75.3319 -93.3474 -204.45 - 38 202.972 433 0 0 75.3422 -93.3662 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -3.60599 LIN -gamma -Event: 39 -Number of tracker hits in this event = 52 - 39 212.716 1387 9 1 97.7025 72.2555 65.55 - 39 412.17 1261 9 0 97.7044 72.2579 64.15 - 39 248.803 1387 8 1 97.7479 72.3186 35.55 - 39 109.758 1261 8 0 97.7458 72.3214 34.15 - 39 115.788 1387 7 1 97.6921 72.36 5.55 - 39 157.82 1261 7 0 97.6899 72.3598 4.15 - 39 153.091 1387 6 1 97.6569 72.2929 -24.45 - 39 126.567 1261 6 0 97.6567 72.2916 -25.85 - 39 112.908 1387 5 1 97.6647 72.2921 -54.45 - 39 131.337 1261 5 0 97.6686 72.2931 -55.85 - 39 112.621 1388 4 1 97.7681 72.3119 -84.45 - 39 123.458 1261 4 0 97.7718 72.3083 -85.85 - 39 114.913 1388 3 1 97.8345 72.2383 -114.45 - 39 112.19 1260 3 0 97.829 72.2302 -115.85 - 39 123.441 1387 2 1 97.7327 72.0886 -144.45 - 39 144.432 1260 2 0 97.7376 72.0771 -145.85 - 39 136.333 1388 1 1 97.8542 71.8351 -174.45 - 39 157.805 1258 1 0 97.8452 71.8176 -175.85 - 39 111.181 1387 0 1 97.6616 71.3861 -204.45 - 39 238.316 1256 0 0 97.662 71.3739 -205.85 - 39 6.97164 1261 0 0 98.1323 72.4262 -205.85 - 39 227.915 1428 0 0 109.858 105.811 -206.25 - 39 57.7504 1260 9 0 97.7019 72.25 63.875 - 39 81.6522 1259 9 0 97.6483 72.05 63.8158 - 39 118.541 1260 8 0 97.7494 72.1902 34.15 - 39 254.927 1388 7 1 97.905 72.1383 5.55 - 39 164.765 1260 7 0 97.9098 72.135 4.15 - 39 153.329 1389 6 1 98.0115 72.0843 -24.45 - 39 203.565 1260 6 0 98.0158 72.0804 -25.85 - 39 143.007 1389 5 1 98.0908 71.9946 -54.45 - 39 255.394 1259 5 0 98.0915 71.9909 -55.85 - 39 150.962 1389 4 1 98.1215 71.8958 -84.45 - 39 135.012 1259 4 0 98.1247 71.8899 -85.85 - 39 136.586 1390 3 1 98.1833 71.7639 -114.45 - 39 128.67 1258 3 0 98.1847 71.7553 -115.85 - 39 102.735 1390 2 1 98.2012 71.5733 -144.45 - 39 124.453 1257 2 0 98.1962 71.5636 -145.85 - 39 111.54 1389 1 1 98.0872 71.3637 -174.45 - 39 145.032 1256 1 0 98.0795 71.3596 -175.85 - 39 217.68 1388 0 1 97.9239 71.2636 -204.45 - 39 189.273 484 11 0 87.5519 -83.2466 123.75 - 39 98.7973 483 11 0 87.5558 -83.25 123.751 - 39 88.7022 367 11 0 121.611 -106.579 123.75 - 39 0.109774 1674 0 0 98.2279 154.95 -206.152 - 39 18.156 1676 0 0 98.2235 155.35 -206.067 - 39 67.8166 1286 6 0 169.724 77.3174 -26.25 - 39 0.496882 1285 6 0 169.807 77.25 -25.8507 - 39 228.44 1752 6 1 170.626 76.375 -24.8498 - 39 167.253 1753 6 1 170.75 75.8764 -24.6785 - 39 190.641 1279 6 0 170.191 75.9385 -25.85 - 39 11.31 826 2 0 -48.8384 -14.7093 -146.25 - 39 131.935 1253 7 0 98.2311 70.7583 4.15 -Number of digits in this event = 35 -Using G4ParticleGun ... -8.88814 LIN -gamma -Event: 40 -Number of tracker hits in this event = 11 - 40 223.297 788 2 1 -22.398 115.508 -144.45 - 40 285.442 1476 2 0 -22.3983 115.508 -145.85 - 40 224.446 788 1 1 -22.4011 115.505 -174.45 - 40 268.361 1476 1 0 -22.401 115.504 -175.85 - 40 178.258 788 0 1 -22.4012 115.494 -204.45 - 40 122.754 1476 0 0 -22.401 115.493 -205.85 - 40 147.266 623 0 1 -55.4457 93.4489 -204.45 - 40 98.6832 622 0 1 -55.4502 93.3304 -204.597 - 40 118.669 1379 3 0 103.017 96.15 -116.136 - 40 113.094 789 0 1 -22.06 115.309 -204.45 - 40 226.103 1475 0 0 -22.0674 115.286 -205.85 -Number of digits in this event = 10 -Using G4ParticleGun ... -2.29722 LIN -gamma -Event: 41 -Number of tracker hits in this event = 5 - 41 398.115 142 2 0 -15.5756 -151.669 -146.25 - 41 87.667 141 2 0 -16.0261 -151.75 -146.045 - 41 86.2083 143 2 0 -16.4333 -151.549 -145.995 - 41 144.382 144 2 0 -16.4244 -151.35 -145.995 - 41 122.245 817 2 1 -16.5511 -150.727 -144.85 -Number of digits in this event = 4 -Using G4ParticleGun ... -5.65647 LIN -gamma -Event: 42 -Number of tracker hits in this event = 134 - 42 46.8769 516 9 1 -76.8388 -47.6101 65.1762 - 42 238.856 662 9 0 -76.8388 -47.6101 64.15 - 42 259.333 516 8 1 -76.8391 -47.6012 35.55 - 42 260.036 662 8 0 -76.8397 -47.6011 34.15 - 42 454.501 515 7 1 -76.855 -47.5935 5.55 - 42 102.978 662 7 0 -76.8572 -47.5921 4.15 - 42 222.804 515 6 1 -76.8979 -47.5628 -24.45 - 42 186.804 662 6 0 -76.8976 -47.5607 -25.85 - 42 264.728 515 5 1 -76.8879 -47.5133 -54.45 - 42 114.533 662 5 0 -76.8885 -47.5118 -55.85 - 42 225.881 515 4 1 -76.902 -47.4689 -84.45 - 42 134.303 662 4 0 -76.9062 -47.4653 -85.85 - 42 219.887 515 3 1 -76.9833 -47.3871 -114.45 - 42 118.713 663 3 0 -76.9858 -47.3815 -115.85 - 42 967.084 515 2 1 -77.0358 -47.2611 -144.45 - 42 382.567 663 2 0 -77.0396 -47.2577 -145.85 - 42 277.822 514 1 1 -77.1138 -47.1842 -174.45 - 42 251.982 664 1 0 -77.1151 -47.1834 -175.85 - 42 132.172 514 0 1 -77.1406 -47.162 -204.45 - 42 117.556 664 0 0 -77.1418 -47.1604 -205.85 - 42 106.703 337 1 1 -112.638 -9.07268 -174.45 - 42 195.063 514 2 1 -77.05 -47.7575 -144.626 - 42 45.0921 503 1 1 -79.4306 -47.0077 -174.45 - 42 59.9285 502 1 1 -79.45 -47.0309 -174.628 - 42 121.951 488 0 1 -82.2871 -50.7216 -204.45 - 42 101.459 646 0 0 -82.3775 -50.7439 -205.85 - 42 114.917 515 1 1 -77.0107 -47.9312 -174.45 - 42 113.701 660 1 0 -77.0409 -47.9553 -175.85 - 42 114.017 511 0 1 -77.715 -48.343 -204.45 - 42 166.471 658 0 0 -77.7485 -48.3517 -205.85 - 42 5.46607 104 2 0 -29.7132 -159.247 -146.25 - 42 140.737 515 8 1 -76.852 -47.6101 35.55 - 42 252.255 661 7 0 -76.8666 -47.6789 4.15 - 42 144.993 661 6 0 -76.9251 -47.7244 -25.85 - 42 129.556 661 5 0 -76.9613 -47.7297 -55.85 - 42 189.017 661 4 0 -76.9675 -47.7231 -85.85 - 42 173.054 661 3 0 -76.9415 -47.7684 -115.85 - 42 123.024 661 2 0 -76.9847 -47.8155 -145.85 - 42 137.123 661 1 0 -77.1608 -47.7651 -175.85 - 42 154.397 513 0 1 -77.3083 -47.7577 -204.45 - 42 135.835 661 0 0 -77.3107 -47.7537 -205.85 - 42 151.01 296 1 1 -120.841 74.1107 -174.45 - 42 99.5205 660 0 0 -77.1335 -47.9469 -206.082 - 42 117.819 660 7 0 -76.8918 -47.9647 4.15 - 42 156.016 520 6 1 -75.9697 -52.643 -24.45 - 42 106.189 521 6 1 -75.85 -52.7653 -24.6921 - 42 243.375 633 6 0 -75.3693 -53.3603 -25.85 - 42 329.01 632 6 0 -75.3013 -53.45 -26.0211 - 42 6.35778 585 5 1 -62.8662 -69.5653 -54.45 - 42 108.32 586 5 1 -62.85 -69.5661 -54.4746 - 42 17.4132 587 5 1 -62.65 -69.5881 -54.7865 - 42 150.819 551 5 0 -61.983 -69.704 -55.8503 - 42 54.7584 686 4 1 -42.7955 -67.3026 -84.45 - 42 48.6169 687 4 1 -42.6498 -67.3253 -84.5487 - 42 59.93 688 4 1 -42.4498 -67.3517 -84.6734 - 42 18.3825 689 4 1 -42.25 -67.383 -84.8078 - 42 217.906 562 4 0 -40.8564 -67.4989 -85.8501 - 42 134.277 890 3 1 -1.99088 -65.2833 -114.45 - 42 100.405 574 3 0 -2.00151 -65.0835 -115.85 - 42 29.0504 575 3 0 -1.99389 -65.05 -116.156 - 42 97.2519 527 3 0 5.08676 -74.5185 -116.25 - 42 30.375 526 3 0 5.10342 -74.65 -115.984 - 42 137.402 925 3 1 5.21181 -75.1118 -114.85 - 42 89.4785 540 4 0 -5.19885 -71.8718 -86.25 - 42 70.4568 541 4 0 -5.25665 -71.85 -86.0738 - 42 168.051 872 4 1 -5.51287 -71.1737 -84.85 - 42 360.397 871 4 1 -5.65 -70.8414 -84.4613 - 42 637.92 516 6 1 -76.7809 -47.4002 -24.45 - 42 355.463 663 6 0 -76.8162 -47.3762 -25.85 - 42 130.971 512 5 1 -77.4643 -46.9125 -54.45 - 42 123.451 665 5 0 -77.4975 -46.9 -55.85 - 42 146.82 510 4 1 -77.855 -47.3389 -84.45 - 42 132.108 663 4 0 -77.8729 -47.367 -85.85 - 42 343.391 502 3 1 -79.6251 -48.2319 -114.45 - 42 55.218 501 3 1 -79.65 -48.247 -114.721 - 42 127.032 658 3 0 -79.7611 -48.3056 -115.85 - 42 152.582 487 2 1 -82.4616 -49.3932 -144.45 - 42 105.616 653 2 0 -82.7248 -49.4176 -145.85 - 42 132.615 459 1 1 -88.0884 -50.1964 -174.45 - 42 118.9 649 1 0 -88.3798 -50.1683 -175.85 - 42 165.207 428 0 1 -94.3809 -49.5929 -204.45 - 42 180.675 652 0 0 -94.7753 -49.5656 -205.85 - 42 108.101 503 3 1 -79.4496 -48.79 -114.728 - 42 306.391 646 3 0 -80.0693 -50.6714 -115.85 - 42 132.587 645 3 0 -80.1628 -50.85 -115.903 - 42 226.178 509 3 1 -78.065 -48.2069 -114.45 - 42 342.226 659 3 0 -78.02 -48.1581 -115.852 - 42 130.028 666 2 0 -76.9558 -46.7275 -145.85 - 42 105.069 512 1 1 -77.5897 -43.3757 -174.45 - 42 118.488 683 1 0 -77.4971 -43.3158 -175.85 - 42 44.5117 523 0 1 -75.2601 -42.0571 -204.45 - 42 72.4386 524 0 1 -75.25 -42.0466 -204.6 - 42 102.04 690 0 0 -75.1591 -41.9725 -205.851 - 42 170.254 511 2 1 -77.7492 -47.2325 -144.45 - 42 111.144 664 2 0 -77.8114 -47.228 -145.85 - 42 120.105 505 1 1 -79.0303 -46.4759 -174.451 - 42 114.4 667 1 0 -79.0853 -46.4675 -175.85 - 42 123.167 496 0 1 -80.8123 -45.6007 -204.45 - 42 128.811 671 0 0 -80.921 -45.675 -205.85 - 42 128.267 623 1 0 0.705259 -55.4008 -176.25 - 42 33.1025 622 1 0 0.715014 -55.45 -176.16 - 42 32.2436 385 0 1 -102.95 -61.7728 -204.749 - 42 9.6919 451 0 1 -89.8061 -93.5143 -204.45 - 42 12.9686 613 6 0 -152.689 -57.4422 -26.2498 - 42 94.4064 612 6 0 -152.703 -57.45 -26.2118 - 42 174.232 611 6 0 -152.802 -57.65 -26.0535 - 42 65.0478 610 6 0 -152.924 -57.85 -25.9328 - 42 206.134 134 6 1 -153.255 -59.7803 -24.85 - 42 316.811 517 6 1 -76.65 -48.3856 -24.7908 - 42 257.59 518 6 1 -76.45 -49.5163 -24.821 - 42 115.37 519 6 1 -76.25 -49.8489 -24.7952 - 42 196.212 522 6 1 -75.65 -50.4274 -24.7481 - 42 119.569 523 6 1 -75.45 -50.6374 -24.7106 - 42 80.5964 524 6 1 -75.25 -50.923 -24.6752 - 42 362.97 525 6 1 -75.05 -51.161 -24.6699 - 42 55.4513 526 6 1 -74.85 -51.2927 -24.6568 - 42 66.7087 527 6 1 -74.65 -51.3901 -24.6495 - 42 59.4883 528 6 1 -74.45 -51.4989 -24.6972 - 42 52.6349 529 6 1 -74.25 -51.5438 -24.7795 - 42 6.88167 530 6 1 -74.05 -51.5919 -24.8412 - 42 557.394 638 6 0 -70.7199 -52.4054 -25.85 - 42 543.296 639 6 0 -69.4174 -52.25 -26.0341 - 42 160.675 640 6 0 -68.6155 -52.05 -25.9991 - 42 94.4249 557 6 1 -68.4508 -52.7302 -24.85 - 42 390.656 556 6 1 -68.65 -52.813 -24.7241 - 42 158.445 555 6 1 -68.85 -52.7383 -24.671 - 42 33.6376 655 6 0 -66.9605 -48.9714 -25.85 - 42 13.9456 656 6 0 -66.9206 -48.85 -25.8597 - 42 22.5497 574 6 1 -65.0643 -45.3587 -24.85 - 42 283.878 575 6 1 -65.05 -45.33 -24.84 - 42 85.284 576 6 1 -64.85 -44.8324 -24.6179 - 42 265.735 577 6 1 -64.65 -44.8142 -24.5516 - 42 58.116 698 7 1 -40.45 -82.1537 5.50488 - 42 158.819 661 8 0 -76.8517 -47.65 33.9746 -Number of digits in this event = 76 -Using G4ParticleGun ... -9.86169 LIN -gamma -Event: 43 -Number of tracker hits in this event = 52 - 43 330.737 1503 5 1 120.762 13.7164 -54.45 - 43 330.274 968 5 0 120.762 13.718 -55.85 - 43 127.299 1502 4 1 120.743 13.7413 -84.45 - 43 535.566 968 4 0 120.733 13.7541 -85.85 - 43 109.096 1501 3 1 120.508 14.0555 -114.45 - 43 115.447 970 3 0 120.501 14.0776 -115.85 - 43 185.072 1501 2 1 120.366 14.555 -144.45 - 43 159.095 972 2 0 120.362 14.577 -145.85 - 43 111.03 1500 1 1 120.266 15.0173 -174.45 - 43 146.557 974 1 0 120.243 14.9957 -175.85 - 43 122.876 1498 0 1 119.795 14.6078 -204.45 - 43 134.16 972 0 0 119.81 14.6081 -205.85 - 43 50.2248 1013 0 0 138.566 22.6711 -206.25 - 43 180.089 1499 0 1 120.132 15.43 -204.45 - 43 116.099 976 0 0 119.858 15.3278 -205.85 - 43 86.1732 1510 2 1 122.241 28.6468 -144.85 - 43 3.77837 967 4 0 120.724 13.65 -86.2376 - 43 57.4386 1504 3 1 121.104 -0.707742 -114.45 - 43 79.8351 1503 3 1 120.95 -0.803266 -114.61 - 43 235.277 1502 3 1 120.75 -0.91711 -114.84 - 43 86.2051 893 3 0 119.985 -1.40162 -115.85 - 43 138.792 892 3 0 119.903 -1.45 -115.953 - 43 38.7383 1388 2 1 97.8887 -12.8974 -144.45 - 43 116.027 1387 2 1 97.7493 -12.8577 -144.592 - 43 33.2479 1386 2 1 97.55 -12.8304 -144.788 - 43 172.147 834 2 0 96.4269 -13.1308 -145.85 - 43 19.1801 882 2 0 63.0082 -3.49712 -146.25 - 43 72.2375 883 2 0 63.0335 -3.45 -146.199 - 43 82.9289 884 2 0 63.0503 -3.25 -146.055 - 43 12.8443 885 2 0 63.0161 -3.05 -145.874 - 43 60.6344 1212 2 1 62.5889 -1.66566 -144.85 - 43 66.5744 901 2 0 60.2268 0.32778 -145.85 - 43 115.102 902 2 0 60.1359 0.45 -145.998 - 43 237.7 1057 2 0 53.6224 31.5202 -146.25 - 43 289.712 1058 2 0 53.6496 31.65 -146.099 - 43 231.005 1503 4 1 120.754 13.7185 -84.45 - 43 119.896 968 3 0 120.737 13.7233 -115.85 - 43 109.062 1502 2 1 120.716 13.7399 -144.45 - 43 123.815 968 2 0 120.714 13.741 -145.85 - 43 144.324 1502 1 1 120.688 13.7646 -174.45 - 43 142.564 968 1 0 120.687 13.7667 -175.85 - 43 184.064 1502 0 1 120.669 13.8157 -204.45 - 43 128.538 968 0 0 120.67 13.8181 -205.85 - 43 83.52 1131 6 1 46.45 136.005 -24.8315 - 43 134.368 1092 6 0 160.222 38.5496 -26.25 - 43 143.147 1698 6 1 159.906 38.8337 -24.85 - 43 75.3443 1200 6 0 145.87 60.1452 -26.2499 - 43 36.6575 1201 6 0 145.845 60.25 -25.9739 - 43 174.609 1628 6 1 145.866 60.5997 -24.85 - 43 138.493 1627 6 1 145.75 60.8155 -24.5419 - 43 120.752 1206 6 0 145.443 61.3095 -25.85 - 43 7.89913 1207 6 0 145.424 61.45 -26.2187 -Number of digits in this event = 29 -Using G4ParticleGun ... -4.44365 LIN -gamma -Event: 44 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -8.97276 LIN -gamma -Event: 45 -Number of tracker hits in this event = 32 - 45 274.902 677 2 1 -44.6379 -120.551 -144.45 - 45 255.744 297 2 0 -44.6377 -120.551 -145.85 - 45 235.859 677 1 1 -44.6319 -120.56 -174.45 - 45 240.786 297 1 0 -44.6312 -120.56 -175.85 - 45 242.214 677 0 1 -44.6181 -120.554 -204.45 - 45 313.569 297 0 0 -44.6186 -120.554 -205.85 - 45 49.0184 139 3 0 -151.671 -152.35 -116.195 - 45 84.2681 414 3 1 -97.3389 -169.079 -114.45 - 45 70.5578 415 3 1 -97.15 -168.992 -114.603 - 45 93.387 54 3 0 -97.0343 -169.188 -115.85 - 45 138.927 53 3 0 -97.0819 -169.35 -116.03 - 45 209.736 52 3 0 -96.8539 -169.55 -116.086 - 45 154.519 51 3 0 -97.0577 -169.75 -116.205 - 45 53.0303 676 1 1 -44.6668 -120.592 -174.45 - 45 51.2722 675 1 1 -44.85 -120.586 -174.525 - 45 44.6384 674 1 1 -45.05 -120.563 -174.599 - 45 68.9862 673 1 1 -45.25 -120.547 -174.64 - 45 78.4743 672 1 1 -45.4504 -120.526 -174.648 - 45 71.8281 671 1 1 -45.6503 -120.468 -174.605 - 45 53.6875 670 1 1 -45.8501 -120.407 -174.555 - 45 65.1443 669 1 1 -46.05 -120.347 -174.507 - 45 33.8584 668 1 1 -46.2504 -120.317 -174.471 - 45 117.673 307 2 0 -40.2845 -118.66 -146.25 - 45 6.33478 703 2 1 -39.2638 -118.784 -144.85 - 45 87.2015 704 2 1 -39.25 -118.786 -144.832 - 45 68.3963 705 2 1 -39.05 -118.735 -144.646 - 45 37.0941 706 2 1 -38.85 -118.68 -144.482 - 45 178.918 115 3 0 3.00962 -156.967 -116.25 - 45 2.44638 114 3 0 3.42911 -157.15 -115.854 - 45 348.243 918 3 1 3.77616 -157.394 -114.85 - 45 245.031 917 3 1 3.64985 -157.572 -114.495 - 45 176.766 93 3 0 3.90905 -161.366 -115.85 -Number of digits in this event = 15 -Using G4ParticleGun ... -5.75331 LIN -gamma -Event: 46 -Number of tracker hits in this event = 1 - 46 187.539 1515 2 1 123.15 -136.776 -144.62 -Number of digits in this event = 3 -Using G4ParticleGun ... -7.10365 LIN -gamma -Event: 47 -Number of tracker hits in this event = 4 - 47 75.7055 110 0 0 141.145 -157.95 -205.97 - 47 31.8583 469 8 1 -86.05 -41.2039 35.3115 - 47 17.7534 705 7 0 163.662 -38.85 3.76472 - 47 211.168 1719 7 1 164.011 -40.2499 5.15 -Number of digits in this event = 4 -Using G4ParticleGun ... -1.02262 LIN -gamma -Event: 48 -Number of tracker hits in this event = 60 - 48 255.289 303 5 1 -119.544 36.5117 -54.45 - 48 309.104 1082 5 0 -119.537 36.5375 -55.85 - 48 164.627 304 4 1 -119.304 36.9103 -84.45 - 48 114.405 1084 4 0 -119.328 36.923 -85.85 - 48 125.902 301 3 1 -119.779 37.4008 -114.45 - 48 152.984 1087 3 0 -119.812 37.4655 -115.85 - 48 109.997 298 2 1 -120.469 38.7975 -144.45 - 48 148.702 1094 2 0 -120.464 38.901 -145.85 - 48 129.912 299 1 1 -120.165 40.9234 -174.45 - 48 262.017 1104 1 0 -120.228 40.9843 -175.85 - 48 101.946 294 0 1 -121.297 42.1683 -204.45 - 48 123.473 1110 0 0 -121.374 42.2076 -205.85 - 48 141.052 302 0 1 -119.588 36.9572 -204.45 - 48 116.284 1085 0 0 -119.911 37.1295 -205.85 - 48 88.7243 1081 5 0 -119.586 36.45 -55.9532 - 48 152.38 1080 5 0 -119.612 36.25 -56.0161 - 48 21.2701 1079 5 0 -119.71 36.05 -55.9365 - 48 246.152 298 5 1 -120.429 37.1911 -54.85 - 48 149.028 302 4 1 -119.602 36.3629 -84.45 - 48 92.2848 1081 4 0 -119.6 36.368 -85.85 - 48 335.182 302 3 1 -119.568 36.4799 -114.45 - 48 173.287 1082 3 0 -119.566 36.4823 -115.85 - 48 136.383 303 2 1 -119.535 36.5641 -144.45 - 48 158.702 1082 2 0 -119.548 36.5648 -145.85 - 48 240.983 301 1 1 -119.841 36.5723 -174.45 - 48 206.17 1082 1 0 -119.851 36.5709 -175.85 - 48 113.406 301 0 1 -119.877 36.5112 -204.45 - 48 143.688 1082 0 0 -119.881 36.5198 -205.85 - 48 86.2581 1092 11 1 38.45 -105.157 125.324 - 48 177.318 1083 1 0 -120.095 36.6977 -175.85 - 48 111.937 273 0 1 -125.405 38.8627 -204.45 - 48 110.4 1094 0 0 -125.393 38.9165 -205.85 - 48 125.635 1083 0 0 -119.154 36.7158 -205.85 - 48 71.7856 1062 0 0 -113.704 32.5909 -206.25 - 48 129.433 1063 0 0 -113.72 32.65 -206.049 - 48 548.293 334 0 1 -113.247 33.4353 -204.85 - 48 0.24856 1090 0 0 -115.213 38.2495 -205.85 - 48 67.5903 1091 0 0 -115.213 38.25 -205.85 - 48 56.5474 320 0 1 -116.086 42.2207 -204.85 - 48 292.907 319 0 1 -116.15 42.3254 -204.765 - 48 80.2497 318 0 1 -116.35 42.0402 -204.817 - 48 76.4881 1115 0 0 -116.419 43.0937 -205.85 - 48 1.41024 1088 0 0 -88.3033 37.65 -206.25 - 48 267.442 1081 3 0 -119.583 36.4371 -115.85 - 48 150.658 301 2 1 -119.924 35.4627 -144.45 - 48 103.834 1076 2 0 -119.899 35.3119 -145.85 - 48 90.6542 302 1 1 -119.649 32.7936 -174.45 - 48 169.07 1062 1 0 -119.436 32.5593 -175.85 - 48 181.589 321 0 1 -115.81 27.5348 -204.45 - 48 113.13 1035 0 0 -115.689 27.225 -205.85 - 48 53.8561 131 0 1 -153.832 88.1521 -204.85 - 48 53.942 293 2 1 -121.521 34.0963 -144.45 - 48 110.242 292 2 1 -121.55 34.0926 -144.576 - 48 132.756 1070 2 0 -121.849 34.0638 -145.85 - 48 145.597 261 1 1 -127.764 33.7925 -174.45 - 48 152.546 1068 1 0 -128.08 33.7942 -175.85 - 48 142.314 229 0 1 -134.183 34.255 -204.45 - 48 136.264 1071 0 0 -134.571 34.3827 -205.85 - 48 89.6644 1088 1 0 -120.793 37.7397 -175.85 - 48 97.0737 1089 1 0 -144.384 38.0058 -176.25 -Number of digits in this event = 37 -Using G4ParticleGun ... -6.62252 LIN -gamma -Event: 49 -Number of tracker hits in this event = 27 - 49 410.461 1468 3 1 113.9 52.8372 -114.45 - 49 287.501 1163 3 0 113.901 52.8374 -115.85 - 49 277.948 1468 2 1 113.918 52.8426 -144.45 - 49 256.081 1163 2 0 113.917 52.8426 -145.85 - 49 284.375 1468 1 1 113.914 52.8415 -174.45 - 49 286.047 1163 1 0 113.914 52.8411 -175.85 - 49 147.478 1468 0 1 113.928 52.8242 -204.45 - 49 429.513 1163 0 0 113.928 52.8243 -205.85 - 49 188.858 1210 3 0 101.001 62.1886 -116.25 - 49 7.29064 1399 3 1 100.041 61.6533 -114.85 - 49 63.5826 1212 3 0 99.4468 62.5704 -115.85 - 49 46.6787 1213 3 0 99.4727 62.65 -115.899 - 49 50.398 1397 3 1 99.7413 61.6187 -114.85 - 49 23.7671 935 3 0 -149.769 7.20314 -116.25 - 49 8.92291 934 3 0 -150.374 7.05 -115.873 - 49 232.09 149 3 1 -150.207 6.97688 -114.849 - 49 11.9551 839 8 0 -87.9086 -12.1192 33.75 - 49 301.057 457 8 1 -88.5249 -11.79 35.15 - 49 251.268 456 8 1 -88.6502 -11.5566 35.384 - 49 61.3782 455 8 1 -88.85 -11.4429 35.3108 - 49 159.277 1469 1 1 113.98 52.7379 -174.45 - 49 121.972 1469 0 1 113.979 52.6867 -204.45 - 49 8.90387 1467 1 1 113.75 52.9223 -174.82 - 49 72.3267 1167 1 0 112.737 53.5861 -175.85 - 49 118.872 1168 1 0 112.576 53.65 -175.987 - 49 67.9809 342 6 0 -4.15384 -111.55 -26.0126 - 49 200.816 873 6 1 -5.31666 -113.099 -24.8498 -Number of digits in this event = 17 -Using G4ParticleGun ... -4.65152 LIN -gamma -Event: 50 -Number of tracker hits in this event = 27 - 50 291.204 180 4 1 -144.092 34.4428 -84.45 - 50 384.908 1071 4 0 -144.094 34.4445 -85.85 - 50 429.7 180 3 1 -144.125 34.4715 -114.45 - 50 125.034 1072 3 0 -144.125 34.4695 -115.85 - 50 244.267 180 2 1 -144.121 34.4327 -144.45 - 50 246.644 1071 2 0 -144.114 34.4281 -145.85 - 50 104.213 180 1 1 -143.983 34.3579 -174.45 - 50 140.285 1071 1 0 -143.97 34.3614 -175.85 - 50 386.248 182 0 1 -143.682 34.4482 -204.45 - 50 150.371 1072 0 0 -143.671 34.4532 -205.85 - 50 10.1536 181 3 1 -143.95 33.8615 -114.822 - 50 101.355 1062 3 0 -142.985 32.6332 -115.85 - 50 29.9218 1061 3 0 -142.856 32.45 -116.118 - 50 344.593 892 3 0 -136.786 -1.6309 -116.25 - 50 214.124 891 3 0 -136.785 -1.65 -116.227 - 50 12.6424 213 3 1 -137.514 -1.62224 -114.85 - 50 110.353 212 3 1 -137.55 -1.61 -114.795 - 50 198.09 211 3 1 -137.75 -1.6208 -114.651 - 50 172.885 210 3 1 -137.95 -1.56982 -114.779 - 50 148.721 1071 3 0 -144.038 34.3958 -115.85 - 50 108.291 181 2 1 -143.92 34.2852 -144.45 - 50 143.89 182 1 1 -143.732 34.1638 -174.45 - 50 108.318 1070 1 0 -143.724 34.1569 -175.85 - 50 122.912 1069 0 0 -143.556 34.014 -205.85 - 50 86.4515 1114 0 0 -140.518 42.85 -206.217 - 50 18.2841 1413 1 0 -140.681 102.913 -176.25 - 50 71.9892 1414 1 0 -140.683 102.95 -176.225 -Number of digits in this event = 19 -Using G4ParticleGun ... -2.30982 LIN -gamma -Event: 51 -Number of tracker hits in this event = 4 - 51 76.6857 749 5 0 -5.12214 -30.1589 -56.25 - 51 53.9709 750 5 0 -5.10566 -30.05 -56.0121 - 51 103.974 873 5 1 -5.27105 -29.458 -54.8495 - 51 7.36444 874 5 1 -5.25 -29.3232 -54.4795 + 21 21.1735 887 4 0 -126.307 -2.51923 -86.25 Number of digits in this event = 1 Using G4ParticleGun ... -5.9176 LIN +5.65841 LIN gamma -Event: 52 +Event: 22 +Number of tracker hits in this event = 8 + 22 103.279 1024 8 0 174.267 24.9055 33.75 + 22 5.7265 1025 8 0 174.559 25.05 34.1471 + 22 45.3344 1787 8 1 177.708 28.1886 35.15 + 22 98.6006 1788 8 1 177.75 28.2482 35.1608 + 22 25.3546 1049 8 0 177.461 29.972 34.15 + 22 302.829 1050 8 0 177.455 30.05 34.1167 + 22 63.0939 1051 8 0 177.654 30.25 33.9269 + 22 87.1404 119 2 1 -156.15 94.546 -144.648 +Number of digits in this event = 2 +Using G4ParticleGun ... +8.6114 LIN +gamma +Event: 23 +Number of tracker hits in this event = 9 + 23 221.846 1414 2 1 103.08 -30.4807 -144.45 + 23 302.689 747 2 0 103.08 -30.4805 -145.85 + 23 114.779 1414 1 1 103.09 -30.4723 -174.45 + 23 244.674 747 1 0 103.09 -30.4736 -175.85 + 23 135.019 1414 0 1 103.096 -30.5006 -204.45 + 23 232.213 747 0 0 103.084 -30.4919 -205.85 + 23 184.89 1458 0 1 111.761 -98.7056 -204.45 + 23 156.543 1413 1 1 102.843 -30.5897 -174.45 + 23 106.857 1411 0 1 102.424 -30.5696 -204.45 +Number of digits in this event = 9 +Using G4ParticleGun ... +9.56021 LIN +gamma +Event: 24 +Number of tracker hits in this event = 8 + 24 350.83 248 3 1 -130.398 -1.05293 -114.45 + 24 4.10953 249 3 1 -130.35 -0.897316 -114.71 + 24 79.6239 186 1 0 21.7552 -142.774 -176.25 + 24 210.91 187 1 0 21.9074 -142.75 -176.212 + 24 8.69217 354 2 0 22.6668 -109.245 -146.25 + 24 60.6271 778 3 0 -88.5604 -24.45 -116.223 + 24 89.7377 723 4 1 -35.2886 -44.7307 -84.85 + 24 138.217 724 4 1 -35.25 -44.4844 -84.4842 +Number of digits in this event = 5 +Using G4ParticleGun ... +1.38744 LIN +gamma +Event: 25 +Number of tracker hits in this event = 4 + 25 78.9952 434 10 0 139.774 -93.15 93.8146 + 25 21.0699 433 10 0 139.813 -93.35 94.0759 + 25 114.872 1598 10 1 139.943 -94.2287 95.15 + 25 198.035 1599 10 1 139.95 -94.2768 95.2174 +Number of digits in this event = 3 +Using G4ParticleGun ... +9.0244 LIN +gamma +Event: 26 +Number of tracker hits in this event = 3 + 26 76.7988 1237 4 0 -94.5276 67.6113 -86.25 + 26 136.327 1236 4 0 -94.5862 67.4499 -86.1545 + 26 186.869 1235 4 0 -94.5885 67.25 -85.99 +Number of digits in this event = 4 +Using G4ParticleGun ... +6.2992 LIN +gamma +Event: 27 +Number of tracker hits in this event = 65 + 27 239.599 1165 6 1 53.0554 115.558 -24.45 + 27 596.648 1477 6 0 53.0528 115.558 -25.85 + 27 113.107 1164 5 1 53.0021 115.56 -54.45 + 27 208.172 1477 5 0 53.0034 115.561 -55.85 + 27 107.578 1165 4 1 53.0558 115.585 -84.45 + 27 306.333 1477 4 0 53.0722 115.598 -85.85 + 27 130.94 1167 3 1 53.4613 115.863 -114.45 + 27 174.776 1478 3 0 53.4695 115.884 -115.85 + 27 110.326 1167 2 1 53.6197 116.31 -144.45 + 27 178.409 1480 2 0 53.625 116.328 -145.85 + 27 340.416 1168 1 1 53.7422 116.695 -174.45 + 27 428.763 1482 1 0 53.766 116.715 -175.85 + 27 181.44 1171 0 1 54.281 117.108 -204.45 + 27 133.17 1484 0 0 54.3031 117.131 -205.85 + 27 185.439 1185 0 1 57.1042 116.515 -204.45 + 27 325.305 1482 0 0 57.1985 116.679 -205.85 + 27 113.094 1337 0 0 83.6715 87.5957 -206.25 + 27 440.076 1164 0 1 52.9592 116.56 -204.45 + 27 117.358 1165 5 1 53.0573 115.55 -54.45 + 27 270.438 1164 4 1 53.0313 115.578 -84.45 + 27 140.184 1164 3 1 52.9567 115.602 -114.45 + 27 190.18 1477 3 0 52.9555 115.603 -115.85 + 27 219.679 1164 2 1 52.9319 115.632 -144.45 + 27 174.356 1477 2 0 52.9322 115.634 -145.85 + 27 476.317 1164 1 1 52.9354 115.663 -174.45 + 27 348.305 1477 1 0 52.9333 115.666 -175.85 + 27 156.692 1477 0 0 52.8847 115.716 -205.85 + 27 267.88 1392 2 0 156.156 98.6139 -146.25 + 27 65.7963 1479 1 0 53.4887 116.117 -175.85 + 27 88.3863 1480 1 0 53.5973 116.15 -176.035 + 27 212.013 1212 0 1 62.4972 110.335 -204.45 + 27 429.655 1211 0 1 62.45 110.166 -204.637 + 27 95.1715 1166 0 1 53.3587 116.095 -204.45 + 27 138.791 1479 0 0 53.3835 116.069 -205.85 + 27 128.829 1153 0 1 50.7498 115.484 -204.45 + 27 119.212 1476 0 0 50.6245 115.485 -205.851 + 27 53.3993 1617 3 0 141.882 143.724 -116.25 + 27 46.652 1165 1 1 53.05 115.855 -174.743 + 27 118.427 1481 1 0 53.4312 116.35 -175.914 + 27 15.8949 1690 1 0 40.2701 158.301 -176.25 + 27 79.0268 1691 1 0 40.2245 158.35 -176.204 + 27 73.9555 1692 1 0 40.0536 158.55 -176.022 + 27 377.923 1096 1 1 39.4025 160.243 -174.85 + 27 190.994 1095 1 1 39.2496 160.845 -174.543 + 27 74.8334 1094 1 1 39.05 161.101 -174.518 + 27 89.8099 1093 1 1 38.85 161.342 -174.547 + 27 201.225 1092 1 1 38.65 161.583 -174.6 + 27 186.633 1091 1 1 38.45 162.223 -174.727 + 27 90.8265 1090 1 1 38.2499 162.667 -174.747 + 27 5.64788 1724 1 0 37.3234 165.129 -175.85 + 27 66.3894 1725 1 0 37.3155 165.15 -175.861 + 27 55.6147 1726 1 0 37.2867 165.35 -175.998 + 27 90.2355 1727 1 0 37.286 165.55 -176.116 + 27 9.09216 1728 1 0 37.2824 165.751 -176.226 + 27 62.8791 1163 3 1 52.8499 115.736 -114.487 + 27 141.634 1162 3 1 52.65 115.85 -114.621 + 27 82.854 1161 3 1 52.45 116.151 -114.638 + 27 74.7841 1160 3 1 52.25 116.286 -114.627 + 27 299.142 1159 3 1 52.05 116.282 -114.517 + 27 68.6436 1481 2 0 53.2279 116.35 -146.054 + 27 210.292 1607 2 0 60.7003 141.655 -146.25 + 27 332.119 1204 2 1 61.0375 141.673 -144.85 + 27 323.295 1205 2 1 61.05 141.657 -144.756 + 27 182.99 1206 2 1 61.25 141.347 -144.557 + 27 78.2745 1606 2 0 60.746 141.532 -145.85 +Number of digits in this event = 39 +Using G4ParticleGun ... +2.996 LIN +gamma +Event: 28 +Number of tracker hits in this event = 7 + 28 254.835 241 1 0 69.1876 -131.755 -176.25 + 28 136.145 240 1 0 69.3811 -131.95 -175.947 + 28 41.9559 125 7 0 -94.0482 -155.15 4.06956 + 28 232.012 126 7 0 -94.2138 -154.95 4.01923 + 28 38.3487 44 8 0 -87.3982 -171.272 33.75 + 28 347.691 43 8 0 -87.4505 -171.35 33.8531 + 28 11.207 455 4 0 82.4198 -88.9355 -86.25 +Number of digits in this event = 6 +Using G4ParticleGun ... +4.76087 LIN +gamma +Event: 29 +Number of tracker hits in this event = 60 + 29 214.943 331 8 1 -113.818 -4.84723 35.55 + 29 196.69 876 8 0 -113.818 -4.84799 34.15 + 29 104.215 331 7 1 -113.795 -4.84541 5.55 + 29 209.214 876 7 0 -113.789 -4.84243 4.15 + 29 117.247 332 6 1 -113.651 -4.74898 -24.45 + 29 306.772 876 6 0 -113.644 -4.74872 -25.85 + 29 63.2915 1019 11 0 -56.1957 24.0001 123.75 + 29 27.0756 1018 11 0 -56.1451 23.85 123.799 + 29 96.4404 729 11 0 -43.4611 -34.1212 123.75 + 29 253.098 875 5 0 -113.775 -4.8685 -55.85 + 29 386.591 876 5 0 -113.793 -4.85 -56.0194 + 29 114.709 332 7 1 -113.644 -4.86288 5.55 + 29 132.098 328 6 1 -114.497 -4.43167 -24.45 + 29 148.415 878 6 0 -114.529 -4.43236 -25.85 + 29 144.433 324 5 1 -115.268 -4.38019 -54.45 + 29 144.465 878 5 0 -115.344 -4.42718 -55.85 + 29 143.744 316 4 1 -116.812 -5.3846 -84.45 + 29 112.681 873 4 0 -116.896 -5.41399 -85.85 + 29 198.741 308 3 1 -118.515 -5.85994 -114.45 + 29 155.993 870 3 0 -118.567 -5.89196 -115.85 + 29 109.71 302 2 1 -119.589 -6.39428 -144.45 + 29 249.772 867 2 0 -119.542 -6.45021 -145.85 + 29 111.141 308 1 1 -118.494 -7.7427 -174.45 + 29 107.652 861 1 0 -118.448 -7.72205 -175.85 + 29 142.282 313 0 1 -117.537 -7.10003 -204.45 + 29 25.5127 312 0 1 -117.55 -7.08505 -204.712 + 29 162.062 865 0 0 -117.61 -7.02589 -205.85 + 29 11.7452 1198 2 0 -126.449 59.8249 -146.25 + 29 97.9748 1199 2 0 -126.452 59.85 -146.238 + 29 96.3826 1200 2 0 -126.463 60.05 -145.994 + 29 73.0539 270 2 1 -126.066 60.8778 -144.85 + 29 215.68 271 2 1 -125.95 60.9581 -144.79 + 29 110.553 869 3 0 -117.89 -6.18546 -115.85 + 29 1.10589 318 3 1 -116.351 -5.65848 -114.85 + 29 84.9975 319 3 1 -116.35 -5.65842 -114.849 + 29 1.67558 1061 5 0 -106.07 32.25 -55.948 + 29 154.69 875 7 0 -113.685 -4.85 3.95478 + 29 258.475 331 6 1 -113.772 -4.83284 -24.45 + 29 99.5964 331 5 1 -113.784 -4.8376 -54.45 + 29 99.2642 332 4 1 -113.716 -4.93794 -84.45 + 29 262.042 875 4 0 -113.72 -4.94281 -85.85 + 29 127.055 331 3 1 -113.804 -5.03375 -114.45 + 29 117.368 875 3 0 -113.815 -5.03485 -115.85 + 29 245.328 330 2 1 -114.053 -5.08084 -144.45 + 29 304.993 874 2 0 -114.095 -5.10392 -145.85 + 29 192.201 325 1 1 -115.028 -5.39583 -174.45 + 29 119.909 873 1 0 -115.021 -5.39426 -175.85 + 29 134.839 326 0 1 -114.887 -5.1304 -204.45 + 29 150.068 874 0 0 -114.853 -5.09517 -205.85 + 29 83.9965 326 1 1 -114.95 -5.40624 -174.545 + 29 112.279 332 5 1 -113.664 -4.76277 -54.45 + 29 110.098 333 4 1 -113.53 -4.45764 -84.45 + 29 146.303 878 4 0 -113.538 -4.44003 -85.85 + 29 310.465 332 3 1 -113.739 -4.09462 -114.45 + 29 138.145 879 3 0 -113.757 -4.10273 -115.85 + 29 119.732 878 2 0 -114.129 -4.27359 -145.85 + 29 109.194 329 1 1 -114.33 -4.35018 -174.45 + 29 136.2 878 1 0 -114.329 -4.33798 -175.85 + 29 302.668 328 0 1 -114.445 -4.11439 -204.45 + 29 127.936 879 0 0 -114.448 -4.09211 -205.85 +Number of digits in this event = 35 +Using G4ParticleGun ... +8.66061 LIN +gamma +Event: 30 +Number of tracker hits in this event = 2 + 30 7.92528 616 10 0 -171.047 -56.7488 93.75 + 30 134.875 48 10 1 -170.446 -56.3516 95.15 +Number of digits in this event = 3 +Using G4ParticleGun ... +1.74039 LIN +gamma +Event: 31 +Number of tracker hits in this event = 28 + 31 227.764 916 3 1 3.31446 -112.668 -114.45 + 31 250.168 337 3 0 3.31234 -112.661 -115.85 + 31 243.562 916 2 1 3.3105 -112.509 -144.45 + 31 209.528 338 2 0 3.29602 -112.493 -145.85 + 31 122.986 914 1 1 3.04001 -112.238 -174.45 + 31 113.735 339 1 0 3.02768 -112.228 -175.85 + 31 137.552 913 0 1 2.76388 -112.027 -204.45 + 31 150.501 340 0 0 2.74499 -112.037 -205.85 + 31 222.3 917 0 1 3.64068 -112.829 -204.45 + 31 402.513 336 0 0 3.66841 -112.794 -205.85 + 31 130.227 337 2 0 3.34703 -112.694 -145.85 + 31 116.556 916 1 1 3.32698 -112.794 -174.45 + 31 238.535 336 1 0 3.32828 -112.794 -175.85 + 31 152.364 916 0 1 3.32858 -112.81 -204.45 + 31 16.6016 319 5 0 -25.4055 -116.312 -56.25 + 31 42.3008 207 5 0 -69.2684 -138.55 -56.1161 + 31 85.2883 206 5 0 -69.6582 -138.75 -56.1145 + 31 218.534 318 5 0 -25.4312 -116.35 -55.9766 + 31 205.4 1561 5 0 94.1745 132.481 -56.25 + 31 332.778 1369 5 1 94.0814 131.941 -54.85 + 31 277.861 1368 5 1 93.95 131.626 -54.5839 + 31 93.1194 1550 5 0 93.7458 130.31 -55.85 + 31 39.5309 1549 5 0 93.7135 130.15 -55.9454 + 31 157.966 491 5 1 -81.8073 55.8023 -54.45 + 31 158.563 1559 5 0 93.1203 132.087 -56.25 + 31 56.3604 1560 5 0 93.0573 132.15 -55.9937 + 31 123.133 1363 5 1 92.8031 132.474 -54.85 + 31 24.5132 38 0 0 -29.7663 -172.461 -206.25 +Number of digits in this event = 22 +Using G4ParticleGun ... +4.05904 LIN +gamma +Event: 32 +Number of tracker hits in this event = 41 + 32 231.693 1317 4 1 83.5483 -102.397 -84.45 + 32 322.925 388 4 0 83.5483 -102.397 -85.85 + 32 124.609 1317 3 1 83.546 -102.391 -114.45 + 32 118.006 388 3 0 83.5493 -102.402 -115.85 + 32 359.167 1317 2 1 83.6152 -102.546 -144.45 + 32 108.12 387 2 0 83.6191 -102.555 -145.85 + 32 131.94 1318 1 1 83.6839 -102.771 -174.45 + 32 190.964 386 1 0 83.6867 -102.782 -175.85 + 32 130.605 1318 0 1 83.7435 -102.998 -204.45 + 32 154.251 385 0 0 83.748 -103.008 -205.85 + 32 8.65489 372 0 0 47.0452 -105.635 -206.25 + 32 122.873 486 0 0 82.0632 -82.7021 -206.249 + 32 39.7678 1309 0 1 81.9248 -82.6556 -204.85 + 32 76.0824 1308 0 1 81.85 -82.641 -204.693 + 32 5.05648 152 7 0 173.213 -149.75 3.94582 + 32 202.685 388 2 0 83.5486 -102.392 -145.85 + 32 137.027 1316 1 1 83.3799 -102.363 -174.45 + 32 253.441 388 1 0 83.3778 -102.501 -175.85 + 32 236.734 1317 0 1 83.6434 -105.893 -204.45 + 32 114.157 369 0 0 83.6554 -106.162 -205.85 + 32 85.151 1712 7 1 162.697 79.5611 5.15 + 32 102.479 1713 7 1 162.75 79.623 5.2405 + 32 148.262 1714 7 1 162.95 79.62 5.27586 + 32 135.271 1317 1 1 83.5998 -102.398 -174.45 + 32 265.423 388 0 0 83.6218 -102.397 -205.85 + 32 2.30462 1487 7 0 168.791 117.716 3.75 + 32 119.845 1488 7 0 168.803 117.75 3.79001 + 32 11.9259 1489 7 0 168.925 117.95 4.11289 + 32 72.9596 1746 7 1 169.43 118.631 5.15 + 32 104.758 1747 7 1 169.55 118.72 5.36272 + 32 202.72 366 0 0 96.5481 -106.87 -206.25 + 32 112.8 1319 3 1 83.8979 -102.892 -114.45 + 32 120.323 386 3 0 83.9586 -102.934 -115.851 + 32 176.394 1327 2 1 85.6163 -103.686 -144.45 + 32 10.2248 1328 2 1 85.65 -103.689 -144.832 + 32 132.696 382 2 0 85.731 -103.691 -145.85 + 32 110.991 1339 1 1 88.0126 -103.733 -174.45 + 32 21.82 1340 1 1 88.05 -103.722 -174.776 + 32 143.102 382 1 0 88.1742 -103.685 -175.85 + 32 116.17 1357 0 1 91.5897 -103.134 -204.45 + 32 116.192 384 0 0 91.8034 -103.182 -205.85 +Number of digits in this event = 24 +Using G4ParticleGun ... +4.06027 LIN +gamma +Event: 33 +Number of tracker hits in this event = 74 + 33 201.554 761 7 1 -27.6793 35.0272 5.55 + 33 272.127 1074 7 0 -27.6814 35.0264 4.15 + 33 109.416 761 6 1 -27.7331 35.0077 -24.45 + 33 216.572 1074 6 0 -27.7281 34.9969 -25.85 + 33 115.348 762 5 1 -27.5986 34.7373 -54.45 + 33 115.821 1073 5 0 -27.5829 34.7127 -55.85 + 33 115.902 763 4 1 -27.2997 34.1421 -84.45 + 33 131.261 1070 4 0 -27.2919 34.1152 -85.85 + 33 121.924 764 3 1 -27.1431 33.5958 -114.45 + 33 131.385 1067 3 0 -27.1438 33.5698 -115.85 + 33 580.039 764 2 1 -27.1065 33.0411 -144.45 + 33 101.639 1064 2 0 -27.1099 33.025 -145.85 + 33 449.492 764 1 1 -27.2457 32.6417 -174.45 + 33 94.3679 1062 1 0 -27.2449 32.6203 -175.85 + 33 138.056 764 0 1 -27.2438 32.1701 -204.45 + 33 125.72 1060 0 0 -27.2391 32.1404 -205.85 + 33 140.537 765 1 1 -27.0473 32.6972 -174.45 + 33 111.468 763 2 1 -27.25 33.2745 -144.663 + 33 127.869 1069 2 0 -27.3626 34.0256 -145.85 + 33 80.8894 1070 2 0 -27.3658 34.0508 -145.89 + 33 90.6479 1071 2 0 -27.2443 34.2502 -146.114 + 33 8.04985 1013 2 0 -49.095 22.6619 -146.25 + 33 131.329 1012 2 0 -49.1075 22.65 -146.242 + 33 0.357022 1011 2 0 -49.3458 22.45 -146.247 + 33 184.297 966 2 0 -48.1201 13.3587 -146.25 + 33 56.6786 967 2 0 -48.0317 13.45 -146.072 + 33 492.832 761 4 1 -27.8289 35.031 -84.45 + 33 254.537 1074 4 0 -27.8375 35.0306 -85.85 + 33 98.7748 760 3 1 -28.017 35.03 -114.45 + 33 104.249 1074 3 0 -28.0304 35.0277 -115.85 + 33 116.745 758 2 1 -28.3243 34.9975 -144.45 + 33 187.041 1074 2 0 -28.3026 34.9262 -145.85 + 33 67.3632 771 1 1 -25.6742 34.3977 -174.45 + 33 68.1014 772 1 1 -25.65 34.4518 -174.677 + 33 74.3535 1073 1 0 -25.5439 34.7858 -175.85 + 33 50.2726 1074 1 0 -25.5217 34.85 -176.062 + 33 110.571 782 0 1 -23.6153 43.3292 -204.451 + 33 326.229 1118 0 0 -23.4977 43.683 -205.85 + 33 64.928 1073 2 0 -28.331 34.8499 -145.877 + 33 269.83 761 3 1 -27.7132 34.86 -114.45 + 33 98.5319 1073 3 0 -27.7066 34.8468 -115.85 + 33 112.8 762 2 1 -27.5987 34.5563 -144.45 + 33 119.574 1072 2 0 -27.596 34.543 -145.85 + 33 182.644 762 1 1 -27.5112 34.2523 -174.45 + 33 119.989 1070 1 0 -27.5086 34.2249 -175.85 + 33 184.22 762 0 1 -27.4517 33.6354 -204.45 + 33 47.005 763 0 1 -27.45 33.6278 -204.759 + 33 129.876 1067 0 0 -27.4444 33.599 -205.85 + 33 25.5856 1312 0 0 -46.5608 82.562 -206.25 + 33 118.267 762 6 1 -27.611 34.9977 -24.45 + 33 129.865 761 5 1 -27.65 34.88 -54.4876 + 33 147.573 1074 5 0 -27.655 34.8723 -55.85 + 33 114.846 1073 4 0 -27.7439 34.6875 -85.85 + 33 2.89696 762 3 1 -27.65 34.3076 -114.827 + 33 233.506 1071 3 0 -27.6296 34.2956 -115.85 + 33 137.533 766 1 1 -26.7751 33.556 -174.45 + 33 124.495 1067 1 0 -26.7606 33.5453 -175.85 + 33 148.323 768 0 1 -26.425 33.3258 -204.45 + 33 158.377 1066 0 0 -26.4143 33.3065 -205.85 + 33 263.821 1065 0 0 -26.4019 33.25 -205.941 + 33 10.1905 1025 3 0 -11.2528 25.0574 -116.25 + 33 69.9019 1024 3 0 -11.2543 25.05 -116.246 + 33 26.2427 1133 4 0 -21.0185 46.65 -86.1452 + 33 128.919 1067 4 0 -27.8292 33.5593 -85.85 + 33 72.2913 1066 4 0 -27.84 33.45 -85.9627 + 33 35.805 1065 4 0 -27.8615 33.25 -86.1498 + 33 41.8491 767 3 1 -26.575 8.86656 -114.45 + 33 97.1403 768 3 1 -26.4499 8.86646 -114.57 + 33 4.73769 769 3 1 -26.25 8.8205 -114.833 + 33 71.207 942 3 0 -25.4765 8.48359 -115.85 + 33 205.675 941 3 0 -25.2467 8.45 -116.013 + 33 264.387 940 3 0 -24.8153 8.25 -116.132 + 33 68.2035 939 3 0 -24.6282 8.05 -116.09 + 33 4.02279 938 3 0 -24.6688 7.85 -116.246 +Number of digits in this event = 35 +Using G4ParticleGun ... +5.11749 LIN +gamma +Event: 34 +Number of tracker hits in this event = 2 + 34 135.951 1540 12 1 128.209 -175.87 155.15 + 34 15.7585 1530 3 0 72.3972 126.243 -116.25 +Number of digits in this event = 3 +Using G4ParticleGun ... +7.94351 LIN +gamma +Event: 35 +Number of tracker hits in this event = 21 + 35 60.428 1407 1 0 95.7719 101.619 -176.25 + 35 114.023 1408 1 0 95.6056 101.75 -176.147 + 35 317.254 1373 1 1 94.7615 102.467 -174.85 + 35 374.974 1372 1 1 94.75 102.477 -174.828 + 35 49.3417 1371 1 1 94.55 102.321 -174.503 + 35 51.3995 1374 1 1 94.95 102.279 -174.545 + 35 101.098 1738 3 1 167.75 141.775 -114.471 + 35 79.5649 1159 0 1 52.05 -65.6228 -204.722 + 35 5.71072 526 4 0 27.7707 -74.8416 -86.25 + 35 244.473 525 4 0 27.7638 -74.85 -86.2388 + 35 111.477 1039 4 1 27.8728 -74.8789 -84.85 + 35 70.592 1040 4 1 28.0504 -74.9208 -84.537 + 35 68.8551 1041 4 1 28.25 -74.8734 -84.519 + 35 205.417 1042 4 1 28.4502 -74.8137 -84.5672 + 35 55.4121 1740 4 0 74.3356 168.15 -86.0754 + 35 62.2891 525 2 0 35.0746 -74.9779 -146.25 + 35 167.839 721 2 0 -45.5369 -35.8025 -146.25 + 35 48.296 521 1 0 118.492 -75.7654 -176.25 + 35 84.3226 520 1 0 118.448 -75.85 -176.165 + 35 71.3669 519 1 0 118.372 -76.05 -176.128 + 35 57.438 518 1 0 118.309 -76.25 -176.135 +Number of digits in this event = 7 +Using G4ParticleGun ... +6.77141 LIN +gamma +Event: 36 Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -5.28508 LIN +6.1112 LIN gamma -Event: 53 -Number of tracker hits in this event = 6 - 53 236.442 1284 1 1 76.9877 -47.9137 -174.45 - 53 299.268 660 1 0 76.9859 -47.9138 -175.85 - 53 309.21 1284 0 1 76.9461 -47.9128 -204.45 - 53 118.744 660 0 0 76.9452 -47.9124 -205.85 - 53 171.707 905 1 0 162.335 1.13147 -176.25 - 53 122.613 661 0 0 77.012 -47.8135 -205.85 +Event: 37 +Number of tracker hits in this event = 7 + 37 40.3018 355 0 1 -109.15 115.185 -204.638 + 37 97.6533 354 0 1 -109.15 115.138 -204.581 + 37 42.9368 1333 1 0 -44.9908 86.6672 -176.25 + 37 90.4244 1332 1 0 -45.0507 86.65 -176.211 + 37 8.38216 610 1 0 -0.907544 -58.0047 -176.25 + 37 34.3164 487 1 0 75.3996 -82.4604 -176.25 + 37 28.3731 488 1 0 75.4131 -82.45 -176.244 +Number of digits in this event = 1 +Using G4ParticleGun ... +8.48523 LIN +gamma +Event: 38 +Number of tracker hits in this event = 1 + 38 57.9551 908 0 1 1.70675 97.1647 -204.45 +Number of digits in this event = 1 +Using G4ParticleGun ... +9.64248 LIN +gamma +Event: 39 +Number of tracker hits in this event = 116 + 39 301.546 572 7 1 -65.5545 50.0421 5.55 + 39 276.837 1149 7 0 -65.5545 50.0411 4.15 + 39 291.389 572 6 1 -65.5525 50.0176 -24.45 + 39 164.987 1149 6 0 -65.5528 50.0174 -25.85 + 39 521.027 572 5 1 -65.5527 50.0123 -54.45 + 39 390.196 1149 5 0 -65.5531 50.0127 -55.85 + 39 462.757 572 4 1 -65.5621 50.0198 -84.45 + 39 376.194 1149 4 0 -65.5621 50.0174 -85.85 + 39 784.123 572 3 1 -65.5595 49.9673 -114.45 + 39 437.281 1149 3 0 -65.5588 49.9644 -115.85 + 39 214.815 572 2 1 -65.5467 49.9015 -144.45 + 39 485.382 1149 2 0 -65.5442 49.8987 -145.85 + 39 268.231 572 1 1 -65.4773 49.833 -174.45 + 39 115.767 1148 1 0 -65.4751 49.8325 -175.85 + 39 103.703 573 0 1 -65.422 49.8241 -204.45 + 39 235.483 1148 0 0 -65.4211 49.822 -205.85 + 39 109.677 466 1 1 -86.8201 46.2582 -174.85 + 39 11.0629 384 10 1 -103.258 84.4711 95.15 + 39 89.0841 391 10 1 -101.95 85.551 95.4905 + 39 19.6524 1236 6 1 67.2948 145.065 -24.45 + 39 101.049 1235 6 1 67.25 145.07 -24.4665 + 39 430.886 1234 6 1 67.0496 145.082 -24.5139 + 39 66.8602 220 0 1 -136.003 102.9 -204.85 + 39 101.193 1148 3 0 -65.681 49.8489 -115.85 + 39 324.849 559 2 1 -68.0566 48.1226 -144.45 + 39 8.20767 558 2 1 -68.25 48.3723 -144.818 + 39 59.0159 1144 2 0 -68.764 48.9939 -145.85 + 39 104.741 1145 2 0 -68.8125 49.05 -145.937 + 39 308.916 1146 2 0 -68.9735 49.25 -146.223 + 39 98.7923 571 3 1 -65.8186 49.8197 -114.45 + 39 140.268 570 3 1 -65.85 49.8275 -114.469 + 39 28.2621 569 3 1 -66.05 49.8765 -114.742 + 39 158.726 1150 3 0 -66.8087 50.0793 -115.85 + 39 76.6986 571 6 1 -65.65 50.0506 -24.6669 + 39 294.148 1150 6 0 -66.8621 50.0595 -25.85 + 39 333.811 1147 3 0 -67.7398 49.589 -115.85 + 39 155.155 924 3 0 -118.374 4.89359 -116.25 + 39 168.017 925 3 0 -118.672 5.05 -115.928 + 39 125.263 926 3 0 -118.36 5.25 -116.125 + 39 291.168 1791 6 0 -174.071 178.497 -26.25 + 39 75.1869 573 3 1 -65.45 49.8892 -114.599 + 39 23.0873 574 3 1 -65.25 49.8149 -114.774 + 39 59.7722 1146 3 0 -64.1817 49.3321 -115.85 + 39 121.509 1145 3 0 -64.0398 49.25 -115.996 + 39 125.717 956 3 0 18.5249 11.4209 -116.25 + 39 200.409 955 3 0 18.8731 11.25 -116.059 + 39 39.4302 954 3 0 19.2205 11.05 -115.896 + 39 35.4134 1015 3 1 23.1521 8.75471 -114.85 + 39 87.4233 1016 3 1 23.2507 8.69982 -114.822 + 39 114.799 1017 3 1 23.45 8.54718 -114.735 + 39 143.945 1018 3 1 23.65 8.24235 -114.574 + 39 179.31 1019 3 1 23.8501 7.97749 -114.54 + 39 56.3166 939 3 0 24.5384 8.04162 -115.85 + 39 115.111 940 3 0 24.5742 8.05 -115.923 + 39 64.6846 1216 3 0 29.9548 63.3082 -116.25 + 39 52.6161 1217 3 0 29.9185 63.45 -116.18 + 39 75.2452 1218 3 0 29.875 63.65 -116.045 + 39 49.024 1219 3 0 29.8288 63.8501 -115.921 + 39 539.856 1048 3 1 29.6893 65.3393 -114.85 + 39 309.669 1047 3 1 29.65 65.4531 -114.782 + 39 238.95 1049 3 1 29.85 66.5117 -114.584 + 39 4.43239 1241 3 0 28.9527 68.439 -115.85 + 39 2.68894 1242 3 0 28.9482 68.4507 -115.854 + 39 309.001 1046 3 1 29.317 69.9 -114.85 + 39 127.404 573 4 1 -65.4361 50.0595 -84.45 + 39 158.517 574 2 1 -65.1331 49.3098 -144.45 + 39 140.049 574 1 1 -65.1172 49.1507 -174.45 + 39 131.892 1145 1 0 -65.1322 49.0949 -175.85 + 39 211.815 572 0 1 -65.531 47.9285 -204.45 + 39 104.027 1139 0 0 -65.5296 47.8841 -205.85 + 39 92.5844 522 0 1 -75.45 48.7594 -204.688 + 39 10.739 576 0 1 -64.6541 48.4521 -204.45 + 39 80.846 577 0 1 -64.6499 48.4589 -204.506 + 39 114.475 1143 0 0 -64.5571 48.6707 -205.85 + 39 140.993 1150 4 0 -65.5327 50.1704 -85.85 + 39 257.633 1151 3 0 -65.4962 50.293 -115.85 + 39 246.172 1151 2 0 -65.634 50.3644 -145.85 + 39 372.471 571 1 1 -65.7168 50.1782 -174.45 + 39 135.688 1150 1 0 -65.7268 50.1876 -175.85 + 39 446.578 570 0 1 -65.8566 50.357 -204.45 + 39 137.846 1151 0 0 -65.865 50.3821 -205.85 + 39 71.7988 571 0 1 -65.6867 50.4772 -204.45 + 39 168.743 1153 0 0 -65.3642 50.7551 -205.85 + 39 309.189 1501 1 0 -1.01697 120.4 -176.179 + 39 126.026 896 1 1 -0.740666 120.973 -174.85 + 39 146.13 897 1 1 -0.65 120.975 -174.48 + 39 281.767 1502 1 0 -1.2587 120.631 -175.85 + 39 291.76 1503 1 0 -1.55278 120.75 -175.934 + 39 2.89269 1504 1 0 -0.897126 120.95 -175.86 + 39 353.655 895 1 1 -0.86157 122.252 -174.85 + 39 85.8709 894 1 1 -1.06869 122.988 -174.45 + 39 97.6884 893 1 1 -1.25025 122.885 -174.622 + 39 19.7792 892 1 1 -1.45 122.684 -174.835 + 39 146.812 1500 1 0 -5.28031 120.35 -175.85 + 39 76.8643 1499 1 0 -5.50965 120.15 -176.057 + 39 74.2346 1498 1 0 -5.62755 119.95 -176.179 + 39 39.7127 1497 1 0 -5.7992 119.75 -176.229 + 39 108.636 1182 0 0 -48.524 56.4592 -206.249 + 39 33.036 1183 0 0 -48.5186 56.6505 -205.923 + 39 118.051 656 0 1 -48.7669 57.7036 -204.85 + 39 425.745 657 0 1 -48.65 57.8466 -204.586 + 39 174.958 1150 0 0 -65.8843 50.156 -205.851 + 39 109.853 1074 3 0 -68.5211 34.9448 -116.25 + 39 103.119 1073 3 0 -68.5654 34.8499 -116.21 + 39 174.45 1150 5 0 -65.5608 50.0503 -55.85 + 39 145.622 571 2 1 -65.7118 49.9568 -144.45 + 39 155.64 1149 1 0 -65.8174 49.9551 -175.85 + 39 110.163 1149 0 0 -65.9188 49.9797 -205.85 + 39 71.5406 569 0 1 -66.05 50.1444 -204.616 + 39 116.127 568 0 1 -66.25 50.2741 -204.712 + 39 230.37 567 0 1 -66.45 50.4773 -204.534 + 39 191.152 566 0 1 -66.65 50.6154 -204.515 + 39 99.0942 565 0 1 -66.85 50.6462 -204.532 + 39 127.247 573 1 1 -65.45 50.3686 -174.699 + 39 40.1847 1261 3 0 -11.3793 72.2838 -116.25 + 39 226.989 1260 3 0 -11.4782 72.2499 -116.221 +Number of digits in this event = 66 +Using G4ParticleGun ... +4.67442 LIN +gamma +Event: 40 +Number of tracker hits in this event = 8 + 40 30.296 1016 1 0 -9.17082 23.4067 -176.187 + 40 358.168 854 0 1 -9.17128 23.4085 -204.45 + 40 285.262 1016 0 0 -9.16958 23.4086 -205.85 + 40 164.934 715 4 1 -36.85 54.0197 -84.7598 + 40 302.528 716 4 1 -36.8498 53.6556 -84.6622 + 40 48.5287 853 0 1 -9.25001 23.2902 -204.761 + 40 9.58061 1015 0 0 -9.47922 23.0569 -205.85 + 40 164.143 1014 0 0 -9.4863 23.05 -205.883 Number of digits in this event = 6 Using G4ParticleGun ... -2.48631 LIN +2.84065 LIN gamma -Event: 54 -Number of tracker hits in this event = 38 - 54 339.533 1254 3 1 71.0032 11.336 -114.45 - 54 204.944 956 3 0 71.001 11.3359 -115.85 - 54 456.185 1254 2 1 70.9639 11.3065 -144.45 - 54 273.228 956 2 0 70.9749 11.3088 -145.85 - 54 132.342 1255 1 1 71.223 11.3388 -174.45 - 54 147.421 956 1 0 71.245 11.34 -175.85 - 54 115.808 1258 0 1 71.6989 11.3063 -204.45 - 54 131.594 956 0 0 71.7119 11.2831 -205.85 - 54 286.918 1606 13 1 141.426 15.821 185.15 - 54 81.8827 955 0 0 71.7342 11.25 -205.991 - 54 47.057 954 0 0 71.8827 11.05 -206.167 - 54 181.752 953 0 0 71.8413 10.85 -206.188 - 54 116.028 941 0 0 60.6976 8.31105 -206.25 - 54 366.166 942 0 0 60.5837 8.45025 -206.111 - 54 130.952 957 1 0 71.239 11.45 -176.187 - 54 122.813 958 1 0 71.081 11.65 -176.02 - 54 137.05 1258 1 1 71.679 10.8207 -174.85 - 54 64.3489 1259 1 1 71.85 10.762 -174.78 - 54 59.2314 1253 2 1 70.85 11.2244 -144.657 - 54 328.346 955 2 0 70.7233 11.1893 -145.85 - 54 173.009 1237 1 1 67.6023 10.3673 -174.45 - 54 314.465 951 1 0 67.2905 10.3655 -175.85 - 54 103.553 1201 0 1 60.3916 10.5092 -204.45 - 54 16.7757 1200 0 1 60.25 10.5109 -204.794 - 54 118.491 952 0 0 59.7948 10.5208 -205.85 - 54 103.342 1249 1 1 70.0423 10.3531 -174.45 - 54 19.3586 1250 0 1 70.0653 8.79346 -204.45 - 54 102.132 1249 0 1 70.05 8.79397 -204.521 - 54 117.66 943 0 0 69.7746 8.82682 -205.85 - 54 109.078 1254 1 1 70.8857 11.073 -174.45 - 54 151.957 955 1 0 70.8788 11.0606 -175.85 - 54 219.251 1253 0 1 70.7328 10.8025 -204.45 - 54 4.91492 1021 1 0 133.078 24.25 -175.897 - 54 99.3267 1485 0 1 117.15 -112.829 -204.76 - 54 166.967 1252 0 1 70.6499 10.8121 -204.795 - 54 109.962 1042 2 0 85.5739 28.5169 -146.25 - 54 0.763162 1326 2 1 85.2823 30.8778 -144.85 - 54 128.851 1056 2 0 84.8034 31.3692 -145.85 -Number of digits in this event = 23 +Event: 41 +Number of tracker hits in this event = 122 + 41 276.306 1464 7 1 112.995 54.3529 5.55 + 41 318.174 1171 7 0 112.993 54.3537 4.15 + 41 227.76 1464 6 1 112.966 54.3529 -24.45 + 41 141.086 1171 6 0 112.963 54.3503 -25.85 + 41 335.571 1463 5 1 112.909 54.2981 -54.45 + 41 229.814 1171 5 0 112.908 54.294 -55.85 + 41 409.766 1463 4 1 112.874 54.2211 -84.45 + 41 428.777 1170 4 0 112.876 54.2146 -85.85 + 41 106.538 1463 3 1 112.946 54.0871 -114.45 + 41 238.91 1170 3 0 112.95 54.0803 -115.85 + 41 316.338 1464 2 1 113.041 53.9388 -144.45 + 41 130.26 1169 2 0 113.051 53.9292 -145.85 + 41 100.798 1465 1 1 113.24 53.7163 -174.45 + 41 244.819 1168 1 0 113.249 53.6949 -175.85 + 41 309.123 1466 0 1 113.432 53.2728 -204.45 + 41 159.804 1166 0 0 113.435 53.2589 -205.85 + 41 46.6459 905 1 1 1.17436 22.5616 -174.85 + 41 251.354 1465 0 1 113.255 53.6839 -204.45 + 41 2.70058 1387 2 1 97.55 -0.970329 -144.714 + 41 17.5571 1172 0 0 113.39 54.6157 -205.85 + 41 84.6846 1173 0 0 113.386 54.65 -205.894 + 41 52.8785 1174 0 0 113.354 54.85 -206.137 + 41 185.559 1164 0 0 113.12 53.0389 -205.85 + 41 17.1288 1015 0 0 110.658 23.118 -206.249 + 41 64.8958 1014 0 0 110.635 23.05 -206.2 + 41 206.944 1013 0 0 110.542 22.85 -206.064 + 41 284.093 1012 0 0 110.455 22.6499 -205.98 + 41 65.1338 1449 0 1 110.035 21.5431 -204.85 + 41 68.205 1448 0 1 109.95 21.3796 -204.695 + 41 113.103 1447 0 1 109.75 21.1887 -204.559 + 41 48.079 1446 0 1 109.547 21.1273 -204.45 + 41 128.696 1006 0 0 109.853 21.2576 -205.85 + 41 495.618 1467 0 1 113.55 53.5723 -204.791 + 41 73.8575 1168 0 0 113.684 53.7305 -205.85 + 41 260.74 1169 0 0 113.642 53.85 -205.987 + 41 163.381 1478 3 1 115.871 49.9448 -114.45 + 41 131.356 1148 3 0 115.952 49.7982 -115.85 + 41 106.323 1487 2 1 117.61 47.5031 -144.45 + 41 95.2718 1136 2 0 117.625 47.3932 -145.85 + 41 221.988 1501 1 1 120.373 45.936 -174.45 + 41 142.722 1132 1 0 120.632 46.5153 -175.85 + 41 9.40243 1133 1 0 120.703 46.65 -176.218 + 41 24.3366 1525 0 1 125.286 54.6861 -204.45 + 41 78.8131 1526 0 1 125.35 54.7309 -204.492 + 41 65.6762 1527 0 1 125.55 54.9079 -204.678 + 41 103.793 1181 0 0 126.158 56.2909 -205.85 + 41 176.665 1182 0 0 126.22 56.45 -206.013 + 41 18.5719 1183 0 0 126.268 56.6511 -206.213 + 41 12.6316 1557 0 1 131.553 47.8534 -204.45 + 41 74.3777 1556 0 1 131.55 47.8544 -204.452 + 41 106.384 1464 3 1 113.035 54.1611 -114.45 + 41 94.8255 1168 2 0 112.968 53.6622 -145.85 + 41 29.0965 1167 2 0 112.96 53.65 -146.156 + 41 147.892 1461 1 1 112.367 52.6642 -174.45 + 41 120.63 1162 1 0 112.343 52.6428 -175.85 + 41 115.413 1458 0 1 111.9 52.2428 -204.45 + 41 124.733 1161 0 0 111.88 52.2836 -205.85 + 41 122.843 1462 4 1 112.585 54.1937 -84.45 + 41 161.402 1171 4 0 112.563 54.3928 -85.85 + 41 2.43409 1172 4 0 112.554 54.45 -86.2381 + 41 97.1321 1457 3 1 111.641 58.914 -114.45 + 41 161.235 1195 3 0 111.566 59.1443 -115.85 + 41 495.272 1447 2 1 109.664 64.3201 -144.45 + 41 114.816 1222 2 0 109.578 64.5648 -145.85 + 41 11.1331 1434 1 1 106.955 69.5878 -174.45 + 41 115.285 1433 1 1 106.95 69.5967 -174.509 + 41 99.0655 1248 1 0 106.844 69.7633 -175.85 + 41 166.28 1424 0 1 104.961 72.7315 -204.45 + 41 120.395 1264 0 0 105.074 72.9431 -205.85 + 41 0.341788 1169 5 0 112.708 53.8504 -55.85 + 41 148.358 1168 5 0 112.708 53.85 -55.8509 + 41 112.61 1439 4 1 108.076 40.4839 -84.45 + 41 168.035 1100 4 0 107.967 40.1427 -85.85 + 41 9.66027 1099 4 0 107.933 40.0499 -86.2084 + 41 264.426 1421 3 1 104.43 31.7546 -114.45 + 41 190.516 1422 3 1 104.55 32.6679 -114.602 + 41 128.759 1423 3 1 104.75 33.3837 -114.7 + 41 49.2296 1080 3 0 105.835 36.0942 -115.85 + 41 62.5308 1081 3 0 105.889 36.2501 -115.915 + 41 67.8198 1082 3 0 105.957 36.45 -115.995 + 41 76.2391 1083 3 0 106.036 36.6506 -116.125 + 41 3.77521 1084 3 0 106.121 36.85 -116.243 + 41 13.0291 1533 3 0 142.648 126.921 -116.25 + 41 183.917 1534 3 0 142.659 126.95 -116.228 + 41 57.6278 1535 3 0 142.725 127.15 -116.075 + 41 26.1383 1536 3 0 142.84 127.35 -115.937 + 41 70.3718 1616 3 1 143.458 128.453 -114.85 + 41 88.8264 1617 3 1 143.55 128.613 -114.672 + 41 157.742 1503 4 0 147.803 120.858 -86.2499 + 41 357.878 1641 4 1 148.471 120.269 -84.85 + 41 12.8549 1494 4 0 147.778 118.983 -85.85 + 41 70.5233 1493 4 0 147.771 118.95 -85.8776 + 41 127.406 1492 4 0 147.745 118.75 -85.9477 + 41 127.092 1491 4 0 147.739 118.55 -85.95 + 41 16.9299 1490 4 0 147.996 118.35 -85.8625 + 41 23.2727 1637 4 1 147.589 115.84 -84.8499 + 41 113.094 1636 4 1 147.55 115.802 -84.8255 + 41 12.1114 1473 4 0 148.375 114.761 -85.85 + 41 176.972 1472 4 0 148.387 114.75 -85.8654 + 41 31.5904 1272 7 0 100.825 74.6145 3.75 + 41 148.891 1273 7 0 100.807 74.65 3.79871 + 41 116.514 1465 6 1 113.151 54.6012 -24.45 + 41 124.363 1172 6 0 113.157 54.6078 -25.85 + 41 145.294 1465 5 1 113.212 54.7156 -54.45 + 41 107.077 1173 5 0 113.221 54.7279 -55.85 + 41 132.463 1466 4 1 113.416 54.9804 -84.45 + 41 118.291 1174 4 0 113.417 54.9998 -85.85 + 41 164.971 1466 3 1 113.418 55.4113 -114.45 + 41 111.406 1176 3 0 113.424 55.4293 -115.85 + 41 116.588 1466 2 1 113.544 55.8327 -144.45 + 41 158.169 1179 2 0 113.541 55.8682 -145.85 + 41 146.988 1466 1 1 113.494 56.539 -174.45 + 41 121.742 1182 1 0 113.497 56.5637 -175.85 + 41 171.325 1185 0 0 113.589 57.0613 -205.85 + 41 164.254 1062 2 1 32.5656 45.371 -144.85 + 41 43.0119 1061 2 1 32.45 45.251 -144.743 + 41 47.6047 1186 0 0 126.124 57.45 -206.203 + 41 104.581 1521 0 1 124.476 47.5736 -204.85 + 41 115.595 1522 0 1 124.55 47.5527 -204.715 + 41 5.84284 1000 9 1 20.25 96.6082 65.5138 + 41 35.066 781 9 1 -23.7131 85.8929 65.15 + 41 272.147 1464 5 1 113.15 54.7416 -54.8 +Number of digits in this event = 59 Using G4ParticleGun ... -6.09753 LIN +2.19297 LIN gamma -Event: 55 -Number of tracker hits in this event = 12 - 55 222.796 498 2 1 -80.2641 -8.56807 -144.45 - 55 246.688 857 2 0 -80.2638 -8.56818 -145.85 - 55 329.845 498 1 1 -80.253 -8.56273 -174.45 - 55 288.222 857 1 0 -80.254 -8.56567 -175.85 - 55 526.703 498 0 1 -80.272 -8.6257 -204.45 - 55 418.5 857 0 0 -80.2721 -8.62898 -205.85 - 55 249.573 1 1 0 18.7082 -179.904 -176.25 - 55 9.29645 858 1 0 -80.8013 -8.25873 -175.85 - 55 348.051 859 1 0 -80.816 -8.25 -175.882 - 55 174.549 860 1 0 -80.9908 -8.04995 -176.11 - 55 24.9488 803 0 0 -108.569 -19.45 -206.14 - 55 8.2019 632 0 1 -53.6359 -92.6167 -204.85 -Number of digits in this event = 10 +Event: 42 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -9.07465 LIN +7.5331 LIN gamma -Event: 56 -Number of tracker hits in this event = 2 - 56 20.9239 809 1 0 -52.964 -18.05 -176.231 - 56 158.25 634 1 1 -53.108 -18.3521 -174.85 +Event: 43 +Number of tracker hits in this event = 70 + 43 243.716 1349 4 0 -100.144 90.0495 -85.85 + 43 107.973 400 3 1 -100.091 89.9342 -114.45 + 43 117.676 1349 3 0 -100.088 89.9308 -115.85 + 43 122.598 400 2 1 -100.039 89.8633 -144.45 + 43 112.507 1349 2 0 -100.035 89.8603 -145.85 + 43 109.522 400 1 1 -99.974 89.804 -174.45 + 43 123.193 1348 1 0 -99.969 89.8052 -175.85 + 43 114.283 401 0 1 -99.8686 89.8473 -204.45 + 43 418.621 1349 0 0 -99.866 89.8535 -205.85 + 43 52.9125 1795 1 0 -40.0161 179.15 -176.208 + 43 74.0109 1796 1 0 -39.8406 179.35 -175.957 + 43 8.20176 1424 1 0 -147.008 105.143 -176.248 + 43 150.13 1425 1 0 -147.033 105.15 -176.227 + 43 108.482 160 1 1 -148.003 105.396 -174.85 + 43 66.9288 159 1 1 -148.15 105.431 -174.685 + 43 93.2469 158 1 1 -148.35 105.468 -174.67 + 43 76.099 157 1 1 -148.55 105.552 -174.652 + 43 28.2854 156 1 1 -148.75 105.682 -174.816 + 43 31.8924 1432 1 0 -149.657 106.704 -175.85 + 43 165.105 1433 1 0 -149.716 106.75 -175.911 + 43 16.0459 1434 1 0 -149.86 106.95 -176.213 + 43 71.2142 1627 1 0 -138.439 145.735 -176.25 + 43 62.1685 1628 1 0 -138.385 145.75 -176.024 + 43 71.4953 214 1 1 -137.28 145.539 -174.85 + 43 305.317 215 1 1 -137.15 145.504 -174.809 + 43 91.6891 216 1 1 -136.95 145.719 -174.606 + 43 349.348 400 0 1 -100.071 89.9676 -204.45 + 43 80.6324 982 1 0 -95.2065 16.5243 -176.25 + 43 7.83431 663 2 1 -47.45 -24.9076 -144.53 + 43 50.2817 662 2 1 -47.45 -24.9289 -144.558 + 43 502.522 1127 0 0 -24.6871 45.6104 -206.25 + 43 80.1468 1126 0 0 -24.1203 45.45 -206.008 + 43 17.4552 1125 0 0 -24.0392 45.25 -205.888 + 43 143.655 778 0 1 -24.397 44.1739 -204.85 + 43 472.575 777 0 1 -24.45 44.044 -204.746 + 43 150.793 776 0 1 -24.6501 43.4344 -204.694 + 43 39.7128 1113 0 0 -25.1577 42.6647 -205.85 + 43 63.1311 401 6 1 -99.9248 90.05 -24.8185 + 43 141.609 399 5 1 -100.222 90.0023 -54.45 + 43 202.291 1349 5 0 -100.225 89.9975 -55.85 + 43 122.988 399 4 1 -100.279 89.8864 -84.45 + 43 107.974 399 3 1 -100.332 89.7113 -114.45 + 43 369.423 1348 3 0 -100.335 89.7068 -115.85 + 43 372.926 398 2 1 -100.391 89.6181 -144.45 + 43 106.699 1347 2 0 -100.396 89.6121 -145.85 + 43 116.944 398 1 1 -100.507 89.4991 -174.45 + 43 113.009 1347 1 0 -100.514 89.4899 -175.85 + 43 105.703 397 0 1 -100.649 89.3128 -204.45 + 43 188.988 1346 0 0 -100.656 89.302 -205.85 + 43 108.619 153 10 0 87.475 -149.35 94.0514 + 43 11.6698 1337 10 1 87.5811 -149.071 95.15 + 43 35.5187 161 10 0 88.9682 -147.926 94.15 + 43 45.1865 1663 3 0 103.954 152.75 -116.132 + 43 132.482 1343 2 0 -100.286 88.7408 -145.85 + 43 106.967 409 1 1 -98.2909 88.3969 -174.451 + 43 107.834 1341 1 0 -98.235 88.4175 -175.85 + 43 115.328 414 0 1 -97.1656 89.1025 -204.45 + 43 111.699 1345 0 0 -97.1435 89.1164 -205.851 + 43 2.18177 406 2 1 -98.9493 89.137 -144.451 + 43 124.882 405 2 1 -98.95 89.137 -144.46 + 43 114.669 1345 2 0 -99.0578 89.0955 -145.85 + 43 10.2474 1344 2 0 -99.0781 89.05 -146.218 + 43 1.93114 397 1 1 -100.744 85.2801 -174.45 + 43 238.688 396 1 1 -100.75 85.2755 -174.458 + 43 112.467 395 1 1 -100.95 85.1176 -174.715 + 43 140.243 1321 1 0 -101.884 84.45 -175.851 + 43 46.2711 1320 1 0 -102.161 84.25 -176.181 + 43 95.6689 283 0 1 -123.519 69.6002 -204.45 + 43 19.538 282 0 1 -123.55 69.5994 -204.769 + 43 102.878 1247 0 0 -123.751 69.5354 -205.85 +Number of digits in this event = 26 +Using G4ParticleGun ... +2.25963 LIN +gamma +Event: 44 +Number of tracker hits in this event = 31 + 44 301.664 1095 5 1 39.2002 -66.814 -54.45 + 44 225.032 566 5 0 39.2004 -66.8066 -55.85 + 44 243.32 1095 4 1 39.2217 -66.6268 -84.45 + 44 128.515 567 4 0 39.2029 -66.611 -85.85 + 44 132.812 1094 3 1 38.8812 -66.2498 -114.45 + 44 120.049 569 3 0 38.8503 -66.2378 -115.85 + 44 175.835 1091 2 1 38.3229 -66.0379 -144.45 + 44 115.627 570 2 0 38.3057 -66.0194 -145.85 + 44 116.972 1089 1 1 37.9303 -65.5969 -174.45 + 44 154.331 572 1 0 37.8958 -65.5745 -175.85 + 44 158.879 1085 0 1 37.1764 -65.049 -204.45 + 44 125.554 575 0 0 37.1262 -65.0217 -205.85 + 44 546.578 1086 0 1 37.25 -65.0268 -204.623 + 44 17.7884 577 0 0 37.501 -64.484 -205.85 + 44 85.7335 578 0 0 37.5089 -64.45 -205.927 + 44 92.5311 572 0 0 37.4663 -65.5883 -205.851 + 44 105.059 571 0 0 37.508 -65.65 -206.004 + 44 109.227 507 0 0 49.4233 -78.5817 -206.25 + 44 31.6489 506 0 0 49.4368 -78.65 -205.955 + 44 113.162 1149 0 1 49.8574 -79.7551 -204.85 + 44 207.795 1148 0 1 49.85 -79.8937 -204.671 + 44 361.681 1147 0 1 49.65 -80.2218 -204.528 + 44 95.4958 566 4 0 39.2294 -66.8484 -85.85 + 44 125.124 1096 3 1 39.3159 -66.8807 -114.45 + 44 131.015 565 3 0 39.3029 -66.8712 -115.85 + 44 116.096 1094 2 1 38.9011 -66.6962 -144.45 + 44 161.096 566 2 0 38.8938 -66.688 -145.85 + 44 114.579 1094 1 1 38.9075 -66.4426 -174.45 + 44 156.652 567 1 0 38.8983 -66.456 -175.85 + 44 137.152 1092 0 1 38.6271 -66.6836 -204.45 + 44 127.795 566 0 0 38.6118 -66.7285 -205.85 +Number of digits in this event = 21 +Using G4ParticleGun ... +9.62723 LIN +gamma +Event: 45 +Number of tracker hits in this event = 36 + 45 241.576 868 4 1 -6.2831 27.3095 -84.45 + 45 292.03 1036 4 0 -6.28129 27.3134 -85.85 + 45 103.076 869 3 1 -6.23768 27.4009 -114.45 + 45 355.775 1036 3 0 -6.23865 27.4039 -115.85 + 45 174.476 868 2 1 -6.2614 27.4672 -144.45 + 45 344.586 1037 2 0 -6.26224 27.4704 -145.85 + 45 330.312 868 1 1 -6.28665 27.5401 -174.45 + 45 407.189 1037 1 0 -6.28623 27.5442 -175.85 + 45 128.795 868 0 1 -6.26135 27.6197 -204.45 + 45 279.682 1037 0 0 -6.26184 27.6225 -205.85 + 45 25.421 948 3 0 54.7248 9.78576 -116.25 + 45 99.2808 1036 2 0 -6.22942 27.45 -146.099 + 45 43.6871 869 1 1 -6.24995 27.5886 -174.655 + 45 68.5849 1039 1 0 -6.16562 27.987 -175.85 + 45 71.0806 1040 1 0 -6.14255 28.0501 -176.028 + 45 93.6191 890 0 1 -2.00705 37.7913 -204.45 + 45 122.097 891 0 1 -1.84987 37.9849 -204.611 + 45 53.5041 1095 0 0 -0.888019 39.121 -205.85 + 45 104.284 1096 0 0 -0.780079 39.25 -205.979 + 45 58.5005 1097 0 0 -0.729542 39.45 -206.096 + 45 38.2728 1098 0 0 -0.711183 39.6504 -206.205 + 45 124.54 870 0 1 -5.97878 26.9536 -204.45 + 45 104.968 1034 0 0 -5.78262 26.9981 -205.85 + 45 60.3217 965 1 1 13.2094 -50.6214 -174.85 + 45 219.707 966 1 1 13.2501 -50.7758 -174.706 + 45 3.6735 783 0 1 -23.25 -52.3173 -204.767 + 45 244.784 868 3 1 -6.25 27.3933 -114.82 + 45 13.5459 1086 0 1 37.3251 162.845 -204.45 + 45 17.0173 904 1 0 -114.084 1.05 -176.088 + 45 244.148 316 1 1 -116.764 1.68116 -174.85 + 45 246.03 867 3 1 -6.46498 27.4005 -114.45 + 45 137.736 866 2 1 -6.84585 27.4738 -144.45 + 45 12.7565 865 2 1 -6.85 27.4753 -144.796 + 45 129.335 864 1 1 -7.2315 27.5922 -174.45 + 45 152.661 861 0 1 -7.67402 27.6441 -204.45 + 45 182.759 1307 2 0 -34.2299 81.5968 -146.25 +Number of digits in this event = 21 +Using G4ParticleGun ... +8.17011 LIN +gamma +Event: 46 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +2.15898 LIN +gamma +Event: 47 +Number of tracker hits in this event = 24 + 47 222.741 462 6 1 -87.5661 -86.1418 -24.45 + 47 279.693 469 6 0 -87.5638 -86.1436 -25.85 + 47 250.219 462 5 1 -87.4945 -86.1739 -54.45 + 47 250.151 469 5 0 -87.4908 -86.1579 -55.85 + 47 117.551 463 4 1 -87.4213 -85.8256 -84.45 + 47 246.047 471 4 0 -87.4144 -85.8113 -85.85 + 47 116.589 464 3 1 -87.2492 -85.5505 -114.45 + 47 105.295 472 3 0 -87.246 -85.5453 -115.85 + 47 134.136 464 2 1 -87.2237 -85.4265 -144.45 + 47 171.222 473 2 0 -87.2218 -85.4176 -145.85 + 47 124.279 464 1 1 -87.2082 -85.2557 -174.45 + 47 197.05 474 1 0 -87.1993 -85.2494 -175.85 + 47 121.2 464 0 1 -87.0569 -85.1495 -204.45 + 47 113.121 474 0 0 -87.0549 -85.1473 -205.85 + 47 103.545 462 4 1 -87.5503 -85.7443 -84.45 + 47 115.76 463 3 1 -87.3741 -85.2072 -114.45 + 47 104.717 474 3 0 -87.3521 -85.1901 -115.85 + 47 153.298 465 2 1 -86.9084 -84.8391 -144.45 + 47 108.684 476 2 0 -86.8766 -84.8242 -145.85 + 47 126.548 469 1 1 -86.2348 -84.5252 -174.45 + 47 167.022 477 1 0 -86.2089 -84.5157 -175.85 + 47 113.945 471 0 1 -85.6892 -84.312 -204.45 + 47 123.292 478 0 0 -85.6681 -84.2975 -205.85 + 47 134.562 395 0 1 -101.15 17.2613 -204.62 +Number of digits in this event = 18 +Using G4ParticleGun ... +9.97301 LIN +gamma +Event: 48 +Number of tracker hits in this event = 168 + 48 276.7 1032 11 1 26.4869 -54.2242 125.55 + 48 249.808 629 11 0 26.4875 -54.2254 124.15 + 48 372.199 1032 10 1 26.4995 -54.2514 95.55 + 48 74.9015 628 10 0 26.4997 -54.2503 94.15 + 48 261.547 629 10 0 26.4998 -54.25 93.8284 + 48 247.374 1032 9 1 26.5046 -54.2292 65.55 + 48 111.076 629 9 0 26.505 -54.2294 64.15 + 48 139.934 1032 8 1 26.5114 -54.2373 35.55 + 48 155.878 629 8 0 26.5113 -54.237 34.15 + 48 172.911 1032 7 1 26.5072 -54.2251 5.55 + 48 88.2758 629 7 0 26.5086 -54.224 4.15 + 48 401.308 1032 6 1 26.5389 -54.1956 -24.45 + 48 662.327 629 6 0 26.5387 -54.1954 -25.85 + 48 139.173 1032 5 1 26.547 -54.1888 -54.45 + 48 151.183 629 5 0 26.5461 -54.1887 -55.85 + 48 192.92 1032 4 1 26.5052 -54.1865 -84.45 + 48 105.509 629 4 0 26.5028 -54.1879 -85.85 + 48 153.205 1032 3 1 26.4579 -54.2084 -114.45 + 48 180.626 629 3 0 26.4578 -54.2083 -115.85 + 48 138.08 1031 2 1 26.4377 -54.2095 -144.45 + 48 115.114 629 2 0 26.4373 -54.2088 -145.85 + 48 146.379 1031 1 1 26.4289 -54.188 -174.45 + 48 162.103 629 1 0 26.4275 -54.1845 -175.85 + 48 154.365 1031 0 1 26.4103 -54.112 -204.45 + 48 132.194 629 0 0 26.4116 -54.1108 -205.85 + 48 48.3766 1296 14 1 79.2844 -42.5907 215.15 + 48 32.8219 667 0 0 -17.7778 -46.6336 -206.25 + 48 22.39 807 0 1 -18.6158 -46.3849 -204.85 + 48 127.07 806 0 1 -18.65 -46.3725 -204.788 + 48 429.186 1031 5 1 26.45 -54.1343 -54.507 + 48 140.022 630 5 0 26.2227 -54.0406 -55.85 + 48 59.2696 1006 4 1 21.2761 -52.4007 -84.45 + 48 63.228 1005 4 1 21.25 -52.3991 -84.6447 + 48 139.29 638 4 0 21.0758 -52.3758 -85.85 + 48 120.308 980 3 1 16.1011 -52.2742 -114.45 + 48 132.047 639 3 0 16.1313 -52.2138 -115.851 + 48 159.388 984 2 1 16.9459 -50.9141 -144.45 + 48 145.15 647 2 0 16.9376 -50.5655 -145.85 + 48 165.41 982 1 1 16.5699 -43.0593 -174.45 + 48 106.703 687 1 0 16.4275 -42.6218 -175.85 + 48 145.128 968 0 1 13.8108 -33.2729 -204.45 + 48 56.7064 736 0 0 13.6607 -32.7051 -205.85 + 48 91.9779 737 0 0 13.6451 -32.65 -205.981 + 48 4.08137 1116 0 1 43.25 38.9427 -204.673 + 48 25.4406 617 6 0 49.9233 -56.6156 -26.2499 + 48 208.162 616 6 0 49.9929 -56.65 -26.1721 + 48 147.446 1157 6 1 51.5008 -57.14 -24.8498 + 48 240.516 1158 6 1 51.6502 -57.1122 -24.6631 + 48 59.2723 622 6 0 49.8896 -55.5385 -25.85 + 48 130.8 623 6 0 49.715 -55.45 -25.9605 + 48 27.2564 624 6 0 49.3807 -55.25 -26.2222 + 48 144.548 1037 5 1 27.4615 -53.3578 -54.4509 + 48 183.871 634 5 0 27.551 -53.15 -55.85 + 48 101.327 1045 4 1 29.1039 -48.5217 -84.4501 + 48 25.8853 1044 4 1 29.05 -48.4746 -84.7551 + 48 104.157 658 4 0 28.8392 -48.32 -85.85 + 48 160.661 1020 3 1 24.1217 -44.6741 -114.45 + 48 78.3317 1019 3 1 24.05 -44.6749 -114.652 + 48 192.213 676 3 0 23.639 -44.6806 -115.85 + 48 105.289 965 2 1 13.145 -45.1952 -144.451 + 48 36.99 964 2 1 13.05 -45.2015 -144.715 + 48 152.448 674 2 0 12.6787 -45.1823 -145.85 + 48 12.4953 916 1 1 3.27148 -44.4151 -174.45 + 48 128.36 915 1 1 3.25 -44.4111 -174.485 + 48 22.6422 914 1 1 3.04994 -44.3807 -174.803 + 48 138.437 678 1 0 2.36767 -44.2917 -175.85 + 48 9.17072 811 0 1 -17.8394 -42.2655 -204.45 + 48 164.511 810 0 1 -17.85 -42.2533 -204.48 + 48 97.0635 691 0 0 -18.3799 -41.7362 -205.85 + 48 49.9838 692 0 0 -18.4765 -41.65 -206.103 + 48 456.072 628 6 0 26.4745 -54.2688 -25.85 + 48 154.712 631 5 0 26.3005 -53.7379 -55.8505 + 48 97.5813 1025 4 1 25.1117 -53.3694 -84.45 + 48 161.438 633 4 0 25.1142 -53.3447 -85.85 + 48 152.05 1025 3 1 25.221 -52.7962 -114.45 + 48 111.776 636 3 0 25.205 -52.8177 -115.85 + 48 112.297 1025 2 1 25.1013 -52.9879 -144.45 + 48 13.7729 635 2 0 25.1811 -52.8561 -145.85 + 48 114.239 636 2 0 25.1843 -52.85 -145.911 + 48 332.434 1033 1 1 26.8143 -49.9834 -174.45 + 48 68.6374 650 1 0 26.8675 -49.8638 -175.85 + 48 77.0144 651 1 0 26.8727 -49.85 -176.013 + 48 3.77094 1037 0 1 27.6482 -47.8209 -204.45 + 48 105.957 1038 0 1 27.65 -47.8196 -204.471 + 48 113.451 661 0 0 27.7919 -47.7361 -205.85 + 48 8.88142 625 3 0 26.694 -54.85 -115.884 + 48 189.465 628 1 0 26.8063 -54.4372 -175.85 + 48 110.7 1034 0 1 27.0324 -54.7811 -204.45 + 48 120.042 626 0 0 27.0066 -54.8089 -205.85 + 48 131.794 1036 0 1 27.409 -54.4504 -204.45 + 48 160.105 627 0 0 27.3265 -54.4714 -205.85 + 48 152.338 628 9 0 26.4486 -54.2847 64.15 + 48 119.468 1031 8 1 26.3883 -54.357 35.55 + 48 132.457 628 8 0 26.3836 -54.3569 34.15 + 48 440.023 1031 7 1 26.2904 -54.3702 5.55 + 48 426.136 628 7 0 26.2846 -54.3733 4.15 + 48 113.955 1030 6 1 26.1662 -54.4343 -24.45 + 48 248.385 1029 5 1 26.0146 -54.5218 -54.45 + 48 239.631 627 5 0 26.0057 -54.5252 -55.85 + 48 109.986 1028 4 1 25.8274 -54.5989 -84.45 + 48 125.099 627 4 0 25.817 -54.6022 -85.85 + 48 119.809 1027 3 1 25.6022 -54.6734 -114.45 + 48 139.313 626 3 0 25.5926 -54.6767 -115.85 + 48 231.264 1026 2 1 25.3958 -54.7383 -144.45 + 48 121.963 626 2 0 25.386 -54.7423 -145.85 + 48 118.531 1025 1 1 25.1795 -54.8209 -174.45 + 48 118.11 626 1 0 25.1692 -54.8239 -175.85 + 48 163.291 1024 0 1 24.9593 -54.8776 -204.45 + 48 127.803 625 0 0 24.9478 -54.8783 -205.85 + 48 23.3337 979 0 0 16.408 15.9894 -206.25 + 48 91.7791 980 0 0 16.4086 16.05 -206.168 + 48 55.2996 979 0 1 15.9217 16.3026 -204.85 + 48 138.36 978 0 1 15.85 16.3269 -204.699 + 48 76.1558 977 0 1 15.65 16.2969 -204.46 + 48 46.6268 976 0 1 15.45 16.2037 -204.524 + 48 43.9693 975 0 1 15.25 16.1891 -204.569 + 48 248.073 974 0 1 15.05 16.2052 -204.588 + 48 491.141 973 0 1 14.85 16.0874 -204.549 + 48 2.83532 972 0 1 14.641 15.9625 -204.45 + 48 82.0406 438 9 0 -123.932 -92.5053 63.75 + 48 99.3767 282 9 1 -123.609 -92.2829 65.15 + 48 59.5925 283 9 1 -123.55 -92.213 65.461 + 48 39.9413 670 6 0 -26.3945 -45.9588 -26.25 + 48 251.829 1026 4 1 25.2878 -55.235 -84.4502 + 48 206.211 625 4 0 25.2431 -54.8913 -85.85 + 48 71.109 626 4 0 25.2358 -54.85 -86.0154 + 48 20.3856 1021 3 1 24.2672 -46.4013 -114.45 + 48 127.405 669 3 0 23.9585 -46.1587 -115.85 + 48 27.0871 989 2 1 17.8783 -40.2885 -144.45 + 48 98.4872 988 2 1 17.8497 -40.2679 -144.535 + 48 108.177 700 2 0 17.4238 -39.9283 -145.85 + 48 18.797 701 2 0 17.3181 -39.8499 -146.179 + 48 96.0303 935 1 1 7.20369 -33.4182 -174.45 + 48 41.083 934 1 1 7.05 -33.42 -174.726 + 48 148.207 733 1 0 6.40429 -33.3524 -175.851 + 48 32.0038 804 0 1 -19.174 -28.0055 -204.45 + 48 163.488 803 0 1 -19.25 -27.9794 -204.526 + 48 40.4412 802 0 1 -19.4501 -27.9188 -204.742 + 48 69.0808 761 0 0 -20.3146 -27.6813 -205.85 + 48 99.9433 762 0 0 -20.4447 -27.65 -206.002 + 48 297.457 1031 6 1 26.2881 -54.5562 -24.45 + 48 249.381 627 6 0 26.2814 -54.5667 -25.85 + 48 164.225 1030 5 1 26.1232 -54.7954 -54.45 + 48 144.475 626 5 0 26.1138 -54.8036 -55.85 + 48 139.318 1029 4 1 25.8991 -55.0198 -84.45 + 48 101.141 1029 3 1 25.8768 -55.2633 -114.45 + 48 123.904 623 3 0 25.8772 -55.2715 -115.85 + 48 124.336 1029 2 1 25.8841 -55.4341 -144.45 + 48 113.034 623 2 0 25.8864 -55.4401 -145.85 + 48 128.703 1029 1 1 25.937 -55.5872 -174.45 + 48 140.752 622 1 0 25.9396 -55.5927 -175.85 + 48 112.675 1029 0 1 26.0111 -55.7369 -204.45 + 48 339.207 621 0 0 26.0137 -55.7384 -205.85 + 48 57.6554 298 3 1 -120.35 -46.6615 -114.581 + 48 80.591 433 3 1 -93.4089 -31.418 -114.45 + 48 58.1062 434 3 1 -93.35 -31.3668 -114.495 + 48 96.1551 297 3 1 -120.55 -46.6347 -114.602 + 48 244.036 296 3 1 -120.75 -46.6052 -114.669 + 48 142.932 625 5 0 26.3551 -54.9815 -55.85 + 48 124.484 623 4 0 26.4837 -55.3719 -85.85 + 48 119.766 1034 3 1 26.9178 -55.7724 -114.45 + 48 114.448 621 3 0 26.9384 -55.7876 -115.85 + 48 111.83 1036 2 1 27.2999 -56.029 -144.45 + 48 153.442 620 2 0 27.3414 -56.0236 -145.85 + 48 140.263 1040 1 1 28.1729 -55.9097 -174.45 + 48 125.636 620 1 0 28.2401 -55.91 -175.85 + 48 116.103 1047 0 1 29.5652 -55.9674 -204.45 + 48 117.85 620 0 0 29.6154 -55.9708 -205.85 +Number of digits in this event = 89 +Using G4ParticleGun ... +9.22567 LIN +gamma +Event: 49 +Number of tracker hits in this event = 14 + 49 218.321 259 2 1 -128.175 55.4214 -144.504 + 49 446.883 1176 2 0 -128.175 55.4207 -145.85 + 49 331.136 259 1 1 -128.167 55.4065 -174.45 + 49 276.459 1176 1 0 -128.166 55.3993 -175.85 + 49 299.391 259 0 1 -128.197 55.2593 -204.45 + 49 98.1557 1175 0 0 -128.194 55.2479 -205.85 + 49 74.7412 1164 0 0 43.1642 53.05 -206.221 + 49 151.298 1163 0 0 44.0309 52.85 -205.944 + 49 146.018 258 0 1 -128.438 55.1631 -204.45 + 49 182.16 257 0 1 -128.55 54.9558 -204.631 + 49 218.806 1169 0 0 -128.703 53.996 -205.85 + 49 38.8626 1245 0 0 -120.218 69.05 -206.09 + 49 107.97 307 0 1 -118.597 69.5369 -204.85 + 49 121.731 1176 0 0 -128.186 55.4381 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +7.46263 LIN +gamma +Event: 50 +Number of tracker hits in this event = 65 + 50 205.424 1598 7 1 139.785 -25.7742 5.55 + 50 244.128 771 7 0 139.788 -25.772 4.15 + 50 287.037 1598 6 1 139.859 -25.8992 -24.45 + 50 140.587 770 6 0 139.882 -25.9141 -25.85 + 50 191.844 1601 5 1 140.387 -26.2582 -54.45 + 50 138.268 768 5 0 140.434 -26.2839 -55.85 + 50 112.801 1606 4 1 141.398 -26.8454 -84.45 + 50 150.429 765 4 0 141.432 -26.8583 -85.85 + 50 109.259 1609 3 1 142.019 -26.8388 -114.45 + 50 114.871 766 3 0 141.977 -26.8201 -115.85 + 50 89.672 1605 2 1 141.152 -26.5115 -144.45 + 50 63.0376 1604 2 1 141.15 -26.5112 -144.65 + 50 121.453 767 2 0 141.142 -26.5173 -145.85 + 50 107.864 1603 1 1 140.791 -26.6382 -174.45 + 50 84.3271 767 1 0 140.783 -26.649 -175.85 + 50 28.2428 766 1 0 140.781 -26.65 -176.127 + 50 149.178 1601 0 1 140.486 -26.6687 -204.45 + 50 128.333 766 0 0 140.46 -26.6816 -205.85 + 50 122.747 729 0 0 141.15 -34.2147 -206.25 + 50 106.656 728 0 0 141.146 -34.25 -206.16 + 50 4.61465 727 0 0 141.178 -34.4502 -205.865 + 50 43.1422 1607 0 1 141.704 -35.8241 -204.85 + 50 60.2965 1608 0 1 141.75 -35.921 -204.775 + 50 67.4226 1609 0 1 141.95 -36.0568 -204.748 + 50 62.483 1610 0 1 142.15 -36.1578 -204.802 + 50 77.6245 706 0 0 150.981 -38.7919 -205.85 + 50 93.304 705 0 0 151.128 -38.85 -205.866 + 50 111.545 704 0 0 151.369 -39.05 -205.953 + 50 80.4402 703 0 0 151.656 -39.2502 -206.136 + 50 150.343 702 0 0 151.863 -39.4501 -206.207 + 50 204.804 701 0 0 152.193 -39.65 -206.13 + 50 164.003 700 0 0 152.373 -39.85 -206.213 + 50 28.1333 541 0 0 158.459 -71.7812 -206.25 + 50 70.7133 540 0 0 158.473 -71.85 -206.19 + 50 163.399 539 0 0 158.54 -72.05 -206.027 + 50 44.567 538 0 0 158.575 -72.25 -205.938 + 50 5.3277 1696 0 1 159.535 -72.7415 -204.85 + 50 122.218 1697 0 1 159.55 -72.7447 -204.836 + 50 93.9875 1698 0 1 159.75 -72.8085 -204.585 + 50 233.537 1699 0 1 159.95 -72.8483 -204.632 + 50 9.80472 907 2 0 64.2227 1.48537 -146.25 + 50 59.4647 1286 2 1 77.25 -0.812543 -144.831 + 50 115.947 771 6 0 139.802 -25.7688 -25.85 + 50 166.548 1598 5 1 139.818 -25.7681 -54.45 + 50 198.801 771 5 0 139.819 -25.7683 -55.85 + 50 96.6971 1598 4 1 139.844 -25.7728 -84.45 + 50 171.052 771 4 0 139.842 -25.7758 -85.85 + 50 107.053 1598 3 1 139.812 -25.8349 -114.45 + 50 103.386 771 3 0 139.811 -25.8376 -115.85 + 50 299.795 1598 2 1 139.787 -25.8981 -144.45 + 50 108.649 770 2 0 139.788 -25.8995 -145.85 + 50 107.897 1598 1 1 139.807 -25.9226 -174.45 + 50 313.774 770 1 0 139.807 -25.9237 -175.85 + 50 149.489 1598 0 1 139.817 -25.9413 -204.45 + 50 103.109 770 0 0 139.815 -25.9413 -205.85 + 50 69.1355 11 0 0 40.3593 -177.864 -206.25 + 50 105.61 10 0 0 40.3499 -177.95 -206.143 + 50 26.3189 1100 0 1 40.1033 -177.813 -204.85 + 50 78.7668 1099 0 1 40.05 -177.771 -204.786 + 50 349.941 1098 0 1 39.8496 -177.833 -204.615 + 50 299.267 715 13 1 -36.85 8.52051 185.398 + 50 65.4746 714 13 1 -37.05 8.48119 185.307 + 50 138.253 769 1 0 139.647 -26.05 -176.019 + 50 26.0735 768 1 0 139.759 -26.25 -176.219 + 50 125.251 585 1 0 130.213 -62.9986 -176.25 +Number of digits in this event = 29 +Using G4ParticleGun ... +4.8238 LIN +gamma +Event: 51 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +3.06076 LIN +gamma +Event: 52 +Number of tracker hits in this event = 1 + 52 129.794 1664 1 1 153.014 84.8303 -174.85 Number of digits in this event = 4 Using G4ParticleGun ... -7.36338 LIN +9.1645 LIN +gamma +Event: 53 +Number of tracker hits in this event = 3 + 53 50.4888 1617 2 1 143.658 51.3562 -144.45 + 53 50.5388 487 8 1 -82.45 -44.1196 35.3265 + 53 22.8953 488 8 1 -82.4499 -44.22 35.4897 +Number of digits in this event = 2 +Using G4ParticleGun ... +4.09225 LIN +gamma +Event: 54 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +7.08047 LIN +gamma +Event: 55 +Number of tracker hits in this event = 6 + 55 220.429 990 0 1 18.06 96.2224 -204.45 + 55 242.386 1380 0 0 18.0597 96.2231 -205.85 + 55 0.374544 1090 2 0 41.1057 38.25 -146.048 + 55 254.479 1107 2 1 41.4569 38.0375 -144.85 + 55 4.89253 1106 2 1 41.45 38.0358 -144.774 + 55 42.6647 891 2 0 72.869 -1.7242 -146.25 +Number of digits in this event = 5 +Using G4ParticleGun ... +1.87128 LIN +gamma +Event: 56 +Number of tracker hits in this event = 13 + 56 395.263 1227 2 1 65.4862 -133.739 -144.45 + 56 279.709 232 2 0 65.4863 -133.739 -145.85 + 56 115.532 1227 1 1 65.485 -133.723 -174.45 + 56 118.973 232 1 0 65.4831 -133.719 -175.85 + 56 271.428 1227 0 1 65.4531 -133.706 -204.45 + 56 239.357 232 0 0 65.4501 -133.712 -205.85 + 56 116.096 1228 0 1 65.65 -133.878 -204.52 + 56 157.426 1226 1 1 65.3175 -133.823 -174.45 + 56 107.276 231 1 0 65.312 -133.813 -175.85 + 56 296.984 1225 0 1 65.1954 -133.632 -204.45 + 56 27.4298 1224 0 1 65.0225 -133.586 -204.45 + 56 28.3527 236 0 0 65.6051 -132.789 -205.85 + 56 146.669 237 0 0 65.6151 -132.75 -205.933 +Number of digits in this event = 10 +Using G4ParticleGun ... +1.15575 LIN gamma Event: 57 -Number of tracker hits in this event = 14 - 57 332 1607 4 1 141.738 40.5007 -84.45 - 57 243.6 1102 4 0 141.735 40.5029 -85.85 - 57 337.187 1607 3 1 141.652 40.5455 -114.45 - 57 332.774 1102 3 0 141.655 40.5449 -115.85 - 57 236.359 1607 2 1 141.718 40.5312 -144.45 - 57 246.803 1102 2 0 141.691 40.5379 -145.85 - 57 306.743 1604 1 1 141.145 40.6635 -174.45 - 57 100.789 1103 1 0 141.119 40.6737 -175.85 - 57 159.797 1602 0 1 140.613 40.8878 -204.45 - 57 110.416 1104 0 0 140.586 40.9039 -205.85 - 57 139.262 1607 1 1 141.708 40.4381 -174.45 - 57 98.9945 1101 1 0 141.706 40.4375 -175.85 - 57 115.945 1607 0 1 141.669 40.4207 -204.45 - 57 116.339 1101 0 0 141.679 40.4296 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 10 + 57 261.567 897 1 1 -0.632571 -57.3628 -174.45 + 57 218.717 613 1 0 -0.637234 -57.3604 -175.85 + 57 179.968 896 0 1 -0.729376 -57.3076 -204.45 + 57 138.192 613 0 0 -0.733443 -57.3163 -205.85 + 57 30.6729 911 3 0 -28.5351 2.25 -115.851 + 57 161.889 1336 2 0 45.7065 87.2726 -146.25 + 57 100.725 897 0 1 -0.65 -57.3352 -204.673 + 57 80.9075 898 0 1 -0.45 -57.3556 -204.81 + 57 370.784 615 0 0 0.430665 -56.9288 -205.85 + 57 124.841 900 0 1 0.193524 -56.9159 -204.45 +Number of digits in this event = 8 Using G4ParticleGun ... -3.85773 LIN +3.96708 LIN gamma Event: 58 Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -6.25992 LIN +7.83399 LIN gamma Event: 59 -Number of tracker hits in this event = 8 - 59 14.2919 768 4 1 -26.3819 -18.2898 -84.45 - 59 45.1911 767 4 1 -26.45 -18.5109 -84.5841 - 59 66.7513 296 0 0 -61.2371 -120.801 -206.25 - 59 87.1249 295 0 0 -61.2803 -120.95 -206.162 - 59 89.1743 294 0 0 -61.4378 -121.15 -206.059 - 59 3.18742 589 0 1 -62.2474 -121.517 -204.85 - 59 140.786 588 0 1 -62.25 -121.518 -204.846 - 59 36.6023 374 3 1 -105.215 -162.309 -114.85 -Number of digits in this event = 3 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -4.42311 LIN +1.97092 LIN gamma Event: 60 -Number of tracker hits in this event = 2 - 60 47.9598 150 0 0 -81.1568 -149.95 -205.997 - 60 114.333 491 0 1 -81.7456 -149.321 -204.85 -Number of digits in this event = 2 +Number of tracker hits in this event = 88 + 60 258.233 879 9 1 -4.14198 -50.3093 65.55 + 60 219.077 648 9 0 -4.14279 -50.3103 64.15 + 60 234.01 879 8 1 -4.18607 -50.3154 35.55 + 60 288.886 648 8 0 -4.18248 -50.3212 34.15 + 60 333.778 879 7 1 -4.0955 -50.4408 5.55 + 60 624.659 648 7 0 -4.09038 -50.449 4.15 + 60 56.0477 647 7 0 -4.08959 -50.45 3.97022 + 60 138.158 880 6 1 -3.9351 -50.5564 -24.45 + 60 96.5209 647 6 0 -3.91578 -50.5692 -25.85 + 60 145.446 882 5 1 -3.53061 -50.879 -54.45 + 60 135.122 645 5 0 -3.50811 -50.9346 -55.85 + 60 113.021 884 4 1 -3.05897 -52.1022 -84.45 + 60 112.301 639 4 0 -3.03847 -52.144 -85.85 + 60 151.626 886 3 1 -2.66302 -53.0585 -114.45 + 60 122.338 634 3 0 -2.62656 -53.1168 -115.85 + 60 12.3977 890 2 1 -1.85084 -54.2102 -144.45 + 60 123.802 891 2 1 -1.85 -54.2105 -144.48 + 60 133.575 629 2 0 -1.80973 -54.2261 -145.85 + 60 114.068 895 1 1 -0.890035 -54.5585 -174.45 + 60 133.518 626 1 0 -0.84956 -54.6782 -175.85 + 60 138.443 899 0 1 -0.142423 -57.0759 -204.45 + 60 109.96 614 0 0 -0.113088 -57.1784 -205.85 + 60 20.9402 1339 1 0 -1.99484 88.0246 -176.25 + 60 205.548 1340 1 0 -2.02436 88.05 -176.222 + 60 48.929 1425 0 1 105.15 -57.9845 -204.568 + 60 0.114619 1426 0 1 105.35 -57.9828 -204.451 + 60 181.747 887 3 1 -2.65 -53.0863 -114.743 + 60 128.317 888 2 1 -2.3107 -49.9583 -144.45 + 60 138.383 887 2 1 -2.45 -49.9492 -144.63 + 60 20.6402 649 2 0 -3.49755 -50.0874 -145.85 + 60 63.8729 650 2 0 -3.52396 -50.05 -145.896 + 60 68.555 651 2 0 -3.51266 -49.85 -145.903 + 60 303.983 882 2 1 -3.54131 -49.025 -144.85 + 60 67.238 657 2 0 -4.00149 -48.5074 -145.85 + 60 129.026 656 2 0 -4.08942 -48.6505 -146.021 + 60 62.4369 886 2 1 -2.65 -49.9265 -144.66 + 60 32.0389 885 2 1 -2.85 -49.9003 -144.789 + 60 175.568 652 2 0 -4.63761 -49.65 -145.917 + 60 18.6419 909 2 0 -6.72075 2.00707 -146.25 + 60 165.132 910 2 0 -6.67498 2.05 -146.222 + 60 88.5026 911 2 0 -6.45728 2.25 -146.073 + 60 33.9524 912 2 0 -6.26958 2.45 -145.916 + 60 1.218 874 2 1 -5.05343 3.87657 -144.85 + 60 89.8079 875 2 1 -5.05 3.88059 -144.847 + 60 98.3975 876 2 1 -4.85 4.10892 -144.693 + 60 213.571 877 2 1 -4.65 4.3097 -144.533 + 60 12.4246 1291 3 0 -60.0141 78.405 -116.25 + 60 83.6474 1292 3 0 -60.0491 78.45 -116.234 + 60 75.4679 1293 3 0 -60.2215 78.65 -116.161 + 60 112.547 1294 3 0 -60.4261 78.85 -116.093 + 60 166.109 1295 3 0 -60.6814 79.0501 -116.057 + 60 374.967 1296 3 0 -60.8969 79.2502 -116.024 + 60 326.333 1297 3 0 -61.092 79.45 -116.009 + 60 127.402 1647 3 0 -154.16 149.579 -116.25 + 60 143.344 1648 3 0 -154.304 149.75 -116.184 + 60 23.0729 1649 3 0 -154.412 149.95 -115.869 + 60 86.2584 124 3 1 -155.281 152.054 -114.85 + 60 227.599 1674 3 0 -154.377 155.034 -115.85 + 60 89.207 1673 3 0 -154.241 154.95 -115.98 + 60 88.0375 1298 3 0 -61.1652 79.65 -116.067 + 60 139.439 1299 3 0 -61.3112 79.8504 -116.066 + 60 109.415 1300 3 0 -61.4693 80.05 -116.053 + 60 117.908 1301 3 0 -61.7135 80.25 -115.997 + 60 168.67 1302 3 0 -61.9626 80.45 -116.075 + 60 6.0019 1303 3 0 -62.1339 80.65 -115.861 + 60 159.357 585 3 1 -62.8939 81.5352 -114.85 + 60 41.0502 584 3 1 -63.0501 81.543 -114.78 + 60 110.039 592 3 1 -61.5607 80.5384 -114.85 + 60 30.7298 591 3 1 -61.65 80.7909 -114.54 + 60 81.2923 910 2 1 2.05 9.03873 -144.652 + 60 162.038 909 2 1 2.05 9.18696 -144.575 + 60 175.323 878 6 1 -4.2937 -50.3073 -24.45 + 60 109.319 648 6 0 -4.30131 -50.3085 -25.85 + 60 178.398 877 5 1 -4.46353 -50.3631 -54.45 + 60 99.3913 648 5 0 -4.46921 -50.3728 -55.85 + 60 114.55 877 4 1 -4.55814 -50.534 -84.45 + 60 107.216 647 4 0 -4.55894 -50.5433 -85.85 + 60 328.617 877 3 1 -4.58245 -50.7419 -114.45 + 60 127.825 646 3 0 -4.58511 -50.7509 -115.85 + 60 110.254 645 2 0 -4.62755 -50.948 -145.85 + 60 113.561 877 1 1 -4.64132 -51.0271 -174.45 + 60 120.713 645 1 0 -4.63626 -51.0287 -175.85 + 60 252.989 877 0 1 -4.5415 -51.0168 -204.45 + 60 156.001 645 0 0 -4.53652 -51.025 -205.85 + 60 103.711 874 1 1 -5.09142 -50.6441 -174.45 + 60 135.896 646 1 0 -5.08861 -50.6986 -175.85 + 60 238.879 876 0 1 -4.81486 -51.4268 -204.45 + 60 153.757 642 0 0 -4.93604 -51.5578 -205.85 +Number of digits in this event = 46 Using G4ParticleGun ... -9.8427 LIN +8.48343 LIN gamma Event: 61 -Number of tracker hits in this event = 74 - 61 220.378 954 10 1 10.9831 -17.492 95.55 - 61 226.906 812 10 0 10.9836 -17.4921 94.15 - 61 567.7 954 9 1 10.9925 -17.4926 65.55 - 61 261.032 812 9 0 10.9933 -17.4925 64.15 - 61 99.2796 954 8 1 11.0124 -17.4895 35.55 - 61 231.379 812 8 0 11.0136 -17.4892 34.15 - 61 151.124 954 7 1 11.0409 -17.4838 5.55 - 61 227.907 812 7 0 11.0425 -17.4836 4.15 - 61 125.807 955 6 1 11.0735 -17.4792 -24.45 - 61 131.722 812 6 0 11.0752 -17.4797 -25.85 - 61 119.611 955 5 1 11.1124 -17.4904 -54.45 - 61 133.677 812 5 0 11.1143 -17.4911 -55.85 - 61 109.077 955 4 1 11.154 -17.5085 -84.45 - 61 106.792 812 4 0 11.1557 -17.51 -85.85 - 61 131.686 955 3 1 11.1881 -17.5397 -114.45 - 61 117.713 812 3 0 11.1881 -17.5414 -115.85 - 61 126.784 955 2 1 11.1906 -17.5743 -144.45 - 61 139.351 812 2 0 11.1912 -17.5761 -145.85 - 61 104.103 955 1 1 11.2044 -17.6095 -174.45 - 61 115.495 812 1 0 11.205 -17.6116 -175.85 - 61 225.567 955 0 1 11.2173 -17.6506 -204.45 - 61 177.227 811 0 0 11.2174 -17.6523 -205.85 - 61 181.386 960 1 1 12.2418 -130.129 -174.85 - 61 8.86582 961 1 1 12.2501 -130.24 -174.678 - 61 49.7961 812 0 0 11.236 -17.65 -205.944 - 61 72.3356 611 3 1 -57.7161 -178.713 -114.85 - 61 83.957 610 3 1 -57.85 -178.916 -114.717 - 61 18.6809 609 3 1 -58.05 -179.073 -114.525 - 61 248.365 813 0 0 11.0375 -17.3902 -205.85 - 61 180.466 880 0 0 14.4023 -3.925 -206.25 - 61 112.564 313 2 0 -59.243 -117.35 -146 - 61 104.448 607 2 1 -58.5638 -117.949 -144.85 - 61 61.5634 590 1 1 -61.8867 -48.2992 -174.85 - 61 99.3567 956 0 1 11.2596 -17.3837 -204.45 - 61 15.3978 814 0 0 11.7146 -17.064 -205.85 - 61 117.287 815 0 0 11.74 -17.05 -205.914 - 61 129.177 952 8 1 10.5715 -17.5603 35.55 - 61 153.37 949 7 1 9.96426 -17.5963 5.55 - 61 126.554 942 6 1 8.58878 -18.0525 -24.45 - 61 115.626 809 6 0 8.50318 -18.0674 -25.85 - 61 126.132 932 5 1 6.64241 -18.2668 -54.45 - 61 125.597 808 5 0 6.53065 -18.279 -55.85 - 61 136.545 921 4 1 4.34229 -18.5822 -84.45 - 61 109.195 807 4 0 4.23702 -18.6266 -85.85 - 61 93.4027 910 3 1 2.08522 -19.5108 -114.45 - 61 8.9604 909 3 1 2.05 -19.5299 -114.809 - 61 198.999 802 3 0 1.95417 -19.5898 -115.85 - 61 273.895 896 2 1 -0.802667 -21.222 -144.45 - 61 99.9419 793 2 0 -0.920795 -21.3201 -145.85 - 61 128.269 884 1 1 -3.17001 -23.3438 -174.45 - 61 123.904 783 1 0 -3.23862 -23.4023 -175.85 - 61 116.549 877 0 1 -4.61124 -24.5308 -204.45 - 61 102.625 776 0 0 -4.67039 -24.6548 -205.85 - 61 12.8701 895 2 1 -0.85 -21.1521 -144.777 - 61 193.662 919 3 1 3.86802 -18.999 -114.45 - 61 107.899 804 3 0 3.90864 -19.0645 -115.85 - 61 123.397 922 2 1 4.62649 -19.9611 -144.45 - 61 114.327 801 2 0 4.61995 -19.7733 -145.85 - 61 122.716 921 1 1 4.44617 -15.8078 -174.45 - 61 56.168 821 1 0 4.3319 -15.6716 -175.85 - 61 56.4072 822 1 0 4.31254 -15.65 -176.061 - 61 127.775 905 0 1 1.21852 -12.562 -204.45 - 61 134.973 837 0 0 1.06241 -12.5069 -205.85 - 61 73.5418 920 3 1 4.05006 -19.0919 -114.656 - 61 157.685 803 3 0 4.84411 -19.3068 -115.85 - 61 112.369 787 3 0 26.1766 -22.5201 -116.25 - 61 114.956 1032 3 1 26.4615 -22.5849 -114.85 - 61 95.5137 946 5 1 9.37345 -17.4779 -54.45 - 61 76.04 945 5 1 9.25 -17.3134 -54.723 - 61 97.822 944 5 1 9.04997 -17.1601 -54.6898 - 61 146.577 943 5 1 8.84994 -17.1257 -54.6317 - 61 133.799 942 5 1 8.65 -17.1563 -54.7508 - 61 68.8456 816 5 0 8.65541 -16.8192 -55.85 - 61 101.281 815 5 0 8.67177 -16.85 -55.9106 -Number of digits in this event = 37 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -3.26895 LIN +3.1501 LIN gamma Event: 62 -Number of tracker hits in this event = 59 - 62 313.041 1295 4 1 79.2421 -6.94025 -84.45 - 62 237.439 865 4 0 79.2417 -6.9401 -85.85 - 62 172.115 1295 3 1 79.2372 -6.93533 -114.45 - 62 116.721 865 3 0 79.236 -6.9383 -115.85 - 62 109.3 1295 2 1 79.2036 -7.00624 -144.45 - 62 121.856 865 2 0 79.2033 -7.0135 -145.85 - 62 137.51 1295 1 1 79.1923 -7.17883 -174.45 - 62 228.499 864 1 0 79.1907 -7.18566 -175.85 - 62 119.534 1295 0 1 79.1544 -7.31979 -204.45 - 62 236.7 863 0 0 79.2838 -7.30782 -205.85 - 62 38.4158 838 9 0 166.478 -12.316 63.75 - 62 67.0839 1739 9 1 168.097 -12.8376 65.15 - 62 98.9657 1036 3 0 119.241 27.2989 -116.25 - 62 401.209 1296 3 1 79.2563 -6.93614 -114.45 - 62 242.98 866 3 0 79.4137 -6.84753 -115.85 - 62 127.351 1316 2 1 83.3396 -4.67334 -144.45 - 62 96.8314 876 2 0 83.2229 -4.74423 -145.85 - 62 163.215 1312 1 1 82.5267 -1.17924 -174.45 - 62 118.701 891 1 0 82.9119 -1.69033 -175.85 - 62 138.81 1350 0 1 90.1947 -13.4478 -204.45 - 62 73.8362 827 0 0 90.5173 -14.5055 -205.85 - 62 97.6161 826 0 0 90.5598 -14.65 -206.04 - 62 54.8329 407 3 0 9.67735 -98.7033 -116.25 - 62 130.571 406 3 0 9.70975 -98.75 -116.241 - 62 105.932 863 3 0 79.3498 -7.32308 -115.85 - 62 135.166 1315 2 1 83.0678 -14.4627 -144.45 - 62 294.72 1314 2 1 83.05 -14.4216 -144.593 - 62 15.9406 829 2 0 82.7872 -14.0645 -145.85 - 62 118.253 830 2 0 82.7769 -14.05 -145.901 - 62 160.192 1287 1 1 77.581 -10.0508 -174.45 - 62 66.137 849 1 0 77.7962 -10.2136 -175.85 - 62 51.8884 848 1 0 77.8461 -10.25 -176.13 - 62 232.075 865 1 0 61.366 -7.05 -176.07 - 62 35.658 866 1 0 61.2092 -6.85 -175.869 - 62 35.6394 1186 1 1 57.3535 -5.50604 -174.85 - 62 70.8029 1185 1 1 57.2498 -5.47839 -174.824 - 62 80.8908 1184 1 1 57.05 -5.35347 -174.765 - 62 55.7684 1183 1 1 56.8499 -5.20342 -174.736 - 62 110.497 1182 1 1 56.65 -5.08087 -174.666 - 62 287.342 1181 1 1 56.45 -4.8907 -174.535 - 62 127.247 1180 1 1 56.25 -4.72875 -174.451 - 62 10.8993 883 1 0 56.8423 -3.26747 -175.85 - 62 102.153 884 1 0 56.8494 -3.25 -175.875 - 62 68.6473 885 1 0 56.861 -3.04941 -176.086 - 62 39.0361 886 1 0 56.7493 -2.85 -176.181 - 62 10.905 1007 1 0 44.2275 21.6299 -176.25 - 62 195.715 1008 1 0 44.249 21.65 -176.223 - 62 36.5867 1009 1 0 44.5369 21.85 -176.104 - 62 151.544 1203 1 1 60.7874 -5.21137 -174.85 - 62 42.9689 1202 1 1 60.6499 -5.0345 -174.726 - 62 80.2803 825 2 0 82.7104 -14.8811 -145.85 - 62 97.2254 1291 3 1 78.4334 -6.72817 -114.45 - 62 211.559 1288 2 1 77.688 -6.75605 -144.45 - 62 130.269 866 2 0 77.643 -6.76197 -145.85 - 62 96.0603 1283 1 1 76.703 -6.94714 -174.45 - 62 121.78 1278 0 1 75.7483 -7.38831 -204.45 - 62 67.7057 862 0 0 75.7137 -7.45 -206.064 - 62 304.366 1275 2 0 -17.7652 75.1033 -146.249 - 62 101.316 1276 2 0 -18.2425 75.25 -146.07 -Number of digits in this event = 28 +Number of tracker hits in this event = 18 + 62 212.126 873 3 1 -5.42111 125.387 -114.45 + 62 288.615 1526 3 0 -5.42158 125.386 -115.85 + 62 250.739 873 2 1 -5.43072 125.35 -144.45 + 62 226.853 1526 2 0 -5.43176 125.351 -145.85 + 62 102.498 873 1 1 -5.44488 125.38 -174.45 + 62 108.673 1526 1 0 -5.46151 125.384 -175.85 + 62 147.834 871 0 1 -5.81319 125.459 -204.45 + 62 461.965 1526 0 0 -5.82866 125.466 -205.85 + 62 49.0481 1321 6 0 -142.932 84.4214 -26.2492 + 62 170.964 1322 6 0 -143.023 84.45 -26.0853 + 62 442.321 182 6 1 -143.611 84.6302 -24.85 + 62 17.2636 181 6 1 -143.75 84.6132 -24.5725 + 62 348.184 872 1 1 -5.4608 125.33 -174.45 + 62 464.412 1525 1 0 -5.46743 125.305 -175.85 + 62 103.489 873 0 1 -5.43074 125.071 -204.45 + 62 105.671 1524 0 0 -5.43529 125.105 -205.85 + 62 396.341 872 0 1 -5.49623 125.443 -204.45 + 62 278.661 1531 0 0 -40.5707 126.385 -206.25 +Number of digits in this event = 14 Using G4ParticleGun ... -6.78298 LIN +6.76895 LIN gamma Event: 63 -Number of tracker hits in this event = 42 - 63 268.164 1080 6 1 36.1491 102.785 -24.45 - 63 222.719 1413 6 0 36.1487 102.786 -25.85 - 63 373.375 1080 5 1 36.1389 102.808 -54.45 - 63 256.65 1413 5 0 36.1385 102.808 -55.85 - 63 235.408 1080 4 1 36.1142 102.813 -84.45 - 63 236.194 1413 4 0 36.1129 102.818 -85.85 - 63 258.752 1080 3 1 36.0937 102.891 -114.45 - 63 380.489 1413 3 0 36.0923 102.891 -115.85 - 63 132.358 1079 2 1 36.0492 102.886 -144.45 - 63 446.633 1413 2 0 36.036 102.88 -145.85 - 63 136.376 1078 1 1 35.7696 102.697 -174.45 - 63 304.635 1412 1 0 35.7868 102.669 -175.85 - 63 144.083 1080 0 1 36.2032 102.072 -204.45 - 63 115.855 1409 0 0 36.2419 102.073 -205.85 - 63 102.509 1349 3 0 3.02433 89.8893 -116.25 - 63 338.102 518 7 1 -76.2815 6.88288 5.15 - 63 345.444 1080 2 1 36.0752 102.925 -144.45 - 63 113.084 1085 1 1 37.2053 103.121 -174.45 - 63 114.266 1415 1 0 37.2439 103.292 -175.85 - 63 102.523 1088 0 1 37.6631 106.096 -204.45 - 63 108.164 1430 0 0 37.7527 106.194 -205.85 - 63 119.44 1074 1 1 34.9387 103.261 -174.45 - 63 167.128 1416 1 0 34.9136 103.397 -175.85 - 63 176.825 1071 0 1 34.2799 106.282 -204.45 - 63 107.838 1431 0 0 34.2519 106.409 -205.85 - 63 368.319 1081 2 1 36.25 102.978 -144.639 - 63 237.91 1080 1 1 36.0832 103.043 -174.45 - 63 209.288 1414 1 0 36.0796 103.056 -175.85 - 63 118.559 1079 0 1 36.0478 103.26 -204.45 - 63 126.136 1415 0 0 36.0526 103.218 -205.85 - 63 226.372 1457 1 0 58.9993 111.69 -176.25 - 63 305.727 1084 0 1 36.9114 102.67 -204.45 - 63 278.974 1412 0 0 36.9689 102.684 -205.85 - 63 410.343 1081 1 1 36.2591 102.751 -174.45 - 63 223.592 1413 1 0 36.2614 102.751 -175.85 - 63 307.802 1081 0 1 36.3177 102.75 -204.45 - 63 103.715 1413 0 0 36.3208 102.751 -205.85 - 63 109.269 1408 0 0 36.3171 101.924 -205.85 - 63 89.2443 1082 0 1 36.45 101.937 -204.513 - 63 240.203 1083 0 1 36.6503 102.028 -204.515 - 63 69.0261 1072 0 1 34.4707 102.73 -204.45 - 63 104.069 1411 0 0 34.3318 102.55 -205.889 -Number of digits in this event = 31 -Using G4ParticleGun ... -3.48594 LIN -gamma -Event: 64 -Number of tracker hits in this event = 8 - 64 227.585 1000 1 1 20.233 7.77738 -174.45 - 64 327.004 938 1 0 20.2385 7.77671 -175.85 - 64 116.156 1001 0 1 20.3473 7.75251 -204.45 - 64 277.149 938 0 0 20.3526 7.74764 -205.85 - 64 62.1913 1496 2 1 119.35 -61.5392 -144.632 - 64 7.40029 589 1 0 117.862 -62.2116 -175.85 - 64 262.68 1497 2 1 119.55 -61.5739 -144.498 - 64 132.507 1000 0 1 20.1916 7.78387 -204.45 -Number of digits in this event = 6 -Using G4ParticleGun ... -6.15 LIN -gamma -Event: 65 -Number of tracker hits in this event = 29 - 65 409.033 298 3 1 -120.523 -39.6444 -114.45 - 65 282.123 702 3 0 -120.523 -39.6454 -115.85 - 65 614.823 298 2 1 -120.532 -39.6715 -144.45 - 65 416.211 701 2 0 -120.531 -39.6713 -145.85 - 65 224.445 298 1 1 -120.504 -39.6486 -174.45 - 65 436.727 701 1 0 -120.523 -39.6986 -175.85 - 65 97.5951 296 0 1 -120.893 -40.7193 -204.45 - 65 119.176 696 0 0 -120.941 -40.8205 -205.85 - 65 247.292 298 0 1 -120.479 -39.7254 -204.45 - 65 108.994 701 0 0 -120.48 -39.7259 -205.85 - 65 79.5277 299 0 1 -120.35 -39.98 -204.608 - 65 441.643 700 0 0 -120.015 -40.0307 -205.85 - 65 261.175 301 1 1 -119.949 -39.6565 -174.45 - 65 124.556 306 0 1 -118.916 -39.8352 -204.45 - 65 90.0117 660 2 0 -86.8135 -48.0241 -146.25 - 65 90.5649 659 2 0 -86.593 -48.05 -146.072 - 65 145.608 476 2 1 -84.7628 -48.4898 -144.85 - 65 178.908 477 2 1 -84.65 -48.541 -144.757 - 65 96.7424 478 2 1 -84.45 -48.7259 -144.482 - 65 12.5038 475 2 1 -84.85 -49.0755 -144.812 - 65 286.885 654 2 0 -85.5103 -49.0644 -145.85 - 65 145.631 653 2 0 -85.6076 -49.25 -146.096 - 65 4.94111 263 0 1 -127.449 -51.524 -204.45 - 65 130.776 702 2 0 -120.525 -39.6382 -145.85 - 65 189.64 293 1 1 -121.424 -38.0399 -174.45 - 65 153.686 710 1 0 -121.671 -37.9338 -175.85 - 65 74.6536 266 0 1 -126.861 -35.0765 -204.45 - 65 160.359 265 0 1 -126.95 -35.0815 -204.591 - 65 161.583 724 0 0 -127.733 -35.164 -205.85 -Number of digits in this event = 21 -Using G4ParticleGun ... -8.62375 LIN -gamma -Event: 66 -Number of tracker hits in this event = 1 - 66 36.9313 1470 5 1 114.336 115.425 -54.85 -Number of digits in this event = 3 -Using G4ParticleGun ... -2.5986 LIN -gamma -Event: 67 Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -8.09737 LIN -gamma -Event: 68 -Number of tracker hits in this event = 1 - 68 51.789 433 3 1 -93.55 -107.61 -114.519 Number of digits in this event = 2 Using G4ParticleGun ... -7.6189 LIN +8.86324 LIN gamma -Event: 69 -Number of tracker hits in this event = 134 - 69 229.045 942 7 1 8.51022 -104.073 5.55 - 69 346.762 380 7 0 8.51059 -104.074 4.15 - 69 322.852 942 6 1 8.5267 -104.088 -24.45 - 69 281.394 380 6 0 8.52664 -104.089 -25.85 - 69 305.526 942 5 1 8.5201 -104.108 -54.45 - 69 278.418 380 5 0 8.51951 -104.109 -55.85 - 69 665.144 942 4 1 8.49881 -104.116 -84.45 - 69 237.938 380 4 0 8.49719 -104.119 -85.85 - 69 109.635 942 3 1 8.47138 -104.178 -114.45 - 69 266.557 379 3 0 8.47 -104.18 -115.85 - 69 133.101 941 2 1 8.44727 -104.228 -144.45 - 69 293.929 379 2 0 8.44646 -104.23 -145.85 - 69 235.975 941 1 1 8.42615 -104.271 -174.45 - 69 110.88 379 1 0 8.42534 -104.272 -175.85 - 69 122.252 941 0 1 8.41176 -104.283 -204.45 - 69 120.443 379 0 0 8.41186 -104.285 -205.85 - 69 142.151 1107 0 1 41.45 -109.799 -204.724 - 69 95.9119 1576 7 0 131.634 135.501 3.75 - 69 96.1335 728 0 1 -34.3407 -80.5704 -204.85 - 69 58.4767 942 1 1 8.45 -104.32 -174.715 - 69 56.1774 606 0 0 44.6834 -58.85 -206.233 - 69 12.7855 384 4 0 6.01248 -103.318 -85.85 - 69 16.7681 922 4 1 4.45624 -106.385 -84.85 - 69 0.607626 346 4 0 -3.15087 -110.907 -85.85 - 69 0.500334 848 4 1 -10.368 -114.702 -84.85 - 69 1.36542 293 4 0 -14.3572 -121.527 -85.85 - 69 19.5143 820 4 1 -15.9373 -121.039 -84.8499 - 69 148.23 941 6 1 8.45 -104.043 -24.5679 - 69 262.405 942 2 1 8.54514 -104.158 -144.45 - 69 155.825 940 1 1 8.10773 -105.297 -174.45 - 69 165.107 374 1 0 8.03563 -105.311 -175.851 - 69 99.3321 931 0 1 6.42698 -105.593 -204.45 - 69 132.584 372 0 0 6.41251 -105.686 -205.85 - 69 170.617 989 2 1 17.9226 -55.0363 -144.85 - 69 118.276 381 2 0 8.7546 -103.915 -145.85 - 69 46.7027 957 1 1 11.6141 -100.367 -174.45 - 69 109.56 958 1 1 11.65 -100.382 -174.555 - 69 15.0636 398 1 0 12.1876 -100.545 -175.85 - 69 110.557 397 1 0 12.2065 -100.55 -175.896 - 69 218.336 1023 0 1 24.7216 -106.839 -204.45 - 69 224.827 1022 0 1 24.65 -106.396 -204.602 - 69 20.5372 385 0 0 24.9905 -103.011 -205.85 - 69 61.984 386 0 0 24.9993 -102.95 -205.873 - 69 62.3312 387 0 0 25.0161 -102.75 -205.969 - 69 292.785 388 0 0 25.0315 -102.55 -206.093 - 69 150.762 941 4 1 8.37265 -104.172 -84.45 - 69 282.308 379 4 0 8.36749 -104.176 -85.85 - 69 115.651 941 3 1 8.26247 -104.276 -114.45 - 69 137.415 939 2 1 7.93077 -104.41 -144.45 - 69 130.054 378 2 0 7.91565 -104.416 -145.85 - 69 140.384 937 1 1 7.60854 -104.537 -174.45 - 69 118.633 378 1 0 7.59277 -104.544 -175.85 - 69 120.931 936 0 1 7.27855 -104.689 -204.45 - 69 108.768 377 0 0 7.26678 -104.697 -205.85 - 69 318.274 1428 13 0 -99.5165 105.907 183.75 - 69 152.864 1429 13 0 -99.4443 105.95 183.867 - 69 61.454 409 13 1 -98.3112 106.675 185.151 - 69 140.113 410 13 1 -98.15 106.779 185.331 - 69 84.2364 411 13 1 -97.9498 106.931 185.391 - 69 82.5416 412 13 1 -97.75 106.988 185.449 - 69 182.937 413 13 1 -97.55 107.022 185.513 - 69 236.894 414 13 1 -97.35 106.877 185.324 - 69 115.144 567 4 0 22.5333 -66.5603 -86.25 - 69 182.784 351 0 0 -63.9557 -109.754 -206.25 - 69 211.874 352 0 0 -64.0467 -109.75 -206.191 - 69 96.2112 875 10 0 -96.132 -4.97429 93.7501 - 69 69.8913 874 10 0 -96.2446 -5.05 93.9608 - 69 159.172 416 10 1 -96.8737 -6.0541 95.15 - 69 113.232 415 10 1 -96.95 -6.21131 95.3458 - 69 76.6 862 10 0 -96.7919 -7.49465 94.15 - 69 81.7876 861 10 0 -96.7246 -7.65 93.9613 - 69 6.25018 860 10 0 -96.5739 -7.85 93.7633 - 69 15.3503 385 10 0 -64.0878 -103.098 93.75 - 69 161.725 384 10 0 -64.0616 -103.15 93.7868 - 69 156.458 383 10 0 -63.757 -103.35 94.0409 - 69 26.1008 601 10 1 -59.7381 -104.604 95.15 - 69 91.074 602 10 1 -59.65 -104.63 95.1779 - 69 96.5674 603 10 1 -59.45 -104.653 95.3512 - 69 228.888 604 10 1 -59.25 -104.662 95.549 - 69 157.578 854 0 0 54.0981 -9.22989 -206.25 - 69 342.616 855 0 0 54.0904 -9.04972 -206.097 - 69 104.735 945 3 1 9.22027 -104.412 -114.45 - 69 19.6315 946 3 1 9.25 -104.426 -114.759 - 69 174 378 3 0 9.35557 -104.481 -115.85 - 69 114.468 960 2 1 12.1006 -105.941 -144.45 - 69 275.434 370 2 0 12.2738 -106.038 -145.85 - 69 159.457 978 1 1 15.6695 -108.324 -174.45 - 69 136.997 358 1 0 15.8743 -108.439 -175.85 - 69 214.211 998 0 1 19.7137 -110.887 -204.45 - 69 136.491 345 0 0 19.8717 -111.012 -205.85 - 69 134.052 1265 1 1 73.05 -117.503 -174.709 - 69 110.114 381 4 0 8.38099 -103.852 -85.85 - 69 98.8766 923 3 1 4.71266 -101.141 -114.45 - 69 24.2881 922 3 1 4.65 -101.295 -114.783 - 69 93.2205 391 3 0 4.55352 -101.819 -115.85 - 69 29.9374 390 3 0 4.54705 -101.95 -116.145 - 69 109.584 915 2 1 3.12289 -114.941 -144.45 - 69 154.114 326 2 0 3.36483 -114.887 -145.85 - 69 41.0384 900 1 1 0.108785 -119.636 -174.45 - 69 71.9289 899 1 1 -0.0500781 -119.805 -174.635 - 69 15.9687 898 1 1 -0.25 -119.962 -174.808 - 69 34.6878 293 1 0 -1.46736 -121.453 -175.85 - 69 66.7078 292 1 0 -1.54054 -121.55 -175.911 - 69 65.3711 291 1 0 -1.63317 -121.75 -176.036 - 69 56.4829 290 1 0 -1.68096 -121.95 -176.072 - 69 117.9 289 1 0 -1.8525 -122.15 -176.068 - 69 94.0341 288 1 0 -1.99336 -122.35 -175.989 - 69 149.773 287 1 0 -2.09035 -122.55 -175.947 - 69 55.2993 286 1 0 -2.19476 -122.751 -175.954 - 69 59.9419 285 1 0 -2.33605 -122.95 -175.928 - 69 64.2259 284 1 0 -2.39706 -123.15 -175.9 - 69 418.436 884 1 1 -3.06572 -127.417 -174.85 - 69 29.3033 885 1 1 -3.05 -127.642 -174.777 - 69 45.8081 264 1 0 -3.19372 -127.217 -175.85 - 69 102.857 265 1 0 -3.23963 -127.15 -175.983 - 69 20.3176 281 1 0 -3.12263 -123.75 -176.018 - 69 87.9759 943 4 1 8.65 -103.922 -84.4554 - 69 62.2231 944 4 1 8.85027 -103.981 -84.6319 - 69 26.5365 945 4 1 9.05 -104.044 -84.7943 - 69 27.9135 378 4 0 10.2242 -104.35 -86.147 - 69 177.476 1026 3 1 25.2669 -112.754 -114.45 - 69 74.0461 337 3 0 25.5568 -112.569 -115.85 - 69 122.28 338 3 0 25.5698 -112.55 -115.914 - 69 155.417 1035 3 1 27.1345 -111.615 -114.85 - 69 208.938 351 3 0 27.4296 -109.925 -115.85 - 69 34.536 1033 3 1 26.7372 -111.382 -114.85 - 69 213.496 336 3 0 27.5265 -112.75 -116.082 - 69 16.1996 1024 3 1 25.0252 -112.526 -114.45 - 69 112.438 1025 3 1 25.05 -112.509 -114.465 - 69 5.33404 376 4 0 8.04087 -104.94 -85.8507 - 69 112.334 375 4 0 8.03444 -104.95 -85.8691 - 69 168.33 892 3 1 -1.55133 -115.752 -114.45 - 69 180.955 320 3 0 -1.65835 -116.014 -115.85 - 69 117.276 334 3 0 22.1346 -113.176 -116.25 -Number of digits in this event = 63 +Event: 64 +Number of tracker hits in this event = 30 + 64 269.903 1311 2 1 82.3552 -0.993656 -144.45 + 64 285.982 895 2 0 82.3551 -0.994187 -145.85 + 64 622.453 1311 1 1 82.3445 -1.00416 -174.45 + 64 344.876 895 1 0 82.3433 -1.00084 -175.85 + 64 315.783 1311 0 1 82.3082 -0.909805 -204.45 + 64 267.535 895 0 0 82.3113 -0.903471 -205.85 + 64 42.2063 1234 1 1 67.0388 -34.7837 -174.85 + 64 9.32202 727 1 0 67.3876 -34.5315 -175.85 + 64 19.0462 1229 1 1 65.9601 -35.0571 -174.85 + 64 6.47907 934 0 1 7.05 12.9648 -204.652 + 64 177.425 937 1 1 7.65 15.4339 -174.731 + 64 40.2439 1092 0 1 38.65 -70.1642 -204.652 + 64 209.255 1082 0 1 36.65 -82.6222 -204.703 + 64 208.163 1310 1 1 82.25 -0.965271 -174.758 + 64 278.215 896 1 0 81.943 -0.833466 -175.85 + 64 112.043 878 1 0 96.5761 -4.37244 -176.25 + 64 67.7188 879 1 0 96.7975 -4.24989 -175.968 + 64 56.6242 1400 1 1 100.173 -2.25469 -174.85 + 64 57.0994 1401 1 1 100.35 -2.16615 -174.793 + 64 61.3527 1402 1 1 100.55 -2.12357 -174.686 + 64 58.5433 1403 1 1 100.75 -2.11683 -174.538 + 64 125.627 1404 1 1 100.95 -2.10518 -174.466 + 64 58.1209 1405 1 1 101.15 -2.23215 -174.492 + 64 22.499 1406 1 1 101.351 -2.31358 -174.464 + 64 193.451 1407 1 1 101.553 -2.35943 -174.45 + 64 121.503 1408 1 1 101.75 -2.13756 -174.727 + 64 82.7546 1409 1 1 101.95 -2.09238 -174.694 + 64 155.552 1279 2 1 76.05 -19.4081 -144.508 + 64 39.4068 892 1 0 82.1886 -1.4743 -175.85 + 64 110.86 893 1 0 82.1711 -1.44987 -175.886 +Number of digits in this event = 16 Using G4ParticleGun ... -6.12536 LIN +8.59621 LIN gamma -Event: 70 -Number of tracker hits in this event = 54 - 70 245.794 1510 5 1 122.155 -60.6532 -54.45 - 70 316.474 596 5 0 122.157 -60.6534 -55.85 - 70 468.626 1510 4 1 122.165 -60.6558 -84.45 - 70 369.774 596 4 0 122.159 -60.6538 -85.85 - 70 281.573 1509 3 1 122.01 -60.616 -114.45 - 70 180.158 597 3 0 122.002 -60.6186 -115.85 - 70 159.052 1508 2 1 121.847 -60.6738 -144.45 - 70 260.029 596 2 0 121.841 -60.6756 -145.85 - 70 137.794 1507 1 1 121.686 -60.73 -174.45 - 70 195.852 596 1 0 121.676 -60.72 -175.85 - 70 214.268 1506 0 1 121.454 -60.4971 -204.45 - 70 99.5012 597 0 0 121.441 -60.4803 -205.85 - 70 169.237 597 4 0 122.267 -60.6267 -85.85 - 70 177.122 1518 3 1 123.89 -60.1019 -114.45 - 70 141.572 600 3 0 124.015 -60.0219 -115.85 - 70 127.922 1532 2 1 126.671 -58.3731 -144.45 - 70 112.763 608 2 0 126.778 -58.3753 -145.85 - 70 87.6912 1544 1 1 129.087 -58.163 -174.45 - 70 39.4141 1545 1 1 129.15 -58.1716 -174.707 - 70 125.575 609 1 0 129.419 -58.2245 -175.85 - 70 157.907 1583 0 1 136.81 -59.8794 -204.45 - 70 121.555 599 0 0 137.083 -60.1706 -205.851 - 70 1.75933 598 0 0 137.158 -60.25 -206.243 - 70 35.0596 697 0 0 163.906 -40.6051 -206.25 - 70 19.8833 1784 1 1 177.113 -55.7245 -174.85 - 70 287.231 1785 1 1 177.15 -55.7306 -174.822 - 70 46.4146 698 0 0 163.914 -40.4496 -205.942 - 70 161.347 1719 0 1 164.003 -39.4909 -204.85 - 70 90.7812 1718 0 1 163.95 -39.3604 -204.651 - 70 97.8398 1717 0 1 163.75 -39.4417 -204.548 - 70 68.4985 1716 0 1 163.55 -39.4187 -204.475 - 70 89.0445 1715 0 1 163.35 -39.3202 -204.461 - 70 325.788 1714 0 1 163.15 -39.2765 -204.48 - 70 134.435 1519 3 1 123.95 -60.1155 -114.512 - 70 90.6963 1520 3 1 124.15 -60.2035 -114.766 - 70 99.8273 598 3 0 124.526 -60.45 -115.936 - 70 247.214 1510 3 1 122.166 -60.6898 -114.45 - 70 330.91 596 3 0 122.168 -60.6934 -115.85 - 70 117.249 1510 2 1 122.19 -60.753 -144.45 - 70 184.733 1510 1 1 122.287 -60.8893 -174.45 - 70 252.52 595 1 0 122.283 -60.898 -175.85 - 70 456.18 1510 0 1 122.177 -61.0752 -204.45 - 70 270.511 594 0 0 122.171 -61.0819 -205.85 - 70 130.641 331 0 0 143.717 -113.751 -206.25 - 70 219.028 1614 0 1 143.114 -114.407 -204.85 - 70 317.463 1616 5 0 165.073 143.35 -56.0833 - 70 466.133 595 0 0 122.227 -60.9023 -205.85 - 70 127.182 1509 4 1 122.125 -60.7078 -84.45 - 70 129.327 1509 2 1 122.138 -60.9081 -144.45 - 70 96.05 595 2 0 122.138 -60.9114 -145.85 - 70 180.38 1509 1 1 122.129 -60.9831 -174.45 - 70 120.976 1509 0 1 122.067 -61.1091 -204.45 - 70 78.4684 594 1 0 122.176 -61.05 -175.994 - 70 23.661 593 1 0 122.216 -61.2502 -176.179 -Number of digits in this event = 40 +Event: 65 +Number of tracker hits in this event = 7 + 65 390.663 804 0 1 -19.0653 124.717 -204.45 + 65 264.685 1522 0 0 -19.0655 124.717 -205.85 + 65 48.9261 1177 3 0 72.3453 55.5523 -116.25 + 65 130.071 1178 3 0 72.3661 55.65 -116.203 + 65 195.363 1179 3 0 72.3921 55.85 -116.055 + 65 98.1917 1523 0 0 -19.0627 124.75 -206.066 + 65 6.65005 1524 0 0 -19.2518 124.95 -206.246 +Number of digits in this event = 6 Using G4ParticleGun ... -4.46356 LIN +3.03249 LIN gamma -Event: 71 +Event: 66 +Number of tracker hits in this event = 31 + 66 408.202 1266 5 1 73.2936 -72.2436 -54.45 + 66 288.202 539 5 0 73.2942 -72.2423 -55.85 + 66 122.928 1266 4 1 73.3107 -72.2086 -84.45 + 66 133.353 539 4 0 73.315 -72.2036 -85.85 + 66 109.681 1266 3 1 73.4182 -72.1053 -114.45 + 66 102.926 539 3 0 73.4237 -72.1001 -115.85 + 66 260.311 1267 2 1 73.5426 -71.9995 -144.45 + 66 122.713 540 2 0 73.5506 -71.9987 -145.85 + 66 214.553 1268 1 1 73.709 -71.9813 -174.45 + 66 125.246 540 1 0 73.7139 -71.9815 -175.85 + 66 145.055 1268 0 1 73.826 -72.0053 -204.45 + 66 166.533 540 0 0 73.8356 -72.0056 -205.85 + 66 30.3753 1268 2 1 73.65 -72.1827 -144.728 + 66 92.6812 539 2 0 73.3775 -72.1892 -145.85 + 66 141.831 538 2 0 73.3534 -72.25 -145.952 + 66 119.704 1260 4 1 72.0691 -72.4427 -84.4503 + 66 113.822 538 4 0 72.0926 -72.2903 -85.8501 + 66 73.7363 1260 3 1 72.2204 -69.1606 -114.45 + 66 33.2625 1261 3 1 72.25 -69.1316 -114.714 + 66 176.808 555 3 0 72.3625 -68.9686 -115.85 + 66 159.069 1272 2 1 74.5147 -64.4675 -144.45 + 66 13.2742 580 2 0 74.6972 -63.8654 -145.85 + 66 116.138 581 2 0 74.7018 -63.85 -145.886 + 66 130.94 1297 1 1 79.5321 -51.0074 -174.45 + 66 74.3291 649 1 0 79.6697 -50.1414 -175.85 + 66 74.9503 650 1 0 79.683 -50.05 -175.998 + 66 172.533 1310 0 1 82.1174 -32.6596 -204.45 + 66 23.2491 741 0 0 82.1359 -31.6918 -205.85 + 66 184.13 742 0 0 82.1368 -31.6491 -205.912 + 66 12.9551 743 0 0 82.1301 -31.45 -206.201 + 66 242.366 552 5 0 70.6175 -69.606 -55.85 +Number of digits in this event = 20 +Using G4ParticleGun ... +9.3233 LIN +gamma +Event: 67 +Number of tracker hits in this event = 112 + 67 309.467 800 8 1 -19.8576 3.13659 35.55 + 67 252.709 915 8 0 -19.8576 3.1371 34.15 + 67 259.874 800 7 1 -19.8524 3.14579 5.55 + 67 318.328 915 7 0 -19.8519 3.14631 4.15 + 67 169.324 801 6 1 -19.8417 3.15913 -24.45 + 67 544.071 915 6 0 -19.84 3.16182 -25.85 + 67 155.285 801 5 1 -19.799 3.21848 -54.45 + 67 233.617 915 5 0 -19.798 3.22243 -55.85 + 67 300.755 801 4 1 -19.7757 3.30401 -84.45 + 67 283.353 916 4 0 -19.7744 3.30975 -85.85 + 67 237.55 801 3 1 -19.7453 3.43704 -114.45 + 67 117.84 916 3 0 -19.7426 3.44631 -115.85 + 67 115.165 801 2 1 -19.6907 3.62847 -144.45 + 67 138.45 917 2 0 -19.687 3.63763 -145.85 + 67 140.309 802 1 1 -19.6089 3.82683 -174.45 + 67 106.43 918 1 0 -19.6048 3.8354 -175.85 + 67 180.222 802 0 1 -19.5073 4.00739 -204.45 + 67 126.405 919 0 0 -19.5029 4.01504 -205.85 + 67 343.909 746 14 0 -153.452 -30.8461 213.75 + 67 19.438 745 14 0 -154.089 -30.85 214.105 + 67 123.651 125 14 1 -155.087 -31.5583 215.15 + 67 114.949 124 14 1 -155.15 -31.5181 215.216 + 67 35.6623 1541 6 0 -80.7092 128.426 -26.25 + 67 151.912 1540 6 0 -80.7038 128.35 -26.1875 + 67 169.499 1539 6 0 -80.6333 128.15 -26.1256 + 67 244.896 1538 6 0 -80.5717 127.95 -25.876 + 67 631.365 800 6 1 -19.9002 3.13197 -24.45 + 67 402.12 800 5 1 -19.9322 2.89467 -54.45 + 67 279.35 914 5 0 -19.9347 2.88196 -55.85 + 67 604.629 800 4 1 -19.9829 2.62209 -84.45 + 67 142.921 912 4 0 -19.9904 2.6093 -85.85 + 67 123.953 799 3 1 -20.179 2.37414 -114.45 + 67 101.631 911 3 0 -20.1832 2.35831 -115.85 + 67 123.149 798 2 1 -20.2787 2.0352 -144.45 + 67 199.578 909 2 0 -20.2837 2.00661 -145.85 + 67 645.525 798 1 1 -20.4124 1.4187 -174.45 + 67 136.956 906 1 0 -20.4156 1.39024 -175.85 + 67 132.559 798 0 1 -20.4452 0.773953 -204.45 + 67 427.857 903 0 0 -20.4475 0.7343 -205.85 + 67 148.76 905 1 0 -20.2331 1.10669 -175.85 + 67 78.9983 904 1 0 -20.2213 1.05 -176.009 + 67 97.5242 799 0 1 -20.215 -13.3902 -204.45 + 67 112.978 834 0 0 -20.1412 -13.1611 -205.85 + 67 102.584 884 0 0 -32.2038 -3.16314 -206.25 + 67 128.695 885 0 0 -32.3595 -3.05 -206.1 + 67 139.571 886 0 0 -32.7595 -2.85 -205.905 + 67 23.9774 711 0 1 -37.738 -1.35495 -204.85 + 67 80.8414 710 0 1 -37.8502 -1.30415 -204.834 + 67 100.059 709 0 1 -38.05 -1.20011 -204.759 + 67 104.786 708 0 1 -38.25 -1.03796 -204.64 + 67 63.7122 707 0 1 -38.45 -0.852149 -204.544 + 67 85.6024 706 0 1 -38.65 -0.812957 -204.463 + 67 112.202 705 0 1 -38.8503 -0.89289 -204.602 + 67 60.4717 704 0 1 -39.0503 -1.01916 -204.733 + 67 27.5024 703 0 1 -39.25 -1.06027 -204.799 + 67 171.66 891 0 0 -40.5009 -1.66467 -205.85 + 67 106.959 907 1 0 -20.406 1.62275 -175.85 + 67 117.706 800 0 1 -20.0119 1.64699 -204.45 + 67 69.0761 908 0 0 -19.9454 1.81899 -205.85 + 67 37.7995 909 0 0 -19.9304 1.85 -206.111 + 67 135.481 917 6 0 -19.5768 3.54597 -25.8504 + 67 3.60677 844 5 1 -11.067 10.4813 -54.45 + 67 180.791 845 5 1 -11.0499 10.4813 -54.4674 + 67 164.213 846 5 1 -10.85 10.4596 -54.7018 + 67 134.526 952 5 0 -9.95924 10.5071 -55.85 + 67 126.016 896 4 1 -0.814235 15.8832 -84.4505 + 67 57.5467 897 4 1 -0.65 15.8898 -84.7208 + 67 92.0908 979 4 0 0.255384 15.8987 -85.85 + 67 66.9714 978 4 0 0.418381 15.85 -86.0661 + 67 63.3766 1010 3 1 22.132 4.03125 -114.45 + 67 67.9026 1009 3 1 22.05 3.95487 -114.684 + 67 123.364 926 3 0 20.5067 5.27628 -115.85 + 67 51.3279 927 3 0 20.2687 5.45 -116.187 + 67 150.822 979 3 0 -7.47646 15.9279 -116.25 + 67 136.17 980 3 0 -7.66013 16.0501 -116.148 + 67 102.8 868 3 1 -6.34383 17.8787 -114.85 + 67 113.433 869 3 1 -6.25 17.9431 -114.836 + 67 32.7305 916 6 0 -20.0962 3.25 -26.1023 + 67 98.6667 787 5 1 -22.4528 6.57219 -54.4502 + 67 143.843 786 5 1 -22.65 6.50151 -54.729 + 67 48.6961 785 5 1 -22.8501 6.15975 -54.8154 + 67 74.3113 928 5 0 -24.3608 5.79718 -55.85 + 67 152.831 929 5 0 -24.5518 5.8501 -55.9298 + 67 242.007 930 5 0 -24.7396 6.05 -55.9777 + 67 125.411 914 4 0 -19.8326 2.94276 -85.85 + 67 214.962 912 3 0 -19.8154 2.50927 -115.85 + 67 103.463 800 2 1 -19.9139 1.84568 -144.45 + 67 106.93 908 2 0 -19.9344 1.81818 -145.85 + 67 364.207 796 0 1 -20.7837 0.470203 -204.45 + 67 155.659 902 0 0 -20.7918 0.468257 -205.85 + 67 105.316 908 1 0 -20.3767 1.66034 -175.85 + 67 125.731 809 0 1 -18.1805 11.4012 -204.45 + 67 39.8118 953 0 0 -17.8486 10.7467 -205.85 + 67 80.3952 952 0 0 -17.814 10.6498 -206.001 + 67 349.195 951 0 0 -17.7808 10.45 -206.213 + 67 9.68852 814 3 1 -17.2049 0.647268 -114.85 + 67 138.614 901 3 0 -16.9288 0.308143 -115.85 + 67 209.55 799 4 1 -20.2284 3.34483 -84.45 + 67 156.168 797 3 1 -20.6256 3.693 -114.45 + 67 99.4714 918 3 0 -20.6613 3.70695 -115.85 + 67 106.877 793 2 1 -21.3984 3.97364 -144.45 + 67 116.921 919 2 0 -21.4418 3.99509 -145.85 + 67 133.191 788 1 1 -22.3024 4.45134 -174.45 + 67 99.1115 922 1 0 -22.3359 4.47153 -175.85 + 67 376.209 785 0 1 -23.0376 4.87053 -204.45 + 67 124.752 924 0 0 -23.0575 4.89597 -205.85 + 67 118.179 784 0 1 -23.05 4.88434 -204.63 + 67 276.93 783 0 1 -23.25 4.97412 -204.804 + 67 229.361 1011 4 0 -10.1274 22.3377 -86.25 + 67 304.157 1010 4 0 -10.0957 22.25 -85.8631 + 67 12.2922 1009 4 0 -10.1548 22.05 -85.9395 + 67 91.6914 798 4 1 -20.2501 3.41435 -84.5084 +Number of digits in this event = 64 +Using G4ParticleGun ... +2.26484 LIN +gamma +Event: 68 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -6.89618 LIN +8.7535 LIN +gamma +Event: 69 +Number of tracker hits in this event = 121 + 69 221.189 985 8 1 17.1537 -109.372 35.55 + 69 217.701 353 8 0 17.1517 -109.37 34.15 + 69 335.932 985 7 1 17.109 -109.317 5.55 + 69 317.809 354 7 0 17.107 -109.315 4.15 + 69 697.758 985 6 1 17.0718 -109.283 -24.45 + 69 332 354 6 0 17.0703 -109.28 -25.85 + 69 256.804 984 5 1 17.0397 -109.217 -54.45 + 69 174.774 354 5 0 17.0368 -109.212 -55.85 + 69 148.274 984 4 1 16.9734 -109.096 -84.45 + 69 547.191 355 4 0 16.9711 -109.09 -85.85 + 69 152.447 984 3 1 16.925 -108.981 -114.45 + 69 211.288 355 3 0 16.9261 -108.977 -115.85 + 69 262.036 984 2 1 16.9407 -108.898 -144.45 + 69 331.047 356 2 0 16.9409 -108.896 -145.85 + 69 517.297 984 1 1 16.9453 -108.844 -174.45 + 69 482.397 356 1 0 16.9462 -108.842 -175.85 + 69 236.355 984 0 1 16.9669 -108.803 -204.45 + 69 568.977 356 0 0 16.9648 -108.801 -205.85 + 69 207.786 1679 4 0 11.3702 155.95 -86.1427 + 69 86.7805 1680 4 0 11.3945 156.15 -85.9063 + 69 11.2039 1183 12 1 56.65 72.1338 155.55 + 69 320.925 1182 12 1 56.65 72.13 155.535 + 69 291.367 355 1 0 16.9015 -108.965 -175.85 + 69 119.237 983 0 1 16.7824 -108.863 -204.45 + 69 141.809 486 2 0 71.0536 -82.7386 -146.25 + 69 196.417 485 2 0 71.0485 -82.85 -145.944 + 69 98.7889 645 2 0 86.1452 -51.0317 -146.25 + 69 114.095 1331 2 1 86.3818 -50.9303 -144.85 + 69 78.396 876 5 0 -50.1843 -4.85 -56.1747 + 69 237.905 985 5 1 17.2416 -109.235 -54.45 + 69 83.7215 986 5 1 17.25 -109.228 -54.4828 + 69 56.5815 357 5 0 17.3924 -108.672 -55.85 + 69 63.5217 358 5 0 17.4063 -108.55 -56.0396 + 69 77.9148 451 5 0 18.012 -89.6943 -56.25 + 69 70.0502 450 5 0 17.9824 -89.85 -56.0242 + 69 91.0664 990 5 1 18.2351 -90.331 -54.85 + 69 49.504 991 5 1 18.25 -90.35 -54.7587 + 69 79.9372 1372 5 1 94.55 -67.3358 -54.6024 + 69 54.1169 353 5 0 16.9736 -109.52 -55.8501 + 69 65.7415 352 5 0 16.9642 -109.55 -55.9956 + 69 19.9288 971 4 1 14.2647 -111.572 -84.45 + 69 148.391 970 4 1 14.25 -111.572 -84.51 + 69 164.184 342 4 0 13.9003 -111.656 -85.8505 + 69 60.7049 939 3 1 7.90886 -112.566 -114.451 + 69 65.6521 938 3 1 7.85 -112.645 -114.652 + 69 72.7962 333 3 0 7.40129 -113.434 -115.85 + 69 105.183 332 3 0 7.32461 -113.55 -116.018 + 69 62.5026 850 2 1 -9.889 -130.611 -144.45 + 69 72.0966 849 2 1 -10.05 -130.506 -144.575 + 69 50.3863 848 2 1 -10.25 -130.398 -144.74 + 69 85.7243 252 2 0 -11.6671 -129.681 -145.85 + 69 101.904 253 2 0 -11.8995 -129.55 -146.031 + 69 171.074 663 1 1 -47.3763 -115.737 -174.45 + 69 39.6426 662 1 1 -47.45 -115.862 -174.71 + 69 305.578 318 1 0 -47.815 -116.354 -175.85 + 69 7.12596 632 0 1 -53.6192 -122.948 -204.45 + 69 81.1338 631 0 1 -53.65 -122.952 -204.466 + 69 68.3613 630 0 1 -53.8503 -122.971 -204.572 + 69 146.768 629 0 1 -54.05 -123.037 -204.732 + 69 12.1037 283 0 0 -55.171 -123.536 -205.85 + 69 259.679 282 0 0 -55.1981 -123.55 -205.877 + 69 38.7719 281 0 0 -55.5837 -123.75 -206.188 + 69 775.919 189 0 0 -119.902 -142.299 -206.25 + 69 1445.91 188 0 0 -120.272 -142.35 -206.135 + 69 119.579 187 0 0 -124.854 -142.55 -206.135 + 69 82.2585 95 0 0 -177.292 -161.015 -206.25 + 69 72.7054 94 0 0 -177.291 -161.15 -206.112 + 69 67.7981 93 0 0 -177.287 -161.35 -205.985 + 69 72.0213 92 0 0 -177.358 -161.55 -205.899 + 69 72.8363 2 0 1 -179.613 -165.202 -204.85 + 69 100.305 1 0 1 -179.75 -165.408 -204.786 + 69 100.066 0 0 1 -179.95 -165.631 -204.702 + 69 119.811 355 5 0 17.222 -109.123 -55.85 + 69 358.147 986 4 1 17.2868 -109.11 -84.45 + 69 125.71 986 3 1 17.367 -109.005 -114.45 + 69 95.7048 986 2 1 17.4318 -108.895 -144.45 + 69 58.2269 986 1 1 17.4493 -108.757 -174.45 + 69 57.1436 987 1 1 17.45 -108.757 -174.629 + 69 130.327 987 0 1 17.5925 -108.812 -204.45 + 69 10.1215 462 1 0 -20.9659 -87.4642 -176.25 + 69 193.804 463 1 0 -20.978 -87.45 -176.231 + 69 193.837 354 4 0 17.292 -109.151 -86.1382 + 69 95.6268 18 1 0 -90.993 -176.35 -176.178 + 69 202.61 985 4 1 17.1377 -109.057 -84.45 + 69 112.237 970 3 1 14.2111 -117.707 -114.45 + 69 2.99633 969 3 1 14.05 -117.784 -114.831 + 69 166.437 310 3 0 13.5529 -118.023 -115.85 + 69 44.1434 482 3 0 9.7612 -83.5629 -116.25 + 69 94.2912 483 3 0 9.85851 -83.45 -116.192 + 69 174.368 484 3 0 10.1377 -83.25 -116.136 + 69 47.0945 80 3 0 -22.2551 -164.149 -116.25 + 69 90.4803 79 3 0 -22.2561 -164.15 -116.249 + 69 197.729 788 3 1 -22.2669 -162.61 -114.85 + 69 271.618 789 3 1 -22.25 -162.565 -114.81 + 69 155.846 985 3 1 17.0884 -108.952 -114.45 + 69 106.104 356 3 0 17.0748 -108.948 -115.85 + 69 225.993 982 0 1 16.6096 -108.909 -204.45 + 69 49.6054 984 6 1 17.05 -109.996 -24.7021 + 69 34.5437 335 6 0 16.18 -113.034 -25.85 + 69 65.6295 334 6 0 16.143 -113.15 -25.9001 + 69 83.0908 333 6 0 16.1102 -113.351 -25.9997 + 69 75.544 332 6 0 16.0374 -113.55 -26.1133 + 69 3.63256 143 5 0 27.5565 -151.35 -56.0846 + 69 131.278 992 5 1 18.6241 -109.117 -54.45 + 69 109.372 356 5 0 18.6086 -108.88 -55.8504 + 69 0.877132 988 4 1 17.6511 -104.194 -84.4501 + 69 117.82 987 4 1 17.65 -104.194 -84.4536 + 69 109.403 380 4 0 17.11 -104.05 -85.85 + 69 79.71 925 3 1 5.18142 -97.8344 -114.45 + 69 62.1325 924 3 1 5.04993 -97.8093 -114.651 + 69 94.5172 412 3 0 4.21846 -97.6413 -115.85 + 69 31.1221 413 3 0 4.01562 -97.55 -116.165 + 69 177.379 812 2 1 -17.5185 -85.9096 -144.45 + 69 115.166 472 2 0 -17.7939 -85.6427 -145.85 + 69 164.449 792 1 1 -21.4767 -81.4493 -174.45 + 69 41.4063 495 1 0 -22.1338 -80.8955 -175.85 + 69 77.7156 496 1 0 -22.1944 -80.85 -175.997 + 69 33.6247 729 0 1 -34.1907 -72.0267 -204.45 + 69 124.092 728 0 1 -34.25 -72.0365 -204.541 + 69 18.3821 727 0 1 -34.45 -72.114 -204.787 + 69 143.246 538 0 0 -35.2647 -72.3891 -205.85 +Number of digits in this event = 52 +Using G4ParticleGun ... +9.46302 LIN +gamma +Event: 70 +Number of tracker hits in this event = 8 + 70 279.072 529 1 1 -74.2054 76.8316 -174.45 + 70 372.222 1283 1 0 -74.2046 76.8313 -175.85 + 70 343.939 529 0 1 -74.1888 76.8193 -204.45 + 70 273.204 1283 0 0 -74.1866 76.82 -205.85 + 70 205.243 1236 1 0 -95.0424 67.3125 -176.25 + 70 116.155 595 3 0 -65.9407 -60.85 -116.204 + 70 109.309 1113 5 1 42.65 -135.191 -54.5671 + 70 66.5323 796 1 1 -20.85 -29.3441 -174.76 +Number of digits in this event = 7 +Using G4ParticleGun ... +8.86883 LIN +gamma +Event: 71 +Number of tracker hits in this event = 6 + 71 125.18 942 5 0 56.7292 8.51662 -56.25 + 71 3.45039 1155 11 1 51.25 -35.3954 125.231 + 71 67.1212 702 13 0 32.905 -39.65 183.978 + 71 65.6808 504 0 0 144.514 -79.1652 -206.25 + 71 149.118 505 0 0 144.496 -79.05 -206.18 + 71 58.116 1517 0 1 123.731 -16.5751 -204.45 +Number of digits in this event = 5 +Using G4ParticleGun ... +7.4379 LIN gamma Event: 72 -Number of tracker hits in this event = 30 - 72 243.092 689 4 1 -42.0625 -38.8834 -84.45 - 72 239.827 705 4 0 -42.0649 -38.875 -85.85 - 72 290.101 689 3 1 -42.1792 -38.7051 -114.45 - 72 132.538 706 3 0 -42.1719 -38.6973 -115.85 - 72 122.743 690 2 1 -42.0462 -38.6026 -144.45 - 72 121.444 707 2 0 -42.0325 -38.6104 -145.85 - 72 128.876 691 1 1 -41.709 -38.5996 -174.45 - 72 156.008 707 1 0 -41.7406 -38.6101 -175.85 - 72 133.776 688 0 1 -42.3758 -38.8749 -204.45 - 72 250.881 705 0 0 -42.4729 -38.89 -205.85 - 72 160.946 705 3 0 -42.0755 -38.9152 -115.85 - 72 104.493 689 2 1 -42.0909 -38.9376 -144.45 - 72 105.195 705 2 0 -42.0904 -38.9392 -145.85 - 72 170.279 689 1 1 -42.081 -38.9686 -174.45 - 72 161.939 705 1 0 -42.0808 -38.9687 -175.85 - 72 115.194 689 0 1 -42.0704 -38.9753 -204.45 - 72 111.456 1256 1 0 -82.0219 71.3725 -176.25 - 72 59.483 1477 4 0 -112.363 115.55 -86.0292 - 72 72.9776 845 3 0 -145.555 -10.9526 -116.25 - 72 216.014 844 3 0 -145.518 -11.0502 -116.147 - 72 16.5529 165 3 1 -147.109 -9.73366 -114.85 - 72 12.9144 873 3 0 -148.585 -5.41379 -115.85 - 72 84.3207 145 3 1 -151.056 -3.36885 -114.85 - 72 1.49502 690 1 1 -42.05 -39.0168 -174.849 - 72 83.4902 704 1 0 -41.2801 -39.0904 -175.85 - 72 17.3119 643 10 0 173.372 -51.3532 93.75 - 72 148.361 1769 10 1 174.119 -51.3509 95.15 - 72 232.034 1770 10 1 174.15 -51.3447 95.2352 - 72 90.6538 645 10 0 173.343 -50.9452 94.1499 - 72 271.284 646 10 0 173.365 -50.8498 93.9528 -Number of digits in this event = 19 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -1.50654 LIN +3.62469 LIN gamma Event: 73 -Number of tracker hits in this event = 63 - 73 383.996 1123 8 1 44.777 57.1146 35.55 - 73 320.68 1185 8 0 44.778 57.1132 34.15 - 73 242.167 1123 7 1 44.7907 57.057 5.55 - 73 174.572 1184 7 0 44.7853 57.0486 4.15 - 73 120.317 1123 6 1 44.6882 56.8881 -24.45 - 73 85.8777 1184 6 0 44.6814 56.8866 -25.85 - 73 141.85 1122 5 1 44.5385 56.875 -54.45 - 73 103.439 1184 5 0 44.5289 56.8736 -55.85 - 73 223.373 1121 4 1 44.336 56.855 -84.45 - 73 130.361 1184 4 0 44.3255 56.8555 -85.85 - 73 115.054 1120 3 1 44.1218 56.8657 -114.45 - 73 125.257 1184 3 0 44.1113 56.8677 -115.85 - 73 98.6456 1119 2 1 43.8862 56.9007 -144.45 - 73 118.631 1184 2 0 43.8798 56.9045 -145.85 - 73 107.077 1118 1 1 43.7351 56.9749 -174.45 - 73 126.202 1184 1 0 43.731 56.9809 -175.85 - 73 114.228 1117 0 1 43.6168 57.1231 -204.45 - 73 173.182 1185 0 0 43.6107 57.1303 -205.85 - 73 187.035 317 10 0 71.9195 -116.55 93.7926 - 73 3.69918 318 10 0 72.0485 -116.55 93.8353 - 73 33.9614 1181 1 0 87.5979 56.4388 -176.25 - 73 168.872 1121 2 1 44.2822 56.4719 -144.45 - 73 52.1837 1120 2 1 44.25 56.4857 -144.7 - 73 161.993 1182 2 0 44.1522 56.5683 -145.85 - 73 183.386 1104 1 1 40.8625 60.4271 -174.45 - 73 84.8735 1207 1 0 40.9126 61.4645 -175.85 - 73 43.8545 1208 1 0 40.9266 61.65 -176.109 - 73 238.992 1181 2 0 44.3809 56.3812 -145.85 - 73 117.186 1132 1 1 46.5345 55.4577 -174.45 - 73 110.201 1176 1 0 46.7862 55.4241 -175.85 - 73 117.778 1159 0 1 52.0349 54.771 -204.45 - 73 112.337 1172 0 0 52.0842 54.6224 -205.85 - 73 283.233 1122 8 1 44.65 57.135 35.2313 - 73 107.409 1124 7 1 45.0196 58.2477 5.54989 - 73 174.167 1191 7 0 44.9466 58.3205 4.15 - 73 113.259 1113 6 1 42.7352 60.1599 -24.45 - 73 112.562 1200 6 0 42.4621 60.2271 -25.8502 - 73 15.824 1201 6 0 42.3896 60.25 -26.2057 - 73 137.159 1078 5 1 35.674 61.916 -54.4506 - 73 328.033 1209 5 0 35.6516 61.8905 -55.85 - 73 142.977 1074 4 1 34.9591 61.0194 -84.45 - 73 134.433 1204 4 0 35.1847 60.9614 -85.8505 - 73 150.43 1096 3 1 39.3506 59.4927 -114.45 - 73 129.736 1196 3 0 39.5019 59.4071 -115.85 - 73 14.4625 1111 2 1 42.4244 58.3923 -144.45 - 73 126.168 1112 2 1 42.45 58.3596 -144.475 - 73 99.0535 1113 2 1 42.6501 58.1004 -144.672 - 73 255.359 1180 2 0 44.0414 56.25 -146.043 - 73 64.7975 1179 2 0 44.1696 56.05 -146.146 - 73 10.0021 1178 2 0 44.3096 55.8499 -146.243 - 73 70.7359 1328 1 1 85.6686 1.43019 -174.45 - 73 81.934 1329 1 1 85.85 1.32158 -174.588 - 73 51.2618 1330 1 1 86.0501 1.18881 -174.751 - 73 11.7666 901 1 0 87.3523 0.262814 -175.85 - 73 124.415 900 1 0 87.3699 0.25 -175.865 - 73 313.777 1508 0 1 121.813 -21.0057 -204.45 - 73 26.7667 1509 0 1 121.95 -21.3193 -204.773 - 73 87.1273 789 0 0 122.209 -22.0934 -205.85 - 73 62.2545 788 0 0 122.256 -22.25 -206.085 - 73 39.9806 889 2 0 40.3794 -2.05911 -146.25 - 73 127.663 890 2 0 40.3816 -2.05 -146.225 - 73 79.3497 1258 2 0 36.0221 71.6502 -145.85 - 73 324.731 1092 3 1 38.4916 130.545 -114.85 -Number of digits in this event = 32 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 Using G4ParticleGun ... -9.21214 LIN +6.23296 LIN gamma Event: 74 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -3.69571 LIN +5.31651 LIN gamma Event: 75 -Number of tracker hits in this event = 1 - 75 98.0064 846 2 1 -10.85 83.3552 -144.531 -Number of digits in this event = 1 -Using G4ParticleGun ... -4.04533 LIN -gamma -Event: 76 -Number of tracker hits in this event = 5 - 76 262.105 516 1 1 -76.7744 77.8457 -174.45 - 76 132.882 1288 1 0 -76.7762 77.8465 -175.85 - 76 266.417 516 0 1 -76.8029 77.8671 -204.45 - 76 245.899 1289 0 0 -76.8062 77.8685 -205.85 - 76 99.2394 1289 1 0 -76.7763 77.8533 -175.85 +Number of tracker hits in this event = 8 + 75 698.119 1057 1 1 31.473 -23.8465 -174.45 + 75 219.057 781 1 0 31.4717 -23.8485 -175.85 + 75 124.709 1056 0 1 31.4446 -23.8938 -204.45 + 75 294.697 780 0 0 31.4438 -23.8962 -205.85 + 75 41.6535 640 5 0 79.1447 -51.85 -55.9425 + 75 156.604 1401 0 0 -35.1268 100.473 -206.25 + 75 44.1793 1058 1 1 31.6501 -24.0264 -174.537 + 75 100.771 1057 0 1 31.4727 -23.8708 -204.45 Number of digits in this event = 7 Using G4ParticleGun ... -9.55166 LIN +3.71468 LIN +gamma +Event: 76 +Number of tracker hits in this event = 57 + 76 405.895 567 9 1 -66.6009 -44.5794 65.55 + 76 299.459 677 9 0 -66.602 -44.5801 64.15 + 76 212.541 567 8 1 -66.6278 -44.5979 35.55 + 76 285.95 677 8 0 -66.6317 -44.5999 34.15 + 76 123.208 566 7 1 -66.7114 -44.6317 5.55 + 76 258.804 677 7 0 -66.7159 -44.6333 4.15 + 76 109.05 566 6 1 -66.8042 -44.6672 -24.45 + 76 132.235 676 6 0 -66.8072 -44.6682 -25.85 + 76 111.264 565 5 1 -66.865 -44.6802 -54.45 + 76 198.397 676 5 0 -66.866 -44.6823 -55.85 + 76 113.977 565 4 1 -66.8959 -44.7295 -84.45 + 76 145.419 676 4 0 -66.8989 -44.7333 -85.85 + 76 141.469 565 3 1 -66.9547 -44.8212 -114.45 + 76 94.3952 676 3 0 -66.9724 -44.8362 -115.85 + 76 163.264 563 2 1 -67.4373 -44.7889 -144.45 + 76 10.0576 562 2 1 -67.45 -44.7811 -144.826 + 76 195.73 676 2 0 -67.4889 -44.7546 -145.85 + 76 150.751 557 1 1 -68.6199 -43.97 -174.45 + 76 138.904 680 1 0 -68.6983 -43.9731 -175.85 + 76 96.5169 549 0 1 -70.2088 -44.2054 -204.451 + 76 127.963 679 0 0 -70.2792 -44.1923 -205.85 + 76 55.6706 485 0 0 -52.2361 -82.9927 -206.25 + 76 81.6034 484 0 0 -52.3594 -83.0501 -206.075 + 76 123.78 637 0 1 -52.5175 -83.9367 -204.85 + 76 68.6107 636 0 1 -52.65 -84.011 -204.507 + 76 76.1613 635 0 1 -52.85 -83.9993 -204.497 + 76 301.525 634 0 1 -53.05 -84.0459 -204.598 + 76 136.901 476 0 0 -53.2443 -84.7566 -205.85 + 76 41.6654 1682 4 0 -11.04 156.607 -86.25 + 76 234.016 568 8 1 -66.2862 -44.4169 35.55 + 76 116.114 569 7 1 -66.1281 -45.4585 5.55 + 76 207.258 672 7 0 -66.07 -45.4933 4.15 + 76 15.8466 575 6 1 -64.8537 -46.3828 -24.45 + 76 107.267 576 6 1 -64.85 -46.3861 -24.5268 + 76 72.699 668 6 0 -64.7856 -46.4401 -25.85 + 76 64.9626 667 6 0 -64.7738 -46.45 -26.0925 + 76 118.232 583 5 1 -63.3552 -47.6103 -54.45 + 76 121.654 661 5 0 -63.3168 -47.6728 -55.85 + 76 113.304 588 4 1 -62.3932 -48.9208 -84.45 + 76 125.616 655 4 0 -62.3539 -48.9254 -85.85 + 76 136.628 592 3 1 -61.5898 -49.1114 -114.45 + 76 148.606 654 3 0 -61.5701 -49.1025 -115.85 + 76 167.725 594 2 1 -61.2403 -48.9367 -144.45 + 76 144.77 655 2 0 -61.2714 -49.0004 -145.85 + 76 139.922 586 1 1 -62.794 -48.8368 -174.45 + 76 52.1689 585 1 1 -62.85 -48.928 -174.684 + 76 107.581 653 1 0 -63.1104 -49.337 -175.85 + 76 3.79422 652 1 0 -63.1732 -49.45 -176.228 + 76 119.373 559 0 1 -68.1473 -56.8789 -204.45 + 76 145.114 613 0 0 -68.2536 -57.3126 -205.85 + 76 397.839 593 2 1 -61.25 -48.8936 -144.453 + 76 120.455 592 2 1 -61.45 -48.2842 -144.542 + 76 93.1334 595 2 1 -61.05 -47.4445 -144.523 + 76 124.775 522 7 1 -75.6266 4.4824 5.55 + 76 264.967 666 6 0 -64.7086 -46.65 -25.9254 + 76 173.402 566 8 1 -66.65 -44.6038 35.3185 + 76 110.02 565 8 1 -66.8502 -44.5225 35.1875 +Number of digits in this event = 36 +Using G4ParticleGun ... +4.24311 LIN gamma Event: 77 -Number of tracker hits in this event = 9 - 77 278.765 161 1 1 -147.803 -19.1347 -174.45 - 77 283.513 804 1 0 -147.798 -19.1304 -175.85 - 77 139.948 162 0 1 -147.683 -19.0343 -204.45 - 77 115.199 805 0 0 -147.678 -19.028 -205.85 - 77 104.977 161 0 1 -147.826 -19.1377 -204.45 - 77 98.8532 804 0 0 -147.827 -19.1367 -205.85 - 77 57.6181 1709 9 1 161.95 179.427 65.3466 - 77 8.51557 1710 9 1 162.15 179.434 65.5331 - 77 19.0425 1068 3 1 33.684 9.24316 -114.85 -Number of digits in this event = 5 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 Using G4ParticleGun ... -5.84581 LIN +5.42647 LIN gamma Event: 78 -Number of tracker hits in this event = 3 - 78 83.4841 908 1 0 -84.2161 1.8211 -176.083 - 78 254.696 479 0 1 -84.2169 1.8145 -204.45 - 78 291.605 908 0 0 -84.2189 1.8156 -205.85 -Number of digits in this event = 6 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 Using G4ParticleGun ... -6.15006 LIN +3.51718 LIN gamma Event: 79 -Number of tracker hits in this event = 2 - 79 14.8066 1439 2 1 108.15 107.858 -144.815 - 79 94.926 1438 2 1 107.95 108.004 -144.528 -Number of digits in this event = 1 +Number of tracker hits in this event = 35 + 79 305.748 1074 8 1 34.9753 130.885 35.55 + 79 239.942 1553 8 0 34.9796 130.885 34.15 + 79 306.333 1074 7 1 35.0036 130.943 5.55 + 79 222.155 1553 7 0 35 130.946 4.15 + 79 232.05 1074 6 1 34.9403 130.991 -24.45 + 79 278.04 1554 6 0 34.9396 130.982 -25.85 + 79 154.647 1074 5 1 34.9541 130.771 -54.45 + 79 128.133 1553 5 0 34.953 130.77 -55.85 + 79 128.781 1074 4 1 34.9354 130.757 -84.45 + 79 119.946 1553 4 0 34.9329 130.776 -85.85 + 79 90.5448 1074 3 1 34.8922 131.211 -114.45 + 79 112.073 1555 3 0 34.8746 131.194 -115.85 + 79 163.34 1072 2 1 34.6194 130.867 -144.45 + 79 164.692 1553 2 0 34.5345 130.879 -145.85 + 79 100.891 1062 1 1 32.5202 130.907 -174.45 + 79 117.682 1553 1 0 32.4487 130.884 -175.85 + 79 253.401 1054 0 1 31.0357 130.617 -204.45 + 79 114.864 1552 0 0 30.9592 130.649 -205.85 + 79 49.3979 1055 0 1 31.05 130.673 -204.72 + 79 73.9865 1071 0 1 34.3708 130.753 -204.45 + 79 31.8357 1072 0 1 34.45 130.765 -204.712 + 79 118.695 1553 0 0 34.7207 130.798 -205.85 + 79 152.9 1075 5 1 35.0746 131.099 -54.45 + 79 114.619 1554 5 0 35.083 131.106 -55.85 + 79 110.154 1076 4 1 35.2602 131.263 -84.45 + 79 108.965 1555 4 0 35.27 131.271 -85.85 + 79 142.191 1077 3 1 35.4818 131.423 -114.45 + 79 119.27 1556 3 0 35.4895 131.428 -115.85 + 79 214.659 1078 2 1 35.6547 131.536 -144.45 + 79 169.578 1556 2 0 35.6626 131.54 -145.85 + 79 189.771 1078 1 1 35.8078 131.61 -174.45 + 79 139.911 1557 1 0 35.8156 131.611 -175.85 + 79 130.006 1079 0 1 35.973 131.628 -204.45 + 79 138.758 1557 0 0 35.9795 131.629 -205.85 + 79 53.6205 1079 1 1 35.85 131.666 -174.472 +Number of digits in this event = 22 Using G4ParticleGun ... -6.14673 LIN +7.66879 LIN gamma Event: 80 -Number of tracker hits in this event = 29 - 80 238.999 1479 4 1 115.961 85.0687 -84.45 - 80 367.048 1325 4 0 115.96 85.0676 -85.85 - 80 282.137 1479 3 1 116.059 85.2481 -114.45 - 80 118.329 1325 3 0 116.08 85.2439 -115.85 - 80 112.612 1480 2 1 116.213 85.9362 -144.45 - 80 137.843 1330 2 0 116.373 86.1126 -145.85 - 80 90.9814 1498 1 1 119.889 89.8214 -174.45 - 80 21.0932 1499 1 1 119.95 89.8491 -174.753 - 80 132.73 1349 1 0 120.179 89.9448 -175.85 - 80 174.194 1530 0 1 126.295 93.0106 -204.45 - 80 3.27812 1531 0 1 126.35 93.0657 -204.839 - 80 179.018 1365 0 0 126.502 93.2138 -205.85 - 80 166.548 1324 3 0 115.997 85.027 -115.85 - 80 128.045 1479 2 1 116.043 85.0146 -144.45 - 80 115.891 1324 2 0 116.04 85.0092 -145.85 - 80 101.039 1479 1 1 116.002 84.9114 -174.45 - 80 142.364 1324 1 0 116.003 84.9065 -175.85 - 80 252.75 1479 0 1 116.018 84.7959 -204.45 - 80 218.974 1323 0 0 116.019 84.7897 -205.85 - 80 31.1796 1422 10 0 114.109 104.75 93.8907 - 80 125.003 1478 0 1 115.924 85.0725 -204.45 - 80 32.9266 1321 0 0 116.596 84.3148 -205.85 - 80 83.2759 1320 0 0 116.639 84.25 -205.921 - 80 56.8441 1319 0 0 116.648 84.0498 -206.014 - 80 31.352 1318 0 0 116.631 83.85 -205.954 - 80 204.779 889 0 0 135.637 -2.12494 -206.25 - 80 38.5667 1324 0 0 116.113 84.85 -206.096 - 80 55.1829 417 10 1 -96.5737 -46.3681 95.15 - 80 183.902 416 10 1 -96.75 -46.4233 95.4192 -Number of digits in this event = 17 -Using G4ParticleGun ... -7.20212 LIN -gamma -Event: 81 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -4.15992 LIN +6.78493 LIN +gamma +Event: 81 +Number of tracker hits in this event = 16 + 81 235.747 1184 4 1 56.974 18.1424 -84.45 + 81 290.041 990 4 0 56.9746 18.144 -85.85 + 81 236.19 1184 3 1 56.9907 18.1748 -114.45 + 81 250.384 990 3 0 56.9923 18.1746 -115.85 + 81 225.52 1184 2 1 57.0248 18.1742 -144.45 + 81 126.127 990 2 0 57.0254 18.175 -145.85 + 81 267.402 1184 1 1 57.0362 18.2034 -174.45 + 81 141.588 990 1 0 57.0384 18.2079 -175.85 + 81 227.019 1185 0 1 57.0962 18.3003 -204.45 + 81 115.841 991 0 0 57.1006 18.301 -205.85 + 81 148.916 989 2 0 56.9873 18.0343 -145.85 + 81 96.8967 989 1 0 57.0136 18.011 -175.85 + 81 226.616 989 0 0 57.0645 17.9976 -205.85 + 81 17.0026 1123 3 0 138.53 44.7407 -116.25 + 81 7.09639 1595 3 1 139.229 42.9708 -114.85 + 81 163.16 1088 3 0 139.362 37.8325 -115.85 +Number of digits in this event = 14 +Using G4ParticleGun ... +6.09496 LIN gamma Event: 82 Number of tracker hits in this event = 3 - 82 150.439 497 1 0 -100.789 -80.5108 -176.25 - 82 61.5894 757 1 1 -28.65 22.9775 -174.791 - 82 74.5736 756 1 1 -28.65 23.0923 -174.608 -Number of digits in this event = 3 -Using G4ParticleGun ... -1.9234 LIN -gamma -Event: 83 -Number of tracker hits in this event = 65 - 83 300.714 289 8 1 -122.245 -44.7024 35.55 - 83 248.803 676 8 0 -122.222 -44.6805 34.15 - 83 95.2294 291 7 1 -121.759 -44.432 5.55 - 83 38.6189 292 7 1 -121.75 -44.4279 5.28932 - 83 115.254 678 7 0 -121.7 -44.4088 4.15 - 83 168.229 298 6 1 -120.527 -43.8179 -24.45 - 83 107.516 681 6 0 -120.514 -43.8149 -25.85 - 83 87.5663 299 5 1 -120.212 -43.64 -54.45 - 83 107.93 681 5 0 -120.203 -43.6529 -55.85 - 83 126.297 300 4 1 -120.082 -44.1181 -84.45 - 83 131.804 679 4 0 -120.04 -44.1569 -85.85 - 83 114.795 304 3 1 -119.195 -45.0596 -114.45 - 83 132.101 674 3 0 -119.115 -45.1079 -115.85 - 83 105.338 313 2 1 -117.527 -46.0668 -144.45 - 83 109.926 669 2 0 -117.436 -46.121 -145.85 - 83 143.345 323 1 1 -115.405 -47.1693 -174.45 - 83 136.889 664 1 0 -115.341 -47.183 -175.85 - 83 164.654 329 0 1 -114.171 -47.4589 -204.45 - 83 94.201 662 0 0 -114.099 -47.4853 -205.85 - 83 139.562 289 7 1 -122.288 -44.6347 5.55 - 83 119.656 677 7 0 -122.285 -44.6297 4.15 - 83 123.416 289 6 1 -122.246 -44.5296 -24.45 - 83 346.229 677 6 0 -122.244 -44.5273 -25.85 - 83 187.75 289 5 1 -122.222 -44.485 -54.45 - 83 124.551 677 5 0 -122.221 -44.4776 -55.85 - 83 208.951 289 4 1 -122.219 -44.3583 -84.45 - 83 261.432 678 4 0 -122.222 -44.3578 -85.85 - 83 105.605 289 3 1 -122.28 -44.3418 -114.45 - 83 163.772 678 3 0 -122.286 -44.3432 -115.85 - 83 132.246 288 2 1 -122.403 -44.3776 -144.45 - 83 109.432 678 2 0 -122.41 -44.3757 -145.85 - 83 105.239 287 1 1 -122.567 -44.3504 -174.45 - 83 218.463 678 1 0 -122.577 -44.3512 -175.85 - 83 105.394 286 0 1 -122.81 -44.3575 -204.45 - 83 101.453 678 0 0 -122.815 -44.3617 -205.85 - 83 3.20768 1007 1 0 -138.445 21.5241 -176.25 - 83 154.284 1008 1 0 -138.404 21.6504 -176.106 - 83 350.226 210 1 1 -138.046 21.6863 -174.85 - 83 82.6427 679 1 0 -122.607 -44.25 -176.138 - 83 227.899 772 1 1 -25.65 37.1855 -174.691 - 83 80.2664 740 1 1 -31.85 49.0792 -174.709 - 83 135.797 770 6 0 -28.0422 -25.9274 -26.25 - 83 212.049 771 6 0 -27.8193 -25.8499 -26.0432 - 83 368.537 764 6 1 -27.1573 -25.6335 -24.8496 - 83 428.252 288 4 1 -122.35 -44.3626 -84.563 - 83 13.6268 685 4 0 -141.234 -42.8569 -86.25 - 83 114.632 686 4 0 -141.241 -42.85 -86.2039 - 83 105.936 191 4 1 -141.85 -43.0679 -84.85 - 83 79.651 190 4 1 -141.95 -43.0648 -84.5878 - 83 179.843 780 2 1 -24.05 89.7125 -144.707 - 83 152.702 781 2 1 -23.85 89.7374 -144.679 - 83 221.649 682 4 0 -143.641 -43.6091 -85.85 - 83 251.414 681 4 0 -143.601 -43.65 -85.9996 - 83 106.974 287 4 1 -122.55 -44.3446 -84.7475 - 83 24.6171 255 3 1 -129.007 -24.7681 -114.45 - 83 66.1437 256 3 1 -128.95 -24.764 -114.507 - 83 73.05 257 3 1 -128.75 -24.746 -114.68 - 83 15.5739 258 3 1 -128.549 -24.707 -114.824 - 83 45.4067 777 3 0 -127.064 -24.4908 -115.85 - 83 285.35 778 3 0 -126.909 -24.45 -115.949 - 83 9.39748 1016 3 0 -39.8313 23.4181 -116.25 - 83 87.8823 1017 3 0 -39.8197 23.45 -116.226 - 83 87.4904 1018 3 0 -39.7668 23.6502 -116.087 - 83 2.2191 701 3 1 -39.6506 24.4263 -114.85 - 83 128.853 702 3 1 -39.65 24.4323 -114.84 -Number of digits in this event = 33 -Using G4ParticleGun ... -2.61131 LIN -gamma -Event: 84 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -4.53793 LIN -gamma -Event: 85 -Number of tracker hits in this event = 3 - 85 0.182227 209 3 1 -138.15 24.5593 -114.618 - 85 78.3024 94 11 0 25.6243 -161.212 123.75 - 85 55.4421 80 11 0 27.7846 -163.95 123.839 -Number of digits in this event = 3 -Using G4ParticleGun ... -1.8905 LIN -gamma -Event: 86 -Number of tracker hits in this event = 2 - 86 294.22 463 0 1 -87.2609 -50.2127 -204.45 - 86 240.933 649 0 0 -87.2622 -50.2136 -205.85 -Number of digits in this event = 3 -Using G4ParticleGun ... -8.16668 LIN -gamma -Event: 87 -Number of tracker hits in this event = 0 + 82 112.646 1790 2 0 150.567 178.316 -146.25 + 82 70.2709 1658 2 1 151.806 178.399 -144.85 + 82 93.7836 1659 2 1 151.951 178.458 -144.663 Number of digits in this event = 2 Using G4ParticleGun ... -1.04028 LIN +4.98668 LIN +gamma +Event: 83 +Number of tracker hits in this event = 19 + 83 433.458 892 3 1 -1.5988 36.1007 -114.45 + 83 328.836 1080 3 0 -1.59845 36.1006 -115.85 + 83 107.516 892 2 1 -1.59164 36.0972 -144.45 + 83 254.108 1080 2 0 -1.58911 36.0971 -145.85 + 83 327.41 892 1 1 -1.53999 36.0965 -174.45 + 83 236.152 1080 1 0 -1.53672 36.0959 -175.85 + 83 105.039 892 0 1 -1.46371 36.086 -204.45 + 83 279.037 1080 0 0 -1.46306 36.0856 -205.85 + 83 151.957 893 0 1 -1.44593 36.0849 -204.45 + 83 62.7841 1081 0 0 -1.27559 36.3773 -205.85 + 83 88.9858 1082 0 0 -1.26486 36.45 -205.985 + 83 99.4848 1083 0 0 -1.3441 36.65 -206.088 + 83 63.1431 1084 0 0 -1.3209 36.85 -206.132 + 83 218.909 1079 1 0 -1.62348 36.05 -176.043 + 83 237.933 891 2 1 -1.69877 36.0798 -144.45 + 83 117.935 894 0 1 -1.18391 36.0048 -204.45 + 83 205.506 1079 0 0 -1.15032 35.992 -205.85 + 83 164.893 893 3 1 -1.45 36.53 -114.554 + 83 380.309 894 3 1 -1.25 36.765 -114.571 +Number of digits in this event = 14 +Using G4ParticleGun ... +4.79277 LIN +gamma +Event: 84 +Number of tracker hits in this event = 2 + 84 227.965 431 0 1 -93.75 -165.554 -204.768 + 84 98.1444 217 2 0 -82.9745 -136.661 -146.25 +Number of digits in this event = 3 +Using G4ParticleGun ... +1.59442 LIN +gamma +Event: 85 +Number of tracker hits in this event = 121 + 85 296.743 920 9 1 4.09909 15.1734 65.55 + 85 409.882 975 9 0 4.10033 15.175 64.15 + 85 243.498 920 8 1 4.13457 15.2131 35.55 + 85 97.8764 975 8 0 4.15549 15.2114 34.15 + 85 142.436 922 7 1 4.63734 15.1772 5.55 + 85 125.361 975 7 0 4.65636 15.177 4.15 + 85 102.027 924 6 1 5.027 15.1746 -24.45 + 85 467.751 975 6 0 5.04046 15.1788 -25.85 + 85 101.721 926 5 1 5.31921 15.2698 -54.45 + 85 146.833 976 5 0 5.33063 15.2834 -55.85 + 85 203.333 927 4 1 5.52835 15.5904 -84.45 + 85 124.35 977 4 0 5.53568 15.5979 -85.85 + 85 167.788 928 3 1 5.68409 15.7588 -114.45 + 85 207.681 978 3 0 5.69126 15.7723 -115.85 + 85 109.783 928 2 1 5.79175 16.0359 -144.45 + 85 137.703 980 2 0 5.80027 16.0548 -145.85 + 85 134.496 929 1 1 5.98632 16.4701 -174.45 + 85 188.524 982 1 0 5.9894 16.4845 -175.85 + 85 116.938 929 0 1 6.04413 16.7621 -204.45 + 85 219.396 983 0 0 6.04806 16.7761 -205.85 + 85 57.0048 952 6 0 8.31603 10.5897 -26.25 + 85 258.109 974 6 0 5.09192 15.05 -26.0866 + 85 200.785 973 6 0 4.94208 14.85 -26.0885 + 85 124.053 1081 4 1 36.3157 -53.5245 -84.45 + 85 224.23 976 6 0 5.1986 15.25 -25.9366 + 85 308.425 920 7 1 4.17378 15.2661 5.55 + 85 454.466 976 7 0 4.13596 15.2535 4.15 + 85 111.97 916 6 1 3.36421 14.9732 -24.45 + 85 108.322 919 5 1 3.9437 13.6581 -54.45 + 85 109.963 967 5 0 3.96583 13.5285 -55.85 + 85 118.298 922 4 1 4.54775 10.8572 -84.45 + 85 120.75 953 4 0 4.58322 10.7498 -85.85 + 85 119.283 925 3 1 5.05193 8.60382 -114.45 + 85 55.3835 942 3 0 5.04632 8.46966 -115.85 + 85 59.9246 941 3 0 5.04544 8.45 -116.052 + 85 105.043 924 2 1 4.91343 5.71467 -144.45 + 85 139.035 927 2 0 4.88811 5.59169 -145.85 + 85 162.212 921 1 1 4.44043 3.11272 -174.45 + 85 124.221 914 1 0 4.38276 3.01813 -175.85 + 85 117.391 915 0 1 3.16471 1.24363 -204.45 + 85 173.414 905 0 0 3.08577 1.1379 -205.85 + 85 161.502 915 6 1 3.08217 16.3923 -24.45 + 85 118.589 981 6 0 3.03911 16.3988 -25.85 + 85 110.596 911 5 1 2.34881 16.4914 -54.45 + 85 120.453 981 5 0 2.31434 16.4489 -55.85 + 85 114.998 907 4 1 1.56331 15.3348 -84.45 + 85 100.814 976 4 0 1.55328 15.2888 -85.85 + 85 115.328 905 3 1 1.21372 14.5614 -114.45 + 85 132.58 972 3 0 1.21936 14.5288 -115.85 + 85 110.935 904 2 1 0.951762 13.8163 -144.45 + 85 337.297 968 2 0 0.928331 13.7549 -145.85 + 85 195.482 902 1 1 0.464634 12.3533 -174.45 + 85 116.587 961 1 0 0.468161 12.2816 -175.85 + 85 125.657 901 0 1 0.358786 10.7585 -204.45 + 85 34.0039 953 0 0 0.317607 10.6618 -205.85 + 85 65.0194 952 0 0 0.312962 10.65 -206.013 + 85 118.991 977 8 0 4.10926 15.487 34.15 + 85 133.464 919 7 1 3.90349 15.3507 5.55 + 85 110.497 921 6 1 4.33357 15.1729 -24.45 + 85 114.563 924 5 1 4.98619 16.0339 -54.45 + 85 128.634 980 5 0 4.99301 16.0791 -55.85 + 85 179.717 925 4 1 5.07864 17.0613 -84.45 + 85 130.593 985 4 0 5.04489 17.0981 -85.85 + 85 218.052 921 3 1 4.28287 17.8257 -114.45 + 85 118.378 989 3 0 4.21127 17.8875 -115.85 + 85 93.8869 913 2 1 2.82025 19.0284 -144.45 + 85 142.77 995 2 0 2.71546 19.1221 -145.85 + 85 193.192 901 1 1 0.45 21.0283 -174.672 + 85 135.058 1005 1 0 0.369737 21.0609 -175.85 + 85 92.9051 892 0 1 -1.63393 21.942 -204.45 + 85 54.9026 891 0 1 -1.65 21.944 -204.739 + 85 96.0036 1009 0 0 -1.71616 21.9491 -205.85 + 85 230.056 1003 1 0 0.658653 20.7983 -175.85 + 85 339.993 919 2 1 3.98602 18.6495 -144.45 + 85 248.646 993 2 0 3.76708 18.6798 -145.85 + 85 119.742 887 1 1 -2.59689 18.2883 -174.45 + 85 0.126152 988 1 0 -2.50378 17.6507 -175.85 + 85 125.346 987 1 0 -2.50369 17.65 -175.851 + 85 344.033 886 0 1 -2.77938 5.6249 -204.45 + 85 54.0293 887 0 1 -2.64979 5.27818 -204.708 + 85 2.96929 919 0 0 -2.1613 3.8605 -205.85 + 85 79.9635 918 0 0 -2.15752 3.85 -205.859 + 85 78.913 917 0 0 -2.07696 3.65 -206.013 + 85 18.9657 916 0 0 -1.98109 3.45 -206.192 + 85 64.5155 751 0 0 38.7172 -29.7256 -206.25 + 85 142.124 750 0 0 38.9 -29.85 -206.157 + 85 117.726 749 0 0 39.1912 -30.0502 -206.047 + 85 79.1939 748 0 0 39.5912 -30.2503 -206.117 + 85 163.227 999 2 1 19.8584 12.8506 -144.85 + 85 116.667 998 2 1 19.85 12.8115 -144.828 + 85 135.312 905 1 1 1.1956 20.7168 -174.45 + 85 126.69 1002 1 0 1.00753 20.6111 -175.85 + 85 29.6432 885 0 1 -2.85 17.2652 -204.756 + 85 42.07 984 0 0 -3.0753 16.88 -205.85 + 85 8.47806 939 7 0 -25.054 7.85435 3.75 + 85 138.495 938 7 0 -25.0756 7.85 3.7715 + 85 35.8714 937 7 0 -25.2933 7.65 4.03998 + 85 124.844 772 7 1 -25.4718 6.76134 5.15018 + 85 72.5724 826 8 0 -60.1267 -14.7415 33.75 + 85 92.8432 825 8 0 -60.2925 -14.85 33.8169 + 85 71.8857 824 8 0 -60.4476 -15.05 33.8895 + 85 112.196 823 8 0 -60.4763 -15.25 33.9724 + 85 68.2501 822 8 0 -60.4256 -15.4502 33.8622 + 85 24.0681 1223 8 0 75.4873 64.658 33.7501 + 85 245.844 929 3 1 5.87828 15.1432 -114.45 + 85 37.2648 975 3 0 5.97718 15.0567 -115.85 + 85 102.474 974 3 0 5.98375 15.05 -115.944 + 85 0.0090282 940 2 1 8.05001 12.7342 -144.45 + 85 103.245 939 2 1 8.05 12.7342 -144.45 + 85 122.496 962 2 0 7.7309 12.5589 -145.85 + 85 133.101 916 1 1 3.41565 8.35478 -174.45 + 85 108.937 939 1 0 3.33587 7.91978 -175.85 + 85 50.8673 938 1 0 3.32274 7.84995 -176.068 + 85 156.839 893 0 1 -1.32701 -0.807587 -204.45 + 85 84.1857 893 0 0 -1.21193 -1.33393 -205.85 + 85 46.9671 892 0 0 -1.18781 -1.45014 -206.15 + 85 26.0932 979 3 0 5.7676 15.85 -116.19 + 85 334.889 1211 3 0 16.0912 62.2684 -116.25 + 85 23.3314 983 3 1 16.8176 62.2742 -114.85 + 85 101.603 984 3 1 16.8502 62.2754 -114.787 + 85 18.4217 391 3 1 -101.937 153.469 -114.45 +Number of digits in this event = 58 +Using G4ParticleGun ... +7.97114 LIN +gamma +Event: 86 +Number of tracker hits in this event = 55 + 86 56.3941 385 9 1 -103.14 -76.4087 65.2365 + 86 231.406 518 9 0 -103.14 -76.4092 64.15 + 86 236.137 385 8 1 -103.134 -76.4 35.55 + 86 218.866 518 8 0 -103.131 -76.3986 34.15 + 86 106.937 385 7 1 -103.077 -76.36 5.55 + 86 296.969 518 7 0 -103.068 -76.3516 4.15 + 86 275.274 385 6 1 -103.035 -76.2214 -24.45 + 86 112.502 519 6 0 -103.046 -76.2174 -25.85 + 86 225.8 384 5 1 -103.3 -76.196 -54.45 + 86 115.65 519 5 0 -103.309 -76.1895 -55.85 + 86 210.728 383 4 1 -103.479 -76.0992 -84.45 + 86 115.127 519 4 0 -103.491 -76.1039 -85.85 + 86 220.898 381 3 1 -103.769 -76.1269 -114.45 + 86 123.246 519 3 0 -103.762 -76.1345 -115.85 + 86 256.712 382 2 1 -103.675 -76.2796 -144.45 + 86 417.703 518 2 0 -103.655 -76.2764 -145.85 + 86 99.554 383 1 1 -103.408 -76.12 -174.45 + 86 118.853 519 1 0 -103.41 -76.1013 -175.85 + 86 284.738 382 0 1 -103.551 -75.7623 -204.45 + 86 110.984 383 0 1 -103.55 -75.7608 -204.519 + 86 113.315 521 0 0 -103.529 -75.736 -205.85 + 86 145.635 1681 11 1 156.35 111.715 125.156 + 86 99.7894 170 4 1 -145.952 -122.134 -84.85 + 86 207.324 955 3 0 -13.956 11.05 -116.208 + 86 120.234 1138 4 0 70.4929 47.65 -86.2401 + 86 54.8481 1137 4 0 70.7762 47.65 -86.193 + 86 235.377 602 7 1 -59.4598 71.4821 5.15 + 86 219.516 842 14 0 -98.1213 -11.5063 213.75 + 86 130.54 384 7 1 -103.16 -76.3866 5.55 + 86 218.811 518 6 0 -103.116 -76.4392 -25.85 + 86 129.119 518 5 0 -103.241 -76.4202 -55.85 + 86 140.17 518 4 0 -103.455 -76.4064 -85.85 + 86 104.972 383 3 1 -103.498 -76.0014 -114.45 + 86 172.772 520 3 0 -103.486 -76.0137 -115.85 + 86 414.773 384 2 1 -103.281 -76.2306 -144.45 + 86 135.157 519 2 0 -103.239 -76.2449 -145.85 + 86 104.975 387 1 1 -102.605 -76.5201 -174.45 + 86 261.939 517 1 0 -102.561 -76.5036 -175.85 + 86 263.183 392 0 1 -101.647 -76.048 -204.45 + 86 157.48 520 0 0 -101.613 -76.0198 -205.85 + 86 0.969835 1599 4 0 -142.097 140.143 -86.2498 + 86 7.62055 1600 4 0 -142.098 140.15 -86.2487 + 86 35.1182 1088 2 0 -66.1631 37.6704 -146.25 + 86 120.818 517 8 0 -103.171 -76.45 33.8559 + 86 370.26 384 1 1 -103.302 -76.7219 -174.45 + 86 761.552 516 1 0 -103.322 -76.7299 -175.85 + 86 359.825 515 0 0 -103.762 -76.999 -205.85 + 86 48.6518 516 0 0 -103.753 -76.8449 -205.85 + 86 68.0183 515 1 0 -103.297 -76.85 -176.022 + 86 91.249 394 0 1 -101.208 -76.1556 -204.45 + 86 125.455 519 0 0 -101.09 -76.1269 -205.85 + 86 118.722 382 1 1 -103.703 -76.5131 -174.45 + 86 115.873 377 0 1 -104.667 -77.0116 -204.45 + 86 105.291 121 13 1 -155.786 -66.1816 185.15 + 86 202.374 120 13 1 -155.95 -66.229 185.329 +Number of digits in this event = 36 +Using G4ParticleGun ... +6.45744 LIN +gamma +Event: 87 +Number of tracker hits in this event = 2 + 87 59.483 412 3 0 118.684 -97.6429 -116.25 + 87 96.9747 1482 4 1 116.55 -136.87 -84.662 +Number of digits in this event = 2 +Using G4ParticleGun ... +4.27043 LIN gamma Event: 88 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 3 Using G4ParticleGun ... -3.40516 LIN +3.85437 LIN gamma Event: 89 -Number of tracker hits in this event = 5 - 89 243.181 1563 1 1 132.87 -21.9567 -174.45 - 89 215.622 790 1 0 132.871 -21.9557 -175.85 - 89 135.259 1563 0 1 132.886 -21.9407 -204.45 - 89 312.271 790 0 0 132.888 -21.9406 -205.85 - 89 203.608 1562 0 1 132.725 -21.9977 -204.45 -Number of digits in this event = 7 +Number of tracker hits in this event = 41 + 89 477.671 175 6 1 -145.059 30.0995 -24.45 + 89 234.946 1050 6 0 -145.058 30.1063 -25.85 + 89 108.947 175 5 1 -145.068 30.2043 -54.45 + 89 118.791 1050 5 0 -145.063 30.2091 -55.85 + 89 134.53 176 4 1 -144.944 30.2374 -84.45 + 89 141.284 1050 4 0 -144.947 30.2317 -85.85 + 89 112.207 175 3 1 -145.011 30.122 -114.45 + 89 167.895 1050 3 0 -145.014 30.1101 -115.85 + 89 141.77 175 2 1 -145.124 29.7693 -144.45 + 89 114.682 1048 2 0 -145.065 29.795 -145.85 + 89 133.357 181 1 1 -143.809 30.2806 -174.45 + 89 151.743 1051 1 0 -143.758 30.3039 -175.85 + 89 119.894 187 0 1 -142.737 30.805 -204.45 + 89 132.526 1053 0 0 -142.679 30.8113 -205.85 + 89 237.249 174 0 1 -145.301 29.1822 -204.45 + 89 527.713 173 0 1 -145.35 29.3071 -204.665 + 89 147.331 172 0 1 -145.55 29.7656 -204.624 + 89 287.051 175 1 1 -144.988 30.1101 -174.45 + 89 277.463 1050 1 0 -145.015 30.1472 -175.85 + 89 131.493 1055 0 0 -145.529 31.1352 -205.85 + 89 152.876 182 0 1 -143.568 29.6133 -204.45 + 89 103.673 1048 0 0 -143.676 29.6713 -205.85 + 89 184.456 176 1 1 -144.949 30.081 -174.484 + 89 171.145 1044 1 0 -144.931 28.9982 -175.85 + 89 127.132 1043 1 0 -144.945 28.85 -175.997 + 89 60.5216 1042 1 0 -145.159 28.65 -176.145 + 89 82.7722 1041 1 0 -145.23 28.45 -176.157 + 89 92.2835 1040 1 0 -145.205 28.25 -176.224 + 89 77.5036 1039 1 0 -145.151 28.0499 -176.108 + 89 113.309 1038 1 0 -145.104 27.85 -176.192 + 89 95.377 173 5 1 -145.519 29.6855 -54.45 + 89 112.485 1048 5 0 -145.569 29.6649 -55.85 + 89 121.603 168 4 1 -146.522 29.2404 -84.45 + 89 98.6971 1045 4 0 -146.565 29.2366 -85.85 + 89 169.647 163 3 1 -147.385 29.1557 -114.45 + 89 100.119 1045 3 0 -147.407 29.1433 -115.85 + 89 93.7035 160 2 1 -147.968 28.9907 -144.45 + 89 252.293 1044 2 0 -148.016 28.9857 -145.85 + 89 157.094 155 1 1 -149.013 28.8829 -174.45 + 89 198.943 147 0 1 -150.551 28.4611 -204.45 + 89 106.86 1041 0 0 -150.605 28.405 -205.85 +Number of digits in this event = 26 Using G4ParticleGun ... -9.6059 LIN +3.17717 LIN gamma Event: 90 -Number of tracker hits in this event = 115 - 90 119.326 1350 6 1 90.1585 25.8987 -24.45 - 90 110.718 1029 6 0 90.1609 25.8978 -25.85 - 90 102.43 1350 5 1 90.2016 25.8709 -54.45 - 90 323.06 1029 5 0 90.2056 25.8596 -55.85 - 90 534.737 1350 4 1 90.2719 25.6092 -84.45 - 90 313.306 1027 4 0 90.2711 25.5974 -85.85 - 90 391.771 1350 3 1 90.2744 25.3613 -114.45 - 90 124.426 1026 3 0 90.274 25.3503 -115.85 - 90 111.034 1350 2 1 90.282 25.1122 -144.45 - 90 115.166 1025 2 0 90.2813 25.0957 -145.85 - 90 107.359 1350 1 1 90.2313 24.8311 -174.45 - 90 202.081 1023 1 0 90.2255 24.8235 -175.85 - 90 152.632 1024 1 0 90.2243 24.85 -175.904 - 90 72.8933 945 5 0 94.5211 9.23 -56.25 - 90 141.929 1357 2 0 -14.1955 91.6512 -146.25 - 90 245.877 1029 4 0 90.2132 25.9154 -85.85 - 90 160.198 1029 3 0 90.3298 25.971 -115.85 - 90 140.451 1351 2 1 90.3604 26.0192 -144.45 - 90 112.605 1029 2 0 90.3639 26.0203 -145.85 - 90 143.393 1351 1 1 90.457 26.0529 -174.45 - 90 154.984 1029 1 0 90.4673 26.0474 -175.85 - 90 227.588 1352 0 1 90.706 25.9381 -204.45 - 90 109.304 1029 0 0 90.7188 25.9374 -205.85 - 90 127.077 1338 3 1 87.7775 23.9184 -114.45 - 90 113.515 1018 3 0 87.5688 23.7721 -115.85 - 90 112.426 1320 2 1 84.2341 20.329 -144.45 - 90 1.06394 1321 2 1 84.2501 20.2951 -144.845 - 90 113.985 1000 2 0 84.3613 20.2165 -145.85 - 90 72.7029 1340 1 1 88.1984 17.725 -174.45 - 90 180.816 1341 1 1 88.2505 17.7504 -174.566 - 90 137.918 990 1 0 88.9125 18.1366 -175.85 - 90 0.0336035 991 1 0 89.1121 18.25 -176.249 - 90 159.011 1421 0 1 104.47 26.8044 -204.45 - 90 56.8177 1420 0 1 104.35 26.6235 -204.687 - 90 97.9795 1028 0 0 103.711 25.8265 -205.85 - 90 42.2272 1027 0 0 103.556 25.65 -206.133 - 90 412.021 1351 0 1 90.4791 15.6538 -204.45 - 90 34.953 1353 0 1 90.75 15.9615 -204.819 - 90 21.7242 1042 0 0 94.9917 28.5798 -205.85 - 90 55.6375 1043 0 0 95.0235 28.6502 -205.86 - 90 268.937 1044 0 0 95.0495 28.85 -205.997 - 90 265.359 1068 0 0 101.225 33.81 -206.25 - 90 259.874 1069 0 0 101.271 33.85 -206.169 - 90 48.6211 983 1 0 88.8764 16.7684 -175.85 - 90 165.966 982 1 0 88.9411 16.65 -175.98 - 90 2.06909 682 1 0 150.674 -43.6432 -176.25 - 90 102.292 681 1 0 150.679 -43.6502 -176.246 - 90 67.0431 680 1 0 150.802 -43.85 -176.151 - 90 116.494 679 1 0 150.781 -44.05 -176.065 - 90 72.1462 678 1 0 150.692 -44.25 -175.985 - 90 55.0685 677 1 0 150.666 -44.45 -175.932 - 90 34.2755 676 1 0 150.687 -44.65 -175.906 - 90 292.047 1656 1 1 151.387 -45.3833 -174.85 - 90 175.28 1028 4 0 90.168 25.669 -85.85 - 90 169.53 1347 3 1 89.574 19.9859 -114.45 - 90 47.1611 997 3 0 89.7386 19.5125 -115.85 - 90 60.2655 996 3 0 89.7628 19.45 -116.033 - 90 109.827 1367 2 1 93.6104 10.6313 -144.45 - 90 111.568 951 2 0 93.7873 10.385 -145.85 - 90 91.0592 1394 1 1 98.9708 5.40869 -174.45 - 90 71.6862 925 1 0 98.9196 5.10332 -175.85 - 90 37.5275 924 1 0 98.9017 5.04994 -176.103 - 90 55.4292 1377 0 1 95.7142 -1.38859 -204.45 - 90 129.069 1376 0 1 95.55 -1.43537 -204.579 - 90 52.7159 1375 0 1 95.3494 -1.49134 -204.733 - 90 192.076 890 0 0 93.8999 -1.91709 -205.85 - 90 18.9345 889 0 0 93.4569 -2.05 -206.2 - 90 165.778 1348 2 1 89.7204 26.8559 -144.45 - 90 114.464 1034 2 0 89.7225 26.9085 -145.85 - 90 101.264 1348 1 1 89.8048 27.9693 -174.45 - 90 123.206 1039 1 0 89.8246 28.0234 -175.85 - 90 239.348 1045 0 0 90.4419 29.1212 -205.85 - 90 161.987 1349 8 1 89.8645 25.8549 35.55 - 90 103.353 1028 8 0 89.8564 25.8356 34.15 - 90 220.92 1347 7 1 89.6039 25.424 5.55 - 90 131.19 1026 7 0 89.5915 25.4218 4.15 - 90 114.331 1346 6 1 89.3109 25.2955 -24.45 - 90 251.344 1026 6 0 89.3182 25.3226 -25.85 - 90 230.5 1346 5 1 89.4369 25.4213 -54.45 - 90 21.9561 1347 5 1 89.45 25.4252 -54.8126 - 90 117.62 1026 5 0 89.4877 25.4334 -55.85 - 90 69.2105 1351 4 1 90.35 25.7328 -84.5926 - 90 366.094 1354 3 1 91.0118 26.6315 -114.45 - 90 234.312 1033 3 0 91.0268 26.6729 -115.85 - 90 171.4 1355 2 1 91.3173 27.6566 -144.45 - 90 158.724 1038 2 0 91.3155 27.7416 -145.85 - 90 125.815 1355 1 1 91.2996 29.3385 -174.45 - 90 172.071 1046 1 0 91.2471 29.4133 -175.85 - 90 18.0042 1350 0 1 90.35 31.0061 -204.775 - 90 134.035 1055 0 0 90.3362 31.0677 -205.85 - 90 95.1006 1047 1 0 91.2904 29.45 -176.104 - 90 92.1259 1444 0 1 108.95 39.1332 -204.737 - 90 34.1483 1348 3 1 89.7076 24.5728 -114.45 - 90 74.2585 1349 3 1 89.85 24.6197 -114.474 - 90 62.6271 1351 3 1 90.35 24.8955 -114.532 - 90 88.1247 1352 3 1 90.55 25.0438 -114.541 - 90 116.751 1353 3 1 90.75 25.2458 -114.565 - 90 169.281 1355 3 1 91.15 26.157 -114.59 - 90 122.227 1356 3 1 91.3502 26.4907 -114.495 - 90 102.278 1357 3 1 91.55 26.5944 -114.594 - 90 172.128 1031 3 0 92.0332 26.3681 -115.85 - 90 95.4302 1509 2 1 122.116 33.1144 -144.45 - 90 103.725 1510 2 1 122.15 32.9299 -144.639 - 90 64.3754 1511 2 1 122.35 32.7497 -144.773 - 90 210.342 1512 2 1 122.55 32.6626 -144.835 - 90 83.6041 1513 2 1 122.75 33.3096 -144.686 - 90 67.1228 1514 2 1 122.95 33.5474 -144.741 - 90 230.552 1515 2 1 123.15 33.6703 -144.826 - 90 62.899 1516 2 1 123.35 33.7565 -144.815 - 90 110.315 1517 2 1 123.55 33.775 -144.769 - 90 205.494 1518 2 1 123.75 33.7595 -144.776 - 90 214.923 1061 2 0 122.952 32.3901 -145.85 - 90 231.836 1335 0 1 87.24 21.6935 -204.45 - 90 235.667 1007 0 0 87.2508 21.5947 -205.85 - 90 68.4414 1008 0 0 87.2138 21.6549 -205.85 -Number of digits in this event = 55 +Number of tracker hits in this event = 3 + 90 3.79411 318 2 0 95.1344 -116.438 -146.25 + 90 20.0306 481 2 0 126.125 -83.6837 -146.25 + 90 183.468 946 3 1 9.38842 -30.6045 -114.85 +Number of digits in this event = 3 Using G4ParticleGun ... -5.84678 LIN +5.05858 LIN gamma Event: 91 -Number of tracker hits in this event = 99 - 91 258.575 737 10 1 -32.5377 -29.6403 95.55 - 91 228.676 752 10 0 -32.5385 -29.6416 94.15 - 91 226.186 737 9 1 -32.5689 -29.6773 65.55 - 91 232.946 751 9 0 -32.5681 -29.6808 64.15 - 91 262.664 737 8 1 -32.5513 -29.7576 35.55 - 91 266.672 751 8 0 -32.5502 -29.764 34.15 - 91 287.915 737 7 1 -32.526 -29.8957 5.55 - 91 329.627 750 7 0 -32.5098 -29.8987 4.15 - 91 146.077 739 6 1 -32.147 -29.9955 -24.45 - 91 241.765 750 6 0 -32.1191 -29.9914 -25.85 - 91 262.38 742 5 1 -31.5461 -29.9686 -54.45 - 91 274.885 750 5 0 -31.5322 -29.9503 -55.85 - 91 112.604 744 4 1 -31.2456 -29.5938 -84.45 - 91 127.113 752 4 0 -31.2223 -29.5628 -85.85 - 91 385.552 746 3 1 -30.7478 -28.8398 -114.45 - 91 83.6348 758 3 0 -30.9119 -28.3683 -115.85 - 91 49.4619 759 3 0 -30.9112 -28.25 -116.105 - 91 4.60058 776 3 0 -52.4012 -24.841 -116.25 - 91 136.319 775 3 0 -52.4143 -24.8505 -116.237 - 91 180.121 774 3 0 -52.6231 -25.0501 -115.942 - 91 94.3374 636 3 1 -52.8371 -26.7025 -114.85 - 91 82.6544 635 3 1 -52.85 -26.7936 -114.794 - 91 0.848994 755 3 0 -52.7928 -29.0444 -115.85 - 91 70.6007 754 3 0 -52.7928 -29.0501 -115.853 - 91 89.4173 753 3 0 -52.7122 -29.2501 -115.996 - 91 33.3847 752 3 0 -52.5717 -29.45 -116.17 - 91 128.079 744 5 0 -31.1126 -31.1126 -55.85 - 91 11.5218 893 2 0 96.311 -1.27103 -146.25 - 91 137.938 894 2 0 96.3035 -1.25 -146.233 - 91 61.3868 895 2 0 96.1944 -1.05 -146.183 - 91 122.748 797 5 0 -59.7457 -20.5625 -56.25 - 91 17.7661 798 5 0 -59.8014 -20.45 -55.9087 - 91 107.182 600 5 1 -59.9868 -20.0449 -54.85 - 91 249.111 738 4 1 -32.3006 -30.2467 -84.45 - 91 132.77 749 4 0 -32.2907 -30.245 -85.85 - 91 139.874 740 3 1 -32.0292 -30.3134 -114.45 - 91 110.685 748 3 0 -32.0285 -30.3231 -115.85 - 91 125.184 740 2 1 -32.0051 -30.4769 -144.45 - 91 285.422 747 2 0 -32.0004 -30.4867 -145.85 - 91 109.718 740 1 1 -31.9147 -30.6422 -174.45 - 91 145.239 747 1 0 -31.9162 -30.6315 -175.85 - 91 122.25 740 0 1 -31.9727 -30.4126 -204.45 - 91 106.622 748 0 0 -31.9621 -30.4035 -205.85 - 91 22.3667 1392 0 0 -38.3062 98.55 -206.029 - 91 56.5395 1393 0 0 -38.3292 98.75 -205.93 - 91 7.19503 705 0 1 -39.0372 100.753 -204.85 - 91 176.049 704 0 1 -39.05 100.782 -204.832 - 91 65.6789 703 0 1 -39.25 101.198 -204.515 - 91 3.24889 1622 1 0 -36.0081 144.74 -176.25 - 91 56.8694 1623 1 0 -36.0058 144.75 -176.242 - 91 114.721 1624 1 0 -35.99 144.95 -176.166 - 91 35.9194 1674 1 0 146.216 155.005 -176.25 - 91 5.12981 1673 1 0 146.229 154.95 -176.245 - 91 142.899 1143 1 0 101.434 48.811 -176.25 - 91 48.6675 1210 1 0 114.639 62.0912 -176.25 - 91 281.333 748 4 0 -32.2909 -30.2544 -85.85 - 91 134.712 739 3 1 -32.1104 -30.456 -114.45 - 91 262.895 747 3 0 -32.1114 -30.4757 -115.85 - 91 242.721 739 2 1 -32.2104 -30.8605 -144.45 - 91 126.357 745 2 0 -32.209 -30.8804 -145.85 - 91 112.25 739 1 1 -32.1163 -31.2557 -174.45 - 91 108.127 743 1 0 -32.1066 -31.2633 -175.85 - 91 259.913 741 0 1 -31.8334 -31.4371 -204.45 - 91 266.482 743 0 0 -31.8403 -31.4356 -205.85 - 91 112.576 1028 0 0 -68.302 25.6813 -206.25 - 91 197.252 560 0 1 -67.8662 25.7382 -204.85 - 91 32.0592 561 0 1 -67.85 25.7311 -204.831 - 91 65.6888 748 2 0 -32.0489 -30.4371 -145.85 - 91 53.7574 772 1 1 -25.5301 -35.6041 -174.45 - 91 133.738 771 1 1 -25.65 -35.691 -174.642 - 91 78.3644 715 1 0 -26.6156 -36.9253 -175.85 - 91 112.566 714 1 0 -26.7193 -37.05 -175.991 - 91 32.0177 713 1 0 -26.9801 -37.25 -176.188 - 91 262.296 513 1 0 -96.2511 -77.3453 -176.25 - 91 369.522 512 1 0 -96.8597 -77.4501 -176.013 - 91 448.996 511 1 0 -97.5889 -77.65 -176.17 - 91 106.664 510 1 0 -97.9719 -77.85 -176.009 - 91 46.2437 413 1 1 -97.384 -79.1737 -174.85 - 91 118.611 414 1 1 -97.35 -79.2456 -174.72 - 91 101.873 415 1 1 -97.15 -79.2023 -174.505 - 91 125.267 737 6 1 -32.64 -30.0314 -24.45 - 91 141.574 736 5 1 -32.6936 -30.2003 -54.45 - 91 126.721 749 5 0 -32.6984 -30.21 -55.85 - 91 84.1327 736 4 1 -32.8065 -30.4037 -84.45 - 91 172.087 735 3 1 -32.8866 -30.5982 -114.45 - 91 43.7834 735 2 1 -33.049 -30.7811 -144.45 - 91 114.111 734 2 1 -33.05 -30.7819 -144.572 - 91 104.202 746 2 0 -33.0601 -30.79 -145.85 - 91 463.18 733 1 1 -33.2876 -30.9761 -174.45 - 91 378.316 745 1 0 -33.2923 -30.9871 -175.85 - 91 246.95 733 0 1 -33.4055 -31.2146 -204.45 - 91 214.933 744 0 0 -33.4169 -31.2303 -205.85 - 91 5.70683 1405 6 1 101.23 48.3515 -24.45 - 91 122.118 745 0 0 -33.3361 -30.9883 -205.85 - 91 147.778 731 0 1 -33.8075 -31.0761 -204.45 - 91 25.1844 919 0 1 3.98167 6.5808 -204.85 - 91 117.59 920 0 1 4.05 6.62691 -204.538 - 91 95.8644 870 0 1 -6.05 -53.9189 -204.721 - 91 65.5471 871 0 1 -5.85 -53.9994 -204.661 -Number of digits in this event = 54 +Number of tracker hits in this event = 34 + 91 230.237 702 4 1 -39.4909 72.6927 -84.45 + 91 205.597 1263 4 0 -39.4921 72.6905 -85.85 + 91 385.395 702 3 1 -39.5169 72.642 -114.45 + 91 148.687 1262 3 0 -39.5152 72.637 -115.85 + 91 109.701 703 2 1 -39.4478 72.5549 -144.45 + 91 129.769 1262 2 0 -39.453 72.5553 -145.85 + 91 395.883 702 1 1 -39.5313 72.5609 -174.45 + 91 221.394 1262 1 0 -39.5387 72.5621 -175.85 + 91 215.271 701 0 1 -39.6639 72.5722 -204.45 + 91 243.285 1262 0 0 -39.6694 72.5729 -205.85 + 91 65.6204 1233 1 0 -6.42451 66.7863 -176.25 + 91 135.037 1234 1 0 -6.24583 66.85 -176.101 + 91 77.963 890 1 1 -2.04484 67.9361 -174.85 + 91 12.727 891 1 1 -1.84997 68.0827 -174.838 + 91 31.3078 1250 1 0 0.745317 70.1919 -175.85 + 91 65.5622 1251 1 0 0.807628 70.25 -175.882 + 91 62.6034 1252 1 0 0.886526 70.45 -175.997 + 91 167.089 1253 1 0 0.900859 70.651 -176.03 + 91 71.6942 1254 1 0 0.933917 70.85 -176.075 + 91 126.232 1255 1 0 0.907408 71.05 -176.074 + 91 198.437 1256 1 0 0.784733 71.25 -176.071 + 91 103.224 900 1 1 0.0639159 73.0965 -174.85 + 91 71.4264 1266 1 0 -0.994504 73.3142 -175.85 + 91 208.97 1263 3 0 -39.5026 72.7044 -115.85 + 91 111.906 702 2 1 -39.5671 72.6788 -144.45 + 91 126.171 1263 2 0 -39.5697 72.6791 -145.85 + 91 167.543 1263 1 0 -39.6312 72.691 -175.85 + 91 1.37307 1263 0 0 -39.6638 72.65 -205.85 + 91 233.872 1472 0 0 -74.8795 114.55 -206.049 + 91 219.66 1187 1 0 -31.2828 57.5852 -176.25 + 91 11.4481 1791 1 0 118.829 178.5 -176.25 + 91 230.464 1792 1 0 118.863 178.55 -176.236 + 91 600.638 1496 1 1 119.482 178.608 -174.85 + 91 32.474 1497 1 1 119.55 178.624 -174.691 +Number of digits in this event = 22 Using G4ParticleGun ... -1.75007 LIN +7.7452 LIN gamma Event: 92 -Number of tracker hits in this event = 15 - 92 328.768 728 3 1 -34.4121 6.09321 -114.45 - 92 263.216 930 3 0 -34.4155 6.09406 -115.85 - 92 111.659 727 2 1 -34.4904 6.08381 -144.45 - 92 308.148 930 2 0 -34.497 6.08159 -145.85 - 92 111.697 727 1 1 -34.6208 6.0251 -174.45 - 92 156.212 929 1 0 -34.6301 6.02518 -175.85 - 92 106.178 726 0 1 -34.8127 6.02585 -204.45 - 92 207.147 929 0 0 -34.8189 6.02876 -205.85 - 92 93.7132 149 14 0 156.864 -150.186 213.75 - 92 174.032 728 2 1 -34.3776 6.25129 -144.451 - 92 107.487 704 1 1 -39.0698 6.50844 -174.45 - 92 109.895 933 1 0 -39.2958 6.6791 -175.85 - 92 127.076 681 0 1 -43.7302 10.1008 -204.45 - 92 154.807 952 0 0 -43.9222 10.4815 -205.85 - 92 5.40657 374 0 1 -105.35 33.7773 -204.452 -Number of digits in this event = 9 +Number of tracker hits in this event = 40 + 92 253.674 705 6 1 -38.9816 -67.8065 -24.45 + 92 318.942 561 6 0 -38.981 -67.8071 -25.85 + 92 104.264 705 5 1 -38.9701 -67.8161 -54.45 + 92 101.154 561 5 0 -38.9713 -67.8185 -55.85 + 92 157.382 705 4 1 -39.0108 -67.8907 -84.45 + 92 93.6961 560 4 0 -39.0129 -67.8944 -85.85 + 92 155.403 704 3 1 -39.0547 -67.97 -114.45 + 92 136.74 560 3 0 -39.0564 -67.9742 -115.85 + 92 162.821 704 2 1 -39.0887 -68.0626 -144.45 + 92 134.235 559 2 0 -39.0916 -68.0671 -145.85 + 92 131.583 704 1 1 -39.151 -68.1559 -174.45 + 92 113.645 559 1 0 -39.1541 -68.1602 -175.85 + 92 142.798 704 0 1 -39.2194 -68.2416 -204.45 + 92 123.224 559 0 0 -39.2235 -68.2461 -205.85 + 92 135.78 1445 3 1 109.15 -123.9 -114.634 + 92 141.009 850 7 1 -10.0058 -15.5182 5.15 + 92 182.843 849 7 1 -10.0501 -15.3424 5.25257 + 92 28.8609 705 3 1 -39.05 -67.9792 -114.829 + 92 5.50092 550 3 0 -39.3219 -70.0417 -115.85 + 92 105.144 549 3 0 -39.3205 -70.05 -115.855 + 92 34.1247 700 3 1 -40.0275 -70.5523 -114.85 + 92 158.77 587 4 0 -51.3272 -62.5975 -86.25 + 92 105.204 643 4 1 -51.3283 -62.2836 -84.8498 + 92 11.1927 642 4 1 -51.45 -62.2386 -84.4801 + 92 146.289 704 5 1 -39.1244 -68.0027 -54.45 + 92 142.129 560 5 0 -39.1301 -68.0051 -55.85 + 92 202.714 703 4 1 -39.2522 -68.0784 -84.45 + 92 143.237 559 4 0 -39.2723 -68.0916 -85.85 + 92 333.288 701 3 1 -39.7111 -68.3197 -114.45 + 92 92.0471 558 3 0 -39.7312 -68.3299 -115.85 + 92 115.363 699 2 1 -40.118 -68.5294 -144.45 + 92 133.687 557 2 0 -40.139 -68.5215 -145.85 + 92 136.658 697 1 1 -40.5498 -68.2743 -174.45 + 92 97.0084 558 1 0 -40.5841 -68.282 -175.85 + 92 209.924 694 0 1 -41.2321 -68.5073 -204.45 + 92 148.614 557 0 0 -41.2688 -68.5353 -205.85 + 92 117.584 530 3 0 -78.7531 -73.9023 -116.25 + 92 13.9506 529 3 0 -78.8114 -74.0501 -115.878 + 92 145.478 506 3 1 -78.6817 -74.3059 -114.85 + 92 1.24766 505 3 1 -78.85 -74.4112 -114.451 +Number of digits in this event = 26 Using G4ParticleGun ... -4.26696 LIN +5.36685 LIN gamma Event: 93 -Number of tracker hits in this event = 7 - 93 2.20819 1214 1 0 -39.5555 63.05 -176.201 - 93 150.733 1303 4 0 49.314 80.8332 -86.25 - 93 196.73 1147 4 1 49.5183 81.089 -84.85 - 93 98.045 1148 4 1 49.65 80.7018 -84.5707 - 93 257.311 1149 4 1 49.85 80.6974 -84.5968 - 93 40.68 1307 4 0 50.5388 81.4933 -85.85 - 93 101.534 1391 0 1 98.3662 80.2913 -204.85 -Number of digits in this event = 5 +Number of tracker hits in this event = 128 + 93 355.715 1055 11 1 31.1819 -0.533678 125.55 + 93 237.123 897 11 0 31.1811 -0.533232 124.15 + 93 239.85 1055 10 1 31.1667 -0.518739 95.55 + 93 111.537 897 10 0 31.1652 -0.517377 94.15 + 93 234.074 1055 9 1 31.1409 -0.479813 65.55 + 93 330.349 897 9 0 31.14 -0.476171 64.15 + 93 123.546 1055 8 1 31.1216 -0.399414 35.55 + 93 111.323 898 8 0 31.1213 -0.396939 34.15 + 93 275.917 1055 7 1 31.0604 -0.423259 5.55 + 93 100.314 898 7 0 31.0589 -0.427715 4.15 + 93 123.071 1054 6 1 31.0273 -0.521107 -24.45 + 93 176.61 897 6 0 31.0295 -0.521454 -25.85 + 93 107.651 1055 5 1 31.0826 -0.549496 -54.45 + 93 149.492 897 5 0 31.0801 -0.557038 -55.85 + 93 176.321 1054 4 1 31.0197 -0.711265 -84.45 + 93 111.86 896 4 0 31.016 -0.724675 -85.85 + 93 472.443 1054 3 1 30.9277 -0.982282 -114.45 + 93 164.761 895 3 0 30.9195 -0.990584 -115.85 + 93 107.215 1053 2 1 30.749 -1.15653 -144.45 + 93 117.519 894 2 0 30.7412 -1.16435 -145.85 + 93 122.299 1052 1 1 30.5658 -1.31294 -174.45 + 93 137.187 893 1 0 30.563 -1.31834 -175.85 + 93 130.135 1052 0 1 30.5022 -1.43687 -204.45 + 93 128.328 893 0 0 30.5021 -1.44475 -205.85 + 93 34.3787 72 2 1 -165.649 -152.155 -144.45 + 93 11.2961 918 2 0 30.8883 3.65 -146.173 + 93 113.197 1056 1 1 31.3779 -0.494091 -174.45 + 93 93.896 898 1 0 31.3944 -0.298429 -175.85 + 93 31.4814 899 1 0 31.3961 -0.249981 -176.144 + 93 274.873 1057 0 1 31.6288 4.71246 -204.45 + 93 206.467 925 0 0 31.6252 5.09828 -205.85 + 93 273.808 898 6 0 31.0033 -0.449858 -25.9615 + 93 52.3393 1138 5 1 47.6527 61.8464 -54.45 + 93 133.02 1137 5 1 47.65 61.7497 -54.4868 + 93 133.248 1212 5 0 48.2873 62.4881 -55.85 + 93 192.461 1213 5 0 48.2434 62.6501 -56.144 + 93 12.9376 1405 5 0 169.302 101.344 -56.25 + 93 110.929 898 10 0 31.1883 -0.326434 94.15 + 93 115.344 1057 8 1 31.5641 -1.10859 35.55 + 93 92.0943 894 8 0 31.6056 -1.12949 34.15 + 93 119.324 1061 7 1 32.3638 -1.52775 5.55 + 93 135.847 892 7 0 32.4095 -1.57185 4.15 + 93 187.811 1066 6 1 33.2761 -2.33719 -24.45 + 93 129.51 888 6 0 33.3232 -2.36541 -25.85 + 93 144.995 1071 5 1 34.2619 -2.90108 -54.45 + 93 134.207 885 5 0 34.3074 -2.94717 -55.85 + 93 125.164 1075 4 1 35.1479 -3.89552 -84.45 + 93 228.579 880 4 0 35.2029 -3.95231 -85.85 + 93 158.901 1080 3 1 36.2183 -5.1316 -114.45 + 93 112.383 874 3 0 36.2652 -5.1867 -115.85 + 93 107.098 1085 2 1 37.1124 -6.25058 -144.45 + 93 135.196 868 2 0 37.1596 -6.30481 -145.85 + 93 32.6496 1092 1 1 38.5956 -7.30632 -174.45 + 93 106.897 1093 1 1 38.65 -7.36462 -174.54 + 93 10.6284 1094 1 1 38.85 -7.5587 -174.807 + 93 25.3675 860 1 0 39.4462 -8.01218 -175.85 + 93 101.327 859 1 0 39.4827 -8.05 -175.906 + 93 9.95231 858 1 0 39.6793 -8.25 -176.22 + 93 128.739 1201 0 1 60.312 -36.2153 -204.45 + 93 61.4382 724 0 0 60.439 -35.149 -205.85 + 93 162.863 725 0 0 60.4614 -35.0499 -206.009 + 93 16.1073 851 0 0 60.2343 -9.67132 -206.25 + 93 83.2937 852 0 0 60.2329 -9.65 -206.233 + 93 70.8638 853 0 0 60.1561 -9.44992 -206.1 + 93 48.7326 854 0 0 60.1248 -9.25 -206.097 + 93 190.806 1092 0 1 38.4518 -7.2747 -204.45 + 93 142.195 866 0 0 38.7122 -6.79159 -205.85 + 93 89.5482 1091 0 1 38.4338 -7.32751 -204.45 + 93 151.206 863 0 0 38.5086 -7.36578 -205.851 + 93 4.2721 885 10 0 73.7216 -2.99711 93.75 + 93 68.5041 1108 6 0 39.883 41.8386 -26.25 + 93 67.1908 1343 9 0 4.10218 88.7129 63.7502 + 93 96.4851 1344 9 0 4.07129 88.85 63.9403 + 93 138.626 1345 9 0 4.11321 89.0501 63.9828 + 93 304.13 872 3 0 35.711 -5.56444 -115.85 + 93 163.243 1079 3 1 35.943 -4.39394 -114.45 + 93 106.319 877 3 0 35.9964 -4.54519 -115.85 + 93 38.7281 1098 2 1 39.7889 -9.85906 -144.45 + 93 108.567 1099 2 1 39.85 -9.9196 -144.556 + 93 38.6558 844 2 0 40.4478 -11.136 -145.85 + 93 74.0502 843 2 0 40.4911 -11.25 -145.959 + 93 59.1078 842 2 0 40.5606 -11.45 -146.132 + 93 261.893 1181 1 1 56.2527 -46.8272 -174.45 + 93 73.178 653 1 0 56.1802 -49.3574 -175.85 + 93 52.0725 652 1 0 56.1709 -49.4503 -175.901 + 93 85.483 651 1 0 56.1447 -49.65 -176.003 + 93 71.4597 650 1 0 56.1189 -49.85 -176.116 + 93 80.5236 521 1 0 46.0491 -75.7923 -176.25 + 93 53.2281 522 1 0 45.9133 -75.65 -176.019 + 93 44.2118 1126 1 1 45.3078 -75.4806 -174.85 + 93 107.206 1125 1 1 45.25 -75.476 -174.73 + 93 88.0645 417 2 0 -56.236 -96.7055 -146.25 + 93 128.343 416 2 0 -56.481 -96.75 -146.153 + 93 7.82928 415 2 0 -56.8464 -96.9502 -145.872 + 93 70.4435 612 2 1 -57.5505 -98.1475 -144.85 + 93 126.766 611 2 1 -57.65 -98.3307 -144.711 + 93 552.607 610 2 1 -57.85 -98.7345 -144.618 + 93 396.458 609 2 1 -58.05 -99.1074 -144.506 + 93 0.471888 1102 2 1 40.5069 -103.335 -144.85 + 93 83.1242 1182 1 1 56.45 -47.0602 -174.593 + 93 116.534 1183 1 1 56.65 -47.2465 -174.671 + 93 31.3706 1184 1 1 56.8503 -47.3687 -174.801 + 93 79.1024 659 1 0 58.3458 -48.1002 -175.85 + 93 166.913 658 1 0 58.5722 -48.25 -176.006 + 93 117.568 904 3 0 30.8117 0.925498 -115.85 + 93 94.2459 1035 2 1 27.2154 0.193419 -144.45 + 93 173.54 898 2 0 26.6961 -0.375419 -145.85 + 93 53.9849 897 2 0 26.6203 -0.45 -146.049 + 93 12.3652 970 1 1 14.0607 -11.7347 -174.451 + 93 237.538 969 1 1 14.05 -11.7348 -174.481 + 93 149.108 841 1 0 13.5983 -11.7181 -175.85 + 93 15.8049 924 0 1 4.897 -11.0542 -204.45 + 93 61.7127 923 0 1 4.85 -11.0341 -204.48 + 93 78.7365 922 0 1 4.64994 -10.9492 -204.608 + 93 79.5855 921 0 1 4.45 -10.873 -204.733 + 93 20.8625 848 0 0 2.79328 -10.2673 -205.85 + 93 167.011 849 0 0 2.74714 -10.2498 -205.881 + 93 18.346 850 0 0 2.31319 -10.05 -206.213 + 93 14.8311 595 0 0 -4.8134 -60.85 -205.971 + 93 145.851 968 1 1 13.85 -11.7289 -174.721 + 93 0.102769 908 3 0 30.8441 1.84952 -115.85 + 93 116.178 909 3 0 30.844 1.8501 -115.851 + 93 8.32869 910 3 0 30.755 2.05004 -116.215 + 93 55.1723 893 3 0 14.6178 -1.3347 -116.25 + 93 72.6316 892 3 0 14.5896 -1.45 -116.09 + 93 85.0082 971 3 1 14.3095 -1.50188 -114.85 + 93 93.295 970 3 1 14.2499 -1.47309 -114.761 + 93 69.1551 969 3 1 14.05 -1.42787 -114.539 +Number of digits in this event = 54 Using G4ParticleGun ... -6.52075 LIN +9.89102 LIN gamma Event: 94 -Number of tracker hits in this event = 37 - 94 297.562 1420 8 1 104.274 -63.4831 35.55 - 94 251.98 582 8 0 104.272 -63.4843 34.15 - 94 106.811 1420 7 1 104.235 -63.5085 5.55 - 94 153.669 582 7 0 104.234 -63.5098 4.15 - 94 139.086 1420 6 1 104.206 -63.5297 -24.45 - 94 111.484 582 6 0 104.205 -63.5292 -25.85 - 94 155.138 1420 5 1 104.19 -63.5208 -54.45 - 94 142.079 582 5 0 104.19 -63.5197 -55.85 - 94 412.024 1420 4 1 104.193 -63.4947 -84.45 - 94 107.91 582 4 0 104.193 -63.4921 -85.85 - 94 97.651 1420 3 1 104.202 -63.4397 -114.45 - 94 124.239 583 3 0 104.201 -63.4376 -115.85 - 94 126.264 1420 2 1 104.193 -63.3995 -144.45 - 94 107.546 583 2 0 104.193 -63.3964 -145.85 - 94 130.401 1420 1 1 104.173 -63.332 -174.45 - 94 216.746 583 1 0 104.171 -63.3245 -175.85 - 94 103.29 1419 0 1 104.13 -63.1714 -204.45 - 94 126.174 584 0 0 104.129 -63.1631 -205.85 - 94 111.74 1419 4 1 104.15 -63.3924 -84.7846 - 94 255.962 1421 4 1 104.35 -62.9456 -84.6329 - 94 97.8862 1419 7 1 104.028 -63.935 5.55 - 94 123.77 580 7 0 104.005 -63.9541 4.15 - 94 125.846 1416 6 1 103.398 -65.0674 -24.45 - 94 113.573 574 6 0 103.384 -65.1263 -25.85 - 94 143.613 1414 5 1 103.036 -66.3712 -54.45 - 94 117.193 568 5 0 102.944 -66.3864 -55.85 - 94 126.1 1404 4 1 101.078 -66.6967 -84.45 - 94 132.925 566 4 0 100.971 -66.743 -85.85 - 94 133.012 1392 3 1 98.748 -67.7758 -114.45 - 94 143.84 561 3 0 98.6507 -67.8009 -115.85 - 94 110.107 1382 2 1 96.6646 -68.3701 -144.45 - 94 144.5 558 2 0 96.5771 -68.402 -145.85 - 94 123.328 1373 1 1 94.7619 -69.0841 -174.45 - 94 42.2952 1372 1 1 94.75 -69.0883 -174.698 - 94 130.352 554 1 0 94.6916 -69.1076 -175.85 - 94 188.244 1365 0 1 93.3182 -69.5466 -204.45 - 94 104.185 552 0 0 93.2415 -69.5964 -205.85 -Number of digits in this event = 28 +Number of tracker hits in this event = 97 + 94 250.948 873 8 1 -5.37565 -26.5051 35.55 + 94 226.367 767 8 0 -5.37602 -26.5038 34.15 + 94 225.133 873 7 1 -5.38307 -26.4736 5.55 + 94 246.744 767 7 0 -5.38436 -26.4722 4.15 + 94 284.671 873 6 1 -5.41622 -26.4382 -24.45 + 94 124.563 768 6 0 -5.41643 -26.4369 -25.85 + 94 137.892 873 5 1 -5.42862 -26.4158 -54.45 + 94 116.287 768 5 0 -5.42727 -26.4147 -55.85 + 94 396.08 873 4 1 -5.39879 -26.3899 -84.45 + 94 412.683 768 4 0 -5.39899 -26.3906 -85.85 + 94 158.021 873 3 1 -5.40771 -26.4032 -114.45 + 94 579.848 768 3 0 -5.40885 -26.4051 -115.85 + 94 301.428 873 2 1 -5.43237 -26.4464 -144.45 + 94 114.36 768 2 0 -5.43371 -26.4495 -145.85 + 94 49.2862 767 2 0 -5.43396 -26.45 -146.096 + 94 234.826 872 1 1 -5.45528 -26.5113 -174.45 + 94 163.582 767 1 0 -5.45793 -26.5134 -175.85 + 94 290.056 872 0 1 -5.51855 -26.5521 -204.45 + 94 131.8 767 0 0 -5.52337 -26.5517 -205.85 + 94 62.7607 1239 7 0 -8.38318 67.9341 3.75 + 94 265.771 861 7 1 -7.73602 69.9549 5.15 + 94 130.952 1201 6 1 60.25 -92.0495 -24.7622 + 94 67.5802 1202 6 1 60.4501 -92.0302 -24.7092 + 94 225.164 873 0 1 -5.41043 -26.5362 -204.45 + 94 302.802 874 0 1 -5.25 -26.4816 -204.617 + 94 13.6825 770 0 0 -4.48727 -25.8684 -205.85 + 94 141.121 771 0 0 -4.4677 -25.85 -205.887 + 94 131.25 726 0 0 19.066 -34.6543 -206.25 + 94 30.8523 725 0 0 19.26 -34.8501 -205.938 + 94 38.8995 998 0 1 19.8037 -35.6869 -204.85 + 94 259.662 999 0 1 19.85 -35.7645 -204.742 + 94 71.0101 1000 0 1 20.05 -36.315 -204.642 + 94 32.437 1001 0 1 20.25 -36.3718 -204.798 + 94 269.376 716 0 0 22.77 -36.708 -205.85 + 94 140.444 715 0 0 23.597 -36.8503 -205.951 + 94 33.194 1026 0 1 25.3398 -36.9341 -204.85 + 94 52.182 1027 0 1 25.45 -36.9237 -204.788 + 94 64.5029 1028 0 1 25.65 -36.9606 -204.756 + 94 70.6994 1029 0 1 25.85 -36.9873 -204.675 + 94 107.186 1030 0 1 26.0507 -37.0273 -204.66 + 94 116.514 1031 0 1 26.2505 -36.9749 -204.609 + 94 183.895 187 6 1 -142.603 -109.452 -24.85 + 94 193.697 765 0 0 -5.0659 -27.0075 -205.85 + 94 125.438 764 0 0 -5.05979 -27.0507 -205.925 + 94 115.641 768 0 0 -5.32891 -26.371 -205.85 + 94 606.182 872 3 1 -5.4754 -26.3553 -114.45 + 94 105.991 876 2 1 -4.67329 -24.9177 -144.45 + 94 121.986 776 2 0 -4.62366 -24.8055 -145.85 + 94 178.401 883 1 1 -3.35239 -21.0221 -174.45 + 94 116.6 793 1 0 -3.084 -21.3546 -175.85 + 94 110.339 907 0 1 1.47706 -28.6247 -204.45 + 94 72.7057 756 0 0 1.60157 -28.8168 -205.851 + 94 54.0745 755 0 0 1.62265 -28.85 -206.107 + 94 87.6075 872 2 1 -5.64514 -26.5424 -144.45 + 94 188.498 769 2 0 -4.64614 -26.25 -145.988 + 94 22.6632 971 1 1 14.4214 -20.0426 -174.45 + 94 76.838 972 1 1 14.4504 -20.0379 -174.479 + 94 70.0169 973 1 1 14.65 -20.004 -174.68 + 94 28.8714 801 1 0 15.9391 -19.6724 -175.85 + 94 255.159 802 1 0 16.0277 -19.65 -175.931 + 94 83.666 1151 0 1 50.309 -11.2007 -204.45 + 94 179.129 1152 0 1 50.45 -11.1926 -204.682 + 94 186.375 845 0 0 51.204 -11.0491 -205.85 + 94 109.818 868 3 1 -6.36444 -27.2691 -114.45 + 94 125.926 764 3 0 -6.3092 -27.1801 -115.85 + 94 119.064 874 1 1 -5.08851 -25.0833 -174.45 + 94 176.142 775 1 0 -5.0331 -24.9646 -175.85 + 94 234.497 880 0 1 -3.9961 -21.1723 -204.45 + 94 427.508 793 0 0 -4.0345 -21.2702 -205.85 + 94 164.564 792 0 0 -4.14953 -21.4501 -205.915 + 94 276.3 871 2 1 -5.72121 -26.8758 -144.45 + 94 118.973 765 2 0 -5.73245 -26.9004 -145.85 + 94 141.858 870 1 1 -5.98176 -27.3834 -174.45 + 94 100.307 763 1 0 -5.99733 -27.4091 -175.85 + 94 234.995 868 0 1 -6.31039 -27.9325 -204.45 + 94 120.821 760 0 0 -6.33147 -27.9563 -205.85 + 94 7.34211 807 1 1 -18.45 5.72463 -174.592 + 94 139.4 808 1 1 -18.45 5.74642 -174.497 + 94 16.9352 694 2 1 -41.0612 74.5528 -144.85 + 94 99.6018 957 2 1 11.5781 61.7209 -144.85 + 94 151.979 767 6 0 -5.41348 -26.5347 -25.85 + 94 113.365 872 5 1 -5.49707 -26.5919 -54.45 + 94 120.808 767 5 0 -5.50187 -26.5923 -55.85 + 94 211.165 872 4 1 -5.60273 -26.6062 -84.45 + 94 127.926 767 4 0 -5.60712 -26.6081 -85.85 + 94 254.446 871 3 1 -5.69425 -26.6501 -114.45 + 94 123.27 766 3 0 -5.69407 -26.6528 -115.85 + 94 121.417 766 2 0 -5.6864 -26.6852 -145.85 + 94 116.822 765 1 0 -5.61483 -26.906 -175.85 + 94 283.355 766 6 0 -5.38316 -26.65 -26.1683 + 94 63.8678 767 3 0 -5.60678 -26.5103 -115.85 + 94 91.8797 759 3 0 -7.17055 -28.1027 -115.85 + 94 69.5705 758 3 0 -7.3614 -28.25 -116.001 + 94 76.4809 757 3 0 -7.4642 -28.4508 -116.048 + 94 48.9237 756 3 0 -7.4275 -28.6504 -116.155 + 94 124.994 234 3 0 29.5429 -133.173 -116.25 + 94 15.3661 233 3 0 29.6109 -133.35 -116.222 +Number of digits in this event = 57 Using G4ParticleGun ... -8.12183 LIN +1.79007 LIN gamma Event: 95 -Number of tracker hits in this event = 1 - 95 12.2451 953 3 0 -3.62887 10.6565 -116.25 -Number of digits in this event = 1 -Using G4ParticleGun ... -8.07835 LIN -gamma -Event: 96 -Number of tracker hits in this event = 32 - 96 258.936 370 4 1 -106.084 -49.1031 -84.45 - 96 236.14 654 4 0 -106.083 -49.0905 -85.85 - 96 55.6314 371 3 1 -105.943 -48.8358 -114.45 - 96 195.971 370 3 1 -105.95 -48.8338 -114.63 - 96 107.405 656 3 0 -105.997 -48.8214 -115.85 - 96 98.1251 364 2 1 -107.245 -48.569 -144.45 - 96 124.415 657 2 0 -107.351 -48.5346 -145.85 - 96 89.0436 353 1 1 -109.533 -47.8286 -174.45 - 96 50.5513 352 1 1 -109.55 -47.812 -174.696 - 96 267.63 661 1 0 -109.636 -47.7312 -175.85 - 96 141.51 343 0 1 -111.35 -45.5393 -204.45 - 96 134.876 673 0 0 -111.421 -45.4253 -205.85 - 96 58.8938 440 0 1 -91.9954 1.0274 -204.85 - 96 120.881 654 3 0 -106.092 -49.1037 -115.85 - 96 107.716 370 2 1 -106.083 -49.0852 -144.45 - 96 117.62 654 2 0 -106.082 -49.0849 -145.85 - 96 291.614 370 1 1 -106.063 -49.0771 -174.45 - 96 305.29 654 1 0 -106.062 -49.0768 -175.85 - 96 195.205 370 0 1 -106.04 -49.0538 -204.45 - 96 163.415 654 0 0 -106.039 -49.054 -205.85 - 96 148.792 801 2 1 -19.8344 -165.728 -144.85 - 96 101.872 802 2 1 -19.65 -166.25 -144.637 - 96 342.316 803 2 1 -19.45 -166.156 -144.647 - 96 144.788 804 2 1 -19.25 -165.81 -144.562 - 96 225.335 369 1 1 -106.15 -48.7551 -174.718 - 96 104.248 866 1 0 -160.429 -6.83003 -176.25 - 96 83.8402 867 1 0 -160.57 -6.64968 -176.142 - 96 367.331 868 1 0 -160.745 -6.45 -176.017 - 96 46.3947 869 1 0 -161.142 -6.25 -176.015 - 96 134.643 656 1 0 -105.892 -48.7682 -175.85 - 96 158.524 416 0 1 -96.7514 -38.1871 -204.451 - 96 148.181 706 0 0 -96.8566 -38.6959 -205.85 +Number of tracker hits in this event = 30 + 95 279.282 1471 6 1 114.453 49.2122 -24.45 + 95 234.921 1145 6 0 114.442 49.1848 -25.85 + 95 217.198 1469 5 1 114.107 48.5993 -54.45 + 95 127.269 1142 5 0 113.991 48.5672 -55.8506 + 95 25.5072 1458 4 1 111.758 48.045 -84.45 + 95 104.758 1457 4 1 111.75 48.0427 -84.5271 + 95 125.621 1139 4 0 111.605 47.9933 -85.85 + 95 113.367 1440 3 1 108.192 46.8908 -114.45 + 95 11.6412 1133 3 0 108.079 46.655 -115.85 + 95 205.483 1132 3 0 108.077 46.65 -115.879 + 95 256.76 1429 2 1 105.964 41.9619 -144.45 + 95 125.911 1108 2 0 105.984 41.756 -145.85 + 95 114.295 1430 1 1 106.33 37.7605 -174.45 + 95 131.271 1087 1 0 106.354 37.6069 -175.85 + 95 123.147 1435 0 1 107.182 34.5129 -204.45 + 95 101.441 1071 0 0 107.366 34.3121 -205.85 + 95 109.231 1471 5 1 114.477 49.3107 -54.45 + 95 273.268 1146 5 0 114.486 49.3216 -55.85 + 95 283.07 1472 4 1 114.688 49.5401 -84.45 + 95 136.781 1147 4 0 114.699 49.5491 -85.85 + 95 216.593 1473 3 1 114.94 49.755 -114.45 + 95 136.219 1148 3 0 114.948 49.7657 -115.85 + 95 275.533 1474 2 1 115.1 49.9739 -144.45 + 95 92.7483 1149 2 0 115.104 49.9872 -145.85 + 95 111.056 1475 1 1 115.19 50.2468 -174.45 + 95 152.017 1151 1 0 115.196 50.2622 -175.85 + 95 128.242 1475 0 1 115.3 50.5519 -204.45 + 95 138.886 1152 0 0 115.308 50.5659 -205.85 + 95 46.2145 1140 2 0 114.191 48.1314 -145.85 + 95 125.625 1139 2 0 114.095 48.05 -145.96 Number of digits in this event = 23 Using G4ParticleGun ... -5.83149 LIN +8.57981 LIN +gamma +Event: 96 +Number of tracker hits in this event = 15 + 96 318.459 873 0 1 -5.38666 -115.501 -204.45 + 96 206.242 323 0 0 -5.38525 -115.499 -205.85 + 96 15.9373 902 7 0 19.0422 0.45 3.89637 + 96 214.279 131 14 0 -32.6725 -153.836 213.75 + 96 119.76 132 14 0 -33.2247 -153.75 214.07 + 96 309.273 133 14 0 -33.4088 -153.55 213.962 + 96 17.3156 134 14 0 -34.1336 -153.35 214.133 + 96 79.2291 726 14 1 -34.7377 -152.226 215.15 + 96 47.208 725 14 1 -34.85 -152.073 215.256 + 96 191.526 138 14 0 -34.6978 -152.498 214.15 + 96 207.687 137 14 0 -34.4252 -152.55 214.096 + 96 0.459861 859 0 1 -8.25 -99.9737 -204.83 + 96 43.6626 456 2 0 9.56268 -88.7355 -146.25 + 96 256.663 605 1 0 31.2634 -58.8508 -176.25 + 96 19.4663 606 1 0 31.2619 -58.85 -176.235 +Number of digits in this event = 9 +Using G4ParticleGun ... +3.68103 LIN gamma Event: 97 -Number of tracker hits in this event = 8 - 97 82.8478 793 1 0 179.153 -21.3215 -176.25 - 97 61.6421 792 1 0 179.247 -21.45 -176.025 - 97 117.373 1795 1 1 179.339 -22.2601 -174.85 - 97 13.959 1796 1 1 179.35 -22.5321 -174.496 - 97 15.2432 817 2 0 170.3 -16.4618 -146.25 - 97 86.4317 818 2 0 170.283 -16.45 -146.2 - 97 53.3456 1747 2 1 169.637 -16.0362 -144.85 - 97 62.5985 1746 2 1 169.55 -16.0068 -144.699 -Number of digits in this event = 2 +Number of tracker hits in this event = 1 + 97 88.4268 1161 6 0 -168.959 52.3281 -26.25 +Number of digits in this event = 3 Using G4ParticleGun ... -8.38521 LIN +3.04075 LIN gamma Event: 98 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 96 + 98 229.226 645 10 1 -51.0216 90.3273 95.55 + 98 241.392 1350 10 0 -51.0237 90.3251 94.15 + 98 147.936 644 9 1 -51.0589 90.2886 65.55 + 98 116.035 1350 9 0 -51.0635 90.2875 64.15 + 98 121.379 644 8 1 -51.1432 90.2655 35.55 + 98 121.031 1350 8 0 -51.149 90.2663 34.15 + 98 113.985 643 7 1 -51.283 90.2787 5.55 + 98 102.905 1350 7 0 -51.2905 90.2832 4.15 + 98 124.857 642 6 1 -51.4514 90.3751 -24.45 + 98 283.428 1351 6 0 -51.4553 90.3792 -25.85 + 98 122.031 642 5 1 -51.5299 90.4675 -54.45 + 98 107.342 1351 5 0 -51.5349 90.4735 -55.85 + 98 232.899 642 4 1 -51.6429 90.5889 -84.45 + 98 123.546 1352 4 0 -51.6484 90.5878 -85.85 + 98 120.913 641 3 1 -51.7662 90.5681 -114.45 + 98 106.532 1352 3 0 -51.7712 90.5679 -115.85 + 98 98.4554 640 2 1 -51.8638 90.561 -144.45 + 98 114.335 1352 2 0 -51.8656 90.555 -145.85 + 98 90.5392 640 1 1 -51.9083 90.4262 -174.45 + 98 143.544 1351 1 0 -51.9097 90.4244 -175.85 + 98 182.248 640 0 1 -51.9339 90.3914 -204.45 + 98 112.647 1351 0 0 -51.9351 90.393 -205.85 + 98 31.8212 143 3 1 -151.35 -120.365 -114.581 + 98 40.295 1353 4 0 -51.5962 90.9132 -85.85 + 98 164.952 1354 4 0 -51.5949 90.9501 -86.0085 + 98 187.983 629 3 1 -54.1026 97.682 -114.45 + 98 14.8852 1381 3 0 -54.2992 96.3884 -115.85 + 98 88.0323 1380 3 0 -54.3052 96.3499 -115.892 + 98 44.221 1379 3 0 -54.3602 96.1493 -116.116 + 98 119.398 605 2 1 -58.9071 72.1151 -144.45 + 98 37.533 604 2 1 -59.0502 72.2613 -144.791 + 98 59.6972 1263 2 0 -59.8739 72.7816 -145.85 + 98 102.176 1264 2 0 -59.9965 72.8501 -145.996 + 98 86.5008 467 1 1 -86.5081 87.3181 -174.45 + 98 108.494 1337 1 0 -86.5669 87.5038 -175.85 + 98 113.402 469 0 1 -86.1578 88.1119 -204.451 + 98 131.19 1341 0 0 -86.172 88.285 -205.85 + 98 28.6095 1356 0 0 -78.4106 91.55 -206.124 + 98 156.366 1339 0 0 -85.3 87.9817 -205.85 + 98 377.872 1340 0 0 -84.9947 88.0501 -206.059 + 98 113.947 1346 4 0 -60.2122 89.3105 -86.25 + 98 119.169 1345 4 0 -60.2207 89.25 -86.2095 + 98 208.117 643 5 1 -51.3089 89.9536 -54.4506 + 98 34.834 644 5 1 -51.25 89.8775 -54.7952 + 98 96.7121 1348 5 0 -51.0662 89.7039 -55.85 + 98 15.0735 1347 5 0 -51.0135 89.65 -56.2131 + 98 60.866 666 4 1 -46.7077 86.1741 -84.4501 + 98 56.4941 667 4 1 -46.65 86.2484 -84.6997 + 98 9.3951 1332 4 0 -46.3044 86.6307 -85.85 + 98 283.725 1333 4 0 -46.287 86.65 -85.9068 + 98 72.5492 709 3 1 -38.1909 95.0041 -114.45 + 98 60.6784 710 3 1 -38.05 95.0912 -114.648 + 98 83.3918 1377 3 0 -37.1585 95.6493 -115.85 + 98 80.2197 1378 3 0 -37.0114 95.75 -116.054 + 98 107.389 797 2 1 -20.6276 107.443 -144.45 + 98 1.65494 798 2 1 -20.4499 107.618 -144.843 + 98 66.0966 1441 2 0 -20.2133 108.394 -145.85 + 98 78.2901 1442 2 0 -20.1924 108.55 -146.029 + 98 4.73654 1443 2 0 -20.1963 108.75 -146.228 + 98 12.9854 813 1 1 -17.2608 134.214 -174.451 + 98 110.709 814 1 1 -17.25 134.234 -174.509 + 98 36.3766 1572 1 0 -16.7745 134.705 -175.85 + 98 79.8419 1573 1 0 -16.7275 134.75 -175.982 + 98 156.052 1577 1 0 4.86548 135.632 -176.25 + 98 50.2391 1576 1 0 4.93799 135.55 -175.995 + 98 215.194 927 1 1 5.48519 135.168 -174.85 + 98 75.2001 930 1 1 6.10604 134.62 -174.45 + 98 98.5731 931 1 1 6.25 134.662 -174.64 + 98 12.8631 932 1 1 6.45 134.736 -174.825 + 98 156.536 1575 1 0 7.44039 135.198 -175.85 + 98 62.1357 1578 1 0 4.91557 135.75 -176.012 + 98 94.9997 1579 1 0 4.93089 135.95 -175.997 + 98 345.134 1658 1 0 -7.39494 151.768 -176.25 + 98 111.662 1353 5 0 -51.4411 90.7904 -55.8501 + 98 81.5133 1354 5 0 -51.4495 90.95 -56.1646 + 98 149.856 647 9 1 -50.5095 90.6364 65.55 + 98 129.57 1352 9 0 -50.5013 90.677 64.15 + 98 140.848 647 8 1 -50.5073 91.3766 35.55 + 98 107.019 1356 8 0 -50.5214 91.3817 34.15 + 98 104.914 645 7 1 -50.9352 91.4616 5.55 + 98 200.591 1356 7 0 -51.0151 91.5095 4.15 + 98 104.968 636 6 1 -52.7146 92.4634 -24.45 + 98 99.3588 1361 6 0 -52.8289 92.5099 -25.85 + 98 689.592 624 5 1 -55.1895 93.3297 -54.45 + 98 148.078 1366 5 0 -55.3075 93.3691 -55.85 + 98 99.1481 613 4 1 -57.3862 94.0166 -84.45 + 98 118.155 1369 4 0 -57.4747 94.037 -85.85 + 98 102.552 603 3 1 -59.3007 94.4409 -114.45 + 98 136.956 1371 3 0 -59.4077 94.4601 -115.85 + 98 139.783 592 2 1 -61.4832 94.7563 -144.45 + 98 113.741 1373 2 0 -61.6175 94.8087 -145.85 + 98 115.614 578 1 1 -64.3318 95.7757 -174.45 + 98 124.62 1378 1 0 -64.4909 95.8067 -175.85 + 98 115.933 562 0 1 -67.524 96.5096 -204.45 + 98 122.748 1381 0 0 -67.6752 96.5365 -205.85 + 98 31.4372 625 5 1 -55.0013 93.2892 -54.45 +Number of digits in this event = 37 Using G4ParticleGun ... -5.37189 LIN +1.8069 LIN gamma Event: 99 -Number of tracker hits in this event = 4 - 99 118.628 920 4 0 25.0304 4.12103 -86.2497 - 99 231.007 359 7 1 -108.248 169.393 5.55 - 99 120.671 358 7 1 -108.35 169.208 5.28752 - 99 175.746 840 0 0 -2.16955 -11.857 -206.25 -Number of digits in this event = 6 +Number of tracker hits in this event = 22 + 99 266.114 1105 3 1 41.1543 21.3706 -114.45 + 99 251.207 1006 3 0 41.1565 21.3702 -115.85 + 99 222.55 1105 2 1 41.2075 21.3827 -144.45 + 99 150.684 1006 2 0 41.2119 21.386 -145.85 + 99 130.111 1106 1 1 41.2814 21.447 -174.45 + 99 106.935 1006 1 0 41.2898 21.4469 -175.85 + 99 258.813 1107 0 1 41.5105 21.4965 -204.45 + 99 167.302 1007 0 0 41.5232 21.5036 -205.85 + 99 173.138 1115 4 1 43.2334 145.067 -84.45 + 99 43.014 999 1 0 40.6797 20.044 -175.85 + 99 65.5386 1000 1 0 40.6904 20.05 -175.911 + 99 230.801 1104 1 1 41.0217 21.1547 -174.85 + 99 192.972 1007 1 0 41.1806 21.5566 -175.85 + 99 207.316 1010 2 0 41.1139 22.0765 -145.85 + 99 125.289 1012 1 0 41.0141 22.5333 -175.85 + 99 138.355 1106 0 1 41.2667 22.2828 -204.45 + 99 216.125 1010 0 0 41.2869 22.2223 -205.85 + 99 51.3431 375 4 0 37.1532 -104.958 -86.2499 + 99 263.779 376 4 0 37.2849 -104.95 -86.1951 + 99 268.657 1105 0 1 41.229 23.3956 -204.45 + 99 265.211 1016 0 0 41.2109 23.4258 -205.85 + 99 17.8313 1347 6 0 95.6825 89.5163 -26.25 +Number of digits in this event = 19 Run terminated. Run Summary Number of events processed : 100 - User=40.470000s Real=41.046459s Sys=0.020000s + User=39.440000s Real=39.890067s Sys=0.010000s End of Run 1 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in the last X plane (keV) + 1 with 0 entries: Hits dist in TKR X planes + 2 with 0 entries: Edep in the last X plane (keV) + 3 with 0 entries: Hits dist in TKR X planes +There are 4 h2 histograms + 0 with 0 entries: Tracker Hits XZ (strip,plane) + 1 with 0 entries: Tracker Hits YZ (strip,plane) + 2 with 0 entries: Tracker Hits XZ (strip,plane) + 3 with 0 entries: Tracker Hits YZ (strip,plane) +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/particle e- /gun/energy 1 GeV /gun/sourceType 2 @@ -8972,35 +8847,35 @@ End of Run 1 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : CesiumIodide Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 9.2867 keV e- 144.573 keV e+ 141.008 keV proton 10 keV + Energy thresholds : gamma 9.2865 keV e- 144.614 keV e+ 141.091 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Silicon Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.32185 keV e- 121.933 keV e+ 119.718 keV proton 10 keV + Energy thresholds : gamma 2.32237 keV e- 122.002 keV e+ 119.773 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Tungsten Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 36.2806 keV e- 351.89 keV e+ 338.072 keV proton 10 keV + Energy thresholds : gamma 36.2769 keV e- 351.958 keV e+ 338.125 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Scintillator Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.00808 keV e- 86.3263 keV e+ 85.1755 keV proton 10 keV + Energy thresholds : gamma 994.647 eV e- 86.3927 keV e+ 85.2583 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -9029,7753 +8904,8942 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -3.10458 LIN +9.01681 LIN e- Event: 0 -Number of tracker hits in this event = 31 - 0 122.344 341 10 1 -111.756 -24.7033 95.55 - 0 138.444 776 10 0 -111.761 -24.7043 94.15 - 0 121.957 341 9 1 -111.873 -24.7484 65.55 - 0 131.691 776 9 0 -111.875 -24.7442 64.15 - 0 115.794 341 8 1 -111.915 -24.6824 35.55 - 0 240.175 776 8 0 -111.923 -24.6736 34.15 - 0 128.915 340 7 1 -112.071 -24.4933 5.55 - 0 152.276 777 7 0 -112.094 -24.4863 4.15 - 0 142.656 338 6 1 -112.537 -24.2856 -24.45 - 0 134.533 778 6 0 -112.561 -24.2895 -25.85 - 0 191.894 335 5 1 -113.012 -24.411 -54.45 - 0 125.962 778 5 0 -113.041 -24.4236 -55.85 - 0 260.731 332 4 1 -113.615 -24.661 -84.45 - 0 122.084 776 4 0 -113.651 -24.6897 -85.85 - 0 78.1834 329 3 1 -114.341 -25.3686 -114.45 - 0 37.4161 328 3 1 -114.35 -25.3791 -114.755 - 0 107.087 773 3 0 -114.38 -25.4142 -115.85 - 0 238.462 325 2 1 -115.125 -26.3277 -144.45 - 0 117.638 768 2 0 -115.148 -26.3834 -145.85 - 0 145.744 322 1 1 -115.587 -27.5047 -174.45 - 0 169.355 762 1 0 -115.602 -27.5726 -175.85 - 0 115.042 320 0 1 -115.96 -28.9593 -204.45 - 0 156.571 755 0 0 -115.981 -29.0194 -205.85 - 0 86.1607 326 2 1 -114.95 -25.9774 -144.668 - 0 84.4232 327 2 1 -114.75 -25.8544 -144.778 - 0 77.9241 328 2 1 -114.55 -25.695 -144.757 - 0 46.7112 329 2 1 -114.35 -25.5554 -144.782 - 0 27.9062 779 2 0 -113.26 -24.1098 -145.85 - 0 225.398 780 2 0 -113.222 -24.0499 -145.879 - 0 18.4189 1316 2 0 -97.0706 83.3665 -146.25 - 0 142.171 1375 2 0 -129.834 95.2514 -146.25 -Number of digits in this event = 20 +Number of tracker hits in this event = 108 + 0 135.46 1567 9 1 133.614 -11.5114 65.55 + 0 112.17 842 9 0 133.614 -11.5107 64.15 + 0 137.109 1567 8 1 133.614 -11.4941 35.55 + 0 122.916 842 8 0 133.615 -11.4934 34.15 + 0 135.489 1567 7 1 133.618 -11.4809 5.55 + 0 89.4086 842 7 0 133.619 -11.4808 4.15 + 0 362.888 1567 6 1 133.633 -11.4803 -24.45 + 0 294.98 842 6 0 133.636 -11.4758 -25.85 + 0 131.691 1568 5 1 133.754 -11.3545 -54.45 + 0 135.011 843 5 0 133.765 -11.3456 -55.85 + 0 219.426 1568 4 1 133.9 -11.208 -84.45 + 0 123.891 844 4 0 133.91 -11.1953 -85.85 + 0 112.872 1569 3 1 133.989 -11.0425 -114.45 + 0 104.278 845 3 0 134.005 -11.025 -115.85 + 0 111.9 1570 2 1 134.281 -10.7491 -144.45 + 0 188.135 846 2 0 134.303 -10.7482 -145.85 + 0 138.151 1573 1 1 134.782 -10.705 -174.451 + 0 116.137 846 1 0 134.809 -10.6712 -175.85 + 0 163.636 1574 0 1 135.038 -10.3055 -204.45 + 0 78.2312 848 0 0 135.095 -10.2578 -205.851 + 0 40.427 849 0 0 135.106 -10.25 -206.105 + 0 295.212 1443 0 1 108.909 -42.2967 -204.85 + 0 15.0232 1305 1 1 81.2033 -5.27329 -174.45 + 0 128.878 1442 0 1 108.75 -42.3996 -204.507 + 0 33.8228 1603 7 0 155.141 140.75 3.97199 + 0 260.778 1682 7 1 156.603 140.406 5.15 + 0 353.615 1567 3 1 133.723 -11.5093 -114.45 + 0 249.971 842 3 0 133.715 -11.5101 -115.85 + 0 115.003 1567 2 1 133.572 -11.6296 -144.45 + 0 286.074 842 2 0 133.58 -11.6342 -145.85 + 0 64.1935 1567 1 1 133.741 -11.836 -174.45 + 0 527.64 1568 1 1 133.75 -11.8373 -174.687 + 0 158.739 841 1 0 133.797 -11.8396 -175.85 + 0 117.382 1573 0 1 134.918 -11.8923 -204.45 + 0 126.871 840 0 0 134.983 -11.8791 -205.85 + 0 281.555 1569 2 1 134.14 -11.1601 -144.45 + 0 52.8712 847 2 0 133.437 -10.65 -146.103 + 0 123.893 893 1 0 124.25 -1.38283 -175.85 + 0 180.105 1568 2 1 133.752 -11.5028 -144.45 + 0 121.628 842 1 0 133.809 -11.4778 -175.85 + 0 111.953 1568 0 1 133.855 -11.4682 -204.45 + 0 104.147 842 0 0 133.858 -11.467 -205.85 + 0 78.7922 590 9 0 130.077 -61.9842 63.75 + 0 40.0923 1544 9 1 129.128 -61.7803 65.15 + 0 89.5357 1545 9 1 129.15 -61.7547 65.2117 + 0 10.456 1569 1 1 133.95 -10.8119 -174.487 + 0 110.613 1566 5 1 133.513 -12.1458 -54.45 + 0 109.917 839 5 0 133.526 -12.1886 -55.85 + 0 47.0093 835 4 0 133.832 -13.0479 -85.85 + 0 103.349 834 4 0 133.835 -13.05 -85.9763 + 0 54.7576 1571 3 1 134.542 -13.5941 -114.45 + 0 55.6428 1572 3 1 134.55 -13.5988 -114.643 + 0 123.387 832 3 0 134.589 -13.636 -115.85 + 0 116.062 824 2 0 133.948 -15.143 -145.85 + 0 108.696 1561 1 1 132.409 -17.9612 -174.45 + 0 125.854 809 1 0 132.468 -18.0966 -175.85 + 0 322.157 1569 0 1 134.098 -20.9149 -204.45 + 0 95.2975 794 0 0 134.129 -21.0543 -205.85 + 0 48.4366 1097 1 1 39.591 -37.731 -174.45 + 0 168.395 1098 1 1 39.65 -37.778 -174.563 + 0 161.927 702 1 0 40.0934 -39.5017 -175.85 + 0 87.9335 1565 5 1 133.335 -11.7341 -54.45 + 0 131.068 841 5 0 133.283 -11.7694 -55.8501 + 0 113.835 1558 4 1 131.904 -12.5241 -84.45 + 0 98.4565 837 4 0 131.794 -12.6252 -85.85 + 0 3.74846 836 4 0 131.767 -12.65 -86.2293 + 0 161.357 1549 3 1 129.951 -14.5167 -114.45 + 0 160.244 826 3 0 129.975 -14.6634 -115.85 + 0 122.625 1554 2 1 130.996 -17.7402 -144.45 + 0 124.39 810 2 0 131.193 -17.9269 -145.851 + 0 236.027 1576 1 1 135.468 -22.0956 -174.45 + 0 37.1419 1577 1 1 135.55 -22.1563 -174.795 + 0 133.993 789 1 0 135.809 -22.2123 -175.85 + 0 103.652 1612 0 1 142.683 -24.2105 -204.451 + 0 77.6482 1613 0 1 142.75 -24.2246 -204.609 + 0 133.659 778 0 0 143.386 -24.3799 -205.85 + 0 207.266 790 1 0 135.083 -21.8582 -175.85 + 0 103.463 754 0 0 141.386 -29.0866 -206.25 + 0 90.4112 755 0 0 141.356 -29.05 -206.154 + 0 92.7482 1604 0 1 141.035 -28.9197 -204.85 + 0 27.5907 1603 0 1 140.95 -28.9676 -204.556 + 0 430.622 1556 1 1 131.478 -7.39298 -174.45 + 0 258.91 864 1 0 131.278 -7.201 -175.85 + 0 37.8173 1512 0 1 122.58 -7.68535 -204.45 + 0 93.9191 1511 0 1 122.55 -7.76141 -204.575 + 0 38.1125 856 0 0 122.138 -8.75854 -205.85 + 0 98.3341 855 0 0 122.09 -8.85 -205.978 + 0 10.2717 863 1 0 131.33 -7.25267 -175.851 + 0 73.9263 1533 0 1 126.772 -4.54737 -204.45 + 0 55.5223 1532 0 1 126.75 -4.55204 -204.717 + 0 178.716 877 0 0 126.654 -4.54835 -205.85 + 0 190.412 861 1 0 131.511 -7.70711 -175.85 + 0 35.7594 860 1 0 131.543 -7.85 -176.118 + 0 22.5646 675 1 0 138.495 -45.0177 -176.25 + 0 93.0518 674 1 0 138.493 -45.05 -176.17 + 0 23.974 1591 1 1 138.364 -45.6776 -174.85 + 0 97.1789 1590 1 1 138.35 -45.7175 -174.774 + 0 323.888 646 2 0 134.541 -50.7688 -146.25 + 0 309.947 645 2 0 134.584 -50.85 -145.877 + 0 3.20967 1573 2 1 134.945 -51.1536 -144.85 + 0 146.744 1574 2 1 134.95 -51.1584 -144.836 + 0 77.6682 1575 2 1 135.15 -51.3139 -144.451 + 0 71.7105 1576 2 1 135.35 -51.5205 -144.614 + 0 22.3851 1577 2 1 135.55 -51.5635 -144.807 + 0 232.783 644 2 0 138.029 -51.05 -146.199 + 0 0.23434 1297 2 0 75.2707 79.6492 -146.25 + 0 87.836 1298 2 0 75.2702 79.65 -146.249 + 0 47.8272 1113 2 0 67.4636 42.7638 -146.25 +Number of digits in this event = 51 Using G4ParticleGun ... -3.73723 LIN +4.03359 LIN e- Event: 1 -Number of tracker hits in this event = 90 - 1 125.569 312 8 1 -117.658 -68.8602 35.55 - 1 112.026 555 8 0 -117.659 -68.862 34.15 - 1 102.715 312 7 1 -117.669 -68.8932 5.55 - 1 106.849 555 7 0 -117.672 -68.8941 4.15 - 1 389.587 312 6 1 -117.737 -68.9097 -24.45 - 1 216.198 555 6 0 -117.74 -68.91 -25.85 - 1 115.927 311 5 1 -117.811 -68.9161 -54.45 - 1 166.167 555 5 0 -117.815 -68.9211 -55.85 - 1 115.775 311 4 1 -117.906 -69.0373 -84.45 - 1 118.059 555 4 0 -117.913 -69.0444 -85.85 - 1 226.996 310 3 1 -118.044 -69.1825 -114.45 - 1 151.643 554 3 0 -118.05 -69.1931 -115.85 - 1 378.805 309 2 1 -118.183 -69.412 -144.45 - 1 428.419 553 2 0 -118.187 -69.4273 -145.85 - 1 424.167 309 1 1 -118.25 -69.7554 -174.45 - 1 278.13 551 1 0 -118.249 -69.7688 -175.85 - 1 137.137 309 0 1 -118.211 -70.0447 -204.45 - 1 183.388 550 0 0 -118.241 -70.0363 -205.85 - 1 52.9684 308 1 1 -118.35 -69.5092 -174.78 - 1 224.386 557 1 0 -120.736 -68.597 -175.85 - 1 231.561 558 1 0 -121.31 -68.45 -176.176 - 1 61.1003 712 1 0 -141.417 -37.6451 -176.25 - 1 131.845 711 1 0 -141.338 -37.65 -176.167 - 1 265.604 710 1 0 -141.057 -37.8503 -176.092 - 1 203.15 553 1 0 -118.327 -69.3515 -175.85 - 1 126.888 308 0 1 -118.539 -69.3794 -204.45 - 1 131.548 553 0 0 -118.544 -69.3766 -205.85 - 1 11.9341 644 0 0 -128.266 -51.2202 -206.25 - 1 14.2328 705 0 0 -120.263 -38.9373 -206.25 - 1 1.64079 389 6 0 35.3505 -102.15 -26.0986 - 1 96.2713 1005 2 0 -63.8322 21.2168 -146.25 - 1 245.636 1006 2 0 -63.8046 21.25 -146.219 - 1 352.519 1004 2 0 -63.3667 21.05 -146.087 - 1 141.451 310 2 1 -118.15 -69.261 -144.457 - 1 13.6646 557 2 0 -117.925 -68.4995 -145.85 - 1 86.8149 558 2 0 -117.93 -68.45 -145.879 - 1 182.077 559 2 0 -117.862 -68.25 -146.066 - 1 456.294 560 2 0 -118.01 -68.05 -146.099 - 1 95.4985 305 1 1 -119.004 -69.6456 -174.45 - 1 160.228 294 0 1 -121.188 -70.8096 -204.45 - 1 285.955 546 0 0 -121.327 -70.7979 -205.85 - 1 127.739 300 0 1 -120.068 -71.2503 -204.45 - 1 78.1936 301 0 1 -119.95 -71.2111 -204.642 - 1 7.98256 302 0 1 -119.75 -71.164 -204.833 - 1 388.767 545 0 0 -118.222 -70.9999 -205.85 - 1 33.9834 547 0 0 -117.209 -70.65 -206.208 - 1 84.9771 299 0 1 -120.15 -71.145 -204.598 - 1 135.597 548 0 0 -120.567 -70.4145 -205.85 - 1 4.73504 549 0 0 -120.658 -70.2496 -206.232 - 1 22.9847 554 2 0 -118.257 -69.25 -146.226 - 1 80.9909 758 2 0 -99.0456 -28.3172 -146.25 - 1 126.978 315 5 1 -116.962 -70.3041 -54.4501 - 1 118.036 548 5 0 -116.957 -70.2792 -55.8501 - 1 119.849 317 4 1 -116.705 -69.6729 -84.4503 - 1 138.92 551 4 0 -116.76 -69.7354 -85.85 - 1 117.998 314 3 1 -117.321 -70.9042 -114.45 - 1 106.337 545 3 0 -117.348 -70.9518 -115.85 - 1 254.365 312 2 1 -117.554 -72.0983 -144.45 - 1 127.557 539 2 0 -117.678 -72.1376 -145.85 - 1 179.597 297 1 1 -120.57 -73.2596 -174.45 - 1 232.863 533 1 0 -120.624 -73.2884 -175.85 - 1 106.188 292 0 1 -121.623 -73.7151 -204.45 - 1 160.583 531 0 0 -121.637 -73.787 -205.85 - 1 179.737 654 0 0 -73.3676 -49.2462 -206.25 - 1 221.208 556 6 0 -117.543 -68.6992 -25.85 - 1 51.0345 557 6 0 -117.495 -68.65 -26.1942 - 1 84.5831 332 5 1 -113.614 -64.4002 -54.45 - 1 43.7486 333 5 1 -113.55 -64.3521 -54.7074 - 1 259.374 579 5 0 -113.258 -64.1347 -55.85 - 1 97.6051 372 4 1 -105.623 -59.3684 -84.4502 - 1 27.7242 373 4 1 -105.55 -59.3252 -84.766 - 1 135.707 604 4 0 -105.29 -59.1603 -85.85 - 1 61.0672 409 3 1 -98.2067 -54.1528 -114.45 - 1 53.8921 410 3 1 -98.15 -54.1109 -114.658 - 1 50.8302 630 3 0 -97.8343 -53.8775 -115.85 - 1 108.776 631 3 0 -97.7995 -53.85 -115.982 - 1 140.403 450 2 1 -89.8945 -47.2317 -144.45 - 1 112.107 451 2 1 -89.85 -47.224 -144.753 - 1 124.584 664 2 0 -89.6643 -47.1753 -145.85 - 1 260.073 476 1 1 -84.6706 -46.101 -174.45 - 1 46.3587 672 1 0 -84.7713 -45.4843 -175.85 - 1 113.405 673 1 0 -84.7768 -45.45 -175.927 - 1 186.175 468 0 1 -86.2648 -33.2544 -204.45 - 1 93.7135 737 0 0 -86.2689 -32.5382 -205.85 - 1 171.183 738 0 0 -86.2696 -32.45 -206.024 - 1 45.0872 498 3 1 -80.4149 23.4049 -114.85 - 1 215.09 689 6 0 -133.335 -42.2346 -26.25 - 1 84.288 688 6 0 -133.448 -42.25 -26.234 - 1 47.1221 637 2 0 -109.543 -52.5387 -145.85 - 1 29.688 638 2 0 -109.53 -52.45 -146.174 -Number of digits in this event = 48 +Number of tracker hits in this event = 88 + 1 178.596 342 10 1 -111.677 -17.4397 95.55 + 1 123.617 813 10 0 -111.678 -17.4392 94.15 + 1 99.9991 342 9 1 -111.7 -17.4326 65.55 + 1 103.928 813 9 0 -111.7 -17.4307 64.15 + 1 98.255 342 8 1 -111.709 -17.3915 35.55 + 1 131.258 813 8 0 -111.709 -17.3898 34.15 + 1 151.633 342 7 1 -111.697 -17.3481 5.55 + 1 109.581 813 7 0 -111.695 -17.3455 4.15 + 1 100.699 342 6 1 -111.648 -17.2779 -24.45 + 1 416.627 813 6 0 -111.647 -17.2725 -25.85 + 1 170.513 342 5 1 -111.618 -17.1456 -54.45 + 1 111.86 814 5 0 -111.618 -17.1421 -55.85 + 1 117.476 342 4 1 -111.605 -17.082 -84.45 + 1 121.841 814 4 0 -111.605 -17.0848 -85.85 + 1 613.626 342 3 1 -111.57 -17.1498 -114.45 + 1 192.755 814 3 0 -111.572 -17.1516 -115.85 + 1 121.641 342 2 1 -111.61 -17.2024 -144.45 + 1 116.668 814 2 0 -111.616 -17.2064 -145.85 + 1 118.884 342 1 1 -111.745 -17.2963 -174.45 + 1 124.365 813 1 0 -111.752 -17.2989 -175.85 + 1 212.921 341 0 1 -111.902 -17.3489 -204.45 + 1 156.639 813 0 0 -111.904 -17.352 -205.85 + 1 59.483 441 2 1 -91.75 35.8053 -144.829 + 1 71.6065 95 2 0 -93.1084 -161.115 -146.25 + 1 310.117 341 3 1 -111.762 -17.4323 -114.452 + 1 183.762 812 3 0 -111.764 -17.4533 -115.85 + 1 1.14305 341 2 1 -111.95 -17.6885 -144.45 + 1 101.962 340 2 1 -111.95 -17.6885 -144.452 + 1 127.872 811 2 0 -111.964 -17.7042 -145.85 + 1 114.006 339 1 1 -112.295 -18.0443 -174.45 + 1 127.178 810 1 0 -112.33 -17.9982 -175.851 + 1 48.3495 335 0 1 -113.14 -16.8694 -204.45 + 1 61.4104 334 0 1 -113.15 -16.8605 -204.623 + 1 103.849 816 0 0 -113.215 -16.8018 -205.85 + 1 8.60585 552 2 0 -59.0879 -69.5675 -146.25 + 1 585.82 813 3 0 -111.769 -17.4049 -115.85 + 1 156.293 355 2 1 -109.094 -4.85477 -144.45 + 1 111.756 878 2 0 -108.681 -4.42718 -145.85 + 1 82.3337 405 1 1 -98.9991 1.8606 -174.45 + 1 27.2398 404 1 1 -99.15 1.75183 -174.741 + 1 91.9436 906 1 0 -99.6835 1.36257 -175.851 + 1 21.7738 905 1 0 -99.8341 1.24987 -176.165 + 1 29.4978 343 0 1 -111.485 -8.6922 -204.45 + 1 64.0435 342 0 1 -111.552 -8.65881 -204.511 + 1 13.1785 340 0 1 -111.95 -8.40336 -204.826 + 1 216.916 862 0 0 -113.357 -7.51171 -205.85 + 1 328.942 863 0 0 -113.456 -7.44988 -205.923 + 1 125.991 864 0 0 -113.766 -7.24993 -206.136 + 1 79.0545 955 7 0 -163.4 11.1017 3.75 + 1 134.88 346 2 1 -110.949 -17.8141 -144.45 + 1 106.944 810 2 0 -110.921 -17.85 -145.914 + 1 128.213 349 1 1 -110.269 -18.2902 -174.45 + 1 118.33 808 1 0 -110.308 -18.3496 -175.85 + 1 120.078 345 0 1 -111.067 -19.5303 -204.45 + 1 153.761 802 0 0 -111.06 -19.5921 -205.85 + 1 38.1593 391 2 1 -101.852 -16.968 -144.45 + 1 78.9898 392 2 1 -101.75 -16.9725 -144.529 + 1 76.4584 393 2 1 -101.55 -16.982 -144.683 + 1 46.5022 394 2 1 -101.35 -16.9927 -144.839 + 1 219.553 815 2 0 -100.053 -17.0383 -145.85 + 1 107.298 691 1 1 -41.8412 -13.7865 -174.45 + 1 58.9224 692 1 1 -41.65 -13.7935 -174.624 + 1 24.7321 693 1 1 -41.45 -13.7987 -174.809 + 1 69.2988 831 1 0 -40.3534 -13.8478 -175.85 + 1 116.04 830 1 0 -40.2329 -13.85 -175.963 + 1 133.498 852 0 1 -9.50388 -13.9745 -204.45 + 1 104.373 853 0 1 -9.45 -13.9592 -204.543 + 1 135.057 831 0 0 -8.63258 -13.7352 -205.85 + 1 40.4493 742 0 0 25.4374 -31.5308 -206.25 + 1 109.412 741 0 0 25.5493 -31.6505 -206.139 + 1 53.2038 740 0 0 25.8189 -31.85 -205.935 + 1 1.86233 1033 0 1 26.8456 -32.3413 -204.85 + 1 71.7825 1034 0 1 26.85 -32.3433 -204.845 + 1 78.9026 1035 0 1 27.05 -32.3915 -204.631 + 1 51.6719 1036 0 1 27.25 -32.4601 -204.472 + 1 82.5516 1037 0 1 27.4503 -32.5255 -204.498 + 1 65.2837 1038 0 1 27.65 -32.5842 -204.577 + 1 62.6334 1039 0 1 27.8501 -32.6595 -204.613 + 1 50.3409 1040 0 1 28.0506 -32.7183 -204.608 + 1 118.895 1041 0 1 28.25 -32.7072 -204.691 + 1 123.425 737 0 0 28.8246 -32.6399 -205.85 + 1 116.076 662 0 0 57.0625 -47.5791 -206.25 + 1 315.38 661 0 0 57.1241 -47.65 -206.223 + 1 131.228 1042 0 1 28.45 -32.7471 -204.749 + 1 34.1524 851 0 1 -9.65014 -13.7112 -204.747 + 1 358.895 840 0 1 -11.8865 -15.5131 -204.85 + 1 32.3853 809 3 0 -108.122 -18.0757 -115.85 + 1 86.1021 361 3 1 -107.858 -17.8247 -114.85 +Number of digits in this event = 35 Using G4ParticleGun ... -7.05784 LIN +5.53715 LIN e- Event: 2 -Number of tracker hits in this event = 58 - 2 163.563 466 9 1 -86.7586 -84.0625 65.55 - 2 99.4141 479 9 0 -86.7584 -84.0631 64.15 - 2 107.038 466 8 1 -86.7567 -84.0712 35.55 - 2 202.112 479 8 0 -86.7569 -84.0709 34.15 - 2 287.723 466 7 1 -86.7586 -84.0671 5.55 - 2 104.418 479 7 0 -86.758 -84.0679 4.15 - 2 157.267 466 6 1 -86.7463 -84.0746 -24.45 - 2 276.385 479 6 0 -86.7465 -84.0741 -25.85 - 2 122.096 466 5 1 -86.7444 -84.0704 -54.45 - 2 105.451 479 5 0 -86.7463 -84.0702 -55.85 - 2 113.477 466 4 1 -86.7903 -84.067 -84.45 - 2 106.655 479 4 0 -86.7931 -84.0667 -85.85 - 2 135.097 465 3 1 -86.8532 -84.0649 -114.45 - 2 442.045 479 3 0 -86.8551 -84.0669 -115.85 - 2 159.491 465 2 1 -86.8944 -84.1126 -144.45 - 2 120.527 479 2 0 -86.8974 -84.1155 -145.85 - 2 130.718 465 1 1 -86.9698 -84.1817 -174.45 - 2 434.948 479 1 0 -86.976 -84.1841 -175.85 - 2 126.083 464 0 1 -87.1058 -84.2267 -204.45 - 2 222.559 479 0 0 -87.1114 -84.2319 -205.85 - 2 122.623 1413 6 1 102.786 123.815 -24.4501 - 2 14.2124 1414 6 1 102.95 123.936 -24.8023 - 2 39.4949 1518 6 0 103.549 123.778 -25.85 - 2 120.481 1517 6 0 103.592 123.75 -25.9699 - 2 218.25 1733 7 0 70.9831 166.87 3.75005 - 2 425.374 466 0 1 -86.7465 -84.0203 -204.45 - 2 233.687 480 0 0 -86.7485 -84.0162 -205.85 - 2 741.606 466 1 1 -86.708 -84.0866 -174.451 - 2 557.803 481 0 0 -86.673 -83.8229 -205.85 - 2 28.9217 480 1 0 -86.6685 -83.8734 -175.85 - 2 79.9901 481 1 0 -86.6642 -83.85 -175.971 - 2 11.5162 488 0 1 -82.4251 -80.1141 -204.45 - 2 185.651 487 0 1 -82.45 -80.0842 -204.475 - 2 96.0872 486 0 1 -82.65 -79.8456 -204.655 - 2 25.3001 485 0 1 -82.85 -79.6337 -204.808 - 2 54.9018 507 0 0 -84.3875 -78.5577 -205.85 - 2 69.0705 508 0 0 -84.4985 -78.4497 -205.922 - 2 78.6576 509 0 0 -84.6736 -78.25 -206.037 - 2 31.1614 510 0 0 -84.819 -78.0497 -206.19 - 2 35.4021 634 0 0 -116.82 -53.1291 -206.25 - 2 144.679 635 0 0 -116.923 -53.05 -206.165 - 2 146.78 467 7 1 -86.65 -84.0931 5.34352 - 2 118.936 446 0 1 -90.776 -83.977 -204.45 - 2 110.276 470 0 1 -85.9902 -84.0763 -204.45 - 2 245.4 466 3 1 -86.7834 -84.0722 -114.45 - 2 114.92 467 2 1 -86.5336 -84.4684 -144.45 - 2 128.491 477 2 0 -86.5464 -84.4784 -145.85 - 2 123.794 476 1 0 -86.8294 -84.6502 -175.85 - 2 138.742 465 0 1 -86.8956 -85.1309 -204.45 - 2 112.195 474 0 0 -86.8969 -85.1877 -205.85 - 2 97.4167 1140 0 0 -126.536 48.05 -206.022 - 2 103.344 464 2 1 -87.2325 -83.6622 -144.45 - 2 7.43085 463 2 1 -87.25 -83.6566 -144.826 - 2 102.295 482 2 0 -87.2977 -83.6416 -145.85 - 2 122.303 458 1 1 -88.4217 -83.2429 -174.45 - 2 139.742 484 1 0 -88.4678 -83.1938 -175.85 - 2 180.561 452 0 1 -89.4815 -82.2624 -204.45 - 2 136.11 489 0 0 -89.586 -82.1909 -205.85 -Number of digits in this event = 35 +Number of tracker hits in this event = 104 + 2 181.092 1191 11 1 58.3589 30.2195 125.55 + 2 196.262 1050 11 0 58.3596 30.2201 124.15 + 2 133.533 1191 10 1 58.3777 30.2341 95.55 + 2 120.37 1050 10 0 58.3783 30.2353 94.15 + 2 98.0209 1191 9 1 58.387 30.2661 65.55 + 2 109.533 1051 9 0 58.3882 30.2673 64.15 + 2 117.901 1191 8 1 58.4146 30.2881 35.55 + 2 134.399 1051 8 0 58.4174 30.29 34.15 + 2 235.1 1192 7 1 58.4833 30.3262 5.55 + 2 251.281 1051 7 0 58.4859 30.3272 4.15 + 2 113.747 1192 6 1 58.5333 30.3507 -24.45 + 2 106.34 1051 6 0 58.5359 30.3517 -25.85 + 2 145.957 1192 5 1 58.5862 30.3692 -54.45 + 2 110.514 1051 5 0 58.5914 30.3736 -55.85 + 2 360.636 1193 4 1 58.6669 30.4438 -84.45 + 2 376.329 1051 4 0 58.6711 30.4488 -85.85 + 2 14.1265 1052 4 0 58.672 30.45 -86.1704 + 2 332.706 1193 3 1 58.7433 30.5469 -114.45 + 2 320.309 1052 3 0 58.7539 30.5548 -115.85 + 2 228.175 1194 2 1 58.9843 30.7419 -144.45 + 2 199.913 1053 2 0 58.9927 30.7463 -145.85 + 2 122.653 1195 1 1 59.148 30.8055 -174.45 + 2 111.515 1053 1 0 59.151 30.8173 -175.85 + 2 174.143 1195 0 1 59.2251 31.0429 -204.45 + 2 228.697 1055 0 0 59.2276 31.0515 -205.85 + 2 114.27 1051 3 0 58.8407 30.3172 -115.85 + 2 123.359 1051 2 0 58.9209 30.4165 -145.85 + 2 113.8 1192 1 1 58.5129 30.6152 -174.45 + 2 124.463 1052 1 0 58.4863 30.6148 -175.85 + 2 110.567 1189 0 1 57.9159 30.6466 -204.45 + 2 204.611 1053 0 0 57.8972 30.6613 -205.85 + 2 9.86705 913 5 1 2.78091 50.3982 -54.85 + 2 146.868 1193 2 1 58.7756 30.6875 -144.45 + 2 274.392 1193 1 1 58.7565 30.9717 -174.45 + 2 102.56 1054 1 0 58.7538 30.9753 -175.85 + 2 124.362 1193 0 1 58.7003 31.0794 -204.45 + 2 19.3325 1294 8 1 78.85 114.232 35.2732 + 2 209.433 1644 5 0 5.07553 148.95 -56.0987 + 2 97.8382 649 6 0 -12.018 -50.1401 -26.25 + 2 86.2532 650 6 0 -12.098 -50.05 -26.2087 + 2 196.821 1192 2 1 58.4514 30.4958 -144.45 + 2 145.023 1191 2 1 58.45 30.4959 -144.507 + 2 241.938 1052 2 0 58.4229 30.4971 -145.85 + 2 134.289 1191 1 1 58.2846 30.1824 -174.45 + 2 102.327 1050 1 0 58.293 30.222 -175.85 + 2 96.475 1190 0 1 58.2175 31.1893 -204.451 + 2 134.761 1056 0 0 58.2547 31.2927 -205.85 + 2 142.155 1443 2 1 108.75 -135.006 -144.625 + 2 46.0151 1060 1 0 58.6118 32.2349 -175.85 + 2 80.8517 1061 1 0 58.5888 32.25 -175.993 + 2 88.0909 1171 0 1 54.2727 35.2401 -204.45 + 2 65.7215 1170 0 1 54.25 35.2818 -204.658 + 2 109.346 1077 0 0 54.1234 35.5185 -205.85 + 2 230.853 1191 7 1 58.4247 30.2474 5.55 + 2 18.2317 1049 7 0 58.4158 29.8648 4.15 + 2 110.877 1048 7 0 58.4143 29.85 4.09343 + 2 206.101 1199 6 1 59.8554 22.0419 -24.45 + 2 4.72493 1003 6 0 60.1219 20.6615 -25.85 + 2 100.675 1002 6 0 60.1243 20.65 -25.8621 + 2 13.3518 1001 6 0 60.2025 20.45 -26.2002 + 2 39.3986 1231 5 1 66.2598 2.83896 -54.4503 + 2 138.658 1230 5 1 66.2499 2.83011 -54.5812 + 2 174.969 914 5 0 66.1274 2.85125 -55.8507 + 2 387.666 1219 4 1 63.9863 4.46783 -84.45 + 2 194.646 913 5 0 66.0795 2.85 -56.1458 + 2 57.4372 1052 7 0 58.5302 30.45 3.9203 + 2 103.333 1202 6 1 60.5071 34.3214 -24.45 + 2 27.9126 1072 6 0 60.6694 34.6272 -25.85 + 2 83.9287 1073 6 0 60.6813 34.65 -25.958 + 2 27.9857 1218 5 1 63.8248 40.5085 -54.45 + 2 102.891 1219 5 1 63.85 40.5005 -54.5637 + 2 124.605 1101 5 0 64.1357 40.4427 -55.85 + 2 134.814 1247 4 1 69.4802 39.6835 -84.4501 + 2 104.162 1095 4 0 69.9194 39.1784 -85.85 + 2 9.82061 1094 4 0 70.0481 39.05 -86.2103 + 2 123.425 1307 3 1 81.4681 28.6873 -114.45 + 2 89.8575 1308 3 1 81.65 28.5242 -114.639 + 2 10.8093 1309 3 1 81.85 28.359 -114.839 + 2 23.1851 1037 3 0 82.8824 27.4961 -115.85 + 2 110.857 1036 3 0 82.9395 27.45 -115.906 + 2 54.7794 1035 3 0 83.1636 27.25 -116.14 + 2 212.698 1440 2 1 108.164 0.393845 -144.45 + 2 2.13826 1441 2 1 108.413 -0.05 -144.845 + 2 0.126918 895 2 0 109.157 -1.0486 -145.85 + 2 108.747 894 2 0 109.158 -1.05019 -145.852 + 2 116.411 893 2 0 109.315 -1.25 -146.067 + 2 16.2959 1569 1 1 134.12 -26.1245 -174.45 + 2 101.851 1570 1 1 134.15 -26.1276 -174.492 + 2 34.8352 1571 1 1 134.35 -26.1392 -174.749 + 2 167.537 769 1 0 135.302 -26.1809 -175.85 + 2 7.75255 1759 0 1 172.125 -20.0799 -204.45 + 2 58.409 1760 0 1 172.15 -20.0735 -204.465 + 2 132.978 1761 0 1 172.35 -20.022 -204.585 + 2 113.258 1762 0 1 172.55 -19.9661 -204.712 + 2 1.51899 1763 0 1 172.75 -19.909 -204.845 + 2 158.899 802 0 0 174.237 -19.5564 -205.85 + 2 243.101 1254 2 1 70.9133 58.1545 -144.45 + 2 41.5695 1255 2 1 71.05 58.5297 -144.778 + 2 59.6805 1198 2 0 72.1718 59.7385 -145.85 + 2 196.212 1199 2 0 72.2936 59.85 -145.972 + 2 126.507 1086 2 0 148.179 37.3979 -146.25 + 2 85.8063 1638 2 1 147.933 38.0218 -144.85 + 2 70.2566 1639 2 1 147.95 38.0614 -144.686 + 2 131.866 1192 2 0 70.6974 58.4668 -145.85 +Number of digits in this event = 50 Using G4ParticleGun ... -9.67737 LIN +7.5201 LIN e- Event: 3 -Number of tracker hits in this event = 115 - 3 104.159 567 10 1 -66.4799 77.4559 95.55 - 3 127.072 1287 10 0 -66.4804 77.4557 94.15 - 3 116.078 567 9 1 -66.4867 77.4524 65.55 - 3 99.4929 1287 9 0 -66.4876 77.4523 64.15 - 3 171.166 567 8 1 -66.5021 77.4499 35.55 - 3 107.665 1287 8 0 -66.502 77.4501 34.15 - 3 325.065 567 7 1 -66.5009 77.4509 5.55 - 3 294.739 1287 7 0 -66.5011 77.4506 4.15 - 3 147.431 567 6 1 -66.5025 77.4411 -24.45 - 3 334.323 1286 6 0 -66.5022 77.4404 -25.85 - 3 170.505 567 5 1 -66.4966 77.425 -54.45 - 3 115.323 1286 5 0 -66.4954 77.4247 -55.85 - 3 204.612 567 4 1 -66.4778 77.4154 -84.45 - 3 129.141 1286 4 0 -66.4769 77.4148 -85.85 - 3 445.207 567 3 1 -66.4611 77.4052 -114.45 - 3 331.994 1286 3 0 -66.4591 77.4041 -115.85 - 3 107.414 568 2 1 -66.4391 77.382 -144.45 - 3 334.316 1286 2 0 -66.4381 77.3806 -145.85 - 3 275.442 568 1 1 -66.414 77.3488 -174.45 - 3 283.641 1286 1 0 -66.4124 77.3476 -175.85 - 3 90.5393 568 0 1 -66.3816 77.3221 -204.45 - 3 225.477 1286 0 0 -66.3803 77.3201 -205.85 - 3 27.6877 33 0 1 -173.35 113.057 -204.758 - 3 278.943 32 0 1 -173.55 113.125 -204.58 - 3 129.623 995 2 1 19.05 103.767 -144.729 - 3 95.9876 573 6 1 -65.2838 78.0471 -24.45 - 3 14.2027 574 6 1 -65.25 78.0422 -24.7792 - 3 145.796 1289 6 0 -65.143 78.0296 -25.85 - 3 128.71 591 5 1 -61.8326 77.9928 -54.45 - 3 119.056 1290 5 0 -61.6568 78.2003 -55.85 - 3 11.6971 1291 5 0 -61.6054 78.25 -56.2242 - 3 201.754 613 4 1 -57.346 83.0465 -84.45 - 3 105.102 1316 4 0 -57.292 83.3647 -85.8505 - 3 12.8093 1317 4 0 -57.2839 83.45 -86.1867 - 3 235.2 615 3 1 -56.9446 91.2962 -114.45 - 3 70.1737 616 3 1 -56.8499 91.2741 -114.662 - 3 171.45 1354 3 0 -56.2583 91.1172 -115.85 - 3 24.792 688 2 1 -42.4343 87.8796 -144.45 - 3 129.327 687 2 1 -42.45 87.8286 -144.516 - 3 12.3906 1333 2 0 -42.7924 86.6872 -145.85 - 3 79.287 1332 2 0 -42.8034 86.65 -145.893 - 3 57.0191 1331 2 0 -42.8694 86.4499 -146.107 - 3 47.9298 955 2 0 -64.2767 11.1747 -146.25 - 3 72.532 954 2 0 -64.3006 11.049 -146.163 - 3 44.0828 953 2 0 -64.3135 10.85 -145.984 - 3 76.4295 579 2 1 -64.1006 9.78532 -144.85 - 3 94.0361 580 2 1 -64.05 9.6032 -144.686 - 3 63.7016 578 2 1 -64.25 9.21349 -144.493 - 3 57.7937 577 2 1 -64.4501 9.24838 -144.587 - 3 88.7119 576 2 1 -64.65 9.27445 -144.703 - 3 20.2802 575 2 1 -64.85 9.30502 -144.815 - 3 386.606 948 2 0 -66.817 9.68601 -145.85 - 3 82.0056 947 2 0 -67.7836 9.65 -145.986 - 3 90.9082 549 2 1 -70.155 9.158 -144.85 - 3 93.6262 548 2 1 -70.25 9.13107 -144.808 - 3 77.3294 547 2 1 -70.45 9.07613 -144.769 - 3 64.1799 546 2 1 -70.65 8.94435 -144.719 - 3 62.4139 545 2 1 -70.85 8.79252 -144.657 - 3 78.4577 544 2 1 -71.05 8.77171 -144.58 - 3 7.07529 543 2 1 -71.2501 8.73938 -144.467 - 3 8.3898 963 4 1 12.7178 46.3054 -84.45 - 3 81.0222 1050 2 0 -40.4905 30.1701 -146.25 - 3 49.8481 1049 2 0 -40.3528 30.05 -146.017 - 3 98.7653 700 2 1 -39.9936 30.025 -144.85 - 3 246.498 614 4 1 -57.25 83.1187 -84.5272 - 3 126.812 615 4 1 -57.05 83.3283 -84.7073 - 3 230.007 616 4 1 -56.85 83.4236 -84.566 - 3 97.8668 1290 6 0 -65.1721 78.05 -25.8965 - 3 55.8574 568 7 1 -66.45 77.421 5.2321 - 3 211.686 1286 7 0 -66.3064 77.3266 4.14897 - 3 198.443 597 6 1 -60.5359 77.405 -24.45 - 3 68.9005 641 5 1 -51.7297 74.6757 -54.45 - 3 24.2812 642 5 1 -51.65 74.6695 -54.7665 - 3 127.016 1273 5 0 -51.3373 74.6847 -55.85 - 3 109.505 680 4 1 -43.8637 77.8983 -84.45 - 3 360.741 1289 4 0 -44.1425 77.8923 -85.85 - 3 26.7875 1236 4 0 -46.4688 67.2771 -86.25 - 3 78.9653 1235 4 0 -46.467 67.25 -86.1536 - 3 149.701 668 4 1 -46.428 66.7994 -84.8496 - 3 61.6752 968 5 0 -121.197 13.7802 -56.2498 - 3 89.6995 967 5 0 -121.376 13.65 -56.1869 - 3 82.0119 966 5 0 -121.606 13.45 -56.099 - 3 77.3188 965 5 0 -121.808 13.2495 -56.045 - 3 97.1299 964 5 0 -121.994 13.05 -55.9789 - 3 41.2518 963 5 0 -122.263 12.85 -55.8799 - 3 2.47605 263 5 1 -127.541 9.66056 -54.85 - 3 269.33 262 5 1 -127.55 9.65537 -54.8484 - 3 86.1356 942 5 0 -131.234 8.52651 -55.85 - 3 35.3086 230 5 1 -134.036 7.79885 -54.8496 - 3 67.2689 229 5 1 -134.15 7.76757 -54.8127 - 3 100.201 228 5 1 -134.35 7.71668 -54.789 - 3 208.151 227 5 1 -134.55 7.67505 -54.8062 - 3 232.214 937 5 0 -136.305 7.56955 -55.85 - 3 6.55214 261 5 1 -127.75 9.36187 -54.6065 - 3 53.3102 753 4 1 -29.3262 46.7304 -84.85 - 3 61.6212 1132 4 0 -30.1462 46.5852 -85.85 - 3 193.457 1133 4 0 -30.2164 46.65 -85.9206 - 3 43.2607 1380 4 0 -49.9374 96.2411 -86.25 - 3 84.8833 1350 4 0 -79.1203 90.3031 -86.25 - 3 40.4807 1603 1 0 -51.6277 140.924 -176.25 - 3 135.941 571 2 1 -65.811 77.0077 -144.45 - 3 153.409 1284 2 0 -65.7936 77.0053 -145.85 - 3 134.193 573 1 1 -65.3475 76.9399 -174.45 - 3 170.686 1284 1 0 -65.3512 76.9434 -175.85 - 3 142.988 573 0 1 -65.414 77.1882 -204.45 - 3 295.041 1285 0 0 -65.3888 77.1751 -205.85 - 3 23.2957 572 0 1 -65.4501 77.1963 -204.799 - 3 145.313 567 2 1 -66.5082 77.3185 -144.45 - 3 218.749 569 0 1 -66.1617 77.2833 -204.45 - 3 55.4538 567 1 1 -66.4783 77.283 -174.45 - 3 14.9275 1288 1 0 -66.8723 77.8346 -175.85 - 3 179.839 1289 1 0 -66.8827 77.8503 -175.878 - 3 4.26462 1296 1 0 -60.3506 79.2598 -176.25 - 3 66.9202 1295 1 0 -60.3448 79.25 -176.234 - 3 471.276 1294 1 0 -60.2662 79.05 -176.128 -Number of digits in this event = 49 +Number of tracker hits in this event = 86 + 3 241.067 633 11 1 -53.2505 -6.73652 125.55 + 3 141.872 866 11 0 -53.2525 -6.73784 124.15 + 3 119.221 633 10 1 -53.2923 -6.77095 95.55 + 3 199.095 866 10 0 -53.2936 -6.77205 94.15 + 3 113.793 633 9 1 -53.321 -6.79014 65.55 + 3 112.242 866 9 0 -53.3216 -6.79073 64.15 + 3 397.009 633 8 1 -53.3323 -6.80374 35.55 + 3 159.328 866 8 0 -53.3328 -6.80364 34.15 + 3 121.313 633 7 1 -53.3419 -6.80275 5.55 + 3 124.742 866 7 0 -53.3421 -6.80238 4.15 + 3 187.522 633 6 1 -53.3437 -6.7982 -24.45 + 3 207.504 866 6 0 -53.3437 -6.79867 -25.85 + 3 124.563 633 5 1 -53.3404 -6.80709 -54.45 + 3 122.565 866 5 0 -53.3416 -6.80821 -55.85 + 3 113.396 633 4 1 -53.3677 -6.83291 -84.45 + 3 108.6 866 4 0 -53.3682 -6.83295 -85.85 + 3 149.055 633 3 1 -53.3792 -6.83427 -114.45 + 3 212.544 866 3 0 -53.3802 -6.83402 -115.85 + 3 153.506 633 2 1 -53.3974 -6.82846 -144.45 + 3 119.452 866 2 0 -53.3983 -6.82764 -145.85 + 3 128.664 633 1 1 -53.4133 -6.80882 -174.45 + 3 100.403 866 1 0 -53.4127 -6.80695 -175.85 + 3 122.959 633 0 1 -53.4026 -6.77026 -204.45 + 3 122.986 866 0 0 -53.402 -6.76776 -205.85 + 3 310.387 1259 3 0 -124.942 71.9139 -116.25 + 3 113.886 863 2 0 -54.7087 -7.28964 -145.85 + 3 321.836 872 8 0 -54.158 -5.55325 34.15 + 3 35.9562 867 8 0 -53.613 -6.49169 34.15 + 3 204.472 868 8 0 -53.6525 -6.45 34.0064 + 3 118.252 578 7 1 -64.3885 1.96461 5.55 + 3 29.9634 912 7 0 -64.3543 2.59381 4.15 + 3 99.6223 913 7 0 -64.3542 2.65 4.02713 + 3 51.6433 592 6 1 -61.5819 14.8125 -24.45 + 3 70.5097 593 6 1 -61.4495 14.7304 -24.6164 + 3 31.1748 594 6 1 -61.25 14.6556 -24.7792 + 3 171.141 972 6 0 -60.0527 14.4941 -25.85 + 3 64.1529 713 5 1 -37.2521 14.5918 -54.4502 + 3 157.791 714 5 1 -37.25 14.605 -54.4557 + 3 66.4403 976 5 0 -39.2131 15.3931 -55.85 + 3 81.6958 977 5 0 -39.3853 15.45 -55.9615 + 3 84.119 978 5 0 -39.4515 15.65 -56.125 + 3 25.4679 979 5 0 -39.3414 15.85 -56.2196 + 3 351.857 1618 5 0 103.755 143.757 -56.25 + 3 118.406 1619 5 0 103.918 143.95 -55.8857 + 3 9.95011 1073 4 0 -67.6323 34.65 -85.8527 + 3 110.971 710 4 1 -38.0106 -28.4488 -84.45 + 3 12.9847 924 3 0 -64.0448 5.04758 -115.85 + 3 358.549 805 3 0 -52.6246 -19.0015 -116.25 + 3 266.164 804 3 0 -52.5918 -19.05 -116.222 + 3 176.693 646 3 1 -50.828 -18.2207 -114.85 + 3 218.795 645 3 1 -50.85 -18.2948 -114.494 + 3 33.633 865 3 0 -53.4131 -6.85014 -116.049 + 3 195.305 627 8 1 -54.45 -4.80018 35.3834 + 3 54.2162 869 8 0 -53.2057 -6.25 33.9495 + 3 198.06 642 7 1 -51.5046 1.86795 5.54947 + 3 77.2322 915 7 0 -51.3521 3.08164 4.15 + 3 74.7875 916 7 0 -51.3283 3.25029 3.97022 + 3 8.61639 917 7 0 -51.3003 3.45023 3.77636 + 3 101.133 662 6 1 -47.6401 35.3306 -24.45 + 3 26.833 663 6 1 -47.4499 35.4782 -24.759 + 3 60.9315 1079 6 0 -46.9358 35.9452 -25.85 + 3 55.4101 1080 6 0 -46.8293 36.05 -26.0508 + 3 64.289 1197 6 0 -20.2837 59.5618 -26.25 + 3 268.679 1198 6 0 -20.2032 59.65 -26.1738 + 3 105.679 1199 6 0 -20.3004 59.8503 -25.8955 + 3 120.133 810 6 1 -18.0328 58.8301 -24.8499 + 3 151.123 1109 10 0 75.0323 41.9901 93.7501 + 3 196.397 1110 10 0 75.1509 42.05 93.8344 + 3 4.09892 634 11 1 -53.2357 -6.83682 125.55 + 3 72.6876 632 11 1 -53.4502 -7.01641 125.283 + 3 27.5765 631 11 1 -53.65 -7.04824 125.191 + 3 120.597 861 11 0 -55.6004 -7.76262 124.15 + 3 3.27435 611 11 1 -57.8451 -10.2318 125.15 + 3 137.207 610 11 1 -57.85 -10.238 125.153 + 3 63.2173 609 11 1 -58.0502 -10.3571 125.424 + 3 127.455 817 9 0 -29.9533 -16.5592 63.75 + 3 16.3962 752 9 1 -29.4632 -16.5528 65.1501 + 3 91.5421 753 9 1 -29.4499 -16.5519 65.1998 + 3 20.9942 783 10 0 -18.3689 -23.2764 93.75 + 3 18.8609 1124 11 1 44.85 21.2581 125.288 + 3 77.2553 1136 11 1 47.25 19.3127 125.269 + 3 104.527 1123 11 1 44.85 21.2799 125.305 + 3 93.1544 376 11 1 -104.75 -50.1169 125.251 + 3 275.537 739 9 0 -62.4718 -32.096 63.7501 + 3 132.999 738 9 0 -63.0733 -32.25 64.0016 + 3 309.237 737 9 0 -63.3041 -32.4501 63.9219 +Number of digits in this event = 42 Using G4ParticleGun ... -2.59563 LIN +6.28107 LIN e- Event: 4 -Number of tracker hits in this event = 24 - 4 108.388 299 8 1 -120.301 73.2575 35.55 - 4 122.766 1266 8 0 -120.302 73.2565 34.15 - 4 105.481 299 7 1 -120.304 73.2134 5.55 - 4 107.859 1265 7 0 -120.302 73.2136 4.15 - 4 105.261 299 6 1 -120.292 73.209 -24.45 - 4 134.13 1265 6 0 -120.295 73.2097 -25.85 - 4 108.952 299 5 1 -120.31 73.4028 -54.45 - 4 150.088 1266 5 0 -120.308 73.4074 -55.85 - 4 110.304 299 4 1 -120.242 73.4298 -84.45 - 4 125.407 1266 4 0 -120.235 73.4305 -85.85 - 4 151.137 300 3 1 -120.097 73.4314 -114.45 - 4 113.997 1266 3 0 -120.092 73.4281 -115.85 - 4 99.8846 300 2 1 -119.988 73.3487 -144.45 - 4 124.625 1266 2 0 -119.985 73.3464 -145.85 - 4 229.927 301 1 1 -119.923 73.2957 -174.45 - 4 111.398 1266 1 0 -119.917 73.2963 -175.85 - 4 142.126 301 0 1 -119.798 73.3395 -204.45 - 4 131.735 1266 0 0 -119.794 73.3365 -205.85 - 4 2.75882 344 3 1 -111.215 76.4104 -114.85 - 4 16.4324 1423 0 0 -117.586 104.796 -206.25 - 4 53.5638 265 1 1 -126.968 93.2773 -174.85 - 4 147.387 1424 0 0 -117.792 104.95 -206.042 - 4 94.3747 1426 2 0 7.2488 105.35 -146.17 - 4 123.014 1272 9 0 -113.745 74.65 63.9201 -Number of digits in this event = 13 +Number of tracker hits in this event = 66 + 4 121.885 1043 11 1 28.8477 36.7706 125.55 + 4 135.147 1083 11 0 28.8482 36.7703 124.15 + 4 108.854 1044 10 1 28.857 36.7601 95.55 + 4 112.44 1083 10 0 28.858 36.7612 94.15 + 4 240.43 1044 9 1 28.8781 36.7851 65.55 + 4 110.567 1083 9 0 28.8785 36.7855 64.15 + 4 108.195 1044 8 1 28.8841 36.791 35.55 + 4 133.349 1083 8 0 28.8862 36.7886 34.15 + 4 115.363 1044 7 1 28.9225 36.7437 5.55 + 4 200.223 1083 7 0 28.9228 36.7413 4.15 + 4 143.547 1044 6 1 28.9319 36.6931 -24.45 + 4 144.779 1083 6 0 28.9325 36.693 -25.85 + 4 128.61 1044 5 1 28.9478 36.6944 -54.45 + 4 147.452 1083 5 0 28.9478 36.6952 -55.85 + 4 210.854 1044 4 1 28.9403 36.7147 -84.45 + 4 112.179 1083 4 0 28.9413 36.7158 -85.85 + 4 142.574 1044 3 1 28.9614 36.7467 -114.45 + 4 225.975 1083 3 0 28.9618 36.7488 -115.85 + 4 115.207 1044 2 1 28.9653 36.7892 -144.45 + 4 125.59 1083 2 0 28.9652 36.7896 -145.85 + 4 377.42 1044 1 1 28.9619 36.8009 -174.45 + 4 124.709 1083 1 0 28.9631 36.8012 -175.85 + 4 120.058 1044 0 1 28.9886 36.8003 -204.45 + 4 114.255 1083 0 0 28.9909 36.8005 -205.85 + 4 0.118749 1288 1 1 77.85 -43.3596 -174.601 + 4 121.174 1084 1 0 28.9067 36.8849 -175.85 + 4 128.026 1038 0 1 27.729 38.4399 -204.45 + 4 107.949 1091 0 0 27.6406 38.4102 -205.85 + 4 133.623 1085 1 0 28.8578 37.1212 -175.85 + 4 85.4781 1040 0 1 28.1909 47.0623 -204.45 + 4 31.9067 1041 0 1 28.25 47.1511 -204.726 + 4 120.28 1137 0 0 28.443 47.5354 -205.85 + 4 15.4739 1138 0 0 28.4932 47.65 -206.207 + 4 69.601 1043 4 1 28.8497 36.5755 -84.6985 + 4 164.289 1080 4 0 28.406 36.1939 -85.8505 + 4 3.74739 1079 4 0 28.2206 36.0492 -86.2361 + 4 49.0722 685 4 0 -39.0409 -42.9207 -86.25 + 4 109.241 684 4 0 -39.1377 -43.0501 -86.1673 + 4 73.4059 683 4 0 -39.2383 -43.2502 -86.0505 + 4 27.7392 682 4 0 -39.3308 -43.45 -85.9092 + 4 73.7409 700 4 1 -39.9371 -44.4976 -84.85 + 4 138.725 699 4 1 -40.05 -44.6586 -84.6703 + 4 282.01 1071 7 0 54.6206 34.2589 3.75 + 4 165.07 1070 7 0 54.67 34.25 3.82153 + 4 81.6618 1069 7 0 55.208 34.0499 3.97582 + 4 91.0583 1068 7 0 55.3727 33.8489 3.95342 + 4 207.13 1067 7 0 55.5381 33.65 3.92581 + 4 126.518 1084 9 0 28.7932 36.9247 64.15 + 4 58.3972 1017 8 1 23.4871 38.2282 35.55 + 4 85.0531 1016 8 1 23.45 38.1454 35.357 + 4 123.336 1087 8 0 23.1676 37.6012 34.1498 + 4 39.6786 1086 8 0 23.0738 37.45 33.8574 + 4 43.1971 918 8 0 -55.9065 3.67878 33.75 + 4 237.068 917 8 0 -56.0297 3.65 33.8074 + 4 10.6473 603 8 1 -59.4073 2.83679 35.1501 + 4 71.4769 602 8 1 -59.4519 2.82588 35.1681 + 4 66.9288 601 8 1 -59.65 2.77974 35.2618 + 4 66.2701 600 8 1 -59.85 2.7439 35.3661 + 4 54.3857 599 8 1 -60.0501 2.7081 35.4507 + 4 52.8898 598 8 1 -60.4127 2.44919 35.55 + 4 206.054 597 8 1 -60.45 2.296 35.4348 + 4 170.981 904 8 0 -60.7733 0.999956 34.15 + 4 105.103 903 8 0 -60.8005 0.85 34.001 + 4 172.231 902 8 0 -60.8882 0.65 33.8218 + 4 0.9911 172 11 0 -54.3158 -145.55 123.9 + 4 165.785 171 11 0 -54.3931 -145.75 124.043 +Number of digits in this event = 34 Using G4ParticleGun ... -7.85078 LIN +4.77834 LIN e- Event: 5 -Number of tracker hits in this event = 112 - 5 230.07 1299 10 1 79.8632 80.4098 95.55 - 5 100.965 1301 10 0 79.8634 80.4103 94.15 - 5 136.278 1299 9 1 79.8696 80.4227 65.55 - 5 141.143 1301 9 0 79.8699 80.4242 64.15 - 5 117.735 1299 8 1 79.8718 80.4492 35.55 - 5 151.617 1302 8 0 79.8727 80.4509 34.15 - 5 119.261 1299 7 1 79.8893 80.4746 5.55 - 5 180.924 1302 7 0 79.8892 80.4755 4.15 - 5 176.742 1299 6 1 79.8841 80.4943 -24.45 - 5 338.819 1302 6 0 79.8834 80.4995 -25.85 - 5 99.4896 1299 5 1 79.8664 80.6114 -54.45 - 5 106.011 1302 5 0 79.8663 80.6179 -55.85 - 5 373.738 1299 4 1 79.868 80.7589 -84.45 - 5 115.91 1303 4 0 79.8692 80.7657 -85.85 - 5 116.333 1299 3 1 79.9009 80.9074 -114.45 - 5 119.74 1304 3 0 79.9023 80.9164 -115.85 - 5 626.101 1299 2 1 79.9256 81.0936 -144.45 - 5 394.276 1305 2 0 79.9288 81.0997 -145.85 - 5 261.742 1299 1 1 79.9999 81.2093 -174.45 - 5 261.466 1305 1 0 80.0023 81.2115 -175.85 - 5 215.203 1299 0 1 80.0208 81.2178 -204.45 - 5 129.315 1305 0 0 80.0212 81.2157 -205.85 - 5 71.6388 224 13 1 -135.232 -4.11651 185.55 - 5 124.525 225 13 1 -135.15 -4.08309 185.411 - 5 115.972 876 13 0 -134.642 -4.73042 184.15 - 5 97.8698 875 13 0 -134.407 -4.85 183.99 - 5 201.245 874 13 0 -134.402 -5.05 183.859 - 5 262.886 1300 1 1 80.0631 81.3252 -174.45 - 5 110.994 1306 1 0 80.1001 81.3039 -175.85 - 5 188.67 1304 0 1 80.9411 80.7546 -204.45 - 5 109.381 1303 0 0 80.9755 80.7562 -205.85 - 5 30.1635 1666 0 0 128.578 153.452 -206.25 - 5 101.914 1667 0 0 128.616 153.55 -206.211 - 5 161.306 1668 0 0 128.682 153.75 -206.133 - 5 59.5663 1669 0 0 128.737 153.95 -206.048 - 5 76.0802 1670 0 0 128.799 154.15 -205.969 - 5 16.1637 1671 0 0 128.869 154.35 -205.881 - 5 56.6207 1549 0 1 130.034 156.165 -204.85 - 5 159.909 1550 0 1 130.15 156.324 -204.755 - 5 91.7245 1551 0 1 130.35 156.667 -204.579 - 5 118.455 1738 1 0 126.972 167.792 -176.25 - 5 74.3445 1532 1 1 126.64 168.385 -174.85 - 5 52.9398 1531 1 1 126.55 168.461 -174.607 - 5 120.122 1301 0 0 81.2089 80.4131 -205.85 - 5 45.2088 1312 1 0 80.7714 82.5829 -175.85 - 5 83.0661 1313 1 0 80.8168 82.65 -175.934 - 5 50.021 1314 1 0 80.9356 82.85 -176.148 - 5 20.4948 1641 1 0 84.5249 148.492 -176.25 - 5 60.2527 1642 1 0 84.4988 148.55 -176.205 - 5 89.9505 1643 1 0 84.3813 148.75 -176.048 - 5 2.51814 1318 1 1 83.6599 148.942 -174.85 - 5 114.344 1317 1 1 83.65 148.941 -174.835 - 5 226.169 1316 1 1 83.45 148.915 -174.55 - 5 296.434 1315 1 1 83.25 148.855 -174.51 - 5 166.442 1306 0 0 80.0304 81.2756 -205.85 - 5 78.397 1103 2 0 2.09537 40.7919 -146.25 - 5 15.8296 1007 2 0 20.848 21.6416 -146.25 - 5 151.532 1006 2 0 20.6295 21.45 -145.99 - 5 10.0495 1005 2 0 20.5382 21.25 -145.865 - 5 34.7551 987 2 1 17.5178 20.1978 -144.85 - 5 222.253 986 2 1 17.45 20.1958 -144.841 - 5 40.5905 1179 1 0 121.28 55.9693 -176.25 - 5 137.613 1178 1 0 121.259 55.8499 -176.121 - 5 124.204 1504 1 1 121.121 54.9725 -174.85 - 5 66.23 1503 1 1 120.949 54.8258 -174.717 - 5 64.8959 1502 1 1 120.75 54.7178 -174.636 - 5 120.624 1501 1 1 120.55 54.6455 -174.535 - 5 96.5849 1500 1 1 120.35 54.5806 -174.478 - 5 153.787 1499 1 1 120.15 54.1133 -174.557 - 5 31.9936 1498 1 1 119.95 53.7371 -174.763 - 5 61.6793 1162 1 0 119.301 52.6315 -175.85 - 5 60.4554 1161 1 0 119.252 52.45 -176.029 - 5 27.7528 1529 0 1 126.084 83.8165 -204.45 - 5 110.971 1530 0 1 126.15 83.7856 -204.51 - 5 42.7838 1531 0 1 126.35 83.7054 -204.741 - 5 8.31853 1315 0 0 127.373 83.0653 -205.85 - 5 92.3096 1314 0 0 127.394 83.05 -205.873 - 5 109.723 1313 0 0 127.564 82.85 -206.041 - 5 21.8396 1312 0 0 127.71 82.65 -206.212 - 5 201.868 1298 6 1 79.85 80.4444 -24.5475 - 5 47.5103 1299 6 0 79.1744 79.8714 -25.85 - 5 118.325 1298 6 0 79.1442 79.85 -25.9047 - 5 1.89329 1214 5 1 62.85 79.7184 -54.8458 - 5 109.345 1502 3 1 120.55 135.933 -114.697 - 5 35.8512 1501 3 1 120.55 135.934 -114.711 - 5 31.1961 1288 5 0 64.2097 77.7214 -55.85 - 5 51.3958 1255 5 1 71.1162 75.5988 -54.85 - 5 306.273 1256 5 1 71.25 75.6284 -54.7998 - 5 76.9048 1257 5 1 71.45 76.05 -54.4608 - 5 46.6216 1525 1 0 78.0183 125.233 -175.85 - 5 46.1353 1297 6 1 79.65 80.7421 -24.7233 - 5 10.125 1306 6 0 78.7352 81.4349 -25.8503 - 5 95.8066 1307 6 0 78.7092 81.45 -25.8806 - 5 42.8819 1308 6 0 78.5182 81.65 -26.1756 - 5 107.808 1301 4 0 79.8702 80.4241 -85.85 - 5 148.202 1300 3 1 80.1909 79.9395 -114.45 - 5 112.288 1299 3 0 80.2274 79.9394 -115.85 - 5 106.521 1304 2 1 80.9172 80.1132 -144.45 - 5 116.149 1300 2 0 81.0005 80.1024 -145.85 - 5 125.081 1312 1 1 82.5461 79.9489 -174.45 - 5 124.958 1299 1 0 82.569 79.8731 -175.85 - 5 119.419 1314 0 1 82.9304 78.1553 -204.45 - 5 177.715 1289 0 0 83.027 78.0382 -205.85 - 5 94.9076 1302 4 0 79.8746 80.4664 -85.85 - 5 80.1365 1301 3 1 80.25 80.6571 -114.62 - 5 112.811 1302 3 0 80.338 80.6074 -115.85 - 5 167.984 1312 2 1 82.5384 79.6933 -144.45 - 5 107.501 1298 2 0 82.6521 79.7542 -145.85 - 5 177.473 1327 1 1 85.5217 80.4645 -174.45 - 5 133.04 1302 1 0 85.7022 80.5992 -175.85 - 5 69.8205 1349 0 1 89.9966 84.2159 -204.45 - 5 103.88 1321 0 0 90.2868 84.3601 -205.85 -Number of digits in this event = 41 +Number of tracker hits in this event = 51 + 5 120.744 297 9 1 -120.661 -25.5376 65.55 + 5 108.971 772 9 0 -120.662 -25.5375 64.15 + 5 283.386 297 8 1 -120.672 -25.5336 35.55 + 5 115.939 772 8 0 -120.672 -25.5355 34.15 + 5 154.809 297 7 1 -120.677 -25.5728 5.55 + 5 120.604 772 7 0 -120.677 -25.574 4.15 + 5 195.96 297 6 1 -120.69 -25.5978 -24.45 + 5 116.931 772 6 0 -120.688 -25.5999 -25.85 + 5 186.311 297 5 1 -120.656 -25.6413 -54.45 + 5 105.816 772 5 0 -120.656 -25.6428 -55.85 + 5 104.833 297 4 1 -120.658 -25.6759 -84.45 + 5 140.891 771 4 0 -120.667 -25.6849 -85.85 + 5 125.986 296 3 1 -120.845 -25.8788 -114.45 + 5 115.258 770 3 0 -120.848 -25.8894 -115.85 + 5 128.231 296 2 1 -120.905 -26.1075 -144.45 + 5 419.549 769 2 0 -120.907 -26.1233 -145.85 + 5 116.097 296 1 1 -120.947 -26.4469 -174.45 + 5 117.702 767 1 0 -120.942 -26.4632 -175.85 + 5 117.921 296 0 1 -120.816 -26.7923 -204.45 + 5 113.545 766 0 0 -120.81 -26.8139 -205.85 + 5 114.686 295 1 1 -120.997 -26.1668 -174.45 + 5 61.771 294 1 1 -121.15 -26.0051 -174.677 + 5 66.285 775 1 0 -121.859 -25.0491 -175.85 + 5 156.451 776 1 0 -121.967 -24.85 -176.066 + 5 3.90098 777 1 0 -122.063 -24.65 -176.242 + 5 115.067 221 0 1 -135.865 6.34002 -204.45 + 5 11.8191 926 0 0 -136.101 5.28596 -205.85 + 5 74.2794 925 0 0 -136.112 5.25 -205.897 + 5 60.7428 924 0 0 -136.18 5.05 -206.062 + 5 25.6676 923 0 0 -136.228 4.85 -206.201 + 5 225.997 831 2 0 -126.537 -13.7471 -146.249 + 5 208.204 832 2 0 -126.539 -13.65 -146.038 + 5 44.0578 268 2 1 -126.379 -12.9696 -144.85 + 5 133.752 269 2 1 -126.35 -12.8972 -144.722 + 5 7.27745 1163 2 0 -29.7871 52.84 -146.25 + 5 121.96 1164 2 0 -29.7706 52.85 -146.227 + 5 7.08662 757 2 1 -28.4674 53.3112 -144.85 + 5 78.9122 758 2 1 -28.45 53.317 -144.831 + 5 82.0978 759 2 1 -28.2499 53.3902 -144.636 + 5 2.36218 760 2 1 -28.05 53.4449 -144.458 + 5 9.04948 761 2 1 -27.6679 53.3936 -144.45 + 5 107.6 762 2 1 -27.65 53.4105 -144.474 + 5 282.923 763 2 1 -27.45 53.6225 -144.752 + 5 16.606 1172 2 0 -26.2832 54.6168 -145.85 + 5 174.795 1173 2 0 -26.2359 54.65 -145.896 + 5 186.689 1151 2 0 16.3708 50.2811 -146.25 + 5 108.04 980 2 1 16.202 50.5455 -144.85 + 5 83.7032 1466 2 1 113.475 -23.3546 -144.85 + 5 18.2845 776 2 0 112.749 -24.8326 -145.85 + 5 11.8888 775 2 0 112.741 -24.85 -145.853 + 5 82.1492 1456 2 1 111.384 -25.4145 -144.85 +Number of digits in this event = 20 Using G4ParticleGun ... -1.28127 LIN +2.92047 LIN e- Event: 6 -Number of tracker hits in this event = 28 - 6 149.01 1510 9 1 122.289 -17.9209 65.55 - 6 188.559 810 9 0 122.291 -17.9182 64.15 - 6 130.904 1510 8 1 122.334 -17.8588 35.55 - 6 247.947 810 8 0 122.341 -17.8617 34.15 - 6 96.5644 1511 7 1 122.521 -17.9071 5.55 - 6 183.549 810 7 0 122.53 -17.9149 4.15 - 6 152.096 1512 6 1 122.699 -18.0568 -24.45 - 6 140.646 809 6 0 122.706 -18.0635 -25.85 - 6 127.375 1513 5 1 122.839 -18.2156 -54.45 - 6 105.773 809 5 0 122.836 -18.2189 -55.85 - 6 133.338 1513 4 1 122.767 -18.2929 -84.45 - 6 152.839 808 4 0 122.755 -18.3002 -85.85 - 6 107.796 1511 3 1 122.515 -18.472 -114.45 - 6 115.462 807 3 0 122.511 -18.4788 -115.85 - 6 195.086 1511 2 1 122.45 -18.6231 -144.45 - 6 111.821 807 2 0 122.453 -18.6319 -145.85 - 6 127.253 1511 1 1 122.49 -18.7978 -174.45 - 6 123.238 806 1 0 122.489 -18.8076 -175.85 - 6 117.109 1511 0 1 122.47 -18.9847 -204.45 - 6 114.998 805 0 0 122.47 -18.997 -205.85 - 6 184.624 1510 2 1 122.35 -18.3627 -144.615 - 6 78.4526 1509 2 1 122.15 -17.9791 -144.715 - 6 67.137 1508 2 1 121.95 -17.8278 -144.783 - 6 169.775 1507 2 1 121.75 -17.7019 -144.76 - 6 39.9579 820 8 0 124.38 -15.8811 33.7506 - 6 90.3864 821 8 0 124.367 -15.85 33.8689 - 6 427.602 822 8 0 124.471 -15.65 33.9895 - 6 144.82 1511 8 1 122.35 -17.8609 35.3082 -Number of digits in this event = 19 +Number of tracker hits in this event = 26 + 6 118.242 1078 9 1 35.7098 -124.748 65.5499 + 6 115.207 276 9 0 35.6481 -124.919 64.15 + 6 40.9172 275 9 0 35.6369 -124.95 63.8988 + 6 112.618 1072 8 1 34.543 -128.642 35.55 + 6 109.021 256 8 0 34.494 -128.753 34.15 + 6 110.198 1068 7 1 33.6716 -130.887 5.55 + 6 137.908 246 7 0 33.6366 -130.904 4.15 + 6 132.353 1065 6 1 33.2043 -131.575 -24.45 + 6 159.186 241 6 0 33.0989 -131.808 -25.8508 + 6 105.339 1052 5 1 30.4654 -136.415 -54.45 + 6 105.828 217 5 0 30.4205 -136.656 -55.85 + 6 107.008 1045 4 1 29.2481 -141.576 -84.45 + 6 103.628 192 4 0 29.0993 -141.615 -85.8515 + 6 117.03 1033 3 1 26.8424 -142.377 -114.45 + 6 83.091 189 3 0 26.7798 -142.186 -115.85 + 6 41.3573 190 3 0 26.7677 -142.15 -116.121 + 6 109.097 1030 2 1 26.0836 -138.853 -144.45 + 6 198.41 207 2 0 26.1437 -138.73 -145.85 + 6 146.399 1036 1 1 27.3452 -135.89 -174.45 + 6 70.5428 221 1 0 27.2054 -135.767 -175.85 + 6 65.3805 222 1 0 27.1903 -135.75 -176.048 + 6 53.1345 1025 0 1 25.0861 -132.13 -204.45 + 6 67.4223 1024 0 1 25.05 -132.082 -204.641 + 6 85.3671 241 0 0 24.7782 -131.811 -205.85 + 6 30.35 242 0 0 24.7209 -131.75 -206.134 + 6 31.1042 218 5 0 32.6593 -136.502 -55.85 +Number of digits in this event = 7 Using G4ParticleGun ... -9.05802 LIN +6.44152 LIN e- Event: 7 -Number of tracker hits in this event = 37 - 7 162.316 891 11 1 -1.72073 33.9459 125.55 - 7 160.509 1069 11 0 -1.72117 33.9464 124.15 - 7 138.858 891 10 1 -1.73309 33.9551 95.55 - 7 101.486 1069 10 0 -1.73335 33.9549 94.15 - 7 153.585 891 9 1 -1.73296 33.9534 65.55 - 7 160.502 1069 9 0 -1.73266 33.9538 64.15 - 7 130.672 891 8 1 -1.72868 33.964 35.55 - 7 105.476 1069 8 0 -1.72837 33.9639 34.15 - 7 195.336 891 7 1 -1.72305 33.9617 5.55 - 7 125.081 1069 7 0 -1.72318 33.9615 4.15 - 7 117.925 891 6 1 -1.71814 33.9603 -24.45 - 7 109.06 1069 6 0 -1.7226 33.9682 -25.85 - 7 145.041 890 5 1 -1.972 34.0265 -54.45 - 7 108.476 1069 5 0 -2.00743 34.0223 -55.85 - 7 125.391 886 4 1 -2.7632 33.9574 -84.45 - 7 119.348 1069 4 0 -2.79638 33.9656 -85.85 - 7 89.7142 882 3 1 -3.48175 34.1144 -114.45 - 7 356.7 1070 3 0 -3.51374 34.131 -115.85 - 7 104.748 878 2 1 -4.25648 34.5466 -144.45 - 7 118.026 1072 2 0 -4.2625 34.5784 -145.85 - 7 110.199 877 1 1 -4.50263 35.3505 -174.45 - 7 220.105 1076 1 0 -4.51122 35.3949 -175.85 - 7 104.461 876 0 1 -4.68339 36.3596 -204.45 - 7 11.779 1081 0 0 -4.66434 36.4465 -205.85 - 7 100.032 1082 0 0 -4.66361 36.45 -205.906 - 7 184.235 865 3 0 6.19529 -6.91425 -116.25 - 7 244.165 889 1 1 -2.14297 35.0725 -174.45 - 7 130.577 868 0 1 -6.33475 39.472 -204.45 - 7 118.127 1097 0 0 -6.49577 39.5493 -205.85 - 7 125.48 1075 1 0 -2.13098 35.0976 -175.85 - 7 104.549 888 0 1 -2.26843 35.5866 -204.45 - 7 220.6 1077 0 0 -2.22756 35.5317 -205.85 - 7 69.0295 1527 4 1 125.55 52.8736 -84.6489 - 7 46.1673 1526 4 1 125.55 52.9106 -84.652 - 7 126.109 892 11 1 -1.65 33.8666 125.482 - 7 162.135 893 11 1 -1.45 33.6562 125.407 - 7 8.18762 894 11 1 -1.24973 33.2329 125.53 +Number of tracker hits in this event = 36 + 7 121.262 489 10 1 -82.1192 -63.3002 95.55 + 7 111.233 583 10 0 -82.1188 -63.3 94.15 + 7 142.529 489 9 1 -82.1201 -63.2885 65.55 + 7 276.805 583 9 0 -82.1211 -63.2864 64.15 + 7 90.3929 489 8 1 -82.1485 -63.2401 35.55 + 7 125.412 584 8 0 -82.1507 -63.2378 34.15 + 7 131.659 489 7 1 -82.2019 -63.183 5.55 + 7 134.65 584 7 0 -82.2043 -63.1802 4.15 + 7 9.86154 489 6 1 -82.2498 -63.1177 -24.45 + 7 103.222 488 6 1 -82.25 -63.1176 -24.5008 + 7 112.341 584 6 0 -82.254 -63.1149 -25.85 + 7 155.101 488 5 1 -82.329 -63.0588 -54.45 + 7 122.65 584 5 0 -82.3361 -63.0557 -55.85 + 7 119.07 488 4 1 -82.4434 -62.9699 -84.45 + 7 108.999 585 4 0 -82.4579 -62.9331 -85.85 + 7 118.101 487 3 1 -82.5483 -62.1131 -114.45 + 7 112.991 589 3 0 -82.5879 -62.1174 -115.85 + 7 196.661 481 2 1 -83.6621 -62.1721 -144.45 + 7 147.682 589 2 0 -83.668 -62.1683 -145.85 + 7 35.8968 481 1 1 -83.8454 -61.9378 -174.45 + 7 127.084 480 1 1 -83.85 -61.934 -174.565 + 7 106.265 590 1 0 -83.9018 -61.8843 -175.85 + 7 112.593 474 0 1 -85.0679 -61.0353 -204.45 + 7 510.099 595 0 0 -85.128 -60.9636 -205.85 + 7 133.617 469 0 1 -86.0787 -61.6292 -204.85 + 7 75.5092 470 0 1 -86.0498 -61.5599 -204.746 + 7 33.3602 572 0 1 -65.5035 21.6539 -204.85 + 7 217.174 1010 0 0 -64.7116 22.1328 -205.85 + 7 159.659 671 3 0 -165.708 -45.825 -116.25 + 7 2.46514 68 3 1 -166.546 -45.2905 -114.849 + 7 249.386 67 3 1 -166.55 -45.2872 -114.843 + 7 148.494 66 3 1 -166.75 -44.8182 -114.462 + 7 67.3384 65 3 1 -166.95 -44.5296 -114.493 + 7 489.892 64 3 1 -167.15 -44.4259 -114.58 + 7 5.51777 876 4 0 13.2778 -4.65 -85.9386 + 7 44.7672 585 1 0 -82.2604 -62.937 -175.85 Number of digits in this event = 20 Using G4ParticleGun ... -3.12758 LIN +7.76612 LIN e- Event: 8 -Number of tracker hits in this event = 81 - 8 116.369 756 11 1 -28.6818 -52.186 125.55 - 8 101.699 639 11 0 -28.6831 -52.1828 124.15 - 8 200.088 756 10 1 -28.7057 -52.1194 95.55 - 8 110.381 639 10 0 -28.7071 -52.115 94.15 - 8 98.7375 756 9 1 -28.7377 -52.0193 65.55 - 8 210.376 640 9 0 -28.7404 -52.0134 64.15 - 8 137.784 756 8 1 -28.8052 -51.8703 35.55 - 8 115.167 640 8 0 -28.8032 -51.8646 34.15 - 8 108.877 756 7 1 -28.8039 -51.7696 5.55 - 8 167.985 641 7 0 -28.8022 -51.7692 4.15 - 8 118.932 756 6 1 -28.8061 -51.7338 -24.45 - 8 115.453 641 6 0 -28.8132 -51.74 -25.85 - 8 157.296 755 5 1 -28.9689 -51.8369 -54.45 - 8 120.907 641 5 0 -28.9838 -51.8361 -55.85 - 8 134.181 753 4 1 -29.3688 -51.8471 -84.45 - 8 152.55 640 4 0 -29.3966 -51.8544 -85.85 - 8 101.528 750 3 1 -29.8759 -51.9709 -114.45 - 8 137.697 640 3 0 -29.9614 -52.0129 -115.85 - 8 29.3974 742 2 1 -31.6434 -52.7806 -144.45 - 8 98.6536 741 2 1 -31.65 -52.7837 -144.561 - 8 119.519 636 2 0 -31.7271 -52.8179 -145.85 - 8 151.837 732 1 1 -33.4674 -53.5603 -174.45 - 8 134.458 632 1 0 -33.5489 -53.5976 -175.85 - 8 108.207 724 0 1 -35.0997 -54.3923 -204.45 - 8 153.302 628 0 0 -35.1996 -54.4202 -205.85 - 8 91.8632 681 1 0 -33.1211 -43.7573 -176.25 - 8 233.835 680 1 0 -33.189 -43.85 -176.011 - 8 165.8 895 4 1 -0.906959 -7.26266 -84.85 - 8 5.71784 896 4 1 -0.85 -7.12463 -84.4652 - 8 13.2259 1034 1 0 -42.597 27.0167 -176.25 - 8 176.181 1035 1 0 -42.6032 27.05 -176.23 - 8 70.3018 1036 1 0 -42.5576 27.25 -175.965 - 8 312.3 691 1 1 -41.8379 27.7334 -174.85 - 8 92.3481 692 1 1 -41.6496 27.7807 -174.703 - 8 122.139 1241 6 1 68.25 0.566161 -24.7748 - 8 1.43817 1505 8 0 -147.748 121.345 33.75 - 8 68.6737 1506 8 0 -147.748 121.35 33.7526 - 8 308.086 1507 8 0 -147.742 121.55 33.8163 - 8 282.967 755 4 1 -28.9262 -51.3528 -84.45 - 8 108.274 643 4 0 -28.889 -51.4495 -85.85 - 8 132.447 642 4 0 -28.8888 -51.45 -85.8568 - 8 49.8819 758 3 1 -28.3129 -53.6451 -114.45 - 8 81.4692 759 3 1 -28.25 -53.6868 -114.614 - 8 40.482 630 3 0 -27.7751 -54.0175 -115.85 - 8 98.4469 629 3 0 -27.7286 -54.05 -115.974 - 8 111.564 815 2 1 -16.9354 -61.605 -144.45 - 8 15.1205 816 2 1 -16.85 -61.7357 -144.78 - 8 71.5979 589 2 0 -16.5554 -62.1632 -145.85 - 8 53.7856 588 2 0 -16.4949 -62.2502 -146.071 - 8 221.429 856 1 1 -8.8492 -72.9457 -174.45 - 8 59.7276 532 1 0 -8.39818 -73.563 -175.85 - 8 108.158 531 1 0 -8.33227 -73.6501 -176.048 - 8 124.181 903 0 1 0.687533 -86.0722 -204.45 - 8 89.0679 466 0 0 1.17245 -86.7241 -205.85 - 8 35.7868 465 0 0 1.26821 -86.85 -206.12 - 8 112.941 756 3 1 -28.8187 -51.3495 -114.45 - 8 154.471 643 3 0 -28.8038 -51.3486 -115.85 - 8 298.05 758 2 1 -28.4405 -51.3233 -144.45 - 8 516.107 643 2 0 -28.3986 -51.3122 -145.85 - 8 125.991 762 1 1 -27.467 -51.0105 -174.45 - 8 209.81 645 1 0 -27.4189 -51.0162 -175.85 - 8 226.773 768 0 1 -26.3997 -51.2241 -204.45 - 8 121.225 643 0 0 -26.305 -51.2525 -205.85 - 8 157.221 248 8 0 -174.526 -130.53 33.75 - 8 92.4244 26 8 1 -174.766 -128.452 35.15 - 8 37.8276 27 8 1 -174.75 -128.395 35.2301 - 8 113.184 642 2 0 -28.4142 -51.5185 -145.85 - 8 149.78 752 1 1 -29.6393 -61.8161 -174.45 - 8 77.7755 596 1 0 -29.3047 -60.7809 -175.85 - 8 79.4679 597 1 0 -29.2753 -60.6499 -176.018 - 8 4.44418 598 1 0 -29.2448 -60.45 -176.234 - 8 17.4455 787 0 1 -22.5205 -35.3834 -204.45 - 8 67.4632 788 0 1 -22.45 -35.3896 -204.48 - 8 63.6577 789 0 1 -22.25 -35.4126 -204.568 - 8 135.821 790 0 1 -22.0498 -35.493 -204.688 - 8 9.66384 720 0 0 -20.5295 -36.039 -205.85 - 8 190.196 719 0 0 -20.4997 -36.05 -205.873 - 8 124.164 763 1 1 -27.3113 -50.428 -174.45 - 8 134.577 648 1 0 -27.2486 -50.3374 -175.85 - 8 115.546 665 0 0 -26.1319 -46.9781 -205.851 - 8 101.067 644 2 0 -28.4556 -51.2499 -145.917 -Number of digits in this event = 37 +Number of tracker hits in this event = 35 + 8 111.508 1032 10 1 26.4567 -96.4973 95.55 + 8 308.849 418 10 0 26.4562 -96.496 94.15 + 8 130.347 1031 9 1 26.4462 -96.4663 65.55 + 8 105.272 418 9 0 26.4458 -96.4642 64.15 + 8 138.527 1031 8 1 26.4314 -96.4074 35.55 + 8 114.241 418 8 0 26.4303 -96.4055 34.15 + 8 110.679 1031 7 1 26.4069 -96.3658 5.55 + 8 134.436 418 7 0 26.4056 -96.3645 4.15 + 8 94.6473 1031 6 1 26.3764 -96.337 -24.45 + 8 150.378 419 6 0 26.3756 -96.3354 -25.85 + 8 97.2989 1031 5 1 26.3608 -96.303 -54.45 + 8 187.513 419 5 0 26.3602 -96.3021 -55.85 + 8 106.288 1031 4 1 26.3504 -96.2882 -84.45 + 8 119.82 419 4 0 26.3526 -96.2873 -85.85 + 8 125.319 1031 3 1 26.3969 -96.2639 -114.45 + 8 163.282 419 3 0 26.4009 -96.2589 -115.85 + 8 181.141 1032 2 1 26.4873 -96.1543 -144.45 + 8 94.2756 420 2 0 26.4891 -96.1481 -145.85 + 8 192.706 1032 1 1 26.5197 -96.033 -174.45 + 8 234.83 420 1 0 26.5213 -96.0272 -175.85 + 8 116.682 1032 0 1 26.552 -95.9068 -204.45 + 8 129.192 421 0 0 26.5546 -95.9018 -205.85 + 8 330.901 1342 4 1 88.6191 -148.543 -84.85 + 8 94.8251 155 4 0 87.7254 -149.143 -85.85 + 8 133.044 154 4 0 87.7157 -149.15 -85.8677 + 8 244.267 1031 0 1 26.2825 -96.237 -204.45 + 8 238.589 419 0 0 26.2747 -96.2341 -205.85 + 8 151.018 1045 13 0 -56.1883 29.1572 183.75 + 8 46.2205 619 13 1 -56.172 28.8085 185.15 + 8 37.325 618 13 1 -56.25 28.7412 185.2 + 8 170.165 1046 13 0 -55.6026 29.2617 184.15 + 8 50.7746 1047 13 0 -55.5124 29.45 184.128 + 8 27.8732 367 4 1 -106.559 -28.2786 -84.85 + 8 55.4721 368 4 1 -106.55 -28.2606 -84.8426 + 8 89.779 419 10 0 26.2822 -96.35 93.8422 +Number of digits in this event = 21 Using G4ParticleGun ... -4.8898 LIN +5.73468 LIN e- Event: 9 -Number of tracker hits in this event = 59 - 9 140.503 1094 11 0 -73.5462 38.9877 124.15 - 9 159.754 532 10 1 -73.5493 38.9926 95.55 - 9 133.799 1094 10 0 -73.5485 38.9923 94.15 - 9 138.378 532 9 1 -73.5363 38.9885 65.55 - 9 98.9185 1094 9 0 -73.5377 38.9884 64.15 - 9 111.634 532 8 1 -73.5696 38.9834 35.55 - 9 648.233 1094 8 0 -73.5715 38.9832 34.15 - 9 114.046 532 7 1 -73.6072 38.9777 5.55 - 9 119.295 1094 7 0 -73.6096 38.9763 4.15 - 9 108.272 531 6 1 -73.6611 38.9433 -24.45 - 9 114.743 1094 6 0 -73.6637 38.9419 -25.85 - 9 106.972 531 5 1 -73.7202 38.9175 -54.45 - 9 137.512 1094 5 0 -73.7207 38.9168 -55.85 - 9 543.246 531 4 1 -73.7316 38.8943 -84.45 - 9 436.103 1094 4 0 -73.7337 38.8935 -85.85 - 9 502.864 531 3 1 -73.7811 38.8925 -114.45 - 9 368.647 1094 3 0 -73.7851 38.8895 -115.85 - 9 103.466 530 2 1 -73.8712 38.8347 -144.45 - 9 212.57 1093 2 0 -73.8767 38.8292 -145.85 - 9 369.863 530 1 1 -73.981 38.714 -174.45 - 9 227.202 1093 1 0 -73.981 38.7085 -175.85 - 9 211.205 530 0 1 -73.99 38.6048 -204.45 - 9 104.195 1092 0 0 -74.0029 38.597 -205.85 - 9 506.76 531 2 1 -73.8245 38.8395 -144.45 - 9 134.693 1092 1 0 -74.0017 38.5969 -175.85 - 9 117.307 1090 0 0 -73.8794 38.1834 -205.85 - 9 94.6383 1093 4 0 -73.7455 38.85 -86.2339 - 9 50.8644 973 4 0 -52.8178 14.7199 -86.25 - 9 94.7939 972 4 0 -52.8295 14.65 -86.2423 - 9 128.538 1094 2 0 -73.6564 39.0454 -145.85 - 9 180.469 532 1 1 -73.6091 39.1295 -174.45 - 9 229.296 1095 1 0 -73.6024 39.1444 -175.85 - 9 52.1594 532 0 1 -73.4504 39.4832 -204.45 - 9 62.9243 533 0 1 -73.45 39.4852 -204.635 - 9 189.136 1097 0 0 -73.4475 39.4988 -205.85 - 9 34.6874 532 4 1 -73.65 38.725 -84.8199 - 9 339.917 1089 4 0 -73.3439 38.0155 -85.85 - 9 15.5954 1088 4 0 -73.2363 37.85 -85.9097 - 9 237.471 1095 2 0 -73.8187 39.0668 -145.85 - 9 113.163 529 0 1 -74.2249 39.3405 -204.45 - 9 115.391 1096 0 0 -74.251 39.3945 -205.85 - 9 158.079 903 2 1 0.65 22.1197 -144.591 - 9 20.8996 902 2 1 0.644414 22.0855 -144.45 - 9 172.931 531 1 1 -73.7384 39.1349 -174.45 - 9 125.688 1096 1 0 -73.6142 39.2708 -175.85 - 9 129.096 546 0 1 -70.7571 42.2624 -204.45 - 9 163.428 1111 0 0 -70.4213 42.357 -205.85 - 9 0.970567 876 0 0 -34.16 -4.65 -206.014 - 9 175.615 1095 8 0 -73.6152 39.05 33.9561 - 9 123.665 532 6 1 -73.632 38.9607 -24.4502 - 9 101.556 1092 6 0 -73.4865 38.6484 -25.85 - 9 143.292 546 5 1 -70.6891 33.2587 -54.45 - 9 64.3551 1058 5 0 -71.0803 31.8022 -55.8501 - 9 108.949 1057 5 0 -71.093 31.6492 -55.9917 - 9 12.5575 999 5 0 -76.6615 20.0383 -56.25 - 9 100.327 1000 5 0 -76.6621 20.05 -56.2035 - 9 588.13 518 5 1 -76.3174 20.5129 -54.85 - 9 377.439 519 5 1 -76.25 20.6367 -54.5617 - 9 247.143 517 5 1 -76.45 20.8125 -54.4876 -Number of digits in this event = 34 +Number of tracker hits in this event = 82 + 9 135.344 1505 8 1 121.344 -71.4495 35.55 + 9 119.848 543 8 0 121.345 -71.4474 34.15 + 9 106.981 1506 7 1 121.354 -71.409 5.55 + 9 107.023 543 7 0 121.354 -71.4088 4.15 + 9 519.91 1506 6 1 121.352 -71.4082 -24.45 + 9 396.994 543 6 0 121.353 -71.4091 -25.85 + 9 300.178 1506 5 1 121.381 -71.427 -54.45 + 9 320.214 543 5 0 121.379 -71.4272 -55.85 + 9 114.051 1505 4 1 121.34 -71.4269 -84.45 + 9 429.008 543 4 0 121.339 -71.4266 -85.85 + 9 111.475 1505 3 1 121.318 -71.4264 -114.45 + 9 114.192 543 3 0 121.317 -71.4246 -115.85 + 9 113.184 1505 2 1 121.306 -71.3906 -144.45 + 9 192.743 543 2 0 121.305 -71.3896 -145.85 + 9 217.89 1505 1 1 121.276 -71.3724 -174.45 + 9 140.013 543 1 0 121.274 -71.3736 -175.85 + 9 123.295 1505 0 1 121.243 -71.4015 -204.45 + 9 127.609 543 0 0 121.243 -71.4032 -205.85 + 9 5.52229 1046 2 0 175.97 29.3405 -145.85 + 9 8.39009 1781 2 1 176.351 30.687 -144.85 + 9 29.6254 1056 2 0 175.583 31.4489 -145.85 + 9 4.103 1057 2 0 175.581 31.45 -145.852 + 9 190.567 1506 4 1 121.379 -71.3862 -84.45 + 9 402.41 1508 3 1 121.763 -70.7631 -114.45 + 9 134.458 546 3 0 121.811 -70.7437 -115.85 + 9 130.878 1514 2 1 123.03 -70.6629 -144.45 + 9 165.032 546 2 0 123.007 -70.7103 -145.85 + 9 126.309 1512 1 1 122.591 -71.6155 -174.45 + 9 29.7132 542 1 0 122.588 -71.6467 -175.85 + 9 98.7942 541 1 0 122.587 -71.65 -175.994 + 9 136.577 1513 0 1 122.81 -72.2198 -204.45 + 9 120.112 539 0 0 122.861 -72.1707 -205.85 + 9 94.0006 1513 2 1 122.95 -70.6518 -144.506 + 9 414.658 1512 2 1 122.75 -70.8474 -144.613 + 9 95.032 1507 3 1 121.674 -71.1202 -114.45 + 9 123.688 544 3 0 121.687 -71.1222 -115.85 + 9 105.223 1506 2 1 121.474 -71.1263 -144.45 + 9 126.003 544 2 0 121.469 -71.1103 -145.85 + 9 9.95246 1506 1 1 121.351 -70.845 -174.45 + 9 144.295 546 1 0 121.319 -70.8186 -175.85 + 9 116.608 1502 0 1 120.611 -70.2761 -204.45 + 9 140.296 549 0 0 120.557 -70.2337 -205.85 + 9 47.2928 549 5 0 121.348 -70.182 -55.85 + 9 75.7488 548 5 0 121.332 -70.25 -55.9883 + 9 120.675 1485 4 1 117.243 -86.9741 -84.45 + 9 85.5033 461 4 0 117.048 -87.6917 -85.85 + 9 28.8746 460 4 0 116.997 -87.85 -86.1564 + 9 76.2932 1453 3 1 110.826 -104.587 -114.45 + 9 100.007 1452 3 1 110.75 -104.646 -114.497 + 9 85.684 1451 3 1 110.55 -104.788 -114.62 + 9 56.7821 1450 3 1 110.35 -104.932 -114.766 + 9 168.435 369 3 0 108.71 -106.19 -115.85 + 9 182.669 368 3 0 108.51 -106.35 -116.02 + 9 135.408 1329 2 1 85.9007 -125.49 -144.45 + 9 185.425 1328 2 1 85.85 -125.658 -144.571 + 9 45.6907 263 2 0 84.7303 -127.425 -145.85 + 9 82.7655 262 2 0 84.6334 -127.55 -145.935 + 9 74.2328 261 2 0 84.4831 -127.75 -146.021 + 9 157.397 260 2 0 84.3313 -127.95 -146.091 + 9 76.4408 259 2 0 84.1832 -128.15 -146.155 + 9 33.2678 258 2 0 84.037 -128.35 -146.212 + 9 167.481 1376 0 1 95.4717 -83.1326 -204.45 + 9 481.003 1375 0 1 95.35 -83.1828 -204.602 + 9 98.9458 1374 0 1 95.15 -82.594 -204.557 + 9 82.4284 485 0 0 95.3716 -82.9228 -205.85 + 9 104.04 486 0 0 95.3358 -82.85 -206.112 + 9 8.42524 493 0 0 98.2958 -81.4467 -206.25 + 9 93.2758 492 0 0 98.3005 -81.45 -206.236 + 9 40.8575 491 0 0 98.3122 -81.65 -206.188 + 9 68.3549 1507 5 1 121.556 -71.4508 -54.45 + 9 146.01 1502 4 1 120.662 -70.774 -84.45 + 9 110.724 546 4 0 120.664 -70.7497 -85.85 + 9 113.621 1502 3 1 120.734 -70.4633 -114.45 + 9 158.286 547 3 0 120.723 -70.4592 -115.85 + 9 116.719 1502 2 1 120.614 -70.5812 -144.45 + 9 186.481 547 2 0 120.557 -70.6075 -145.85 + 9 222.552 1496 1 1 119.445 -71.0283 -174.45 + 9 152.341 545 1 0 119.338 -71.0335 -175.85 + 9 128.197 1484 0 1 117.059 -71.0575 -204.45 + 9 133.595 544 0 0 116.942 -71.1206 -205.85 + 9 80.0501 142 9 0 52.4367 -151.651 63.7504 + 9 227.6 143 9 0 52.4038 -151.55 63.8485 +Number of digits in this event = 43 Using G4ParticleGun ... -3.15293 LIN +3.84314 LIN e- Event: 10 -Number of tracker hits in this event = 79 - 10 117.038 1219 10 1 63.9796 -87.2051 95.55 - 10 126.437 464 10 0 63.9809 -87.2042 94.15 - 10 142.82 1219 9 1 64.0073 -87.1797 65.55 - 10 115.041 464 9 0 64.0099 -87.18 64.15 - 10 691.105 1220 8 1 64.0766 -87.1891 35.55 - 10 557.443 464 8 0 64.0769 -87.191 34.15 - 10 103.461 1220 7 1 64.0817 -87.2292 5.55 - 10 274.844 464 7 0 64.0827 -87.2312 4.15 - 10 109.638 1220 6 1 64.107 -87.2619 -24.45 - 10 221.319 463 6 0 64.1076 -87.2632 -25.85 - 10 106.769 1220 5 1 64.1481 -87.3474 -54.45 - 10 105.04 463 5 0 64.1535 -87.3522 -55.85 - 10 252.28 1221 4 1 64.2627 -87.4691 -84.45 - 10 342.122 462 4 0 64.2655 -87.4741 -85.85 - 10 266.447 1221 3 1 64.3264 -87.5965 -114.45 - 10 136.429 462 3 0 64.3251 -87.5901 -115.85 - 10 177.229 1221 2 1 64.2773 -87.4676 -144.45 - 10 108.67 462 2 0 64.2691 -87.4587 -145.85 - 10 135.963 1220 1 1 64.1008 -87.1992 -174.45 - 10 111.976 464 1 0 64.1018 -87.1352 -175.85 - 10 139.931 1220 0 1 64.1786 -85.5485 -204.45 - 10 241.435 472 0 0 64.2163 -85.5111 -205.85 - 10 48.9198 768 0 0 45.3839 -26.45 -206.111 - 10 50.8939 769 0 0 45.3103 -26.25 -206.026 - 10 240.955 1126 0 1 45.2965 -25.5537 -204.849 - 10 353.591 1222 3 1 64.45 -87.5452 -114.652 - 10 150.741 1223 3 1 64.65 -87.5531 -114.529 - 10 72.1314 1220 3 1 64.2499 -87.5722 -114.659 - 10 207.142 461 3 0 63.7158 -87.65 -115.928 - 10 109.372 1221 8 1 64.25 -87.2715 35.5102 - 10 168.642 1225 7 1 65.1542 -87.1307 5.55 - 10 74.9295 1231 6 1 66.4293 -86.8457 -24.45 - 10 37.6597 1232 6 1 66.45 -86.8428 -24.6905 - 10 122.576 466 6 0 66.5466 -86.8292 -25.85 - 10 136.331 1243 5 1 68.6901 -86.3262 -54.45 - 10 147.026 468 5 0 68.8196 -86.3635 -55.85 - 10 285.058 1257 4 1 71.5623 -87.1354 -84.45 - 10 94.6179 464 4 0 71.6696 -87.168 -85.85 - 10 145.532 1269 3 1 73.8741 -87.7386 -114.45 - 10 305.981 1282 2 1 76.6192 -87.1183 -144.45 - 10 44.1531 1283 2 1 76.65 -87.1076 -144.718 - 10 134.374 464 2 0 76.7842 -87.067 -145.85 - 10 78.8505 1300 1 1 80.2194 -86.0793 -174.45 - 10 130.812 1301 1 1 80.25 -86.074 -174.695 - 10 32.7249 469 1 0 80.3917 -86.0522 -175.85 - 10 92.6104 470 1 0 80.406 -86.05 -175.967 - 10 113.343 1319 0 1 83.9811 -85.5891 -204.45 - 10 121.988 990 5 0 96.476 18.2151 -56.25 - 10 167.448 1360 2 1 92.2528 -94.3119 -144.85 - 10 104.809 1217 7 1 63.5738 -87.5329 5.55 - 10 113.817 462 7 0 63.5671 -87.537 4.15 - 10 100.727 1216 6 1 63.4434 -87.4126 -24.45 - 10 117.914 1219 5 1 63.9125 -87.6203 -54.45 - 10 163.059 462 5 0 63.9252 -87.6256 -55.85 - 10 111.401 1220 4 1 64.1687 -87.6343 -84.45 - 10 93.885 464 3 0 64.6821 -87.2474 -115.85 - 10 450.314 1227 2 1 65.5285 -86.4598 -144.45 - 10 211.391 468 2 0 65.5161 -86.4145 -145.85 - 10 172.306 1226 1 1 65.3273 -85.7169 -174.45 - 10 175.525 471 1 0 65.3735 -85.6576 -175.85 - 10 68.6666 472 1 0 65.3795 -85.65 -176.031 - 10 102.272 1231 0 1 66.3118 -84.7619 -204.45 - 10 134.956 477 0 0 66.2961 -84.6075 -205.85 - 10 203.224 1225 1 1 65.25 -85.6704 -174.758 - 10 102.746 467 2 0 65.6165 -86.4617 -145.85 - 10 148.939 1234 1 1 66.9798 -86.9463 -174.45 - 10 112.783 466 1 0 67.1153 -86.758 -175.85 - 10 265.05 1251 0 1 70.2869 -84.1904 -204.45 - 10 107.706 480 0 0 70.2235 -84.0254 -205.85 - 10 125.873 1238 1 1 67.6841 -86.0724 -174.45 - 10 101.571 1242 0 1 68.5866 -80.4227 -204.45 - 10 187.307 496 0 0 68.6365 -80.7327 -205.85 - 10 63.8553 1220 9 1 64.05 -87.2166 65.4996 - 10 85.2993 1221 9 1 64.2505 -87.1819 65.3431 - 10 31.8234 462 9 0 65.1014 -87.6031 64.15 - 10 71.6173 461 9 0 65.1581 -87.65 64.0783 - 10 59.3009 460 9 0 65.2804 -87.85 63.9612 - 10 72.1881 459 9 0 65.3762 -88.05 63.8914 - 10 3.74681 458 9 0 65.5352 -88.2501 63.7597 -Number of digits in this event = 41 +Number of tracker hits in this event = 20 + 10 124.983 599 8 1 -60.1764 124.74 35.55 + 10 108.844 1522 8 0 -60.1762 124.74 34.15 + 10 157.532 599 7 1 -60.167 124.743 5.55 + 10 145.764 1522 7 0 -60.1681 124.743 4.15 + 10 118.293 599 6 1 -60.1935 124.712 -24.45 + 10 132.091 1522 6 0 -60.1932 124.71 -25.85 + 10 131.401 599 5 1 -60.1937 124.675 -54.45 + 10 124.758 1522 5 0 -60.193 124.674 -55.85 + 10 161.765 599 4 1 -60.1785 124.648 -84.45 + 10 450.906 1522 4 0 -60.177 124.649 -85.85 + 10 111.454 599 3 1 -60.1341 124.662 -114.45 + 10 122.868 1522 3 0 -60.1299 124.664 -115.85 + 10 171.844 599 2 1 -60.0568 124.702 -144.45 + 10 174.528 1522 2 0 -60.0539 124.703 -145.85 + 10 109.104 600 1 1 -60.0092 124.718 -174.45 + 10 110.557 1522 1 0 -60.0055 124.719 -175.85 + 10 309.971 600 0 1 -59.9304 124.746 -204.45 + 10 372.31 1522 0 0 -59.9272 124.749 -205.85 + 10 87.7132 1521 0 0 -60.0656 124.55 -206.113 + 10 92.6779 1523 4 0 -59.9101 124.75 -86.1033 +Number of digits in this event = 15 Using G4ParticleGun ... -7.76 LIN +5.4329 LIN e- Event: 11 -Number of tracker hits in this event = 40 - 11 128.882 1184 7 1 56.8842 135.097 5.55 - 11 217.396 1574 7 0 56.8844 135.098 4.15 - 11 303.746 1184 6 1 56.8898 135.113 -24.45 - 11 129.253 1574 6 0 56.8923 135.114 -25.85 - 11 149.794 1184 5 1 56.9395 135.124 -54.45 - 11 172.815 1574 5 0 56.9406 135.125 -55.85 - 11 119.329 1184 4 1 56.9619 135.13 -84.45 - 11 107.101 1574 4 0 56.9628 135.13 -85.85 - 11 135.471 1184 3 1 56.9737 135.118 -114.45 - 11 105.381 1574 3 0 56.8765 135.021 -115.85 - 11 124.856 1173 2 1 54.7187 132.768 -144.45 - 11 103.453 1562 2 0 54.613 132.692 -145.85 - 11 35.7195 1162 1 1 52.6481 131.179 -174.45 - 11 103.1 1163 1 1 52.65 131.174 -174.498 - 11 151.747 1554 1 0 52.7103 131.006 -175.85 - 11 164.895 1170 0 1 54.1689 127.247 -204.45 - 11 267.166 1533 0 0 54.23 126.845 -205.85 - 11 61.0887 1532 0 0 54.2468 126.75 -206.184 - 11 108.688 1575 5 0 56.9192 135.15 -56.107 - 11 106.692 1363 0 1 92.75 129.705 -204.626 - 11 230.13 1543 8 1 128.899 -70.839 35.15 - 11 160.603 1544 8 1 128.95 -71.1198 35.4577 - 11 88.2986 1571 6 0 56.773 134.493 -25.85 - 11 48.3551 1570 6 0 56.7499 134.35 -26.1405 - 11 200.63 1202 5 1 60.5454 124.184 -54.4502 - 11 121.792 1523 5 0 60.5983 124.785 -55.85 - 11 191.93 1201 4 1 60.4281 123.56 -84.45 - 11 180.728 1202 4 1 60.45 123.6 -84.4835 - 11 113.92 1200 4 1 60.25 124.196 -84.7466 - 11 74.0044 1199 4 1 60.05 124.15 -84.7474 - 11 110.218 1198 4 1 59.85 124.053 -84.7052 - 11 66.0337 1197 4 1 59.65 123.816 -84.5273 - 11 157.703 1196 4 1 59.45 123.713 -84.483 - 11 439.498 1195 4 1 59.25 123.419 -84.4698 - 11 147.861 1524 4 0 60.8789 125.079 -85.8505 - 11 116.207 1525 4 0 60.9213 125.15 -85.9069 - 11 80.4809 1526 4 0 61.1704 125.35 -86.0068 - 11 141.9 1527 4 0 61.2288 125.55 -86.0554 - 11 157.295 1528 4 0 61.172 125.75 -86.0936 - 11 33.7202 1529 4 0 61.1803 125.95 -86.2225 -Number of digits in this event = 24 +Number of tracker hits in this event = 166 + 11 120.586 1279 10 1 75.9601 75.3749 95.55 + 11 189.525 1276 10 0 75.9616 75.3747 94.15 + 11 118.825 1279 9 1 75.9952 75.372 65.55 + 11 107.26 1276 9 0 75.9972 75.3712 64.15 + 11 133.599 1279 8 1 76.037 75.3544 35.55 + 11 127.859 1276 8 0 76.038 75.3547 34.15 + 11 100.119 1280 7 1 76.0597 75.3645 5.54904 + 11 370.827 1276 7 0 76.063 75.3658 4.15 + 11 498.678 1280 6 1 76.1368 75.3804 -24.45 + 11 394.615 1276 6 0 76.1457 75.3792 -25.85 + 11 113.082 1281 5 1 76.3323 75.3473 -54.45 + 11 132.716 1276 5 0 76.3423 75.3465 -55.85 + 11 98.9735 1282 4 1 76.5528 75.3312 -84.45 + 11 207.215 1276 4 0 76.564 75.3294 -85.85 + 11 120.874 1283 3 1 76.8014 75.2876 -114.45 + 11 115.022 1276 3 0 76.8119 75.2859 -115.85 + 11 350.367 1284 2 1 77.0219 75.2509 -144.45 + 11 135.025 1275 2 0 77.0322 75.2476 -145.85 + 11 248.548 1285 1 1 77.2377 75.1755 -174.45 + 11 185.721 1275 1 0 77.2504 75.1729 -175.85 + 11 144.154 1287 0 1 77.5125 75.121 -204.45 + 11 125.773 1275 0 0 77.5245 75.1178 -205.85 + 11 145.456 1264 0 0 76.0267 73.0483 -206.25 + 11 39.1525 1265 0 0 76.0919 73.0502 -206.098 + 11 33.2671 1288 0 1 77.7804 73.1223 -204.85 + 11 141.086 1289 0 1 77.85 73.1414 -204.794 + 11 90.8702 1290 0 1 78.05 73.3463 -204.547 + 11 384.061 1291 0 1 78.25 73.4902 -204.489 + 11 18.0154 1279 6 1 76.0499 75.4451 -24.8035 + 11 65.939 1242 5 1 68.5823 76.7853 -54.45 + 11 113.178 1243 5 1 68.65 76.9522 -54.6471 + 11 13.7251 1244 5 1 68.85 77.2099 -54.8153 + 11 68.2007 1291 5 0 69.8383 78.3001 -55.85 + 11 96.4454 1292 5 0 69.9545 78.45 -56.0176 + 11 60.0416 1281 6 1 76.25 75.5733 -24.7337 + 11 85.1712 1280 6 0 76.7533 76.1066 -25.85 + 11 69.5614 1281 6 0 76.8727 76.2501 -26.0913 + 11 132.748 1336 5 1 87.4429 99.0009 -54.4502 + 11 2.69143 1335 5 1 87.25 99.0337 -54.8384 + 11 153.201 1394 5 0 86.8022 99.0431 -55.85 + 11 140.719 1263 4 1 72.7602 102.882 -84.45 + 11 172.673 1264 4 1 72.85 102.787 -84.599 + 11 71.4894 1411 4 0 73.2054 102.445 -85.85 + 11 37.2208 1410 4 0 73.2528 102.349 -86.1503 + 11 14.4495 1289 3 1 77.9023 86.0411 -114.45 + 11 71.1258 1288 3 1 77.85 86.0527 -114.499 + 11 51.0882 1287 3 1 77.65 86.1641 -114.61 + 11 59.9266 1286 3 1 77.45 86.1987 -114.58 + 11 38.6471 1285 3 1 77.2499 86.2203 -114.488 + 11 81.6054 1265 4 1 73.05 102.836 -84.6601 + 11 99.1614 1266 4 1 73.2501 102.788 -84.6695 + 11 140.166 1267 4 1 73.45 102.604 -84.5617 + 11 108.681 1268 4 1 73.65 102.719 -84.739 + 11 202.191 1419 4 0 73.8324 104.043 -85.8501 + 11 52.4654 1276 1 0 76.1656 75.3148 -176.181 + 11 8.64178 1271 0 1 74.4389 73.7652 -204.45 + 11 116.389 1272 0 1 74.45 73.7517 -204.474 + 11 31.8404 1273 0 1 74.65 73.5708 -204.751 + 11 80.8215 1263 0 0 75.5768 72.85 -205.99 + 11 266.62 1279 7 1 76.0147 75.3295 5.55 + 11 39.5189 1275 6 1 75.2056 75.7494 -24.45 + 11 75.4454 1276 6 1 75.25 75.7641 -24.5969 + 11 107.551 1278 6 0 75.6463 75.8124 -25.85 + 11 223.034 1279 6 0 75.7586 75.85 -26.2216 + 11 4.22171 1316 5 1 83.4297 80.99 -54.45 + 11 76.5523 1317 5 1 83.4501 80.9832 -54.4668 + 11 79.134 1318 5 1 83.65 80.9187 -54.6347 + 11 17.7088 1319 5 1 83.85 80.855 -54.811 + 11 44.3538 1302 5 0 84.9565 80.4972 -55.8501 + 11 122.135 1301 5 0 85.0932 80.45 -55.98 + 11 66.7113 1467 4 1 113.624 69.894 -84.4501 + 11 69.1049 1468 4 1 113.75 69.7912 -84.6525 + 11 220.369 1246 4 0 114.657 69.2677 -85.85 + 11 173.783 1245 4 0 114.69 69.25 -85.8906 + 11 162.675 1576 3 1 135.471 53.2784 -114.45 + 11 122.224 1164 3 0 135.371 53.0323 -115.85 + 11 5.04624 1540 2 1 128.159 46.1346 -144.45 + 11 134.266 1539 2 1 128.15 46.1467 -144.473 + 11 2.79426 1538 2 1 127.95 46.3698 -144.843 + 11 30.6308 1135 2 0 127.132 47.2036 -145.85 + 11 96.4311 1136 2 0 127.084 47.25 -145.91 + 11 44.872 1137 2 0 126.863 47.4502 -146.149 + 11 107.485 1247 4 0 114.729 69.4501 -85.928 + 11 149.969 1026 1 1 25.317 53.4203 -174.45 + 11 100.437 1025 1 1 25.25 53.3537 -174.558 + 11 1.10071 1024 1 1 25.05 53.2165 -174.848 + 11 31.9913 1163 1 0 24.2733 52.7086 -175.85 + 11 103.713 1162 1 0 24.1996 52.6499 -175.948 + 11 92.468 1161 1 0 24.0511 52.45 -176.159 + 11 29.5666 1160 1 0 24.0383 52.25 -176.205 + 11 19.6385 144 1 0 -30.1529 -151.279 -176.25 + 11 112.25 143 1 0 -30.1882 -151.35 -176.221 + 11 151.454 142 1 0 -30.4022 -151.55 -176.121 + 11 5.98424 141 1 0 -30.6895 -151.75 -176.236 + 11 108.732 80 1 0 -27.5536 -164.059 -176.25 + 11 224.961 79 1 0 -27.4081 -164.15 -175.948 + 11 5.97509 773 1 1 -25.2634 -165.739 -174.85 + 11 47.4057 774 1 1 -25.25 -165.75 -174.844 + 11 64.904 66 1 0 -24.3541 -166.808 -175.85 + 11 93.0274 777 1 1 -24.5497 -170.822 -174.85 + 11 13.5469 46 1 0 -23.6363 -170.904 -175.85 + 11 2.36433 779 1 1 -24.0855 -168.087 -174.85 + 11 69.537 72 1 0 -24.2698 -165.614 -175.85 + 11 40.248 820 0 1 -16.05 -174.26 -204.725 + 11 8.07063 1027 1 1 25.4612 53.4695 -174.45 + 11 125.152 1166 1 0 24.8492 53.4267 -175.85 + 11 12.3852 1167 1 0 24.6762 53.45 -176.206 + 11 17.2439 959 0 1 11.8928 55.475 -204.45 + 11 166.845 958 0 1 11.85 55.4441 -204.494 + 11 184.863 957 0 1 11.65 55.2925 -204.704 + 11 118.804 1171 0 0 10.5097 54.409 -205.85 + 11 73.6609 1170 0 0 10.2998 54.25 -206.079 + 11 113.826 1274 6 0 76.2351 75.0431 -25.8502 + 11 108.034 1283 5 1 76.7895 75.4078 -54.45 + 11 111.297 1277 5 0 76.9015 75.4876 -55.85 + 11 167.296 1295 4 1 79.0616 77.0874 -84.45 + 11 223.988 1285 4 0 79.0804 77.2138 -85.85 + 11 8.82868 1286 4 0 79.089 77.25 -86.2173 + 11 199.879 1302 3 1 80.4911 82.0148 -114.45 + 11 129.814 1309 3 0 80.96 81.8986 -115.85 + 11 102.388 1354 2 1 91.0656 78.4231 -144.45 + 11 63.6907 1355 2 1 91.15 78.4396 -144.64 + 11 123.986 1292 2 0 91.6976 78.5354 -145.85 + 11 140.298 1420 1 1 104.174 79.5255 -174.45 + 11 7.42108 1297 1 0 104.78 79.4516 -175.85 + 11 134.435 1296 1 0 104.793 79.45 -175.878 + 11 69.2057 1478 0 1 115.889 77.9197 -204.45 + 11 38.0312 1479 0 1 115.95 77.8428 -204.699 + 11 313.459 1286 0 0 116.256 77.4205 -205.85 + 11 98.6278 1298 1 0 104.119 79.6891 -175.85 + 11 66.8353 1299 1 0 103.982 79.85 -176.017 + 11 58.5503 1300 1 0 103.918 80.05 -175.961 + 11 6.98344 1425 1 1 105.328 79.9542 -174.85 + 11 112.288 1426 1 1 105.35 79.9562 -174.832 + 11 108.447 1427 1 1 105.55 79.9185 -174.705 + 11 104.186 1428 1 1 105.75 80.0245 -174.605 + 11 165.027 1429 1 1 105.95 80.0436 -174.552 + 11 108.638 1306 2 1 81.3069 79.7401 -144.45 + 11 59.7278 1305 2 1 81.25 79.7097 -144.835 + 11 496.244 1297 2 0 81.1092 79.6456 -145.85 + 11 82.6076 1208 2 0 76.628 61.7337 -146.25 + 11 92.0788 1207 2 0 76.6287 61.65 -146.106 + 11 28.9328 1286 1 1 77.287 78.9693 -174.45 + 11 132.126 1294 1 0 76.5394 78.9055 -175.85 + 11 174.537 1210 0 1 62.1061 77.7253 -204.45 + 11 52.2277 1283 0 0 62.1622 76.7468 -205.85 + 11 101.781 1282 0 0 62.1645 76.65 -205.988 + 11 95.169 1304 2 1 81.0498 79.8633 -144.509 + 11 91.6696 1303 2 1 80.85 79.9535 -144.565 + 11 170.902 1302 2 1 80.65 80.0589 -144.67 + 11 241.264 1301 2 1 80.4499 80.1492 -144.803 + 11 97.5753 1303 2 0 79.0161 80.7514 -145.85 + 11 126.616 1304 2 0 78.6798 80.8501 -145.917 + 11 67.2904 1305 2 0 78.4226 81.05 -145.977 + 11 73.4968 1306 2 0 78.2737 81.25 -145.963 + 11 76.2113 1307 2 0 78.2126 81.4507 -145.996 + 11 70.618 1308 2 0 78.1688 81.65 -145.971 + 11 122.857 1309 2 0 78.1954 81.85 -146.045 + 11 513.959 1310 2 0 78.2349 82.05 -146.102 + 11 84.7238 1311 2 0 78.3929 82.25 -146.117 + 11 25.535 1275 6 0 76.2932 75.0775 -25.85 + 11 57.5739 1157 6 0 59.4329 51.5935 -26.25 + 11 84.5059 1156 6 0 59.3662 51.4498 -26.0872 + 11 46.051 1155 6 0 59.3209 51.2495 -25.9119 + 11 115.18 1195 6 1 59.1092 49.6538 -24.85 + 11 93.3632 1194 6 1 59.05 49.3356 -24.639 +Number of digits in this event = 59 Using G4ParticleGun ... -1.94045 LIN +3.97422 LIN e- Event: 12 -Number of tracker hits in this event = 37 - 12 113.677 1101 10 1 40.3207 91.8528 95.55 - 12 123.813 1358 10 0 40.3203 91.8564 94.15 - 12 115.635 1101 9 1 40.3302 91.9266 65.55 - 12 106.403 1358 9 0 40.328 91.9266 64.15 - 12 112.019 1101 8 1 40.2766 91.9201 35.55 - 12 113.187 1358 8 0 40.2736 91.9175 34.15 - 12 129.778 1100 7 1 40.2012 91.8374 5.55 - 12 145.078 1358 7 0 40.1982 91.8335 4.15 - 12 145.175 1100 6 1 40.1597 91.7481 -24.45 - 12 141.208 1357 6 0 40.1531 91.7484 -25.85 - 12 162.508 1099 5 1 40.0181 91.7557 -54.45 - 12 112.844 1358 5 0 40.0099 91.7578 -55.85 - 12 151.124 1098 4 1 39.8363 91.7891 -84.45 - 12 124.653 1358 4 0 39.825 91.7885 -85.85 - 12 179.682 1097 3 1 39.5673 91.7707 -114.45 - 12 217.988 1358 3 0 39.5492 91.7708 -115.85 - 12 120.443 1095 2 1 39.1702 91.761 -144.45 - 12 125.015 1358 2 0 39.1484 91.7633 -145.85 - 12 128.799 1093 1 1 38.714 91.8217 -174.45 - 12 100.145 1358 1 0 38.7004 91.8234 -175.85 - 12 123.045 1091 0 1 38.4228 91.8456 -204.45 - 12 182.711 1358 0 0 38.4101 91.848 -205.85 - 12 7.31144 1297 0 0 18.928 79.45 -205.989 - 12 179.039 1099 4 1 39.85 91.7995 -84.5024 - 12 229.586 1357 4 0 40.277 91.6291 -85.8502 - 12 200.599 1356 4 0 40.2777 91.55 -86.1034 - 12 330.143 1529 0 0 85.2622 125.95 -206.082 - 12 104.967 1329 0 1 85.9458 127.046 -204.85 - 12 95.544 1330 0 1 86.0502 127.273 -204.717 - 12 106.547 1331 0 1 86.25 127.503 -204.722 - 12 114.821 1545 0 0 85.9707 129.159 -205.85 - 12 94.4033 1546 0 0 85.8786 129.35 -206.056 - 12 79.3313 1547 0 0 85.7854 129.55 -206.161 - 12 133.168 1101 1 1 40.3841 91.6623 -174.45 - 12 54.2955 1100 1 1 40.25 91.4852 -174.729 - 12 83.0641 1353 1 0 39.9482 90.883 -175.85 - 12 63.1549 1352 1 0 39.8447 90.75 -176.102 -Number of digits in this event = 21 +Number of tracker hits in this event = 122 + 12 116.974 737 11 1 -32.5209 26.2337 125.55 + 12 276.177 1030 11 0 -32.5211 26.234 124.15 + 12 170.534 737 10 1 -32.5264 26.2352 95.55 + 12 154.413 1030 10 0 -32.5229 26.2296 94.15 + 12 144.747 737 9 1 -32.4619 26.1201 65.55 + 12 105.424 1030 9 0 -32.4565 26.116 64.15 + 12 136.085 738 8 1 -32.3414 26.0307 35.55 + 12 144.175 1029 8 0 -32.3385 26.024 34.15 + 12 254.797 738 7 1 -32.2719 25.8948 5.55 + 12 160.463 1029 7 0 -32.266 25.8754 4.15 + 12 117.843 739 6 1 -32.1452 25.4474 -24.45 + 12 348.696 1026 6 0 -32.1399 25.4216 -25.85 + 12 375.517 740 5 1 -32.0219 24.9009 -54.45 + 12 127.36 1024 5 0 -32.0057 24.8774 -55.85 + 12 113.346 741 4 1 -31.6633 24.329 -84.45 + 12 246.747 1021 4 0 -31.6516 24.3085 -85.85 + 12 123.875 743 3 1 -31.4146 23.9022 -114.45 + 12 123.252 1019 3 0 -31.406 23.8863 -115.85 + 12 230.16 743 2 1 -31.2647 23.5452 -144.45 + 12 131.578 1017 2 0 -31.2589 23.5186 -145.85 + 12 177.95 744 1 1 -31.1703 22.9607 -174.45 + 12 246.366 1014 1 0 -31.1757 22.936 -175.85 + 12 445.656 743 0 1 -31.3007 22.5341 -204.45 + 12 127.588 1012 0 0 -31.31 22.5154 -205.85 + 12 229.333 1013 0 0 -31.1703 22.7484 -205.85 + 12 190.182 1011 0 0 -31.3391 22.45 -205.852 + 12 100.608 744 2 1 -31.25 23.5263 -144.454 + 12 28.7055 1204 0 0 -73.1337 60.9896 -206.25 + 12 71.2626 1205 0 0 -73.1972 61.05 -206.234 + 12 77.4338 1206 0 0 -73.3998 61.25 -206.205 + 12 86.4638 1207 0 0 -73.3639 61.4501 -206.165 + 12 63.4914 1208 0 0 -73.2408 61.65 -206.104 + 12 118.155 1209 0 0 -73.193 61.8501 -206.003 + 12 53.8594 1210 0 0 -72.9747 62.05 -205.91 + 12 2.07264 541 0 1 -71.6557 62.9538 -204.85 + 12 107.724 542 0 1 -71.65 62.9575 -204.845 + 12 233.106 1215 0 0 -71.6141 63.0625 -205.85 + 12 89.5141 1214 0 0 -71.6226 63.0499 -205.883 + 12 12.9551 1188 2 1 57.65 -27.1851 -144.713 + 12 140.23 1189 2 1 57.85 -27.3221 -144.627 + 12 177.434 1190 2 1 58.0501 -27.3946 -144.455 + 12 326.86 741 2 1 -31.839 25.187 -144.45 + 12 286.084 1025 2 0 -31.8395 25.1772 -145.85 + 12 588.752 738 1 1 -32.2917 25.8538 -174.45 + 12 462.926 1029 1 0 -32.3057 25.8924 -175.85 + 12 131.685 738 0 1 -32.3519 26.5211 -204.45 + 12 212.203 1032 0 0 -32.3165 26.5266 -205.85 + 12 136.065 755 1 1 -28.9237 22.6854 -174.45 + 12 43.695 756 1 1 -28.85 22.6419 -174.817 + 12 112.809 1012 1 0 -28.6405 22.5123 -175.85 + 12 131.218 785 0 1 -22.9486 18.7437 -204.45 + 12 14.2176 992 0 0 -22.6678 18.4645 -205.85 + 12 89.6293 991 0 0 -22.6533 18.45 -205.923 + 12 28.6095 872 0 1 -5.6107 23.2064 -204.85 + 12 95.4927 736 10 1 -32.65 26.3574 95.4817 + 12 109.091 735 10 1 -32.85 26.5471 95.4663 + 12 178.874 734 10 1 -33.05 26.7872 95.481 + 12 199.268 733 10 1 -33.25 27.2336 95.5216 + 12 2.09557 1039 10 0 -32.3394 28.0471 94.15 + 12 157.867 1040 10 0 -32.3341 28.05 94.1434 + 12 55.3339 1041 10 0 -32.2532 28.2501 93.8338 + 12 105.727 1752 10 0 -63.1364 170.659 93.75 + 12 85.6238 1753 10 0 -63.1708 170.75 93.7885 + 12 123.737 577 10 1 -64.4635 169.86 95.1501 + 12 156.091 578 10 1 -64.45 169.856 95.2046 + 12 284.374 738 3 1 -32.2681 26.2624 -114.45 + 12 423.716 1031 3 0 -32.3376 26.2579 -115.85 + 12 129.096 730 2 1 -33.8671 26.1081 -144.45 + 12 283.886 1030 2 0 -33.949 26.0911 -145.85 + 12 100.979 721 1 1 -35.7276 25.5868 -174.45 + 12 207.101 1027 1 0 -35.7381 25.58 -175.85 + 12 239.205 720 0 1 -35.9896 25.5128 -204.45 + 12 133.369 1027 0 0 -35.9986 25.5214 -205.85 + 12 58.116 399 3 1 -100.15 -13.219 -114.758 + 12 150.986 738 2 1 -32.2763 26.2294 -144.45 + 12 342.456 737 0 1 -32.5748 25.7517 -204.45 + 12 395.263 1028 0 0 -32.585 25.7397 -205.85 + 12 174.476 741 0 1 -31.7337 25.7272 -204.45 + 12 186.794 1025 1 0 -32.4872 25.2365 -175.85 + 12 22.6006 1024 1 0 -32.5253 25.05 -176.183 + 12 24.2788 701 0 1 -39.8269 7.22636 -204.45 + 12 93.8953 700 0 1 -39.85 7.18611 -204.546 + 12 92.4227 931 0 0 -40.0858 6.44993 -205.85 + 12 31.4633 930 0 0 -40.1451 6.24995 -206.162 + 12 270.087 737 8 1 -32.4734 26.184 35.537 + 12 381.315 1030 8 0 -32.4711 26.1912 34.15 + 12 103.094 1034 7 0 -32.3208 26.968 4.15 + 12 124.05 743 6 1 -31.3931 26.5981 -24.45 + 12 135.373 1032 6 0 -31.3356 26.5556 -25.85 + 12 130.359 749 5 1 -30.2448 25.6418 -54.45 + 12 145.406 1027 5 0 -30.1542 25.5858 -55.85 + 12 129.572 757 4 1 -28.486 24.5018 -84.45 + 12 113.837 766 3 1 -26.7947 22.7368 -114.45 + 12 50.7451 1013 3 0 -26.6957 22.6582 -115.85 + 12 70.2964 1012 3 0 -26.6853 22.65 -115.999 + 12 127.867 777 2 1 -24.5791 20.9554 -144.45 + 12 118.557 1004 2 0 -24.4691 20.9118 -145.85 + 12 138.816 788 1 1 -22.407 20.2322 -174.45 + 12 133.148 1000 1 0 -22.3269 20.1628 -175.85 + 12 367.762 797 0 1 -20.6203 18.7865 -204.45 + 12 230.972 993 0 0 -20.5579 18.7782 -205.85 + 12 131.954 1184 2 1 56.85 46.9199 -144.703 + 12 123.427 995 0 0 -20.1116 19.1039 -205.85 + 12 93.5813 996 0 0 -19.9844 19.25 -205.891 + 12 40.8158 804 0 1 -19.221 19.5444 -204.85 + 12 164.458 737 7 1 -32.4542 26.2304 5.55 + 12 112.229 1030 7 0 -32.426 26.2036 4.15 + 12 95.8941 740 6 1 -31.9562 25.6335 -24.45 + 12 142.667 1027 6 0 -31.9503 25.5828 -25.85 + 12 150.768 1022 5 0 -32.0384 24.4993 -55.85 + 12 39.9427 726 4 1 -34.8242 23.0194 -84.45 + 12 146.875 725 4 1 -34.85 23.0143 -84.6261 + 12 141.749 1014 4 0 -35.0309 22.9804 -85.85 + 12 111.477 705 3 1 -38.9531 22.3102 -114.45 + 12 167.429 1011 3 0 -39.1533 22.3364 -115.85 + 12 97.1138 684 2 1 -43.1778 23.014 -144.45 + 12 120.01 1014 2 0 -43.2834 22.997 -145.85 + 12 180.844 673 1 1 -45.4038 22.8349 -174.45 + 12 151.645 1013 1 0 -45.4674 22.776 -175.85 + 12 172.189 666 0 1 -46.7508 21.388 -204.45 + 12 279.285 1005 0 0 -46.8456 21.1208 -205.851 + 12 5.7017 1004 0 0 -46.8725 21.0499 -206.225 +Number of digits in this event = 77 Using G4ParticleGun ... -4.88932 LIN +8.14886 LIN e- Event: 13 -Number of tracker hits in this event = 39 - 13 116.7 1202 10 1 60.5436 -97.1438 95.55 - 13 140.431 415 10 0 60.5432 -97.1422 94.15 - 13 328.577 1202 9 1 60.53 -97.1142 65.55 - 13 150.779 415 9 0 60.5283 -97.1133 64.15 - 13 114.996 1202 8 1 60.4884 -97.093 35.55 - 13 126.643 415 8 0 60.4897 -97.0902 34.15 - 13 133.043 1202 7 1 60.5142 -97.0307 5.55 - 13 122.333 415 7 0 60.5151 -97.0292 4.15 - 13 216.408 1202 6 1 60.5396 -96.9975 -24.45 - 13 150.908 415 6 0 60.5411 -96.9937 -25.85 - 13 145.048 1202 5 1 60.5704 -96.909 -54.45 - 13 165.551 416 5 0 60.5715 -96.9054 -55.85 - 13 129.114 1202 4 1 60.6003 -96.8346 -84.45 - 13 114.612 416 4 0 60.6023 -96.831 -85.85 - 13 150.371 1203 3 1 60.6506 -96.7595 -114.45 - 13 222.266 416 3 0 60.6541 -96.7576 -115.85 - 13 225.712 1203 2 1 60.7167 -96.7241 -144.45 - 13 247.773 417 2 0 60.7201 -96.7225 -145.85 - 13 223.862 1203 1 1 60.7916 -96.6859 -174.45 - 13 108.464 417 1 0 60.7936 -96.6837 -175.85 - 13 250.808 1203 0 1 60.823 -96.6396 -204.45 - 13 225.178 417 0 0 60.8244 -96.6387 -205.85 - 13 232.574 1202 3 1 60.6267 -96.757 -114.45 - 13 193.258 415 1 0 60.7357 -96.9918 -175.85 - 13 111.707 1202 0 1 60.5121 -97.6544 -204.45 - 13 141.151 412 0 0 60.5182 -97.632 -205.85 - 13 78.4472 376 4 0 49.1998 -104.854 -86.25 - 13 2.07885 910 4 1 2.25 -100.795 -84.6455 - 13 232.379 417 3 0 60.6455 -96.7446 -115.85 - 13 102.426 1204 2 1 60.9526 -96.343 -144.45 - 13 147.232 419 2 0 60.9506 -96.3322 -145.85 - 13 129.272 1204 1 1 60.9061 -96.193 -174.45 - 13 145.231 419 1 0 60.8418 -96.2036 -175.85 - 13 120.527 1198 0 1 59.761 -96.3802 -204.45 - 13 233.492 419 0 0 59.698 -96.3049 -205.85 - 13 91.7556 420 0 0 59.6922 -96.15 -206.011 - 13 52.371 421 0 0 59.6788 -95.95 -206.131 - 13 130.626 520 0 0 56.9403 -75.8645 -206.25 - 13 138.023 519 0 0 56.978 -76.05 -206.101 -Number of digits in this event = 31 +Number of tracker hits in this event = 54 + 13 125.492 1317 10 1 83.6028 -76.1397 95.55 + 13 133.999 519 10 0 83.6025 -76.141 94.15 + 13 256.499 1317 9 1 83.5941 -76.1909 65.55 + 13 100.077 519 9 0 83.5934 -76.1916 64.15 + 13 120.195 1317 8 1 83.5798 -76.213 35.55 + 13 114.377 519 8 0 83.5806 -76.2096 34.15 + 13 104.429 1317 7 1 83.5968 -76.1373 5.55 + 13 147.46 519 7 0 83.5957 -76.1331 4.15 + 13 108.435 1317 6 1 83.5662 -76.0502 -24.45 + 13 120.908 520 6 0 83.5666 -76.0446 -25.85 + 13 122.233 1317 5 1 83.5729 -75.9403 -54.45 + 13 105.765 520 5 0 83.5752 -75.9332 -55.85 + 13 130.817 1317 4 1 83.6263 -75.7902 -84.45 + 13 110.785 521 4 0 83.6312 -75.7819 -85.85 + 13 137.59 1318 3 1 83.733 -75.6091 -114.45 + 13 177.099 522 3 0 83.7419 -75.5995 -115.85 + 13 111.225 1319 2 1 83.9498 -75.3743 -144.45 + 13 126.504 523 2 0 83.9609 -75.361 -145.85 + 13 134.353 1320 1 1 84.1739 -75.0905 -174.45 + 13 113.816 524 1 0 84.1811 -75.0742 -175.85 + 13 134.084 1321 0 1 84.3241 -74.733 -204.45 + 13 135.714 526 0 0 84.3297 -74.721 -205.85 + 13 240.506 189 4 0 132.645 -142.176 -86.25 + 13 45.8727 1008 8 1 21.8416 -86.4721 35.15 + 13 121.826 1009 8 1 21.85 -86.4991 35.2769 + 13 394.901 1317 2 1 83.573 -76.118 -144.45 + 13 132.153 519 2 0 83.6738 -76.1176 -145.85 + 13 92.3976 1325 1 1 85.1473 -75.5058 -174.45 + 13 123.694 523 1 0 84.9837 -75.4298 -175.85 + 13 125.061 1304 0 1 80.8949 -73.775 -204.45 + 13 123.708 530 0 0 80.9292 -73.9499 -205.85 + 13 98.2959 520 2 0 83.5803 -76.0296 -145.85 + 13 121.053 1315 1 1 83.1653 -74.559 -174.45 + 13 125.295 528 1 0 83.2295 -74.4226 -175.85 + 13 96.1575 1322 0 1 84.626 -72.0568 -204.45 + 13 25.3656 1323 0 1 84.65 -72.004 -204.772 + 13 113.9 541 0 0 84.7302 -71.8447 -205.85 + 13 64.9586 524 2 0 83.2287 -75.1834 -145.85 + 13 58.3337 525 2 0 83.1674 -75.05 -146.049 + 13 2.1298 1281 1 1 76.2573 -54.93 -174.45 + 13 99.8087 1280 1 1 76.2499 -54.941 -174.459 + 13 160.352 1279 1 1 76.05 -55.2472 -174.625 + 13 51.0348 1278 1 1 75.85 -55.7966 -174.766 + 13 26.2513 613 1 0 76.0125 -57.361 -175.85 + 13 72.5739 612 1 0 76.0204 -57.45 -175.902 + 13 69.651 611 1 0 76.0981 -57.65 -175.925 + 13 34.3252 610 1 0 76.192 -57.85 -175.882 + 13 78.5745 1289 1 1 77.851 -60.04 -174.85 + 13 83.8679 1290 1 1 78.05 -60.2507 -174.786 + 13 77.545 1291 1 1 78.25 -60.4565 -174.816 + 13 89.5123 1292 1 1 78.45 -60.6019 -174.791 + 13 108.308 1293 1 1 78.65 -60.7112 -174.736 + 13 393.261 1294 1 1 78.8504 -60.8615 -174.616 + 13 209.652 1295 1 1 79.05 -60.9255 -174.506 +Number of digits in this event = 29 Using G4ParticleGun ... -3.30144 LIN +1.89169 LIN e- Event: 14 -Number of tracker hits in this event = 43 - 14 145.844 939 11 1 7.90366 15.2245 125.55 - 14 135.789 975 11 0 7.90406 15.2243 124.15 - 14 168.803 939 10 1 7.90275 15.2191 95.55 - 14 132.494 975 10 0 7.89965 15.216 94.15 - 14 200.332 938 9 1 7.84342 15.1613 65.55 - 14 185.997 975 9 0 7.84107 15.1603 64.15 - 14 173.739 938 8 1 7.77927 15.1455 35.55 - 14 126.025 975 8 0 7.77616 15.146 34.15 - 14 150.928 938 7 1 7.72122 15.1606 5.55 - 14 158.701 975 7 0 7.7201 15.1625 4.15 - 14 287.81 938 6 1 7.70244 15.199 -24.45 - 14 118.15 975 6 0 7.70063 15.2031 -25.85 - 14 109.125 938 5 1 7.67029 15.2678 -54.45 - 14 143.4 976 5 0 7.66889 15.2742 -55.85 - 14 390.405 937 4 1 7.64346 15.4182 -84.45 - 14 296.403 976 4 0 7.64564 15.4285 -85.85 - 14 300.665 938 3 1 7.69369 15.6376 -114.45 - 14 126.172 978 3 0 7.69831 15.6582 -115.85 - 14 249.568 938 2 1 7.78281 16.0653 -144.45 - 14 106.058 980 2 0 7.79476 16.0936 -145.85 - 14 124.324 939 1 1 8.02526 16.6444 -174.45 - 14 103.218 983 1 0 8.03909 16.6696 -175.85 - 14 197.899 941 0 1 8.29286 17.2012 -204.45 - 14 119.509 985 0 0 8.30737 17.2297 -205.85 - 14 387.515 942 0 1 8.45 17.242 -204.491 - 14 117.182 976 3 0 7.66361 15.4401 -115.85 - 14 219.832 975 2 0 7.70197 15.0953 -145.85 - 14 176.273 935 1 1 7.18682 14.4253 -174.45 - 14 103.75 971 1 0 7.07733 14.2831 -175.85 - 14 65.5355 970 1 0 7.05311 14.25 -176.167 - 14 219.814 925 0 1 5.13912 11.1473 -204.45 - 14 99.2934 954 0 0 5.05911 10.9848 -205.85 - 14 10.4075 930 4 1 6.15293 17.2926 -84.85 - 14 7.72635 877 1 0 91.0688 -4.65 -176.188 - 14 224.894 975 4 0 7.60422 15.2462 -85.85 - 14 118.326 934 3 1 6.89606 15.1403 -114.45 - 14 122.268 975 3 0 6.86159 15.1188 -115.85 - 14 212.063 930 2 1 6.07623 14.6284 -144.45 - 14 173.023 972 2 0 6.0324 14.5098 -145.85 - 14 120.428 926 1 1 5.41253 12.0726 -174.45 - 14 111.829 960 1 0 5.40666 12.0561 -175.85 - 14 109.177 958 0 0 5.19417 11.7214 -205.85 - 14 30.526 983 0 0 45.4606 16.8132 -205.85 -Number of digits in this event = 30 +Number of tracker hits in this event = 16 + 14 114.285 1350 8 1 90.1654 104.38 35.55 + 14 126.69 1421 8 0 90.1639 104.371 34.15 + 14 124.832 1350 5 1 90.166 104.078 -54.45 + 14 110.045 1419 5 0 90.168 104.074 -55.85 + 14 116.48 1350 4 1 90.2228 103.957 -84.45 + 14 127.581 1418 4 0 90.2262 103.949 -85.85 + 14 110.245 1350 3 1 90.3157 103.796 -114.45 + 14 108.666 1418 3 0 90.3217 103.789 -115.85 + 14 122.556 1351 2 1 90.3683 103.629 -144.45 + 14 139.953 1417 2 0 90.3724 103.625 -145.85 + 14 107.444 1351 1 1 90.4708 103.534 -174.45 + 14 139.837 1416 1 0 90.4632 103.518 -175.85 + 14 136.794 1350 0 1 90.304 103.113 -204.45 + 14 99.6395 1414 0 0 90.304 103.124 -205.85 + 14 42.626 1540 2 0 170.658 128.15 -146.11 + 14 58.116 1757 2 1 171.59 130.362 -144.85 +Number of digits in this event = 8 Using G4ParticleGun ... -4.39471 LIN +7.73923 LIN e- Event: 15 -Number of tracker hits in this event = 35 - 15 106.677 367 8 1 -106.599 89.6061 35.55 - 15 164.387 1347 8 0 -106.6 89.6054 34.15 - 15 131.801 367 7 1 -106.606 89.5918 5.55 - 15 120.755 1347 7 0 -106.6 89.5935 4.15 - 15 121.114 368 6 1 -106.436 89.5589 -24.45 - 15 122.993 1347 6 0 -106.425 89.5657 -25.85 - 15 99.906 369 5 1 -106.277 89.7707 -54.45 - 15 188.427 1348 5 0 -106.278 89.7685 -55.85 - 15 147.839 369 4 1 -106.249 89.8047 -84.45 - 15 135.93 1348 4 0 -106.242 89.7848 -85.85 - 15 118.654 370 3 1 -106.109 89.2521 -114.45 - 15 113.793 1345 3 0 -106.102 89.2179 -115.85 - 15 123.52 371 2 1 -105.917 88.4696 -144.45 - 15 38.3154 1342 2 0 -105.893 88.4514 -145.85 - 15 95.5223 1341 2 0 -105.891 88.45 -145.96 - 15 114.345 373 1 1 -105.379 88.1783 -174.45 - 15 116.792 1340 1 0 -105.338 88.1615 -175.85 - 15 129.397 378 0 1 -104.411 87.761 -204.45 - 15 105.083 1338 0 0 -104.368 87.7492 -205.85 - 15 204.207 1294 5 0 -157.496 78.9422 -56.25 - 15 232.199 370 2 1 -106.122 89.9825 -144.45 - 15 100.639 1349 2 0 -106.155 89.9896 -145.85 - 15 116.951 366 1 1 -106.827 90.1998 -174.45 - 15 127.922 1350 1 0 -106.809 90.1834 -175.85 - 15 0.219546 369 0 1 -106.35 89.6568 -204.45 - 15 362.478 368 0 1 -106.35 89.6572 -204.452 - 15 138.976 1349 0 0 -106.675 89.9597 -205.85 - 15 61.1903 369 2 1 -106.15 89.9609 -144.636 - 15 175.443 1348 2 0 -106.267 89.7868 -145.85 - 15 185.973 355 1 1 -109.023 84.975 -174.45 - 15 253.575 1323 1 0 -109.402 84.7317 -175.85 - 15 85.1667 305 0 1 -119.092 78.1875 -204.45 - 15 29.7739 304 0 1 -119.15 78.1732 -204.772 - 15 125.511 1290 0 0 -119.368 78.1796 -205.85 - 15 217.244 1345 0 0 -106.445 89.0952 -205.85 -Number of digits in this event = 23 +Number of tracker hits in this event = 51 + 15 163.056 1170 7 1 54.2242 -137.55 5.55 + 15 109.869 213 7 0 54.2248 -137.549 4.15 + 15 132.883 1170 6 1 54.2363 -137.534 -24.45 + 15 127.795 213 6 0 54.2357 -137.534 -25.85 + 15 104.39 1170 5 1 54.2203 -137.523 -54.45 + 15 130.777 213 5 0 54.221 -137.522 -55.85 + 15 120.884 1170 4 1 54.2367 -137.506 -84.45 + 15 157.206 213 4 0 54.2373 -137.504 -85.85 + 15 112.975 1171 3 1 54.2575 -137.447 -114.45 + 15 334.353 213 3 0 54.2583 -137.445 -115.85 + 15 119.22 1171 2 1 54.2767 -137.412 -144.45 + 15 140.195 213 2 0 54.286 -137.42 -145.85 + 15 97.3895 1172 1 1 54.4821 -137.582 -174.45 + 15 173.066 212 1 0 54.4925 -137.592 -175.85 + 15 312.259 1173 0 1 54.706 -137.811 -204.45 + 15 456.981 211 0 0 54.7174 -137.823 -205.85 + 15 127.724 1049 2 1 30.027 -87.9134 -144.85 + 15 135.699 1050 2 1 30.0501 -87.7574 -144.532 + 15 44.2661 1355 0 1 91.15 -102.571 -204.515 + 15 197.096 1354 0 1 91.15 -102.556 -204.494 + 15 123.162 213 1 0 54.4863 -137.55 -176.13 + 15 133.705 309 1 0 0.837585 -118.242 -176.25 + 15 78.9357 308 1 0 0.755849 -118.35 -176.223 + 15 8.51712 1183 0 1 56.8468 -128.084 -204.45 + 15 117.771 1184 0 1 56.85 -128.07 -204.476 + 15 129.079 262 0 0 57.4463 -127.649 -205.85 + 15 58.6437 244 0 0 74.7254 -131.292 -206.25 + 15 97.862 243 0 0 74.791 -131.35 -206.125 + 15 189.587 1273 0 1 74.6808 -131.296 -204.85 + 15 36.7445 1272 0 1 74.65 -131.219 -204.562 + 15 403.191 1170 3 1 54.1936 -137.521 -114.486 + 15 297.732 1170 2 1 54.2254 -137.567 -144.45 + 15 247.986 212 2 0 54.257 -137.616 -145.85 + 15 129.598 1174 1 1 54.8861 -138.695 -174.45 + 15 205.097 206 1 0 54.9102 -138.792 -175.85 + 15 110.967 1176 0 1 55.3848 -140.855 -204.45 + 15 118.58 195 0 0 55.3411 -140.965 -205.85 + 15 113.898 1170 1 1 54.1182 -137.849 -174.45 + 15 104.171 211 1 0 54.1298 -137.871 -175.85 + 15 160.047 1171 0 1 54.2653 -138.407 -204.45 + 15 130.813 208 0 0 54.2939 -138.414 -205.85 + 15 7.73873 110 3 1 -157.964 -32.6928 -114.45 + 15 303.45 111 3 1 -157.95 -32.6864 -114.467 + 15 41.229 112 3 1 -157.75 -32.6056 -114.718 + 15 2.9229 739 3 0 -156.836 -32.0571 -115.85 + 15 153.111 740 3 0 -156.825 -32.05 -115.863 + 15 150.198 731 3 0 -143.138 -33.7715 -116.25 + 15 35.0977 730 3 0 -142.916 -33.85 -115.954 + 15 330.425 189 3 1 -142.252 -32.0085 -114.85 + 15 74.6986 190 3 1 -142.15 -31.9557 -114.714 + 15 55.4448 188 3 1 -142.35 -32.5464 -114.489 +Number of digits in this event = 32 Using G4ParticleGun ... -1.0349 LIN +7.44793 LIN e- Event: 16 -Number of tracker hits in this event = 34 - 16 151.348 235 8 1 -133.105 -45.9449 35.55 - 16 116.102 670 8 0 -133.112 -45.9417 34.15 - 16 101.692 234 7 1 -133.209 -45.8938 5.55 - 16 134.788 670 7 0 -133.218 -45.8864 4.15 - 16 169.67 233 6 1 -133.387 -45.7753 -24.45 - 16 105.069 671 6 0 -133.39 -45.777 -25.85 - 16 218.827 233 5 1 -133.436 -45.8227 -54.45 - 16 155.932 671 5 0 -133.436 -45.8218 -55.85 - 16 130.993 233 4 1 -133.464 -45.837 -84.45 - 16 172.059 671 4 0 -133.46 -45.8348 -85.85 - 16 128.195 234 3 1 -133.339 -45.8071 -114.45 - 16 178.687 671 3 0 -133.34 -45.8106 -115.85 - 16 100.423 234 2 1 -133.337 -45.8987 -144.45 - 16 276.311 670 2 0 -133.342 -45.8986 -145.85 - 16 106 233 1 1 -133.444 -45.8858 -174.45 - 16 120.667 670 1 0 -133.452 -45.8841 -175.85 - 16 113.172 232 0 1 -133.586 -45.8513 -204.45 - 16 111.482 671 0 0 -133.597 -45.843 -205.85 - 16 126.146 671 2 0 -133.306 -45.85 -145.919 - 16 71.3168 235 0 1 -133.019 -45.7028 -204.45 - 16 54.169 236 0 1 -132.95 -45.673 -204.658 - 16 86.076 672 0 0 -132.546 -45.4847 -205.85 - 16 62.0147 673 0 0 -132.449 -45.45 -206.115 - 16 63.1197 566 0 0 -119.663 -66.6697 -206.25 - 16 84.3427 565 0 0 -119.613 -66.8502 -206.142 - 16 164.413 564 0 0 -119.572 -67.0503 -206.023 - 16 27.4055 563 0 0 -119.527 -67.25 -205.904 - 16 267.102 305 0 1 -119.116 -68.9522 -204.85 - 16 72.3829 574 1 0 -100.221 -65.0876 -176.25 - 16 69.1521 575 1 0 -100.048 -65.05 -176.036 - 16 14.3674 403 1 1 -99.3755 -64.5799 -174.85 - 16 140.098 404 1 1 -99.35 -64.5594 -174.802 - 16 274.61 234 5 1 -133.35 -45.5461 -54.5342 - 16 19.6197 235 5 1 -133.15 -45.3276 -54.5961 -Number of digits in this event = 18 +Number of tracker hits in this event = 115 + 16 469.803 662 11 1 -47.6027 56.0762 125.55 + 16 97.1943 1180 11 0 -47.6029 56.0766 124.15 + 16 104.416 662 10 1 -47.6032 56.0838 95.55 + 16 101.417 1180 10 0 -47.6045 56.0858 94.15 + 16 168.034 662 9 1 -47.6355 56.1268 65.55 + 16 118 1180 9 0 -47.6376 56.1286 64.15 + 16 165.603 661 8 1 -47.6793 56.1647 35.55 + 16 216.641 1180 8 0 -47.6818 56.165 34.15 + 16 139.524 661 7 1 -47.7333 56.1734 5.55 + 16 98.7342 1180 7 0 -47.7356 56.1755 4.15 + 16 679.662 661 6 1 -47.7943 56.2128 -24.45 + 16 481.064 1180 6 0 -47.8013 56.2212 -25.85 + 16 442.763 660 5 1 -47.9523 56.3823 -54.45 + 16 117.225 1181 5 0 -47.9601 56.3908 -55.85 + 16 116.335 659 4 1 -48.1163 56.5525 -84.45 + 16 150.053 1182 4 0 -48.1234 56.5604 -85.85 + 16 104.959 659 3 1 -48.1811 56.6954 -114.45 + 16 126.862 1183 3 0 -48.1836 56.7018 -115.85 + 16 107.244 659 2 1 -48.2297 56.7617 -144.45 + 16 236.28 1183 2 0 -48.2176 56.7853 -145.85 + 16 147.224 659 1 1 -48.0979 56.9767 -174.45 + 16 119.984 1184 1 0 -48.0792 56.988 -175.85 + 16 315.433 661 0 1 -47.6812 57.2326 -204.45 + 16 164.578 660 0 1 -47.85 57.1581 -204.734 + 16 331.881 1184 0 0 -48.5959 56.9304 -205.85 + 16 41.3379 1183 0 0 -48.7662 56.8498 -206.134 + 16 11.1886 660 2 1 -47.9535 5.30865 -144.85 + 16 379.63 657 0 1 -48.5337 57.0581 -204.45 + 16 93.6925 656 0 1 -48.65 57.1672 -204.662 + 16 306.869 1186 0 0 -49.2893 57.4056 -205.85 + 16 225.014 1187 0 0 -49.3185 57.45 -205.913 + 16 4.9604 1188 0 0 -49.226 57.65 -205.961 + 16 88.2541 1185 0 0 -48.5953 57.2373 -205.85 + 16 312.793 658 0 1 -48.2798 57.414 -204.45 + 16 28.6095 1296 0 0 -79.6879 79.25 -206.197 + 16 105.355 1146 0 0 -39.7348 49.3167 -206.25 + 16 178.34 659 0 1 -48.25 57.4031 -204.735 + 16 12.9217 1188 2 0 54.2422 57.8099 -146.25 + 16 59.483 1232 2 1 66.45 56.0113 -144.517 + 16 24.3751 662 6 1 -47.65 56.2989 -24.7642 + 16 69.2694 866 1 1 -6.65 63.6955 -174.641 + 16 121.237 661 5 1 -47.8224 56.1623 -54.45 + 16 241.635 1180 5 0 -47.8241 56.1611 -55.85 + 16 233.864 660 4 1 -47.8507 56.1397 -84.45 + 16 231.437 1180 4 0 -47.8513 56.1381 -85.85 + 16 100.312 660 3 1 -47.8586 56.1172 -114.45 + 16 233.57 1180 3 0 -47.8571 56.1141 -115.85 + 16 162.39 661 2 1 -47.8349 56.0412 -144.45 + 16 125.183 1179 2 0 -47.836 56.0414 -145.85 + 16 158.362 660 1 1 -47.8644 56.0478 -174.45 + 16 194.655 1179 1 0 -47.8622 56.0476 -175.85 + 16 431.398 1179 0 0 -47.7926 56.0403 -205.85 + 16 88.5881 662 2 1 -47.65 56.1079 -144.498 + 16 44.0831 663 2 1 -47.45 56.2611 -144.732 + 16 186.533 1185 2 0 -46.3699 57.0764 -145.85 + 16 36.0916 1186 2 0 -46.1681 57.25 -146.135 + 16 112.698 757 1 1 -28.5475 70.5254 -174.451 + 16 108.14 1252 1 0 -28.4209 70.5434 -175.85 + 16 77.3137 1124 1 0 -12.149 44.9467 -176.25 + 16 51.4874 1123 1 0 -12.0371 44.85 -175.986 + 16 405.288 846 1 1 -10.7644 43.9758 -174.85 + 16 213.431 845 1 1 -10.85 43.1921 -174.705 + 16 167.039 1112 1 0 -11.7215 42.4827 -175.85 + 16 117.91 1111 1 0 -11.7749 42.45 -176.014 + 16 125.889 1181 6 0 -47.7787 56.25 -25.8727 + 16 127.023 657 3 1 -48.4752 56.4164 -114.45 + 16 114.473 1181 3 0 -48.4756 56.417 -115.85 + 16 111.647 658 2 1 -48.3324 56.4311 -144.45 + 16 185.463 1181 2 0 -48.3268 56.3869 -145.85 + 16 217.168 658 1 1 -48.2702 55.5007 -174.45 + 16 125.128 1176 1 0 -48.286 55.4203 -175.85 + 16 120.983 655 0 1 -48.8931 53.6875 -204.45 + 16 201.136 1167 0 0 -48.923 53.6352 -205.85 + 16 126.159 1168 0 0 -48.1874 53.6937 -205.85 + 16 125.805 1178 1 0 -47.7939 55.8271 -175.85 + 16 432.533 1180 1 0 -62.4381 56.0895 -176.25 + 16 77.7556 1181 1 0 -62.5457 56.25 -175.955 + 16 182.955 1182 1 0 -62.428 56.4501 -175.874 + 16 303.658 1183 1 0 -62.3985 56.65 -176.222 + 16 40.2664 1182 2 0 -48.3249 56.45 -145.884 + 16 145.076 657 2 1 -48.4819 58.0875 -144.85 + 16 239.543 656 1 1 -48.841 56.1018 -174.45 + 16 213.174 1174 0 0 -47.9884 55.0342 -205.85 + 16 162.081 654 0 1 -49.1901 55.9932 -204.45 + 16 20.1875 1180 0 0 -49.2155 56.0501 -206.132 + 16 129.713 1179 11 0 -47.3397 55.8798 124.15 + 16 118.128 1181 11 0 -47.69 56.3757 124.15 + 16 15.1196 1182 11 0 -47.7029 56.45 123.806 + 16 98.8568 660 10 1 -47.909 62.3109 95.55 + 16 120.727 1212 10 0 -47.8968 62.5596 94.15 + 16 113.91 663 9 1 -47.4213 68.6719 65.5499 + 16 116.641 1244 9 0 -47.4711 68.9569 64.1499 + 16 173.349 654 8 1 -49.0964 73.3132 35.55 + 16 123.746 1265 8 0 -48.9441 73.209 34.15 + 16 58.9659 666 7 1 -46.7013 70.2225 5.54949 + 16 54.6912 667 7 1 -46.65 70.1966 5.33546 + 16 97.2036 1250 7 0 -46.4059 70.0856 4.15 + 16 41.8401 1249 7 0 -46.3387 70.05 3.81412 + 16 122.658 696 6 1 -40.8122 66.3655 -24.4502 + 16 164.418 1230 6 0 -40.6946 66.1341 -25.85 + 16 128.251 708 5 1 -38.4071 60.3388 -54.45 + 16 42.1305 709 5 1 -38.2499 60.2263 -54.7264 + 16 27.6341 1198 5 0 -37.6772 59.699 -55.85 + 16 135.493 1197 5 0 -37.6251 59.65 -55.9465 + 16 13.5779 786 4 1 -22.8123 45.6816 -84.45 + 16 107.661 785 4 1 -22.85 45.6814 -84.5031 + 16 228.262 1129 4 0 -23.1055 45.9754 -85.8503 + 16 29.1319 1130 4 0 -23.1393 46.05 -86.159 + 16 92.9204 784 3 1 -23.1951 58.0397 -114.451 + 16 44.4091 785 3 1 -23.05 58.1902 -114.743 + 16 137.394 1193 3 0 -22.4282 58.7075 -115.85 + 16 26.1348 1194 3 0 -22.25 58.8502 -116.143 + 16 183.053 850 2 1 -10.0229 78.6979 -144.45 + 16 123.856 1294 2 0 -10.036 78.9957 -145.85 + 16 6.35798 525 1 0 96.0434 -74.85 -176.14 +Number of digits in this event = 65 Using G4ParticleGun ... -2.64007 LIN +4.65601 LIN e- Event: 17 -Number of tracker hits in this event = 24 - 17 213.025 1133 8 1 46.7544 -132.531 35.55 - 17 107.402 238 8 0 46.7546 -132.529 34.15 - 17 117.52 1133 7 1 46.7588 -132.489 5.55 - 17 106.651 238 7 0 46.7585 -132.485 4.15 - 17 368.281 1133 6 1 46.75 -132.404 -24.45 - 17 119.263 238 6 0 46.7462 -132.4 -25.85 - 17 137.848 1133 5 1 46.6855 -132.305 -54.45 - 17 158.098 239 5 0 46.684 -132.299 -55.85 - 17 135.507 1133 4 1 46.6592 -132.193 -84.45 - 17 91.2503 239 4 0 46.6581 -132.192 -85.85 - 17 132.75 1132 3 1 46.6441 -132.177 -114.45 - 17 154.329 239 3 0 46.6416 -132.176 -115.85 - 17 103.3 1132 2 1 46.5875 -132.133 -144.45 - 17 92.3627 240 2 0 46.586 -132.136 -145.85 - 17 119.89 1132 1 1 46.5469 -132.163 -174.45 - 17 108.16 239 1 0 46.536 -132.167 -175.85 - 17 121.117 1131 0 1 46.3094 -132.222 -204.45 - 17 148.621 239 0 0 46.3019 -132.223 -205.85 - 17 108.617 1167 13 0 13.8873 53.5721 183.75 - 17 102.508 1134 8 1 46.85 -132.578 35.4268 - 17 111.933 1135 8 1 47.0502 -132.553 35.2498 - 17 242.068 241 8 0 47.6674 -131.809 34.1494 - 17 41.3832 247 8 0 19.9639 -130.7 33.75 - 17 227.477 246 8 0 20.0205 -130.75 33.787 -Number of digits in this event = 14 +Number of tracker hits in this event = 89 + 17 157.097 354 9 1 -109.321 50.7337 65.55 + 17 127.94 1153 9 0 -109.32 50.7335 64.15 + 17 109.845 354 8 1 -109.308 50.7292 35.55 + 17 108.904 1153 8 0 -109.306 50.7274 34.15 + 17 100.906 354 7 1 -109.278 50.6894 5.55 + 17 112.579 1153 7 0 -109.278 50.6848 4.15 + 17 148.096 354 6 1 -109.285 50.5846 -24.45 + 17 142.153 1152 6 0 -109.287 50.5758 -25.85 + 17 299.598 354 5 1 -109.332 50.4036 -54.45 + 17 125.718 1151 5 0 -109.336 50.3942 -55.85 + 17 229.509 353 4 1 -109.378 50.1828 -84.45 + 17 134.723 1150 4 0 -109.377 50.1723 -85.85 + 17 395.47 354 3 1 -109.323 49.9677 -114.45 + 17 104.408 1149 3 0 -109.317 49.9458 -115.85 + 17 495.179 354 2 1 -109.158 49.4458 -144.45 + 17 128.382 1146 2 0 -109.152 49.4108 -145.85 + 17 490.131 355 1 1 -109.042 48.6941 -174.45 + 17 128.719 1143 1 0 -109.044 48.663 -175.85 + 17 244.351 355 0 1 -109.066 48.0433 -204.45 + 17 141.258 1139 0 0 -109.062 48.0157 -205.85 + 17 8.79152 773 3 1 -25.3541 55.374 -114.85 + 17 201.803 1362 12 1 92.556 178.771 155.15 + 17 82.7888 1361 12 1 92.55 178.82 155.465 + 17 36.3971 1363 12 1 92.75 178.406 155.221 + 17 194.108 1147 2 0 -109.586 49.5845 -145.85 + 17 22.7022 1148 2 0 -109.615 49.65 -146.164 + 17 33.7836 341 1 1 -111.917 54.6292 -174.45 + 17 109.107 340 1 1 -111.95 54.6736 -174.562 + 17 211.688 1176 1 0 -112.294 55.2855 -175.85 + 17 27.2502 1177 1 0 -112.362 55.4505 -176.148 + 17 143.152 228 3 1 -134.35 40.6335 -114.477 + 17 595.381 354 4 1 -109.299 50.39 -84.45 + 17 111.152 1151 4 0 -109.309 50.401 -85.85 + 17 154.332 352 3 1 -109.649 50.545 -114.45 + 17 316.508 1152 3 0 -109.65 50.4962 -115.85 + 17 256.016 352 2 1 -109.612 49.6021 -144.45 + 17 136.957 349 1 1 -110.238 49.2617 -174.45 + 17 108.156 1146 1 0 -110.25 49.282 -175.85 + 17 116.668 348 0 1 -110.423 49.5615 -204.45 + 17 311.866 1148 0 0 -110.413 49.6835 -205.85 + 17 122.613 1149 2 0 -109.98 49.9514 -145.85 + 17 59.7646 305 1 1 -119.085 55.0494 -174.45 + 17 85.8267 304 1 1 -119.15 55.0741 -174.583 + 17 70.1787 243 0 1 -131.379 60.7084 -204.45 + 17 73.0218 242 0 1 -131.55 60.7387 -204.621 + 17 40.7173 1205 0 0 -132.609 61.1986 -205.85 + 17 128.621 1206 0 0 -132.711 61.25 -205.96 + 17 94.3102 1153 4 0 -109.29 50.6923 -85.8505 + 17 19.1324 1441 4 0 -101.349 108.483 -86.25 + 17 96.8431 1442 4 0 -101.339 108.55 -86.2105 + 17 503.993 1443 4 0 -101.299 108.75 -86.0674 + 17 26.3724 1444 4 0 -101.257 108.95 -85.9173 + 17 29.1581 395 4 1 -100.961 110.137 -84.8494 + 17 186.447 396 4 1 -100.95 110.179 -84.8119 + 17 135.597 1505 5 0 -79.8519 121.25 -56.25 + 17 115.808 501 5 1 -79.7064 121.021 -54.85 + 17 128.487 1149 4 0 -109.09 50.05 -85.8623 + 17 86.9827 363 3 1 -107.381 43.2197 -114.45 + 17 31.5211 362 3 1 -107.55 43.2705 -114.745 + 17 66.423 1117 3 0 -108.182 43.5687 -115.85 + 17 114.399 1118 3 0 -108.332 43.65 -116.068 + 17 237.265 1152 4 0 -109.255 50.5541 -85.85 + 17 97.54 356 2 1 -108.89 50.2814 -144.45 + 17 752.643 1151 2 0 -108.875 50.3711 -145.85 + 17 305.502 357 1 1 -108.612 52.0876 -174.45 + 17 101.011 1160 1 0 -108.616 52.1866 -175.85 + 17 48.2631 357 0 1 -108.56 54.2531 -204.45 + 17 204.632 358 0 1 -108.55 54.2602 -204.603 + 17 129.932 1171 0 0 -108.474 54.3041 -205.85 + 17 74.6512 1173 0 0 -107.968 54.7848 -205.85 + 17 75.3113 1174 0 0 -107.874 54.85 -206.047 + 17 114.892 355 2 1 -109.083 50.2745 -144.45 + 17 139.178 1149 1 0 -108.603 50.028 -175.85 + 17 115.351 359 0 1 -108.316 49.7859 -204.45 + 17 113.44 353 1 1 -109.366 50.3166 -174.45 + 17 239.127 1151 1 0 -109.398 50.2983 -175.85 + 17 106.548 350 0 1 -109.987 49.9043 -204.45 + 17 110.486 1149 0 0 -110.005 49.8736 -205.85 + 17 150.057 1150 2 0 -109.626 50.25 -146.2 + 17 5.24581 1192 2 0 -156.259 58.4545 -146.25 + 17 83.3726 1191 2 0 -156.264 58.45 -146.244 + 17 94.9342 1151 0 0 -109.054 50.2602 -205.85 + 17 42.477 1362 1 0 -106.845 92.6082 -176.25 + 17 3.22619 1363 1 0 -106.821 92.75 -176.247 + 17 55.9088 1244 8 0 -118.361 68.9764 33.75 + 17 71.8999 1245 8 0 -118.397 69.05 33.8246 + 17 108.528 1246 8 0 -118.44 69.25 33.9281 + 17 181.577 1247 8 0 -118.256 69.45 34.0557 + 17 177.922 1248 8 0 -118.083 69.65 34.0169 +Number of digits in this event = 44 Using G4ParticleGun ... -6.22521 LIN +8.92259 LIN e- Event: 18 -Number of tracker hits in this event = 66 - 18 168.521 1252 11 1 70.6297 -13.336 125.55 - 18 110.002 833 11 0 70.6312 -13.3352 124.15 - 18 121.903 1253 10 1 70.6583 -13.3291 95.55 - 18 110.614 833 10 0 70.66 -13.3311 94.15 - 18 110.025 1253 9 1 70.6918 -13.3737 65.55 - 18 188.842 833 9 0 70.6937 -13.3765 64.15 - 18 142.926 1253 8 1 70.7341 -13.4312 35.55 - 18 117.301 833 8 0 70.7354 -13.4331 34.15 - 18 124.081 1253 7 1 70.7584 -13.4651 5.55 - 18 106.253 832 7 0 70.7586 -13.4651 4.15 - 18 148.902 1253 6 1 70.7628 -13.4687 -24.45 - 18 133.703 832 6 0 70.7634 -13.4686 -25.85 - 18 166.037 1253 5 1 70.7764 -13.4633 -54.45 - 18 97.988 832 5 0 70.7775 -13.4647 -55.85 - 18 416.341 1253 4 1 70.8 -13.4914 -84.45 - 18 269.977 832 4 0 70.8019 -13.4913 -85.85 - 18 181.319 1253 3 1 70.8373 -13.494 -114.45 - 18 434.278 832 3 0 70.8409 -13.4943 -115.85 - 18 225.912 1254 2 1 70.9172 -13.5033 -144.45 - 18 430.444 832 2 0 70.9215 -13.5048 -145.85 - 18 991.613 1254 1 1 71.0067 -13.5262 -174.45 - 18 282.284 832 1 0 71.0044 -13.5232 -175.85 - 18 309.983 1254 0 1 70.9577 -13.4666 -204.45 - 18 361.67 832 0 0 70.9547 -13.4644 -205.85 - 18 152.39 970 0 1 14.1946 -66.1179 -204.45 - 18 185.337 971 0 1 14.25 -66.2865 -204.562 - 18 97.5109 1255 2 1 71.0797 -13.604 -144.45 - 18 123.344 831 1 0 70.9008 -13.7161 -175.85 - 18 124.036 1245 0 1 69.1814 -13.6584 -204.45 - 18 176.183 972 8 0 -97.4085 14.4742 33.75 - 18 190.181 973 8 0 -97.8088 14.6501 33.9836 - 18 278.975 1253 1 1 70.85 -13.9347 -174.618 - 18 149.095 857 1 1 -8.56681 16.4099 -174.45 - 18 541.275 686 3 0 64.1361 -42.7528 -116.25 - 18 24.4756 685 3 0 64.0578 -42.8501 -116.085 - 18 152.092 1252 4 1 70.65 -13.7154 -84.6812 - 18 64.3385 1251 4 1 70.45 -13.5916 -84.7571 - 18 81.6745 1250 4 1 70.2495 -13.5227 -84.7283 - 18 74.0933 834 4 0 69.3857 -13.1016 -85.85 - 18 109.995 835 4 0 69.1669 -13.0499 -85.9398 - 18 11.1362 1220 4 1 64.1168 -9.15144 -84.85 - 18 85.3513 860 4 0 62.1204 -7.87649 -85.85 - 18 132.299 861 4 0 62.0688 -7.85 -85.8916 - 18 160.132 650 5 0 60.0037 -49.85 -56.2332 - 18 122.759 1247 3 1 69.6283 -13.0732 -114.45 - 18 209.504 835 3 0 69.6524 -13.021 -115.85 - 18 240.694 1250 2 1 70.1687 -11.7894 -144.45 - 18 126.975 841 2 0 70.315 -11.8128 -145.85 - 18 119.424 1267 1 1 73.5287 -12.1662 -174.45 - 18 141.006 839 1 0 73.5567 -12.2298 -175.85 - 18 124.923 1269 0 1 73.9581 -13.1564 -204.45 - 18 110.948 834 0 0 73.9147 -13.0816 -205.85 - 18 66.8069 836 2 0 70.1451 -12.7142 -145.85 - 18 90.8449 835 2 0 70.1437 -12.85 -146.032 - 18 1.48214 834 2 0 70.1861 -13.0501 -146.246 - 18 85.1382 1278 1 1 75.7572 -45.4857 -174.45 - 18 121.995 1277 1 1 75.65 -45.361 -174.686 - 18 34.5267 1276 1 1 75.4492 -45.2856 -174.805 - 18 98.5785 675 1 0 72.6039 -44.9562 -175.85 - 18 79.5292 676 1 0 72.3061 -44.85 -175.931 - 18 59.483 1274 1 1 75.05 -44.1867 -174.758 - 18 124.99 618 6 1 -56.25 57.6678 -24.8333 - 18 80.4659 1252 10 1 70.6412 -13.3084 95.55 - 18 78.4416 1251 10 1 70.45 -13.128 95.464 - 18 195.233 1250 10 1 70.25 -13.1189 95.5231 - 18 125.482 1249 10 1 70.05 -13.2659 95.43 -Number of digits in this event = 44 +Number of tracker hits in this event = 43 + 18 120.786 656 8 1 -48.772 -129.262 35.55 + 18 108.664 254 8 0 -48.7723 -129.262 34.15 + 18 127.64 656 7 1 -48.7793 -129.251 5.55 + 18 108.521 254 7 0 -48.7792 -129.25 4.15 + 18 181.74 656 6 1 -48.7759 -129.233 -24.45 + 18 129.162 254 6 0 -48.7765 -129.231 -25.85 + 18 111.967 656 5 1 -48.7875 -129.197 -54.45 + 18 132.522 254 5 0 -48.7887 -129.197 -55.85 + 18 116.755 656 4 1 -48.8109 -129.183 -84.45 + 18 101.74 254 4 0 -48.8127 -129.182 -85.85 + 18 178.761 655 3 1 -48.8524 -129.162 -114.45 + 18 126.23 254 3 0 -48.8553 -129.163 -115.85 + 18 123.396 655 2 1 -48.912 -129.173 -144.45 + 18 241.714 254 2 0 -48.914 -129.173 -145.85 + 18 102.417 655 1 1 -48.9439 -129.182 -174.45 + 18 126.45 254 1 0 -48.9444 -129.182 -175.85 + 18 127.407 655 0 1 -48.9582 -129.183 -204.45 + 18 124.173 254 0 0 -48.961 -129.178 -205.85 + 18 21.9815 397 0 0 57.4097 -100.662 -206.25 + 18 151.352 593 0 0 71.8707 -61.3339 -206.25 + 18 26.1809 625 2 1 -54.8828 -88.9685 -144.85 + 18 74.738 626 2 1 -54.85 -88.9547 -144.801 + 18 28.9343 172 2 0 7.96735 -145.649 -146.25 + 18 362.199 255 3 0 -48.8744 -129.15 -116.225 + 18 117.093 656 3 1 -48.7723 -129.231 -114.45 + 18 50.8386 258 3 0 -48.3735 -128.458 -115.85 + 18 82.5772 259 3 0 -48.2949 -128.35 -116.053 + 18 60.0351 749 2 1 -30.2476 -118.731 -144.45 + 18 49.0457 750 2 1 -29.9842 -119.038 -144.45 + 18 98.568 751 2 1 -29.85 -119.136 -144.54 + 18 76.3246 752 2 1 -29.65 -119.274 -144.672 + 18 33.3714 753 2 1 -29.45 -119.409 -144.795 + 18 77.2772 300 2 0 -27.6483 -120.057 -145.85 + 18 215.358 299 2 0 -27.4428 -120.15 -145.918 + 18 19.8365 773 2 1 -25.3062 -121.455 -144.85 + 18 68.2129 774 2 1 -25.25 -121.496 -144.817 + 18 96.6267 775 2 1 -25.05 -121.613 -144.675 + 18 24.7505 776 2 1 -24.85 -121.768 -144.494 + 18 70.6489 777 2 1 -24.6078 -121.832 -144.45 + 18 94.527 778 2 1 -24.45 -121.898 -144.52 + 18 328.243 779 2 1 -24.25 -121.817 -144.617 + 18 3.19079 780 2 1 -24.05 -121.885 -144.587 + 18 161.762 769 2 1 -26.1961 -121.026 -144.85 +Number of digits in this event = 19 Using G4ParticleGun ... -4.79332 LIN +6.76279 LIN e- Event: 19 -Number of tracker hits in this event = 44 - 19 117.952 1526 9 1 125.464 30.7872 65.55 - 19 156.34 1053 9 0 125.463 30.7882 64.15 - 19 106.983 1526 8 1 125.443 30.814 35.55 - 19 110.726 1053 8 0 125.441 30.8158 34.15 - 19 123.026 1526 7 1 125.406 30.8569 5.55 - 19 104.237 1054 7 0 125.403 30.8572 4.15 - 19 131.103 1526 6 1 125.354 30.8743 -24.45 - 19 105.285 1054 6 0 125.354 30.8726 -25.85 - 19 149.794 1525 5 1 125.34 30.8312 -54.45 - 19 161.657 1053 5 0 125.341 30.8294 -55.85 - 19 105.17 1526 4 1 125.362 30.8022 -84.45 - 19 221.545 1053 4 0 125.361 30.8026 -85.85 - 19 117.366 1525 3 1 125.349 30.8039 -114.45 - 19 245.333 1053 3 0 125.347 30.8057 -115.85 - 19 334.47 1525 2 1 125.303 30.8481 -144.45 - 19 112.65 1054 2 0 125.301 30.8511 -145.85 - 19 100.132 1525 1 1 125.254 30.9222 -174.45 - 19 118.557 1054 1 0 125.25 30.9274 -175.85 - 19 108.103 1524 0 1 125.148 31.0445 -204.45 - 19 200.029 1055 0 0 125.147 31.0518 -205.85 - 19 4.33209 1526 2 1 125.361 30.8261 -144.45 - 19 156.96 1524 2 1 125.15 30.9726 -144.639 - 19 16.343 1339 3 0 153.71 87.85 -116.142 - 19 481.515 1526 3 1 125.442 30.8646 -114.45 - 19 136.608 1054 3 0 125.583 30.9269 -115.85 - 19 127.549 1545 2 1 129.233 29.9738 -144.45 - 19 96.5492 1049 2 0 129.107 30.0218 -145.85 - 19 112.86 1535 1 1 127.284 30.0263 -174.45 - 19 95.9457 1048 1 0 127.056 29.7606 -175.85 - 19 25.0728 1501 0 1 120.534 22.1121 -204.45 - 19 94.2228 1502 0 1 120.55 22.1139 -204.54 - 19 107.898 1010 0 0 120.714 22.0657 -205.85 - 19 103.207 1542 2 1 128.68 27.6187 -144.45 - 19 125.121 1037 2 0 128.572 27.5383 -145.85 - 19 27.941 1531 1 1 126.369 25.4584 -174.45 - 19 106.707 1530 1 1 126.35 25.3921 -174.542 - 19 199.216 1021 1 0 126.039 24.4396 -175.85 - 19 191.965 1020 1 0 125.973 24.25 -176.116 - 19 78.2955 1494 0 1 119.026 5.0825 -204.451 - 19 82.6785 1493 0 1 118.95 4.95177 -204.631 - 19 56.6863 920 0 0 118.417 4.13745 -205.85 - 19 86.6095 919 0 0 118.36 4.05 -205.981 - 19 134.497 1019 1 0 125.96 24.05 -176.049 - 19 23.8704 1018 1 0 125.865 23.85 -176.184 -Number of digits in this event = 19 +Number of tracker hits in this event = 91 + 19 111.347 847 9 1 -10.5594 116.812 65.55 + 19 175.062 1483 9 0 -10.5607 116.814 64.15 + 19 165.079 847 8 1 -10.5875 116.841 35.55 + 19 185.616 1483 8 0 -10.5886 116.841 34.15 + 19 372.555 847 7 1 -10.6108 116.84 5.55 + 19 379.56 1483 7 0 -10.6123 116.842 4.15 + 19 251.689 847 6 1 -10.6472 116.87 -24.45 + 19 113.505 1483 6 0 -10.65 116.871 -25.85 + 19 151.141 846 5 1 -10.7019 116.882 -54.45 + 19 211.107 1483 5 0 -10.7086 116.881 -55.85 + 19 411.11 846 4 1 -10.8343 116.847 -84.45 + 19 411.086 1483 4 0 -10.8365 116.847 -85.85 + 19 108.127 845 3 1 -10.8939 116.854 -114.45 + 19 405.657 1483 3 0 -10.9008 116.854 -115.85 + 19 224.606 844 2 1 -11.0663 116.869 -144.45 + 19 158.146 1483 2 0 -11.0725 116.869 -145.85 + 19 108.04 844 1 1 -11.2244 116.882 -174.45 + 19 112.216 1483 1 0 -11.2315 116.881 -175.85 + 19 287.89 843 0 1 -11.3572 116.853 -204.45 + 19 171.362 1483 0 0 -11.3616 116.857 -205.85 + 19 29.4888 577 9 0 6.87542 -64.6127 63.75 + 19 8.3898 906 9 0 58.0835 1.32497 63.75 + 19 160.404 956 9 0 51.0678 11.3874 63.7502 + 19 264.527 576 9 0 6.87187 -64.65 63.8202 + 19 84.4022 1297 2 0 131.536 79.4627 -146.25 + 19 157.316 1296 2 0 131.655 79.45 -146.161 + 19 134.069 1482 4 0 -10.7968 116.75 -86.0519 + 19 166.125 1478 6 0 -10.3388 115.939 -25.85 + 19 119.163 869 5 1 -6.17993 110.697 -54.4501 + 19 64.2317 1450 5 0 -6.39035 110.237 -55.85 + 19 34.2179 1449 5 0 -6.44736 110.15 -56.1186 + 19 121.796 846 6 1 -10.7771 117.143 -24.45 + 19 112.044 1484 6 0 -10.7978 117.14 -25.85 + 19 125.41 844 5 1 -11.1721 117.211 -54.45 + 19 435.665 1485 5 0 -11.1676 117.249 -55.85 + 19 160.81 844 4 1 -11.0667 118.006 -84.45 + 19 111.223 1489 4 0 -11.0728 118.053 -85.85 + 19 133.713 843 3 1 -11.3557 118.963 -114.45 + 19 102.541 1494 3 0 -11.3478 118.96 -115.85 + 19 117.329 1493 2 0 -11.1881 118.842 -145.85 + 19 120.825 841 1 1 -11.6547 118.558 -174.45 + 19 150.413 1492 1 0 -11.6852 118.579 -175.85 + 19 192.125 838 0 1 -12.3034 118.947 -204.45 + 19 115.198 1494 0 0 -12.3126 118.957 -205.85 + 19 35.5798 837 0 1 -12.45 119.052 -204.743 + 19 38.3317 1497 0 0 -12.7937 119.677 -205.85 + 19 90.7556 1498 0 0 -12.838 119.75 -205.982 + 19 208.793 846 7 1 -10.65 116.83 5.52243 + 19 119.801 853 6 1 -9.35926 116.072 -24.45 + 19 57.1525 1479 6 0 -9.11126 116.138 -25.85 + 19 62.8388 1480 6 0 -9.0689 116.15 -26.0876 + 19 104.802 879 5 1 -4.12647 117.318 -54.45 + 19 25.139 897 4 1 -0.460601 117.159 -84.45 + 19 78.8515 898 4 1 -0.45 117.164 -84.5173 + 19 131.018 1485 4 0 -0.225718 117.251 -85.85 + 19 125.149 920 3 1 4.05668 119.575 -114.45 + 19 4.73939 1497 3 0 4.24857 119.748 -115.85 + 19 100.554 1498 3 0 4.25082 119.75 -115.866 + 19 117.754 939 2 1 7.92568 123.143 -144.45 + 19 115.509 1515 2 0 8.14812 123.295 -145.85 + 19 101.846 964 1 1 12.9306 126.474 -174.45 + 19 149.694 1532 1 0 13.2312 126.657 -175.85 + 19 133.972 996 0 1 19.3804 130.907 -204.45 + 19 151.969 1555 0 0 19.4638 131.218 -205.851 + 19 123.804 880 5 1 -3.96249 117.563 -54.45 + 19 270.038 881 5 1 -3.84993 117.632 -54.6556 + 19 175.688 1486 5 0 -3.66598 117.376 -55.85 + 19 271.04 1487 5 0 -3.22808 117.55 -56.0038 + 19 115.534 1484 4 0 -10.6606 116.991 -85.85 + 19 158.019 850 3 1 -10.0245 116.786 -114.45 + 19 129.2 852 2 1 -9.55615 117.3 -144.45 + 19 114.849 1485 2 0 -9.532 117.3 -145.85 + 19 117.714 855 1 1 -8.96045 117.31 -174.45 + 19 121.901 1486 1 0 -9.03105 117.377 -175.85 + 19 120.166 847 0 1 -10.5465 118.618 -204.45 + 19 191.881 1492 0 0 -10.6417 118.64 -205.85 + 19 36.9974 858 0 1 -8.32492 117.985 -204.45 + 19 121.979 859 0 1 -8.25 117.963 -204.602 + 19 345.181 1488 0 0 -7.69498 117.802 -205.85 + 19 78.8007 1489 0 0 -7.32175 117.95 -206.08 + 19 28.4619 1490 0 0 -7.0651 118.15 -206.197 + 19 1.49792 1592 0 0 42.3802 138.551 -206.25 + 19 332.036 1591 0 0 42.3834 138.55 -206.247 + 19 99.7335 1590 0 0 43.2639 138.35 -205.92 + 19 142.82 1125 0 1 45.1079 137.024 -204.85 + 19 272.969 1126 0 1 45.2503 136.973 -204.782 + 19 63.6475 1127 0 1 45.4502 136.951 -204.716 + 19 50.541 1128 0 1 45.6505 136.883 -204.581 + 19 186.685 1347 10 0 -19.2536 89.6091 93.7502 + 19 70.7783 1348 10 0 -19.3798 89.65 93.9379 + 19 200.412 1349 10 0 -19.3872 89.8501 93.9338 +Number of digits in this event = 53 Using G4ParticleGun ... -6.03488 LIN +8.27564 LIN e- Event: 20 -Number of tracker hits in this event = 132 - 20 160.585 377 10 1 -104.682 -46.8558 95.55 - 20 127.757 665 10 0 -104.681 -46.856 94.15 - 20 106.117 377 9 1 -104.674 -46.8567 65.55 - 20 173.317 665 9 0 -104.672 -46.8568 64.15 - 20 123.46 377 8 1 -104.639 -46.8489 35.55 - 20 150.145 666 8 0 -104.637 -46.8463 34.15 - 20 145.467 377 7 1 -104.602 -46.8051 5.55 - 20 202.148 666 7 0 -104.6 -46.8028 4.15 - 20 376.347 377 6 1 -104.565 -46.7539 -24.45 - 20 265.606 666 6 0 -104.564 -46.7517 -25.85 - 20 258.547 378 5 1 -104.536 -46.7022 -54.45 - 20 138.176 666 5 0 -104.536 -46.698 -55.85 - 20 116.343 378 4 1 -104.53 -46.6079 -84.45 - 20 97.7994 667 4 0 -104.529 -46.6047 -85.85 - 20 109.479 378 3 1 -104.497 -46.535 -114.45 - 20 105.945 667 3 0 -104.496 -46.5326 -115.85 - 20 276.017 378 2 1 -104.483 -46.4779 -144.45 - 20 110.352 668 2 0 -104.459 -46.415 -145.85 - 20 120.186 385 1 1 -103.019 -45.0139 -174.45 - 20 106.654 674 1 0 -103.015 -45.0886 -175.85 - 20 201.183 385 0 1 -103.011 -46.4069 -204.451 - 20 200.515 667 0 0 -103.11 -46.47 -205.85 - 20 115.632 384 0 1 -103.15 -46.3801 -204.576 - 20 55.0721 383 0 1 -103.35 -46.3013 -204.726 - 20 121.45 671 0 0 -104.117 -45.6915 -205.85 - 20 105.912 672 0 0 -104.152 -45.65 -205.927 - 20 81.1065 386 0 1 -102.95 -46.3578 -204.598 - 20 20.5767 670 0 0 -102.622 -45.8695 -205.85 - 20 100.507 688 0 0 -116.889 -42.3719 -206.25 - 20 64.3554 687 0 0 -117.091 -42.45 -206.077 - 20 78.3654 314 0 1 -117.292 -42.5689 -204.85 - 20 101.691 313 0 1 -117.35 -42.7261 -204.588 - 20 232.272 672 2 0 -104.802 -45.591 -145.85 - 20 106.893 667 2 0 -104.695 -46.4801 -145.85 - 20 134.298 356 1 1 -108.825 -46.3247 -174.451 - 20 60.2961 669 1 0 -108.89 -46.0843 -175.85 - 20 66.1533 670 1 0 -108.9 -46.05 -176.043 - 20 286.116 347 0 1 -110.713 -40.4264 -204.45 - 20 33.5281 700 0 0 -110.702 -39.898 -205.85 - 20 71.1046 701 0 0 -110.702 -39.8499 -205.976 - 20 92.0431 668 1 0 -104.55 -46.3693 -175.85 - 20 7.42201 401 0 1 -99.7544 -43.9141 -204.45 - 20 136.605 402 0 1 -99.75 -43.9155 -204.488 - 20 117.261 679 0 0 -99.6465 -44.1083 -205.85 - 20 87.5603 665 6 0 -104.696 -46.9105 -25.85 - 20 41.8719 368 5 1 -106.383 -48.9574 -54.45 - 20 86.2265 369 5 1 -106.35 -48.9157 -54.5907 - 20 133.594 657 5 0 -106.066 -48.5466 -55.85 - 20 22.946 658 5 0 -106 -48.4499 -56.1496 - 20 105.962 399 4 1 -100.195 -37.9369 -84.4503 - 20 93.1301 711 4 0 -100.144 -37.6933 -85.85 - 20 9.62081 712 4 0 -100.131 -37.65 -86.208 - 20 133.496 406 3 1 -98.8356 -35.0669 -114.45 - 20 99.0203 726 3 0 -98.646 -34.7822 -115.85 - 20 97.0638 435 2 1 -93.089 -27.9381 -144.45 - 20 77.7015 436 2 1 -92.95 -27.705 -144.666 - 20 82.866 769 2 0 -91.9634 -26.2258 -145.85 - 20 78.9267 770 2 0 -91.8501 -26.05 -145.985 - 20 75.7142 771 2 0 -91.7353 -25.8498 -146.117 - 20 11.9992 772 2 0 -91.6094 -25.65 -146.225 - 20 181.014 597 1 1 -60.5596 25.0465 -174.45 - 20 73.1933 598 1 1 -60.45 25.1612 -174.687 - 20 77.554 1029 1 0 -59.7776 25.9414 -175.85 - 20 82.7677 1030 1 0 -59.6875 26.05 -176.002 - 20 71.6043 1031 1 0 -59.51 26.25 -176.105 - 20 41.6895 1032 1 0 -59.3405 26.45 -176.198 - 20 27.2766 857 0 1 -8.473 91.3406 -204.45 - 20 145.858 858 0 1 -8.45 91.3771 -204.474 - 20 97.428 859 0 1 -8.25 91.6547 -204.671 - 20 1.6701 860 0 1 -8.05 91.9058 -204.846 - 20 51.5974 1364 0 0 -6.97638 93.0249 -205.85 - 20 71.4077 1365 0 0 -6.86116 93.15 -205.972 - 20 57.2292 1366 0 0 -6.76795 93.35 -206.125 - 20 323.516 1509 0 0 -21.849 121.984 -206.25 - 20 143.165 1510 0 0 -22.3484 122.15 -206.045 - 20 112.582 775 0 1 -24.9763 123.101 -204.85 - 20 112.064 774 0 1 -25.05 123.126 -204.818 - 20 87.7069 773 0 1 -25.25 123.176 -204.66 - 20 28.8561 772 0 1 -25.45 123.143 -204.515 - 20 145.388 771 0 1 -25.6779 123.133 -204.45 - 20 50.9313 770 0 1 -25.85 123.201 -204.757 - 20 57.6521 1516 0 0 -26.2444 123.427 -205.85 - 20 2.80821 1517 0 0 -26.2917 123.55 -205.851 - 20 97.3088 744 0 1 -31.0697 129.81 -204.85 - 20 59.4935 743 0 1 -31.25 129.918 -204.775 - 20 34.4398 742 0 1 -31.4502 129.961 -204.82 - 20 1.00361 1543 0 0 -31.8573 128.754 -205.85 - 20 86.5744 1542 0 0 -31.8583 128.75 -205.854 - 20 229.583 1541 0 0 -31.9386 128.55 -205.989 - 20 61.5969 736 0 1 -32.8087 129.566 -204.85 - 20 93.7453 383 5 1 -103.391 -46.39 -54.45 - 20 113.549 668 5 0 -103.415 -46.2848 -55.85 - 20 162.923 385 4 1 -103.102 -44.6539 -84.4502 - 20 33.9914 384 4 1 -103.15 -44.5624 -84.7646 - 20 10.3485 678 4 0 -103.314 -44.2647 -85.85 - 20 178.046 679 4 0 -103.322 -44.25 -85.9043 - 20 119.752 365 3 1 -107.01 -35.652 -114.45 - 20 54.4389 366 3 1 -106.95 -35.3362 -114.733 - 20 88.8073 730 3 0 -106.704 -34.0401 -115.85 - 20 82.6979 731 3 0 -106.672 -33.85 -116.012 - 20 24.9211 732 3 0 -106.653 -33.65 -116.176 - 20 7.00166 1138 3 0 -68.6832 47.8293 -116.25 - 20 109.015 1139 3 0 -68.6638 47.85 -116.237 - 20 167.632 1140 3 0 -68.4326 48.05 -116.122 - 20 75.7661 1141 3 0 -68.2411 48.2501 -115.985 - 20 74.0399 1142 3 0 -68.0938 48.45 -115.9 - 20 1.0654 1143 3 0 -67.977 48.65 -115.852 - 20 43.5889 568 3 1 -66.2906 52.2369 -114.85 - 20 140.433 569 3 1 -66.25 52.3075 -114.827 - 20 84.5121 570 3 1 -66.0499 52.6105 -114.701 - 20 161.317 571 3 1 -65.85 52.8314 -114.588 - 20 39.5333 572 3 1 -65.65 53.0349 -114.495 - 20 13.928 364 3 1 -107.193 -35.7156 -114.45 - 20 144.402 363 3 1 -107.35 -35.5973 -114.817 - 20 246.838 376 1 1 -104.784 -46.8158 -174.45 - 20 616.282 666 1 0 -104.791 -46.8209 -175.85 - 20 645.417 375 0 1 -104.992 -46.9221 -204.45 - 20 110.517 665 0 0 -104.989 -46.9466 -205.85 - 20 28.9064 621 0 0 -131.859 -55.8204 -206.25 - 20 43.74 1015 12 0 -9.08304 23.0965 153.75 - 20 9.62206 1016 12 0 -8.92691 23.25 154.132 - 20 102.193 853 12 1 -9.29484 24.472 155.15 - 20 296.467 854 12 1 -9.24991 24.5925 155.401 - 20 84.8372 863 7 1 -7.26266 -107.309 5.55 - 20 102.162 376 0 1 -104.948 -46.4623 -204.45 - 20 165.154 374 0 1 -105.15 -46.388 -204.566 - 20 266.326 373 0 1 -105.35 -46.3448 -204.612 - 20 116.686 372 0 1 -105.55 -46.295 -204.65 - 20 236.079 371 0 1 -105.75 -46.2467 -204.656 - 20 122.545 370 0 1 -105.95 -46.1172 -204.692 - 20 82.9379 377 0 1 -104.75 -44.7375 -204.524 - 20 289.618 378 0 1 -104.55 -44.6609 -204.479 -Number of digits in this event = 47 +Number of tracker hits in this event = 63 + 20 114.85 1605 8 1 141.228 -5.16758 35.55 + 20 206.461 874 8 0 141.228 -5.16797 34.15 + 20 219.015 1605 7 1 141.235 -5.18035 5.55 + 20 352.865 874 7 0 141.236 -5.18104 4.15 + 20 108.686 1605 6 1 141.256 -5.19823 -24.45 + 20 123.907 874 6 0 141.257 -5.19866 -25.85 + 20 140.519 1605 5 1 141.275 -5.20684 -54.45 + 20 131.238 874 5 0 141.276 -5.20597 -55.85 + 20 117.65 1605 4 1 141.302 -5.19044 -84.45 + 20 103.187 874 4 0 141.301 -5.18973 -85.85 + 20 110.732 1605 3 1 141.279 -5.17556 -114.45 + 20 117.679 874 3 0 141.277 -5.17476 -115.85 + 20 111.405 1605 2 1 141.231 -5.15844 -144.45 + 20 214.945 874 2 0 141.226 -5.15707 -145.85 + 20 136.608 1604 1 1 141.099 -5.14658 -174.45 + 20 321.89 874 1 0 141.082 -5.15234 -175.85 + 20 360.672 1602 0 1 140.744 -5.24737 -204.45 + 20 286.093 874 0 0 140.726 -5.24917 -205.85 + 20 103.688 1666 2 1 153.414 -46.7102 -144.85 + 20 268.379 460 7 0 112.221 -87.9339 3.75036 + 20 17.0353 459 7 0 112.3 -88.05 3.90279 + 20 71.9035 461 7 0 112.385 -87.8498 3.91297 + 20 121.125 1605 0 1 141.294 -4.84716 -204.45 + 20 236.2 875 0 0 141.299 -4.86914 -205.85 + 20 81.6906 1604 7 1 141.15 -5.1408 5.51772 + 20 24.0037 1603 7 1 140.95 -5.12323 5.2266 + 20 28.348 848 7 0 103.616 -10.4453 3.75 + 20 142.538 847 7 0 103.601 -10.45 3.77665 + 20 109.229 1417 7 1 103.615 -10.1569 5.15 + 20 125.892 868 8 0 101.267 -6.38786 33.75 + 20 52.5718 1404 8 1 101.042 -6.04154 35.15 + 20 98.7796 1403 8 1 100.95 -6.00806 35.3106 + 20 34.9759 1402 8 1 100.75 -5.97686 35.4866 + 20 104.249 1401 8 1 100.492 -5.99602 35.5498 + 20 64.5838 870 8 0 100.297 -5.98389 34.15 + 20 162.974 871 8 0 100.202 -5.85 33.9114 + 20 175.275 872 8 0 99.9282 -5.65 33.8273 + 20 31.2073 873 8 0 99.4993 -5.45 33.7545 + 20 179.229 1455 8 0 -173.136 111.272 33.7501 + 20 105.864 1604 6 1 141.05 -5.06294 -24.45 + 20 210.862 875 6 0 140.972 -4.92394 -25.85 + 20 129.738 1594 5 1 139 -2.17948 -54.45 + 20 102.642 890 5 0 138.874 -2.01038 -55.85 + 20 122.764 1579 4 1 136.038 1.1676 -84.45 + 20 118.263 906 4 0 135.875 1.38613 -85.85 + 20 121.923 1560 3 1 132.308 5.76959 -114.45 + 20 222.157 931 3 0 132.215 6.29096 -115.85 + 20 2.56214 932 3 0 132.167 6.45015 -116.242 + 20 11.1472 1549 2 1 130.129 18.6207 -144.45 + 20 249.912 1550 2 1 130.15 18.6209 -144.492 + 20 122.53 996 2 0 130.651 19.2937 -145.85 + 20 37.9091 997 2 0 130.77 19.45 -146.141 + 20 70.326 1566 2 1 133.427 7.49475 -144.45 + 20 9.17883 860 8 0 143.745 -8.02983 33.75 + 20 132.69 859 8 0 143.739 -8.05 33.7964 + 20 162.567 858 8 0 143.696 -8.25033 34.1431 + 20 272.265 1615 8 1 143.306 -9.03009 35.1502 + 20 82.9348 857 8 0 143.394 -8.54922 34.1499 + 20 24.6603 1244 8 0 121.044 68.969 33.75 + 20 420.672 1245 8 0 121.009 69.05 33.8189 + 20 262.17 1246 8 0 120.924 69.25 33.9364 + 20 217.706 1247 8 0 120.633 69.4501 33.9564 + 20 264.572 1248 8 0 120.44 69.65 33.9569 +Number of digits in this event = 36 Using G4ParticleGun ... -8.87285 LIN +6.50731 LIN e- Event: 21 -Number of tracker hits in this event = 64 - 21 71.0123 693 10 1 -41.2657 108.217 95.3212 - 21 103.207 1440 10 0 -41.2658 108.218 94.15 - 21 113.027 693 9 1 -41.2678 108.222 65.55 - 21 156.245 1440 9 0 -41.2691 108.223 64.15 - 21 128.593 693 8 1 -41.2952 108.238 35.55 - 21 126.664 1440 8 0 -41.2965 108.238 34.15 - 21 150.599 693 7 1 -41.319 108.243 5.55 - 21 160.366 1440 7 0 -41.3217 108.242 4.15 - 21 135.973 693 6 1 -41.377 108.22 -24.45 - 21 172.675 1440 6 0 -41.3816 108.219 -25.85 - 21 124.669 692 5 1 -41.486 108.213 -54.45 - 21 115.795 1440 5 0 -41.4927 108.209 -55.85 - 21 55.1407 692 4 1 -41.632 108.145 -84.45 - 21 114.903 691 4 1 -41.65 108.157 -84.5986 - 21 136.241 1440 4 0 -41.8444 108.263 -85.85 - 21 12.2073 1205 4 0 86.3467 61.1845 -86.25 - 21 21.4206 868 4 0 157.823 -6.39063 -86.25 - 21 189.252 867 4 0 157.761 -6.45 -86.1838 - 21 92.1015 866 4 0 157.53 -6.65006 -86.0302 - 21 72.6297 865 4 0 157.398 -6.85 -85.9354 - 21 111.634 1674 4 1 155.034 -8.14275 -84.85 - 21 196.537 1673 4 1 154.95 -8.18437 -84.8033 - 21 46.4672 1672 4 1 154.75 -8.30315 -84.5565 - 21 37.8604 853 4 0 155.187 -9.38579 -85.85 - 21 104.978 852 4 0 155.199 -9.45 -85.9619 - 21 47.1544 718 4 0 167.867 -36.3844 -86.25 - 21 142.392 717 4 0 167.819 -36.45 -86.1385 - 21 515.851 716 4 0 168.093 -36.65 -85.9142 - 21 167.676 213 1 1 -137.399 126.346 -174.85 - 21 184.2 1439 1 0 -42.1437 107.954 -176.015 - 21 402.683 688 0 1 -42.3403 107.925 -204.45 - 21 308.189 1438 0 0 -42.3443 107.921 -205.85 - 21 145.806 692 3 1 -41.4885 108.161 -114.45 - 21 250.719 1441 3 0 -41.9277 108.461 -115.85 - 21 1.8255 1442 3 0 -42.0332 108.55 -116.241 - 21 114.812 656 2 1 -48.7639 115.796 -144.45 - 21 14.2165 655 2 1 -48.85 115.873 -144.796 - 21 104.061 1479 2 0 -49.1158 116.072 -145.85 - 21 4.69946 1480 2 0 -49.199 116.15 -146.23 - 21 7.99322 623 1 1 -55.4343 121.968 -174.45 - 21 126.262 622 1 1 -55.45 121.978 -174.478 - 21 101.695 1511 1 0 -56.2239 122.458 -175.85 - 21 55.2908 1512 1 0 -56.3895 122.55 -176.118 - 21 11.686 519 0 1 -76.2431 131.775 -204.45 - 21 151.247 518 0 1 -76.25 131.779 -204.499 - 21 55.0329 1563 0 0 -76.5678 132.769 -205.85 - 21 80.0883 1564 0 0 -76.58 132.95 -205.978 - 21 78.0667 1565 0 0 -76.613 133.151 -206.084 - 21 56.5275 1566 0 0 -76.5866 133.35 -206.182 - 21 90.8662 1716 0 0 -60.066 163.41 -206.25 - 21 55.1632 1717 0 0 -60.0754 163.55 -206.087 - 21 124 693 3 1 -41.45 108.168 -114.503 - 21 54.2467 711 2 1 -37.6918 115.402 -144.45 - 21 117.977 712 2 1 -37.65 115.449 -144.61 - 21 114.382 1478 2 0 -37.3363 115.81 -145.85 - 21 44.6804 755 1 1 -28.9101 126.585 -174.45 - 21 112.373 756 1 1 -28.85 126.578 -174.546 - 21 3.11191 757 1 1 -28.65 126.546 -174.841 - 21 40.2695 1531 1 0 -27.8543 126.369 -175.85 - 21 96.9384 1530 1 0 -27.7618 126.35 -175.968 - 21 119.103 884 0 1 -3.06968 119.188 -204.45 - 21 19.7354 883 0 1 -3.25 119.077 -204.782 - 21 26.6327 1493 0 0 -3.80787 118.774 -205.85 - 21 104.944 1492 0 0 -3.85332 118.75 -205.926 -Number of digits in this event = 25 -Using G4ParticleGun ... -3.62382 LIN -e- -Event: 22 -Number of tracker hits in this event = 29 - 22 153.621 1247 7 1 69.5092 130.221 5.55 - 22 187.555 1550 7 0 69.5084 130.22 4.15 - 22 120.736 1247 6 1 69.4857 130.201 -24.45 - 22 128.744 1550 6 0 69.4839 130.198 -25.85 - 22 140.068 1246 5 1 69.4423 130.142 -54.45 - 22 176.488 1549 5 0 69.4403 130.14 -55.85 - 22 138.994 1246 4 1 69.4084 130.109 -84.45 - 22 104.38 1549 4 0 69.4078 130.107 -85.85 - 22 123.4 1246 3 1 69.3911 130.082 -114.45 - 22 99.2052 1549 3 0 69.3965 130.075 -115.85 - 22 121.181 1247 2 1 69.5058 129.933 -144.45 - 22 138.012 1548 2 0 69.5105 129.927 -145.85 - 22 124.937 1247 1 1 69.6009 129.808 -174.45 - 22 247.785 1548 1 0 69.6056 129.799 -175.85 - 22 128.079 1248 0 1 69.7031 129.617 -204.45 - 22 147.803 1547 0 0 69.7083 129.61 -205.85 - 22 117.892 1213 8 1 62.8224 107.458 35.15 - 22 144.767 934 5 0 137.626 6.90152 -56.2498 - 22 135.921 1304 1 0 103.483 80.981 -176.25 - 22 49.5418 1700 7 0 72.0252 160.285 3.75 - 22 76.9907 1701 7 0 71.997 160.35 3.871 - 22 63.7829 1702 7 0 71.9791 160.55 3.81177 - 22 33.1476 1295 6 1 79.234 120.021 -24.45 - 22 99.1686 1296 6 1 79.25 119.95 -24.5504 - 22 161.509 1495 6 0 79.7496 119.243 -25.85 - 22 149.62 1443 5 1 108.933 118.496 -54.4501 - 22 169.555 1495 5 0 108.481 119.248 -55.8508 - 22 72.2658 1496 5 0 108.439 119.35 -55.981 - 22 38.613 1497 5 0 108.325 119.55 -56.1628 -Number of digits in this event = 21 -Using G4ParticleGun ... -4.75101 LIN -e- -Event: 23 -Number of tracker hits in this event = 31 - 23 119.954 449 5 1 -90.1863 24.9956 -54.45 - 23 135.653 1024 5 0 -90.1865 24.9887 -55.85 - 23 154.743 449 4 1 -90.2008 24.863 -84.45 - 23 124.72 1024 4 0 -90.1975 24.8597 -85.85 - 23 143.772 450 2 1 -89.9954 24.7161 -144.45 - 23 192.961 1023 2 0 -89.988 24.7204 -145.85 - 23 126.077 450 1 1 -89.9003 24.9205 -174.45 - 23 316.78 1024 1 0 -89.9001 24.8735 -175.85 - 23 125.483 450 0 1 -89.9149 23.9781 -204.45 - 23 103.355 1019 0 0 -90.0221 23.9586 -205.85 - 23 6.24413 1045 1 0 -68.9784 29.1245 -176.25 - 23 81.6025 713 0 1 -37.45 41.0019 -204.593 - 23 9.58322 714 0 1 -37.25 41.0713 -204.477 - 23 47.554 1077 1 0 85.2831 35.45 -176.055 - 23 21.8437 1460 3 1 112.159 46.4997 -114.85 - 23 85.997 1608 6 1 141.905 50.5008 -24.45 - 23 316.497 449 2 1 -90.1617 24.9004 -144.45 - 23 356.776 451 1 1 -89.8423 25.0201 -174.45 - 23 141.501 449 0 1 -90.2483 24.9714 -204.45 - 23 266.802 1024 0 0 -90.266 24.9923 -205.85 - 23 120.181 1023 1 0 -89.7616 24.7328 -175.85 - 23 140.198 452 0 1 -89.5549 24.5409 -204.45 - 23 102.447 1022 0 0 -89.53 24.5264 -205.85 - 23 146.34 452 1 1 -89.65 24.7738 -174.606 - 23 59.152 453 1 1 -89.45 24.8399 -174.628 - 23 78.9246 454 1 1 -89.25 24.8708 -174.578 - 23 278.01 455 1 1 -89.05 24.8529 -174.49 - 23 95.7293 456 1 1 -88.85 24.9091 -174.734 - 23 181.663 450 3 1 -90.05 25.0495 -114.501 - 23 67.1891 450 8 1 -90.05 26.108 35.2472 - 23 127.269 1032 8 0 -90.0355 26.4943 34.15 -Number of digits in this event = 21 -Using G4ParticleGun ... -2.16812 LIN -e- -Event: 24 -Number of tracker hits in this event = 25 - 24 112.48 708 9 1 -38.2606 119.973 65.55 - 24 107.896 1499 9 0 -38.2612 119.974 64.15 - 24 102.253 708 8 1 -38.267 119.982 35.55 - 24 114.302 1499 8 0 -38.2705 119.983 34.15 - 24 130.596 708 7 1 -38.3328 119.939 5.55 - 24 107.66 1498 7 0 -38.3376 119.936 4.15 - 24 137.928 708 6 1 -38.4308 119.875 -24.45 - 24 89.1212 1498 6 0 -38.4338 119.876 -25.85 - 24 100.152 708 5 1 -38.4497 119.892 -54.45 - 24 111.667 1498 5 0 -38.4469 119.892 -55.85 - 24 124.867 708 4 1 -38.3973 119.927 -84.45 - 24 109.68 1498 4 0 -38.3891 119.913 -85.85 - 24 133.428 709 3 1 -38.1954 119.603 -114.45 - 24 119.045 1497 3 0 -38.1938 119.597 -115.85 - 24 133.895 709 2 1 -38.1883 119.456 -144.45 - 24 113.211 1496 2 0 -38.1576 119.447 -145.85 - 24 156.827 712 1 1 -37.525 119.227 -174.45 - 24 151.104 1495 1 0 -37.5096 119.22 -175.85 - 24 126.759 713 0 1 -37.3494 119.222 -204.45 - 24 125.269 1495 0 0 -37.3351 119.226 -205.85 - 24 71.0942 1477 1 0 -56.9826 115.686 -176.25 - 24 148.365 1478 1 0 -56.9841 115.75 -176.211 - 24 40.9903 636 4 0 -22.6791 -52.65 -86.053 - 24 58.9626 661 5 0 -8.43097 -47.7066 -56.25 - 24 81.9888 635 4 0 -22.6815 -52.85 -85.9191 -Number of digits in this event = 12 -Using G4ParticleGun ... -8.74096 LIN -e- -Event: 25 -Number of tracker hits in this event = 64 - 25 120.989 570 11 1 -66.0473 30.3967 125.55 - 25 97.1222 1051 11 0 -66.0483 30.3961 124.15 - 25 138.925 569 10 1 -66.0683 30.3836 95.55 - 25 156.124 1051 10 0 -66.0693 30.3828 94.15 - 25 158.431 569 9 1 -66.0912 30.3664 65.55 - 25 114.688 1051 9 0 -66.0908 30.3654 64.15 - 25 115.839 569 8 1 -66.0801 30.3401 35.55 - 25 115.879 1051 8 0 -66.0764 30.339 34.15 - 25 101.165 570 7 1 -66.0166 30.3175 5.55 - 25 149.244 1051 7 0 -66.0168 30.3161 4.15 - 25 98.2052 570 6 1 -66.017 30.2865 -24.45 - 25 129.755 1051 6 0 -66.0145 30.2857 -25.85 - 25 517.482 570 5 1 -65.9638 30.2654 -54.45 - 25 463.82 1051 5 0 -65.9605 30.2683 -55.85 - 25 115.417 570 4 1 -65.9004 30.3435 -84.45 - 25 234.496 1051 4 0 -65.8945 30.3483 -85.85 - 25 120.939 571 3 1 -65.7695 30.45 -114.45 - 25 101.853 1052 3 0 -65.7644 30.4574 -115.85 - 25 112.878 572 2 1 -65.6474 30.6 -144.45 - 25 111.468 1052 2 0 -65.6434 30.6084 -145.85 - 25 105.31 572 1 1 -65.5636 30.8057 -174.45 - 25 122.289 1053 1 0 -65.5593 30.8148 -175.85 - 25 384.949 572 0 1 -65.4697 30.9866 -204.45 - 25 243.143 1054 0 0 -65.4642 31.0019 -205.85 - 25 183.168 919 13 1 3.91211 -41.0197 185.15 - 25 311.659 645 0 0 167.034 -51.0375 -206.25 - 25 24.4278 644 0 0 166.536 -51.0502 -205.888 - 25 137.315 1734 0 1 166.964 -52.0214 -204.85 - 25 158.011 1733 0 1 166.95 -52.1799 -204.55 - 25 198.017 1732 0 1 166.75 -52.4087 -204.55 - 25 81.7997 1081 1 0 -105.564 36.4298 -176.25 - 25 4.73899 1082 1 0 -105.674 36.45 -175.958 - 25 42.2663 1245 1 1 69.25 -35.8654 -174.817 - 25 170.012 1055 0 0 -65.407 31.05 -206.152 - 25 33.9106 1052 4 0 -66.0574 30.4505 -86.1572 - 25 192.857 1131 4 0 -110.856 46.3904 -86.25 - 25 77.4413 1132 4 0 -110.975 46.4502 -86.2349 - 25 107.14 566 4 1 -66.7086 30.2053 -84.45 - 25 127.175 1049 4 0 -66.7414 30.0028 -85.85 - 25 186.239 566 3 1 -66.8295 25.6978 -114.45 - 25 117.685 1027 3 0 -66.7285 25.6221 -115.85 - 25 135.801 576 2 1 -64.7459 23.1218 -144.45 - 25 106.45 1016 2 0 -64.7272 23.3372 -145.85 - 25 36.3879 575 1 1 -64.9853 28.1159 -174.45 - 25 92.537 574 1 1 -65.0503 28.1642 -174.589 - 25 45.8684 1042 1 0 -65.6345 28.6008 -175.85 - 25 96.2465 1043 1 0 -65.6961 28.65 -175.993 - 25 15.5045 513 0 1 -77.4264 37.9613 -204.45 - 25 125.354 512 0 1 -77.45 37.9779 -204.505 - 25 86.7716 1091 0 0 -78.0374 38.3989 -205.85 - 25 70.4966 1092 0 0 -78.112 38.45 -206.02 - 25 116.385 572 4 1 -65.5833 30.9444 -84.45 - 25 66.8453 1054 4 0 -65.6255 31.0411 -85.85 - 25 199.502 1055 4 0 -65.6295 31.05 -85.9784 - 25 134.402 567 3 1 -66.6146 32.5532 -114.45 - 25 118.329 1062 3 0 -66.7385 32.5753 -115.85 - 25 115.466 552 2 1 -69.4789 33.0357 -144.45 - 25 125.171 1064 2 0 -69.6596 33.0423 -145.85 - 25 110.202 532 1 1 -73.4935 33.3489 -174.45 - 25 95.068 1068 1 0 -73.6558 33.7598 -175.85 - 25 23.3806 1069 1 0 -73.695 33.85 -176.147 - 25 102.237 514 0 1 -77.1405 42.9377 -204.45 - 25 18.4146 1114 0 0 -77.3121 43.0446 -205.85 - 25 90.0712 1115 0 0 -77.3207 43.05 -205.921 -Number of digits in this event = 29 -Using G4ParticleGun ... -2.91309 LIN -e- -Event: 26 -Number of tracker hits in this event = 121 - 26 142.124 714 11 1 -37.0819 52.0047 125.55 - 26 130.378 1159 11 0 -37.0807 52.0046 124.15 - 26 130.516 714 10 1 -37.0514 52.0045 95.55 - 26 112.85 1159 10 0 -37.0521 52.0066 94.15 - 26 157.249 714 9 1 -37.0746 52.0525 65.55 - 26 101.651 1160 9 0 -37.0741 52.0565 64.15 - 26 268.629 714 8 1 -37.0593 52.1317 35.55 - 26 124.643 1160 8 0 -37.0609 52.1349 34.15 - 26 178.26 714 7 1 -37.0876 52.2085 5.55 - 26 289.967 1160 7 0 -37.093 52.2103 4.15 - 26 107.257 714 6 1 -37.2014 52.2339 -24.45 - 26 128.027 1160 6 0 -37.21 52.2333 -25.85 - 26 116.883 713 5 1 -37.4413 52.2323 -54.45 - 26 128.129 1160 5 0 -37.4485 52.2307 -55.85 - 26 112.208 712 4 1 -37.5921 52.1894 -84.45 - 26 121.059 1160 4 0 -37.6033 52.1907 -85.85 - 26 125.506 710 3 1 -37.8536 52.2124 -114.45 - 26 298.271 1160 3 0 -37.8709 52.2145 -115.85 - 26 146.648 709 2 1 -38.2354 52.2534 -144.45 - 26 102.402 1161 2 0 -38.2552 52.2646 -145.85 - 26 166.006 706 1 1 -38.6662 52.4937 -174.45 - 26 138.552 1162 1 0 -38.6905 52.5018 -175.85 - 26 173.324 704 0 1 -39.2054 52.6742 -204.45 - 26 133.969 1163 0 0 -39.2323 52.6833 -205.85 - 26 258.021 1161 4 0 -37.2487 52.4285 -85.8849 - 26 142.103 714 3 1 -37.1777 52.2069 -114.45 - 26 246.845 720 2 1 -36.011 50.3167 -144.45 - 26 103.074 1150 2 0 -35.8874 50.2027 -145.85 - 26 105.147 733 1 1 -33.376 48.0726 -174.45 - 26 104.241 1139 1 0 -33.3115 48.0139 -175.85 - 26 59.5858 738 0 1 -32.2549 46.8997 -204.45 - 26 109.645 739 0 1 -32.25 46.8954 -204.63 - 26 138.84 1134 0 0 -32.2077 46.8612 -205.85 - 26 1.46119 1133 0 0 -32.1941 46.85 -206.243 - 26 225.428 713 3 1 -37.2655 52.3098 -114.45 - 26 24.2967 1164 3 0 -37.476 53.009 -115.85 - 26 102.457 1165 3 0 -37.4829 53.05 -115.932 - 26 7.86133 1304 3 0 -57.2533 81.0409 -116.25 - 26 158.898 1305 3 0 -57.2687 81.05 -116.227 - 26 73.4736 601 3 1 -59.6719 81.7175 -114.85 - 26 169.499 600 3 1 -59.8501 81.809 -114.73 - 26 372.563 599 3 1 -60.05 82.0092 -114.492 - 26 457.801 1313 3 0 -59.5149 82.6539 -115.85 - 26 3.54551 1314 3 0 -59.5698 82.85 -115.924 - 26 18.9977 712 3 1 -37.4529 52.6575 -114.45 - 26 118.075 1162 3 0 -37.3952 52.5832 -115.85 - 26 5.89639 719 2 1 -36.05 50.8653 -144.83 - 26 141.968 1153 2 0 -36.0558 50.8192 -145.85 - 26 122.208 720 1 1 -35.9022 49.2722 -174.45 - 26 112.631 1145 1 0 -35.9202 49.2074 -175.85 - 26 140.658 718 0 1 -36.4026 47.806 -204.45 - 26 211.685 1138 0 0 -36.3776 47.7108 -205.85 - 26 109.36 1137 0 0 -36.364 47.65 -206.07 - 26 239.93 1090 6 0 -62.3014 38.1216 -26.25 - 26 326.406 715 8 1 -37.0188 51.9602 35.5496 - 26 115.516 1158 8 0 -37.4472 51.7386 34.15 - 26 61.9151 667 7 1 -46.5524 47.4518 5.55 - 26 184.499 666 7 1 -46.65 47.4083 5.40079 - 26 155.396 1134 7 0 -47.4134 47.0438 4.15 - 26 108.958 565 6 1 -66.8911 39.0572 -24.45 - 26 86.8801 1091 6 0 -67.3333 38.391 -25.85 - 26 63.3065 517 5 1 -76.5839 22.2006 -54.45 - 26 71.4919 516 5 1 -76.65 22.1148 -54.6377 - 26 100.407 1006 5 0 -77.1265 21.431 -55.85 - 26 43.0848 1005 5 0 -77.2378 21.25 -56.135 - 26 36.2324 451 4 1 -89.764 1.96273 -84.45 - 26 136.468 450 4 1 -89.85 1.85378 -84.5174 - 26 78.5298 449 4 1 -90.15 1.43476 -84.7331 - 26 46.2605 896 4 0 -91.6344 -0.740554 -85.85 - 26 102.143 895 4 0 -91.7051 -0.85 -85.9109 - 26 62.3175 894 4 0 -91.8243 -1.05 -86.0165 - 26 58.997 893 4 0 -91.9246 -1.25 -86.1116 - 26 23.932 892 4 0 -92.0204 -1.45015 -86.2025 - 26 183.14 305 3 1 -119.105 -55.1793 -114.45 - 26 20.7325 306 3 1 -118.95 -55.7248 -114.811 - 26 15.6701 613 3 0 -118.645 -57.4163 -115.85 - 26 76.4573 612 3 0 -118.64 -57.4503 -115.871 - 26 65.982 611 3 0 -118.607 -57.65 -116 - 26 130.847 610 3 0 -118.573 -57.85 -116.12 - 26 14.3033 609 3 0 -118.548 -58.05 -116.216 - 26 74.796 356 2 1 -108.825 -115.088 -144.45 - 26 103.117 355 2 1 -108.95 -115.228 -144.61 - 26 11.0208 354 2 1 -109.15 -115.423 -144.824 - 26 121.098 318 2 0 -110.195 -116.359 -145.85 - 26 44.3034 317 2 0 -110.455 -116.55 -146.128 - 26 94.9968 219 1 1 -136.248 -132.115 -174.45 - 26 34.533 218 1 1 -136.35 -132.172 -174.75 - 26 131.158 238 1 0 -136.728 -132.438 -175.85 - 26 2.34713 134 0 1 -153.344 -135.892 -204.45 - 26 65.0232 133 0 1 -153.35 -135.89 -204.453 - 26 75.3531 132 0 1 -153.55 -135.86 -204.563 - 26 54.5695 131 0 1 -153.751 -135.867 -204.645 - 26 91.6596 130 0 1 -153.95 -135.887 -204.74 - 26 62.8218 220 0 0 -155.498 -136.131 -205.85 - 26 275.272 219 0 0 -155.606 -136.15 -205.929 - 26 21.8387 210 0 0 -161.47 -137.95 -206.049 - 26 122.633 1159 8 0 -37.2331 52.0178 34.15 - 26 14.613 689 7 1 -42.2108 52.4304 5.55 - 26 106.251 688 7 1 -42.25 52.4173 5.50342 - 26 26.9976 687 7 1 -42.45 52.3427 5.24125 - 26 101.533 588 6 1 -62.4171 47.8756 -24.45 - 26 18.632 587 6 1 -62.45 47.8183 -24.6408 - 26 183.163 1137 6 0 -62.3645 47.6255 -25.8505 - 26 0.261318 1136 6 0 -62.1387 47.45 -26.2493 - 26 78.5096 1058 6 0 -53.3228 31.7983 -26.2498 - 26 335.442 1059 6 0 -53.3499 31.85 -26.0657 - 26 101.839 631 6 1 -53.7744 30.5965 -24.85 - 26 93.7316 630 6 1 -53.85 30.4265 -24.7107 - 26 251.303 662 6 1 -47.5983 40.7143 -24.85 - 26 135.276 715 11 1 -37.0357 51.9981 125.55 - 26 21.477 1163 11 0 -37.0588 52.8105 124.15 - 26 67.2769 1164 11 0 -37.0599 52.8501 124.076 - 26 78.9412 1165 11 0 -36.9625 53.05 123.964 - 26 108.917 1166 11 0 -36.8747 53.25 123.92 - 26 88.3436 1167 11 0 -36.7309 53.4501 123.965 - 26 65.6885 1168 11 0 -36.5511 53.6501 124.034 - 26 52.9455 1169 11 0 -36.4631 53.85 124.135 - 26 106.918 1170 11 0 -36.5049 54.05 124.1 - 26 77.686 1171 11 0 -36.5785 54.25 123.899 - 26 222.661 1231 11 0 -59.8076 66.3275 123.75 - 26 272.864 596 11 1 -60.6554 67.288 125.15 -Number of digits in this event = 50 -Using G4ParticleGun ... -9.18924 LIN -e- -Event: 27 -Number of tracker hits in this event = 19 - 27 138.431 1234 8 1 66.9197 121.905 35.55 - 27 115.372 1508 8 0 66.9194 121.904 34.15 - 27 137.099 1234 7 1 66.9123 121.885 5.55 - 27 115.437 1508 7 0 66.9121 121.884 4.15 - 27 92.3985 1234 6 1 66.907 121.847 -24.45 - 27 134.311 1508 6 0 66.9064 121.845 -25.85 - 27 243.263 1234 5 1 66.9004 121.823 -54.45 - 27 117.309 1508 5 0 66.9001 121.822 -55.85 - 27 111.918 1234 4 1 66.8968 121.815 -84.45 - 27 114.89 1508 4 0 66.8976 121.814 -85.85 - 27 140.443 1234 3 1 66.9153 121.788 -114.45 - 27 99.0342 1508 3 0 66.9158 121.786 -115.85 - 27 98.8304 1234 2 1 66.9246 121.746 -144.45 - 27 122.7 1507 2 0 66.9252 121.743 -145.85 - 27 118.701 1234 1 1 66.9337 121.692 -174.45 - 27 118.772 1507 1 0 66.9333 121.689 -175.85 - 27 133.424 1234 0 1 66.9242 121.623 -204.45 - 27 170.452 1507 0 0 66.9236 121.619 -205.85 - 27 151.159 1025 0 1 25.1452 102.416 -204.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -2.70162 LIN -e- -Event: 28 -Number of tracker hits in this event = 48 - 28 120.142 1549 8 1 129.953 57.5754 35.55 - 28 99.7706 1187 8 0 129.953 57.5766 34.15 - 28 108.949 1549 7 1 129.957 57.6051 5.55 - 28 186.577 1187 7 0 129.959 57.6043 4.15 - 28 121.593 1549 6 1 129.989 57.5852 -24.45 - 28 114.502 1187 6 0 129.99 57.5842 -25.85 - 28 114.497 1549 5 1 130.03 57.5667 -54.45 - 28 132.365 1187 5 0 130.036 57.5685 -55.85 - 28 224.863 1550 4 1 130.182 57.6332 -84.45 - 28 162.375 1187 4 0 130.189 57.6338 -85.85 - 28 118.472 1550 3 1 130.288 57.6501 -114.45 - 28 133.859 1188 3 0 130.298 57.652 -115.85 - 28 336.151 1551 2 1 130.535 57.6592 -144.45 - 28 126.48 1188 2 0 130.547 57.6587 -145.85 - 28 142.413 1553 1 1 130.776 57.6601 -174.45 - 28 120.787 1188 1 0 130.785 57.657 -175.85 - 28 187.351 1554 0 1 130.961 57.61 -204.45 - 28 120.669 1187 0 0 130.973 57.5708 -205.85 - 28 178.833 1550 2 1 130.333 57.7925 -144.45 - 28 137.904 1189 2 0 130.258 57.9122 -145.85 - 28 163.088 1544 1 1 129.09 60.2355 -174.45 - 28 119.753 1202 1 0 128.993 60.4607 -175.85 - 28 20.2232 1533 0 1 126.761 64.8892 -204.45 - 28 78.1686 1532 0 1 126.75 64.8923 -204.525 - 28 93.7099 1224 0 0 126.537 65.0287 -205.85 - 28 83.1532 1225 0 0 126.516 65.05 -205.991 - 28 288.864 1536 0 1 127.494 64.5627 -204.85 - 28 51.3786 1187 2 0 130.534 57.4699 -145.85 - 28 88.5382 1186 2 0 130.546 57.45 -145.939 - 28 36.39 1569 1 1 134.119 51.5843 -174.45 - 28 98.0241 1570 1 1 134.15 51.5159 -174.567 - 28 46.6581 1153 1 0 134.502 50.7482 -175.85 - 28 115.357 1152 1 0 134.546 50.65 -176.005 - 28 145.667 1611 0 1 142.454 31.3819 -204.45 - 28 51.0545 1612 0 1 142.55 31.2131 -204.712 - 28 32.0654 1052 0 0 142.939 30.4937 -205.85 - 28 147.64 1051 0 0 142.964 30.45 -205.921 - 28 28.9993 1050 0 0 143.067 30.25 -206.187 - 28 116.026 187 7 1 -142.55 -134.911 5.46346 - 28 102.441 186 7 1 -142.75 -135.235 5.29798 - 28 94.5143 220 7 0 -144.477 -135.959 4.15 - 28 79.7991 219 7 0 -144.736 -136.15 3.97535 - 28 133.877 228 7 0 -141.377 -134.527 3.75028 - 28 169.225 229 7 0 -141.56 -134.35 3.97667 - 28 197.221 199 7 1 -140.27 -134.803 5.15017 - 28 91.5147 1186 4 0 130.257 57.45 -85.951 - 28 30.9111 1185 4 0 130.263 57.2495 -85.8783 - 28 312.27 1551 4 1 130.377 56.3274 -84.85 -Number of digits in this event = 25 -Using G4ParticleGun ... -6.38003 LIN -e- -Event: 29 -Number of tracker hits in this event = 67 - 29 207.843 927 11 1 5.53955 -51.6171 125.55 - 29 103.164 642 11 0 5.53857 -51.6173 124.15 - 29 109.047 927 10 1 5.51427 -51.6235 95.55 - 29 110.284 642 10 0 5.51291 -51.6246 94.15 - 29 120.464 927 9 1 5.47533 -51.6293 65.55 - 29 109.322 642 9 0 5.4693 -51.6296 64.15 - 29 115.858 926 8 1 5.3677 -51.6292 35.55 - 29 150.002 642 8 0 5.3663 -51.6318 34.15 - 29 118.225 926 7 1 5.3484 -51.6848 5.55 - 29 132.785 641 7 0 5.34572 -51.6865 4.15 - 29 123.427 926 6 1 5.3024 -51.7245 -24.45 - 29 118.133 641 6 0 5.29 -51.7209 -25.85 - 29 151.388 924 5 1 5.04286 -51.6346 -54.45 - 29 397.969 642 5 0 5.03216 -51.6254 -55.85 - 29 104.579 923 4 1 4.82445 -51.4523 -84.45 - 29 187.911 643 4 0 4.81578 -51.438 -85.85 - 29 210.037 922 3 1 4.62793 -51.1371 -114.45 - 29 112.269 644 3 0 4.61949 -51.1221 -115.85 - 29 114.901 921 2 1 4.44609 -50.8304 -144.45 - 29 117.42 646 2 0 4.43417 -50.8127 -145.85 - 29 128.415 920 1 1 4.18168 -50.461 -174.45 - 29 165.61 648 1 0 4.17187 -50.4456 -175.85 - 29 309.63 919 0 1 3.96344 -50.1328 -204.45 - 29 338.259 649 0 0 3.95129 -50.1204 -205.85 - 29 231.379 926 3 1 5.32939 -51.6376 -114.45 - 29 411.334 642 3 0 5.37286 -51.5833 -115.85 - 29 209.023 932 2 1 6.59471 -50.4331 -144.45 - 29 108.825 648 2 0 6.6953 -50.4119 -145.85 - 29 140.247 943 1 1 8.73345 -49.5602 -174.45 - 29 105.696 652 1 0 8.77848 -49.5379 -175.85 - 29 238.411 947 0 1 9.53579 -49.262 -204.45 - 29 113.387 653 0 0 9.61188 -49.2637 -205.85 - 29 211.457 1471 4 1 114.35 -135.446 -84.8368 - 29 142.737 922 2 1 4.60866 -48.4441 -144.45 - 29 62.3055 658 2 0 4.48923 -48.2593 -145.85 - 29 136.583 659 2 0 4.48349 -48.25 -145.918 - 29 94.6894 911 1 1 2.38259 -44.6626 -174.45 - 29 147.584 678 1 0 2.14166 -44.4282 -175.85 - 29 126.659 888 0 1 -2.37389 -40.3877 -204.45 - 29 136.15 699 0 0 -2.42752 -40.2031 -205.85 - 29 41.1775 818 1 0 -0.267035 -16.2957 -176.25 - 29 100.088 819 1 0 -0.316359 -16.25 -176.091 - 29 76.9084 894 1 1 -1.21391 -15.7204 -174.85 - 29 72.2657 893 1 1 -1.25 -15.7022 -174.8 - 29 66.7687 892 1 1 -1.45 -15.6615 -174.602 - 29 105.785 789 3 0 1.62278 -22.1896 -116.25 - 29 55.1104 788 3 0 1.59751 -22.25 -116.221 - 29 113.816 920 0 1 4.05 7.33057 -204.476 - 29 237.149 921 0 1 4.25 7.12564 -204.556 - 29 164.631 922 0 1 4.45 6.86987 -204.605 - 29 91.0063 940 4 1 8.19302 -101.071 -84.45 - 29 260.967 927 5 1 5.54153 -51.5887 -54.45 - 29 276.481 927 4 1 5.56124 -51.5875 -84.45 - 29 324.718 642 4 0 5.5637 -51.5846 -85.85 - 29 240.058 927 3 1 5.63955 -51.5426 -114.45 - 29 112.973 927 2 1 5.56899 -51.5186 -144.45 - 29 143.553 642 2 0 5.56877 -51.5123 -145.85 - 29 93.4583 927 1 1 5.55356 -51.4228 -174.45 - 29 155.517 643 1 0 5.54149 -51.4073 -175.85 - 29 178.677 926 0 1 5.29713 -51.1107 -204.45 - 29 111.349 644 0 0 5.29533 -51.0981 -205.85 - 29 160.494 641 3 0 5.52126 -51.7069 -115.85 - 29 115.046 925 2 1 5.13885 -52.2005 -144.45 - 29 129.858 639 2 0 5.08157 -52.2212 -145.85 - 29 124.885 919 1 1 3.97925 -52.3866 -174.45 - 29 120.442 638 1 0 3.97388 -52.4119 -175.85 - 29 151.09 636 0 0 3.85757 -52.8006 -205.85 -Number of digits in this event = 41 -Using G4ParticleGun ... -7.33177 LIN -e- -Event: 30 -Number of tracker hits in this event = 54 - 30 158.475 1388 10 1 97.8915 -40.2641 95.55 - 30 100.143 698 10 0 97.8907 -40.2636 94.15 - 30 95.724 1388 9 1 97.8738 -40.2523 65.55 - 30 269.473 698 9 0 97.8732 -40.2529 64.15 - 30 100.71 1388 8 1 97.8653 -40.2582 35.55 - 30 128.557 698 8 0 97.8659 -40.2593 34.15 - 30 117.399 1388 7 1 97.8876 -40.2823 5.55 - 30 123.848 698 7 0 97.8874 -40.2818 4.15 - 30 113.086 1388 6 1 97.8845 -40.2754 -24.45 - 30 110.698 698 6 0 97.8838 -40.2746 -25.85 - 30 212.868 1388 5 1 97.8708 -40.261 -54.45 - 30 112.184 698 5 0 97.8697 -40.2599 -55.85 - 30 103.795 1388 4 1 97.8349 -40.2227 -84.45 - 30 176.714 699 4 0 97.8342 -40.2203 -85.85 - 30 192.634 1388 3 1 97.8028 -40.1665 -114.45 - 30 320.432 699 3 0 97.8016 -40.1665 -115.85 - 30 106.061 1388 2 1 97.7744 -40.1526 -144.45 - 30 98.0284 699 2 0 97.7746 -40.1524 -145.85 - 30 645.201 1388 1 1 97.7719 -40.1405 -174.45 - 30 340.217 699 1 0 97.7695 -40.1414 -175.85 - 30 143.453 1387 0 1 97.7298 -40.1645 -204.45 - 30 265.683 699 0 0 97.7293 -40.1661 -205.85 - 30 27.6876 1407 2 0 -173.808 101.704 -146.25 - 30 158.879 1408 2 0 -173.787 101.75 -146.239 - 30 114.398 698 3 0 97.727 -40.25 -115.968 - 30 3.61595 1387 1 1 97.75 -40.2223 -174.835 - 30 211.416 698 1 0 97.6241 -40.374 -175.85 - 30 216.944 1365 0 1 93.1571 -45.5031 -204.45 - 30 112.941 673 0 0 93.6376 -45.3802 -205.85 - 30 2.85272 672 0 0 93.7767 -45.45 -206.239 - 30 47.6714 1364 0 1 93.15 -45.4779 -204.615 - 30 3.31596 505 2 0 109.537 -79.0315 -146.25 - 30 65.5709 504 2 0 109.543 -79.05 -146.236 - 30 61.1379 503 2 0 109.6 -79.25 -146.099 - 30 58.9516 502 2 0 109.655 -79.45 -145.964 - 30 238.144 1449 2 1 110.083 -81.0796 -144.85 - 30 111.773 1450 2 1 110.15 -81.3511 -144.665 - 30 52.3723 162 3 0 113.344 -147.589 -116.25 - 30 53.0598 161 3 0 113.348 -147.75 -116.184 - 30 68.1981 160 3 0 113.354 -147.95 -116.104 - 30 70.2862 159 3 0 113.344 -148.15 -116.021 - 30 56.7975 158 3 0 113.327 -148.35 -115.939 - 30 16.3575 157 3 0 113.314 -148.55 -115.873 - 30 470.427 1464 3 1 113.138 -151.704 -114.85 - 30 112.388 1448 2 1 109.95 -81.7672 -144.629 - 30 104.814 1447 2 1 109.75 -81.8177 -144.683 - 30 188.077 1446 2 1 109.55 -81.803 -144.621 - 30 87.2312 1288 0 1 77.65 -38.7176 -204.827 - 30 132.642 1389 0 1 97.9683 -40.0902 -204.45 - 30 120.234 1566 0 1 133.35 -45.6158 -204.586 - 30 61.5993 1565 0 1 133.35 -45.6677 -204.49 - 30 110.48 1172 2 0 56.3667 54.45 -146.068 - 30 114.381 1388 0 1 97.8538 -39.795 -204.45 - 30 285.192 701 0 0 97.8532 -39.7683 -205.85 -Number of digits in this event = 23 -Using G4ParticleGun ... -7.14776 LIN -e- -Event: 31 -Number of tracker hits in this event = 43 - 31 111.289 918 11 1 3.653 4.77038 125.55 - 31 112.246 923 11 0 3.65241 4.77023 124.15 - 31 135.648 917 10 1 3.63739 4.76584 95.55 - 31 106.95 923 10 0 3.63545 4.76608 94.15 - 31 180.127 917 9 1 3.59853 4.77232 65.55 - 31 198.368 923 9 0 3.59737 4.77242 64.15 - 31 219.679 917 8 1 3.57204 4.77694 35.55 - 31 97.8095 923 8 0 3.56955 4.77664 34.15 - 31 117.383 917 7 1 3.51263 4.776 5.55 - 31 120.533 923 7 0 3.51032 4.77628 4.15 - 31 157.513 917 6 1 3.46568 4.77232 -24.45 - 31 178.005 923 6 0 3.46372 4.77136 -25.85 - 31 146.239 916 5 1 3.42137 4.75145 -54.45 - 31 140.606 923 5 0 3.41789 4.74946 -55.85 - 31 143.291 916 4 1 3.34155 4.70524 -84.45 - 31 167.598 923 4 0 3.3378 4.70247 -85.85 - 31 193.576 916 3 1 3.26326 4.64525 -114.45 - 31 133.405 922 3 0 3.25859 4.64222 -115.85 - 31 133.111 915 2 1 3.15519 4.58189 -144.45 - 31 110.501 922 2 0 3.14978 4.57904 -145.85 - 31 108.192 914 1 1 3.03857 4.51988 -174.45 - 31 166.81 922 1 0 3.03393 4.51616 -175.85 - 31 117.516 914 0 1 2.93643 4.44187 -204.45 - 31 105.533 921 0 0 2.93221 4.43812 -205.85 - 31 91.8759 1330 0 1 86.2109 34.1957 -204.45 - 31 8.63923 842 0 0 52.1037 -11.5403 -206.25 - 31 230.884 891 1 1 -1.79368 42.0803 -174.85 - 31 19.6137 1090 1 0 1.13356 38.0974 -175.85 - 31 70.1935 1089 1 0 1.16876 38.05 -175.866 - 31 140.939 1088 1 0 1.27473 37.85 -175.915 - 31 20.035 1087 1 0 1.20955 37.65 -175.884 - 31 66.2233 903 1 1 0.735585 36.4217 -174.85 - 31 174.392 902 1 1 0.65 36.3641 -174.752 - 31 17.0744 1044 2 0 -160.08 28.85 -146.023 - 31 83.9927 766 4 0 78.2409 -26.818 -86.2499 - 31 111.883 765 4 0 78.2359 -26.85 -86.2272 - 31 213.911 915 0 1 3.13518 4.64852 -204.45 - 31 232.582 923 0 0 3.15181 4.66673 -205.85 - 31 59.483 1313 1 1 82.65 136.966 -174.555 - 31 128.61 922 0 0 3.11892 4.63751 -205.85 - 31 288.739 916 0 1 3.42635 4.78271 -204.45 - 31 19.9647 925 0 0 3.05382 5.22477 -205.85 - 31 94.8082 926 0 0 3.03313 5.25 -205.934 -Number of digits in this event = 24 -Using G4ParticleGun ... -6.04001 LIN -e- -Event: 32 -Number of tracker hits in this event = 96 - 32 130.891 576 9 1 -64.7414 -101.306 65.55 - 32 133.199 394 9 0 -64.7422 -101.306 64.15 - 32 128.713 576 8 1 -64.7548 -101.312 35.55 - 32 126.403 394 8 0 -64.7559 -101.313 34.15 - 32 115.253 576 7 1 -64.7885 -101.34 5.55 - 32 167.081 394 7 0 -64.7908 -101.342 4.15 - 32 148.337 576 6 1 -64.8372 -101.386 -24.45 - 32 124.242 393 6 0 -64.8399 -101.389 -25.85 - 32 197.202 575 5 1 -64.8945 -101.468 -54.45 - 32 137.103 393 5 0 -64.8956 -101.472 -55.85 - 32 110.547 575 4 1 -64.9228 -101.563 -84.45 - 32 135.567 392 4 0 -64.9179 -101.574 -85.85 - 32 111.022 576 3 1 -64.7228 -101.987 -114.45 - 32 125.222 390 3 0 -64.7158 -101.996 -115.85 - 32 123.334 576 2 1 -64.6847 -101.853 -144.45 - 32 111.205 391 2 0 -64.7226 -101.86 -145.85 - 32 113.02 571 1 1 -65.734 -101.92 -174.45 - 32 112.399 390 1 0 -65.8029 -101.952 -175.85 - 32 124.173 563 0 1 -67.3679 -102.664 -204.45 - 32 116.197 387 0 0 -67.4816 -102.699 -205.85 - 32 272.368 574 1 1 -65.0759 -101.897 -174.45 - 32 234.808 391 1 0 -65.0784 -101.904 -175.85 - 32 627.163 574 0 1 -65.1359 -102.041 -204.45 - 32 375.321 390 0 0 -65.139 -102.05 -205.85 - 32 356.188 71 0 0 -68.2036 -165.838 -206.25 - 32 24.5917 840 1 1 -12.05 -23.848 -174.65 - 32 60.5343 330 3 1 -114.061 28.9137 -114.85 - 32 262.446 573 0 1 -65.25 -101.982 -204.49 - 32 375.082 389 0 0 -65.4016 -102.15 -205.861 - 32 18.4295 575 0 1 -65.05 -101.882 -204.781 - 32 128.608 391 0 0 -65.132 -101.78 -205.85 - 32 79.0029 521 1 1 -75.65 -85.4338 -174.592 - 32 66.3405 522 1 1 -75.65 -85.3977 -174.489 - 32 517.538 575 3 1 -64.9491 -101.478 -114.45 - 32 225.49 395 3 0 -64.9977 -101.14 -115.85 - 32 115.981 568 2 1 -66.4005 -94.0889 -144.45 - 32 42.3149 433 2 0 -66.463 -93.4144 -145.85 - 32 90.1076 434 2 0 -66.4679 -93.3498 -145.984 - 32 160.571 567 1 1 -66.5504 -80.8276 -174.45 - 32 19.4838 498 1 0 -66.4801 -80.284 -175.85 - 32 101.669 499 1 0 -66.4757 -80.25 -175.924 - 32 151.554 393 3 0 -64.8941 -101.491 -115.85 - 32 117.543 580 2 1 -63.9822 -102.022 -144.45 - 32 111.006 389 2 0 -63.9093 -102.15 -145.85 - 32 114.966 590 1 1 -61.8961 -104.141 -174.45 - 32 91.7235 378 1 0 -62.0196 -104.479 -175.85 - 32 33.3926 377 1 0 -62.0273 -104.55 -176.158 - 32 146.367 590 0 1 -61.9045 -110.998 -204.45 - 32 51.9652 591 0 1 -61.85 -111.324 -204.736 - 32 54.1682 339 0 0 -61.3995 -112.246 -205.85 - 32 86.4607 338 0 0 -61.3507 -112.35 -205.978 - 32 55.7264 337 0 0 -61.2723 -112.55 -206.148 - 32 29.0861 583 0 1 -63.25 -112.822 -204.491 - 32 339.204 581 0 1 -63.7876 -113.919 -204.45 - 32 194.77 328 0 0 -63.8535 -114.438 -205.85 - 32 153.769 582 0 1 -63.4502 -113.052 -204.514 - 32 256.959 330 0 0 -63.033 -114.13 -205.85 - 32 42.6541 329 0 0 -62.8832 -114.15 -206.056 - 32 12.7972 331 0 0 -62.9497 -113.95 -206.229 - 32 8.12651 403 8 0 -66.9588 -99.3661 34.15 - 32 78.3999 404 8 0 -66.9804 -99.35 34.1451 - 32 136.999 567 8 1 -66.5706 -97.369 35.15 - 32 256.412 566 8 1 -66.65 -97.1084 35.3066 - 32 207.787 576 5 1 -64.7102 -101.322 -54.45 - 32 81.2136 396 5 0 -64.8989 -100.814 -55.8506 - 32 238.83 397 5 0 -64.9202 -100.75 -56.0118 - 32 42.7284 568 4 1 -66.4048 -89.7247 -84.45 - 32 64.2439 567 4 1 -66.45 -89.7551 -84.6261 - 32 104.648 450 4 0 -66.6888 -89.9448 -85.85 - 32 103.29 552 3 1 -69.45 -90.2871 -114.45 - 32 24.4346 551 3 1 -69.65 -90.1895 -114.617 - 32 8.67453 550 3 1 -69.9022 -90.05 -114.831 - 32 5.88841 453 3 0 -71.1749 -89.2577 -115.85 - 32 138.793 454 3 0 -71.1878 -89.2496 -115.86 - 32 81.621 455 3 0 -71.4858 -89.05 -116.034 - 32 67.5099 456 3 0 -71.7319 -88.85 -116.167 - 32 156.029 86 2 1 -162.774 -18.6705 -144.45 - 32 337.681 807 2 0 -162.942 -18.5141 -145.85 - 32 10.5164 808 2 0 -162.943 -18.45 -146.211 - 32 10.4704 98 1 1 -160.519 -11.8743 -174.45 - 32 77.7602 97 1 1 -160.55 -11.8638 -174.484 - 32 44.1855 96 1 1 -160.75 -11.7962 -174.713 - 32 138.116 842 1 0 -161.502 -11.5643 -175.85 - 32 118.744 394 5 0 -64.7516 -101.22 -55.85 - 32 192.019 596 4 1 -60.8365 -104.439 -84.45 - 32 74.0462 383 4 0 -60.2346 -103.46 -85.85 - 32 74.5121 384 4 0 -60.1215 -103.35 -86.0283 - 32 78.5964 491 4 0 -23.3842 -81.8247 -86.2497 - 32 71.6145 490 4 0 -23.2602 -81.85 -86.0608 - 32 48.3455 489 4 0 -23.164 -82.0501 -85.8988 - 32 56.194 798 4 1 -20.4027 -87.0985 -84.85 - 32 60.038 467 4 0 -18.8687 -86.5577 -85.85 - 32 132.072 468 4 0 -18.7713 -86.4494 -85.9355 - 32 77.2167 469 4 0 -18.6343 -86.25 -85.9632 - 32 188.893 812 4 1 -17.632 -86.8541 -84.8499 - 32 70.5375 811 4 1 -17.65 -86.837 -84.7717 -Number of digits in this event = 43 -Using G4ParticleGun ... -2.77504 LIN -e- -Event: 33 -Number of tracker hits in this event = 85 - 33 106.91 810 11 1 -17.8547 61.1534 125.55 - 33 122.694 1205 11 0 -17.8549 61.1503 124.15 - 33 95.553 810 10 1 -17.8601 61.088 95.55 - 33 111.278 1205 10 0 -17.86 61.0854 94.15 - 33 289.931 810 9 1 -17.8577 61.0313 65.55 - 33 110.451 1204 9 0 -17.8584 61.0301 64.15 - 33 117.833 810 8 1 -17.8896 61.0143 35.55 - 33 103.315 1204 8 0 -17.8889 61.0138 34.15 - 33 172.959 810 7 1 -17.8782 60.9997 5.55 - 33 113.032 1204 7 0 -17.8779 61.0016 4.15 - 33 122.442 810 6 1 -17.8889 61.0275 -24.45 - 33 96.3875 1204 6 0 -17.8891 61.0303 -25.85 - 33 150.107 810 5 1 -17.8825 61.0893 -54.45 - 33 136.11 1205 5 0 -17.8863 61.0952 -55.85 - 33 689.704 810 4 1 -17.9702 61.2081 -84.45 - 33 296.9 1205 4 0 -17.9761 61.2166 -85.85 - 33 97.1192 809 3 1 -18.085 61.384 -114.45 - 33 252.76 1206 3 0 -18.0855 61.3937 -115.85 - 33 171.102 809 2 1 -18.093 61.5741 -144.45 - 33 203.102 1207 2 0 -18.0975 61.585 -145.85 - 33 132.176 809 1 1 -18.2098 61.815 -174.45 - 33 187.199 1208 1 0 -18.2176 61.8266 -175.85 - 33 125.707 808 0 1 -18.3741 62.059 -204.45 - 33 121.796 1210 0 0 -18.3813 62.0738 -205.85 - 33 114.291 809 4 1 -18.05 61.3068 -84.6892 - 33 596.553 1208 4 0 -18.5036 61.7652 -85.8504 - 33 78.1237 1209 4 0 -18.6194 61.85 -86.085 - 33 127.38 750 3 1 -29.9267 66.1179 -114.45 - 33 102.473 1230 3 0 -30.2029 66.1238 -115.85 - 33 98.6389 749 3 1 -30.05 66.2333 -114.737 - 33 53.4566 748 3 1 -30.25 66.2906 -114.812 - 33 160.315 1234 3 0 -30.6025 66.8777 -115.85 - 33 80.6066 1235 3 0 -30.6818 67.0501 -116.119 - 33 4.89057 1409 3 0 21.7666 102.02 -116.25 - 33 2.85645 1777 3 0 114.511 175.744 -116.25 - 33 199.501 1778 3 0 114.514 175.75 -116.246 - 33 15.2203 1207 4 0 -18.7705 61.65 -86.1133 - 33 157.046 1206 4 0 -18.0859 61.3428 -85.85 - 33 106.612 798 3 1 -20.2778 63.5836 -114.45 - 33 125.998 1218 3 0 -20.4306 63.7024 -115.85 - 33 133.16 780 2 1 -23.8945 66.2747 -144.45 - 33 201.394 1231 2 0 -23.9261 66.3876 -145.85 - 33 154.431 778 1 1 -24.2614 68.4654 -174.45 - 33 132.172 1243 1 0 -24.3579 68.7165 -175.851 - 33 128.736 770 0 1 -26.0097 73.2129 -204.45 - 33 39.297 1266 0 0 -25.9221 73.4308 -205.85 - 33 68.7415 1267 0 0 -25.9142 73.45 -205.98 - 33 89.2829 705 0 1 -38.85 73.0276 -204.839 - 33 35.868 1263 0 0 -39.8778 72.8354 -205.85 - 33 134.611 795 3 1 -20.8927 64.1219 -114.45 - 33 63.511 1224 3 0 -21.0406 64.9753 -115.85 - 33 91.4034 1225 3 0 -21.0547 65.05 -115.975 - 33 166.822 779 2 1 -24.2073 82.2162 -144.45 - 33 118.019 1315 2 0 -24.1018 83.0625 -145.85 - 33 24.5121 1316 2 0 -24.081 83.2501 -146.17 - 33 48.2502 784 1 1 -23.235 99.2091 -174.45 - 33 98.3475 783 1 1 -23.25 99.2617 -174.567 - 33 150.658 1398 1 0 -23.4314 99.8246 -175.85 - 33 40.0726 1399 1 0 -23.4703 99.95 -176.141 - 33 144.967 764 0 1 -27.0608 112.238 -204.45 - 33 117.746 1464 0 0 -27.3605 112.969 -205.85 - 33 23.7095 1465 0 0 -27.4352 113.15 -206.188 - 33 215.379 1203 4 0 -18.5566 60.762 -85.85 - 33 97.2664 736 3 1 -32.7747 52.3207 -114.451 - 33 35.8788 735 3 1 -32.8501 52.2573 -114.797 - 33 101.371 1159 3 0 -33.0756 52.0319 -115.85 - 33 75.2372 690 2 1 -41.8571 45.0778 -144.45 - 33 108.299 689 2 1 -42.05 44.9822 -144.621 - 33 0.0561679 688 2 1 -42.25 44.8337 -144.85 - 33 111.899 1120 2 0 -43.1231 44.2137 -145.85 - 33 98.5382 1119 2 0 -43.3074 44.05 -146.081 - 33 13.2888 531 2 0 -104.988 -73.8135 -146.25 - 33 79.1788 530 2 0 -104.998 -73.85 -146.235 - 33 126.832 529 2 0 -105.136 -74.05 -146.158 - 33 175.171 528 2 0 -105.3 -74.25 -146.108 - 33 114.393 365 2 1 -106.969 -72.3105 -144.85 - 33 72.0186 364 2 1 -107.15 -72.0584 -144.635 - 33 130.647 363 2 1 -107.35 -72.0001 -144.476 - 33 314.054 542 2 0 -107.573 -71.5746 -145.85 - 33 175.212 267 2 1 -126.611 -72.0032 -144.85 - 33 138.773 268 2 1 -126.545 -72.3693 -144.45 - 33 208.154 269 2 1 -126.35 -72.5047 -144.64 - 33 206.032 270 2 1 -126.15 -72.4377 -144.465 - 33 39.5178 1129 1 0 50.3509 45.9714 -176.25 - 33 124.331 811 9 1 -17.85 61.0079 65.4501 -Number of digits in this event = 44 -Using G4ParticleGun ... -9.04644 LIN -e- -Event: 34 -Number of tracker hits in this event = 129 - 34 102.882 512 10 1 -77.6404 83.1819 95.55 - 34 130.146 1315 10 0 -77.6404 83.1809 94.15 - 34 99.9929 512 9 1 -77.6376 83.1608 65.55 - 34 386.26 1315 9 0 -77.6368 83.1595 64.15 - 34 119.107 512 8 1 -77.6181 83.1313 35.55 - 34 103.104 1315 8 0 -77.618 83.1285 34.15 - 34 128.531 512 7 1 -77.6212 83.0703 5.55 - 34 139.698 1315 7 0 -77.6202 83.0675 4.15 - 34 126.202 512 6 1 -77.5934 83.0116 -24.45 - 34 169.382 1314 6 0 -77.5924 83.0089 -25.85 - 34 368.214 512 5 1 -77.5693 82.9538 -54.45 - 34 125.376 1314 5 0 -77.5668 82.9515 -55.85 - 34 474.813 512 4 1 -77.5146 82.9052 -84.45 - 34 461.863 1314 4 0 -77.5133 82.9021 -85.85 - 34 255.383 512 3 1 -77.4912 82.8318 -114.45 - 34 215.095 1313 3 0 -77.4909 82.8286 -115.85 - 34 284.929 512 2 1 -77.4852 82.7615 -144.45 - 34 178.759 1313 2 0 -77.4858 82.7573 -145.85 - 34 167.319 512 1 1 -77.5009 82.6672 -174.45 - 34 190.402 1313 1 0 -77.5013 82.6621 -175.85 - 34 111.122 512 0 1 -77.5133 82.5557 -204.45 - 34 122.646 1312 0 0 -77.5138 82.5497 -205.85 - 34 90.9576 28 0 1 -174.5 56.3591 -204.45 - 34 261.342 27 0 1 -174.55 56.2001 -204.549 - 34 246.766 513 0 1 -77.3522 82.7843 -204.451 - 34 175.54 1316 0 0 -77.7692 83.2691 -205.85 - 34 46.9062 1300 0 0 -98.6387 80.178 -206.25 - 34 158.105 1299 0 0 -98.724 80.05 -206.131 - 34 53.102 1298 0 0 -98.9338 79.85 -205.921 - 34 88.0194 1297 0 0 -98.9131 79.65 -205.961 - 34 58.2787 1296 0 0 -98.8684 79.4499 -206.086 - 34 71.0737 1295 0 0 -98.8538 79.25 -206.11 - 34 65.9831 1294 0 0 -98.7712 79.0494 -206.149 - 34 96.1486 1547 0 0 -67.0162 129.582 -206.25 - 34 119.991 523 3 1 -75.2861 84.061 -114.45 - 34 154.221 1320 3 0 -75.2034 84.1154 -115.85 - 34 173.557 533 2 1 -73.3963 85.4122 -144.45 - 34 168.257 1327 2 0 -73.2718 85.4682 -145.85 - 34 124.646 545 1 1 -70.9211 86.4305 -174.45 - 34 119.687 1332 1 0 -70.8032 86.4591 -175.85 - 34 169.908 558 0 1 -68.341 86.8484 -204.45 - 34 1.27893 1334 0 0 -68.2037 87.0496 -205.85 - 34 231.192 1335 0 0 -68.2034 87.05 -205.853 - 34 27.0355 1336 0 0 -67.9537 87.25 -206.221 - 34 157.832 532 2 1 -73.45 85.3458 -144.586 - 34 53.835 1323 2 0 -73.7185 84.7226 -145.85 - 34 55.8826 1322 2 0 -73.7439 84.65 -146.042 - 34 179.044 521 1 1 -75.8326 77.9731 -174.45 - 34 81.6767 522 1 1 -75.65 77.8037 -174.556 - 34 89.9717 523 1 1 -75.45 77.6419 -174.666 - 34 51.4759 524 1 1 -75.25 77.4043 -174.775 - 34 58.3549 1279 1 0 -73.7092 76.0122 -175.85 - 34 87.6278 1278 1 0 -73.5628 75.85 -175.932 - 34 74.073 1277 1 0 -73.3612 75.65 -175.979 - 34 72.6939 1276 1 0 -73.1272 75.4496 -175.983 - 34 66.01 1275 1 0 -72.9683 75.25 -175.926 - 34 24.6097 538 1 1 -72.276 73.8244 -174.85 - 34 120.307 539 1 1 -72.25 73.7686 -174.811 - 34 133.717 540 1 1 -72.05 73.4014 -174.73 - 34 103.242 541 1 1 -71.85 72.89 -174.765 - 34 21.657 542 1 1 -71.65 72.5657 -174.837 - 34 69.6521 1238 1 0 -69.3663 67.8322 -175.85 - 34 51.3022 1237 1 0 -69.2753 67.65 -175.903 - 34 69.2574 1236 1 0 -69.2481 67.4497 -175.981 - 34 42.8078 1235 1 0 -69.2857 67.2497 -176.151 - 34 4.44855 1338 0 0 -67.9804 87.7232 -205.85 - 34 33.11 476 0 1 -84.65 108.034 -204.537 - 34 98.9436 477 0 1 -84.6499 108.114 -204.514 - 34 110.464 511 1 1 -77.6501 83.9077 -174.602 - 34 220.244 1322 1 0 -78.5027 84.4688 -175.85 - 34 113.814 1310 2 0 -77.4448 82.2478 -145.85 - 34 115.946 514 1 1 -77.136 81.5301 -174.45 - 34 104.192 1307 1 0 -77.0941 81.4912 -175.85 - 34 147.382 520 0 1 -75.9276 80.8593 -204.45 - 34 190.763 1304 0 0 -75.8742 80.867 -205.85 - 34 48.071 324 3 0 74.0327 -115.15 -115.936 - 34 130.745 1270 3 1 74.0892 -114.804 -114.85 - 34 47.8506 1269 3 1 74.05 -114.729 -114.721 - 34 11.9317 872 0 0 47.2903 -5.45 -205.993 - 34 82.4435 871 0 0 47.359 -5.65012 -205.896 - 34 179.316 1316 9 0 -77.7242 83.25 63.7637 - 34 120.795 510 8 1 -77.8613 83.1978 35.5499 - 34 64.5717 509 8 1 -78.05 82.9496 35.2954 - 34 13.5961 1306 8 0 -78.4938 81.3087 34.15 - 34 77.4366 1305 8 0 -78.5092 81.25 34.1165 - 34 67.1254 1304 8 0 -78.5919 81.05 34.0075 - 34 183.937 1303 8 0 -78.68 80.85 33.8853 - 34 6.49941 1302 8 0 -78.7417 80.65 33.7633 - 34 50.4955 841 8 0 -56.8615 -11.7783 33.75 - 34 79.6726 840 8 0 -56.697 -11.85 33.8245 - 34 57.2494 839 8 0 -56.5247 -12.05 34.0221 - 34 151.125 838 8 0 -56.3725 -12.25 34.0855 - 34 261.856 837 8 0 -56.0941 -12.45 34.1421 - 34 275.693 836 8 0 -55.7823 -12.65 33.9921 - 34 268.122 519 8 1 -76.0734 81.7334 35.55 - 34 36.1667 1308 8 0 -76.446 81.8366 34.15 - 34 81.0606 1309 8 0 -76.489 81.85 33.9998 - 34 52.1141 467 7 1 -86.5986 85.1314 5.55 - 34 63.8738 466 7 1 -86.6502 85.0852 5.38961 - 34 11.576 1323 7 0 -87.0321 84.6653 4.14949 - 34 103.526 1322 7 0 -87.0456 84.65 4.10206 - 34 0.577156 422 6 1 -95.7475 74.9268 -24.45 - 34 79.8337 421 6 1 -95.75 74.927 -24.4514 - 34 62.3944 420 6 1 -95.9501 74.9489 -24.5623 - 34 69.6681 419 6 1 -96.15 74.9663 -24.6672 - 34 46.9189 418 6 1 -96.35 74.9781 -24.7738 - 34 225.586 1274 6 0 -98.2785 74.9468 -25.85 - 34 154.493 236 5 1 -132.832 74.9978 -54.45 - 34 6.40878 235 5 1 -132.95 74.9696 -54.8361 - 34 14.9902 1274 5 0 -133.324 74.8556 -55.85 - 34 99.3595 1273 5 0 -133.342 74.85 -55.9004 - 34 124.974 195 4 1 -141.129 70.865 -84.4506 - 34 100.865 1253 4 0 -141.067 70.784 -85.8502 - 34 174.66 205 3 1 -139.141 69.9007 -114.45 - 34 31.7361 1252 3 0 -138.813 70.5954 -115.85 - 34 124.928 1253 3 0 -138.796 70.65 -115.961 - 34 134.336 231 2 1 -133.896 85.3628 -144.45 - 34 43.2242 1328 2 0 -133.482 85.8011 -145.85 - 34 78.8282 1329 2 0 -133.437 85.85 -146.007 - 34 25.7588 259 1 1 -128.202 95.8984 -174.45 - 34 103.973 260 1 1 -128.15 95.9176 -174.527 - 34 0.740883 261 1 1 -127.95 95.9749 -174.847 - 34 21.7905 1379 1 0 -127.337 96.1396 -175.85 - 34 138.026 1380 1 0 -127.3 96.15 -175.909 - 34 84.7743 362 0 1 -107.731 104.424 -204.45 - 34 62.8451 363 0 1 -107.55 104.455 -204.581 - 34 62.4227 364 0 1 -107.35 104.469 -204.718 - 34 1.57805 365 0 1 -107.15 104.483 -204.847 - 34 210.336 1422 0 0 -105.507 104.596 -205.85 -Number of digits in this event = 53 -Using G4ParticleGun ... -9.22689 LIN -e- -Event: 35 -Number of tracker hits in this event = 38 - 35 95.8251 1194 11 0 -59.1907 58.8799 124.15 - 35 118.61 604 10 1 -59.19 58.8777 95.55 - 35 188.482 1194 10 0 -59.1898 58.8772 94.15 - 35 119.322 604 9 1 -59.1864 58.8662 65.55 - 35 115.571 1194 9 0 -59.1853 58.8675 64.15 - 35 109.157 604 8 1 -59.1655 58.8932 35.55 - 35 362.379 1194 8 0 -59.1639 58.894 34.15 - 35 256.933 604 7 1 -59.1282 58.9162 5.55 - 35 132.91 1194 7 0 -59.1259 58.9174 4.15 - 35 112.331 604 6 1 -59.0753 58.9412 -24.45 - 35 147.251 1194 6 0 -59.0739 58.942 -25.85 - 35 148.808 604 5 1 -59.0813 58.9435 -54.45 - 35 95.4835 1194 5 0 -59.0864 58.9427 -55.85 - 35 133.321 604 4 1 -59.2022 58.9432 -84.45 - 35 107.305 1194 4 0 -59.2118 58.9476 -85.85 - 35 144.635 603 3 1 -59.43 59.0015 -114.45 - 35 106.177 1194 3 0 -59.4386 59.0022 -115.85 - 35 183.084 602 2 1 -59.5936 59.0806 -144.45 - 35 110.453 1195 2 0 -59.6144 59.0878 -145.85 - 35 130.186 600 1 1 -60.0377 59.261 -174.45 - 35 169.041 1196 1 0 -60.072 59.2686 -175.85 - 35 188.952 595 0 1 -60.8825 59.3766 -204.45 - 35 155.413 1196 0 0 -60.9363 59.3893 -205.85 - 35 354.829 596 0 1 -60.85 59.4807 -204.626 - 35 100.152 1197 0 0 -60.6184 59.5666 -205.85 - 35 82.4722 1193 8 0 -59.1961 58.8499 33.8811 - 35 18.5876 605 7 1 -58.9276 59.0474 5.55 - 35 66.5328 606 7 1 -58.85 59.061 5.51392 - 35 68.5886 607 7 1 -58.65 59.0725 5.39272 - 35 81.9822 608 7 1 -58.4497 59.0357 5.28455 - 35 49.9187 609 7 1 -58.25 58.9934 5.21912 - 35 40.089 610 7 1 -58.05 58.9445 5.16708 - 35 70.133 1188 7 0 -54.0525 57.742 4.15 - 35 173.477 1187 7 0 -53.8187 57.65 4.08302 - 35 91.7659 1186 7 0 -53.2946 57.45 3.86563 - 35 152.51 1225 7 0 19.7486 65.1416 3.75 - 35 193.401 1226 7 0 19.7484 65.25 3.95141 - 35 260.266 1002 7 1 20.4924 64.6968 5.15004 -Number of digits in this event = 20 -Using G4ParticleGun ... -9.46787 LIN -e- -Event: 36 -Number of tracker hits in this event = 53 - 36 208.868 1181 11 1 56.3231 55.8377 125.55 - 36 131.648 1178 11 0 56.3228 55.8375 124.15 - 36 121.846 1181 10 1 56.3149 55.8367 95.55 - 36 210.557 1178 10 0 56.3153 55.8374 94.15 - 36 128.847 1181 9 1 56.3235 55.852 65.55 - 36 172.591 1179 9 0 56.3252 55.8537 64.15 - 36 115.342 1181 8 1 56.3739 55.8925 35.55 - 36 103.581 1179 8 0 56.375 55.8944 34.15 - 36 135.977 1181 7 1 56.4103 55.9209 5.55 - 36 111.022 1179 7 0 56.4141 55.9262 4.15 - 36 226.603 1182 6 1 56.4883 56.0225 -24.45 - 36 162.661 1179 6 0 56.4931 56.0251 -25.85 - 36 125.614 1182 5 1 56.5958 56.0906 -54.45 - 36 96.2976 1180 5 0 56.6032 56.0971 -55.85 - 36 254.363 1183 4 1 56.7511 56.2253 -84.45 - 36 128.933 1180 4 0 56.7573 56.2299 -85.85 - 36 147.065 1184 3 1 56.8828 56.337 -114.45 - 36 110.692 1181 3 0 56.8896 56.3447 -115.85 - 36 145.978 1184 2 1 57.0205 56.5136 -144.45 - 36 88.1215 1182 2 0 57.0316 56.5195 -145.85 - 36 302.227 1185 1 1 57.2396 56.6429 -174.45 - 36 256.074 1183 1 0 57.2498 56.6504 -175.85 - 36 146.85 1187 0 1 57.4627 56.7902 -204.45 - 36 120.986 1183 0 0 57.4697 56.7978 -205.85 - 36 243.095 831 2 1 -13.6528 -53.7345 -144.85 - 36 55.2179 754 3 0 -59.2567 -29.25 -115.944 - 36 136.259 1186 0 1 57.4499 56.7915 -204.742 - 36 122.044 1186 1 1 57.2609 56.6009 -174.45 - 36 322.923 1182 1 0 57.283 56.5636 -175.85 - 36 123.931 1188 0 1 57.8063 55.8078 -204.45 - 36 101.604 1178 0 0 57.8428 55.7384 -205.85 - 36 110.383 1185 0 1 57.151 57.9785 -204.45 - 36 118.793 1190 0 0 57.2014 58.1131 -205.85 - 36 211.72 1182 4 1 56.65 55.9654 -84.7566 - 36 64.0996 1170 4 0 56.0722 54.2059 -85.8502 - 36 87.1119 1169 4 0 56.0375 54.05 -85.9103 - 36 111.47 1168 4 0 55.8597 53.85 -86.0247 - 36 332.324 1173 4 0 45.9312 54.8232 -86.2499 - 36 180.481 1174 4 0 45.9348 54.8507 -86.2149 - 36 20.3277 1179 4 0 60.8275 55.905 -86.25 - 36 230.695 1182 2 1 56.524 55.9847 -144.45 - 36 334.197 1179 2 0 56.5195 56.0055 -145.85 - 36 123.866 1182 1 1 56.4685 56.5616 -174.45 - 36 137.999 1184 0 1 57.0004 56.3079 -204.45 - 36 125.328 1181 0 0 57.0412 56.3562 -205.85 - 36 126.519 1178 1 1 55.7024 54.7037 -174.45 - 36 125.333 1173 1 0 55.6705 54.6572 -175.85 - 36 60.5541 1172 1 0 55.6661 54.65 -176.071 - 36 126.007 1175 0 1 55.0593 53.8582 -204.45 - 36 175.296 1168 0 0 55.075 53.7494 -205.85 - 36 308.329 1073 3 0 -102.5 34.7678 -116.25 - 36 99.7792 385 3 1 -102.968 32.8788 -114.85 - 36 41.527 1159 0 1 51.9158 8.20192 -204.45 -Number of digits in this event = 37 -Using G4ParticleGun ... -6.30599 LIN -e- -Event: 37 -Number of tracker hits in this event = 38 - 37 121.493 842 11 1 -11.5603 -44.7278 125.55 - 37 286.241 676 11 0 -11.5609 -44.727 124.15 - 37 178.516 842 10 1 -11.5785 -44.7131 95.55 - 37 123.508 676 10 0 -11.578 -44.7134 94.15 - 37 146.731 842 9 1 -11.5622 -44.7171 65.55 - 37 96.8688 676 9 0 -11.5608 -44.7173 64.15 - 37 112.923 842 8 1 -11.5421 -44.7274 35.55 - 37 149.543 676 8 0 -11.5429 -44.7271 34.15 - 37 127.821 842 7 1 -11.5559 -44.7262 5.55 - 37 107.4 676 7 0 -11.5553 -44.7264 4.15 - 37 107.089 842 6 1 -11.547 -44.7274 -24.45 - 37 128.198 676 6 0 -11.5451 -44.7291 -25.85 - 37 158.641 842 5 1 -11.549 -44.7736 -54.45 - 37 134.566 676 5 0 -11.5469 -44.7752 -55.85 - 37 135.333 842 4 1 -11.5034 -44.8043 -84.45 - 37 116.555 676 4 0 -11.5012 -44.8055 -85.85 - 37 360.069 842 3 1 -11.4514 -44.8326 -114.45 - 37 490.427 676 3 0 -11.4501 -44.8342 -115.85 - 37 305.716 843 2 1 -11.4304 -44.8615 -144.45 - 37 221.388 675 2 0 -11.4303 -44.8616 -145.85 - 37 353.683 843 1 1 -11.4301 -44.8663 -174.45 - 37 113.501 675 1 0 -11.4285 -44.8647 -175.85 - 37 117.188 843 0 1 -11.4015 -44.831 -204.45 - 37 138.18 676 0 0 -11.4 -44.8307 -205.85 - 37 40.1904 1790 3 1 178.15 -121.025 -114.552 - 37 142.469 842 1 1 -11.4502 -44.8566 -174.461 - 37 18.7863 672 11 0 -11.6562 -45.45 123.921 - 37 125.543 840 2 1 -11.875 -45.0337 -144.45 - 37 132.396 838 1 1 -12.3256 -44.8519 -174.45 - 37 118.258 676 1 0 -12.3476 -44.8355 -175.85 - 37 169.509 836 0 1 -12.819 -44.5129 -204.45 - 37 92.4199 677 0 0 -12.8425 -44.5072 -205.85 - 37 130.938 677 2 0 -11.2241 -44.6088 -145.85 - 37 123.465 848 1 1 -10.3562 -44.5494 -174.45 - 37 120.176 677 1 0 -10.3117 -44.5235 -175.85 - 37 173.345 853 0 1 -9.38726 -44.0253 -204.45 - 37 104.388 680 0 0 -9.37643 -44.0061 -205.85 - 37 155.781 679 0 0 -8.89949 -44.1322 -205.85 -Number of digits in this event = 28 -Using G4ParticleGun ... -5.08711 LIN -e- -Event: 38 -Number of tracker hits in this event = 229 - 38 130.517 1010 11 1 22.0811 2.92752 125.55 - 38 118.857 914 11 0 22.0837 2.92852 124.15 - 38 181.077 1010 10 1 22.1452 2.95191 95.55 - 38 151.137 914 10 0 22.1462 2.95303 94.15 - 38 101.542 1010 9 1 22.1571 2.97637 65.55 - 38 239.699 914 9 0 22.1573 2.97776 64.15 - 38 208.082 1010 8 1 22.1676 2.99661 35.55 - 38 351.083 914 8 0 22.1671 2.99937 34.15 - 38 334.78 1010 7 1 22.1977 3.07376 5.55 - 38 131.467 915 7 0 22.1975 3.0769 4.15 - 38 112.349 1010 6 1 22.1863 3.14822 -24.45 - 38 107.231 915 6 0 22.1823 3.15174 -25.85 - 38 251.151 1010 5 1 22.0959 3.23784 -54.45 - 38 140.609 915 5 0 22.0904 3.24106 -55.85 - 38 115.637 1009 4 1 21.9724 3.3139 -84.45 - 38 140.859 916 4 0 21.9674 3.32131 -85.85 - 38 460.97 1009 3 1 21.8675 3.48203 -114.45 - 38 278.709 917 3 0 21.8654 3.49628 -115.85 - 38 110.514 1008 2 1 21.8336 3.78366 -144.45 - 38 123.35 918 2 0 21.8415 3.79423 -145.85 - 38 482.288 1009 1 1 21.9909 4.02289 -174.45 - 38 241.257 919 1 0 22.0015 4.03431 -175.85 - 38 422.854 1010 0 1 22.1832 4.28889 -204.45 - 38 112.836 921 0 0 22.1939 4.30439 -205.85 - 38 77.4783 920 1 0 22.2489 4.20235 -175.85 - 38 42.1546 921 1 0 22.308 4.25 -176.136 - 38 117.927 1001 0 1 20.3899 1.65457 -204.45 - 38 115.176 906 0 0 20.4544 1.44106 -205.85 - 38 118.458 1008 0 1 21.6768 4.23449 -204.45 - 38 45.7724 1009 0 1 21.85 4.31178 -204.703 - 38 164.514 923 0 0 22.6317 4.67191 -205.85 - 38 181.807 1032 2 1 26.5649 8.42711 -144.45 - 38 129.191 944 2 0 26.6226 8.93368 -145.85 - 38 39.2299 945 2 0 26.6397 9.05004 -146.16 - 38 202.186 1036 1 1 27.3782 19.292 -174.45 - 38 80.0413 1037 1 1 27.45 19.307 -174.6 - 38 61.9977 996 1 0 28.0424 19.4315 -175.85 - 38 55.3083 997 1 0 28.1362 19.45 -176.049 - 38 1.22876 1109 0 1 42.0469 20.344 -204.45 - 38 145.229 1110 0 1 42.05 20.3457 -204.455 - 38 71.901 1111 0 1 42.25 20.4487 -204.814 - 38 127.872 1003 0 0 42.7176 20.7224 -205.85 - 38 1.09137 1004 0 0 42.8969 20.85 -206.245 - 38 83.648 1112 0 1 42.45 20.5944 -204.688 - 38 57.4761 1113 0 1 42.65 20.6668 -204.757 - 38 457.367 1006 0 0 44.48 21.3939 -205.85 - 38 339.065 1005 0 0 45.5317 21.25 -206.235 - 38 4.18743 1031 2 1 26.45 8.53703 -144.838 - 38 123.942 938 2 0 25.536 7.80798 -145.85 - 38 504.222 937 2 0 25.408 7.64997 -146.121 - 38 96.4857 914 3 0 21.9939 3.03363 -115.85 - 38 138.588 995 2 1 19.2316 -2.84331 -144.45 - 38 132.993 883 2 0 19.2086 -3.25121 -145.85 - 38 64.0976 986 1 1 17.3698 -10.121 -174.45 - 38 92.1495 985 1 1 17.2498 -10.0136 -174.58 - 38 14.936 984 1 1 17.0498 -9.81049 -174.802 - 38 64.0846 856 1 0 16.28 -8.79745 -175.85 - 38 107.474 857 1 0 16.1884 -8.65 -176.021 - 38 13.8622 858 1 0 16.0831 -8.45 -176.205 - 38 330.592 885 0 1 -2.94171 18.7687 -204.45 - 38 37.5935 884 0 1 -3.05 18.6589 -204.67 - 38 211.799 886 0 1 -2.85 18.9544 -204.662 - 38 136.871 913 8 0 22.1173 2.77465 34.15 - 38 164.179 910 7 0 22.1853 2.1017 4.15 - 38 113.959 1011 6 1 22.2666 1.11688 -24.45 - 38 118.759 904 6 0 22.3033 1.01849 -25.85 - 38 104.083 1015 5 1 23.0584 -0.92776 -54.45 - 38 187.11 895 5 0 23.117 -1.00535 -55.85 - 38 115.129 1021 4 1 24.3348 -2.73213 -84.45 - 38 104.951 886 4 0 24.3884 -2.78326 -85.85 - 38 130.297 1027 3 1 25.4711 -3.8904 -114.45 - 38 157.636 880 3 0 25.5422 -4.01452 -115.85 - 38 2.60753 879 3 0 25.5628 -4.05 -116.249 - 38 284.069 1034 2 1 26.8607 -6.56518 -144.45 - 38 135.183 866 2 0 26.8919 -6.75512 -145.85 - 38 113.318 845 1 0 27.4041 -10.9716 -175.85 - 38 170.427 1036 0 1 27.3821 -15.0523 -204.45 - 38 48.5896 824 0 0 27.3908 -15.2277 -205.85 - 38 70.7019 823 0 0 27.3918 -15.25 -206.029 - 38 94.2803 855 0 0 25.0201 -8.94951 -206.25 - 38 104.913 854 0 0 25.087 -9.05 -206.199 - 38 85.5144 1012 8 1 22.6406 3.26836 35.5498 - 38 33.1448 1013 8 1 22.65 3.29276 35.2401 - 38 116.889 916 8 0 22.6978 3.38858 34.15 - 38 115.428 1018 7 1 23.7537 5.43928 5.55 - 38 118.882 927 7 0 23.8614 5.48452 4.15 - 38 226.155 1027 6 1 25.4905 6.52721 -24.45 - 38 122.263 931 6 0 25.4856 6.41779 -25.8501 - 38 125.998 1024 5 1 25.0342 4.0266 -54.45 - 38 130.303 918 5 0 24.9839 3.80218 -55.85 - 38 6.53023 1019 4 1 23.8515 -1.38886 -84.45 - 38 106.915 1018 4 1 23.85 -1.39252 -84.4744 - 38 77.4567 892 4 0 23.7789 -1.60818 -85.85 - 38 35.9778 891 4 0 23.7682 -1.65 -86.1433 - 38 10.6117 1014 3 1 23.042 -5.55305 -114.45 - 38 106.939 1015 3 1 23.05 -5.55861 -114.494 - 38 113.625 871 3 0 23.3038 -5.72273 -115.85 - 38 14.2952 1044 2 1 29.0433 -9.56749 -144.45 - 38 111.429 1045 2 1 29.05 -9.57501 -144.509 - 38 132.083 851 2 0 29.1921 -9.72985 -145.85 - 38 216.539 1059 1 1 32.0276 -12.4385 -174.45 - 38 38.8067 836 1 0 32.0351 -12.8159 -175.85 - 38 69.9532 835 1 0 32.0363 -12.85 -175.982 - 38 118.009 1062 0 1 32.6242 -20.2991 -204.45 - 38 103.472 798 0 0 32.5766 -20.333 -205.85 - 38 58.7188 978 3 0 39.971 15.6936 -116.25 - 38 114.26 979 3 0 40.065 15.8501 -116.117 - 38 28.072 980 3 0 40.2927 16.0501 -115.893 - 38 63.9093 1108 3 1 41.7127 17.7036 -114.85 - 38 116.681 1109 3 1 41.8501 17.8164 -114.763 - 38 113.503 1110 3 1 42.05 18.0205 -114.542 - 38 589.194 1111 3 1 42.25 18.0785 -114.512 - 38 144.059 990 3 0 42.669 18.0708 -115.85 - 38 246.286 991 3 0 42.7197 18.25 -116.03 - 38 119.79 1112 3 1 42.4502 18.1082 -114.733 - 38 128.048 930 6 0 26.0936 6.18654 -25.85 - 38 258.246 862 6 0 25.3902 -7.46008 -26.2495 - 38 22.1254 1041 6 1 28.3553 -8.03128 -24.8499 - 38 62.0552 1042 6 1 28.4501 -8.04871 -24.8056 - 38 65.9112 1043 6 1 28.65 -8.04875 -24.7449 - 38 213.767 1044 6 1 28.8504 -8.1426 -24.674 - 38 43.3514 847 6 0 22.8766 -10.476 -25.85 - 38 89.4604 996 6 1 19.4115 -11.1824 -24.85 - 38 42.2335 848 6 0 19.0334 -10.324 -25.85 - 38 141.271 849 6 0 19.0263 -10.25 -25.9116 - 38 178.351 850 6 0 19.0314 -10.05 -26.003 - 38 80.8917 997 6 1 19.4977 -9.91186 -24.85 - 38 20.9705 1073 3 1 34.6878 9.5722 -114.45 - 38 149.285 1072 3 1 34.65 9.62711 -114.523 - 38 10.4771 1071 3 1 34.45 9.94056 -114.821 - 38 12.5705 954 3 0 34.0317 11.0096 -115.85 - 38 216.321 955 3 0 34.0131 11.0501 -115.891 - 38 73.1633 956 3 0 33.8466 11.25 -116.116 - 38 86.3802 1012 3 0 5.20595 22.6138 -116.25 - 38 149.208 1011 3 0 5.31446 22.4498 -115.957 - 38 156.162 1010 3 0 5.76332 22.25 -115.944 - 38 11.4005 1009 3 0 6.15581 22.05 -115.886 - 38 71.6148 932 3 1 6.5022 22.0432 -114.85 - 38 79.2855 933 3 1 6.65 22.0429 -114.64 - 38 111.793 934 3 1 6.85 22.0254 -114.631 - 38 40.072 1011 4 1 22.2514 3.10395 -84.45 - 38 194.524 1010 4 1 22.25 3.10302 -84.5105 - 38 132.61 915 4 0 22.2174 3.08241 -85.85 - 38 117.642 1006 3 1 21.3393 2.62864 -114.45 - 38 229.174 912 3 0 21.292 2.61838 -115.85 - 38 160.72 1000 2 1 20.1698 2.4856 -144.45 - 38 132.901 912 2 0 20.1348 2.46653 -145.85 - 38 644.15 996 1 1 19.3686 2.42615 -174.45 - 38 298.523 911 1 0 19.3248 2.44285 -175.85 - 38 247.016 990 0 1 18.2428 2.81825 -204.45 - 38 149.453 913 0 0 18.1574 2.7644 -205.85 - 38 95.5732 1710 1 0 147.85 162.15 -175.991 - 38 86.5987 1711 1 0 148.005 162.35 -175.995 - 38 283.704 1712 1 0 147.954 162.55 -175.946 - 38 45.1233 1713 1 0 147.892 162.75 -175.941 - 38 79.5328 127 3 1 -154.606 -87.7172 -114.45 - 38 113.829 126 3 1 -154.75 -87.543 -114.681 - 38 50.9229 469 3 0 -155.939 -86.1347 -115.85 - 38 110.472 470 3 0 -156.063 -86.05 -115.956 - 38 149.357 991 0 1 18.2543 2.81041 -204.45 - 38 121.191 914 0 0 18.2869 3.01464 -205.85 - 38 120.383 915 0 0 18.2926 3.05001 -206.157 - 38 29.7255 910 1 0 19.3293 2.25 -176.157 - 38 138.225 756 1 0 38.7224 -28.7091 -176.25 - 38 119.551 755 1 0 38.8031 -28.8502 -176.124 - 38 37.5732 754 1 0 38.9271 -29.05 -175.953 - 38 44.3323 1094 1 1 38.9885 -30.7676 -174.85 - 38 212.116 1095 1 1 39.05 -30.8681 -174.75 - 38 30.7141 1096 1 1 39.25 -30.9903 -174.454 - 38 254.45 999 1 1 19.9565 2.86952 -174.85 - 38 60.8921 909 1 0 19.54 1.91572 -175.85 - 38 107.979 911 2 0 20.1323 2.44996 -145.883 - 38 276.476 1000 1 1 20.166 -9.20507 -174.45 - 38 515.747 998 1 1 19.85 -9.36168 -174.722 - 38 427.699 997 1 1 19.6499 -9.58847 -174.756 - 38 39.482 995 1 1 19.2499 -9.9176 -174.482 - 38 62.8331 672 2 0 12.0365 -45.5304 -146.249 - 38 266.337 671 2 0 12.0545 -45.65 -146.153 - 38 214.502 982 3 0 23.8499 16.4713 -116.25 - 38 91.6945 914 4 0 22.2023 3.05 -85.9427 - 38 29.845 1004 3 1 21.0464 1.8626 -114.45 - 38 102.873 1005 3 1 21.05 1.85756 -114.55 - 38 114.633 908 3 0 21.1009 1.77982 -115.85 - 38 35.7397 1012 2 1 22.6017 0.0669256 -144.45 - 38 155.157 899 2 0 22.6683 -0.111548 -145.85 - 38 124.526 1022 1 1 24.4953 -3.48593 -174.45 - 38 7.21529 882 1 0 24.5202 -3.64645 -175.85 - 38 361.096 881 1 0 24.5208 -3.65001 -175.881 - 38 130.177 1025 0 1 25.1114 -7.08141 -204.45 - 38 235.898 864 0 0 25.0004 -7.08099 -205.85 - 38 116.705 1208 1 1 61.7238 -44.1168 -174.45 - 38 100.56 979 4 1 15.9078 15.6314 -84.45 - 38 166.024 975 4 0 15.4756 15.1552 -85.8502 - 38 241.516 1011 8 1 22.2931 2.99515 35.55 - 38 254.203 1014 7 1 23.0104 2.81555 5.55 - 38 238.768 913 7 0 22.9942 2.80292 4.15 - 38 133.605 1013 6 1 22.6626 2.77117 -24.45 - 38 33.981 1012 6 1 22.65 2.77546 -24.7502 - 38 177.991 913 6 0 22.6073 2.79501 -25.85 - 38 121.255 1007 5 1 21.6405 3.33987 -54.45 - 38 130.514 916 5 0 21.612 3.38553 -55.85 - 38 130.656 1004 4 1 20.974 4.48882 -84.45 - 38 164.53 922 4 0 20.9296 4.51169 -85.85 - 38 126.519 1000 3 1 20.0528 4.90986 -114.45 - 38 110.047 924 3 0 20.0576 4.8936 -115.85 - 38 281.321 1001 2 1 20.3703 4.97319 -144.45 - 38 118.648 924 2 0 20.3354 4.97696 -145.85 - 38 106.763 925 1 0 19.7885 5.0906 -175.85 - 38 127.307 1002 0 1 20.6199 5.10003 -204.45 - 38 112.467 925 0 0 20.5833 5.10605 -205.85 - 38 111.609 1016 6 1 23.2691 2.61422 -24.45 - 38 86.4557 912 6 0 23.3581 2.58402 -25.85 - 38 122.471 1026 5 1 25.2915 1.73856 -54.45 - 38 123.336 908 5 0 25.4033 1.72737 -55.85 - 38 140.943 1038 4 1 27.7376 1.28651 -84.45 - 38 147.164 905 4 0 27.8067 1.22701 -85.85 - 38 137.198 1046 3 1 29.2693 -0.0957767 -114.45 - 38 106.419 899 3 0 29.3583 -0.155582 -115.85 - 38 141.906 1056 2 1 31.3581 -1.46548 -144.45 - 38 120.42 892 2 0 31.3757 -1.62281 -145.85 - 38 47.4139 891 2 0 31.3784 -1.65 -146.094 - 38 98.2836 875 1 0 32.0143 -4.94637 -175.85 - 38 122.988 1063 0 1 32.7257 -6.64419 -204.45 - 38 154.52 866 0 0 32.8249 -6.74705 -205.85 - 38 55.1303 761 0 0 1.70696 -27.7518 -206.25 - 38 1.77326 1063 1 1 32.8473 -3.53031 -174.45 - 38 153.155 1064 1 1 32.85 -3.52822 -174.454 - 38 21.9102 880 1 0 32.7973 -3.85012 -176.182 - 38 101.141 1044 4 1 28.9889 1.58274 -84.8499 -Number of digits in this event = 108 -Using G4ParticleGun ... -4.81148 LIN -e- -Event: 39 -Number of tracker hits in this event = 81 - 39 97.3604 405 10 1 -99.048 37.7599 95.55 - 39 130.515 1088 10 0 -99.045 37.7592 94.15 - 39 194.422 405 9 1 -98.9795 37.7519 65.55 - 39 144.535 1088 9 0 -98.9763 37.7557 64.15 - 39 514.657 406 8 1 -98.911 37.8287 35.55 - 39 400.247 1088 8 0 -98.9094 37.8326 34.15 - 39 126.222 406 7 1 -98.8803 37.9135 5.55 - 39 202.626 1089 7 0 -98.8793 37.9173 4.15 - 39 144.347 406 6 1 -98.8578 37.9968 -24.45 - 39 145.087 1089 6 0 -98.8553 38.0007 -25.85 - 39 131.744 406 5 1 -98.8036 38.0851 -54.45 - 39 117.988 1090 5 0 -98.7994 38.0889 -55.85 - 39 345.049 407 4 1 -98.7184 38.1662 -84.45 - 39 117.162 1090 4 0 -98.716 38.169 -85.85 - 39 103.365 407 3 1 -98.6677 38.2213 -114.45 - 39 150.797 1090 3 0 -98.665 38.2241 -115.85 - 39 162.117 407 2 1 -98.605 38.29 -144.45 - 39 129.032 1091 2 0 -98.6001 38.2859 -145.85 - 39 245.138 408 1 1 -98.5091 38.1846 -174.45 - 39 116.813 1090 1 0 -98.5057 38.1773 -175.85 - 39 140.78 408 0 1 -98.4352 38.0183 -204.45 - 39 177.013 1089 0 0 -98.4308 38.0064 -205.85 - 39 69.7669 1094 1 0 -98.0961 38.9166 -175.85 - 39 76.5478 1095 1 0 -98.0136 39.05 -176.078 - 39 71.2481 1147 1 0 -53.2287 49.5104 -176.25 - 39 83.2525 1146 1 0 -53.1241 49.45 -176.116 - 39 174.26 1145 1 0 -53.06 49.25 -176.034 - 39 31.581 1144 1 0 -53.1233 49.05 -175.892 - 39 276.485 635 1 1 -52.8799 48.4625 -174.85 - 39 113.873 417 7 1 -96.6067 35.1345 5.55 - 39 71.721 1073 7 0 -96.4079 34.7269 4.15 - 39 34.8521 1072 7 0 -96.3793 34.65 3.86869 - 39 171.394 426 6 1 -94.8844 27.8135 -24.45 - 39 104.879 1037 6 0 -94.862 27.5737 -25.85 - 39 139.694 438 5 1 -92.3933 21.2956 -54.45 - 39 110.824 1005 5 0 -92.5385 21.2204 -55.85 - 39 113.796 420 4 1 -96.1148 21.5725 -84.45 - 39 288.874 1009 4 0 -96.2706 21.8713 -85.85 - 39 135.441 398 3 1 -100.516 24.8298 -114.45 - 39 3.05436 1028 3 0 -100.144 25.8448 -115.85 - 39 102.348 1029 3 0 -100.142 25.85 -115.857 - 39 25.9374 1030 3 0 -100.074 26.05 -116.139 - 39 113.451 409 7 1 -98.1569 38.3477 5.55 - 39 110.948 1091 7 0 -98.3043 38.3044 4.15 - 39 179.997 394 6 1 -101.246 37.0986 -24.4504 - 39 31.5582 1085 6 0 -101.328 37.0529 -25.85 - 39 90.821 1084 6 0 -101.335 37.05 -25.948 - 39 152.4 385 5 1 -103.132 36.2115 -54.4501 - 39 226.047 1080 5 0 -103.182 36.2114 -55.85 - 39 125.02 379 4 1 -104.235 36.1162 -84.45 - 39 117.405 1080 4 0 -104.266 36.1242 -85.8502 - 39 22.3418 374 3 1 -105.165 35.8594 -114.45 - 39 103.553 375 3 1 -105.15 35.8592 -114.541 - 39 138.792 1078 3 0 -104.926 35.8463 -115.85 - 39 19.7874 398 2 1 -100.358 35.8143 -144.45 - 39 123.919 399 2 1 -100.35 35.8163 -144.481 - 39 115.142 1079 2 0 -99.9779 35.897 -145.85 - 39 243.656 441 1 1 -91.9346 37.0066 -174.45 - 39 321.288 1085 1 0 -91.5474 37.1491 -175.85 - 39 111.371 480 0 1 -83.9562 40.2932 -204.45 - 39 43.8628 481 0 1 -83.85 40.3098 -204.715 - 39 106.886 1101 0 0 -83.396 40.4008 -205.85 - 39 55.7251 1012 5 0 -109.971 22.5262 -56.2498 - 39 79.0903 1011 5 0 -109.997 22.45 -56.0728 - 39 4.58586 1010 5 0 -110.083 22.25 -55.857 - 39 194.828 348 5 1 -110.414 19.1379 -54.85 - 39 68.7752 1087 4 0 -98.5311 37.4885 -85.85 - 39 44.6628 1086 4 0 -98.5091 37.45 -86.1167 - 39 108.316 420 3 1 -95.9991 33.289 -114.45 - 39 54.1782 1065 3 0 -95.9021 33.0754 -115.85 - 39 68.8452 1064 3 0 -95.8898 33.05 -116.022 - 39 179.007 431 2 1 -93.8576 28.8945 -144.45 - 39 123.725 1043 2 0 -93.7549 28.7015 -145.85 - 39 2.73938 1042 2 0 -93.7244 28.65 -146.236 - 39 153.622 443 1 1 -91.4165 25.043 -174.45 - 39 124.075 1024 1 0 -91.3282 24.984 -175.85 - 39 93.9413 453 0 1 -89.3733 23.7458 -204.45 - 39 129.815 1017 0 0 -89.3395 23.6462 -205.85 - 39 123.7 444 1 1 -91.35 25.0396 -174.658 - 39 320.603 1014 1 0 -90.3912 23.0488 -175.85 - 39 63.7896 1085 2 1 37.05 91.1018 -144.615 -Number of digits in this event = 41 -Using G4ParticleGun ... -6.95247 LIN -e- -Event: 40 -Number of tracker hits in this event = 233 - 40 127.629 976 11 1 15.3904 -53.3929 125.55 - 40 120.41 633 11 0 15.3902 -53.3936 124.15 - 40 260.351 976 10 1 15.3847 -53.4017 95.55 - 40 113.454 633 10 0 15.3856 -53.4005 94.15 - 40 333.641 976 9 1 15.4066 -53.3765 65.55 - 40 378.926 633 9 0 15.406 -53.3748 64.15 - 40 471.486 976 8 1 15.3986 -53.3262 35.55 - 40 105.642 633 8 0 15.3969 -53.3236 34.15 - 40 373.216 976 7 1 15.3589 -53.2633 5.55 - 40 364.012 633 7 0 15.3552 -53.262 4.15 - 40 473.531 976 6 1 15.2725 -53.2339 -24.45 - 40 233.603 634 6 0 15.2678 -53.2325 -25.85 - 40 113.33 975 5 1 15.1742 -53.2017 -54.45 - 40 133.843 634 5 0 15.1675 -53.1789 -55.85 - 40 107.412 974 4 1 15.0276 -52.7085 -84.45 - 40 133.74 636 4 0 15.0188 -52.6854 -85.85 - 40 263.958 973 3 1 14.8379 -52.221 -114.45 - 40 311.139 639 3 0 14.8282 -52.1963 -115.85 - 40 118.368 972 2 1 14.6224 -51.7123 -144.45 - 40 248.623 641 2 0 14.6141 -51.6877 -145.85 - 40 131.408 971 1 1 14.4487 -51.1929 -174.45 - 40 224.627 644 1 0 14.4412 -51.1726 -175.85 - 40 120.735 971 0 1 14.2702 -50.7657 -204.45 - 40 223.077 646 0 0 14.2759 -50.7565 -205.85 - 40 300.428 628 0 0 12.0085 -54.3454 -206.25 - 40 67.0719 629 0 0 12.0017 -54.25 -206.155 - 40 83.509 993 2 1 18.6581 -44.281 -144.45 - 40 98.3323 994 2 1 18.85 -44.3869 -144.612 - 40 11.5171 995 2 1 19.05 -44.4942 -144.818 - 40 7.5666 675 2 0 20.051 -45.0416 -145.85 - 40 154.481 674 2 0 20.0663 -45.05 -145.866 - 40 1.45984 673 2 0 20.4482 -45.25 -146.245 - 40 291.68 1144 1 1 48.9554 -60.1119 -174.45 - 40 109.992 1143 1 1 48.85 -60.1008 -174.604 - 40 112.155 599 1 0 48.216 -60.1424 -175.85 - 40 85.9278 595 1 0 49.6056 -60.9541 -175.85 - 40 175.002 596 1 0 49.775 -60.85 -176.011 - 40 135.921 597 1 0 49.8826 -60.65 -176.193 - 40 226.018 1115 3 1 43.0872 -160.326 -114.45 - 40 96.9928 1116 3 1 43.25 -160.558 -114.469 - 40 161.738 1114 3 1 43.05 -160.623 -114.665 - 40 65.2249 643 3 0 14.2545 -51.3547 -115.85 - 40 67.6916 644 3 0 14.1507 -51.25 -116.063 - 40 156.321 557 4 0 44.4135 -68.6076 -86.25 - 40 45.9875 642 6 0 17.4003 -51.566 -25.8501 - 40 60.4466 643 6 0 17.5228 -51.45 -25.8923 - 40 148.55 644 6 0 17.6044 -51.25 -25.9368 - 40 128.703 608 6 0 -19.217 -58.4412 -26.2499 - 40 212.766 609 6 0 -19.3161 -58.25 -26.2109 - 40 173.642 975 3 1 15.1687 -52.9868 -114.45 - 40 59.1068 628 3 0 15.1473 -54.3343 -115.85 - 40 74.0665 627 3 0 15.1545 -54.45 -115.953 - 40 89.591 626 3 0 15.1386 -54.65 -116.113 - 40 163.791 495 3 0 -21.0648 -81.0076 -116.25 - 40 284.185 796 3 1 -20.7411 -80.8587 -114.85 - 40 388.7 795 3 1 -20.8501 -80.9772 -114.568 - 40 146.02 343 1 1 -111.37 -66.3053 -174.45 - 40 248.703 633 6 0 15.4937 -53.3622 -25.85 - 40 109.582 989 5 1 17.8984 -54.5634 -54.45 - 40 107.171 626 5 0 18.0944 -54.7092 -55.85 - 40 178.727 1013 4 1 22.6818 -57.9105 -84.4506 - 40 10.61 610 4 0 22.8648 -58.044 -85.85 - 40 162.489 609 4 0 22.8729 -58.05 -85.9127 - 40 124.054 1033 3 1 26.6551 -60.8145 -114.45 - 40 90.1401 595 3 0 26.7482 -61.0034 -115.85 - 40 12.904 594 3 0 26.7687 -61.05 -116.195 - 40 33.1391 1043 2 1 28.8369 -64.7758 -144.45 - 40 72.8041 1044 2 1 28.85 -64.7909 -144.567 - 40 127.707 575 2 0 28.9784 -64.9652 -145.85 - 40 21.5664 1059 1 1 32.0411 -69.1223 -174.45 - 40 114.627 1060 1 1 32.05 -69.1359 -174.522 - 40 68.6681 553 1 0 32.2052 -69.4035 -175.85 - 40 62.9079 552 1 0 32.2315 -69.45 -176.076 - 40 116.16 1073 0 1 34.732 -74.948 -204.45 - 40 154.786 524 0 0 35.0171 -75.0972 -205.85 - 40 7.47177 1009 2 1 21.9922 -54.1697 -144.45 - 40 23.4889 975 6 1 15.1299 -53.1147 -24.45 - 40 139.041 974 6 1 15.05 -53.0355 -24.4944 - 40 208.376 973 6 1 14.85 -52.7541 -24.6011 - 40 156.219 972 6 1 14.65 -52.4626 -24.7395 - 40 100.685 645 6 0 13.6331 -51.0498 -25.8663 - 40 44.7237 646 6 0 13.4226 -50.85 -26.1294 - 40 331.302 1458 6 0 -112.903 111.783 -26.2499 - 40 118.887 1459 6 0 -113.021 111.95 -26.1364 - 40 117.453 1460 6 0 -113.102 112.15 -26.0728 - 40 20.683 332 6 1 -113.699 112.05 -24.85 - 40 134.44 331 6 1 -113.75 112.024 -24.784 - 40 82.9556 1457 6 0 -114.515 111.75 -25.8834 - 40 162.692 977 6 1 15.4521 -53.1658 -24.45 - 40 96.6459 978 5 1 15.658 -52.9628 -54.45 - 40 148.192 635 5 0 15.6782 -52.9488 -55.85 - 40 118.03 980 4 1 16.145 -52.6284 -84.45 - 40 364.21 637 4 0 16.1694 -52.6057 -85.85 - 40 117.416 983 3 1 16.7522 -52.1131 -114.45 - 40 135.669 985 2 1 17.2035 -51.8455 -144.45 - 40 351.871 984 1 1 16.9936 -51.5984 -174.45 - 40 144.355 642 1 0 16.9973 -51.5795 -175.85 - 40 132.331 984 0 1 17.0087 -51.1061 -204.45 - 40 170.597 644 0 0 17.0216 -51.0988 -205.85 - 40 265.378 986 2 1 17.2501 -51.8397 -144.577 - 40 104.423 976 5 1 15.4451 -53.4181 -54.45 - 40 101.746 633 5 0 15.4483 -53.4169 -55.85 - 40 144.305 977 4 1 15.5228 -53.3955 -84.45 - 40 229.759 633 4 0 15.5251 -53.3867 -85.85 - 40 107.38 977 3 1 15.5871 -53.1955 -114.45 - 40 149.163 634 3 0 15.5912 -53.1828 -115.85 - 40 110.756 978 2 1 15.6568 -52.934 -144.45 - 40 112.234 635 2 0 15.6627 -52.9283 -145.85 - 40 117.157 978 1 1 15.7539 -52.8294 -174.45 - 40 188.749 636 1 0 15.7657 -52.8252 -175.85 - 40 223.987 979 0 1 16.0273 -52.7307 -204.45 - 40 107.244 636 0 0 16.0427 -52.7328 -205.85 - 40 8.86745 978 0 1 15.8271 -54.1695 -204.45 - 40 187.507 980 0 1 16.05 -54.4669 -204.669 - 40 451.85 981 0 1 16.2502 -54.7971 -204.742 - 40 19.2171 982 0 1 16.45 -55.2482 -204.828 - 40 34.0316 612 0 0 17.6879 -57.5321 -205.85 - 40 70.8393 611 0 0 17.7419 -57.65 -205.897 - 40 75.0466 610 0 0 17.8272 -57.8504 -206.068 - 40 11.5022 609 0 0 17.9688 -58.05 -206.226 - 40 48.176 645 0 0 31.9254 -50.953 -206.25 - 40 104.266 647 0 0 32.0753 -50.65 -206.065 - 40 58.449 648 0 0 32.3243 -50.4499 -205.92 - 40 226.498 649 0 0 32.3737 -50.2499 -205.93 - 40 92.4852 650 0 0 32.2968 -50.05 -206.02 - 40 78.0541 651 0 0 32.2676 -49.85 -206.009 - 40 72.5694 652 0 0 32.1861 -49.65 -205.942 - 40 190.704 1059 0 1 31.9468 -48.5466 -204.85 - 40 128.535 1060 0 1 32.05 -48.4055 -204.588 - 40 5.84978 1061 0 1 32.25 -48.2088 -204.496 - 40 130.563 977 0 1 15.5361 -54.0372 -204.451 - 40 60.8104 977 10 1 15.45 -53.1962 95.4897 - 40 109.891 632 8 0 15.2837 -53.5501 34.15 - 40 136.916 979 7 1 16.019 -53.8653 5.55 - 40 124.609 630 7 0 16.0607 -53.8723 4.15 - 40 108.763 984 6 1 16.9231 -53.9983 -24.45 - 40 177.297 630 6 0 16.9587 -53.9937 -25.85 - 40 265.875 988 5 1 17.7586 -53.8352 -54.45 - 40 390.298 631 5 0 17.8078 -53.8175 -55.85 - 40 164.687 993 4 1 18.8013 -53.369 -84.45 - 40 152.443 999 3 1 19.982 -52.5898 -114.45 - 40 138.765 637 3 0 20.0429 -52.5654 -115.85 - 40 327.035 1006 2 1 21.2904 -52.0023 -144.45 - 40 114.425 640 2 0 21.3126 -51.9708 -145.85 - 40 209.609 1008 1 1 21.8414 -51.2601 -174.45 - 40 133.663 1009 0 1 21.984 -50.1198 -204.45 - 40 17.6597 642 2 0 21.1738 -51.4765 -145.85 - 40 107.445 643 2 0 21.1663 -51.4498 -145.911 - 40 314.137 764 2 0 15.3351 -27.1854 -146.25 - 40 39.6638 765 2 0 15.1426 -27.05 -145.969 - 40 315.078 969 2 1 13.8944 -28.559 -144.85 - 40 319.647 970 2 1 14.05 -29.0524 -144.635 - 40 44.1774 971 2 1 14.25 -29.2766 -144.585 - 40 7.79161 630 5 0 17.733 -53.85 -56.0011 - 40 88.8826 637 8 0 15.3679 -52.6123 34.15 - 40 118.081 973 7 1 14.7748 -52.5674 5.55 - 40 167.003 637 7 0 14.7443 -52.5538 4.15 - 40 112.601 970 6 1 14.1699 -52.2165 -24.45 - 40 135.671 639 6 0 14.1937 -52.1568 -25.85 - 40 132.019 972 5 1 14.6366 -51.0839 -54.45 - 40 114.795 645 5 0 14.6174 -51.0021 -55.85 - 40 207.213 969 4 1 14.0429 -49.2502 -84.45 - 40 111.099 654 4 0 13.9968 -49.1367 -85.85 - 40 120.755 965 3 1 13.189 -46.8935 -114.45 - 40 135.51 666 3 0 13.1791 -46.7381 -115.85 - 40 128.271 964 2 1 13.0035 -43.4978 -144.45 - 40 115.825 683 2 0 12.9598 -43.3207 -145.85 - 40 110.925 959 1 1 12.014 -39.7451 -174.45 - 40 107.726 702 1 0 11.9675 -39.5333 -175.85 - 40 110.906 955 0 1 11.12 -35.16 -204.45 - 40 119.16 725 0 0 11.0483 -34.9153 -205.85 - 40 9.30098 726 0 0 11.0294 -34.85 -206.221 - 40 19.2587 897 7 1 -0.571547 -15.7596 5.15 - 40 166.707 943 6 1 8.80384 -46.6633 -24.45 - 40 117.537 667 6 0 8.68377 -46.5818 -25.85 - 40 66.7631 927 5 1 5.51597 -45.0254 -54.45 - 40 45.0608 926 5 1 5.45 -45.0187 -54.71 - 40 122.61 675 5 0 5.26003 -44.9467 -55.85 - 40 136.677 902 4 1 0.539244 -42.5794 -84.4501 - 40 122.222 687 4 0 0.322771 -42.5685 -85.85 - 40 58.1356 882 3 1 -3.58663 -42.677 -114.45 - 40 62.0592 881 3 1 -3.65 -42.6666 -114.66 - 40 122.544 687 3 0 -4.01785 -42.6063 -115.85 - 40 65.5141 833 2 1 -13.3368 -41.4997 -144.45 - 40 60.4411 832 2 1 -13.45 -41.4848 -144.676 - 40 170.893 692 2 0 -14.0194 -41.4901 -145.85 - 40 43.0344 758 1 1 -28.3521 -42.0628 -174.45 - 40 90.9489 757 1 1 -28.45 -42.0829 -174.553 - 40 29.5194 756 1 1 -28.65 -42.1291 -174.763 - 40 77.8642 688 1 0 -29.6814 -42.3984 -175.85 - 40 138.28 687 1 0 -29.8788 -42.45 -176.062 - 40 154.819 628 0 1 -54.2582 -47.8894 -204.45 - 40 48.846 627 0 1 -54.45 -47.9634 -204.721 - 40 135.764 658 0 0 -55.2261 -48.2758 -205.85 - 40 82.423 942 6 1 8.65 -46.7321 -24.7156 - 40 9.15887 941 6 1 8.45 -46.9077 -24.8415 - 40 19.0477 663 6 0 6.0059 -47.4299 -25.8501 - 40 138.575 662 6 0 5.94513 -47.45 -25.8718 - 40 53.451 975 8 1 15.25 -53.001 35.3559 - 40 75.901 635 8 0 14.9806 -52.8725 34.15 - 40 54.2463 636 8 0 14.9335 -52.85 33.9421 - 40 61.7784 941 7 1 8.29173 -49.7517 5.55 - 40 62.2537 940 7 1 8.25 -49.7201 5.32973 - 40 160.395 652 7 0 8.02726 -49.5473 4.15 - 40 126.968 914 6 1 2.95783 -44.719 -24.45 - 40 94.6462 677 6 0 2.82693 -44.4997 -25.85 - 40 24.6277 678 6 0 2.79878 -44.45 -26.1681 - 40 106.158 901 5 1 0.319812 -40.1143 -54.45 - 40 14.3521 700 5 0 0.179481 -39.8578 -55.8506 - 40 116.154 701 5 0 0.17536 -39.85 -55.8934 - 40 103.524 887 4 1 -2.46515 -34.925 -84.45 - 40 10.7549 726 4 0 -2.61819 -34.6593 -85.85 - 40 87.0117 727 4 0 -2.62366 -34.65 -85.8982 - 40 154.298 870 3 1 -5.96603 -29.2401 -114.45 - 40 98.0101 754 3 0 -6.00773 -29.0878 -115.85 - 40 18.462 755 3 0 -6.0171 -29.05 -116.195 - 40 135.866 866 2 1 -6.70653 -25.944 -144.45 - 40 505.531 771 2 0 -6.61629 -25.6969 -145.85 - 40 46.6616 772 2 0 -6.6013 -25.65 -146.13 - 40 111.215 877 1 1 -4.63721 -21.0125 -174.45 - 40 106.354 796 1 0 -4.6005 -20.7468 -175.85 - 40 108.22 882 0 1 -3.64899 -15.0893 -204.451 - 40 131.501 826 0 0 -3.53728 -14.7764 -205.85 - 40 27.5436 820 0 0 -26.6722 -15.85 -206.066 - 40 108.3 768 0 1 -26.3271 -16.2807 -204.85 - 40 35.459 769 0 1 -26.2498 -16.3923 -204.531 - 40 99.9127 867 2 1 -6.64987 -25.899 -144.688 - 40 74.3573 868 2 1 -6.45 -25.9184 -144.741 - 40 9.6919 1037 1 0 2.62217 27.6269 -176.25 - 40 251.65 977 1 1 15.4727 -53.2733 -174.45 - 40 227.063 633 1 0 15.48 -53.2783 -175.85 - 40 308.932 630 0 0 16.4687 -54.0097 -205.85 - 40 115.916 975 0 1 15.2078 -53.8815 -204.45 -Number of digits in this event = 109 -Using G4ParticleGun ... -2.65867 LIN -e- -Event: 41 -Number of tracker hits in this event = 44 - 41 152.685 860 8 1 -7.94785 142.363 35.55 - 41 109.922 1611 8 0 -7.95242 142.363 34.15 - 41 127.209 859 7 1 -8.05736 142.36 5.55 - 41 103.393 1611 7 0 -8.06373 142.359 4.15 - 41 177.842 859 6 1 -8.20194 142.353 -24.45 - 41 165.155 1611 6 0 -8.21016 142.351 -25.85 - 41 226.23 858 5 1 -8.39136 142.318 -54.45 - 41 122.638 1610 5 0 -8.40317 142.315 -55.85 - 41 147.701 857 4 1 -8.64081 142.253 -84.45 - 41 101.215 1610 4 0 -8.65045 142.25 -85.85 - 41 178.004 855 3 1 -8.85474 142.197 -114.45 - 41 192.442 1610 3 0 -8.86701 142.195 -115.85 - 41 296.23 854 2 1 -9.12304 142.14 -144.45 - 41 134.672 1609 2 0 -9.1327 142.14 -145.85 - 41 116.184 853 1 1 -9.3169 142.128 -174.45 - 41 126.62 1609 1 0 -9.32834 142.127 -175.85 - 41 160.767 852 0 1 -9.56297 142.098 -204.45 - 41 355.728 1609 0 0 -9.57524 142.097 -205.85 - 41 126.696 1610 2 0 -9.04411 142.174 -145.85 - 41 114.931 865 1 1 -6.98225 142.654 -174.45 - 41 89.4655 1612 1 0 -6.96388 142.609 -175.85 - 41 150.852 868 0 1 -6.38995 141.876 -204.45 - 41 141.157 1608 0 0 -6.31958 141.845 -205.85 - 41 50.2038 1536 3 0 5.09778 127.443 -116.25 - 41 87.5883 1535 3 0 5.14027 127.35 -116.077 - 41 139.602 926 3 1 5.29085 126.614 -114.85 - 41 131.464 1568 4 0 -24.5718 133.798 -86.25 - 41 0.269005 1569 4 0 -24.9055 133.95 -85.8515 - 41 1.78532 772 4 1 -25.6447 134.311 -84.85 - 41 76.1508 771 4 1 -25.65 134.314 -84.8429 - 41 55.5982 770 4 1 -25.85 134.405 -84.5873 - 41 123.536 1619 5 0 16.7776 144.053 -56.25 - 41 128.762 1618 5 0 17.0575 143.95 -55.937 - 41 79.2901 996 5 1 19.2773 142.076 -54.85 - 41 70.7822 997 5 1 19.45 141.912 -54.7593 - 41 179.615 998 5 1 19.6501 141.78 -54.6081 - 41 44.3411 1602 5 0 18.36 140.632 -55.85 - 41 96.909 1601 5 0 18.2617 140.55 -55.928 - 41 131.244 1600 5 0 18.0869 140.35 -55.9908 - 41 137.898 1599 5 0 18.1045 140.15 -56.0783 - 41 199.641 1598 5 0 18.097 139.95 -56.1885 - 41 267.829 851 0 1 -9.75225 142.066 -204.45 - 41 27.52 1610 0 0 -9.66081 142.15 -206.201 - 41 131.07 859 5 1 -8.25 142.352 -54.7643 -Number of digits in this event = 29 -Using G4ParticleGun ... -5.30377 LIN -e- -Event: 42 -Number of tracker hits in this event = 30 - 42 158.709 847 10 1 -10.5554 91.9967 95.55 - 42 113.018 1359 10 0 -10.5546 91.9954 94.15 - 42 101.525 847 9 1 -10.5365 91.9736 65.55 - 42 176.115 1359 9 0 -10.5364 91.9734 64.15 - 42 141.631 847 8 1 -10.5323 91.9638 35.55 - 42 121.707 1359 8 0 -10.5329 91.9618 34.15 - 42 214.141 847 7 1 -10.5492 91.9193 5.55 - 42 140.711 1358 7 0 -10.5512 91.9177 4.15 - 42 94.1427 847 6 1 -10.5866 91.8908 -24.45 - 42 118.517 1358 6 0 -10.5907 91.8922 -25.85 - 42 129.21 846 5 1 -10.6796 91.9215 -54.45 - 42 142.318 1358 5 0 -10.6862 91.9253 -55.85 - 42 243.709 846 4 1 -10.8217 92.0063 -84.45 - 42 117.888 1359 4 0 -10.8292 92.0108 -85.85 - 42 100.63 845 3 1 -10.9787 92.1036 -114.45 - 42 274.642 1359 3 0 -10.9866 92.1075 -115.85 - 42 134.471 844 2 1 -11.145 92.1772 -144.45 - 42 172.28 1360 2 0 -11.1487 92.1791 -145.85 - 42 116.471 844 1 1 -11.2278 92.2121 -174.45 - 42 99.0677 1360 1 0 -11.2331 92.2144 -175.85 - 42 125.033 843 0 1 -11.341 92.2709 -204.45 - 42 132.115 1360 0 0 -11.3466 92.2763 -205.85 - 42 94.7244 846 3 1 -10.6658 91.7911 -114.45 - 42 42.8795 847 3 1 -10.65 91.8294 -114.76 - 42 139.072 855 2 1 -8.91471 96.0755 -144.45 - 42 52.4481 1376 2 0 -8.71096 95.4217 -145.85 - 42 69.0775 1375 2 0 -8.68571 95.35 -146.013 - 42 22.6792 847 4 1 -10.6213 91.7136 -84.45 - 42 27.0282 1354 4 0 -11.1129 90.994 -85.85 - 42 212.818 1353 4 0 -11.1404 90.95 -85.9521 -Number of digits in this event = 18 -Using G4ParticleGun ... -1.70921 LIN -e- -Event: 43 -Number of tracker hits in this event = 43 - 43 110.722 1089 11 1 37.9725 -53.7094 125.55 - 43 233.406 631 11 0 37.9738 -53.7127 124.15 - 43 135.415 1089 10 1 38.0114 -53.8048 95.55 - 43 104.67 631 10 0 38.0192 -53.8016 94.15 - 43 113.962 1090 9 1 38.1678 -53.7319 65.55 - 43 97.4127 631 9 0 38.1799 -53.7305 64.15 - 43 173.12 1092 8 1 38.4637 -53.6968 35.55 - 43 145.964 631 8 0 38.4888 -53.6998 34.15 - 43 149.855 1094 7 1 39.0151 -53.7451 5.55 - 43 119.718 631 7 0 39.0586 -53.7473 4.15 - 43 123.052 1099 6 1 39.9605 -53.8176 -24.45 - 43 117.104 631 6 0 40.0138 -53.8283 -25.85 - 43 119.456 1105 5 1 41.1034 -54.0055 -54.45 - 43 158.361 630 5 0 41.1535 -54.0054 -55.85 - 43 129.517 1110 4 1 42.1309 -53.9968 -84.45 - 43 132.772 630 4 0 42.1777 -53.9946 -85.85 - 43 102.918 1115 3 1 43.1127 -53.9518 -114.45 - 43 116.779 630 3 0 43.1663 -53.9505 -115.85 - 43 218.517 1121 2 1 44.2905 -53.9749 -144.45 - 43 147.601 630 2 0 44.3478 -53.981 -145.85 - 43 120.959 1126 1 1 45.4477 -54.1428 -174.45 - 43 84.3902 626 1 0 44.8182 -54.691 -175.85 - 43 70.5443 625 1 0 44.7086 -54.85 -176.107 - 43 150.194 507 1 0 23.7268 -78.5634 -176.25 - 43 177.985 1015 1 1 23.2384 -77.926 -174.85 - 43 162.565 1016 1 1 23.25 -77.6356 -174.46 - 43 3.32977 1017 1 1 23.45 -77.3483 -174.838 - 43 25.8392 516 1 0 24.6364 -76.6918 -175.85 - 43 106.413 517 1 0 24.7031 -76.65 -175.917 - 43 92.8116 600 1 0 33.1383 -59.8945 -176.25 - 43 65.2365 601 1 0 33.1407 -59.85 -176.197 - 43 380.249 1063 1 1 32.7446 -60.2277 -174.85 - 43 52.5593 1064 1 1 32.85 -60.1327 -174.563 - 43 318.097 1132 0 1 46.459 -54.5756 -204.45 - 43 457.378 627 0 0 46.4612 -54.5535 -205.85 - 43 261.447 1131 0 1 46.45 -54.5036 -204.736 - 43 41.1325 1130 0 1 46.25 -54.4362 -204.801 - 43 146.842 626 0 0 46.2029 -54.65 -205.976 - 43 38.4446 1323 12 0 -111.454 84.8221 153.75 - 43 116.086 1372 1 1 94.55 25.8159 -174.803 - 43 61.9483 1412 1 0 122.118 102.55 -176.002 - 43 58.116 877 11 0 -97.4312 -4.60113 124.15 - 43 177.99 423 11 1 -95.3976 -4.53059 125.55 -Number of digits in this event = 24 -Using G4ParticleGun ... -7.45484 LIN -e- -Event: 44 -Number of tracker hits in this event = 54 - 44 111.234 439 10 1 -92.2286 -26.9745 95.55 - 44 258.3 765 10 0 -92.2291 -26.9738 94.15 - 44 101.103 439 9 1 -92.2398 -26.9602 65.55 - 44 142.699 765 9 0 -92.2398 -26.9594 64.15 - 44 103.421 439 8 1 -92.2393 -26.9397 35.55 - 44 136.21 765 8 0 -92.2397 -26.9377 34.15 - 44 131.644 439 7 1 -92.2474 -26.8991 5.55 - 44 149.939 765 7 0 -92.2474 -26.8972 4.15 - 44 108.714 439 6 1 -92.2489 -26.8613 -24.45 - 44 158.298 765 6 0 -92.2491 -26.8595 -25.85 - 44 152.493 439 5 1 -92.2537 -26.8194 -54.45 - 44 125.781 766 5 0 -92.2512 -26.8193 -55.85 - 44 102.039 439 4 1 -92.1925 -26.8202 -84.45 - 44 116.357 766 4 0 -92.1887 -26.8188 -85.85 - 44 225.068 440 3 1 -92.1115 -26.7891 -114.45 - 44 739.029 766 3 0 -92.1078 -26.7879 -115.85 - 44 129.91 440 2 1 -92.0267 -26.7623 -144.45 - 44 462.37 766 2 0 -92.0224 -26.757 -145.85 - 44 228.389 441 1 1 -91.9288 -26.6531 -174.45 - 44 101.229 767 1 0 -91.9239 -26.6486 -175.85 - 44 132.563 441 0 1 -91.8586 -26.5313 -204.45 - 44 253.977 767 0 0 -91.8539 -26.5272 -205.85 - 44 43.3784 1117 9 1 43.477 -135.324 65.15 - 44 107.235 441 2 1 -91.8848 -27.1801 -144.45 - 44 93.1617 764 2 0 -91.93 -27.2191 -145.85 - 44 173.054 432 1 1 -93.6349 -28.2108 -174.45 - 44 138.76 758 1 0 -93.8008 -28.382 -175.85 - 44 132.984 416 0 1 -96.8401 -32.6852 -204.45 - 44 119.17 734 0 0 -96.9811 -33.0777 -205.85 - 44 11.6614 596 2 0 -82.6888 -60.7018 -146.25 - 44 59.483 843 3 0 -65.2103 -11.45 -116.061 - 44 231.442 487 2 1 -82.6249 -61.6008 -144.85 - 44 127.064 443 2 1 -91.4827 -26.5717 -144.45 - 44 162.43 767 2 0 -91.5033 -26.6241 -145.85 - 44 172.006 440 1 1 -91.9687 -27.5505 -174.45 - 44 195.556 761 1 0 -91.9474 -27.7089 -175.85 - 44 77.4854 443 0 1 -91.3853 -30.7489 -204.45 - 44 52.7585 444 0 1 -91.35 -30.7523 -204.75 - 44 206.973 746 0 0 -91.2021 -30.7557 -205.851 - 44 146.605 794 2 0 -72.0644 -21.0695 -146.25 - 44 78.2565 543 2 1 -71.3707 -21.2033 -144.85 - 44 57.3337 544 2 1 -71.25 -21.277 -144.599 - 44 365.163 439 3 1 -92.2607 -26.7953 -114.45 - 44 129.811 439 2 1 -92.2652 -26.7871 -144.45 - 44 203.014 439 1 1 -92.3171 -26.8187 -174.45 - 44 115.261 766 1 0 -92.3197 -26.8097 -175.85 - 44 121.417 438 0 1 -92.3598 -26.6085 -204.45 - 44 172.248 438 2 1 -92.385 -26.7075 -144.45 - 44 158.211 769 1 0 -91.7316 -26.1261 -175.85 - 44 113.881 448 0 1 -90.4697 -25.8147 -204.45 - 44 167.074 771 0 0 -90.4425 -25.7523 -205.85 - 44 133.831 878 2 0 -114.553 -4.31275 -146.25 - 44 127.791 879 2 0 -114.531 -4.24992 -146.163 - 44 113.824 697 1 0 -130.35 -40.6169 -176.25 -Number of digits in this event = 36 -Using G4ParticleGun ... -2.05431 LIN -e- -Event: 45 -Number of tracker hits in this event = 89 - 45 115.913 686 8 1 -42.7809 133.745 35.55 - 45 149.479 1567 8 0 -42.7802 133.743 34.15 - 45 134.414 686 7 1 -42.7688 133.702 5.55 - 45 122.815 1567 7 0 -42.7714 133.694 4.15 - 45 139.403 686 6 1 -42.8195 133.519 -24.45 - 45 143.843 1566 6 0 -42.8305 133.516 -25.85 - 45 467.903 684 5 1 -43.0668 133.439 -54.45 - 45 294.001 1566 5 0 -43.0715 133.435 -55.85 - 45 128.495 684 4 1 -43.1516 133.317 -84.45 - 45 115.929 1565 4 0 -43.1537 133.309 -85.85 - 45 246.929 684 3 1 -43.2085 133.15 -114.45 - 45 129.356 1564 3 0 -43.2159 133.119 -115.85 - 45 104.39 684 2 1 -43.187 132.461 -144.45 - 45 125.331 1561 2 0 -43.1406 132.518 -145.85 - 45 132.805 689 1 1 -42.0853 133.803 -174.45 - 45 127.902 1568 1 0 -42.0415 133.884 -175.85 - 45 135.836 694 0 1 -41.1085 135.419 -204.45 - 45 66.6243 1576 0 0 -41.0536 135.356 -205.85 - 45 78.0893 1575 0 0 -41.0482 135.35 -205.989 - 45 160.87 1537 0 0 -48.8593 127.6 -206.25 - 45 191.02 664 4 1 -47.2326 132.527 -84.4506 - 45 141.79 663 4 1 -47.25 132.524 -84.539 - 45 106.493 1561 4 0 -47.5022 132.484 -85.85 - 45 96.5295 634 3 1 -53.1951 131.421 -114.45 - 45 109.942 1556 3 0 -53.3436 131.465 -115.85 - 45 135.656 618 2 1 -56.3649 131.925 -144.45 - 45 290.71 1559 2 0 -56.432 131.957 -145.85 - 45 111.836 610 1 1 -57.8594 132.328 -174.45 - 45 109.914 1561 1 0 -58.0376 132.423 -175.85 - 45 260.065 590 0 1 -61.9982 134.177 -204.451 - 45 118.24 1570 0 0 -62.1722 134.237 -205.85 - 45 108.858 591 0 1 -61.85 134.159 -204.678 - 45 60.4497 1562 0 0 -63.1042 132.694 -205.85 - 45 56.3457 580 0 1 -63.9688 132.503 -204.85 - 45 126.476 579 0 1 -64.0502 132.504 -204.779 - 45 165.806 685 5 1 -43.05 133.589 -54.5835 - 45 93.1993 683 5 1 -43.2501 134.281 -54.5226 - 45 277.687 686 5 1 -42.7961 133.587 -54.45 - 45 69.096 718 4 1 -36.369 131.591 -84.45 - 45 63.7008 719 4 1 -36.25 131.581 -84.6582 - 45 127.174 1556 4 0 -35.5458 131.515 -85.85 - 45 36.7095 804 3 1 -19.1753 131.523 -114.45 - 45 78.9447 805 3 1 -19.05 131.54 -114.513 - 45 68.604 806 3 1 -18.85 131.564 -114.615 - 45 53.0847 807 3 1 -18.65 131.593 -114.725 - 45 6.93756 808 3 1 -18.4499 131.626 -114.831 - 45 332.351 1558 3 0 -16.5022 131.908 -115.85 - 45 187.723 1559 3 0 -16.2854 131.95 -115.962 - 45 58.5183 1136 2 1 47.411 146.915 -144.45 - 45 72.6421 1137 2 1 47.45 146.901 -144.463 - 45 70.1108 1138 2 1 47.65 146.832 -144.525 - 45 101.378 1139 2 1 47.85 146.772 -144.586 - 45 59.7807 1140 2 1 48.05 146.712 -144.645 - 45 64.1028 1141 2 1 48.2501 146.649 -144.71 - 45 61.6039 1142 2 1 48.45 146.593 -144.773 - 45 5.28074 1143 2 1 48.65 146.546 -144.841 - 45 47.2932 1629 2 0 51.501 145.981 -145.85 - 45 354.688 1628 2 0 51.6831 145.95 -145.911 - 45 100.224 1570 5 0 -43.1803 134.172 -55.8503 - 45 23.1312 1571 5 0 -43.2611 134.35 -56.1636 - 45 13.3188 643 4 1 -51.4331 149.965 -84.45 - 45 78.5542 642 4 1 -51.45 149.94 -84.4583 - 45 111.085 641 4 1 -51.65 149.749 -84.4859 - 45 427.709 640 4 1 -51.8501 149.539 -84.4584 - 45 77.8687 639 4 1 -52.0507 148.663 -84.6244 - 45 126.478 638 4 1 -52.25 148.618 -84.6904 - 45 250.059 1637 4 0 -52.2868 147.646 -85.85 - 45 95.0565 1780 5 0 -54.6395 176.256 -56.25 - 45 54.1887 1781 5 0 -54.5821 176.35 -56.035 - 45 301.019 628 5 1 -54.4464 176.854 -54.85 - 45 145.884 1785 5 0 -54.5927 177.241 -55.85 - 45 3.33778 1786 5 0 -54.7616 177.35 -56.2451 - 45 111.323 686 3 1 -42.8499 133.589 -114.45 - 45 280.626 1566 3 0 -42.8199 133.482 -115.85 - 45 103.084 689 2 1 -42.1103 131.237 -144.45 - 45 120.867 1555 2 0 -42.231 131.17 -145.85 - 45 159.967 679 1 1 -44.1384 130.313 -174.45 - 45 141.611 1550 1 0 -44.1582 130.222 -175.85 - 45 285.581 672 0 1 -45.5096 128.473 -204.45 - 45 41.6457 1541 0 0 -45.4861 128.359 -205.85 - 45 77.3184 1540 0 0 -45.4834 128.35 -206.001 - 45 43.9701 673 0 1 -45.45 128.399 -204.756 - 45 104.896 685 3 1 -42.8588 133.602 -114.45 - 45 177.207 687 2 1 -42.6429 132.066 -144.45 - 45 197.241 696 1 1 -40.8175 131.437 -174.45 - 45 33.6118 1556 1 0 -40.7695 131.356 -175.85 - 45 88.7897 1555 1 0 -40.7654 131.35 -175.964 - 45 96.6807 702 0 1 -39.5454 129.811 -204.45 - 45 152.87 1547 0 0 -39.4907 129.746 -205.85 -Number of digits in this event = 43 -Using G4ParticleGun ... -1.4117 LIN -e- -Event: 46 -Number of tracker hits in this event = 41 - 46 124.578 760 11 1 -27.9241 62.1625 125.55 - 46 104.338 1210 11 0 -27.9194 62.1646 124.15 - 46 102.05 761 10 1 -27.825 62.2411 95.55 - 46 96.1117 1210 10 0 -27.8159 62.2402 94.15 - 46 173.523 762 9 1 -27.6369 62.2218 65.55 - 46 114.724 1210 9 0 -27.617 62.2103 64.15 - 46 133.21 764 8 1 -27.2041 61.999 35.55 - 46 248.2 1209 8 0 -27.1834 61.9817 34.15 - 46 104.209 766 7 1 -26.7635 61.6303 5.55 - 46 208.091 1207 7 0 -26.7381 61.6081 4.15 - 46 92.1541 769 6 1 -26.1945 61.1186 -24.45 - 46 105.124 1205 6 0 -26.1623 61.0997 -25.85 - 46 193.168 772 5 1 -25.4965 60.7528 -54.45 - 46 115.857 1203 5 0 -25.4689 60.7316 -55.85 - 46 117.109 775 4 1 -24.8995 60.3087 -84.45 - 46 209.396 1201 4 0 -24.8691 60.2882 -85.85 - 46 90.3192 778 3 1 -24.2555 59.9283 -114.45 - 46 21.056 779 3 1 -24.25 59.9277 -114.763 - 46 101.812 1199 3 0 -24.2304 59.9254 -115.85 - 46 130.691 781 2 1 -23.6747 59.8873 -144.45 - 46 107.78 1199 2 0 -23.644 59.8843 -145.85 - 46 171.079 785 1 1 -23.0016 59.8493 -174.45 - 46 114.338 1198 1 0 -22.9604 59.8451 -175.85 - 46 220.889 789 0 1 -22.13 59.78 -204.45 - 46 219.341 1198 0 0 -22.0947 59.7775 -205.85 - 46 290.361 659 1 0 -139.464 -48.1063 -176.25 - 46 21.5534 1008 1 0 39.521 21.6708 -176.25 - 46 89.9356 1007 1 0 39.5592 21.65 -176.219 - 46 12.127 790 0 1 -22.05 59.7935 -204.809 - 46 27.972 1193 1 0 -22.8361 58.7166 -175.85 - 46 118.219 1192 1 0 -22.8361 58.6497 -175.919 - 46 30.7266 1191 1 0 -22.8868 58.45 -176.142 - 46 147.652 786 0 1 -22.7137 59.4763 -204.45 - 46 117.651 1196 0 0 -22.8421 59.3807 -205.85 - 46 127.923 1208 11 0 -26.5735 61.7023 124.15 - 46 21.7246 778 11 1 -24.3171 62.244 125.15 - 46 8.2448 1206 11 0 -23.6511 61.3288 124.15 - 46 6.13958 779 11 1 -24.2057 61.4841 125.15 - 46 1.27545 1209 11 0 -25.3317 61.9075 124.15 - 46 4.6527 764 11 1 -27.1288 63.7444 125.15 - 46 27.872 1224 11 0 -27.8997 64.9814 124.15 -Number of digits in this event = 15 -Using G4ParticleGun ... -8.3966 LIN -e- -Event: 47 -Number of tracker hits in this event = 51 - 47 126.792 886 9 1 -2.79087 121.561 65.55 - 47 148.697 1507 9 0 -2.79109 121.56 64.15 - 47 115.88 886 8 1 -2.79535 121.553 35.55 - 47 141.146 1507 8 0 -2.79643 121.553 34.15 - 47 302.212 886 7 1 -2.82145 121.557 5.55 - 47 106.651 1507 7 0 -2.82283 121.555 4.15 - 47 120.376 885 6 1 -2.8524 121.526 -24.45 - 47 98.1284 1506 6 0 -2.85406 121.525 -25.85 - 47 194.958 885 5 1 -2.88772 121.498 -54.45 - 47 155.516 1506 5 0 -2.88791 121.497 -55.85 - 47 92.5148 885 4 1 -2.89175 121.465 -84.45 - 47 131.003 1506 4 0 -2.89235 121.464 -85.85 - 47 411.287 885 3 1 -2.90592 121.425 -114.45 - 47 112.043 1506 3 0 -2.9067 121.423 -115.85 - 47 272.184 885 2 1 -2.92768 121.384 -144.45 - 47 163.234 1506 2 0 -2.92815 121.382 -145.85 - 47 143.685 885 1 1 -2.94033 121.362 -174.45 - 47 242.981 1506 1 0 -2.94262 121.359 -175.85 - 47 161.315 885 0 1 -2.98954 121.316 -204.45 - 47 146.686 1505 0 0 -2.99226 121.313 -205.85 - 47 92.3788 1706 3 0 11.551 161.35 -116.202 - 47 179.746 1081 1 0 -123.549 36.4193 -176.25 - 47 175.034 142 2 0 -97.0442 -151.617 -146.25 - 47 34.8164 141 2 0 -96.8789 -151.75 -145.908 - 47 99.135 416 2 1 -96.8077 -152.542 -144.85 - 47 243.165 415 2 1 -96.95 -152.4 -144.815 - 47 252.406 884 5 1 -3.05 121.358 -54.6884 - 47 20.7584 1499 5 0 -3.22745 120.014 -55.85 - 47 82.7425 1498 5 0 -3.23731 119.95 -55.8737 - 47 12.2334 883 5 1 -3.36273 119.874 -54.85 - 47 32.6274 1500 5 0 -4.00635 120.198 -55.85 - 47 119.575 1507 3 0 -2.93312 121.581 -115.85 - 47 101.521 886 2 1 -2.83048 121.734 -144.45 - 47 98.6798 1507 2 0 -2.78655 121.715 -145.85 - 47 119.739 890 1 1 -1.95815 121.429 -174.45 - 47 511.408 896 0 1 -0.736257 120.389 -204.45 - 47 147.367 1500 0 0 -0.640422 120.324 -205.85 - 47 328.009 897 0 1 -0.65 120.382 -204.563 - 47 67.6737 898 0 1 -0.45 120.186 -204.523 - 47 139.28 1512 3 0 -3.12968 122.554 -115.85 - 47 97.8363 1513 3 0 -3.19154 122.75 -116.189 - 47 134.051 862 2 1 -7.64435 134.497 -144.45 - 47 77.5105 861 2 1 -7.65 134.498 -144.454 - 47 62.6544 860 2 1 -7.85 134.554 -144.585 - 47 57.6081 859 2 1 -8.05 134.587 -144.722 - 47 174.65 1573 2 0 -9.49145 134.849 -145.85 - 47 57.0052 1506 8 0 -2.79225 121.55 33.8159 - 47 264.625 1288 8 0 1.82742 77.6668 33.75 - 47 255.861 886 1 1 -2.84972 121.523 -174.463 - 47 121.652 1507 1 0 -2.81512 121.611 -175.85 - 47 20.5405 1508 1 0 -2.40898 121.804 -175.85 -Number of digits in this event = 31 -Using G4ParticleGun ... -7.4527 LIN -e- -Event: 48 -Number of tracker hits in this event = 54 - 48 116.19 1109 10 1 42.0344 106.343 95.55 - 48 170.321 1430 10 0 42.0336 106.343 94.15 - 48 128.965 1109 9 1 42.0138 106.347 65.55 - 48 125.621 1430 9 0 42.0121 106.347 64.15 - 48 157.061 1109 8 1 41.9823 106.36 35.55 - 48 126.721 1431 8 0 41.9812 106.361 34.15 - 48 144.18 1109 7 1 41.9581 106.374 5.55 - 48 113.808 1431 7 0 41.959 106.375 4.15 - 48 129.635 1109 6 1 41.9794 106.388 -24.45 - 48 101.855 1431 6 0 41.9788 106.389 -25.85 - 48 131.33 1109 5 1 41.9658 106.419 -54.45 - 48 180.107 1431 5 0 41.966 106.423 -55.85 - 48 200.733 1109 4 1 41.964 106.529 -84.45 - 48 136.677 1431 4 0 41.9615 106.538 -85.85 - 48 227.771 1109 3 1 41.8988 106.733 -114.45 - 48 109.116 1432 3 0 41.894 106.745 -115.85 - 48 230.07 1108 2 1 41.8115 107.002 -144.45 - 48 146.901 1434 2 0 41.8045 107.014 -145.85 - 48 144.956 1108 1 1 41.6576 107.235 -174.45 - 48 136.889 1435 1 0 41.6487 107.242 -175.85 - 48 126.047 1107 0 1 41.4685 107.378 -204.45 - 48 97.0639 1436 0 0 41.4613 107.389 -205.85 - 48 173.324 1026 0 1 25.2981 54.9252 -204.85 - 48 55.9803 985 2 1 17.2332 136.518 -144.45 - 48 196.028 986 2 1 17.25 136.562 -144.51 - 48 56.1896 1108 3 1 41.85 106.901 -114.711 - 48 110.645 1440 3 0 41.3361 108.151 -115.85 - 48 74.0823 1441 3 0 41.2646 108.35 -116.089 - 48 30.6507 1090 2 1 38.1283 119.189 -144.45 - 48 71.3252 1089 2 1 38.05 119.207 -144.504 - 48 110.417 1088 2 1 37.85 119.284 -144.531 - 48 50.1773 1087 2 1 37.6492 119.327 -144.535 - 48 48.7396 1086 2 1 37.45 119.322 -144.58 - 48 64.7342 1085 2 1 37.2498 119.293 -144.644 - 48 58.5016 1084 2 1 37.05 119.299 -144.706 - 48 60.6208 1490 2 0 36.842 118.257 -145.85 - 48 123.643 1489 2 0 36.7723 118.15 -145.989 - 48 70.3787 1319 2 0 90.8761 83.9446 -146.25 - 48 105.198 1318 2 0 91.1126 83.85 -146.125 - 48 0.208304 1358 2 1 91.9497 83.0789 -144.85 - 48 163.516 1359 2 1 91.95 83.0787 -144.85 - 48 215.739 1360 2 1 92.1501 82.7516 -144.501 - 48 122.458 1430 5 0 42.0557 106.35 -55.933 - 48 20.832 910 2 1 2.16533 114.808 -144.85 - 48 4.03307 950 1 1 10.1795 62.6486 -174.85 - 48 30.5255 949 1 1 10.0499 62.4995 -174.471 - 48 97.9277 1109 2 1 41.85 106.503 -144.599 - 48 114.024 1433 2 0 42.3335 106.755 -145.85 - 48 107.033 1167 1 1 53.5651 115.252 -174.45 - 48 74.8061 1475 1 0 53.6364 115.318 -175.85 - 48 35.8672 1476 1 0 53.6462 115.35 -176.111 - 48 128 1185 0 1 57.1424 124.084 -204.45 - 48 86.0048 1516 0 0 57.488 123.468 -205.85 - 48 54.543 1515 0 0 57.556 123.35 -206.096 +Number of tracker hits in this event = 35 + 21 132.725 1119 7 1 43.8527 140.735 5.55 + 21 106.732 1602 7 0 43.8533 140.737 4.15 + 21 112.464 1119 6 1 43.8622 140.768 -24.45 + 21 155.282 1603 6 0 43.8636 140.77 -25.85 + 21 121.167 1119 5 1 43.8922 140.812 -54.45 + 21 103.159 1603 5 0 43.8933 140.814 -55.85 + 21 428.54 1119 4 1 43.9183 140.857 -84.45 + 21 399.318 1603 4 0 43.9206 140.859 -85.85 + 21 187.082 1119 3 1 43.9638 140.9 -114.45 + 21 158.54 1603 3 0 43.9651 140.901 -115.85 + 21 132.17 1119 2 1 43.9977 140.907 -144.45 + 21 140.099 1603 2 0 43.9994 140.907 -145.85 + 21 129.911 1119 1 1 44.0339 140.916 -174.45 + 21 134.755 1603 1 0 44.0346 140.917 -175.85 + 21 123.746 1120 0 1 44.0506 140.941 -204.45 + 21 134.306 1603 0 0 44.0504 140.943 -205.85 + 21 119.829 1117 3 1 43.6 139.442 -114.45 + 21 152.157 1596 3 0 43.614 139.44 -115.85 + 21 99.9493 1123 2 1 44.7106 139.404 -144.45 + 21 189.779 1596 2 0 44.8538 139.409 -145.85 + 21 24.0204 1138 1 1 47.8401 139.375 -174.45 + 21 122.77 1139 1 1 47.85 139.368 -174.524 + 21 126.588 1595 1 0 48.0325 139.258 -175.85 + 21 154.988 1160 0 1 52.0748 137.012 -204.45 + 21 50.6601 1584 0 0 52.3143 136.958 -205.85 + 21 49.649 1583 0 0 52.3488 136.95 -206.051 + 21 10.5407 1275 1 0 22.0904 75.25 -176.225 + 21 136.423 1115 3 1 43.1165 140.348 -114.45 + 21 128.238 1600 3 0 43.1443 140.291 -115.85 + 21 123.816 1118 2 1 43.7589 138.88 -144.45 + 21 141.46 1593 2 0 43.7261 138.828 -145.85 + 21 106.638 1114 1 1 42.8957 137.695 -174.45 + 21 129.536 1587 1 0 42.8645 137.666 -175.85 + 21 104.821 1110 0 1 42.0863 137.152 -204.45 + 21 232.034 1585 0 0 42.0466 137.16 -205.85 Number of digits in this event = 26 Using G4ParticleGun ... -3.62355 LIN +3.82225 LIN e- -Event: 49 -Number of tracker hits in this event = 84 - 49 139.351 358 10 1 -108.401 -38.7179 95.55 - 49 133.774 706 10 0 -108.401 -38.7187 94.15 - 49 120.641 358 9 1 -108.395 -38.7413 65.55 - 49 91.9469 706 9 0 -108.395 -38.7432 64.15 - 49 111.864 358 8 1 -108.401 -38.7803 35.55 - 49 185.989 706 8 0 -108.398 -38.7842 34.15 - 49 117.366 359 7 1 -108.329 -38.8656 5.55 - 49 176.84 705 7 0 -108.326 -38.8698 4.15 - 49 265.022 359 6 1 -108.234 -38.959 -24.45 - 49 112.659 705 6 0 -108.229 -38.9647 -25.85 - 49 314.353 360 5 1 -108.13 -39.0988 -54.45 - 49 132.111 704 5 0 -108.123 -39.1041 -55.85 - 49 120.123 361 4 1 -107.95 -39.2017 -84.45 - 49 374.281 704 4 0 -107.94 -39.2051 -85.85 - 49 249.379 362 3 1 -107.725 -39.2801 -114.45 - 49 378.83 703 3 0 -107.721 -39.2814 -115.85 - 49 251.804 362 2 1 -107.634 -39.3096 -144.45 - 49 126.463 703 2 0 -107.631 -39.3019 -145.85 - 49 107.93 362 1 1 -107.564 -39.1476 -174.45 - 49 118.233 704 1 0 -107.555 -39.1409 -175.85 - 49 232.117 363 0 1 -107.406 -39.009 -204.45 - 49 122.572 705 0 0 -107.396 -39 -205.85 - 49 242.305 362 0 1 -107.55 -39.0789 -204.597 - 49 85.2871 363 3 1 -107.55 -39.3144 -114.587 - 49 57.2776 364 3 1 -107.35 -39.341 -114.731 - 49 154.742 702 3 0 -106.565 -39.45 -115.902 - 49 84.3619 704 3 0 -106.402 -39.25 -116.168 - 49 175.315 439 2 1 -92.3112 -31.0356 -144.45 - 49 151.908 440 2 1 -92.15 -31.4734 -144.624 - 49 234.674 361 3 1 -107.75 -39.323 -114.583 - 49 97.9089 346 2 1 -110.888 -46.5926 -144.45 - 49 89.766 345 2 1 -110.95 -46.6971 -144.695 - 49 110.625 663 2 0 -111.245 -47.2623 -145.85 - 49 7.33454 662 2 0 -111.322 -47.45 -146.228 - 49 134.354 316 1 1 -116.822 -61.6799 -174.45 - 49 123.849 590 1 0 -117.14 -61.9707 -175.85 - 49 149.889 283 0 1 -123.498 -66.2043 -204.45 - 49 13.7564 572 0 0 -123.607 -65.4727 -205.85 - 49 86.3146 573 0 0 -123.611 -65.4496 -205.898 - 49 133.065 729 0 0 -104.717 -34.2087 -206.25 - 49 34.3544 379 0 1 -104.18 -33.9615 -204.85 - 49 93.1636 380 0 1 -104.15 -33.9411 -204.784 - 49 60.9415 381 0 1 -103.95 -33.822 -204.525 - 49 158.383 382 0 1 -103.75 -33.8197 -204.49 - 49 151.853 383 0 1 -103.55 -34.2898 -204.831 - 49 18.7996 707 0 0 -99.6344 -38.603 -205.85 - 49 142.774 706 0 0 -99.6012 -38.6501 -205.863 - 49 94.8947 410 0 1 -98.104 -40.3548 -204.85 - 49 7.95999 411 0 1 -97.95 -40.4816 -204.83 - 49 40.5984 696 0 0 -96.8143 -40.7929 -205.85 - 49 73.5584 695 0 0 -96.7093 -40.85 -205.967 - 49 134.228 694 0 0 -96.6832 -41.0501 -206.03 - 49 47.6209 419 0 1 -96.288 -40.9146 -204.85 - 49 59.4698 420 0 1 -96.15 -40.8683 -204.757 - 49 77.0954 421 0 1 -95.95 -40.8521 -204.779 - 49 117.159 422 0 1 -95.75 -40.7668 -204.759 - 49 73.5843 423 0 1 -95.55 -40.6046 -204.715 - 49 236.732 699 0 0 -95.2183 -40.0613 -205.85 - 49 45.4172 700 0 0 -95.209 -40.0498 -205.875 - 49 226.529 360 4 1 -108.001 -39.1923 -84.45 - 49 134.185 702 2 0 -107.56 -39.4759 -145.85 - 49 141.02 363 1 1 -107.439 -39.7822 -174.45 - 49 204.233 701 1 0 -107.421 -39.806 -175.85 - 49 127.882 365 0 1 -107.034 -40.2273 -204.45 - 49 115.329 698 0 0 -107.007 -40.2676 -205.85 - 49 193.362 703 4 0 -108.131 -39.2596 -85.85 - 49 261.503 341 3 1 -111.899 -40.0147 -114.45 - 49 0.859859 699 3 0 -112.096 -40.2494 -115.85 - 49 99.8567 698 3 0 -112.097 -40.2501 -115.854 - 49 132.182 318 2 1 -116.499 -45.3623 -144.45 - 49 0.398667 667 2 0 -116.363 -46.6489 -145.85 - 49 95.1934 666 2 0 -116.363 -46.65 -145.851 - 49 59.499 665 2 0 -116.334 -46.8503 -146.096 - 49 47.7549 336 1 1 -112.876 -65.7688 -174.45 - 49 66.8112 337 1 1 -112.75 -65.8227 -174.565 - 49 41.1165 338 1 1 -112.55 -65.9026 -174.745 - 49 107.2 567 1 0 -110.96 -66.4892 -175.85 - 49 105.537 566 1 0 -110.579 -66.65 -176.02 - 49 80.5468 565 1 0 -110.337 -66.85 -176.12 - 49 30.5146 564 1 0 -110.159 -67.05 -176.229 - 49 63.2576 340 3 1 -111.95 -40.1111 -114.82 - 49 233.012 32 3 1 -173.626 -1.30247 -114.45 - 49 90.0629 359 0 1 -108.341 -38.998 -204.45 - 49 145.092 704 0 0 -108.316 -39.1612 -205.85 -Number of digits in this event = 42 +Event: 22 +Number of tracker hits in this event = 159 + 22 108.343 483 9 1 -83.2644 90.8898 65.55 + 22 132.61 1353 9 0 -83.2644 90.8903 64.15 + 22 374.875 483 8 1 -83.2713 90.9156 35.55 + 22 189.899 1353 8 0 -83.2722 90.9184 34.15 + 22 518.36 483 7 1 -83.2924 90.9645 5.55 + 22 357.745 1354 7 0 -83.2907 90.9604 4.15 + 22 129.827 482 6 1 -83.6251 90.9858 -24.45 + 22 276.56 1354 6 0 -83.6468 90.9764 -25.85 + 22 95.1491 479 5 1 -84.0832 90.7974 -54.45 + 22 231.161 1353 5 0 -84.1082 90.7912 -55.85 + 22 140.762 477 4 1 -84.6273 90.673 -84.45 + 22 544.626 1352 4 0 -84.6463 90.6801 -85.85 + 22 99.4946 475 3 1 -84.9788 90.9106 -114.45 + 22 152.558 1353 3 0 -85.0005 90.9277 -115.85 + 22 361.357 473 2 1 -85.4107 91.2684 -144.45 + 22 107.582 1355 2 0 -85.4282 91.2723 -145.85 + 22 151.271 471 1 1 -85.776 91.3051 -174.45 + 22 156.98 1355 1 0 -85.7852 91.2914 -175.85 + 22 266.341 470 0 1 -85.9591 91.0057 -204.45 + 22 112.612 1354 0 0 -85.9633 91.0049 -205.85 + 22 116.756 927 4 1 5.48639 24.4548 -84.85 + 22 147.146 1356 1 0 -85.8032 91.35 -175.887 + 22 116.121 463 1 1 -87.4361 90.7075 -174.85 + 22 63.2906 462 1 1 -87.45 90.7051 -174.84 + 22 0.251593 1357 1 0 -88.398 91.55 -175.861 + 22 376.679 1356 2 0 -85.4898 91.409 -145.85 + 22 10.0464 458 1 1 -88.4394 94.2303 -174.45 + 22 245.923 457 1 1 -88.45 94.2217 -174.468 + 22 3.90342 456 1 1 -88.65 94.083 -174.835 + 22 8.55865 1368 1 0 -89.1198 93.7597 -175.85 + 22 129.174 1367 1 0 -89.1346 93.75 -175.882 + 22 11.7313 384 0 1 -103.324 85.6266 -204.45 + 22 143.548 383 0 1 -103.35 85.6197 -204.497 + 22 4.07902 382 0 1 -103.55 85.5839 -204.847 + 22 210.106 1326 0 0 -104.115 85.4487 -205.85 + 22 150.868 1327 0 0 -104.275 85.45 -206.077 + 22 106.597 486 1 1 -82.7737 95.1075 -174.45 + 22 128.241 1376 1 0 -82.6426 95.4007 -175.85 + 22 119.284 505 0 1 -78.9784 101.755 -204.45 + 22 53.0891 1409 0 0 -78.7023 102.102 -205.85 + 22 80.1868 1410 0 0 -78.6658 102.15 -206.035 + 22 47.114 1145 8 0 -47.1781 49.25 33.7877 + 22 340.546 483 6 1 -83.2844 91.0251 -24.45 + 22 337.497 483 5 1 -83.2728 90.6335 -54.45 + 22 125.778 484 5 1 -83.25 90.6144 -54.8428 + 22 243.092 1352 5 0 -83.1945 90.5647 -55.85 + 22 26.3005 1351 5 0 -83.178 90.55 -56.1486 + 22 134.157 492 4 1 -81.5556 89.2194 -84.45 + 22 141.055 1345 4 0 -81.4555 89.149 -85.85 + 22 241.888 503 3 1 -79.4406 87.7585 -114.45 + 22 50.7643 1338 3 0 -79.3156 87.6633 -115.85 + 22 59.426 1337 3 0 -79.2983 87.65 -116.045 + 22 21.435 515 2 1 -76.8543 85.6984 -144.45 + 22 104.255 516 2 1 -76.85 85.6932 -144.521 + 22 109.629 1327 2 0 -76.7669 85.5912 -145.85 + 22 141.773 525 1 1 -74.9014 83.4433 -174.45 + 22 164.955 1316 1 0 -74.8202 83.357 -175.85 + 22 141.322 534 0 1 -73.2382 81.5964 -204.45 + 22 139.039 1307 0 0 -73.1711 81.4993 -205.85 + 22 129.253 504 3 1 -79.2499 87.8485 -114.609 + 22 30.193 1353 7 0 -83.3062 90.95 3.86444 + 22 142.83 1352 6 0 -83.349 90.6938 -25.85 + 22 118.909 485 5 1 -82.9372 90.5658 -54.45 + 22 97.3683 485 4 1 -82.9313 90.578 -84.45 + 22 131.793 484 3 1 -83.2274 91.482 -114.45 + 22 140.216 1356 3 0 -83.2527 91.4953 -115.85 + 22 37.1405 480 2 1 -84.0448 91.6768 -144.45 + 22 94.4509 479 2 1 -84.05 91.677 -144.592 + 22 187.058 1357 2 0 -84.0993 91.7032 -145.85 + 22 114.679 472 1 1 -85.521 92.3405 -174.45 + 22 118.723 1361 1 0 -85.5783 92.381 -175.85 + 22 105.552 465 0 1 -86.8855 93.0323 -204.45 + 22 145.225 1364 0 0 -86.9811 93.0882 -205.85 + 22 61.0429 398 3 0 -98.0978 -100.35 -116.017 + 22 174.453 581 1 1 -63.7983 81.8142 -174.45 + 22 17.2118 1314 1 0 -63.5673 83.0229 -175.85 + 22 145.813 1315 1 0 -63.5616 83.0504 -175.884 + 22 170.384 494 0 1 -81.1231 91.741 -204.45 + 22 86.4512 495 0 1 -81.05 91.7545 -204.572 + 22 15.4678 1358 0 0 -80.5357 91.9432 -205.85 + 22 125.22 1359 0 0 -80.5157 91.95 -205.899 + 22 158.339 1357 0 0 -81.1295 91.6941 -205.85 + 22 176.71 1354 8 0 -83.2241 90.95 33.7855 + 22 237.265 1354 5 0 -83.3225 91.0418 -55.85 + 22 183.549 482 4 1 -83.616 91.0419 -84.45 + 22 140.366 1354 4 0 -83.6584 91.0495 -85.85 + 22 62.2403 477 3 1 -84.6014 91.1342 -114.45 + 22 81.1798 476 3 1 -84.65 91.1314 -114.647 + 22 117.706 1355 3 0 -84.9224 91.1569 -115.85 + 22 99.9929 443 2 1 -91.3897 91.3686 -144.45 + 22 86.4615 428 1 1 -94.4476 94.8093 -174.45 + 22 21.422 427 1 1 -94.55 94.8285 -174.781 + 22 128.041 1373 1 0 -94.8636 94.8486 -175.85 + 22 210.469 392 0 1 -101.625 95.7758 -204.45 + 22 98.4568 1380 0 0 -101.441 96.2442 -205.85 + 22 44.3581 1381 0 0 -101.404 96.35 -206.134 + 22 145.662 483 4 1 -83.45 90.8943 -84.4955 + 22 581.056 484 4 1 -83.25 90.7557 -84.69 + 22 178.435 1359 4 0 -83.1384 92.078 -85.85 + 22 190.098 486 3 1 -82.848 93.3264 -114.45 + 22 106.182 1366 3 0 -82.8237 93.3709 -115.85 + 22 154.431 488 2 1 -82.3966 94.3806 -144.45 + 22 125.562 1371 2 0 -82.3881 94.4096 -145.85 + 22 148.569 489 1 1 -82.1426 95.0592 -174.45 + 22 129.358 1374 1 0 -82.1425 95.0989 -175.85 + 22 125.255 489 0 1 -82.1993 96.0593 -204.45 + 22 128.802 1379 0 0 -82.2188 96.1203 -205.85 + 22 81.2722 489 2 1 -82.25 94.5063 -144.553 + 22 74.1407 490 2 1 -82.05 94.671 -144.618 + 22 61.0127 491 2 1 -81.85 94.8436 -144.7 + 22 137.081 1377 2 0 -80.4746 95.667 -145.85 + 22 34.9228 1376 2 0 -80.1698 95.5499 -146.181 + 22 75.5797 1267 2 0 -51.7914 73.5375 -146.249 + 22 96.1764 1266 2 0 -51.7096 73.45 -146.184 + 22 103.834 1265 2 0 -51.4587 73.2499 -146.122 + 22 113.862 645 2 1 -50.8828 72.4236 -144.85 + 22 306.028 646 2 1 -50.85 72.3081 -144.747 + 22 143.198 1353 6 0 -83.2346 90.8975 -26.0217 + 22 145.753 472 4 1 -85.6177 90.5015 -84.45 + 22 124.668 1351 4 0 -85.7013 90.4349 -85.85 + 22 146.809 463 3 1 -87.4246 89.5029 -114.45 + 22 223.383 1347 3 0 -87.4394 89.4717 -115.85 + 22 118.414 461 2 1 -87.6791 88.863 -144.45 + 22 252.653 1343 2 0 -87.6405 88.8311 -145.85 + 22 113.329 1341 1 0 -87.3482 88.2757 -175.85 + 22 135.71 463 0 1 -87.4378 88.3336 -204.45 + 22 213.366 1341 0 0 -87.4688 88.3306 -205.85 + 22 242.462 471 4 1 -85.65 90.445 -84.6585 + 22 169.855 1347 4 0 -85.733 89.5643 -85.85 + 22 161.964 1346 4 0 -85.4691 89.45 -86.2263 + 22 70.3711 1356 4 0 -78.8893 91.5395 -86.25 + 22 33.7195 1357 4 0 -78.8969 91.5502 -86.2322 + 22 123.905 480 5 1 -83.9343 89.9542 -54.45 + 22 165.599 1348 5 0 -84.0278 89.7744 -55.85 + 22 109.882 467 4 1 -86.5403 86.0835 -84.4501 + 22 120.427 1329 4 0 -86.7707 85.9506 -85.85 + 22 104.1 446 3 1 -90.833 83.3295 -114.45 + 22 111.269 1313 3 0 -90.8787 82.8061 -115.85 + 22 145.894 440 2 1 -92.0608 72.3015 -144.45 + 22 34.0053 1258 2 0 -92.2739 71.713 -145.85 + 22 87.8345 1257 2 0 -92.2975 71.65 -146 + 22 61.6445 425 1 1 -95.0171 58.9716 -174.45 + 22 124.804 424 1 1 -95.15 58.8421 -174.576 + 22 53.5322 423 1 1 -95.35 58.6523 -174.755 + 22 58.2819 1187 1 0 -96.4659 57.5721 -175.85 + 22 98.4341 1186 1 0 -96.5921 57.45 -175.974 + 22 157.716 1185 1 0 -96.7874 57.25 -176.114 + 22 2.14384 1184 1 0 -97.0026 57.05 -176.247 + 22 26.7027 174 0 1 -145.28 14.2686 -204.45 + 22 96.7262 173 0 1 -145.35 14.2301 -204.524 + 22 30.811 172 0 1 -145.55 14.12 -204.746 + 22 149.444 967 0 0 -146.54 13.6279 -205.85 + 22 6.98214 398 1 1 -100.352 76.5596 -174.45 + 22 114.459 1282 1 0 -100.307 76.4732 -175.85 + 22 26.6233 1281 1 0 -100.299 76.45 -175.917 + 22 119.302 1283 1 0 -100.199 76.65 -176.168 + 22 27.1973 1327 1 0 -35.2488 85.6084 -176.25 + 22 268.33 1328 1 0 -35.2213 85.65 -176.194 + 22 79.234 874 1 0 -78.5123 -5.20939 -176.25 +Number of digits in this event = 85 Using G4ParticleGun ... -7.0267 LIN +6.34251 LIN e- -Event: 50 -Number of tracker hits in this event = 31 - 50 158.372 1581 8 1 136.438 48.7108 35.55 - 50 116.465 1143 8 0 136.44 48.7094 34.15 - 50 174.815 1581 7 1 136.472 48.6783 5.55 - 50 207.143 1143 7 0 136.474 48.6786 4.15 - 50 143.754 1581 6 1 136.508 48.6848 -24.45 - 50 106.534 1143 6 0 136.511 48.6863 -25.85 - 50 166.843 1582 5 1 136.568 48.7224 -54.45 - 50 184.554 1143 5 0 136.571 48.7226 -55.85 - 50 117.178 1582 4 1 136.627 48.7274 -84.45 - 50 115.92 1143 4 0 136.63 48.727 -85.85 - 50 137.962 1582 3 1 136.682 48.7209 -114.45 - 50 120.762 1143 3 0 136.683 48.7187 -115.85 - 50 279.644 1582 2 1 136.708 48.6762 -144.45 - 50 109.871 1143 2 0 136.711 48.6755 -145.85 - 50 132.699 1583 1 1 136.755 48.6651 -174.45 - 50 114.452 1143 1 0 136.758 48.6633 -175.85 - 50 124.764 1583 0 1 136.824 48.6315 -204.45 - 50 107.838 1142 0 0 136.824 48.6289 -205.85 - 50 27.1164 1118 1 0 17.0266 43.668 -176.25 - 50 137.983 1117 1 0 17.0934 43.65 -176.171 - 50 208.639 986 1 1 17.4099 43.525 -174.85 - 50 229.508 987 1 1 17.45 43.502 -174.647 - 50 334.421 988 1 1 17.65 43.33 -174.537 - 50 123.871 1113 1 0 16.257 42.6964 -175.85 - 50 87.4009 983 1 1 16.7534 41.6491 -174.85 - 50 22.8924 601 7 0 179.251 -59.6965 3.75 - 50 111.189 1583 2 1 136.75 48.3498 -144.653 - 50 157.228 1137 2 0 137.057 47.4796 -145.85 - 50 49.7833 1136 2 0 137.074 47.45 -145.888 - 50 9.23276 1221 0 0 89.847 64.45 -205.909 - 50 96.0175 731 2 0 106.096 -33.65 -146.23 -Number of digits in this event = 19 +Event: 23 +Number of tracker hits in this event = 24 + 23 108.192 1342 9 1 88.4969 85.0088 65.55 + 23 114.279 1324 9 0 88.498 85.0056 64.15 + 23 385.409 1342 8 1 88.5225 84.9375 35.55 + 23 115.617 1324 8 0 88.5293 84.9357 34.15 + 23 182.713 1343 7 1 88.6729 84.9112 5.55 + 23 143.659 1324 7 0 88.6763 84.9073 4.15 + 23 115.512 1343 6 1 88.7431 84.8275 -24.45 + 23 104.557 1323 6 0 88.7478 84.8205 -25.85 + 23 203.236 1344 5 1 88.8863 84.7252 -54.45 + 23 113.079 1323 5 0 88.8863 84.7203 -55.85 + 23 109.899 1344 4 1 88.8977 84.6027 -84.45 + 23 231.531 1322 4 0 88.8972 84.6009 -85.85 + 23 116.952 1344 3 1 88.9057 84.5362 -114.45 + 23 100.088 1322 3 0 88.9125 84.5336 -115.85 + 23 103.127 1344 2 1 89.0351 84.4744 -144.45 + 23 172.238 1322 2 0 89.0509 84.4771 -145.85 + 23 200.708 1346 1 1 89.372 84.472 -174.45 + 23 145.303 1322 1 0 89.3915 84.4595 -175.85 + 23 113.707 1348 0 1 89.8162 84.2044 -204.45 + 23 107.654 1320 0 0 89.8509 84.1955 -205.85 + 23 4.74198 1356 6 1 91.3587 41.3232 -24.85 + 23 126.6 1355 6 1 91.35 41.2487 -24.472 + 23 59.8528 1342 7 1 88.65 84.9283 5.43788 + 23 59.483 932 9 1 6.65 95.4476 65.4211 +Number of digits in this event = 12 Using G4ParticleGun ... -3.78586 LIN +3.14452 LIN e- -Event: 51 -Number of tracker hits in this event = 22 - 51 129.04 1562 8 1 132.737 -51.2239 35.55 - 51 154.74 644 8 0 132.736 -51.2226 34.15 - 51 130.834 1562 7 1 132.712 -51.196 5.55 - 51 101.488 644 7 0 132.715 -51.1962 4.15 - 51 108.096 1563 6 1 132.776 -51.2029 -24.45 - 51 113.146 644 6 0 132.778 -51.2023 -25.85 - 51 116.107 1563 5 1 132.82 -51.1891 -54.45 - 51 319.462 644 5 0 132.823 -51.1818 -55.85 - 51 107.55 1563 4 1 132.889 -51.0344 -84.45 - 51 139.565 645 4 0 132.895 -51.0263 -85.85 - 51 147.946 1564 3 1 133.012 -50.8496 -114.45 - 51 142.309 646 3 0 133.017 -50.8405 -115.85 - 51 97.8844 1564 2 1 133.132 -50.6567 -144.45 - 51 94.2324 647 2 0 133.138 -50.6476 -145.85 - 51 147.034 1565 1 1 133.262 -50.4503 -174.45 - 51 127.678 648 1 0 133.267 -50.4385 -175.85 - 51 136.48 1566 0 1 133.389 -50.2017 -204.45 - 51 114.479 649 0 0 133.395 -50.1886 -205.85 - 51 6.61767 630 1 0 130.947 -53.85 -176.043 - 51 223.368 1565 2 1 133.15 -50.6684 -144.709 - 51 313.398 645 2 0 133.669 -50.8928 -145.85 - 51 53.4601 646 2 0 133.679 -50.8499 -145.925 -Number of digits in this event = 14 -Using G4ParticleGun ... -7.51791 LIN -e- -Event: 52 -Number of tracker hits in this event = 25 - 52 0.45497 254 9 0 -41.5555 -129.262 63.7529 - 52 125.927 692 8 1 -41.5549 -129.263 35.55 - 52 199.943 254 8 0 -41.5513 -129.265 34.15 - 52 104.739 692 7 1 -41.4826 -129.323 5.55 - 52 98.8614 254 7 0 -41.4802 -129.325 4.15 - 52 100.023 693 6 1 -41.432 -129.369 -24.45 - 52 148.813 253 6 0 -41.4292 -129.371 -25.85 - 52 105.971 693 5 1 -41.3753 -129.425 -54.45 - 52 104.977 253 5 0 -41.3757 -129.422 -55.85 - 52 112.183 693 4 1 -41.3721 -129.37 -84.45 - 52 147.344 253 4 0 -41.3724 -129.367 -85.85 - 52 115.754 693 3 1 -41.382 -129.309 -114.45 - 52 264.58 254 3 0 -41.4334 -129.27 -115.85 - 52 118.999 688 2 1 -42.4271 -128.597 -144.45 - 52 246.204 258 2 0 -42.4212 -128.484 -145.85 - 52 118.702 688 1 1 -42.302 -126.124 -174.45 - 52 123.807 271 1 0 -42.3741 -125.932 -175.851 - 52 110.681 680 0 1 -44.0131 -121.6 -204.45 - 52 101.595 293 0 0 -44.0583 -121.478 -205.85 - 52 11.8195 209 5 0 -64.8757 -138.344 -56.25 - 52 287.2 208 5 0 -64.9004 -138.35 -56.2256 - 52 28.6445 207 5 0 -64.9937 -138.55 -56.2205 - 52 9.19363 456 2 1 -88.85 -148.208 -144.553 - 52 71.8551 619 0 1 -56.121 -62.3822 -204.45 - 52 92.0843 232 8 0 -61.1777 -133.562 33.75 -Number of digits in this event = 10 -Using G4ParticleGun ... -5.96969 LIN -e- -Event: 53 -Number of tracker hits in this event = 46 - 53 103.416 1407 10 1 101.567 33.8569 95.55 - 53 119.012 1069 10 0 101.567 33.8572 94.15 - 53 112.512 1407 9 1 101.574 33.8656 65.55 - 53 124.856 1069 9 0 101.575 33.8653 64.15 - 53 147.189 1407 8 1 101.575 33.855 35.55 - 53 137.801 1069 8 0 101.574 33.8543 34.15 - 53 161.921 1407 7 1 101.558 33.8439 5.55 - 53 120.969 1068 7 0 101.557 33.8434 4.15 - 53 284.722 1407 6 1 101.553 33.8359 -24.45 - 53 119.14 1068 6 0 101.552 33.8355 -25.85 - 53 108.347 1406 5 1 101.528 33.8274 -54.45 - 53 143.107 1068 5 0 101.527 33.8289 -55.85 - 53 132.22 1406 4 1 101.501 33.8592 -84.45 - 53 109.423 1069 4 0 101.5 33.861 -85.85 - 53 101.671 1406 3 1 101.478 33.898 -114.45 - 53 117.808 1069 3 0 101.476 33.9013 -115.85 - 53 135.538 1406 2 1 101.433 33.9703 -144.45 - 53 153.974 1069 2 0 101.43 33.9735 -145.85 - 53 183.659 1406 1 1 101.359 34.0434 -174.45 - 53 150.945 1069 1 0 101.357 34.0473 -175.85 - 53 176.907 1405 0 1 101.309 34.1327 -204.45 - 53 113.779 1070 0 0 101.31 34.1332 -205.85 - 53 68.1068 1144 0 0 59.4462 48.9455 -206.25 - 53 34.3184 1407 2 1 101.708 33.8283 -144.45 - 53 105.723 1408 2 1 101.75 33.7551 -144.554 - 53 77.1004 1063 2 0 102.592 32.7408 -145.85 - 53 124.368 1062 2 0 102.669 32.65 -145.963 - 53 18.6913 1061 2 0 102.854 32.45 -146.206 - 53 101.171 1520 1 1 124.255 8.82471 -174.45 - 53 114.513 1521 1 1 124.35 8.72877 -174.57 - 53 12.1641 1522 1 1 124.55 8.54744 -174.812 - 53 111.099 938 1 0 125.459 7.75165 -175.85 - 53 122.427 937 1 0 125.577 7.65 -175.982 - 53 1.83272 936 1 0 125.83 7.45 -176.249 - 53 481.412 1666 0 1 153.491 -12.7568 -204.45 - 53 298.825 1667 0 1 153.55 -12.6988 -204.625 - 53 118.572 838 0 0 154.093 -12.4101 -205.85 - 53 88.9398 827 0 0 153.644 -14.5151 -205.85 - 53 71.5841 826 0 0 153.791 -14.65 -205.999 - 53 88.2974 825 0 0 153.892 -14.85 -205.94 - 53 31.9832 824 0 0 153.981 -15.05 -205.875 - 53 171.118 1677 0 1 155.636 -15.6975 -204.85 - 53 16.5026 1678 0 1 155.75 -15.7297 -204.824 - 53 133.048 818 0 0 156.557 -16.2714 -205.85 - 53 15.8862 842 0 0 153.813 -11.497 -205.85 - 53 125.718 843 0 0 153.818 -11.45 -205.913 -Number of digits in this event = 22 -Using G4ParticleGun ... -4.725 LIN -e- -Event: 54 -Number of tracker hits in this event = 114 - 54 126.569 750 10 1 -29.9793 80.2771 95.55 - 54 173.225 1301 10 0 -29.9817 80.2777 94.15 - 54 128.749 750 9 1 -30.0378 80.2842 65.55 - 54 118.162 1301 9 0 -30.0403 80.2843 64.15 - 54 106.388 749 8 1 -30.0956 80.2885 35.55 - 54 112.816 1301 8 0 -30.0979 80.2898 34.15 - 54 133.024 749 7 1 -30.1433 80.3193 5.55 - 54 104.795 1301 7 0 -30.1469 80.3198 4.15 - 54 265.857 749 6 1 -30.2335 80.3269 -24.45 - 54 249.655 1301 6 0 -30.2416 80.3268 -25.85 - 54 118.392 748 5 1 -30.3964 80.3401 -54.45 - 54 137.818 1301 5 0 -30.4019 80.3381 -55.85 - 54 208.2 747 4 1 -30.5214 80.296 -84.45 - 54 130.021 1301 4 0 -30.5103 80.3055 -85.85 - 54 106.463 748 3 1 -30.2834 80.4916 -114.45 - 54 191.572 1302 3 0 -30.2735 80.4979 -115.85 - 54 115.958 749 2 1 -30.0691 80.633 -144.45 - 54 129.827 1302 2 0 -30.055 80.639 -145.85 - 54 125.758 751 1 1 -29.7497 80.7652 -174.45 - 54 144.586 1303 1 0 -29.7385 80.7687 -175.85 - 54 138.316 752 0 1 -29.5008 80.838 -204.45 - 54 135.309 1303 0 0 -29.4905 80.8406 -205.85 - 54 55.0319 1213 2 0 106.763 62.768 -146.25 - 54 387.544 1212 2 0 106.908 62.65 -146.181 - 54 131.058 1211 2 0 107.468 62.45 -146.088 - 54 26.7816 1303 2 0 -30.0699 80.65 -146.247 - 54 81.6343 748 6 1 -30.2501 80.3104 -24.6137 - 54 234.782 1300 6 0 -30.4452 80.1518 -25.85 - 54 181.432 728 5 1 -34.3352 76.8947 -54.45 - 54 122.99 1284 5 0 -34.6417 76.9934 -55.85 - 54 104.168 696 4 1 -40.8334 77.6997 -84.45 - 54 121.897 1288 4 0 -40.7167 77.7334 -85.85 - 54 14.5543 687 3 1 -42.5949 86.2342 -114.45 - 54 65.23 686 3 1 -42.65 86.2523 -114.479 - 54 55.1011 685 3 1 -42.85 86.3114 -114.566 - 54 60.125 684 3 1 -43.05 86.3735 -114.623 - 54 54.7144 683 3 1 -43.2502 86.4319 -114.673 - 54 64.7581 682 3 1 -43.4501 86.4877 -114.682 - 54 156.068 681 3 1 -43.65 86.5029 -114.648 - 54 50.2122 680 3 1 -43.85 86.4703 -114.6 - 54 49.1574 679 3 1 -44.05 86.4107 -114.54 - 54 62.9135 678 3 1 -44.2504 86.373 -114.471 - 54 125.549 677 3 1 -44.4508 86.3903 -114.471 - 54 134.63 676 3 1 -44.65 86.3952 -114.54 - 54 144.55 675 3 1 -44.85 86.3788 -114.609 - 54 181.324 674 3 1 -45.05 86.3616 -114.631 - 54 156.788 673 3 1 -45.25 86.3402 -114.635 - 54 231.101 672 3 1 -45.45 86.1912 -114.661 - 54 228.819 671 3 1 -45.65 85.8568 -114.606 - 54 46.5717 1307 3 0 -41.4762 81.5185 -115.85 - 54 252.433 1306 3 0 -41.3949 81.45 -115.876 - 54 119.499 498 1 1 -80.3722 74.3436 -174.45 - 54 20.7766 497 1 1 -80.45 74.3237 -174.761 - 54 120.569 1270 1 0 -80.725 74.2223 -175.85 - 54 17.8271 459 0 1 -88.1019 71.7983 -204.45 - 54 71.2131 460 0 1 -88.0498 71.7579 -204.471 - 54 75.3622 461 0 1 -87.85 71.6197 -204.541 - 54 188.218 462 0 1 -87.65 71.5087 -204.615 - 54 62.2128 463 0 1 -87.45 71.4086 -204.665 - 54 70.212 464 0 1 -87.25 71.3002 -204.695 - 54 56.0982 465 0 1 -87.05 71.1896 -204.713 - 54 55.1949 466 0 1 -86.8498 71.0764 -204.737 - 54 58.7114 467 0 1 -86.65 70.9509 -204.75 - 54 98.324 468 0 1 -86.4497 70.8226 -204.748 - 54 59.9472 469 0 1 -86.25 70.7124 -204.737 - 54 66.9061 470 0 1 -86.05 70.5623 -204.733 - 54 83.1342 471 0 1 -85.85 70.4055 -204.749 - 54 98.4085 472 0 1 -85.6499 70.2626 -204.748 - 54 126.65 473 0 1 -85.45 70.112 -204.712 - 54 58.6856 474 0 1 -85.25 70.0082 -204.622 - 54 66.9094 475 0 1 -85.0498 69.9052 -204.536 - 54 10.2924 476 0 1 -84.85 69.7983 -204.465 - 54 39.2978 477 0 1 -84.5406 69.6002 -204.45 - 54 90.9405 478 0 1 -84.45 69.5465 -204.538 - 54 40.65 479 0 1 -84.25 69.4149 -204.743 - 54 62.8467 1241 0 0 -83.3854 68.3044 -205.85 - 54 158.599 1240 0 0 -83.3368 68.25 -205.915 - 54 133.58 499 1 1 -80.25 74.2674 -174.492 - 54 100.12 500 1 1 -80.05 74.1271 -174.578 - 54 119.655 501 1 1 -79.85 73.9174 -174.687 - 54 3.25609 502 1 1 -79.65 73.5969 -174.844 - 54 45.0935 1257 1 0 -78.2422 71.5749 -175.85 - 54 88.8157 1256 1 0 -78.1502 71.45 -175.914 - 54 87.7039 1255 1 0 -77.9906 71.25 -176.015 - 54 231.603 1254 1 0 -77.8362 71.05 -176.129 - 54 66.1581 738 1 0 -107.319 -32.3506 -176.25 - 54 99.9983 737 1 0 -107.472 -32.45 -176.181 - 54 107.002 736 1 0 -107.78 -32.65 -176.094 - 54 86.3718 735 1 0 -108.061 -32.85 -176.006 - 54 79.5139 734 1 0 -108.31 -33.0503 -175.938 - 54 122.203 733 1 0 -108.515 -33.25 -175.9 - 54 106.169 732 1 0 -108.725 -33.45 -175.905 - 54 85.3661 731 1 0 -108.934 -33.65 -176.061 - 54 333.321 243 0 1 -131.377 -55.605 -204.45 - 54 107.844 244 0 1 -131.35 -55.9095 -204.655 - 54 3.35421 1149 6 0 -24.3149 49.8565 -26.25 - 54 81.7755 1148 6 0 -24.3138 49.85 -26.243 - 54 58.3968 1147 6 0 -24.2987 49.65 -26.0259 - 54 66.9592 779 6 1 -24.0972 48.6536 -24.85 - 54 57.5812 780 6 1 -24.05 48.4815 -24.6138 - 54 3.74273 1369 7 0 -2.77432 94.1404 3.75003 - 54 66.1804 1370 7 0 -2.77042 94.1502 3.75643 - 54 68.0354 1371 7 0 -2.70514 94.3503 3.93456 - 54 31.3559 1372 7 0 -2.70747 94.55 4.09089 - 54 186.595 885 7 1 -2.93213 95.6393 5.15015 - 54 283.438 884 7 1 -3.05 95.9107 5.48634 - 54 31.6392 1380 7 0 -3.38542 96.3117 4.15 - 54 101.91 1381 7 0 -3.41526 96.3501 4.0581 - 54 126.088 1232 7 0 18.7372 66.5346 3.75006 - 54 227.4 1233 7 0 18.867 66.6501 3.82439 - 54 91.5788 927 13 0 106.351 5.55595 183.75 - 54 87.8706 928 13 0 106.27 5.65 183.973 - 54 440.367 1434 13 1 107.018 8.47 185.15 - 54 14.354 1433 13 1 106.95 8.67885 185.44 +Event: 24 +Number of tracker hits in this event = 94 + 24 126.586 972 11 1 14.5692 -15.229 125.55 + 24 112.696 824 11 0 14.5688 -15.2299 124.15 + 24 295.915 972 10 1 14.554 -15.2455 95.55 + 24 117.252 824 10 0 14.5547 -15.2459 94.15 + 24 152.335 972 9 1 14.549 -15.2636 65.55 + 24 123.635 823 9 0 14.551 -15.2608 64.15 + 24 370.997 972 8 1 14.5906 -15.1962 35.55 + 24 355.195 824 8 0 14.592 -15.195 34.15 + 24 127.451 972 7 1 14.6267 -15.1712 5.55 + 24 468.699 824 7 0 14.629 -15.1648 4.15 + 24 126.146 973 6 1 14.6706 -15.0309 -24.45 + 24 181.091 825 6 0 14.6718 -15.0235 -25.85 + 24 218.764 973 5 1 14.6961 -14.8746 -54.45 + 24 125.483 825 5 0 14.6984 -14.8642 -55.85 + 24 205.948 973 4 1 14.7527 -14.6558 -84.45 + 24 151.159 827 4 0 14.754 -14.6439 -85.85 + 24 134.549 973 3 1 14.7881 -14.4173 -114.45 + 24 99.5895 828 3 0 14.7838 -14.4048 -115.85 + 24 155.665 973 2 1 14.6878 -14.1563 -144.45 + 24 171.303 829 2 0 14.6824 -14.1416 -145.85 + 24 169.231 972 1 1 14.5763 -13.8484 -174.45 + 24 145.897 831 1 0 14.5733 -13.8334 -175.85 + 24 126.101 972 0 1 14.5183 -13.5285 -204.45 + 24 108.1 832 0 0 14.5149 -13.5129 -205.85 + 24 13.1005 992 1 0 111.538 18.6393 -175.969 + 24 147.73 993 1 0 111.543 18.65 -175.963 + 24 151.608 994 1 0 111.607 18.85 -175.934 + 24 37.3758 1121 1 0 58.293 44.4044 -176.25 + 24 127.995 1177 1 0 -38.5264 55.5814 -176.25 + 24 39.6505 1465 1 1 113.211 18.9429 -174.85 + 24 87.9534 1466 1 1 113.35 18.9696 -174.785 + 24 115.252 1467 1 1 113.55 19.0033 -174.714 + 24 88.159 1468 1 1 113.75 18.8932 -174.486 + 24 279.011 1469 1 1 113.95 18.8358 -174.515 + 24 254.961 972 5 1 14.6498 -14.9631 -54.7984 + 24 29.6775 818 5 0 15.0682 -16.4326 -55.8501 + 24 123.639 817 5 0 15.0573 -16.45 -55.8926 + 24 95.2672 974 7 1 15.0236 -15.3128 5.55 + 24 6.99845 975 7 1 15.05 -15.293 5.18018 + 24 111.817 984 6 1 16.9622 -13.9378 -24.4503 + 24 114.127 828 6 0 16.8418 -14.3266 -25.8506 + 24 87.3576 786 5 0 14.5488 -22.7823 -55.85 + 24 55.0281 785 5 0 14.5462 -22.85 -56.0619 + 24 15.2284 971 4 1 14.2618 -31.9385 -84.45 + 24 90.7352 970 4 1 14.25 -31.9536 -84.512 + 24 120.602 738 4 0 13.9495 -32.2723 -85.85 + 24 116.824 938 3 1 7.70491 -39.5659 -114.45 + 24 64.2423 700 3 0 7.58081 -39.9997 -115.851 + 24 82.4517 699 3 0 7.56656 -40.05 -116.013 + 24 184.828 927 2 1 5.58366 -49.1139 -144.45 + 24 113.26 651 2 0 5.29061 -49.6604 -145.85 + 24 199.04 895 1 1 -0.90551 -60.5827 -174.45 + 24 36.8992 595 1 0 -1.34834 -61.0111 -175.85 + 24 90.7227 594 1 0 -1.38891 -61.05 -175.987 + 24 136.359 842 0 1 -11.4542 -68.9705 -204.45 + 24 10.4921 841 0 1 -11.6501 -69.0133 -204.822 + 24 128.106 555 0 0 -12.1868 -68.9064 -205.85 + 24 158.413 659 2 0 5.0691 -48.1621 -145.85 + 24 7.9254 654 2 0 2.76088 -49.0857 -145.85 + 24 16.8585 823 8 0 14.4432 -15.25 33.8205 + 24 125.612 967 7 1 13.5858 -16.1627 5.54987 + 24 151.805 818 7 0 13.282 -16.281 4.14981 + 24 4.40521 917 6 1 3.46004 -20.7359 -24.45 + 24 109.29 916 6 1 3.45 -20.7363 -24.4631 + 24 54.9713 915 6 1 3.24978 -20.7389 -24.7189 + 24 136.558 796 6 0 2.33432 -20.7379 -25.85 + 24 70.9403 772 5 1 -25.5054 -20.9302 -54.4507 + 24 64.3535 771 5 1 -25.65 -20.9069 -54.5458 + 24 72.4484 770 5 1 -25.8506 -20.8818 -54.6644 + 24 36.4381 769 5 1 -26.05 -20.8711 -54.7905 + 24 309.117 795 5 0 -27.8813 -20.9416 -55.85 + 24 113.943 465 4 1 -86.8665 -20.2373 -84.4502 + 24 34.9181 464 4 1 -87.05 -20.1901 -84.7255 + 24 71.7123 800 4 0 -87.7824 -19.9179 -85.85 + 24 82.035 801 4 0 -87.9358 -19.85 -86.0725 + 24 69.0181 799 4 0 -124.411 -20.2229 -86.25 + 24 100.081 798 4 0 -124.521 -20.25 -86.0703 + 24 84.7437 275 4 1 -125.057 -20.5391 -84.85 + 24 53.1015 274 4 1 -125.15 -20.574 -84.6182 + 24 120.258 874 5 0 -122.407 -5.212 -56.25 + 24 43.215 875 5 0 -122.417 -5.04967 -55.9822 + 24 308.071 285 5 1 -123.039 -3.81565 -54.85 + 24 38.1871 284 5 1 -123.15 -3.49269 -54.642 + 24 20.014 1040 6 0 -130.227 28.1725 -26.25 + 24 65.3446 1041 6 0 -130.25 28.25 -26.2015 + 24 80.9166 1042 6 0 -130.264 28.45 -26.1098 + 24 61.6776 1043 6 0 -130.107 28.65 -26.0157 + 24 56.1395 1044 6 0 -130.012 28.8511 -25.9137 + 24 202.051 1045 6 0 -129.942 29.0508 -25.9442 + 24 176.021 1046 6 0 -129.858 29.25 -25.9777 + 24 220.581 1047 6 0 -129.601 29.45 -26.0021 + 24 133.523 254 6 1 -129.203 28.1492 -24.8499 + 24 151.902 253 6 1 -129.35 28.2719 -24.8128 + 24 35.3319 143 5 1 -151.35 56.7125 -54.6592 Number of digits in this event = 45 Using G4ParticleGun ... -6.02227 LIN +8.30181 LIN e- -Event: 55 -Number of tracker hits in this event = 167 - 55 138.025 276 9 1 -124.8 -23.9862 65.55 - 55 107.493 780 9 0 -124.799 -23.9858 64.15 - 55 122.047 276 8 1 -124.779 -23.9766 35.55 - 55 146.343 780 8 0 -124.778 -23.9765 34.15 - 55 155.06 276 7 1 -124.76 -23.9792 5.55 - 55 103.297 780 7 0 -124.759 -23.9804 4.15 - 55 423.53 277 6 1 -124.74 -23.9634 -24.45 - 55 356.189 780 6 0 -124.741 -23.9634 -25.85 - 55 181.843 276 5 1 -124.78 -23.9401 -54.45 - 55 333.776 780 5 0 -124.785 -23.9363 -55.85 - 55 196.961 276 4 1 -124.879 -23.8331 -84.45 - 55 150.65 781 4 0 -124.888 -23.8371 -85.85 - 55 103.602 275 3 1 -125.082 -23.9066 -114.45 - 55 700.736 780 3 0 -125.097 -23.9131 -115.85 - 55 151.443 273 2 1 -125.418 -24.0896 -144.45 - 55 357.663 779 2 0 -125.427 -24.0991 -145.85 - 55 130.896 272 1 1 -125.556 -24.3798 -174.45 - 55 190.922 778 1 0 -125.559 -24.3903 -175.85 - 55 133.452 272 0 1 -125.616 -24.6077 -204.45 - 55 104.069 777 0 0 -125.616 -24.6216 -205.85 - 55 104.473 1470 1 0 -160.023 114.203 -176.25 - 55 34.7025 770 6 0 -125.297 -25.9239 -25.8502 - 55 70.5064 769 6 0 -125.287 -26.0506 -25.8928 - 55 47.0627 270 6 1 -126.11 -28.4778 -24.85 - 55 372.749 269 6 1 -126.15 -28.5836 -24.7884 - 55 574.654 277 5 1 -124.563 -23.9399 -54.45 - 55 134.982 278 4 1 -124.387 -23.9598 -84.45 - 55 352.23 780 4 0 -124.386 -23.9405 -85.85 - 55 108.455 279 3 1 -124.303 -23.4299 -114.45 - 55 131.767 783 3 0 -124.287 -23.3675 -115.85 - 55 393.62 280 2 1 -123.966 -22.1059 -144.45 - 55 11.1872 789 2 0 -123.958 -22.0517 -145.85 - 55 148.608 790 2 0 -123.958 -22.05 -145.893 - 55 159.172 281 1 1 -123.87 -20.8729 -174.45 - 55 209.376 796 1 0 -123.877 -20.8132 -175.85 - 55 141.926 280 0 1 -123.957 -19.4965 -204.45 - 55 122.875 803 0 0 -123.93 -19.4429 -205.85 - 55 102.548 277 4 1 -124.674 -23.9387 -84.45 - 55 665.091 277 3 1 -124.66 -23.9168 -114.45 - 55 360.378 277 2 1 -124.637 -23.8107 -144.45 - 55 275.842 781 2 0 -124.638 -23.8085 -145.85 - 55 435.646 277 1 1 -124.608 -23.8035 -174.45 - 55 360.178 781 1 0 -124.666 -23.812 -175.85 - 55 131.591 270 0 1 -126.046 -24.1496 -204.45 - 55 125.132 779 0 0 -126.198 -24.1964 -205.85 - 55 65.3267 278 2 1 -124.55 -23.7678 -144.481 - 55 192.284 279 2 1 -124.35 -23.777 -144.582 - 55 269.296 281 2 1 -123.95 -23.7101 -144.758 - 55 185.675 774 2 0 -124.605 -25.0825 -145.85 - 55 183.746 773 2 0 -124.748 -25.25 -146.084 - 55 283.047 278 0 1 -124.523 -23.8136 -204.45 - 55 384.738 781 0 0 -124.515 -23.8186 -205.85 - 55 118.719 490 0 1 -81.8769 -109.257 -204.45 - 55 18.0734 276 1 1 -124.75 -23.8983 -174.817 - 55 242.632 780 1 0 -125.227 -23.9189 -175.85 - 55 32.8011 500 1 0 -139.35 -79.9437 -176.25 - 55 101.199 499 1 0 -139.361 -80.05 -176.161 - 55 131.881 498 1 0 -139.483 -80.25 -176.033 - 55 25.9329 200 1 1 -140.111 -80.3768 -174.85 - 55 123.112 199 1 1 -140.15 -80.382 -174.77 - 55 68.3567 198 1 1 -140.35 -80.3327 -174.465 - 55 66.7153 197 1 1 -140.55 -80.3316 -174.542 - 55 255.857 196 1 1 -140.75 -80.3048 -174.615 - 55 133.629 195 1 1 -140.95 -80.2176 -174.819 - 55 137.677 779 5 0 -124.752 -24.0579 -55.85 - 55 141.176 270 4 1 -126.046 -25.5577 -84.45 - 55 140.52 772 4 0 -126.155 -25.5671 -85.85 - 55 272.984 261 3 1 -127.784 -25.8914 -114.45 - 55 150.688 771 3 0 -127.86 -25.8262 -115.85 - 55 18.5973 255 2 1 -128.977 -24.851 -144.45 - 55 109.262 256 2 1 -128.95 -24.8441 -144.506 - 55 136.239 776 2 0 -128.298 -24.7254 -145.85 - 55 105.45 334 1 1 -113.236 -23.9947 -174.45 - 55 78.9316 350 0 1 -110.14 -21.4376 -204.45 - 55 36.3119 349 0 1 -110.15 -21.4982 -204.728 - 55 118.517 791 0 0 -110.172 -21.7235 -205.85 - 55 23.0621 772 3 0 -127.857 -25.65 -116.217 - 55 14.7011 257 1 1 -128.731 -24.4343 -174.45 - 55 195.186 256 1 1 -128.75 -24.43 -174.634 - 55 55.8495 255 1 1 -128.95 -24.177 -174.552 - 55 116.88 825 0 0 -95.9243 -14.853 -206.25 - 55 90.5333 826 0 0 -95.9124 -14.85 -206.245 - 55 25.8625 429 0 1 -94.2169 -15.0766 -204.85 - 55 162.174 430 0 1 -94.15 -15.098 -204.809 - 55 90.5741 431 0 1 -93.9497 -15.3408 -204.61 - 55 55.6523 432 0 1 -93.75 -15.5002 -204.605 - 55 132.264 433 0 1 -93.5499 -15.5422 -204.63 - 55 114.196 434 0 1 -93.35 -15.8167 -204.647 - 55 291.562 448 0 1 -90.5458 -22.4987 -204.85 - 55 29.317 774 3 0 -127.464 -25.1322 -115.85 - 55 76.3471 775 3 0 -127.434 -25.05 -115.918 - 55 89.2914 776 3 0 -127.37 -24.85 -116.078 - 55 170.081 1155 3 0 -130.695 51.0772 -116.25 - 55 117.646 1156 3 0 -131.006 51.25 -115.955 - 55 701.822 237 3 1 -132.563 51.2582 -114.85 - 55 166.891 236 3 1 -132.75 52.2452 -114.582 - 55 168.107 782 5 0 -124.671 -23.6064 -55.85 - 55 81.1361 913 5 0 -147.016 2.69941 -56.25 - 55 132.675 914 5 0 -147.195 2.85 -56.0156 - 55 28.8348 159 5 1 -148.282 3.44666 -54.85 - 55 70.7074 158 5 1 -148.35 3.48157 -54.7798 - 55 65.6545 157 5 1 -148.55 3.60134 -54.6106 - 55 106.257 156 5 1 -148.75 3.65413 -54.4543 - 55 75.5927 155 5 1 -148.95 3.58398 -54.61 - 55 106.296 915 5 0 -149.432 3.1618 -55.85 - 55 43.4832 978 5 0 -145.399 15.7049 -56.25 - 55 113.597 979 5 0 -145.465 15.85 -56.1549 - 55 2.81246 980 5 0 -145.602 16.05 -55.8568 - 55 542.373 172 5 1 -145.74 16.7019 -54.85 - 55 192.891 171 5 1 -145.75 17.5113 -54.7739 - 55 114.152 1008 5 0 -148.864 21.708 -55.85 - 55 113.954 1009 5 0 -149.009 21.85 -55.9169 - 55 90.6599 1010 5 0 -149.16 22.05 -56.0694 - 55 23.2839 1011 5 0 -149.141 22.2503 -56.2014 - 55 27.8684 932 5 0 -152.182 6.53971 -56.2498 - 55 65.0223 931 5 0 -152.193 6.45 -56.1795 - 55 51.922 930 5 0 -152.177 6.25 -56.0812 - 55 66.4517 929 5 0 -152.148 6.05 -56.0426 - 55 4.07692 136 5 1 -152.943 5.39892 -54.85 - 55 182.277 135 5 1 -152.95 5.39581 -54.8382 - 55 96.1421 134 5 1 -153.15 5.20314 -54.5433 - 55 197.671 133 5 1 -153.35 5.28426 -54.6027 - 55 106.47 923 5 0 -153.341 4.76704 -55.85 - 55 8.81321 173 5 1 -145.543 16.9787 -54.45 - 55 87.9476 781 3 0 -124.266 -23.85 -115.996 - 55 48.7299 328 2 1 -114.462 -20.0166 -144.45 - 55 100.629 329 2 1 -114.35 -20.0068 -144.579 - 55 11.4033 330 2 1 -114.15 -19.9945 -144.816 - 55 184.92 800 2 0 -113.312 -19.9445 -145.85 - 55 116.276 448 1 1 -90.4916 -18.7221 -174.45 - 55 86.7495 449 1 1 -90.35 -18.6889 -174.64 - 55 67.5768 809 1 0 -89.6375 -18.1442 -175.85 - 55 65.6328 810 1 0 -89.5239 -18.05 -176.049 - 55 35.0312 532 0 1 -73.5661 -3.74946 -204.45 - 55 124.181 533 0 1 -73.45 -3.70143 -204.539 - 55 87.4788 534 0 1 -73.25 -3.61375 -204.7 - 55 73.8279 885 0 0 -71.8485 -2.92823 -205.85 - 55 137.472 886 0 0 -71.6922 -2.85 -205.975 - 55 101.033 279 1 1 -124.235 -24.9906 -174.45 - 55 14.8538 775 1 0 -124.204 -25.0476 -175.85 - 55 212.497 774 1 0 -124.203 -25.05 -175.909 - 55 100.475 283 0 1 -123.543 -26.2117 -204.45 - 55 177.312 768 0 0 -123.516 -26.2911 -205.85 - 55 45.6716 779 1 0 -124.735 -24.05 -176.083 - 55 200.953 277 0 1 -124.721 -28.3991 -204.45 - 55 59.9395 758 0 0 -124.693 -28.2767 -205.85 - 55 68.5632 759 0 0 -124.696 -28.25 -206.016 - 55 30.752 161 1 1 -147.867 -131.431 -174.45 - 55 226.162 160 1 1 -147.95 -131.441 -174.494 - 55 357.922 159 1 1 -148.15 -131.455 -174.555 - 55 200.779 268 0 1 -126.517 -23.8847 -204.45 - 55 30.6654 267 0 1 -126.55 -23.8796 -204.726 - 55 74.0397 785 0 0 -126.274 -22.9552 -205.85 - 55 358.835 786 0 0 -126.379 -22.85 -205.973 - 55 33.6333 778 2 0 -124.58 -24.4321 -145.85 - 55 85.4748 777 2 0 -124.568 -24.45 -145.95 - 55 129.323 297 1 1 -120.742 -29.6307 -174.45 - 55 36.8696 751 1 0 -120.466 -29.8316 -175.85 - 55 115.544 750 1 0 -120.439 -29.85 -175.98 - 55 106.515 333 0 1 -113.456 -33.4761 -204.45 - 55 11.9723 334 0 1 -113.35 -33.5361 -204.804 - 55 125.621 731 0 0 -113.055 -33.7175 -205.85 - 55 299.445 276 6 1 -124.774 -23.9732 -24.45 - 55 106.512 782 6 0 -122.169 -23.6048 -25.85 - 55 64.8228 781 6 0 -121.921 -23.65 -26.0778 - 55 6.44117 882 6 0 -118.359 -3.46555 -26.25 - 55 169.371 883 6 0 -118.354 -3.44992 -26.246 -Number of digits in this event = 81 +Event: 25 +Number of tracker hits in this event = 24 + 25 132.926 1410 10 1 102.264 -30.275 95.55 + 25 144.959 748 10 0 102.264 -30.2746 94.15 + 25 203.55 1410 9 1 102.266 -30.2632 65.55 + 25 108.657 748 9 0 102.266 -30.264 64.15 + 25 128.166 1410 8 1 102.269 -30.2827 35.55 + 25 121.611 748 8 0 102.27 -30.2828 34.15 + 25 110.309 1410 7 1 102.289 -30.2894 5.55 + 25 144.297 748 7 0 102.289 -30.2899 4.15 + 25 168.583 1410 6 1 102.29 -30.3041 -24.45 + 25 113.523 748 6 0 102.29 -30.3041 -25.85 + 25 113.416 1410 5 1 102.29 -30.3017 -54.45 + 25 119.235 748 5 0 102.289 -30.3017 -55.85 + 25 125.408 1410 4 1 102.265 -30.3026 -84.45 + 25 149.106 748 4 0 102.264 -30.3033 -85.85 + 25 132.882 1410 3 1 102.225 -30.3148 -114.45 + 25 259.318 748 3 0 102.222 -30.3154 -115.85 + 25 263.433 1410 2 1 102.156 -30.3241 -144.45 + 25 152.189 748 2 0 102.151 -30.3237 -145.85 + 25 220.48 1409 1 1 102.045 -30.3145 -174.45 + 25 194.572 748 1 0 102.039 -30.3135 -175.85 + 25 139.963 1408 0 1 101.908 -30.295 -204.45 + 25 121.519 748 0 0 101.902 -30.2928 -205.85 + 25 121.182 565 1 0 163.646 -66.852 -176.25 + 25 25.093 749 3 0 102.182 -30.2499 -116.068 +Number of digits in this event = 20 Using G4ParticleGun ... -7.71765 LIN +4.59215 LIN e- -Event: 56 -Number of tracker hits in this event = 133 - 56 147.721 1551 8 1 130.38 41.1587 35.55 - 56 116.193 1105 8 0 130.38 41.1592 34.15 - 56 112.389 1551 7 1 130.363 41.1673 5.55 - 56 113.425 1105 7 0 130.362 41.1675 4.15 - 56 428.731 1551 6 1 130.354 41.1649 -24.45 - 56 442.755 1105 6 0 130.354 41.1646 -25.85 - 56 190.212 1551 5 1 130.358 41.1627 -54.45 - 56 151.8 1105 5 0 130.357 41.1635 -55.85 - 56 261.259 1550 4 1 130.328 41.1836 -84.45 - 56 258.476 1105 4 0 130.326 41.1844 -85.85 - 56 381.177 1550 3 1 130.277 41.2015 -114.45 - 56 208.201 1105 3 0 130.275 41.2022 -115.85 - 56 112.552 1550 2 1 130.23 41.2142 -144.45 - 56 168.252 1105 2 0 130.227 41.215 -145.85 - 56 346.013 1550 1 1 130.171 41.2323 -174.45 - 56 387.33 1105 1 0 130.169 41.2352 -175.85 - 56 247.567 1549 0 1 130.131 41.3027 -204.45 - 56 501.664 1106 0 0 130.129 41.3086 -205.85 - 56 76.834 1548 0 1 129.95 41.0688 -204.52 - 56 26.2768 1547 0 1 129.75 40.906 -204.468 - 56 241.926 1550 0 1 130.203 41.2616 -204.45 - 56 25.4198 1105 0 0 130.287 41.2496 -205.85 - 56 32.3461 1208 0 0 164.836 61.7654 -206.25 - 56 129.326 1725 0 1 165.281 62.4805 -204.85 - 56 142.476 1724 0 1 165.15 62.6887 -204.656 - 56 216.007 1219 0 0 165.038 63.8561 -205.85 - 56 125.651 1218 0 0 164.849 63.85 -205.938 - 56 20.7632 1337 11 0 37.3195 87.4672 123.75 - 56 45.4004 1336 11 0 37.3102 87.45 123.774 - 56 49.4209 1227 11 0 47.1746 65.6461 123.75 - 56 101.4 1553 5 1 130.772 41.7308 -54.45 - 56 135.997 1108 5 0 130.75 41.7051 -55.85 - 56 168.518 1552 3 1 130.617 40.7275 -114.45 - 56 108.048 1103 3 0 130.643 40.7181 -115.85 - 56 126.592 1555 2 1 131.199 40.7345 -144.45 - 56 147.405 1103 2 0 131.221 40.707 -145.85 - 56 196.384 1557 1 1 131.726 40.2175 -174.45 - 56 120.195 1100 1 0 131.698 40.1872 -175.85 - 56 119.049 1557 0 1 131.607 39.7975 -204.45 - 56 159.456 1098 0 0 131.609 39.7356 -205.85 - 56 282.739 1551 3 1 130.55 40.7745 -114.499 - 56 6.0868 1545 1 1 129.209 39.1791 -174.45 - 56 85.791 1094 1 0 129.358 38.9774 -175.85 - 56 20.2922 1093 1 0 129.393 38.85 -176.17 - 56 46.1479 1569 0 1 133.985 28.8431 -204.45 - 56 106.99 1568 0 1 133.95 28.8065 -204.507 - 56 92.9643 1041 0 0 133.317 28.3258 -205.85 - 56 179.932 1042 0 0 133.159 28.45 -206.047 - 56 338.168 1065 0 0 138.046 33.1503 -206.25 - 56 160.939 1548 5 1 129.784 40.9898 -54.45 - 56 140.821 1104 5 0 129.77 40.9437 -55.85 - 56 106.682 1547 4 1 129.628 40.0767 -84.45 - 56 114.25 1100 4 0 129.639 40.0645 -85.85 - 56 344.17 1549 3 1 129.994 40.1702 -114.45 - 56 61.3793 1100 3 0 130.025 40.0666 -115.85 - 56 176.483 1099 3 0 130.032 40.05 -116.078 - 56 253.023 1554 2 1 130.972 37.8921 -144.45 - 56 28.5402 1553 2 1 130.95 37.8772 -144.756 - 56 106.738 1088 2 0 130.856 37.8375 -145.85 - 56 118.211 1539 1 1 128.04 36.3519 -174.45 - 56 115.339 1080 1 0 127.982 36.2325 -175.85 - 56 133.467 1531 0 1 126.44 34.0481 -204.45 - 56 119.68 1068 0 0 126.166 33.7437 -205.85 - 56 295.493 1549 1 1 129.957 38.6391 -174.45 - 56 341.251 1092 1 0 129.93 38.6441 -175.85 - 56 91.2192 1546 0 1 129.52 38.575 -204.45 - 56 199.097 1092 0 0 129.663 38.6183 -205.851 - 56 13.5141 1575 0 1 135.154 37.3782 -204.45 - 56 113.684 1574 0 1 135.15 37.3521 -204.488 - 56 40.9118 1082 0 0 134.994 36.5314 -205.85 - 56 84.0777 1081 0 0 134.981 36.4499 -205.982 - 56 34.1109 1130 0 0 151.996 46.176 -206.25 - 56 157.798 1131 0 0 152.047 46.25 -206.198 - 56 56.96 1132 0 0 152.112 46.45 -206.058 - 56 47.6303 1133 0 0 152.157 46.6502 -205.943 - 56 192.028 1659 0 1 152.103 50.4834 -204.85 - 56 89.8267 1660 0 1 152.15 51.1473 -204.551 - 56 231.413 1661 0 1 152.35 51.5156 -204.464 - 56 161.745 1662 0 1 152.55 51.6456 -204.666 - 56 60.5345 1663 0 1 152.75 51.677 -204.785 - 56 92.064 1149 0 0 154.258 50.0035 -205.85 - 56 96.2679 1148 0 0 154.334 49.8499 -205.986 - 56 66.347 1147 0 0 154.254 49.6498 -206.121 - 56 110.211 1146 0 0 154.25 49.45 -206.149 - 56 239.961 1078 0 0 148.433 35.7888 -206.25 - 56 142.754 1673 0 1 154.919 50.6405 -204.85 - 56 2.20178 1091 1 0 129.924 38.45 -176.244 - 56 279.183 930 1 0 89.0116 6.06269 -176.25 - 56 43.3102 929 1 0 89.0031 6.05 -176.206 - 56 129.258 1104 2 0 131.035 40.8509 -145.85 - 56 3.25066 1559 1 1 132.146 44.0123 -174.45 - 56 237.47 1560 1 1 132.15 44.0168 -174.457 - 56 16.9831 1561 1 1 132.35 44.216 -174.791 - 56 23.9407 1123 1 0 132.991 44.8207 -175.85 - 56 119.298 1124 1 0 133.023 44.85 -175.902 - 56 0.627161 1125 1 0 133.251 45.05 -176.248 - 56 19.8202 1215 0 0 153.395 63.2334 -205.85 - 56 127.177 1216 0 0 153.412 63.25 -205.873 - 56 45.9015 1217 0 0 153.62 63.45 -206.133 - 56 48.8681 1798 0 1 179.95 -18.5765 -204.604 - 56 24.6522 808 0 0 179.848 -18.2734 -205.85 - 56 73.9471 809 0 0 179.857 -18.25 -205.896 - 56 3.57128 1675 4 0 178.314 155.349 -86.25 - 56 141.705 1106 3 0 130.139 41.337 -115.85 - 56 74.7024 1538 2 1 127.889 42.7118 -144.45 - 56 79.7321 1537 2 1 127.75 42.7623 -144.625 - 56 159.96 1115 2 0 126.995 43.1662 -145.85 - 56 43.2502 1116 2 0 126.841 43.25 -146.113 - 56 4.4055 1461 1 1 112.361 48.8009 -174.45 - 56 158.22 1460 1 1 112.35 48.7974 -174.457 - 56 527.407 1459 1 1 112.15 48.7385 -174.578 - 56 276.727 1458 1 1 111.95 48.7144 -174.702 - 56 197.091 1142 1 0 110.614 48.5952 -175.85 - 56 65.0311 1238 0 1 67.7441 46.611 -204.45 - 56 126.29 1237 0 1 67.65 46.4542 -204.528 - 56 116.626 1236 0 1 67.45 45.9949 -204.679 - 56 41.2933 1235 0 1 67.25 45.7212 -204.786 - 56 3.6667 1124 0 0 65.7302 44.8558 -205.85 - 56 189.059 1123 0 0 65.7198 44.85 -205.857 - 56 120.369 1122 0 0 65.32 44.65 -206.038 - 56 53.1865 1121 0 0 64.9364 44.45 -206.191 - 56 152.166 974 0 0 32.5858 14.9194 -206.25 - 56 48.1138 1066 0 1 33.3586 15.1874 -204.85 - 56 78.0958 1067 0 1 33.4501 15.2207 -204.699 - 56 76.1456 1068 0 1 33.734 15.248 -204.45 - 56 62.4392 1069 0 1 33.8502 15.1877 -204.578 - 56 73.2702 1070 0 1 34.05 15.1401 -204.683 - 56 19.9466 1071 0 1 34.2501 15.033 -204.808 - 56 13.7429 968 0 0 34.4759 13.6784 -205.851 - 56 134.233 967 0 0 34.4862 13.65 -205.876 - 56 29.9883 1109 2 0 126.933 42.0385 -145.85 - 56 61.5367 1530 2 1 126.348 41.2542 -144.85 - 56 100.184 1531 2 1 126.35 41.2242 -144.729 -Number of digits in this event = 61 +Event: 26 +Number of tracker hits in this event = 31 + 26 97.9283 1136 11 1 47.4064 -31.5346 125.55 + 26 266.235 742 11 0 47.4046 -31.5364 124.15 + 26 220.988 1136 10 1 47.3579 -31.5814 95.55 + 26 193.122 742 10 0 47.3536 -31.5849 94.15 + 26 136.199 1136 9 1 47.2621 -31.6629 65.55 + 26 134.024 741 9 0 47.2606 -31.6718 64.15 + 26 131.078 1135 8 1 47.2325 -31.8596 35.55 + 26 120.475 740 8 0 47.2316 -31.869 34.15 + 26 136.141 1135 7 1 47.2011 -32.0593 5.55 + 26 115.067 739 7 0 47.1969 -32.0649 4.15 + 26 165.09 1135 6 1 47.1104 -32.1761 -24.45 + 26 151.958 739 6 0 47.0943 -32.2002 -25.85 + 26 92.8943 1133 5 1 46.803 -32.7632 -54.45 + 26 101.982 736 5 0 46.7888 -32.8327 -55.85 + 26 12.2751 735 5 0 46.7847 -32.85 -56.1989 + 26 97.9963 1132 4 1 46.5967 -34.0905 -84.45 + 26 116.502 729 4 0 46.5624 -34.1662 -85.85 + 26 120.629 1128 3 1 45.832 -35.7239 -114.45 + 26 116.48 721 3 0 45.8093 -35.8153 -115.85 + 26 139.923 1126 2 1 45.366 -37.7856 -144.45 + 26 129.38 711 2 0 45.2501 -37.7697 -145.85 + 26 2.3154 1115 1 1 43.0505 -37.5914 -174.45 + 26 212.44 1114 1 1 43.05 -37.5914 -174.456 + 26 127.992 712 1 0 42.93 -37.592 -175.85 + 26 122.507 1102 0 1 40.6262 -37.5477 -204.45 + 26 110.447 712 0 0 40.6176 -37.583 -205.85 + 26 154.034 1149 6 1 49.9002 -35.2744 -24.85 + 26 60.5183 1732 3 1 166.55 44.3095 -114.831 + 26 80.3412 1135 11 1 47.2498 -31.5617 125.535 + 26 130.418 1134 11 1 47.05 -31.5859 125.377 + 26 126.724 856 11 0 69.7874 -8.76647 123.75 +Number of digits in this event = 21 Using G4ParticleGun ... -7.36176 LIN +2.47902 LIN e- -Event: 57 -Number of tracker hits in this event = 71 - 57 175.669 473 10 1 -85.4015 -39.8152 95.55 - 57 108.435 701 10 0 -85.4028 -39.8152 94.15 - 57 157.656 473 9 1 -85.4268 -39.8155 65.55 - 57 108.777 701 9 0 -85.4285 -39.8144 64.15 - 57 104.267 472 8 1 -85.4669 -39.799 35.55 - 57 144.235 701 8 0 -85.4694 -39.7984 34.15 - 57 154.917 472 7 1 -85.5083 -39.771 5.55 - 57 111.115 701 7 0 -85.5103 -39.7708 4.15 - 57 114.486 472 6 1 -85.5581 -39.7606 -24.45 - 57 103.976 701 6 0 -85.5635 -39.7537 -25.85 - 57 112.631 471 5 1 -85.6864 -39.5682 -54.45 - 57 198.962 702 5 0 -85.6947 -39.5705 -55.85 - 57 222.492 470 4 1 -85.8568 -39.5992 -84.45 - 57 110.702 702 4 0 -85.8551 -39.5883 -85.85 - 57 111.828 471 3 1 -85.8146 -39.3741 -114.45 - 57 110.58 703 3 0 -85.8057 -39.3435 -115.85 - 57 122.445 471 2 1 -85.656 -38.7736 -144.45 - 57 152.67 706 2 0 -85.645 -38.7426 -145.85 - 57 347.592 473 1 1 -85.4061 -38.1503 -174.45 - 57 124.567 709 1 0 -85.3529 -38.1255 -175.85 - 57 133.161 479 0 1 -84.1338 -37.6631 -204.45 - 57 100.246 712 0 0 -84.053 -37.6234 -205.85 - 57 90.8564 472 2 1 -85.4936 -38.993 -144.45 - 57 25.7262 473 2 1 -85.45 -39.0213 -144.777 - 57 248.425 704 2 0 -85.3296 -39.1257 -145.85 - 57 33.0575 491 1 1 -81.6826 -40.8896 -174.45 - 57 135.205 492 1 1 -81.65 -40.8956 -174.569 - 57 118.291 695 1 0 -81.2971 -40.9135 -175.85 - 57 25.6617 538 0 1 -72.2899 -41.1047 -204.45 - 57 139.733 539 0 1 -72.2499 -41.1296 -204.526 - 57 65.1773 692 0 0 -71.6261 -41.5705 -205.85 - 57 59.3565 691 0 0 -71.5139 -41.65 -206.075 - 57 151.694 471 4 1 -85.85 -39.5936 -84.4652 - 57 62.3361 701 4 0 -85.5872 -39.8331 -86.1382 - 57 203.224 491 3 1 -81.816 -35.2904 -114.451 - 57 70.544 728 3 0 -81.4502 -34.3658 -115.85 - 57 92.926 729 3 0 -81.4029 -34.25 -116.023 - 57 127.529 531 2 1 -73.8359 -16.1681 -144.45 - 57 37.6456 821 2 0 -73.8507 -15.6942 -145.85 - 57 178.764 822 2 0 -73.8521 -15.65 -145.977 - 57 149.177 526 1 1 -74.7475 -5.1867 -174.45 - 57 48.5691 880 1 0 -74.6567 -3.95706 -175.85 - 57 89.7657 881 1 0 -74.6459 -3.85 -175.97 - 57 20.8833 882 1 0 -74.6274 -3.65 -176.192 - 57 80.1306 543 0 1 -71.3458 19.3689 -204.45 - 57 122.78 544 0 1 -71.25 19.5003 -204.527 - 57 107.21 545 0 1 -71.0499 19.752 -204.684 - 57 38.8298 546 0 1 -70.8498 19.9629 -204.808 - 57 12.9591 1010 0 0 -68.3215 22.2175 -205.85 - 57 80.635 1011 0 0 -68.285 22.2501 -205.866 - 57 85.5002 1012 0 0 -68.0561 22.45 -205.953 - 57 76.8055 1013 0 0 -67.8865 22.6501 -206.065 - 57 32.5429 1014 0 0 -67.7716 22.85 -206.202 - 57 167.58 722 3 0 -80.7239 -35.5707 -115.85 - 57 84.6154 721 3 0 -80.6085 -35.65 -115.943 - 57 132.472 473 3 1 -85.278 -36.7513 -114.45 - 57 145.337 717 3 0 -85.2799 -36.5963 -115.85 - 57 97.4013 477 2 1 -84.5214 -32.3545 -144.45 - 57 16.4031 476 2 1 -84.65 -32.3482 -144.784 - 57 220.607 738 2 0 -85.0413 -32.3167 -145.85 - 57 20.661 405 1 1 -99.0796 -31.6671 -174.45 - 57 77.9217 404 1 1 -99.15 -31.6565 -174.52 - 57 212.506 403 1 1 -99.35 -31.645 -174.728 - 57 199.024 742 1 0 -100.421 -31.5486 -175.85 - 57 7.61411 266 0 1 -126.94 -27.5015 -204.45 - 57 121 265 0 1 -126.95 -27.5051 -204.467 - 57 29.9449 264 0 1 -127.15 -27.5883 -204.807 - 57 150.583 760 0 0 -127.772 -27.8702 -205.85 - 57 214.349 699 1 0 -85.3946 -40.0724 -175.85 - 57 237.513 473 0 1 -85.3993 -40.1097 -204.45 - 57 269.348 699 0 0 -85.3928 -40.1119 -205.85 -Number of digits in this event = 34 -Using G4ParticleGun ... -8.46624 LIN -e- -Event: 58 -Number of tracker hits in this event = 40 - 58 126.113 905 11 1 1.06628 42.2393 125.55 - 58 125.644 1110 11 0 1.06596 42.2385 124.15 - 58 102.973 905 10 1 1.05609 42.2204 95.55 - 58 126.515 1110 10 0 1.05555 42.2187 94.15 - 58 343.754 904 9 1 1.04761 42.1849 65.55 - 58 116.99 1110 9 0 1.04774 42.1835 64.15 - 58 385.919 904 8 1 1.04684 42.1509 35.55 - 58 109.615 1110 8 0 1.04656 42.1496 34.15 - 58 182.868 904 7 1 1.03844 42.1217 5.55 - 58 99.1289 1110 7 0 1.03661 42.1213 4.15 - 58 126.554 904 6 1 0.996048 42.11 -24.45 - 58 168.538 1110 6 0 0.99419 42.1086 -25.85 - 58 103.423 904 5 1 0.959532 42.0794 -54.45 - 58 147.256 1110 5 0 0.957544 42.0778 -55.85 - 58 99.0512 904 4 1 0.92149 42.0487 -84.45 - 58 121.626 1109 4 0 0.921286 42.0477 -85.85 - 58 170.884 904 3 1 0.912935 42.0285 -114.45 - 58 108.551 1109 3 0 0.911656 42.0281 -115.85 - 58 102.274 904 2 1 0.88991 42.0194 -144.45 - 58 131.779 1109 2 0 0.889352 42.0186 -145.85 - 58 116.2 904 1 1 0.875207 41.9997 -174.45 - 58 197.338 1109 1 0 0.875187 41.9986 -175.85 - 58 291.927 904 0 1 0.874384 41.9779 -204.45 - 58 135.401 1109 0 0 0.874194 41.9768 -205.85 - 58 57.5822 1662 4 0 -53.3312 152.55 -86.2061 - 58 133.859 1663 4 0 -53.3551 152.75 -85.9596 - 58 42.8926 630 4 1 -53.8704 153.502 -84.85 - 58 147.805 1669 4 0 -54.9094 154.035 -85.8501 - 58 122.994 1474 5 1 115.045 -67.9541 -54.85 - 58 12.5183 1451 2 1 110.459 55.2253 -144.45 - 58 335.084 903 0 1 0.85 41.971 -204.487 - 58 167.782 1107 0 0 0.648914 41.5818 -205.85 - 58 75.7067 1112 0 0 1.14649 42.5328 -205.85 - 58 72.0189 1113 0 0 1.17699 42.65 -206.066 - 58 79.747 1108 0 0 1.40513 41.686 -205.85 - 58 30.6218 1185 0 1 57.05 147.52 -204.586 - 58 42.0912 903 8 1 0.85 42.1297 35.5011 - 58 168.395 1106 9 0 -0.242817 41.4134 64.1499 - 58 317.273 1105 9 0 -0.370433 41.25 64.0288 - 58 125.388 1104 9 0 -0.0970769 41.05 63.8795 -Number of digits in this event = 25 -Using G4ParticleGun ... -8.72244 LIN -e- -Event: 59 -Number of tracker hits in this event = 16 - 59 170.379 626 7 1 -54.7802 -138.694 5.55 - 59 92.6246 207 7 0 -54.7813 -138.694 4.15 - 59 166.906 626 6 1 -54.8046 -138.687 -24.45 - 59 124.726 207 6 0 -54.8057 -138.687 -25.85 - 59 118.601 626 5 1 -54.8289 -138.673 -54.45 - 59 189.715 207 5 0 -54.8298 -138.672 -55.85 - 59 191.292 625 4 1 -54.8511 -138.65 -84.45 - 59 182.894 207 4 0 -54.8524 -138.65 -85.85 - 59 220.245 625 3 1 -54.8798 -138.631 -114.45 - 59 286.231 207 3 0 -54.8788 -138.63 -115.85 - 59 109.538 625 2 1 -54.8565 -138.586 -144.45 - 59 152.831 207 2 0 -54.8553 -138.584 -145.85 - 59 97.3248 626 1 1 -54.8311 -138.583 -174.45 - 59 151.255 207 1 0 -54.8345 -138.58 -175.85 - 59 211.469 625 0 1 -54.905 -138.519 -204.45 - 59 112.994 208 0 0 -54.9058 -138.515 -205.85 -Number of digits in this event = 14 -Using G4ParticleGun ... -3.43851 LIN -e- -Event: 60 -Number of tracker hits in this event = 73 - 60 225.034 1006 8 1 21.2673 -135.996 35.55 - 60 90.5576 220 8 0 21.2698 -135.995 34.15 - 60 126.353 1006 7 1 21.3177 -135.972 5.55 - 60 111.067 220 7 0 21.3206 -135.971 4.15 - 60 347.01 1006 6 1 21.3797 -135.95 -24.45 - 60 113.553 220 6 0 21.3861 -135.952 -25.85 - 60 360.139 1007 5 1 21.5008 -136.014 -54.45 - 60 274.362 220 5 0 21.5045 -136.023 -55.85 - 60 301.337 1007 4 1 21.5722 -136.195 -84.45 - 60 144.001 219 4 0 21.5738 -136.202 -85.85 - 60 159.305 1007 3 1 21.6077 -136.317 -114.45 - 60 119.814 219 3 0 21.6108 -136.323 -115.85 - 60 111.302 1008 2 1 21.6756 -136.425 -144.45 - 60 122.067 218 2 0 21.682 -136.432 -145.85 - 60 208.289 1008 1 1 21.7974 -136.589 -174.45 - 60 138.422 217 1 0 21.8026 -136.593 -175.85 - 60 125.354 1009 0 1 21.9051 -136.667 -204.45 - 60 123.744 217 0 0 21.9069 -136.671 -205.85 - 60 24.8902 69 6 1 -166.244 -124.527 -24.85 - 60 3.75728 1006 4 1 21.45 -136.103 -84.8454 - 60 33.2284 230 4 0 19.4045 -134.134 -85.85 - 60 27.6565 986 4 1 17.2643 -132.532 -84.85 - 60 309.419 985 4 1 17.25 -132.521 -84.8442 - 60 26.3786 1010 0 1 22.2099 -136.721 -204.45 - 60 117.672 1011 0 1 22.25 -136.707 -204.538 - 60 129.623 218 0 0 23.143 -136.452 -205.85 - 60 45.7417 1008 0 1 21.7954 -136.922 -204.45 - 60 39.4918 1007 0 1 21.65 -136.811 -204.521 - 60 69.0015 1006 0 1 21.45 -136.794 -204.531 - 60 99.0457 1005 0 1 21.25 -136.767 -204.554 - 60 52.9101 1004 0 1 21.05 -136.724 -204.573 - 60 132.093 1003 0 1 20.85 -136.664 -204.608 - 60 61.9225 1002 0 1 20.65 -136.625 -204.659 - 60 48.4553 1001 0 1 20.45 -136.635 -204.701 - 60 52.244 1000 0 1 20.25 -136.646 -204.712 - 60 66.3559 999 0 1 20.05 -136.678 -204.702 - 60 19.7655 998 0 1 19.85 -136.758 -204.795 - 60 12.7328 215 0 0 19.2812 -137.134 -205.85 - 60 124.275 214 0 0 19.2528 -137.15 -205.893 - 60 31.7157 208 0 0 6.4219 -138.543 -206.25 - 60 93.1577 207 0 0 6.42096 -138.55 -206.164 - 60 24.5209 931 0 1 6.26864 -138.781 -204.85 - 60 202.575 930 0 1 6.24997 -138.814 -204.764 - 60 317.249 929 0 1 6.05 -138.998 -204.454 - 60 140.323 928 0 1 5.85 -139.425 -204.622 - 60 7.30073 288 6 0 27.9479 -122.362 -26.25 - 60 142.021 289 6 0 27.9556 -122.35 -26.2192 - 60 10.3959 1042 6 1 28.6287 -122.612 -24.85 - 60 147.191 1043 6 1 28.65 -122.626 -24.8167 - 60 119.828 1007 6 1 21.4501 -135.994 -24.5283 - 60 81.1315 221 6 0 21.4176 -135.842 -25.85 - 60 39.835 222 6 0 21.4798 -135.75 -26.1493 - 60 176.946 1009 4 1 21.9467 -137.488 -84.45 - 60 141.346 214 4 0 22.0666 -137.336 -85.85 - 60 121.958 1024 3 1 24.8575 -134.305 -114.451 - 60 103.582 230 3 0 25.0897 -134.104 -115.85 - 60 7.8856 1047 2 1 29.4612 -129.979 -144.45 - 60 96.0916 1046 2 1 29.4493 -129.975 -144.464 - 60 99.3417 1045 2 1 29.2498 -129.857 -144.746 - 60 58.713 254 2 0 28.2333 -129.226 -145.85 - 60 96.3362 255 2 0 28.1567 -129.15 -145.96 - 60 3.87068 223 5 0 21.6411 -135.359 -55.85 - 60 124.86 224 5 0 21.6428 -135.35 -55.8686 - 60 90.1884 1008 4 1 21.6723 -121.316 -84.45 - 60 35.1333 299 4 0 23.254 -120.202 -85.85 - 60 125.589 300 4 0 23.3265 -120.15 -85.9081 - 60 86.1912 301 4 0 23.5773 -119.95 -86.0652 - 60 40.1403 302 4 0 23.8083 -119.75 -86.1835 - 60 96.2924 1247 3 1 69.5141 -74.259 -114.45 - 60 138.863 1246 3 1 69.45 -74.0179 -114.643 - 60 38.2037 537 3 0 68.9165 -72.5907 -115.85 - 60 126.02 538 3 0 68.8746 -72.45 -115.973 - 60 55.6111 539 3 0 68.8059 -72.25 -116.125 -Number of digits in this event = 31 -Using G4ParticleGun ... -9.90885 LIN -e- -Event: 61 -Number of tracker hits in this event = 88 - 61 245.469 1054 7 1 30.9605 146.437 5.55 - 61 119.093 1631 7 0 30.9605 146.436 4.15 - 61 138.091 1054 6 1 30.9626 146.43 -24.45 - 61 95.7728 1631 6 0 30.9628 146.43 -25.85 - 61 103.797 1054 5 1 30.9696 146.436 -54.45 - 61 107.701 1631 5 0 30.9718 146.436 -55.85 - 61 123.412 1054 4 1 31.0122 146.449 -84.45 - 61 209.922 1631 4 0 31.0141 146.448 -85.85 - 61 120.424 1055 3 1 31.0528 146.432 -114.45 - 61 218.495 1631 3 0 31.0551 146.431 -115.85 - 61 396.872 1055 2 1 31.1007 146.412 -144.45 - 61 149.398 1631 2 0 31.1025 146.412 -145.85 - 61 155.751 1055 1 1 31.1401 146.427 -174.45 - 61 146.969 1631 1 0 31.1425 146.426 -175.85 - 61 321.766 1055 0 1 31.1802 146.425 -204.45 - 61 396.143 1631 0 0 31.1804 146.424 -205.85 - 61 204.24 1390 4 0 -157.842 98.15 -86.1236 - 61 0.496402 1389 4 0 -157.93 98.15 -86.0341 - 61 47.1536 997 3 0 -103.548 19.5089 -116.25 - 61 100.778 996 3 0 -103.56 19.45 -116.219 - 61 171.351 852 4 0 -85.7342 -9.45 -86.1808 - 61 27.3035 1680 2 0 -108.803 156.154 -146.25 - 61 157.101 1679 2 0 -108.811 156.15 -146.226 - 61 64.8989 1056 0 1 31.25 146.489 -204.471 - 61 67.9754 1057 0 1 31.45 146.442 -204.599 - 61 76.9001 1058 0 1 31.65 146.364 -204.735 - 61 37.7958 1059 0 1 31.8502 146.255 -204.823 - 61 218.794 1620 0 0 34.8264 144.251 -205.85 - 61 160.165 1619 0 0 35.2653 144.15 -205.927 - 61 125.748 1618 0 0 35.8282 143.95 -205.956 - 61 76.3249 1617 0 0 36.2238 143.75 -205.921 - 61 87.4253 1616 0 0 36.4746 143.55 -205.929 - 61 125.519 1615 0 0 36.7486 143.35 -205.922 - 61 86.8547 1614 0 0 37.0762 143.15 -205.928 - 61 37.6264 1101 0 1 40.2977 141.803 -204.85 - 61 51.5027 1102 0 1 40.4501 141.757 -204.798 - 61 56.5842 1103 0 1 40.6501 141.666 -204.73 - 61 82.2185 1104 0 1 40.85 141.535 -204.65 - 61 90.9271 1105 0 1 41.05 141.324 -204.618 - 61 57.4729 1106 0 1 41.2501 141.181 -204.631 - 61 68.4033 1107 0 1 41.45 141.039 -204.65 - 61 41.7627 1108 0 1 41.65 140.953 -204.744 - 61 81.9452 1599 0 0 43.0314 140.063 -205.85 - 61 109.916 1598 0 0 43.2707 139.95 -206.029 - 61 59.7384 1621 0 0 64.6613 144.35 -206.01 - 61 263.621 1221 0 1 64.3295 144.943 -204.85 - 61 251.942 1220 0 1 64.25 145.097 -204.685 - 61 139.777 1623 0 0 64.2126 144.883 -205.85 - 61 134.394 1589 0 0 42.9576 138.122 -206.25 - 61 163.142 1222 0 1 64.45 145.081 -204.553 - 61 154.057 1627 0 0 31.8238 145.71 -205.85 - 61 160.172 1692 0 0 33.9259 158.614 -206.25 - 61 112.871 1030 3 1 26.226 144.757 -114.45 - 61 142.188 1623 3 0 26.1201 144.803 -115.851 - 61 189.262 1045 2 1 29.2276 146.82 -144.45 - 61 122.554 1630 2 0 28.9045 146.348 -145.85 - 61 52.3149 1053 7 1 30.85 146.549 5.32667 - 61 128.827 1633 7 0 30.3653 146.843 4.15 - 61 59.7082 966 6 1 13.3769 153.871 -24.45 - 61 93.1623 965 6 1 13.25 153.865 -24.6223 - 61 257.999 1667 6 0 12.1981 153.73 -25.85 - 61 53.0131 746 5 1 -30.7085 151.689 -54.45 - 61 136.305 745 5 1 -30.85 151.789 -54.5511 - 61 54.7068 744 5 1 -31.05 151.933 -54.7195 - 61 33.1487 1663 5 0 -32.2164 152.891 -55.8502 - 61 104.343 1664 5 0 -32.2839 152.95 -55.9144 - 61 10.0347 1665 5 0 -32.5618 153.15 -56.2217 - 61 81.4249 590 4 1 -61.8974 171.838 -84.45 - 61 163.577 589 4 1 -62.05 171.798 -84.5711 - 61 49.448 588 4 1 -62.25 171.744 -84.7446 - 61 150.2 1757 4 0 -63.1774 171.673 -85.85 - 61 73.8346 454 3 1 -89.1537 168.267 -114.45 - 61 25.758 455 3 1 -89.05 168.193 -114.745 - 61 164.612 1739 3 0 -88.6954 168.139 -115.85 - 61 400.26 1728 3 0 -125.061 165.857 -116.25 - 61 78.2278 1729 3 0 -126.032 165.95 -115.962 - 61 77.3472 1063 3 0 86.4988 32.7522 -116.25 - 61 109.126 1062 3 0 86.6267 32.65 -116.127 - 61 31.2384 1061 3 0 86.6106 32.45 -115.895 - 61 46.714 1331 3 1 86.3376 32.3749 -114.85 - 61 71.2469 1330 3 1 86.25 32.3499 -114.79 - 61 332.62 1056 3 0 82.732 31.3441 -115.85 - 61 67.3987 1666 6 0 11.8571 153.55 -26.1975 - 61 75.5499 1665 6 0 11.8263 153.35 -26.2185 - 61 41.2988 1272 6 0 4.43616 74.5341 -26.2498 - 61 137.412 1271 6 0 4.38767 74.45 -26.1841 - 61 158.591 1270 6 0 4.25153 74.25 -26.0338 - 61 143.527 1269 6 0 4.05716 74.05 -25.9437 +Event: 27 +Number of tracker hits in this event = 80 + 27 179.318 1365 9 1 93.2508 71.0455 65.55 + 27 31.5529 1254 9 0 93.2587 71.0497 64.15 + 27 94.3535 1255 9 0 93.2594 71.05 64.0318 + 27 213.457 1366 8 1 93.4964 71.1465 35.55 + 27 125.204 1255 8 0 93.5001 71.1455 34.15 + 27 133.135 1367 7 1 93.6658 71.0495 5.55 + 27 334.787 1254 7 0 93.6382 71.0489 4.15 + 27 118.797 1364 6 1 93.0751 70.9877 -24.45 + 27 442.075 1254 6 0 93.0372 70.9884 -25.85 + 27 101.512 1360 5 1 92.2753 71.0421 -54.45 + 27 134.289 1255 5 0 92.2395 71.0543 -55.85 + 27 109.14 1356 4 1 91.5381 71.3658 -84.45 + 27 100.028 1256 4 0 91.5176 71.39 -85.85 + 27 227.233 1354 3 1 91.1005 71.8326 -114.45 + 27 118.903 1258 3 0 91.0613 71.8414 -115.85 + 27 113.633 1350 2 1 90.1897 71.9531 -144.45 + 27 152.339 1346 1 1 89.3246 71.8655 -174.45 + 27 155.944 1259 1 0 89.2865 71.8748 -175.85 + 27 258.23 1342 0 1 88.5354 72.1126 -204.45 + 27 151.88 1260 0 0 88.4982 72.1228 -205.85 + 27 117.74 1343 0 1 88.6672 73.1637 -204.45 + 27 118.49 1265 0 0 88.0692 73.1288 -205.85 + 27 197.261 1262 0 0 88.6346 72.5088 -205.85 + 27 183.625 1261 0 0 88.6288 72.45 -205.972 + 27 617.242 1365 6 1 93.2666 70.8961 -24.45 + 27 113.981 1364 5 1 93.0577 70.7977 -54.45 + 27 100.501 1253 5 0 93.0504 70.8056 -55.85 + 27 109.595 1363 4 1 92.9336 70.9757 -84.45 + 27 123.18 1254 4 0 92.934 70.981 -85.85 + 27 99.661 1363 3 1 92.9368 71.0784 -114.45 + 27 141.984 1255 3 0 92.9117 71.0735 -115.85 + 27 92.4275 1361 2 1 92.4638 70.8988 -144.45 + 27 350.31 1254 2 0 92.4429 70.8721 -145.85 + 27 364.892 1359 1 1 92.016 70.2096 -174.45 + 27 154.62 1250 1 0 92.0101 70.1975 -175.85 + 27 128.275 1359 0 1 91.9792 69.8783 -204.45 + 27 108.757 1248 0 0 91.9673 69.8365 -205.85 + 27 114.926 1265 3 0 101.967 73.188 -116.25 + 27 393.317 1266 3 0 101.937 73.2501 -115.958 + 27 30.2592 1267 3 0 101.808 73.45 -116.081 + 27 96.9431 1759 3 0 -34.4743 171.95 -116.118 + 27 5.97358 1758 3 0 -34.6616 171.95 -115.864 + 27 77.0458 728 3 1 -34.2746 170.852 -114.85 + 27 141.678 729 3 1 -34.2499 170.724 -114.768 + 27 396.723 1237 5 0 85.8522 67.4673 -56.25 + 27 38.7089 1236 5 0 86.0381 67.4498 -55.8788 + 27 190.713 1308 5 0 120.246 81.7916 -56.25 + 27 55.2619 1162 4 0 84.5561 52.5766 -86.2499 + 27 100.365 1161 4 0 84.4782 52.45 -86.1314 + 27 64.0526 1323 4 1 84.6743 51.9738 -84.8499 + 27 90.149 1322 4 1 84.65 51.9263 -84.6318 + 27 100.929 1365 5 1 93.1571 70.9256 -54.45 + 27 97.5835 1254 5 0 93.1595 70.9315 -55.85 + 27 173.747 1365 4 1 93.2169 71.1069 -84.45 + 27 122.651 1255 4 0 93.2207 71.1157 -85.85 + 27 159.88 1365 3 1 93.3061 71.2922 -114.45 + 27 124.805 1256 3 0 93.3089 71.3009 -115.85 + 27 178.335 1366 2 1 93.389 71.433 -144.45 + 27 124.779 1256 2 0 93.3834 71.4433 -145.85 + 27 202.707 1365 1 1 93.3043 71.6831 -174.45 + 27 168.44 1258 1 0 93.3022 71.6958 -175.85 + 27 125.003 1365 0 1 93.2749 71.9911 -204.45 + 27 156.841 1259 0 0 93.2749 71.9965 -205.85 + 27 75.6458 1365 2 1 93.3499 71.4352 -144.599 + 27 8.26558 1364 2 1 93.1499 71.413 -144.825 + 27 349.798 1255 2 0 92.3142 71.2028 -145.85 + 27 224.159 1253 2 0 91.6785 70.85 -146.151 + 27 95.1951 1252 2 0 91.3403 70.65 -146.185 + 27 110.74 1251 2 0 91.0498 70.45 -146.166 + 27 172.379 1250 2 0 90.8928 70.25 -146.08 + 27 85.8847 1353 2 1 90.8368 69.6773 -144.85 + 27 214.953 1352 2 1 90.75 69.596 -144.537 + 27 8.98754 1347 2 1 89.4605 70.897 -144.85 + 27 74.7826 1346 2 1 89.4497 70.9022 -144.847 + 27 96.3768 1178 2 0 91.6902 55.8376 -146.25 + 27 82.3846 1177 2 0 91.7577 55.6499 -145.982 + 27 494.877 1355 2 1 91.2702 55.1962 -144.85 + 27 59.483 1257 1 0 93.4771 71.4977 -175.85 + 27 310.7 1366 4 1 93.4074 70.9259 -84.45 + 27 103.269 1364 0 1 92.9687 70.9602 -204.45 Number of digits in this event = 42 Using G4ParticleGun ... -3.54423 LIN +3.0552 LIN e- -Event: 62 -Number of tracker hits in this event = 91 - 62 102.551 910 10 1 2.09473 95.3213 95.55 - 62 196.793 1375 10 0 2.0952 95.3201 94.15 - 62 127.171 910 9 1 2.09856 95.2933 65.55 - 62 151.328 1375 9 0 2.09801 95.2935 64.15 - 62 161.842 910 8 1 2.10197 95.2966 35.55 - 62 237.826 1375 8 0 2.10543 95.298 34.15 - 62 108.038 910 7 1 2.17232 95.3263 5.55 - 62 93.5922 1375 7 0 2.17297 95.3185 4.15 - 62 220.497 910 6 1 2.17382 95.099 -24.45 - 62 134.473 1374 6 0 2.18832 95.1186 -25.85 - 62 122.468 911 5 1 2.43841 95.5913 -54.45 - 62 284.938 1377 5 0 2.45972 95.6559 -55.85 - 62 116.898 914 4 1 2.98578 96.961 -84.45 - 62 136.272 1384 4 0 3.01152 97.0082 -85.85 - 62 92.015 916 3 1 3.367 97.953 -114.45 - 62 115.401 1389 3 0 3.40461 97.9823 -115.85 - 62 105.237 920 2 1 4.21128 98.5021 -144.45 - 62 216.963 1391 2 0 4.26864 98.5335 -145.85 - 62 304.062 927 1 1 5.47782 99.1905 -174.45 - 62 125.628 1395 1 0 5.524 99.2236 -175.85 - 62 146.918 932 0 1 6.61261 99.941 -204.45 - 62 144.195 1399 0 0 6.62878 99.9691 -205.85 - 62 34.4266 1246 3 1 69.3901 109.009 -114.45 - 62 83.9102 531 0 1 -73.85 166.234 -204.583 - 62 134.508 530 0 1 -73.85 166.287 -204.471 - 62 122.709 909 6 1 2.04911 95.2893 -24.45 - 62 101.273 1375 6 0 2.03381 95.3053 -25.85 - 62 125.971 908 5 1 1.81863 95.618 -54.45 - 62 327.167 908 4 1 1.80189 95.0637 -84.45 - 62 207.942 1374 4 0 1.75981 95.0464 -85.85 - 62 113.101 904 3 1 1.01156 94.6134 -114.45 - 62 137.745 1372 3 0 0.966777 94.5693 -115.85 - 62 234.924 900 2 1 0.179059 93.6159 -144.45 - 62 132.876 1367 2 0 0.146825 93.5699 -145.85 - 62 115.39 897 1 1 -0.527314 92.6782 -174.45 - 62 181.238 1362 1 0 -0.571789 92.6687 -175.85 - 62 272.085 892 0 1 -1.52235 92.562 -204.45 - 62 152.355 1361 0 0 -1.55163 92.5381 -205.85 - 62 60.9848 891 0 1 -1.65 92.6219 -204.64 - 62 6.3957 1364 0 0 -2.25558 93.1379 -205.85 - 62 131.947 1365 0 0 -2.26891 93.15 -205.878 - 62 151.342 901 2 1 0.25 93.6857 -144.729 - 62 132.03 1376 6 0 2.3651 95.3535 -25.85 - 62 199.512 949 5 1 9.87487 95.5464 -54.4501 - 62 99.5724 1375 5 0 10.1227 95.2518 -55.8502 - 62 165.602 969 4 1 14.0066 89.9721 -84.4501 - 62 119.352 1351 4 0 13.8682 90.4125 -85.85 - 62 12.9602 1352 4 0 13.8438 90.55 -86.1982 - 62 168.588 957 3 1 11.5899 103.342 -114.45 - 62 116.031 1418 3 0 11.4481 103.766 -115.85 - 62 69.3872 951 2 1 10.4216 111.572 -144.45 - 62 85.778 952 2 1 10.45 111.691 -144.604 - 62 0.0763471 1462 2 0 10.6117 112.749 -145.85 - 62 95.7009 1463 2 0 10.6118 112.75 -145.851 - 62 60.2809 1464 2 0 10.6233 112.95 -146.066 - 62 108.978 975 1 1 15.0559 143.021 -174.45 - 62 823.55 974 1 1 15.05 143.112 -174.55 - 62 74.7579 1620 1 0 15.0998 144.183 -175.85 - 62 51.7928 1621 1 0 15.1093 144.35 -176.085 - 62 168.527 1016 0 1 23.3259 167.023 -204.45 - 62 117.078 1739 0 0 23.1381 167.973 -205.85 - 62 126.523 1740 0 0 23.0834 168.15 -206.114 - 62 51.1538 941 2 1 8.44593 113.101 -144.45 - 62 307.017 910 3 1 2.19608 95.1241 -114.45 - 62 267.734 1374 3 0 2.22167 95.1196 -115.85 - 62 148.1 914 2 1 2.98858 94.9175 -144.45 - 62 136.769 1373 2 0 2.97135 94.8009 -145.85 - 62 139.262 915 1 1 3.20988 92.7062 -174.45 - 62 66.7643 1361 1 0 3.23611 92.55 -176.001 - 62 130.209 918 0 1 3.69838 89.9641 -204.45 - 62 94.3965 1348 0 0 3.70355 89.7702 -205.85 - 62 20.8408 911 3 1 2.25 95.0974 -114.78 - 62 71.3899 933 2 1 6.75705 93.7762 -144.45 - 62 42.1423 932 2 1 6.64939 93.6539 -144.709 - 62 21.7123 1365 2 0 6.1688 93.1651 -145.85 - 62 312.081 1364 2 0 6.15385 93.15 -145.886 - 62 61.6513 871 1 1 -5.79793 79.1433 -174.45 - 62 114.778 870 1 1 -5.85 78.9792 -174.597 - 62 3.63924 1286 1 0 -6.22798 77.2684 -175.85 - 62 75.9942 1285 1 0 -6.23189 77.25 -175.863 - 62 93.1358 1284 1 0 -6.27193 77.0498 -176.013 - 62 54.8354 1283 1 0 -6.32767 76.85 -176.159 - 62 62.0087 815 0 1 -16.8912 44.0438 -204.45 - 62 92.0423 814 0 1 -17.0501 43.9839 -204.565 - 62 67.6738 813 0 1 -17.2501 43.9397 -204.69 - 62 51.0186 812 0 1 -17.45 43.8753 -204.791 - 62 25.7639 1111 0 0 -20.3012 42.2998 -205.85 - 62 131.556 1110 0 0 -20.388 42.25 -205.884 - 62 121.994 1109 0 0 -20.7249 42.05 -206.01 - 62 144.69 1108 0 0 -21.1104 41.85 -206.126 - 62 11.7379 1107 0 0 -21.5375 41.65 -206.239 -Number of digits in this event = 47 -Using G4ParticleGun ... -2.5513 LIN -e- -Event: 63 -Number of tracker hits in this event = 36 - 63 118.108 802 8 1 -19.4873 139.324 35.55 - 63 159.548 1595 8 0 -19.4852 139.324 34.15 - 63 111.277 802 7 1 -19.4511 139.321 5.55 - 63 2.90933 803 7 1 -19.45 139.321 5.18201 - 63 124.939 1595 7 0 -19.4469 139.321 4.15 - 63 112.015 803 6 1 -19.3536 139.324 -24.45 - 63 328.349 1595 6 0 -19.3522 139.325 -25.85 - 63 161.034 803 5 1 -19.3199 139.338 -54.45 - 63 99.922 1595 5 0 -19.3183 139.34 -55.85 - 63 109.392 803 4 1 -19.2596 139.37 -84.45 - 63 105.396 1596 4 0 -19.2568 139.371 -85.85 - 63 414.717 804 3 1 -19.209 139.377 -114.45 - 63 414.211 1596 3 0 -19.2076 139.377 -115.85 - 63 161.946 804 2 1 -19.1779 139.357 -144.45 - 63 105.32 1596 2 0 -19.1769 139.359 -145.85 - 63 134.307 804 1 1 -19.1549 139.402 -174.45 - 63 141.357 1596 1 0 -19.1524 139.406 -175.85 - 63 105.828 804 0 1 -19.1023 139.486 -204.45 - 63 138.575 1596 0 0 -19.0971 139.49 -205.85 - 63 130.919 816 2 1 -16.655 140.151 -144.45 - 63 262.492 1599 2 0 -17.0556 140.019 -145.85 - 63 224.336 765 1 1 -26.9294 134.723 -174.45 - 63 68.9884 1569 1 0 -27.3347 134.045 -175.85 - 63 145.002 1568 1 0 -27.3953 133.95 -176.024 - 63 183.673 724 0 1 -35.1726 119.822 -204.45 - 63 67.6502 1489 0 0 -35.0919 118.145 -205.85 - 63 65.812 1488 0 0 -35.0818 117.95 -206.005 - 63 39.8681 1487 0 0 -35.0626 117.749 -206.161 - 63 25.4989 1376 0 0 -30.6051 95.4552 -206.25 - 63 87.1081 1394 0 0 -28.4425 99.005 -206.25 - 63 55.7436 1611 1 0 -48.7944 142.522 -176.25 - 63 145.253 792 2 1 -21.5575 140.056 -144.45 - 63 78.6401 764 1 1 -27.05 141.189 -174.569 - 63 112.553 1606 1 0 -27.3719 141.403 -175.85 - 63 239.741 730 0 1 -33.8714 145.063 -204.45 - 63 228.032 1625 0 0 -34.1704 145.269 -205.85 -Number of digits in this event = 20 -Using G4ParticleGun ... -7.5165 LIN -e- -Event: 64 -Number of tracker hits in this event = 197 - 64 132.133 516 10 1 -76.7284 83.9066 95.55 - 64 115.805 1319 10 0 -76.7293 83.9071 94.15 - 64 427.772 516 9 1 -76.7475 83.9167 65.55 - 64 540.212 1319 9 0 -76.748 83.918 64.15 - 64 447.383 516 8 1 -76.7568 83.9428 35.55 - 64 499.4 1319 8 0 -76.7574 83.9433 34.15 - 64 257.722 516 7 1 -76.7682 83.9488 5.55 - 64 275.674 1319 7 0 -76.7704 83.9497 4.15 - 64 103.529 516 6 1 -76.8146 83.9687 -24.45 - 64 279.05 1319 6 0 -76.8165 83.9693 -25.85 - 64 368.847 515 5 1 -76.8543 83.9777 -54.45 - 64 524.898 1319 5 0 -76.8561 83.9785 -55.85 - 64 178.369 515 4 1 -76.894 83.9922 -84.45 - 64 126.314 1319 4 0 -76.8959 83.9932 -85.85 - 64 140.028 515 3 1 -76.9333 84.0182 -114.45 - 64 109.961 1319 3 0 -76.9404 84.0194 -115.85 - 64 124.797 514 2 1 -77.0895 84.0431 -144.45 - 64 120.603 1319 2 0 -77.097 84.0457 -145.85 - 64 138.726 513 1 1 -77.2507 84.1015 -174.45 - 64 248.655 1320 1 0 -77.2584 84.104 -175.85 - 64 125.905 513 0 1 -77.4134 84.1571 -204.45 - 64 176.082 1320 0 0 -77.4222 84.1591 -205.85 - 64 376.488 1327 2 0 -124.423 85.4732 -146.25 - 64 63.6081 1326 2 0 -124.446 85.45 -146.147 - 64 177.717 520 1 1 -75.926 -132.289 -174.85 - 64 205.774 521 1 1 -75.85 -132.562 -174.659 - 64 216.545 522 1 1 -75.65 -132.29 -174.556 - 64 87.0141 523 1 1 -75.45 -132.189 -174.7 - 64 29.6203 524 1 1 -75.2499 -132.171 -174.764 - 64 69.1579 259 1 0 -78.8852 -128.259 -175.85 - 64 54.9579 260 1 0 -79.0765 -128.15 -175.883 - 64 117.735 498 1 1 -80.29 -128.267 -174.85 - 64 294.317 262 1 0 -80.9203 -127.656 -175.85 - 64 2.35029 263 1 0 -80.7357 -127.55 -176.083 - 64 38.7091 1320 2 0 -77.0974 84.05 -146.179 - 64 483.284 1459 2 0 -11.3162 112.002 -146.25 - 64 107.887 514 0 1 -77.0579 84.0388 -204.451 - 64 284.937 1319 0 0 -77.1392 83.9212 -205.85 - 64 247.024 363 1 1 -107.35 5.81759 -174.836 - 64 80.7881 362 1 1 -107.55 5.27686 -174.756 - 64 201.82 1318 0 0 -77.1288 83.85 -205.986 - 64 229.501 515 0 1 -77.0489 84.0613 -204.45 - 64 91.5648 516 5 1 -76.85 83.9808 -54.5505 - 64 116.639 520 4 1 -76.0145 85.428 -84.45 - 64 218.17 1326 4 0 -75.9795 85.4188 -85.85 - 64 459.331 523 3 1 -75.281 84.9979 -114.45 - 64 132.035 1324 3 0 -75.2709 85.0187 -115.85 - 64 591.869 525 2 1 -74.8856 85.6704 -144.45 - 64 131.578 1313 0 0 -77.1099 82.7355 -205.85 - 64 274.983 526 2 1 -74.8388 85.6975 -144.45 - 64 2.42224 1330 2 0 -74.538 86.2458 -145.85 - 64 197.871 1331 2 0 -74.5357 86.25 -145.86 - 64 123.044 586 1 1 -62.8014 93.3551 -174.45 - 64 122.964 1368 1 0 -62.4771 93.816 -175.85 - 64 22.1943 646 0 1 -50.6789 103.396 -204.45 - 64 109.258 647 0 1 -50.65 103.388 -204.544 - 64 109.111 1415 0 0 -50.1998 103.231 -205.85 - 64 105.904 1327 4 0 -76.022 85.45 -86.0206 - 64 240.707 1328 4 0 -75.9419 85.65 -86.1267 - 64 126.924 1320 5 0 -76.857 84.0758 -55.8503 - 64 68.6925 509 4 1 -78.2046 86.9985 -84.45 - 64 82.2089 510 4 1 -78.0496 87.1789 -84.5241 - 64 80.3535 511 4 1 -77.85 87.4028 -84.6202 - 64 96.1256 512 4 1 -77.65 87.617 -84.7206 - 64 21.4835 513 4 1 -77.45 87.8187 -84.8207 - 64 59.2203 1348 4 0 -75.5776 89.7504 -85.85 - 64 92.8246 1349 4 0 -75.4777 89.85 -85.9039 - 64 85.3183 1350 4 0 -75.1613 90.15 -86.0743 - 64 78.692 1351 4 0 -74.9571 90.35 -86.1918 - 64 35.001 769 3 1 -26.1208 137.73 -114.45 - 64 130.291 770 3 1 -26.05 137.855 -114.484 - 64 125.415 771 3 1 -25.85 138.18 -114.572 - 64 110.511 772 3 1 -25.65 138.507 -114.658 - 64 115.711 773 3 1 -25.45 138.825 -114.752 - 64 6.6814 774 3 1 -25.25 139.155 -114.844 - 64 0.112699 1613 3 0 -22.8764 142.95 -115.85 - 64 76.9421 1614 3 0 -22.8759 142.95 -115.85 - 64 62.6565 1615 3 0 -22.7482 143.15 -115.906 - 64 104.3 1616 3 0 -22.6237 143.35 -115.964 - 64 109.405 1617 3 0 -22.4972 143.55 -116.019 - 64 128.782 1618 3 0 -22.3694 143.75 -116.069 - 64 65.6375 1619 3 0 -22.2435 143.95 -116.125 - 64 56.6517 1620 3 0 -22.112 144.15 -116.181 - 64 22.8628 1621 3 0 -21.9801 144.35 -116.234 - 64 68.9968 1775 4 0 -6.41626 175.209 -86.25 - 64 82.872 1776 4 0 -6.52441 175.35 -86.0993 - 64 1.93256 1777 4 0 -6.60412 175.55 -85.857 - 64 285.066 866 4 1 -6.81782 176.253 -84.85 - 64 63.1184 865 4 1 -6.85 176.439 -84.6999 - 64 236.375 867 4 1 -6.65 177.168 -84.5076 - 64 122.461 523 7 1 -75.3616 84.2697 5.55 - 64 134.189 1321 7 0 -75.2947 84.316 4.15 - 64 280.565 530 6 1 -73.8982 85.3559 -24.45 - 64 116.188 1326 6 0 -73.7554 85.4048 -25.85 - 64 111.55 546 5 1 -70.847 86.4467 -54.45 - 64 99.5151 1332 5 0 -70.6023 86.6074 -55.85 - 64 7.67718 1333 5 0 -70.5393 86.65 -56.2135 - 64 169.449 570 4 1 -65.9367 89.9115 -84.45 - 64 5.88795 596 3 1 -60.85 92.7634 -114.631 - 64 67.4354 595 3 1 -60.85 92.7667 -114.75 - 64 53.2812 594 3 1 -61.0507 92.8843 -114.841 - 64 135.527 1358 3 0 -62.2845 91.9269 -115.85 - 64 66.3637 1357 3 0 -62.5502 91.75 -115.966 - 64 79.1893 1356 3 0 -62.6569 91.55 -115.982 - 64 160.077 1355 3 0 -62.7813 91.3499 -116.04 - 64 214.614 1354 3 0 -62.6538 91.15 -116.042 - 64 84.7701 611 2 1 -57.795 94.8735 -144.45 - 64 61.1951 612 2 1 -57.65 94.9095 -144.724 - 64 203.36 1374 2 0 -56.7733 95.0886 -145.851 - 64 4.33862 1375 2 0 -56.4785 95.15 -146.234 - 64 11.1139 723 1 1 -35.2754 100.659 -174.45 - 64 71.9961 724 1 1 -35.25 100.663 -174.483 - 64 32.724 725 1 1 -35.05 100.699 -174.746 - 64 144.307 1403 1 0 -34.2221 100.878 -175.85 - 64 2.26682 1404 1 0 -33.9242 100.95 -176.243 - 64 124.273 840 0 1 -12.0394 106.25 -204.45 - 64 125.762 1431 0 0 -11.4748 106.482 -205.85 - 64 169.81 610 2 1 -57.85 94.8411 -144.451 - 64 66.1279 1369 2 0 -58.346 94.0008 -145.85 - 64 93.3466 1368 2 0 -58.3703 93.95 -145.978 - 64 70.1959 1367 2 0 -58.4776 93.75 -146.17 - 64 1.68247 1366 2 0 -58.6222 93.5497 -146.247 - 64 65.1735 1339 6 0 -72.414 87.9872 -25.85 - 64 268.873 1340 6 0 -72.3332 88.05 -25.9106 - 64 126.113 556 1 1 -68.6966 83.7739 -174.45 - 64 124.495 1321 1 0 -68.9004 84.3265 -175.85 - 64 355.949 1322 1 0 -68.9868 84.4503 -176.208 - 64 0.19225 1327 1 0 -71.425 85.4502 -176.25 - 64 117.644 1326 1 0 -71.4249 85.45 -176.249 - 64 162.956 544 1 1 -71.2415 85.0465 -174.85 - 64 170.506 518 4 1 -76.2737 81.8811 -84.45 - 64 82.2399 519 4 1 -76.25 81.8588 -84.5672 - 64 130.973 1306 4 0 -75.7272 81.4098 -85.85 - 64 27.3555 1477 4 0 -91.0443 115.674 -86.25 - 64 69.0443 1478 4 0 -91.0931 115.75 -86.1985 - 64 77.998 1479 4 0 -91.2264 115.95 -86.0791 - 64 81.7292 1480 4 0 -91.3459 116.15 -85.9828 - 64 11.9755 1481 4 0 -91.4766 116.35 -85.8758 - 64 4.29287 439 4 1 -92.3393 117.597 -84.85 - 64 194.555 438 4 1 -92.3501 117.612 -84.8378 - 64 120.482 1505 5 0 -73.2553 121.236 -56.2499 - 64 65.5779 1506 5 0 -72.9949 121.351 -55.9918 - 64 127.588 1507 5 0 -72.8003 121.55 -55.8963 - 64 79.9236 1508 5 0 -72.3743 121.75 -55.9034 - 64 82.5515 1509 5 0 -72.1865 121.95 -56.0603 - 64 5.71617 1510 5 0 -72.0632 122.15 -56.2383 - 64 126.791 1612 5 0 -65.8483 142.733 -56.2497 - 64 189.356 1611 5 0 -65.8525 142.55 -55.9938 - 64 129.631 437 4 1 -92.55 117.81 -84.6469 - 64 30.1823 527 2 1 -74.65 79.718 -144.815 - 64 140.03 1296 2 0 -73.475 79.3116 -145.85 - 64 184.48 1194 2 0 -61.8125 58.9114 -146.25 - 64 213.215 1195 2 0 -61.9151 59.05 -146.099 - 64 113.871 517 7 1 -76.4624 83.9619 5.55 - 64 155.409 519 6 1 -76.1874 83.8858 -24.45 - 64 104.318 520 5 1 -76.0323 83.8917 -54.45 - 64 104.046 1329 4 0 -76.214 85.9569 -85.85 - 64 413.163 533 3 1 -73.3316 89.0604 -114.45 - 64 120.287 1345 3 0 -73.1188 89.2145 -115.85 - 64 56.4946 1346 3 0 -73.0863 89.2502 -116.071 - 64 123.916 555 2 1 -69.0407 94.3782 -144.45 - 64 116.643 1373 2 0 -68.72 94.8249 -145.85 - 64 144.709 589 1 1 -62.2048 103.67 -174.45 - 64 124.513 1420 1 0 -62.0356 104.162 -175.85 - 64 150.785 609 0 1 -58.2309 112.759 -204.45 - 64 184.585 1459 0 0 -57.7167 112.13 -205.85 - 64 195.247 534 3 1 -73.25 89.3015 -114.774 - 64 53.3436 626 2 1 -54.7943 -114.552 -144.85 - 64 708.712 1321 3 0 -75.3843 84.2679 -115.85 - 64 110.458 1321 2 0 -74.895 84.324 -145.85 - 64 136.171 526 1 1 -74.6802 84.6518 -174.45 - 64 374.388 1323 1 0 -74.6348 84.7097 -175.85 - 64 176.612 531 0 1 -73.7439 85.9181 -204.45 - 64 123.616 1329 0 0 -73.7102 85.947 -205.85 - 64 188.008 1408 5 0 63.6542 101.921 -56.25 - 64 88.7181 1409 5 0 63.8852 101.95 -56.0019 - 64 275.82 552 0 1 -69.4646 114.426 -204.85 - 64 58.1033 553 0 1 -69.45 114.524 -204.583 - 64 90.0178 522 3 1 -75.4503 84.4837 -114.705 - 64 51.6149 521 3 1 -75.65 84.5671 -114.827 - 64 185.778 519 2 1 -76.1571 84.6608 -144.45 - 64 116.975 1323 2 0 -76.3178 84.6969 -145.85 - 64 137.319 502 1 1 -79.5457 84.6741 -174.45 - 64 154.945 486 0 1 -82.6552 85.0407 -204.45 - 64 345.717 1324 0 0 -82.7575 85.0208 -205.851 - 64 60.1623 1315 5 0 -77.5622 83.1259 -55.85 - 64 271.54 1314 5 0 -77.6394 83.0499 -56.0185 - 64 144.752 1272 5 0 -112.714 74.5752 -56.25 - 64 27.1497 1273 5 0 -112.998 74.65 -55.9173 - 64 43.2781 331 5 1 -113.835 74.9274 -54.85 - 64 98.9287 330 5 1 -113.95 74.9574 -54.7033 - 64 7.67534 329 5 1 -114.15 75.0539 -54.4553 - 64 113.443 328 5 1 -114.448 74.743 -54.45 - 64 31.5189 327 5 1 -114.55 74.5455 -54.7733 - 64 169.889 1269 5 0 -114.833 73.9112 -55.85 - 64 81.9809 1268 5 0 -114.863 73.85 -55.9617 - 64 26.9129 1267 5 0 -114.939 73.65 -56.2118 -Number of digits in this event = 99 -Using G4ParticleGun ... -3.21591 LIN -e- -Event: 65 -Number of tracker hits in this event = 38 - 65 104.535 1316 10 1 83.4321 -58.3031 95.55 - 65 151.214 608 10 0 83.4341 -58.3015 94.15 - 65 135.596 1317 9 1 83.4651 -58.3358 65.55 - 65 110.027 608 9 0 83.4667 -58.3382 64.15 - 65 103.91 1317 8 1 83.495 -58.3932 35.55 - 65 205.25 608 8 0 83.4955 -58.3957 34.15 - 65 105.269 1317 7 1 83.5126 -58.4652 5.55 - 65 127.026 607 7 0 83.5126 -58.4697 4.15 - 65 102.292 1317 6 1 83.5067 -58.5504 -24.45 - 65 120.863 607 6 0 83.5089 -58.5509 -25.85 - 65 103.684 1317 5 1 83.5543 -58.5646 -54.45 - 65 109.113 607 5 0 83.5599 -58.5651 -55.85 - 65 127.338 1318 4 1 83.659 -58.5575 -84.45 - 65 156.175 607 4 0 83.6622 -58.5545 -85.85 - 65 111.404 1318 3 1 83.732 -58.483 -114.45 - 65 126.319 607 3 0 83.7361 -58.4787 -115.85 - 65 422.114 1318 2 1 83.8249 -58.3878 -144.45 - 65 367.464 608 2 0 83.835 -58.3844 -145.85 - 65 129.846 1319 1 1 84.0283 -58.3133 -174.45 - 65 101.912 608 1 0 84.0366 -58.3097 -175.85 - 65 127.062 1320 0 1 84.2095 -58.2283 -204.45 - 65 122.828 609 0 0 84.2234 -58.2299 -205.85 - 65 174.052 1320 1 1 84.2327 -58.6473 -174.45 - 65 157.427 607 1 0 84.2668 -58.5747 -175.85 - 65 239.699 1323 0 1 84.7333 -57.331 -204.45 - 65 145.032 613 0 0 84.6981 -57.3041 -205.85 - 65 170.877 1321 1 1 84.3664 -58.0918 -174.45 - 65 112.496 609 1 0 84.5016 -58.1251 -175.85 - 65 171.986 1333 0 1 86.7892 -58.7211 -204.451 - 65 324.699 606 0 0 86.9108 -58.76 -205.851 - 65 1.94098 607 0 0 87.3685 -58.6499 -206.247 - 65 31.0071 646 0 0 101.787 -50.6974 -206.25 - 65 115.46 647 0 0 101.809 -50.6498 -206.161 - 65 172.255 1416 0 1 103.45 -49.8004 -204.85 - 65 75.3004 1417 0 1 103.55 -49.7015 -204.698 - 65 141.858 1415 0 1 103.35 -49.5732 -204.564 - 65 191.307 1414 0 1 103.15 -49.4451 -204.51 - 65 83.4637 270 14 0 -128.663 -126.15 213.904 -Number of digits in this event = 25 -Using G4ParticleGun ... -7.10746 LIN -e- -Event: 66 -Number of tracker hits in this event = 37 - 66 94.8081 1130 9 1 46.1009 -111.671 65.55 - 66 125.492 342 9 0 46.1011 -111.67 64.15 - 66 146.611 1130 8 1 46.0996 -111.652 35.55 - 66 123.302 342 8 0 46.1001 -111.651 34.15 - 66 130.123 1130 7 1 46.1122 -111.625 5.55 - 66 103.253 342 7 0 46.1131 -111.621 4.15 - 66 105.774 1130 6 1 46.1247 -111.547 -24.45 - 66 100.691 343 6 0 46.123 -111.544 -25.85 - 66 131.569 1130 5 1 46.0947 -111.481 -54.45 - 66 169.014 343 5 0 46.0945 -111.477 -55.85 - 66 523.052 1130 4 1 46.0833 -111.386 -84.45 - 66 115.585 343 4 0 46.0829 -111.382 -85.85 - 66 148.169 1130 3 1 46.0696 -111.307 -114.45 - 66 169.755 344 3 0 46.07 -111.304 -115.85 - 66 124.976 1130 2 1 46.0728 -111.225 -144.45 - 66 200.361 344 2 0 46.0729 -111.222 -145.85 - 66 119.47 1130 1 1 46.0757 -111.173 -174.45 - 66 302.291 344 1 0 46.0771 -111.171 -175.85 - 66 126.473 1130 0 1 46.1035 -111.134 -204.45 - 66 245.564 345 0 0 46.1054 -111.134 -205.85 - 66 67.4095 1616 8 0 -112.873 143.483 33.75 - 66 238.37 1131 1 1 46.25 -111.087 -174.47 - 66 64.0549 1132 1 1 46.45 -110.972 -174.508 - 66 73.4272 1133 1 1 46.65 -110.847 -174.494 - 66 474.656 345 1 0 46.2956 -111.057 -175.85 - 66 221.806 1131 0 1 46.3504 -110.927 -204.45 - 66 134.553 346 0 0 46.3624 -110.92 -205.85 - 66 72.941 401 1 0 61.3899 -99.8729 -176.25 - 66 83.9549 402 1 0 61.2667 -99.7495 -176.069 - 66 18.3003 403 1 0 61.1825 -99.55 -175.884 - 66 48.6311 1204 1 1 60.9717 -98.4129 -174.85 - 66 131.879 1205 1 1 61.0501 -98.2502 -174.784 - 66 122.768 1206 1 1 61.25 -98.0022 -174.586 - 66 94.5146 1207 1 1 61.45 -97.8317 -174.464 - 66 335.195 1208 1 1 61.65 -97.8226 -174.536 - 66 140.511 237 14 1 -132.584 -73.5572 215.15 - 66 129.652 236 14 1 -132.75 -73.5147 215.367 -Number of digits in this event = 25 -Using G4ParticleGun ... -9.7855 LIN -e- -Event: 67 -Number of tracker hits in this event = 37 - 67 128.592 1175 11 1 55.1992 -51.0273 125.55 - 67 108.921 645 11 0 55.2004 -51.0269 124.15 - 67 137.127 1175 10 1 55.2247 -51.0166 95.55 - 67 123.519 645 10 0 55.2258 -51.0165 94.15 - 67 113.632 1175 9 1 55.2477 -51.0131 65.55 - 67 154.416 645 9 0 55.2489 -51.0132 64.15 - 67 115.836 1176 8 1 55.2763 -51.0134 35.55 - 67 112.472 645 8 0 55.2778 -51.0132 34.15 - 67 186.175 1176 7 1 55.309 -51.0076 5.55 - 67 213.98 645 7 0 55.3111 -51.0068 4.15 - 67 112.521 1176 6 1 55.3623 -50.9989 -24.45 - 67 534.508 645 6 0 55.3644 -50.9979 -25.85 - 67 111.441 1176 5 1 55.4081 -50.9784 -54.45 - 67 110.683 645 5 0 55.4103 -50.9783 -55.85 - 67 196.847 1177 4 1 55.457 -50.9788 -84.45 - 67 145.922 645 4 0 55.4593 -50.9789 -85.85 - 67 129.329 1177 3 1 55.5024 -50.9785 -114.45 - 67 162.63 645 3 0 55.5043 -50.9786 -115.85 - 67 162.109 1177 2 1 55.5435 -50.9807 -144.45 - 67 113.526 645 2 0 55.5451 -50.981 -145.85 - 67 175.668 1177 1 1 55.5777 -50.9908 -174.45 - 67 194.121 645 1 0 55.58 -50.992 -175.85 - 67 702.014 1177 0 1 55.6284 -51.0148 -204.45 - 67 559.992 645 0 0 55.6305 -51.0158 -205.85 - 67 69.4757 1361 0 1 92.4914 -104.229 -204.45 - 67 115.142 877 5 0 -10.4052 -4.57583 -56.25 - 67 100.47 1537 8 0 97.1119 127.55 33.8447 - 67 108.785 990 4 1 18.0919 -5.5126 -84.45 - 67 173.948 644 0 0 55.5974 -51.1039 -205.85 - 67 69.2296 646 0 0 55.6549 -50.85 -206.046 - 67 80.349 646 7 0 55.1106 -50.85 3.87942 - 67 297.61 794 7 0 9.6179 -21.1353 3.75 - 67 55.8956 947 7 1 9.5464 -21.0443 5.15 - 67 93.8341 948 7 1 9.65 -21.0255 5.30406 - 67 1.71917 949 7 1 9.85 -20.9723 5.54591 - 67 34.6051 793 7 0 9.49907 -21.25 4.07566 - 67 136.534 961 7 1 12.3697 -20.003 5.15 -Number of digits in this event = 22 -Using G4ParticleGun ... -7.32397 LIN -e- -Event: 68 -Number of tracker hits in this event = 79 - 68 116.303 391 9 1 -101.766 -63.3037 65.55 - 68 111.757 583 9 0 -101.765 -63.3035 64.15 - 68 191.796 392 8 1 -101.747 -63.2934 35.55 - 68 387.033 583 8 0 -101.748 -63.2921 34.15 - 68 280.588 391 7 1 -101.771 -63.2652 5.55 - 68 424.416 583 7 0 -101.771 -63.2659 4.15 - 68 306.391 391 6 1 -101.766 -63.2833 -24.45 - 68 399.774 583 6 0 -101.764 -63.2832 -25.85 - 68 245.21 392 5 1 -101.712 -63.2839 -54.45 - 68 328.859 583 5 0 -101.709 -63.2853 -55.85 - 68 453.779 392 4 1 -101.64 -63.3078 -84.45 - 68 231.549 583 4 0 -101.636 -63.3071 -85.85 - 68 575.865 392 3 1 -101.555 -63.291 -114.45 - 68 729.484 583 3 0 -101.554 -63.2904 -115.85 - 68 247.148 393 2 1 -101.529 -63.2914 -144.45 - 68 387.148 583 2 0 -101.528 -63.2921 -145.85 - 68 121.848 393 1 1 -101.519 -63.3116 -174.45 - 68 302.83 583 1 0 -101.519 -63.3124 -175.85 - 68 115.229 393 0 1 -101.538 -63.3267 -204.45 - 68 231.212 583 0 0 -101.539 -63.3263 -205.85 - 68 115.566 390 5 1 -102.063 -62.8648 -54.45 - 68 103.8 585 5 0 -102.091 -62.8672 -55.85 - 68 116.844 387 4 1 -102.601 -63.0231 -84.45 - 68 107.835 585 4 0 -102.642 -63.0054 -85.85 - 68 117.403 384 3 1 -103.239 -62.577 -114.45 - 68 186.081 587 3 0 -103.293 -62.5646 -115.85 - 68 136.125 379 2 1 -104.335 -62.434 -144.45 - 68 171.09 587 2 0 -104.384 -62.4686 -145.85 - 68 120.479 375 1 1 -105.126 -63.3752 -174.45 - 68 263.658 368 0 1 -106.363 -61.8913 -204.45 - 68 130.914 591 0 0 -106.398 -61.7502 -205.85 - 68 126.162 589 0 0 -106.664 -62.2079 -205.85 - 68 574.824 584 1 0 -105.117 -63.25 -176.202 - 68 357.015 585 1 0 -104.905 -63.05 -176.12 - 68 176.563 758 1 0 -123.169 -28.3779 -176.25 - 68 3.53517 757 1 0 -123.096 -28.45 -176.164 - 68 179.086 371 1 1 -105.791 -63.2429 -174.45 - 68 69.6038 370 1 1 -105.95 -63.244 -174.541 - 68 71.4247 369 1 1 -106.15 -63.2251 -174.713 - 68 120.473 174 0 1 -145.339 -53.2466 -204.45 - 68 5.09057 635 0 0 -145 -52.8551 -205.85 - 68 121.041 636 0 0 -144.994 -52.85 -205.871 - 68 298.675 391 8 1 -101.758 -63.293 35.55 - 68 159.873 392 7 1 -101.747 -63.2757 5.55 - 68 322.34 392 6 1 -101.62 -63.2234 -24.45 - 68 145.361 584 6 0 -101.617 -63.2199 -25.85 - 68 150.572 584 5 0 -101.561 -63.1639 -55.85 - 68 182.035 584 4 0 -101.622 -63.2174 -85.85 - 68 160.224 387 2 1 -102.708 -62.3083 -144.45 - 68 142.21 590 2 0 -102.819 -62.0279 -145.85 - 68 112.096 614 1 0 -105.988 -57.1324 -175.85 - 68 23.4576 351 0 1 -109.937 -54.775 -204.45 - 68 97.4987 350 0 1 -109.95 -54.7612 -204.532 - 68 124.488 627 0 0 -110.162 -54.5492 -205.85 - 68 74.2411 1550 1 0 48.9096 130.15 -176.185 - 68 90.1979 1551 1 0 49.2014 130.35 -176.152 - 68 6.06721 1552 1 0 49.3549 130.55 -176.236 - 68 215.251 584 2 0 -101.421 -63.2176 -145.85 - 68 132.467 399 1 1 -100.221 -62.9266 -174.45 - 68 86.1131 405 0 1 -98.9596 -63.0643 -204.45 - 68 46.6631 406 0 1 -98.95 -63.0614 -204.692 - 68 98.7858 584 0 0 -98.9007 -63.0534 -205.85 - 68 131.347 391 2 1 -101.755 -63.67 -144.45 - 68 128.714 581 2 0 -101.741 -63.7048 -145.85 - 68 167.268 394 1 1 -101.309 -64.3438 -174.45 - 68 115.257 578 1 0 -101.302 -64.3815 -175.85 - 68 112.098 394 0 1 -101.277 -65.1211 -204.45 - 68 91.8632 574 0 0 -101.248 -65.1525 -205.85 - 68 130.708 393 3 1 -101.55 -63.4531 -114.509 - 68 92.4102 393 5 1 -101.55 -63.1598 -54.7237 - 68 26.8598 586 5 0 -101.724 -62.7388 -55.85 - 68 90.6677 387 5 1 -102.649 -61.6381 -54.8499 - 68 88.2612 386 5 1 -102.75 -61.6017 -54.8107 - 68 105.992 391 5 1 -101.79 -63.3416 -54.45 - 68 114.252 391 4 1 -101.807 -63.3373 -84.45 - 68 197.949 391 3 1 -101.754 -63.3457 -114.45 - 68 116.789 392 2 1 -101.722 -63.274 -144.45 - 68 157.645 391 1 1 -101.779 -63.2386 -174.45 - 68 118.903 391 0 1 -101.808 -63.2888 -204.45 -Number of digits in this event = 51 -Using G4ParticleGun ... -7.11378 LIN -e- -Event: 69 -Number of tracker hits in this event = 67 - 69 146.781 494 10 1 -81.1032 -25.089 95.55 - 69 112.802 774 10 0 -81.1034 -25.0896 94.15 - 69 125.201 494 9 1 -81.1053 -25.1032 65.55 - 69 136.105 774 9 0 -81.1055 -25.1031 64.15 - 69 119.517 494 8 1 -81.1091 -25.1035 35.55 - 69 140.317 774 8 0 -81.1083 -25.1041 34.15 - 69 119.194 494 7 1 -81.0964 -25.122 5.55 - 69 123.917 774 7 0 -81.0978 -25.1183 4.15 - 69 113.438 494 6 1 -81.1275 -25.0467 -24.45 - 69 165.486 775 6 0 -81.1276 -25.0444 -25.85 - 69 469.55 494 5 1 -81.134 -25.0001 -54.45 - 69 102.197 775 5 0 -81.1352 -24.9967 -55.85 - 69 369.462 494 4 1 -81.148 -24.9766 -84.45 - 69 419.849 775 4 0 -81.1488 -24.9762 -85.85 - 69 383.146 494 3 1 -81.1636 -24.9673 -114.45 - 69 575.31 775 3 0 -81.163 -24.9661 -115.85 - 69 281.463 494 2 1 -81.1495 -24.9414 -144.45 - 69 372.443 775 2 0 -81.1494 -24.9424 -145.85 - 69 199.36 494 1 1 -81.1563 -24.9589 -174.45 - 69 113.139 775 1 0 -81.1549 -24.9631 -175.85 - 69 291.934 494 0 1 -81.1241 -25.0495 -204.45 - 69 206.121 774 0 0 -81.1195 -25.052 -205.85 - 69 177.27 1296 2 1 79.2665 -150.998 -144.45 - 69 326.465 493 3 1 -81.25 -24.8501 -114.65 - 69 181.367 495 2 1 -81.05 -24.7611 -144.743 - 69 7.50616 782 2 0 -80.2872 -23.4736 -145.85 - 69 73.9738 783 2 0 -80.2734 -23.45 -145.871 - 69 85.2276 784 2 0 -80.0915 -23.25 -145.99 - 69 318.765 785 2 0 -79.9133 -23.0497 -146.006 - 69 386.821 786 2 0 -79.3576 -22.85 -145.939 - 69 226.381 600 2 0 -35.5697 -59.9979 -146.25 - 69 183.508 599 2 0 -35.6502 -60.0501 -146.09 - 69 137.717 598 2 0 -35.8115 -60.25 -145.914 - 69 88.19 493 2 1 -81.25 -24.9481 -144.546 - 69 113.142 774 2 0 -81.6629 -25.1833 -145.85 - 69 60.0653 461 1 1 -87.6988 -25.3068 -174.45 - 69 49.7862 462 1 1 -87.65 -25.3664 -174.677 - 69 158.629 771 1 0 -87.2625 -25.6648 -175.851 - 69 149.636 493 5 1 -81.25 -25.0328 -54.5673 - 69 1.24002 774 5 0 -81.1698 -25.2483 -55.85 - 69 126.809 773 5 0 -81.1699 -25.25 -55.8555 - 69 111.206 495 3 1 -80.854 -25.002 -114.45 - 69 125.522 496 2 1 -80.6941 -24.8907 -144.45 - 69 96.1765 497 1 1 -80.6391 -24.775 -174.45 - 69 233.497 776 1 0 -80.6604 -24.7642 -175.85 - 69 112.85 778 0 0 -81.1054 -24.3534 -205.85 - 69 55.0545 412 4 1 -97.6607 -33.8942 -84.85 - 69 59.3252 1043 0 0 121.284 28.6898 -206.25 - 69 105.661 1014 0 0 134.697 23.05 -206.223 - 69 27.7631 1015 0 0 134.833 23.05 -206.217 - 69 15.7878 492 3 1 -81.45 -24.9586 -114.807 - 69 50.422 392 2 1 -101.676 -25.7212 -144.45 - 69 93.3242 391 2 1 -101.75 -25.7116 -144.524 - 69 68.1764 390 2 1 -101.95 -25.6879 -144.716 - 69 152.166 772 2 0 -103.143 -25.5582 -145.85 - 69 40.52 245 1 1 -131.055 -20.8259 -174.45 - 69 84.587 244 1 1 -131.15 -20.853 -174.558 - 69 32.7441 243 1 1 -131.35 -20.9107 -174.793 - 69 148.296 794 1 0 -132.256 -21.1622 -175.85 - 69 14.9119 793 1 0 -132.581 -21.25 -176.208 - 69 140.918 99 0 1 -160.187 -28.1472 -204.45 - 69 75.9263 98 0 1 -160.35 -28.1483 -204.65 - 69 171.346 759 0 0 -161.27 -28.1601 -205.85 - 69 180.308 776 2 0 -80.8621 -24.7699 -145.85 - 69 143.801 496 1 1 -80.7634 -24.6811 -174.45 - 69 119.168 496 0 1 -80.7451 -24.6262 -204.45 - 69 143.134 777 0 0 -80.7345 -24.6428 -205.85 -Number of digits in this event = 38 -Using G4ParticleGun ... -5.95481 LIN -e- -Event: 70 -Number of tracker hits in this event = 19 - 70 120.762 212 7 1 -137.671 -50.9821 5.55 - 70 115.997 645 7 0 -137.674 -50.9823 4.15 - 70 128.902 212 6 1 -137.724 -50.9929 -24.45 - 70 112.077 645 6 0 -137.727 -50.9922 -25.85 - 70 144.792 211 5 1 -137.775 -50.9784 -54.45 - 70 130.222 645 5 0 -137.776 -50.978 -55.85 - 70 117.567 211 4 1 -137.809 -50.9665 -84.45 - 70 123.433 645 4 0 -137.811 -50.9656 -85.85 - 70 133.976 211 3 1 -137.843 -50.9389 -114.45 - 70 131.608 645 3 0 -137.844 -50.9382 -115.85 - 70 132.206 211 2 1 -137.854 -50.9231 -144.45 - 70 130.617 645 2 0 -137.855 -50.9227 -145.85 - 70 129.881 211 1 1 -137.868 -50.9209 -174.45 - 70 111.618 645 1 0 -137.87 -50.9199 -175.85 - 70 232.233 211 0 1 -137.917 -50.8932 -204.45 - 70 158.278 645 0 0 -137.921 -50.8915 -205.85 - 70 89.455 425 5 1 -95.0001 -164.585 -54.85 - 70 3.19042 426 5 1 -94.95 -164.8 -54.5489 - 70 60.3906 209 8 0 -7.9068 -138.205 33.75 -Number of digits in this event = 15 -Using G4ParticleGun ... -8.44669 LIN -e- -Event: 71 -Number of tracker hits in this event = 28 - 71 108.144 953 8 1 10.6829 -144.215 35.55 - 71 134.226 179 8 0 10.6831 -144.215 34.15 - 71 165.311 953 7 1 10.6893 -144.215 5.55 - 71 123.546 179 7 0 10.6897 -144.214 4.15 - 71 108.749 953 6 1 10.6972 -144.203 -24.45 - 71 182.469 179 6 0 10.6979 -144.203 -25.85 - 71 109.111 953 5 1 10.7114 -144.203 -54.45 - 71 117.173 179 5 0 10.7134 -144.203 -55.85 - 71 141.163 953 4 1 10.7579 -144.188 -84.45 - 71 277.083 179 4 0 10.7584 -144.188 -85.85 - 71 163.997 953 3 1 10.7655 -144.171 -114.45 - 71 203.436 179 3 0 10.7656 -144.169 -115.85 - 71 152.211 953 2 1 10.7663 -144.126 -144.45 - 71 258.544 180 2 0 10.7658 -144.124 -145.85 - 71 420.838 953 1 1 10.7556 -144.09 -174.45 - 71 110.854 180 1 0 10.7573 -144.087 -175.85 - 71 203.229 953 0 1 10.7919 -144.035 -204.45 - 71 109.412 180 0 0 10.7921 -144.032 -205.85 - 71 87.7572 179 2 0 10.7821 -144.15 -145.978 - 71 131.29 182 1 0 10.9326 -143.708 -175.85 - 71 6.37857 183 1 0 11.0696 -143.55 -176.241 - 71 211.877 179 1 0 10.8776 -144.277 -175.85 - 71 122.014 974 0 1 14.8546 -147.893 -204.45 - 71 57.2936 159 0 0 15.251 -148.294 -205.85 - 71 61.4377 158 0 0 15.3054 -148.35 -206.024 - 71 396.86 25 0 0 8.65837 -175.028 -206.25 - 71 66.5893 940 0 1 8.10898 -174.714 -204.85 - 71 36.0884 26 0 0 8.52327 -174.95 -205.923 -Number of digits in this event = 18 -Using G4ParticleGun ... -5.01604 LIN -e- -Event: 72 -Number of tracker hits in this event = 33 - 72 108.001 966 11 1 13.261 45.6465 125.55 - 72 123.373 1127 11 0 13.2603 45.6445 124.15 - 72 127.578 965 10 1 13.243 45.606 95.55 - 72 100.934 1127 10 0 13.2426 45.6049 94.15 - 72 111.433 965 9 1 13.2289 45.5755 65.55 - 72 109.122 1127 9 0 13.2275 45.573 64.15 - 72 171.712 965 8 1 13.1959 45.5198 35.55 - 72 131.067 1127 8 0 13.1941 45.5154 34.15 - 72 136.841 965 7 1 13.1566 45.4279 5.55 - 72 142.934 1126 7 0 13.1536 45.422 4.15 - 72 170.69 965 6 1 13.0916 45.3117 -24.45 - 72 97.9479 1126 6 0 13.0896 45.3064 -25.85 - 72 140.152 965 5 1 13.0541 45.1905 -54.45 - 72 145.886 1125 5 0 13.0515 45.1862 -55.85 - 72 253.51 964 4 1 13.0174 45.0987 -84.45 - 72 118.123 1125 4 0 13.0204 45.0927 -85.85 - 72 154.04 965 3 1 13.0802 44.9803 -114.45 - 72 125.369 1124 3 0 13.0871 44.9778 -115.85 - 72 156.58 965 2 1 13.2382 44.9281 -144.45 - 72 105.171 1124 2 0 13.244 44.9283 -145.85 - 72 195.254 966 1 1 13.3616 44.9331 -174.45 - 72 151.045 1124 1 0 13.365 44.9373 -175.85 - 72 111.4 967 0 1 13.4514 45.0558 -204.45 - 72 113.465 1125 0 0 13.4514 45.0655 -205.85 - 72 239.15 1458 1 1 111.75 -127.947 -174.739 - 72 78.4215 1459 1 1 111.95 -128.203 -174.506 - 72 96.4883 1457 1 1 111.75 -128.654 -174.688 - 72 268.396 254 1 0 111.387 -129.254 -175.85 - 72 71.0045 255 1 0 111.332 -129.15 -176.096 - 72 100.559 963 4 1 12.85 45.2187 -84.6139 - 72 99.5824 1126 4 0 12.2731 45.25 -85.948 - 72 297.586 966 7 1 13.25 45.402 5.31268 - 72 15.3752 967 7 1 13.45 45.3399 5.28451 -Number of digits in this event = 20 -Using G4ParticleGun ... -5.24654 LIN -e- -Event: 73 -Number of tracker hits in this event = 24 - 73 125.203 703 8 1 -39.3127 -132.671 35.55 - 73 140.469 237 8 0 -39.3112 -132.669 34.15 - 73 106.862 703 7 1 -39.2843 -132.628 5.55 - 73 108.558 237 7 0 -39.2833 -132.625 4.15 - 73 141.901 703 6 1 -39.2664 -132.576 -24.45 - 73 108.287 237 6 0 -39.2635 -132.571 -25.85 - 73 122.526 704 5 1 -39.1992 -132.471 -54.45 - 73 108.637 238 5 0 -39.1951 -132.465 -55.85 - 73 104.48 704 4 1 -39.1112 -132.332 -84.45 - 73 125.465 239 4 0 -39.1063 -132.325 -85.85 - 73 139.583 705 3 1 -39.0088 -132.177 -114.45 - 73 111.949 239 3 0 -39.0037 -132.168 -115.85 - 73 118.094 705 2 1 -38.8937 -131.985 -144.45 - 73 108.654 240 2 0 -38.8879 -131.976 -145.85 - 73 121.354 706 1 1 -38.7685 -131.781 -174.45 - 73 216.431 241 1 0 -38.7651 -131.772 -175.85 - 73 255.151 706 0 1 -38.6987 -131.587 -204.45 - 73 208.503 242 0 0 -38.6953 -131.579 -205.85 - 73 231.999 621 0 1 -55.65 -139.56 -204.757 - 73 136.157 420 4 1 -95.9882 -119.946 -84.85 - 73 56.9707 419 4 1 -96.15 -119.883 -84.5037 - 73 267.157 707 0 1 -38.6417 -131.565 -204.45 - 73 132.212 243 0 0 -38.6339 -131.527 -205.85 - 73 43.0142 703 5 1 -39.3066 -132.616 -54.45 -Number of digits in this event = 17 -Using G4ParticleGun ... -4.40308 LIN -e- -Event: 74 -Number of tracker hits in this event = 99 - 74 128.814 298 9 1 -120.538 28.0711 65.55 - 74 117.95 1040 9 0 -120.538 28.0702 64.15 - 74 45.6152 298 8 1 -120.55 28.0539 35.55 - 74 99.8388 297 8 1 -120.55 28.0537 35.4067 - 74 120.166 1040 8 0 -120.552 28.0528 34.15 - 74 142.516 297 7 1 -120.596 28.0252 5.55 - 74 293.876 1039 7 0 -120.597 28.0231 4.15 - 74 123.949 297 6 1 -120.616 27.9711 -24.45 - 74 182.72 1039 6 0 -120.619 27.9683 -25.85 - 74 107.894 297 5 1 -120.677 27.9078 -54.45 - 74 134.486 1039 5 0 -120.679 27.9047 -55.85 - 74 116.951 297 4 1 -120.736 27.8375 -84.45 - 74 222.875 1038 4 0 -120.738 27.8351 -85.85 - 74 413.866 296 3 1 -120.8 27.7871 -114.45 - 74 410.568 1038 3 0 -120.802 27.7838 -115.85 - 74 158.713 296 2 1 -120.83 27.7278 -144.45 - 74 184.433 1038 2 0 -120.831 27.723 -145.85 - 74 163.831 296 1 1 -120.835 27.623 -174.45 - 74 167.447 1037 1 0 -120.837 27.6209 -175.85 - 74 296.474 296 0 1 -120.87 27.5753 -204.45 - 74 406.479 1037 0 0 -120.87 27.575 -205.85 - 74 36.6567 1039 3 0 -121.11 27.9334 -115.85 - 74 323.041 1037 3 0 -121.284 27.65 -115.986 - 74 151.246 297 3 1 -120.75 27.8597 -114.754 - 74 163.524 310 2 1 -118.119 22.2433 -144.45 - 74 37.8232 311 2 1 -117.95 22.3216 -144.75 - 74 110.693 1012 2 0 -117.321 22.583 -145.85 - 74 42.7166 1013 2 0 -117.141 22.65 -146.121 - 74 5.63368 434 1 1 -93.1682 32.4565 -174.45 - 74 333.948 435 1 1 -93.15 32.4536 -174.462 - 74 93.082 436 1 1 -92.9499 32.4198 -174.596 - 74 62.0002 437 1 1 -92.75 32.3819 -174.734 - 74 166.819 1060 1 0 -91.1223 32.155 -175.85 - 74 74.9179 1059 1 0 -90.6768 32.05 -176.161 - 74 6.45733 1093 1 0 -27.5598 38.8361 -176.25 - 74 127.961 1094 1 0 -27.5477 38.85 -176.23 - 74 26.9066 1095 1 0 -27.3757 39.05 -175.938 - 74 64.4089 767 1 1 -26.5573 40.021 -174.85 - 74 136.138 768 1 1 -26.45 40.1529 -174.712 - 74 214.108 1215 2 0 25.3715 63.0782 -146.25 - 74 94.3282 1216 2 0 25.903 63.25 -145.981 - 74 47.9213 1036 2 1 27.3887 64.0994 -144.85 - 74 61.3104 1037 2 1 27.45 64.1294 -144.805 - 74 68.6586 1038 2 1 27.65 64.1968 -144.711 - 74 73.6448 1039 2 1 27.85 64.2574 -144.661 - 74 81.5228 1040 2 1 28.05 64.3311 -144.614 - 74 49.9777 1041 2 1 28.2505 64.4256 -144.553 - 74 57.9102 1042 2 1 28.45 64.4921 -144.502 - 74 68.2725 1043 2 1 28.7016 64.6223 -144.45 - 74 92.7601 1044 2 1 28.85 64.7621 -144.548 - 74 189.738 1045 2 1 29.05 65.0054 -144.68 - 74 69.8744 1046 2 1 29.2502 65.2143 -144.736 - 74 57.9632 1047 2 1 29.45 65.3769 -144.775 - 74 34.2117 1048 2 1 29.65 65.5482 -144.818 - 74 55.3556 1238 2 0 31.9706 67.7281 -145.85 - 74 72.6705 1239 2 0 32.0859 67.85 -145.9 - 74 61.0727 1240 2 0 32.2029 68.05 -145.983 - 74 88.7453 1241 2 0 32.301 68.25 -146.017 - 74 51.2969 1242 2 0 32.4037 68.45 -146.007 - 74 71.1503 1243 2 0 32.5078 68.65 -145.986 - 74 87.5036 1244 2 0 32.6377 68.8501 -146.037 - 74 87.5562 1245 2 0 32.7664 69.05 -146.116 - 74 73.8131 1246 2 0 32.9805 69.2501 -146.166 - 74 233.232 1042 3 0 -120.498 28.6282 -115.85 - 74 55.1971 1035 3 0 -120.585 27.1322 -115.85 - 74 94.8664 1034 3 0 -120.562 27.05 -115.975 - 74 38.2381 979 3 0 -62.0861 16.0228 -116.25 - 74 184.064 980 3 0 -61.9454 16.05 -116.184 - 74 15.4138 599 3 1 -60.0966 16.5836 -114.85 - 74 66.1013 600 3 1 -60.05 16.5971 -114.82 - 74 69.3536 601 3 1 -59.85 16.6521 -114.716 - 74 67.9472 602 3 1 -59.65 16.7348 -114.606 - 74 68.1723 603 3 1 -59.45 16.8606 -114.526 - 74 181.234 604 3 1 -59.2311 17.0795 -114.45 - 74 146.49 605 3 1 -59.05 17.3725 -114.526 - 74 5.56264 976 3 0 -60.4005 15.2674 -115.85 - 74 81.435 975 3 0 -60.4104 15.25 -115.857 - 74 134.275 974 3 0 -60.575 15.05 -115.996 - 74 11.1678 973 3 0 -60.9493 14.85 -116.235 - 74 79.5641 956 3 0 -116.146 11.2683 -116.25 - 74 48.4683 957 3 0 -116.086 11.45 -116.024 - 74 419.903 324 3 1 -115.159 11.7478 -114.85 - 74 207.702 325 3 1 -115.15 11.7523 -114.838 - 74 72.6865 326 3 1 -114.95 12.2771 -114.833 - 74 88.2141 966 3 0 -114.681 13.3013 -115.85 - 74 137.066 297 1 1 -120.562 28.1403 -174.45 - 74 299.076 298 1 1 -120.55 28.1984 -174.462 - 74 46.5303 1054 1 0 -120.309 30.8926 -175.85 - 74 45.3935 1055 1 0 -120.295 31.05 -175.927 - 74 50.0942 1056 1 0 -120.263 31.25 -176.011 - 74 52.0003 1057 1 0 -120.235 31.4503 -176.089 - 74 65.4855 1058 1 0 -120.202 31.65 -176.167 - 74 184.23 1414 1 0 -95.1295 103.111 -176.25 - 74 182.106 422 1 1 -95.5571 103.229 -174.85 - 74 103.603 421 1 1 -95.75 103.168 -174.512 - 74 74.9514 420 1 1 -95.95 103.18 -174.699 - 74 233.338 1417 1 0 -96.2063 103.628 -175.85 - 74 284.429 1044 1 0 -120.825 28.8771 -175.85 - 74 26.5669 1045 1 0 -120.812 29.05 -176.2 -Number of digits in this event = 40 -Using G4ParticleGun ... -6.50691 LIN -e- -Event: 75 -Number of tracker hits in this event = 163 - 75 189.85 588 11 0 55.8582 -62.3961 124.15 - 75 170.177 1179 10 1 55.8625 -62.397 95.55 - 75 116.752 588 10 0 55.8639 -62.3969 94.15 - 75 127.61 1179 9 1 55.893 -62.3888 65.55 - 75 210.855 588 9 0 55.8955 -62.3887 64.15 - 75 105.006 1179 8 1 55.9483 -62.3876 35.55 - 75 242.592 588 8 0 55.9502 -62.3893 34.15 - 75 270.707 1179 7 1 55.9891 -62.4202 5.55 - 75 618.468 588 7 0 55.9889 -62.4221 4.15 - 75 121.888 1179 6 1 55.9855 -62.4691 -24.45 - 75 123.287 587 6 0 55.9885 -62.4715 -25.85 - 75 108.609 1180 5 1 56.0631 -62.5228 -54.45 - 75 367.964 587 5 0 56.0666 -62.526 -55.85 - 75 140.289 1180 4 1 56.1355 -62.5881 -84.45 - 75 262.299 587 4 0 56.1402 -62.5895 -85.85 - 75 363.929 1180 3 1 56.2364 -62.6208 -114.45 - 75 129.489 587 3 0 56.2407 -62.6219 -115.85 - 75 134.599 1181 2 1 56.3324 -62.6454 -144.45 - 75 120.586 587 2 0 56.3388 -62.6449 -145.85 - 75 165.388 1182 1 1 56.4653 -62.6356 -174.45 - 75 326.701 587 1 0 56.473 -62.6381 -175.85 - 75 126.832 1182 0 1 56.629 -62.7977 -204.45 - 75 106.973 586 0 0 56.6314 -62.8068 -205.85 - 75 117.858 716 3 1 -36.7169 -163.196 -114.85 - 75 42.2767 715 3 1 -36.8501 -163.237 -114.635 - 75 159.172 586 1 0 56.4807 -62.65 -176.179 - 75 240.202 489 1 0 51.0839 -82.1433 -176.25 - 75 173.955 1183 1 1 56.6594 -62.7033 -174.45 - 75 145.008 1197 0 1 59.5273 -63.5463 -204.45 - 75 106.777 583 0 0 59.4405 -63.4381 -205.85 - 75 22.6868 582 0 0 59.453 -63.4865 -205.85 - 75 133.182 1212 0 1 62.57 -60.2511 -204.45 - 75 3.20576 1213 0 1 62.65 -60.2734 -204.842 - 75 161.745 598 0 0 62.847 -60.3298 -205.85 - 75 8.7047 1014 5 0 -20.645 23.0161 -56.25 - 75 407.709 1179 5 1 55.994 -62.4745 -54.45 - 75 125.85 1178 4 1 55.696 -63.1311 -84.45 - 75 144.859 584 4 0 55.6914 -63.1961 -85.85 - 75 155.636 1177 3 1 55.593 -64.4001 -114.45 - 75 171.036 577 3 0 55.5872 -64.4939 -115.85 - 75 309.536 1177 2 1 55.5285 -66.6137 -144.45 - 75 332.854 566 2 0 55.4735 -66.7794 -145.85 - 75 111.409 1171 1 1 54.3561 -70.001 -174.45 - 75 54.9733 549 1 0 54.1711 -70.2167 -175.85 - 75 60.2627 548 1 0 54.1389 -70.25 -176.074 - 75 119.602 1151 0 1 50.3354 -74.6011 -204.45 - 75 139.882 526 0 0 50.1895 -74.696 -205.85 - 75 72.8433 1176 2 1 55.4499 -66.6792 -144.656 - 75 141.836 563 2 0 54.8358 -67.3086 -145.85 - 75 3.27049 562 2 0 54.5914 -67.45 -146.241 - 75 20.8843 336 2 0 45.7255 -112.906 -146.25 - 75 95.4068 335 2 0 45.7406 -112.951 -146.216 - 75 54.7628 334 2 0 45.819 -113.15 -146.037 - 75 48.7675 333 2 0 45.874 -113.35 -145.957 - 75 65.382 332 2 0 45.9955 -113.55 -145.885 - 75 17.5556 331 2 0 46.1003 -113.75 -145.855 - 75 86.1439 1140 2 1 48.1908 -119.492 -144.85 - 75 100.068 1141 2 1 48.25 -119.818 -144.742 - 75 58.4207 1142 2 1 48.45 -120.117 -144.572 - 75 180.28 1179 1 1 55.8743 -70.3038 -174.45 - 75 117.006 547 1 0 55.8742 -70.4978 -175.85 - 75 330.874 1179 0 1 55.8903 -74.2564 -204.45 - 75 110.514 527 0 0 55.8449 -74.4864 -205.85 - 75 135.993 1179 4 1 56.0468 -62.5842 -84.45 - 75 91.0332 586 3 0 56.0607 -62.745 -115.85 - 75 176.288 1180 2 1 56.1689 -62.8415 -144.45 - 75 108.523 586 2 0 56.1708 -62.8457 -145.85 - 75 423.547 1180 1 1 56.1948 -62.928 -174.45 - 75 137.291 585 1 0 56.1984 -62.9258 -175.85 - 75 215.886 1181 0 1 56.2859 -62.8739 -204.45 - 75 221.652 585 0 0 56.2953 -62.8689 -205.85 - 75 53.0732 532 2 0 -28.6339 -73.45 -146.01 - 75 169.841 759 2 1 -28.202 -72.6062 -144.85 - 75 86.5089 760 2 1 -28.05 -72.5822 -144.783 - 75 17.7525 627 1 1 -54.6396 -99.653 -174.85 - 75 38.2834 1179 2 1 56.05 -62.9697 -144.774 - 75 33.475 577 2 0 55.4213 -64.5713 -145.85 - 75 85.9427 576 2 0 55.3993 -64.6501 -145.909 - 75 56.3278 575 2 0 55.4309 -64.85 -145.995 - 75 349.67 574 2 0 55.358 -65.05 -145.957 - 75 146.161 573 2 0 55.2671 -65.25 -145.892 - 75 178.307 1180 0 1 56.2107 -63.1947 -204.45 - 75 159.757 1178 0 1 55.8499 -63.2862 -204.558 - 75 59.483 448 2 0 108.83 -90.35 -145.962 - 75 3.24833 527 1 1 -74.45 -47.8686 -174.685 - 75 4.72151 589 1 0 56.4052 -62.0505 -175.85 - 75 118.936 590 1 0 56.4118 -62.05 -175.871 - 75 240.596 1226 0 1 65.3071 -60.8856 -204.45 - 75 219.677 602 0 0 65.6007 -59.6346 -205.85 - 75 213.807 1178 7 1 55.85 -62.3771 5.41919 - 75 327.038 1157 6 1 51.5241 -62.8157 -24.4502 - 75 69.8206 586 6 0 51.4142 -62.8381 -25.85 - 75 35.5578 585 6 0 51.3954 -62.85 -26.1136 - 75 180.349 1140 5 1 48.236 -65.085 -54.45 - 75 47.4048 1139 5 1 48.05 -65.2192 -54.7638 - 75 26.9991 571 5 0 47.1936 -65.8108 -55.85 - 75 279.525 570 5 0 47.1394 -65.85 -55.9207 - 75 122.775 1029 4 1 26.0242 -80.6045 -84.4501 - 75 41.5291 1028 4 1 25.85 -80.9191 -84.764 - 75 49.0944 488 4 0 25.0729 -82.3317 -85.85 - 75 70.1574 487 4 0 25.0047 -82.45 -85.9425 - 75 71.6533 486 4 0 24.8979 -82.65 -86.0961 - 75 1.34961 485 4 0 24.8051 -82.85 -86.2462 - 75 174.301 942 3 1 8.51656 -118.871 -114.45 - 75 89.0015 300 3 0 8.76832 -119.958 -115.85 - 75 32.5184 299 3 0 8.85063 -120.15 -116.161 - 75 176.286 977 2 1 15.4901 -132.01 -144.45 - 75 72.3889 232 2 0 15.9506 -133.594 -145.85 - 75 70.0072 231 2 0 15.9931 -133.75 -145.985 - 75 57.2776 230 2 0 16.066 -133.95 -146.164 - 75 71.0375 46 2 0 47.2396 -170.795 -146.25 - 75 90.3812 47 2 0 47.4124 -170.75 -146.047 - 75 8.21757 1144 2 1 49.0247 -170.174 -144.85 - 75 96.1616 1145 2 1 49.05 -170.165 -144.83 - 75 65.9827 1146 2 1 49.25 -170.04 -144.613 - 75 89.6544 1147 2 1 49.45 -170.081 -144.495 - 75 79.4191 1148 2 1 49.65 -170.135 -144.454 - 75 311.876 1149 2 1 49.85 -170.299 -144.512 - 75 124.305 40 2 0 49.7386 -171.955 -145.85 - 75 71.5483 39 2 0 49.79 -172.15 -146.101 - 75 71.3908 38 2 0 49.9769 -172.35 -146.198 - 75 93.8792 569 5 0 46.9794 -66.05 -56.0582 - 75 106.245 568 5 0 46.8653 -66.25 -56.1907 - 75 71.0698 559 5 0 78.6836 -68.1005 -56.25 - 75 220.065 560 5 0 78.7123 -68.0499 -56.0965 - 75 128.576 561 5 0 78.7948 -67.8499 -56.0447 - 75 28.6095 1126 0 1 45.402 -47.5983 -204.85 - 75 129.059 587 7 0 55.8301 -62.5448 4.15 - 75 3.44497 1178 6 1 55.6535 -66.4739 -24.45 - 75 117.116 1177 6 1 55.65 -66.4689 -24.4647 - 75 147.654 570 6 0 55.2823 -65.9519 -25.8505 - 75 44.4993 571 6 0 55.1963 -65.85 -26.1068 - 75 148.566 1116 5 1 43.2913 -53.8298 -54.45 - 75 74.8561 633 5 0 43.3762 -53.3488 -55.85 - 75 37.4712 634 5 0 43.3987 -53.25 -56.1431 - 75 216.665 1128 4 1 45.7479 -44.6653 -84.4506 - 75 46.6961 683 4 0 45.5531 -43.3543 -85.85 - 75 137.133 684 4 0 45.5437 -43.25 -85.9727 - 75 8.26599 685 4 0 45.5337 -43.0499 -86.2302 - 75 58.1546 908 4 0 92.2708 1.75925 -86.25 - 75 296.251 909 4 0 92.4577 1.85034 -86.1258 - 75 19.3897 1380 4 1 96.2785 3.31681 -84.85 - 75 97.8945 1381 4 1 96.35 3.34479 -84.8293 - 75 81.6644 1382 4 1 96.55 3.46646 -84.7652 - 75 68.5961 1383 4 1 96.75 3.64684 -84.6938 - 75 86.0307 1384 4 1 96.95 3.8172 -84.6461 - 75 50.4571 1385 4 1 97.1511 4.02543 -84.6758 - 75 70.2537 1386 4 1 97.3506 4.16387 -84.7319 - 75 15.1768 1387 4 1 97.55 4.28168 -84.8282 - 75 86.891 926 4 0 98.7183 5.25986 -85.8506 - 75 65.4487 927 4 0 98.9064 5.45 -86.0372 - 75 54.279 1030 4 0 85.5678 26.2182 -86.25 - 75 137.103 1031 4 0 85.3936 26.25 -86.189 - 75 150.893 1032 4 0 85.0706 26.45 -85.9747 - 75 35.8972 1033 4 0 84.8421 26.65 -85.8738 - 75 35.941 1309 4 1 81.9679 26.8186 -84.85 - 75 106.325 1308 4 1 81.85 26.8368 -84.8052 - 75 396.48 1307 4 1 81.6498 26.8753 -84.7139 - 75 149.129 1306 4 1 81.4499 26.8921 -84.6389 - 75 44.2669 1305 4 1 81.25 26.9153 -84.4681 - 75 131.105 1141 4 0 64.7808 48.396 -86.25 - 75 118.697 1142 4 0 64.8028 48.45 -86.225 - 75 96.3802 673 4 0 46.0996 -45.2789 -85.85 -Number of digits in this event = 75 -Using G4ParticleGun ... -4.37447 LIN -e- -Event: 76 -Number of tracker hits in this event = 111 - 76 115.25 1114 10 1 42.9613 -89.7383 95.55 - 76 132.235 451 10 0 42.9637 -89.7414 94.15 - 76 97.2724 1114 9 1 43.0066 -89.8004 65.55 - 76 105.3 451 9 0 43.0095 -89.8036 64.15 - 76 120.997 1115 8 1 43.0751 -89.8621 35.55 - 76 122.546 450 8 0 43.0789 -89.8654 34.15 - 76 393.519 1115 7 1 43.1468 -89.9347 5.55 - 76 371.097 450 7 0 43.1544 -89.9294 4.15 - 76 150.857 1116 6 1 43.3626 -89.8647 -24.45 - 76 241.448 450 6 0 43.3834 -89.8743 -25.85 - 76 101.296 1131 2 1 46.3979 -90.3169 -144.45 - 76 114.755 449 2 0 46.4811 -90.3416 -145.85 - 76 103.075 1140 1 1 48.2243 -90.8047 -174.45 - 76 9.80456 1141 1 1 48.25 -90.8085 -174.809 - 76 132.087 446 1 0 48.3247 -90.8192 -175.85 - 76 121.997 1151 0 1 50.3801 -91.1555 -204.45 - 76 187.408 444 0 0 50.5028 -91.1573 -205.85 - 76 269.539 473 0 0 14.7586 -85.4247 -206.25 - 76 45.989 474 0 0 14.7794 -85.2498 -206.089 - 76 13.2597 657 5 0 104.492 -48.4857 -56.25 - 76 62.174 658 5 0 104.487 -48.45 -56.2314 - 76 95.5618 659 5 0 104.468 -48.2499 -56.1288 - 76 175.915 660 5 0 104.459 -48.0499 -56.0103 - 76 127.599 1420 5 1 104.304 -47.2044 -54.85 - 76 71.1645 1109 6 1 41.8727 -90.6934 -24.4506 - 76 56.1935 1108 6 1 41.8499 -90.7016 -24.6892 - 76 101.774 447 6 0 41.732 -90.7233 -25.8503 - 76 45.7417 1093 5 1 38.6961 -91.4651 -54.45 - 76 114.422 1092 5 1 38.65 -91.4586 -54.6122 - 76 133.527 443 5 0 38.2988 -91.3992 -55.85 - 76 196.263 1048 4 1 29.7452 -89.6961 -84.45 - 76 19.873 1047 4 1 29.65 -89.619 -84.7959 - 76 147.897 453 4 0 29.3573 -89.3644 -85.85 - 76 117.974 1009 3 1 21.894 -83.4313 -114.45 - 76 63.1745 1008 3 1 21.85 -83.391 -114.643 - 76 156.168 484 3 0 21.5924 -83.1407 -115.85 - 76 2.56618 976 2 1 15.2529 -77.7121 -144.45 - 76 118.917 975 2 1 15.25 -77.7108 -144.464 - 76 110.733 511 2 0 14.9457 -77.6803 -145.85 - 76 160.164 939 1 1 7.94386 -76.3398 -174.45 - 76 2.98562 938 1 1 7.85 -76.3396 -174.831 - 76 111.865 518 1 0 7.58607 -76.3572 -175.85 - 76 35.717 900 0 1 0.0785411 -82.5304 -204.451 - 76 149.913 485 0 0 -0.242903 -82.9681 -205.85 - 76 106.844 484 0 0 -0.304388 -83.0502 -206.111 - 76 274.337 899 0 1 -0.05 -82.5572 -204.719 - 76 100.3 1115 6 1 43.2463 -89.9214 -24.45 - 76 27.6435 1107 5 1 41.4597 -90.6504 -54.45 - 76 75.1741 1106 5 1 41.45 -90.6525 -54.5895 - 76 89.1789 447 5 0 41.3634 -90.6693 -55.85 - 76 148.692 1096 4 1 39.3242 -91.1362 -84.45 - 76 112.086 444 4 0 39.1945 -91.2389 -85.85 - 76 120.459 1083 3 1 36.6978 -93.6082 -114.45 - 76 119.286 432 3 0 36.5953 -93.67 -115.85 - 76 156.422 1069 2 1 34.0287 -95.2718 -144.45 - 76 254.854 423 2 0 33.878 -95.3988 -145.85 - 76 130.475 1052 1 1 30.595 -98.4232 -174.45 - 76 136.227 408 1 0 30.4415 -98.5181 -175.85 - 76 141.973 1036 0 1 27.2879 -100.378 -204.45 - 76 49.8118 1035 0 1 27.25 -100.39 -204.692 - 76 192.967 398 0 0 27.063 -100.442 -205.85 - 76 114.743 1116 4 1 43.2806 -90.1534 -84.45 - 76 299.501 1108 3 1 41.8378 -89.0501 -114.45 - 76 152.021 1109 3 1 41.85 -88.9844 -114.653 - 76 110.871 457 3 0 41.8977 -88.5861 -115.85 - 76 319.584 1128 2 1 45.7656 -79.644 -144.45 - 76 40.9834 1129 2 1 45.85 -79.6577 -144.791 - 76 132.447 501 2 0 46.1215 -79.698 -145.85 - 76 273.786 1153 1 1 50.6522 -82.4564 -174.45 - 76 113.193 485 1 0 50.9314 -82.874 -175.85 - 76 46.6765 1182 0 1 56.5414 -91.2593 -204.45 - 76 138.757 1183 0 1 56.65 -91.3252 -204.559 - 76 24.266 1184 0 1 56.85 -91.4744 -204.787 - 76 84.421 439 0 0 57.8151 -92.2264 -205.85 - 76 83.7861 438 0 0 58.0112 -92.35 -206.061 - 76 0.828588 1460 2 1 112.15 -130.049 -144.842 - 76 110.252 458 3 0 42.4232 -88.4023 -115.85 - 76 54.2979 459 3 0 42.5529 -88.25 -116.098 - 76 124.399 1152 2 1 50.5415 -85.5261 -144.45 - 76 22.6949 1153 2 1 50.65 -85.2259 -144.793 - 76 53.9971 478 2 0 50.9807 -84.3766 -145.851 - 76 77.0024 479 2 0 51.0402 -84.25 -146.007 - 76 132.206 1228 1 1 65.6773 -57.3507 -174.45 - 76 107.805 613 1 0 66.0684 -57.2644 -175.85 - 76 146.525 530 0 0 8.43121 -73.9316 -206.25 - 76 214.559 531 0 0 8.26535 -73.85 -206.078 - 76 140.328 455 3 0 41.5859 -88.9613 -115.85 - 76 161.412 1073 2 1 34.7977 -87.0824 -144.45 - 76 85.1264 461 2 0 34.3566 -87.7823 -145.85 - 76 82.4161 460 2 0 34.3162 -87.8501 -145.993 - 76 201.28 1031 1 1 26.4421 -102.116 -174.45 - 76 61.7084 1030 1 1 26.25 -102.479 -174.721 - 76 56.072 379 1 0 25.0737 -104.201 -175.85 - 76 85.3404 378 1 0 24.9657 -104.35 -175.956 - 76 98.73 377 1 0 24.8193 -104.55 -176.139 - 76 5.69374 898 0 1 -0.439984 -134.55 -204.45 - 76 181.313 897 0 1 -0.450079 -134.563 -204.476 - 76 24.0158 225 0 0 -0.924668 -135.117 -205.85 - 76 116.412 224 0 0 -0.949736 -135.15 -205.934 - 76 26.1864 1115 4 1 43.25 -90.1569 -84.7605 - 76 116.477 449 4 0 43.1602 -90.1908 -85.8502 - 76 66.2706 1105 3 1 41.0776 -90.227 -114.45 - 76 52.7154 1104 3 1 41.05 -90.2155 -114.661 - 76 237.548 1086 2 1 37.3816 -89.0121 -144.45 - 76 141.186 456 2 0 37.2884 -88.8085 -145.85 - 76 313.675 1074 1 1 34.9919 -84.6954 -174.45 - 76 4.65743 477 1 0 34.8328 -84.4538 -175.85 - 76 205.783 478 1 0 34.8304 -84.45 -175.872 - 76 123.612 1056 0 1 31.4168 -78.9601 -204.45 - 76 109.233 507 0 0 31.0794 -78.5923 -205.85 - 76 324.873 423 0 0 40.2171 -95.4468 -206.25 -Number of digits in this event = 51 -Using G4ParticleGun ... -6.14471 LIN -e- -Event: 77 -Number of tracker hits in this event = 99 - 77 99.3791 736 11 1 -32.7444 14.8511 125.55 - 77 257.778 974 11 0 -32.7455 14.8508 124.15 - 77 138.161 736 10 1 -32.7554 14.8397 95.55 - 77 131.001 973 10 0 -32.7551 14.8368 94.15 - 77 123.427 736 9 1 -32.7495 14.7787 65.55 - 77 195.983 973 9 0 -32.7497 14.7749 64.15 - 77 404.48 736 8 1 -32.7543 14.7016 35.55 - 77 444.998 973 8 0 -32.753 14.6967 34.15 - 77 342.192 736 7 1 -32.7147 14.5885 5.55 - 77 135.758 972 7 0 -32.7073 14.5852 4.15 - 77 113.985 737 6 1 -32.5457 14.534 -24.45 - 77 151.686 972 6 0 -32.5342 14.536 -25.85 - 77 120.592 738 5 1 -32.2839 14.5726 -54.45 - 77 115.584 972 5 0 -32.2708 14.5736 -55.85 - 77 150.102 740 4 1 -31.9981 14.5884 -84.45 - 77 127.325 972 4 0 -31.9865 14.5915 -85.85 - 77 377.677 741 3 1 -31.7445 14.6492 -114.45 - 77 183.412 973 3 0 -31.7345 14.6515 -115.85 - 77 105.007 742 2 1 -31.5222 14.7223 -144.45 - 77 118.443 973 2 0 -31.514 14.7298 -145.85 - 77 111.325 743 1 1 -31.3778 14.8648 -174.45 - 77 110.824 974 1 0 -31.3802 14.8645 -175.85 - 77 118.498 743 0 1 -31.4243 14.8664 -204.45 - 77 105.764 974 0 0 -31.4102 14.8748 -205.85 - 77 48.0241 1088 0 0 -31.5256 37.65 -206.107 - 77 32.3771 408 0 1 -98.35 -168.138 -204.835 - 77 68.4153 741 0 1 -31.7806 36.6854 -204.85 - 77 173.865 740 0 1 -31.8501 36.6025 -204.747 - 77 97.2095 972 3 0 -31.7436 14.65 -116.148 - 77 127.335 735 7 1 -32.9733 15.1465 5.55 - 77 129.719 975 7 0 -33.0042 15.1751 4.15 - 77 113.832 732 6 1 -33.6008 15.8372 -24.45 - 77 156.236 979 6 0 -33.6218 15.8822 -25.85 - 77 127.13 729 5 1 -34.1457 16.8658 -54.45 - 77 238.175 984 5 0 -34.1875 16.9168 -55.85 - 77 97.5294 724 4 1 -35.1582 17.9861 -84.45 - 77 128.906 989 4 0 -35.2222 18.0384 -85.85 - 77 40.5655 990 4 0 -35.2366 18.05 -86.1616 - 77 144.831 718 3 1 -36.4273 19.2727 -114.45 - 77 105.104 996 3 0 -36.4409 19.3023 -115.85 - 77 130.036 716 2 1 -36.6637 19.9409 -144.45 - 77 123.77 999 2 0 -36.6202 20.0145 -145.851 - 77 178.577 720 1 1 -35.9508 21.2096 -174.45 - 77 182.108 1006 1 0 -35.9666 21.2813 -175.85 - 77 115.033 710 0 1 -37.895 22.2175 -204.45 - 77 186.806 1010 0 0 -37.9528 22.175 -205.85 - 77 272.963 710 2 1 -37.985 20.8642 -144.45 - 77 202.844 1004 2 0 -38.082 20.9593 -145.85 - 77 186.192 700 1 1 -40.0213 22.6878 -174.45 - 77 119.012 1014 1 0 -40.1252 22.8583 -175.85 - 77 120.828 689 0 1 -42.1473 26.4962 -204.45 - 77 112.752 1032 0 0 -42.2949 26.6065 -205.85 - 77 114.04 688 0 1 -42.2989 26.4714 -204.45 - 77 51.6414 687 0 1 -42.45 26.7779 -204.739 - 77 38.8575 1043 0 0 -43.3484 28.7478 -205.85 - 77 60.6478 1044 0 0 -43.4079 28.85 -205.903 - 77 81.414 1045 0 0 -43.5099 29.0501 -205.997 - 77 59.6678 1046 0 0 -43.6019 29.2501 -206.069 - 77 71.9349 1047 0 0 -43.6924 29.45 -206.125 - 77 37.0789 1048 0 0 -43.7808 29.65 -206.208 - 77 111.476 1221 0 0 -49.5291 64.4056 -206.25 - 77 157.72 652 0 1 -49.4942 64.5759 -204.85 - 77 78.1623 944 3 0 -68.0116 8.93709 -116.25 - 77 72.5296 943 3 0 -68.1552 8.85 -116.054 - 77 140.566 942 3 0 -68.2352 8.64982 -115.934 - 77 67.2777 941 3 0 -68.2147 8.45 -115.902 - 77 272.007 940 3 0 -68.2377 8.25 -115.967 - 77 260.897 556 3 1 -68.6781 8.03181 -114.85 - 77 151.549 698 1 1 -40.3384 22.2827 -174.45 - 77 157.272 1011 1 0 -40.1452 22.4129 -175.85 - 77 3.22718 1012 1 0 -40.0849 22.45 -176.244 - 77 148.797 721 0 1 -35.7787 25.5061 -204.45 - 77 26.3784 1030 0 0 -35.5966 26.2005 -205.85 - 77 97.2167 1031 0 0 -35.5845 26.25 -205.95 - 77 7.85448 737 7 1 -32.65 14.8022 5.17731 - 77 144.4 973 7 0 -32.6345 14.8112 4.15 - 77 222.075 739 6 1 -32.1858 15.028 -24.45 - 77 154.709 974 6 0 -32.1796 15.0374 -25.85 - 77 123.186 740 5 1 -32.0047 15.1896 -54.45 - 77 105.966 975 5 0 -31.9936 15.1981 -55.85 - 77 104.751 741 4 1 -31.7091 15.395 -84.45 - 77 108.225 976 4 0 -31.7152 15.4065 -85.85 - 77 112.865 978 3 0 -31.8514 15.6987 -115.85 - 77 103.83 740 2 1 -31.8925 16.01 -144.45 - 77 189.557 979 2 0 -31.8735 16.0117 -145.85 - 77 190.971 742 1 1 -31.4861 16.0101 -174.45 - 77 110.065 979 1 0 -31.4684 16.0145 -175.85 - 77 116.424 744 0 1 -31.0762 16.1165 -204.45 - 77 163.622 980 0 0 -31.0748 16.1311 -205.85 - 77 294.055 981 0 0 -31.0969 16.25 -206.084 - 77 99.3949 741 1 1 -31.65 16.0343 -174.774 - 77 198.989 740 1 1 -31.85 16.1101 -174.841 - 77 148.656 739 1 1 -32.05 16.4645 -174.63 - 77 9.25144 1194 3 0 -75.7653 58.85 -116.061 - 77 33.6168 977 4 0 -31.9049 15.5625 -85.85 - 77 134.089 915 4 1 3.05 44.6289 -84.7381 - 77 250.923 980 10 0 -33.1958 16.1387 94.15 - 77 262.99 803 3 1 -19.299 -56.5205 -114.85 - 77 14.9756 804 3 1 -19.25 -56.8976 -114.579 -Number of digits in this event = 56 -Using G4ParticleGun ... -3.71381 LIN -e- -Event: 78 -Number of tracker hits in this event = 148 - 78 104.788 885 10 1 -2.98913 -102.584 95.55 - 78 112.476 387 10 0 -2.99053 -102.583 94.15 - 78 113.797 885 9 1 -3.01136 -102.564 65.55 - 78 104.111 387 9 0 -3.01193 -102.566 64.15 - 78 108.6 885 8 1 -2.9956 -102.628 35.55 - 78 119.995 387 8 0 -2.99376 -102.631 34.15 - 78 184.641 885 7 1 -2.96995 -102.697 5.55 - 78 137.997 387 7 0 -2.97153 -102.705 4.15 - 78 597.132 885 6 1 -2.99631 -102.864 -24.45 - 78 122.365 386 6 0 -2.99736 -102.872 -25.85 - 78 122.213 885 5 1 -3.01818 -103.034 -54.45 - 78 110.722 385 5 0 -3.02221 -103.042 -55.85 - 78 298.144 884 4 1 -3.09905 -103.208 -84.45 - 78 137.304 384 4 0 -3.10631 -103.217 -85.85 - 78 352.337 884 3 1 -3.24239 -103.373 -114.45 - 78 232.275 383 3 0 -3.25022 -103.379 -115.85 - 78 559.592 883 2 1 -3.40635 -103.453 -144.45 - 78 377.201 383 2 0 -3.41513 -103.456 -145.85 - 78 222.57 882 1 1 -3.61205 -103.518 -174.45 - 78 257.682 383 1 0 -3.62202 -103.515 -175.85 - 78 279.885 881 0 1 -3.80346 -103.442 -204.45 - 78 123.999 383 0 0 -3.81773 -103.437 -205.85 - 78 58.116 356 4 1 -108.75 7.56659 -84.6466 - 78 131.223 155 4 0 18.1199 -149.137 -86.2499 - 78 239.61 156 4 0 18.0421 -148.95 -86.0758 - 78 156.007 281 1 0 -51.3256 -123.872 -176.25 - 78 258.643 282 1 0 -51.3983 -123.75 -176.111 - 78 225.058 587 2 0 1.62226 -62.5493 -146.249 - 78 54.043 588 2 0 1.64182 -62.45 -146.178 - 78 57.6281 589 2 0 1.64665 -62.2499 -146.09 - 78 104.215 590 2 0 1.60715 -62.05 -146.03 - 78 179.648 591 2 0 1.60139 -61.85 -145.948 - 78 143.552 592 2 0 1.5285 -61.65 -145.884 - 78 219.88 900 2 1 0.160618 -60.2381 -144.85 - 78 23.4925 899 2 1 -0.05 -59.612 -144.485 - 78 170.878 587 3 0 9.75034 -62.6153 -116.25 - 78 98.5865 586 3 0 9.88228 -62.6501 -116.167 - 78 104.534 380 2 0 -3.24779 -104.018 -145.85 - 78 16.0597 381 2 0 -3.18732 -103.95 -146.203 - 78 26.3676 843 2 1 -11.3768 -60.9951 -144.85 - 78 63.1924 842 2 1 -11.45 -60.9619 -144.822 - 78 82.4091 841 2 1 -11.65 -60.9695 -144.812 - 78 19.6094 840 2 1 -11.85 -61.0724 -144.839 - 78 244.771 583 2 0 -14.4151 -63.4253 -145.85 - 78 45.9132 582 2 0 -14.4415 -63.45 -145.871 - 78 151.434 584 2 0 -14.853 -63.25 -146.159 - 78 488.134 883 1 1 -3.38509 -103.508 -174.45 - 78 184.719 888 0 1 -2.31599 -102.536 -204.45 - 78 168.933 388 0 0 -2.25215 -102.519 -205.85 - 78 169.841 384 3 0 -3.25356 -103.35 -116.174 - 78 282.931 883 3 1 -3.25 -103.087 -114.698 - 78 902.26 884 6 1 -3.05 -103.031 -24.7107 - 78 7.51245 381 6 0 -3.00902 -103.926 -25.85 - 78 87.4312 380 6 0 -3.00798 -103.95 -25.8805 - 78 25.2897 379 6 0 -2.97071 -104.15 -26.161 - 78 257.938 895 5 1 -0.8728 -114.592 -54.4501 - 78 26.384 321 5 0 -1.18322 -115.872 -55.85 - 78 89.1977 320 5 0 -1.204 -115.95 -55.946 - 78 11.1424 319 5 0 -1.2192 -116.15 -56.2114 - 78 114.221 102 5 0 46.4041 -159.59 -56.2498 - 78 43.8813 101 5 0 46.6669 -159.75 -55.9247 - 78 42.6222 1135 5 1 47.1893 -160.196 -54.8499 - 78 69.5857 1136 5 1 47.25 -160.264 -54.7028 - 78 257.8 387 6 0 -3.07117 -102.687 -25.85 - 78 236.769 884 5 1 -3.20673 -102.903 -54.45 - 78 125.248 386 5 0 -3.20531 -102.925 -55.85 - 78 52.4663 387 4 0 -3.05211 -102.653 -85.85 - 78 65.9004 388 4 0 -3.03818 -102.55 -86.0664 - 78 184.805 894 3 1 -1.12709 -89.4125 -114.45 - 78 35.6751 459 3 0 -0.855211 -88.1437 -115.85 - 78 88.3145 460 3 0 -0.835821 -88.05 -115.959 - 78 20.6219 461 3 0 -0.798172 -87.85 -116.186 - 78 172.404 914 2 1 2.87726 -63.8262 -144.45 - 78 53.2051 915 2 1 3.05 -63.4209 -144.733 - 78 130.319 593 2 0 4.05105 -61.45 -146.238 - 78 137.544 994 1 1 19.0254 -28.1815 -174.45 - 78 17.0252 760 1 0 19.051 -27.864 -175.85 - 78 101.937 761 1 0 19.052 -27.85 -175.912 - 78 184.992 983 0 1 16.7812 -19.419 -204.45 - 78 123.383 982 0 1 16.65 -19.2825 -204.606 - 78 5.74642 981 0 1 16.4498 -19.1279 -204.839 - 78 27.5416 807 0 0 15.6032 -18.4785 -205.85 - 78 107.668 808 0 0 15.5661 -18.4496 -205.895 - 78 14.5823 809 0 0 15.319 -18.25 -206.212 - 78 158.132 995 1 1 19.1334 -28.0431 -174.45 - 78 310.465 1623 0 0 118.591 144.899 -206.25 - 78 64.8335 1624 0 0 118.584 144.95 -206.211 - 78 230.583 372 1 0 -3.45529 -105.71 -175.85 - 78 74.8222 362 0 0 -3.85824 -107.728 -205.85 - 78 64.2207 361 0 0 -3.87151 -107.75 -206.108 - 78 118.234 377 1 0 -3.54164 -104.665 -175.85 - 78 92.7007 378 1 0 -3.55101 -104.55 -175.932 - 78 126.584 379 1 0 -3.59054 -104.35 -175.994 - 78 59.9118 380 1 0 -3.72228 -104.15 -176.081 - 78 125.962 381 1 0 -3.82539 -103.95 -176.187 - 78 514.593 382 1 0 -3.89517 -103.75 -176.197 - 78 242.322 883 0 1 -3.41313 -106.546 -204.45 - 78 123.635 367 0 0 -3.46178 -106.625 -205.85 - 78 48.8262 674 0 1 -45.1283 -78.7196 -204.85 - 78 109.328 387 5 0 -3.17472 -102.671 -55.85 - 78 120.517 883 4 1 -3.44718 -102.825 -84.45 - 78 142.962 386 4 0 -3.45112 -102.85 -85.85 - 78 145.393 886 2 1 -2.81153 -102.959 -144.45 - 78 104.335 386 2 0 -2.76781 -102.908 -145.85 - 78 81.1608 889 1 1 -2.05938 -101.753 -174.45 - 78 58.3108 890 1 1 -2.05 -101.735 -174.753 - 78 133.446 392 1 0 -2.01762 -101.666 -175.85 - 78 159.848 895 0 1 -1.04923 -99.8786 -204.45 - 78 131.078 401 0 0 -0.988605 -99.8273 -205.85 - 78 80.0266 393 0 0 -1.73845 -101.398 -205.85 - 78 264.875 883 6 1 -3.25007 -103.011 -24.8441 - 78 350.146 884 2 1 -3.21525 -102.436 -144.45 - 78 198.967 388 2 0 -3.21828 -102.437 -145.85 - 78 122.142 388 1 0 -3.28135 -102.427 -175.85 - 78 105.937 389 0 0 -3.32784 -102.286 -205.85 - 78 163.46 387 2 0 -3.02594 -102.63 -145.85 - 78 44.9122 900 1 1 0.175295 -105.146 -174.45 - 78 150.247 901 1 1 0.25 -105.107 -174.587 - 78 32.6191 376 1 0 0.986683 -104.778 -175.85 - 78 10.418 990 0 1 18.2136 -96.8742 -204.45 - 78 135.322 991 0 1 18.25 -96.8487 -204.491 - 78 202.808 992 0 1 18.45 -96.7251 -204.699 - 78 95.0216 420 0 0 19.5324 -96.0785 -205.85 - 78 94.9445 421 0 0 19.7433 -95.95 -206.067 - 78 37.889 605 0 0 57.5612 -58.9501 -206.25 - 78 83.8957 606 0 0 57.6525 -58.8497 -206.149 - 78 28.9878 607 0 0 57.8453 -58.6497 -205.927 - 78 1.67011 1192 0 1 58.6461 -57.7249 -204.85 - 78 90.3939 1193 0 1 58.65 -57.7204 -204.845 - 78 67.1074 1194 0 1 58.85 -57.5688 -204.603 - 78 48.7895 744 1 0 58.8925 -31.2037 -176.25 - 78 282.083 745 1 0 58.8796 -31.05 -176.099 - 78 43.0882 746 1 0 58.8333 -30.85 -175.931 - 78 71.5424 1190 1 1 58.1211 -28.842 -174.85 - 78 117.195 1189 1 1 58.05 -28.6616 -174.75 - 78 45.5174 1188 1 1 57.85 -28.3767 -174.537 - 78 45.0088 594 2 0 97.6506 -61.1553 -146.25 - 78 54.9032 1396 2 1 99.4162 -62.3905 -144.85 - 78 99.8014 1397 2 1 99.5501 -62.5192 -144.739 - 78 193.584 1398 2 1 99.75 -62.6965 -144.628 - 78 406.481 1399 2 1 99.95 -62.9149 -144.509 - 78 65.6758 417 2 0 77.8674 -96.5946 -146.25 - 78 138.51 416 2 0 77.7662 -96.75 -146.11 - 78 29.6171 1294 2 1 78.9955 -97.3607 -144.85 - 78 60.2971 1295 2 1 79.05 -97.3834 -144.817 - 78 119.157 1296 2 1 79.25 -97.4015 -144.806 - 78 483.973 1297 2 1 79.45 -97.2797 -144.783 - 78 15.3895 1203 1 1 60.65 -33.4964 -174.684 -Number of digits in this event = 72 -Using G4ParticleGun ... -4.74263 LIN -e- -Event: 79 -Number of tracker hits in this event = 108 - 79 239.007 302 9 1 -119.637 53.6577 65.55 - 79 108.022 1168 9 0 -119.64 53.6584 64.15 - 79 118.204 302 8 1 -119.702 53.6797 35.55 - 79 113.532 1168 8 0 -119.706 53.6799 34.15 - 79 153.288 301 7 1 -119.789 53.6752 5.55 - 79 137.304 1168 7 0 -119.792 53.6734 4.15 - 79 392.1 301 6 1 -119.854 53.6347 -24.45 - 79 162.741 1167 6 0 -119.858 53.6293 -25.85 - 79 781.496 300 5 1 -119.954 53.5204 -54.45 - 79 121.86 1167 5 0 -119.958 53.5155 -55.85 - 79 474.461 300 4 1 -120.055 53.4232 -84.45 - 79 111.329 1166 4 0 -120.059 53.4196 -85.85 - 79 174.573 299 3 1 -120.15 53.3379 -114.45 - 79 128.96 1166 3 0 -120.151 53.3334 -115.85 - 79 108.953 299 2 1 -120.165 53.238 -144.45 - 79 239.628 1165 2 0 -120.164 53.2345 -145.85 - 79 322.732 299 1 1 -120.157 53.1709 -174.45 - 79 281.237 1165 1 0 -120.158 53.1685 -175.85 - 79 311.181 299 0 1 -120.194 53.1211 -204.45 - 79 143.447 1165 0 0 -120.194 53.115 -205.85 - 79 212.494 1163 0 0 -120.269 52.7801 -205.85 - 79 57.1382 300 1 1 -120.099 53.1693 -174.45 - 79 95.8311 301 1 1 -119.95 53.1713 -174.583 - 79 47.0439 1163 1 0 -119.259 52.6754 -175.85 - 79 93.2332 1162 1 0 -119.239 52.65 -175.927 - 79 65.3871 1028 1 0 -97.255 25.7927 -176.25 - 79 105.08 1027 1 0 -97.122 25.65 -176.108 - 79 239.152 418 1 1 -96.4503 25.4248 -174.85 - 79 205.344 419 1 1 -96.35 25.3933 -174.736 - 79 501.58 420 1 1 -96.15 25.3529 -174.585 - 79 214.732 421 1 1 -95.8342 25.2877 -174.45 - 79 205.583 1031 1 0 -96.5071 26.282 -175.85 - 79 30.8493 1030 1 0 -96.5606 26.25 -175.91 - 79 31.6128 263 2 1 -127.402 -91.9986 -144.85 - 79 126.09 1641 3 0 -114.689 148.35 -116.181 - 79 42.0298 1384 0 0 -117.209 96.98 -206.25 - 79 78.5294 1383 0 0 -117.147 96.9499 -205.988 - 79 32.7502 1227 6 0 -135.719 65.6498 -26.25 - 79 119.838 1228 6 0 -135.72 65.65 -26.2495 - 79 356.218 300 3 1 -120.017 53.603 -114.45 - 79 249.519 1167 3 0 -120.053 53.5709 -115.85 - 79 136.365 297 2 1 -120.705 53.1339 -144.45 - 79 129.457 291 1 1 -121.776 54.7695 -174.45 - 79 279.726 1173 1 0 -121.931 54.8089 -175.85 - 79 109.267 272 0 1 -125.648 55.4922 -204.45 - 79 319.741 1177 0 0 -125.733 55.5074 -205.85 - 79 75.7299 1481 1 0 -82.452 116.441 -176.25 - 79 43.2284 1612 1 0 -101.228 142.701 -176.25 - 79 103.43 305 2 1 -118.975 53.7957 -144.45 - 79 5.98191 306 2 1 -118.95 53.8571 -144.827 - 79 26.5293 1169 2 0 -118.886 54.0334 -145.85 - 79 79.3015 1170 2 0 -118.88 54.05 -145.949 - 79 42.3164 313 1 1 -117.544 59.5448 -174.45 - 79 88.0745 312 1 1 -117.55 59.5326 -174.574 - 79 126.335 1196 1 0 -117.625 59.3916 -175.85 - 79 318.578 301 0 1 -119.766 54.7444 -204.45 - 79 209.689 302 0 1 -119.75 54.6708 -204.834 - 79 123.318 1171 0 0 -119.621 54.4309 -205.85 - 79 96.2927 1174 0 0 -119.194 54.958 -205.85 - 79 81.7722 303 0 1 -119.55 54.8961 -204.768 - 79 95.8334 1185 0 0 -116.245 57.0579 -205.85 - 79 332.454 1168 6 0 -119.907 53.7045 -25.85 - 79 492.048 1168 5 0 -119.995 53.7658 -55.85 - 79 279.767 297 4 1 -120.7 54.1584 -84.45 - 79 282.8 1170 4 0 -120.764 54.1414 -85.85 - 79 143.782 290 3 1 -121.965 53.7741 -114.45 - 79 118.039 1168 3 0 -122.089 53.7332 -115.85 - 79 93.6495 279 2 1 -124.328 52.8765 -144.45 - 79 26.9715 278 2 1 -124.35 52.8671 -144.762 - 79 121.4 1163 2 0 -124.427 52.8336 -145.85 - 79 150.035 268 1 1 -126.465 52.0487 -174.45 - 79 112.9 1159 1 0 -126.487 52.0065 -175.851 - 79 135.285 265 0 1 -127.005 51.2593 -204.45 - 79 79.7698 1155 0 0 -126.879 51.093 -205.85 - 79 22.5253 1154 0 0 -126.85 51.05 -206.185 - 79 38.3782 283 0 1 -123.499 71.0441 -204.45 - 79 148.501 282 0 1 -123.55 71.0749 -204.463 - 79 11.4682 323 3 1 -115.362 55.3854 -114.45 - 79 86.2881 324 3 1 -115.35 55.3867 -114.488 - 79 18.4768 1176 3 0 -114.991 55.4467 -115.85 - 79 103.129 1177 3 0 -114.971 55.45 -115.923 - 79 74.1161 365 2 1 -107 58.0642 -144.45 - 79 54.3435 366 2 1 -106.95 58.0831 -144.652 - 79 129.847 1190 2 0 -106.673 58.171 -145.85 - 79 39.8577 399 1 1 -100.201 60.7761 -174.45 - 79 61.7966 400 1 1 -100.15 60.754 -174.616 - 79 26.5066 1203 1 0 -99.7056 60.6569 -175.85 - 79 133.869 1202 1 0 -99.6722 60.65 -175.952 - 79 12.3955 451 0 1 -89.6712 58.6013 -204.45 - 79 125.978 452 0 1 -89.65 58.6226 -204.491 - 79 135.932 1196 0 0 -89.1469 59.2919 -205.85 - 79 50.9759 1029 0 0 -79.6678 26.0385 -206.25 - 79 76.6546 1028 0 0 -79.6579 25.8497 -206.166 - 79 51.7195 1027 0 0 -79.6708 25.65 -205.985 - 79 53.7813 504 0 1 -79.0966 24.4374 -204.85 - 79 150.265 505 0 1 -79.05 24.2981 -204.735 - 79 64.7784 506 0 1 -78.85 23.9147 -204.541 - 79 13.2502 507 0 1 -78.65 23.8099 -204.464 - 79 10.1212 1211 4 0 -136.662 62.25 -86.0701 - 79 175.016 1169 4 0 -120.006 53.8638 -85.85 - 79 110.52 1169 3 0 -120.097 53.8697 -115.85 - 79 161.502 300 2 1 -120.044 53.7001 -144.45 - 79 128.199 1168 2 0 -120.05 53.7385 -145.85 - 79 172.363 679 4 1 -44.1355 -105.228 -84.45 - 79 46.7706 1551 7 0 18.6015 130.439 3.75 - 79 24.815 1552 7 0 18.6515 130.55 3.80039 - 79 403.637 1162 4 0 -122.248 52.6425 -85.8501 - 79 281.425 1167 9 0 -119.639 53.6497 64.0882 -Number of digits in this event = 55 -Using G4ParticleGun ... -6.55288 LIN -e- -Event: 80 -Number of tracker hits in this event = 79 - 80 122.945 515 10 1 -76.9254 -49.023 95.55 - 80 97.5747 655 10 0 -76.9241 -49.0235 94.15 - 80 120.485 515 9 1 -76.8914 -49.036 65.55 - 80 110.02 655 9 0 -76.8908 -49.0364 64.15 - 80 133.514 515 8 1 -76.8844 -49.04 35.55 - 80 119.478 655 8 0 -76.8824 -49.0415 34.15 - 80 104.465 516 7 1 -76.8402 -49.0705 5.55 - 80 149.361 654 7 0 -76.8374 -49.0729 4.15 - 80 106.257 516 6 1 -76.7765 -49.1207 -24.45 - 80 124.393 654 6 0 -76.7718 -49.1249 -25.85 - 80 290.44 516 5 1 -76.675 -49.211 -54.45 - 80 123.249 654 5 0 -76.6702 -49.2157 -55.85 - 80 124.31 517 4 1 -76.5686 -49.3189 -84.45 - 80 116.286 653 4 0 -76.565 -49.3234 -85.85 - 80 153.394 517 3 1 -76.4897 -49.4082 -114.45 - 80 264.45 653 3 0 -76.4856 -49.4118 -115.85 - 80 255.752 518 2 1 -76.4089 -49.4802 -144.45 - 80 334.207 652 2 0 -76.4059 -49.4831 -145.85 - 80 215.91 518 1 1 -76.3403 -49.5452 -174.45 - 80 188.116 652 1 0 -76.3353 -49.5477 -175.85 - 80 210.306 519 0 1 -76.2317 -49.5964 -204.45 - 80 107.169 652 0 0 -76.2265 -49.5973 -205.85 - 80 18.7035 918 2 0 125.303 3.66137 -146.25 - 80 162.629 917 2 0 125.36 3.65 -146.19 - 80 88.5217 1000 2 0 69.795 20.2114 -146.25 - 80 205.893 1001 2 0 69.7638 20.2501 -146.162 - 80 252.191 515 6 1 -76.9547 -48.9911 -24.45 - 80 253.855 655 6 0 -77.0066 -49.0379 -25.85 - 80 110.884 506 5 1 -78.8052 -49.841 -54.45 - 80 83.1486 652 5 0 -78.8569 -49.6326 -55.85 - 80 160.318 498 4 1 -80.4187 -45.3913 -84.45 - 80 102.414 674 4 0 -80.4612 -45.1878 -85.85 - 80 135.921 494 3 1 -81.1068 -40.7257 -114.45 - 80 53.7837 698 3 0 -81.61 -40.2958 -115.85 - 80 81.4769 699 3 0 -81.6624 -40.25 -115.995 - 80 131.823 436 2 1 -92.8098 -31.49 -144.45 - 80 33.0044 435 2 1 -92.95 -31.3759 -144.736 - 80 137.556 745 2 0 -93.4974 -30.9769 -145.85 - 80 19.9229 746 2 0 -93.6602 -30.85 -146.191 - 80 108.174 366 1 1 -106.767 -19.5941 -174.45 - 80 27.9458 365 1 1 -106.95 -19.5291 -174.777 - 80 194.364 803 1 0 -107.493 -19.3232 -175.85 - 80 69.2009 288 0 1 -122.49 -14.6174 -204.45 - 80 435.872 287 0 1 -122.55 -14.6308 -204.649 - 80 115.864 826 0 0 -122.898 -14.694 -205.85 - 80 110.427 479 5 0 10.5715 -84.05 -56.0253 - 80 51.5938 286 0 1 -122.75 -14.5108 -204.726 - 80 117.735 828 0 0 -123.508 -14.3794 -205.85 - 80 2.66686 881 0 0 -99.1106 -3.65251 -206.25 - 80 196.487 882 0 0 -99.1021 -3.65 -206.245 - 80 100.557 883 0 0 -98.8649 -3.44996 -206.006 - 80 143.889 409 0 1 -98.3044 -2.79656 -204.85 - 80 6.93063 408 0 1 -98.35 -2.57497 -204.473 - 80 184.683 804 1 0 -107.614 -19.25 -176.053 - 80 134.172 655 5 0 -76.7619 -48.9387 -55.85 - 80 210.255 516 4 1 -76.7085 -49.0828 -84.45 - 80 89.9643 654 4 0 -76.7069 -49.0949 -85.85 - 80 100.682 516 3 1 -76.7051 -49.3811 -114.45 - 80 150.871 650 2 0 -76.3805 -49.8784 -145.85 - 80 105.687 521 1 1 -75.8117 -50.1788 -174.45 - 80 207.281 649 1 0 -75.7845 -50.1979 -175.85 - 80 115.02 524 0 1 -75.1709 -50.6296 -204.45 - 80 28.7809 647 0 0 -75.1343 -50.6485 -205.85 - 80 104.27 646 0 0 -75.1313 -50.65 -205.96 - 80 325.273 671 3 0 -67.9996 -45.6594 -116.25 - 80 9.54033 811 0 1 -17.85 15.1165 -204.49 - 80 128.488 511 2 1 -77.7275 -48.6562 -144.45 - 80 114.149 657 2 0 -77.4913 -48.5033 -145.85 - 80 114.769 534 1 1 -73.1832 -45.3906 -174.45 - 80 32.7995 671 1 0 -72.9771 -45.8154 -175.85 - 80 104.763 670 1 0 -72.9588 -45.85 -175.97 - 80 110.747 562 0 1 -67.5736 -52.0884 -204.45 - 80 19.2598 563 0 1 -67.4499 -52.1813 -204.77 - 80 105.8 637 0 0 -67.0452 -52.5304 -205.85 - 80 6.00844 636 0 0 -66.8995 -52.65 -206.227 - 80 169.483 633 4 0 -76.4547 -53.3092 -85.85 - 80 57.8659 519 2 1 -76.1196 -48.6029 -144.45 - 80 19.7891 651 2 0 -77.5174 -49.65 -145.863 - 80 60.4334 515 2 1 -77.0275 -49.7814 -144.85 -Number of digits in this event = 37 -Using G4ParticleGun ... -4.97336 LIN -e- -Event: 81 -Number of tracker hits in this event = 107 - 81 116.744 563 11 1 -67.4166 0.142212 125.55 - 81 110.944 900 11 0 -67.4175 0.141879 124.15 - 81 117.889 563 10 1 -67.4414 0.130941 95.55 - 81 103.641 900 10 0 -67.4428 0.130815 94.15 - 81 119.179 562 9 1 -67.469 0.124938 65.55 - 81 145.215 900 9 0 -67.4717 0.125238 64.15 - 81 269.702 562 8 1 -67.5284 0.140539 35.55 - 81 104.638 900 8 0 -67.5315 0.141116 34.15 - 81 126.965 562 7 1 -67.5965 0.149075 5.55 - 81 113.827 900 7 0 -67.5982 0.150645 4.15 - 81 98.5113 562 6 1 -67.6352 0.18135 -24.45 - 81 141.513 900 6 0 -67.6406 0.179975 -25.85 - 81 372.381 561 5 1 -67.7415 0.141303 -54.45 - 81 594.919 900 5 0 -67.7457 0.13727 -55.85 - 81 133.636 561 4 1 -67.8333 0.0540957 -84.45 - 81 114.034 900 4 0 -67.8375 0.0514206 -85.85 - 81 56.3017 900 2 0 -67.9959 0.05 -146.021 - 81 569.77 559 1 1 -68.0922 0.1232 -174.45 - 81 382.364 900 1 0 -68.0972 0.127083 -175.85 - 81 111.919 559 0 1 -68.2072 0.224233 -204.45 - 81 122.309 900 0 0 -68.2169 0.232679 -205.85 - 81 112.007 704 4 1 -39.0809 -89.6933 -84.45 - 81 120.185 703 4 1 -39.25 -89.5463 -84.5604 - 81 83.201 702 4 1 -39.45 -89.2159 -84.7376 - 81 219.195 465 4 0 -41.5674 -86.9873 -85.85 - 81 101.968 466 4 0 -41.6828 -86.849 -85.8784 - 81 85.9958 464 4 0 -41.6959 -87.0501 -86.0471 - 81 170.986 695 4 1 -41.0036 -87.0599 -84.85 - 81 297.242 696 4 1 -40.85 -87.1448 -84.4716 - 81 73.6727 558 1 1 -68.3443 118.967 -174.85 - 81 76.6851 1575 14 1 135.197 -163.12 215.55 - 81 36.5532 1576 14 1 135.35 -163.028 215.292 - 81 158.662 86 14 0 136.411 -162.835 214.15 - 81 136.3 563 0 1 -67.4268 0.446839 -204.45 - 81 247.072 902 0 0 -67.4691 0.561011 -205.85 - 81 114.887 550 0 1 -70.0357 1.44792 -204.45 - 81 103.151 905 0 0 -69.8794 1.17074 -205.85 - 81 128.477 901 1 0 -68.2492 0.336325 -175.85 - 81 32.0567 1018 1 0 -60.1335 23.765 -176.25 - 81 93.0604 1019 1 0 -60.107 23.85 -176.165 - 81 108.104 600 1 1 -59.972 24.2573 -174.85 - 81 67.1212 1037 13 0 -100.415 27.65 184.075 - 81 129.007 552 4 1 -69.4743 -2.66221 -84.45 - 81 67.6177 553 4 1 -69.45 -2.70328 -84.6319 - 81 308.525 885 4 0 -69.3024 -2.95337 -85.85 - 81 80.8182 572 3 1 -65.5127 -6.76332 -114.45 - 81 23.6172 573 3 1 -65.45 -6.69738 -114.729 - 81 172.072 868 3 0 -65.1916 -6.40126 -115.85 - 81 142.118 609 2 1 -58.2467 0.667721 -144.45 - 81 154.876 904 2 0 -57.85 0.903855 -145.85 - 81 189.044 640 1 1 -51.9411 6.57413 -174.45 - 81 275.899 936 1 0 -51.77 7.29039 -175.85 - 81 33.4955 937 1 0 -51.7378 7.45 -176.137 - 81 195.499 658 0 1 -48.3567 23.938 -204.45 - 81 12.4381 659 0 1 -48.25 24.1957 -204.81 - 81 14.6309 1023 0 0 -47.9736 24.831 -205.85 - 81 224.719 1024 0 0 -47.9655 24.85 -205.881 - 81 178.758 1025 0 0 -47.8666 25.05 -206.192 - 81 100.629 899 4 0 -67.3499 -0.097732 -85.85 - 81 2.78411 562 3 1 -67.6477 -1.98957 -114.45 - 81 154.619 561 3 1 -67.6501 -1.99005 -114.464 - 81 142.084 889 3 0 -67.8907 -2.05759 -115.85 - 81 192.579 535 2 1 -72.9918 -3.26632 -144.45 - 81 34.5093 534 2 1 -73.05 -3.28819 -144.716 - 81 112.091 883 2 0 -73.3077 -3.37745 -145.85 - 81 111.547 501 1 1 -79.7044 -5.71278 -174.45 - 81 123.603 871 1 0 -79.969 -5.77097 -175.85 - 81 138.714 473 0 1 -85.3877 -6.85343 -204.45 - 81 118.712 865 0 0 -85.6029 -6.88429 -205.85 - 81 37.7528 1109 5 0 -82.9672 41.8801 -56.25 - 81 87.2379 1043 5 0 -84.4775 28.6596 -56.25 - 81 281.614 562 5 1 -67.4815 0.0927547 -54.45 - 81 156.611 533 4 1 -73.328 0.607779 -84.45 - 81 122.64 903 4 0 -73.4994 0.783688 -85.85 - 81 263.293 516 3 1 -76.8119 4.10182 -114.45 - 81 18.8095 515 3 1 -76.85 4.1406 -114.774 - 81 130.7 920 3 0 -76.9642 4.22238 -115.85 - 81 162.575 499 2 1 -80.1565 5.53576 -144.45 - 81 232.553 928 2 0 -80.2112 5.73135 -145.851 - 81 155.481 494 1 1 -81.1196 10.205 -174.45 - 81 120.198 950 1 0 -81.0298 10.1194 -175.85 - 81 118.853 504 0 1 -79.0759 9.65445 -204.45 - 81 38.6883 505 0 1 -79.05 9.66442 -204.742 - 81 113.339 948 0 0 -78.9427 9.71549 -205.85 - 81 24.4303 921 3 0 -77.0042 4.2501 -116.185 - 81 96.2107 568 4 1 -66.3408 0.469444 -84.45 - 81 45.6812 569 4 1 -66.25 0.455567 -84.6961 - 81 111.352 901 4 0 -65.8563 0.363902 -85.8504 - 81 23.1425 626 3 1 -54.7097 -0.594014 -114.45 - 81 86.8882 627 3 1 -54.6499 -0.574348 -114.515 - 81 36.9332 628 3 1 -54.45 -0.506621 -114.743 - 81 231.421 899 3 0 -53.4917 -0.186487 -115.85 - 81 16.3625 730 2 1 -33.8974 5.58778 -144.45 - 81 110.656 731 2 1 -33.8499 5.59383 -144.494 - 81 79.8298 732 2 1 -33.65 5.62071 -144.67 - 81 1.6196 733 2 1 -33.45 5.64501 -144.845 - 81 36.1827 929 2 0 -31.9628 5.85 -146.181 - 81 15.479 901 1 1 0.403439 18.7644 -174.45 - 81 69.3286 902 1 1 0.45 18.7724 -174.481 - 81 94.2677 903 1 1 0.65 18.812 -174.617 - 81 62.1222 904 1 1 0.850349 18.8447 -174.745 - 81 174.621 995 1 0 2.61291 19.1662 -175.85 - 81 84.8656 996 1 0 3.12647 19.25 -176.129 - 81 57.5228 1216 0 1 63.2903 25.4873 -204.45 - 81 55.8238 1217 0 1 63.45 25.4673 -204.552 - 81 69.9512 1218 0 1 63.65 25.4412 -204.67 - 81 52.9529 1219 0 1 63.85 25.4117 -204.792 -Number of digits in this event = 47 -Using G4ParticleGun ... -3.9431 LIN -e- -Event: 82 -Number of tracker hits in this event = 51 - 82 148.213 1063 8 1 32.8401 -136.333 35.55 - 82 110.183 219 8 0 32.8386 -136.332 34.15 - 82 235.509 1063 7 1 32.8085 -136.317 5.55 - 82 169.343 219 7 0 32.8049 -136.318 4.15 - 82 175.889 1063 6 1 32.7169 -136.279 -24.45 - 82 174.823 219 6 0 32.7226 -136.276 -25.85 - 82 142.046 1064 5 1 32.8743 -136.233 -54.45 - 82 165.648 219 5 0 32.8759 -136.247 -55.85 - 82 302.962 1064 4 1 32.8963 -136.526 -84.45 - 82 149.315 218 4 0 32.8888 -136.543 -85.85 - 82 119.925 1063 3 1 32.7141 -136.9 -114.45 - 82 104.666 216 3 0 32.7071 -136.899 -115.85 - 82 117.17 1062 2 1 32.4784 -136.933 -144.45 - 82 119.169 216 2 0 32.4842 -136.925 -145.85 - 82 152.974 1062 1 1 32.5868 -136.757 -174.45 - 82 669.519 216 1 0 32.6096 -136.752 -175.85 - 82 186.601 1065 0 1 33.1709 -136.572 -204.45 - 82 182.853 218 0 0 33.204 -136.541 -205.85 - 82 412.781 1063 1 1 32.7149 -137.201 -174.45 - 82 145.315 214 1 0 32.6677 -137.251 -175.85 - 82 117.958 1054 0 1 30.9879 -138.422 -204.45 - 82 103.22 209 0 0 30.8703 -138.203 -205.85 - 82 10.2232 210 0 0 30.8419 -138.15 -206.208 - 82 167.307 1064 1 1 32.8501 -137.163 -174.795 - 82 62.6721 211 1 0 32.0043 -137.866 -175.85 - 82 95.0183 210 1 0 31.9268 -137.95 -175.994 - 82 248.655 984 0 1 16.879 -154.559 -204.45 - 82 13.8093 119 0 0 17.5305 -156.311 -205.85 - 82 84.5025 118 0 0 17.5468 -156.35 -205.881 - 82 160.584 117 0 0 17.6084 -156.55 -206.032 - 82 35.7118 116 0 0 17.6605 -156.75 -206.175 - 82 42.2459 983 0 1 16.6973 -154.515 -204.45 - 82 153.393 982 0 1 16.65 -154.63 -204.555 - 82 13.5078 122 0 0 16.0966 -155.722 -205.85 - 82 102.362 121 0 0 16.0824 -155.75 -205.885 - 82 56.8371 120 0 0 15.9696 -155.95 -206.107 - 82 137.583 6 0 0 18.708 -178.765 -206.25 - 82 83.5989 996 0 1 19.3747 -179.505 -204.85 - 82 130.286 997 0 1 19.45 -179.712 -204.601 - 82 241.839 37 0 0 3.24205 -172.622 -206.25 - 82 194.535 906 0 1 1.44232 -171.642 -204.85 - 82 17.3335 1063 4 1 32.85 -136.582 -84.5526 - 82 64.5876 220 6 0 32.7697 -136.15 -26.1898 - 82 81.5743 485 6 0 13.3446 -82.9454 -26.2499 - 82 127.681 486 6 0 13.1992 -82.85 -26.129 - 82 92.6124 487 6 0 13.2423 -82.65 -26.1429 - 82 74.6902 631 6 0 -59.854 -53.6817 -26.25 - 82 65.5376 630 6 0 -102.243 -54.0462 -26.2499 - 82 224.564 1060 0 1 32.2368 -136.324 -204.45 - 82 246.232 219 0 0 32.2338 -136.325 -205.85 - 82 114.375 1179 3 1 55.8868 -76.0822 -114.45 -Number of digits in this event = 29 -Using G4ParticleGun ... -5.03514 LIN -e- -Event: 83 -Number of tracker hits in this event = 59 - 83 17.9083 1418 10 0 -54.0213 103.825 93.8194 - 83 129.358 630 9 1 -54.0203 103.824 65.55 - 83 123.208 1418 9 0 -54.0213 103.824 64.15 - 83 132.806 630 8 1 -54.0451 103.826 35.55 - 83 106.47 1418 8 0 -54.045 103.825 34.15 - 83 120.463 629 7 1 -54.0522 103.811 5.55 - 83 128.42 1418 7 0 -54.0551 103.806 4.15 - 83 128.005 629 6 1 -54.1153 103.702 -24.45 - 83 112.117 1417 6 0 -54.1182 103.695 -25.85 - 83 127.155 629 5 1 -54.1729 103.6 -54.45 - 83 114.446 1417 5 0 -54.1801 103.594 -55.85 - 83 394.027 628 4 1 -54.3206 103.513 -84.45 - 83 412.236 1416 4 0 -54.3275 103.512 -85.85 - 83 143.897 627 3 1 -54.4711 103.528 -114.45 - 83 165.994 1416 3 0 -54.477 103.535 -115.85 - 83 127.936 627 2 1 -54.5558 103.688 -144.45 - 83 160.3 1417 2 0 -54.5529 103.703 -145.85 - 83 156.399 627 1 1 -54.4994 103.994 -174.45 - 83 167.589 1419 1 0 -54.4758 104.049 -175.85 - 83 116.867 630 0 1 -53.9584 105.186 -204.45 - 83 128.871 1425 0 0 -53.9319 105.23 -205.85 - 83 23.91 1679 5 0 78.2051 155.993 -56.25 - 83 195.863 626 1 1 -54.65 103.95 -174.586 - 83 44.1473 625 1 1 -54.85 103.878 -174.758 - 83 314.89 1417 1 0 -57.0366 103.679 -175.85 - 83 500.934 1416 1 0 -57.5193 103.55 -176.097 - 83 37.3712 1415 1 0 -58.2893 103.35 -176.082 - 83 156.655 1402 1 0 -97.0523 100.717 -176.25 - 83 5.91289 417 1 1 -96.5699 100.112 -174.85 - 83 93.8891 418 1 1 -96.55 100.107 -174.842 - 83 264.01 419 1 1 -96.35 100.235 -174.744 - 83 58.9586 420 1 1 -96.15 100.312 -174.612 - 83 127.195 1759 1 0 131.57 172.075 -176.25 - 83 176.808 1417 4 0 -54.4457 103.55 -86.0064 - 83 160.564 625 3 1 -54.8558 102.409 -114.45 - 83 101.682 1411 3 0 -54.8789 102.369 -115.85 - 83 139.33 623 2 1 -55.3283 101.428 -144.45 - 83 123.782 1405 2 0 -55.3119 101.34 -145.85 - 83 152.459 1396 1 0 -54.8025 99.4917 -175.85 - 83 132.933 625 0 1 -54.9263 96.6618 -204.45 - 83 143.597 1381 0 0 -54.9443 96.4692 -205.85 - 83 126.15 622 3 1 -55.5999 103.578 -114.45 - 83 127.17 1417 3 0 -55.6691 103.67 -115.85 - 83 119.528 612 2 1 -57.472 105.559 -144.45 - 83 5.79317 1427 2 0 -57.762 105.749 -145.85 - 83 125.069 1428 2 0 -57.7643 105.75 -145.861 - 83 143.989 580 1 1 -63.9202 109.889 -174.45 - 83 35.7876 1449 1 0 -64.0821 110.13 -175.85 - 83 88.1002 1450 1 0 -64.0999 110.15 -175.988 - 83 99.9389 558 0 1 -68.3591 113.795 -204.45 - 83 277.965 1469 0 0 -68.1735 114.016 -205.85 - 83 7.68992 629 4 1 -54.2396 103.512 -84.45 - 83 39.1249 1415 4 0 -53.7972 103.185 -85.85 - 83 103.027 1414 4 0 -53.7531 103.15 -85.9551 - 83 63.7962 1480 9 0 -81.4398 116.297 63.75 - 83 145.572 1479 9 0 -81.4636 116.15 63.8719 - 83 26.0825 502 9 1 -79.5589 122.051 65.15 - 83 155.553 1521 9 0 -79.8687 124.353 64.15 - 83 28.639 1520 9 0 -79.888 124.35 64.0895 -Number of digits in this event = 39 -Using G4ParticleGun ... -5.20813 LIN -e- -Event: 84 -Number of tracker hits in this event = 35 - 84 204.571 403 10 1 -99.4817 -1.5838 95.55 - 84 104.571 892 10 0 -99.4806 -1.58315 94.15 - 84 106.802 403 9 1 -99.4613 -1.56648 65.55 - 84 143.221 892 9 0 -99.4612 -1.56628 64.15 - 84 168.138 403 8 1 -99.4583 -1.56499 35.55 - 84 120.686 892 8 0 -99.4573 -1.56481 34.15 - 84 194.284 403 7 1 -99.4238 -1.55917 5.55 - 84 113.822 892 7 0 -99.4206 -1.55752 4.15 - 84 139.058 404 6 1 -99.349 -1.52201 -24.45 - 84 213.976 892 6 0 -99.3455 -1.51958 -25.85 - 84 110.279 404 5 1 -99.2725 -1.47514 -54.45 - 84 173.356 892 5 0 -99.2694 -1.4725 -55.85 - 84 119.495 404 4 1 -99.2143 -1.41702 -84.45 - 84 121.057 893 4 0 -99.2112 -1.41615 -85.85 - 84 121.683 405 3 1 -99.1438 -1.39787 -114.45 - 84 153.513 893 3 0 -99.14 -1.39499 -115.85 - 84 147.59 405 2 1 -99.0715 -1.34532 -144.45 - 84 158.169 893 2 0 -99.0687 -1.34394 -145.85 - 84 137.988 405 1 1 -98.9976 -1.32182 -174.45 - 84 106.134 893 1 0 -98.9934 -1.32056 -175.85 - 84 157.758 406 0 1 -98.9012 -1.29351 -204.45 - 84 134.563 893 0 0 -98.8957 -1.2944 -205.85 - 84 35.9513 555 0 1 -69.05 -31.1574 -204.529 - 84 171.704 1002 1 0 -60.9703 20.45 -176.183 - 84 55.8888 777 2 0 -114.893 -24.5509 -146.25 - 84 72.9417 776 2 0 -114.891 -24.65 -146.15 - 84 177.728 328 2 1 -114.489 -23.917 -144.85 - 84 190.726 329 2 1 -114.35 -23.6859 -144.633 - 84 112.158 785 2 0 -112.883 -22.9308 -145.85 - 84 117.49 784 2 0 -112.809 -23.0501 -146.079 - 84 113.528 783 2 0 -112.766 -23.25 -146.081 - 84 249.595 337 2 1 -112.645 -23.3516 -144.85 - 84 46.9117 808 2 0 -111.525 -18.45 -145.933 - 84 234.647 893 6 0 -99.3767 -1.4499 -26.0827 - 84 54.7593 894 6 0 -99.4026 -1.25 -26.1614 -Number of digits in this event = 23 -Using G4ParticleGun ... -9.00934 LIN -e- -Event: 85 -Number of tracker hits in this event = 61 - 85 258.162 1303 9 1 80.7009 -95.6438 65.55 - 85 129.275 422 9 0 80.7007 -95.6435 64.15 - 85 113.571 1303 8 1 80.701 -95.631 35.55 - 85 113.77 422 8 0 80.6931 -95.6005 34.15 - 85 245.009 1302 7 1 80.5969 -95.1291 5.55 - 85 130.904 425 7 0 80.616 -95.0651 4.15 - 85 148.701 1305 6 1 81.0544 -93.7344 -24.45 - 85 130.296 432 6 0 81.0632 -93.6835 -25.85 - 85 255.966 1305 5 1 81.158 -92.6384 -54.45 - 85 126.57 437 5 0 81.1603 -92.5764 -55.85 - 85 127.903 1305 4 1 81.2406 -91.4375 -84.45 - 85 206.536 443 4 0 81.1583 -91.3774 -85.85 - 85 436.473 449 3 0 79.4968 -90.15 -116.024 - 85 108.443 1288 2 1 77.8349 -90.5782 -144.45 - 85 171.334 447 2 0 77.6662 -90.6625 -145.85 - 85 140.894 1271 1 1 74.3019 -92.2827 -174.45 - 85 19.0535 439 1 0 74.2901 -92.3467 -175.85 - 85 80.5769 438 1 0 74.2897 -92.35 -175.917 - 85 154.143 1267 0 1 73.5798 -93.7498 -204.45 - 85 26.7011 431 0 0 73.5131 -93.937 -205.85 - 85 108.358 430 0 0 73.5087 -93.95 -205.949 - 85 188.384 463 1 0 76.8601 -87.4173 -175.85 - 85 24.3914 462 1 0 76.7727 -87.4501 -176.107 - 85 21.3506 764 1 0 -46.3206 -27.1873 -176.25 - 85 228.594 679 1 0 -84.3149 -44.1462 -176.25 - 85 281.516 1305 3 1 81.234 -90.3213 -114.45 - 85 117.206 1304 2 1 80.9102 -90.8474 -144.45 - 85 105.738 446 2 0 80.8016 -90.8863 -145.85 - 85 179.125 1295 1 1 79.0577 -91.8158 -174.45 - 85 96.1542 1294 1 1 79.05 -91.8231 -174.526 - 85 108.09 440 1 0 78.9304 -92.0023 -175.85 - 85 113.854 1281 0 1 76.3639 -96.1871 -204.45 - 85 140.364 418 0 0 76.3076 -96.3958 -205.85 - 85 107.403 1301 2 1 80.3168 -89.7608 -144.45 - 85 114.571 451 2 0 80.2649 -89.7803 -145.85 - 85 116.473 449 1 0 79.1351 -90.2872 -175.85 - 85 122.452 1292 0 1 78.5365 -92.846 -204.45 - 85 124.068 435 0 0 78.4673 -93.0203 -205.85 - 85 241.226 1304 5 1 81.05 -92.651 -54.5822 - 85 239.804 1303 3 1 80.7135 -95.5487 -114.45 - 85 239.898 423 3 0 80.7134 -95.5487 -115.85 - 85 115.963 1303 2 1 80.7052 -95.5469 -144.45 - 85 112.437 423 2 0 80.7046 -95.5473 -145.85 - 85 133.681 1303 1 1 80.6963 -95.5618 -174.45 - 85 120.529 422 1 0 80.6979 -95.5621 -175.85 - 85 151.122 1303 0 1 80.7381 -95.5611 -204.45 - 85 97.8643 422 0 0 80.743 -95.5639 -205.85 - 85 54.2633 1619 2 1 144 38.1867 -144.45 - 85 70.9026 423 0 0 80.7343 -95.5498 -206.099 - 85 169.05 572 0 0 72.1836 -65.6127 -206.25 - 85 307.681 573 0 0 72.0514 -65.45 -206.032 - 85 153.237 1302 2 1 80.4669 -95.0857 -144.45 - 85 178.227 425 2 0 80.4602 -95.0571 -145.85 - 85 224.039 1301 1 1 80.3191 -94.4463 -174.45 - 85 145.098 428 1 0 80.3184 -94.3936 -175.85 - 85 155.571 1301 0 1 80.3327 -93.3068 -204.45 - 85 126.56 434 0 0 80.3553 -93.2441 -205.85 - 85 118.043 426 1 0 80.2308 -94.8088 -175.85 - 85 125.216 1297 0 1 79.5852 -91.6662 -204.45 - 85 61.3294 443 0 0 79.4788 -91.3893 -205.85 - 85 58.2864 444 0 0 79.4631 -91.35 -206.06 -Number of digits in this event = 39 -Using G4ParticleGun ... -1.65106 LIN -e- -Event: 86 -Number of tracker hits in this event = 32 - 86 118.577 1305 10 1 81.0945 37.1863 95.55 - 86 154.712 1085 10 0 81.0951 37.1889 94.15 - 86 112.813 1305 9 1 81.121 37.2185 65.55 - 86 118.253 1085 9 0 81.1224 37.2197 64.15 - 86 105.022 1305 8 1 81.1423 37.225 35.55 - 86 147.004 1085 8 0 81.1436 37.229 34.15 - 86 100.329 1305 7 1 81.1625 37.315 5.55 - 86 125.635 1086 7 0 81.1619 37.3103 4.15 - 86 122.284 1305 6 1 81.1591 37.1705 -24.45 - 86 132.598 1085 6 0 81.1611 37.1597 -25.85 - 86 131.78 1305 5 1 81.2427 36.9593 -54.45 - 86 129.518 1084 5 0 81.2472 36.951 -55.85 - 86 113.721 1306 4 1 81.3286 36.7784 -84.45 - 86 184.263 1083 4 0 81.3291 36.7756 -85.85 - 86 110.18 1306 3 1 81.3045 36.6278 -114.45 - 86 110.285 1082 3 0 81.2962 36.6254 -115.85 - 86 140.018 1305 2 1 81.1418 36.5944 -144.45 - 86 167.907 1082 2 0 81.1463 36.5891 -145.85 - 86 141.424 1305 1 1 81.233 36.4489 -174.45 - 86 189.275 1081 1 0 81.2406 36.4469 -175.85 - 86 149.585 1305 0 1 81.1472 36.3763 -204.45 - 86 189.273 1081 0 0 81.1107 36.385 -205.85 - 86 32.2942 1243 0 0 170.526 68.6811 -206.25 - 86 22.7331 243 0 0 52.0096 -131.499 -206.25 - 86 148.387 242 0 0 52.0265 -131.55 -206.201 - 86 45.5692 1162 0 1 52.4775 -130.21 -204.85 - 86 339.219 1161 0 1 52.45 -130.157 -204.723 - 86 139.09 1304 1 1 80.9464 36.5297 -174.45 - 86 51.4481 392 1 0 -105.98 -101.55 -175.953 - 86 2.00914 369 1 1 -106.281 -102.136 -174.85 - 86 56.5794 370 1 0 -110.078 -106.011 -175.85 - 86 43.5477 18 3 0 -152.985 -176.536 -116.25 -Number of digits in this event = 19 -Using G4ParticleGun ... -7.81372 LIN -e- -Event: 87 -Number of tracker hits in this event = 67 - 87 132.481 911 11 1 2.31739 -71.1486 125.55 - 87 119.89 544 11 0 2.31731 -71.1488 124.15 - 87 130.886 911 10 1 2.31595 -71.1477 95.55 - 87 117.911 544 10 0 2.31014 -71.1441 94.15 - 87 144 910 9 1 2.16808 -71.0426 65.55 - 87 132.136 545 9 0 2.16201 -71.0446 64.15 - 87 207.026 909 8 1 2.00366 -71.0482 35.55 - 87 252.802 545 8 0 1.98855 -71.045 34.15 - 87 158.974 907 7 1 1.64168 -70.9315 5.55 - 87 231.547 545 7 0 1.60555 -70.9192 4.15 - 87 114.542 904 6 1 0.908138 -70.6378 -24.45 - 87 322.509 547 6 0 0.868474 -70.6276 -25.85 - 87 114.072 900 5 1 0.100455 -70.3926 -54.45 - 87 134.597 548 5 0 0.0643353 -70.3744 -55.85 - 87 106.344 896 4 1 -0.693746 -69.9629 -84.45 - 87 123.723 550 4 0 -0.730581 -69.9294 -85.85 - 87 290.51 893 3 1 -1.41299 -69.3411 -114.45 - 87 131.497 553 3 0 -1.46352 -69.2788 -115.85 - 87 94.6434 887 2 1 -2.50312 -68.0617 -144.45 - 87 143.058 560 2 0 -2.54482 -67.9903 -145.85 - 87 135.433 883 1 1 -3.3889 -66.5088 -174.45 - 87 96.8697 567 1 0 -3.41548 -66.46 -175.85 - 87 29.4476 568 1 0 -3.42092 -66.45 -176.145 - 87 139.554 881 0 1 -3.79021 -65.4428 -204.45 - 87 116.947 573 0 0 -3.80181 -65.4045 -205.85 - 87 47.8989 528 3 0 5.87951 -74.3743 -116.25 - 87 130.302 527 3 0 5.98599 -74.45 -116.076 - 87 142.299 526 3 0 6.09902 -74.65 -116.022 - 87 74.5866 551 3 0 -1.49835 -69.8328 -115.85 - 87 132.256 550 3 0 -1.49892 -69.85 -115.9 - 87 48.0943 936 0 1 7.44131 -126.958 -204.45 - 87 94.205 937 0 1 7.45 -126.958 -204.486 - 87 130.293 938 0 1 7.65 -127.009 -204.533 - 87 88.5084 877 0 1 -4.47477 -67.7671 -204.45 - 87 93.9661 878 0 1 -4.45 -67.7845 -204.473 - 87 56.6677 879 0 1 -4.24995 -67.8928 -204.694 - 87 61.6057 559 0 0 -3.09269 -68.2192 -205.85 - 87 105.343 558 0 0 -2.95729 -68.25 -205.976 - 87 68.4675 876 0 1 -4.65 -67.4927 -204.591 - 87 59.304 875 0 1 -4.85 -67.5076 -204.727 - 87 77.8364 562 0 0 -5.98284 -67.548 -205.85 - 87 62.9378 561 0 0 -6.04855 -67.65 -206.1 - 87 75.9055 698 8 0 -6.37178 -40.3654 33.75 - 87 261.22 911 2 1 2.29127 -71.1634 -144.45 - 87 287.461 544 2 0 2.3149 -71.188 -145.85 - 87 202.703 913 1 1 2.8069 -71.7446 -174.45 - 87 101.408 541 1 0 2.83288 -71.7704 -175.85 - 87 139.109 916 0 1 3.37689 -72.2879 -204.45 - 87 127.484 538 0 0 3.40036 -72.3195 -205.85 - 87 6.39707 392 1 0 59.8173 -101.743 -176.25 - 87 171.33 391 1 0 59.8346 -101.75 -176.225 - 87 59.1729 1206 1 1 61.3023 -102.122 -174.85 - 87 95.8277 1207 1 1 61.45 -102.185 -174.722 - 87 7.67898 1208 1 1 61.6501 -102.343 -174.471 - 87 82.753 538 1 0 2.78474 -72.3121 -175.85 - 87 75.3634 537 1 0 2.77537 -72.4501 -176.137 - 87 6.4414 901 0 1 0.384652 -90.186 -204.45 - 87 2.46001 575 0 0 6.03465 -65.05 -205.895 - 87 3.36238 443 0 0 0.785374 -91.3525 -205.85 - 87 66.1857 918 2 1 3.66283 -71.7985 -144.85 - 87 101.241 911 1 1 2.28421 -71.1252 -174.45 - 87 121.64 544 1 0 2.28395 -71.1246 -175.85 - 87 144.964 911 0 1 2.28176 -71.1124 -204.45 - 87 102.04 544 0 0 2.28007 -71.1123 -205.85 - 87 2.88689 578 1 1 -64.2997 24.2501 -174.85 - 87 40.1778 1012 1 0 -63.5305 22.5964 -175.85 - 87 188.409 1486 0 1 117.35 -84.2677 -204.659 -Number of digits in this event = 32 -Using G4ParticleGun ... -3.64367 LIN -e- -Event: 88 -Number of tracker hits in this event = 121 - 88 136.498 818 11 1 -16.3312 70.8354 125.55 - 88 102.758 1253 11 0 -16.3296 70.8402 124.15 - 88 131.762 818 10 1 -16.2935 70.9353 95.55 - 88 146.445 1254 10 0 -16.2916 70.9428 94.15 - 88 174.501 818 9 1 -16.2662 71.1002 65.55 - 88 115.455 1255 9 0 -16.2644 71.1127 64.15 - 88 116.04 819 8 1 -16.2252 71.3736 35.55 - 88 82.6749 1256 8 0 -16.2262 71.3878 34.15 - 88 174.705 819 7 1 -16.2425 71.6638 5.55 - 88 231.23 1258 7 0 -16.2421 71.6781 4.15 - 88 107.098 819 6 1 -16.2261 71.9615 -24.45 - 88 129.236 1259 6 0 -16.2235 71.9761 -25.85 - 88 101.176 819 5 1 -16.1794 72.2842 -54.45 - 88 160.326 1261 5 0 -16.1798 72.2985 -55.85 - 88 154.867 819 4 1 -16.182 72.6109 -84.45 - 88 121.509 1262 4 0 -16.1796 72.6241 -85.85 - 88 294.45 819 3 1 -16.1566 72.8998 -114.45 - 88 117.035 1264 3 0 -16.1521 72.9134 -115.85 - 88 110.734 819 2 1 -16.0617 73.1962 -144.45 - 88 115.816 1265 2 0 -16.0566 73.21 -145.85 - 88 130.632 820 1 1 -15.9516 73.4793 -174.45 - 88 280.052 1267 1 0 -15.947 73.4939 -175.85 - 88 231.492 821 0 1 -15.8485 73.7744 -204.45 - 88 166.254 1268 0 0 -15.842 73.7932 -205.85 - 88 103.809 1532 7 0 -65.1502 126.55 3.91255 - 88 132.092 1267 0 0 -15.8553 73.6498 -206.093 - 88 32.7846 1329 0 0 -1.06949 85.8831 -206.25 - 88 235.67 818 8 1 -16.3004 70.9359 35.5495 - 88 113.209 1254 8 0 -16.261 70.9463 34.15 - 88 352.971 823 7 1 -15.3603 70.9934 5.55 - 88 130.985 1254 7 0 -15.3003 70.9388 4.15 - 88 106.136 828 6 1 -14.28 69.6763 -24.45 - 88 130.833 1248 6 0 -14.2241 69.6639 -25.85 - 88 105.664 836 5 1 -12.7284 69.1836 -54.45 - 88 131.147 1245 5 0 -12.5391 69.2127 -55.85 - 88 31.1179 858 4 1 -8.26553 70.4793 -84.45 - 88 97.6881 859 4 1 -8.25 70.4878 -84.5573 - 88 121.278 1252 4 0 -8.04124 70.5919 -85.85 - 88 32.5086 882 3 1 -3.4845 72.9624 -114.45 - 88 86.9827 883 3 1 -3.45 72.9699 -114.585 - 88 161.649 1265 3 0 -3.12567 73.0678 -115.85 - 88 319.093 920 2 1 4.1274 75.5531 -144.45 - 88 78.369 1278 2 0 4.32894 75.8067 -145.85 - 88 95.5264 1279 2 0 4.36168 75.85 -146.072 - 88 122.08 948 1 1 9.68948 83.1554 -174.45 - 88 120.509 1317 1 0 10.1079 83.4554 -175.85 - 88 63.6889 992 0 1 18.5869 88.3293 -204.45 - 88 61.138 993 0 1 18.65 88.347 -204.648 - 88 68.9097 1341 0 0 19.0399 88.4322 -205.85 - 88 46.9602 1342 0 0 19.118 88.45 -206.075 - 88 117.957 1284 2 0 4.03981 76.8757 -145.85 - 88 264.282 1285 2 0 3.85534 77.05 -146.005 - 88 62.6417 1240 3 0 -11.778 68.2256 -116.246 - 88 102.845 1239 3 0 -11.7383 68.05 -116.182 - 88 50.2115 1238 3 0 -11.6239 67.85 -116.109 - 88 85.577 1237 3 0 -11.6223 67.65 -115.999 - 88 15.5178 1236 3 0 -11.5666 67.45 -115.871 - 88 55.2857 849 3 1 -10.1927 66.0113 -114.85 - 88 73.5376 850 3 1 -10.0497 65.9394 -114.751 - 88 65.5522 851 3 1 -9.85 65.9341 -114.608 - 88 90.4542 852 3 1 -9.65 65.8169 -114.589 - 88 38.4499 853 3 1 -9.44991 65.6908 -114.478 - 88 120.628 880 4 0 102.215 -3.85 -86.1023 - 88 3.30718 968 5 0 100.967 13.65 -56.0668 - 88 75.4153 879 4 0 102.42 -4.05 -86.1146 - 88 29.9905 1044 4 0 72.9176 29.0189 -86.2499 - 88 135.728 1255 8 0 -16.2007 71.0991 34.15 - 88 142.84 828 7 1 -14.2624 75.1775 5.55 - 88 142.744 1277 7 0 -14.2439 75.4801 4.14992 - 88 118.218 830 6 1 -13.9808 81.7753 -24.4504 - 88 105.061 1309 6 0 -13.9463 81.974 -25.85 - 88 33.5885 833 5 1 -13.2662 85.8071 -54.45 - 88 108.832 834 5 1 -13.25 85.8239 -54.5504 - 88 130.305 1330 5 0 -13.0112 86.0626 -55.85 - 88 147.257 860 4 1 -7.99009 91.2317 -84.4503 - 88 10.1487 1356 4 0 -7.73431 91.5427 -85.85 - 88 112.843 1357 4 0 -7.72819 91.5501 -85.883 - 88 48.7663 888 3 1 -2.28598 98.7293 -114.45 - 88 85.3866 889 3 1 -2.25 98.7552 -114.592 - 88 143.487 1394 3 0 -1.93889 98.9797 -115.85 - 88 8.71277 923 2 1 4.83842 103.493 -144.451 - 88 113.015 924 2 1 4.85 103.501 -144.49 - 88 190.78 1418 2 0 5.23454 103.79 -145.85 - 88 196.861 964 1 1 12.8776 109.541 -174.45 - 88 191.79 1447 1 0 13.0549 109.693 -175.85 - 88 132.744 985 0 1 17.1604 111.788 -204.45 - 88 201.116 986 0 1 17.25 111.829 -204.741 - 88 135.573 1459 0 0 17.5717 111.971 -205.851 - 88 13.9836 987 0 1 17.4503 112.363 -204.829 - 88 26.9737 1471 0 0 19.1618 114.47 -205.85 - 88 210.208 1472 0 0 19.2237 114.55 -205.889 - 88 361.538 1473 0 0 19.6947 114.75 -206.038 - 88 53.5714 1474 0 0 20.2273 114.95 -206.194 - 88 54.5234 1524 0 0 63.1613 125.005 -206.25 - 88 63.9242 1523 0 0 63.2585 124.95 -206.061 - 88 37.3032 1220 0 1 64.1608 124.816 -204.85 - 88 88.3104 1221 0 1 64.25 124.812 -204.723 - 88 119.225 1222 0 1 64.4503 124.883 -204.47 - 88 67.8627 1223 0 1 64.65 124.873 -204.588 - 88 199.408 1522 0 0 64.497 124.705 -205.85 - 88 103.022 1521 0 0 64.5687 124.55 -206.174 - 88 138.441 1520 0 0 64.6048 124.35 -206.197 - 88 232.24 1519 0 0 64.6124 124.15 -206.09 - 88 116.36 818 3 1 -16.2645 70.8271 -114.45 - 88 250.052 1253 3 0 -16.265 70.8431 -115.85 - 88 99.5144 818 2 1 -16.2692 71.1557 -144.45 - 88 113.315 1255 2 0 -16.2586 71.1744 -145.85 - 88 129.895 819 1 1 -16.0981 71.6345 -174.45 - 88 124.924 1258 1 0 -16.0773 71.6586 -175.85 - 88 125.241 822 0 1 -15.6487 72.1841 -204.45 - 88 139.488 1260 0 0 -15.6521 72.2009 -205.85 - 88 8.29225 1565 0 0 6.94981 133.15 -205.938 - 88 143.682 854 2 1 -9.09652 69.8864 -144.45 - 88 177.32 1250 2 0 -8.92516 70.0743 -145.85 - 88 93.3247 872 1 1 -5.60462 73.4325 -174.45 - 88 35.8009 873 1 1 -5.44994 73.4548 -174.743 - 88 41.9003 957 0 1 11.4998 71.8697 -204.45 - 88 87.7564 956 0 1 11.45 71.8988 -204.503 - 88 119.884 955 0 1 11.2499 71.9993 -204.709 - 88 41.2694 1262 0 0 10.0784 72.5909 -205.85 - 88 198.061 1263 0 0 9.96114 72.65 -205.965 -Number of digits in this event = 54 -Using G4ParticleGun ... -5.74772 LIN -e- -Event: 89 -Number of tracker hits in this event = 61 - 89 131.773 1157 11 1 51.4562 -38.9302 125.55 - 89 120.297 705 11 0 51.4575 -38.9303 124.15 - 89 154.153 1157 10 1 51.4906 -38.929 95.55 - 89 122.804 705 10 0 51.4913 -38.9313 94.15 - 89 135.665 1157 9 1 51.5075 -38.9764 65.55 - 89 185.327 705 9 0 51.5088 -38.9793 64.15 - 89 183.554 1157 8 1 51.5022 -39.0338 35.55 - 89 112.711 705 8 0 51.5118 -39.0429 34.15 - 89 238.939 1159 7 1 51.9956 -39.3225 5.55 - 89 113.756 703 7 0 52.0453 -39.3204 4.15 - 89 116.56 1165 6 1 53.0535 -39.1866 -24.45 - 89 108.822 704 6 0 53.0802 -39.1923 -25.85 - 89 122.439 1167 5 1 53.5601 -38.995 -54.45 - 89 103.079 705 5 0 53.683 -38.9494 -55.85 - 89 38.2125 1181 4 1 56.4277 -37.8782 -84.4501 - 89 69.2082 1182 4 1 56.45 -37.8805 -84.5867 - 89 131.036 710 4 0 56.6501 -37.8962 -85.85 - 89 4.18235 1206 3 1 61.4448 -38.2543 -114.45 - 89 220.487 1207 3 1 61.4501 -38.2532 -114.47 - 89 251.136 709 3 0 61.8215 -38.1796 -115.85 - 89 128.671 1243 2 1 68.7308 -36.6892 -144.45 - 89 124.182 717 2 0 68.9625 -36.6277 -145.85 - 89 211.744 1269 1 1 73.9399 -35.395 -174.451 - 89 7.01312 1270 1 1 74.05 -35.3841 -174.824 - 89 227.564 723 1 0 74.3692 -35.3652 -175.85 - 89 104.68 1315 0 1 83.1724 -35.2588 -204.45 - 89 47.8958 1316 0 1 83.2501 -35.2751 -204.679 - 89 133.353 723 0 0 83.6431 -35.361 -205.85 - 89 28.7736 1268 1 1 73.85 -35.3526 -174.797 - 89 117.255 726 1 0 73.4101 -34.8372 -175.85 - 89 287.038 727 1 0 73.3347 -34.65 -176.047 - 89 227.08 1158 3 1 51.671 -39.3744 -114.45 - 89 231.299 703 3 0 51.6746 -39.379 -115.85 - 89 273.31 1158 2 1 51.7425 -39.4812 -144.45 - 89 114.901 702 2 0 51.7481 -39.487 -145.85 - 89 139.446 1159 1 1 51.8735 -39.611 -174.45 - 89 145.203 702 1 0 51.8811 -39.6183 -175.85 - 89 287.862 1159 0 1 52.0449 -39.785 -204.45 - 89 110.959 701 0 0 52.0576 -39.7932 -205.85 - 89 10.1033 1054 2 0 130.649 30.85 -145.939 - 89 119.597 703 2 0 51.7278 -39.3992 -145.85 - 89 144.539 1158 1 1 51.8189 -39.4237 -174.45 - 89 107.389 703 1 0 51.822 -39.4215 -175.85 - 89 113.981 703 0 0 51.8914 -39.3801 -205.85 - 89 1.59789 1157 2 1 51.4592 -39.4462 -144.45 - 89 66.8626 1156 2 1 51.4497 -39.4417 -144.454 - 89 83.8713 1155 2 1 51.2496 -39.3227 -144.583 - 89 65.1819 1154 2 1 51.05 -39.1059 -144.733 - 89 4.17792 1153 2 1 50.8497 -38.9156 -144.842 - 89 0.505945 713 2 0 48.9413 -37.2527 -145.85 - 89 79.548 714 2 0 48.9381 -37.25 -145.852 - 89 179.453 715 2 0 48.6987 -37.05 -145.97 - 89 75.8694 716 2 0 48.4578 -36.85 -146.069 - 89 18.4775 783 3 0 55.0477 -23.2894 -116.25 - 89 136.879 784 3 0 55.076 -23.25 -116.158 - 89 4.70176 785 3 0 55.21 -23.05 -115.861 - 89 100.446 1179 3 1 55.8565 -22.0572 -114.85 - 89 227.362 1180 3 1 56.05 -21.768 -114.702 - 89 9.20774 1286 13 0 37.3241 77.3537 183.75 - 89 185.678 1087 13 1 37.5129 77.5542 185.15 - 89 285.137 1088 13 1 37.65 77.3869 185.309 -Number of digits in this event = 32 -Using G4ParticleGun ... -3.64977 LIN -e- -Event: 90 -Number of tracker hits in this event = 118 - 90 181.39 1541 8 1 128.452 60.7181 35.55 - 90 123.89 1203 8 0 128.451 60.7191 34.15 - 90 226.801 1541 7 1 128.427 60.7264 5.55 - 90 153.256 1203 7 0 128.424 60.7258 4.15 - 90 104.957 1541 6 1 128.355 60.7036 -24.45 - 90 113.539 1203 6 0 128.353 60.7018 -25.85 - 90 467.205 1540 5 1 128.32 60.6556 -54.45 - 90 458.645 1203 5 0 128.32 60.6538 -55.85 - 90 113.156 1540 4 1 128.344 60.6123 -84.45 - 90 124.736 1202 4 0 128.349 60.6027 -85.85 - 90 243.152 1541 3 1 128.481 60.4018 -114.45 - 90 233.802 1201 3 0 128.494 60.3921 -115.85 - 90 157.771 1543 2 1 128.784 60.2291 -144.45 - 90 194.601 1200 2 0 128.81 60.2199 -145.85 - 90 204.319 1545 1 1 129.325 60.0473 -174.45 - 90 292.192 1199 1 0 129.361 60.0301 -175.85 - 90 130.788 1549 0 1 130.072 59.7362 -204.45 - 90 103.358 1198 0 0 130.105 59.7286 -205.85 - 90 338.779 1541 2 1 128.393 60.4556 -144.45 - 90 121.142 1201 2 0 128.539 60.4263 -145.85 - 90 133.424 1557 1 1 131.625 59.9141 -174.45 - 90 67.5562 1581 0 1 136.471 59.2053 -204.45 - 90 53.4473 1582 0 1 136.55 59.1773 -204.7 - 90 183.905 1194 0 0 136.907 59.0263 -205.85 - 90 82.5384 731 0 1 -33.65 -114.896 -204.644 - 90 90.155 397 1 1 -100.55 -169.948 -174.584 - 90 0.997352 1536 2 1 127.468 60.3056 -144.85 - 90 3.46172 1205 2 0 127.574 61.249 -145.85 - 90 124.518 1202 2 0 128.39 60.4924 -145.85 - 90 357.197 1540 1 1 128.332 61.18 -174.45 - 90 126.464 1205 1 0 128.363 61.2112 -175.85 - 90 111.623 1544 0 1 129.003 62.2503 -204.45 - 90 174.352 1211 0 0 128.992 62.2541 -205.85 - 90 260.267 1202 1 0 128.18 60.4864 -175.85 - 90 168.859 1540 0 1 128.188 60.529 -204.45 - 90 353.773 1202 0 0 128.184 60.5275 -205.85 - 90 12.9238 683 13 0 71.2935 -43.4112 183.75 - 90 91.1143 682 13 0 71.2803 -43.45 183.767 - 90 80.2915 681 13 0 71.2808 -43.65 183.921 - 90 56.3803 680 13 0 71.2122 -43.85 183.993 - 90 67.914 679 13 0 71.2333 -44.0501 184.032 - 90 102.934 1539 0 1 128.114 60.456 -204.45 - 90 143.733 1533 4 1 126.902 61.0661 -84.4506 - 90 126.589 1205 4 0 126.983 61.1024 -85.85 - 90 241.674 1537 3 1 127.571 62.3139 -114.45 - 90 131.236 1211 3 0 127.678 62.3604 -115.85 - 90 116.706 1551 2 1 130.458 62.9538 -144.45 - 90 321.958 1215 2 0 130.537 63.1369 -145.85 - 90 274.945 1560 1 1 132.207 67.0994 -174.45 - 90 134.765 1236 1 0 132.172 67.261 -175.85 - 90 109.412 1556 0 1 131.52 70.5452 -204.45 - 90 123.228 1254 0 0 131.384 70.902 -205.85 - 90 153.415 1259 2 0 163.306 72.0058 -146.25 - 90 11.3401 1260 2 0 163.178 72.0502 -145.885 - 90 18.1356 1714 2 1 162.97 72.6336 -144.85 - 90 70.1183 1713 2 1 162.95 72.6545 -144.792 - 90 194.352 1712 2 1 162.75 72.6988 -144.709 - 90 231.806 1711 2 1 162.55 72.5178 -144.63 - 90 197.617 1710 2 1 162.35 72.1005 -144.501 - 90 185.178 1202 5 0 128.287 60.6305 -55.85 - 90 120.585 1539 4 1 128.094 59.6129 -84.45 - 90 109.157 1196 4 0 128.023 59.389 -85.8509 - 90 97.9106 1532 3 1 126.577 54.859 -114.45 - 90 24.216 1533 3 1 126.75 54.8494 -114.777 - 90 92.7723 1173 3 0 127.243 54.8233 -115.85 - 90 122.536 1597 2 1 139.568 52.1438 -144.45 - 90 61.388 1158 2 0 139.768 51.707 -145.85 - 90 52.7747 1157 2 0 139.785 51.65 -146.052 - 90 136.597 1609 1 1 142.077 42.9454 -174.451 - 90 15.1892 1110 1 0 142.103 42.081 -175.85 - 90 142.654 1109 1 0 142.103 42.0498 -175.897 - 90 48.2571 1108 1 0 142.084 41.8499 -176.132 - 90 22.6973 1597 0 1 139.676 20.8963 -204.45 - 90 81.452 1598 0 1 139.75 20.885 -204.504 - 90 322.102 1599 0 1 139.95 20.9267 -204.597 - 90 322.734 1600 0 1 140.15 21.5269 -204.754 - 90 89.6016 1601 0 1 140.35 22.5352 -204.595 - 90 65.2469 1602 0 1 140.55 22.708 -204.661 - 90 78.1925 1603 0 1 140.75 22.8108 -204.676 - 90 249.839 1604 0 1 140.95 22.9521 -204.702 - 90 5.94636 1002 0 0 139.785 20.4686 -205.85 - 90 103.566 1001 0 0 139.775 20.45 -205.859 - 90 43.5605 1000 0 0 139.861 20.2496 -205.868 - 90 411.137 1605 0 1 141.262 19.304 -204.85 - 90 159.035 1606 0 1 141.35 19.2039 -204.795 - 90 255.85 1008 0 0 139.641 21.698 -205.85 - 90 36.2163 1007 0 0 139.619 21.65 -205.995 - 90 128.229 1541 5 1 128.422 60.7123 -54.4514 - 90 26.6139 1204 5 0 128.39 60.85 -56.1409 - 90 119.267 1536 4 1 127.4 63.9057 -84.45 - 90 5.37723 1222 4 0 127.332 64.6395 -85.85 - 90 94.0334 1223 4 0 127.33 64.65 -85.87 - 90 5.20406 1224 4 0 127.304 64.85 -86.2318 - 90 308.513 1530 3 1 126.278 81.5709 -114.45 - 90 1.63241 1310 3 0 125.93 82.2476 -115.85 - 90 140.132 1311 3 0 125.929 82.25 -115.855 - 90 50.7058 1497 2 1 119.65 95.4105 -144.45 - 90 103.397 1496 2 1 119.55 95.481 -144.606 - 90 76.5192 1379 2 0 118.755 96.0389 -145.85 - 90 52.1037 1380 2 0 118.596 96.15 -146.094 - 90 59.0944 1397 1 1 99.6136 108.886 -174.451 - 90 202.636 1396 1 1 99.55 109.004 -174.62 - 90 111.939 1448 1 0 99.0195 109.842 -175.85 - 90 73.8084 1449 1 0 98.9537 109.95 -176.003 - 90 66.7058 1327 0 1 85.4858 132.127 -204.45 - 90 51.2194 1326 0 1 85.45 132.225 -204.663 - 90 188.153 1563 0 0 85.3112 132.786 -205.85 - 90 6.50983 1564 0 0 85.2599 132.95 -206.225 - 90 27.1428 1076 0 0 140.092 35.45 -206.042 - 90 252.802 1562 0 0 85.2915 132.75 -206.105 - 90 95.0634 1447 1 0 99.7899 109.657 -175.85 - 90 90.5859 1542 5 1 128.55 60.8297 -54.4626 - 90 41.4758 1543 5 1 128.75 61.0316 -54.7118 - 90 73.2757 1208 5 0 129.052 61.7651 -55.85 - 90 81.8247 1209 5 0 129.076 61.85 -56.0253 - 90 47.5839 1210 5 0 129.108 62.0501 -56.1739 - 90 102.483 1542 3 1 128.55 60.6836 -114.816 - 90 64.3998 1207 3 0 128.988 61.6097 -115.85 -Number of digits in this event = 56 -Using G4ParticleGun ... -2.27909 LIN -e- -Event: 91 -Number of tracker hits in this event = 129 - 91 139.564 189 8 1 -142.282 -5.14171 35.55 - 91 144.908 874 8 0 -142.28 -5.13397 34.15 - 91 98.4575 189 7 1 -142.232 -4.97106 5.55 - 91 97.6831 875 7 0 -142.229 -4.96156 4.15 - 91 332.15 189 6 1 -142.164 -4.76559 -24.45 - 91 393.381 876 6 0 -142.162 -4.75586 -25.85 - 91 294.069 190 5 1 -142.129 -4.54442 -54.45 - 91 272.708 877 5 0 -142.125 -4.53584 -55.85 - 91 256.095 190 4 1 -142.032 -4.38511 -84.45 - 91 197.354 878 4 0 -142.025 -4.37846 -85.85 - 91 193.549 191 3 1 -141.879 -4.24492 -114.45 - 91 182.494 879 3 0 -141.866 -4.24274 -115.85 - 91 215.409 192 2 1 -141.595 -4.22143 -144.45 - 91 164.049 879 2 0 -141.58 -4.22175 -145.85 - 91 157.911 194 1 1 -141.263 -4.20721 -174.45 - 91 299.539 879 1 0 -141.241 -4.20664 -175.85 - 91 179.122 196 0 1 -140.797 -4.18478 -204.45 - 91 194.134 879 0 0 -140.778 -4.17612 -205.85 - 91 180.145 195 0 1 -141.078 -5.3182 -204.45 - 91 101.195 873 0 0 -141.094 -5.4229 -205.85 - 91 12.9534 872 0 0 -141.098 -5.45 -206.195 - 91 152.389 197 0 1 -140.718 -3.46972 -204.45 - 91 117.521 883 0 0 -140.786 -3.37891 -205.85 - 91 166.462 878 3 0 -141.885 -4.25006 -115.925 - 91 270.064 877 3 0 -141.995 -4.45002 -116.194 - 91 40.4715 193 2 1 -141.55 -4.14879 -144.736 - 91 38.8087 877 2 0 -140.96 -4.59938 -145.85 - 91 81.5796 876 2 0 -140.903 -4.65 -145.952 - 91 101.792 875 2 0 -140.789 -4.85 -146.076 - 91 15.7027 874 2 0 -140.663 -5.05 -146.224 - 91 123.84 265 2 0 -22.7227 -126.958 -146.25 - 91 22.3075 264 2 0 -22.4812 -127.15 -146.236 - 91 118.019 195 4 1 -141.116 -3.94794 -84.45 - 91 103.121 880 4 0 -141.116 -3.98502 -85.85 - 91 139.05 195 3 1 -141.03 -4.84381 -114.45 - 91 109.113 874 3 0 -140.919 -5.08269 -115.85 - 91 169.487 207 2 1 -138.668 -9.66196 -144.45 - 91 11.4996 849 2 0 -138.882 -10.2322 -145.85 - 91 160.295 848 2 0 -138.891 -10.25 -145.889 - 91 62.9942 179 1 1 -144.255 -22.5418 -174.45 - 91 88.622 180 1 1 -144.15 -22.5619 -174.585 - 91 10.5 181 1 1 -143.95 -22.5964 -174.814 - 91 88.7419 786 1 0 -142.941 -22.8201 -175.85 - 91 86.6969 785 1 0 -142.78 -22.85 -176.007 - 91 14.4303 339 0 1 -112.331 -29.0807 -204.45 - 91 152.618 338 0 1 -112.35 -29.0944 -204.503 - 91 141.945 754 0 0 -112.79 -29.1506 -205.851 - 91 115.017 850 2 0 -138.444 -9.88156 -145.85 - 91 164.589 233 1 1 -133.548 -13.7149 -174.45 - 91 154.761 829 1 0 -133.316 -14.0844 -175.85 - 91 114.147 254 0 1 -129.269 -21.8243 -204.45 - 91 5.5851 255 0 1 -129.15 -21.957 -204.831 - 91 130.882 788 0 0 -128.823 -22.2991 -205.85 - 91 71.8873 189 5 1 -142.15 -4.58395 -54.5951 - 91 118.745 876 5 0 -142.321 -4.69567 -55.85 - 91 24.5065 174 4 1 -145.345 -6.12048 -84.45 - 91 96.4647 173 4 1 -145.35 -6.11398 -84.5018 - 91 41.3191 870 4 0 -145.53 -5.8746 -85.85 - 91 71.1277 871 4 0 -145.547 -5.85 -85.9772 - 91 45.1073 155 3 1 -148.955 -0.0884553 -114.45 - 91 31.7988 901 3 0 -148.993 0.416947 -115.85 - 91 97.0801 902 3 0 -148.995 0.45 -115.939 - 91 140.428 156 2 1 -148.897 11.26 -144.45 - 91 149.58 959 2 0 -149.026 11.9225 -145.85 - 91 90.4358 960 2 0 -149.058 12.05 -146.134 - 91 114.953 131 1 1 -153.802 24.7805 -174.451 - 91 47.0745 1025 1 0 -154.14 25.1963 -175.85 - 91 96.1554 1026 1 0 -154.185 25.25 -176.029 - 91 55.1638 92 0 1 -161.685 34.5895 -204.45 - 91 253.695 91 0 1 -161.75 34.6556 -204.589 - 91 261.192 1076 0 0 -162.343 35.2572 -205.85 - 91 98.6794 1128 0 0 -168.378 45.6586 -206.25 - 91 20.0875 1127 0 0 -168.343 45.65 -205.941 - 91 135.033 59 0 1 -168.262 45.4973 -204.85 - 91 97.7135 60 0 1 -168.15 44.9065 -204.454 - 91 106.166 61 0 1 -167.95 44.8628 -204.583 - 91 185.075 62 0 1 -167.75 44.9035 -204.519 - 91 51.1318 63 0 1 -167.55 44.906 -204.503 - 91 22.3587 961 2 0 -148.908 12.25 -146.22 - 91 35.3824 1125 2 0 -86.2991 45.1811 -146.25 - 91 59.4735 175 5 1 -145.102 -5.9635 -54.45 - 91 45.1313 174 5 1 -145.15 -6.00889 -54.6825 - 91 145.793 868 5 0 -145.358 -6.28935 -55.8501 - 91 223.304 142 4 1 -151.654 -15.306 -84.45 - 91 63.2717 814 4 0 -151.379 -17.0865 -85.8505 - 91 70.181 813 4 0 -151.354 -17.2501 -85.9794 - 91 53.8561 812 4 0 -151.323 -17.45 -86.1349 - 91 193.576 163 3 1 -147.487 -50.0868 -114.45 - 91 47.3407 642 3 0 -147.222 -51.5531 -115.85 - 91 68.3215 641 3 0 -147.205 -51.65 -115.944 - 91 96.3754 640 3 0 -147.171 -51.85 -116.129 - 91 60.7164 202 2 1 -139.583 -88.452 -144.45 - 91 86.5836 203 2 1 -139.55 -88.3597 -144.585 - 91 109.488 462 2 0 -139.45 -87.6484 -145.85 - 91 68.5695 463 2 0 -139.453 -87.45 -146.116 - 91 196.381 668 2 0 -152.942 -46.4313 -146.25 - 91 19.7405 669 2 0 -153.087 -46.25 -145.909 - 91 42.0487 133 2 1 -153.492 -45.7996 -144.85 - 91 74.8515 132 2 1 -153.55 -45.7317 -144.712 - 91 110.238 645 3 0 -146.86 -50.9591 -116.25 - 91 272.48 166 3 1 -146.875 -51.1935 -114.85 - 91 184.231 164 3 1 -147.198 -51.1724 -114.45 - 91 448.521 636 3 0 -148.47 -52.6898 -115.85 - 91 147.487 635 3 0 -148.754 -52.8501 -115.891 - 91 114.141 193 5 1 -141.47 -3.55779 -54.45 - 91 150.47 882 5 0 -141.502 -3.52042 -55.85 - 91 101.125 189 4 1 -142.17 -2.52658 -84.4508 - 91 67.6805 887 4 0 -142.08 -2.45184 -85.8501 - 91 84.9452 888 4 0 -142.078 -2.44999 -85.8854 - 91 11.1069 197 3 1 -140.555 -1.44211 -114.45 - 91 113.227 198 3 1 -140.55 -1.44767 -114.479 - 91 106.985 891 3 0 -140.304 -1.69344 -115.85 - 91 90.432 225 2 1 -135.006 -7.27161 -144.45 - 91 65.629 226 2 1 -134.95 -7.35817 -144.674 - 91 29.1063 861 2 0 -134.656 -7.81721 -145.85 - 91 104.19 860 2 0 -134.636 -7.85 -145.934 - 91 68.5063 262 1 1 -127.628 -18.0369 -174.45 - 91 148.201 263 1 1 -127.55 -18.0997 -174.631 - 91 226.236 807 1 0 -127.044 -18.5198 -175.85 - 91 6.74747 806 1 0 -126.889 -18.6501 -176.214 - 91 55.54 328 0 1 -114.426 -28.8865 -204.45 - 91 157.203 329 0 1 -114.35 -28.9911 -204.614 - 91 11.2684 751 0 0 -113.776 -29.8322 -205.85 - 91 112.805 750 0 0 -113.764 -29.85 -205.876 - 91 35.8189 749 0 0 -113.626 -30.0501 -206.172 - 91 56.4616 1229 10 0 -124.747 66.0329 93.7502 - 91 129.999 218 0 1 -136.538 5.35016 -204.45 - 91 81.2299 219 0 1 -136.35 5.21499 -204.7 - 91 162.3 926 0 0 -135.067 5.29 -205.85 -Number of digits in this event = 53 -Using G4ParticleGun ... -8.32531 LIN -e- -Event: 92 -Number of tracker hits in this event = 162 - 92 138.756 713 10 1 -37.3997 93.8424 95.55 - 92 156.717 1368 10 0 -37.3996 93.8426 94.15 - 92 218.754 713 9 1 -37.3957 93.8477 65.55 - 92 110.602 1368 9 0 -37.3949 93.8497 64.15 - 92 571.017 713 8 1 -37.376 93.8927 35.55 - 92 263.948 1368 8 0 -37.376 93.8952 34.15 - 92 135.904 713 7 1 -37.377 93.9496 5.55 - 92 107.86 1369 7 0 -37.3767 93.9529 4.15 - 92 107.846 713 6 1 -37.3692 94.0241 -24.45 - 92 147.375 1369 6 0 -37.3717 94.0285 -25.85 - 92 469.847 713 5 1 -37.4442 94.1105 -54.45 - 92 370.524 1369 5 0 -37.4497 94.1125 -55.85 - 92 197.098 712 4 1 -37.5541 94.1196 -84.45 - 92 179.219 1369 4 0 -37.5739 94.1166 -85.85 - 92 111.159 710 3 1 -37.9771 94.0279 -114.45 - 92 116.014 1369 3 0 -37.9936 94.0323 -115.85 - 92 223.632 708 2 1 -38.3145 94.1558 -144.45 - 92 107.878 1370 2 0 -38.3418 94.1648 -145.85 - 92 135.958 705 1 1 -38.8973 94.3906 -174.45 - 92 123.977 1371 1 0 -38.9232 94.4034 -175.85 - 92 95.3668 702 0 1 -39.4594 94.6679 -204.45 - 92 160.335 1372 0 0 -39.4972 94.683 -205.85 - 92 74.8162 990 4 0 -105.152 18.25 -86.1575 - 92 125.48 1369 2 0 -38.3692 94.1085 -145.85 - 92 43.8006 696 1 1 -40.8419 91.9232 -174.45 - 92 192.734 695 1 1 -40.85 91.9228 -174.474 - 92 126.99 1358 1 0 -41.3396 91.8656 -175.85 - 92 50.0068 638 0 1 -52.3712 90.347 -204.45 - 92 121.253 637 0 1 -52.45 90.3269 -204.569 - 92 61.3214 1349 0 0 -53.4128 90.05 -206.038 - 92 263.786 838 6 1 -12.2914 -176.563 -24.85 - 92 52.8795 710 0 1 -38.0391 93.9516 -204.45 - 92 118.136 709 0 1 -38.0502 93.9252 -204.519 - 92 176.979 1365 0 0 -37.8561 93.3212 -205.85 - 92 127.867 716 4 1 -36.7023 93.8432 -84.45 - 92 124.529 1368 4 0 -36.6718 93.7922 -85.85 - 92 171.947 719 3 1 -36.0559 92.6316 -114.45 - 92 485.334 720 3 1 -36.05 92.6276 -114.591 - 92 452.233 1362 3 0 -36.0045 92.5982 -115.85 - 92 173.53 725 2 1 -34.9012 92.0285 -144.45 - 92 149.31 1358 2 0 -34.8659 91.9459 -145.85 - 92 138.64 730 1 1 -33.9601 90.4979 -174.45 - 92 130.481 1351 1 0 -33.9 90.429 -175.85 - 92 105.788 735 0 1 -32.9435 88.8387 -204.45 - 92 119.098 1343 0 0 -32.9088 88.7842 -205.85 - 92 124.034 721 3 1 -35.85 92.2623 -114.676 - 92 119.043 722 3 1 -35.65 92.1816 -114.634 - 92 36.8605 1361 3 0 -34.8578 92.55 -116.229 - 92 20.0124 858 2 1 -8.42286 81.0106 -144.45 - 92 110.905 857 2 1 -8.45 81.0171 -144.532 - 92 113.055 1306 2 0 -9.46906 81.3315 -145.85 - 92 63.1013 1307 2 0 -9.71641 81.45 -146.094 - 92 285.66 701 1 1 -39.6946 99.8898 -174.45 - 92 276.727 702 1 1 -39.65 100.126 -174.603 - 92 69.369 700 1 1 -39.85 101.306 -174.545 - 92 34.9128 699 1 1 -40.0505 101.396 -174.49 - 92 89.9029 698 1 1 -40.25 101.45 -174.459 - 92 205.996 697 1 1 -40.45 101.536 -174.48 - 92 119.328 1412 1 0 -39.5816 102.568 -175.85 - 92 82.6918 1338 1 0 -68.916 87.8098 -176.25 - 92 231.389 1337 1 0 -69.0238 87.65 -176.17 - 92 125.406 1336 1 0 -69.229 87.4499 -176.173 - 92 63.1633 1335 1 0 -69.4101 87.25 -176.12 - 92 282.727 1334 1 0 -69.4035 87.0498 -176.187 - 92 81.8147 1360 3 0 -36.1222 92.35 -115.953 - 92 112.314 707 2 1 -38.5184 88.4211 -144.45 - 92 108.295 1342 2 0 -38.3974 88.4743 -145.85 - 92 98.717 712 1 1 -37.5419 92.4255 -174.45 - 92 68.0532 713 1 1 -37.4499 92.5491 -174.653 - 92 98.2944 1365 1 0 -36.9628 93.1921 -175.85 - 92 25.3461 1366 1 0 -36.8346 93.3502 -176.17 - 92 199.383 775 0 1 -24.9527 106.634 -204.45 - 92 229.604 1433 0 0 -25.1188 106.8 -205.85 - 92 74.502 1436 0 0 -25.6375 107.35 -205.85 - 92 80.4674 1437 0 0 -25.6507 107.55 -205.97 - 92 65.2789 1438 0 0 -25.5914 107.75 -206.094 - 92 149.697 1309 0 0 -38.6629 81.9428 -206.25 - 92 63.0665 1308 0 0 -38.7001 81.85 -206.189 - 92 4.51207 1310 0 0 -38.8297 82.05 -205.861 - 92 116.938 706 0 1 -38.8482 82.6671 -204.85 - 92 117.156 705 0 1 -38.85 82.7107 -204.801 - 92 182.192 713 4 1 -37.3416 93.4362 -84.45 - 92 155.448 1366 4 0 -37.4016 93.3983 -85.85 - 92 190.045 707 3 1 -38.5639 92.6627 -114.45 - 92 119.967 698 2 1 -40.3693 91.0658 -144.45 - 92 113.218 1353 2 0 -40.4658 90.9224 -145.85 - 92 146.459 687 1 1 -42.5651 87.7811 -174.45 - 92 182.542 683 0 1 -43.4008 83.9118 -204.45 - 92 127.422 1317 0 0 -43.4068 83.6282 -205.85 - 92 115.769 708 3 1 -38.3848 92.7849 -114.45 - 92 60.7545 1357 3 0 -38.4913 91.663 -115.85 - 92 60.9962 1356 3 0 -38.4901 91.55 -115.976 - 92 205.356 1355 3 0 -38.5333 91.35 -116.08 - 92 40.0254 1354 3 0 -38.5896 91.15 -116.177 - 92 63.1202 1353 3 0 -38.6262 90.95 -116.191 - 92 48.25 1352 3 0 -38.6814 90.75 -116.189 - 92 67.232 1351 3 0 -38.7615 90.5498 -116.17 - 92 76.2311 1350 3 0 -38.854 90.35 -116.156 - 92 280.99 1349 3 0 -39.0106 90.05 -116.174 - 92 16.3733 1348 3 0 -39.1764 89.85 -116.233 - 92 144.973 1365 4 0 -37.375 93.35 -86.1885 - 92 13.4318 1151 6 1 50.3396 136.86 -24.85 - 92 21.7223 219 4 1 -136.15 146.672 -84.8011 - 92 378.329 218 4 1 -136.35 146.743 -84.4997 - 92 551.854 217 4 1 -136.55 146.509 -84.5004 - 92 50.834 714 8 1 -37.25 93.9381 35.5104 - 92 67.9234 715 8 1 -37.05 93.885 35.4389 - 92 60.9474 716 8 1 -36.85 93.8356 35.2748 - 92 1.11906 1365 8 0 -34.9894 93.1527 34.15 - 92 121.73 1364 8 0 -34.9811 93.1498 34.1455 - 92 56.3866 1363 8 0 -34.6857 92.95 33.8229 - 92 77.3784 712 9 1 -37.4502 93.8805 65.337 - 92 101.081 1369 8 0 -37.2728 93.95 34.1099 - 92 98.5662 726 7 1 -34.8282 94.6329 5.55 - 92 34.1277 725 7 1 -34.85 94.6913 5.23401 - 92 76.3086 1373 7 0 -34.9055 94.9078 4.15 - 92 43.6638 1374 7 0 -34.9152 94.95 3.94126 - 92 124.028 720 6 1 -35.9446 100.182 -24.45 - 92 127.63 1398 6 0 -35.7351 99.9423 -25.85 - 92 102.532 743 5 1 -31.2898 96.6556 -54.45 - 92 120.337 1381 5 0 -31.3778 96.5268 -55.85 - 92 64.1243 749 4 1 -30.0956 91.665 -84.45 - 92 170.286 748 4 1 -30.2501 91.6086 -84.6148 - 92 13.2696 747 4 1 -30.45 91.5243 -84.8144 - 92 41.1761 1354 4 0 -31.5772 90.9881 -85.85 - 92 131.099 1353 4 0 -31.6689 90.95 -85.9316 - 92 47.4532 1045 4 0 -122.196 29.1585 -86.25 - 92 221.554 1044 4 0 -122.332 29.05 -86.1827 - 92 52.354 1043 4 0 -122.884 28.85 -85.875 - 92 5.39078 266 4 1 -126.932 28.3366 -84.85 - 92 93.3495 265 4 1 -126.95 28.3342 -84.8457 - 92 58.6425 264 4 1 -127.15 28.3071 -84.7829 - 92 69.6382 263 4 1 -127.35 28.2771 -84.7173 - 92 54.8984 262 4 1 -127.55 28.2496 -84.649 - 92 46.7689 261 4 1 -127.75 28.2107 -84.5556 - 92 226.721 259 4 1 -128.221 28.3974 -84.45 - 92 173.901 258 4 1 -128.35 28.3005 -84.6102 - 92 11.1912 1552 0 0 -10.9484 130.75 -206.066 - 92 114.777 721 7 1 -35.7062 92.8544 5.54988 - 92 116.625 1363 7 0 -35.8281 92.8198 4.14973 - 92 116.478 699 6 1 -40.1237 90.8907 -24.45 - 92 118.36 1353 6 0 -40.3478 90.8342 -25.85 - 92 139.122 675 5 1 -45.0033 89.4503 -54.4509 - 92 15.194 1346 5 0 -44.9598 89.2566 -55.85 - 92 107.33 1345 5 0 -44.9584 89.25 -55.8954 - 92 54.9625 683 4 1 -43.3051 84.8132 -84.45 - 92 142.109 684 4 1 -43.25 84.7537 -84.5511 - 92 55.2291 1319 4 0 -42.5361 83.9379 -85.85 - 92 113.024 1318 4 0 -42.4601 83.85 -85.9886 - 92 131.708 762 3 1 -27.5831 66.2147 -114.45 - 92 42.7557 763 3 1 -27.45 66.0667 -114.721 - 92 25.7754 1227 3 0 -26.8771 65.4764 -115.85 - 92 109.276 1226 3 0 -26.8508 65.45 -115.901 - 92 143.228 841 2 1 -11.8155 50.3645 -144.45 - 92 5.80972 1148 2 0 -11.2553 49.6589 -145.85 - 92 140.463 1147 2 0 -11.2483 49.65 -145.868 - 92 165.152 905 1 1 1.13646 35.4671 -174.45 - 92 78.4727 1073 1 0 1.34475 34.7941 -175.85 - 92 83.635 1072 1 0 1.38469 34.65 -176.136 - 92 136.619 926 0 1 5.28292 20.647 -204.45 - 92 34.5975 1000 0 0 5.20375 20.0976 -205.85 - 92 88.4046 999 0 0 5.19796 20.05 -205.969 -Number of digits in this event = 71 -Using G4ParticleGun ... -2.43876 LIN -e- -Event: 93 +Event: 28 Number of tracker hits in this event = 77 - 93 174.522 1131 10 1 46.278 -97.2798 95.55 - 93 131.797 414 10 0 46.2786 -97.2809 94.15 - 93 239.466 1131 9 1 46.3007 -97.2884 65.55 - 93 120.507 414 9 0 46.3089 -97.283 64.15 - 93 122.677 1132 8 1 46.4773 -97.177 35.55 - 93 119.356 414 8 0 46.4864 -97.1758 34.15 - 93 114.668 1133 7 1 46.6603 -97.145 5.55 - 93 110.527 415 7 0 46.6708 -97.1422 4.15 - 93 43.314 1134 6 1 46.8751 -97.0716 -24.45 - 93 69.546 1133 6 1 46.85 -97.0596 -24.6123 - 93 103.379 416 6 0 46.5744 -96.9341 -25.8501 - 93 352.689 1098 5 1 39.7077 -95.0425 -54.45 - 93 70.4085 423 5 0 39.7857 -95.4794 -55.85 - 93 39.2325 422 5 0 39.8069 -95.55 -56.0939 - 93 109.261 1103 4 1 40.694 -105.164 -84.45 - 93 111.133 371 4 0 41.0989 -105.798 -85.85 - 93 28.3772 370 4 0 41.1853 -105.95 -86.1755 - 93 183.4 1131 3 1 46.2596 -117.895 -114.45 - 93 0.917061 304 3 0 46.5279 -119.344 -115.85 - 93 80.0679 303 3 0 46.5292 -119.35 -115.855 - 93 37.7982 302 3 0 46.5423 -119.55 -116.105 - 93 32.3809 1120 2 1 44.1626 -144.805 -144.45 - 93 232.702 1121 2 1 44.25 -144.871 -144.51 - 93 192.047 1122 2 1 44.45 -145.073 -144.672 - 93 13.0861 169 2 0 45.7215 -146.318 -145.85 - 93 86.9906 168 2 0 45.755 -146.35 -145.881 - 93 95.9716 167 2 0 45.9619 -146.55 -146.074 - 93 4.41886 166 2 0 46.1582 -146.75 -146.242 - 93 294.521 1123 2 1 44.65 -145.146 -144.639 - 93 250.322 1134 5 1 47.0233 -96.9975 -54.45 - 93 209.957 415 5 0 47.035 -97.0035 -55.85 - 93 299.834 1135 4 1 47.2212 -97.1673 -84.4502 - 93 102.63 414 4 0 47.2233 -97.182 -85.85 - 93 353.193 1135 3 1 47.1878 -97.6851 -114.45 - 93 159.533 412 3 0 47.2505 -97.653 -115.85 - 93 126.908 1142 2 1 48.5921 -96.7694 -144.45 - 93 182.95 417 2 0 48.6546 -96.7215 -145.85 - 93 32.9986 1147 1 1 49.6411 -96.2491 -174.45 - 93 94.7704 1148 1 1 49.65 -96.253 -174.499 - 93 234.442 418 1 0 49.8975 -96.3905 -175.85 - 93 121.62 1173 0 1 54.6822 -99.2625 -204.45 - 93 139.716 403 0 0 55.1426 -99.3773 -205.85 - 93 421.868 416 4 0 47.0972 -96.8798 -85.85 - 93 100.787 416 3 0 47.2302 -96.8242 -115.85 - 93 112.38 1136 2 1 47.2847 -96.4534 -144.45 - 93 112.751 418 2 0 47.2955 -96.4411 -145.85 - 93 129.269 1137 1 1 47.4905 -96.1827 -174.45 - 93 135.203 419 1 0 47.4985 -96.1751 -175.85 - 93 94.9965 1138 0 1 47.6692 -96.0172 -204.45 - 93 124.844 420 0 0 47.6831 -96.0037 -205.85 - 93 107.903 415 3 0 47.1909 -96.9673 -115.85 - 93 71.0685 1132 2 1 46.4597 -99.339 -144.45 - 93 58.7001 1131 2 1 46.45 -99.344 -144.644 - 93 153.9 403 2 0 46.3859 -99.3747 -145.85 - 93 121.123 1123 1 1 44.7404 -100.157 -174.45 - 93 117.705 399 1 0 44.5531 -100.203 -175.85 - 93 173.039 1103 0 1 40.7801 -100.991 -204.45 - 93 105.273 395 0 0 40.6659 -101.035 -205.85 - 93 97.3173 1134 4 1 47.05 -96.8469 -84.553 - 93 111.527 1103 3 1 40.7844 -101.588 -114.45 - 93 90.3793 1102 3 1 40.65 -101.76 -114.635 - 93 32.4449 1101 3 1 40.4499 -101.986 -114.808 - 93 50.7634 377 3 0 38.444 -104.623 -115.85 - 93 95.0818 376 3 0 38.3062 -104.75 -115.885 - 93 8.70518 375 3 0 38.0753 -104.95 -115.854 - 93 18.5833 1052 3 1 30.5784 -112.847 -114.85 - 93 79.8735 293 3 0 23.5193 -121.37 -115.85 - 93 140.781 292 3 0 23.3295 -121.55 -115.94 - 93 86.7966 291 3 0 22.9742 -121.75 -116.018 - 93 122.926 290 3 0 22.712 -121.95 -116.126 - 93 101.971 190 3 0 -32.0466 -141.985 -116.25 - 93 122.006 741 3 1 -31.7853 -142.028 -114.85 - 93 88.4378 740 3 1 -31.8986 -142.293 -114.45 - 93 296.929 1168 9 1 53.6715 -15.0524 65.55 - 93 166.94 1169 9 1 53.85 -15.1137 65.3735 - 93 16.7932 1295 2 1 79.1423 -28.9299 -144.85 - 93 167.069 377 2 1 -104.567 -130.449 -144.45 -Number of digits in this event = 35 + 28 196.201 618 10 1 -56.2695 -93.7467 95.55 + 28 109.044 432 10 0 -56.2709 -93.746 94.15 + 28 121.301 618 9 1 -56.3044 -93.73 65.55 + 28 198.362 432 9 0 -56.3026 -93.7307 64.15 + 28 108.662 619 8 1 -56.2499 -93.7539 35.55 + 28 217.84 431 8 0 -56.2444 -93.7548 34.15 + 28 175.595 619 7 1 -56.1333 -93.7587 5.55 + 28 119.283 431 7 0 -56.1283 -93.7597 4.15 + 28 118.871 620 6 1 -56.0142 -93.787 -24.45 + 28 114.744 431 6 0 -56.0107 -93.7872 -25.85 + 28 191.638 620 5 1 -55.9395 -93.7827 -54.45 + 28 226.339 431 5 0 -55.9349 -93.7793 -55.85 + 28 127.031 621 4 1 -55.8415 -93.7026 -84.45 + 28 139.851 432 4 0 -55.8354 -93.696 -85.85 + 28 111.35 621 3 1 -55.7156 -93.5655 -114.45 + 28 95.624 432 3 0 -55.7086 -93.5613 -115.85 + 28 464.638 622 2 1 -55.5674 -93.4723 -144.45 + 28 194.213 433 2 0 -55.5646 -93.47 -145.85 + 28 209.059 622 1 1 -55.4974 -93.4168 -174.45 + 28 154.461 433 1 0 -55.4979 -93.4119 -175.85 + 28 317.213 622 0 1 -55.5065 -93.3135 -204.45 + 28 120.487 434 0 0 -55.5053 -93.3061 -205.85 + 28 44.6291 1030 4 1 26.05 -123.521 -84.6052 + 28 161.282 1029 4 1 26.05 -123.536 -84.4815 + 28 350.99 626 5 1 -54.7735 -68.5757 -54.85 + 28 1.96344 623 0 1 -55.45 -93.4241 -204.461 + 28 379.557 431 2 0 -55.5924 -93.9267 -145.85 + 28 152.732 431 1 0 -55.6222 -93.9179 -175.85 + 28 106.585 621 0 1 -55.7525 -94.0244 -204.45 + 28 165.912 430 0 0 -55.7511 -94.0377 -205.85 + 28 161.42 426 2 0 -55.3964 -94.8651 -145.85 + 28 171.988 425 2 0 -55.4191 -94.95 -146.126 + 28 154.989 632 1 1 -53.5943 -92.5779 -174.451 + 28 258.529 436 1 0 -53.6467 -92.834 -175.85 + 28 97.9538 627 0 1 -54.6108 -97.4215 -204.451 + 28 159.312 414 0 0 -54.7071 -97.3352 -205.85 + 28 102.269 430 2 0 -55.5162 -93.9501 -146.128 + 28 341.48 619 5 1 -56.1277 -93.7996 -54.45 + 28 104.528 609 4 1 -58.1581 -94.529 -84.45 + 28 110.409 427 4 0 -58.3666 -94.5716 -85.8502 + 28 187.308 585 3 1 -62.9747 -94.8168 -114.45 + 28 219.112 426 3 0 -63.1514 -94.8913 -115.85 + 28 121.378 567 2 1 -66.5153 -96.2375 -144.45 + 28 123.287 419 2 0 -66.7434 -96.2911 -145.85 + 28 92.5088 541 1 1 -71.8213 -96.2639 -174.45 + 28 68.9572 540 1 1 -71.85 -96.2687 -174.699 + 28 130.809 419 1 0 -71.9848 -96.2871 -175.85 + 28 215.667 531 0 1 -73.6859 -97.8684 -204.45 + 28 41.723 410 0 0 -73.7558 -98.1372 -205.85 + 28 214.111 409 0 0 -73.7592 -98.15 -205.915 + 28 128.882 430 5 0 -55.9288 -94.044 -55.85 + 28 66.4323 641 4 1 -51.7378 -97.542 -84.4506 + 28 55.3265 642 4 1 -51.65 -97.6196 -84.6691 + 28 48.9833 410 4 0 -51.1334 -98.0847 -85.85 + 28 63.4558 409 4 0 -51.0558 -98.15 -86.0209 + 28 24.7011 709 3 1 -38.1029 -109.68 -114.45 + 28 80.7718 710 3 1 -38.0499 -109.674 -114.522 + 28 21.583 711 3 1 -37.85 -109.661 -114.793 + 28 196.997 352 3 0 -37.1243 -109.623 -115.85 + 28 113.849 827 2 1 -14.6125 -108.999 -144.45 + 28 23.6433 354 2 0 -14.303 -109.328 -145.85 + 28 94.7255 353 2 0 -14.2819 -109.35 -145.943 + 28 0.270797 423 2 0 -49.6361 -95.3507 -146.25 + 28 262.574 424 2 0 -49.6374 -95.35 -146.249 + 28 37.1391 638 2 1 -52.3905 -96.0234 -144.85 + 28 57.3328 637 2 1 -52.45 -96.0446 -144.821 + 28 65.3136 636 2 1 -52.65 -96.1994 -144.777 + 28 77.6666 635 2 1 -52.8501 -96.3608 -144.733 + 28 53.9899 634 2 1 -53.05 -96.5051 -144.723 + 28 234.211 633 2 1 -53.25 -96.6214 -144.716 + 28 89.5062 420 2 0 -53.7085 -96.1214 -145.85 + 28 103.1 421 2 0 -53.7692 -95.9499 -145.95 + 28 311.916 422 2 0 -53.7787 -95.75 -146.021 + 28 82.1094 418 2 0 -52.8468 -96.5359 -145.85 + 28 59.4246 417 2 0 -52.8394 -96.5501 -145.938 + 28 190.48 671 0 1 -45.8438 -119.458 -204.45 + 28 322.317 672 0 1 -45.6499 -119.024 -204.534 +Number of digits in this event = 42 Using G4ParticleGun ... -2.18853 LIN +8.73467 LIN e- -Event: 94 -Number of tracker hits in this event = 105 - 94 113.021 1351 10 1 90.5499 -29.7614 95.55 - 94 109.352 751 10 0 90.5453 -29.7567 94.15 - 94 108.334 1351 9 1 90.4208 -29.6747 65.55 - 94 108.243 751 9 0 90.4274 -29.6664 64.15 - 94 396.868 1352 8 1 90.5575 -29.4856 35.55 - 94 439.055 752 8 0 90.5435 -29.4754 34.15 - 94 97.3072 1350 7 1 90.2768 -29.2196 5.55 - 94 131.405 754 7 0 90.2745 -29.2158 4.15 - 94 143.707 1350 6 1 90.2036 -29.1367 -24.45 - 94 103.112 754 6 0 90.1927 -29.1205 -25.85 - 94 164.098 1349 5 1 89.9589 -28.7714 -54.45 - 94 238.38 756 5 0 89.9529 -28.7717 -55.85 - 94 114.614 1349 4 1 89.8943 -28.9698 -84.45 - 94 107.499 755 4 0 89.8741 -29.0019 -85.85 - 94 95.5922 1347 3 1 89.5638 -29.7144 -114.45 - 94 122.319 751 3 0 89.522 -29.7323 -115.85 - 94 102.901 1342 2 1 88.5998 -29.9918 -144.45 - 94 338.111 750 2 0 88.5137 -30.0303 -145.85 - 94 168.073 1332 1 1 86.5052 -30.5858 -174.45 - 94 180.738 747 1 0 86.3691 -30.6174 -175.85 - 94 139.655 1317 0 1 83.6286 -31.1458 -204.45 - 94 91.2078 744 0 0 83.4919 -31.1849 -205.85 - 94 218.42 375 3 0 -28.8257 -105.001 -116.25 - 94 76.6504 754 3 1 -29.1924 -105.173 -114.85 - 94 285.024 753 3 1 -29.25 -105.164 -114.72 - 94 48.8371 378 3 0 -28.2115 -104.532 -115.85 - 94 119.03 377 3 0 -28.0755 -104.55 -115.94 - 94 131.145 376 3 0 -27.7845 -104.75 -115.911 - 94 289.196 765 3 1 -27.0303 -105.596 -114.85 - 94 277.62 746 1 0 86.3232 -30.65 -176.155 - 94 81.3915 1333 1 1 86.65 -30.6952 -174.511 - 94 85.3335 1334 1 1 86.8506 -30.9561 -174.577 - 94 163.542 1335 1 1 87.05 -31.1743 -174.608 - 94 40.4057 735 1 0 88.4615 -32.975 -175.85 - 94 162.154 734 1 0 88.5672 -33.05 -175.933 - 94 206.186 733 1 0 88.8625 -33.25 -176.07 - 94 104.604 531 1 0 108.821 -73.7248 -176.25 - 94 108.287 530 1 0 108.901 -73.8501 -176.023 - 94 95.3916 529 1 0 108.912 -74.0502 -175.92 - 94 20.2375 528 1 0 108.789 -74.25 -175.878 - 94 275.911 1437 1 1 107.708 -74.4708 -174.85 - 94 139.892 749 2 0 88.5334 -30.05 -146.115 - 94 243.052 1350 0 1 90.3266 -28.0853 -204.45 - 94 432.221 759 0 0 90.3316 -28.14 -205.85 - 94 22.3463 681 0 0 134.389 -43.8285 -206.25 - 94 278.156 680 0 0 134.473 -43.85 -206.217 - 94 80.1578 679 0 0 135.327 -44.05 -205.899 - 94 28.8913 1587 0 1 137.646 -44.7931 -204.85 - 94 90.8169 1588 0 1 137.75 -44.8351 -204.805 - 94 55.9485 1589 0 1 137.95 -44.9148 -204.721 - 94 73.3202 1590 0 1 138.15 -45.0134 -204.657 - 94 68.3069 1591 0 1 138.35 -45.1608 -204.604 - 94 62.6517 1592 0 1 138.55 -45.28 -204.529 - 94 60.2759 1593 0 1 138.75 -45.4101 -204.461 - 94 67.3696 1594 0 1 138.95 -45.561 -204.476 - 94 117.352 1595 0 1 139.15 -45.7396 -204.551 - 94 125.145 1596 0 1 139.35 -46.0295 -204.615 - 94 124.31 1597 0 1 139.55 -46.4029 -204.585 - 94 104.871 1598 0 1 139.75 -46.6553 -204.557 - 94 82.7255 1599 0 1 139.95 -46.8866 -204.579 - 94 146.22 1600 0 1 140.15 -47.0834 -204.643 - 94 70.445 1601 0 1 140.35 -47.285 -204.738 - 94 22.0957 652 0 0 141.989 -49.5808 -205.85 - 94 45.5869 651 0 0 142.027 -49.65 -205.882 - 94 17.133 1614 0 1 143.094 -49.9128 -204.85 - 94 64.5995 1615 0 1 143.15 -49.9214 -204.797 - 94 475.539 1616 0 1 143.35 -49.9168 -204.602 - 94 7.36375 671 0 0 143.538 -45.6803 -205.85 - 94 380.572 672 0 0 143.538 -45.65 -205.859 - 94 5.44284 673 0 0 143.426 -45.45 -206.164 - 94 33.2058 1775 0 1 175.15 -51.0845 -204.698 - 94 201.286 926 1 0 81.226 5.28878 -175.966 - 94 138.159 1303 0 1 80.6971 8.27308 -204.45 - 94 96.9584 941 0 0 80.7147 8.32777 -205.85 - 94 37.7785 1293 0 1 78.7366 7.31459 -204.45 - 94 106.448 1292 0 1 78.65 7.23121 -204.552 - 94 158.361 1291 0 1 78.45 7.06367 -204.746 - 94 16.1874 927 0 0 76.9777 5.48455 -205.85 - 94 93.4284 926 0 0 76.9436 5.44986 -205.872 - 94 101.364 925 0 0 76.7729 5.25 -206.006 - 94 102.797 924 0 0 76.473 5.05 -206.125 - 94 247.772 1290 0 1 78.25 6.9045 -204.766 - 94 116.402 1352 7 1 90.6739 -29.4184 5.55 - 94 136.073 752 7 0 90.5692 -29.5027 4.15 - 94 124.909 1342 6 1 88.6458 -31.3488 -24.45 - 94 127.683 743 6 0 88.5717 -31.3789 -25.85 - 94 134.44 1335 5 1 87.1213 -31.7861 -54.45 - 94 159.966 741 5 0 87.0689 -31.766 -55.85 - 94 114.694 1329 4 1 85.8638 -30.9718 -84.45 - 94 119.466 745 4 0 85.8255 -30.9555 -85.85 - 94 114.257 1322 3 1 84.6404 -30.6896 -114.45 - 94 160.741 746 3 0 84.5164 -30.6574 -115.85 - 94 8.59327 747 3 0 84.4851 -30.65 -116.201 - 94 117.822 1309 2 1 81.9457 -30.369 -144.45 - 94 130.22 748 2 0 81.818 -30.3889 -145.85 - 94 129.193 1296 1 1 79.3739 -30.6038 -174.45 - 94 108.826 1288 0 1 77.6639 -31.4153 -204.45 - 94 107.605 743 0 0 77.6413 -31.4255 -205.85 - 94 19.3666 352 8 0 117.985 -109.676 33.75 - 94 82.4429 351 8 0 118.019 -109.75 33.7814 - 94 172.064 350 8 0 118.108 -109.95 33.8047 - 94 82.8079 349 8 0 118.181 -110.15 33.8054 - 94 305.471 348 8 0 118.043 -110.35 33.911 - 94 43.9936 366 8 0 178.876 -106.844 33.75 - 94 111.779 1488 8 1 117.881 -110.797 35.15 -Number of digits in this event = 46 +Event: 29 +Number of tracker hits in this event = 119 + 29 191.346 288 8 1 -122.55 64.4493 35.55 + 29 263.079 1221 8 0 -122.55 64.4485 34.15 + 29 110.986 287 7 1 -122.557 64.4306 5.55 + 29 137.089 1221 7 0 -122.557 64.4302 4.15 + 29 162.808 288 6 1 -122.548 64.4196 -24.45 + 29 109.747 1221 6 0 -122.547 64.4192 -25.85 + 29 128.936 288 5 1 -122.522 64.4136 -54.45 + 29 118.495 1221 5 0 -122.521 64.4129 -55.85 + 29 146.002 288 4 1 -122.493 64.4003 -84.45 + 29 160.212 1221 4 0 -122.493 64.3987 -85.85 + 29 119.021 288 3 1 -122.481 64.3678 -114.45 + 29 176.616 1221 3 0 -122.479 64.3665 -115.85 + 29 99.6866 288 2 1 -122.433 64.3362 -144.45 + 29 124.743 1221 2 0 -122.432 64.3342 -145.85 + 29 113.31 288 1 1 -122.411 64.2921 -174.45 + 29 151.55 1221 1 0 -122.411 64.2897 -175.85 + 29 141.233 288 0 1 -122.407 64.241 -204.45 + 29 118.048 1220 0 0 -122.405 64.2382 -205.85 + 29 299.91 89 0 1 -162.287 36.8559 -204.45 + 29 11.061 1243 7 0 -62.5697 68.8464 4.15 + 29 237.66 1214 4 0 -33.4551 63.046 -86.25 + 29 277.665 320 5 1 -116.013 68.1467 -54.45 + 29 249.39 1240 5 0 -116.232 68.1465 -55.85 + 29 149.279 306 4 1 -118.763 67.5083 -84.45 + 29 258.307 1237 4 0 -119.028 67.5633 -85.85 + 29 0.383901 279 3 1 -124.349 70.0693 -114.45 + 29 121.565 278 3 1 -124.35 70.0692 -114.451 + 29 52.0533 277 3 1 -124.55 70.0412 -114.699 + 29 282.607 1249 3 0 -125.468 69.906 -115.85 + 29 124.804 1248 3 0 -125.701 69.85 -116.145 + 29 186.412 169 2 1 -146.232 64.7784 -144.45 + 29 0.552909 168 2 1 -146.35 64.4695 -144.848 + 29 16.0019 1218 2 0 -146.62 63.6967 -145.85 + 29 92.365 1217 2 0 -146.636 63.65 -145.91 + 29 67.3696 1216 2 0 -146.686 63.45 -146.156 + 29 146.261 140 1 1 -152.066 40.7098 -174.45 + 29 67.5951 1098 1 0 -151.852 39.7749 -175.85 + 29 61.4202 1097 1 0 -151.825 39.65 -176.028 + 29 69.8287 161 0 1 -147.867 19.1946 -204.45 + 29 40.0287 162 0 1 -147.75 19.1309 -204.702 + 29 67.8602 994 0 0 -147.358 18.9046 -205.85 + 29 42.3982 993 0 0 -147.276 18.8499 -206.104 + 29 21.3183 1158 3 0 -99.3201 51.7242 -116.25 + 29 107.555 320 4 1 -116.051 67.5656 -84.4501 + 29 104.831 1241 4 0 -116.35 68.3584 -85.8502 + 29 193.733 1242 4 0 -116.382 68.45 -86.0097 + 29 68.3857 292 3 1 -121.713 84.255 -114.45 + 29 61.0556 291 3 1 -121.75 84.3647 -114.658 + 29 3.56151 1324 3 0 -121.896 85.0416 -115.85 + 29 131.337 1325 3 0 -121.898 85.05 -115.865 + 29 165.846 285 2 1 -122.992 97.3138 -144.45 + 29 51.1491 1389 2 0 -123.061 98.0709 -145.85 + 29 86.5019 1390 2 0 -123.064 98.15 -145.98 + 29 66.1252 282 1 1 -123.615 115.531 -174.45 + 29 42.2897 283 1 1 -123.55 115.611 -174.696 + 29 39.3358 1479 1 0 -123.194 116.095 -175.85 + 29 97.2754 1480 1 0 -123.15 116.15 -175.969 + 29 546.513 284 0 1 -123.215 117.453 -204.45 + 29 185.771 283 0 1 -123.35 116.376 -204.671 + 29 72.0352 1466 0 0 -124.747 113.523 -205.85 + 29 75.1306 1465 0 0 -124.826 113.35 -205.979 + 29 42.8035 1464 0 0 -124.896 113.15 -206.143 + 29 178.075 1416 0 0 -125.84 103.379 -206.25 + 29 154.201 1486 0 0 -123.387 117.524 -205.85 + 29 16.0661 1487 0 0 -123.364 117.55 -205.896 + 29 94.3037 1385 2 0 -123.073 97.187 -145.85 + 29 337.416 1565 2 0 -170.9 133.205 -146.25 + 29 82.9753 42 2 1 -171.625 133.312 -144.85 + 29 261.737 43 2 1 -171.55 133.501 -144.605 + 29 6.29599 44 2 1 -171.35 133.78 -144.62 + 29 130.353 1566 2 0 -171.526 133.387 -145.85 + 29 48.0144 179 0 1 -144.287 149.32 -204.45 + 29 63.346 180 0 1 -144.15 149.286 -204.533 + 29 58.6045 181 0 1 -143.95 149.227 -204.643 + 29 61.3208 182 0 1 -143.75 149.193 -204.737 + 29 18.6919 183 0 1 -143.55 149.189 -204.816 + 29 185.235 1642 0 0 -141.195 148.565 -205.85 + 29 210.54 1641 0 0 -140.629 148.55 -206.091 + 29 50.6013 1640 0 0 -139.993 148.35 -206.223 + 29 32.012 1253 3 0 -163.74 70.7289 -116.25 + 29 85.6409 1252 3 0 -163.752 70.6498 -116.139 + 29 95.4227 1251 3 0 -163.669 70.45 -116.069 + 29 53.2143 1250 3 0 -163.498 70.25 -115.947 + 29 92.0454 96 3 1 -160.936 67.3345 -114.85 + 29 33.4903 1198 3 0 -155.595 59.6554 -115.85 + 29 231.348 1197 3 0 -155.591 59.6493 -115.851 + 29 41.4153 1679 3 0 -175.069 156.081 -116.25 + 29 202.245 1680 3 0 -175.072 156.15 -116.235 + 29 97.7449 287 8 1 -122.55 64.4491 35.5146 + 29 168.581 271 7 1 -125.918 61.8595 5.55 + 29 155.374 1208 7 0 -125.624 61.7442 4.14989 + 29 151.625 303 6 1 -119.463 59.2061 -24.45 + 29 6.77558 1194 6 0 -119.311 58.8556 -25.85 + 29 132.181 1193 6 0 -119.309 58.85 -25.8724 + 29 134.057 318 5 1 -116.467 51.356 -54.45 + 29 28.4633 1154 5 0 -116.116 50.8817 -55.85 + 29 158.407 1153 5 0 -116.092 50.85 -55.94 + 29 100.931 362 4 1 -107.699 41.0334 -84.45 + 29 28.3124 363 4 1 -107.55 40.9715 -84.7458 + 29 131.521 1103 4 0 -106.978 40.7251 -85.8506 + 29 11.852 1102 4 0 -106.791 40.65 -86.2126 + 29 27.0944 438 3 1 -92.4312 35.4878 -114.45 + 29 81.5757 439 3 1 -92.35 35.4455 -114.524 + 29 73.9855 440 3 1 -92.15 35.356 -114.692 + 29 115.95 1073 3 0 -90.7784 34.7451 -115.85 + 29 104.503 1072 3 0 -90.5536 34.65 -116.044 + 29 62.3692 606 2 1 -58.7969 19.649 -144.45 + 29 82.4769 607 2 1 -58.6499 19.5636 -144.58 + 29 60.4762 608 2 1 -58.45 19.439 -144.762 + 29 113.54 992 2 0 -57.3076 18.6485 -145.85 + 29 71.8243 991 2 0 -57.0173 18.45 -146.1 + 29 8.43735 792 1 1 -21.4555 -1.30157 -174.45 + 29 119.002 793 1 1 -21.45 -1.30848 -174.466 + 29 1.09971 891 1 0 -20.9868 -1.84764 -175.85 + 29 113.209 890 1 0 -20.9847 -1.85004 -175.856 + 29 137.671 836 0 1 -12.7328 -10.9516 -204.451 + 29 213.218 842 0 0 -12.8137 -11.4841 -205.85 + 29 68.2466 143 3 1 -151.55 66.4095 -114.685 + 29 8.29698 1243 3 0 -152.402 68.65 -116.05 +Number of digits in this event = 49 Using G4ParticleGun ... -5.45582 LIN +3.01724 LIN e- -Event: 95 -Number of tracker hits in this event = 28 - 95 110.751 1142 11 1 48.526 21.9168 125.55 - 95 132.49 1009 11 0 48.5275 21.9169 124.15 - 95 134.531 1142 10 1 48.5642 21.9204 95.55 - 95 141.07 1009 10 0 48.5657 21.9188 94.15 - 95 114.415 1142 9 1 48.5975 21.8796 65.55 - 95 112.818 1009 9 0 48.5996 21.8781 64.15 - 95 112.777 1142 8 1 48.6423 21.8484 35.55 - 95 107.373 1008 8 0 48.6426 21.8456 34.15 - 95 144.754 1142 7 1 48.645 21.7952 5.55 - 95 126.978 1008 7 0 48.6439 21.7925 4.15 - 95 147.029 1142 6 1 48.6239 21.7383 -24.45 - 95 126.906 1008 6 0 48.6216 21.7366 -25.85 - 95 124.381 1142 5 1 48.5747 21.7107 -54.45 - 95 215.595 1008 5 0 48.5694 21.7108 -55.85 - 95 114.115 1142 4 1 48.4589 21.7253 -84.45 - 95 106.612 1008 4 0 48.4511 21.7237 -85.85 - 95 111.575 1141 3 1 48.2974 21.69 -114.45 - 95 113.43 1008 3 0 48.2907 21.6881 -115.85 - 95 128.2 1140 2 1 48.147 21.6496 -144.45 - 95 151.582 1007 2 0 48.1412 21.6465 -145.85 - 95 127.802 1140 1 1 48.0819 21.5808 -174.45 - 95 130.643 1007 1 0 48.0782 21.5788 -175.85 - 95 151.757 1139 0 1 48.0068 21.546 -204.45 - 95 408.529 1007 0 0 48.0011 21.5431 -205.85 - 95 30.9065 1006 0 0 47.8845 21.45 -206.184 - 95 29.6283 877 0 0 26.2676 -4.60095 -206.25 - 95 73.0122 876 0 0 26.2042 -4.65 -206.102 - 95 73.112 875 0 0 26.0582 -4.85 -206.135 -Number of digits in this event = 16 +Event: 30 +Number of tracker hits in this event = 120 + 30 115.572 1204 11 1 60.8624 -2.52892 125.55 + 30 196.064 887 11 0 60.864 -2.52839 124.15 + 30 117.738 1204 10 1 60.8923 -2.52762 95.55 + 30 129.496 887 10 0 60.895 -2.52589 94.15 + 30 152.305 1204 9 1 60.9556 -2.49773 65.55 + 30 121.95 887 9 0 60.9572 -2.49749 64.15 + 30 481.946 1204 8 1 60.9901 -2.49452 35.55 + 30 245.439 887 8 0 60.9912 -2.49687 34.15 + 30 169.917 1204 7 1 61.0033 -2.53731 5.55 + 30 109.987 887 7 0 61.0008 -2.53286 4.15 + 30 107.595 1204 6 1 60.9791 -2.44145 -24.45 + 30 249.794 888 6 0 60.9698 -2.43985 -25.85 + 30 111.867 1203 5 1 60.8138 -2.38798 -54.45 + 30 118.183 888 5 0 60.8013 -2.39004 -55.85 + 30 99.4904 1202 4 1 60.5193 -2.41183 -84.45 + 30 227.755 888 4 0 60.5072 -2.41346 -85.85 + 30 97.5066 1201 3 1 60.2624 -2.39183 -114.45 + 30 115.673 888 3 0 60.2502 -2.38858 -115.85 + 30 107.492 1199 2 1 60.0387 -2.33031 -144.45 + 30 152.218 888 2 0 60.0258 -2.32513 -145.85 + 30 122.362 1198 1 1 59.8127 -2.20148 -174.45 + 30 169.988 889 1 0 59.8015 -2.19474 -175.85 + 30 124.338 1197 0 1 59.5496 -2.05428 -204.45 + 30 122.722 890 0 0 59.5376 -2.04645 -205.85 + 30 85.9349 1144 0 0 131.915 48.85 -205.933 + 30 32.2964 947 0 0 34.4997 9.65 -206.038 + 30 11.8216 944 0 0 34.1968 9.05 -205.966 + 30 150.463 1200 3 1 60.1016 -2.45027 -114.45 + 30 305.97 886 3 0 60.0561 -2.68 -115.85 + 30 57.7831 885 3 0 59.8946 -2.85 -116.224 + 30 35.5344 902 3 0 3.52528 0.566315 -116.25 + 30 155.313 903 3 0 3.53167 0.65 -116.166 + 30 316.25 904 3 0 3.3925 0.85 -116.108 + 30 158.561 888 8 0 60.9707 -2.4112 34.15 + 30 92.4487 1202 7 1 60.4838 -0.832906 5.55 + 30 139.208 896 7 0 60.4487 -0.745652 4.15 + 30 126.472 1199 6 1 59.9083 1.13163 -24.45 + 30 128.421 906 6 0 59.96 1.25121 -25.8502 + 30 410.827 1204 5 1 60.9726 3.63032 -54.45 + 30 128.001 918 5 0 61.0519 3.74241 -55.85 + 30 124.751 1212 4 1 62.4911 6.01754 -84.45 + 30 120.259 930 4 0 62.5391 6.11538 -85.85 + 30 123.503 1216 3 1 63.4346 8.17119 -114.45 + 30 119.548 940 3 0 63.4731 8.23143 -115.851 + 30 128.869 1220 2 1 64.1558 9.39676 -144.45 + 30 155.368 947 2 0 64.2414 9.52955 -145.85 + 30 113.724 1229 1 1 65.8606 12.446 -174.45 + 30 70.8225 962 1 0 66.0712 12.6237 -175.85 + 30 72.068 963 1 0 66.1033 12.65 -176.057 + 30 304.709 1251 0 1 70.3297 16.5292 -204.45 + 30 111.017 983 0 0 70.5783 16.7014 -205.85 + 30 162.755 929 4 0 62.566 6.05 -86.0464 + 30 256.38 928 4 0 62.5889 5.85 -86.0518 + 30 61.4284 927 4 0 62.5593 5.65 -86.1126 + 30 29.4239 977 4 0 37.6293 15.5072 -86.25 + 30 135.974 922 4 1 4.57377 5.78398 -84.8498 + 30 107.926 921 4 1 4.45 5.68421 -84.7258 + 30 158.976 915 5 0 60.7212 3.2409 -55.8501 + 30 68.5454 916 5 0 60.6928 3.25004 -55.9778 + 30 7.46953 914 5 0 60.6058 3.05 -56.2391 + 30 8.39657 1175 0 1 55.2428 15.2603 -204.451 + 30 107.43 1176 0 1 55.2501 15.2766 -204.484 + 30 161.598 977 0 0 56.1424 15.4802 -205.85 + 30 200.672 1206 7 1 61.262 -2.3066 5.55 + 30 98.9584 888 7 0 61.2603 -2.30469 4.15 + 30 112.126 1205 6 1 61.1746 -2.26633 -24.45 + 30 154.547 887 5 0 60.9795 -2.45932 -55.85 + 30 306.829 1204 4 1 60.89 -2.40698 -84.45 + 30 18.808 887 4 0 60.8869 -2.45 -86.0686 + 30 148.324 1199 3 1 59.9558 -1.58054 -114.45 + 30 135.674 891 3 0 60.1052 -1.77584 -115.85 + 30 125.018 1203 2 1 60.6863 -5.72974 -144.45 + 30 15.0173 871 2 0 61.228 -5.8415 -145.85 + 30 96.8718 870 2 0 61.2547 -5.85 -145.924 + 30 282.175 1251 1 1 70.3958 -11.2344 -174.45 + 30 104.597 831 1 0 70.3758 -13.709 -175.85 + 30 90.0482 830 1 0 70.3831 -13.85 -175.921 + 30 62.6633 829 1 0 70.4076 -14.05 -176 + 30 69.7872 828 1 0 70.4385 -14.25 -176.09 + 30 27.6481 827 1 0 70.4713 -14.4509 -176.191 + 30 69.6291 1228 0 1 65.6953 -53.3982 -204.45 + 30 116.785 1229 0 1 65.85 -53.3029 -204.616 + 30 30.9185 637 0 0 67.0377 -52.4972 -205.85 + 30 151.093 638 0 0 67.1038 -52.45 -205.938 + 30 31.2486 639 0 0 67.3283 -52.25 -206.149 + 30 128.572 768 0 0 61.1478 -26.4418 -206.25 + 30 275.946 769 0 0 61.0099 -26.2495 -205.919 + 30 167.684 1203 0 1 60.6908 -24.7308 -204.85 + 30 272.246 1204 0 1 60.85 -24.4171 -204.498 + 30 455.364 779 0 0 61.2397 -24.1931 -205.85 + 30 36.9766 778 0 0 61.374 -24.25 -206.023 + 30 21.5889 1210 0 1 62.1344 -26.8021 -204.45 + 30 137.564 1209 0 1 62.05 -26.8076 -204.539 + 30 56.1704 1208 0 1 61.85 -26.8482 -204.702 + 30 15.2636 1207 0 1 61.6497 -26.9107 -204.825 + 30 106.862 892 3 0 59.3075 -1.63392 -115.85 + 30 45.7551 1204 3 1 60.9817 -3.19192 -114.45 + 30 280.963 1202 2 1 60.5769 -2.48086 -144.467 + 30 193.666 887 2 0 60.5754 -2.55088 -145.851 + 30 22.6824 1209 1 1 62.0149 -4.79284 -174.45 + 30 127.076 1210 1 1 62.05 -4.83324 -174.547 + 30 93.5723 873 1 0 62.5758 -5.32849 -175.85 + 30 21.4872 872 1 0 62.7002 -5.45 -176.162 + 30 11.2751 1263 0 1 72.8383 -13.8876 -204.45 + 30 227.585 1264 0 1 72.85 -13.8953 -204.467 + 30 142.393 827 0 0 73.3275 -14.5493 -205.85 + 30 28.6575 826 0 0 73.4065 -14.65 -206.126 + 30 91.0768 799 0 0 69.7351 -20.1157 -206.25 + 30 48.4001 798 0 0 69.6616 -20.25 -205.92 + 30 408.628 1248 0 1 69.6571 -20.5309 -204.85 + 30 158.903 1249 0 1 69.85 -20.788 -204.553 + 30 114.281 1250 0 1 70.0507 -20.8834 -204.598 + 30 133.281 1252 0 1 70.4504 -21.1005 -204.601 + 30 180.724 1253 0 1 70.6501 -21.176 -204.595 + 30 9.26459 1391 9 1 98.4405 146.416 65.15 + 30 101.372 1201 1 1 60.4212 -2.54592 -174.45 + 30 110.559 887 1 0 60.3625 -2.54738 -175.85 + 30 103.571 1193 0 1 58.7386 -2.5183 -204.45 + 30 102.398 885 0 0 58.8881 -2.91874 -205.85 + 30 6.64551 1240 4 0 158.55 68.1422 -86.25 +Number of digits in this event = 62 Using G4ParticleGun ... -3.01849 LIN +5.72409 LIN e- -Event: 96 -Number of tracker hits in this event = 80 - 96 97.1025 482 11 0 9.19599 -83.5495 124.15 - 96 174.115 945 10 1 9.19202 -83.5454 95.55 - 96 126.066 482 10 0 9.19399 -83.5471 94.15 - 96 137.371 946 9 1 9.28643 -83.5967 65.55 - 96 142.611 482 9 0 9.28577 -83.5964 64.15 - 96 110.52 946 8 1 9.27526 -83.5884 35.55 - 96 164.76 482 8 0 9.27409 -83.5886 34.15 - 96 137.833 946 7 1 9.25541 -83.5763 5.55 - 96 126.818 482 7 0 9.2568 -83.5774 4.15 - 96 125.047 946 6 1 9.28557 -83.616 -24.45 - 96 218.984 482 6 0 9.28754 -83.6183 -25.85 - 96 150.481 946 5 1 9.33267 -83.6588 -54.45 - 96 147.758 481 5 0 9.33533 -83.6606 -55.85 - 96 113.474 946 4 1 9.39011 -83.6884 -84.45 - 96 215.799 481 4 0 9.39586 -83.6851 -85.85 - 96 118.444 947 3 1 9.5215 -83.615 -114.45 - 96 295.999 482 3 0 9.52641 -83.6149 -115.85 - 96 417.425 947 2 1 9.6178 -83.6225 -144.45 - 96 379.605 482 2 0 9.61967 -83.6262 -145.85 - 96 118.803 948 1 1 9.66015 -83.7042 -174.45 - 96 205.452 481 1 0 9.66351 -83.7075 -175.85 - 96 118.868 948 0 1 9.74898 -83.7651 -204.45 - 96 108.13 481 0 0 9.75292 -83.7677 -205.85 - 96 236.212 434 2 0 23.2699 -93.1761 -146.249 - 96 255.298 391 2 0 97.3766 -101.938 -146.25 - 96 130.009 946 1 1 9.31748 -83.9914 -174.45 - 96 136.931 480 1 0 9.32368 -84.0097 -175.85 - 96 450.335 946 0 1 9.3598 -84.2341 -204.45 - 96 245.161 478 0 0 9.32609 -84.2696 -205.85 - 96 113.159 940 1 1 8.14216 -82.5054 -174.45 - 96 112.7 487 1 0 8.0343 -82.4843 -175.85 - 96 123.298 928 0 1 5.74065 -82.5511 -204.45 - 96 130.317 487 0 0 5.68734 -82.5546 -205.85 - 96 93.2159 950 0 1 10.1472 -84.3022 -204.45 - 96 118.64 482 0 0 9.40333 -83.6274 -205.85 - 96 56.8491 948 4 1 9.71567 -83.9092 -84.45 - 96 77.7293 949 4 1 9.85 -83.9797 -84.5328 - 96 85.0693 950 4 1 10.05 -84.1016 -84.6654 - 96 113.293 473 4 0 11.4895 -85.2913 -85.8501 - 96 126.811 472 4 0 11.7709 -85.45 -86.0491 - 96 51.4972 221 4 0 94.8459 -135.858 -86.25 - 96 252.412 220 4 0 94.9663 -135.95 -86.1666 - 96 56.2266 219 4 0 95.2389 -136.15 -85.9739 - 96 144.73 1382 4 1 96.6373 -137.317 -84.85 - 96 210.382 1383 4 1 96.7503 -137.406 -84.7631 - 96 153.288 1384 4 1 96.95 -137.59 -84.5642 - 96 95.6872 1385 4 1 97.3387 -138.234 -84.45 - 96 623.765 1386 4 1 97.35 -138.323 -84.4774 - 96 53.4162 1387 4 1 97.55 -138.969 -84.613 - 96 59.8405 1381 4 1 96.55 -140.082 -84.6035 - 96 82.6704 1380 4 1 96.35 -140.192 -84.5876 - 96 113.406 947 4 1 9.56056 -83.7573 -84.4502 - 96 187.173 482 4 0 9.42732 -83.5144 -85.85 - 96 100.101 940 3 1 8.19564 -78.7584 -114.45 - 96 6.93864 939 3 1 8.05 -78.7877 -114.825 - 96 17.57 506 3 0 7.68028 -78.8464 -115.85 - 96 131.269 505 3 0 7.6587 -78.85 -115.91 - 96 0.268036 887 2 1 -2.64755 -79.4079 -144.45 - 96 80.2818 886 2 1 -2.65 -79.4077 -144.453 - 96 74.6443 885 2 1 -2.85 -79.3955 -144.698 - 96 151.385 503 2 0 -3.85814 -79.3161 -145.85 - 96 69.9439 756 1 1 -28.6789 -77.1769 -174.45 - 96 203.773 755 1 1 -28.85 -77.1211 -174.618 - 96 17.2303 754 1 1 -29.0502 -77.0615 -174.819 - 96 81.6488 516 1 0 -30.1072 -76.7094 -175.85 - 96 114.732 517 1 0 -30.2912 -76.65 -176.029 - 96 219.747 603 0 1 -59.3148 -67.6947 -204.45 - 96 22.8165 558 0 0 -59.2762 -68.3972 -205.851 - 96 103.969 557 0 0 -59.2639 -68.4501 -205.923 - 96 6.53663 556 0 0 -59.1818 -68.6501 -206.223 - 96 96.0413 498 0 0 -52.7039 -80.3987 -206.25 - 96 71.7305 499 0 0 -52.7681 -80.2493 -205.97 - 96 62.0128 631 0 1 -53.7387 -79.0209 -204.85 - 96 132.845 630 0 1 -53.85 -78.8415 -204.719 - 96 43.3924 629 0 1 -54.1799 -78.4692 -204.45 - 96 88.4288 628 0 1 -54.25 -78.5228 -204.51 - 96 70.8742 627 0 1 -54.45 -78.6637 -204.69 - 96 145.498 503 0 0 -55.4111 -79.2794 -205.85 - 96 55.1027 502 0 0 -55.5737 -79.45 -206.147 - 96 59.9626 513 3 0 7.82324 -77.4423 -115.85 -Number of digits in this event = 40 -Using G4ParticleGun ... -6.48258 LIN -e- -Event: 97 -Number of tracker hits in this event = 74 - 97 149.929 179 8 1 -144.166 14.8646 35.55 - 97 125.924 974 8 0 -144.167 14.8631 34.15 - 97 149.427 179 7 1 -144.185 14.8331 5.55 - 97 110.088 973 7 0 -144.185 14.8306 4.15 - 97 119.24 179 6 1 -144.193 14.7792 -24.45 - 97 116.836 973 6 0 -144.192 14.7773 -25.85 - 97 120.948 179 5 1 -144.184 14.7339 -54.45 - 97 127.747 973 5 0 -144.183 14.7316 -55.85 - 97 141.849 179 4 1 -144.164 14.6912 -84.45 - 97 131.894 973 4 0 -144.162 14.6889 -85.85 - 97 140.701 180 3 1 -144.129 14.6425 -114.45 - 97 221.2 972 3 0 -144.128 14.6398 -115.85 - 97 107.191 180 2 1 -144.1 14.5775 -144.45 - 97 94.3125 972 2 0 -144.1 14.5744 -145.85 - 97 137.098 180 1 1 -144.09 14.5113 -174.45 - 97 113.735 972 1 0 -144.09 14.5089 -175.85 - 97 117.28 180 0 1 -144.083 14.4599 -204.45 - 97 190.225 972 0 0 -144.082 14.4594 -205.85 - 97 164.697 1596 5 0 68.6661 139.444 -56.25 - 97 353.061 179 3 1 -144.15 14.6615 -114.512 - 97 105.476 975 3 0 -144.612 15.1151 -115.85 - 97 31.787 976 3 0 -144.715 15.25 -116.128 - 97 181.58 123 2 1 -155.41 39.2358 -144.45 - 97 84.8207 1097 2 0 -155.481 39.5376 -145.851 - 97 37.0699 1098 2 0 -155.502 39.65 -146.138 - 97 152.5 179 2 1 -144.235 13.4931 -144.45 - 97 89.1339 966 2 0 -144.242 13.2899 -145.85 - 97 40.2183 965 2 0 -144.243 13.25 -146.118 - 97 152.314 179 1 1 -144.297 9.00252 -174.45 - 97 100.705 942 1 0 -144.344 8.64612 -175.851 - 97 162.411 173 0 1 -145.386 1.33735 -204.45 - 97 128.155 904 0 0 -145.49 1.04998 -205.85 - 97 112.037 973 3 0 -144.245 14.6767 -115.85 - 97 105.786 177 2 1 -144.585 13.0575 -144.45 - 97 166.181 963 2 0 -144.462 12.7885 -145.85 - 97 135.995 183 1 1 -143.528 10.8654 -174.45 - 97 82.0034 954 1 0 -143.181 10.8576 -175.85 - 97 77.4255 953 1 0 -143.107 10.85 -176.113 - 97 143.386 224 0 1 -135.317 7.76352 -204.45 - 97 40.3653 937 0 0 -135.01 7.48891 -205.85 - 97 70.5464 936 0 0 -134.974 7.45 -206.013 - 97 37.8597 176 2 1 -144.868 13.1174 -144.45 - 97 57.5151 175 2 1 -144.95 13.1636 -144.529 - 97 66.0126 174 2 1 -145.15 13.2412 -144.654 - 97 72.3837 173 2 1 -145.35 13.29 -144.766 - 97 1.49905 172 2 1 -145.55 13.3943 -144.849 - 97 15.5705 980 2 0 -149.684 16.2186 -145.85 - 97 175.852 981 2 0 -149.73 16.25 -145.858 - 97 6.9301 129 2 1 -154.334 19.6341 -144.85 - 97 138.428 128 2 1 -154.35 19.6459 -144.847 - 97 643.618 127 2 1 -154.55 19.8094 -144.798 - 97 134.807 126 2 1 -154.75 19.9284 -144.726 - 97 192.196 125 2 1 -154.95 20.0831 -144.68 - 97 180.932 124 2 1 -155.15 20.282 -144.61 - 97 189.384 179 0 1 -144.226 14.5435 -204.45 - 97 71.1388 973 0 0 -143.974 14.65 -205.985 - 97 50.0262 178 0 1 -144.35 14.4742 -204.717 - 97 8.15966 968 0 0 -144.864 13.6695 -205.85 - 97 73.3364 967 0 0 -144.873 13.6497 -205.872 - 97 49.9273 966 0 0 -144.891 13.4496 -206.013 - 97 149.11 965 0 0 -144.827 13.2499 -206.081 - 97 58.9332 964 0 0 -144.636 13.05 -206.182 - 97 110.037 700 0 0 -114.374 -39.9957 -206.25 - 97 142.529 699 0 0 -114.331 -40.05 -206.211 - 97 49.2774 698 0 0 -114.202 -40.25 -205.997 - 97 195.539 331 0 1 -113.839 -41.1692 -204.85 - 97 373.269 332 0 1 -113.75 -41.5773 -204.537 - 97 85.5117 333 0 1 -113.55 -42.4936 -204.526 - 97 70.6463 334 0 1 -113.35 -42.5906 -204.656 - 97 575.339 683 0 0 -113.083 -43.3812 -205.85 - 97 26.8712 682 0 0 -112.954 -43.45 -205.94 - 97 1.24913 547 0 0 -84.719 -70.6487 -206.25 - 97 0.661141 546 0 0 -84.7186 -70.6502 -206.25 - 97 52.1016 448 0 0 -71.1729 -90.5188 -206.25 +Event: 31 +Number of tracker hits in this event = 85 + 31 134.662 1357 10 1 91.7463 -54.461 95.55 + 31 297.659 627 10 0 91.744 -54.462 94.15 + 31 204.744 1357 9 1 91.6919 -54.4815 65.55 + 31 101.186 627 9 0 91.6902 -54.4836 64.15 + 31 182.075 1357 8 1 91.6543 -54.5276 35.55 + 31 274.094 627 8 0 91.6526 -54.5302 34.15 + 31 365.416 1357 7 1 91.6185 -54.5838 5.55 + 31 253.449 627 7 0 91.6179 -54.5851 4.15 + 31 108.102 1357 6 1 91.5959 -54.6121 -24.45 + 31 465.218 627 6 0 91.594 -54.6147 -25.85 + 31 117.768 1357 5 1 91.5586 -54.669 -54.45 + 31 169.723 626 5 0 91.5577 -54.6722 -55.85 + 31 342.126 1356 4 1 91.5291 -54.7558 -84.45 + 31 231.261 626 4 0 91.5276 -54.7617 -85.85 + 31 111.789 1356 3 1 91.4953 -54.877 -114.45 + 31 111.927 625 3 0 91.4945 -54.8815 -115.85 + 31 169.144 1356 2 1 91.4785 -54.9728 -144.45 + 31 187.334 625 2 0 91.4757 -54.9774 -145.85 + 31 107.974 1356 1 1 91.4152 -55.0729 -174.45 + 31 140.558 624 1 0 91.4105 -55.0784 -175.85 + 31 158.482 1355 0 1 91.3132 -55.1959 -204.45 + 31 131.486 624 0 0 91.3086 -55.2007 -205.85 + 31 20.1735 1593 0 1 138.799 -60.7314 -204.45 + 31 114.848 1357 4 1 91.5631 -54.5954 -84.4512 + 31 70.6617 1358 4 1 91.75 -54.4832 -84.689 + 31 162.87 628 4 0 92.9507 -54.3315 -85.85 + 31 24.1373 629 4 0 93.4018 -54.25 -86.2073 + 31 5.11504 1566 3 1 133.393 -43.3278 -114.45 + 31 15.6445 1166 10 1 53.25 -174.138 95.2629 + 31 108.241 1353 3 1 90.8283 -55.8385 -114.45 + 31 104.226 621 3 0 90.5935 -55.8063 -115.85 + 31 258.624 1327 2 1 85.4897 -55.7794 -144.451 + 31 84.0595 1326 2 1 85.45 -55.7743 -144.578 + 31 111.925 621 2 0 85.0346 -55.7369 -145.85 + 31 119.672 1278 1 1 75.8214 -55.6113 -174.45 + 31 135.92 622 1 0 75.5533 -55.5729 -175.85 + 31 121.22 1255 0 1 71.2465 -55.6815 -204.45 + 31 109.812 621 0 0 70.9935 -55.8069 -205.85 + 31 32.2942 1241 0 1 68.2619 -57.7853 -204.85 + 31 222.947 1356 6 1 91.3672 -54.7407 -24.45 + 31 111.367 626 6 0 91.3347 -54.7342 -25.85 + 31 262.97 1352 5 1 90.7073 -54.5975 -54.45 + 31 179.947 627 5 0 90.659 -54.5639 -55.85 + 31 109.852 1347 4 1 89.5658 -53.8843 -84.45 + 31 110.273 631 4 0 89.508 -53.8462 -85.85 + 31 123.251 1341 3 1 88.2628 -53.0128 -114.45 + 31 28.6262 1340 3 1 88.25 -52.9968 -114.772 + 31 157.625 635 3 0 88.2041 -52.9423 -115.85 + 31 128.04 1334 2 1 87.0116 -51.4981 -144.45 + 31 120.174 643 2 0 86.9596 -51.4376 -145.85 + 31 113.125 1328 1 1 85.8065 -50.2727 -174.45 + 31 112.203 649 1 0 85.7136 -50.2088 -175.85 + 31 146.838 1318 0 1 83.7765 -48.9537 -204.45 + 31 31.3865 655 0 0 83.6453 -48.858 -205.85 + 31 72.0751 656 0 0 83.6342 -48.85 -205.968 + 31 30.8729 1436 12 1 107.404 13.8894 155.15 + 31 98.2598 626 7 0 91.5497 -54.6674 4.15 + 31 142.899 622 6 0 91.4841 -55.5727 -25.85 + 31 96.2499 1366 5 1 93.3832 -57.5862 -54.45 + 31 98.305 612 5 0 93.6287 -57.5385 -55.85 + 31 144.963 1394 4 1 99.1193 -56.8888 -84.4501 + 31 118.745 616 4 0 98.8281 -56.8373 -85.8501 + 31 106.564 1352 3 1 90.7492 -55.0124 -114.45 + 31 112 623 3 0 90.4208 -55.3426 -115.85 + 31 125.177 1318 2 1 83.7776 -59.3142 -144.45 + 31 3.2273 600 2 0 83.61 -60.0391 -145.85 + 31 117.97 599 2 0 83.6078 -60.0503 -145.872 + 31 117.076 1310 1 1 82.089 -72.7176 -174.45 + 31 35.8103 534 1 0 82.1512 -73.2023 -175.85 + 31 67.0651 533 1 0 82.1585 -73.25 -176.001 + 31 21.4188 344 3 0 112.154 -111.183 -116.25 + 31 90.4853 345 3 0 112.14 -111.15 -116.171 + 31 29.8078 1461 3 1 112.509 -110.692 -114.85 + 31 102.663 1462 3 1 112.55 -110.667 -114.768 + 31 2.16554 1463 3 1 112.75 -110.553 -114.459 + 31 9.78451 630 9 0 91.9712 -53.8723 64.1499 + 31 78.1497 631 9 0 91.9811 -53.8499 64.1107 + 31 61.7135 632 9 0 92.0082 -53.6496 63.8709 + 31 57.9705 765 9 0 83.8383 -26.8895 63.75 + 31 148.849 766 9 0 83.7842 -26.85 63.9593 + 31 16.9156 767 9 0 83.7612 -26.65 64.1375 + 31 5.99268 1317 9 1 83.4718 -23.0458 65.1501 + 31 174.219 781 9 0 85.1843 -23.7112 64.1498 + 31 10.3074 782 9 0 85.3198 -23.65 63.8824 + 31 65.8876 628 10 0 91.752 -54.45 93.8206 Number of digits in this event = 36 Using G4ParticleGun ... -2.39054 LIN +1.33432 LIN e- -Event: 98 -Number of tracker hits in this event = 82 - 98 185.485 1499 9 1 120.049 -60.6825 65.55 - 98 115.73 596 9 0 120.057 -60.6824 64.15 - 98 178.797 1500 8 1 120.205 -60.6757 35.55 - 98 122.921 596 8 0 120.213 -60.6748 34.15 - 98 110.14 1501 7 1 120.397 -60.6539 5.55 - 98 162.209 597 7 0 120.406 -60.6472 4.15 - 98 381.44 1502 6 1 120.594 -60.5063 -24.45 - 98 232.181 597 6 0 120.6 -60.4926 -25.85 - 98 325.396 1502 5 1 120.701 -60.2144 -54.45 - 98 123.091 599 5 0 120.704 -60.1974 -55.85 - 98 127.426 1503 4 1 120.769 -59.8302 -84.45 - 98 140.027 601 4 0 120.773 -59.8097 -85.85 - 98 137.97 1503 3 1 120.837 -59.3873 -114.45 - 98 133.492 603 3 0 120.841 -59.3704 -115.85 - 98 137.401 1503 2 1 120.923 -59.0305 -144.45 - 98 187.191 605 2 0 120.919 -59.0095 -145.85 - 98 210.952 1503 1 1 120.834 -58.5137 -174.45 - 98 129.094 607 1 0 120.831 -58.4953 -175.85 - 98 9.91502 1503 0 1 120.75 -58.0877 -204.45 - 98 121.496 1502 0 1 120.75 -58.087 -204.477 - 98 29.0371 609 0 0 120.737 -58.0528 -205.85 - 98 132.932 610 0 0 120.736 -58.05 -205.961 - 98 130.657 597 5 0 119.956 -60.5168 -55.85 - 98 90.8086 596 5 0 119.668 -60.65 -56.0166 - 98 295.948 595 5 0 119.635 -60.8502 -56.0697 - 98 152.49 598 6 0 120.603 -60.425 -25.85 - 98 45.3039 1501 5 1 120.484 -56.546 -54.45 - 98 104.754 618 5 0 121.016 -56.3473 -55.85 - 98 90.3422 1553 4 1 130.9 -53.2311 -84.45 - 98 21.8489 1552 4 1 130.75 -53.3117 -84.766 - 98 108.368 632 4 0 130.291 -53.5717 -85.85 - 98 100.494 1512 3 1 122.607 -57.7519 -114.45 - 98 25.9052 1511 3 1 122.55 -57.5669 -114.756 - 98 7.70066 615 3 0 122.38 -56.8618 -115.85 - 98 108.407 616 3 0 122.377 -56.85 -115.866 - 98 32.4638 617 3 0 122.32 -56.6499 -116.175 - 98 56.3089 1479 2 1 116.094 -38.116 -144.45 - 98 78.4644 1478 2 1 115.95 -38.0039 -144.549 - 98 81.7937 1477 2 1 115.75 -37.8059 -144.7 - 98 18.3902 716 2 0 114.386 -36.6838 -145.85 - 98 304.641 717 2 0 114.343 -36.6495 -145.885 - 98 237.692 718 2 0 114.085 -36.45 -146.096 - 98 144.592 1279 1 1 75.9297 -2.89263 -174.45 - 98 78.5863 1278 1 1 75.8498 -2.7999 -174.617 - 98 74.2444 888 1 0 75.2971 -2.33202 -175.85 - 98 56.3213 889 1 0 75.2012 -2.25 -176.115 - 98 217.162 1503 5 1 120.75 -56.5957 -54.8098 - 98 183.047 1492 5 1 118.708 -61.3263 -54.45 - 98 140.216 594 5 0 118.77 -61.236 -55.8502 - 98 117.38 1496 4 1 119.479 -59.6895 -84.45 - 98 123.561 600 4 0 119.408 -59.9579 -85.85 - 98 124.254 1517 3 1 123.687 -63.9809 -114.45 - 98 2.40998 579 3 0 123.651 -64.2475 -115.85 - 98 96.427 578 3 0 123.651 -64.25 -115.864 - 98 145.309 1513 2 1 122.942 -69.3704 -144.45 - 98 393.482 551 2 0 122.836 -69.6527 -145.85 - 98 63.0275 1504 1 1 120.95 -75.7552 -174.679 - 98 52.3982 521 1 0 121.19 -75.8326 -175.85 - 98 108.372 520 1 0 121.229 -75.85 -176.019 - 98 138.671 1550 0 1 130.172 -79.408 -204.45 - 98 126.28 504 0 0 130.549 -79.1428 -205.85 - 98 49.3317 351 3 0 138.511 -109.789 -116.25 - 98 63.886 350 3 0 138.581 -109.95 -116.141 - 98 67.5137 349 3 0 138.713 -110.15 -116.074 - 98 57.2944 348 3 0 138.795 -110.35 -116.052 - 98 179.959 347 3 0 138.858 -110.55 -116.029 - 98 44.8893 346 3 0 138.876 -110.75 -116.036 - 98 46.2615 345 3 0 138.889 -110.95 -115.998 - 98 43.3577 344 3 0 138.883 -111.15 -115.945 - 98 84.5 1592 3 1 138.642 -112.563 -114.85 - 98 80.7287 1591 3 1 138.55 -112.811 -114.693 - 98 106.01 1590 3 1 138.35 -112.986 -114.607 - 98 167.193 1589 3 1 138.15 -113.125 -114.564 - 98 43.1526 1541 2 1 128.367 -69.8784 -144.451 - 98 72.4633 1542 2 1 128.55 -69.8595 -144.553 - 98 46.2339 1543 2 1 128.75 -69.8554 -144.706 - 98 155.036 552 2 0 130.238 -69.65 -146.234 - 98 159.763 932 2 0 170.21 6.45076 -146.25 - 98 285.34 1752 2 1 170.677 6.43462 -144.85 - 98 109.483 1753 2 1 170.75 6.38937 -144.682 - 98 62.3134 343 2 0 -129.568 -111.35 -146.175 - 98 82.3248 342 2 0 -129.938 -111.55 -146.088 +Event: 32 +Number of tracker hits in this event = 168 + 32 176.032 968 10 1 13.7378 -106.541 95.55 + 32 181.559 368 10 0 13.7329 -106.539 94.15 + 32 204.681 967 9 1 13.6292 -106.515 65.55 + 32 109.522 368 9 0 13.6214 -106.511 64.15 + 32 371.379 967 8 1 13.4727 -106.424 35.55 + 32 429.123 368 8 0 13.4617 -106.415 34.15 + 32 341.435 965 7 1 13.2235 -106.275 5.55 + 32 291.111 369 7 0 13.2225 -106.271 4.15 + 32 146.612 965 6 1 13.1826 -106.204 -24.45 + 32 164.778 369 6 0 13.19 -106.2 -25.85 + 32 110.432 966 5 1 13.3027 -106.094 -54.45 + 32 114.075 370 5 0 13.2876 -106.098 -55.85 + 32 133.219 964 4 1 12.9757 -106.219 -84.45 + 32 145.842 369 4 0 12.9531 -106.218 -85.85 + 32 122.152 961 3 1 12.4421 -106.154 -114.45 + 32 346.345 370 3 0 12.4133 -106.147 -115.85 + 32 159.358 958 2 1 11.787 -105.993 -144.45 + 32 115.82 370 2 0 11.7668 -106 -145.85 + 32 173.98 956 1 1 11.3854 -106.135 -174.45 + 32 185.806 370 1 0 11.3634 -106.145 -175.85 + 32 119.264 955 0 1 11.1 -106.215 -204.45 + 32 274.989 369 0 0 11.0809 -106.217 -205.85 + 32 303.895 368 7 0 13.5716 -106.35 4.08821 + 32 108.286 367 7 0 13.6601 -106.55 3.90393 + 32 146.386 1504 0 1 120.95 41.0359 -204.665 + 32 240.871 371 3 0 12.6607 -105.862 -116.039 + 32 153.541 959 2 1 11.8965 -106.177 -144.45 + 32 205.724 369 2 0 11.7 -106.166 -145.851 + 32 117.61 940 1 1 8.18935 -105.852 -174.451 + 32 228.384 371 1 0 7.9776 -105.863 -175.85 + 32 163.238 916 0 1 3.28171 -106.556 -204.45 + 32 257.994 368 0 0 3.34281 -106.41 -205.85 + 32 405.361 964 2 1 12.9678 -105.018 -144.45 + 32 247.153 374 2 0 13.0589 -105.172 -145.85 + 32 262.843 979 1 1 15.8882 -108.195 -174.45 + 32 105.83 359 1 0 16.0938 -108.242 -175.85 + 32 205.154 993 0 1 18.6989 -107.399 -204.45 + 32 252.745 362 0 0 18.9548 -107.653 -205.85 + 32 242.657 994 0 1 18.85 -107.453 -204.628 + 32 110.597 967 7 1 13.6361 -106.312 5.55 + 32 106.699 968 6 1 13.7968 -106.127 -24.45 + 32 94.5338 370 6 0 13.816 -106.146 -25.85 + 32 134.112 970 5 1 14.1107 -106.513 -54.45 + 32 142.256 368 5 0 14.1326 -106.484 -55.85 + 32 180.631 972 4 1 14.5625 -106.538 -84.45 + 32 102.585 368 4 0 14.5711 -106.541 -85.8503 + 32 373.558 972 3 1 14.5391 -106.654 -114.45 + 32 340.596 366 3 0 14.6211 -106.776 -115.85 + 32 122.961 979 2 1 15.9465 -109.252 -144.45 + 32 109.712 354 2 0 15.9159 -109.309 -145.851 + 32 117.192 973 1 1 14.8388 -110.392 -174.45 + 32 44.5434 348 1 0 14.7808 -110.532 -175.85 + 32 70.2082 347 1 0 14.7711 -110.55 -176.041 + 32 160.768 966 0 1 13.2846 -113.345 -204.45 + 32 153.453 333 0 0 13.2558 -113.472 -205.851 + 32 10.4179 974 3 1 14.9534 -107.022 -114.85 + 32 114.231 980 2 1 16.1739 -108.057 -144.45 + 32 151.195 359 2 0 16.1648 -108.237 -145.85 + 32 120.981 980 1 1 16.2233 -112.986 -174.45 + 32 16.1755 331 1 0 16.1589 -113.906 -175.85 + 32 76.9851 330 1 0 16.1537 -113.95 -175.913 + 32 57.9036 329 1 0 16.1784 -114.15 -176.112 + 32 113.064 365 4 0 14.8632 -106.989 -85.85 + 32 160.068 971 3 1 14.3573 -114.819 -114.45 + 32 113.909 327 3 0 14.1203 -114.692 -115.851 + 32 148.93 967 2 1 13.4533 -107.305 -144.45 + 32 145.115 373 2 0 13.6405 -105.541 -145.85 + 32 24.7767 375 2 0 13.6764 -105.15 -146.182 + 32 247.296 978 1 1 15.85 -70.3092 -174.542 + 32 175.295 977 1 1 15.6499 -69.7012 -174.696 + 32 51.4113 561 1 0 15.1057 -67.8349 -175.85 + 32 77.8636 562 1 0 15.0595 -67.65 -175.961 + 32 84.9935 563 1 0 15.0171 -67.45 -176.046 + 32 58.2977 564 1 0 14.9871 -67.2496 -176.164 + 32 41.4409 1520 1 0 23.7941 124.186 -176.25 + 32 58.4475 1521 1 0 23.8154 124.35 -176.195 + 32 63.0088 1522 1 0 23.8904 124.551 -176.076 + 32 85.9699 1523 1 0 23.9815 124.75 -175.973 + 32 1.10211 1524 1 0 24.0337 124.95 -175.853 + 32 131.994 1021 1 1 24.3984 126.376 -174.85 + 32 52.5211 1022 1 1 24.45 126.641 -174.628 + 32 166.719 966 7 1 13.3399 -106.457 5.55 + 32 135.001 969 6 1 14.0044 -106.496 -24.45 + 32 100.933 368 6 0 14.0726 -106.481 -25.85 + 32 113.985 977 5 1 15.5315 -106.222 -54.45 + 32 114.139 369 5 0 15.579 -106.26 -55.85 + 32 191.36 982 4 1 16.5969 -106.897 -84.45 + 32 203.741 366 4 0 16.5639 -106.916 -85.8501 + 32 110.146 978 3 1 15.697 -107.311 -114.45 + 32 93.337 364 3 0 15.7325 -107.197 -115.85 + 32 95.6034 981 2 1 16.3092 -104.53 -144.45 + 32 235.947 377 2 0 16.4263 -104.551 -145.85 + 32 112.044 998 1 1 19.7789 -105.344 -174.45 + 32 107.378 374 1 0 19.911 -105.34 -175.85 + 32 148.524 1010 0 1 22.1869 -105.037 -204.45 + 32 142.172 375 0 0 22.3162 -105.018 -205.85 + 32 304.556 981 4 1 16.45 -106.835 -84.568 + 32 154.399 966 3 1 13.2841 -105.913 -114.45 + 32 89.7407 965 3 1 13.25 -105.916 -114.482 + 32 173.724 964 3 1 13.05 -105.931 -114.66 + 32 2.19202 963 3 1 12.85 -105.958 -114.845 + 32 22.9658 606 3 0 -35.2135 -58.7255 -116.25 + 32 82.0653 607 3 0 -35.2535 -58.65 -116.198 + 32 74.7767 608 3 0 -35.3718 -58.45 -116.045 + 32 134.582 609 3 0 -35.4902 -58.25 -115.897 + 32 620.449 719 3 1 -36.0869 -56.7636 -114.85 + 32 62.4726 718 3 1 -36.25 -56.3684 -114.519 + 32 39.6856 631 3 0 -36.1863 -53.7605 -115.85 + 32 51.0611 632 3 0 -36.191 -53.65 -115.944 + 32 63.6873 633 3 0 -36.2122 -53.45 -116.093 + 32 0.0635488 634 3 0 -36.2601 -53.25 -116.25 + 32 165.737 609 2 1 -58.2255 -10.3004 -144.45 + 32 125.813 846 2 0 -57.585 -10.6696 -145.85 + 32 47.6293 642 1 1 -51.5487 -25.0453 -174.45 + 32 240.089 641 1 1 -51.65 -24.8621 -174.512 + 32 116.178 640 1 1 -51.85 -24.3161 -174.63 + 32 185.461 786 1 0 -52.6615 -22.8426 -175.85 + 32 112.223 787 1 0 -52.7723 -22.65 -176.014 + 32 58.8544 788 1 0 -52.9234 -22.45 -176.152 + 32 113.462 789 1 0 -53.0441 -22.25 -176.21 + 32 51.4023 790 1 0 -53.2655 -22.0497 -175.996 + 32 116.001 628 1 1 -54.2856 -21.3905 -174.85 + 32 245.514 627 1 1 -54.4504 -21.2676 -174.689 + 32 71.5126 629 1 1 -54.25 -20.9517 -174.605 + 32 80.2962 630 1 1 -54.05 -20.8399 -174.705 + 32 92.8573 631 1 1 -53.85 -20.6201 -174.773 + 32 17.0528 802 1 0 -51.7911 -19.4857 -175.85 + 32 124.746 803 1 0 -51.7322 -19.45 -175.884 + 32 114.638 804 1 0 -51.4049 -19.2498 -176.097 + 32 94.4223 805 1 0 -51.2379 -19.05 -176.156 + 32 6.46803 806 1 0 -50.9527 -18.8499 -176.247 + 32 80.2513 1240 1 0 162.53 68.0867 -176.25 + 32 17.0385 1241 1 0 162.777 68.25 -176.24 + 32 129.242 955 2 1 11.1544 -104.758 -144.45 + 32 51.4841 937 1 1 7.48756 -104.067 -174.45 + 32 73.9659 936 1 1 7.45 -104.058 -174.614 + 32 156.581 380 1 0 7.17785 -103.985 -175.85 + 32 367.202 905 0 1 1.14523 -102.384 -204.45 + 32 141.199 389 0 0 0.946798 -102.204 -205.85 + 32 4.51056 390 0 0 0.889343 -102.15 -206.234 + 32 217.25 405 0 0 0.2666 -99.109 -205.85 + 32 93.952 965 8 1 13.0796 -105.424 35.1501 + 32 165.283 963 2 1 12.7097 -105.796 -144.45 + 32 36.447 962 2 1 12.65 -105.762 -144.702 + 32 134.097 372 2 0 12.2924 -105.647 -145.851 + 32 78.8369 916 1 1 3.25531 -103.396 -174.45 + 32 153.042 917 1 1 3.45006 -103.67 -174.571 + 32 85.3391 918 1 1 3.65002 -104.113 -174.782 + 32 59.5806 369 1 0 4.15559 -106.15 -176.003 + 32 71.0817 368 1 0 4.23118 -106.35 -176.083 + 32 59.0953 367 1 0 4.314 -106.55 -176.169 + 32 43.4805 1014 0 1 22.9742 -157.206 -204.45 + 32 93.2293 1015 0 1 23.0505 -157.239 -204.515 + 32 70.7639 1016 0 1 23.25 -157.327 -204.689 + 32 5.59441 1017 0 1 23.4504 -157.39 -204.842 + 32 0.376948 112 0 0 25.0672 -157.75 -205.85 + 32 232.558 111 0 0 25.0692 -157.75 -205.851 + 32 86.1447 379 1 0 2.85415 -104.259 -175.85 + 32 40.88 368 2 0 12.7494 -106.507 -145.85 + 32 101.349 367 2 0 12.7516 -106.55 -145.941 + 32 53.9722 966 1 1 13.3688 -120.317 -174.45 + 32 57.6046 965 1 1 13.2498 -120.313 -174.64 + 32 112.274 298 1 0 12.5805 -120.468 -175.85 + 32 9.1159 297 1 0 12.4086 -120.55 -176.231 + 32 79.5714 889 0 1 -2.05608 -126.694 -204.45 + 32 37.0009 888 0 1 -2.25 -126.648 -204.713 + 32 137.61 268 0 0 -3.13419 -126.462 -205.85 + 32 11.1193 269 0 0 -3.45323 -126.35 -206.221 +Number of digits in this event = 78 +Using G4ParticleGun ... +6.92517 LIN +e- +Event: 33 +Number of tracker hits in this event = 100 + 33 108.624 971 11 1 14.2697 -78.722 125.55 + 33 222.164 506 11 0 14.2696 -78.7214 124.15 + 33 340.744 971 10 1 14.269 -78.7102 95.55 + 33 221.019 506 10 0 14.2697 -78.7083 94.15 + 33 284.392 971 9 1 14.2819 -78.6703 65.55 + 33 125.654 506 9 0 14.2815 -78.6699 64.15 + 33 251.384 971 8 1 14.2711 -78.6544 35.55 + 33 136.361 506 8 0 14.2727 -78.661 34.15 + 33 277.79 971 7 1 14.3031 -78.7949 5.55 + 33 318.667 506 7 0 14.3047 -78.8013 4.15 + 33 126.292 971 6 1 14.3372 -78.9284 -24.45 + 33 148.561 505 6 0 14.3401 -78.9357 -25.85 + 33 265.557 971 5 1 14.3995 -79.085 -54.45 + 33 320.416 504 5 0 14.4014 -79.0918 -55.85 + 33 254.017 971 4 1 14.4427 -79.2347 -84.45 + 33 151.067 504 4 0 14.4429 -79.2424 -85.85 + 33 242.153 971 3 1 14.4478 -79.4038 -114.45 + 33 110.713 503 3 0 14.4497 -79.4119 -115.85 + 33 175.995 972 2 1 14.4913 -79.5733 -144.45 + 33 111.156 502 2 0 14.4933 -79.579 -145.85 + 33 108.376 972 1 1 14.5344 -79.7016 -174.45 + 33 143.034 501 1 0 14.5362 -79.7077 -175.85 + 33 133.034 972 0 1 14.5727 -79.8351 -204.45 + 33 123.258 501 0 0 14.5748 -79.844 -205.85 + 33 227.256 972 4 1 14.5396 -79.1171 -84.4501 + 33 113.269 508 4 0 14.1371 -78.401 -85.85 + 33 346.362 507 4 0 13.985 -78.4501 -86.112 + 33 275.455 972 5 1 14.45 -79.218 -54.4591 + 33 105.331 973 5 1 14.65 -79.674 -54.6501 + 33 47.9912 495 5 0 15.4639 -80.8973 -55.85 + 33 56.0132 494 5 0 15.5068 -81.05 -55.943 + 33 68.8701 493 5 0 15.5586 -81.25 -56.0471 + 33 53.1757 492 5 0 15.6555 -81.45 -56.1724 + 33 119.435 976 4 1 15.3833 -79.8285 -84.45 + 33 101.577 502 4 0 15.4439 -79.6462 -85.85 + 33 154.469 986 3 1 17.3599 -76.2474 -114.45 + 33 212.361 520 3 0 17.4692 -75.994 -115.85 + 33 256.536 1001 2 1 20.253 -70.127 -144.45 + 33 67.3948 552 2 0 20.6431 -69.5317 -145.85 + 33 64.6863 553 2 0 20.6954 -69.45 -146.03 + 33 1.78759 1044 1 1 29.0451 -58.2917 -174.45 + 33 124.653 1045 1 1 29.0502 -58.29 -174.462 + 33 108.624 609 1 0 29.5942 -58.1409 -175.851 + 33 85.9533 1104 0 1 40.951 -55.4714 -204.45 + 33 53.0863 1105 0 1 41.05 -55.4456 -204.69 + 33 284.262 623 0 0 41.5556 -55.2989 -205.85 + 33 0.180768 624 0 0 41.7272 -55.2499 -206.248 + 33 65.5006 1000 2 1 20.2499 -70.0256 -144.762 + 33 95.3278 557 1 0 23.7316 -68.6471 -175.85 + 33 154.846 698 1 0 2.8814 -40.4454 -176.25 + 33 192.205 697 1 0 2.77625 -40.45 -176.151 + 33 72.0588 685 1 0 24.1525 -43.0368 -176.25 + 33 84.0993 871 1 0 -6.82617 -5.78271 -176.25 + 33 143.856 507 9 0 14.2931 -78.5998 64.15 + 33 249.857 507 8 0 14.3791 -78.5453 34.15 + 33 130.173 970 6 1 14.2141 -78.6902 -24.45 + 33 124.039 506 6 0 14.2176 -78.6931 -25.85 + 33 99.3999 506 5 0 14.5004 -78.8455 -55.85 + 33 136.646 968 3 1 13.6697 -77.5569 -114.45 + 33 104.584 512 3 0 13.632 -77.5514 -115.85 + 33 104.033 964 2 1 12.979 -77.5139 -144.45 + 33 160.318 512 2 0 12.9181 -77.5274 -145.85 + 33 101.709 959 1 1 11.885 -77.8145 -174.45 + 33 98.5104 510 1 0 11.8249 -77.8534 -175.85 + 33 169.37 952 0 1 10.6022 -78.5498 -204.45 + 33 109.297 507 0 0 10.5091 -78.5389 -205.85 + 33 223.663 953 0 1 10.6505 -78.4683 -204.546 + 33 84.0923 954 0 1 10.8501 -78.3654 -204.672 + 33 99.34 516 2 0 13.3175 -76.7 -145.85 + 33 41.6741 348 1 0 -6.17049 -110.35 -176.116 + 33 55.749 707 5 1 -38.5631 -55.841 -54.85 + 33 47.7017 971 1 1 14.2663 -78.6583 -174.45 + 33 389.159 970 1 1 14.25 -78.6741 -174.489 + 33 349.985 504 1 0 13.5907 -79.1358 -175.85 + 33 41.4395 503 1 0 13.4377 -79.2502 -176.142 + 33 8.61019 872 0 1 -5.64528 -90.4084 -204.451 + 33 100.122 871 0 1 -5.65013 -90.4131 -204.457 + 33 95.0401 870 0 1 -5.85 -90.6479 -204.711 + 33 61.6267 869 0 1 -6.05006 -90.9496 -204.766 + 33 35.9777 868 0 1 -6.25025 -91.0507 -204.798 + 33 71.4805 444 0 0 -9.40063 -91.1965 -205.85 + 33 95.757 443 0 0 -9.59298 -91.35 -205.931 + 33 89.7899 442 0 0 -9.73272 -91.55 -206.03 + 33 274.982 441 0 0 -9.69067 -91.7501 -206.073 + 33 62.4015 440 0 0 -9.66122 -91.9505 -206.173 + 33 58.116 416 0 0 -10.6149 -96.75 -206.148 + 33 34.0188 414 0 0 -10.48 -97.15 -206.187 + 33 46.9527 242 0 0 -49.7681 -131.643 -206.25 + 33 140.237 241 0 0 -49.8068 -131.75 -206.168 + 33 45.2495 240 0 0 -49.6221 -131.95 -205.95 + 33 243.946 661 0 1 -47.7928 -132.793 -204.85 + 33 220.5 662 0 1 -47.65 -132.894 -204.626 + 33 76.161 660 0 1 -47.85 -132.77 -204.594 + 33 147.325 505 1 0 14.0095 -79.0006 -175.85 + 33 156.199 946 0 1 9.30346 -85.0811 -204.45 + 33 42.3795 466 0 0 9.33224 -86.7446 -205.85 + 33 70.7677 465 0 0 9.32999 -86.85 -205.938 + 33 150.618 464 0 0 9.32717 -87.0503 -206.139 + 33 114.788 365 0 0 14.9552 -106.962 -206.25 + 33 263.654 364 0 0 15.0328 -107.15 -206.038 +Number of digits in this event = 50 +Using G4ParticleGun ... +9.38957 LIN +e- +Event: 34 +Number of tracker hits in this event = 96 + 34 194.534 480 9 1 -83.9857 95.9194 65.55 + 34 149.153 1378 9 0 -83.9853 95.919 64.15 + 34 125.223 480 8 1 -83.9775 95.9167 35.55 + 34 125.485 1378 8 0 -83.9764 95.9164 34.15 + 34 130.542 480 7 1 -83.951 95.9076 5.55 + 34 146.108 1378 7 0 -83.9498 95.9058 4.15 + 34 127.179 480 6 1 -83.9252 95.8727 -24.45 + 34 132.733 1378 6 0 -83.9247 95.8723 -25.85 + 34 478.655 480 5 1 -83.9084 95.8585 -54.45 + 34 413.153 1378 5 0 -83.9077 95.8584 -55.85 + 34 113.319 480 4 1 -83.8918 95.8563 -84.45 + 34 106.219 1378 4 0 -83.89 95.8555 -85.85 + 34 217.448 480 3 1 -83.8531 95.8375 -114.45 + 34 331.903 1378 3 0 -83.8516 95.8361 -115.85 + 34 235.068 481 2 1 -83.8235 95.8099 -144.45 + 34 105.178 1378 2 0 -83.822 95.809 -145.85 + 34 384.469 481 1 1 -83.7901 95.7904 -174.45 + 34 495.595 1378 1 0 -83.7949 95.7935 -175.85 + 34 668.129 480 0 1 -83.9029 95.8531 -204.45 + 34 501.257 1378 0 0 -83.917 95.8514 -205.85 + 34 800.09 481 0 1 -83.7632 95.7614 -204.45 + 34 185.226 1426 1 0 -68.0855 105.483 -176.249 + 34 112.372 1377 0 0 -83.9228 95.7235 -205.85 + 34 64.7507 1335 4 0 -7.59462 87.25 -86.0637 + 34 82.1714 851 4 1 -9.69761 87.4837 -84.85 + 34 51.2073 1064 0 0 -104.269 33.05 -206.071 + 34 163.248 479 2 1 -84.1807 95.7405 -144.45 + 34 126.004 1377 2 0 -84.1443 95.742 -145.85 + 34 132.115 483 1 1 -83.3499 96.1275 -174.45 + 34 31.7812 1379 1 0 -83.318 96.1479 -175.851 + 34 87.7203 1380 1 0 -83.3152 96.15 -175.985 + 34 1.41104 486 0 1 -82.6501 96.5859 -204.45 + 34 118.154 487 0 1 -82.65 96.5862 -204.454 + 34 107.301 1382 0 0 -82.5792 96.6877 -205.85 + 34 76.3989 480 2 1 -84.0499 95.8484 -144.563 + 34 74.9547 482 2 1 -83.65 95.9194 -144.756 + 34 225.842 1380 2 0 -84.0616 96.3119 -145.85 + 34 106.079 481 3 1 -83.8498 95.8376 -114.623 + 34 119.865 1379 3 0 -83.2841 95.9928 -115.85 + 34 58.414 1741 3 0 -121.784 168.405 -116.25 + 34 76.2072 1742 3 0 -121.891 168.55 -116.212 + 34 83.8626 1743 3 0 -122.041 168.75 -116.161 + 34 123.566 1744 3 0 -122.157 168.95 -116.086 + 34 88.3139 1745 3 0 -122.263 169.15 -116.024 + 34 50.7145 1746 3 0 -122.37 169.35 -115.934 + 34 78.9118 284 3 1 -123.228 170.954 -114.85 + 34 201.948 283 3 1 -123.35 171.158 -114.704 + 34 0.113295 282 3 1 -123.55 171.521 -114.451 + 34 94.7059 1706 4 0 -110.155 161.496 -86.25 + 34 50.9524 1705 4 0 -109.998 161.35 -86.0136 + 34 135.368 353 4 1 -109.453 160.818 -84.85 + 34 9.52002 354 4 1 -109.35 160.573 -84.475 + 34 21.2202 1677 5 0 -97.4659 155.569 -56.25 + 34 117.079 1676 5 0 -97.4459 155.55 -56.1739 + 34 83.5228 416 5 1 -96.8855 155.465 -54.85 + 34 119.866 417 5 1 -96.75 155.47 -54.6458 + 34 532.685 418 5 1 -96.55 155.196 -54.5093 + 34 334.019 290 3 1 -122.114 168.748 -114.85 + 34 65.9556 291 3 1 -121.95 168.793 -114.507 + 34 103.241 438 5 1 -92.5476 102.209 -54.45 + 34 214.529 1412 5 0 -92.3665 102.565 -55.85 + 34 95.3595 519 4 1 -76.1834 115.23 -84.45 + 34 117.902 520 4 1 -76.05 115.492 -84.6391 + 34 40.8619 1481 4 0 -74.8073 116.478 -85.85 + 34 146.404 1482 4 0 -74.7109 116.55 -85.9421 + 34 13.8684 1483 4 0 -74.3982 116.75 -86.2335 + 34 62.1513 695 3 1 -40.94 138.52 -114.45 + 34 160.482 694 3 1 -41.0501 138.69 -114.612 + 34 43.9354 1601 3 0 -42.2935 140.458 -115.85 + 34 94.8383 1602 3 0 -42.3536 140.55 -115.928 + 34 23.6717 1603 3 0 -42.4804 140.75 -116.177 + 34 3.33201 1768 3 0 -54.2422 173.945 -116.25 + 34 128.962 1769 3 0 -54.238 173.95 -116.229 + 34 85.8874 631 3 1 -53.7141 174.503 -114.85 + 34 134.419 632 3 1 -53.65 174.707 -114.628 + 34 321.476 633 3 1 -53.4499 175.066 -114.55 + 34 322.195 1776 3 0 -53.9069 175.43 -115.85 + 34 118.858 478 4 1 -84.3147 94.4298 -84.45 + 34 104.244 1371 4 0 -84.3243 94.3962 -85.85 + 34 130.73 438 3 1 -92.4029 92.0013 -114.45 + 34 101.056 1354 3 0 -92.7418 91.1321 -115.85 + 34 39.3985 1353 3 0 -92.7966 90.95 -116.129 + 34 42.5635 408 2 1 -98.4523 70.6808 -144.45 + 34 100.714 407 2 1 -98.55 70.8062 -144.552 + 34 25.9783 406 2 1 -98.75 71.0835 -144.801 + 34 73.1608 1260 2 0 -99.4045 72.0713 -145.85 + 34 172.043 1261 2 0 -99.5496 72.2502 -146.043 + 34 85.8781 1262 2 0 -112.376 72.5815 -146.25 + 34 119.159 339 2 1 -112.281 71.6853 -144.849 + 34 22.2479 1231 1 0 -99.4351 66.2752 -176.25 + 34 23.4516 481 5 1 -83.7964 95.6801 -54.45 + 34 141.372 479 5 1 -84.05 95.431 -54.6438 + 34 186.777 478 5 1 -84.25 95.3984 -54.8022 + 34 32.839 477 5 1 -84.45 95.2229 -54.8257 + 34 22.3021 483 5 1 -83.4116 94.9558 -54.85 + 34 26.6489 1368 5 0 -82.6697 93.83 -55.85 Number of digits in this event = 41 Using G4ParticleGun ... -1.48477 LIN +6.52637 LIN +e- +Event: 35 +Number of tracker hits in this event = 132 + 35 124.461 273 7 1 -125.407 80.3537 5.55 + 35 163.08 1301 7 0 -125.407 80.3542 4.15 + 35 152.544 273 6 1 -125.399 80.3633 -24.45 + 35 152.3 1301 6 0 -125.399 80.3642 -25.85 + 35 365.602 273 5 1 -125.392 80.3825 -54.45 + 35 362.52 1301 5 0 -125.392 80.384 -55.85 + 35 761.751 273 4 1 -125.392 80.4207 -84.45 + 35 433.832 1301 4 0 -125.39 80.4219 -85.85 + 35 119.094 274 3 1 -125.348 80.4397 -114.45 + 35 242.843 1301 3 0 -125.346 80.441 -115.85 + 35 354.946 274 2 1 -125.313 80.4438 -144.45 + 35 245.502 1301 2 0 -125.314 80.4442 -145.85 + 35 219.089 274 1 1 -125.336 80.4513 -174.45 + 35 172.27 1302 1 0 -125.337 80.4507 -175.85 + 35 122.104 273 0 1 -125.355 80.4404 -204.45 + 35 97.5604 1301 0 0 -125.35 80.4395 -205.85 + 35 69.8902 1328 2 0 -120.288 85.82 -146.25 + 35 159.052 1329 2 0 -120.287 85.85 -146.194 + 35 56.1585 916 1 0 -148.386 3.45 -176.135 + 35 251.479 274 4 1 -125.35 80.4144 -84.7368 + 35 183.743 273 3 1 -125.388 80.2017 -114.45 + 35 159.91 1300 3 0 -125.385 80.2036 -115.85 + 35 104.901 1301 1 0 -125.228 80.2519 -175.85 + 35 171.667 275 0 1 -125.084 80.1101 -204.45 + 35 115.18 1300 0 0 -125.083 80.1114 -205.85 + 35 257.884 1302 4 0 -125.227 80.5194 -85.85 + 35 105.834 277 3 1 -124.733 80.3741 -114.45 + 35 225.292 278 2 1 -124.436 80.5106 -144.45 + 35 105.444 1302 2 0 -124.426 80.5228 -145.85 + 35 369.191 279 1 1 -124.274 80.8096 -174.45 + 35 208.158 1303 1 0 -124.267 80.8236 -175.85 + 35 133.814 280 0 1 -124.107 81.1128 -204.45 + 35 279.111 1305 0 0 -124.089 81.1366 -205.85 + 35 52.3177 280 1 1 -124.15 81.0174 -174.838 + 35 149.489 1305 1 0 -122.934 81.1318 -175.85 + 35 112.385 275 3 1 -124.965 80.5714 -114.45 + 35 190.409 1302 3 0 -124.94 80.5777 -115.85 + 35 174.708 1303 2 0 -124.371 80.7313 -145.85 + 35 371.831 282 1 1 -123.746 80.9071 -174.45 + 35 138.058 1304 1 0 -123.715 80.9158 -175.85 + 35 116.881 285 0 1 -123.05 81.0778 -204.45 + 35 102.725 1404 1 0 -143.619 100.969 -176.25 + 35 34.4789 283 1 1 -123.55 80.685 -174.785 + 35 75.663 1300 1 0 -122.664 80.1513 -175.85 + 35 89.9556 1299 1 0 -122.516 80.05 -176.03 + 35 181.136 402 0 1 -99.6898 62.4359 -204.45 + 35 440.463 403 0 1 -99.55 62.987 -204.559 + 35 74.731 404 0 1 -99.35 63.9484 -204.747 + 35 8.2615 1231 0 0 -98.8122 66.4113 -205.85 + 35 86.2954 1232 0 0 -98.8034 66.45 -205.867 + 35 52.0793 1233 0 0 -98.7725 66.65 -205.938 + 35 70.0542 1234 0 0 -98.7536 66.85 -205.984 + 35 50.7678 1235 0 0 -98.7376 67.05 -206.038 + 35 63.0657 1236 0 0 -98.7436 67.25 -206.105 + 35 22.6287 1237 0 0 -98.7556 67.4505 -206.215 + 35 21.7116 1644 0 0 -108.339 149.054 -206.25 + 35 53.6158 1645 0 0 -108.349 149.15 -206.226 + 35 74.437 1646 0 0 -108.381 149.35 -206.179 + 35 60.4486 1647 0 0 -108.418 149.55 -206.141 + 35 50.4234 1648 0 0 -108.474 149.75 -206.101 + 35 44.7101 1649 0 0 -108.518 149.95 -206.075 + 35 141.225 1650 0 0 -108.514 150.15 -206.042 + 35 32.5897 1651 0 0 -108.135 150.35 -205.903 + 35 27.15 366 0 1 -106.813 151.457 -204.85 + 35 90.4044 367 0 1 -106.75 151.509 -204.799 + 35 71.5969 368 0 1 -106.55 151.618 -204.691 + 35 516.293 369 0 1 -106.35 151.707 -204.582 + 35 22.09 370 0 1 -106.15 151.773 -204.483 + 35 54.7808 1420 1 0 -74.9342 104.22 -176.25 + 35 34.0448 1421 1 0 -74.8288 104.35 -176.249 + 35 65.7541 296 3 1 -120.802 82.4552 -114.45 + 35 67.0029 297 3 1 -120.75 82.489 -114.623 + 35 154.558 1313 3 0 -120.303 82.6598 -115.85 + 35 157.14 348 2 1 -110.487 86.0065 -144.45 + 35 126.393 1330 2 0 -110.738 86.097 -145.85 + 35 53.4022 326 1 1 -114.848 88.5831 -174.45 + 35 75.5979 325 1 1 -114.95 88.5342 -174.626 + 35 132.863 1340 1 0 -115.667 88.2291 -175.85 + 35 102.49 229 0 1 -134.183 80.9958 -204.45 + 35 22.8916 228 0 1 -134.35 81.0032 -204.773 + 35 113.441 1304 0 0 -134.856 80.9894 -205.85 + 35 25.2791 1306 4 0 -125.668 81.3937 -85.85 + 35 204.227 1307 4 0 -125.68 81.45 -85.9414 + 35 2.35214 1308 4 0 -125.727 81.6503 -86.2404 + 35 582.332 255 3 1 -129.028 101.109 -114.45 + 35 21.9199 256 3 1 -128.95 101.098 -114.79 + 35 60.1767 254 3 1 -129.15 100.668 -114.571 + 35 245.365 273 2 1 -125.395 80.4072 -144.45 + 35 81.6386 1308 2 0 -125.655 81.6784 -145.85 + 35 77.9858 1309 2 0 -125.702 81.85 -146.017 + 35 31.4507 1310 2 0 -125.791 82.0501 -146.193 + 35 24.7688 1370 2 0 -144.919 94.2243 -146.25 + 35 229.089 1369 2 0 -144.92 94.15 -146.217 + 35 98.7853 1368 2 0 -144.61 93.95 -146.005 + 35 197.662 1367 2 0 -144.42 93.7497 -145.93 + 35 50.0472 1366 2 0 -144.121 93.55 -146.198 + 35 141.527 1304 2 0 -125.15 80.9156 -145.85 + 35 178.114 275 1 1 -125.079 90.7129 -174.45 + 35 33.2324 1357 1 0 -125.049 91.6704 -175.85 + 35 116.433 1358 1 0 -125.05 91.75 -175.964 + 35 10.657 1359 1 0 -124.894 91.95 -176.24 + 35 7.43409 1495 0 0 -106.282 119.314 -205.85 + 35 58.3041 1496 0 0 -106.282 119.35 -205.858 + 35 133.76 1497 0 0 -106.272 119.55 -205.909 + 35 57.4267 1498 0 0 -106.271 119.75 -205.954 + 35 58.2537 1499 0 0 -106.278 119.95 -205.989 + 35 46.7718 1500 0 0 -106.272 120.15 -205.998 + 35 62.7097 1501 0 0 -106.248 120.35 -206.009 + 35 48.5949 1502 0 0 -106.202 120.55 -206.017 + 35 58.1627 1503 0 0 -106.157 120.751 -206.027 + 35 54.2307 1504 0 0 -106.133 120.95 -206.029 + 35 39.0294 1505 0 0 -106.114 121.15 -206.043 + 35 77.2813 1506 0 0 -106.091 121.35 -206.067 + 35 54.4978 1507 0 0 -106.096 121.55 -206.068 + 35 55.2802 1508 0 0 -106.131 121.75 -206.056 + 35 47.0742 1509 0 0 -106.132 121.95 -206.056 + 35 43.9128 1510 0 0 -106.136 122.151 -206.071 + 35 70.097 1511 0 0 -106.159 122.35 -206.1 + 35 54.5998 1512 0 0 -106.179 122.55 -206.123 + 35 53.5395 1513 0 0 -106.197 122.75 -206.137 + 35 83.9817 1514 0 0 -106.229 122.95 -206.122 + 35 50.9401 1515 0 0 -106.269 123.15 -206.103 + 35 86.269 1516 0 0 -106.31 123.35 -206.098 + 35 59.87 1517 0 0 -106.368 123.55 -206.107 + 35 83.6247 1518 0 0 -106.431 123.75 -206.105 + 35 36.7463 1519 0 0 -106.517 123.95 -206.057 + 35 1.40749 1347 1 0 -85.7829 89.456 -176.25 + 35 72.3463 1346 1 0 -85.7789 89.4492 -176.244 + 35 110.486 1345 1 0 -85.6661 89.2499 -176.069 + 35 0.904057 1344 1 0 -85.5624 89.0488 -175.853 + 35 2.82634 474 1 1 -85.0559 87.9935 -174.85 + 35 168.957 475 1 1 -85.05 87.9804 -174.837 +Number of digits in this event = 50 +Using G4ParticleGun ... +2.78455 LIN +e- +Event: 36 +Number of tracker hits in this event = 134 + 36 158.886 946 11 1 9.38351 -14.7487 125.55 + 36 104.16 826 11 0 9.38625 -14.7493 124.15 + 36 123.022 946 10 1 9.44409 -14.7667 95.55 + 36 133.872 826 10 0 9.44801 -14.7658 94.15 + 36 106.943 947 9 1 9.5225 -14.7376 65.55 + 36 277.413 826 9 0 9.52566 -14.7391 64.15 + 36 120.334 947 8 1 9.58881 -14.7582 35.55 + 36 109.202 826 8 0 9.59141 -14.7612 34.15 + 36 137.672 947 7 1 9.64392 -14.8065 5.55 + 36 138.22 826 7 0 9.64052 -14.8115 4.15 + 36 211.924 947 6 1 9.56765 -14.918 -24.45 + 36 122.539 825 6 0 9.56776 -14.9251 -25.85 + 36 621.229 947 5 1 9.57385 -15.06 -54.45 + 36 316.627 824 5 0 9.5761 -15.066 -55.85 + 36 141.597 947 4 1 9.6171 -15.1933 -84.45 + 36 131.231 824 4 0 9.61575 -15.1986 -85.85 + 36 812.3 947 3 1 9.58557 -15.3044 -114.45 + 36 393.671 823 3 0 9.58548 -15.309 -115.85 + 36 252.903 947 2 1 9.58228 -15.3861 -144.45 + 36 208.901 823 2 0 9.58457 -15.3893 -145.85 + 36 157.882 947 1 1 9.6266 -15.4458 -174.45 + 36 133.524 822 1 0 9.62972 -15.4543 -175.85 + 36 198.382 948 0 1 9.69733 -15.6177 -204.45 + 36 129.975 822 0 0 9.70127 -15.6276 -205.85 + 36 271.675 51 5 0 178.155 -169.835 -56.25 + 36 86.7152 52 5 0 178.468 -169.75 -56.2346 + 36 207.576 821 0 0 9.72399 -15.65 -206.122 + 36 37.4646 822 3 0 9.59248 -15.45 -116.147 + 36 125.865 769 3 0 3.38025 -26.1212 -116.25 + 36 93.9849 768 3 0 3.5128 -26.2501 -116.056 + 36 19.1755 922 3 1 4.6339 -26.4437 -114.85 + 36 362.515 923 3 1 4.65 -26.4689 -114.787 + 36 17.4754 953 2 1 10.8486 -15.9786 -144.45 + 36 126.514 954 2 1 10.85 -15.9803 -144.513 + 36 102.953 820 2 0 10.8746 -16.0042 -145.85 + 36 309.185 956 1 1 11.4308 -16.5122 -174.45 + 36 122.623 817 1 0 11.445 -16.5511 -175.85 + 36 125.753 957 0 1 11.5445 -17.5433 -204.45 + 36 107.875 812 0 0 11.6252 -17.6085 -205.85 + 36 47.6599 822 2 0 9.59015 -15.4928 -145.85 + 36 169.408 958 1 1 11.6647 -9.46784 -174.45 + 36 115.771 854 1 0 11.6739 -9.15261 -175.851 + 36 112.747 958 0 1 11.7039 -3.18087 -204.45 + 36 315.174 884 0 0 11.5897 -3.23303 -205.85 + 36 132.629 883 0 0 11.5714 -3.25 -206.195 + 36 103.839 71 4 0 114.058 -165.75 -86.2436 + 36 52.9419 948 5 1 9.65 -15.0734 -54.6732 + 36 115.279 825 5 0 9.88673 -14.969 -55.85 + 36 126.851 981 4 1 16.4335 -12.3064 -84.45 + 36 51.6332 834 4 0 16.4452 -13.1732 -85.8505 + 36 148.718 833 4 0 16.4498 -13.25 -85.9706 + 36 77.2174 1007 3 1 21.5397 -32.4326 -114.45 + 36 117.118 1006 3 1 21.45 -32.6413 -114.536 + 36 138.439 1005 3 1 21.25 -33.0782 -114.623 + 36 65.7231 1004 3 1 21.05 -33.4198 -114.671 + 36 77.7915 1003 3 1 20.85 -33.6193 -114.684 + 36 67.3346 1002 3 1 20.65 -33.7653 -114.723 + 36 284.469 1001 3 1 20.45 -33.915 -114.773 + 36 49.4287 1000 3 1 20.25 -34.0208 -114.815 + 36 22.6587 718 3 0 14.8848 -36.4103 -115.85 + 36 163.109 717 3 0 14.7922 -36.45 -115.865 + 36 109.455 716 3 0 14.4262 -36.65 -115.926 + 36 85.3027 715 3 0 14.1727 -36.8501 -115.939 + 36 37.5024 957 3 1 11.5486 -38.1131 -114.85 + 36 51.1105 956 3 1 11.4495 -38.1515 -114.806 + 36 56.1938 955 3 1 11.25 -38.2126 -114.712 + 36 90.3736 954 3 1 11.0499 -38.2228 -114.569 + 36 114.239 953 3 1 10.7714 -38.0777 -114.45 + 36 38.3735 952 3 1 10.65 -37.6953 -114.462 + 36 455.104 949 3 1 9.96168 -37.0866 -114.45 + 36 116.559 954 4 1 10.8652 -15.7578 -84.4501 + 36 107.799 820 4 0 11.0796 -15.949 -85.85 + 36 8.71685 819 4 0 11.1324 -16.0501 -86.2179 + 36 110.866 974 3 1 14.9872 -25.0151 -114.45 + 36 154.767 772 3 0 15.1251 -25.4996 -115.85 + 36 129.022 994 2 1 19.0056 -33.7733 -144.45 + 36 78.6857 728 2 0 19.0276 -34.3266 -145.85 + 36 32.8696 727 2 0 19.0399 -34.45 -146.14 + 36 74.032 1002 1 1 20.6368 -46.7469 -174.45 + 36 104.461 1001 1 1 20.4498 -46.9087 -174.632 + 36 9.80013 1000 1 1 20.25 -47.0715 -174.826 + 36 100.629 660 1 0 19.1945 -47.8727 -175.85 + 36 52.4738 659 1 0 18.936 -48.05 -176.115 + 36 0.825316 888 0 1 -2.44887 -64.3147 -204.45 + 36 85.8705 887 0 1 -2.45011 -64.3158 -204.451 + 36 114.136 886 0 1 -2.65003 -64.4858 -204.609 + 36 36.5998 885 0 1 -2.85006 -64.6803 -204.778 + 36 16.1831 571 0 0 -4.12409 -65.8133 -205.85 + 36 108.201 570 0 0 -4.16545 -65.85 -205.885 + 36 94.2403 569 0 0 -4.39308 -66.05 -206.079 + 36 118.764 771 3 0 15.073 -25.65 -116.103 + 36 22.1521 770 3 0 14.9045 -25.85 -116.215 + 36 168.978 304 3 0 -21.4687 -119.225 -116.25 + 36 260.187 303 3 0 -21.477 -119.35 -116.21 + 36 148.481 302 3 0 -21.4734 -119.55 -116.167 + 36 199.548 826 3 0 9.81872 -14.7712 -115.85 + 36 147.269 970 2 1 14.2082 -12.787 -144.45 + 36 118.972 837 2 0 14.1036 -12.65 -145.85 + 36 294.328 960 1 1 12.2023 -10.0609 -174.45 + 36 15.6804 856 1 0 12.1864 -8.68732 -175.85 + 36 98.6545 857 1 0 12.1865 -8.64992 -175.887 + 36 57.133 858 1 0 12.1863 -8.45 -176.094 + 36 141.005 959 0 1 11.9538 18.4732 -204.45 + 36 17.2313 997 0 0 11.9249 19.6144 -205.85 + 36 105.423 998 0 0 11.9243 19.65 -205.893 + 36 103.792 999 0 0 11.9195 19.85 -206.13 + 36 57.8614 1015 0 0 18.62 23.2341 -206.25 + 36 49.4445 1014 0 0 18.6912 23.05 -206.102 + 36 45.8802 1013 0 0 18.7166 22.85 -206.013 + 36 46.2737 1012 0 0 18.7123 22.65 -205.982 + 36 72.1967 1011 0 0 18.6829 22.45 -205.973 + 36 46.0038 1010 0 0 18.6577 22.2498 -205.982 + 36 56.8479 1009 0 0 18.658 22.05 -205.98 + 36 76.993 1008 0 0 18.6722 21.85 -205.991 + 36 58.6799 1007 0 0 18.6767 21.6499 -206.041 + 36 48.2946 1006 0 0 18.6784 21.4498 -206.123 + 36 99.7247 1005 0 0 18.6875 21.2498 -206.132 + 36 62.2938 1004 0 0 18.679 21.05 -206.127 + 36 49.2971 1003 0 0 18.6902 20.85 -206.173 + 36 66.285 1002 0 0 18.6488 20.6491 -206.185 + 36 68.3552 1001 0 0 18.5938 20.45 -206.154 + 36 46.0864 1000 0 0 18.6544 20.25 -205.99 + 36 125.548 988 0 1 17.772 18.7801 -204.85 + 36 451.094 987 0 1 17.65 18.6174 -204.704 + 36 182.302 989 0 0 17.4738 17.9724 -205.85 + 36 139.282 988 0 0 17.3023 17.85 -206.079 + 36 60.8303 987 0 0 17.4154 17.6499 -205.904 + 36 123.842 986 0 1 17.2912 17.9734 -204.85 + 36 215.681 946 1 1 9.32642 -14.6463 -174.45 + 36 107.828 827 1 0 9.35521 -14.4868 -175.85 + 36 1.38586 828 1 0 9.36388 -14.45 -176.243 + 36 68.4561 947 0 1 9.5829 -12.1878 -204.45 + 36 76.7765 839 0 0 10.1022 -12.086 -205.85 + 36 34.9525 840 0 0 10.2069 -12.0499 -206.126 +Number of digits in this event = 55 +Using G4ParticleGun ... +6.98939 LIN +e- +Event: 37 +Number of tracker hits in this event = 109 + 37 141.969 714 11 1 -37.2252 60.5706 125.55 + 37 152.323 1202 11 0 -37.2245 60.5711 124.15 + 37 98.275 714 10 1 -37.2106 60.5818 95.55 + 37 248.507 1202 10 0 -37.2098 60.5814 94.15 + 37 121.333 714 9 1 -37.1871 60.573 65.55 + 37 114.748 1202 9 0 -37.1864 60.5726 64.15 + 37 108.251 714 8 1 -37.1718 60.5652 35.55 + 37 146.32 1202 8 0 -37.1715 60.5646 34.15 + 37 130.494 714 7 1 -37.1589 60.5562 5.55 + 37 146.159 1202 7 0 -37.158 60.5549 4.15 + 37 221.783 714 6 1 -37.1421 60.5286 -24.45 + 37 261.324 1202 6 0 -37.1401 60.5277 -25.85 + 37 490.289 714 5 1 -37.0974 60.5103 -54.45 + 37 358.658 1202 5 0 -37.095 60.5104 -55.85 + 37 109.195 715 4 1 -37.0479 60.5158 -84.45 + 37 161.738 1202 4 0 -37.0461 60.5157 -85.85 + 37 114.878 715 3 1 -37.0062 60.5119 -114.45 + 37 96.5619 1202 3 0 -37.0059 60.5123 -115.85 + 37 179.04 715 2 1 -37.0059 60.5177 -144.45 + 37 110.215 1202 2 0 -37.0063 60.5158 -145.85 + 37 766.699 715 1 1 -37.0063 60.4799 -174.45 + 37 261.151 1202 1 0 -37.0062 60.4777 -175.85 + 37 109.59 715 0 1 -37.0018 60.4372 -204.45 + 37 234.23 1201 0 0 -36.9993 60.432 -205.85 + 37 26.8944 1334 2 1 86.85 122.421 -144.717 + 37 130.071 330 3 1 -113.986 108.681 -114.45 + 37 39.4794 740 4 1 -31.8937 -87.1661 -84.85 + 37 134.945 741 4 1 -31.85 -87.3484 -84.7163 + 37 85.2978 457 4 0 -32.2989 -88.5414 -85.8503 + 37 87.7351 456 4 0 -32.347 -88.6502 -85.9513 + 37 83.1989 455 4 0 -32.41 -88.85 -86.1116 + 37 19.7388 643 4 0 -87.6395 -51.319 -86.25 + 37 265.176 642 4 0 -87.6925 -51.45 -86.0772 + 37 70.2857 1203 1 0 -36.9857 60.7686 -175.851 + 37 190.422 1204 1 0 -36.989 60.8501 -176.109 + 37 171.838 709 0 1 -38.0785 71.6967 -204.45 + 37 92.0087 1261 0 0 -38.1767 72.344 -205.85 + 37 166.764 1262 0 0 -38.1932 72.45 -206.083 + 37 99.456 1203 6 0 -37.2449 60.65 -26.1599 + 37 121.779 717 4 1 -36.5337 59.8308 -84.4501 + 37 95.7539 1199 4 0 -36.703 59.8578 -85.85 + 37 116.984 693 3 1 -41.311 60.7704 -114.45 + 37 116.366 1203 3 0 -41.5301 60.8238 -115.85 + 37 112.897 672 2 1 -45.4687 61.564 -144.45 + 37 132.643 1208 2 0 -45.507 61.7205 -145.85 + 37 116.513 669 1 1 -46.1754 65.2134 -174.45 + 37 162.922 1227 1 0 -46.2097 65.484 -175.85 + 37 0.676141 664 0 1 -47.0506 71.0073 -204.45 + 37 151.93 665 0 1 -47.05 71.0104 -204.458 + 37 72.9868 1257 0 0 -46.8894 71.5671 -205.85 + 37 63.2148 1258 0 0 -46.863 71.65 -206.06 + 37 198.593 712 4 1 -37.6331 61.7338 -84.45 + 37 108.789 1209 4 0 -37.1843 61.9736 -85.85 + 37 272.43 747 3 1 -30.578 63.1743 -114.45 + 37 81.1022 748 3 1 -30.45 62.9457 -114.678 + 37 5.015 1209 3 0 -29.6552 61.8677 -115.85 + 37 76.8635 1208 3 0 -29.6426 61.85 -115.869 + 37 78.7995 1207 3 0 -29.5177 61.65 -116.067 + 37 68.9198 841 2 1 -11.6905 37.0252 -144.45 + 37 51.8656 842 2 1 -11.65 37.0467 -144.68 + 37 155.785 1086 2 0 -11.5132 37.304 -145.851 + 37 58.9935 879 1 1 -4.18325 40.4318 -174.45 + 37 76.4924 878 1 1 -4.25 40.5149 -174.65 + 37 89.5066 1104 1 0 -4.73246 40.9636 -175.85 + 37 10.1221 1105 1 0 -4.88018 41.05 -176.205 + 37 68.4293 820 0 1 -16.0349 46.5945 -204.45 + 37 71.5071 821 0 1 -15.85 46.6295 -204.64 + 37 4.65371 822 0 1 -15.65 46.6497 -204.835 + 37 222.327 1133 0 0 -14.5366 46.7857 -205.85 + 37 387.397 1139 0 0 5.54806 47.9018 -206.25 + 37 44.4117 938 0 1 7.74525 48.8394 -204.85 + 37 80.8327 939 0 1 7.85006 48.8408 -204.753 + 37 91.5594 940 0 1 8.05028 48.6335 -204.7 + 37 61.4006 941 0 1 8.25 48.4724 -204.638 + 37 250.074 942 0 1 8.45031 48.4384 -204.613 + 37 19.3959 943 0 1 8.65 48.4381 -204.469 + 37 41.4665 1138 0 0 10.2057 47.85 -205.956 + 37 116.676 1208 4 0 -37.8845 61.7768 -85.85 + 37 354.856 714 1 1 -37.1336 60.4237 -174.45 + 37 219.352 1201 1 0 -37.1168 60.436 -175.85 + 37 125.594 716 0 1 -36.6566 60.6675 -204.45 + 37 233.836 1203 0 0 -36.6591 60.6599 -205.85 + 37 171.016 710 0 1 -37.92 60.2953 -204.45 + 37 198.893 713 1 1 -37.2501 60.3426 -174.541 + 37 71.3861 1196 1 0 -37.9052 59.4156 -175.85 + 37 53.7792 1195 1 0 -38.0197 59.25 -176.115 + 37 19.5264 1205 1 0 -37.559 61.0501 -176.184 + 37 19.1303 662 0 1 -47.6136 70.4479 -204.45 + 37 88.7938 661 0 1 -47.65 70.4774 -204.529 + 37 141.023 1254 0 0 -48.1572 70.8763 -205.85 + 37 104.868 717 0 1 -36.4933 60.461 -204.45 + 37 99.5493 1202 0 0 -36.5231 60.4668 -205.85 + 37 155.776 1229 0 0 -32.4955 65.8677 -206.25 + 37 12.5859 742 0 1 -31.4749 66.0108 -204.85 + 37 101.955 743 0 1 -31.45 66.0116 -204.821 + 37 56.3142 744 0 1 -31.25 66.0359 -204.631 + 37 50.9622 745 0 1 -31.05 66.0068 -204.5 + 37 49.8696 746 0 1 -30.8498 65.9805 -204.451 + 37 94.9612 747 0 1 -30.6498 65.9652 -204.47 + 37 59.9241 748 0 1 -30.45 65.9301 -204.524 + 37 75.8988 749 0 1 -30.2494 65.9069 -204.554 + 37 129.237 750 0 1 -30.05 65.869 -204.58 + 37 82.7824 751 0 1 -29.8499 65.7612 -204.761 + 37 39.3926 752 0 1 -29.65 65.7368 -204.836 + 37 121.081 1232 0 0 -27.437 66.5518 -205.85 + 37 70.5803 1233 0 0 -27.2033 66.65 -206.078 + 37 149.779 1234 0 0 -27.2005 66.8502 -206.15 + 37 39.3309 1249 0 0 -20.9677 70.0195 -206.25 + 37 264.195 1250 0 0 -20.9391 70.05 -206.157 +Number of digits in this event = 46 +Using G4ParticleGun ... +1.97274 LIN +e- +Event: 38 +Number of tracker hits in this event = 26 + 38 163.995 1591 8 1 138.456 -45.3686 35.55 + 38 116.503 673 8 0 138.454 -45.3687 34.15 + 38 122.575 1591 7 1 138.415 -45.382 5.55 + 38 103.788 673 7 0 138.411 -45.3816 4.15 + 38 125.325 1590 6 1 138.328 -45.3715 -24.45 + 38 101.16 673 6 0 138.326 -45.3728 -25.85 + 38 147.315 1590 5 1 138.288 -45.4029 -54.45 + 38 161.254 673 5 0 138.286 -45.4035 -55.85 + 38 119.775 1590 4 1 138.25 -45.4304 -84.45 + 38 145.506 673 4 0 138.246 -45.4347 -85.85 + 38 121.392 1590 3 1 138.157 -45.538 -114.45 + 38 113.331 672 3 0 138.159 -45.5456 -115.85 + 38 121.021 1590 2 1 138.205 -45.7528 -144.45 + 38 134.664 671 2 0 138.207 -45.7631 -145.85 + 38 182.968 1590 1 1 138.238 -46.0015 -174.45 + 38 121.142 670 1 0 138.238 -46.0069 -175.85 + 38 104.866 1590 0 1 138.262 -46.0995 -204.45 + 38 110.315 669 0 0 138.265 -46.1012 -205.85 + 38 110.778 1591 1 1 138.35 -45.932 -174.632 + 38 76.4916 673 1 0 138.414 -45.3324 -175.85 + 38 148.102 674 1 0 138.36 -45.2498 -175.946 + 38 230.286 675 1 0 138.347 -45.05 -176.043 + 38 138.869 1589 3 1 138.15 -45.5399 -114.615 + 38 31.8995 1590 8 1 138.35 -45.3225 35.2247 + 38 320.702 672 8 0 136.211 -45.5734 34.15 + 38 31.2782 1394 7 1 99.136 -52.522 5.55 +Number of digits in this event = 17 +Using G4ParticleGun ... +8.20259 LIN +e- +Event: 39 +Number of tracker hits in this event = 128 + 39 15.7203 881 3 1 -3.79539 25.8813 -114.85 + 39 75.4901 334 0 0 -24.4917 -113.15 -206.098 + 39 19.6893 784 0 1 -23.1118 -112.732 -204.85 + 39 66.1272 785 0 1 -23.0498 -112.719 -204.795 + 39 83.8641 786 0 1 -22.85 -112.736 -204.66 + 39 75.1901 787 0 1 -22.65 -112.758 -204.555 + 39 29.5774 428 0 0 -20.396 -94.5055 -206.25 + 39 104.82 427 0 0 -20.3624 -94.55 -206.167 + 39 11.2933 426 0 0 -20.2461 -94.75 -205.881 + 39 19.7071 800 0 1 -19.8789 -95.5039 -204.85 + 39 98.0622 801 0 1 -19.85 -95.5508 -204.774 + 39 36.7494 639 1 0 2.12854 -52.1678 -176.25 + 39 95.8241 640 1 0 2.1868 -52.05 -176.166 + 39 18.0855 641 1 0 2.19569 -51.85 -175.915 + 39 64.6188 907 1 1 1.56386 -51.5945 -174.85 + 39 105.167 906 1 1 1.45 -51.6019 -174.685 + 39 111.853 905 1 1 1.17468 -51.7179 -174.45 + 39 107.461 643 1 0 1.31109 -51.3826 -175.85 + 39 256.834 644 1 0 1.24089 -51.25 -176.161 + 39 69.7427 795 1 0 45.0563 -21.039 -176.25 + 39 52.3561 796 1 0 45.1292 -20.85 -176.154 + 39 102.167 730 2 1 -33.8987 -89.9852 -144.45 + 39 124.466 450 2 0 -34.0124 -89.9658 -145.85 + 39 190.56 718 1 1 -36.3062 -89.6466 -174.45 + 39 136.626 451 1 0 -36.3724 -89.6739 -175.85 + 39 163.905 711 0 1 -37.6577 -89.9954 -204.45 + 39 100.841 450 0 0 -37.7179 -90.0074 -205.85 + 39 50.4465 426 2 0 -79.6827 -94.8229 -146.25 + 39 37.381 731 3 1 -33.7708 -90.15 -114.713 + 39 119.956 449 3 0 -33.7887 -90.1961 -115.85 + 39 132.133 721 2 1 -35.6793 -91.3087 -144.45 + 39 106.001 444 2 0 -35.8011 -91.3274 -145.85 + 39 226.03 712 1 1 -37.5681 -92.0625 -174.45 + 39 105.517 441 1 0 -37.7606 -91.9373 -175.85 + 39 11.2265 687 0 1 -42.6094 -90.1883 -204.45 + 39 101.311 686 0 1 -42.65 -90.2138 -204.473 + 39 62.7166 685 0 1 -42.85 -90.3437 -204.583 + 39 94.6882 684 0 1 -43.05 -90.4628 -204.679 + 39 58.5075 683 0 1 -43.25 -90.5717 -204.765 + 39 6.16778 682 0 1 -43.45 -90.6876 -204.842 + 39 59.0099 439 0 0 -46.1177 -92.2333 -205.85 + 39 151.254 438 0 0 -46.3317 -92.3501 -205.927 + 39 136.526 437 0 0 -46.7367 -92.5501 -206.062 + 39 39.1317 436 0 0 -47.1675 -92.75 -206.207 + 39 53.7407 719 1 1 -36.1089 -88.3612 -174.45 + 39 62.792 717 1 1 -36.45 -88.2486 -174.489 + 39 58.7905 716 1 1 -36.65 -88.2053 -174.546 + 39 55.9783 715 1 1 -36.85 -88.1657 -174.622 + 39 75.8626 714 1 1 -37.05 -88.1346 -174.673 + 39 67.5785 713 1 1 -37.2505 -88.0272 -174.743 + 39 63.3661 711 1 1 -37.6501 -87.8118 -174.781 + 39 88.4381 710 1 1 -37.85 -87.6836 -174.77 + 39 156.645 709 1 1 -38.05 -87.5328 -174.797 + 39 8.28846 708 1 1 -38.25 -87.2301 -174.829 + 39 4.50669 471 1 0 -38.7247 -85.6673 -175.85 + 39 128.524 472 1 0 -38.7308 -85.65 -175.863 + 39 49.0739 473 1 0 -38.8161 -85.4499 -176.114 + 39 176.543 458 7 0 -80.7447 -88.3172 3.75 + 39 39.2003 700 4 1 -39.9681 -30.4231 -84.4502 + 39 335.901 699 4 1 -40.05 -30.3962 -84.4971 + 39 258.953 727 8 1 -34.6437 -90.1527 35.55 + 39 114.086 448 8 0 -34.2249 -90.3843 34.1499 + 39 149.876 771 7 1 -25.7768 -93.1091 5.55 + 39 153.263 435 7 0 -25.4291 -93.1273 4.15 + 39 63.4332 811 6 1 -17.7865 -93.2299 -24.45 + 39 66.9406 812 6 1 -17.65 -93.1824 -24.5859 + 39 28.5464 813 6 1 -17.45 -93.1097 -24.794 + 39 127.57 437 6 0 -16.4641 -92.7185 -25.85 + 39 37.9097 438 6 0 -16.1866 -92.55 -26.2021 + 39 62.3357 933 5 1 6.75289 -75.7653 -54.4501 + 39 201.19 934 5 1 6.85014 -75.6546 -54.6084 + 39 1.33287 525 5 0 7.756 -74.8538 -55.85 + 39 129.255 526 5 0 7.76035 -74.85 -55.8559 + 39 23.9733 527 5 0 8.02434 -74.65 -56.1808 + 39 17.5314 1063 4 1 32.8006 -55.7004 -84.4501 + 39 82.9932 1064 4 1 32.8501 -55.7183 -84.4982 + 39 74.2568 1065 4 1 33.05 -55.7826 -84.6988 + 39 102.504 619 4 0 34.3712 -56.1532 -85.8503 + 39 68.8035 618 4 0 34.6615 -56.25 -86.0984 + 39 7.06049 764 4 0 132.132 -27.0633 -86.25 + 39 87.3566 765 4 0 132.152 -27.05 -86.2413 + 39 84.2976 766 4 0 132.445 -26.8497 -86.1174 + 39 124.478 767 4 0 132.733 -26.65 -86.0116 + 39 31.0486 1574 4 1 135.066 -25.4338 -84.85 + 39 80.6472 1575 4 1 135.15 -25.3851 -84.8127 + 39 72.9444 1576 4 1 135.35 -25.2801 -84.7353 + 39 56.5847 1577 4 1 135.551 -25.1651 -84.6718 + 39 54.0438 1578 4 1 135.75 -25.0615 -84.625 + 39 55.7376 1579 4 1 135.95 -24.9911 -84.5861 + 39 55.8337 1580 4 1 136.15 -24.9334 -84.5441 + 39 48.2198 1581 4 1 136.35 -24.8754 -84.51 + 39 51.1554 1582 4 1 136.55 -24.8322 -84.4847 + 39 48.4391 1583 4 1 136.75 -24.8064 -84.4665 + 39 53.3601 1584 4 1 136.95 -24.7981 -84.4609 + 39 22.278 1585 4 1 137.15 -24.7828 -84.4515 + 39 63.0874 1586 4 1 137.35 -24.8159 -84.4747 + 39 138.158 1587 4 1 137.55 -24.8995 -84.5723 + 39 97.7233 1588 4 1 137.75 -24.9882 -84.7073 + 39 14.768 1589 4 1 137.95 -25.071 -84.8267 + 39 69.9891 771 4 0 140.04 -25.7799 -85.8501 + 39 244.699 770 4 0 140.288 -25.85 -85.9539 + 39 241.576 30 9 0 126.767 -174.099 63.75 + 39 172.343 1687 2 1 157.55 -72.4177 -144.633 + 39 105.983 450 9 0 -33.8384 -90.0464 64.15 + 39 108.665 454 8 0 -34.5355 -89.2115 34.15 + 39 149.52 721 7 1 -35.8139 -91.487 5.54916 + 39 91.0069 442 7 0 -35.8446 -91.5971 4.15 + 39 121.977 715 6 1 -36.8929 -93.885 -24.45 + 39 124.628 431 6 0 -36.9271 -93.9027 -25.85 + 39 148.397 714 5 1 -37.0617 -94.5266 -54.4501 + 39 122.607 428 5 0 -37.221 -94.4238 -55.85 + 39 109.342 696 4 1 -40.7395 -92.6816 -84.45 + 39 126.637 437 4 0 -40.7616 -92.6132 -85.85 + 39 51.7373 694 3 1 -41.2379 -91.314 -114.45 + 39 84.2037 693 3 1 -41.25 -91.3011 -114.58 + 39 70.2231 444 3 0 -41.359 -91.1775 -115.85 + 39 34.2761 445 3 0 -41.3777 -91.15 -116.088 + 39 114.101 683 2 1 -43.3242 -87.6628 -144.45 + 39 36.2437 462 2 0 -43.4515 -87.4624 -145.85 + 39 87.7987 463 2 0 -43.459 -87.45 -145.936 + 39 124.441 664 1 1 -47.2179 -82.5715 -174.45 + 39 95.892 490 1 0 -47.1242 -81.9817 -175.85 + 39 39.9887 491 1 0 -47.104 -81.85 -176.147 + 39 234.715 672 0 1 -45.5011 -69.9715 -204.45 + 39 43.8073 553 0 0 -45.6727 -69.3111 -205.85 + 39 115.319 554 0 0 -45.6872 -69.25 -205.975 + 39 281.594 280 5 0 -40.7981 -123.976 -56.25 + 39 107.483 1222 0 0 -79.908 64.45 -206.248 +Number of digits in this event = 36 +Using G4ParticleGun ... +8.83137 LIN +e- +Event: 40 +Number of tracker hits in this event = 107 + 40 203.327 1097 10 1 39.4574 -86.226 95.55 + 40 112.124 469 10 0 39.4571 -86.2255 94.15 + 40 99.8436 1097 9 1 39.4518 -86.2169 65.55 + 40 150.79 469 9 0 39.4516 -86.2159 64.15 + 40 119.788 1096 8 1 39.4467 -86.1932 35.55 + 40 117.73 469 8 0 39.4462 -86.1921 34.15 + 40 127.92 1096 7 1 39.4341 -86.1683 5.55 + 40 117.104 469 7 0 39.4335 -86.1664 4.15 + 40 145.408 1096 6 1 39.4196 -86.1289 -24.45 + 40 99.639 469 6 0 39.4181 -86.1272 -25.85 + 40 116.977 1096 5 1 39.3856 -86.0939 -54.45 + 40 418.103 469 5 0 39.384 -86.0922 -55.85 + 40 232.044 1096 4 1 39.3503 -86.0574 -84.45 + 40 240.106 469 4 0 39.3497 -86.0557 -85.85 + 40 710.65 1096 3 1 39.3371 -86.0193 -114.45 + 40 360.867 470 3 0 39.3347 -86.0178 -115.85 + 40 353.827 1096 2 1 39.2866 -85.9906 -144.45 + 40 374.286 470 2 0 39.2847 -85.99 -145.85 + 40 379.252 1096 1 1 39.2526 -85.9807 -174.45 + 40 236.385 470 1 0 39.2523 -85.9804 -175.85 + 40 339.562 1096 0 1 39.2568 -85.9672 -204.45 + 40 265.951 470 0 0 39.2573 -85.9676 -205.85 + 40 105.081 469 1 0 39.3605 -86.2176 -175.85 + 40 123.825 467 0 0 39.3537 -86.4509 -205.85 + 40 91.1899 471 0 0 39.3135 -85.7694 -205.85 + 40 47.4014 472 0 0 39.2447 -85.6497 -206.099 + 40 138.948 550 0 0 26.476 -69.9311 -206.249 + 40 139.063 1032 0 1 26.4663 -70.2123 -204.85 + 40 168.362 1031 0 1 26.45 -70.5411 -204.519 + 40 170.636 542 0 0 26.6312 -71.4677 -205.85 + 40 19.4942 541 0 0 26.905 -71.65 -206.212 + 40 143.155 1097 0 1 39.6217 -86.0105 -204.45 + 40 109.05 469 3 0 39.4392 -86.0721 -115.85 + 40 134.568 1106 2 1 41.4086 -87.1382 -144.45 + 40 61.7182 464 2 0 41.4894 -87.2327 -145.85 + 40 67.276 463 2 0 41.5022 -87.25 -146.093 + 40 95.1627 1114 1 1 42.9896 -89.1089 -174.45 + 40 110.056 454 1 0 43.0694 -89.1226 -175.85 + 40 127.668 1124 0 1 44.9103 -89.3443 -204.45 + 40 116.707 453 0 0 44.9349 -89.3009 -205.85 + 40 317.748 450 0 0 45.3757 -89.9788 -205.85 + 40 16.767 468 3 0 39.1872 -86.429 -115.85 + 40 85.7876 467 3 0 39.1795 -86.45 -115.922 + 40 100.492 1070 2 1 34.102 -94.7681 -144.45 + 40 37.9972 1071 2 1 34.25 -94.9265 -144.734 + 40 92.8518 422 2 0 34.9093 -95.5836 -145.85 + 40 83.9504 421 2 0 35.0591 -95.75 -146.101 + 40 69.2993 1163 1 1 52.6828 -115.363 -174.45 + 40 69.9354 1164 1 1 52.85 -115.437 -174.631 + 40 59.6503 321 1 0 53.8599 -115.904 -175.85 + 40 85.3338 320 1 0 53.9596 -115.95 -175.98 + 40 12.712 1268 0 1 73.8105 -120.663 -204.45 + 40 211.236 1269 0 1 73.85 -120.626 -204.464 + 40 83.3002 1270 0 1 74.0501 -120.445 -204.532 + 40 110.313 1271 0 1 74.25 -120.272 -204.59 + 40 68.5432 1272 0 1 74.4503 -120.09 -204.62 + 40 83.7893 1273 0 1 74.6504 -119.902 -204.676 + 40 81.2351 1274 0 1 74.85 -119.685 -204.733 + 40 82.193 1275 0 1 75.0501 -119.477 -204.775 + 40 20.564 1276 0 1 75.25 -119.288 -204.832 + 40 56.0761 323 0 0 78.8924 -115.481 -205.85 + 40 115.264 324 0 0 79.0109 -115.35 -205.892 + 40 99.4712 325 0 0 79.1657 -115.15 -205.966 + 40 78.5701 326 0 0 79.3767 -114.95 -206.091 + 40 173.36 401 0 0 104.361 -99.7771 -206.25 + 40 37.6427 1426 0 1 105.475 -100.431 -204.85 + 40 98.9874 1427 0 1 105.55 -100.469 -204.761 + 40 44.9391 1428 0 1 105.75 -100.548 -204.545 + 40 43.7919 490 1 0 51.0525 -81.8954 -176.25 + 40 58.8555 491 1 0 50.9454 -81.85 -176.23 + 40 241.446 1095 5 1 39.1658 -86.1179 -54.45 + 40 122.652 1115 4 1 43.1113 -86.0696 -84.45 + 40 12.8331 1148 3 1 49.8317 -87.4337 -114.45 + 40 107.072 1149 3 1 49.8501 -87.45 -114.501 + 40 308.219 460 3 0 50.3673 -87.8823 -115.85 + 40 83.5633 1198 2 1 59.8021 -95.8508 -144.451 + 40 26.534 1199 2 1 59.85 -96.0412 -144.767 + 40 10.2422 417 2 0 60.0652 -96.7206 -145.85 + 40 105.018 416 2 0 60.0744 -96.75 -145.897 + 40 16.1223 415 2 0 60.1381 -96.95 -146.201 + 40 125.644 1227 1 1 65.4715 -114.891 -174.45 + 40 87.3214 324 1 0 66.1014 -115.267 -175.851 + 40 26.3788 323 1 0 66.2285 -115.35 -176.128 + 40 18.6385 1285 0 1 77.2389 -123.498 -204.451 + 40 206.785 1286 0 1 77.25 -123.519 -204.487 + 40 12.6686 279 0 0 77.5831 -124.319 -205.85 + 40 133.963 278 0 0 77.5959 -124.35 -205.902 + 40 7.58821 277 0 0 77.6895 -124.55 -206.225 + 40 189.103 1095 4 1 39.1676 -85.9977 -84.45 + 40 197.27 470 4 0 39.1642 -85.9898 -85.85 + 40 110.244 1094 3 1 39.0111 -85.8896 -114.45 + 40 120.898 471 3 0 39.0493 -85.85 -115.852 + 40 133.833 1099 2 1 40.0011 -84.8903 -144.45 + 40 43.1235 475 2 0 40.0319 -84.8529 -145.85 + 40 131.24 476 2 0 40.0344 -84.85 -145.967 + 40 98.5109 1102 1 1 40.557 -84.248 -174.45 + 40 134.982 479 1 0 40.5661 -84.191 -175.85 + 40 207.026 1103 0 1 40.804 -83.0067 -204.45 + 40 105.896 485 0 0 40.8613 -82.932 -205.85 + 40 316.769 449 1 0 3.79374 -90.2317 -176.25 + 40 42.9158 448 1 0 3.72257 -90.35 -175.977 + 40 140.669 915 1 1 3.1008 -91.4241 -174.85 + 40 320.152 914 1 1 3.05 -91.5364 -174.748 + 40 256.835 916 1 1 3.25 -92.3317 -174.734 + 40 317.913 921 12 1 4.31002 -41.8239 155.15 + 40 68.5469 755 11 0 32.9439 -28.8683 124.15 + 40 1.26224 920 12 1 4.25 -41.8659 155.511 +Number of digits in this event = 47 +Using G4ParticleGun ... +7.80209 LIN +e- +Event: 41 +Number of tracker hits in this event = 43 + 41 145.317 1428 10 1 105.886 0.82474 95.55 + 41 147.663 903 10 0 105.887 0.824628 94.15 + 41 112.59 1428 9 1 105.904 0.822637 65.55 + 41 113.454 903 9 0 105.906 0.822922 64.15 + 41 98.0233 1428 8 1 105.941 0.829202 35.55 + 41 114.76 903 8 0 105.943 0.830044 34.15 + 41 141.705 1429 7 1 105.966 0.849365 5.55 + 41 126.065 904 7 0 105.967 0.850529 4.15 + 41 124.703 1429 6 1 105.992 0.871948 -24.45 + 41 116.435 904 6 0 105.993 0.871884 -25.85 + 41 139.247 1429 5 1 106.015 0.867454 -54.45 + 41 123.416 904 5 0 106.012 0.873231 -55.85 + 41 236.965 1429 4 1 105.984 1.03706 -84.45 + 41 192.793 904 4 0 105.999 1.03558 -85.85 + 41 112.283 1430 3 1 106.303 1.02953 -114.45 + 41 162.8 905 3 0 106.318 1.06075 -115.85 + 41 180.273 1432 2 1 106.678 1.75957 -144.45 + 41 148.583 908 2 0 106.717 1.77063 -145.85 + 41 253 1436 1 1 107.444 2.01976 -174.45 + 41 192.107 909 1 0 107.507 2.02006 -175.85 + 41 179.516 1443 0 1 108.786 1.97924 -204.45 + 41 246.021 909 0 0 108.83 1.97007 -205.85 + 41 7.29645 1059 5 0 -120.849 32.05 -56.0426 + 41 101.458 910 1 0 107.6 2.08789 -175.85 + 41 48.3633 1445 0 1 109.186 -6.0707 -204.45 + 41 118.786 1444 0 1 109.15 -5.96781 -204.576 + 41 32.8197 878 0 0 108.899 -4.35204 -205.85 + 41 87.0644 879 0 0 108.885 -4.25 -205.938 + 41 52.6232 880 0 0 108.867 -4.05 -206.101 + 41 370.45 974 0 0 64.6078 14.9742 -206.25 + 41 107.824 973 0 0 64.0791 14.8498 -205.954 + 41 0.516663 1210 0 1 62.051 16.8427 -204.85 + 41 112.664 1209 0 1 62.0498 16.8446 -204.849 + 41 75.0001 1208 0 1 61.85 17.0387 -204.815 + 41 100.299 1207 0 1 61.65 17.1088 -204.79 + 41 71.7302 1206 0 1 61.45 17.213 -204.533 + 41 86.4637 1656 3 1 151.398 2.34563 -114.85 + 41 69.2497 1107 0 0 94.9344 41.6276 -206.25 + 41 301.442 1108 0 0 94.8296 41.65 -206.072 + 41 227.953 1109 0 0 94.5121 41.85 -205.888 + 41 118.987 359 4 1 -108.15 169.689 -84.7257 + 41 190.392 358 4 1 -108.35 169.848 -84.608 + 41 267.344 1428 7 1 105.95 0.956373 5.51102 +Number of digits in this event = 23 +Using G4ParticleGun ... +1.74003 LIN +e- +Event: 42 +Number of tracker hits in this event = 57 + 42 109.286 698 10 1 -40.3888 92.9277 95.55 + 42 157.298 1363 10 0 -40.3885 92.9261 94.15 + 42 116.02 698 9 1 -40.3671 92.8881 65.55 + 42 132.58 1363 9 0 -40.3719 92.8869 64.15 + 42 161.898 697 8 1 -40.4648 92.8584 35.55 + 42 156.878 1363 8 0 -40.4668 92.8482 34.15 + 42 156.584 697 7 1 -40.5144 92.6147 5.55 + 42 207.525 1362 7 0 -40.5197 92.5989 4.15 + 42 108.984 697 6 1 -40.626 92.2713 -24.45 + 42 170.033 1360 6 0 -40.6305 92.2538 -25.85 + 42 203.846 696 5 1 -40.7006 91.9066 -54.45 + 42 132.773 1358 5 0 -40.703 91.8846 -55.85 + 42 120.572 696 4 1 -40.7637 91.4322 -84.45 + 42 105.506 1356 4 0 -40.7638 91.4031 -85.85 + 42 108.982 696 3 1 -40.7529 90.815 -114.45 + 42 114.599 1353 3 0 -40.7518 90.7948 -115.85 + 42 195.908 696 2 1 -40.7072 90.3692 -144.45 + 42 430.315 1350 2 0 -40.7112 90.346 -145.85 + 42 226.697 696 1 1 -40.7975 89.8943 -174.45 + 42 122.121 1349 1 0 -40.8102 89.8504 -175.85 + 42 227.085 1348 1 0 -40.8103 89.85 -175.862 + 42 118.589 694 0 1 -41.0624 88.9536 -204.45 + 42 129.83 1344 0 0 -41.0711 88.9042 -205.85 + 42 206.098 1351 2 0 -40.804 90.3546 -145.85 + 42 115.838 684 0 1 -43.1493 90.0318 -204.45 + 42 214.135 1349 0 0 -43.4046 90.0086 -205.85 + 42 192.059 693 1 1 -41.2742 90.0032 -174.45 + 42 11.8808 693 0 1 -41.4429 85.2485 -204.45 + 42 117.125 692 0 1 -41.45 85.2388 -204.486 + 42 377.2 1323 0 0 -41.7393 84.8313 -205.85 + 42 94.9971 1714 0 0 -71.918 162.95 -206.055 + 42 145.774 1715 0 0 -71.8791 163.15 -206.099 + 42 71.7132 695 5 1 -40.85 91.8702 -54.5626 + 42 81.8246 694 5 1 -41.05 91.8257 -54.6939 + 42 23.4104 693 5 1 -41.2502 91.7918 -54.8103 + 42 174.373 1357 5 0 -43.614 91.6885 -55.85 + 42 270.38 694 2 1 -41.1291 90.4908 -144.45 + 42 123.969 713 1 1 -37.3059 87.3657 -174.45 + 42 302.469 1336 1 0 -37.2476 87.3445 -175.85 + 42 47.5141 718 0 1 -36.3069 86.5467 -204.45 + 42 100.73 719 0 1 -36.25 86.5759 -204.641 + 42 92.7539 1333 0 0 -35.8725 86.8056 -205.851 + 42 51.3617 1334 0 0 -35.8039 86.85 -206.076 + 42 131.337 709 1 1 -38.2198 84.2566 -174.45 + 42 1.69564 710 1 1 -38.05 84.3224 -174.841 + 42 296.646 1322 1 0 -37.6344 84.4599 -175.85 + 42 94.6419 749 0 1 -30.2409 86.1778 -204.45 + 42 132.428 750 0 1 -30.05 86.4088 -204.612 + 42 15.6213 751 0 1 -29.85 86.6561 -204.822 + 42 25.438 1338 0 0 -29.1094 87.8019 -205.85 + 42 114.923 1339 0 0 -29.0769 87.85 -205.894 + 42 63.7615 1340 0 0 -28.9275 88.05 -206.102 + 42 144.96 1725 1 0 55.3501 165.15 -176.166 + 42 53.9338 1323 1 0 -37.364 84.65 -176.005 + 42 59.9627 1324 1 0 -37.3502 84.85 -176.089 + 42 65.1502 1325 1 0 -37.3812 85.05 -176.132 + 42 41.1919 1326 1 0 -37.429 85.25 -176.186 +Number of digits in this event = 32 +Using G4ParticleGun ... +2.46721 LIN +e- +Event: 43 +Number of tracker hits in this event = 55 + 43 161.294 653 11 1 -49.4104 -56.3177 125.55 + 43 125.534 618 11 0 -49.4104 -56.3171 124.15 + 43 118.74 653 10 1 -49.4066 -56.3162 95.55 + 43 150.936 618 10 0 -49.421 -56.3214 94.15 + 43 117.721 651 9 1 -49.7929 -56.3956 65.55 + 43 128.758 618 9 0 -49.8246 -56.379 64.15 + 43 112.859 648 8 1 -50.4158 -55.9183 35.55 + 43 140.278 620 8 0 -50.4366 -55.8911 34.15 + 43 150.777 646 7 1 -50.7764 -55.2937 5.55 + 43 338.096 623 7 0 -50.7826 -55.2638 4.15 + 43 46.0656 675 7 0 -83.1268 -44.8879 3.75 + 43 177.289 676 7 0 -83.2476 -44.85 3.86359 + 43 7.11253 677 7 0 -83.547 -44.65 4.13443 + 43 51.4936 477 7 1 -84.5114 -43.8065 5.15 + 43 94.3925 476 7 1 -84.65 -43.6951 5.26264 + 43 100.935 475 7 1 -84.85 -43.4612 5.40689 + 43 60.8142 474 7 1 -85.0744 -43.0424 5.55 + 43 127.627 473 7 1 -85.25 -42.9815 5.5005 + 43 64.6607 472 7 1 -85.45 -42.894 5.4682 + 43 72.9612 471 7 1 -85.6505 -42.7753 5.45602 + 43 82.5071 470 7 1 -85.85 -42.6896 5.46956 + 43 68.0924 469 7 1 -86.05 -42.5993 5.5114 + 43 68.073 468 7 1 -86.25 -42.5362 5.53502 + 43 59.9317 467 7 1 -86.45 -42.5291 5.53993 + 43 139.273 466 7 1 -86.65 -42.5444 5.49764 + 43 80.6343 465 7 1 -86.8506 -42.5082 5.43815 + 43 46.7242 464 7 1 -87.05 -42.4283 5.43414 + 43 57.9247 463 7 1 -87.2507 -42.3625 5.42375 + 43 43.6784 462 7 1 -87.45 -42.3348 5.42141 + 43 57.3294 461 7 1 -87.65 -42.3151 5.39255 + 43 45.7844 460 7 1 -87.8501 -42.2413 5.36246 + 43 85.9671 459 7 1 -88.0502 -42.1795 5.31459 + 43 249.75 458 7 1 -88.25 -42.1732 5.25983 + 43 101.903 457 7 1 -88.45 -42.322 5.26347 + 43 34.5982 685 7 0 -89.0749 -43.0027 4.14993 + 43 158.514 684 7 0 -89.1262 -43.0502 4.03968 + 43 311.41 511 7 0 -124.559 -77.7265 3.75 + 43 94.3472 275 7 1 -124.953 -77.7902 5.15 + 43 329.275 276 7 1 -124.95 -77.8249 5.25086 + 43 405.11 652 2 1 -49.5072 -56.6038 -144.45 + 43 306.363 617 2 0 -49.5079 -56.6345 -145.85 + 43 140.818 651 1 1 -49.6639 -57.2663 -174.45 + 43 286.267 617 1 0 -49.7297 -56.5206 -175.85 + 43 89.7385 618 1 0 -49.7351 -56.45 -175.99 + 43 74.4591 651 0 1 -49.7738 -45.8581 -204.45 + 43 73.3369 652 0 1 -49.65 -45.7926 -204.648 + 43 148.23 672 0 0 -48.7403 -45.6039 -205.85 + 43 108.798 556 1 1 -68.7269 -33.0406 -174.85 + 43 125.484 654 1 1 -49.0908 -56.6676 -174.45 + 43 123.128 664 0 1 -47.1116 -56.1936 -204.45 + 43 135.53 619 0 0 -47.1043 -56.2042 -205.85 + 43 98.9163 513 0 1 -77.25 -68.5726 -204.639 + 43 163.106 543 0 0 -79.7979 -71.25 -206.018 + 43 125.377 544 0 0 -80.0193 -71.25 -206.019 + 43 279.349 512 0 1 -77.4503 -68.4802 -204.492 +Number of digits in this event = 28 +Using G4ParticleGun ... +1.37977 LIN +e- +Event: 44 +Number of tracker hits in this event = 67 + 44 118.482 227 9 1 -134.657 8.37087 65.55 + 44 139.395 941 9 0 -134.658 8.37179 64.15 + 44 111.708 227 8 1 -134.68 8.42844 35.55 + 44 126.703 941 8 0 -134.681 8.43495 34.15 + 44 125.973 227 7 1 -134.712 8.56526 5.55 + 44 103.697 942 7 0 -134.712 8.57197 4.15 + 44 267.979 227 6 1 -134.721 8.72412 -24.45 + 44 198.053 943 6 0 -134.719 8.73333 -25.85 + 44 168.562 227 5 1 -134.691 8.9208 -54.45 + 44 107.306 944 5 0 -134.683 8.93827 -55.85 + 44 115.053 227 4 1 -134.588 9.29905 -84.45 + 44 126.439 946 4 0 -134.582 9.31311 -85.85 + 44 127.044 228 3 1 -134.479 9.59977 -114.45 + 44 129.574 947 3 0 -134.479 9.62193 -115.85 + 44 678.165 228 2 1 -134.464 10.1207 -144.45 + 44 156.435 950 2 0 -134.466 10.1372 -145.85 + 44 126.701 228 1 1 -134.489 10.4439 -174.451 + 44 112.972 951 1 0 -134.489 10.4275 -175.85 + 44 282.256 227 0 1 -134.72 10.3059 -204.45 + 44 91.0537 950 0 0 -134.697 10.1235 -205.85 + 44 99.9395 228 0 1 -134.55 9.48193 -204.489 + 44 63.6136 955 3 0 -107.289 11.1502 -116.25 + 44 201.014 847 3 0 -121.121 -10.627 -116.25 + 44 110.377 846 3 0 -121.146 -10.65 -116.237 + 44 151.028 948 2 0 -134.652 9.84912 -145.85 + 44 136.451 204 1 1 -139.282 9.24825 -174.45 + 44 154.327 948 1 0 -139.397 9.70834 -175.851 + 44 188.352 196 0 1 -140.753 19.9479 -204.45 + 44 32.5754 197 0 1 -140.75 20.0421 -204.725 + 44 81.1532 1001 0 0 -140.757 20.3855 -205.85 + 44 52.1366 1002 0 0 -140.757 20.4502 -206.087 + 44 109.495 229 2 1 -134.338 9.92108 -144.45 + 44 104.775 949 2 0 -134.346 10.0003 -145.85 + 44 178.938 226 1 1 -134.778 11.8931 -174.45 + 44 15.6284 959 1 0 -134.758 11.8521 -175.85 + 44 98.0932 958 1 0 -134.757 11.85 -175.915 + 44 121.944 232 0 1 -133.673 11.1171 -204.45 + 44 169.246 955 0 0 -133.814 11.0796 -205.85 + 44 146.641 954 0 0 -133.819 11.05 -205.966 + 44 189.936 953 0 0 -133.481 10.85 -205.994 + 44 190.925 952 0 0 -133.068 10.65 -206.087 + 44 181.23 951 0 0 -132.945 10.45 -206.163 + 44 35.897 227 2 1 -134.563 9.23129 -144.45 + 44 12.1385 942 2 0 -134.422 8.47037 -145.85 + 44 91.9729 941 2 0 -134.419 8.45 -145.884 + 44 32.0002 940 2 0 -134.374 8.25 -146.189 + 44 139.977 219 1 1 -136.238 -18.6564 -174.45 + 44 217.728 803 1 0 -136.595 -19.2527 -175.85 + 44 14.2217 192 0 1 -141.561 -30.6979 -204.45 + 44 144.901 193 0 1 -141.55 -30.7109 -204.485 + 44 4.81682 738 0 0 -141.194 -32.4478 -205.85 + 44 68.4859 737 0 0 -141.194 -32.45 -205.852 + 44 151.1 736 0 0 -141.145 -32.65 -205.973 + 44 92.6863 735 0 0 -141.08 -32.85 -206.082 + 44 83.2797 734 0 0 -140.978 -33.05 -206.173 + 44 22.1749 952 2 0 -133.887 10.5989 -145.85 + 44 103.634 953 2 0 -133.858 10.6502 -145.912 + 44 27.9642 954 2 0 -133.75 10.8503 -146.198 + 44 223.307 272 1 1 -125.577 25.3563 -174.45 + 44 110.003 1024 1 0 -125.969 24.9677 -175.85 + 44 14.5737 1023 1 0 -126.081 24.85 -176.205 + 44 133.951 214 0 1 -137.204 14.9128 -204.45 + 44 3.36588 213 0 1 -137.35 14.8287 -204.839 + 44 127.636 972 0 0 -137.778 14.5488 -205.851 + 44 32.5801 971 0 0 -137.897 14.45 -206.134 + 44 140.521 947 0 0 -137.595 9.57408 -206.25 + 44 183.144 948 0 0 -137.529 9.65 -206.066 +Number of digits in this event = 36 +Using G4ParticleGun ... +2.55463 LIN +e- +Event: 45 +Number of tracker hits in this event = 37 + 45 102.888 756 11 1 -28.6619 -20.6302 125.55 + 45 98.9903 797 11 0 -28.6656 -20.6309 124.15 + 45 134.813 756 10 1 -28.7251 -20.6445 95.55 + 45 112.456 797 10 0 -28.7289 -20.6437 94.15 + 45 107.825 756 9 1 -28.7952 -20.6326 65.55 + 45 168.276 797 9 0 -28.799 -20.6334 64.15 + 45 120.016 755 8 1 -28.8885 -20.6531 35.55 + 45 257.057 796 8 0 -28.8952 -20.6557 34.15 + 45 119.686 755 7 1 -29.0402 -20.7163 5.55 + 45 144.765 796 7 0 -29.047 -20.7203 4.15 + 45 108.623 754 6 1 -29.1802 -20.8029 -24.45 + 45 125.614 796 6 0 -29.198 -20.8406 -25.85 + 45 209.179 753 5 1 -29.3788 -21.0374 -54.45 + 45 192.94 794 5 0 -29.4177 -21.1219 -55.85 + 45 115.758 749 4 1 -30.1501 -23.0229 -84.45 + 45 119.231 784 4 0 -30.1604 -23.08 -85.85 + 45 130.766 746 3 1 -30.7224 -24.6333 -114.45 + 45 112.453 776 3 0 -30.7307 -24.7344 -115.85 + 45 123.041 743 2 1 -31.309 -26.8324 -144.45 + 45 67.411 765 2 0 -31.364 -27.0235 -145.85 + 45 131.996 764 2 0 -31.3709 -27.05 -146.047 + 45 132.824 737 1 1 -32.4619 -30.696 -174.45 + 45 149.719 745 1 0 -32.4284 -30.9039 -175.85 + 45 125.051 740 0 1 -31.941 -35.1363 -204.45 + 45 57.4333 724 0 0 -32.0145 -35.2343 -205.85 + 45 43.926 723 0 0 -32.028 -35.25 -206.078 + 45 5.76081 705 2 1 -39.017 -27.8354 -144.85 + 45 13.5654 757 2 0 -40.3782 -28.6281 -145.85 + 45 26.8067 673 2 1 -45.4382 -29.6224 -144.85 + 45 48.0997 750 2 0 -45.2842 -29.9701 -145.85 + 45 32.0976 727 0 0 -34.2583 -34.6224 -205.85 + 45 46.4358 795 6 0 -29.201 -20.8503 -26.1841 + 45 99.3408 730 6 0 -31.8894 -33.9159 -26.25 + 45 83.643 729 6 0 -31.9913 -34.05 -25.9989 + 45 344.021 744 6 1 -31.2078 -35.2645 -24.85 + 45 242.359 1000 2 1 20.05 -18.5539 -144.564 + 45 73.3255 999 2 1 20.0499 -18.7332 -144.538 +Number of digits in this event = 17 +Using G4ParticleGun ... +2.41775 LIN +e- +Event: 46 +Number of tracker hits in this event = 143 + 46 121.198 924 10 1 4.86301 -115.033 95.55 + 46 124.02 325 10 0 4.865 -115.03 94.15 + 46 141.452 924 9 1 4.96401 -115.005 65.55 + 46 121.184 325 9 0 4.98677 -114.996 64.15 + 46 116.099 927 8 1 5.47097 -114.798 35.55 + 46 113.347 326 8 0 5.48502 -114.801 34.15 + 46 123.395 928 7 1 5.79154 -114.863 5.55 + 46 143.78 326 7 0 5.81246 -114.867 4.15 + 46 107.301 930 6 1 6.24134 -114.963 -24.45 + 46 149.909 325 6 0 6.2682 -114.962 -25.85 + 46 113.352 933 5 1 6.82599 -114.971 -54.45 + 46 130.06 325 5 0 6.85001 -114.979 -55.85 + 46 364.882 928 4 1 5.71424 -114.751 -84.45 + 46 125.115 327 4 0 5.67366 -114.744 -85.85 + 46 280.69 924 3 1 4.89415 -114.545 -114.45 + 46 108.15 328 3 0 4.8699 -114.517 -115.85 + 46 152.85 921 2 1 4.34959 -113.938 -144.45 + 46 293.147 331 2 0 4.33014 -113.92 -145.85 + 46 295.439 919 1 1 3.92742 -113.528 -174.45 + 46 279.093 333 1 0 3.90172 -113.519 -175.85 + 46 143.83 916 0 1 3.30405 -113.598 -204.45 + 46 184.515 332 0 0 3.25737 -113.605 -205.85 + 46 162.913 185 6 0 42.6033 -143.08 -26.25 + 46 52.0064 184 6 0 42.7105 -143.15 -26.0901 + 46 50.9266 916 2 1 3.33839 -114.043 -144.45 + 46 189.162 915 2 1 3.25 -114.097 -144.63 + 46 12.6743 328 2 0 2.58834 -114.54 -145.85 + 46 143.646 327 2 0 2.57416 -114.55 -145.876 + 46 103.082 811 1 1 -17.6916 -133.84 -174.45 + 46 32.596 812 1 1 -17.65 -134.052 -174.736 + 46 28.5251 226 1 0 -17.469 -134.901 -175.85 + 46 105.725 225 1 0 -17.4613 -134.95 -175.919 + 46 26.633 358 1 0 -22.056 -108.452 -176.249 + 46 86.6502 359 1 0 -22.0637 -108.35 -176.17 + 46 80.6879 360 1 0 -22.0439 -108.15 -175.993 + 46 433.099 789 1 1 -22.2291 -107.524 -174.85 + 46 48.7277 404 1 0 -21.1595 -99.3244 -175.85 + 46 43.546 405 1 0 -21.1338 -99.1494 -175.887 + 46 50.2789 406 1 0 -21.1403 -98.95 -175.957 + 46 60.9967 407 1 0 -21.2045 -98.75 -175.98 + 46 112.827 408 1 0 -21.2289 -98.55 -176.005 + 46 59.0604 409 1 0 -21.2076 -98.35 -175.999 + 46 70.7317 410 1 0 -21.1612 -98.15 -175.988 + 46 441.07 411 1 0 -21.2247 -97.95 -175.957 + 46 55.595 914 2 1 3.05 -113.964 -144.742 + 46 67.5998 332 2 0 1.96443 -113.75 -146.055 + 46 155.184 796 1 1 -20.8459 -108.007 -174.45 + 46 61.2856 797 1 1 -20.65 -107.632 -174.754 + 46 45.6138 369 1 0 -19.961 -106.257 -175.85 + 46 113.467 370 1 0 -19.9094 -106.15 -175.939 + 46 153.038 371 1 0 -19.82 -105.95 -176.103 + 46 21.8547 588 1 0 -9.88394 -62.2864 -176.25 + 46 124.208 589 1 0 -9.88473 -62.25 -176.17 + 46 101.379 851 1 1 -9.82899 -61.8067 -174.85 + 46 114.903 924 5 1 4.89231 -114.788 -54.45 + 46 160.581 327 5 0 5.33732 -114.727 -55.85 + 46 121.521 988 4 1 17.694 -118.313 -84.45 + 46 95.8531 311 4 0 17.798 -117.916 -85.8503 + 46 64.4428 288 4 0 47.2015 -122.519 -86.2498 + 46 204.117 287 4 0 47.3975 -122.55 -86.1312 + 46 39.2967 1142 4 1 48.5925 -122.247 -84.85 + 46 123.24 1143 4 1 48.6503 -122.211 -84.792 + 46 146.948 1144 4 1 48.8503 -122.044 -84.6554 + 46 320.005 925 8 1 5.1546 -114.951 35.55 + 46 104.135 325 8 0 5.15425 -114.952 34.15 + 46 108.234 925 7 1 5.09116 -115.109 5.55 + 46 113.258 324 7 0 5.14022 -115.245 4.15 + 46 124.628 929 6 1 5.98005 -117.948 -24.45 + 46 116.389 311 6 0 6.03091 -117.903 -25.85 + 46 112.185 935 5 1 7.13983 -116.803 -54.45 + 46 102.387 317 5 0 7.20293 -116.715 -55.85 + 46 115.509 941 4 1 8.26202 -114.939 -84.45 + 46 115.302 326 4 0 8.27821 -114.809 -85.85 + 46 122.959 943 3 1 8.80112 -112.279 -114.45 + 46 128.204 340 3 0 8.76483 -112.065 -115.85 + 46 218.721 939 2 1 7.98205 -107.524 -144.45 + 46 128.139 364 2 0 7.96552 -107.275 -145.85 + 46 126.514 937 1 1 7.49075 -102.17 -174.45 + 46 122.203 391 1 0 7.44741 -101.939 -175.85 + 46 133.833 933 0 1 6.73268 -97.6996 -204.45 + 46 195.433 413 0 0 6.70647 -97.4964 -205.85 + 46 143.083 853 1 1 -9.335 -69.8897 -174.85 + 46 113.749 327 8 0 5.14065 -114.739 34.1498 + 46 66.8095 926 7 1 5.41236 -109.467 5.55 + 46 58.6928 927 7 1 5.45 -109.403 5.33789 + 46 109.828 355 7 0 5.65753 -109.116 4.15 + 46 456.08 952 6 1 10.4646 -101.483 -24.4508 + 46 149.987 395 6 0 11.1054 -101.125 -25.85 + 46 261.427 1035 5 1 27.1001 -90.1695 -54.4501 + 46 158.189 448 5 0 27.1261 -90.3614 -55.85 + 46 109.69 1040 4 1 28.2316 -95.4121 -84.4501 + 46 73.6253 1041 4 1 28.25 -95.2373 -84.7457 + 46 69.0159 435 4 0 28.7183 -93.1449 -85.85 + 46 72.4283 436 4 0 28.7683 -92.95 -85.9475 + 46 67.9471 437 4 0 28.8117 -92.75 -86.0429 + 46 51.1454 438 4 0 28.8093 -92.55 -86.1454 + 46 26.1652 439 4 0 28.7762 -92.35 -86.223 + 46 74.1738 1174 4 0 10.5189 54.8566 -86.25 + 46 64.3849 1175 4 0 10.4765 55.0501 -86.1437 + 46 104.319 1176 4 0 10.4154 55.25 -86.0277 + 46 68.3381 1177 4 0 10.347 55.45 -85.8988 + 46 101.694 948 4 1 9.81396 56.6956 -84.8499 + 46 189.732 947 4 1 9.64981 56.9698 -84.6064 + 46 20.4658 946 4 1 9.32339 57.2014 -84.45 + 46 122.037 945 4 1 9.25 57.2088 -84.5062 + 46 59.01 944 4 1 9.05 57.2439 -84.7479 + 46 7.09258 1187 4 0 8.35939 57.638 -85.8504 + 46 105.409 1188 4 0 8.33997 57.65 -85.8807 + 46 19.4126 1228 4 0 5.71011 65.8307 -86.25 + 46 151.628 1229 4 0 5.75313 65.85 -86.1696 + 46 41.5693 1230 4 0 6.20755 66.05 -85.9227 + 46 178.346 930 4 1 6.23874 66.6778 -84.85 + 46 62.8043 931 4 1 6.25003 66.7233 -84.7201 + 46 312.437 929 4 1 6.0498 66.5542 -84.4941 + 46 41.2357 938 4 1 7.85 57.4045 -84.7792 + 46 10.037 449 5 0 27.1433 -90.3499 -56.2395 + 46 13.9357 451 4 0 62.6923 -89.6643 -86.25 + 46 220.401 953 6 1 10.65 -101.977 -24.7154 + 46 46.8017 384 6 0 11.096 -103.242 -25.85 + 46 79.626 383 6 0 11.1224 -103.35 -25.9482 + 46 32.8821 382 6 0 11.1238 -103.55 -26.1657 + 46 35.0049 894 5 1 -1.20155 -132.432 -54.4501 + 46 121.572 893 5 1 -1.25 -132.324 -54.504 + 46 121.106 892 5 1 -1.45012 -131.967 -54.6602 + 46 7.37919 249 5 0 -2.3426 -130.167 -55.85 + 46 80.5024 250 5 0 -2.35281 -130.149 -55.8605 + 46 269.345 251 5 0 -2.45999 -129.95 -55.9566 + 46 65.4969 252 5 0 -2.55736 -129.75 -56.0519 + 46 154.194 253 5 0 -2.63542 -129.55 -56.1341 + 46 243.839 923 2 1 4.8106 -114.993 -144.45 + 46 173.58 325 2 0 4.80906 -114.993 -145.85 + 46 153.006 923 1 1 4.76196 -114.968 -174.45 + 46 154.658 325 1 0 4.75761 -114.963 -175.85 + 46 116.419 923 0 1 4.66473 -114.841 -204.45 + 46 249.105 326 0 0 4.66219 -114.834 -205.85 + 46 319.278 924 2 1 4.85004 -115.025 -144.51 + 46 181.567 326 2 0 4.7781 -114.85 -145.85 + 46 149.71 343 1 0 3.60069 -111.512 -175.85 + 46 198.656 869 0 1 -6.12163 -106.788 -204.45 + 46 28.3491 356 0 0 -5.99665 -108.858 -205.85 + 46 94.1597 355 0 0 -5.99449 -108.95 -205.911 + 46 67.8972 354 0 0 -5.99151 -109.15 -206.049 + 46 13.4262 353 0 0 -6.0029 -109.35 -206.215 +Number of digits in this event = 65 +Using G4ParticleGun ... +9.76813 LIN +e- +Event: 47 +Number of tracker hits in this event = 55 + 47 106.723 1057 10 1 31.5659 111.037 95.55 + 47 125.734 1454 10 0 31.5658 111.037 94.15 + 47 133.323 1057 9 1 31.5661 111.031 65.55 + 47 125.4 1454 9 0 31.566 111.031 64.15 + 47 118.662 1057 8 1 31.5649 111.041 35.55 + 47 93.1051 1454 8 0 31.5649 111.043 34.15 + 47 154.325 1057 7 1 31.5637 111.083 5.55 + 47 135.495 1454 7 0 31.564 111.085 4.15 + 47 120.371 1057 6 1 31.5688 111.123 -24.45 + 47 211.634 1454 6 0 31.5681 111.126 -25.85 + 47 116.568 1057 5 1 31.5517 111.177 -54.45 + 47 101.851 1455 5 0 31.5497 111.18 -55.85 + 47 441.923 1057 4 1 31.5122 111.234 -84.45 + 47 130.208 1455 4 0 31.5115 111.237 -85.85 + 47 281.668 1057 3 1 31.5016 111.291 -114.45 + 47 154.087 1455 3 0 31.4994 111.291 -115.85 + 47 122.101 1057 2 1 31.4543 111.307 -144.45 + 47 209.688 1455 2 0 31.4522 111.309 -145.85 + 47 426.836 1056 1 1 31.4073 111.338 -174.45 + 47 374.028 1455 1 0 31.4052 111.339 -175.85 + 47 225.777 1056 0 1 31.3586 111.348 -204.45 + 47 418.532 1455 0 0 31.3556 111.347 -205.85 + 47 220.467 1458 1 0 33.0186 111.889 -175.85 + 47 165.199 1457 1 0 33.4146 111.75 -176.077 + 47 152.476 1456 1 0 33.5392 111.55 -176.162 + 47 141.541 1050 0 1 30.0878 110.795 -204.45 + 47 116.271 1453 0 0 29.9887 110.824 -205.85 + 47 49.6954 1049 0 1 30.05 110.815 -204.672 + 47 210.25 1456 0 0 29.3976 111.35 -205.866 + 47 140.919 1649 9 0 -155.621 150.075 63.75 + 47 288.821 1454 4 0 31.4423 111.051 -85.85 + 47 108.137 1041 3 1 28.3566 109.2 -114.45 + 47 90.1269 1445 3 0 28.3048 109.183 -115.85 + 47 36.8155 1038 2 1 27.8355 109.275 -144.451 + 47 129.488 1039 2 1 27.85 109.285 -144.553 + 47 111.806 1446 2 0 27.9926 109.405 -145.851 + 47 52.1145 1062 1 1 32.5965 111.922 -174.45 + 47 70.9293 1063 1 1 32.6503 111.961 -174.601 + 47 98.3946 1460 1 0 33.1135 112.295 -175.85 + 47 67.261 1461 1 0 33.1892 112.35 -176.052 + 47 122.851 1121 0 1 44.3197 120.779 -204.45 + 47 96.966 1506 0 0 44.7712 121.447 -205.85 + 47 75.2272 1507 0 0 44.8426 121.55 -206.064 + 47 36.8648 1256 1 1 71.2576 108.305 -174.45 + 47 37.2414 394 4 0 -164.261 -101.326 -86.25 + 47 246.582 393 4 0 -164.297 -101.35 -86.1483 + 47 112.21 1458 3 0 31.5564 111.919 -115.85 + 47 149.165 1046 2 1 29.3756 113.468 -144.45 + 47 221.835 1467 2 0 29.3783 113.591 -145.85 + 47 148.362 1045 1 1 29.1204 115.724 -174.45 + 47 39.8691 1477 1 0 29.1483 115.565 -175.851 + 47 71.7395 1476 1 0 29.1515 115.55 -175.985 + 47 103.456 1047 0 1 29.5509 112.532 -204.45 + 47 31.4719 1461 0 0 29.4767 112.359 -205.85 + 47 88.7986 1460 0 0 29.4736 112.35 -205.917 +Number of digits in this event = 33 +Using G4ParticleGun ... +3.6186 LIN +e- +Event: 48 +Number of tracker hits in this event = 104 + 48 127.065 927 11 1 5.47258 -42.0349 125.55 + 48 127.361 690 11 0 5.47334 -42.0353 124.15 + 48 166.156 927 10 1 5.48439 -42.0483 95.55 + 48 90.7966 690 10 0 5.48471 -42.0469 94.15 + 48 100.932 927 9 1 5.48182 -42.0118 65.55 + 48 115.59 690 9 0 5.4822 -42.0098 64.15 + 48 423.628 927 8 1 5.49528 -41.9724 35.55 + 48 311.066 690 8 0 5.49241 -41.9662 34.15 + 48 110.819 926 7 1 5.40716 -41.8578 5.55 + 48 191.972 690 7 0 5.39916 -41.861 4.15 + 48 112.699 925 6 1 5.2256 -41.9105 -24.45 + 48 117.446 690 6 0 5.23873 -41.9051 -25.85 + 48 119.283 927 5 1 5.52342 -41.7968 -54.45 + 48 217.85 691 5 0 5.5422 -41.7994 -55.85 + 48 113.908 929 4 1 5.9066 -41.8474 -84.45 + 48 115.037 691 4 0 5.8865 -41.803 -85.8504 + 48 116.225 925 3 1 5.11797 -41.5815 -114.45 + 48 120.202 692 3 0 5.07269 -41.5424 -115.85 + 48 105.843 917 2 1 3.46247 -42.2556 -144.45 + 48 123.825 688 2 0 3.46105 -42.3843 -145.85 + 48 192.173 917 1 1 3.62798 -44.0299 -174.45 + 48 122.66 679 1 0 3.48313 -44.1896 -175.85 + 48 121.946 898 0 1 -0.251858 -48.2552 -204.45 + 48 268.162 899 0 1 -0.25 -48.2637 -204.493 + 48 119.678 657 0 0 -0.165376 -48.5487 -205.85 + 48 9.84846 389 1 0 -45.1218 -102.15 -176.183 + 48 112.438 916 1 1 3.44983 -44.1432 -174.692 + 48 91.928 915 1 1 3.25 -44.3369 -174.697 + 48 7.48853 683 1 0 2.93192 -43.2684 -175.85 + 48 64.1922 684 1 0 2.92424 -43.25 -175.868 + 48 241.807 685 1 0 2.92513 -43.05 -175.95 + 48 203.053 686 1 0 3.14496 -42.85 -176.055 + 48 58.9068 1359 2 1 91.95 -119.404 -144.643 + 48 67.1212 1617 5 0 83.2987 143.642 -55.85 + 48 41.5986 1255 2 0 25.1873 71.0541 -146.25 + 48 134.824 930 7 1 6.10515 -41.8916 5.54985 + 48 40.1931 691 7 0 6.32952 -41.85 3.88167 + 48 98.7454 951 6 1 10.2862 -40.9423 -24.45 + 48 111.157 695 6 0 10.4226 -40.8919 -25.85 + 48 107.827 964 5 1 12.8504 -39.8649 -54.45 + 48 106.702 700 5 0 12.9606 -39.8572 -55.85 + 48 113.892 975 4 1 15.2095 -39.5305 -84.451 + 48 236.188 702 4 0 15.3608 -39.5119 -85.85 + 48 114.118 993 3 1 18.685 -38.7022 -114.45 + 48 113.348 707 3 0 18.8932 -38.6241 -115.85 + 48 114.792 1017 2 1 23.5467 -37.105 -144.45 + 48 113.711 715 2 0 23.6851 -36.9839 -145.85 + 48 276.494 1032 1 1 26.45 -34.628 -174.451 + 48 145.687 727 1 0 26.5604 -34.5578 -175.85 + 48 147.066 1043 0 1 28.7401 -33.3065 -204.45 + 48 134.178 733 0 0 28.8146 -33.3085 -205.85 + 48 124.595 1099 1 1 39.9506 84.2735 -174.85 + 48 159.719 731 1 0 27.3296 -33.8427 -175.85 + 48 173.396 1098 0 1 39.8473 -21.3429 -204.45 + 48 117.332 787 0 0 39.5744 -22.5583 -205.85 + 48 112.032 786 0 0 39.5166 -22.65 -206.011 + 48 6.78121 879 0 0 37.5542 -4.07939 -206.25 + 48 70.0128 880 0 0 37.5521 -4.04993 -206.235 + 48 80.3076 1099 0 1 39.85 -21.4184 -204.65 + 48 90.0968 796 0 0 37.7857 -20.677 -205.85 + 48 185.787 1084 0 1 36.9642 -22.5836 -204.85 + 48 217.586 691 8 0 5.76071 -41.7404 34.1499 + 48 115.065 952 7 1 10.4519 -36.3408 5.55 + 48 194.468 718 7 0 10.4862 -36.2694 4.1498 + 48 4.28655 719 7 0 10.4857 -36.25 3.7693 + 48 65.6404 950 6 1 10.1003 -34.2509 -24.45 + 48 39.2647 949 6 1 10.05 -34.2859 -24.7085 + 48 3.19161 728 6 0 9.81446 -34.4481 -25.85 + 48 109.579 727 6 0 9.81168 -34.45 -25.8634 + 48 78.6441 917 5 1 3.61445 -39.1474 -54.45 + 48 64.6026 916 5 1 3.45 -39.16 -54.639 + 48 167.313 703 5 0 2.36241 -39.2554 -55.85 + 48 47.6918 791 4 1 -21.713 -42.157 -84.45 + 48 78.1535 790 4 1 -21.8506 -42.1647 -84.5589 + 48 49.8405 789 4 1 -22.05 -42.1736 -84.7184 + 48 232.503 688 4 0 -23.4374 -42.2888 -85.8501 + 48 139.588 621 3 1 -55.7245 -45.5677 -114.45 + 48 121.635 620 3 1 -55.85 -45.6284 -114.583 + 48 18.7107 619 3 1 -56.05 -45.7159 -114.794 + 48 192.32 669 3 0 -57.0906 -46.1607 -115.85 + 48 197.125 668 3 0 -57.2861 -46.25 -116.049 + 48 157.361 512 3 0 -117.077 -77.471 -116.25 + 48 37.3824 307 3 1 -118.643 -78.0629 -114.85 + 48 94.5687 306 3 1 -118.751 -78.1047 -114.752 + 48 36.66 305 3 1 -118.95 -78.177 -114.552 + 48 168.772 514 4 0 -144.073 -77.1513 -86.25 + 48 112.358 173 4 1 -145.451 -76.929 -84.85 + 48 100.082 172 4 1 -145.55 -76.9083 -84.7499 + 48 16.3243 171 4 1 -145.75 -76.8854 -84.4992 + 48 18.1765 170 4 1 -146.123 -76.4819 -84.45 + 48 129.278 169 4 1 -146.15 -76.4258 -84.4665 + 48 57.8294 168 4 1 -146.35 -76.0379 -84.5635 + 48 76.2325 167 4 1 -146.55 -75.9425 -84.5644 + 48 57.5109 166 4 1 -146.75 -75.8868 -84.559 + 48 44.1177 165 4 1 -146.95 -75.7605 -84.496 + 48 35.532 492 3 0 -106.416 -81.45 -116.152 + 48 16.1504 555 3 0 -92.7181 -69.0372 -116.25 + 48 285.074 554 3 0 -92.721 -69.05 -116.212 + 48 94.9408 438 3 1 -92.3676 -69.5387 -114.85 + 48 168.666 439 3 1 -92.3499 -69.5656 -114.77 + 48 22.4072 437 3 1 -92.55 -69.858 -114.781 + 48 80.8474 547 3 0 -93.1381 -70.5021 -115.85 + 48 74.5677 546 3 0 -93.2525 -70.6502 -116.066 + 48 318.589 434 3 1 -93.2961 -68.7391 -114.85 +Number of digits in this event = 41 +Using G4ParticleGun ... +4.95894 LIN +e- +Event: 49 +Number of tracker hits in this event = 90 + 49 118.76 300 9 1 -120.022 -32.7865 65.55 + 49 113.591 736 9 0 -120.022 -32.7868 64.15 + 49 174.795 300 8 1 -120.016 -32.8169 35.55 + 49 110.854 736 8 0 -120.016 -32.8126 34.15 + 49 212.642 300 7 1 -120.031 -32.741 5.55 + 49 317.75 736 7 0 -120.034 -32.7367 4.15 + 49 111.546 300 6 1 -120.096 -32.6455 -24.45 + 49 239.206 737 6 0 -120.102 -32.6487 -25.85 + 49 315.987 299 5 1 -120.209 -32.7203 -54.45 + 49 197.394 736 5 0 -120.225 -32.7296 -55.85 + 49 112.26 297 4 1 -120.564 -32.9489 -84.45 + 49 109.537 735 4 0 -120.56 -32.9685 -85.85 + 49 110.354 299 3 1 -120.313 -33.5229 -114.45 + 49 103.136 732 3 0 -120.355 -33.5761 -115.85 + 49 108.42 294 2 1 -121.213 -34.6225 -144.45 + 49 270.426 726 2 0 -121.185 -34.6653 -145.85 + 49 112.186 298 1 1 -120.479 -35.3743 -174.45 + 49 108.052 723 1 0 -120.413 -35.3978 -175.85 + 49 177.544 305 0 1 -119.063 -35.848 -204.45 + 49 191.252 721 0 0 -118.976 -35.8375 -205.85 + 49 1.94867 722 0 0 -120.438 -35.5599 -205.85 + 49 101.279 734 8 0 -119.463 -33.1498 34.15 + 49 92.0797 733 8 0 -119.38 -33.25 33.9638 + 49 20.3044 619 8 0 -103.382 -56.2333 33.75 + 49 161.069 618 8 0 -103.415 -56.25 33.7889 + 49 114.332 383 8 1 -103.44 -56.8633 35.15 + 49 71.7338 382 8 1 -103.55 -56.8997 35.4108 + 49 181.57 301 7 1 -119.946 -32.7915 5.55 + 49 116.433 301 6 1 -119.787 -32.5059 -24.45 + 49 394.475 300 5 1 -120.127 -32.6314 -54.45 + 49 146.129 298 4 1 -120.493 -33.1475 -84.45 + 49 105.233 734 4 0 -120.506 -33.1893 -85.85 + 49 101.655 296 3 1 -120.807 -34.1104 -114.45 + 49 158.111 729 3 0 -120.73 -34.1578 -115.851 + 49 258.335 306 2 1 -118.936 -35.1255 -144.45 + 49 164.014 725 2 0 -118.844 -35.0256 -145.85 + 49 187.53 317 1 1 -116.559 -33.4227 -174.45 + 49 38.502 318 1 1 -116.55 -33.4016 -174.719 + 49 127.384 733 1 0 -116.51 -33.3006 -175.85 + 49 123.029 323 0 1 -115.497 -30.7299 -204.45 + 49 104.458 747 0 0 -115.422 -30.583 -205.85 + 49 267.114 737 5 0 -120.156 -32.6499 -55.9997 + 49 128.942 738 5 0 -120.309 -32.4499 -56.177 + 49 109.623 858 5 0 -111.071 -8.31355 -56.2499 + 49 70.0394 859 5 0 -110.933 -8.25 -56.1659 + 49 39.7809 739 5 0 -120.495 -32.25 -56.1488 + 49 23.2196 259 4 1 -128.337 -24.9904 -84.45 + 49 106.715 258 4 1 -128.35 -24.9799 -84.5202 + 49 254.44 776 4 0 -128.648 -24.7713 -85.85 + 49 133.903 217 3 1 -136.744 -19.5374 -114.45 + 49 49.4319 804 3 0 -136.538 -19.1066 -115.851 + 49 72.4051 805 3 0 -136.504 -19.0499 -116.058 + 49 30.2169 246 2 1 -130.769 -11.5323 -144.45 + 49 126.41 247 2 1 -130.75 -11.4672 -144.549 + 49 22.8752 847 2 0 -130.53 -10.5057 -145.85 + 49 92.7681 848 2 0 -130.514 -10.45 -145.933 + 49 4.6326 849 2 0 -130.449 -10.2499 -146.243 + 49 134.61 280 1 1 -124.079 9.4918 -174.45 + 49 11.5067 279 1 1 -124.15 9.71954 -174.815 + 49 51.0989 951 1 0 -124.378 10.3424 -175.851 + 49 120.841 952 1 0 -124.413 10.4501 -176.027 + 49 134.797 254 0 1 -129.254 30.7274 -204.45 + 49 51.1049 1056 0 0 -129.217 31.3689 -205.85 + 49 199.813 1057 0 0 -129.219 31.4501 -206.005 + 49 9.9006 224 0 1 -135.15 78.4508 -204.787 + 49 339.96 301 4 1 -119.86 -31.5309 -84.45 + 49 103.652 743 4 0 -119.852 -31.4168 -85.85 + 49 102.21 302 3 1 -119.651 -29.1864 -114.45 + 49 79.9078 754 3 0 -119.594 -29.062 -115.85 + 49 129.642 755 3 0 -119.588 -29.05 -115.978 + 49 114.365 308 2 1 -118.379 -26.2636 -144.45 + 49 200.707 309 2 1 -118.35 -26.2141 -144.769 + 49 4.39566 769 2 0 -118.246 -26.0528 -145.85 + 49 136.41 770 2 0 -118.244 -26.05 -145.869 + 49 318.176 323 1 1 -115.431 -21.4515 -174.45 + 49 7.98111 793 1 0 -115.275 -21.2543 -175.85 + 49 114.138 794 1 0 -115.272 -21.25 -175.881 + 49 116.342 338 0 1 -112.447 -17.4472 -204.45 + 49 145.953 813 0 0 -112.347 -17.3115 -205.85 + 49 51.8032 773 2 0 -118.068 -25.3529 -145.85 + 49 119.359 312 2 1 -117.675 -25.4412 -144.85 + 49 78.3956 694 0 0 -141.706 -41.098 -206.25 + 49 111.424 296 6 1 -120.806 -33.9379 -24.45 + 49 36.6443 732 6 0 -120.97 -33.4937 -25.85 + 49 77.6559 733 6 0 -120.996 -33.4499 -26.0054 + 49 96.4153 920 6 0 -105.708 4.06572 -26.25 + 49 69.3116 921 6 0 -105.571 4.25 -26.0283 + 49 4.02385 375 6 1 -104.956 4.88545 -24.85 + 49 174.159 376 6 1 -104.95 4.89235 -24.8371 + 49 36.409 1075 8 0 -27.0733 35.0783 33.75 +Number of digits in this event = 38 +Using G4ParticleGun ... +3.9839 LIN +e- +Event: 50 +Number of tracker hits in this event = 68 + 50 125.283 1129 8 1 45.971 134.225 35.55 + 50 102.427 1570 8 0 45.9713 134.223 34.15 + 50 94.2107 1129 7 1 45.9843 134.19 5.55 + 50 130.345 1570 7 0 45.9846 134.19 4.15 + 50 319.797 1129 6 1 45.9851 134.182 -24.45 + 50 164.861 1570 6 0 45.9845 134.182 -25.85 + 50 222.986 1129 5 1 45.9648 134.177 -54.45 + 50 109.658 1570 5 0 45.9689 134.185 -55.85 + 50 144.438 1129 4 1 46.0309 134.332 -84.45 + 50 112.832 1570 4 0 46.0292 134.328 -85.85 + 50 617.196 1129 3 1 45.9949 134.256 -114.45 + 50 375.056 1570 3 0 46.0018 134.25 -115.85 + 50 181.104 1130 2 1 46.1726 134.098 -144.45 + 50 227.881 1569 2 0 46.1808 134.098 -145.85 + 50 165.627 1131 1 1 46.3631 134.096 -174.45 + 50 226.54 1569 1 0 46.369 134.1 -175.85 + 50 160.487 1132 0 1 46.4729 134.232 -204.45 + 50 157.109 1570 0 0 46.467 134.241 -205.85 + 50 277.374 1567 1 0 46.2519 133.664 -175.85 + 50 153.615 1131 2 1 46.25 134.035 -144.482 + 50 94.1326 1129 2 1 45.9664 134.121 -144.45 + 50 126.508 1130 1 1 46.1257 134.04 -174.45 + 50 120.124 1131 0 1 46.2732 133.974 -204.45 + 50 147.189 1569 0 0 46.2847 133.968 -205.85 + 50 126.193 1126 2 1 45.3751 134.744 -144.45 + 50 141.008 1573 2 0 45.375 134.839 -145.85 + 50 127.761 1125 1 1 45.1877 137.024 -174.45 + 50 115.031 1584 1 0 45.339 137.047 -175.85 + 50 30.0926 1140 0 1 48.2397 137.592 -204.45 + 50 76.8255 1141 0 1 48.25 137.593 -204.566 + 50 89.9338 1587 0 0 48.3619 137.614 -205.85 + 50 107.942 1128 5 1 45.85 133.968 -54.6358 + 50 184.038 1564 5 0 44.7868 133.127 -55.85 + 50 37.8819 1563 5 0 44.4744 132.95 -56.1866 + 50 25.9414 1458 5 0 -33.8462 111.762 -56.25 + 50 195.787 1457 5 0 -33.9279 111.75 -56.1977 + 50 53.6572 721 5 1 -35.6964 110.847 -54.8499 + 50 101.303 720 5 1 -35.85 110.754 -54.7365 + 50 61.7517 719 5 1 -36.05 110.626 -54.6046 + 50 59.1376 718 5 1 -36.25 110.519 -54.5208 + 50 17.6158 717 5 1 -36.4503 110.369 -54.4799 + 50 243.873 1130 3 1 46.05 134.126 -114.531 + 50 117.243 1571 3 0 46.4325 134.444 -115.85 + 50 3.18242 1572 3 0 46.5412 134.55 -116.238 + 50 97.8016 1173 2 1 54.6913 142.203 -144.45 + 50 22.5636 1174 2 1 54.8501 142.192 -144.763 + 50 128.521 1609 2 0 55.4917 142.143 -145.85 + 50 140.35 1261 1 1 72.2603 139.869 -174.45 + 50 112.18 1597 1 0 72.5062 139.746 -175.85 + 50 114.756 1284 0 1 77.0353 137.266 -204.45 + 50 115.191 1583 0 0 76.6784 136.855 -205.85 + 50 6.50874 1582 0 0 76.5905 136.75 -206.231 + 50 99.14 707 5 0 -2.97898 -38.4641 -56.2499 + 50 1.54364 708 5 0 -3.00054 -38.45 -56.2214 + 50 15.4899 1131 3 1 46.3026 133.838 -114.45 + 50 74.2302 1128 3 1 45.85 133.783 -114.632 + 50 156.488 1127 3 1 45.6498 133.776 -114.709 + 50 89.8735 1126 3 1 45.45 133.777 -114.752 + 50 72.6579 1125 3 1 45.2493 133.793 -114.787 + 50 56.4707 1124 3 1 45.05 133.813 -114.809 + 50 49.9231 1123 3 1 44.8499 133.803 -114.835 + 50 54.2625 1122 3 1 44.6495 133.749 -114.842 + 50 41.9201 1121 3 1 44.45 133.653 -114.809 + 50 73.589 1120 3 1 44.25 133.569 -114.777 + 50 67.0514 1119 3 1 44.0496 133.425 -114.73 + 50 164.791 1118 3 1 43.8494 133.271 -114.704 + 50 160.4 1117 3 1 43.6495 132.968 -114.591 + 50 46.3203 1116 3 1 43.45 132.478 -114.486 +Number of digits in this event = 33 +Using G4ParticleGun ... +5.76178 LIN +e- +Event: 51 +Number of tracker hits in this event = 162 + 51 110.828 1250 11 1 70.1486 -28.8055 125.55 + 51 151.082 756 11 0 70.1491 -28.8051 124.15 + 51 130.763 1250 10 1 70.1544 -28.7947 95.55 + 51 168.902 756 10 0 70.1535 -28.7951 94.15 + 51 118.035 1250 9 1 70.1344 -28.7967 65.55 + 51 168.968 756 9 0 70.1325 -28.7966 64.15 + 51 134.003 1250 8 1 70.0969 -28.7965 35.55 + 51 110.586 756 8 0 70.0962 -28.7969 34.15 + 51 126.576 1250 7 1 70.0864 -28.7977 5.55 + 51 122.497 756 7 0 70.0856 -28.7964 4.15 + 51 479.819 1250 6 1 70.0733 -28.7691 -24.45 + 51 228.518 756 6 0 70.0741 -28.7683 -25.85 + 51 102.06 1250 5 1 70.0857 -28.7512 -54.45 + 51 203.262 756 5 0 70.0874 -28.75 -55.85 + 51 394.274 1250 4 1 70.1321 -28.7233 -84.45 + 51 232.812 756 4 0 70.1358 -28.7219 -85.85 + 51 110.899 1250 3 1 70.2189 -28.6945 -114.45 + 51 230.155 756 3 0 70.2228 -28.6932 -115.85 + 51 430.444 1251 2 1 70.305 -28.6648 -144.45 + 51 791.271 756 2 0 70.3087 -28.6615 -145.85 + 51 257.744 1251 1 1 70.3803 -28.5976 -174.45 + 51 134.061 757 1 0 70.3818 -28.5936 -175.85 + 51 112.647 1251 0 1 70.413 -28.5121 -204.45 + 51 102.504 757 0 0 70.4146 -28.5099 -205.85 + 51 96.7232 1671 3 1 154.384 46.7704 -114.45 + 51 259.936 1672 3 1 154.55 46.7484 -114.521 + 51 126.989 242 1 0 26.0224 -131.55 -175.92 + 51 339.522 754 2 0 70.2311 -29.1592 -145.85 + 51 66.2555 753 2 0 70.2167 -29.25 -146.124 + 51 130.418 1241 1 1 68.4205 -37.2052 -174.451 + 51 141.587 718 1 0 68.0543 -36.4412 -175.851 + 51 1.48247 719 1 0 67.8774 -36.25 -176.244 + 51 129.89 817 1 0 63.258 -16.6483 -176.25 + 51 106.337 1219 1 1 64.0114 -16.4771 -174.85 + 51 90.0589 1220 1 1 64.05 -16.4677 -174.773 + 51 53.7012 1221 1 1 64.25 -16.4635 -174.541 + 51 69.7167 1250 2 1 70.25 -28.6541 -144.746 + 51 216.628 1250 1 1 70.2369 -28.8714 -174.45 + 51 227.199 755 1 0 70.1699 -28.9053 -175.85 + 51 118.391 1244 0 1 68.8797 -29.6662 -204.45 + 51 118.842 751 0 0 68.8995 -29.7824 -205.85 + 51 9.58911 1705 9 0 -28.4056 161.315 64.15 + 51 32.847 757 2 0 69.9922 -28.6499 -145.937 + 51 119.33 758 2 0 70.093 -28.3579 -145.85 + 51 115.11 1229 1 1 65.9591 -24.186 -174.45 + 51 44.3822 1228 1 1 65.8495 -24.2726 -174.753 + 51 88.8929 777 1 0 65.3723 -24.5876 -175.85 + 51 52.2865 776 1 0 65.2709 -24.65 -176.066 + 51 142.848 687 1 0 34.2101 -42.4722 -176.25 + 51 13.5017 1066 1 1 33.2599 -42.8705 -174.85 + 51 165.67 1065 1 1 33.2499 -42.8748 -174.835 + 51 355.875 1064 1 1 33.0499 -42.933 -174.564 + 51 73.9947 1062 1 1 32.6132 -42.6973 -174.45 + 51 554.275 1063 1 1 32.6503 -42.6402 -174.49 + 51 279.134 694 1 0 32.7169 -41.1695 -175.85 + 51 35.2696 1069 1 1 33.85 -39.5396 -174.628 + 51 36.8608 688 0 0 51.3261 -42.25 -206.045 + 51 51.4924 687 0 0 51.3379 -42.4501 -206.11 + 51 52.2426 548 0 0 63.0259 -70.3705 -206.249 + 51 271.318 547 0 0 63.0514 -70.45 -206.166 + 51 309.246 546 0 0 63.1934 -70.65 -205.99 + 51 45.8445 545 0 0 63.5012 -70.85 -205.917 + 51 124.111 700 10 0 -98.4358 -39.85 93.9754 + 51 45.0571 632 11 0 -115.696 -53.5713 123.75 + 51 78.9697 631 11 0 -115.781 -53.65 123.903 + 51 82.4198 318 11 1 -116.426 -54.1884 125.15 + 51 185.268 317 11 1 -116.55 -54.2797 125.356 + 51 278.855 700 12 0 -129.684 -39.9863 153.75 + 51 46.491 247 12 1 -130.628 -39.5107 155.15 + 51 113.133 246 12 1 -130.75 -39.4638 155.294 + 51 17.2925 245 12 1 -130.95 -39.3376 155.51 + 51 64.8496 819 13 0 -120.708 -16.179 183.75 + 51 71.4275 820 13 0 -120.647 -16.05 183.892 + 51 118.184 821 13 0 -120.579 -15.85 184.038 + 51 15.2465 822 13 0 -120.571 -15.65 184.126 + 51 265.271 296 13 1 -120.789 -13.6859 185.15 + 51 64.758 1252 2 1 70.45 -28.5823 -144.62 + 51 89.915 1253 2 1 70.65 -28.5751 -144.723 + 51 291.07 755 2 0 72.1993 -29.0498 -145.85 + 51 167.986 724 2 0 137.677 -35.21 -146.25 + 51 106.665 723 2 0 137.709 -35.2502 -146.01 + 51 133.822 1587 2 1 137.739 -37.5257 -144.85 + 51 60.1653 1588 2 1 137.75 -37.8515 -144.661 + 51 67.8357 1589 2 1 137.95 -37.8964 -144.586 + 51 63.2318 1590 2 1 138.15 -37.8873 -144.6 + 51 140.96 1591 2 1 138.35 -37.8403 -144.668 + 51 54.817 1592 2 1 138.55 -37.7417 -144.751 + 51 199.96 713 2 0 140.218 -37.2725 -145.85 + 51 9.47194 1283 2 0 166.648 76.789 -146.25 + 51 122.734 1249 3 1 69.8609 -28.4833 -114.45 + 51 142.382 1248 3 1 69.85 -28.4847 -114.778 + 51 201 757 3 0 69.8112 -28.4872 -115.85 + 51 126.09 1243 2 1 68.7799 -28.6888 -144.45 + 51 162.778 1248 1 1 69.7797 -31.3393 -174.45 + 51 187.662 742 1 0 69.7239 -31.4789 -175.85 + 51 40.0856 1242 0 1 68.4592 -34.4239 -204.45 + 51 82.1945 1241 0 1 68.45 -34.4378 -204.575 + 51 97.8538 727 0 0 68.3565 -34.5722 -205.85 + 51 120.675 745 2 0 129.75 -30.9602 -146.25 + 51 322.049 753 3 0 69.8473 -29.3357 -115.85 + 51 429.984 752 3 0 69.8069 -29.45 -116.027 + 51 60.3823 751 3 0 69.8718 -29.65 -116.154 + 51 250.594 755 4 0 70.1314 -28.8686 -85.8501 + 51 126.441 1254 3 1 70.8666 -31.449 -114.45 + 51 136.866 742 3 0 70.9091 -31.5229 -115.85 + 51 126.431 1258 2 1 71.7625 -33.0284 -144.45 + 51 103.004 734 2 0 71.7911 -33.1048 -145.85 + 51 172.415 1261 1 1 72.3048 -34.7082 -174.45 + 51 126.765 725 1 0 72.3247 -34.9369 -175.85 + 51 117.701 1260 0 1 72.1694 -39.2341 -204.45 + 51 13.2483 703 0 0 72.0027 -39.4455 -205.85 + 51 115.098 702 0 0 71.9992 -39.45 -205.88 + 51 128.685 755 6 0 70.0756 -28.9164 -25.8505 + 51 133.541 1248 5 1 69.8282 -31.2358 -54.45 + 51 2.00822 1249 5 1 69.85 -31.2661 -54.8445 + 51 100.376 743 5 0 69.9093 -31.3485 -55.85 + 51 124.746 1256 4 1 71.292 -34.5047 -84.45 + 51 131.31 726 4 0 71.352 -34.7803 -85.85 + 51 11.7839 725 4 0 71.3719 -34.85 -86.2038 + 51 86.3038 1266 3 1 73.291 -39.9835 -114.45 + 51 20.7449 1265 3 1 73.25 -40.0541 -114.773 + 51 116.069 698 3 0 73.0915 -40.3114 -115.851 + 51 121.846 1245 2 1 69.0952 -46.7487 -144.45 + 51 68.3908 665 2 0 69.1578 -46.998 -145.85 + 51 30.244 664 2 0 69.1751 -47.05 -146.116 + 51 329.671 1249 1 1 69.85 -53.7785 -174.503 + 51 43.0788 1252 1 1 70.45 -53.7084 -174.778 + 51 148.29 633 1 0 71.7226 -53.276 -175.85 + 51 119.322 1251 5 1 70.3339 -28.2039 -54.45 + 51 155.66 758 5 0 70.4102 -28.2755 -55.8501 + 51 116.632 1259 4 1 71.9634 -29.6501 -84.45 + 51 114.921 751 4 0 72.1703 -29.7581 -85.85 + 51 244.649 1277 3 1 75.4963 -32.3876 -114.45 + 51 107.728 738 3 0 75.7184 -32.3391 -115.85 + 51 114.873 1302 2 1 80.5189 -30.1539 -144.45 + 51 127.338 749 2 0 80.7992 -30.0843 -145.85 + 51 118.285 1330 1 1 86.2249 -29.0729 -174.45 + 51 59.4411 1331 1 1 86.2501 -29.0527 -174.648 + 51 211.404 1358 0 1 91.901 -27.9295 -204.45 + 51 48.296 1359 0 1 91.95 -27.9259 -204.648 + 51 268.257 760 0 0 92.2438 -27.9125 -205.85 + 51 128.228 1255 3 1 71.1524 -28.4016 -114.45 + 51 163.139 758 3 0 70.9757 -28.3546 -115.85 + 51 8.6453 873 3 0 70.2975 -5.27366 -116.25 + 51 89.6739 874 3 0 70.2924 -5.24989 -116.225 + 51 42.3212 875 3 0 70.22 -5.05 -115.989 + 51 284.019 1247 3 1 69.6472 -4.36949 -114.85 + 51 116.819 881 3 0 70.1528 -3.83671 -115.85 + 51 52.198 880 3 0 70.2456 -3.85006 -116.1 + 51 125.532 1340 3 1 88.1923 -28.1789 -114.85 + 51 225.166 1341 3 1 88.2503 -27.9435 -114.729 + 51 7.31394 886 4 1 -2.65 -60.6021 -84.848 + 51 167.425 839 3 0 56.4433 -12.0987 -116.25 + 51 113.615 756 1 0 69.9377 -28.7806 -175.85 + 51 175.903 1255 0 1 71.2055 -29.9457 -204.45 + 51 124.435 750 0 0 71.2021 -29.9217 -205.851 + 51 89.4089 1256 0 1 71.2502 -29.9737 -204.544 + 51 152.157 761 1 0 70.6915 -27.7696 -175.85 + 51 103.879 762 1 0 70.7892 -27.65 -176.013 + 51 130.028 1334 0 1 86.9187 -5.98699 -204.45 + 51 80.5695 877 0 0 87.2829 -4.6489 -205.85 + 51 68.6451 878 0 0 87.3327 -4.45 -206.058 +Number of digits in this event = 82 +Using G4ParticleGun ... +4.68268 LIN +e- +Event: 52 +Number of tracker hits in this event = 75 + 52 153.393 1100 11 1 40.1792 64.1381 125.55 + 52 138.932 1220 11 0 40.1789 64.1379 124.15 + 52 126.092 1100 10 1 40.1685 64.1409 95.55 + 52 108.56 1220 10 0 40.1655 64.1399 94.15 + 52 132.424 1100 9 1 40.1003 64.1102 65.55 + 52 154.01 1220 9 0 40.1012 64.1114 64.15 + 52 128.304 1100 8 1 40.1243 64.1429 35.55 + 52 135.814 1220 8 0 40.124 64.1446 34.15 + 52 185.734 1100 7 1 40.1205 64.1769 5.55 + 52 293.815 1220 7 0 40.1201 64.1772 4.15 + 52 277.171 1100 6 1 40.1122 64.1889 -24.45 + 52 235.409 1220 6 0 40.1142 64.1891 -25.85 + 52 123.265 1100 5 1 40.1601 64.1915 -54.45 + 52 235.261 1220 5 0 40.1628 64.1932 -55.85 + 52 117.394 1100 4 1 40.2248 64.2273 -84.45 + 52 277.6 1220 4 0 40.2262 64.2293 -85.85 + 52 158.925 1100 3 1 40.2472 64.2733 -114.45 + 52 261.825 1221 3 0 40.246 64.2739 -115.85 + 52 167.449 1101 2 1 40.2612 64.2879 -144.45 + 52 107.708 1221 2 0 40.2616 64.2881 -145.85 + 52 132.997 1101 1 1 40.2697 64.2871 -174.45 + 52 141.17 1221 1 0 40.2698 64.2876 -175.85 + 52 115.926 1101 0 1 40.281 64.2972 -204.45 + 52 122.813 1221 0 0 40.2768 64.2992 -205.85 + 52 283.166 1458 2 0 62.007 111.799 -146.25 + 52 157.892 1457 2 0 62.2511 111.75 -145.961 + 52 118.382 858 8 0 27.4345 -8.33747 33.75 + 52 50.8206 985 8 1 17.25 -20.7175 35.3207 + 52 67.9443 863 0 0 87.9831 -7.45 -206.049 + 52 92.8359 1229 4 0 4.35254 66.0049 -86.2496 + 52 67.2143 1230 4 0 4.15781 66.05 -86.0631 + 52 19.616 1231 4 0 4.19204 66.25 -85.9105 + 52 690.718 922 4 1 4.58205 67.9367 -84.8499 + 52 196.122 923 4 1 4.65 69.0343 -84.606 + 52 154.862 729 0 1 -34.1033 39.3879 -204.45 + 52 67.9612 1099 3 1 40.0497 64.0453 -114.45 + 52 223.079 1098 3 1 39.85 64.227 -114.508 + 52 96.8395 1097 3 1 39.6498 64.6612 -114.659 + 52 457.457 1096 3 1 39.45 64.8756 -114.685 + 52 93.4615 1095 3 1 39.2498 65.0849 -114.69 + 52 115.905 1223 3 0 37.6639 64.7926 -115.85 + 52 223.553 1222 3 0 37.4927 64.65 -116.007 + 52 67.2715 1088 3 1 37.85 64.7482 -114.595 + 52 119.288 1103 5 1 40.7543 64.1994 -54.45 + 52 95.7226 1110 4 1 42.0791 64.7158 -84.45 + 52 123.587 1223 4 0 42.1278 64.7343 -85.85 + 52 158.382 1114 3 1 43.0077 65.1148 -114.45 + 52 100.741 1225 3 0 43.039 65.1243 -115.85 + 52 126.37 1117 2 1 43.568 65.1749 -144.45 + 52 108.34 1225 2 0 43.5756 65.1861 -145.85 + 52 103.402 1118 1 1 43.8204 65.5026 -174.45 + 52 25.8115 1227 1 0 43.7979 65.4538 -175.85 + 52 100.494 1226 1 0 43.7962 65.45 -175.952 + 52 134.986 1116 0 1 43.3517 64.4479 -204.45 + 52 138.528 1222 0 0 43.3819 64.4546 -205.85 + 52 49.2191 515 3 0 1.67959 -76.85 -116.018 + 52 12.3477 905 3 1 1.07829 -77.1833 -114.85 + 52 375.25 904 3 1 1.0498 -77.191 -114.806 + 52 44.0462 903 3 1 0.85 -76.9334 -114.495 + 52 91.1845 1099 6 1 40.05 64.0444 -24.5365 + 52 119.019 1219 6 0 40.0343 63.9959 -25.85 + 52 147.548 1098 5 1 39.7712 62.6231 -54.45 + 52 116.144 1212 5 0 39.6362 62.563 -55.85 + 52 197.884 1084 4 1 36.9307 61.6544 -84.45 + 52 119.519 1207 4 0 36.7819 61.6104 -85.85 + 52 84.0942 1069 3 1 33.8731 60.897 -114.45 + 52 34.9301 1068 3 1 33.85 60.8792 -114.727 + 52 131.501 1203 3 0 33.7547 60.8092 -115.85 + 52 109.95 1056 2 1 31.419 59.1831 -144.45 + 52 118.529 1194 2 0 31.3937 58.9576 -145.85 + 52 152.871 1052 1 1 30.4736 54.359 -174.45 + 52 127.88 1169 1 0 30.4472 54.0226 -175.85 + 52 12.945 1044 0 1 28.8515 47.0048 -204.45 + 52 156.48 1043 0 1 28.85 46.9983 -204.484 + 52 141.491 1133 0 0 28.7946 46.733 -205.85 +Number of digits in this event = 44 +Using G4ParticleGun ... +7.37305 LIN +e- +Event: 53 +Number of tracker hits in this event = 41 + 53 127.813 379 10 1 -104.232 -50.2219 95.4646 + 53 109.289 649 10 0 -104.232 -50.222 94.15 + 53 128.362 379 9 1 -104.231 -50.2253 65.55 + 53 126.261 649 9 0 -104.23 -50.225 64.15 + 53 113.353 379 8 1 -104.224 -50.2196 35.55 + 53 143.462 649 8 0 -104.227 -50.2194 34.15 + 53 131.733 379 7 1 -104.271 -50.2013 5.55 + 53 119.401 649 7 0 -104.272 -50.198 4.15 + 53 173.62 379 6 1 -104.28 -50.1335 -24.45 + 53 122.904 649 6 0 -104.279 -50.1343 -25.85 + 53 117.901 379 5 1 -104.257 -50.1563 -54.45 + 53 111.525 649 5 0 -104.255 -50.1577 -55.85 + 53 218.854 379 4 1 -104.225 -50.1944 -84.45 + 53 244.21 649 4 0 -104.224 -50.1967 -85.85 + 53 116.722 379 3 1 -104.205 -50.2448 -114.45 + 53 100.091 649 3 0 -104.223 -50.2373 -115.85 + 53 160.779 378 2 1 -104.514 -50.0311 -144.45 + 53 192.572 650 2 0 -104.524 -50.0417 -145.85 + 53 132.124 377 1 1 -104.736 -50.2664 -174.45 + 53 91.1418 648 1 0 -104.74 -50.2744 -175.85 + 53 133.391 376 0 1 -104.863 -50.4701 -204.45 + 53 172.994 647 0 0 -104.879 -50.507 -205.85 + 53 152.738 270 2 1 -125.962 166.141 -144.45 + 53 106.633 271 2 1 -125.95 166.134 -144.487 + 53 17.6159 643 4 0 -103.819 -51.3885 -85.85 + 53 71.972 642 4 0 -103.797 -51.4501 -85.9017 + 53 66.125 641 4 0 -103.735 -51.65 -86.0548 + 53 73.7055 378 6 1 -104.35 -50.1129 -24.478 + 53 67.4288 377 6 1 -104.55 -50.117 -24.6028 + 53 103.073 376 6 1 -104.75 -50.0961 -24.7479 + 53 72.4347 651 6 0 -106.353 -49.6932 -25.8507 + 53 84.4584 652 6 0 -106.559 -49.65 -25.9931 + 53 93.8729 714 4 0 -163.447 -37.1523 -85.85 + 53 62.0723 713 4 0 -163.569 -37.25 -86.1003 + 53 283.656 680 7 0 -128.894 -43.9148 3.75 + 53 20.4323 679 7 0 -129.674 -44.05 4.1402 + 53 5.59824 234 7 1 -133.221 -46.404 5.15 + 53 27.9602 658 7 0 -136.846 -48.2824 4.15 + 53 8.09414 215 7 1 -137.069 -50.6644 5.15006 + 53 347.583 646 7 0 -136.539 -50.7981 4.14948 + 53 60.5866 645 7 0 -136.485 -50.85 4.01582 +Number of digits in this event = 19 +Using G4ParticleGun ... +4.82988 LIN +e- +Event: 54 +Number of tracker hits in this event = 78 + 54 204.92 1201 11 1 60.3094 -32.9418 125.55 + 54 103.981 735 11 0 60.3103 -32.9426 124.15 + 54 107.969 1201 10 1 60.327 -32.9612 95.55 + 54 138.56 735 10 0 60.3283 -32.9627 94.15 + 54 173.68 1201 9 1 60.3566 -33.0122 65.55 + 54 113.627 735 9 0 60.3587 -33.0156 64.15 + 54 101.805 1201 8 1 60.3991 -33.0819 35.55 + 54 156.546 734 8 0 60.4018 -33.0832 34.15 + 54 130.508 1202 7 1 60.4656 -33.1084 5.55 + 54 161.459 734 7 0 60.4686 -33.1113 4.15 + 54 110.672 1202 6 1 60.5279 -33.1727 -24.45 + 54 113.626 734 6 0 60.5328 -33.1764 -25.85 + 54 121.782 1202 5 1 60.6384 -33.2537 -54.45 + 54 155.91 733 5 0 60.6435 -33.2571 -55.85 + 54 424.135 1203 4 1 60.7447 -33.3412 -84.45 + 54 507.188 733 4 0 60.7484 -33.3444 -85.85 + 54 143.759 1203 3 1 60.8272 -33.4019 -114.45 + 54 234.015 733 3 0 60.8346 -33.4066 -115.85 + 54 273.639 1204 2 1 61.0074 -33.5021 -144.45 + 54 140.231 732 2 0 61.0162 -33.5082 -145.85 + 54 185.669 1205 1 1 61.1997 -33.6318 -174.45 + 54 148.507 732 1 0 61.2073 -33.6387 -175.85 + 54 524.032 1206 0 1 61.3725 -33.7663 -204.45 + 54 371.245 731 0 0 61.3814 -33.76 -205.85 + 54 53.6757 1364 0 1 92.95 65.7732 -204.603 + 54 9.10342 1363 0 1 92.95 65.7911 -204.464 + 54 16.8707 1422 2 1 104.682 79.6529 -144.85 + 54 316.449 1423 2 1 104.75 79.8238 -144.714 + 54 283.693 692 3 0 -141.104 -41.5102 -116.25 + 54 113.496 763 4 0 126.074 -27.3367 -86.25 + 54 35.8991 1532 4 1 126.708 -27.3089 -84.85 + 54 111.475 1533 4 1 126.75 -27.3144 -84.7418 + 54 115.475 768 5 0 123 -26.3484 -56.25 + 54 80.0163 1513 5 1 122.797 -26.3689 -54.85 + 54 16.6719 1512 5 1 122.75 -26.4202 -54.5224 + 54 98.4605 792 6 0 118.654 -21.5115 -26.2499 + 54 9.95217 1492 6 1 118.551 -21.3423 -24.85 + 54 93.1271 1491 6 1 118.55 -21.3414 -24.8402 + 54 324.521 1490 6 1 118.314 -20.8516 -24.45 + 54 53.5927 787 6 0 117.537 -22.5238 -25.85 + 54 76.4506 786 6 0 117.495 -22.6502 -25.9674 + 54 51.5674 785 6 0 117.467 -22.85 -26.0723 + 54 123.023 784 6 0 117.454 -23.05 -26.0997 + 54 26.7361 783 6 0 117.447 -23.25 -26.2104 + 54 37.9991 673 6 0 98.5881 -45.3269 -26.25 + 54 89.7705 674 6 0 98.4759 -45.25 -26.136 + 54 1.02174 1388 6 1 97.7522 -45.0461 -24.85 + 54 135.322 1387 6 1 97.7498 -45.0458 -24.846 + 54 114.927 1165 4 1 53.1668 100.149 -84.85 + 54 278.155 733 2 0 60.9527 -33.45 -146.106 + 54 82.4866 3 2 0 -118.753 -179.368 -146.25 + 54 71.0313 2 2 0 -118.846 -179.55 -146.179 + 54 28.2626 1 2 0 -118.883 -179.75 -146.203 + 54 103.958 1204 3 1 60.9233 -33.3997 -114.45 + 54 125.036 1204 1 1 61.0438 -33.2443 -174.45 + 54 102.259 734 1 0 61.0572 -33.2251 -175.85 + 54 311.43 736 0 0 61.4024 -32.7581 -205.85 + 54 106.958 1201 3 1 60.3906 -33.1306 -114.45 + 54 130.553 735 3 0 60.2432 -33.0097 -115.85 + 54 126.181 1186 2 1 57.353 -30.0663 -144.45 + 54 113.342 750 2 0 57.1498 -29.9458 -145.851 + 54 144.033 1165 1 1 53.2197 -26.9603 -174.45 + 54 102.702 765 1 0 53.13 -26.8774 -175.852 + 54 112.07 1157 0 1 51.5315 -25.4742 -204.45 + 54 129.236 773 0 0 51.4779 -25.3016 -205.85 + 54 58.116 1246 5 1 69.3216 -19.032 -54.85 + 54 222.443 1202 2 1 60.5081 -32.981 -144.45 + 54 257.838 735 2 0 60.4987 -32.9674 -145.85 + 54 104.525 1201 1 1 60.3571 -32.6995 -174.45 + 54 122.265 736 1 0 60.3677 -32.6987 -175.85 + 54 113.917 1202 0 1 60.53 -32.6809 -204.45 + 54 15.4555 752 9 1 -29.45 19.8377 65.3309 + 54 116.704 753 9 1 -29.45 19.8411 65.3642 + 54 108.305 1202 1 1 60.4783 -32.9694 -174.45 + 54 172.904 735 1 0 60.4655 -32.9494 -175.85 + 54 116.666 1200 0 1 60.1738 -32.4542 -204.45 + 54 117.767 738 0 0 60.1664 -32.4426 -205.85 + 54 83.5148 878 2 0 -84.1172 -4.40191 -146.25 +Number of digits in this event = 37 +Using G4ParticleGun ... +5.85283 LIN +e- +Event: 55 +Number of tracker hits in this event = 131 + 55 112.293 1326 10 1 85.2707 50.1428 95.55 + 55 125.796 1150 10 0 85.27 50.1429 94.15 + 55 149.961 1326 9 1 85.2576 50.1454 65.55 + 55 139.736 1150 9 0 85.2563 50.1457 64.15 + 55 109.795 1325 8 1 85.2281 50.1456 35.55 + 55 123.04 1150 8 0 85.2279 50.1461 34.15 + 55 116.433 1325 7 1 85.2214 50.1578 5.55 + 55 106.522 1150 7 0 85.2208 50.1595 4.15 + 55 119.22 1325 6 1 85.2181 50.2001 -24.45 + 55 139.304 1150 6 0 85.2184 50.2034 -25.85 + 55 320.598 1325 5 1 85.2271 50.2684 -54.45 + 55 155.885 1151 5 0 85.2275 50.2697 -55.85 + 55 119.503 1325 4 1 85.2323 50.3013 -84.45 + 55 112.236 1151 4 0 85.231 50.3032 -85.85 + 55 133.908 1325 3 1 85.2042 50.3468 -114.45 + 55 131.114 1151 3 0 85.2019 50.348 -115.85 + 55 602.726 1325 2 1 85.1539 50.3814 -144.45 + 55 250.011 1151 2 0 85.1506 50.3813 -145.85 + 55 469.637 1325 1 1 85.0841 50.3818 -174.45 + 55 108.619 1151 1 0 85.0806 50.383 -175.85 + 55 101.221 1324 0 1 85.0235 50.4156 -204.45 + 55 347.376 1151 0 0 85.0164 50.4168 -205.85 + 55 108.077 1313 1 1 82.7779 47.4468 -174.45 + 55 113.773 1312 1 1 82.65 47.3459 -174.549 + 55 102.648 1311 1 1 82.45 47.1449 -174.679 + 55 137.376 1310 1 1 82.25 46.9386 -174.72 + 55 1.64735 1309 1 1 82.05 46.6148 -174.848 + 55 109.175 1123 1 0 81.3781 44.8006 -175.85 + 55 81.3453 1122 1 0 81.2894 44.65 -175.949 + 55 67.9348 1121 1 0 81.0942 44.4498 -176.105 + 55 78.2057 909 1 0 32.2304 1.97837 -176.25 + 55 86.7273 908 1 0 32.0433 1.85 -176.156 + 55 91.695 907 1 0 31.8139 1.65 -176.104 + 55 49.8539 906 1 0 31.5977 1.44993 -175.921 + 55 59.8285 1048 1 1 29.6958 0.232342 -174.85 + 55 146.127 1047 1 1 29.65 0.20509 -174.824 + 55 8.68681 1046 1 1 29.45 0.122697 -174.753 + 55 28.3831 890 1 0 29.9411 -1.97555 -175.85 + 55 137.762 889 1 0 29.9379 -2.05 -175.916 + 55 31.7416 975 1 0 60.5296 15.1563 -176.25 + 55 97.4209 976 1 0 60.6253 15.2501 -176.17 + 55 5.06799 977 1 0 60.7424 15.4502 -175.867 + 55 88.5354 1204 1 1 60.9298 15.8332 -174.85 + 55 71.1617 1205 1 1 61.0502 15.7772 -174.594 + 55 140.5 1152 2 0 85.3234 50.4851 -145.85 + 55 72.2785 1338 1 1 87.833 55.0368 -174.45 + 55 91.6028 1339 1 1 87.85 55.0136 -174.572 + 55 54.5891 1173 1 0 88.0046 54.7004 -175.85 + 55 126.591 1172 1 0 88.031 54.6499 -176.057 + 55 130.788 1364 0 1 92.9851 47.2052 -204.45 + 55 241.34 1131 0 0 92.9561 46.4433 -205.85 + 55 58.2956 957 0 0 102.049 11.5894 -206.25 + 55 97.706 956 0 0 102.119 11.4497 -206.136 + 55 24.2932 955 0 0 102.259 11.2496 -205.893 + 55 24.2734 1412 0 1 102.715 10.4286 -204.85 + 55 105.04 1413 0 1 102.75 10.3619 -204.769 + 55 104.656 829 1 0 122.743 -14.0685 -176.25 + 55 181.748 828 1 0 122.879 -14.25 -176.043 + 55 107.236 1516 1 1 123.382 -15.1441 -174.85 + 55 44.9634 1517 1 1 123.55 -15.4061 -174.556 + 55 34.6535 1518 1 1 123.895 -15.4303 -174.45 + 55 117.044 1519 1 1 123.95 -15.4185 -174.541 + 55 86.2443 822 1 0 124.933 -15.4956 -175.85 + 55 170.689 823 1 0 125.073 -15.45 -176.012 + 55 14.3322 1232 1 0 125.586 66.6077 -176.25 + 55 85.5742 1233 1 0 125.576 66.65 -176.232 + 55 68.4325 1234 1 0 125.505 66.85 -176.13 + 55 46.1726 1235 1 0 125.411 67.0504 -175.95 + 55 14.6589 1527 1 1 125.581 70.3061 -174.85 + 55 36.3809 1284 1 0 125.474 76.9263 -175.85 + 55 202.179 1533 1 1 126.783 80.9283 -174.85 + 55 98.5078 1534 1 1 126.95 81.2462 -174.816 + 55 114.995 1535 1 1 127.15 81.523 -174.774 + 55 62.5751 1536 1 1 127.35 81.845 -174.796 + 55 80.4537 1537 1 1 127.55 81.9671 -174.813 + 55 73.004 1311 1 0 129.866 82.3224 -175.85 + 55 67.9626 1312 1 0 130.073 82.45 -175.949 + 55 87.3913 1313 1 0 130.12 82.65 -176.046 + 55 44.6719 1314 1 0 130.238 82.85 -176.143 + 55 12.9209 1016 1 0 66.9071 23.369 -176.25 + 55 81.4541 860 0 0 78.9993 -7.89453 -206.25 + 55 128.511 859 0 0 78.8241 -8.05 -206.073 + 55 3.32114 858 0 0 78.6386 -8.25 -205.86 + 55 371.587 1291 0 1 78.3799 -9.58992 -204.85 + 55 44.7278 842 0 0 79.8962 -11.5585 -205.85 + 55 128.657 841 0 0 80.0813 -11.65 -205.944 + 55 32.3374 840 0 0 80.4456 -11.8501 -206.151 + 55 94.7877 717 0 0 107.803 -36.4555 -206.25 + 55 161.084 716 0 0 108.069 -36.65 -206.12 + 55 113.352 715 0 0 108.634 -36.85 -206.058 + 55 150.749 714 0 0 108.938 -37.0503 -206.072 + 55 152.176 734 0 0 90.6924 -33.1337 -206.25 + 55 382.819 1352 0 1 90.649 -33.4373 -204.85 + 55 338.65 1325 0 1 85.1901 50.4116 -204.45 + 55 253.853 1101 1 1 40.45 40.3715 -174.806 + 55 253.522 1150 5 0 85.2719 50.2421 -55.8505 + 55 100.218 1337 4 1 87.5771 49.6804 -84.45 + 55 159.027 1149 4 0 87.574 49.8887 -85.85 + 55 145.595 1338 3 1 87.7349 55.7656 -114.45 + 55 114.623 1181 3 0 88.0259 56.2617 -115.85 + 55 224.203 1369 2 1 94.0206 66.0965 -144.45 + 55 149.149 1231 2 0 94.3171 66.3059 -145.85 + 55 159.269 1410 1 1 102.23 70.6286 -174.45 + 55 103.488 1257 1 0 102.294 71.4838 -175.85 + 55 83.2327 1258 1 0 102.303 71.65 -176.12 + 55 106.783 1430 0 1 106.286 87.3654 -204.45 + 55 42.9987 1431 0 1 106.35 87.4214 -204.731 + 55 24.0939 1337 0 0 106.623 87.6327 -205.85 + 55 137.493 1338 0 0 106.648 87.65 -205.948 + 55 115.868 1324 4 1 84.8876 49.0978 -84.45 + 55 114.275 1144 4 0 84.8224 48.9871 -85.8504 + 55 139.932 1315 3 1 83.116 46.4128 -114.45 + 55 133.477 1130 3 0 82.971 46.2275 -115.85 + 55 185.793 1299 2 1 80.0088 41.8304 -144.45 + 55 145.646 1107 2 0 79.7143 41.5693 -145.85 + 55 146.866 1265 1 1 73.2185 35.8137 -174.45 + 55 310.181 1078 1 0 72.7642 35.6864 -175.85 + 55 119.594 1216 0 1 63.3827 33.2938 -204.45 + 55 4.82609 1065 0 0 62.9545 33.0544 -205.851 + 55 99.9435 1064 0 0 62.9468 33.05 -205.876 + 55 109.71 1300 2 1 80.05 41.7806 -144.561 + 55 123.207 1103 2 0 80.0831 40.843 -145.85 + 55 76.4295 1102 2 0 80.1308 40.65 -146.013 + 55 76.0312 1309 2 1 81.9575 40.8041 -144.85 + 55 98.7482 1310 2 1 82.0501 40.8722 -144.68 + 55 270.845 1152 1 0 85.1913 50.5805 -175.85 + 55 125.268 1322 0 1 84.6217 50.9641 -204.45 + 55 236.364 1154 0 0 84.4699 50.9952 -205.85 + 55 104.6 1319 0 1 83.9858 51.7647 -204.45 + 55 117.143 1158 0 0 83.8889 51.8159 -205.85 + 55 79.7867 1000 3 1 20.2215 128.291 -114.85 +Number of digits in this event = 51 +Using G4ParticleGun ... +7.51812 LIN +e- +Event: 56 +Number of tracker hits in this event = 137 + 56 78.0201 683 8 1 -43.4499 -129.386 35.55 + 56 34.5503 682 8 1 -43.45 -129.386 35.2779 + 56 134.055 253 8 0 -43.4504 -129.387 34.15 + 56 210.2 682 7 1 -43.4681 -129.405 5.55 + 56 354.956 253 7 0 -43.4695 -129.407 4.15 + 56 417.115 682 6 1 -43.5079 -129.44 -24.45 + 56 259.447 253 6 0 -43.51 -129.441 -25.85 + 56 144.192 682 5 1 -43.5527 -129.457 -54.45 + 56 135.241 253 5 0 -43.5407 -129.483 -55.85 + 56 486.804 683 4 1 -43.2951 -130.041 -84.45 + 56 156.484 250 4 0 -43.2847 -130.068 -85.85 + 56 109.334 684 3 1 -43.0769 -130.613 -114.45 + 56 134.42 247 3 0 -43.0671 -130.641 -115.85 + 56 151.757 685 2 1 -42.8626 -131.203 -144.45 + 56 109.728 244 2 0 -42.8548 -131.231 -145.85 + 56 269.281 686 1 1 -42.7003 -131.784 -174.45 + 56 314.871 241 1 0 -42.6914 -131.813 -175.85 + 56 130.519 687 0 1 -42.5098 -132.389 -204.45 + 56 148.247 238 0 0 -42.5013 -132.416 -205.85 + 56 55.7725 1076 4 0 100.979 35.25 -85.8938 + 56 22.4957 1403 4 1 100.932 36.6942 -84.8499 + 56 148.03 1404 4 1 100.95 36.7023 -84.8277 + 56 39.6755 381 13 0 96.7382 -103.825 183.75 + 56 101.353 158 13 0 110.4 -148.357 183.75 + 56 5.83918 159 13 0 110.422 -148.35 183.791 + 56 110.476 688 0 1 -42.4023 -132.144 -204.45 + 56 107.757 240 0 0 -42.3949 -132.137 -205.85 + 56 50.7666 685 1 1 -42.85 -131.918 -174.671 + 56 298.554 239 1 0 -43.4821 -132.257 -175.85 + 56 35.7795 238 1 0 -43.6593 -132.35 -176.171 + 56 75.1985 601 0 1 -59.714 -140.539 -204.45 + 56 64.2771 600 0 1 -59.85 -140.605 -204.662 + 56 111.297 195 0 0 -60.6376 -141.039 -205.85 + 56 53.4304 194 0 0 -60.8653 -141.15 -206.172 + 56 10.0522 752 11 1 -29.506 -91.1937 125.15 + 56 312.319 684 4 1 -43.2498 -130.102 -84.6992 + 56 110.199 681 6 1 -43.65 -129.308 -24.5308 + 56 64.6445 680 6 1 -43.8501 -129.077 -24.7301 + 56 76.6945 262 6 0 -44.9616 -127.739 -25.8502 + 56 256.847 263 6 0 -45.1049 -127.55 -25.9877 + 56 56.4016 264 6 0 -45.2807 -127.35 -26.1474 + 56 115.971 535 6 0 -129.575 -72.9294 -26.2497 + 56 80.0977 681 2 1 -43.7338 -129.546 -144.45 + 56 127.697 252 2 0 -43.5896 -129.678 -145.85 + 56 34.5638 251 2 0 -43.5722 -129.75 -146.174 + 56 38.6841 271 2 0 -52.1685 -125.793 -146.25 + 56 138.999 272 2 0 -52.1901 -125.75 -146.154 + 56 0.121342 273 2 0 -52.2712 -125.55 -145.851 + 56 116.215 634 2 1 -53.1479 -124.522 -144.85 + 56 291.467 284 2 0 -53.6248 -123.284 -145.851 + 56 606.038 285 2 0 -53.5794 -123.15 -146.023 + 56 257.112 682 2 1 -43.4943 -129.444 -144.45 + 56 236.952 253 2 0 -43.5892 -129.444 -145.85 + 56 123.629 673 1 1 -45.3165 -129.6 -174.45 + 56 158.519 252 1 0 -45.4209 -129.557 -175.85 + 56 312.756 253 1 0 -45.4375 -129.55 -176.071 + 56 152.726 661 0 1 -47.6548 -128.74 -204.45 + 56 113.22 257 0 0 -47.7845 -128.703 -205.85 + 56 34.3123 156 2 1 -148.75 -34.8927 -144.835 + 56 269.231 155 2 1 -148.95 -34.8635 -144.671 + 56 96.8817 683 1 1 -43.4101 -129.472 -174.45 + 56 124.377 683 0 1 -43.3674 -129.414 -204.45 + 56 123.49 253 0 0 -43.377 -129.398 -205.85 + 56 257.036 683 7 1 -43.449 -129.383 5.55 + 56 213.796 681 5 1 -43.659 -129.707 -54.45 + 56 185.4 252 5 0 -43.6687 -129.71 -55.85 + 56 93.2217 680 4 1 -43.9063 -129.764 -84.45 + 56 125.974 251 4 0 -43.9141 -129.778 -85.85 + 56 104.086 680 3 1 -44.0285 -130.02 -114.45 + 56 188.676 250 3 0 -44.0357 -130.049 -115.85 + 56 125.411 678 2 1 -44.2573 -130.614 -144.45 + 56 123.176 247 2 0 -44.2609 -130.637 -145.85 + 56 153.374 678 1 1 -44.29 -131.232 -174.45 + 56 399.515 244 1 0 -44.2616 -131.278 -175.85 + 56 260.31 682 0 1 -43.6335 -132.22 -204.45 + 56 134.892 239 0 0 -43.5577 -132.244 -205.85 + 56 110.734 213 0 0 -30.7973 -137.468 -206.25 + 56 60.6538 212 0 0 -30.5441 -137.55 -205.948 + 56 8.11251 754 0 1 -29.0685 -137.642 -204.85 + 56 71.2804 755 0 1 -29.05 -137.643 -204.836 + 56 89.5281 756 0 1 -28.85 -137.647 -204.696 + 56 43.9198 757 0 1 -28.65 -137.63 -204.549 + 56 299.114 677 1 1 -44.5094 -131.164 -174.45 + 56 162.912 677 0 1 -44.4747 -131.547 -204.45 + 56 104.04 242 0 0 -44.4558 -131.557 -205.85 + 56 91.8098 680 1 1 -43.8823 -132.117 -174.85 + 56 238.574 676 1 1 -44.65 -131.101 -174.788 + 56 127.708 246 1 0 -45.3863 -130.847 -175.85 + 56 21.7065 325 1 0 -106.486 -114.985 -176.25 + 56 15.5 326 1 0 -106.514 -114.95 -176.239 + 56 161.114 249 3 0 -43.9227 -130.15 -116.173 + 56 16.5057 1368 1 1 93.9223 16.5771 -174.45 + 56 124.857 244 0 0 -45.5993 -131.242 -205.85 + 56 290.022 241 0 0 -42.8409 -131.89 -206.25 + 56 38.0108 296 0 0 -50.7821 -120.823 -206.25 + 56 81.6959 297 0 0 -50.8331 -120.75 -206.131 + 56 21.3 298 0 0 -50.8941 -120.55 -205.92 + 56 157.441 644 0 1 -51.171 -119.89 -204.85 + 56 97.3351 687 6 1 -42.4593 -130.423 -24.4502 + 56 105.975 688 6 1 -42.45 -130.43 -24.6092 + 56 133.736 248 6 0 -42.3779 -130.503 -25.85 + 56 32.2055 697 5 1 -40.4564 -132.292 -54.45 + 56 89.4042 698 5 1 -40.45 -132.299 -54.5458 + 56 117.03 238 5 0 -40.3623 -132.393 -55.8502 + 56 160.978 707 4 1 -38.552 -134.509 -84.45 + 56 129.462 226 4 0 -38.8821 -134.9 -85.85 + 56 92.4508 225 4 0 -38.9231 -134.95 -86.0253 + 56 134.917 674 3 1 -45.1187 -143.581 -114.451 + 56 74.633 180 3 0 -45.503 -144.064 -115.85 + 56 58.1628 179 3 0 -45.5747 -144.15 -116.102 + 56 116.104 628 2 1 -54.3583 -154.466 -144.45 + 56 141.603 627 2 1 -54.4501 -154.56 -144.713 + 56 184.398 125 2 0 -54.8499 -154.967 -145.85 + 56 24.4518 574 1 1 -65.2229 -164.804 -174.45 + 56 108.049 573 1 1 -65.2501 -164.827 -174.54 + 56 190.237 74 1 0 -65.6438 -165.153 -175.85 + 56 48.0306 528 0 1 -74.3849 -172.171 -204.45 + 56 60.4213 527 0 1 -74.45 -172.216 -204.641 + 56 41.5484 38 0 0 -74.8415 -172.512 -205.85 + 56 82.5579 37 0 0 -74.8924 -172.55 -206.007 + 56 193.842 532 0 1 -73.45 -175.145 -204.55 + 56 236.101 875 0 1 -4.96398 -136.087 -204.45 + 56 214.496 253 4 0 -43.3819 -129.37 -85.85 + 56 119.678 691 3 1 -41.7977 -129.011 -114.45 + 56 135.018 255 3 0 -41.758 -128.981 -115.85 + 56 169.17 695 2 1 -40.9505 -128.442 -144.45 + 56 98.8425 257 2 0 -41.1133 -128.614 -145.85 + 56 109.234 653 0 1 -49.2667 -135.418 -204.45 + 56 126.666 222 0 0 -49.6077 -135.551 -205.85 + 56 167.753 688 3 1 -42.3147 -131.283 -114.45 + 56 163.62 243 3 0 -42.2125 -131.386 -115.85 + 56 120.012 698 2 1 -40.34 -133.719 -144.45 + 56 129.249 231 2 0 -40.2351 -133.841 -145.85 + 56 140.459 709 1 1 -38.151 -136.801 -174.45 + 56 212.983 216 1 0 -38.0296 -136.898 -175.85 + 56 126.285 723 0 1 -35.313 -138.876 -204.45 + 56 122.228 205 0 0 -35.1329 -139.038 -205.85 +Number of digits in this event = 76 +Using G4ParticleGun ... +5.66574 LIN +e- +Event: 57 +Number of tracker hits in this event = 37 + 57 105.369 403 7 1 -99.5164 -109.821 5.55 + 57 137.695 351 7 0 -99.5176 -109.821 4.15 + 57 103.16 403 6 1 -99.5484 -109.816 -24.45 + 57 109.993 351 6 0 -99.5503 -109.815 -25.85 + 57 120.126 402 5 1 -99.5858 -109.794 -54.45 + 57 107.394 351 5 0 -99.5881 -109.793 -55.85 + 57 165.951 402 4 1 -99.6283 -109.786 -84.45 + 57 173.513 351 4 0 -99.6278 -109.788 -85.85 + 57 361.028 402 3 1 -99.6302 -109.826 -114.45 + 57 597.757 351 3 0 -99.6304 -109.828 -115.85 + 57 138.8 402 2 1 -99.637 -109.906 -144.45 + 57 296.058 351 2 0 -99.639 -109.909 -145.85 + 57 327.756 402 1 1 -99.6936 -110.014 -174.45 + 57 265.687 350 1 0 -99.7007 -110.013 -175.85 + 57 276.21 401 0 1 -99.8126 -109.977 -204.45 + 57 105.761 350 0 0 -99.8112 -109.97 -205.85 + 57 106.814 348 1 0 -99.694 -110.383 -175.85 + 57 131.678 390 0 1 -102.141 -117.754 -204.45 + 57 71.0555 391 0 1 -101.95 -117.583 -204.793 + 57 109.378 315 0 0 -101.336 -117.118 -205.85 + 57 41.2543 316 0 0 -101.17 -116.95 -206.138 + 57 158.983 352 3 0 -99.6251 -109.75 -116.165 + 57 300.928 352 4 0 -99.6582 -109.75 -86.0617 + 57 131.717 353 4 0 -100.126 -109.55 -86.1408 + 57 125.438 404 2 1 -99.2877 -109.222 -144.45 + 57 156.722 354 2 0 -99.2461 -109.187 -145.85 + 57 162.931 409 1 1 -98.2852 -108.481 -174.45 + 57 91.196 358 1 0 -98.1696 -108.433 -175.85 + 57 201.913 422 0 1 -95.6851 -107.596 -204.45 + 57 104.018 363 0 0 -95.5189 -107.541 -205.85 + 57 132.958 401 2 1 -99.8132 -109.791 -144.45 + 57 120.235 401 1 1 -99.8113 -110.026 -174.45 + 57 131.558 349 0 0 -99.7646 -110.23 -205.85 + 57 264.084 400 0 1 -99.9714 -109.64 -204.45 + 57 250.22 352 0 0 -99.9853 -109.652 -205.85 + 57 7.03398 353 0 0 -99.9127 -109.55 -206.214 + 57 225.861 239 0 1 -132.287 -100.061 -204.45 +Number of digits in this event = 28 +Using G4ParticleGun ... +6.78576 LIN +e- +Event: 58 +Number of tracker hits in this event = 178 + 58 191.383 820 11 1 -15.8876 -36.0138 125.55 + 58 139.129 720 11 0 -15.8872 -36.013 124.15 + 58 121.565 820 10 1 -15.872 -36.003 95.55 + 58 109.562 720 10 0 -15.8718 -36.0031 94.15 + 58 248.43 820 9 1 -15.8653 -36.0118 65.55 + 58 358.008 720 9 0 -15.8642 -36.0118 64.15 + 58 136.823 821 8 1 -15.8415 -36.0101 35.55 + 58 241.556 720 8 0 -15.8414 -36.0092 34.15 + 58 103.715 821 7 1 -15.8379 -35.9955 5.55 + 58 234.651 720 7 0 -15.8367 -35.9956 4.15 + 58 503.089 821 6 1 -15.8187 -35.9839 -24.45 + 58 385.371 720 6 0 -15.8195 -35.9833 -25.85 + 58 125.452 821 5 1 -15.8345 -35.9753 -54.45 + 58 265.858 720 5 0 -15.835 -35.9755 -55.85 + 58 164.857 821 4 1 -15.8411 -35.9758 -84.45 + 58 100.312 720 4 0 -15.8404 -35.9745 -85.85 + 58 123.953 821 3 1 -15.8236 -35.9498 -114.45 + 58 126.457 720 3 0 -15.8215 -35.9474 -115.85 + 58 117.029 821 2 1 -15.778 -35.8979 -144.45 + 58 122.736 720 2 0 -15.7757 -35.8984 -145.85 + 58 116.92 821 1 1 -15.7282 -35.9145 -174.45 + 58 98.4098 720 1 0 -15.7251 -35.9145 -175.85 + 58 276.513 821 0 1 -15.6624 -35.9129 -204.45 + 58 101.265 720 0 0 -15.6609 -35.9128 -205.85 + 58 82.7333 820 0 1 -15.8806 -35.9118 -204.45 + 58 86.1791 719 0 0 -15.7509 -36.2081 -205.85 + 58 30.6354 718 0 0 -15.7688 -36.2502 -206.154 + 58 42.7963 719 7 0 -15.8045 -36.05 3.92878 + 58 90.8874 850 6 1 -10.0093 -42.8917 -24.45 + 58 33.2464 851 6 1 -9.85 -42.8407 -24.7417 + 58 392.136 686 6 0 -9.3717 -42.7799 -25.85 + 58 163.705 921 5 1 4.36154 -35.4067 -54.45 + 58 108.996 722 5 0 4.17097 -35.5689 -55.85 + 58 159.415 733 4 0 1.5049 -33.45 -86.1892 + 58 7.02123 1174 2 0 -5.32363 54.85 -146.166 + 58 9.35418 1067 2 1 33.45 57.3151 -144.788 + 58 212.76 819 5 1 -16.1086 -36.668 -54.45 + 58 198.58 716 5 0 -16.1235 -36.6882 -55.8505 + 58 274.313 817 4 1 -16.4729 -36.9098 -84.45 + 58 216.538 715 4 0 -16.4614 -36.8701 -85.85 + 58 98.2436 819 3 1 -16.152 -35.8077 -114.45 + 58 141.166 721 3 0 -16.1417 -35.7778 -115.85 + 58 57.0768 818 2 1 -16.3872 -35.455 -144.45 + 58 89.2811 817 2 1 -16.45 -35.3557 -144.602 + 58 59.9545 725 2 0 -16.8572 -34.923 -145.85 + 58 60.9139 726 2 0 -16.9087 -34.8499 -146.071 + 58 93.1221 715 1 1 -36.861 -27.0434 -174.45 + 58 73.1105 714 1 1 -37.05 -27.1409 -174.605 + 58 26.7138 713 1 1 -37.2501 -27.233 -174.784 + 58 153.822 762 1 0 -38.5972 -27.5336 -175.85 + 58 76.6653 578 0 1 -64.3129 -24.5476 -204.45 + 58 62.6148 577 0 1 -64.4501 -24.3899 -204.571 + 58 75.9536 576 0 1 -64.65 -24.2803 -204.694 + 58 8.98466 575 0 1 -64.85 -24.247 -204.836 + 58 50.091 781 0 0 -66.766 -23.8243 -205.85 + 58 25.0629 557 0 1 -68.5525 -24.2954 -204.85 + 58 72.5992 556 0 1 -68.65 -24.3436 -204.812 + 58 43.6011 555 0 1 -68.85 -24.4728 -204.814 + 58 253.748 769 0 0 -71.9095 -26.0996 -205.85 + 58 227.567 768 0 0 -72.6483 -26.25 -206.035 + 58 17.3145 767 0 0 -73.2255 -26.45 -206.205 + 58 412.174 698 0 0 -88.1913 -40.302 -206.25 + 58 111.688 699 0 0 -88.3028 -40.25 -206.087 + 58 159.357 816 4 1 -16.65 -36.6577 -84.6971 + 58 13.6698 815 4 1 -16.85 -36.5978 -84.8398 + 58 25.5894 712 4 0 -19.0396 -37.5843 -85.85 + 58 104.407 711 4 0 -19.0822 -37.6502 -85.8915 + 58 81.4935 710 4 0 -19.0987 -37.85 -85.9407 + 58 223.66 802 4 1 -19.6214 -37.8944 -84.8499 + 58 52.6851 816 5 1 -16.6789 -37.6996 -54.85 + 58 0.737766 817 5 1 -16.65 -37.6874 -54.8483 + 58 106.573 712 5 0 -15.5248 -37.5179 -55.85 + 58 249.374 824 5 1 -15.1004 -36.1403 -54.45 + 58 149.719 719 5 0 -14.9547 -36.0948 -55.85 + 58 122.902 841 4 1 -11.7643 -35.2672 -84.45 + 58 147.002 724 4 0 -11.5993 -35.1452 -85.85 + 58 133.778 859 3 1 -8.10793 -32.6889 -114.45 + 58 132.632 737 3 0 -7.91162 -32.5831 -115.85 + 58 127.3 879 2 1 -4.13759 -30.3081 -144.451 + 58 44.4409 749 2 0 -3.89973 -30.0839 -145.85 + 58 63.5165 750 2 0 -3.86507 -30.05 -146.056 + 58 88.1429 904 1 1 0.965638 -24.9707 -174.45 + 58 445.784 776 1 0 1.18082 -24.8265 -175.85 + 58 138.2 925 0 1 5.09517 -21.3953 -204.45 + 58 133.076 793 0 0 5.24338 -21.3861 -205.85 + 58 136.091 1391 2 0 -8.35367 98.55 -146.235 + 58 35.5504 1390 2 0 -8.20139 98.3499 -145.926 + 58 47.8388 1464 2 0 -50.6854 113.104 -146.25 + 58 122.13 1465 2 0 -50.7912 113.15 -146.112 + 58 72.086 1466 2 0 -51.0174 113.35 -145.933 + 58 14.7549 1467 2 0 -51.0948 113.55 -145.881 + 58 352.55 643 2 1 -51.3716 114.676 -144.85 + 58 288.391 644 2 1 -51.25 115.028 -144.603 + 58 130.627 1389 2 0 -11.2574 98.15 -146.202 + 58 222.335 1388 2 0 -11.1805 97.95 -145.95 + 58 52.875 370 0 0 -54.2501 -105.95 -206.064 + 58 29.7057 519 0 1 -76.05 -114.517 -204.642 + 58 42.2372 721 9 0 -15.9997 -35.85 63.8774 + 58 101.016 812 8 1 -17.5066 -33.389 35.55 + 58 28.2736 813 8 1 -17.45 -33.3072 35.2459 + 58 220.605 735 8 0 -17.2422 -33.0381 34.1499 + 58 120.333 844 7 1 -11.2416 -25.3145 5.55 + 58 93.8296 775 7 0 -11.0793 -25.0489 4.14914 + 58 123.323 866 6 1 -6.73076 -19.8849 -24.45 + 58 103.826 800 6 0 -6.80505 -19.8664 -25.85 + 58 10.9539 801 6 0 -6.83007 -19.85 -26.1958 + 58 320.195 852 5 1 -9.6382 -17.5646 -54.45 + 58 129.047 812 5 0 -9.36608 -17.6034 -55.85 + 58 54.3205 888 4 1 -2.37761 -16.6895 -84.45 + 58 182.915 889 4 1 -2.24977 -16.7329 -84.5767 + 58 49.4846 890 4 1 -2.04968 -16.8199 -84.7485 + 58 136.872 812 4 0 -0.903799 -17.5019 -85.8501 + 58 72.8578 811 4 0 -0.659778 -17.6501 -86.0835 + 58 37.4465 1022 3 1 24.4898 -35.7265 -114.45 + 58 179.903 1023 3 1 24.6501 -35.7162 -114.519 + 58 53.5107 1024 3 1 24.85 -35.6965 -114.578 + 58 91.6004 1025 3 1 25.05 -35.674 -114.611 + 58 40.7533 1026 3 1 25.25 -35.6972 -114.622 + 58 56.1891 1027 3 1 25.4503 -35.7399 -114.639 + 58 50.4643 1028 3 1 25.65 -35.765 -114.655 + 58 55.1092 1029 3 1 25.8506 -35.7874 -114.668 + 58 115.45 1030 3 1 26.05 -35.7761 -114.691 + 58 50.6357 1031 3 1 26.25 -35.7579 -114.701 + 58 50.3194 1032 3 1 26.45 -35.7421 -114.724 + 58 41.5436 1033 3 1 26.65 -35.7333 -114.732 + 58 59.0883 1034 3 1 26.85 -35.763 -114.72 + 58 141.629 1035 3 1 27.0503 -35.794 -114.699 + 58 57.8764 1036 3 1 27.25 -35.8123 -114.674 + 58 67.172 1037 3 1 27.4501 -35.7715 -114.595 + 58 32.3128 851 5 1 -9.65548 -17.5716 -54.45 + 58 57.4897 808 5 0 -9.5152 -18.3106 -55.85 + 58 69.906 807 5 0 -9.47317 -18.45 -56.0168 + 58 38.8667 806 5 0 -9.51577 -18.6501 -56.1431 + 58 23.9557 368 5 0 -114.263 -106.415 -56.25 + 58 133.302 1534 4 1 126.95 117.687 -84.4606 + 58 93.7092 1535 4 1 127.15 117.93 -84.5009 + 58 213.22 1536 4 1 127.35 118.161 -84.5726 + 58 45.8208 1492 4 0 127.694 118.566 -85.85 + 58 113.025 1491 4 0 127.69 118.55 -85.992 + 58 250.523 1490 4 0 127.802 118.35 -86.2022 + 58 103.331 1489 4 0 127.948 118.15 -86.0684 + 58 25.122 937 2 0 4.10556 7.53722 -145.85 + 58 6.19451 1315 2 1 83.05 -58.1621 -144.838 + 58 137.812 821 9 1 -15.85 -35.958 65.5281 + 58 78.8442 724 9 0 -15.5262 -35.1739 64.15 + 58 59.2617 725 9 0 -15.4812 -35.0499 63.9375 + 58 137.021 823 8 1 -15.4352 -18.8918 35.55 + 58 45.42 812 8 0 -15.4118 -17.5653 34.15 + 58 197.377 813 8 0 -15.4189 -17.4499 34.0357 + 58 35.7341 814 8 0 -15.4356 -17.25 33.8348 + 58 47.6075 811 7 1 -17.7996 10.4801 5.55 + 58 68.2206 812 7 1 -17.65 10.5833 5.51268 + 58 80.4483 813 7 1 -17.45 10.7269 5.48463 + 58 133.929 814 7 1 -17.25 10.868 5.45155 + 58 57.4033 815 7 1 -17.05 11.0136 5.40591 + 58 177.593 816 7 1 -16.85 11.1536 5.34843 + 58 108.517 817 7 1 -16.6499 11.2837 5.2886 + 58 35.3215 818 7 1 -16.45 11.4434 5.19823 + 58 80.46 967 7 0 -13.3579 13.4768 4.15 + 58 99.4003 968 7 0 -13.111 13.65 4.06323 + 58 126.107 969 7 0 -12.8413 13.85 3.99217 + 58 126.601 970 7 0 -12.5406 14.05 3.91881 + 58 190.148 971 7 0 -12.2007 14.25 3.82469 + 58 97.637 1394 7 0 59.5628 98.9883 3.75 + 58 44.1037 1393 7 0 59.4833 98.95 4.03451 + 58 119.353 1193 7 1 58.8075 98.4922 5.15 + 58 86.8388 1192 7 1 58.65 98.398 5.36583 + 58 248.119 1391 7 0 5.80321 98.4825 3.75 + 58 60.1043 1390 7 0 5.38991 98.35 4.00037 + 58 43.1486 1389 7 0 5.30437 98.1495 4.08472 + 58 86.2267 921 7 1 4.30341 93.9348 5.15 + 58 81.3107 920 7 1 4.25 93.7781 5.19218 + 58 26.2046 1356 7 0 4.03609 91.4422 4.15 + 58 85.0759 1355 7 0 4.01847 91.35 4.11489 + 58 150.609 1354 7 0 3.91524 91.15 4.14231 + 58 89.4736 912 7 1 2.64633 89.6033 5.15006 + 58 327.614 913 7 1 2.65 89.3847 5.28328 + 58 102.014 753 6 1 -29.25 112.08 -24.4812 +Number of digits in this event = 73 +Using G4ParticleGun ... +6.54645 LIN +e- +Event: 59 +Number of tracker hits in this event = 56 + 59 137.599 1408 9 1 101.796 76.9481 65.55 + 59 89.4043 1284 9 0 101.794 76.948 64.15 + 59 187.066 1408 8 1 101.758 76.9513 35.55 + 59 215.816 1284 8 0 101.756 76.9514 34.15 + 59 449.012 1407 7 1 101.731 76.9574 5.55 + 59 419.703 1284 7 0 101.73 76.9577 4.15 + 59 402.068 1407 6 1 101.707 76.961 -24.45 + 59 223.95 1284 6 0 101.706 76.9615 -25.85 + 59 111.506 1407 5 1 101.668 76.9702 -54.45 + 59 155.446 1284 5 0 101.666 76.9702 -55.85 + 59 467.798 1407 4 1 101.62 76.9727 -84.45 + 59 167.563 1284 4 0 101.619 76.9725 -85.85 + 59 101.075 1407 3 1 101.59 76.9657 -114.45 + 59 116.433 1284 3 0 101.589 76.9653 -115.85 + 59 274.388 1407 2 1 101.566 76.9656 -144.45 + 59 143.87 1284 2 0 101.566 76.9619 -145.85 + 59 105.981 1407 1 1 101.567 76.8835 -174.45 + 59 98.8024 1284 1 0 101.567 76.8783 -175.85 + 59 112.391 1407 0 1 101.56 76.7749 -204.45 + 59 165.544 1283 0 0 101.557 76.7678 -205.85 + 59 84.0823 1168 2 0 24.405 53.8136 -146.25 + 59 29.0255 1690 1 1 158.15 72.0346 -174.656 + 59 117.587 1685 0 1 157.15 102.007 -204.841 + 59 64.28 1580 4 0 89.9363 136.297 -86.2498 + 59 22.8122 1408 4 1 101.75 77.0561 -84.7819 + 59 254.935 1286 4 0 101.964 77.2772 -85.85 + 59 142.441 1287 4 0 102.335 77.4501 -86.1627 + 59 217.043 1406 5 1 101.528 76.6998 -54.45 + 59 167.666 1283 5 0 101.523 76.6906 -55.85 + 59 149.995 1406 4 1 101.422 76.5012 -84.45 + 59 119.923 1282 4 0 101.411 76.4982 -85.85 + 59 125.449 1404 3 1 101.136 76.4485 -114.45 + 59 164.869 1282 3 0 101.127 76.4522 -115.85 + 59 117.673 1403 2 1 100.922 76.5167 -144.45 + 59 98.517 1282 2 0 100.903 76.5255 -145.85 + 59 46.0237 1402 1 1 100.553 76.6948 -174.45 + 59 104.46 1401 1 1 100.55 76.6957 -174.636 + 59 121.47 1283 1 0 100.533 76.7025 -175.85 + 59 129.133 1400 0 1 100.187 76.8694 -204.45 + 59 133.33 1284 0 0 100.166 76.8859 -205.85 + 59 75.6567 410 11 0 -107.758 -97.95 123.802 + 59 39.7635 411 11 0 -107.94 -97.95 124.095 + 59 100.961 360 11 1 -108.116 -97.8971 125.15 + 59 111.483 1283 6 0 101.697 76.7984 -25.85 + 59 173.017 1408 5 1 101.771 76.5503 -54.45 + 59 113.611 1282 5 0 101.767 76.5436 -55.85 + 59 258.987 1281 4 0 101.729 76.4185 -85.85 + 59 116.784 1408 3 1 101.791 76.4234 -114.45 + 59 131.424 1281 3 0 101.792 76.423 -115.85 + 59 120.405 1408 2 1 101.817 76.36 -144.45 + 59 181.606 1281 2 0 101.824 76.3539 -145.85 + 59 120.029 1409 1 1 102.053 76.2341 -174.45 + 59 99.8498 1280 1 0 102.053 76.2218 -175.85 + 59 109.645 1409 0 1 102.011 75.92 -204.45 + 59 103.404 1279 0 0 102.08 75.96 -205.85 + 59 219.794 691 2 1 -41.804 172.396 -144.45 +Number of digits in this event = 32 +Using G4ParticleGun ... +7.63871 LIN +e- +Event: 60 +Number of tracker hits in this event = 37 + 60 105.078 170 7 1 -146.067 12.7139 5.55 + 60 184.976 963 7 0 -146.066 12.7131 4.15 + 60 154.514 170 6 1 -146.067 12.6972 -24.45 + 60 106.196 963 6 0 -146.066 12.6959 -25.85 + 60 173.824 170 5 1 -146.052 12.6678 -54.45 + 60 125.024 963 5 0 -146.051 12.6669 -55.85 + 60 130.684 170 4 1 -146.016 12.6498 -84.45 + 60 109.509 962 4 0 -146.016 12.6469 -85.85 + 60 359.707 170 3 1 -145.988 12.5841 -114.45 + 60 120.538 962 3 0 -145.992 12.5814 -115.85 + 60 194.948 170 2 1 -146.104 12.5633 -144.45 + 60 444.683 962 2 0 -146.101 12.5645 -145.85 + 60 139.484 170 1 1 -146.078 12.5522 -174.45 + 60 296.803 962 1 0 -146.072 12.5493 -175.85 + 60 212.936 171 0 1 -145.894 12.5199 -204.45 + 60 337.938 962 0 0 -145.884 12.5247 -205.85 + 60 151.727 105 1 1 -158.95 12.7437 -174.85 + 60 138.775 961 1 0 -145.574 12.397 -175.85 + 60 65.2164 226 0 1 -134.914 5.01437 -204.45 + 60 61.8782 227 0 1 -134.75 5.02369 -204.56 + 60 48.9924 228 0 1 -134.55 5.03402 -204.709 + 60 179.429 924 0 0 -133.449 5.00715 -205.85 + 60 65.4061 169 2 1 -146.151 12.5416 -144.512 + 60 138.286 168 2 1 -146.35 12.4659 -144.602 + 60 131.897 961 2 0 -146.337 12.385 -145.85 + 60 250.91 960 2 0 -146.131 12.25 -146.081 + 60 4.8697 204 8 1 -139.271 -90.4684 35.15 + 60 76.1021 177 12 1 -144.699 -103.842 155.15 + 60 235.476 171 2 1 -145.932 12.6388 -144.45 + 60 289.65 171 1 1 -145.904 12.6269 -174.45 + 60 35.2262 569 4 1 -66.1049 -10.3745 -84.85 + 60 8.05527 33 1 1 -173.44 160.498 -174.85 + 60 156.855 32 1 1 -173.55 160.909 -174.686 + 60 152.664 173 1 1 -145.444 12.7181 -174.45 + 60 122.675 963 1 0 -145.422 12.7226 -175.85 + 60 197.48 175 0 1 -144.998 12.8146 -204.45 + 60 175.353 963 0 0 -144.976 12.8132 -205.85 +Number of digits in this event = 30 +Using G4ParticleGun ... +6.36319 LIN +e- +Event: 61 +Number of tracker hits in this event = 34 + 61 119.662 522 9 1 -75.5372 111.495 65.55 + 61 127.842 1456 9 0 -75.539 111.496 64.15 + 61 245.071 522 8 1 -75.5936 111.505 35.55 + 61 132.129 1456 8 0 -75.5979 111.504 34.15 + 61 132.672 521 7 1 -75.6892 111.479 5.55 + 61 129.093 1456 7 0 -75.6952 111.475 4.15 + 61 126.797 521 6 1 -75.8178 111.395 -24.45 + 61 207.901 1456 6 0 -75.8234 111.391 -25.85 + 61 123.247 520 5 1 -75.9363 111.298 -54.45 + 61 94.1879 1455 5 0 -75.9423 111.293 -55.85 + 61 147.054 519 4 1 -76.0706 111.208 -84.45 + 61 123.43 1455 4 0 -76.0769 111.204 -85.85 + 61 121.763 519 3 1 -76.2046 111.12 -114.45 + 61 104.933 1454 3 0 -76.2096 111.121 -115.85 + 61 154.389 518 2 1 -76.3226 111.13 -144.45 + 61 120.314 1454 2 0 -76.3342 111.129 -145.85 + 61 106.152 517 1 1 -76.5779 111.107 -174.45 + 61 134.689 1454 1 0 -76.5913 111.104 -175.85 + 61 99.3979 515 0 1 -76.8594 111.063 -204.45 + 61 123.3 1454 0 0 -76.8704 111.063 -205.85 + 61 339.46 522 0 1 -75.6111 108.894 -204.85 + 61 142.706 638 3 1 -52.4467 162.338 -114.45 + 61 154.528 1736 5 0 -95.8925 167.358 -56.25 + 61 35.9403 1578 5 0 -104.14 135.766 -56.2499 + 61 254.803 522 3 1 -75.6052 111.446 -114.45 + 61 229.667 1456 3 0 -75.6041 111.438 -115.85 + 61 251.563 522 2 1 -75.5605 111.28 -144.45 + 61 107.365 1455 2 0 -75.5601 111.279 -145.85 + 61 385.645 522 1 1 -75.5062 111.166 -174.45 + 61 141.676 1455 1 0 -75.5145 111.174 -175.85 + 61 236.06 1456 0 0 -75.6029 111.469 -205.85 + 61 140.076 523 1 1 -75.45 111.16 -174.623 + 61 134.369 1456 2 0 -75.5619 111.49 -145.85 + 61 104.175 1456 1 0 -75.5933 111.495 -175.85 +Number of digits in this event = 29 +Using G4ParticleGun ... +3.81738 LIN +e- +Event: 62 +Number of tracker hits in this event = 153 + 62 139.019 640 11 1 -51.9246 -55.2329 125.55 + 62 118.204 624 11 0 -51.9361 -55.2398 124.15 + 62 154.775 639 10 1 -52.1732 -55.3811 95.55 + 62 193.75 623 10 0 -52.1838 -55.3891 94.15 + 62 111.414 638 9 1 -52.4196 -55.5504 65.55 + 62 123.987 622 9 0 -52.4278 -55.5585 64.15 + 62 113.252 637 8 1 -52.5965 -55.7082 35.55 + 62 121.609 621 8 0 -52.5988 -55.7092 34.15 + 62 115.737 637 7 1 -52.6132 -55.7361 5.55 + 62 109.683 621 7 0 -52.6202 -55.7518 4.15 + 62 170.783 636 6 1 -52.7266 -56.0716 -24.45 + 62 219.571 619 6 0 -52.7305 -56.0798 -25.85 + 62 127.931 636 5 1 -52.8145 -56.2492 -54.45 + 62 110.999 618 5 0 -52.8157 -56.2598 -55.85 + 62 184.111 636 4 1 -52.8135 -56.4941 -84.45 + 62 123.673 617 4 0 -52.8136 -56.5086 -85.85 + 62 319.856 636 3 1 -52.8052 -56.794 -114.45 + 62 106.183 616 3 0 -52.8022 -56.8034 -115.85 + 62 111.41 636 2 1 -52.7588 -56.9981 -144.45 + 62 285.008 615 2 0 -52.7563 -57.0054 -145.85 + 62 109.029 636 1 1 -52.6942 -57.1885 -174.45 + 62 142.847 614 1 0 -52.5466 -57.1893 -175.85 + 62 27.9324 653 0 1 -49.4028 -58.172 -204.45 + 62 157.667 652 0 1 -49.45 -58.1904 -204.534 + 62 51.0064 607 0 0 -50.2536 -58.5906 -205.85 + 62 73.2843 606 0 0 -50.3646 -58.65 -206.034 + 62 234.398 514 0 0 -58.3999 -77.1768 -206.25 + 62 172.176 513 0 0 -58.3712 -77.2509 -206.145 + 62 167.891 611 0 1 -57.823 -77.9741 -204.85 + 62 5.58579 612 0 1 -57.65 -78.1849 -204.475 + 62 49.5199 460 1 0 -43.5902 -87.9936 -176.25 + 62 73.0752 459 1 0 -43.4904 -88.05 -176.069 + 62 29.5605 687 1 1 -42.5216 -88.4252 -174.85 + 62 130.601 688 1 1 -42.45 -88.4591 -174.752 + 62 11.2046 472 2 0 -57.6502 -85.4546 -146.25 + 62 121.608 473 2 0 -57.663 -85.45 -146.229 + 62 38.1972 609 2 1 -58.1997 -84.8693 -144.849 + 62 83.6181 608 2 1 -58.25 -84.8213 -144.707 + 62 104.71 728 1 1 -34.45 -83.6343 -174.607 + 62 146.875 633 4 1 -53.25 -56.2502 -84.5057 + 62 57.1318 637 10 0 -30.6056 -52.5482 93.75 + 62 51.0864 568 10 0 -5.83247 -66.3241 93.75 + 62 302.776 632 4 1 -53.6491 -56.3741 -84.45 + 62 164.511 631 4 1 -53.65 -56.3751 -84.5988 + 62 210.287 618 4 0 -53.6566 -56.3867 -85.85 + 62 101.486 631 3 1 -53.7938 -56.6257 -114.45 + 62 113.184 617 3 0 -53.8014 -56.6395 -115.85 + 62 106.99 630 2 1 -53.9588 -56.8871 -144.45 + 62 386.056 630 1 1 -54.0364 -57.3916 -174.45 + 62 141.752 613 1 0 -54.0408 -57.4083 -175.85 + 62 149.245 629 0 1 -54.1467 -57.727 -204.45 + 62 151.193 611 0 0 -54.1551 -57.7487 -205.85 + 62 19.3165 796 0 0 -41.7451 -20.7355 -205.85 + 62 52.4394 797 0 0 -42.2426 -20.65 -206.245 + 62 81.1258 513 5 0 79.9998 -77.4004 -56.25 + 62 264.683 514 5 0 80.0026 -77.25 -56.1514 + 62 2.89352 1082 4 0 -86.8321 36.65 -86.1227 + 62 205.525 332 3 0 73.7172 -113.678 -116.25 + 62 125.404 1268 3 1 73.6993 -113.12 -114.85 + 62 136.567 629 3 1 -54.0581 -56.338 -114.45 + 62 169.526 618 3 0 -54.0736 -56.351 -115.85 + 62 243.789 628 2 1 -54.3791 -56.6353 -144.45 + 62 108.989 617 2 0 -54.3893 -56.6391 -145.85 + 62 143.696 627 1 1 -54.6245 -56.759 -174.45 + 62 127.862 616 1 0 -54.6307 -56.7717 -175.85 + 62 124.572 626 0 1 -54.7455 -57.067 -204.45 + 62 152.86 614 0 0 -54.7523 -57.0796 -205.85 + 62 318.131 633 5 1 -53.3048 -56.0481 -54.45 + 62 120.467 634 5 1 -53.25 -56.0509 -54.5164 + 62 108.696 624 5 0 -52.9026 -55.238 -55.8503 + 62 76.9537 625 5 0 -52.8355 -55.05 -56.0938 + 62 16.2658 611 5 0 -52.7509 -57.7877 -55.8502 + 62 144.139 610 5 0 -52.7258 -57.8505 -55.9032 + 62 56.0958 609 5 0 -52.6638 -58.05 -56.0499 + 62 85.0111 608 5 0 -52.6322 -58.25 -56.1545 + 62 31.8652 173 5 0 60.1144 -145.481 -56.25 + 62 149.387 172 5 0 60.2136 -145.55 -56.2182 + 62 69.981 171 5 0 60.4444 -145.75 -56.2009 + 62 112.481 170 5 0 60.6887 -145.95 -56.1851 + 62 197.06 169 5 0 60.9826 -146.15 -56.1471 + 62 123.445 168 5 0 61.2884 -146.35 -56.0527 + 62 140.241 167 5 0 61.5124 -146.55 -56.041 + 62 85.3254 166 5 0 61.8853 -146.75 -56.0577 + 62 83.4176 165 5 0 62.2035 -146.95 -56.0344 + 62 121.336 164 5 0 62.4161 -147.15 -56.1011 + 62 78.2423 163 5 0 62.6666 -147.35 -56.1128 + 62 46.7897 162 5 0 62.8216 -147.55 -56.0155 + 62 155.534 1216 5 1 63.322 -148.125 -54.85 + 62 288.644 633 6 1 -53.2759 -55.9687 -24.45 + 62 247.607 620 6 0 -53.2842 -55.9677 -25.85 + 62 176.412 620 5 0 -53.4504 -55.9302 -55.85 + 62 145.487 621 4 0 -53.5037 -55.7135 -85.85 + 62 465.157 633 3 1 -53.3826 -55.2503 -114.45 + 62 149.198 624 3 0 -53.3886 -55.2116 -115.85 + 62 854.816 632 2 1 -53.5024 -54.4291 -144.45 + 62 913.268 628 2 0 -53.5263 -54.4058 -145.85 + 62 106.063 630 1 0 -53.8846 -53.9649 -175.85 + 62 221.932 633 0 1 -53.31 -54.498 -204.45 + 62 258.582 627 0 0 -53.4473 -54.4811 -205.85 + 62 18.8473 661 0 1 -47.6832 -27.6785 -204.85 + 62 139.396 634 0 1 -53.1414 -54.5513 -204.85 + 62 115.064 634 1 0 -53.8548 -53.1773 -175.85 + 62 225.532 635 0 1 -52.9639 -51.92 -204.45 + 62 140.053 641 0 0 -52.8872 -51.7358 -205.85 + 62 329.528 629 2 0 -53.7652 -54.25 -146.249 + 62 84.7533 621 1 1 -55.8147 -50.9507 -174.45 + 62 115.639 622 1 1 -55.65 -50.8322 -174.632 + 62 7.31388 623 1 1 -55.45 -50.7201 -174.826 + 62 120.22 650 1 0 -54.2834 -50.0313 -175.85 + 62 140.465 651 1 0 -53.9625 -49.85 -176.091 + 62 40.3372 652 1 0 -53.5675 -49.6499 -176.225 + 62 182.042 634 3 1 -53.25 -55.2177 -114.53 + 62 271.151 635 3 1 -53.05 -55.1933 -114.606 + 62 145.433 632 3 0 -51.4298 -53.6233 -115.85 + 62 129.178 633 3 0 -51.5197 -53.45 -115.907 + 62 262.123 623 3 0 -53.3987 -55.3575 -115.85 + 62 125.212 631 2 1 -53.7504 -57.2787 -144.45 + 62 121.864 613 2 0 -53.5003 -57.4087 -145.85 + 62 115.815 654 1 1 -49.1388 -59.9705 -174.45 + 62 245.813 600 1 0 -48.8341 -59.89 -175.85 + 62 25.2416 682 0 1 -43.4835 -58.4751 -204.45 + 62 118.134 683 0 1 -43.45 -58.4578 -204.529 + 62 146.035 609 0 0 -42.9046 -58.1511 -205.85 + 62 376.387 622 2 0 -53.6576 -55.6189 -145.85 + 62 113.976 625 1 1 -55.0404 -55.9206 -174.45 + 62 127.836 620 1 0 -55.0574 -55.9693 -175.85 + 62 152.593 622 0 1 -55.5209 -56.9274 -204.45 + 62 205.758 615 0 0 -55.5398 -56.8838 -205.85 + 62 157.696 425 9 1 -95.1169 -160.179 65.15 + 62 106.645 627 2 0 -54.4009 -54.6021 -145.85 + 62 332.939 629 1 1 -54.1827 -58.6337 -174.45 + 62 31.462 601 1 0 -53.6979 -59.7749 -175.85 + 62 25.6938 599 1 0 -53.5845 -60.05 -176.179 + 62 169.988 684 0 1 -43.1849 -84.3932 -204.45 + 62 66.7618 468 0 0 -43.0685 -86.2526 -205.85 + 62 63.2583 467 0 0 -43.0586 -86.45 -205.992 + 62 101.792 466 0 0 -43.0546 -86.6501 -206.134 + 62 197.274 621 2 0 -53.4826 -55.65 -146.035 + 62 95.2837 618 1 0 -54.1795 -56.3363 -175.85 + 62 70.9195 616 0 0 -52.9216 -56.8429 -205.851 + 62 9.6919 1167 3 1 53.4766 -49.5653 -114.45 + 62 108.458 632 5 1 -53.5401 -56.1568 -54.45 + 62 226.578 619 5 0 -53.5371 -56.1583 -55.85 + 62 92.4737 619 4 0 -53.4693 -56.1111 -85.85 + 62 106.978 620 3 0 -53.1439 -55.9222 -115.85 + 62 148.786 633 2 1 -53.2624 -55.2679 -144.45 + 62 147.919 624 2 0 -53.2711 -55.2289 -145.85 + 62 125.355 632 1 1 -53.5053 -54.5146 -174.45 + 62 120.82 627 1 0 -53.5058 -54.4738 -175.85 + 62 26.2221 632 0 0 -53.438 -53.4541 -205.85 + 62 83.8837 633 0 0 -53.4381 -53.45 -205.951 + 62 155.122 669 1 0 -45.4768 -46.0572 -176.25 + 62 129.242 668 1 0 -45.3843 -46.25 -176.038 +Number of digits in this event = 89 +Using G4ParticleGun ... +1.16209 LIN +e- +Event: 63 +Number of tracker hits in this event = 70 + 63 129.374 1289 10 1 77.8613 -35.6806 95.55 + 63 118.09 721 10 0 77.852 -35.7182 94.15 + 63 137.301 1287 9 1 77.4751 -36.5658 65.55 + 63 163.272 717 9 0 77.4434 -36.5924 64.15 + 63 103.527 1283 8 1 76.8148 -37.148 35.55 + 63 117.717 714 8 0 76.7872 -37.1866 34.15 + 63 117.082 1280 7 1 76.1376 -38.078 5.55 + 63 156.654 709 7 0 76.0714 -38.157 4.15 + 63 128.539 1273 6 1 74.7688 -39.8284 -24.45 + 63 152.451 700 6 0 74.7072 -39.9794 -25.85 + 63 65.5861 1268 5 1 73.6638 -43.0508 -54.45 + 63 63.4998 1267 5 1 73.65 -43.075 -54.683 + 63 128.503 684 5 0 73.5791 -43.1945 -55.85 + 63 110.434 1259 4 1 71.9033 -46.1003 -84.45 + 63 132.39 669 4 0 71.8213 -46.2171 -85.85 + 63 2.2391 668 4 0 71.7982 -46.25 -86.2373 + 63 156.383 1250 3 1 70.1113 -48.7055 -114.45 + 63 116.19 656 3 0 70.0089 -48.8217 -115.85 + 63 20.425 655 3 0 69.9832 -48.85 -116.193 + 63 91.0262 1239 2 1 67.8804 -51.1211 -144.45 + 63 12.2057 1238 2 1 67.85 -51.1436 -144.806 + 63 97.2389 644 2 0 67.7616 -51.2121 -145.85 + 63 114.182 1225 1 1 65.2224 -53.063 -174.45 + 63 125.47 634 1 0 65.0684 -53.155 -175.85 + 63 55.3063 1209 0 1 61.885 -55.0614 -204.45 + 63 49.036 1208 0 1 61.85 -55.0729 -204.689 + 63 151.733 624 0 0 61.6755 -55.1255 -205.85 + 63 99.0543 19 2 0 104.063 -176.2 -146.25 + 63 133.801 20 2 0 104.264 -176.15 -146.12 + 63 148.628 21 2 0 104.312 -175.95 -146.173 + 63 153.208 138 6 0 -8.59681 -152.451 -26.25 + 63 162.241 1234 0 1 66.9307 -56.8586 -204.45 + 63 36.227 614 0 0 67.336 -57.2113 -205.85 + 63 85.8266 613 0 0 67.3973 -57.25 -205.98 + 63 76.9718 600 0 0 85.7772 -59.8613 -206.25 + 63 273.459 601 0 0 85.9066 -59.85 -206.059 + 63 111.124 602 0 0 86.0161 -59.6496 -205.919 + 63 71.4473 603 0 0 86.0898 -59.4498 -205.954 + 63 4.08609 1332 0 1 86.6453 -59.8624 -204.85 + 63 288.838 1333 0 1 86.65 -59.8642 -204.844 + 63 52.4124 1233 0 1 66.85 -56.7932 -204.68 + 63 118.444 618 0 0 66.5491 -56.4382 -205.85 + 63 10.1546 577 0 0 87.2999 -64.6306 -206.25 + 63 342.303 576 0 0 87.3404 -64.65 -206.227 + 63 64.7947 575 0 0 88.3558 -64.85 -205.972 + 63 74.6478 574 0 0 88.4446 -65.0501 -205.947 + 63 16.9536 573 0 0 88.5567 -65.25 -205.87 + 63 121.983 1346 0 1 89.3971 -67.3916 -204.85 + 63 85.8652 1347 0 1 89.45 -67.6484 -204.756 + 63 31.8 554 0 0 89.4183 -69.1654 -205.85 + 63 132.329 553 0 0 89.4679 -69.25 -205.911 + 63 16.2686 359 0 0 124.693 -108.264 -206.25 + 63 21.5869 241 0 0 172.125 -131.764 -206.25 + 63 264.268 242 0 0 172.116 -131.75 -206.213 + 63 128.871 1258 4 1 71.7201 -40.3412 -84.45 + 63 110.955 698 4 0 71.7623 -40.3224 -85.85 + 63 93.0132 1259 3 1 71.8825 -39.9552 -114.451 + 63 28.251 1258 3 1 71.85 -39.8651 -114.776 + 63 130.438 702 3 0 71.7046 -39.5804 -115.85 + 63 115.154 1230 2 1 66.1342 -33.2781 -144.45 + 63 109.318 734 2 0 65.9738 -33.1623 -145.85 + 63 58.5849 1219 1 1 63.8567 -31.7482 -174.45 + 63 56.3923 1218 1 1 63.85 -31.7761 -174.649 + 63 68.1431 740 1 0 63.7764 -31.9971 -175.85 + 63 40.1818 739 1 0 63.7622 -32.05 -176.093 + 63 130.883 1211 0 1 62.4371 -37.8961 -204.45 + 63 232.249 1212 0 1 62.45 -37.9266 -204.689 + 63 115.351 709 0 0 62.5201 -38.0524 -205.85 + 63 232.032 1213 0 1 62.65 -37.4621 -204.669 + 63 160.619 1286 9 1 77.45 -36.5946 65.2475 +Number of digits in this event = 29 +Using G4ParticleGun ... +5.05438 LIN +e- +Event: 64 +Number of tracker hits in this event = 67 + 64 111.083 1516 8 1 123.361 57.8858 35.55 + 64 151.965 1189 8 0 123.362 57.8873 34.15 + 64 113.856 1516 7 1 123.38 57.9232 5.55 + 64 245.374 1189 7 0 123.38 57.9265 4.15 + 64 130.992 1516 6 1 123.39 57.9948 -24.45 + 64 135.489 1189 6 0 123.389 57.9983 -25.85 + 64 149.411 1516 5 1 123.37 58.0571 -54.45 + 64 237.186 1190 5 0 123.37 58.0606 -55.85 + 64 128.192 1516 4 1 123.358 58.1321 -84.45 + 64 167.532 1190 4 0 123.358 58.1348 -85.85 + 64 585.62 1516 3 1 123.372 58.1838 -114.45 + 64 381.111 1190 3 0 123.373 58.1855 -115.85 + 64 691.359 1516 2 1 123.394 58.2236 -144.45 + 64 248.937 1190 2 0 123.396 58.2254 -145.85 + 64 117.288 1516 1 1 123.434 58.2656 -174.45 + 64 121.689 1191 1 0 123.438 58.2683 -175.85 + 64 98.672 1516 0 1 123.521 58.3219 -204.45 + 64 123.252 1191 0 0 123.524 58.3234 -205.85 + 64 89.8542 1360 0 1 92.35 23.9367 -204.757 + 64 31.6068 1361 0 1 92.35 23.8639 -204.781 + 64 116.858 1143 1 1 48.85 70.4721 -174.679 + 64 47.2309 1142 1 1 48.65 70.5265 -174.529 + 64 79.6952 1517 2 1 123.55 57.8475 -144.773 + 64 86.8514 1180 2 0 124.544 56.2064 -145.85 + 64 63.6342 1179 2 0 124.625 56.05 -145.957 + 64 70.8433 1178 2 0 124.701 55.85 -146.068 + 64 76.2439 1177 2 0 124.738 55.6496 -146.157 + 64 4.02908 1176 2 0 124.746 55.4499 -146.248 + 64 87.1534 1545 1 1 129.257 -39.3849 -174.45 + 64 27.0077 1544 1 1 129.15 -39.3526 -174.743 + 64 2.97974 711 1 0 128.473 -37.6602 -175.85 + 64 149.381 712 1 0 128.469 -37.65 -175.856 + 64 82.6419 713 1 0 128.406 -37.45 -176.029 + 64 65.2087 714 1 0 128.308 -37.25 -176.141 + 64 84.4903 754 1 0 96.6774 -29.1175 -176.25 + 64 195.174 755 1 0 96.6156 -29.05 -176.099 + 64 71.7294 756 1 0 96.1039 -28.85 -176.039 + 64 89.7611 1379 1 1 96.0838 -28.3335 -174.85 + 64 248.074 762 1 0 96.2862 -27.5294 -175.85 + 64 13.4238 763 1 0 96.4178 -27.45 -175.925 + 64 97.0073 1192 2 0 124.032 58.5759 -145.85 + 64 35.0986 1193 2 0 124.193 58.65 -146.17 + 64 332.305 1603 1 1 140.9 66.4963 -174.45 + 64 123.212 1604 1 1 140.95 66.5428 -174.519 + 64 15.0467 1605 1 1 141.15 66.7308 -174.81 + 64 153.836 1236 1 0 141.665 67.2603 -175.85 + 64 3.19202 1237 1 0 141.858 67.4501 -176.231 + 64 122.63 1677 0 1 155.636 79.3688 -204.45 + 64 151.773 1298 0 0 155.968 79.6821 -205.85 + 64 245.333 1318 0 0 147.44 83.7772 -206.249 + 64 139.768 1274 0 0 143.472 74.9188 -206.25 + 64 123.859 1189 2 0 122.845 57.964 -145.85 + 64 94.564 1428 5 0 -123.285 105.822 -56.2496 + 64 60.261 1429 5 0 -123.401 105.95 -56.1931 + 64 386.332 1515 7 1 123.349 57.9096 5.54975 + 64 141.778 1515 2 1 123.312 57.7717 -144.45 + 64 138.134 1188 2 0 123.245 57.8093 -145.85 + 64 102.081 1508 1 1 121.842 58.5735 -174.45 + 64 145.226 1192 1 0 121.787 58.6233 -175.85 + 64 106.172 1502 0 1 120.705 59.6049 -204.45 + 64 165.663 1198 0 0 120.662 59.667 -205.85 + 64 49.7562 1515 3 1 123.35 58.1508 -114.579 + 64 138.325 1183 2 0 123.623 56.8035 -145.85 + 64 110.638 1534 1 1 127.021 54.9169 -174.45 + 64 116.725 1173 1 0 126.83 54.7172 -175.85 + 64 110.573 1505 0 1 121.194 49.9027 -204.45 + 64 102.795 1149 0 0 121.176 49.9582 -205.85 +Number of digits in this event = 33 +Using G4ParticleGun ... +4.68709 LIN +e- +Event: 65 +Number of tracker hits in this event = 100 + 65 104.733 1231 11 1 66.3231 -39.822 125.55 + 65 118.759 701 11 0 66.3238 -39.821 124.15 + 65 93.6621 1231 10 1 66.3375 -39.7992 95.55 + 65 105.951 701 10 0 66.336 -39.799 94.15 + 65 182.544 1231 9 1 66.3 -39.7938 65.55 + 65 98.2935 701 9 0 66.2994 -39.7924 64.15 + 65 212.089 1230 8 1 66.2381 -39.7946 35.55 + 65 104.448 701 8 0 66.2361 -39.7961 34.15 + 65 129.22 1230 7 1 66.2148 -39.8069 5.55 + 65 121.748 701 7 0 66.213 -39.8072 4.15 + 65 163.124 1230 6 1 66.1797 -39.8547 -24.45 + 65 321.865 700 6 0 66.1773 -39.8525 -25.85 + 65 132.868 1230 5 1 66.1323 -39.8144 -54.45 + 65 207.509 701 5 0 66.1357 -39.7899 -55.8503 + 65 139.302 1228 4 1 65.831 -39.4477 -84.45 + 65 120.082 703 4 0 65.7819 -39.428 -85.85 + 65 464.9 1223 3 1 64.7448 -39.3953 -114.45 + 65 137.167 703 3 0 64.702 -39.3654 -115.85 + 65 274.875 1220 2 1 64.0732 -38.9131 -144.45 + 65 165.544 705 2 0 64.0345 -39.0174 -145.85 + 65 118.827 1218 1 1 63.6709 -40.0672 -174.45 + 65 132.791 699 1 0 63.6896 -40.0713 -175.85 + 65 27.9021 1223 0 1 64.8374 -40.2413 -204.45 + 65 88.0272 1224 0 1 64.85 -40.2308 -204.576 + 65 128.627 699 0 0 64.9657 -40.1492 -205.851 + 65 13.3029 704 2 0 64.026 -39.0504 -146.24 + 65 172.814 1219 2 1 64.05 -38.9176 -144.647 + 65 193.463 1224 3 1 64.8852 -39.0744 -114.45 + 65 44.7855 1098 1 1 39.7253 -59.3388 -174.85 + 65 305.771 701 6 0 66.1768 -39.8496 -25.9373 + 65 126.086 703 8 0 66.0141 -39.4279 34.15 + 65 155.752 1209 7 1 61.9592 -30.8728 5.55 + 65 89.7383 749 7 0 61.9138 -30.2035 4.15 + 65 34.4943 750 7 0 61.9168 -30.05 3.84532 + 65 32.8982 1233 6 1 66.6992 -15.0904 -24.45 + 65 128.475 1232 6 1 66.65 -14.9844 -24.5048 + 65 354.191 1231 6 1 66.45 -14.6275 -24.7019 + 65 23.2928 838 6 0 65.3325 -12.3379 -25.85 + 65 73.9189 839 6 0 65.2826 -12.25 -25.887 + 65 65.3094 840 6 0 65.1843 -12.0497 -25.9589 + 65 65.6471 841 6 0 65.0806 -11.849 -26.0293 + 65 65.353 842 6 0 64.9601 -11.6495 -26.1138 + 65 51.4148 843 6 0 64.8447 -11.45 -26.1907 + 65 30.1638 1408 6 0 20.6158 101.904 -26.25 + 65 76.3371 1409 6 0 20.5966 101.95 -26.2213 + 65 63.4764 1410 6 0 20.4884 102.15 -26.0815 + 65 47.151 1411 6 0 20.3768 102.35 -25.913 + 65 55.3713 997 6 1 19.5379 103.896 -24.85 + 65 91.0638 996 6 1 19.45 104.051 -24.7422 + 65 46.595 995 6 1 19.2499 104.307 -24.52 + 65 255.389 1223 5 1 64.7328 -39.9792 -54.45 + 65 39.2776 1222 5 1 64.65 -40.066 -54.7326 + 65 22.8766 698 5 0 64.2714 -40.4399 -55.85 + 65 157.36 697 5 0 64.2612 -40.45 -55.8803 + 65 38.3296 1177 4 1 55.4775 -48.7785 -84.45 + 65 105.666 1176 4 1 55.45 -48.8119 -84.5394 + 65 92.8876 653 4 0 55.0825 -49.316 -85.8501 + 65 22.3888 652 4 0 54.9929 -49.45 -86.1891 + 65 94.7044 1136 3 1 47.3739 -60.238 -114.45 + 65 13.5346 1135 3 1 47.25 -60.3556 -114.797 + 65 68.1868 596 3 0 46.8874 -60.7696 -115.85 + 65 67.3355 595 3 0 46.8104 -60.85 -116.053 + 65 122.962 1072 2 1 34.5916 -74.9404 -144.45 + 65 51.9668 1071 2 1 34.45 -75.1068 -144.804 + 65 22.933 522 2 0 34.0407 -75.6087 -145.85 + 65 110.157 521 2 0 34.008 -75.65 -145.933 + 65 80.3988 994 1 1 18.9687 -89.4831 -174.45 + 65 51.6663 993 1 1 18.85 -89.5271 -174.687 + 65 148.116 451 1 0 18.3158 -89.7486 -175.85 + 65 81.8888 930 0 1 6.18554 -97.7704 -204.45 + 65 47.9025 929 0 1 6.05 -97.6965 -204.689 + 65 132.226 414 0 0 5.30757 -97.2985 -205.85 + 65 172.486 1224 5 1 64.85 -39.9546 -54.8176 + 65 79.9829 1159 4 1 51.933 -36.2487 -84.4503 + 65 111.189 1158 4 1 51.85 -36.3832 -84.6553 + 65 43.8954 715 4 0 52.3072 -36.966 -85.85 + 65 71.1535 714 4 0 52.3625 -37.05 -85.9351 + 65 81.9197 713 4 0 52.4964 -37.25 -86.0497 + 65 135.998 712 4 0 52.6406 -37.45 -86.158 + 65 28.2582 711 4 0 52.7562 -37.65 -86.2085 + 65 12.5736 598 4 0 69.6032 -60.2597 -86.2497 + 65 76.5651 599 4 0 69.6146 -60.25 -86.2373 + 65 54.4777 609 4 0 19.2658 -58.1263 -86.25 + 65 79.7536 703 6 0 66.163 -39.3258 -25.85 + 65 41.8539 704 6 0 66.1461 -39.2499 -26.0659 + 65 67.3641 755 5 0 65.2869 -28.8863 -55.8501 + 65 445.405 756 5 0 65.3644 -28.85 -56.0931 + 65 2.66358 1258 4 1 71.8455 -25.0951 -84.4502 + 65 169.755 1259 4 1 71.85 -25.0939 -84.4606 + 65 104.919 775 4 0 72.4907 -24.9629 -85.85 + 65 8.98095 1327 3 1 85.4685 -24.5501 -114.45 + 65 134.495 1326 3 1 85.45 -24.5397 -114.487 + 65 109.326 779 3 0 84.8322 -24.1502 -115.85 + 65 193.751 1243 2 1 68.779 -16.9483 -144.45 + 65 76.2239 821 2 0 68.458 -15.802 -145.85 + 65 107.029 822 2 0 68.4044 -15.65 -146.041 + 65 106.347 1244 2 1 68.9428 -16.9697 -144.45 + 65 179.511 814 2 0 68.277 -17.1671 -145.85 + 65 35.104 867 2 0 47.6381 -6.59526 -146.25 + 65 28.3065 581 0 0 82.6035 -63.65 -206.134 +Number of digits in this event = 36 +Using G4ParticleGun ... +8.50926 LIN +e- +Event: 66 +Number of tracker hits in this event = 108 + 66 110.298 1569 8 1 134.141 36.6791 35.55 + 66 103.109 1083 8 0 134.141 36.6779 34.15 + 66 239.037 1569 7 1 134.132 36.6497 5.55 + 66 286.911 1082 7 0 134.132 36.6482 4.15 + 66 101.51 1569 6 1 134.13 36.6176 -24.45 + 66 229.626 1082 6 0 134.13 36.6181 -25.85 + 66 392.748 1569 5 1 134.138 36.6281 -54.45 + 66 477.394 1082 5 0 134.139 36.6286 -55.85 + 66 297.283 1569 4 1 134.147 36.6477 -84.45 + 66 404.732 1083 4 0 134.149 36.6503 -85.85 + 66 120.884 1570 3 1 134.177 36.7199 -114.45 + 66 126.838 1083 3 0 134.178 36.7237 -115.85 + 66 241.004 1570 2 1 134.206 36.7981 -144.45 + 66 176.35 1083 2 0 134.21 36.8045 -145.85 + 66 114.218 1570 1 1 134.336 36.9704 -174.45 + 66 112.853 1084 1 0 134.339 36.9743 -175.85 + 66 162 1571 0 1 134.377 37.0444 -204.45 + 66 142.639 1084 0 0 134.373 37.0468 -205.85 + 66 214.33 1084 2 0 134.231 36.85 -145.94 + 66 32.0663 1571 2 1 134.35 37.7974 -144.824 + 66 71.0335 576 3 0 115.458 -64.6871 -116.249 + 66 88.1836 575 3 0 115.536 -64.85 -116.073 + 66 28.03 1479 3 1 116.111 -65.272 -114.85 + 66 93.3076 1480 3 1 116.15 -65.3023 -114.753 + 66 120.382 615 4 0 123.387 -56.9637 -86.25 + 66 34.5496 1520 4 1 124.28 -56.8278 -84.85 + 66 99.6594 1521 4 1 124.35 -56.8224 -84.7597 + 66 10.8381 505 9 0 170.524 -78.85 63.8965 + 66 290.381 1571 4 1 134.535 36.8363 -84.45 + 66 126.421 1084 4 0 134.532 36.862 -85.85 + 66 201.778 1571 3 1 134.391 37.4234 -114.45 + 66 130.563 1087 3 0 134.385 37.5313 -115.85 + 66 100.524 1569 2 1 133.963 39.8659 -144.45 + 66 24.8319 1568 2 1 133.95 39.9002 -144.775 + 66 56.9012 1099 2 0 133.903 40.0249 -145.85 + 66 47.4518 1100 2 0 133.893 40.05 -146.066 + 66 154.863 1563 1 1 132.912 43.4644 -174.45 + 66 82.7797 1117 1 0 132.92 43.6224 -175.85 + 66 53.4014 1118 1 0 132.921 43.65 -176.093 + 66 122.936 1562 0 1 132.699 46.8341 -204.45 + 66 109.149 1134 0 0 132.73 47.0022 -205.85 + 66 132.908 672 3 0 89.6151 -45.4905 -116.25 + 66 157.618 671 3 0 89.6624 -45.6502 -116.135 + 66 102.05 1078 2 0 134.049 35.7799 -145.85 + 66 37.3337 1561 1 1 132.436 36.2107 -174.45 + 66 102.242 1560 1 1 132.35 36.1631 -174.517 + 66 84.8887 1559 1 1 132.15 36.0577 -174.687 + 66 99.1419 1075 1 0 130.76 35.1991 -175.85 + 66 105.453 1074 1 0 130.563 35.05 -176.027 + 66 25.9128 1457 0 1 111.622 10.1738 -204.45 + 66 60.068 1456 0 1 111.55 10.1313 -204.507 + 66 207.96 1455 0 1 111.35 10.0215 -204.623 + 66 79.6237 1454 0 1 111.149 9.934 -204.726 + 66 21.4652 1453 0 1 110.95 9.89236 -204.817 + 66 259.853 944 0 0 107.944 9.03247 -205.85 + 66 170.893 943 0 0 107.381 8.85 -205.98 + 66 166.845 942 0 0 106.812 8.65 -206.134 + 66 5.60619 941 0 0 106.453 8.4496 -206.244 + 66 110.608 1576 3 1 135.401 36.4191 -114.45 + 66 105.884 1081 3 0 135.479 36.3681 -115.85 + 66 387.066 1584 2 1 137.044 35.4946 -144.45 + 66 64.568 1077 2 0 137.135 35.4558 -145.85 + 66 320.317 1076 2 0 137.151 35.45 -146.08 + 66 104.967 1595 1 1 139.206 34.311 -174.45 + 66 116.407 1071 1 0 139.34 34.3497 -175.85 + 66 145.606 1608 0 1 141.797 35.1303 -204.45 + 66 133.515 1076 0 0 141.938 35.2666 -205.85 + 66 252.952 1523 2 1 124.95 -48.8284 -144.812 + 66 17.7898 1075 2 0 137.174 35.25 -146.203 + 66 138.987 1598 1 1 139.824 31.9369 -174.45 + 66 116.246 1060 1 0 139.918 32.1917 -175.851 + 66 9.56637 1061 1 0 139.949 32.25 -176.198 + 66 102.492 1615 0 1 143.223 37.2112 -204.451 + 66 200.652 1085 0 0 143.113 37.1659 -205.85 + 66 46.1556 1532 1 1 126.701 73.5525 -174.45 + 66 91.9659 1570 7 1 134.15 36.6489 5.27383 + 66 74.7358 1088 7 0 134.64 37.7458 4.14999 + 66 108.566 1082 4 0 134.125 36.5033 -85.85 + 66 176.385 1569 3 1 134.125 35.9623 -114.45 + 66 105.44 1079 3 0 134.177 36.0325 -115.85 + 66 17.3599 1080 3 0 134.192 36.05 -116.188 + 66 156.267 1578 2 1 135.849 36.8358 -144.45 + 66 123.798 1626 1 1 145.403 38.2638 -174.45 + 66 59.8087 1627 1 1 145.55 38.2579 -174.696 + 66 184.28 1090 1 0 146.344 38.183 -175.851 + 66 9.7044 1733 0 1 166.925 36.4437 -204.45 + 66 158.886 1734 0 1 166.95 36.4247 -204.493 + 66 3.68848 1735 0 1 167.15 36.2915 -204.834 + 66 73.2191 1079 0 0 167.721 35.9038 -205.85 + 66 112.456 1078 0 0 167.794 35.85 -205.982 + 66 91.4001 1568 4 1 133.95 36.6114 -84.4584 + 66 62.3684 1567 4 1 133.75 36.8221 -84.5683 + 66 103.002 1566 4 1 133.55 36.9718 -84.6237 + 66 83.2078 1565 4 1 133.35 37.2089 -84.6586 + 66 77.1065 1564 4 1 133.15 37.4688 -84.6464 + 66 80.3925 1563 4 1 132.95 37.7045 -84.5687 + 66 83.9927 1562 4 1 132.75 37.9049 -84.5132 + 66 41.4025 1561 4 1 132.45 38.174 -84.45 + 66 116.315 1560 4 1 132.35 38.2333 -84.4778 + 66 67.0651 1559 4 1 132.15 38.3478 -84.5553 + 66 49.8349 1558 4 1 131.95 38.4015 -84.6905 + 66 115.019 1091 4 0 131.27 38.4132 -85.85 + 66 16.3028 1246 4 0 46.0374 69.424 -86.25 + 66 152.587 1247 4 0 45.9759 69.45 -86.2178 + 66 84.294 1248 4 0 45.6545 69.6502 -85.9767 + 66 90.6852 1124 4 1 45.0316 70.2724 -84.85 + 66 92.6294 1123 4 1 44.85 70.3607 -84.6761 + 66 111.616 1122 4 1 44.65 70.3928 -84.5936 +Number of digits in this event = 43 +Using G4ParticleGun ... +7.17796 LIN +e- +Event: 67 +Number of tracker hits in this event = 67 + 67 121.614 1495 8 1 119.205 -71.9366 35.55 + 67 140.026 540 8 0 119.204 -71.9373 34.15 + 67 130.056 1495 7 1 119.182 -71.9508 5.55 + 67 123.872 540 7 0 119.181 -71.9502 4.15 + 67 109.514 1495 6 1 119.163 -71.9355 -24.45 + 67 257.209 540 6 0 119.163 -71.934 -25.85 + 67 207.789 1495 5 1 119.178 -71.9014 -54.45 + 67 103.842 540 5 0 119.177 -71.8998 -55.85 + 67 116.946 1495 4 1 119.165 -71.8646 -84.45 + 67 140.833 540 4 0 119.164 -71.8638 -85.85 + 67 263.302 1495 3 1 119.15 -71.8479 -114.45 + 67 171.787 541 3 0 119.15 -71.8485 -115.85 + 67 289.843 1494 2 1 119.13 -71.8663 -144.45 + 67 95.5374 540 2 0 119.128 -71.8698 -145.85 + 67 101 1494 1 1 119.086 -71.9448 -174.45 + 67 118.422 540 1 0 119.085 -71.9482 -175.85 + 67 87.5785 1494 0 1 119.08 -72.0229 -204.45 + 67 134.142 540 0 0 119.081 -72.0264 -205.85 + 67 111.36 1494 5 1 119.134 -71.8916 -54.4503 + 67 110.236 543 5 0 119.124 -71.4168 -55.8504 + 67 120.322 1510 4 1 122.312 -64.3454 -84.45 + 67 249.989 1511 4 1 122.35 -64.4103 -84.8477 + 67 6.59981 577 4 0 122.421 -64.6448 -85.85 + 67 99.1792 576 4 0 122.422 -64.65 -85.8725 + 67 0.611458 1516 3 1 123.549 -76.8257 -114.45 + 67 101.418 1517 3 1 123.55 -76.8268 -114.451 + 67 79.1507 1518 3 1 123.75 -77.0757 -114.679 + 67 16.3918 507 3 0 124.201 -78.5894 -115.85 + 67 74.2708 506 3 0 124.221 -78.65 -115.896 + 67 87.9145 505 3 0 124.288 -78.85 -116.042 + 67 2.53069 1628 2 1 145.941 -99.2417 -144.45 + 67 68.1688 1629 2 1 145.95 -99.2437 -144.457 + 67 86.4348 1630 2 1 146.15 -99.2699 -144.643 + 67 188.955 401 2 0 148.088 -99.7958 -145.85 + 67 65.2569 400 2 0 148.635 -99.95 -145.948 + 67 10.1885 1662 2 1 152.707 -101.436 -144.85 + 67 54.2332 1663 2 1 152.75 -101.45 -144.838 + 67 45.8581 1664 2 1 152.95 -101.52 -144.804 + 67 125.881 1665 2 1 153.15 -101.587 -144.772 + 67 62.5627 1666 2 1 153.351 -101.657 -144.753 + 67 63.2236 1667 2 1 153.55 -101.718 -144.757 + 67 52.6281 1668 2 1 153.75 -101.803 -144.817 + 67 6.41469 377 2 0 158.316 -104.736 -145.85 + 67 168.918 376 2 0 158.337 -104.75 -145.857 + 67 19.6648 375 2 0 158.903 -104.95 -145.885 + 67 12.4901 1702 2 1 160.703 -105.469 -144.85 + 67 116.732 1703 2 1 160.75 -105.473 -144.841 + 67 211.248 1704 2 1 160.95 -105.3 -144.498 + 67 30.7516 1512 4 1 122.581 -58.3168 -84.4501 + 67 127.633 542 5 0 119.457 -71.6477 -55.85 + 67 0.963676 1504 4 1 120.953 -63.6199 -84.45 + 67 126.912 1503 4 1 120.95 -63.6205 -84.456 + 67 10.5753 1502 4 1 120.75 -63.7025 -84.8196 + 67 132.104 580 4 0 119.828 -63.9773 -85.8507 + 67 246.417 483 4 0 132.397 -83.2563 -86.2498 + 67 292.663 482 4 0 132.623 -83.45 -86.1271 + 67 54.0157 481 4 0 132.63 -83.6503 -85.9637 + 67 31.1245 1565 4 1 133.282 -83.7388 -84.85 + 67 15.527 1566 4 1 133.35 -83.7302 -84.8237 + 67 144.917 1494 4 1 119.124 -71.8698 -84.45 + 67 23.4734 536 4 0 118.716 -72.8135 -85.8507 + 67 116.008 535 4 0 118.701 -72.8502 -85.9022 + 67 24.1867 534 4 0 118.571 -73.05 -86.167 + 67 59.6938 1420 3 1 104.302 -94.5831 -114.45 + 67 98.6886 1419 3 1 104.15 -94.604 -114.625 + 67 120.655 424 3 0 103.314 -95.2021 -115.85 + 67 16.1124 541 5 0 119.154 -71.8225 -55.85 +Number of digits in this event = 27 +Using G4ParticleGun ... +2.57381 LIN +e- +Event: 68 +Number of tracker hits in this event = 139 + 68 128.184 1333 10 1 86.6555 15.5745 95.55 + 68 99.192 977 10 0 86.6529 15.5765 94.15 + 68 318.719 1332 9 1 86.5887 15.6257 65.55 + 68 419.738 977 9 0 86.5836 15.6271 64.15 + 68 107.053 1332 8 1 86.4545 15.6482 35.55 + 68 275.152 977 8 0 86.4506 15.649 34.15 + 68 142.265 1331 7 1 86.3582 15.6548 5.55 + 68 151.013 978 7 0 86.3506 15.6577 4.15 + 68 128.213 1330 6 1 86.1955 15.7289 -24.45 + 68 141.414 978 6 0 86.1896 15.7287 -25.85 + 68 253.144 1330 5 1 86.0737 15.7166 -54.45 + 68 131.424 978 5 0 86.0663 15.712 -55.85 + 68 172.247 1329 4 1 85.9059 15.6075 -84.45 + 68 144.277 977 4 0 85.8986 15.6041 -85.85 + 68 125.552 1328 3 1 85.7531 15.5299 -114.45 + 68 104.404 977 3 0 85.743 15.5229 -115.85 + 68 314.913 1327 2 1 85.5321 15.3784 -144.45 + 68 111.321 976 2 0 85.5172 15.3697 -145.85 + 68 270.367 1325 1 1 85.208 15.1966 -174.45 + 68 141.617 975 1 0 85.1862 15.1955 -175.85 + 68 113.91 1323 0 1 84.7416 15.1978 -204.45 + 68 259.756 975 0 0 84.7199 15.2125 -205.85 + 68 6.95974 1326 1 1 85.2504 14.9257 -174.84 + 68 22.3763 966 1 0 86.6973 13.2878 -175.85 + 68 72.8453 965 1 0 86.7303 13.25 -175.868 + 68 113.74 1337 1 1 87.5279 12.2148 -174.85 + 68 227.111 1338 1 1 87.65 11.9642 -174.723 + 68 184.29 1339 1 1 87.85 11.8141 -174.678 + 68 280.405 977 2 0 85.486 15.5344 -145.85 + 68 120.896 1327 1 1 85.5019 14.4767 -174.45 + 68 154.442 972 1 0 85.6234 14.5112 -175.85 + 68 109.001 1341 0 1 88.2689 15.1899 -204.45 + 68 131.197 1324 1 1 84.9053 15.2529 -174.45 + 68 92.27 976 1 0 84.7616 15.3191 -175.85 + 68 118.012 1309 0 1 81.9853 16.697 -204.45 + 68 288.616 983 0 0 81.8606 16.7514 -205.85 + 68 141.775 978 8 0 86.4559 15.65 34.099 + 68 61.9652 748 8 0 129.323 -30.3028 33.7502 + 68 95.9713 747 8 0 129.413 -30.45 33.8414 + 68 86.514 1548 8 1 129.792 -30.3934 35.15 + 68 218.864 1549 8 1 129.95 -30.2722 35.4011 + 68 26.0631 1550 8 1 130.15 -29.7416 35.5415 + 68 108.155 1330 8 1 86.2469 15.1795 35.55 + 68 141.665 975 8 0 86.2474 15.1049 34.15 + 68 133.742 1329 7 1 85.8747 13.2202 5.5492 + 68 30.5456 1328 7 1 85.85 13.1987 5.24988 + 68 224.022 965 7 0 85.7466 13.1333 4.14991 + 68 111.664 1312 6 1 82.4804 10.7592 -24.45 + 68 29.6921 1311 6 1 82.45 10.7401 -24.7771 + 68 135.575 953 6 0 82.3515 10.6791 -25.85 + 68 98.1238 1299 5 1 79.9141 9.33171 -54.45 + 68 251.139 946 5 0 79.739 9.34122 -55.8504 + 68 151.183 1278 4 1 75.7994 9.61726 -84.45 + 68 157.031 948 4 0 75.5812 9.66644 -85.851 + 68 113.276 1255 3 1 71.1699 10.6728 -114.45 + 68 69.506 1254 3 1 71.05 10.7267 -114.667 + 68 57.6054 954 3 0 70.3634 11.0099 -115.85 + 68 85.1927 955 3 0 70.2625 11.05 -116.023 + 68 90.0621 1169 2 1 53.9991 17.0309 -144.45 + 68 23.8874 1168 2 1 53.85 17.0781 -144.759 + 68 152.392 986 2 0 53.3045 17.262 -145.85 + 68 40.6905 1091 1 1 38.3258 22.5014 -174.45 + 68 75.5095 1090 1 1 38.25 22.5183 -174.585 + 68 133.94 1013 1 0 37.5815 22.7778 -175.85 + 68 17.303 1014 1 0 37.402 22.85 -176.193 + 68 235.332 1012 0 1 22.5618 28.6231 -204.45 + 68 38.1257 1011 0 1 22.45 28.6697 -204.708 + 68 142.242 1044 0 0 21.9335 28.8815 -205.85 + 68 76.7937 1242 1 1 68.6396 0.169157 -174.45 + 68 209.468 903 1 0 67.9601 0.77718 -175.85 + 68 28.5615 1329 6 1 85.864 10.3628 -24.4502 + 68 353.662 1328 6 1 85.8499 10.3597 -24.4669 + 68 253.301 1327 6 1 85.65 10.3486 -24.7242 + 68 49.3329 951 6 0 84.8872 10.4387 -25.8506 + 68 105.672 952 6 0 84.8009 10.45 -25.9882 + 68 74.1291 1250 5 1 70.2003 15.9878 -54.45 + 68 35.4594 1251 5 1 70.25 15.8998 -54.7288 + 68 115.394 977 5 0 70.5601 15.5875 -55.8502 + 68 39.4983 1138 5 0 101.677 47.7446 -56.25 + 68 57.9801 1139 5 0 101.727 47.85 -56.1766 + 68 60.9439 1140 5 0 101.791 48.05 -56.0895 + 68 52.5234 1141 5 0 101.846 48.2502 -56.0309 + 68 58.6833 1142 5 0 101.931 48.45 -55.9813 + 68 27.8364 1143 5 0 102.021 48.6506 -55.9117 + 68 275.524 1410 5 1 102.309 50.408 -54.8498 + 68 175.957 1411 5 1 102.35 51.1422 -54.4901 + 68 127.147 1412 5 1 102.55 51.4351 -54.4817 + 68 186.885 1413 5 1 102.75 51.7677 -54.5884 + 68 246.06 1166 5 0 103.453 53.4381 -55.85 + 68 102.46 1167 5 0 103.459 53.45 -55.8604 + 68 65.4236 1168 5 0 103.566 53.6502 -56.0161 + 68 49.8202 1161 5 0 104.495 52.3889 -56.25 + 68 9.15469 1162 5 0 104.537 52.45 -56.2329 + 68 30.3904 1514 6 1 122.95 61.3237 -24.5952 + 68 408.425 1326 6 1 85.45 10.7029 -24.7543 + 68 7.09287 1325 6 1 85.25 10.7661 -24.843 + 68 122.114 958 6 0 81.2281 11.7793 -25.85 + 68 215.014 959 6 0 81.0096 11.85 -25.9063 + 68 188.792 960 6 0 80.4502 12.0503 -26.0997 + 68 97.0736 1082 6 0 -30.0174 36.5906 -26.2499 + 68 221.764 1083 6 0 -30.0411 36.65 -26.0636 + 68 195.13 749 6 1 -30.1283 37.0924 -24.8499 + 68 25.388 750 6 1 -30.0081 37.2409 -24.45 + 68 35.8549 748 6 1 -30.2501 37.2556 -24.7641 + 68 57.7368 1084 6 0 -31.5564 36.85 -26.153 + 68 53.2829 1085 6 0 -31.6557 37.05 -26.1581 + 68 2.02731 1415 6 0 -41.2481 103.348 -26.25 + 68 72.2064 1416 6 0 -41.2498 103.35 -26.2481 + 68 145.007 1417 6 0 -41.3186 103.55 -26.1297 + 68 61.4943 683 6 1 -43.2621 102.851 -24.85 + 68 78.7565 684 6 1 -43.25 102.803 -24.7129 + 68 224.086 685 6 1 -43.05 102.711 -24.7194 + 68 93.4509 686 6 1 -42.85 102.839 -24.5453 + 68 415.171 1383 0 1 96.8688 7.90972 -204.45 + 68 68.727 1382 0 1 96.75 7.70932 -204.829 + 68 58.8096 930 0 0 95.7549 6.18627 -205.85 + 68 70.6322 929 0 0 95.6971 6.05 -205.939 + 68 85.4309 928 0 0 95.6305 5.84972 -206.062 + 68 12.6224 927 0 0 95.5147 5.65 -206.224 + 68 81.1029 884 0 0 63.4743 -3.08024 -206.25 + 68 103.531 885 0 0 63.336 -3.04997 -206.093 + 68 290.534 1216 0 1 63.2977 -1.56372 -204.85 + 68 119.197 1331 8 1 86.3445 15.4629 35.55 + 68 104.272 1330 7 1 86.1884 16.012 5.55 + 68 127.587 980 7 0 86.168 16.0593 4.15 + 68 101.623 985 6 0 85.6746 17.0527 -25.85 + 68 72.52 1325 5 1 85.0603 18.1099 -54.45 + 68 75.3092 1324 5 1 85.05 18.117 -54.6401 + 68 184.963 990 5 0 84.9841 18.16 -55.85 + 68 131.034 1316 4 1 83.3567 19.0382 -84.45 + 68 110.119 995 4 0 83.2943 19.0943 -85.85 + 68 123.184 1309 3 1 81.9594 20.2771 -114.45 + 68 182.278 1001 3 0 81.9224 20.3768 -115.85 + 68 187.059 1305 2 1 81.1084 22.3536 -144.45 + 68 144.944 1012 2 0 81.0445 22.4831 -145.85 + 68 113.126 1298 1 1 79.7699 25.2368 -174.45 + 68 141.008 1026 1 0 79.7342 25.3778 -175.85 + 68 118.518 1294 0 1 78.8869 28.4457 -204.45 + 68 92.12 1042 0 0 78.8651 28.5955 -205.85 +Number of digits in this event = 65 +Using G4ParticleGun ... +6.25192 LIN +e- +Event: 69 +Number of tracker hits in this event = 30 + 69 185.266 1090 7 1 38.0994 -143.42 5.55 + 69 116.894 183 7 0 38.1007 -143.419 4.15 + 69 137.736 1090 6 1 38.1274 -143.395 -24.45 + 69 112.45 183 6 0 38.1304 -143.396 -25.85 + 69 142.764 1090 5 1 38.1916 -143.42 -54.45 + 69 132.438 183 5 0 38.1949 -143.421 -55.85 + 69 197.684 1091 4 1 38.2581 -143.443 -84.45 + 69 169.495 183 4 0 38.2614 -143.444 -85.85 + 69 149.72 1091 3 1 38.3309 -143.471 -114.45 + 69 116.625 183 3 0 38.3358 -143.473 -115.85 + 69 367.056 1091 2 1 38.4382 -143.513 -144.45 + 69 436.13 183 2 0 38.4443 -143.512 -145.85 + 69 261.233 1092 1 1 38.5752 -143.492 -174.45 + 69 119.041 183 1 0 38.583 -143.491 -175.85 + 69 116.813 1093 0 1 38.7302 -143.465 -204.45 + 69 235.86 183 0 0 38.7385 -143.46 -205.85 + 69 22.5957 341 5 1 -111.844 -162.606 -54.85 + 69 103.859 849 2 1 -10.1145 -56.0204 -144.85 + 69 113.387 848 2 1 -10.25 -55.8594 -144.617 + 69 29.9256 570 2 0 98.8903 -66.05 -145.914 + 69 177.708 1327 1 1 85.5518 -146.86 -174.45 + 69 27.5228 1328 1 1 85.65 -146.599 -174.725 + 69 57.897 180 1 0 84.6092 -144.1 -175.85 + 69 72.7375 181 1 0 84.5355 -143.95 -175.933 + 69 281.388 182 1 0 84.4529 -143.75 -176.122 + 69 225.294 1092 0 1 38.5009 -143.585 -204.45 + 69 292.565 1094 1 1 38.9781 -143.528 -174.45 + 69 111.79 1085 0 1 37.0871 -147.126 -204.45 + 69 107.404 163 0 0 36.9854 -147.386 -205.85 + 69 88.0636 182 4 0 38.1746 -143.55 -86.0838 +Number of digits in this event = 17 +Using G4ParticleGun ... +7.23593 LIN +e- +Event: 70 +Number of tracker hits in this event = 61 + 70 227.811 940 11 1 8.21197 7.01899 125.55 + 70 151.247 934 11 0 8.21149 7.01857 124.15 + 70 109.564 940 10 1 8.20503 7.00913 95.55 + 70 132.743 934 10 0 8.2046 7.01052 94.15 + 70 165.653 940 9 1 8.1968 7.04319 65.55 + 70 126.648 934 9 0 8.1973 7.04323 64.15 + 70 129.063 940 8 1 8.21107 7.04372 35.55 + 70 97.1732 934 8 0 8.21216 7.04335 34.15 + 70 138.146 940 7 1 8.23712 7.0344 5.55 + 70 139.043 934 7 0 8.23799 7.03367 4.15 + 70 108.858 941 6 1 8.25587 7.02112 -24.45 + 70 108.855 934 6 0 8.25628 7.01987 -25.85 + 70 135.165 941 5 1 8.26262 6.99248 -54.45 + 70 111.889 934 5 0 8.26313 6.99101 -55.85 + 70 113.552 941 4 1 8.27661 6.95909 -84.45 + 70 113.211 934 4 0 8.27645 6.9577 -85.85 + 70 353.123 941 3 1 8.27142 6.91002 -114.45 + 70 106.702 934 3 0 8.27215 6.90794 -115.85 + 70 282.656 941 2 1 8.28122 6.86792 -144.45 + 70 119.713 934 2 0 8.27938 6.86799 -145.85 + 70 149.306 940 1 1 8.24606 6.87572 -174.45 + 70 212.619 934 1 0 8.24327 6.87868 -175.85 + 70 486.578 940 0 1 8.18182 6.94877 -204.45 + 70 146.635 934 0 0 8.17787 6.95467 -205.85 + 70 6.04884 648 11 1 -50.45 -180.146 125.423 + 70 105.65 578 11 0 -84.891 -64.4282 123.75 + 70 138.61 82 2 0 27.4522 -163.584 -146.25 + 70 150.448 81 2 0 27.5043 -163.75 -146.18 + 70 29.8122 1049 6 1 29.85 133.759 -24.8121 + 70 367.773 1048 6 1 29.85 133.83 -24.7342 + 70 113.091 1047 6 1 29.65 134.243 -24.6218 + 70 50.609 441 0 0 173.954 -91.75 -206.218 + 70 91.9754 1105 5 1 41.05 120.82 -54.6011 + 70 270.377 935 3 0 8.43837 7.18742 -115.85 + 70 133.182 959 2 1 11.9198 8.9284 -144.45 + 70 137.286 943 2 0 11.8689 8.7174 -145.85 + 70 117.458 942 2 0 11.8793 8.65 -146.249 + 70 26.7291 968 1 1 13.67 2.31912 -174.45 + 70 115.459 967 1 1 13.65 2.29197 -174.559 + 70 126.644 909 1 0 13.4963 1.96294 -175.85 + 70 7.65457 908 1 0 13.4463 1.85 -176.22 + 70 128.81 865 0 0 8.31904 -6.94163 -205.851 + 70 27.8254 1005 2 0 27.8114 21.1744 -146.25 + 70 173.35 1006 2 0 27.8419 21.25 -146.175 + 70 88.2871 1007 2 0 27.9108 21.4501 -146.067 + 70 49.1524 1008 2 0 27.9934 21.65 -146.146 + 70 96.3654 924 2 1 4.93832 8.52626 -144.45 + 70 104.951 904 1 1 0.982748 9.46022 -174.45 + 70 131.05 946 1 0 0.785033 9.4344 -175.85 + 70 110.539 884 0 1 -3.24266 8.80178 -204.45 + 70 154.1 943 0 0 -3.21354 8.78426 -205.85 + 70 29.9984 942 2 1 8.45 7.33173 -144.72 + 70 241.636 936 2 0 8.46431 7.32143 -145.85 + 70 101.624 943 1 1 8.70918 6.99101 -174.45 + 70 120.851 925 0 0 8.03428 5.21496 -205.85 + 70 120.609 606 1 0 60.8829 -58.65 -176.16 + 70 106.287 939 1 1 8.05 8.94204 -174.462 + 70 111.587 944 1 0 7.97011 9.00367 -175.85 + 70 129.015 930 0 1 6.16851 10.1412 -204.451 + 70 16.617 950 0 0 6.10941 10.2451 -205.85 + 70 117.568 951 0 0 6.10655 10.25 -205.912 +Number of digits in this event = 32 +Using G4ParticleGun ... +6.31141 LIN +e- +Event: 71 +Number of tracker hits in this event = 127 + 71 122.04 972 11 1 14.6411 25.9543 125.55 + 71 108.703 1029 11 0 14.6388 25.9533 124.15 + 71 127.644 972 10 1 14.5917 25.9306 95.55 + 71 112.498 1029 10 0 14.59 25.9285 94.15 + 71 160.066 972 9 1 14.5497 25.882 65.55 + 71 106.059 1029 9 0 14.5494 25.8814 64.15 + 71 335.52 972 8 1 14.5493 25.8705 35.55 + 71 334.862 1029 8 0 14.55 25.8674 34.15 + 71 250.809 972 7 1 14.5713 25.7946 5.55 + 71 218.175 1028 7 0 14.5743 25.7898 4.15 + 71 147.835 972 6 1 14.6243 25.7022 -24.45 + 71 160.105 1028 6 0 14.6298 25.6968 -25.85 + 71 235.799 973 5 1 14.7316 25.6046 -54.45 + 71 208.689 1027 5 0 14.7391 25.5982 -55.85 + 71 131.481 974 4 1 14.9902 25.4679 -84.45 + 71 144.229 1027 4 0 14.9917 25.4639 -85.85 + 71 125.113 974 3 1 14.9726 25.3828 -114.45 + 71 119.375 1026 3 0 14.9624 25.3966 -115.85 + 71 115.689 973 2 1 14.7484 25.6596 -144.45 + 71 113.116 1028 2 0 14.7398 25.6746 -145.85 + 71 163.815 972 1 1 14.6146 25.9861 -174.45 + 71 98.4169 1029 1 0 14.6072 26.0077 -175.85 + 71 127.364 972 0 1 14.4856 26.3888 -204.45 + 71 103.222 1031 0 0 14.4679 26.404 -205.85 + 71 63.693 1027 2 0 14.8862 25.4895 -145.85 + 71 24.4286 981 0 1 16.4323 9.86833 -204.45 + 71 141.404 982 0 1 16.4501 9.85061 -204.52 + 71 12.131 947 0 0 16.6753 9.45846 -205.85 + 71 96.9898 946 0 0 16.6809 9.45 -205.883 + 71 70.742 978 1 1 15.7597 31.7673 -174.45 + 71 103.945 979 1 1 15.85 31.5214 -174.598 + 71 15.2721 1051 1 0 16.2194 30.2905 -175.85 + 71 89.9065 1050 1 0 16.2307 30.25 -175.893 + 71 48.4412 1049 1 0 16.2718 30.05 -176.102 + 71 70.5156 560 1 0 51.5806 -67.8635 -176.25 + 71 56.9316 559 1 0 51.6793 -68.05 -176.172 + 71 87.4108 558 1 0 51.7641 -68.2503 -176.092 + 71 61.3029 557 1 0 51.847 -68.45 -175.998 + 71 30.1777 556 1 0 51.9455 -68.65 -175.897 + 71 207.332 1165 1 1 53.0953 -71.0713 -174.85 + 71 166.738 1166 1 1 53.2501 -71.4273 -174.687 + 71 17.8109 1167 1 1 53.45 -71.8667 -174.474 + 71 62.6285 1164 1 1 53.05 -71.8505 -174.662 + 71 9.11131 543 1 0 52.788 -71.2646 -175.85 + 71 110.453 544 1 0 52.7818 -71.2499 -175.881 + 71 104.923 1132 0 1 46.5591 -65.0038 -204.45 + 71 58.5572 1131 0 1 46.45 -65.0365 -204.71 + 71 124.053 574 0 0 46.0566 -65.1472 -205.85 + 71 259.97 846 0 1 -10.6897 -29.054 -204.85 + 71 92.6128 845 0 1 -10.85 -29.2059 -204.636 + 71 91.3108 1176 9 0 50.4623 55.2612 63.75 + 71 313.726 1175 9 0 50.5951 55.25 63.9547 + 71 22.3122 970 2 1 14.1214 25.5586 -144.45 + 71 60.918 969 2 1 14.05 25.5496 -144.487 + 71 50.4014 968 2 1 13.8494 25.5261 -144.568 + 71 50.4629 967 2 1 13.65 25.5056 -144.628 + 71 106.155 966 2 1 13.4499 25.4645 -144.685 + 71 72.8262 965 2 1 13.25 25.4168 -144.744 + 71 37.5618 964 2 1 13.0499 25.3516 -144.825 + 71 150.537 1019 2 0 9.02108 24.0361 -145.85 + 71 46.6341 1018 2 0 8.62348 23.8499 -146.127 + 71 154.771 1030 7 0 14.4727 26.1839 4.15 + 71 131.87 971 6 1 14.388 25.3867 -24.45 + 71 112.348 1026 6 0 14.3983 25.2956 -25.85 + 71 311.386 972 5 1 14.5298 23.4049 -54.4501 + 71 112.382 1017 5 0 14.3827 23.4618 -55.85 + 71 94.5137 958 4 1 11.6892 24.3532 -84.45 + 71 197.975 1021 4 0 11.5675 24.3327 -85.85 + 71 85.4022 946 3 1 9.28018 23.4966 -114.451 + 71 218.365 945 3 1 9.25 23.4925 -114.709 + 71 117.092 1017 3 0 9.11119 23.4994 -115.85 + 71 95.7741 928 2 1 5.77711 23.5827 -144.45 + 71 139.768 1017 2 0 5.61293 23.5836 -145.85 + 71 100.147 910 1 1 2.06521 23.8914 -174.45 + 71 0.887568 1020 1 0 2.06723 24.2494 -175.85 + 71 103.212 1021 1 0 2.06726 24.25 -175.852 + 71 116.046 899 0 1 -0.168837 34.1773 -204.45 + 71 2.05086 898 0 1 -0.25 34.243 -204.836 + 71 111.438 1071 0 0 -0.434498 34.3381 -205.85 + 71 207.915 944 3 1 9.04992 23.4896 -114.574 + 71 56.3358 966 5 1 13.3059 25.0864 -54.45 + 71 143.219 1024 5 0 13.3026 24.9652 -55.85 + 71 92.5375 947 4 1 9.47 22.0267 -84.4502 + 71 53.1164 948 4 1 9.65072 21.9365 -84.515 + 71 70.8978 949 4 1 9.85 21.8317 -84.5919 + 71 67.9422 950 4 1 10.05 21.7234 -84.6626 + 71 78.6759 951 4 1 10.25 21.6212 -84.7207 + 71 66.5736 952 4 1 10.45 21.5186 -84.7834 + 71 1.86077 999 4 0 13.5527 19.8546 -85.85 + 71 137.891 998 4 0 13.5613 19.85 -85.8528 + 71 443.582 997 4 0 14.0238 19.6499 -85.9934 + 71 219.894 996 4 0 14.5781 19.45 -86.0442 + 71 217.957 995 4 0 14.8529 19.25 -86.1656 + 71 146.592 1116 3 1 43.4269 -11.8505 -114.451 + 71 4.74437 1115 3 1 43.25 -11.905 -114.831 + 71 56.717 838 3 0 42.9083 -12.3927 -115.85 + 71 71.229 837 3 0 42.8861 -12.45 -115.987 + 71 10.3415 726 3 0 43.2365 -34.8306 -116.25 + 71 121.374 725 3 0 43.2476 -34.85 -116.207 + 71 28.4426 1120 3 1 44.178 -34.888 -114.85 + 71 120.51 1121 3 1 44.25 -34.8731 -114.766 + 71 226.977 1122 3 1 44.4501 -34.8131 -114.648 + 71 288.472 1123 3 1 44.65 -34.7771 -114.505 + 71 90.2163 718 3 0 44.5437 -36.3534 -115.85 + 71 79.5043 719 3 0 44.45 -36.25 -116.08 + 71 217.173 738 3 0 16.7956 -32.3665 -116.25 + 71 33.0243 737 3 0 16.6455 -32.45 -116.157 + 71 352.558 994 4 1 18.8573 17.1579 -84.85 + 71 120.134 995 4 1 19.0501 17.083 -84.7877 + 71 151.897 996 4 1 19.25 17.03 -84.6632 + 71 158.735 997 4 1 19.45 16.9894 -84.597 + 71 123.162 998 4 1 19.6502 17.0082 -84.5563 + 71 104.944 967 7 1 13.6302 23.9728 5.55 + 71 137.917 1019 7 0 13.6003 23.9045 4.15 + 71 122.712 961 6 1 12.3969 22.7412 -24.45 + 71 118.338 1012 6 0 12.1858 22.519 -25.85 + 71 142.68 939 5 1 8.01179 19.3591 -54.45 + 71 23.7447 938 5 1 7.85 19.2472 -54.7699 + 71 148.272 993 5 0 7.24195 18.84 -55.85 + 71 98.7184 938 5 0 -12.5355 7.75853 -56.25 + 71 121.978 836 5 1 -12.7537 7.78667 -54.85 + 71 90.8369 728 6 0 32.1474 -34.3205 -26.25 + 71 100.512 727 6 0 32.3624 -34.45 -26.1396 + 71 143.793 726 6 0 32.7306 -34.65 -26.0157 + 71 34.3557 725 6 0 33.1824 -34.85 -25.8868 + 71 119.081 1075 6 1 35.0834 -37.1142 -24.85 + 71 106.66 1076 6 1 35.25 -37.3975 -24.6985 +Number of digits in this event = 54 +Using G4ParticleGun ... +7.21351 LIN +e- +Event: 72 +Number of tracker hits in this event = 171 + 72 214.707 771 11 1 -25.7742 8.83975 125.55 + 72 183.053 943 11 0 -25.7752 8.83967 124.15 + 72 151.406 771 10 1 -25.7925 8.83262 95.55 + 72 199.382 943 10 0 -25.7936 8.83329 94.15 + 72 437.561 771 9 1 -25.8135 8.84884 65.55 + 72 514.818 943 9 0 -25.8142 8.84902 64.15 + 72 376.34 771 8 1 -25.8251 8.85407 35.55 + 72 293.745 944 8 0 -25.8264 8.85503 34.15 + 72 112.247 771 7 1 -25.8497 8.87462 5.55 + 72 297.135 944 7 0 -25.8503 8.87563 4.15 + 72 146.932 770 6 1 -25.8652 8.9022 -24.45 + 72 116.712 944 6 0 -25.8675 8.90703 -25.85 + 72 134.672 770 5 1 -25.9263 8.97874 -54.45 + 72 95.114 944 5 0 -25.9319 8.98794 -55.85 + 72 124.965 769 4 1 -26.0559 9.20215 -84.45 + 72 385.755 945 4 0 -26.1355 9.17687 -85.8503 + 72 99.8203 760 3 1 -27.9603 8.35484 -114.45 + 72 133.584 941 3 0 -28.1311 8.42286 -115.85 + 72 165.88 742 2 1 -31.4649 9.27149 -144.45 + 72 124.85 946 2 0 -31.578 9.36081 -145.85 + 72 66.7051 731 1 1 -33.8339 11.4214 -174.45 + 72 69.1096 730 1 1 -33.85 11.4459 -174.654 + 72 165.088 957 1 0 -33.9469 11.5892 -175.851 + 72 3.45137 717 0 1 -36.6489 15.2124 -204.45 + 72 154.295 716 0 1 -36.65 15.2144 -204.461 + 72 314.042 977 0 0 -36.7901 15.4909 -205.85 + 72 85.3124 974 0 0 -36.4974 14.926 -205.85 + 72 384.943 973 0 0 -36.5491 14.85 -205.998 + 72 42.7542 972 0 0 -36.9413 14.65 -206.068 + 72 81.6244 762 2 1 -27.5149 20.8986 -144.85 + 72 183.192 770 0 1 -26.0185 9.01561 -204.45 + 72 209.166 944 0 0 -26.0324 8.9924 -205.851 + 72 116.512 1073 0 1 34.7341 67.7444 -204.45 + 72 136.162 1074 0 1 34.85 67.8587 -204.556 + 72 63.5995 498 0 1 -80.3103 -51.8163 -204.85 + 72 163.672 497 0 1 -80.45 -51.9375 -204.701 + 72 63.7785 991 10 0 -34.2761 18.2725 93.75 + 72 64.6812 992 10 0 -34.2096 18.45 93.8583 + 72 90.3164 993 10 0 -34.1701 18.6502 93.8672 + 72 69.9552 994 10 0 -34.125 18.8501 93.8253 + 72 80.9315 995 10 0 -34.037 19.05 93.7984 + 72 358.728 996 10 0 -34.0085 19.25 93.8327 + 72 80.5057 997 10 0 -33.9893 19.4501 93.8881 + 72 74.9553 998 10 0 -33.8111 19.6505 93.9087 + 72 66.8261 999 10 0 -33.6419 19.85 93.9917 + 72 118.021 1000 10 0 -33.5105 20.0501 94.0383 + 72 16.9661 1001 10 0 -33.4351 20.25 94.1269 + 72 254.92 731 10 1 -33.7634 22.273 95.1501 + 72 234.556 730 10 1 -33.85 22.3871 95.227 + 72 90.7204 943 8 0 -25.8453 8.84641 34.15 + 72 9.3485 214 8 0 -63.8091 -137.312 33.75 + 72 115.443 942 8 0 -25.7484 8.55763 34.15 + 72 106.434 766 7 1 -26.7262 8.87562 5.55 + 72 114.401 761 6 1 -27.8164 8.53571 -24.45 + 72 109.467 942 6 0 -27.9023 8.54009 -25.85 + 72 39.6442 753 5 1 -29.4447 8.48672 -54.45 + 72 64.0419 752 5 1 -29.45 8.4898 -54.5879 + 72 112.555 942 5 0 -29.496 8.50792 -55.85 + 72 148.202 748 4 1 -30.3243 9.12329 -84.45 + 72 144.955 741 3 1 -31.7169 8.57187 -114.45 + 72 144.898 942 3 0 -31.8271 8.55058 -115.85 + 72 123.317 730 2 1 -33.9409 8.64886 -144.45 + 72 114.22 941 2 0 -34.1868 8.33827 -145.85 + 72 106.473 704 1 1 -39.2025 2.06303 -174.45 + 72 20.3804 703 1 1 -39.25 2.03419 -174.826 + 72 105.099 909 1 0 -39.3805 1.95299 -175.85 + 72 92.6454 683 0 1 -43.2806 -0.05 -204.633 + 72 97.7609 899 0 0 -43.4404 -0.164944 -205.85 + 72 278.051 990 2 0 -82.1981 18.1162 -146.25 + 72 57.6338 989 2 0 -82.4342 18.0499 -145.897 + 72 129.542 773 7 1 -25.3647 8.63298 5.55 + 72 107.278 942 7 0 -25.3227 8.61656 4.15 + 72 130 777 6 1 -24.5193 8.34667 -24.45 + 72 96.0094 941 6 0 -24.4987 8.31789 -25.85 + 72 106.799 779 5 1 -24.1123 7.67705 -54.45 + 72 119.853 937 5 0 -24.0997 7.64393 -55.85 + 72 106.097 780 4 1 -23.8833 6.85824 -84.45 + 72 323.423 934 4 0 -23.8731 6.88015 -85.85 + 72 117.948 781 3 1 -23.7329 7.32586 -114.45 + 72 112.99 936 3 0 -23.7343 7.35583 -115.85 + 72 94.8442 781 2 1 -23.7401 7.99246 -144.45 + 72 97.1844 939 2 0 -23.7336 8.0355 -145.85 + 72 120.281 782 1 1 -23.6275 8.91442 -174.45 + 72 336.569 944 1 0 -23.5953 8.93481 -175.85 + 72 301.093 785 0 1 -23.0208 9.38704 -204.45 + 72 116.846 946 0 0 -22.9983 9.4271 -205.85 + 72 11.6696 512 5 0 -19.0058 -77.6358 -56.25 + 72 142.247 511 5 0 -19.0028 -77.65 -56.2318 + 72 324.848 909 5 0 75.0631 2.01996 -56.25 + 72 119.781 910 5 0 75.2346 2.05008 -56.1495 + 72 35.6225 908 5 0 75.496 1.85 -55.9398 + 72 79.5926 784 3 1 -23.1907 6.45684 -114.45 + 72 54.8061 783 3 1 -23.25 6.4565 -114.686 + 72 148.534 931 3 0 -23.6093 6.42773 -115.85 + 72 12.4795 740 2 1 -32.0301 5.69757 -144.45 + 72 166.231 739 2 1 -32.05 5.69736 -144.491 + 72 99.3987 928 2 0 -32.6132 5.81247 -145.85 + 72 19.5219 929 2 0 -32.7338 5.85 -146.171 + 72 18.2212 672 1 1 -45.6147 8.53055 -174.45 + 72 81.0937 671 1 1 -45.65 8.53558 -174.493 + 72 26.9174 670 1 1 -45.85 8.59337 -174.777 + 72 36.9536 587 0 1 -62.5528 13.2929 -204.45 + 72 112.657 588 0 1 -62.45 13.3285 -204.543 + 72 55.6337 589 0 1 -62.25 13.3988 -204.715 + 72 13.4602 969 0 0 -60.9921 14.0304 -205.85 + 72 155.097 970 0 0 -60.9517 14.05 -205.884 + 72 71.6196 985 0 0 -46.1506 17.2344 -206.25 + 72 55.5269 789 2 1 -22.1523 6.1885 -144.45 + 72 92.5925 788 2 1 -22.25 6.07899 -144.604 + 72 300.404 924 2 0 -23.7985 5.00739 -145.85 + 72 50.9166 1134 2 0 -87.3844 46.9635 -146.25 + 72 76.3451 1135 2 0 -87.4541 47.0501 -146.082 + 72 124.196 461 2 1 -87.6618 47.5196 -144.85 + 72 70.6207 1054 3 0 -84.3935 31.0012 -116.25 + 72 65.8686 1053 3 0 -84.3716 30.8494 -116.077 + 72 203.486 479 3 1 -84.2452 30.2087 -114.85 + 72 67.4178 902 6 1 0.527657 -129.7 -24.45 + 72 99.2167 841 3 0 -22.8748 -11.6768 -116.25 + 72 62.1965 779 3 1 -24.112 -12.5447 -114.85 + 72 86.9971 778 3 1 -24.25 -12.6128 -114.676 + 72 53.9528 777 3 1 -24.45 -12.6791 -114.481 + 72 74.0988 776 3 1 -24.65 -12.5554 -114.487 + 72 185.893 775 3 1 -24.85 -12.3682 -114.496 + 72 23.7308 774 3 1 -25.05 -12.2641 -114.467 + 72 120.723 770 4 1 -25.8775 8.86742 -84.45 + 72 141.945 943 4 0 -25.8848 8.72045 -85.85 + 72 92.952 773 3 1 -25.25 5.82053 -114.509 + 72 202.261 927 3 0 -25.4216 5.57057 -115.85 + 72 263.876 760 2 1 -27.8848 -3.38836 -144.45 + 72 44.7664 876 2 0 -27.9309 -4.73703 -145.85 + 72 185.119 875 2 0 -27.9339 -4.85 -145.963 + 72 49.6025 874 2 0 -27.9205 -5.05011 -146.145 + 72 73.0402 780 1 1 -24.0054 -35.6186 -174.45 + 72 58.8305 781 1 1 -23.85 -35.6219 -174.678 + 72 127.695 722 1 0 -23.2687 -35.5895 -175.85 + 72 224.852 819 0 1 -16.0911 -29.1036 -204.45 + 72 11.7513 818 0 1 -16.25 -29.3135 -204.803 + 72 126.795 750 0 0 -16.7697 -29.9216 -205.85 + 72 14.4894 749 0 0 -16.8527 -30.05 -206.202 + 72 25.9151 689 0 0 -33.3915 -42.2337 -206.25 + 72 315.948 688 0 0 -33.4918 -42.25 -206.208 + 72 34.8666 864 2 0 -29.8539 -7.20606 -145.85 + 72 166.868 863 2 0 -29.8873 -7.25025 -145.873 + 72 106.842 771 4 1 -25.8445 8.8935 -84.45 + 72 93.7332 946 4 0 -25.6547 9.25 -85.9012 + 72 9.6115 796 3 1 -20.6636 17.5303 -114.45 + 72 135.367 797 3 1 -20.65 17.5348 -114.479 + 72 277.004 988 3 0 -19.9909 17.6629 -115.85 + 72 76.3066 875 2 1 -4.96617 20.2413 -144.45 + 72 75.3053 876 2 1 -4.85 20.34 -144.702 + 72 68.7082 1003 2 0 -4.3441 20.7917 -145.85 + 72 99.3109 1004 2 0 -4.27645 20.85 -146.002 + 72 99.2682 917 1 1 3.57525 20.6281 -174.45 + 72 80.5402 916 1 1 3.45 20.8751 -174.667 + 72 23.0061 1008 1 0 2.74747 21.8056 -175.85 + 72 116.696 1009 1 0 2.71102 21.8501 -175.912 + 72 7.57878 1010 1 0 2.58752 22.05 -176.232 + 72 184.393 864 0 1 -7.08524 39.6793 -204.45 + 72 36.6204 865 0 1 -7.05 40.1222 -204.782 + 72 198.455 1097 0 0 -5.08538 39.633 -205.851 + 72 32.7611 1305 0 0 31.02 81.1411 -206.25 + 72 147.891 1306 0 0 31.068 81.25 -206.221 + 72 63.2971 1307 0 0 31.1674 81.45 -206.141 + 72 97.9318 1308 0 0 31.2745 81.65 -206.023 + 72 37.2177 1309 0 0 31.374 81.8505 -205.913 + 72 84.0398 1060 0 1 32.1662 83.7648 -204.85 + 72 167.858 1061 0 1 32.25 83.9164 -204.753 + 72 159.669 1062 0 1 32.4502 84.4788 -204.466 + 72 51.0934 1063 0 1 32.65 84.6272 -204.768 + 72 101.681 1327 0 0 33.7994 85.5162 -205.85 + 72 100.236 1328 0 0 34.0145 85.65 -206.061 +Number of digits in this event = 66 +Using G4ParticleGun ... +4.00793 LIN +e- +Event: 73 +Number of tracker hits in this event = 109 + 73 109.707 568 11 1 -66.2864 9.81236 125.55 + 73 111.65 948 11 0 -66.2874 9.81159 124.15 + 73 115.168 568 10 1 -66.307 9.79283 95.55 + 73 110.646 948 10 0 -66.3106 9.79167 94.15 + 73 154.216 568 9 1 -66.3812 9.76943 65.55 + 73 120.912 948 9 0 -66.3828 9.76772 64.15 + 73 117.157 568 8 1 -66.4243 9.72983 35.55 + 73 132.221 948 8 0 -66.4304 9.72773 34.15 + 73 194.094 567 7 1 -66.5649 9.66114 5.55 + 73 117.875 948 7 0 -66.5619 9.66046 4.15 + 73 207.936 567 6 1 -66.498 9.60455 -24.45 + 73 178.231 947 6 0 -66.4927 9.60715 -25.85 + 73 155.766 568 5 1 -66.3835 9.67776 -54.45 + 73 127.35 948 5 0 -66.3657 9.6919 -55.85 + 73 151.034 570 4 1 -65.9864 9.92563 -84.45 + 73 137.97 949 4 0 -65.972 9.94274 -85.85 + 73 117.236 571 3 1 -65.6694 10.3068 -114.45 + 73 148.299 951 3 0 -65.6615 10.3249 -115.85 + 73 123.105 572 2 1 -65.5186 10.6426 -144.45 + 73 101.689 953 2 0 -65.5214 10.6585 -145.85 + 73 110.777 572 1 1 -65.5513 10.9795 -174.45 + 73 120.614 954 1 0 -65.5563 10.9889 -175.85 + 73 224.815 571 0 1 -65.6557 11.1632 -204.45 + 73 105.542 955 0 0 -65.6733 11.1759 -205.85 + 73 78.2253 573 2 1 -65.4427 10.6889 -144.45 + 73 100.151 574 2 1 -65.2498 10.7937 -144.661 + 73 4.03569 575 2 1 -65.05 10.9137 -144.839 + 73 210.577 957 2 0 -63.9385 11.5906 -145.85 + 73 340.722 958 2 0 -63.8445 11.65 -145.934 + 73 52.5872 959 2 0 -63.5432 11.85 -146.174 + 73 183.546 867 1 1 -6.52391 32.0513 -174.45 + 73 476.386 868 1 1 -6.45 32.0486 -174.657 + 73 141.017 869 1 1 -6.24915 33.4925 -174.786 + 73 91.161 870 1 1 -6.05 33.4458 -174.671 + 73 245.922 871 1 1 -5.84966 33.3944 -174.662 + 73 12.351 956 1 1 11.25 111.469 -174.616 + 73 94.9042 956 2 0 -63.212 11.45 -146.137 + 73 62.0227 572 0 1 -65.65 9.68228 -204.693 + 73 82.5417 950 0 0 -64.5949 10.136 -205.85 + 73 61.1352 951 0 0 -64.4506 10.2501 -206.105 + 73 31.7234 1016 3 0 -12.1212 23.25 -115.93 + 73 94.7922 1015 3 0 -11.8551 23.25 -115.922 + 73 12.7905 842 3 1 -11.4755 23.8287 -114.85 + 73 90.9347 1030 3 0 -11.1799 26.1712 -115.85 + 73 161.303 569 3 1 -66.1097 9.75996 -114.45 + 73 11.9107 948 3 0 -66.116 9.65432 -115.851 + 73 116.596 947 3 0 -66.1158 9.65 -115.915 + 73 152.525 559 2 1 -68.2182 6.59258 -144.45 + 73 48.3449 930 2 0 -68.2021 6.11618 -145.85 + 73 70.7857 929 2 0 -68.1946 6.05 -146.015 + 73 150.098 560 1 1 -67.9542 -9.35588 -174.45 + 73 94.492 561 1 1 -67.85 -9.72621 -174.726 + 73 13.3156 843 1 0 -67.2507 -11.4129 -175.85 + 73 64.3876 842 1 0 -67.2378 -11.4502 -175.873 + 73 61.7791 841 1 0 -67.1825 -11.65 -175.99 + 73 70.596 840 1 0 -67.1236 -11.85 -176.106 + 73 16.8905 839 1 0 -67.0532 -12.05 -176.223 + 73 174.576 671 0 1 -45.7536 -66.8797 -204.451 + 73 172.147 670 0 1 -45.8501 -66.9339 -204.498 + 73 152.687 669 0 1 -46.05 -67.0667 -204.613 + 73 93.4946 668 0 1 -46.25 -67.2214 -204.801 + 73 71.5958 558 0 0 -47.4223 -68.2985 -205.85 + 73 66.7078 557 0 0 -47.593 -68.4502 -205.997 + 73 77.9997 556 0 0 -47.7827 -68.6503 -206.141 + 73 60.71 555 0 0 -47.9643 -68.85 -206.216 + 73 26.5561 20 0 0 -142.134 -176.078 -206.25 + 73 129.252 19 0 0 -142.197 -176.15 -206.225 + 73 149.579 18 0 0 -142.376 -176.35 -206.142 + 73 326.382 17 0 0 -142.66 -176.55 -206.127 + 73 57.0615 667 0 1 -46.4502 -66.5852 -204.489 + 73 37.2546 666 0 1 -46.65 -66.6166 -204.487 + 73 103.841 849 1 0 -69.2034 -10.1179 -175.85 + 73 187.516 562 0 1 -67.5054 9.11091 -204.45 + 73 418.834 563 0 1 -67.45 9.10216 -204.569 + 73 142.159 943 0 0 -66.7775 8.79713 -205.85 + 73 231.85 561 0 1 -67.65 9.07626 -204.474 + 73 84.3358 941 0 0 -68.1245 8.38234 -205.85 + 73 102.678 940 0 0 -68.2331 8.25 -206.108 + 73 338.714 566 0 1 -66.8107 9.68757 -204.45 + 73 433.611 948 0 0 -66.817 9.68914 -205.85 + 73 32.3232 1240 7 0 94.7066 68.05 3.78428 + 73 255.957 1372 7 1 94.7342 68.1864 5.15 + 73 112.187 1373 7 1 94.75 68.111 5.2815 + 73 564.159 565 0 1 -66.8502 9.70559 -204.464 + 73 114.094 564 0 1 -67.0504 9.79711 -204.594 + 73 8.67824 949 0 0 -66.8755 9.85001 -206.227 + 73 139.508 947 0 0 -66.8007 9.51501 -205.85 + 73 59.483 1271 6 0 -62.7216 74.25 -25.9752 + 73 159.853 568 4 1 -66.3059 9.67153 -84.45 + 73 71.8453 569 4 1 -66.25 9.64083 -84.6221 + 73 182.163 946 4 0 -65.8833 9.37022 -85.85 + 73 47.5679 623 3 1 -55.3692 1.39421 -114.45 + 73 85.409 622 3 1 -55.45 1.34178 -114.577 + 73 65.6636 902 3 0 -56.5485 0.558252 -115.85 + 73 172.905 901 3 0 -56.6736 0.45 -115.997 + 73 49.5446 900 3 0 -56.8763 0.25 -116.189 + 73 23.7787 1059 6 0 92.3076 32.0282 -26.25 + 73 223.909 1060 6 0 92.3411 32.05 -26.22 + 73 224.175 947 4 0 -66.1108 9.48141 -85.85 + 73 178.537 588 3 1 -62.285 7.05434 -114.45 + 73 129.895 936 3 0 -62.2823 7.25946 -115.85 + 73 111.241 597 2 1 -60.5742 9.62945 -144.45 + 73 133.719 949 2 0 -60.4179 9.91698 -145.85 + 73 53.1415 611 1 1 -57.7163 16.4524 -174.45 + 73 127.479 612 1 1 -57.6498 16.4598 -174.626 + 73 135.596 981 1 0 -57.2282 16.4486 -175.85 + 73 284.017 972 0 0 -45.4156 14.6243 -205.85 + 73 75.1975 971 0 0 -45.032 14.4494 -206.119 + 73 47.8219 985 0 0 -50.2995 17.2327 -206.25 +Number of digits in this event = 51 +Using G4ParticleGun ... +5.6689 LIN +e- +Event: 74 +Number of tracker hits in this event = 162 + 74 127.434 1070 10 1 34.1432 -88.5173 95.55 + 74 152.151 457 10 0 34.1432 -88.5167 94.15 + 74 113.823 1070 9 1 34.1397 -88.5149 65.55 + 74 109.533 457 9 0 34.1415 -88.5148 64.15 + 74 414.693 1070 8 1 34.1831 -88.5095 35.55 + 74 387.656 457 8 0 34.1844 -88.5093 34.15 + 74 662.591 1070 7 1 34.2136 -88.5043 5.55 + 74 454.35 457 7 0 34.2151 -88.5049 4.15 + 74 134.468 1071 6 1 34.2523 -88.5071 -24.45 + 74 105.922 457 6 0 34.2547 -88.506 -25.85 + 74 271.348 1071 5 1 34.2999 -88.4886 -54.45 + 74 226.522 457 5 0 34.3007 -88.4884 -55.85 + 74 507.306 1071 4 1 34.3258 -88.5346 -84.45 + 74 109.087 457 4 0 34.3257 -88.5368 -85.85 + 74 408.805 1071 3 1 34.3242 -88.5816 -114.45 + 74 105.959 457 3 0 34.3239 -88.5855 -115.85 + 74 573.961 1071 2 1 34.3158 -88.6617 -144.45 + 74 186.268 456 2 0 34.3153 -88.6631 -145.85 + 74 394.512 1071 1 1 34.2997 -88.6873 -174.45 + 74 122.232 456 1 0 34.2997 -88.6873 -175.85 + 74 139.96 1071 0 1 34.3095 -88.6884 -204.45 + 74 144.377 456 0 0 34.3104 -88.6883 -205.85 + 74 11.5966 1020 1 1 24.1513 -143.151 -174.85 + 74 178.425 457 2 0 34.2698 -88.4787 -145.85 + 74 242.23 458 2 0 34.2647 -88.45 -146.089 + 74 205.079 1066 1 1 33.4345 -85.0559 -174.45 + 74 206.39 1067 1 1 33.45 -85.044 -174.559 + 74 116.799 475 1 0 33.6495 -84.9029 -175.85 + 74 111.617 1089 0 1 37.9232 -81.099 -204.45 + 74 109.864 495 0 0 37.8774 -80.9019 -205.85 + 74 0.954332 496 0 0 37.8611 -80.85 -206.246 + 74 182.632 1072 1 1 34.45 -86.5961 -174.551 + 74 59.0219 467 1 0 34.5282 -86.4713 -175.85 + 74 45.6767 468 1 0 34.5417 -86.45 -176.07 + 74 111.557 1080 0 1 36.0986 -83.4179 -204.45 + 74 126.034 484 0 0 36.0913 -83.224 -205.85 + 74 1045.45 1070 4 1 34.25 -88.5789 -84.7799 + 74 35.6757 1069 7 1 34.05 -88.4591 5.16871 + 74 256.833 453 7 0 32.9575 -89.2661 4.15 + 74 102.582 459 7 0 34.1801 -88.234 4.15 + 74 326.047 1073 6 1 34.7127 -87.6291 -24.45 + 74 297.048 462 6 0 34.7909 -87.613 -25.85 + 74 236.751 1081 5 1 36.3934 -87.1922 -54.45 + 74 115.184 464 5 0 36.4713 -87.152 -55.85 + 74 112.82 1090 4 1 38.0862 -86.2891 -84.45 + 74 149.762 469 4 0 38.1422 -86.243 -85.85 + 74 141.218 1095 3 1 39.0548 -85.3549 -114.45 + 74 128.61 473 3 0 39.1335 -85.3369 -115.85 + 74 124.436 1103 2 1 40.7514 -85.0278 -144.45 + 74 182.975 475 2 0 40.798 -84.98 -145.85 + 74 163.7 1108 1 1 41.6683 -83.9293 -174.45 + 74 72.3557 480 1 0 41.7349 -83.8607 -175.85 + 74 250.739 481 1 0 41.7456 -83.85 -176.073 + 74 122.385 1116 0 1 43.3066 -82.5393 -204.45 + 74 141.432 488 0 0 43.373 -82.4355 -205.85 + 74 12.5732 1059 3 1 32.05 -32.6869 -114.759 + 74 74.824 1082 5 1 36.45 -87.2515 -54.6212 + 74 5.70844 443 6 0 32.7696 -91.5298 -25.85 + 74 133.53 1040 6 1 28.2084 -93.627 -24.85 + 74 339.444 1071 7 1 34.326 -89.7142 5.54981 + 74 117.264 451 7 0 34.2447 -89.7574 4.15 + 74 106.553 1062 6 1 32.6086 -90.865 -24.45 + 74 105.454 446 6 0 32.5893 -90.8667 -25.8507 + 74 127.87 1060 5 1 32.1386 -90.9877 -54.45 + 74 155.125 447 5 0 32.0183 -90.7137 -55.85 + 74 154.881 1048 4 1 29.7754 -84.8529 -84.45 + 74 114.461 477 4 0 29.7515 -84.642 -85.8501 + 74 183.25 1047 3 1 29.5722 -80.105 -114.45 + 74 32.7049 1048 3 1 29.65 -80.0513 -114.725 + 74 118.846 501 3 0 29.9745 -79.8321 -115.85 + 74 101.39 1092 2 1 38.4697 -74.7486 -144.45 + 74 120.216 526 2 0 38.9259 -74.6868 -145.85 + 74 112.179 1135 1 1 47.1513 -73.35 -174.45 + 74 28.3893 1136 1 1 47.25 -73.3672 -174.744 + 74 98.8067 533 1 0 47.6204 -73.3981 -175.85 + 74 111.728 1185 0 1 57.0948 -73.2952 -204.45 + 74 118.144 533 0 0 57.5162 -73.4235 -205.85 + 74 40.0527 532 0 0 57.6002 -73.45 -206.126 + 74 105.392 1072 7 1 34.45 -89.6831 5.16304 + 74 84.6594 1073 7 1 34.65 -90.0007 5.17964 + 74 477.243 447 7 0 35.6333 -90.6394 4.15 + 74 106.461 458 7 0 34.1406 -88.4481 4.15 + 74 278.055 1070 6 1 34.1578 -88.3931 -24.45 + 74 233.994 458 6 0 34.1497 -88.3712 -25.85 + 74 149.876 1069 5 1 34.0392 -87.9349 -54.45 + 74 187.56 460 5 0 34.0443 -87.9143 -55.85 + 74 105.663 463 4 0 34.1407 -87.4494 -85.85 + 74 137.161 1070 3 1 34.0792 -86.8167 -114.45 + 74 115.092 466 3 0 34.092 -86.7826 -115.85 + 74 132.586 470 2 0 34.333 -86.0458 -145.85 + 74 110.516 470 1 0 33.5871 -85.9637 -175.85 + 74 117.981 1063 0 1 32.7887 -85.846 -204.45 + 74 123.358 471 0 0 32.7525 -85.8361 -205.85 + 74 144.352 794 0 0 35.5019 -21.25 -206.154 + 74 221.707 1255 3 1 71.2441 -46.5996 -114.85 + 74 44.3029 461 3 0 33.4381 -87.8082 -115.85 + 74 316.413 460 3 0 33.4094 -87.8502 -115.922 + 74 366.97 1070 5 1 34.05 -88.01 -54.6325 + 74 351.465 458 5 0 34.6886 -88.3977 -55.85 + 74 44.078 439 5 0 68.158 -92.2613 -56.25 + 74 95.8771 438 5 0 68.2518 -92.35 -56.1475 + 74 161.205 437 5 0 68.4176 -92.55 -55.9711 + 74 201.974 1242 5 1 68.4834 -93.716 -54.8499 + 74 194.159 1243 5 1 68.65 -94.1058 -54.6846 + 74 30.4914 425 5 0 67.7097 -95.1212 -55.85 + 74 283.263 424 5 0 67.6643 -95.1502 -55.8799 + 74 10.7253 423 5 0 67.4622 -95.35 -55.9585 + 74 2.56546 456 5 0 34.1639 -88.65 -56.2415 + 74 16.8974 431 4 0 34.4926 -93.8037 -85.85 + 74 98.0242 432 4 0 34.5077 -93.75 -85.9116 + 74 48.9776 433 4 0 34.5726 -93.55 -86.1189 + 74 434.498 1120 3 1 44.1981 -61.4543 -114.45 + 74 524.116 1119 3 1 44.05 -60.9098 -114.555 + 74 273.759 1118 3 1 43.85 -59.8248 -114.546 + 74 164.022 1117 3 1 43.65 -58.8004 -114.714 + 74 7.29475 625 3 0 42.1275 -54.8873 -115.85 + 74 54.071 626 3 0 42.1118 -54.85 -115.861 + 74 52.3976 627 3 0 42.065 -54.65 -115.901 + 74 47.7672 628 3 0 42.0286 -54.45 -115.926 + 74 97.3646 629 3 0 42.0047 -54.25 -115.947 + 74 47.2188 630 3 0 41.963 -54.05 -115.979 + 74 62.1434 631 3 0 41.9241 -53.85 -116.018 + 74 46.9559 632 3 0 41.8865 -53.6499 -116.04 + 74 61.4162 633 3 0 41.8457 -53.45 -116.064 + 74 126.19 634 3 0 41.8026 -53.25 -116.113 + 74 60.0239 635 3 0 41.7546 -53.05 -116.168 + 74 41.3813 636 3 0 41.6835 -52.85 -116.225 + 74 24.0958 921 2 1 4.41769 46.7949 -144.45 + 74 79.3041 922 2 1 4.45 46.8057 -144.571 + 74 104.545 1134 2 0 4.8059 46.9065 -145.85 + 74 124.206 1067 4 1 33.5948 -87.1209 -84.45 + 74 120.523 464 4 0 33.3316 -87.0928 -85.85 + 74 173.75 1042 3 1 28.6301 -86.1456 -114.45 + 74 152.779 469 3 0 28.0436 -86.0841 -115.85 + 74 38.4705 978 2 1 15.6912 -84.7603 -144.45 + 74 351.15 977 2 1 15.65 -84.74 -144.571 + 74 137.4 477 2 0 15.229 -84.5319 -145.85 + 74 113.742 929 1 1 6.01263 -79.5413 -174.45 + 74 181.215 503 1 0 5.61576 -79.3533 -175.85 + 74 164.116 888 0 1 -2.34652 -76.0597 -204.451 + 74 121.531 521 0 0 -2.69736 -75.7272 -205.85 + 74 18.3937 522 0 0 -2.77878 -75.65 -206.176 + 74 53.0488 467 2 0 15.0795 -86.5276 -145.85 + 74 75.2144 466 2 0 15.013 -86.65 -145.977 + 74 106.21 465 2 0 14.9544 -86.8505 -146.097 + 74 91.9509 464 2 0 14.8789 -87.05 -146.148 + 74 90.7892 463 2 0 14.7277 -87.2502 -146.223 + 74 120.803 462 2 0 14.7816 -87.4501 -146.119 + 74 27.5224 461 2 0 15.052 -87.65 -145.923 + 74 165.726 458 4 0 34.2536 -88.3855 -85.85 + 74 124.991 458 3 0 34.2934 -88.3392 -115.85 + 74 256.472 458 1 0 33.23 -88.3269 -175.85 + 74 139.13 1061 0 1 32.2889 -88.3505 -204.45 + 74 152.862 458 0 0 32.2382 -88.3514 -205.85 + 74 53.7623 662 1 0 132.193 -47.4894 -175.85 + 74 119.484 1135 0 1 47.0642 -87.5574 -204.85 + 74 203.526 456 4 0 34.8005 -88.741 -85.85 + 74 110.13 457 1 0 34.4415 -88.4656 -175.851 + 74 167.046 1073 0 1 34.7116 -87.9944 -204.45 + 74 242.583 460 0 0 34.7647 -88.0134 -205.85 + 74 23.5851 1095 0 1 39.2379 -87.7725 -204.45 + 74 85.1729 1096 0 1 39.25 -87.7852 -204.552 +Number of digits in this event = 86 +Using G4ParticleGun ... +9.72856 LIN +e- +Event: 75 +Number of tracker hits in this event = 147 + 75 112.658 1328 8 1 85.7699 -114.652 35.55 + 75 122.883 327 8 0 85.7706 -114.653 34.15 + 75 244.926 1328 7 1 85.7822 -114.668 5.55 + 75 495.984 327 7 0 85.7831 -114.667 4.15 + 75 448.813 1328 6 1 85.8005 -114.667 -24.45 + 75 512.866 327 6 0 85.8029 -114.666 -25.85 + 75 261.273 1328 5 1 85.841 -114.648 -54.45 + 75 355.298 327 5 0 85.8454 -114.648 -55.85 + 75 253.419 1329 4 1 85.9291 -114.662 -84.45 + 75 271.244 327 4 0 85.9283 -114.661 -85.85 + 75 108.939 1329 3 1 85.9128 -114.645 -114.45 + 75 150.295 327 3 0 85.931 -114.646 -115.85 + 75 400.732 1331 2 1 86.3804 -114.765 -144.45 + 75 94.2548 326 2 0 86.384 -114.778 -145.85 + 75 110.423 1331 1 1 86.4015 -115.01 -174.45 + 75 314.967 325 1 0 86.3973 -115.032 -175.85 + 75 136.227 1331 0 1 86.3403 -115.535 -204.45 + 75 125.44 322 0 0 86.3497 -115.557 -205.85 + 75 107.925 326 1 0 86.4348 -114.95 -176.22 + 75 59.483 1622 8 1 144.75 23.6271 35.3404 + 75 184.403 1330 1 1 86.205 -114.678 -174.812 + 75 201.633 327 1 0 86.2183 -114.676 -175.85 + 75 322.786 1328 0 1 85.7209 -115.438 -204.451 + 75 279.278 324 0 0 85.7611 -115.271 -205.851 + 75 248.333 287 1 0 120.216 -122.558 -176.25 + 75 75.4997 1515 1 1 123.225 -122.369 -174.85 + 75 47.0142 1516 1 1 123.35 -122.36 -174.803 + 75 86.0925 1517 1 1 123.55 -122.343 -174.725 + 75 51.107 1518 1 1 123.75 -122.334 -174.633 + 75 47.5012 1519 1 1 123.95 -122.321 -174.54 + 75 3.20717 1520 1 1 124.15 -122.301 -174.456 + 75 34.7052 1523 1 1 124.826 -122.233 -174.45 + 75 73.5835 1524 1 1 124.95 -122.306 -174.52 + 75 65.6396 1525 1 1 125.15 -122.41 -174.643 + 75 70.9521 1526 1 1 125.35 -122.52 -174.742 + 75 15.6973 1527 1 1 125.55 -122.647 -174.841 + 75 169.058 280 1 0 127.739 -123.954 -175.85 + 75 119.925 279 1 0 128.07 -124.15 -175.994 + 75 93.0555 278 1 0 128.367 -124.35 -176.149 + 75 645.124 1722 0 1 164.742 -154.474 -204.45 + 75 86.4021 1723 0 1 164.75 -153.947 -204.817 + 75 88.7551 1721 0 1 164.55 -152.906 -204.619 + 75 66.081 1720 0 1 164.35 -152.908 -204.745 + 75 67.4132 138 0 0 163.518 -152.453 -205.85 + 75 121.383 139 0 0 163.452 -152.35 -205.906 + 75 290.372 140 0 0 163.314 -152.15 -206.004 + 75 23.5713 141 0 0 162.971 -151.95 -206.238 + 75 40.8367 1505 1 1 121.281 -122.337 -174.849 + 75 102.156 1506 1 1 121.35 -122.312 -174.75 + 75 161.488 1507 1 1 121.55 -122.115 -174.654 + 75 88.8781 1508 1 1 121.771 -122.132 -174.45 + 75 151.01 291 1 0 121.621 -121.94 -175.85 + 75 30.6148 261 1 0 115.605 -127.902 -176.25 + 75 131.069 260 1 0 115.581 -127.95 -176.159 + 75 12.3572 259 1 0 115.362 -128.15 -175.857 + 75 2.86942 1452 1 1 110.559 -131.253 -174.85 + 75 51.9385 1451 1 1 110.549 -131.259 -174.848 + 75 6.54559 239 1 0 107.98 -132.34 -175.85 + 75 133.99 238 1 0 107.958 -132.35 -175.859 + 75 41.3185 1416 1 1 103.515 -132.436 -174.85 + 75 63.3658 1415 1 1 103.35 -132.44 -174.799 + 75 64.2736 1414 1 1 103.15 -132.467 -174.711 + 75 69.321 1413 1 1 102.95 -132.478 -174.614 + 75 68.5374 1412 1 1 102.75 -132.504 -174.559 + 75 61.1644 1411 1 1 102.55 -132.527 -174.506 + 75 3.26835 1410 1 1 102.35 -132.455 -174.455 + 75 104.512 1330 4 1 86.1807 -114.453 -84.45 + 75 157.295 328 4 0 86.226 -114.453 -85.85 + 75 89.4695 1335 3 1 87.0828 -114.478 -114.45 + 75 132.819 328 3 0 87.1109 -114.481 -115.85 + 75 126.045 1338 2 1 87.7448 -114.489 -144.45 + 75 156.938 328 2 0 87.7832 -114.524 -145.85 + 75 100.335 1342 1 1 88.4667 -115.195 -174.45 + 75 152.908 324 1 0 88.4694 -115.232 -175.85 + 75 117.782 1341 0 1 88.4277 -115.956 -204.45 + 75 122.479 320 0 0 88.4267 -115.986 -205.85 + 75 13.4089 327 2 0 87.818 -114.55 -146.217 + 75 258.061 194 2 0 120.053 -141.314 -146.25 + 75 59.5506 1343 1 1 88.7279 -114.603 -174.45 + 75 244.013 1329 5 1 85.8861 -114.702 -54.45 + 75 53.5352 1330 5 1 86.05 -114.674 -54.5435 + 75 78.2558 1331 5 1 86.25 -114.602 -54.6532 + 75 47.3725 1332 5 1 86.4503 -114.508 -54.7506 + 75 0.116616 1333 5 1 86.65 -114.459 -54.8484 + 75 287.335 329 5 0 88.1975 -114.209 -55.85 + 75 242.275 330 5 0 88.4568 -114.15 -55.9632 + 75 3.62526 1351 5 1 90.5354 -114.049 -54.85 + 75 130.022 1352 5 1 90.55 -114.049 -54.8426 + 75 51.4307 428 5 0 25.3736 -94.4782 -56.2498 + 75 61.2436 499 5 0 -10.2518 -80.0779 -56.25 + 75 167.913 1330 3 1 86.2075 -114.825 -114.45 + 75 146.283 326 3 0 86.2123 -114.832 -115.85 + 75 127.16 325 2 0 86.266 -114.966 -145.85 + 75 168.415 1330 0 1 86.208 -115.185 -204.45 + 75 200.919 406 4 0 -40.973 -98.7636 -86.25 + 75 18.0473 685 6 1 -43.0309 -69.6449 -24.85 + 75 187.496 684 6 1 -43.05 -69.5871 -24.7155 + 75 29.8594 407 4 0 -41.0748 -98.75 -86.1251 + 75 175.037 327 0 0 85.8164 -114.664 -205.85 + 75 43.0079 328 0 0 85.8055 -114.55 -206.187 + 75 33.2573 343 0 0 89.0118 -111.387 -206.25 + 75 11.8192 1329 0 1 85.8777 -114.54 -204.45 + 75 114.964 822 1 0 21.5044 -15.4941 -176.25 + 75 181.314 823 1 0 21.159 -15.45 -176.114 + 75 1.7754 1001 1 1 20.2522 -16.1415 -174.85 + 75 118.683 1000 1 1 20.25 -16.1444 -174.847 + 75 87.7612 999 1 1 20.05 -16.4163 -174.72 + 75 126.05 818 1 0 18.1536 -16.3403 -175.85 + 75 174.739 817 1 0 18.0371 -16.45 -175.936 + 75 103.882 816 1 0 18.1026 -16.65 -175.963 + 75 137.175 1327 6 1 85.5778 -114.709 -24.45 + 75 169.393 1327 5 1 85.5746 -114.781 -54.45 + 75 114.414 326 5 0 85.5726 -114.788 -55.85 + 75 119.334 1327 4 1 85.5432 -114.982 -84.45 + 75 346.037 325 4 0 85.5887 -114.983 -85.85 + 75 117.819 1331 3 1 86.4027 -115.034 -114.45 + 75 137.066 325 3 0 86.4267 -115.057 -115.85 + 75 120.98 1334 2 1 86.9646 -115.587 -144.45 + 75 177.227 322 2 0 86.9639 -115.597 -145.85 + 75 230.54 1334 1 1 87.015 -115.886 -174.45 + 75 130.394 321 1 0 87.0542 -115.892 -175.85 + 75 24.3951 1338 0 1 87.8461 -115.889 -204.45 + 75 102.336 1339 0 1 87.85 -115.891 -204.533 + 75 108.651 321 0 0 87.9136 -115.919 -205.85 + 75 91.9165 664 1 0 129.396 -47.0805 -176.25 + 75 149.193 114 1 0 64.6147 -157.158 -176.25 + 75 68.8531 1047 1 1 29.65 -84.3173 -174.784 + 75 102.947 1327 7 1 85.6385 -114.665 5.54979 + 75 158.43 1318 6 1 83.8414 -114.733 -24.45 + 75 124.124 326 6 0 83.6874 -114.773 -25.85 + 75 151.313 1302 5 1 80.5517 -114.883 -54.45 + 75 36.1076 325 5 0 80.3797 -115.125 -55.85 + 75 68.6642 324 5 0 80.3602 -115.15 -55.9843 + 75 140.638 1280 4 1 76.2174 -120.877 -84.45 + 75 49.144 293 4 0 75.9228 -121.475 -85.85 + 75 76.64 292 4 0 75.8881 -121.55 -86.021 + 75 104.786 1245 3 1 69.1529 -133.363 -114.45 + 75 42.097 1244 3 1 69.0495 -133.467 -114.701 + 75 2.4874 231 3 0 68.5921 -133.947 -115.85 + 75 120.336 230 3 0 68.5888 -133.95 -115.858 + 75 120.9 1185 2 1 57.1243 -147.127 -144.45 + 75 124.494 163 2 0 56.904 -147.362 -145.85 + 75 120.041 1167 1 1 53.5489 -152.859 -174.45 + 75 113.678 134 1 0 53.5987 -153.225 -175.85 + 75 13.4224 1169 0 1 53.8544 -161.362 -204.45 + 75 180.045 1168 0 1 53.85 -161.365 -204.504 + 75 104.087 93 0 0 53.7903 -161.447 -205.85 +Number of digits in this event = 69 +Using G4ParticleGun ... +8.40236 LIN +e- +Event: 76 +Number of tracker hits in this event = 99 + 76 108.414 1228 11 1 65.8279 -3.26546 125.55 + 76 117.093 883 11 0 65.8286 -3.26628 124.15 + 76 120.621 1228 10 1 65.8422 -3.28248 95.55 + 76 164.514 883 10 0 65.843 -3.28302 94.15 + 76 110.634 1229 9 1 65.8584 -3.29613 65.55 + 76 110.079 883 9 0 65.8597 -3.29604 64.15 + 76 130.814 1229 8 1 65.8836 -3.29418 35.55 + 76 126.483 883 8 0 65.8857 -3.29575 34.15 + 76 244.356 1229 7 1 65.9259 -3.32318 5.55 + 76 102.571 883 7 0 65.9271 -3.31793 4.15 + 76 119.037 1229 6 1 65.9535 -3.20794 -24.45 + 76 135.271 884 6 0 65.9539 -3.20371 -25.85 + 76 149.994 1229 5 1 65.9571 -3.11387 -54.45 + 76 112.501 884 5 0 65.9567 -3.10814 -55.85 + 76 414.144 1229 4 1 65.9471 -2.98371 -84.45 + 76 106.346 885 4 0 65.9444 -2.97649 -85.85 + 76 354.65 1229 3 1 65.8869 -2.82921 -114.45 + 76 403.291 886 3 0 65.8825 -2.82121 -115.85 + 76 104.394 1228 2 1 65.7982 -2.66439 -144.45 + 76 353.991 886 2 0 65.7946 -2.65633 -145.85 + 76 169.68 1228 1 1 65.7175 -2.48971 -174.45 + 76 106.129 887 1 0 65.7141 -2.47884 -175.85 + 76 124.668 1227 0 1 65.6314 -2.26297 -204.45 + 76 135.691 888 0 0 65.6286 -2.25482 -205.85 + 76 10.8958 132 10 0 168.762 -153.689 93.75 + 76 227.937 131 10 0 168.802 -153.75 93.8433 + 76 125.17 130 10 0 168.759 -153.95 93.9318 + 76 10.13 1155 0 0 -91.0333 51.2343 -206.25 + 76 110.842 1156 0 0 -91.0591 51.25 -206.239 + 76 98.7522 1157 0 0 -91.3285 51.45 -206.145 + 76 106.905 1158 0 0 -91.6073 51.65 -206.064 + 76 109.844 1159 0 0 -91.906 51.85 -206.005 + 76 84.6231 1160 0 0 -92.1414 52.05 -205.946 + 76 103.222 1161 0 0 -92.3921 52.25 -205.901 + 76 18.6022 1162 0 0 -92.6901 52.4501 -205.858 + 76 20.6464 404 0 1 -99.2908 57.4519 -204.85 + 76 61.9018 403 0 1 -99.35 57.496 -204.839 + 76 55.8488 402 0 1 -99.55 57.6409 -204.802 + 76 56.4919 401 0 1 -99.75 57.7742 -204.771 + 76 52.2315 400 0 1 -99.95 57.8886 -204.739 + 76 66.2318 399 0 1 -100.15 57.997 -204.691 + 76 85.2466 398 0 1 -100.35 58.0938 -204.62 + 76 174.01 397 0 1 -100.55 58.1873 -204.556 + 76 32.0867 396 0 1 -100.75 58.2659 -204.49 + 76 42.3298 395 0 1 -101.024 58.3619 -204.45 + 76 58.8728 394 0 1 -101.15 58.4251 -204.535 + 76 69.7492 393 0 1 -101.351 58.4959 -204.653 + 76 26.6315 392 0 1 -101.55 58.587 -204.787 + 76 99.1991 1196 0 0 -103.082 59.3169 -205.85 + 76 154.172 1197 0 0 -103.33 59.45 -206.004 + 76 18.3308 1198 0 0 -103.681 59.6501 -206.219 + 76 16.8496 391 0 1 -101.75 57.2954 -204.482 + 76 204.72 1005 0 0 -55.4146 21.2196 -206.249 + 76 82.3473 1004 0 0 -55.4173 21.05 -206.073 + 76 137.419 1084 0 0 -44.577 36.9756 -206.25 + 76 219.72 1085 0 0 -44.7232 37.0506 -206.071 + 76 152.617 1106 2 0 -124.6 41.25 -146.101 + 76 1.26721 289 2 1 -122.155 41.0422 -144.85 + 76 193.966 290 2 1 -122.15 41.0419 -144.848 + 76 2.5533 1100 2 0 -121.964 40.053 -145.85 + 76 110.767 1099 2 0 -121.963 40.05 -145.855 + 76 196.112 887 3 0 66.2619 -2.65 -116.046 + 76 53.629 1230 3 1 66.0904 -3.49753 -114.451 + 76 113.341 876 3 0 65.4867 -4.66586 -115.85 + 76 0.319667 875 3 0 65.3869 -4.85017 -116.249 + 76 139.668 883 4 0 65.9439 -3.26687 -85.85 + 76 233.433 883 3 0 65.9711 -3.26954 -115.85 + 76 445.598 1229 2 1 65.955 -3.16961 -144.45 + 76 111.877 884 2 0 65.9559 -3.16328 -145.85 + 76 215.672 1229 1 1 65.9745 -3.03746 -174.45 + 76 153.794 885 1 0 65.978 -3.03066 -175.85 + 76 119.195 1230 0 1 66.0549 -2.8889 -204.45 + 76 120.746 885 0 0 66.0603 -2.88539 -205.85 + 76 200.548 1229 0 1 66.044 -2.87755 -204.45 + 76 77.7232 883 0 0 65.6528 -3.38111 -205.85 + 76 60.7133 882 0 0 65.6153 -3.45015 -206.064 + 76 82.5099 1011 0 0 66.7604 22.3009 -206.25 + 76 109.382 879 2 0 65.4214 -4.05512 -145.85 + 76 84.6028 878 2 0 65.2886 -4.25029 -146.037 + 76 195.81 1230 2 1 66.05 -3.01162 -144.708 + 76 84.5218 887 2 0 66.6815 -2.64988 -146.009 + 76 55.2414 1258 1 1 71.8341 0.399319 -174.45 + 76 91.3908 1259 1 1 71.85 0.221001 -174.562 + 76 6.82784 1260 1 1 72.228 0.0501128 -174.823 + 76 16.5098 1261 1 1 72.2502 0.0707915 -174.829 + 76 76.0251 905 1 0 73.9921 1.15333 -175.85 + 76 124.522 906 1 0 74.1148 1.25 -175.936 + 76 341.081 907 1 0 74.1258 1.45 -175.987 + 76 42.5866 908 1 0 74.378 1.65008 -175.977 + 76 61.1004 928 1 0 80.2163 5.65 -175.911 + 76 98.1316 884 4 0 65.9383 -3.20766 -85.8504 + 76 150.403 1228 3 1 65.7694 -2.54328 -114.45 + 76 121.208 1216 2 1 63.2906 -3.6343 -144.451 + 76 6.03145 1215 2 1 63.25 -3.66105 -144.828 + 76 122.243 881 2 0 63.1395 -3.74604 -145.85 + 76 144.267 1203 1 1 60.786 -5.81405 -174.45 + 76 111.196 869 1 0 60.5915 -6.05281 -175.85 + 76 355.598 1182 0 1 56.5338 -10.9796 -204.45 + 76 114.734 843 0 0 56.4004 -11.3317 -205.85 +Number of digits in this event = 42 +Using G4ParticleGun ... +6.25545 LIN +e- +Event: 77 +Number of tracker hits in this event = 38 + 77 120.547 1124 9 1 44.9943 -127.016 65.55 + 77 130.457 265 9 0 44.9938 -127.017 64.15 + 77 126.397 1124 8 1 44.9852 -127.022 35.55 + 77 121.531 265 8 0 44.9845 -127.021 34.15 + 77 102.819 1124 7 1 44.9722 -126.989 5.55 + 77 189.461 265 7 0 44.9714 -126.988 4.15 + 77 126.93 1124 6 1 44.9575 -126.995 -24.45 + 77 134.677 265 6 0 44.9555 -126.996 -25.85 + 77 131.223 1124 5 1 44.9244 -127.015 -54.45 + 77 236.034 265 5 0 44.9239 -127.011 -55.85 + 77 134.815 1124 4 1 44.8941 -126.942 -84.45 + 77 132.214 266 4 0 44.8957 -126.943 -85.85 + 77 119.775 1124 3 1 44.9548 -126.979 -114.45 + 77 124.68 265 3 0 44.9582 -126.975 -115.85 + 77 514.253 1124 2 1 45.0193 -126.909 -144.45 + 77 130.315 266 2 0 45.0196 -126.904 -145.85 + 77 215.413 1124 1 1 45.0219 -126.799 -174.45 + 77 240.343 266 1 0 45.0192 -126.794 -175.85 + 77 161.479 1124 0 1 44.9723 -126.677 -204.45 + 77 171.025 267 0 0 44.9709 -126.671 -205.85 + 77 20.0731 1118 0 0 -24.3593 43.6679 -206.25 + 77 41.0365 1119 0 0 -24.4624 43.85 -206.209 + 77 113.164 1181 0 0 -38.7448 56.4101 -206.25 + 77 7.77009 251 2 0 45.2181 -129.918 -145.85 + 77 44.0464 250 2 0 45.2208 -129.95 -145.865 + 77 52.1775 249 2 0 45.2529 -130.15 -145.946 + 77 88.4871 248 2 0 45.3038 -130.35 -145.973 + 77 15.707 544 3 0 157.81 -71.0895 -116.25 + 77 108.465 1123 4 1 44.8495 -126.919 -84.7881 + 77 297.549 1122 4 1 44.65 -126.785 -84.8158 + 77 245.312 267 2 0 44.8418 -126.689 -145.85 + 77 164.368 1120 1 1 44.1147 -127.002 -174.45 + 77 46.7436 265 1 0 44.069 -126.955 -175.85 + 77 118.641 1115 0 1 43.2415 -126.047 -204.45 + 77 114.098 270 0 0 43.2728 -126.098 -205.85 + 77 147.598 263 1 0 44.9032 -127.41 -175.85 + 77 110.956 1101 0 1 40.3646 -129.217 -204.45 + 77 127.253 254 0 0 40.1138 -129.221 -205.85 +Number of digits in this event = 26 +Using G4ParticleGun ... +8.82511 LIN +e- +Event: 78 +Number of tracker hits in this event = 35 + 78 281.04 1083 11 1 36.676 45.1192 125.55 + 78 151.92 1125 11 0 36.6755 45.1197 124.15 + 78 118.21 1083 10 1 36.6706 45.1311 95.55 + 78 148.14 1125 10 0 36.6702 45.1316 94.15 + 78 102.648 1083 9 1 36.6611 45.1438 65.55 + 78 164.293 1125 9 0 36.6605 45.1445 64.15 + 78 105.222 1082 8 1 36.6488 45.1576 35.55 + 78 126.914 1125 8 0 36.648 45.159 34.15 + 78 112.622 1082 7 1 36.6337 45.1921 5.55 + 78 109.325 1125 7 0 36.6333 45.194 4.15 + 78 143.656 1082 6 1 36.6231 45.2277 -24.45 + 78 151.329 1125 6 0 36.6234 45.2284 -25.85 + 78 114.679 1082 5 1 36.6307 45.2422 -54.45 + 78 115.482 1125 5 0 36.6307 45.2432 -55.85 + 78 133.648 1082 4 1 36.6326 45.2675 -84.45 + 78 150.55 1126 4 0 36.6326 45.2678 -85.85 + 78 132.856 1082 3 1 36.6294 45.276 -114.45 + 78 159.188 1126 3 0 36.6292 45.2762 -115.85 + 78 121.613 1082 2 1 36.6255 45.2825 -144.45 + 78 164.608 1126 2 0 36.6245 45.2822 -145.85 + 78 98.1745 1082 1 1 36.6003 45.2752 -174.45 + 78 118.494 1126 1 0 36.601 45.2747 -175.85 + 78 105.122 1082 0 1 36.6187 45.2592 -204.45 + 78 135.576 1126 0 0 36.6191 45.2577 -205.85 + 78 168.844 850 8 1 -9.97597 -63.241 35.15 + 78 182.01 851 8 1 -9.85 -63.2224 35.4021 + 78 141.256 584 8 0 -9.27516 -63.124 34.1499 + 78 193.604 585 8 0 -9.09583 -63.0497 34.0048 + 78 61.3061 752 4 1 -29.5156 -87.1363 -84.85 + 78 103.062 751 4 1 -29.65 -87.2402 -84.7649 + 78 104.995 459 4 0 -30.682 -88.156 -85.85 + 78 113.741 1029 0 1 25.9278 -28.2386 -204.85 + 78 69.9847 723 0 0 28.1414 -35.25 -206.111 + 78 293.898 666 14 1 -46.7258 57.7708 215.15 + 78 20.259 665 14 1 -46.85 57.8455 215.27 +Number of digits in this event = 21 +Using G4ParticleGun ... +9.4233 LIN +e- +Event: 79 +Number of tracker hits in this event = 64 + 79 148.505 526 8 1 -74.7493 -118.289 35.55 + 79 112.893 309 8 0 -74.7488 -118.289 34.15 + 79 148.271 526 7 1 -74.7371 -118.284 5.55 + 79 129.218 309 7 0 -74.7363 -118.284 4.15 + 79 545.312 526 6 1 -74.7178 -118.298 -24.45 + 79 336.983 309 6 0 -74.7177 -118.299 -25.85 + 79 246.718 526 5 1 -74.7153 -118.313 -54.45 + 79 251.278 309 5 0 -74.716 -118.313 -55.85 + 79 199.209 526 4 1 -74.7283 -118.324 -84.45 + 79 138.117 309 4 0 -74.7308 -118.324 -85.85 + 79 129.026 526 3 1 -74.7847 -118.31 -114.45 + 79 96.386 309 3 0 -74.7877 -118.309 -115.85 + 79 119.16 526 2 1 -74.8474 -118.289 -144.45 + 79 115.068 309 2 0 -74.8511 -118.289 -145.85 + 79 113.618 525 1 1 -74.9227 -118.287 -174.45 + 79 266.804 309 1 0 -74.9287 -118.287 -175.85 + 79 143.535 524 0 1 -75.0528 -118.299 -204.45 + 79 132.107 309 0 0 -75.0596 -118.299 -205.85 + 79 14.144 354 0 1 -109.15 -88.7813 -204.543 + 79 112.528 480 8 1 -83.9675 -137.876 35.15 + 79 40.7014 158 2 1 -148.436 -45.9147 -144.45 + 79 113.427 159 2 1 -148.35 -45.9127 -144.512 + 79 105.246 670 2 0 -148.057 -45.9124 -145.85 + 79 117.153 671 2 0 -147.825 -45.85 -146.015 + 79 66.8652 672 2 0 -147.556 -45.65 -146.059 + 79 271.568 673 2 0 -147.529 -45.45 -146.066 + 79 0.0308624 674 2 0 -147.514 -45.2499 -145.85 + 79 23.1031 167 2 1 -146.669 -43.3638 -144.85 + 79 193.412 691 2 0 -145.815 -41.7133 -145.85 + 79 34.8225 355 0 1 -109.15 -88.781 -204.528 + 79 23.9237 310 5 0 -74.7314 -118.15 -56.168 + 79 117.102 523 4 1 -75.3577 -117.298 -84.45 + 79 97.507 314 4 0 -75.392 -117.257 -85.85 + 79 165.976 520 3 1 -75.992 -116.488 -114.45 + 79 118.07 318 3 0 -76.0251 -116.428 -115.85 + 79 119.639 516 2 1 -76.7211 -115.146 -144.45 + 79 120.655 325 2 0 -76.7802 -115.093 -145.85 + 79 102.343 510 1 1 -77.9801 -114.04 -174.45 + 79 104.391 330 1 0 -78.0006 -113.978 -175.85 + 79 120.324 507 0 1 -78.5043 -112.81 -204.45 + 79 73.4027 336 0 0 -78.5262 -112.76 -205.85 + 79 34.289 337 0 0 -78.5303 -112.75 -206.12 + 79 66.8799 338 0 0 -79.1375 -112.451 -205.85 + 79 43.0252 339 0 0 -79.2018 -112.35 -205.874 + 79 27.1022 499 0 1 -80.0509 -111.229 -204.85 + 79 10.9774 345 0 0 -80.5928 -110.961 -205.85 + 79 8.06274 493 0 1 -81.4006 -110.722 -204.85 + 79 47.8319 325 0 0 -83.7515 -114.978 -205.85 + 79 107.007 334 0 0 -78.8169 -113.278 -205.85 + 79 255.529 524 5 1 -75.0796 -118.523 -54.45 + 79 161.14 307 5 0 -75.1579 -118.561 -55.85 + 79 143.485 517 4 1 -76.4733 -119.033 -84.45 + 79 127.466 305 4 0 -76.5465 -119.11 -85.85 + 79 5.90096 508 3 1 -78.4491 -120.421 -114.45 + 79 117.431 507 3 1 -78.45 -120.422 -114.468 + 79 126.034 298 3 0 -78.5148 -120.476 -115.85 + 79 106.274 502 2 1 -79.5266 -121.441 -144.45 + 79 123.468 293 2 0 -79.595 -121.506 -145.85 + 79 133.877 495 1 1 -80.8543 -123.241 -174.45 + 79 210.727 283 1 0 -80.9505 -123.367 -175.85 + 79 117.357 485 0 1 -83.0188 -125.737 -204.45 + 79 137.159 271 0 0 -83.0755 -125.798 -205.85 + 79 60.0567 284 1 0 -81.0245 -123.35 -176.153 + 79 65.7072 1398 8 1 99.9038 126.795 35.5499 +Number of digits in this event = 29 +Using G4ParticleGun ... +4.01486 LIN +e- +Event: 80 +Number of tracker hits in this event = 24 + 80 111.27 1478 8 1 115.914 -77.4796 35.55 + 80 109.613 512 8 0 115.913 -77.4783 34.15 + 80 134.882 1478 7 1 115.872 -77.4412 5.55 + 80 110.881 513 7 0 115.872 -77.4467 4.15 + 80 117.466 1478 6 1 115.865 -77.5613 -24.45 + 80 111.096 512 6 0 115.866 -77.5673 -25.85 + 80 111.606 1478 5 1 115.912 -77.6777 -54.45 + 80 225.859 511 5 0 115.916 -77.6802 -55.85 + 80 106.891 1479 4 1 116.011 -77.7263 -84.45 + 80 148.917 511 4 0 116.017 -77.732 -85.85 + 80 168.323 1480 3 1 116.156 -77.7965 -114.45 + 80 100.038 511 3 0 116.156 -77.804 -115.85 + 80 155.294 1479 2 1 116.095 -77.9889 -144.45 + 80 13.7034 510 2 0 116.165 -78.0475 -145.85 + 80 143.373 509 2 0 116.169 -78.05 -145.907 + 80 134.178 1484 1 1 117.062 -78.6974 -174.45 + 80 196.109 507 1 0 117.025 -78.622 -175.85 + 80 114.104 1480 0 1 116.337 -77.0589 -204.45 + 80 166.569 516 0 0 116.279 -76.845 -205.85 + 80 209.22 515 0 0 116.273 -76.85 -206.015 + 80 257.181 1059 0 0 -32.4234 31.9111 -206.25 + 80 16.1002 1060 0 0 -32.8472 32.05 -205.948 + 80 218.64 732 0 1 -33.5145 32.1926 -204.85 + 80 17.7703 1027 0 1 25.65 -45.8825 -204.602 +Number of digits in this event = 14 +Using G4ParticleGun ... +6.52648 LIN +e- +Event: 81 +Number of tracker hits in this event = 27 + 81 99.6461 509 11 1 -78.1123 4.97406 125.55 + 81 107.092 924 11 0 -78.111 4.97358 124.15 + 81 113.388 509 10 1 -78.0834 4.9674 95.55 + 81 178.055 924 10 0 -78.0819 4.96597 94.15 + 81 138.22 509 9 1 -78.0522 4.93682 65.55 + 81 112.586 924 9 0 -78.0499 4.9393 64.15 + 81 147.988 510 8 1 -78.0141 5.00418 35.55 + 81 135.058 924 8 0 -78.0054 5.0157 34.15 + 81 52.2193 510 7 1 -77.8515 5.23412 5.55 + 81 60.7235 511 7 1 -77.85 5.23423 5.38207 + 81 95.0094 925 7 0 -77.8407 5.23684 4.15 + 81 138.274 512 6 1 -77.6218 5.27277 -24.45 + 81 130.003 926 6 0 -77.6089 5.28278 -25.85 + 81 245.724 513 5 1 -77.3508 5.46927 -54.45 + 81 146.235 927 5 0 -77.3319 5.48194 -55.85 + 81 216.144 515 4 1 -76.948 5.72203 -84.45 + 81 118.552 928 4 0 -76.9304 5.73494 -85.85 + 81 136.387 517 3 1 -76.5946 5.96538 -114.45 + 81 127.521 929 3 0 -76.5775 5.98481 -115.85 + 81 124.819 519 2 1 -76.2387 6.37206 -144.45 + 81 183.128 931 2 0 -76.2103 6.38093 -145.85 + 81 107.897 522 1 1 -75.6404 6.56111 -174.45 + 81 101.96 932 1 0 -75.6295 6.57425 -175.85 + 81 109.984 523 0 1 -75.402 6.86538 -204.45 + 81 176.477 934 0 0 -75.3852 6.8897 -205.85 + 81 177.353 759 1 0 -12.4601 -28.1973 -176.25 + 81 5.20586 1248 2 1 69.65 -135.688 -144.653 +Number of digits in this event = 18 +Using G4ParticleGun ... +4.80558 LIN +e- +Event: 82 +Number of tracker hits in this event = 30 + 82 143.62 408 8 1 -98.4286 -99.7999 35.55 + 82 266.977 401 8 0 -98.4285 -99.799 34.15 + 82 116.828 408 7 1 -98.4271 -99.7843 5.55 + 82 117.236 401 7 0 -98.4271 -99.7844 4.15 + 82 106.264 408 6 1 -98.4181 -99.7811 -24.45 + 82 125.217 401 6 0 -98.4145 -99.7801 -25.85 + 82 159.391 409 5 1 -98.3405 -99.7613 -54.45 + 82 119.215 401 5 0 -98.3368 -99.7612 -55.85 + 82 204.758 409 4 1 -98.2575 -99.7524 -84.45 + 82 109.011 401 4 0 -98.2537 -99.7521 -85.85 + 82 119.746 409 3 1 -98.1789 -99.7495 -114.45 + 82 210.41 402 3 0 -98.1739 -99.7499 -115.85 + 82 120.036 410 2 1 -98.0574 -99.7511 -144.45 + 82 120.788 401 2 0 -98.0502 -99.758 -145.85 + 82 121.382 411 1 1 -97.9025 -99.8759 -174.45 + 82 116.657 401 1 0 -97.8924 -99.8833 -175.85 + 82 279.033 412 0 1 -97.7049 -100.027 -204.45 + 82 114.06 400 0 0 -97.6926 -100.033 -205.85 + 82 163.975 333 3 0 -125.941 -113.502 -116.25 + 82 148.884 334 3 0 -125.895 -113.35 -115.947 + 82 102.899 335 3 0 -126.026 -113.15 -115.936 + 82 43.6076 336 3 0 -126.067 -112.95 -116.16 + 82 15.4717 746 3 0 -117.842 -30.6921 -116.25 + 82 117.447 747 3 0 -117.828 -30.6496 -116.232 + 82 108.458 748 3 0 -117.934 -30.45 -116.19 + 82 21.2614 402 0 0 -97.5454 -99.5613 -205.85 + 82 125.413 403 0 0 -97.537 -99.55 -205.907 + 82 170.079 1294 8 1 78.9933 -2.2098 35.3148 + 82 116.228 411 0 1 -97.7696 -99.8667 -204.45 + 82 177.546 401 0 0 -97.7601 -99.8737 -205.85 +Number of digits in this event = 18 +Using G4ParticleGun ... +4.03557 LIN +e- +Event: 83 +Number of tracker hits in this event = 49 + 83 120.148 1105 8 1 41.2104 -134.731 35.55 + 83 156.831 227 8 0 41.2092 -134.732 34.15 + 83 119.194 1105 7 1 41.1818 -134.748 5.55 + 83 122.187 227 7 0 41.1819 -134.749 4.15 + 83 135.287 1105 6 1 41.1897 -134.768 -24.45 + 83 125.925 226 6 0 41.1893 -134.769 -25.85 + 83 168.04 1105 5 1 41.177 -134.798 -54.45 + 83 119.461 226 5 0 41.1745 -134.803 -55.85 + 83 118.274 1105 4 1 41.1272 -134.92 -84.45 + 83 114.793 226 4 0 41.1239 -134.927 -85.85 + 83 608.177 1105 3 1 41.0749 -135.064 -114.45 + 83 458.224 225 3 0 41.0759 -135.07 -115.85 + 83 93.8618 1105 2 1 41.0991 -135.201 -144.45 + 83 224.129 224 2 0 41.1001 -135.209 -145.85 + 83 159.416 1105 1 1 41.1222 -135.371 -174.45 + 83 127.162 223 1 0 41.1232 -135.381 -175.85 + 83 271.961 1105 0 1 41.1438 -135.573 -204.45 + 83 101.247 222 0 0 41.1453 -135.583 -205.85 + 83 152.98 1103 2 1 40.7786 -136.011 -144.45 + 83 345.228 220 2 0 40.7312 -136.007 -145.85 + 83 135.334 1100 1 1 40.187 -135.867 -174.45 + 83 234.362 220 1 0 40.185 -135.954 -175.85 + 83 276.39 1101 0 1 40.2659 -137.214 -204.45 + 83 125.096 213 0 0 40.376 -137.371 -205.85 + 83 9.34444 1121 2 1 44.2652 -135.843 -144.45 + 83 165.177 1120 2 1 44.25 -135.869 -144.482 + 83 113.642 215 2 0 43.5823 -136.966 -145.85 + 83 74.8591 214 2 0 43.4731 -137.15 -146.078 + 83 196.04 1041 1 1 28.4152 -161.977 -174.45 + 83 8.3012 1040 1 1 28.25 -162.207 -174.804 + 83 34.1087 86 1 0 27.7689 -162.898 -175.85 + 83 133.954 85 1 0 27.733 -162.95 -175.929 + 83 3.72057 84 1 0 27.5908 -163.15 -176.239 + 83 46.7648 1098 2 1 39.8195 -136.13 -144.45 + 83 183.904 1099 2 1 39.85 -136.122 -144.56 + 83 56.5358 1143 1 1 48.755 -134.896 -174.451 + 83 54.4727 1144 1 1 48.85 -134.855 -174.634 + 83 126.684 227 1 0 49.4733 -134.592 -175.85 + 83 61.5674 228 1 0 49.5673 -134.55 -176.041 + 83 36.4045 1217 0 1 63.5756 -128.042 -204.45 + 83 101.463 1218 0 1 63.65 -128.066 -204.566 + 83 195.012 258 0 0 64.4514 -128.355 -205.85 + 83 50.4813 223 3 0 41.1661 -135.518 -115.85 + 83 123.808 222 3 0 41.1735 -135.55 -115.964 + 83 159.28 1104 0 1 41.0463 -135.106 -204.45 + 83 47.5475 225 0 0 41.0342 -134.966 -205.85 + 83 80.4667 226 0 0 41.0331 -134.95 -206.013 + 83 126.814 228 0 0 41.1486 -134.534 -205.85 + 83 108.536 677 2 0 92.3674 -44.65 -146.05 +Number of digits in this event = 30 +Using G4ParticleGun ... +8.09837 LIN +e- +Event: 84 +Number of tracker hits in this event = 92 + 84 122.623 834 11 1 -13.1276 -17.7444 125.55 + 84 104.003 811 11 0 -13.1281 -17.7439 124.15 + 84 218.49 834 10 1 -13.1365 -17.7319 95.55 + 84 177.779 811 10 0 -13.138 -17.7306 94.15 + 84 162.357 834 9 1 -13.1721 -17.7028 65.55 + 84 116.999 811 9 0 -13.1735 -17.7017 64.15 + 84 126.764 834 8 1 -13.2055 -17.68 35.55 + 84 143.631 811 8 0 -13.2069 -17.6774 34.15 + 84 104.292 834 7 1 -13.2341 -17.6186 5.55 + 84 281.334 812 7 0 -13.2348 -17.6161 4.15 + 84 292.76 833 6 1 -13.2534 -17.5655 -24.45 + 84 185.008 812 6 0 -13.2531 -17.5623 -25.85 + 84 103.361 834 5 1 -13.2247 -17.529 -54.45 + 84 102.374 812 5 0 -13.2206 -17.5328 -55.85 + 84 122.364 834 4 1 -13.1591 -17.6509 -84.45 + 84 254.419 811 4 0 -13.1567 -17.6584 -85.85 + 84 369.081 834 3 1 -13.1109 -17.8275 -114.45 + 84 134.49 811 3 0 -13.1067 -17.8379 -115.85 + 84 128.497 835 2 1 -13.0317 -18.0334 -144.45 + 84 76.0872 810 2 0 -13.0217 -18.0475 -145.85 + 84 38.2009 809 2 0 -13.0199 -18.05 -146.103 + 84 250.689 836 1 1 -12.8353 -18.3204 -174.45 + 84 147.286 808 1 0 -12.8341 -18.3356 -175.85 + 84 226.762 836 0 1 -12.8208 -18.6445 -204.45 + 84 94.9768 806 0 0 -12.8248 -18.6609 -205.85 + 84 113.516 812 3 0 -13.1746 -17.453 -115.85 + 84 195.502 834 2 1 -13.1082 -17.4322 -144.45 + 84 383.926 813 2 0 -13.1024 -17.4307 -145.85 + 84 123.716 835 1 1 -12.9831 -17.4014 -174.45 + 84 152.646 813 1 0 -12.976 -17.402 -175.85 + 84 119.276 813 0 0 -12.842 -17.3805 -205.85 + 84 18.0486 585 5 1 -62.9141 112.982 -54.45 + 84 56.4194 586 5 1 -62.85 112.955 -54.4787 + 84 62.7143 587 5 1 -62.65 112.878 -54.5424 + 84 51.1226 588 5 1 -62.4497 112.848 -54.6218 + 84 63.2761 589 5 1 -62.25 112.754 -54.6265 + 84 63.8009 590 5 1 -62.0498 112.71 -54.5875 + 84 70.069 591 5 1 -61.85 112.642 -54.5306 + 84 199.646 592 5 1 -61.65 112.539 -54.49 + 84 84.7216 593 5 1 -61.45 112.497 -54.5627 + 84 138.951 594 5 1 -61.25 112.502 -54.6141 + 84 81.8418 584 5 1 -63.0734 113.027 -54.45 + 84 80.4064 583 5 1 -63.25 113.046 -54.6045 + 84 18.3448 582 5 1 -63.45 113.045 -54.7866 + 84 144.369 1464 5 0 -64.6811 113.087 -55.85 + 84 124.027 1465 5 0 -65.1147 113.15 -56.1351 + 84 68.7833 833 3 1 -13.2503 -17.4557 -114.636 + 84 149.289 813 3 0 -13.6445 -17.4454 -115.85 + 84 146.555 784 2 1 -23.0893 -17.5442 -144.45 + 84 149.604 811 2 0 -23.4875 -17.7653 -145.85 + 84 158.675 771 1 1 -25.8065 -23.61 -174.45 + 84 5.1028 774 1 0 -25.8875 -25.2361 -175.85 + 84 126.582 773 1 0 -25.8884 -25.25 -175.862 + 84 104.955 772 1 0 -25.8983 -25.4502 -176.013 + 84 56.2092 771 1 0 -25.9107 -25.6504 -176.164 + 84 39.1194 740 0 1 -31.9058 -66.696 -204.45 + 84 130.741 741 0 1 -31.85 -66.7698 -204.594 + 84 22.5815 562 0 0 -31.5423 -67.6043 -205.85 + 84 92.2618 561 0 0 -31.5295 -67.65 -205.917 + 84 22.0596 560 0 0 -31.4891 -67.85 -206.196 + 84 77.1347 783 2 1 -23.2502 -17.6446 -144.691 + 84 122.141 782 2 1 -23.45 -17.8474 -144.748 + 84 368.596 781 2 1 -23.65 -17.9791 -144.788 + 84 57.0306 803 2 0 -24.555 -19.3269 -145.85 + 84 130.578 802 2 0 -24.5564 -19.45 -145.944 + 84 241.915 801 2 0 -24.6197 -19.65 -146.013 + 84 6.95745 741 0 0 -10.8379 -31.7306 -205.85 + 84 117.268 940 4 1 8.05 -56.8846 -84.8481 + 84 298.034 810 6 0 -12.1478 -17.9959 -25.85 + 84 139.848 809 6 0 -11.779 -18.0505 -25.9048 + 84 234.335 808 6 0 -11.7336 -18.2507 -25.985 + 84 86.1576 836 6 1 -12.7207 -16.9795 -24.85 + 84 59.2359 815 6 0 -10.8555 -16.9202 -25.85 + 84 31.9992 813 7 0 -13.1701 -17.45 3.79012 + 84 41.6735 891 1 1 -1.66297 -20.4221 -174.45 + 84 113.249 892 1 1 -1.65 -20.438 -174.553 + 84 109.975 797 1 0 -1.4655 -20.6214 -175.85 + 84 124.913 796 1 0 -1.42748 -20.6501 -176.124 + 84 101.957 915 0 1 3.17375 -23.2389 -204.45 + 84 1.98083 916 0 1 3.25 -23.2721 -204.842 + 84 101.826 783 0 0 3.42156 -23.3542 -205.85 + 84 141.113 888 1 0 -58.6913 -2.37149 -176.25 + 84 61.0093 833 9 1 -13.25 -17.6792 65.4022 + 84 149.833 812 9 0 -13.7795 -17.5052 64.15 + 84 49.2543 813 9 0 -13.8759 -17.45 63.899 + 84 88.3017 835 9 0 3.84093 -12.8612 63.75 + 84 117.758 836 9 0 4.12099 -12.85 63.9628 + 84 55.1861 837 9 0 4.26477 -12.65 63.8735 + 84 76.5246 933 9 0 14.3078 6.69829 63.75 + 84 269.383 932 9 0 14.3491 6.65 63.8129 + 84 102.594 931 9 0 14.256 6.44993 63.914 + 84 13.6119 730 8 1 -33.85 3.68638 35.3451 +Number of digits in this event = 45 +Using G4ParticleGun ... +6.91233 LIN +e- +Event: 85 +Number of tracker hits in this event = 138 + 85 114.652 724 11 1 -35.226 -31.7114 125.55 + 85 122.077 741 11 0 -35.226 -31.7106 124.15 + 85 367.392 724 10 1 -35.2177 -31.6898 95.55 + 85 500.135 741 10 0 -35.2177 -31.6888 94.15 + 85 271.172 724 9 1 -35.2162 -31.6761 65.55 + 85 255.907 741 9 0 -35.215 -31.6758 64.15 + 85 296.545 724 8 1 -35.1858 -31.6676 35.55 + 85 134.041 741 8 0 -35.1997 -31.7196 34.149 + 85 105.1 723 7 1 -35.2589 -32.6586 5.55 + 85 139.233 736 7 0 -35.3782 -32.7448 4.15 + 85 100.663 709 6 1 -38.1035 -34.3987 -24.4501 + 85 125.358 727 6 0 -38.144 -34.5484 -25.85 + 85 107.772 699 5 1 -40.1738 -36.2633 -54.45 + 85 279.801 698 5 1 -40.2501 -36.0143 -54.5587 + 85 2.94412 732 5 0 -40.5193 -33.4634 -55.85 + 85 48.467 733 5 0 -40.5204 -33.45 -55.8567 + 85 116.111 734 5 0 -40.5382 -33.2499 -55.9585 + 85 153.492 735 5 0 -40.5625 -33.0499 -56.0498 + 85 288.887 736 5 0 -40.5875 -32.85 -56.1398 + 85 20.0686 737 5 0 -40.6029 -32.65 -56.2213 + 85 15.6656 1673 5 0 -76.003 154.895 -56.25 + 85 95.5393 1674 5 0 -76.0154 154.95 -56.2372 + 85 80.6465 1675 5 0 -76.0586 155.151 -56.1961 + 85 68.9725 1676 5 0 -76.0794 155.35 -56.1713 + 85 61.882 1677 5 0 -76.0795 155.551 -56.1676 + 85 57.2067 1678 5 0 -76.0825 155.75 -56.1598 + 85 74.1936 1679 5 0 -76.0927 155.95 -56.1437 + 85 53.6009 1680 5 0 -76.1156 156.15 -56.1413 + 85 56.2946 1681 5 0 -76.1331 156.35 -56.1538 + 85 80.6682 1682 5 0 -76.1693 156.55 -56.1633 + 85 76.3373 1683 5 0 -76.2191 156.75 -56.166 + 85 56.2984 1684 5 0 -76.2845 156.95 -56.179 + 85 50.7716 1685 5 0 -76.3384 157.15 -56.2111 + 85 50.5102 1686 5 0 -76.3914 157.35 -56.2359 + 85 1044.09 697 5 1 -40.5209 -34.9015 -54.45 + 85 55.4378 746 5 0 -40.2611 -30.797 -55.85 + 85 137.934 747 5 0 -40.2481 -30.65 -55.93 + 85 65.2556 748 5 0 -40.2284 -30.45 -56.0483 + 85 60.4457 749 5 0 -40.1849 -30.25 -56.1553 + 85 41.2193 734 4 1 -33.1696 26.565 -84.45 + 85 131.01 735 4 1 -33.05 26.67 -84.54 + 85 76.164 736 4 1 -32.8498 26.9082 -84.7905 + 85 23.8422 1036 4 0 -32.2431 27.4066 -85.85 + 85 122.986 1037 4 0 -32.2088 27.45 -85.9399 + 85 1.73317 754 3 1 -29.0516 30.787 -114.45 + 85 268.317 755 3 1 -29.05 30.7904 -114.453 + 85 287.961 1060 3 0 -29.1288 32.1479 -115.85 + 85 248.664 1061 3 0 -29.1827 32.25 -115.919 + 85 229.408 1059 3 0 -29.9699 32.05 -115.926 + 85 53.0644 521 1 1 -75.65 93.5372 -174.711 + 85 82.8396 650 4 1 -49.8907 -8.24847 -84.45 + 85 115.18 649 4 1 -50.05 -7.98079 -84.5175 + 85 96.6422 648 4 1 -50.2501 -7.66672 -84.6405 + 85 77.4357 647 4 1 -50.45 -7.29435 -84.7755 + 85 125.755 646 4 1 -50.65 -7.05355 -84.7672 + 85 97.063 645 4 1 -50.8501 -6.73617 -84.6527 + 85 288.771 724 2 1 -35.1245 -31.7832 -144.45 + 85 397.846 741 2 0 -35.1231 -31.7828 -145.85 + 85 769.556 724 1 1 -35.0766 -31.7841 -174.45 + 85 375.224 741 1 0 -35.0764 -31.7833 -175.85 + 85 845.954 724 0 1 -35.0589 -31.7732 -204.45 + 85 433.562 741 0 0 -35.0534 -31.767 -205.85 + 85 146.044 865 0 1 -7.05 -6.6936 -204.776 + 85 64.3834 745 0 0 -35.4627 -30.9555 -205.85 + 85 59.0621 746 0 0 -35.5526 -30.85 -206.049 + 85 121.211 726 8 1 -34.836 -31.8412 35.55 + 85 140.022 740 8 0 -34.8519 -31.8551 34.15 + 85 149.464 724 7 1 -35.1382 -32.026 5.55 + 85 198.156 740 7 0 -35.1156 -32.0064 4.15 + 85 108.241 726 6 1 -34.6803 -31.6874 -24.45 + 85 131.166 741 6 0 -34.7113 -31.7097 -25.85 + 85 208.831 723 5 1 -35.3539 -32.1283 -54.45 + 85 135.623 739 5 0 -35.4011 -32.1186 -55.85 + 85 146.117 718 4 1 -36.3976 -31.8227 -84.45 + 85 148.443 741 4 0 -36.4269 -31.8265 -85.85 + 85 113.339 714 3 1 -37.1133 -31.8704 -114.45 + 85 112.628 740 3 0 -37.14 -31.8662 -115.85 + 85 132.995 711 2 1 -37.8116 -31.7641 -144.45 + 85 439.95 708 1 1 -38.3619 -32.4691 -174.45 + 85 295.908 737 1 0 -38.3366 -32.4843 -175.85 + 85 121.739 711 0 1 -37.7164 -32.826 -204.45 + 85 145.036 735 0 0 -37.6776 -32.9079 -205.85 + 85 65.9018 632 5 1 -53.45 133.999 -54.7863 + 85 71.359 348 0 0 -117.627 -110.35 -205.924 + 85 203.436 311 0 1 -117.82 -110.161 -204.85 + 85 37.4325 705 0 1 -39.0324 -31.2922 -204.45 + 85 86.6465 704 0 1 -39.05 -31.2839 -204.548 + 85 123.55 743 0 0 -39.4607 -31.3468 -205.85 + 85 34.0191 707 0 1 -38.5199 -41.7532 -204.45 + 85 89.9174 738 1 0 -38.4353 -32.3584 -175.85 + 85 122.431 703 0 1 -39.3082 -30.0342 -204.45 + 85 117.227 750 0 0 -39.3668 -29.9168 -205.85 + 85 9.6919 451 5 0 -80.0086 -89.65 -56.2244 + 85 96.3974 733 0 0 -34.1747 -33.3432 -206.25 + 85 104.179 731 0 1 -33.8189 -33.1744 -204.85 + 85 117.745 725 9 1 -35.031 -31.4842 65.55 + 85 117.762 742 9 0 -35.0206 -31.4751 64.15 + 85 163.356 725 8 1 -34.8691 -31.3032 35.55 + 85 113.87 743 8 0 -34.8614 -31.311 34.15 + 85 93.5538 727 7 1 -34.6404 -31.4889 5.55 + 85 124.043 742 7 0 -34.6159 -31.5031 4.15 + 85 127.366 730 6 1 -33.9981 -31.9203 -24.45 + 85 215.359 740 6 0 -33.9485 -31.9559 -25.85 + 85 119.921 735 5 1 -32.9675 -32.7153 -54.45 + 85 157.527 741 4 1 -31.7592 -33.2503 -84.45 + 85 90.9921 734 4 0 -31.7313 -33.0512 -85.85 + 85 168.628 735 4 0 -31.7312 -33.05 -85.8587 + 85 236.665 744 3 1 -31.2304 -28.8784 -114.45 + 85 103.999 756 3 0 -31.1942 -28.6982 -115.85 + 85 5.68229 757 3 0 -31.1848 -28.65 -116.226 + 85 126.971 747 2 1 -30.5182 -25.0025 -144.45 + 85 119.976 776 2 0 -30.4989 -24.85 -145.852 + 85 134.53 750 1 1 -29.9788 -21.6336 -174.45 + 85 5.28963 792 1 0 -29.9766 -21.4538 -175.85 + 85 113.665 793 1 0 -29.9765 -21.45 -175.88 + 85 137.532 750 0 1 -29.8911 -17.7154 -204.45 + 85 122.332 812 0 0 -29.9049 -17.5286 -205.85 + 85 105.503 729 1 1 -34.0862 -30.9487 -174.45 + 85 130.691 745 1 0 -33.9883 -30.9101 -175.85 + 85 300.184 723 0 1 -35.25 -32.4938 -204.516 + 85 206.817 722 0 1 -35.45 -33.2995 -204.56 + 85 199.4 721 0 1 -35.6501 -33.6668 -204.589 + 85 77.7581 720 0 1 -35.8502 -33.9527 -204.547 + 85 19.0356 681 1 0 -50.8912 -43.8291 -176.25 + 85 132.596 680 1 0 -50.9276 -43.85 -176.177 + 85 23.002 642 1 1 -51.6134 -44.2633 -174.85 + 85 108.159 641 1 1 -51.6501 -44.2836 -174.775 + 85 4.8572 640 1 1 -51.8501 -44.3492 -174.469 + 85 230.973 796 2 0 -38.1418 -20.8471 -146.25 + 85 54.8335 797 2 0 -38.115 -20.65 -146.039 + 85 53.7472 709 2 1 -38.2064 -20.0508 -144.85 + 85 107.03 708 2 1 -38.25 -19.9587 -144.664 + 85 99.0626 736 1 0 -35.4704 -32.6503 -175.953 + 85 91.1228 681 0 1 -43.6609 -46.8554 -204.45 + 85 64.5158 682 0 1 -43.65 -46.9873 -204.669 + 85 137.176 661 0 0 -43.653 -47.6655 -205.85 + 85 21.8258 660 0 0 -43.6456 -47.85 -206.184 + 85 248.31 723 1 1 -35.25 -31.6591 -174.623 +Number of digits in this event = 67 +Using G4ParticleGun ... +2.97597 LIN +e- +Event: 86 +Number of tracker hits in this event = 222 + 86 286.589 569 11 1 -66.2444 5.65221 125.55 + 86 207.424 928 11 0 -66.2456 5.65492 124.15 + 86 237.208 568 10 1 -66.2738 5.72324 95.55 + 86 119.147 928 10 0 -66.2723 5.72535 94.15 + 86 108.831 569 9 1 -66.2251 5.76088 65.55 + 86 149.29 928 9 0 -66.2215 5.76213 64.15 + 86 230.245 569 8 1 -66.153 5.79122 35.55 + 86 293.16 928 8 0 -66.1511 5.7924 34.15 + 86 99.1348 569 7 1 -66.083 5.7821 5.55 + 86 123.661 928 7 0 -66.0932 5.79366 4.15 + 86 114.621 568 6 1 -66.3072 6.03098 -24.45 + 86 108.864 930 6 0 -66.3091 6.05481 -25.85 + 86 462.079 570 5 1 -65.8809 6.46106 -54.45 + 86 280.107 931 5 0 -65.9273 6.34521 -55.85 + 86 353.655 570 4 1 -65.9327 3.70955 -84.4501 + 86 6.68045 571 4 1 -65.85 3.51473 -84.832 + 86 53.2778 913 4 0 -65.2746 2.73297 -85.85 + 86 104.69 912 4 0 -65.2021 2.64989 -85.968 + 86 17.6917 911 4 0 -65.0292 2.44978 -86.223 + 86 128.672 664 3 1 -47.1151 -17.6429 -114.451 + 86 101.724 811 3 0 -47.4607 -17.6837 -115.85 + 86 62.8609 812 3 0 -47.5861 -17.65 -116.19 + 86 40.448 813 3 0 -47.6012 -17.45 -116.201 + 86 48.3778 814 3 0 -47.5638 -17.2498 -116.196 + 86 77.2267 815 3 0 -47.4934 -17.0494 -116.205 + 86 69.8935 816 3 0 -47.3855 -16.85 -116.209 + 86 68.1876 817 3 0 -47.2675 -16.65 -116.212 + 86 77.5749 818 3 0 -47.2348 -16.45 -116.22 + 86 158.482 819 3 0 -47.2232 -16.2496 -116.241 + 86 74.3083 820 3 0 -47.2163 -16.05 -116.226 + 86 9.22515 821 3 0 -47.2633 -15.85 -116.238 + 86 37.5591 571 5 1 -65.85 6.47271 -54.5447 + 86 298.68 540 1 1 -71.9418 10.9929 -174.45 + 86 372.708 954 1 0 -72.3182 10.87 -175.85 + 86 65.885 953 1 0 -72.3736 10.85 -176.054 + 86 121.66 495 0 1 -80.8522 7.77248 -204.45 + 86 84.1317 494 0 1 -81.0501 7.77333 -204.641 + 86 11.0663 493 0 1 -81.25 7.77447 -204.816 + 86 137.962 938 0 0 -82.4272 7.68686 -205.85 + 86 46.9991 955 1 0 -72.005 11.05 -176.046 + 86 127.281 532 0 1 -73.4741 11.9716 -204.45 + 86 106.122 960 0 0 -73.5517 12.0953 -205.85 + 86 28.3065 964 0 0 -78.2563 12.9228 -206.25 + 86 410.503 570 6 1 -66.0236 5.84418 -24.45 + 86 361.003 928 6 0 -66.0252 5.84393 -25.85 + 86 85.4332 568 5 1 -66.2558 5.9404 -54.45 + 86 124.894 569 5 1 -66.25 5.9465 -54.7311 + 86 239.952 929 5 0 -66.2092 5.96955 -55.85 + 86 170.735 575 4 1 -65.0146 6.6553 -84.45 + 86 109.676 933 4 0 -64.8752 6.69002 -85.85 + 86 104.099 590 3 1 -62.0332 7.76832 -114.451 + 86 116.431 939 3 0 -61.8914 7.98025 -115.85 + 86 100.88 605 2 1 -58.9208 12.4657 -144.45 + 86 213.885 963 2 0 -58.9129 12.6865 -145.85 + 86 166.622 606 1 1 -58.8474 17.1027 -174.45 + 86 54.7294 986 1 0 -58.8334 17.4175 -175.85 + 86 68.8933 987 1 0 -58.8319 17.45 -176 + 86 134.596 608 0 1 -58.4192 23.3535 -204.45 + 86 124.93 1018 0 0 -58.3943 23.6719 -205.85 + 86 31.7359 1031 0 0 -58.2409 26.2715 -206.25 + 86 219.168 577 2 1 -64.5814 4.70335 -144.45 + 86 64.2134 916 2 0 -64.4516 3.43023 -145.85 + 86 66.6644 915 2 0 -64.4327 3.25 -145.966 + 86 43.8425 914 2 0 -64.4526 3.05 -146.026 + 86 42.5434 913 2 0 -64.538 2.85 -146.034 + 86 66.8168 912 2 0 -64.6027 2.65 -146.023 + 86 76.6769 911 2 0 -64.6881 2.45 -145.982 + 86 75.3713 910 2 0 -64.8853 2.25 -145.951 + 86 91.0454 909 2 0 -65.076 2.05 -145.954 + 86 68.3113 908 2 0 -65.3188 1.84959 -145.932 + 86 65.79 907 2 0 -65.5413 1.65 -146.035 + 86 76.697 906 2 0 -65.6976 1.45 -146.123 + 86 25.837 905 2 0 -65.8878 1.24991 -146.223 + 86 223.66 422 1 1 -95.7412 -35.3338 -174.45 + 86 69.5712 712 1 0 -94.4691 -37.5122 -175.85 + 86 236.079 711 1 0 -94.4253 -37.65 -175.91 + 86 369.143 710 1 0 -94.2717 -37.8502 -175.951 + 86 9.59068 624 3 0 -64.1192 -55.05 -116.186 + 86 139.034 578 2 1 -64.45 4.62527 -144.474 + 86 55.2006 579 2 1 -64.25 4.5548 -144.52 + 86 53.5566 580 2 1 -64.05 4.50741 -144.562 + 86 83.405 581 2 1 -63.85 4.46521 -144.641 + 86 4.13052 582 2 1 -63.65 4.37312 -144.835 + 86 71.2588 919 2 0 -62.8803 3.91287 -145.85 + 86 91.0183 918 2 0 -62.7436 3.84986 -146.047 + 86 114.671 929 4 0 -65.9139 5.85827 -85.85 + 86 237.032 571 3 1 -65.778 5.76803 -114.45 + 86 191.786 928 3 0 -65.768 5.76203 -115.85 + 86 143.906 572 2 1 -65.5632 5.65089 -144.45 + 86 129.803 928 2 0 -65.551 5.65202 -145.85 + 86 155.49 573 1 1 -65.2984 5.68313 -174.45 + 86 205.678 928 1 0 -65.2884 5.68451 -175.85 + 86 131.394 574 0 1 -65.0771 5.69073 -204.45 + 86 141.073 928 0 0 -65.0612 5.6978 -205.85 + 86 65.619 572 1 1 -65.45 5.74627 -174.596 + 86 49.2139 571 1 1 -65.65 5.79167 -174.691 + 86 80.3868 570 1 1 -65.85 5.72151 -174.688 + 86 84.7545 569 1 1 -66.05 5.67748 -174.708 + 86 143.762 568 1 1 -66.25 5.66862 -174.697 + 86 77.5215 567 1 1 -66.4501 5.6987 -174.725 + 86 47.2515 566 1 1 -66.65 5.70524 -174.788 + 86 52.7947 931 1 0 -68.5392 6.38008 -175.85 + 86 232.131 932 1 0 -68.6753 6.45 -175.891 + 86 128.79 933 1 0 -68.9496 6.65001 -176.005 + 86 118.233 934 1 0 -69.2834 6.85 -176.179 + 86 77.1652 935 1 0 -69.4779 7.05 -176.153 + 86 22.0404 936 1 0 -69.6231 7.25 -176.23 + 86 236.623 169 2 1 -146.214 76.3027 -144.85 + 86 50.7854 929 3 0 -65.3169 6.0338 -115.85 + 86 64.2851 930 3 0 -65.2738 6.05 -115.957 + 86 64.1446 979 3 0 -87.9986 16.0294 -116.25 + 86 130.665 980 3 0 -88.0675 16.0502 -116.139 + 86 39.8978 981 3 0 -88.3102 16.25 -115.963 + 86 72.8715 456 3 1 -88.7458 16.6405 -114.85 + 86 102.093 457 3 1 -88.6495 16.7393 -114.626 + 86 35.789 458 3 1 -88.45 16.6613 -114.497 + 86 211.919 929 8 0 -66.1781 5.85007 33.9786 + 86 59.1201 1476 8 0 5.87517 115.376 33.75 + 86 103.556 1477 8 0 6.01436 115.55 33.8162 + 86 92.154 1478 8 0 6.10502 115.751 33.8554 + 86 72.7431 1479 8 0 6.14691 115.95 33.8382 + 86 2.88467 1480 8 0 6.24732 116.15 33.7558 + 86 151.038 569 6 1 -66.0561 5.90875 -24.45 + 86 221.603 929 6 0 -66.1143 5.89095 -25.85 + 86 107.433 561 5 1 -67.6883 6.19298 -54.45 + 86 127.202 537 4 1 -72.5934 8.28104 -84.45 + 86 121.669 942 4 0 -72.6619 8.49254 -85.8501 + 86 137.934 528 3 1 -74.3384 12.631 -114.45 + 86 141.396 962 3 0 -74.311 12.6124 -115.85 + 86 127.937 532 2 1 -73.6385 11.8154 -144.45 + 86 180.242 959 2 0 -73.5098 11.9433 -145.85 + 86 264.728 543 1 1 -71.3455 14.5747 -174.45 + 86 128.951 973 1 0 -71.2488 14.7281 -175.85 + 86 106.375 552 0 1 -69.5085 17.6115 -204.45 + 86 124.387 988 0 0 -69.5048 17.6719 -205.85 + 86 38.2313 960 2 0 -73.3825 12.05 -146.124 + 86 106.819 607 1 1 -58.65 18.018 -174.575 + 86 71.1795 608 1 1 -58.4499 18.0319 -174.672 + 86 80.0551 609 1 1 -58.2497 17.9677 -174.727 + 86 94.8861 610 1 1 -58.05 17.819 -174.727 + 86 52.298 611 1 1 -57.8496 17.7321 -174.666 + 86 345.713 612 1 1 -57.6496 17.7247 -174.622 + 86 162.988 613 1 1 -57.45 17.652 -174.511 + 86 14.9742 614 1 1 -57.2327 17.6433 -174.45 + 86 107.097 910 5 0 -66.0449 2.24146 -55.85 + 86 158.421 581 4 1 -63.7184 -0.840926 -84.45 + 86 122.966 894 4 0 -63.5869 -1.17407 -85.85 + 86 200.695 893 4 0 -63.5543 -1.25 -86.1583 + 86 154.236 599 3 1 -60.1961 -9.47993 -114.45 + 86 204.454 851 3 0 -60.2205 -9.75597 -115.85 + 86 163.323 602 2 1 -59.5951 -15.5566 -144.45 + 86 14.648 816 2 0 -59.5761 -16.8116 -145.85 + 86 86.9394 815 2 0 -59.5758 -16.85 -145.893 + 86 42.1454 814 2 0 -59.5756 -17.05 -146.121 + 86 140.96 601 1 1 -59.7049 -41.0381 -174.45 + 86 104.129 689 1 0 -59.7584 -42.0545 -175.85 + 86 175.464 688 1 0 -59.7813 -42.25 -176.088 + 86 66.5486 592 0 1 -61.6257 -63.0947 -204.45 + 86 44.2345 591 0 1 -61.65 -63.1156 -204.693 + 86 137.215 584 0 0 -61.7968 -63.156 -205.85 + 86 164.039 598 3 1 -60.2505 -9.51495 -114.614 + 86 111.803 839 4 0 -84.5688 -12.1411 -86.2499 + 86 292.086 569 2 1 -66.1978 5.99859 -144.45 + 86 314.881 929 2 0 -66.2746 5.98773 -145.85 + 86 364.294 561 1 1 -67.7233 5.77812 -174.45 + 86 126.371 560 0 1 -68.0032 4.6698 -204.45 + 86 132.982 922 0 0 -68.0013 4.64656 -205.85 + 86 116.557 560 1 1 -67.85 5.88266 -174.677 + 86 234.961 573 0 1 -65.3257 7.90981 -204.45 + 86 123.63 939 0 0 -65.286 7.95612 -205.85 + 86 146.919 936 0 0 -65.171 7.42414 -205.85 + 86 460.867 568 8 1 -66.2871 5.81956 35.55 + 86 152.944 565 7 1 -66.9234 5.68331 5.54947 + 86 151.736 927 7 0 -67.0615 5.63006 4.15 + 86 166.094 553 6 1 -69.3737 5.1907 -24.4503 + 86 112.432 925 6 0 -69.5424 5.08711 -25.85 + 86 164.482 535 5 1 -72.996 3.00308 -54.4503 + 86 91.707 914 5 0 -73.1143 2.87127 -55.85 + 86 53.2947 913 5 0 -73.132 2.84995 -56.0635 + 86 123.668 516 4 1 -76.8335 0.937403 -84.45 + 86 106.251 903 4 0 -76.844 0.714427 -85.85 + 86 6.92272 902 4 0 -76.857 0.64997 -86.2209 + 86 222.975 505 3 1 -78.8644 -4.42422 -114.45 + 86 122.495 876 3 0 -79.082 -4.75822 -115.85 + 86 16.8947 875 3 0 -79.1487 -4.85 -116.192 + 86 36.6482 484 2 1 -83.2203 -12.3591 -144.45 + 86 58.469 483 2 1 -83.25 -12.3573 -144.609 + 86 130.298 838 2 0 -83.5138 -12.3925 -145.85 + 86 8.21102 449 1 1 -90.1574 -12.8228 -174.45 + 86 4.55379 835 1 0 -90.05 -13.0471 -176.033 + 86 113.025 834 1 0 -90.0479 -13.05 -176.056 + 86 103.114 474 0 1 -85.1381 -15.6032 -204.45 + 86 216.826 823 0 0 -85.5332 -15.3713 -205.85 + 86 97.3832 669 0 0 -130.884 -46.05 -205.993 + 86 69.8246 238 0 1 -132.498 -46.1755 -204.85 + 86 222.515 506 3 1 -78.8498 -4.44979 -114.561 + 86 139.963 563 7 1 -67.4121 7.37869 5.55 + 86 150.015 937 7 0 -67.4742 7.47569 4.15 + 86 203.638 554 6 1 -69.25 9.33635 -24.6699 + 86 127.525 947 6 0 -69.2439 9.47581 -25.85 + 86 115.395 554 5 1 -69.0924 12.9642 -54.45 + 86 128.934 965 5 0 -69.0612 13.1801 -55.85 + 86 112.238 557 4 1 -68.5128 17.3332 -84.45 + 86 301.427 987 4 0 -68.5814 17.5114 -85.85 + 86 143.851 550 3 1 -70.0071 21.3968 -114.45 + 86 125.043 1007 3 0 -70.0613 21.5409 -115.85 + 86 101.486 544 2 1 -71.1408 24.2364 -144.45 + 86 122.2 1021 2 0 -71.2656 24.3073 -145.85 + 86 124.599 530 1 1 -74.0269 26.1409 -174.451 + 86 125.139 1031 1 0 -74.0466 26.2536 -175.85 + 86 128.797 531 0 1 -73.7428 27.9861 -204.45 + 86 236.78 1040 0 0 -73.7591 28.0667 -205.85 + 86 67.1212 1028 1 0 -74.1249 25.815 -175.85 + 86 6.57855 450 1 1 -89.8647 163.891 -174.45 + 86 309.577 451 1 1 -89.8499 163.886 -174.46 + 86 124.057 946 6 0 -69.2422 9.45 -25.9337 + 86 120.791 927 8 0 -65.4356 5.65 34.0643 + 86 79.1059 998 8 0 -46.8851 19.8236 33.7503 + 86 38.9249 999 8 0 -46.9016 19.8501 33.8058 + 86 72.6941 669 8 1 -46.2193 19.4036 35.15 + 86 337.287 670 8 1 -46.05 19.3318 35.3026 + 86 217.73 671 8 1 -45.85 19.3634 35.4481 +Number of digits in this event = 108 +Using G4ParticleGun ... +1.46357 LIN +e- +Event: 87 +Number of tracker hits in this event = 77 + 87 93.7921 366 10 1 -106.949 -26.6457 95.55 + 87 93.6677 365 10 1 -106.95 -26.6465 95.2977 + 87 20.8408 767 10 0 -106.953 -26.6498 94.15 + 87 87.1512 766 10 0 -106.953 -26.65 94.0655 + 87 94.5347 365 9 1 -106.983 -26.704 65.55 + 87 194.331 766 9 0 -106.979 -26.7083 64.15 + 87 130.807 366 8 1 -106.897 -26.7916 35.55 + 87 108.892 766 8 0 -106.895 -26.8001 34.15 + 87 114.947 366 7 1 -106.86 -27.0182 5.55 + 87 99.5698 765 7 0 -106.854 -27.0308 4.15 + 87 104.374 366 6 1 -106.756 -27.2698 -24.45 + 87 178.925 763 6 0 -106.742 -27.2841 -25.85 + 87 129.427 368 5 1 -106.449 -27.5709 -54.45 + 87 215.478 762 5 0 -106.432 -27.6018 -55.85 + 87 115.302 370 4 1 -106.052 -28.2545 -84.45 + 87 108.116 758 4 0 -106.037 -28.2898 -85.85 + 87 115.282 372 3 1 -105.747 -28.9572 -114.45 + 87 189.439 755 3 0 -105.744 -28.9921 -115.85 + 87 166.513 372 2 1 -105.689 -29.7215 -144.45 + 87 106.786 751 2 0 -105.695 -29.7598 -145.85 + 87 116.7 371 1 1 -105.789 -30.502 -174.45 + 87 124.235 747 1 0 -105.793 -30.5317 -175.85 + 87 121.119 371 0 1 -105.789 -31.1217 -204.45 + 87 221.094 744 0 0 -105.791 -31.1583 -205.85 + 87 62.0759 990 1 0 -55.834 18.1799 -176.25 + 87 131.372 494 3 1 -81.25 101.315 -114.677 + 87 132.584 763 5 0 -105.754 -27.3017 -55.85 + 87 49.8866 764 5 0 -105.49 -27.25 -56.134 + 87 233.005 369 3 1 -106.186 -28.244 -114.45 + 87 58.5589 370 3 1 -106.15 -28.2474 -114.679 + 87 110.837 759 3 0 -105.971 -28.2423 -115.85 + 87 125.153 394 2 1 -101.335 -27.8993 -144.45 + 87 108.268 761 2 0 -101.09 -27.7069 -145.85 + 87 191.676 421 1 1 -95.9421 -24.9446 -174.45 + 87 110.795 774 1 0 -95.8192 -25.0844 -175.85 + 87 254.223 432 0 1 -93.6892 -28.3463 -204.45 + 87 11.1265 756 0 0 -93.387 -28.8355 -205.85 + 87 86.0423 755 0 0 -93.3779 -28.85 -205.889 + 87 107.337 433 0 1 -93.55 -28.3188 -204.699 + 87 13.4501 434 0 1 -93.3498 -28.2998 -204.826 + 87 169.877 763 0 0 -90.6224 -27.4242 -205.85 + 87 90.15 764 0 0 -90.05 -27.2324 -206.009 + 87 22.5919 756 3 0 -106.273 -28.8113 -115.85 + 87 72.4435 788 3 0 -92.6471 -22.3344 -116.25 + 87 85.9875 789 3 0 -92.6053 -22.25 -116.047 + 87 41.3129 790 3 0 -92.6311 -22.0493 -115.907 + 87 16.9103 429 3 1 -94.3295 -17.9975 -114.85 + 87 63.1075 428 3 1 -94.35 -17.9473 -114.836 + 87 153.592 822 3 0 -93.7591 -15.6188 -115.85 + 87 147.648 746 0 0 -69.1126 -30.65 -206.184 + 87 60.6313 364 4 1 -107.34 -26.8902 -84.45 + 87 65.7103 365 4 1 -107.15 -26.9178 -84.5633 + 87 56.6024 366 4 1 -106.95 -26.9397 -84.6595 + 87 40.8897 367 4 1 -106.749 -26.9648 -84.7617 + 87 35.105 763 4 0 -104.542 -27.4105 -85.85 + 87 219.919 762 4 0 -104.403 -27.45 -85.9169 + 87 162.42 761 4 0 -104.089 -27.65 -86.1359 + 87 32.6075 448 4 0 -48.3324 -90.4614 -86.2499 + 87 90.7288 447 4 0 -48.2719 -90.5503 -86.1907 + 87 65.6832 446 4 0 -48.1299 -90.75 -86.0324 + 87 20.4478 445 4 0 -48.0163 -90.95 -85.8826 + 87 171.953 663 4 1 -47.3971 -92.3961 -84.85 + 87 48.9163 662 4 1 -47.5373 -92.9359 -84.4501 + 87 71.6951 661 4 1 -47.65 -92.9402 -84.5262 + 87 64.6359 660 4 1 -47.85 -92.9458 -84.676 + 87 97.1686 659 4 1 -48.0503 -92.971 -84.7762 + 87 3.65291 658 4 1 -48.25 -92.9908 -84.845 + 87 87.2014 435 4 0 -51.0749 -93.002 -85.85 + 87 137.809 436 4 0 -51.2983 -92.95 -85.9585 + 87 17.1025 437 4 0 -51.5402 -92.75 -86.2152 + 87 199.94 732 4 0 -83.4542 -33.5339 -86.2492 + 87 83.5549 485 4 1 -82.9745 -33.4023 -84.8498 + 87 131.785 486 4 1 -82.85 -33.3097 -84.7117 + 87 109.94 487 4 1 -82.65 -33.0754 -84.6271 + 87 87.0198 488 4 1 -82.45 -33.0941 -84.6834 + 87 321.895 738 4 0 -82.6205 -32.4257 -85.8501 + 87 95.8609 739 4 0 -82.4641 -32.2498 -86.0099 +Number of digits in this event = 29 +Using G4ParticleGun ... +8.75293 LIN +e- +Event: 88 +Number of tracker hits in this event = 100 + 88 115.043 1380 9 1 96.1576 91.1919 65.55 + 88 119.674 1355 9 0 96.1566 91.192 64.15 + 88 129.969 1379 8 1 96.1307 91.1961 35.55 + 88 234.864 1355 8 0 96.1284 91.1969 34.15 + 88 301.447 1379 7 1 96.0804 91.2153 5.55 + 88 253.888 1355 7 0 96.0777 91.2163 4.15 + 88 101.659 1379 6 1 96.0247 91.2335 -24.45 + 88 115.042 1355 6 0 96.0226 91.2343 -25.85 + 88 192.103 1379 5 1 95.979 91.2526 -54.45 + 88 115.782 1355 5 0 95.9759 91.2535 -55.85 + 88 112.168 1378 4 1 95.9136 91.272 -84.45 + 88 114.536 1355 4 0 95.9101 91.2728 -85.85 + 88 210.791 1378 3 1 95.8397 91.2941 -114.45 + 88 177.935 1355 3 0 95.8373 91.2946 -115.85 + 88 184.033 1378 2 1 95.791 91.3046 -144.45 + 88 94.1199 1355 2 0 95.7875 91.3045 -145.85 + 88 112.402 1377 1 1 95.718 91.3061 -174.45 + 88 173.139 1355 1 0 95.7144 91.3059 -175.85 + 88 116.884 1377 0 1 95.6425 91.3018 -204.45 + 88 153.567 1355 0 0 95.6372 91.3024 -205.85 + 88 92.4665 1651 2 1 150.383 116.913 -144.45 + 88 182.1 1652 2 1 150.55 116.847 -144.48 + 88 241.164 1378 5 1 95.95 91.213 -54.8391 + 88 52.2701 1696 0 0 43.1982 159.35 -206.076 + 88 137.653 1378 6 1 95.7693 90.8347 -24.45 + 88 240.745 1353 6 0 95.7482 90.8438 -25.85 + 88 131.256 1375 5 1 95.198 90.974 -54.45 + 88 156.089 1354 5 0 95.1795 90.9693 -55.85 + 88 102.784 1373 4 1 94.8837 90.8364 -84.45 + 88 106.787 1353 4 0 94.8308 90.824 -85.85 + 88 202.3 1367 3 1 93.6853 90.5293 -114.45 + 88 136.694 1351 3 0 93.5987 90.5366 -115.85 + 88 125.322 1357 2 1 91.6666 90.7167 -144.45 + 88 102.3 1353 2 0 91.5703 90.7551 -145.85 + 88 152.804 1347 1 1 89.4808 91.6543 -174.45 + 88 92.4942 1357 1 0 89.4041 91.6716 -175.85 + 88 119.718 1339 0 1 87.9201 91.9528 -204.45 + 88 261.577 1358 0 0 87.8491 91.9262 -205.85 + 88 27.0032 1441 0 0 70.8806 108.517 -206.25 + 88 113.227 1442 0 0 70.8841 108.55 -206.237 + 88 52.2544 1352 1 0 90.4672 90.7068 -175.85 + 88 127.197 1348 0 1 89.7991 91.4825 -204.45 + 88 190.284 1357 0 0 89.6087 91.6245 -205.85 + 88 141.863 1380 7 1 96.1501 91.2331 5.53686 + 88 143.058 1356 7 0 96.422 91.4088 4.14988 + 88 64.8567 1405 6 1 101.273 97.0521 -24.4502 + 88 103.494 1406 6 1 101.35 97.1256 -24.5741 + 88 36.4064 1388 6 0 102.237 97.9037 -25.85 + 88 173.814 1389 6 0 102.286 97.95 -25.9252 + 88 124.851 1494 5 1 118.956 112.881 -54.45 + 88 53.3552 1467 5 0 118.986 113.692 -55.85 + 88 104.134 1468 5 0 118.988 113.75 -55.9538 + 88 125.552 1506 4 1 121.408 127.864 -84.45 + 88 120.306 1539 4 0 121.24 128.089 -85.85 + 88 0.980155 1540 4 0 121.197 128.15 -86.2486 + 88 101.487 1492 3 1 118.629 132.118 -114.45 + 88 67.3197 1491 3 1 118.549 132.184 -114.655 + 88 25.2859 1561 3 0 118.025 132.522 -115.85 + 88 84.848 1562 3 0 117.979 132.55 -115.954 + 88 48.7316 1427 2 1 105.652 140.686 -144.451 + 88 166.964 1426 2 1 105.55 140.731 -144.57 + 88 31.9837 1425 2 1 105.35 140.813 -144.789 + 88 382.252 1605 2 0 104.35 141.203 -145.85 + 88 41.1208 1301 1 1 80.3456 145.82 -174.45 + 88 86.7688 1300 1 1 80.25 145.918 -174.531 + 88 104.421 1299 1 1 80.05 146.162 -174.676 + 88 13.1783 1298 1 1 79.85 146.378 -174.822 + 88 51.0208 1639 1 0 78.4061 148.016 -175.85 + 88 274.986 1640 1 0 78.2757 148.15 -175.94 + 88 57.0273 1641 1 0 78.0822 148.35 -176.059 + 88 76.8763 1642 1 0 77.9206 148.55 -176.148 + 88 64.2947 1643 1 0 77.7315 148.75 -176.218 + 88 11.8804 1559 1 0 -125.663 132.093 -176.25 + 88 147.872 1289 1 1 77.8571 147.608 -174.85 + 88 432.064 1290 1 1 78.0501 147.311 -174.703 + 88 426.598 1606 2 0 104.027 141.35 -146.237 + 88 125.81 1607 2 0 103.734 141.55 -146.227 + 88 98.834 1608 2 0 103.881 141.75 -146.075 + 88 40.0572 1424 2 1 105.017 142.133 -144.85 + 88 41.4939 1613 2 0 108.144 142.894 -145.85 + 88 344.309 1614 2 0 108.254 142.95 -145.898 + 88 164.452 1615 2 0 108.546 143.15 -145.995 + 88 59.9174 1604 2 0 104.295 141.15 -146.091 + 88 90.94 1722 2 0 112.241 164.58 -146.25 + 88 99.9316 1723 2 0 112.27 164.75 -146.022 + 88 173.208 1724 2 0 112.168 164.95 -145.998 + 88 226.025 1390 6 0 102.385 98.15 -26.1174 + 88 6.06306 153 6 0 -129.891 -149.35 -25.8983 + 88 272.559 246 6 1 -130.814 -149.563 -24.85 + 88 62.2819 1497 3 1 119.597 117.808 -114.45 + 88 79.1477 1498 3 1 119.75 117.655 -114.558 + 88 41.7232 1499 3 1 119.95 117.507 -114.736 + 88 18.1633 1483 3 0 120.776 116.778 -115.85 + 88 119.106 1482 3 0 120.806 116.75 -115.895 + 88 230.025 1533 2 1 126.804 106.469 -144.45 + 88 317.353 1532 2 1 126.75 106.298 -144.481 + 88 67.8684 1534 2 1 126.95 105.521 -144.79 + 88 92.8387 1424 2 0 128.605 105.043 -145.85 + 88 77.306 1425 2 0 128.789 105.15 -146.065 + 88 81.8445 1426 2 0 128.805 105.35 -146.122 +Number of digits in this event = 46 +Using G4ParticleGun ... +4.43745 LIN +e- +Event: 89 +Number of tracker hits in this event = 63 + 89 140.956 1325 10 1 85.2409 -24.5373 95.55 + 89 111.437 777 10 0 85.2372 -24.5378 94.15 + 89 430.115 1325 9 1 85.1613 -24.5411 65.55 + 89 155.624 777 9 0 85.1573 -24.5424 64.15 + 89 106.658 1325 8 1 85.0857 -24.5635 35.55 + 89 119.124 777 8 0 85.0843 -24.5676 34.15 + 89 155.671 1325 7 1 85.0652 -24.6475 5.55 + 89 115.12 776 7 0 85.067 -24.651 4.15 + 89 128.201 1325 6 1 85.1073 -24.7226 -24.45 + 89 167.937 776 6 0 85.1096 -24.7267 -25.85 + 89 124.604 1325 5 1 85.154 -24.7892 -54.45 + 89 118.787 776 5 0 85.1551 -24.7958 -55.85 + 89 98.7166 1325 4 1 85.1803 -24.9169 -84.45 + 89 174.906 775 4 0 85.1809 -24.9255 -85.85 + 89 107.023 1325 3 1 85.1888 -25.1066 -114.45 + 89 156.429 774 3 0 85.1931 -25.1128 -115.85 + 89 160.103 1326 2 1 85.2842 -25.2298 -144.45 + 89 119.571 774 2 0 85.2864 -25.2351 -145.85 + 89 252.204 1326 1 1 85.3088 -25.3434 -174.45 + 89 133.254 773 1 0 85.3064 -25.3466 -175.85 + 89 215.586 1326 0 1 85.2527 -25.4155 -204.45 + 89 276.112 773 0 0 85.248 -25.4199 -205.85 + 89 139.25 937 1 1 7.46114 59.4655 -174.45 + 89 63.4372 1197 1 0 7.40772 59.5048 -175.85 + 89 58.1058 1196 1 0 7.36704 59.45 -176.106 + 89 92.4963 1157 1 0 14.7142 51.515 -176.25 + 89 51.7419 1158 1 0 14.6119 51.65 -175.937 + 89 19.9726 966 1 1 13.3155 52.2414 -174.85 + 89 296.324 965 1 1 13.2499 52.2611 -174.806 + 89 35.8226 696 0 0 85.1813 -40.7394 -206.25 + 89 142.965 695 0 0 85.1601 -40.85 -206.151 + 89 65.2509 694 0 0 85.1576 -41.0501 -205.99 + 89 90.4019 693 0 0 85.2397 -41.25 -205.922 + 89 13.9666 692 0 0 85.3709 -41.4502 -205.861 + 89 22.75 1333 0 1 86.8122 -45.0139 -204.85 + 89 90.8879 1334 0 1 86.85 -45.0848 -204.827 + 89 231.423 1335 0 1 87.05 -45.2157 -204.747 + 89 79.973 1336 0 1 87.2502 -45.2748 -204.484 + 89 74.9788 1337 0 1 87.45 -45.377 -204.503 + 89 281.112 1338 0 1 87.65 -45.4546 -204.487 + 89 261.862 1339 0 1 87.85 -45.4318 -204.521 + 89 9.68711 1340 0 1 88.0503 -45.3148 -204.59 + 89 69.4437 426 3 0 132.903 -94.8618 -116.25 + 89 89.0399 1327 0 1 85.45 -25.481 -204.632 + 89 109.591 775 0 0 85.7767 -25.0299 -205.85 + 89 8.08756 776 0 0 85.7265 -24.85 -206.22 + 89 154.888 1326 9 1 85.2503 -24.4923 65.3756 + 89 226.65 1324 3 1 84.9108 -24.5117 -114.45 + 89 230.874 777 3 0 84.9125 -24.4732 -115.85 + 89 87.8666 1325 2 1 85.2384 -24.0268 -144.45 + 89 214.91 780 2 0 85.2998 -23.9364 -145.85 + 89 188.085 1331 1 1 86.4028 -22.0671 -174.45 + 89 235.866 790 1 0 86.4465 -22.0183 -175.85 + 89 172.717 794 0 0 87.2339 -21.1351 -205.85 + 89 54.8153 1525 2 0 153.989 125.15 -146.086 + 89 154.899 1323 2 1 84.7805 -24.7133 -144.45 + 89 129.125 776 2 0 84.7715 -24.7273 -145.85 + 89 106.01 1322 1 1 84.5597 -25.0625 -174.45 + 89 155.528 774 1 0 84.5439 -25.074 -175.85 + 89 153.703 1320 0 1 84.1989 -25.3118 -204.45 + 89 180.584 1138 4 0 -8.96116 47.6929 -86.25 + 89 117.444 1321 0 1 84.25 -25.2171 -204.472 + 89 171.872 778 0 0 84.8208 -24.4365 -205.85 +Number of digits in this event = 35 +Using G4ParticleGun ... +9.98583 LIN +e- +Event: 90 +Number of tracker hits in this event = 22 + 90 174.778 369 9 1 -106.175 51.1578 65.55 + 90 135.73 1155 9 0 -106.175 51.1578 64.15 + 90 112.239 369 8 1 -106.178 51.1615 35.55 + 90 114.361 1155 8 0 -106.178 51.162 34.15 + 90 115.032 369 7 1 -106.175 51.1751 5.55 + 90 111.859 1155 7 0 -106.176 51.1755 4.15 + 90 128.161 369 6 1 -106.18 51.1821 -24.45 + 90 113.396 1155 6 0 -106.181 51.1834 -25.85 + 90 160.2 369 5 1 -106.192 51.2066 -54.45 + 90 107.426 1155 5 0 -106.193 51.208 -55.85 + 90 140.488 369 4 1 -106.206 51.2379 -84.45 + 90 107.599 1155 4 0 -106.206 51.2405 -85.85 + 90 105.943 369 3 1 -106.229 51.291 -114.45 + 90 107.363 1156 3 0 -106.228 51.2911 -115.85 + 90 107.627 369 2 1 -106.225 51.2937 -144.45 + 90 119.236 1156 2 0 -106.224 51.2938 -145.85 + 90 148.85 369 1 1 -106.191 51.2852 -174.45 + 90 105.348 1156 1 0 -106.189 51.2857 -175.85 + 90 410.378 369 0 1 -106.162 51.306 -204.45 + 90 355.043 1156 0 0 -106.171 51.3056 -205.85 + 90 87.2138 199 0 1 -140.15 -83.5311 -204.73 + 90 147.184 112 3 0 146.16 -157.55 -116.109 +Number of digits in this event = 11 +Using G4ParticleGun ... +6.10848 LIN +e- +Event: 91 +Number of tracker hits in this event = 89 + 91 172.383 340 9 1 -112.098 -45.4921 65.55 + 91 201.392 672 9 0 -112.097 -45.4903 64.15 + 91 134.335 340 8 1 -112.077 -45.4535 35.55 + 91 113.655 672 8 0 -112.076 -45.4517 34.15 + 91 112.45 340 7 1 -112.043 -45.4157 5.55 + 91 126.309 673 7 0 -112.041 -45.4139 4.15 + 91 261.133 340 6 1 -112 -45.3846 -24.45 + 91 124.277 673 6 0 -111.996 -45.3841 -25.85 + 91 173.596 341 5 1 -111.924 -45.3728 -54.45 + 91 133.037 673 5 0 -111.921 -45.3703 -55.85 + 91 163.256 341 4 1 -111.89 -45.3196 -84.45 + 91 200.656 673 4 0 -111.883 -45.3051 -85.85 + 91 109.752 342 3 1 -111.734 -45.029 -114.45 + 91 144.498 675 3 0 -111.72 -45.0161 -115.85 + 91 139.48 343 2 1 -111.438 -44.7536 -144.45 + 91 114.712 676 2 0 -111.424 -44.7345 -145.85 + 91 113.331 345 1 1 -111.134 -44.3364 -174.45 + 91 110.191 678 1 0 -111.106 -44.3212 -175.85 + 91 227.539 348 0 1 -110.501 -44.0394 -204.45 + 91 115.027 680 0 0 -110.464 -44.0326 -205.85 + 91 9.6919 1304 3 1 80.9164 72.6683 -114.45 + 91 120.148 347 0 1 -110.55 -44.0512 -204.607 + 91 111.26 341 3 1 -111.772 -45.3678 -114.45 + 91 118.69 673 3 0 -111.756 -45.3891 -115.85 + 91 108.339 345 2 1 -111.024 -45.8393 -144.45 + 91 184.907 670 2 0 -111.026 -45.8859 -145.85 + 91 127.843 347 1 1 -110.584 -46.3736 -174.45 + 91 37.8255 348 1 1 -110.55 -46.3923 -174.735 + 91 133.194 667 1 0 -110.415 -46.4701 -175.85 + 91 8.0753 366 0 1 -106.752 -48.7898 -204.45 + 91 99.1862 367 0 1 -106.75 -48.7922 -204.482 + 91 115.12 655 0 0 -106.665 -48.8931 -205.85 + 91 129.445 684 4 0 -111.835 -43.1931 -86.25 + 91 128.894 342 4 1 -111.75 -42.4051 -84.7383 + 91 328.486 342 2 1 -111.726 -45.3292 -144.45 + 91 523.661 673 2 0 -111.773 -45.3059 -145.85 + 91 57.2926 338 1 1 -112.543 -44.8447 -174.45 + 91 74.5488 337 1 1 -112.55 -44.8393 -174.671 + 91 112.257 676 1 0 -112.589 -44.8139 -175.85 + 91 112.624 332 0 1 -113.55 -44.3532 -204.45 + 91 135.644 678 0 0 -113.586 -44.3227 -205.85 + 91 261.316 341 2 1 -111.75 -45.3281 -144.769 + 91 71.0297 326 1 1 -114.902 -43.6027 -174.45 + 91 87.9143 325 1 1 -114.95 -43.5424 -174.59 + 91 70.4588 685 1 0 -115.461 -42.9396 -175.85 + 91 79.7904 686 1 0 -115.538 -42.85 -176.035 + 91 304.546 769 1 0 -149.888 -26.1333 -176.25 + 91 56.0923 770 1 0 -150.237 -26.05 -175.884 + 91 79.1366 143 1 1 -151.379 -25.6907 -174.85 + 91 144.224 142 1 1 -151.55 -25.6331 -174.709 + 91 215.596 141 1 1 -151.75 -25.5729 -174.575 + 91 364.061 819 2 0 -111.818 -16.1056 -146.25 + 91 21.8965 378 2 1 -104.368 -14.839 -144.85 + 91 54.8092 379 2 1 -104.35 -14.8353 -144.846 + 91 86.2208 836 2 0 -98.5305 -12.7423 -145.85 + 91 85.9472 837 2 0 -98.3551 -12.65 -145.861 + 91 11.4385 453 2 1 -89.4016 -18.8794 -144.85 + 91 72.4665 797 2 0 -85.3783 -20.5286 -145.85 + 91 143.83 796 2 0 -85.125 -20.65 -145.87 + 91 101.527 795 2 0 -84.7236 -20.85 -146.076 + 91 102.106 140 1 1 -152.113 -25.3008 -174.45 + 91 46.7496 1051 1 0 -122.699 30.3805 -176.25 + 91 157.968 1052 1 0 -122.657 30.45 -176.145 + 91 39.0771 286 1 1 -122.82 30.6566 -174.85 + 91 72.1696 1057 1 0 -122.397 31.5851 -175.85 + 91 91.4286 1058 1 0 -122.374 31.65 -175.865 + 91 56.201 287 1 1 -122.578 32.0696 -174.85 + 91 116.105 343 1 1 -111.545 -45.3164 -174.45 + 91 137.917 673 1 0 -111.532 -45.2941 -175.851 + 91 33.282 345 0 1 -111.131 -44.6961 -204.45 + 91 67.9159 344 0 1 -111.15 -44.6771 -204.592 + 91 137.06 677 0 0 -111.331 -44.5033 -205.85 + 91 568.927 675 2 0 -112.067 -44.9985 -145.85 + 91 65.5819 674 2 0 -112.835 -45.05 -146.049 + 91 123.588 341 1 1 -111.766 -45.126 -174.45 + 91 137.609 674 1 0 -111.755 -45.1229 -175.85 + 91 150.558 342 0 1 -111.559 -45.1058 -204.45 + 91 153.015 674 0 0 -111.564 -45.1026 -205.85 + 91 130.227 343 0 1 -111.537 -45.1169 -204.45 + 91 6.63282 672 0 0 -111.457 -45.6376 -205.85 + 91 116.063 671 0 0 -111.456 -45.65 -205.877 + 91 1.50622 670 0 0 -111.491 -45.8501 -206.24 + 91 278.873 620 0 0 -109.688 -55.9447 -206.25 + 91 288.098 619 0 0 -109.54 -56.05 -205.937 + 91 169.264 370 0 1 -106.137 -58.9004 -204.85 + 91 89.6577 371 0 1 -105.95 -59.1942 -204.77 + 91 170.648 605 0 0 -105.822 -59.0333 -205.85 + 91 119.784 604 0 0 -105.7 -59.05 -205.924 + 91 134.135 349 0 1 -110.186 -55.9101 -204.85 +Number of digits in this event = 45 +Using G4ParticleGun ... +3.56488 LIN +e- +Event: 92 +Number of tracker hits in this event = 72 + 92 115.192 1139 11 1 47.9794 56.2181 125.55 + 92 113.695 1180 11 0 47.9798 56.2206 124.15 + 92 185.156 1139 10 1 47.9896 56.2818 95.55 + 92 148.625 1181 10 0 47.9919 56.2855 94.15 + 92 124.241 1139 9 1 48.045 56.3559 65.55 + 92 113.126 1181 9 0 48.0472 56.3601 64.15 + 92 199.473 1140 8 1 48.0763 56.4368 35.55 + 92 104.503 1181 8 0 48.0772 56.4383 34.15 + 92 96.3946 1140 7 1 48.0812 56.4385 5.55 + 92 133.411 1181 7 0 48.0758 56.44 4.15 + 92 98.651 1139 6 1 47.9638 56.4718 -24.45 + 92 403.961 1182 6 0 47.9546 56.4744 -25.85 + 92 109.435 1138 5 1 47.756 56.5113 -54.45 + 92 95.6388 1182 5 0 47.7139 56.4962 -55.85 + 92 128.426 1133 4 1 46.8436 56.1917 -84.45 + 92 110.28 1180 4 0 46.8024 56.1743 -85.85 + 92 104.71 1129 3 1 45.9748 55.8051 -114.45 + 92 327.076 1178 3 0 45.9298 55.7876 -115.85 + 92 287.25 1124 2 1 44.9875 55.428 -144.45 + 92 99.7797 1176 2 0 44.9434 55.4146 -145.85 + 92 45.292 1120 1 1 44.0554 55.1077 -174.45 + 92 61.443 1119 1 1 44.05 55.1049 -174.64 + 92 128.066 1175 1 0 44.0157 55.0881 -175.85 + 92 181.966 1115 0 1 43.2128 54.7032 -204.45 + 92 152.699 1173 0 0 43.1725 54.6901 -205.85 + 92 291.629 1325 3 1 85.1076 80.275 -114.85 + 92 59.483 900 3 0 -73.0323 0.25 -116.104 + 92 132.114 1125 2 1 45.05 55.4967 -144.722 + 92 236.812 1139 3 1 48.0286 56.4844 -114.45 + 92 294.91 1182 3 0 48.0462 56.4777 -115.85 + 92 232.982 1141 2 1 48.3715 56.1131 -144.45 + 92 156.988 1179 2 0 48.3762 56.0305 -145.85 + 92 453.852 1142 1 1 48.5528 54.607 -174.45 + 92 114.12 1172 1 0 48.5797 54.5106 -175.85 + 92 118.565 1146 0 1 49.2554 52.4102 -204.45 + 92 124.131 1161 0 0 49.3667 52.3163 -205.85 + 92 182.412 1143 1 1 48.6501 54.6124 -174.473 + 92 178.15 1183 2 0 48.3574 56.6622 -145.85 + 92 124.066 1191 1 0 48.708 58.3345 -175.85 + 92 119.467 1153 0 1 50.7169 60.6018 -204.45 + 92 162.272 1203 0 0 50.7606 60.6859 -205.85 + 92 232.506 825 3 0 -114.309 -14.9911 -116.25 + 92 359.13 1140 6 1 48.1258 56.6133 -24.45 + 92 18.2353 1190 5 1 58.2063 53.3801 -54.4501 + 92 10.1644 1191 5 1 58.25 53.4 -54.4559 + 92 78.7028 1194 5 1 58.8852 53.3734 -54.4501 + 92 65.115 1195 5 1 59.0506 53.316 -54.6397 + 92 107.278 1165 5 0 59.4975 53.1659 -55.85 + 92 4.01096 1059 4 0 129.457 32.05 -86.1612 + 92 110.137 1140 5 1 48.22 56.7209 -54.45 + 92 146.805 1183 5 0 48.2241 56.73 -55.85 + 92 121.698 1140 4 1 48.1958 56.9838 -84.45 + 92 149.348 1184 4 0 48.1932 56.9929 -85.85 + 92 105.819 1138 3 1 47.8176 57.1322 -114.45 + 92 142.184 1185 3 0 47.8047 57.192 -115.85 + 92 111.251 1137 2 1 47.5669 58.4432 -144.451 + 92 259.914 1191 2 0 47.5809 58.3859 -145.85 + 92 374.331 1136 1 1 47.369 57.6457 -174.45 + 92 119.826 1188 1 0 47.3969 57.7794 -175.85 + 92 15.2985 1139 0 1 48.0484 60.4899 -204.45 + 92 121.818 1140 0 1 48.0501 60.4946 -204.504 + 92 91.8423 1202 0 0 48.0957 60.6204 -205.85 + 92 40.7253 393 5 1 -101.35 -44.2494 -54.7861 + 92 13.5128 1290 2 1 78.0609 24.0288 -144.85 + 92 35.9998 1177 10 0 47.6059 55.5122 94.15 + 92 30.1505 1138 10 1 47.7752 55.9623 95.1502 + 92 19.3389 1135 10 1 47.25 56.1611 95.4265 + 92 97.861 1140 11 1 48.05 56.3202 125.512 + 92 60.5663 1141 11 1 48.25 56.4365 125.303 + 92 66.8831 1186 11 0 49.4912 57.2855 124.15 + 92 104.227 1187 11 0 49.6308 57.4502 124.033 + 92 88.2198 1188 11 0 49.7647 57.65 123.921 +Number of digits in this event = 35 +Using G4ParticleGun ... +8.33772 LIN +e- +Event: 93 +Number of tracker hits in this event = 23 + 93 150.878 1063 8 1 32.667 141.761 35.55 + 93 111.068 1608 8 0 32.6675 141.761 34.15 + 93 113.295 1063 7 1 32.6794 141.757 5.55 + 93 116.125 1608 7 0 32.6791 141.757 4.15 + 93 138.114 1063 6 1 32.6764 141.756 -24.45 + 93 138.821 1608 6 0 32.6766 141.757 -25.85 + 93 163.334 1063 5 1 32.6803 141.774 -54.45 + 93 162.751 1608 5 0 32.6818 141.775 -55.85 + 93 134.924 1063 4 1 32.711 141.796 -84.45 + 93 132.066 1608 4 0 32.7116 141.797 -85.85 + 93 93.1697 1063 3 1 32.7171 141.817 -114.45 + 93 114.211 1608 3 0 32.7164 141.818 -115.85 + 93 111.598 1063 2 1 32.7002 141.844 -144.45 + 93 125.15 1608 2 0 32.7005 141.846 -145.85 + 93 147.493 1063 1 1 32.703 141.881 -174.45 + 93 148.096 1608 1 0 32.7044 141.884 -175.85 + 93 147.802 1063 0 1 32.7348 141.942 -204.45 + 93 137.593 1608 0 0 32.7348 141.945 -205.85 + 93 120.165 552 5 0 6.21982 -69.45 -56.1035 + 93 130.924 1506 5 1 121.381 67.9491 -54.85 + 93 84.0053 694 0 1 -41.05 139.909 -204.722 + 93 167.129 1607 5 0 32.6821 141.75 -56.1425 + 93 20.6189 1140 0 1 48.05 133.175 -204.659 +Number of digits in this event = 17 +Using G4ParticleGun ... +5.59011 LIN +e- +Event: 94 +Number of tracker hits in this event = 84 + 94 240.842 766 11 1 -26.6626 37.2985 125.55 + 94 88.0346 1086 11 0 -26.6622 37.2981 124.15 + 94 222.676 766 10 1 -26.658 37.2859 95.55 + 94 196.533 1086 10 0 -26.6588 37.2852 94.15 + 94 127.448 766 9 1 -26.6746 37.274 65.55 + 94 113.772 1086 9 0 -26.6768 37.2736 64.15 + 94 249.273 766 8 1 -26.7169 37.2682 35.55 + 94 121.731 1086 8 0 -26.7175 37.2683 34.15 + 94 104.426 766 7 1 -26.7294 37.2695 5.55 + 94 116.663 1086 7 0 -26.73 37.2704 4.15 + 94 128.485 766 6 1 -26.741 37.2868 -24.45 + 94 117.681 1086 6 0 -26.7415 37.2868 -25.85 + 94 420.632 766 5 1 -26.7556 37.2877 -54.45 + 94 394.958 1086 5 0 -26.7573 37.2868 -55.85 + 94 121.087 766 4 1 -26.7888 37.272 -84.45 + 94 147.565 1086 4 0 -26.7904 37.2881 -85.85 + 94 120.605 766 3 1 -26.7585 37.6621 -114.45 + 94 131.777 1088 3 0 -26.7579 37.7168 -115.85 + 94 113.553 766 2 1 -26.7775 38.9034 -144.45 + 94 135.558 1094 2 0 -26.7742 38.9474 -145.85 + 94 149.941 766 1 1 -26.7871 39.6609 -174.45 + 94 160.924 1098 1 0 -26.7947 39.7528 -175.85 + 94 134.575 764 0 1 -27.144 41.9576 -204.45 + 94 106.065 1110 0 0 -27.1716 42.0621 -205.85 + 94 120.491 1112 0 0 -28.2631 42.5708 -205.85 + 94 16.6668 1113 0 0 -28.3814 42.65 -206.216 + 94 52.4254 1382 0 0 -13.7313 96.5917 -206.25 + 94 307.816 1383 0 0 -13.6651 96.75 -206.175 + 94 152.191 1384 0 0 -13.1772 96.95 -205.921 + 94 9.28602 1087 5 0 -27.2766 37.45 -56.218 + 94 142.104 710 4 1 -37.9131 41.5401 -84.4502 + 94 11.5949 1113 4 0 -37.9224 42.8215 -85.85 + 94 84.2592 1114 4 0 -37.9234 42.8504 -85.88 + 94 88.7801 1115 4 0 -37.9403 43.05 -86.0765 + 94 108.513 689 3 1 -42.1382 79.5963 -114.45 + 94 134.181 688 3 1 -42.2505 79.7908 -114.632 + 94 58.4827 1306 3 0 -43.2285 81.3235 -115.85 + 94 90.7095 1307 3 0 -43.302 81.4502 -115.942 + 94 75.5008 1308 3 0 -43.4263 81.65 -116.073 + 94 28.7682 1309 3 0 -43.5427 81.85 -116.188 + 94 81.2636 1740 3 0 -72.7724 168.162 -116.25 + 94 127.082 1741 3 0 -72.7136 168.35 -116.05 + 94 107.004 537 3 1 -72.6439 169.514 -114.85 + 94 43.3349 536 3 1 -72.65 169.787 -114.569 + 94 68.3708 1628 4 0 -90.5367 145.923 -86.25 + 94 62.8614 1627 4 0 -90.6317 145.75 -86.1168 + 94 59.5341 1626 4 0 -90.7264 145.55 -85.9996 + 94 127.206 1625 4 0 -90.8031 145.35 -85.9378 + 94 25.7714 1624 4 0 -90.8351 145.15 -85.8615 + 94 200.347 448 4 1 -90.5037 142.868 -84.85 + 94 72.4292 447 4 1 -90.55 142.427 -84.5442 + 94 115.192 446 4 1 -90.7503 142.377 -84.5335 + 94 139.629 1613 4 0 -91.1119 142.909 -85.85 + 94 16.1232 1612 4 0 -91.3161 142.75 -86.2304 + 94 141.671 959 6 1 11.85 -30.9713 -24.5325 + 94 95.3789 768 4 1 -26.3132 37.6207 -84.45 + 94 126.848 1088 4 0 -26.2794 37.6792 -85.85 + 94 139.236 771 3 1 -25.7875 38.8064 -114.45 + 94 106.925 1094 3 0 -25.8551 38.9645 -115.85 + 94 127.66 761 2 1 -27.6608 42.0899 -144.451 + 94 131.854 1110 2 0 -27.8248 42.2227 -145.85 + 94 51.6227 1111 2 0 -27.8568 42.25 -146.115 + 94 136.569 743 1 1 -31.3752 45.2942 -174.45 + 94 4.44986 742 1 1 -31.45 45.3391 -174.828 + 94 233.915 1127 1 0 -31.6555 45.456 -175.85 + 94 187.503 712 0 1 -37.4698 49.4343 -204.45 + 94 100.725 1146 0 0 -37.668 49.3745 -205.85 + 94 289.68 767 1 1 -26.6403 37.1436 -174.45 + 94 406.705 1085 1 0 -26.6253 37.1619 -175.85 + 94 135.017 768 0 1 -26.2829 37.3314 -204.45 + 94 7.18908 769 0 1 -26.25 37.3124 -204.831 + 94 273.575 1086 0 0 -26.1609 37.2679 -205.851 + 94 2.37092 1085 0 0 -26.1267 37.25 -206.243 + 94 170.229 777 0 1 -24.6432 37.7512 -204.45 + 94 155.845 1087 0 0 -24.5507 37.53 -205.85 + 94 31.4284 349 5 1 -110.15 143.441 -54.5474 + 94 41.1899 1086 1 0 -26.5615 37.25 -176.188 + 94 139.521 1350 1 0 57.3717 90.21 -176.25 + 94 210.857 1090 0 0 -25.5323 38.1566 -205.85 + 94 48.8618 1075 11 0 -26.4614 35.1791 124.15 + 94 79.6674 1074 11 0 -26.3993 35.05 124.064 + 94 47.03 1073 11 0 -26.2803 34.8499 124.054 + 94 174.135 769 11 1 -26.1563 34.6726 125.15 + 94 167.017 1065 11 0 -24.6466 33.1733 124.15 +Number of digits in this event = 46 +Using G4ParticleGun ... +9.29611 LIN +e- +Event: 95 +Number of tracker hits in this event = 70 + 95 99.9975 880 11 1 -3.94702 -31.9751 125.55 + 95 129.257 740 11 0 -3.94688 -31.9754 124.15 + 95 118.788 880 10 1 -3.95246 -31.9621 95.55 + 95 126.872 740 10 0 -3.95459 -31.9598 94.15 + 95 136.431 880 9 1 -4.01745 -31.9179 65.55 + 95 104.837 740 9 0 -4.02191 -31.9139 64.15 + 95 225.478 879 8 1 -4.10114 -31.8349 35.55 + 95 99.7017 741 8 0 -4.10238 -31.8299 34.15 + 95 104.398 878 7 1 -4.36808 -31.9833 5.55 + 95 138.897 740 7 0 -4.38805 -31.9925 4.15 + 95 117.801 876 6 1 -4.80462 -32.1754 -24.45 + 95 183.078 739 6 0 -4.83009 -32.1849 -25.85 + 95 115.242 873 5 1 -5.39397 -32.3663 -54.45 + 95 106.997 738 5 0 -5.42636 -32.3699 -55.85 + 95 109.927 869 4 1 -6.08017 -32.4575 -84.45 + 95 103.886 737 4 0 -6.10718 -32.4589 -85.85 + 95 123.548 866 3 1 -6.67264 -32.5328 -114.45 + 95 133.995 737 3 0 -6.70405 -32.5536 -115.85 + 95 150.816 863 2 1 -7.39556 -32.9638 -144.45 + 95 100.126 735 2 0 -7.44291 -32.994 -145.85 + 95 428.481 857 1 1 -8.46985 -33.6718 -174.45 + 95 174.64 731 1 0 -8.5372 -33.6954 -175.85 + 95 109.783 850 0 1 -9.88256 -34.2516 -204.45 + 95 129.414 728 0 0 -9.95166 -34.2781 -205.85 + 95 62.7761 733 1 0 -8.6986 -33.2959 -175.85 + 95 410.456 734 1 0 -8.7323 -33.2499 -176.035 + 95 53.7852 819 0 1 -16.1669 -25.8291 -204.45 + 95 92.7078 818 0 1 -16.25 -25.726 -204.517 + 95 99.8243 817 0 1 -16.45 -25.4746 -204.695 + 95 31.5408 816 0 1 -16.65 -25.2013 -204.831 + 95 5.17943 783 0 0 -18.0098 -23.2655 -205.85 + 95 208.698 784 0 0 -18.0207 -23.25 -205.858 + 95 73.4544 785 0 0 -18.1647 -23.05 -205.974 + 95 70.9228 786 0 0 -18.3049 -22.85 -206.092 + 95 9.17891 787 0 0 -18.4931 -22.65 -206.231 + 95 41.9963 985 0 0 -39.2715 17.1571 -206.25 + 95 87.1636 986 0 0 -39.2597 17.25 -206.164 + 95 126.662 987 0 0 -39.254 17.45 -206.021 + 95 17.3268 988 0 0 -39.2914 17.65 -205.89 + 95 140.55 701 0 1 -39.6645 18.7985 -204.85 + 95 63.1645 700 0 1 -39.85 19.1154 -204.516 + 95 85.335 699 0 1 -40.05 19.3886 -204.455 + 95 79.3053 698 0 1 -40.2506 19.3439 -204.499 + 95 144.408 697 0 1 -40.4501 19.2314 -204.556 + 95 28.0562 696 0 1 -40.65 19.1187 -204.736 + 95 65.5065 996 0 0 -41.0847 19.4218 -205.85 + 95 103.148 997 0 0 -41.1257 19.4501 -205.928 + 95 101.799 732 1 0 -8.67906 -33.6371 -175.85 + 95 124.031 831 0 1 -13.7309 -33.1866 -204.45 + 95 137.721 736 0 0 -14.0499 -32.8495 -205.85 + 95 352.314 863 1 1 -7.38433 -33.0952 -174.45 + 95 287.909 860 0 1 -7.94339 -33.1131 -204.45 + 95 134.488 734 0 0 -7.98703 -33.1174 -205.85 + 95 325.544 733 0 0 -7.95241 -33.281 -205.85 + 95 30.4764 732 0 0 -7.98365 -33.4502 -205.909 + 95 197.977 854 0 1 -9.07666 -33.0876 -204.85 + 95 90.2193 875 6 1 -4.85 -32.1992 -24.4636 + 95 49.8631 874 6 1 -5.05 -32.2807 -24.7769 + 95 205.828 737 6 0 -5.80091 -32.5134 -25.8505 + 95 389.632 760 5 1 -27.9239 -39.4012 -54.4501 + 95 67.5931 718 5 0 -27.1713 -36.347 -55.8501 + 95 19.5337 719 5 0 -27.1464 -36.2494 -55.8624 + 95 26.1315 771 5 1 -25.6983 -31.4927 -54.85 + 95 56.9639 772 5 1 -25.65 -31.4318 -54.839 + 95 65.3843 752 5 0 -25.7021 -29.6233 -55.85 + 95 222.984 751 5 0 -25.5884 -29.65 -55.9417 + 95 209.225 750 5 0 -25.1418 -29.85 -56.0885 + 95 69.57 749 5 0 -24.9426 -30.05 -56.0993 + 95 86.1853 748 5 0 -24.9092 -30.2504 -56.2093 + 95 29.0263 747 5 0 -24.8451 -30.45 -56.2235 +Number of digits in this event = 31 +Using G4ParticleGun ... +1.40124 LIN +e- +Event: 96 +Number of tracker hits in this event = 74 + 96 135.842 974 11 1 14.9392 -26.3992 125.55 + 96 137.625 768 11 0 14.9416 -26.3995 124.15 + 96 96.0068 974 10 1 14.9815 -26.4049 95.55 + 96 128.269 768 10 0 14.9901 -26.4068 94.15 + 96 109.79 975 9 1 15.1551 -26.4565 65.55 + 96 148.386 767 9 0 15.1619 -26.4561 64.15 + 96 268.277 976 8 1 15.2994 -26.4312 35.55 + 96 226.998 768 8 0 15.3125 -26.4337 34.15 + 96 133.51 977 7 1 15.5632 -26.5021 5.55 + 96 90.4188 767 7 0 15.57 -26.5013 4.15 + 96 104.968 978 6 1 15.7066 -26.4596 -24.45 + 96 276.723 767 6 0 15.7106 -26.4697 -25.85 + 96 161.757 978 5 1 15.8239 -26.6172 -54.45 + 96 138.517 767 5 0 15.8219 -26.6321 -55.85 + 96 105.181 978 4 1 15.8138 -26.8859 -84.45 + 96 102.927 765 4 0 15.7965 -26.8986 -85.85 + 96 114.312 977 3 1 15.4878 -27.1545 -114.45 + 96 138.304 764 3 0 15.452 -27.1741 -115.85 + 96 117.103 973 2 1 14.8324 -27.5159 -144.45 + 96 139.851 762 2 0 14.8286 -27.5408 -145.85 + 96 122.296 973 1 1 14.6978 -28.0125 -174.45 + 96 487.89 760 1 0 14.681 -28.0271 -175.85 + 96 145.523 971 0 1 14.2845 -28.3914 -204.45 + 96 120.997 758 0 0 14.3465 -28.4013 -205.85 + 96 89.0507 972 1 1 14.4613 -27.4265 -174.749 + 96 167.545 755 1 0 16.3909 -28.8624 -175.85 + 96 80.3126 754 1 0 16.6403 -29.0501 -175.946 + 96 251.541 753 1 0 16.7827 -29.25 -175.931 + 96 40.341 752 1 0 17.1616 -29.45 -175.931 + 96 119.7 996 1 1 19.3634 -26.861 -174.849 + 96 118.541 995 1 1 19.25 -26.7523 -174.746 + 96 103.924 758 1 0 3.95749 -28.4176 -175.85 + 96 59.1304 762 1 0 14.7669 -27.5758 -175.851 + 96 69.8328 761 1 0 14.8509 -27.65 -175.955 + 96 237.153 759 1 0 15.2946 -28.05 -176.021 + 96 39.7297 980 1 1 16.2257 -26.9019 -174.85 + 96 15.9617 774 1 0 15.5514 -25.085 -175.85 + 96 19.2644 775 1 0 15.54 -25.05 -175.861 + 96 5.46333 960 1 1 12.0649 -23.4999 -174.85 + 96 18.6289 959 1 1 12.05 -23.4958 -174.845 + 96 102.293 776 1 0 10.1907 -24.6818 -175.85 + 96 91.6132 954 1 1 10.9777 -24.6792 -174.85 + 96 11.7316 715 1 0 -13.0103 -37.0197 -176.25 + 96 34.0821 539 1 0 -35.6767 -72.1584 -176.25 + 96 52.1607 977 5 1 15.6498 -26.6379 -54.5357 + 96 55.0451 976 5 1 15.45 -26.5664 -54.6371 + 96 74.9632 975 5 1 15.25 -26.5122 -54.7364 + 96 3.76711 974 5 1 15.0496 -26.4902 -54.8423 + 96 224.439 769 5 0 12.9234 -26.1515 -55.85 + 96 159.751 738 5 0 -31.6303 -32.3487 -56.25 + 96 11.9481 737 5 0 -31.9292 -32.45 -55.8925 + 96 48.6384 736 5 1 -32.7451 -32.988 -54.85 + 96 99.8937 735 5 1 -32.85 -33.0498 -54.7041 + 96 40.6049 768 6 0 15.736 -26.4498 -25.9865 + 96 260.08 982 2 1 16.5098 -26.0052 -144.45 + 96 260.687 770 2 0 16.5191 -26.0144 -145.85 + 96 284.058 983 1 1 16.7114 -26.2854 -174.45 + 96 219.958 768 1 0 16.7508 -26.2807 -175.85 + 96 119.354 988 0 1 17.7004 -26.1657 -204.45 + 96 99.6035 769 0 0 17.7331 -26.1324 -205.85 + 96 25.3332 788 6 0 24.6431 -22.3687 -26.25 + 96 61.3144 770 1 0 16.848 -25.8528 -175.85 + 96 39.4862 771 1 0 16.8486 -25.85 -176.065 + 96 116.885 984 0 1 16.9342 -25.494 -204.45 + 96 152.87 772 0 0 16.9461 -25.4988 -205.85 + 96 165.243 614 4 0 29.7868 -57.1441 -86.25 + 96 125.196 613 4 0 29.8843 -57.2504 -85.9731 + 96 145.671 1060 4 1 32.1374 -55.7104 -84.85 + 96 20.3992 1059 4 1 32.05 -55.5336 -84.7421 + 96 122.603 625 4 0 32.5506 -54.9198 -85.8502 + 96 95.3529 1063 4 1 32.8105 -54.6921 -84.85 + 96 196.313 116 2 0 69.4854 -156.75 -145.988 + 96 15.2561 115 2 0 69.5081 -156.95 -145.996 + 96 24.9704 654 8 0 -103.174 -49.0646 33.7501 +Number of digits in this event = 34 +Using G4ParticleGun ... +9.92722 LIN +e- +Event: 97 +Number of tracker hits in this event = 66 + 97 252.308 1292 9 1 78.5727 -109.666 65.55 + 97 113.929 352 9 0 78.5728 -109.666 64.15 + 97 146.496 1292 8 1 78.5814 -109.654 35.55 + 97 137.501 352 8 0 78.5811 -109.654 34.15 + 97 144.752 1292 7 1 78.5775 -109.655 5.55 + 97 123.716 352 7 0 78.5774 -109.656 4.15 + 97 126.389 1292 6 1 78.5804 -109.672 -24.45 + 97 109.554 352 6 0 78.5813 -109.673 -25.85 + 97 111.827 1292 5 1 78.5997 -109.702 -54.45 + 97 329.756 352 5 0 78.5984 -109.704 -55.85 + 97 118.503 1292 4 1 78.5641 -109.739 -84.45 + 97 138.835 352 4 0 78.5649 -109.74 -85.85 + 97 422.223 1292 3 1 78.5866 -109.729 -114.45 + 97 528.784 352 3 0 78.5846 -109.73 -115.85 + 97 126.864 1292 2 1 78.5387 -109.723 -144.45 + 97 210.038 352 2 0 78.5378 -109.723 -145.85 + 97 105.078 1292 1 1 78.5289 -109.713 -174.45 + 97 187.764 352 1 0 78.5283 -109.711 -175.85 + 97 143.852 1292 0 1 78.5183 -109.673 -204.45 + 97 146.794 352 0 0 78.5175 -109.672 -205.85 + 97 2.38564 1682 12 0 56.835 156.55 153.757 + 97 81.4509 1683 12 0 56.8263 156.75 154.09 + 97 53.1201 684 13 1 -43.05 66.6404 185.329 + 97 139.752 685 13 1 -43.05 66.7305 185.443 + 97 221.751 683 13 1 -43.2502 66.7553 185.439 + 97 144.933 682 13 1 -43.45 66.7307 185.471 + 97 199.496 351 2 0 78.5167 -109.75 -145.975 + 97 101.967 1291 3 1 78.45 -109.939 -114.648 + 97 45.949 1290 3 1 78.25 -110.132 -114.79 + 97 78.5823 343 3 0 75.6633 -111.451 -115.85 + 97 176.082 342 3 0 75.4447 -111.55 -115.893 + 97 95.1333 341 3 0 75.0259 -111.75 -116.041 + 97 29.2677 174 3 0 27.9393 -145.296 -116.25 + 97 114.891 173 3 0 27.9077 -145.35 -116.175 + 97 105.395 1039 3 1 27.9228 -146.084 -114.85 + 97 136.506 351 5 0 78.5754 -109.75 -56.0673 + 97 110.644 1282 2 1 76.6276 -109.289 -144.451 + 97 129.523 354 2 0 76.6021 -109.314 -145.85 + 97 227.318 1279 1 1 76.0208 -109.872 -174.45 + 97 147.997 351 1 0 75.9643 -109.837 -175.85 + 97 108.054 1274 0 1 74.9125 -109.046 -204.451 + 97 90.7254 355 0 0 74.8774 -108.968 -205.85 + 97 27.8574 356 0 0 74.8681 -108.95 -206.18 + 97 140.721 1272 0 1 74.552 -106.584 -204.451 + 97 27.0808 371 0 0 74.4261 -105.796 -205.85 + 97 69.0881 372 0 0 74.4238 -105.75 -205.946 + 97 60.5655 487 0 0 82.2238 -82.6314 -206.25 + 97 82.9411 488 0 0 82.2676 -82.45 -206.147 + 97 173.786 489 0 0 82.3399 -82.25 -206.086 + 97 25.8475 1317 0 1 83.593 -82.022 -204.85 + 97 63.2923 1318 0 1 83.65 -82.0072 -204.79 + 97 149.593 1319 0 1 83.85 -81.9853 -204.748 + 97 90.8498 1320 0 1 84.05 -81.9817 -204.718 + 97 49.2015 485 0 0 85.0316 -82.96 -205.85 + 97 12.8675 484 0 0 85.0858 -83.05 -205.877 + 97 134.731 1324 0 1 85.0301 -83.3709 -204.85 + 97 172.152 477 0 0 96.0926 -84.4746 -206.25 + 97 121.371 1290 2 1 78.2034 -109.619 -144.45 + 97 114.195 353 2 0 78.2809 -109.55 -146.04 + 97 236.748 1297 1 1 79.498 -108.356 -174.45 + 97 143.104 359 1 0 79.5471 -108.27 -175.85 + 97 139.769 1301 0 1 80.3934 -106.502 -204.45 + 97 147.257 369 0 0 80.455 -106.33 -205.85 + 97 78.8776 345 9 0 78.119 -110.963 64.15 + 97 44.1945 344 9 0 78.2057 -111.15 64.0979 + 97 269.839 1294 9 1 78.9143 -112.065 65.15 +Number of digits in this event = 39 +Using G4ParticleGun ... +9.71089 LIN +e- +Event: 98 +Number of tracker hits in this event = 93 + 98 196.033 987 10 1 17.5587 104.501 95.55 + 98 111.052 1421 10 0 17.5588 104.5 94.15 + 98 99.1306 987 9 1 17.5633 104.482 65.55 + 98 117.27 1421 9 0 17.5639 104.482 64.15 + 98 265.703 987 8 1 17.5773 104.481 35.55 + 98 216.795 1421 8 0 17.5782 104.481 34.15 + 98 116.808 987 7 1 17.5982 104.477 5.55 + 98 116.561 1421 7 0 17.5992 104.478 4.15 + 98 167.608 987 6 1 17.6223 104.48 -24.45 + 98 127.894 1421 6 0 17.6236 104.481 -25.85 + 98 97.4681 988 5 1 17.6512 104.491 -54.45 + 98 454.746 1421 5 0 17.6549 104.489 -55.85 + 98 234.102 988 4 1 17.7107 104.448 -84.45 + 98 252.034 1421 4 0 17.7192 104.442 -85.85 + 98 318.564 989 3 1 17.9029 104.333 -114.45 + 98 96.1416 1420 3 0 17.9146 104.331 -115.85 + 98 125.132 990 2 1 18.1538 104.333 -144.45 + 98 107.909 1420 2 0 18.1628 104.336 -145.85 + 98 121.793 991 1 1 18.3288 104.444 -174.45 + 98 125.585 1421 1 0 18.3382 104.441 -175.85 + 98 160.223 992 0 1 18.5239 104.387 -204.45 + 98 195.97 1421 0 0 18.5337 104.392 -205.85 + 98 75.0638 1444 4 0 10.3989 108.983 -86.25 + 98 83.7851 958 4 1 11.6895 108.67 -84.85 + 98 155.204 959 4 1 11.85 108.513 -84.7245 + 98 49.6416 960 4 1 12.05 108.333 -84.5598 + 98 69.1323 1494 5 0 3.30499 119.025 -56.2498 + 98 242.756 1495 5 0 3.13551 119.15 -56.1421 + 98 194.431 1496 5 0 2.85214 119.35 -56.1938 + 98 82.4943 1644 5 0 -65.4563 149.015 -56.25 + 98 107.216 1645 5 0 -65.3878 149.15 -56.109 + 98 192.38 1646 5 0 -65.2913 149.35 -55.9314 + 98 9.25358 1647 5 0 -64.8171 149.55 -56.2381 + 98 65.7608 1602 5 0 7.34328 140.742 -56.2499 + 98 300.443 1603 5 0 7.40561 140.75 -56.144 + 98 62.6975 1422 5 0 17.648 104.55 -55.9614 + 98 204.439 854 8 1 -9.13153 -35.4697 35.55 + 98 49.987 671 3 1 -45.6697 43.7865 -114.85 + 98 17.382 920 0 0 -96.0901 4.25 -205.89 + 98 4.07192 415 0 1 -97.1406 2.98348 -204.85 + 98 81.8783 414 0 1 -97.1502 2.97373 -204.842 + 98 80.4124 413 0 1 -97.35 2.81815 -204.743 + 98 53.5785 412 0 1 -97.5501 2.7328 -204.606 + 98 71.1768 411 0 1 -97.75 2.66635 -204.55 + 98 69.2927 410 0 1 -97.95 2.62134 -204.589 + 98 149.575 409 0 1 -98.15 2.64456 -204.662 + 98 73.1816 408 0 1 -98.35 2.65389 -204.71 + 98 290.175 914 0 0 -98.9996 2.95132 -205.85 + 98 52.8405 907 3 0 -129.49 1.59693 -116.25 + 98 203.926 908 3 0 -129.548 1.65 -116.164 + 98 139.101 1523 0 0 -47.2248 124.75 -205.981 + 98 58.116 1657 1 0 -53.1863 151.564 -176.25 + 98 298.547 987 5 1 17.6459 104.485 -54.45 + 98 145.675 1421 3 0 17.8722 104.439 -115.85 + 98 121.474 989 2 1 17.955 104.715 -144.45 + 98 29.1909 1422 2 0 17.9873 104.747 -145.85 + 98 79.3027 1423 2 0 17.9903 104.75 -145.966 + 98 171.271 993 1 1 18.7185 105.493 -174.45 + 98 187.85 1426 1 0 18.7271 105.547 -175.85 + 98 112.928 1427 1 0 18.7275 105.55 -175.926 + 98 113.75 995 0 1 19.0519 106.695 -204.45 + 98 123.482 1433 0 0 19.075 106.771 -205.85 + 98 138.567 987 4 1 17.5759 104.689 -84.45 + 98 130.719 1422 4 0 17.5786 104.705 -85.85 + 98 149.407 987 3 1 17.5828 104.997 -114.45 + 98 128.352 1424 3 0 17.5825 105.007 -115.85 + 98 137.453 987 2 1 17.5855 105.214 -144.45 + 98 131.675 1425 2 0 17.5827 105.222 -145.85 + 98 197.816 987 1 1 17.5464 105.362 -174.45 + 98 106.869 986 0 1 17.445 105.365 -204.45 + 98 190.337 1426 0 0 17.4304 105.352 -205.85 + 98 80.7894 1425 0 0 17.4287 105.35 -206.007 + 98 33.1613 1427 0 0 17.5106 105.558 -206.149 + 98 97.3597 989 0 1 17.8724 107.407 -204.85 + 98 234.211 988 0 1 17.85 107.585 -204.802 + 98 177.258 1501 0 0 9.57288 120.404 -206.25 + 98 141.267 1502 0 0 9.36434 120.55 -205.999 + 98 189.053 1503 0 0 9.06403 120.75 -205.937 + 98 93.1947 943 0 1 8.76062 121.852 -204.85 + 98 8.12125 942 0 1 8.64929 121.628 -204.835 + 98 53.4347 1505 0 0 7.32054 121.259 -205.85 + 98 107.458 1504 0 0 7.16994 121.15 -205.94 + 98 255.672 1544 1 0 31.022 129.015 -176.25 + 98 20.724 1059 1 1 31.9275 129.24 -174.85 + 98 22.2015 988 8 1 17.65 104.549 35.2119 + 98 186.261 988 1 1 17.692 104.338 -174.45 + 98 199.889 1420 1 0 17.7564 104.172 -175.85 + 98 231.37 1419 1 0 17.7713 104.15 -176.028 + 98 105.285 1002 0 1 20.5215 101.087 -204.45 + 98 46.9907 1003 0 1 20.65 101.086 -204.715 + 98 129.015 1404 0 0 21.1449 101.063 -205.851 + 98 80.3395 986 1 1 17.45 104.136 -174.651 + 98 34.3574 985 1 1 17.25 104.07 -174.78 +Number of digits in this event = 50 +Using G4ParticleGun ... +6.05285 LIN e- Event: 99 -Number of tracker hits in this event = 122 - 99 144.323 1110 11 1 42.0662 -16.732 125.55 - 99 99.5754 816 11 0 42.0647 -16.7389 124.15 - 99 108.845 1110 10 1 42.0527 -16.9213 95.55 - 99 198.52 815 10 0 42.0485 -16.9285 94.15 - 99 130.073 1109 9 1 41.9236 -16.9834 65.55 - 99 125.071 815 9 0 41.9158 -16.9866 64.15 - 99 239.209 1108 8 1 41.7659 -17.0515 35.55 - 99 252.544 814 8 0 41.7574 -17.0556 34.15 - 99 245.451 1107 7 1 41.5996 -17.1598 5.55 - 99 114.655 814 7 0 41.5925 -17.1668 4.15 - 99 126.522 1107 6 1 41.4575 -17.3055 -24.45 - 99 103.203 813 6 0 41.4475 -17.3164 -25.85 - 99 169.667 1105 5 1 41.2212 -17.536 -54.45 - 99 111.571 812 5 0 41.2125 -17.5471 -55.85 - 99 106.318 1104 4 1 41.0265 -17.7622 -84.45 - 99 90.637 811 4 0 41.0099 -17.759 -85.85 - 99 243.885 1103 3 1 40.682 -17.6726 -114.45 - 99 166.188 811 3 0 40.6659 -17.664 -115.85 - 99 143.267 1101 2 1 40.2879 -17.6301 -144.45 - 99 140.172 811 2 0 40.3001 -17.6537 -145.85 - 99 123.874 1102 1 1 40.5571 -18.1227 -174.45 - 99 144.324 809 1 0 40.5297 -18.1201 -175.85 - 99 123.803 1099 0 1 39.981 -18.0795 -204.45 - 99 116.288 809 0 0 39.9609 -18.0693 -205.85 - 99 388.999 1512 5 1 122.55 122.774 -54.7614 - 99 103.324 1191 4 0 147.463 58.2632 -86.25 - 99 37.1451 1432 1 0 125.379 106.574 -176.25 - 99 231.104 1431 1 0 125.448 106.55 -176.194 - 99 11.4453 1433 2 0 100.197 106.75 -146.022 - 99 287.185 999 0 1 20.0252 -22.0448 -204.85 - 99 18.6276 998 0 1 19.85 -22.1066 -204.566 - 99 69.26 907 1 0 70.9424 1.51306 -176.25 - 99 35.3944 906 1 0 71.0158 1.45 -175.937 - 99 264.133 1257 1 1 71.492 0.494884 -174.85 - 99 20.0539 818 8 0 41.7432 -16.2887 34.1497 - 99 100.199 819 8 0 41.7421 -16.25 34.0819 - 99 25.8962 449 8 0 112.675 -90.1992 33.75 - 99 39.4301 814 10 0 42.0362 -17.05 93.8746 - 99 271.527 1112 9 1 42.4863 -32.4163 65.5499 - 99 255.809 748 9 0 42.5397 -30.389 64.15 - 99 64.1233 749 9 0 42.5316 -30.25 64.0583 - 99 72.3205 750 9 0 42.5157 -30.05 63.9293 - 99 18.6397 751 9 0 42.5064 -29.85 63.7799 - 99 75.3729 827 9 0 47.9596 -14.4788 63.7513 - 99 112.656 826 9 0 48.0029 -14.65 63.9496 - 99 223.049 1142 9 1 48.4666 -15.7564 65.15 - 99 195.558 1143 9 1 48.6502 -16.1995 65.3531 - 99 75.7135 807 9 0 49.2777 -18.4609 64.15 - 99 143.635 806 9 0 49.3564 -18.65 64.0415 - 99 60.7061 805 9 0 49.5218 -18.85 63.8836 - 99 139.564 1321 8 1 84.3322 -40.2236 35.55 - 99 56.1249 692 8 0 84.5182 -41.5233 34.15 - 99 92.4739 691 8 0 84.5153 -41.65 33.9947 - 99 1.93745 464 8 0 110.707 -87.2428 33.75 - 99 95.3187 463 8 0 110.712 -87.25 33.7558 - 99 65.3232 462 8 0 110.811 -87.4502 33.9415 - 99 73.0437 461 8 0 110.894 -87.65 34.0623 - 99 13.9331 1469 8 1 114.132 -88.4407 35.1502 - 99 70.5516 1470 8 1 114.15 -88.4452 35.1564 - 99 51.7984 1471 8 1 114.35 -88.55 35.1841 - 99 68.8929 1472 8 1 114.55 -88.6454 35.185 - 99 0.442297 1473 8 1 114.75 -88.7323 35.1512 - 99 162.655 455 8 0 116.361 -88.9416 34.15 - 99 9.25539 1145 9 1 49.0568 -18.6143 65.1501 - 99 259.148 1144 9 1 49.05 -18.6091 65.1664 - 99 10.5471 825 9 0 48.0478 -14.85 64.1336 - 99 108.225 1139 9 1 47.9993 -15.5035 65.15 - 99 222.25 1109 8 1 41.9884 -17.2725 35.4673 - 99 178.011 813 8 0 41.9875 -17.2786 34.15 - 99 113.733 1110 7 1 42.1489 -17.3339 5.55 - 99 109.879 813 7 0 42.1478 -17.315 4.15 - 99 171.744 1108 6 1 41.7448 -16.7155 -24.45 - 99 110.48 816 6 0 41.7329 -16.6901 -25.85 - 99 105.562 1109 5 1 41.8739 -15.9556 -54.45 - 99 156.23 820 5 0 41.8916 -15.9414 -55.85 - 99 167.075 1110 4 1 42.1499 -15.7162 -84.45 - 99 109.873 821 4 0 42.1443 -15.6854 -85.85 - 99 118.889 1108 3 1 41.6531 -14.9724 -114.45 - 99 121.845 825 3 0 41.6448 -15.0264 -115.85 - 99 99.8236 1107 2 1 41.474 -16.1528 -144.45 - 99 123.468 818 2 0 41.5196 -16.2837 -145.85 - 99 33.9275 1110 1 1 42.2434 -18.8164 -174.45 - 99 102.003 1111 1 1 42.25 -18.8221 -174.511 - 99 246.151 805 1 0 42.4124 -18.956 -175.85 - 99 29.8705 1129 0 1 46.0353 -21.8835 -204.45 - 99 86.5506 1130 0 1 46.05 -21.8919 -204.546 - 99 107.249 790 0 0 46.2574 -22.0059 -205.85 - 99 24.791 804 1 0 42.4813 -19.05 -176.065 - 99 123.948 522 3 0 2.93853 -75.5754 -116.25 - 99 121.135 825 7 0 41.5144 -14.9538 4.15 - 99 98.8321 1104 6 1 40.9319 -12.4198 -24.45 - 99 99.5421 839 6 0 40.8238 -12.1751 -25.85 - 99 79.9169 1089 5 1 37.8955 -7.57051 -54.45 - 99 83.3772 1088 5 1 37.85 -7.54069 -54.6379 - 99 119.444 863 5 0 37.5131 -7.34975 -55.85 - 99 166.656 1045 4 1 29.2107 -2.86013 -84.45 - 99 92.6921 887 4 0 28.8843 -2.52547 -85.85 - 99 29.6915 888 4 0 28.8212 -2.45 -86.1479 - 99 122.362 1020 3 1 24.21 4.83811 -114.45 - 99 178.246 924 3 0 24.1617 5.02158 -115.85 - 99 44.0413 925 3 0 24.1525 5.05004 -116.07 - 99 114.088 1013 2 1 22.7603 8.64929 -144.45 - 99 23.5996 943 2 0 22.8339 8.83804 -145.85 - 99 81.7303 944 2 0 22.8391 8.85006 -145.943 - 99 88.2903 1022 1 1 24.5263 12.5481 -174.45 - 99 38.6645 1023 1 1 24.65 12.6566 -174.685 - 99 6.51473 965 1 0 25.2687 13.242 -175.85 - 99 131.722 966 1 0 25.2772 13.25 -175.866 - 99 9.06829 967 1 0 25.4822 13.45 -176.229 - 99 88.2811 1113 0 1 42.6551 30.8336 -204.45 - 99 76.6937 1114 0 1 42.85 30.9472 -204.628 - 99 96.7753 1115 0 1 43.05 31.0639 -204.792 - 99 16.0492 1058 0 0 44.3627 31.8285 -205.85 - 99 206.324 1059 0 0 44.4 31.85 -205.88 - 99 41.3344 1060 0 0 44.7412 32.05 -206.172 - 99 93.3268 684 1 0 45.0532 -43.0979 -176.25 - 99 165.233 685 1 0 45.1378 -43.05 -176.024 - 99 139.883 686 1 0 45.2144 -42.85 -176.022 - 99 222.743 971 3 0 9.2499 14.4477 -116.25 - 99 152.509 945 3 1 9.15164 14.3952 -114.85 - 99 85.7827 946 3 1 9.25006 14.4226 -114.568 - 99 45.2269 954 1 0 21.1045 10.9302 -175.85 -Number of digits in this event = 50 +Number of tracker hits in this event = 116 + 99 118.471 1358 10 1 91.8638 -32.1807 95.55 + 99 114.136 739 10 0 91.8617 -32.1787 94.15 + 99 249.35 1358 9 1 91.8142 -32.1425 65.55 + 99 116.505 739 9 0 91.8114 -32.1391 64.15 + 99 111.857 1358 8 1 91.7561 -32.0721 35.55 + 99 117.926 739 8 0 91.7542 -32.0681 34.15 + 99 125.586 1357 7 1 91.7115 -31.9837 5.55 + 99 123.705 740 7 0 91.7108 -31.98 4.15 + 99 106.151 1357 6 1 91.7018 -31.9046 -24.45 + 99 184.692 740 6 0 91.7022 -31.9009 -25.85 + 99 407.44 1357 5 1 91.7091 -31.8283 -54.45 + 99 242.757 741 5 0 91.7107 -31.8229 -55.85 + 99 160.681 1357 4 1 91.7477 -31.7048 -84.45 + 99 120.807 741 4 0 91.7538 -31.7027 -85.85 + 99 137.268 1358 3 1 91.8687 -31.6745 -114.45 + 99 123.584 741 3 0 91.8691 -31.6709 -115.85 + 99 711.147 1358 2 1 91.8815 -31.6008 -144.45 + 99 358.718 742 2 0 91.8715 -31.5943 -145.85 + 99 273.012 1357 1 1 91.6462 -31.4595 -174.45 + 99 98.4889 742 1 0 91.6381 -31.4516 -175.85 + 99 517.231 743 1 0 91.6362 -31.45 -176.147 + 99 144.362 1356 0 1 91.4457 -31.3131 -204.45 + 99 149.582 743 0 0 91.4366 -31.3038 -205.85 + 99 365.955 1358 1 1 91.7501 -31.859 -174.663 + 99 17.1585 729 1 0 91.1931 -34.2093 -175.85 + 99 113.312 728 1 0 91.182 -34.25 -175.868 + 99 125.927 727 1 0 91.1527 -34.4503 -175.948 + 99 68.5203 726 1 0 91.0853 -34.65 -176.092 + 99 180.809 635 1 0 35.125 -52.9905 -176.25 + 99 21.6118 636 1 0 34.7597 -52.85 -175.915 + 99 95.8971 1070 1 1 34.1039 -52.7836 -174.85 + 99 274.493 1069 1 1 34.05 -52.7748 -174.754 + 99 58.3135 1071 1 1 34.25 -52.4643 -174.774 + 99 24.0171 1072 1 1 34.4502 -52.3637 -174.818 + 99 173.002 641 1 0 36.3304 -51.8032 -175.85 + 99 20.1035 642 1 0 36.7991 -51.65 -176.199 + 99 118.165 1359 1 1 91.9769 -31.2719 -174.45 + 99 127.928 744 1 0 91.6968 -31.1805 -175.85 + 99 206.44 1320 0 1 84.195 -29.4738 -204.45 + 99 142.071 754 0 0 84.2508 -29.1718 -205.85 + 99 122.247 743 2 0 91.8132 -31.4282 -145.85 + 99 101.885 1359 0 1 91.9761 -31.1427 -204.45 + 99 438.501 744 0 0 91.9787 -31.1374 -205.85 + 99 325.715 749 1 0 88.2255 -30.2369 -175.85 + 99 136.968 748 1 0 88.1196 -30.25 -175.862 + 99 56.6124 1360 1 1 92.15 -31.3103 -174.755 + 99 31.4904 1361 1 1 92.3502 -31.3913 -174.816 + 99 191.234 740 1 0 94.4065 -31.9969 -175.85 + 99 14.9918 739 1 0 94.4766 -32.0501 -175.895 + 99 125.707 1350 1 1 90.2604 -34.081 -174.45 + 99 85.7619 1328 0 1 85.6951 -43.1922 -204.451 + 99 201.087 1327 0 1 85.6499 -43.2304 -204.733 + 99 248.386 683 0 0 85.4976 -43.3917 -205.85 + 99 3.0964 1326 0 1 85.4495 -43.222 -204.842 + 99 136.287 681 0 0 84.582 -43.672 -205.85 + 99 244.56 680 0 0 84.4499 -43.8503 -206.054 + 99 25.0216 679 0 0 84.1844 -44.05 -206.235 + 99 59.3316 1359 2 1 91.95 -31.5205 -144.833 + 99 139.062 741 2 0 92.5244 -31.6876 -145.85 + 99 46.0137 855 2 0 145.564 -8.94737 -146.25 + 99 161.378 856 2 0 145.689 -8.85 -146.15 + 99 27.3829 857 2 0 145.981 -8.65 -145.859 + 99 58.3163 1633 2 1 146.847 -7.99797 -144.85 + 99 91.2658 1634 2 1 146.95 -7.92704 -144.712 + 99 136.899 1010 3 0 165.327 22.099 -116.25 + 99 71.7376 1011 3 0 165.413 22.25 -116.111 + 99 31.6897 1012 3 0 165.519 22.45 -115.929 + 99 170.888 1727 3 1 165.669 23.6578 -114.85 + 99 17.6862 745 0 0 97.5381 -31.0359 -206.25 + 99 75.0869 1389 0 1 97.9933 -31.5467 -204.85 + 99 65.5021 1390 0 1 98.15 -31.6344 -204.642 + 99 65.8249 1391 0 1 98.35 -31.6003 -204.52 + 99 81.6074 1392 0 1 98.5501 -31.5239 -204.517 + 99 86.0696 1393 0 1 98.7502 -31.4479 -204.657 + 99 3.70875 1394 0 1 98.95 -31.3621 -204.838 + 99 86.7212 666 0 0 106.615 -46.709 -206.25 + 99 79.7704 737 5 0 91.5806 -32.5098 -55.8501 + 99 52.3551 736 5 0 91.5585 -32.65 -56.137 + 99 92.937 1340 4 1 88.159 -46.9864 -84.45 + 99 58.5852 1341 4 1 88.2501 -47.1578 -84.6736 + 99 66.7721 660 4 0 88.7055 -47.9402 -85.85 + 99 96.6265 659 4 0 88.7655 -48.05 -86.0127 + 99 256.072 1404 3 1 100.987 -63.117 -114.45 + 99 55.5195 580 3 0 101.4 -63.9651 -115.85 + 99 88.4441 579 3 0 101.443 -64.05 -115.996 + 99 35.4971 1447 2 1 109.647 -81.6292 -144.45 + 99 265.053 1448 2 1 109.75 -81.6717 -144.543 + 99 95.0118 1449 2 1 109.95 -81.7453 -144.706 + 99 210.392 489 2 0 111.365 -82.1065 -145.85 + 99 140.623 1601 1 1 140.378 -89.4856 -174.45 + 99 135.528 1602 1 1 140.551 -89.8753 -174.517 + 99 169.454 1603 1 1 140.75 -90.4125 -174.544 + 99 231.43 1604 1 1 140.95 -90.9172 -174.592 + 99 28.0438 433 1 0 140.997 -93.4365 -175.85 + 99 46.0503 432 1 0 141.005 -93.55 -175.909 + 99 71.366 431 1 0 141.032 -93.75 -175.979 + 99 88.007 430 1 0 141.062 -93.95 -176.041 + 99 82.7376 429 1 0 141.111 -94.1508 -176.104 + 99 63.1361 428 1 0 141.151 -94.35 -176.181 + 99 2.72292 427 1 0 141.151 -94.55 -176.248 + 99 113.911 1370 4 1 94.2816 -30.6073 -84.4504 + 99 117.707 747 4 0 94.4061 -30.5394 -85.8501 + 99 164.715 1383 3 1 96.7985 -29.2593 -114.45 + 99 122.914 755 3 0 96.8943 -29.017 -115.85 + 99 106.718 1394 2 1 99.0905 -24.3075 -144.45 + 99 109.691 779 2 0 99.2745 -24.1758 -145.85 + 99 133.384 1413 1 1 102.865 -21.565 -174.451 + 99 251.622 792 1 0 102.957 -21.4997 -175.85 + 99 171.687 1423 0 1 104.79 -20.2981 -204.45 + 99 226.319 798 0 0 104.691 -20.4164 -205.85 + 99 18.916 797 0 0 104.671 -20.45 -206.156 + 99 51.2911 1357 9 1 91.75 -32.2765 65.2297 + 99 35.807 1357 2 1 91.671 -31.9689 -144.45 + 99 264.871 784 2 0 147.078 -23.1564 -146.25 + 99 404.515 1637 2 1 147.718 -23.2882 -144.85 + 99 167.376 1636 2 1 147.55 -23.1468 -144.51 +Number of digits in this event = 57 Run terminated. Run Summary Number of events processed : 100 - User=46.250000s Real=46.841000s Sys=0.030000s + User=48.130000s Real=49.501906s Sys=0.270000s End of Run 2 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 6 h1 histograms +There are 6 h2 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 21 of which, static: 0 -Dynamic pools deleted: 21 / Total memory freed: 0.25 MB +Dynamic pools deleted: 21 / Total memory freed: 0.27 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/gorad/History b/examples/advanced/gorad/History index 6193c894bd..404f7d7358 100644 --- a/examples/advanced/gorad/History +++ b/examples/advanced/gorad/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example gorad History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (gorad-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2021 B. Morgan (gorad-V10-07-05) - Protect inclusion of G4UIQt.hh diff --git a/examples/advanced/gorad/gorad.out b/examples/advanced/gorad/gorad.out new file mode 100644 index 0000000000..a080513156 --- /dev/null +++ b/examples/advanced/gorad/gorad.out @@ -0,0 +1,242 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +/event/verbose 0 +/tracking/verbose 0 +/process/verbose 0 +####################################################### +# Geometry of the simulation +####################################################### +/gorad/geometry/selectGDML simpleCone.gdml +##/gorad/geometry/selectGDML orion.gdml +####################################################### +# Define geometry importance biasing +####################################################### +/gorad/bias/geomImportance 5 +####################################################### +# Physics of the simulation +####################################################### +/gorad/physics/EM Op_0 +/gorad/physics/Hadronic FTFP_BERT +/gorad/physics/cuts/setParticleCut gamma 1.0 mm +/gorad/physics/cuts/setParticleCut e- 1.0 mm +/gorad/physics/cuts/setParticleCut e+ 1.0 mm +/gorad/physics/cuts/setParticleCut proton 1.0 mm +####################################################### +# GORAD and Geant4 initialization +####################################################### +/gorad/initialize +G4PhysListFactory::GetReferencePhysList EMoption= 0 +<<< Geant4 Physics List simulation engine: FTFP_BERT + + +Creating FTFP_BERT physics list ################ 1 +Adding G4GenericBiasingPhysics for GeomBias ################ +Using +G4GDML: Reading 'simpleCone.gdml'... +G4GDML: VALIDATION ERROR! ID attribute 'G4_Ni' is referenced but was never declared at line: 48 +G4GDML: VALIDATION ERROR! ID attribute 'G4_Fe' is referenced but was never declared at line: 48 +G4GDML: VALIDATION ERROR! ID attribute 'G4_Cr' is referenced but was never declared at line: 48 +G4GDML: VALIDATION ERROR! ID attribute 'G4_AIR' is referenced but was never declared at line: 48 +G4GDML: VALIDATION ERROR! ID attribute 'G4_Galactic' is referenced but was never declared at line: 48 +G4GDML: Reading definitions... +G4GDML: Reading materials... +G4GDML: Reading solids... +G4GDML: Reading structure... +G4GDML: Reading setup... +G4GDML: Reading 'simpleCone.gdml' done! +Stripping off GDML names of materials, solids and volumes ... +############ Radius of the outermost biasing sphere is set to 2404 (mm) +--- G4CoupledTransportation is used +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +####################################################### +# Selection of primary particle source +####################################################### +/gorad/source/define proton King.spec LW +################ Radius of the GPS sphere is set to 2944.9 (mm) +/gps/pos/shape Sphere +/gps/pos/centre 0 0 0 mm +/gps/pos/radius 2944.9 mm +/gps/pos/type Surface +/gps/number 1 +/gps/particle proton +/gps/ang/type cos +/gps/ang/maxtheta 90.0 deg +/gps/ang/mintheta 0.0 deg +/gps/ene/type LW +/gps/hist/type arb +/gps/hist/point 1.000000000000000021e-02 6.250767474401727752e-02 +/gps/hist/point 2.999999999999999889e-02 6.246034093579485441e-02 +/gps/hist/point 5.999999999999999778e-02 6.239272120976281644e-02 +/gps/hist/point 1.000000000000000056e-01 6.229805359331795633e-02 +/gps/hist/point 2.999999999999999889e-01 6.183147748369688390e-02 +/gps/hist/point 5.999999999999999778e-01 6.113499430556688236e-02 +/gps/hist/point 1.000000000000000000e+00 6.021536603153114509e-02 +/gps/hist/point 1.500000000000000000e+00 5.909287857939928695e-02 +/gps/hist/point 2.000000000000000000e+00 5.798391507247384336e-02 +/gps/hist/point 3.000000000000000000e+00 5.584036975725818752e-02 +/gps/hist/point 4.000000000000000000e+00 5.377120614067778387e-02 +/gps/hist/point 6.000000000000000000e+00 4.986278597602589874e-02 +/gps/hist/point 8.000000000000000000e+00 4.623836866070858698e-02 +/gps/hist/point 1.000000000000000000e+01 4.287766827691622679e-02 +/gps/hist/point 1.400000000000000000e+01 3.687303660527112281e-02 +/gps/hist/point 1.700000000000000000e+01 3.292404460500001490e-02 +/gps/hist/point 2.000000000000000000e+01 2.940105687873076010e-02 +/gps/hist/point 2.500000000000000000e+01 2.434310137153420858e-02 +/gps/hist/point 3.000000000000000000e+01 2.015744033015096429e-02 +/gps/hist/point 3.500000000000000000e+01 1.669531035731054366e-02 +/gps/hist/point 4.000000000000000000e+01 1.382147200094886730e-02 +/gps/hist/point 5.000000000000000000e+01 9.480285589691932191e-03 +/gps/hist/point 6.000000000000000000e+01 6.498255671678992464e-03 +/gps/hist/point 7.000000000000000000e+01 4.455463748251080672e-03 +/gps/hist/point 8.000000000000000000e+01 3.055059222127543082e-03 +/gps/hist/point 9.000000000000000000e+01 2.094859112472582593e-03 +/gps/hist/point 1.000000000000000000e+02 1.436242980920518324e-03 +/gps/hist/point 1.500000000000000000e+02 2.176678980971350462e-04 +/gps/hist/point 2.000000000000000000e+02 3.299166433103205585e-05 +/gps/hist/point 2.500000000000000000e+02 5.000478740069318830e-06 +/gps/hist/point 3.000000000000000000e+02 7.580171288191623523e-07 +/gps/hist/point 3.500000000000000000e+02 1.148859145284350496e-07 +/gps/hist/point 4.000000000000000000e+02 1.740531748064695778e-08 +/gps/hist/point 5.000000000000000000e+02 3.998354400274493587e-10 +/gps/hist/point 6.000000000000000000e+02 9.182758795150959465e-12 +/gps/hist/point 7.000000000000000000e+02 2.109735452199631176e-13 +/gps/hist/point 8.000000000000000000e+02 4.845629567455947928e-15 +/gps/hist/point 9.000000000000000000e+02 1.113020690487369669e-16 +/gps/hist/point 1.000000000000000000e+03 2.556701841271411993e-18 +/gps/hist/inter Lin +##/gorad/source/define proton Trap.spec LW +##/control/execute gps_point.mac +##/control/execute gps_focus.mac +####################################################### +# Define probes and scorers +####################################################### +/score/create/probe Probes 5 cm +/score/probe/material G4_WATER +/score/probe/locate 0 0 0 cm +/score/quantity/doseDeposit dose mGy +/score/quantity/volumeFlux volFlx +/score/quantity/volumeFlux protonFlux +/score/filter/particle protonFilter proton +/score/close +####################################################### +# Define histograms for batch mode +####################################################### +/control/doifBatch /gorad/analysis/verbose 0 +/gorad/analysis/verbose 0 +/control/doifBatch /gorad/analysis/file KingSpecBias +/gorad/analysis/file KingSpecBias +/control/doifBatch /gorad/analysis/1D/primary primPE false +/gorad/analysis/1D/primary primPE false +/control/doifBatch /gorad/analysis/1D/config 100 1.0 2.0e3 MeV log +/gorad/analysis/1D/config 100 1.0 2.0e3 MeV log +/control/doifBatch /gorad/analysis/1D/yaxisLog true +/gorad/analysis/1D/yaxisLog true +/control/doifBatch /gorad/analysis/1D/primary Weighted true +/gorad/analysis/1D/primary Weighted true +Previously opened histogram <99999> is closed. +/control/doifBatch /gorad/analysis/1D/config 100 1.0 2.0e3 MeV log +/gorad/analysis/1D/config 100 1.0 2.0e3 MeV log +/control/doifBatch /gorad/analysis/1D/yaxisLog true +/gorad/analysis/1D/yaxisLog true +/control/doifBatch /gorad/analysis/1D/spectrum Probes volFlx +/gorad/analysis/1D/spectrum Probes volFlx +Previously opened histogram <99998> is closed. +/control/doifBatch /gorad/analysis/1D/config 100 1.0e-2 2.0e3 MeV log +/gorad/analysis/1D/config 100 1.0e-2 2.0e3 MeV log +/control/doifBatch /gorad/analysis/1D/yaxisLog true +/gorad/analysis/1D/yaxisLog true +/control/doifBatch /gorad/analysis/1D/spectrum Probes protonFlux +/gorad/analysis/1D/spectrum Probes protonFlux +Previously opened histogram <10101> is closed. +/control/doifBatch /gorad/analysis/1D/config 100 1.0e-2 2.0e3 MeV log +/gorad/analysis/1D/config 100 1.0e-2 2.0e3 MeV log +/control/doifBatch /gorad/analysis/1D/yaxisLog true +/gorad/analysis/1D/yaxisLog true +/control/doifBatch /gorad/analysis/plot -1 +/gorad/analysis/plot -1 +/control/doifBatch /analysis/plot/setLayout 1 2 +/analysis/plot/setLayout 1 2 +####################################################### +# Run for batch mode +####################################################### +/control/doifBatch /run/eventModulo 0 1 +/run/eventModulo 0 1 +*** /run/eventModulo command is issued in sequential mode. +Command is ignored. +/control/doifBatch /run/beamOn 100000 +/run/beamOn 100000 +/run/geometryModified + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : STAINLESS-STEEL + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 20.8224 keV e- 1.30828 MeV e+ 1.23589 MeV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV + Region(s) which use this couple : + Probes_region + +================================================================== + +### Run 0 starts. + Run terminated. +Run Summary + Number of events processed : 100000 + User=148.390000s Real=149.772271s Sys=0.020000s +/control/doifBatch /score/dumpAllQuantitiesToFile Probes Probes.csv +/score/dumpAllQuantitiesToFile Probes Probes.csv +# Mesh or volume name: Probes -- # Primitive scorer name: dose + bin 0,0,0 : statistical error 30.6435(%) + to reduce the statistical error below 10%, increase number of events approximately 9.39023 times. +# Mesh or volume name: Probes -- # Primitive scorer name: protonFlux + bin 0,0,0 : statistical error 29.4177(%) + to reduce the statistical error below 10%, increase number of events approximately 8.65399 times. +# Mesh or volume name: Probes -- # Primitive scorer name: volFlx + bin 0,0,0 : statistical error 25.4326(%) + to reduce the statistical error below 10%, increase number of events approximately 6.46819 times. +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: 1.4 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/hadrontherapy/History b/examples/advanced/hadrontherapy/History index efed88cdf8..419556833f 100644 --- a/examples/advanced/hadrontherapy/History +++ b/examples/advanced/hadrontherapy/History @@ -1,12 +1,19 @@ - ------------------------------------------------------------------------------- -History File, 2004/02/27 G.A.P. Cirrone, Created -cirrone@lns.infn.it -https://twiki.cern.ch/twiki/bin/view/Geant4/AdvancedExamplesHadrontherapy -------------------------------------------------------------------------------- +# Example hadrontherapy History - ==================================================== - History file of the Hadrontherapy application - ==================================================== +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2022-01-18 Jonas Hahnfeld (hadrontherapy-V11-00-01) +- Prefer pointer to `const G4Material` if possible + +## 2021-12-10 Ben Morgan (hadrontherapy-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 25.10.21 B.Morgan (hadrontherapy-V10-07-08) - Use G4StrUtil functions replacing deprecated G4String member functions diff --git a/examples/advanced/hadrontherapy/hadrontherapy.out b/examples/advanced/hadrontherapy/hadrontherapy.out index c708b3f906..c346e9a4e3 100644 --- a/examples/advanced/hadrontherapy/hadrontherapy.out +++ b/examples/advanced/hadrontherapy/hadrontherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -128,7 +132,8 @@ The number of Voxels along (X,Y,Z) is: (40,1,1) LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -145,7 +150,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -155,8 +160,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -236,12 +242,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -272,10 +278,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -310,10 +316,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -346,12 +352,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -362,10 +368,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -379,10 +385,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -411,10 +417,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -443,10 +449,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -475,14 +481,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -493,7 +498,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -508,14 +513,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -526,7 +530,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -541,10 +545,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -573,10 +577,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -605,70 +609,70 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 100 keV + Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Ta Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.49 keV e- 2.01233 MeV e+ 1.87286 MeV proton 100 keV + Energy thresholds : gamma 101.483 keV e- 2.01234 MeV e+ 1.87285 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_KAPTON Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.97277 keV e- 419.485 keV e+ 406.695 keV proton 100 keV + Energy thresholds : gamma 2.97329 keV e- 419.475 keV e+ 406.697 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : Brass Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.3032 keV e- 1.32652 MeV e+ 1.25172 MeV proton 100 keV + Energy thresholds : gamma 24.3022 keV e- 1.32652 MeV e+ 1.25172 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_PLEXIGLASS Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.77823 keV e- 389.155 keV e+ 377.936 keV proton 100 keV + Energy thresholds : gamma 2.77786 keV e- 389.158 keV e+ 377.95 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 8 used in the geometry : Yes Material : G4_MYLAR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 3.01263 keV e- 420.623 keV e+ 407.829 keV proton 100 keV + Energy thresholds : gamma 3.01225 keV e- 420.616 keV e+ 407.833 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 9 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld DetectorLog @@ -682,17 +686,14 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 500 - User=5.110000s Real=5.234691s Sys=0.040000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=4.800000s Real=5.000753s Sys=0.080000s Graphics systems deleted. Visualization Manager deleting... -The simulation took: 8.47869 s to run (real time) +The simulation took: 8.60794 s to run (real time) Dose is being written to Dose.out i j k Dose(Gy)G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.41 MB +Dynamic pools deleted: 14 / Total memory freed: 0.3 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/hadrontherapy/include/HadrontherapyLet.hh b/examples/advanced/hadrontherapy/include/HadrontherapyLet.hh index 06d90b5e8d..f1c58b1db8 100644 --- a/examples/advanced/hadrontherapy/include/HadrontherapyLet.hh +++ b/examples/advanced/hadrontherapy/include/HadrontherapyLet.hh @@ -74,7 +74,7 @@ public: void FillEnergySpectrum (G4int trackID, G4ParticleDefinition* particleDef, G4double ekinMean, - G4Material* mat, + const G4Material* mat, G4double DE, G4double DEEletrons, G4double DX, diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyDetectorSD.cc b/examples/advanced/hadrontherapy/src/HadrontherapyDetectorSD.cc index 2fa2fd4c93..ca1ab1b7e1 100644 --- a/examples/advanced/hadrontherapy/src/HadrontherapyDetectorSD.cc +++ b/examples/advanced/hadrontherapy/src/HadrontherapyDetectorSD.cc @@ -147,7 +147,7 @@ G4bool HadrontherapyDetectorSD::ProcessHits(G4Step* aStep, G4TouchableHistory* ) G4double eKinMean = (eKinPre + eKinPost) * 0.5; // get the material - G4Material * materialStep = aStep -> GetPreStepPoint() -> GetMaterial(); + const G4Material * materialStep = aStep -> GetPreStepPoint() -> GetMaterial(); // get the secondary paticles G4Step fstep = *theTrack -> GetStep(); diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyLet.cc b/examples/advanced/hadrontherapy/src/HadrontherapyLet.cc index a35c0e7286..a18bdba289 100644 --- a/examples/advanced/hadrontherapy/src/HadrontherapyLet.cc +++ b/examples/advanced/hadrontherapy/src/HadrontherapyLet.cc @@ -115,7 +115,7 @@ void HadrontherapyLet::Clear() void HadrontherapyLet::FillEnergySpectrum(G4int trackID, G4ParticleDefinition* particleDef, G4double ekinMean, - G4Material* mat, + const G4Material* mat, G4double DE, G4double DEEletrons, G4double DX, diff --git a/examples/advanced/human_phantom/History b/examples/advanced/human_phantom/History index 8c455163d3..63771084e4 100644 --- a/examples/advanced/human_phantom/History +++ b/examples/advanced/human_phantom/History @@ -1,21 +1,16 @@ -------------------------------------------------------------------- +# Example human_phantom History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +## 2021-12-10 Ben Morgan (human_phantom-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 November 6, 2021 I. Hrivnacova (human_phantom-V10-07-03) - Added analysis manager Clear() call instead of diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out index 9433a54203..2389da0c0d 100644 --- a/examples/advanced/human_phantom/human_phantom.out +++ b/examples/advanced/human_phantom/human_phantom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -93,19 +97,19 @@ MotherVolume: physicalWorld sensitivity : 0 Construct Head with mother physicalWorld Checking overlaps for volume physicalHead:0 (G4UnionSolid) ... OK! -Volume of Head = 4655.93 cm^3 +Volume of Head = 4654.79 cm^3 Material of Head = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of Head = 4594.94 g +Mass of Head = 4593.82 g MotherVolume: physicalHead sensitivity : 0 Construct Skull with mother volume physicalHead Checking overlaps for volume physicalSkull:0 (G4SubtractionSolid) ... OK! Skull created !!!!!! -Volume of Skull = 845.25 cm^3 +Volume of Skull = 846.921 cm^3 Material of Skull = skeleton Density of Material = 1.4862 g/cm^3 -Mass of Skull = 1256.21 g +Mass of Skull = 1258.69 g Construct Brain with mother physicalHead Checking overlaps for volume physicalBrain:0 (G4Ellipsoid) ... OK! Volume of Brain = 1470.27 cm^3 @@ -180,28 +184,28 @@ sensitivity : 0 Construct UpperSpine with mother volume physicalHead Checking overlaps for volume physicalUpperSpine:0 (G4SubtractionSolid) ... OK! UpperSpine created !!!!!! -Volume of UpperSpine = 126.467 cm^3 +Volume of UpperSpine = 126.45 cm^3 Material of UpperSpine = skeleton Density of Material = 1.4862 g/cm^3 -Mass of UpperSpine = 187.955 g +Mass of UpperSpine = 187.93 g MotherVolume: physicalTrunk sensitivity : 0 Construct LeftScapula with mother volume physicalTrunk Checking overlaps for volume physicalLeftScapula:0 (G4SubtractionSolid) ... OK! LeftScapula created !!!!!! -Volume of LeftScapula = 99.9032 cm^3 +Volume of LeftScapula = 91.848 cm^3 Material of LeftScapula = skeleton Density of Material = 1.4862 g/cm^3 -Mass of LeftScapula = 148.476 g +Mass of LeftScapula = 136.505 g MotherVolume: physicalTrunk sensitivity : 0 Construct RightScapula with mother volume physicalTrunk Checking overlaps for volume physicalRightScapula:0 (G4SubtractionSolid) ... OK! RightScapula created !!!!!! -Volume of RightScapula = 102.102 cm^3 +Volume of RightScapula = 106.747 cm^3 Material of RightScapula = skeleton Density of Material = 1.4862 g/cm^3 -Mass of RightScapula = 151.744 g +Mass of RightScapula = 158.647 g Construct LeftAdrenal with mother physicalTrunk Checking overlaps for volume physicalLeftAdrenal:0 (G4Ellipsoid) ... OK! Left LeftAdrenal created !!!!!! @@ -244,10 +248,10 @@ Mass of RightClavicle = 20.3099 g Construct SmallIntestine with mother volume physicalTrunk Checking overlaps for volume physicalSmallIntestine:0 (G4SubtractionSolid) ... OK! SmallIntestine created !!!!!! -Volume of SmallIntestine = 1020.84 cm^3 +Volume of SmallIntestine = 1020.2 cm^3 Material of SmallIntestine = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of SmallIntestine = 1007.47 g +Mass of SmallIntestine = 1006.83 g Construct RibCage with mother volume physicalTrunk Checking overlaps for volume physicalRibCage:0 (G4SubtractionSolid) ... OK! Checking overlaps for volume physicalRib:0 (G4SubtractionSolid) ... OK! @@ -263,10 +267,10 @@ Checking overlaps for volume physicalRib:0 (G4SubtractionSolid) ... OK! Checking overlaps for volume physicalRib:0 (G4SubtractionSolid) ... OK! Checking overlaps for volume physicalRib:0 (G4SubtractionSolid) ... OK! RibCage created !!!!!! -Volume of RibCage = 687.786 cm^3 +Volume of RibCage = 692.88 cm^3 Material of RibCage = skeleton Density of Material = 1.4862 g/cm^3 -Mass of RibCage = 1022.19 g +Mass of RibCage = 1029.76 g MotherVolume: physicalTrunk sensitivity : 0 Construct MiddleLowerSpine with mother volume physicalTrunk @@ -279,10 +283,10 @@ Mass of MiddleLowerSpine = 1120.57 g Construct Pelvis with mother volume physicalTrunk Checking overlaps for volume physicalPelvis:0 (G4SubtractionSolid) ... OK! Pelvis created !!!!!! -Volume of Pelvis = 604.681 cm^3 +Volume of Pelvis = 606.07 cm^3 Material of Pelvis = skeleton Density of Material = 1.4862 g/cm^3 -Mass of Pelvis = 898.677 g +Mass of Pelvis = 900.741 g Construct Stomach with mother volume physicalTrunk Checking overlaps for volume physicalStomach:0 (G4Ellipsoid) ... OK! Stomach created !!!!!! @@ -293,17 +297,17 @@ Mass of Stomach = 396.856 g Construct UpperLargeIntestine with mother volume physicalTrunk Checking overlaps for volume physicalUpperLargeIntestine:0 (G4UnionSolid) ... OK! UpperLargeIntestine created !!!!!! -Volume of UpperLargeIntestine = 434.821 cm^3 +Volume of UpperLargeIntestine = 434.914 cm^3 Material of UpperLargeIntestine = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of UpperLargeIntestine = 429.124 g +Mass of UpperLargeIntestine = 429.217 g Construct LowerLargeIntestine with mother volume physicalTrunk Checking overlaps for volume physicalLowerLargeIntestine:0 (G4UnionSolid) ... OK! LowerLargeIntestine created !!!!!! -Volume of LowerLargeIntestine = 344.147 cm^3 +Volume of LowerLargeIntestine = 344.316 cm^3 Material of LowerLargeIntestine = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of LowerLargeIntestine = 339.639 g +Mass of LowerLargeIntestine = 339.805 g Construct Spleen with mother volume physicalTrunk Checking overlaps for volume physicalSpleen:0 (G4Ellipsoid) ... OK! Spleen created !!!!!! @@ -314,40 +318,40 @@ Mass of Spleen = 173.625 g Construct Pancreas with mother volume physicalTrunk Checking overlaps for volume physicalPancreas:0 (G4SubtractionSolid) ... OK! Pancreas created !!!!!! -Volume of Pancreas = 61.0387 cm^3 +Volume of Pancreas = 61.101 cm^3 Material of Pancreas = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of Pancreas = 60.2391 g +Mass of Pancreas = 60.3006 g Construct LeftKidney with mother volume physicalTrunk Checking overlaps for volume physicalLeftKidney:0 (G4SubtractionSolid) ... OK! Left LeftKidney created !!!!!! -Volume of LeftKidney = 144.009 cm^3 +Volume of LeftKidney = 144.001 cm^3 Material of LeftKidney = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of LeftKidney = 142.122 g +Mass of LeftKidney = 142.115 g Construct RightKidney with mother volume physicalTrunk Checking overlaps for volume physicalRightKidney:0 (G4SubtractionSolid) ... OK! RightKidney created !!!!!! -Volume of RightKidney = 144.021 cm^3 +Volume of RightKidney = 143.986 cm^3 Material of RightKidney = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of RightKidney = 142.135 g +Mass of RightKidney = 142.1 g Construct UrinaryBladder with mother volume physicalTrunk Checking overlaps for volume physicalUrinaryBladder:0 (G4SubtractionSolid) ... OK! UrinaryBladder created !!!!!! -Volume of UrinaryBladder = 45.8513 cm^3 +Volume of UrinaryBladder = 45.7615 cm^3 Material of UrinaryBladder = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of UrinaryBladder = 45.2507 g +Mass of UrinaryBladder = 45.1621 g MotherVolume: physicalWorld sensitivity : 0 Construct MaleGenitalia with mother volume physicalWorld Checking overlaps for volume physicalMaleGenitalia:0 (G4SubtractionSolid) ... OK! MaleGenitalia created !!!!!! -Volume of MaleGenitalia = 229.663 cm^3 +Volume of MaleGenitalia = 229.106 cm^3 Material of MaleGenitalia = soft_tissue Density of Material = 0.9869 g/cm^3 -Mass of MaleGenitalia = 226.655 g +Mass of MaleGenitalia = 226.105 g MotherVolume: physicalWorld sensitivity : 0 Construct LeftTeste with mother volume physicalMaleGenitalia @@ -398,7 +402,8 @@ Mass of RightTeste = 18.5406 g LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -415,7 +420,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -425,8 +430,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -505,12 +511,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -541,10 +547,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -579,10 +585,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -592,6 +598,7 @@ hBrems: for proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -615,12 +622,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -631,10 +638,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -648,10 +655,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -661,6 +668,7 @@ hBrems: for anti_proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for anti_proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -680,10 +688,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -693,6 +701,7 @@ hBrems: for kaon+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -712,10 +721,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -725,6 +734,7 @@ hBrems: for kaon- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -744,25 +754,25 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -777,25 +787,25 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -810,10 +820,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -823,6 +833,7 @@ hBrems: for pi+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -842,10 +853,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -855,6 +866,7 @@ hBrems: for pi- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -874,21 +886,21 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 250 eV e- 329.591 eV e+ 325.484 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : soft_tissue Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.79967 keV e- 347.394 keV e+ 337.859 keV proton 100 keV + Energy thresholds : gamma 2.79959 keV e- 347.412 keV e+ 337.914 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : skeleton Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 4.01016 keV e- 441.604 keV e+ 427.667 keV proton 100 keV + Energy thresholds : gamma 4.00935 keV e- 441.634 keV e+ 427.723 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -899,31 +911,31 @@ See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. Number of events = 100 Energy Total in Run:logicalBrain, ID: 0, Energy Deposition (MeV): 0 -Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 3.27991 +Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 4.78792 Energy Total in Run:logicalHeart, ID: 2, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftAdrenal, ID: 3, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftArmBone, ID: 4, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftBreast, ID: 5, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftClavicle, ID: 6, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftKidney, ID: 7, Energy Deposition (MeV): 0 -Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 6.10904 +Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 9.34038 Energy Total in Run:logicalLeftLegBone, ID: 9, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftLung, ID: 10, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftOvary, ID: 11, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftScapula, ID: 12, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftTeste, ID: 13, Energy Deposition (MeV): 0 Energy Total in Run:logicalLowerLargeIntestine, ID: 14, Energy Deposition (MeV): 0 -Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 1.48124 +Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 0.0907639 Energy Total in Run:logicalMiddleLowerSpine, ID: 16, Energy Deposition (MeV): 0 Energy Total in Run:logicalPancreas, ID: 17, Energy Deposition (MeV): 0 Energy Total in Run:logicalPelvis, ID: 18, Energy Deposition (MeV): 0 -Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0.40293 +Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0.582922 Energy Total in Run:logicalRightAdrenal, ID: 20, Energy Deposition (MeV): 0 -Energy Total in Run:logicalRightArmBone, ID: 21, Energy Deposition (MeV): 0.412839 +Energy Total in Run:logicalRightArmBone, ID: 21, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightBreast, ID: 22, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightClavicle, ID: 23, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightKidney, ID: 24, Energy Deposition (MeV): 0 -Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 13.6904 +Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 9.00032 Energy Total in Run:logicalRightLegBone, ID: 26, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightLung, ID: 27, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightOvary, ID: 28, Energy Deposition (MeV): 0 @@ -935,14 +947,11 @@ Energy Total in Run:logicalSpleen, ID: 33, Energy Deposition (MeV): 0 Energy Total in Run:logicalStomach, ID: 34, Energy Deposition (MeV): 0 Energy Total in Run:logicalThymus, ID: 35, Energy Deposition (MeV): 0 Energy Total in Run:logicalThyroid, ID: 36, Energy Deposition (MeV): 0 -Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 33.2435 +Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 27.1275 Energy Total in Run:logicalUpperLargeIntestine, ID: 38, Energy Deposition (MeV): 0 Energy Total in Run:logicalUpperSpine, ID: 39, Energy Deposition (MeV): 0 Energy Total in Run:logicalUrinaryBladder, ID: 40, Energy Deposition (MeV): 0 Energy Total in Run:logicalUterus, ID: 41, Energy Deposition (MeV): 0 -Total Energy deposit in the body is: 58.6199 MeV -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Total Energy deposit in the body is: 50.9298 MeV Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/iort_therapy/History b/examples/advanced/iort_therapy/History index dac0267feb..c0bde88aae 100644 --- a/examples/advanced/iort_therapy/History +++ b/examples/advanced/iort_therapy/History @@ -1,11 +1,19 @@ - ------------------------------------------------------------------------------- -History File, 2011/09/08 C. Casarino, Created -carlo.casarino@polooncologicocefalu.it -------------------------------------------------------------------------------- +# Example iort_therapy History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2022-06-20 Sergio Losilla (iort_therapy-V11-00-01) +- Simplified calls to SetProductionCut. + +## 2021-12-10 Ben Morgan (iort_therapy-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - ==================================================== - History file of the IORT application - ==================================================== 24.05.2021 - B. Morgan (iort_therapy-V10-07-01) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/advanced/iort_therapy/iort_therapy.out b/examples/advanced/iort_therapy/iort_therapy.out index ce4885d823..b53397d283 100644 --- a/examples/advanced/iort_therapy/iort_therapy.out +++ b/examples/advanced/iort_therapy/iort_therapy.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,6 +37,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -81,7 +85,6 @@ The (X,Y,Z) dimensions of the phantom are : (20 cm ,20 cm ,20 cm ) The (X,Y,Z) dimensions of the detector are : (7 cm ,15 cm ,15 cm ) Displacement between Phantom and World is: DX= 4.5 cm DY= 0 fm DZ= 0 fm --- G4CoupledTransportation is used -### G4EmConfigurator::AddModels n= 0 /Physics/setDetectorCuts 0.01 mm /Physics/setCuts 0.01 mm /Step/waterPhantomStepMax 0.01 mm @@ -116,7 +119,8 @@ G4ScoringBox : boxMesh_1 --- Shape: Box mesh LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -133,7 +137,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -143,8 +147,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -221,10 +226,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -248,10 +253,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -279,10 +284,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -309,12 +314,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -325,10 +330,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -342,10 +347,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -368,10 +373,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -394,10 +399,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -420,14 +425,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -438,7 +442,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -447,14 +451,13 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -465,7 +468,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -474,10 +477,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -500,10 +503,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -526,49 +529,49 @@ hPairProd: for pi- XStype:1 SubType=4 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 10 um e- 10 um e+ 10 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 10 um e- 10 um e+ 10 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Ti Range cuts : gamma 10 um e- 10 um e+ 10 um proton 100 um - Energy thresholds : gamma 1.29108 keV e- 42.6771 keV e+ 42.1263 keV proton 10 keV + Energy thresholds : gamma 1.29117 keV e- 42.6802 keV e+ 42.1262 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_PLEXIGLASS Range cuts : gamma 10 um e- 10 um e+ 10 um proton 100 um - Energy thresholds : gamma 1 keV e- 17.8697 keV e+ 17.5111 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 17.8761 keV e+ 17.5151 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Al Range cuts : gamma 10 um e- 10 um e+ 10 um proton 100 um - Energy thresholds : gamma 1 keV e- 34.1013 keV e+ 33.7203 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 34.1058 keV e+ 33.7225 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 10 um e- 10 um e+ 10 um proton 100 um - Energy thresholds : gamma 1 keV e- 13.8319 keV e+ 13.5659 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 13.8376 keV e+ 13.5698 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 10 um e- 10 um e+ 10 um proton 0 fm - Energy thresholds : gamma 1 keV e- 13.8319 keV e+ 13.5659 keV proton 0 eV + Energy thresholds : gamma 990 eV e- 13.8376 keV e+ 13.5698 keV proton 0 eV Region(s) which use this couple : DetectorLog @@ -585,16 +588,13 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 2000 - User=11.500000s Real=12.103455s Sys=0.200000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=11.380000s Real=12.155938s Sys=0.200000s /score/dumpQuantityToFile boxMesh_1 dose dose.out Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.21 MB +Number of memory pools allocated: 12 of which, static: 0 +Dynamic pools deleted: 12 / Total memory freed: 0.23 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/iort_therapy/src/IORTPhysicsList.cc b/examples/advanced/iort_therapy/src/IORTPhysicsList.cc index 7fafdc94cf..f886ea9363 100644 --- a/examples/advanced/iort_therapy/src/IORTPhysicsList.cc +++ b/examples/advanced/iort_therapy/src/IORTPhysicsList.cc @@ -207,9 +207,9 @@ void IORTPhysicsList::SetDetectorCut(G4double cut) G4Region* region = G4RegionStore::GetInstance()->GetRegion(regionName); G4ProductionCuts* cuts = new G4ProductionCuts ; - cuts -> SetProductionCut(cut,G4ProductionCuts::GetIndex("gamma")); - cuts -> SetProductionCut(cut,G4ProductionCuts::GetIndex("e-")); - cuts -> SetProductionCut(cut,G4ProductionCuts::GetIndex("e+")); + cuts -> SetProductionCut(cut,"gamma"); + cuts -> SetProductionCut(cut,"e-"); + cuts -> SetProductionCut(cut,"e+"); region -> SetProductionCuts(cuts); } diff --git a/examples/advanced/lAr_calorimeter/History b/examples/advanced/lAr_calorimeter/History index d492630e97..4324f0516b 100644 --- a/examples/advanced/lAr_calorimeter/History +++ b/examples/advanced/lAr_calorimeter/History @@ -1,12 +1,17 @@ -Hi------------------------------------------------------------------- -------------------------------------------------------------------- +# Example lAr_calorimeter History - ========================================================= - Geant4 - ATLAS lAr calorimeter - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (lar_calorimeter-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - Category History file - --------------------- 21.10.2021 - S. Guatelli (lar_calorimeter-V10-07-03) Migration to G4RunManagerFactory. diff --git a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out index c078abb2f8..3e5f8e74a9 100644 --- a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out +++ b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -45,6 +45,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -97,7 +101,8 @@ TBSetupSD is not found in /FCALTB/ LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -114,7 +119,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -124,8 +129,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -188,10 +194,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -216,10 +222,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -246,10 +252,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -278,10 +284,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -292,10 +298,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -305,10 +311,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -337,10 +343,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -369,10 +375,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -401,14 +407,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -419,7 +424,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -434,14 +439,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -452,7 +456,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -467,10 +471,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -499,10 +503,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -536,15 +540,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -554,10 +561,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -565,10 +574,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -577,6 +588,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -584,11 +596,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -596,11 +610,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -609,10 +625,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -623,10 +641,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -637,10 +657,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -650,10 +672,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -664,10 +688,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -678,10 +704,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -692,10 +720,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -705,11 +735,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -717,6 +749,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -724,6 +757,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -733,6 +767,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -740,11 +775,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -752,11 +789,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -766,11 +805,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -778,6 +819,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -785,6 +827,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -794,11 +837,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -806,11 +851,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -820,11 +867,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -832,11 +881,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -846,11 +897,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= @@ -858,18 +911,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -895,91 +948,91 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Polystyrene Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.10408 keV e- 280.078 keV e+ 273.283 keV proton 70 keV + Energy thresholds : gamma 2.10372 keV e- 280.077 keV e+ 273.297 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : MWPCArCO2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Lead Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659 keV e- 1.00699 MeV e+ 946.934 keV proton 70 keV + Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Aluminium Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.84821 keV e- 461.317 keV e+ 445.215 keV proton 70 keV + Energy thresholds : gamma 5.84809 keV e- 461.311 keV e+ 445.215 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : Iron Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 17.242 keV e- 954.247 keV e+ 906.136 keV proton 70 keV + Energy thresholds : gamma 17.2442 keV e- 954.245 keV e+ 906.142 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : ShieldingConcrete Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.2945 keV e- 453.149 keV e+ 437.815 keV proton 70 keV + Energy thresholds : gamma 5.29399 keV e- 453.161 keV e+ 437.804 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : LiquidArgon Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.21174 keV e- 274.485 keV e+ 266.675 keV proton 70 keV + Energy thresholds : gamma 5.2122 keV e- 274.487 keV e+ 266.671 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 8 used in the geometry : Yes Material : Copper Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 20.5443 keV e- 1.03402 MeV e+ 979.822 keV proton 70 keV + Energy thresholds : gamma 20.5458 keV e- 1.03403 MeV e+ 979.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 9 used in the geometry : Yes Material : FCAL1CuArKap Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 14.5048 keV e- 681.756 keV e+ 651.425 keV proton 70 keV + Energy thresholds : gamma 14.5031 keV e- 681.761 keV e+ 651.432 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 10 used in the geometry : Yes Material : FCAL2WFeNi Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 96.3233 keV e- 1.60788 MeV e+ 1.5016 MeV proton 70 keV + Energy thresholds : gamma 96.3071 keV e- 1.60789 MeV e+ 1.50159 MeV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 11 used in the geometry : Yes Material : FCAL2CuArKap Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 14.5048 keV e- 681.756 keV e+ 651.425 keV proton 70 keV + Energy thresholds : gamma 14.5031 keV e- 681.761 keV e+ 651.432 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 12 used in the geometry : Yes Material : Tungsten Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 97.7141 keV e- 1.64906 MeV e+ 1.53897 MeV proton 70 keV + Energy thresholds : gamma 97.7189 keV e- 1.64904 MeV e+ 1.53897 MeV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -989,13 +1042,13 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 395 kByte - Total CPU time elapsed for geometry optimisation: 0.3 seconds + Total CPU time elapsed for geometry optimisation: 0.32 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 53.33 0.16 0.00 152k EmModuleLogical - 46.67 0.14 0.00 238k HadModuleLogical + 50.00 0.16 0.00 152k EmModuleLogical + 50.00 0.16 0.00 238k HadModuleLogical 0.00 0.00 0.00 4k Mother 0.00 0.00 0.00 0k CryostatLogical 0.00 0.00 0.00 0k LArgLogical @@ -1006,7 +1059,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 60.17 238k 1385 2370 3792 0.14 HadModuleLogical + 60.17 238k 1385 2370 3792 0.16 HadModuleLogical 38.50 152k 1129 1152 2426 0.16 EmModuleLogical 0.93 3k 8 42 146 0.00 Mother 0.12 0k 1 7 8 0.00 SolidWLogical @@ -1028,352 +1081,356 @@ Read 2001 events from file data-tracks/tracks-20GeV.dat Number of F1 Tiles with Positive energy : 40 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.79517 1.75041 1.70071 +1.61853 1.68111 1.78227 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -13.1313 +79.9226 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 4 -N Secondaries 285 -EmEdep is=19646.8 MeV -HadEdep is=3.4135 MeV -Edep in FCAL1 FCAl2 : 19646.8 3.4135 +N Tracks out of world 12 +N Secondaries 123 +EmEdep is=19811.2 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19811.2 0 **** Primary : 2 Vertex : (-3.76032,10.9751,32740) -Number of F1 Tiles with Positive energy : 55 +Number of F1 Tiles with Positive energy : 72 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.79743 1.7269 1.80665 +2.42613 1.78148 2.09309 Visible Energy in Hole Counter (MeV) -0 6.89057 +0 132.696 Visible Energy in Upstream Dead Materials -38.7962 +3489.64 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 123 +N Secondaries 83 +EmEdep is=13556.2 MeV +HadEdep is=2.33231 MeV +Edep in FCAL1 FCAl2 : 13556.2 2.33231 + **** Primary : 3 + Vertex : (13.1951,2.677,32740) +Number of F1 Tiles with Positive energy : 49 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.7478 1.65087 1.72771 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +2.75624 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 5 +N Secondaries 274 +EmEdep is=19784.6 MeV +HadEdep is=1.98548 MeV +Edep in FCAL1 FCAl2 : 19784.6 1.98548 + **** Primary : 4 + Vertex : (-8.66148,-8.80731,32740) +Number of F1 Tiles with Positive energy : 49 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.84476 2.29253 2.91315 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +14.883 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 N Tracks out of world 6 -N Secondaries 241 -EmEdep is=19423.1 MeV -HadEdep is=1.56094 MeV -Edep in FCAL1 FCAl2 : 19423.1 1.56094 - **** Primary : 3 - Vertex : (13.1951,2.677,32740) -Number of F1 Tiles with Positive energy : 48 +N Secondaries 196 +EmEdep is=19747 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19747 0 + **** Primary : 5 + Vertex : (4.75859,7.01622,32740) +Number of F1 Tiles with Positive energy : 49 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.55741 1.656 2.29545 +2.4198 1.74938 5.94753 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -1.17686 +3.26966 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 3 -N Secondaries 174 -EmEdep is=19902.6 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19902.6 0 - **** Primary : 4 - Vertex : (-8.66148,-8.80731,32740) -Number of F1 Tiles with Positive energy : 39 +N Tracks out of world 6 +N Secondaries 125 +EmEdep is=19710.8 MeV +HadEdep is=4.32131 MeV +Edep in FCAL1 FCAl2 : 19710.8 4.32131 + **** Primary : 6 + Vertex : (1.94335,14.9228,32740) +Number of F1 Tiles with Positive energy : 49 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.76683 1.68208 1.83783 +2.04664 3.35544 1.87067 Visible Energy in Hole Counter (MeV) -0 0 +0 7.93219 Visible Energy in Upstream Dead Materials -4.31138 +64.2253 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 N Tracks out of world 2 -N Secondaries 153 -EmEdep is=19713.3 MeV +N Secondaries 186 +EmEdep is=19821.4 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19713.3 0 - **** Primary : 5 - Vertex : (4.75859,7.01622,32740) -Number of F1 Tiles with Positive energy : 42 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -2.04873 1.90379 1.60978 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -14.9768 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 3 -N Secondaries 110 -EmEdep is=19802 MeV -HadEdep is=11.5225 MeV -Edep in FCAL1 FCAl2 : 19802 11.5225 - **** Primary : 6 - Vertex : (1.94335,14.9228,32740) -Number of F1 Tiles with Positive energy : 56 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -2.54313 1.77848 1.58938 - Visible Energy in Hole Counter (MeV) -0 174.869 - Visible Energy in Upstream Dead Materials -2164.34 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 102 -N Secondaries 151 -EmEdep is=16243 MeV -HadEdep is=1.20582 MeV -Edep in FCAL1 FCAl2 : 16243 1.20582 +Edep in FCAL1 FCAl2 : 19821.4 0 **** Primary : 7 Vertex : (-10.9878,-6.7949,32740) -Number of F1 Tiles with Positive energy : 68 +Number of F1 Tiles with Positive energy : 44 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.46959 2.23458 3.11541 +2.07067 2.39429 1.69165 Visible Energy in Hole Counter (MeV) -0 46.5797 +0 7.57965 Visible Energy in Upstream Dead Materials -752.228 +12.3094 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 39 -N Secondaries 96 -EmEdep is=18747.5 MeV -HadEdep is=5.42009 MeV -Edep in FCAL1 FCAl2 : 18747.5 5.42009 +N Tracks out of world 6 +N Secondaries 176 +EmEdep is=19757.3 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19757.3 0 **** Primary : 8 Vertex : (10.9757,-1.49585,32740) -Number of F1 Tiles with Positive energy : 43 +Number of F1 Tiles with Positive energy : 48 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.99474 1.64936 2.74552 +2.85842 2.25781 2.15944 Visible Energy in Hole Counter (MeV) -0 0 +0 139.133 Visible Energy in Upstream Dead Materials -14.473 +2925 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 8 -N Secondaries 160 -EmEdep is=19638.5 MeV -HadEdep is=0.000311677 MeV -Edep in FCAL1 FCAl2 : 19638.5 0.000311677 +N Tracks out of world 94 +N Secondaries 67 +EmEdep is=16354.6 MeV +HadEdep is=1.63346 MeV +Edep in FCAL1 FCAl2 : 16354.6 1.63346 **** Primary : 9 Vertex : (-27.7734,3.36444,32740) -Number of F1 Tiles with Positive energy : 53 +Number of F1 Tiles with Positive energy : 67 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.70505 1.8619 1.50535 +1.93383 2.45077 1.67406 Visible Energy in Hole Counter (MeV) -0 3.4554 +0 88.2375 Visible Energy in Upstream Dead Materials -1654.62 +7258.92 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 33 -N Secondaries 178 -EmEdep is=17210.3 MeV -HadEdep is=0.461684 MeV -Edep in FCAL1 FCAl2 : 17210.3 0.461684 +N Tracks out of world 145 +N Secondaries 296 +EmEdep is=9849.33 MeV +HadEdep is=0.989666 MeV +Edep in FCAL1 FCAl2 : 9849.33 0.989666 **** Primary : 10 Vertex : (-22.5474,4.1006,32740) -Number of F1 Tiles with Positive energy : 47 +Number of F1 Tiles with Positive energy : 62 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.43642 1.66043 1.72828 +1.54713 2.20074 1.7148 Visible Energy in Hole Counter (MeV) -0 0 +0 67.8564 Visible Energy in Upstream Dead Materials -18.1174 +3884.28 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 7 -N Secondaries 113 -EmEdep is=19686.4 MeV -HadEdep is=2.38842 MeV -Edep in FCAL1 FCAl2 : 19686.4 2.38842 +N Tracks out of world 121 +N Secondaries 97 +EmEdep is=13911.6 MeV +HadEdep is=1.16834 MeV +Edep in FCAL1 FCAl2 : 13911.6 1.16834 ---> Begin of event: 11 **** Primary : 11 Vertex : (-6.31939,21.5056,32740) -Number of F1 Tiles with Positive energy : 75 +Number of F1 Tiles with Positive energy : 47 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.60166 1.8864 1.55917 - Visible Energy in Hole Counter (MeV) -0 177.656 - Visible Energy in Upstream Dead Materials -3630.67 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 141 -N Secondaries 163 -EmEdep is=13559 MeV -HadEdep is=0.0283845 MeV -Edep in FCAL1 FCAl2 : 13559 0.0283845 - **** Primary : 12 - Vertex : (17.1015,6.30557,32740) -Number of F1 Tiles with Positive energy : 44 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.77946 1.60666 1.82494 +2.33174 1.81822 2.29445 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -2.17953 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 1 -N Secondaries 157 -EmEdep is=19908.2 MeV -HadEdep is=2.88762 MeV -Edep in FCAL1 FCAl2 : 19908.2 2.88762 - **** Primary : 13 - Vertex : (-24.9484,11.8659,32740) -Number of F1 Tiles with Positive energy : 12 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.77231 1.65674 2.45021 - Visible Energy in Hole Counter (MeV) -0 36.0568 - Visible Energy in Upstream Dead Materials -18956.3 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 91 -N Secondaries 118 -EmEdep is=523.399 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 523.399 0 - **** Primary : 14 - Vertex : (-0.133696,18.3151,32740) -Number of F1 Tiles with Positive energy : 46 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -3.09817 1.74529 1.81157 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -6.39945 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 3 -N Secondaries 113 -EmEdep is=19839.7 MeV -HadEdep is=1.63167 MeV -Edep in FCAL1 FCAl2 : 19839.7 1.63167 - **** Primary : 15 - Vertex : (17.3196,17.6617,32740) -Number of F1 Tiles with Positive energy : 38 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.56464 1.77512 1.67846 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -4.42622 +26.7241 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 N Tracks out of world 2 -N Secondaries 215 -EmEdep is=19635.1 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19635.1 0 - **** Primary : 16 - Vertex : (-20.8489,10.8988,32740) -Number of F1 Tiles with Positive energy : 53 +N Secondaries 242 +EmEdep is=19768 MeV +HadEdep is=17.7669 MeV +Edep in FCAL1 FCAl2 : 19768 17.7669 + **** Primary : 12 + Vertex : (17.1015,6.30557,32740) +Number of F1 Tiles with Positive energy : 50 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.70612 1.64159 1.56308 - Visible Energy in Hole Counter (MeV) -0 98.0406 - Visible Energy in Upstream Dead Materials -1992.95 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 62 -N Secondaries 160 -EmEdep is=17127.6 MeV -HadEdep is=1.02458 MeV -Edep in FCAL1 FCAl2 : 17127.6 1.02458 - **** Primary : 17 - Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 65 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.61913 1.65433 1.84493 - Visible Energy in Hole Counter (MeV) -0 80.6628 - Visible Energy in Upstream Dead Materials -3949.95 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 162 -N Secondaries 116 -EmEdep is=14234.6 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 14234.6 0 - **** Primary : 18 - Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 44 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -2.98499 1.68754 2.38241 +2.1153 1.64033 2.13926 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -12.0325 +5.62789 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 15 -N Secondaries 185 -EmEdep is=19511 MeV -HadEdep is=12.8828 MeV -Edep in FCAL1 FCAl2 : 19511 12.8828 +N Tracks out of world 5 +N Secondaries 186 +EmEdep is=19755.4 MeV +HadEdep is=0.784361 MeV +Edep in FCAL1 FCAl2 : 19755.4 0.784361 + **** Primary : 13 + Vertex : (-24.9484,11.8659,32740) +Number of F1 Tiles with Positive energy : 25 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.62903 1.74358 1.77086 + Visible Energy in Hole Counter (MeV) +0 132.587 + Visible Energy in Upstream Dead Materials +18020.5 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 211 +N Secondaries 251 +EmEdep is=893.945 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 893.945 0 + **** Primary : 14 + Vertex : (-0.133696,18.3151,32740) +Number of F1 Tiles with Positive energy : 40 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.6929 3.29473 1.59976 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +3.45274 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 4 +N Secondaries 165 +EmEdep is=19809.7 MeV +HadEdep is=10.8784 MeV +Edep in FCAL1 FCAl2 : 19809.7 10.8784 + **** Primary : 15 + Vertex : (17.3196,17.6617,32740) +Number of F1 Tiles with Positive energy : 46 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.5865 1.90432 1.85013 + Visible Energy in Hole Counter (MeV) +0 4.49935 + Visible Energy in Upstream Dead Materials +13.6529 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 5 +N Secondaries 104 +EmEdep is=19802.4 MeV +HadEdep is=0.439238 MeV +Edep in FCAL1 FCAl2 : 19802.4 0.439238 + **** Primary : 16 + Vertex : (-20.8489,10.8988,32740) +Number of F1 Tiles with Positive energy : 74 +Number of F2 tiles with Positive energy : 1 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.5567 2.04904 1.63201 + Visible Energy in Hole Counter (MeV) +0 74.2917 + Visible Energy in Upstream Dead Materials +3862.05 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 133 +N Secondaries 222 +EmEdep is=14539.4 MeV +HadEdep is=18.1961 MeV +Edep in FCAL1 FCAl2 : 14539.4 18.1961 + **** Primary : 17 + Vertex : (-9.96316,-9.33478,32740) +Number of F1 Tiles with Positive energy : 51 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.75946 1.80394 2.03944 + Visible Energy in Hole Counter (MeV) +0 4.61576 + Visible Energy in Upstream Dead Materials +927.846 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 22 +N Secondaries 225 +EmEdep is=18101.3 MeV +HadEdep is=4.58616 MeV +Edep in FCAL1 FCAl2 : 18101.3 4.58616 + **** Primary : 18 + Vertex : (-9.96316,-9.33478,32740) +Number of F1 Tiles with Positive energy : 58 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.73307 1.50044 1.87606 + Visible Energy in Hole Counter (MeV) +0 95.7156 + Visible Energy in Upstream Dead Materials +1550.92 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 64 +N Secondaries 96 +EmEdep is=17104.1 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 17104.1 0 Run terminated. Run Summary Number of events processed : 18 - User=8.300000s Real=8.366818s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=7.400000s Real=7.480573s Sys=0.000000s +There are 4 h1 histograms + 0 with 0 entries: Number of Out Of World + 1 with 0 entries: Number of Secondaries + 2 with 0 entries: Electromagnetic Energy/MeV + 3 with 0 entries: hadronic Energy/MeV +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1389,25 +1446,25 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 43 +Total navigation history collections cleaned: 47 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0596 MB +Pool ID '20G4NavigationLevelRep', size : 0.0654 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.125 MB Pool ID '16G4SmartVoxelNode', size : 0.112 MB Pool ID '17G4SmartVoxelProxy', size : 0.0942 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0836 MB -Pool ID '7G4Track', size : 0.167 MB -Pool ID '18G4TouchableHistory', size : 0.00481 MB +Pool ID '7G4Track', size : 0.25 MB +Pool ID '18G4TouchableHistory', size : 0.00577 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.53 MB +Dynamic pools deleted: 14 / Total memory freed: 0.66 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/medical_linac/History b/examples/advanced/medical_linac/History index 9cb2866e6d..6ff2ae8a70 100644 --- a/examples/advanced/medical_linac/History +++ b/examples/advanced/medical_linac/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example medical_linac History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (medical_linac-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 24.05.2021 B. Morgan (medical_linac-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out index 9f7415221a..56e59da8f7 100644 --- a/examples/advanced/medical_linac/medical_linac.out +++ b/examples/advanced/medical_linac/medical_linac.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -248,6 +248,7 @@ Checking overlaps for volume fullWaterPhantomPV:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -265,7 +266,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -275,8 +276,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -367,10 +369,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -403,10 +405,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -440,10 +442,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -476,12 +478,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -492,10 +494,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -509,10 +511,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -541,10 +543,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -573,10 +575,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -605,14 +607,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -623,7 +624,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -638,14 +639,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -656,7 +656,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -671,10 +671,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -703,10 +703,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -832,105 +832,105 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : targetR Index : 2 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Region(s) which use this couple : targetR Index : 3 used in the geometry : Yes Material : G4_Be Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.0129 keV e- 468.81 keV e+ 454.405 keV proton 100 keV + Energy thresholds : gamma 2.01246 keV e- 468.814 keV e+ 454.419 keV proton 100 keV Region(s) which use this couple : BeWindow Index : 4 used in the geometry : Yes Material : G4_KAPTON Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.97277 keV e- 419.485 keV e+ 406.695 keV proton 100 keV + Energy thresholds : gamma 2.97329 keV e- 419.475 keV e+ 406.697 keV proton 100 keV Region(s) which use this couple : ionizationChamber Index : 5 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 5 mm e- 5 mm e+ 5 mm proton 5 mm - Energy thresholds : gamma 55.127 keV e- 6.82825 MeV e+ 6.35094 MeV proton 500 keV + Energy thresholds : gamma 55.118 keV e- 6.8282 MeV e+ 6.351 MeV proton 500 keV Region(s) which use this couple : flatfilterR Index : 6 used in the geometry : Yes Material : G4_MYLAR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 3.01263 keV e- 420.623 keV e+ 407.829 keV proton 100 keV + Energy thresholds : gamma 3.01225 keV e- 420.616 keV e+ 407.833 keV proton 100 keV Region(s) which use this couple : Mirror Index : 7 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : PrymCollR Index : 8 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : PrymCollR Index : 9 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 60.6475 keV e- 13.0434 MeV e+ 12.1452 MeV proton 1 MeV + Energy thresholds : gamma 60.6431 keV e- 13.0433 MeV e+ 12.1452 MeV proton 1 MeV Region(s) which use this couple : MLCR Index : 10 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws1XR Index : 11 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws2XR Index : 12 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws1YR Index : 13 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws2YR Index : 14 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.11083 keV e- 85.0421 keV e+ 83.9054 keV proton 10 keV + Energy thresholds : gamma 1.11075 keV e- 85.0445 keV e+ 83.9021 keV proton 10 keV Region(s) which use this couple : fullWaterPhantomR @@ -974,10 +974,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=17.120000s Real=17.344744s Sys=0.010000s + User=16.510000s Real=16.713021s Sys=0.000000s PrimitiveScorer RUN PhantomSD,TotalDose - Number of entries 189 -loop elapsed time [s] : 17.16 + Number of entries 196 +loop elapsed time [s] : 16.55 Region -- -- appears in world volume @@ -1082,105 +1082,105 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : targetR Index : 2 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Region(s) which use this couple : targetR Index : 3 used in the geometry : Yes Material : G4_Be Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.0129 keV e- 468.81 keV e+ 454.405 keV proton 100 keV + Energy thresholds : gamma 2.01246 keV e- 468.814 keV e+ 454.419 keV proton 100 keV Region(s) which use this couple : BeWindow Index : 4 used in the geometry : Yes Material : G4_KAPTON Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.97277 keV e- 419.485 keV e+ 406.695 keV proton 100 keV + Energy thresholds : gamma 2.97329 keV e- 419.475 keV e+ 406.697 keV proton 100 keV Region(s) which use this couple : ionizationChamber Index : 5 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 5 mm e- 5 mm e+ 5 mm proton 5 mm - Energy thresholds : gamma 55.127 keV e- 6.82825 MeV e+ 6.35094 MeV proton 500 keV + Energy thresholds : gamma 55.118 keV e- 6.8282 MeV e+ 6.351 MeV proton 500 keV Region(s) which use this couple : flatfilterR Index : 6 used in the geometry : Yes Material : G4_MYLAR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 3.01263 keV e- 420.623 keV e+ 407.829 keV proton 100 keV + Energy thresholds : gamma 3.01225 keV e- 420.616 keV e+ 407.833 keV proton 100 keV Region(s) which use this couple : Mirror Index : 7 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : PrymCollR Index : 8 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : PrymCollR Index : 9 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 60.6475 keV e- 13.0434 MeV e+ 12.1452 MeV proton 1 MeV + Energy thresholds : gamma 60.6431 keV e- 13.0433 MeV e+ 12.1452 MeV proton 1 MeV Region(s) which use this couple : MLCR Index : 10 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws1XR Index : 11 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws2XR Index : 12 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws1YR Index : 13 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws2YR Index : 14 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.11083 keV e- 85.0421 keV e+ 83.9054 keV proton 10 keV + Energy thresholds : gamma 1.11075 keV e- 85.0445 keV e+ 83.9021 keV proton 10 keV Region(s) which use this couple : fullWaterPhantomR @@ -1201,10 +1201,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=16.840000s Real=17.022293s Sys=0.000000s + User=16.850000s Real=17.085527s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose - Number of entries 167 -loop elapsed time [s] : 16.87 + Number of entries 126 +loop elapsed time [s] : 16.89 ################ END NEW GEOMETRY ######################## /run/geometryModified @@ -1356,105 +1356,105 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : targetR Index : 2 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Region(s) which use this couple : targetR Index : 3 used in the geometry : Yes Material : G4_Be Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.0129 keV e- 468.81 keV e+ 454.405 keV proton 100 keV + Energy thresholds : gamma 2.01246 keV e- 468.814 keV e+ 454.419 keV proton 100 keV Region(s) which use this couple : BeWindow Index : 4 used in the geometry : Yes Material : G4_KAPTON Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.97277 keV e- 419.485 keV e+ 406.695 keV proton 100 keV + Energy thresholds : gamma 2.97329 keV e- 419.475 keV e+ 406.697 keV proton 100 keV Region(s) which use this couple : ionizationChamber Index : 5 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 5 mm e- 5 mm e+ 5 mm proton 5 mm - Energy thresholds : gamma 55.127 keV e- 6.82825 MeV e+ 6.35094 MeV proton 500 keV + Energy thresholds : gamma 55.118 keV e- 6.8282 MeV e+ 6.351 MeV proton 500 keV Region(s) which use this couple : flatfilterR Index : 6 used in the geometry : Yes Material : G4_MYLAR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 3.01263 keV e- 420.623 keV e+ 407.829 keV proton 100 keV + Energy thresholds : gamma 3.01225 keV e- 420.616 keV e+ 407.833 keV proton 100 keV Region(s) which use this couple : Mirror Index : 7 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : PrymCollR Index : 8 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : PrymCollR Index : 9 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 60.6475 keV e- 13.0434 MeV e+ 12.1452 MeV proton 1 MeV + Energy thresholds : gamma 60.6431 keV e- 13.0433 MeV e+ 12.1452 MeV proton 1 MeV Region(s) which use this couple : MLCR Index : 10 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws1XR Index : 11 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws2XR Index : 12 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws1YR Index : 13 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws2YR Index : 14 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.11083 keV e- 85.0421 keV e+ 83.9054 keV proton 10 keV + Energy thresholds : gamma 1.11075 keV e- 85.0445 keV e+ 83.9021 keV proton 10 keV Region(s) which use this couple : fullWaterPhantomR @@ -1498,10 +1498,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=16.760000s Real=16.956064s Sys=0.010000s + User=17.100000s Real=17.334355s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose - Number of entries 112 -loop elapsed time [s] : 16.79 + Number of entries 116 +loop elapsed time [s] : 17.14 Region -- -- appears in world volume @@ -1606,105 +1606,105 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : targetR Index : 2 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Region(s) which use this couple : targetR Index : 3 used in the geometry : Yes Material : G4_Be Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.0129 keV e- 468.81 keV e+ 454.405 keV proton 100 keV + Energy thresholds : gamma 2.01246 keV e- 468.814 keV e+ 454.419 keV proton 100 keV Region(s) which use this couple : BeWindow Index : 4 used in the geometry : Yes Material : G4_KAPTON Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.97277 keV e- 419.485 keV e+ 406.695 keV proton 100 keV + Energy thresholds : gamma 2.97329 keV e- 419.475 keV e+ 406.697 keV proton 100 keV Region(s) which use this couple : ionizationChamber Index : 5 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 5 mm e- 5 mm e+ 5 mm proton 5 mm - Energy thresholds : gamma 55.127 keV e- 6.82825 MeV e+ 6.35094 MeV proton 500 keV + Energy thresholds : gamma 55.118 keV e- 6.8282 MeV e+ 6.351 MeV proton 500 keV Region(s) which use this couple : flatfilterR Index : 6 used in the geometry : Yes Material : G4_MYLAR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 3.01263 keV e- 420.623 keV e+ 407.829 keV proton 100 keV + Energy thresholds : gamma 3.01225 keV e- 420.616 keV e+ 407.833 keV proton 100 keV Region(s) which use this couple : Mirror Index : 7 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : PrymCollR Index : 8 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : PrymCollR Index : 9 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 60.6475 keV e- 13.0434 MeV e+ 12.1452 MeV proton 1 MeV + Energy thresholds : gamma 60.6431 keV e- 13.0433 MeV e+ 12.1452 MeV proton 1 MeV Region(s) which use this couple : MLCR Index : 10 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws1XR Index : 11 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws2XR Index : 12 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws1YR Index : 13 used in the geometry : Yes Material : steel1 Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 81.2182 keV e- 28.1438 MeV e+ 26.2789 MeV proton 2 MeV + Energy thresholds : gamma 81.2176 keV e- 28.1438 MeV e+ 26.2791 MeV proton 2 MeV Region(s) which use this couple : Jaws2YR Index : 14 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.11083 keV e- 85.0421 keV e+ 83.9054 keV proton 10 keV + Energy thresholds : gamma 1.11075 keV e- 85.0445 keV e+ 83.9021 keV proton 10 keV Region(s) which use this couple : fullWaterPhantomR @@ -1725,13 +1725,13 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=16.950000s Real=17.204220s Sys=0.010000s + User=16.950000s Real=17.184810s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose - Number of entries 72 -loop elapsed time [s] : 17 + Number of entries 116 +loop elapsed time [s] : 16.99 ################ END NEW GEOMETRY ######################## -loop elapsed time [s] : 71.11 +loop elapsed time [s] : 70.7 G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -1746,27 +1746,26 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 20 +Total navigation history collections cleaned: 22 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0288 MB +Pool ID '20G4NavigationLevelRep', size : 0.0327 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.00577 MB Pool ID '17G4SmartVoxelProxy', size : 0.00288 MB -Pool ID '16G4HitsCollection', size : 0 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '17G4DynamicParticle', size : 0.00385 MB -Pool ID '7G4Track', size : 0.00673 MB +Pool ID '7G4Track', size : 0.00769 MB Pool ID '18G4TouchableHistory', size : 0.00288 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '12G4Trajectory', size : 0.00288 MB -Pool ID '17G4TrajectoryPoint', size : 0.0385 MB +Pool ID '17G4TrajectoryPoint', size : 0.0356 MB Pool ID '21G4TrajectoryContainer', size : 0.000961 MB -Number of memory pools allocated: 16 of which, static: 0 -Dynamic pools deleted: 16 / Total memory freed: 0.099 MB +Number of memory pools allocated: 15 of which, static: 0 +Dynamic pools deleted: 15 / Total memory freed: 0.1 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/medical_linac/totDose.txt b/examples/advanced/medical_linac/totDose.txt index df06b9d3ea..d652e2093e 100644 --- a/examples/advanced/medical_linac/totDose.txt +++ b/examples/advanced/medical_linac/totDose.txt @@ -254,7 +254,7 @@ 13 8 0 0 14 8 0 0 15 8 0 0 -16 8 0 0 +16 8 0 1.0094e-12 17 8 0 0 18 8 0 0 19 8 0 0 @@ -551,7 +551,7 @@ 10 18 0 0 11 18 0 0 12 18 0 0 -13 18 0 0 +13 18 0 1.14699e-10 14 18 0 0 15 18 0 0 16 18 0 0 @@ -581,7 +581,7 @@ 10 19 0 0 11 19 0 0 12 19 0 0 -13 19 0 0 +13 19 0 1.65689e-10 14 19 0 0 15 19 0 0 16 19 0 0 @@ -620,7 +620,7 @@ 19 20 0 0 20 20 0 0 21 20 0 0 -22 20 0 0 +22 20 0 1.0741e-11 23 20 0 0 24 20 0 0 25 20 0 0 @@ -1243,7 +1243,7 @@ 12 11 1 0 13 11 1 0 14 11 1 0 -15 11 1 0 +15 11 1 1.37309e-13 16 11 1 0 17 11 1 0 18 11 1 0 @@ -1798,8 +1798,8 @@ 27 29 1 0 28 29 1 0 29 29 1 0 -0 0 2 0 -1 0 2 0 +0 0 2 3.45408e-11 +1 0 2 5.29834e-12 2 0 2 0 3 0 2 0 4 0 2 0 @@ -1875,7 +1875,7 @@ 14 2 2 0 15 2 2 0 16 2 2 0 -17 2 2 0 +17 2 2 6.41383e-12 18 2 2 0 19 2 2 0 20 2 2 0 @@ -1993,7 +1993,7 @@ 12 6 2 0 13 6 2 0 14 6 2 0 -15 6 2 0 +15 6 2 1.02e-12 16 6 2 0 17 6 2 0 18 6 2 0 @@ -2327,7 +2327,7 @@ 16 17 2 0 17 17 2 0 18 17 2 0 -19 17 2 0 +19 17 2 1.11634e-12 20 17 2 0 21 17 2 0 22 17 2 0 @@ -2648,7 +2648,7 @@ 7 28 2 0 8 28 2 0 9 28 2 0 -10 28 2 1.10921e-11 +10 28 2 0 11 28 2 0 12 28 2 0 13 28 2 0 @@ -2919,7 +2919,7 @@ 8 7 3 0 9 7 3 0 10 7 3 0 -11 7 3 0 +11 7 3 1.43669e-12 12 7 3 0 13 7 3 0 14 7 3 0 @@ -3122,9 +3122,9 @@ 1 14 3 0 2 14 3 0 3 14 3 0 -4 14 3 1.15796e-11 +4 14 3 0 5 14 3 0 -6 14 3 3.47834e-11 +6 14 3 0 7 14 3 0 8 14 3 0 9 14 3 0 @@ -3152,7 +3152,7 @@ 1 15 3 0 2 15 3 0 3 15 3 0 -4 15 3 2.03563e-12 +4 15 3 0 5 15 3 0 6 15 3 0 7 15 3 0 @@ -3498,7 +3498,7 @@ 17 26 3 0 18 26 3 0 19 26 3 0 -20 26 3 1.45981e-12 +20 26 3 0 21 26 3 0 22 26 3 0 23 26 3 0 @@ -3569,7 +3569,7 @@ 28 28 3 0 29 28 3 0 0 29 3 0 -1 29 3 4.55807e-11 +1 29 3 0 2 29 3 0 3 29 3 0 4 29 3 0 @@ -4083,7 +4083,7 @@ 2 16 4 0 3 16 4 0 4 16 4 0 -5 16 4 1.35819e-11 +5 16 4 0 6 16 4 0 7 16 4 0 8 16 4 0 @@ -4094,7 +4094,7 @@ 13 16 4 0 14 16 4 0 15 16 4 0 -16 16 4 0 +16 16 4 1.26021e-13 17 16 4 0 18 16 4 0 19 16 4 0 @@ -4112,7 +4112,7 @@ 1 17 4 0 2 17 4 0 3 17 4 0 -4 17 4 1.32071e-13 +4 17 4 0 5 17 4 0 6 17 4 0 7 17 4 0 @@ -4141,7 +4141,7 @@ 0 18 4 0 1 18 4 0 2 18 4 0 -3 18 4 4.46279e-12 +3 18 4 0 4 18 4 0 5 18 4 0 6 18 4 0 @@ -4285,7 +4285,7 @@ 24 22 4 0 25 22 4 0 26 22 4 0 -27 22 4 1.43418e-12 +27 22 4 0 28 22 4 0 29 22 4 0 0 23 4 0 @@ -4426,7 +4426,7 @@ 15 27 4 0 16 27 4 0 17 27 4 0 -18 27 4 6.52496e-12 +18 27 4 0 19 27 4 0 20 27 4 0 21 27 4 0 @@ -4747,7 +4747,7 @@ 6 8 5 0 7 8 5 0 8 8 5 0 -9 8 5 0 +9 8 5 1.369e-13 10 8 5 0 11 8 5 0 12 8 5 0 @@ -4995,7 +4995,7 @@ 14 16 5 0 15 16 5 0 16 16 5 0 -17 16 5 0 +17 16 5 6.00659e-12 18 16 5 0 19 16 5 0 20 16 5 0 @@ -5123,7 +5123,7 @@ 22 20 5 0 23 20 5 0 24 20 5 0 -25 20 5 1.03087e-13 +25 20 5 0 26 20 5 0 27 20 5 0 28 20 5 0 @@ -5412,7 +5412,7 @@ 11 0 6 0 12 0 6 0 13 0 6 0 -14 0 6 0 +14 0 6 1.20512e-13 15 0 6 0 16 0 6 0 17 0 6 0 @@ -5793,7 +5793,7 @@ 2 13 6 0 3 13 6 0 4 13 6 0 -5 13 6 1.84807e-11 +5 13 6 0 6 13 6 0 7 13 6 0 8 13 6 0 @@ -5925,7 +5925,7 @@ 14 17 6 0 15 17 6 0 16 17 6 0 -17 17 6 0 +17 17 6 2.54409e-12 18 17 6 0 19 17 6 0 20 17 6 0 @@ -5994,7 +5994,7 @@ 23 19 6 0 24 19 6 0 25 19 6 0 -26 19 6 3.315e-12 +26 19 6 0 27 19 6 0 28 19 6 0 29 19 6 0 @@ -6087,7 +6087,7 @@ 26 22 6 0 27 22 6 0 28 22 6 0 -29 22 6 4.32979e-12 +29 22 6 0 0 23 6 0 1 23 6 0 2 23 6 0 @@ -6140,7 +6140,7 @@ 19 24 6 0 20 24 6 0 21 24 6 0 -22 24 6 1.91683e-11 +22 24 6 0 23 24 6 0 24 24 6 0 25 24 6 0 @@ -6251,7 +6251,7 @@ 10 28 6 0 11 28 6 0 12 28 6 0 -13 28 6 1.71902e-12 +13 28 6 0 14 28 6 0 15 28 6 0 16 28 6 0 @@ -6308,7 +6308,7 @@ 7 0 7 0 8 0 7 0 9 0 7 0 -10 0 7 0 +10 0 7 9.58396e-13 11 0 7 0 12 0 7 0 13 0 7 0 @@ -6721,7 +6721,7 @@ 0 14 7 0 1 14 7 0 2 14 7 0 -3 14 7 1.91486e-13 +3 14 7 0 4 14 7 0 5 14 7 0 6 14 7 0 @@ -7445,7 +7445,7 @@ 4 8 8 0 5 8 8 0 6 8 8 0 -7 8 8 0 +7 8 8 5.69015e-12 8 8 8 0 9 8 8 0 10 8 8 0 @@ -7873,7 +7873,7 @@ 12 22 8 0 13 22 8 0 14 22 8 0 -15 22 8 7.52417e-13 +15 22 8 0 16 22 8 0 17 22 8 0 18 22 8 0 @@ -8023,7 +8023,7 @@ 12 27 8 0 13 27 8 0 14 27 8 0 -15 27 8 1.15724e-12 +15 27 8 0 16 27 8 0 17 27 8 0 18 27 8 0 @@ -8346,7 +8346,7 @@ 5 8 9 0 6 8 9 0 7 8 9 0 -8 8 9 0 +8 8 9 3.35735e-13 9 8 9 0 10 8 9 0 11 8 9 0 @@ -8479,7 +8479,7 @@ 18 12 9 0 19 12 9 0 20 12 9 0 -21 12 9 0 +21 12 9 1.30042e-11 22 12 9 0 23 12 9 0 24 12 9 0 @@ -8645,8 +8645,8 @@ 4 18 9 0 5 18 9 0 6 18 9 0 -7 18 9 2.81183e-10 -8 18 9 2.38345e-12 +7 18 9 0 +8 18 9 0 9 18 9 0 10 18 9 0 11 18 9 0 @@ -8705,7 +8705,7 @@ 4 20 9 0 5 20 9 0 6 20 9 0 -7 20 9 3.06664e-13 +7 20 9 0 8 20 9 0 9 20 9 0 10 20 9 0 @@ -8922,7 +8922,7 @@ 11 27 9 0 12 27 9 0 13 27 9 0 -14 27 9 1.68342e-12 +14 27 9 0 15 27 9 0 16 27 9 0 17 27 9 0 @@ -9220,8 +9220,8 @@ 9 7 10 0 10 7 10 0 11 7 10 0 -12 7 10 0 -13 7 10 0 +12 7 10 3.97663e-12 +13 7 10 3.03338e-12 14 7 10 0 15 7 10 0 16 7 10 0 @@ -10596,7 +10596,7 @@ 5 23 11 0 6 23 11 0 7 23 11 0 -8 23 11 5.27042e-13 +8 23 11 0 9 23 11 0 10 23 11 0 11 23 11 0 @@ -11052,7 +11052,7 @@ 11 8 12 0 12 8 12 0 13 8 12 0 -14 8 12 0 +14 8 12 8.07058e-13 15 8 12 0 16 8 12 0 17 8 12 0 @@ -11413,7 +11413,7 @@ 12 20 12 0 13 20 12 0 14 20 12 0 -15 20 12 1.20935e-12 +15 20 12 0 16 20 12 0 17 20 12 0 18 20 12 0 @@ -11707,7 +11707,7 @@ 6 0 13 0 7 0 13 0 8 0 13 0 -9 0 13 0 +9 0 13 5.08264e-12 10 0 13 0 11 0 13 0 12 0 13 0 @@ -11737,7 +11737,7 @@ 6 1 13 0 7 1 13 0 8 1 13 0 -9 1 13 0 +9 1 13 8.90974e-12 10 1 13 0 11 1 13 0 12 1 13 0 @@ -11954,8 +11954,8 @@ 13 8 13 0 14 8 13 0 15 8 13 0 -16 8 13 0 -17 8 13 0 +16 8 13 5.93266e-12 +17 8 13 8.66669e-12 18 8 13 0 19 8 13 0 20 8 13 0 @@ -12066,7 +12066,7 @@ 5 12 13 0 6 12 13 0 7 12 13 0 -8 12 13 0 +8 12 13 3.53996e-11 9 12 13 0 10 12 13 0 11 12 13 0 @@ -12312,7 +12312,7 @@ 11 20 13 0 12 20 13 0 13 20 13 0 -14 20 13 1.82124e-11 +14 20 13 0 15 20 13 0 16 20 13 0 17 20 13 0 @@ -12486,7 +12486,7 @@ 5 26 13 0 6 26 13 0 7 26 13 0 -8 26 13 6.25101e-12 +8 26 13 0 9 26 13 0 10 26 13 0 11 26 13 0 @@ -12523,7 +12523,7 @@ 12 27 13 0 13 27 13 0 14 27 13 0 -15 27 13 1.12836e-10 +15 27 13 0 16 27 13 0 17 27 13 0 18 27 13 0 @@ -12554,12 +12554,12 @@ 13 28 13 0 14 28 13 0 15 28 13 0 -16 28 13 0 +16 28 13 3.25972e-11 17 28 13 0 18 28 13 0 19 28 13 0 20 28 13 0 -21 28 13 0 +21 28 13 7.76626e-11 22 28 13 0 23 28 13 0 24 28 13 0 @@ -12588,7 +12588,7 @@ 17 29 13 0 18 29 13 0 19 29 13 0 -20 29 13 1.65047e-11 +20 29 13 0 21 29 13 0 22 29 13 0 23 29 13 0 @@ -12669,7 +12669,7 @@ 8 2 14 0 9 2 14 0 10 2 14 0 -11 2 14 0 +11 2 14 8.98972e-12 12 2 14 0 13 2 14 0 14 2 14 0 @@ -13385,7 +13385,7 @@ 4 26 14 0 5 26 14 0 6 26 14 0 -7 26 14 6.57004e-12 +7 26 14 0 8 26 14 0 9 26 14 0 10 26 14 0 @@ -13393,8 +13393,8 @@ 12 26 14 0 13 26 14 0 14 26 14 0 -15 26 14 3.00966e-11 -16 26 14 1.08852e-10 +15 26 14 0 +16 26 14 1.12804e-10 17 26 14 0 18 26 14 0 19 26 14 0 @@ -13423,8 +13423,8 @@ 12 27 14 0 13 27 14 0 14 27 14 0 -15 27 14 5.07074e-11 -16 27 14 1.12262e-10 +15 27 14 0 +16 27 14 0 17 27 14 0 18 27 14 0 19 27 14 0 @@ -13445,7 +13445,7 @@ 4 28 14 0 5 28 14 0 6 28 14 0 -7 28 14 2.29356e-11 +7 28 14 0 8 28 14 0 9 28 14 0 10 28 14 0 @@ -13453,7 +13453,7 @@ 12 28 14 0 13 28 14 0 14 28 14 0 -15 28 14 0 +15 28 14 2.15976e-10 16 28 14 0 17 28 14 0 18 28 14 0 @@ -13480,9 +13480,9 @@ 9 29 14 0 10 29 14 0 11 29 14 0 -12 29 14 0 +12 29 14 3.5779e-12 13 29 14 0 -14 29 14 0 +14 29 14 2.22498e-11 15 29 14 0 16 29 14 0 17 29 14 0 @@ -13840,7 +13840,7 @@ 9 11 15 0 10 11 15 0 11 11 15 0 -12 11 15 0 +12 11 15 7.60082e-11 13 11 15 0 14 11 15 0 15 11 15 0 @@ -13901,7 +13901,7 @@ 10 13 15 0 11 13 15 0 12 13 15 0 -13 13 15 0 +13 13 15 1.78688e-10 14 13 15 0 15 13 15 0 16 13 15 0 @@ -13974,7 +13974,7 @@ 23 15 15 0 24 15 15 0 25 15 15 0 -26 15 15 0 +26 15 15 4.0312e-12 27 15 15 0 28 15 15 0 29 15 15 0 @@ -14108,7 +14108,7 @@ 7 20 15 0 8 20 15 0 9 20 15 0 -10 20 15 6.6698e-13 +10 20 15 0 11 20 15 0 12 20 15 0 13 20 15 0 @@ -14140,7 +14140,7 @@ 9 21 15 0 10 21 15 0 11 21 15 0 -12 21 15 1.58253e-13 +12 21 15 0 13 21 15 0 14 21 15 0 15 21 15 0 @@ -14315,7 +14315,7 @@ 4 27 15 0 5 27 15 0 6 27 15 0 -7 27 15 2.65868e-10 +7 27 15 0 8 27 15 0 9 27 15 0 10 27 15 0 @@ -14324,13 +14324,13 @@ 13 27 15 0 14 27 15 0 15 27 15 0 -16 27 15 0 +16 27 15 1.66567e-10 17 27 15 0 18 27 15 0 19 27 15 0 20 27 15 0 21 27 15 0 -22 27 15 0 +22 27 15 5.1395e-12 23 27 15 0 24 27 15 0 25 27 15 0 @@ -14345,7 +14345,7 @@ 4 28 15 0 5 28 15 0 6 28 15 0 -7 28 15 3.61127e-11 +7 28 15 0 8 28 15 0 9 28 15 0 10 28 15 0 @@ -14354,7 +14354,7 @@ 13 28 15 0 14 28 15 0 15 28 15 0 -16 28 15 0 +16 28 15 7.27945e-11 17 28 15 0 18 28 15 0 19 28 15 0 @@ -14469,7 +14469,7 @@ 8 2 16 0 9 2 16 0 10 2 16 0 -11 2 16 0 +11 2 16 1.35121e-12 12 2 16 0 13 2 16 0 14 2 16 0 @@ -14696,7 +14696,7 @@ 25 9 16 0 26 9 16 0 27 9 16 0 -28 9 16 0 +28 9 16 1.95054e-11 29 9 16 0 0 10 16 0 1 10 16 0 @@ -14937,7 +14937,7 @@ 26 17 16 0 27 17 16 0 28 17 16 0 -29 17 16 0 +29 17 16 3.65516e-12 0 18 16 0 1 18 16 0 2 18 16 0 @@ -15008,16 +15008,16 @@ 7 20 16 0 8 20 16 0 9 20 16 0 -10 20 16 6.1853e-13 +10 20 16 0 11 20 16 0 12 20 16 0 13 20 16 0 14 20 16 0 15 20 16 0 16 20 16 0 -17 20 16 0 +17 20 16 2.50793e-11 18 20 16 0 -19 20 16 0 +19 20 16 5.17226e-12 20 20 16 0 21 20 16 0 22 20 16 0 @@ -15046,7 +15046,7 @@ 15 21 16 0 16 21 16 0 17 21 16 0 -18 21 16 0 +18 21 16 5.30198e-12 19 21 16 0 20 21 16 0 21 21 16 0 @@ -15279,8 +15279,8 @@ 8 29 16 0 9 29 16 0 10 29 16 0 -11 29 16 4.40969e-11 -12 29 16 1.42972e-10 +11 29 16 0 +12 29 16 0 13 29 16 0 14 29 16 0 15 29 16 0 @@ -15476,7 +15476,7 @@ 25 5 17 0 26 5 17 0 27 5 17 0 -28 5 17 0 +28 5 17 4.38685e-13 29 5 17 0 0 6 17 0 1 6 17 0 @@ -15774,7 +15774,7 @@ 23 15 17 0 24 15 17 0 25 15 17 0 -26 15 17 0 +26 15 17 5.75409e-12 27 15 17 0 28 15 17 0 29 15 17 0 @@ -15882,7 +15882,7 @@ 11 19 17 0 12 19 17 0 13 19 17 0 -14 19 17 1.2647e-10 +14 19 17 0 15 19 17 0 16 19 17 0 17 19 17 0 @@ -15968,7 +15968,7 @@ 7 22 17 0 8 22 17 0 9 22 17 0 -10 22 17 2.46923e-11 +10 22 17 0 11 22 17 0 12 22 17 0 13 22 17 0 @@ -16146,7 +16146,7 @@ 5 28 17 0 6 28 17 0 7 28 17 0 -8 28 17 5.66832e-12 +8 28 17 0 9 28 17 0 10 28 17 0 11 28 17 0 @@ -16181,7 +16181,7 @@ 10 29 17 0 11 29 17 0 12 29 17 0 -13 29 17 0 +13 29 17 2.71459e-10 14 29 17 0 15 29 17 0 16 29 17 0 @@ -16710,7 +16710,7 @@ 29 16 18 0 0 17 18 0 1 17 18 0 -2 17 18 0 +2 17 18 2.09757e-12 3 17 18 0 4 17 18 0 5 17 18 0 @@ -16738,7 +16738,7 @@ 27 17 18 0 28 17 18 0 29 17 18 0 -0 18 18 0 +0 18 18 5.28738e-12 1 18 18 0 2 18 18 0 3 18 18 0 @@ -16869,7 +16869,7 @@ 8 22 18 0 9 22 18 0 10 22 18 0 -11 22 18 0 +11 22 18 1.3372e-10 12 22 18 0 13 22 18 0 14 22 18 0 @@ -16897,7 +16897,7 @@ 6 23 18 0 7 23 18 0 8 23 18 0 -9 23 18 7.8848e-12 +9 23 18 0 10 23 18 0 11 23 18 0 12 23 18 0 @@ -16937,7 +16937,7 @@ 16 24 18 0 17 24 18 0 18 24 18 0 -19 24 18 2.51916e-10 +19 24 18 0 20 24 18 0 21 24 18 0 22 24 18 0 @@ -17045,17 +17045,17 @@ 4 28 18 0 5 28 18 0 6 28 18 0 -7 28 18 1.17918e-11 -8 28 18 2.21419e-10 -9 28 18 3.18938e-10 +7 28 18 0 +8 28 18 0 +9 28 18 0 10 28 18 0 11 28 18 0 -12 28 18 0 +12 28 18 9.74012e-11 13 28 18 0 14 28 18 0 15 28 18 0 16 28 18 0 -17 28 18 0 +17 28 18 1.25339e-10 18 28 18 0 19 28 18 0 20 28 18 0 @@ -17077,7 +17077,7 @@ 6 29 18 0 7 29 18 0 8 29 18 0 -9 29 18 0 +9 29 18 3.0563e-10 10 29 18 0 11 29 18 0 12 29 18 0 @@ -17132,7 +17132,7 @@ 1 1 19 0 2 1 19 0 3 1 19 0 -4 1 19 0 +4 1 19 2.02927e-12 5 1 19 0 6 1 19 0 7 1 19 0 @@ -17637,7 +17637,7 @@ 26 17 19 0 27 17 19 0 28 17 19 0 -29 17 19 0 +29 17 19 1.22449e-12 0 18 19 0 1 18 19 0 2 18 19 0 @@ -17712,7 +17712,7 @@ 11 20 19 0 12 20 19 0 13 20 19 0 -14 20 19 0 +14 20 19 1.38423e-11 15 20 19 0 16 20 19 0 17 20 19 0 @@ -18494,7 +18494,7 @@ 13 16 20 0 14 16 20 0 15 16 20 0 -16 16 20 0 +16 16 20 6.1714e-12 17 16 20 0 18 16 20 0 19 16 20 0 @@ -18545,7 +18545,7 @@ 4 18 20 0 5 18 20 0 6 18 20 0 -7 18 20 0 +7 18 20 5.64804e-11 8 18 20 0 9 18 20 0 10 18 20 0 @@ -18612,7 +18612,7 @@ 11 20 20 0 12 20 20 0 13 20 20 0 -14 20 20 0 +14 20 20 5.06161e-11 15 20 20 0 16 20 20 0 17 20 20 0 @@ -18642,7 +18642,7 @@ 11 21 20 0 12 21 20 0 13 21 20 0 -14 21 20 0 +14 21 20 5.81544e-11 15 21 20 0 16 21 20 0 17 21 20 0 @@ -19512,7 +19512,7 @@ 11 20 21 0 12 20 21 0 13 20 21 0 -14 20 21 0 +14 20 21 1.62027e-11 15 20 21 0 16 20 21 0 17 20 21 0 @@ -19542,7 +19542,7 @@ 11 21 21 0 12 21 21 0 13 21 21 0 -14 21 21 0 +14 21 21 7.44177e-11 15 21 21 0 16 21 21 0 17 21 21 0 @@ -19654,7 +19654,7 @@ 3 25 21 0 4 25 21 0 5 25 21 0 -6 25 21 1.81098e-11 +6 25 21 0 7 25 21 0 8 25 21 0 9 25 21 0 @@ -19754,7 +19754,7 @@ 13 28 21 0 14 28 21 0 15 28 21 0 -16 28 21 1.10174e-10 +16 28 21 0 17 28 21 0 18 28 21 0 19 28 21 0 @@ -19784,7 +19784,7 @@ 13 29 21 0 14 29 21 0 15 29 21 0 -16 29 21 2.38464e-11 +16 29 21 0 17 29 21 0 18 29 21 0 19 29 21 0 @@ -20198,7 +20198,7 @@ 7 13 22 0 8 13 22 0 9 13 22 0 -10 13 22 0 +10 13 22 1.75361e-10 11 13 22 0 12 13 22 0 13 13 22 0 @@ -20411,7 +20411,7 @@ 10 20 22 0 11 20 22 0 12 20 22 0 -13 20 22 0 +13 20 22 3.24308e-11 14 20 22 0 15 20 22 0 16 20 22 0 @@ -20441,7 +20441,7 @@ 10 21 22 0 11 21 22 0 12 21 22 0 -13 21 22 0 +13 21 22 1.82371e-11 14 21 22 0 15 21 22 0 16 21 22 0 @@ -20524,9 +20524,9 @@ 3 24 22 0 4 24 22 0 5 24 22 0 -6 24 22 1.28728e-10 +6 24 22 0 7 24 22 0 -8 24 22 4.50001e-13 +8 24 22 0 9 24 22 0 10 24 22 0 11 24 22 0 @@ -20554,7 +20554,7 @@ 3 25 22 0 4 25 22 0 5 25 22 0 -6 25 22 7.57369e-11 +6 25 22 0 7 25 22 0 8 25 22 0 9 25 22 0 @@ -20567,7 +20567,7 @@ 16 25 22 0 17 25 22 0 18 25 22 0 -19 25 22 0 +19 25 22 8.92449e-12 20 25 22 0 21 25 22 0 22 25 22 0 @@ -21096,8 +21096,8 @@ 5 13 23 0 6 13 23 0 7 13 23 0 -8 13 23 0 -9 13 23 0 +8 13 23 2.41951e-10 +9 13 23 6.86574e-11 10 13 23 0 11 13 23 0 12 13 23 0 @@ -21126,7 +21126,7 @@ 5 14 23 0 6 14 23 0 7 14 23 0 -8 14 23 0 +8 14 23 2.28759e-11 9 14 23 0 10 14 23 0 11 14 23 0 @@ -21242,7 +21242,7 @@ 1 18 23 0 2 18 23 0 3 18 23 0 -4 18 23 0 +4 18 23 5.51805e-11 5 18 23 0 6 18 23 0 7 18 23 0 @@ -21257,7 +21257,7 @@ 16 18 23 0 17 18 23 0 18 18 23 0 -19 18 23 0 +19 18 23 2.24598e-12 20 18 23 0 21 18 23 0 22 18 23 0 @@ -21426,15 +21426,15 @@ 5 24 23 0 6 24 23 0 7 24 23 0 -8 24 23 6.81153e-11 +8 24 23 0 9 24 23 0 10 24 23 0 11 24 23 0 12 24 23 0 13 24 23 0 14 24 23 0 -15 24 23 0 -16 24 23 0 +15 24 23 8.34997e-11 +16 24 23 6.76075e-11 17 24 23 0 18 24 23 0 19 24 23 0 @@ -21549,7 +21549,7 @@ 8 28 23 0 9 28 23 0 10 28 23 0 -11 28 23 3.69158e-11 +11 28 23 0 12 28 23 0 13 28 23 0 14 28 23 0 @@ -21731,7 +21731,7 @@ 10 4 24 0 11 4 24 0 12 4 24 0 -13 4 24 0 +13 4 24 3.42837e-12 14 4 24 0 15 4 24 0 16 4 24 0 @@ -21913,7 +21913,7 @@ 12 10 24 0 13 10 24 0 14 10 24 0 -15 10 24 0 +15 10 24 1.11427e-10 16 10 24 0 17 10 24 0 18 10 24 0 @@ -22176,7 +22176,7 @@ 5 19 24 0 6 19 24 0 7 19 24 0 -8 19 24 0 +8 19 24 1.37685e-10 9 19 24 0 10 19 24 0 11 19 24 0 @@ -22213,8 +22213,8 @@ 12 20 24 0 13 20 24 0 14 20 24 0 -15 20 24 0 -16 20 24 0 +15 20 24 3.52822e-11 +16 20 24 1.28099e-10 17 20 24 0 18 20 24 0 19 20 24 0 @@ -22334,7 +22334,7 @@ 13 24 24 0 14 24 24 0 15 24 24 0 -16 24 24 0 +16 24 24 1.1007e-10 17 24 24 0 18 24 24 0 19 24 24 0 @@ -22391,7 +22391,7 @@ 10 26 24 0 11 26 24 0 12 26 24 0 -13 26 24 0 +13 26 24 5.89001e-11 14 26 24 0 15 26 24 0 16 26 24 0 @@ -22423,7 +22423,7 @@ 12 27 24 0 13 27 24 0 14 27 24 0 -15 27 24 0 +15 27 24 4.56039e-11 16 27 24 0 17 27 24 0 18 27 24 0 @@ -22455,7 +22455,7 @@ 14 28 24 0 15 28 24 0 16 28 24 0 -17 28 24 0 +17 28 24 3.25477e-11 18 28 24 0 19 28 24 0 20 28 24 0 @@ -22542,7 +22542,7 @@ 11 1 25 0 12 1 25 0 13 1 25 0 -14 1 25 0 +14 1 25 7.727e-11 15 1 25 0 16 1 25 0 17 1 25 0 @@ -22631,7 +22631,7 @@ 10 4 25 0 11 4 25 0 12 4 25 0 -13 4 25 0 +13 4 25 4.52997e-11 14 4 25 0 15 4 25 0 16 4 25 0 @@ -22999,7 +22999,7 @@ 18 16 25 0 19 16 25 0 20 16 25 0 -21 16 25 0 +21 16 25 6.32428e-11 22 16 25 0 23 16 25 0 24 16 25 0 @@ -23110,7 +23110,7 @@ 9 20 25 0 10 20 25 0 11 20 25 0 -12 20 25 0 +12 20 25 2.8098e-10 13 20 25 0 14 20 25 0 15 20 25 0 @@ -23142,7 +23142,7 @@ 11 21 25 0 12 21 25 0 13 21 25 0 -14 21 25 0 +14 21 25 2.94471e-13 15 21 25 0 16 21 25 0 17 21 25 0 @@ -23173,11 +23173,11 @@ 12 22 25 0 13 22 25 0 14 22 25 0 -15 22 25 0 +15 22 25 1.80691e-11 16 22 25 0 17 22 25 0 18 22 25 0 -19 22 25 5.70484e-12 +19 22 25 0 20 22 25 0 21 22 25 0 22 22 25 0 @@ -23202,7 +23202,7 @@ 11 23 25 0 12 23 25 0 13 23 25 0 -14 23 25 0 +14 23 25 4.82309e-11 15 23 25 0 16 23 25 0 17 23 25 0 @@ -23234,9 +23234,9 @@ 13 24 25 0 14 24 25 0 15 24 25 0 -16 24 25 0 -17 24 25 0 -18 24 25 0 +16 24 25 8.67089e-11 +17 24 25 1.55325e-11 +18 24 25 2.07015e-10 19 24 25 0 20 24 25 0 21 24 25 0 @@ -23265,9 +23265,9 @@ 14 25 25 0 15 25 25 0 16 25 25 0 -17 25 25 2.85452e-10 +17 25 25 0 18 25 25 0 -19 25 25 0 +19 25 25 1.95937e-11 20 25 25 0 21 25 25 0 22 25 25 0 @@ -23295,7 +23295,7 @@ 14 26 25 0 15 26 25 0 16 26 25 0 -17 26 25 2.44585e-11 +17 26 25 0 18 26 25 0 19 26 25 0 20 26 25 0 @@ -23329,7 +23329,7 @@ 18 27 25 0 19 27 25 0 20 27 25 0 -21 27 25 0 +21 27 25 5.66852e-11 22 27 25 0 23 27 25 0 24 27 25 0 @@ -23355,7 +23355,7 @@ 14 28 25 0 15 28 25 0 16 28 25 0 -17 28 25 0 +17 28 25 4.40359e-12 18 28 25 0 19 28 25 0 20 28 25 0 @@ -23384,8 +23384,8 @@ 13 29 25 0 14 29 25 0 15 29 25 0 -16 29 25 0 -17 29 25 0 +16 29 25 1.74845e-10 +17 29 25 1.20089e-10 18 29 25 0 19 29 25 0 20 29 25 0 @@ -23696,7 +23696,7 @@ 25 9 26 0 26 9 26 0 27 9 26 0 -28 9 26 0 +28 9 26 1.8476e-11 29 9 26 0 0 10 26 0 1 10 26 0 @@ -24077,7 +24077,7 @@ 16 22 26 0 17 22 26 0 18 22 26 0 -19 22 26 1.68152e-10 +19 22 26 0 20 22 26 0 21 22 26 0 22 22 26 0 @@ -24106,7 +24106,7 @@ 15 23 26 0 16 23 26 0 17 23 26 0 -18 23 26 0 +18 23 26 1.287e-10 19 23 26 0 20 23 26 0 21 23 26 0 @@ -24136,7 +24136,7 @@ 15 24 26 0 16 24 26 0 17 24 26 0 -18 24 26 0 +18 24 26 9.26123e-11 19 24 26 0 20 24 26 0 21 24 26 0 @@ -24165,7 +24165,7 @@ 14 25 26 0 15 25 26 0 16 25 26 0 -17 25 26 1.15654e-10 +17 25 26 0 18 25 26 0 19 25 26 0 20 25 26 0 @@ -24198,7 +24198,7 @@ 17 26 26 0 18 26 26 0 19 26 26 0 -20 26 26 0 +20 26 26 7.71428e-11 21 26 26 0 22 26 26 0 23 26 26 0 @@ -24255,7 +24255,7 @@ 14 28 26 0 15 28 26 0 16 28 26 0 -17 28 26 0 +17 28 26 3.92243e-10 18 28 26 0 19 28 26 0 20 28 26 0 @@ -24273,7 +24273,7 @@ 2 29 26 0 3 29 26 0 4 29 26 0 -5 29 26 2.51488e-11 +5 29 26 0 6 29 26 0 7 29 26 0 8 29 26 0 @@ -24399,7 +24399,7 @@ 8 3 27 0 9 3 27 0 10 3 27 0 -11 3 27 0 +11 3 27 4.70846e-14 12 3 27 0 13 3 27 0 14 3 27 0 @@ -24654,7 +24654,7 @@ 23 11 27 0 24 11 27 0 25 11 27 0 -26 11 27 0 +26 11 27 1.34993e-11 27 11 27 0 28 11 27 0 29 11 27 0 @@ -25063,7 +25063,7 @@ 12 25 27 0 13 25 27 0 14 25 27 0 -15 25 27 0 +15 25 27 3.62232e-10 16 25 27 0 17 25 27 0 18 25 27 0 @@ -25092,13 +25092,13 @@ 11 26 27 0 12 26 27 0 13 26 27 0 -14 26 27 0 +14 26 27 8.83075e-11 15 26 27 0 16 26 27 0 17 26 27 0 18 26 27 0 19 26 27 0 -20 26 27 0 +20 26 27 1.62325e-10 21 26 27 0 22 26 27 0 23 26 27 0 @@ -25122,7 +25122,7 @@ 11 27 27 0 12 27 27 0 13 27 27 0 -14 27 27 0 +14 27 27 2.35251e-11 15 27 27 0 16 27 27 0 17 27 27 0 @@ -25159,7 +25159,7 @@ 18 28 27 0 19 28 27 0 20 28 27 0 -21 28 27 0 +21 28 27 2.26776e-10 22 28 27 0 23 28 27 0 24 28 27 0 @@ -25398,7 +25398,7 @@ 17 6 28 0 18 6 28 0 19 6 28 0 -20 6 28 1.22023e-10 +20 6 28 0 21 6 28 0 22 6 28 0 23 6 28 0 @@ -25835,7 +25835,7 @@ 4 21 28 0 5 21 28 0 6 21 28 0 -7 21 28 0 +7 21 28 5.00009e-11 8 21 28 0 9 21 28 0 10 21 28 0 @@ -25991,7 +25991,7 @@ 10 26 28 0 11 26 28 0 12 26 28 0 -13 26 28 4.28269e-11 +13 26 28 0 14 26 28 0 15 26 28 0 16 26 28 0 @@ -26081,8 +26081,8 @@ 10 29 28 0 11 29 28 0 12 29 28 0 -13 29 28 1.84078e-10 -14 29 28 1.01338e-10 +13 29 28 0 +14 29 28 0 15 29 28 0 16 29 28 0 17 29 28 0 @@ -26201,7 +26201,7 @@ 10 3 29 0 11 3 29 0 12 3 29 0 -13 3 29 0 +13 3 29 2.20205e-12 14 3 29 0 15 3 29 0 16 3 29 0 @@ -26415,7 +26415,7 @@ 14 10 29 0 15 10 29 0 16 10 29 0 -17 10 29 0 +17 10 29 7.92071e-13 18 10 29 0 19 10 29 0 20 10 29 0 @@ -26735,7 +26735,7 @@ 4 21 29 0 5 21 29 0 6 21 29 0 -7 21 29 0 +7 21 29 2.22857e-10 8 21 29 0 9 21 29 0 10 21 29 0 @@ -26827,9 +26827,9 @@ 6 24 29 0 7 24 29 0 8 24 29 0 -9 24 29 2.6596e-11 +9 24 29 0 10 24 29 0 -11 24 29 1.27437e-11 +11 24 29 0 12 24 29 0 13 24 29 0 14 24 29 0 @@ -26981,7 +26981,7 @@ 10 29 29 0 11 29 29 0 12 29 29 0 -13 29 29 9.83849e-11 +13 29 29 0 14 29 29 0 15 29 29 0 16 29 29 0 diff --git a/examples/advanced/microbeam/History b/examples/advanced/microbeam/History index 3960d04286..8a56a5ca61 100644 --- a/examples/advanced/microbeam/History +++ b/examples/advanced/microbeam/History @@ -1,12 +1,19 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example microbeam History - ========================================================= - Geant4 - Microbeam example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Package History file - -------------------- + +## 2022-03-21 S. Incerti (microbeam-V11-00-01) +- Switched back to original switching field value + +## 2021-12-10 Ben Morgan (microbeam-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06 November 2021 I. Hrivnacova - tag microbeam-V10-07-06 - Added analysis manager Clear() call instead of diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out index 9358579f37..964c6d2f72 100644 --- a/examples/advanced/microbeam/microbeam.out +++ b/examples/advanced/microbeam/microbeam.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -334,6 +334,7 @@ Command is ignored. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -351,7 +352,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -361,8 +362,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -441,10 +443,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -478,10 +480,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -515,10 +517,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -551,12 +553,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -567,10 +569,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -584,10 +586,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -616,10 +618,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -648,10 +650,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -680,14 +682,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -698,7 +699,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -713,14 +714,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -731,7 +731,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -746,10 +746,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -778,10 +778,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -804,7 +804,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -##### Create analysis manager 0xe67130 +##### Create analysis manager 0x1056c80 Using analysis manager All Ntuples have been created -> Event # 1 generated @@ -829,13 +829,17 @@ All Ntuples have been created ===> Sorry, the incident alpha particle has missed the targeted cell ! -> Event # 8 generated - ===> Sorry, the incident alpha particle has missed the targeted cell ! + ===> The incident alpha particle has reached the targeted cell : + -----> total absorbed dose within Nucleus is (Gy) = 0.30743072210765 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.068346574885928 -> Event # 9 generated - ===> Sorry, the incident alpha particle has missed the targeted cell ! + ===> The incident alpha particle has reached the targeted cell : + -----> total absorbed dose within Nucleus is (Gy) = 0.077128076527645 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.076925155692693 -> Event # 10 generated ===> Sorry, the incident alpha particle has missed the targeted cell ! --> Total number of particles detected by the gas detector : 0 +-> Total number of particles detected by the gas detector : 2 diff --git a/examples/advanced/microbeam/src/EMField.cc b/examples/advanced/microbeam/src/EMField.cc index 6b5009d03b..27635aec22 100644 --- a/examples/advanced/microbeam/src/EMField.cc +++ b/examples/advanced/microbeam/src/EMField.cc @@ -67,8 +67,7 @@ void EMField::GetFieldValue(const double point[4], double *Bfield ) const // *********************** // MAGNETIC FIELD VALUE FOR 3 MeV ALPHAS - // G4double switchingField = 0.0589768635 * tesla ; - G4double switchingField = 0.0590201 * tesla ; + G4double switchingField = 0.0589768635 * tesla ; // BEAM START G4double beamStart = -10*m; diff --git a/examples/advanced/microelectronics/History b/examples/advanced/microelectronics/History index e36c53f115..72551da0c3 100644 --- a/examples/advanced/microelectronics/History +++ b/examples/advanced/microelectronics/History @@ -1,12 +1,16 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example microelectronics History - ========================================================= - Geant4 - Microelectronics example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Package History file - -------------------- + +## 2021-12-10 Ben Morgan (microelectronics-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 25 November 2021 D. Lambert microelectronics-V10-07-07 - README and microelectronics.mac files have been updated diff --git a/examples/advanced/microelectronics/microelectronics.out b/examples/advanced/microelectronics/microelectronics.out index eecf81521c..2296e584e7 100644 --- a/examples/advanced/microelectronics/microelectronics.out +++ b/examples/advanced/microelectronics/microelectronics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -42,6 +42,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -80,6 +84,7 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -97,7 +102,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -107,8 +112,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -201,10 +207,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 100 MeV Emax= 10 TeV Nbins=100 100 MeV - 10 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 meV to 10 TeV in 280 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 10 TeV deltaVI ===== EM models for the G4Region Target ====== @@ -234,10 +240,10 @@ G4MicroElecSurface::Initialise: Ncouples= 2 G4Surface, Material 1 / 2 : G4_Si G4Surface, Material 2 / 2 : G4_Si -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 meV to 10 TeV in 280 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 10 TeV deltaVI @@ -251,10 +257,10 @@ p_G4Dielectrics: for proton SubType=53 BuildTable=0 ===== EM models for the G4Region Target ====== MicroElecInelasticModel : Emin= 100 eV Emax= 10 MeV deltaVI Fluo -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 meV to 10 TeV in 280 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV deltaVI @@ -269,10 +275,10 @@ ion_G4Dielectrics: for GenericIon SubType=53 BuildTable=0 ===== EM models for the G4Region Target ====== MicroElecInelasticModel : Emin= 100 eV Emax= 10 MeV deltaVI Fluo -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 meV to 10 TeV in 280 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 10 TeV deltaVI @@ -309,14 +315,14 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : G4_Si Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Si Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 meV Region(s) which use this couple : Target @@ -330,7 +336,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -##### Create analysis manager 0x27d8d70 +##### Create analysis manager 0xe3cae0 Using analysis manager ... set ntuple merging row mode : row-wise - done ... create file : microelectronics.root - done @@ -342,28 +348,24 @@ Si Reading TCS file Elastic Total Cross file : Elastic/elsepa_elastic_cross_e_Si loaddata : Elastic/elsepa_elastic_cross_e_Si -Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.0/microelec/Elastic/elsepa_elastic_cumulated_diffcross_e_Si.dat +Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.1/microelec/Elastic/elsepa_elastic_cumulated_diffcross_e_Si.dat MicroElasticModel, Material 2 / 2 : G4_Si Si Reading TCS file Elastic Total Cross file : Elastic/elsepa_elastic_cross_e_Si loaddata : Elastic/elsepa_elastic_cross_e_Si -Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.0/microelec/Elastic/elsepa_elastic_cumulated_diffcross_e_Si.dat +Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.1/microelec/Elastic/elsepa_elastic_cumulated_diffcross_e_Si.dat Run terminated. Run Summary Number of events processed : 10 - User=0.300000s Real=0.328252s Sys=0.020000s + User=0.330000s Real=0.408881s Sys=0.010000s ... write file : microelectronics.root - done ... close file : microelectronics.root - done ... clear all data - done Number and type of particles created outside region "Target" : -N e- : 1 _______________________ Number and type of particles created in region "Target" : -N e- : 884 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +N e- : 2432 Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -387,12 +389,12 @@ Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0106 MB -Pool ID '7G4Track', size : 0.0202 MB +Pool ID '17G4DynamicParticle', size : 0.0115 MB +Pool ID '7G4Track', size : 0.0221 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.044 MB +Dynamic pools deleted: 9 / Total memory freed: 0.047 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/nanobeam/History b/examples/advanced/nanobeam/History index fe78a4b0b3..cdba68324e 100644 --- a/examples/advanced/nanobeam/History +++ b/examples/advanced/nanobeam/History @@ -1,12 +1,17 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example nanobeam History - ========================================================= - Geant4 - Nanobeam example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (nanobeam-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - Package History file - -------------------- 7 November 2021 - I. Hrivnacova tag nanobeam-V10-07-03 - Added analysis manager Clear() call instead of deleting in the end of run (removed on July 19) diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out index 2d6938a5cb..1335a7503e 100644 --- a/examples/advanced/nanobeam/nanobeam.out +++ b/examples/advanced/nanobeam/nanobeam.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -44,6 +44,14 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo G3 (T/m) = 9.86677 G4 (T/m) = -6.24449 PhysicsList::SetCuts:CutLength : 1 um + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : ProcCuts110 + issued by : G4ProductionCuts::SetProductionCut +Setting cuts for particles other than photon, e-, e+ or proton has no effect. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + G4Material WARNING: duplicate name of material Vacuum @@ -96,6 +104,7 @@ G4Material WARNING: duplicate name of material Vacuum LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -113,7 +122,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -123,8 +132,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -179,10 +189,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -199,10 +209,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -223,10 +233,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -249,10 +259,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -263,10 +273,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -276,125 +286,125 @@ ionIoni: for alpha XStype:1 SubType=2 Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld ================================================================== -##### Create analysis manager 0x1285f20 +##### Create analysis manager 0x130fcf0 Using analysis manager Ntuple-1 created Ntuple-2 created Ntuple-3 created -> Event= 2: X0(mm)= -0.350574 X0(mm) = 0.351397 Z0(m) = -8.87 THETA(mrad)= -0.0583587 PHI(mrad)= 0.0535903 E0(MeV)= 2.99997 - =>IMAGE : X(microns)=-14.598339618187 Y(microns)=4.8521715207969 THETA(mrad)=-8.2634354557291 PHI(mrad)=14.970841072685 + =>IMAGE : X(microns)=-14.615138497977 Y(microns)=4.8506444532658 THETA(mrad)=-8.2634755881943 PHI(mrad)=14.970840864599 -> Event= 3: X0(mm)= -0.086051067241418 X0(mm) = 0.30625301427677 Z0(m) = -8.87 THETA(mrad)= -0.0062443981190946 PHI(mrad)= 0.076499579504345 E0(MeV)= 3.0000171217089 - =>IMAGE : X(microns)=-1.8032483112335 Y(microns)=3.9427572381683 THETA(mrad)=-1.5012330592482 PHI(mrad)=16.066721344169 + =>IMAGE : X(microns)=-1.8059061092373 Y(microns)=3.9408228375642 THETA(mrad)=-1.5012396997479 PHI(mrad)=16.066718983698 -> Event= 6: X0(mm)= -0.67020745874248 X0(mm) = 0.38664382771754 Z0(m) = -8.87 THETA(mrad)= -0.066974174364989 PHI(mrad)= 0.072910081210034 E0(MeV)= 3.0000807810555 - =>IMAGE : X(microns)=-39.729929637819 Y(microns)=6.6031993878697 THETA(mrad)=-12.933405354427 PHI(mrad)=17.891590272915 + =>IMAGE : X(microns)=-39.729929646976 Y(microns)=6.6031993751347 THETA(mrad)=-12.933405354464 PHI(mrad)=17.891590272864 -> Event= 10: X0(mm)= 0.60287957589054 X0(mm) = 0.7080715167675 Z0(m) = -8.87 THETA(mrad)= 0.057041542870381 PHI(mrad)= 0.040206237427358 E0(MeV)= 2.9998941214472 - =>IMAGE : X(microns)=32.873375800244 Y(microns)=11.182392783013 THETA(mrad)=11.420637521854 PHI(mrad)=23.297936292449 + =>IMAGE : X(microns)=32.876502314166 Y(microns)=11.187707937405 THETA(mrad)=11.42064202688 PHI(mrad)=23.297953385264 -> Event= 11: X0(mm)= -0.028534188462388 X0(mm) = 0.020253654526918 Z0(m) = -8.87 THETA(mrad)= 0.068485088059658 PHI(mrad)= 0.020301401577701 E0(MeV)= 2.9999091491852 - =>IMAGE : X(microns)=1.2141442863031 Y(microns)=0.28996437611428 THETA(mrad)=4.0759114675284 PHI(mrad)=2.6088729453228 + =>IMAGE : X(microns)=1.2141442903583 Y(microns)=0.28996437351059 THETA(mrad)=4.0759114675446 PHI(mrad)=2.6088729453124 -> Event= 14: X0(mm)= 0.16090347786117 X0(mm) = -0.081999159607915 Z0(m) = -8.87 THETA(mrad)= 0.019785816576648 PHI(mrad)= -0.039324660789 E0(MeV)= 2.9999920921771 - =>IMAGE : X(microns)=3.5356145853874 Y(microns)=-0.99529845713994 THETA(mrad)=3.3328848454764 PHI(mrad)=-6.2130431267403 + =>IMAGE : X(microns)=3.5356145788481 Y(microns)=-0.99529846366829 THETA(mrad)=3.332884845457 PHI(mrad)=-6.2130431267584 -> Event= 18: X0(mm)= 0.4754453631828 X0(mm) = 0.11035232256611 Z0(m) = -8.87 THETA(mrad)= 0.068503371680473 PHI(mrad)= 0.070682466573986 E0(MeV)= 2.9999685995807 - =>IMAGE : X(microns)=23.625166671113 Y(microns)=2.0867241103536 THETA(mrad)=10.525956651766 PHI(mrad)=10.166318510987 + =>IMAGE : X(microns)=23.625166671111 Y(microns)=2.0867241103549 THETA(mrad)=10.525956651766 PHI(mrad)=10.166318510987 -> Event= 20: X0(mm)= 0.20667925895533 X0(mm) = -0.27400828259202 Z0(m) = -8.87 THETA(mrad)= 0.0313219969655 PHI(mrad)= -0.052954806429599 E0(MeV)= 3.0000271663979 - =>IMAGE : X(microns)=5.5014333034339 Y(microns)=-3.3847885935522 THETA(mrad)=4.6654519366436 PHI(mrad)=-12.804046995105 + =>IMAGE : X(microns)=5.4947441481688 Y(microns)=-3.3869559642762 THETA(mrad)=4.6654351010766 PHI(mrad)=-12.80404979398 -> Event= 21: X0(mm)= 0.15111649809921 X0(mm) = -0.077813156086796 Z0(m) = -8.87 THETA(mrad)= 0.040413057333507 PHI(mrad)= -0.058930733843139 E0(MeV)= 2.9999629966134 - =>IMAGE : X(microns)=4.4203885009611 Y(microns)=-1.1046462291569 THETA(mrad)=4.5464212749306 PHI(mrad)=-8.0888032116256 + =>IMAGE : X(microns)=4.4194867430929 Y(microns)=-1.1058880556903 THETA(mrad)=4.5464183759424 PHI(mrad)=-8.088806947992 -> Event= 22: X0(mm)= 0.26074753875415 X0(mm) = -0.084979182001704 Z0(m) = -8.87 THETA(mrad)= 0.073365246452412 PHI(mrad)= -0.041557625897287 E0(MeV)= 3.0000104598681 - =>IMAGE : X(microns)=11.739796819681 Y(microns)=-1.2386815553063 THETA(mrad)=8.0886256100935 PHI(mrad)=-6.5213432754334 + =>IMAGE : X(microns)=11.739796817943 Y(microns)=-1.238681553688 THETA(mrad)=8.0886256100936 PHI(mrad)=-6.5213432754239 -> Event= 24: X0(mm)= -1.6440171508071 X0(mm) = 0.1811453908911 Z0(m) = -8.87 THETA(mrad)= -0.09956438716731 PHI(mrad)= 0.0025997657493583 E0(MeV)= 3.0000024453136 - =>IMAGE : X(microns)=-277.93345473216 Y(microns)=4.1389707020423 THETA(mrad)=-27.914589558642 PHI(mrad)=5.1888288561074 + =>IMAGE : X(microns)=-277.93345473185 Y(microns)=4.1389707020413 THETA(mrad)=-27.914589558641 PHI(mrad)=5.1888288561073 -> Event= 31: X0(mm)= -0.016022163470015 X0(mm) = 0.041404162571301 Z0(m) = -8.87 THETA(mrad)= 0.028542617532504 PHI(mrad)= 0.088134758705809 E0(MeV)= 3.0000432110726 - =>IMAGE : X(microns)=0.1094027977376 Y(microns)=0.73278491257216 THETA(mrad)=1.6453108565386 PHI(mrad)=10.062577768408 + =>IMAGE : X(microns)=0.10940279773774 Y(microns)=0.73278491260197 THETA(mrad)=1.6453108565386 PHI(mrad)=10.062577768408 -> Event= 36: X0(mm)= -0.0079086737969922 X0(mm) = -0.1848738373955 Z0(m) = -8.87 THETA(mrad)= 0.0092569578549554 PHI(mrad)= -0.068791407570621 E0(MeV)= 2.9999987305134 - =>IMAGE : X(microns)=-0.0032274312301134 Y(microns)=-2.3001559241764 THETA(mrad)=0.49907729570338 PHI(mrad)=-11.992334425339 + =>IMAGE : X(microns)=-0.0023014339348747 Y(microns)=-2.2894284503929 THETA(mrad)=0.49907998646195 PHI(mrad)=-11.992307691014 -> Event= 41: X0(mm)= -0.0052936934761979 X0(mm) = 0.063381672744254 Z0(m) = -8.87 THETA(mrad)= 0.02160096985706 PHI(mrad)= -0.049328983057872 E0(MeV)= 3.0000031288488 - =>IMAGE : X(microns)=0.16317907584152 Y(microns)=0.55650397305418 THETA(mrad)=1.3321705383455 PHI(mrad)=-3.2844916125969 + =>IMAGE : X(microns)=0.16317907390271 Y(microns)=0.55650397356069 THETA(mrad)=1.3321705383411 PHI(mrad)=-3.2844916125947 -> Event= 45: X0(mm)= 1.0359873985916 X0(mm) = 1.4585907714292 Z0(m) = -8.87 THETA(mrad)= 0.049847294080646 PHI(mrad)= 0.085519303927924 E0(MeV)= 3.0000424805792 - =>IMAGE : X(microns)=93.216485952497 Y(microns)=39.658363369997 THETA(mrad)=16.573475748505 PHI(mrad)=48.307485770058 + =>IMAGE : X(microns)=93.185144512739 Y(microns)=39.668778375446 THETA(mrad)=16.573388211469 PHI(mrad)=48.307577032095 -> Event= 49: X0(mm)= 0.69762782443828 X0(mm) = -1.6249490563253 Z0(m) = -8.87 THETA(mrad)= 0.040619733867931 PHI(mrad)= -0.076739556760004 E0(MeV)= 2.9999358606204 - =>IMAGE : X(microns)=48.93779215545 Y(microns)=-42.312570408262 THETA(mrad)=11.587416807211 PHI(mrad)=-51.921938678405 + =>IMAGE : X(microns)=48.93779215545 Y(microns)=-42.312570408263 THETA(mrad)=11.587416807211 PHI(mrad)=-51.921938678405 -> Event= 51: X0(mm)= 0.029132094194837 X0(mm) = 0.23781110045416 Z0(m) = -8.87 THETA(mrad)= 0.068763552807069 PHI(mrad)= 0.025225497903624 E0(MeV)= 2.9999801399332 - =>IMAGE : X(microns)=2.8236454534197 Y(microns)=2.7442922247997 THETA(mrad)=4.8296688679511 PHI(mrad)=9.0095603631758 + =>IMAGE : X(microns)=2.8236454534447 Y(microns)=2.7442922247906 THETA(mrad)=4.8296688679513 PHI(mrad)=9.0095603631759 -> Event= 53: X0(mm)= 0.18024795019127 X0(mm) = 0.26563720953034 Z0(m) = -8.87 THETA(mrad)= 0.068194327905589 PHI(mrad)= 0.046458164706904 E0(MeV)= 2.9999178358303 - =>IMAGE : X(microns)=8.2845160209151 Y(microns)=3.4543118589059 THETA(mrad)=6.7239668455362 PHI(mrad)=11.919753303181 + =>IMAGE : X(microns)=8.2910811873301 Y(microns)=3.452244782081 THETA(mrad)=6.7239834318992 PHI(mrad)=11.919748205605 -> Event= 55: X0(mm)= -0.85375717958006 X0(mm) = 0.3573014582006 Z0(m) = -8.87 THETA(mrad)= -0.074501244846954 PHI(mrad)= 0.039440666297839 E0(MeV)= 2.999966559615 - =>IMAGE : X(microns)=-64.025187461689 Y(microns)=6.1155711944451 THETA(mrad)=-15.804358305202 PHI(mrad)=13.702917585895 + =>IMAGE : X(microns)=-64.016807146388 Y(microns)=6.1178745230356 THETA(mrad)=-15.804335474556 PHI(mrad)=13.702922752471 -> Event= 56: X0(mm)= 0.1454709674432 X0(mm) = -0.011799618926587 Z0(m) = -8.87 THETA(mrad)= -0.03021980519692 PHI(mrad)= 0.027948785176419 E0(MeV)= 2.9999781445788 - =>IMAGE : X(microns)=2.2280357803426 Y(microns)=-0.065990321511344 THETA(mrad)=-0.10470310153243 PHI(mrad)=2.5149549454001 + =>IMAGE : X(microns)=2.2280357803507 Y(microns)=-0.065990321324387 THETA(mrad)=-0.1047031015324 PHI(mrad)=2.5149549454008 -> Event= 61: X0(mm)= 0.010073418340366 X0(mm) = 0.048133463820978 Z0(m) = -8.87 THETA(mrad)= 0.01569024581137 PHI(mrad)= -0.05838311092919 E0(MeV)= 3.0000742147028 - =>IMAGE : X(microns)=0.32131003771914 Y(microns)=0.39922187416486 THETA(mrad)=1.1448521249739 PHI(mrad)=-4.6160857872811 + =>IMAGE : X(microns)=0.32131003845357 Y(microns)=0.3992218771522 THETA(mrad)=1.1448521249768 PHI(mrad)=-4.6160857872692 -> Event= 62: X0(mm)= 0.27865102424421 X0(mm) = -0.36011866770062 Z0(m) = -8.87 THETA(mrad)= 0.043147752406981 PHI(mrad)= -0.049588431908815 E0(MeV)= 2.9999120653397 - =>IMAGE : X(microns)=9.4469685449993 Y(microns)=-4.7236518334189 THETA(mrad)=6.3540808784658 PHI(mrad)=-14.800643138817 + =>IMAGE : X(microns)=9.4304741190406 Y(microns)=-4.7260404138201 THETA(mrad)=6.3540404143267 PHI(mrad)=-14.800644259792 -> Event= 64: X0(mm)= 0.29329258822786 X0(mm) = 0.093673217048187 Z0(m) = -8.87 THETA(mrad)= 0.068900550391401 PHI(mrad)= 0.026564304215004 E0(MeV)= 2.9998914696467 - =>IMAGE : X(microns)=13.007346569872 Y(microns)=1.2744345627553 THETA(mrad)=8.2159210467955 PHI(mrad)=5.2366855960406 + =>IMAGE : X(microns)=13.007346569868 Y(microns)=1.2744345627541 THETA(mrad)=8.2159210467955 PHI(mrad)=5.2366855960406 -> Event= 65: X0(mm)= 0.3779724438378 X0(mm) = -0.10389357763652 Z0(m) = -8.87 THETA(mrad)= 0.081397353681772 PHI(mrad)= 0.012762955547422 E0(MeV)= 3.000056776697 - =>IMAGE : X(microns)=19.426578817648 Y(microns)=-1.1348620616947 THETA(mrad)=10.11403793309 PHI(mrad)=-1.5236528105894 + =>IMAGE : X(microns)=19.426578826419 Y(microns)=-1.1348620603698 THETA(mrad)=10.114037933125 PHI(mrad)=-1.5236528105841 -> Event= 66: X0(mm)= 0.06143198603302 X0(mm) = -0.085860675057116 Z0(m) = -8.87 THETA(mrad)= -0.044568229770855 PHI(mrad)= -0.030221632488773 E0(MeV)= 3.0000443888599 - =>IMAGE : X(microns)=0.54659793327254 Y(microns)=-0.97120852221209 THETA(mrad)=-2.1050623097607 PHI(mrad)=-5.3940426816285 + =>IMAGE : X(microns)=0.54659793266457 Y(microns)=-0.97120852065461 THETA(mrad)=-2.1050623097631 PHI(mrad)=-5.3940426816222 -> Event= 69: X0(mm)= 0.14954473621966 X0(mm) = 0.20655990656738 Z0(m) = -8.87 THETA(mrad)= -0.034447112736969 PHI(mrad)= 0.069897440887196 E0(MeV)= 3.0000337863959 - =>IMAGE : X(microns)=2.233386610631 Y(microns)=2.5450312950476 THETA(mrad)=-0.32671947079701 PHI(mrad)=12.692347713411 + =>IMAGE : X(microns)=2.2333866108116 Y(microns)=2.5450312984939 THETA(mrad)=-0.32671947079648 PHI(mrad)=12.69234771342 -> Event= 72: X0(mm)= 0.48339298704702 X0(mm) = -0.71032537470226 Z0(m) = -8.87 THETA(mrad)= 0.051701130704913 PHI(mrad)= -0.04866088524039 E0(MeV)= 2.9999484082423 - =>IMAGE : X(microns)=22.668082958809 Y(microns)=-10.911844267277 THETA(mrad)=9.5354073438025 PHI(mrad)=-24.2135678971 + =>IMAGE : X(microns)=22.668082958808 Y(microns)=-10.911844267275 THETA(mrad)=9.5354073438025 PHI(mrad)=-24.2135678971 -> Event= 74: X0(mm)= 0.0094465464091236 X0(mm) = 0.3470856075926 Z0(m) = -8.87 THETA(mrad)= 0.043734254900955 PHI(mrad)= 0.077189968514549 E0(MeV)= 3.0000341940519 - =>IMAGE : X(microns)=1.3652924524806 Y(microns)=4.5531934805829 THETA(mrad)=2.9552147706654 PHI(mrad)=17.244512489993 + =>IMAGE : X(microns)=1.3652924561873 Y(microns)=4.553193459043 THETA(mrad)=2.9552147706802 PHI(mrad)=17.244512489906 -> Event= 76: X0(mm)= 0.032601879808464 X0(mm) = 0.016270507061099 Z0(m) = -8.87 THETA(mrad)= 0.082718966005109 PHI(mrad)= 0.031582361301935 E0(MeV)= 3.0000283538282 - =>IMAGE : X(microns)=3.6645162877577 Y(microns)=0.29571989701185 THETA(mrad)=5.7793743068634 PHI(mrad)=3.6449787993581 + =>IMAGE : X(microns)=3.6787816975387 Y(microns)=0.29518430833741 THETA(mrad)=5.7794097047422 PHI(mrad)=3.6449784629077 -> Event= 83: X0(mm)= -0.85403243133586 X0(mm) = -0.0091240517582702 Z0(m) = -8.87 THETA(mrad)= -0.079627748200215 PHI(mrad)= -0.01920863277583 E0(MeV)= 2.9999727618311 - =>IMAGE : X(microns)=-65.432315114275 Y(microns)=-0.45818550743751 THETA(mrad)=-16.143574881014 PHI(mrad)=-2.1976412570955 + =>IMAGE : X(microns)=-65.4573409781 Y(microns)=-0.45789743027676 THETA(mrad)=-16.143636814907 PHI(mrad)=-2.1976409225617 -> Event= 84: X0(mm)= 0.019869526159409 X0(mm) = 0.027356472793811 Z0(m) = -8.87 THETA(mrad)= 0.013216483507124 PHI(mrad)= -0.064005070837523 E0(MeV)= 3.0000225971111 - =>IMAGE : X(microns)=0.50775463051147 Y(microns)=0.14714703947499 THETA(mrad)=1.1094803619608 PHI(mrad)=-5.7501242243973 + =>IMAGE : X(microns)=0.50775463051349 Y(microns)=0.1471470394761 THETA(mrad)=1.1094803619608 PHI(mrad)=-5.7501242243973 -> Event= 85: X0(mm)= 1.0674724333131 X0(mm) = -1.0663214971145 Z0(m) = -8.87 THETA(mrad)= 0.063205803646676 PHI(mrad)= -0.055370508485 E0(MeV)= 3.000051629789 - =>IMAGE : X(microns)=97.290844140945 Y(microns)=-23.472399708891 THETA(mrad)=17.851795504956 PHI(mrad)=-34.58162314867 + =>IMAGE : X(microns)=97.289885714157 Y(microns)=-23.476257352369 THETA(mrad)=17.851789987459 PHI(mrad)=-34.581639736993 -> Event= 86: X0(mm)= -0.19481916629754 X0(mm) = 0.95206247986366 Z0(m) = -8.87 THETA(mrad)= -0.0050314491063534 PHI(mrad)= 0.088572692400845 E0(MeV)= 2.9999719319194 - =>IMAGE : X(microns)=-5.6749369137073 Y(microns)=16.635361610945 THETA(mrad)=-2.8117399104848 PHI(mrad)=34.820400204571 + =>IMAGE : X(microns)=-5.6749369137073 Y(microns)=16.63536161095 THETA(mrad)=-2.8117399104848 PHI(mrad)=34.820400204571 -> Event= 88: X0(mm)= -0.22545561238938 X0(mm) = -0.030927067231415 Z0(m) = -8.87 THETA(mrad)= -0.045660693985418 PHI(mrad)= 0.031393071444182 E0(MeV)= 3.0000172375688 - =>IMAGE : X(microns)=-6.7130095418695 Y(microns)=-0.21853094374064 THETA(mrad)=-5.8354201574141 PHI(mrad)=2.34561167752 + =>IMAGE : X(microns)=-6.7130095402678 Y(microns)=-0.21853094310102 THETA(mrad)=-5.8354201574077 PHI(mrad)=2.3456116775225 -> Event= 96: X0(mm)= 0.22011014269581 X0(mm) = 0.15902386447663 Z0(m) = -8.87 THETA(mrad)= 0.022230939077933 PHI(mrad)= 0.089392622525076 E0(MeV)= 3.000055786943 - =>IMAGE : X(microns)=5.2863753490266 Y(microns)=2.2632474822491 THETA(mrad)=4.2467592804117 PHI(mrad)=13.380947885508 + =>IMAGE : X(microns)=5.2946289042558 Y(microns)=2.257724800717 THETA(mrad)=4.2467808539036 PHI(mrad)=13.380937364469 -> Event= 97: X0(mm)= -0.039068652311959 X0(mm) = 0.016949266328071 Z0(m) = -8.87 THETA(mrad)= 0.026369793436265 PHI(mrad)= 0.031743743594098 E0(MeV)= 3.0000321175827 - =>IMAGE : X(microns)=-0.40995157126682 Y(microns)=0.23883747396505 THETA(mrad)=1.2107765582298 PHI(mrad)=3.6794401458295 + =>IMAGE : X(microns)=-0.40995157126018 Y(microns)=0.23883747396483 THETA(mrad)=1.2107765582298 PHI(mrad)=3.6794401458295 -> Event= 98: X0(mm)= -0.26981294994438 X0(mm) = -0.15163857783775 Z0(m) = -8.87 THETA(mrad)= -0.038486114555135 PHI(mrad)= -0.058017023830174 E0(MeV)= 3.0000219596412 - =>IMAGE : X(microns)=-7.8401729280209 Y(microns)=-2.0144023283927 THETA(mrad)=-5.9363977026263 PHI(mrad)=-9.9985920485454 + =>IMAGE : X(microns)=-7.8401729280355 Y(microns)=-2.0144023283916 THETA(mrad)=-5.9363977026264 PHI(mrad)=-9.9985920485454 diff --git a/examples/advanced/purging_magnet/History b/examples/advanced/purging_magnet/History index fc3e62bbd1..433d99424e 100644 --- a/examples/advanced/purging_magnet/History +++ b/examples/advanced/purging_magnet/History @@ -1,12 +1,17 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example purging_magnet History - ========================================================= - Geant4 - Purging Magnet example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (purgmag-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - Category History file - --------------------- 16.10.2021 S. Guatelli (purgmag-V10-07-03) - Migration to G4RunManagerFactory - Physics list updated to Modular physics list, diff --git a/examples/advanced/purging_magnet/purging_magnet.out b/examples/advanced/purging_magnet/purging_magnet.out index 081863f78c..8289b6c02d 100644 --- a/examples/advanced/purging_magnet/purging_magnet.out +++ b/examples/advanced/purging_magnet/purging_magnet.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -224,6 +228,14 @@ After reordering if neccesary ----------------------------------------------------------- DeltaStep 0.01mm PurgMagPhysicsList::SetCuts:CutLength : 1 um + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : ProcCuts110 + issued by : G4ProductionCuts::SetProductionCut +Setting cuts for particles other than photon, e-, e+ or proton has no effect. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + /run/verbose 0 /event/verbose 0 /run/initialize @@ -234,7 +246,8 @@ PurgMagPhysicsList::SetCuts:CutLength : 1 um LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -251,7 +264,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -261,8 +274,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -341,12 +355,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -377,10 +391,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -415,10 +429,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -451,12 +465,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -467,10 +481,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -484,10 +498,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -516,10 +530,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -548,10 +562,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -580,14 +594,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -598,7 +611,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -613,14 +626,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -631,7 +643,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -646,10 +658,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -678,10 +690,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -710,14 +722,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : LaboratoryVacuum Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Iron Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 5.58455 keV e+ 5.47647 keV proton 100 eV + Energy thresholds : gamma 990 eV e- 5.58698 keV e+ 5.47819 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -758,10 +770,7 @@ Total number of event = 100000 --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1064824059, 1141224651 + Current couple of seeds = 1017924322, 81077692 ---------------------------------------- -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/radioprotection/History b/examples/advanced/radioprotection/History index e30bf0a089..2d0a37ba43 100644 --- a/examples/advanced/radioprotection/History +++ b/examples/advanced/radioprotection/History @@ -1,12 +1,16 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example radioprotection History - ========================================================= - Geant4 - radiprotection example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- + +## 2021-12-10 Ben Morgan (radioprotection-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06.11.2021, I. Hrivnacova tag radioprotection-V10-07-05 Added analysis manager Clear() call instead of diff --git a/examples/advanced/radioprotection/radioprotection.out b/examples/advanced/radioprotection/radioprotection.out index 7df912a192..b93b56bca3 100644 --- a/examples/advanced/radioprotection/radioprotection.out +++ b/examples/advanced/radioprotection/radioprotection.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -79,19 +83,19 @@ Checking overlaps for volume baseSiPhys:0 (G4Box) ... OK! Checking overlaps for volume SoIPhys:0 (G4Box) ... OK! Checking overlaps for volume SVregPhys:0 (G4Box) ... OK! Checking overlaps for volume physAlContact:0 (G4Box) ... OK! -### G4EmConfigurator::AddModels n= 0 -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -109,7 +113,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -119,8 +123,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -200,10 +205,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -236,10 +241,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -273,10 +278,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -286,6 +291,7 @@ hBrems: for proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -309,12 +315,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -322,7 +328,8 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -332,7 +339,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -340,10 +347,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -357,10 +364,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -370,6 +377,7 @@ hBrems: for anti_proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for anti_proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -389,10 +397,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -402,6 +410,7 @@ hBrems: for kaon+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -421,10 +430,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -434,6 +443,7 @@ hBrems: for kaon- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -453,25 +463,25 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -486,25 +496,25 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -513,10 +523,10 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -530,18 +540,18 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -551,6 +561,7 @@ hBrems: for pi+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -570,10 +581,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -583,6 +594,7 @@ hBrems: for pi- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -608,6 +620,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -617,11 +630,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -629,11 +644,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -642,10 +659,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_alpha @@ -654,10 +673,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -666,10 +687,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_lambda @@ -677,11 +700,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_neutron @@ -690,10 +715,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_proton @@ -702,10 +729,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_triton @@ -714,10 +743,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for deuteron @@ -725,11 +756,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -737,12 +770,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -750,12 +785,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for lambda @@ -763,12 +800,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for neutron @@ -776,28 +815,36 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -805,12 +852,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -818,12 +867,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for proton @@ -831,12 +882,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -844,12 +897,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton @@ -857,29 +912,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1.4427 us Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -892,28 +949,28 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 10 nm e- 10 nm e+ 10 nm proton 10 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 1 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Si Range cuts : gamma 10 nm e- 10 nm e+ 10 nm proton 10 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 1 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_SILICON_DIOXIDE Range cuts : gamma 10 nm e- 10 nm e+ 10 nm proton 10 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 1 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Al Range cuts : gamma 10 nm e- 10 nm e+ 10 nm proton 10 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 1 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -923,8 +980,5 @@ G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. Number of events = 1000 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/underground_physics/History b/examples/advanced/underground_physics/History index 588bd9c430..b627a51211 100644 --- a/examples/advanced/underground_physics/History +++ b/examples/advanced/underground_physics/History @@ -1,12 +1,17 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example underground_physics History - ========================================================= - Geant4 - Underground Dark Matter experiment - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (DMX-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - Category History file - --------------------- 29.11.2021 - I. Hrivnacova (DMX-V10-07-10) Removed obsolete reference to AIDA/Anaphe from README_stt diff --git a/examples/advanced/underground_physics/underground_physics.out b/examples/advanced/underground_physics/underground_physics.out index 368f15f342..375744e66c 100644 --- a/examples/advanced/underground_physics/underground_physics.out +++ b/examples/advanced/underground_physics/underground_physics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -81,12 +85,12 @@ User Limits: theMinEKine: 250 eV minRoomMinEKine: 250 eV -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon DMXPhysicsList::SetCuts:CutLength : 1 um Verbosity Set to: 0 ======================================================================= @@ -95,6 +99,7 @@ Verbosity Set to: 0 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -112,7 +117,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -122,8 +127,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -204,10 +210,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 GeV @@ -225,10 +231,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 GeV @@ -249,35 +255,39 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 GeV + ===== Limit on energy threshold has been applied hBrems: for proton XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 GeV ModifiedMephi + ===== Limit on energy threshold has been applied msc: for GenericIon SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 GeV deltaVI + ===== Limit on energy threshold has been applied ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -287,7 +297,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -295,77 +305,82 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 GeV + ===== Limit on energy threshold has been applied msc: for anti_proton SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 GeV + ===== Limit on energy threshold has been applied msc: for kaon+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 GeV + ===== Limit on energy threshold has been applied msc: for kaon- SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 GeV + ===== Limit on energy threshold has been applied msc: for mu+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 GeV + MuBetheBloch : Emin= 200 keV Emax= 100 GeV + ===== Limit on energy threshold has been applied muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 GeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 0 - Sampling table 9x1001 from 1 GeV to 0.1 TeV + Sampling table 9x1001 from 0.85 GeV to 0.1 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 GeV ModifiedMephi @@ -374,31 +389,32 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 GeV + MuBetheBloch : Emin= 200 keV Emax= 100 GeV + ===== Limit on energy threshold has been applied muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 GeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 0 - Sampling table 9x1001 from 1 GeV to 0.1 TeV + Sampling table 9x1001 from 0.85 GeV to 0.1 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 GeV ModifiedMephi -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -412,131 +428,134 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 GeV + ===== Limit on energy threshold has been applied hBrems: for pi+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 GeV ModifiedMephi + ===== Limit on energy threshold has been applied msc: for pi- SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 GeV Nbins=180 100 eV - 100 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 GeV in 180 bins Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 GeV + ===== Limit on energy threshold has been applied ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Concrete Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 1.00446 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : AIR Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : wood Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : MetalAluminium Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 1.06388 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Steel Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 5.36034 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 5.52446 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : Vacuum Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : LN2 Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : MetalCopper Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 6.46243 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 6.64437 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 8 used in the geometry : Yes Material : LXe Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 860.092 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 9 used in the geometry : Yes Material : MetalLead Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1.21761 keV e- 1 keV e+ 6.27102 keV proton 100 eV + Energy thresholds : gamma 1.21757 keV e- 250 eV e+ 6.4681 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 10 used in the geometry : Yes Material : UraniumSource Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1.50211 keV e- 1 keV e+ 7.87343 keV proton 100 eV + Energy thresholds : gamma 1.5021 keV e- 250 eV e+ 8.08967 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 11 used in the geometry : Yes Material : quartz Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 792.786 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 12 used in the geometry : Yes Material : CathodeMetalAluminium Range cuts : gamma 1 um e- 1 nm e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 1.06388 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -557,12 +576,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 10 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 10 - Total energy in LXe: 60 keV - Average light collection time: 40.3059 ns - Number of PMT hits (photoelectron equivalent): 63 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 10 @@ -570,12 +584,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 20 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 8 - Total energy in LXe: 25.592 keV - Average light collection time: 57.7632 ns - Number of PMT hits (photoelectron equivalent): 23 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 20 @@ -584,10 +593,8 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 11 - Total energy in LXe: 30.2187 keV - Average light collection time: 37.6476 ns - Number of PMT hits (photoelectron equivalent): 27 + Number of hits in LXe: 5 + Total energy in LXe: 2.85089 keV Event summary in file gamma_1000.out ---> End of event: 30 @@ -596,12 +603,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 40 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 6 - Total energy in LXe: 26.1215 keV - Average light collection time: 48.1214 ns - Number of PMT hits (photoelectron equivalent): 19 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 40 @@ -634,9 +636,9 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 8 + Number of hits in LXe: 65 Total energy in LXe: 60 keV - Average light collection time: 40.7461 ns + Average light collection time: 30.5692 ns Number of PMT hits (photoelectron equivalent): 54 Event summary in file gamma_1000.out @@ -646,12 +648,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 90 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 6 - Total energy in LXe: 30.2187 keV - Average light collection time: 36.8512 ns - Number of PMT hits (photoelectron equivalent): 27 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 90 @@ -660,10 +657,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 2 - Total energy in LXe: 3.7119 keV - Average light collection time: 48.4923 ns - Number of PMT hits (photoelectron equivalent): 3 + Number of hits in LXe: 34 + Total energy in LXe: 30.5479 keV + Average light collection time: 56.7961 ns + Number of PMT hits (photoelectron equivalent): 19 Event summary in file gamma_1000.out ---> End of event: 100 @@ -672,7 +669,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 110 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 65 + Total energy in LXe: 60 keV + Average light collection time: 51.4766 ns + Number of PMT hits (photoelectron equivalent): 64 + Event summary in file gamma_1000.out ---> End of event: 110 @@ -680,7 +682,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 120 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 59 + Total energy in LXe: 60 keV + Average light collection time: 39.7939 ns + Number of PMT hits (photoelectron equivalent): 59 + Event summary in file gamma_1000.out ---> End of event: 120 @@ -736,7 +743,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 190 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 61 + Total energy in LXe: 60 keV + Average light collection time: 44.7708 ns + Number of PMT hits (photoelectron equivalent): 72 + Event summary in file gamma_1000.out ---> End of event: 190 @@ -745,10 +757,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 9 + Number of hits in LXe: 67 Total energy in LXe: 60 keV - Average light collection time: 52.0093 ns - Number of PMT hits (photoelectron equivalent): 41 + Average light collection time: 43.9753 ns + Number of PMT hits (photoelectron equivalent): 54 Event summary in file gamma_1000.out ---> End of event: 200 @@ -765,12 +777,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 220 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 7 - Total energy in LXe: 60 keV - Average light collection time: 40.6466 ns - Number of PMT hits (photoelectron equivalent): 59 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 220 @@ -779,10 +786,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 9 - Total energy in LXe: 60 keV - Average light collection time: 48.4333 ns - Number of PMT hits (photoelectron equivalent): 55 + Number of hits in LXe: 26 + Total energy in LXe: 30.5479 keV + Average light collection time: 51.0834 ns + Number of PMT hits (photoelectron equivalent): 34 Event summary in file gamma_1000.out ---> End of event: 230 @@ -791,11 +798,11 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 240 Primary Energy: 60 keV - First hit in LXe: e- - Number of hits in LXe: 22 - Total energy in LXe: 49.5065 keV - Average light collection time: 42.5056 ns - Number of PMT hits (photoelectron equivalent): 57 + First hit in LXe: gamma + Number of hits in LXe: 49 + Total energy in LXe: 60 keV + Average light collection time: 47.731 ns + Number of PMT hits (photoelectron equivalent): 157 Event summary in file gamma_1000.out ---> End of event: 240 @@ -804,12 +811,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 250 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 6 - Total energy in LXe: 26.4335 keV - Average light collection time: 59.5632 ns - Number of PMT hits (photoelectron equivalent): 23 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 250 @@ -817,7 +819,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 260 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 74 + Total energy in LXe: 60 keV + Average light collection time: 58.2045 ns + Number of PMT hits (photoelectron equivalent): 67 + Event summary in file gamma_1000.out ---> End of event: 260 @@ -825,7 +832,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 270 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 44 + Total energy in LXe: 60 keV + Average light collection time: 41.2048 ns + Number of PMT hits (photoelectron equivalent): 85 + Event summary in file gamma_1000.out ---> End of event: 270 @@ -833,7 +845,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 280 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 48 + Total energy in LXe: 60 keV + Average light collection time: 53.5998 ns + Number of PMT hits (photoelectron equivalent): 55 + Event summary in file gamma_1000.out ---> End of event: 280 @@ -841,7 +858,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 290 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 46 + Total energy in LXe: 60 keV + Average light collection time: 39.4363 ns + Number of PMT hits (photoelectron equivalent): 176 + Event summary in file gamma_1000.out ---> End of event: 290 @@ -849,7 +871,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 300 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 63 + Total energy in LXe: 60 keV + Average light collection time: 46.379 ns + Number of PMT hits (photoelectron equivalent): 158 + Event summary in file gamma_1000.out ---> End of event: 300 @@ -866,10 +893,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 6 + Number of hits in LXe: 44 Total energy in LXe: 60 keV - Average light collection time: 47.2253 ns - Number of PMT hits (photoelectron equivalent): 52 + Average light collection time: 39.4208 ns + Number of PMT hits (photoelectron equivalent): 59 Event summary in file gamma_1000.out ---> End of event: 320 @@ -878,7 +905,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 330 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 34 + Total energy in LXe: 30.5479 keV + Average light collection time: 37.2632 ns + Number of PMT hits (photoelectron equivalent): 32 + Event summary in file gamma_1000.out ---> End of event: 330 @@ -894,12 +926,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 350 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 13 - Total energy in LXe: 60 keV - Average light collection time: 50.6473 ns - Number of PMT hits (photoelectron equivalent): 122 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 350 @@ -907,7 +934,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 360 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 58 + Total energy in LXe: 60 keV + Average light collection time: 40.8387 ns + Number of PMT hits (photoelectron equivalent): 51 + Event summary in file gamma_1000.out ---> End of event: 360 @@ -915,7 +947,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 370 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 32 + Total energy in LXe: 30.2187 keV + Average light collection time: 41.1677 ns + Number of PMT hits (photoelectron equivalent): 34 + Event summary in file gamma_1000.out ---> End of event: 370 @@ -931,12 +968,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 390 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 11 - Total energy in LXe: 26.3706 keV - Average light collection time: 55.0049 ns - Number of PMT hits (photoelectron equivalent): 25 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 390 @@ -944,12 +976,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 400 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 8 - Total energy in LXe: 60 keV - Average light collection time: 46.6183 ns - Number of PMT hits (photoelectron equivalent): 151 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 400 @@ -965,12 +992,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 420 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 18 - Total energy in LXe: 60 keV - Average light collection time: 57.8534 ns - Number of PMT hits (photoelectron equivalent): 61 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 420 @@ -986,12 +1008,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 440 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 4 - Total energy in LXe: 30.5479 keV - Average light collection time: 41.7676 ns - Number of PMT hits (photoelectron equivalent): 31 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 440 @@ -999,7 +1016,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 450 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 28 + Total energy in LXe: 30.5479 keV + Average light collection time: 47.5527 ns + Number of PMT hits (photoelectron equivalent): 27 + Event summary in file gamma_1000.out ---> End of event: 450 @@ -1015,12 +1037,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 470 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 15 - Total energy in LXe: 60 keV - Average light collection time: 54.2876 ns - Number of PMT hits (photoelectron equivalent): 61 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 470 @@ -1037,10 +1054,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 15 + Number of hits in LXe: 55 Total energy in LXe: 60 keV - Average light collection time: 50.6263 ns - Number of PMT hits (photoelectron equivalent): 81 + Average light collection time: 55.5201 ns + Number of PMT hits (photoelectron equivalent): 70 Event summary in file gamma_1000.out ---> End of event: 490 @@ -1057,11 +1074,11 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 510 Primary Energy: 60 keV - First hit in LXe: e- - Number of hits in LXe: 45 - Total energy in LXe: 24.876 keV - Average light collection time: 41.0271 ns - Number of PMT hits (photoelectron equivalent): 24 + First hit in LXe: gamma + Number of hits in LXe: 59 + Total energy in LXe: 60 keV + Average light collection time: 37.652 ns + Number of PMT hits (photoelectron equivalent): 42 Event summary in file gamma_1000.out ---> End of event: 510 @@ -1070,12 +1087,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 520 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 5 - Total energy in LXe: 30.2187 keV - Average light collection time: 63.7162 ns - Number of PMT hits (photoelectron equivalent): 32 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 520 @@ -1083,7 +1095,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 530 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 57 + Total energy in LXe: 60 keV + Average light collection time: 43.7398 ns + Number of PMT hits (photoelectron equivalent): 75 + Event summary in file gamma_1000.out ---> End of event: 530 @@ -1092,10 +1109,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 14 - Total energy in LXe: 60 keV - Average light collection time: 49.5467 ns - Number of PMT hits (photoelectron equivalent): 33 + Number of hits in LXe: 21 + Total energy in LXe: 30.2187 keV + Average light collection time: 46.1322 ns + Number of PMT hits (photoelectron equivalent): 23 Event summary in file gamma_1000.out ---> End of event: 540 @@ -1104,7 +1121,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 550 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 27 + Total energy in LXe: 30.2187 keV + Average light collection time: 31.2909 ns + Number of PMT hits (photoelectron equivalent): 30 + Event summary in file gamma_1000.out ---> End of event: 550 @@ -1112,7 +1134,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 560 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 70 + Total energy in LXe: 60 keV + Average light collection time: 50.9932 ns + Number of PMT hits (photoelectron equivalent): 52 + Event summary in file gamma_1000.out ---> End of event: 560 @@ -1145,10 +1172,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 13 - Total energy in LXe: 60 keV - Average light collection time: 51.1492 ns - Number of PMT hits (photoelectron equivalent): 51 + Number of hits in LXe: 57 + Total energy in LXe: 27.7875 keV + Average light collection time: 37.7672 ns + Number of PMT hits (photoelectron equivalent): 32 Event summary in file gamma_1000.out ---> End of event: 600 @@ -1157,12 +1184,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 610 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 9 - Total energy in LXe: 51.1705 keV - Average light collection time: 28.7565 ns - Number of PMT hits (photoelectron equivalent): 33 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 610 @@ -1171,10 +1193,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 8 - Total energy in LXe: 26.4335 keV - Average light collection time: 36.1032 ns - Number of PMT hits (photoelectron equivalent): 20 + Number of hits in LXe: 39 + Total energy in LXe: 26.3706 keV + Average light collection time: 47.3932 ns + Number of PMT hits (photoelectron equivalent): 28 Event summary in file gamma_1000.out ---> End of event: 620 @@ -1183,7 +1205,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 630 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 32 + Total energy in LXe: 30.2187 keV + Average light collection time: 50.4997 ns + Number of PMT hits (photoelectron equivalent): 33 + Event summary in file gamma_1000.out ---> End of event: 630 @@ -1191,7 +1218,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 640 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 44 + Total energy in LXe: 28.8337 keV + Average light collection time: 56.3244 ns + Number of PMT hits (photoelectron equivalent): 21 + Event summary in file gamma_1000.out ---> End of event: 640 @@ -1199,12 +1231,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 650 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 10 - Total energy in LXe: 60 keV - Average light collection time: 47.0411 ns - Number of PMT hits (photoelectron equivalent): 57 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 650 @@ -1220,7 +1247,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 670 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 54 + Total energy in LXe: 60 keV + Average light collection time: 40.459 ns + Number of PMT hits (photoelectron equivalent): 50 + Event summary in file gamma_1000.out ---> End of event: 670 @@ -1228,7 +1260,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 680 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 12 + Total energy in LXe: 26.4335 keV + Average light collection time: 46.1871 ns + Number of PMT hits (photoelectron equivalent): 21 + Event summary in file gamma_1000.out ---> End of event: 680 @@ -1244,7 +1281,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 700 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 60 + Total energy in LXe: 60 keV + Average light collection time: 43.4805 ns + Number of PMT hits (photoelectron equivalent): 63 + Event summary in file gamma_1000.out ---> End of event: 700 @@ -1268,7 +1310,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 730 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 60 + Total energy in LXe: 60 keV + Average light collection time: 47.3725 ns + Number of PMT hits (photoelectron equivalent): 60 + Event summary in file gamma_1000.out ---> End of event: 730 @@ -1284,12 +1331,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 750 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 10 - Total energy in LXe: 30.5479 keV - Average light collection time: 38.9037 ns - Number of PMT hits (photoelectron equivalent): 22 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 750 @@ -1297,7 +1339,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 760 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 61 + Total energy in LXe: 60 keV + Average light collection time: 47.1211 ns + Number of PMT hits (photoelectron equivalent): 47 + Event summary in file gamma_1000.out ---> End of event: 760 @@ -1313,7 +1360,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 780 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 29 + Total energy in LXe: 36.9845 keV + Average light collection time: 67.0181 ns + Number of PMT hits (photoelectron equivalent): 28 + Event summary in file gamma_1000.out ---> End of event: 780 @@ -1329,12 +1381,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 800 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 14 - Total energy in LXe: 60 keV - Average light collection time: 55.9246 ns - Number of PMT hits (photoelectron equivalent): 53 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 800 @@ -1367,10 +1414,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 4 - Total energy in LXe: 26.3706 keV - Average light collection time: 49.0852 ns - Number of PMT hits (photoelectron equivalent): 29 + Number of hits in LXe: 28 + Total energy in LXe: 30.2187 keV + Average light collection time: 42.3064 ns + Number of PMT hits (photoelectron equivalent): 21 Event summary in file gamma_1000.out ---> End of event: 840 @@ -1380,10 +1427,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 9 + Number of hits in LXe: 56 Total energy in LXe: 60 keV - Average light collection time: 42.2302 ns - Number of PMT hits (photoelectron equivalent): 48 + Average light collection time: 45.6925 ns + Number of PMT hits (photoelectron equivalent): 60 Event summary in file gamma_1000.out ---> End of event: 850 @@ -1401,9 +1448,9 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 7 + Number of hits in LXe: 40 Total energy in LXe: 60 keV - Average light collection time: 45.0503 ns + Average light collection time: 42.9937 ns Number of PMT hits (photoelectron equivalent): 64 Event summary in file gamma_1000.out @@ -1413,12 +1460,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 880 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 7 - Total energy in LXe: 60 keV - Average light collection time: 45.6295 ns - Number of PMT hits (photoelectron equivalent): 54 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 880 @@ -1426,7 +1468,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 890 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 21 + Total energy in LXe: 26.4335 keV + Average light collection time: 46.3639 ns + Number of PMT hits (photoelectron equivalent): 27 + Event summary in file gamma_1000.out ---> End of event: 890 @@ -1450,12 +1497,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 920 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 12 - Total energy in LXe: 60 keV - Average light collection time: 42.5116 ns - Number of PMT hits (photoelectron equivalent): 75 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 920 @@ -1463,12 +1505,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 930 Primary Energy: 60 keV - First hit in LXe: e- - Number of hits in LXe: 21 - Total energy in LXe: 11.9498 keV - Average light collection time: 44.0166 ns - Number of PMT hits (photoelectron equivalent): 5 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 930 @@ -1476,7 +1513,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 940 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 25 + Total energy in LXe: 26.3706 keV + Average light collection time: 36.3246 ns + Number of PMT hits (photoelectron equivalent): 32 + Event summary in file gamma_1000.out ---> End of event: 940 @@ -1485,10 +1527,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 6 - Total energy in LXe: 30.5479 keV - Average light collection time: 43.8596 ns - Number of PMT hits (photoelectron equivalent): 33 + Number of hits in LXe: 29 + Total energy in LXe: 30.2187 keV + Average light collection time: 40.0013 ns + Number of PMT hits (photoelectron equivalent): 34 Event summary in file gamma_1000.out ---> End of event: 950 @@ -1497,7 +1539,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 960 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 19 + Total energy in LXe: 25.6047 keV + Average light collection time: 48.4933 ns + Number of PMT hits (photoelectron equivalent): 19 + Event summary in file gamma_1000.out ---> End of event: 960 @@ -1505,12 +1552,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 970 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 11 - Total energy in LXe: 60 keV - Average light collection time: 42.1622 ns - Number of PMT hits (photoelectron equivalent): 85 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 970 @@ -1526,12 +1568,20 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 990 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 23 + Total energy in LXe: 30.2187 keV + Average light collection time: 47.4844 ns + Number of PMT hits (photoelectron equivalent): 24 + Event summary in file gamma_1000.out ---> End of event: 990 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 12 h1 histograms +There are 2 h2 histograms + 0 with 0 entries: PMT Hit Pattern + 1 with 0 entries: 1st event PMT Hit Pattern +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/xray_fluorescence/History b/examples/advanced/xray_fluorescence/History index 1e0108ed40..28b7bee192 100644 --- a/examples/advanced/xray_fluorescence/History +++ b/examples/advanced/xray_fluorescence/History @@ -1,23 +1,22 @@ -# ------------------------------------------------------------------- +# Example xray_fluorescence History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - Xray_Fluorescence example History file - -------------------------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. +------------------------------------------------------------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - -14.02.2022 G. Cosmo Tag:XRayFluo-V10-07-08 +## 2022-02-14 Gabriele Cosmo (XRayFluo-V11-00-01) - XrayFluoEventAction: fixed compilation warning on Intel-icx compiler for unused variable. +## 2021-12-10 Ben Morgan (XRayFluo-V11-00-00) +- Change to new Markdown History format. + +--- + +# History entries prior to 11.0 + 04.11.2021 I. Hrivnacova Tag:XRayFluo-V10-07-07 - Updated for changes in the analysis category: G4VAnalysisReader::ReadNtuple(const G4String&) is renamed back diff --git a/examples/advanced/xray_fluorescence/xray_fluorescence.out b/examples/advanced/xray_fluorescence/xray_fluorescence.out index bc925f088b..8a7b4ef63f 100644 --- a/examples/advanced/xray_fluorescence/xray_fluorescence.out +++ b/examples/advanced/xray_fluorescence/xray_fluorescence.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2307,6 +2307,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -2392,6 +2396,7 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -2409,7 +2414,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -2419,8 +2424,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -2504,10 +2510,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -2540,10 +2546,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -2577,10 +2583,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -2590,6 +2596,7 @@ hBrems: for proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -2613,12 +2620,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -2629,10 +2636,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -2646,10 +2653,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -2659,6 +2666,7 @@ hBrems: for anti_proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for anti_proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -2678,10 +2686,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -2691,6 +2699,7 @@ hBrems: for kaon+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -2710,10 +2719,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -2723,6 +2732,7 @@ hBrems: for kaon- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -2742,25 +2752,25 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -2775,25 +2785,25 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -2808,10 +2818,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -2821,6 +2831,7 @@ hBrems: for pi+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -2840,10 +2851,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -2853,6 +2864,7 @@ hBrems: for pi- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -2885,42 +2897,42 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 keV + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : SiLi Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 31.7001 keV e+ 31.3441 keV proton 1 keV + Energy thresholds : gamma 250 eV e- 31.8522 keV e+ 31.4952 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 5.9847 keV e- 57.918 keV e+ 56.8398 keV proton 1 keV + Energy thresholds : gamma 5.98422 keV e- 58.0315 keV e+ 56.948 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Ni Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 2.1535 keV e- 63.1595 keV e+ 62.1818 keV proton 1 keV + Energy thresholds : gamma 2.15382 keV e- 63.2458 keV e+ 62.2771 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Be Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 27.6155 keV e+ 27.066 keV proton 1 keV + Energy thresholds : gamma 250 eV e- 27.954 keV e+ 27.4025 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : Dolorite Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 36.8629 keV e+ 36.4517 keV proton 1 keV + Energy thresholds : gamma 250 eV e- 37.0032 keV e+ 36.5833 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2959,15 +2971,15 @@ Created histos Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001594s Sys=0.000000s + User=0.000000s Real=0.003613s Sys=0.000000s Going to save histograms ... write file : xrayfluo.root - done ... close file : xrayfluo.root - done /vis/viewer/update WARNING: command "/vis/viewer/update" could not be applied: no current viewer. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 9 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... visManager deleted @@ -3000,11 +3012,11 @@ Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB Pool ID '17G4DynamicParticle', size : 0.000961 MB -Pool ID '7G4Track', size : 0.000961 MB +Pool ID '7G4Track', size : 0.00192 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.018 MB +Dynamic pools deleted: 13 / Total memory freed: 0.019 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/xray_telescope/History b/examples/advanced/xray_telescope/History index c9b7c3d231..350ca1fee6 100644 --- a/examples/advanced/xray_telescope/History +++ b/examples/advanced/xray_telescope/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example xray_telescope History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (xraytel-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07.11.2021, I. Hrivnacova, tag xraytel-V10-07-04 Added analysis manager Clear() call instead of diff --git a/examples/advanced/xray_telescope/xray_telescope.out b/examples/advanced/xray_telescope/xray_telescope.out index fe6d1407ca..aad2ff81f4 100644 --- a/examples/advanced/xray_telescope/xray_telescope.out +++ b/examples/advanced/xray_telescope/xray_telescope.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -76,6 +80,7 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -93,7 +98,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -103,8 +108,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -159,10 +165,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -179,10 +185,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -203,10 +209,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -229,10 +235,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -243,10 +249,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -256,10 +262,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -269,10 +275,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -282,10 +288,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -295,14 +301,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -313,7 +318,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -322,14 +327,13 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -340,7 +344,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -349,10 +353,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -375,10 +379,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -388,49 +392,49 @@ hIoni: for pi- XStype:1 SubType=2 Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 1 m e- 1 m e+ 1 m proton 2 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 200 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 200 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Nickel Range cuts : gamma 1 m e- 1 m e+ 1 m proton 2 mm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 200 keV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 200 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Gold Range cuts : gamma 1 m e- 1 m e+ 1 m proton 2 mm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 200 keV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 200 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 m e- 1 m e+ 1 m proton 2 mm - Energy thresholds : gamma 9.54993 GeV e- 1.19054 GeV e+ 1.13191 GeV proton 200 keV + Energy thresholds : gamma 9.54965 GeV e- 1.19053 GeV e+ 1.1319 GeV proton 200 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Carbon Fibre Range cuts : gamma 1 m e- 1 m e+ 1 m proton 2 mm - Energy thresholds : gamma 3.2976 MeV e- 775.4 MeV e+ 740.751 MeV proton 200 keV + Energy thresholds : gamma 3.29739 MeV e- 775.401 MeV e+ 740.751 MeV proton 200 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : Titanium Range cuts : gamma 1 m e- 1 m e+ 1 m proton 2 mm - Energy thresholds : gamma 9.54993 GeV e- 5.94716 GeV e+ 5.6228 GeV proton 200 keV + Energy thresholds : gamma 9.54965 GeV e- 5.94714 GeV e+ 5.62281 GeV proton 200 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : Silicon Range cuts : gamma 1 m e- 1 m e+ 1 m proton 2 mm - Energy thresholds : gamma 9.54993 GeV e- 1.01353 GeV e+ 962.875 MeV proton 200 keV + Energy thresholds : gamma 9.54965 GeV e- 1.01354 GeV e+ 962.889 MeV proton 200 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -446,12 +450,9 @@ Opening output file xraytel ... done Run terminated. Run Summary Number of events processed : 1000 - User=0.020000s Real=0.011495s Sys=0.000000s + User=0.020000s Real=0.010802s Sys=0.000000s ########################################## WARNING: command "/vis/viewer/update" could not be applied: no current viewer. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/basic/B1/History b/examples/basic/B1/History index 0c2c7598d7..9ce8291418 100644 --- a/examples/basic/B1/History +++ b/examples/basic/B1/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example B1 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example B1 History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleB1-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13-07-21 I. Hrivnacova (exampleB1-V10-07-03) - Use B1 in multiple inclusion protection ifdefs diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index 2bb8a69b65..accf980d3d 100644 --- a/examples/basic/B1/exampleB1.out +++ b/examples/basic/B1/exampleB1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,6 +39,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -85,7 +89,8 @@ Checking overlaps for volume Shape2:0 (G4Trd) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -102,7 +107,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -112,8 +117,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -176,10 +182,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -204,10 +210,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -234,10 +240,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -266,10 +272,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -280,10 +286,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -293,10 +299,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -325,10 +331,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -357,10 +363,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -389,14 +395,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -407,7 +412,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -422,14 +427,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -440,7 +444,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -455,10 +459,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -487,10 +491,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -524,16 +528,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -543,10 +550,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -554,10 +563,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -566,10 +577,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -577,11 +590,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -589,11 +604,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -602,10 +619,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -616,10 +635,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -630,10 +651,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -643,10 +666,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -657,10 +682,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -671,10 +698,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -685,10 +714,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -698,11 +729,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -710,6 +743,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -717,6 +751,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -726,6 +761,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -733,11 +769,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -745,11 +783,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -759,11 +799,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -771,6 +813,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -778,6 +821,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -787,12 +831,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -800,12 +846,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -815,12 +863,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -828,11 +878,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -842,29 +894,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -887,12 +941,9 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV - Cumulated dose per run, in scoring volume : 38.9599 picoGy rms = 3.71693 picoGy + Cumulated dose per run, in scoring volume : 43.1579 picoGy rms = 3.90411 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ### Run 1 starts. --> Event 0 starts. --> Event 100 starts. @@ -907,11 +958,8 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Cumulated dose per run, in scoring volume : 4.98572 nanoGy rms = 147.355 picoGy + Cumulated dose per run, in scoring volume : 4.96701 nanoGy rms = 145.594 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out index f0ec1c41b4..a1c2ea2de9 100644 --- a/examples/basic/B2/B2a/exampleB2a.out +++ b/examples/basic/B2/B2a/exampleB2a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -155,7 +159,8 @@ Checking overlaps for volume Chamber_PV:4 (G4Tubs) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -172,7 +177,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -182,8 +187,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -246,10 +252,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -274,10 +280,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -304,10 +310,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -336,10 +342,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -350,10 +356,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -363,10 +369,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -395,10 +401,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -427,10 +433,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -459,14 +465,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -477,7 +482,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -492,14 +497,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -510,7 +514,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -525,10 +529,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -557,10 +561,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -594,15 +598,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -612,10 +619,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -623,10 +632,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -635,6 +646,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -642,11 +654,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -654,11 +668,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -667,10 +683,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -681,10 +699,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -695,10 +715,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -708,10 +730,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -722,10 +746,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -736,10 +762,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -750,10 +778,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -763,11 +793,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -775,6 +807,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -782,6 +815,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -791,6 +825,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -798,11 +833,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -810,11 +847,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -824,11 +863,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -836,6 +877,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -843,6 +885,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -852,11 +895,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -864,11 +909,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -878,11 +925,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -890,11 +939,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -904,29 +955,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -948,9 +1001,9 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 4 0 hits stored in this event >>> Event: 5 - 91 hits stored in this event + 0 hits stored in this event >>> Event: 6 - 5 hits stored in this event + 0 hits stored in this event >>> Event: 7 0 hits stored in this event >>> Event: 8 @@ -958,7 +1011,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 9 0 hits stored in this event >>> Event: 10 - 0 hits stored in this event + 33 hits stored in this event >>> Event: 11 0 hits stored in this event >>> Event: 12 @@ -968,19 +1021,19 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 14 0 hits stored in this event >>> Event: 15 - 0 hits stored in this event + 146 hits stored in this event >>> Event: 16 0 hits stored in this event >>> Event: 17 0 hits stored in this event >>> Event: 18 - 0 hits stored in this event + 17 hits stored in this event >>> Event: 19 0 hits stored in this event >>> Event: 20 0 hits stored in this event >>> Event: 21 - 340 hits stored in this event + 70 hits stored in this event >>> Event: 22 0 hits stored in this event >>> Event: 23 @@ -990,7 +1043,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 25 0 hits stored in this event >>> Event: 26 - 0 hits stored in this event + 35 hits stored in this event >>> Event: 27 0 hits stored in this event >>> Event: 28 @@ -1004,7 +1057,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 32 0 hits stored in this event >>> Event: 33 - 58 hits stored in this event + 0 hits stored in this event >>> Event: 34 0 hits stored in this event >>> Event: 35 @@ -1016,11 +1069,11 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 38 0 hits stored in this event >>> Event: 39 - 29 hits stored in this event + 161 hits stored in this event >>> Event: 40 0 hits stored in this event >>> Event: 41 - 0 hits stored in this event + 9 hits stored in this event >>> Event: 42 0 hits stored in this event >>> Event: 43 @@ -1030,15 +1083,15 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 45 0 hits stored in this event >>> Event: 46 - 0 hits stored in this event + 5 hits stored in this event >>> Event: 47 0 hits stored in this event >>> Event: 48 0 hits stored in this event >>> Event: 49 - 8 hits stored in this event + 67 hits stored in this event >>> Event: 50 - 159 hits stored in this event + 0 hits stored in this event >>> Event: 51 0 hits stored in this event >>> Event: 52 @@ -1052,15 +1105,15 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 56 0 hits stored in this event >>> Event: 57 - 57 hits stored in this event + 0 hits stored in this event >>> Event: 58 0 hits stored in this event >>> Event: 59 0 hits stored in this event >>> Event: 60 - 1 hits stored in this event + 0 hits stored in this event >>> Event: 61 - 44 hits stored in this event + 0 hits stored in this event >>> Event: 62 0 hits stored in this event >>> Event: 63 @@ -1072,27 +1125,27 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 66 0 hits stored in this event >>> Event: 67 - 73 hits stored in this event ->>> Event: 68 0 hits stored in this event +>>> Event: 68 + 22 hits stored in this event >>> Event: 69 0 hits stored in this event >>> Event: 70 - 93 hits stored in this event + 0 hits stored in this event >>> Event: 71 - 137 hits stored in this event + 0 hits stored in this event >>> Event: 72 0 hits stored in this event >>> Event: 73 0 hits stored in this event >>> Event: 74 - 0 hits stored in this event + 121 hits stored in this event >>> Event: 75 0 hits stored in this event >>> Event: 76 0 hits stored in this event >>> Event: 77 - 87 hits stored in this event + 116 hits stored in this event >>> Event: 78 0 hits stored in this event >>> Event: 79 @@ -1100,9 +1153,9 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 80 0 hits stored in this event >>> Event: 81 - 91 hits stored in this event ->>> Event: 82 0 hits stored in this event +>>> Event: 82 + 156 hits stored in this event >>> Event: 83 0 hits stored in this event >>> Event: 84 @@ -1112,13 +1165,13 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 86 0 hits stored in this event >>> Event: 87 - 0 hits stored in this event + 17 hits stored in this event >>> Event: 88 - 244 hits stored in this event ->>> Event: 89 - 25 hits stored in this event ->>> Event: 90 0 hits stored in this event +>>> Event: 89 + 0 hits stored in this event +>>> Event: 90 + 143 hits stored in this event >>> Event: 91 0 hits stored in this event >>> Event: 92 @@ -1132,219 +1185,213 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 96 0 hits stored in this event >>> Event: 97 - 0 hits stored in this event + 173 hits stored in this event >>> Event: 98 - 23 hits stored in this event + 0 hits stored in this event >>> Event: 99 0 hits stored in this event -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ### Run 1 starts. --> Event 0 starts. >>> Event: 0 - 73 hits stored in this event + 55 hits stored in this event >>> Event: 1 - 69 hits stored in this event + 225 hits stored in this event >>> Event: 2 - 107 hits stored in this event + 111 hits stored in this event >>> Event: 3 - 80 hits stored in this event ->>> Event: 4 - 294 hits stored in this event ->>> Event: 5 - 806 hits stored in this event ->>> Event: 6 - 672 hits stored in this event ->>> Event: 7 - 80 hits stored in this event ->>> Event: 8 - 58 hits stored in this event ->>> Event: 9 - 891 hits stored in this event ->>> Event: 10 - 78 hits stored in this event ->>> Event: 11 - 75 hits stored in this event ->>> Event: 12 - 126 hits stored in this event ->>> Event: 13 - 74 hits stored in this event ->>> Event: 14 - 63 hits stored in this event ->>> Event: 15 - 152 hits stored in this event ->>> Event: 16 - 1670 hits stored in this event ->>> Event: 17 - 77 hits stored in this event ->>> Event: 18 - 69 hits stored in this event ->>> Event: 19 - 83 hits stored in this event ->>> Event: 20 - 76 hits stored in this event ->>> Event: 21 - 94 hits stored in this event ->>> Event: 22 - 163 hits stored in this event ->>> Event: 23 - 294 hits stored in this event ->>> Event: 24 - 172 hits stored in this event ->>> Event: 25 - 129 hits stored in this event ->>> Event: 26 - 103 hits stored in this event ->>> Event: 27 - 80 hits stored in this event ->>> Event: 28 - 260 hits stored in this event ->>> Event: 29 - 58 hits stored in this event ->>> Event: 30 - 63 hits stored in this event ->>> Event: 31 - 84 hits stored in this event ->>> Event: 32 - 93 hits stored in this event ->>> Event: 33 - 195 hits stored in this event ->>> Event: 34 - 59 hits stored in this event ->>> Event: 35 - 101 hits stored in this event ->>> Event: 36 - 101 hits stored in this event ->>> Event: 37 - 154 hits stored in this event ->>> Event: 38 - 204 hits stored in this event ->>> Event: 39 - 244 hits stored in this event ->>> Event: 40 - 49 hits stored in this event ->>> Event: 41 - 72 hits stored in this event ->>> Event: 42 - 85 hits stored in this event ->>> Event: 43 - 125 hits stored in this event ->>> Event: 44 - 216 hits stored in this event ->>> Event: 45 - 60 hits stored in this event ->>> Event: 46 - 223 hits stored in this event ->>> Event: 47 - 389 hits stored in this event ->>> Event: 48 - 80 hits stored in this event ->>> Event: 49 - 59 hits stored in this event ->>> Event: 50 - 170 hits stored in this event ->>> Event: 51 - 158 hits stored in this event ->>> Event: 52 - 94 hits stored in this event ->>> Event: 53 - 542 hits stored in this event ->>> Event: 54 - 138 hits stored in this event ->>> Event: 55 - 2707 hits stored in this event ->>> Event: 56 67 hits stored in this event ->>> Event: 57 - 104 hits stored in this event ->>> Event: 58 - 101 hits stored in this event ->>> Event: 59 - 185 hits stored in this event ->>> Event: 60 - 122 hits stored in this event ->>> Event: 61 - 87 hits stored in this event ->>> Event: 62 - 117 hits stored in this event ->>> Event: 63 - 370 hits stored in this event ->>> Event: 64 - 367 hits stored in this event ->>> Event: 65 +>>> Event: 4 83 hits stored in this event ->>> Event: 66 - 104 hits stored in this event ->>> Event: 67 - 106 hits stored in this event ->>> Event: 68 - 1049 hits stored in this event ->>> Event: 69 - 162 hits stored in this event ->>> Event: 70 - 123 hits stored in this event ->>> Event: 71 - 79 hits stored in this event ->>> Event: 72 - 174 hits stored in this event ->>> Event: 73 - 60 hits stored in this event ->>> Event: 74 - 329 hits stored in this event ->>> Event: 75 - 66 hits stored in this event ->>> Event: 76 - 101 hits stored in this event ->>> Event: 77 - 137 hits stored in this event ->>> Event: 78 - 90 hits stored in this event ->>> Event: 79 - 128 hits stored in this event ->>> Event: 80 - 89 hits stored in this event ->>> Event: 81 - 87 hits stored in this event ->>> Event: 82 - 164 hits stored in this event ->>> Event: 83 - 87 hits stored in this event ->>> Event: 84 - 132 hits stored in this event ->>> Event: 85 - 727 hits stored in this event ->>> Event: 86 - 192 hits stored in this event ->>> Event: 87 - 248 hits stored in this event ->>> Event: 88 - 104 hits stored in this event ->>> Event: 89 - 126 hits stored in this event ->>> Event: 90 - 525 hits stored in this event ->>> Event: 91 - 97 hits stored in this event ->>> Event: 92 - 398 hits stored in this event ->>> Event: 93 - 136 hits stored in this event ->>> Event: 94 - 171 hits stored in this event ->>> Event: 95 - 2747 hits stored in this event ->>> Event: 96 - 62 hits stored in this event ->>> Event: 97 +>>> Event: 5 + 173 hits stored in this event +>>> Event: 6 + 221 hits stored in this event +>>> Event: 7 + 112 hits stored in this event +>>> Event: 8 + 115 hits stored in this event +>>> Event: 9 + 3611 hits stored in this event +>>> Event: 10 + 151 hits stored in this event +>>> Event: 11 + 94 hits stored in this event +>>> Event: 12 + 71 hits stored in this event +>>> Event: 13 + 157 hits stored in this event +>>> Event: 14 + 71 hits stored in this event +>>> Event: 15 + 51 hits stored in this event +>>> Event: 16 + 153 hits stored in this event +>>> Event: 17 88 hits stored in this event ->>> Event: 98 +>>> Event: 18 + 84 hits stored in this event +>>> Event: 19 + 71 hits stored in this event +>>> Event: 20 + 85 hits stored in this event +>>> Event: 21 + 66 hits stored in this event +>>> Event: 22 90 hits stored in this event +>>> Event: 23 + 121 hits stored in this event +>>> Event: 24 + 100 hits stored in this event +>>> Event: 25 + 91 hits stored in this event +>>> Event: 26 + 110 hits stored in this event +>>> Event: 27 + 82 hits stored in this event +>>> Event: 28 + 81 hits stored in this event +>>> Event: 29 + 150 hits stored in this event +>>> Event: 30 + 488 hits stored in this event +>>> Event: 31 + 174 hits stored in this event +>>> Event: 32 + 59 hits stored in this event +>>> Event: 33 + 71 hits stored in this event +>>> Event: 34 + 539 hits stored in this event +>>> Event: 35 + 138 hits stored in this event +>>> Event: 36 + 293 hits stored in this event +>>> Event: 37 + 201 hits stored in this event +>>> Event: 38 + 76 hits stored in this event +>>> Event: 39 + 163 hits stored in this event +>>> Event: 40 + 95 hits stored in this event +>>> Event: 41 + 386 hits stored in this event +>>> Event: 42 + 68 hits stored in this event +>>> Event: 43 + 603 hits stored in this event +>>> Event: 44 + 94 hits stored in this event +>>> Event: 45 + 119 hits stored in this event +>>> Event: 46 + 93 hits stored in this event +>>> Event: 47 + 63 hits stored in this event +>>> Event: 48 + 129 hits stored in this event +>>> Event: 49 + 63 hits stored in this event +>>> Event: 50 + 69 hits stored in this event +>>> Event: 51 + 78 hits stored in this event +>>> Event: 52 + 838 hits stored in this event +>>> Event: 53 + 94 hits stored in this event +>>> Event: 54 + 57 hits stored in this event +>>> Event: 55 + 102 hits stored in this event +>>> Event: 56 + 1484 hits stored in this event +>>> Event: 57 + 170 hits stored in this event +>>> Event: 58 + 1211 hits stored in this event +>>> Event: 59 + 8976 hits stored in this event +>>> Event: 60 + 84 hits stored in this event +>>> Event: 61 + 72 hits stored in this event +>>> Event: 62 + 83 hits stored in this event +>>> Event: 63 + 79 hits stored in this event +>>> Event: 64 + 154 hits stored in this event +>>> Event: 65 + 518 hits stored in this event +>>> Event: 66 + 128 hits stored in this event +>>> Event: 67 + 84 hits stored in this event +>>> Event: 68 + 97 hits stored in this event +>>> Event: 69 + 66 hits stored in this event +>>> Event: 70 + 115 hits stored in this event +>>> Event: 71 + 158 hits stored in this event +>>> Event: 72 + 119 hits stored in this event +>>> Event: 73 + 82 hits stored in this event +>>> Event: 74 + 70 hits stored in this event +>>> Event: 75 + 97 hits stored in this event +>>> Event: 76 + 81 hits stored in this event +>>> Event: 77 + 92 hits stored in this event +>>> Event: 78 + 112 hits stored in this event +>>> Event: 79 + 167 hits stored in this event +>>> Event: 80 + 225 hits stored in this event +>>> Event: 81 + 382 hits stored in this event +>>> Event: 82 + 98 hits stored in this event +>>> Event: 83 + 276 hits stored in this event +>>> Event: 84 + 106 hits stored in this event +>>> Event: 85 + 470 hits stored in this event +>>> Event: 86 + 62 hits stored in this event +>>> Event: 87 + 110 hits stored in this event +>>> Event: 88 + 279 hits stored in this event +>>> Event: 89 + 115 hits stored in this event +>>> Event: 90 + 95 hits stored in this event +>>> Event: 91 + 198 hits stored in this event +>>> Event: 92 + 81 hits stored in this event +>>> Event: 93 + 460 hits stored in this event +>>> Event: 94 + 393 hits stored in this event +>>> Event: 95 + 123 hits stored in this event +>>> Event: 96 + 66 hits stored in this event +>>> Event: 97 + 159 hits stored in this event +>>> Event: 98 + 289 hits stored in this event >>> Event: 99 - 502 hits stored in this event -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 1618 hits stored in this event ### Run 2 starts. --> Event 0 starts. @@ -1370,8 +1417,5 @@ Step# X Y Z KineE dEStep StepLeng T 14 0 fm 0 fm 2.94 m 1 TeV 0 eV 54 cm 5.88 m World OutOfWorld >>> Event: 0 0 hits stored in this event -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index c66491c6de..5769fb37ff 100644 --- a/examples/basic/B2/B2b/exampleB2b.out +++ b/examples/basic/B2/B2b/exampleB2b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -151,7 +155,8 @@ The distance between chamber is 80 cm LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -168,7 +173,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -178,8 +183,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -242,10 +248,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -270,10 +276,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -300,10 +306,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -332,10 +338,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -346,10 +352,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -359,10 +365,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -391,10 +397,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -423,10 +429,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -455,14 +461,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -473,7 +478,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -488,14 +493,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -506,7 +510,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -521,10 +525,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -553,10 +557,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -590,15 +594,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -608,10 +615,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -619,10 +628,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -631,6 +642,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -638,11 +650,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -650,11 +664,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -663,10 +679,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -677,10 +695,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -691,10 +711,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -704,10 +726,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -718,10 +742,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -732,10 +758,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -746,10 +774,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -759,11 +789,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -771,6 +803,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -778,6 +811,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -787,6 +821,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -794,11 +829,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -806,11 +843,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -820,11 +859,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -832,6 +873,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -839,6 +881,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -848,11 +891,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -860,11 +905,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -874,11 +921,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -886,11 +935,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -900,29 +951,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -944,9 +997,9 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 4 0 hits stored in this event >>> Event: 5 - 91 hits stored in this event + 0 hits stored in this event >>> Event: 6 - 5 hits stored in this event + 0 hits stored in this event >>> Event: 7 0 hits stored in this event >>> Event: 8 @@ -954,15 +1007,15 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 9 0 hits stored in this event >>> Event: 10 - 0 hits stored in this event + 33 hits stored in this event >>> Event: 11 0 hits stored in this event >>> Event: 12 0 hits stored in this event >>> Event: 13 - 21 hits stored in this event + 0 hits stored in this event >>> Event: 14 - 118 hits stored in this event + 0 hits stored in this event >>> Event: 15 0 hits stored in this event >>> Event: 16 @@ -970,7 +1023,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 17 0 hits stored in this event >>> Event: 18 - 86 hits stored in this event + 0 hits stored in this event >>> Event: 19 0 hits stored in this event >>> Event: 20 @@ -978,7 +1031,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 21 0 hits stored in this event >>> Event: 22 - 0 hits stored in this event + 80 hits stored in this event >>> Event: 23 0 hits stored in this event >>> Event: 24 @@ -986,7 +1039,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 25 0 hits stored in this event >>> Event: 26 - 0 hits stored in this event + 246 hits stored in this event >>> Event: 27 0 hits stored in this event >>> Event: 28 @@ -994,7 +1047,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 29 0 hits stored in this event >>> Event: 30 - 0 hits stored in this event + 3 hits stored in this event >>> Event: 31 0 hits stored in this event >>> Event: 32 @@ -1022,7 +1075,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 43 0 hits stored in this event >>> Event: 44 - 67 hits stored in this event + 31 hits stored in this event >>> Event: 45 0 hits stored in this event >>> Event: 46 @@ -1030,15 +1083,15 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 47 0 hits stored in this event >>> Event: 48 - 0 hits stored in this event + 65 hits stored in this event >>> Event: 49 - 0 hits stored in this event + 10 hits stored in this event >>> Event: 50 0 hits stored in this event >>> Event: 51 0 hits stored in this event >>> Event: 52 - 0 hits stored in this event + 108 hits stored in this event >>> Event: 53 0 hits stored in this event >>> Event: 54 @@ -1046,23 +1099,23 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 55 0 hits stored in this event >>> Event: 56 - 81 hits stored in this event + 0 hits stored in this event >>> Event: 57 - 33 hits stored in this event + 139 hits stored in this event >>> Event: 58 0 hits stored in this event >>> Event: 59 - 1 hits stored in this event ->>> Event: 60 - 94 hits stored in this event ->>> Event: 61 0 hits stored in this event +>>> Event: 60 + 0 hits stored in this event +>>> Event: 61 + 13 hits stored in this event >>> Event: 62 0 hits stored in this event >>> Event: 63 0 hits stored in this event >>> Event: 64 - 9 hits stored in this event + 13 hits stored in this event >>> Event: 65 0 hits stored in this event >>> Event: 66 @@ -1072,31 +1125,31 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 68 0 hits stored in this event >>> Event: 69 - 23 hits stored in this event + 0 hits stored in this event >>> Event: 70 - 0 hits stored in this event + 85 hits stored in this event >>> Event: 71 - 0 hits stored in this event + 126 hits stored in this event >>> Event: 72 0 hits stored in this event >>> Event: 73 0 hits stored in this event >>> Event: 74 - 0 hits stored in this event + 226 hits stored in this event >>> Event: 75 0 hits stored in this event >>> Event: 76 - 99 hits stored in this event + 0 hits stored in this event >>> Event: 77 0 hits stored in this event >>> Event: 78 - 52 hits stored in this event + 0 hits stored in this event >>> Event: 79 - 25 hits stored in this event + 0 hits stored in this event >>> Event: 80 - 52 hits stored in this event + 0 hits stored in this event >>> Event: 81 - 50 hits stored in this event + 0 hits stored in this event >>> Event: 82 0 hits stored in this event >>> Event: 83 @@ -1104,7 +1157,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 84 0 hits stored in this event >>> Event: 85 - 0 hits stored in this event + 12 hits stored in this event >>> Event: 86 0 hits stored in this event >>> Event: 87 @@ -1114,7 +1167,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 89 0 hits stored in this event >>> Event: 90 - 0 hits stored in this event + 34 hits stored in this event >>> Event: 91 0 hits stored in this event >>> Event: 92 @@ -1122,225 +1175,219 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 93 0 hits stored in this event >>> Event: 94 - 142 hits stored in this event + 0 hits stored in this event >>> Event: 95 0 hits stored in this event >>> Event: 96 0 hits stored in this event >>> Event: 97 - 106 hits stored in this event + 0 hits stored in this event >>> Event: 98 0 hits stored in this event >>> Event: 99 - 8 hits stored in this event -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 hits stored in this event ### Run 1 starts. --> Event 0 starts. >>> Event: 0 - 111 hits stored in this event + 292 hits stored in this event >>> Event: 1 - 146 hits stored in this event + 141 hits stored in this event >>> Event: 2 - 302 hits stored in this event + 108 hits stored in this event >>> Event: 3 - 114 hits stored in this event + 291 hits stored in this event >>> Event: 4 - 94 hits stored in this event + 116 hits stored in this event >>> Event: 5 - 100 hits stored in this event ->>> Event: 6 - 287 hits stored in this event ->>> Event: 7 - 155 hits stored in this event ->>> Event: 8 - 117 hits stored in this event ->>> Event: 9 - 99 hits stored in this event ->>> Event: 10 - 537 hits stored in this event ->>> Event: 11 - 54 hits stored in this event ->>> Event: 12 - 141 hits stored in this event ->>> Event: 13 - 67 hits stored in this event ->>> Event: 14 - 109 hits stored in this event ->>> Event: 15 - 74 hits stored in this event ->>> Event: 16 - 123 hits stored in this event ->>> Event: 17 - 2415 hits stored in this event ->>> Event: 18 80 hits stored in this event +>>> Event: 6 + 135 hits stored in this event +>>> Event: 7 + 66 hits stored in this event +>>> Event: 8 + 219 hits stored in this event +>>> Event: 9 + 117 hits stored in this event +>>> Event: 10 + 62 hits stored in this event +>>> Event: 11 + 547 hits stored in this event +>>> Event: 12 + 364 hits stored in this event +>>> Event: 13 + 990 hits stored in this event +>>> Event: 14 + 2138 hits stored in this event +>>> Event: 15 + 116 hits stored in this event +>>> Event: 16 + 1627 hits stored in this event +>>> Event: 17 + 1717 hits stored in this event +>>> Event: 18 + 58 hits stored in this event >>> Event: 19 - 202 hits stored in this event + 346 hits stored in this event >>> Event: 20 - 382 hits stored in this event + 75 hits stored in this event >>> Event: 21 - 61 hits stored in this event + 850 hits stored in this event >>> Event: 22 - 353 hits stored in this event + 59 hits stored in this event >>> Event: 23 - 3042 hits stored in this event + 1096 hits stored in this event >>> Event: 24 - 76 hits stored in this event + 78 hits stored in this event >>> Event: 25 - 60 hits stored in this event + 488 hits stored in this event >>> Event: 26 - 91 hits stored in this event ->>> Event: 27 - 49 hits stored in this event ->>> Event: 28 - 84 hits stored in this event ->>> Event: 29 - 68 hits stored in this event ->>> Event: 30 - 111 hits stored in this event ->>> Event: 31 - 51 hits stored in this event ->>> Event: 32 90 hits stored in this event ->>> Event: 33 - 133 hits stored in this event ->>> Event: 34 - 118 hits stored in this event ->>> Event: 35 - 270 hits stored in this event ->>> Event: 36 - 84 hits stored in this event ->>> Event: 37 - 278 hits stored in this event ->>> Event: 38 - 662 hits stored in this event ->>> Event: 39 - 218 hits stored in this event ->>> Event: 40 +>>> Event: 27 + 479 hits stored in this event +>>> Event: 28 86 hits stored in this event +>>> Event: 29 + 222 hits stored in this event +>>> Event: 30 + 71 hits stored in this event +>>> Event: 31 + 81 hits stored in this event +>>> Event: 32 + 65 hits stored in this event +>>> Event: 33 + 138 hits stored in this event +>>> Event: 34 + 73 hits stored in this event +>>> Event: 35 + 95 hits stored in this event +>>> Event: 36 + 64 hits stored in this event +>>> Event: 37 + 52 hits stored in this event +>>> Event: 38 + 102 hits stored in this event +>>> Event: 39 + 63 hits stored in this event +>>> Event: 40 + 125 hits stored in this event >>> Event: 41 - 56 hits stored in this event + 88 hits stored in this event >>> Event: 42 - 99 hits stored in this event + 532 hits stored in this event >>> Event: 43 - 50 hits stored in this event + 107 hits stored in this event >>> Event: 44 - 857 hits stored in this event + 349 hits stored in this event >>> Event: 45 - 77 hits stored in this event + 49 hits stored in this event >>> Event: 46 - 585 hits stored in this event + 91 hits stored in this event >>> Event: 47 - 146 hits stored in this event + 47 hits stored in this event >>> Event: 48 - 93 hits stored in this event + 79 hits stored in this event >>> Event: 49 - 100 hits stored in this event ->>> Event: 50 - 167 hits stored in this event ->>> Event: 51 - 185 hits stored in this event ->>> Event: 52 - 93 hits stored in this event ->>> Event: 53 - 144 hits stored in this event ->>> Event: 54 - 141 hits stored in this event ->>> Event: 55 206 hits stored in this event +>>> Event: 50 + 67 hits stored in this event +>>> Event: 51 + 45 hits stored in this event +>>> Event: 52 + 78 hits stored in this event +>>> Event: 53 + 3204 hits stored in this event +>>> Event: 54 + 99 hits stored in this event +>>> Event: 55 + 101 hits stored in this event >>> Event: 56 69 hits stored in this event >>> Event: 57 - 27061 hits stored in this event + 115 hits stored in this event >>> Event: 58 - 439 hits stored in this event + 112 hits stored in this event >>> Event: 59 - 74 hits stored in this event + 159 hits stored in this event >>> Event: 60 - 87 hits stored in this event + 194 hits stored in this event >>> Event: 61 - 89 hits stored in this event + 78 hits stored in this event >>> Event: 62 - 71 hits stored in this event + 308 hits stored in this event >>> Event: 63 - 73 hits stored in this event + 83 hits stored in this event >>> Event: 64 - 182 hits stored in this event + 118 hits stored in this event >>> Event: 65 - 79 hits stored in this event + 3220 hits stored in this event >>> Event: 66 - 125 hits stored in this event ->>> Event: 67 - 71 hits stored in this event ->>> Event: 68 - 43 hits stored in this event ->>> Event: 69 - 148 hits stored in this event ->>> Event: 70 - 305 hits stored in this event ->>> Event: 71 - 272 hits stored in this event ->>> Event: 72 - 99 hits stored in this event ->>> Event: 73 - 206 hits stored in this event ->>> Event: 74 - 77 hits stored in this event ->>> Event: 75 - 1177 hits stored in this event ->>> Event: 76 - 59 hits stored in this event ->>> Event: 77 - 91 hits stored in this event ->>> Event: 78 - 284 hits stored in this event ->>> Event: 79 - 72 hits stored in this event ->>> Event: 80 - 437 hits stored in this event ->>> Event: 81 - 1024 hits stored in this event ->>> Event: 82 - 86 hits stored in this event ->>> Event: 83 - 64 hits stored in this event ->>> Event: 84 - 193 hits stored in this event ->>> Event: 85 113 hits stored in this event ->>> Event: 86 - 110 hits stored in this event ->>> Event: 87 +>>> Event: 67 + 3635 hits stored in this event +>>> Event: 68 + 393 hits stored in this event +>>> Event: 69 + 163 hits stored in this event +>>> Event: 70 + 216 hits stored in this event +>>> Event: 71 + 114 hits stored in this event +>>> Event: 72 + 130 hits stored in this event +>>> Event: 73 + 123 hits stored in this event +>>> Event: 74 142 hits stored in this event +>>> Event: 75 + 134 hits stored in this event +>>> Event: 76 + 81 hits stored in this event +>>> Event: 77 + 128 hits stored in this event +>>> Event: 78 + 48 hits stored in this event +>>> Event: 79 + 90 hits stored in this event +>>> Event: 80 + 153 hits stored in this event +>>> Event: 81 + 115 hits stored in this event +>>> Event: 82 + 181 hits stored in this event +>>> Event: 83 + 63 hits stored in this event +>>> Event: 84 + 64 hits stored in this event +>>> Event: 85 + 116 hits stored in this event +>>> Event: 86 + 61 hits stored in this event +>>> Event: 87 + 175 hits stored in this event >>> Event: 88 - 160 hits stored in this event + 55 hits stored in this event >>> Event: 89 - 67 hits stored in this event + 70 hits stored in this event >>> Event: 90 - 171 hits stored in this event + 140 hits stored in this event >>> Event: 91 - 102 hits stored in this event + 810 hits stored in this event >>> Event: 92 - 91 hits stored in this event + 108 hits stored in this event >>> Event: 93 - 82 hits stored in this event + 241 hits stored in this event >>> Event: 94 - 399 hits stored in this event + 70 hits stored in this event >>> Event: 95 - 470 hits stored in this event + 141 hits stored in this event >>> Event: 96 - 99 hits stored in this event + 156 hits stored in this event >>> Event: 97 - 88 hits stored in this event + 750 hits stored in this event >>> Event: 98 - 97 hits stored in this event + 114 hits stored in this event >>> Event: 99 - 92 hits stored in this event -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 128 hits stored in this event ### Run 2 starts. --> Event 0 starts. @@ -1366,8 +1413,5 @@ Step# X Y Z KineE dEStep StepLeng T 14 0 fm 0 fm 2.94 m 1 TeV 0 eV 54 cm 5.88 m World OutOfWorld >>> Event: 0 0 hits stored in this event -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B2/History b/examples/basic/B2/History index 5275253d7d..de9d56f769 100644 --- a/examples/basic/B2/History +++ b/examples/basic/B2/History @@ -1,25 +1,22 @@ -------------------------------------------------------------------- +# Example B2 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= - - Example B2 History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! -20-05-22 I. Hrivnacova (exampleB2-V10-07-03) +## 2022-05-20 I. Hrivnacova (exampleB2-V11-00-01) - Restore the top UI commands directory name ("B2") in B2a::DetectorMessenger removed by mistake in exampleB2-V10-07-02 (https://github.com/Geant4/geant4/pull/46) +## 2021-12-10 Ben Morgan (exampleB2-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 13-07-21 I. Hrivnacova (exampleB2-V10-07-02) - Introduced namespace instead of a class names prefix - Declare overriding functions 'override' (and removed 'virtual' keyword) diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out index db04ce9178..0a5d07e275 100644 --- a/examples/basic/B3/B3a/exampleB3a.out +++ b/examples/basic/B3/B3a/exampleB3a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -226,7 +230,8 @@ G4SDManager::AddNewCollection : the collection is registered at 2 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -243,7 +248,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -253,8 +258,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -333,10 +339,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -361,10 +367,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -391,10 +397,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -423,10 +429,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -434,7 +440,8 @@ ionIoni: for GenericIon XStype:1 SubType=2 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -444,7 +451,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -452,10 +459,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -465,10 +472,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -497,10 +504,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -529,10 +536,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -561,14 +568,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -579,7 +585,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -594,14 +600,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -612,7 +617,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -627,10 +632,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -659,10 +664,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -705,14 +710,11 @@ See commands in /vis/modeling/trajectories/ for other options. --> Event 9000 starts. --------------------End of Global Run----------------------- - The run was 10000 events Nb of 'good' e+ annihilations: 1314 - Total dose in patient : 305.474 picoGy + The run was 10000 events Nb of 'good' e+ annihilations: 1252 + Total dose in patient : 303.22 picoGy ------------------------------------------------------------ ... write file : scoring.root - done ... close file : scoring.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B3/B3a/run2.mac b/examples/basic/B3/B3a/run2.mac index e3686721e8..3cbd41758e 100644 --- a/examples/basic/B3/B3a/run2.mac +++ b/examples/basic/B3/B3a/run2.mac @@ -15,5 +15,6 @@ /gun/particle ion /gun/ion 6 11 # +/analysis/setFileName scoring2 /run/printProgress 10000 /run/beamOn 40000 diff --git a/examples/basic/B3/B3b/exampleB3b.out b/examples/basic/B3/B3b/exampleB3b.out index 1e4ce453f7..47f60d9208 100644 --- a/examples/basic/B3/B3b/exampleB3b.out +++ b/examples/basic/B3/B3b/exampleB3b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -226,7 +230,8 @@ G4SDManager::AddNewCollection : the collection is registered at 2 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -243,7 +248,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -253,8 +258,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -333,10 +339,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -361,10 +367,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -391,10 +397,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -423,10 +429,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -434,7 +440,8 @@ ionIoni: for GenericIon XStype:1 SubType=2 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -444,7 +451,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -452,10 +459,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -465,10 +472,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -497,10 +504,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -529,10 +536,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -561,14 +568,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -579,7 +585,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -594,14 +600,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -612,7 +617,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -627,10 +632,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -659,10 +664,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -707,15 +712,12 @@ See commands in /vis/modeling/trajectories/ for other options. --> Event 9000 starts. --------------------End of Global Run----------------------- - The run was 10000 events Nb of 'good' e+ annihilations: 1314 - Total dose in patient : 305.474 picoGy - Total dose in patient : 3.05474e-10 [sigma: 1.7494e-14 | error: 0.00572683 | coeff: 0.00572683 | eff: 1 | fom: 30491 | r2int: 3.27933e-05 | r2eff: 0 | hits: 10000 ] Gy + The run was 10000 events Nb of 'good' e+ annihilations: 1252 + Total dose in patient : 303.22 picoGy + Total dose in patient : 3.0322e-10 [sigma: 1.74327e-14 | error: 0.0057492 | coeff: 0.0057492 | eff: 1 | fom: 30254.2 | r2int: 3.30499e-05 | r2eff: 0 | hits: 10000 ] Gy ------------------------------------------------------------ ... write file : scoring.root - done ... close file : scoring.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B3/B3b/run2.mac b/examples/basic/B3/B3b/run2.mac index e3686721e8..3cbd41758e 100644 --- a/examples/basic/B3/B3b/run2.mac +++ b/examples/basic/B3/B3b/run2.mac @@ -15,5 +15,6 @@ /gun/particle ion /gun/ion 6 11 # +/analysis/setFileName scoring2 /run/printProgress 10000 /run/beamOn 40000 diff --git a/examples/basic/B3/History b/examples/basic/B3/History index 745123f4cb..68bffbb07e 100644 --- a/examples/basic/B3/History +++ b/examples/basic/B3/History @@ -1,18 +1,21 @@ --------------------------------------------------- +# Example B3 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example B3 History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-03-02 I. Hrivnacova (exampleB3-V11-00-01) +- Set new analysis file name for the second run + in run2.mac to avoid overwriting the output from + the first run + +## 2021-12-10 Ben Morgan (exampleB3-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (exampleB3-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/basic/B3/macros/run2.mac b/examples/basic/B3/macros/run2.mac index e3686721e8..3cbd41758e 100644 --- a/examples/basic/B3/macros/run2.mac +++ b/examples/basic/B3/macros/run2.mac @@ -15,5 +15,6 @@ /gun/particle ion /gun/ion 6 11 # +/analysis/setFileName scoring2 /run/printProgress 10000 /run/beamOn 40000 diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out index 1fccc0a5b8..6f69b3909c 100644 --- a/examples/basic/B4/B4a/exampleB4a.out +++ b/examples/basic/B4/B4a/exampleB4a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -127,7 +131,8 @@ Checking overlaps for volume Gap:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -144,7 +149,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -154,8 +159,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -218,10 +224,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -246,10 +252,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -276,10 +282,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -308,10 +314,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -322,10 +328,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -335,10 +341,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -367,10 +373,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -399,10 +405,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -431,14 +437,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -449,7 +454,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -464,14 +469,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -482,7 +486,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -497,10 +501,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -529,10 +533,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -566,15 +570,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -584,10 +591,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -595,10 +604,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -607,6 +618,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -614,11 +626,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -626,11 +640,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -639,10 +655,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -653,10 +671,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -667,10 +687,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -680,10 +702,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -694,10 +718,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -708,10 +734,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -722,10 +750,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -735,11 +765,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -747,6 +779,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -754,6 +787,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -763,6 +797,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -770,11 +805,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -782,11 +819,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -796,11 +835,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -808,6 +849,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -815,6 +857,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -824,11 +867,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -836,11 +881,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -850,11 +897,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -862,11 +911,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -876,29 +927,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -924,32 +977,36 @@ Setting was ignored. Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 284.291 MeV total track length: 20.6343 cm - Gap: total energy: 5.4349 MeV total track length: 2.66954 cm + Absorber: total energy: 265.157 MeV total track length: 19.1896 cm + Gap: total energy: 9.08988 MeV total track length: 4.65633 cm ----> print histograms statistic for the entire run - EAbs : mean = 284.291 MeV rms = 0 eV - EGap : mean = 5.4349 MeV rms = 0 eV - LAbs : mean = 20.6343 cm rms = 0 fm - LGap : mean = 2.66954 cm rms = 0 fm + EAbs : mean = 265.157 MeV rms = 0 eV + EGap : mean = 9.08988 MeV rms = 0 eV + LAbs : mean = 19.1896 cm rms = 0 fm + LGap : mean = 4.65633 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - Transportation, phot, compt, conv - Rayl, msc, eIoni, eBrem - CoulombScat, msc, eIoni, eBrem - annihil, CoulombScat, msc, ionIoni - msc, muIoni, muBrems, muPairProd - CoulombScat, muIoni, msc, hIoni - hBrems, hPairProd, CoulombScat, hIoni - msc, hIoni, hBrems, hPairProd - CoulombScat, hIoni, msc, hIoni - hBrems, hPairProd, CoulombScat, msc - hIoni, CoulombScat, hIoni, hIoni - msc, ionIoni, msc, ionIoni +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". + Transportation, GammaGeneralProc, msc, eIoni + eBrem, CoulombScat, msc, eIoni + eBrem, annihil, CoulombScat, msc + ionIoni, msc, muIoni, muBrems + muPairProd, CoulombScat, muIoni, msc + hIoni, hBrems, hPairProd, CoulombScat + hIoni, msc, hIoni, hBrems + hPairProd, CoulombScat, hIoni, msc + hIoni, hBrems, hPairProd, CoulombScat + msc, hIoni, CoulombScat, hIoni + hIoni, msc, ionIoni, msc + ionIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni @@ -958,8 +1015,7 @@ Using hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni - hIoni, hIoni, hIoni, hIoni - hIoni, hIoni, photonNuclear, electronNuclear + hIoni, hIoni, hIoni, electronNuclear positronNuclear, muonNuclear, Decay, hadElastic hadElastic, hadElastic, hadElastic, hadElastic hadElastic, hadElastic, hadElastic, hadElastic @@ -1000,20 +1056,24 @@ hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, dInela Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 272.283 MeV total track length: 19.3459 cm - Gap: total energy: 17.6822 MeV total track length: 8.3154 cm + Absorber: total energy: 263.024 MeV total track length: 19.1493 cm + Gap: total energy: 23.8653 MeV total track length: 12.0298 cm ----> print histograms statistic for the entire run - EAbs : mean = 272.283 MeV rms = 0 eV - EGap : mean = 17.6822 MeV rms = 0 eV - LAbs : mean = 19.3459 cm rms = 0 fm - LGap : mean = 8.3154 cm rms = 0 fm + EAbs : mean = 263.024 MeV rms = 0 eV + EGap : mean = 23.8653 MeV rms = 0 eV + LAbs : mean = 19.1493 cm rms = 0 fm + LGap : mean = 12.0298 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 2 starts. ... create file : B4.root - done ... open analysis file : B4.root - done @@ -1021,19 +1081,23 @@ Using Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 443.861 MeV total track length: 32.1822 cm - Gap: total energy: 29.1484 MeV total track length: 14.2825 cm + Absorber: total energy: 452.086 MeV total track length: 32.6243 cm + Gap: total energy: 26.9004 MeV total track length: 13.1264 cm ----> print histograms statistic for the entire run - EAbs : mean = 443.861 MeV rms = 0 eV - EGap : mean = 29.1484 MeV rms = 0 eV - LAbs : mean = 32.1822 cm rms = 0 fm - LGap : mean = 14.2825 cm rms = 0 fm + EAbs : mean = 452.086 MeV rms = 0 eV + EGap : mean = 26.9004 MeV rms = 0 eV + LAbs : mean = 32.6243 cm rms = 0 fm + LGap : mean = 13.1264 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4b/exampleB4b.out b/examples/basic/B4/B4b/exampleB4b.out index fd02b662fb..c2812ac431 100644 --- a/examples/basic/B4/B4b/exampleB4b.out +++ b/examples/basic/B4/B4b/exampleB4b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -127,7 +131,8 @@ Checking overlaps for volume Gap:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -144,7 +149,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -154,8 +159,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -218,10 +224,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -246,10 +252,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -276,10 +282,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -308,10 +314,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -322,10 +328,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -335,10 +341,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -367,10 +373,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -399,10 +405,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -431,14 +437,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -449,7 +454,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -464,14 +469,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -482,7 +486,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -497,10 +501,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -529,10 +533,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -566,15 +570,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -584,10 +591,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -595,10 +604,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -607,6 +618,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -614,11 +626,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -626,11 +640,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -639,10 +655,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -653,10 +671,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -667,10 +687,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -680,10 +702,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -694,10 +718,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -708,10 +734,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -722,10 +750,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -735,11 +765,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -747,6 +779,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -754,6 +787,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -763,6 +797,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -770,11 +805,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -782,11 +819,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -796,11 +835,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -808,6 +849,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -815,6 +857,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -824,11 +867,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -836,11 +881,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -850,11 +897,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -862,11 +911,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -876,29 +927,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -925,32 +978,36 @@ Setting was ignored. Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 284.291 MeV total track length: 20.6343 cm - Gap: total energy: 5.4349 MeV total track length: 2.66954 cm + Absorber: total energy: 265.157 MeV total track length: 19.1896 cm + Gap: total energy: 9.08988 MeV total track length: 4.65633 cm ----> print histograms statistic for the entire run - EAbs : mean = 284.291 MeV rms = 0 eV - EGap : mean = 5.4349 MeV rms = 0 eV - LAbs : mean = 20.6343 cm rms = 0 fm - LGap : mean = 2.66954 cm rms = 0 fm + EAbs : mean = 265.157 MeV rms = 0 eV + EGap : mean = 9.08988 MeV rms = 0 eV + LAbs : mean = 19.1896 cm rms = 0 fm + LGap : mean = 4.65633 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - Transportation, phot, compt, conv - Rayl, msc, eIoni, eBrem - CoulombScat, msc, eIoni, eBrem - annihil, CoulombScat, msc, ionIoni - msc, muIoni, muBrems, muPairProd - CoulombScat, muIoni, msc, hIoni - hBrems, hPairProd, CoulombScat, hIoni - msc, hIoni, hBrems, hPairProd - CoulombScat, hIoni, msc, hIoni - hBrems, hPairProd, CoulombScat, msc - hIoni, CoulombScat, hIoni, hIoni - msc, ionIoni, msc, ionIoni +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". + Transportation, GammaGeneralProc, msc, eIoni + eBrem, CoulombScat, msc, eIoni + eBrem, annihil, CoulombScat, msc + ionIoni, msc, muIoni, muBrems + muPairProd, CoulombScat, muIoni, msc + hIoni, hBrems, hPairProd, CoulombScat + hIoni, msc, hIoni, hBrems + hPairProd, CoulombScat, hIoni, msc + hIoni, hBrems, hPairProd, CoulombScat + msc, hIoni, CoulombScat, hIoni + hIoni, msc, ionIoni, msc + ionIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni @@ -959,8 +1016,7 @@ Using hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni - hIoni, hIoni, hIoni, hIoni - hIoni, hIoni, photonNuclear, electronNuclear + hIoni, hIoni, hIoni, electronNuclear positronNuclear, muonNuclear, Decay, hadElastic hadElastic, hadElastic, hadElastic, hadElastic hadElastic, hadElastic, hadElastic, hadElastic @@ -1002,20 +1058,24 @@ hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, dInela Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 272.283 MeV total track length: 19.3459 cm - Gap: total energy: 17.6822 MeV total track length: 8.3154 cm + Absorber: total energy: 263.024 MeV total track length: 19.1493 cm + Gap: total energy: 23.8653 MeV total track length: 12.0298 cm ----> print histograms statistic for the entire run - EAbs : mean = 272.283 MeV rms = 0 eV - EGap : mean = 17.6822 MeV rms = 0 eV - LAbs : mean = 19.3459 cm rms = 0 fm - LGap : mean = 8.3154 cm rms = 0 fm + EAbs : mean = 263.024 MeV rms = 0 eV + EGap : mean = 23.8653 MeV rms = 0 eV + LAbs : mean = 19.1493 cm rms = 0 fm + LGap : mean = 12.0298 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 2 starts. ### Run 2 start. ... create file : B4.root - done @@ -1024,19 +1084,23 @@ Using Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 443.861 MeV total track length: 32.1822 cm - Gap: total energy: 29.1484 MeV total track length: 14.2825 cm + Absorber: total energy: 452.086 MeV total track length: 32.6243 cm + Gap: total energy: 26.9004 MeV total track length: 13.1264 cm ----> print histograms statistic for the entire run - EAbs : mean = 443.861 MeV rms = 0 eV - EGap : mean = 29.1484 MeV rms = 0 eV - LAbs : mean = 32.1822 cm rms = 0 fm - LGap : mean = 14.2825 cm rms = 0 fm + EAbs : mean = 452.086 MeV rms = 0 eV + EGap : mean = 26.9004 MeV rms = 0 eV + LAbs : mean = 32.6243 cm rms = 0 fm + LGap : mean = 13.1264 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4c/exampleB4c.out b/examples/basic/B4/B4c/exampleB4c.out index 1fccc0a5b8..6f69b3909c 100644 --- a/examples/basic/B4/B4c/exampleB4c.out +++ b/examples/basic/B4/B4c/exampleB4c.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -127,7 +131,8 @@ Checking overlaps for volume Gap:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -144,7 +149,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -154,8 +159,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -218,10 +224,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -246,10 +252,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -276,10 +282,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -308,10 +314,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -322,10 +328,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -335,10 +341,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -367,10 +373,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -399,10 +405,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -431,14 +437,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -449,7 +454,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -464,14 +469,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -482,7 +486,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -497,10 +501,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -529,10 +533,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -566,15 +570,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -584,10 +591,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -595,10 +604,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -607,6 +618,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -614,11 +626,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -626,11 +640,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -639,10 +655,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -653,10 +671,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -667,10 +687,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -680,10 +702,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -694,10 +718,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -708,10 +734,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -722,10 +750,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -735,11 +765,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -747,6 +779,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -754,6 +787,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -763,6 +797,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -770,11 +805,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -782,11 +819,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -796,11 +835,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -808,6 +849,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -815,6 +857,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -824,11 +867,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -836,11 +881,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -850,11 +897,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -862,11 +911,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -876,29 +927,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -924,32 +977,36 @@ Setting was ignored. Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 284.291 MeV total track length: 20.6343 cm - Gap: total energy: 5.4349 MeV total track length: 2.66954 cm + Absorber: total energy: 265.157 MeV total track length: 19.1896 cm + Gap: total energy: 9.08988 MeV total track length: 4.65633 cm ----> print histograms statistic for the entire run - EAbs : mean = 284.291 MeV rms = 0 eV - EGap : mean = 5.4349 MeV rms = 0 eV - LAbs : mean = 20.6343 cm rms = 0 fm - LGap : mean = 2.66954 cm rms = 0 fm + EAbs : mean = 265.157 MeV rms = 0 eV + EGap : mean = 9.08988 MeV rms = 0 eV + LAbs : mean = 19.1896 cm rms = 0 fm + LGap : mean = 4.65633 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - Transportation, phot, compt, conv - Rayl, msc, eIoni, eBrem - CoulombScat, msc, eIoni, eBrem - annihil, CoulombScat, msc, ionIoni - msc, muIoni, muBrems, muPairProd - CoulombScat, muIoni, msc, hIoni - hBrems, hPairProd, CoulombScat, hIoni - msc, hIoni, hBrems, hPairProd - CoulombScat, hIoni, msc, hIoni - hBrems, hPairProd, CoulombScat, msc - hIoni, CoulombScat, hIoni, hIoni - msc, ionIoni, msc, ionIoni +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". + Transportation, GammaGeneralProc, msc, eIoni + eBrem, CoulombScat, msc, eIoni + eBrem, annihil, CoulombScat, msc + ionIoni, msc, muIoni, muBrems + muPairProd, CoulombScat, muIoni, msc + hIoni, hBrems, hPairProd, CoulombScat + hIoni, msc, hIoni, hBrems + hPairProd, CoulombScat, hIoni, msc + hIoni, hBrems, hPairProd, CoulombScat + msc, hIoni, CoulombScat, hIoni + hIoni, msc, ionIoni, msc + ionIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni @@ -958,8 +1015,7 @@ Using hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni - hIoni, hIoni, hIoni, hIoni - hIoni, hIoni, photonNuclear, electronNuclear + hIoni, hIoni, hIoni, electronNuclear positronNuclear, muonNuclear, Decay, hadElastic hadElastic, hadElastic, hadElastic, hadElastic hadElastic, hadElastic, hadElastic, hadElastic @@ -1000,20 +1056,24 @@ hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, dInela Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 272.283 MeV total track length: 19.3459 cm - Gap: total energy: 17.6822 MeV total track length: 8.3154 cm + Absorber: total energy: 263.024 MeV total track length: 19.1493 cm + Gap: total energy: 23.8653 MeV total track length: 12.0298 cm ----> print histograms statistic for the entire run - EAbs : mean = 272.283 MeV rms = 0 eV - EGap : mean = 17.6822 MeV rms = 0 eV - LAbs : mean = 19.3459 cm rms = 0 fm - LGap : mean = 8.3154 cm rms = 0 fm + EAbs : mean = 263.024 MeV rms = 0 eV + EGap : mean = 23.8653 MeV rms = 0 eV + LAbs : mean = 19.1493 cm rms = 0 fm + LGap : mean = 12.0298 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 2 starts. ... create file : B4.root - done ... open analysis file : B4.root - done @@ -1021,19 +1081,23 @@ Using Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 443.861 MeV total track length: 32.1822 cm - Gap: total energy: 29.1484 MeV total track length: 14.2825 cm + Absorber: total energy: 452.086 MeV total track length: 32.6243 cm + Gap: total energy: 26.9004 MeV total track length: 13.1264 cm ----> print histograms statistic for the entire run - EAbs : mean = 443.861 MeV rms = 0 eV - EGap : mean = 29.1484 MeV rms = 0 eV - LAbs : mean = 32.1822 cm rms = 0 fm - LGap : mean = 14.2825 cm rms = 0 fm + EAbs : mean = 452.086 MeV rms = 0 eV + EGap : mean = 26.9004 MeV rms = 0 eV + LAbs : mean = 32.6243 cm rms = 0 fm + LGap : mean = 13.1264 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4d/exampleB4d.out b/examples/basic/B4/B4d/exampleB4d.out index fb4cd84eaa..a612e1ca36 100644 --- a/examples/basic/B4/B4d/exampleB4d.out +++ b/examples/basic/B4/B4d/exampleB4d.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -131,7 +135,8 @@ G4SDManager::AddNewCollection : the collection is registered a LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -148,7 +153,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -158,8 +163,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -222,10 +228,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -250,10 +256,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -280,10 +286,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -312,10 +318,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -326,10 +332,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -339,10 +345,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -371,10 +377,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -403,10 +409,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -435,14 +441,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -453,7 +458,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -468,14 +473,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -486,7 +490,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -501,10 +505,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -533,10 +537,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -570,15 +574,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -588,10 +595,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -599,10 +608,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -611,6 +622,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -618,11 +630,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -630,11 +644,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -643,10 +659,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -657,10 +675,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -671,10 +691,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -684,10 +706,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -698,10 +722,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -712,10 +738,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -726,10 +754,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -739,11 +769,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -751,6 +783,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -758,6 +791,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -767,6 +801,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -774,11 +809,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -786,11 +823,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -800,11 +839,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -812,6 +853,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -819,6 +861,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -828,11 +871,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -840,11 +885,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -854,11 +901,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -866,11 +915,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -880,29 +931,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -928,32 +981,36 @@ Setting was ignored. Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 284.291 MeV total track length: 20.6343 cm - Gap: total energy: 5.4349 MeV total track length: 2.66954 cm + Absorber: total energy: 265.157 MeV total track length: 19.1896 cm + Gap: total energy: 9.08988 MeV total track length: 4.65633 cm ----> print histograms statistic for the entire run - EAbs : mean = 284.291 MeV rms = 0 eV - EGap : mean = 5.4349 MeV rms = 0 eV - LAbs : mean = 20.6343 cm rms = 0 fm - LGap : mean = 2.66954 cm rms = 0 fm + EAbs : mean = 265.157 MeV rms = 0 eV + EGap : mean = 9.08988 MeV rms = 0 eV + LAbs : mean = 19.1896 cm rms = 0 fm + LGap : mean = 4.65633 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - Transportation, phot, compt, conv - Rayl, msc, eIoni, eBrem - CoulombScat, msc, eIoni, eBrem - annihil, CoulombScat, msc, ionIoni - msc, muIoni, muBrems, muPairProd - CoulombScat, muIoni, msc, hIoni - hBrems, hPairProd, CoulombScat, hIoni - msc, hIoni, hBrems, hPairProd - CoulombScat, hIoni, msc, hIoni - hBrems, hPairProd, CoulombScat, msc - hIoni, CoulombScat, hIoni, hIoni - msc, ionIoni, msc, ionIoni +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". + Transportation, GammaGeneralProc, msc, eIoni + eBrem, CoulombScat, msc, eIoni + eBrem, annihil, CoulombScat, msc + ionIoni, msc, muIoni, muBrems + muPairProd, CoulombScat, muIoni, msc + hIoni, hBrems, hPairProd, CoulombScat + hIoni, msc, hIoni, hBrems + hPairProd, CoulombScat, hIoni, msc + hIoni, hBrems, hPairProd, CoulombScat + msc, hIoni, CoulombScat, hIoni + hIoni, msc, ionIoni, msc + ionIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni @@ -962,8 +1019,7 @@ Using hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni hIoni, hIoni, hIoni, hIoni - hIoni, hIoni, hIoni, hIoni - hIoni, hIoni, photonNuclear, electronNuclear + hIoni, hIoni, hIoni, electronNuclear positronNuclear, muonNuclear, Decay, hadElastic hadElastic, hadElastic, hadElastic, hadElastic hadElastic, hadElastic, hadElastic, hadElastic @@ -1004,20 +1060,24 @@ hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, dInela Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 272.283 MeV total track length: 19.3459 cm - Gap: total energy: 17.6822 MeV total track length: 8.3154 cm + Absorber: total energy: 263.024 MeV total track length: 19.1493 cm + Gap: total energy: 23.8653 MeV total track length: 12.0298 cm ----> print histograms statistic for the entire run - EAbs : mean = 272.283 MeV rms = 0 eV - EGap : mean = 17.6822 MeV rms = 0 eV - LAbs : mean = 19.3459 cm rms = 0 fm - LGap : mean = 8.3154 cm rms = 0 fm + EAbs : mean = 263.024 MeV rms = 0 eV + EGap : mean = 23.8653 MeV rms = 0 eV + LAbs : mean = 19.1493 cm rms = 0 fm + LGap : mean = 12.0298 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 2 starts. ... create file : B4.root - done ... open analysis file : B4.root - done @@ -1025,20 +1085,24 @@ Using Using --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 443.861 MeV total track length: 32.1822 cm - Gap: total energy: 29.1484 MeV total track length: 14.2825 cm + Absorber: total energy: 452.086 MeV total track length: 32.6243 cm + Gap: total energy: 26.9004 MeV total track length: 13.1264 cm ----> print histograms statistic for the entire run - EAbs : mean = 443.861 MeV rms = 0 eV - EGap : mean = 29.1484 MeV rms = 0 eV - LAbs : mean = 32.1822 cm rms = 0 fm - LGap : mean = 14.2825 cm rms = 0 fm + EAbs : mean = 452.086 MeV rms = 0 eV + EGap : mean = 26.9004 MeV rms = 0 eV + LAbs : mean = 32.6243 cm rms = 0 fm + LGap : mean = 13.1264 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber + 1 with 0 entries: Edep in gap + 2 with 0 entries: trackL in absorber + 3 with 0 entries: trackL in gap +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... -### deleting chargedFilter 0x1de6a80 +### deleting chargedFilter 0x102f630 diff --git a/examples/basic/B4/History b/examples/basic/B4/History index 8f3dc05319..98622bd7a8 100644 --- a/examples/basic/B4/History +++ b/examples/basic/B4/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example B4 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example B4 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleB4-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (exampleB4-V10-07-06) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/basic/B5/History b/examples/basic/B5/History index fce80b588f..eb374f57a2 100644 --- a/examples/basic/B5/History +++ b/examples/basic/B5/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example B5 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example B5 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleB5-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 05-11-21 G. Barrand (exampleB5-V10-07-11) - RunAction: remove the usage of G4VisPlotMessenger. diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index d7d3b41fdd..284dbeaf6f 100644 --- a/examples/basic/B5/exampleB5.out +++ b/examples/basic/B5/exampleB5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -224,7 +228,8 @@ Checking overlaps for volume HadCalScintiPhysical:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -241,7 +246,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -251,8 +256,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -315,10 +321,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -343,10 +349,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -373,10 +379,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -405,10 +411,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -419,10 +425,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -432,10 +438,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -464,10 +470,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -496,10 +502,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -528,14 +534,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -546,7 +551,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -561,14 +566,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -579,7 +583,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -594,10 +598,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -626,10 +630,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -663,15 +667,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -681,10 +688,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -692,10 +701,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -704,6 +715,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -711,11 +723,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -723,11 +737,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -736,10 +752,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -750,10 +768,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -764,10 +784,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -777,10 +799,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -791,10 +815,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -805,10 +831,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -819,10 +847,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -832,11 +862,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -844,6 +876,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -851,6 +884,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -860,6 +894,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -867,11 +902,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -879,11 +916,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -893,11 +932,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -905,6 +946,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -912,6 +954,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -921,11 +964,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -933,11 +978,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -947,11 +994,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -959,11 +1008,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -973,29 +1024,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1023,69 +1076,70 @@ Setting was ignored. >>> Event 0 >>> Simulation truth : proton (0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9870027259104 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 42.224690662867 (nsec) -Drift Chamber 1 has 36 hits. - Layer[0] : time 6.7447823376862 (nsec) --- local (x,y) -128.26145254602, 5.7592853484768 - Layer[0] : time 6.6714690264042 (nsec) --- local (x,y) 5.6680945827208, 0.075634082898448 - Layer[0] : time 7.4962007596827 (nsec) --- local (x,y) 23.419260784571, -28.829131061893 - Layer[0] : time 6.674299465037 (nsec) --- local (x,y) 6.282004436024, -5.8773161817155 - Layer[0] : time 6.9486853419289 (nsec) --- local (x,y) -180.51150585749, 222.62304195623 - Layer[0] : time 6.752490881501 (nsec) --- local (x,y) -119.12433128281, -9.8267457732721 - Layer[1] : time 8.4858282905338 (nsec) --- local (x,y) -255.76734634665, 11.673311697757 - Layer[1] : time 8.5204110321723 (nsec) --- local (x,y) -245.38655986644, 13.342037972698 - Layer[1] : time 9.0950672920493 (nsec) --- local (x,y) -189.97047555301, -31.460061774176 - Layer[1] : time 8.5605981589172 (nsec) --- local (x,y) 367.87229234357, 49.064050393603 - Layer[1] : time 8.562690985691 (nsec) --- local (x,y) 369.33080354475, 51.815395617583 - Layer[1] : time 8.3395883135582 (nsec) --- local (x,y) 11.292992860104, 0.1561052614231 - Layer[1] : time 9.9839458257272 (nsec) --- local (x,y) 46.637418455418, -57.491474081056 - Layer[1] : time 8.3452298665828 (nsec) --- local (x,y) 12.523638061143, -11.709794906869 - Layer[1] : time 8.5009928655993 (nsec) --- local (x,y) -237.31213843899, -19.498599000191 - Layer[2] : time 10.227033615849 (nsec) --- local (x,y) -383.46455501979, 17.284645906945 - Layer[2] : time 10.335994256726 (nsec) --- local (x,y) 549.00628297159, 70.911937466442 - Layer[2] : time 10.343489676687 (nsec) --- local (x,y) 554.38207786953, 79.596514101888 - Layer[2] : time 10.007707488535 (nsec) --- local (x,y) 16.914867363879, 0.23777414444842 - Layer[2] : time 12.47209577457 (nsec) --- local (x,y) 69.626535061669, -86.280755509776 - Layer[2] : time 10.016160151667 (nsec) --- local (x,y) 18.776434413527, -17.525513942686 - Layer[2] : time 10.249380023669 (nsec) --- local (x,y) -355.35267696843, -29.032632680387 - Layer[3] : time 11.968329575405 (nsec) --- local (x,y) -511.28003522334, 22.53902260185 - Layer[3] : time 12.11070418626 (nsec) --- local (x,y) 729.56287045148, 92.516432528459 - Layer[3] : time 12.123066990844 (nsec) --- local (x,y) 738.43426549183, 106.97696436859 - Layer[3] : time 11.675826727056 (nsec) --- local (x,y) 22.538410385635, 0.32024193208437 - Layer[3] : time 14.960568724629 (nsec) --- local (x,y) 92.456823646822, -114.41154208559 - Layer[3] : time 11.687090659275 (nsec) --- local (x,y) 25.02624667082, -23.348553360297 - Layer[3] : time 11.997947786007 (nsec) --- local (x,y) -473.64473683708, -38.165309204403 - Layer[4] : time 13.709810809871 (nsec) --- local (x,y) -639.31701336676, 27.700803914474 - Layer[4] : time 13.883868127849 (nsec) --- local (x,y) 908.910909205, 112.7464798822 - Layer[4] : time 13.902049351356 (nsec) --- local (x,y) 921.95121516787, 134.47865696408 - Layer[4] : time 13.343945881577 (nsec) --- local (x,y) 28.159814632117, 0.39379750688882 - Layer[4] : time 17.449448123368 (nsec) --- local (x,y) 115.29833274704, -142.01691147881 - Layer[4] : time 13.358021530853 (nsec) --- local (x,y) 31.292993570021, -29.161073152808 - Layer[4] : time 13.746467171864 (nsec) --- local (x,y) -591.8664950248, -47.244307943462 -Drift Chamber 2 has 13 hits. - Layer[0] : time 33.485525553977 (nsec) --- local (x,y) -964.00406413779, -20.573876557423 - Layer[0] : time 35.36673524487 (nsec) --- local (x,y) -969.57546247156, 1.1740218302934 - Layer[0] : time 33.89105845099 (nsec) --- local (x,y) -807.89522651685, -159.19308538942 - Layer[1] : time 35.237064950838 (nsec) --- local (x,y) -822.23665898463, -36.633238006904 - Layer[1] : time 37.175629417637 (nsec) --- local (x,y) -1179.3691015246, 1.2272630872799 - Layer[1] : time 35.667852077203 (nsec) --- local (x,y) -657.86145726456, -169.64265596744 - Layer[2] : time 36.988529823648 (nsec) --- local (x,y) -680.56135678072, -52.746736160825 - Layer[2] : time 38.984515018169 (nsec) --- local (x,y) -1389.1560984292, 1.2804955855466 - Layer[2] : time 37.444834330888 (nsec) --- local (x,y) -507.63495653947, -179.9544578987 - Layer[3] : time 38.739816221103 (nsec) --- local (x,y) -539.07097582289, -68.737691242309 - Layer[3] : time 39.222023831826 (nsec) --- local (x,y) -357.18441395654, -189.93577491216 - Layer[4] : time 40.490893972999 (nsec) --- local (x,y) -397.79066875378, -84.529282216203 - Layer[4] : time 40.999173462882 (nsec) --- local (x,y) -206.77627924976, -199.79407765585 -EM Calorimeter has 5 hits. Total Edep is 378.89275509393 (MeV) -Hadron Calorimeter has 3 hits. Total Edep is 20.747336962334 (MeV) + Hodoscope[7] 4.9870027260872 (nsec) +Hodoscope 2 has 0 hits. +Drift Chamber 1 has 46 hits. + Layer[0] : time 6.6921016055606 (nsec) --- local (x,y) 3.2174237136236, 14.06702241871 + Layer[0] : time 6.7193767145763 (nsec) --- local (x,y) 91.073613413197, -73.35358483658 + Layer[0] : time 6.7088275734709 (nsec) --- local (x,y) -3.82977868144, 96.695032108841 + Layer[0] : time 6.72261031349 (nsec) --- local (x,y) -95.10139776558, -68.982869993069 + Layer[0] : time 6.7701746009919 (nsec) --- local (x,y) 8.5038452551813, 169.57339254494 + Layer[0] : time 6.6907462407481 (nsec) --- local (x,y) -28.684411245389, -58.816255620956 + Layer[0] : time 6.6871958429711 (nsec) --- local (x,y) 53.432538342905, 32.797504100218 + Layer[0] : time 6.7522044194228 (nsec) --- local (x,y) 118.44764375366, -36.920103309071 + Layer[0] : time 6.6716212250029 (nsec) --- local (x,y) 2.3132025732591, -9.1005710525892 + Layer[0] : time 6.68243125545 (nsec) --- local (x,y) 8.1172099122374, 42.149641775363 + Layer[0] : time 6.671633389822 (nsec) --- local (x,y) -0.53583662913748, 7.1539944568113 + Layer[1] : time 8.3807067774327 (nsec) --- local (x,y) 6.3818947877083, 27.984537630516 + Layer[1] : time 8.4348725898238 (nsec) --- local (x,y) 181.32920216028, -146.00845791121 + Layer[1] : time 8.4140968134496 (nsec) --- local (x,y) -7.4458538436676, 192.79720580915 + Layer[1] : time 8.4416737184869 (nsec) --- local (x,y) -189.73933159281, -137.58518845583 + Layer[1] : time 8.3779899078884 (nsec) --- local (x,y) -57.166782232961, -117.18650659046 + Layer[1] : time 8.3708955079154 (nsec) --- local (x,y) 106.45602876676, 65.236543421358 + Layer[1] : time 8.5001011976273 (nsec) --- local (x,y) 235.3575432428, -74.169318222848 + Layer[1] : time 8.3398914340913 (nsec) --- local (x,y) 4.5820002640044, -18.146944187286 + Layer[1] : time 8.3614463144593 (nsec) --- local (x,y) 16.13439426329, 84.038315550998 + Layer[1] : time 8.3399154397204 (nsec) --- local (x,y) -1.0818507621463, 14.237803768558 + Layer[2] : time 10.069311689958 (nsec) --- local (x,y) 9.5233005440984, 41.89866899647 + Layer[2] : time 10.150439799348 (nsec) --- local (x,y) 271.67271120889, -218.70397842853 + Layer[2] : time 10.160751480325 (nsec) --- local (x,y) -284.36563369698, -206.23338385565 + Layer[2] : time 10.065247043636 (nsec) --- local (x,y) -85.722069006341, -175.55441493976 + Layer[2] : time 10.054589867381 (nsec) --- local (x,y) 159.47528226576, 97.656799011915 + Layer[2] : time 10.247819367134 (nsec) --- local (x,y) 352.07453443464, -111.26698063194 + Layer[2] : time 10.008161323143 (nsec) --- local (x,y) 6.8791985739633, -27.18079308805 + Layer[2] : time 10.040443896763 (nsec) --- local (x,y) 24.117222979985, 125.86880157625 + Layer[2] : time 10.008196687849 (nsec) --- local (x,y) -1.6191665797561, 21.305196218451 + Layer[3] : time 11.757916349147 (nsec) --- local (x,y) 12.663840736575, 55.805315170934 + Layer[3] : time 11.865997373947 (nsec) --- local (x,y) 362.03388734458, -291.35651248086 + Layer[3] : time 11.879970573677 (nsec) --- local (x,y) -379.22400183236, -274.87518686515 + Layer[3] : time 11.752487840949 (nsec) --- local (x,y) -114.15261049941, -233.93949567014 + Layer[3] : time 11.738250917464 (nsec) --- local (x,y) 212.42073089502, 130.04114158654 + Layer[3] : time 11.995580225667 (nsec) --- local (x,y) 468.78061628414, -148.54064275865 + Layer[3] : time 11.676430736871 (nsec) --- local (x,y) 9.1893846194632, -36.203380611904 + Layer[3] : time 11.719527240928 (nsec) --- local (x,y) 32.125003323327, 167.99940290862 + Layer[3] : time 11.676477057697 (nsec) --- local (x,y) -2.1495367673944, 28.354205857466 + Layer[4] : time 13.446522314786 (nsec) --- local (x,y) 15.787353223536, 69.722883267136 + Layer[4] : time 13.439728882519 (nsec) --- local (x,y) -142.49232324818, -292.36740312903 + Layer[4] : time 13.42190856185 (nsec) --- local (x,y) 265.35001767069, 162.43495457889 + Layer[4] : time 13.743470189978 (nsec) --- local (x,y) 585.54174737388, -186.12774961169 + Layer[4] : time 13.344699501429 (nsec) --- local (x,y) 11.503964469951, -45.213992950458 + Layer[4] : time 13.398646250253 (nsec) --- local (x,y) 40.185828392132, 210.24500372786 + Layer[4] : time 13.344759863943 (nsec) --- local (x,y) -2.682307942177, 35.454528079612 +Drift Chamber 2 has 0 hits. +EM Calorimeter has 0 hits. Total Edep is 0 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 67 entries: Drift Chamber 1 X vs Y + 1 with 25 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 1 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1093,38 +1147,39 @@ Hadron Calorimeter has 3 hits. Total Edep is 20.747336962334 (MeV) ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (-0,0,100000) +>>> Event 0 >>> Simulation truth : pi+ (0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867880804051 (nsec) -Hodoscope 2 has 4 hits. - Hodoscope[10] 42.693788037467 (nsec) - Hodoscope[3] 635.57174868601 (nsec) - Hodoscope[4] 508.69746574062 (nsec) - Hodoscope[12] 325.27877638821 (nsec) + Hodoscope[7] 4.9867880803626 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[10] 42.694599046889 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709548376406 (nsec) --- local (x,y) -0.0040172707600711, -0.00043657677750276 - Layer[1] : time 8.3387769382395 (nsec) --- local (x,y) -0.0059525083429057, 0.0038206703492319 - Layer[2] : time 10.006599038886 (nsec) --- local (x,y) -0.0091221515713892, 0.0089770226481323 - Layer[3] : time 11.674421139582 (nsec) --- local (x,y) -0.013671609813979, 0.014458264956023 - Layer[4] : time 13.34224324026 (nsec) --- local (x,y) -0.01759471073084, 0.019887011654619 -Drift Chamber 2 has 8 hits. - Layer[0] : time 34.366479716835 (nsec) --- local (x,y) -82.709373547547, 0.10205372856244 - Layer[0] : time 34.795105741563 (nsec) --- local (x,y) -94.788572935749, -60.863195603516 - Layer[0] : time 34.798588407073 (nsec) --- local (x,y) -94.720480119985, -60.444137897919 - Layer[0] : time 34.798588407073 (nsec) --- local (x,y) -94.720480119985, -60.444137897919 - Layer[1] : time 36.035212489092 (nsec) --- local (x,y) -99.234704189873, 0.11673231375272 - Layer[2] : time 37.703945121362 (nsec) --- local (x,y) -115.75876640467, 0.12874582705403 - Layer[3] : time 39.372677550975 (nsec) --- local (x,y) -132.28098987413, 0.13962867015277 - Layer[4] : time 41.041409670802 (nsec) --- local (x,y) -148.80040090525, 0.15076646410069 -EM Calorimeter has 67 hits. Total Edep is 19864.641486688 (MeV) -Hadron Calorimeter has 17 hits. Total Edep is 3205.3013219129 (MeV) + Layer[0] : time 6.6709548390592 (nsec) --- local (x,y) 0.0080014505528755, -0.024230364725517 + Layer[1] : time 8.3387769410952 (nsec) --- local (x,y) 0.018395814658611, -0.042888431431736 + Layer[2] : time 10.006599042908 (nsec) --- local (x,y) 0.028674225960898, -0.059708531147476 + Layer[3] : time 11.674421144726 (nsec) --- local (x,y) 0.04046135499482, -0.075524706202939 + Layer[4] : time 13.342243246679 (nsec) --- local (x,y) 0.054602420536908, -0.090638670946698 +Drift Chamber 2 has 7 hits. + Layer[0] : time 34.367272496607 (nsec) --- local (x,y) -82.637093110947, -0.37141154153383 + Layer[0] : time 34.417499082794 (nsec) --- local (x,y) -103.17436815728, -5.9691487155091 + Layer[0] : time 35.337062507097 (nsec) --- local (x,y) -316.10473696177, -98.624041809825 + Layer[1] : time 36.036008945281 (nsec) --- local (x,y) -99.195745582744, -0.39501601099343 + Layer[2] : time 37.704745366954 (nsec) --- local (x,y) -115.75415547603, -0.4171406117779 + Layer[3] : time 39.373481321403 (nsec) --- local (x,y) -132.30833582366, -0.43692070582273 + Layer[4] : time 41.042217143258 (nsec) --- local (x,y) -148.86131766008, -0.4542381042309 +EM Calorimeter has 60 hits. Total Edep is 1108.0126115127 (MeV) +Hadron Calorimeter has 14 hits. Total Edep is 4382.7682210086 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 25 entries: Drift Chamber 1 X vs Y + 1 with 28 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 2 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1132,29 +1187,39 @@ Hadron Calorimeter has 17 hits. Total Edep is 3205.3013219129 (MeV) ... open 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.9867832234253 (nsec) -Hodoscope 2 has 0 hits. + Hodoscope[7] 4.9867832233818 (nsec) +Hodoscope 2 has 3 hits. + Hodoscope[9] 43.185893236412 (nsec) + Hodoscope[5] 530.70566168443 (nsec) + Hodoscope[6] 540.1334717844 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709483402767 (nsec) --- local (x,y) 0.0049622391099118, 0.0012294099433269 - Layer[1] : time 8.3387688164389 (nsec) --- local (x,y) 0.00421276326842, 0.0082691354789494 - Layer[2] : time 10.00658929255 (nsec) --- local (x,y) 0.0015109046121541, 0.013554424941514 - Layer[3] : time 11.674409768769 (nsec) --- local (x,y) -0.0038540538247999, 0.019800535192258 - Layer[4] : time 13.342230244937 (nsec) --- local (x,y) -0.0019052430380325, 0.026050577467099 -Drift Chamber 2 has 3 hits. - Layer[0] : time 35.453176423199 (nsec) --- local (x,y) -1246.3689137888, 0.054755849738047 - Layer[0] : time 36.385443948833 (nsec) --- local (x,y) -1249.6862715789, -160.06035777495 - Layer[1] : time 37.316765545468 (nsec) --- local (x,y) -1495.6367927007, 0.048201350049058 -EM Calorimeter has 0 hits. Total Edep is 0 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Layer[0] : time 6.6709483402952 (nsec) --- local (x,y) 0.0071106934533801, 0.017710507600474 + Layer[1] : time 8.3387688164396 (nsec) --- local (x,y) 0.011356842834377, 0.022864354854366 + Layer[2] : time 10.006589292487 (nsec) --- local (x,y) 0.012381024649148, 0.026849006290784 + Layer[3] : time 11.674409768544 (nsec) --- local (x,y) 0.012575448038472, 0.031133266889442 + Layer[4] : time 13.342230244586 (nsec) --- local (x,y) 0.01182194383742, 0.03486467527059 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.848661495446 (nsec) --- local (x,y) -147.53170189072, 0.054804337659369 + Layer[1] : time 36.519382262481 (nsec) --- local (x,y) -177.0315551953, 0.061145529409952 + Layer[2] : time 38.190103415396 (nsec) --- local (x,y) -206.53337267063, 0.067196853643514 + Layer[3] : time 39.860824505668 (nsec) --- local (x,y) -236.03487148292, 0.072278309215978 + Layer[4] : time 41.531545529344 (nsec) --- local (x,y) -265.53603167715, 0.074539575952965 +EM Calorimeter has 54 hits. Total Edep is 81933.518963298 (MeV) +Hadron Calorimeter has 8 hits. Total Edep is 128.62340212089 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 30 entries: Drift Chamber 1 X vs Y + 1 with 25 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 3 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1162,33 +1227,37 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : proton (0,0,10000) +>>> Event 0 >>> Simulation truth : proton (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0086864250915 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[9] 43.376190130411 (nsec) - Hodoscope[5] 69.032253858324 (nsec) + Hodoscope[7] 5.0086863493852 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.375256957676 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7002517096953 (nsec) --- local (x,y) 0.075576928144363, 0.026619149663204 - Layer[1] : time 8.3754007371086 (nsec) --- local (x,y) 0.13195896770204, 0.047815355941665 - Layer[2] : time 10.050549889291 (nsec) --- local (x,y) 0.19329696546585, 0.093654879639059 - Layer[3] : time 11.725699186565 (nsec) --- local (x,y) 0.27299090514779, 0.12976311027416 - Layer[4] : time 13.400848635317 (nsec) --- local (x,y) 0.34679992548835, 0.18473863447421 + Layer[0] : time 6.7002516450106 (nsec) --- local (x,y) 0.027078129147213, 0.23075494870474 + Layer[1] : time 8.3754006795469 (nsec) --- local (x,y) -0.0019971037848794, 0.42334902153428 + Layer[2] : time 10.050549887076 (nsec) --- local (x,y) -0.033363695797101, 0.61938883525508 + Layer[3] : time 11.725699231616 (nsec) --- local (x,y) -0.054676345830224, 0.81261321763877 + Layer[4] : time 13.400848699971 (nsec) --- local (x,y) -0.078024131867053, 0.98785802570401 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.002207495239 (nsec) --- local (x,y) -148.12092502468, 1.5928781218468 - Layer[1] : time 36.680300925401 (nsec) --- local (x,y) -177.7580230258, 1.7439994923029 - Layer[2] : time 38.358387956803 (nsec) --- local (x,y) -207.36221159019, 1.9061493852683 - Layer[3] : time 40.036470129358 (nsec) --- local (x,y) -236.94132473223, 2.0311522262958 - Layer[4] : time 41.714552421133 (nsec) --- local (x,y) -266.52050584058, 2.1337082897935 -EM Calorimeter has 33 hits. Total Edep is 5336.5840017567 (MeV) -Hadron Calorimeter has 11 hits. Total Edep is 38.457552350117 (MeV) + Layer[0] : time 35.001323618792 (nsec) --- local (x,y) -148.08732537185, 2.4092158421253 + Layer[1] : time 36.679399459546 (nsec) --- local (x,y) -177.64310036965, 2.5723485665003 + Layer[2] : time 38.357472265547 (nsec) --- local (x,y) -207.18277500486, 2.7407709790555 + Layer[3] : time 40.035545504277 (nsec) --- local (x,y) -236.72402439218, 2.912347597932 + Layer[4] : time 41.713622360592 (nsec) --- local (x,y) -266.2826692539, 3.0680186710967 +EM Calorimeter has 3 hits. Total Edep is 215.15953610717 (MeV) +Hadron Calorimeter has 9 hits. Total Edep is 473.62794169123 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 26 entries: Drift Chamber 1 X vs Y + 1 with 25 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 4 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1198,30 +1267,35 @@ Hadron Calorimeter has 11 hits. Total Edep is 38.457552350117 (MeV) >>> Event 0 >>> Simulation truth : pi+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.987268936687 (nsec) + Hodoscope[7] 4.9872689227119 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.691943284094 (nsec) + Hodoscope[10] 42.696818419734 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6715981675364 (nsec) --- local (x,y) -0.1088612007274, 0.092357252384847 - Layer[1] : time 8.3395811861237 (nsec) --- local (x,y) -0.16781254457937, 0.16960473992151 - Layer[2] : time 10.007564225738 (nsec) --- local (x,y) -0.23428009387361, 0.2723907393503 - Layer[3] : time 11.675547280159 (nsec) --- local (x,y) -0.30887066077858, 0.38644813173562 - Layer[4] : time 13.343530358672 (nsec) --- local (x,y) -0.3987384944412, 0.51512892991893 + Layer[0] : time 6.6715981986817 (nsec) --- local (x,y) -0.039348401260298, -0.14658450096636 + Layer[1] : time 8.3395812403403 (nsec) --- local (x,y) -0.068303647031072, -0.28049871006372 + Layer[2] : time 10.007564284578 (nsec) --- local (x,y) -0.089441415314357, -0.41470653229214 + Layer[3] : time 11.675547320421 (nsec) --- local (x,y) -0.095024341519753, -0.53712512247964 + Layer[4] : time 13.343530366673 (nsec) --- local (x,y) -0.13973030583212, -0.65974258700924 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.36393110095 (nsec) --- local (x,y) -83.656427984669, 0.78773281600391 - Layer[1] : time 36.032800424684 (nsec) --- local (x,y) -99.958068335336, 0.74998894241773 - Layer[2] : time 37.701670062929 (nsec) --- local (x,y) -116.26255288332, 0.70598286174878 - Layer[3] : time 39.370543864817 (nsec) --- local (x,y) -132.60525311319, 0.66574605775572 - Layer[4] : time 41.039419102168 (nsec) --- local (x,y) -148.96106517422, 0.62367196414901 -EM Calorimeter has 44 hits. Total Edep is 527.42232671455 (MeV) -Hadron Calorimeter has 10 hits. Total Edep is 354.71054302137 (MeV) + Layer[0] : time 34.368676396163 (nsec) --- local (x,y) -83.39141502054, -2.7221787887118 + Layer[1] : time 36.037579549026 (nsec) --- local (x,y) -100.000223768, -2.9216223922712 + Layer[2] : time 37.706484751895 (nsec) --- local (x,y) -116.62724286436, -3.1413027296978 + Layer[3] : time 39.375389165965 (nsec) --- local (x,y) -133.24708200554, -3.3629870719305 + Layer[4] : time 41.044282550947 (nsec) --- local (x,y) -149.7652411276, -3.6849444707331 +EM Calorimeter has 6 hits. Total Edep is 203.11392936698 (MeV) +Hadron Calorimeter has 9 hits. Total Edep is 358.49535257082 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 25 entries: Drift Chamber 1 X vs Y + 1 with 25 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 5 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1229,35 +1303,39 @@ Hadron Calorimeter has 10 hits. Total Edep is 354.71054302137 (MeV) ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : e+ (0,0,10000) +>>> Event 0 >>> Simulation truth : e+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832392205 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[9] 43.184048851038 (nsec) - Hodoscope[21] 57.279658204468 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709484117949 (nsec) --- local (x,y) -0.038182406169075, 0.18841779282125 - Layer[1] : time 8.3387689454843 (nsec) --- local (x,y) -0.093413870002346, 0.30694483234265 - Layer[2] : time 10.006589523404 (nsec) --- local (x,y) -0.16817872788919, 0.46360668139338 - Layer[3] : time 11.674410189559 (nsec) --- local (x,y) -0.28174707157396, 0.67340126394197 - Layer[4] : time 13.342230840096 (nsec) --- local (x,y) -0.40153108983082, 0.86781251326303 -Drift Chamber 2 has 7 hits. - Layer[0] : time 34.846764565783 (nsec) --- local (x,y) -149.07169699149, 3.3708042214772 - Layer[1] : time 36.51749534356 (nsec) --- local (x,y) -178.62207459171, 3.5221509966318 - Layer[2] : time 38.188226230386 (nsec) --- local (x,y) -208.17286209698, 3.6992512079335 - Layer[3] : time 39.858956545036 (nsec) --- local (x,y) -237.72061231325, 3.8969359563156 - Layer[3] : time 60.848579617682 (nsec) --- local (x,y) 966.19878830171, -208.7235320684 - Layer[4] : time 41.529688992354 (nsec) --- local (x,y) -267.27923461741, 4.0892360361335 - Layer[4] : time 59.028244550116 (nsec) --- local (x,y) 963.39420497517, -0.13290121381604 -EM Calorimeter has 19 hits. Total Edep is 9115.3064592405 (MeV) -Hadron Calorimeter has 5 hits. Total Edep is 2.9216888498048 (MeV) + Hodoscope[7] 4.9867832354429 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[5] 43.266116170643 (nsec) +Drift Chamber 1 has 7 hits. + Layer[0] : time 6.6709483635123 (nsec) --- local (x,y) 0.13617602537117, -0.012835258825709 + Layer[1] : time 8.338768849031 (nsec) --- local (x,y) 0.18621548487428, -0.025789227145981 + Layer[2] : time 10.006589326245 (nsec) --- local (x,y) 0.20224573751072, -0.035057357472812 + Layer[2] : time 17.346633318171 (nsec) --- local (x,y) -996.81363279979, -149.69677421867 + Layer[3] : time 11.674409805316 (nsec) --- local (x,y) 0.22844053334522, -0.026097559617902 + Layer[3] : time 14.658611523404 (nsec) --- local (x,y) -550.94592512662, -109.29558689645 + Layer[4] : time 13.342230309283 (nsec) --- local (x,y) 0.30239013987494, 0.017554019763001 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.861845159188 (nsec) --- local (x,y) -348.93840446507, 0.059098043638269 + Layer[1] : time 36.545986863448 (nsec) --- local (x,y) -419.0591721348, 0.040866313012192 + Layer[2] : time 38.230136452955 (nsec) --- local (x,y) -489.19694655559, -0.0042093148190374 + Layer[3] : time 39.9143026602 (nsec) --- local (x,y) -559.37058096167, -0.037566276177211 + Layer[4] : time 41.598463751586 (nsec) --- local (x,y) -629.5331819513, -0.066403754387262 +EM Calorimeter has 15 hits. Total Edep is 8275.7570937438 (MeV) +Hadron Calorimeter has 3 hits. Total Edep is 3.295730224609 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 27 entries: Drift Chamber 1 X vs Y + 1 with 20 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 6 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1265,35 +1343,37 @@ Hadron Calorimeter has 5 hits. Total Edep is 2.9216888498048 (MeV) ... open 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.8389557400633 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[9] 59.359878392926 (nsec) - Hodoscope[24] 148.28632511322 (nsec) + Hodoscope[7] 6.8389388262766 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 59.365767286095 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 9.1538309907781 (nsec) --- local (x,y) -3.1249706340097, 0.87017887406811 - Layer[1] : time 11.446531475577 (nsec) --- local (x,y) -5.3263840462296, 0.74437379200945 - Layer[2] : time 13.739401243906 (nsec) --- local (x,y) -7.6731010218494, 0.658867726578 - Layer[3] : time 16.032483286649 (nsec) --- local (x,y) -9.5328536847955, 0.92929727442742 - Layer[4] : time 18.325765352516 (nsec) --- local (x,y) -11.071221716063, 1.2848116047655 -Drift Chamber 2 has 7 hits. - Layer[0] : time 47.877900646774 (nsec) --- local (x,y) -159.63959403357, -20.589166605604 - Layer[1] : time 50.177965555789 (nsec) --- local (x,y) -187.87995973796, -22.923139015953 - Layer[2] : time 52.478235445113 (nsec) --- local (x,y) -216.25433307939, -25.1567142267 - Layer[3] : time 54.778847265989 (nsec) --- local (x,y) -245.12701732575, -27.477050202442 - Layer[3] : time 54.777026174138 (nsec) --- local (x,y) -248.51424412269, -26.954156170247 - Layer[4] : time 57.08056880042 (nsec) --- local (x,y) -273.35182113799, -29.638974721044 - Layer[4] : time 56.886869083123 (nsec) --- local (x,y) -509.56183378659, -153.09597312999 -EM Calorimeter has 12 hits. Total Edep is 192.29996381067 (MeV) -Hadron Calorimeter has 6 hits. Total Edep is 1.0123893536386 (MeV) + Layer[0] : time 9.1531725202455 (nsec) --- local (x,y) 0.29462302630927, 0.74458156029906 + Layer[1] : time 11.445260422885 (nsec) --- local (x,y) -0.41371591042648, 1.6711389459824 + Layer[2] : time 13.737510251957 (nsec) --- local (x,y) -1.2597452645744, 2.2309904737155 + Layer[3] : time 16.029981464867 (nsec) --- local (x,y) -2.1137979951543, 2.6785853155447 + Layer[4] : time 18.322670600914 (nsec) --- local (x,y) -2.933891070986, 3.1983272430613 +Drift Chamber 2 has 5 hits. + Layer[0] : time 47.880138260533 (nsec) --- local (x,y) -173.86107086413, -1.0242143547039 + Layer[1] : time 50.181471083121 (nsec) --- local (x,y) -206.17341354731, -2.4105194507864 + Layer[2] : time 52.482998185176 (nsec) --- local (x,y) -238.49018061173, -3.9072961413987 + Layer[3] : time 54.784757651185 (nsec) --- local (x,y) -270.77140802506, -5.6722879270542 + Layer[4] : time 57.086514682481 (nsec) --- local (x,y) -302.36908138682, -7.0104796730269 +EM Calorimeter has 1 hits. Total Edep is 310.49587800639 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 32 entries: Drift Chamber 1 X vs Y + 1 with 31 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 7 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1301,32 +1381,37 @@ Hadron Calorimeter has 6 hits. Total Edep is 1.0123893536386 (MeV) ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (0,0,1000) +>>> Event 0 >>> Simulation truth : pi+ (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0351365007557 (nsec) + Hodoscope[7] 5.0351308913705 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 43.165669530853 (nsec) + Hodoscope[10] 43.033969895202 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7357017568967 (nsec) --- local (x,y) 2.1840364447213, 0.16624111559506 - Layer[1] : time 8.4197685067981 (nsec) --- local (x,y) 3.7399278963903, -0.27945965178687 - Layer[2] : time 10.103844555396 (nsec) --- local (x,y) 5.1450535473762, -1.0207096462758 - Layer[3] : time 11.787923832278 (nsec) --- local (x,y) 6.5753619910929, -1.750629984097 - Layer[4] : time 13.472008098984 (nsec) --- local (x,y) 8.2045859678343, -2.5067646429083 + Layer[0] : time 6.7356895057962 (nsec) --- local (x,y) -1.9243103359162, -0.16659035004293 + Layer[1] : time 8.4197496239465 (nsec) --- local (x,y) -3.2762803951305, 0.14988073848325 + Layer[2] : time 10.10381342643 (nsec) --- local (x,y) -4.7027274608042, 0.489344843536 + Layer[3] : time 11.787880194597 (nsec) --- local (x,y) -6.0599255991409, 0.88781356029248 + Layer[4] : time 13.471951407615 (nsec) --- local (x,y) -7.5448288782199, 1.4186881575363 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.753309540715 (nsec) --- local (x,y) -91.939880646837, -8.7473677433057 - Layer[1] : time 36.439043595712 (nsec) --- local (x,y) -113.85405687913, -9.4651056935699 - Layer[2] : time 38.124815740201 (nsec) --- local (x,y) -135.99800521266, -10.393758046886 - Layer[3] : time 39.810615497616 (nsec) --- local (x,y) -158.30603728385, -11.385106228666 - Layer[4] : time 41.496422687433 (nsec) --- local (x,y) -180.64661121509, -12.265122794918 -EM Calorimeter has 1 hits. Total Edep is 173.36425107594 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 26.46130251435 (MeV) + Layer[0] : time 34.626921894997 (nsec) --- local (x,y) -92.220239145719, -2.4680612541139 + Layer[1] : time 36.311661668974 (nsec) --- local (x,y) -105.97706067781, -3.2220045837939 + Layer[2] : time 37.996382698575 (nsec) --- local (x,y) -119.51045799482, -3.6715051855412 + Layer[3] : time 39.681093733382 (nsec) --- local (x,y) -132.8949165246, -4.209247280649 + Layer[4] : time 41.365794906265 (nsec) --- local (x,y) -146.12852235324, -4.9010469571028 +EM Calorimeter has 15 hits. Total Edep is 828.07335551586 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 0.18563725141848 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 25 entries: Drift Chamber 1 X vs Y + 1 with 22 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ### Run 8 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1336,36 +1421,36 @@ Hadron Calorimeter has 1 hits. Total Edep is 26.46130251435 (MeV) >>> Event 0 >>> Simulation truth : e+ (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867841207251 (nsec) + Hodoscope[7] 4.9867834713155 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.184508285834 (nsec) + Hodoscope[9] 43.225787681672 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.670949953413 (nsec) --- local (x,y) -0.56588753724786, 0.86219453177488 - Layer[1] : time 8.3387713566712 (nsec) --- local (x,y) -1.0822277491274, 0.94326060990502 - Layer[2] : time 10.006592436811 (nsec) --- local (x,y) -1.3160908171883, 0.59580580687116 - Layer[3] : time 11.674413164002 (nsec) --- local (x,y) -1.3868878905576, 0.35474246786867 - Layer[4] : time 13.342233736397 (nsec) --- local (x,y) -1.4226835128209, 0.25954928157488 -Drift Chamber 2 has 12 hits. - Layer[0] : time 34.846717722183 (nsec) --- local (x,y) -151.58346259548, -4.6961193443191 - Layer[1] : time 36.517612905529 (nsec) --- local (x,y) -181.95302348068, -5.2528221144221 - Layer[1] : time 36.518223959947 (nsec) --- local (x,y) -181.96417442994, -5.2529827011211 - Layer[1] : time 36.518223959947 (nsec) --- local (x,y) -181.96417442994, -5.2529827011211 - Layer[1] : time 36.51932311694 (nsec) --- local (x,y) -181.9680298098, -5.3038724183292 - Layer[1] : time 36.520755558154 (nsec) --- local (x,y) -181.99980239085, -5.3618384873083 - Layer[1] : time 36.521805607302 (nsec) --- local (x,y) -182.03285676622, -5.3892584996526 - Layer[1] : time 36.522860636416 (nsec) --- local (x,y) -182.08083171996, -5.391877742094 - Layer[1] : time 36.523924387878 (nsec) --- local (x,y) -182.12485054975, -5.3886190708874 - Layer[2] : time 38.188521461789 (nsec) --- local (x,y) -212.39079058436, -5.6720596915218 - Layer[3] : time 39.85931638597 (nsec) --- local (x,y) -242.24687648342, -6.7258657846714 - Layer[4] : time 41.530088986772 (nsec) --- local (x,y) -271.99263337225, -7.7221864333497 -EM Calorimeter has 8 hits. Total Edep is 978.29910899999 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 1.8425082593662 (MeV) + Layer[0] : time 6.67095389191 (nsec) --- local (x,y) 1.417364716337, -0.42281086330569 + Layer[1] : time 8.338779134259 (nsec) --- local (x,y) 2.6097292143916, -0.43266888328246 + Layer[2] : time 10.006608563896 (nsec) --- local (x,y) 4.2350397416231, -0.63103814179918 + Layer[3] : time 11.674438665567 (nsec) --- local (x,y) 5.9311245143204, -0.67237623692779 + Layer[4] : time 13.342271055635 (nsec) --- local (x,y) 7.8189633187215, -0.71572374150155 +Drift Chamber 2 has 7 hits. + Layer[0] : time 34.885800794656 (nsec) --- local (x,y) -133.30795568018, -6.2417610591214 + Layer[0] : time 35.034052600278 (nsec) --- local (x,y) -15.067606947884, 0.060906167980974 + Layer[1] : time 36.557083521977 (nsec) --- local (x,y) -165.53112350832, -7.0777184368595 + Layer[1] : time 37.205819856759 (nsec) --- local (x,y) 321.60573993998, 63.697628686074 + Layer[2] : time 38.228368555491 (nsec) --- local (x,y) -197.76022543856, -8.0774862286587 + Layer[3] : time 39.899623417614 (nsec) --- local (x,y) -229.84559562044, -9.1653293066159 + Layer[4] : time 41.570906131442 (nsec) --- local (x,y) -262.06165635618, -10.236265070065 +EM Calorimeter has 8 hits. Total Edep is 968.51747219744 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 2 h1 histograms + 0 with 5 entries: Drift Chamber 1 # Hits + 1 with 5 entries: Drift Chamber 2 # Hits +There are 2 h2 histograms + 0 with 33 entries: Drift Chamber 1 X vs Y + 1 with 27 entries: Drift Chamber 2 X vs Y +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/History b/examples/basic/History index 25b1812f38..4010eb20a7 100644 --- a/examples/basic/History +++ b/examples/basic/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example basic History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Examples basic History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exbasic-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 17/11/21, I. Hrivnacova (exbasic-V10-07-02) - Updated documentation diff --git a/examples/extended/analysis/AnaEx01/AnaEx01.out b/examples/extended/analysis/AnaEx01/AnaEx01.out index 6e589e6495..12fb09cbc6 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -74,6 +74,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -124,7 +128,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -141,7 +146,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -151,8 +156,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -215,10 +221,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -243,10 +249,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -273,10 +279,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -305,10 +311,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -319,10 +325,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -332,10 +338,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -364,10 +370,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -396,10 +402,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -428,14 +434,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -446,7 +451,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -461,14 +466,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -479,7 +483,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -494,10 +498,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -526,10 +530,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -563,15 +567,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -581,10 +588,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -592,10 +601,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -604,6 +615,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -611,11 +623,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -623,11 +637,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -636,10 +652,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -650,10 +668,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -664,10 +684,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -677,10 +699,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -691,10 +715,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -705,10 +731,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -719,10 +747,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -732,11 +762,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -744,6 +776,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -751,6 +784,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -760,6 +794,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -767,11 +802,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -779,11 +816,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -793,11 +832,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -805,6 +846,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -812,6 +854,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -821,11 +864,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -833,11 +878,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -847,11 +894,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -859,11 +908,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -873,29 +924,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -934,28 +987,32 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Run------------------------------ - mean Energy in Absorber : 452.57 MeV +- 17.9811 MeV - mean Energy in Gap : 24.3584 MeV +- 7.18385 MeV + mean Energy in Absorber : 453.656 MeV +- 12.4449 MeV + mean Energy in Gap : 24.7474 MeV +- 7.52057 MeV - mean trackLength in Absorber : 32.5719 cm +- 1.42514 cm - mean trackLength in Gap : 12.0475 cm +- 3.70547 cm + mean trackLength in Absorber : 32.6632 cm +- 9.51264 mm + mean trackLength in Gap : 12.2578 cm +- 3.86035 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 452.57 MeV rms = 17.9811 MeV -EGap: mean = 24.3584 MeV rms = 7.18385 MeV -LAbs: mean = 32.5719 cm rms = 1.42514 cm -LGap: mean = 12.0475 cm rms = 3.70547 cm +EAbs: mean = 453.656 MeV rms = 12.4449 MeV +EGap: mean = 24.7474 MeV rms = 7.52057 MeV +LAbs: mean = 32.6632 cm rms = 9.51264 mm +LGap: mean = 12.2578 cm rms = 3.86035 cm ... write file : AnaEx01.root - done ... close file : AnaEx01.root - done ----> Histograms and ntuples are saved -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber (MeV) + 1 with 0 entries: Edep in gap (MeV) + 2 with 0 entries: trackL in absorber (mm) + 3 with 0 entries: trackL in gap (mm) +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". # /det/setAbsMat G4_Al /det/setGapMat G4_Air @@ -984,27 +1041,31 @@ LGap: mean = 12.0475 cm rms = 3.70547 cm --------------------End of Run------------------------------ - mean Energy in Absorber : 176.158 MeV +- 0 eV - mean Energy in Gap : 47.6313 MeV +- 0 eV + mean Energy in Absorber : 135.077 MeV +- 0 eV + mean Energy in Gap : 45.3511 MeV +- 0 eV - mean trackLength in Absorber : 44.2287 cm +- 0 fm - mean trackLength in Gap : 24.2603 cm +- 0 fm + mean trackLength in Absorber : 33.6513 cm +- 0 fm + mean trackLength in Gap : 22.1697 cm +- 0 fm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 176.158 MeV rms = 0 eV -EGap: mean = 47.6313 MeV rms = 0 eV -LAbs: mean = 44.2287 cm rms = 0 fm -LGap: mean = 24.2603 cm rms = 0 fm +EAbs: mean = 135.077 MeV rms = 0 eV +EGap: mean = 45.3511 MeV rms = 0 eV +LAbs: mean = 33.6513 cm rms = 0 fm +LGap: mean = 22.1697 cm rms = 0 fm ... write file : AnaEx01.root - done ... close file : AnaEx01.root - done ----> Histograms and ntuples are saved -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: Edep in absorber (MeV) + 1 with 0 entries: Edep in gap (MeV) + 2 with 0 entries: trackL in absorber (mm) + 3 with 0 entries: trackL in gap (mm) +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx01/History b/examples/extended/analysis/AnaEx01/History index 39a0ab5e22..9a1760c7ff 100644 --- a/examples/extended/analysis/AnaEx01/History +++ b/examples/extended/analysis/AnaEx01/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example AnaEx01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example AnaEx01 History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (AnaEx01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 19-11-21 I. Hrivnacova (AnaEx01-V10-07-03) - Always close analysis files in EndOfRunAction diff --git a/examples/extended/analysis/AnaEx01/shared/History b/examples/extended/analysis/AnaEx01/shared/History index 9f372e009b..19eba7b2bd 100644 --- a/examples/extended/analysis/AnaEx01/shared/History +++ b/examples/extended/analysis/AnaEx01/shared/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example shared History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - analysis/shared History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (analysisShared-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 15-10-18 G. Cosmo (analysisShared-V10-04-02) - Added missing include of G4SteateManager.hh in DetectorConstruction source. diff --git a/examples/extended/analysis/AnaEx01/shared/scripts/History b/examples/extended/analysis/AnaEx01/shared/scripts/History index a6146cb268..b777673b51 100644 --- a/examples/extended/analysis/AnaEx01/shared/scripts/History +++ b/examples/extended/analysis/AnaEx01/shared/scripts/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example scripts History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - analysis/scripts History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (analysisScripts-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 05-11-14 I. Hrivnacova (analysisScripts-V10-00-00) - Tagged version which will be included in AnaEx0N examples diff --git a/examples/extended/analysis/AnaEx02/AnaEx02.out b/examples/extended/analysis/AnaEx02/AnaEx02.out index 65ba31efdd..f6e393f1ea 100644 --- a/examples/extended/analysis/AnaEx02/AnaEx02.out +++ b/examples/extended/analysis/AnaEx02/AnaEx02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -85,6 +85,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -123,7 +127,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -140,7 +145,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -150,8 +155,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -214,10 +220,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -242,10 +248,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -272,10 +278,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -304,10 +310,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -318,10 +324,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -331,10 +337,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -363,10 +369,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -395,10 +401,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -427,14 +433,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -445,7 +450,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -460,14 +465,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -478,7 +482,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -493,10 +497,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -525,10 +529,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -562,15 +566,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -580,10 +587,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -591,10 +600,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -603,6 +614,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -610,11 +622,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -622,11 +636,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -635,10 +651,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -649,10 +667,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -663,10 +683,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -676,10 +698,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -690,10 +714,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -704,10 +730,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -718,10 +746,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -731,11 +761,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -743,6 +775,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -750,6 +783,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -759,6 +793,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -766,11 +801,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -778,11 +815,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -792,11 +831,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -804,6 +845,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -811,6 +853,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -820,11 +863,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -832,11 +877,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -846,11 +893,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -858,11 +907,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -872,29 +923,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -929,26 +982,23 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Run------------------------------ - mean Energy in Absorber : 452.57 MeV +- 17.9811 MeV - mean Energy in Gap : 24.3584 MeV +- 7.18385 MeV + mean Energy in Absorber : 453.656 MeV +- 12.4449 MeV + mean Energy in Gap : 24.7474 MeV +- 7.52057 MeV - mean trackLength in Absorber : 32.5719 cm +- 1.42514 cm - mean trackLength in Gap : 12.0475 cm +- 3.70547 cm + mean trackLength in Absorber : 32.6632 cm +- 9.51264 mm + mean trackLength in Gap : 12.2578 cm +- 3.86035 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 452.57 MeV rms = 17.9811 MeV -EGap: mean = 24.3584 MeV rms = 7.18385 MeV -LAbs: mean = 32.5719 cm rms = 1.42514 cm -LGap: mean = 12.0475 cm rms = 3.70547 cm +EAbs: mean = 453.656 MeV rms = 12.4449 MeV +EGap: mean = 24.7474 MeV rms = 7.52057 MeV +LAbs: mean = 32.6632 cm rms = 9.51264 mm +LGap: mean = 12.2578 cm rms = 3.86035 cm ----> Histograms and ntuples are saved -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # /det/setAbsMat G4_Al /det/setGapMat G4_Air @@ -974,25 +1024,22 @@ LGap: mean = 12.0475 cm rms = 3.70547 cm --------------------End of Run------------------------------ - mean Energy in Absorber : 176.158 MeV +- 0 eV - mean Energy in Gap : 47.6313 MeV +- 0 eV + mean Energy in Absorber : 135.077 MeV +- 0 eV + mean Energy in Gap : 45.3511 MeV +- 0 eV - mean trackLength in Absorber : 44.2287 cm +- 0 fm - mean trackLength in Gap : 24.2603 cm +- 0 fm + mean trackLength in Absorber : 33.6513 cm +- 0 fm + mean trackLength in Gap : 22.1697 cm +- 0 fm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 176.158 MeV rms = 0 eV -EGap: mean = 47.6313 MeV rms = 0 eV -LAbs: mean = 44.2287 cm rms = 0 fm -LGap: mean = 24.2603 cm rms = 0 fm +EAbs: mean = 135.077 MeV rms = 0 eV +EGap: mean = 45.3511 MeV rms = 0 eV +LAbs: mean = 33.6513 cm rms = 0 fm +LGap: mean = 22.1697 cm rms = 0 fm ----> Histograms and ntuples are saved -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx02/History b/examples/extended/analysis/AnaEx02/History index c60a0f6128..3ef113510f 100644 --- a/examples/extended/analysis/AnaEx02/History +++ b/examples/extended/analysis/AnaEx02/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example AnaEx02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example AnaEx02 History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (AnaEx02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13-11-20 B. Morgan (AnaEx02-V10-06-01) - Enforce use of Serial RunManager. diff --git a/examples/extended/analysis/AnaEx02/shared/History b/examples/extended/analysis/AnaEx02/shared/History index 9f372e009b..19eba7b2bd 100644 --- a/examples/extended/analysis/AnaEx02/shared/History +++ b/examples/extended/analysis/AnaEx02/shared/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example shared History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - analysis/shared History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (analysisShared-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 15-10-18 G. Cosmo (analysisShared-V10-04-02) - Added missing include of G4SteateManager.hh in DetectorConstruction source. diff --git a/examples/extended/analysis/AnaEx02/shared/scripts/History b/examples/extended/analysis/AnaEx02/shared/scripts/History index a6146cb268..b777673b51 100644 --- a/examples/extended/analysis/AnaEx02/shared/scripts/History +++ b/examples/extended/analysis/AnaEx02/shared/scripts/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example scripts History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - analysis/scripts History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (analysisScripts-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 05-11-14 I. Hrivnacova (analysisScripts-V10-00-00) - Tagged version which will be included in AnaEx0N examples diff --git a/examples/extended/analysis/B1Con/History b/examples/extended/analysis/B1Con/History index 4ee947bea9..241660334a 100644 --- a/examples/extended/analysis/B1Con/History +++ b/examples/extended/analysis/B1Con/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example B1Con History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example B1Con History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (B1Con-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10/11/20 B. Morgan (B1Con-V10-06-00) - Migration to G4RunManagerFactory. diff --git a/examples/extended/analysis/B1Con/exampleB01Con.out b/examples/extended/analysis/B1Con/exampleB01Con.out index 8ce5e1ccf1..d6d95755ff 100644 --- a/examples/extended/analysis/B1Con/exampleB01Con.out +++ b/examples/extended/analysis/B1Con/exampleB01Con.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,6 +47,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -85,7 +89,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -102,7 +107,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -112,8 +117,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -176,10 +182,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -204,10 +210,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -234,10 +240,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -266,10 +272,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -280,10 +286,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -293,10 +299,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -325,10 +331,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -357,10 +363,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -389,14 +395,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -407,7 +412,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -422,14 +427,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -440,7 +444,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -455,10 +459,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -487,10 +491,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -524,16 +528,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -543,10 +550,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -554,10 +563,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -566,10 +577,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -577,11 +590,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -589,11 +604,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -602,10 +619,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -616,10 +635,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -630,10 +651,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -643,10 +666,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -657,10 +682,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -671,10 +698,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -685,10 +714,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -698,11 +729,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -710,6 +743,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -717,6 +751,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -726,6 +761,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -733,11 +769,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -745,11 +783,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -759,11 +799,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -771,6 +813,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -778,6 +821,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -787,12 +831,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -800,12 +846,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -815,12 +863,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -828,11 +878,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -842,29 +894,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -896,58 +950,55 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 900 G4ConvergenceTester Output Result of DOSE_TALLY - EFFICIENCY = 0.182 - MEAN = 4.26027e-14 - VAR = 1.49955e-26 - SD = 1.22456e-13 - R = 0.0908957 - SHIFT = 1.82296e-13 - VOV = 0.00961549 - FOM = 4034.52 -THE LARGEST SCORE = 5.55155e-13 and it happened at 936th event - Affected Mean = 4.31148e-14 and its ratio to original is 1.01202 - Affected VAR = 1.5243e-26 and its ratio to original is 1.0165 - Affected R = 0.090509 and its ratio to original is 0.995746 - Affected SHIFT = 1.82803e-13 and its ratio to original is 1.00278 - Affected FOM = 4034.52 and its ratio to original is 1 -MEAN distribution is not RANDOM + EFFICIENCY = 0.19 + MEAN = 4.54775e-14 + VAR = 1.54621e-26 + SD = 1.24347e-13 + R = 0.0864645 + SHIFT = 1.75356e-13 + VOV = 0.00879621 + FOM = 4458.64 +THE LARGEST SCORE = 5.55155e-13 and it happened at 725th event + Affected Mean = 4.59866e-14 and its ratio to original is 1.0112 + Affected VAR = 1.57062e-26 and its ratio to original is 1.01578 + Affected R = 0.0861363 and its ratio to original is 0.996204 + Affected SHIFT = 1.75907e-13 and its ratio to original is 1.00314 + Affected FOM = 4458.64 and its ratio to original is 1 +MEAN distribution is RANDOM r follows 1/std::sqrt(N) r is monotonically decrease -r is less than 0.1. r = 0.0908957 +r is less than 0.1. r = 0.0864645 VOV follows 1/std::sqrt(N) VOV is monotonically decrease FOM distribution is not RANDOM Number of non zero history too small to calculate SLOPE -This result passes 5 / 8 Convergence Test. +This result passes 6 / 8 Convergence Test. G4ConvergenceTester Output History of DOSE_TALLY i/16 till_ith mean var sd r vov fom shift e r2eff r2int - 1 62 1.34348e-14 3.78474e-27 6.15203e-14 0.576922 0.578261 100.149 1.72069e-13 0.111111 0.126984 0.200572 - 2 124 2.47128e-14 7.74395e-27 8.79997e-14 0.318496 0.156898 328.601 1.82052e-13 0.168 0.039619 0.0610094 - 3 187 2.79259e-14 8.91929e-27 9.4442e-14 0.246649 0.0872767 547.925 1.80114e-13 0.154255 0.0291636 0.0313484 - 4 249 2.65537e-14 8.36598e-27 9.14658e-14 0.217853 0.0694968 702.348 1.80116e-13 0.152 0.0223158 0.0249542 - 5 312 2.86797e-14 9.50144e-27 9.74754e-14 0.192109 0.0504116 903.197 1.84652e-13 0.15655 0.0172133 0.0195748 - 6 374 3.08803e-14 1.05325e-26 1.02628e-13 0.171621 0.0378314 1131.72 1.85098e-13 0.16 0.014 0.0153752 - 7 437 3.2721e-14 1.15852e-26 1.07634e-13 0.157176 0.0306673 1349.29 1.89696e-13 0.157534 0.0122096 0.0124384 - 8 499 3.63779e-14 1.30338e-26 1.14166e-13 0.14035 0.0229516 1692.2 1.86455e-13 0.164 0.0101951 0.00946373 - 9 562 3.6875e-14 1.30371e-26 1.1418e-13 0.130498 0.0199321 1957.36 1.84149e-13 0.165187 0.00897649 0.00802302 - 10 624 3.95478e-14 1.39928e-26 1.18291e-13 0.119644 0.0166292 2328.62 1.83395e-13 0.1744 0.00757431 0.0067174 - 11 687 3.95027e-14 1.39007e-26 1.17901e-13 0.113788 0.0151589 2574.45 1.82948e-13 0.174419 0.00687984 0.00604907 - 12 749 4.25665e-14 1.49963e-26 1.22459e-13 0.105049 0.0126493 3020.59 1.81302e-13 0.182667 0.00596594 0.00505471 - 13 812 4.16046e-14 1.45262e-26 1.20525e-13 0.101599 0.0120141 3229.22 1.80925e-13 0.179582 0.0056193 0.0046904 - 14 874 4.07751e-14 1.43422e-26 1.19759e-13 0.0992906 0.0114207 3381.13 1.8211e-13 0.179429 0.00522657 0.00462079 - 15 937 4.1114e-14 1.46471e-26 1.21025e-13 0.0961136 0.0107088 3608.36 1.8454e-13 0.178038 0.00492193 0.00430605 - 16 999 4.26027e-14 1.49955e-26 1.22456e-13 0.0908957 0.00961549 4034.52 1.82296e-13 0.182 0.00449451 0.00375927 + 1 62 7.16942e-14 2.75139e-26 1.65873e-13 0.291489 0.0664873 392.316 1.61682e-13 0.206349 0.0610501 0.0225668 + 2 124 5.40386e-14 2.03785e-26 1.42753e-13 0.23628 0.0521791 597.07 1.75589e-13 0.184 0.0354783 0.0199033 + 3 187 5.11409e-14 1.80672e-26 1.34414e-13 0.191689 0.0389492 907.159 1.73027e-13 0.191489 0.0224586 0.0140907 + 4 249 4.49395e-14 1.58686e-26 1.25971e-13 0.177285 0.0349351 1060.56 1.77492e-13 0.176 0.0187273 0.0125769 + 5 312 4.69861e-14 1.59837e-26 1.26426e-13 0.152088 0.0267992 1441.07 1.73426e-13 0.194888 0.0131986 0.00985845 + 6 374 4.36141e-14 1.49871e-26 1.22422e-13 0.144949 0.0252672 1586.52 1.78908e-13 0.186667 0.011619 0.00933524 + 7 437 4.09933e-14 1.38469e-26 1.17673e-13 0.13716 0.0230905 1771.85 1.77323e-13 0.178082 0.0105374 0.00823238 + 8 499 4.33581e-14 1.45829e-26 1.2076e-13 0.124557 0.0186101 2148.55 1.74337e-13 0.18 0.00911111 0.00637222 + 9 562 4.51372e-14 1.52048e-26 1.23308e-13 0.115134 0.015558 2514.63 1.72778e-13 0.181172 0.00802772 0.00520448 + 10 624 4.5396e-14 1.54863e-26 1.24444e-13 0.109652 0.013967 2772.35 1.745e-13 0.1856 0.00702069 0.00498359 + 11 687 4.43339e-14 1.50662e-26 1.22745e-13 0.105553 0.0129051 2991.82 1.73675e-13 0.178779 0.00667659 0.0044487 + 12 749 4.43717e-14 1.49613e-26 1.22316e-13 0.100658 0.0120126 3289.9 1.73805e-13 0.184 0.00591304 0.00420546 + 13 812 4.48656e-14 1.53437e-26 1.2387e-13 0.096829 0.0109964 3555.23 1.75899e-13 0.183272 0.0054814 0.00388293 + 14 874 4.44551e-14 1.51349e-26 1.23024e-13 0.0935542 0.0104713 3808.48 1.76899e-13 0.186286 0.00499211 0.00375028 + 15 937 4.4108e-14 1.49933e-26 1.22447e-13 0.0906421 0.00980923 4057.13 1.76433e-13 0.184435 0.00471425 0.00349298 + 16 999 4.54775e-14 1.54621e-26 1.24347e-13 0.0864645 0.00879621 4458.64 1.75356e-13 0.19 0.00426316 0.00320548 --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV - Dose in scoring volume : 42.6027 picoGy +- 3.87047 picoGy + Dose in scoring volume : 45.4775 picoGy +- 3.93022 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ### Run 1 start. ---> Begin of event: 0 @@ -971,24 +1022,24 @@ i/16 till_ith mean var sd r vov ---> Begin of event: 900 G4ConvergenceTester Output Result of DOSE_TALLY - EFFICIENCY = 0.612 - MEAN = 4.82852e-12 - VAR = 2.12261e-23 - SD = 4.60718e-12 - R = 0.0301732 - SHIFT = 2.09659e-13 - VOV = 0.00018065 - FOM = 3922.84 -THE LARGEST SCORE = 1.08259e-11 and it happened at 601th event - Affected Mean = 4.83451e-12 and its ratio to original is 1.00124 - Affected VAR = 2.12408e-23 and its ratio to original is 1.00069 - Affected R = 0.0301311 and its ratio to original is 0.998607 - Affected SHIFT = 2.05399e-13 and its ratio to original is 0.979682 - Affected FOM = 3922.84 and its ratio to original is 1 + EFFICIENCY = 0.64 + MEAN = 5.10447e-12 + VAR = 2.13111e-23 + SD = 4.61639e-12 + R = 0.0285991 + SHIFT = -4.78482e-14 + VOV = 0.00016569 + FOM = 5094.3 +THE LARGEST SCORE = 1.07652e-11 and it happened at 228th event + Affected Mean = 5.11012e-12 and its ratio to original is 1.00111 + Affected VAR = 2.13218e-23 and its ratio to original is 1.0005 + Affected R = 0.0285603 and its ratio to original is 0.998645 + Affected SHIFT = -5.20011e-14 and its ratio to original is 1.08679 + Affected FOM = 5094.3 and its ratio to original is 1 MEAN distribution is RANDOM r follows 1/std::sqrt(N) r is monotonically decrease -r is less than 0.1. r = 0.0301732 +r is less than 0.1. r = 0.0285991 VOV follows 1/std::sqrt(N) VOV is monotonically decrease FOM distribution is not RANDOM @@ -998,30 +1049,27 @@ This result passes 6 / 8 Convergence Test. G4ConvergenceTester Output History of DOSE_TALLY i/16 till_ith mean var sd r vov fom shift e r2eff r2int - 1 62 5.3302e-12 2.21148e-23 4.70264e-12 0.111155 0.0023602 299.764 -3.63117e-13 0.619048 0.00976801 0.00239127 - 2 124 5.08013e-12 2.09543e-23 4.57759e-12 0.0805948 0.00152792 570.194 -1.09839e-13 0.616 0.00498701 0.00145654 - 3 187 5.1462e-12 2.11825e-23 4.60245e-12 0.0652263 0.000965541 870.544 -9.80844e-14 0.632979 0.00308421 0.00114763 - 4 249 5.06485e-12 2.11935e-23 4.60364e-12 0.0574864 0.000695975 1120.74 -1.68824e-14 0.628 0.00236943 0.000922037 - 5 312 5.14079e-12 2.1336e-23 4.61909e-12 0.0507872 0.000550545 1384.63 -7.59996e-14 0.638978 0.00180511 0.000765988 - 6 374 5.2572e-12 2.17172e-23 4.66018e-12 0.0457754 0.00042205 1704.42 -1.83537e-13 0.64 0.0015 0.000589803 - 7 437 5.15334e-12 2.14152e-23 4.62766e-12 0.0429077 0.0003833 1939.86 -8.75699e-14 0.636986 0.00130112 0.000535743 - 8 499 5.10341e-12 2.13083e-23 4.61609e-12 0.040451 0.000342355 2182.65 -4.8509e-14 0.632 0.00116456 0.000468451 - 9 562 5.02573e-12 2.12573e-23 4.61056e-12 0.0386634 0.000308434 2389.14 2.12688e-14 0.625222 0.00106471 0.000427495 - 10 624 4.9829e-12 2.1235e-23 4.60815e-12 0.0369917 0.000280621 2609.95 6.16979e-14 0.6208 0.00097732 0.000388879 - 11 687 4.90672e-12 2.10995e-23 4.59341e-12 0.0356903 0.000267826 2803.77 1.36212e-13 0.619186 0.000893929 0.000378015 - 12 749 4.92921e-12 2.11531e-23 4.59925e-12 0.0340705 0.000240212 3076.69 1.13004e-13 0.621333 0.000812589 0.000346663 - 13 812 4.84199e-12 2.11232e-23 4.596e-12 0.0332898 0.000225605 3222.7 1.87941e-13 0.615006 0.000769988 0.000336859 - 14 874 4.81584e-12 2.12033e-23 4.6047e-12 0.032324 0.00020701 3418.15 2.19536e-13 0.611429 0.000726302 0.000317345 - 15 937 4.81347e-12 2.12619e-23 4.61106e-12 0.0312782 0.000189994 3650.56 2.22258e-13 0.609808 0.000682154 0.000295127 - 16 999 4.82852e-12 2.12261e-23 4.60718e-12 0.0301732 0.00018065 3922.84 2.09659e-13 0.612 0.000633987 0.000275522 + 1 62 4.49813e-12 2.09595e-23 4.57815e-12 0.12823 0.00381591 253.403 5.33992e-13 0.603175 0.0104428 0.00573908 + 2 124 5.14072e-12 2.10419e-23 4.58714e-12 0.0798111 0.00157584 654.128 3.7877e-15 0.672 0.00390476 0.00241408 + 3 187 5.32525e-12 2.15455e-23 4.64171e-12 0.063571 0.000906649 1031.03 -1.73863e-13 0.664894 0.00268085 0.00133893 + 4 249 5.45452e-12 2.13379e-23 4.6193e-12 0.0535611 0.000751368 1452.41 -3.31636e-13 0.664 0.0020241 0.000833219 + 5 312 5.40777e-12 2.14486e-23 4.63126e-12 0.048407 0.000560306 1778.16 -3.0573e-13 0.658147 0.00165948 0.000676274 + 6 374 5.41566e-12 2.17557e-23 4.6643e-12 0.0444753 0.000429505 2106.45 -3.15575e-13 0.653333 0.00141497 0.000557815 + 7 437 5.37251e-12 2.16427e-23 4.65217e-12 0.0413753 0.000367841 2433.92 -2.7235e-13 0.6621 0.00116517 0.000542835 + 8 499 5.25137e-12 2.17514e-23 4.66384e-12 0.0397179 0.000306128 2641.29 -1.59002e-13 0.652 0.00106748 0.000506872 + 9 562 5.30997e-12 2.18373e-23 4.67304e-12 0.0370897 0.000265608 3028.89 -2.27085e-13 0.650089 0.000956042 0.000417158 + 10 624 5.41442e-12 2.19472e-23 4.68478e-12 0.0346096 0.000244466 3478.52 -3.26037e-13 0.6576 0.00083309 0.000362821 + 11 687 5.29339e-12 2.18842e-23 4.67805e-12 0.0336928 0.000212531 3670.41 -2.11648e-13 0.649709 0.000783648 0.000349907 + 12 749 5.26785e-12 2.17321e-23 4.66177e-12 0.0323138 0.000202458 3990.38 -1.98013e-13 0.649333 0.000720055 0.000322732 + 13 812 5.20103e-12 2.15545e-23 4.64268e-12 0.0313065 0.000193264 4251.29 -1.40443e-13 0.645756 0.00067475 0.00030414 + 14 874 5.18393e-12 2.1532e-23 4.64026e-12 0.0302607 0.000179549 4550.2 -1.28579e-13 0.642286 0.000636502 0.000278162 + 15 937 5.09562e-12 2.14802e-23 4.63467e-12 0.0296976 0.000167938 4724.4 -4.25787e-14 0.636461 0.000608944 0.000272062 + 16 999 5.10447e-12 2.13111e-23 4.61639e-12 0.0285991 0.00016569 5094.3 -4.78482e-14 0.64 0.0005625 0.00025459 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 4.82852 nanoGy +- 145.619 picoGy + Dose in scoring volume : 5.10447 nanoGy +- 145.91 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/History b/examples/extended/analysis/History index 4f380abf95..d7663eef9c 100644 --- a/examples/extended/analysis/History +++ b/examples/extended/analysis/History @@ -1,12 +1,16 @@ -------------------------------------------------------------------- +# Example analysis History - ========================================================= - Analysis History File - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- + +## 2021-12-10 Ben Morgan (analysisExample-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 29th November 2021 I. Hrivnacova (analysisExample-V10-07-01) - Removed AnaEx03 with the AIDA implementation diff --git a/examples/extended/analysis/shared/History b/examples/extended/analysis/shared/History index 9f372e009b..19eba7b2bd 100644 --- a/examples/extended/analysis/shared/History +++ b/examples/extended/analysis/shared/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example shared History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - analysis/shared History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (analysisShared-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 15-10-18 G. Cosmo (analysisShared-V10-04-02) - Added missing include of G4SteateManager.hh in DetectorConstruction source. diff --git a/examples/extended/analysis/shared/scripts/History b/examples/extended/analysis/shared/scripts/History index a6146cb268..b777673b51 100644 --- a/examples/extended/analysis/shared/scripts/History +++ b/examples/extended/analysis/shared/scripts/History @@ -1,18 +1,16 @@ --------------------------------------------------- +# Example scripts History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - analysis/scripts History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (analysisScripts-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 05-11-14 I. Hrivnacova (analysisScripts-V10-00-00) - Tagged version which will be included in AnaEx0N examples diff --git a/examples/extended/biasing/B01/History b/examples/extended/biasing/B01/History index 5ee25426e4..573914f3aa 100644 --- a/examples/extended/biasing/B01/History +++ b/examples/extended/biasing/B01/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example B01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (B01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - B01-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index ad8cdc1799..6672eb4552 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -109,7 +109,8 @@ Going to assign importance: 131072, to volume: cell_18 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -126,7 +127,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -136,8 +137,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -200,10 +202,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -228,10 +230,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -258,10 +260,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -290,10 +292,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -304,10 +306,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -317,10 +319,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -349,10 +351,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -381,10 +383,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -413,14 +415,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -431,7 +432,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -446,14 +447,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -464,7 +464,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -479,10 +479,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -511,10 +511,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -548,15 +548,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -566,10 +569,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -577,10 +582,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -589,6 +596,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -596,11 +604,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -608,11 +618,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -621,10 +633,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -635,10 +649,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -649,10 +665,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -662,10 +680,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -676,10 +696,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -690,10 +712,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -704,10 +728,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -717,11 +743,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -729,6 +757,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -736,6 +765,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -745,6 +775,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -752,11 +783,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -764,11 +797,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -778,11 +813,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -790,6 +827,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -797,6 +835,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -806,11 +845,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -818,11 +859,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -832,11 +875,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -844,11 +889,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -858,29 +905,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -904,24 +953,24 @@ Max 2J for sampling of angular correlations 10 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 50 | 143 | 50 | 50 | 0.0246341 | 2.23609 | 1 | 9939.38 | 9939.38 | 32501.3 | 22225.4 | 800.64 | - cell_01 | 153 | 184 | 541 | 541 | 0.0502386 | 4.1192 | 1 | 24951.8 | 24951.8 | 58428.6 | 102782 | 2935.37 | - cell_02 | 159 | 280 | 1277 | 638.5 | 0.0104965 | 2.98241 | 0.5 | 46614.8 | 23307.4 | 201172 | 69512.1 | 2111.6 | - cell_03 | 187 | 294 | 1434 | 358.5 | 0.00915441 | 2.46209 | 0.25 | 49995.1 | 12498.8 | 107699 | 30773.1 | 985.926 | - cell_04 | 241 | 352 | 1923 | 240.375 | 0.00526565 | 2.16613 | 0.125 | 63263.2 | 7907.9 | 106423 | 17129.5 | 560.387 | - cell_05 | 260 | 395 | 2301 | 143.812 | 0.00406037 | 1.914 | 0.0625 | 71743.3 | 4483.96 | 71131.4 | 8582.32 | 288.82 | - cell_06 | 296 | 409 | 2772 | 86.625 | 0.00411687 | 1.60084 | 0.03125 | 83048.3 | 2595.26 | 36799.6 | 4154.6 | 151.499 | - cell_07 | 298 | 437 | 2541 | 39.7031 | 0.00488896 | 1.50866 | 0.015625 | 78997.1 | 1234.33 | 14556.9 | 1862.18 | 71.168 | - cell_08 | 317 | 468 | 2618 | 20.4531 | 0.00350391 | 1.56357 | 0.0078125 | 83364.8 | 651.288 | 10892.1 | 1018.34 | 38.1651 | - cell_09 | 327 | 471 | 2883 | 11.2617 | 0.00390377 | 1.44417 | 0.00390625 | 86966.5 | 339.713 | 4944.86 | 490.605 | 19.3036 | - cell_10 | 310 | 447 | 2826 | 5.51953 | 0.00341364 | 1.18176 | 0.00195312 | 87195.1 | 170.303 | 2523.68 | 201.258 | 8.61495 | - cell_11 | 283 | 412 | 2763 | 2.69824 | 0.00318617 | 1.01131 | 0.000976562 | 79041 | 77.1884 | 1084.7 | 78.0615 | 3.45604 | - cell_12 | 239 | 377 | 2189 | 1.06885 | 0.00239532 | 1.13476 | 0.000488281 | 65284.6 | 31.8773 | 631.847 | 36.1731 | 1.51347 | - cell_13 | 246 | 357 | 2302 | 0.562012 | 0.00314475 | 1.17057 | 0.000244141 | 70017.1 | 17.094 | 260.857 | 20.0097 | 0.820331 | - cell_14 | 254 | 379 | 2466 | 0.301025 | 0.00302679 | 1.1787 | 0.00012207 | 74002.6 | 9.03352 | 148.721 | 10.6478 | 0.450149 | - cell_15 | 206 | 316 | 2192 | 0.133789 | 0.00267077 | 1.08893 | 6.10352e-05 | 61934 | 3.78015 | 65.2649 | 4.11632 | 0.174308 | - cell_16 | 201 | 287 | 1865 | 0.0569153 | 0.003537 | 1.20937 | 3.05176e-05 | 54867.6 | 1.67443 | 23.6972 | 2.025 | 0.083817 | - cell_17 | 200 | 300 | 2019 | 0.0308075 | 0.00340184 | 1.2038 | 1.52588e-05 | 59255.2 | 0.904163 | 13.3356 | 1.08843 | 0.0453658 | - cell_18 | 140 | 275 | 1570 | 0.0119781 | 0.00348208 | 1.20514 | 7.62939e-06 | 50003.1 | 0.381494 | 5.59433 | 0.459754 | 0.0194799 | - cell_19 | 101 | 101 | 101 | 0.000770569 | 0.0205773 | 2.01166 | 7.62939e-06 | 15160.2 | 0.115663 | 0.415995 | 0.232674 | 0.00856005 | + cell_00 | 48 | 139 | 48 | 48 | 0.0128634 | 2.13093 | 1 | 8409.81 | 8409.81 | 51103.3 | 17920.8 | 657.361 | + cell_01 | 143 | 183 | 711 | 711 | 0.0228203 | 3.84569 | 1 | 28643.3 | 28643.3 | 139975 | 110153 | 3194.26 | + cell_02 | 146 | 239 | 1201 | 600.5 | 0.00957028 | 2.67546 | 0.5 | 42183.6 | 21091.8 | 189258 | 56430.2 | 1811.25 | + cell_03 | 167 | 273 | 1658 | 414.5 | 0.0060463 | 1.91887 | 0.25 | 53513 | 13378.3 | 148520 | 25671.2 | 897.999 | + cell_04 | 163 | 255 | 1566 | 195.75 | 0.00492689 | 1.9615 | 0.125 | 48406.5 | 6050.81 | 83751.6 | 11868.7 | 412.635 | + cell_05 | 183 | 253 | 1560 | 97.5 | 0.00395311 | 1.52006 | 0.0625 | 50066 | 3129.13 | 44951 | 4756.48 | 177.696 | + cell_06 | 224 | 318 | 1835 | 57.3438 | 0.00386795 | 1.40115 | 0.03125 | 57196.9 | 1787.4 | 25916 | 2504.42 | 100.242 | + cell_07 | 238 | 331 | 2228 | 34.8125 | 0.00396538 | 1.22528 | 0.015625 | 67631 | 1056.73 | 13862.3 | 1294.8 | 54.9691 | + cell_08 | 227 | 351 | 2158 | 16.8594 | 0.00257078 | 1.01681 | 0.0078125 | 63401.1 | 495.321 | 8723.43 | 503.648 | 22.426 | + cell_09 | 189 | 270 | 1829 | 7.14453 | 0.00209681 | 0.806062 | 0.00390625 | 49717.8 | 194.21 | 3490.37 | 156.545 | 7.31863 | + cell_10 | 167 | 235 | 1849 | 3.61133 | 0.00173753 | 0.73757 | 0.00195312 | 46394.6 | 90.6145 | 1799.06 | 66.8346 | 3.12593 | + cell_11 | 116 | 169 | 1211 | 1.18262 | 0.0020181 | 0.772235 | 0.000976562 | 32534.2 | 31.7717 | 600.973 | 24.5352 | 1.21282 | + cell_12 | 72 | 109 | 882 | 0.430664 | 0.00263563 | 0.954362 | 0.000488281 | 23749.8 | 11.5966 | 192.738 | 11.0673 | 0.507985 | + cell_13 | 57 | 95 | 609 | 0.148682 | 0.00175928 | 0.74891 | 0.000244141 | 17390.5 | 4.24574 | 86.1453 | 3.17968 | 0.151554 | + cell_14 | 35 | 57 | 403 | 0.0491943 | 0.00254169 | 0.81817 | 0.00012207 | 10803.4 | 1.31878 | 20.037 | 1.07898 | 0.0509279 | + cell_15 | 39 | 55 | 341 | 0.020813 | 0.00183974 | 0.791047 | 6.10352e-05 | 9886.42 | 0.603419 | 11.9235 | 0.477333 | 0.0219362 | + cell_16 | 33 | 50 | 313 | 0.009552 | 0.00182371 | 0.835361 | 3.05176e-05 | 9488.92 | 0.289579 | 6.48297 | 0.241903 | 0.0118231 | + cell_17 | 21 | 37 | 187 | 0.00285339 | 0.000981763 | 0.53031 | 1.52588e-05 | 5375.17 | 0.0820186 | 2.68645 | 0.0434953 | 0.00263745 | + cell_18 | 7 | 13 | 71 | 0.000541687 | 0.00108854 | 0.483589 | 7.62939e-06 | 2427.84 | 0.018523 | 0.597731 | 0.0089575 | 0.000650655 | + cell_19 | 4 | 4 | 4 | 3.05176e-05 | 0.849069 | 0.91437 | 7.62939e-06 | 810.506 | 0.00618367 | 0.000494363 | 0.00565416 | 0.000419748 | ============================================= diff --git a/examples/extended/biasing/B02/History b/examples/extended/biasing/B02/History index a06352f897..5e8edeb5f5 100644 --- a/examples/extended/biasing/B02/History +++ b/examples/extended/biasing/B02/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example B02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (B02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - B02-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/B02/exampleB02.out b/examples/extended/biasing/B02/exampleB02.out index 90ec57c8e6..1184b26268 100644 --- a/examples/extended/biasing/B02/exampleB02.out +++ b/examples/extended/biasing/B02/exampleB02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -136,7 +136,8 @@ Going to assign importance: 131072, to volume: cell_18 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -153,7 +154,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -163,8 +164,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -227,10 +229,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -255,10 +257,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -285,10 +287,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -317,10 +319,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -331,10 +333,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -344,10 +346,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -376,10 +378,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -408,10 +410,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -440,14 +442,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -458,7 +459,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -473,14 +474,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -491,7 +491,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -506,10 +506,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -538,10 +538,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -575,15 +575,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -593,10 +596,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -604,10 +609,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -616,6 +623,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -623,11 +631,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -635,11 +645,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -648,10 +660,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -662,10 +676,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -676,10 +692,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -689,10 +707,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -703,10 +723,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -717,10 +739,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -731,10 +755,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -744,11 +770,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -756,6 +784,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -763,6 +792,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -772,6 +802,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -779,11 +810,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -791,11 +824,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -805,11 +840,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -817,6 +854,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -824,6 +862,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -833,11 +872,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -845,11 +886,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -859,11 +902,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -871,11 +916,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -885,29 +932,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -931,24 +980,24 @@ Max 2J for sampling of angular correlations 10 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 47 | 142 | 0 | 0 | 0.0144047 | 1.55588 | 1 | 7758.42 | 7758.42 | 38509.9 | 12071.2 | 554.723 | - cell_01 | 151 | 191 | 643 | 643 | 0.0133036 | 4.27276 | 1 | 26688.9 | 26688.9 | 239987 | 114035 | 3192.7 | - cell_02 | 146 | 243 | 996 | 498 | 0.00779301 | 3.24407 | 0.5 | 37065.1 | 18532.5 | 232226 | 60120.8 | 1809.74 | - cell_03 | 193 | 317 | 1480 | 370 | 0.00749734 | 2.70692 | 0.25 | 51156.9 | 12789.2 | 145110 | 34619.4 | 1087.94 | - cell_04 | 259 | 397 | 2399 | 299.875 | 0.00427979 | 1.92951 | 0.125 | 75696.6 | 9462.08 | 145814 | 18257.2 | 624.054 | - cell_05 | 267 | 417 | 2626 | 164.125 | 0.00469878 | 1.65536 | 0.0625 | 79606.4 | 4975.4 | 62709.2 | 8236.05 | 294.657 | - cell_06 | 296 | 444 | 2795 | 87.3438 | 0.00365421 | 1.67787 | 0.03125 | 84868.1 | 2652.13 | 42177.5 | 4449.94 | 154.125 | - cell_07 | 323 | 476 | 3029 | 47.3281 | 0.00341457 | 1.32272 | 0.015625 | 90799.1 | 1418.74 | 20862.1 | 1876.59 | 71.2352 | - cell_08 | 326 | 465 | 3030 | 23.6719 | 0.00319944 | 1.36252 | 0.0078125 | 90360.2 | 705.939 | 11547.3 | 961.857 | 36.9449 | - cell_09 | 302 | 458 | 2750 | 10.7422 | 0.00409749 | 1.45431 | 0.00390625 | 81599 | 318.746 | 4325.65 | 463.556 | 17.7243 | - cell_10 | 295 | 425 | 3016 | 5.89062 | 0.00358446 | 1.26869 | 0.00195312 | 87643.3 | 171.178 | 2461.86 | 217.173 | 8.82445 | - cell_11 | 271 | 399 | 2561 | 2.50098 | 0.00323477 | 1.23387 | 0.000976562 | 77814.1 | 75.9904 | 1191.31 | 93.7624 | 3.85362 | - cell_12 | 276 | 382 | 2552 | 1.24609 | 0.00233322 | 0.964723 | 0.000488281 | 74522.2 | 36.3878 | 670.221 | 35.1041 | 1.56377 | - cell_13 | 289 | 417 | 2869 | 0.700439 | 0.00253236 | 0.878908 | 0.000244141 | 80139.8 | 19.5654 | 315.559 | 17.1962 | 0.799107 | - cell_14 | 247 | 358 | 2508 | 0.306152 | 0.00194399 | 0.831887 | 0.00012207 | 72512.1 | 8.85158 | 182.866 | 7.36352 | 0.35549 | - cell_15 | 169 | 255 | 1745 | 0.106506 | 0.0016204 | 0.750899 | 6.10352e-05 | 46298.8 | 2.82585 | 59.7637 | 2.12193 | 0.0968409 | - cell_16 | 111 | 168 | 955 | 0.0291443 | 0.00234703 | 1.13301 | 3.05176e-05 | 29630.6 | 0.904253 | 18.1877 | 1.02453 | 0.042687 | - cell_17 | 92 | 138 | 1014 | 0.0154724 | 0.00227045 | 0.84355 | 1.52588e-05 | 26572.3 | 0.405461 | 7.01126 | 0.342027 | 0.0159187 | - cell_18 | 52 | 92 | 603 | 0.00460052 | 0.00232884 | 1.15296 | 7.62939e-06 | 17235.9 | 0.131499 | 2.69744 | 0.151613 | 0.00628192 | - cell_19 | 27 | 27 | 0 | 0 | 0.00465782 | 1.74384 | 7.62939e-06 | 3916.88 | 0.0298835 | 0.476278 | 0.052112 | 0.00221842 | + cell_00 | 43 | 132 | 0 | 0 | 0.0465943 | 2.85793 | 1 | 9636.08 | 9636.08 | 20028.1 | 27539.2 | 933.197 | + cell_01 | 162 | 180 | 541 | 541 | 0.052856 | 4.20469 | 1 | 25519.8 | 25519.8 | 58231.4 | 107303 | 3077.88 | + cell_02 | 185 | 289 | 1463 | 731.5 | 0.00748019 | 2.621 | 0.5 | 50194.5 | 25097.2 | 282630 | 65779.9 | 2114.12 | + cell_03 | 252 | 384 | 2185 | 546.25 | 0.00491574 | 1.88091 | 0.25 | 70272.7 | 17568.2 | 234461 | 33044.1 | 1152.55 | + cell_04 | 301 | 438 | 2858 | 357.25 | 0.00360845 | 1.38122 | 0.125 | 83930.7 | 10491.3 | 149616 | 14490.8 | 539.882 | + cell_05 | 279 | 434 | 2850 | 178.125 | 0.00316488 | 1.37642 | 0.0625 | 84265.2 | 5266.58 | 88137.4 | 7249.03 | 278.945 | + cell_06 | 252 | 375 | 2294 | 71.6875 | 0.00294608 | 1.3735 | 0.03125 | 70317.4 | 2197.42 | 39564.8 | 3018.14 | 116.561 | + cell_07 | 272 | 387 | 2424 | 37.875 | 0.00283841 | 1.18218 | 0.015625 | 70045 | 1094.45 | 18346.7 | 1293.84 | 52.0754 | + cell_08 | 288 | 391 | 2501 | 19.5391 | 0.00316734 | 1.22151 | 0.0078125 | 75641.7 | 590.95 | 9403.41 | 721.851 | 29.7838 | + cell_09 | 288 | 395 | 2704 | 10.5625 | 0.00301484 | 1.16036 | 0.00390625 | 77862.1 | 304.149 | 4851.65 | 352.921 | 14.627 | + cell_10 | 249 | 373 | 2277 | 4.44727 | 0.002071 | 1.04751 | 0.00195312 | 68488.8 | 133.767 | 2941.94 | 140.122 | 6.09276 | + cell_11 | 187 | 285 | 1737 | 1.69629 | 0.00315834 | 1.09596 | 0.000976562 | 52683.8 | 51.449 | 753.604 | 56.3861 | 2.38014 | + cell_12 | 156 | 237 | 1566 | 0.764648 | 0.00281175 | 0.954563 | 0.000488281 | 42704.2 | 20.8516 | 305.598 | 19.9042 | 0.859264 | + cell_13 | 149 | 221 | 1510 | 0.368652 | 0.00210972 | 0.980988 | 0.000244141 | 43837.5 | 10.7025 | 214.711 | 10.499 | 0.452979 | + cell_14 | 126 | 193 | 1295 | 0.158081 | 0.0030131 | 1.2988 | 0.00012207 | 36933.6 | 4.5085 | 79.765 | 5.85561 | 0.24034 | + cell_15 | 105 | 159 | 917 | 0.0559692 | 0.00453518 | 1.55862 | 6.10352e-05 | 27846.6 | 1.69962 | 22.5206 | 2.64906 | 0.102135 | + cell_16 | 102 | 143 | 1149 | 0.0350647 | 0.00301458 | 1.10945 | 3.05176e-05 | 32411.4 | 0.989118 | 14.9182 | 1.09738 | 0.0449722 | + cell_17 | 105 | 151 | 939 | 0.014328 | 0.00240482 | 1.01905 | 1.52588e-05 | 26149.5 | 0.39901 | 7.12045 | 0.406612 | 0.0171234 | + cell_18 | 66 | 110 | 761 | 0.00580597 | 0.00195438 | 1.24471 | 7.62939e-06 | 20307.4 | 0.154933 | 3.77361 | 0.192846 | 0.00737508 | + cell_19 | 31 | 31 | 0 | 0 | 0.0131733 | 2.77072 | 7.62939e-06 | 4410.83 | 0.033652 | 0.213985 | 0.09324 | 0.0028189 | ============================================= diff --git a/examples/extended/biasing/B03/History b/examples/extended/biasing/B03/History index 3bdbe95c5e..79f514aa3c 100644 --- a/examples/extended/biasing/B03/History +++ b/examples/extended/biasing/B03/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example B03 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (B03-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 March 18th, 2021 Alberto Ribon - B03-V10-07-02 - B03PhysicsList : replaced G4HadronCaptureProcess with diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index 9b785ae216..d3f3f74cda 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -98,6 +98,7 @@ B03PhysicsList::SetCuts:CutLength : 1 (mm) LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -115,7 +116,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -125,8 +126,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -181,10 +183,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -201,10 +203,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -225,10 +227,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -238,10 +240,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for GenericIon XStype:1 SubType=2 +hIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -251,10 +253,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for alpha XStype:1 SubType=2 +hIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -264,10 +266,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -277,10 +279,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -290,10 +292,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -303,14 +305,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -321,7 +322,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -330,14 +331,13 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -348,7 +348,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -357,10 +357,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -370,10 +370,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -386,192 +386,222 @@ hIoni: for pi- XStype:1 SubType=2 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 10 GeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_lambda Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: ANTI-FTFP: 0 eV ---> 20 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_neutron Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: ANTI-FTFP: 0 eV ---> 20 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_proton Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: ANTI-FTFP: 0 eV ---> 20 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for deuteron Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 10 GeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for kaon+ Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: BertiniCascade: 0 eV ---> 22 MeV Model: TheoFSGenerator: 19 GeV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: BertiniCascade: 0 eV ---> 22 MeV Model: TheoFSGenerator: 19 GeV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for lambda Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: BertiniCascade: 0 eV ---> 22 MeV Model: TheoFSGenerator: 19 GeV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for neutron Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: BertiniCascade: 0 eV ---> 22 MeV Model: TheoFSGenerator: 19 GeV ---> 100 TeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nFission Model: G4LFission: 0 eV ---> 2.88022e+295 J Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: BertiniCascade: 0 eV ---> 22 MeV Model: TheoFSGenerator: 19 GeV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: BertiniCascade: 0 eV ---> 22 MeV Model: TheoFSGenerator: 19 GeV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for proton Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: BertiniCascade: 0 eV ---> 22 MeV Model: TheoFSGenerator: 19 GeV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: BertiniCascade: 0 eV ---> 22 MeV Model: TheoFSGenerator: 19 GeV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 25.6 PeV + Process: inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 10 GeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -583,18 +613,18 @@ Max 2J for sampling of angular correlations 10 ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -616,7 +646,7 @@ Max 2J for sampling of angular correlations 10 *** G4Exception : GeomBias1001 issued by : G4ImportanceAlgorithm::Warning() Calculate() - ipre_over_ipost ! in [0.25, 4]. -ipre_over_ipost = 4096. +ipre_over_ipost = 16384. *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -636,24 +666,24 @@ ipre_over_ipost = 4096. ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 42 | 137 | 0 | 0 | 0.00187798 | 2.58678 | 1 | 7435.72 | 7435.72 | 381201 | 19234.6 | 715.888 | - cell_01 | 143 | 169 | 326 | 326 | 0.00186836 | 4.71158 | 1 | 22601.2 | 22601.2 | 1.53793e+06 | 106487 | 2873.41 | - cell_02 | 180 | 299 | 884 | 442 | 0.000662167 | 3.01184 | 0.5 | 51114 | 25557 | 3.52414e+06 | 76973.5 | 2333.57 | - cell_03 | 300 | 452 | 1512 | 378 | 0.00122066 | 2.32281 | 0.25 | 83802.9 | 20950.7 | 1.27676e+06 | 48664.6 | 1558.49 | - cell_04 | 450 | 662 | 2359 | 294.875 | 0.000633263 | 1.75479 | 0.125 | 126114 | 15764.2 | 1.48076e+06 | 27662.9 | 937.708 | - cell_05 | 689 | 951 | 3835 | 239.688 | 0.000340383 | 1.31797 | 0.0625 | 192676 | 12042.3 | 1.71179e+06 | 15871.4 | 582.663 | - cell_06 | 985 | 1313 | 5763 | 180.094 | 0.000212153 | 0.971561 | 0.03125 | 276370 | 8636.57 | 1.57994e+06 | 8390.95 | 335.19 | - cell_07 | 1311 | 1750 | 7696 | 120.25 | 0.000159737 | 0.835298 | 0.015625 | 360035 | 5625.55 | 1.22257e+06 | 4699.01 | 195.29 | - cell_08 | 1569 | 2119 | 9819 | 76.7109 | 0.000144459 | 0.71372 | 0.0078125 | 457691 | 3575.71 | 770507 | 2552.06 | 111.307 | - cell_09 | 1913 | 2562 | 11987 | 46.8242 | 0.000109508 | 0.629828 | 0.00390625 | 536383 | 2095.25 | 533853 | 1319.65 | 58.4611 | - cell_10 | 2184 | 3018 | 14272 | 27.875 | 0.000104244 | 0.606641 | 0.00195312 | 632911 | 1236.15 | 322686 | 749.902 | 33.6382 | - cell_11 | 2477 | 3344 | 15561 | 15.1963 | 8.59806e-05 | 0.537942 | 0.000976562 | 683344 | 667.328 | 191946 | 358.984 | 16.5037 | - cell_12 | 2758 | 3757 | 18079 | 8.82764 | 7.70425e-05 | 0.461918 | 0.000488281 | 792784 | 387.102 | 112547 | 178.809 | 8.67088 | - cell_13 | 2937 | 4002 | 18859 | 4.60425 | 6.62855e-05 | 0.419788 | 0.000244141 | 824639 | 201.328 | 63615.7 | 84.5151 | 4.2168 | - cell_14 | 3097 | 4332 | 20204 | 2.46631 | 6.40584e-05 | 0.421251 | 0.00012207 | 870071 | 106.21 | 34811.1 | 44.741 | 2.22994 | - cell_15 | 3259 | 4573 | 21270 | 1.29822 | 6.33226e-05 | 0.416255 | 6.10352e-05 | 918808 | 56.0796 | 18431.5 | 23.3434 | 1.16713 | - cell_16 | 3403 | 4776 | 22598 | 0.689636 | 6.27419e-05 | 0.386088 | 3.05176e-05 | 964268 | 29.4271 | 9348.31 | 11.3615 | 0.586531 | - cell_17 | 3329 | 4835 | 21968 | 0.335205 | 5.95469e-05 | 0.361499 | 1.52588e-05 | 944928 | 14.4184 | 4563.87 | 5.21226 | 0.271764 | - cell_18 | 2349 | 4334 | 18483 | 0.141014 | 6.39378e-05 | 0.399177 | 7.62939e-06 | 804435 | 6.13735 | 1966.82 | 2.44989 | 0.125754 | - cell_19 | 1971 | 1971 | 0 | 0 | 9.72052e-05 | 0.58562 | 7.62939e-06 | 311518 | 2.37669 | 679.726 | 1.39184 | 0.0660729 | + cell_00 | 56 | 152 | 0 | 0 | 0.000766839 | 0.921708 | 1 | 9721.32 | 9721.32 | 608478 | 8960.22 | 466.605 | + cell_01 | 173 | 208 | 547 | 547 | 0.00484826 | 3.14426 | 1 | 31991.4 | 31991.4 | 624732 | 100589 | 3028.86 | + cell_02 | 203 | 317 | 1035 | 517.5 | 0.0012227 | 2.27579 | 0.5 | 59356.7 | 29678.4 | 1.82216e+06 | 67541.7 | 2227.96 | + cell_03 | 269 | 397 | 1533 | 383.25 | 0.000422849 | 1.52657 | 0.25 | 79601.5 | 19900.4 | 2.55338e+06 | 30379.3 | 1079.7 | + cell_04 | 344 | 486 | 1938 | 242.25 | 0.000262606 | 1.33691 | 0.125 | 94870.3 | 11858.8 | 2.16811e+06 | 15854.1 | 569.359 | + cell_05 | 461 | 672 | 2860 | 178.75 | 0.000242149 | 1.05964 | 0.0625 | 137935 | 8620.96 | 1.4589e+06 | 9135.12 | 353.272 | + cell_06 | 646 | 860 | 3868 | 120.875 | 0.000189489 | 0.84777 | 0.03125 | 188515 | 5891.11 | 1.10092e+06 | 4994.3 | 208.613 | + cell_07 | 829 | 1156 | 5386 | 84.1562 | 0.000123391 | 0.722229 | 0.015625 | 249949 | 3905.46 | 975923 | 2820.64 | 120.42 | + cell_08 | 1011 | 1402 | 6547 | 51.1484 | 0.000118855 | 0.676321 | 0.0078125 | 287631 | 2247.12 | 551115 | 1519.77 | 65.5026 | + cell_09 | 1185 | 1606 | 7377 | 28.8164 | 9.36548e-05 | 0.554573 | 0.00390625 | 322678 | 1260.46 | 333828 | 699.017 | 31.2646 | + cell_10 | 1310 | 1826 | 8380 | 16.3672 | 9.57533e-05 | 0.548476 | 0.00195312 | 367771 | 718.303 | 187793 | 393.972 | 17.9818 | + cell_11 | 1445 | 1988 | 9104 | 8.89062 | 0.000101425 | 0.54072 | 0.000976562 | 406881 | 397.345 | 98212 | 214.853 | 9.96117 | + cell_12 | 1627 | 2243 | 10552 | 5.15234 | 8.72255e-05 | 0.503437 | 0.000488281 | 472548 | 230.737 | 63328.8 | 116.161 | 5.52389 | + cell_13 | 1873 | 2544 | 11757 | 2.87036 | 8.14767e-05 | 0.471355 | 0.000244141 | 518180 | 126.509 | 35277.9 | 59.6305 | 2.87433 | + cell_14 | 2193 | 2998 | 13526 | 1.65112 | 7.61515e-05 | 0.453906 | 0.00012207 | 607180 | 74.1187 | 22186.7 | 33.6429 | 1.68955 | + cell_15 | 2387 | 3315 | 15362 | 0.937622 | 6.70198e-05 | 0.433793 | 6.10352e-05 | 670488 | 40.9233 | 13201.5 | 17.7523 | 0.884762 | + cell_16 | 2436 | 3443 | 16053 | 0.489899 | 6.45592e-05 | 0.42613 | 3.05176e-05 | 689631 | 21.0459 | 6833.21 | 8.96827 | 0.441147 | + cell_17 | 2352 | 3443 | 15435 | 0.235519 | 7.18192e-05 | 0.418871 | 1.52588e-05 | 682960 | 10.4211 | 3071.43 | 4.36512 | 0.220588 | + cell_18 | 1722 | 3191 | 13271 | 0.10125 | 8.22242e-05 | 0.48822 | 7.62939e-06 | 580127 | 4.42602 | 1297.99 | 2.16087 | 0.106726 | + cell_19 | 1492 | 1492 | 0 | 0 | 0.000133795 | 0.668888 | 7.62939e-06 | 237851 | 1.81466 | 419.959 | 1.2138 | 0.0561883 | ============================================= diff --git a/examples/extended/biasing/GB01/History b/examples/extended/biasing/GB01/History index 0a9884a803..eb76f76cb2 100644 --- a/examples/extended/biasing/GB01/History +++ b/examples/extended/biasing/GB01/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example GB01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (GB01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - GB01-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index f29b6a4194..b2c4913a1a 100644 --- a/examples/extended/biasing/GB01/exampleGB01.out +++ b/examples/extended/biasing/GB01/exampleGB01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -52,6 +52,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -90,7 +94,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -107,7 +112,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -117,8 +122,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -181,10 +187,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -209,10 +215,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -239,10 +245,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -271,10 +277,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -285,10 +291,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -298,10 +304,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -330,10 +336,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -362,10 +368,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -394,14 +400,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -412,7 +417,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -427,14 +432,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -445,7 +449,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -460,10 +464,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -492,10 +496,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -529,15 +533,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -547,10 +554,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -558,10 +567,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -570,6 +581,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -577,11 +589,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -589,11 +603,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -602,10 +618,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -616,10 +634,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -630,10 +650,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -643,10 +665,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -657,10 +681,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -671,10 +697,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -685,10 +713,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -698,11 +728,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -710,6 +742,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -717,6 +750,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -726,6 +760,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -733,11 +768,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -745,11 +782,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -759,11 +798,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -771,6 +812,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -778,6 +820,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -787,11 +830,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -799,11 +844,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -813,11 +860,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -825,11 +874,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -839,29 +890,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -878,45 +931,72 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 120 0.804 0 120 620 test.phys biasWrapper(compt) - 3 -0.886 -1.32 123 0.475 0 3.28 623 test.phys biasWrapper(compt) - 4 -3.18 2.16 128 0.4 0 6.58 630 test.phys biasWrapper(compt) - 5 -35.6 -0.915 172 0.387 0 54.9 685 test.phys biasWrapper(compt) - 6 -72.4 -5.02 200 0.387 0 46.4 731 World Transportation - 7 -1e+04 -1.11e+03 7.74e+03 0.387 0 1.25e+04 1.32e+04 OutOfWorld Transportation + 2 0 0 46.6 0.835 0 46.6 547 test.phys compt + 3 -39.1 6.68 128 0.685 0 90.6 637 test.phys compt + 4 -39.2 7.37 130 0.194 0 1.6 639 test.phys compt + 5 -28 -19.9 106 0.121 0 37.6 676 test.phys compt + 6 -48.9 -9.48 106 0.119 0 23.4 700 test.phys compt + 7 -56.6 -5.84 102 0.106 0 9.32 709 test.phys compt + 8 -161 31.5 182 0.0927 0 137 846 test.phys compt + 9 -172 2.38 200 0.0927 0 35.9 882 World Transportation + 10 -3.87e+03 -1e+04 6.35e+03 0.0927 0 1.23e+04 1.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 -161 31.5 182 0.0135 0 0 0 test.phys initStep + 1 -161 31.5 182 0 0.0135 0.00601 0.00601 test.phys 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 -56.6 -5.84 102 0.0125 0 0 0 test.phys initStep + 1 -56.6 -5.84 102 0 0.0125 0.00524 0.00524 test.phys 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 -48.9 -9.48 106 0.00243 0 0 0 test.phys initStep + 1 -48.9 -9.48 106 0 0.00243 0.000323 0.000323 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.6 -0.915 172 0.0127 0 0 0 test.phys initStep - 1 -35.6 -0.915 172 0 0.0127 0.00538 0.00538 test.phys eIoni + 0 -28 -19.9 106 0.0728 0 0 0 test.phys initStep + 1 -28 -20 106 0 0.0728 0.116 0.116 test.phys 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 -3.18 2.16 128 0.0746 0 0 0 test.phys initStep - 1 -3.16 2.22 128 0 0.0746 0.121 0.121 test.phys eIoni + 0 -39.2 7.37 130 0.491 0 0 0 test.phys initStep + 1 -39.3 7.96 131 0.262 0.229 1.75 1.75 test.phys eIoni + 2 -39.1 8.3 131 0 0.262 0.957 2.7 test.phys 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.886 -1.32 123 0.329 0 0 0 test.phys initStep - 1 -0.94 -1.92 123 0.0696 0.26 1.28 1.28 test.phys eIoni - 2 -0.951 -1.97 123 0 0.0696 0.107 1.38 test.phys eIoni + 0 -39.1 6.68 128 0.151 0 0 0 test.phys initStep + 1 -39.2 6.57 128 0 0.151 0.397 0.397 test.phys 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 0 120 0.196 0 0 0 test.phys initStep - 1 0.136 0.203 120 0 0.196 0.607 0.607 test.phys eIoni + 0 0 0 46.6 0.165 0 0 0 test.phys initStep + 1 0.188 -0.0321 46.7 0 0.165 0.457 0.457 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -925,144 +1005,481 @@ 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 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 100 0.215 0 100 600 test.phys biasWrapper(compt) - 3 1.02 -3.23 94.4 0.205 0 6.76 607 test.phys biasWrapper(compt) - 4 -1.69 -5.72 85 0.129 0 10.1 617 test.phys biasWrapper(compt) - 5 30.4 35.9 90.6 0.104 0 52.8 670 test.phys biasWrapper(compt) - 6 47.6 23.3 93.2 0.1 0 21.5 691 test.phys biasWrapper(compt) - 7 109 -146 75 0.1 9.64e-05 181 872 test.phys biasWrapper(compt) - 8 115 -170 71.1 0.1 0 25.2 898 test.phys biasWrapper(Rayl) - 9 116 -178 68.5 0.0756 0 8.04 906 test.phys biasWrapper(compt) - 10 136 -155 101 0.073 0 44.2 950 test.phys biasWrapper(compt) - 11 186 -146 121 0.0679 0 54.3 1e+03 test.phys biasWrapper(compt) - 12 190 -135 173 0.0563 0 53.6 1.06e+03 test.phys biasWrapper(compt) - 13 194 -112 149 0.048 0 33.5 1.09e+03 test.phys biasWrapper(compt) - 14 248 -174 166 0.0454 0 84.4 1.18e+03 test.phys biasWrapper(compt) - 15 244 -186 162 0.0404 0 12.9 1.19e+03 test.phys biasWrapper(compt) - 16 253 -163 136 0.0373 0 35.2 1.22e+03 test.phys biasWrapper(compt) - 17 301 -204 121 0.0341 0 64.4 1.29e+03 test.phys biasWrapper(compt) - 18 310 -190 182 0 0.000405 63.8 1.35e+03 test.phys biasWrapper(phot) + 2 0 0 108 0.566 0 108 608 test.phys compt + 3 -1.78 1.08 110 0.242 0 2.62 611 test.phys compt + 4 -0.183 -11.9 115 0.135 0 14.2 625 test.phys compt + 5 -0.609 -3.99 119 0.13 0 8.66 633 test.phys compt + 6 0.0279 -2.85 119 0.103 0 1.35 635 test.phys compt + 7 51.5 -46.4 166 0.0947 0 82 717 test.phys compt + 8 82.6 -30.2 185 0.0726 0 39.8 757 test.phys compt + 9 -37.1 47.4 0 0.0726 0 233 990 World Transportation + 10 -6.52e+03 4.25e+03 -1e+04 0.0726 0 1.26e+04 1.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 82.6 -30.2 185 0.0221 0 0 0 test.phys initStep + 1 82.6 -30.2 185 0 0.0221 0.0143 0.0143 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.5 -46.4 166 0.00871 0 0 0 test.phys initStep + 1 51.5 -46.4 166 0 0.00871 0.0028 0.0028 test.phys 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.0279 -2.85 119 0.0264 0 0 0 test.phys initStep + 1 0.0277 -2.84 119 0 0.0264 0.0197 0.0197 test.phys 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.609 -3.99 119 0.00516 0 0 0 test.phys initStep + 1 -0.609 -3.99 119 0 0.00516 0.00113 0.00113 test.phys 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.183 -11.9 115 0.107 0 0 0 test.phys initStep + 1 -0.172 -12 115 0 0.107 0.223 0.223 test.phys 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 -1.78 1.08 110 0.324 0 0 0 test.phys initStep + 1 -2.21 1.54 110 0.065 0.259 1.26 1.26 test.phys eIoni + 2 -2.23 1.57 110 0 0.065 0.0953 1.35 test.phys 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 0 108 0.434 0 0 0 test.phys initStep + 1 0.489 -0.295 109 0.184 0.251 1.61 1.61 test.phys eIoni + 2 0.341 -0.341 109 0 0.184 0.547 2.16 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 69.8 0.793 0 69.8 570 test.phys compt + 3 -6.97 2.41 82.6 0.352 0 14.8 585 test.phys compt + 4 19.3 21 102 0.255 0 37.4 622 test.phys compt + 5 40.1 -1.04 132 0.143 0 43.2 665 test.phys compt + 6 -54.7 26.1 136 0.104 0 98.7 764 test.phys compt + 7 -37.8 -84.2 200 0.104 0 129 893 World Transportation + 8 1.48e+03 -1e+04 5.97e+03 0.104 0 1.16e+04 1.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 -54.7 26.1 136 0.039 0 0 0 test.phys initStep + 1 -54.8 26.1 136 0 0.039 0.039 0.039 test.phys 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 40.1 -1.04 132 0.113 0 0 0 test.phys initStep + 1 40.2 -1.09 133 0 0.113 0.244 0.244 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 19.3 21 102 0.0968 0 0 0 test.phys initStep + 1 19.3 21.1 102 0 0.0968 0.189 0.189 test.phys 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 -6.97 2.41 82.6 0.441 0 0 0 test.phys initStep + 1 -7.77 2.35 83.2 0.0915 0.349 1.62 1.62 test.phys eIoni + 2 -7.81 2.28 83.2 0 0.0915 0.172 1.8 test.phys 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 0 69.8 0.207 0 0 0 test.phys initStep + 1 0.249 -0.0861 70 0 0.207 0.663 0.663 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 4.76 0.814 0 4.76 505 test.phys compt + 3 -40.9 95.4 200 0.814 0 221 726 World Transportation + 4 -2.09e+03 4.88e+03 1e+04 0.814 0 1.11e+04 1.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 4.76 0.186 0 0 0 test.phys initStep + 1 0.0896 -0.209 4.93 0 0.186 0.559 0.559 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 200 1 0 200 700 World Transportation + 3 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 36 0.988 0 36 536 test.phys compt + 3 0.42 -0.00874 39.7 0.791 0 3.74 540 test.phys compt + 4 -8.64 -65.8 165 0.241 0 142 682 test.phys compt + 5 11.2 -28.9 163 0.132 0 42 723 test.phys compt + 6 14.3 -42.3 163 0.105 0 13.8 737 test.phys compt + 7 20.4 -41.3 200 0.105 0 37.5 775 World Transportation + 8 1.64e+03 225 1e+04 0.105 0 9.94e+03 1.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 14.3 -42.3 163 0.0271 0 0 0 test.phys initStep + 1 14.3 -42.4 163 0 0.0271 0.0205 0.0205 test.phys 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 11.2 -28.9 163 0.109 0 0 0 test.phys initStep + 1 11.3 -28.8 163 0 0.109 0.231 0.231 test.phys 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 -8.64 -65.8 165 0.551 0 0 0 test.phys initStep + 1 -8.87 -66.6 166 0.27 0.281 1.88 1.88 test.phys eIoni + 2 -9.11 -67.1 166 0.00867 0.261 1 2.88 test.phys eIoni + 3 -9.11 -67.1 166 0 0.00867 0.00277 2.88 test.phys 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.42 -0.00874 39.7 0.196 0 0 0 test.phys initStep + 1 0.522 0.221 39.9 0 0.196 0.608 0.608 test.phys 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 0 36 0.0122 0 0 0 test.phys initStep + 1 -0.00233 4.84e-05 36 0 0.0122 0.00506 0.00506 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 81.6 0.705 0 81.6 582 test.phys compt + 3 -60.5 45.8 178 0.516 0 123 704 test.phys compt + 4 -81.2 35.2 200 0.516 0 32 736 World Transportation + 5 -9.37e+03 -4.68e+03 1e+04 0.516 0 1.43e+04 1.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 -60.5 45.8 178 0.188 0 0 0 test.phys initStep + 1 -60.5 46.1 178 0 0.188 0.569 0.569 test.phys 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 0 81.6 0.295 0 0 0 test.phys initStep + 1 0.329 -0.249 82.1 0 0.295 1.13 1.13 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 144 0.703 0 144 644 test.phys compt + 3 -5.11 3.73 152 0.198 0 10.2 654 test.phys compt + 4 -0.996 -6.57 145 0.198 0 13 667 test.phys Rayl + 5 17.2 -45.6 122 0.124 0 48.9 716 test.phys compt + 6 -6.93 -19.4 104 0.12 0 40 756 test.phys compt + 7 -118 85.7 110 0.0893 0 153 909 test.phys compt + 8 -126 15.5 157 0.0755 0 84.9 994 test.phys compt + 9 -117 10.2 150 0.0594 0 12.9 1.01e+03 test.phys compt + 10 -165 23.7 153 0.0492 0 50.8 1.06e+03 test.phys compt + 11 -131 36.9 144 0 0.000403 37.9 1.1e+03 test.phys phot + +********************************************************************************************************* +* 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 -131 36.9 144 0.0488 0 0 0 test.phys initStep + 1 -131 36.8 144 0 0.0488 0.0578 0.0578 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -165 23.7 153 0.0103 0 0 0 test.phys initStep + 1 -165 23.7 153 0 0.0103 0.00373 0.00373 test.phys 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 -117 10.2 150 0.0161 0 0 0 test.phys initStep + 1 -117 10.2 150 0 0.0161 0.00817 0.00817 test.phys 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 -126 15.5 157 0.0138 0 0 0 test.phys initStep + 1 -126 15.5 157 0 0.0138 0.00623 0.00623 test.phys 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 -118 85.7 110 0.031 0 0 0 test.phys initStep + 1 -118 85.7 110 0 0.031 0.0261 0.0261 test.phys 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 -6.93 -19.4 104 0.00387 0 0 0 test.phys initStep + 1 -6.93 -19.4 104 0 0.00387 0.000697 0.000697 test.phys 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 17.2 -45.6 122 0.0734 0 0 0 test.phys initStep + 1 17.2 -45.7 122 0 0.0734 0.118 0.118 test.phys 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 -5.11 3.73 152 0.505 0 0 0 test.phys initStep + 1 -5.68 4.3 153 0.263 0.242 1.78 1.78 test.phys eIoni + 2 -5.98 4.57 153 0 0.263 0.961 2.74 test.phys 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 0 144 0.297 0 0 0 test.phys initStep + 1 0.336 -0.245 144 0.0391 0.258 1.14 1.14 test.phys eIoni + 2 0.318 -0.238 144 0 0.0391 0.0392 1.18 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 31.4 0.506 0 31.4 531 test.phys compt + 3 -39.6 -14.8 55.9 0.229 0 48.8 580 test.phys compt + 4 -40.5 -14.8 53.3 0.187 0 2.75 583 test.phys compt + 5 -102 14.5 37.3 0.181 0 69.6 653 test.phys compt + 6 -103 14.7 36.4 0.13 0 1.8 654 test.phys compt + 7 -110 25.8 55.1 0.102 0 22.7 677 test.phys compt + 8 -110 26 54.8 0.102 0 0.484 678 test.phys Rayl + 9 -133 27.3 8.71 0.0843 0 51.5 729 test.phys compt + 10 -135 -77.6 11.6 0.0797 0 105 834 test.phys compt + 11 -130 -83.7 7.28 0.0627 0 9.04 843 test.phys compt + 12 -151 -83.3 23.9 0.061 0 26.8 870 test.phys compt + 13 -162 -72.9 64.5 0.055 0 43.3 913 test.phys compt + 14 -138 -121 88.1 0.0508 0 58.5 972 test.phys compt + 15 -131 -140 61 0.0456 0 34.1 1.01e+03 test.phys compt + 16 -54.9 -117 78.9 0.0443 0 81.8 1.09e+03 test.phys compt + 17 -46.3 -98 88 0.0443 0 22.8 1.11e+03 test.phys Rayl + 18 -44.4 -91.8 92.2 0 0.000403 7.77 1.12e+03 test.phys phot ********************************************************************************************************* * 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 310 -190 182 0.0337 0 0 0 test.phys initStep - 1 310 -190 182 0 0.0337 0.0303 0.0303 test.phys eIoni + 0 -44.4 -91.8 92.2 0.0439 0 0 0 test.phys initStep + 1 -44.4 -91.8 92.3 0 0.0439 0.0481 0.0481 test.phys 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 301 -204 121 0.00312 0 0 0 test.phys initStep - 1 301 -204 121 0 0.00312 0.000487 0.000487 test.phys eIoni + 0 -54.9 -117 78.9 0.00128 0 0 0 test.phys initStep + 1 -54.9 -117 78.9 0 0.00128 0.000119 0.000119 test.phys 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 253 -163 136 0.0031 0 0 0 test.phys initStep - 1 253 -163 136 0 0.0031 0.000483 0.000483 test.phys eIoni + 0 -131 -140 61 0.00521 0 0 0 test.phys initStep + 1 -131 -140 61 0 0.00521 0.00115 0.00115 test.phys 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 244 -186 162 0.00505 0 0 0 test.phys initStep - 1 244 -186 162 0 0.00505 0.00109 0.00109 test.phys eIoni + 0 -138 -121 88.1 0.00421 0 0 0 test.phys initStep + 1 -138 -121 88.1 0 0.00421 0.000804 0.000804 test.phys 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 248 -174 166 0.0026 0 0 0 test.phys initStep - 1 248 -174 166 0 0.0026 0.000362 0.000362 test.phys eIoni + 0 -162 -72.9 64.5 0.00604 0 0 0 test.phys initStep + 1 -162 -72.9 64.5 0 0.00604 0.00149 0.00149 test.phys 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 194 -112 149 0.0083 0 0 0 test.phys initStep - 1 194 -112 149 0 0.0083 0.00257 0.00257 test.phys eIoni + 0 -151 -83.3 23.9 0.00162 0 0 0 test.phys initStep + 1 -151 -83.3 23.9 0 0.00162 0.000171 0.000171 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 190 -135 173 0.0115 0 0 0 test.phys initStep - 1 190 -135 173 0 0.0115 0.00458 0.00458 test.phys eIoni + 0 -130 -83.7 7.28 0.0171 0 0 0 test.phys initStep + 1 -130 -83.7 7.27 0 0.0171 0.00911 0.00911 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 186 -146 121 0.00519 0 0 0 test.phys initStep - 1 186 -146 121 0 0.00519 0.00115 0.00115 test.phys eIoni + 0 -135 -77.6 11.6 0.00455 0 0 0 test.phys initStep + 1 -135 -77.6 11.6 0 0.00455 0.000918 0.000918 test.phys 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 136 -155 101 0.00259 0 0 0 test.phys initStep - 1 136 -155 101 0 0.00259 0.000359 0.000359 test.phys eIoni + 0 -133 27.3 8.71 0.0175 0 0 0 test.phys initStep + 1 -133 27.3 8.71 0 0.0175 0.00953 0.00953 test.phys 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 116 -178 68.5 0.0244 0 0 0 test.phys initStep - 1 116 -178 68.5 0 0.0244 0.017 0.017 test.phys eIoni + 0 -110 25.8 55.1 0.0285 0 0 0 test.phys initStep + 1 -110 25.8 55.1 0 0.0285 0.0224 0.0224 test.phys 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 47.6 23.3 93.2 0.00393 0 0 0 test.phys initStep - 1 47.6 23.3 93.2 0 0.00393 0.000717 0.000717 test.phys eIoni + 0 -103 14.7 36.4 0.0507 0 0 0 test.phys initStep + 1 -103 14.7 36.4 0 0.0507 0.062 0.062 test.phys 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 30.4 35.9 90.6 0.0254 0 0 0 test.phys initStep - 1 30.4 35.9 90.6 0 0.0254 0.0183 0.0183 test.phys eIoni + 0 -102 14.5 37.3 0.00562 0 0 0 test.phys initStep + 1 -102 14.5 37.3 0 0.00562 0.00131 0.00131 test.phys 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.69 -5.72 85 0.0756 0 0 0 test.phys initStep - 1 -1.71 -5.75 85 0 0.0756 0.124 0.124 test.phys eIoni + 0 -40.5 -14.8 53.3 0.0426 0 0 0 test.phys initStep + 1 -40.4 -14.8 53.2 0 0.0426 0.0455 0.0455 test.phys 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 1.02 -3.23 94.4 0.0101 0 0 0 test.phys initStep - 1 1.02 -3.23 94.4 0 0.0101 0.0036 0.0036 test.phys eIoni + 0 -39.6 -14.8 55.9 0.277 0 0 0 test.phys initStep + 1 -39.9 -14.9 56.3 0 0.277 1.04 1.04 test.phys 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 0 100 0.785 0 0 0 test.phys initStep - 1 -0.0495 0.157 102 0.474 0.311 2.33 2.33 test.phys eIoni - 2 -0.163 0.293 103 0 0.474 1.71 4.04 test.phys eIoni + 0 0 0 31.4 0.494 0 0 0 test.phys initStep + 1 0.556 0.208 32.4 0.177 0.318 1.76 1.76 test.phys eIoni + 2 0.758 0.0714 32.5 0 0.177 0.513 2.27 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1071,911 +1488,143 @@ 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 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 9.42 0.594 0 9.42 509 test.phys biasWrapper(compt) - 3 -41.9 10.6 46.4 0.315 0 56.9 566 test.phys biasWrapper(compt) - 4 -44.4 8.4 45.5 0.233 0 3.42 570 test.phys biasWrapper(compt) - 5 -79.2 27.1 14.5 0.214 0 50.2 620 test.phys biasWrapper(compt) - 6 -109 78.1 -3.55e-15 0.214 0 60.7 681 World Transportation - 7 -5.88e+03 1e+04 -2.82e+03 0.214 0 1.18e+04 1.25e+04 OutOfWorld Transportation + 2 0 0 56.3 1 0 56.3 556 test.phys compt + 3 -0.426 -0.458 95.6 0.332 0 39.3 596 test.phys compt + 4 -22 -70.6 92.5 0.31 0 73.5 669 test.phys compt + 5 -21.8 -77.1 94.5 0.221 0 6.72 676 test.phys compt + 6 -102 -106 110 0.207 0 86.7 762 test.phys compt + 7 -139 -114 142 0.185 0 49.7 812 test.phys compt + 8 -140 -114 142 0.113 0 1.18 813 test.phys compt + 9 -133 -102 138 0.103 0 14.7 828 test.phys compt + 10 -131 -98.5 141 0.0906 0 4.9 833 test.phys compt + 11 -127 -103 149 0.0699 0 9.77 843 test.phys compt + 12 -109 -44.3 113 0.0574 0 70.8 913 test.phys compt + 13 -10.8 -326 56.8 0.05 0 304 1.22e+03 test.phys compt + 14 -38.4 -312 20.1 0.0485 0 48 1.27e+03 test.phys compt + 15 -54.2 -262 7.11e-15 0.0485 0 56.5 1.32e+03 World Transportation + 16 -3.29e+03 1e+04 -4.09e+03 0.0485 0 1.15e+04 1.28e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* 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 -79.2 27.1 14.5 0.0197 0 0 0 test.phys initStep - 1 -79.2 27.1 14.5 0 0.0197 0.0117 0.0117 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.4 8.4 45.5 0.0821 0 0 0 test.phys initStep - 1 -44.4 8.33 45.5 0 0.0821 0.143 0.143 test.phys 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 -41.9 10.6 46.4 0.278 0 0 0 test.phys initStep - 1 -42.1 10.8 46.9 0.0198 0.258 1.05 1.05 test.phys eIoni - 2 -42.1 10.8 46.9 0 0.0198 0.0119 1.06 test.phys 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 0 9.42 0.406 0 0 0 test.phys initStep - 1 0.535 -0.135 10.2 0 0.406 1.53 1.53 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 200 1 0 200 700 World Transportation - 3 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 3.62 0.777 0 3.62 504 test.phys biasWrapper(compt) - 3 6.14 -68.5 116 0.507 0 132 635 test.phys biasWrapper(compt) - 4 33.9 -58.8 162 0.415 0 54.5 690 test.phys biasWrapper(compt) - 5 45.7 -78.6 200 0.415 0 44.6 734 World Transportation - 6 3.07e+03 -5.16e+03 1e+04 0.415 0 1.14e+04 1.22e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 33.9 -58.8 162 0.092 0 0 0 test.phys initStep - 1 33.9 -58.7 162 0 0.092 0.173 0.173 test.phys 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 6.14 -68.5 116 0.27 0 0 0 test.phys initStep - 1 5.94 -68.9 116 0 0.27 1 1 test.phys 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 0 3.62 0.223 0 0 0 test.phys initStep - 1 -0.026 0.29 3.86 0 0.223 0.746 0.746 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 22 0.942 0 22 522 test.phys biasWrapper(compt) - 3 4.2 -10 64.1 0.591 0 43.5 565 test.phys biasWrapper(compt) - 4 -0.386 -49.1 87.2 0.462 0 45.7 611 test.phys biasWrapper(compt) - 5 27.6 -196 69.7 0.169 0 150 761 test.phys biasWrapper(compt) - 6 26.5 -188 74.1 0.132 0 8.64 770 test.phys biasWrapper(compt) - 7 169 -118 37.4 0.0968 0 163 933 test.phys biasWrapper(compt) - 8 -22.7 46.6 65.2 0.0715 0 254 1.19e+03 test.phys biasWrapper(compt) - 9 12.5 39.6 58.2 0.0562 0 36.6 1.22e+03 test.phys biasWrapper(compt) - 10 -61.3 32.8 63.3 0.0535 0 74.3 1.3e+03 test.phys biasWrapper(compt) - 11 -94.5 51.9 27.4 0.0534 0 52.5 1.35e+03 test.phys biasWrapper(compt) - 12 -110 63.3 -7.11e-15 0.0534 0 33.3 1.38e+03 World Transportation - 13 -5.6e+03 4.22e+03 -1e+04 0.0534 0 1.21e+04 1.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 -94.5 51.9 27.4 0.000147 0 0 0 test.phys initStep - 1 -94.5 51.9 27.4 0 0.000147 1.07e-05 1.07e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -61.3 32.8 63.3 0.00266 0 0 0 test.phys initStep - 1 -61.3 32.8 63.3 0 0.00266 0.000375 0.000375 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.5 39.6 58.2 0.0153 0 0 0 test.phys initStep - 1 12.5 39.6 58.2 0 0.0153 0.00753 0.00753 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.7 46.6 65.2 0.0253 0 0 0 test.phys initStep - 1 -22.7 46.7 65.2 0 0.0253 0.0183 0.0183 test.phys 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 169 -118 37.4 0.0351 0 0 0 test.phys initStep - 1 169 -118 37.4 0 0.0351 0.0325 0.0325 test.phys 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 26.5 -188 74.1 0.037 0 0 0 test.phys initStep - 1 26.5 -188 74.1 0 0.037 0.0357 0.0357 test.phys 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 27.6 -196 69.7 0.293 0 0 0 test.phys initStep - 1 27.7 -196 69.6 0.0325 0.26 1.12 1.12 test.phys eIoni - 2 27.7 -196 69.6 0 0.0325 0.0283 1.15 test.phys 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.386 -49.1 87.2 0.13 0 0 0 test.phys initStep - 1 -0.444 -49.1 87.4 0 0.13 0.309 0.309 test.phys 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 4.2 -10 64.1 0.35 0 0 0 test.phys initStep - 1 4.36 -9.7 64.7 0.111 0.24 1.36 1.36 test.phys eIoni - 2 4.39 -9.66 64.9 0 0.111 0.237 1.59 test.phys 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 0 22 0.0584 0 0 0 test.phys initStep - 1 -0.014 0.0335 22 0 0.0584 0.0792 0.0792 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 71 0.243 0 71 571 test.phys biasWrapper(compt) - 3 -3.09 -6.1 66.1 0.167 0 8.46 579 test.phys biasWrapper(compt) - 4 32.2 -21.7 60.5 0.105 0 38.9 618 test.phys biasWrapper(compt) - 5 29.4 -18.6 63.7 0.0868 0 5.19 624 test.phys biasWrapper(compt) - 6 -17.5 -72.8 71.9 0.0729 0 72.1 696 test.phys biasWrapper(compt) - 7 -12.7 -73.7 81.4 0.0599 0 10.7 706 test.phys biasWrapper(compt) - 8 -5.6 -67.9 69.6 0.0489 0 15 721 test.phys biasWrapper(compt) - 9 -35.8 -140 132 0.0451 0 100 822 test.phys biasWrapper(compt) - 10 -44.3 -119 159 0.0385 0 34.6 856 test.phys biasWrapper(compt) - 11 -30.4 -155 140 0.0344 0 42.5 899 test.phys biasWrapper(compt) - 12 -24.1 -147 154 0.0316 0 16.7 915 test.phys biasWrapper(compt) - 13 -116 -191 178 0.0311 0 105 1.02e+03 test.phys biasWrapper(compt) - 14 -131 -198 200 0.0311 0 27.3 1.05e+03 World Transportation - 15 -6.4e+03 -3.13e+03 1e+04 0.0311 0 1.2e+04 1.3e+04 OutOfWorld Transportation + 0 -38.4 -312 20.1 0.00144 0 0 0 test.phys initStep + 1 -38.4 -312 20.1 0 0.00144 0.000143 0.000143 test.phys 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 -116 -191 178 0.000486 0 0 0 test.phys initStep - 1 -116 -191 178 0 0.000486 3.23e-05 3.23e-05 test.phys eIoni + 0 -10.8 -326 56.8 0.0074 0 0 0 test.phys initStep + 1 -10.8 -326 56.8 0 0.0074 0.00211 0.00211 test.phys 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 -24.1 -147 154 0.00283 0 0 0 test.phys initStep - 1 -24.1 -147 154 0 0.00283 0.000416 0.000416 test.phys eIoni + 0 -109 -44.3 113 0.0125 0 0 0 test.phys initStep + 1 -109 -44.3 113 0 0.0125 0.00525 0.00525 test.phys 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 -30.4 -155 140 0.00414 0 0 0 test.phys initStep - 1 -30.4 -155 140 0 0.00414 0.000782 0.000782 test.phys eIoni + 0 -127 -103 149 0.0207 0 0 0 test.phys initStep + 1 -127 -103 149 0 0.0207 0.0128 0.0128 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.3 -119 159 0.00651 0 0 0 test.phys initStep - 1 -44.3 -119 159 0 0.00651 0.00169 0.00169 test.phys eIoni + 0 -131 -98.5 141 0.0123 0 0 0 test.phys initStep + 1 -131 -98.5 141 0 0.0123 0.00513 0.00513 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.8 -140 132 0.00383 0 0 0 test.phys initStep - 1 -35.8 -140 132 0 0.00383 0.000687 0.000687 test.phys eIoni + 0 -133 -102 138 0.00989 0 0 0 test.phys initStep + 1 -133 -102 138 0 0.00989 0.00349 0.00349 test.phys 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 -5.6 -67.9 69.6 0.011 0 0 0 test.phys initStep - 1 -5.6 -67.9 69.6 0 0.011 0.00419 0.00419 test.phys eIoni + 0 -140 -114 142 0.0718 0 0 0 test.phys initStep + 1 -140 -114 142 0 0.0718 0.113 0.113 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 -73.7 81.4 0.013 0 0 0 test.phys initStep - 1 -12.7 -73.7 81.4 0 0.013 0.00563 0.00563 test.phys eIoni + 0 -139 -114 142 0.0229 0 0 0 test.phys initStep + 1 -139 -114 142 0 0.0229 0.0152 0.0152 test.phys 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 -17.5 -72.8 71.9 0.0139 0 0 0 test.phys initStep - 1 -17.5 -72.8 71.9 0 0.0139 0.00636 0.00636 test.phys eIoni + 0 -102 -106 110 0.0135 0 0 0 test.phys initStep + 1 -102 -106 110 0 0.0135 0.006 0.006 test.phys 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 29.4 -18.6 63.7 0.0184 0 0 0 test.phys initStep - 1 29.4 -18.6 63.7 0 0.0184 0.0103 0.0103 test.phys eIoni + 0 -21.8 -77.1 94.5 0.0891 0 0 0 test.phys initStep + 1 -21.7 -77.1 94.5 0 0.0891 0.164 0.164 test.phys 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 32.2 -21.7 60.5 0.062 0 0 0 test.phys initStep - 1 32.2 -21.7 60.5 0 0.062 0.0879 0.0879 test.phys eIoni + 0 -22 -70.6 92.5 0.022 0 0 0 test.phys initStep + 1 -22 -70.6 92.5 0 0.022 0.0143 0.0143 test.phys 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 -3.09 -6.1 66.1 0.0762 0 0 0 test.phys initStep - 1 -3.14 -6.12 66 0 0.0762 0.126 0.126 test.phys eIoni + 0 -0.426 -0.458 95.6 0.668 0 0 0 test.phys initStep + 1 -0.348 -0.183 96.5 0.521 0.142 1.1 1.1 test.phys eBrem + 2 0.152 -0.896 97.3 0.268 0.252 1.82 2.91 test.phys eIoni + 3 0.257 -0.957 97.8 0 0.268 0.991 3.9 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 71 0.757 0 0 0 test.phys initStep - 1 0.135 0.266 72.8 0.489 0.267 2.28 2.28 test.phys eIoni - 2 0.217 1.03 73.6 0.26 0.229 1.74 4.02 test.phys eIoni - 3 0.507 0.735 73.9 0 0.26 0.946 4.97 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 46.9 0.732 0 46.9 547 test.phys biasWrapper(compt) - 3 4.49 1.67 53.6 0.45 0 8.22 555 test.phys biasWrapper(compt) - 4 10 7.14 53.9 0.319 0 7.77 563 test.phys biasWrapper(compt) - 5 15.4 7.08 49.8 0.16 0 6.82 570 test.phys biasWrapper(compt) - 6 11.2 15 53.8 0.105 0 9.81 580 test.phys biasWrapper(compt) - 7 88.2 3.14 0 0.105 0 94.7 674 World Transportation - 8 1e+04 -1.52e+03 -6.92e+03 0.105 0 1.22e+04 1.29e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 11.2 15 53.8 0.0551 0 0 0 test.phys initStep - 1 11.2 15 53.8 0 0.0551 0.0716 0.0716 test.phys 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 15.4 7.08 49.8 0.16 0 0 0 test.phys initStep - 1 15.6 7.01 49.7 0 0.16 0.435 0.435 test.phys 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 10 7.14 53.9 0.131 0 0 0 test.phys initStep - 1 10 7.27 54 0 0.131 0.315 0.315 test.phys 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 4.49 1.67 53.6 0.281 0 0 0 test.phys initStep - 1 4.56 1.52 54.1 0 0.281 1.06 1.06 test.phys 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 0 46.9 0.268 0 0 0 test.phys initStep - 1 -0.345 -0.129 47.3 0 0.268 0.992 0.992 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 102 0.505 0 102 602 test.phys biasWrapper(compt) - 3 37.1 -28.1 128 0.499 0 53.7 655 test.phys biasWrapper(compt) - 4 119 -116 200 0.499 0 140 795 World Transportation - 5 9.29e+03 -1e+04 8.22e+03 0.499 0 1.57e+04 1.65e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 37.1 -28.1 128 0.00565 0 0 0 test.phys initStep - 1 37.1 -28.1 128 0 0.00565 0.00132 0.00132 test.phys 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 0 102 0.495 0 0 0 test.phys initStep - 1 -0.473 0.358 103 0.24 0.255 1.76 1.76 test.phys eIoni - 2 -0.869 0.38 103 0 0.24 0.834 2.59 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 102 0.897 0 102 602 test.phys biasWrapper(compt) - 3 -4.98 -22.7 167 0.701 0 69 671 test.phys biasWrapper(compt) - 4 -2.95 -25.1 170 0.469 0 4.75 675 test.phys biasWrapper(compt) - 5 -19.8 -46.2 200 0.469 0 40.2 716 World Transportation - 6 -5.58e+03 -6.97e+03 1e+04 0.469 0 1.32e+04 1.39e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 -2.95 -25.1 170 0.232 0 0 0 test.phys initStep - 1 -2.58 -25.2 170 0 0.232 0.789 0.789 test.phys 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 -4.98 -22.7 167 0.196 0 0 0 test.phys initStep - 1 -5.21 -22.7 167 0 0.196 0.609 0.609 test.phys 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 0 102 0.103 0 0 0 test.phys initStep - 1 0.0198 0.0904 102 0 0.103 0.209 0.209 test.phys eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 18.8 0 0 18.8 519 test.phys biasWrapper(conv) - -********************************************************************************************************* -* 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 0 18.8 28.9 0 0 0 test.phys initStep - 1 2.45 -2.45 55 24.3 4.38 36.5 36.5 test.phys eIoni - 2 2.91 -2.68 60.1 23.6 0.707 5.16 41.6 test.phys eBrem - 3 5.28 -2.54 71.7 22.1 1.36 11.9 53.6 test.phys eBrem - 4 6.23 -2.38 78.6 20.5 0.947 6.96 60.5 test.phys eIoni - 5 7.14 -2.32 84.5 19.7 0.629 5.9 66.4 test.phys eBrem - 6 8.85 -1.87 98.9 17.7 1.94 14.6 81 test.phys eBrem - 7 9.17 -1.68 101 0 0.252 2.14 83.1 test.phys annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.17 -1.68 101 13.6 0 0 0 test.phys initStep - 1 11.2 10.7 200 13.6 0 99.8 99.8 World Transportation - 2 212 1.24e+03 1e+04 13.6 0 9.88e+03 9.98e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.17 -1.68 101 4.88 0 0 0 test.phys initStep - 1 63.1 19 187 0 0 103 103 test.phys biasWrapper(conv) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 63.1 19 187 1.53 0 0 0 test.phys initStep - 1 61.4 16.3 186 1.12 0.41 3.63 3.63 test.phys eIoni - 2 59.5 14.7 186 0.693 0.428 2.93 6.56 test.phys eIoni - 3 58.1 13.8 186 0.414 0.28 2.17 8.73 test.phys eIoni - 4 57.5 13.8 186 0.291 0.119 0.808 9.53 test.phys eBrem - 5 57.1 14.2 186 0.0822 0.209 1.09 10.6 test.phys eIoni - 6 57 14.1 186 0 0.0822 0.135 10.8 test.phys eIoni - 7 57 14.1 186 0 0 0 10.8 test.phys annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57 14.1 186 0.511 0 0 0 test.phys initStep - 1 69.5 -4.83 161 0.209 0 33.8 33.8 test.phys biasWrapper(compt) - 2 75.5 0.925 165 0.135 0 9.3 43.1 test.phys biasWrapper(compt) - 3 75.7 -5.86 168 0.127 0 7.58 50.6 test.phys biasWrapper(compt) - 4 90.3 -189 120 0.119 0 190 241 test.phys biasWrapper(compt) - 5 90.1 -189 120 0.0913 0 0.483 241 test.phys biasWrapper(compt) - 6 88.8 -188 120 0.0784 0 2.16 243 test.phys biasWrapper(compt) - 7 43.4 -210 85.3 0.077 0 61.7 305 test.phys biasWrapper(compt) - 8 -83.8 -256 67.6 0.0728 0 136 441 test.phys biasWrapper(compt) - 9 -106 -324 63.4 0.0583 0 71.9 513 test.phys biasWrapper(compt) - 10 -70.2 -245 152 0.0549 0 124 637 test.phys biasWrapper(compt) - 11 -87.9 -215 154 0.0541 0 35.3 672 test.phys biasWrapper(compt) - 12 -90.3 -137 173 0.0539 0 80.3 753 test.phys biasWrapper(compt) - 13 -98.5 -113 177 0.0532 0 25 778 test.phys biasWrapper(compt) - 14 -106 -76.7 166 0 0.000405 38.9 817 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -106 -76.7 166 0.0528 0 0 0 test.phys initStep - 1 -106 -76.7 166 0 0.0528 0.0665 0.0665 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98.5 -113 177 0.000604 0 0 0 test.phys initStep - 1 -98.5 -113 177 0 0.000604 4.22e-05 4.22e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -90.3 -137 173 0.000272 0 0 0 test.phys initStep - 1 -90.3 -137 173 0 0.000272 1.72e-05 1.72e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -87.9 -215 154 0.000775 0 0 0 test.phys initStep - 1 -87.9 -215 154 0 0.000775 5.85e-05 5.85e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -70.2 -245 152 0.00344 0 0 0 test.phys initStep - 1 -70.2 -245 152 0 0.00344 0.000574 0.000574 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -106 -324 63.4 0.0145 0 0 0 test.phys initStep - 1 -106 -324 63.4 0 0.0145 0.00679 0.00679 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -83.8 -256 67.6 0.00425 0 0 0 test.phys initStep - 1 -83.8 -256 67.6 0 0.00425 0.000815 0.000815 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.4 -210 85.3 0.00137 0 0 0 test.phys initStep - 1 43.4 -210 85.3 0 0.00137 0.000133 0.000133 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 88.8 -188 120 0.0128 0 0 0 test.phys initStep - 1 88.8 -188 120 0 0.0128 0.00551 0.00551 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 90.1 -189 120 0.0277 0 0 0 test.phys initStep - 1 90.1 -189 120 0 0.0277 0.0214 0.0214 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 90.3 -189 120 0.00799 0 0 0 test.phys initStep - 1 90.3 -189 120 0 0.00799 0.00241 0.00241 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 75.7 -5.86 168 0.00828 0 0 0 test.phys initStep - 1 75.7 -5.86 168 0 0.00828 0.00256 0.00256 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 75.5 0.925 165 0.0736 0 0 0 test.phys initStep - 1 75.5 0.977 165 0 0.0736 0.118 0.118 test.phys eIoni + 0 -0.348 -0.183 96.5 0.0048 0 0 0 test.phys initStep + 1 -0.825 -0.585 95.4 0 0.000403 1.27 1.27 test.phys phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69.5 -4.83 161 0.302 0 0 0 test.phys initStep - 1 69.6 -5.23 160 0 0.302 1.16 1.16 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57 14.1 186 0.511 0 0 0 test.phys initStep - 1 52.6 20.8 194 0.216 0 11.9 11.9 test.phys biasWrapper(compt) - 2 103 48 168 0.178 0 62.8 74.7 test.phys biasWrapper(compt) - 3 137 84.4 200 0.178 0 59.4 134 World Transportation - 4 9.46e+03 1e+04 9.02e+03 0.178 0 1.62e+04 1.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 14 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 103 48 168 0.0383 0 0 0 test.phys initStep - 1 103 48 168 0 0.0383 0.0379 0.0379 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 14 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.6 20.8 194 0.295 0 0 0 test.phys initStep - 1 52.3 21 195 0.0917 0.203 1.13 1.13 test.phys eIoni - 2 52.3 21 195 0 0.0917 0.172 1.3 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57.5 13.8 186 0.00356 0 0 0 test.phys initStep - 1 57.5 13.9 186 0 0.000405 0.0558 0.0558 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57.5 13.9 186 0.00316 0 0 0 test.phys initStep - 1 57.5 13.9 186 0 0.00316 0.000497 0.000497 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 63.1 19 187 2.33 0 0 0 test.phys initStep - 1 65.8 21.5 189 1.7 0.628 4.92 4.92 test.phys eIoni - 2 65.7 24.5 191 1.31 0.393 3.88 8.8 test.phys eIoni - 3 65.5 26.2 193 0.959 0.346 3.23 12 test.phys eIoni - 4 65.5 27.7 195 0.681 0.278 2.64 14.7 test.phys eIoni - 5 65.1 29.1 195 0.42 0.261 2.14 16.8 test.phys eIoni - 6 65.4 29.8 196 0.187 0.233 1.57 18.4 test.phys eIoni - 7 65.6 29.7 196 0 0.187 0.563 18.9 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.85 -1.87 98.9 0.01 0 0 0 test.phys initStep - 1 9.94 -1.42 104 0 0.000405 4.85 4.85 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.94 -1.42 104 0.0096 0 0 0 test.phys initStep - 1 9.94 -1.42 104 0 0.0096 0.00331 0.00331 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.14 -2.32 84.5 0.232 0 0 0 test.phys initStep - 1 11.8 -3.87 113 0.141 0 29.2 29.2 test.phys biasWrapper(compt) - 2 -47.5 242 24.5 0.137 0 268 297 test.phys biasWrapper(compt) - 3 -61.6 263 0 0.137 0 35.8 333 World Transportation - 4 -5.82e+03 9.19e+03 -1e+04 0.137 0 1.46e+04 1.49e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.5 242 24.5 0.00469 0 0 0 test.phys initStep - 1 -47.5 242 24.5 0 0.00469 0.000966 0.000966 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.8 -3.87 113 0.0905 0 0 0 test.phys initStep - 1 11.8 -3.91 113 0 0.0905 0.168 0.168 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.23 -2.38 78.6 0.612 0 0 0 test.phys initStep - 1 6.33 -3.49 79.6 0.331 0.281 2.01 2.01 test.phys eIoni - 2 6.07 -3.98 80 0.122 0.209 1.28 3.29 test.phys eIoni - 3 6.14 -4.04 80.1 0 0.122 0.278 3.57 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.28 -2.54 71.7 0.11 0 0 0 test.phys initStep - 1 26.3 -0.0193 200 0.11 0 130 130 World Transportation - 2 1.63e+03 192 1e+04 0.11 0 9.93e+03 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.45 -2.45 55 0.302 0 0 0 test.phys initStep - 1 1.99 -2.27 55.3 0.0794 0.223 1.17 1.17 test.phys eIoni - 2 2 -2.2 55.3 0 0.0794 0.135 1.3 test.phys eIoni + 0 -0.825 -0.585 95.4 0.00439 0 0 0 test.phys initStep + 1 -0.825 -0.585 95.4 0 0.00439 0.000864 0.000864 test.phys 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 0 18.8 70 0 0 0 test.phys initStep - 1 -0.345 -0.326 38.7 66.7 2.91 19.9 19.9 test.phys eIoni - 2 -0.284 -0.439 41.2 65.9 0.37 2.48 22.4 test.phys eIoni - 3 -0.137 -1.05 61.1 62.4 2.85 19.9 42.3 test.phys eBrem - 4 -0.29 -1.39 70.1 28.7 1.13 9.03 51.4 test.phys eBrem - 5 -0.273 -2.07 83.3 26.8 1.89 13.2 64.6 test.phys eBrem - 6 -3.12 -2.3 106 24.1 2.64 23.4 87.9 test.phys eBrem - 7 -6.25 -0.591 132 20.7 3.08 26.3 114 test.phys eIoni - 8 -12.1 7.81 165 16.2 4.5 34.4 149 test.phys eIoni - 9 -15 9.78 172 15.3 0.903 8.23 157 test.phys eBrem - 10 -22 19 195 12.2 3.06 25.7 183 test.phys eIoni - 11 -23.8 20.5 200 11.6 0.626 5.59 188 World Transportation - 12 -3.29e+03 4.21e+03 1e+04 11.6 3.39e-22 1.11e+04 1.13e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15 9.78 172 0.00348 0 0 0 test.phys initStep - 1 -15.1 9.86 173 0 0.000405 0.302 0.302 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.1 9.86 173 0.00308 0 0 0 test.phys initStep - 1 -15.1 9.86 173 0 0.00308 0.000477 0.000477 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.25 -0.591 132 0.304 0 0 0 test.phys initStep - 1 -6.27 -0.72 132 0.199 0.0234 0.171 0.171 test.phys eBrem - 2 -6.28 -0.977 133 0 0.199 0.619 0.79 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.27 -0.72 132 0.0819 0 0 0 test.phys initStep - 1 -30.4 -15.2 200 0.0819 0 73.2 73.2 World Transportation - 2 -3.52e+03 -2.11e+03 1e+04 0.0819 0 1.06e+04 1.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.12 -2.3 106 0.0365 0 0 0 test.phys initStep - 1 -6.72 -2.92 153 0.036 0 46.4 46.4 test.phys biasWrapper(compt) - 2 -18 -4.82 167 0 0.000405 18.2 64.6 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18 -4.82 167 0.0356 0 0 0 test.phys initStep - 1 -18 -4.8 167 0 0.0356 0.0333 0.0333 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.72 -2.92 153 0.000452 0 0 0 test.phys initStep - 1 -6.72 -2.92 153 0 0.000452 2.96e-05 2.96e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.273 -2.07 83.3 0.00594 0 0 0 test.phys initStep - 1 -0.274 -2.07 83.3 0 0.000405 0.0127 0.0127 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 40 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.274 -2.07 83.3 0.00554 0 0 0 test.phys initStep - 1 -0.274 -2.07 83.3 0 0.00554 0.00128 0.00128 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.29 -1.39 70.1 32.6 0 0 0 test.phys initStep - 1 -4.4 5.68 200 32.6 0 130 130 World Transportation - 2 -315 539 1e+04 32.6 0 9.82e+03 9.95e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.137 -1.05 61.1 0.623 0 0 0 test.phys initStep - 1 -0.371 -1.94 147 0.379 0 85.5 85.5 test.phys biasWrapper(compt) - 2 -0.384 -17.9 155 0.165 0 18 104 test.phys biasWrapper(compt) - 3 -43.4 40.9 150 0.119 0 73 177 test.phys biasWrapper(compt) - 4 -13.9 11.6 0 0.119 0 156 332 World Transportation - 5 1.95e+03 -1.94e+03 -1e+04 0.119 0 1.04e+04 1.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.4 40.9 150 0.0461 0 0 0 test.phys initStep - 1 -43.4 40.9 150 0 0.0461 0.0525 0.0525 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.384 -17.9 155 0.214 0 0 0 test.phys initStep - 1 -0.318 -18.2 155 0 0.214 0.697 0.697 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.371 -1.94 147 0.244 0 0 0 test.phys initStep - 1 -0.372 -1.68 147 0 0.244 0.854 0.854 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.284 -0.439 41.2 0.443 0 0 0 test.phys initStep - 1 -1.08 -0.752 41.8 0.0229 0.42 1.63 1.63 test.phys eIoni - 2 -1.08 -0.754 41.8 0 0.0229 0.0153 1.65 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.345 -0.326 38.7 0.429 0 0 0 test.phys initStep - 1 -0.815 0.34 39.3 0.153 0.276 1.59 1.59 test.phys eIoni - 2 -0.706 0.498 39.2 0 0.153 0.405 2 test.phys eIoni + 0 0 0 56.3 0.000248 0 0 0 test.phys initStep + 1 2.89e-06 3.11e-06 56.3 0 0.000248 1.58e-05 1.58e-05 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1994,1349 +1643,226 @@ 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 -500 100 0 0 0 World initStep 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 19.4 0 0 19.4 519 test.phys biasWrapper(conv) + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 190 99.8 0 190 690 test.phys compt + 3 -0.0453 0.018 200 99.8 0 10.3 700 World Transportation + 4 -43.2 17.1 1e+04 99.8 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 190 0.219 0 0 0 test.phys initStep + 1 0.31 -0.123 190 0 0.219 0.723 0.723 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 157 0 0 157 657 test.phys conv ********************************************************************************************************* * 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 0 19.4 64 0 0 0 test.phys initStep - 1 0.151 -0.037 27.8 62.8 1.19 8.47 8.47 test.phys eBrem - 2 0.341 0.18 38.3 60.9 1.13 10.4 18.9 test.phys eBrem - 3 2.78 0.741 76.9 56 4.66 38.7 57.6 test.phys eBrem - 4 7.98 -0.914 122 35.7 5.31 46 104 test.phys eBrem - 5 8.86 -0.889 129 34.4 0.734 6.82 110 test.phys eIoni - 6 9.22 -0.814 132 32.7 0.228 2.31 113 test.phys eBrem - 7 11.1 0.0395 143 30.8 1.32 11.7 124 test.phys eIoni - 8 19.2 -3.58 187 24.6 5.54 44.6 169 test.phys eBrem - 9 28.6 -13 200 21.9 2.71 19 188 World Transportation - 10 7.95e+03 -9.48e+03 1e+04 21.9 5.08e-22 1.58e+04 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 19.2 -3.58 187 0.661 0 0 0 test.phys initStep - 1 28.6 -13.4 200 0.661 0 19.1 19.1 World Transportation - 2 6.86e+03 -7.12e+03 1e+04 0.661 0 1.39e+04 1.39e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.1 0.0395 143 0.595 0 0 0 test.phys initStep - 1 11 1.16 144 0.356 0.24 1.97 1.97 test.phys eIoni - 2 10.8 1.39 145 0.125 0.23 1.37 3.35 test.phys eIoni - 3 10.9 1.35 145 0 0.125 0.292 3.64 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.22 -0.814 132 1.47 0 0 0 test.phys initStep - 1 21.1 -0.0101 200 1.47 0 69.5 69.5 World Transportation - 2 1.72e+03 115 1e+04 1.47 0 9.95e+03 1e+04 OutOfWorld Transportation + 0 0 0 157 77.2 0 0 0 test.phys initStep + 1 -0.0763 -0.0232 163 76.2 0.905 5.76 5.76 test.phys eBrem + 2 -0.597 -0.514 182 73.5 2.28 19.3 25.1 test.phys eIoni + 3 -0.594 -0.512 182 73.4 0.131 0.429 25.5 test.phys eBrem + 4 -0.687 -0.493 188 58.3 0.656 5.39 30.9 test.phys eBrem + 5 -1.03 -0.12 200 56.2 1.3 11.8 42.7 test.phys eIoni + 6 -1.04 -0.0913 200 56.1 0.071 0.406 43.1 World Transportation + 7 -170 719 1e+04 56.1 3.44e-22 9.83e+03 9.87e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.86 -0.889 129 0.624 0 0 0 test.phys initStep - 1 8.71 0.27 130 0.326 0.299 2.03 2.03 test.phys eIoni - 2 8.07 0.0117 130 0 0.326 1.26 3.29 test.phys eIoni + 0 -1.03 -0.12 200 0.824 0 0 0 test.phys initStep + 1 -0.667 -0.303 200 0.706 0.119 0.608 0.608 World Transportation + 2 6.26e+03 -5.04e+03 1e+04 0.706 3.58e-22 1.27e+04 1.27e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.98 -0.914 122 14.9 0 0 0 test.phys initStep - 1 17.8 0.013 180 0 0 58.3 58.3 test.phys biasWrapper(conv) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 13, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.8 0.013 180 10.6 0 0 0 test.phys initStep - 1 23.3 1.58 197 8.42 2.2 18.4 18.4 test.phys eIoni - 2 25.5 2.14 200 8.04 0.388 3.69 22.1 World Transportation - 3 8.29e+03 1e+03 1e+04 8.04 3.78e-22 1.29e+04 1.29e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.8 0.013 180 3.26 0 0 0 test.phys initStep - 1 18.7 -0.263 186 2.33 0.933 6.46 6.46 test.phys eIoni - 2 20.6 1.59 190 1.69 0.637 4.93 11.4 test.phys eIoni - 3 17.6 2.68 191 1.23 0.46 3.88 15.3 test.phys eIoni - 4 15 2.3 191 0.814 0.419 3.11 18.4 test.phys eIoni - 5 13.6 3.53 191 0.324 0.49 2.38 20.7 test.phys eIoni - 6 13 3.72 191 0.103 0.221 1.26 22 test.phys eIoni - 7 13.1 3.76 191 0 0.103 0.209 22.2 test.phys eIoni + 0 -0.687 -0.493 188 14.4 0 0 0 test.phys initStep + 1 -1.16 -0.299 200 14.4 0 12.2 12.2 World Transportation + 2 -378 155 1e+04 14.4 0 9.81e+03 9.82e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.78 0.741 76.9 0.321 0 0 0 test.phys initStep - 1 5.56 -2.1 115 0.171 0 38.6 38.6 test.phys biasWrapper(compt) - 2 -80.2 19.3 85.4 0.136 0 93.3 132 test.phys biasWrapper(compt) - 3 -147 27.3 189 0.11 0 124 256 test.phys biasWrapper(compt) - 4 -160 73.2 183 0.0804 0 47.9 304 test.phys biasWrapper(compt) - 5 -180 -16.9 132 0.0657 0 106 409 test.phys biasWrapper(compt) - 6 -152 -13 140 0.0549 0 29.6 439 test.phys biasWrapper(compt) - 7 -185 -84 136 0.0513 0 78.5 518 test.phys biasWrapper(compt) - 8 -192 -88.4 150 0.0506 0 16.4 534 test.phys biasWrapper(compt) - 9 -194 -95.7 156 0 0.000405 9.95 544 test.phys biasWrapper(phot) + 0 -0.594 -0.512 182 0.00347 0 0 0 test.phys initStep + 1 -0.591 -0.503 183 0 0.000403 0.194 0.194 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -194 -95.7 156 0.0501 0 0 0 test.phys initStep - 1 -194 -95.7 156 0 0.0501 0.0607 0.0607 test.phys eIoni + 0 -0.591 -0.503 183 0.00307 0 0 0 test.phys initStep + 1 -0.591 -0.503 183 0 0.00307 0.000474 0.000474 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -192 -88.4 150 0.000781 0 0 0 test.phys initStep - 1 -192 -88.4 150 0 0.000781 5.91e-05 5.91e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -185 -84 136 0.00352 0 0 0 test.phys initStep - 1 -185 -84 136 0 0.00352 0.000597 0.000597 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -152 -13 140 0.0108 0 0 0 test.phys initStep - 1 -152 -13 140 0 0.0108 0.00409 0.00409 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -180 -16.9 132 0.0148 0 0 0 test.phys initStep - 1 -180 -16.9 132 0 0.0148 0.00704 0.00704 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -160 73.2 183 0.0295 0 0 0 test.phys initStep - 1 -160 73.2 183 0 0.0295 0.0239 0.0239 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -147 27.3 189 0.0265 0 0 0 test.phys initStep - 1 -147 27.3 189 0 0.0265 0.0198 0.0198 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.2 19.3 85.4 0.0344 0 0 0 test.phys initStep - 1 -80.2 19.3 85.4 0 0.0344 0.0313 0.0313 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.56 -2.1 115 0.151 0 0 0 test.phys initStep - 1 5.64 -2.13 115 0 0.151 0.396 0.396 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.341 0.18 38.3 0.731 0 0 0 test.phys initStep - 1 0.558 0.535 47.1 0.33 0 8.83 8.83 test.phys biasWrapper(compt) - 2 -66.2 -21.1 60.5 0.329 0 71.5 80.3 test.phys biasWrapper(compt) - 3 -241 -56.8 89.2 0.169 0 181 261 test.phys biasWrapper(compt) - 4 -235 -33.7 73.2 0.126 0 28.9 290 test.phys biasWrapper(compt) - 5 -234 -33.3 74.1 0.123 0 1.14 292 test.phys biasWrapper(compt) - 6 -220 -35 109 0.0927 0 37.7 329 test.phys biasWrapper(compt) - 7 -218 -41.2 105 0.0692 0 7.31 337 test.phys biasWrapper(compt) - 8 -218 -37.6 106 0.069 0 3.64 340 test.phys biasWrapper(compt) - 9 -218 -35.8 105 0.0638 0 1.85 342 test.phys biasWrapper(compt) - 10 -184 -15 134 0.052 0 49.2 391 test.phys biasWrapper(compt) - 11 -203 -22.2 133 0.0513 0 20.3 412 test.phys biasWrapper(compt) - 12 -208 -27.4 131 0.0479 0 7.34 419 test.phys biasWrapper(compt) - 13 -222 -54.4 175 0.0412 0 53.2 472 test.phys biasWrapper(compt) - 14 -224 -41 169 0.0371 0 14.6 487 test.phys biasWrapper(compt) - 15 -96.2 -128 90.7 0.0337 0 173 660 test.phys biasWrapper(compt) - 16 -100 -128 88 0.0311 0 5.11 665 test.phys biasWrapper(compt) - 17 -42.3 -88.7 39.7 0.0281 0 85.2 750 test.phys biasWrapper(compt) - 18 -110 -191 42.3 0.0275 0 122 873 test.phys biasWrapper(compt) - 19 -130 -195 52.3 0 0.000405 23.3 896 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -130 -195 52.3 0.0271 0 0 0 test.phys initStep - 1 -130 -195 52.3 0 0.0271 0.0206 0.0206 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -110 -191 42.3 0.000541 0 0 0 test.phys initStep - 1 -110 -191 42.3 0 0.000541 3.68e-05 3.68e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.3 -88.7 39.7 0.00302 0 0 0 test.phys initStep - 1 -42.3 -88.7 39.7 0 0.00302 0.000463 0.000463 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -100 -128 88 0.00261 0 0 0 test.phys initStep - 1 -100 -128 88 0 0.00261 0.000365 0.000365 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -96.2 -128 90.7 0.00337 0 0 0 test.phys initStep - 1 -96.2 -128 90.7 0 0.00337 0.000554 0.000554 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -224 -41 169 0.00414 0 0 0 test.phys initStep - 1 -224 -41 169 0 0.00414 0.00078 0.00078 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -222 -54.4 175 0.00672 0 0 0 test.phys initStep - 1 -222 -54.4 175 0 0.00672 0.00178 0.00178 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -208 -27.4 131 0.00341 0 0 0 test.phys initStep - 1 -208 -27.4 131 0 0.00341 0.000566 0.000566 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -203 -22.2 133 0.000682 0 0 0 test.phys initStep - 1 -203 -22.2 133 0 0.000682 4.94e-05 4.94e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -184 -15 134 0.0118 0 0 0 test.phys initStep - 1 -184 -15 134 0 0.0118 0.00477 0.00477 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -218 -35.8 105 0.00517 0 0 0 test.phys initStep - 1 -218 -35.8 105 0 0.00517 0.00114 0.00114 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -218 -37.6 106 0.000213 0 0 0 test.phys initStep - 1 -218 -37.6 106 0 0.000213 1.39e-05 1.39e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -218 -41.2 105 0.0234 0 0 0 test.phys initStep - 1 -218 -41.2 105 0 0.0234 0.0159 0.0159 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -220 -35 109 0.0304 0 0 0 test.phys initStep - 1 -220 -35 109 0 0.0304 0.0251 0.0251 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -234 -33.3 74.1 0.00296 0 0 0 test.phys initStep - 1 -234 -33.3 74.1 0 0.00296 0.000447 0.000447 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -235 -33.7 73.2 0.043 0 0 0 test.phys initStep - 1 -235 -33.7 73.1 0 0.043 0.0465 0.0465 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -241 -56.8 89.2 0.16 0 0 0 test.phys initStep - 1 -242 -56.9 89.3 0 0.16 0.436 0.436 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -66.2 -21.1 60.5 0.0014 0 0 0 test.phys initStep - 1 -66.2 -21.1 60.5 0 0.0014 0.000137 0.000137 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.558 0.535 47.1 0.401 0 0 0 test.phys initStep - 1 0.954 0.692 47.9 0.0612 0.339 1.52 1.52 test.phys eIoni - 2 0.961 0.734 47.9 0 0.0612 0.086 1.6 test.phys eIoni + 0 -0.597 -0.514 182 0.412 0 0 0 test.phys initStep + 1 -1.18 0.0347 182 0.158 0.254 1.55 1.55 test.phys eIoni + 2 -1.26 -0.167 182 0 0.158 0.429 1.98 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.151 -0.037 27.8 0.00752 0 0 0 test.phys initStep - 1 0.153 -0.037 27.9 0 0.000405 0.0826 0.0826 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.153 -0.037 27.9 0.00712 0 0 0 test.phys initStep - 1 0.153 -0.0369 27.9 0 0.00712 0.00197 0.00197 test.phys eIoni + 0 -0.0763 -0.0232 163 0.0917 0 0 0 test.phys initStep + 1 0.127 -1.07 200 0.0917 0 37.3 37.3 World Transportation + 2 53.5 -276 1e+04 0.0917 0 9.8e+03 9.84e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 19.4 35 0 0 0 test.phys initStep - 1 0.517 -0.35 29.7 10.7 1.23 10.4 10.4 test.phys eBrem - 2 0.628 -0.503 31.5 10.2 0.228 1.73 12.1 test.phys eIoni - 3 -0.619 -2.01 48.8 8.24 1.99 17.7 29.8 test.phys eIoni - 4 -1.57 -6.28 62.4 6.3 1.94 14.5 44.3 test.phys eIoni - 5 -11.2 -10.2 62.7 4.14 1.54 10.9 55.2 test.phys eIoni - 6 -15.7 -15.8 64.8 3.06 1.08 7.88 63 test.phys eIoni - 7 -18.9 -19.4 67.8 2.37 0.688 6.12 69.2 test.phys eIoni - 8 -22.9 -20.5 69.9 1.74 0.628 4.99 74.2 test.phys eIoni - 9 -25.8 -20.1 71.7 1.22 0.526 3.96 78.1 test.phys eIoni - 10 -26 -21 74.2 0.683 0.534 3.08 81.2 test.phys eIoni - 11 -26.7 -19.6 74.4 0.322 0.361 2.14 83.3 test.phys eIoni - 12 -26.9 -19 74.6 0.0822 0.24 1.25 84.6 test.phys eIoni - 13 -26.9 -19 74.6 0 0.0822 0.143 84.7 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.2 -10.2 62.7 0.619 0 0 0 test.phys initStep - 1 -11.9 -10.1 63.2 0.446 0.171 0.956 0.956 test.phys eBrem - 2 -12.7 -9.58 63.6 0.135 0.311 1.64 2.59 test.phys eIoni - 3 -12.9 -9.57 63.5 0 0.135 0.332 2.93 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.9 -10.1 63.2 0.00271 0 0 0 test.phys initStep - 1 -11.9 -10.1 63.2 0 0.000405 0.00832 0.00832 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.9 -10.1 63.2 0.00231 0 0 0 test.phys initStep - 1 -11.9 -10.1 63.2 0 0.00231 0.000298 0.000298 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.628 -0.503 31.5 0.259 0 0 0 test.phys initStep - 1 0.531 -0.926 31.7 0 0.259 0.941 0.941 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.517 -0.35 29.7 23 0 0 0 test.phys initStep - 1 2.47 -3.17 200 23 0 170 170 World Transportation - 2 115 -166 1e+04 23 0 9.8e+03 9.97e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 54.1 0 0 54.1 554 test.phys biasWrapper(conv) - -********************************************************************************************************* -* 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 0 54.1 60.3 0 0 0 test.phys initStep - 1 0.208 -0.265 70.1 58 2.1 16 16 test.phys eIoni - 2 0.239 -0.346 73.1 57.6 0.417 3.05 19 test.phys eBrem - 3 -0.385 -1.37 93.5 39.3 2.5 20.5 39.5 test.phys eBrem - 4 -0.63 -1.56 96.3 38.7 0.271 2.75 42.3 test.phys eIoni - 5 -0.799 -1.8 99.2 36.4 0.33 2.99 45.3 test.phys eIoni - 6 0.211 -3.2 139 31.5 4.88 39.7 84.9 test.phys eBrem - 7 3.11 -4.73 167 26.6 3.43 28 113 test.phys eBrem - 8 4.39 -4.69 183 24.4 2.27 16.6 130 test.phys eBrem - 9 4.89 -5.01 200 22.1 2.26 17.1 147 World Transportation - 10 1.49e+03 361 1e+04 22.1 3.2e-22 9.92e+03 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.39 -4.69 183 0.00347 0 0 0 test.phys initStep - 1 4.4 -4.68 183 0 0.000405 0.326 0.326 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.4 -4.68 183 0.00307 0 0 0 test.phys initStep - 1 4.4 -4.68 183 0 0.00307 0.000474 0.000474 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.11 -4.73 167 1.45 0 0 0 test.phys initStep - 1 6.17 -5.57 200 1.45 0 33.6 33.6 World Transportation - 2 902 -250 1e+04 1.45 0 9.84e+03 9.88e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.211 -3.2 139 0.00322 0 0 0 test.phys initStep - 1 0.232 -3.2 139 0 0.000405 0.117 0.117 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.232 -3.2 139 0.00281 0 0 0 test.phys initStep - 1 0.232 -3.2 139 0 0.00281 0.000411 0.000411 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.799 -1.8 99.2 1.99 0 0 0 test.phys initStep - 1 -1.37 0.128 103 1.49 0.501 4.37 4.37 test.phys eIoni - 2 0.432 0.349 105 1.05 0.444 3.54 7.91 test.phys eIoni - 3 1.83 -0.0639 107 0.688 0.361 2.79 10.7 test.phys eIoni - 4 1.94 -0.47 108 0.465 0.217 1.74 12.4 test.phys eBrem - 5 1.97 -0.182 109 0.214 0.251 1.69 14.1 test.phys eIoni - 6 2.06 0.105 109 0 0.214 0.695 14.8 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.94 -0.47 108 0.00639 0 0 0 test.phys initStep - 1 1.95 -0.453 108 0 0.000405 0.0998 0.0998 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.95 -0.453 108 0.00599 0 0 0 test.phys initStep - 1 1.95 -0.454 108 0 0.00599 0.00146 0.00146 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.63 -1.56 96.3 0.268 0 0 0 test.phys initStep - 1 -0.946 -1.24 96.5 0 0.268 0.992 0.992 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.385 -1.37 93.5 15.8 0 0 0 test.phys initStep - 1 -9.88 -10.1 200 15.8 0 107 107 World Transportation - 2 -884 -813 1e+04 15.8 0 9.87e+03 9.98e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.239 -0.346 73.1 0.0198 0 0 0 test.phys initStep - 1 0.199 -0.523 80.4 0.0193 0 7.26 7.26 test.phys biasWrapper(compt) - 2 0.57 -0.897 80.6 0 0.000405 0.565 7.82 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.57 -0.897 80.6 0.0189 0 0 0 test.phys initStep - 1 0.571 -0.896 80.6 0 0.0189 0.0109 0.0109 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.199 -0.523 80.4 0.000469 0 0 0 test.phys initStep - 1 0.199 -0.523 80.4 0 0.000469 3.09e-05 3.09e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.208 -0.265 70.1 0.244 0 0 0 test.phys initStep - 1 0.144 0.118 70.3 0 0.244 0.855 0.855 test.phys 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 0 54.1 38.6 0 0 0 test.phys initStep - 1 4.28 -2.47 98.1 28.9 5.44 44.5 44.5 test.phys eBrem - 2 6.99 -3.01 109 26.7 1.29 11.5 56 test.phys eIoni - 3 9.46 -3.33 117 23.4 1.25 8.14 64.2 test.phys eBrem - 4 20.5 -8.7 152 18.8 4.41 37.5 102 test.phys eBrem - 5 21.1 -8.81 154 18.2 0.16 1.57 103 test.phys eIoni - 6 29.3 -10.7 168 11.2 2.17 17.1 120 test.phys eBrem - 7 29.4 -10.7 169 10.8 0.0369 0.114 120 test.phys eBrem - 8 34.3 -12.5 178 8.87 1.3 10.6 131 test.phys eIoni - 9 38.7 -15.8 186 7.72 1.15 9.96 141 test.phys eBrem - 10 47 -22.2 194 6.06 1.66 13.7 155 test.phys eIoni - 11 52.4 -25.1 196 3.78 0.898 6.37 161 test.phys eBrem - 12 58 -28.6 198 2.93 0.855 7.3 168 test.phys eIoni - 13 58.4 -29.7 198 1.65 0.116 1.21 169 test.phys eIoni - 14 59.4 -32.6 200 1.2 0.452 3.8 173 test.phys eIoni - 15 60 -33.5 200 1.08 0.12 1.19 174 World Transportation - 16 1e+04 -8.48e+03 6.07e+03 1.08 3.85e-22 1.43e+04 1.45e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 58.4 -29.7 198 1.16 0 0 0 test.phys initStep - 1 57.7 -29.9 199 1.01 0.148 1.31 1.31 test.phys msc - 2 57.1 -29.9 200 0.889 0.123 1 2.31 World Transportation - 3 -1e+04 -3.34e+03 3.58e+03 0.889 3.04e-22 1.11e+04 1.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.4 -25.1 196 1.39 0 0 0 test.phys initStep - 1 63.7 -30.5 200 1.39 0 13.2 13.2 World Transportation - 2 1e+04 -4.75e+03 3.87e+03 1.39 0 1.16e+04 1.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.7 -15.8 186 0.00579 0 0 0 test.phys initStep - 1 39 -16.2 186 0 0.000405 0.736 0.736 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 39 -16.2 186 0.00539 0 0 0 test.phys initStep - 1 39 -16.2 186 0 0.00539 0.00122 0.00122 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.3 -12.5 178 0.648 0 0 0 test.phys initStep - 1 33.9 -12.1 179 0.379 0.269 2.08 2.08 test.phys eIoni - 2 34.4 -12.6 179 0.0137 0.365 1.45 3.53 test.phys eIoni - 3 34.4 -12.6 179 0 0.0137 0.00621 3.53 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 29.4 -10.7 169 0.363 0 0 0 test.phys initStep - 1 49.8 -13.4 200 0.363 0 37.6 37.6 World Transportation - 2 6.42e+03 -864 1e+04 0.363 0 1.17e+04 1.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 29.3 -10.7 168 4.8 0 0 0 test.phys initStep - 1 49.6 -12.7 200 4.8 0 37.6 37.6 World Transportation - 2 6.37e+03 -627 1e+04 4.8 0 1.17e+04 1.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 21.1 -8.81 154 0.442 0 0 0 test.phys initStep - 1 20.9 -8.13 154 0.131 0.311 1.63 1.63 test.phys eIoni - 2 21 -7.98 155 0 0.131 0.314 1.94 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20.5 -8.7 152 0.183 0 0 0 test.phys initStep - 1 38.6 -10.9 200 0.183 0 51.1 51.1 World Transportation - 2 3.75e+03 -453 1e+04 0.183 0 1.05e+04 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.46 -3.33 117 2.04 0 0 0 test.phys initStep - 1 41.1 -7.94 200 2.04 0 88.9 88.9 World Transportation - 2 3.78e+03 -553 1e+04 2.04 0 1.05e+04 1.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.99 -3.01 109 0.904 0 0 0 test.phys initStep - 1 6.08 -2.42 111 0.546 0.358 2.54 2.54 test.phys eIoni - 2 6.21 -1.96 112 0.16 0.386 1.87 4.41 test.phys eIoni - 3 6.4 -2.02 112 0 0.16 0.437 4.85 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.28 -2.47 98.1 4.33 0 0 0 test.phys initStep - 1 17.2 -1.61 200 4.33 0 103 103 World Transportation - 2 1.26e+03 81.3 1e+04 4.33 0 9.88e+03 9.98e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 70.4 0 0 70.4 570 test.phys biasWrapper(conv) - -********************************************************************************************************* -* 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 0 70.4 63.1 0 0 0 test.phys initStep - 1 0.14 -0.148 78.1 61.6 0.945 7.66 7.66 test.phys eIoni - 2 0.207 -0.216 81 61.2 0.389 2.95 10.6 test.phys eBrem - 3 0.369 -0.545 87.8 30.5 0.799 6.8 17.4 test.phys eBrem - 4 0.436 -0.696 92.9 28.6 0.548 5.08 22.5 test.phys eBrem - 5 0.227 0.633 119 25.1 3.28 26.2 48.7 test.phys eIoni - 6 2.42 2.44 133 22.7 1.84 14.4 63.1 test.phys eIoni - 7 8.41 15.8 162 18.1 4.21 32.3 95.5 test.phys eIoni - 8 8.31 17.4 165 11.6 0.486 3.83 99.3 test.phys eBrem - 9 9.84 23.3 184 9.01 2.56 19.9 119 test.phys eIoni - 10 14.9 27.3 198 7.18 1.82 15.8 135 test.phys eIoni - 11 15.9 26.9 200 6.65 0.527 2.3 137 World Transportation - 12 5.18e+03 -3.5e+03 1e+04 6.65 3.36e-22 1.16e+04 1.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.31 17.4 165 6.06 0 0 0 test.phys initStep - 1 7.57 34.2 200 6.06 0 38.7 38.7 World Transportation - 2 -201 4.78e+03 1e+04 6.06 0 1.09e+04 1.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.41 15.8 162 0.376 0 0 0 test.phys initStep - 1 9.09 15.8 162 0.0579 0.319 1.44 1.44 test.phys eIoni - 2 9.13 15.8 162 0 0.0579 0.0781 1.52 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.42 2.44 133 0.605 0 0 0 test.phys initStep - 1 1.65 2.54 134 0.385 0.221 1.99 1.99 test.phys eIoni - 2 1.34 2.81 135 0 0.385 1.47 3.46 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.227 0.633 119 0.224 0 0 0 test.phys initStep - 1 -0.02 0.872 119 0 0.224 0.747 0.747 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.436 -0.696 92.9 1.26 0 0 0 test.phys initStep - 1 -3.25 -5.18 200 1.26 0 107 107 World Transportation - 2 -340 -415 1e+04 1.26 0 9.81e+03 9.92e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.369 -0.545 87.8 30 0 0 0 test.phys initStep - 1 2.69 -6.45 200 30 0 112 112 World Transportation - 2 206 -522 1e+04 30 0 9.82e+03 9.93e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.207 -0.216 81 0.0104 0 0 0 test.phys initStep - 1 0.259 -0.268 82.5 0 0.000405 1.48 1.48 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.259 -0.268 82.5 0.00997 0 0 0 test.phys initStep - 1 0.26 -0.267 82.5 0 0.00997 0.00354 0.00354 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.14 -0.148 78.1 0.504 0 0 0 test.phys initStep - 1 -0.507 0.577 78.8 0.123 0.381 1.78 1.78 test.phys eIoni - 2 -0.639 0.549 78.7 0 0.123 0.283 2.06 test.phys 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 0 70.4 35.9 0 0 0 test.phys initStep - 1 0.274 0.586 83.9 1.09 1.5 13.5 13.5 test.phys eBrem - 2 0.278 0.715 84.6 0.518 0.145 0.729 14.2 test.phys eIoni - 3 -0.255 0.951 85.7 0.205 0.312 1.81 16 test.phys eIoni - 4 -0.469 1 85.9 0 0.205 0.653 16.7 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.278 0.715 84.6 0.432 0 0 0 test.phys initStep - 1 0.984 0.696 85.3 0.207 0.224 1.6 1.6 test.phys eIoni - 2 1.07 0.372 85.3 0 0.207 0.662 2.26 test.phys eIoni + 0 0 0 157 21.8 0 0 0 test.phys initStep + 1 0.116 0.0407 160 20.2 0.362 3.36 3.36 test.phys eIoni + 2 1.31 0.874 172 18.7 1.47 11.8 15.2 test.phys eBrem + 3 1.79 1.09 175 13.4 0.357 2.76 18 test.phys eIoni + 4 6.86 4.15 190 7.08 1.88 16.5 34.4 test.phys eBrem + 5 9.79 6.71 200 5.53 1.54 11.1 45.5 World Transportation + 6 3.67e+03 4.85e+03 1e+04 5.53 3.28e-22 1.15e+04 1.16e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.274 0.586 83.9 33.3 0 0 0 test.phys initStep - 1 0.922 5.4 200 33.3 0 116 116 World Transportation - 2 55.6 412 1e+04 33.3 0 9.81e+03 9.92e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 175 0 0 175 675 test.phys biasWrapper(conv) - -********************************************************************************************************* -* 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 0 175 96.2 0 0 0 test.phys initStep - 1 0.361 -0.0392 193 93.5 2.03 17.6 17.6 test.phys eIoni - 2 0.538 -0.0108 200 92.5 1.02 7.24 24.8 World Transportation - 3 158 77.3 1e+04 92.5 3.58e-22 9.8e+03 9.83e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.361 -0.0392 193 0.664 0 0 0 test.phys initStep - 1 0.25 -1.25 194 0.374 0.29 2.11 2.11 test.phys eIoni - 2 0.693 -0.549 194 0.0898 0.284 1.43 3.54 test.phys eIoni - 3 0.717 -0.525 194 0 0.0898 0.166 3.71 test.phys 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 0 175 2.77 0 0 0 test.phys initStep - 1 -0.716 -1.32 180 1.93 0.835 5.64 5.64 test.phys eIoni - 2 -0.208 -2.75 184 1.42 0.516 4.27 9.91 test.phys eIoni - 3 0.972 -2.77 186 1.02 0.398 3.41 13.3 test.phys eIoni - 4 0.828 -1.73 187 0.843 0.17 1.37 14.7 test.phys eBrem - 5 -0.68 -0.544 187 0.516 0.328 2.44 17.1 test.phys eIoni - 6 -1.62 0.000758 187 0.277 0.239 1.8 18.9 test.phys eIoni - 7 -1.95 -0.345 187 0.0506 0.227 1.04 20 test.phys eIoni - 8 -1.98 -0.348 187 0 0.0506 0.0618 20 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.828 -1.73 187 0.00413 0 0 0 test.phys initStep - 1 0.661 -1.62 187 0 2.31e-05 0.201 0.201 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.661 -1.62 187 0.00411 0 0 0 test.phys initStep - 1 0.661 -1.62 187 0 0.00411 0.000771 0.000771 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 45.2 3.4 0 45.2 545 test.phys biasWrapper(compt) - 3 -21.9 9.83 84.8 2.46 0 46.3 591 test.phys biasWrapper(compt) - 4 -47.2 61.7 200 2.46 0 129 720 World Transportation - 5 -2.2e+03 4.47e+03 1e+04 2.46 0 1.1e+04 1.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 -21.9 9.83 84.8 0.937 0 0 0 test.phys initStep - 1 -23.7 9.42 85.9 0.567 0.37 2.6 2.6 test.phys eIoni - 2 -23.5 10.7 85.6 0.324 0.242 1.91 4.51 test.phys eIoni - 3 -23.8 11.2 86.1 0.0631 0.261 1.26 5.77 test.phys eIoni - 4 -23.9 11.2 86.1 0 0.0631 0.0907 5.86 test.phys 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 0 45.2 96.6 0 0 0 test.phys initStep - 1 0.224 0.136 59 94.3 1.88 13.8 13.8 test.phys eBrem - 2 0.228 0.139 59.3 93.9 0.0296 0.262 14.1 test.phys eIoni - 3 0.256 0.216 73.4 91.7 1.82 14.1 28.2 test.phys eIoni - 4 0.385 0.331 79.3 90.6 0.831 5.88 34.1 test.phys eBrem - 5 0.515 0.395 83.8 90.1 0.514 4.55 38.6 test.phys eBrem - 6 1.51 1.15 107 85.7 2.73 22.7 61.3 test.phys eIoni - 7 1.66 1.27 112 84 0.792 5.93 67.3 test.phys eBrem - 8 1.62 1.52 129 81.9 2.05 16.1 83.4 test.phys eBrem - 9 1.6 1.52 131 63.2 0.39 2.86 86.3 test.phys eIoni - 10 2.44 2.7 150 60.5 2.37 18.6 105 test.phys eBrem - 11 2.7 3.12 158 59.5 0.987 8.39 113 test.phys eBrem - 12 2.68 3.22 161 58.8 0.292 2.45 116 test.phys eIoni - 13 2.62 3.42 165 57.6 0.437 4.45 120 test.phys eBrem - 14 2.67 3.51 167 57.1 0.232 2.1 122 test.phys eIoni - 15 2.73 3.62 170 35 0.28 2.81 125 test.phys eBrem - 16 2.43 5.07 187 26.6 1.93 17.1 142 test.phys eBrem - 17 2.19 5.58 190 25.9 0.462 3.2 145 test.phys eIoni - 18 1.93 5.97 193 24.9 0.24 2.43 148 test.phys eIoni - 19 1.45 7.27 200 23.8 1.14 7.49 155 World Transportation - 20 -259 1.12e+03 1e+04 23.8 3.2e-22 9.87e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.93 5.97 193 0.715 0 0 0 test.phys initStep - 1 0.611 6.5 194 0.229 0.486 2.2 2.2 test.phys eIoni - 2 0.395 6.39 194 0 0.229 0.777 2.98 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.19 5.58 190 0.29 0 0 0 test.phys initStep - 1 2.56 5.95 191 0.0696 0.22 1.11 1.11 test.phys eIoni - 2 2.6 5.92 191 0 0.0696 0.107 1.21 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.43 5.07 187 6.39 0 0 0 test.phys initStep - 1 1.1 6.84 200 6.39 0 13.1 13.1 World Transportation - 2 -1.01e+03 1.35e+03 1e+04 6.39 0 9.94e+03 9.96e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.73 3.62 170 21.9 0 0 0 test.phys initStep - 1 3.2 4.68 200 21.9 0 29.9 29.9 World Transportation - 2 159 352 1e+04 21.9 0 9.81e+03 9.84e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.67 3.51 167 0.253 0 0 0 test.phys initStep - 1 2.57 3.12 168 0 0.253 0.905 0.905 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.62 3.42 165 0.724 0 0 0 test.phys initStep - 1 2.92 3.72 176 0.268 0 11.2 11.2 test.phys biasWrapper(compt) - 2 -24.5 -12.4 171 0.261 0 32.3 43.5 test.phys biasWrapper(compt) - 3 -35.4 -16.3 172 0.26 0 11.5 55 test.phys biasWrapper(compt) - 4 -43.1 -20.6 172 0.18 0 8.81 63.8 test.phys biasWrapper(compt) - 5 -55.6 -3.45 200 0.18 0 35 98.8 World Transportation - 6 -4.46e+03 6.02e+03 1e+04 0.18 0 1.23e+04 1.24e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.1 -20.6 172 0.08 0 0 0 test.phys initStep - 1 -43.1 -20.6 172 0 0.08 0.137 0.137 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.4 -16.3 172 0.00177 0 0 0 test.phys initStep - 1 -35.4 -16.3 172 0 0.00177 0.000195 0.000195 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.5 -12.4 171 0.00603 0 0 0 test.phys initStep - 1 -24.5 -12.4 171 0 0.00603 0.00148 0.00148 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.92 3.72 176 0.456 0 0 0 test.phys initStep - 1 3.24 3.92 177 0.203 0.254 1.66 1.66 test.phys eIoni - 2 3.49 3.98 178 0 0.203 0.639 2.3 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.68 3.22 161 0.451 0 0 0 test.phys initStep - 1 2.95 4.08 161 0.112 0.339 1.65 1.65 test.phys eIoni - 2 2.84 4.03 161 0 0.112 0.243 1.89 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.7 3.12 158 0.0123 0 0 0 test.phys initStep - 1 2.69 3.14 159 0 0.000405 0.327 0.327 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.69 3.14 159 0.0119 0 0 0 test.phys initStep - 1 2.69 3.14 159 0 0.0119 0.00485 0.00485 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.44 2.7 150 0.253 0 0 0 test.phys initStep - 1 4.46 5.96 200 0.253 0 50.2 50.2 World Transportation - 2 399 643 1e+04 0.253 0 9.83e+03 9.88e+03 OutOfWorld Transportation + 0 6.86 4.15 190 4.49 0 0 0 test.phys initStep + 1 11.4 5.09 200 4.49 0 11.1 11.1 World Transportation + 2 4.43e+03 927 1e+04 4.49 0 1.08e+04 1.08e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.6 1.52 131 18.4 0 0 0 test.phys initStep - 1 1.07 1.24 134 16.7 0.401 3.11 3.11 test.phys eIoni - 2 -0.285 0.0782 145 15.2 1.54 10.6 13.7 test.phys eBrem - 3 -3.97 -0.353 160 12.6 1.86 15.3 29 test.phys eIoni - 4 -4.65 -0.576 162 11.8 0.276 2.53 31.5 test.phys eIoni - 5 -8.46 -2.63 173 10.5 1.3 11.9 43.4 test.phys eBrem - 6 -14.8 -1.88 190 8.32 2.16 18.1 61.5 test.phys eIoni - 7 -16.4 -2.34 195 7.28 0.8 6 67.5 test.phys eIoni - 8 -17.9 -2.66 200 6.7 0.578 4.86 72.3 World Transportation - 9 -4.06e+03 -2.55e+03 1e+04 6.7 3.15e-22 1.09e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.4 -2.34 195 0.241 0 0 0 test.phys initStep - 1 -16.2 -2.59 196 0 0.241 0.84 0.84 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.46 -2.63 173 0.00751 0 0 0 test.phys initStep - 1 -8.54 -2.64 173 0 0.000405 0.283 0.283 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.54 -2.64 173 0.0071 0 0 0 test.phys initStep - 1 -8.54 -2.64 173 0 0.0071 0.00196 0.00196 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.65 -0.576 162 0.539 0 0 0 test.phys initStep - 1 -4.27 -1.47 163 0.242 0.298 1.86 1.86 test.phys eIoni - 2 -4.16 -1.69 163 0 0.242 0.843 2.7 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.97 -0.353 160 0.736 0 0 0 test.phys initStep - 1 -5.18 0.585 160 0.466 0.271 2.24 2.24 test.phys eIoni - 2 -6.2 0.207 161 0.0447 0.421 1.69 3.93 test.phys eIoni - 3 -6.22 0.21 161 0 0.0447 0.0497 3.98 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.285 0.0782 145 0.00377 0 0 0 test.phys initStep - 1 -0.329 0.019 145 0 0.000405 0.21 0.21 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.329 0.019 145 0.00336 0 0 0 test.phys initStep - 1 -0.329 0.0192 145 0 0.00336 0.000553 0.000553 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07 1.24 134 1.23 0 0 0 test.phys initStep - 1 1.15 1.64 135 1.13 0.0863 0.801 0.801 test.phys eBrem - 2 1.12 3.22 137 0.818 0.313 2.93 3.73 test.phys eIoni - 3 1.71 4.43 138 0.535 0.283 2.39 6.13 test.phys eIoni - 4 1.44 4.92 139 0.239 0.296 1.85 7.97 test.phys eIoni - 5 1.67 5.01 140 0 0.239 0.83 8.8 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 27 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.15 1.64 135 0.00936 0 0 0 test.phys initStep - 1 1.07 1.96 136 0 0.000405 0.613 0.613 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07 1.96 136 0.00896 0 0 0 test.phys initStep - 1 1.07 1.96 136 0 0.00896 0.00294 0.00294 test.phys eIoni + 0 1.79 1.09 175 4.91 0 0 0 test.phys initStep + 1 4.81 -0.32 183 3.73 1.18 9.13 9.13 test.phys eIoni + 2 5.79 -5.59 188 2.9 0.828 7.22 16.3 test.phys eIoni + 3 6.07 -10.9 189 2.22 0.681 5.87 22.2 test.phys eIoni + 4 6.53 -15.3 191 1.6 0.618 4.75 27 test.phys eIoni + 5 6.7 -18.4 192 0.953 0.65 3.73 30.7 test.phys eIoni + 6 7.79 -20.3 192 0.597 0.357 2.63 33.3 test.phys eIoni + 7 8.71 -21.3 191 0.256 0.34 1.98 35.3 test.phys eIoni + 8 9.17 -21.3 192 0 0.256 0.924 36.2 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.62 1.52 129 0.0192 0 0 0 test.phys initStep - 1 1.4 1.64 139 0 2.31e-05 9.94 9.94 test.phys biasWrapper(phot) + 0 1.31 0.874 172 0.00263 0 0 0 test.phys initStep + 1 1.31 0.875 172 0 0.000403 0.00845 0.00845 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.4 1.64 139 0.0191 0 0 0 test.phys initStep - 1 1.4 1.64 139 0 0.0191 0.0111 0.0111 test.phys eIoni + 0 1.31 0.875 172 0.00222 0 0 0 test.phys initStep + 1 1.31 0.875 172 0 0.00222 0.000281 0.000281 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.66 1.27 112 0.918 0 0 0 test.phys initStep - 1 1.75 1.27 115 0.303 0 2.48 2.48 test.phys biasWrapper(compt) - 2 157 -91.1 85.9 0.238 0 183 185 test.phys biasWrapper(compt) - 3 161 -91 89.5 0.235 0 5.56 191 test.phys biasWrapper(compt) - 4 249 -75.5 200 0.235 0 142 333 World Transportation - 5 7.99e+03 1.3e+03 1e+04 0.235 0 1.26e+04 1.29e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 161 -91 89.5 0.00258 0 0 0 test.phys initStep - 1 161 -91 89.5 0 0.00258 0.000356 0.000356 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 157 -91.1 85.9 0.0655 0 0 0 test.phys initStep - 1 157 -91.1 85.8 0 0.0655 0.0968 0.0968 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.75 1.27 115 0.614 0 0 0 test.phys initStep - 1 1.43 1.49 116 0.285 0.33 2.01 2.01 test.phys eIoni - 2 1.65 1.68 117 0.0521 0.233 1.08 3.09 test.phys eIoni - 3 1.63 1.67 117 0 0.0521 0.0648 3.16 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.51 1.15 107 1.64 0 0 0 test.phys initStep - 1 3.42 0.224 109 1.16 0.478 3.79 3.79 test.phys eIoni - 2 3.34 -1.12 111 0.682 0.48 2.99 6.77 test.phys eIoni - 3 1.95 -1.7 112 0.372 0.309 2.14 8.91 test.phys eIoni - 4 1.53 -2.13 112 0.121 0.252 1.43 10.3 test.phys eIoni - 5 1.54 -2.05 112 0 0.121 0.274 10.6 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.515 0.395 83.8 0.00228 0 0 0 test.phys initStep - 1 0.517 0.395 83.9 0 0.000405 0.105 0.105 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.517 0.395 83.9 0.00188 0 0 0 test.phys initStep - 1 0.517 0.395 83.9 0 0.00188 0.000215 0.000215 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.385 0.331 79.3 0.285 0 0 0 test.phys initStep - 1 1.6 -0.592 200 0.285 0 121 121 World Transportation - 2 100 -75.5 1e+04 0.285 0 9.8e+03 9.92e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.256 0.216 73.4 0.43 0 0 0 test.phys initStep - 1 0.436 -0.6 74 0.0885 0.341 1.6 1.6 test.phys eIoni - 2 0.445 -0.678 73.9 0 0.0885 0.162 1.76 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.228 0.139 59.3 0.379 0 0 0 test.phys initStep - 1 -0.0796 0.796 59.7 0.156 0.223 1.45 1.45 test.phys eIoni - 2 -0.0611 0.603 59.6 0 0.156 0.42 1.87 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.224 0.136 59 0.377 0 0 0 test.phys initStep - 1 0.889 0.524 96.4 0.343 0 37.3 37.3 test.phys biasWrapper(compt) - 2 -53.4 22.9 200 0.343 0 119 156 World Transportation - 3 -5.19e+03 2.14e+03 1e+04 0.343 0 1.13e+04 1.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.889 0.524 96.4 0.0345 0 0 0 test.phys initStep - 1 0.902 0.519 96.4 0 0.0345 0.0315 0.0315 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 0.116 0.0407 160 1.22 0 0 0 test.phys initStep + 1 1.02 -1.46 162 0.899 0.319 3.08 3.08 test.phys eIoni + 2 2.02 -2.98 163 0.604 0.295 2.53 5.61 test.phys eIoni + 3 2.92 -4.08 163 0.269 0.334 1.99 7.6 test.phys eIoni + 4 3.26 -3.92 163 0 0.269 0.997 8.6 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3345,18 +1871,19 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 60.1 0.754 0 60.1 560 test.phys biasWrapper(hadElastic) - 3 -0.561 -6.6 37.8 0.744 0.00973 23.3 583 test.phys biasWrapper(hadElastic) - 4 -1.23 -39.5 0 0.744 0 50.1 633 World Transportation - 5 -177 -8.73e+03 -1e+04 0.744 0 1.32e+04 1.39e+04 OutOfWorld Transportation + 2 0 0 53.2 0.993 0.00686 53.2 553 test.phys biasWrapper(hadElastic) + 3 2.65 3.73 67.4 0.985 0.00807 15 568 test.phys biasWrapper(hadElastic) + 4 23.2 -6.87 188 0.903 0 123 691 test.phys biasWrapper(hadElastic) + 5 61 5.34 200 0.903 0 41.4 733 World Transportation + 6 1e+04 3.22e+03 3.23e+03 0.903 0 1.09e+04 1.16e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 60.1 0.246 0 0 0 test.phys initStep - 1 1.6e-05 0.000188 60.1 0 0.246 0.00149 0.00149 test.phys ionIoni + 0 23.2 -6.87 188 0.0817 0 0 0 test.phys initStep + 1 23.2 -6.87 188 0 0.0817 0.000843 0.000843 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3365,18 +1892,21 @@ 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 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 6.79 0.89 0 6.79 507 test.phys biasWrapper(hadElastic) - 3 81.5 244 57.7 0.842 0.0485 263 769 test.phys biasWrapper(hadElastic) - 4 97.6 309 -7.11e-15 0.842 0 88.1 857 World Transportation - 5 2.52e+03 1e+04 -8.67e+03 0.842 0 1.32e+04 1.41e+04 OutOfWorld Transportation + 2 0 0 16.3 0.887 0 16.3 516 test.phys biasWrapper(hadElastic) + 3 32.1 21.2 22.9 0.844 0.0431 39 555 test.phys biasWrapper(hadElastic) + 4 78.8 7.18 36.6 0.839 0.00499 50.7 606 test.phys biasWrapper(hadElastic) + 5 178 -58.8 75.4 0.774 0.0652 125 731 test.phys biasWrapper(hadElastic) + 6 269 -40.8 24.3 0.73 0.0441 106 837 test.phys biasWrapper(hadElastic) + 7 271 -33.1 7.11e-15 0.73 0 25.6 863 World Transportation + 8 1.31e+03 3.13e+03 -1e+04 0.73 0 1.05e+04 1.14e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 6.79 0.11 0 0 0 test.phys initStep - 1 -0.000201 -0.000601 6.79 0 0.11 0.00099 0.00099 test.phys ionIoni + 0 0 0 16.3 0.113 0 0 0 test.phys initStep + 1 -0.000534 -0.000352 16.3 0 0.113 0.00101 0.00101 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3385,56 +1915,59 @@ 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 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 8.39 0.855 0 8.39 508 test.phys biasWrapper(hadElastic) - 3 32.3 32.9 4.38 0.836 0.0184 46.2 555 test.phys biasWrapper(hadElastic) - 4 87.3 47.8 9.23 0.633 0 57.2 612 test.phys biasWrapper(hadElastic) - 5 -67 -66.7 5.78 0.511 0 192 804 test.phys biasWrapper(hadElastic) - 6 -67.2 -64.5 6.53 0.395 0 2.34 806 test.phys biasWrapper(hadElastic) - 7 -59.8 -71.9 4.98 0.376 0.0188 10.6 817 test.phys biasWrapper(hadElastic) - 8 -69.3 -262 11.1 0.295 0 190 1.01e+03 test.phys biasWrapper(hadElastic) - 9 -68.2 -260 9.33 0.282 0.0125 2.77 1.01e+03 test.phys biasWrapper(hadElastic) - 10 -59.2 -261 0 0.282 0 13 1.02e+03 World Transportation - 11 9.57e+03 -1.18e+03 -1e+04 0.282 0 1.39e+04 1.49e+04 OutOfWorld Transportation + 2 0 0 48.9 0.878 0 48.9 549 test.phys biasWrapper(hadElastic) + 3 -13.9 25.6 51.9 0.852 0.0259 29.3 578 test.phys biasWrapper(hadElastic) + 4 -56.1 44.8 51.4 0.831 0.0217 46.4 625 test.phys biasWrapper(hadElastic) + 5 -145 52.4 0 0.831 0 103 727 World Transportation + 6 -1e+04 907 -5.72e+03 0.831 0 1.14e+04 1.22e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.3 -262 11.1 0.0814 0 0 0 test.phys initStep - 1 -69.3 -262 11.1 0 0.0814 0.000842 0.000842 test.phys ionIoni + 0 0 0 48.9 0.122 0 0 0 test.phys initStep + 1 0.000312 -0.000575 48.9 0 0.122 0.00105 0.00105 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67.2 -64.5 6.53 0.116 0 0 0 test.phys initStep - 1 -67.2 -64.5 6.53 0 0.116 0.00102 0.00102 test.phys ionIoni + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 72.7 0.857 0 72.7 573 test.phys biasWrapper(hadElastic) + 3 -45.5 -120 64.3 0.833 0.0244 129 702 test.phys biasWrapper(hadElastic) + 4 -55 -156 33.6 0.648 0 47.6 749 test.phys biasWrapper(hadElastic) + 5 -62.4 -148 58.4 0.525 0 27 776 test.phys biasWrapper(hadElastic) + 6 -40.1 -141 50.7 0.498 0.027 24.6 801 test.phys biasWrapper(hadElastic) + 7 94.3 -211 67.9 0.437 0.061 153 953 test.phys biasWrapper(hadElastic) + 8 93.3 -245 0 0.437 0 76 1.03e+03 World Transportation + 9 -59.5 -5.28e+03 -1e+04 0.437 0 1.12e+04 1.22e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67 -66.7 5.78 0.122 0 0 0 test.phys initStep - 1 -67 -66.7 5.78 0 0.122 0.00105 0.00105 test.phys ionIoni + 0 -62.4 -148 58.4 0.123 0 0 0 test.phys initStep + 1 -62.4 -148 58.4 0 0.123 0.00106 0.00106 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 87.3 47.8 9.23 0.203 0 0 0 test.phys initStep - 1 87.3 47.8 9.23 0 0.203 0.00138 0.00138 test.phys ionIoni + 0 -55 -156 33.6 0.185 0 0 0 test.phys initStep + 1 -55 -156 33.6 0 0.185 0.00133 0.00133 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 8.39 0.145 0 0 0 test.phys initStep - 1 -0.000472 -0.000481 8.39 0 0.145 0.00116 0.00116 test.phys ionIoni + 0 0 0 72.7 0.143 0 0 0 test.phys initStep + 1 0.000238 0.000629 72.7 0 0.143 0.00115 0.00115 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3443,21 +1976,26 @@ 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 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 58.5 0.941 0.0586 58.5 559 test.phys biasWrapper(hadElastic) - 3 -20 -30.2 84.4 0.937 0.00442 44.5 603 test.phys biasWrapper(hadElastic) - 4 -20.8 -31.8 86.5 0.785 0 2.78 606 test.phys biasWrapper(hadElastic) - 5 -19.2 -17.1 93.5 0.727 0.0575 16.4 622 test.phys biasWrapper(hadElastic) - 6 -62.4 5.69 114 0.72 0.00682 53 675 test.phys biasWrapper(hadElastic) - 7 -187 23.1 200 0.72 0 153 828 World Transportation - 8 -1e+04 1.39e+03 6.95e+03 0.72 0 1.2e+04 1.28e+04 OutOfWorld Transportation + 2 0 0 58.4 0.917 0 58.4 558 test.phys biasWrapper(hadElastic) + 3 17.4 -2.16 66 0.789 0 19.1 578 test.phys biasWrapper(hadElastic) + 4 47.3 32 0 0.789 0 80.1 658 World Transportation + 5 4.58e+03 5.22e+03 -1e+04 0.789 0 1.21e+04 1.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 17.4 -2.16 66 0.127 0 0 0 test.phys initStep + 1 17.4 -2.16 66 0 0.127 0.00108 0.00108 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.8 -31.8 86.5 0.152 0 0 0 test.phys initStep - 1 -20.8 -31.8 86.5 0 0.152 0.00119 0.00119 test.phys ionIoni + 0 0 0 58.4 0.0833 0 0 0 test.phys initStep + 1 -0.000554 6.88e-05 58.4 0 0.0833 0.000852 0.000852 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3466,328 +2004,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 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 200 1 0 200 700 World Transportation - 3 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 129 0.948 0.0515 129 629 test.phys biasWrapper(hadElastic) - 3 19.3 18.6 151 0.894 0.0547 34.6 664 test.phys biasWrapper(hadElastic) - 4 16.1 19 187 0.682 0 36.4 700 test.phys biasWrapper(hadElastic) - 5 -6.89 12.2 135 0.621 0.0608 57.7 758 test.phys biasWrapper(hadElastic) - 6 -16.6 31 128 0.619 0.00203 22.3 780 test.phys biasWrapper(hadElastic) - 7 -250 308 11.3 0.55 0.0693 380 1.16e+03 test.phys biasWrapper(hadElastic) - 8 -210 369 31.5 0.498 0.0523 75.2 1.24e+03 test.phys biasWrapper(hadElastic) - 9 -196 365 30.7 0.485 0.0129 14.2 1.25e+03 test.phys biasWrapper(hadElastic) - 10 -153 363 -7.11e-15 0.485 0 52.7 1.3e+03 World Transportation - 11 1e+04 53.6 -7.28e+03 0.485 0 1.25e+04 1.38e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 16.1 19 187 0.212 0 0 0 test.phys initStep - 1 16.1 19 187 0 0.212 0.0014 0.0014 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 57.2 0.85 0 57.2 557 test.phys biasWrapper(hadElastic) - 3 -61.6 -31.3 48.8 0.786 0.0643 69.6 627 test.phys biasWrapper(hadElastic) - 4 -80.7 -18.2 32 0.616 0 28.5 655 test.phys biasWrapper(hadElastic) - 5 -80.3 -22.5 33.7 0.526 0 4.57 660 test.phys biasWrapper(hadElastic) - 6 -77.3 -4.59 68.9 0.508 0.0175 39.6 700 test.phys biasWrapper(hadElastic) - 7 -75.9 -4.83 71.3 0.45 0.0582 2.83 702 test.phys biasWrapper(hadElastic) - 8 -89.5 -14.1 81.8 0.351 0 19.6 722 test.phys biasWrapper(hadElastic) - 9 -42.4 -29.3 0 0.351 0 95.6 818 World Transportation - 10 5.71e+03 -1.88e+03 -1e+04 0.351 0 1.17e+04 1.25e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89.5 -14.1 81.8 0.0994 0 0 0 test.phys initStep - 1 -89.5 -14.1 81.8 0 0.0994 0.000937 0.000937 test.phys ionIoni + 2 0 0 37 0 0 37 537 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.3 -22.5 33.7 0.0906 0 0 0 test.phys initStep - 1 -80.3 -22.5 33.7 0 0.0906 0.000891 0.000891 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.7 -18.2 32 0.17 0 0 0 test.phys initStep - 1 -80.7 -18.2 32 0 0.17 0.00127 0.00127 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 57.2 0.15 0 0 0 test.phys initStep - 1 0.0006 0.000305 57.2 0 0.15 0.00118 0.00118 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 200 1 0 200 700 World Transportation - 3 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 105 0.964 0.0357 105 605 test.phys biasWrapper(hadElastic) - 3 -82.6 3.58 198 0.963 0.00128 125 729 test.phys biasWrapper(hadElastic) - 4 -84.9 4.1 200 0.963 0 3.3 732 World Transportation - 5 -9.47e+03 2.18e+03 1e+04 0.963 0 1.37e+04 1.45e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 61.3 0.881 0 61.3 561 test.phys biasWrapper(hadElastic) - 3 50.2 3.92 67.6 0.716 0 50.8 612 test.phys biasWrapper(hadElastic) - 4 48.1 7.41 65.2 0.677 0.0384 4.76 617 test.phys biasWrapper(hadElastic) - 5 29.6 5.13 44.4 0.528 0 28 645 test.phys biasWrapper(hadElastic) - 6 106 -25.3 61 0.497 0.031 83.7 728 test.phys biasWrapper(hadElastic) - 7 157 -66 200 0.497 0 154 882 World Transportation - 8 3.79e+03 -2.93e+03 1e+04 0.497 0 1.08e+04 1.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 29.6 5.13 44.4 0.149 0 0 0 test.phys initStep - 1 29.6 5.13 44.4 0 0.149 0.00118 0.00118 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.2 3.92 67.6 0.165 0 0 0 test.phys initStep - 1 50.2 3.92 67.6 0 0.165 0.00125 0.00125 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 61.3 0.119 0 0 0 test.phys initStep - 1 -0.000648 -5.06e-05 61.3 0 0.119 0.00103 0.00103 test.phys ionIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 60.2 0 0 60.2 560 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = C12, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 60.2 1.1 0 0 0 test.phys initStep - 1 -0.00144 0.00194 60.2 0 1.1 0.00248 0.00248 test.phys ionIoni - -********************************************************************************************************* -* 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 0 60.2 0.401 0 0 0 test.phys initStep - 1 -9.25 5.43 85.5 0.191 0 27.5 27.5 test.phys biasWrapper(compt) - 2 94.4 83.2 49.1 0.127 0 135 162 test.phys biasWrapper(compt) - 3 -17 128 0 0.127 0 130 292 World Transportation - 4 -1e+04 4.11e+03 -4.4e+03 0.127 0 1.16e+04 1.19e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 94.4 83.2 49.1 0.0646 0 0 0 test.phys initStep - 1 94.4 83.3 49.1 0 0.0646 0.0945 0.0945 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.25 5.43 85.5 0.209 0 0 0 test.phys initStep - 1 -9.44 5.41 85.8 0 0.209 0.672 0.672 test.phys 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 0 60.2 1.13 0 0 0 test.phys initStep - 1 196 197 32.1 1.11 0 279 279 test.phys biasWrapper(compt) - 2 230 225 23.8 0.417 0 44.8 324 test.phys biasWrapper(compt) - 3 210 258 0 0.417 0 45.5 369 World Transportation - 4 -5.45e+03 1e+04 -6.9e+03 0.417 0 1.32e+04 1.36e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 230 225 23.8 0.69 0 0 0 test.phys initStep - 1 231 225 23.8 0.369 0.321 2.16 2.16 test.phys eIoni - 2 231 225 23.9 0.126 0.243 1.42 3.57 test.phys eIoni - 3 231 225 23.8 0 0.126 0.295 3.87 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 196 197 32.1 0.0196 0 0 0 test.phys initStep - 1 196 197 32.1 0 0.0196 0.0116 0.0116 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 60.2 1.34 0 0 0 test.phys initStep - 1 12.7 52.7 40.1 1.27 0.0618 57.9 57.9 test.phys biasWrapper(hadElastic) - 2 42.6 69 0 1.27 0 52.6 110 World Transportation - 3 7.52e+03 4.13e+03 -1e+04 1.27 0 1.31e+04 1.32e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 60.2 5.43 0 0 0 test.phys initStep - 1 0.13 -0.0993 60.4 3.92 1.51 0.265 0.265 test.phys hIoni - 2 0.231 -0.175 60.6 2.32 1.6 0.204 0.469 test.phys hIoni - 3 0.298 -0.219 60.7 0.343 1.97 0.129 0.598 test.phys hIoni - 4 0.302 -0.222 60.7 0 0.343 0.00751 0.605 test.phys hIoni + 0 0 0 37 0.168 0 0 0 test.phys initStep + 1 -7.06e-05 0.000478 37 0 0.168 0.00127 0.00127 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 60.2 5.64 0 0 0 test.phys initStep - 1 95.9 300 200 5.64 0 345 345 World Transportation - 2 3.2e+03 1e+04 4.72e+03 5.64 0 1.11e+04 1.15e+04 OutOfWorld Transportation + 0 0 0 37 0.243 0 0 0 test.phys initStep + 1 -3.96 -23.9 1.6 0.157 0 42.9 42.9 test.phys compt + 2 -3.57 -20.6 0 0.157 0 3.74 46.7 World Transportation + 3 1.18e+03 1e+04 -4.77e+03 0.157 0 1.12e+04 1.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.96 -23.9 1.6 0.0864 0 0 0 test.phys initStep + 1 -3.97 -24 1.57 0 0.0864 0.156 0.156 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 60.2 72.4 0 0 0 test.phys initStep - 1 11.7 -54.8 200 72.4 0 151 151 World Transportation - 2 829 -3.9e+03 1e+04 72.4 0 1.06e+04 1.07e+04 OutOfWorld Transportation + 0 0 0 37 0.552 0 0 0 test.phys initStep + 1 9.14 -61.2 0 0.552 0 72.1 72.1 World Transportation + 2 1.49e+03 -1e+04 -6.01e+03 0.552 0 1.17e+04 1.18e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 26.6 0.959 0.0408 26.6 527 test.phys biasWrapper(hadElastic) + 3 51 40.2 92.3 0.894 0.0655 92.4 619 test.phys biasWrapper(hadElastic) + 4 37 45.8 127 0.881 0.0127 37.5 657 test.phys biasWrapper(hadElastic) + 5 16 96.7 200 0.881 0 91.7 748 World Transportation + 6 -2.8e+03 6.89e+03 1e+04 0.881 0 1.23e+04 1.3e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 155 0.853 0 155 655 test.phys biasWrapper(hadElastic) + 3 11.7 -7.46 153 0.657 0 14 669 test.phys biasWrapper(hadElastic) + 4 -27.7 36.4 200 0.657 0 75.1 744 World Transportation + 5 -8.32e+03 9.28e+03 1e+04 0.657 0 1.58e+04 1.66e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 1.12 98.4 0 1.12 501 test.phys biasWrapper(hadElastic) - 3 -96.2 -29.8 200 98.4 0 223 724 World Transportation - 4 -4.83e+03 -1.5e+03 1e+04 98.4 0 1.1e+04 1.17e+04 OutOfWorld Transportation + 0 11.7 -7.46 153 0.197 0 0 0 test.phys initStep + 1 11.7 -7.46 153 0 0.197 0.00136 0.00136 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 1.12 1.62 0 0 0 test.phys initStep - 1 0.00237 0.000736 1.12 0 1.62 0.00257 0.00257 test.phys ionIoni + 0 0 0 155 0.147 0 0 0 test.phys initStep + 1 -0.000568 0.000362 155 0 0.147 0.00117 0.00117 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 200 1 0 200 700 World Transportation + 3 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 93.5 0.944 0.056 93.5 593 test.phys biasWrapper(hadElastic) + 3 -30.6 9.15 117 0.879 0.065 39.9 633 test.phys biasWrapper(hadElastic) + 4 -118 -104 181 0.802 0 157 790 test.phys biasWrapper(hadElastic) + 5 -154 -87.9 200 0.802 0 44.1 834 World Transportation + 6 -1e+04 4.31e+03 5.32e+03 0.802 0 1.19e+04 1.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -118 -104 181 0.0767 0 0 0 test.phys initStep + 1 -118 -104 181 0 0.0767 0.000816 0.000816 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3796,8 +2120,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 0 0 -500 100 0 0 0 World initStep 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + 2 0 0 78.8 99.3 0 78.8 579 test.phys biasWrapper(hadElastic) + 3 -38.3 8.08 200 99.3 0 127 706 World Transportation + 4 -3.14e+03 662 1e+04 99.3 0 1.03e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 78.8 0.732 0 0 0 test.phys initStep + 1 0.00201 -0.000424 78.8 0 0.732 0.0021 0.0021 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3806,81 +2139,794 @@ 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 -500 100 0 0 0 World initStep 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 200 100 0 200 700 World Transportation - 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + 2 0 0 71.9 0 0 71.9 572 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = N14, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 5.49 0 0 5.49 505 test.phys biasWrapper(neutronInelastic) + 0 0 0 71.9 0.41 0 0 0 test.phys initStep + 1 0.00167 8.14e-05 71.9 0 0.41 0.00175 0.00175 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = C13, Track ID = 5, Parent ID = 1 +* 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 0 5.49 2.09 0 0 0 test.phys initStep - 1 0.00289 -0.0009 5.49 0 2.09 0.00314 0.00314 test.phys ionIoni + 0 0 0 71.9 0.28 0 0 0 test.phys initStep + 1 12.7 8.88 49.8 0.246 0 27 27 test.phys compt + 2 17.1 41.3 30.9 0.133 0 37.9 64.8 test.phys compt + 3 -102 -40.7 200 0.133 0 222 287 World Transportation + 4 -6.99e+03 -4.8e+03 1e+04 0.133 0 1.29e+04 1.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 17.1 41.3 30.9 0.113 0 0 0 test.phys initStep + 1 17.1 41.4 30.8 0 0.113 0.245 0.245 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 12.7 8.88 49.8 0.034 0 0 0 test.phys initStep + 1 12.7 8.87 49.8 0 0.034 0.0307 0.0307 test.phys 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 0 5.49 0.3 0 0 0 test.phys initStep - 1 -163 -163 73.2 0.264 0 241 241 test.phys biasWrapper(compt) - 2 -164 -164 75.1 0.251 0 2.39 243 test.phys biasWrapper(compt) - 3 -283 -188 137 0.22 0 135 378 test.phys biasWrapper(compt) - 4 -303 -194 200 0.22 0 66.9 445 World Transportation - 5 -3.48e+03 -1.08e+03 1e+04 0.22 0 1.03e+04 1.08e+04 OutOfWorld Transportation + 0 0 0 71.9 0.718 0 0 0 test.phys initStep + 1 20.1 82.9 0 0.718 0 112 112 World Transportation + 2 2.42e+03 1e+04 -8.61e+03 0.718 0 1.34e+04 1.35e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -283 -188 137 0.0308 0 0 0 test.phys initStep - 1 -283 -188 137 0 0.0308 0.0258 0.0258 test.phys eIoni + 0 0 0 71.9 1.97 0 0 0 test.phys initStep + 1 18.4 20.5 70.3 1.69 0 27.6 27.6 test.phys compt + 2 65.4 83.4 87.8 0.603 0 80.4 108 test.phys compt + 3 37.3 229 0 0.603 0 172 280 World Transportation + 4 -1.85e+03 1e+04 -5.9e+03 0.603 0 1.16e+04 1.18e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -164 -164 75.1 0.013 0 0 0 test.phys initStep - 1 -164 -164 75.1 0 0.013 0.0056 0.0056 test.phys eIoni + 0 65.4 83.4 87.8 1.09 0 0 0 test.phys initStep + 1 67.1 84.7 88.9 0.662 0.427 2.86 2.86 test.phys eIoni + 2 67.7 85.1 90.2 0.394 0.268 2.1 4.96 test.phys eIoni + 3 68.4 84.9 90.8 0.148 0.245 1.5 6.46 test.phys eIoni + 4 68.5 84.8 90.9 0 0.148 0.385 6.84 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -163 -163 73.2 0.0366 0 0 0 test.phys initStep - 1 -163 -163 73.2 0 0.0366 0.035 0.035 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 5.49 1.37 0 0 0 test.phys initStep - 1 -0.0538 -0.0187 5.5 0.139 1.23 0.0579 0.0579 test.phys hIoni - 2 -0.0566 -0.0194 5.5 0 0.139 0.00293 0.0608 test.phys hIoni + 0 18.4 20.5 70.3 0.282 0 0 0 test.phys initStep + 1 18.7 20.6 69.8 0.0312 0.25 1.06 1.06 test.phys eIoni + 2 18.7 20.6 69.8 0 0.0312 0.0264 1.09 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 5.49 88.7 0 0 0 test.phys initStep - 1 -82.3 41.8 200 88.7 0 215 215 World Transportation - 2 -4.23e+03 2.15e+03 1e+04 88.7 0 1.08e+04 1.11e+04 OutOfWorld Transportation -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 0 0 71.9 96.6 0 0 0 test.phys initStep + 1 -31 -2.12 200 96.6 0 132 132 World Transportation + 2 -2.4e+03 -164 1e+04 96.6 0 1.01e+04 1.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 9.68 0 0 9.68 510 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = Be8, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 9.68 1.19 0 0 0 test.phys initStep + 1 0.00192 5.7e-05 9.68 0 1.19 0.00317 0.00317 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = triton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 9.68 1.5 0 0 0 test.phys initStep + 1 0.00256 0.0367 9.67 0 1.5 0.0373 0.0373 test.phys hIoni + 2 0.00256 0.0367 9.67 0 0 0 0.0373 test.phys Decay + +********************************************************************************************************* +* 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 0 9.68 0.489 0 0 0 test.phys initStep + 1 3.32 2.72 3.55e-15 0.489 0 10.6 10.6 World Transportation + 2 3.44e+03 2.81e+03 -1e+04 0.489 0 1.09e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 9.68 1.56 0 0 0 test.phys initStep + 1 0.0115 -0.0704 9.67 0.00117 1.56 0.0714 0.0714 test.phys hIoni + 2 0.0115 -0.0704 9.67 0 0.00117 0.000212 0.0716 test.phys hIoni + +********************************************************************************************************* +* 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 0 9.68 2.54 0 0 0 test.phys initStep + 1 306 86.9 63.7 2.27 0 323 323 test.phys compt + 2 837 136 86.5 0.349 0 534 857 test.phys compt + 3 813 16.9 149 0.313 0 137 994 test.phys compt + 4 807 -11 200 0.313 0 58.4 1.05e+03 World Transportation + 5 -348 -5.38e+03 1e+04 0.313 0 1.12e+04 1.23e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 813 16.9 149 0.0357 0 0 0 test.phys initStep + 1 813 16.9 149 0 0.0357 0.0335 0.0335 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 837 136 86.5 1.92 0 0 0 test.phys initStep + 1 839 137 86.5 1.08 0.379 1.88 1.88 test.phys eIoni + 2 841 137 85.8 0.733 0.349 2.85 4.73 test.phys eIoni + 3 843 137 85.8 0.48 0.254 2.24 6.96 test.phys eIoni + 4 844 137 86.5 0.163 0.316 1.72 8.69 test.phys eIoni + 5 844 137 86.3 0 0.163 0.452 9.14 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 839 137 86.5 0.456 0 0 0 test.phys initStep + 1 839 137 87 0.212 0.244 1.66 1.66 test.phys eIoni + 2 840 137 87 0 0.212 0.686 2.35 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 306 86.9 63.7 0.275 0 0 0 test.phys initStep + 1 306 87.3 64 0 0.275 1.03 1.03 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 9.68 3.37 0 0 0 test.phys initStep + 1 55.3 -179 17.4 2.56 0 188 188 test.phys biasWrapper(hadElastic) + 2 85.2 50 43.3 2.04 0 233 421 test.phys biasWrapper(hadElastic) + 3 77.1 26.1 0 2.04 0 50 471 World Transportation + 4 -1.79e+03 -5.49e+03 -1e+04 2.04 0 1.16e+04 1.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 15, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 85.2 50 43.3 0.525 0 0 0 test.phys initStep + 1 85.2 50 43.3 0 0.525 0.0019 0.0019 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 14, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55.3 -179 17.4 0.81 0 0 0 test.phys initStep + 1 55.3 -179 17.4 0 0.81 0.00216 0.00216 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 9.68 4.02 0 0 0 test.phys initStep + 1 0.0191 0.0137 9.88 2.3 1.72 0.208 0.208 test.phys hIoni + 2 0.0355 0.028 10 0.345 1.96 0.128 0.336 test.phys hIoni + 3 0.0365 0.0289 10 0.00532 0.34 0.00758 0.344 test.phys hIoni + 4 0.0365 0.029 10 0 0.00532 0.000452 0.344 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 9.68 45.6 0 0 0 test.phys initStep + 1 -3.55 0.902 17.2 0 0 8.38 8.38 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = C12, Track ID = 22, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.55 0.902 17.2 0.853 0 0 0 test.phys initStep + 1 -3.55 0.903 17.2 0 0.853 0.00232 0.00232 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.55 0.902 17.2 0.628 0 0 0 test.phys initStep + 1 -78 13 35.2 0.215 0 77.6 77.6 test.phys compt + 2 103 -196 171 0.146 0 308 385 test.phys compt + 3 79.9 -191 200 0.146 0 37.5 423 World Transportation + 4 -7.7e+03 1.51e+03 1e+04 0.146 0 1.26e+04 1.31e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 103 -196 171 0.0683 0 0 0 test.phys initStep + 1 103 -196 171 0 0.0683 0.104 0.104 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -78 13 35.2 0.413 0 0 0 test.phys initStep + 1 -78.9 13.3 35.3 0.11 0.303 1.55 1.55 test.phys eIoni + 2 -79 13.4 35.3 0 0.11 0.234 1.79 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.55 0.902 17.2 2.69 0 0 0 test.phys initStep + 1 39.1 -39.6 7.11e-15 2.69 0 61.3 61.3 World Transportation + 2 1e+04 -9.49e+03 -4.02e+03 2.69 0 1.43e+04 1.44e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 19, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.55 0.902 17.2 2.91 0 0 0 test.phys initStep + 1 -58.1 75.3 168 2.64 0 177 177 test.phys biasWrapper(hadElastic) + 2 -86.8 191 144 0 0 122 298 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 28, Parent ID = 19 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -86.8 191 144 0.128 0 0 0 test.phys initStep + 1 -86.8 191 144 0 0.128 0.00108 0.00108 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 19 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -86.8 191 144 0.0726 0 0 0 test.phys initStep + 1 11.2 146 96.6 0.0718 0 118 118 test.phys compt + 2 86.2 77.1 12.6 0.0616 0 132 250 test.phys compt + 3 102 123 3.14 0 0.000403 48.9 299 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 102 123 3.14 0.0612 0 0 0 test.phys initStep + 1 102 123 3.14 0 0.0612 0.0859 0.0859 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 86.2 77.1 12.6 0.0103 0 0 0 test.phys initStep + 1 86.2 77.1 12.6 0 0.0103 0.00372 0.00372 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11.2 146 96.6 0.000722 0 0 0 test.phys initStep + 1 11.2 146 96.6 0 0.000722 5.33e-05 5.33e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 26, Parent ID = 19 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -86.8 191 144 2.37 0 0 0 test.phys initStep + 1 -244 298 200 2.37 0 198 198 World Transportation + 2 -1e+04 6.94e+03 3.65e+03 2.37 0 1.23e+04 1.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 25, Parent ID = 19 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -58.1 75.3 168 0.276 0 0 0 test.phys initStep + 1 -58.1 75.3 168 0 0.276 0.00155 0.00155 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 18, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.55 0.902 17.2 4.68 0 0 0 test.phys initStep + 1 -3.76 0.832 17.1 3.12 1.56 0.234 0.234 test.phys hIoni + 2 -3.92 0.778 17.1 1.36 1.76 0.171 0.405 test.phys hIoni + 3 -3.97 0.759 17.1 0.0105 1.35 0.0572 0.462 test.phys hIoni + 4 -3.97 0.759 17.1 0 0.0105 0.000619 0.463 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.55 0.902 17.2 6.19 0 0 0 test.phys initStep + 1 -21.4 7.79 21.4 0 0 19.6 19.6 test.phys conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.4 7.79 21.4 1.97 0 0 0 test.phys initStep + 1 -24.8 9.27 22.6 1.52 0.445 4.36 4.36 test.phys eIoni + 2 -25.4 10.9 25.3 1.18 0.346 3.62 7.98 test.phys eIoni + 3 -24 12.2 26.9 0.665 0.513 3.03 11 test.phys eIoni + 4 -24.2 12.4 28.5 0.377 0.288 2.11 13.1 test.phys eIoni + 5 -24.4 11.6 28.4 0 0.377 1.43 14.6 test.phys eIoni + 6 -24.4 11.6 28.4 0 0 0 14.6 test.phys annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.4 11.6 28.4 0.511 0 0 0 test.phys initStep + 1 1.4 -4.16 0 0.511 0 41.5 41.5 World Transportation + 2 9.08e+03 -5.55e+03 -1e+04 0.511 0 1.46e+04 1.46e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.4 11.6 28.4 0.511 0 0 0 test.phys initStep + 1 -180 107 200 0.511 0 251 251 World Transportation + 2 -9.08e+03 5.54e+03 1e+04 0.511 0 1.43e+04 1.46e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.4 7.79 21.4 3.19 0 0 0 test.phys initStep + 1 -27.1 9.31 20.8 2.43 0.763 6.34 6.34 test.phys eIoni + 2 -28.6 11.5 16.9 1.92 0.514 5.09 11.4 test.phys eIoni + 3 -29.6 14 14.3 1.32 0.596 4.25 15.7 test.phys eIoni + 4 -31.7 15.9 14.6 0.975 0.346 3.25 18.9 test.phys eIoni + 5 -33.6 16.8 14.3 0.455 0.52 2.67 21.6 test.phys eIoni + 6 -34.2 16.9 13.5 0.0395 0.415 1.66 23.3 test.phys eIoni + 7 -34.2 16.9 13.5 0 0.0395 0.04 23.3 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 16, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.55 0.902 17.2 15.1 0 0 0 test.phys initStep + 1 -3.18 0.582 18.1 13.4 0 0.999 0.999 test.phys biasWrapper(hadElastic) + 2 7.01 22.8 27.5 0 0 26.2 27.2 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 41, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.01 22.8 27.5 2.35 0 0 0 test.phys initStep + 1 7.01 22.8 27.5 0 2.35 0.00285 0.00285 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.01 22.8 27.5 0.409 0 0 0 test.phys initStep + 1 16.5 -9.69 200 0.409 0 176 176 World Transportation + 2 558 -1.85e+03 1e+04 0.409 0 9.99e+03 1.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.01 22.8 27.5 0.621 0 0 0 test.phys initStep + 1 22.1 122 167 0.236 0 172 172 test.phys compt + 2 41.3 109 164 0.234 0 23.3 195 test.phys compt + 3 55 101 159 0.186 0 16.5 212 test.phys compt + 4 72.7 107 169 0.164 0 21 233 test.phys compt + 5 113 211 200 0.164 0 116 349 World Transportation + 6 3.85e+03 1e+04 3.06e+03 0.164 0 1.09e+04 1.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.7 107 169 0.0215 0 0 0 test.phys initStep + 1 72.7 107 169 0 0.0215 0.0137 0.0137 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55 101 159 0.0478 0 0 0 test.phys initStep + 1 55 101 159 0 0.0478 0.0558 0.0558 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.3 109 164 0.00211 0 0 0 test.phys initStep + 1 41.3 109 164 0 0.00211 0.000258 0.000258 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.1 122 167 0.385 0 0 0 test.phys initStep + 1 21.9 122 168 0.131 0.254 1.47 1.47 test.phys eIoni + 2 21.9 123 168 0 0.131 0.314 1.78 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 38, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.01 22.8 27.5 4.95 0 0 0 test.phys initStep + 1 8.37 -11.7 11.3 4.72 0 38.1 38.1 test.phys biasWrapper(hadElastic) + 2 -5.21 -21.9 -3.55e-15 4.72 0 20.4 58.5 World Transportation + 3 -1e+04 -7.5e+03 -8.29e+03 4.72 0 1.5e+04 1.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 46, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 8.37 -11.7 11.3 0.235 0 0 0 test.phys initStep + 1 8.37 -11.7 11.3 0 0.235 0.00146 0.00146 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.01 22.8 27.5 5.01 0 0 0 test.phys initStep + 1 242 5.24 159 4.68 0 270 270 test.phys compt + 2 301 4.12 184 1.4 0 63 333 test.phys compt + 3 445 29.1 137 0.218 0 154 487 test.phys compt + 4 426 22.2 141 0.14 0 20.9 508 test.phys compt + 5 433 18 91.7 0.136 0 49.7 558 test.phys compt + 6 434 21.2 84.2 0.0956 0 8.24 566 test.phys compt + 7 396 2.99 101 0.0725 0 44.9 611 test.phys compt + 8 495 236 102 0.0697 0 253 864 test.phys compt + 9 478 279 108 0.0688 0 46 910 test.phys compt + 10 467 301 124 0.0666 0 29.9 940 test.phys compt + 11 455 337 117 0.0623 0 37.9 978 test.phys compt + 12 483 371 67.4 0.0612 0 66.4 1.04e+03 test.phys compt + 13 483 374 53.8 0.0573 0 13.9 1.06e+03 test.phys compt + 14 490 309 0 0.0573 0 84.7 1.14e+03 World Transportation + 15 1.61e+03 -1e+04 -8.53e+03 0.0573 0 1.34e+04 1.46e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 483 374 53.8 0.00391 0 0 0 test.phys initStep + 1 483 374 53.8 0 0.00391 0.000709 0.000709 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 483 371 67.4 0.00112 0 0 0 test.phys initStep + 1 483 371 67.4 0 0.00112 9.85e-05 9.85e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 455 337 117 0.00421 0 0 0 test.phys initStep + 1 455 337 117 0 0.00421 0.000804 0.000804 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 467 301 124 0.00228 0 0 0 test.phys initStep + 1 467 301 124 0 0.00228 0.000294 0.000294 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 478 279 108 0.000863 0 0 0 test.phys initStep + 1 478 279 108 0 0.000863 6.78e-05 6.78e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 495 236 102 0.00283 0 0 0 test.phys initStep + 1 495 236 102 0 0.00283 0.000416 0.000416 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 396 2.99 101 0.023 0 0 0 test.phys initStep + 1 396 2.98 101 0 0.023 0.0154 0.0154 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 434 21.2 84.2 0.0403 0 0 0 test.phys initStep + 1 434 21.2 84.1 0 0.0403 0.0414 0.0414 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 433 18 91.7 0.00444 0 0 0 test.phys initStep + 1 433 18 91.7 0 0.00444 0.000878 0.000878 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 426 22.2 141 0.0776 0 0 0 test.phys initStep + 1 426 22.2 141 0 0.0776 0.13 0.13 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 445 29.1 137 1.18 0 0 0 test.phys initStep + 1 447 29.6 136 0.827 0.351 3.01 3.01 test.phys eIoni + 2 449 29.6 136 0.231 0.596 2.41 5.42 test.phys eIoni + 3 450 29.5 136 0 0.231 0.785 6.21 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 301 4.12 184 3.28 0 0 0 test.phys initStep + 1 306 3.54 186 2.38 0.902 6.49 6.49 test.phys eIoni + 2 310 1.71 188 1.8 0.579 5.01 11.5 test.phys eIoni + 3 310 0.846 192 1.17 0.63 4.06 15.6 test.phys eIoni + 4 311 -0.535 194 0.784 0.388 3 18.6 test.phys eIoni + 5 312 -1.82 194 0.463 0.321 2.33 20.9 test.phys eIoni + 6 311 -2.76 194 0.175 0.287 1.68 22.6 test.phys eIoni + 7 311 -2.78 194 0 0.175 0.506 23.1 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 242 5.24 159 0.334 0 0 0 test.phys initStep + 1 242 4.98 160 0.0683 0.266 1.3 1.3 test.phys eIoni + 2 243 5.01 160 0 0.0683 0.104 1.4 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 36, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.18 0.582 18.1 1.68 0 0 0 test.phys initStep + 1 -3.18 0.579 18.1 0 1.68 0.0026 0.0026 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 200 100 0 200 700 World Transportation + 3 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 168 99.6 0 168 668 test.phys biasWrapper(hadElastic) + 3 -0.288 7.77 200 99.6 0 33 701 World Transportation + 4 -88.5 2.39e+03 1e+04 99.6 0 1.01e+04 1.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 168 0.428 0 0 0 test.phys initStep + 1 6.38e-05 -0.00172 168 0 0.428 0.00178 0.00178 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 16.1 0 0 16.1 516 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = Be8, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 16.1 0.0522 0 0 0 test.phys initStep + 1 0.000744 0.000102 16.1 0 0.0522 0.000909 0.000909 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = alpha, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 16.1 8.49 0 0 0 test.phys initStep + 1 0.00258 0.0695 16.2 0.791 7.7 0.119 0.119 test.phys ionIoni + 2 0.00282 0.0737 16.2 0 0.791 0.00734 0.126 test.phys ionIoni + +********************************************************************************************************* +* 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 0 16.1 0.398 0 0 0 test.phys initStep + 1 129 58.5 200 0.398 0 232 232 World Transportation + 2 6.99e+03 3.18e+03 1e+04 0.398 0 1.24e+04 1.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 0 16.1 3.28 0 0 0 test.phys initStep + 1 -6.76 -6.85 0 3.28 0 18.8 18.8 World Transportation + 2 -4.2e+03 -4.26e+03 -1e+04 3.28 0 1.16e+04 1.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 16.1 3.98 0 0 0 test.phys initStep + 1 226 -182 21.8 3.82 0 290 290 test.phys biasWrapper(hadElastic) + 2 238 -216 0 3.82 0 42.1 332 World Transportation + 3 3.71e+03 -1e+04 -6.29e+03 3.82 0 1.21e+04 1.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 9, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 226 -182 21.8 0.159 0 0 0 test.phys initStep + 1 226 -182 21.8 0 0.159 0.00122 0.00122 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 16.1 10.8 0 0 0 test.phys initStep + 1 -0.479 0.233 16 8.98 1.78 0.55 0.55 test.phys hIoni + 2 -0.867 0.414 15.9 7.23 1.75 0.44 0.99 test.phys hIoni + 3 -1.18 0.54 15.8 5.59 1.65 0.347 1.34 test.phys hIoni + 4 -1.42 0.628 15.7 4.01 1.58 0.271 1.61 test.phys hIoni + 5 -1.61 0.691 15.7 2.33 1.68 0.207 1.82 test.phys hIoni + 6 -1.73 0.734 15.6 0.397 1.94 0.13 1.95 test.phys hIoni + 7 -1.74 0.737 15.6 0.00127 0.395 0.00907 1.96 test.phys hIoni + 8 -1.74 0.737 15.6 0 0.00127 0.000221 1.96 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 16.1 53.2 0 0 0 test.phys initStep + 1 16.3 -103 200 53.2 0 211 211 World Transportation + 2 882 -5.59e+03 1e+04 53.2 0 1.13e+04 1.15e+04 OutOfWorld Transportation Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB02/History b/examples/extended/biasing/GB02/History index 38890eb59d..a70a732742 100644 --- a/examples/extended/biasing/GB02/History +++ b/examples/extended/biasing/GB02/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example GB02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (GB02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - GB02-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out index 58566160fb..da2f2b7e49 100644 --- a/examples/extended/biasing/GB02/exampleGB02.out +++ b/examples/extended/biasing/GB02/exampleGB02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -52,6 +52,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -90,7 +94,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -107,7 +112,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -117,8 +122,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -181,10 +187,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -209,10 +215,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -239,10 +245,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -271,10 +277,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -285,10 +291,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -298,10 +304,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -330,10 +336,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -362,10 +368,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -394,14 +400,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -412,7 +417,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -427,14 +432,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -445,7 +449,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -460,10 +464,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -492,10 +496,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -529,15 +533,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -547,10 +554,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -558,10 +567,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -570,6 +581,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -577,11 +589,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -589,11 +603,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -602,10 +618,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -616,10 +634,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -630,10 +650,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -643,10 +665,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -657,10 +681,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -671,10 +697,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -685,10 +713,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -698,11 +728,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -710,6 +742,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -717,6 +750,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -726,6 +760,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -733,11 +768,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -745,11 +782,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -759,11 +798,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -771,6 +812,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -778,6 +820,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -787,11 +830,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -799,11 +844,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -813,11 +860,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -825,11 +874,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -839,29 +890,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -888,243 +941,82 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 17.9 0.216 0 17.9 518 test.phys biasWrapper(compt) - 2 -7.42 7.85 7.11e-15 0.216 0 20.9 539 World Transportation - 3 -4.15e+03 4.39e+03 -1e+04 0.216 0 1.17e+04 1.22e+04 OutOfWorld Transportation + 1 0 0 74.5 0.264 0 74.5 574 test.phys compt + 2 54.2 -26.8 45.9 0.166 0 66.9 641 test.phys compt + 3 38.5 -22.9 22.3 0.138 0 28.6 670 test.phys compt + 4 -0.137 31.9 26.7 0.0953 0 67.2 737 test.phys compt + 5 3.68 31.2 24.6 0.0699 0 4.43 742 test.phys compt + 6 -18.5 33.6 28.7 0.055 0 22.7 764 test.phys compt + 7 29 24.8 29.1 0.05 0 48.4 813 test.phys compt + 8 27 -1.88 6.59 0.0473 0 34.9 848 test.phys compt + 9 25.4 0.0937 0 0.0473 0 7.05 855 World Transportation + 10 -2.33e+03 3e+03 -1e+04 0.0473 0 1.07e+04 1.16e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 17.9 0.784 0 0 0 test.phys initStep - 1 0.117 -0.124 19.7 0.311 0.473 2.33 2.33 test.phys eIoni - 2 0.361 -0.204 20.3 0.0831 0.228 1.2 3.53 test.phys eIoni - 3 0.418 -0.167 20.3 0 0.0831 0.146 3.68 test.phys eIoni + 0 27 -1.88 6.59 0.00277 0 0 0 test.phys initStep + 1 27 -1.88 6.59 0 0.00277 0.000402 0.000402 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + 0 29 24.8 29.1 0.00497 0 0 0 test.phys initStep + 1 29 24.8 29.1 0 0.00497 0.00106 0.00106 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 119 0.453 0 119 619 test.phys biasWrapper(compt) - 2 -94.4 163 196 0.284 0 203 822 test.phys biasWrapper(compt) - 3 -98.1 161 200 0.284 0 5.42 828 World Transportation - 4 -1e+04 -4.22e+03 9.72e+03 0.284 0 1.44e+04 1.52e+04 OutOfWorld Transportation + 0 -18.5 33.6 28.7 0.0149 0 0 0 test.phys initStep + 1 -18.5 33.6 28.7 0 0.0149 0.00716 0.00716 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -94.4 163 196 0.169 0 0 0 test.phys initStep - 1 -94.4 163 196 0 0.169 0.477 0.477 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 119 0.547 0 0 0 test.phys initStep - 1 0.295 -0.507 120 0.194 0.353 1.87 1.87 test.phys eIoni - 2 0.195 -0.728 120 0 0.194 0.597 2.47 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 39.9 0.925 0 39.9 540 test.phys biasWrapper(compt) - 2 16 -44.7 200 0.925 0 167 707 World Transportation - 3 997 -2.78e+03 1e+04 0.925 0 1.02e+04 1.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 39.9 0.0746 0 0 0 test.phys initStep - 1 -0.0185 0.0516 39.9 0 0.0746 0.121 0.121 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 53.8 0.917 0 53.8 554 test.phys biasWrapper(compt) - 2 18.9 -42 200 0.917 0 153 707 World Transportation - 3 1.29e+03 -2.86e+03 1e+04 0.917 0 1.03e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 53.8 0.0831 0 0 0 test.phys initStep - 1 -0.0269 0.0598 53.8 0 0.0831 0.146 0.146 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 155 0.712 0 155 655 test.phys biasWrapper(compt) - 2 -16.5 30.7 200 0.712 0 57.3 712 World Transportation - 3 -3.57e+03 6.65e+03 1e+04 0.712 0 1.23e+04 1.31e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 155 0.288 0 0 0 test.phys initStep - 1 0.189 -0.352 155 0.0617 0.226 1.09 1.09 test.phys eIoni - 2 0.181 -0.363 155 0 0.0617 0.0871 1.18 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 120 0.746 0 120 620 test.phys biasWrapper(compt) - 2 10.2 15.1 147 0.646 0 32.3 653 test.phys biasWrapper(compt) - 3 40.8 17.9 200 0.646 0 61.3 714 World Transportation - 4 5.7e+03 535 1e+04 0.646 0 1.13e+04 1.2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.2 15.1 147 0.101 0 0 0 test.phys initStep - 1 10.1 15.2 147 0 0.101 0.202 0.202 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 120 0.254 0 0 0 test.phys initStep - 1 -0.192 -0.285 121 0 0.254 0.91 0.91 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 110 0.258 0 110 610 test.phys biasWrapper(compt) - 2 146 24.7 30.6 0.129 0 168 779 test.phys biasWrapper(compt) - 3 97.8 14.7 49.3 0.129 0 53 832 test.phys biasWrapper(Rayl) - 4 82 13 55.7 0.102 0 17.2 849 test.phys biasWrapper(compt) - 5 67.3 57.4 26.7 0.081 0 55 904 test.phys biasWrapper(compt) - 6 115 33.5 0 0.081 0 59.6 964 World Transportation - 7 1e+04 -4.93e+03 -5.55e+03 0.081 0 1.24e+04 1.33e+04 OutOfWorld Transportation + 0 3.68 31.2 24.6 0.0254 0 0 0 test.phys initStep + 1 3.69 31.2 24.6 0 0.0254 0.0183 0.0183 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 67.3 57.4 26.7 0.021 0 0 0 test.phys initStep - 1 67.3 57.4 26.7 0 0.021 0.0131 0.0131 test.phys eIoni + 0 -0.137 31.9 26.7 0.0423 0 0 0 test.phys initStep + 1 -0.153 31.9 26.7 0 0.0423 0.0451 0.0451 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 82 13 55.7 0.0265 0 0 0 test.phys initStep - 1 82 13 55.8 0 0.0265 0.0198 0.0198 test.phys eIoni + 0 38.5 -22.9 22.3 0.028 0 0 0 test.phys initStep + 1 38.5 -22.9 22.3 0 0.028 0.0218 0.0218 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 146 24.7 30.6 0.129 0 0 0 test.phys initStep - 1 147 24.7 30.5 0 0.129 0.307 0.307 test.phys eIoni + 0 54.2 -26.8 45.9 0.098 0 0 0 test.phys initStep + 1 54.3 -26.8 45.9 0 0.098 0.193 0.193 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 110 0.742 0 0 0 test.phys initStep - 1 -0.339 -0.057 112 0.444 0.298 2.25 2.25 test.phys eIoni - 2 0.22 0.163 113 0.167 0.277 1.63 3.89 test.phys eIoni - 3 0.0919 0.218 113 0 0.167 0.47 4.36 test.phys eIoni + 0 0 0 74.5 0.736 0 0 0 test.phys initStep + 1 -0.323 0.159 76.2 0.477 0.26 2.24 2.24 test.phys eIoni + 2 -0.456 -0.34 77.2 0.196 0.281 1.71 3.96 test.phys eIoni + 3 -0.592 -0.616 77.2 0 0.196 0.607 4.56 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1143,19 +1035,37 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 29.5 0.235 0 29.5 530 test.phys biasWrapper(compt) - 2 -9.92 -31.4 1.07e-14 0.235 0 44.2 574 World Transportation - 3 -3.16e+03 -1e+04 -9.38e+03 0.235 0 1.4e+04 1.46e+04 OutOfWorld Transportation + 1 0 0 159 0.214 0 159 659 test.phys compt + 2 40.1 -32.4 62.3 0.159 0 109 768 test.phys compt + 3 22.6 -65.1 58.4 0.107 0 37.2 805 test.phys compt + 4 110 -35.1 0 0.107 0 109 915 World Transportation + 5 1e+04 3.36e+03 -6.61e+03 0.107 0 1.24e+04 1.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.6 -65.1 58.4 0.052 0 0 0 test.phys initStep + 1 22.6 -65.1 58.4 0 0.052 0.0647 0.0647 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.1 -32.4 62.3 0.0544 0 0 0 test.phys initStep + 1 40.1 -32.4 62.3 0 0.0544 0.07 0.07 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 29.5 0.765 0 0 0 test.phys initStep - 1 0.0801 0.253 31.3 0.522 0.244 2.3 2.3 test.phys eIoni - 2 -0.0319 -0.913 31.7 0.0648 0.457 1.82 4.11 test.phys eIoni - 3 -0.0494 -0.956 31.7 0 0.0648 0.0949 4.21 test.phys eIoni + 0 0 0 159 0.786 0 0 0 test.phys initStep + 1 -0.119 0.0967 161 0.485 0.301 2.33 2.33 test.phys eIoni + 2 -0.636 0.929 161 0.242 0.244 1.73 4.07 test.phys eIoni + 3 -0.942 0.871 161 0 0.242 0.844 4.91 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1174,17 +1084,36 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 91.7 0.974 0 91.7 592 test.phys biasWrapper(compt) - 2 -12.7 12.9 200 0.974 0 110 702 World Transportation - 3 -1.16e+03 1.18e+03 1e+04 0.974 0 9.94e+03 1.06e+04 OutOfWorld Transportation + 1 0 0 140 0.793 0 140 640 test.phys compt + 2 -15.7 5.41 169 0.428 0 33.2 674 test.phys compt + 3 -74.8 24.7 166 0.273 0 62.3 736 test.phys compt + 4 -87.2 31.5 200 0.273 0 37 773 World Transportation + 5 -3.64e+03 1.98e+03 1e+04 0.273 0 1.06e+04 1.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -74.8 24.7 166 0.155 0 0 0 test.phys initStep + 1 -75 24.7 166 0 0.155 0.414 0.414 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.7 5.41 169 0.364 0 0 0 test.phys initStep + 1 -15.6 5.41 170 0.151 0.214 1.4 1.4 test.phys eIoni + 2 -15.7 5.35 170 0 0.151 0.397 1.8 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 91.7 0.0261 0 0 0 test.phys initStep - 1 0.00626 -0.00637 91.7 0 0.0261 0.0192 0.0192 test.phys eIoni + 0 0 0 140 0.207 0 0 0 test.phys initStep + 1 0.249 -0.0861 141 0 0.207 0.663 0.663 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1203,49 +1132,486 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 51.6 0.238 0 51.6 552 test.phys biasWrapper(compt) - 2 13.7 4.89 39.6 0.13 0 18.9 570 test.phys biasWrapper(compt) - 3 -41.8 -34.3 45.6 0.113 0 68.3 639 test.phys biasWrapper(compt) - 4 -83.3 -15.2 25.5 0.0865 0 49.9 689 test.phys biasWrapper(compt) - 5 -45.7 -6.96 3.55e-15 0.0865 0 46.2 735 World Transportation - 6 1e+04 2.2e+03 -6.82e+03 0.0865 0 1.23e+04 1.31e+04 OutOfWorld Transportation + 1 0 0 110 0.917 0 110 610 test.phys compt + 2 14.8 17 181 0.253 0 75.1 685 test.phys compt + 3 33 26.5 162 0.131 0 28.5 713 test.phys compt + 4 32.8 26.5 162 0.121 0 0.706 714 test.phys compt + 5 34.9 60.2 200 0.121 0 50.6 765 World Transportation + 6 589 8.81e+03 1e+04 0.121 0 1.32e+04 1.39e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -83.3 -15.2 25.5 0.0265 0 0 0 test.phys initStep - 1 -83.3 -15.2 25.5 0 0.0265 0.0198 0.0198 test.phys eIoni + 0 32.8 26.5 162 0.0103 0 0 0 test.phys initStep + 1 32.8 26.5 162 0 0.0103 0.00373 0.00373 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.8 -34.3 45.6 0.0166 0 0 0 test.phys initStep - 1 -41.8 -34.4 45.6 0 0.0166 0.00865 0.00865 test.phys eIoni + 0 33 26.5 162 0.122 0 0 0 test.phys initStep + 1 33.1 26.5 161 0 0.122 0.279 0.279 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.7 4.89 39.6 0.109 0 0 0 test.phys initStep - 1 13.8 4.94 39.6 0 0.109 0.23 0.23 test.phys eIoni + 0 14.8 17 181 0.664 0 0 0 test.phys initStep + 1 14.9 17.2 183 0.0998 0.564 2.11 2.11 test.phys eIoni + 2 14.9 17.2 183 0 0.0998 0.199 2.31 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 51.6 0.762 0 0 0 test.phys initStep - 1 -0.264 -0.0939 53.3 0.388 0.374 2.29 2.29 test.phys eIoni - 2 -0.0501 -0.541 54.1 0.168 0.22 1.48 3.77 test.phys eIoni - 3 -0.134 -0.327 54 0 0.168 0.473 4.24 test.phys eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 0 0 110 0.083 0 0 0 test.phys initStep + 1 -0.0429 -0.0493 110 0 0.083 0.145 0.145 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 63.6 0.298 0 63.6 564 test.phys compt + 2 -10.4 -87.5 45.3 0.215 0 90 654 test.phys compt + 3 -9.89 -94 0 0.215 0 45.7 699 World Transportation + 4 92.5 -1.53e+03 -1e+04 0.215 0 1.01e+04 1.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.4 -87.5 45.3 0.0829 0 0 0 test.phys initStep + 1 -10.4 -87.5 45.3 0 0.0829 0.145 0.145 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 63.6 0.702 0 0 0 test.phys initStep + 1 0.0513 0.434 65.2 0.402 0.3 2.18 2.18 test.phys eIoni + 2 0.312 1.09 65.8 0.136 0.266 1.52 3.7 test.phys eIoni + 3 0.419 0.966 65.9 0 0.136 0.335 4.03 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 29.5 0.723 0 29.5 530 test.phys compt + 2 -3.71 14 49.1 0.423 0 24.4 554 test.phys compt + 3 -321 230 72.7 0.255 0 384 938 test.phys compt + 4 -327 231 51.7 0.254 0 22 960 test.phys compt + 5 -329 231 45.1 0.239 0 6.67 967 test.phys compt + 6 -335 206 0 0.239 0 51.8 1.02e+03 World Transportation + 7 -1.76e+03 -5.25e+03 -1e+04 0.239 0 1.15e+04 1.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -329 231 45.1 0.0154 0 0 0 test.phys initStep + 1 -329 231 45.1 0 0.0154 0.00763 0.00763 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -327 231 51.7 0.000929 0 0 0 test.phys initStep + 1 -327 231 51.7 0 0.000929 7.51e-05 7.51e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -321 230 72.7 0.167 0 0 0 test.phys initStep + 1 -321 230 72.7 0.133 0.0314 0.0706 0.0706 test.phys eBrem + 2 -321 230 72.8 0 0.133 0.321 0.391 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -321 230 72.7 0.00351 0 0 0 test.phys initStep + 1 -321 230 72.7 0 0.000403 0.0162 0.0162 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -321 230 72.7 0.00311 0 0 0 test.phys initStep + 1 -321 230 72.7 0 0.00311 0.000485 0.000485 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.71 14 49.1 0.3 0 0 0 test.phys initStep + 1 -3.48 14.2 49.7 0.0237 0.276 1.15 1.15 test.phys eIoni + 2 -3.49 14.2 49.7 0 0.0237 0.0162 1.17 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 29.5 0.277 0 0 0 test.phys initStep + 1 0.0981 -0.371 29.9 0.0284 0.249 1.04 1.04 test.phys eIoni + 2 0.107 -0.371 29.9 0 0.0284 0.0223 1.06 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 131 0.619 0 131 631 test.phys compt + 2 50.9 -35.9 189 0.374 0 85.5 716 test.phys compt + 3 63.2 -61.3 183 0.158 0 29.1 745 test.phys compt + 4 39.2 0.0335 164 0.125 0 68.3 814 test.phys compt + 5 144 47.3 118 0.113 0 124 938 test.phys compt + 6 145 51.9 117 0.101 0 4.84 943 test.phys compt + 7 149 57.3 91.1 0.0879 0 26.4 969 test.phys compt + 8 154 61.2 91.1 0.0876 0 6.79 976 test.phys compt + 9 211 96 78.1 0.0729 0 68.1 1.04e+03 test.phys compt + 10 151 174 128 0.0611 0 110 1.15e+03 test.phys compt + 11 138 171 69.8 0.0601 0 59.3 1.21e+03 test.phys compt + 12 153 152 9.83 0.0573 0 64.8 1.28e+03 test.phys compt + 13 177 149 7.11e-15 0.0573 0 26.2 1.3e+03 World Transportation + 14 1e+04 -958 -3.99e+03 0.0573 0 1.07e+04 1.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 153 152 9.83 0.00276 0 0 0 test.phys initStep + 1 153 152 9.83 0 0.00276 0.000399 0.000399 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 138 171 69.8 0.000954 0 0 0 test.phys initStep + 1 138 171 69.8 0 0.000954 7.8e-05 7.8e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 151 174 128 0.0118 0 0 0 test.phys initStep + 1 151 174 128 0 0.0118 0.00476 0.00476 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 211 96 78.1 0.0147 0 0 0 test.phys initStep + 1 211 96 78.1 0 0.0147 0.00701 0.00701 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 154 61.2 91.1 0.000341 0 0 0 test.phys initStep + 1 154 61.2 91.1 0 0.000341 2.16e-05 2.16e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 149 57.3 91.1 0.0135 0 0 0 test.phys initStep + 1 149 57.3 91.1 0 0.0135 0.00605 0.00605 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 145 51.9 117 0.0114 0 0 0 test.phys initStep + 1 145 51.9 117 0 0.0114 0.00446 0.00446 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 144 47.3 118 0.012 0 0 0 test.phys initStep + 1 144 47.3 118 0 0.012 0.00486 0.00486 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.2 0.0335 164 0.033 0 0 0 test.phys initStep + 1 39.2 0.0406 164 0 0.033 0.029 0.029 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 63.2 -61.3 183 0.216 0 0 0 test.phys initStep + 1 63.3 -61.7 183 0 0.216 0.709 0.709 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.9 -35.9 189 0.245 0 0 0 test.phys initStep + 1 51 -35.8 190 0 0.245 0.862 0.862 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 131 0.381 0 0 0 test.phys initStep + 1 -0.431 0.304 131 0.155 0.226 1.46 1.46 test.phys eIoni + 2 -0.528 0.121 131 0 0.155 0.416 1.87 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 165 0.341 0 165 665 test.phys compt + 2 -31.9 23.3 166 0.212 0 39.5 705 test.phys compt + 3 -283 -262 110 0.162 0 384 1.09e+03 test.phys compt + 4 -285 -261 105 0.107 0 5.75 1.09e+03 test.phys compt + 5 -285 -262 105 0.0975 0 0.979 1.1e+03 test.phys compt + 6 -206 -301 51.9 0.0804 0 103 1.2e+03 test.phys compt + 7 -228 -300 26 0.0683 0 34.1 1.23e+03 test.phys compt + 8 -268 -323 70.2 0.0555 0 64.1 1.3e+03 test.phys compt + 9 -259 -301 63.8 0.0552 0 25.2 1.32e+03 test.phys compt + 10 -241 -273 61.2 0.0542 0 33.2 1.36e+03 test.phys compt + 11 -240 -271 62.1 0 0.000403 2.49 1.36e+03 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -240 -271 62.1 0.0538 0 0 0 test.phys initStep + 1 -240 -271 62.1 0 0.0538 0.0687 0.0687 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -241 -273 61.2 0.000995 0 0 0 test.phys initStep + 1 -241 -273 61.2 0 0.000995 8.28e-05 8.28e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -259 -301 63.8 0.000248 0 0 0 test.phys initStep + 1 -259 -301 63.8 0 0.000248 1.58e-05 1.58e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -268 -323 70.2 0.0128 0 0 0 test.phys initStep + 1 -268 -323 70.2 0 0.0128 0.00547 0.00547 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -228 -300 26 0.0121 0 0 0 test.phys initStep + 1 -228 -300 26 0 0.0121 0.005 0.005 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -206 -301 51.9 0.0171 0 0 0 test.phys initStep + 1 -206 -301 51.9 0 0.0171 0.00914 0.00914 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -285 -262 105 0.00945 0 0 0 test.phys initStep + 1 -285 -262 105 0 0.00945 0.00322 0.00322 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -285 -261 105 0.0547 0 0 0 test.phys initStep + 1 -285 -261 105 0 0.0547 0.0706 0.0706 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -283 -262 110 0.0503 0 0 0 test.phys initStep + 1 -283 -262 110 0 0.0503 0.061 0.061 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.9 23.3 166 0.129 0 0 0 test.phys initStep + 1 -32 23.5 166 0 0.129 0.307 0.307 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 165 0.659 0 0 0 test.phys initStep + 1 0.407 -0.298 167 0.406 0.253 2.1 2.1 test.phys eIoni + 2 0.239 -0.628 167 0.152 0.254 1.53 3.63 test.phys eIoni + 3 0.333 -0.796 167 0 0.152 0.401 4.03 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 160 0.366 0 160 660 test.phys compt + 2 -21.6 -37.1 165 0.267 0 43.2 703 test.phys compt + 3 6.78 -86.2 200 0.267 0 66.8 770 World Transportation + 4 5.74e+03 -1e+04 7.34e+03 0.267 0 1.35e+04 1.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.6 -37.1 165 0.0995 0 0 0 test.phys initStep + 1 -21.7 -37.1 165 0 0.0995 0.198 0.198 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 160 0.634 0 0 0 test.phys initStep + 1 0.268 0.46 161 0.381 0.253 2.05 2.05 test.phys eIoni + 2 0.105 -0.0922 162 0.0246 0.356 1.46 3.5 test.phys eIoni + 3 0.111 -0.0985 162 0 0.0246 0.0173 3.52 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 124 0.947 0 124 624 test.phys compt + 2 -9.77 15.8 200 0.947 0 78 702 World Transportation + 3 -1.27e+03 2.05e+03 1e+04 0.947 0 1.01e+04 1.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 124 0.0531 0 0 0 test.phys initStep + 1 0.0163 -0.0263 124 0 0.0531 0.0672 0.0672 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1264,35 +1630,35 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 195 0 0 195 695 test.phys biasWrapper(conv) + 1 0 0 176 0 0 176 676 test.phys conv ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 195 80.2 0 0 0 test.phys initStep - 1 0.0203 0.0144 197 79.5 0.203 1.77 1.77 test.phys eBrem - 2 0.0592 0.0368 200 79.2 0.345 3.12 4.89 World Transportation - 3 318 174 1e+04 79.2 3.54e-22 9.81e+03 9.81e+03 OutOfWorld Transportation + 0 0 0 176 45.8 0 0 0 test.phys initStep + 1 -0.07 -0.000223 181 45 0.665 4.88 4.88 test.phys eBrem + 2 -0.066 0.627 200 42.5 2.46 19.4 24.3 World Transportation + 3 -560 1.19e+03 1e+04 42.5 3.38e-22 9.89e+03 9.91e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0203 0.0144 197 0.461 0 0 0 test.phys initStep - 1 0.0719 0.0532 200 0.461 0 3.12 3.12 World Transportation - 2 162 122 1e+04 0.461 0 9.8e+03 9.81e+03 OutOfWorld Transportation + 0 -0.07 -0.000223 181 0.141 0 0 0 test.phys initStep + 1 -0.119 0.573 200 0.141 0 19.3 19.3 World Transportation + 2 -24.8 291 1e+04 0.141 0 9.8e+03 9.82e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 195 18.8 0 0 0 test.phys initStep - 1 -0.05 -0.0187 200 18.3 0.56 4.9 4.9 World Transportation - 2 -1.6e+03 506 1e+04 18.3 3.15e-22 9.94e+03 9.95e+03 OutOfWorld Transportation + 0 0 0 176 53.2 0 0 0 test.phys initStep + 1 -0.234 0.169 200 50.3 2.87 24.2 24.2 World Transportation + 2 233 -80.7 1e+04 50.3 3.4e-22 9.8e+03 9.83e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1311,800 +1677,151 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 17.3 0 0 17.3 517 test.phys biasWrapper(conv) + 1 0 0 98.4 0 0 98.4 598 test.phys conv ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 17.3 62.2 0 0 0 test.phys initStep - 1 0.217 -0.665 46.1 56.8 4.5 28.8 28.8 test.phys eBrem - 2 0.314 -0.655 50.7 56 0.513 4.62 33.5 test.phys eIoni - 3 0.312 -0.653 52.1 55.5 0.191 1.38 34.8 test.phys eIoni - 4 -0.0718 -0.438 65.8 49.8 1.63 13.7 48.5 test.phys eBrem - 5 -0.356 -0.266 74.8 48.4 1.4 9.08 57.6 test.phys eBrem - 6 -0.428 -0.152 77.6 40.5 0.333 2.75 60.4 test.phys eBrem - 7 -0.458 0.447 83.1 39.4 0.799 5.53 65.9 test.phys eIoni - 8 -2.93 4.31 117 34.4 4.52 34.4 100 test.phys eBrem - 9 -3.86 5.28 124 33.1 0.72 7.13 107 test.phys eIoni - 10 -10.9 7.71 168 27.2 5.39 44.8 152 test.phys eBrem - 11 -11.4 7.93 171 14.4 0.281 2.7 155 test.phys eBrem - 12 -18.1 9.72 194 11.3 3.18 24.5 179 test.phys eIoni - 13 -18.7 9.73 196 10.2 0.371 1.96 181 test.phys eIoni - 14 -19.9 9.96 200 9.71 0.505 4.38 186 World Transportation - 15 -2.31e+03 782 1e+04 9.71 3.02e-22 1.01e+04 1.03e+04 OutOfWorld Transportation + 0 0 0 98.4 88.2 0 0 0 test.phys initStep + 1 0.373 -1.05 137 81.9 5.13 38.7 38.7 test.phys eIoni + 2 0.349 -1.14 139 80.7 0.256 1.52 40.2 test.phys eIoni + 3 0.945 -3.1 173 76.1 4.25 34.1 74.2 test.phys eIoni + 4 1.02 -3.78 195 72.6 3.19 23 97.2 test.phys eIoni + 5 1.21 -3.94 200 72.1 0.538 4.52 102 World Transportation + 6 662 -244 1e+04 72.1 3.51e-22 9.83e+03 9.93e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.7 9.73 196 0.668 0 0 0 test.phys initStep - 1 -19.5 8.63 197 0.408 0.26 2.11 2.11 test.phys eIoni - 2 -20.3 8.44 196 0.193 0.215 1.54 3.65 test.phys eIoni - 3 -20.1 8.27 196 0 0.193 0.591 4.24 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.4 7.93 171 12.5 0 0 0 test.phys initStep - 1 -15.3 12.4 200 12.5 0 29.9 29.9 World Transportation - 2 -1.34e+03 1.5e+03 1e+04 12.5 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.9 7.71 168 0.574 0 0 0 test.phys initStep - 1 -14.6 11 200 0.574 0 32.3 32.3 World Transportation - 2 -1.14e+03 1.03e+03 1e+04 0.574 0 9.92e+03 9.95e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.86 5.28 124 0.543 0 0 0 test.phys initStep - 1 -3.57 4.43 125 0.184 0.359 1.86 1.86 test.phys eIoni - 2 -3.3 4.42 125 0 0.184 0.547 2.41 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.93 4.31 117 0.478 0 0 0 test.phys initStep - 1 -9.51 11.6 179 0.351 0 62.7 62.7 test.phys biasWrapper(compt) - 2 -32.9 41.4 200 0.351 0 43.3 106 World Transportation - 3 -7.84e+03 1e+04 7.21e+03 0.351 0 1.45e+04 1.46e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.51 11.6 179 0.126 0 0 0 test.phys initStep - 1 -9.46 11.5 179 0 0.126 0.296 0.296 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.458 0.447 83.1 0.304 0 0 0 test.phys initStep - 1 -0.913 0.188 83.4 0 0.304 1.17 1.17 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.428 -0.152 77.6 7.58 0 0 0 test.phys initStep - 1 -5.24 5 200 7.58 0 123 123 World Transportation - 2 -391 417 1e+04 7.58 0 9.82e+03 9.94e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.356 -0.266 74.8 0.0047 0 0 0 test.phys initStep - 1 -0.356 -0.265 74.9 0 0.000405 0.0311 0.0311 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.356 -0.265 74.9 0.0043 0 0 0 test.phys initStep - 1 -0.357 -0.266 74.9 0 0.0043 0.000833 0.000833 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0718 -0.438 65.8 4.06 0 0 0 test.phys initStep - 1 -2.13 7.35 200 4.06 0 134 134 World Transportation - 2 -152 576 1e+04 4.06 0 9.82e+03 9.95e+03 OutOfWorld Transportation + 0 1.02 -3.78 195 0.302 0 0 0 test.phys initStep + 1 1.51 -4.05 196 0.0374 0.265 1.16 1.16 test.phys eIoni + 2 1.53 -4.04 196 0 0.0374 0.0363 1.2 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.312 -0.653 52.1 0.313 0 0 0 test.phys initStep - 1 0.707 -0.252 52.4 0.0672 0.245 1.21 1.21 test.phys eIoni - 2 0.751 -0.252 52.4 0 0.0672 0.101 1.31 test.phys eIoni + 0 0.945 -3.1 173 0.303 0 0 0 test.phys initStep + 1 0.781 -2.61 173 0.0758 0.227 1.17 1.17 test.phys eIoni + 2 0.733 -2.58 173 0 0.0758 0.124 1.29 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.314 -0.655 50.7 0.273 0 0 0 test.phys initStep - 1 0.687 -0.374 50.9 0 0.273 1.02 1.02 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.217 -0.665 46.1 0.89 0 0 0 test.phys initStep - 1 -1.94 0.414 200 0.89 0 154 154 World Transportation - 2 -139 69.2 1e+04 0.89 0 9.8e+03 9.96e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 17.3 36.8 0 0 0 test.phys initStep - 1 2.85 1.43 56 29.1 5.09 39 39 test.phys eIoni - 2 3 1.68 63.7 28 0.804 7.71 46.7 test.phys eIoni - 3 7.12 6.22 109 22 6.07 46 92.7 test.phys eIoni - 4 7.18 6.3 110 21.6 0.113 0.59 93.3 test.phys eIoni - 5 10.4 11.6 131 18.6 2.87 22.7 116 test.phys eBrem - 6 13.6 15.6 145 16.8 1.87 14.7 131 test.phys eBrem - 7 20.9 27.4 169 13 3.78 28.1 159 test.phys eIoni - 8 23.3 31.5 176 5.83 1.1 8.11 167 test.phys eBrem - 9 24.7 41.1 180 4.62 1.21 10.6 178 test.phys eIoni - 10 27.9 46.9 181 3.93 0.691 6.98 185 test.phys eBrem - 11 31.6 52.3 185 3 0.925 7.53 192 test.phys eIoni - 12 32.8 52.8 186 2.49 0.159 1.69 194 test.phys eIoni - 13 33.4 53 186 2.34 0.0902 1.04 195 test.phys eBrem - 14 35.2 54.7 190 1.79 0.546 4.94 200 test.phys eIoni - 15 35.5 55.8 194 1.35 0.439 4.04 204 test.phys eIoni - 16 33.5 55.1 196 1.01 0.345 3.31 207 test.phys eIoni - 17 31.5 53.6 197 0.676 0.333 2.72 210 test.phys eIoni - 18 30.5 52.5 197 0.391 0.285 2.13 212 test.phys eIoni - 19 29.9 52.3 198 0.15 0.241 1.49 213 test.phys eIoni - 20 29.7 52.2 197 0 0.15 0.393 214 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.4 53 186 0.0557 0 0 0 test.phys initStep - 1 44.9 47.4 189 0.0529 0 13 13 test.phys biasWrapper(compt) - 2 52.9 51.9 200 0.0529 0 14.3 27.3 World Transportation - 3 7.11e+03 4.05e+03 1e+04 0.0529 0 1.27e+04 1.27e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 47.4 189 0.00287 0 0 0 test.phys initStep - 1 44.9 47.4 189 0 0.00287 0.000425 0.000425 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.8 52.8 186 0.355 0 0 0 test.phys initStep - 1 33.4 53.3 186 0 0.355 1.37 1.37 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.9 46.9 181 0.00344 0 0 0 test.phys initStep - 1 27.9 47 181 0 0.000405 0.131 0.131 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.9 47 181 0.00303 0 0 0 test.phys initStep - 1 27.9 47 181 0 0.00303 0.000466 0.000466 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 23.3 31.5 176 6.06 0 0 0 test.phys initStep - 1 35.4 29.1 200 6.06 0 27.2 27.2 World Transportation - 2 4.94e+03 -963 1e+04 6.06 0 1.1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.6 15.6 145 0.0023 0 0 0 test.phys initStep - 1 13.6 15.6 145 0 0.000405 0.135 0.135 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.6 15.6 145 0.00189 0 0 0 test.phys initStep - 1 13.6 15.6 145 0 0.00189 0.000218 0.000218 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.4 11.6 131 0.117 0 0 0 test.phys initStep - 1 11.2 14.8 139 0.0809 0 8.58 8.58 test.phys biasWrapper(compt) - 2 44.9 -47.7 0 0.0809 0 156 165 World Transportation - 3 2.47e+03 -4.54e+03 -1e+04 0.0809 0 1.12e+04 1.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 22 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.2 14.8 139 0.0362 0 0 0 test.phys initStep - 1 11.2 14.8 139 0 0.0362 0.0343 0.0343 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.18 6.3 110 0.227 0 0 0 test.phys initStep - 1 6.97 6.05 110 0 0.227 0.767 0.767 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3 1.68 63.7 0.249 0 0 0 test.phys initStep - 1 3.13 1.3 63.9 0 0.249 0.883 0.883 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.85 1.43 56 2.59 0 0 0 test.phys initStep - 1 2.75 -0.98 60.3 1.77 0.816 5.35 5.35 test.phys eIoni - 2 1.08 -2.99 62.7 1.16 0.614 4.01 9.36 test.phys eIoni - 3 0.926 -4.73 64.5 0.802 0.358 2.98 12.3 test.phys eIoni - 4 0.915 -5.57 66.2 0.297 0.505 2.36 14.7 test.phys eIoni - 5 1.49 -5.74 66.2 0.0766 0.22 1.14 15.8 test.phys eIoni - 6 1.44 -5.71 66.1 0 0.0766 0.127 16 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 195 0 0 195 695 test.phys biasWrapper(conv) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 195 30.7 0 0 0 test.phys initStep - 1 0.109 -0.0159 200 30.2 0.541 5.01 5.01 World Transportation - 2 -41.6 -134 1e+04 30.2 3.25e-22 9.8e+03 9.81e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 195 68.3 0 0 0 test.phys initStep - 1 -0.0428 0.0119 197 68 0.226 1.98 1.98 test.phys eBrem - 2 -0.163 -0.00295 200 67.6 0.39 3.03 5.01 World Transportation - 3 -463 -149 1e+04 67.6 3.49e-22 9.81e+03 9.82e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0428 0.0119 197 0.0115 0 0 0 test.phys initStep - 1 -0.101 -0.00744 199 0 0.000405 1.58 1.58 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.101 -0.00744 199 0.0111 0 0 0 test.phys initStep - 1 -0.102 -0.00592 199 0 0.0111 0.00428 0.00428 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 130 0 0 130 630 test.phys biasWrapper(conv) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 130 49.6 0 0 0 test.phys initStep - 1 0.0438 2.02 165 44.2 4.63 35.7 35.7 test.phys eIoni - 2 -0.067 3.04 179 41.7 1.9 14.1 49.8 test.phys eBrem - 3 -0.539 2.68 199 39 2.7 19.6 69.4 test.phys eBrem - 4 -0.594 2.63 200 38.9 0.135 1.07 70.5 World Transportation - 5 -424 -669 1e+04 38.9 3.34e-22 9.83e+03 9.9e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.539 2.68 199 0.0411 0 0 0 test.phys initStep - 1 -0.609 2.61 200 0.0411 0 1.07 1.07 World Transportation - 2 -644 -668 1e+04 0.0411 0 9.84e+03 9.85e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.067 3.04 179 0.568 0 0 0 test.phys initStep - 1 -0.614 3.74 200 0.568 0 20.6 20.6 World Transportation - 2 -261 335 1e+04 0.568 0 9.81e+03 9.83e+03 OutOfWorld Transportation + 0 0.349 -1.14 139 1.01 0 0 0 test.phys initStep + 1 -0.39 0.194 140 0.698 0.307 2.72 2.72 test.phys eIoni + 2 -1.22 1.58 140 0.421 0.277 2.17 4.89 test.phys eIoni + 3 -0.477 1.79 139 0.0218 0.399 1.57 6.46 test.phys eIoni + 4 -0.479 1.79 139 0 0.0218 0.014 6.48 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0438 2.02 165 0.78 0 0 0 test.phys initStep - 1 0.786 0.92 167 0.481 0.299 2.32 2.32 test.phys eIoni - 2 1.25 -0.101 167 0.205 0.276 1.72 4.05 test.phys eIoni - 3 1.46 -0.224 167 0 0.205 0.65 4.7 test.phys eIoni + 0 0.373 -1.05 137 1.16 0 0 0 test.phys initStep + 1 0.0323 -1.59 138 0.898 0.108 0.92 0.92 test.phys eBrem + 2 -0.06 -3.55 138 0.556 0.342 2.53 3.45 test.phys eIoni + 3 -0.153 -4.02 139 0.279 0.277 1.89 5.34 test.phys eIoni + 4 -0.397 -4.2 140 0 0.279 1.05 6.4 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 130 49.4 0 0 0 test.phys initStep - 1 0.886 -0.759 153 46.3 2.8 23 23 test.phys eIoni - 2 6.72 -3.51 200 39.8 6.52 48 71 World Transportation - 3 560 -2.07e+03 1e+04 39.8 3.41e-22 1e+04 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.886 -0.759 153 0.283 0 0 0 test.phys initStep - 1 0.447 -0.898 153 0.0512 0.231 1.07 1.07 test.phys eIoni - 2 0.438 -0.922 153 0 0.0512 0.063 1.13 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 86.9 0 0 86.9 587 test.phys biasWrapper(conv) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 86.9 10.8 0 0 0 test.phys initStep - 1 -0.0505 -0.396 91 9.88 0.526 4.05 4.05 test.phys eIoni - 2 0.88 -0.876 102 8.61 1.25 11 15.1 test.phys eBrem - 3 2.98 -0.748 108 7.57 0.73 6.67 21.7 test.phys eIoni - 4 7.55 1.45 120 5.93 1.64 13.5 35.2 test.phys eIoni - 5 11.7 4.23 129 4.65 1.28 10.8 46.1 test.phys eIoni - 6 15.9 7.6 135 3.68 0.968 8.77 54.8 test.phys eIoni - 7 17.7 11.1 141 2.76 0.921 7.19 62 test.phys eIoni - 8 19.5 12 145 2.21 0.551 4.93 67 test.phys eBrem - 9 22.4 9.45 147 1.67 0.546 4.76 71.7 test.phys eIoni - 10 22.7 6.22 148 1.22 0.442 3.85 75.6 test.phys eIoni - 11 25.1 5.07 148 0.844 0.38 3.11 78.7 test.phys eIoni - 12 26.8 4.7 147 0.537 0.307 2.45 81.1 test.phys eIoni - 13 26.8 4.68 147 0 0.0152 0.0784 81.2 test.phys annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 26.8 4.68 147 0.57 0 0 0 test.phys initStep - 1 22.8 34.8 129 0.434 0 35.3 35.3 test.phys biasWrapper(compt) - 2 2.93 132 153 0.178 0 102 137 test.phys biasWrapper(compt) - 3 -17.6 104 140 0.177 0 37.4 175 test.phys biasWrapper(compt) - 4 -111 -3.96 63.6 0.174 0 162 336 test.phys biasWrapper(compt) - 5 -149 -119 7.11e-15 0.174 0 136 473 World Transportation - 6 -3.41e+03 -1e+04 -5.48e+03 0.174 0 1.18e+04 1.22e+04 OutOfWorld Transportation + 0 0.0323 -1.59 138 0.156 0 0 0 test.phys initStep + 1 -11.3 -44 135 0.108 0 44 44 test.phys compt + 2 21.3 -7.25 59.8 0.0774 0 90.1 134 test.phys compt + 3 19.8 -8.87 89.9 0.0665 0 30.1 164 test.phys compt + 4 -42.6 -19.5 81.1 0.064 0 63.9 228 test.phys compt + 5 -207 1.98 200 0.064 0 204 432 World Transportation + 6 -1e+04 1.28e+03 7.27e+03 0.064 0 1.21e+04 1.26e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -111 -3.96 63.6 0.00366 0 0 0 test.phys initStep - 1 -111 -3.96 63.6 0 0.00366 0.000635 0.000635 test.phys eIoni + 0 -42.6 -19.5 81.1 0.00258 0 0 0 test.phys initStep + 1 -42.6 -19.5 81.1 0 0.00258 0.000358 0.000358 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.6 104 140 0.000697 0 0 0 test.phys initStep - 1 -17.6 104 140 0 0.000697 5.09e-05 5.09e-05 test.phys eIoni + 0 19.8 -8.87 89.9 0.0109 0 0 0 test.phys initStep + 1 19.8 -8.87 89.9 0 0.0109 0.00412 0.00412 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.93 132 153 0.256 0 0 0 test.phys initStep - 1 2.95 132 153 0 0.256 0.925 0.925 test.phys eIoni + 0 21.3 -7.25 59.8 0.0307 0 0 0 test.phys initStep + 1 21.3 -7.25 59.8 0 0.0307 0.0257 0.0257 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.8 34.8 129 0.136 0 0 0 test.phys initStep - 1 22.8 34.9 129 0 0.136 0.334 0.334 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 26.8 4.68 147 0.973 0 0 0 test.phys initStep - 1 149 -207 0 0.973 0 285 285 World Transportation - 2 5.83e+03 -1e+04 -6.82e+03 0.973 0 1.32e+04 1.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.98 -0.748 108 0.312 0 0 0 test.phys initStep - 1 3.46 -1.12 108 0 0.312 1.21 1.21 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.88 -0.876 102 0.0114 0 0 0 test.phys initStep - 1 1.68 -1.01 103 0 0.000405 1.9 1.9 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.68 -1.01 103 0.011 0 0 0 test.phys initStep - 1 1.68 -1.01 103 0 0.011 0.00418 0.00418 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0505 -0.396 91 0.44 0 0 0 test.phys initStep - 1 -0.875 -0.356 91.6 0.179 0.261 1.62 1.62 test.phys eIoni - 2 -1.01 -0.572 91.5 0 0.179 0.524 2.15 test.phys eIoni + 0 -11.3 -44 135 0.0476 0 0 0 test.phys initStep + 1 -11.3 -44 135 0 0.0476 0.0554 0.0554 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 86.9 88.1 0 0 0 test.phys initStep - 1 0.125 0.0491 95.1 86.4 1.16 8.17 8.17 test.phys eIoni - 2 0.184 0.0919 98.6 85.6 0.361 3.53 11.7 test.phys eIoni - 3 0.19 0.0958 99.2 72.5 0.0651 0.594 12.3 test.phys eBrem - 4 0.614 2.18 144 66.8 5.65 44.4 56.7 test.phys eBrem - 5 -0.235 4.78 200 59.2 7.69 56.7 113 World Transportation - 6 -1.36e+03 461 1e+04 59.2 3.49e-22 9.9e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.614 2.18 144 0.0166 0 0 0 test.phys initStep - 1 0.304 2.95 160 0.0163 0 16.4 16.4 test.phys biasWrapper(compt) - 2 -10.1 -3.3 166 0.0163 0 13.7 30 test.phys biasWrapper(Rayl) - 3 -11.4 -3.82 168 0 0.000405 2.07 32.1 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.4 -3.82 168 0.0159 0 0 0 test.phys initStep - 1 -11.4 -3.83 168 0 0.0159 0.00806 0.00806 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.304 2.95 160 0.00029 0 0 0 test.phys initStep - 1 0.304 2.95 160 0 0.00029 1.83e-05 1.83e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.19 0.0958 99.2 13.1 0 0 0 test.phys initStep - 1 1.83 2.38 200 13.1 0 101 101 World Transportation - 2 161 225 1e+04 13.1 0 9.8e+03 9.9e+03 OutOfWorld Transportation + 0 0 0 98.4 10.8 0 0 0 test.phys initStep + 1 0.0274 -0.304 115 8.12 1.92 17 17 test.phys eIoni + 2 -0.454 2.23 129 6.21 1.91 14.3 31.3 test.phys eIoni + 3 -0.716 2.72 130 5.85 0.142 1.51 32.8 test.phys eIoni + 4 -2.72 7.43 139 4.54 1.31 10.6 43.5 test.phys eIoni + 5 -6.37 10.4 145 3.11 0.993 8.09 51.6 test.phys eIoni + 6 -7.13 12.1 150 2.2 0.907 6.2 57.8 test.phys eIoni + 7 -8.31 12.1 155 1.35 0.856 4.72 62.5 test.phys eIoni + 8 -8.03 12.1 157 0.915 0.432 3.3 65.8 test.phys eIoni + 9 -8.06 10.3 156 0.572 0.342 2.56 68.3 test.phys eIoni + 10 -7.13 9.63 156 0.314 0.259 1.93 70.3 test.phys eIoni + 11 -7.28 9.06 155 0.0936 0.22 1.21 71.5 test.phys eIoni + 12 -7.2 9.1 155 0 0.0936 0.179 71.7 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.184 0.0919 98.6 0.437 0 0 0 test.phys initStep - 1 0.777 -0.527 99.2 0.198 0.238 1.62 1.62 test.phys eIoni - 2 0.504 -0.459 99.3 0 0.198 0.618 2.23 test.phys eIoni + 0 -6.37 10.4 145 0.438 0 0 0 test.phys initStep + 1 -5.78 10 146 0.123 0.315 1.62 1.62 test.phys eIoni + 2 -5.66 10.1 146 0 0.123 0.281 1.9 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.125 0.0491 95.1 0.531 0 0 0 test.phys initStep - 1 0.5 -0.895 95.9 0.182 0.35 1.84 1.84 test.phys eIoni - 2 0.234 -0.904 95.8 0 0.182 0.537 2.38 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 118 0 0 118 618 test.phys biasWrapper(conv) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 118 72.6 0 0 0 test.phys initStep - 1 0.00515 0.00568 119 72.1 0.106 0.992 0.992 test.phys eBrem - 2 0.101 0.125 125 38.8 0.803 6.65 7.64 test.phys eBrem - 3 3.15 -0.356 169 32.5 5.88 44 51.6 test.phys eIoni - 4 5.24 -1.39 183 30.7 1.63 14 65.7 test.phys eBrem - 5 7.3 -3.77 200 28.3 2.37 17.3 82.9 World Transportation - 6 1.22e+03 -351 1e+04 28.3 3.26e-22 9.88e+03 9.96e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.24 -1.39 183 0.117 0 0 0 test.phys initStep - 1 7.55 -3.62 200 0.117 0 17.2 17.2 World Transportation - 2 1.34e+03 -1.29e+03 1e+04 0.117 0 9.97e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.15 -0.356 169 0.403 0 0 0 test.phys initStep - 1 2.53 0.011 170 0.152 0.252 1.52 1.52 test.phys eIoni - 2 2.35 0.0981 170 0 0.152 0.401 1.92 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.101 0.125 125 32.6 0 0 0 test.phys initStep - 1 3.94 2.05 200 32.6 0 74.6 74.6 World Transportation - 2 509 255 1e+04 32.6 0 9.82e+03 9.89e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00515 0.00568 119 0.39 0 0 0 test.phys initStep - 1 0.0523 0.00954 124 0.318 0 5.29 5.29 test.phys biasWrapper(compt) - 2 -2.14 10.9 135 0.167 0 15.7 20.9 test.phys biasWrapper(compt) - 3 -67.7 -95.7 146 0.156 0 126 147 test.phys biasWrapper(compt) - 4 -215 -166 98.4 0.126 0 170 317 test.phys biasWrapper(compt) - 5 -271 -64.5 10.7 0.123 0 145 462 test.phys biasWrapper(compt) - 6 -285 -55.5 0 0.123 0 19.8 482 World Transportation - 7 -1e+04 6.17e+03 -7.44e+03 0.123 0 1.37e+04 1.42e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -271 -64.5 10.7 0.00255 0 0 0 test.phys initStep - 1 -271 -64.5 10.7 0 0.00255 0.00035 0.00035 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -215 -166 98.4 0.0301 0 0 0 test.phys initStep - 1 -215 -166 98.4 0 0.0301 0.0247 0.0247 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67.7 -95.7 146 0.0113 0 0 0 test.phys initStep - 1 -67.7 -95.7 146 0 0.0113 0.00441 0.00441 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.14 10.9 135 0.151 0 0 0 test.phys initStep - 1 -2.12 11 135 0 0.151 0.399 0.399 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0523 0.00954 124 0.0715 0 0 0 test.phys initStep - 1 0.0618 -0.0341 124 0 0.0715 0.112 0.112 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 118 26.3 0 0 0 test.phys initStep - 1 -0.0214 -0.202 122 25.6 0.441 3.86 3.86 test.phys eIoni - 2 -1.61 0.678 149 16.1 3.23 27.8 31.7 test.phys eIoni - 3 -2.08 0.454 151 15.1 0.175 1.61 33.3 test.phys eIoni - 4 -3.64 -0.657 155 14 0.622 4.97 38.3 test.phys eIoni - 5 -8.46 -3.83 166 11.2 1.67 12.2 50.5 test.phys eBrem - 6 -15.5 -10.3 183 8.89 2.3 19.2 69.7 test.phys eIoni - 7 -19.9 -14.4 197 7.03 1.86 15.5 85.3 test.phys eIoni - 8 -21.2 -15.6 200 6.4 0.632 3.82 89.1 World Transportation - 9 -6.19e+03 -3.38e+03 1e+04 6.4 3.47e-22 1.21e+04 1.21e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.46 -3.83 166 1.18 0 0 0 test.phys initStep - 1 -23 -10.4 200 1.18 0 37.4 37.4 World Transportation - 2 -4.23e+03 -1.92e+03 1e+04 1.18 0 1.08e+04 1.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.64 -0.657 155 0.404 0 0 0 test.phys initStep - 1 -4.18 -0.121 156 0.135 0.268 1.52 1.52 test.phys eIoni - 2 -4.14 -0.236 156 0 0.135 0.332 1.86 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.08 0.454 151 0.88 0 0 0 test.phys initStep - 1 -1.25 0.693 153 0.548 0.332 2.5 2.5 test.phys eIoni - 2 -0.789 0.715 154 0.269 0.279 1.88 4.38 test.phys eIoni - 3 -0.606 0.669 154 0 0.269 0.997 5.37 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.61 0.678 149 6.27 0 0 0 test.phys initStep - 1 -0.854 1.42 160 4.9 1.36 11.3 11.3 test.phys eIoni - 2 -1.02 5.08 168 3.68 1.22 9.12 20.4 test.phys eIoni - 3 -5.44 8.17 172 2.72 0.964 7.13 27.6 test.phys eIoni - 4 -8.21 10.8 175 2.05 0.663 5.56 33.1 test.phys eIoni - 5 -10.9 12.2 178 1.59 0.465 4.47 37.6 test.phys eIoni - 6 -12 13.9 181 1.07 0.521 3.7 41.3 test.phys eIoni - 7 -12.8 15.7 182 0.717 0.35 2.82 44.1 test.phys eIoni - 8 -12.7 16.4 183 0.426 0.291 2.21 46.3 test.phys eIoni - 9 -11.9 16.5 184 0.191 0.236 1.59 47.9 test.phys eIoni - 10 -12.1 16.7 184 0 0.191 0.581 48.5 test.phys eIoni + 0 -0.716 2.72 130 0.223 0 0 0 test.phys initStep + 1 -0.611 2.52 130 0 0.223 0.743 0.743 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 14, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0214 -0.202 122 0.282 0 0 0 test.phys initStep - 1 0.349 -0.526 122 0.0448 0.237 1.07 1.07 test.phys eIoni - 2 0.354 -0.55 122 0 0.0448 0.0498 1.12 test.phys eIoni + 0 0.0274 -0.304 115 0.715 0 0 0 test.phys initStep + 1 1.32 -0.208 116 0.469 0.246 2.2 2.2 test.phys eIoni + 2 1.56 -0.049 117 0.235 0.233 1.69 3.9 test.phys eIoni + 3 1.72 -0.0324 118 0 0.235 0.808 4.71 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -2123,2982 +1840,1738 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 92.9 0 0 92.9 593 test.phys biasWrapper(conv) + 1 0 0 36.4 0 0 36.4 536 test.phys conv ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 92.9 80.5 0 0 0 test.phys initStep - 1 0.00643 -0.0379 97.8 78.6 0.63 4.87 4.87 test.phys eBrem - 2 -0.0134 -0.674 117 76.2 2.41 19.4 24.2 test.phys eBrem - 3 0.166 -1.46 129 74.4 1.6 12.1 36.4 test.phys eIoni - 4 0.459 -2.2 133 73.8 0.388 3.69 40 test.phys eIoni - 5 0.552 -2.42 134 72.4 0.123 1.21 41.3 test.phys eBrem - 6 1.36 -4.25 143 70.9 1.09 9.35 50.6 test.phys eBrem - 7 2.82 -6.6 155 69.1 1.55 12.5 63.1 test.phys eIoni - 8 4.28 -9.23 170 66.3 1.64 14.5 77.6 test.phys eIoni - 9 5.82 -11.2 180 64.9 1.34 10.9 88.5 test.phys eBrem - 10 8.19 -13.6 196 62.8 2.1 15.8 104 test.phys eBrem - 11 8.85 -14.3 200 62.2 0.622 4.57 109 World Transportation - 12 1.32e+03 -1.31e+03 1e+04 62.2 3.52e-22 9.97e+03 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.19 -13.6 196 0.0155 0 0 0 test.phys initStep - 1 8.9 -14.3 200 0.0155 0 4.57 4.57 World Transportation - 2 1.57e+03 -1.41e+03 1e+04 0.0155 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.82 -11.2 180 0.0342 0 0 0 test.phys initStep - 1 8.51 -13.8 200 0.0342 0 20.2 20.2 World Transportation - 2 1.34e+03 -1.34e+03 1e+04 0.0342 0 9.98e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.28 -9.23 170 1.12 0 0 0 test.phys initStep - 1 3.15 -8.6 172 0.766 0.355 2.92 2.92 test.phys eIoni - 2 3.56 -8.9 173 0.422 0.344 2.3 5.21 test.phys eIoni - 3 4 -8.73 174 0.203 0.22 1.58 6.79 test.phys eIoni - 4 4.14 -9.01 174 0 0.203 0.639 7.43 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.82 -6.6 155 0.251 0 0 0 test.phys initStep - 1 2.92 -7.03 155 0 0.251 0.893 0.893 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.36 -4.25 143 0.493 0 0 0 test.phys initStep - 1 6.31 -15.3 200 0.493 0 58.1 58.1 World Transportation - 2 860 -1.92e+03 1e+04 0.493 0 1e+04 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.552 -2.42 134 1.2 0 0 0 test.phys initStep - 1 2.64 -7.14 160 0.999 0 26.2 26.2 test.phys biasWrapper(compt) - 2 10 2.13 200 0.999 0 42 68.2 World Transportation - 3 1.81e+03 2.26e+03 1e+04 0.999 0 1.02e+04 1.03e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.64 -7.14 160 0.2 0 0 0 test.phys initStep - 1 2.59 -7.42 160 0.0122 0.168 0.619 0.619 test.phys eBrem - 2 2.59 -7.42 160 0 0.0122 0.00506 0.624 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.59 -7.42 160 0.0193 0 0 0 test.phys initStep - 1 -0.988 -8.19 160 0 0.000405 3.68 3.68 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.988 -8.19 160 0.0189 0 0 0 test.phys initStep - 1 -0.988 -8.19 159 0 0.0189 0.0109 0.0109 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.459 -2.2 133 0.226 0 0 0 test.phys initStep - 1 0.684 -2.5 133 0 0.226 0.762 0.762 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.166 -1.46 129 0.228 0 0 0 test.phys initStep - 1 0.2 -1.84 129 0 0.228 0.769 0.769 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0134 -0.674 117 0.0225 0 0 0 test.phys initStep - 1 -0.00806 -0.774 119 0 0.000405 1.71 1.71 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00806 -0.774 119 0.0221 0 0 0 test.phys initStep - 1 -0.0118 -0.768 119 0 0.0221 0.0143 0.0143 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00643 -0.0379 97.8 1.19 0 0 0 test.phys initStep - 1 -2.16 -3.02 200 1.19 0 102 102 World Transportation - 2 -210 -289 1e+04 1.19 0 9.81e+03 9.91e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 92.9 18.5 0 0 0 test.phys initStep - 1 3.95 -0.482 123 14.8 3.74 30.9 30.9 test.phys eIoni - 2 4.83 -0.745 129 13.9 0.56 5.44 36.3 test.phys eIoni - 3 6.93 -2.7 141 11.8 2.05 13.2 49.5 test.phys eBrem - 4 5.9 -7.08 152 9.94 1.32 11.7 61.2 test.phys eIoni - 5 1.02 -11.6 168 7.72 2.22 17.2 78.4 test.phys eIoni - 6 -0.239 -14.7 181 5.98 1.74 13.7 92.1 test.phys eIoni - 7 -1.84 -15.4 185 5.17 0.802 4.63 96.7 test.phys eBrem - 8 -5.57 -18.6 193 4.08 1.09 9.55 106 test.phys eIoni - 9 -8.1 -20.4 200 3.23 0.846 7.78 114 test.phys eIoni - 10 -8.02 -20.3 200 2.65 0.0136 0.188 114 test.phys eIoni - 11 -5.78 -17.1 200 2.2 0.448 4.13 118 World Transportation - 12 -5.78 -17.1 200 2.2 0 0 118 test.phys Transportation - 13 -2.12 -15.8 198 1.7 0.507 4.72 123 test.phys eIoni - 14 0.144 -15.8 195 1.28 0.418 3.88 127 test.phys eIoni - 15 1.35 -15.7 192 0.875 0.405 3.19 130 test.phys eIoni - 16 2.36 -15.5 191 0.52 0.356 2.49 133 test.phys eIoni - 17 1.83 -16.3 190 0.265 0.254 1.81 134 test.phys eIoni - 18 1.88 -16.1 190 0 0.265 0.974 135 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.02 -20.3 200 0.566 0 0 0 test.phys initStep - 1 -8.05 -20.1 200 0.506 0.0603 0.222 0.222 test.phys msc - 2 -7.89 -20 200 0.476 0.0301 0.195 0.417 test.phys msc - 3 -7.74 -19.9 200 0.461 0.0149 0.17 0.587 test.phys msc - 4 -7.56 -19.8 200 0.426 0.0347 0.254 0.841 test.phys msc - 5 -7.43 -19.6 200 0.403 0.0228 0.187 1.03 test.phys msc - 6 -7.32 -19.5 200 0.311 0.0927 0.177 1.2 test.phys msc - 7 -7.25 -19.3 200 0.246 0.065 0.257 1.46 test.phys msc - 8 -7.2 -19.1 200 0.214 0.0316 0.214 1.68 test.phys msc - 9 -7.13 -19 200 0.16 0.0543 0.216 1.89 test.phys msc - 10 -7.09 -18.9 200 0.151 0.00892 0.0542 1.95 World Transportation - 11 1e+04 1.62e+03 4.58e+03 0.151 5.75e-22 1.1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.84 -15.4 185 0.00881 0 0 0 test.phys initStep - 1 -2.01 -15.4 185 0 0.000405 0.333 0.333 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.01 -15.4 185 0.00841 0 0 0 test.phys initStep - 1 -2.01 -15.4 185 0 0.00841 0.00263 0.00263 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.9 -7.08 152 0.582 0 0 0 test.phys initStep - 1 4.63 -7.33 153 0.296 0.286 1.95 1.95 test.phys eIoni - 2 4.64 -7.81 153 0.0679 0.228 1.14 3.08 test.phys eIoni - 3 4.68 -7.79 153 0 0.0679 0.103 3.18 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.93 -2.7 141 0.0149 0 0 0 test.phys initStep - 1 6.58 -6.11 153 0 0.000405 11.9 11.9 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.58 -6.11 153 0.0145 0 0 0 test.phys initStep - 1 6.58 -6.1 153 0 0.0145 0.00684 0.00684 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.83 -0.745 129 0.317 0 0 0 test.phys initStep - 1 4.49 -1.19 129 0 0.317 1.23 1.23 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 63 0.756 0 63 563 test.phys biasWrapper(compt) - 2 -251 303 200 0.756 0 416 979 World Transportation - 3 -8.28e+03 1e+04 4.59e+03 0.756 0 1.33e+04 1.43e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 63 99.2 0 0 0 test.phys initStep - 1 0.338 -1.22 100 94.7 4.55 37.3 37.3 test.phys eBrem - 2 -0.14 -1.5 122 91.4 2.93 21.6 58.9 test.phys eIoni - 3 -0.497 -1.63 128 85.3 0.629 5.68 64.6 test.phys eBrem - 4 -5.07 -4.09 200 75.9 9.39 72.8 137 World Transportation - 5 -299 -320 1e+04 75.9 3.53e-22 9.81e+03 9.95e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.497 -1.63 128 5.48 0 0 0 test.phys initStep - 1 -4.54 -2.97 200 5.48 0 72.6 72.6 World Transportation - 2 -551 -184 1e+04 5.48 0 9.82e+03 9.89e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.14 -1.5 122 0.374 0 0 0 test.phys initStep - 1 0.545 -1.6 122 0.0445 0.33 1.44 1.44 test.phys eIoni - 2 0.538 -1.61 122 0 0.0445 0.0492 1.48 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.338 -1.22 100 0.0182 0 0 0 test.phys initStep - 1 0.378 -1.52 111 0.0171 0 10.5 10.5 test.phys biasWrapper(compt) - 2 5.35 -9.55 93.1 0 0.000405 20 30.6 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.35 -9.55 93.1 0.0167 0 0 0 test.phys initStep - 1 5.36 -9.55 93.1 0 0.0167 0.00871 0.00871 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.378 -1.52 111 0.00114 0 0 0 test.phys initStep - 1 0.378 -1.52 111 0 0.00114 0.0001 0.0001 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 23.6 0 0 23.6 524 test.phys biasWrapper(conv) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 23.6 20.8 0 0 0 test.phys initStep - 1 -1.96 -3.63 57.7 16.7 4.12 34.6 34.6 test.phys eIoni - 2 -2.9 -4.01 60.3 15.9 0.323 2.77 37.4 test.phys eIoni - 3 -9.44 -6.98 85.8 12.8 3.06 26.7 64.2 test.phys eIoni - 4 -9.54 -7.01 86.1 12.7 0.064 0.335 64.5 test.phys eBrem - 5 -10.3 -7.07 88.4 12.4 0.279 2.38 66.9 test.phys eBrem - 6 -14.5 -5.97 109 9.76 2.67 21.3 88.2 test.phys eIoni - 7 -14.9 -4.24 114 8.97 0.665 5.87 94 test.phys eBrem - 8 -15.8 0.665 126 6.83 1.51 13.5 108 test.phys eIoni - 9 -19.2 5.22 137 5.14 1.69 12.3 120 test.phys eIoni - 10 -19.5 5.43 138 5.05 0.0829 0.989 121 test.phys annihil - 11 -21 6.89 146 3.86 1.2 9.42 130 test.phys eIoni - 12 -25.3 7.51 152 2.99 0.865 7.47 138 test.phys eIoni - 13 -30.5 9.27 151 1.96 1.03 6.05 144 test.phys eIoni - 14 -34.4 9.5 151 1.47 0.488 4.35 148 test.phys eIoni - 15 -37.2 8.43 151 1.13 0.348 3.53 152 test.phys eIoni - 16 -39.3 8.43 149 0.828 0.298 2.94 155 test.phys eIoni - 17 -40.5 8.02 148 0.405 0.423 2.42 157 test.phys eIoni - 18 -41 8.22 147 0.187 0.219 1.52 159 test.phys eIoni - 19 -40.7 8.17 147 0 0.187 0.541 159 test.phys eIoni - 20 -40.7 8.17 147 0 0 0 159 test.phys annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.7 8.17 147 0.511 0 0 0 test.phys initStep - 1 -80.8 -64.3 17 0.294 0 154 154 test.phys biasWrapper(compt) - 2 -112 -179 52.5 0.253 0 124 278 test.phys biasWrapper(compt) - 3 -108 -206 42.4 0.222 0 29.3 308 test.phys biasWrapper(compt) - 4 -110 -216 45.6 0.203 0 10.5 318 test.phys biasWrapper(compt) - 5 -70.7 -325 40.5 0.177 0 116 434 test.phys biasWrapper(compt) - 6 -70.8 -358 0 0.177 0 52.6 487 World Transportation - 7 -97 -8.65e+03 -1e+04 0.177 0 1.3e+04 1.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -70.7 -325 40.5 0.0258 0 0 0 test.phys initStep - 1 -70.7 -325 40.5 0 0.0258 0.0188 0.0188 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -110 -216 45.6 0.0192 0 0 0 test.phys initStep - 1 -110 -216 45.6 0 0.0192 0.0112 0.0112 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -108 -206 42.4 0.031 0 0 0 test.phys initStep - 1 -108 -206 42.4 0 0.031 0.026 0.026 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -112 -179 52.5 0.0407 0 0 0 test.phys initStep - 1 -112 -179 52.5 0 0.0407 0.0421 0.0421 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.8 -64.3 17 0.217 0 0 0 test.phys initStep - 1 -80.9 -64.3 16.6 0 0.217 0.715 0.715 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.7 8.17 147 0.511 0 0 0 test.phys initStep - 1 -24.4 37.7 200 0.511 0 62.8 62.8 World Transportation - 2 3e+03 5.5e+03 1e+04 0.511 0 1.16e+04 1.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.8 0.665 126 0.629 0 0 0 test.phys initStep - 1 -15 1.65 127 0.395 0.234 2.04 2.04 test.phys eIoni - 2 -14.2 2.12 127 0.15 0.246 1.5 3.54 test.phys eIoni - 3 -14.1 2.15 127 0 0.15 0.391 3.93 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.9 -4.24 114 0.131 0 0 0 test.phys initStep - 1 -14.3 24.7 200 0.131 0 90.5 90.5 World Transportation - 2 55 3.33e+03 1e+04 0.131 0 1.03e+04 1.04e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.3 -7.07 88.4 0.0109 0 0 0 test.phys initStep - 1 -10.5 -7.03 89.3 0 2.31e-05 0.924 0.924 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 -7.03 89.3 0.0109 0 0 0 test.phys initStep - 1 -10.5 -7.03 89.3 0 0.0109 0.00413 0.00413 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.54 -7.01 86.1 0.00451 0 0 0 test.phys initStep - 1 -9.6 -7.01 86.2 0 0.000405 0.142 0.142 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.6 -7.01 86.2 0.00411 0 0 0 test.phys initStep - 1 -9.6 -7.01 86.2 0 0.00411 0.000771 0.000771 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.9 -4.01 60.3 0.516 0 0 0 test.phys initStep - 1 -2.67 -4.93 61 0.245 0.272 1.81 1.81 test.phys eIoni - 2 -2.3 -5.09 61.2 0 0.245 0.861 2.67 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 23.6 78.2 0 0 0 test.phys initStep - 1 0.223 0.169 37.5 76 1.89 13.9 13.9 test.phys eBrem - 2 0.226 0.17 37.6 75.6 0.017 0.155 14.1 test.phys eIoni - 3 0.217 0.256 51.7 73.3 1.82 14.1 28.2 test.phys eIoni - 4 0.369 0.396 57.9 72.2 0.866 6.16 34.4 test.phys eBrem - 5 0.523 0.47 62.5 71.7 0.519 4.59 38.9 test.phys eBrem - 6 1.7 1.37 84.8 67.4 2.69 22.4 61.4 test.phys eIoni - 7 1.9 1.51 91.4 65.7 0.87 6.51 67.9 test.phys eBrem - 8 1.78 1.78 108 63.7 2.07 16.3 84.2 test.phys eBrem - 9 1.76 1.77 110 47.1 0.283 2.1 86.3 test.phys eIoni - 10 2.53 3.63 129 44.4 2.52 19.8 106 test.phys eBrem - 11 2.73 4.24 138 43.3 1.01 8.59 115 test.phys eBrem - 12 2.71 4.3 139 42.5 0.119 1.05 116 test.phys eIoni - 13 2.76 4.45 145 41.6 0.825 6.03 122 test.phys eBrem - 14 2.81 4.33 150 24.9 0.617 4.75 127 test.phys eBrem - 15 3.84 4.27 161 23.3 1.24 11.2 138 test.phys eIoni - 16 4.85 4.34 168 22.4 0.944 6.66 144 test.phys eBrem - 17 11 4.79 200 18.2 4.12 33.5 178 World Transportation - 18 5.33e+03 1.35e+03 1e+04 18.2 3.56e-22 1.12e+04 1.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.85 4.34 168 0.00412 0 0 0 test.phys initStep - 1 4.86 4.34 168 0 0.000405 0.0405 0.0405 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.86 4.34 168 0.00372 0 0 0 test.phys initStep - 1 4.86 4.34 168 0 0.00372 0.000653 0.000653 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.84 4.27 161 0.364 0 0 0 test.phys initStep - 1 3.48 4.83 161 0.0907 0.273 1.4 1.4 test.phys eIoni - 2 3.47 4.78 161 0 0.0907 0.169 1.57 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.81 4.33 150 16.1 0 0 0 test.phys initStep - 1 4.13 3.07 200 16.1 0 50.2 50.2 World Transportation - 2 261 -243 1e+04 16.1 0 9.81e+03 9.86e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.76 4.45 145 0.00691 0 0 0 test.phys initStep - 1 2.78 4.44 146 0 0.000405 0.7 0.7 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.78 4.44 146 0.00651 0 0 0 test.phys initStep - 1 2.78 4.44 146 0 0.00651 0.00169 0.00169 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.71 4.3 139 0.75 0 0 0 test.phys initStep - 1 1.96 5.45 140 0.363 0.387 2.27 2.27 test.phys eIoni - 2 1.18 5.62 140 0.105 0.258 1.4 3.67 test.phys eIoni - 3 1.17 5.73 140 0 0.105 0.216 3.88 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.73 4.24 138 0.0106 0 0 0 test.phys initStep - 1 2.59 4.37 140 0 0.000405 2.1 2.1 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.59 4.37 140 0.0102 0 0 0 test.phys initStep - 1 2.59 4.37 140 0 0.0102 0.00369 0.00369 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.53 3.63 129 0.205 0 0 0 test.phys initStep - 1 4.73 10.3 200 0.205 0 70.9 70.9 World Transportation - 2 311 939 1e+04 0.205 0 9.85e+03 9.92e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.76 1.77 110 16.3 0 0 0 test.phys initStep - 1 -0.744 0.8 137 12.9 3.4 27.3 27.3 test.phys eIoni - 2 -0.73 -2.49 155 10.2 2.37 19.1 46.4 test.phys eIoni - 3 -3.2 -6.83 167 8.17 1.55 13.2 59.6 test.phys eIoni - 4 -5.63 -5.94 181 6.31 1.86 14.4 74 test.phys eIoni - 5 -7.26 -3.91 192 4.98 1.34 11.4 85.4 test.phys eIoni - 6 -7.73 -3.41 194 4.49 0.253 1.91 87.3 test.phys eIoni - 7 -8.43 -2.26 200 3.78 0.703 6.39 93.7 World Transportation - 8 -7.43e+03 9.98e+03 1e+04 3.78 4.37e-22 1.58e+04 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 27 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.73 -3.41 194 0.24 0 0 0 test.phys initStep - 1 -8.13 -3.34 194 0 0.24 0.832 0.832 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 27 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.2 -6.83 167 0.495 0 0 0 test.phys initStep - 1 -4.09 -6.4 168 0.248 0.247 1.76 1.76 test.phys eIoni - 2 -4.13 -5.95 168 0 0.248 0.878 2.64 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 27 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.73 -2.49 155 0.289 0 0 0 test.phys initStep - 1 -0.243 -2.62 156 0.0685 0.22 1.1 1.1 test.phys eIoni - 2 -0.194 -2.61 156 0 0.0685 0.104 1.2 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.78 1.78 108 0.0163 0 0 0 test.phys initStep - 1 1.4 1.81 119 0.0157 0 11.7 11.7 test.phys biasWrapper(compt) - 2 2.13 -1.75 119 0 0.000405 3.69 15.4 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 26 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.13 -1.75 119 0.0153 0 0 0 test.phys initStep - 1 2.13 -1.75 119 0 0.0153 0.00751 0.00751 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 26 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.4 1.81 119 0.00059 0 0 0 test.phys initStep - 1 1.4 1.81 119 0 0.00059 4.1e-05 4.1e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.9 1.51 91.4 0.752 0 0 0 test.phys initStep - 1 6.63 1.42 200 0.752 0 109 109 World Transportation - 2 433 -6.85 1e+04 0.752 0 9.81e+03 9.92e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.7 1.37 84.8 1.63 0 0 0 test.phys initStep - 1 3.62 0.448 87.4 1.19 0.441 3.76 3.76 test.phys eIoni - 2 3.87 -0.607 89.7 0.736 0.45 3.03 6.79 test.phys eIoni - 3 4.83 0.0218 91 0.435 0.301 2.24 9.03 test.phys eIoni - 4 5.41 -0.224 91.8 0.213 0.222 1.61 10.6 test.phys eIoni - 5 5.59 -0.18 92.1 0 0.213 0.691 11.3 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.523 0.47 62.5 0.00226 0 0 0 test.phys initStep - 1 0.523 0.47 62.5 0 0.000405 0.00362 0.00362 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 23 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.523 0.47 62.5 0.00186 0 0 0 test.phys initStep - 1 0.523 0.47 62.5 0 0.00186 0.000212 0.000212 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.369 0.396 57.9 0.238 0 0 0 test.phys initStep - 1 1.78 -1.1 189 0.192 0 131 131 test.phys biasWrapper(compt) - 2 6.95 1.81 192 0.177 0 6.76 138 test.phys biasWrapper(compt) - 3 9.18 4.17 200 0.177 0 8.28 146 World Transportation - 4 2.88e+03 3.03e+03 1e+04 0.177 0 1.07e+04 1.08e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 22 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.95 1.81 192 0.0152 0 0 0 test.phys initStep - 1 6.95 1.81 192 0 0.0152 0.00745 0.00745 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 22 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.78 -1.1 189 0.0462 0 0 0 test.phys initStep - 1 1.76 -1.11 189 0 0.0462 0.0527 0.0527 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.217 0.256 51.7 0.429 0 0 0 test.phys initStep - 1 0.335 -0.57 52.3 0.221 0.208 1.6 1.6 test.phys eIoni - 2 0.0346 -0.466 52.5 0 0.221 0.734 2.33 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.226 0.17 37.6 0.379 0 0 0 test.phys initStep - 1 -0.0631 0.836 38.1 0.0414 0.338 1.45 1.45 test.phys eIoni - 2 -0.0466 0.849 38.1 0 0.0414 0.0434 1.49 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.223 0.169 37.5 0.317 0 0 0 test.phys initStep - 1 0.621 0.385 59 0.165 0 21.5 21.5 test.phys biasWrapper(compt) - 2 102 -18.6 0 0.165 0 119 140 World Transportation - 3 1e+04 -1.88e+03 -5.78e+03 0.165 0 1.16e+04 1.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 19 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.621 0.385 59 0.152 0 0 0 test.phys initStep - 1 0.557 0.399 59.2 0 0.152 0.4 0.4 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 23.6 0 0 23.6 524 test.phys biasWrapper(conv) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 23.6 27.7 0 0 0 test.phys initStep - 1 0.0789 0.0236 31.6 26.3 0.934 7.97 7.97 test.phys eIoni - 2 0.388 0.216 34.9 25 0.478 3.37 11.3 test.phys eIoni - 3 2.4 1.66 47 23.1 1.44 12.4 23.8 test.phys eIoni - 4 3.54 2.53 59.2 9.85 1.54 12.3 36 test.phys eBrem - 5 5.5 2.47 68.3 8.45 1.13 9.39 45.4 test.phys eBrem - 6 10.3 4.02 81.8 6.62 1.83 14.9 60.3 test.phys eIoni - 7 15.2 8.45 91.3 5.04 1.58 12 72.3 test.phys eIoni - 8 13.9 13.1 98.9 3.82 1.22 9.4 81.7 test.phys eIoni - 9 13.1 16.8 103 3.21 0.544 5.63 87.3 test.phys eBrem - 10 14.5 19.9 108 2.48 0.738 6.42 93.7 test.phys eIoni - 11 16.4 19.1 112 1.93 0.544 5.2 98.9 test.phys eIoni - 12 16.4 17.1 115 1.3 0.637 4.3 103 test.phys eIoni - 13 15.4 16.4 118 0.871 0.424 3.23 106 test.phys eIoni - 14 15.2 16.6 120 0.532 0.339 2.49 109 test.phys eIoni - 15 14.9 16.6 121 0.114 0.418 1.84 111 test.phys eIoni - 16 14.9 16.6 121 0 0.114 0.238 111 test.phys eIoni - 17 14.9 16.6 121 0 0 0 111 test.phys annihil + 0 0 0 36.4 38.9 0 0 0 test.phys initStep + 1 -0.456 0.863 53.6 36.9 2.02 17.2 17.2 test.phys eBrem + 2 -4.73 8.41 105 30.2 6.66 51.9 69.1 test.phys eBrem + 3 -8.61 11.5 125 26.4 2.54 20.9 90 test.phys eIoni + 4 -13.8 14.4 142 23.9 2.17 18.4 108 test.phys eIoni + 5 -14.5 14.7 144 23.3 0.494 1.87 110 test.phys eBrem + 6 -15.8 15.3 147 18.3 0.446 3.75 114 test.phys eIoni + 7 -23.8 18.6 170 14.6 3.4 24.4 138 test.phys eIoni + 8 -28.7 25.6 193 11.6 3.06 24.8 163 test.phys eIoni + 9 -29.9 26.8 200 10.5 1.06 6.82 170 test.phys eBrem + 10 -29.9 26.9 200 10.5 0.035 0.408 170 World Transportation + 11 -487 3.36e+03 1e+04 10.5 3.12e-22 1.04e+04 1.05e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.9 16.6 121 0.511 0 0 0 test.phys initStep - 1 33.8 2.77 145 0.264 0 33.6 33.6 test.phys biasWrapper(compt) - 2 22.4 -197 59.2 0.17 0 217 251 test.phys biasWrapper(compt) - 3 39.9 -247 200 0.17 0 151 402 World Transportation - 4 1.26e+03 -3.79e+03 1e+04 0.17 0 1.05e+04 1.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.4 -197 59.2 0.0938 0 0 0 test.phys initStep - 1 22.4 -197 59.1 0 0.0938 0.179 0.179 test.phys eIoni + 0 -29.9 26.8 200 0.00513 0 0 0 test.phys initStep + 1 -30 26.9 200 0 0.000403 0.299 0.299 test.phys phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.8 2.77 145 0.247 0 0 0 test.phys initStep - 1 34 2.79 146 0 0.247 0.872 0.872 test.phys eIoni + 0 -30 26.9 200 0.00472 0 0 0 test.phys initStep + 1 -30 26.9 200 0 0.00472 0.000976 0.000976 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.9 16.6 121 0.511 0 0 0 test.phys initStep - 1 -79.6 86.3 0 0.511 0 169 169 World Transportation - 2 -7.89e+03 5.84e+03 -1e+04 0.511 0 1.39e+04 1.41e+04 OutOfWorld Transportation + 0 -23.8 18.6 170 0.253 0 0 0 test.phys initStep + 1 -24 18.3 170 0 0.253 0.903 0.903 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.1 16.8 103 0.0667 0 0 0 test.phys initStep - 1 20.1 30.8 127 0.066 0 28.9 28.9 test.phys biasWrapper(compt) - 2 25.9 39.8 134 0.0535 0 12.9 41.9 test.phys biasWrapper(compt) - 3 -49.9 17.5 97.4 0.0496 0 87.2 129 test.phys biasWrapper(compt) - 4 -58.5 -8.38 112 0.0496 0 30.7 160 test.phys biasWrapper(Rayl) - 5 -83.6 -91.4 154 0.0418 0 96.6 256 test.phys biasWrapper(compt) - 6 -82.3 -86.9 154 0.0418 0 4.77 261 test.phys biasWrapper(Rayl) - 7 -36.8 38.2 151 0.0407 0 133 394 test.phys biasWrapper(compt) - 8 -39.9 45.4 147 0.0373 0 8.64 403 test.phys biasWrapper(compt) - 9 -45.5 10.3 102 0.0373 0 57.6 461 test.phys biasWrapper(Rayl) - 10 -48.9 0.471 87.6 0.0347 0 17.4 478 test.phys biasWrapper(compt) - 11 -21.4 42.2 54.6 0.0345 0 59.9 538 test.phys biasWrapper(compt) - 12 -17.1 52.8 41 0.0316 0 17.8 556 test.phys biasWrapper(compt) - 13 -14.3 87.1 105 0.0286 0 73 629 test.phys biasWrapper(compt) - 14 -55.9 8.04 74.4 0.0284 0 94.5 723 test.phys biasWrapper(compt) - 15 -96.4 -34.3 73.3 0.027 0 58.6 782 test.phys biasWrapper(compt) - 16 -95 -35.8 74.9 0 0.000405 2.64 785 test.phys biasWrapper(phot) + 0 -15.8 15.3 147 4.59 0 0 0 test.phys initStep + 1 -15.8 15.3 149 4.42 0.116 1.16 1.16 test.phys eBrem + 2 -14.8 15.3 156 3.34 1.07 8.33 9.49 test.phys eIoni + 3 -16.4 13.7 162 2.62 0.722 6.59 16.1 test.phys eIoni + 4 -19 11.9 166 2.05 0.574 5.41 21.5 test.phys eIoni + 5 -21.8 9.14 167 1.56 0.487 4.46 25.9 test.phys eIoni + 6 -24.2 10.2 169 1.13 0.433 3.66 29.6 test.phys eIoni + 7 -25.4 12.3 169 0.784 0.345 2.93 32.5 test.phys eIoni + 8 -26.7 13.4 169 0.498 0.286 2.33 34.9 test.phys eIoni + 9 -26.8 13.8 168 0.253 0.245 1.76 36.6 test.phys eIoni + 10 -26.5 13.9 167 0 0.253 0.907 37.5 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -95 -35.8 74.9 0.0266 0 0 0 test.phys initStep - 1 -95 -35.8 74.9 0 0.0266 0.0199 0.0199 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -96.4 -34.3 73.3 0.00143 0 0 0 test.phys initStep - 1 -96.4 -34.3 73.3 0 0.00143 0.000142 0.000142 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.9 8.04 74.4 0.000137 0 0 0 test.phys initStep - 1 -55.9 8.04 74.4 0 0.000137 1.02e-05 1.02e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.3 87.1 105 0.003 0 0 0 test.phys initStep - 1 -14.3 87.1 105 0 0.003 0.000457 0.000457 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.1 52.8 41 0.00296 0 0 0 test.phys initStep - 1 -17.1 52.8 41 0 0.00296 0.000447 0.000447 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.4 42.2 54.6 0.000121 0 0 0 test.phys initStep - 1 -21.4 42.2 54.6 0 0.000121 9.54e-06 9.54e-06 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.9 0.471 87.6 0.00262 0 0 0 test.phys initStep - 1 -48.9 0.471 87.6 0 0.00262 0.000367 0.000367 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.9 45.4 147 0.00343 0 0 0 test.phys initStep - 1 -39.9 45.4 147 0 0.00343 0.000571 0.000571 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.8 38.2 151 0.00107 0 0 0 test.phys initStep - 1 -36.8 38.2 151 0 0.00107 9.24e-05 9.24e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -83.6 -91.4 154 0.00786 0 0 0 test.phys initStep - 1 -83.6 -91.4 154 0 0.00786 0.00234 0.00234 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -49.9 17.5 97.4 0.00384 0 0 0 test.phys initStep - 1 -49.9 17.5 97.4 0 0.00384 0.00069 0.00069 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 25.9 39.8 134 0.0125 0 0 0 test.phys initStep - 1 25.9 39.8 134 0 0.0125 0.00523 0.00523 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20.1 30.8 127 0.000741 0 0 0 test.phys initStep - 1 20.1 30.8 127 0 0.000741 5.52e-05 5.52e-05 test.phys eIoni + 0 -15.8 15.3 149 0.0549 0 0 0 test.phys initStep + 1 -20 25.3 200 0.0549 0 52.6 52.6 World Transportation + 2 -826 1.93e+03 1e+04 0.0549 0 1e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.5 2.47 68.3 0.264 0 0 0 test.phys initStep - 1 55.2 13.8 200 0.264 0 141 141 World Transportation - 2 3.75e+03 854 1e+04 0.264 0 1.05e+04 1.06e+04 OutOfWorld Transportation + 0 -14.5 14.7 144 0.0424 0 0 0 test.phys initStep + 1 -34.5 28.4 200 0.0424 0 61.1 61.1 World Transportation + 2 -3.53e+03 2.42e+03 1e+04 0.0424 0 1.07e+04 1.07e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.54 2.53 59.2 11.8 0 0 0 test.phys initStep - 1 17.2 9.81 200 11.8 0 142 142 World Transportation - 2 967 516 1e+04 11.8 0 9.86e+03 1e+04 OutOfWorld Transportation + 0 -13.8 14.4 142 0.41 0 0 0 test.phys initStep + 1 -14.7 14.7 142 0 0.41 1.54 1.54 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.4 1.66 47 0.41 0 0 0 test.phys initStep - 1 3.26 1.78 47.4 0.0714 0.339 1.54 1.54 test.phys eIoni - 2 3.23 1.77 47.5 0 0.0714 0.112 1.65 test.phys eIoni + 0 -8.61 11.5 125 1.27 0 0 0 test.phys initStep + 1 -7.41 12.7 127 0.846 0.419 3.16 3.16 test.phys eIoni + 2 -5.96 13.9 127 0.563 0.284 2.44 5.6 test.phys eIoni + 3 -4.98 14.5 127 0.205 0.358 1.91 7.51 test.phys eIoni + 4 -4.66 14.4 127 0 0.205 0.649 8.16 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.388 0.216 34.9 0.854 0 0 0 test.phys initStep - 1 -0.821 -0.161 36.4 0.554 0.3 2.45 2.45 test.phys eIoni - 2 -0.681 -0.274 37.7 0.301 0.253 1.89 4.34 test.phys eIoni - 3 -0.343 -0.556 38.1 0.0669 0.234 1.16 5.5 test.phys eIoni - 4 -0.33 -0.596 38.1 0 0.0669 0.1 5.6 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0789 0.0236 31.6 0.396 0 0 0 test.phys initStep - 1 0.755 0.462 32 0.146 0.25 1.5 1.5 test.phys eIoni - 2 0.599 0.37 31.9 0 0.146 0.378 1.88 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 23.6 71.3 0 0 0 test.phys initStep - 1 0.128 0.21 30.9 70.2 0.872 7.36 7.36 test.phys eIoni - 2 0.402 3.03 72.9 65.4 4.78 42.1 49.4 test.phys eBrem - 3 0.116 5.24 101 61.9 3.43 28.3 77.8 test.phys eBrem - 4 -0.0111 4.83 113 59.8 1.39 11.6 89.4 test.phys eIoni - 5 -0.0204 4.88 116 58.2 0.34 3.09 92.5 test.phys eIoni - 6 1.04 9.55 183 49.1 8.31 67.6 160 test.phys eIoni - 7 0.106 10.9 194 47.6 1.5 11 171 test.phys eBrem - 8 -0.405 11.4 200 46.8 0.703 6 177 World Transportation - 9 -656 600 1e+04 46.8 3.39e-22 9.84e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.106 10.9 194 0.0675 0 0 0 test.phys initStep - 1 -0.401 11.3 200 0.0675 0 5.99 5.99 World Transportation - 2 -835 732 1e+04 0.0675 0 9.86e+03 9.87e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.04 9.55 183 0.77 0 0 0 test.phys initStep - 1 1.7 10.9 184 0.502 0.269 2.31 2.31 test.phys eIoni - 2 1.36 11.3 183 0.213 0.289 1.77 4.08 test.phys eIoni - 3 1.45 11.6 183 0 0.213 0.69 4.77 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0204 4.88 116 1.24 0 0 0 test.phys initStep - 1 1.37 3.91 118 0.892 0.344 3.11 3.11 test.phys eIoni - 2 0.312 4.75 119 0.612 0.28 2.52 5.63 test.phys eIoni - 3 0.732 4.96 121 0.356 0.257 2.01 7.64 test.phys eIoni - 4 0.793 5.63 121 0.11 0.246 1.37 9.01 test.phys eIoni - 5 0.708 5.66 121 0 0.11 0.235 9.25 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0111 4.83 113 0.728 0 0 0 test.phys initStep - 1 0.32 4.43 113 0.412 0.0932 0.735 0.735 test.phys eIoni - 2 0.447 4.13 113 0.232 0.118 0.892 1.63 test.phys eBrem - 3 0.253 3.8 112 0 0.232 0.791 2.42 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.447 4.13 113 0.0621 0 0 0 test.phys initStep - 1 -1.96 -15.4 108 0.0621 0 20 20 test.phys biasWrapper(Rayl) - 2 11.5 -32.6 103 0.0617 0 22.6 42.7 test.phys biasWrapper(compt) - 3 166 -234 123 0.056 0 255 297 test.phys biasWrapper(compt) - 4 181 -226 122 0.0462 0 16.2 314 test.phys biasWrapper(compt) - 5 118 -298 113 0.0398 0 95.9 409 test.phys biasWrapper(compt) - 6 170 -288 120 0.0351 0 53.5 463 test.phys biasWrapper(compt) - 7 167 -289 117 0.0351 0 4.35 467 test.phys biasWrapper(Rayl) - 8 157 -291 102 0.0351 4.7e-05 17.9 485 test.phys biasWrapper(compt) - 9 148 -290 88.3 0.0325 0 16.4 502 test.phys biasWrapper(compt) - 10 187 -375 75.3 0.0295 0 94.5 596 test.phys biasWrapper(compt) - 11 186 -371 71.5 0 0.000405 5.55 602 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 186 -371 71.5 0.0291 0 0 0 test.phys initStep - 1 186 -371 71.5 0 0.0291 0.0233 0.0233 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 187 -375 75.3 0.00307 0 0 0 test.phys initStep - 1 187 -375 75.3 0 0.00307 0.000474 0.000474 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 148 -290 88.3 0.00254 0 0 0 test.phys initStep - 1 148 -290 88.3 0 0.00254 0.000347 0.000347 test.phys eIoni - -********************************************************************************************************* -* 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 170 -288 120 0.00465 0 0 0 test.phys initStep - 1 170 -288 120 0 0.00465 0.000951 0.000951 test.phys 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 118 -298 113 0.00642 0 0 0 test.phys initStep - 1 118 -298 113 0 0.00642 0.00165 0.00165 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 181 -226 122 0.00977 0 0 0 test.phys initStep - 1 181 -226 122 0 0.00977 0.00341 0.00341 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 166 -234 123 0.00571 0 0 0 test.phys initStep - 1 166 -234 123 0 0.00571 0.00135 0.00135 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.5 -32.6 103 0.000429 0 0 0 test.phys initStep - 1 11.5 -32.6 103 0 0.000429 2.79e-05 2.79e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.32 4.43 113 0.223 0 0 0 test.phys initStep - 1 0.577 4.16 113 0 0.223 0.743 0.743 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.116 5.24 101 0.103 0 0 0 test.phys initStep - 1 -1.55 3.33 151 0.102 0 50.2 50.2 test.phys biasWrapper(compt) - 2 15.8 -3.88 200 0.102 0 52.2 102 World Transportation - 3 3.49e+03 -1.45e+03 1e+04 0.102 0 1.05e+04 1.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.55 3.33 151 0.00152 0 0 0 test.phys initStep - 1 -1.55 3.33 151 0 0.00152 0.000155 0.000155 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.402 3.03 72.9 0.0162 0 0 0 test.phys initStep - 1 0.432 3.2 74.5 0.0154 0 1.65 1.65 test.phys biasWrapper(compt) - 2 0.991 4.07 73.3 0 0.000405 1.57 3.23 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.991 4.07 73.3 0.0149 0 0 0 test.phys initStep - 1 0.988 4.07 73.3 0 0.0149 0.0072 0.0072 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.432 3.2 74.5 0.00082 0 0 0 test.phys initStep - 1 0.432 3.2 74.5 0 0.00082 6.32e-05 6.32e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.128 0.21 30.9 0.233 0 0 0 test.phys initStep - 1 0.486 0.302 31.1 0 0.233 0.795 0.795 test.phys eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 29.9 0.87 0 29.9 530 test.phys biasWrapper(hadElastic) - 2 71.4 31.4 32.4 0.822 0.0476 78 608 test.phys biasWrapper(hadElastic) - 3 77 33.5 25.1 0.721 0 9.43 617 test.phys biasWrapper(hadElastic) - 4 37 163 14.4 0.596 0 136 754 test.phys biasWrapper(hadElastic) - 5 -42.9 104 3.55e-15 0.596 0 100 854 World Transportation - 6 -1e+04 -7.27e+03 -1.8e+03 0.596 0 1.25e+04 1.34e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37 163 14.4 0.125 0 0 0 test.phys initStep - 1 37 163 14.4 0 0.125 0.00106 0.00106 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 77 33.5 25.1 0.101 0 0 0 test.phys initStep - 1 77 33.5 25.1 0 0.101 0.000943 0.000943 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 29.9 0.13 0 0 0 test.phys initStep - 1 -0.000609 -0.000268 29.9 0 0.13 0.00109 0.00109 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 199 0.758 0 199 699 test.phys biasWrapper(hadElastic) - 2 -17.9 -5.57 155 0.739 0.0187 47.5 747 test.phys biasWrapper(hadElastic) - 3 -34.9 18.6 112 0.709 0.0308 52.4 799 test.phys biasWrapper(hadElastic) - 4 -43.4 -7.82 12.7 0.706 0.00207 103 902 test.phys biasWrapper(hadElastic) - 5 -47.2 -11.9 0 0.706 0 13.9 916 World Transportation - 6 -3.04e+03 -3.24e+03 -1e+04 0.706 0 1.09e+04 1.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 199 0.242 0 0 0 test.phys initStep - 1 0.000251 7.78e-05 199 0 0.242 0.00148 0.00148 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 196 0.901 0 196 696 test.phys biasWrapper(hadElastic) - 2 11.4 8.8 200 0.901 0 15 711 World Transportation - 3 1e+04 7.72e+03 3.82e+03 0.901 0 1.31e+04 1.38e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 196 0.0993 0 0 0 test.phys initStep - 1 -0.000482 -0.000372 196 0 0.0993 0.000936 0.000936 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 78.6 0.801 0 78.6 579 test.phys biasWrapper(hadElastic) - 2 22.6 -20.8 59 0.757 0.0442 36.4 615 test.phys biasWrapper(hadElastic) - 3 93.4 -14 52.9 0.609 0 71.4 687 test.phys biasWrapper(hadElastic) - 4 62.1 -24.6 7.88 0.574 0.0351 55.8 742 test.phys biasWrapper(hadElastic) - 5 64.6 -31.1 7.11e-15 0.574 0 10.5 753 World Transportation - 6 3.24e+03 -8.22e+03 -1e+04 0.574 0 1.33e+04 1.41e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 93.4 -14 52.9 0.148 0 0 0 test.phys initStep - 1 93.4 -14 52.9 0 0.148 0.00117 0.00117 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 78.6 0.199 0 0 0 test.phys initStep - 1 -0.000424 0.000391 78.6 0 0.199 0.00137 0.00137 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 72.7 0.761 0 72.7 573 test.phys biasWrapper(hadElastic) - 2 37.7 -3.47 0 0.761 0 82 655 World Transportation - 3 5.23e+03 -481 -1e+04 0.761 0 1.13e+04 1.19e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 72.7 0.239 0 0 0 test.phys initStep - 1 -0.000306 2.82e-05 72.7 0 0.239 0.00147 0.00147 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 107 0.81 0 107 607 test.phys biasWrapper(hadElastic) - 2 -31.4 -15.9 89.1 0.754 0.0562 39.7 647 test.phys biasWrapper(hadElastic) - 3 -35.5 -12.9 43.7 0.675 0 45.7 693 test.phys biasWrapper(hadElastic) - 4 72.9 -68.2 0 0.675 0 129 822 World Transportation - 5 1e+04 -5.13e+03 -4e+03 0.675 0 1.18e+04 1.27e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.5 -12.9 43.7 0.079 0 0 0 test.phys initStep - 1 -35.5 -12.9 43.7 0 0.079 0.000829 0.000829 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 107 0.19 0 0 0 test.phys initStep - 1 0.000545 0.000275 107 0 0.19 0.00134 0.00134 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 103 0.999 0.000654 103 603 test.phys biasWrapper(hadElastic) - 2 0.626 0.185 110 0.959 0.0402 6.86 610 test.phys biasWrapper(hadElastic) - 3 -11 3.39 124 0.941 0.0183 18.9 629 test.phys biasWrapper(hadElastic) - 4 -132 -30.3 200 0.941 0 147 775 World Transportation - 5 -1e+04 -2.78e+03 6.38e+03 0.941 0 1.2e+04 1.27e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 128 0.981 0.0191 128 628 test.phys biasWrapper(hadElastic) - 2 23.3 34 200 0.981 0 82.6 711 World Transportation - 3 3.21e+03 4.7e+03 1e+04 0.981 0 1.13e+04 1.2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 86.6 0.756 0 86.6 587 test.phys biasWrapper(hadElastic) - 2 32.4 -4.3 0 0.756 0 92.5 679 World Transportation - 3 3.78e+03 -501 -1e+04 0.756 0 1.07e+04 1.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 86.6 0.244 0 0 0 test.phys initStep - 1 -0.000232 3.08e-05 86.6 0 0.244 0.00148 0.00148 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 1 0 200 700 World Transportation - 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 10.8 0.816 0 10.8 511 test.phys biasWrapper(hadElastic) - 2 -23.5 6.34 -1.78e-15 0.816 0 26.6 537 World Transportation - 3 -1e+04 2.7e+03 -4.58e+03 0.816 0 1.13e+04 1.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 10.8 0.184 0 0 0 test.phys initStep - 1 0.000609 -0.000164 10.8 0 0.184 0.00132 0.00132 test.phys ionIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 137 0 0 137 637 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = B11, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 137 4.98 0 0 0 test.phys initStep - 1 0.00501 -0.000919 137 0 4.98 0.00611 0.00611 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = deuteron, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 137 41.8 0 0 0 test.phys initStep - 1 -0.277 0.302 138 0 0.882 0.487 0.487 test.phys dInelastic - -********************************************************************************************************* -* G4Track Information: Particle = alpha, Track ID = 12, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.277 0.302 138 3.98 0 0 0 test.phys initStep - 1 -0.247 0.323 138 0 3.98 0.0381 0.0381 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = alpha, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.277 0.302 138 8.19 0 0 0 test.phys initStep - 1 -0.343 0.394 138 0 8.19 0.113 0.113 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = Li7, Track ID = 10, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.277 0.302 138 7.85 0 0 0 test.phys initStep - 1 -0.304 0.298 138 0 7.85 0.0282 0.0282 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 9, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.277 0.302 138 9.85 0 0 0 test.phys initStep - 1 0.0634 0.282 138 8.1 1.76 0.492 0.492 test.phys hIoni - 2 0.326 0.264 138 6.54 1.56 0.391 0.883 test.phys hIoni - 3 0.539 0.242 138 4.96 1.57 0.314 1.2 test.phys hIoni - 4 0.705 0.229 139 3.36 1.6 0.245 1.44 test.phys hIoni - 5 0.827 0.218 139 1.71 1.65 0.181 1.62 test.phys hIoni - 6 0.887 0.212 139 0.00543 1.71 0.083 1.71 test.phys hIoni - 7 0.887 0.212 139 0 0.00543 0.000456 1.71 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 137 0.283 0 0 0 test.phys initStep - 1 -46.8 -57.1 147 0.154 0 74.4 74.4 test.phys biasWrapper(compt) - 2 -62.7 -13.7 125 0.148 0 51 125 test.phys biasWrapper(compt) - 3 -64.6 1.27 104 0.124 0 26.1 151 test.phys biasWrapper(compt) - 4 -34.9 81 122 0.11 0 87 239 test.phys biasWrapper(compt) - 5 -146 293 0 0.11 0 269 507 World Transportation - 6 -5.21e+03 1e+04 -5.59e+03 0.11 0 1.23e+04 1.28e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.9 81 122 0.0137 0 0 0 test.phys initStep - 1 -34.9 81 122 0 0.0137 0.00615 0.00615 test.phys eIoni + 0 -4.73 8.41 105 0.00527 0 0 0 test.phys initStep + 1 -4.75 8.44 105 0 0.000403 0.182 0.182 test.phys phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -64.6 1.27 104 0.0239 0 0 0 test.phys initStep - 1 -64.6 1.27 104 0 0.0239 0.0165 0.0165 test.phys eIoni + 0 -4.75 8.44 105 0.00486 0 0 0 test.phys initStep + 1 -4.75 8.44 105 0 0.00486 0.00103 0.00103 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.7 -13.7 125 0.00635 0 0 0 test.phys initStep - 1 -62.7 -13.7 125 0 0.00635 0.00162 0.00162 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.8 -57.1 147 0.129 0 0 0 test.phys initStep - 1 -46.8 -57.2 147 0 0.129 0.305 0.305 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 137 0.701 0 0 0 test.phys initStep - 1 143 67.5 0 0.701 0 209 209 World Transportation - 2 1e+04 4.73e+03 -9.49e+03 0.701 0 1.45e+04 1.47e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 137 0.715 0 0 0 test.phys initStep - 1 137 -4.43 114 0.626 0 139 139 test.phys biasWrapper(hadElastic) - 2 145 0.554 143 0.488 0 30.5 170 test.phys biasWrapper(hadElastic) - 3 158 1.5 118 0.433 0.055 28.3 198 test.phys biasWrapper(hadElastic) - 4 306 -15.4 166 0.372 0.0607 156 354 test.phys biasWrapper(hadElastic) - 5 344 -68.9 0 0.372 0 179 533 World Transportation - 6 2.69e+03 -3.29e+03 -1e+04 0.372 0 1.08e+04 1.13e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 145 0.554 143 0.138 0 0 0 test.phys initStep - 1 145 0.554 143 0 0.138 0.00113 0.00113 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 137 -4.43 114 0.0894 0 0 0 test.phys initStep - 1 137 -4.43 114 0 0.0894 0.000884 0.000884 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 137 25.3 0 0 0 test.phys initStep - 1 -0.656 -1.78 138 22.2 3.1 1.98 1.98 test.phys hIoni - 2 -1.18 -3.22 138 19.4 2.77 1.59 3.57 test.phys hIoni - 3 -1.61 -4.38 139 16.9 2.56 1.29 4.86 test.phys hIoni - 4 -1.96 -5.32 139 14.5 2.33 1.03 5.89 test.phys hIoni - 5 -2.25 -6.06 139 12.2 2.3 0.829 6.72 test.phys hIoni - 6 -2.47 -6.65 139 10.4 1.82 0.65 7.37 test.phys hIoni - 7 -2.66 -7.12 139 8.68 1.73 0.526 7.9 test.phys hIoni - 8 -2.82 -7.5 139 7.04 1.64 0.423 8.32 test.phys hIoni - 9 -2.95 -7.8 140 5.44 1.6 0.338 8.66 test.phys hIoni - 10 -3.06 -8.03 140 3.88 1.56 0.265 8.92 test.phys hIoni - 11 -3.14 -8.21 140 2.31 1.57 0.202 9.13 test.phys hIoni - 12 -3.2 -8.32 140 0.377 1.93 0.129 9.26 test.phys hIoni - 13 -3.2 -8.33 140 0.0806 0.296 0.00849 9.26 test.phys hIoni - 14 -3.2 -8.33 140 0.0359 0.0447 0.00196 9.27 test.phys hIoni - 15 -3.2 -8.33 140 0.0106 0.0252 0.0012 9.27 test.phys hIoni - 16 -3.2 -8.33 140 0 0.0106 0.000621 9.27 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 70.3 0 0 70.3 570 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = C13, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 70.3 1.14 0 0 0 test.phys initStep - 1 0.00248 -0.000182 70.3 0 1.14 0.00266 0.00266 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 70.3 0.373 0 0 0 test.phys initStep - 1 -21.2 -79.5 80 0.273 0 82.8 82.8 test.phys biasWrapper(compt) - 2 -24.7 -80.5 82.1 0.225 0 4.22 87 test.phys biasWrapper(compt) - 3 -112 -34.9 75.8 0.218 0 98.8 186 test.phys biasWrapper(compt) - 4 -191 20.6 105 0 0.000405 100 286 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -191 20.6 105 0.218 0 0 0 test.phys initStep - 1 -191 20.8 105 0 0.218 0.715 0.715 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -112 -34.9 75.8 0.00692 0 0 0 test.phys initStep - 1 -112 -34.9 75.8 0 0.00692 0.00188 0.00188 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.7 -80.5 82.1 0.0482 0 0 0 test.phys initStep - 1 -24.7 -80.5 82.1 0 0.0482 0.0566 0.0566 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.2 -79.5 80 0.1 0 0 0 test.phys initStep - 1 -21.1 -79.5 80 0 0.1 0.2 0.2 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 70.3 3.13 0 0 0 test.phys initStep - 1 135 -87.6 0 3.13 0 176 176 World Transportation - 2 1e+04 -6.48e+03 -5.13e+03 3.13 0 1.28e+04 1.3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 70.3 4.31 0 0 0 test.phys initStep - 1 0.00974 -0.204 70.4 2.64 1.67 0.219 0.219 test.phys hIoni - 2 0.015 -0.344 70.5 0.814 1.83 0.148 0.367 test.phys hIoni - 3 0.0158 -0.367 70.5 0 0.814 0.0255 0.392 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 70.3 83.5 0 0 0 test.phys initStep - 1 -33.5 20.1 144 0 0 83.3 83.3 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = C12, Track ID = 18, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 20.1 144 3.99 0 0 0 test.phys initStep - 1 -33.5 20.1 144 0 3.99 0.00405 0.00405 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 20.1 144 0.246 0 0 0 test.phys initStep - 1 48 -20.4 127 0.14 0 92.4 92.4 test.phys biasWrapper(compt) - 2 44.6 3.88 132 0.124 0 24.9 117 test.phys biasWrapper(compt) - 3 -87.4 76.4 103 0.112 0 153 271 test.phys biasWrapper(compt) - 4 -115 92.7 137 0.0805 0 46.7 317 test.phys biasWrapper(compt) - 5 -107 96.9 128 0.0636 0 12.4 330 test.phys biasWrapper(compt) - 6 -106 88.2 137 0.062 0 12.8 342 test.phys biasWrapper(compt) - 7 -107 77.6 140 0.0602 0 11 353 test.phys biasWrapper(compt) - 8 -121 53.2 171 0.0599 0 42 395 test.phys biasWrapper(compt) - 9 -140 30.1 189 0.0493 0 34.7 430 test.phys biasWrapper(compt) - 10 -136 31.8 181 0.047 0 9.42 440 test.phys biasWrapper(compt) - 11 -116 -56.9 107 0.0468 0 117 556 test.phys biasWrapper(compt) - 12 -100 -79.5 87.2 0.0407 0 34 590 test.phys biasWrapper(compt) - 13 -82.1 -49.2 118 0.0407 0 46.9 637 test.phys biasWrapper(Rayl) - 14 -47.1 55.3 200 0.0407 0 137 775 World Transportation - 15 3.29e+03 1e+04 8e+03 0.0407 0 1.31e+04 1.38e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -100 -79.5 87.2 0.00613 0 0 0 test.phys initStep - 1 -100 -79.5 87.2 0 0.00613 0.00152 0.00152 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -116 -56.9 107 0.000187 0 0 0 test.phys initStep - 1 -116 -56.9 107 0 0.000187 1.26e-05 1.26e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -136 31.8 181 0.00236 0 0 0 test.phys initStep - 1 -136 31.8 181 0 0.00236 0.000309 0.000309 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 30.1 189 0.0105 0 0 0 test.phys initStep - 1 -140 30.1 189 0 0.0105 0.0039 0.0039 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -121 53.2 171 0.000363 0 0 0 test.phys initStep - 1 -121 53.2 171 0 0.000363 2.31e-05 2.31e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 77.6 140 0.00174 0 0 0 test.phys initStep - 1 -107 77.6 140 0 0.00174 0.00019 0.00019 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -106 88.2 137 0.00166 0 0 0 test.phys initStep - 1 -106 88.2 137 0 0.00166 0.000177 0.000177 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 96.9 128 0.0169 0 0 0 test.phys initStep - 1 -107 96.9 128 0 0.0169 0.00891 0.00891 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -115 92.7 137 0.031 0 0 0 test.phys initStep - 1 -115 92.7 137 0 0.031 0.0261 0.0261 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -87.4 76.4 103 0.0127 0 0 0 test.phys initStep - 1 -87.4 76.4 103 0 0.0127 0.00538 0.00538 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.6 3.88 132 0.0154 0 0 0 test.phys initStep - 1 44.6 3.89 132 0 0.0154 0.00763 0.00763 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48 -20.4 127 0.106 0 0 0 test.phys initStep - 1 48.1 -20.5 127 0 0.106 0.22 0.22 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 20.1 144 1.16 0 0 0 test.phys initStep - 1 -17.4 -140 36.2 0.431 0 194 194 test.phys biasWrapper(compt) - 2 -8.24 -127 0 0.431 0 39.6 233 World Transportation - 3 2.53e+03 3.51e+03 -1e+04 0.431 0 1.09e+04 1.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.4 -140 36.2 0.733 0 0 0 test.phys initStep - 1 -17.4 -142 35.8 0.457 0.276 2.24 2.24 test.phys eIoni - 2 -17.8 -143 35.2 0.231 0.226 1.67 3.9 test.phys eIoni - 3 -17.9 -143 35.6 0 0.231 0.786 4.69 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 15, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 20.1 144 2.48 0 0 0 test.phys initStep - 1 -33.5 20.1 144 0.55 1.93 0.139 0.139 test.phys hIoni - 2 -33.5 20.1 144 0.108 0.442 0.0143 0.153 test.phys hIoni - 3 -33.5 20.1 144 0 0.108 0.0024 0.156 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 20.1 144 8.64 0 0 0 test.phys initStep - 1 -27.7 261 0 8.64 0 281 281 World Transportation - 2 203 1e+04 -5.82e+03 8.64 0 1.13e+04 1.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 13, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 20.1 144 11.3 0 0 0 test.phys initStep - 1 -210 -100 101 0 0 218 218 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = C14, Track ID = 35, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -100 101 0.646 0 0 0 test.phys initStep - 1 -210 -100 101 0 0.646 0.00239 0.00239 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -100 101 0.585 0 0 0 test.phys initStep - 1 -237 -64.4 147 0.356 0 64.3 64.3 test.phys biasWrapper(compt) - 2 -269 -100 200 0.356 0 71.6 136 World Transportation - 3 -6.33e+03 -6.76e+03 1e+04 0.356 0 1.33e+04 1.34e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -237 -64.4 147 0.229 0 0 0 test.phys initStep - 1 -237 -64 147 0 0.229 0.775 0.775 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -100 101 1.43 0 0 0 test.phys initStep - 1 -182 -183 129 0.755 0 91.9 91.9 test.phys biasWrapper(compt) - 2 -277 -348 168 0.191 0 194 286 test.phys biasWrapper(compt) - 3 -139 -102 131 0.181 0 285 571 test.phys biasWrapper(compt) - 4 -140 -76.8 130 0.126 0 25.4 597 test.phys biasWrapper(compt) - 5 -135 -77.8 130 0.125 0 5.59 602 test.phys biasWrapper(compt) - 6 36.2 -130 99.7 0.0884 0 181 783 test.phys biasWrapper(compt) - 7 -58.9 -177 166 0.0694 0 125 908 test.phys biasWrapper(compt) - 8 -46.9 -183 164 0.0605 0 13.4 922 test.phys biasWrapper(compt) - 9 -46.5 -182 167 0.0585 0 2.2 924 test.phys biasWrapper(compt) - 10 -22.3 -154 182 0.0571 0 40.1 964 test.phys biasWrapper(compt) - 11 -7.97 -106 174 0 0.000405 50.9 1.01e+03 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.97 -106 174 0.0566 0 0 0 test.phys initStep - 1 -7.98 -106 174 0 0.0566 0.0751 0.0751 test.phys eIoni - -********************************************************************************************************* -* 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 -22.3 -154 182 0.00149 0 0 0 test.phys initStep - 1 -22.3 -154 182 0 0.00149 0.000151 0.000151 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.5 -182 167 0.00196 0 0 0 test.phys initStep - 1 -46.5 -182 167 0 0.00196 0.00023 0.00023 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.9 -183 164 0.00886 0 0 0 test.phys initStep - 1 -46.9 -183 164 0 0.00886 0.00288 0.00288 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -58.9 -177 166 0.019 0 0 0 test.phys initStep - 1 -58.9 -177 166 0 0.019 0.011 0.011 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.2 -130 99.7 0.0368 0 0 0 test.phys initStep - 1 36.2 -130 99.7 0 0.0368 0.0353 0.0353 test.phys eIoni - -********************************************************************************************************* -* 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 -135 -77.8 130 0.00096 0 0 0 test.phys initStep - 1 -135 -77.8 130 0 0.00096 7.87e-05 7.87e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 -76.8 130 0.0545 0 0 0 test.phys initStep - 1 -140 -76.8 130 0 0.0545 0.0702 0.0702 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -139 -102 131 0.0104 0 0 0 test.phys initStep - 1 -139 -102 131 0 0.0104 0.00384 0.00384 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -277 -348 168 0.564 0 0 0 test.phys initStep - 1 -278 -350 168 0.324 0.24 1.91 1.91 test.phys eIoni - 2 -278 -350 168 0.0166 0.308 1.26 3.17 test.phys eIoni - 3 -278 -350 168 0 0.0166 0.0087 3.18 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -182 -183 129 0.673 0 0 0 test.phys initStep - 1 -181 -184 130 0.43 0.243 2.12 2.12 test.phys eIoni - 2 -180 -184 129 0.196 0.233 1.6 3.72 test.phys eIoni - 3 -180 -184 129 0 0.196 0.609 4.33 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 32, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -100 101 9.22 0 0 0 test.phys initStep - 1 -210 -101 102 7.6 1.62 0.454 0.454 test.phys hIoni - 2 -210 -101 102 5.94 1.67 0.366 0.82 test.phys hIoni - 3 -210 -101 102 4.33 1.61 0.287 1.11 test.phys hIoni - 4 -210 -101 102 2.68 1.65 0.22 1.33 test.phys hIoni - 5 -210 -101 102 0.831 1.85 0.15 1.48 test.phys hIoni - 6 -210 -101 102 0 0.831 0.0264 1.5 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 12, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 20.1 144 43 0 0 0 test.phys initStep - 1 -33.8 20 144 0 0 0.478 0.478 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = C12, Track ID = 54, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 20 144 3.63 0 0 0 test.phys initStep - 1 -33.8 20 144 0 3.63 0.00382 0.00382 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 20 144 0.479 0 0 0 test.phys initStep - 1 -78 -90.5 200 0.479 0 131 131 World Transportation - 2 -4.04e+03 -1e+04 5.2e+03 0.479 0 1.18e+04 1.19e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 20 144 1.33 0 0 0 test.phys initStep - 1 22.9 32.6 0 1.33 0 156 156 World Transportation - 2 3.95e+03 906 -1e+04 1.33 0 1.08e+04 1.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 20 144 1.61 0 0 0 test.phys initStep - 1 280 -42.3 196 1.18 0 324 324 test.phys biasWrapper(compt) - 2 668 -312 150 1.09 0 475 799 test.phys biasWrapper(compt) - 3 742 -378 114 0.463 0 105 904 test.phys biasWrapper(compt) - 4 719 -423 93.5 0.385 0 54.6 958 test.phys biasWrapper(compt) - 5 637 -517 124 0.37 0 129 1.09e+03 test.phys biasWrapper(compt) - 6 301 -741 147 0.158 0 405 1.49e+03 test.phys biasWrapper(compt) - 7 301 -740 147 0.12 0 0.216 1.49e+03 test.phys biasWrapper(compt) - 8 318 -720 200 0.12 0 59.6 1.55e+03 World Transportation - 9 3.55e+03 3.08e+03 1e+04 0.12 0 1.1e+04 1.25e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 301 -740 147 0.0385 0 0 0 test.phys initStep - 1 301 -740 147 0 0.0385 0.0381 0.0381 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 301 -741 147 0.212 0 0 0 test.phys initStep - 1 300 -741 147 0 0.212 0.686 0.686 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 637 -517 124 0.0146 0 0 0 test.phys initStep - 1 637 -517 124 0 0.0146 0.0069 0.0069 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 719 -423 93.5 0.0785 0 0 0 test.phys initStep - 1 719 -423 93.4 0 0.0785 0.132 0.132 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 742 -378 114 0.625 0 0 0 test.phys initStep - 1 743 -378 114 0.377 0.248 2.03 2.03 test.phys eIoni - 2 743 -378 114 0.158 0.219 1.45 3.48 test.phys eIoni - 3 743 -378 113 0 0.158 0.428 3.9 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 668 -312 150 0.0946 0 0 0 test.phys initStep - 1 668 -312 150 0 0.0946 0.182 0.182 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 280 -42.3 196 0.431 0 0 0 test.phys initStep - 1 281 -42 197 0.153 0.198 1.18 1.18 test.phys eBrem - 2 281 -41.8 197 0 0.153 0.408 1.59 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 281 -42 197 0.0792 0 0 0 test.phys initStep - 1 284 -42.6 200 0.0792 0 4.4 4.4 World Transportation - 2 9.76e+03 -2.02e+03 1e+04 0.0792 0 1.38e+04 1.38e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 50, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 20 144 3.15 0 0 0 test.phys initStep - 1 -33.8 20 144 1.39 1.76 0.172 0.172 test.phys hIoni - 2 -33.7 20 144 0.0269 1.36 0.0594 0.231 test.phys hIoni - 3 -33.7 20 144 0 0.0269 0.00102 0.232 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 49, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 20 144 3.83 0 0 0 test.phys initStep - 1 -4.19 7.26 200 3.83 0 64.4 64.4 World Transportation - 2 5.21e+03 -2.24e+03 1e+04 3.83 0 1.13e+04 1.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 48, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.8 20 144 16.5 0 0 0 test.phys initStep - 1 -169 -71.7 117 15.4 0 165 165 test.phys biasWrapper(hadElastic) - 2 -171 -108 82.5 15.3 0 49.9 215 test.phys biasWrapper(hadElastic) - 3 -210 -159 20.1 0 0 89.4 305 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = C12, Track ID = 69, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -159 20.1 0.244 0 0 0 test.phys initStep - 1 -210 -159 20.1 0 0.244 0.00156 0.00156 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = deuteron, Track ID = 68, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -159 20.1 2.72 0 0 0 test.phys initStep - 1 -210 -159 20 0 2.72 0.113 0.113 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -159 20.1 0.266 0 0 0 test.phys initStep - 1 -195 -122 39.2 0.235 0 44.1 44.1 test.phys biasWrapper(compt) - 2 -203 -105 48.7 0.137 0 20.9 65 test.phys biasWrapper(compt) - 3 30 -139 5.61 0.121 0 239 304 test.phys biasWrapper(compt) - 4 33.1 -137 0 0.121 0 6.84 311 World Transportation - 5 5.46e+03 4.27e+03 -1e+04 0.121 0 1.22e+04 1.25e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 30 -139 5.61 0.0153 0 0 0 test.phys initStep - 1 30 -139 5.61 0 0.0153 0.00752 0.00752 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -203 -105 48.7 0.0982 0 0 0 test.phys initStep - 1 -203 -105 48.8 0 0.0982 0.194 0.194 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -195 -122 39.2 0.0309 0 0 0 test.phys initStep - 1 -195 -122 39.2 0 0.0309 0.026 0.026 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 66, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -159 20.1 0.699 0 0 0 test.phys initStep - 1 -212 -181 37.1 0.655 0.0439 27.9 27.9 test.phys biasWrapper(hadElastic) - 2 -124 -302 27.1 0.597 0.0575 150 178 test.phys biasWrapper(hadElastic) - 3 -124 -303 29 0.495 0 2.09 180 test.phys biasWrapper(hadElastic) - 4 -102 -234 23.7 0.428 0.0673 72.6 253 test.phys biasWrapper(hadElastic) - 5 -101 -234 24.2 0.41 0.018 0.913 254 test.phys biasWrapper(hadElastic) - 6 -92.4 -226 50.6 0.359 0.051 28.8 282 test.phys biasWrapper(hadElastic) - 7 -102 -235 57.7 0.274 0 14.8 297 test.phys biasWrapper(hadElastic) - 8 -83.1 -188 -7.11e-15 0.274 0 76.8 374 World Transportation - 9 3.26e+03 7.96e+03 -1e+04 0.274 0 1.33e+04 1.37e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 74, Parent ID = 66 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -235 57.7 0.085 0 0 0 test.phys initStep - 1 -102 -235 57.7 0 0.085 0.000861 0.000861 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 73, Parent ID = 66 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -124 -303 29 0.102 0 0 0 test.phys initStep - 1 -124 -303 29 0 0.102 0.000949 0.000949 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 -159 20.1 1.01 0 0 0 test.phys initStep - 1 -197 -203 62 0.349 0 62.3 62.3 test.phys biasWrapper(compt) - 2 -200 -203 63 0.25 0 3.12 65.4 test.phys biasWrapper(compt) - 3 -275 -41.7 121 0.138 0 187 252 test.phys biasWrapper(compt) - 4 -283 -92 31.7 0.119 0 103 355 test.phys biasWrapper(compt) - 5 -298 -120 33.3 0.0838 0 31.9 387 test.phys biasWrapper(compt) - 6 -287 -115 33.5 0.0639 0 12.1 399 test.phys biasWrapper(compt) - 7 -328 -162 45.8 0.0541 0 63.9 463 test.phys biasWrapper(compt) - 8 -300 -165 0 0.0541 0 54 517 World Transportation - 9 5.88e+03 -803 -1e+04 0.0541 0 1.18e+04 1.23e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -328 -162 45.8 0.00986 0 0 0 test.phys initStep - 1 -328 -162 45.8 0 0.00986 0.00347 0.00347 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -287 -115 33.5 0.0198 0 0 0 test.phys initStep - 1 -287 -115 33.5 0 0.0198 0.0119 0.0119 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -298 -120 33.3 0.0355 0 0 0 test.phys initStep - 1 -298 -120 33.3 0 0.0355 0.0331 0.0331 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -283 -92 31.7 0.0187 0 0 0 test.phys initStep - 1 -283 -92 31.7 0 0.0187 0.0107 0.0107 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -275 -41.7 121 0.112 0 0 0 test.phys initStep - 1 -275 -41.6 121 0 0.112 0.243 0.243 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -200 -203 63 0.0986 0 0 0 test.phys initStep - 1 -200 -203 63 0 0.0986 0.195 0.195 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -197 -203 62 0.658 0 0 0 test.phys initStep - 1 -196 -204 62.9 0.393 0.266 2.1 2.1 test.phys eIoni - 2 -196 -203 63.6 0.155 0.238 1.49 3.59 test.phys eIoni - 3 -196 -203 63.5 0 0.155 0.414 4 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 64, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -171 -108 82.5 0.188 0 0 0 test.phys initStep - 1 -171 -108 82.5 0 0.188 0.00134 0.00134 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 63, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -169 -71.7 117 1.04 0 0 0 test.phys initStep - 1 -169 -71.7 117 0 1.04 0.0023 0.0023 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 81.7 100 0.025 81.7 582 test.phys biasWrapper(hadElastic) - 2 -3.85 -2.17 159 0 0 77 659 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = Be8, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.85 -2.17 159 9.18 0 0 0 test.phys initStep - 1 -3.85 -2.17 159 0 9.18 0.0205 0.0205 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = alpha, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.85 -2.17 159 6.61 0 0 0 test.phys initStep - 1 -3.83 -2.19 158 0 6.61 0.0818 0.0818 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.85 -2.17 159 0.215 0 0 0 test.phys initStep - 1 -8.8 -13 123 0.207 0 37.9 37.9 test.phys biasWrapper(compt) - 2 -8.79 -13 123 0.179 0 0.048 37.9 test.phys biasWrapper(compt) - 3 -7.24 9.01 55.4 0.152 0 70.7 109 test.phys biasWrapper(compt) - 4 68.2 49.6 23 0.146 0 91.6 200 test.phys biasWrapper(compt) - 5 181 97.3 39.2 0.094 0 124 324 test.phys biasWrapper(compt) - 6 33.8 -37.3 6.65 0.0704 0 202 526 test.phys biasWrapper(compt) - 7 46 -29.1 0 0.0704 0 16.1 542 World Transportation - 8 1e+04 6.59e+03 -5.41e+03 0.0704 0 1.31e+04 1.37e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.8 -37.3 6.65 0.0236 0 0 0 test.phys initStep - 1 33.7 -37.3 6.65 0 0.0236 0.0161 0.0161 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 181 97.3 39.2 0.0524 0 0 0 test.phys initStep - 1 181 97.3 39.2 0 0.0524 0.0655 0.0655 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.2 49.6 23 0.00536 0 0 0 test.phys initStep - 1 68.2 49.6 23 0 0.00536 0.00121 0.00121 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.24 9.01 55.4 0.0269 0 0 0 test.phys initStep - 1 -7.24 9.01 55.4 0 0.0269 0.0203 0.0203 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.79 -13 123 0.028 0 0 0 test.phys initStep - 1 -8.79 -13.1 123 0 0.028 0.0218 0.0218 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.8 -13 123 0.00783 0 0 0 test.phys initStep - 1 -8.8 -13 123 0 0.00783 0.00232 0.00232 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.85 -2.17 159 8.02 0 0 0 test.phys initStep - 1 -4.01 -2.16 159 6.33 1.69 0.387 0.387 test.phys hIoni - 2 -4.13 -2.15 159 4.75 1.58 0.304 0.691 test.phys hIoni - 3 -4.23 -2.15 159 3.14 1.61 0.237 0.928 test.phys hIoni - 4 -4.3 -2.15 160 1.33 1.81 0.171 1.1 test.phys hIoni - 5 -4.32 -2.15 160 0 1.33 0.0552 1.15 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.85 -2.17 159 17.5 0 0 0 test.phys initStep - 1 162 -99 123 0 0 195 195 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 162 -99 123 1.84 0 0 0 test.phys initStep - 1 162 -99 123 0 1.84 0.00266 0.00266 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 162 -99 123 0.201 0 0 0 test.phys initStep - 1 191 -38 138 0.201 0 69.2 69.2 test.phys biasWrapper(compt) - 2 226 36.9 161 0.113 0 86 155 test.phys biasWrapper(compt) - 3 211 5.89 160 0.105 0 34.4 190 test.phys biasWrapper(compt) - 4 198 -41 99.8 0.092 0 77.2 267 test.phys biasWrapper(compt) - 5 187 -46.5 102 0.0818 0 12.5 279 test.phys biasWrapper(compt) - 6 133 3.86 87.2 0 0.000405 75.5 355 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 133 3.86 87.2 0.0814 0 0 0 test.phys initStep - 1 133 3.91 87.2 0 0.0814 0.141 0.141 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 187 -46.5 102 0.0102 0 0 0 test.phys initStep - 1 187 -46.5 102 0 0.0102 0.00369 0.00369 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 198 -41 99.8 0.0132 0 0 0 test.phys initStep - 1 198 -41 99.8 0 0.0132 0.00576 0.00576 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 211 5.89 160 0.00805 0 0 0 test.phys initStep - 1 211 5.89 160 0 0.00805 0.00244 0.00244 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 226 36.9 161 0.0879 0 0 0 test.phys initStep - 1 226 37 161 0 0.0879 0.161 0.161 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 191 -38 138 0.000152 0 0 0 test.phys initStep - 1 191 -38 138 0 0.000152 1.09e-05 1.09e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 162 -99 123 0.786 0 0 0 test.phys initStep - 1 146 -6.32 0 0.786 0 155 155 World Transportation - 2 -1.11e+03 7.51e+03 -1e+04 0.786 0 1.26e+04 1.27e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 162 -99 123 4.23 0 0 0 test.phys initStep - 1 209 -44.3 0 4.23 0 143 143 World Transportation - 2 4.08e+03 4.4e+03 -1e+04 4.23 0 1.16e+04 1.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 162 -99 123 10.4 0 0 0 test.phys initStep - 1 92.3 -239 118 10.1 0 156 156 test.phys biasWrapper(hadElastic) - 2 59.9 -262 105 0 0 41.5 198 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.9 -262 105 1.34 0 0 0 test.phys initStep - 1 59.9 -262 105 0 1.34 0.00245 0.00245 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 29, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.9 -262 105 1.57 0 0 0 test.phys initStep - 1 109 -251 147 1.45 0 65.1 65.1 test.phys biasWrapper(hadElastic) - 2 448 55.3 0 1.45 0 480 545 World Transportation - 3 1e+04 8.69e+03 -4.14e+03 1.45 0 1.35e+04 1.41e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 109 -251 147 0.123 0 0 0 test.phys initStep - 1 109 -251 147 0 0.123 0.00105 0.00105 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.9 -262 105 1.94 0 0 0 test.phys initStep - 1 346 141 36.7 0.865 0 499 499 test.phys biasWrapper(compt) - 2 347 177 0 0.865 0 51.1 550 World Transportation - 3 620 9.9e+03 -1e+04 0.865 0 1.39e+04 1.45e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 346 141 36.7 1.08 0 0 0 test.phys initStep - 1 348 143 37.2 0.773 0.305 2.84 2.84 test.phys eIoni - 2 349 144 38.1 0.459 0.314 2.31 5.15 test.phys eIoni - 3 350 145 38.2 0.207 0.252 1.67 6.83 test.phys eIoni - 4 350 145 38.4 0 0.207 0.664 7.49 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.9 -262 105 5.2 0 0 0 test.phys initStep - 1 63.3 -277 97.4 0.434 0 18 18 test.phys biasWrapper(compt) - 2 260 -166 0 0.434 0 246 264 World Transportation - 3 1e+04 5.34e+03 -4.83e+03 0.434 0 1.22e+04 1.24e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 27 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 63.3 -277 97.4 4.76 0 0 0 test.phys initStep - 1 64.4 -285 94.1 3.6 1.16 8.89 8.89 test.phys eIoni - 2 69.5 -289 95.1 2.75 0.851 7.01 15.9 test.phys eIoni - 3 72.8 -293 94.4 2.04 0.706 5.62 21.5 test.phys eIoni - 4 73.5 -297 96.3 1.46 0.581 4.46 26 test.phys eIoni - 5 73.4 -298 97.4 0.799 0.169 1.64 27.6 test.phys eIoni - 6 72.4 -299 98.5 0.5 0.299 2.36 30 test.phys eIoni - 7 72.3 -300 98.8 0.208 0.292 1.77 31.7 test.phys eIoni - 8 72.4 -300 99.1 0 0.208 0.666 32.4 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 73.4 -298 97.4 0.496 0 0 0 test.phys initStep - 1 74 -298 98.4 0.267 0.229 1.76 1.76 test.phys eIoni - 2 74.4 -298 98.6 0 0.267 0.984 2.74 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 26, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 92.3 -239 118 0.236 0 0 0 test.phys initStep - 1 92.3 -239 118 0 0.236 0.00146 0.00146 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.85 -2.17 159 38.6 0 0 0 test.phys initStep - 1 -34.6 18.8 200 38.6 0 55.7 55.7 World Transportation - 2 -7.3e+03 4.97e+03 1e+04 38.6 0 1.32e+04 1.32e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 66.7 99.5 0 66.7 567 test.phys biasWrapper(hadElastic) - 2 -12.7 -31.6 200 99.5 0 138 704 World Transportation - 3 -946 -2.35e+03 1e+04 99.5 0 1.01e+04 1.08e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 66.7 0.47 0 0 0 test.phys initStep - 1 0.000666 0.00165 66.7 0 0.47 0.00184 0.00184 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 74.7 0 0 74.7 575 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = C13, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 74.7 0.3 0 0 0 test.phys initStep - 1 0.00137 0.000922 74.7 0 0.3 0.00177 0.00177 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 74.7 0.315 0 0 0 test.phys initStep - 1 36.5 9.83 59 0.179 0 40.9 40.9 test.phys biasWrapper(compt) - 2 -5.09 -1.86 0 0.179 0 73.1 114 World Transportation - 3 -7.05e+03 -1.98e+03 -1e+04 0.179 0 1.24e+04 1.25e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.5 9.83 59 0.136 0 0 0 test.phys initStep - 1 36.6 9.88 59 0 0.136 0.335 0.335 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 74.7 0.619 0 0 0 test.phys initStep - 1 1.13 -79.2 58.8 0.587 0 80.8 80.8 test.phys biasWrapper(compt) - 2 -24.4 -184 55.3 0.528 0 108 189 test.phys biasWrapper(compt) - 3 -29.7 -203 45.4 0.462 0 21.6 211 test.phys biasWrapper(compt) - 4 -27.5 -210 39.2 0.232 0 9.53 220 test.phys biasWrapper(compt) - 5 18.2 -161 11.7 0.225 0 72.1 292 test.phys biasWrapper(compt) - 6 28.1 -153 3.55e-15 0.225 0 17.2 309 World Transportation - 7 8.47e+03 6.57e+03 -1e+04 0.225 0 1.47e+04 1.5e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 18.2 -161 11.7 0.0071 0 0 0 test.phys initStep - 1 18.2 -161 11.7 0 0.0071 0.00196 0.00196 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.5 -210 39.2 0.23 0 0 0 test.phys initStep - 1 -27.6 -210 39 0 0.23 0.782 0.782 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.7 -203 45.4 0.0655 0 0 0 test.phys initStep - 1 -29.7 -203 45.4 0 0.0655 0.0966 0.0966 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.4 -184 55.3 0.0592 0 0 0 test.phys initStep - 1 -24.4 -184 55.3 0 0.0592 0.0811 0.0811 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.13 -79.2 58.8 0.0316 0 0 0 test.phys initStep - 1 1.14 -79.2 58.8 0 0.0316 0.027 0.027 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 74.7 0.907 0 0 0 test.phys initStep - 1 40.6 -19.5 105 0.594 0 54.4 54.4 test.phys biasWrapper(compt) - 2 76.5 -96.8 116 0.193 0 85.9 140 test.phys biasWrapper(compt) - 3 130 178 147 0.184 0 281 422 test.phys biasWrapper(compt) - 4 144 201 163 0.165 0 31.4 453 test.phys biasWrapper(compt) - 5 188 202 200 0.165 0 57.8 511 World Transportation - 6 1e+04 477 8.48e+03 0.165 0 1.28e+04 1.34e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 144 201 163 0.0188 0 0 0 test.phys initStep - 1 144 201 163 0 0.0188 0.0108 0.0108 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 130 178 147 0.00957 0 0 0 test.phys initStep - 1 130 178 147 0 0.00957 0.00329 0.00329 test.phys eIoni + 0 -0.456 0.863 53.6 0.00357 0 0 0 test.phys initStep + 1 -0.47 0.904 54 0 0.000403 0.407 0.407 test.phys phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 76.5 -96.8 116 0.401 0 0 0 test.phys initStep - 1 76.8 -97.7 116 0 0.401 1.52 1.52 test.phys eIoni + 0 -0.47 0.904 54 0.00316 0 0 0 test.phys initStep + 1 -0.47 0.904 54 0 0.00316 0.000499 0.000499 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.6 -19.5 105 0.313 0 0 0 test.phys initStep - 1 41 -19.3 106 0.0534 0.26 1.21 1.21 test.phys eIoni - 2 41 -19.4 106 0 0.0534 0.0679 1.28 test.phys eIoni + 0 0 0 36.4 60.1 0 0 0 test.phys initStep + 1 0.174 0.202 49.1 58.7 1.36 12.7 12.7 test.phys eBrem + 2 1.81 0.683 75.3 53.6 3.37 26.3 38.9 test.phys eIoni + 3 3.62 0.576 103 50 3.56 27.6 66.6 test.phys eBrem + 4 4.27 0.878 119 48 1.92 16.1 82.7 test.phys eBrem + 5 4.69 1.02 124 47 0.566 5.38 88.1 test.phys eBrem + 6 4.82 1.09 126 46.4 0.187 1.77 89.8 test.phys eIoni + 7 6.34 2.34 141 44 1.78 15.3 105 test.phys eIoni + 8 8.18 3.86 154 42.1 1.5 13.3 118 test.phys eIoni + 9 10.5 5.44 167 40 1.66 12.7 131 test.phys eIoni + 10 17.4 9.54 200 35.9 4.12 34.5 166 World Transportation + 11 2.21e+03 1.52e+03 1e+04 35.9 3.42e-22 1.02e+04 1.03e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 74.7 5.03 0 0 0 test.phys initStep - 1 -0.182 -0.164 74.7 3.51 1.52 0.248 0.248 test.phys hIoni - 2 -0.321 -0.287 74.7 1.83 1.67 0.187 0.435 test.phys hIoni - 3 -0.393 -0.345 74.7 0.179 1.66 0.0931 0.528 test.phys hIoni - 4 -0.396 -0.347 74.7 0 0.179 0.00366 0.532 test.phys hIoni + 0 10.5 5.44 167 0.504 0 0 0 test.phys initStep + 1 11.4 6.11 167 0.204 0.299 1.78 1.78 test.phys eIoni + 2 11.4 6.33 167 0 0.204 0.648 2.42 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 74.7 85.2 0 0 0 test.phys initStep - 1 0.393 3.7 153 82.3 0 78.2 78.2 test.phys biasWrapper(hadElastic) - 2 1.62 4.68 155 81.5 0 2.39 80.6 test.phys biasWrapper(hadElastic) - 3 20.6 51.8 200 81.5 0 68.2 149 World Transportation - 4 4.02e+03 1e+04 9.78e+03 81.5 0 1.44e+04 1.45e+04 OutOfWorld Transportation + 0 8.18 3.86 154 0.33 0 0 0 test.phys initStep + 1 8.25 3.29 155 0 0.33 1.28 1.28 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 20, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.62 4.68 155 0.878 0 0 0 test.phys initStep - 1 1.62 4.68 155 0 0.878 0.00221 0.00221 test.phys ionIoni + 0 6.34 2.34 141 0.62 0 0 0 test.phys initStep + 1 5.75 3.35 142 0.351 0.269 2.02 2.02 test.phys eIoni + 2 6.22 3.92 142 0.12 0.231 1.36 3.38 test.phys eIoni + 3 6.34 3.96 142 0 0.12 0.272 3.65 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 19, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.393 3.7 153 2.84 0 0 0 test.phys initStep - 1 0.39 3.7 153 0 2.84 0.00304 0.00304 test.phys ionIoni + 0 4.82 1.09 126 0.445 0 0 0 test.phys initStep + 1 4.64 0.271 127 0.167 0.279 1.64 1.64 test.phys eIoni + 2 4.88 0.282 127 0 0.167 0.466 2.1 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.69 1.02 124 0.466 0 0 0 test.phys initStep + 1 10 3.15 200 0.466 0 75.9 75.9 World Transportation + 2 704 278 1e+04 0.466 0 9.83e+03 9.9e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.27 0.878 119 0.00377 0 0 0 test.phys initStep + 1 4.27 0.879 119 0 0.000403 0.013 0.013 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.27 0.879 119 0.00337 0 0 0 test.phys initStep + 1 4.27 0.879 119 0 0.00337 0.000553 0.000553 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.62 0.576 103 0.0908 0 0 0 test.phys initStep + 1 9.78 -0.815 200 0.0908 0 97.4 97.4 World Transportation + 2 631 -141 1e+04 0.0908 0 9.82e+03 9.92e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.81 0.683 75.3 1.7 0 0 0 test.phys initStep + 1 2.17 0.0331 76.2 1.55 0.145 1.25 1.25 test.phys eBrem + 2 1.87 -1.74 78.9 1.05 0.495 3.63 4.89 test.phys eIoni + 3 2.98 -0.737 80.6 0.664 0.388 2.8 7.68 test.phys eIoni + 4 4.1 -0.316 81.6 0.358 0.306 2.11 9.79 test.phys eIoni + 5 4.86 -0.38 81.5 0.137 0.221 1.38 11.2 test.phys eIoni + 6 4.8 -0.233 81.5 0 0.137 0.337 11.5 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.17 0.0331 76.2 0.0112 0 0 0 test.phys initStep + 1 9.32 -6.45 71.8 0 0.000403 10.6 10.6 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.32 -6.45 71.8 0.0108 0 0 0 test.phys initStep + 1 9.32 -6.45 71.8 0 0.0108 0.00408 0.00408 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.174 0.202 49.1 0.00778 0 0 0 test.phys initStep + 1 0.177 0.204 49.2 0 0.000403 0.0986 0.0986 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.177 0.204 49.2 0.00738 0 0 0 test.phys initStep + 1 0.177 0.204 49.2 0 0.00738 0.0021 0.0021 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 139 0 0 139 639 test.phys conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 139 94.9 0 0 0 test.phys initStep + 1 -0.803 0.511 171 90.6 4.2 32.4 32.4 test.phys eBrem + 2 -0.844 0.532 172 90.3 0.113 1.07 33.5 test.phys eIoni + 3 -1.2 0.648 180 88.7 1.21 7.55 41 test.phys eIoni + 4 -1.39 0.707 184 69.6 0.427 4.21 45.2 test.phys eBrem + 5 -2.07 0.93 200 67.6 2.01 16 61.2 World Transportation + 6 -7.21 148 1e+04 67.6 3.49e-22 9.8e+03 9.86e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.39 0.707 184 18.7 0 0 0 test.phys initStep + 1 -2.3 0.93 200 18.7 0 16 16 World Transportation + 2 -559 137 1e+04 18.7 0 9.82e+03 9.83e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.2 0.648 180 0.313 0 0 0 test.phys initStep + 1 -1.17 0.0887 180 0.00512 0.307 1.21 1.21 test.phys eIoni + 2 -1.17 0.0889 180 0 0.00512 0.00112 1.21 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.844 0.532 172 0.274 0 0 0 test.phys initStep + 1 -1.28 0.351 173 0.0158 0.258 1.02 1.02 test.phys eIoni + 2 -1.28 0.349 173 0 0.0158 0.00798 1.03 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.803 0.511 171 0.00994 0 0 0 test.phys initStep + 1 -0.937 0.54 175 0.00994 0 3.37 3.37 test.phys Rayl + 2 -3.07 1.4 178 0.00994 0 4.34 7.7 test.phys Rayl + 3 -3.19 1.57 178 0 0.000403 0.278 7.98 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.19 1.57 178 0.00954 0 0 0 test.phys initStep + 1 -3.19 1.57 178 0 0.00954 0.00328 0.00328 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 139 4.12 0 0 0 test.phys initStep + 1 -0.178 -1.12 146 3.06 1.07 7.86 7.86 test.phys eIoni + 2 0.684 -2.05 152 2.23 0.83 6.12 14 test.phys eIoni + 3 1.99 -2.44 156 1.59 0.635 4.76 18.7 test.phys eIoni + 4 0.276 -1.44 158 1.2 0.39 3.71 22.4 test.phys eIoni + 5 -1.06 0.528 159 0.901 0.3 3.05 25.5 test.phys eIoni + 6 -2.38 0.658 161 0.546 0.355 2.54 28 test.phys eIoni + 7 -3.27 0.679 162 0.283 0.263 1.87 29.9 test.phys eIoni + 8 -3.78 0.5 162 0 0.283 1.07 31 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 165 0 0 165 665 test.phys conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 165 73.5 0 0 0 test.phys initStep + 1 0.322 -0.303 184 70.6 2.65 18.5 18.5 test.phys eIoni + 2 0.592 -1.16 200 68.7 1.86 16.4 34.9 World Transportation + 3 -69.9 -960 1e+04 68.7 3.51e-22 9.85e+03 9.88e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.322 -0.303 184 0.283 0 0 0 test.phys initStep + 1 0.817 -0.311 184 0.0316 0.252 1.07 1.07 test.phys eIoni + 2 0.823 -0.3 184 0 0.0316 0.027 1.1 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 165 25.4 0 0 0 test.phys initStep + 1 0.0116 0.0105 167 24.8 0.175 1.59 1.59 test.phys eBrem + 2 -0.156 0.469 177 23.4 1.31 10.8 12.4 test.phys eBrem + 3 -0.15 0.472 178 23 0.0814 0.434 12.8 test.phys eBrem + 4 -0.356 0.494 183 21.2 0.814 5.36 18.2 test.phys eIoni + 5 -0.547 0.594 185 20.6 0.21 1.9 20 test.phys eIoni + 6 -1.79 0.769 194 19 1.09 8.54 28.6 test.phys eIoni + 7 -2.94 0.899 198 18.1 0.559 4.81 33.4 test.phys eIoni + 8 -3.33 0.879 200 17.9 0.208 1.8 35.2 World Transportation + 9 -1.79e+03 -332 1e+04 17.9 3.15e-22 9.97e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.94 0.899 198 0.334 0 0 0 test.phys initStep + 1 -3.26 1.47 199 0.0439 0.29 1.3 1.3 test.phys eIoni + 2 -3.28 1.47 199 0 0.0439 0.048 1.34 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.79 0.769 194 0.436 0 0 0 test.phys initStep + 1 -2.14 1.59 194 0.183 0.253 1.61 1.61 test.phys eIoni + 2 -2.11 1.86 194 0 0.183 0.543 2.15 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.547 0.594 185 0.442 0 0 0 test.phys initStep + 1 -0.8 1.44 186 0.132 0.311 1.63 1.63 test.phys eIoni + 2 -0.918 1.44 186 0 0.132 0.318 1.95 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.356 0.494 183 0.958 0 0 0 test.phys initStep + 1 0.93 -0.163 185 0.643 0.315 2.64 2.64 test.phys eIoni + 2 2.29 -0.646 185 0.38 0.263 2.07 4.7 test.phys eIoni + 3 2.99 -1.13 185 0.138 0.242 1.46 6.16 test.phys eIoni + 4 3.16 -1.15 185 0 0.138 0.343 6.5 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.15 0.472 178 0.296 0 0 0 test.phys initStep + 1 -0.277 0.666 200 0.296 0 22.1 22.1 World Transportation + 2 -56.6 86.7 1e+04 0.296 0 9.8e+03 9.82e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.156 0.469 177 0.101 0 0 0 test.phys initStep + 1 -0.306 0.411 200 0.101 0 22.5 22.5 World Transportation + 2 -65.6 -24.5 1e+04 0.101 0 9.8e+03 9.82e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0116 0.0105 167 0.491 0 0 0 test.phys initStep + 1 0.396 -0.489 200 0.491 0 33.3 33.3 World Transportation + 2 114 -148 1e+04 0.491 0 9.8e+03 9.84e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 167 0 0 167 667 test.phys conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 167 33.8 0 0 0 test.phys initStep + 1 -0.0463 -0.31 200 29.6 4.2 33.1 33.1 World Transportation + 2 -3.03e+03 1.53e+03 1e+04 29.6 3.43e-22 1.04e+04 1.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 167 65.2 0 0 0 test.phys initStep + 1 -0.562 0.00271 186 62.5 2.51 19.1 19.1 test.phys eBrem + 2 -0.44 0.0667 198 60.8 1.24 11.3 30.5 test.phys eIoni + 3 -0.446 0.117 200 60.6 0.214 2.41 32.9 World Transportation + 4 -155 438 1e+04 60.6 3.46e-22 9.81e+03 9.84e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.44 0.0667 198 0.444 0 0 0 test.phys initStep + 1 0.0338 -0.649 198 0.165 0.279 1.63 1.63 test.phys eIoni + 2 -0.139 -0.65 198 0 0.165 0.457 2.09 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.562 0.00271 186 0.137 0 0 0 test.phys initStep + 1 -1.01 0.121 200 0.137 0 13.8 13.8 World Transportation + 2 -320 84.7 1e+04 0.137 0 9.81e+03 9.82e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 146 0.299 0 146 646 test.phys compt + 2 7.87 -2.5 138 0.145 0 11.6 657 test.phys compt + 3 1.66 3.85 179 0.142 0 42 699 test.phys compt + 4 4.18 0.805 200 0.142 0 21.7 721 World Transportation + 5 1.16e+03 -1.4e+03 1e+04 0.142 0 9.97e+03 1.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.66 3.85 179 0.00311 0 0 0 test.phys initStep + 1 1.66 3.85 179 0 0.00311 0.000484 0.000484 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.87 -2.5 138 0.154 0 0 0 test.phys initStep + 1 7.97 -2.54 137 0 0.154 0.412 0.412 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 146 99.7 0 0 0 test.phys initStep + 1 0.000777 -0.00112 147 97.3 0.0658 0.715 0.715 test.phys eBrem + 2 0.0852 -0.135 157 96.1 1.24 10.1 10.8 test.phys eBrem + 3 1.12 -1.53 200 90.6 5.51 43.4 54.3 World Transportation + 4 564 -695 1e+04 90.6 3.59e-22 9.84e+03 9.89e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0852 -0.135 157 0.0101 0 0 0 test.phys initStep + 1 0.133 -0.2 159 0 0.000403 1.91 1.91 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.133 -0.2 159 0.00965 0 0 0 test.phys initStep + 1 0.133 -0.201 159 0 0.00965 0.00334 0.00334 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.000777 -0.00112 147 2.29 0 0 0 test.phys initStep + 1 -0.168 0.00291 167 0.325 0 20.5 20.5 test.phys compt + 2 -12.1 28.7 155 0.322 0 33.3 53.8 test.phys compt + 3 -95.3 238 108 0.194 0 230 284 test.phys compt + 4 -93 223 51.6 0.15 0 58 342 test.phys compt + 5 -118 202 48.2 0.0979 0 33.2 375 test.phys compt + 6 -117 208 49.1 0.0918 0 6.4 382 test.phys compt + 7 -99.5 219 43.6 0.0909 0 20.9 403 test.phys compt + 8 38.8 251 15.4 0.0766 0 145 547 test.phys compt + 9 50.9 218 50.7 0.076 0 49.3 597 test.phys compt + 10 56.8 198 97.3 0.076 0 51.2 648 test.phys Rayl + 11 56.1 183 109 0.0736 0 18.6 666 test.phys compt + 12 55 177 109 0.061 0 6.67 673 test.phys compt + 13 62.9 186 128 0.0529 0 23 696 test.phys compt + 14 -3.41 116 156 0.0454 0 100 796 test.phys compt + 15 2.18 115 155 0.0454 0 5.73 802 test.phys Rayl + 16 42.7 125 124 0.0415 0 51.9 854 test.phys compt + 17 10.3 121 84.7 0.0388 0 50.7 905 test.phys compt + 18 54.6 75.3 35.9 0 0.000403 80.1 985 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 75.3 35.9 0.0384 0 0 0 test.phys initStep + 1 54.6 75.3 35.9 0 0.0384 0.0381 0.0381 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 10.3 121 84.7 0.00265 0 0 0 test.phys initStep + 1 10.3 121 84.7 0 0.00265 0.000372 0.000372 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.7 125 124 0.00389 0 0 0 test.phys initStep + 1 42.7 125 124 0 0.00389 0.000703 0.000703 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.41 116 156 0.00752 0 0 0 test.phys initStep + 1 -3.42 116 156 0 0.00752 0.00217 0.00217 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 62.9 186 128 0.00806 0 0 0 test.phys initStep + 1 62.9 186 128 0 0.00806 0.00244 0.00244 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55 177 109 0.0126 0 0 0 test.phys initStep + 1 55 177 109 0 0.0126 0.00537 0.00537 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 56.1 183 109 0.00235 0 0 0 test.phys initStep + 1 56.1 183 109 0 0.00235 0.000307 0.000307 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.9 218 50.7 0.000689 0 0 0 test.phys initStep + 1 50.9 218 50.7 0 0.000689 5.01e-05 5.01e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.8 251 15.4 0.0143 0 0 0 test.phys initStep + 1 38.8 251 15.4 0 0.0143 0.00667 0.00667 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -99.5 219 43.6 0.000834 0 0 0 test.phys initStep + 1 -99.5 219 43.6 0 0.000834 6.47e-05 6.47e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -117 208 49.1 0.00609 0 0 0 test.phys initStep + 1 -117 208 49.1 0 0.00609 0.00151 0.00151 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -118 202 48.2 0.0524 0 0 0 test.phys initStep + 1 -118 202 48.2 0 0.0524 0.0656 0.0656 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -93 223 51.6 0.0437 0 0 0 test.phys initStep + 1 -93 223 51.5 0 0.0437 0.0478 0.0478 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -95.3 238 108 0.128 0 0 0 test.phys initStep + 1 -95.3 238 108 0 0.128 0.304 0.304 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.1 28.7 155 0.00243 0 0 0 test.phys initStep + 1 -12.1 28.7 155 0 0.00243 0.000324 0.000324 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.168 0.00291 167 1.97 0 0 0 test.phys initStep + 1 -0.145 -0.0656 168 1.87 0.0673 0.601 0.601 test.phys eBrem + 2 -0.0907 0.0433 168 1.79 0.022 0.266 0.868 test.phys eBrem + 3 0.659 1.66 171 1.33 0.456 4.03 4.9 test.phys eIoni + 4 2.28 3.46 172 0.828 0.503 3.27 8.17 test.phys eIoni + 5 2.41 4.04 174 0.552 0.276 2.41 10.6 test.phys eIoni + 6 2.34 3.52 175 0.0883 0.463 1.88 12.5 test.phys eIoni + 7 2.27 3.49 175 0 0.0883 0.162 12.6 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0907 0.0433 168 0.0577 0 0 0 test.phys initStep + 1 0.311 1.41 170 0.0497 0 2.84 2.84 test.phys compt + 2 -5.64 3.22 167 0.048 0 7.12 9.96 test.phys compt + 3 -7.23 1.56 164 0.0479 2.35e-05 3.97 13.9 test.phys compt + 4 -18.8 -8.94 137 0.043 0 31.2 45.2 test.phys compt + 5 -0.203 -17.9 137 0.039 0 20.7 65.8 test.phys compt + 6 -55.2 -58.8 0 0.039 0 153 219 World Transportation + 7 -4.06e+03 -3.04e+03 -1e+04 0.039 0 1.12e+04 1.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.203 -17.9 137 0.00406 0 0 0 test.phys initStep + 1 -0.203 -17.9 137 0 0.00406 0.000756 0.000756 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.8 -8.94 137 0.00491 0 0 0 test.phys initStep + 1 -18.8 -8.94 137 0 0.00491 0.00104 0.00104 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.64 3.22 167 0.00176 0 0 0 test.phys initStep + 1 -5.64 3.22 167 0 0.00176 0.000194 0.000194 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.311 1.41 170 0.00795 0 0 0 test.phys initStep + 1 0.312 1.41 170 0 0.00795 0.00239 0.00239 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.145 -0.0656 168 0.0356 0 0 0 test.phys initStep + 1 2.33 12.5 200 0.0356 0 34.8 34.8 World Transportation + 2 751 3.82e+03 1e+04 0.0356 0 1.05e+04 1.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 30.1 0 0 30.1 530 test.phys conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 30.1 69 0 0 0 test.phys initStep + 1 0.154 0.302 46.1 67 1.94 16 16 test.phys eBrem + 2 0.658 1.38 71.9 63.6 3.09 25.8 41.8 test.phys eIoni + 3 1.39 1.86 75.5 62.4 0.428 3.71 45.5 test.phys eIoni + 4 2.73 2.9 83.5 60.9 0.867 8.25 53.8 test.phys eIoni + 5 3.84 3.69 90.6 59.7 0.821 7.23 61 test.phys eIoni + 6 5.07 4.39 98.6 58.5 0.859 8.11 69.1 test.phys eIoni + 7 6.04 4.93 105 57.5 0.777 6.11 75.2 test.phys eBrem + 8 6.43 5.17 107 57.1 0.256 2.31 77.5 test.phys eIoni + 9 7.62 6.23 114 53.8 1.1 7.46 85 test.phys eIoni + 10 14.4 18.2 166 46.5 6.46 53.8 139 test.phys eBrem + 11 18 27.6 199 32.3 4.51 34.2 173 test.phys eBrem + 12 18.2 27.9 200 32.1 0.197 1.38 174 World Transportation + 13 2.47e+03 2.43e+03 1e+04 32.1 3.46e-22 1.04e+04 1.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 18 27.6 199 9.66 0 0 0 test.phys initStep + 1 18.2 27.9 200 9.66 0 1.37 1.37 World Transportation + 2 2.13e+03 2.21e+03 1e+04 9.66 0 1.03e+04 1.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 14.4 18.2 166 0.824 0 0 0 test.phys initStep + 1 17.1 28.8 200 0.824 0 35.6 35.6 World Transportation + 2 817 3.09e+03 1e+04 0.824 0 1.03e+04 1.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.62 6.23 114 2.16 0 0 0 test.phys initStep + 1 8.93 4.51 118 1.6 0.559 4.65 4.65 test.phys eIoni + 2 10.4 2.1 119 1.18 0.42 3.73 8.38 test.phys eIoni + 3 11.6 0.096 121 0.857 0.326 3.02 11.4 test.phys eIoni + 4 11.8 -0.922 122 0.381 0.476 2.46 13.9 test.phys eIoni + 5 11.7 -0.722 123 0.113 0.269 1.46 15.3 test.phys eIoni + 6 11.8 -0.698 123 0 0.113 0.244 15.6 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.43 5.17 107 0.223 0 0 0 test.phys initStep + 1 6.77 5.07 107 0 0.223 0.743 0.743 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.04 4.93 105 0.175 0 0 0 test.phys initStep + 1 16.2 11.9 170 0.167 0 66.9 66.9 test.phys compt + 2 37.8 5.41 200 0.167 0 37.2 104 World Transportation + 3 7.19e+03 -2.13e+03 1e+04 0.167 0 1.23e+04 1.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 16.2 11.9 170 0.00845 0 0 0 test.phys initStep + 1 16.2 11.9 170 0 0.00845 0.00265 0.00265 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.07 4.39 98.6 0.319 0 0 0 test.phys initStep + 1 5.46 3.94 98.9 0.0728 0.246 1.24 1.24 test.phys eIoni + 2 5.47 3.93 99 0 0.0728 0.116 1.35 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.84 3.69 90.6 0.424 0 0 0 test.phys initStep + 1 3.18 4.1 91.2 0.188 0.236 1.58 1.58 test.phys eIoni + 2 2.97 4.27 91.3 0 0.188 0.567 2.15 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.73 2.9 83.5 0.63 0 0 0 test.phys initStep + 1 3.92 2.5 84.3 0.383 0.246 2.04 2.04 test.phys eIoni + 2 4.06 2.23 85.1 0.15 0.234 1.46 3.5 test.phys eIoni + 3 3.91 2.36 85.1 0 0.15 0.391 3.9 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.39 1.86 75.5 0.808 0 0 0 test.phys initStep + 1 1.05 0.785 76.9 0.356 0.452 2.37 2.37 test.phys eIoni + 2 1.22 0.0301 77 0.0998 0.256 1.37 3.75 test.phys eIoni + 3 1.29 0.0974 77 0 0.0998 0.199 3.95 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.658 1.38 71.9 0.248 0 0 0 test.phys initStep + 1 0.306 1.35 72.1 0 0.248 0.876 0.876 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.154 0.302 46.1 0.123 0 0 0 test.phys initStep + 1 -0.0502 0.512 69.8 0.089 0 23.7 23.7 test.phys compt + 2 -81.4 20.8 7.71 0.0799 0 104 128 test.phys compt + 3 -134 -3.45 32 0.0769 0 62.7 191 test.phys compt + 4 -222 -179 47.3 0.0741 0 197 388 test.phys compt + 5 -279 -306 191 0.0677 0 200 588 test.phys compt + 6 -297 -299 200 0.0677 0 20.9 609 World Transportation + 7 -1e+04 3.41e+03 5.13e+03 0.0677 0 1.15e+04 1.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -279 -306 191 0.00643 0 0 0 test.phys initStep + 1 -279 -306 191 0 0.00643 0.00165 0.00165 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -222 -179 47.3 0.0028 0 0 0 test.phys initStep + 1 -222 -179 47.3 0 0.0028 0.000408 0.000408 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -134 -3.45 32 0.00302 0 0 0 test.phys initStep + 1 -134 -3.45 32 0 0.00302 0.000462 0.000462 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -81.4 20.8 7.71 0.00908 0 0 0 test.phys initStep + 1 -81.4 20.8 7.7 0 0.00908 0.00301 0.00301 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0502 0.512 69.8 0.034 0 0 0 test.phys initStep + 1 -0.0449 0.511 69.8 0 0.034 0.0306 0.0306 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 30.1 29.9 0 0 0 test.phys initStep + 1 0.943 -0.0416 40.5 28.2 1.35 10.4 10.4 test.phys eIoni + 2 7.6 2.4 75.6 22 4.39 36 46.4 test.phys eBrem + 3 11 10 111 17.3 4.73 36.4 82.8 test.phys eIoni + 4 10.8 15.8 139 13.8 3.47 28.9 112 test.phys eIoni + 5 8.54 21.1 145 12.6 0.992 8.4 120 test.phys eIoni + 6 6 33.1 162 10 2.54 21.4 142 test.phys eIoni + 7 5.52 40.4 178 7.67 2.34 17.3 159 test.phys eIoni + 8 5.18 42.8 185 6.73 0.924 8.3 167 test.phys eBrem + 9 4.05 47 195 5.45 1.28 10.4 178 test.phys eBrem + 10 -2.57 42.4 200 4.18 1.28 10 188 test.phys eIoni + 11 -2.71 42.3 200 4.14 0.0324 0.212 188 World Transportation + 12 -1e+04 -6.48e+03 7.64e+03 4.14 3.9e-22 1.41e+04 1.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.05 47 195 0.0071 0 0 0 test.phys initStep + 1 2.32 45.6 197 0 0.000403 2.86 2.86 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.32 45.6 197 0.0067 0 0 0 test.phys initStep + 1 2.32 45.6 197 0 0.0067 0.00177 0.00177 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.18 42.8 185 0.0131 0 0 0 test.phys initStep + 1 5.55 44.3 190 0 0.000403 4.85 4.85 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 25 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.55 44.3 190 0.0127 0 0 0 test.phys initStep + 1 5.56 44.3 190 0 0.0127 0.0054 0.0054 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 8.54 21.1 145 0.252 0 0 0 test.phys initStep + 1 8.54 21.6 145 0 0.252 0.898 0.898 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.6 2.4 75.6 1.81 0 0 0 test.phys initStep + 1 33.8 18.5 200 1.81 0 128 128 World Transportation + 2 2.09e+03 1.29e+03 1e+04 1.81 0 1.01e+04 1.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.943 -0.0416 40.5 0.371 0 0 0 test.phys initStep + 1 0.329 0.197 41 0.15 0.221 1.43 1.43 test.phys eIoni + 2 0.32 0.394 41 0 0.15 0.393 1.82 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 145 42.8 0 145 645 test.phys compt + 2 3.8 -5.29 200 42.8 0 55.8 700 World Transportation + 3 676 -940 1e+04 42.8 0 9.87e+03 1.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 145 57.2 0 0 0 test.phys initStep + 1 -1.04 1.18 158 54.1 1.63 13.8 13.8 test.phys eIoni + 2 -4.87 5.11 193 49.5 4.33 35.1 48.9 test.phys eIoni + 3 -6.08 6.02 200 48.7 0.812 7.26 56.2 World Transportation + 4 -1.39e+03 1.61e+03 1e+04 48.7 3.47e-22 1e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.87 5.11 193 0.25 0 0 0 test.phys initStep + 1 -4.81 4.74 193 0 0.25 0.891 0.891 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.04 1.18 158 1.5 0 0 0 test.phys initStep + 1 -2.44 -0.13 161 1.07 0.435 3.56 3.56 test.phys eIoni + 2 -3.91 0.456 162 0.662 0.405 2.82 6.38 test.phys eIoni + 3 -4.05 0.535 164 0.197 0.465 2.1 8.49 test.phys eIoni + 4 -3.9 0.543 164 0 0.197 0.614 9.1 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 88 0 0 88 588 test.phys conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 88 2.54 0 0 0 test.phys initStep + 1 0.984 -0.761 92.7 2.04 0.505 5.31 5.31 test.phys eIoni + 2 0.604 2.13 95.5 1.57 0.474 4.48 9.79 test.phys eIoni + 3 1.62 5.18 96 0.868 0.697 3.68 13.5 test.phys eIoni + 4 2.26 6.82 96.9 0.541 0.328 2.49 16 test.phys eIoni + 5 2.58 8.08 96.8 0.303 0.237 1.86 17.8 test.phys eIoni + 6 2.13 8.45 96.6 0.0776 0.226 1.15 19 test.phys eIoni + 7 2.12 8.5 96.5 0 0.0776 0.122 19.1 test.phys eIoni + 8 2.12 8.5 96.5 0 0 0 19.1 test.phys annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.12 8.5 96.5 0.511 0 0 0 test.phys initStep + 1 -2.48 12.8 98.8 0.489 0 6.71 6.71 test.phys compt + 2 -104 103 105 0.469 0 136 142 test.phys compt + 3 -130 119 115 0.255 0 32.1 175 test.phys compt + 4 -103 174 116 0.138 0 61.4 236 test.phys compt + 5 -181 90.8 0 0.138 0 162 398 World Transportation + 6 -6.85e+03 -7.03e+03 -1e+04 0.138 0 1.4e+04 1.44e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -103 174 116 0.116 0 0 0 test.phys initStep + 1 -103 174 116 0 0.116 0.258 0.258 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -130 119 115 0.214 0 0 0 test.phys initStep + 1 -131 119 115 0 0.214 0.696 0.696 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -104 103 105 0.0207 0 0 0 test.phys initStep + 1 -104 103 105 0 0.0207 0.0128 0.0128 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.48 12.8 98.8 0.0218 0 0 0 test.phys initStep + 1 -2.48 12.8 98.8 0 0.0218 0.014 0.014 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.12 8.5 96.5 0.511 0 0 0 test.phys initStep + 1 38.5 -25.7 78.5 0.476 0 53.1 53.1 test.phys compt + 2 162 -184 80.4 0.368 0 201 254 test.phys compt + 3 183 -278 0 0.368 0 125 379 World Transportation + 4 2.34e+03 -1e+04 -8.36e+03 0.368 0 1.3e+04 1.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 162 -184 80.4 0.108 0 0 0 test.phys initStep + 1 162 -184 80.5 0 0.108 0.227 0.227 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.5 -25.7 78.5 0.0352 0 0 0 test.phys initStep + 1 38.6 -25.7 78.5 0 0.0352 0.0326 0.0326 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 88 96.4 0 0 0 test.phys initStep + 1 -0.211 0.243 103 94.4 1.75 14.7 14.7 test.phys eIoni + 2 -0.21 0.324 108 93.6 0.568 5.1 19.8 test.phys eIoni + 3 0.258 0.13 136 90.2 3.38 28.5 48.2 test.phys eBrem + 4 0.457 0.179 144 89.3 0.843 7.89 56.1 test.phys eBrem + 5 0.474 0.186 145 88.8 0.0628 0.519 56.7 test.phys eIoni + 6 0.778 -0.0363 170 84.9 3.55 24.9 81.6 test.phys eBrem + 7 1.66 -0.607 191 81.9 2.59 22 104 test.phys eIoni + 8 1.95 -0.827 200 80.9 0.978 8.52 112 World Transportation + 9 -41.9 -207 1e+04 80.9 3.54e-22 9.8e+03 9.91e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.66 -0.607 191 0.457 0 0 0 test.phys initStep + 1 1.44 0.24 192 0.193 0.263 1.67 1.67 test.phys eIoni + 2 1.18 0.327 192 0 0.193 0.593 2.26 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.778 -0.0363 170 0.34 0 0 0 test.phys initStep + 1 1.75 -0.0754 200 0.34 0 30.5 30.5 World Transportation + 2 314 -12.6 1e+04 0.34 0 9.8e+03 9.84e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.474 0.186 145 0.402 0 0 0 test.phys initStep + 1 1.26 0.236 145 0.158 0.243 1.52 1.52 test.phys eIoni + 2 1.47 0.297 145 0 0.158 0.429 1.95 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.457 0.179 144 0.0215 0 0 0 test.phys initStep + 1 0.976 0.47 162 0 0.000403 17.4 17.4 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.976 0.47 162 0.0211 0 0 0 test.phys initStep + 1 0.977 0.465 162 0 0.0211 0.0132 0.0132 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.258 0.13 136 0.0174 0 0 0 test.phys initStep + 1 0.514 0.37 152 0.0174 0 15.4 15.4 test.phys Rayl + 2 9.99 -4.37 157 0 0.000403 11.8 27.2 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.99 -4.37 157 0.017 0 0 0 test.phys initStep + 1 9.99 -4.37 157 0 0.017 0.00903 0.00903 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.21 0.324 108 0.252 0 0 0 test.phys initStep + 1 -0.241 0.737 108 0 0.252 0.901 0.901 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.211 0.243 103 0.298 0 0 0 test.phys initStep + 1 -0.557 0.38 103 0.219 0.076 0.539 0.539 test.phys eBrem + 2 -0.92 0.362 103 0 0.219 0.721 1.26 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.557 0.38 103 0.00326 0 0 0 test.phys initStep + 1 -0.632 0.351 103 0 0.000403 0.0849 0.0849 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.632 0.351 103 0.00286 0 0 0 test.phys initStep + 1 -0.632 0.351 103 0 0.00286 0.000422 0.000422 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 60 0.98 0.0195 60 560 test.phys biasWrapper(hadElastic) + 2 1.44 -3.07 65.8 0.83 0 6.71 567 test.phys biasWrapper(hadElastic) + 3 62.2 -1.51 40.1 0.748 0 65.9 633 test.phys biasWrapper(hadElastic) + 4 64.3 53 0 0.748 0 67.7 700 World Transportation + 5 458 1e+04 -7.31e+03 0.748 0 1.24e+04 1.31e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 62.2 -1.51 40.1 0.0821 0 0 0 test.phys initStep + 1 62.2 -1.51 40.1 0 0.0821 0.000846 0.000846 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.44 -3.07 65.8 0.15 0 0 0 test.phys initStep + 1 1.44 -3.07 65.8 0 0.15 0.00118 0.00118 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 113 0.971 0.029 113 613 test.phys biasWrapper(hadElastic) + 2 2.83 20 140 0.926 0.0446 33.3 647 test.phys biasWrapper(hadElastic) + 3 -18.9 194 161 0.745 0 177 824 test.phys biasWrapper(hadElastic) + 4 8.5 182 163 0.657 0 30.1 854 test.phys biasWrapper(hadElastic) + 5 40 235 200 0.657 0 72 926 World Transportation + 6 5.84e+03 1e+04 7.09e+03 0.657 0 1.33e+04 1.42e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 8.5 182 163 0.0882 0 0 0 test.phys initStep + 1 8.5 182 163 0 0.0882 0.000878 0.000878 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.9 194 161 0.181 0 0 0 test.phys initStep + 1 -18.9 194 161 0 0.181 0.00132 0.00132 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 108 0.999 0.00107 108 608 test.phys biasWrapper(hadElastic) + 2 -10.9 -3.06 200 0.999 0 93 701 World Transportation + 3 -1.17e+03 -328 1e+04 0.999 0 9.87e+03 1.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 98.4 0.809 0 98.4 598 test.phys biasWrapper(hadElastic) + 2 5.88 4.32 94.5 0.757 0.0518 8.25 607 test.phys biasWrapper(hadElastic) + 3 76.8 44.9 140 0.664 0 93.4 700 test.phys biasWrapper(hadElastic) + 4 52 34.1 200 0.664 0 65.9 766 World Transportation + 5 -3.99e+03 -1.73e+03 1e+04 0.664 0 1.07e+04 1.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.8 44.9 140 0.0936 0 0 0 test.phys initStep + 1 76.8 44.9 140 0 0.0936 0.000906 0.000906 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 98.4 0.191 0 0 0 test.phys initStep + 1 -0.00049 -0.00036 98.4 0 0.191 0.00135 0.00135 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 70.5 0.92 0 70.5 571 test.phys biasWrapper(hadElastic) + 2 44.8 -62.2 106 0.895 0.0256 84.5 655 test.phys biasWrapper(hadElastic) + 3 80.1 -74 148 0.771 0 56.3 711 test.phys biasWrapper(hadElastic) + 4 23.3 -511 55.2 0.615 0 450 1.16e+03 test.phys biasWrapper(hadElastic) + 5 52.2 -496 58.1 0.495 0 32.5 1.19e+03 test.phys biasWrapper(hadElastic) + 6 27.9 -521 103 0.462 0.0326 56.7 1.25e+03 test.phys biasWrapper(hadElastic) + 7 110 -623 200 0.462 0 163 1.41e+03 World Transportation + 8 7.67e+03 -1e+04 9.08e+03 0.462 0 1.5e+04 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.2 -496 58.1 0.12 0 0 0 test.phys initStep + 1 52.2 -496 58.1 0 0.12 0.00104 0.00104 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 23.3 -511 55.2 0.156 0 0 0 test.phys initStep + 1 23.3 -511 55.2 0 0.156 0.00121 0.00121 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 80.1 -74 148 0.124 0 0 0 test.phys initStep + 1 80.1 -74 148 0 0.124 0.00106 0.00106 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 70.5 0.0799 0 0 0 test.phys initStep + 1 -0.000319 0.000443 70.5 0 0.0799 0.000834 0.000834 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 37.2 0.929 0 37.2 537 test.phys biasWrapper(hadElastic) + 2 18.5 -29.9 56.8 0.696 0 40.3 577 test.phys biasWrapper(hadElastic) + 3 -28.5 49.6 5.76 0.691 0.00503 106 683 test.phys biasWrapper(hadElastic) + 4 -30.1 55.9 0 0.691 0 8.68 692 World Transportation + 5 -2.57e+03 1e+04 -9.1e+03 0.691 0 1.37e+04 1.44e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 18.5 -29.9 56.8 0.233 0 0 0 test.phys initStep + 1 18.5 -29.9 56.8 0 0.233 0.00146 0.00146 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 37.2 0.0713 0 0 0 test.phys initStep + 1 -0.000268 0.000434 37.2 0 0.0713 0.000787 0.000787 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 24.1 0.798 0 24.1 524 test.phys biasWrapper(hadElastic) + 2 8.68 34.1 3.55e-15 0.798 0 42.7 567 World Transportation + 3 2.55e+03 1e+04 -7.05e+03 0.798 0 1.25e+04 1.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 24.1 0.202 0 0 0 test.phys initStep + 1 -0.000139 -0.000546 24.1 0 0.202 0.00138 0.00138 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 86.2 0.909 0 86.2 586 test.phys biasWrapper(hadElastic) + 2 51.6 -46.2 111 0.826 0 73.7 660 test.phys biasWrapper(hadElastic) + 3 80.1 -23 143 0.794 0.0321 48.2 708 test.phys biasWrapper(hadElastic) + 4 118 -26.8 156 0.738 0.056 40.9 749 test.phys biasWrapper(hadElastic) + 5 126 -26.2 200 0.738 0 44.4 793 World Transportation + 6 1.88e+03 97.8 1e+04 0.738 0 9.96e+03 1.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -46.2 111 0.0834 0 0 0 test.phys initStep + 1 51.6 -46.2 111 0 0.0834 0.000853 0.000853 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 86.2 0.0906 0 0 0 test.phys initStep + 1 -0.000435 0.000389 86.2 0 0.0906 0.000891 0.000891 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 27.3 0.782 0 27.3 527 test.phys biasWrapper(hadElastic) + 2 -27.2 -4.57 -1.07e-14 0.782 0 38.8 566 World Transportation + 3 -1e+04 -1.68e+03 -9.98e+03 0.782 0 1.42e+04 1.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 27.3 0.218 0 0 0 test.phys initStep + 1 0.000475 7.97e-05 27.3 0 0.218 0.00142 0.00142 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 1 0 0 0 World initStep + 1 0 0 0 1 0 500 500 test.phys Transportation + 2 0 0 0 1 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 1 0 200 700 World Transportation + 4 0 0 1e+04 1 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 187 0.889 0 187 687 test.phys biasWrapper(hadElastic) + 2 38.7 -27.3 196 0.808 0 48.3 735 test.phys biasWrapper(hadElastic) + 3 93.8 -16.9 137 0.771 0.0369 81.8 817 test.phys biasWrapper(hadElastic) + 4 131 52.7 104 0.628 0 85.4 902 test.phys biasWrapper(hadElastic) + 5 100 45.5 90.9 0.622 0.00641 33.7 936 test.phys biasWrapper(hadElastic) + 6 -2.13 42.2 0 0.622 0 137 1.07e+03 World Transportation + 7 -1e+04 -277 -8.87e+03 0.622 0 1.34e+04 1.44e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 131 52.7 104 0.143 0 0 0 test.phys initStep + 1 131 52.7 104 0 0.143 0.00115 0.00115 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.7 -27.3 196 0.0819 0 0 0 test.phys initStep + 1 38.7 -27.3 196 0 0.0819 0.000845 0.000845 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 187 0.111 0 0 0 test.phys initStep + 1 -0.000519 0.000366 187 0 0.111 0.000993 0.000993 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -5117,178 +3590,231 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 48.4 99.6 0 48.4 548 test.phys biasWrapper(hadElastic) - 2 -28.4 -20.1 193 0 0 149 698 test.phys biasWrapper(neutronInelastic) + 1 0 0 106 0 0 106 606 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = C13, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = C12, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.4 -20.1 193 0.821 0 0 0 test.phys initStep - 1 -28.4 -20.1 193 0 0.821 0.00243 0.00243 test.phys ionIoni + 0 0 0 106 7.33 0 0 0 test.phys initStep + 1 -0.00539 0.00177 106 0 7.33 0.00695 0.00695 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 106 0.257 0 0 0 test.phys initStep + 1 -130 153 20.2 0.18 0 218 218 test.phys compt + 2 -491 -73.7 7.08 0.165 0 426 644 test.phys compt + 3 -515 -71.8 16.6 0.108 0 26.5 671 test.phys compt + 4 -446 -9.6 22 0.106 0 93.6 764 test.phys compt + 5 -405 71.3 26.8 0.0793 0 90.5 855 test.phys compt + 6 -448 56.5 -7.11e-15 0.0793 0 52.6 907 World Transportation + 7 -1e+04 -3.25e+03 -6e+03 0.0793 0 1.18e+04 1.27e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -405 71.3 26.8 0.0271 0 0 0 test.phys initStep + 1 -405 71.3 26.8 0 0.0271 0.0206 0.0206 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -446 -9.6 22 0.0016 0 0 0 test.phys initStep + 1 -446 -9.6 22 0 0.0016 0.000168 0.000168 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -515 -71.8 16.6 0.0566 0 0 0 test.phys initStep + 1 -515 -71.8 16.6 0 0.0566 0.075 0.075 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -491 -73.7 7.08 0.0151 0 0 0 test.phys initStep + 1 -491 -73.7 7.08 0 0.0151 0.00735 0.00735 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -130 153 20.2 0.0773 0 0 0 test.phys initStep + 1 -130 153 20.2 0 0.0773 0.129 0.129 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 106 0.428 0 0 0 test.phys initStep + 1 -9.96 3.92 113 0.198 0 12.9 12.9 test.phys compt + 2 -25.4 5.45 37 0.184 0 77.9 90.8 test.phys compt + 3 -15.8 -0.513 13.7 0.154 0 25.9 117 test.phys compt + 4 -19.7 10.8 7.11e-15 0.154 0 18.2 135 World Transportation + 5 -2.88e+03 8.3e+03 -1e+04 0.154 0 1.33e+04 1.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.8 -0.513 13.7 0.0303 0 0 0 test.phys initStep + 1 -15.8 -0.522 13.7 0 0.0303 0.0251 0.0251 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.4 5.45 37 0.0141 0 0 0 test.phys initStep + 1 -25.4 5.45 37 0 0.0141 0.00651 0.00651 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.96 3.92 113 0.23 0 0 0 test.phys initStep + 1 -10.2 4.01 114 0 0.23 0.783 0.783 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.4 -20.1 193 3.11 0 0 0 test.phys initStep - 1 -140 -56.3 200 3.11 0 117 117 World Transportation - 2 -1e+04 -3.25e+03 782 3.11 0 1.04e+04 1.05e+04 OutOfWorld Transportation + 0 0 0 106 1.55 0 0 0 test.phys initStep + 1 -17.2 68.9 106 1.33 0 71 71 test.phys compt + 2 -34.8 135 82.9 0.936 0 72.4 143 test.phys compt + 3 7.29 383 99.1 0.587 0 252 396 test.phys compt + 4 -143 581 81.9 0.395 0 249 645 test.phys compt + 5 -117 664 67.8 0.243 0 88.4 733 test.phys compt + 6 -37 657 75 0.242 0 80.6 814 test.phys compt + 7 123 658 75.6 0 0.000403 159 973 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.4 -20.1 193 5.77 0 0 0 test.phys initStep - 1 -28.3 -20.3 193 4.17 1.6 0.279 0.279 test.phys hIoni - 2 -28.1 -20.5 194 2.51 1.66 0.214 0.493 test.phys hIoni - 3 -28.1 -20.6 194 0.562 1.95 0.141 0.634 test.phys hIoni - 4 -28.1 -20.6 194 0.0239 0.538 0.0147 0.648 test.phys hIoni - 5 -28.1 -20.6 194 0.0112 0.0128 0.000942 0.649 test.phys hIoni - 6 -28.1 -20.6 194 0.01 0.00112 0.000635 0.65 test.phys hIoni - 7 -28.1 -20.6 194 0 0.01 0.000607 0.651 test.phys hIoni + 0 123 658 75.6 0.242 0 0 0 test.phys initStep + 1 123 658 75.4 0 0.242 0.845 0.845 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.4 -20.1 193 82.3 0 0 0 test.phys initStep - 1 -32.8 -21.4 200 82.3 0 8.03 8.03 World Transportation - 2 -6.59e+03 -1.93e+03 1e+04 82.3 0 1.19e+04 1.2e+04 OutOfWorld Transportation + 0 -37 657 75 0.00103 0 0 0 test.phys initStep + 1 -37 657 75 0 0.00103 8.66e-05 8.66e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 48.4 0.418 0 0 0 test.phys initStep - 1 0.00139 0.000987 48.4 0 0.418 0.00176 0.00176 test.phys ionIoni + 0 -117 664 67.8 0.152 0 0 0 test.phys initStep + 1 -117 664 67.7 0 0.152 0.4 0.4 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + 0 -143 581 81.9 0.192 0 0 0 test.phys initStep + 1 -144 581 82 0 0.192 0.587 0.587 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 102 99.9 0 102 602 test.phys biasWrapper(hadElastic) - 2 8.43 -6.09 200 99.9 0 98.7 701 World Transportation - 3 851 -614 1e+04 99.9 0 9.85e+03 1.06e+04 OutOfWorld Transportation + 0 7.29 383 99.1 0.349 0 0 0 test.phys initStep + 1 7.85 384 99.3 0.00341 0.346 1.35 1.35 test.phys eIoni + 2 7.85 384 99.3 0 0.00341 0.000565 1.35 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 102 0.0845 0 0 0 test.phys initStep - 1 -0.000559 0.000404 102 0 0.0845 0.000859 0.000859 test.phys ionIoni + 0 -34.8 135 82.9 0.394 0 0 0 test.phys initStep + 1 -35.4 135 82.3 0.147 0.247 1.5 1.5 test.phys eIoni + 2 -35.4 135 82.2 0 0.147 0.382 1.88 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 11.4 99.6 0 11.4 511 test.phys biasWrapper(hadElastic) - 2 17.2 -37.6 200 99.6 0 193 704 World Transportation - 3 913 -1.99e+03 1e+04 99.6 0 1e+04 1.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 11.4 0.351 0 0 0 test.phys initStep - 1 -0.000671 0.00146 11.4 0 0.351 0.00167 0.00167 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) - 3 0 0 200 100 0 200 700 World Transportation - 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 135 0 0 135 635 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* G4Track Information: Particle = N13, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 135 0.0625 0 0 0 test.phys initStep - 1 -0.000405 0.000285 135 0 0.0625 0.00071 0.00071 test.phys ionIoni + 0 -17.2 68.9 106 0.223 0 0 0 test.phys initStep + 1 -17.3 69.1 107 0 0.223 0.743 0.743 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 135 0.537 0 0 0 test.phys initStep - 1 -32.3 26.9 171 0.44 0 55.6 55.6 test.phys biasWrapper(hadElastic) - 2 198 236 19.6 0.399 0.041 347 402 test.phys biasWrapper(hadElastic) - 3 222 216 0 0.399 0 37 439 World Transportation - 4 1e+04 -8.27e+03 -8.11e+03 0.399 0 1.53e+04 1.57e+04 OutOfWorld Transportation + 0 0 0 106 4.36 0 0 0 test.phys initStep + 1 -11.6 4.14 108 3.34 0 12.4 12.4 test.phys biasWrapper(hadElastic) + 2 1.25 1.34 96.5 2.7 0 17.4 29.8 test.phys biasWrapper(hadElastic) + 3 27.2 8.05 200 2.7 0 107 137 World Transportation + 4 2.49e+03 644 1e+04 2.7 0 1.01e+04 1.03e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 7, Parent ID = 5 +* G4Track Information: Particle = N14, Track ID = 26, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.3 26.9 171 0.097 0 0 0 test.phys initStep - 1 -32.3 26.9 171 0 0.097 0.000924 0.000924 test.phys ionIoni + 0 1.25 1.34 96.5 0.639 0 0 0 test.phys initStep + 1 1.25 1.34 96.5 0 0.639 0.00202 0.00202 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = N14, Track ID = 25, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 135 0.742 0 0 0 test.phys initStep - 1 -103 174 0 0.742 0 243 243 World Transportation - 2 -5.95e+03 1e+04 -7.64e+03 0.742 0 1.38e+04 1.4e+04 OutOfWorld Transportation + 0 -11.6 4.14 108 1.02 0 0 0 test.phys initStep + 1 -11.6 4.14 108 0 1.02 0.00229 0.00229 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 106 19.5 0 0 0 test.phys initStep + 1 0.748 -1 106 16.8 2.74 1.3 1.3 test.phys hIoni + 2 1.34 -1.79 107 14.5 2.31 1.03 2.33 test.phys hIoni + 3 1.82 -2.42 107 12.3 2.18 0.826 3.16 test.phys hIoni + 4 2.2 -2.93 107 10.3 2 0.656 3.81 test.phys hIoni + 5 2.52 -3.32 107 8.49 1.81 0.52 4.33 test.phys hIoni + 6 2.77 -3.63 107 6.74 1.76 0.413 4.74 test.phys hIoni + 7 2.97 -3.87 107 5.12 1.62 0.323 5.07 test.phys hIoni + 8 3.13 -4.05 108 3.56 1.56 0.252 5.32 test.phys hIoni + 9 3.26 -4.19 108 1.85 1.71 0.189 5.51 test.phys hIoni + 10 3.32 -4.26 108 0.00481 1.84 0.0941 5.6 test.phys hIoni + 11 3.32 -4.26 108 0 0.00481 0.000429 5.6 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 135 88.1 0 0 0 test.phys initStep - 1 7.71 -5.85 200 88.1 0 65.8 65.8 World Transportation - 2 1.17e+03 -887 1e+04 88.1 0 9.91e+03 9.97e+03 OutOfWorld Transportation + 0 0 0 106 54 0 0 0 test.phys initStep + 1 187 8.63 200 54 0 210 210 World Transportation + 2 1e+04 461 5.12e+03 54 0 1.1e+04 1.12e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -5307,19 +3833,995 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 187 99.1 0 187 687 test.phys biasWrapper(hadElastic) - 2 1.28 4.7 200 99.1 0 14.3 701 World Transportation - 3 934 3.43e+03 1e+04 99.1 0 1.04e+04 1.11e+04 OutOfWorld Transportation + 1 0 0 85.7 0 0 85.7 586 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = C12, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 85.7 1.13 0 0 0 test.phys initStep + 1 0.00248 4.07e-05 85.7 0 1.13 0.0025 0.0025 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 85.7 0.391 0 0 0 test.phys initStep + 1 134 34.6 106 0.234 0 140 140 test.phys compt + 2 136 66.4 77.7 0.234 0 42.6 182 test.phys compt + 3 137 75.1 68 0.22 0 13.2 196 test.phys compt + 4 186 114 0 0.22 0 92.6 288 World Transportation + 5 7.43e+03 5.88e+03 -1e+04 0.22 0 1.36e+04 1.39e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 137 75.1 68 0.0136 0 0 0 test.phys initStep + 1 137 75.1 68 0 0.0136 0.00607 0.00607 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 136 66.4 77.7 0.000697 0 0 0 test.phys initStep + 1 136 66.4 77.7 0 0.000697 5.09e-05 5.09e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 134 34.6 106 0.157 0 0 0 test.phys initStep + 1 134 34.6 106 0 0.157 0.423 0.423 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 85.7 0.473 0 0 0 test.phys initStep + 1 36.9 21.7 104 0.459 0 46.6 46.6 test.phys compt + 2 166 155 200 0.459 0 209 255 World Transportation + 3 9.74e+03 1e+04 7.3e+03 0.459 0 1.55e+04 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.9 21.7 104 0.0134 0 0 0 test.phys initStep + 1 36.9 21.7 104 0 0.0134 0.00597 0.00597 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 85.7 3.81 0 0 0 test.phys initStep + 1 -0.135 -0.143 85.7 2.17 1.64 0.199 0.199 test.phys hIoni + 2 -0.221 -0.223 85.7 0.146 2.02 0.119 0.319 test.phys hIoni + 3 -0.223 -0.225 85.7 0.00683 0.14 0.00306 0.322 test.phys hIoni + 4 -0.223 -0.225 85.7 0 0.00683 0.000512 0.322 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 85.7 5.27 0 0 0 test.phys initStep + 1 185 29.5 200 5.27 0 219 219 World Transportation + 2 1e+04 1.6e+03 6.27e+03 5.27 0 1.16e+04 1.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 85.7 28.6 0 0 0 test.phys initStep + 1 7.73 13.9 112 0 0 30.8 30.8 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = C13, Track ID = 18, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.73 13.9 112 5.4 0 0 0 test.phys initStep + 1 7.73 13.9 112 0 5.4 0.00518 0.00518 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.73 13.9 112 1.3 0 0 0 test.phys initStep + 1 19 -6.54 144 0.48 0 39.9 39.9 test.phys compt + 2 -32 -41.2 167 0.451 0 65.7 106 test.phys compt + 3 -124 -116 165 0.168 0 118 224 test.phys compt + 4 -70.1 -7.92 150 0.118 0 122 345 test.phys compt + 5 -73.5 -11.6 175 0.117 0 26 371 test.phys compt + 6 -81.3 -16.4 200 0.117 0 26.4 398 World Transportation + 7 -3.16e+03 -1.92e+03 1e+04 0.117 0 1.04e+04 1.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.5 -11.6 175 0.0004 0 0 0 test.phys initStep + 1 -73.5 -11.6 175 0 0.0004 2.57e-05 2.57e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -70.1 -7.92 150 0.0507 0 0 0 test.phys initStep + 1 -70.1 -7.9 150 0 0.0507 0.062 0.062 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -124 -116 165 0.282 0 0 0 test.phys initStep + 1 -124 -116 165 0.0457 0.237 1.07 1.07 test.phys eIoni + 2 -124 -116 165 0 0.0457 0.0516 1.12 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32 -41.2 167 0.0295 0 0 0 test.phys initStep + 1 -32 -41.2 167 0 0.0295 0.0239 0.0239 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 19 -6.54 144 0.823 0 0 0 test.phys initStep + 1 20.2 -7.18 146 0.465 0.358 2.4 2.4 test.phys eIoni + 2 20.1 -7.03 147 0.173 0.292 1.69 4.08 test.phys eIoni + 3 20.3 -7.23 147 0 0.173 0.494 4.58 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 16, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.73 13.9 112 1.89 0 0 0 test.phys initStep + 1 -17.4 -31 149 1.81 0 63 63 test.phys biasWrapper(hadElastic) + 2 -131 -105 143 1.79 0.0242 136 199 test.phys biasWrapper(hadElastic) + 3 -135 -110 146 1.74 0.05 6.81 206 test.phys biasWrapper(hadElastic) + 4 -141 -208 200 1.74 0 112 318 World Transportation + 5 -684 -1e+04 5.64e+03 1.74 0 1.12e+04 1.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 24, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.4 -31 149 0.0797 0 0 0 test.phys initStep + 1 -17.3 -31 149 0 0.0797 0.000833 0.000833 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.73 13.9 112 2.9 0 0 0 test.phys initStep + 1 73.2 -75.2 0 2.9 0 157 157 World Transportation + 2 5.91e+03 -8.03e+03 -1e+04 2.9 0 1.4e+04 1.42e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 14, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.73 13.9 112 9.49 0 0 0 test.phys initStep + 1 7.55 13.8 112 7.76 1.73 0.47 0.47 test.phys hIoni + 2 7.41 13.8 111 6.11 1.65 0.373 0.843 test.phys hIoni + 3 7.31 13.7 111 4.57 1.54 0.294 1.14 test.phys hIoni + 4 7.23 13.7 111 2.88 1.69 0.23 1.37 test.phys hIoni + 5 7.17 13.6 111 1.08 1.8 0.16 1.53 test.phys hIoni + 6 7.16 13.6 111 0 1.08 0.0395 1.57 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 85.7 47.8 0 0 0 test.phys initStep + 1 -75.5 -22.1 200 47.8 0 139 139 World Transportation + 2 -6.55e+03 -1.92e+03 1e+04 47.8 0 1.19e+04 1.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 68.3 0 0 68.3 568 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = B11, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 68.3 13 0 0 0 test.phys initStep + 1 -0.0113 -0.00736 68.3 0 13 0.0204 0.0204 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 68.3 0.142 0 0 0 test.phys initStep + 1 -10.4 -10.4 47.6 0.128 0 25.3 25.3 test.phys compt + 2 -47.2 -26.9 43.9 0.122 0 40.5 65.9 test.phys compt + 3 -53.1 -25.4 42.6 0.122 0 6.26 72.1 test.phys Rayl + 4 -142 0.86 23.9 0.0832 0 94.2 166 test.phys compt + 5 -77 -6.4 17.3 0.0812 0 65.4 232 test.phys compt + 6 -55.8 -21.8 7.67 0.0651 0 27.9 260 test.phys compt + 7 -64.5 -23.8 29.8 0.0521 0 23.9 284 test.phys compt + 8 -61.6 -23.4 3.55e-15 0.0521 0 30 314 World Transportation + 9 913 112 -1e+04 0.0521 0 1e+04 1.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -64.5 -23.8 29.8 0.013 0 0 0 test.phys initStep + 1 -64.5 -23.8 29.8 0 0.013 0.00564 0.00564 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -55.8 -21.8 7.67 0.016 0 0 0 test.phys initStep + 1 -55.8 -21.8 7.66 0 0.016 0.00816 0.00816 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -77 -6.4 17.3 0.00203 0 0 0 test.phys initStep + 1 -77 -6.4 17.3 0 0.00203 0.000243 0.000243 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -142 0.86 23.9 0.0384 0 0 0 test.phys initStep + 1 -142 0.864 23.9 0 0.0384 0.038 0.038 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47.2 -26.9 43.9 0.00667 0 0 0 test.phys initStep + 1 -47.2 -26.9 43.9 0 0.00667 0.00176 0.00176 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.4 -10.4 47.6 0.0138 0 0 0 test.phys initStep + 1 -10.4 -10.4 47.6 0 0.0138 0.00622 0.00622 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 68.3 1.1 0 0 0 test.phys initStep + 1 -1.11 -15 62.7 1.08 0.0206 16.1 16.1 test.phys biasWrapper(hadElastic) + 2 44.8 -107 0 1.08 0 121 137 World Transportation + 3 4.98e+03 -1e+04 -6.74e+03 1.08 0 1.29e+04 1.31e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 68.3 5.47 0 0 0 test.phys initStep + 1 51.8 -18.7 71.7 4.42 0 55.1 55.1 test.phys biasWrapper(hadElastic) + 2 30.2 58.9 0 4.42 0 108 163 World Transportation + 3 -2.74e+03 1e+04 -9.2e+03 4.42 0 1.38e+04 1.4e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 16, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.8 -18.7 71.7 1.05 0 0 0 test.phys initStep + 1 51.8 -18.7 71.7 0 1.05 0.00231 0.00231 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 68.3 10.1 0 0 0 test.phys initStep + 1 40.8 45.4 162 0.575 0 112 112 test.phys compt + 2 41.4 142 135 0.217 0 101 213 test.phys compt + 3 51.6 135 165 0.204 0 32.3 245 test.phys compt + 4 73.7 103 194 0.181 0 48.5 294 test.phys compt + 5 86.6 68.6 189 0.106 0 37.2 331 test.phys compt + 6 86 70.2 189 0.103 0 1.76 333 test.phys compt + 7 44 185 103 0.0894 0 150 482 test.phys compt + 8 77.1 265 148 0.0698 0 97.4 580 test.phys compt + 9 -33.1 257 45.2 0.0695 0 151 731 test.phys compt + 10 -74.8 270 0 0.0695 0 63 794 World Transportation + 11 -9.3e+03 3.25e+03 -1e+04 0.0695 0 1.39e+04 1.47e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.1 257 45.2 0.000359 0 0 0 test.phys initStep + 1 -33.1 257 45.2 0 0.000359 2.28e-05 2.28e-05 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 77.1 265 148 0.0196 0 0 0 test.phys initStep + 1 77.1 265 148 0 0.0196 0.0116 0.0116 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44 185 103 0.0132 0 0 0 test.phys initStep + 1 44 185 103 0 0.0132 0.00581 0.00581 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 86 70.2 189 0.00351 0 0 0 test.phys initStep + 1 86 70.2 189 0 0.00351 0.000594 0.000594 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 86.6 68.6 189 0.0746 0 0 0 test.phys initStep + 1 86.7 68.5 189 0 0.0746 0.121 0.121 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 73.7 103 194 0.0228 0 0 0 test.phys initStep + 1 73.7 103 194 0 0.0228 0.0152 0.0152 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 135 165 0.013 0 0 0 test.phys initStep + 1 51.6 135 165 0 0.013 0.00561 0.00561 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.4 142 135 0.359 0 0 0 test.phys initStep + 1 41.3 143 135 0.0145 0.344 1.38 1.38 test.phys eIoni + 2 41.3 143 135 0 0.0145 0.00687 1.39 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.8 45.4 162 9.55 0 0 0 test.phys initStep + 1 44.3 52.5 177 7.47 2.08 16.6 16.6 test.phys eIoni + 2 49.8 57.7 187 5.77 1.7 13.3 29.8 test.phys eIoni + 3 56.6 62.5 193 4.56 1.21 10.5 40.4 test.phys eIoni + 4 60.3 65 192 4.01 0.542 4.62 45 test.phys eBrem + 5 66.2 68.1 189 3.16 0.855 7.68 52.7 test.phys eIoni + 6 69.3 68.7 184 2.18 0.983 6.28 58.9 test.phys eIoni + 7 72 69.4 181 1.66 0.52 4.67 63.6 test.phys eIoni + 8 70 68.6 178 1.14 0.515 3.81 67.4 test.phys eIoni + 9 69.9 68.4 178 0.777 0.0295 0.289 67.7 test.phys eIoni + 10 69.3 66.9 177 0.448 0.329 2.32 70 test.phys eIoni + 11 70.1 66.6 177 0.222 0.226 1.64 71.7 test.phys eIoni + 12 70.3 66.7 178 0 0.222 0.739 72.4 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 69.9 68.4 178 0.336 0 0 0 test.phys initStep + 1 69.8 68.5 177 0.118 0.217 1.3 1.3 test.phys eIoni + 2 69.7 68.6 177 0 0.118 0.264 1.57 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 60.3 65 192 0.00703 0 0 0 test.phys initStep + 1 60.5 65.2 192 0 0.000403 0.298 0.298 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 60.5 65.2 192 0.00662 0 0 0 test.phys initStep + 1 60.5 65.2 192 0 0.00662 0.00174 0.00174 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 68.3 19.1 0 0 0 test.phys initStep + 1 1.01 0.622 67.9 16.5 2.57 1.26 1.26 test.phys hIoni + 2 1.84 1.1 67.6 14.1 2.43 1 2.26 test.phys hIoni + 3 2.5 1.48 67.4 12.1 2.01 0.794 3.05 test.phys hIoni + 4 3.03 1.78 67.2 10 2.08 0.641 3.7 test.phys hIoni + 5 3.44 2.02 67 8.38 1.64 0.502 4.2 test.phys hIoni + 6 3.78 2.21 66.9 6.7 1.68 0.407 4.6 test.phys hIoni + 7 4.04 2.36 66.8 5.02 1.68 0.321 4.93 test.phys hIoni + 8 4.25 2.49 66.7 3.37 1.65 0.248 5.17 test.phys hIoni + 9 4.39 2.58 66.7 1.65 1.72 0.181 5.35 test.phys hIoni + 10 4.46 2.63 66.7 0.00402 1.64 0.0779 5.43 test.phys hIoni + 11 4.46 2.63 66.7 0 0.00402 0.000393 5.43 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 68.3 22.6 0 0 0 test.phys initStep + 1 0.295 1.31 69.3 19.6 3.02 1.64 1.64 test.phys hIoni + 2 0.53 2.34 70 17 2.54 1.31 2.95 test.phys hIoni + 3 0.752 3.16 70.6 14.6 2.4 1.05 4 test.phys hIoni + 4 0.941 3.8 71.2 12.5 2.1 0.839 4.84 test.phys hIoni + 5 1.09 4.3 71.6 10.6 1.94 0.673 5.51 test.phys hIoni + 6 1.23 4.7 71.9 8.67 1.92 0.539 6.05 test.phys hIoni + 7 1.34 5.03 72.1 7.08 1.59 0.423 6.47 test.phys hIoni + 8 1.44 5.29 72.3 5.43 1.65 0.339 6.81 test.phys hIoni + 9 1.51 5.49 72.5 3.82 1.61 0.265 7.08 test.phys hIoni + 10 1.57 5.64 72.6 2.18 1.64 0.2 7.28 test.phys hIoni + 11 1.61 5.73 72.7 0.162 2.02 0.12 7.4 test.phys hIoni + 12 1.61 5.74 72.7 0 0.162 0.00334 7.4 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 117 99.6 0 117 617 test.phys biasWrapper(hadElastic) + 2 18.9 -1.7 200 99.6 0 85 702 World Transportation + 3 2.25e+03 -203 1e+04 99.6 0 1.01e+04 1.08e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 187 0.902 0 0 0 test.phys initStep - 1 -0.000571 -0.00209 187 0 0.902 0.00222 0.00222 test.phys ionIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 0 0 117 0.382 0 0 0 test.phys initStep + 1 -0.00165 0.000148 117 0 0.382 0.00171 0.00171 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 186 0 0 186 686 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = N13, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 186 0.244 0 0 0 test.phys initStep + 1 -0.00125 -0.000487 186 0 0.244 0.00141 0.00141 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 186 0.523 0 0 0 test.phys initStep + 1 -32.9 29 200 0.523 0 45.9 45.9 World Transportation + 2 -1e+04 8.8e+03 4.34e+03 0.523 0 1.39e+04 1.4e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 186 1.27 0 0 0 test.phys initStep + 1 448 224 2.84e-14 1.27 0 535 535 World Transportation + 2 1e+04 4.99e+03 -3.97e+03 1.27 0 1.14e+04 1.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 186 16.4 0 0 0 test.phys initStep + 1 -12.3 -3.35 200 16.4 0 18.7 18.7 World Transportation + 2 -8.84e+03 -2.4e+03 1e+04 16.4 0 1.34e+04 1.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 186 71 0 0 0 test.phys initStep + 1 8.09 2.53 200 71 0 16.1 16.1 World Transportation + 2 5.8e+03 1.82e+03 1e+04 71 0 1.15e+04 1.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 84 99.8 0 84 584 test.phys biasWrapper(hadElastic) + 2 -16.7 2.71 200 99.8 0 117 701 World Transportation + 3 -1.43e+03 231 1e+04 99.8 0 9.9e+03 1.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 84 0.159 0 0 0 test.phys initStep + 1 0.00109 -0.000177 84 0 0.159 0.00122 0.00122 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 196 0 0 196 696 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = alpha, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 196 2.96 0 0 0 test.phys initStep + 1 -0.0176 -0.0181 196 0 2.96 0.0255 0.0255 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = alpha, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 196 3.13 0 0 0 test.phys initStep + 1 0.00603 0.0117 196 0 3.13 0.0275 0.0275 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = alpha, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 196 16.4 0 0 0 test.phys initStep + 1 0.0643 0.0119 196 9.98 6.42 0.212 0.212 test.phys ionIoni + 2 0.109 0.0153 196 2.44 7.54 0.142 0.354 test.phys ionIoni + 3 0.116 0.015 196 0 2.44 0.0201 0.374 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 196 0.169 0 0 0 test.phys initStep + 1 60.9 9.31 190 0.16 0 61.8 61.8 test.phys compt + 2 128 55 144 0.155 0 93.5 155 test.phys compt + 3 181 163 70.8 0.152 0 141 296 test.phys compt + 4 188 263 0 0.152 0 122 419 World Transportation + 5 854 1e+04 -6.93e+03 0.152 0 1.2e+04 1.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 181 163 70.8 0.00253 0 0 0 test.phys initStep + 1 181 163 70.8 0 0.00253 0.000347 0.000347 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 128 55 144 0.00465 0 0 0 test.phys initStep + 1 128 55 144 0 0.00465 0.000952 0.000952 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 60.9 9.31 190 0.00944 0 0 0 test.phys initStep + 1 60.9 9.31 190 0 0.00944 0.00322 0.00322 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 196 0.275 0 0 0 test.phys initStep + 1 -147 5.25 76.7 0.268 0 189 189 test.phys compt + 2 -226 39.3 12.9 0.161 0 107 296 test.phys compt + 3 -221 66.6 39.9 0.149 0 38.7 335 test.phys compt + 4 -251 302 60.9 0.0951 0 238 573 test.phys compt + 5 -244 170 0 0.0951 0 145 718 World Transportation + 6 255 -1e+04 -4.69e+03 0.0951 0 1.12e+04 1.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -251 302 60.9 0.0537 0 0 0 test.phys initStep + 1 -251 302 60.9 0 0.0537 0.0684 0.0684 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -221 66.6 39.9 0.0119 0 0 0 test.phys initStep + 1 -221 66.6 39.9 0 0.0119 0.00483 0.00483 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -226 39.3 12.9 0.108 0 0 0 test.phys initStep + 1 -226 39.3 12.8 0 0.108 0.227 0.227 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -147 5.25 76.7 0.00633 0 0 0 test.phys initStep + 1 -147 5.25 76.7 0 0.00633 0.00161 0.00161 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 196 0.649 0 0 0 test.phys initStep + 1 -0.00348 0.00946 196 0 0.649 0.0182 0.0182 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 196 23.6 0 0 0 test.phys initStep + 1 259 -67.8 29.9 19.3 0 314 314 test.phys biasWrapper(hadElastic) + 2 223 -29.5 0 19.3 0 60 374 World Transportation + 3 -9e+03 1e+04 -7.82e+03 19.3 0 1.57e+04 1.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 18, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 259 -67.8 29.9 4.24 0 0 0 test.phys initStep + 1 259 -67.8 29.9 0 4.24 0.00366 0.00366 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 196 33.1 0 0 0 test.phys initStep + 1 -6.6 1.56 200 33.1 0 8.12 8.12 World Transportation + 2 -1e+04 2.36e+03 6.96e+03 33.1 0 1.23e+04 1.23e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 195 0 0 195 695 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = alpha, Track ID = 11, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 9.5 0 0 0 test.phys initStep + 1 -0.105 0.029 195 1.28 8.22 0.135 0.135 test.phys ionIoni + 2 -0.114 0.0309 195 0 1.28 0.0105 0.145 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = alpha, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 4.7 0 0 0 test.phys initStep + 1 0.00815 0.0368 195 0 4.7 0.0486 0.0486 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = triton, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 21 0 0 0 test.phys initStep + 1 -0.0948 -0.253 196 17.7 3.32 0.712 0.712 test.phys hIoni + 2 -0.167 -0.444 196 14.7 2.94 0.567 1.28 test.phys hIoni + 3 -0.225 -0.599 197 11.9 2.83 0.454 1.73 test.phys hIoni + 4 -0.272 -0.725 197 9.33 2.59 0.36 2.09 test.phys hIoni + 5 -0.309 -0.824 198 6.83 2.5 0.285 2.38 test.phys hIoni + 6 -0.339 -0.898 198 4.18 2.65 0.22 2.6 test.phys hIoni + 7 -0.361 -0.948 198 1.25 2.94 0.151 2.75 test.phys hIoni + 8 -0.365 -0.958 198 0 1.25 0.029 2.78 test.phys hIoni + 9 -0.365 -0.958 198 0 0 0 2.78 test.phys Decay + +********************************************************************************************************* +* G4Track Information: Particle = deuteron, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 11.2 0 0 0 test.phys initStep + 1 0.246 0.0773 196 8.87 2.33 0.403 0.403 test.phys hIoni + 2 0.438 0.139 196 6.81 2.07 0.317 0.721 test.phys hIoni + 3 0.593 0.187 196 4.66 2.15 0.251 0.972 test.phys hIoni + 4 0.711 0.225 196 2.38 2.28 0.187 1.16 test.phys hIoni + 5 0.765 0.256 196 0 2.38 0.0924 1.25 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 0.824 0 0 0 test.phys initStep + 1 20.8 -15.6 200 0.824 0 26.5 26.5 World Transportation + 2 1e+04 -7.5e+03 2.45e+03 0.824 0 1.27e+04 1.27e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 1.22 0 0 0 test.phys initStep + 1 2.89 -2.76 200 1.22 0 6.17 6.17 World Transportation + 2 6.03e+03 -5.74e+03 1e+04 1.22 0 1.29e+04 1.29e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 2.42 0 0 0 test.phys initStep + 1 172 -14.9 176 2.34 0 173 173 test.phys biasWrapper(hadElastic) + 2 215 -1.95 200 2.34 0 50.9 224 World Transportation + 3 1e+04 2.94e+03 5.63e+03 2.34 0 1.16e+04 1.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 12, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 172 -14.9 176 0.0813 0 0 0 test.phys initStep + 1 172 -14.9 176 0 0.0813 0.000841 0.000841 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 3.08 0 0 0 test.phys initStep + 1 -16.5 -27.7 197 0.644 0 32.3 32.3 test.phys compt + 2 -4.34 -113 57.1 0.622 0 164 196 test.phys compt + 3 16.3 -156 1.64 0.567 0 73.2 270 test.phys compt + 4 16.1 -158 0 0.567 0 2.23 272 World Transportation + 5 -1.44e+03 -9.24e+03 -1e+04 0.567 0 1.36e+04 1.39e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 16.3 -156 1.64 0.0549 0 0 0 test.phys initStep + 1 16.4 -156 1.64 0 0.0549 0.0711 0.0711 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.34 -113 57.1 0.0221 0 0 0 test.phys initStep + 1 -4.34 -113 57.1 0 0.0221 0.0144 0.0144 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.5 -27.7 197 2.43 0 0 0 test.phys initStep + 1 -19.4 -30.9 199 1.72 0.712 5.1 5.1 test.phys eIoni + 2 -19.3 -31.7 200 1.6 0.124 1.26 6.35 World Transportation + 3 2.75e+03 -1e+04 6.13e+03 1.6 3.17e-22 1.19e+04 1.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 195 8.66 0 0 0 test.phys initStep + 1 0.102 -0.353 195 6.98 1.68 0.422 0.422 test.phys hIoni + 2 0.186 -0.631 195 5.46 1.52 0.335 0.757 test.phys hIoni + 3 0.244 -0.856 195 3.89 1.57 0.266 1.02 test.phys hIoni + 4 0.295 -1.02 195 2.23 1.65 0.203 1.23 test.phys hIoni + 5 0.325 -1.12 195 0.238 2 0.124 1.35 test.phys hIoni + 6 0.326 -1.13 195 0 0.238 0.0049 1.35 test.phys hIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 34.8 99.8 0 34.8 535 test.phys biasWrapper(hadElastic) + 2 16.9 -8.36 160 99.4 0 126 661 test.phys biasWrapper(hadElastic) + 3 23.3 -20.7 200 99.4 0 42.7 704 World Transportation + 4 1.59e+03 -3.01e+03 1e+04 99.4 0 1.04e+04 1.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 16.9 -8.36 160 0.39 0 0 0 test.phys initStep + 1 16.9 -8.36 160 0 0.39 0.00172 0.00172 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 34.8 0.17 0 0 0 test.phys initStep + 1 -0.00104 0.000513 34.8 0 0.17 0.00127 0.00127 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 0 100 0 0 500 test.phys biasWrapper(0) + 3 0 0 200 100 0 200 700 World Transportation + 4 0 0 1e+04 100 0 9.8e+03 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 183 99.3 0 183 683 test.phys biasWrapper(hadElastic) + 2 4.15 -3.07 200 99.3 0 17.3 701 World Transportation + 3 2.46e+03 -1.82e+03 1e+04 99.3 0 1.03e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 183 0.685 0 0 0 test.phys initStep + 1 -0.00162 0.0012 183 0 0.685 0.00206 0.00206 test.phys ionIoni Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB03/History b/examples/extended/biasing/GB03/History index 0c61c624d3..ab0112e20f 100644 --- a/examples/extended/biasing/GB03/History +++ b/examples/extended/biasing/GB03/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example GB03 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (GB03-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - GB03-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/GB03/exampleGB03.out b/examples/extended/biasing/GB03/exampleGB03.out index ae332f827e..b111b3cc47 100644 --- a/examples/extended/biasing/GB03/exampleGB03.out +++ b/examples/extended/biasing/GB03/exampleGB03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -96,7 +100,8 @@ G4SDManager::AddNewCollection : the collection is registere LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -113,7 +118,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -123,8 +128,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -187,10 +193,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -215,10 +221,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -245,10 +251,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -277,10 +283,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -291,10 +297,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -304,10 +310,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -336,10 +342,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -368,10 +374,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -400,14 +406,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -418,7 +423,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -433,14 +438,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -451,7 +455,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -466,10 +470,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -498,10 +502,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -535,15 +539,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -553,10 +560,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -564,10 +573,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -576,6 +587,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -583,11 +595,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -595,11 +609,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -608,10 +624,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -622,10 +640,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -636,10 +656,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -649,10 +671,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -663,10 +687,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -677,10 +703,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -691,10 +719,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -704,11 +734,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -716,6 +748,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -723,6 +756,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -732,6 +766,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -739,11 +774,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -751,11 +788,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -765,11 +804,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -777,6 +818,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -784,6 +826,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -793,11 +836,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -805,11 +850,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -819,11 +866,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -831,11 +880,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -845,11 +896,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= @@ -857,18 +910,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -894,21 +947,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659 keV e- 1.00699 MeV e+ 946.934 keV proton 70 keV + Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Scintillator Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09753 keV e- 281.859 keV e+ 275.031 keV proton 70 keV + Energy thresholds : gamma 2.09705 keV e- 281.862 keV e+ 275.024 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -936,10 +989,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.080000s Real=0.085424s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.120000s Real=0.120379s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -959,21 +1009,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659 keV e- 1.00699 MeV e+ 946.934 keV proton 70 keV + Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Scintillator Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09753 keV e- 281.859 keV e+ 275.031 keV proton 70 keV + Energy thresholds : gamma 2.09705 keV e- 281.862 keV e+ 275.024 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -999,10 +1049,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.270000s Real=0.274482s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.150000s Real=0.157866s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1018,25 +1065,24 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 32 +Total navigation history collections cleaned: 30 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0461 MB +Pool ID '20G4NavigationLevelRep', size : 0.0433 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.00481 MB Pool ID '16G4SmartVoxelNode', size : 0.000961 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '16G4HitsCollection', size : 0 MB -Pool ID '17G4DynamicParticle', size : 0.00481 MB -Pool ID '7G4Track', size : 0.00961 MB +Pool ID '7G4Track', size : 0.00865 MB Pool ID '18G4TouchableHistory', size : 0.00385 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.000961 MB -Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.073 MB +Number of memory pools allocated: 13 of which, static: 0 +Dynamic pools deleted: 13 / Total memory freed: 0.069 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/biasing/GB04/History b/examples/extended/biasing/GB04/History index d8e5d2606f..419be2a6be 100644 --- a/examples/extended/biasing/GB04/History +++ b/examples/extended/biasing/GB04/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example GB04 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (GB04-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - GB04-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out index a187b94b89..76729470bc 100644 --- a/examples/extended/biasing/GB04/exampleGB04.out +++ b/examples/extended/biasing/GB04/exampleGB04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -52,6 +52,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -90,7 +94,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -107,7 +112,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -117,8 +122,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -181,10 +187,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -209,10 +215,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -239,10 +245,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -271,10 +277,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -285,10 +291,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -298,10 +304,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -330,10 +336,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -362,10 +368,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -394,14 +400,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -412,7 +417,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -427,14 +432,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -445,7 +449,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -460,10 +464,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -492,10 +496,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -529,15 +533,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -547,10 +554,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -558,10 +567,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -570,6 +581,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -577,11 +589,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -589,11 +603,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -602,10 +618,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -616,10 +634,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -630,10 +650,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -643,10 +665,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -657,10 +681,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -671,10 +697,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -685,10 +713,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -698,11 +728,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -710,6 +742,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -717,6 +750,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -726,6 +760,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -733,11 +768,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -745,11 +782,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -759,11 +798,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -771,6 +812,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -778,6 +820,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -787,11 +830,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -799,11 +844,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -813,11 +860,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -825,11 +874,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -839,29 +890,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -887,14 +940,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Al Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.8472 keV e- 461.197 keV e+ 445.1 keV proton 70 keV + Energy thresholds : gamma 5.84707 keV e- 461.19 keV e+ 445.1 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -917,260 +970,111 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 1.85e-05 -5.14e-05 0.0295 100 0.0116 0.0295 1e+03 test.phys biasWrapper(eBrem) - 3 0.0913 -0.0647 4.58 97 2.24 4.56 1e+03 test.phys biasWrapper(eBrem) - 4 0.265 -0.0789 8.67 95.4 1.55 4.09 1.01e+03 test.phys biasWrapper(eBrem) - 5 0.285 -0.0462 10 94.9 0.551 1.33 1.01e+03 World Transportation - 6 -4.7 225 1e+04 94.9 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 2 0.000105 -0.000292 0.0941 99.3 0.0431 0.0941 1e+03 test.phys eIoni + 3 -0.0359 -0.0971 3.5 97.8 1.37 3.41 1e+03 test.phys biasWrapper(eBrem) + 4 -0.0382 -0.109 3.88 93.2 0.133 0.38 1e+03 test.phys eIoni + 5 -0.0674 -0.18 5.14 92.4 0.703 1.26 1.01e+03 test.phys biasWrapper(eBrem) + 6 -0.0866 -0.204 5.47 91.4 0.12 0.332 1.01e+03 test.phys biasWrapper(eBrem) + 7 -0.184 -0.301 6.86 90.3 0.514 1.4 1.01e+03 test.phys eIoni + 8 -0.395 -0.429 9.45 89.3 1.04 2.6 1.01e+03 test.phys biasWrapper(eBrem) + 9 -0.432 -0.46 10 89 0.305 0.555 1.01e+03 World Transportation + 10 -756 -540 1e+04 89 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1 +* 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.265 -0.0789 8.67 0.00588 0 0 0 test.phys initStep - 1 0.266 -0.0777 8.73 0 0.00155 0.0551 0.0551 test.phys phot + 0 -0.395 -0.429 9.45 0.0228 0 0 0 test.phys initStep + 1 -0.398 -0.433 9.52 0 0.00156 0.0694 0.0694 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.266 -0.0777 8.73 0.00433 0 0 0 test.phys initStep - 1 0.266 -0.0778 8.73 0 0.00433 0.000329 0.000329 test.phys eIoni + 0 -0.398 -0.433 9.52 0.0212 0 0 0 test.phys initStep + 1 -0.397 -0.433 9.52 0 0.0212 0.00482 0.00482 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* 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.0913 -0.0647 4.58 0.736 0 0 0 test.phys initStep - 1 0.236 -0.238 10 0.736 0 5.42 5.42 World Transportation - 2 268 -319 1e+04 0.736 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.184 -0.301 6.86 0.523 0 0 0 test.phys initStep + 1 -0.0782 -0.0721 7.08 0 0.523 0.896 0.896 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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 1.85e-05 -5.14e-05 0.0295 0.00668 0 0 0 test.phys initStep - 1 4.11e-05 -5.02e-05 0.0367 0 0.00155 0.00717 0.00717 test.phys phot + 0 -0.0866 -0.204 5.47 0.927 0 0 0 test.phys initStep + 1 -0.194 -0.339 7.59 0.916 0 2.13 2.13 test.phys compt + 2 -0.497 -0.714 10 0.916 0 2.46 4.59 World Transportation + 3 -1.26e+03 -1.56e+03 1e+04 0.916 0 1.02e+04 1.02e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.11e-05 -5.02e-05 0.0367 0.00513 0 0 0 test.phys initStep - 1 0.00012 3.46e-05 0.0368 0 0.00513 0.000434 0.000434 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.0512 -0.00804 2.85 98.3 1.06 2.85 1e+03 test.phys biasWrapper(eBrem) - 3 0.0431 0.00952 4.55 94.7 0.647 1.7 1e+03 test.phys biasWrapper(eBrem) - 4 0.00503 0.00896 10 92.6 2.06 5.46 1.01e+03 World Transportation - 5 142 -282 1e+04 92.6 3.65e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0431 0.00952 4.55 2.97 0 0 0 test.phys initStep - 1 0.024 -0.000303 10 2.97 0 5.45 5.45 World Transportation - 2 -34.9 -18 1e+04 2.97 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0512 -0.00804 2.85 0.666 0 0 0 test.phys initStep - 1 0.117 0.0142 10 0.666 0 7.15 7.15 World Transportation - 2 92.8 31.1 1e+04 0.666 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.00496 -0.0367 2.28 98.7 1.27 2.28 1e+03 test.phys biasWrapper(eBrem) - 3 -0.0047 -0.0371 2.3 98.5 0.0073 0.0241 1e+03 test.phys biasWrapper(eBrem) - 4 0.158 -0.229 7.74 96.1 2.3 5.44 1.01e+03 test.phys biasWrapper(eBrem) - 5 0.248 -0.263 10 95.2 0.856 2.26 1.01e+03 World Transportation - 6 281 -26.5 1e+04 95.2 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.158 -0.229 7.74 0.0835 0 0 0 test.phys initStep - 1 0.234 -0.269 10 0.0835 0 2.26 2.26 World Transportation - 2 336 -178 1e+04 0.0835 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0047 -0.0371 2.3 0.184 0 0 0 test.phys initStep - 1 0.0897 -0.139 10 0.184 0 7.7 7.7 World Transportation - 2 123 -133 1e+04 0.184 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00496 -0.0367 2.28 0.0671 0 0 0 test.phys initStep - 1 0.0591 -0.117 8.06 0 0.000119 5.78 5.78 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0591 -0.117 8.06 0.0669 0 0 0 test.phys initStep - 1 0.0519 -0.125 8.07 0 0.0669 0.0352 0.0352 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.00683 0.00627 0.905 99.1 0.525 0.905 1e+03 test.phys biasWrapper(eBrem) - 3 0.0425 0.0712 10 95.3 3.85 9.1 1.01e+03 World Transportation - 4 -219 40.3 1e+04 95.3 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00683 0.00627 0.905 0.352 0 0 0 test.phys initStep - 1 0.0202 0.0412 10 0.352 0 9.09 9.09 World Transportation - 2 14.7 38.4 1e+04 0.352 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.129 -0.0159 5.25 97.2 2.34 5.25 1.01e+03 test.phys eIoni - 3 -0.159 -0.0622 6.16 96.7 0.297 0.909 1.01e+03 test.phys biasWrapper(eBrem) - 4 -0.192 -0.143 7.68 94.9 0.758 1.52 1.01e+03 test.phys biasWrapper(eBrem) - 5 -0.263 -0.226 10 94 0.912 2.32 1.01e+03 World Transportation - 6 55.3 -224 1e+04 94 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.192 -0.143 7.68 1.05 0 0 0 test.phys initStep - 1 -0.247 -0.145 10 1.05 0 2.32 2.32 World Transportation - 2 -237 -8.27 1e+04 1.05 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.159 -0.0622 6.16 0.173 0 0 0 test.phys initStep - 1 -0.305 -0.269 10 0.173 0 3.85 3.85 World Transportation - 2 -379 -538 1e+04 0.173 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.129 -0.0159 5.25 0.501 0 0 0 test.phys initStep - 1 -0.342 -0.174 5.42 0 0.501 0.843 0.843 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0 0 10 96.4 3.61 10 1.01e+03 World Transportation - 3 266 304 1e+04 96.4 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.00254 -0.0471 2.68 94.7 1.09 2.68 1e+03 test.phys eIoni - 3 -0.00355 -0.0536 2.95 93.9 0.0967 0.274 1e+03 test.phys eIoni - 4 -0.00562 -0.0692 3.6 92.8 0.26 0.643 1e+03 test.phys eIoni - 5 -0.0446 -0.067 5.34 92.1 0.659 1.74 1.01e+03 test.phys biasWrapper(eBrem) - 6 -0.0706 -0.0465 7.16 90.6 0.793 1.82 1.01e+03 test.phys eIoni - 7 -0.131 -0.0527 10 89.6 1.03 2.84 1.01e+03 World Transportation - 8 -436 -159 1e+04 89.6 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0706 -0.0465 7.16 0.727 0 0 0 test.phys initStep - 1 0.222 0.235 7.51 0 0.727 1.3 1.3 test.phys eIoni + 0 -0.194 -0.339 7.59 0.0113 0 0 0 test.phys initStep + 1 -0.193 -0.339 7.59 0 0.0113 0.00162 0.00162 test.phys 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.0446 -0.067 5.34 0.0416 0 0 0 test.phys initStep - 1 -0.17 -0.0372 10 0.0416 0 4.67 4.67 World Transportation - 2 -269 63.8 1e+04 0.0416 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0674 -0.18 5.14 0.0662 0 0 0 test.phys initStep + 1 -0.323 -0.494 10 0.0662 0 4.88 4.88 World Transportation + 2 -526 -646 1e+04 0.0662 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.00562 -0.0692 3.6 0.806 0 0 0 test.phys initStep - 1 0.0565 -0.533 4 0 0.806 1.41 1.41 test.phys eIoni + 0 -0.0382 -0.109 3.88 4.44 0 0 0 test.phys initStep + 1 0.265 -0.123 6.71 3.34 1.1 2.99 2.99 test.phys msc + 2 0.902 -0.484 9.3 2.3 1.04 2.99 5.98 test.phys msc + 3 1.33 -0.496 10 2.01 0.292 0.902 6.88 World Transportation + 4 3.48e+03 -2.14e+03 1e+04 2.01 2.87e-22 1.08e+04 1.08e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00355 -0.0536 2.95 0.675 0 0 0 test.phys initStep - 1 -0.194 -0.386 3.25 0.163 0.512 1.22 1.22 test.phys eIoni - 2 -0.154 -0.35 3.24 0 0.163 0.156 1.37 test.phys eIoni + 0 -0.0359 -0.0971 3.5 0.148 0 0 0 test.phys initStep + 1 -0.0602 -0.162 5.34 0.137 0 1.84 1.84 test.phys compt + 2 -1.05 3.77 10 0.137 0 6.17 8.02 World Transportation + 3 -2.13e+03 8.44e+03 1e+04 0.137 0 1.32e+04 1.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0602 -0.162 5.34 0.0106 0 0 0 test.phys initStep + 1 -0.0601 -0.162 5.34 0 0.0106 0.00146 0.00146 test.phys 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.00254 -0.0471 2.68 4.23 0 0 0 test.phys initStep - 1 0.467 -0.391 5.08 3.31 0.927 2.58 2.58 test.phys msc - 2 -0.335 -1.28 7.35 2.36 0.943 2.76 5.34 test.phys eIoni - 3 -1.31 -2.72 6.47 1.41 0.953 2.14 7.48 test.phys msc - 4 -1.51 -2.98 5.31 0.748 0.662 1.97 9.45 test.phys eIoni - 5 -2 -2.91 5.06 0.159 0.59 1.33 10.8 test.phys eIoni - 6 -1.99 -2.87 5.03 0 0.159 0.149 10.9 test.phys eIoni + 0 0.000105 -0.000292 0.0941 0.685 0 0 0 test.phys initStep + 1 0.0148 0.0406 0.121 0.673 0.0122 0.0521 0.0521 test.phys msc + 2 0.0266 0.107 0.16 0.512 0.161 0.0792 0.131 test.phys msc + 3 0.0756 0.172 0.203 0.476 0.0365 0.0965 0.228 test.phys msc + 4 0.184 0.206 0.212 0.425 0.0504 0.121 0.349 test.phys msc + 5 0.294 0.224 0.175 0.382 0.0432 0.126 0.475 test.phys msc + 6 0.377 0.28 0.192 0.326 0.0558 0.109 0.584 test.phys msc + 7 0.488 0.314 0.226 0.273 0.0531 0.135 0.719 test.phys msc + 8 0.504 0.256 0.324 0.166 0.107 0.132 0.851 test.phys msc + 9 0.458 0.229 0.343 0 0.166 0.161 1.01 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1179,46 +1083,25 @@ 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 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0 0 10 96.3 3.74 10 1.01e+03 World Transportation - 3 32.5 525 1e+04 96.3 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.00233 -0.00754 0.813 99.7 0.264 0.813 1e+03 test.phys biasWrapper(eBrem) - 3 -0.00551 -0.0186 1.34 98.1 0.266 0.529 1e+03 test.phys eIoni - 4 -0.0261 0.1 10 94.6 3.47 8.67 1.01e+03 World Transportation - 5 207 -165 1e+04 94.6 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.00551 -0.0186 1.34 1.39 0 0 0 test.phys initStep - 1 -0.294 -0.0984 2.03 1.08 0.308 0.813 0.813 test.phys msc - 2 -0.66 0.306 2.74 0.131 0.947 1.7 2.51 test.phys eIoni - 3 -0.647 0.34 2.73 0 0.131 0.109 2.62 test.phys eIoni + 2 -0.138 -0.19 7.81 97.1 2.86 7.81 1.01e+03 test.phys biasWrapper(eBrem) + 3 -0.244 -0.25 10 96.3 0.839 2.2 1.01e+03 World Transportation + 4 -360 -601 1e+04 96.3 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00233 -0.00754 0.813 0.0157 0 0 0 test.phys initStep - 1 -0.0122 -0.0262 2.24 0 0.00155 1.43 1.43 test.phys phot + 0 -0.138 -0.19 7.81 0.0261 0 0 0 test.phys initStep + 1 -0.151 -0.197 8.07 0 0.00156 0.268 0.268 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0122 -0.0262 2.24 0.0141 0 0 0 test.phys initStep - 1 -0.0117 -0.0268 2.24 0 0.0141 0.00238 0.00238 test.phys eIoni + 0 -0.151 -0.197 8.07 0.0245 0 0 0 test.phys initStep + 1 -0.153 -0.198 8.07 0 0.0245 0.00619 0.00619 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1227,25 +1110,270 @@ 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 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.038 -0.0658 3.68 98.5 1.44 3.68 1e+03 test.phys biasWrapper(eBrem) - 3 0.0805 -0.205 10 96.3 2.2 6.33 1.01e+03 World Transportation - 4 289 -84.9 1e+04 96.3 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 2 0.0972 0.116 5.83 97.6 2.21 5.83 1.01e+03 test.phys biasWrapper(eBrem) + 3 0.136 0.144 10 95.2 2.41 4.17 1.01e+03 World Transportation + 4 587 -6.88 1e+04 95.2 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.038 -0.0658 3.68 0.0943 0 0 0 test.phys initStep - 1 0.0786 -0.147 10 0.0943 0 6.32 6.32 World Transportation - 2 64.3 -128 1e+04 0.0943 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0972 0.116 5.83 0.217 0 0 0 test.phys initStep + 1 0.145 0.165 10 0.217 0 4.17 4.17 World Transportation + 2 115 117 1e+04 0.217 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.0663 0.0775 4.48 97.6 1.77 4.48 1e+03 test.phys eIoni + 3 -0.116 0.183 10 95.3 2.23 5.53 1.01e+03 World Transportation + 4 160 181 1e+04 95.3 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0663 0.0775 4.48 0.651 0 0 0 test.phys initStep + 1 0.251 -0.0813 4.77 0.103 0.548 1.17 1.17 test.phys eIoni + 2 0.269 -0.0646 4.77 0 0.103 0.0728 1.25 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.00809 -0.00703 0.997 99.6 0.333 0.997 1e+03 test.phys biasWrapper(eBrem) + 3 -0.0688 -0.0693 4.98 97.6 1.74 3.98 1e+03 test.phys biasWrapper(eBrem) + 4 -0.0457 -0.0941 5.81 89 0.356 0.832 1.01e+03 test.phys biasWrapper(eBrem) + 5 -0.0384 -0.109 6.13 88.6 0.169 0.318 1.01e+03 test.phys biasWrapper(eBrem) + 6 -0.0271 -0.164 7.18 84.3 0.461 1.06 1.01e+03 test.phys eIoni + 7 -0.0546 -0.39 10 83.3 0.995 2.83 1.01e+03 World Transportation + 8 -568 -987 1e+04 83.3 3.64e-22 1.01e+04 1.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0271 -0.164 7.18 3.84 0 0 0 test.phys initStep + 1 -0.231 -0.0339 8.17 2.3 0.344 1.03 1.03 test.phys eIoni + 2 0.536 -0.179 9.62 1.63 0.667 2.04 3.07 test.phys msc + 3 1.09 -0.296 10 0.923 0.709 0.783 3.85 World Transportation + 4 1e+04 -7.49e+03 6.72e+03 0.923 3.87e-22 1.42e+04 1.42e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.231 -0.0339 8.17 1.2 0 0 0 test.phys initStep + 1 -0.197 -0.0481 9.18 0.711 0.488 1.16 1.16 test.phys msc + 2 -0.0506 0.339 9.25 0.554 0.158 0.473 1.63 test.phys msc + 3 -0.262 0.63 9.2 0 0.554 0.967 2.6 test.phys 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.0384 -0.109 6.13 0.203 0 0 0 test.phys initStep + 1 -0.00528 -0.151 10 0.203 0 3.87 3.87 World Transportation + 2 85.4 -109 1e+04 0.203 0 9.99e+03 9.99e+03 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0457 -0.0941 5.81 8.28 0 0 0 test.phys initStep + 1 0.0274 -0.265 10 8.28 0 4.19 4.19 World Transportation + 2 174 -409 1e+04 8.28 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0688 -0.0693 4.98 0.246 0 0 0 test.phys initStep + 1 0.0338 -0.286 10 0.246 0 5.03 5.03 World Transportation + 2 204 -431 1e+04 0.246 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00809 -0.00703 0.997 0.0363 0 0 0 test.phys initStep + 1 -0.00715 -0.00725 1.16 0 0.00156 0.161 0.161 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00715 -0.00725 1.16 0.0347 0 0 0 test.phys initStep + 1 -0.00555 -0.00981 1.16 0 0.0347 0.0113 0.0113 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0 0 10 96.3 3.72 10 1.01e+03 World Transportation + 3 -105 231 1e+04 96.3 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.00188 -0.0227 1.65 99.3 0.63 1.65 1e+03 test.phys biasWrapper(eBrem) + 3 0.000721 -0.102 10 96.1 3.24 8.36 1.01e+03 World Transportation + 4 383 -44.1 1e+04 96.1 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00188 -0.0227 1.65 0.0345 0 0 0 test.phys initStep + 1 0.0306 -0.0759 6.85 0 0.00156 5.2 5.2 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0306 -0.0759 6.85 0.033 0 0 0 test.phys initStep + 1 0.0309 -0.0729 6.85 0 0.033 0.0103 0.0103 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.000157 -0.00016 0.0757 99.9 0.0488 0.0757 1e+03 test.phys biasWrapper(eBrem) + 3 0.0795 0.209 8.79 96 3.9 8.72 1.01e+03 test.phys biasWrapper(eBrem) + 4 0.116 0.207 10 95.5 0.523 1.22 1.01e+03 World Transportation + 5 375 18.1 1e+04 95.5 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0795 0.209 8.79 0.0118 0 0 0 test.phys initStep + 1 0.0797 0.209 8.79 0 0.00156 0.0066 0.0066 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0797 0.209 8.79 0.0103 0 0 0 test.phys initStep + 1 0.0796 0.209 8.79 0 0.0103 0.00139 0.00139 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.000157 -0.00016 0.0757 0.0269 0 0 0 test.phys initStep + 1 0.0294 -0.0226 4.74 0 0.00156 4.66 4.66 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0294 -0.0226 4.74 0.0253 0 0 0 test.phys initStep + 1 0.0302 -0.0238 4.74 0 0.0253 0.00655 0.00655 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.126 -0.106 6.17 82.5 2.54 6.17 1.01e+03 test.phys eIoni + 3 -0.327 -0.124 10 81.2 1.32 3.84 1.01e+03 World Transportation + 4 -634 186 1e+04 81.2 3.62e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.126 -0.106 6.17 15 0 0 0 test.phys initStep + 1 0.108 -0.0965 7.21 14.5 0.412 1.07 1.07 test.phys biasWrapper(eBrem) + 2 0.77 0.0262 9.23 13.6 0.942 2.14 3.21 test.phys biasWrapper(eBrem) + 3 1.06 0.158 10 13.3 0.246 0.838 4.05 World Transportation + 4 2.54e+03 1.86e+03 1e+04 13.3 3.22e-22 1.05e+04 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.77 0.0262 9.23 0.0147 0 0 0 test.phys initStep + 1 0.832 0.0511 9.38 0 0.00156 0.163 0.163 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.832 0.0511 9.38 0.0131 0 0 0 test.phys initStep + 1 0.833 0.0509 9.38 0 0.0131 0.0021 0.0021 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.108 -0.0965 7.21 0.0419 0 0 0 test.phys initStep + 1 0.27 -0.128 7.7 0.0419 0 0.518 0.518 test.phys Rayl + 2 1.01 -0.274 10 0.0419 0 2.42 2.94 World Transportation + 3 3.24e+03 -634 1e+04 0.0419 0 1.05e+04 1.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.0138 0.013 1.46 96 0.663 1.46 1e+03 test.phys biasWrapper(eBrem) + 3 -0.247 0.1 10 92.5 3.53 8.55 1.01e+03 World Transportation + 4 -439 1.24e+03 1e+04 92.5 3.68e-22 1.01e+04 1.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0138 0.013 1.46 3.35 0 0 0 test.phys initStep + 1 -0.281 -0.0247 10 3.35 0 8.54 8.54 World Transportation + 2 -313 -44.1 1e+04 3.35 0 9.99e+03 1e+04 OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002597s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.003378s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1265,14 +1393,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Al Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 5.847202461938108 keV e- 461.1966860177417 keV e+ 445.1001663096841 keV proton 69.99999999999999 keV + Energy thresholds : gamma 5.847065244477641 keV e- 461.189862654428 keV e+ 445.1003588023457 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1288,1043 +1416,116 @@ BremSplittingOperator : starting run with brem. splitting factor = 10, biasing o Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.0296 0.0377 2.7 98.7 1.25 2.71 1e+03 test.phys biasWrapper(eBrem) - 3 -0.0388 0.0483 3.5 97.5 0.274 0.8 1e+03 test.phys eIoni - 4 -0.0616 0.0465 6.07 95 0.983 2.57 1.01e+03 test.phys eIoni - 5 -0.0446 -0.149 10 93.6 1.36 3.93 1.01e+03 World Transportation - 6 115 -261 1e+04 93.6 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0616 0.0465 6.07 1.58 0 0 0 test.phys initStep - 1 0.697 -0.403 7.09 0.794 0.783 2.09 2.09 test.phys eIoni - 2 0.146 -0.395 6.84 0.207 0.587 1.39 3.48 test.phys eIoni - 3 0.177 -0.354 6.9 0 0.207 0.227 3.71 test.phys eIoni + 2 0.0267 0.0941 4.35 93.6 1.53 4.36 1e+03 test.phys biasWrapper(eBrem) + 3 0.0617 0.136 5.75 92.6 0.487 1.39 1.01e+03 test.phys eIoni + 4 0.216 0.186 10 91 1.6 4.26 1.01e+03 World Transportation + 5 796 339 1e+04 91 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0388 0.0483 3.5 0.888 0 0 0 test.phys initStep - 1 -0.161 -0.445 3.99 0.339 0.549 1.51 1.51 test.phys eIoni - 2 -0.245 -0.399 3.84 0 0.339 0.483 1.99 test.phys eIoni + 0 0.0617 0.136 5.75 0.577 0 0 0 test.phys initStep + 1 -0.066 0.417 5.98 0.101 0.475 1.02 1.02 test.phys eIoni + 2 -0.0468 0.432 5.98 0 0.101 0.071 1.09 test.phys 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.0296 0.0377 2.7 13.1 0 0 0 test.phys initStep - 1 -0.131 0.211 10 13.1 0 7.3 7.3 World Transportation - 2 -139 237 1e+04 13.1 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0267 0.0941 4.35 17.9 0 0 0 test.phys initStep + 1 0.115 0.354 10 17.9 0 5.65 5.65 World Transportation + 2 157 460 1e+04 17.9 0 1e+04 1e+04 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.0296 0.0377 2.7 6.99 0 0 0 test.phys initStep - 1 -0.144 0.241 10 6.99 0 7.3 7.3 World Transportation - 2 -157 278 1e+04 6.99 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0296 0.0377 2.7 0.0139 0 0 0 test.phys initStep - 1 -0.0362 0.0621 3.77 0 0.00155 1.06 1.06 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0362 0.0621 3.77 0.0123 0 0 0 test.phys initStep - 1 -0.0357 0.0624 3.77 0 0.0123 0.00189 0.00189 test.phys 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.0296 0.0377 2.7 0.00816 0 0 0 test.phys initStep - 1 -0.0307 0.0396 2.81 0 0.00155 0.108 0.108 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0307 0.0396 2.81 0.00661 0 0 0 test.phys initStep - 1 -0.0308 0.0396 2.81 0 0.00661 0.000659 0.000659 test.phys 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.0296 0.0377 2.7 0.141 0 0 0 test.phys initStep - 1 0.0259 0.0442 10 0.141 0 7.3 7.3 World Transportation - 2 75.9 9 1e+04 0.141 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0296 0.0377 2.7 0.148 0 0 0 test.phys initStep - 1 -0.0941 0.207 10 0.148 0 7.3 7.3 World Transportation - 2 -88.5 232 1e+04 0.148 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0296 0.0377 2.7 72.6 0 0 0 test.phys initStep - 1 -0.164 0.208 10 72.6 0 7.3 7.3 World Transportation - 2 -184 233 1e+04 72.6 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0296 0.0377 2.7 0.0267 0 0 0 test.phys initStep - 1 -0.0487 0.0563 3.74 0 0.00155 1.04 1.04 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0487 0.0563 3.74 0.0252 0 0 0 test.phys initStep - 1 -0.0467 0.0563 3.74 0 0.0252 0.00647 0.00647 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0296 0.0377 2.7 52.9 0 0 0 test.phys initStep - 1 -0.156 0.193 10 52.9 0 7.3 7.3 World Transportation - 2 -173 213 1e+04 52.9 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0296 0.0377 2.7 0.0397 0 0 0 test.phys initStep - 1 -0.038 0.0526 3.08 0.0396 9.16e-05 0.378 0.378 test.phys compt - 2 -0.0356 0.0517 3.09 0.037 0 0.0125 0.39 test.phys compt - 3 -0.899 -0.957 3.29 0 0.000119 1.34 1.73 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.899 -0.957 3.29 0.0368 0 0 0 test.phys initStep - 1 -0.896 -0.96 3.29 0 0.0368 0.0126 0.0126 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0356 0.0517 3.09 0.00265 0 0 0 test.phys initStep - 1 -0.0356 0.0517 3.09 0 0.00265 0.000152 0.000152 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.182 0.0247 6.64 96.5 2.69 6.64 1.01e+03 test.phys eIoni - 3 0.592 0.0697 10 95.3 1.13 3.39 1.01e+03 World Transportation - 4 1.27e+03 -327 1e+04 95.3 3.69e-22 1.01e+04 1.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.182 0.0247 6.64 0.844 0 0 0 test.phys initStep - 1 -0.242 0.114 7.13 0.285 0.559 1.46 1.46 test.phys eIoni - 2 -0.348 0.0363 7.11 0 0.285 0.373 1.83 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.0571 -0.256 8.41 94.3 3.32 8.42 1.01e+03 test.phys biasWrapper(eBrem) - 3 -0.0524 -0.31 10 93.7 0.596 1.59 1.01e+03 World Transportation - 4 199 -98.4 1e+04 93.7 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0571 -0.256 8.41 0.185 0 0 0 test.phys initStep - 1 -0.0528 -0.307 10 0.185 0 1.59 1.59 World Transportation - 2 27.3 -318 1e+04 0.185 0 1e+04 1e+04 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.0571 -0.256 8.41 0.00888 0 0 0 test.phys initStep - 1 -0.0572 -0.263 8.59 0 0.00155 0.18 0.18 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0572 -0.263 8.59 0.00733 0 0 0 test.phys initStep - 1 -0.0572 -0.263 8.59 0 0.00733 0.000784 0.000784 test.phys 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.0571 -0.256 8.41 14.6 0 0 0 test.phys initStep - 1 -0.0504 -0.298 10 14.6 0 1.59 1.59 World Transportation - 2 42.2 -263 1e+04 14.6 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0571 -0.256 8.41 1.64 0 0 0 test.phys initStep - 1 -0.0307 -0.308 10 1.64 0 1.59 1.59 World Transportation - 2 166 -324 1e+04 1.64 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0571 -0.256 8.41 0.246 0 0 0 test.phys initStep - 1 -0.0475 -0.3 10 0.246 0 1.59 1.59 World Transportation - 2 60.4 -276 1e+04 0.246 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0571 -0.256 8.41 0.0194 0 0 0 test.phys initStep - 1 -0.077 -0.268 9.07 0 0.00155 0.665 0.665 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.077 -0.268 9.07 0.0178 0 0 0 test.phys initStep - 1 -0.078 -0.267 9.07 0 0.0178 0.00356 0.00356 test.phys 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.0571 -0.256 8.41 1.02 0 0 0 test.phys initStep - 1 -0.0785 -0.325 10 1.02 0 1.59 1.59 World Transportation - 2 -135 -432 1e+04 1.02 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0571 -0.256 8.41 0.0447 0 0 0 test.phys initStep - 1 -0.0573 -0.257 8.43 0 0.00155 0.0201 0.0201 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0573 -0.257 8.43 0.0431 0 0 0 test.phys initStep - 1 -0.0623 -0.258 8.43 0 0.0431 0.0165 0.0165 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0571 -0.256 8.41 0.0291 0 0 0 test.phys initStep - 1 -0.0509 -0.315 9.86 0 0.000119 1.46 1.46 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0509 -0.315 9.86 0.029 0 0 0 test.phys initStep - 1 -0.052 -0.312 9.87 0 0.029 0.00828 0.00828 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0571 -0.256 8.41 2.41 0 0 0 test.phys initStep - 1 -0.0877 -0.317 10 2.41 0 1.59 1.59 World Transportation - 2 -192 -379 1e+04 2.41 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.0319 -0.0501 3.12 98.8 1.17 3.12 1e+03 test.phys biasWrapper(eBrem) - 3 -0.0898 -0.0826 5.97 96.9 1.21 2.85 1.01e+03 test.phys eIoni - 4 -0.18 -0.0838 10 95.4 1.49 4.03 1.01e+03 World Transportation - 5 -75.6 29.5 1e+04 95.4 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0898 -0.0826 5.97 0.685 0 0 0 test.phys initStep - 1 -0.102 -0.466 6.28 0.107 0.578 1.23 1.23 test.phys eIoni - 2 -0.0885 -0.445 6.29 0 0.107 0.0777 1.31 test.phys 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.0319 -0.0501 3.12 0.0141 0 0 0 test.phys initStep - 1 -0.0332 -0.0392 3.85 0 0.00155 0.724 0.724 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0332 -0.0392 3.85 0.0125 0 0 0 test.phys initStep - 1 -0.0334 -0.0386 3.85 0 0.0125 0.00194 0.00194 test.phys 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.0319 -0.0501 3.12 28.9 0 0 0 test.phys initStep - 1 -0.0963 -0.112 10 28.9 0 6.88 6.88 World Transportation - 2 -93.7 -90.1 1e+04 28.9 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0319 -0.0501 3.12 0.062 0 0 0 test.phys initStep - 1 -0.034 -0.0654 5.07 0.0578 0 1.95 1.95 test.phys compt - 2 -1.7 0.212 5.81 0.0578 0 1.85 3.8 test.phys Rayl - 3 -6.12 -0.181 8.72 0 0.00155 5.3 9.1 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.12 -0.181 8.72 0.0563 0 0 0 test.phys initStep - 1 -6.12 -0.188 8.71 0 0.0563 0.0261 0.0261 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.034 -0.0654 5.07 0.00422 0 0 0 test.phys initStep - 1 -0.034 -0.0654 5.08 0 0.00422 0.000316 0.000316 test.phys 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.0319 -0.0501 3.12 0.274 0 0 0 test.phys initStep - 1 -0.0397 -0.161 10 0.274 0 6.88 6.88 World Transportation - 2 -11.3 -161 1e+04 0.274 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0319 -0.0501 3.12 0.773 0 0 0 test.phys initStep - 1 -0.0649 -0.132 10 0.773 0 6.88 6.88 World Transportation - 2 -48 -118 1e+04 0.773 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0319 -0.0501 3.12 0.00895 0 0 0 test.phys initStep - 1 -0.0341 -0.0516 3.2 0 1.02e-05 0.0749 0.0749 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0341 -0.0516 3.2 0.00894 0 0 0 test.phys initStep - 1 -0.0344 -0.0517 3.2 0 0.00894 0.00109 0.00109 test.phys 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.0319 -0.0501 3.12 59.9 0 0 0 test.phys initStep - 1 -0.0447 -0.11 10 59.9 0 6.88 6.88 World Transportation - 2 -18.7 -86.6 1e+04 59.9 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0319 -0.0501 3.12 1.27 0 0 0 test.phys initStep - 1 -0.0238 -0.0707 10 1.27 0 6.88 6.88 World Transportation - 2 11.7 -29.9 1e+04 1.27 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0319 -0.0501 3.12 0.012 0 0 0 test.phys initStep - 1 -0.034 -0.0524 3.4 0 0.00155 0.277 0.277 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.034 -0.0524 3.4 0.0104 0 0 0 test.phys initStep - 1 -0.0341 -0.0528 3.4 0 0.0104 0.00142 0.00142 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0319 -0.0501 3.12 0.0273 0 0 0 test.phys initStep - 1 -0.0418 -0.0856 5.8 0 1.02e-05 2.68 2.68 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0418 -0.0856 5.8 0.0273 0 0 0 test.phys initStep - 1 -0.0437 -0.0844 5.8 0 0.0273 0.00748 0.00748 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.114 -0.0201 4.86 97.5 1.72 4.86 1e+03 test.phys eIoni - 3 0.127 -0.00471 6.81 96.5 0.941 1.95 1.01e+03 test.phys biasWrapper(eBrem) - 4 0.134 -0.000124 8.56 92.1 0.536 1.75 1.01e+03 test.phys biasWrapper(eBrem) - 5 0.139 -0.00277 8.82 91.6 0.0707 0.256 1.01e+03 test.phys biasWrapper(eBrem) - 6 0.152 -0.0159 10 91.2 0.464 1.18 1.01e+03 World Transportation - 7 -17.8 -174 1e+04 91.2 3.65e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.139 -0.00277 8.82 0.41 0 0 0 test.phys initStep - 1 0.132 -0.00939 10 0.41 0 1.18 1.18 World Transportation - 2 -57.6 -56.1 1e+04 0.41 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.134 -0.000124 8.56 3.82 0 0 0 test.phys initStep - 1 0.147 -0.0124 10 3.82 0 1.44 1.44 World Transportation - 2 84.3 -85.1 1e+04 3.82 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.127 -0.00471 6.81 0.523 0 0 0 test.phys initStep - 1 0.154 0.0541 10 0.523 0 3.19 3.19 World Transportation - 2 84.6 184 1e+04 0.523 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.127 -0.00471 6.81 41.6 0 0 0 test.phys initStep - 1 0.196 0.0412 10 41.6 0 3.19 3.19 World Transportation - 2 218 144 1e+04 41.6 0 9.99e+03 1e+04 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.127 -0.00471 6.81 3.95 0 0 0 test.phys initStep - 1 0.112 0.0316 10 3.95 0 3.19 3.19 World Transportation - 2 -46.6 114 1e+04 3.95 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.127 -0.00471 6.81 0.0615 0 0 0 test.phys initStep - 1 0.129 -0.00222 7 0.0604 0 0.186 0.186 test.phys compt - 2 -1.11 1.43 10 0.0604 0 3.55 3.74 World Transportation - 3 -4.13e+03 4.77e+03 1e+04 0.0604 0 1.18e+04 1.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.129 -0.00222 7 0.00111 0 0 0 test.phys initStep - 1 0.129 -0.00223 7 0 0.00111 4.29e-05 4.29e-05 test.phys 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.127 -0.00471 6.81 4.43 0 0 0 test.phys initStep - 1 0.157 0.024 10 4.43 0 3.19 3.19 World Transportation - 2 93.7 89.9 1e+04 4.43 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.127 -0.00471 6.81 5.41 0 0 0 test.phys initStep - 1 0.188 0.0375 10 5.41 0 3.19 3.19 World Transportation - 2 192 132 1e+04 5.41 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.127 -0.00471 6.81 0.0222 0 0 0 test.phys initStep - 1 0.133 0.00597 7.51 0 0.00155 0.697 0.697 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.133 0.00597 7.51 0.0207 0 0 0 test.phys initStep - 1 0.132 0.00526 7.51 0 0.0207 0.0046 0.0046 test.phys 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.127 -0.00471 6.81 1.01 0 0 0 test.phys initStep - 1 0.172 0.0445 10 1.01 0 3.19 3.19 World Transportation - 2 140 154 1e+04 1.01 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.127 -0.00471 6.81 0.282 0 0 0 test.phys initStep - 1 0.277 -0.00977 10 0.282 0 3.19 3.19 World Transportation - 2 471 -15.9 1e+04 0.282 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.127 -0.00471 6.81 0.124 0 0 0 test.phys initStep - 1 0.181 0.0756 10 0.124 0 3.19 3.19 World Transportation - 2 170 252 1e+04 0.124 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.114 -0.0201 4.86 0.733 0 0 0 test.phys initStep - 1 -0.265 -0.178 5.22 0.243 0.489 1.31 1.31 test.phys eIoni - 2 -0.209 -0.261 5.19 0 0.243 0.293 1.6 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.0282 0.0226 2.24 89.4 0.93 2.24 1e+03 test.phys biasWrapper(eBrem) - 3 0.116 -0.0527 6.18 87.9 1.4 3.94 1.01e+03 test.phys biasWrapper(eBrem) - 4 0.348 -0.133 9.68 82.5 1.64 3.51 1.01e+03 test.phys eIoni - 5 0.376 -0.127 10 82.4 0.106 0.322 1.01e+03 World Transportation - 6 797 190 1e+04 82.4 3.63e-22 1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.348 -0.133 9.68 3.75 0 0 0 test.phys initStep - 1 0.401 -0.24 9.88 1.56 0.075 0.232 0.232 test.phys biasWrapper(eBrem) - 2 0.34 -0.315 10 1.51 0.0556 0.161 0.393 World Transportation - 3 -504 -3.49e+03 1e+04 1.51 2.81e-22 1.06e+04 1.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.401 -0.24 9.88 2.11 0 0 0 test.phys initStep - 1 0.615 -0.264 10 2.11 0 0.248 0.248 World Transportation - 2 1e+04 -1.15e+03 5.76e+03 2.11 0 1.16e+04 1.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.116 -0.0527 6.18 0.117 0 0 0 test.phys initStep - 1 0.299 -0.153 10 0.117 0 3.83 3.83 World Transportation - 2 477 -261 1e+04 0.117 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0282 0.0226 2.24 0.402 0 0 0 test.phys initStep - 1 0.0492 0.11 10 0.402 0 7.76 7.76 World Transportation - 2 27 112 1e+04 0.402 0 9.99e+03 1e+04 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.0282 0.0226 2.24 0.14 0 0 0 test.phys initStep - 1 0.124 0.0246 10 0.14 0 7.76 7.76 World Transportation - 2 123 2.5 1e+04 0.14 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0282 0.0226 2.24 0.053 0 0 0 test.phys initStep - 1 0.0969 0.0324 4.88 0 0.00155 2.64 2.64 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0969 0.0324 4.88 0.0514 0 0 0 test.phys initStep - 1 0.0936 0.0298 4.87 0 0.0514 0.0224 0.0224 test.phys 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.0282 0.0226 2.24 45 0 0 0 test.phys initStep - 1 0.13 0.0436 10 45 0 7.76 7.76 World Transportation - 2 131 27 1e+04 45 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0282 0.0226 2.24 0.0861 0 0 0 test.phys initStep - 1 0.18 0.0056 10 0.0861 0 7.76 7.76 World Transportation - 2 196 -21.9 1e+04 0.0861 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0282 0.0226 2.24 1.01 0 0 0 test.phys initStep - 1 0.118 0.0247 10 1.01 0 7.76 7.76 World Transportation - 2 116 2.72 1e+04 1.01 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0282 0.0226 2.24 2.23 0 0 0 test.phys initStep - 1 -0.111 -0.0764 10 2.23 0 7.76 7.76 World Transportation - 2 -179 -128 1e+04 2.23 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0282 0.0226 2.24 8.06 0 0 0 test.phys initStep - 1 0.117 0.0184 10 8.06 0 7.76 7.76 World Transportation - 2 114 -5.47 1e+04 8.06 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0282 0.0226 2.24 15.2 0 0 0 test.phys initStep - 1 0.112 0.155 10 15.2 0 7.76 7.76 World Transportation - 2 108 171 1e+04 15.2 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0282 0.0226 2.24 9.65 0 0 0 test.phys initStep - 1 0.123 -0.00476 10 9.65 0 7.76 7.76 World Transportation - 2 122 -35.3 1e+04 9.65 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.0041 -0.00163 0.552 96.7 0.191 0.552 1e+03 test.phys biasWrapper(eBrem) - 3 -0.0147 -0.01 1.17 84.1 0.296 0.622 1e+03 test.phys biasWrapper(eBrem) - 4 -0.0223 -0.00736 1.52 83 0.124 0.345 1e+03 test.phys eIoni - 5 -0.287 -0.141 7 80.1 2.39 5.49 1.01e+03 test.phys eIoni - 6 -0.339 -0.19 10 78.9 1.14 3 1.01e+03 World Transportation - 7 -704 -570 1e+04 78.9 3.62e-22 1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.287 -0.141 7 0.503 0 0 0 test.phys initStep - 1 -0.54 -0.21 7.17 0 0.503 0.848 0.848 test.phys 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.0223 -0.00736 1.52 0.944 0 0 0 test.phys initStep - 1 0.487 0.154 2.06 0.217 0.728 1.57 1.57 test.phys eIoni - 2 0.561 0.176 2.1 0 0.217 0.244 1.82 test.phys 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.0147 -0.01 1.17 12.4 0 0 0 test.phys initStep - 1 -0.242 0.0067 10 12.4 0 8.83 8.83 World Transportation - 2 -258 18.9 1e+04 12.4 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0041 -0.00163 0.552 17.6 0 0 0 test.phys initStep - 1 0.213 -0.153 10 17.6 0 9.45 9.45 World Transportation - 2 230 -160 1e+04 17.6 0 9.99e+03 1e+04 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.0041 -0.00163 0.552 0.0402 0 0 0 test.phys initStep - 1 -0.068 -0.0795 7.63 0.0402 0 7.08 7.08 test.phys Rayl - 2 -0.227 -0.176 10 0.0402 0 2.38 9.46 World Transportation - 3 -670 -405 1e+04 0.0402 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0041 -0.00163 0.552 4.85 0 0 0 test.phys initStep - 1 -0.0582 -0.0692 10 4.85 0 9.45 9.45 World Transportation - 2 -57.3 -71.5 1e+04 4.85 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0041 -0.00163 0.552 0.256 0 0 0 test.phys initStep - 1 -0.0512 -0.0168 4.34 0.147 0 3.79 3.79 test.phys compt - 2 2.13 7.87 0 0.147 0 9.27 13.1 World Transportation - 3 2.77e+03 1e+04 -5.5e+03 0.147 0 1.17e+04 1.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0512 -0.0168 4.34 0.109 0 0 0 test.phys initStep - 1 -0.0541 -0.0267 4.37 0 0.109 0.08 0.08 test.phys 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.0041 -0.00163 0.552 0.011 0 0 0 test.phys initStep - 1 -0.0042 -0.00155 0.568 0 0.00155 0.0165 0.0165 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0042 -0.00155 0.568 0.00943 0 0 0 test.phys initStep - 1 -0.00447 -0.00174 0.569 0 0.00943 0.0012 0.0012 test.phys 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.0041 -0.00163 0.552 3.42 0 0 0 test.phys initStep - 1 -0.0727 -0.125 10 3.42 0 9.45 9.45 World Transportation - 2 -72.7 -131 1e+04 3.42 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0041 -0.00163 0.552 0.0144 0 0 0 test.phys initStep - 1 -0.0056 -0.00194 0.647 0 0.00155 0.0953 0.0953 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0056 -0.00194 0.647 0.0128 0 0 0 test.phys initStep - 1 -0.00568 -0.00244 0.648 0 0.0128 0.00202 0.00202 test.phys 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.0041 -0.00163 0.552 0.00954 0 0 0 test.phys initStep - 1 -0.00436 -0.0022 0.626 0 0.00155 0.0736 0.0736 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00436 -0.0022 0.626 0.00799 0 0 0 test.phys initStep - 1 -0.00427 -0.00196 0.626 0 0.00799 0.000905 0.000905 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0041 -0.00163 0.552 0.0554 0 0 0 test.phys initStep - 1 -0.0861 -0.0908 10 0.0554 0 9.45 9.45 World Transportation - 2 -86.8 -94.3 1e+04 0.0554 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0041 -0.00163 0.552 3.09 0 0 0 test.phys initStep - 1 0.0173 -0.033 10 3.09 0 9.45 9.45 World Transportation - 2 22.7 -33.2 1e+04 3.09 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -9.75e-05 6.74e-05 0.0495 42.4 0.0144 0.0495 1e+03 test.phys biasWrapper(eBrem) - 3 -0.0387 -0.398 7.69 38.9 3.31 7.66 1.01e+03 test.phys biasWrapper(eBrem) - 4 -0.296 -0.613 10 38 0.93 2.34 1.01e+03 World Transportation - 5 -982 -1.93e+03 1e+04 38 3.46e-22 1.02e+04 1.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0387 -0.398 7.69 0.173 0 0 0 test.phys initStep - 1 -0.314 -0.531 10 0.173 0 2.33 2.33 World Transportation - 2 -1.19e+03 -575 1e+04 0.173 0 1.01e+04 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 -9.75e-05 6.74e-05 0.0495 0.95 0 0 0 test.phys initStep - 1 -0.0994 -0.0126 10 0.95 0 9.95 9.95 World Transportation - 2 -99.8 -12.7 1e+04 0.95 0 9.99e+03 1e+04 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 -9.75e-05 6.74e-05 0.0495 0.91 0 0 0 test.phys initStep - 1 -0.12 -0.0045 7.91 0.503 0 7.86 7.86 test.phys compt - 2 2.6 1.52 10 0.503 0 3.75 11.6 World Transportation - 3 1e+04 5.62e+03 7.71e+03 0.503 0 1.38e+04 1.38e+04 OutOfWorld Transportation + 0 0.0267 0.0941 4.35 0.0103 0 0 0 test.phys initStep + 1 0.0278 0.0966 4.42 0 0.00156 0.0652 0.0652 test.phys phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.12 -0.0045 7.91 0.407 0 0 0 test.phys initStep - 1 -0.234 -0.0663 8.1 0 0.407 0.63 0.63 test.phys eIoni + 0 0.0278 0.0966 4.42 0.0087 0 0 0 test.phys initStep + 1 0.0277 0.0969 4.42 0 0.0087 0.00105 0.00105 test.phys 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 -9.75e-05 6.74e-05 0.0495 1.25 0 0 0 test.phys initStep - 1 -0.00814 0.0223 10 1.25 0 9.95 9.95 World Transportation - 2 -8.08 22.4 1e+04 1.25 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0267 0.0941 4.35 0.0531 0 0 0 test.phys initStep + 1 0.0816 0.371 10 0.0531 0 5.65 5.65 World Transportation + 2 97.1 490 1e+04 0.0531 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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 -9.75e-05 6.74e-05 0.0495 5.59 0 0 0 test.phys initStep - 1 -0.0929 -0.0195 10 5.59 0 9.95 9.95 World Transportation - 2 -93.2 -19.7 1e+04 5.59 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0267 0.0941 4.35 0.18 0 0 0 test.phys initStep + 1 0.0937 0.383 10 0.18 0 5.65 5.65 World Transportation + 2 119 511 1e+04 0.18 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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 -9.75e-05 6.74e-05 0.0495 0.157 0 0 0 test.phys initStep - 1 0.0268 0.0104 10 0.157 0 9.95 9.95 World Transportation - 2 27 10.4 1e+04 0.157 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0267 0.0941 4.35 1.53 0 0 0 test.phys initStep + 1 0.135 0.277 10 1.53 0 5.65 5.65 World Transportation + 2 192 323 1e+04 1.53 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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 -9.75e-05 6.74e-05 0.0495 0.041 0 0 0 test.phys initStep - 1 -0.025 -0.0111 6.16 0 0.00155 6.11 6.11 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.025 -0.0111 6.16 0.0395 0 0 0 test.phys initStep - 1 -0.0274 -0.0107 6.16 0 0.0395 0.0142 0.0142 test.phys eIoni + 0 0.0267 0.0941 4.35 4.38 0 0 0 test.phys initStep + 1 0.048 0.35 10 4.38 0 5.65 5.65 World Transportation + 2 37.8 453 1e+04 4.38 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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 -9.75e-05 6.74e-05 0.0495 0.764 0 0 0 test.phys initStep - 1 0.0238 0.018 10 0.764 0 9.95 9.95 World Transportation - 2 24 18 1e+04 0.764 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0267 0.0941 4.35 1.98 0 0 0 test.phys initStep + 1 0.118 0.316 10 1.98 0 5.65 5.65 World Transportation + 2 161 393 1e+04 1.98 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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 -9.75e-05 6.74e-05 0.0495 0.0239 0 0 0 test.phys initStep - 1 -0.000119 6.81e-05 0.0632 0 0.00155 0.0137 0.0137 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000119 6.81e-05 0.0632 0.0224 0 0 0 test.phys initStep - 1 -0.000473 -0.00155 0.0629 0 0.0224 0.00529 0.00529 test.phys eIoni + 0 0.0267 0.0941 4.35 0.204 0 0 0 test.phys initStep + 1 0.105 0.327 10 0.204 0 5.65 5.65 World Transportation + 2 138 412 1e+04 0.204 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.75e-05 6.74e-05 0.0495 19.4 0 0 0 test.phys initStep - 1 0.0949 -0.0174 10 19.4 0 9.95 9.95 World Transportation - 2 95.4 -17.6 1e+04 19.4 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0267 0.0941 4.35 0.0288 0 0 0 test.phys initStep + 1 0.0927 0.349 10 0.0288 0 5.65 5.65 World Transportation + 2 117 451 1e+04 0.0288 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.75e-05 6.74e-05 0.0495 57.6 0 0 0 test.phys initStep - 1 -0.0258 -0.128 10 57.6 0 9.95 9.95 World Transportation - 2 -25.8 -129 1e+04 57.6 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0267 0.0941 4.35 4.84 0 0 0 test.phys initStep + 1 0.0835 0.364 10 4.84 0 5.65 5.65 World Transportation + 2 101 477 1e+04 4.84 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2333,127 +1534,701 @@ 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 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.0498 -0.0613 3.77 98.6 1.32 3.78 1e+03 test.phys biasWrapper(eBrem) - 3 -0.0828 -0.0792 10 95.6 3.06 6.23 1.01e+03 World Transportation - 4 221 -1.15e+03 1e+04 95.6 3.69e-22 1.01e+04 1.11e+04 OutOfWorld Transportation + 2 0 0 10 96 4 10 1.01e+03 World Transportation + 3 90.2 -805 1e+04 96 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.172 -0.0576 6.57 95 2.57 6.57 1.01e+03 test.phys biasWrapper(eBrem) + 3 -0.274 -0.0818 10 93.7 1.3 3.44 1.01e+03 World Transportation + 4 -1.24e+03 157 1e+04 93.7 3.68e-22 1.01e+04 1.11e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0498 -0.0613 3.77 0.278 0 0 0 test.phys initStep - 1 -0.123 -0.107 10 0.278 0 6.23 6.23 World Transportation - 2 -118 -73.3 1e+04 0.278 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.172 -0.0576 6.57 2.11 0 0 0 test.phys initStep + 1 -0.289 -0.0837 10 2.11 0 3.43 3.43 World Transportation + 2 -341 -76 1e+04 2.11 0 1e+04 1e+04 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.0498 -0.0613 3.77 2.08 0 0 0 test.phys initStep - 1 -0.0965 -0.0891 10 2.08 0 6.23 6.23 World Transportation - 2 -75 -44.8 1e+04 2.08 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.172 -0.0576 6.57 0.0106 0 0 0 test.phys initStep + 1 -0.177 -0.0582 6.73 0 0.000121 0.167 0.167 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.177 -0.0582 6.73 0.0105 0 0 0 test.phys initStep + 1 -0.177 -0.0583 6.74 0 0.0105 0.00144 0.00144 test.phys 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.0498 -0.0613 3.77 1.12 0 0 0 test.phys initStep - 1 -0.117 -0.0533 10 1.12 0 6.23 6.23 World Transportation - 2 -108 12.7 1e+04 1.12 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.172 -0.0576 6.57 35.7 0 0 0 test.phys initStep + 1 -0.275 -0.0627 10 35.7 0 3.43 3.43 World Transportation + 2 -300 -14.8 1e+04 35.7 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0498 -0.0613 3.77 10.1 0 0 0 test.phys initStep - 1 -0.0863 -0.0729 10 10.1 0 6.23 6.23 World Transportation - 2 -58.6 -18.7 1e+04 10.1 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.172 -0.0576 6.57 0.0166 0 0 0 test.phys initStep + 1 -0.177 -0.0603 6.79 0 0.00156 0.223 0.223 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.177 -0.0603 6.79 0.0151 0 0 0 test.phys initStep + 1 -0.178 -0.0608 6.79 0 0.0151 0.00267 0.00267 test.phys 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.0498 -0.0613 3.77 0.905 0 0 0 test.phys initStep - 1 -0.0801 -0.0749 10 0.905 0 6.23 6.23 World Transportation - 2 -48.6 -21.9 1e+04 0.905 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.172 -0.0576 6.57 11.1 0 0 0 test.phys initStep + 1 -0.277 -0.0846 10 11.1 0 3.43 3.43 World Transportation + 2 -305 -78.5 1e+04 11.1 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0498 -0.0613 3.77 0.0669 0 0 0 test.phys initStep - 1 -0.0433 0.0289 10 0.0669 0 6.23 6.23 World Transportation - 2 10.4 145 1e+04 0.0669 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.172 -0.0576 6.57 0.799 0 0 0 test.phys initStep + 1 -0.278 -0.0817 10 0.799 0 3.43 3.43 World Transportation + 2 -309 -70 1e+04 0.799 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0498 -0.0613 3.77 0.0256 0 0 0 test.phys initStep - 1 -0.0547 -0.0643 5.61 0 0.00155 1.84 1.84 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0547 -0.0643 5.61 0.0241 0 0 0 test.phys initStep - 1 -0.0556 -0.0658 5.61 0 0.0241 0.006 0.006 test.phys eIoni + 0 -0.172 -0.0576 6.57 0.342 0 0 0 test.phys initStep + 1 -0.258 -0.0441 10 0.342 0 3.43 3.43 World Transportation + 2 -251 39.4 1e+04 0.342 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0498 -0.0613 3.77 0.0392 0 0 0 test.phys initStep - 1 -0.0915 -0.0235 9.52 0 0.00155 5.74 5.74 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0915 -0.0235 9.52 0.0377 0 0 0 test.phys initStep - 1 -0.0932 -0.02 9.52 0 0.0377 0.013 0.013 test.phys eIoni + 0 -0.172 -0.0576 6.57 4.94 0 0 0 test.phys initStep + 1 -0.252 -0.0741 10 4.94 0 3.43 3.43 World Transportation + 2 -233 -47.8 1e+04 4.94 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0498 -0.0613 3.77 0.00614 0 0 0 test.phys initStep - 1 -0.05 -0.0614 3.8 0 0.00155 0.0293 0.0293 test.phys phot + 0 -0.172 -0.0576 6.57 0.161 0 0 0 test.phys initStep + 1 -0.294 -0.0572 10 0.161 0 3.43 3.43 World Transportation + 2 -355 1.35 1e+04 0.161 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.172 -0.0576 6.57 2.47 0 0 0 test.phys initStep + 1 -0.271 -0.0598 10 2.47 0 3.43 3.43 World Transportation + 2 -290 -6.4 1e+04 2.47 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0.0667 0.0653 4.22 86.5 1.78 4.22 1e+03 test.phys biasWrapper(eBrem) + 3 0.0918 0.0633 5.35 82.1 0.382 1.13 1.01e+03 test.phys eIoni + 4 0.134 -0.0234 10 80.3 1.85 4.65 1.01e+03 World Transportation + 5 -52.6 198 1e+04 80.3 3.61e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0918 0.0633 5.35 4.01 0 0 0 test.phys initStep + 1 0.601 0.219 7.68 3.12 0.887 2.51 2.51 test.phys msc + 2 0.675 0.266 8.79 2.39 0.351 1.15 3.66 test.phys biasWrapper(eBrem) + 3 0.895 0.484 10 1.85 0.544 1.44 5.1 World Transportation + 4 -302 -2.48e+03 1e+04 1.85 2.74e-22 1.03e+04 1.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 12 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.675 0.266 8.79 0.378 0 0 0 test.phys initStep + 1 0.636 0.726 10 0.378 0 1.29 1.29 World Transportation + 2 -316 3.81e+03 1e+04 0.378 0 1.07e+04 1.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0667 0.0653 4.22 3.03 0 0 0 test.phys initStep + 1 0.0888 0.0715 6.03 1.3 0 1.81 1.81 test.phys compt + 2 2.9 -1.63 10 1.3 0 5.16 6.97 World Transportation + 3 7.08e+03 -4.29e+03 1e+04 1.3 0 1.3e+04 1.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0888 0.0715 6.03 1.73 0 0 0 test.phys initStep + 1 -0.252 0.295 7.06 1.06 0.66 1.4 1.4 test.phys biasWrapper(eBrem) + 2 -0.644 0.0149 7.78 0.192 0.865 1.68 3.09 test.phys eIoni + 3 -0.604 -0.0409 7.8 0 0.192 0.202 3.29 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 14 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.252 0.295 7.06 0.0109 0 0 0 test.phys initStep + 1 -0.287 0.281 7.11 0 0.00156 0.0685 0.0685 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.287 0.281 7.11 0.00938 0 0 0 test.phys initStep + 1 -0.287 0.282 7.11 0 0.00938 0.00119 0.00119 test.phys 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.0667 0.0653 4.22 0.0288 0 0 0 test.phys initStep + 1 0.0964 0.0646 5.38 0 0.000121 1.16 1.16 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0964 0.0646 5.38 0.0286 0 0 0 test.phys initStep + 1 0.0948 0.0628 5.38 0 0.0286 0.00811 0.00811 test.phys 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.0667 0.0653 4.22 17.4 0 0 0 test.phys initStep + 1 0.232 0.184 10 17.4 0 5.78 5.78 World Transportation + 2 286 205 1e+04 17.4 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0667 0.0653 4.22 5.72 0 0 0 test.phys initStep + 1 -0.00916 0.184 10 5.72 0 5.78 5.78 World Transportation + 2 -131 206 1e+04 5.72 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0667 0.0653 4.22 2.79 0 0 0 test.phys initStep + 1 0.141 0.116 10 2.79 0 5.78 5.78 World Transportation + 2 128 87.5 1e+04 2.79 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0667 0.0653 4.22 0.098 0 0 0 test.phys initStep + 1 0.159 0.0599 10 0.098 0 5.78 5.78 World Transportation + 2 159 -9.3 1e+04 0.098 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0667 0.0653 4.22 0.0132 0 0 0 test.phys initStep + 1 0.0695 0.0644 4.42 0 0.00156 0.196 0.196 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0695 0.0644 4.42 0.0116 0 0 0 test.phys initStep + 1 0.0694 0.0639 4.42 0 0.0116 0.00171 0.00171 test.phys 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.0667 0.0653 4.22 9.17 0 0 0 test.phys initStep + 1 0.126 0.0981 10 9.17 0 5.78 5.78 World Transportation + 2 102 56.7 1e+04 9.17 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0667 0.0653 4.22 0.0269 0 0 0 test.phys initStep + 1 0.071 0.0649 4.45 0 0.00156 0.229 0.229 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.071 0.0649 4.45 0.0253 0 0 0 test.phys initStep + 1 0.072 0.0634 4.45 0 0.0253 0.00655 0.00655 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0667 0.0653 4.22 11.7 0 0 0 test.phys initStep + 1 0.119 0.0422 10 11.7 0 5.78 5.78 World Transportation + 2 90.6 -39.8 1e+04 11.7 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0.0157 -0.156 5.96 87.9 2.26 5.96 1.01e+03 test.phys biasWrapper(eBrem) + 3 0.0261 -0.184 6.53 87 0.196 0.574 1.01e+03 test.phys eIoni + 4 0.0306 -0.201 6.86 86.6 0.0988 0.332 1.01e+03 test.phys biasWrapper(eBrem) + 5 0.0871 -0.347 9.96 85.4 1.22 3.11 1.01e+03 test.phys biasWrapper(eBrem) + 6 0.0881 -0.349 10 85.3 0.0158 0.0377 1.01e+03 World Transportation + 7 309 -570 1e+04 85.3 3.63e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0871 -0.347 9.96 0.0404 0 0 0 test.phys initStep + 1 0.088 -0.35 10 0.0404 0 0.0377 0.0377 World Transportation + 2 233 -620 1e+04 0.0404 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0306 -0.201 6.86 0.332 0 0 0 test.phys initStep + 1 0.105 -0.403 10 0.332 0 3.15 3.15 World Transportation + 2 238 -644 1e+04 0.332 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0261 -0.184 6.53 0.663 0 0 0 test.phys initStep + 1 0.289 -0.46 6.81 0.0199 0.643 1.19 1.19 test.phys eIoni + 2 0.289 -0.461 6.81 0 0.0199 0.00433 1.2 test.phys 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.0157 -0.156 5.96 0.104 0 0 0 test.phys initStep + 1 0.107 -0.459 10 0.104 0 4.06 4.06 World Transportation + 2 227 -749 1e+04 0.104 0 1e+04 1e+04 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.0157 -0.156 5.96 40.9 0 0 0 test.phys initStep + 1 0.05 -0.343 10 40.9 0 4.05 4.05 World Transportation + 2 84.6 -462 1e+04 40.9 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0157 -0.156 5.96 0.0663 0 0 0 test.phys initStep + 1 0.0409 -0.229 7.57 0.0555 0 1.62 1.62 test.phys compt + 2 8.57 -8.96 0 0.0555 0 14.4 16 World Transportation + 3 9.77e+03 -1e+04 -8.66e+03 0.0555 0 1.64e+04 1.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0409 -0.229 7.57 0.0107 0 0 0 test.phys initStep + 1 0.0407 -0.229 7.57 0 0.0107 0.00149 0.00149 test.phys 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.0157 -0.156 5.96 28.1 0 0 0 test.phys initStep + 1 0.0302 -0.21 7.2 22.3 0 1.25 1.25 test.phys compt + 2 -0.198 -0.409 10 22.3 0 2.81 4.06 World Transportation + 3 -816 -713 1e+04 22.3 0 1e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0302 -0.21 7.2 5.76 0 0 0 test.phys initStep + 1 1.05 -0.0352 10 4.61 1.14 3.22 3.22 World Transportation + 2 5.73e+03 6.29e+03 1e+04 4.61 3.67e-22 1.31e+04 1.31e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0157 -0.156 5.96 0.0108 0 0 0 test.phys initStep + 1 0.0172 -0.158 6.02 0 0.00156 0.0633 0.0633 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0172 -0.158 6.02 0.00924 0 0 0 test.phys initStep + 1 0.017 -0.158 6.02 0 0.00924 0.00116 0.00116 test.phys 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.0157 -0.156 5.96 7.64 0 0 0 test.phys initStep + 1 0.0512 -0.361 10 7.64 0 4.05 4.05 World Transportation + 2 87.6 -508 1e+04 7.64 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0157 -0.156 5.96 0.0248 0 0 0 test.phys initStep + 1 0.0153 -0.155 6.53 0 0.00156 0.574 0.574 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0153 -0.155 6.53 0.0232 0 0 0 test.phys initStep + 1 0.0135 -0.156 6.53 0 0.0232 0.00562 0.00562 test.phys 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.0157 -0.156 5.96 3.15 0 0 0 test.phys initStep + 1 0.0507 -0.324 10 3.15 0 4.05 4.05 World Transportation + 2 86.6 -417 1e+04 3.15 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0157 -0.156 5.96 36 0 0 0 test.phys initStep + 1 0.0255 -0.351 10 36 0 4.05 4.05 World Transportation + 2 24.1 -483 1e+04 36 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0157 -0.156 5.96 9.84 0 0 0 test.phys initStep + 1 0.0615 -0.319 10 9.84 0 4.05 4.05 World Transportation + 2 113 -404 1e+04 9.84 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.0211 -0.0146 1.78 98.3 0.912 1.78 1e+03 test.phys eIoni + 3 -0.00297 -0.114 4.85 91.9 1.14 3.06 1e+03 test.phys biasWrapper(eBrem) + 4 -0.01 -0.389 10 89.7 2.17 5.17 1.01e+03 World Transportation + 5 101 -573 1e+04 89.7 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00297 -0.114 4.85 0.957 0 0 0 test.phys initStep + 1 0.0073 -0.417 10 0.957 0 5.16 5.16 World Transportation + 2 19.9 -588 1e+04 0.957 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00297 -0.114 4.85 2.98 0 0 0 test.phys initStep + 1 0.0389 -0.419 10 2.98 0 5.16 5.16 World Transportation + 2 81.2 -593 1e+04 2.98 0 1e+04 1e+04 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.00297 -0.114 4.85 0.0728 0 0 0 test.phys initStep + 1 -0.0214 -0.37 10 0.0728 0 5.16 5.16 World Transportation + 2 -35.7 -497 1e+04 0.0728 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00297 -0.114 4.85 0.209 0 0 0 test.phys initStep + 1 -0.0217 -0.381 10 0.209 0 5.16 5.16 World Transportation + 2 -36.3 -518 1e+04 0.209 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00297 -0.114 4.85 1.44 0 0 0 test.phys initStep + 1 -0.0126 -0.403 10 1.44 0 5.16 5.16 World Transportation + 2 -18.7 -561 1e+04 1.44 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00297 -0.114 4.85 27.6 0 0 0 test.phys initStep + 1 -0.021 -0.421 10 27.6 0 5.16 5.16 World Transportation + 2 -34.9 -596 1e+04 27.6 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00297 -0.114 4.85 0.0582 0 0 0 test.phys initStep + 1 -0.00892 -0.387 10 0.0582 0 5.16 5.16 World Transportation + 2 -11.5 -531 1e+04 0.0582 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00297 -0.114 4.85 3.64 0 0 0 test.phys initStep + 1 -0.0411 -0.348 10 3.64 0 5.16 5.16 World Transportation + 2 -73.9 -454 1e+04 3.64 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00297 -0.114 4.85 0.0524 0 0 0 test.phys initStep + 1 0.226 -0.408 10 0.0524 0 5.17 5.17 World Transportation + 2 444 -571 1e+04 0.0524 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00297 -0.114 4.85 5.26 0 0 0 test.phys initStep + 1 -0.0161 -0.381 10 5.26 0 5.16 5.16 World Transportation + 2 -25.4 -518 1e+04 5.26 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0211 -0.0146 1.78 0.793 0 0 0 test.phys initStep + 1 -0.37 0.271 2.19 0.208 0.585 1.39 1.39 test.phys eIoni + 2 -0.414 0.299 2.25 0 0.208 0.229 1.62 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0 0 10 96.4 3.56 10 1.01e+03 World Transportation + 3 145 -268 1e+04 96.4 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.0238 -0.156 5.98 95.5 2.32 5.99 1.01e+03 test.phys biasWrapper(eBrem) + 3 -0.0138 -0.214 10 93.9 1.55 4.02 1.01e+03 World Transportation + 4 81.3 -423 1e+04 93.9 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0238 -0.156 5.98 0.0119 0 0 0 test.phys initStep + 1 -0.0239 -0.156 6.06 0 0.00156 0.0749 0.0749 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0239 -0.156 6.06 0.0103 0 0 0 test.phys initStep + 1 -0.024 -0.157 6.06 0 0.0103 0.00139 0.00139 test.phys 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.0238 -0.156 5.98 4.01 0 0 0 test.phys initStep + 1 0.0541 -0.258 10 4.01 0 4.02 4.02 World Transportation + 2 194 -253 1e+04 4.01 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0238 -0.156 5.98 0.0163 0 0 0 test.phys initStep + 1 -0.0205 -0.169 6.43 0 0.00156 0.446 0.446 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0205 -0.169 6.43 0.0147 0 0 0 test.phys initStep + 1 -0.0206 -0.168 6.43 0 0.0147 0.00256 0.00256 test.phys 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.0238 -0.156 5.98 0.117 0 0 0 test.phys initStep + 1 -0.0191 -0.205 10 0.117 0 4.02 4.02 World Transportation + 2 11.6 -123 1e+04 0.117 0 9.99e+03 9.99e+03 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0238 -0.156 5.98 0.428 0 0 0 test.phys initStep + 1 -0.0367 -0.212 10 0.428 0 4.02 4.02 World Transportation + 2 -32.3 -140 1e+04 0.428 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0238 -0.156 5.98 0.0484 0 0 0 test.phys initStep + 1 -0.0244 -0.219 10 0.0484 0 4.02 4.02 World Transportation + 2 -1.5 -157 1e+04 0.0484 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0238 -0.156 5.98 0.0386 0 0 0 test.phys initStep + 1 0.0159 -0.198 8.55 0.0386 0 2.57 2.57 test.phys Rayl + 2 0.0263 -0.492 10 0.0386 0 1.48 4.05 World Transportation + 3 71.5 -2.02e+03 1e+04 0.0386 0 1.02e+04 1.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0238 -0.156 5.98 0.156 0 0 0 test.phys initStep + 1 -0.0223 -0.228 10 0.156 0 4.02 4.02 World Transportation + 2 3.71 -180 1e+04 0.156 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0238 -0.156 5.98 0.0442 0 0 0 test.phys initStep + 1 -0.0235 -0.188 8.77 0 0.00156 2.79 2.79 test.phys phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 14, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.05 -0.0614 3.8 0.00459 0 0 0 test.phys initStep - 1 -0.0499 -0.0613 3.8 0 0.00459 0.000362 0.000362 test.phys eIoni + 0 -0.0235 -0.188 8.77 0.0427 0 0 0 test.phys initStep + 1 -0.0193 -0.191 8.77 0 0.0427 0.0162 0.0162 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0498 -0.0613 3.77 0.0646 0 0 0 test.phys initStep - 1 -0.0733 -0.0653 7.28 0 0.00155 3.51 3.51 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0733 -0.0653 7.28 0.063 0 0 0 test.phys initStep - 1 -0.0701 -0.0736 7.29 0 0.063 0.0317 0.0317 test.phys eIoni + 0 -0.0238 -0.156 5.98 2.2 0 0 0 test.phys initStep + 1 -0.0194 -0.217 10 2.2 0 4.02 4.02 World Transportation + 2 10.9 -152 1e+04 2.2 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2462,116 +2237,288 @@ 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 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.0124 0.00382 1.13 95.7 0.451 1.13 1e+03 test.phys biasWrapper(eBrem) - 3 0.146 0.085 10 92.3 3.37 8.88 1.01e+03 World Transportation - 4 875 -110 1e+04 92.3 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 -0.00116 -0.0228 1.65 98.9 0.739 1.65 1e+03 test.phys biasWrapper(eBrem) + 3 0.103 -0.342 10 95.3 3.59 8.36 1.01e+03 World Transportation + 4 102 -345 1e+04 95.3 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0124 0.00382 1.13 14.2 0 0 0 test.phys initStep - 1 0.218 0.14 10 14.2 0 8.87 8.87 World Transportation - 2 231 154 1e+04 14.2 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 0.0257 0 0 0 test.phys initStep + 1 0.0174 -0.0896 3.07 0.0257 0 1.43 1.43 test.phys Rayl + 2 -2.03 0.441 1.98 0 0.00156 2.39 3.81 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.03 0.441 1.98 0.0241 0 0 0 test.phys initStep + 1 -2.04 0.442 1.98 0 0.0241 0.00603 0.00603 test.phys 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.0124 0.00382 1.13 0.445 0 0 0 test.phys initStep - 1 0.136 -0.0309 10 0.445 0 8.87 8.87 World Transportation - 2 140 -39.1 1e+04 0.445 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 0.443 0 0 0 test.phys initStep + 1 0.159 -0.359 10 0.443 0 8.36 8.36 World Transportation + 2 191 -403 1e+04 0.443 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0124 0.00382 1.13 5.78 0 0 0 test.phys initStep - 1 0.233 0.161 10 5.78 0 8.87 8.87 World Transportation - 2 249 177 1e+04 5.78 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 6.86 0 0 0 test.phys initStep + 1 0.107 -0.247 10 6.86 0 8.35 8.35 World Transportation + 2 130 -268 1e+04 6.86 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0124 0.00382 1.13 30.6 0 0 0 test.phys initStep - 1 0.139 0.0579 10 30.6 0 8.87 8.87 World Transportation - 2 143 61 1e+04 30.6 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 0.00595 0 0 0 test.phys initStep + 1 -0.00117 -0.0228 1.65 0 0.00156 0.00139 0.00139 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00117 -0.0228 1.65 0.00439 0 0 0 test.phys initStep + 1 -0.00125 -0.0229 1.65 0 0.00439 0.000337 0.000337 test.phys 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.0124 0.00382 1.13 1.35 0 0 0 test.phys initStep - 1 0.072 0.0649 5.78 0.423 0 4.65 4.65 test.phys compt - 2 -21.7 8.06 10 0.423 0 23.6 28.2 World Transportation - 3 -1e+04 3.68e+03 1.94e+03 0.423 0 1.08e+04 1.08e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.072 0.0649 5.78 0.925 0 0 0 test.phys initStep - 1 0.297 -0.00461 6.49 0.358 0.568 1.55 1.55 test.phys eIoni - 2 0.258 0.111 6.63 0 0.358 0.523 2.07 test.phys eIoni + 0 -0.00116 -0.0228 1.65 21 0 0 0 test.phys initStep + 1 0.0942 -0.57 10 21 0 8.37 8.37 World Transportation + 2 114 -656 1e+04 21 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0124 0.00382 1.13 0.284 0 0 0 test.phys initStep - 1 0.215 0.0469 10 0.284 0 8.87 8.87 World Transportation - 2 229 48.6 1e+04 0.284 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 0.00621 0 0 0 test.phys initStep + 1 -0.00013 -0.0259 1.73 0.00621 0 0.0794 0.0794 test.phys Rayl + 2 0.0144 -0.0476 1.77 0 0.00156 0.045 0.124 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0144 -0.0476 1.77 0.00464 0 0 0 test.phys initStep + 1 0.0143 -0.0477 1.77 0 0.00464 0.00037 0.00037 test.phys 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.0124 0.00382 1.13 0.473 0 0 0 test.phys initStep - 1 0.153 0.0811 10 0.473 0 8.87 8.87 World Transportation - 2 159 87.1 1e+04 0.473 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 0.0705 0 0 0 test.phys initStep + 1 0.131 -0.282 10 0.0705 0 8.35 8.35 World Transportation + 2 158 -310 1e+04 0.0705 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0124 0.00382 1.13 0.957 0 0 0 test.phys initStep - 1 0.149 0.112 10 0.957 0 8.87 8.87 World Transportation - 2 154 122 1e+04 0.957 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 1.33 0 0 0 test.phys initStep + 1 0.0275 -0.266 10 1.33 0 8.35 8.35 World Transportation + 2 34.3 -291 1e+04 1.33 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0124 0.00382 1.13 5.75 0 0 0 test.phys initStep - 1 0.155 0.0638 10 5.75 0 8.87 8.87 World Transportation - 2 161 67.7 1e+04 5.75 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 0.0534 0 0 0 test.phys initStep + 1 0.0838 -0.383 10 0.0534 0 8.36 8.36 World Transportation + 2 102 -431 1e+04 0.0534 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0124 0.00382 1.13 3.88 0 0 0 test.phys initStep - 1 0.406 0.098 10 3.88 0 8.88 8.88 World Transportation - 2 444 106 1e+04 3.88 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.00116 -0.0228 1.65 0.33 0 0 0 test.phys initStep + 1 0.0189 -0.0739 2.87 0.228 0 1.22 1.22 test.phys compt + 2 -15.5 12.2 10 0.228 0 21 22.2 World Transportation + 3 -1e+04 7.87e+03 4.59e+03 0.228 0 1.35e+04 1.35e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0189 -0.0739 2.87 0.103 0 0 0 test.phys initStep + 1 0.0315 -0.0845 2.89 0 0.103 0.0726 0.0726 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0.0579 -0.123 5.42 97.6 2.4 5.43 1.01e+03 test.phys biasWrapper(eBrem) + 3 0.115 -0.361 9.2 92 1.44 3.78 1.01e+03 test.phys biasWrapper(eBrem) + 4 0.136 -0.424 10 91.7 0.314 0.808 1.01e+03 World Transportation + 5 3.9 -928 1e+04 91.7 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.115 -0.361 9.2 4.11 0 0 0 test.phys initStep + 1 0.138 -0.424 10 4.11 0 0.808 0.808 World Transportation + 2 286 -781 1e+04 4.11 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0579 -0.123 5.42 53 0 0 0 test.phys initStep + 1 0.138 -0.314 10 53 0 4.58 4.58 World Transportation + 2 174 -417 1e+04 53 0 1e+04 1e+04 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.0579 -0.123 5.42 87.4 0 0 0 test.phys initStep + 1 0.154 -0.302 10 87.4 0 4.58 4.58 World Transportation + 2 210 -391 1e+04 87.4 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0579 -0.123 5.42 0.0156 0 0 0 test.phys initStep + 1 0.0605 -0.126 5.51 0 0.00156 0.0869 0.0869 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0605 -0.126 5.51 0.014 0 0 0 test.phys initStep + 1 0.0608 -0.127 5.51 0 0.014 0.00236 0.00236 test.phys 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.0579 -0.123 5.42 2.26 0 0 0 test.phys initStep + 1 0.161 -0.321 10 2.26 0 4.58 4.58 World Transportation + 2 225 -432 1e+04 2.26 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0579 -0.123 5.42 0.386 0 0 0 test.phys initStep + 1 0.13 -0.265 9.09 0.366 0 3.68 3.68 test.phys compt + 2 -0.176 -0.129 10 0.366 0 0.965 4.64 World Transportation + 3 -3.37e+03 1.5e+03 1e+04 0.366 0 1.06e+04 1.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.13 -0.265 9.09 0.0205 0 0 0 test.phys initStep + 1 0.131 -0.265 9.09 0 0.0205 0.00455 0.00455 test.phys 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.0579 -0.123 5.42 2.11 0 0 0 test.phys initStep + 1 0.145 -0.298 10 2.11 0 4.58 4.58 World Transportation + 2 189 -382 1e+04 2.11 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0579 -0.123 5.42 21.2 0 0 0 test.phys initStep + 1 0.207 -0.384 10 21.2 0 4.59 4.59 World Transportation + 2 326 -569 1e+04 21.2 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0579 -0.123 5.42 0.00647 0 0 0 test.phys initStep + 1 0.0581 -0.124 5.44 0.00647 0 0.016 0.016 test.phys Rayl + 2 0.0557 -0.131 5.46 0 0.00156 0.021 0.037 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0557 -0.131 5.46 0.0049 0 0 0 test.phys initStep + 1 0.0557 -0.131 5.46 0 0.0049 0.000403 0.000403 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0579 -0.123 5.42 0.329 0 0 0 test.phys initStep + 1 0.0651 -0.143 5.89 0.288 0 0.471 0.471 test.phys compt + 2 1.41 2.68 10 0.288 0 5.16 5.63 World Transportation + 3 3.27e+03 6.86e+03 1e+04 0.288 0 1.25e+04 1.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0651 -0.143 5.89 0.0415 0 0 0 test.phys initStep + 1 0.0634 -0.147 5.89 0 0.0415 0.0154 0.0154 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0579 -0.123 5.42 0.0173 0 0 0 test.phys initStep + 1 0.0607 -0.13 5.6 0.0173 0 0.178 0.178 test.phys Rayl + 2 0.0775 -0.123 5.65 0.0173 0 0.0516 0.23 test.phys Rayl + 3 0.183 -0.0846 5.78 0 0.00156 0.173 0.403 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.183 -0.0846 5.78 0.0157 0 0 0 test.phys initStep + 1 0.183 -0.084 5.78 0 0.0157 0.00286 0.00286 test.phys eIoni Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006379s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.005722s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -2591,14 +2538,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Al Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 5.847202461938108 keV e- 461.1966860177417 keV e+ 445.1001663096841 keV proton 69.99999999999999 keV + Energy thresholds : gamma 5.847065244477641 keV e- 461.189862654428 keV e+ 445.1003588023457 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2614,261 +2561,265 @@ BremSplittingOperator : starting run with brem. splitting factor = 10, biasing p Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.0272 -0.0195 2.13 99.3 0.719 2.13 1e+03 test.phys biasWrapper(eBrem) - 3 0.217 -0.0854 6.6 97.5 1.72 4.48 1.01e+03 test.phys biasWrapper(eBrem) - 4 0.326 -0.124 10 96.1 1.39 3.4 1.01e+03 World Transportation - 5 548 -295 1e+04 96.1 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 0.00821 -0.0642 3.31 98.6 1.32 3.31 1e+03 test.phys biasWrapper(eBrem) + 3 0.0143 -0.0918 4.44 60.5 0.395 1.13 1e+03 test.phys biasWrapper(eBrem) + 4 0.105 -0.259 10 58.7 1.89 5.57 1.01e+03 World Transportation + 5 -446 -1.04e+03 1e+04 58.7 3.53e-22 1.01e+04 1.11e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.217 -0.0854 6.6 0.0165 0 0 0 test.phys initStep - 1 0.233 -0.0896 7.05 0 0.00155 0.444 0.444 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.233 -0.0896 7.05 0.015 0 0 0 test.phys initStep - 1 0.234 -0.0902 7.05 0 0.015 0.00264 0.00264 test.phys eIoni + 0 0.0143 -0.0918 4.44 0.0711 0 0 0 test.phys initStep + 1 0.147 -0.27 10 0.0711 0 5.56 5.56 World Transportation + 2 238 -320 1e+04 0.0711 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.217 -0.0854 6.6 0.0286 0 0 0 test.phys initStep - 1 0.262 -0.166 10 0.0286 0 3.4 3.4 World Transportation - 2 132 -237 1e+04 0.0286 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0143 -0.0918 4.44 0.209 0 0 0 test.phys initStep + 1 -0.0265 -0.265 10 0.209 0 5.56 5.56 World Transportation + 2 -73.2 -312 1e+04 0.209 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.217 -0.0854 6.6 0.357 0 0 0 test.phys initStep - 1 0.402 -0.0955 10 0.357 0 3.4 3.4 World Transportation - 2 544 -30 1e+04 0.357 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0143 -0.0918 4.44 0.296 0 0 0 test.phys initStep + 1 0.0878 -0.25 10 0.296 0 5.56 5.56 World Transportation + 2 132 -285 1e+04 0.296 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.217 -0.0854 6.6 0.0186 0 0 0 test.phys initStep - 1 0.238 -0.0926 7.29 0 0.00155 0.691 0.691 test.phys phot + 0 0.0143 -0.0918 4.44 0.374 0 0 0 test.phys initStep + 1 0.0617 -0.174 6.94 0.266 0 2.5 2.5 test.phys compt + 2 4.26 1.76 9.24 0.178 0 5.16 7.67 test.phys compt + 3 10.9 -0.177 0 0.178 0 11.6 19.2 World Transportation + 4 7.24e+03 -2.1e+03 -1e+04 0.178 0 1.25e+04 1.25e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.238 -0.0926 7.29 0.0171 0 0 0 test.phys initStep - 1 0.237 -0.0928 7.29 0 0.0171 0.0033 0.0033 test.phys eIoni + 0 4.26 1.76 9.24 0.088 0 0 0 test.phys initStep + 1 4.27 1.77 9.25 0 0.088 0.056 0.056 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0617 -0.174 6.94 0.108 0 0 0 test.phys initStep + 1 0.0456 -0.183 6.96 0 0.108 0.0787 0.0787 test.phys 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.217 -0.0854 6.6 0.0577 0 0 0 test.phys initStep - 1 0.319 -0.121 10 0.0577 0 3.4 3.4 World Transportation - 2 300 -106 1e+04 0.0577 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0143 -0.0918 4.44 0.0193 0 0 0 test.phys initStep + 1 0.02 -0.105 4.81 0 0.00156 0.369 0.369 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.02 -0.105 4.81 0.0178 0 0 0 test.phys initStep + 1 0.0203 -0.106 4.81 0 0.0178 0.00355 0.00355 test.phys 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.217 -0.0854 6.6 68.3 0 0 0 test.phys initStep - 1 0.327 -0.134 10 68.3 0 3.4 3.4 World Transportation - 2 322 -144 1e+04 68.3 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0143 -0.0918 4.44 42.8 0 0 0 test.phys initStep + 1 0.0752 -0.225 8.88 0 0 4.44 4.44 test.phys conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 26, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0752 -0.225 8.88 22.9 0 0 0 test.phys initStep + 1 0.101 -0.234 10 22.5 0.338 1.13 1.13 World Transportation + 2 683 110 1e+04 22.5 3.23e-22 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 16 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0752 -0.225 8.88 18.9 0 0 0 test.phys initStep + 1 0.0631 -0.327 10 18.5 0.409 1.13 1.13 World Transportation + 2 -418 208 1e+04 18.5 3.17e-22 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.217 -0.0854 6.6 0.13 0 0 0 test.phys initStep - 1 0.375 -0.0823 10 0.13 0 3.4 3.4 World Transportation - 2 465 8.88 1e+04 0.13 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0143 -0.0918 4.44 0.281 0 0 0 test.phys initStep + 1 0.126 -0.239 10 0.281 0 5.56 5.56 World Transportation + 2 202 -265 1e+04 0.281 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.217 -0.0854 6.6 0.0604 0 0 0 test.phys initStep - 1 0.224 -0.0881 6.83 0 0.00155 0.229 0.229 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 14 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.224 -0.0881 6.83 0.0588 0 0 0 test.phys initStep - 1 0.229 -0.0831 6.84 0 0.0588 0.0282 0.0282 test.phys eIoni + 0 0.0143 -0.0918 4.44 4.59 0 0 0 test.phys initStep + 1 0.0934 -0.306 10 4.59 0 5.57 5.57 World Transportation + 2 142 -384 1e+04 4.59 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.217 -0.0854 6.6 0.172 0 0 0 test.phys initStep - 1 0.316 -0.138 10 0.172 0 3.4 3.4 World Transportation - 2 290 -155 1e+04 0.172 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0143 -0.0918 4.44 0.0172 0 0 0 test.phys initStep + 1 0.0376 -0.139 6.14 0 0.00156 1.7 1.7 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0376 -0.139 6.14 0.0156 0 0 0 test.phys initStep + 1 0.0369 -0.139 6.14 0 0.0156 0.00285 0.00285 test.phys 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.217 -0.0854 6.6 0.0103 0 0 0 test.phys initStep - 1 0.251 -0.101 7.67 0 0.00155 1.07 1.07 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.251 -0.101 7.67 0.00875 0 0 0 test.phys initStep - 1 0.251 -0.102 7.67 0 0.00875 0.00106 0.00106 test.phys eIoni + 0 0.0143 -0.0918 4.44 37.6 0 0 0 test.phys initStep + 1 0.0955 -0.261 10 37.6 0 5.56 5.56 World Transportation + 2 146 -304 1e+04 37.6 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0272 -0.0195 2.13 0.0434 0 0 0 test.phys initStep - 1 0.031 -0.0243 2.4 0.0434 0 0.271 0.271 test.phys Rayl - 2 0.0166 -0.328 5.64 0.0434 0 3.25 3.52 test.phys Rayl - 3 0.0141 -0.337 5.77 0 0.00155 0.13 3.65 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 11 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0141 -0.337 5.77 0.0418 0 0 0 test.phys initStep - 1 0.0103 -0.335 5.77 0 0.0418 0.0156 0.0156 test.phys eIoni + 0 0.00821 -0.0642 3.31 1.42 0 0 0 test.phys initStep + 1 0.000922 -0.136 10 1.42 0 6.69 6.69 World Transportation + 2 -10.9 -107 1e+04 1.42 0 9.99e+03 1e+04 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.0272 -0.0195 2.13 0.0806 0 0 0 test.phys initStep - 1 0.0562 -0.0515 3.9 0.0647 0 1.77 1.77 test.phys compt - 2 2.75 -1.45 1.77 0.0521 0 3.71 5.49 test.phys compt - 3 -10.4 12.8 8.25 0.0516 0 20.5 25.9 test.phys compt - 4 -13 14 10 0.0516 0 3.34 29.3 World Transportation - 5 -1e+04 4.7e+03 6.78e+03 0.0516 0 1.29e+04 1.3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.4 12.8 8.25 0.000453 0 0 0 test.phys initStep - 1 -10.4 12.8 8.25 0 0.000453 1.38e-05 1.38e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.75 -1.45 1.77 0.0126 0 0 0 test.phys initStep - 1 2.75 -1.45 1.77 0 0.0126 0.00197 0.00197 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0562 -0.0515 3.9 0.0159 0 0 0 test.phys initStep - 1 0.0558 -0.0514 3.9 0 0.0159 0.00292 0.00292 test.phys eIoni + 0 0.00821 -0.0642 3.31 0.062 0 0 0 test.phys initStep + 1 -0.0667 -0.21 10 0.062 0 6.7 6.7 World Transportation + 2 -112 -217 1e+04 0.062 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0272 -0.0195 2.13 0.739 0 0 0 test.phys initStep - 1 0.172 -0.155 10 0.739 0 7.87 7.87 World Transportation - 2 184 -172 1e+04 0.739 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00821 -0.0642 3.31 0.66 0 0 0 test.phys initStep + 1 0.0267 -0.191 10 0.66 0 6.69 6.69 World Transportation + 2 27.6 -189 1e+04 0.66 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0272 -0.0195 2.13 4.01 0 0 0 test.phys initStep - 1 0.131 -0.19 10 4.01 0 7.87 7.87 World Transportation - 2 131 -217 1e+04 4.01 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00821 -0.0642 3.31 0.142 0 0 0 test.phys initStep + 1 0.0405 -0.26 10 0.142 0 6.7 6.7 World Transportation + 2 48.2 -293 1e+04 0.142 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0272 -0.0195 2.13 1.64 0 0 0 test.phys initStep - 1 0.181 -0.144 10 1.64 0 7.87 7.87 World Transportation - 2 196 -158 1e+04 1.64 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00821 -0.0642 3.31 0.0512 0 0 0 test.phys initStep + 1 0.00467 -0.0857 4.37 0.0512 0 1.07 1.07 test.phys Rayl + 2 2.02 0.0189 1.34 0 0.00156 3.64 4.71 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.02 0.0189 1.34 0.0496 0 0 0 test.phys initStep + 1 2.02 0.012 1.34 0 0.0496 0.021 0.021 test.phys 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.0272 -0.0195 2.13 0.789 0 0 0 test.phys initStep - 1 0.204 -0.15 10 0.789 0 7.87 7.87 World Transportation - 2 225 -166 1e+04 0.789 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00821 -0.0642 3.31 0.481 0 0 0 test.phys initStep + 1 -0.0311 -0.196 10 0.481 0 6.69 6.69 World Transportation + 2 -58.6 -198 1e+04 0.481 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0272 -0.0195 2.13 0.759 0 0 0 test.phys initStep - 1 0.219 -0.19 10 0.759 0 7.87 7.87 World Transportation - 2 243 -216 1e+04 0.759 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00821 -0.0642 3.31 1.65 0 0 0 test.phys initStep + 1 -0.0362 -0.186 10 1.65 0 6.69 6.69 World Transportation + 2 -66.4 -182 1e+04 1.65 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0272 -0.0195 2.13 1.88 0 0 0 test.phys initStep - 1 0.198 -0.195 10 1.88 0 7.87 7.87 World Transportation - 2 217 -224 1e+04 1.88 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00821 -0.0642 3.31 0.622 0 0 0 test.phys initStep + 1 -0.0288 -0.21 10 0.622 0 6.7 6.7 World Transportation + 2 -55.2 -218 1e+04 0.622 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0272 -0.0195 2.13 0.0688 0 0 0 test.phys initStep - 1 0.194 -0.136 10 0.0688 0 7.87 7.87 World Transportation - 2 212 -148 1e+04 0.0688 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00821 -0.0642 3.31 7.49 0 0 0 test.phys initStep + 1 -0.0167 -0.162 10 7.49 0 6.69 6.69 World Transportation + 2 -37.2 -146 1e+04 7.49 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0272 -0.0195 2.13 0.0159 0 0 0 test.phys initStep - 1 0.034 -0.0257 2.75 0 0.00155 0.621 0.621 test.phys phot + 0 0.00821 -0.0642 3.31 0.0952 0 0 0 test.phys initStep + 1 -0.00765 -0.138 6.67 0.0708 0 3.36 3.36 test.phys compt + 2 1.26 -0.677 4.44 0.0707 0 2.62 5.98 test.phys compt + 3 4.9 -2.35 0 0.0707 0 5.98 12 World Transportation + 4 8.2e+03 -3.76e+03 -1e+04 0.0707 0 1.35e+04 1.35e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 30, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.034 -0.0257 2.75 0.0144 0 0 0 test.phys initStep - 1 0.0334 -0.0253 2.75 0 0.0144 0.00246 0.00246 test.phys eIoni + 0 1.26 -0.677 4.44 0.000158 0 0 0 test.phys initStep + 1 1.26 -0.677 4.44 0 0.000158 5.61e-06 5.61e-06 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00765 -0.138 6.67 0.0244 0 0 0 test.phys initStep + 1 -0.00808 -0.138 6.67 0 0.0244 0.00613 0.00613 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2877,364 +2828,732 @@ 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 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.0356 0.0124 2.31 98 1.19 2.31 1e+03 test.phys eIoni - 3 0.175 0.19 9.6 80.6 2.54 7.3 1.01e+03 test.phys biasWrapper(eBrem) - 4 0.182 0.195 10 80.5 0.131 0.401 1.01e+03 World Transportation - 5 152 71.9 1e+04 80.5 3.61e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 2 -0.0344 -0.0406 2.9 98.2 1.13 2.9 1e+03 test.phys biasWrapper(eBrem) + 3 -0.101 -0.118 5.63 74.4 1.13 2.73 1.01e+03 test.phys eIoni + 4 -0.263 -0.399 8.95 73.4 1.06 3.33 1.01e+03 test.phys biasWrapper(eBrem) + 5 -0.298 -0.511 10 73 0.377 1.06 1.01e+03 World Transportation + 6 -308 -1.29e+03 1e+04 73 3.61e-22 1.01e+04 1.11e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1 +* 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.175 0.19 9.6 34.4 0 0 0 test.phys initStep - 1 0.184 0.194 10 34.4 0 0.401 0.401 World Transportation - 2 216 103 1e+04 34.4 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.175 0.19 9.6 0.0547 0 0 0 test.phys initStep - 1 0.182 0.196 10 0.0547 0 0.401 0.401 World Transportation - 2 175 147 1e+04 0.0547 0 9.99e+03 9.99e+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.175 0.19 9.6 0.354 0 0 0 test.phys initStep - 1 0.178 0.194 10 0.354 0 0.401 0.401 World Transportation - 2 77.6 109 1e+04 0.354 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.175 0.19 9.6 0.316 0 0 0 test.phys initStep - 1 0.188 0.195 10 0.316 0 0.402 0.402 World Transportation - 2 328 131 1e+04 0.316 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.175 0.19 9.6 7.67 0 0 0 test.phys initStep - 1 0.182 0.188 10 7.67 0 0.401 0.401 World Transportation - 2 168 -45.7 1e+04 7.67 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.175 0.19 9.6 1.29 0 0 0 test.phys initStep - 1 0.181 0.196 10 1.29 0 0.401 0.401 World Transportation - 2 155 157 1e+04 1.29 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.175 0.19 9.6 0.132 0 0 0 test.phys initStep - 1 0.18 0.196 10 0.132 0 0.401 0.401 World Transportation - 2 115 146 1e+04 0.132 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.175 0.19 9.6 13.6 0 0 0 test.phys initStep - 1 0.184 0.194 10 13.6 0 0.402 0.402 World Transportation - 2 216 107 1e+04 13.6 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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.175 0.19 9.6 66.7 0 0 0 test.phys initStep - 1 0.182 0.204 10 66.7 0 0.402 0.402 World Transportation - 2 178 343 1e+04 66.7 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.175 0.19 9.6 14.9 0 0 0 test.phys initStep - 1 0.181 0.197 10 14.9 0 0.401 0.401 World Transportation - 2 145 172 1e+04 14.9 0 9.99e+03 9.99e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0356 0.0124 2.31 0.786 0 0 0 test.phys initStep - 1 0.461 0.173 2.7 0 0.786 1.38 1.38 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0 0 10 96.2 3.76 10 1.01e+03 World Transportation - 3 130 12.6 1e+04 96.2 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.0518 -0.0653 3.91 98.5 1.46 3.91 1e+03 test.phys biasWrapper(eBrem) - 3 0.117 -0.132 6.07 96.3 0.849 2.16 1.01e+03 test.phys biasWrapper(eBrem) - 4 0.302 -0.287 10 94.8 1.51 3.94 1.01e+03 World Transportation - 5 1.46e+03 796 1e+04 94.8 3.71e-22 1.01e+04 1.11e+04 OutOfWorld Transportation + 0 -0.263 -0.399 8.95 0.0267 0 0 0 test.phys initStep + 1 -0.292 -0.508 10 0.0267 0 1.06 1.06 World Transportation + 2 -275 -1.04e+03 1e+04 0.0267 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 0.0233 0 0 0 test.phys initStep - 1 0.263 -0.26 8.63 0 0.00155 2.58 2.58 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.263 -0.26 8.63 0.0217 0 0 0 test.phys initStep - 1 0.264 -0.259 8.64 0 0.0217 0.00503 0.00503 test.phys eIoni + 0 -0.263 -0.399 8.95 14.9 0 0 0 test.phys initStep + 1 -0.289 -0.504 10 14.9 0 1.06 1.06 World Transportation + 2 -241 -1e+03 1e+04 14.9 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 0.0731 0 0 0 test.phys initStep - 1 0.303 -0.246 10 0.0731 0 3.94 3.94 World Transportation - 2 471 -289 1e+04 0.0731 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.263 -0.399 8.95 0.0711 0 0 0 test.phys initStep + 1 -0.3 -0.514 10 0.0711 0 1.06 1.06 World Transportation + 2 -352 -1.09e+03 1e+04 0.0711 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 0.242 0 0 0 test.phys initStep - 1 0.285 -0.19 10 0.242 0 3.94 3.94 World Transportation - 2 425 -146 1e+04 0.242 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.263 -0.399 8.95 6.68 0 0 0 test.phys initStep + 1 -0.294 -0.533 10 6.68 0 1.06 1.06 World Transportation + 2 -295 -1.27e+03 1e+04 6.68 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 0.362 0 0 0 test.phys initStep - 1 0.204 -0.32 10 0.362 0 3.94 3.94 World Transportation - 2 221 -478 1e+04 0.362 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.263 -0.399 8.95 0.0111 0 0 0 test.phys initStep + 1 -0.27 -0.427 9.16 0 0.00156 0.216 0.216 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.27 -0.427 9.16 0.00957 0 0 0 test.phys initStep + 1 -0.27 -0.427 9.16 0 0.00957 0.00123 0.00123 test.phys 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.117 -0.132 6.07 1.67 0 0 0 test.phys initStep - 1 0.306 -0.27 10 1.67 0 3.94 3.94 World Transportation - 2 479 -351 1e+04 1.67 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.263 -0.399 8.95 13.5 0 0 0 test.phys initStep + 1 -0.298 -0.507 10 13.5 0 1.06 1.06 World Transportation + 2 -326 -1.03e+03 1e+04 13.5 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 0.0225 0 0 0 test.phys initStep - 1 0.242 -0.23 8.55 0.0207 0 2.49 2.49 test.phys compt - 2 0.272 -0.173 7.65 0 0.00155 0.903 3.39 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.272 -0.173 7.65 0.0191 0 0 0 test.phys initStep - 1 0.271 -0.172 7.65 0 0.0191 0.00402 0.00402 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.242 -0.23 8.55 0.00181 0 0 0 test.phys initStep - 1 0.242 -0.23 8.55 0 0.00181 8.59e-05 8.59e-05 test.phys eIoni + 0 -0.263 -0.399 8.95 11.4 0 0 0 test.phys initStep + 1 -0.303 -0.509 10 11.4 0 1.06 1.06 World Transportation + 2 -372 -1.04e+03 1e+04 11.4 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 28.4 0 0 0 test.phys initStep - 1 0.362 -0.42 10 28.4 0 3.95 3.95 World Transportation - 2 622 -732 1e+04 28.4 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.263 -0.399 8.95 22.2 0 0 0 test.phys initStep + 1 -0.296 -0.515 10 22.2 0 1.06 1.06 World Transportation + 2 -312 -1.1e+03 1e+04 22.2 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 0.331 0 0 0 test.phys initStep - 1 0.308 -0.28 10 0.331 0 3.94 3.94 World Transportation - 2 486 -375 1e+04 0.331 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.263 -0.399 8.95 3.69 0 0 0 test.phys initStep + 1 -0.298 -0.507 10 3.69 0 1.06 1.06 World Transportation + 2 -333 -1.03e+03 1e+04 3.69 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 18.5 0 0 0 test.phys initStep - 1 0.288 -0.277 10 18.5 0 3.94 3.94 World Transportation - 2 435 -369 1e+04 18.5 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.263 -0.399 8.95 0.0146 0 0 0 test.phys initStep + 1 -0.264 -0.402 8.97 0 0.00156 0.0281 0.0281 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.264 -0.402 8.97 0.013 0 0 0 test.phys initStep + 1 -0.265 -0.401 8.97 0 0.013 0.00207 0.00207 test.phys 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.101 -0.118 5.63 22.6 0 0 0 test.phys initStep + 1 0.419 0.308 10 21.1 1.46 4.46 4.46 World Transportation + 2 3.6e+03 538 1e+04 21.1 3.41e-22 1.06e+04 1.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0344 -0.0406 2.9 0.061 0 0 0 test.phys initStep + 1 -0.162 -0.184 10 0.061 0 7.1 7.1 World Transportation + 2 -179 -202 1e+04 0.061 0 9.99e+03 1e+04 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.0344 -0.0406 2.9 2.09 0 0 0 test.phys initStep + 1 -0.131 -0.144 10 2.09 0 7.1 7.1 World Transportation + 2 -136 -146 1e+04 2.09 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0344 -0.0406 2.9 6.19 0 0 0 test.phys initStep + 1 -0.167 -0.0826 10 6.19 0 7.1 7.1 World Transportation + 2 -187 -59.2 1e+04 6.19 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0344 -0.0406 2.9 12.4 0 0 0 test.phys initStep + 1 -0.295 -0.24 10 12.4 0 7.11 7.11 World Transportation + 2 -367 -281 1e+04 12.4 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0344 -0.0406 2.9 0.0101 0 0 0 test.phys initStep + 1 -0.0386 -0.0455 3.11 0 0.00156 0.209 0.209 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0386 -0.0455 3.11 0.00853 0 0 0 test.phys initStep + 1 -0.0385 -0.0458 3.11 0 0.00853 0.00101 0.00101 test.phys 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.0344 -0.0406 2.9 0.0387 0 0 0 test.phys initStep + 1 -0.0622 -0.09 5.3 0 0.00156 2.39 2.39 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0622 -0.09 5.3 0.0372 0 0 0 test.phys initStep + 1 -0.0658 -0.0897 5.3 0 0.0372 0.0128 0.0128 test.phys 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.0344 -0.0406 2.9 0.00668 0 0 0 test.phys initStep + 1 -0.0351 -0.041 2.94 0 0.00156 0.0396 0.0396 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0351 -0.041 2.94 0.00512 0 0 0 test.phys initStep + 1 -0.035 -0.041 2.94 0 0.00512 0.000433 0.000433 test.phys 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.0344 -0.0406 2.9 0.0433 0 0 0 test.phys initStep + 1 -0.0391 -0.0433 3.25 0 0.00156 0.344 0.344 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0391 -0.0433 3.25 0.0417 0 0 0 test.phys initStep + 1 -0.0348 -0.0456 3.25 0 0.0417 0.0156 0.0156 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0344 -0.0406 2.9 0.0804 0 0 0 test.phys initStep + 1 -0.133 -0.113 10 0.0804 0 7.1 7.1 World Transportation + 2 -139 -102 1e+04 0.0804 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0344 -0.0406 2.9 0.711 0 0 0 test.phys initStep + 1 -0.0898 -0.126 10 0.711 0 7.1 7.1 World Transportation + 2 -78 -120 1e+04 0.711 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.214 0.24 9.61 96 3.95 9.62 1.01e+03 test.phys biasWrapper(eBrem) + 3 -0.261 0.268 10 95.9 0.118 0.39 1.01e+03 World Transportation + 4 -1.36e+03 718 1e+04 95.9 3.7e-22 1.01e+04 1.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.214 0.24 9.61 7.71 0 0 0 test.phys initStep + 1 -0.254 0.27 10 7.71 0 0.39 0.39 World Transportation + 2 -1.05e+03 791 1e+04 7.71 0 1.01e+04 1.01e+04 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.214 0.24 9.61 1.3 0 0 0 test.phys initStep + 1 -0.261 0.267 10 1.3 0 0.39 0.39 World Transportation + 2 -1.24e+03 711 1e+04 1.3 0 1.01e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.214 0.24 9.61 0.365 0 0 0 test.phys initStep + 1 -0.26 0.274 10 0.365 0 0.391 0.391 World Transportation + 2 -1.21e+03 892 1e+04 0.365 0 1.01e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.214 0.24 9.61 0.112 0 0 0 test.phys initStep + 1 -0.261 0.267 10 0.112 0 0.39 0.39 World Transportation + 2 -1.22e+03 716 1e+04 0.112 0 1.01e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.214 0.24 9.61 0.0313 0 0 0 test.phys initStep + 1 -0.259 0.272 10 0.0313 0 0.39 0.39 World Transportation + 2 -1.19e+03 831 1e+04 0.0313 0 1.01e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.214 0.24 9.61 0.219 0 0 0 test.phys initStep + 1 -0.262 0.27 10 0.219 0 0.39 0.39 World Transportation + 2 -1.26e+03 769 1e+04 0.219 0 1.01e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.214 0.24 9.61 0.0261 0 0 0 test.phys initStep + 1 -0.255 0.268 9.96 0.0261 0 0.345 0.345 test.phys Rayl + 2 -0.257 0.256 10 0.0261 0 0.0463 0.391 World Transportation + 3 -521 -2.45e+03 1e+04 0.0261 0 1.03e+04 1.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.214 0.24 9.61 24.3 0 0 0 test.phys initStep + 1 -0.268 0.269 10 24.3 0 0.391 0.391 World Transportation + 2 -1.4e+03 756 1e+04 24.3 0 1.01e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.214 0.24 9.61 1.42 0 0 0 test.phys initStep + 1 -0.262 0.274 10 1.42 0 0.391 0.391 World Transportation + 2 -1.26e+03 872 1e+04 1.42 0 1.01e+04 1.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.214 0.24 9.61 0.00965 0 0 0 test.phys initStep + 1 -0.226 0.247 9.71 0 0.00156 0.101 0.101 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.226 0.247 9.71 0.00809 0 0 0 test.phys initStep + 1 -0.226 0.247 9.71 0 0.00809 0.000925 0.000925 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0.0529 -0.0012 2.89 97.8 1.14 2.89 1e+03 test.phys biasWrapper(eBrem) + 3 0.104 0.0527 5.74 96.4 1.31 2.85 1.01e+03 test.phys biasWrapper(eBrem) + 4 0.104 0.0589 5.99 78.1 0.0945 0.245 1.01e+03 test.phys biasWrapper(eBrem) + 5 0.118 0.171 10 76.6 1.43 4.02 1.01e+03 World Transportation + 6 -106 439 1e+04 76.6 3.6e-22 1e+04 1.1e+04 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 0.104 0.0589 5.99 0.0107 0 0 0 test.phys initStep + 1 0.104 0.0643 6.16 0 0.00156 0.178 0.178 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.104 0.0643 6.16 0.00914 0 0 0 test.phys initStep + 1 0.104 0.0646 6.16 0 0.00914 0.00114 0.00114 test.phys 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.104 0.0589 5.99 0.0231 0 0 0 test.phys initStep + 1 0.116 0.131 7.74 0 0.00156 1.76 1.76 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.116 0.131 7.74 0.0216 0 0 0 test.phys initStep + 1 0.117 0.129 7.74 0 0.0216 0.00495 0.00495 test.phys 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.104 0.0589 5.99 0.0725 0 0 0 test.phys initStep + 1 0.0816 0.144 10 0.0725 0 4.01 4.01 World Transportation + 2 -56.6 213 1e+04 0.0725 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.104 0.0589 5.99 0.239 0 0 0 test.phys initStep + 1 0.0557 0.0894 9.17 0.239 0 3.18 3.18 test.phys compt + 2 -0.0102 0.0758 10 0.239 0 0.837 4.02 World Transportation + 3 -789 -163 1e+04 0.239 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0557 0.0894 9.17 0.000263 0 0 0 test.phys initStep + 1 0.0557 0.0894 9.17 0 0.000263 8.1e-06 8.1e-06 test.phys 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.104 0.0589 5.99 0.359 0 0 0 test.phys initStep + 1 0.201 0.101 10 0.359 0 4.02 4.02 World Transportation + 2 241 105 1e+04 0.359 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0589 5.99 1.65 0 0 0 test.phys initStep + 1 0.101 0.161 10 1.65 0 4.02 4.02 World Transportation + 2 -8.48 255 1e+04 1.65 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0589 5.99 0.0223 0 0 0 test.phys initStep + 1 0.106 0.0954 7.21 0 0.00156 1.22 1.22 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 25 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.106 0.0954 7.21 0.0207 0 0 0 test.phys initStep + 1 0.105 0.0952 7.21 0 0.0207 0.00463 0.00463 test.phys 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.104 0.0589 5.99 28.1 0 0 0 test.phys initStep + 1 0.2 0.294 10 28.1 0 4.02 4.02 World Transportation + 2 237 585 1e+04 28.1 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0589 5.99 0.328 0 0 0 test.phys initStep + 1 0.108 0.169 10 0.328 0 4.02 4.02 World Transportation + 2 8.07 273 1e+04 0.328 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0589 5.99 18.3 0 0 0 test.phys initStep + 1 0.117 0.15 10 18.3 0 4.01 4.01 World Transportation + 2 31 226 1e+04 18.3 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0527 5.74 0.00715 0 0 0 test.phys initStep + 1 0.104 0.0528 5.75 0 0.000121 0.0104 0.0104 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 21 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.104 0.0528 5.75 0.00703 0 0 0 test.phys initStep + 1 0.104 0.0526 5.75 0 0.00703 0.000731 0.000731 test.phys 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.104 0.0527 5.74 10.9 0 0 0 test.phys initStep + 1 0.152 0.105 10 10.9 0 4.26 4.26 World Transportation + 2 113 123 1e+04 10.9 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0527 5.74 0.0105 0 0 0 test.phys initStep + 1 0.105 0.0595 6.02 0 0.00156 0.278 0.278 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 19 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.105 0.0595 6.02 0.00891 0 0 0 test.phys initStep + 1 0.105 0.0593 6.02 0 0.00891 0.00109 0.00109 test.phys 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.104 0.0527 5.74 0.227 0 0 0 test.phys initStep + 1 0.139 0.149 10 0.227 0 4.26 4.26 World Transportation + 2 80.6 226 1e+04 0.227 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0527 5.74 56.9 0 0 0 test.phys initStep + 1 0.14 0.188 10 56.9 0 4.26 4.26 World Transportation + 2 83 317 1e+04 56.9 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0527 5.74 1.27 0 0 0 test.phys initStep + 1 0.15 0.113 10 1.27 0 4.26 4.26 World Transportation + 2 107 141 1e+04 1.27 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0527 5.74 1.87 0 0 0 test.phys initStep + 1 0.14 0.181 10 1.87 0 4.26 4.26 World Transportation + 2 85.1 301 1e+04 1.87 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.104 0.0527 5.74 0.00633 0 0 0 test.phys initStep + 1 0.105 0.0548 5.83 0 0.00156 0.0859 0.0859 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 14 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.105 0.0548 5.83 0.00476 0 0 0 test.phys initStep + 1 0.105 0.0548 5.83 0 0.00476 0.000385 0.000385 test.phys 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.104 0.0527 5.74 0.836 0 0 0 test.phys initStep + 1 0.141 0.135 10 0.836 0 4.26 4.26 World Transportation + 2 86.1 192 1e+04 0.836 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.117 -0.132 6.07 1.35 0 0 0 test.phys initStep - 1 0.301 -0.298 10 1.35 0 3.94 3.94 World Transportation - 2 467 -421 1e+04 1.35 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.104 0.0527 5.74 0.0294 0 0 0 test.phys initStep + 1 0.116 0.097 7.79 0 0.00156 2.05 2.05 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 12 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.116 0.097 7.79 0.0279 0 0 0 test.phys initStep + 1 0.118 0.0977 7.79 0 0.0279 0.00773 0.00773 test.phys 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.0518 -0.0653 3.91 11.1 0 0 0 test.phys initStep - 1 0.113 -0.177 10 11.1 0 6.09 6.09 World Transportation - 2 100 -184 1e+04 11.1 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0529 -0.0012 2.89 1.02 0 0 0 test.phys initStep + 1 0.0397 0.0361 10 1.02 0 7.11 7.11 World Transportation + 2 -18.5 52.5 1e+04 1.02 0 9.99e+03 1e+04 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.0518 -0.0653 3.91 0.0106 0 0 0 test.phys initStep - 1 0.0566 -0.0683 4.11 0 0.00155 0.195 0.195 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0566 -0.0683 4.11 0.00901 0 0 0 test.phys initStep - 1 0.0569 -0.0684 4.11 0 0.00901 0.00111 0.00111 test.phys eIoni + 0 0.0529 -0.0012 2.89 4.04 0 0 0 test.phys initStep + 1 0.0853 0.0615 10 4.04 0 7.11 7.11 World Transportation + 2 45.7 88.2 1e+04 4.04 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0518 -0.0653 3.91 0.231 0 0 0 test.phys initStep - 1 0.176 -0.186 10 0.231 0 6.09 6.09 World Transportation - 2 205 -199 1e+04 0.231 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0529 -0.0012 2.89 0.116 0 0 0 test.phys initStep + 1 0.0332 0.0455 4.71 0.0798 0 1.82 1.82 test.phys compt + 2 0.463 -0.336 2.3 0.065 0 2.48 4.3 test.phys compt + 3 -4.5 -11.5 10 0.065 0 14.5 18.8 World Transportation + 4 -4.43e+03 -1e+04 6.89e+03 0.065 0 1.29e+04 1.29e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.463 -0.336 2.3 0.0148 0 0 0 test.phys initStep + 1 0.464 -0.336 2.3 0 0.0148 0.00259 0.00259 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0332 0.0455 4.71 0.0357 0 0 0 test.phys initStep + 1 0.0329 0.0458 4.71 0 0.0357 0.0119 0.0119 test.phys 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.0518 -0.0653 3.91 58.1 0 0 0 test.phys initStep - 1 0.225 -0.211 10 58.1 0 6.09 6.09 World Transportation - 2 284 -240 1e+04 58.1 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0529 -0.0012 2.89 0.0235 0 0 0 test.phys initStep + 1 0.0475 0.0129 3.33 0.0235 0 0.443 0.443 test.phys Rayl + 2 -0.0889 0.0908 3.11 0 0.00156 0.27 0.713 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0889 0.0908 3.11 0.0219 0 0 0 test.phys initStep + 1 -0.0888 0.0909 3.11 0 0.0219 0.00509 0.00509 test.phys 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.0518 -0.0653 3.91 1.29 0 0 0 test.phys initStep - 1 0.124 -0.179 10 1.29 0 6.09 6.09 World Transportation - 2 118 -186 1e+04 1.29 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0529 -0.0012 2.89 0.0256 0 0 0 test.phys initStep + 1 0.0972 0.0201 7.73 0 0.00156 4.84 4.84 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0972 0.0201 7.73 0.0241 0 0 0 test.phys initStep + 1 0.0981 0.0212 7.73 0 0.0241 0.006 0.006 test.phys 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.0518 -0.0653 3.91 1.9 0 0 0 test.phys initStep - 1 0.216 -0.208 10 1.9 0 6.09 6.09 World Transportation - 2 270 -235 1e+04 1.9 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0529 -0.0012 2.89 16.6 0 0 0 test.phys initStep + 1 0.0769 0.0565 10 16.6 0 7.11 7.11 World Transportation + 2 33.9 81.1 1e+04 16.6 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0518 -0.0653 3.91 0.00634 0 0 0 test.phys initStep - 1 0.0526 -0.0661 3.95 0 0.00155 0.0384 0.0384 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0526 -0.0661 3.95 0.00479 0 0 0 test.phys initStep - 1 0.0525 -0.0661 3.95 0 0.00479 0.000388 0.000388 test.phys eIoni + 0 0.0529 -0.0012 2.89 18.1 0 0 0 test.phys initStep + 1 0.0837 0.0731 10 18.1 0 7.11 7.11 World Transportation + 2 43.3 104 1e+04 18.1 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.0518 -0.0653 3.91 0.85 0 0 0 test.phys initStep - 1 0.157 -0.181 10 0.85 0 6.09 6.09 World Transportation - 2 173 -190 1e+04 0.85 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0529 -0.0012 2.89 0.394 0 0 0 test.phys initStep + 1 0.0487 -0.0172 10 0.394 0 7.11 7.11 World Transportation + 2 -5.84 -22.5 1e+04 0.394 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0518 -0.0653 3.91 0.0298 0 0 0 test.phys initStep - 1 0.101 -0.106 6.27 0.0298 0 2.35 2.35 test.phys Rayl - 2 -1.48 -0.915 9.47 0.0298 0 3.66 6.02 test.phys Rayl - 3 -1.02 -1.4 9.45 0.0298 0 0.675 6.69 test.phys Rayl - 4 0.589 -3.45 9.12 0 0.00155 2.63 9.32 test.phys phot + 0 0.0529 -0.0012 2.89 0.0213 0 0 0 test.phys initStep + 1 0.0591 -0.00216 4.4 0 0.00156 1.51 1.51 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.589 -3.45 9.12 0.0282 0 0 0 test.phys initStep - 1 0.591 -3.45 9.12 0 0.0282 0.00792 0.00792 test.phys eIoni + 0 0.0591 -0.00216 4.4 0.0197 0 0 0 test.phys initStep + 1 0.059 -0.000808 4.4 0 0.0197 0.00425 0.00425 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0518 -0.0653 3.91 0.0178 0 0 0 test.phys initStep - 1 0.0766 -0.0879 5.16 0 0.00155 1.25 1.25 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0766 -0.0879 5.16 0.0163 0 0 0 test.phys initStep - 1 0.0771 -0.0871 5.16 0 0.0163 0.00305 0.00305 test.phys eIoni + 0 0.0529 -0.0012 2.89 1.07 0 0 0 test.phys initStep + 1 0.0763 0.0436 10 1.07 0 7.11 7.11 World Transportation + 2 32.9 62.9 1e+04 1.07 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3243,1052 +3562,264 @@ 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 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.000344 0.000317 0.124 86.3 0.0442 0.124 1e+03 test.phys biasWrapper(eBrem) - 3 -0.018 0.0708 10 82.7 3.54 9.89 1.01e+03 World Transportation - 4 587 399 1e+04 82.7 3.63e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 0.00195 0.0018 0.393 99.3 0.13 0.393 1e+03 test.phys eIoni + 3 0.00711 -0.00134 1.28 98.9 0.356 0.882 1e+03 test.phys biasWrapper(eBrem) + 4 0.22 -0.0839 7.41 96.7 2.21 6.14 1.01e+03 test.phys biasWrapper(eBrem) + 5 0.521 0.0444 10 95.7 0.954 2.61 1.01e+03 World Transportation + 6 1.42e+03 416 1e+04 95.7 3.7e-22 1.01e+04 1.11e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* 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.000344 0.000317 0.124 0.919 0 0 0 test.phys initStep - 1 0.185 -0.0199 10 0.919 0 9.88 9.88 World Transportation - 2 187 -20.5 1e+04 0.919 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.22 -0.0839 7.41 63.7 0 0 0 test.phys initStep + 1 0.534 0.0141 10 63.7 0 2.61 2.61 World Transportation + 2 1.21e+03 378 1e+04 63.7 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.000344 0.000317 0.124 0.0174 0 0 0 test.phys initStep - 1 -0.000123 0.00487 0.39 0 0.00155 0.266 0.266 test.phys phot + 0 0.22 -0.0839 7.41 6.68 0 0 0 test.phys initStep + 1 0.52 0.0615 10 6.68 0 2.61 2.61 World Transportation + 2 1.16e+03 560 1e+04 6.68 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 +* 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.000123 0.00487 0.39 0.0158 0 0 0 test.phys initStep - 1 -0.00103 0.00481 0.39 0 0.0158 0.00291 0.00291 test.phys eIoni + 0 0.22 -0.0839 7.41 0.00674 0 0 0 test.phys initStep + 1 0.222 -0.0826 7.43 0 0.00156 0.0242 0.0242 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000344 0.000317 0.124 78.9 0 0 0 test.phys initStep - 1 0.000382 0.0117 2.37 0 0 2.25 2.25 test.phys conv + 0 0.222 -0.0826 7.43 0.00518 0 0 0 test.phys initStep + 1 0.222 -0.0826 7.43 0 0.00518 0.000441 0.000441 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 14, Parent ID = 9 +* 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.000382 0.0117 2.37 48.8 0 0 0 test.phys initStep - 1 0.0502 -0.027 10 46.1 2.7 7.65 7.65 World Transportation - 2 43.2 1.11e+03 1e+04 46.1 3.46e-22 1.01e+04 1.01e+04 OutOfWorld Transportation + 0 0.22 -0.0839 7.41 0.0367 0 0 0 test.phys initStep + 1 0.245 -0.0711 7.63 0 0.000121 0.222 0.222 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000382 0.0117 2.37 29.1 0 0 0 test.phys initStep - 1 -0.358 -0.0334 6.74 27.2 1.83 4.4 4.4 test.phys biasWrapper(eBrem) - 2 -0.44 -0.0754 7.76 24.2 0.335 1.02 5.42 test.phys biasWrapper(eBrem) - 3 -0.696 -0.26 10 23.4 0.814 2.27 7.69 World Transportation - 4 -973 -353 1e+04 23.4 3.26e-22 1e+04 1.01e+04 OutOfWorld Transportation + 0 0.245 -0.0711 7.63 0.0366 0 0 0 test.phys initStep + 1 0.247 -0.0675 7.63 0 0.0366 0.0124 0.0124 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 13 +* 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.44 -0.0754 7.76 0.665 0 0 0 test.phys initStep - 1 -0.718 -0.269 10 0.665 0 2.26 2.26 World Transportation - 2 -1.24e+03 -867 1e+04 0.665 0 1.01e+04 1.01e+04 OutOfWorld Transportation + 0 0.22 -0.0839 7.41 1.64 0 0 0 test.phys initStep + 1 0.518 0.0455 10 1.64 0 2.61 2.61 World Transportation + 2 1.15e+03 499 1e+04 1.64 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 13 +* 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.44 -0.0754 7.76 0.0779 0 0 0 test.phys initStep - 1 -0.703 -0.188 10 0.0779 0 2.26 2.26 World Transportation - 2 -1.17e+03 -503 1e+04 0.0779 0 1.01e+04 1.01e+04 OutOfWorld Transportation + 0 0.22 -0.0839 7.41 0.0108 0 0 0 test.phys initStep + 1 0.242 -0.075 7.6 0 0.00156 0.191 0.191 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 13 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.44 -0.0754 7.76 0.0928 0 0 0 test.phys initStep - 1 -0.685 -0.263 10 0.0928 0 2.26 2.26 World Transportation - 2 -1.09e+03 -838 1e+04 0.0928 0 1.01e+04 1.01e+04 OutOfWorld Transportation + 0 0.242 -0.075 7.6 0.00924 0 0 0 test.phys initStep + 1 0.242 -0.0748 7.6 0 0.00924 0.00116 0.00116 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 13 +* 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.44 -0.0754 7.76 0.0334 0 0 0 test.phys initStep - 1 -0.696 -0.259 10 0.0334 0 2.26 2.26 World Transportation - 2 -1.14e+03 -820 1e+04 0.0334 0 1.01e+04 1.01e+04 OutOfWorld Transportation + 0 0.22 -0.0839 7.41 0.033 0 0 0 test.phys initStep + 1 0.519 0.0285 10 0.033 0 2.61 2.61 World Transportation + 2 1.15e+03 433 1e+04 0.033 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 13 +* 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.44 -0.0754 7.76 0.0166 0 0 0 test.phys initStep - 1 -0.497 -0.0988 8.15 0 0.00155 0.396 0.396 test.phys phot + 0 0.22 -0.0839 7.41 0.0312 0 0 0 test.phys initStep + 1 0.271 -0.0669 7.9 0.0312 0 0.496 0.496 test.phys Rayl + 2 4.34 2.95 9.97 0.0312 0 5.47 5.97 test.phys Rayl + 3 4.41 3.01 10 0.0312 0 0.0952 6.06 World Transportation + 4 1e+04 9.51e+03 4.84e+03 0.0312 0 1.46e+04 1.46e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 30 +* 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.497 -0.0988 8.15 0.0151 0 0 0 test.phys initStep - 1 -0.496 -0.0994 8.15 0 0.0151 0.00268 0.00268 test.phys eIoni + 0 0.22 -0.0839 7.41 4.08 0 0 0 test.phys initStep + 1 0.513 0.0602 10 4.08 0 2.61 2.61 World Transportation + 2 1.13e+03 555 1e+04 4.08 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 13 +* 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.44 -0.0754 7.76 0.106 0 0 0 test.phys initStep - 1 -0.627 -0.224 10 0.106 0 2.25 2.25 World Transportation - 2 -837 -662 1e+04 0.106 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.22 -0.0839 7.41 0.00986 0 0 0 test.phys initStep + 1 0.225 -0.0818 7.46 0 0.00156 0.0516 0.0516 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 13 +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.44 -0.0754 7.76 0.0135 0 0 0 test.phys initStep - 1 -0.461 -0.0668 7.87 0 0.00155 0.105 0.105 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.461 -0.0668 7.87 0.012 0 0 0 test.phys initStep - 1 -0.46 -0.0671 7.87 0 0.012 0.0018 0.0018 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.44 -0.0754 7.76 22.9 0 0 0 test.phys initStep - 1 -0.712 -0.292 10 22.9 0 2.26 2.26 World Transportation - 2 -1.21e+03 -967 1e+04 22.9 0 1.01e+04 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.44 -0.0754 7.76 0.482 0 0 0 test.phys initStep - 1 -0.749 -0.229 10 0.482 0 2.26 2.26 World Transportation - 2 -1.38e+03 -686 1e+04 0.482 0 1.01e+04 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.44 -0.0754 7.76 2.68 0 0 0 test.phys initStep - 1 -0.751 -0.171 10 2.68 0 2.26 2.26 World Transportation - 2 -1.39e+03 -428 1e+04 2.68 0 1.01e+04 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 0.0104 0 0 0 test.phys initStep - 1 -0.363 -0.0342 6.81 0 0.00155 0.0661 0.0661 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 24 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.363 -0.0342 6.81 0.00883 0 0 0 test.phys initStep - 1 -0.362 -0.034 6.81 0 0.00883 0.00107 0.00107 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 0.109 0 0 0 test.phys initStep - 1 -0.547 -0.0565 10 0.109 0 3.26 3.26 World Transportation - 2 -580 -70.9 1e+04 0.109 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 15.3 0 0 0 test.phys initStep - 1 -0.643 0.138 10 15.3 0 3.27 3.27 World Transportation - 2 -873 525 1e+04 15.3 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 19.3 0 0 0 test.phys initStep - 1 -0.502 -0.104 10 19.3 0 3.26 3.26 World Transportation - 2 -442 -217 1e+04 19.3 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 0.0525 0 0 0 test.phys initStep - 1 -0.539 -0.0675 10 0.0525 0 3.26 3.26 World Transportation - 2 -555 -105 1e+04 0.0525 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 3.78 0 0 0 test.phys initStep - 1 -0.475 -0.251 10 3.78 0 3.27 3.27 World Transportation - 2 -357 -666 1e+04 3.78 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 0.0282 0 0 0 test.phys initStep - 1 -0.388 -0.0457 7.47 0 0.00155 0.728 0.728 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 18 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.388 -0.0457 7.47 0.0267 0 0 0 test.phys initStep - 1 -0.39 -0.0452 7.47 0 0.0267 0.00717 0.00717 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 2.46 0 0 0 test.phys initStep - 1 -0.511 -0.17 10 2.46 0 3.26 3.26 World Transportation - 2 -468 -420 1e+04 2.46 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 0.00627 0 0 0 test.phys initStep - 1 -0.359 -0.0339 6.76 0 0.00155 0.0145 0.0145 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 16 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.359 -0.0339 6.76 0.00472 0 0 0 test.phys initStep - 1 -0.359 -0.0339 6.76 0 0.00472 0.00038 0.00038 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.358 -0.0334 6.74 0.0229 0 0 0 test.phys initStep - 1 -0.411 -0.0856 7.82 0 0.00155 1.08 1.08 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 15 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.411 -0.0856 7.82 0.0214 0 0 0 test.phys initStep - 1 -0.412 -0.0851 7.82 0 0.0214 0.00488 0.00488 test.phys 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.000344 0.000317 0.124 4.59 0 0 0 test.phys initStep - 1 -0.0244 -0.0463 8.28 0 0 8.16 8.16 test.phys conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 42, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0244 -0.0463 8.28 1.94 0 0 0 test.phys initStep - 1 -0.0172 0.00887 8.47 1.88 0.0532 0.197 0.197 test.phys biasWrapper(eBrem) - 2 -0.347 0.0687 9.31 1.49 0.381 0.958 1.15 test.phys msc - 3 -0.613 0.0403 9.61 1.38 0.118 0.418 1.57 test.phys msc - 4 -0.676 0.0756 9.69 1.27 0.0433 0.108 1.68 test.phys biasWrapper(eBrem) - 5 -0.827 0.194 9.98 1.1 0.167 0.383 2.06 test.phys msc - 6 -0.831 0.202 10 1.09 0.0104 0.0199 2.08 World Transportation - 7 -3.3e+03 6.43e+03 1e+04 1.09 3.32e-22 1.23e+04 1.23e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.0102 0 0 0 test.phys initStep - 1 -0.71 0.106 9.75 0 0.00155 0.0723 0.0723 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.71 0.106 9.75 0.00865 0 0 0 test.phys initStep - 1 -0.71 0.106 9.75 0 0.00865 0.00104 0.00104 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.028 0 0 0 test.phys initStep - 1 -0.575 0.369 10 0.028 0 0.439 0.439 World Transportation - 2 3.25e+03 9.43e+03 1e+04 0.028 0 1.41e+04 1.41e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.0827 0 0 0 test.phys initStep - 1 -0.873 0.21 10 0.0827 0 0.391 0.391 World Transportation - 2 -6.33e+03 4.33e+03 1e+04 0.0827 0 1.26e+04 1.26e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.119 0 0 0 test.phys initStep - 1 -0.959 0.295 10 0.119 0 0.474 0.474 World Transportation - 2 -9.13e+03 7.05e+03 1e+04 0.119 0 1.53e+04 1.53e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.0292 0 0 0 test.phys initStep - 1 -0.885 0.262 10 0.0292 0 0.418 0.418 World Transportation - 2 -6.73e+03 6e+03 1e+04 0.0292 0 1.35e+04 1.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.0201 0 0 0 test.phys initStep - 1 -0.849 0.095 10 0.0201 0 0.356 0.356 World Transportation - 2 -5.55e+03 624 1e+04 0.0201 0 1.14e+04 1.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.0893 0 0 0 test.phys initStep - 1 -0.801 0.29 10 0.0893 0 0.397 0.397 World Transportation - 2 -4.01e+03 6.89e+03 1e+04 0.0893 0 1.28e+04 1.28e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.0234 0 0 0 test.phys initStep - 1 1.08 -0.773 9.89 0 0.000119 1.96 1.96 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08 -0.773 9.89 0.0233 0 0 0 test.phys initStep - 1 1.08 -0.774 9.89 0 0.0233 0.00566 0.00566 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.0413 0 0 0 test.phys initStep - 1 -1.06 0.138 10 0.0413 0 0.5 0.5 World Transportation - 2 -1e+04 1.62e+03 8.03e+03 0.0413 0 1.29e+04 1.29e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0756 9.69 0.0655 0 0 0 test.phys initStep - 1 -0.676 0.0759 9.69 0.0618 0 0.000812 0.000812 test.phys compt - 2 -2.94 2.14 9.75 0.0579 0 3.07 3.07 test.phys compt - 3 -11.2 0.342 3.39 0.0565 0 10.5 13.6 test.phys compt - 4 -15.3 -0.0655 3.45 0.0556 0 4.2 17.8 test.phys compt - 5 -27.9 -8.87 0 0.0556 0 15.7 33.5 World Transportation - 6 -1e+04 -7e+03 -2.74e+03 0.0556 0 1.25e+04 1.25e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.3 -0.0655 3.45 0.000944 0 0 0 test.phys initStep - 1 -15.3 -0.0655 3.45 0 0.000944 3.43e-05 3.43e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.2 0.342 3.39 0.00139 0 0 0 test.phys initStep - 1 -11.2 0.342 3.39 0 0.00139 5.83e-05 5.83e-05 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.94 2.14 9.75 0.00386 0 0 0 test.phys initStep - 1 -2.94 2.14 9.75 0 0.00386 0.000274 0.000274 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.676 0.0759 9.69 0.00376 0 0 0 test.phys initStep - 1 -0.676 0.0759 9.69 0 0.00376 0.000263 0.000263 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.0746 0 0 0 test.phys initStep - 1 -0.0107 0.277 10 0.0746 0 1.56 1.56 World Transportation - 2 42.2 1.75e+03 1e+04 0.0746 0 1.01e+04 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.213 0 0 0 test.phys initStep - 1 -0.0977 0.112 9.32 0.171 0 0.867 0.867 test.phys compt - 2 -1.84 -0.3 10 0.171 0 1.91 2.78 World Transportation - 3 -1e+04 -2.36e+03 3.89e+03 0.171 0 1.1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0977 0.112 9.32 0.0423 0 0 0 test.phys initStep - 1 -0.0944 0.114 9.33 0 0.0423 0.0159 0.0159 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.00607 0 0 0 test.phys initStep - 1 -0.0216 0.0127 8.48 0 1.02e-05 0.0135 0.0135 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 50 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0216 0.0127 8.48 0.00606 0 0 0 test.phys initStep - 1 -0.0215 0.0128 8.48 0 0.00606 0.000572 0.000572 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.0205 0 0 0 test.phys initStep - 1 0.16 -0.286 10 0.0205 0 1.57 1.57 World Transportation - 2 1.15e+03 -1.92e+03 1e+04 0.0205 0 1.02e+04 1.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.0128 0 0 0 test.phys initStep - 1 -0.0166 0.0115 8.47 0 0.000119 0.00495 0.00495 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0166 0.0115 8.47 0.0127 0 0 0 test.phys initStep - 1 -0.0171 0.0113 8.47 0 0.0127 0.00198 0.00198 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.0314 0 0 0 test.phys initStep - 1 -2.27 -0.0786 9.87 0 0.000119 2.65 2.65 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.27 -0.0786 9.87 0.0313 0 0 0 test.phys initStep - 1 -2.26 -0.0812 9.87 0 0.0313 0.00944 0.00944 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.218 0 0 0 test.phys initStep - 1 0.163 0.374 10 0.218 0 1.59 1.59 World Transportation - 2 1.17e+03 2.38e+03 1e+04 0.218 0 1.03e+04 1.03e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.0704 0 0 0 test.phys initStep - 1 0.248 -0.593 10 0.0704 0 1.67 1.67 World Transportation - 2 1.73e+03 -3.92e+03 1e+04 0.0704 0 1.09e+04 1.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.766 0 0 0 test.phys initStep - 1 4.49 2.29 10 0.766 0 5.28 5.28 World Transportation - 2 1e+04 5.07e+03 3.41e+03 0.766 0 1.17e+04 1.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0172 0.00887 8.47 0.0128 0 0 0 test.phys initStep - 1 -0.054 0.0036 8.86 0 0.00155 0.392 0.392 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.054 0.0036 8.86 0.0112 0 0 0 test.phys initStep - 1 -0.0537 0.00392 8.86 0 0.0112 0.00161 0.00161 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0244 -0.0463 8.28 1.62 0 0 0 test.phys initStep - 1 0.291 -0.0205 9.19 1.31 0.31 1.04 1.04 test.phys msc - 2 0.348 0.0965 9.6 1.15 0.164 0.453 1.5 test.phys msc - 3 0.371 0.205 9.8 1.07 0.0843 0.234 1.73 test.phys msc - 4 0.393 0.354 9.98 0.972 0.0938 0.253 1.98 test.phys msc - 5 0.4 0.37 10 0.967 0.00544 0.0273 2.01 World Transportation - 6 2.44e+03 4.23e+03 1e+04 0.967 3.02e-22 1.11e+04 1.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.000344 0.000317 0.124 0.681 0 0 0 test.phys initStep - 1 0.0518 0.0197 4.44 0.403 0 4.32 4.32 test.phys compt - 2 10.3 -1.34 10 0.403 0 11.8 16.1 World Transportation - 3 1e+04 -1.33e+03 5.41e+03 0.403 0 1.14e+04 1.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0518 0.0197 4.44 0.278 0 0 0 test.phys initStep - 1 -0.0213 0.0303 4.54 0 0.278 0.36 0.36 test.phys 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.000344 0.000317 0.124 0.0232 0 0 0 test.phys initStep - 1 -0.00479 0.0202 2.23 0.0232 0 2.11 2.11 test.phys Rayl - 2 -0.891 -1.1 2.85 0 0.00155 1.56 3.67 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 6 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.891 -1.1 2.85 0.0217 0 0 0 test.phys initStep - 1 -0.891 -1.1 2.85 0 0.0217 0.00499 0.00499 test.phys 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.000344 0.000317 0.124 24.2 0 0 0 test.phys initStep - 1 -0.0545 0.0627 10 24.2 0 9.88 9.88 World Transportation - 2 -55.5 63.1 1e+04 24.2 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.000344 0.000317 0.124 0.276 0 0 0 test.phys initStep - 1 -0.00641 0.0159 4.67 0.242 0 4.55 4.55 test.phys compt - 2 0.252 -4.82 10 0.242 0 7.2 11.8 World Transportation - 3 486 -9.08e+03 1e+04 0.242 0 1.35e+04 1.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00641 0.0159 4.67 0.0343 0 0 0 test.phys initStep - 1 -0.00659 0.0191 4.68 0 0.0343 0.0111 0.0111 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000344 0.000317 0.124 4.84 0 0 0 test.phys initStep - 1 -0.0104 0.0868 10 4.84 0 9.88 9.88 World Transportation - 2 -10.8 87.5 1e+04 4.84 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000344 0.000317 0.124 13.7 0 0 0 test.phys initStep - 1 0.15 -0.148 10 13.7 0 9.88 9.88 World Transportation - 2 152 -150 1e+04 13.7 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.0268 -0.0669 3.55 98.7 1.31 3.55 1e+03 test.phys biasWrapper(eBrem) - 3 -0.193 -0.111 10 96.3 2.42 6.46 1.01e+03 World Transportation - 4 107 -22.4 1e+04 96.3 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0268 -0.0669 3.55 6.68 0 0 0 test.phys initStep - 1 -0.201 -0.104 10 6.68 0 6.45 6.45 World Transportation - 2 -270 -57.5 1e+04 6.68 0 9.99e+03 1e+04 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.0268 -0.0669 3.55 1.14 0 0 0 test.phys initStep - 1 -0.22 -0.171 10 1.14 0 6.45 6.45 World Transportation - 2 -299 -162 1e+04 1.14 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0268 -0.0669 3.55 0.179 0 0 0 test.phys initStep - 1 -0.191 -0.119 10 0.179 0 6.45 6.45 World Transportation - 2 -255 -81.1 1e+04 0.179 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0268 -0.0669 3.55 0.422 0 0 0 test.phys initStep - 1 -0.0638 -0.0669 5.3 0.35 0 1.75 1.75 test.phys compt - 2 -4.18 -1.3 10 0.35 0 6.37 8.12 World Transportation - 3 -8.76e+03 -2.62e+03 1e+04 0.35 0 1.35e+04 1.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0638 -0.0669 5.3 0.0718 0 0 0 test.phys initStep - 1 -0.0535 -0.0636 5.31 0 0.0718 0.0396 0.0396 test.phys 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.0268 -0.0669 3.55 0.0932 0 0 0 test.phys initStep - 1 -0.179 -0.129 10 0.0932 0 6.45 6.45 World Transportation - 2 -236 -97.1 1e+04 0.0932 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0268 -0.0669 3.55 29.5 0 0 0 test.phys initStep - 1 -0.176 -0.105 10 29.5 0 6.45 6.45 World Transportation - 2 -231 -58.8 1e+04 29.5 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0268 -0.0669 3.55 7.15 0 0 0 test.phys initStep - 1 -0.168 -0.129 10 7.15 0 6.45 6.45 World Transportation - 2 -219 -96.8 1e+04 7.15 0 9.99e+03 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0268 -0.0669 3.55 1.57 0 0 0 test.phys initStep - 1 -0.241 -0.0917 10 1.57 0 6.45 6.45 World Transportation - 2 -332 -38.6 1e+04 1.57 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0268 -0.0669 3.55 0.00804 0 0 0 test.phys initStep - 1 -0.0272 -0.0671 3.56 0 0.00155 0.0136 0.0136 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0272 -0.0671 3.56 0.00649 0 0 0 test.phys initStep - 1 -0.0274 -0.067 3.56 0 0.00649 0.00064 0.00064 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0268 -0.0669 3.55 0.0162 0 0 0 test.phys initStep - 1 -0.0464 -0.0955 4.32 0 0.00155 0.773 0.773 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0464 -0.0955 4.32 0.0147 0 0 0 test.phys initStep - 1 -0.0462 -0.0947 4.32 0 0.0147 0.00254 0.00254 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0.0951 -0.0782 5.08 86.9 1.84 5.08 1.01e+03 test.phys biasWrapper(eBrem) - 3 0.224 -0.282 10 85.2 1.62 4.93 1.01e+03 World Transportation - 4 346 -458 1e+04 85.2 3.63e-22 1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0951 -0.0782 5.08 42.7 0 0 0 test.phys initStep - 1 0.214 -0.258 10 42.7 0 4.93 4.93 World Transportation - 2 242 -365 1e+04 42.7 0 1e+04 1e+04 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.0951 -0.0782 5.08 1.55 0 0 0 test.phys initStep - 1 0.228 -0.28 10 1.55 0 4.93 4.93 World Transportation - 2 270 -410 1e+04 1.55 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0951 -0.0782 5.08 3.58 0 0 0 test.phys initStep - 1 0.232 -0.279 10 3.58 0 4.93 4.93 World Transportation - 2 278 -407 1e+04 3.58 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0951 -0.0782 5.08 0.14 0 0 0 test.phys initStep - 1 0.171 -0.297 10 0.14 0 4.93 4.93 World Transportation - 2 155 -445 1e+04 0.14 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0951 -0.0782 5.08 6.33 0 0 0 test.phys initStep - 1 0.206 -0.29 10 6.33 0 4.93 4.93 World Transportation - 2 226 -430 1e+04 6.33 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0951 -0.0782 5.08 31.9 0 0 0 test.phys initStep - 1 0.234 -0.266 10 31.9 0 4.93 4.93 World Transportation - 2 281 -381 1e+04 31.9 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0951 -0.0782 5.08 0.816 0 0 0 test.phys initStep - 1 0.23 -0.277 10 0.816 0 4.93 4.93 World Transportation - 2 274 -405 1e+04 0.816 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.0951 -0.0782 5.08 77.1 0 0 0 test.phys initStep - 1 -0.0269 -0.511 10 77.1 0 4.94 4.94 World Transportation - 2 -248 -878 1e+04 77.1 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0951 -0.0782 5.08 0.0706 0 0 0 test.phys initStep - 1 0.224 -0.298 10 0.0706 0 4.93 4.93 World Transportation - 2 262 -445 1e+04 0.0706 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0951 -0.0782 5.08 11.3 0 0 0 test.phys initStep - 1 0.244 -0.261 10 11.3 0 4.93 4.93 World Transportation - 2 302 -370 1e+04 11.3 0 1e+04 1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0 0 10 95.6 4.37 10 1.01e+03 World Transportation - 3 244 -630 1e+04 95.6 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -1e+03 100 0 0 0 World initStep - 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 -0.14 0.0415 5.68 97.6 1.82 5.68 1.01e+03 test.phys eIoni - 3 -0.158 0.0697 6.3 97.4 0.204 0.621 1.01e+03 test.phys biasWrapper(eBrem) - 4 -0.173 0.0903 6.74 96.7 0.158 0.44 1.01e+03 test.phys eIoni - 5 -0.276 0.251 10 95.5 1.23 3.27 1.01e+03 World Transportation - 6 -335 454 1e+04 95.5 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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.173 0.0903 6.74 0.482 0 0 0 test.phys initStep - 1 -0.39 -0.0237 6.9 0 0.482 0.799 0.799 test.phys eIoni + 0 0.225 -0.0818 7.46 0.0083 0 0 0 test.phys initStep + 1 0.225 -0.0817 7.46 0 0.0083 0.000966 0.000966 test.phys 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.158 0.0697 6.3 0.786 0 0 0 test.phys initStep - 1 -0.188 0.0535 10 0.786 0 3.7 3.7 World Transportation - 2 -81.8 -43.8 1e+04 0.786 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 0.00711 -0.00134 1.28 0.963 0 0 0 test.phys initStep + 1 0.0247 -0.29 10 0.963 0 8.73 8.73 World Transportation + 2 20.2 -331 1e+04 0.963 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.158 0.0697 6.3 54.5 0 0 0 test.phys initStep - 1 -0.291 0.228 10 54.5 0 3.71 3.71 World Transportation - 2 -359 426 1e+04 54.5 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00711 -0.00134 1.28 0.378 0 0 0 test.phys initStep + 1 0.072 -0.0643 10 0.378 0 8.72 8.72 World Transportation + 2 74.4 -72.2 1e+04 0.378 0 9.99e+03 1e+04 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.158 0.0697 6.3 0.726 0 0 0 test.phys initStep - 1 -0.262 0.231 10 0.726 0 3.71 3.71 World Transportation - 2 -281 436 1e+04 0.726 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00711 -0.00134 1.28 0.0278 0 0 0 test.phys initStep + 1 0.0249 -0.0158 3.01 0 0.000121 1.73 1.73 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0249 -0.0158 3.01 0.0277 0 0 0 test.phys initStep + 1 0.0229 -0.0158 3.01 0 0.0277 0.00766 0.00766 test.phys 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.158 0.0697 6.3 0.0392 0 0 0 test.phys initStep - 1 -0.265 0.201 9.81 0 0.00155 3.52 3.52 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.265 0.201 9.81 0.0376 0 0 0 test.phys initStep - 1 -0.267 0.205 9.81 0 0.0376 0.013 0.013 test.phys eIoni + 0 0.00711 -0.00134 1.28 0.106 0 0 0 test.phys initStep + 1 0.15 -0.0929 10 0.106 0 8.73 8.73 World Transportation + 2 164 -105 1e+04 0.106 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.158 0.0697 6.3 0.183 0 0 0 test.phys initStep - 1 -0.276 0.219 10 0.183 0 3.71 3.71 World Transportation - 2 -319 402 1e+04 0.183 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00711 -0.00134 1.28 0.0248 0 0 0 test.phys initStep + 1 0.0407 -0.00486 4.41 0 0.00156 3.14 3.14 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0407 -0.00486 4.41 0.0232 0 0 0 test.phys initStep + 1 0.04 -0.00347 4.41 0 0.0232 0.00564 0.00564 test.phys 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.158 0.0697 6.3 0.323 0 0 0 test.phys initStep - 1 -0.276 0.222 10 0.323 0 3.71 3.71 World Transportation - 2 -318 412 1e+04 0.323 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00711 -0.00134 1.28 0.629 0 0 0 test.phys initStep + 1 -0.193 -0.0979 10 0.629 0 8.73 8.73 World Transportation + 2 -229 -111 1e+04 0.629 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.158 0.0697 6.3 4.11 0 0 0 test.phys initStep - 1 -0.174 0.201 10 4.11 0 3.7 3.7 World Transportation - 2 -42.6 355 1e+04 4.11 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00711 -0.00134 1.28 0.227 0 0 0 test.phys initStep + 1 0.122 0.0122 10 0.227 0 8.73 8.73 World Transportation + 2 132 15.5 1e+04 0.227 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.158 0.0697 6.3 0.196 0 0 0 test.phys initStep - 1 -0.247 0.186 9.22 0.149 0 2.92 2.92 test.phys compt - 2 -4.61 -0.93 10 0.149 0 4.58 7.5 World Transportation - 3 -1e+04 -2.55e+03 1.8e+03 0.149 0 1.05e+04 1.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.247 0.186 9.22 0.0462 0 0 0 test.phys initStep - 1 -0.243 0.187 9.22 0 0.0462 0.0186 0.0186 test.phys eIoni + 0 0.00711 -0.00134 1.28 1.09 0 0 0 test.phys initStep + 1 0.0486 -0.0726 10 1.09 0 8.72 8.72 World Transportation + 2 47.6 -81.7 1e+04 1.09 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * 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.158 0.0697 6.3 1.47 0 0 0 test.phys initStep - 1 -0.244 0.165 8.46 1.08 0 2.17 2.17 test.phys compt - 2 -0.57 -0.56 10 1.08 0 1.73 3.9 World Transportation - 3 -2.12e+03 -4.71e+03 1e+04 1.08 0 1.12e+04 1.13e+04 OutOfWorld Transportation + 0 0.00711 -0.00134 1.28 0.127 0 0 0 test.phys initStep + 1 0.0379 -0.000594 7.86 0.119 0 6.59 6.59 test.phys compt + 2 0.581 -2.02 10 0.119 0 2.99 9.58 World Transportation + 3 2.54e+03 -9.44e+03 1e+04 0.119 0 1.4e+04 1.4e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.244 0.165 8.46 0.387 0 0 0 test.phys initStep - 1 -0.202 0.314 8.61 0 0.387 0.585 0.585 test.phys eIoni + 0 0.0379 -0.000594 7.86 0.00845 0 0 0 test.phys initStep + 1 0.0379 -0.000332 7.86 0 0.00845 0.000995 0.000995 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.158 0.0697 6.3 0.0334 0 0 0 test.phys initStep - 1 -0.255 0.182 9.25 0 0.00155 2.95 2.95 test.phys phot + 0 0.00711 -0.00134 1.28 0.0343 0 0 0 test.phys initStep + 1 0.0251 0.0121 5.78 0 0.00156 4.51 4.51 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.255 0.182 9.25 0.0319 0 0 0 test.phys initStep - 1 -0.256 0.185 9.25 0 0.0319 0.00977 0.00977 test.phys eIoni + 0 0.0251 0.0121 5.78 0.0328 0 0 0 test.phys initStep + 1 0.0218 0.0119 5.78 0 0.0328 0.0102 0.0102 test.phys 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.14 0.0415 5.68 0.554 0 0 0 test.phys initStep - 1 0.0631 -0.154 5.91 0 0.554 0.969 0.969 test.phys eIoni + 0 0.00195 0.0018 0.393 0.584 0 0 0 test.phys initStep + 1 -0.212 0.0627 0.432 0.495 0.0888 0.246 0.246 test.phys msc + 2 -0.279 0.0424 0.235 0.386 0.11 0.232 0.477 test.phys msc + 3 -0.326 -0.0168 0.141 0.245 0.141 0.131 0.609 test.phys msc + 4 -0.267 -0.0552 0.116 0.187 0.0582 0.083 0.692 test.phys msc + 5 -0.217 -0.0851 0.102 0.147 0.0398 0.0694 0.761 test.phys msc + 6 -0.173 -0.0823 0.115 0 0.147 0.131 0.892 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4297,15 +3828,796 @@ 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 -1e+03 100 0 0 0 World initStep 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation - 2 0 0 10 95.6 4.38 10 1.01e+03 World Transportation - 3 -345 162 1e+04 95.6 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 -0.00409 0.0546 2.96 98.4 0.969 2.96 1e+03 test.phys biasWrapper(eBrem) + 3 0.0969 0.348 9.07 95.3 2.21 6.12 1.01e+03 test.phys eIoni + 4 0.115 0.387 10 95 0.311 0.929 1.01e+03 World Transportation + 5 216 176 1e+04 95 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0969 0.348 9.07 0.946 0 0 0 test.phys initStep + 1 0.0247 0.101 9.56 0.68 0.266 0.607 0.607 test.phys msc + 2 0.0527 -0.0193 9.77 0.596 0.0844 0.271 0.878 test.phys msc + 3 0.139 -0.0251 9.87 0.502 0.0935 0.134 1.01 test.phys msc + 4 0.157 -0.0491 9.95 0.472 0.0307 0.0898 1.1 test.phys msc + 5 0.149 -0.0534 10 0.455 0.0164 0.056 1.16 World Transportation + 6 4.28e+03 -6.81e+03 1e+04 0.455 4.01e-22 1.28e+04 1.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00409 0.0546 2.96 0.575 0 0 0 test.phys initStep + 1 -0.0482 0.278 10 0.575 0 7.04 7.04 World Transportation + 2 -62.6 318 1e+04 0.575 0 1e+04 1e+04 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.00409 0.0546 2.96 0.0722 0 0 0 test.phys initStep + 1 -0.0338 0.141 5.99 0.0572 0 3.04 3.04 test.phys compt + 2 -0.0396 -0.0293 5.74 0.0518 0 0.309 3.34 test.phys compt + 3 7.5 -7.99 10 0.0518 0 11.8 15.1 World Transportation + 4 9.47e+03 -1e+04 5.36e+03 0.0518 0 1.48e+04 1.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0396 -0.0293 5.74 0.00546 0 0 0 test.phys initStep + 1 -0.0397 -0.0293 5.74 0 0.00546 0.000481 0.000481 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0338 0.141 5.99 0.0149 0 0 0 test.phys initStep + 1 -0.0338 0.141 5.99 0 0.0149 0.00263 0.00263 test.phys 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.00409 0.0546 2.96 0.152 0 0 0 test.phys initStep + 1 -0.024 0.238 10 0.152 0 7.04 7.04 World Transportation + 2 -28.2 260 1e+04 0.152 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00409 0.0546 2.96 1.48 0 0 0 test.phys initStep + 1 -0.0347 0.28 10 1.48 0 7.04 7.04 World Transportation + 2 -43.4 321 1e+04 1.48 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00409 0.0546 2.96 0.769 0 0 0 test.phys initStep + 1 -0.0058 0.176 6.98 0.271 0 4.03 4.03 test.phys compt + 2 -29.5 3.72 0 0.271 0 30.5 34.6 World Transportation + 3 -1e+04 1.2e+03 -2.36e+03 0.271 0 1.03e+04 1.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0058 0.176 6.98 0.499 0 0 0 test.phys initStep + 1 0.0876 0.173 7.28 0 0.499 0.838 0.838 test.phys 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.00409 0.0546 2.96 2.01 0 0 0 test.phys initStep + 1 0.00767 0.238 10 2.01 0 7.04 7.04 World Transportation + 2 16.7 260 1e+04 2.01 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.00409 0.0546 2.96 0.00929 0 0 0 test.phys initStep + 1 -0.00405 0.0566 3.03 0 0.00156 0.0689 0.0689 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00405 0.0566 3.03 0.00773 0 0 0 test.phys initStep + 1 -0.00424 0.0564 3.03 0 0.00773 0.000857 0.000857 test.phys 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.00409 0.0546 2.96 41.5 0 0 0 test.phys initStep + 1 -0.0173 0.262 10 41.5 0 7.04 7.04 World Transportation + 2 -18.8 295 1e+04 41.5 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00409 0.0546 2.96 0.022 0 0 0 test.phys initStep + 1 -0.00601 0.0587 3.14 0 0.00156 0.177 0.177 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00601 0.0587 3.14 0.0204 0 0 0 test.phys initStep + 1 -0.00538 0.058 3.14 0 0.0204 0.00451 0.00451 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00409 0.0546 2.96 0.584 0 0 0 test.phys initStep + 1 -0.0184 0.247 10 0.584 0 7.04 7.04 World Transportation + 2 -20.3 274 1e+04 0.584 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0.0955 0.00118 4.29 96.8 2.06 4.29 1e+03 test.phys biasWrapper(eBrem) + 3 0.284 -0.0581 9.19 93.8 1.76 4.91 1.01e+03 test.phys eIoni + 4 0.242 -0.0873 10 93.5 0.384 0.814 1.01e+03 World Transportation + 5 -615 -318 1e+04 93.5 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.284 -0.0581 9.19 1.24 0 0 0 test.phys initStep + 1 0.379 0.0949 9.7 0.724 0.513 0.582 0.582 test.phys msc + 2 0.407 0.0448 9.88 0.631 0.0933 0.194 0.776 test.phys msc + 3 0.44 -0.0389 9.97 0.569 0.0621 0.142 0.918 test.phys msc + 4 0.457 -0.062 10 0.56 0.00926 0.0432 0.961 World Transportation + 5 7.4e+03 -6.35e+03 1e+04 0.56 4.14e-22 1.4e+04 1.4e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0955 0.00118 4.29 0.699 0 0 0 test.phys initStep + 1 0.165 -0.0968 10 0.699 0 5.72 5.72 World Transportation + 2 121 -171 1e+04 0.699 0 9.99e+03 1e+04 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.0955 0.00118 4.29 0.215 0 0 0 test.phys initStep + 1 0.135 -0.0455 6.79 0.139 0 2.5 2.5 test.phys compt + 2 10.8 -6.78 2.69 0.118 0 13.2 15.7 test.phys compt + 3 8.52 -13.5 0 0.118 0 7.59 23.3 World Transportation + 4 -3.34e+03 -1e+04 -3.99e+03 0.118 0 1.13e+04 1.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 10.8 -6.78 2.69 0.0218 0 0 0 test.phys initStep + 1 10.8 -6.78 2.69 0 0.0218 0.00504 0.00504 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.135 -0.0455 6.79 0.0755 0 0 0 test.phys initStep + 1 0.13 -0.0421 6.8 0 0.0755 0.0432 0.0432 test.phys 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.0955 0.00118 4.29 0.0219 0 0 0 test.phys initStep + 1 0.111 -0.0303 5.69 0 0.00156 1.41 1.41 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.111 -0.0303 5.69 0.0203 0 0 0 test.phys initStep + 1 0.11 -0.0304 5.69 0 0.0203 0.00446 0.00446 test.phys 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.0955 0.00118 4.29 19.4 0 0 0 test.phys initStep + 1 0.181 -0.0779 10 19.4 0 5.72 5.72 World Transportation + 2 150 -138 1e+04 19.4 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0955 0.00118 4.29 0.181 0 0 0 test.phys initStep + 1 0.161 -0.105 10 0.181 0 5.72 5.72 World Transportation + 2 114 -186 1e+04 0.181 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0955 0.00118 4.29 0.32 0 0 0 test.phys initStep + 1 0.144 -0.137 10 0.32 0 5.72 5.72 World Transportation + 2 85 -242 1e+04 0.32 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0955 0.00118 4.29 0.341 0 0 0 test.phys initStep + 1 0.1 -0.00557 4.68 0.313 0 0.398 0.398 test.phys compt + 2 1.19 -2.99 10 0.313 0 6.19 6.59 World Transportation + 3 2.06e+03 -5.61e+03 1e+04 0.313 0 1.16e+04 1.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.1 -0.00557 4.68 0.0274 0 0 0 test.phys initStep + 1 0.0997 -0.00348 4.68 0 0.0274 0.00753 0.00753 test.phys 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.0955 0.00118 4.29 39.7 0 0 0 test.phys initStep + 1 0.171 -0.0799 10 39.7 0 5.72 5.72 World Transportation + 2 133 -142 1e+04 39.7 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0955 0.00118 4.29 0.0537 0 0 0 test.phys initStep + 1 0.363 -0.012 10 0.0537 0 5.72 5.72 World Transportation + 2 468 -23.1 1e+04 0.0537 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0955 0.00118 4.29 1.09 0 0 0 test.phys initStep + 1 0.172 -0.0819 10 1.09 0 5.72 5.72 World Transportation + 2 134 -145 1e+04 1.09 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0.166 0.0456 6.34 97.5 2.4 6.35 1.01e+03 test.phys biasWrapper(eBrem) + 3 0.22 0.0252 10 96.1 1.36 3.66 1.01e+03 World Transportation + 4 -221 -53.5 1e+04 96.1 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.166 0.0456 6.34 6.83 0 0 0 test.phys initStep + 1 0.217 0.0278 10 6.83 0 3.66 3.66 World Transportation + 2 141 -48.6 1e+04 6.83 0 9.99e+03 9.99e+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.166 0.0456 6.34 0.0127 0 0 0 test.phys initStep + 1 0.182 0.0563 6.93 0 0.00156 0.589 0.589 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.182 0.0563 6.93 0.0111 0 0 0 test.phys initStep + 1 0.182 0.0567 6.93 0 0.0111 0.00158 0.00158 test.phys 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.166 0.0456 6.34 0.0319 0 0 0 test.phys initStep + 1 0.193 0.00931 8.65 0.0319 0 2.31 2.31 test.phys Rayl + 2 0.0774 0.019 10 0.0319 0 1.36 3.66 World Transportation + 3 -856 71.7 1e+04 0.0319 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.166 0.0456 6.34 0.374 0 0 0 test.phys initStep + 1 0.231 0.017 10 0.374 0 3.66 3.66 World Transportation + 2 178 -78.1 1e+04 0.374 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.166 0.0456 6.34 1.43 0 0 0 test.phys initStep + 1 0.218 0.0312 10 1.43 0 3.66 3.66 World Transportation + 2 143 -39.2 1e+04 1.43 0 9.99e+03 9.99e+03 OutOfWorld Transportation + +********************************************************************************************************* +* 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.166 0.0456 6.34 0.0378 0 0 0 test.phys initStep + 1 0.232 0.0259 10 0.0378 0 3.66 3.66 World Transportation + 2 181 -53.7 1e+04 0.0378 0 9.99e+03 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.166 0.0456 6.34 8.2 0 0 0 test.phys initStep + 1 0.221 0.0243 10 8.2 0 3.66 3.66 World Transportation + 2 150 -58.3 1e+04 8.2 0 9.99e+03 9.99e+03 OutOfWorld Transportation + +********************************************************************************************************* +* 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.166 0.0456 6.34 5.34 0 0 0 test.phys initStep + 1 0.216 0.0296 10 5.34 0 3.66 3.66 World Transportation + 2 138 -43.6 1e+04 5.34 0 9.99e+03 9.99e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.166 0.0456 6.34 0.345 0 0 0 test.phys initStep + 1 0.208 0.0143 10 0.345 0 3.66 3.66 World Transportation + 2 115 -85.6 1e+04 0.345 0 9.99e+03 9.99e+03 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.166 0.0456 6.34 0.135 0 0 0 test.phys initStep + 1 0.205 0.0224 9.36 0.125 0 3.02 3.02 test.phys compt + 2 0.829 0.0553 10 0.125 0 0.892 3.91 World Transportation + 3 9.8e+03 517 1e+04 0.125 0 1.4e+04 1.4e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.205 0.0224 9.36 0.00919 0 0 0 test.phys initStep + 1 0.205 0.0224 9.36 0 0.00919 0.00115 0.00115 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 0.108 0.0614 5.1 97.4 1.96 5.11 1.01e+03 test.phys eIoni + 3 0.171 0.201 8.31 95.5 1.21 3.21 1.01e+03 test.phys eIoni + 4 0.229 0.266 10 94.8 0.687 1.69 1.01e+03 World Transportation + 5 406 253 1e+04 94.8 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.171 0.201 8.31 0.683 0 0 0 test.phys initStep + 1 -0.101 -0.0431 8.64 0.111 0.571 1.23 1.23 test.phys eIoni + 2 -0.109 -0.0702 8.64 0 0.111 0.0831 1.31 test.phys 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.108 0.0614 5.1 0.647 0 0 0 test.phys initStep + 1 0.0488 0.419 5.38 0.113 0.534 1.17 1.17 test.phys eIoni + 2 0.0566 0.41 5.35 0 0.113 0.0848 1.25 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 -1e+03 100 0 0 0 World initStep + 1 0 0 0 100 3.68e-23 1e+03 1e+03 test.phys Transportation + 2 -0.0726 0.095 4.98 96.9 1.82 4.98 1e+03 test.phys eIoni + 3 -0.077 0.116 5.31 96.6 0.111 0.335 1.01e+03 test.phys biasWrapper(eBrem) + 4 -0.128 0.304 7.91 95.1 1.43 2.61 1.01e+03 test.phys biasWrapper(eBrem) + 5 -0.137 0.366 8.93 92.1 0.42 1.02 1.01e+03 test.phys biasWrapper(eBrem) + 6 -0.143 0.431 10 91.7 0.393 1.07 1.01e+03 World Transportation + 7 -156 587 1e+04 91.7 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.137 0.366 8.93 0.32 0 0 0 test.phys initStep + 1 -0.146 0.432 10 0.32 0 1.07 1.07 World Transportation + 2 -84.5 613 1e+04 0.32 0 1e+04 1e+04 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 -0.137 0.366 8.93 0.0218 0 0 0 test.phys initStep + 1 -0.146 0.438 10 0.0218 0 1.07 1.07 World Transportation + 2 -91.6 670 1e+04 0.0218 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.137 0.366 8.93 0.00721 0 0 0 test.phys initStep + 1 -0.137 0.366 8.93 0 0.00156 0.00345 0.00345 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.137 0.366 8.93 0.00565 0 0 0 test.phys initStep + 1 -0.137 0.366 8.93 0 0.00565 0.000509 0.000509 test.phys 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.137 0.366 8.93 0.00907 0 0 0 test.phys initStep + 1 -0.136 0.37 9.01 0 0.00156 0.0798 0.0798 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.136 0.37 9.01 0.00751 0 0 0 test.phys initStep + 1 -0.136 0.371 9.01 0 0.00751 0.000816 0.000816 test.phys 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.137 0.366 8.93 13.9 0 0 0 test.phys initStep + 1 -0.134 0.427 10 13.9 0 1.07 1.07 World Transportation + 2 22.3 566 1e+04 13.9 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.137 0.366 8.93 0.0149 0 0 0 test.phys initStep + 1 -0.13 0.383 9.27 0 0.00156 0.34 0.34 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.13 0.383 9.27 0.0133 0 0 0 test.phys initStep + 1 -0.13 0.382 9.27 0 0.0133 0.00215 0.00215 test.phys 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.137 0.366 8.93 0.203 0 0 0 test.phys initStep + 1 -0.145 0.433 10 0.203 0 1.07 1.07 World Transportation + 2 -74.6 626 1e+04 0.203 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.137 0.366 8.93 0.00883 0 0 0 test.phys initStep + 1 -0.137 0.367 8.93 0 0.00156 0.00432 0.00432 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 25 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.137 0.367 8.93 0.00726 0 0 0 test.phys initStep + 1 -0.137 0.367 8.93 0 0.00726 0.000772 0.000772 test.phys 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.137 0.366 8.93 7.08 0 0 0 test.phys initStep + 1 -0.151 0.435 10 7.08 0 1.07 1.07 World Transportation + 2 -138 641 1e+04 7.08 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.137 0.366 8.93 2.57 0 0 0 test.phys initStep + 1 -0.144 0.427 10 2.57 0 1.07 1.07 World Transportation + 2 -69.8 572 1e+04 2.57 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 0.377 0 0 0 test.phys initStep + 1 -0.145 0.457 10 0.377 0 2.09 2.09 World Transportation + 2 -83.5 732 1e+04 0.377 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 9.19 0 0 0 test.phys initStep + 1 -0.168 0.435 10 9.19 0 2.09 2.09 World Transportation + 2 -193 629 1e+04 9.19 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 1.72 0 0 0 test.phys initStep + 1 -0.155 0.443 10 1.72 0 2.09 2.09 World Transportation + 2 -127 664 1e+04 1.72 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 1.26 0 0 0 test.phys initStep + 1 -0.151 0.439 10 1.26 0 2.09 2.09 World Transportation + 2 -111 647 1e+04 1.26 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 0.0548 0 0 0 test.phys initStep + 1 -0.173 0.463 10 0.0548 0 2.09 2.09 World Transportation + 2 -216 763 1e+04 0.0548 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 83.6 0 0 0 test.phys initStep + 1 -0.159 0.443 10 83.6 0 2.09 2.09 World Transportation + 2 -147 666 1e+04 83.6 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 0.674 0 0 0 test.phys initStep + 1 -0.164 0.458 10 0.674 0 2.09 2.09 World Transportation + 2 -175 738 1e+04 0.674 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 0.448 0 0 0 test.phys initStep + 1 -0.168 0.45 10 0.448 0 2.09 2.09 World Transportation + 2 -192 698 1e+04 0.448 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 59.7 0 0 0 test.phys initStep + 1 -0.161 0.465 10 59.7 0 2.09 2.09 World Transportation + 2 -156 770 1e+04 59.7 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.128 0.304 7.91 0.0753 0 0 0 test.phys initStep + 1 -0.16 0.448 10 0.0753 0 2.09 2.09 World Transportation + 2 -151 691 1e+04 0.0753 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.077 0.116 5.31 0.139 0 0 0 test.phys initStep + 1 -0.0832 0.374 10 0.139 0 4.7 4.7 World Transportation + 2 -13.2 551 1e+04 0.139 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.077 0.116 5.31 6.25 0 0 0 test.phys initStep + 1 -0.0787 0.126 5.5 0.334 0 0.194 0.194 test.phys compt + 2 4.48 8.77 0 0.334 0 11.2 11.4 World Transportation + 3 5.27e+03 1e+04 -6.36e+03 0.334 0 1.3e+04 1.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0787 0.126 5.5 5.92 0 0 0 test.phys initStep + 1 -0.215 0.592 9.58 4.31 1.61 4.55 4.55 test.phys eIoni + 2 -0.164 0.904 10 4.16 0.156 0.533 5.08 World Transportation + 3 1.95e+03 1e+04 7.74e+03 4.16 3.55e-22 1.28e+04 1.28e+04 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.077 0.116 5.31 31.5 0 0 0 test.phys initStep + 1 -0.15 0.366 10 31.5 0 4.7 4.7 World Transportation + 2 -156 533 1e+04 31.5 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.077 0.116 5.31 0.807 0 0 0 test.phys initStep + 1 -0.143 0.375 10 0.807 0 4.7 4.7 World Transportation + 2 -140 553 1e+04 0.807 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.077 0.116 5.31 76 0 0 0 test.phys initStep + 1 0.167 0.504 10 76 0 4.71 4.71 World Transportation + 2 520 827 1e+04 76 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.077 0.116 5.31 0.0699 0 0 0 test.phys initStep + 1 -0.0838 0.15 5.9 0.0561 0 0.591 0.591 test.phys compt + 2 -4.26 -1.26 0 0.0561 0 7.37 7.96 World Transportation + 3 -7.09e+03 -2.4e+03 -1e+04 0.0561 0 1.25e+04 1.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0838 0.15 5.9 0.0138 0 0 0 test.phys initStep + 1 -0.0836 0.15 5.9 0 0.0138 0.00231 0.00231 test.phys 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.077 0.116 5.31 11.2 0 0 0 test.phys initStep + 1 -0.161 0.364 10 11.2 0 4.7 4.7 World Transportation + 2 -179 530 1e+04 11.2 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.077 0.116 5.31 0.0739 0 0 0 test.phys initStep + 1 -0.146 0.363 10 0.0739 0 4.7 4.7 World Transportation + 2 -148 528 1e+04 0.0739 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.077 0.116 5.31 5.97 0 0 0 test.phys initStep + 1 -0.177 0.383 10 5.97 0 4.7 4.7 World Transportation + 2 -213 571 1e+04 5.97 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.077 0.116 5.31 0.183 0 0 0 test.phys initStep + 1 -0.136 0.345 10 0.183 0 4.7 4.7 World Transportation + 2 -125 490 1e+04 0.183 0 1e+04 1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0726 0.095 4.98 1.33 0 0 0 test.phys initStep + 1 -0.815 -0.00325 5.82 0.593 0.736 1.91 1.91 test.phys eIoni + 2 -1.06 0.277 5.67 0.111 0.482 1.06 2.97 test.phys eIoni + 3 -1.08 0.297 5.68 0 0.111 0.0828 3.05 test.phys eIoni Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.007737s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.010000s Real=0.011376s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -4326,15 +4638,15 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00769 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.00577 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00481 MB -Pool ID '7G4Track', size : 0.00961 MB +Pool ID '7G4Track', size : 0.0106 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.028 MB +Dynamic pools deleted: 9 / Total memory freed: 0.03 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/biasing/GB05/History b/examples/extended/biasing/GB05/History index 3f7e422b17..f97e31e04f 100644 --- a/examples/extended/biasing/GB05/History +++ b/examples/extended/biasing/GB05/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example GB05 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (GB05-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - GB05-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out index b0ec4888ec..d1914a9fff 100644 --- a/examples/extended/biasing/GB05/exampleGB05.out +++ b/examples/extended/biasing/GB05/exampleGB05.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -54,6 +54,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -92,7 +96,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -109,7 +114,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -119,8 +124,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -183,10 +189,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -211,10 +217,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -241,10 +247,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -273,10 +279,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -287,10 +293,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -300,10 +306,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -332,10 +338,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -364,10 +370,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -396,14 +402,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -414,7 +419,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -429,14 +434,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -447,7 +451,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -462,10 +466,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -494,10 +498,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -531,15 +535,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -549,10 +556,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -560,10 +569,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -572,6 +583,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -579,11 +591,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -591,11 +605,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -604,10 +620,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -618,10 +636,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -632,10 +652,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -645,10 +667,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -659,10 +683,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -673,10 +699,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -687,10 +715,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -700,11 +730,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -712,6 +744,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -719,6 +752,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -728,6 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -735,11 +770,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -747,11 +784,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -761,11 +800,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -773,6 +814,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -780,6 +822,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -789,11 +832,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -801,11 +846,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -815,11 +862,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -827,11 +876,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -841,29 +892,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -872,856 +925,1316 @@ Max 2J for sampling of angular correlations 10 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. - gamma, kinetic energy (MeV) = 3.35006, position (cm) = (-56.7276,-1.81153,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.40239, position (cm) = (-48.76,45.5013,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0835407, position (cm) = (-84.6719,12.2022,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 46.3269, position (cm) = (-91.3359,6.26658,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 46.2574, position (cm) = (-90.3892,6.34764,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 60.4381, position (cm) = (-106.941,9.2227,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 60.2394, position (cm) = (-106.091,8.56683,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0787345, position (cm) = (-19.5126,-57.4633,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.32567, position (cm) = (-18.6263,-56.514,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 9.59952, position (cm) = (-19.936,-58.4163,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.09308, position (cm) = (24.5654,-26.2174,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.425052, position (cm) = (15.9396,-23.7352,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0641209, position (cm) = (17.6457,-26.087,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 8.13801, position (cm) = (23.9717,-21.596,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.13547, position (cm) = (16.7555,-30.063,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 16.6253, position (cm) = (38.1996,-17.4966,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 16.6253, position (cm) = (38.1996,-17.4966,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 8.90972e-06, position (cm) = (47.2768,-12.6101,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 15.1623, position (cm) = (17.4218,-19.1357,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 16.0191, position (cm) = (20.5304,-24.4233,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 8.03346, position (cm) = (-45.5424,-70.2973,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 8.03346, position (cm) = (-45.5424,-70.2973,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.170852, position (cm) = (-42.8196,-77.3901,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.00130654, position (cm) = (-26.0534,-61.9539,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 26.5048, position (cm) = (-6.13168,-16.0484,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 26.5048, position (cm) = (-6.13168,-16.0484,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.76984, position (cm) = (-57.4776,14.8504,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.462918, position (cm) = (-38.533,-13.1632,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 22.0216, position (cm) = (-32.5632,-15.3666,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.173159, position (cm) = (-28.0759,-16.562,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.22749, position (cm) = (-48.2658,-4.65979,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 35.5148, position (cm) = (-5.36419,-10.443,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 35.5148, position (cm) = (-5.36419,-10.443,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 35.4886, position (cm) = (-6.3077,-10.528,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 14.8064, position (cm) = (-30.8474,9.10758,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 14.8064, position (cm) = (-30.8474,9.10758,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 14.8064, position (cm) = (-30.8474,9.10758,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.557112, position (cm) = (-5.92174,-6.80002,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.132622, position (cm) = (-23.2513,-13.4402,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.648188, position (cm) = (-40.3119,-19.9114,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-38.8788,-26.6377,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.172058, position (cm) = (-40.8428,-27.157,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.321565, position (cm) = (-39.106,-18.559,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.35648, position (cm) = (-33.783,-21.1732,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 24.5924, position (cm) = (-37.0541,-19.2082,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.71556, position (cm) = (-35.1396,-92.4898,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.810806, position (cm) = (-11.815,-105.47,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.127638, position (cm) = (0.00371676,-46.2876,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 37.463, position (cm) = (-19.9381,-19.4231,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 39.5119, position (cm) = (-7.60272,-16.2829,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 6.25947, position (cm) = (14.9991,19.7361,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.268095, position (cm) = (-40.2678,-33.6758,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0305036, position (cm) = (-20.3908,-14.2703,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.769677, position (cm) = (15.3382,24.2557,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.70354, position (cm) = (-10.2997,-30.7922,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.180276, position (cm) = (-12.7489,-25.3669,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 2.58037e-06, position (cm) = (-26.456,-38.3102,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 4.63122, position (cm) = (-15.3046,-30.1179,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 5.01386, position (cm) = (-3.86926,-18.6405,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 6.04417, position (cm) = (-6.52401,-20.7207,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 24.3486, position (cm) = (-28.2499,-39.4586,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 24.3486, position (cm) = (-28.2499,-39.4586,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 23.9782, position (cm) = (-24.9632,-38.6101,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 24.3486, position (cm) = (-28.2499,-39.4586,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 19.7426, position (cm) = (-22.3298,-95.1617,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.275376, position (cm) = (-29.7875,-83.31,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 4.90531, position (cm) = (-12.7512,-84.8683,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.58586, position (cm) = (-92.1202,-39.4374,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 33.3895, position (cm) = (-82.7453,-41.1516,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 36.1329, position (cm) = (-62.4874,-41.1004,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 35.819, position (cm) = (-62.7947,-40.9673,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 70.3548, position (cm) = (-78.9908,-43.0536,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.130748, position (cm) = (-98.8041,-19.259,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.47684, position (cm) = (-94.0332,-29.2595,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 69.3064, position (cm) = (-81.9942,-44.3889,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 70.2338, position (cm) = (-77.7656,-43.0335,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 70.3548, position (cm) = (-78.9908,-43.0536,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 69.9316, position (cm) = (-79.0904,-37.2022,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.138793, position (cm) = (-63.3847,-53.6582,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.348513, position (cm) = (-63.0497,-52.8396,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 2.31439, position (cm) = (-60.2988,-56.1236,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 3.7899, position (cm) = (-63.5099,-53.4998,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 4.48833, position (cm) = (-60.1777,-63.4946,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.000569762, position (cm) = (-62.9884,-49.624,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 7.69983, position (cm) = (-86.2099,-35.1162,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 2.27159, position (cm) = (-81.3046,-28.2624,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 2.27159, position (cm) = (-81.3046,-28.2624,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.0914628, position (cm) = (-88.3124,-13.2109,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 61.3067, position (cm) = (-56.5715,-26.4868,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 3.51166e-05, position (cm) = (26.1043,-5.4519,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.307586, position (cm) = (18.9907,11.6861,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 51.9965, position (cm) = (-172.655,-141.5,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0865255, position (cm) = (-181.113,-147.194,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.931069, position (cm) = (-181.065,-144.51,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 5.23432, position (cm) = (-178.844,-139.815,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 52.158, position (cm) = (-174.969,-139.531,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.21371, position (cm) = (-175.841,-129.19,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 47.7812, position (cm) = (-193.577,-139.134,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 52.9064, position (cm) = (-179.714,-135.589,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.0491074, position (cm) = (-203.182,-123.82,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.286235, position (cm) = (-194.52,-148.205,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.092834, position (cm) = (-203.278,-122.585,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 2.01236e-05, position (cm) = (-210.656,-117.801,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 42.0133, position (cm) = (40.6699,-76.0082,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 42.0616, position (cm) = (42.7603,-75.8052,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 42.5748, position (cm) = (47.5436,-73.3855,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 22.8014, position (cm) = (39.7489,-69.0256,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 42.2056, position (cm) = (13.103,-89.0813,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.068804, position (cm) = (8.64245,-103.051,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.199729, position (cm) = (18.9912,-99.3617,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.05903, position (cm) = (8.53129,-89.9524,200), weight = 6.10352e-05 - e-, kinetic energy (MeV) = 0.971096, position (cm) = (16.0851,-95.6018,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 13.456, position (cm) = (18.5971,-98.8432,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0608016, position (cm) = (15.8403,-78.6903,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 10.4484, position (cm) = (-3.06535,-85.9932,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.262813, position (cm) = (-4.33752,-84.6047,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.377487, position (cm) = (-21.2504,-66.6876,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 5.85607, position (cm) = (-1.39432,-84.6121,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 8.47398e-08, position (cm) = (71.0553,-102.543,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 41.9877, position (cm) = (47.2269,-151.95,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 40.6259, position (cm) = (46.62,-147.497,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0781502, position (cm) = (32.0837,-113.287,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.252557, position (cm) = (56.9253,-120.483,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.944962, position (cm) = (47.3007,-118.491,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0906735, position (cm) = (31.8504,-66.1893,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 13.9186, position (cm) = (49.4626,-70.5176,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 14.1216, position (cm) = (49.836,-70.3751,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 14.1216, position (cm) = (49.836,-70.3751,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.152963, position (cm) = (36.822,-67.3894,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.000565465, position (cm) = (30.3815,-78.5806,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.243612, position (cm) = (35.7418,-67.6397,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.945282, position (cm) = (35.1834,-68.8112,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.2873, position (cm) = (30.0162,-68.4363,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 25.6829, position (cm) = (37.9137,-69.8846,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.475243, position (cm) = (50.1176,-89.7741,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 9.30084, position (cm) = (48.8975,-28.3707,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 33.3626, position (cm) = (17.2483,-56.0088,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.529652, position (cm) = (17.7568,-57.5458,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.1147, position (cm) = (17.5883,-57.6795,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.00736e-05, position (cm) = (9.55054,-56.9324,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.571171, position (cm) = (-0.622658,-33.198,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.53541, position (cm) = (-11.7111,-66.9575,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 9.43414, position (cm) = (8.36252,-50.5598,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 32.1449, position (cm) = (2.73156,-50.9685,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 32.1449, position (cm) = (2.73156,-50.9685,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.00168153, position (cm) = (14.8744,-60.1094,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 7.44871e-06, position (cm) = (14.4272,-36.8148,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.05161, position (cm) = (-1.69384,-59.1639,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.120258, position (cm) = (5.65192,-64.0594,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 6.22315, position (cm) = (-8.37316,-69.1721,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 37.2092, position (cm) = (9.18151,-72.9105,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 2.71014, position (cm) = (81.5491,-40.4146,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.541628, position (cm) = (62.8066,26.3114,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 7.13846, position (cm) = (64.5793,26.4712,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.075488, position (cm) = (70.9501,16.0809,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 41.9671, position (cm) = (32.3356,-9.3309,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.1617, position (cm) = (27.1503,-8.22566,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.00530155, position (cm) = (31.6295,-7.93392,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 27.7346, position (cm) = (33.4508,-11.9814,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.505099, position (cm) = (15.5293,-27.0671,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.0429015, position (cm) = (20.8794,-21.3549,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 3.09183, position (cm) = (15.9351,-28.5874,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.196264, position (cm) = (7.62093,-13.2782,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 40.652, position (cm) = (19.6653,-18.7131,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.660162, position (cm) = (41.055,-2.36518,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 42.348, position (cm) = (35.7042,-7.01842,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.971291, position (cm) = (36.192,15.445,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.83165, position (cm) = (34.8014,11.2049,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.87092, position (cm) = (40.3409,-69.795,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 3.41716, position (cm) = (40.7847,-67.4474,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 27.3205, position (cm) = (40.7395,-69.9765,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.14424, position (cm) = (35.4591,-63.0758,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.70148, position (cm) = (41.0867,-68.8137,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.70148, position (cm) = (41.0867,-68.8137,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.883539, position (cm) = (47.9744,-85.6409,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.423281, position (cm) = (60.8862,-83.8685,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.108873, position (cm) = (43.4122,-84.1762,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.365468, position (cm) = (40.5238,-84.9032,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 13.1888, position (cm) = (39.9784,-85.8008,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 36.0399, position (cm) = (47.6633,-81.1109,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 31.3167, position (cm) = (22.9577,-59.3237,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.134216, position (cm) = (60.8804,-136.279,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.715027, position (cm) = (76.3764,-99.9596,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.23018, position (cm) = (49.5671,-110.087,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.15663, position (cm) = (50.2065,-84.4153,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.23555, position (cm) = (41.4588,-79.0118,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.01334, position (cm) = (47.0232,-101.908,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.0243802, position (cm) = (80.7072,-39.3354,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.667425, position (cm) = (24.161,-105.196,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0772495, position (cm) = (21.0792,-110.296,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.639883, position (cm) = (33.0332,-106.185,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 5.77452, position (cm) = (19.4689,-99.2738,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 26.53, position (cm) = (54.7366,-62.266,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 26.53, position (cm) = (54.7366,-62.266,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 25.8722, position (cm) = (62.0181,-68.9328,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 8.88295, position (cm) = (16.3188,-58.5016,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 7.12387, position (cm) = (19.4904,-88.6764,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 3.92176, position (cm) = (46.3938,-91.8145,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 30.606, position (cm) = (61.8657,-104.65,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.68241, position (cm) = (54.1058,-110.362,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00966008, position (cm) = (64.5267,-81.9236,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 5.98197, position (cm) = (57.9372,-105.284,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 30.606, position (cm) = (61.8657,-104.65,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.80008, position (cm) = (61.6364,-105.396,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.832822, position (cm) = (55.6973,-104.506,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 32.3295, position (cm) = (56.2313,-107.228,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.68868, position (cm) = (131.238,-112.699,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 6.61427, position (cm) = (51.5182,-13.3575,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.200887, position (cm) = (8.44725,-67.5382,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.65712, position (cm) = (18.3675,-64.3246,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.90282, position (cm) = (32.1894,-60.0393,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.90247, position (cm) = (32.1896,-60.0443,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.74863, position (cm) = (41.6425,-94.5258,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.21917, position (cm) = (35.2977,-112.259,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0707542, position (cm) = (30.0632,-129.344,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.120872, position (cm) = (47.7372,-127.888,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.02039e-07, position (cm) = (26.9655,-66.7628,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 8.98292, position (cm) = (24.5726,-70.2318,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.51553, position (cm) = (23.3056,-72.7158,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.47425, position (cm) = (23.0715,-72.962,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.195375, position (cm) = (23.9812,-73.7169,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.519404, position (cm) = (56.4518,-85.2557,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 39.8887, position (cm) = (76.5577,-94.988,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.01702, position (cm) = (58.9444,-87.5803,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.697525, position (cm) = (54.4503,-94.906,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.247919, position (cm) = (73.1787,-71.8137,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0873402, position (cm) = (56.7649,-88.2244,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 39.3645, position (cm) = (77.2039,-80.3997,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.888681, position (cm) = (78.1849,-80.4423,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.136572, position (cm) = (65.9125,-68.529,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.247224, position (cm) = (81.6176,-83.8709,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.711091, position (cm) = (75.2838,-79.6821,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.57343, position (cm) = (59.237,-63.5346,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.210059, position (cm) = (96.6448,-86.468,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.20935, position (cm) = (101.707,-72.8575,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.80431, position (cm) = (101.072,-85.8793,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.19184, position (cm) = (-11.6715,-46.6779,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.276403, position (cm) = (-37.0473,-50.3139,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.11769, position (cm) = (-42.3476,-43.9392,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 6.71653, position (cm) = (-41.7536,-49.3143,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.000795096, position (cm) = (-28.7149,-55.6157,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.137968, position (cm) = (-52.6571,-56.6605,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.316612, position (cm) = (-33.4832,-58.3898,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 3.31154, position (cm) = (-35.7668,-62.8332,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 5.00111, position (cm) = (-47.4124,-44.4634,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.548753, position (cm) = (-55.5228,-67.0314,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 5.87812, position (cm) = (-55.6879,-67.563,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 9.88648, position (cm) = (-51.5605,-80.2076,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.35224, position (cm) = (-59.1483,-71.5274,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.40518, position (cm) = (-59.2114,-71.6933,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.463205, position (cm) = (-25.7043,-48.9934,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.00149902, position (cm) = (-44.0201,-36.9995,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.532749, position (cm) = (17.4029,-34.614,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 12.7323, position (cm) = (-42.0454,5.53528,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0518841, position (cm) = (-50.9511,-4.87357,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.261073, position (cm) = (-54.6197,3.68107,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0965941, position (cm) = (-27.492,-23.0908,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.245349, position (cm) = (-75.8038,-0.810088,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.861376, position (cm) = (-26.503,-8.97567,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 36.7822, position (cm) = (-64.7357,-3.19095,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 36.5443, position (cm) = (-64.6239,-8.1307,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 6.35338, position (cm) = (-77.01,-8.24584,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 6.72101, position (cm) = (-36.0371,-29.6508,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0910181, position (cm) = (-36.8047,-30.7034,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.773606, position (cm) = (-38.0699,-20.2122,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 88.1339, position (cm) = (-38.1175,-25.352,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 88.1339, position (cm) = (-38.1175,-25.352,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 2.48225, position (cm) = (-29.7615,-18.9871,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 3.69274, position (cm) = (-8.94899,-15.3432,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.175705, position (cm) = (0.551569,-21.0111,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 31.4538, position (cm) = (-3.25438,-13.3383,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 32.8573, position (cm) = (1.70913,-10.394,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 17.5837, position (cm) = (25.0959,6.75421,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 15.6492, position (cm) = (28.1928,2.98472,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 5.66411, position (cm) = (21.7713,6.96411,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 21.2534, position (cm) = (-31.1046,-11.161,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 35.8346, position (cm) = (-32.6132,-9.90617,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.261288, position (cm) = (10.9773,-27.5835,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.601476, position (cm) = (-173.333,20.5071,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.15206, position (cm) = (-185.201,-25.5301,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.843551, position (cm) = (-155.826,0.840222,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.282647, position (cm) = (-129.211,4.54006,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0833477, position (cm) = (-170.985,41.3644,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0743779, position (cm) = (-153.437,-0.209887,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 9.14555, position (cm) = (-125.016,47.8587,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.645457, position (cm) = (-95.8767,36.6963,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.017969, position (cm) = (-116.316,48.9374,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.873859, position (cm) = (-114.065,81.3827,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 5.49899, position (cm) = (-115.717,85.2326,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.36321, position (cm) = (-130.797,40.9405,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.69472, position (cm) = (-242.448,27.9707,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.26054, position (cm) = (-197.839,64.0113,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 19.0684, position (cm) = (-203.757,73.2879,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 6.96756, position (cm) = (-204.11,75.8601,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.54746, position (cm) = (-185.208,16.6559,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.700252, position (cm) = (-107.61,28.5154,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 44.2308, position (cm) = (-162.363,-29.6056,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 43.5576, position (cm) = (-161.51,-29.2944,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.108635, position (cm) = (-160.996,-23.3243,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 21.1498, position (cm) = (-159.981,-27.2957,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.37331, position (cm) = (-161.402,-28.0425,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.78959, position (cm) = (-159.725,-30.34,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 44.0464, position (cm) = (-158.953,-26.0792,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 44.0464, position (cm) = (-158.953,-26.0792,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 44.0464, position (cm) = (-158.953,-26.0792,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 43.4474, position (cm) = (-153.314,-21.3428,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 43.5815, position (cm) = (-153.18,-21.2307,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 43.9624, position (cm) = (-157.914,-24.1152,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 43.9624, position (cm) = (-157.914,-24.1152,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 43.9624, position (cm) = (-157.914,-24.1152,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 44.0455, position (cm) = (-160.156,-25.7162,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 41.706, position (cm) = (-159.887,-25.8093,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 44.0455, position (cm) = (-160.156,-25.7162,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 22.439, position (cm) = (-172.636,-34.4938,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 42.6314, position (cm) = (-178.489,-25.7365,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 42.6314, position (cm) = (-178.489,-25.7365,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 42.6314, position (cm) = (-178.489,-25.7365,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.01863, position (cm) = (-147.753,-24.4558,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 43.7773, position (cm) = (-145.51,-42.0388,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 42.9458, position (cm) = (-146.23,-44.2059,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.00283, position (cm) = (-152.986,-17.2195,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.3176, position (cm) = (-123.9,-8.36355,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.264457, position (cm) = (-127.569,-12.6588,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.00221358, position (cm) = (-168.035,-2.25241,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.211328, position (cm) = (-128.526,48.8531,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 16.7816, position (cm) = (-120.093,30.4129,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.727421, position (cm) = (-149.065,37.3854,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.41525, position (cm) = (-142.554,31.6239,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.63893, position (cm) = (-143.605,36.8181,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.153599, position (cm) = (-142.326,9.32891,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 23.5048, position (cm) = (-125.059,11.1312,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 56.2602, position (cm) = (-127.602,14.6816,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 61.3292, position (cm) = (-131.799,25.0301,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.653419, position (cm) = (-10.9966,32.5697,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.30703, position (cm) = (-2.37118,35.0554,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.6025, position (cm) = (-21.2486,45.3635,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.47043, position (cm) = (-6.26436,43.4007,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.027004, position (cm) = (-24.3628,22.2841,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 1.13747, position (cm) = (-30.4823,3.71837,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.358511, position (cm) = (-36.7703,59.2336,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.4343, position (cm) = (-15.0391,48.2689,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.60817, position (cm) = (-45.5083,44.4492,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.0076351, position (cm) = (-46.2346,82.1796,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.50764e-06, position (cm) = (-38.593,75.3226,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.26068e-05, position (cm) = (-58.2214,30.6298,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.604869, position (cm) = (-41.0706,37.0773,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 96.1403, position (cm) = (-72.246,15.2494,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 1.74744e-06, position (cm) = (-50.9035,36.8457,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 7.50395, position (cm) = (-53.7507,15.3246,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 40.2741, position (cm) = (-60.1827,28.867,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.73211, position (cm) = (-54.2369,12.1683,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 6.87235, position (cm) = (-61.7942,12.3193,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 47.2302, position (cm) = (-56.665,15.2112,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 68.5504, position (cm) = (-72.9009,-1.99253,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 68.5504, position (cm) = (-72.9009,-1.99253,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 68.3943, position (cm) = (-72.2616,-0.175182,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 5.29672, position (cm) = (-60.0055,5.85838,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 44.5537, position (cm) = (-67.515,47.5704,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 5.4754, position (cm) = (-45.5564,33.0806,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.272, position (cm) = (-101.113,-18.6969,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 74.2291, position (cm) = (-87.7678,-24.5694,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 71.723, position (cm) = (-86.2224,0.968949,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.21601, position (cm) = (-77.502,4.33207,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.58341, position (cm) = (-81.3687,2.33086,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0727017, position (cm) = (-25.9149,-3.88212,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.200293, position (cm) = (-24.3636,0.136533,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0821956, position (cm) = (-23.4248,1.71106,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.827004, position (cm) = (-28.8011,-1.76661,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.4253, position (cm) = (-29.4152,-1.00685,200), weight = 0.000244141 - e-, kinetic energy (MeV) = 4.1342, position (cm) = (-28.9976,-0.382183,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 29.1522, position (cm) = (-28.4608,-0.916182,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 51.4388, position (cm) = (-26.9735,-1.25683,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 30.7853, position (cm) = (-28.3667,-1.47574,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 98.9748, position (cm) = (14.9971,-15.7304,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 98.4998, position (cm) = (-37.0337,-25.3431,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 98.8349, position (cm) = (-31.3401,-27.823,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.156711, position (cm) = (-46.7771,-5.07664,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.195732, position (cm) = (-42.8082,4.65845,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.22286, position (cm) = (-120.233,16.0549,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 23.0235, position (cm) = (-28.9054,-73.0236,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 3.7111, position (cm) = (-39.8604,-33.6571,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 5.36314, position (cm) = (-15.1429,-47.2999,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.252367, position (cm) = (-21.7904,-40.239,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.39996, position (cm) = (-14.2955,-26.5231,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 3.20992, position (cm) = (-11.6114,-33.3128,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 98.1678, position (cm) = (-18.0446,-41.705,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.1064, position (cm) = (-21.1648,-38.9164,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 99.1064, position (cm) = (-21.1648,-38.9164,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 98.7062, position (cm) = (-30.599,-30.7496,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.658, position (cm) = (-30.5952,-30.6752,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.211574, position (cm) = (-30.8909,-32.7596,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 3.17982, position (cm) = (-14.5294,-22.0576,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 3.40636, position (cm) = (-35.3956,-52.7391,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 6.83083, position (cm) = (-29.9998,-38.006,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 52.8042, position (cm) = (-31.3894,-39.4488,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.7062, position (cm) = (-30.599,-30.7496,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 99.1078, position (cm) = (-20.7687,-37.5859,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 85.9152, position (cm) = (-15.1944,1.19597,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.680314, position (cm) = (-2.96523,-3.40894,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0870471, position (cm) = (12.9578,-6.90527,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.791079, position (cm) = (20.0333,-13.7785,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.87892, position (cm) = (15.5196,-9.86842,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 42.4748, position (cm) = (24.0002,-11.1422,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 85.9275, position (cm) = (-15.9512,0.408475,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.550828, position (cm) = (-16.0371,12.4954,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.99692, position (cm) = (-45.0343,45.4147,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.102231, position (cm) = (-21.3374,-0.78529,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.256394, position (cm) = (-24.16,-6.04377,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 3.72336, position (cm) = (-18.3899,-1.67535,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 83.9285, position (cm) = (-12.0802,-4.46074,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 85.7491, position (cm) = (-15.1015,2.18537,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 63.6232, position (cm) = (-11.1215,-34.6296,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 62.8886, position (cm) = (-2.01785,-36.4393,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 63.9207, position (cm) = (-7.80518,-40.7588,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 63.9207, position (cm) = (-7.80518,-40.7588,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.20826, position (cm) = (17.2169,-95.3741,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.135296, position (cm) = (31.3256,-119.774,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.185955, position (cm) = (38.0033,-123.848,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.143061, position (cm) = (13.447,-112.636,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 5.81507, position (cm) = (8.92632,-136.864,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 4.37263, position (cm) = (1.97957,-40.4558,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.100082, position (cm) = (6.81172,-57.5687,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.97537, position (cm) = (14.0704,-45.7235,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.49501, position (cm) = (-11.55,-67.4155,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.188161, position (cm) = (40.7625,-83.5711,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.5171, position (cm) = (14.4415,-99.3947,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0183168, position (cm) = (8.61744,-94.9476,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (36.1276,-69.4446,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.46922, position (cm) = (45.77,6.89681,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.705402, position (cm) = (74.8164,29.7372,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.03365e-05, position (cm) = (58.1594,-14.123,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.84547, position (cm) = (60.9067,45.1147,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.95134, position (cm) = (35.5736,15.3182,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.857861, position (cm) = (68.7895,8.65782,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 7.53936, position (cm) = (79.1628,34.0978,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.328832, position (cm) = (67.1811,28.8028,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 0.839914, position (cm) = (73.0246,35.7165,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.127064, position (cm) = (69.2316,-34.025,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 1.27907, position (cm) = (36.1521,25.7058,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.0687149, position (cm) = (71.9686,26.5429,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.376726, position (cm) = (65.6199,20.3618,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.84997, position (cm) = (67.2392,38.4968,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 5.70117, position (cm) = (66.5841,41.4054,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 7.07291, position (cm) = (35.8592,39.9414,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.67286, position (cm) = (76.1187,58.9695,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.129722, position (cm) = (105.78,28.6841,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.71339, position (cm) = (98.766,24.986,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 6.00222, position (cm) = (73.2895,52.6155,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.910703, position (cm) = (83.1594,37.126,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.11244, position (cm) = (81.3335,28.9493,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000347752, position (cm) = (156.096,23.1805,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.4711, position (cm) = (90.4157,24.6397,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (8.61623,10.6055,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 17.2998, position (cm) = (23.628,37.9956,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 18.2603, position (cm) = (59.4937,37.3876,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.35567, position (cm) = (38.184,43.84,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.19247, position (cm) = (63.293,21.502,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 66.1802, position (cm) = (23.507,3.75196,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 3.63924, position (cm) = (21.3596,-3.49089,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 34.0566, position (cm) = (22.1353,-6.51685,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 34.2622, position (cm) = (24.9698,1.15659,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.774695, position (cm) = (17.5478,-13.1106,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 99.6741, position (cm) = (10.2166,-17.2461,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.51009, position (cm) = (21.2159,7.48519,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 13.4526, position (cm) = (-0.874969,-2.54164,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 13.4526, position (cm) = (-0.874969,-2.54164,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 5.90346, position (cm) = (-12.4312,-12.0457,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.203676, position (cm) = (14.8405,-20.3198,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 39.9118, position (cm) = (10.5904,9.08256,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.96944e-07, position (cm) = (19.791,11.1345,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.175067, position (cm) = (10.4562,8.9942,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 99.5699, position (cm) = (9.65873,-17.6836,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 98.3767, position (cm) = (17.099,-22.8822,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.737, position (cm) = (-1.95347,-17.0788,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 28.3036, position (cm) = (17.4703,-31.4893,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 27.675, position (cm) = (16.1817,-30.9074,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 52.7801, position (cm) = (35.6758,4.68242,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 52.9025, position (cm) = (34.5355,2.22616,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 52.9025, position (cm) = (34.5355,2.22616,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 52.9025, position (cm) = (34.5355,2.22616,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.155042, position (cm) = (24.5537,-28.8164,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.191289, position (cm) = (-7.22964,-23.0418,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.66435, position (cm) = (32.0465,-31.3917,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 8.17574, position (cm) = (25.7463,-35.3649,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 4.55144, position (cm) = (48.6826,-43.2516,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 5.32752, position (cm) = (26.8789,3.48293,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 18.898, position (cm) = (15.3753,0.856719,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.395867, position (cm) = (16.1017,40.7579,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 5.84282, position (cm) = (53.8174,27.5872,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 5.68573, position (cm) = (53.4873,26.956,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 8.32289e-07, position (cm) = (39.3029,62.4044,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 55.7423, position (cm) = (-39.8354,49.399,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 55.9756, position (cm) = (-39.9846,49.8575,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 55.9756, position (cm) = (-39.9846,49.8575,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 56.3863, position (cm) = (-42.6059,46.5775,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 56.9178, position (cm) = (-39.2564,53.5058,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 55.2013, position (cm) = (-35.9519,57.5927,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.00485048, position (cm) = (-43.4172,51.4569,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.102886, position (cm) = (-61.9858,94.7961,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.03454, position (cm) = (5.72204,103.997,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.89901, position (cm) = (14.6791,110.624,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.40668, position (cm) = (57.6481,108.958,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 12.5066, position (cm) = (6.70672,113.562,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 13.5236, position (cm) = (-2.07169,112.178,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.835432, position (cm) = (-3.28562,111.176,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 13.5236, position (cm) = (-2.07169,112.178,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.14369, position (cm) = (-14.8399,93.7471,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.932785, position (cm) = (-27.424,105.035,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.2011e-05, position (cm) = (-17.0361,117.286,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 4.45186, position (cm) = (-24.4032,91.9725,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.128931, position (cm) = (-28.2514,114.368,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.213919, position (cm) = (-35.8335,107.536,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 57.1791, position (cm) = (-4.65627,91.6745,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 57.1791, position (cm) = (-4.65627,91.6745,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.844756, position (cm) = (-13.319,96.5735,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 47.8932, position (cm) = (-1.64566,94.7248,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.00416785, position (cm) = (-10.8065,62.9688,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.19068, position (cm) = (-38.4593,110.619,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.35603, position (cm) = (-38.9949,126.438,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.302788, position (cm) = (-8.88189,100.022,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 56.329, position (cm) = (-6.58215,99.0026,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.439971, position (cm) = (21.1052,110.561,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.0718207, position (cm) = (21.4399,110.671,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 57.3686, position (cm) = (-4.1752,95.1672,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 56.8671, position (cm) = (-2.46096,95.786,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 33.8167, position (cm) = (1.50917,95.451,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 57.0801, position (cm) = (-2.28105,96.5194,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.533225, position (cm) = (15.1791,76.2853,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.0202346, position (cm) = (-3.65105,96.1068,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 53.3578, position (cm) = (-58.6972,89.0931,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 53.3578, position (cm) = (-58.6972,89.0931,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.127323, position (cm) = (-9.82829,42.3257,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 29.0072, position (cm) = (-21.4228,36.6963,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 47.8064, position (cm) = (-20.6455,34.5429,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 47.3879, position (cm) = (-18.1461,29.6548,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 47.7281, position (cm) = (-20.2166,33.9014,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0278404, position (cm) = (-2.40309,63.569,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.908836, position (cm) = (-26.3469,47.1496,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 47.2924, position (cm) = (-22.9709,44.1016,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 4.73351, position (cm) = (-11.198,137.074,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 29.3094, position (cm) = (10.1307,119.413,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (8.71903,95.288,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.06025, position (cm) = (10.3445,98.8402,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.36342, position (cm) = (-1.92674,125.834,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 27.5807, position (cm) = (13.6502,126.085,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 28.2282, position (cm) = (13.7607,123.328,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.208575, position (cm) = (14.8397,119.224,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 4.0319, position (cm) = (14.7381,120.119,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 5.51066, position (cm) = (16.0942,120.353,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.145286, position (cm) = (36.8795,132.642,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 6.46516, position (cm) = (38.8767,134.751,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.106966, position (cm) = (42.8588,139.51,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.87116, position (cm) = (44.4367,143.411,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.366881, position (cm) = (36.4711,135.498,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 11.9815, position (cm) = (27.6006,122.429,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 11.9815, position (cm) = (27.6006,122.429,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 11.9815, position (cm) = (27.6006,122.429,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.69099, position (cm) = (12.2247,85.4658,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 55.1684, position (cm) = (11.5925,84.3399,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 53.2893, position (cm) = (-33.6934,-27.0767,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.149035, position (cm) = (-60.7273,-27.3671,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 7.40865, position (cm) = (-52.5251,-26.4692,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 46.1816, position (cm) = (-38.9223,-20.6692,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.161945, position (cm) = (-58.3129,-35.3995,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.0618758, position (cm) = (-69.3405,8.41524,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 65.451, position (cm) = (-71.6697,-14.635,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.326943, position (cm) = (17.0441,4.61265,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 84.326, position (cm) = (11.431,18.7762,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 84.326, position (cm) = (11.431,18.7762,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 84.326, position (cm) = (11.431,18.7762,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.434556, position (cm) = (-32.3244,6.38907,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.729233, position (cm) = (-41.7297,15.2619,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 6.83643, position (cm) = (-33.8789,8.57868,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 9.96593, position (cm) = (-31.5212,14.0529,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.00308296, position (cm) = (-33.1881,8.09581,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0593881, position (cm) = (-25.2497,11.3695,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.169826, position (cm) = (81.9008,21.6071,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 65.8843, position (cm) = (97.0258,20.8204,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.0152629, position (cm) = (-24.9676,14.2064,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 21.1439, position (cm) = (-30.1238,11.6034,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 2.66058, position (cm) = (-40.4204,8.06369,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 4.90676, position (cm) = (-15.0622,24.562,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.5312, position (cm) = (-34.0575,17.8889,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.122591, position (cm) = (35.63,-2.57712,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.808207, position (cm) = (36.2342,3.29112,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.059622, position (cm) = (38.0428,10.6016,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 10.9444, position (cm) = (32.7523,6.28223,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 61.9574, position (cm) = (33.9637,6.36002,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 4.79589, position (cm) = (35.1454,-5.1149,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.17092, position (cm) = (35.4764,-4.10782,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 13.59, position (cm) = (34.8836,-5.39331,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 4.47043, position (cm) = (43.3026,-3.45232,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 19.511, position (cm) = (34.2848,3.30763,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 2.02466, position (cm) = (23.4263,7.94211,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.69338, position (cm) = (-37.5652,50.5383,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 5.15427, position (cm) = (-37.7124,24.4247,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.118761, position (cm) = (-25.9528,29.1198,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 7.11302, position (cm) = (-36.9498,23.5584,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0903914, position (cm) = (-35.815,14.5677,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.287103, position (cm) = (-6.37519,14.9425,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0922667, position (cm) = (-1.66341,33.2599,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 61.074, position (cm) = (-18.8669,-4.4494,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 60.4295, position (cm) = (-0.815163,3.32798,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.166739, position (cm) = (7.76986,-2.75997,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 61.1777, position (cm) = (11.8757,-21.5407,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 61.4066, position (cm) = (13.9911,-24.9068,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0451022, position (cm) = (2.77001,-6.28187,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.247881, position (cm) = (12.8914,-0.370482,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 2.89355, position (cm) = (2.6228,7.95931,200), weight = 0.0078125 - deuteron, kinetic energy (MeV) = 23.5462, position (cm) = (7.5575,0.314346,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.221243, position (cm) = (7.54575,0.31744,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.138129, position (cm) = (-1.24123,-1.54148,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 3.54563, position (cm) = (15.0467,-10.2486,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 2.69054, position (cm) = (19.0594,-9.90699,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 60.5266, position (cm) = (23.8966,-13.2985,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.220553, position (cm) = (20.2945,-6.61196,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.156884, position (cm) = (53.2058,32.2624,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 84.1076, position (cm) = (-59.0742,-0.206193,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 84.1076, position (cm) = (-59.0742,-0.206193,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 84.3031, position (cm) = (-60.1814,0.274088,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.000284836, position (cm) = (-57.0607,-33.9303,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.11866, position (cm) = (-62.2454,-32.3746,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 35.4189, position (cm) = (-58.8984,-49.4556,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 84.1579, position (cm) = (-55.1491,-0.82029,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 8.01669, position (cm) = (-156.542,-16.3357,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 45.9705, position (cm) = (-159.552,-20.6661,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 45.9705, position (cm) = (-159.552,-20.6661,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 45.9462, position (cm) = (-159.162,-20.2781,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 45.9462, position (cm) = (-159.162,-20.2781,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 6.90594, position (cm) = (-141.701,-24.8639,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.21667e-08, position (cm) = (-131.969,0.60778,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0949143, position (cm) = (-155.601,6.40324,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.401764, position (cm) = (-144.346,11.1667,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.555177, position (cm) = (-152.743,-45.9082,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 6.11098, position (cm) = (-143.187,-30.5922,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 29.3426, position (cm) = (-115.771,-83.6882,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.172161, position (cm) = (-105.875,-75.234,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.182772, position (cm) = (-99.4796,-83.591,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.54196, position (cm) = (-122.393,-76.2492,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 6.04027, position (cm) = (-111.581,-113.372,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.37163, position (cm) = (-106.943,-79.7843,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.66586, position (cm) = (-111.895,-70.9752,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.0655885, position (cm) = (-136.082,-92.0887,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.00662285, position (cm) = (-111.552,-68.2379,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.32938, position (cm) = (-117.589,-80.8594,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.90809, position (cm) = (-114.554,-73.2885,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 32.7112, position (cm) = (-79.1885,-88.8451,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 13.3061, position (cm) = (-82.7252,-98.7006,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.0126646, position (cm) = (-79.6316,-120.716,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.294411, position (cm) = (-81.0057,-121.344,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.37472, position (cm) = (-80.1734,-119.2,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.6747, position (cm) = (-78.1508,-118.203,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.169571, position (cm) = (-73.4646,-107.061,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 19.0847, position (cm) = (-73.3868,-107.08,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 31.7443, position (cm) = (-89.4879,-104.623,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.156184, position (cm) = (-77.8,-105.234,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.437785, position (cm) = (-95.1121,-17.0387,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 63.0916, position (cm) = (-16.8549,-107.412,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 63.3951, position (cm) = (-21.6752,-101.085,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 62.7547, position (cm) = (-22.3108,-99.9964,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0870154, position (cm) = (-28.5998,-83.6796,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.656997, position (cm) = (-15.9247,-112.75,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.23671, position (cm) = (-23.6788,-96.3223,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.31088, position (cm) = (45.231,54.93,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.40265e-07, position (cm) = (117.824,-90.3756,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.32692, position (cm) = (75.38,-156.68,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.248123, position (cm) = (80.4739,-149.77,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.941836, position (cm) = (62.3251,-157.695,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.422366, position (cm) = (69.556,-168.235,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.226576, position (cm) = (68.4554,-168.204,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.659536, position (cm) = (49.2705,-164.689,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.195892, position (cm) = (62.5618,-190.033,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.143139, position (cm) = (40.5365,-165.795,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.22452, position (cm) = (51.4824,-163.519,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.33524, position (cm) = (48.3088,-183.637,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 49.3797, position (cm) = (86.0195,-101.122,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 49.3797, position (cm) = (86.0195,-101.122,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 49.3797, position (cm) = (86.0195,-101.122,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 4.95289, position (cm) = (79.1245,-94.3104,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.99155, position (cm) = (100.164,-129.05,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 3.25988, position (cm) = (76.9862,-105.75,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 4.14231, position (cm) = (108.347,-108.36,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.258281, position (cm) = (115.783,-146.529,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.125217, position (cm) = (109.569,-151.404,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0965484, position (cm) = (125.173,-160.118,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 27.9825, position (cm) = (114.534,-157.296,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 62.465, position (cm) = (122.993,-153.498,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 62.465, position (cm) = (122.993,-153.498,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.0661899, position (cm) = (93.2606,-129.338,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 42.0491, position (cm) = (95.3161,-102.64,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.52637, position (cm) = (81.834,-73.075,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 42.6283, position (cm) = (97.3591,-99.0115,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 42.6283, position (cm) = (97.3591,-99.0115,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 42.3868, position (cm) = (97.9444,-99.253,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 42.0203, position (cm) = (95.4782,-98.0421,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 42.5324, position (cm) = (96.5236,-99.8575,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 42.5157, position (cm) = (96.6054,-99.7703,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 25.7767, position (cm) = (97.885,-95.1017,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 25.7767, position (cm) = (97.885,-95.1017,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 42.743, position (cm) = (96.4843,-98.482,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 42.743, position (cm) = (96.4843,-98.482,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.1375, position (cm) = (90.6153,-151.377,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 3.11035, position (cm) = (91.8649,-117.297,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 4.73369, position (cm) = (92.7839,-112.097,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.843553, position (cm) = (95.4964,-112.938,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 65.7972, position (cm) = (42.3014,-84.4056,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 6.09551, position (cm) = (56.7435,-73.8091,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 4.3312, position (cm) = (38.7493,-131.507,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.31108, position (cm) = (61.0202,-125.933,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 6.94057, position (cm) = (26.7718,-105.794,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 26.6493, position (cm) = (25.7914,-105.979,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 34.9402, position (cm) = (25.648,-106.727,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 77.8682, position (cm) = (37.3004,-90.1826,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 77.112, position (cm) = (38.1935,-91.4007,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 77.112, position (cm) = (38.1935,-91.4007,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.108891, position (cm) = (39.0391,-85.6136,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.000102968, position (cm) = (31.1875,-118.104,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.154511, position (cm) = (16.8233,-121.265,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.116433, position (cm) = (-21.6084,181.635,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 0.00721257, position (cm) = (-31.9308,155.071,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.150678, position (cm) = (-7.9844,176.856,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 2.22306, position (cm) = (-8.89135,212.173,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 0.00041349, position (cm) = (-33.04,187.471,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 0.0693453, position (cm) = (-12.0697,159.611,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.598759, position (cm) = (129.699,-119.415,200), weight = 3.05176e-05 - e-, kinetic energy (MeV) = 0.449122, position (cm) = (129.615,-119.437,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.108251, position (cm) = (159.146,-156.755,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.51323, position (cm) = (200.429,-106.917,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.6599, position (cm) = (168.766,-121.305,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.53322e-06, position (cm) = (165.545,-176.566,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.261975, position (cm) = (217.741,-119.508,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 10.0804, position (cm) = (229.21,-149.686,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 73.1824, position (cm) = (268.343,-149.618,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 73.1824, position (cm) = (268.343,-149.618,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 73.733, position (cm) = (270.439,-151.037,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 72.1166, position (cm) = (269.891,-150.947,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 70.9322, position (cm) = (251.989,-133.34,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.141182, position (cm) = (298.485,-117.255,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.924, position (cm) = (316.281,-130.152,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.9926, position (cm) = (321.815,-130.801,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.570451, position (cm) = (354.898,-103.491,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.19632, position (cm) = (348.208,-111.256,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 37.9927, position (cm) = (349.069,-109.684,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 49.8644, position (cm) = (349.926,-108.75,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 49.4761, position (cm) = (350.142,-106.1,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 49.4761, position (cm) = (350.142,-106.1,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.23359, position (cm) = (332.31,-134.36,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.179646, position (cm) = (329.636,-125.289,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.17274, position (cm) = (339.778,-122.132,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 1.16513, position (cm) = (305.897,-110.455,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 7.07765e-07, position (cm) = (337.209,-112.086,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 6.68263e-07, position (cm) = (334.058,-111.773,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 1.76612, position (cm) = (330.607,-96.4394,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.71968, position (cm) = (337.731,-123.641,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.132199, position (cm) = (370.373,-114.419,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 72.2246, position (cm) = (274.604,-143.386,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 72.2246, position (cm) = (274.604,-143.386,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.2933, position (cm) = (231.239,-145.16,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.66296, position (cm) = (244.294,-147.083,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.11406, position (cm) = (245.199,-160.49,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 5.22359, position (cm) = (246.404,-153.871,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.315165, position (cm) = (241.454,-145.984,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 73.6112, position (cm) = (178.116,-157.285,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 24.1305, position (cm) = (181.653,-151.28,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.44924e-05, position (cm) = (180.044,-174.498,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.105991, position (cm) = (-12.498,-133.585,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.71325, position (cm) = (-8.162,-97.9567,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.26207, position (cm) = (-41.4552,-142.973,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.48468, position (cm) = (-42.9132,-141.976,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.92362, position (cm) = (-34.1744,-157.858,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 79.3117, position (cm) = (-61.4975,-5.74312,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.327582, position (cm) = (-58.1102,-8.62391,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 29.1558, position (cm) = (-74.1555,-1.81277,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 3.62444, position (cm) = (-43.4072,-4.12616,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 78.725, position (cm) = (-79.4209,-1.75574,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 78.7461, position (cm) = (-80.6068,-2.15814,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 79.3858, position (cm) = (-54.8354,-8.57717,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 4.7541e-08, position (cm) = (-60.4346,-18.4568,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.202492, position (cm) = (-59.4159,-26.549,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.401581, position (cm) = (-54.4303,-20.2227,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 2.1553, position (cm) = (-72.7782,-33.9566,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.568858, position (cm) = (-45.0971,-14.0796,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 79.0813, position (cm) = (-55.9228,-14.2874,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 1.74063, position (cm) = (8.92624,112.711,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 4.66008, position (cm) = (8.68214,86.9843,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.722736, position (cm) = (35.0364,105.442,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.125191, position (cm) = (37.5323,128.808,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 2.94495, position (cm) = (26.2073,88.8818,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 6.72113, position (cm) = (26.0632,55.3758,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 0.95089, position (cm) = (22.7699,78.0979,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 7.15875, position (cm) = (19.8051,97.485,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.42281, position (cm) = (33.5811,98.3146,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.45711, position (cm) = (43.0515,73.4623,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.2393, position (cm) = (42.58,70.1123,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.219902, position (cm) = (26.2235,93.7266,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.96959, position (cm) = (26.4449,91.6651,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.154447, position (cm) = (25.8444,92.624,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 6.09996, position (cm) = (26.628,89.5202,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 6.54964e-05, position (cm) = (32.0946,84.0731,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 0.000667334, position (cm) = (56.74,132.758,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 7.11618, position (cm) = (49.687,115.467,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 7.11618, position (cm) = (49.687,115.467,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 1.78137, position (cm) = (69.8263,116.367,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.27589, position (cm) = (58.3006,73.6272,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.172586, position (cm) = (4.21215,79.9182,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 2.70732, position (cm) = (3.1278,74.2385,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.27986, position (cm) = (19.6798,123.516,200), weight = 1.52588e-05 - e-, kinetic energy (MeV) = 1.80994, position (cm) = (19.653,123.47,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 5.80769, position (cm) = (25.6355,170.093,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-31.7461,140.502,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.285655, position (cm) = (-29.2922,138.854,200), weight = 3.8147e-06 - e-, kinetic energy (MeV) = 2.51069, position (cm) = (-30.0253,139.356,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 50.776, position (cm) = (84.2407,171.9,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 27.6417, position (cm) = (83.6714,171.902,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 5.392e-06, position (cm) = (109.965,160.639,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.64043, position (cm) = (68.5133,163.041,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 50.7699, position (cm) = (70.1219,167.746,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.02031, position (cm) = (87.3662,152.605,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 24.9822, position (cm) = (58.4191,164.475,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 24.9453, position (cm) = (59.1175,164.491,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 5.15062, position (cm) = (88.4246,225.808,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.0713726, position (cm) = (112.228,254.545,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.14341, position (cm) = (88.1149,221.834,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 73.2793, position (cm) = (42.2852,-31.5241,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.17679, position (cm) = (29.5742,-54.8994,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 7.83289, position (cm) = (37.2561,-47.9898,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.112099, position (cm) = (33.1661,-38.5772,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 7.38671, position (cm) = (33.7208,-49.1233,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 7.38671, position (cm) = (33.7208,-49.1233,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.163143, position (cm) = (25.5297,-12.6949,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.71697, position (cm) = (63.2104,-50.7534,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.36096, position (cm) = (77.743,-18.9618,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 9.1677, position (cm) = (88.5738,-1.5398,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 9.1677, position (cm) = (88.5738,-1.5398,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 7.96732, position (cm) = (81.1791,-0.905277,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 9.1677, position (cm) = (88.5738,-1.5398,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 6.45839, position (cm) = (58.8095,7.73642,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 3.75634, position (cm) = (44.6108,6.30721,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.213882, position (cm) = (40.9549,4.28286,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.676129, position (cm) = (49.8268,4.61496,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.55221, position (cm) = (43.0431,3.09334,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.57844e-08, position (cm) = (48.9408,-9.24673,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.3668, position (cm) = (53.9239,7.53654,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.01774, position (cm) = (57.076,0.178232,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 9.1677, position (cm) = (88.5738,-1.5398,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.114779, position (cm) = (67.674,-6.47845,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 31.3266, position (cm) = (33.4083,-20.3815,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 73.7533, position (cm) = (56.3474,-40.9113,200), weight = 0.00195312 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + gamma, kinetic energy (MeV) = 0.205166, position (cm) = (-30.9039,113.576,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 98.2955, position (cm) = (-81.073,68.7184,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.2955, position (cm) = (-81.073,68.7184,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.2955, position (cm) = (-81.073,68.7184,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.0462, position (cm) = (-81.2019,68.501,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.2955, position (cm) = (-81.073,68.7184,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 97.9179, position (cm) = (-88.1053,62.7885,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 97.6122, position (cm) = (-86.8871,66.7869,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 2.22315, position (cm) = (59.5437,-74.7707,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.01946, position (cm) = (36.7918,-77.6237,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.16412, position (cm) = (22.8554,-58.6666,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 22.5179, position (cm) = (29.9128,-75.7599,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.156923, position (cm) = (24.2282,-73.0441,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.36474, position (cm) = (34.0526,-68.4997,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 23.4919, position (cm) = (31.985,-77.2704,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 23.4919, position (cm) = (31.985,-77.2704,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 21.2026, position (cm) = (31.9817,-77.2047,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 23.4919, position (cm) = (31.985,-77.2704,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.0328138, position (cm) = (30.5212,-74.9553,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.45271, position (cm) = (52.8084,-95.7234,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.43458e-06, position (cm) = (52.9543,-59.7211,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.59333, position (cm) = (49.7664,-53.1674,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.688823, position (cm) = (44.3198,-37.701,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.273779, position (cm) = (29.0372,-38.9317,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 4.5917, position (cm) = (43.4944,-19.0253,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.31451, position (cm) = (42.2979,-43.287,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 10.3315, position (cm) = (39.9976,-51.0203,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 6.36677, position (cm) = (62.0993,9.43016,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.84946, position (cm) = (4.86375,-43.3518,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 4.3694, position (cm) = (36.6451,-33.2412,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.00338637, position (cm) = (36.7257,-11.5558,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 3.34896, position (cm) = (68.3081,-4.37746,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0572165, position (cm) = (68.7635,-1.28968,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.479978, position (cm) = (51.966,1.60782,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.89942, position (cm) = (10.6441,111.926,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 2.0531, position (cm) = (78.7927,55.7491,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.089688, position (cm) = (90.6114,67.1099,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.02488, position (cm) = (57.7193,112.32,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.373765, position (cm) = (82.4401,62.9141,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.000193784, position (cm) = (91.6354,62.7938,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.000418104, position (cm) = (67.5805,80.0619,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.0103176, position (cm) = (96.893,81.9871,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.22191, position (cm) = (137.112,85.3008,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00142467, position (cm) = (81.9983,102.462,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 5.04996, position (cm) = (104.337,113.494,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 56.651, position (cm) = (50.6464,89.1509,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.36959, position (cm) = (44.4955,83.6062,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.54958, position (cm) = (54.0927,81.7868,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 5.52433, position (cm) = (41.3124,74.72,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.52542, position (cm) = (53.4881,50.6856,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.109684, position (cm) = (71.9928,11.8228,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.00986216, position (cm) = (68.5469,5.86599,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.436901, position (cm) = (64.9257,-18.5011,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.84468, position (cm) = (22.8029,59.6371,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.84468, position (cm) = (22.8029,59.6371,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.000805782, position (cm) = (30.548,48.4621,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.07736e-05, position (cm) = (21.0364,41.596,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 9.88802, position (cm) = (23.9614,60.6248,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.263645, position (cm) = (31.0066,54.9549,200), weight = 0.000244141 + e-, kinetic energy (MeV) = 2.55205, position (cm) = (30.1621,55.1734,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 46.9999, position (cm) = (34.9615,64.7486,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.310208, position (cm) = (69.1046,95.6456,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.18795, position (cm) = (51.6426,66.4328,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 34.3429, position (cm) = (37.276,58.4946,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 34.3429, position (cm) = (37.276,58.4946,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.219811, position (cm) = (36.4358,60.3575,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 29.577, position (cm) = (36.1949,60.4792,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 34.0056, position (cm) = (14.1551,60.7162,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 35.684, position (cm) = (25.6125,57.862,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 35.684, position (cm) = (25.6125,57.862,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0652181, position (cm) = (-14.8847,51.6682,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 5.32389, position (cm) = (-20.4879,56.2151,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.11079, position (cm) = (102.919,-87.2187,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.596127, position (cm) = (88.7613,-129.242,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.88726, position (cm) = (86.6906,-124.946,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 3.19087, position (cm) = (89.7548,-127.882,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 5.57214, position (cm) = (86.6553,-124.902,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 12.3895, position (cm) = (86.3463,-129.367,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 65.6889, position (cm) = (92.5992,-124.054,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.0278771, position (cm) = (88.6744,-168.282,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 14.4973, position (cm) = (92.2831,-223.307,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 8.44546, position (cm) = (81.6571,-173.087,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 26.2732, position (cm) = (81.4439,-152.018,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.06333, position (cm) = (95.8688,-145.467,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.17115e-05, position (cm) = (88.3234,-130.293,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.60658, position (cm) = (127.229,-93.3763,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 3.49182, position (cm) = (139.04,-128.68,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 5.64732, position (cm) = (132.935,-115.281,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.316364, position (cm) = (132.751,-114.479,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.171258, position (cm) = (138.323,-123.487,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.53897e-06, position (cm) = (116.448,-92.7706,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.105288, position (cm) = (74.2346,-70.6975,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 3.62168, position (cm) = (98.4817,-105.918,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.92683e-06, position (cm) = (98.639,-91.6642,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.26574, position (cm) = (107.702,-2.97864,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.274004, position (cm) = (43.0347,-79.0653,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.446319, position (cm) = (105.056,-161.042,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0291621, position (cm) = (70.6814,37.5768,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 22.516, position (cm) = (52.3759,27.1398,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 21.5639, position (cm) = (52.358,27.429,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 21.5071, position (cm) = (29.0557,23.7915,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.456827, position (cm) = (41.0486,38.5096,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.190244, position (cm) = (56.6221,32.7114,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.161839, position (cm) = (47.956,30.0197,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.447865, position (cm) = (50.5362,32.5045,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0853942, position (cm) = (51.7152,33.6032,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 12.0955, position (cm) = (44.8084,31.4242,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 7.00971, position (cm) = (37.6301,30.6591,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 72.0244, position (cm) = (18.5914,88.8826,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.13173, position (cm) = (-16.5781,144.39,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00105349, position (cm) = (-46.7433,208.187,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00151943, position (cm) = (-12.0375,127.621,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.229616, position (cm) = (-16.8953,104.451,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.26869e-06, position (cm) = (-32.87,145.922,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 17.8288, position (cm) = (13.3806,85.7416,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.81423, position (cm) = (-1.86645,48.5343,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 71.9395, position (cm) = (39.626,46.9101,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.0847571, position (cm) = (53.9719,63.6812,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.532565, position (cm) = (55.2007,68.047,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 40.0709, position (cm) = (61.9147,75.3116,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 40.0709, position (cm) = (61.9147,75.3116,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 39.9743, position (cm) = (61.9171,75.3104,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.34494, position (cm) = (50.793,61.4257,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0610743, position (cm) = (52.233,53.7257,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0477933, position (cm) = (51.6869,62.2535,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.000237944, position (cm) = (62.9232,50.4091,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 72.8584, position (cm) = (55.2557,68.154,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 11.7453, position (cm) = (72.2136,58.693,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.162184, position (cm) = (81.9028,70.0433,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 11.1439, position (cm) = (63.7447,43.9425,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 11.4409, position (cm) = (61.0279,43.7568,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 11.4409, position (cm) = (61.0279,43.7568,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 11.6107, position (cm) = (57.8524,37.2718,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 11.8465, position (cm) = (56.2186,40.1966,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.151986, position (cm) = (54.9194,41.5103,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.97705, position (cm) = (36.2209,56.9388,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0591777, position (cm) = (46.115,48.9923,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.596606, position (cm) = (46.7882,46.9754,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.47661, position (cm) = (53.5343,46.9406,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.4842, position (cm) = (69.5967,77.4917,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 62.5432, position (cm) = (70.3868,38.6603,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.150393, position (cm) = (79.7491,40.4542,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.610173, position (cm) = (78.8678,39.3717,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.268734, position (cm) = (67.9684,39.3838,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 63.0465, position (cm) = (72.3995,31.8043,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 6.67783, position (cm) = (82.0966,31.3905,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 30.9967, position (cm) = (72.3462,33.1786,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.66702, position (cm) = (44.0568,27.0714,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.66702, position (cm) = (44.0568,27.0714,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.873759, position (cm) = (35.3392,48.2474,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.18352, position (cm) = (45.0357,-22.3927,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0833645, position (cm) = (48.0948,27.4883,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.14793, position (cm) = (49.9321,34.4561,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.99395, position (cm) = (48.5832,24.4053,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.16071, position (cm) = (30.2462,40.6959,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.121947, position (cm) = (59.094,24.499,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.237988, position (cm) = (68.2603,35.8699,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.55673, position (cm) = (40.6164,43.4468,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (69.5296,44.3309,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 40.1843, position (cm) = (66.1151,35.2066,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 5.90431, position (cm) = (53.0136,57.7177,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 38.6572, position (cm) = (62.0857,39.863,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 38.6572, position (cm) = (62.0857,39.863,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 38.6572, position (cm) = (62.0857,39.863,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 63.3948, position (cm) = (68.2834,38.3696,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.53912, position (cm) = (50.0067,44.2973,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 26.4063, position (cm) = (52.8503,44.7602,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 45.4782, position (cm) = (41.6402,43.4076,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 44.4512, position (cm) = (41.6411,47.3894,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.17426, position (cm) = (41.3621,27.5581,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 28.8603, position (cm) = (17.5659,31.2686,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 28.8603, position (cm) = (17.5659,31.2686,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 28.8603, position (cm) = (17.5659,31.2686,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 7.13896, position (cm) = (37.1944,50.2881,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 7.86426, position (cm) = (36.9369,50.9635,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 6.80316, position (cm) = (38.3667,28.7621,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.421799, position (cm) = (39.4924,37.9534,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.697072, position (cm) = (18.9615,26.1122,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 63.2354, position (cm) = (62.7966,31.3112,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 63.596, position (cm) = (64.3387,34.3541,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.04625, position (cm) = (53.0672,75.3283,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 62.9003, position (cm) = (63.1545,47.2812,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 62.9892, position (cm) = (63.405,46.6942,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.318765, position (cm) = (63.275,46.4679,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.16329, position (cm) = (63.7445,46.4629,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.43129, position (cm) = (63.7581,52.7379,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 36.5801, position (cm) = (63.4735,46.5294,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.90239, position (cm) = (17.7258,52.0183,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.884753, position (cm) = (30.6364,53.8241,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 2.39071, position (cm) = (43.3255,66.2061,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 1.09706, position (cm) = (-8.69869,-12.1742,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 10.7515, position (cm) = (9.89145,-103.479,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0902805, position (cm) = (-13.5552,-76.7962,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 48.019, position (cm) = (22.3646,-96.6599,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.80231, position (cm) = (4.64948,-97.3701,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 14.0254, position (cm) = (-38.6,-113.91,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 14.0254, position (cm) = (-38.6,-113.91,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.69661, position (cm) = (-22.1749,-121.782,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.134453, position (cm) = (-39.5287,-91.1308,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.115215, position (cm) = (-24.1513,-92.7761,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.177587, position (cm) = (-21.6993,-90.5216,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.32847, position (cm) = (-46.6459,-113.658,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 5.07295, position (cm) = (-60.1373,-120.875,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 61.105, position (cm) = (-32.3488,23.8639,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 61.1148, position (cm) = (-32.3348,23.4428,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 30.9104, position (cm) = (-76.3042,14.8953,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 4.62806, position (cm) = (99.7197,41.4026,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 6.27729e-06, position (cm) = (36.1095,24.4572,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.46993, position (cm) = (86.3358,47.3494,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.255887, position (cm) = (95.3076,44.7987,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.349984, position (cm) = (-94.7461,-95.5797,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.185406, position (cm) = (-78.8172,-88.1402,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.28384, position (cm) = (-67.631,-62.5555,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.696685, position (cm) = (-65.0764,-102.777,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.129525, position (cm) = (-69.2504,-104.113,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.52733, position (cm) = (-43.2348,-101.848,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.26437, position (cm) = (-59.7104,-79.3817,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.527904, position (cm) = (-73.6669,-86.9145,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.50263, position (cm) = (-78.0689,-77.4812,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.162731, position (cm) = (-63.4111,-57.8107,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.89699, position (cm) = (-60.0095,-74.1175,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.52496, position (cm) = (-70.5666,-80.787,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 7.52496, position (cm) = (-70.5666,-80.787,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 4.72323, position (cm) = (-74.2073,-78.73,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.71946, position (cm) = (-59.2444,-64.9178,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.34791, position (cm) = (-54.5523,-78.8892,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.0344507, position (cm) = (-90.2053,304.651,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.169981, position (cm) = (-82.9235,244.74,200), weight = 2.38419e-07 + e-, kinetic energy (MeV) = 6.65353, position (cm) = (-83.2641,244.11,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.226632, position (cm) = (-81.7658,239.242,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 24.3413, position (cm) = (-66.7614,262.62,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 2.76941, position (cm) = (-51.3842,258.483,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.00214227, position (cm) = (-64.286,259.552,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 10.5409, position (cm) = (-67.0964,281.614,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 10.5409, position (cm) = (-67.0964,281.614,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 12.8591, position (cm) = (-73.4247,279.228,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.115542, position (cm) = (-59.5973,273.78,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 1.41449, position (cm) = (-63.9598,266.468,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 1.77917, position (cm) = (-66.3116,258.38,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.162394, position (cm) = (-42.5123,253.458,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.926173, position (cm) = (-55.0237,254.531,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.000945725, position (cm) = (-101.26,217.62,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 73.3235, position (cm) = (1.14177,74.9086,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 73.3235, position (cm) = (1.14177,74.9086,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 73.3235, position (cm) = (1.14177,74.9086,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.174731, position (cm) = (14.5548,73.5174,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.966577, position (cm) = (30.7912,64.7957,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.24708, position (cm) = (-2.21051,84.3543,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 35.3625, position (cm) = (1.42477,75.8438,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 73.3235, position (cm) = (1.14177,74.9086,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 73.3235, position (cm) = (1.14177,74.9086,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0666741, position (cm) = (-22.7719,8.21535,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.754437, position (cm) = (-47.4428,-16.7877,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 20.916, position (cm) = (-38.0057,89.2804,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 20.916, position (cm) = (-38.0057,89.2804,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 20.916, position (cm) = (-38.0057,89.2804,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.54784, position (cm) = (-23.4068,98.138,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.02516, position (cm) = (-67.5381,110.101,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 20.8534, position (cm) = (-55.5931,121.424,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.264489, position (cm) = (-54.277,116.44,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 1.58486, position (cm) = (-54.8922,118.677,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.561108, position (cm) = (-42.9479,111.259,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.92162, position (cm) = (-34.7738,112.8,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.998, position (cm) = (-19.4896,20.6301,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.00924, position (cm) = (4.75621,112.695,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.2683, position (cm) = (13.6777,118.17,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 4.17417, position (cm) = (5.36584,52.7713,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.156044, position (cm) = (-21.244,85.4423,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.215148, position (cm) = (-5.53428,115.915,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 2.04317e-05, position (cm) = (-17.4005,121.898,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0527525, position (cm) = (-25.9539,98.1399,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 28.7793, position (cm) = (-14.6697,170.104,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 28.7793, position (cm) = (-14.6697,170.104,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 28.7099, position (cm) = (-14.4671,169.095,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 28.2241, position (cm) = (-16.0892,168.185,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 28.3359, position (cm) = (-5.74446,176.206,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.88312e-05, position (cm) = (-15.4172,161.715,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.129595, position (cm) = (-7.51487,158.675,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.864045, position (cm) = (-39.8124,181.703,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 8.55116e-07, position (cm) = (-3.01709,202.906,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0863812, position (cm) = (-11.0081,183.984,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.543489, position (cm) = (-13.127,185.351,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 7.61533, position (cm) = (-11.1624,186.529,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.95501, position (cm) = (-12.149,191.892,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.69963, position (cm) = (-12.9898,192.349,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.95115, position (cm) = (-5.66444,184.171,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 22.9781, position (cm) = (-10.5754,184.485,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 22.9781, position (cm) = (-10.5754,184.485,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.47404, position (cm) = (-3.95366,190.139,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.91739, position (cm) = (-11.2991,186.67,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.334472, position (cm) = (1.32642,191.747,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.03956, position (cm) = (-3.18492,197.116,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 15.8958, position (cm) = (-2.68503,211.469,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 16.3228, position (cm) = (-2.78618,211.473,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 17.3557, position (cm) = (6.36868,212.313,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 17.272, position (cm) = (0.445505,203.324,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.234107, position (cm) = (5.25094,213.999,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 17.3557, position (cm) = (6.36868,212.313,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0608552, position (cm) = (1.11614,199.09,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 4.34457, position (cm) = (-0.115351,193.475,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.245302, position (cm) = (22.3304,215.262,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.491063, position (cm) = (4.31828,197.742,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.993152, position (cm) = (-30.1552,167.474,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 7.78527, position (cm) = (-43.7472,161.365,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.551088, position (cm) = (-37.1631,156.188,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 5.29551, position (cm) = (-32.6126,151.456,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.75758, position (cm) = (-55.2101,157.873,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 7.75758, position (cm) = (-55.2101,157.873,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 6.7207, position (cm) = (-66.0668,161.354,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.96972, position (cm) = (-70.9359,157.181,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.77043e-05, position (cm) = (-62.2738,157.395,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0781776, position (cm) = (-59.0194,168.818,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.68748, position (cm) = (-55.251,161.359,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.1235, position (cm) = (-59.3011,156.304,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 51.8379, position (cm) = (179.473,-22.4753,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.000129139, position (cm) = (180.71,84.228,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 8.19946, position (cm) = (195.015,96.5296,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.199604, position (cm) = (182.577,95.9353,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.419877, position (cm) = (186.016,91.7964,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.10423, position (cm) = (202.39,120.34,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.797588, position (cm) = (148.295,110.326,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.39288, position (cm) = (144.182,76.8766,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.812072, position (cm) = (163.532,114.576,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.775855, position (cm) = (214.532,114.534,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 2.82127, position (cm) = (191.979,85.635,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.285821, position (cm) = (152.46,69.7987,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.2003, position (cm) = (197.104,129.241,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 4.68014, position (cm) = (193.529,129.967,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 9.82034, position (cm) = (198.112,129.686,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 6.85256, position (cm) = (193.801,135.89,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.093167, position (cm) = (196.328,136.668,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.61921, position (cm) = (191.804,139.067,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.11482, position (cm) = (192.575,136.258,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 4.90577e-08, position (cm) = (205.991,139.206,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.06533e-06, position (cm) = (171.624,5.20964,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 43.6191, position (cm) = (248.114,33.5896,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 43.3544, position (cm) = (246.006,27.297,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0281415, position (cm) = (200.046,-15.4388,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 8.0877e-05, position (cm) = (169.62,-18.9008,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 50.8317, position (cm) = (178.623,26.2987,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.00604916, position (cm) = (147.196,58.5529,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 58.8405, position (cm) = (202.742,1.35716,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 58.8405, position (cm) = (202.742,1.35716,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.200783, position (cm) = (208.227,4.09725,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 4.89442, position (cm) = (190.868,8.39563,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.493246, position (cm) = (290.3,-12.0321,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 6.31116, position (cm) = (261.447,12.2975,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.80012, position (cm) = (265.73,16.6133,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 62.7172, position (cm) = (308.949,13.3484,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 62.9455, position (cm) = (316.619,7.45439,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 62.9455, position (cm) = (316.619,7.45439,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 91.3559, position (cm) = (-2.13841,-27.3113,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 92.1959, position (cm) = (-2.70508,-23.4483,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 90.6557, position (cm) = (-0.844706,-25.9207,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 99.2874, position (cm) = (6.9399,-10.6786,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.986549, position (cm) = (-2.73202,-7.22467,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 34.9007, position (cm) = (10.2748,-8.98181,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.198035, position (cm) = (24.6511,-13.2553,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 73.7898, position (cm) = (3.76035,-25.1223,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 74.0707, position (cm) = (3.48709,-24.9572,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0613192, position (cm) = (-40.3855,-43.4694,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.44479, position (cm) = (-6.72852,-13.8219,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 5.73537, position (cm) = (-0.740845,-18.3124,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 8.0686, position (cm) = (27.0073,-32.2116,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.71261, position (cm) = (0.461804,-20.8892,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.257362, position (cm) = (11.0455,-26.9355,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.85723, position (cm) = (17.2558,-20.3469,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.42196, position (cm) = (18.026,-66.8051,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.0189933, position (cm) = (25.6153,-109.232,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.458525, position (cm) = (24.2262,-88.0314,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.811703, position (cm) = (30.9777,-98.681,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.97965, position (cm) = (35.7908,-88.5664,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.15218, position (cm) = (6.49368,-67.8511,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 6.44488, position (cm) = (33.39,-78.882,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00318022, position (cm) = (34.9993,-118.705,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.27991e-06, position (cm) = (27.0845,-144.138,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.67919, position (cm) = (19.9857,-148.604,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 8.95873, position (cm) = (23.2014,-146.426,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 20.8474, position (cm) = (29.8887,-143.285,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 20.3592, position (cm) = (31.8394,-144.359,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0066601, position (cm) = (37.1951,-87.8431,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.141293, position (cm) = (59.971,-122.161,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.309237, position (cm) = (27.2969,-164.519,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.556635, position (cm) = (44.8275,-126.259,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.72168e-08, position (cm) = (32.2915,-168.516,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.2757, position (cm) = (34.1275,-164.142,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 6.15476, position (cm) = (31.2542,-138.675,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.163742, position (cm) = (42.9709,-174.467,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.221563, position (cm) = (37.0479,-173.873,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.306345, position (cm) = (32.5902,-175.668,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (35.2408,-134.377,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.88045, position (cm) = (23.8226,-178.773,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.123083, position (cm) = (-24.3087,-61.4234,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.517141, position (cm) = (-17.0095,-63.2924,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.143602, position (cm) = (-24.8925,-50.4533,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 39.2151, position (cm) = (-23.7,-61.4478,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.707753, position (cm) = (-23.1947,-61.3018,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.00491798, position (cm) = (-19.9115,-31.6844,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.74385, position (cm) = (-7.52048,-91.0007,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 38.9573, position (cm) = (-31.7497,-67.6355,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.559434, position (cm) = (-4.2501,-60.991,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.69484, position (cm) = (-27.3907,-59.2291,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.283934, position (cm) = (-36.2503,-94.8299,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.122102, position (cm) = (-25.7309,-81.597,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 39.3678, position (cm) = (-21.9456,-62.7115,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.224558, position (cm) = (-22.2374,-61.922,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.53878, position (cm) = (-21.2148,-62.2145,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 29.9848, position (cm) = (-26.801,-60.079,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 29.9848, position (cm) = (-26.801,-60.079,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 39.7701, position (cm) = (-26.177,-69.479,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 27.4803, position (cm) = (-56.9261,-21.5554,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 27.4803, position (cm) = (-56.9261,-21.5554,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0344869, position (cm) = (-55.0454,-9.69626,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.5003, position (cm) = (-54.728,-19.6784,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.42992, position (cm) = (-30.3785,-43.4674,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 3.33964, position (cm) = (-62.7397,-12.8945,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 21.5741, position (cm) = (-55.3491,-11.5962,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 21.5741, position (cm) = (-55.3491,-11.5962,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 21.433, position (cm) = (-55.7042,-11.0786,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 21.9309, position (cm) = (-55.1318,-13.9377,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.212451, position (cm) = (-51.5082,-9.41617,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.09429, position (cm) = (-51.6301,17.57,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.0326458, position (cm) = (-26.282,-67.1509,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.37586, position (cm) = (-60.5647,-23.0668,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 14.8182, position (cm) = (-23.9676,-25.2969,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 3.31572, position (cm) = (-24.1728,-25.1655,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 14.8182, position (cm) = (-23.9676,-25.2969,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 61.9138, position (cm) = (-29.3644,18.1229,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 61.9138, position (cm) = (-29.3644,18.1229,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 71.5304, position (cm) = (-30.0343,14.065,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 72.4488, position (cm) = (-29.8521,13.5902,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 72.4488, position (cm) = (-29.8521,13.5902,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.586759, position (cm) = (-30.7618,-14.6098,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.09202, position (cm) = (-36.6033,-8.2025,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.52392, position (cm) = (-48.6799,-25.5955,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 4.32756, position (cm) = (-47.4763,-36.3881,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.726961, position (cm) = (-34.0434,-40.4607,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0976944, position (cm) = (-48.2423,-39.1938,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.634571, position (cm) = (-46.6283,-16.7399,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 5.04196, position (cm) = (-41.5323,-14.6571,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.436023, position (cm) = (-54.4304,-42.8803,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.993388, position (cm) = (-63.4642,-35.9735,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 50.7381, position (cm) = (1.64287,43.4828,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 51.2849, position (cm) = (0.628925,39.9036,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 24.6639, position (cm) = (-8.41815,30.4909,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 24.788, position (cm) = (-4.36397,30.0941,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0919495, position (cm) = (-1.27985,30.9724,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.76203, position (cm) = (2.13593,28.8266,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0208438, position (cm) = (5.4104,29.3236,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.31294, position (cm) = (0.332664,27.9588,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.291384, position (cm) = (-3.39584,24.7382,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 50.4445, position (cm) = (-5.96641,59.591,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 5.56797, position (cm) = (-26.6207,44.7757,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.68607, position (cm) = (-45.8462,47.1156,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.00453659, position (cm) = (-48.135,47.9933,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.282227, position (cm) = (-30.4962,41.0327,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.189023, position (cm) = (-6.9439,17.3658,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.700679, position (cm) = (-0.980868,19.5118,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.47468, position (cm) = (-9.8491,3.83438,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 3.87925, position (cm) = (-1.02085,17.5102,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.08996, position (cm) = (-2.94783,18.634,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.49048, position (cm) = (-13.0698,26.1364,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 4.87163, position (cm) = (-6.19335,22.1998,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 51.0779, position (cm) = (-3.39553,25.7049,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 7.36735, position (cm) = (-0.986598,25.0955,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.177262, position (cm) = (-2.04454,35.4512,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 30.6999, position (cm) = (69.7057,-36.2229,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.464224, position (cm) = (62.5428,-28.0013,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00556589, position (cm) = (54.5955,-44.8154,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.112157, position (cm) = (57.6405,-32.7068,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.958507, position (cm) = (64.8182,-57.0207,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.26988, position (cm) = (58.344,-61.6959,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.137648, position (cm) = (134.412,5.06736,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.199947, position (cm) = (53.3716,-41.6794,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.38499, position (cm) = (72.3304,-62.0355,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.0136809, position (cm) = (101.884,-53.4965,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.04589, position (cm) = (93.6908,-59.6086,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.08038, position (cm) = (92.7643,-56.6136,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 6.12938, position (cm) = (92.1072,-63.4504,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.97687, position (cm) = (123.884,-116.931,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.5044, position (cm) = (87.0605,-121.132,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.819861, position (cm) = (112.895,-95.9592,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 3.3032, position (cm) = (103.149,-108.115,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 6.53568, position (cm) = (108.761,-97.9568,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 6.53568, position (cm) = (108.761,-97.9568,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.132461, position (cm) = (89.946,-106.174,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 2.26207, position (cm) = (88.5712,-103.438,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.35707, position (cm) = (152.634,-80.0553,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 4.83199, position (cm) = (149.221,-55.5026,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.167083, position (cm) = (147.385,-67.9376,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 0.0824008, position (cm) = (103.661,-53.0841,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.514261, position (cm) = (94.7486,-54.3125,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 11.1525, position (cm) = (91.6614,-61.7839,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.643784, position (cm) = (45.6928,-13.4804,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 19.3775, position (cm) = (52.5547,-15.268,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 20.4011, position (cm) = (53.8403,-15.8125,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 20.3201, position (cm) = (55.0196,-15.9086,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.111516, position (cm) = (32.6576,-8.09121,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.507869, position (cm) = (58.2396,-7.78678,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 5.09001, position (cm) = (59.836,-18.2766,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 29.4099, position (cm) = (68.3521,-11.2012,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 29.4099, position (cm) = (68.3521,-11.2012,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.372036, position (cm) = (127.685,0.292134,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.46034, position (cm) = (128.036,4.46111,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.1116, position (cm) = (135.756,-0.576798,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.81299, position (cm) = (112.245,6.42869,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 7.81299, position (cm) = (112.245,6.42869,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0738126, position (cm) = (118.773,4.41555,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.111523, position (cm) = (111.906,2.46178,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.502434, position (cm) = (107.523,2.89283,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 2.34175, position (cm) = (108.634,10.7752,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 1.91731, position (cm) = (110.69,-0.521011,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 1.12044, position (cm) = (104.039,6.06969,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 1.15235, position (cm) = (94.8518,17.085,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0932433, position (cm) = (124.534,14.9645,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 6.76088, position (cm) = (97.6842,-1.40617,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.104703, position (cm) = (104.359,26.8194,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 5.72201, position (cm) = (107.29,11.1941,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 1.01476, position (cm) = (156.981,55.9036,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.175615, position (cm) = (151.211,53.4447,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 8.71654, position (cm) = (167.612,74.9409,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.20816, position (cm) = (168.175,83.6076,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.877196, position (cm) = (161.83,90.9987,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 3.44797, position (cm) = (163.997,82.3139,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 9.62692e-05, position (cm) = (153.449,54.8938,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 4.02903, position (cm) = (123.852,24.6101,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 3.48958, position (cm) = (96.2216,13.1053,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 17.1772, position (cm) = (97.7831,9.15429,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.779997, position (cm) = (70.7592,20.295,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.386757, position (cm) = (116.437,5.94036,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.0878548, position (cm) = (108.84,-29.8227,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 3.05285, position (cm) = (105.313,-29.9014,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.295346, position (cm) = (106.458,-29.9456,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 6.074, position (cm) = (79.0596,-38.8912,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.454426, position (cm) = (125.456,-30.925,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.265275, position (cm) = (133.091,-33.2786,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 9.80314, position (cm) = (154.224,-10.7963,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 5.05564, position (cm) = (122.736,-33.7443,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 12.01, position (cm) = (131.262,-30.1127,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 12.01, position (cm) = (131.262,-30.1127,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 12.01, position (cm) = (131.262,-30.1127,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.101224, position (cm) = (89.7724,-23.9924,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.201008, position (cm) = (91.9359,-30.6545,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.191256, position (cm) = (94.9806,-15.1383,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.0628593, position (cm) = (80.419,-31.3835,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.2675, position (cm) = (90.8242,-20.9268,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 5.69204, position (cm) = (110.09,-29.3705,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.0803012, position (cm) = (44.0352,61.4336,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.0179135, position (cm) = (36.5113,67.4754,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.351661, position (cm) = (34.2483,74.1763,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.1044, position (cm) = (34.4985,58.3753,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 24.9124, position (cm) = (30.4458,73.3447,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 3.65398, position (cm) = (32.1462,65.7773,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.230837, position (cm) = (96.3365,100.61,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.553783, position (cm) = (95.6564,106.423,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.131462, position (cm) = (86.6879,97.8154,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.14099, position (cm) = (88.4447,108.54,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 22.2598, position (cm) = (125.042,130.65,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 22.5876, position (cm) = (125.955,130.515,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.0243977, position (cm) = (110.118,135.305,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 28.5961, position (cm) = (102.877,137.326,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.115041, position (cm) = (108.982,133.821,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 1.0013, position (cm) = (104.068,140.971,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.0821155, position (cm) = (97.7067,135.583,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 6.03152, position (cm) = (103.792,137.733,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 28.9256, position (cm) = (103.211,137.857,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 28.9256, position (cm) = (103.211,137.857,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.0865973, position (cm) = (112.085,132.795,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.313837, position (cm) = (106.588,133.723,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.132925, position (cm) = (92.1803,129.707,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.79563, position (cm) = (98.4472,133.87,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 4.77111, position (cm) = (105.236,130.021,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 28.7835, position (cm) = (102.121,134.333,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.881456, position (cm) = (109.057,117.854,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.194765, position (cm) = (112.732,116.63,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.1245, position (cm) = (129.003,138.431,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.21493, position (cm) = (147.252,140.678,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.236043, position (cm) = (151.162,135.435,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.549009, position (cm) = (133.771,143.972,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 19.047, position (cm) = (123.29,130.001,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.198084, position (cm) = (128.004,141.32,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.134233, position (cm) = (138.68,118.436,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 11.2787, position (cm) = (122.871,143.098,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 11.2787, position (cm) = (122.871,143.098,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.116155, position (cm) = (127.949,122.561,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 3.59484, position (cm) = (126.785,129.409,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 2.50313, position (cm) = (92.5836,94.8964,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.251513, position (cm) = (79.5433,91.5198,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.43863, position (cm) = (98.4015,102.563,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.184506, position (cm) = (108.486,104.138,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.585871, position (cm) = (109.876,109.734,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 11.5286, position (cm) = (104.394,106.441,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 57.8068, position (cm) = (74.3604,83.1508,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 57.8068, position (cm) = (74.3604,83.1508,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 57.8068, position (cm) = (74.3604,83.1508,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 57.8068, position (cm) = (74.3604,83.1508,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 57.135, position (cm) = (74.2893,83.0738,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 57.8068, position (cm) = (74.3604,83.1508,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 58.0253, position (cm) = (78.2568,86.4759,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 58.0253, position (cm) = (78.2568,86.4759,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.128769, position (cm) = (80.2858,81.1047,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.304632, position (cm) = (99.8667,95.7066,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 58.0253, position (cm) = (78.2568,86.4759,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.967403, position (cm) = (75.5422,83.7707,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 9.17356e-06, position (cm) = (85.8208,85.1004,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.51752e-05, position (cm) = (90.275,86.9033,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 56.6867, position (cm) = (78.1304,122.265,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0943086, position (cm) = (77.2548,118.972,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.163633, position (cm) = (102.786,111.915,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 8.67016, position (cm) = (81.0123,122.156,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.263236, position (cm) = (61.0853,61.3267,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.000670063, position (cm) = (63.7111,64.2122,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.111378, position (cm) = (75.3084,50.9638,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.23229, position (cm) = (76.0531,54.8975,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.370546, position (cm) = (74.6139,60.1501,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.55216, position (cm) = (73.9652,60.3357,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 35.298, position (cm) = (77.2664,52.0924,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.379168, position (cm) = (69.6424,51.8946,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.49866, position (cm) = (68.0772,58.0515,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.65615, position (cm) = (84.2006,45.3506,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 36.0683, position (cm) = (64.0615,49.4565,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 36.0683, position (cm) = (64.0615,49.4565,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 36.2686, position (cm) = (67.5272,49.7947,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.00192085, position (cm) = (83.47,71.819,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 10.0552, position (cm) = (70.652,91.4136,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.17496, position (cm) = (16.1842,170.422,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 5.20008, position (cm) = (50.7853,36.1201,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 54.584, position (cm) = (-2.05675,40.0882,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00168574, position (cm) = (-4.333,57.626,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.82066, position (cm) = (16.6717,54.1606,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 8.96817, position (cm) = (16.3607,59.8874,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 8.96817, position (cm) = (16.3607,59.8874,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 8.96817, position (cm) = (16.3607,59.8874,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.320693, position (cm) = (16.5223,59.6314,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.66588, position (cm) = (23.9211,53.4505,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 4.43026, position (cm) = (17.9067,57.5263,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 8.96817, position (cm) = (16.3607,59.8874,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 4.87143, position (cm) = (15.4184,8.42278,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.599552, position (cm) = (14.4432,62.0219,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 6.62255, position (cm) = (4.40369,61.1931,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.65931, position (cm) = (34.4353,-3.71481,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.591, position (cm) = (28.4875,-0.157064,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 56.9348, position (cm) = (28.8195,54.0147,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.362883, position (cm) = (31.0673,57.2445,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.14979, position (cm) = (28.626,58.8724,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.758137, position (cm) = (15.7583,61.7616,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.625233, position (cm) = (20.9833,56.6336,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 4.71232, position (cm) = (31.2456,58.0214,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.574466, position (cm) = (27.0001,57.5715,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.580926, position (cm) = (27.1384,56.9678,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.212124, position (cm) = (17.9023,62.3063,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 56.5714, position (cm) = (24.661,55.1878,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.131511, position (cm) = (32.5767,51.8788,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0686864, position (cm) = (36.9057,80.9873,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 5.58186, position (cm) = (26.8343,64.2986,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 5.84404, position (cm) = (28.6899,65.9919,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.7803, position (cm) = (28.6476,66.7054,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.48252, position (cm) = (27.1586,75.816,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 8.96279, position (cm) = (36.6697,63.4106,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.331209, position (cm) = (41.1283,54.4184,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 5.47564e-08, position (cm) = (31.6422,92.77,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 3.40973, position (cm) = (44.5702,35.517,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.62849, position (cm) = (56.1527,33.1779,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.154909, position (cm) = (50.8563,89.1037,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.34895, position (cm) = (17.6066,90.4053,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.480184, position (cm) = (68.836,99.6537,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.42907, position (cm) = (115.737,59.439,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.220282, position (cm) = (114.706,58.1311,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.348464, position (cm) = (132.588,42.0323,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.34584, position (cm) = (114.534,56.6423,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 11.4114, position (cm) = (118.454,59.4727,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 47.4312, position (cm) = (105.436,57.9963,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.468759, position (cm) = (106.396,52.7385,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.51731, position (cm) = (72.9657,33.9848,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 8.08696, position (cm) = (61.0591,87.5851,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 7.93934, position (cm) = (61.9894,87.8843,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.51642, position (cm) = (72.3453,90.855,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.132714, position (cm) = (-72.4615,-45.4268,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0732262, position (cm) = (-69.0872,-49.2078,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.97666, position (cm) = (-66.4211,-44.7407,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.76412, position (cm) = (-64.9946,-45.4023,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.00485, position (cm) = (-70.6161,-37.7835,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.674332, position (cm) = (-60.3307,-26.6631,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 57.4478, position (cm) = (-81.5955,-50.5539,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 56.89, position (cm) = (-99.068,-39.3234,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.31175e-06, position (cm) = (-95.1376,-35.1721,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 4.34347, position (cm) = (-92.953,-55.5278,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 56.1615, position (cm) = (-109.645,-35.2517,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.131928, position (cm) = (-94.8292,-68.3816,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 57.4664, position (cm) = (-82.0219,-49.421,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.465153, position (cm) = (-58.2223,-34.9505,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.3163, position (cm) = (-104.121,-55.7456,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.327378, position (cm) = (-93.2839,-67.4661,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 9.29301e-06, position (cm) = (-105.074,-81.77,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.5529, position (cm) = (-98.0483,-63.7532,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.5459, position (cm) = (-99.0483,-63.2442,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.5529, position (cm) = (-98.0483,-63.7532,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.0508, position (cm) = (-94.7049,-72.4978,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.00628e-06, position (cm) = (-65.2352,-40.2412,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0798585, position (cm) = (-89.6071,-60.1009,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.153621, position (cm) = (-51.6274,-52.0191,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.292108, position (cm) = (-86.4038,-18.6882,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.914132, position (cm) = (-70.1952,-132.723,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 60.8985, position (cm) = (-155.612,-166.944,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.3111, position (cm) = (-161.659,-191.14,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 48.5327, position (cm) = (-7.18114,-28.8995,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 48.5327, position (cm) = (-7.18114,-28.8995,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.879838, position (cm) = (-39.4568,-46.0738,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 78.7331, position (cm) = (26.8209,-16.8325,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 78.7331, position (cm) = (26.8209,-16.8325,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 54.5957, position (cm) = (1.00561,-70.345,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 55.5621, position (cm) = (-26.3558,-70.8795,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 55.5621, position (cm) = (-26.3558,-70.8795,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 54.9553, position (cm) = (-24.2623,-69.932,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.303999, position (cm) = (3.39183,-60.4714,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.5682, position (cm) = (11.7467,-77.9579,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.245443, position (cm) = (11.6413,-72.776,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.77814, position (cm) = (10.5561,-72.8962,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.7365, position (cm) = (10.3782,-71.5659,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.99193, position (cm) = (11.9059,-73.1511,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 10.989, position (cm) = (9.68075,-76.5305,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.131901, position (cm) = (-6.71731,-96.4234,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.06422, position (cm) = (-2.60136,-112.688,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.83843, position (cm) = (27.8947,-95.2117,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.49509e-06, position (cm) = (13.0262,-92.0502,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.5151, position (cm) = (12.8212,-87.4465,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.82571, position (cm) = (20.0302,-93.1805,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.57517, position (cm) = (21.5558,-87.3994,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.86243, position (cm) = (21.1377,-94.6626,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 38.8465, position (cm) = (12.1316,-93.6666,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.26266, position (cm) = (19.03,-116.686,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.56712, position (cm) = (-6.49834,-77.3096,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 24.7596, position (cm) = (-5.40932,-69.6675,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0774269, position (cm) = (-80.3101,-59.6945,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 21.666, position (cm) = (-68.0294,-71.1145,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 99.2379, position (cm) = (-37.5745,28.8894,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 99.2224, position (cm) = (-38.1171,28.715,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.2379, position (cm) = (-37.5745,28.8894,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 99.2379, position (cm) = (-37.5745,28.8894,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 98.9797, position (cm) = (-37.7326,28.3916,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0568929, position (cm) = (-25.1448,36.7178,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 47.9778, position (cm) = (-32.7858,35.2009,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.135908, position (cm) = (-30.6035,20.4261,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.111926, position (cm) = (-35.701,36.1722,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 98.5541, position (cm) = (-28.2135,45.405,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.95306, position (cm) = (-22.0835,39.3815,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.50909, position (cm) = (-20.0189,32.4606,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.262575, position (cm) = (-19.6188,35.8213,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.0662679, position (cm) = (-70.308,15.7604,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.05851, position (cm) = (-29.1765,52.9444,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 17.9578, position (cm) = (-30.6163,50.924,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 17.2713, position (cm) = (-31.4299,47.6863,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 19.6204, position (cm) = (-35.6044,46.417,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.51409, position (cm) = (-28.4692,20.3962,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2, position (cm) = (-40.2828,30.4763,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.71996, position (cm) = (-36.6231,28.5063,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.000223022, position (cm) = (-27.3585,29.9136,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.2334, position (cm) = (-38.845,29.9816,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.55424, position (cm) = (-40.7669,22.5587,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 99.2334, position (cm) = (-38.845,29.9816,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.243454, position (cm) = (-73.7355,-6.97587,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 5.26951, position (cm) = (-57.8421,14.4268,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 5.26951, position (cm) = (-57.8421,14.4268,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 5.26951, position (cm) = (-57.8421,14.4268,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.24095, position (cm) = (-53.9037,0.0390338,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 62.1967, position (cm) = (-68.8147,14.0994,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.55175, position (cm) = (-5.38422,-4.07732,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 48.0314, position (cm) = (-5.06807,-4.05651,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.45493, position (cm) = (-6.68563,-5.29878,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 25.9929, position (cm) = (-5.66311,-4.81812,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 9.9835, position (cm) = (-18.9119,8.69524,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 9.9835, position (cm) = (-18.9119,8.69524,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 9.9835, position (cm) = (-18.9119,8.69524,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.04656, position (cm) = (-14.1558,11.5546,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.38648, position (cm) = (-21.2318,85.3799,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.66078e-06, position (cm) = (-12.429,97.3051,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.56885e-05, position (cm) = (-14.7271,103.303,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.30351, position (cm) = (-11.2384,86.7415,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.59449, position (cm) = (-9.56803,102.875,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 17.8252, position (cm) = (26.2106,102.623,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.8059, position (cm) = (20.7511,101.872,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.24443e-06, position (cm) = (24.6319,92.8154,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.000148826, position (cm) = (41.1746,61.3438,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 17.8079, position (cm) = (17.931,70.5127,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.15662, position (cm) = (23.8891,79.9671,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 18.0687, position (cm) = (21.9172,77.8417,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 18.0687, position (cm) = (21.9172,77.8417,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.245168, position (cm) = (22.9283,66.0252,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.8634, position (cm) = (31.4742,77.5144,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 40.8021, position (cm) = (7.79382,160.6,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.15638, position (cm) = (34.2432,86.0966,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.322111, position (cm) = (23.5237,128.633,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.00707, position (cm) = (29.0178,130.609,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.00146104, position (cm) = (55.7518,-56.6924,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.04838, position (cm) = (64.9119,-36.0782,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.71046, position (cm) = (67.3481,-25.932,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.492814, position (cm) = (88.8722,-57.9101,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.16894, position (cm) = (73.3561,-62.5921,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.115513, position (cm) = (83.3345,14.9018,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 4.12948, position (cm) = (75.1524,12.7355,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 9.92606, position (cm) = (81.9312,4.27971,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.311395, position (cm) = (81.7553,-1.64094,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.426626, position (cm) = (83.8205,-15.1135,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 2.71203, position (cm) = (99.0865,15.7466,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 2.34327, position (cm) = (84.8582,5.67868,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.117133, position (cm) = (79.5007,-21.928,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 1.28887, position (cm) = (78.6897,-0.559491,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 43.99, position (cm) = (100.423,-49.5481,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 44.001, position (cm) = (99.92,-50.6912,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 42.615, position (cm) = (86.9069,-53.7006,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 42.6636, position (cm) = (86.6863,-53.6778,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.218208, position (cm) = (90.3819,-47.6195,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.07164, position (cm) = (91.2419,-49.6176,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.01416, position (cm) = (91.8757,-51.1057,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 16.9664, position (cm) = (92.3803,-49.5477,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 16.9664, position (cm) = (92.3803,-49.5477,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 2.17919, position (cm) = (112.756,-36.1671,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 65.763, position (cm) = (123.239,-46.2952,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 6.10885, position (cm) = (119.076,-28.5142,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 5.88878, position (cm) = (100.319,-33.7387,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 42.2177, position (cm) = (48.4117,-16.9383,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 42.2177, position (cm) = (48.4117,-16.9383,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0296964, position (cm) = (70.013,-12.4331,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.97982, position (cm) = (67.5335,-28.2926,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 43.0958, position (cm) = (56.5062,-17.9379,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 43.174, position (cm) = (56.5104,-17.7416,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 43.174, position (cm) = (56.5104,-17.7416,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 43.174, position (cm) = (56.5104,-17.7416,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 43.174, position (cm) = (56.5104,-17.7416,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.315414, position (cm) = (49.6918,-30.831,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0728489, position (cm) = (69.1206,-30.3132,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.20892e-06, position (cm) = (53.4693,-15.5247,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.143844, position (cm) = (49.7514,-15.437,200), weight = 0.00195312 + e+, kinetic energy (MeV) = 1.72255, position (cm) = (55.804,-56.7899,200), weight = 0.00195312 + e-, kinetic energy (MeV) = 1.7127, position (cm) = (55.6221,-56.9763,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.28213, position (cm) = (4.01871,-21.1168,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.0685866, position (cm) = (16.0877,-15.7982,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.808689, position (cm) = (14.557,-25.7931,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0952204, position (cm) = (27.2352,-13.8735,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.18123, position (cm) = (27.8591,-18.6977,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.171991, position (cm) = (34.4019,-83.6121,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.00685896, position (cm) = (22.485,-85.0118,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 39.07, position (cm) = (43.6452,-68.2267,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.679905, position (cm) = (20.5517,-7.12861,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 4.48658, position (cm) = (45.941,-22.546,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 99.4112, position (cm) = (42.7502,-30.7542,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.7268, position (cm) = (42.6258,-30.0944,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.435614, position (cm) = (49.4855,-0.00749047,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.126744, position (cm) = (48.1371,-2.87973,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.735261, position (cm) = (54.4661,-11.9255,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.0666479, position (cm) = (36.3031,-11.2102,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.801537, position (cm) = (48.8101,-3.89767,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 3.00184, position (cm) = (42.3244,-27.7239,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 7.68377, position (cm) = (63.404,-10.3719,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.0631345, position (cm) = (38.4703,-53.0548,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 83.8998, position (cm) = (60.0679,4.86264,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.8931, position (cm) = (72.6798,9.34242,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 1.12061e-07, position (cm) = (6.53583,-137.877,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.143516, position (cm) = (-51.8336,-108.331,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.10179, position (cm) = (-85.2661,-130.765,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 18.2186, position (cm) = (-95.5279,-130.706,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.42487, position (cm) = (-62.7793,-94.3835,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 4.07433, position (cm) = (-58.1335,-106.893,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.15191, position (cm) = (-8.91909,-59.7684,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.818442, position (cm) = (-36.6624,-75.0787,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.188079, position (cm) = (-68.9558,-114.453,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 6.06592, position (cm) = (-44.9927,-88.8802,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 5.28673e-05, position (cm) = (-34.6282,-78.8133,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.380052, position (cm) = (-10.2205,-51.9987,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 23.0764, position (cm) = (-34.1179,-28.9927,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 23.0764, position (cm) = (-34.1179,-28.9927,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.63553, position (cm) = (39.641,-48.9014,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 42.4658, position (cm) = (48.585,-36.4611,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 17.3681, position (cm) = (35.3488,-32.2345,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 17.3681, position (cm) = (35.3488,-32.2345,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 37.4777, position (cm) = (36.9048,-60.6109,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 37.4777, position (cm) = (36.9048,-60.6109,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 98.4803, position (cm) = (61.4593,-14.4588,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.4803, position (cm) = (61.4593,-14.4588,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.8574, position (cm) = (58.0553,-21.0343,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 97.9845, position (cm) = (60.6959,-19.3634,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 2.02441, position (cm) = (55.811,-24.0235,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 16.4882, position (cm) = (58.4834,-21.166,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 18.6225, position (cm) = (58.5569,-21.665,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.173053, position (cm) = (104.48,62.0498,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.000567456, position (cm) = (92.7547,77.7443,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 3.18108, position (cm) = (109.983,66.1317,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.31816, position (cm) = (111.622,58.6724,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.082604, position (cm) = (61.0311,79.3638,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 3.07749, position (cm) = (9.16088,-30.7042,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.03695, position (cm) = (44.9306,-36.1804,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 31.387, position (cm) = (55.2687,-40.1768,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 31.387, position (cm) = (55.2687,-40.1768,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.429776, position (cm) = (36.2535,-5.74073,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 33.7087, position (cm) = (35.5119,-27.2947,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.000775918, position (cm) = (43.8999,-33.3381,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 35.4821, position (cm) = (22.1167,1.43208,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.590669, position (cm) = (7.82585,-27.9937,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 35.03, position (cm) = (23.6984,2.27135,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 35.03, position (cm) = (23.6984,2.27135,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 34.7608, position (cm) = (28.1092,-1.14363,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.78462, position (cm) = (31.3869,-18.9619,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.245274, position (cm) = (22.6619,-17.6423,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.22305, position (cm) = (-26.9633,-6.91825,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 3.37979, position (cm) = (-24.7155,-28.0486,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 4.5637, position (cm) = (-15.0618,-42.5429,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.29792, position (cm) = (-9.92576,-30.9422,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.22093, position (cm) = (-22.3627,-44.3204,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.139755, position (cm) = (-30.9044,-3.41854,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 5.80495, position (cm) = (-42.5003,-27.1099,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 2.73382e-05, position (cm) = (-19.9637,-56.5749,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.168346, position (cm) = (-55.9705,-47.5747,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.257969, position (cm) = (-62.4702,-70.6437,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 9.03708e-05, position (cm) = (-60.542,-38.3136,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 3.00473, position (cm) = (-40.7138,-39.4442,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 26.219, position (cm) = (-32.0838,-33.829,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.43412, position (cm) = (-18.5786,-2.15585,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.6072, position (cm) = (-19.6895,7.81538,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 7.53912e-06, position (cm) = (-16.7182,-0.686657,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 2.8109, position (cm) = (-19.19,-6.84491,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.105309, position (cm) = (-57.0551,17.5885,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.6508e-06, position (cm) = (-62.1369,-28.788,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.65516, position (cm) = (54.1821,-97.2731,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.53615, position (cm) = (38.3629,-87.1213,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 33.1625, position (cm) = (65.8618,-153.945,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.613597, position (cm) = (79.7437,-127.59,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.60913, position (cm) = (71.7802,-129.203,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 2.85718, position (cm) = (49.9685,-162.556,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.443464, position (cm) = (52.409,-159.044,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 1.52883, position (cm) = (67.7473,-141.239,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 0.513418, position (cm) = (54.4496,-148.859,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 8.25677, position (cm) = (122.983,-109.145,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.530172, position (cm) = (107.647,-140.235,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.64117, position (cm) = (113.154,-152.452,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0932928, position (cm) = (136.06,-142.663,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 3.22662, position (cm) = (121.681,-118.858,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.609596, position (cm) = (99.4468,-119.466,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 3.69887, position (cm) = (119.641,-115.538,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 2.1837, position (cm) = (125.325,-108.163,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.132823, position (cm) = (125.562,-133.797,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.27465, position (cm) = (135.107,-124.328,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.253516, position (cm) = (134.97,-133.324,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 1.20438, position (cm) = (128.061,-125.835,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.501206, position (cm) = (131.885,-144.295,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.247586, position (cm) = (140.352,-95.6285,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 5.72173, position (cm) = (75.2215,-150.243,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 22.9485, position (cm) = (74.4727,-150.016,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.163367, position (cm) = (79.1146,-159.152,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.14627, position (cm) = (86.1639,-152.191,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 31.8525, position (cm) = (74.6787,-159.107,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 32.3258, position (cm) = (75.2927,-155.403,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 10.5179, position (cm) = (64.3935,-141.202,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 10.5179, position (cm) = (64.3935,-141.202,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 10.5179, position (cm) = (64.3935,-141.202,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 31.1056, position (cm) = (40.0636,-121.718,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 31.1056, position (cm) = (40.0636,-121.718,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 30.6536, position (cm) = (41.3036,-119.595,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 30.5987, position (cm) = (46.2478,-122.806,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.343012, position (cm) = (40.8763,-115.012,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 38.9356, position (cm) = (93.2225,-65.4837,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.162597, position (cm) = (89.8496,-54.416,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 5.81704, position (cm) = (79.1778,-55.2744,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 38.0242, position (cm) = (94.4295,-66.1626,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 38.6618, position (cm) = (89.6527,-63.9938,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 38.5672, position (cm) = (88.5136,-63.0595,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.317834, position (cm) = (60.8691,-42.9519,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.829391, position (cm) = (62.2149,-33.1411,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 97.1599, position (cm) = (-22.3071,-5.95117,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.0988457, position (cm) = (-21.1304,-8.31821,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.772354, position (cm) = (-17.3404,-11.8279,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 67.0026, position (cm) = (-19.4099,-7.72128,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 1.31637, position (cm) = (-68.1121,47.6973,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.115806, position (cm) = (-77.1124,45.3086,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.16956, position (cm) = (-21.1882,35.6533,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.00444714, position (cm) = (-39.9348,47.9514,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.90286, position (cm) = (-45.2144,56.1531,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.90286, position (cm) = (-45.2144,56.1531,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 8.01625, position (cm) = (-45.5583,59.8524,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 9.05207, position (cm) = (-39.9321,61.6645,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 9.05207, position (cm) = (-39.9321,61.6645,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.337516, position (cm) = (-57.1031,88.8177,200), weight = 0.00390625 + e-, kinetic energy (MeV) = 2.01771, position (cm) = (-65.7674,75.5491,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 36.6428, position (cm) = (-54.5087,-139.364,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 36.6428, position (cm) = (-54.5087,-139.364,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 4.77076e-07, position (cm) = (-68.9407,-132.693,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 38.611, position (cm) = (68.4585,-10.9506,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.53771, position (cm) = (67.1972,-11.327,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.62658, position (cm) = (68.651,-13.853,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.41821, position (cm) = (60.3385,-20.5588,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.596596, position (cm) = (63.844,-0.680783,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.16203, position (cm) = (35.8019,14.3191,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 4.80909, position (cm) = (41.9451,-5.69287,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.22096, position (cm) = (38.8268,13.3101,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.33548, position (cm) = (36.6908,10.3851,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.96507, position (cm) = (38.7782,4.46087,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00544074, position (cm) = (40.4605,24.2941,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.0858, position (cm) = (45.5307,19.0189,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.245696, position (cm) = (69.3497,3.10402,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.409119, position (cm) = (72.2578,2.78371,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 19.7571, position (cm) = (67.6644,5.33141,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 5.41542, position (cm) = (57.7082,-4.31303,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.339224, position (cm) = (51.4762,-44.0594,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.523347, position (cm) = (49.4268,-45.319,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 26.6942, position (cm) = (38.425,-51.2426,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 9.42602, position (cm) = (49.6342,-43.1285,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0557418, position (cm) = (30.3057,-63.8167,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0725494, position (cm) = (18.1081,-41.7127,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.6201, position (cm) = (63.8601,-10.3792,200), weight = 0.125 + neutron, kinetic energy (MeV) = 2.20698, position (cm) = (63.222,-41.0803,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.47495, position (cm) = (55.929,-59.6672,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.000928784, position (cm) = (56.5828,-35.9553,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.56326, position (cm) = (0.516397,-4.99213,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.357145, position (cm) = (34.9518,-12.8947,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.67003, position (cm) = (23.2539,-17.7615,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0854843, position (cm) = (1.95875,-22.2973,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.138362, position (cm) = (8.41044,-28.5077,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 9.22747, position (cm) = (10.582,-27.067,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.186322, position (cm) = (-5.28506,-4.0074,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 14.5953, position (cm) = (-4.6236,-29.9259,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 14.628, position (cm) = (-4.94024,-30.9376,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.232732, position (cm) = (-5.02376,-25.3018,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.845743, position (cm) = (-10.7744,-27.8393,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 10.5627, position (cm) = (7.67547,-8.78722,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.00464789, position (cm) = (-4.86135,-10.4883,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 6.62518, position (cm) = (1.30492,-15.9631,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 40.7491, position (cm) = (18.5208,-29.5339,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 39.5051, position (cm) = (11.9248,-25.2203,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0909852, position (cm) = (8.24374,-38.2756,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.138405, position (cm) = (6.46874,-36.5885,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.43529, position (cm) = (17.6234,-45.9886,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 8.32358, position (cm) = (8.65742,-38.5606,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.32358, position (cm) = (8.65742,-38.5606,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.32358, position (cm) = (8.65742,-38.5606,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.34009, position (cm) = (36.5149,-6.27806,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.35265, position (cm) = (34.243,-8.85811,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 4.97172e-05, position (cm) = (26.6196,-20.7401,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 10.2793, position (cm) = (22.9431,-37.8827,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0575151, position (cm) = (36.7875,-53.5048,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.365018, position (cm) = (34.1418,-59.8257,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 8.62603, position (cm) = (13.9869,-22.3559,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.31496, position (cm) = (12.0356,-27.7079,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.563445, position (cm) = (5.06589,-50.9737,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.384032, position (cm) = (-5.52662,-37.3623,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 5.42082, position (cm) = (14.8365,-30.4332,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 2.4255, position (cm) = (-29.8924,-122.782,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.162701, position (cm) = (97.4227,-17.3171,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 1.45936, position (cm) = (110.081,41.1259,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.6627, position (cm) = (72.6654,26.4558,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.722981, position (cm) = (41.594,35.9005,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.24891, position (cm) = (31.0669,26.9521,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.78765e-05, position (cm) = (84.0714,22.2497,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.33899, position (cm) = (69.0499,-47.0994,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.218386, position (cm) = (53.4338,-21.541,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 5.15021, position (cm) = (83.3207,26.4813,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.85333, position (cm) = (74.5346,38.3709,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.85333, position (cm) = (74.5346,38.3709,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 25.6693, position (cm) = (85.4318,24.4777,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 3.41742, position (cm) = (126.225,52.9657,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 33.528, position (cm) = (88.2288,23.1124,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 32.9846, position (cm) = (60.3781,33.9892,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 63.5634, position (cm) = (67.8799,10.9278,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 35.3083, position (cm) = (83.5339,22.648,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 35.0706, position (cm) = (82.6744,17.0558,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 35.0706, position (cm) = (82.6744,17.0558,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 34.5801, position (cm) = (78.2128,18.8999,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 35.2463, position (cm) = (80.1483,22.1904,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 35.1209, position (cm) = (80.7365,22.1079,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.168574, position (cm) = (-10.4087,-36.8081,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.295248, position (cm) = (-10.1856,-28.1577,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 2.57772, position (cm) = (-5.09333,5.68278,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.132508, position (cm) = (-27.2546,-28.7576,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 14.7847, position (cm) = (-26.2682,-36.2423,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 15.8524, position (cm) = (-26.0904,-39.8287,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.159025, position (cm) = (-20.6472,-37.9741,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.3731, position (cm) = (-43.7105,9.43574,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.492, position (cm) = (42.6685,29.3089,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 99.5079, position (cm) = (42.4044,29.4908,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 5.66998, position (cm) = (54.3697,7.17936,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 57.2374, position (cm) = (26.4616,-22.7383,200), weight = 0.0625 + gamma, kinetic energy (MeV) = 0.594255, position (cm) = (15.0787,-8.20452,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 6.39784e-06, position (cm) = (21.4331,-17.2134,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.542833, position (cm) = (43.2364,-25.9024,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 17.16, position (cm) = (39.31,-42.817,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.202562, position (cm) = (34.4103,-30.1328,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.53195, position (cm) = (33.8989,-31.599,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 4.96795, position (cm) = (1.99583,6.1647,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.11587, position (cm) = (2.74202,5.52582,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.933462, position (cm) = (3.35887,4.71331,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.00010789, position (cm) = (39.0632,-36.0724,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.711817, position (cm) = (14.5097,-32.4447,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 7.31005, position (cm) = (23.0897,-33.074,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 18.7388, position (cm) = (42.9917,-36.3313,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.102628, position (cm) = (53.2972,-41.3256,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 18.7388, position (cm) = (42.9917,-36.3313,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 18.7388, position (cm) = (42.9917,-36.3313,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 18.7388, position (cm) = (42.9917,-36.3313,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 18.7388, position (cm) = (42.9917,-36.3313,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0984878, position (cm) = (28.4189,-41.3749,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 18.3098, position (cm) = (27.5636,-24.7455,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00154728, position (cm) = (37.6974,-12.1075,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.306664, position (cm) = (40.7601,-8.20731,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.181212, position (cm) = (45.0817,-2.41635,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.67675, position (cm) = (9.51376,-25.0582,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 5.93449, position (cm) = (43.0733,-44.7454,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 3.52546, position (cm) = (52.8121,-39.3704,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.101087, position (cm) = (52.9669,-34.4551,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.331885, position (cm) = (59.1982,-55.467,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 4.03156e-07, position (cm) = (50.3895,-32.3103,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.329175, position (cm) = (41.8551,-5.00139,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.142406, position (cm) = (20.7185,-14.1868,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.01865, position (cm) = (25.0143,0.31836,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 3.53058e-05, position (cm) = (42.9752,-44.532,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.76478, position (cm) = (24.5001,-5.66162,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0876293, position (cm) = (-0.710942,42.4689,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 5.40594, position (cm) = (-11.2086,30.5925,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.74147, position (cm) = (19.4404,38.4578,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 6.32945, position (cm) = (8.44527,32.986,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 40.0714, position (cm) = (23.9449,59.6995,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 40.9446, position (cm) = (27.7415,58.0712,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.44502, position (cm) = (43.2188,56.7278,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 3.78148, position (cm) = (21.1827,71.703,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 40.9127, position (cm) = (17.9348,51.2111,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 40.2673, position (cm) = (21.7371,49.075,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 39.0985, position (cm) = (16.0447,43.6812,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.81469, position (cm) = (1.13726,21.8652,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 34.2517, position (cm) = (-5.62785,54.8235,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.618393, position (cm) = (17.7368,29.4224,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.119064, position (cm) = (14.8719,26.8014,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 35.5016, position (cm) = (17.8493,34.0909,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 41.3401, position (cm) = (18.5865,40.6091,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.114986, position (cm) = (9.51302,46.1526,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 4.36248, position (cm) = (12.7158,47.4827,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.24725e-08, position (cm) = (15.9496,22.3277,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 5.90505, position (cm) = (143.551,-194.979,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.47605, position (cm) = (151.888,-142.838,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.468048, position (cm) = (196.587,-252.346,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 10.2585, position (cm) = (194.278,-244.128,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 21.6181, position (cm) = (198.752,-251.623,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 1.06861, position (cm) = (198.943,-251.498,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 1.75858, position (cm) = (199.793,-251.628,200), weight = 7.45058e-09 + e+, kinetic energy (MeV) = 4.91206, position (cm) = (198.647,-251.028,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 8.74527, position (cm) = (198.67,-249.822,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 21.6181, position (cm) = (198.752,-251.623,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 19.1701, position (cm) = (201.325,-241.718,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 21.4958, position (cm) = (199.203,-251.052,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 21.4958, position (cm) = (199.203,-251.052,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.210955, position (cm) = (165.675,-248.038,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 8.91037e-08, position (cm) = (248.223,-240.403,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.14861, position (cm) = (234.846,-225.816,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.00167718, position (cm) = (204.728,-226.329,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.097195, position (cm) = (162.229,-261.3,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.042101, position (cm) = (162.486,-259.29,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.64912, position (cm) = (162.771,-259.603,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 3.02854, position (cm) = (162.031,-258.999,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.54128, position (cm) = (104.832,-183.063,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 48.0646, position (cm) = (74.7524,-130.861,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.45301e-06, position (cm) = (50.4861,27.9157,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 3.54072e-06, position (cm) = (44.4162,11.5151,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 2.25937e-06, position (cm) = (57.8642,35.7133,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 6.95016, position (cm) = (23.5144,21.4902,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 99.7145, position (cm) = (10.8397,12.742,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 99.7145, position (cm) = (10.8397,12.742,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 99.7145, position (cm) = (10.8397,12.742,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.7145, position (cm) = (10.8397,12.742,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 99.7145, position (cm) = (10.8397,12.742,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 99.7145, position (cm) = (10.8397,12.742,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 31.2494, position (cm) = (10.1879,20.5912,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 31.2494, position (cm) = (10.1879,20.5912,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.57844, position (cm) = (29.3006,3.51151,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 7.75544e-06, position (cm) = (29.0182,-22.5656,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.5426, position (cm) = (38.0268,-10.6647,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.609232, position (cm) = (19.2734,-15.8299,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.323748, position (cm) = (16.1867,-2.95159,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 28.3084, position (cm) = (12.1791,6.43947,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.35467, position (cm) = (-4.31632,-30.7831,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 98.5916, position (cm) = (7.91674,-17.7492,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 99.4521, position (cm) = (2.02312,-8.33312,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.270032, position (cm) = (7.12793,0.576027,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 3.0227, position (cm) = (9.65948,-8.69256,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 21.6302, position (cm) = (10.6401,-11.0785,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.546779, position (cm) = (3.40275,-8.75134,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0773649, position (cm) = (-23.1687,49.3723,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 73.1131, position (cm) = (-29.6326,29.5971,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 72.1586, position (cm) = (-29.6359,29.4392,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.11806, position (cm) = (15.4431,68.7294,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.48056, position (cm) = (43.6818,31.973,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 8.47263e-07, position (cm) = (57.4953,32.0112,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.54894e-05, position (cm) = (44.7898,36.1207,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.150008, position (cm) = (56.9689,34.579,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.17815, position (cm) = (52.5806,48.9407,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0710014, position (cm) = (62.5147,47.1939,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.06301, position (cm) = (67.0272,40.0428,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0946968, position (cm) = (36.9682,17.1742,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.00032242, position (cm) = (36.1208,37.2276,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0541984, position (cm) = (4.7596,34.7181,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-8.80084,75.3276,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.92767, position (cm) = (-18.2541,104.983,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.25243, position (cm) = (-15.464,105.156,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.63, position (cm) = (-10.653,107.328,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.44685, position (cm) = (-2.06556,110.108,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 16.2536, position (cm) = (-2.55398,56.8024,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.241145, position (cm) = (-9.46963,70.5395,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.342103, position (cm) = (-0.147989,66.4208,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.11983, position (cm) = (-3.35274,69.2266,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 10.8094, position (cm) = (5.86517,55.1332,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 2.54451, position (cm) = (21.5684,49.9311,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 11.3935, position (cm) = (2.61816,70.9214,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.55441, position (cm) = (-0.982566,42.7885,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.05841, position (cm) = (-6.37113,60.9834,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.155008, position (cm) = (19.5478,68.5792,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 42.6869, position (cm) = (51.0289,101.99,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0888792, position (cm) = (85.1841,152.609,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.364251, position (cm) = (58.5198,117.565,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 2.48128e-07, position (cm) = (71.5938,157.607,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 2.97606, position (cm) = (71.3497,164.34,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 1.47772, position (cm) = (53.1436,157.461,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 5.0244, position (cm) = (55.5766,155.067,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 25.8085, position (cm) = (62.8431,149.224,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 2.13394, position (cm) = (22.1875,166.543,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 6.76455, position (cm) = (29.0542,180.003,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 2.31884, position (cm) = (71.4728,135.829,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.8231, position (cm) = (45.9422,80.8249,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 6.45575, position (cm) = (54.1576,70.6654,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 0.814927, position (cm) = (64.358,81.3145,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.347789, position (cm) = (64.038,51.1855,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 43.8017, position (cm) = (50.4101,100.03,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.00309603, position (cm) = (58.3821,108.553,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.398814, position (cm) = (41.0421,101.156,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 1.16898, position (cm) = (45.6253,97.2806,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.127304, position (cm) = (51.5918,96.9721,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 3.09491, position (cm) = (51.5065,108.899,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.207873, position (cm) = (51.4963,107.548,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.281299, position (cm) = (55.0296,94.0775,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.751796, position (cm) = (56.1545,108.124,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.0738226, position (cm) = (56.4016,98.3488,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 2.8094, position (cm) = (65.4288,98.5386,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 5.52526e-05, position (cm) = (72.2942,85.3035,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 33.9078, position (cm) = (50.0288,113.838,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 43.5988, position (cm) = (45.7583,109.992,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 43.5988, position (cm) = (45.7583,109.992,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 42.964, position (cm) = (41.9937,114.198,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 1.66513, position (cm) = (30.8749,122.965,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.65648, position (cm) = (39.4868,93.585,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 5.54049, position (cm) = (39.8788,93.1525,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.476218, position (cm) = (27.4789,92.0165,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.135751, position (cm) = (37.3523,102.179,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.955252, position (cm) = (42.2769,108.221,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 43.0222, position (cm) = (47.591,111.858,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.987869, position (cm) = (26.1963,138.026,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 5.72155, position (cm) = (11.6686,141.698,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 3.48582, position (cm) = (13.4562,141.273,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 24.0288, position (cm) = (9.87003,136.441,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.100269, position (cm) = (2.50125,140.055,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.137663, position (cm) = (9.06543,142.077,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 4.7016, position (cm) = (13.8387,140.256,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 0.00613894, position (cm) = (0.205168,76.2436,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 2.86578, position (cm) = (9.46301,130.92,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 18.9672, position (cm) = (9.71729,146.964,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 10.6756, position (cm) = (19.7029,160.147,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.776777, position (cm) = (26.934,149.11,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.190899, position (cm) = (15.2518,150.241,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.201944, position (cm) = (-1.729,158.538,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 1.32681, position (cm) = (14.4615,150.927,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.354696, position (cm) = (2.95395,138.895,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.661633, position (cm) = (29.8423,153.471,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 23.1154, position (cm) = (14.2893,145.211,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.164013, position (cm) = (16.7943,144.367,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.128048, position (cm) = (29.3573,142.107,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 2.63181, position (cm) = (8.23062,143.389,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 3.65729, position (cm) = (15.8735,144.674,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 22.893, position (cm) = (15.8936,144.841,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.203879, position (cm) = (29.2127,130.156,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 2.88292, position (cm) = (15.1651,138.368,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 8.79156e-05, position (cm) = (19.1197,133.201,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.333958, position (cm) = (19.2397,150.268,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 2.8403, position (cm) = (20.7856,153.241,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 0.555622, position (cm) = (13.4476,152.249,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.0726366, position (cm) = (-3.83826,153.058,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 23.7605, position (cm) = (20.2277,161.422,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.474475, position (cm) = (5.05801,163.983,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.560647, position (cm) = (10.0002,166.499,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 2.03537, position (cm) = (14.6918,169.486,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.235522, position (cm) = (17.9184,147.759,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.134456, position (cm) = (26.5088,50.586,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.768394, position (cm) = (56.8359,57.9996,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.188494, position (cm) = (0.311003,50.6488,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.156086, position (cm) = (0.68632,55.6698,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 5.30605e-05, position (cm) = (15.8738,73.7565,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.89084, position (cm) = (-3.43976,47.6894,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 2.89084, position (cm) = (-3.43976,47.6894,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 4.12582, position (cm) = (5.57843,52.0871,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.076291, position (cm) = (56.1464,103.014,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 3.12049, position (cm) = (19.2415,52.0347,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 6.92895e-07, position (cm) = (-35.3866,52.2529,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.126151, position (cm) = (-78.0057,53.0188,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0952463, position (cm) = (-78.4598,84.8209,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 69.7333, position (cm) = (-85.9058,89.3171,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 68.3353, position (cm) = (-46.1131,74.1069,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.81678, position (cm) = (3.57644,34.3848,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 49.9176, position (cm) = (-13.2342,54.9457,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 34.133, position (cm) = (-31.0359,104.481,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 34.133, position (cm) = (-31.0359,104.481,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 3.56763, position (cm) = (-13.4376,52.4079,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.311107, position (cm) = (-5.1175,39.7438,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.306107, position (cm) = (-35.2664,47.2655,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 4.87951, position (cm) = (-4.44953,64.0618,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.574378, position (cm) = (-14.8377,50.0293,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 36.0309, position (cm) = (-17.4496,64.9989,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.211267, position (cm) = (-9.1022,47.4802,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 4.19944, position (cm) = (-1.72191,39.4506,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 18.0704, position (cm) = (-9.02481,49.5827,200), weight = 0.000488281 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB06/History b/examples/extended/biasing/GB06/History index b5bdb37afc..f2a81e0c19 100644 --- a/examples/extended/biasing/GB06/History +++ b/examples/extended/biasing/GB06/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example GB06 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (GB06-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - GB06-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/GB06/exampleGB06.out b/examples/extended/biasing/GB06/exampleGB06.out index 3d3232ec22..949af7da28 100644 --- a/examples/extended/biasing/GB06/exampleGB06.out +++ b/examples/extended/biasing/GB06/exampleGB06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -64,6 +64,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -102,7 +106,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -119,7 +124,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -129,8 +134,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -193,10 +199,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -221,10 +227,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -251,10 +257,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -283,10 +289,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -297,10 +303,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -310,10 +316,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -342,10 +348,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -374,10 +380,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -406,14 +412,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -424,7 +429,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -439,14 +444,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -457,7 +461,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -472,10 +476,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -504,10 +508,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -541,15 +545,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -559,10 +566,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -570,10 +579,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -582,6 +593,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -589,11 +601,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -601,11 +615,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -614,10 +630,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -628,10 +646,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -642,10 +662,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -655,10 +677,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -669,10 +693,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -683,10 +709,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -697,10 +725,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -710,11 +740,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -722,6 +754,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -729,6 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -738,6 +772,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -745,11 +780,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -757,11 +794,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -771,11 +810,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -783,6 +824,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -790,6 +832,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -799,11 +842,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -811,11 +856,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -825,11 +872,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -837,11 +886,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -851,29 +902,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -882,262 +935,214 @@ Max 2J for sampling of angular correlations 10 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. - gamma, kinetic energy (MeV) = 2.18555, position (cm) = (123.311,-34.7943,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.60401, position (cm) = (94.6989,-105.407,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.2238, position (cm) = (107.262,-99.8425,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 58.3021, position (cm) = (96.9928,-102.733,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 57.4349, position (cm) = (105.569,-90.7415,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.15321, position (cm) = (101.393,-42.4651,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.0757794, position (cm) = (-58.3156,-83.3359,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0972736, position (cm) = (-20.7119,-4.64652,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.57918, position (cm) = (-20.1013,6.92647,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.679537, position (cm) = (-45.3729,3.47483,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.58559, position (cm) = (4.38862,-5.99423,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 96.1654, position (cm) = (23.8152,-19.5054,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 93.8946, position (cm) = (22.5654,-26.1227,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 96.9517, position (cm) = (42.3817,2.36104,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.10168, position (cm) = (64.3261,-22.5907,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.201656, position (cm) = (71.7555,-9.09061,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.277911, position (cm) = (49.7022,-5.94048,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0653412, position (cm) = (59.5559,-15.3473,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.352, position (cm) = (44.11,4.73624,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 70.253, position (cm) = (51.5759,3.96993,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.908153, position (cm) = (73.8829,-1.46584,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 51.1349, position (cm) = (67.0971,17.8392,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.3326, position (cm) = (55.1119,5.1145,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 96.5732, position (cm) = (71.3688,2.32028,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.02512, position (cm) = (55.2999,6.35517,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.20291e-09, position (cm) = (63.7904,-2.55854,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.22306, position (cm) = (-13.4332,-72.8126,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.928659, position (cm) = (17.9729,-31.2573,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.31675, position (cm) = (7.22009,-20.8506,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 18.2731, position (cm) = (12.2482,-29.878,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.38016, position (cm) = (89.8325,-55.9996,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.21053, position (cm) = (117.829,-51.2886,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 20.3233, position (cm) = (129.841,-46.1739,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 58.9352, position (cm) = (71.661,-47.6602,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.12507, position (cm) = (25.8028,-56.2911,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 70.5619, position (cm) = (27.8933,-35.4029,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.7788, position (cm) = (32.3573,-59.2863,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.5461, position (cm) = (29.4026,-57.22,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.8017, position (cm) = (28.5894,-54.5764,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.22306, position (cm) = (45.6186,-45.6777,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.85011, position (cm) = (53.3591,-76.8479,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0785431, position (cm) = (48.6397,-77.3242,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.47348, position (cm) = (56.8687,-16.3889,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.37788e-10, position (cm) = (92.5122,-37.0782,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 8.04537, position (cm) = (27.7835,31.359,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.40261, position (cm) = (46.8231,39.8871,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 13.6951, position (cm) = (42.7909,32.2279,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 31.5321, position (cm) = (34.8535,46.0486,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.45454, position (cm) = (92.0197,-71.9434,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.7009, position (cm) = (109.682,-86.1161,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.434137, position (cm) = (104.645,-82.7878,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 66.8852, position (cm) = (17.5865,-35.1105,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0370131, position (cm) = (16.413,-52.906,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 67.0505, position (cm) = (17.7378,-35.7445,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.21342, position (cm) = (31.3268,-19.3546,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.68282, position (cm) = (8.93748,-26.0613,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 65.0124, position (cm) = (41.0193,-20.7037,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 67.918, position (cm) = (32.8528,-34.0624,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.89316e-08, position (cm) = (70.9778,-31.8388,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.6058, position (cm) = (76.2805,-1.9715,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.90926, position (cm) = (88.0201,-81.0121,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 9.28412, position (cm) = (94.1787,-66.7541,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 37.9461, position (cm) = (87.3071,-81.8574,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.562787, position (cm) = (127.345,-29.3987,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0948022, position (cm) = (-63.6877,25.4543,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.236815, position (cm) = (-90.4837,22.842,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.173906, position (cm) = (-68.718,20.5867,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.368825, position (cm) = (-69.9453,33.7231,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.54241, position (cm) = (-61.3825,54.8839,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.4149e-10, position (cm) = (-15.4725,34.4433,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0755515, position (cm) = (-57.4554,-24.0791,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.23405, position (cm) = (19.4661,46.3879,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 10.4353, position (cm) = (-44.9148,65.7238,500), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.442717, position (cm) = (-61.8965,69.0057,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.3394, position (cm) = (-78.6855,78.9965,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.231579, position (cm) = (-22.8613,86.1561,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 63.7253, position (cm) = (-81.5872,58.2953,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.695726, position (cm) = (-113.531,143.876,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.151953, position (cm) = (-116.599,147.772,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.43876, position (cm) = (-101.773,116.859,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.67963, position (cm) = (-92.7221,101.315,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.70904, position (cm) = (-93.2366,100.203,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.423669, position (cm) = (-103.643,96.3541,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.27181, position (cm) = (-98.7202,105.352,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.129591, position (cm) = (-103.26,118.128,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 82.8945, position (cm) = (24.3134,33.8324,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 82.8778, position (cm) = (24.3517,33.7353,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 82.4793, position (cm) = (4.25672,42.6967,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.08357, position (cm) = (4.73521,34.8954,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 44.2174, position (cm) = (1.31248,43.2153,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.470002, position (cm) = (43.4443,40.5664,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.90735, position (cm) = (75.6391,-20.9147,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 37.4806, position (cm) = (107.387,-7.3392,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.58984e-08, position (cm) = (-12.1552,31.7819,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.79594, position (cm) = (-44.559,-9.58443,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.61251, position (cm) = (-57.9106,89.3388,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.257624, position (cm) = (-74.1203,100.921,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.52377, position (cm) = (-70.4336,114.638,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.471511, position (cm) = (-82.9588,110.796,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.97438, position (cm) = (-78.8158,130.558,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.68579, position (cm) = (-37.2331,-5.66183,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.73226, position (cm) = (-46.0602,-24.6452,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.604894, position (cm) = (-43.719,-25.0766,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00106275, position (cm) = (-32.3149,-22.1265,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.47516, position (cm) = (-26.5233,-26.9875,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 9.37045, position (cm) = (-55.1777,-11.1614,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 24.8805, position (cm) = (-44.4858,-0.776162,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 13.6177, position (cm) = (-21.2585,27.9888,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0422419, position (cm) = (-30.7447,14.0175,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.73034, position (cm) = (-7.46229,5.49975,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.416768, position (cm) = (-30.1782,21.1837,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 20.8389, position (cm) = (-11.4421,-0.942825,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 75.4147, position (cm) = (-147.825,-18.1987,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.97181, position (cm) = (-15.4642,-4.82342,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.27328, position (cm) = (-14.8389,-45.141,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.1958, position (cm) = (-14.8626,-56.5802,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.456818, position (cm) = (8.97234,-42.1487,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.490662, position (cm) = (4.12712,-43.8387,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.05555, position (cm) = (-11.8174,-46.9106,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 64.2887, position (cm) = (30.8908,-30.8591,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.27324, position (cm) = (41.0458,-50.6988,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.80625, position (cm) = (30.1709,-45.1487,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.82127, position (cm) = (34.781,-36.5792,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.7333, position (cm) = (33.9994,-24.6529,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.474916, position (cm) = (-29.9319,-47.7985,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.36035, position (cm) = (-30.6831,-51.6476,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.662305, position (cm) = (-17.1422,-59.9488,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.502457, position (cm) = (-39.9307,-56.162,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 25.6752, position (cm) = (-37.9203,-56.9548,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.107083, position (cm) = (-35.3505,12.4504,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.89669, position (cm) = (-39.5084,41.8634,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.262088, position (cm) = (-12.9424,36.7365,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.285412, position (cm) = (-5.93403,18.7539,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0980983, position (cm) = (-34.5889,9.42914,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.73146, position (cm) = (-36.4116,-60.9423,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.724544, position (cm) = (90.3797,-46.488,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.187473, position (cm) = (65.4347,18.6406,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 31.8192, position (cm) = (31.1383,7.38832,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.381515, position (cm) = (87.1672,-47.6551,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.855244, position (cm) = (102.794,-30.3495,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.541134, position (cm) = (103.444,-31.323,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.627787, position (cm) = (115.793,-29.9832,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.610252, position (cm) = (105.958,-25.4393,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.190859, position (cm) = (114.203,-27.5258,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.213822, position (cm) = (96.186,-26.6565,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.18512e-09, position (cm) = (80.8057,-27.1432,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 49.6583, position (cm) = (82.5213,-4.09311,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 14.867, position (cm) = (84.3489,-22.357,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.64784, position (cm) = (122.169,-53.4303,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.754264, position (cm) = (117.579,-57.5117,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.54431, position (cm) = (126.146,-64.7806,500), weight = 1.90735e-06 - e-, kinetic energy (MeV) = 0.918644, position (cm) = (109.068,-77.335,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.06095e-05, position (cm) = (100.955,-86.0684,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.269007, position (cm) = (-127.718,68.0639,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.44836, position (cm) = (17.991,-8.50551,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 33.8351, position (cm) = (-31.4202,-47.5213,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 93.5826, position (cm) = (49.5404,-2.65989,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.055618, position (cm) = (66.8517,-5.93219,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.49332e-08, position (cm) = (55.8106,8.4373,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 49.1734, position (cm) = (43.1791,-5.11641,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.68628, position (cm) = (48.3207,-3.7589,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 9.28797, position (cm) = (43.4517,-5.78944,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 93.5978, position (cm) = (44.8937,-3.0235,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.50502, position (cm) = (14.4746,-53.2669,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.654585, position (cm) = (11.127,-49.5041,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0460489, position (cm) = (-7.13027,-28.2909,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.10044, position (cm) = (36.1356,-17.9283,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.80632, position (cm) = (61.7727,-3.11324,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.78702, position (cm) = (33.8975,-18.384,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.149146, position (cm) = (-28.5347,-66.9508,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.381803, position (cm) = (-27.3878,-66.9769,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.53962e-06, position (cm) = (-33.0546,-93.0218,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.766467, position (cm) = (-40.8482,-56.3256,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.7985, position (cm) = (-41.2013,-55.3341,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.269974, position (cm) = (-59.6782,-40.552,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.07509, position (cm) = (-45.8903,-52.7013,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.97429, position (cm) = (-50.0491,-50.8065,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.131016, position (cm) = (2.31404,-79.0427,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 54.9231, position (cm) = (8.44252,41.852,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 67.6107, position (cm) = (146.582,8.9032,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 67.6002, position (cm) = (146.562,8.93969,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 56.5723, position (cm) = (-67.0331,84.0198,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 56.6286, position (cm) = (-64.9588,88.8158,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.436521, position (cm) = (-80.4519,90.8038,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.27325, position (cm) = (-77.6742,90.1781,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0978349, position (cm) = (-66.0043,58.2676,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.52592e-06, position (cm) = (-32.4565,80.2246,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 10.3507, position (cm) = (-20.1401,3.33193,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0718565, position (cm) = (-20.3703,8.78981,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.01067e-05, position (cm) = (-67.5001,74.157,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.14254, position (cm) = (-77.0031,74.3643,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.40041, position (cm) = (-54.1052,70.8128,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.130788, position (cm) = (-68.7117,54.5721,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.232985, position (cm) = (-75.6482,47.1078,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.108478, position (cm) = (-84.3104,104.802,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 94.6451, position (cm) = (-73.6899,83.4198,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 94.9001, position (cm) = (-82.9753,86.1893,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 94.9001, position (cm) = (-82.9753,86.1893,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 40.6099, position (cm) = (-99.3238,69.1169,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.7318, position (cm) = (-108.559,58.2054,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 76.5425, position (cm) = (-103.606,43.6317,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.18813, position (cm) = (-100.383,48.4004,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.51587e-05, position (cm) = (-82.9188,42.4532,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0633701, position (cm) = (-100.356,41.1603,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.167, position (cm) = (-101.106,44.0038,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 38.4457, position (cm) = (-102.095,43.0823,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 32.9109, position (cm) = (-102.382,68.6536,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 94.7551, position (cm) = (-67.9478,75.4014,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 72.9196, position (cm) = (-84.6667,75.5486,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.067411, position (cm) = (-69.671,84.2586,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.84268, position (cm) = (-66.5571,86.3647,500), weight = 1.90735e-06 - proton, kinetic energy (MeV) = 35.6059, position (cm) = (-67.112,85.0695,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.675042, position (cm) = (-75.9762,94.3469,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.215736, position (cm) = (-37.4141,92.3829,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 72.0058, position (cm) = (-74.5148,96.8853,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 88.3816, position (cm) = (-85.7885,75.4144,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.1438, position (cm) = (-93.4488,89.3682,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000431783, position (cm) = (-100.83,59.7304,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.656961, position (cm) = (-110.976,35.987,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.12295, position (cm) = (-107.784,79.0188,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 70.8955, position (cm) = (-96.0098,56.2131,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.117257, position (cm) = (-66.9855,37.6482,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 13.3751, position (cm) = (-89.5932,60.7518,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.62842, position (cm) = (-90.2651,78.5332,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.63581, position (cm) = (-73.8781,56.1816,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 83.2165, position (cm) = (-139.228,41.8422,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 78.817, position (cm) = (-131.985,62.1869,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.767265, position (cm) = (-56.7151,40.3748,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.191525, position (cm) = (-66.6714,29.4963,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.22306, position (cm) = (-101.853,8.81575,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 90.5563, position (cm) = (-14.9597,43.621,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0951923, position (cm) = (-48.1203,33.9613,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.47532, position (cm) = (-17.075,42.854,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.541436, position (cm) = (-48.5977,34.9539,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.74552, position (cm) = (-62.8761,65.2418,500), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.00127371, position (cm) = (-112.62,91.7356,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 8.666, position (cm) = (-82.7864,121.333,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.293726, position (cm) = (-113.352,137.987,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 88.8132, position (cm) = (-98.5399,145.369,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 88.5239, position (cm) = (-99.6444,134.44,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 14.9011, position (cm) = (-43.1135,104.611,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.952281, position (cm) = (-64.0447,76.9867,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.07037, position (cm) = (-44.3037,85.9055,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 80.6188, position (cm) = (-58.7614,86.0854,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 80.6287, position (cm) = (-59.1489,85.8335,500), weight = 1.90735e-06 - anti_nu_e, kinetic energy (MeV) = 0.447637, position (cm) = (-77.4282,104.286,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 81.5806, position (cm) = (-87.53,64.3752,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 80.3275, position (cm) = (-96.9625,57.4978,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.09115, position (cm) = (-82.8141,108.664,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 81.6365, position (cm) = (-84.643,61.1651,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 76.9177, position (cm) = (84.0522,-44.0065,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 76.8971, position (cm) = (83.7309,-44.337,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 60.5999, position (cm) = (82.0536,-24.6798,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 77.5303, position (cm) = (82.5649,-18.9178,500), weight = 1.90735e-06 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + gamma, kinetic energy (MeV) = 0.770259, position (cm) = (3.9557,26.3025,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0939614, position (cm) = (15.5451,26.8438,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 17.6216, position (cm) = (-21.7912,30.0031,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 25.2694, position (cm) = (-122.869,47.9118,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.71333, position (cm) = (-110.158,-11.0141,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0579762, position (cm) = (109.761,-11.4566,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.62996, position (cm) = (119.136,-21.1653,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.941882, position (cm) = (110.557,-41.4554,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 78.8518, position (cm) = (149.068,-10.0899,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.266322, position (cm) = (142.162,5.13571,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.145371, position (cm) = (144.293,3.73076,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0894162, position (cm) = (143.445,-37.525,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.16281, position (cm) = (141.648,-33.6243,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.198111, position (cm) = (142.335,-33.0375,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.665957, position (cm) = (139.998,-20.4145,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.304654, position (cm) = (63.2506,-40.843,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 47.8734, position (cm) = (67.5702,-36.0192,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 78.229, position (cm) = (70.3407,-38.3906,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 26.8586, position (cm) = (65.281,-99.8767,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 77.6478, position (cm) = (47.0135,-95.4848,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.495285, position (cm) = (42.0211,-91.03,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.6442, position (cm) = (32.2328,-102.238,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.335755, position (cm) = (32.3304,-75.2877,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 8.54277, position (cm) = (52.671,-74.6198,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 45.416, position (cm) = (21.4642,-91.4163,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.17681e-07, position (cm) = (113.199,-70.3859,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0160103, position (cm) = (98.2942,-31.0372,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.04102, position (cm) = (92.1909,-31.3888,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.180454, position (cm) = (93.151,-19.7292,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0837734, position (cm) = (96.0918,-25.3833,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.928515, position (cm) = (99.0326,-23.0114,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 41.0431, position (cm) = (99.483,-26.5282,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.773389, position (cm) = (86.1202,4.0828,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.508781, position (cm) = (81.1447,-15.3204,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000549728, position (cm) = (99.8503,-12.1594,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0892188, position (cm) = (81.5376,-16.6592,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.242006, position (cm) = (82.4027,-16.3898,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.140607, position (cm) = (85.4593,-7.14462,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.84969, position (cm) = (55.5647,-33.3742,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 6.30314e-05, position (cm) = (43.0247,-55.0857,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0916337, position (cm) = (49.9028,-49.5145,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0206757, position (cm) = (43.9584,-59.254,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.118562, position (cm) = (41.8397,-46.7652,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 32.1233, position (cm) = (44.4723,-57.4636,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.105343, position (cm) = (93.2493,88.2912,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.20189, position (cm) = (93.4864,87.6028,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 30.0544, position (cm) = (93.8772,87.0548,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0305597, position (cm) = (89.7497,112.179,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.887906, position (cm) = (102.518,85.1546,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.239998, position (cm) = (107.271,76.8034,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.76716, position (cm) = (50.6601,56.4154,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.30812, position (cm) = (117.324,124.713,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0883977, position (cm) = (115.617,87.816,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 75.5443, position (cm) = (106.786,16.2615,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.3764, position (cm) = (83.0704,42.7888,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.25692, position (cm) = (137.5,78.8002,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.000123135, position (cm) = (90.7107,2.4559,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.80925, position (cm) = (82.7006,42.9563,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0741734, position (cm) = (71.4055,67.4738,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.16664, position (cm) = (89.229,64.5553,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.59404, position (cm) = (78.5133,52.2591,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.8372, position (cm) = (102.694,68.4009,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.5731, position (cm) = (87.3538,81.4765,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 70.8852, position (cm) = (93.4293,81.4339,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.797738, position (cm) = (82.9145,99.3872,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.08621, position (cm) = (-12.7277,99.6812,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.53301, position (cm) = (71.5949,93.1976,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.160351, position (cm) = (52.9376,113.37,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.95453e-09, position (cm) = (12.0896,107.2,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.11166, position (cm) = (39.3641,111.492,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0117916, position (cm) = (32.403,135.197,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.408588, position (cm) = (17.6809,123.441,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 75.0209, position (cm) = (40.6439,104.962,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.57491, position (cm) = (35.1723,130.618,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.01296, position (cm) = (51.8213,139.475,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 43.0618, position (cm) = (77.5482,136.375,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 94.1116, position (cm) = (144.869,115.821,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 38.0109, position (cm) = (-95.2364,76.3772,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0878697, position (cm) = (-110.546,101.165,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.177594, position (cm) = (-109.099,97.963,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.83552, position (cm) = (-106.83,96.9679,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.39295, position (cm) = (-135.717,120.973,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 35.1704, position (cm) = (-134.265,52.1746,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.5866, position (cm) = (-141.37,73.7473,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 12.7423, position (cm) = (-141.071,77.1352,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 71.383, position (cm) = (-125.798,67.0687,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.278288, position (cm) = (-106.647,34.9688,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 10.2777, position (cm) = (-107.434,35.0043,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 32.8262, position (cm) = (-106.903,34.8822,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 54.1212, position (cm) = (-113.637,55.7449,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.299774, position (cm) = (-116.563,71.3258,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 8.56046, position (cm) = (-113.471,57.075,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.84969, position (cm) = (-87.7365,59.0742,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 5.10359, position (cm) = (-96.5027,30.9098,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.156266, position (cm) = (-126.013,133.105,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0767912, position (cm) = (-128.815,125.309,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.223672, position (cm) = (-119.406,125.236,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 33.2924, position (cm) = (-140.077,137.78,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.23207, position (cm) = (-30.9407,94.1912,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.305319, position (cm) = (-23.3097,97.2586,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0987782, position (cm) = (-36.9954,110.071,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.60941, position (cm) = (-47.5934,99.1938,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.16341e-07, position (cm) = (-21.5686,94.693,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.10986, position (cm) = (-48.2203,-144.338,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.39905e-06, position (cm) = (-19.5798,-71.3591,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.837911, position (cm) = (-87.2437,31.2727,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.141774, position (cm) = (-123.253,18.3557,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0660425, position (cm) = (94.7511,117.987,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 55.0933, position (cm) = (92.0888,95.69,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.244618, position (cm) = (99.7971,95.3521,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 5.03241, position (cm) = (96.1544,83.1534,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.51462, position (cm) = (99.2639,90.0476,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.77726, position (cm) = (94.9568,90.5119,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 89.8168, position (cm) = (99.5625,108.948,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 89.413, position (cm) = (99.4913,102.774,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.61368e-07, position (cm) = (46.7663,121.279,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.636269, position (cm) = (27.4884,132.567,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.14628, position (cm) = (41.0431,131.517,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.61721, position (cm) = (115.421,122.257,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 8.86897, position (cm) = (88.9353,113.754,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 92.3705, position (cm) = (127.774,131.603,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.399939, position (cm) = (133.446,117.343,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 43.0885, position (cm) = (110.862,122.283,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.708736, position (cm) = (109.328,144.213,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 63.379, position (cm) = (114.477,137.151,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 63.7907, position (cm) = (116.783,132.903,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 46.7574, position (cm) = (-63.7253,-48.3901,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 46.7232, position (cm) = (-68.7831,-53.4025,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.389494, position (cm) = (-52.7462,-23.2392,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 84.8078, position (cm) = (-52.9634,-27.8431,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 41.4405, position (cm) = (-76.8944,33.7316,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.832154, position (cm) = (-70.4943,10.7361,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 33.4851, position (cm) = (-72.2042,20.9115,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.131728, position (cm) = (-88.717,20.4956,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 82.8539, position (cm) = (-123.508,-26.6628,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0690777, position (cm) = (-146.703,2.11144,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.80555, position (cm) = (-74.8232,29.7471,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.69316, position (cm) = (-82.5468,25.1301,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.46356, position (cm) = (-77.5212,29.629,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.59728, position (cm) = (-87.2923,60.0906,500), weight = 1.90735e-06 + e-, kinetic energy (MeV) = 0.710467, position (cm) = (-87.5578,59.9228,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.34536e-10, position (cm) = (-77.3489,31.6946,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.34239, position (cm) = (-97.379,54.9891,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.118409, position (cm) = (-52.4619,58.7856,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 52.4137, position (cm) = (-81.8446,71.0224,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.15848, position (cm) = (32.3101,-69.7571,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.577652, position (cm) = (62.4131,-125.156,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.152362, position (cm) = (50.5138,-120.783,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.31673, position (cm) = (80.5753,-95.3068,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0655647, position (cm) = (81.7448,-94.8156,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.40251, position (cm) = (65.0987,-121.746,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.778278, position (cm) = (62.4682,-83.5734,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 37.2506, position (cm) = (51.0261,-85.1732,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000213216, position (cm) = (41.1679,-97.1918,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.72211, position (cm) = (31.0039,-76.5798,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 65.5618, position (cm) = (34.2812,-95.7737,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 68.2488, position (cm) = (43.6124,-88.4725,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 94.7294, position (cm) = (-139.252,-109.385,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 75.162, position (cm) = (-123.702,-113.234,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.338029, position (cm) = (-95.2085,-98.2064,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.289229, position (cm) = (-114.235,-83.6938,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.25161, position (cm) = (-119.917,-86.5228,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 25.5457, position (cm) = (-124.918,-85.4137,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 94.7431, position (cm) = (-137.477,-119.557,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 94.7736, position (cm) = (-136.748,-118.446,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.1546, position (cm) = (-141.673,-111.579,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0938307, position (cm) = (-135.985,-116.84,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 10.9826, position (cm) = (-145.72,-105.825,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.248758, position (cm) = (135.963,-138.024,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.73702, position (cm) = (-54.3667,-13.788,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 45.9556, position (cm) = (-39.1122,72.4776,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.367217, position (cm) = (-35.2219,39.5534,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0866677, position (cm) = (-40.892,34.8312,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 14.2064, position (cm) = (-37.7883,34.6098,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 78.7888, position (cm) = (3.42881,25.0024,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 78.6328, position (cm) = (2.92082,24.6251,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.54642e-08, position (cm) = (-9.4416,36.825,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.218769, position (cm) = (-66.1127,87.0875,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 28.747, position (cm) = (-83.3848,103.46,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.20133e-09, position (cm) = (-72.7178,140.248,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.22147, position (cm) = (-56.2653,135.552,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 91.7104, position (cm) = (-69.7678,49.8527,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 91.8517, position (cm) = (-64.9796,53.4137,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.164734, position (cm) = (-64.2249,45.1218,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.02819, position (cm) = (-55.8587,61.2028,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.37744, position (cm) = (-47.0332,63.2643,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.14529, position (cm) = (-52.9979,64.3495,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 86.766, position (cm) = (-37.1938,67.2809,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.2351, position (cm) = (-37.9104,62.3144,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.64332, position (cm) = (-42.1325,40.9453,500), weight = 1.90735e-06 + e-, kinetic energy (MeV) = 1.63226, position (cm) = (-41.9188,40.7894,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 67.8908, position (cm) = (-15.9121,60.77,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.28692, position (cm) = (-31.2351,74.6303,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.244901, position (cm) = (-36.7182,67.6394,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.49575, position (cm) = (-21.6459,38.6076,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.845106, position (cm) = (-19.5357,41.3091,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.571937, position (cm) = (49.1375,95.2464,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.48499, position (cm) = (49.6513,117.214,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.190448, position (cm) = (46.8166,104.4,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.44041e-10, position (cm) = (89.8092,72.6307,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.277072, position (cm) = (-46.6695,114.222,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 45.0919, position (cm) = (-40.0002,54.7854,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.64946, position (cm) = (-9.7712,129.302,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.67445, position (cm) = (-62.141,133.55,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.11743, position (cm) = (-22.3842,110.226,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 70.8629, position (cm) = (-2.32623,125.912,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.3955, position (cm) = (-24.4124,108.771,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.2364, position (cm) = (-24.6743,106.779,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.25051e-06, position (cm) = (12.8888,99.5356,500), weight = 1.90735e-06 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB07/History b/examples/extended/biasing/GB07/History index 73397693be..e7956b0976 100644 --- a/examples/extended/biasing/GB07/History +++ b/examples/extended/biasing/GB07/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example GB07 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (biasingGB07-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan - biasingGB07-V10-06-01 - Migration to G4RunManagerFactory. diff --git a/examples/extended/biasing/GB07/exampleGB07.out b/examples/extended/biasing/GB07/exampleGB07.out index d6d48fe19f..8b83b098ac 100644 --- a/examples/extended/biasing/GB07/exampleGB07.out +++ b/examples/extended/biasing/GB07/exampleGB07.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -52,6 +52,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -90,7 +94,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -107,7 +112,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -117,8 +122,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -163,17 +169,17 @@ compt: for gamma SubType=13 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Klein-Nishina : Emin= 0 eV Emax= 100 TeV +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 LambdaPrime table from 100 keV to 100 TeV in 63 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator -conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai - msc: for e- SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV @@ -181,10 +187,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -209,10 +215,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -239,10 +245,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -271,10 +277,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -285,10 +291,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -298,10 +304,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -330,10 +336,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -362,10 +368,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -394,14 +400,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -412,7 +417,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -427,14 +432,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -445,7 +449,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -460,10 +464,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -492,10 +496,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -529,15 +533,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -547,10 +554,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -558,10 +567,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -570,6 +581,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -577,11 +589,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -589,11 +603,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -602,10 +618,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -616,10 +634,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -630,10 +650,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -643,10 +665,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -657,10 +681,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -671,10 +697,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -685,10 +713,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -698,11 +728,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -710,6 +742,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -717,6 +750,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -726,6 +760,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -733,11 +768,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -745,11 +782,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -759,11 +798,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -771,6 +812,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -778,6 +820,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -787,11 +830,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -799,11 +844,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -813,11 +860,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -825,11 +874,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -839,29 +890,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -870,373 +923,387 @@ Max 2J for sampling of angular correlations 10 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. - gamma, kinetic energy (MeV) = 30.2486, position (cm) = (-15.8059,46.4077,200), weight = 1 - gamma, kinetic energy (MeV) = 0.854601, position (cm) = (-1.08619,-6.18129,200), weight = 3 - gamma, kinetic energy (MeV) = 1.14022, position (cm) = (-31.73,-82.1028,200), weight = 1 - gamma, kinetic energy (MeV) = 40.6519, position (cm) = (-34.8587,-70.4712,200), weight = 1 - gamma, kinetic energy (MeV) = 9.81859, position (cm) = (-34.0511,-70.1462,200), weight = 1 - gamma, kinetic energy (MeV) = 3.24858, position (cm) = (-36.7126,-70.5924,200), weight = 1 - gamma, kinetic energy (MeV) = 0.199867, position (cm) = (-56.9002,-58.2568,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0852485, position (cm) = (-23.3892,-73.1081,200), weight = 1 - e+, kinetic energy (MeV) = 23.7746, position (cm) = (-34.8716,-75.5926,200), weight = 1 - gamma, kinetic energy (MeV) = 3.44283, position (cm) = (-34.8752,-75.5932,200), weight = 1 - gamma, kinetic energy (MeV) = 43.3092, position (cm) = (-35.2967,-72.6274,200), weight = 1 - gamma, kinetic energy (MeV) = 0.119085, position (cm) = (3.8621,-60.4474,200), weight = 1 - gamma, kinetic energy (MeV) = 1.11647, position (cm) = (15.8896,-43.7238,200), weight = 1 - e-, kinetic energy (MeV) = 32.9578, position (cm) = (13.8048,-45.6876,200), weight = 1 - gamma, kinetic energy (MeV) = 1.85939, position (cm) = (13.8052,-45.6847,200), weight = 1 - pi+, kinetic energy (MeV) = 589.757, position (cm) = (5.4415,-21.9557,200), weight = 1 - e-, kinetic energy (MeV) = 6.8422, position (cm) = (5.49199,-21.9557,200), weight = 1 - gamma, kinetic energy (MeV) = 31.9764, position (cm) = (44.2064,-16.1658,200), weight = 1 - gamma, kinetic energy (MeV) = 3.43317, position (cm) = (38.5779,-15.0831,200), weight = 1 - gamma, kinetic energy (MeV) = 0.292663, position (cm) = (25.2797,-18.0586,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0703762, position (cm) = (36.6821,-16.637,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0740217, position (cm) = (21.914,-8.84411,200), weight = 1 - gamma, kinetic energy (MeV) = 6.14914, position (cm) = (20.6122,-12.6391,200), weight = 1 - gamma, kinetic energy (MeV) = 0.490459, position (cm) = (20.9258,-14.8482,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0861513, position (cm) = (6.29945,-9.62182,200), weight = 1 - gamma, kinetic energy (MeV) = 0.436602, position (cm) = (24.8725,-7.89929,200), weight = 1 - gamma, kinetic energy (MeV) = 0.725967, position (cm) = (25.5795,-14.5906,200), weight = 1 - gamma, kinetic energy (MeV) = 1.61162, position (cm) = (23.2713,-6.47329,200), weight = 1 - gamma, kinetic energy (MeV) = 8.76363, position (cm) = (20.0785,-9.91638,200), weight = 1 - gamma, kinetic energy (MeV) = 6.35292, position (cm) = (12.8629,-5.93763,200), weight = 1 - gamma, kinetic energy (MeV) = 2.92971, position (cm) = (8.43878,-25.0692,200), weight = 1 - gamma, kinetic energy (MeV) = 1.4325, position (cm) = (11.4798,-15.5513,200), weight = 1 - gamma, kinetic energy (MeV) = 0.161055, position (cm) = (18.3214,-12.5483,200), weight = 1 - gamma, kinetic energy (MeV) = 0.440346, position (cm) = (17.1713,-20.7841,200), weight = 1 - gamma, kinetic energy (MeV) = 26.3342, position (cm) = (19.765,-13.9023,200), weight = 1 - gamma, kinetic energy (MeV) = 87.2069, position (cm) = (18.1727,-14.6244,200), weight = 1 - gamma, kinetic energy (MeV) = 9.22037, position (cm) = (17.3466,-14.74,200), weight = 1 - gamma, kinetic energy (MeV) = 0.707112, position (cm) = (-14.9299,-36.4601,200), weight = 1 - gamma, kinetic energy (MeV) = 6.86792, position (cm) = (13.4077,-10.2659,200), weight = 1 - gamma, kinetic energy (MeV) = 0.336862, position (cm) = (24.7491,-9.77067,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0854924, position (cm) = (14.2697,-19.0863,200), weight = 1 - gamma, kinetic energy (MeV) = 0.947234, position (cm) = (19.155,20.4957,200), weight = 8 - gamma, kinetic energy (MeV) = 0.0907355, position (cm) = (-10.6516,-15.1635,200), weight = 3 - gamma, kinetic energy (MeV) = 5.06675, position (cm) = (-6.49795,-25.407,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0930257, position (cm) = (-10.0199,-22.0688,200), weight = 1 - gamma, kinetic energy (MeV) = 2.74207, position (cm) = (-13.6677,-7.75317,200), weight = 1 - gamma, kinetic energy (MeV) = 0.278181, position (cm) = (43.6154,13.2375,200), weight = 1 - gamma, kinetic energy (MeV) = 33.8845, position (cm) = (60.8244,-10.2728,200), weight = 1 - gamma, kinetic energy (MeV) = 3.5011, position (cm) = (54.8709,-0.908209,200), weight = 1 - anti_nu_mu, kinetic energy (MeV) = 18.0432, position (cm) = (74.8837,31.0211,200), weight = 1 - nu_mu, kinetic energy (MeV) = 235.532, position (cm) = (-34.982,-23.6871,200), weight = 1 - gamma, kinetic energy (MeV) = 5.46399, position (cm) = (2.56776,-8.14882,200), weight = 3 - gamma, kinetic energy (MeV) = 5.42237, position (cm) = (1.52997,-10.4266,200), weight = 3 - gamma, kinetic energy (MeV) = 1.74909, position (cm) = (2.15434,-10.6286,200), weight = 3 - gamma, kinetic energy (MeV) = 0.702791, position (cm) = (5.06571,-9.11074,200), weight = 3 - gamma, kinetic energy (MeV) = 14.0801, position (cm) = (11.9442,-9.31253,200), weight = 1 - gamma, kinetic energy (MeV) = 0.377994, position (cm) = (7.04842,-13.4204,200), weight = 1 - gamma, kinetic energy (MeV) = 10.8247, position (cm) = (-21.2166,-12.0116,200), weight = 1 - gamma, kinetic energy (MeV) = 1.10294, position (cm) = (5.19911,-9.71857,200), weight = 1 - gamma, kinetic energy (MeV) = 15.3944, position (cm) = (5.7079,-11.2739,200), weight = 1 - e-, kinetic energy (MeV) = 4.65654, position (cm) = (5.64044,-11.1357,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (13.4159,-4.67139,200), weight = 3 - gamma, kinetic energy (MeV) = 0.523729, position (cm) = (15.3611,-5.13609,200), weight = 3 - gamma, kinetic energy (MeV) = 0.827671, position (cm) = (15.2724,-4.61256,200), weight = 3 - gamma, kinetic energy (MeV) = 5.22131, position (cm) = (13.2612,-5.547,200), weight = 3 - gamma, kinetic energy (MeV) = 0.277683, position (cm) = (10.8258,-3.32987,200), weight = 3 - gamma, kinetic energy (MeV) = 68.6936, position (cm) = (12.4912,-6.73181,200), weight = 3 - e-, kinetic energy (MeV) = 11.2831, position (cm) = (11.2457,-5.36031,200), weight = 3 - gamma, kinetic energy (MeV) = 0.341558, position (cm) = (11.1783,-5.55344,200), weight = 3 - gamma, kinetic energy (MeV) = 0.171073, position (cm) = (11.1314,-4.82139,200), weight = 3 - gamma, kinetic energy (MeV) = 0.177998, position (cm) = (11.2403,-4.79715,200), weight = 3 - gamma, kinetic energy (MeV) = 3.83972, position (cm) = (11.9442,-5.03977,200), weight = 3 - gamma, kinetic energy (MeV) = 0.486939, position (cm) = (9.9835,-4.11852,200), weight = 9 - gamma, kinetic energy (MeV) = 0.292564, position (cm) = (13.4348,-4.64892,200), weight = 9 - gamma, kinetic energy (MeV) = 1.69716, position (cm) = (15.0268,-2.35768,200), weight = 9 - gamma, kinetic energy (MeV) = 1.331, position (cm) = (11.5868,-3.69032,200), weight = 9 - gamma, kinetic energy (MeV) = 0.322217, position (cm) = (12.7556,-3.79824,200), weight = 3 - gamma, kinetic energy (MeV) = 0.190079, position (cm) = (13.9952,-4.74194,200), weight = 3 - gamma, kinetic energy (MeV) = 1.81183, position (cm) = (11.8531,-4.84134,200), weight = 3 - gamma, kinetic energy (MeV) = 0.272036, position (cm) = (20.5693,-6.05832,200), weight = 3 - gamma, kinetic energy (MeV) = 3.14272, position (cm) = (10.4635,-5.44084,200), weight = 3 - gamma, kinetic energy (MeV) = 1.07805, position (cm) = (7.39034,-6.15141,200), weight = 3 - gamma, kinetic energy (MeV) = 4.3091, position (cm) = (11.5543,-5.10293,200), weight = 3 - e+, kinetic energy (MeV) = 9.51061, position (cm) = (11.6023,-5.37856,200), weight = 3 - gamma, kinetic energy (MeV) = 1.15824, position (cm) = (11.5952,-5.3155,200), weight = 3 - gamma, kinetic energy (MeV) = 0.0905187, position (cm) = (11.3613,-5.42833,200), weight = 9 - gamma, kinetic energy (MeV) = 3.04867, position (cm) = (11.5146,-5.12444,200), weight = 3 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (10.7701,-4.85485,200), weight = 9 - gamma, kinetic energy (MeV) = 0.45944, position (cm) = (10.833,-6.6256,200), weight = 9 - gamma, kinetic energy (MeV) = 0.167912, position (cm) = (12.119,-4.96239,200), weight = 9 - e-, kinetic energy (MeV) = 2.15531, position (cm) = (11.5701,-4.61135,200), weight = 3 - gamma, kinetic energy (MeV) = 0.110185, position (cm) = (11.6824,-5.19852,200), weight = 3 - gamma, kinetic energy (MeV) = 12.578, position (cm) = (11.7112,-4.72432,200), weight = 3 - gamma, kinetic energy (MeV) = 27.4052, position (cm) = (11.9517,-4.57412,200), weight = 3 - gamma, kinetic energy (MeV) = 6.02427, position (cm) = (13.2599,-6.84108,200), weight = 9 - gamma, kinetic energy (MeV) = 11.6627, position (cm) = (12.3984,-7.03833,200), weight = 9 - gamma, kinetic energy (MeV) = 1.53759, position (cm) = (12.2762,-8.17243,200), weight = 9 - gamma, kinetic energy (MeV) = 0.0655016, position (cm) = (13.4121,-7.80885,200), weight = 9 - gamma, kinetic energy (MeV) = 0.817304, position (cm) = (14.3013,-6.29113,200), weight = 9 - gamma, kinetic energy (MeV) = 1.3986, position (cm) = (13.3919,-7.87562,200), weight = 9 - gamma, kinetic energy (MeV) = 0.341485, position (cm) = (9.12183,-11.4294,200), weight = 9 - gamma, kinetic energy (MeV) = 2.85039, position (cm) = (13.4018,-10.1842,200), weight = 9 - gamma, kinetic energy (MeV) = 0.749208, position (cm) = (12.5867,-6.78804,200), weight = 9 - gamma, kinetic energy (MeV) = 0.121206, position (cm) = (5.78985,-10.038,200), weight = 9 - gamma, kinetic energy (MeV) = 8.53089, position (cm) = (12.3803,-5.96544,200), weight = 9 - gamma, kinetic energy (MeV) = 0.387101, position (cm) = (3.42036,-5.4245,200), weight = 9 - pi-, kinetic energy (MeV) = 1875.2, position (cm) = (1.41524,-6.55214,200), weight = 1 - e-, kinetic energy (MeV) = 5.68775, position (cm) = (1.40879,-6.50323,200), weight = 1 - neutron, kinetic energy (MeV) = 1.04426e-05, position (cm) = (-24.6128,35.6575,200), weight = 2 - gamma, kinetic energy (MeV) = 3.05377, position (cm) = (-1.91841,7.6602,200), weight = 2 - e+, kinetic energy (MeV) = 8.17215, position (cm) = (18.0715,34.9217,200), weight = 12 - e-, kinetic energy (MeV) = 0.29685, position (cm) = (18.2151,34.9024,200), weight = 12 - gamma, kinetic energy (MeV) = 0.651077, position (cm) = (18.1905,34.8208,200), weight = 12 - gamma, kinetic energy (MeV) = 2.0234, position (cm) = (18.8434,34.8721,200), weight = 12 - gamma, kinetic energy (MeV) = 0.428019, position (cm) = (18.6016,34.3087,200), weight = 12 - nu_e, kinetic energy (MeV) = 40.9637, position (cm) = (-72.9363,10.7688,200), weight = 1 - neutron, kinetic energy (MeV) = 125.743, position (cm) = (-18.1785,32.8052,200), weight = 2 - gamma, kinetic energy (MeV) = 0.0823785, position (cm) = (3.39435,-14.639,200), weight = 3 - gamma, kinetic energy (MeV) = 1.01361, position (cm) = (21.7564,-38.6989,200), weight = 3 - gamma, kinetic energy (MeV) = 0.102095, position (cm) = (23.7318,-27.916,200), weight = 3 - gamma, kinetic energy (MeV) = 3.04066, position (cm) = (28.4499,-19.8813,200), weight = 3 - gamma, kinetic energy (MeV) = 0.215291, position (cm) = (28.7071,-16.2402,200), weight = 3 - gamma, kinetic energy (MeV) = 0.456, position (cm) = (26.0419,-12.5161,200), weight = 9 - gamma, kinetic energy (MeV) = 0.827659, position (cm) = (18.0195,-13.451,200), weight = 3 - gamma, kinetic energy (MeV) = 106.199, position (cm) = (30.7502,-23.5173,200), weight = 9 - gamma, kinetic energy (MeV) = 0.400051, position (cm) = (32.8394,-24.019,200), weight = 9 - neutron, kinetic energy (MeV) = 156.404, position (cm) = (-63.4781,-30.2874,200), weight = 7 - neutron, kinetic energy (MeV) = 2.77515, position (cm) = (-12.4914,8.06146,200), weight = 18 - neutron, kinetic energy (MeV) = 129.547, position (cm) = (-29.3313,11.5799,200), weight = 3 - pi+, kinetic energy (MeV) = 20.7332, position (cm) = (2.92784,9.89124,200), weight = 2 - neutron, kinetic energy (MeV) = 0.145705, position (cm) = (-6.56097,12.3711,200), weight = 2 - gamma, kinetic energy (MeV) = 3.19635, position (cm) = (-12.0105,14.0025,200), weight = 2 - neutron, kinetic energy (MeV) = 185.869, position (cm) = (-13.2663,23.5512,200), weight = 1 - neutron, kinetic energy (MeV) = 3104.65, position (cm) = (20.5838,-23.0049,200), weight = 1 - neutron, kinetic energy (MeV) = 558.996, position (cm) = (-83.9581,-41.9721,200), weight = 4 - neutron, kinetic energy (MeV) = 74.5158, position (cm) = (53.5893,4.67816,200), weight = 2 - neutron, kinetic energy (MeV) = 362.427, position (cm) = (46.4858,44.986,200), weight = 1 - gamma, kinetic energy (MeV) = 3.64994, position (cm) = (-15.1378,-40.5476,200), weight = 3 - gamma, kinetic energy (MeV) = 6.6306, position (cm) = (-16.2265,20.7302,200), weight = 1 - e-, kinetic energy (MeV) = 93.086, position (cm) = (-13.514,18.761,200), weight = 1 - gamma, kinetic energy (MeV) = 0.925893, position (cm) = (-13.5995,18.8604,200), weight = 1 - e-, kinetic energy (MeV) = 2.21546, position (cm) = (-13.5201,18.758,200), weight = 1 - gamma, kinetic energy (MeV) = 1.24591, position (cm) = (-13.5927,18.697,200), weight = 1 - gamma, kinetic energy (MeV) = 39.6344, position (cm) = (-13.5805,18.7536,200), weight = 1 - gamma, kinetic energy (MeV) = 0.126679, position (cm) = (-13.421,18.6973,200), weight = 1 - gamma, kinetic energy (MeV) = 25.7485, position (cm) = (-13.5954,18.4852,200), weight = 1 - neutron, kinetic energy (MeV) = 1546.38, position (cm) = (-1.831,16.4789,200), weight = 1 - neutron, kinetic energy (MeV) = 118.538, position (cm) = (-15.8191,-76.9136,200), weight = 3 - gamma, kinetic energy (MeV) = 53.7008, position (cm) = (-94.2348,0.505582,200), weight = 1 - gamma, kinetic energy (MeV) = 4.35881, position (cm) = (-78.879,-20.0377,200), weight = 1 - gamma, kinetic energy (MeV) = 15.9129, position (cm) = (41.3969,22.3424,200), weight = 1 - gamma, kinetic energy (MeV) = 13.0038, position (cm) = (44.3536,24.0521,200), weight = 1 - gamma, kinetic energy (MeV) = 49.1401, position (cm) = (55.5195,13.8228,200), weight = 1 - gamma, kinetic energy (MeV) = 21.3184, position (cm) = (49.2707,19.4822,200), weight = 1 - gamma, kinetic energy (MeV) = 0.148237, position (cm) = (45.4157,20.6515,200), weight = 1 - e-, kinetic energy (MeV) = 49.4556, position (cm) = (44.0172,13.0807,200), weight = 1 - gamma, kinetic energy (MeV) = 11.7535, position (cm) = (43.9947,13.0918,200), weight = 1 - gamma, kinetic energy (MeV) = 1.22663, position (cm) = (43.7376,13.1274,200), weight = 1 - gamma, kinetic energy (MeV) = 0.326906, position (cm) = (35.2073,2.97986,200), weight = 1 - gamma, kinetic energy (MeV) = 0.408136, position (cm) = (42.0201,17.8627,200), weight = 1 - gamma, kinetic energy (MeV) = 1.11141, position (cm) = (37.1883,11.7752,200), weight = 1 - gamma, kinetic energy (MeV) = 0.242912, position (cm) = (43.105,10.7627,200), weight = 1 - gamma, kinetic energy (MeV) = 0.417951, position (cm) = (38.6772,18.366,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0698077, position (cm) = (28.6594,12.6829,200), weight = 1 - gamma, kinetic energy (MeV) = 3.64844, position (cm) = (57.4101,-16.4069,200), weight = 1 - gamma, kinetic energy (MeV) = 0.387354, position (cm) = (36.0554,20.1809,200), weight = 1 - gamma, kinetic energy (MeV) = 0.769564, position (cm) = (39.9365,5.75883,200), weight = 3 - gamma, kinetic energy (MeV) = 5.65852, position (cm) = (35.0718,6.54841,200), weight = 1 - gamma, kinetic energy (MeV) = 1.21823, position (cm) = (37.5799,2.00289,200), weight = 3 - e-, kinetic energy (MeV) = 11.7235, position (cm) = (44.2674,7.459,200), weight = 3 - gamma, kinetic energy (MeV) = 0.0990151, position (cm) = (44.094,7.46739,200), weight = 3 - gamma, kinetic energy (MeV) = 0.262808, position (cm) = (45.9019,8.76761,200), weight = 3 - gamma, kinetic energy (MeV) = 0.753278, position (cm) = (42.0472,8.89831,200), weight = 3 - gamma, kinetic energy (MeV) = 9.89538, position (cm) = (44.8972,8.74638,200), weight = 3 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (29.375,13.5877,200), weight = 3 - gamma, kinetic energy (MeV) = 0.127475, position (cm) = (41.0501,14.1877,200), weight = 3 - gamma, kinetic energy (MeV) = 0.307368, position (cm) = (55.3962,32.3212,200), weight = 3 - gamma, kinetic energy (MeV) = 11.3586, position (cm) = (42.2021,14.6364,200), weight = 3 - neutron, kinetic energy (MeV) = 6.51906e-06, position (cm) = (27.4651,-47.2123,200), weight = 3 - neutron, kinetic energy (MeV) = 0.607312, position (cm) = (14.2458,-20.9476,200), weight = 1 - proton, kinetic energy (MeV) = 206.255, position (cm) = (13.629,-24.9861,200), weight = 1 - neutron, kinetic energy (MeV) = 0.0225181, position (cm) = (-22.0869,18.582,200), weight = 1 - neutron, kinetic energy (MeV) = 0.120067, position (cm) = (-28.4593,9.97373,200), weight = 1 - gamma, kinetic energy (MeV) = 1.39019, position (cm) = (-52.4651,35.8839,200), weight = 3 - neutron, kinetic energy (MeV) = 109.106, position (cm) = (-48.9464,-6.7807,200), weight = 1 - gamma, kinetic energy (MeV) = 4.81069, position (cm) = (-42.2109,-0.742842,200), weight = 3 - e-, kinetic energy (MeV) = 61.898, position (cm) = (-46.8489,3.45766,200), weight = 1 - gamma, kinetic energy (MeV) = 4.15233, position (cm) = (-46.8502,3.4568,200), weight = 1 - neutron, kinetic energy (MeV) = 37.7266, position (cm) = (-46.2011,-4.03369,200), weight = 1 - neutron, kinetic energy (MeV) = 122.84, position (cm) = (-45.2003,-3.41382,200), weight = 1 - gamma, kinetic energy (MeV) = 0.494017, position (cm) = (7.16857,-29.3096,200), weight = 1 - gamma, kinetic energy (MeV) = 9.57555, position (cm) = (4.07835,-22.7959,200), weight = 1 - gamma, kinetic energy (MeV) = 0.76215, position (cm) = (-2.17902,-18.9024,200), weight = 1 - gamma, kinetic energy (MeV) = 4.86248, position (cm) = (-8.82477,-21.4135,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0729894, position (cm) = (3.43097,-24.726,200), weight = 1 - gamma, kinetic energy (MeV) = 1.06189, position (cm) = (-7.87994,-13.3611,200), weight = 1 - nu_e, kinetic energy (MeV) = 19.1685, position (cm) = (-65.8415,3.95763,200), weight = 3 - gamma, kinetic energy (MeV) = 13.7374, position (cm) = (-0.401678,1.22559,200), weight = 3 - gamma, kinetic energy (MeV) = 0.162127, position (cm) = (17.2521,10.0786,200), weight = 1 - gamma, kinetic energy (MeV) = 0.401109, position (cm) = (16.054,17.1617,200), weight = 3 - gamma, kinetic energy (MeV) = 0.422324, position (cm) = (1.10845,-1.69098,200), weight = 1 - gamma, kinetic energy (MeV) = 1.17408, position (cm) = (12.2119,-4.30009,200), weight = 1 - gamma, kinetic energy (MeV) = 1.23475, position (cm) = (5.59638,-3.97017,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0977784, position (cm) = (7.34231,6.59824,200), weight = 1 - gamma, kinetic energy (MeV) = 0.90703, position (cm) = (0.18007,4.87723,200), weight = 1 - gamma, kinetic energy (MeV) = 0.199291, position (cm) = (-1.80991,7.25069,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0933383, position (cm) = (3.57451,5.3507,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0902861, position (cm) = (-0.556306,11.7924,200), weight = 1 - gamma, kinetic energy (MeV) = 0.759238, position (cm) = (-1.34498,8.51024,200), weight = 1 - gamma, kinetic energy (MeV) = 1.37312, position (cm) = (-0.965809,4.09886,200), weight = 1 - gamma, kinetic energy (MeV) = 11.3639, position (cm) = (1.37294,10.2445,200), weight = 1 - gamma, kinetic energy (MeV) = 0.844267, position (cm) = (4.49471,9.51789,200), weight = 1 - gamma, kinetic energy (MeV) = 45.0292, position (cm) = (-1.07882,3.64052,200), weight = 1 - neutron, kinetic energy (MeV) = 4.70053, position (cm) = (-34.2246,-19.9162,200), weight = 2 - neutron, kinetic energy (MeV) = 61.4313, position (cm) = (-48.3853,11.3333,200), weight = 1 - neutron, kinetic energy (MeV) = 955.364, position (cm) = (-8.85754,-18.6852,200), weight = 1 - gamma, kinetic energy (MeV) = 5.52081, position (cm) = (20.1087,12.0566,200), weight = 2 - neutron, kinetic energy (MeV) = 12.5949, position (cm) = (15.5679,5.83846,200), weight = 2 - neutron, kinetic energy (MeV) = 31.7776, position (cm) = (15.493,25.2974,200), weight = 1 - neutron, kinetic energy (MeV) = 198.948, position (cm) = (7.4512,12.6323,200), weight = 1 - neutron, kinetic energy (MeV) = 154.674, position (cm) = (12.7152,91.6836,200), weight = 1 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - gamma, kinetic energy (MeV) = 5.27291, position (cm) = (-8.84802,14.2003,200), weight = 1 - gamma, kinetic energy (MeV) = 0.144569, position (cm) = (4.62473,9.24851,200), weight = 1 - gamma, kinetic energy (MeV) = 0.233529, position (cm) = (7.03893,-7.50622,200), weight = 1 - gamma, kinetic energy (MeV) = 6.65394, position (cm) = (-16.3458,-15.3335,200), weight = 1 - gamma, kinetic energy (MeV) = 0.323846, position (cm) = (-11.436,1.44078,200), weight = 1 - gamma, kinetic energy (MeV) = 0.109855, position (cm) = (-10.046,4.77665,200), weight = 1 - gamma, kinetic energy (MeV) = 0.470545, position (cm) = (-22.4368,20.5442,200), weight = 3 - gamma, kinetic energy (MeV) = 0.0822481, position (cm) = (9.74667,-23.9453,200), weight = 3 - gamma, kinetic energy (MeV) = 0.0551402, position (cm) = (9.39577,-25.9984,200), weight = 3 - gamma, kinetic energy (MeV) = 2.5362, position (cm) = (25.1222,15.8427,200), weight = 3 - gamma, kinetic energy (MeV) = 0.428952, position (cm) = (-16.2923,20.1727,200), weight = 3 - gamma, kinetic energy (MeV) = 0.100487, position (cm) = (-6.2378,-7.85389,200), weight = 1 - gamma, kinetic energy (MeV) = 16.2539, position (cm) = (-3.70885,5.5232,200), weight = 1 - gamma, kinetic energy (MeV) = 6.48659, position (cm) = (-10.481,-7.10684,200), weight = 1 - gamma, kinetic energy (MeV) = 7.65622, position (cm) = (5.73095,8.29321,200), weight = 1 - gamma, kinetic energy (MeV) = 1.75142, position (cm) = (0.893178,5.27487,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0738367, position (cm) = (-4.10302,-1.53994,200), weight = 1 - gamma, kinetic energy (MeV) = 0.143905, position (cm) = (-2.58258,-1.59033,200), weight = 1 - gamma, kinetic energy (MeV) = 1.52457, position (cm) = (-16.4299,-8.5112,200), weight = 1 - gamma, kinetic energy (MeV) = 0.169443, position (cm) = (-5.29705,8.03949,200), weight = 1 - e-, kinetic energy (MeV) = 1.09978, position (cm) = (0.794393,3.51786,200), weight = 1 - gamma, kinetic energy (MeV) = 0.360632, position (cm) = (1.05101,3.62182,200), weight = 1 - gamma, kinetic energy (MeV) = 1.7029, position (cm) = (0.971212,3.11492,200), weight = 1 - gamma, kinetic energy (MeV) = 5.0697, position (cm) = (3.9467,-15.8881,200), weight = 1 - gamma, kinetic energy (MeV) = 1.71113, position (cm) = (22.3538,-28.7298,200), weight = 1 - gamma, kinetic energy (MeV) = 0.175426, position (cm) = (-17.0018,-2.12874,200), weight = 1 - gamma, kinetic energy (MeV) = 2.63093, position (cm) = (-20.6294,-3.79892,200), weight = 1 - gamma, kinetic energy (MeV) = 355.179, position (cm) = (-2.33857,-1.34658,200), weight = 1 - gamma, kinetic energy (MeV) = 0.470643, position (cm) = (5.82876,-2.80523,200), weight = 1 - gamma, kinetic energy (MeV) = 9.29603, position (cm) = (3.27613,-1.96941,200), weight = 1 - gamma, kinetic energy (MeV) = 3.95734, position (cm) = (-5.83313,-3.08752,200), weight = 1 - gamma, kinetic energy (MeV) = 0.295043, position (cm) = (-8.45858,-6.70073,200), weight = 1 - gamma, kinetic energy (MeV) = 4.22029, position (cm) = (-6.0237,8.60593,200), weight = 1 - gamma, kinetic energy (MeV) = 0.265177, position (cm) = (-2.84721,6.1219,200), weight = 1 - gamma, kinetic energy (MeV) = 4.18095, position (cm) = (-11.702,-48.7609,200), weight = 1 - gamma, kinetic energy (MeV) = 4.12862, position (cm) = (10.637,20.8098,200), weight = 1 - gamma, kinetic energy (MeV) = 1.31426, position (cm) = (-6.83508,1.43862,200), weight = 1 - gamma, kinetic energy (MeV) = 0.634691, position (cm) = (-4.68035,7.69564,200), weight = 1 - gamma, kinetic energy (MeV) = 62.0799, position (cm) = (-10.0683,-7.0972,200), weight = 1 - gamma, kinetic energy (MeV) = 0.236669, position (cm) = (-4.53148,-8.50955,200), weight = 3 - gamma, kinetic energy (MeV) = 7.20224, position (cm) = (2.02557,10.3078,200), weight = 1 - gamma, kinetic energy (MeV) = 126.613, position (cm) = (-12.9846,-9.37177,200), weight = 1 - gamma, kinetic energy (MeV) = 5.30792, position (cm) = (-16.5815,22.2408,200), weight = 1 - gamma, kinetic energy (MeV) = 1.61974, position (cm) = (-51.1236,-13.0616,200), weight = 1 - gamma, kinetic energy (MeV) = 15.2422, position (cm) = (-16.4342,13.3107,200), weight = 3 - gamma, kinetic energy (MeV) = 19.3675, position (cm) = (-7.53593,-2.27864,200), weight = 3 - gamma, kinetic energy (MeV) = 0.124623, position (cm) = (7.20989,-5.77212,200), weight = 1 - gamma, kinetic energy (MeV) = 0.101637, position (cm) = (8.50223,-6.40068,200), weight = 1 - gamma, kinetic energy (MeV) = 3.68821, position (cm) = (0.399842,-2.53082,200), weight = 1 - gamma, kinetic energy (MeV) = 0.302284, position (cm) = (2.87797,-3.72132,200), weight = 1 - gamma, kinetic energy (MeV) = 0.841207, position (cm) = (-28.4989,-0.124135,200), weight = 1 - gamma, kinetic energy (MeV) = 24.7547, position (cm) = (-0.417614,20.5195,200), weight = 1 - gamma, kinetic energy (MeV) = 0.12599, position (cm) = (-16.1075,16.4542,200), weight = 1 - gamma, kinetic energy (MeV) = 2.62844, position (cm) = (-15.0474,14.6757,200), weight = 1 - e-, kinetic energy (MeV) = 5.70276, position (cm) = (-4.09833,8.4934,200), weight = 1 - gamma, kinetic energy (MeV) = 0.164258, position (cm) = (-4.1691,8.22396,200), weight = 1 - gamma, kinetic energy (MeV) = 0.617141, position (cm) = (-3.9273,8.64822,200), weight = 1 - gamma, kinetic energy (MeV) = 8.52378, position (cm) = (3.25196,-5.88734,200), weight = 1 - gamma, kinetic energy (MeV) = 104.28, position (cm) = (3.33793,1.86893,200), weight = 1 - gamma, kinetic energy (MeV) = 27.6084, position (cm) = (1.55386,-0.610372,200), weight = 1 - gamma, kinetic energy (MeV) = 25.7123, position (cm) = (9.70355,-18.4189,200), weight = 1 - gamma, kinetic energy (MeV) = 0.948657, position (cm) = (-1.81025,-8.59805,200), weight = 1 - gamma, kinetic energy (MeV) = 22.5175, position (cm) = (11.2699,6.553,200), weight = 3 - gamma, kinetic energy (MeV) = 1.07446, position (cm) = (-11.0084,6.47675,200), weight = 1 - gamma, kinetic energy (MeV) = 5.83501, position (cm) = (-3.49214,-4.46684,200), weight = 1 - gamma, kinetic energy (MeV) = 0.090346, position (cm) = (16.3584,-14.8897,200), weight = 1 - gamma, kinetic energy (MeV) = 0.436989, position (cm) = (13.8622,-0.5588,200), weight = 1 - gamma, kinetic energy (MeV) = 16.441, position (cm) = (19.6365,-3.93957,200), weight = 1 - gamma, kinetic energy (MeV) = 3.42055, position (cm) = (0.261037,-5.46761,200), weight = 1 - gamma, kinetic energy (MeV) = 39.186, position (cm) = (-7.24221,21.8533,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0632399, position (cm) = (7.25575,0.0578876,200), weight = 1 - gamma, kinetic energy (MeV) = 1.53895, position (cm) = (0.0618338,1.90642,200), weight = 1 - gamma, kinetic energy (MeV) = 6.57413, position (cm) = (1.25027,8.53946,200), weight = 1 - gamma, kinetic energy (MeV) = 2.50316, position (cm) = (3.28919,6.96064,200), weight = 1 - gamma, kinetic energy (MeV) = 0.187211, position (cm) = (14.0065,-6.77941,200), weight = 1 - gamma, kinetic energy (MeV) = 0.875698, position (cm) = (15.0374,-11.499,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (3.70255,0.439439,200), weight = 1 - gamma, kinetic energy (MeV) = 15.9207, position (cm) = (1.1857,-0.739795,200), weight = 1 - gamma, kinetic energy (MeV) = 0.062918, position (cm) = (-3.98952,7.87489,200), weight = 1 - gamma, kinetic energy (MeV) = 0.320999, position (cm) = (0.670656,-0.521762,200), weight = 1 - gamma, kinetic energy (MeV) = 14.4224, position (cm) = (0.530122,-1.39876,200), weight = 1 - gamma, kinetic energy (MeV) = 0.456662, position (cm) = (0.62224,-1.49863,200), weight = 1 - gamma, kinetic energy (MeV) = 2.20991, position (cm) = (0.638744,-1.54362,200), weight = 1 - gamma, kinetic energy (MeV) = 0.835517, position (cm) = (0.196835,-1.0223,200), weight = 1 - gamma, kinetic energy (MeV) = 0.171671, position (cm) = (-0.125601,-5.60468,200), weight = 1 - gamma, kinetic energy (MeV) = 1.19642, position (cm) = (1.25496,0.88897,200), weight = 3 - gamma, kinetic energy (MeV) = 0.505768, position (cm) = (46.6921,-14.2895,200), weight = 1 - gamma, kinetic energy (MeV) = 1.11532, position (cm) = (-2.28927,25.2951,200), weight = 1 - nu_e, kinetic energy (MeV) = 28.1123, position (cm) = (76.9685,70.2736,200), weight = 2 - gamma, kinetic energy (MeV) = 1.11405, position (cm) = (-10.4157,-3.85092,200), weight = 1 - gamma, kinetic energy (MeV) = 0.398443, position (cm) = (1.9154,4.12778,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0591905, position (cm) = (2.07546,1.05326,200), weight = 1 - gamma, kinetic energy (MeV) = 2.85178, position (cm) = (-4.17952,23.8942,200), weight = 1 - gamma, kinetic energy (MeV) = 7.43354, position (cm) = (-16.6203,-29.1864,200), weight = 1 - gamma, kinetic energy (MeV) = 8.1793, position (cm) = (5.48847,-6.88457,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0655926, position (cm) = (-7.74294,5.89845,200), weight = 3 - gamma, kinetic energy (MeV) = 1.27732, position (cm) = (1.29064,9.63679,200), weight = 1 - gamma, kinetic energy (MeV) = 0.423112, position (cm) = (1.15608,9.99643,200), weight = 1 - gamma, kinetic energy (MeV) = 4.14125, position (cm) = (-0.0984673,9.05792,200), weight = 1 - e-, kinetic energy (MeV) = 138.133, position (cm) = (-4.46853,-1.23723,200), weight = 1 - gamma, kinetic energy (MeV) = 0.269708, position (cm) = (-3.17949,-1.48357,200), weight = 1 - gamma, kinetic energy (MeV) = 0.320232, position (cm) = (-4.46437,-1.25245,200), weight = 1 - gamma, kinetic energy (MeV) = 20.3305, position (cm) = (-4.41326,-1.27598,200), weight = 1 - gamma, kinetic energy (MeV) = 0.539538, position (cm) = (-7.74741,2.08742,200), weight = 1 - gamma, kinetic energy (MeV) = 11.1353, position (cm) = (-4.7261,-0.538572,200), weight = 1 - gamma, kinetic energy (MeV) = 6.37299, position (cm) = (-3.90313,-1.20768,200), weight = 1 - gamma, kinetic energy (MeV) = 4.82184, position (cm) = (12.7958,-6.48063,200), weight = 1 - gamma, kinetic energy (MeV) = 0.379483, position (cm) = (5.57681,-7.2408,200), weight = 1 - gamma, kinetic energy (MeV) = 4.78963, position (cm) = (10.9702,-5.44206,200), weight = 1 - gamma, kinetic energy (MeV) = 4.21224, position (cm) = (-2.07468,0.296003,200), weight = 1 - gamma, kinetic energy (MeV) = 0.185773, position (cm) = (-33.2785,5.95158,200), weight = 1 - gamma, kinetic energy (MeV) = 0.932227, position (cm) = (11.5184,-13.4879,200), weight = 3 - gamma, kinetic energy (MeV) = 0.422308, position (cm) = (9.06181,10.4408,200), weight = 3 - gamma, kinetic energy (MeV) = 0.820462, position (cm) = (30.2503,-7.80899,200), weight = 3 - gamma, kinetic energy (MeV) = 0.377859, position (cm) = (36.6425,-7.61443,200), weight = 3 - gamma, kinetic energy (MeV) = 11.7982, position (cm) = (2.57945,-7.595,200), weight = 1 - gamma, kinetic energy (MeV) = 23.7151, position (cm) = (-8.42339,1.11153,200), weight = 1 - gamma, kinetic energy (MeV) = 34.9635, position (cm) = (0.494564,-3.94289,200), weight = 1 - gamma, kinetic energy (MeV) = 12.9985, position (cm) = (-4.56005,13.2804,200), weight = 1 - gamma, kinetic energy (MeV) = 0.457873, position (cm) = (-4.99909,-8.6696,200), weight = 1 - gamma, kinetic energy (MeV) = 68.1981, position (cm) = (-4.98289,-3.05956,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-2.60817,-4.57599,200), weight = 9 - gamma, kinetic energy (MeV) = 2.3605, position (cm) = (-1.82925,0.111318,200), weight = 3 - gamma, kinetic energy (MeV) = 1.33936, position (cm) = (-2.8814,-0.183118,200), weight = 3 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (12.5964,-0.41975,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0572675, position (cm) = (-11.6628,6.18531,200), weight = 3 - gamma, kinetic energy (MeV) = 0.388498, position (cm) = (0.342086,-0.0835188,200), weight = 3 - gamma, kinetic energy (MeV) = 0.121247, position (cm) = (1.52301,5.24228,200), weight = 3 - gamma, kinetic energy (MeV) = 0.20285, position (cm) = (-4.09384,3.91209,200), weight = 3 - gamma, kinetic energy (MeV) = 1.23531, position (cm) = (-2.28362,5.86216,200), weight = 3 - gamma, kinetic energy (MeV) = 2.18075, position (cm) = (3.62716,-1.24033,200), weight = 3 - gamma, kinetic energy (MeV) = 33.3641, position (cm) = (-2.96776,1.73794,200), weight = 3 - gamma, kinetic energy (MeV) = 11.1764, position (cm) = (-13.269,-1.05341,200), weight = 3 - gamma, kinetic energy (MeV) = 3.57767, position (cm) = (-9.84286,-1.895,200), weight = 1 - gamma, kinetic energy (MeV) = 12.3244, position (cm) = (-4.32461,-0.299747,200), weight = 1 - gamma, kinetic energy (MeV) = 13.7923, position (cm) = (3.82268,8.37194,200), weight = 1 - gamma, kinetic energy (MeV) = 2.71017, position (cm) = (-5.42577,11.3634,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (2.78387,4.91993,200), weight = 1 - gamma, kinetic energy (MeV) = 1.31609, position (cm) = (-28.9489,-30.029,200), weight = 1 - gamma, kinetic energy (MeV) = 13.0745, position (cm) = (0.919984,0.0102494,200), weight = 1 - gamma, kinetic energy (MeV) = 1.06632, position (cm) = (-48.4964,13.0147,200), weight = 1 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + gamma, kinetic energy (MeV) = 0.133815, position (cm) = (-34.031,37.9068,200), weight = 3 + gamma, kinetic energy (MeV) = 5.27595, position (cm) = (-29.3561,-16.6948,200), weight = 1 + gamma, kinetic energy (MeV) = 1.39525, position (cm) = (-31.1916,-15.5102,200), weight = 1 + gamma, kinetic energy (MeV) = 0.744774, position (cm) = (-36.1465,-11.2508,200), weight = 1 + gamma, kinetic energy (MeV) = 0.542315, position (cm) = (-35.6114,-11.9152,200), weight = 1 + gamma, kinetic energy (MeV) = 1.43549, position (cm) = (-21.611,-1.74286,200), weight = 1 + gamma, kinetic energy (MeV) = 0.425414, position (cm) = (-25.8511,-9.52343,200), weight = 1 + gamma, kinetic energy (MeV) = 11.3146, position (cm) = (5.6515,12.9134,200), weight = 1 + gamma, kinetic energy (MeV) = 4.26229, position (cm) = (-6.08152,20.4691,200), weight = 1 + gamma, kinetic energy (MeV) = 0.359523, position (cm) = (34.9774,13.6287,200), weight = 1 + gamma, kinetic energy (MeV) = 15.485, position (cm) = (8.84583,12.5426,200), weight = 1 + gamma, kinetic energy (MeV) = 2.75816, position (cm) = (3.46439,8.01774,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0765881, position (cm) = (-35.0425,22.9948,200), weight = 1 + gamma, kinetic energy (MeV) = 0.501549, position (cm) = (-30.7449,29.3634,200), weight = 1 + pi-, kinetic energy (MeV) = 1368.6, position (cm) = (-8.5325,5.85327,200), weight = 1 + e-, kinetic energy (MeV) = 18.0189, position (cm) = (19.993,10.7736,200), weight = 1 + e+, kinetic energy (MeV) = 23.742, position (cm) = (18.5884,11.36,200), weight = 1 + gamma, kinetic energy (MeV) = 0.163666, position (cm) = (19.1954,11.4263,200), weight = 1 + gamma, kinetic energy (MeV) = 22.8075, position (cm) = (16.7898,12.2088,200), weight = 1 + e-, kinetic energy (MeV) = 2.3931, position (cm) = (22.9462,1.54207,200), weight = 1 + gamma, kinetic energy (MeV) = 0.17684, position (cm) = (13.5275,-4.86362,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (13.2597,-3.24511,200), weight = 1 + gamma, kinetic energy (MeV) = 0.359588, position (cm) = (39.0174,39.162,200), weight = 1 + neutron, kinetic energy (MeV) = 275.329, position (cm) = (31.0199,-28.9892,200), weight = 1 + kaon0L, kinetic energy (MeV) = 570.925, position (cm) = (-5.26384,-4.49565,200), weight = 1 + neutron, kinetic energy (MeV) = 135.511, position (cm) = (12.9605,10.144,200), weight = 6 + gamma, kinetic energy (MeV) = 152.726, position (cm) = (-2.85698,13.5422,200), weight = 1 + neutron, kinetic energy (MeV) = 49.4785, position (cm) = (-8.21131,-17.7093,200), weight = 3 + nu_e, kinetic energy (MeV) = 20.5019, position (cm) = (9.81481,-51.3877,200), weight = 3 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (-67.1307,-37.7818,200), weight = 3 + gamma, kinetic energy (MeV) = 0.934004, position (cm) = (-77.7365,-12.0122,200), weight = 3 + gamma, kinetic energy (MeV) = 1.92818, position (cm) = (-73.5578,-20.3392,200), weight = 3 + gamma, kinetic energy (MeV) = 1.27586, position (cm) = (-94.8028,-12.7639,200), weight = 3 + neutron, kinetic energy (MeV) = 1.48454, position (cm) = (-41.9323,-10.8467,200), weight = 1 + gamma, kinetic energy (MeV) = 2.71522, position (cm) = (-38.0194,1.5261,200), weight = 1 + gamma, kinetic energy (MeV) = 0.520752, position (cm) = (-38.4465,-12.6686,200), weight = 1 + nu_e, kinetic energy (MeV) = 28.9523, position (cm) = (42.5364,-2.51454,200), weight = 1 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (-14.1061,-70.1275,200), weight = 1 + gamma, kinetic energy (MeV) = 81.8927, position (cm) = (-24.1199,23.3066,200), weight = 2 + gamma, kinetic energy (MeV) = 0.47998, position (cm) = (-2.2104,-1.32305,200), weight = 2 + gamma, kinetic energy (MeV) = 0.785399, position (cm) = (-17.9385,23.2975,200), weight = 2 + gamma, kinetic energy (MeV) = 5.54166, position (cm) = (-26.7613,-53.4267,200), weight = 4 + neutron, kinetic energy (MeV) = 551.634, position (cm) = (26.3328,-28.8388,200), weight = 4 + gamma, kinetic energy (MeV) = 1.72235, position (cm) = (-14.0232,-9.60447,200), weight = 2 + gamma, kinetic energy (MeV) = 14.6336, position (cm) = (-62.6634,-45.6707,200), weight = 2 + gamma, kinetic energy (MeV) = 1.13555, position (cm) = (-40.2217,-88.4569,200), weight = 6 + gamma, kinetic energy (MeV) = 22.0045, position (cm) = (-16.5073,-15.1513,200), weight = 2 + gamma, kinetic energy (MeV) = 1.42822, position (cm) = (-24.0826,-5.31101,200), weight = 2 + gamma, kinetic energy (MeV) = 0.0766643, position (cm) = (-10.9782,-9.41342,200), weight = 2 + gamma, kinetic energy (MeV) = 37.0818, position (cm) = (-21.831,-17.9703,200), weight = 2 + e+, kinetic energy (MeV) = 7.7492, position (cm) = (-29.0754,-18.9007,200), weight = 2 + e-, kinetic energy (MeV) = 9.90334, position (cm) = (-29.0794,-18.8993,200), weight = 2 + gamma, kinetic energy (MeV) = 9.66982, position (cm) = (-23.5762,-17.6011,200), weight = 2 + gamma, kinetic energy (MeV) = 0.448131, position (cm) = (-18.7646,-14.9318,200), weight = 2 + gamma, kinetic energy (MeV) = 0.134546, position (cm) = (-19.9394,-15.8599,200), weight = 2 + gamma, kinetic energy (MeV) = 0.560158, position (cm) = (-27.5281,-9.69527,200), weight = 2 + gamma, kinetic energy (MeV) = 11.6234, position (cm) = (-24.9009,-12.2146,200), weight = 2 + gamma, kinetic energy (MeV) = 0.114311, position (cm) = (-17.9825,-20.2051,200), weight = 2 + gamma, kinetic energy (MeV) = 53.3846, position (cm) = (-24.3334,-12.4334,200), weight = 2 + gamma, kinetic energy (MeV) = 0.546431, position (cm) = (-20.2649,-7.07165,200), weight = 2 + gamma, kinetic energy (MeV) = 11.1351, position (cm) = (-28.2108,-12.0116,200), weight = 2 + gamma, kinetic energy (MeV) = 0.800718, position (cm) = (-23.712,-13.307,200), weight = 2 + gamma, kinetic energy (MeV) = 0.626066, position (cm) = (-17.4555,-19.903,200), weight = 2 + gamma, kinetic energy (MeV) = 0.324598, position (cm) = (-25.6709,-19.5962,200), weight = 2 + gamma, kinetic energy (MeV) = 0.508156, position (cm) = (-19.1372,-8.09283,200), weight = 2 + gamma, kinetic energy (MeV) = 6.38158, position (cm) = (-23.2274,-26.1658,200), weight = 2 + gamma, kinetic energy (MeV) = 0.945533, position (cm) = (-30.1106,-34.4241,200), weight = 2 + proton, kinetic energy (MeV) = 2057.32, position (cm) = (-8.40771,6.5923,200), weight = 1 + mu-, kinetic energy (MeV) = 27.6337, position (cm) = (-45.111,-1.82819,200), weight = 3 + anti_nu_mu, kinetic energy (MeV) = 285.083, position (cm) = (-40.7764,-24.0344,200), weight = 3 + neutron, kinetic energy (MeV) = 12.976, position (cm) = (-51.8866,-22.9219,200), weight = 2 + neutron, kinetic energy (MeV) = 61.7215, position (cm) = (-78.4442,-55.7086,200), weight = 2 + neutron, kinetic energy (MeV) = 70.3364, position (cm) = (-71.4246,-7.12311,200), weight = 2 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (-14.5004,-25.7122,200), weight = 1 + gamma, kinetic energy (MeV) = 0.10865, position (cm) = (-22.696,16.1398,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (8.94508,-30.085,200), weight = 3 + gamma, kinetic energy (MeV) = 0.0860015, position (cm) = (9.88721,-27.3663,200), weight = 3 + e+, kinetic energy (MeV) = 63.1382, position (cm) = (14.7153,-22.634,200), weight = 1 + gamma, kinetic energy (MeV) = 0.139212, position (cm) = (14.7151,-22.6253,200), weight = 1 + gamma, kinetic energy (MeV) = 8.50353, position (cm) = (14.8118,-22.5706,200), weight = 1 + gamma, kinetic energy (MeV) = 0.825479, position (cm) = (14.2479,-22.1222,200), weight = 1 + gamma, kinetic energy (MeV) = 11.1236, position (cm) = (14.2852,-22.1173,200), weight = 1 + gamma, kinetic energy (MeV) = 3.08084, position (cm) = (14.4542,-22.0318,200), weight = 1 + gamma, kinetic energy (MeV) = 0.170944, position (cm) = (13.0007,-13.0727,200), weight = 1 + gamma, kinetic energy (MeV) = 3.99179, position (cm) = (15.3824,-21.1181,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0874232, position (cm) = (9.93554,-11.435,200), weight = 1 + gamma, kinetic energy (MeV) = 20.9998, position (cm) = (11.1482,-15.3759,200), weight = 1 + gamma, kinetic energy (MeV) = 5.28322, position (cm) = (10.922,-15.3773,200), weight = 1 + gamma, kinetic energy (MeV) = 0.207271, position (cm) = (6.06495,-22.5847,200), weight = 1 + gamma, kinetic energy (MeV) = 4.98355, position (cm) = (20.6091,-24.0034,200), weight = 1 + gamma, kinetic energy (MeV) = 31.6158, position (cm) = (13.9062,-16.5443,200), weight = 1 + gamma, kinetic energy (MeV) = 9.43123, position (cm) = (11.8759,-15.6611,200), weight = 1 + gamma, kinetic energy (MeV) = 0.601147, position (cm) = (17.4835,-21.2844,200), weight = 1 + e-, kinetic energy (MeV) = 1.83689, position (cm) = (17.8197,-21.2518,200), weight = 1 + gamma, kinetic energy (MeV) = 1.05453, position (cm) = (24.6177,-20.5225,200), weight = 1 + anti_nu_mu, kinetic energy (MeV) = 44.3052, position (cm) = (43.8943,-1.55697,200), weight = 3 + nu_mu, kinetic energy (MeV) = 15.4106, position (cm) = (-2.93997,-9.99172,200), weight = 3 + pi-, kinetic energy (MeV) = 2392.14, position (cm) = (-2.04481,5.29522,200), weight = 1 + proton, kinetic energy (MeV) = 1714.25, position (cm) = (0.99824,-0.616607,200), weight = 4 + gamma, kinetic energy (MeV) = 0.0388235, position (cm) = (0.646543,-0.842913,200), weight = 4 + gamma, kinetic energy (MeV) = 8.66291, position (cm) = (-8.18961,0.0592969,200), weight = 1 + neutron, kinetic energy (MeV) = 151.884, position (cm) = (-41.5767,42.0786,200), weight = 6 + neutron, kinetic energy (MeV) = 194.457, position (cm) = (-35.3465,48.2393,200), weight = 6 + gamma, kinetic energy (MeV) = 11.5708, position (cm) = (-30.5203,9.08805,200), weight = 3 + gamma, kinetic energy (MeV) = 0.137331, position (cm) = (-33.2583,4.37527,200), weight = 3 + gamma, kinetic energy (MeV) = 0.779627, position (cm) = (-26.5671,8.22129,200), weight = 3 + gamma, kinetic energy (MeV) = 0.968491, position (cm) = (-14.9177,-18.4589,200), weight = 3 + gamma, kinetic energy (MeV) = 6.58638, position (cm) = (-8.06276,-11.8005,200), weight = 3 + gamma, kinetic energy (MeV) = 2.45918, position (cm) = (-31.111,9.73394,200), weight = 3 + gamma, kinetic energy (MeV) = 1.5496, position (cm) = (-12.1395,-1.89975,200), weight = 3 + gamma, kinetic energy (MeV) = 0.725271, position (cm) = (17.571,-8.96091,200), weight = 3 + gamma, kinetic energy (MeV) = 0.407991, position (cm) = (-35.6246,-12.2842,200), weight = 3 + proton, kinetic energy (MeV) = 1707.9, position (cm) = (6.57943,-16.0358,200), weight = 1 + gamma, kinetic energy (MeV) = 32.8861, position (cm) = (72.5101,-60.4859,200), weight = 2 + gamma, kinetic energy (MeV) = 23.0228, position (cm) = (63.6982,-57.2766,200), weight = 2 + gamma, kinetic energy (MeV) = 30.8019, position (cm) = (63.3922,-57.9357,200), weight = 2 + gamma, kinetic energy (MeV) = 1.448, position (cm) = (55.7109,-66.3195,200), weight = 2 + gamma, kinetic energy (MeV) = 12.9473, position (cm) = (61.6201,-51.8512,200), weight = 2 + gamma, kinetic energy (MeV) = 0.516728, position (cm) = (58.8091,-39.2298,200), weight = 2 + gamma, kinetic energy (MeV) = 0.348225, position (cm) = (-18.6693,5.6563,200), weight = 2 + neutron, kinetic energy (MeV) = 2.20745, position (cm) = (26.6956,-3.49744,200), weight = 3 + gamma, kinetic energy (MeV) = 4.41807, position (cm) = (37.0649,-14.9754,200), weight = 2 + neutron, kinetic energy (MeV) = 170.137, position (cm) = (30.6574,5.15409,200), weight = 1 + proton, kinetic energy (MeV) = 8096.69, position (cm) = (1.34558,-0.331478,200), weight = 1 + gamma, kinetic energy (MeV) = 0.149003, position (cm) = (0.184699,1.12753,200), weight = 1 + gamma, kinetic energy (MeV) = 0.409996, position (cm) = (0.519842,-0.490029,200), weight = 1 + pi+, kinetic energy (MeV) = 777.344, position (cm) = (0.310234,-2.32096,200), weight = 1 + gamma, kinetic energy (MeV) = 0.378378, position (cm) = (-5.6307,-24.8772,200), weight = 3 + neutron, kinetic energy (MeV) = 1.54526, position (cm) = (3.12231,-21.6761,200), weight = 3 + nu_e, kinetic energy (MeV) = 28.3521, position (cm) = (23.1439,-33.197,200), weight = 1 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (49.8102,-59.0548,200), weight = 1 + gamma, kinetic energy (MeV) = 20.0686, position (cm) = (86.6382,-62.7693,200), weight = 1 + gamma, kinetic energy (MeV) = 0.521205, position (cm) = (23.0597,-38.2593,200), weight = 1 + neutron, kinetic energy (MeV) = 23.1625, position (cm) = (46.4028,-5.76066,200), weight = 1 + neutron, kinetic energy (MeV) = 293.487, position (cm) = (-38.487,53.2204,200), weight = 4 + neutron, kinetic energy (MeV) = 0.0958381, position (cm) = (-49.0385,-3.84575,200), weight = 12 + proton, kinetic energy (MeV) = 485.172, position (cm) = (20.6354,-18.4216,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0915346, position (cm) = (18.1036,-17.8987,200), weight = 1 + neutron, kinetic energy (MeV) = 1.64124, position (cm) = (-11.5028,2.85167,200), weight = 12 + gamma, kinetic energy (MeV) = 5.39642, position (cm) = (-27.709,8.67249,200), weight = 24 + nu_e, kinetic energy (MeV) = 40.6333, position (cm) = (-25.8285,-11.9116,200), weight = 1 + gamma, kinetic energy (MeV) = 4.11538, position (cm) = (-14.5413,-36.2515,200), weight = 2 + gamma, kinetic energy (MeV) = 6.84986, position (cm) = (-28.0753,1.7808,200), weight = 1 + gamma, kinetic energy (MeV) = 3.60841, position (cm) = (-23.8202,-1.24786,200), weight = 1 + gamma, kinetic energy (MeV) = 4.09242, position (cm) = (-41.0442,5.05885,200), weight = 1 + gamma, kinetic energy (MeV) = 37.228, position (cm) = (-28.6655,-1.23096,200), weight = 1 + gamma, kinetic energy (MeV) = 3.25412, position (cm) = (-27.2114,-7.88922,200), weight = 1 + gamma, kinetic energy (MeV) = 2.04386, position (cm) = (-27.6404,13.3223,200), weight = 1 + gamma, kinetic energy (MeV) = 16.8998, position (cm) = (-31.8178,-2.61283,200), weight = 1 + gamma, kinetic energy (MeV) = 0.04455, position (cm) = (-44.2763,10.294,200), weight = 1 + gamma, kinetic energy (MeV) = 2.43368, position (cm) = (-35.2355,0.276099,200), weight = 1 + gamma, kinetic energy (MeV) = 0.103765, position (cm) = (-35.1824,-4.22133,200), weight = 1 + gamma, kinetic energy (MeV) = 1.00236, position (cm) = (-36.5918,-5.36436,200), weight = 1 + gamma, kinetic energy (MeV) = 0.36784, position (cm) = (-23.2128,5.3372,200), weight = 1 + gamma, kinetic energy (MeV) = 15.908, position (cm) = (-32.6557,0.521941,200), weight = 1 + gamma, kinetic energy (MeV) = 439.215, position (cm) = (-11.6291,27.9012,200), weight = 1 + neutron, kinetic energy (MeV) = 1024.62, position (cm) = (-13.5485,24.5422,200), weight = 1 + proton, kinetic energy (MeV) = 1033.53, position (cm) = (-16.3872,37.1475,200), weight = 1 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (30.3266,60.787,200), weight = 1 + gamma, kinetic energy (MeV) = 12.4769, position (cm) = (20.3272,-35.0367,200), weight = 1 + neutron, kinetic energy (MeV) = 36.6501, position (cm) = (-9.02599,5.2282,200), weight = 5 + gamma, kinetic energy (MeV) = 3248.82, position (cm) = (-1.07969,-2.85003,200), weight = 1 + neutron, kinetic energy (MeV) = 0.00648618, position (cm) = (6.44099,-18.0487,200), weight = 8 + pi+, kinetic energy (MeV) = 477.879, position (cm) = (0.87386,4.81481,200), weight = 1 + neutron, kinetic energy (MeV) = 65.9924, position (cm) = (3.31691,-17.4053,200), weight = 1 + gamma, kinetic energy (MeV) = 6.03391, position (cm) = (-9.72165,5.20674,200), weight = 1 + gamma, kinetic energy (MeV) = 53.8322, position (cm) = (2.95005,-16.7625,200), weight = 1 + gamma, kinetic energy (MeV) = 0.481923, position (cm) = (-7.95994,-22.7046,200), weight = 1 + gamma, kinetic energy (MeV) = 0.444737, position (cm) = (7.25933,66.0556,200), weight = 1 + gamma, kinetic energy (MeV) = 0.229907, position (cm) = (6.34573,51.7937,200), weight = 1 + gamma, kinetic energy (MeV) = 0.317359, position (cm) = (-30.8937,60.6608,200), weight = 2 + gamma, kinetic energy (MeV) = 0.136637, position (cm) = (-11.519,-7.54489,200), weight = 1 + neutron, kinetic energy (MeV) = 236.805, position (cm) = (-4.93039,-8.45537,200), weight = 1 + gamma, kinetic energy (MeV) = 4.22685, position (cm) = (9.06701,20.9861,200), weight = 1 + gamma, kinetic energy (MeV) = 30.5558, position (cm) = (5.67424,9.07505,200), weight = 1 + gamma, kinetic energy (MeV) = 0.120405, position (cm) = (-12.044,11.9719,200), weight = 1 + gamma, kinetic energy (MeV) = 2.41854, position (cm) = (22.7785,-4.73304,200), weight = 1 + gamma, kinetic energy (MeV) = 6.24652, position (cm) = (2.30763,-3.78696,200), weight = 1 + gamma, kinetic energy (MeV) = 8.82988, position (cm) = (4.49499,-6.17197,200), weight = 1 + gamma, kinetic energy (MeV) = 4.91229, position (cm) = (-21.5606,-11.9342,200), weight = 1 + gamma, kinetic energy (MeV) = 1.05104, position (cm) = (7.26832,-12.2673,200), weight = 1 + gamma, kinetic energy (MeV) = 9.80654, position (cm) = (-2.20702,-4.30213,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (20.2263,-5.24145,200), weight = 1 + e-, kinetic energy (MeV) = 4.79754, position (cm) = (20.1996,-5.09252,200), weight = 1 + gamma, kinetic energy (MeV) = 0.366193, position (cm) = (-13.037,39.0496,200), weight = 1 + gamma, kinetic energy (MeV) = 0.61869, position (cm) = (-10.0434,-2.29907,200), weight = 1 + gamma, kinetic energy (MeV) = 6.49357, position (cm) = (38.9511,-36.8769,200), weight = 1 + gamma, kinetic energy (MeV) = 12.1301, position (cm) = (-0.742944,-9.69563,200), weight = 1 + gamma, kinetic energy (MeV) = 30.4199, position (cm) = (4.661,13.2292,200), weight = 1 + e+, kinetic energy (MeV) = 7.66597, position (cm) = (-0.148705,1.20301,200), weight = 1 + gamma, kinetic energy (MeV) = 1.36775, position (cm) = (-0.945978,1.04,200), weight = 1 + gamma, kinetic energy (MeV) = 0.382736, position (cm) = (-0.609975,0.823264,200), weight = 1 + gamma, kinetic energy (MeV) = 26.5963, position (cm) = (-0.0545154,0.70824,200), weight = 1 + gamma, kinetic energy (MeV) = 0.267888, position (cm) = (0.0727763,0.576458,200), weight = 1 + gamma, kinetic energy (MeV) = 7.92934, position (cm) = (0.213995,0.418666,200), weight = 1 + gamma, kinetic energy (MeV) = 21.1981, position (cm) = (0.282743,0.586641,200), weight = 1 + gamma, kinetic energy (MeV) = 1.12207, position (cm) = (0.282335,0.773296,200), weight = 1 + gamma, kinetic energy (MeV) = 0.251973, position (cm) = (0.271925,0.737204,200), weight = 1 + gamma, kinetic energy (MeV) = 23.235, position (cm) = (0.682717,1.3509,200), weight = 1 + e-, kinetic energy (MeV) = 19.3671, position (cm) = (0.730073,-0.246062,200), weight = 1 + gamma, kinetic energy (MeV) = 0.50569, position (cm) = (0.409368,-0.269002,200), weight = 1 + gamma, kinetic energy (MeV) = 3.58154, position (cm) = (0.838292,0.438543,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (4.20582,1.28993,200), weight = 1 + e-, kinetic energy (MeV) = 237.617, position (cm) = (0.336846,0.582262,200), weight = 1 + gamma, kinetic energy (MeV) = 2.08315, position (cm) = (0.401864,0.5523,200), weight = 1 + gamma, kinetic energy (MeV) = 21.0701, position (cm) = (0.30498,0.287845,200), weight = 1 + gamma, kinetic energy (MeV) = 1.33923, position (cm) = (0.449512,0.6496,200), weight = 1 + gamma, kinetic energy (MeV) = 2.87677, position (cm) = (-3.24264,0.32489,200), weight = 1 + gamma, kinetic energy (MeV) = 6.88633, position (cm) = (0.348689,0.523985,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0694912, position (cm) = (11.9386,-3.17657,200), weight = 1 + gamma, kinetic energy (MeV) = 1.87175, position (cm) = (-2.9653,-0.180503,200), weight = 1 + gamma, kinetic energy (MeV) = 43.959, position (cm) = (0.055868,0.668493,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0871572, position (cm) = (5.79617,-4.12052,200), weight = 1 + gamma, kinetic energy (MeV) = 630.974, position (cm) = (0.629105,0.379517,200), weight = 1 + gamma, kinetic energy (MeV) = 0.376615, position (cm) = (13.1013,7.20488,200), weight = 1 + gamma, kinetic energy (MeV) = 6.0021, position (cm) = (0.457435,4.12898,200), weight = 1 + gamma, kinetic energy (MeV) = 0.18066, position (cm) = (9.9352,-2.64331,200), weight = 1 + gamma, kinetic energy (MeV) = 0.271975, position (cm) = (0.600752,0.0997565,200), weight = 1 + gamma, kinetic energy (MeV) = 31.8576, position (cm) = (0.0134792,-0.538969,200), weight = 1 + gamma, kinetic energy (MeV) = 0.188734, position (cm) = (2.4302,-11.2909,200), weight = 1 + gamma, kinetic energy (MeV) = 0.102708, position (cm) = (0.306923,6.65019,200), weight = 1 + gamma, kinetic energy (MeV) = 2.71842, position (cm) = (-0.241274,-0.066187,200), weight = 1 + gamma, kinetic energy (MeV) = 0.55802, position (cm) = (-0.912364,1.16522,200), weight = 1 + gamma, kinetic energy (MeV) = 0.128862, position (cm) = (0.367491,-0.286785,200), weight = 1 + gamma, kinetic energy (MeV) = 4.03276, position (cm) = (4.93963,-3.60457,200), weight = 1 + gamma, kinetic energy (MeV) = 3.41691, position (cm) = (-0.309062,0.690943,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0870252, position (cm) = (1.89078,2.6061,200), weight = 1 + gamma, kinetic energy (MeV) = 4.89483, position (cm) = (1.07241,0.124671,200), weight = 1 + gamma, kinetic energy (MeV) = 4.71745, position (cm) = (3.52534,3.12523,200), weight = 1 + gamma, kinetic energy (MeV) = 1.63476, position (cm) = (1.7107,3.36056,200), weight = 1 + gamma, kinetic energy (MeV) = 2.3209, position (cm) = (10.4381,-5.89133,200), weight = 1 + gamma, kinetic energy (MeV) = 0.129713, position (cm) = (4.63267,-9.01226,200), weight = 1 + gamma, kinetic energy (MeV) = 3.50931, position (cm) = (-1.29164,0.697339,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0527007, position (cm) = (-7.35902,-4.38769,200), weight = 1 + gamma, kinetic energy (MeV) = 0.334338, position (cm) = (4.47871,-3.47533,200), weight = 1 + gamma, kinetic energy (MeV) = 2.13948, position (cm) = (-1.66469,-1.10006,200), weight = 1 + gamma, kinetic energy (MeV) = 8.96383, position (cm) = (-1.40025,0.106714,200), weight = 1 + gamma, kinetic energy (MeV) = 2.76704, position (cm) = (1.69791,-37.2341,200), weight = 1 + gamma, kinetic energy (MeV) = 3.2187, position (cm) = (-1.57099,15.7096,200), weight = 1 + gamma, kinetic energy (MeV) = 8.28826, position (cm) = (4.05139,3.86836,200), weight = 1 + gamma, kinetic energy (MeV) = 0.663369, position (cm) = (2.99963,3.85209,200), weight = 1 + gamma, kinetic energy (MeV) = 1.32511, position (cm) = (13.303,-5.16996,200), weight = 1 + gamma, kinetic energy (MeV) = 8.0853, position (cm) = (-2.31024,0.282929,200), weight = 1 + gamma, kinetic energy (MeV) = 0.172322, position (cm) = (0.919561,-2.6264,200), weight = 1 + gamma, kinetic energy (MeV) = 5.39032, position (cm) = (-2.67901,1.3337,200), weight = 1 + gamma, kinetic energy (MeV) = 0.293873, position (cm) = (-1.49521,2.47142,200), weight = 1 + gamma, kinetic energy (MeV) = 0.320487, position (cm) = (-18.8063,-9.16466,200), weight = 1 + gamma, kinetic energy (MeV) = 1.01438, position (cm) = (1.17806,4.45461,200), weight = 1 + e+, kinetic energy (MeV) = 4.65044, position (cm) = (-1.97113,1.31984,200), weight = 1 + e-, kinetic energy (MeV) = 3.79929, position (cm) = (-1.79466,0.868766,200), weight = 1 + gamma, kinetic energy (MeV) = 5.97183, position (cm) = (-2.15654,1.12718,200), weight = 1 + gamma, kinetic energy (MeV) = 103.217, position (cm) = (0.236735,0.51674,200), weight = 1 + e-, kinetic energy (MeV) = 33.4842, position (cm) = (0.340539,1.0442,200), weight = 1 + gamma, kinetic energy (MeV) = 1.14264, position (cm) = (0.0830532,0.795184,200), weight = 1 + gamma, kinetic energy (MeV) = 0.223559, position (cm) = (-0.322656,1.41379,200), weight = 1 + gamma, kinetic energy (MeV) = 0.646316, position (cm) = (0.416322,1.00208,200), weight = 1 + gamma, kinetic energy (MeV) = 6.42186, position (cm) = (0.613734,0.87645,200), weight = 1 + gamma, kinetic energy (MeV) = 3.59798, position (cm) = (0.473611,1.00622,200), weight = 1 + gamma, kinetic energy (MeV) = 3.88386, position (cm) = (0.57034,0.970998,200), weight = 1 + gamma, kinetic energy (MeV) = 39.5437, position (cm) = (0.239227,1.25245,200), weight = 1 + gamma, kinetic energy (MeV) = 42.6389, position (cm) = (0.168814,1.38387,200), weight = 1 + gamma, kinetic energy (MeV) = 2.35475, position (cm) = (-0.146956,1.6626,200), weight = 1 + gamma, kinetic energy (MeV) = 0.160904, position (cm) = (-7.5294,-2.7558,200), weight = 1 + gamma, kinetic energy (MeV) = 0.101199, position (cm) = (0.768387,4.90694,200), weight = 1 + gamma, kinetic energy (MeV) = 0.344433, position (cm) = (8.16642,-7.95945,200), weight = 1 + gamma, kinetic energy (MeV) = 0.154531, position (cm) = (0.253126,0.52372,200), weight = 1 + gamma, kinetic energy (MeV) = 13.0061, position (cm) = (0.481802,-1.24024,200), weight = 1 + gamma, kinetic energy (MeV) = 0.127436, position (cm) = (-0.310987,-0.295241,200), weight = 1 + gamma, kinetic energy (MeV) = 80.2585, position (cm) = (-0.185132,0.941319,200), weight = 1 + gamma, kinetic energy (MeV) = 0.152473, position (cm) = (-9.29219,4.47274,200), weight = 1 + gamma, kinetic energy (MeV) = 18.7045, position (cm) = (-0.530506,1.54907,200), weight = 1 + gamma, kinetic energy (MeV) = 13.0518, position (cm) = (-0.451396,1.61124,200), weight = 1 + gamma, kinetic energy (MeV) = 57.8742, position (cm) = (0.500375,0.525369,200), weight = 1 + gamma, kinetic energy (MeV) = 0.693326, position (cm) = (-13.6419,23.0645,200), weight = 1 + gamma, kinetic energy (MeV) = 3.09537, position (cm) = (4.46807,2.5439,200), weight = 1 + gamma, kinetic energy (MeV) = 25.1638, position (cm) = (-9.45873,7.24707,200), weight = 1 + gamma, kinetic energy (MeV) = 5.8848, position (cm) = (-0.0796492,17.3683,200), weight = 1 + gamma, kinetic energy (MeV) = 11.0147, position (cm) = (-0.320004,-2.52708,200), weight = 1 + e+, kinetic energy (MeV) = 9.33859, position (cm) = (-2.95288,0.0653397,200), weight = 1 + gamma, kinetic energy (MeV) = 5.35417, position (cm) = (-3.00481,0.0331343,200), weight = 1 + gamma, kinetic energy (MeV) = 0.557973, position (cm) = (-2.98448,0.290216,200), weight = 1 + gamma, kinetic energy (MeV) = 73.4601, position (cm) = (-2.81661,-0.049368,200), weight = 1 + e-, kinetic energy (MeV) = 11.5312, position (cm) = (-2.85848,0.243582,200), weight = 1 + gamma, kinetic energy (MeV) = 8.69648, position (cm) = (1.92159,4.19479,200), weight = 1 + gamma, kinetic energy (MeV) = 0.259979, position (cm) = (-1.67263,-17.9655,200), weight = 1 + gamma, kinetic energy (MeV) = 3.27745, position (cm) = (-44.8489,-8.94966,200), weight = 1 + gamma, kinetic energy (MeV) = 0.51336, position (cm) = (3.75698,-27.1323,200), weight = 1 + gamma, kinetic energy (MeV) = 1.41249, position (cm) = (26.1965,-10.5653,200), weight = 1 + gamma, kinetic energy (MeV) = 0.318161, position (cm) = (10.8348,-3.84246,200), weight = 1 + gamma, kinetic energy (MeV) = 5.36583, position (cm) = (-23.6364,-3.51462,200), weight = 1 + gamma, kinetic energy (MeV) = 1.93798, position (cm) = (-19.9552,32.0411,200), weight = 1 + gamma, kinetic energy (MeV) = 0.089289, position (cm) = (1.18192,-20.5561,200), weight = 1 + gamma, kinetic energy (MeV) = 0.807054, position (cm) = (-13.1572,-22.8809,200), weight = 1 + gamma, kinetic energy (MeV) = 0.370893, position (cm) = (-0.0652729,-40.1634,200), weight = 1 + gamma, kinetic energy (MeV) = 6.04503, position (cm) = (-0.623671,-29.0507,200), weight = 1 + gamma, kinetic energy (MeV) = 5.82971, position (cm) = (-8.63458,-3.96511,200), weight = 1 + gamma, kinetic energy (MeV) = 2.58123, position (cm) = (0.757234,-12.0053,200), weight = 1 + gamma, kinetic energy (MeV) = 2.65191, position (cm) = (18.1587,-4.66523,200), weight = 1 + gamma, kinetic energy (MeV) = 2.74817, position (cm) = (8.90617,-1.15232,200), weight = 1 + gamma, kinetic energy (MeV) = 1.23454, position (cm) = (-6.36876,9.46981,200), weight = 1 + gamma, kinetic energy (MeV) = 0.390276, position (cm) = (-24.1068,-22.6822,200), weight = 1 + gamma, kinetic energy (MeV) = 0.258548, position (cm) = (-17.4751,-19.034,200), weight = 1 + gamma, kinetic energy (MeV) = 2.91308, position (cm) = (-6.60333,0.249242,200), weight = 1 + gamma, kinetic energy (MeV) = 1.05644, position (cm) = (17.9416,21.9724,200), weight = 1 + gamma, kinetic energy (MeV) = 1.06548, position (cm) = (11.661,-16.2486,200), weight = 1 + gamma, kinetic energy (MeV) = 2.54057, position (cm) = (-13.4835,21.4152,200), weight = 1 + gamma, kinetic energy (MeV) = 2.19096, position (cm) = (-0.575638,13.2543,200), weight = 1 + gamma, kinetic energy (MeV) = 0.426412, position (cm) = (-6.05389,-12.0091,200), weight = 1 + gamma, kinetic energy (MeV) = 0.202803, position (cm) = (-10.1014,-5.42079,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0891187, position (cm) = (-17.0407,-11.5743,200), weight = 1 + gamma, kinetic energy (MeV) = 8.74466, position (cm) = (-30.0603,22.1071,200), weight = 1 + gamma, kinetic energy (MeV) = 6.7395, position (cm) = (-6.09564,8.17734,200), weight = 1 + gamma, kinetic energy (MeV) = 3.65923, position (cm) = (1.01687,50.546,200), weight = 1 + gamma, kinetic energy (MeV) = 36.3918, position (cm) = (-10.8546,4.70862,200), weight = 1 + gamma, kinetic energy (MeV) = 31.9081, position (cm) = (-13.9989,9.86663,200), weight = 1 + gamma, kinetic energy (MeV) = 2.57261, position (cm) = (-5.44324,-10.1022,200), weight = 1 + gamma, kinetic energy (MeV) = 0.755327, position (cm) = (30.455,-3.87725,200), weight = 1 + gamma, kinetic energy (MeV) = 0.247837, position (cm) = (-5.94911,37.4951,200), weight = 1 + gamma, kinetic energy (MeV) = 29.9639, position (cm) = (-1.05639,-1.85609,200), weight = 1 + gamma, kinetic energy (MeV) = 0.961805, position (cm) = (13.8799,13.409,200), weight = 1 + gamma, kinetic energy (MeV) = 0.708393, position (cm) = (4.47268,-4.09386,200), weight = 1 + gamma, kinetic energy (MeV) = 0.671713, position (cm) = (-14.1722,17.6335,200), weight = 1 + gamma, kinetic energy (MeV) = 4.6701, position (cm) = (-0.753239,-0.654792,200), weight = 1 + gamma, kinetic energy (MeV) = 18.8392, position (cm) = (-1.7836,0.0322892,200), weight = 1 + gamma, kinetic energy (MeV) = 0.130678, position (cm) = (20.0795,-11.852,200), weight = 1 + gamma, kinetic energy (MeV) = 0.536078, position (cm) = (8.50827,18.056,200), weight = 1 + gamma, kinetic energy (MeV) = 8.0584, position (cm) = (-0.208924,7.40951,200), weight = 1 + gamma, kinetic energy (MeV) = 1.12668, position (cm) = (3.24189,0.456759,200), weight = 1 + gamma, kinetic energy (MeV) = 1.01585, position (cm) = (-17.6436,7.39841,200), weight = 1 + gamma, kinetic energy (MeV) = 10.8251, position (cm) = (-25.9189,-0.141886,200), weight = 1 + gamma, kinetic energy (MeV) = 0.921014, position (cm) = (-10.0986,-5.79627,200), weight = 1 + gamma, kinetic energy (MeV) = 16.9237, position (cm) = (-8.56484,-11.3133,200), weight = 1 + e+, kinetic energy (MeV) = 7.53586, position (cm) = (-6.73645,-8.72858,200), weight = 1 + gamma, kinetic energy (MeV) = 1.09411, position (cm) = (-6.37125,-6.62163,200), weight = 1 + gamma, kinetic energy (MeV) = 0.406835, position (cm) = (-6.60343,-10.7479,200), weight = 1 + e-, kinetic energy (MeV) = 1.86917, position (cm) = (-4.57031,-8.6544,200), weight = 1 + gamma, kinetic energy (MeV) = 0.101722, position (cm) = (-4.32315,-8.8251,200), weight = 1 + e+, kinetic energy (MeV) = 10.004, position (cm) = (-5.81056,-7.25642,200), weight = 1 + gamma, kinetic energy (MeV) = 0.234031, position (cm) = (-5.86475,-6.94155,200), weight = 1 + e-, kinetic energy (MeV) = 9.72795, position (cm) = (-5.96678,-7.34961,200), weight = 1 + gamma, kinetic energy (MeV) = 0.438773, position (cm) = (-5.98002,-7.33273,200), weight = 1 + gamma, kinetic energy (MeV) = 2.82751, position (cm) = (-5.92144,-7.08967,200), weight = 1 + gamma, kinetic energy (MeV) = 10.9051, position (cm) = (-3.72481,-0.96201,200), weight = 1 + gamma, kinetic energy (MeV) = 7.22361, position (cm) = (-7.92662,-8.79152,200), weight = 1 + gamma, kinetic energy (MeV) = 15.8513, position (cm) = (-2.75721,-1.91785,200), weight = 1 + gamma, kinetic energy (MeV) = 17.6345, position (cm) = (-3.1244,-2.38561,200), weight = 1 + gamma, kinetic energy (MeV) = 0.127854, position (cm) = (0.19072,-4.61868,200), weight = 1 + gamma, kinetic energy (MeV) = 1.66973, position (cm) = (1.85573,-3.01086,200), weight = 1 + gamma, kinetic energy (MeV) = 0.560973, position (cm) = (0.666701,-4.54141,200), weight = 1 + gamma, kinetic energy (MeV) = 0.490124, position (cm) = (3.55376,-0.856809,200), weight = 1 + gamma, kinetic energy (MeV) = 2.74272, position (cm) = (3.22573,-1.19142,200), weight = 1 + gamma, kinetic energy (MeV) = 0.449155, position (cm) = (-4.50216,0.597898,200), weight = 1 + gamma, kinetic energy (MeV) = 0.137676, position (cm) = (3.38227,3.16789,200), weight = 1 + gamma, kinetic energy (MeV) = 0.981464, position (cm) = (10.6061,4.04847,200), weight = 1 + gamma, kinetic energy (MeV) = 1.5248, position (cm) = (15.4808,10.2011,200), weight = 1 + gamma, kinetic energy (MeV) = 0.456662, position (cm) = (-39.5589,-11.6394,200), weight = 1 + gamma, kinetic energy (MeV) = 1.4786, position (cm) = (23.1812,-13.389,200), weight = 1 + gamma, kinetic energy (MeV) = 5.09161, position (cm) = (0.576839,3.07709,200), weight = 1 + gamma, kinetic energy (MeV) = 13.2194, position (cm) = (2.60766,1.56713,200), weight = 1 + gamma, kinetic energy (MeV) = 0.155849, position (cm) = (-5.67921,-3.48347,200), weight = 1 + gamma, kinetic energy (MeV) = 0.223525, position (cm) = (-12.9014,5.68627,200), weight = 1 + gamma, kinetic energy (MeV) = 0.722078, position (cm) = (-5.34462,-5.52078,200), weight = 1 + gamma, kinetic energy (MeV) = 7.46108, position (cm) = (-9.12512,1.619,200), weight = 1 + gamma, kinetic energy (MeV) = 0.282755, position (cm) = (-3.98619,-8.10452,200), weight = 1 + gamma, kinetic energy (MeV) = 0.332184, position (cm) = (-31.455,6.90411,200), weight = 1 + gamma, kinetic energy (MeV) = 0.65166, position (cm) = (-2.96915,-15.9061,200), weight = 1 + gamma, kinetic energy (MeV) = 0.219379, position (cm) = (-2.75115,17.4367,200), weight = 1 + gamma, kinetic energy (MeV) = 2.95129, position (cm) = (-3.66568,2.75694,200), weight = 1 + gamma, kinetic energy (MeV) = 3.76529, position (cm) = (46.0464,-7.77595,200), weight = 1 + gamma, kinetic energy (MeV) = 104.306, position (cm) = (-0.500602,-1.82616,200), weight = 1 + gamma, kinetic energy (MeV) = 0.225962, position (cm) = (5.33501,-12.8406,200), weight = 1 + gamma, kinetic energy (MeV) = 8.99337, position (cm) = (-1.77081,0.391818,200), weight = 1 + gamma, kinetic energy (MeV) = 0.847068, position (cm) = (17.2124,8.84808,200), weight = 1 + gamma, kinetic energy (MeV) = 0.117518, position (cm) = (-27.522,-19.5143,200), weight = 1 + gamma, kinetic energy (MeV) = 0.180186, position (cm) = (-6.22934,-5.63998,200), weight = 1 + gamma, kinetic energy (MeV) = 0.723761, position (cm) = (-18.4718,-3.33845,200), weight = 1 + gamma, kinetic energy (MeV) = 3.79695, position (cm) = (2.24205,-6.7246,200), weight = 1 + gamma, kinetic energy (MeV) = 0.101633, position (cm) = (2.88288,-4.96217,200), weight = 1 + gamma, kinetic energy (MeV) = 24.1533, position (cm) = (2.40118,-5.33584,200), weight = 1 + gamma, kinetic energy (MeV) = 17.0843, position (cm) = (17.1317,34.3081,200), weight = 1 + gamma, kinetic energy (MeV) = 10.3159, position (cm) = (-24.0147,49.7542,200), weight = 1 + gamma, kinetic energy (MeV) = 1.50228, position (cm) = (0.523832,-2.52364,200), weight = 1 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/History b/examples/extended/biasing/History index a98efc79fd..5406320944 100644 --- a/examples/extended/biasing/History +++ b/examples/extended/biasing/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example biasing History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exbiasing-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 May 24, 2021 B. Morgan - exbiasing-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/biasing/ReverseMC01/History b/examples/extended/biasing/ReverseMC01/History index 2fa5ce9a4c..675c50071c 100644 --- a/examples/extended/biasing/ReverseMC01/History +++ b/examples/extended/biasing/ReverseMC01/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example ReverseMC01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (ReverseMC01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 6th, 2021 I. Hrivnacova (ReverseMC01-V10-07-02) - Added analysis manager Clear() call instead of diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out index 48ebb8ac44..1ec5c91184 100644 --- a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out +++ b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,6 +37,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -93,6 +97,7 @@ G4AdjointPhysicsList::SetCuts:CutLength : 10 um LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -110,7 +115,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -120,8 +125,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -171,10 +177,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV ========== Computation of cross section matrices for adjoint models ========== @@ -193,35 +199,35 @@ The model AdjointPEEffect does not use cross section matrices Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Aluminum Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 34.1087 keV e+ 33.7276 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.1132 keV e+ 33.7298 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Air Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Silicon Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 31.7001 keV e+ 31.3441 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.6994 keV e+ 31.3501 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Tantalum Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 6.87412 keV e- 74.7946 keV e+ 73.3238 keV proton 1 keV + Energy thresholds : gamma 6.87436 keV e- 74.8006 keV e+ 73.3227 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -396,24 +402,22 @@ nb event 155000 nb event 160000 nb event 165000 nb event 170000 +nb event 175000 1% Precision reached! Run terminated. Run Summary - Run Aborted after 171668 events processed. - User=72.220000s Real=80.751766s Sys=0.150000s + Run Aborted after 175200 events processed. + User=71.110000s Real=85.568780s Sys=0.190000s Results of reverse/adjoint simulation! -normalised edep [MeV] = 0.00163805 -error[MeV] = 1.63799e-05 +normalised edep [MeV] = 0.0016474 +error[MeV] = 1.64738e-05 ----> Histogram Tree is saved in adjoint_sim. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 14 of which, static: 1 -Dynamic pools deleted: 13 / Total memory freed: 27 MB +Dynamic pools deleted: 13 / Total memory freed: 28 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/common/History b/examples/extended/common/History index 71b3cf9c4f..ee277a437f 100644 --- a/examples/extended/common/History +++ b/examples/extended/common/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example common History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - extended/commmon History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (excommon-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 24/05/21 B. Morgan (excommon-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/electromagnetic/History b/examples/extended/electromagnetic/History index 1a3b20cddc..e0aae5855e 100644 --- a/examples/extended/electromagnetic/History +++ b/examples/extended/electromagnetic/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example electromagnetic History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (electromagnetic-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 29-11-21 I. Hrivnacova (electromagnetic-V10-07-01) - Removed obsolete references to AIDA analysis tools diff --git a/examples/extended/electromagnetic/TestEm0/History b/examples/extended/electromagnetic/TestEm0/History index 54f4597f6d..dfb07b74fa 100644 --- a/examples/extended/electromagnetic/TestEm0/History +++ b/examples/extended/electromagnetic/TestEm0/History @@ -1,19 +1,16 @@ +# Example TestEm0 History -------------------------------------------------------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= - TestEm0 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (testem0-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 18-10-21 V.Ivant (testem0-V10-07-01) - TestEm0.cc - use G4RunManagerFactory diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index d239d17f0c..49db26653e 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,7 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -55,7 +56,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -65,8 +66,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -128,7 +130,7 @@ Type of PIXE cross section for e+- Livermore Index : 0 used in the geometry : Yes Material : Germanium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 20.7286 keV e- 870.352 keV e+ 826.678 keV proton 100 keV + Energy thresholds : gamma 20.7286 keV e- 870.39 keV e+ 826.714 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -140,22 +142,22 @@ Index : 0 used in the geometry : Yes processes : phot compt conv Rayl total - cross section per atom : 1.72573 barn 11.0976 barn 0 pbarn 767.816 mbarn 13.5911 barn + cross section per atom : 1.72494 barn 11.0976 barn 0 pbarn 774.227 mbarn 13.5968 barn - compCrossSectionPerVolume: 0.0761844 cm^-1 0.489918 cm^-1 0 cm^-1 0.0338962 cm^-1 0.599999 cm^-1 - cross section per volume : 0.0761844 cm^-1 0.489918 cm^-1 0 cm^-1 0.0338962 cm^-1 0.599999 cm^-1 - cross section per mass : 1.43123 mm2/g 9.2038 mm2/g 0 um2/mg 636.788 um2/mg 11.2718 mm2/g + compCrossSectionPerVolume: 0.0761496 cm^-1 0.489918 cm^-1 0 cm^-1 0.0341792 cm^-1 0.600247 cm^-1 + cross section per volume : 0.076168 cm^-1 0.489918 cm^-1 0 cm^-1 0.0341803 cm^-1 0.600266 cm^-1 + cross section per mass : 1.43092 mm2/g 9.20379 mm2/g 0 um2/mg 642.126 um2/mg 11.2768 mm2/g - mean free path : 13.126 cm 2.04116 cm 5.82593e+288 pc 29.5018 cm 1.66667 cm - (g/cm2) : 69.8699 g/cm2 10.8651 g/cm2 2.88022e+285 kg/cm2 157.038 g/cm2 8.87169 g/cm2 + mean free path : 13.1289 cm 2.04116 cm 5.82593e+288 pc 29.2566 cm 1.66593 cm + (g/cm2) : 69.885 g/cm2 10.8651 g/cm2 2.88022e+285 kg/cm2 155.733 g/cm2 8.86773 g/cm2 ----------------------------------------------------------- Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000523s Sys=0.000000s + User=0.000000s Real=0.001107s Sys=0.000000s Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm @@ -177,12 +179,12 @@ Run Summary Index : 0 used in the geometry : No Material : Germanium Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 5.96323 keV e- 174.298 keV e+ 169.99 keV proton 10 keV + Energy thresholds : gamma 5.96323 keV e- 174.355 keV e+ 170.047 keV proton 10 keV Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.11071 keV e- 85.0292 keV e+ 83.8928 keV proton 10 keV + Energy thresholds : gamma 1.11071 keV e- 85.1086 keV e+ 83.971 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -193,27 +195,27 @@ Index : 1 used in the geometry : Yes e- (10 MeV) in Water (density: 1 g/cm3 radiation length: 36.0924 cm ) Range cuts: gamma 100 um e- 100 um - Energy cuts: gamma 1.11071 keV e- 85.0292 keV + Energy cuts: gamma 1.11071 keV e- 85.1086 keV Max_energy _transferable : 5 MeV (2.53529 cm ) processes : eIoni eBrem ePairProd total - compCrossSectionPerVolume: 0.995759 cm^-1 0.325194 cm^-1 0 cm^-1 1.32095 cm^-1 - cross section per volume : 0.995759 cm^-1 0.325183 cm^-1 0 cm^-1 1.32094 cm^-1 - cross section per mass : 99.5759 mm2/g 32.5183 mm2/g 0 um2/mg 1.32094 cm2/g + compCrossSectionPerVolume: 0.994823 cm^-1 0.325194 cm^-1 0 cm^-1 1.32002 cm^-1 + cross section per volume : 0.994823 cm^-1 0.325183 cm^-1 0 cm^-1 1.32001 cm^-1 + cross section per mass : 99.4823 mm2/g 32.5183 mm2/g 0 um2/mg 1.32001 cm2/g - mean free path : 1.00426 cm 3.07519 cm 5.82593e+288 pc 7.57036 mm - (g/cm2) : 1.00426 g/cm2 3.07519 g/cm2 2.88022e+285 kg/cm2 757.036 mg/cm2 + mean free path : 1.0052 cm 3.07519 cm 5.82593e+288 pc 7.57573 mm + (g/cm2) : 1.0052 g/cm2 3.07519 g/cm2 2.88022e+285 kg/cm2 757.573 mg/cm2 - restricted dE/dx : 1.61319 MeV/cm 25.5407 eV/cm 0 eV/cm 1.61322 MeV/cm - (MeV/g/cm2) : 1.61319 MeV*cm2/g 25.5407 eV*cm2/g 0 eV*cm2/g 1.61322 MeV*cm2/g + restricted dE/dx : 1.61327 MeV/cm 25.5407 eV/cm 0 eV/cm 1.6133 MeV/cm + (MeV/g/cm2) : 1.61327 MeV*cm2/g 25.5407 eV*cm2/g 0 eV*cm2/g 1.6133 MeV*cm2/g unrestricted dE/dx : 1.99147 MeV/cm 181.698 keV/cm 0 eV/cm 2.17317 MeV/cm (MeV/g/cm2) : 1.99147 MeV*cm2/g 181.698 keV*cm2/g 0 eV*cm2/g 2.17317 MeV*cm2/g - range from restrict dE/dx: 6.0725 cm ( 6.0725 g/cm2 ) + range from restrict dE/dx: 6.0722 cm ( 6.0722 g/cm2 ) range from full dE/dx : 4.93182 cm ( 4.93182 g/cm2 ) transport mean free path : 28.1601 cm ( 28.1601 g/cm2 ) @@ -225,7 +227,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000179s Sys=0.000000s + User=0.000000s Real=0.000183s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/electromagnetic/TestEm1/History b/examples/extended/electromagnetic/TestEm1/History index 60e98940fb..02a38a17c2 100644 --- a/examples/extended/electromagnetic/TestEm1/History +++ b/examples/extended/electromagnetic/TestEm1/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm1 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm1 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem1-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem1-V10-07-06) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index 13e8dfbae6..fe59a065ab 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -56,6 +56,7 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -73,7 +74,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -83,8 +84,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -132,6 +134,7 @@ Screening factor 1 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -149,7 +152,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -159,8 +162,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -328,7 +332,8 @@ ionIoni: for GenericIon XStype:1 SubType=2 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1000 ps +min MeanLife (from G4NuclideTable) 0.14427 ps +Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 Stored internal conversion coefficients 0 Enable correlated gamma emission 0 @@ -338,7 +343,7 @@ Auger electron emission enabled 0 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -465,8 +470,7 @@ muIoni: for mu+ XStype:1 SubType=2 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV CSDA range table up to 1 GeV in 49 bins muBrems: for mu+ XStype:1 SubType=3 @@ -478,7 +482,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -499,8 +503,7 @@ muIoni: for mu- XStype:1 SubType=2 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV CSDA range table up to 1 GeV in 49 bins muBrems: for mu- XStype:1 SubType=3 @@ -512,7 +515,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -593,7 +596,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91818 keV e- 597.629 keV e+ 574.329 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -619,31 +622,31 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 2000 - User=1.240000s Real=1.251645s Sys=0.000000s + User=1.220000s Real=1.243710s Sys=0.000000s ======================== run summary ====================== The run is: 2000 e- of 100 MeV through 10 m of Aluminium (density: 2.7 g/cm3 ) - Total energy deposit: 99.793 MeV + Total energy deposit: 99.812 MeV NIEL energy calculated: 0 eV - Nb tracks/event neutral: 25.067 charged: 136.77 - Nb steps/event neutral: 138.94 charged: 202.53 + Nb tracks/event neutral: 25.463 charged: 138.26 + Nb steps/event neutral: 140.51 charged: 204.32 Process calls frequency : - Rayl= 17578 Transportation= 1772 annihil= 2780 - compt= 210162 conv= 2763 eBrem= 45811 - eIoni= 356136 msc= 323 phot= 45606 - + CoulombScat= 1 Rayl= 17705 Transportation= 1877 + annihil= 2855 compt= 212384 conv= 2843 + eBrem= 46343 eIoni= 359084 msc= 341 + phot= 46218 --------------------------------------------------------- Primary particle : - true Range = 10.991 cm rms = 3.7856 cm - proj Range = 9.559 cm rms = 3.5027 cm - proj/true = 0.8697 - transverse dispersion at end = 1.5917 cm - mass true Range from simulation = 29.676 g/cm2 + true Range = 11.015 cm rms = 3.7708 cm + proj Range = 9.5256 cm rms = 3.4716 cm + proj/true = 0.86482 + transverse dispersion at end = 1.6495 cm + mass true Range from simulation = 29.739 g/cm2 from PhysicsTable (csda range) = 32.101 g/cm2 --------------------------------------------------------- @@ -651,7 +654,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1199157010510595525, 1644498781111636774, 1053149034509071624, 1714307047695650363, 871199266626458370, 68792630573611062, 1739960981233686301, 627819966774448655, 2065260925238679297, 978116403995403167, 499861741137701771, 1978837191135332926, 2255419265549163564, 289164191733428157, 1939027172259720987, 717558470551816425, 1607937049532363312} counter= 2sumtot= 497480047245522721 +N=17 V[N]={298195347322050362, 377162314956681423, 1447041953751850220, 820017327307924846, 563394911621704075, 1779362139862319236, 1119598109281490304, 943712282904557481, 574987401755135719, 1300561144833418332, 10746752241443683, 246367271859313009, 2118032409884854416, 2151255124739040337, 525695242994713200, 485469822262530518, 35667118537042959} counter= 13sumtot= 962208620833906414 --------------------------------------- # /gun/particle proton @@ -662,7 +665,7 @@ N=17 V[N]={1199157010510595525, 1644498781111636774, 1053149034509071624, 171430 Index : 0 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91818 keV e- 597.629 keV e+ 574.329 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -673,7 +676,7 @@ Index : 0 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1199157010510595525, 1644498781111636774, 1053149034509071624, 1714307047695650363, 871199266626458370, 68792630573611062, 1739960981233686301, 627819966774448655, 2065260925238679297, 978116403995403167, 499861741137701771, 1978837191135332926, 2255419265549163564, 289164191733428157, 1939027172259720987, 717558470551816425, 1607937049532363312} counter= 2sumtot= 497480047245522721 +N=17 V[N]={298195347322050362, 377162314956681423, 1447041953751850220, 820017327307924846, 563394911621704075, 1779362139862319236, 1119598109281490304, 943712282904557481, 574987401755135719, 1300561144833418332, 10746752241443683, 246367271859313009, 2118032409884854416, 2151255124739040337, 525695242994713200, 485469822262530518, 35667118537042959} counter= 13sumtot= 962208620833906414 --------------------------------------- --> Event 0 starts. --> Event 200 starts. @@ -688,29 +691,29 @@ N=17 V[N]={1199157010510595525, 1644498781111636774, 1053149034509071624, 171430 Run terminated. Run Summary Number of events processed : 2000 - User=0.060000s Real=0.065089s Sys=0.010000s + User=0.070000s Real=0.065042s Sys=0.000000s ======================== run summary ====================== The run is: 2000 proton of 100 MeV through 10 m of Aluminium (density: 2.7 g/cm3 ) Total energy deposit: 100 MeV - NIEL energy calculated: 241.36 eV + NIEL energy calculated: 168.91 eV - Nb tracks/event neutral: 0 charged: 1.007 - Nb steps/event neutral: 0 charged: 19.326 + Nb tracks/event neutral: 0 charged: 1.008 + Nb steps/event neutral: 0 charged: 19.076 Process calls frequency : - CoulombScat= 47 NoProcess= 14 hIoni= 38576 - ionIoni= 14 + CoulombScat= 40 NoProcess= 16 hIoni= 38081 + ionIoni= 16 --------------------------------------------------------- Primary particle : - true Range = 3.7113 cm rms = 411.19 um - proj Range = 3.7032 cm rms = 421.05 um - proj/true = 0.99782 - transverse dispersion at end = 1.0938 mm - mass true Range from simulation = 10.021 g/cm2 + true Range = 3.7109 cm rms = 414.55 um + proj Range = 3.7027 cm rms = 421.77 um + proj/true = 0.99778 + transverse dispersion at end = 1.1102 mm + mass true Range from simulation = 10.019 g/cm2 from PhysicsTable (csda range) = 10.012 g/cm2 --------------------------------------------------------- @@ -718,12 +721,12 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={431801811213743487, 854886199924416613, 260531773953405415, 2289446942256091459, 58527661204284952, 1766078178177857190, 483505007552547042, 810525114436391377, 1684840218395290208, 1272317455890027472, 1451155726963212329, 734293691582830903, 425424908876082454, 876482437178859190, 904717241713568241, 1060460907654252289, 154620842949410776} counter= 6sumtot= 1684558064640107691 +N=17 V[N]={1963692197878496392, 622168023948953357, 2089546183435143766, 753496098915486054, 2242623049372405584, 1955456684500380770, 206222095247760546, 227210730902721457, 1492029148174856020, 2036465380689031490, 2102770914763652064, 1950838336433853929, 128057754058570785, 681315585358317074, 1619110221249686914, 1008309735332188886, 1939323789642781919} counter= 15sumtot= 2266048846981041448 --------------------------------------- # G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.036 MB +Dynamic pools deleted: 9 / Total memory freed: 0.037 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm10/History b/examples/extended/electromagnetic/TestEm10/History index 1057efa4c5..92cac31716 100644 --- a/examples/extended/electromagnetic/TestEm10/History +++ b/examples/extended/electromagnetic/TestEm10/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm10 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm10 History file - --------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem10-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem10-V10-07-00) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index 9182d705d5..5d38b22048 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,7 +47,8 @@ Regular transparent X-ray TR radiator EM process is called LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -64,7 +65,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -74,8 +75,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -138,10 +140,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -212,10 +214,10 @@ Lorentz Factor XTR photon number 8.085e+04 3.154 9.283e+04 3.154 -total time for build X-ray TR energy loss tables = 0.66 s +total time for build X-ray TR energy loss tables = 0.62 s Build angle for energy distribution according the current radiator -total time for build X-ray TR angle for energy loss tables = 2.05 s +total time for build X-ray TR angle for energy loss tables = 2.02 s msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -224,10 +226,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -302,20 +304,20 @@ Lorentz Factor XTR photon number 8.085e+04 3.154 9.283e+04 3.154 -total time for build X-ray TR energy loss tables = 0.65 s +total time for build X-ray TR energy loss tables = 0.62 s Build angle for energy distribution according the current radiator -total time for build X-ray TR angle for energy loss tables = 2.06 s +total time for build X-ray TR angle for energy loss tables = 2.03 s msc: for proton SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -344,10 +346,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -358,10 +360,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -371,10 +373,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -403,10 +405,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -435,10 +437,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -467,14 +469,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -485,7 +486,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -500,14 +501,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -518,7 +518,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -533,10 +533,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -565,10 +565,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -597,21 +597,21 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : radiatorMat Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1.07711 keV e- 83.3682 keV e+ 82.2386 keV proton 100 keV + Energy thresholds : gamma 1.07729 keV e- 83.3623 keV e+ 82.2462 keV proton 100 keV Region(s) which use this couple : XTRradiator Index : 2 used in the geometry : Yes Material : Xe15CO2 Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1.90886 keV e+ 1.86855 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 1.91069 keV e+ 1.87057 keV proton 100 keV Region(s) which use this couple : XTRdEdxDetector @@ -632,22 +632,22 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.220000s Real=0.224727s Sys=0.000000s + User=0.230000s Real=0.230743s Sys=0.000000s ================== run summary ===================== End of Run TotNbofEvents = 1000 - Mean energy deposit in absorber = 0.0488615 +-0.0190016 MeV - Total number of XTR gammas = 2711 - Total number of all gammas = 2805 + Mean energy deposit in absorber = 0.0485156 +-0.0186259 MeV + Total number of XTR gammas = 2737 + Total number of all gammas = 2824 --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 845246388, 1720806323 + Current couple of seeds = 204941822, 1862216165 ---------------------------------------- ... write file : testem10.root - done ... close file : testem10.root - done G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.044 MB +Dynamic pools deleted: 12 / Total memory freed: 0.042 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm11/History b/examples/extended/electromagnetic/TestEm11/History index 46d4f438b9..9f2126fa8d 100644 --- a/examples/extended/electromagnetic/TestEm11/History +++ b/examples/extended/electromagnetic/TestEm11/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm11 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm11 History file - --------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem11-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem11-V10-07-05) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index cfe7e6e658..b245039812 100644 --- a/examples/extended/electromagnetic/TestEm11/TestEm11.out +++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -78,7 +78,8 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -95,7 +96,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -105,8 +106,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -182,10 +184,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI CSDA range table up to 1 GeV in 160 bins @@ -210,10 +212,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI CSDA range table up to 1 GeV in 160 bins @@ -242,10 +244,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -273,12 +275,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI CSDA range table up to 1 GeV in 160 bins nuclearStopping: for GenericIon SubType=8 BuildTable=0 @@ -287,7 +289,8 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1000 ps +min MeanLife (from G4NuclideTable) 0.14427 ps +Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 Stored internal conversion coefficients 0 Enable correlated gamma emission 0 @@ -297,7 +300,7 @@ Auger electron emission enabled 0 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -305,10 +308,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -323,10 +326,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -350,10 +353,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -377,10 +380,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -404,14 +407,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV CSDA range table up to 1 GeV in 160 bins muBrems: for mu+ XStype:1 SubType=3 @@ -423,7 +425,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -432,14 +434,13 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV CSDA range table up to 1 GeV in 160 bins muBrems: for mu- XStype:1 SubType=3 @@ -451,7 +452,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -460,10 +461,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -487,10 +488,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -514,14 +515,14 @@ hPairProd: for pi- XStype:1 SubType=4 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Si Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.93779 keV e- 546.298 keV e+ 525.604 keV proton 100 keV + Energy thresholds : gamma 6.93672 keV e- 546.311 keV e+ 525.593 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -538,27 +539,27 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20000 - User=0.650000s Real=0.656483s Sys=0.000000s + User=0.740000s Real=0.756535s Sys=0.000000s ======================== run summary ===================== The run is 20000 e- of 500.00 keV through 1 absorbers: 1 1.00 mm of G4_Si (density: 2.33 g/cm3 ) - Edep in absorber 1 = 447.593 keV (14.281 keV-->500.000 keV) + Edep in absorber 1 = 448.293 keV (13.860 keV-->500.000 keV) - Track length of primary track = 881.771 um +- 192.378 um + Track length of primary track = 884.033 um +- 189.759 um Range from EmCalculator = 942.776 um (from full dE/dx) - Projected range = 323.624 um +- 195.124 um + Projected range = 324.059 um +- 194.351 um - Nb of steps of primary track = 12.02 +- 2.96 Step size= 75.665 um +- 19.239 um + Nb of steps of primary track = 12.02 +- 2.92 Step size= 75.868 um +- 19.094 um - absorbed = 77.34 % transmit = 6.07 % reflected = 16.59 % + absorbed = 77.60 % transmit = 5.93 % reflected = 16.47 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1548490251, 1478647226 + Current couple of seeds = 1986418266, 1501319171 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/electromagnetic/TestEm12/History b/examples/extended/electromagnetic/TestEm12/History index ecd3c2f66a..43179d2866 100644 --- a/examples/extended/electromagnetic/TestEm12/History +++ b/examples/extended/electromagnetic/TestEm12/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm12 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm12 History file - --------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem12-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem12-V10-07-04) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index 1f80164b95..293fbe422f 100644 --- a/examples/extended/electromagnetic/TestEm12/TestEm12.out +++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -71,7 +71,8 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -88,7 +89,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -98,8 +99,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -162,10 +164,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV CSDA range table up to 1 GeV in 49 bins @@ -191,10 +193,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV CSDA range table up to 1 GeV in 49 bins @@ -222,10 +224,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -255,10 +257,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -270,10 +272,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -284,10 +286,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -317,10 +319,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -350,10 +352,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -383,14 +385,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV CSDA range table up to 1 GeV in 49 bins muBrems: for mu+ XStype:1 SubType=3 @@ -402,7 +403,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -417,14 +418,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV CSDA range table up to 1 GeV in 49 bins muBrems: for mu- XStype:1 SubType=3 @@ -436,7 +436,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -451,10 +451,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -484,10 +484,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -517,7 +517,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 13.8319 keV e+ 13.5659 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 13.8376 keV e+ 13.5698 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -542,24 +542,24 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.810000s Real=0.821229s Sys=0.000000s + User=0.770000s Real=0.808605s Sys=0.000000s ======================== run summary ===================== The run is 10000 e- of 4.00 MeV through 3.00 cm of G4_WATER (density: 1.00 g/cm3 ) - Total Energy deposited = 3.942 MeV +- 224.139 keV + Total Energy deposited = 3.947 MeV +- 207.171 keV - Track length of primary track = 2.050 cm +- 2.799 mm + Track length of primary track = 2.045 cm +- 2.788 mm Range from EmCalculator = 2.045 cm (from full dE/dx) - Projected range = 1.323 cm +- 3.580 mm + Projected range = 1.325 cm +- 3.644 mm - Nb of steps of primary track = 16.32 +- 3.07 Step size= 1.295 mm +- 281.353 um + Nb of steps of primary track = 16.53 +- 3.06 Step size= 1.274 mm +- 274.285 um --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 529388201, 79359120 + Current couple of seeds = 1731519801, 1589337773 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/electromagnetic/TestEm13/History b/examples/extended/electromagnetic/TestEm13/History index 7ba046109a..7511fc06c5 100644 --- a/examples/extended/electromagnetic/TestEm13/History +++ b/examples/extended/electromagnetic/TestEm13/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm13 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm13 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem13-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10-05-21 mma (testem13-V10-07-00) - Migration to G4RunManagerFactory and G4SteppingVerboseWithUnits. diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index 8b27ca5272..dc0971d504 100644 --- a/examples/extended/electromagnetic/TestEm13/TestEm13.out +++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -25,6 +25,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -42,7 +43,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -52,8 +53,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -149,7 +151,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93516 keV e- 351.334 keV e+ 341.625 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -179,7 +181,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=2.340000s Real=2.367493s Sys=0.000000s + User=2.030000s Real=2.046492s Sys=0.000000s ======================== run summary ====================== @@ -221,7 +223,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93516 keV e- 351.334 keV e+ 341.625 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -246,24 +248,24 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.490000s Real=2.534999s Sys=0.000000s + User=2.330000s Real=2.347976s Sys=0.000000s ======================== run summary ====================== The run is: 1000000 e- of 100 MeV through 1 cm of Water (density: 1 g/cm3 ) - Process calls frequency ---> Transportation = 538236 eBrem = 281299 eIoni = 180465 + Process calls frequency ---> Transportation = 538247 eBrem = 281308 eIoni = 180445 - Nb of incident particles unaltered after 1 cm of Water : 538236 over 1000000 incident particles. Ratio = 53.824 % - ---> CrossSection per volume: 0.61946 cm^-1 CrossSection per mass: 61.946 mm2/g + Nb of incident particles unaltered after 1 cm of Water : 538247 over 1000000 incident particles. Ratio = 53.825 % + ---> CrossSection per volume: 0.61944 cm^-1 CrossSection per mass: 61.944 mm2/g Verification from G4EmCalculator: - eBrem= 37.79 mm2/g eIoni= 24.206 mm2/g total= 61.997 mm2/g - Expected ratio of transmitted particles= 53.796 % + eBrem= 37.79 mm2/g eIoni= 24.204 mm2/g total= 61.994 mm2/g + Expected ratio of transmitted particles= 53.798 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1312526117, 166129892 + Current couple of seeds = 1537749914, 1160203484 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/electromagnetic/TestEm14/History b/examples/extended/electromagnetic/TestEm14/History index 68403ecdf2..28dafe4bcf 100644 --- a/examples/extended/electromagnetic/TestEm14/History +++ b/examples/extended/electromagnetic/TestEm14/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm14 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm14 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem14-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem14-V10-07-02) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index 84be8cb04f..1a51a386ba 100644 --- a/examples/extended/electromagnetic/TestEm14/TestEm14.out +++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -25,6 +25,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -42,7 +43,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -52,8 +53,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -149,7 +151,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93516 keV e- 351.334 keV e+ 341.625 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -179,15 +181,15 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=3.290000s Real=3.347583s Sys=0.010000s + User=3.020000s Real=3.042654s Sys=0.000000s ======================== run summary ====================== The run is: 1000000 gamma of 100 keV through 100 m of Water (density: 1 g/cm3 ) - Process calls frequency ---> compt = 983656 phot = 16344 + Process calls frequency ---> compt = 983651 phot = 16349 - MeanFreePath: 6.0662 cm +- 6.0668 cm massic: 6.0662 g/cm2 + MeanFreePath: 6.0662 cm +- 6.0666 cm massic: 6.0662 g/cm2 CrossSection: 0.16485 cm^-1 massic: 16.485 mm2/g mean energy of charged secondaries: 15.197 keV @@ -198,7 +200,7 @@ Run Summary --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1937641209, 57071983 + Current couple of seeds = 1063437675, 1656850928 ---------------------------------------- # /gun/particle e- @@ -224,7 +226,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93516 keV e- 351.334 keV e+ 341.625 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -234,7 +236,7 @@ Index : 0 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1937641209, 57071983 + Current couple of seeds = 1063437675, 1656850928 ---------------------------------------- --> Event 0 starts. --> Event 100000 starts. @@ -249,26 +251,26 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.980000s Real=3.028011s Sys=0.000000s + User=2.840000s Real=2.875040s Sys=0.000000s ======================== run summary ====================== The run is: 1000000 e- of 100 MeV through 100 m of Water (density: 1 g/cm3 ) - Process calls frequency ---> eBrem = 609748 eIoni = 390252 + Process calls frequency ---> eBrem = 609756 eIoni = 390244 - MeanFreePath: 1.6135 cm +- 1.6139 cm massic: 1.6135 g/cm2 - CrossSection: 0.61977 cm^-1 massic: 61.977 mm2/g + MeanFreePath: 1.6136 cm +- 1.614 cm massic: 1.6136 g/cm2 + CrossSection: 0.61974 cm^-1 massic: 61.974 mm2/g - mean energy of charged secondaries: 744.54 keV + mean energy of charged secondaries: 744.57 keV ---> mass_energy_transfer coef: 461.44 um2/mg Verification : crossSections from G4EmCalculator - eBrem= 37.79 mm2/g eIoni= 24.206 mm2/g total= 61.997 mm2/g + eBrem= 37.79 mm2/g eIoni= 24.204 mm2/g total= 61.994 mm2/g --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1944797771, 1867140892 + Current couple of seeds = 1492903586, 1751099484 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/electromagnetic/TestEm15/.README.txt b/examples/extended/electromagnetic/TestEm15/.README.txt index 4805c4c8e2..d22056a755 100644 --- a/examples/extended/electromagnetic/TestEm15/.README.txt +++ b/examples/extended/electromagnetic/TestEm15/.README.txt @@ -4,8 +4,9 @@ /*! \page ExampleTestEm15 Example TestEm15 + How to compute and plot the final state of Multiple Scattering - considered as an isolated process. + or Gamma Conversion considered as an isolated processes. The method is exposed below : see \ref TestEm15_s4. \section TestEm15_s1 GEOMETRY DEFINITION @@ -35,10 +36,11 @@ \section TestEm15_s4 PHYSICS - All discrete processes are inactivated (see provided macros), - so that Multiple Scattering is 'forced' to determine the first step of - the primary particle. The step size and the final state are computed - and plotted. Then the event is immediately killed. + All discrete processes are inactivated (see provided macros), + so that Multiple Scattering or Gamma Conversion is 'forced' to + determine the first step of the primary particle. + The step size and the final state are computed and plotted. + Then the event is immediately killed. The result is compared with the 'input' data, i.e. with the cross sections stored in the PhysicsTables and used by Geant4. @@ -67,6 +69,15 @@ - 7 : Multiple Scattering. Phi-position angle - 8 : Multiple Scattering. Phi-direction angle - 9 : Multiple Scattering. Correlation: cos(phiPos-phiDir) + + - 10 : Gamma Conversion. Open Angle * Egamma + - 11 : Gamma Conversion. Log10(P recoil) + - 12 : Gamma Conversion. Phi P recoil angle + - 13 : Gamma Conversion. Phi P plus angle + - 14 : Gamma Conversion. 2 * cos(phiplus + phiminus) Asymmetry + - 15 : Gamma Conversion. E plus / E gamma + - 16 : Gamma Conversion. Phi of Gamma Polarization + The histograms are managed by the HistoManager class and its Messenger. The histos can be individually activated with the command : @@ -119,6 +130,20 @@ Idle> type your commands .... Idle> exit \endverbatim + +\section TestEm15_s8 - MACROS + + The examples of macros for Multiple Scattering: + - electron.mac + - muon.mac + - proton.mac + + The example of Gamma Conversion macro : + - gamma.mac - gamma to e+ e- + - gamma2mumu.mac gamma to mu+ mu- + See README.gamma for details about Gamma Conversion + macros and histograsms. + */ diff --git a/examples/extended/electromagnetic/TestEm15/CMakeLists.txt b/examples/extended/electromagnetic/TestEm15/CMakeLists.txt index 8f1cdb13a7..2309855b23 100644 --- a/examples/extended/electromagnetic/TestEm15/CMakeLists.txt +++ b/examples/extended/electromagnetic/TestEm15/CMakeLists.txt @@ -40,7 +40,9 @@ target_link_libraries(TestEm15 ${Geant4_LIBRARIES} ) # relies on these scripts being in the current working directory. # set(TestEm15_SCRIPTS - gamma.mac electron.mac muon.mac proton.mac TestEm15.in TestEm15.out vis.mac + gamma.mac gamma2mumu.mac + electron.mac muon.mac proton.mac + TestEm15.in TestEm15.out vis.mac ) foreach(_script ${TestEm15_SCRIPTS}) diff --git a/examples/extended/electromagnetic/TestEm15/History b/examples/extended/electromagnetic/TestEm15/History index e0574b8f67..20da0b71e8 100644 --- a/examples/extended/electromagnetic/TestEm15/History +++ b/examples/extended/electromagnetic/TestEm15/History @@ -1,18 +1,27 @@ -------------------------------------------------------------------- +# Example TestEm15 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm15 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-02-20 Igor Semeniouk (testem15-V11-00-02) +- TestEm15 README.gamma update (documatation only) + - Added description of UI commands to control G4BetheHeitler5DModel + +## 2021-12-13 Igor Semeniouk (testem15-V11-00-01) +- TestEm15 READMe's updates + - README.gamma update + - add reference for README.gamma in README + - sync TestEm15 .README.txt with README +- Copy gamma2mumu.mac to build directoty in CMakeLists.txt + +## 2021-12-10 Ben Morgan (testem15-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem15-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm15/README b/examples/extended/electromagnetic/TestEm15/README index eab8f15e35..a4dbd26660 100644 --- a/examples/extended/electromagnetic/TestEm15/README +++ b/examples/extended/electromagnetic/TestEm15/README @@ -125,4 +125,7 @@ The example of Gamma Conversion macro : gamma.mac - gamma to e+ e- - gamma2mumu.mac gamma to mu+ mu- + gamma2mumu.mac - gamma to mu+ mu- + + See README.gamma for details about Gamma Conversion + macros and histograsms. \ No newline at end of file diff --git a/examples/extended/electromagnetic/TestEm15/README.gamma b/examples/extended/electromagnetic/TestEm15/README.gamma index 9ecb1684d7..ca94a84a8f 100644 --- a/examples/extended/electromagnetic/TestEm15/README.gamma +++ b/examples/extended/electromagnetic/TestEm15/README.gamma @@ -1,6 +1,9 @@ -TestEm15 : gamma.mac +TestEm15 : gamma.mac gamma2mumu.mac --- tests of the 5D gamma -> e+e- conversion model G4BetheHeitler5DModel + - gamma.mac - + tests of the 5D gamma -> e+ e- conversion model G4BetheHeitler5DModel + - gamma2mumu.mac - + tests of the 5D gamma -> mu+ mu- conversion model G4BetheHeitler5DModel All discrete processes are inactivated (see macro), so Gamma Conversion is 'forced'. @@ -8,9 +11,10 @@ so Gamma Conversion is 'forced'. Histograms : 10 # Open Angle (rad)* E gamma (MeV) -The most probable value of the pair opening angle multiplied by the -photon energy is 1.6 rad*MeV. -Olsen, Phys. Rev. 131 (1963) 406. See also Fig. 7 of arXiv:1802.08253 +The most probable value of the e+ e- pair opening angle multiplied by the +photon energy is 1.6 rad*MeV and 338 rad*MeV in case mu+ mu- pair. +See: Olsen, Phys. Rev. 131 (1963) 406. +See also: Fig. 7 of arXiv:1802.08253 and Fig. 6 arXiv:1910.12501. 11 # Log10 ( recoil momentum) The distribution of the recoil momentum is described by @@ -18,11 +22,15 @@ Jost, Phys. Rev. 80 (1950) 189 (no form factor). See also Fig. 2 of Astroparticle Physics 88 (2017) 60. 12 # Phi recoil - 13 # Phi positron + 13 # Phi positron + For linearly polarized incident photons, the distributions should show + a sinusoidal shape with period 180°, for non polarized incident photons, + the distribution of azimuthal angles should be flat. + 14 # Asymmetry 2 * cos(phi_+ + phi_-) -For a photon propagating along x, polarized along y, the average value of - 2 * cos(phi_+ + phi_-), +For a photon propagating along x, polarized along y, +the average value of ( 2.0 * cos(phi_+ + phi_-) ), provides a measurement of the polarization asymmetry, A. Eq. (12) of Nucl. Instrum. Meth. A 729 (2013) 765 The azimuthal angle of the event defined as the bisector angle @@ -46,3 +54,37 @@ See Fig. 16 page 261 of "The Quantum Theory of Radiation", W. Heitler, 16 # Phi of Gamma Polarization The phi of polarization vector after transformation into reference system defined by gamma direction (z) , gamma polarization (x). + +UI commands: + +There are two commands to control G4BetheHeitler5DModel: + +/process/gconv/conversionType itype +/process/gconv/onIsolated bool + +The command: +/process/gconv/conversionType + +Allow to force conversion on nuclear or electron +The parameter values +0 - (default) both triplet and nuclear conversion in proportion triplet/nuclear 1/Z +1 - force nuclear conversion +2 - force triplet + +The command: +/process/gconv/onIsolated + +Allow simulate conversion on isolated particles without screening +The perimeter values: +false - (default) atomic electron screening +true - conversion on isolated particles + +One more command for G4GammaConversionToMuons. + +To enable gamma to mu+ mu- conversion use command: + +/process/em/max5DMuPairEnergy emax5D units +The conversion disabled by default, emax5D set to 0.0 + +The model tested for the energies about the threshold up to PeV range. + diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index 2a77b9a938..4f92a98777 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -236,6 +236,7 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -253,7 +254,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -263,8 +264,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 0 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -448,8 +450,7 @@ muIoni: for mu+ XStype:0 SubType=2 StepFunction=(0.2, 0.1 mm), integ: 0, fluct: 0, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:0 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -460,7 +461,7 @@ muBrems: for mu+ XStype:0 SubType=3 muPairProd: for mu+ XStype:0 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -475,8 +476,7 @@ muIoni: for mu- XStype:0 SubType=2 StepFunction=(0.2, 0.1 mm), integ: 0, fluct: 0, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:0 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -487,7 +487,7 @@ muBrems: for mu- XStype:0 SubType=3 muPairProd: for mu- XStype:0 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -535,14 +535,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93515 keV e- 351.291 keV e+ 341.598 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -563,14 +563,14 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.040000s Real=0.035916s Sys=0.000000s + User=0.030000s Real=0.035696s Sys=0.000000s The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 ) Process calls frequency ---> msc = 10000 - truePathLength : 2.7531 cm +- 10.641 nm - geomPathLength : 2.0688 cm +- 14.52 nm + truePathLength : 2.7531 cm +- 6.8356 nm + geomPathLength : 2.0688 cm +- 15.962 nm lateralDisplac : 0 fm +- 0 fm Psi : 0 mrad +- 0 mrad (0 deg +- 0 deg) @@ -612,14 +612,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93515 keV e- 351.291 keV e+ 341.598 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -635,7 +635,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.054491s Sys=0.000000s + User=0.050000s Real=0.054672s Sys=0.000000s The run consists of 10000 e- of 100 keV through 100 m of Water (density: 1 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm16/History b/examples/extended/electromagnetic/TestEm16/History index 9c58dbc919..9221836baf 100644 --- a/examples/extended/electromagnetic/TestEm16/History +++ b/examples/extended/electromagnetic/TestEm16/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm16 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm16 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem16-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem16-V10-07-02) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm16/TestEm16.out b/examples/extended/electromagnetic/TestEm16/TestEm16.out index f93b67fd6c..acad518219 100644 --- a/examples/extended/electromagnetic/TestEm16/TestEm16.out +++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -106,6 +106,7 @@ Command is ignored. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -123,7 +124,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -133,8 +134,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -195,10 +197,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -217,10 +219,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -241,10 +243,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -267,14 +269,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -285,7 +286,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -294,21 +295,20 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 GeV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -330,7 +330,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.180000s Real=0.182516s Sys=0.010000s + User=0.170000s Real=0.166450s Sys=0.000000s Summary for synchrotron radiation : Number of photons = 65086 Emean = 20.39 +/- 0.1444 keV diff --git a/examples/extended/electromagnetic/TestEm17/History b/examples/extended/electromagnetic/TestEm17/History index 16b0456dbb..ed8a0262fb 100644 --- a/examples/extended/electromagnetic/TestEm17/History +++ b/examples/extended/electromagnetic/TestEm17/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm17 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm17 History file - --------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem17-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 I. Hrivnacova (testem17-V10-07-03) - Added analysis manager Clear() call instead of diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out index 20f7ce1880..1bc353c6db 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -150,7 +150,8 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -167,7 +168,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -177,8 +178,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -460,8 +462,7 @@ muIoni: for mu+ XStype:1 SubType=2 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 1000 PeV + MuBetheBloch : Emin= 200 keV Emax= 1000 PeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 1000 PeV in 112 bins @@ -472,7 +473,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 1000 PeV in 112 bins Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 0 - Sampling table 37x1001 from 1 GeV to 1e+06 TeV + Sampling table 37x1001 from 0.85 GeV to 1e+06 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi @@ -493,8 +494,7 @@ muIoni: for mu- XStype:1 SubType=2 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 1000 PeV + MuBetheBloch : Emin= 200 keV Emax= 1000 PeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 1000 PeV in 112 bins @@ -505,7 +505,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 1000 PeV in 112 bins Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 0 - Sampling table 37x1001 from 1 GeV to 1e+06 TeV + Sampling table 37x1001 from 0.85 GeV to 1e+06 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 1000 PeV ModifiedMephi @@ -597,7 +597,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Iron Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 20.7499 keV e- 1.28828 MeV e+ 1.21724 MeV proton 100 keV + Energy thresholds : gamma 20.7519 keV e- 1.28828 MeV e+ 1.21724 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -629,13 +629,13 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=1.430000s Real=1.453049s Sys=0.000000s + User=1.440000s Real=1.457015s Sys=0.010000s The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> CoulombScat : 5609 muIoni : 465460 muPairProd : 63845 muBrems : 633 + Number of process calls ---> CoulombScat : 5620 muIoni : 465037 muPairProd : 63681 muBrems : 674 - Simulation: total CrossSection = 0.53555 /cm MeanFreePath = 1.8672 cm massicCrossSection = 0.068049 cm2/g + Simulation: total CrossSection = 0.53501 /cm MeanFreePath = 1.8691 cm massicCrossSection = 0.067981 cm2/g Theory: total CrossSection = 0.52947 /cm MeanFreePath = 1.8887 cm massicCrossSection = 0.067277 cm2/g # /gun/particle pi+ @@ -659,7 +659,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Iron Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 20.7499 keV e- 1.28828 MeV e+ 1.21724 MeV proton 100 keV + Energy thresholds : gamma 20.7519 keV e- 1.28828 MeV e+ 1.21724 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -671,7 +671,7 @@ Index : 0 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={235111648556098168, 316769674826657036, 1324819056878075668, 187519902960746374, 2009087781667608690, 499409753739204757, 315019246073380315, 890600977740292910, 1101614299214045087, 2159612907541538825, 270857188699032576, 1714019803938225423, 2267951935475200266, 1986260144364270885, 1667965121016590776, 525930192876433815, 1296107385891854908} counter= 5sumtot= 321912947749704871 +N=17 V[N]={1111323058175034053, 2219571529747864716, 1069225865531133458, 1786506845338941393, 1935013210759851380, 349585805575696260, 1993614072488559195, 1885260945220592720, 1413556240485707667, 1419468572945530101, 1340774300150050309, 951031430873258563, 1328985317224310871, 64854999470698771, 46181671661416646, 1089417454510634018, 2252006864151095279} counter= 3sumtot= 1503791101387129841 --------------------------------------- --> Event 0 starts. --> Event 1000 starts. @@ -686,13 +686,13 @@ N=17 V[N]={235111648556098168, 316769674826657036, 1324819056878075668, 18751990 Run terminated. Run Summary Number of events processed : 10000 - User=1.340000s Real=1.365755s Sys=0.000000s + User=1.340000s Real=1.358147s Sys=0.000000s The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> hIoni : 436817 hPairProd : 59767 CoulombScat : 5577 hBrems : 355 + Number of process calls ---> hIoni : 437237 hPairProd : 59690 CoulombScat : 5590 hBrems : 367 - Simulation: total CrossSection = 0.50252 /cm MeanFreePath = 1.99 cm massicCrossSection = 0.063852 cm2/g + Simulation: total CrossSection = 0.50288 /cm MeanFreePath = 1.9885 cm massicCrossSection = 0.063899 cm2/g # /gun/particle proton /run/beamOn 10000 @@ -715,7 +715,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Iron Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 20.7499 keV e- 1.28828 MeV e+ 1.21724 MeV proton 100 keV + Energy thresholds : gamma 20.7519 keV e- 1.28828 MeV e+ 1.21724 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -727,7 +727,7 @@ Index : 0 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1508607969306287352, 1791867730457931969, 1738067224946617316, 2007935747096887633, 1306443592768877490, 992133989202938259, 1974062234776938355, 846884695187391062, 2152429126693427328, 715130086937459148, 1131541624573232947, 1993804955950227479, 2049477571311589037, 1926698848375365154, 250494825515888879, 1258619328067853475, 304836802032966014} counter= 14sumtot= 890606261064939387 +N=17 V[N]={537023527533468854, 703812045741405464, 171213233908340175, 933330624680751405, 2203148970244648759, 512658506687823402, 1778397713677469090, 330802693336808204, 2107902079155251765, 1601928885110878506, 2097741705555375678, 524031588890635998, 191552279909649363, 263904406007914025, 824612488799371489, 1495538769821971155, 181999444041337785} counter= 13sumtot= 318697898607243460 --------------------------------------- --> Event 0 starts. --> Event 1000 starts. @@ -742,13 +742,13 @@ N=17 V[N]={1508607969306287352, 1791867730457931969, 1738067224946617316, 200793 Run terminated. Run Summary Number of events processed : 10000 - User=1.290000s Real=1.346359s Sys=0.000000s + User=1.390000s Real=1.428053s Sys=0.010000s The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> hIoni : 435956 hPairProd : 34092 CoulombScat : 5620 hBrems : 6 + Number of process calls ---> hIoni : 436366 hPairProd : 33766 CoulombScat : 5659 hBrems : 7 - Simulation: total CrossSection = 0.47567 /cm MeanFreePath = 2.1023 cm massicCrossSection = 0.060441 cm2/g + Simulation: total CrossSection = 0.4758 /cm MeanFreePath = 2.1017 cm massicCrossSection = 0.060457 cm2/g # G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -768,15 +768,15 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00673 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.0163 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0154 MB -Pool ID '7G4Track', size : 0.0308 MB +Pool ID '7G4Track', size : 0.0327 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.059 MB +Dynamic pools deleted: 9 / Total memory freed: 0.062 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/electromagnetic/TestEm18/History b/examples/extended/electromagnetic/TestEm18/History index 984c95aa9d..bb1c36dc97 100644 --- a/examples/extended/electromagnetic/TestEm18/History +++ b/examples/extended/electromagnetic/TestEm18/History @@ -1,18 +1,16 @@ ----------------------------------------------------- +# Example TestEm18 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm18 History file - --------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem18-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem18-V10-07-02) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out index f3de2081c4..4d191350ed 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -25,6 +25,7 @@ LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -42,7 +43,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -52,8 +53,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -104,6 +106,7 @@ Screening factor 1 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -121,7 +124,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -131,8 +134,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -194,7 +198,7 @@ Screening factor 1 Index : 0 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93515 keV e- 351.291 keV e+ 341.598 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -209,14 +213,14 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.480000s Real=0.489784s Sys=0.000000s + User=0.470000s Real=0.479451s Sys=0.000000s ======================== run summary ====================== The run was 100000 e- of 100 MeV through 1 cm of Water (density: 1 g/cm3 ) Process defining step : - Edep alone= 40 Transportation= 99997 eBrem= 37471 eIoni= 23966 + Edep alone= 40 Transportation= 99997 eBrem= 37461 eIoni= 23988 TrackLength = 1 cm nb of steps = 1.615 stepSize = 6.193 mm (86.42 nm --> 1.008 cm ) @@ -226,25 +230,25 @@ Run Summary Evaluation of dE1 from reading restricted Range table : dE1_table = 1.744 MeV ---> dE1/dE1_table = 1 Energy transfered to secondary particles : - due to eBrem: dE2 = 2.323 MeV (2.938 keV --> 98.4 MeV) - due to eIoni: dE2 = 446.2 keV (351.3 keV --> 51.82 MeV) + due to eBrem: dE2 = 2.324 MeV (2.938 keV --> 98.4 MeV) + due to eIoni: dE2 = 446 keV (351.3 keV --> 51.82 MeV) - Total energy transfered to secondaries : dE3 = sum of dE2 = 2.769 MeV (2.938 keV --> 98.4 MeV) + Total energy transfered to secondaries : dE3 = sum of dE2 = 2.77 MeV (2.938 keV --> 98.4 MeV) - Total energy lost by incident particle : dE4 = dE1 + dE3 = 4.513 MeV (1.329 MeV --> 100 MeV) + Total energy lost by incident particle : dE4 = dE1 + dE3 = 4.514 MeV (1.329 MeV --> 100 MeV) - calcul of dE4 from energy balance : dE4_bal = E_in - E_out = 4.513 MeV (1.329 MeV --> 100 MeV) + calcul of dE4 from energy balance : dE4_bal = E_in - E_out = 4.514 MeV (1.329 MeV --> 100 MeV) - Evaluation of dE4 from reading full Range table : dE4_table = 4.578 MeV ---> dE4/dE4_table = 0.9858 + Evaluation of dE4 from reading full Range table : dE4_table = 4.578 MeV ---> dE4/dE4_table = 0.9861 Energy spectrum of secondary particles : - e-: 23966 Emean = 1.862 MeV (351.3 keV --> 49.39 MeV) - gamma: 37457 Emean = 6.201 MeV (2.938 keV --> 98.4 MeV) + e-: 23988 Emean = 1.859 MeV (351.3 keV --> 49.39 MeV) + gamma: 37449 Emean = 6.206 MeV (2.938 keV --> 98.4 MeV) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1678481677, 1961356788 + Current couple of seeds = 487149134, 312236109 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/electromagnetic/TestEm2/History b/examples/extended/electromagnetic/TestEm2/History index 91523a8fcc..716610ee5e 100644 --- a/examples/extended/electromagnetic/TestEm2/History +++ b/examples/extended/electromagnetic/TestEm2/History @@ -1,18 +1,16 @@ ----------------------------------------------------- +# Example TestEm2 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm2 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem2-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 I. Hrivnacova (testem2-V10-07-08) - Added analysis manager Clear() in the end of run diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index f5e11c3d4f..8725901182 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,7 +39,8 @@ Command is ignored. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -56,7 +57,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -66,8 +67,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -139,7 +141,8 @@ Screening factor 1 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -156,7 +159,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -166,8 +169,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -237,7 +241,7 @@ eIoni: for e- XStype:1 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV -eBrem: for e- XStype:4 SubType=3 +eBrem: for e- XStype:3 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 @@ -265,7 +269,7 @@ eIoni: for e+ XStype:1 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV -eBrem: for e+ XStype:4 SubType=3 +eBrem: for e+ XStype:3 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 @@ -449,8 +453,7 @@ muIoni: for mu+ XStype:1 SubType=2 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -461,7 +464,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -482,8 +485,7 @@ muIoni: for mu- XStype:1 SubType=2 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -494,7 +496,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -573,7 +575,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : G4_PbWO4 Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 89.4745 keV e- 1.13293 MeV e+ 1.06705 MeV proton 100 keV + Energy thresholds : gamma 89.5666 keV e- 1.13293 MeV e+ 1.06705 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -596,51 +598,51 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100 - User=2.390000s Real=2.452373s Sys=0.010000s + User=2.240000s Real=2.268257s Sys=0.000000s LOGITUDINAL PROFILE CUMULATIVE LOGITUDINAL PROFILE bin Mean rms bin Mean rms - 0.00-> 0.50 radl: 0.21% 0.12% 0-> 0.50 radl: 0.21% 0.12% - 0.50-> 1.00 radl: 0.51% 0.32% 0-> 1.00 radl: 0.73% 0.40% - 1.00-> 1.50 radl: 1.00% 0.60% 0-> 1.50 radl: 1.73% 0.93% - 1.50-> 2.00 radl: 1.69% 0.89% 0-> 2.00 radl: 3.42% 1.72% - 2.00-> 2.50 radl: 2.51% 1.10% 0-> 2.50 radl: 5.94% 2.68% - 2.50-> 3.00 radl: 3.42% 1.34% 0-> 3.00 radl: 9.35% 3.82% - 3.00-> 3.50 radl: 4.12% 1.47% 0-> 3.50 radl: 13.48% 5.00% - 3.50-> 4.00 radl: 4.88% 1.53% 0-> 4.00 radl: 18.36% 6.20% - 4.00-> 4.50 radl: 5.24% 1.46% 0-> 4.50 radl: 23.60% 7.29% - 4.50-> 5.00 radl: 5.49% 1.39% 0-> 5.00 radl: 29.09% 8.13% - 5.00-> 5.50 radl: 5.58% 1.32% 0-> 5.50 radl: 34.67% 8.87% - 5.50-> 6.00 radl: 5.57% 1.13% 0-> 6.00 radl: 40.25% 9.43% - 6.00-> 6.50 radl: 5.42% 1.24% 0-> 6.50 radl: 45.67% 9.77% - 6.50-> 7.00 radl: 5.27% 1.10% 0-> 7.00 radl: 50.94% 9.98% - 7.00-> 7.50 radl: 4.85% 1.08% 0-> 7.50 radl: 55.78% 9.95% - 7.50-> 8.00 radl: 4.41% 1.02% 0-> 8.00 radl: 60.19% 9.79% - 8.00-> 8.50 radl: 4.20% 1.10% 0-> 8.50 radl: 64.39% 9.56% - 8.50-> 9.00 radl: 3.81% 1.13% 0-> 9.00 radl: 68.20% 9.26% - 9.00-> 9.50 radl: 3.39% 1.14% 0-> 9.50 radl: 71.59% 8.91% - 9.50->10.00 radl: 3.12% 0.98% 0->10.00 radl: 74.71% 8.54% - 10.00->10.50 radl: 2.77% 1.01% 0->10.50 radl: 77.47% 8.10% - 10.50->11.00 radl: 2.35% 0.88% 0->11.00 radl: 79.82% 7.81% - 11.00->11.50 radl: 2.12% 0.93% 0->11.50 radl: 81.94% 7.43% - 11.50->12.00 radl: 1.84% 0.81% 0->12.00 radl: 83.78% 6.95% - 12.00->12.50 radl: 1.65% 0.76% 0->12.50 radl: 85.44% 6.42% - 12.50->13.00 radl: 1.44% 0.75% 0->13.00 radl: 86.87% 5.90% - 13.00->13.50 radl: 1.29% 0.67% 0->13.50 radl: 88.16% 5.43% - 13.50->14.00 radl: 1.09% 0.62% 0->14.00 radl: 89.25% 5.00% - 14.00->14.50 radl: 0.98% 0.60% 0->14.50 radl: 90.24% 4.58% - 14.50->15.00 radl: 0.79% 0.54% 0->15.00 radl: 91.03% 4.19% - 15.00->15.50 radl: 0.68% 0.46% 0->15.50 radl: 91.71% 3.92% - 15.50->16.00 radl: 0.63% 0.42% 0->16.00 radl: 92.34% 3.64% - 16.00->16.50 radl: 0.55% 0.43% 0->16.50 radl: 92.89% 3.31% - 16.50->17.00 radl: 0.49% 0.40% 0->17.00 radl: 93.38% 3.01% - 17.00->17.50 radl: 0.39% 0.40% 0->17.50 radl: 93.77% 2.72% - 17.50->18.00 radl: 0.30% 0.32% 0->18.00 radl: 94.07% 2.47% - 18.00->18.50 radl: 0.25% 0.28% 0->18.50 radl: 94.32% 2.24% - 18.50->19.00 radl: 0.24% 0.31% 0->19.00 radl: 94.56% 1.97% - 19.00->19.50 radl: 0.21% 0.34% 0->19.50 radl: 94.77% 1.68% - 19.50->20.00 radl: 0.18% 0.26% 0->20.00 radl: 94.95% 1.46% + 0.00-> 0.50 radl: 0.20% 0.14% 0-> 0.50 radl: 0.20% 0.14% + 0.50-> 1.00 radl: 0.46% 0.36% 0-> 1.00 radl: 0.66% 0.44% + 1.00-> 1.50 radl: 0.96% 0.64% 0-> 1.50 radl: 1.62% 1.03% + 1.50-> 2.00 radl: 1.69% 1.01% 0-> 2.00 radl: 3.31% 1.92% + 2.00-> 2.50 radl: 2.32% 1.07% 0-> 2.50 radl: 5.63% 2.84% + 2.50-> 3.00 radl: 3.18% 1.34% 0-> 3.00 radl: 8.81% 3.99% + 3.00-> 3.50 radl: 3.70% 1.42% 0-> 3.50 radl: 12.51% 5.13% + 3.50-> 4.00 radl: 4.37% 1.55% 0-> 4.00 radl: 16.88% 6.41% + 4.00-> 4.50 radl: 4.91% 1.56% 0-> 4.50 radl: 21.79% 7.52% + 4.50-> 5.00 radl: 5.13% 1.50% 0-> 5.00 radl: 26.92% 8.59% + 5.00-> 5.50 radl: 5.42% 1.56% 0-> 5.50 radl: 32.34% 9.50% + 5.50-> 6.00 radl: 5.33% 1.47% 0-> 6.00 radl: 37.67% 10.30% + 6.00-> 6.50 radl: 5.48% 1.33% 0-> 6.50 radl: 43.15% 10.74% + 6.50-> 7.00 radl: 5.40% 1.13% 0-> 7.00 radl: 48.55% 10.86% + 7.00-> 7.50 radl: 5.02% 0.90% 0-> 7.50 radl: 53.57% 10.98% + 7.50-> 8.00 radl: 4.83% 1.04% 0-> 8.00 radl: 58.40% 10.68% + 8.00-> 8.50 radl: 4.46% 1.10% 0-> 8.50 radl: 62.86% 10.18% + 8.50-> 9.00 radl: 4.14% 1.04% 0-> 9.00 radl: 67.00% 9.52% + 9.00-> 9.50 radl: 3.80% 1.18% 0-> 9.50 radl: 70.80% 8.78% + 9.50->10.00 radl: 3.23% 1.03% 0->10.00 radl: 74.03% 8.12% + 10.00->10.50 radl: 2.83% 1.02% 0->10.50 radl: 76.86% 7.38% + 10.50->11.00 radl: 2.61% 0.99% 0->11.00 radl: 79.47% 6.64% + 11.00->11.50 radl: 2.20% 0.91% 0->11.50 radl: 81.66% 6.00% + 11.50->12.00 radl: 1.96% 0.87% 0->12.00 radl: 83.63% 5.33% + 12.00->12.50 radl: 1.80% 0.83% 0->12.50 radl: 85.42% 4.71% + 12.50->13.00 radl: 1.51% 0.70% 0->13.00 radl: 86.93% 4.18% + 13.00->13.50 radl: 1.36% 0.67% 0->13.50 radl: 88.29% 3.67% + 13.50->14.00 radl: 1.21% 0.66% 0->14.00 radl: 89.50% 3.13% + 14.00->14.50 radl: 0.97% 0.48% 0->14.50 radl: 90.47% 2.79% + 14.50->15.00 radl: 0.84% 0.44% 0->15.00 radl: 91.32% 2.47% + 15.00->15.50 radl: 0.72% 0.43% 0->15.50 radl: 92.04% 2.15% + 15.50->16.00 radl: 0.57% 0.33% 0->16.00 radl: 92.61% 1.94% + 16.00->16.50 radl: 0.54% 0.33% 0->16.50 radl: 93.14% 1.73% + 16.50->17.00 radl: 0.44% 0.35% 0->17.00 radl: 93.58% 1.50% + 17.00->17.50 radl: 0.36% 0.25% 0->17.50 radl: 93.94% 1.35% + 17.50->18.00 radl: 0.33% 0.23% 0->18.00 radl: 94.27% 1.21% + 18.00->18.50 radl: 0.27% 0.21% 0->18.50 radl: 94.54% 1.09% + 18.50->19.00 radl: 0.24% 0.18% 0->19.00 radl: 94.78% 1.01% + 19.00->19.50 radl: 0.19% 0.15% 0->19.50 radl: 94.97% 0.96% + 19.50->20.00 radl: 0.15% 0.17% 0->20.00 radl: 95.12% 0.88% @@ -648,80 +650,80 @@ Run Summary bin Mean rms bin Mean rms - 0.00-> 0.10 radl: 17.59% 1.67% 0-> 0.10 radl: 17.59% 1.67% - 0.10-> 0.20 radl: 13.48% 1.27% 0-> 0.20 radl: 31.07% 2.23% - 0.20-> 0.30 radl: 9.97% 1.01% 0-> 0.30 radl: 41.05% 2.44% - 0.30-> 0.40 radl: 7.77% 0.92% 0-> 0.40 radl: 48.82% 2.57% - 0.40-> 0.50 radl: 6.05% 0.71% 0-> 0.50 radl: 54.87% 2.66% - 0.50-> 0.60 radl: 4.84% 0.64% 0-> 0.60 radl: 59.71% 2.63% - 0.60-> 0.70 radl: 3.93% 0.66% 0-> 0.70 radl: 63.65% 2.43% - 0.70-> 0.80 radl: 3.24% 0.50% 0-> 0.80 radl: 66.88% 2.32% - 0.80-> 0.90 radl: 2.79% 0.50% 0-> 0.90 radl: 69.67% 2.11% - 0.90-> 1.00 radl: 2.27% 0.44% 0-> 1.00 radl: 71.94% 2.09% - 1.00-> 1.10 radl: 1.97% 0.39% 0-> 1.10 radl: 73.91% 2.03% - 1.10-> 1.20 radl: 1.77% 0.41% 0-> 1.20 radl: 75.68% 1.98% - 1.20-> 1.30 radl: 1.59% 0.35% 0-> 1.30 radl: 77.27% 1.95% - 1.30-> 1.40 radl: 1.40% 0.31% 0-> 1.40 radl: 78.66% 1.96% - 1.40-> 1.50 radl: 1.26% 0.30% 0-> 1.50 radl: 79.92% 1.90% - 1.50-> 1.60 radl: 1.12% 0.23% 0-> 1.60 radl: 81.04% 1.84% - 1.60-> 1.70 radl: 1.04% 0.28% 0-> 1.70 radl: 82.08% 1.75% - 1.70-> 1.80 radl: 0.94% 0.22% 0-> 1.80 radl: 83.03% 1.69% - 1.80-> 1.90 radl: 0.85% 0.23% 0-> 1.90 radl: 83.88% 1.64% - 1.90-> 2.00 radl: 0.81% 0.26% 0-> 2.00 radl: 84.69% 1.61% - 2.00-> 2.10 radl: 0.74% 0.23% 0-> 2.10 radl: 85.43% 1.56% - 2.10-> 2.20 radl: 0.70% 0.22% 0-> 2.20 radl: 86.14% 1.53% - 2.20-> 2.30 radl: 0.63% 0.19% 0-> 2.30 radl: 86.76% 1.51% - 2.30-> 2.40 radl: 0.61% 0.18% 0-> 2.40 radl: 87.37% 1.52% - 2.40-> 2.50 radl: 0.56% 0.17% 0-> 2.50 radl: 87.93% 1.52% - 2.50-> 2.60 radl: 0.51% 0.15% 0-> 2.60 radl: 88.44% 1.49% - 2.60-> 2.70 radl: 0.48% 0.15% 0-> 2.70 radl: 88.92% 1.48% - 2.70-> 2.80 radl: 0.48% 0.16% 0-> 2.80 radl: 89.39% 1.46% - 2.80-> 2.90 radl: 0.43% 0.15% 0-> 2.90 radl: 89.82% 1.45% - 2.90-> 3.00 radl: 0.41% 0.12% 0-> 3.00 radl: 90.24% 1.46% - 3.00-> 3.10 radl: 0.39% 0.12% 0-> 3.10 radl: 90.62% 1.45% - 3.10-> 3.20 radl: 0.37% 0.14% 0-> 3.20 radl: 90.99% 1.44% - 3.20-> 3.30 radl: 0.33% 0.13% 0-> 3.30 radl: 91.32% 1.42% - 3.30-> 3.40 radl: 0.33% 0.14% 0-> 3.40 radl: 91.65% 1.42% - 3.40-> 3.50 radl: 0.32% 0.15% 0-> 3.50 radl: 91.96% 1.41% - 3.50-> 3.60 radl: 0.29% 0.12% 0-> 3.60 radl: 92.26% 1.41% - 3.60-> 3.70 radl: 0.28% 0.10% 0-> 3.70 radl: 92.54% 1.43% - 3.70-> 3.80 radl: 0.25% 0.11% 0-> 3.80 radl: 92.78% 1.43% - 3.80-> 3.90 radl: 0.24% 0.09% 0-> 3.90 radl: 93.03% 1.44% - 3.90-> 4.00 radl: 0.23% 0.09% 0-> 4.00 radl: 93.25% 1.44% - 4.00-> 4.10 radl: 0.20% 0.09% 0-> 4.10 radl: 93.45% 1.45% - 4.10-> 4.20 radl: 0.21% 0.09% 0-> 4.20 radl: 93.66% 1.45% - 4.20-> 4.30 radl: 0.20% 0.10% 0-> 4.30 radl: 93.86% 1.44% - 4.30-> 4.40 radl: 0.18% 0.09% 0-> 4.40 radl: 94.04% 1.45% - 4.40-> 4.50 radl: 0.19% 0.08% 0-> 4.50 radl: 94.23% 1.45% - 4.50-> 4.60 radl: 0.17% 0.08% 0-> 4.60 radl: 94.40% 1.46% - 4.60-> 4.70 radl: 0.16% 0.09% 0-> 4.70 radl: 94.56% 1.45% - 4.70-> 4.80 radl: 0.14% 0.08% 0-> 4.80 radl: 94.70% 1.46% - 4.80-> 4.90 radl: 0.13% 0.07% 0-> 4.90 radl: 94.83% 1.47% - 4.90-> 5.00 radl: 0.12% 0.06% 0-> 5.00 radl: 94.95% 1.46% + 0.00-> 0.10 radl: 17.89% 2.05% 0-> 0.10 radl: 17.89% 2.05% + 0.10-> 0.20 radl: 13.34% 1.26% 0-> 0.20 radl: 31.23% 2.50% + 0.20-> 0.30 radl: 10.20% 1.06% 0-> 0.30 radl: 41.43% 2.70% + 0.30-> 0.40 radl: 7.76% 0.89% 0-> 0.40 radl: 49.19% 2.65% + 0.40-> 0.50 radl: 6.20% 0.80% 0-> 0.50 radl: 55.39% 2.43% + 0.50-> 0.60 radl: 4.84% 0.64% 0-> 0.60 radl: 60.22% 2.22% + 0.60-> 0.70 radl: 3.93% 0.65% 0-> 0.70 radl: 64.16% 2.11% + 0.70-> 0.80 radl: 3.24% 0.53% 0-> 0.80 radl: 67.40% 2.00% + 0.80-> 0.90 radl: 2.68% 0.46% 0-> 0.90 radl: 70.07% 1.94% + 0.90-> 1.00 radl: 2.27% 0.39% 0-> 1.00 radl: 72.35% 1.87% + 1.00-> 1.10 radl: 1.98% 0.40% 0-> 1.10 radl: 74.33% 1.72% + 1.10-> 1.20 radl: 1.77% 0.38% 0-> 1.20 radl: 76.09% 1.65% + 1.20-> 1.30 radl: 1.55% 0.32% 0-> 1.30 radl: 77.65% 1.63% + 1.30-> 1.40 radl: 1.37% 0.32% 0-> 1.40 radl: 79.01% 1.55% + 1.40-> 1.50 radl: 1.26% 0.31% 0-> 1.50 radl: 80.27% 1.53% + 1.50-> 1.60 radl: 1.11% 0.25% 0-> 1.60 radl: 81.38% 1.51% + 1.60-> 1.70 radl: 1.03% 0.27% 0-> 1.70 radl: 82.41% 1.46% + 1.70-> 1.80 radl: 0.96% 0.23% 0-> 1.80 radl: 83.37% 1.43% + 1.80-> 1.90 radl: 0.89% 0.21% 0-> 1.90 radl: 84.26% 1.42% + 1.90-> 2.00 radl: 0.82% 0.22% 0-> 2.00 radl: 85.08% 1.37% + 2.00-> 2.10 radl: 0.72% 0.19% 0-> 2.10 radl: 85.80% 1.33% + 2.10-> 2.20 radl: 0.71% 0.20% 0-> 2.20 radl: 86.51% 1.27% + 2.20-> 2.30 radl: 0.63% 0.18% 0-> 2.30 radl: 87.14% 1.25% + 2.30-> 2.40 radl: 0.61% 0.18% 0-> 2.40 radl: 87.74% 1.23% + 2.40-> 2.50 radl: 0.54% 0.17% 0-> 2.50 radl: 88.29% 1.21% + 2.50-> 2.60 radl: 0.52% 0.14% 0-> 2.60 radl: 88.80% 1.18% + 2.60-> 2.70 radl: 0.48% 0.16% 0-> 2.70 radl: 89.28% 1.14% + 2.70-> 2.80 radl: 0.44% 0.16% 0-> 2.80 radl: 89.73% 1.11% + 2.80-> 2.90 radl: 0.43% 0.17% 0-> 2.90 radl: 90.16% 1.07% + 2.90-> 3.00 radl: 0.39% 0.14% 0-> 3.00 radl: 90.55% 1.02% + 3.00-> 3.10 radl: 0.39% 0.15% 0-> 3.10 radl: 90.94% 1.00% + 3.10-> 3.20 radl: 0.36% 0.13% 0-> 3.20 radl: 91.29% 0.99% + 3.20-> 3.30 radl: 0.34% 0.12% 0-> 3.30 radl: 91.63% 0.99% + 3.30-> 3.40 radl: 0.33% 0.13% 0-> 3.40 radl: 91.97% 0.99% + 3.40-> 3.50 radl: 0.30% 0.12% 0-> 3.50 radl: 92.26% 1.00% + 3.50-> 3.60 radl: 0.27% 0.11% 0-> 3.60 radl: 92.54% 1.00% + 3.60-> 3.70 radl: 0.25% 0.10% 0-> 3.70 radl: 92.79% 0.99% + 3.70-> 3.80 radl: 0.24% 0.10% 0-> 3.80 radl: 93.02% 0.97% + 3.80-> 3.90 radl: 0.23% 0.10% 0-> 3.90 radl: 93.25% 0.96% + 3.90-> 4.00 radl: 0.21% 0.10% 0-> 4.00 radl: 93.46% 0.95% + 4.00-> 4.10 radl: 0.20% 0.10% 0-> 4.10 radl: 93.67% 0.95% + 4.10-> 4.20 radl: 0.20% 0.09% 0-> 4.20 radl: 93.87% 0.94% + 4.20-> 4.30 radl: 0.19% 0.09% 0-> 4.30 radl: 94.06% 0.93% + 4.30-> 4.40 radl: 0.16% 0.08% 0-> 4.40 radl: 94.22% 0.92% + 4.40-> 4.50 radl: 0.17% 0.08% 0-> 4.50 radl: 94.39% 0.90% + 4.50-> 4.60 radl: 0.16% 0.09% 0-> 4.60 radl: 94.56% 0.89% + 4.60-> 4.70 radl: 0.15% 0.08% 0-> 4.70 radl: 94.71% 0.89% + 4.70-> 4.80 radl: 0.14% 0.07% 0-> 4.80 radl: 94.85% 0.88% + 4.80-> 4.90 radl: 0.15% 0.09% 0-> 4.90 radl: 95.00% 0.88% + 4.90-> 5.00 radl: 0.11% 0.06% 0-> 5.00 radl: 95.12% 0.88% ===== SUMMARY ===== Total number of events: 100 - Mean number of charged steps: 7268.74 - Mean number of neutral steps: 4106.38 + Mean number of charged steps: 7249.57 + Mean number of neutral steps: 4116.32 - energy deposit : 94.95 % E0 +- 1.46 % E0 - charged traklen: 484.38 radl +- 7.32 radl - neutral traklen: 4226.39 radl +- 137.26 radl + energy deposit : 95.12 % E0 +- 0.88 % E0 + charged traklen: 484.73 radl +- 4.76 radl + neutral traklen: 4227.98 radl +- 115.39 radl - 90.00 % confinement: radius = 2.94 radl (2.62 cm ) + 90.00 % confinement: radius = 2.86 radl (2.55 cm ) <<<>>> 100 events for Total Energy in Absorber -Edep: 0.949515 delEdep= 0.000515309 nrms= 0.628426 -Erms: 0.0146005 delErms= 0.00640054 nrms= 7.80554 -<<<>>> IS NOT ACCEPTED +Edep: 0.951152 delEdep= 0.00215181 nrms= 2.62416 +Erms: 0.00875608 delErms= 0.000556078 nrms= 0.678143 +<<<>>> IS ACCEPTED ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1603261973206343008, 782826166475889725, 1330526127522986921, 107666978854852313, 783763484733076460, 1090910443687582857, 1281357758353482287, 2179656301331440046, 1873736500932146761, 788675290601945492, 701850951885919269, 1381812773673673853, 785771583368803911, 1550375072735253893, 514084819026166714, 2272181559195534492, 781488873152498404} counter= 8sumtot= 1363202585028044798 +N=17 V[N]={252581437622061049, 260573040885698056, 1203428877015396787, 1457477569064705541, 2298720486721854442, 1548099740133005029, 1821432650369258508, 46561342147813492, 19581887728669476, 662499685298117693, 1800279875956190846, 1791142181750811574, 419627446083762511, 610033586264287295, 1240811160532606190, 63384539253849655, 1834413008370389797} counter= 12sumtot= 1189747450702620284 --------------------------------------- ... write file : testem2.root - done ... close file : testem2.root - done @@ -729,6 +731,6 @@ N=17 V[N]={1603261973206343008, 782826166475889725, 1330526127522986921, 1076669 G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.061 MB +Dynamic pools deleted: 9 / Total memory freed: 0.063 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm3/History b/examples/extended/electromagnetic/TestEm3/History index 3127ab8f2b..4d79b72097 100644 --- a/examples/extended/electromagnetic/TestEm3/History +++ b/examples/extended/electromagnetic/TestEm3/History @@ -1,18 +1,19 @@ ----------------------------------------------------- +# Example TestEm3 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm3 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-01-18 Jonas Hahnfeld (testem3-V11-00-01) +- Prefer pointer to `const G4Material` if possible + +## 2021-12-10 Ben Morgan (testem3-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem3-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out b/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out index 75439b1838..7e2e942712 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -68,7 +68,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -85,7 +86,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -95,8 +96,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -175,12 +177,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -211,10 +213,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -249,10 +251,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -285,12 +287,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -301,10 +303,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -318,10 +320,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -350,10 +352,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -382,10 +384,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -414,14 +416,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -432,7 +433,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -447,14 +448,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -465,7 +465,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -480,10 +480,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -512,10 +512,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -543,7 +543,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - Aluminium: 85.592 MeV : 1.534 MeV 0.9814 +- 0.3103 % 10.4 cm +- 532 um + Aluminium: 85.178 MeV : 1.25 MeV 0.8035 +- 0.2541 % 10.4 cm +- 645 um ------------------------------------------------------------ Beam particle proton E = 300 MeV @@ -557,7 +557,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Energy deposition from Energy flow balance : material Total Edep - Aluminium: 85.5924 MeV + Aluminium: 85.1776 MeV ------------------------------------------------------------ diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index ffac094987..74f6abf30a 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -87,7 +87,8 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -104,7 +105,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -114,8 +115,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -178,10 +180,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -206,10 +208,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -236,10 +238,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -268,10 +270,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -282,10 +284,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -295,10 +297,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -327,10 +329,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -359,10 +361,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -391,14 +393,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -409,7 +410,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -424,14 +425,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -442,7 +442,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -457,10 +457,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -489,10 +489,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -521,21 +521,21 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 100 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_lAr Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.20143 keV e- 347.469 keV e+ 336.38 keV proton 100 keV + Energy thresholds : gamma 6.20202 keV e- 347.457 keV e+ 336.377 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -547,28 +547,28 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.910000s Real=1.960183s Sys=0.000000s + User=1.370000s Real=1.409343s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 776.78 MeV : 16 MeV 2.06 +- 0.206 % 54.8 cm +- 1.28 cm - G4_lAr: 213.12 MeV : 14.62 MeV 6.859 +- 0.6859 % 1.05 m +- 7.41 cm + G4_Pb: 775.14 MeV : 15.89 MeV 2.05 +- 0.205 % 54.8 cm +- 1.26 cm + G4_lAr: 213.75 MeV : 14.62 MeV 6.839 +- 0.6839 % 1.05 m +- 7.63 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV Mean number of gamma 510 Mean number of e- 871 - Mean number of e+ 54.6 - Mean number of charged steps 3645.75 - Mean number of neutral steps 3688.38 + Mean number of e+ 53.4 + Mean number of charged steps 3665.7 + Mean number of neutral steps 3720.75 ------------------------------------------------------------ Energy deposition from Energy flow balance : material Total Edep - G4_Pb: 776.774 MeV - G4_lAr: 213.037 MeV + G4_Pb: 775.131 MeV + G4_lAr: 213.76 MeV ------------------------------------------------------------ @@ -593,21 +593,21 @@ Run Summary Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 100 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_lAr Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.20143 keV e- 347.469 keV e+ 336.38 keV proton 100 keV + Energy thresholds : gamma 6.20202 keV e- 347.457 keV e+ 336.377 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -619,28 +619,28 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.290000s Real=1.309749s Sys=0.010000s + User=1.160000s Real=1.192525s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 779.69 MeV : 21.21 MeV 2.72 +- 0.272 % 52.5 cm +- 1.32 cm - G4_lAr: 211.18 MeV : 17.75 MeV 8.404 +- 0.8404 % 100 cm +- 8.45 cm + G4_Pb: 772.98 MeV : 22.39 MeV 2.896 +- 0.2896 % 52 cm +- 1.27 cm + G4_lAr: 215.77 MeV : 17.22 MeV 7.981 +- 0.7981 % 1.02 m +- 8.43 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV - Mean number of gamma 294 - Mean number of e- 561 + Mean number of gamma 292 + Mean number of e- 554 Mean number of e+ 54.1 - Mean number of charged steps 3109.78 - Mean number of neutral steps 2948.59 + Mean number of charged steps 3142.23 + Mean number of neutral steps 2940.92 ------------------------------------------------------------ Energy deposition from Energy flow balance : material Total Edep - G4_Pb: 777.921 MeV - G4_lAr: 212.965 MeV + G4_Pb: 772.779 MeV + G4_lAr: 217.969 MeV ------------------------------------------------------------ @@ -648,6 +648,6 @@ Run Summary G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.095 MB +Dynamic pools deleted: 11 / Total memory freed: 0.094 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm3/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm3/src/SteppingAction.cc index 7df50bea33..3572321666 100644 --- a/examples/extended/electromagnetic/TestEm3/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm3/src/SteppingAction.cc @@ -131,7 +131,7 @@ G4double SteppingAction::BirksAttenuation(const G4Step* aStep) //Example of Birk attenuation law in organic scintillators. //adapted from Geant3 PHYS337. See MIN 80 (1970) 239-244 // - G4Material* material = aStep->GetTrack()->GetMaterial(); + const G4Material* material = aStep->GetTrack()->GetMaterial(); G4double birk1 = material->GetIonisation()->GetBirksConstant(); G4double destep = aStep->GetTotalEnergyDeposit(); G4double stepl = aStep->GetStepLength(); diff --git a/examples/extended/electromagnetic/TestEm4/History b/examples/extended/electromagnetic/TestEm4/History index fd45726d29..82d9a4b3e9 100644 --- a/examples/extended/electromagnetic/TestEm4/History +++ b/examples/extended/electromagnetic/TestEm4/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm4 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm4 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem4-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (testem4-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.out b/examples/extended/electromagnetic/TestEm4/TestEm4.out index 13539cba41..2991550c42 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -44,6 +44,7 @@ PhysicsList::SetCuts:CutLength : 1 (mm) LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -61,7 +62,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -71,8 +72,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -172,7 +174,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : FluorCarbonate Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 3.64877 keV e- 431.044 keV e+ 417.369 keV proton -1 MeV + Energy thresholds : gamma 3.64815 keV e- 431.054 keV e+ 417.356 keV proton -1 MeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -206,11 +208,11 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.670000s Real=0.672822s Sys=0.000000s + User=0.620000s Real=0.626887s Sys=0.000000s --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 596112525, 973948830 + Current couple of seeds = 1651901614, 2137790871 ---------------------------------------- ... write file : testem4.root - done ... close file : testem4.root - done diff --git a/examples/extended/electromagnetic/TestEm5/.README.txt b/examples/extended/electromagnetic/TestEm5/.README.txt index 1fc66e4623..fa33e2b2c1 100644 --- a/examples/extended/electromagnetic/TestEm5/.README.txt +++ b/examples/extended/electromagnetic/TestEm5/.README.txt @@ -65,12 +65,13 @@ \section TestEm5_s3 AN EVENT : THE PRIMARY GENERATOR The primary kinematic consists of a single particle which hits the absorber - perpendicular to the input face. The type of the particle and its energy are - set in the PrimaryGeneratorAction class, and can be changed via the G4 build-in + perpendicular to the input face, so the default beam direction is along X + axis. The type of the particle and its energy are set in the + PrimaryGeneratorAction class, and can be changed via the G4 build-in commands of G4ParticleGun class (see the macros provided with this example). - - In addition one can choose randomly the impact point of the incident particle. - The interactive command is built in PrimaryGeneratorMessenger class. + + If thickness of absorber is changed for some run in the same macro, then + gun position should be modifined using /gun/position IU command. \section TestEm5_s4 VISUALIZATION diff --git a/examples/extended/electromagnetic/TestEm5/History b/examples/extended/electromagnetic/TestEm5/History index 5091685282..eef218a203 100644 --- a/examples/extended/electromagnetic/TestEm5/History +++ b/examples/extended/electromagnetic/TestEm5/History @@ -1,18 +1,20 @@ ----------------------------------------------------- +# Example TestEm5 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm5 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-04-08 Vladimir Ivanchenko (testem5-V11-00-01) +- Allow change gun position via UI command + +## 2021-12-10 Ben Morgan (testem5-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 25-11-21 S. Guatelli (testem5-V10-07-12) - The ANSTO radiation yields are used instead of the EADL in pixe_ANSTO.mac diff --git a/examples/extended/electromagnetic/TestEm5/README b/examples/extended/electromagnetic/TestEm5/README index a891d761ac..44e7b64be7 100644 --- a/examples/extended/electromagnetic/TestEm5/README +++ b/examples/extended/electromagnetic/TestEm5/README @@ -67,13 +67,13 @@ 3- AN EVENT : THE PRIMARY GENERATOR The primary kinematic consists of a single particle which hits the absorber - perpendicular to the input face. The type of the particle and its energy are - set in the PrimaryGeneratorAction class, and can be changed via the G4 - build-in commands of G4ParticleGun class (see the macros provided with this - example). + perpendicular to the input face, so the default beam direction is along X + axis. The type of the particle and its energy are set in the + PrimaryGeneratorAction class, and can be changed via the G4 build-in + commands of G4ParticleGun class (see the macros provided with this example). - In addition one can choose randomly the impact point of the incident particle. - The interactive command is built in PrimaryGeneratorMessenger class. + If thickness of absorber is changed for some run in the same macro, then + gun position should be modifined using /gun/position IU command. 4- VISUALIZATION diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out b/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out index 9c9a4120c1..b2a049fa7f 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -72,14 +72,14 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Index : 0 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91691 keV e- 597.603 keV e+ 574.29 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : H2Liq Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 108.778 keV e+ 107.414 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 108.788 keV e+ 107.418 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -98,14 +98,14 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.4 cm 0 fm 0 fm 1 eV 0 eV 0 fm 0 fm World initStep - 1 -1 cm 0 fm 0 fm 1 eV 0 eV 1.4 cm 1.4 cm World Transportation - 2 2 cm 0 fm 0 fm 1 eV 0 eV 3 cm 4.4 cm Absorber Transportation - 3 2.4 cm 0 fm 0 fm 1 eV 0 eV 4 mm 4.8 cm World OutOfWorld + 0 -2 cm 0 fm 0 fm 1 eV 0 eV 0 fm 0 fm World initStep + 1 -1 cm 0 fm 0 fm 1 eV 0 eV 1 cm 1 cm World Transportation + 2 2 cm 0 fm 0 fm 1 eV 0 eV 3 cm 4 cm Absorber Transportation + 3 2.4 cm 0 fm 0 fm 1 eV 0 eV 4 mm 4.4 cm World OutOfWorld Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000697s Sys=0.000000s + User=0.000000s Real=0.000556s Sys=0.000000s ======================== run summary ====================== @@ -156,14 +156,14 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Index : 0 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91691 keV e- 597.603 keV e+ 574.29 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : H2Liq Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 108.778 keV e+ 107.414 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 108.788 keV e+ 107.418 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -179,7 +179,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 6 - User=0.000000s Real=0.000079s Sys=0.000000s + User=0.000000s Real=0.000089s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out b/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out new file mode 100644 index 0000000000..26da2292e4 --- /dev/null +++ b/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out @@ -0,0 +1,289 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +/run/verbose 1 +# +/testem/det/setAbsMat Gold +/testem/det/setAbsThick 50 um +/testem/det/setAbsYZ 50 um +# +/testem/phys/addPhysics emstandard_opt4 +PhysicsList::AddPhysicsList: +###/testem/phys/addPhysics emlivermore +# +/run/setCut 2 um +/run/setCutForAGivenParticle gamma 0.5 um +# +# to (de)activate pixe or atomic deexcitation +/process/em/pixe true +/run/physicsModified +/process/em/augerCascade true +/run/physicsModified +/process/em/deexcitationIgnoreCut true +/run/physicsModified +# +# to activate the ANSTO cross sections +/process/em/pixeXSmodel ECPSSR_ANSTO +/run/physicsModified +# +# to activate the ANSTO fluorescence +# radiation yields +/process/em/fluoANSTO true +/run/physicsModified +# +/process/em/verbose 0 +/process/em/printParameters +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled +Use general process 1 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 0 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory epics_2017 +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 1 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 1 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons ECPSSR_ANSTO +Type of PIXE cross section for e+- Livermore +======================================================================= +# +/run/initialize + + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Gold density: 19.320 g/cm3 RadL: 3.344 mm Nucl.Int.Length: 10.540 cm + Imean: 790.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Au (Au) Z = 79.0 N = 197 A = 196.967 g/mole + ---> Isotope: Au197 Z = 79 N = 197 A = 196.97 g/mole abundance: 100.000 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + The WORLD is made of 60 um of G4_Galactic. The transverse size (YZ) of the world is 60 um + The ABSORBER is made of 50 um of Gold. The transverse size (YZ) is 50 um + X position of the middle of the absorber 0 fm +# +/testem/gun/setDefault +/gun/particle proton +/gun/energy 3 MeV +# +# to be run interactively +###/control/execute vis.mac +###/tracking/verbose 2 +###/run/beamOn 1 +# +/analysis/setFileName pixe +Set file name: pixe +/analysis/h1/set 3 1000 0 100 keV +/analysis/h1/set 51 1000 0 100 keV +/analysis/h1/set 55 1000 0 100 keV +# +/analysis/h1/set 2 500 0 50 keV +/analysis/h1/set 50 200 0 20 keV +/analysis/h1/set 54 200 0 20 keV +# +/analysis/h1/set 4 500 0.01 50 keV log10 +/analysis/h1/set 52 200 0.01 20 keV log10 +/analysis/h1/set 56 200 0.01 20 keV log10 +# +/tracking/verbose 0 +/run/printProgress 10000 +/run/beamOn 100000 +The ANSTO fluorescence radiation yields substitute the EADL data libraries + +### === G4UAtomicDeexcitation::InitialiseForNewRun() +Using ANSTO K Cross Sections! +Using ANSTO L Cross Sections! +Using ANSTO M Cross Sections! +====================================================================== +The G4PenelopeIonisationModel is being used with the PIXE flag ON. +Atomic de-excitation will be produced statistically by the PIXE +interface by using the shell cross section --> Livermore +The built-in model procedure for atomic de-excitation is disabled. +*Please be sure this is intended*, or disable PIXE by +/process/em/pixe false +====================================================================== + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 500 nm e- 2 um e+ 2 um proton 2 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 200 eV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Gold + Range cuts : gamma 500 nm e- 2 um e+ 2 um proton 2 um + Energy thresholds : gamma 1.07128 keV e- 30.6738 keV e+ 30.1802 keV proton 200 eV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324 +--------------------------------------- +... set ntuple merging row mode : row-wise - done +... create file : pixe.root - done +... open analysis file : pixe.root - done +... open analysis file : pixe.root - done +--> Event 0 starts. +--> Event 10000 starts. +--> Event 20000 starts. +--> Event 30000 starts. +--> Event 40000 starts. +--> Event 50000 starts. +--> Event 60000 starts. +--> Event 70000 starts. +--> Event 80000 starts. +--> Event 90000 starts. + Run terminated. +Run Summary + Number of events processed : 100000 + User=68.150000s Real=78.655958s Sys=0.020000s + + ======================== run summary ====================== + + The run was 100000 proton of 3 MeV through 50 um of Gold (density: 19.3 g/cm3 ) + + Total energy deposit in absorber per event = 3 MeV +- 33.77 eV + + -----> Mean dE/dx = 600 MeV/cm (31.06 MeV*cm2/g) + + From formulas : + restricted dEdx = 676.4 MeV/cm (35.01 MeV*cm2/g) + full dEdx = 676.5 MeV/cm (35.01 MeV*cm2/g) + + Leakage : primary = 52.45 eV +- 33.51 eV secondaries = 14.26 eV +- 1.184 eV + Energy balance : edep + eleak = 3 MeV + + Total track length (charged) in absorber per event = 31.06 um +- 1.079 nm + Total track length (neutral) in absorber per event = 362.3 nm +- 3.164 nm + + Number of steps (charged) in absorber per event = 141.8 +- 0.1264 + Number of steps (neutral) in absorber per event = 0.587 +- 0.002453 + + Number of secondaries per event : Gammas = 0.5845 electrons = 109.7 positrons = 0 + + Number of events with the primary particle transmitted = 0 % + Number of events with at least 1 particle transmitted (same charge as primary) = 0 % + + Number of events with the primary particle reflected = 0.003 % + Number of events with at least 1 particle reflected (same charge as primary) = 0.003 % + + MultipleScattering: + rms proj angle of transmit primary particle = 0 mrad (central part only) + computed theta0 (Highland formula) = 233.3 mrad + central part defined as +- 699.8 mrad Tail ratio = 0 % +... write file : pixe.root - done +... close file : pixe.root - done + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={1575258209681380324, 502268587721984320, 1265333753759368, 474264208644985106, 1151878254013493547, 1483930652511092178, 2145339813694232495, 149443267521788243, 598331707926294923, 205239878707861393, 1658426149017994571, 261898008556819608, 1328410559873084242, 346152083954518470, 442818399680857434, 1302852778065642940, 971632776144456411} counter= 2sumtot= 764352614188081867 +--------------------------------------- +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 9 of which, static: 0 +Dynamic pools deleted: 9 / Total memory freed: 0.16 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index e80616167f..95387352a8 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -73,7 +73,8 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -90,7 +91,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -100,8 +101,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -177,10 +179,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -204,10 +206,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -235,10 +237,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -265,12 +267,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -281,10 +283,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -298,10 +300,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -324,10 +326,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -350,10 +352,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -376,14 +378,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -394,7 +395,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -403,14 +404,13 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -421,7 +421,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -430,10 +430,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -456,10 +456,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -482,14 +482,14 @@ hPairProd: for pi- XStype:1 SubType=4 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 700 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 700 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Silicon Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um - Energy thresholds : gamma 1 keV e- 21.0579 keV e+ 20.5928 keV proton 700 eV + Energy thresholds : gamma 990 eV e- 21.0638 keV e+ 20.5957 keV proton 700 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -515,30 +515,30 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=1.140000s Real=1.170626s Sys=0.010000s + User=0.920000s Real=0.984331s Sys=0.010000s ======================== 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.351 keV +- 16.2 eV + Total energy deposit in absorber per event = 6.344 keV +- 16.23 eV - -----> Mean dE/dx = 3.176 MeV/cm (1.363 MeV*cm2/g) + -----> Mean dE/dx = 3.172 MeV/cm (1.361 MeV*cm2/g) From formulas : restricted dEdx = 2.96 MeV/cm (1.27 MeV*cm2/g) full dEdx = 4.726 MeV/cm (2.028 MeV*cm2/g) - Leakage : primary = 5 GeV +- 482.2 eV secondaries = 2.68 keV +- 481.1 eV + Leakage : primary = 5 GeV +- 330.9 eV secondaries = 2.183 keV +- 329.4 eV Energy balance : edep + eleak = 5 GeV - Total track length (charged) in absorber per event = 20.26 um +- 7.975 nm - Total track length (neutral) in absorber per event = 4.209 Ang +- 2.672 Ang + Total track length (charged) in absorber per event = 20.26 um +- 7.739 nm + Total track length (neutral) in absorber per event = 1.446 Ang +- 1.369 Ang - Number of steps (charged) in absorber per event = 1.151 +- 0.004679 - Number of steps (neutral) in absorber per event = 4e-05 +- 2e-05 + Number of steps (charged) in absorber per event = 1.151 +- 0.004616 + Number of steps (neutral) in absorber per event = 2e-05 +- 1.414e-05 - Number of secondaries per event : Gammas = 4e-05 electrons = 0.01698 positrons = 0 + Number of secondaries per event : Gammas = 2e-05 electrons = 0.01703 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 % @@ -547,14 +547,14 @@ 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.02495 mrad (central part only) + rms proj angle of transmit primary particle = 0.0251 mrad (central part only) computed theta0 (Highland formula) = 0.02627 mrad - central part defined as +- 0.07881 mrad Tail ratio = 1.974 % + central part defined as +- 0.07881 mrad Tail ratio = 1.96 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={689251087776660200, 1898021912145045173, 201745581052727980, 1005958979714211038, 1146898927294796453, 1101342088353321815, 1574333708879873294, 1185843937759305977, 1202524869002019333, 1718207284025658873, 297585487179044545, 262986712635280481, 1352613702010574944, 260542755972920767, 2211488358997672907, 1848140325637612962, 667223614455087871} counter= 12sumtot= 177965259182263005 +N=17 V[N]={66873640600104076, 1664130866611224563, 1821404642353466391, 1381679152197532650, 633167218250527369, 935365736700687032, 509076805541974342, 597152642238294470, 81890275252596581, 1461652086190194735, 139704010867341155, 740634118972346892, 547945356951771348, 543374600020673977, 1188299565848571166, 1190353628902227503, 2189384419383216375} counter= 9sumtot= 1857030711600586919 --------------------------------------- # /testem/det/setAbsMat Gold @@ -576,19 +576,19 @@ N=17 V[N]={689251087776660200, 1898021912145045173, 201745581052727980, 10059589 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 700 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 700 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Silicon Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um - Energy thresholds : gamma 1 keV e- 21.0579 keV e+ 20.5928 keV proton 700 eV + Energy thresholds : gamma 990 eV e- 21.0638 keV e+ 20.5957 keV proton 700 eV Index : 2 used in the geometry : Yes Material : Gold Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um - Energy thresholds : gamma 6.52503 keV e- 65.158 keV e+ 63.9143 keV proton 700 eV + Energy thresholds : gamma 6.52544 keV e- 65.1638 keV e+ 63.9139 keV proton 700 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -599,7 +599,7 @@ Index : 2 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={689251087776660200, 1898021912145045173, 201745581052727980, 1005958979714211038, 1146898927294796453, 1101342088353321815, 1574333708879873294, 1185843937759305977, 1202524869002019333, 1718207284025658873, 297585487179044545, 262986712635280481, 1352613702010574944, 260542755972920767, 2211488358997672907, 1848140325637612962, 667223614455087871} counter= 12sumtot= 177965259182263005 +N=17 V[N]={66873640600104076, 1664130866611224563, 1821404642353466391, 1381679152197532650, 633167218250527369, 935365736700687032, 509076805541974342, 597152642238294470, 81890275252596581, 1461652086190194735, 139704010867341155, 740634118972346892, 547945356951771348, 543374600020673977, 1188299565848571166, 1190353628902227503, 2189384419383216375} counter= 9sumtot= 1857030711600586919 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -609,46 +609,46 @@ N=17 V[N]={689251087776660200, 1898021912145045173, 201745581052727980, 10059589 Run terminated. Run Summary Number of events processed : 50000 - User=0.520000s Real=0.542997s Sys=0.000000s + User=0.500000s Real=0.508463s Sys=0.010000s ======================== 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.35 keV +- 61.3 eV + Total energy deposit in absorber per event = 18.44 keV +- 65.57 eV - -----> Mean dE/dx = 19 MeV/cm (0.9832 MeV*cm2/g) + -----> Mean dE/dx = 19.1 MeV/cm (0.9884 MeV*cm2/g) From formulas : restricted dEdx = 17.91 MeV/cm (0.927 MeV*cm2/g) full dEdx = 61.41 MeV/cm (3.179 MeV*cm2/g) - Leakage : primary = 15.64 MeV +- 2.142 keV secondaries = 39.11 keV +- 2.137 keV + Leakage : primary = 15.64 MeV +- 2.135 keV secondaries = 41.41 keV +- 2.117 keV Energy balance : edep + eleak = 15.7 MeV - Total track length (charged) in absorber per event = 9.9 um +- 10.48 nm - Total track length (neutral) in absorber per event = 126.3 nm +- 4.97 nm + Total track length (charged) in absorber per event = 9.932 um +- 12.94 nm + Total track length (neutral) in absorber per event = 130.8 nm +- 4.814 nm - Number of steps (charged) in absorber per event = 1.337 +- 0.01029 - Number of steps (neutral) in absorber per event = 0.02828 +- 0.0007725 + Number of steps (charged) in absorber per event = 1.369 +- 0.01121 + Number of steps (neutral) in absorber per event = 0.0292 +- 0.0007862 - Number of secondaries per event : Gammas = 0.02812 electrons = 0.02198 positrons = 0 + Number of secondaries per event : Gammas = 0.02896 electrons = 0.02286 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.294 % + Number of events with the primary particle reflected = 0.008 % + Number of events with at least 1 particle reflected (same charge as primary) = 0.316 % MultipleScattering: - rms proj angle of transmit primary particle = 34.74 mrad (central part only) + rms proj angle of transmit primary particle = 34.88 mrad (central part only) computed theta0 (Highland formula) = 35.1 mrad - central part defined as +- 105.3 mrad Tail ratio = 2.946 % + central part defined as +- 105.3 mrad Tail ratio = 2.91 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1511617274622527946, 54498111951318095, 344688822686444913, 1479149171577097387, 1336780962400978122, 1002581996609751307, 740267963711389728, 1877516207649293737, 1685781510998888821, 1431697481395838022, 784423995222620240, 1057113677307519526, 1526548273637045791, 1752620636530132529, 433722791885366166, 456270240177986604, 1171394389234098869} counter= 8sumtot= 199929433888746195 +N=17 V[N]={2040813008079180887, 2137127123440284753, 1634531189318432211, 2170440267252135859, 1547403494041137486, 152448672671363305, 324899158662066949, 591366558582678401, 566407348989114902, 72974661993974464, 1090186446854907992, 184127948904830994, 1013967144332953249, 948692464963852883, 156835884824215219, 328640472166602001, 1443652867319087095} counter= 17sumtot= 263613647900960993 --------------------------------------- # /run/setCut 10 um @@ -670,24 +670,24 @@ N=17 V[N]={1511617274622527946, 54498111951318095, 344688822686444913, 147914917 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Silicon Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 31.7001 keV e+ 31.3441 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.6994 keV e+ 31.3501 keV proton 1 keV Index : 2 used in the geometry : No Material : Gold Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 8.33045 keV e- 80.7448 keV e+ 79.0912 keV proton 1 keV + Energy thresholds : gamma 8.32988 keV e- 80.7452 keV e+ 79.0938 keV proton 1 keV Index : 3 used in the geometry : Yes Material : G4_POLYETHYLENE Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 13.7152 keV e+ 13.4553 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 13.7224 keV e+ 13.4607 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -698,7 +698,7 @@ Index : 3 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1511617274622527946, 54498111951318095, 344688822686444913, 1479149171577097387, 1336780962400978122, 1002581996609751307, 740267963711389728, 1877516207649293737, 1685781510998888821, 1431697481395838022, 784423995222620240, 1057113677307519526, 1526548273637045791, 1752620636530132529, 433722791885366166, 456270240177986604, 1171394389234098869} counter= 8sumtot= 199929433888746195 +N=17 V[N]={2040813008079180887, 2137127123440284753, 1634531189318432211, 2170440267252135859, 1547403494041137486, 152448672671363305, 324899158662066949, 591366558582678401, 566407348989114902, 72974661993974464, 1090186446854907992, 184127948904830994, 1013967144332953249, 948692464963852883, 156835884824215219, 328640472166602001, 1443652867319087095} counter= 17sumtot= 263613647900960993 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -708,46 +708,46 @@ N=17 V[N]={1511617274622527946, 54498111951318095, 344688822686444913, 147914917 Run terminated. Run Summary Number of events processed : 50000 - User=2.090000s Real=2.230650s Sys=0.010000s + User=1.970000s Real=2.066171s Sys=0.010000s ======================== 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.046 MeV +- 992.3 eV + Total energy deposit in absorber per event = 1.048 MeV +- 992.6 eV - -----> Mean dE/dx = 2.207 MeV/cm (2.348 MeV*cm2/g) + -----> Mean dE/dx = 2.211 MeV/cm (2.353 MeV*cm2/g) From formulas : restricted dEdx = 1.749 MeV/cm (1.861 MeV*cm2/g) - full dEdx = 2.265 MeV/cm (2.409 MeV*cm2/g) + full dEdx = 2.265 MeV/cm (2.41 MeV*cm2/g) - Leakage : primary = 95.13 MeV +- 1.343 keV secondaries = 25.99 keV +- 711 eV + Leakage : primary = 95.12 MeV +- 1.358 keV secondaries = 27.41 keV +- 723.2 eV Energy balance : edep + eleak = 96.2 MeV - Total track length (charged) in absorber per event = 5.169 mm +- 3.766 um - Total track length (neutral) in absorber per event = 22.91 um +- 2.487 um + Total track length (charged) in absorber per event = 5.173 mm +- 3.78 um + Total track length (neutral) in absorber per event = 20.34 um +- 2.311 um - Number of steps (charged) in absorber per event = 10.99 +- 0.03024 - Number of steps (neutral) in absorber per event = 0.00874 +- 0.0004414 + Number of steps (charged) in absorber per event = 11.45 +- 0.03104 + Number of steps (neutral) in absorber per event = 0.00928 +- 0.0004586 - Number of secondaries per event : Gammas = 0.00828 electrons = 4.155 positrons = 0 + Number of secondaries per event : Gammas = 0.0088 electrons = 4.193 positrons = 0 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % - Number of events with the primary particle reflected = 0.002 % - Number of events with at least 1 particle reflected (same charge as primary) = 0.002 % + Number of events with the primary particle reflected = 0 % + Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 7.353 mrad (central part only) + rms proj angle of transmit primary particle = 7.362 mrad (central part only) computed theta0 (Highland formula) = 7.636 mrad - central part defined as +- 22.91 mrad Tail ratio = 1.287 % + central part defined as +- 22.91 mrad Tail ratio = 1.228 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1247245041985209985, 2118520520775053977, 1240220270317109080, 514083287511888250, 1393717209147556042, 275969638075644213, 1188305713847295731, 926940788129046402, 1714467059757317598, 1343652802435801776, 1681317763479766335, 1494234060203694509, 100406280814688461, 1937267237293539340, 970658133062699115, 2088335899951449612, 634690874111905781} counter= 7sumtot= 117445497976420648 +N=17 V[N]={1713044798250223297, 48908071946349271, 775883315495221504, 391610705858356267, 664588191128834417, 1626059320328267459, 1456292069466550727, 1116893346533496927, 1469056562141529631, 429999451075930835, 1186861095219433018, 1929141116803196950, 994589744921584543, 908860157143090929, 897051768244884441, 574482396586399043, 279173454104139953} counter= 7sumtot= 321594500751631555 --------------------------------------- # /run/setCut 1 mm @@ -770,29 +770,29 @@ N=17 V[N]={1247245041985209985, 2118520520775053977, 1240220270317109080, 514083 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Silicon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.93779 keV e- 546.298 keV e+ 525.604 keV proton 100 keV + Energy thresholds : gamma 6.93672 keV e- 546.311 keV e+ 525.593 keV proton 100 keV Index : 2 used in the geometry : No Material : Gold Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 112.402 keV e- 2.28835 MeV e+ 2.12465 MeV proton 100 keV + Energy thresholds : gamma 112.405 keV e- 2.28837 MeV e+ 2.12466 MeV proton 100 keV Index : 3 used in the geometry : No Material : G4_POLYETHYLENE Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.25927 keV e- 351.132 keV e+ 341.766 keV proton 100 keV + Energy thresholds : gamma 2.25978 keV e- 351.127 keV e+ 341.776 keV proton 100 keV Index : 4 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91691 keV e- 597.603 keV e+ 574.29 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -803,7 +803,7 @@ Index : 4 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1247245041985209985, 2118520520775053977, 1240220270317109080, 514083287511888250, 1393717209147556042, 275969638075644213, 1188305713847295731, 926940788129046402, 1714467059757317598, 1343652802435801776, 1681317763479766335, 1494234060203694509, 100406280814688461, 1937267237293539340, 970658133062699115, 2088335899951449612, 634690874111905781} counter= 7sumtot= 117445497976420648 +N=17 V[N]={1713044798250223297, 48908071946349271, 775883315495221504, 391610705858356267, 664588191128834417, 1626059320328267459, 1456292069466550727, 1116893346533496927, 1469056562141529631, 429999451075930835, 1186861095219433018, 1929141116803196950, 994589744921584543, 908860157143090929, 897051768244884441, 574482396586399043, 279173454104139953} counter= 7sumtot= 321594500751631555 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -813,30 +813,30 @@ N=17 V[N]={1247245041985209985, 2118520520775053977, 1240220270317109080, 514083 Run terminated. Run Summary Number of events processed : 50000 - User=0.660000s Real=0.691229s Sys=0.000000s + User=0.460000s Real=0.493105s Sys=0.000000s ======================== run summary ====================== The run was 50000 proton of 175 GeV through 8 mm of Aluminium (density: 2.7 g/cm3 ) - Total energy deposit in absorber per event = 5.059 MeV +- 294 keV + Total energy deposit in absorber per event = 5.062 MeV +- 289.2 keV - -----> Mean dE/dx = 6.321 MeV/cm (2.341 MeV*cm2/g) + -----> Mean dE/dx = 6.324 MeV/cm (2.342 MeV*cm2/g) From formulas : restricted dEdx = 4.024 MeV/cm (1.49 MeV*cm2/g) full dEdx = 6.048 MeV/cm (2.24 MeV*cm2/g) - Leakage : primary = 174.7 GeV +- 294 keV secondaries = 0 eV +- 0 eV + Leakage : primary = 174.7 GeV +- 289.2 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.266 +- 0.002297 + Number of steps (charged) in absorber per event = 1.268 +- 0.002306 Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0 electrons = 0.2657 positrons = 0.00094 + Number of secondaries per event : Gammas = 0 electrons = 0.2681 positrons = 0.00094 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -845,14 +845,14 @@ 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.02056 mrad (central part only) + rms proj angle of transmit primary particle = 0.02065 mrad (central part only) computed theta0 (Highland formula) = 0.02111 mrad - central part defined as +- 0.06333 mrad Tail ratio = 1.326 % + central part defined as +- 0.06333 mrad Tail ratio = 1.306 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1260871696501317326, 2056431528033936806, 2085508718812166341, 403823481402340803, 1139949719470755561, 2118183375998150554, 812508627020951335, 1263975405646594314, 579016951012705754, 618175004751972452, 966819603076113583, 660833431520029685, 374945690503339384, 1418811668419256810, 565738647275268604, 819542523391425976, 2125324149248978664} counter= 14sumtot= 823716148375752344 +N=17 V[N]={788816828322221604, 1954669624823471393, 557035488327220833, 1750771929206801859, 1355908047992822515, 1644388157675705702, 834094816068999921, 1549358775559347394, 186139917523423888, 1447422695690325009, 1232715695167601482, 1830963091149917722, 238280361653180636, 1983330854229598240, 1833757122092510050, 1849015162887315540, 1584797372858323738} counter= 5sumtot= 1868878858305541967 --------------------------------------- # /testem/det/setAbsMat Iron @@ -871,34 +871,34 @@ N=17 V[N]={1260871696501317326, 2056431528033936806, 2085508718812166341, 403823 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Silicon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.93779 keV e- 546.298 keV e+ 525.604 keV proton 100 keV + Energy thresholds : gamma 6.93672 keV e- 546.311 keV e+ 525.593 keV proton 100 keV Index : 2 used in the geometry : No Material : Gold Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 112.402 keV e- 2.28835 MeV e+ 2.12465 MeV proton 100 keV + Energy thresholds : gamma 112.405 keV e- 2.28837 MeV e+ 2.12466 MeV proton 100 keV Index : 3 used in the geometry : No Material : G4_POLYETHYLENE Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.25927 keV e- 351.132 keV e+ 341.766 keV proton 100 keV + Energy thresholds : gamma 2.25978 keV e- 351.127 keV e+ 341.776 keV proton 100 keV Index : 4 used in the geometry : No Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91691 keV e- 597.603 keV e+ 574.29 keV proton 100 keV Index : 5 used in the geometry : Yes Material : Iron Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 20.7499 keV e- 1.28828 MeV e+ 1.21724 MeV proton 100 keV + Energy thresholds : gamma 20.7519 keV e- 1.28828 MeV e+ 1.21724 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -909,7 +909,7 @@ Index : 5 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1260871696501317326, 2056431528033936806, 2085508718812166341, 403823481402340803, 1139949719470755561, 2118183375998150554, 812508627020951335, 1263975405646594314, 579016951012705754, 618175004751972452, 966819603076113583, 660833431520029685, 374945690503339384, 1418811668419256810, 565738647275268604, 819542523391425976, 2125324149248978664} counter= 14sumtot= 823716148375752344 +N=17 V[N]={788816828322221604, 1954669624823471393, 557035488327220833, 1750771929206801859, 1355908047992822515, 1644388157675705702, 834094816068999921, 1549358775559347394, 186139917523423888, 1447422695690325009, 1232715695167601482, 1830963091149917722, 238280361653180636, 1983330854229598240, 1833757122092510050, 1849015162887315540, 1584797372858323738} counter= 5sumtot= 1868878858305541967 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -919,30 +919,30 @@ N=17 V[N]={1260871696501317326, 2056431528033936806, 2085508718812166341, 403823 Run terminated. Run Summary Number of events processed : 50000 - User=7.630000s Real=7.795875s Sys=0.020000s + User=7.130000s Real=7.363158s Sys=0.000000s ======================== 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.154 GeV +- 14.13 MeV + Total energy deposit in absorber per event = 2.144 GeV +- 14.2 MeV - -----> Mean dE/dx = 21.54 MeV/cm (2.737 MeV*cm2/g) + -----> Mean dE/dx = 21.44 MeV/cm (2.724 MeV*cm2/g) From formulas : restricted dEdx = 11.21 MeV/cm (1.425 MeV*cm2/g) - full dEdx = 21.6 MeV/cm (2.745 MeV*cm2/g) + full dEdx = 21.61 MeV/cm (2.745 MeV*cm2/g) - Leakage : primary = 97.84 GeV +- 14.13 MeV secondaries = 0 eV +- 0 eV + Leakage : primary = 97.86 GeV +- 14.2 MeV secondaries = 0 eV +- 0 eV Energy balance : edep + eleak = 100 GeV - Total track length (charged) in absorber per event = 100 cm +- 1.205 um + Total track length (charged) in absorber per event = 1 m +- 9.475 nm Total track length (neutral) in absorber per event = 0 fm +- 0 fm - Number of steps (charged) in absorber per event = 47.62 +- 0.03054 + Number of steps (charged) in absorber per event = 47.66 +- 0.03076 Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0.04926 electrons = 46.56 positrons = 1.265 + Number of secondaries per event : Gammas = 0.04972 electrons = 46.6 positrons = 1.254 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -951,14 +951,14 @@ Run Summary Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 1.178 mrad (central part only) + rms proj angle of transmit primary particle = 1.174 mrad (central part only) computed theta0 (Highland formula) = 1.182 mrad - central part defined as +- 3.546 mrad Tail ratio = 0.547 % + central part defined as +- 3.546 mrad Tail ratio = 0.562 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1230388682605489261, 1704265170374715041, 1035577305057316815, 2167515523000310829, 1564628431757765638, 1703942619556090071, 2200283759967018500, 1607485357484145243, 841704928843695502, 1396430846708171329, 286415032245385773, 493705080849497940, 1985295427714172154, 2264569392075815542, 1749839762881725149, 2047110414523903844, 2008159858165832830} counter= 15sumtot= 923044492460418000 +N=17 V[N]={1052507478572400972, 513978324622627446, 1761720875909078424, 1584382347563499097, 1782211465198428451, 360693561008781165, 1210602200795637167, 48760424586785978, 2178320337607834465, 2024629093025727846, 1730076796452832682, 1574730978560884679, 339670379066513317, 2021117528059068829, 1220290001325646274, 407365320630841543, 1983360063014923549} counter= 8sumtot= 1041830093078266325 --------------------------------------- # G4 kernel has come to Quit state. diff --git a/examples/extended/electromagnetic/TestEm5/include/DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm5/include/DetectorMessenger.hh index 7a9395eafb..71f4b658f9 100644 --- a/examples/extended/electromagnetic/TestEm5/include/DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm5/include/DetectorMessenger.hh @@ -47,27 +47,27 @@ class G4UIcmdWithoutParameter; class DetectorMessenger: public G4UImessenger { - public: - DetectorMessenger(DetectorConstruction* ); - ~DetectorMessenger(); +public: + DetectorMessenger(DetectorConstruction*); + ~DetectorMessenger(); - virtual void SetNewValue(G4UIcommand*, G4String); + void SetNewValue(G4UIcommand*, G4String) override; - private: - DetectorConstruction* fDetector; +private: + DetectorConstruction* fDetector; - G4UIdirectory* fTestemDir; - G4UIdirectory* fDetDir; + G4UIdirectory* fTestemDir; + G4UIdirectory* fDetDir; - G4UIcmdWithAString* fAbsMaterCmd; - G4UIcmdWithADoubleAndUnit* fAbsThickCmd; - G4UIcmdWithADoubleAndUnit* fAbsSizYZCmd; + G4UIcmdWithAString* fAbsMaterCmd; + G4UIcmdWithADoubleAndUnit* fAbsThickCmd; + G4UIcmdWithADoubleAndUnit* fAbsSizYZCmd; - G4UIcmdWithADoubleAndUnit* fAbsXposCmd; + G4UIcmdWithADoubleAndUnit* fAbsXposCmd; - G4UIcmdWithAString* fWorldMaterCmd; - G4UIcmdWithADoubleAndUnit* fWorldXCmd; - G4UIcmdWithADoubleAndUnit* fWorldYZCmd; + G4UIcmdWithAString* fWorldMaterCmd; + G4UIcmdWithADoubleAndUnit* fWorldXCmd; + G4UIcmdWithADoubleAndUnit* fWorldYZCmd; }; diff --git a/examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc index 25033c46e8..81b044fc9c 100644 --- a/examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc @@ -56,7 +56,7 @@ DetectorMessenger::DetectorMessenger(DetectorConstruction * Det) fTestemDir = new G4UIdirectory("/testem/"); fTestemDir->SetGuidance("UI commands specific to this example."); - fDetDir = new G4UIdirectory("/testem/det/"); + fDetDir = new G4UIdirectory("/testem/det/", false); fDetDir->SetGuidance("detector construction commands"); fAbsMaterCmd = new G4UIcmdWithAString("/testem/det/setAbsMat",this); diff --git a/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorAction.cc index c4487663e7..c1d48d6f70 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorAction.cc @@ -83,10 +83,6 @@ void PrimaryGeneratorAction::SetDefaultKinematic() void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) { - if(0 == anEvent->GetEventID()) { - G4double x0 = -0.5*(fDetector->GetWorldSizeX()); - fParticleGun->SetParticlePosition(G4ThreeVector(x0, 0.0, 0.0)); - } //this function is called at the begining of event // //randomize the beam, if requested. diff --git a/examples/extended/electromagnetic/TestEm6/History b/examples/extended/electromagnetic/TestEm6/History index 44bc31b379..97bda553f6 100644 --- a/examples/extended/electromagnetic/TestEm6/History +++ b/examples/extended/electromagnetic/TestEm6/History @@ -1,22 +1,20 @@ -------------------------------------------------------------------- +# Example TestEm6 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm6 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - -08-02-22 V. Ivanchenko (testem6-V10-07-05) +## 2022-02-08 Vladimir Ivanchenko (testem6-V11-00-01) - RunAction - fixed compilation warning +## 2021-12-10 Ben Morgan (testem6-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 07-11-21 I. Hrivnacova (testem6-V10-07-04) - Added analysis manager Clear() call instead of deleting in the end of run (removed on July 19) diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index 6161b5a461..e0db15fe07 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -82,6 +82,7 @@ The cross section for GammaConversionToMuons is artificially increased by the Cr LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -99,7 +100,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -109,8 +110,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -191,7 +193,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Iron Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 100 GeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -267,7 +269,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000937s Sys=0.000000s + User=0.000000s Real=0.000801s Sys=0.000000s ### RunAction::EndOfRunAction Number of process calls ---> GammaToMuPair : 5 @@ -311,7 +313,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Iron Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 100 GeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -385,7 +387,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000561s Sys=0.000000s + User=0.000000s Real=0.000502s Sys=0.000000s ### RunAction::EndOfRunAction Number of process calls ---> AnnihiToMuPair : 2 ee2hadr : 3 diff --git a/examples/extended/electromagnetic/TestEm7/History b/examples/extended/electromagnetic/TestEm7/History index 9fd97555e1..dd19ea1365 100644 --- a/examples/extended/electromagnetic/TestEm7/History +++ b/examples/extended/electromagnetic/TestEm7/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm7 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm7 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem7-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 12-11-21 V.Ivanchenko (testem7-V10-07-08) - Improved macro files for ion ionisation diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index 68a9b4963a..8f87c7ccca 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -146,7 +146,8 @@ fTally 3: G4_WATER, mass = 8 mg size = 2 2 2 mm position = 5 0 0 cm LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -163,7 +164,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -173,8 +174,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -250,10 +252,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -277,10 +279,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -308,10 +310,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -338,12 +340,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -354,10 +356,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -371,10 +373,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -397,10 +399,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -423,10 +425,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -449,14 +451,13 @@ msc: for mu+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -467,7 +468,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -476,14 +477,13 @@ msc: for mu- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 10 eV to 100 TeV in 260 bins @@ -494,7 +494,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -503,10 +503,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -529,10 +529,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -555,14 +555,14 @@ hPairProd: for pi- XStype:1 SubType=4 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -589,21 +589,21 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=4.940000s Real=5.002908s Sys=0.000000s + User=5.000000s Real=5.075001s Sys=0.010000s The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) - Projected Range= 17.7707 cm rms= 2.07262 mm - Mean number of primary steps = 188.616 - Total energy deposit= 159.999 MeV - niel energy deposit = 133.309 eV + Projected Range= 17.7723 cm rms= 2.04985 mm + Mean number of primary steps = 188.648 + Total energy deposit= 160 MeV + niel energy deposit = 211.874 eV --------------------------------------------------------- Cumulated Doses : Edep Edep/Ebeam Dose - tally 0: 4.59748 GeV 0.287343 % 9.20748e-05 Gy - tally 1: 4.91039 GeV 0.306899 % 9.83414e-05 Gy - tally 2: 3.14565 GeV 0.196603 % 6.29986e-05 Gy - tally 3: 1.85333 GeV 0.115833 % 3.7117e-05 Gy + tally 0: 4.56969 GeV 0.285605 % 9.15181e-05 Gy + tally 1: 4.86103 GeV 0.303814 % 9.73528e-05 Gy + tally 2: 3.09017 GeV 0.193136 % 6.18875e-05 Gy + tally 3: 1.77761 GeV 0.111101 % 3.56006e-05 Gy --------------------------------------------------------- @@ -611,7 +611,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2205743476850236015, 1982529806949892627, 649472759519554690, 365273762707769024, 647983841815971546, 1164901550841570178, 926599384058214103, 277417398385548991, 976649652662044899, 1241886034846308077, 865327634573368881, 1207238084499123234, 1933681609280156693, 937447457843717440, 273252624725981258, 1785973849440305562, 1607891735603924386} counter= 16sumtot= 602526590894135996 +N=17 V[N]={2240668093075474401, 1241303336773080550, 436831951086215187, 1512830194700865318, 1411933395385169672, 203565231530440126, 1422369817632610707, 1737671032422363871, 2006509277761853899, 391202303190422754, 594213723703228336, 1692957201402197843, 1448929112118492635, 286137472960875450, 1639919067011338440, 2025668185166743756, 1490257025626933634} counter= 11sumtot= 1030379338625061020 --------------------------------------- /gun/particle ion /gun/ion 6 12 6 @@ -624,14 +624,14 @@ N=17 V[N]={2205743476850236015, 1982529806949892627, 649472759519554690, 3652737 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -643,27 +643,27 @@ Index : 1 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2205743476850236015, 1982529806949892627, 649472759519554690, 365273762707769024, 647983841815971546, 1164901550841570178, 926599384058214103, 277417398385548991, 976649652662044899, 1241886034846308077, 865327634573368881, 1207238084499123234, 1933681609280156693, 937447457843717440, 273252624725981258, 1785973849440305562, 1607891735603924386} counter= 16sumtot= 602526590894135996 +N=17 V[N]={2240668093075474401, 1241303336773080550, 436831951086215187, 1512830194700865318, 1411933395385169672, 203565231530440126, 1422369817632610707, 1737671032422363871, 2006509277761853899, 391202303190422754, 594213723703228336, 1692957201402197843, 1448929112118492635, 286137472960875450, 1639919067011338440, 2025668185166743756, 1490257025626933634} counter= 11sumtot= 1030379338625061020 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=1.540000s Real=1.555970s Sys=0.000000s + User=1.590000s Real=1.617858s Sys=0.000000s The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 ) - Projected Range= 16.4923 cm rms= 536.984 um - Mean number of primary steps = 121.773 + Projected Range= 16.5389 cm rms= 531.145 um + Mean number of primary steps = 122.492 Total energy deposit= 3.49997 GeV - niel energy deposit = 235.649 keV + niel energy deposit = 234.712 keV --------------------------------------------------------- Cumulated Doses : Edep Edep/Ebeam Dose - tally 0: 10.9933 GeV 0.314093 % 0.000220164 Gy - tally 1: 12.4846 GeV 0.356704 % 0.000250032 Gy - tally 2: 14.8215 GeV 0.423471 % 0.000296833 Gy - tally 3: 21.1031 GeV 0.602944 % 0.000422635 Gy + tally 0: 11.5185 GeV 0.329101 % 0.000230684 Gy + tally 1: 13.2085 GeV 0.377387 % 0.00026453 Gy + tally 2: 15.4063 GeV 0.440181 % 0.000308546 Gy + tally 3: 21.5475 GeV 0.615643 % 0.000431537 Gy --------------------------------------------------------- @@ -671,7 +671,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1264744371670276937, 1116397027800607188, 2020529206402369493, 1658049530282864289, 2228672941612426056, 1948617242848425742, 963653738147895467, 1851548454898333550, 1999275343745568340, 1737905748121095984, 2178561792783482660, 2198592062291470301, 263075835789024862, 2282201891139978797, 869133270118183887, 1306568827772033104, 1425446653631697304} counter= 6sumtot= 1948700837705100500 +N=17 V[N]={1762584816771225610, 2154703881771458587, 1173851301641697770, 381406634252624963, 1521293381408104200, 148133837619212766, 2154796913630061932, 1273759432801067516, 2111465416446287457, 1100376553035897938, 2057709171221537247, 1637317170455656302, 1271051785783237035, 282850495476641373, 969511049129299571, 914102499624838228, 907201794914033803} counter= 8sumtot= 1069529053059636739 --------------------------------------- /testem/det/tallyNumber 0 /testem/det/setMat G4_Cu @@ -688,21 +688,21 @@ N=17 V[N]={1264744371670276937, 1116397027800607188, 2020529206402369493, 165804 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -714,25 +714,25 @@ Index : 2 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1264744371670276937, 1116397027800607188, 2020529206402369493, 1658049530282864289, 2228672941612426056, 1948617242848425742, 963653738147895467, 1851548454898333550, 1999275343745568340, 1737905748121095984, 2178561792783482660, 2198592062291470301, 263075835789024862, 2282201891139978797, 869133270118183887, 1306568827772033104, 1425446653631697304} counter= 6sumtot= 1948700837705100500 +N=17 V[N]={1762584816771225610, 2154703881771458587, 1173851301641697770, 381406634252624963, 1521293381408104200, 148133837619212766, 2154796913630061932, 1273759432801067516, 2111465416446287457, 1100376553035897938, 2057709171221537247, 1637317170455656302, 1271051785783237035, 282850495476641373, 969511049129299571, 914102499624838228, 907201794914033803} counter= 8sumtot= 1069529053059636739 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=0.980000s Real=1.013630s Sys=0.000000s + User=0.990000s Real=1.009933s Sys=0.010000s The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 ) - Projected Range= 2.14845 cm rms= 1.6832 mm - Mean number of primary steps = 20.153 - Total energy deposit= 282.008 MeV + Projected Range= 2.14766 cm rms= 1.56688 mm + Mean number of primary steps = 20.184 + Total energy deposit= 288.138 MeV niel energy deposit = 0 eV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={746592639403039651, 578971365651058213, 1392741487187490805, 1029797581463738447, 1289270932674525665, 854963646260563584, 1128098873403264574, 1299468987922762421, 2016652740121891315, 496175678447466391, 94665572739948942, 1562861093643122612, 1368594122676706701, 1772706082402095861, 717804413254610828, 579251866263842155, 1214706928189733048} counter= 14sumtot= 2002422947210003556 +N=17 V[N]={1261897851289163972, 878796522000234631, 33942722161398260, 956507415361483452, 1774606947007577603, 2157352878319003607, 2119905803332652718, 926811200396515986, 216841099071527767, 1936816463537651538, 1947780179479895822, 2183710891311171733, 2265989270141784809, 406909207948280857, 517331216042700249, 956857366377773881, 454200931832907265} counter= 7sumtot= 243670882688478591 --------------------------------------- /testem/det/setMat TechVacuum /gun/particle alpha @@ -748,26 +748,26 @@ N=17 V[N]={746592639403039651, 578971365651058213, 1392741487187490805, 10297975 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : No Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Index : 3 used in the geometry : Yes Material : TechVacuum Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -779,13 +779,13 @@ Index : 3 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={746592639403039651, 578971365651058213, 1392741487187490805, 1029797581463738447, 1289270932674525665, 854963646260563584, 1128098873403264574, 1299468987922762421, 2016652740121891315, 496175678447466391, 94665572739948942, 1562861093643122612, 1368594122676706701, 1772706082402095861, 717804413254610828, 579251866263842155, 1214706928189733048} counter= 14sumtot= 2002422947210003556 +N=17 V[N]={1261897851289163972, 878796522000234631, 33942722161398260, 956507415361483452, 1774606947007577603, 2157352878319003607, 2119905803332652718, 926811200396515986, 216841099071527767, 1936816463537651538, 1947780179479895822, 2183710891311171733, 2265989270141784809, 406909207948280857, 517331216042700249, 956857366377773881, 454200931832907265} counter= 7sumtot= 243670882688478591 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.000460s Sys=0.000000s + User=0.000000s Real=0.000530s Sys=0.000000s The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 mg/cm3) @@ -797,7 +797,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={39565270828828166, 2117955912867111892, 915994959399895569, 434231690864062378, 1121969503323283859, 73850994390535289, 1049495665676290319, 330963347655270014, 190177145503983382, 15876985613835246, 1941418425301846023, 1675505849497761293, 75532955602838092, 970935185152855688, 780908485698107827, 286419856269037559, 38073598262909210} counter= 6sumtot= 529660785839982051 +N=17 V[N]={3419896075297885, 1951781031037977070, 2210304551233612733, 1807794810424210351, 879937965561726928, 2237159123048561014, 990493004491546925, 2067659011753027446, 1966189998434472881, 2209962778879779350, 896584746823195972, 2056785492069935886, 87646654099743704, 1714464364365591811, 1680398785441088121, 1623488157648334983, 917815783076570927} counter= 15sumtot= 2243456062327734477 --------------------------------------- /testem/det/setMat G4_WATER /gun/particle alpha @@ -813,26 +813,26 @@ N=17 V[N]={39565270828828166, 2117955912867111892, 915994959399895569, 434231690 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : No Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Index : 3 used in the geometry : No Material : TechVacuum Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV ================================================================== @@ -842,25 +842,25 @@ Index : 3 used in the geometry : No ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={39565270828828166, 2117955912867111892, 915994959399895569, 434231690864062378, 1121969503323283859, 73850994390535289, 1049495665676290319, 330963347655270014, 190177145503983382, 15876985613835246, 1941418425301846023, 1675505849497761293, 75532955602838092, 970935185152855688, 780908485698107827, 286419856269037559, 38073598262909210} counter= 6sumtot= 529660785839982051 +N=17 V[N]={3419896075297885, 1951781031037977070, 2210304551233612733, 1807794810424210351, 879937965561726928, 2237159123048561014, 990493004491546925, 2067659011753027446, 1966189998434472881, 2209962778879779350, 896584746823195972, 2056785492069935886, 87646654099743704, 1714464364365591811, 1680398785441088121, 1623488157648334983, 917815783076570927} counter= 15sumtot= 2243456062327734477 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.008118s Sys=0.000000s + User=0.010000s Real=0.008646s Sys=0.000000s The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) - Projected Range= 6.46528 mm rms= 43.3654 um - Mean number of primary steps = 30.6 + Projected Range= 6.45155 mm rms= 42.3367 um + Mean number of primary steps = 30.5 Total energy deposit= 100 MeV - niel energy deposit = 10.7096 keV + niel energy deposit = 10.5953 keV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1191748347417185325, 551081975005758526, 481843615722198840, 1546565950416914317, 1130899650343718112, 1238717088453354698, 1507379480450743467, 448722700637861129, 446919320381627672, 1474518545080936593, 1459822016664655636, 1280370130813313110, 1726679707719657774, 254573463365934287, 1636261234199527422, 146634927204779695, 458695151281421668} counter= 8sumtot= 840532240663730614 +N=17 V[N]={2071981819767556287, 1179110943106877282, 1634969956125369195, 1684460160095941118, 1955420741018873120, 293851660535295641, 899337214494373612, 1619122262543859105, 40490399918652944, 432126555243091409, 2182258594538948051, 1900732488210856031, 1352797688709815696, 1147370700400186758, 2279919383778043954, 2239109450864675034, 2183763166966666176} counter= 16sumtot= 2038393094182141903 --------------------------------------- /testem/det/setMat G4_Si /gun/particle ion @@ -878,31 +878,31 @@ N=17 V[N]={1191748347417185325, 551081975005758526, 481843615722198840, 15465659 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 2 um e- 2 um e+ 2 um proton 2 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 200 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 200 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 2 um e- 2 um e+ 2 um proton 2 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 200 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 200 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : No Material : G4_Cu Range cuts : gamma 2 um e- 2 um e+ 2 um proton 2 um - Energy thresholds : gamma 1 keV e- 18.4496 keV e+ 18.0251 keV proton 200 eV + Energy thresholds : gamma 990 eV e- 18.458 keV e+ 18.0308 keV proton 200 eV Index : 3 used in the geometry : No Material : TechVacuum Range cuts : gamma 2 um e- 2 um e+ 2 um proton 2 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 200 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 200 eV Index : 4 used in the geometry : Yes Material : G4_Si Range cuts : gamma 2 um e- 2 um e+ 2 um proton 2 um - Energy thresholds : gamma 1 keV e- 2.76516 keV e+ 2.71847 keV proton 200 eV + Energy thresholds : gamma 990 eV e- 2.76718 keV e+ 2.72016 keV proton 200 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -914,25 +914,25 @@ Index : 4 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1191748347417185325, 551081975005758526, 481843615722198840, 1546565950416914317, 1130899650343718112, 1238717088453354698, 1507379480450743467, 448722700637861129, 446919320381627672, 1474518545080936593, 1459822016664655636, 1280370130813313110, 1726679707719657774, 254573463365934287, 1636261234199527422, 146634927204779695, 458695151281421668} counter= 8sumtot= 840532240663730614 +N=17 V[N]={2071981819767556287, 1179110943106877282, 1634969956125369195, 1684460160095941118, 1955420741018873120, 293851660535295641, 899337214494373612, 1619122262543859105, 40490399918652944, 432126555243091409, 2182258594538948051, 1900732488210856031, 1352797688709815696, 1147370700400186758, 2279919383778043954, 2239109450864675034, 2183763166966666176} counter= 16sumtot= 2038393094182141903 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=4.900000s Real=5.073810s Sys=0.050000s + User=5.750000s Real=9.428543s Sys=0.070000s The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 ) - Projected Range= 114.282 um rms= 26.4994 um - Mean number of primary steps = 73253.9 + Projected Range= 145.611 um rms= 83.411 um + Mean number of primary steps = 96829 Total energy deposit= 1.21694 GeV - niel energy deposit = 1.93984 MeV + niel energy deposit = 3.65168 MeV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1216406408793269356, 594095032719744971, 1224762106425010166, 497092686791154866, 258689066152046792, 1365992722259494573, 507676653606664335, 2058314232276675196, 158341334907409574, 1567109043053818264, 1881787723574538047, 2146362286495934846, 762455792190386151, 218911722371062168, 755770941363242709, 1313436446896923987, 1912404937255575792} counter= 9sumtot= 2298708072637094136 +N=17 V[N]={1397714199752469290, 2050813288471206089, 2168648443525936630, 4505745208668765, 571578980704684706, 1373601706202484757, 1294400663965895376, 1464915351915886670, 370461277101719717, 2159201359125069225, 649918230043539263, 731261677401732233, 1289294683781608014, 522665772539881656, 848411053211521742, 1166737211229343808, 799939400757664672} counter= 8sumtot= 417324971229761005 --------------------------------------- /testem/det/setMat Water_1.05 /gun/particle proton @@ -951,36 +951,36 @@ N=17 V[N]={1216406408793269356, 594095032719744971, 1224762106425010166, 4970926 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : No Material : G4_Cu Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Energy thresholds : gamma 24.8228 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV Index : 3 used in the geometry : No Material : TechVacuum Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Index : 4 used in the geometry : No Material : G4_Si Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.93779 keV e- 546.298 keV e+ 525.604 keV proton 100 keV + Energy thresholds : gamma 6.93672 keV e- 546.311 keV e+ 525.593 keV proton 100 keV Index : 5 used in the geometry : Yes Material : Water_1.05 Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.99703 keV e- 363.13 keV e+ 352.906 keV proton 100 keV + Energy thresholds : gamma 2.99744 keV e- 363.116 keV e+ 352.905 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -992,29 +992,29 @@ Index : 5 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1216406408793269356, 594095032719744971, 1224762106425010166, 497092686791154866, 258689066152046792, 1365992722259494573, 507676653606664335, 2058314232276675196, 158341334907409574, 1567109043053818264, 1881787723574538047, 2146362286495934846, 762455792190386151, 218911722371062168, 755770941363242709, 1313436446896923987, 1912404937255575792} counter= 9sumtot= 2298708072637094136 +N=17 V[N]={1397714199752469290, 2050813288471206089, 2168648443525936630, 4505745208668765, 571578980704684706, 1373601706202484757, 1294400663965895376, 1464915351915886670, 370461277101719717, 2159201359125069225, 649918230043539263, 731261677401732233, 1289294683781608014, 522665772539881656, 848411053211521742, 1166737211229343808, 799939400757664672} counter= 8sumtot= 417324971229761005 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=0.470000s Real=0.490443s Sys=0.000000s + User=0.490000s Real=0.786898s Sys=0.000000s The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 ) - Projected Range= 16.934 cm rms= 1.8062 mm - Mean number of primary steps = 180.253 + Projected Range= 16.9375 cm rms= 1.79912 mm + Mean number of primary steps = 180.334 Total energy deposit= 160 MeV - niel energy deposit = 106.672 eV + niel energy deposit = 176.467 eV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1623656941004155953, 2093734819900991670, 1586924062991051586, 1810819022231952482, 468681967249083416, 689037480369773325, 986224480367602348, 267124723014519619, 1308072309839775467, 1943839402725598399, 504482614046027858, 1104902179342421671, 1973602821072646078, 138211499410030426, 492351658794641341, 489605011576245095, 916588914509276708} counter= 4sumtot= 2256958843949935785 +N=17 V[N]={523130301909089991, 1494645976750184763, 418090302754885485, 1079962040887520903, 1955454364248225464, 251962764863159288, 645429398763120188, 68568756836198637, 1471714866361642334, 2001151317485243200, 1230301318075332398, 1433127449841602085, 1164541342183044907, 272922019850466839, 2241196911746032098, 1814742720912658296, 2018291116986620750} counter= 4sumtot= 1638488896745476018 --------------------------------------- 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: 45 MB +Dynamic pools deleted: 12 / Total memory freed: 80 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm8/History b/examples/extended/electromagnetic/TestEm8/History index dcb8860d24..b76136af62 100644 --- a/examples/extended/electromagnetic/TestEm8/History +++ b/examples/extended/electromagnetic/TestEm8/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example TestEm8 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm8 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (testem8-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 I. Hrivnacova (testem8-V10-07-03) - Added analysis manager Clear() call instead of diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index f165b148d5..03e95ead66 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -524,21 +524,21 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 500 um e- 500 um e+ 500 um proton 0 fm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 0 eV + Energy thresholds : gamma 25 eV e- 25 eV e+ 25 eV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_MYLAR Range cuts : gamma 500 um e- 500 um e+ 500 um proton 0 fm - Energy thresholds : gamma 2.28758 keV e- 264.814 keV e+ 258.4 keV proton 0 eV + Energy thresholds : gamma 2.28699 keV e- 264.86 keV e+ 258.447 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : XeCH4C3H8 Range cuts : gamma 1.8 mm e- 1.8 mm e+ 1.8 mm proton 1.8 mm - Energy thresholds : gamma 1 keV e- 5.2692 keV e+ 5.15611 keV proton 180 keV + Energy thresholds : gamma 25 eV e- 5.46873 keV e+ 5.35456 keV proton 180 keV Region(s) which use this couple : GasDetector @@ -555,8 +555,8 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.070000s Real=0.066956s Sys=0.000000s -RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166649 + User=0.070000s Real=0.066498s Sys=0.000000s +RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0168737 ==================================================== Beam Particle: proton Ekin(MeV) = 200000 @@ -565,31 +565,31 @@ RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166649 End of Run TotNbofEvents = 1000 Energy(keV) per ADC channel = 3.0769 - Mean energy deposit in absorber = 16.665 +- 0.46178 keV RMS/Emean = 0.87627 - Mean number of steps in absorber= 1.249 mean number of ion-clusters = 833.95 MeanCluster= 833.25 + Mean energy deposit in absorber = 16.874 +- 0.44599 keV RMS/Emean = 0.83583 + Mean number of steps in absorber= 1.264 mean number of ion-clusters = 844.03 MeanCluster= 843.64 - ====== Energy deposit distribution Noverflows= 0.02 ====== + ====== Energy deposit distribution Noverflows= 0.017 ====== bin nb Elow entries normalized 0 0 0 0 - 1 3 4 0.004 - 2 6 99 0.099 - 3 9 274 0.274 - 4 12 216 0.216 - 5 15 167 0.167 - 6 18 100 0.1 + 1 3 3 0.003 + 2 6 89 0.089 + 3 9 262 0.262 + 4 12 233 0.233 + 5 15 155 0.155 + 6 18 105 0.105 7 21 48 0.048 - 8 24 22 0.022 - 9 27 9 0.009 - 10 30 10 0.01 - 11 33 8 0.008 - 12 36 5 0.005 - 13 39 4 0.004 - 14 42 2 0.002 - 15 45 5 0.005 - 16 48 2 0.002 - 17 51 1 0.001 + 8 24 26 0.026 + 9 27 14 0.014 + 10 30 8 0.008 + 11 33 12 0.012 + 12 36 7 0.007 + 13 39 7 0.007 + 14 42 3 0.003 + 15 45 4 0.004 + 16 48 3 0.003 + 17 51 2 0.002 18 54 1 0.001 - 19 57 3 0.003 + 19 57 1 0.001 ================== run end ========================== ... write file : testem8.root - done ... close file : testem8.root - done @@ -598,6 +598,6 @@ RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166649 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.019 MB +Dynamic pools deleted: 10 / Total memory freed: 0.017 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm9/History b/examples/extended/electromagnetic/TestEm9/History index e630752e3c..8dff208202 100644 --- a/examples/extended/electromagnetic/TestEm9/History +++ b/examples/extended/electromagnetic/TestEm9/History @@ -1,18 +1,21 @@ -------------------------------------------------------------------- +# Example TestEm9 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TestEm9 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-05-05 Vladimir Ivanchenko (testem9-V11-00-01) +- Updated all user actions: more correct count of creator process; + use C++11 keywards; removed not needed headers; move ScoreNewTrack(..) + from Tracking to Stepping action class + +## 2021-12-10 Ben Morgan (testem9-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 I. Hrivnacova (testem9-V10-07-03) - Added analysis manager Clear() call instead of diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index dcdb578e56..82f646a66d 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -53,6 +53,7 @@ Vertex is 3 cm of 3 layers of Si of 100 um npads= 601 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 1 +Use combined TransportationWithMsc Enabled Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -70,7 +71,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -80,8 +81,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -162,7 +164,7 @@ Rayl: for gamma applyCuts:1 SubType=11 BuildTable=1 ===== EM models for the G4Region VertexDetector ====== LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator -msc: for e- SubType= 10 +TransportationWithMsc: for e- ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm @@ -179,10 +181,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.8, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.8, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -204,7 +206,7 @@ CoulombScat: for e- XStype:1 applyCuts:1 SubType=1 BuildTable=1 ===== EM models for the G4Region MuonDetector ====== eCoulombScattering : Emin= 100 MeV Emax= 100 TeV -msc: for e+ SubType= 10 +TransportationWithMsc: for e+ ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm @@ -221,10 +223,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.8, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.8, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -255,10 +257,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -287,10 +289,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -301,10 +303,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -314,10 +316,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -346,10 +348,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -378,10 +380,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -410,14 +412,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -428,7 +429,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -443,14 +444,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -461,7 +461,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -476,10 +476,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -508,10 +508,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -540,56 +540,56 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 300 um e- 300 um e+ 300 um proton 300 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 30 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_CESIUM_IODIDE Range cuts : gamma 300 um e- 300 um e+ 300 um proton 300 um - Energy thresholds : gamma 18.2713 keV e- 291.577 keV e+ 281.581 keV proton 30 keV + Energy thresholds : gamma 18.2699 keV e- 291.571 keV e+ 281.583 keV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Al Range cuts : gamma 300 um e- 300 um e+ 300 um proton 300 um - Energy thresholds : gamma 3.92554 keV e- 260.019 keV e+ 253.137 keV proton 30 keV + Energy thresholds : gamma 3.9261 keV e- 260.03 keV e+ 253.129 keV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV Region(s) which use this couple : VertexDetector Index : 4 used in the geometry : Yes Material : G4_Al Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 34.1013 keV e+ 33.7203 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.1058 keV e+ 33.7225 keV proton 1 keV Region(s) which use this couple : VertexDetector Index : 5 used in the geometry : Yes Material : G4_Si Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 31.7001 keV e+ 31.3441 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.6994 keV e+ 31.3501 keV proton 1 keV Region(s) which use this couple : VertexDetector Index : 6 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 60.6475 keV e- 13.0434 MeV e+ 12.1452 MeV proton 1 MeV + Energy thresholds : gamma 60.6431 keV e- 13.0433 MeV e+ 12.1452 MeV proton 1 MeV Region(s) which use this couple : MuonDetector Index : 7 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 20.4214 keV e- 4.56333 MeV e+ 4.27484 MeV proton 1 MeV + Energy thresholds : gamma 20.4222 keV e- 4.56335 MeV e+ 4.27483 MeV proton 1 MeV Region(s) which use this couple : MuonDetector @@ -603,40 +603,39 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.690000s Real=0.699680s Sys=0.000000s + User=0.690000s Real=0.704085s Sys=0.010000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= Number of events 100 -Average number of e- 402 -Average number of gamma 637.6 -Average number of e+ 47.47 -Average number of steps 2954 -Edep 1x1 = 0.8368 +- 0.00286 res= 3.418 % 100 -Edep 3x3 = 0.9592 +- 0.001543 res= 1.609 % 100 -Edep 5x5 = 0.9804 +- 0.001271 res= 1.296 % 100 +Average number of e- 404.9 +Average number of gamma 641 +Average number of e+ 49.13 +Average number of steps 2966 +Edep 1x1 = 0.8312 +- 0.002901 res= 3.49 % 100 +Edep 3x3 = 0.9573 +- 0.001504 res= 1.571 % 100 +Edep 5x5 = 0.9793 +- 0.0011 res= 1.124 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8723 +- 0.002519 - E1/E25 = 0.8535 +- 0.002728 - E9/E25 = 0.9784 +- 0.0008481 + E1/E9 = 0.8683 +- 0.002759 + E1/E25 = 0.8487 +- 0.002864 + E9/E25 = 0.9775 +- 0.0009826 Beam Energy 1 GeV ================================================================== <<<<>>>> 100 events for Crystal Calorimeter -Edep1x1: 0.8368 delEdep1x1= -0.1632 nrms= -1.632 -Erms1x1: 0.0286 delErms1x1= -0.9714 nrms= -9.714 -Edep3x3: 0.9592 delEdep3x3= -0.04076 nrms= -0.4076 -Erms3x3: 0.01543 delErms3x3= -0.9846 nrms= -9.846 -Edep5x5: 0.9804 delEdep5x5= -0.01963 nrms= -0.1963 -Erms5x5: 0.01271 delErms5x5= -0.9873 nrms= -9.873 +Edep1x1: 0.8312 delEdep1x1= -0.1688 nrms= -1.688 +Erms1x1: 0.02901 delErms1x1= -0.971 nrms= -9.71 +Edep3x3: 0.9573 delEdep3x3= -0.04272 nrms= -0.4272 +Erms3x3: 0.01504 delErms3x3= -0.985 nrms= -9.85 +Edep5x5: 0.9793 delEdep5x5= -0.02067 nrms= -0.2067 +Erms5x5: 0.011 delErms5x5= -0.989 nrms= -9.89 <<<<>>>> IS ACCEPTED Z bremsstrahlung photoeffect compton conversion - 13 0 0 5 0 - 26 0 1 0 0 - 53 264 131 0 22 - 55 277 153 0 24 + 13 0 0 156 0 + 53 263 42 0 45 + 55 278 49 0 50 # /testem/det/acceptance1 0.0136 0.0001 500 /testem/det/acceptance9 0.0139 0.0001 500 @@ -651,7 +650,7 @@ Erms5x5: 0.01271 delErms5x5= -0.9873 nrms= -9.873 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 300 um e- 300 um e+ 300 um proton 300 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 30 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -672,28 +671,28 @@ Index : 2 used in the geometry : Yes Index : 3 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV Region(s) which use this couple : VertexDetector Index : 4 used in the geometry : Yes Material : G4_Al Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 34.1 keV e+ 33.72 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.11 keV e+ 33.72 keV proton 1 keV Region(s) which use this couple : VertexDetector Index : 5 used in the geometry : Yes Material : G4_Si Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 31.7 keV e+ 31.34 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.7 keV e+ 31.35 keV proton 1 keV Region(s) which use this couple : VertexDetector Index : 6 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 60.65 keV e- 13.04 MeV e+ 12.15 MeV proton 1 MeV + Energy thresholds : gamma 60.64 keV e- 13.04 MeV e+ 12.15 MeV proton 1 MeV Region(s) which use this couple : MuonDetector @@ -714,22 +713,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.180000s Real=1.206334s Sys=0.000000s + User=1.290000s Real=1.301496s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 1 ================================================================= Number of events 1000 -Average number of e- 76.6 -Average number of gamma 74.13 -Average number of e+ 4.355 -Average number of steps 482.6 -Edep 1x1 = 0.0149 +- 0.0004744 -Edep 3x3 = 0.01534 +- 0.0005324 -Edep 5x5 = 0.01541 +- 0.000542 +Average number of e- 79.87 +Average number of gamma 81 +Average number of e+ 4.964 +Average number of steps 526.3 +Edep 1x1 = 0.01534 +- 0.0005436 +Edep 3x3 = 0.0158 +- 0.0006 +Edep 5x5 = 0.01588 +- 0.0006086 =========== Ratios without trancating =========================== - E1/E9 = 0.9834 +- 0.000728 - E1/E25 = 0.9807 +- 0.0008211 - E9/E25 = 0.9972 +- 0.0001666 + E1/E9 = 0.9834 +- 0.0007118 + E1/E25 = 0.9805 +- 0.0008062 + E9/E25 = 0.997 +- 0.000177 Beam Energy 20 GeV ================================================================== @@ -774,7 +773,7 @@ Beam Energy 20 GeV Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 300 um e- 300 um e+ 300 um proton 300 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 30 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -795,28 +794,28 @@ Index : 2 used in the geometry : Yes Index : 3 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV Region(s) which use this couple : VertexDetector Index : 4 used in the geometry : Yes Material : G4_Al Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 34.1 keV e+ 33.72 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.11 keV e+ 33.72 keV proton 1 keV Region(s) which use this couple : VertexDetector Index : 5 used in the geometry : Yes Material : G4_Si Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 31.7 keV e+ 31.34 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.7 keV e+ 31.35 keV proton 1 keV Region(s) which use this couple : VertexDetector Index : 6 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 60.65 keV e- 13.04 MeV e+ 12.15 MeV proton 1 MeV + Energy thresholds : gamma 60.64 keV e- 13.04 MeV e+ 12.15 MeV proton 1 MeV Region(s) which use this couple : MuonDetector @@ -837,22 +836,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.470000s Real=0.479232s Sys=0.000000s + User=0.470000s Real=0.487755s Sys=0.010000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= Number of events 100 -Average number of e- 171 -Average number of gamma 220.7 -Average number of e+ 47.65 -Average number of steps 1826 -Edep 1x1 = 0.8273 +- 0.003573 res= 4.319 % 100 -Edep 3x3 = 0.9516 +- 0.003051 res= 3.206 % 100 -Edep 5x5 = 0.9739 +- 0.00302 res= 3.101 % 100 +Average number of e- 171.8 +Average number of gamma 223.8 +Average number of e+ 47.83 +Average number of steps 1851 +Edep 1x1 = 0.841 +- 0.004117 res= 4.895 % 100 +Edep 3x3 = 0.9671 +- 0.003483 res= 3.601 % 100 +Edep 5x5 = 0.9898 +- 0.003477 res= 3.513 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8695 +- 0.003121 - E1/E25 = 0.8496 +- 0.003221 - E9/E25 = 0.9771 +- 0.001224 + E1/E9 = 0.8697 +- 0.003057 + E1/E25 = 0.8498 +- 0.003181 + E9/E25 = 0.9771 +- 0.001089 Beam Energy 1 GeV ================================================================== @@ -897,7 +896,7 @@ Beam Energy 1 GeV Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 300 um e- 300 um e+ 300 um proton 300 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 30 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -918,28 +917,28 @@ Index : 2 used in the geometry : Yes Index : 3 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 1 keV Region(s) which use this couple : VertexDetector Index : 4 used in the geometry : Yes Material : G4_Al Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 34.1 keV e+ 33.72 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.11 keV e+ 33.72 keV proton 1 keV Region(s) which use this couple : VertexDetector Index : 5 used in the geometry : Yes Material : G4_Si Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 31.7 keV e+ 31.34 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.7 keV e+ 31.35 keV proton 1 keV Region(s) which use this couple : VertexDetector Index : 6 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 1 cm e- 1 cm e+ 1 cm proton 1 cm - Energy thresholds : gamma 60.65 keV e- 13.04 MeV e+ 12.15 MeV proton 1 MeV + Energy thresholds : gamma 60.64 keV e- 13.04 MeV e+ 12.15 MeV proton 1 MeV Region(s) which use this couple : MuonDetector @@ -960,22 +959,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.720000s Real=0.746723s Sys=0.000000s + User=0.820000s Real=0.830651s Sys=0.010000s 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.5 -Average number of gamma 362.1 -Average number of e+ 47.87 -Average number of steps 1983 -Edep 1x1 = 0.834 +- 0.00356 res= 4.268 % 100 -Edep 3x3 = 0.9594 +- 0.003267 res= 3.406 % 100 -Edep 5x5 = 0.9806 +- 0.003163 res= 3.226 % 100 +Average number of e- 171.1 +Average number of gamma 363 +Average number of e+ 47.12 +Average number of steps 1984 +Edep 1x1 = 0.8354 +- 0.004051 res= 4.849 % 100 +Edep 3x3 = 0.9663 +- 0.00346 res= 3.581 % 100 +Edep 5x5 = 0.986 +- 0.003278 res= 3.324 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8694 +- 0.002828 - E1/E25 = 0.8507 +- 0.002989 - E9/E25 = 0.9784 +- 0.001022 + E1/E9 = 0.8648 +- 0.003431 + E1/E25 = 0.8475 +- 0.003624 + E9/E25 = 0.9799 +- 0.001168 Beam Energy 1 GeV ================================================================== @@ -983,6 +982,6 @@ Beam Energy 1 GeV G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.14 MB +Dynamic pools deleted: 11 / Total memory freed: 0.15 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm9/include/EventAction.hh b/examples/extended/electromagnetic/TestEm9/include/EventAction.hh index e3bc4b7a6e..1f1d553284 100644 --- a/examples/extended/electromagnetic/TestEm9/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm9/include/EventAction.hh @@ -45,15 +45,17 @@ class EventAction : public G4UserEventAction public: EventAction(); + ~EventAction() override = default; - virtual ~EventAction(); + void BeginOfEventAction(const G4Event*) override; + void EndOfEventAction(const G4Event*) override; - virtual void BeginOfEventAction(const G4Event*); - virtual void EndOfEventAction(const G4Event*); + EventAction & operator=(const EventAction &right) = delete; + EventAction(const EventAction&) = delete; private: - G4int fVerbose; + G4int fVerbose; }; #endif diff --git a/examples/extended/electromagnetic/TestEm9/include/HistoManager.hh b/examples/extended/electromagnetic/TestEm9/include/HistoManager.hh index 5bfa3ed732..9ca0f6e383 100644 --- a/examples/extended/electromagnetic/TestEm9/include/HistoManager.hh +++ b/examples/extended/electromagnetic/TestEm9/include/HistoManager.hh @@ -107,7 +107,7 @@ public: // Without description // Acceptance parameters inline void SetBeamEnergy(G4double val) {fBeamEnergy = val;}; - void SetEdepAndRMS(G4int, G4ThreeVector); + void SetEdepAndRMS(G4int, const G4ThreeVector&); private: @@ -118,6 +118,8 @@ private: const G4ParticleDefinition* fElectron; const G4ParticleDefinition* fPositron; + Histo* fHisto; + G4int fNHisto; G4int fVerbose; G4int fEvt1; @@ -129,14 +131,11 @@ private: G4double fTrackLength; G4double fStep; -// G4double fStepTarget; G4bool fTrackAbs; // Track is in absorber G4int fEvt; G4int fElec; G4int fPosit; G4int fGam; -// G4int fGamph; -// G4int fGamTar; G4int fLowe; G4int fBinsE, fBinsEA, fBinsED; @@ -158,11 +157,6 @@ private: G4double fErmstr[6]; G4int fStat[6]; G4int fNmax; - - Histo* fHisto; - - - }; #endif diff --git a/examples/extended/electromagnetic/TestEm9/include/RunAction.hh b/examples/extended/electromagnetic/TestEm9/include/RunAction.hh index 0cd5b295b6..29f4cf7efd 100644 --- a/examples/extended/electromagnetic/TestEm9/include/RunAction.hh +++ b/examples/extended/electromagnetic/TestEm9/include/RunAction.hh @@ -30,13 +30,6 @@ #ifndef RunAction_h #define RunAction_h 1 -// ------------------------------------------------------------- -// -// GEANT4 -// -// -// ------------------------------------------------------------- - //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -48,19 +41,19 @@ class RunAction : public G4UserRunAction { -public: // Without description +public: RunAction(); - virtual ~RunAction(); + ~RunAction() override = default; -public: // With description - - virtual void BeginOfRunAction(const G4Run*); + void BeginOfRunAction(const G4Run*) override; // In this method histogramms are booked - virtual void EndOfRunAction(const G4Run*); - // In this method BookHisto method is called in which histogramms are filled + void EndOfRunAction(const G4Run*) override; + // In this method histogramms are stored + RunAction & operator=(const RunAction &right) = delete; + RunAction(const RunAction&) = delete; }; #endif diff --git a/examples/extended/electromagnetic/TestEm9/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm9/include/SteppingAction.hh index 3ada2acc3a..06045fb077 100644 --- a/examples/extended/electromagnetic/TestEm9/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm9/include/SteppingAction.hh @@ -55,15 +55,15 @@ class SteppingAction : public G4UserSteppingAction { public: SteppingAction(); - virtual ~SteppingAction(); + ~SteppingAction() override = default; - virtual void UserSteppingAction(const G4Step*); + void UserSteppingAction(const G4Step*) override; + + SteppingAction & operator=(const SteppingAction &right) = delete; + SteppingAction(const SteppingAction&) = delete; private: - SteppingAction & operator=(const SteppingAction &right); - SteppingAction(const SteppingAction&); - HistoManager* fHisto; }; diff --git a/examples/extended/electromagnetic/TestEm9/include/TrackingAction.hh b/examples/extended/electromagnetic/TestEm9/include/TrackingAction.hh index 81957605ae..23743ab639 100644 --- a/examples/extended/electromagnetic/TestEm9/include/TrackingAction.hh +++ b/examples/extended/electromagnetic/TestEm9/include/TrackingAction.hh @@ -34,8 +34,6 @@ // // ClassName: TrackingAction // -// Description: Implementation file for control on MC truth -// // Author: V.Ivanchenko 13/03/01 // // Modified: @@ -57,18 +55,16 @@ class TrackingAction : public G4UserTrackingAction public: TrackingAction(); - virtual ~TrackingAction(); + ~TrackingAction() override = default; - virtual void PreUserTrackingAction(const G4Track*); - virtual void PostUserTrackingAction(const G4Track*); + void PreUserTrackingAction(const G4Track*) override; + + TrackingAction & operator=(const TrackingAction &right) = delete; + TrackingAction(const TrackingAction&) = delete; private: - - TrackingAction & operator=(const TrackingAction &right); - TrackingAction(const TrackingAction&); - + HistoManager* fHisto; - }; #endif diff --git a/examples/extended/electromagnetic/TestEm9/src/EventAction.cc b/examples/extended/electromagnetic/TestEm9/src/EventAction.cc index 9c79a15cbc..3af7ae57e7 100644 --- a/examples/extended/electromagnetic/TestEm9/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm9/src/EventAction.cc @@ -34,7 +34,6 @@ #include "HistoManager.hh" #include "G4UImanager.hh" -#include "G4Gamma.hh" #include "G4ios.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -46,11 +45,6 @@ EventAction::EventAction(): //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -EventAction::~EventAction() -{} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - void EventAction::BeginOfEventAction(const G4Event* event) { // New event diff --git a/examples/extended/electromagnetic/TestEm9/src/HistoManager.cc b/examples/extended/electromagnetic/TestEm9/src/HistoManager.cc index 8427176d32..f631debf51 100644 --- a/examples/extended/electromagnetic/TestEm9/src/HistoManager.cc +++ b/examples/extended/electromagnetic/TestEm9/src/HistoManager.cc @@ -204,13 +204,18 @@ void HistoManager::EndOfRun(G4int runID) G4double f = 100.*std::sqrt(fBeamEnergy/GeV); - G4cout << "Number of events " << fEvt < 0.0) xx = 1.0/xx; @@ -250,16 +256,19 @@ void HistoManager::EndOfRun(G4int runID) << " +- " << r; G4cout << G4endl; } - G4cout << std::setprecision(4) << "Beam Energy " << fBeamEnergy/GeV + G4cout << std::setprecision(4) << "Beam Energy " + << fBeamEnergy/GeV << " GeV" << G4endl; - if(fLowe > 0) G4cout << "Number of events E/E0<0.8 " << fLowe << G4endl; + if(fLowe > 0) G4cout << "Number of events E/E0<0.8 " + << fLowe << G4endl; G4cout - <<"=================================================================="<IsActive()) { - for(G4int i=0; iScaleH1(i,x); } fHisto->Save(); @@ -280,7 +289,8 @@ void HistoManager::EndOfRun(G4int runID) G4double etrue = fEdeptrue[j]; G4double rtrue = fRmstrue[j]; acc.EmAcceptanceGauss("Edep"+nam[j],fEvt,fEdeptr[j],etrue,rtrue,ltrue); - acc.EmAcceptanceGauss("Erms"+nam[j],fEvt,fErmstr[j],rtrue,rtrue,2.0*ltrue); + acc.EmAcceptanceGauss("Erms"+nam[j],fEvt,fErmstr[j],rtrue,rtrue, + 2.0*ltrue); } } if(isStarted) acc.EndOfAcceptance(); @@ -293,7 +303,8 @@ void HistoManager::EndOfRun(G4int runID) G4int n3 = G4int(fComp[j]*x); G4int n4 = G4int(fConv[j]*x); if(n1 + n2 + n3 + n4 > 0) { - G4cout << std::setw(4) << j << std::setw(12) << n1 << std::setw(12) << n2 + G4cout << std::setw(4) << j << std::setw(12) << n1 + << std::setw(12) << n2 << std::setw(12) << n3 << std::setw(12) << n4 << G4endl; } } @@ -425,37 +436,29 @@ void HistoManager::ScoreNewTrack(const G4Track* aTrack) const G4VProcess* proc = aTrack->GetCreatorProcess(); G4int type = proc->GetProcessSubType(); - if(type == fGammaGeneralProcess) { - type = static_cast(proc)->GetSubProcessSubType(); - proc = static_cast(proc)->GetSelectedProcess(); - } - if(type == fBremsstrahlung) { - const G4Element* elm = + auto elm = static_cast(proc)->GetCurrentElement(); - if(elm) { - G4int Z = G4lrint(elm->GetZ()); + if(nullptr != elm) { + G4int Z = elm->GetZasInt(); if(Z > 0 && Z < 93) { fBrem[Z] += 1.0; } } } else if(type == fPhotoElectricEffect) { - const G4Element* elm = - static_cast(proc)->GetCurrentElement(); - if(elm) { - G4int Z = G4lrint(elm->GetZ()); + auto elm = static_cast(proc)->GetCurrentElement(); + if(nullptr != elm) { + G4int Z = elm->GetZasInt(); if(Z > 0 && Z < 93) { fPhot[Z] += 1.0; } } } else if(type == fGammaConversion) { - const G4Element* elm = - static_cast(proc)->GetCurrentElement(); - if(elm) { - G4int Z = G4lrint(elm->GetZ()); + auto elm = static_cast(proc)->GetCurrentElement(); + if(nullptr != elm) { + G4int Z = elm->GetZasInt(); if(Z > 0 && Z < 93) { fConv[Z] += 1.0; } } } else if(type == fComptonScattering) { - const G4Element* elm = - static_cast(proc)->GetCurrentElement(); - if(elm) { - G4int Z = G4lrint(elm->GetZ()); + auto elm = static_cast(proc)->GetCurrentElement(); + if(nullptr != elm) { + G4int Z = elm->GetZasInt(); if(Z > 0 && Z < 93) { fComp[Z] += 1.0; } } } @@ -527,8 +530,10 @@ void HistoManager::AddEnergy(G4double edep, G4int volIndex, G4int copyNo) void HistoManager::AddDeltaElectron(const G4DynamicParticle* elec) { G4double e = elec->GetKineticEnergy()/MeV; - if(e > 0.0) fElec++; - fHisto->Fill(3,e,1.0); + if(e > 0.0) { + ++fElec; + fHisto->Fill(3,e,1.0); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -536,13 +541,15 @@ void HistoManager::AddDeltaElectron(const G4DynamicParticle* elec) void HistoManager::AddPhoton(const G4DynamicParticle* ph) { G4double e = ph->GetKineticEnergy()/MeV; - if(e > 0.0) fGam++; - fHisto->Fill(4,e,1.0); + if(e > 0.0) { + ++fGam; + fHisto->Fill(4,e,1.0); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void HistoManager::SetEdepAndRMS(G4int i, G4ThreeVector val) +void HistoManager::SetEdepAndRMS(G4int i, const G4ThreeVector& val) { if(i=0) { if(val[0] > 0.0) fEdeptrue[i] = val[0]; @@ -552,4 +559,3 @@ void HistoManager::SetEdepAndRMS(G4int i, G4ThreeVector val) } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - diff --git a/examples/extended/electromagnetic/TestEm9/src/RunAction.cc b/examples/extended/electromagnetic/TestEm9/src/RunAction.cc index dd5ebd08de..fa6ff53fa3 100644 --- a/examples/extended/electromagnetic/TestEm9/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm9/src/RunAction.cc @@ -26,14 +26,6 @@ /// \file electromagnetic/TestEm9/src/RunAction.cc /// \brief Implementation of the RunAction class // -// -// -// ------------------------------------------------------------- -// -// GEANT4 -// -// -// ------------------------------------------------------------- //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -49,11 +41,6 @@ RunAction::RunAction() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -RunAction::~RunAction() -{} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - void RunAction::BeginOfRunAction(const G4Run* aRun) { G4int id = aRun->GetRunID(); diff --git a/examples/extended/electromagnetic/TestEm9/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm9/src/SteppingAction.cc index 2cd756dbe8..45fe3b01e9 100644 --- a/examples/extended/electromagnetic/TestEm9/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm9/src/SteppingAction.cc @@ -26,8 +26,6 @@ /// \file electromagnetic/TestEm9/src/SteppingAction.cc /// \brief Implementation of the SteppingAction class // -// -// ///////////////////////////////////////////////////////////////////////// // // TestEm9: Crystal calorimeter @@ -43,8 +41,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "SteppingAction.hh" -#include "G4SteppingManager.hh" -#include "G4VTouchable.hh" #include "HistoManager.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -55,14 +51,16 @@ SteppingAction::SteppingAction(): //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -SteppingAction::~SteppingAction() -{} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - void SteppingAction::UserSteppingAction(const G4Step* aStep) { fHisto->AddStep(); + auto tracks = aStep->GetSecondaryInCurrentStep(); + if(nullptr != tracks) { + for(auto track : *tracks) { + fHisto->ScoreNewTrack(track); + } + } + G4double edep = aStep->GetTotalEnergyDeposit()*aStep->GetTrack()->GetWeight(); if(edep == 0.) { return; } diff --git a/examples/extended/electromagnetic/TestEm9/src/TrackingAction.cc b/examples/extended/electromagnetic/TestEm9/src/TrackingAction.cc index de8085d417..9613f162e6 100644 --- a/examples/extended/electromagnetic/TestEm9/src/TrackingAction.cc +++ b/examples/extended/electromagnetic/TestEm9/src/TrackingAction.cc @@ -32,8 +32,6 @@ // // ClassName: TrackingAction // -// Description: Implementation file for MC truth. -// // Author: V.Ivanchenko 17/03/01 // // Modified: @@ -45,12 +43,7 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... #include "TrackingAction.hh" -#include "G4ParticleDefinition.hh" -#include "G4DynamicParticle.hh" #include "G4Track.hh" -#include "G4ThreeVector.hh" -#include "G4Gamma.hh" -#include "G4Electron.hh" #include "G4EventManager.hh" #include "G4Event.hh" #include "G4SystemOfUnits.hh" @@ -64,21 +57,12 @@ TrackingAction::TrackingAction(): //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -TrackingAction::~TrackingAction() -{} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - void TrackingAction::PreUserTrackingAction(const G4Track* aTrack) { - fHisto->ScoreNewTrack(aTrack); - if(1 < fHisto->GetVerbose()) { - G4int pid = aTrack->GetParentID(); - const G4String name = aTrack->GetDefinition()->GetParticleName(); - if (fHisto->GetMaxEnergy() < aTrack->GetKineticEnergy() && pid > 0) { + const G4String name = aTrack->GetDefinition()->GetParticleName(); G4cout << "Track #" << aTrack->GetTrackID() << " of " << name << " Emax(MeV)= " << fHisto->GetMaxEnergy()/MeV @@ -92,8 +76,3 @@ void TrackingAction::PreUserTrackingAction(const G4Track* aTrack) } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void TrackingAction::PostUserTrackingAction(const G4Track*) -{} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/errorpropagation/History b/examples/extended/errorpropagation/History index 7a2c914190..b3afca4255 100644 --- a/examples/extended/errorpropagation/History +++ b/examples/extended/errorpropagation/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example errorpropagation History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exerrprop-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 May 24, 2021 B. Morgan (exerrprop-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/errorpropagation/errorprop.out b/examples/extended/errorpropagation/errorprop.out index 2aac47a1e1..4009c58896 100644 --- a/examples/extended/errorpropagation/errorprop.out +++ b/examples/extended/errorpropagation/errorprop.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,7 +18,7 @@ WWW : http://geant4.org/ ************************************************************** - creating G4RunManagerKernel 0x1724e70 + creating G4RunManagerKernel 0x1907420 The materials defined are : @@ -93,15 +93,15 @@ G4Transportation: Current values for thresholds related to the killing of loop Important Energy = 250 ( above this tracks are given multiple chances ) Extra Trials = 10 'important' tracks, i.e. those above 'important' energy G4Transportation constructor> set fShortStepOptimisation to false -0x193fe50G4ErrorPhysicsList:: particle process manager e+ = 0x1944ef0 -0x193fcb0G4ErrorPhysicsList:: particle process manager e- = 0x1944090 -0x193fb10G4ErrorPhysicsList:: particle process manager gamma = 0x1945c40 -0x1941190G4ErrorPhysicsList:: particle process manager geantino = 0x19494b0 -0x193fff0G4ErrorPhysicsList:: particle process manager mu+ = 0x1949700 -0x19402e0G4ErrorPhysicsList:: particle process manager mu- = 0x1949950 -0x19406f0G4ErrorPhysicsList:: particle process manager pi+ = 0x1949ba0 -0x1940b40G4ErrorPhysicsList:: particle process manager pi- = 0x1949df0 -0x1940f60G4ErrorPhysicsList:: particle process manager proton = 0x194a040 +0x1b24800G4ErrorPhysicsList:: particle process manager e+ = 0x1b29510 +0x1b24660G4ErrorPhysicsList:: particle process manager e- = 0x1b2dad0 +0x1b244c0G4ErrorPhysicsList:: particle process manager gamma = 0x1b2dc00 +0x1b25b40G4ErrorPhysicsList:: particle process manager geantino = 0x1b2de50 +0x1b249a0G4ErrorPhysicsList:: particle process manager mu+ = 0x1b2e0a0 +0x1b24c90G4ErrorPhysicsList:: particle process manager mu- = 0x1b2e2f0 +0x1b250a0G4ErrorPhysicsList:: particle process manager pi+ = 0x1b2e540 +0x1b254f0G4ErrorPhysicsList:: particle process manager pi- = 0x1b2e790 +0x1b25910G4ErrorPhysicsList:: particle process manager proton = 0x1b2e9e0 physicsList->CheckParticleList() start. physicsList->setCut() start. ======================================================================= @@ -110,6 +110,7 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -127,7 +128,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -137,8 +138,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -206,28 +208,28 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 10000 km e- 10000 km e+ 10000 km proton 10000 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 1 PeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 1 PeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Cu Range cuts : gamma 10000 km e- 10000 km e+ 10000 km proton 10000 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 1 PeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 1 PeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Al Range cuts : gamma 10000 km e- 10000 km e+ 10000 km proton 10000 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 1 PeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 1 PeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 10000 km e- 10000 km e+ 10000 km proton 10000 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 1 PeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 1 PeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -303,14 +305,14 @@ G4TablesForExtrapolator::ComputeTransportXS for e- 38 2.15e+03 33.3 0 2.23e+04 0.0336 100 2.15e+03 MUON G4ErrorStepLengthLimit 39 2.21e+03 35.1 0 2.23e+04 0.0202 60.2 2.21e+03 MUON Transportation $$$ PROPAGATION ENDED - Position: (2210,35.10134100539721,0) - Momentum: (22433.70318231243,696.1889762359067,0) + Position: (2210,35.10134103703911,0) + Momentum: (22433.70312107119,696.1889753558929,0) Error: - 9.873297864337679e-08 0 3.726946495033329e-08 2.667645626026983e-06 0 - 0 3.518754716562679e-05 0 0 0.004070098782422455 - 3.726946495033329e-08 0 3.519222139019747e-05 0.004422001635934722 0 - 2.667645626026983e-06 0 0.004422001635934722 0.6258743843823092 0 - 0 0.004070098782422455 0 0 0.5409572759136977 + 9.873297961869803e-08 0 3.726946525342548e-08 2.667645643729908e-06 0 + 0 3.518754725736791e-05 0 0 0.004070098790523185 + 3.726946525342548e-08 0 3.519222148196891e-05 0.004422001644952241 0 + 2.667645643729908e-06 0 0.004422001644952241 0.6258743853977757 0 + 0 0.004070098790523185 0 0 0.54095727675807 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1.99e+04 0 0 0 BEAM initStep @@ -354,14 +356,14 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 38 2.15e+03 33.3 0 2.23e+04 0.0336 100 2.15e+03 MUON G4ErrorStepLengthLimit 39 2.21e+03 35.1 0 2.23e+04 0.0202 60.2 2.21e+03 MUON Transportation $$$ PROPAGATION ENDED - Position: (2210,35.10134100539721,0) - Momentum: (22433.70318231243,696.1889762359067,0) + Position: (2210,35.10134103703911,0) + Momentum: (22433.70312107119,696.1889753558929,0) Error: - 9.873297864337679e-08 0 3.726946495033329e-08 2.667645626026983e-06 0 - 0 3.518754716562679e-05 0 0 0.004070098782422455 - 3.726946495033329e-08 0 3.519222139019747e-05 0.004422001635934722 0 - 2.667645626026983e-06 0 0.004422001635934722 0.6258743843823092 0 - 0 0.004070098782422455 0 0 0.5409572759136977 + 9.873297961869803e-08 0 3.726946525342548e-08 2.667645643729908e-06 0 + 0 3.518754725736791e-05 0 0 0.004070098790523185 + 3.726946525342548e-08 0 3.519222148196891e-05 0.004422001644952241 0 + 2.667645643729908e-06 0 0.004422001644952241 0.6258743853977757 0 + 0 0.004070098790523185 0 0 0.54095727675807 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1.99e+04 0 0 0 BEAM initStep @@ -405,12 +407,12 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 38 2.15e+03 33.3 0 2.23e+04 0.0336 100 2.15e+03 MUON G4ErrorStepLengthLimit 39 2.21e+03 35.1 0 2.23e+04 0.0202 60.2 2.21e+03 MUON Transportation $$$ PROPAGATION ENDED - Position: (2210,35.10134100539721,0) - Momentum: (22433.70318231243,696.1889762359067,0) + Position: (2210,35.10134103703911,0) + Momentum: (22433.70312107119,696.1889753558929,0) Error: - 9.873297864337679e-08 0 3.726946495033329e-08 2.667645626026983e-06 0 - 0 3.518754716562679e-05 0 0 0.004070098782422455 - 3.726946495033329e-08 0 3.519222139019747e-05 0.004422001635934722 0 - 2.667645626026983e-06 0 0.004422001635934722 0.6258743843823092 0 - 0 0.004070098782422455 0 0 0.5409572759136977 + 9.873297961869803e-08 0 3.726946525342548e-08 2.667645643729908e-06 0 + 0 3.518754725736791e-05 0 0 0.004070098790523185 + 3.726946525342548e-08 0 3.519222148196891e-05 0.004422001644952241 0 + 2.667645643729908e-06 0 0.004422001644952241 0.6258743853977757 0 + 0 0.004070098790523185 0 0 0.54095727675807 diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/History b/examples/extended/eventgenerator/HepMC/HepMCEx01/History index 572792c651..bb10cf8fcb 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/History +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/History @@ -1,23 +1,21 @@ -------------------------------------------------------------------- +# Example HepMCEx01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example HepMCEx01 History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - -May 24th 2022 I. Hrivnacova (HepMCEx01-V10-07-00) -- Fix failing compilation due to G4String changes in Geant4 11 +## 2022-05-24 I. Hrivnacova (HepMCEx01-V11-00-01) +- Fix failing comilation due to G4String changes in Geant4 11 (Makes part of the GitHub PR #45) +## 2021-12-10 Ben Morgan (HepMCEx01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + Novemebr 13th 2020 Ben Morgan (HepMCEx01-V10-06-01) - Enforce use of Serial RunManager. diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/History b/examples/extended/eventgenerator/HepMC/HepMCEx02/History index f8b0cb3dad..17c2e301a1 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/History +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example HepMCEx02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example HepMCEx02 History file - ----- ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (HepMCEx02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 13th 2020 Ben Morgan (HepMCEx02-V10-06-01) - Enforce use of Serial RunManager. diff --git a/examples/extended/eventgenerator/HepMC/History b/examples/extended/eventgenerator/HepMC/History index af02e0291b..c25b587ccc 100644 --- a/examples/extended/eventgenerator/HepMC/History +++ b/examples/extended/eventgenerator/HepMC/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example HepMC History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - example/extended/eventgenerator/HepMC History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exHepMC-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 13th 2013 K. Murakami (exHepMC-V09-06-01) - new coding guideline diff --git a/examples/extended/eventgenerator/HepMC/MCTruth/History b/examples/extended/eventgenerator/HepMC/MCTruth/History index d0d8ba906e..035fdd1f7b 100644 --- a/examples/extended/eventgenerator/HepMC/MCTruth/History +++ b/examples/extended/eventgenerator/HepMC/MCTruth/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example MCTruth History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example MCTruth History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (mctruthex-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13 November 2020 B. Morgan (mctruthex-V10-06-01) - Enforce use of Serial RunManager. diff --git a/examples/extended/eventgenerator/History b/examples/extended/eventgenerator/History index 8e71a502fe..bfc3cee472 100644 --- a/examples/extended/eventgenerator/History +++ b/examples/extended/eventgenerator/History @@ -1,18 +1,16 @@ ------------------------------------------------------ +# Example eventgenerator History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Event generator Examples History file - --------------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exEventGenerator-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 17th November, 2021 I. Hrivnacova (exEventGenerator-V10-07-04) - Updated documentation diff --git a/examples/extended/eventgenerator/exgps/History b/examples/extended/eventgenerator/exgps/History index 6e81a2c90a..40c9af0622 100644 --- a/examples/extended/eventgenerator/exgps/History +++ b/examples/extended/eventgenerator/exgps/History @@ -1,16 +1,16 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Example exgps History - example/extended/eventgenerator/exgps History file - ------------------------------ -This file should be used by the test developer to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- + +## 2021-12-10 Ben Morgan (exgps-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 29-11-21 I. Hrivnacova (exgps-V10-07-03) - Removed obsolete references to AIDA analysis tools diff --git a/examples/extended/eventgenerator/exgps/exgps_batch.out b/examples/extended/eventgenerator/exgps/exgps_batch.out index 15445e8c09..b27ae4bf7c 100644 --- a/examples/extended/eventgenerator/exgps/exgps_batch.out +++ b/examples/extended/eventgenerator/exgps/exgps_batch.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/eventgenerator/particleGun/.README.txt b/examples/extended/eventgenerator/particleGun/.README.txt index b3c139b59e..a066769ad9 100644 --- a/examples/extended/eventgenerator/particleGun/.README.txt +++ b/examples/extended/eventgenerator/particleGun/.README.txt @@ -55,7 +55,7 @@ PhysicsList.cc defines only geantino and transportation process. Energy is sampled from a tabulated function defined in InitFunction(). The function is assumed positive, linear per segment, continuous. Two sampling methods are illustrated : RejectAccept() and InverseCumul() - (see Particle Data book, Monte Carlo techniques). + (see Particle Data Group: pdg.lbl.gov --> Monte Carlo techniques) Histogram 1 shows generated energy spectrum. diff --git a/examples/extended/eventgenerator/particleGun/History b/examples/extended/eventgenerator/particleGun/History index cc082ae7d0..b06a633414 100644 --- a/examples/extended/eventgenerator/particleGun/History +++ b/examples/extended/eventgenerator/particleGun/History @@ -1,16 +1,18 @@ ------------------------------------------------------ +# Example particleGun History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ParticleGun History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * +## 2022-21-01 mma (particleGunExample-V11-00-01) +- Update reference in PrimaryGeneratorAction2.cc + +## 2021-12-10 Ben Morgan (particleGunExample-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (particleGunExample-V10-07-02) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/eventgenerator/particleGun/README b/examples/extended/eventgenerator/particleGun/README index edd044db30..acd340f2a8 100644 --- a/examples/extended/eventgenerator/particleGun/README +++ b/examples/extended/eventgenerator/particleGun/README @@ -60,7 +60,7 @@ Energy is sampled from a tabulated function defined in InitFunction(). The function is assumed positive, linear per segment, continuous. Two sampling methods are illustrated : RejectAccept() and InverseCumul() - (see Particle Data book, Monte Carlo techniques). + (see Particle Data Group: pdg.lbl.gov --> Monte Carlo techniques) Histogram 1 shows generated energy spectrum. 3.3- Divergent beam in an arbitrary direction with rotation matrix diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run1.out b/examples/extended/eventgenerator/particleGun/particleGun_run1.out index c67dc3c4d4..f944b3b2f7 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run1.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -67,7 +67,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000396s Sys=0.000000s + User=0.000000s Real=0.000378s Sys=0.000000s # /tracking/verbose 0 /run/beamOn 5 @@ -87,7 +87,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000049s Sys=0.000000s + User=0.000000s Real=0.000041s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run2.out b/examples/extended/eventgenerator/particleGun/particleGun_run2.out index 7a5c6d1314..8dad3a0f03 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run2.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,7 +50,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.200000s Real=0.198842s Sys=0.000000s + User=0.160000s Real=0.162199s Sys=0.000000s ... write file : run2.root - done ... close file : run2.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run3.out b/examples/extended/eventgenerator/particleGun/particleGun_run3.out index 8ef8d8d777..5ee6834ff4 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run3.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -51,7 +51,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.200000s Real=0.210217s Sys=0.010000s + User=0.180000s Real=0.183169s Sys=0.010000s ... write file : run3.root - done ... close file : run3.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run4.out b/examples/extended/eventgenerator/particleGun/particleGun_run4.out index 53fae22232..9d846f7d62 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run4.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -66,7 +66,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.630000s Real=2.670394s Sys=0.000000s + User=2.650000s Real=2.687306s Sys=0.000000s ... write file : run4.root - done ... close file : run4.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/src/PrimaryGeneratorAction2.cc b/examples/extended/eventgenerator/particleGun/src/PrimaryGeneratorAction2.cc index fd63372993..2826c85d0c 100644 --- a/examples/extended/eventgenerator/particleGun/src/PrimaryGeneratorAction2.cc +++ b/examples/extended/eventgenerator/particleGun/src/PrimaryGeneratorAction2.cc @@ -61,10 +61,10 @@ PrimaryGeneratorAction2::~PrimaryGeneratorAction2() void PrimaryGeneratorAction2::GeneratePrimaries(G4Event* anEvent) { - //cosAlpha uniform in [cos(0), cos(pi)] - G4double cosAlpha = 1. - 2*G4UniformRand(); + // uniform solid angle + G4double cosAlpha = 1. - 2*G4UniformRand(); //cosAlpha uniform in [-1,+1] G4double sinAlpha = std::sqrt(1. - cosAlpha*cosAlpha); - G4double psi = twopi*G4UniformRand(); //psi uniform in [0, 2*pi] + G4double psi = twopi*G4UniformRand(); //psi uniform in [0, 2*pi] G4ThreeVector dir(sinAlpha*std::cos(psi),sinAlpha*std::sin(psi),cosAlpha); fParticleGun->SetParticleMomentumDirection(dir); @@ -126,7 +126,8 @@ G4double PrimaryGeneratorAction2::RejectAccept() { // tabulated function // Y is assumed positive, linear per segment, continuous - // + // (see Particle Data Group: pdg.lbl.gov --> Monte Carlo techniques) + // G4double Xrndm = 0., Yrndm = 0., Yinter = -1.; while (Yrndm > Yinter) { @@ -149,6 +150,7 @@ G4double PrimaryGeneratorAction2::InverseCumul() // tabulated function // Y is assumed positive, linear per segment, continuous // --> cumulative function is second order polynomial + // (see Particle Data Group: pdg.lbl.gov --> Monte Carlo techniques) //choose y randomly G4double Yrndm = G4UniformRand()*fYC[fNPoints-1]; diff --git a/examples/extended/eventgenerator/pythia/decayer6/History b/examples/extended/eventgenerator/pythia/decayer6/History index 2f503ab796..154dfe6524 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/History +++ b/examples/extended/eventgenerator/pythia/decayer6/History @@ -1,17 +1,16 @@ ----------------------------------------------------------------------------- +# Example decayer6 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - examples History file - --------------------- -This file should be used by the test developer to briefly summarize all major -modifications introduced in the code and keep track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (p6decayer-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13/11/20 B.Morgan (p6decayer-V10-06-01) - Enforce use of Serial RunManager. diff --git a/examples/extended/eventgenerator/pythia/decayer6/common/History b/examples/extended/eventgenerator/pythia/decayer6/common/History index 277c7de375..2f056c6ffa 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/common/History +++ b/examples/extended/eventgenerator/pythia/decayer6/common/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example common History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - extended/commmon History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (excommon-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 29/09/17 I. Hrivnacova (excommon-V10-03-00,01) - Removed generic class names prefix (ExG4) and introduced a meaningful one diff --git a/examples/extended/eventgenerator/pythia/py8decayer/History b/examples/extended/eventgenerator/pythia/py8decayer/History index 26f4bac104..6cf95fcccf 100644 --- a/examples/extended/eventgenerator/pythia/py8decayer/History +++ b/examples/extended/eventgenerator/pythia/py8decayer/History @@ -1,17 +1,16 @@ ----------------------------------------------------------------------------- +# Example py8decayer History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - examples History file - --------------------- -This file should be used by the test developer to briefly summarize all major -modifications introduced in the code and keep track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (p8decayer-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 21 June 2021 J. Yarba (p8decayer-V10-07-02) - Add GNUmakefile as required diff --git a/examples/extended/eventgenerator/userPrimaryGenerator/History b/examples/extended/eventgenerator/userPrimaryGenerator/History index 88e402fe9a..4338ce55ea 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/History +++ b/examples/extended/eventgenerator/userPrimaryGenerator/History @@ -1,16 +1,16 @@ ------------------------------------------------------ +# Example userPrimaryGenerator History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - userPrimaryGenerator History file - --------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * + +## 2021-12-10 Ben Morgan (userPrimaryGenerator-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 19-04-21 mma (userPrimaryGenerator-V10-07-00) - userPrimaryGenerator.cc : use G4SteppingVerboseWithUnits diff --git a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out index 51b8acccc9..6bffd0a9fc 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out +++ b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,7 +50,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.410000s Real=0.407351s Sys=0.000000s + User=0.340000s Real=0.348498s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/exoticphysics/History b/examples/extended/exoticphysics/History index 224c62e1a4..a1511b8bd1 100644 --- a/examples/extended/exoticphysics/History +++ b/examples/extended/exoticphysics/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example exoticphysics History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Exotic Examples History file - ----------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * +## 2021-12-10 Ben Morgan (exExoticPhysics-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 17 November 2021: I. Hrivnacova (exExoticPhysics-V10-07-01) - Added new saxs example in CMake and README's diff --git a/examples/extended/exoticphysics/channeling/History b/examples/extended/exoticphysics/channeling/History index bd990954d6..40d2333bcc 100644 --- a/examples/extended/exoticphysics/channeling/History +++ b/examples/extended/exoticphysics/channeling/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example channeling History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Exotic Examples History file - ----------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (channelingExample-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 06, 2021 I. Hrivnacova (channelingExample-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/exoticphysics/channeling/channeling.out b/examples/extended/exoticphysics/channeling/channeling.out index a0b9ad9bd9..f3cea04c7f 100644 --- a/examples/extended/exoticphysics/channeling/channeling.out +++ b/examples/extended/exoticphysics/channeling/channeling.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -99,7 +103,8 @@ data/Si220pl_eld.txt LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -116,7 +121,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -126,8 +131,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -206,12 +212,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -222,7 +228,7 @@ eBrem: for e- XStype:4 SubType=3 eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS -ePairProd: for e- XStype:1 SubType=4 +ePairProd: for e- XStype:3 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 Sampling table 25x1001 from 0.1 GeV to 100 TeV @@ -242,10 +248,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -280,21 +286,21 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI -hBrems: for proton XStype:1 SubType=3 +hBrems: for proton XStype:3 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi -hPairProd: for proton XStype:1 SubType=4 +hPairProd: for proton XStype:3 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 Sampling table 17x1001 from 7.50618 GeV to 100 TeV @@ -316,12 +322,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -332,10 +338,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -349,10 +355,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -381,10 +387,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -413,10 +419,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -445,14 +451,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -463,7 +468,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -478,14 +483,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -496,7 +500,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -511,10 +515,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -543,10 +547,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -580,15 +584,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -598,10 +605,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -609,10 +618,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -621,6 +632,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -628,11 +640,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -640,11 +654,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -653,10 +669,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -667,10 +685,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -681,10 +701,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -694,10 +716,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -708,10 +732,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -722,10 +748,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -736,10 +764,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -749,11 +779,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -761,6 +793,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -768,6 +801,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -777,6 +811,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -784,11 +819,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -796,11 +833,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -810,11 +849,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -822,6 +863,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -829,6 +871,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -838,11 +881,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -850,11 +895,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -864,11 +911,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -876,11 +925,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -890,29 +941,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1929,8 +1982,5 @@ Using --> Event 999 starts. ... write file : ExExCh.root - done ... close file : ExExCh.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/exoticphysics/dmparticle/History b/examples/extended/exoticphysics/dmparticle/History index 6f6d601276..ea662094b5 100644 --- a/examples/extended/exoticphysics/dmparticle/History +++ b/examples/extended/exoticphysics/dmparticle/History @@ -1,18 +1,16 @@ ----------------------------------------------------- +# Example dmparticle History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - dmparticle History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (dmparticle-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 I. Hrivnacova (dmparticle-V10-07-02) - Added analysis manager Clear() call instead of diff --git a/examples/extended/exoticphysics/dmparticle/dmparticle.out b/examples/extended/exoticphysics/dmparticle/dmparticle.out index a3d44296d8..ceccaec9f2 100644 --- a/examples/extended/exoticphysics/dmparticle/dmparticle.out +++ b/examples/extended/exoticphysics/dmparticle/dmparticle.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -95,7 +99,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -112,7 +117,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -122,8 +127,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -186,10 +192,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -214,10 +220,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -244,10 +250,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -257,6 +263,7 @@ hBrems: for proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -283,10 +290,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -297,10 +304,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -310,10 +317,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -323,6 +330,7 @@ hBrems: for anti_proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for anti_proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -342,10 +350,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -355,6 +363,7 @@ hBrems: for kaon+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -374,10 +383,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -387,6 +396,7 @@ hBrems: for kaon- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -406,25 +416,25 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -439,25 +449,25 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -472,10 +482,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -485,6 +495,7 @@ hBrems: for pi+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -504,10 +515,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -517,6 +528,7 @@ hBrems: for pi- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -536,14 +548,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 100 eV e- 100 eV e+ 100 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.434 keV e- 2.31006 MeV e+ 2.14592 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -560,586 +572,554 @@ See commands in /vis/modeling/trajectories/ for other options. ... open analysis file : dmp.root - done --> Event 0 starts. Event = 0 z0 = -779.999 Primary direction = (0,0,1) -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65215 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3618 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.796834 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.81072 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.688083 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.80885 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47172 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.85657 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 25.7135 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.67161 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13362 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.26644 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.94122 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.76876 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.804647 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.54428 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.927523 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.768801 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.46236 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.621891 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.676877 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.719744 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.24537 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43538 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.51012 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.04229 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.68253 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.11561 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.5737 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.06138 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.74538 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.19543 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.9957 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.01845 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.903743 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.03968 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.627929 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.3862 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.19135 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.606639 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.09023 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.53445 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26323 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.897039 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.94112 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 51.6458 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.87177 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.13182 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.46913 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04608 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 29.076 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.36827 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46638 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.918839 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.63358 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.2968 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0378 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.21858 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.787722 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65754 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.58102 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.31672 Mass(GeV)= 0.5 TrackId= 80 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.667144 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.38744 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.30519 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.614318 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96969 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.4038 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.688632 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 45.2599 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.87119 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.36848 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20312 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60289 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.05422 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04293 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.36963 Mass(GeV)= 0.5 TrackId= 91 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.61243 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.48298 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33854 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 59.9034 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.660604 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96381 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.63685 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.81285 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06219 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.07529 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.20961 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14306 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7059 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.31733 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.45423 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 28.3036 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16444 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.740984 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18437 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32723 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.813319 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 14.4257 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.769183 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.908283 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.814114 Mass(GeV)= 0.5 TrackId= 81 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47974 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42827 Mass(GeV)= 0.5 TrackId= 87 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13207 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43079 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.20789 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.8664 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.31794 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.46107 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.629892 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06222 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.2595 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.02979 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.26204 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 36.7537 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.08365 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.1302 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.07676 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11203 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.15563 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.71693 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40222 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.42323 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.55966 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05465 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.26122 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.99173 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.52632 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.05128 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.07532 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.9473 Mass(GeV)= 0.5 TrackId= 78 --> Event 10 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.902317 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.9732 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.781494 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.30496 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.876034 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.35325 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.92704 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.99749 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.9082 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.76789 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.819193 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43089 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53721 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.41075 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63721 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.32556 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.12604 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.60349 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.04661 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.2128 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.854485 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 88.8463 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.882991 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.879652 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.7183 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.90497 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.9128 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 31.7095 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.847463 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12165 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.106 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.60067 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.692281 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.39894 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09263 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.59121 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26197 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.19694 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.612475 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.797098 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9206 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38187 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.55539 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.21443 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.755269 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 25.1683 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.0431 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17739 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.92748 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.55277 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.41944 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17741 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.89116 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78515 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.09363 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.51351 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.747068 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38227 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 36.3624 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.677279 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.35761 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 31.1562 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.16973 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61456 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6886 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.02733 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.078 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.32998 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.5559 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 45.3412 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21756 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.89234 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 37.4162 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.867894 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76512 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.13209 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.767966 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.65396 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.86827 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.964697 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.45889 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.7389 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.2637 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.859021 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.84784 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65258 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.03585 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.12451 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 32.1126 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.9052 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.06327 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.704974 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.842421 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.4557 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.1441 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.763879 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28561 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.06987 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.48611 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.969312 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.17392 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15894 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.989105 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.2097 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.74114 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 79.9697 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.56585 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.91901 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.5914 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.618209 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.40228 Mass(GeV)= 0.5 TrackId= 52 --> Event 20 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.05664 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.22322 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33359 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.765045 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61713 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.41009 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.61689 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.30942 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.85505 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.989345 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33309 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.643016 Mass(GeV)= 0.5 TrackId= 80 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.8803 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.70773 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.57387 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.9966 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54671 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.95384 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.30667 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.54475 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.59996 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.93331 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.71433 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.7848 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4324 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.34093 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 34.3346 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.21496 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.827838 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50759 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.21749 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.39393 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.82335 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.9376 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.2511 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.777261 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.65978 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.8979 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.3516 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.21791 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50248 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.1963 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.08137 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.78335 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11371 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.932082 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.61043 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.60858 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.44077 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.724191 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43446 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 31.9112 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.77319 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.21273 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.85057 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.755992 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03879 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21949 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.62967 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.600426 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.42658 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.33183 Mass(GeV)= 0.5 TrackId= 82 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.17761 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.623476 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 39.2532 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.8133 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.730254 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.44651 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.05302 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.917846 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.23 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.19957 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.6949 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.914396 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.12332 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.715293 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.35395 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.82493 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.91913 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.72013 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.74087 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30863 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.14018 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6308 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 28.486 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.4904 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.86119 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.642758 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.872369 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.46503 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.80553 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30423 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.0633 Mass(GeV)= 0.5 TrackId= 84 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70021 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.830344 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.925 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.8924 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.606295 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.60267 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.609376 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02124 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12028 Mass(GeV)= 0.5 TrackId= 63 --> Event 30 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.83426 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.692864 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60519 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.56753 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02763 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.74904 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.16029 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.5054 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.07331 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 26.8294 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.25034 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.84638 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29941 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3073 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.59358 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.15504 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.84422 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.85798 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.0352 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42359 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.791023 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.02499 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.603132 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.628913 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70112 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.55587 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.42845 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.1012 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.89673 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.08008 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.9264 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12661 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.935917 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.56521 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.33632 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 37.1262 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 31.744 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10144 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.45573 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.58901 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.2269 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.988156 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34572 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.4902 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.22368 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40958 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97211 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3258 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.49926 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.28377 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.61974 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.9044 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.4181 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70443 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.759 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.12758 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.41125 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.76958 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.22244 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.27182 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.59065 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.0732 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.67036 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.73324 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.9216 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.6443 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.97568 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64595 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.69106 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18688 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.95447 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32397 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.8778 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38636 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.738407 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.28178 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.902177 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7394 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.95792 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.30363 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.05769 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.776187 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.55296 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.2119 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54012 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.6246 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.63086 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01446 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.610828 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97597 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 28.6954 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.51545 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.68145 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.3157 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.51616 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.75655 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.996844 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0257 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 57.5406 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.759369 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04086 Mass(GeV)= 0.5 TrackId= 58 --> Event 40 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.17204 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06772 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18742 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.10348 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.99499 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.83118 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.89477 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.51114 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.19448 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.892952 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.6203 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.1294 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.65737 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.44513 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.14709 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.87871 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.804635 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.1493 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.48633 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.722498 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.0342 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.4015 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.55174 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.21943 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.600375 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4331 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.248 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.605636 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.37469 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.658725 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.607282 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19 Mass(GeV)= 0.5 TrackId= 81 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.832725 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.3994 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 51.6254 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.20129 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.61029 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0553 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.2703 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.716419 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.9423 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.2079 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.9234 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.45836 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.5154 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.75086 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.615835 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.48661 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.13293 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31075 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.6921 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.661572 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.33722 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.626886 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.58875 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26394 Mass(GeV)= 0.5 TrackId= 95 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.98069 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.750808 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50748 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 23.8009 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.994033 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13321 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.621327 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74225 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.0851 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.945135 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.3973 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40639 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6674 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.57619 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.17007 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50518 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.14103 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.60014 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.714261 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05149 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 37.6374 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.35836 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.8383 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.53593 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.946 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.10088 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 30.3241 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.644802 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.603123 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.54447 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.909144 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11774 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10563 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25953 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.56417 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13106 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63376 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 26.9468 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.793465 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.864513 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.07659 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.62995 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 44.7733 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30937 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.57335 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.5782 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.761889 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.75583 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3358 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.4868 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.25265 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.86225 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.600411 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18267 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.89148 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27774 Mass(GeV)= 0.5 TrackId= 74 --> Event 50 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.702935 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.622809 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.768832 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.50735 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 23.6962 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.20788 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90304 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.49413 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.662661 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.9896 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09413 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3826 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06181 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20391 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.22848 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.828474 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.87183 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.49219 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.489 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.68598 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.64171 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.610491 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.47761 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28195 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65164 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.89365 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42294 Mass(GeV)= 0.5 TrackId= 86 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.36373 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11073 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 52.3615 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.69315 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25655 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 28.3273 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79051 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.0792 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.41594 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.38366 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.38464 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.00205 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.37564 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 33.2451 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.00575 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.78291 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.635695 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3783 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.967976 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.9894 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.44988 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.0641 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.18341 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.93648 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.746057 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.604555 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.3974 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.68783 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.55452 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.06888 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.46219 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.12774 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.20934 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.08896 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.953597 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.899598 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79891 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8141 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.53027 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.89705 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.81215 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.69491 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.07199 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24734 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.45983 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.2295 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.7121 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.2326 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.717882 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25537 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05753 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46443 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.605833 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4121 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.958579 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14732 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.61782 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 29.9055 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.3945 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.68539 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.96374 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.87504 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.8145 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.985095 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.31 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.01754 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 45.3814 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.62923 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.29499 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.5831 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.14041 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.254 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.979088 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37235 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.40277 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.51468 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23556 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 47.8518 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.29273 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.65344 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.91187 Mass(GeV)= 0.5 TrackId= 71 --> Event 60 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.3976 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2316 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.34855 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.633865 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.8579 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.96513 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.0858 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.728394 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.29201 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33507 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 35.3575 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.6271 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.757692 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.49144 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3781 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.1022 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.10975 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.67361 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.8165 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20991 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 38.1465 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.705668 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29184 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.16819 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.648129 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.6316 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.735644 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.8228 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.89727 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.877378 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.3065 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.624791 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.7975 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.17674 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.16032 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.856005 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.613823 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.608233 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.961295 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16149 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.90751 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79095 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4241 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.827546 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.92958 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 48.736 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.843667 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.4997 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27012 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18219 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10123 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.832562 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.8476 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.11353 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.09579 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.624012 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.665848 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.25049 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.48577 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.99334 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.53942 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.57944 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65656 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.57097 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.752681 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 42.9877 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.1762 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33258 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 29.2139 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.60067 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17831 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.749901 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.4394 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.2577 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.88796 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60622 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.768611 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8083 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.63141 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.08157 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.772895 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.61038 Mass(GeV)= 0.5 TrackId= 88 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.1299 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.0769 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.93895 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29414 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96114 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.77777 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78909 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.97944 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.0777 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 41.2576 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8298 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.17506 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.98892 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.22901 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10398 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.25566 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.77522 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.38808 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 53.8307 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.82771 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.81998 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.86445 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.956625 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.686665 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.60207 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63173 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.7698 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.66172 Mass(GeV)= 0.5 TrackId= 80 --> Event 70 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.60321 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.709816 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.53151 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.24957 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 54.933 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.1947 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.98973 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.43464 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.20434 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 44.8468 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.5937 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.66954 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.616244 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40685 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 26.1421 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.601021 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.89374 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.601093 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67644 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.66155 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2593 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.857019 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96489 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46936 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.84646 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.725738 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.85424 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.881431 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.41791 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.658879 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.79553 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.693581 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.2192 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.0309 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.71845 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.65181 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 35.3122 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07279 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.796343 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05458 Mass(GeV)= 0.5 TrackId= 88 -### New exotic particle produced: ldmphoton Ekin(GeV)= 48.0628 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.9819 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.4778 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.45007 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.799251 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.4306 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.6604 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0227 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.24677 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.624584 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76238 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.90606 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.30469 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.78385 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.04508 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.50135 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.7314 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.55228 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.931449 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.53918 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.57157 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.21087 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53361 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.933815 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.90783 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.27899 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.8099 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.71792 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.63344 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.766374 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.752851 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.24582 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.15228 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.38934 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.641541 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 14.7966 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.77139 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.59067 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.753794 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.935329 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 28.6773 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.67134 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.00018 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.73511 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.90658 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.677076 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.8562 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.0235 Mass(GeV)= 0.5 TrackId= 91 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.37528 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.876487 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 55.599 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.433 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.58356 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.41705 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28927 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.74282 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18386 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.36512 Mass(GeV)= 0.5 TrackId= 54 --> Event 80 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.35128 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.35462 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.7617 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.82941 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.2726 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.52899 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 63.6217 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.0462 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.6378 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.67624 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.94442 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 59.4644 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29751 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.4249 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.879439 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.85474 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.1157 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.51674 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.98599 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 30.5618 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.85728 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19886 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.52348 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.42079 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.882137 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 28.0062 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01691 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.608665 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.89893 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.07836 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17225 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.30195 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.44018 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15915 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2283 Mass(GeV)= 0.5 TrackId= 82 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.35905 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47077 Mass(GeV)= 0.5 TrackId= 88 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13274 Mass(GeV)= 0.5 TrackId= 90 -### New exotic particle produced: ldmphoton Ekin(GeV)= 41.3018 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.620855 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.83216 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.53165 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.797845 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18721 Mass(GeV)= 0.5 TrackId= 93 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.809292 Mass(GeV)= 0.5 TrackId= 97 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.9092 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14783 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.939024 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.6087 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 23.3978 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.56298 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.6625 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96472 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02896 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.823331 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79071 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.88065 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 30.4567 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.79954 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32345 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27927 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.1973 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.20287 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42035 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.840952 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.1501 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17015 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.07772 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64769 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2548 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78794 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.79027 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.6648 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37457 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.619708 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.680268 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96607 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.733275 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.6094 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19053 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.667706 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.57597 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.20315 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38011 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.89325 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.5064 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34331 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.90701 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.664693 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.20081 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.92725 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.38099 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.27744 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.866875 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.842807 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 23.4782 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.84212 Mass(GeV)= 0.5 TrackId= 91 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.838824 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.3497 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.0516 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.9541 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54062 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.660647 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.15748 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.0977 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.952983 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.9279 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2059 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96734 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.49876 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.57689 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0288 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.05569 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70439 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.439 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.92656 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.700516 Mass(GeV)= 0.5 TrackId= 42 --> Event 90 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.39413 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.55356 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.0512 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 52.1561 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.34899 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15623 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.8787 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.790365 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.03625 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.633441 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.44521 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.262 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.45688 Mass(GeV)= 0.5 TrackId= 80 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.27469 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.722551 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.62786 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.799384 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.52549 Mass(GeV)= 0.5 TrackId= 80 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.7972 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.67271 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26749 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.850894 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.31521 Mass(GeV)= 0.5 TrackId= 87 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.789 Mass(GeV)= 0.5 TrackId= 88 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.73883 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.86768 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.49495 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.44789 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.851008 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.3403 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.75702 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25811 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.953332 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13742 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.843204 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.793585 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.2013 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 32.6901 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.609798 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.03252 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.11033 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.740686 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.56817 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.797116 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.53515 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2996 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.08614 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.708086 Mass(GeV)= 0.5 TrackId= 81 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.02633 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.37228 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.07899 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25688 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.96935 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.18224 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.882046 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00772 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.681323 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.59902 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.06813 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 55.2869 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.86426 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.670921 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0886 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.49869 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.45864 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.27269 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.48034 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.714 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.41974 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.32244 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.63133 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0303 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.25689 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.75767 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.4326 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.9131 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.2805 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.24136 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03358 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.3382 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.0514 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.2951 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.99783 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54834 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.78539 Mass(GeV)= 0.5 TrackId= 81 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.5932 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.67055 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.47446 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 41.913 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.630193 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.04351 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.58618 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.96928 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.71908 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.93003 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07972 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.636139 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.7059 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.784 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 30.2258 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.602285 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09078 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 75.872 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23284 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.74269 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.1412 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 40.867 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 85.7121 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.75588 Mass(GeV)= 0.5 TrackId= 63 Run terminated. Run Summary Number of events processed : 100 - User=0.790000s Real=0.820617s Sys=0.000000s -RunAction: End of run actions are started 1 Nevt= 100 Edep= 4130.15 + User=0.690000s Real=0.712889s Sys=0.000000s +RunAction: End of run actions are started 1 Nevt= 100 Edep= 4060.95 ==================================================== Beam Particle: proton Ekin(GeV) = 100 @@ -1147,21 +1127,18 @@ RunAction: End of run actions are started 1 Nevt= 100 Edep= 4130.15 ================== run summary ===================== End of Run TotNbofEvents = 100 - Mean energy deposit in absorber = 4.1302 +- 0.10892 GeV RMS/Emean = 0.26372 - Mean number of steps in absorber= 86.52 + Mean energy deposit in absorber = 4.0609 +- 0.074073 GeV RMS/Emean = 0.1824 + Mean number of steps in absorber= 85.53 ================== run end ========================== ... write file : dmp.root - done ... close file : dmp.root - done ... clear all data - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.083 MB +Dynamic pools deleted: 10 / Total memory freed: 0.077 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/exoticphysics/monopole/History b/examples/extended/exoticphysics/monopole/History index 55084d4910..210ac13dc3 100644 --- a/examples/extended/exoticphysics/monopole/History +++ b/examples/extended/exoticphysics/monopole/History @@ -1,18 +1,22 @@ -------------------------------------------------------------------- +# Example monopole History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Monopole Example History file - ----------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-04-19 Jonas Hahnfeld (monopole-V11-00-02) +- `G4MonopoleTransportation`: Set step status on volume boundary + +## 2022-01-17 Jonas Hahnfeld (monopole-V11-00-01) +- Remove useless `const_cast` of `G4VSensitiveDetector` + +## 2021-12-10 Ben Morgan (monopole-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07 November 2021 I. Hrivnacova (monopole-V10-07-01) - Added analysis manager Clear() call at the end of run diff --git a/examples/extended/exoticphysics/monopole/monopole.out b/examples/extended/exoticphysics/monopole/monopole.out index 9de3e29f02..c40e8f2f21 100644 --- a/examples/extended/exoticphysics/monopole/monopole.out +++ b/examples/extended/exoticphysics/monopole/monopole.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -83,7 +83,8 @@ G4MonopoleEquation::G4MonopoleEquation LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -100,7 +101,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -110,8 +111,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -175,10 +177,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -203,10 +205,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -233,10 +235,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -265,10 +267,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -279,10 +281,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -292,10 +294,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -324,10 +326,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -356,10 +358,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -388,14 +390,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -406,7 +407,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -421,14 +422,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -439,7 +439,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -454,10 +454,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -486,10 +486,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -523,15 +523,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -541,10 +544,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -552,10 +557,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -564,6 +571,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -571,11 +579,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -583,11 +593,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -596,10 +608,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -610,10 +624,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -624,10 +640,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -637,10 +655,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -651,10 +671,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -665,10 +687,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -679,10 +703,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -692,11 +718,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -704,6 +732,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -711,6 +740,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -720,6 +750,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -727,11 +758,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -739,11 +772,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -753,11 +788,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -765,6 +802,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -772,6 +810,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -781,11 +820,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -793,11 +834,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -807,11 +850,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -819,11 +864,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -833,29 +880,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -869,14 +918,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Si Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.85422 keV e- 423.34 keV e+ 409.007 keV proton 70 keV + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -900,7 +949,7 @@ Index : 1 used in the geometry : Yes The run consists of 100 monopole of 100 GeV through 10 cm of G4_Si (density: 2.33 g/cm3 ) - Projected Range= 7.7942 cm rms= 192.67 um + Projected Range= 7.7947 cm rms= 188.45 um ################################################################## ### Stopping Powers and Cross Sections @@ -1009,6 +1058,2006 @@ Index : 1 used in the geometry : Yes 98. 6.31e+06 0.356 1.08 1.3e+03 2.07e+03 0.0421 198 99. 7.94e+06 0.356 1.21 1.27e+03 2.08e+03 0.0421 198 ################################################################## + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomMgt1001 + issued by : G4RegionStore::GetRegion() +Region NOT found in store ! + Region world NOT found in store ! + Returning NULL pointer. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + ... write file : monopole.root - done ... close file : monopole.root - done ... clear all data - done diff --git a/examples/extended/exoticphysics/monopole/src/G4MonopoleTransportation.cc b/examples/extended/exoticphysics/monopole/src/G4MonopoleTransportation.cc index 36af797323..c715b55a24 100644 --- a/examples/extended/exoticphysics/monopole/src/G4MonopoleTransportation.cc +++ b/examples/extended/exoticphysics/monopole/src/G4MonopoleTransportation.cc @@ -416,6 +416,11 @@ G4VParticleChange* G4MonopoleTransportation::AlongStepDoIt( { ++noCalls; + if(fGeometryLimitedStep) + { + stepData.GetPostStepPoint()->SetStepStatus(fGeomBoundary); + } + fParticleChange.Initialize(track) ; // Code for specific process @@ -599,7 +604,7 @@ G4VParticleChange* G4MonopoleTransportation::PostStepDoIt( const G4Track& track, const G4VPhysicalVolume* pNewVol = retCurrentTouchable->GetVolume() ; const G4Material* pNewMaterial = 0 ; - const G4VSensitiveDetector* pNewSensitiveDetector = 0 ; + G4VSensitiveDetector* pNewSensitiveDetector = 0; if( pNewVol != 0 ) { pNewMaterial= pNewVol->GetLogicalVolume()->GetMaterial(); @@ -607,12 +612,10 @@ G4VParticleChange* G4MonopoleTransportation::PostStepDoIt( const G4Track& track, } // ( pNewMaterial ) ; - // ( pNewSensitiveDetector) ; fParticleChange.SetMaterialInTouchable( (G4Material *) pNewMaterial ) ; - fParticleChange.SetSensitiveDetectorInTouchable( - (G4VSensitiveDetector *) pNewSensitiveDetector ) ; + fParticleChange.SetSensitiveDetectorInTouchable( pNewSensitiveDetector ) ; const G4MaterialCutsCouple* pNewMaterialCutsCouple = 0; if( pNewVol != 0 ) diff --git a/examples/extended/exoticphysics/phonon/History b/examples/extended/exoticphysics/phonon/History index ee2278df29..dca6a53824 100644 --- a/examples/extended/exoticphysics/phonon/History +++ b/examples/extended/exoticphysics/phonon/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example phonon History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Phonon Example History file - ----------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (phononExample-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 4 November 2020 G.Folger (phononExample-V10-07-00) - download CrystalMap files diff --git a/examples/extended/exoticphysics/saxs/History b/examples/extended/exoticphysics/saxs/History index 61d589a511..1f54d01089 100644 --- a/examples/extended/exoticphysics/saxs/History +++ b/examples/extended/exoticphysics/saxs/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example saxs History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Exotic Examples History file - ----------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (saxs-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 13, 2021, V. Ivanchenko (saxs-V10-07-03) - G4EmPenelopePhysicsMI - removed unused obsolete header diff --git a/examples/extended/exoticphysics/saxs/saxs-slits.out b/examples/extended/exoticphysics/saxs/saxs-slits.out index 722f128950..02292e80e7 100644 --- a/examples/extended/exoticphysics/saxs/saxs-slits.out +++ b/examples/extended/exoticphysics/saxs/saxs-slits.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -46,6 +46,7 @@ Shielding thickness: 4 mm LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -63,7 +64,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -73,8 +74,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -171,10 +173,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 1 GeV MollerBhabha : Emin= 1 GeV Emax= 100 TeV @@ -200,10 +202,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 1 GeV MollerBhabha : Emin= 1 GeV Emax= 100 TeV @@ -232,10 +234,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -262,10 +264,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -278,10 +280,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -295,10 +297,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -325,10 +327,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -351,10 +353,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -377,14 +379,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -395,7 +396,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -410,14 +411,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -428,7 +428,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -443,10 +443,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -469,10 +469,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -495,35 +495,35 @@ hPairProd: for pi- XStype:1 SubType=4 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : CustomMat Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.40044 keV e- 111.625 keV e+ 109.891 keV proton 10 keV + Energy thresholds : gamma 1.40037 keV e- 111.625 keV e+ 109.884 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_W Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 36.2806 keV e- 351.89 keV e+ 338.072 keV proton 10 keV + Energy thresholds : gamma 36.2784 keV e- 351.887 keV e+ 338.074 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Ge Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 5.96323 keV e- 174.298 keV e+ 169.99 keV proton 10 keV + Energy thresholds : gamma 5.96401 keV e- 174.289 keV e+ 169.994 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 29.3967 keV e- 240.671 keV e+ 232.59 keV proton 10 keV + Energy thresholds : gamma 29.3967 keV e- 240.662 keV e+ 232.588 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -556,7 +556,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 1000000 - User=17.110000s Real=25.446481s Sys=0.060000s + User=16.410000s Real=20.091896s Sys=0.060000s --------------------End of Global Run----------------------- The run had 1000000 events... write file : output.root - done @@ -564,8 +564,8 @@ Run Summary G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.029 MB +Dynamic pools deleted: 14 / Total memory freed: 0.028 MB ============================================================ RunManagerKernel is deleted. Good bye :) Execution completed -User=18.910000s Real=27.718128s Sys=0.120000s +User=18.110000s Real=22.260035s Sys=0.120000s diff --git a/examples/extended/exoticphysics/saxs/saxs.out b/examples/extended/exoticphysics/saxs/saxs.out index 56e3f14be9..275f6d56f2 100644 --- a/examples/extended/exoticphysics/saxs/saxs.out +++ b/examples/extended/exoticphysics/saxs/saxs.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,6 +37,7 @@ Shielding thickness: 4 mm LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -54,7 +55,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -64,8 +65,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -161,10 +163,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 1 GeV MollerBhabha : Emin= 1 GeV Emax= 100 TeV @@ -190,10 +192,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 1 GeV MollerBhabha : Emin= 1 GeV Emax= 100 TeV @@ -222,10 +224,10 @@ msc: for proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -252,10 +254,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -268,10 +270,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -285,10 +287,10 @@ msc: for anti_proton SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -315,10 +317,10 @@ msc: for kaon+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -341,10 +343,10 @@ msc: for kaon- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -367,14 +369,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -385,7 +386,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -400,14 +401,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -418,7 +418,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -433,10 +433,10 @@ msc: for pi+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -459,10 +459,10 @@ msc: for pi- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -485,28 +485,28 @@ hPairProd: for pi- XStype:1 SubType=4 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : MedMat_0.80_0.20_0.00_0.00 Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 83.2112 keV e+ 82.1189 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 83.2045 keV e+ 82.1259 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Ge Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 5.96323 keV e- 174.298 keV e+ 169.99 keV proton 10 keV + Energy thresholds : gamma 5.96401 keV e- 174.289 keV e+ 169.994 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 29.3967 keV e- 240.671 keV e+ 232.59 keV proton 10 keV + Energy thresholds : gamma 29.3967 keV e- 240.662 keV e+ 232.588 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -539,7 +539,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 1000000 - User=24.300000s Real=35.052688s Sys=0.360000s + User=25.630000s Real=37.236154s Sys=0.450000s --------------------End of Global Run----------------------- The run had 1000000 events... write file : output.root - done @@ -551,4 +551,4 @@ Dynamic pools deleted: 14 / Total memory freed: 0.025 MB ============================================================ RunManagerKernel is deleted. Good bye :) Execution completed -User=26.070000s Real=37.154893s Sys=0.420000s +User=27.270000s Real=39.585138s Sys=0.540000s diff --git a/examples/extended/exoticphysics/ucn/ExUCN.out b/examples/extended/exoticphysics/ucn/ExUCN.out index f6ec2e193e..becf3669ee 100644 --- a/examples/extended/exoticphysics/ucn/ExUCN.out +++ b/examples/extended/exoticphysics/ucn/ExUCN.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -63,6 +63,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -106,14 +110,14 @@ Some /vis commands (optionally) take a string to specify colour. Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma -1 MeV e- 1 keV e+ -1 MeV proton 100 keV + Energy thresholds : gamma -1 MeV e- 990 eV e+ -1 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Ni Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma -1 MeV e- 1.4556 MeV e+ -1 MeV proton 100 keV + Energy thresholds : gamma -1 MeV e- 1.45561 MeV e+ -1 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -152,7 +156,7 @@ G4UCNBoundaryProcess -> BELOW critical velocity UCN at Boundary! vol1: World, vol2: Guide Ekin: 59.131111543263neV - MomDir: (0.19314099204705,-0.98115702460316,0.0052392998539152) + MomDir: (0.19314099204705,-0.98115702460316,0.0052392998539151) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** @@ -166,7 +170,7 @@ G4UCNBoundaryProcess -> BELOW critical velocity UCN at Boundary! vol1: World, vol2: Guide Ekin: 59.144740858644neV - MomDir: (0.17286310795848,-0.9849319275816,0.005238696146947) + MomDir: (0.17286310795848,-0.9849319275816,0.0052386961469469) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** @@ -194,7 +198,7 @@ G4UCNBoundaryProcess -> BELOW critical velocity UCN at Boundary! vol1: World, vol2: Guide Ekin: 59.170547362866neV - MomDir: (0.12402046301375,-0.99226583776016,0.0052375536260129) + MomDir: (0.12402046301376,-0.99226583776016,0.0052375536260129) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** @@ -207,22 +211,22 @@ G4UCNBoundaryProcess -> BELOW critical velocity *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.181039703755neV - MomDir: (0.09620916515466,-0.99534736119394,0.0052370893165457) + Ekin: 59.181039703756neV + MomDir: (0.096209165154662,-0.99534736119394,0.0052370893165457) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.027556185071neV - MomDir: (-0.086572231600535,0.99622991851547,0.0055855322354659) + Ekin: 52.02755618507neV + MomDir: (-0.086572231600536,0.99622991851547,0.0055855322354659) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 59.188958621767neV - MomDir: (0.066729769835732,-0.99775734243485,0.0052367389685322) + MomDir: (0.066729769835733,-0.99775734243485,0.0052367389685322) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** @@ -250,49 +254,49 @@ G4UCNBoundaryProcess -> BELOW critical velocity UCN at Boundary! vol1: World, vol2: Guide Ekin: 59.195166239641neV - MomDir: (0.0048002320238681,-0.99997476828833,0.0052364643808524) + MomDir: (0.0048002320238675,-0.99997476828833,0.0052364643808523) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 52.017109649702neV - MomDir: (0.012177443569161,0.99991024868849,0.0055860930752663) + MomDir: (0.012177443569162,0.99991024868849,0.0055860930752663) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 59.193037955872neV - MomDir: (-0.026567108807605,-0.9996333163638,0.0052365585184601) + MomDir: (-0.026567108807606,-0.9996333163638,0.00523655851846) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 52.021489797705neV - MomDir: (0.045451458671523,0.99895093127549,0.005585857899096) + MomDir: (0.045451458671525,0.99895093127549,0.0055858578990959) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.187533603363neV - MomDir: (-0.057466511752617,-0.99833369968749,0.0052368020088722) + Ekin: 59.187533603364neV + MomDir: (-0.057466511752619,-0.99833369968749,0.0052368020088722) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 52.02953089856neV - MomDir: (0.077917121499852,0.99694419361914,0.0055854262386376) + MomDir: (0.077917121499854,0.99694419361914,0.0055854262386376) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 59.179022381624neV - MomDir: (-0.087358404641599,-0.99616317995548,0.0052371785779573) + MomDir: (-0.087358404641601,-0.99616317995548,0.0052371785779573) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** @@ -305,1184 +309,1184 @@ G4UCNBoundaryProcess -> BELOW critical velocity *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.168071895326neV + Ekin: 59.168071895327neV MomDir: (-0.11573112598173,-0.9932667684783,0.0052376631889745) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.054229162354neV - MomDir: (0.13819589495449,0.99038917221138,0.0055841010178042) + Ekin: 52.054229162355neV + MomDir: (0.13819589495449,0.99038917221138,0.0055841010178041) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.15540657949neV - MomDir: (-0.14211330545892,-0.98983653671824,0.0052382238571538) + Ekin: 59.155406579491neV + MomDir: (-0.14211330545893,-0.98983653671824,0.0052382238571538) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.069247715544neV - MomDir: (0.16500558299584,0.9862768294906,0.0055832956367962) + Ekin: 52.069247715545neV + MomDir: (0.16500558299584,0.9862768294906,0.0055832956367961) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.141856139305neV - MomDir: (-0.16608319862886,-0.98609782773175,0.0052388239074266) + Ekin: 59.141856139306neV + MomDir: (-0.16608319862886,-0.98609782773175,0.0052388239074265) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.084767797061neV - MomDir: (0.18902015143659,0.98195734044287,0.0055824637269767) + Ekin: 52.084767797062neV + MomDir: (0.1890201514366,0.98195734044286,0.0055824637269766) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.128298587468neV - MomDir: (-0.18727462292813,-0.98229362414619,0.0052394244790435) + Ekin: 59.128298587469neV + MomDir: (-0.18727462292814,-0.98229362414619,0.0052394244790435) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.099789476764neV - MomDir: (0.20988639534544,0.97770984761992,0.0055816588866082) + Ekin: 52.099789476765neV + MomDir: (0.20988639534544,0.97770984761992,0.0055816588866081) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.115602421881neV - MomDir: (-0.20537960691593,-0.97866836037468,0.0052399870803433) + Ekin: 59.115602421882neV + MomDir: (-0.20537960691594,-0.97866836037467,0.0052399870803432) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.113357367067neV - MomDir: (0.22731498109964,0.9738052949964,0.0055809322373461) + Ekin: 52.113357367068neV + MomDir: (0.22731498109965,0.9738052949964,0.005580932237346) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.104571945295neV - MomDir: (-0.22014826071538,-0.97545234671669,0.0052404760176321) + Ekin: 59.104571945296neV + MomDir: (-0.22014826071539,-0.97545234671669,0.005240476017632) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.124619010516neV - MomDir: (0.24107813109448,0.97048966745282,0.0055803293181759) + Ekin: 52.124619010518neV + MomDir: (0.24107813109449,0.97048966745282,0.0055803293181757) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.09589888502neV - MomDir: (-0.23138665392576,-0.97284775261377,0.0052408605561341) + Ekin: 59.095898885022neV + MomDir: (-0.23138665392576,-0.97284775261377,0.005240860556134) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.132874367371neV - MomDir: (0.25100563171028,0.96796954379026,0.0055798874718906) + Ekin: 52.132874367373neV + MomDir: (0.25100563171028,0.96796954379026,0.0055798874718905) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.090122541369neV - MomDir: (-0.23895362200146,-0.97101683673766,0.0052411167095359) + Ekin: 59.09012254137neV + MomDir: (-0.23895362200147,-0.97101683673766,0.0052411167095358) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.137614591651neV - MomDir: (0.25698029550132,0.96640053570483,0.0055796338112705) + Ekin: 52.137614591652neV + MomDir: (0.25698029550132,0.96640053570483,0.0055796338112704) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.087599856384neV - MomDir: (-0.24275741569471,-0.97007286666935,0.0052412285904157) + Ekin: 59.087599856385neV + MomDir: (-0.24275741569471,-0.97007286666935,0.0052412285904156) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.13854914579neV - MomDir: (0.25893390601918,0.96587892644897,0.0055795838051491) + Ekin: 52.138549145792neV + MomDir: (0.25893390601919,0.96587892644897,0.005579583805149) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.088486161255neV - MomDir: (-0.24275297673391,-0.97007397770569,0.0052411892820482) + Ekin: 59.088486161257neV + MomDir: (-0.24275297673391,-0.97007397770569,0.0052411892820481) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.135620877628neV - MomDir: (0.25684445959797,0.96643664565756,0.0055797404954112) + Ekin: 52.135620877629neV + MomDir: (0.25684445959797,0.96643664565756,0.0055797404954111) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.092726934789neV - MomDir: (-0.23894042173029,-0.97102008566746,0.0052410012124098) + Ekin: 59.092726934791neV + MomDir: (-0.23894042173029,-0.97102008566746,0.0052410012124096) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.129008962467neV - MomDir: (0.25073522785979,0.96803962111951,0.0055800943444651) + Ekin: 52.129008962468neV + MomDir: (0.25073522785979,0.96803962111951,0.005580094344465) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.100060669135neV - MomDir: (-0.23136504702039,-0.97285289244164,0.0052406760240544) + Ekin: 59.100060669137neV + MomDir: (-0.23136504702039,-0.97285289244164,0.0052406760240543) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.119119687198neV - MomDir: (0.24067581475211,0.97058951613562,0.0055806237132641) + Ekin: 52.1191196872neV + MomDir: (0.2406758147521,0.97058951613562,0.005580623713264) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.110032855605neV - MomDir: (-0.22011882502598,-0.97545899084351,0.0052402339400258) + Ekin: 59.110032855607neV + MomDir: (-0.22011882502598,-0.97545899084351,0.0052402339400257) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.106565093783neV - MomDir: (0.22678497995699,0.97392885879882,0.0055812959725263) + Ekin: 52.106565093784neV + MomDir: (0.22678497995698,0.97392885879882,0.0055812959725261) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.122020834616neV - MomDir: (-0.20534310089771,-0.97867602220038,0.005239702640534) + Ekin: 59.122020834618neV + MomDir: (-0.2053431008977,-0.97867602220038,0.0052397026405339) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.092129744321neV - MomDir: (0.20923474642712,0.97784950855976,0.0055820692407473) + Ekin: 52.092129744323neV + MomDir: (0.20923474642711,0.97784950855976,0.0055820692407472) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.135268994874neV - MomDir: (-0.18723193184025,-0.98230176390266,0.0052391156785588) + Ekin: 59.135268994876neV + MomDir: (-0.18723193184024,-0.98230176390266,0.0052391156785587) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.076726229293neV - MomDir: (0.1882549524636,0.98210432447852,0.0055828947259155) + Ekin: 52.076726229295neV + MomDir: (0.18825495246358,0.98210432447852,0.0055828947259154) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.148933266102neV - MomDir: (-0.16603527512207,-0.98610589969993,0.0052385104873182) + Ekin: 59.148933266104neV + MomDir: (-0.16603527512206,-0.98610589969993,0.005238510487318) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.061340776397neV - MomDir: (0.16413720818288,0.98642171456495,0.0055837196088077) + Ekin: 52.061340776399neV + MomDir: (0.16413720818286,0.98642171456495,0.0055837196088075) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.162133100319neV - MomDir: (-0.14206111153877,-0.98984403050122,0.0052379260651236) + Ekin: 59.16213310032neV + MomDir: (-0.14206111153876,-0.98984403050122,0.0052379260651234) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.046971321267neV - MomDir: (0.137237122178,0.99052248120062,0.0055844903498245) + Ekin: 52.046971321269neV + MomDir: (0.13723712217798,0.99052248120062,0.0055844903498243) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.174008233225neV - MomDir: (-0.11567558395741,-0.9932732398049,0.005237400461138) + Ekin: 59.174008233227neV + MomDir: (-0.1156755839574,-0.9932732398049,0.0052374004611378) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.034561558658neV - MomDir: (0.10797372760753,0.99413805891152,0.0055851562348245) + Ekin: 52.034561558659neV + MomDir: (0.10797372760751,0.99413805891152,0.0055851562348243) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.183776606489neV - MomDir: (-0.087300364065362,-0.99616826921855,0.0052369682228052) + Ekin: 59.183776606491neV + MomDir: (-0.087300364065345,-0.99616826921856,0.005236968222805) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.024935579797neV - MomDir: (0.076825278482769,0.9970289247781,0.0055856729111895) + Ekin: 52.024935579798neV + MomDir: (0.076825278482751,0.9970289247781,0.0055856729111893) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.190789117065neV - MomDir: (-0.05740673723663,-0.99833713941378,0.0052366579939387) + Ekin: 59.190789117067neV + MomDir: (-0.057406737236613,-0.99833713941379,0.0052366579939386) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.018738439358neV - MomDir: (0.044320998136827,0.99900172455575,0.0055860056198405) + Ekin: 52.01873843936neV + MomDir: (0.044320998136808,0.99900172455575,0.0055860056198403) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.194576556699neV - MomDir: (-0.026506292172543,-0.99963493118383,0.0052364904630224) + Ekin: 59.194576556701neV + MomDir: (-0.026506292172524,-0.99963493118383,0.0052364904630223) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.01638811904neV - MomDir: (0.011028898473575,0.9999235763446,0.0055861318180894) + Ekin: 52.016388119042neV + MomDir: (0.011028898473555,0.9999235763446,0.0055861318180893) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.194884382982neV - MomDir: (0.0048614427542199,-0.99997447251646,0.0052364768475597) + Ekin: 59.194884382984neV + MomDir: (0.0048614427542394,-0.99997447251646,0.0052364768475595) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.018043695474neV - MomDir: (-0.022459651825693,0.99973214420881,0.0055860429225724) + Ekin: 52.018043695476neV + MomDir: (-0.022459651825714,0.99973214420881,0.0055860429225722) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.191691872807neV - MomDir: (0.036143623053848,-0.99933288565114,0.0052366180606225) + Ekin: 59.191691872809neV + MomDir: (0.036143623053868,-0.99933288565114,0.0052366180606224) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.023593083091neV - MomDir: (-0.055547402964625,0.99844042660386,0.0055857449813663) + Ekin: 52.023593083093neV + MomDir: (-0.055547402964646,0.99844042660385,0.0055857449813661) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.185213688793neV - MomDir: (0.066789825798315,-0.99775332322152,0.0052369046427353) + Ekin: 59.185213688795neV + MomDir: (0.066789825798335,-0.99775332322152,0.0052369046427352) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.032661682564neV - MomDir: (-0.087649221305656,0.9961357432074,0.005585258199702) + Ekin: 52.032661682566neV + MomDir: (-0.087649221305677,0.9961357432074,0.0055852581997018) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.175883696037neV - MomDir: (0.096267585408629,-0.99534171142646,0.0052373174659462) + Ekin: 59.175883696039neV + MomDir: (0.096267585408649,-0.99534171142646,0.0052373174659461) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.044640988824neV - MomDir: (-0.1182089954389,0.99297303360588,0.0055846153730077) + Ekin: 52.044640988825neV + MomDir: (-0.11820899543892,0.99297303360588,0.0055846153730075) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.164322705145neV - MomDir: (0.12407643709583,-0.99225883866233,0.00523782913936) + Ekin: 59.164322705147neV + MomDir: (0.12407643709585,-0.99225883866233,0.0052378291393598) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.05873411504neV - MomDir: (-0.14671402407998,0.98916318959637,0.0055838593997975) + Ekin: 52.058734115042neV + MomDir: (-0.14671402408,0.98916318959637,0.0055838593997974) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.151293360589neV - MomDir: (0.14975942857483,-0.98870858833922,0.0052384059798565) + Ekin: 59.15129336059neV + MomDir: (0.14975942857485,-0.98870858833922,0.0052384059798564) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.07401362217neV - MomDir: (-0.17270585949589,0.98495762130086,0.0055830401343614) + Ekin: 52.074013622172neV + MomDir: (-0.17270585949591,0.98495762130085,0.0055830401343613) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.137646421197neV - MomDir: (0.17291142448684,-0.98492344476731,0.0052390103671585) + Ekin: 59.137646421198neV + MomDir: (0.17291142448686,-0.98492344476731,0.0052390103671584) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.089486243451neV - MomDir: (-0.19578711599093,0.98063053395946,0.0055822108817842) + Ekin: 52.089486243452neV + MomDir: (-0.19578711599095,0.98063053395946,0.0055822108817841) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.124263065714neV - MomDir: (0.19318399968043,-0.98114855594089,0.0052396032842377) + Ekin: 59.124263065716neV + MomDir: (0.19318399968044,-0.98114855594089,0.0052396032842376) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.104159088413neV - MomDir: (-0.2156243273631,0.97646044320599,0.0055814248343417) + Ekin: 52.104159088414neV + MomDir: (-0.21562432736311,0.97646044320598,0.0055814248343415) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.111997645169neV - MomDir: (0.21028716429911,-0.9776256182159,0.0052401468507469) + Ekin: 59.11199764517neV + MomDir: (0.21028716429913,-0.9776256182159,0.0052401468507467) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.117102558919neV - MomDir: (-0.23194743328147,0.97271231287968,0.0055807317078037) + Ekin: 52.11710255892neV + MomDir: (-0.23194743328149,0.97271231287968,0.0055807317078035) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.101624646212neV - MomDir: (0.22398852861926,-0.97457769063763,0.0052406066828862) + Ekin: 59.101624646214neV + MomDir: (0.22398852861927,-0.97457769063763,0.005240606682886) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.127506256521neV - MomDir: (-0.24454682788619,0.96962142644451,0.0055801747739842) + Ekin: 52.127506256523neV + MomDir: (-0.2445468278862,0.96962142644451,0.005580174773984) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.093792737517neV - MomDir: (0.23411075099784,-0.97219580778202,0.0052409539494206) + Ekin: 59.093792737518neV + MomDir: (0.23411075099786,-0.97219580778201,0.0052409539494204) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.134725323787neV - MomDir: (-0.25326908127884,0.96737977983281,0.0055797884187152) + Ekin: 52.134725323788neV + MomDir: (-0.25326908127886,0.9673797798328,0.005579788418715) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.088987854132neV - MomDir: (0.24052820228713,-0.97062799983962,0.0052411670319386) + Ekin: 59.088987854134neV + MomDir: (0.24052820228715,-0.97062799983962,0.0052411670319385) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.138315704999neV - MomDir: (-0.25801244926957,0.96612548052885,0.0055795962959726) + Ekin: 52.138315705neV + MomDir: (-0.25801244926958,0.96612548052884,0.0055795962959724) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.087506491219neV - MomDir: (0.24316373397004,-0.96997109645659,0.0052412327312909) + Ekin: 59.087506491221neV + MomDir: (0.24316373397006,-0.96997109645659,0.0052412327312907) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.1380575779neV - MomDir: (-0.25872314121252,0.96593540371609,0.0055796101077954) + Ekin: 52.138057577901neV + MomDir: (-0.25872314121254,0.96593540371609,0.0055796101077952) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.089439819112neV - MomDir: (0.24198627102425,-0.97026551779089,0.0052411469875069) + Ekin: 59.089439819113neV + MomDir: (0.24198627102427,-0.97026551779089,0.0052411469875068) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.133966708225neV - MomDir: (-0.25539308181479,0.96682120336146,0.0055798290150787) + Ekin: 52.133966708226neV + MomDir: (-0.25539308181481,0.96682120336146,0.0055798290150785) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.094668847011neV - MomDir: (0.2370097502771,-0.97149313486123,0.0052409150993295) + Ekin: 59.094668847012neV + MomDir: (0.23700975027712,-0.97149313486123,0.0052409150993294) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.126293653147neV - MomDir: (-0.24805958848303,0.96872870375908,0.0055802396788425) + Ekin: 52.126293653149neV + MomDir: (-0.24805958848305,0.96872870375908,0.0055802396788423) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.102870721143neV - MomDir: (0.22829359649444,-0.97357823025182,0.0052405514383359) + Ekin: 59.102870721145neV + MomDir: (0.22829359649446,-0.97357823025181,0.0052405514383357) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.115510800974neV - MomDir: (-0.23680700520956,0.97154068199229,0.0055808169329705) + Ekin: 52.115510800976neV + MomDir: (-0.23680700520959,0.97154068199228,0.0055808169329703) G4UCNBoundaryProcess -> BELOW critical velocity *** MR Model Diffuse Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 54.76243652602neV - MomDir: (0.69691111717517,-0.45468808563316,0.55459321988365) + Ekin: 54.762436526021neV + MomDir: (0.69691111717527,-0.4546880856331,0.55459321988358) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.005117192276neV - MomDir: (-0.39719171284253,-0.74617743019563,0.53428268352611) + Ekin: 59.005117192277neV + MomDir: (-0.39719171284233,-0.74617743019579,0.53428268352604) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 57.137617146323neV - MomDir: (-0.78156273055703,0.30719982535483,0.5429437958999) + Ekin: 57.137617146327neV + MomDir: (-0.78156273055723,0.30719982535447,0.54294379589982) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.423097123577neV - MomDir: (0.27116127345647,0.77792846260064,0.56683231281683) + Ekin: 52.42309712358neV + MomDir: (0.27116127345593,0.77792846260089,0.56683231281674) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.965712666774neV - MomDir: (0.78167505135527,-0.27725368361377,0.55867209435529) + Ekin: 53.965712666773neV + MomDir: (0.78167505135556,-0.27725368361308,0.55867209435523) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 58.662795994311neV - MomDir: (-0.22053347734605,-0.81500996090496,0.53583929400088) + MomDir: (-0.22053347734522,-0.81500996090522,0.53583929400081) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 57.831912752223neV - MomDir: (-0.8328459012966,0.12295848269298,0.53967482452612) + Ekin: 57.831912752228neV + MomDir: (-0.83284590129681,0.12295848269198,0.53967482452602) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.916341835235neV - MomDir: (0.075779708494582,0.822163889662,0.5641843442673) + Ekin: 52.91634183524neV + MomDir: (0.07577970849336,0.82216388966218,0.5641843442672) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.254779992neV - MomDir: (0.82262110727232,-0.083745957498484,0.56238876986718) + Ekin: 53.254779991997neV + MomDir: (0.8226211072725,-0.083745957497098,0.56238876986713) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.164704566985neV - MomDir: (-0.032475783046279,-0.84223678396774,0.53812872367791) + Ekin: 58.164704566982neV + MomDir: (-0.032475783044795,-0.84223678396783,0.53812872367786) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.406791703815neV - MomDir: (-0.84091024227638,-0.066990417604168,0.5370123354113) + Ekin: 58.406791703821neV + MomDir: (-0.84091024227631,-0.066990417605797,0.53701233541121) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.561084390874neV - MomDir: (-0.12312095835213,0.81876055434135,0.56077837357471) + Ekin: 53.561084390882neV + MomDir: (-0.12312095835399,0.81876055434115,0.5607783735746) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.673415210915neV - MomDir: (0.81667080451867,0.11522510115781,0.56548383983099) + Ekin: 52.673415210911neV + MomDir: (0.81667080451842,0.11522510115985,0.56548383983094) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 57.532573228277neV - MomDir: (0.15769332730476,-0.82605601663018,0.54107695562889) + Ekin: 57.53257322827neV + MomDir: (0.15769332730684,-0.82605601662981,0.54107695562885) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.837083921079neV - MomDir: (-0.80598297096922,-0.25321576368663,0.53504507055783) + Ekin: 58.837083921085neV + MomDir: (-0.8059829709686,-0.25321576368878,0.53504507055773) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 54.316224098313neV - MomDir: (-0.31427112894496,0.76885191955868,0.55686657585332) + Ekin: 54.316224098324neV + MomDir: (-0.31427112894729,0.76885191955782,0.55686657585318) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.259979729989neV - MomDir: (0.7632758417899,0.30839626887638,0.56771624134161) + Ekin: 52.259979729986neV + MomDir: (0.76327584178892,0.30839626887891,0.56771624134156) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.794462346316neV - MomDir: (0.34035512841242,-0.76654373545856,0.54458157166086) + Ekin: 56.794462346306neV + MomDir: (0.34035512841494,-0.76654373545745,0.54458157166084) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.103913935893neV - MomDir: (-0.73008065187246,-0.42661624541457,0.53383594943565) + Ekin: 59.103913935897neV + MomDir: (-0.73008065187107,-0.42661624541705,0.53383594943556) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 55.136497730931neV - MomDir: (-0.4872390081429,0.67609997322097,0.55270876160463) + Ekin: 55.136497730946neV + MomDir: (-0.48723900814547,0.67609997321924,0.55270876160449) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 52.044193826052neV - MomDir: (0.66473378113082,0.48424264625099,0.56889195791061) + MomDir: (0.66473378112887,0.48424264625375,0.56889195791054) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 55.985500062994neV - MomDir: (0.50569492755579,-0.66589659713088,0.54850192540579) + Ekin: 55.985500062981neV + MomDir: (0.50569492755851,-0.66589659712882,0.54850192540578) G4UCNBoundaryProcess -> BELOW critical velocity *** MR Model Diffuse Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 54.011922469468neV - MomDir: (-0.77460153473416,0.18475062595859,-0.60486334704245) + Ekin: 54.011922469483neV + MomDir: (-0.77460153473506,0.18475062595534,-0.60486334704229) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.597654048491neV - MomDir: (0.59158200288944,-0.55928748290413,-0.58071356564496) + Ekin: 58.597654048484neV + MomDir: (0.59158200289168,-0.55928748290181,-0.58071356564491) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.064121217246neV - MomDir: (-0.30190338093235,0.72753507833418,-0.61607390658499) + Ekin: 52.06412121725neV + MomDir: (-0.30190338093553,0.72753507833295,-0.61607390658489) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.045495593442neV - MomDir: (-0.049038228705248,-0.81420192652629,-0.57850710882956) + Ekin: 59.045495593447neV + MomDir: (-0.049038228702101,-0.81420192652655,-0.57850710882946) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.095600704987neV - MomDir: (0.42683244416324,0.6675630340349,-0.61006037422517) + Ekin: 53.095600704978neV + MomDir: (0.42683244416051,0.66756303403667,-0.61006037422514) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 57.020012663859neV - MomDir: (-0.65307598755806,-0.47637486186345,-0.5886924030932) + Ekin: 57.020012663872neV + MomDir: (-0.65307598755636,-0.47637486186597,-0.58869240309305) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.099582321991neV - MomDir: (0.80181924520163,0.069578268601082,-0.59350211672981) + Ekin: 56.099582321979neV + MomDir: (0.80181924520139,0.069578268604068,-0.59350211672979) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.906049063668neV - MomDir: (-0.76764194488317,0.21011333704346,-0.60545704228496) + Ekin: 53.906049063681neV + MomDir: (-0.76764194488407,0.21011333704061,-0.6054570422848) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.65861433138neV - MomDir: (0.57391913069326,-0.57770152036587,-0.58041173729625) + Ekin: 58.658614331375neV + MomDir: (0.57391913069531,-0.57770152036388,-0.5804117372962) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.045890252409neV - MomDir: (-0.27638161286355,0.73751826793849,-0.61618179827706) + Ekin: 52.045890252412neV + MomDir: (-0.27638161286639,0.73751826793751,-0.61618179827696) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.011441307493neV - MomDir: (-0.074754509097579,-0.81212570269209,-0.57867400701643) + Ekin: 59.011441307498neV + MomDir: (-0.074754509094822,-0.81212570269242,-0.57867400701633) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.183827137997neV - MomDir: (0.44950838225025,0.65298235155904,-0.609554150867) + Ekin: 53.183827137989neV + MomDir: (0.44950838224792,0.65298235156068,-0.60955415086697) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.914534933965neV - MomDir: (-0.66759040396224,-0.45510662684404,-0.58923765217455) + Ekin: 56.914534933977neV + MomDir: (-0.66759040396082,-0.4551066268463,-0.58923765217441) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.213105380855neV - MomDir: (0.80407531766739,0.043925887503716,-0.59290252143594) + Ekin: 56.213105380845neV + MomDir: (0.80407531766727,0.043925887506325,-0.59290252143592) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.801721681838neV - MomDir: (-0.75983341100009,0.2352958190721,-0.60604378146727) + Ekin: 53.801721681849neV + MomDir: (-0.75983341100097,0.23529581906965,-0.60604378146713) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.71659168475neV - MomDir: (0.55565701730796,-0.59556706661731,-0.58012511433075) + Ekin: 58.716591684745neV + MomDir: (0.5556570173098,-0.59556706661565,-0.58012511433069) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.031965069857neV - MomDir: (-0.25049393960282,0.74663991649169,-0.6162642463453) + Ekin: 52.031965069859neV + MomDir: (-0.2504939396053,0.74663991649094,-0.6162642463452) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.9739707652neV - MomDir: (-0.10041613297376,-0.80922199063683,-0.57885781510519) + Ekin: 58.973970765205neV + MomDir: (-0.10041613297139,-0.8092219906372,-0.5788578151051) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.274702801819neV - MomDir: (0.47166343144587,0.63766068015008,-0.60903404209227) + Ekin: 53.274702801811neV + MomDir: (0.47166343144392,0.63766068015155,-0.60903404209223) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.807551134646neV - MomDir: (-0.68142670215336,-0.43336216559291,-0.58979223716917) + Ekin: 56.807551134656neV + MomDir: (-0.68142670215222,-0.43336216559488,-0.58979223716904) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.325951853812neV - MomDir: (0.80550534228983,0.018221545895131,-0.59230829709513) + Ekin: 56.325951853803neV + MomDir: (0.8055053422898,0.018221545897356,-0.5923082970951) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.699079150679neV - MomDir: (-0.75117866535004,0.2602681250331,-0.60662271290703) + Ekin: 53.699079150688neV + MomDir: (-0.75117866535086,0.26026812503104,-0.6066227129069) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.77151692277neV - MomDir: (0.53681290260033,-0.61286318163798,-0.57985397143969) + Ekin: 58.771516922766neV + MomDir: (0.53681290260193,-0.61286318163663,-0.57985397143963) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.022380481869neV - MomDir: (-0.22427315225699,0.75488407123189,-0.61632101390191) + Ekin: 52.022380481871neV + MomDir: (-0.22427315225911,0.75488407123134,-0.61632101390182) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.933113755089neV - MomDir: (-0.12599423050126,-0.80549164043859,-0.57905843493032) + Ekin: 58.933113755093neV + MomDir: (-0.12599423049929,-0.80549164043896,-0.57905843493022) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.368105763219neV - MomDir: (0.49327207680952,0.62161834683609,-0.60850085383406) + Ekin: 53.368105763213neV + MomDir: (0.49327207680795,0.62161834683739,-0.60850085383402) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.699157426581neV - MomDir: (-0.69456864984997,-0.41116237863798,-0.59035573092699) + Ekin: 56.69915742659neV + MomDir: (-0.69456864984909,-0.41116237863965,-0.59035573092687) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.438012938538neV - MomDir: (0.80610860505657,-0.0075093580831249,-0.59171997295589) + Ekin: 56.438012938531neV + MomDir: (0.80610860505662,-0.0075093580812883,-0.59171997295585) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.598252411986neV - MomDir: (-0.74168087192281,0.28500196362533,-0.60719302116669) + Ekin: 53.598252411994neV + MomDir: (-0.74168087192355,0.28500196362367,-0.60719302116656) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.823329458813neV - MomDir: (0.51740319288343,-0.62957085792829,-0.57959854282207) + Ekin: 58.823329458811neV + MomDir: (0.51740319288478,-0.62957085792724,-0.57959854282201) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.017164090947neV - MomDir: (-0.1977510010712,0.76223674608317,-0.61635191611276) + Ekin: 52.017164090948neV + MomDir: (-0.19775100107294,0.76223674608279,-0.61635191611267) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.888903082549neV - MomDir: (-0.15146142253109,-0.80093634853984,-0.5792757573665) + Ekin: 58.888903082553neV + MomDir: (-0.15146142252951,-0.8009363485402,-0.57927575736641) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.463916867025neV - MomDir: (0.51431071811674,0.6048758152887,-0.60795537114913) + Ekin: 53.463916867021neV + MomDir: (0.51431071811552,0.60487581528979,-0.60795537114908) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.589450702507neV - MomDir: (-0.70700104459362,-0.38852796344059,-0.59092769825779) + Ekin: 56.589450702514neV + MomDir: (-0.70700104459297,-0.38852796344195,-0.59092769825767) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.549181911615neV - MomDir: (0.80588508957129,-0.033241765291323,-0.59113806124034) + Ekin: 56.54918191161neV + MomDir: (0.80588508957139,-0.033241765289875,-0.59113806124029) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.499375703819neV - MomDir: (-0.73134424492677,0.30946863433775,-0.60775386446622) + Ekin: 53.499375703825neV + MomDir: (-0.7313442449274,0.30946863433647,-0.6077538644661) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.871969870353neV - MomDir: (0.49744551057156,-0.64567100326416,-0.57935905926813) + Ekin: 58.871969870352neV + MomDir: (0.49744551057264,-0.64567100326338,-0.57935905926806) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.016336108182neV - MomDir: (-0.17096067646976,0.76868505619536,-0.6163568215595) + Ekin: 52.016336108183neV + MomDir: (-0.17096067647111,0.76868505619513,-0.61635682155941) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.841376171549neV - MomDir: (-0.17678967047644,-0.79555890607253,-0.57950965426083) + Ekin: 58.841376171552neV + MomDir: (-0.17678967047526,-0.79555890607286,-0.57950965426074) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.562012743857neV - MomDir: (0.534756130643,0.58745473638727,-0.60739839762374) + Ekin: 53.562012743854neV + MomDir: (0.53475613064213,0.58745473638813,-0.60739839762368) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.47853267532neV - MomDir: (-0.71870895066309,-0.36548066371172,-0.59150767424405) + Ekin: 56.478532675326neV + MomDir: (-0.71870895066266,-0.36548066371274,-0.59150767424394) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.659350119859neV - MomDir: (0.80483547851426,-0.058950003927447,-0.59056307839355) + Ekin: 56.659350119856neV + MomDir: (0.80483547851439,-0.058950003926396,-0.59056307839349) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.402585832584neV - MomDir: (-0.72017430629705,0.33363865358326,-0.60830437889654) + Ekin: 53.402585832589neV + MomDir: (-0.72017430629756,0.33363865358237,-0.60830437889643) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.917380545977neV - MomDir: (0.47695872151447,-0.66114458825714,-0.57913574521832) + Ekin: 58.917380545976neV + MomDir: (0.47695872151526,-0.66114458825663,-0.57913574521825) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.019908667796neV - MomDir: (-0.1439367117614,0.77421739940306,-0.61633565649643) + Ekin: 52.019908667798neV + MomDir: (-0.14393671176234,0.77421739940295,-0.61633565649634) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.790575329124neV - MomDir: (-0.20195039783332,-0.78936329153441,-0.57975997688089) + Ekin: 58.790575329127neV + MomDir: (-0.20195039783253,-0.78936329153468,-0.5797599768808) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.662266006238neV - MomDir: (0.55458560776869,0.56937794148018,-0.60683075351504) + Ekin: 53.662266006236neV + MomDir: (0.55458560776814,0.56937794148078,-0.60683075351497) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.3665097567neV - MomDir: (-0.72967782523941,-0.34204325425975,-0.59209516428467) + Ekin: 56.366509756705neV + MomDir: (-0.72967782523917,-0.34204325426043,-0.59209516428457) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.76840740553neV - MomDir: (0.80296124983629,-0.084607863566003,-0.58999554293583) + Ekin: 56.768407405529neV + MomDir: (0.80296124983641,-0.084607863565347,-0.58999554293576) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.308021414617neV - MomDir: (-0.70817799371647,0.35748188622442,-0.60884368292456) + Ekin: 53.308021414621neV + MomDir: (-0.70817799371682,0.3574818862239,-0.60884368292446) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.959506312436neV - MomDir: (0.45596294372901,-0.67597279532758,-0.57892881593767) + Ekin: 58.959506312437neV + MomDir: (0.45596294372949,-0.67597279532732,-0.57892881593759) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.02788523571neV - MomDir: (-0.1167148630626,0.77882362467249,-0.61628840845199) + Ekin: 52.027885235711neV + MomDir: (-0.11671486306313,0.77882362467248,-0.6162884084519) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.736547938959neV - MomDir: (-0.22691462166163,-0.78235474712365,-0.58002655467594) + Ekin: 58.736547938961neV + MomDir: (-0.22691462166123,-0.78235474712383,-0.58002655467586) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 53.764545515728neV - MomDir: (0.57377710074218,0.55066941716428,-0.60625327352836) + MomDir: (0.57377710074194,0.55066941716461,-0.60625327352828) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.253492879222neV - MomDir: (-0.7398936399151,-0.31823951198272,-0.5926896444398) + Ekin: 56.253492879225neV + MomDir: (-0.73989363991504,-0.31823951198304,-0.59268964443971) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 56.876242558706neV - MomDir: (0.80026476160869,-0.11018867814116,-0.5894359732294) + MomDir: (0.80026476160878,-0.11018867814091,-0.58943597322933) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.215822082603neV - MomDir: (-0.69536375341332,0.38096768674391,-0.60937088221865) + Ekin: 53.215822082605neV + MomDir: (-0.69536375341347,0.38096768674376,-0.60937088221857) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.998295028559neV - MomDir: (0.43447953996646,-0.69013716539735,-0.57873847486395) + Ekin: 58.99829502856neV + MomDir: (0.43447953996661,-0.69013716539732,-0.57873847486387) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.040260121042neV - MomDir: (-0.089331971411992,0.78249518435393,-0.61621512911204) + Ekin: 52.040260121044neV + MomDir: (-0.089331971412094,0.78249518435398,-0.61621512911195) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.679346589357neV - MomDir: (-0.25165308909341,-0.7745398386978,-0.58030919432638) + Ekin: 58.679346589359neV + MomDir: (-0.2516530890934,-0.77453983869786,-0.5803091943263) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.868716666965neV - MomDir: (0.59230935148441,0.53135426413473,-0.60566680454682) + Ekin: 53.868716666967neV + MomDir: (0.59230935148447,0.53135426413476,-0.60566680454673) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.139595134914neV - MomDir: (-0.74934307562703,-0.29409394861667,-0.59329057332548) + Ekin: 56.139595134916neV + MomDir: (-0.74934307562711,-0.29409394861661,-0.5932905733254) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 56.982745774146neV - MomDir: (0.79674925115292,-0.13566589420335,-0.58888487494353) + Ekin: 56.982745774148neV + MomDir: (0.79674925115296,-0.13566589420349,-0.58888487494345) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.126124211953neV - MomDir: (-0.68174121264226,0.40406570060733,-0.60988509456928) + Ekin: 53.126124211954neV + MomDir: (-0.6817412126422,0.40406570060755,-0.6098850945692) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.033699047957neV - MomDir: (0.41253025991092,-0.70362023378353,-0.57856490670299) + Ekin: 59.033699047959neV + MomDir: (0.41253025991073,-0.70362023378371,-0.57856490670291) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.057018551261neV - MomDir: (-0.061824506112232,0.78522537313944,-0.61611593375111) + Ekin: 52.057018551263neV + MomDir: (-0.061824506111899,0.78522537313953,-0.61611593375103) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 58.619024850448neV - MomDir: (-0.27613777996999,-0.76592599173755,-0.58060770030555) + Ekin: 58.619024850449neV + MomDir: (-0.27613777997036,-0.76592599173747,-0.58060770030548) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 53.974648782862neV - MomDir: (0.61016316565071,0.51145731803761,-0.60507216355479) + Ekin: 53.974648782865neV + MomDir: (0.61016316565104,0.51145731803732,-0.6050721635547) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 56.02492196455neV - MomDir: (-0.7580142029965,-0.26962992118714,-0.5938974437192) + MomDir: (-0.75801420299671,-0.26962992118669,-0.59389744371913) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 57.087817567332neV - MomDir: (0.79241842785692,-0.161015241175,-0.58834269546084) + Ekin: 57.087817567336neV + MomDir: (0.79241842785688,-0.16101524117555,-0.58834269546074) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide Ekin: 53.03905148113neV - MomDir: (-0.66731977180714,0.42674800234569,-0.61038550494686) + MomDir: (-0.66731977180684,0.42674800234626,-0.61038550494679) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 59.065674971092neV - MomDir: (0.39013544396177,-0.71640644765521,-0.57840827891966) + Ekin: 59.065674971094neV + MomDir: (0.39013544396121,-0.71640644765558,-0.57840827891958) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** UCN at Boundary! vol1: World, vol2: Guide - Ekin: 52.078136374571neV - MomDir: (-0.034226845711855,0.78700928047579,-0.61599100275701) + Ekin: 52.078136374573neV + MomDir: (-0.034226845711076,0.7870092804759,-0.61599100275693) G4UCNBoundaryProcess -> BELOW critical velocity *** Specular Reflection *** *** StepTooSmall *** @@ -1492,7 +1496,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.030000s Real=0.034928s Sys=0.000000s + User=0.030000s Real=0.031131s Sys=0.000000s Sum NoMT: 0 Sum NoMRT: 0 Sum NoMRCondition: 0 @@ -1508,9 +1512,6 @@ Sum No. E > V SnellTransmit: 0 Sum No. E > V MR SnellTransmit: 0 Sum No. E > V DiffuseTransmit: 0 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/exoticphysics/ucn/History b/examples/extended/exoticphysics/ucn/History index cbf1987e6a..25d67f4b15 100644 --- a/examples/extended/exoticphysics/ucn/History +++ b/examples/extended/exoticphysics/ucn/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example ucn History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Exotic Examples History file - ----------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (ExUCN-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Nov 10, 2020 B. Morgan (ExUCN-V10-06-00) - Migration to G4RunManagerFactory. diff --git a/examples/extended/field/BlineTracer/BlineTracer.out b/examples/extended/field/BlineTracer/BlineTracer.out index 6d4f93f1ac..3efc5f0a26 100644 --- a/examples/extended/field/BlineTracer/BlineTracer.out +++ b/examples/extended/field/BlineTracer/BlineTracer.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/field/BlineTracer/History b/examples/extended/field/BlineTracer/History index b1eb2b29ff..d1c3c461bf 100644 --- a/examples/extended/field/BlineTracer/History +++ b/examples/extended/field/BlineTracer/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example BlineTracer History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - BlineTracer History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (BlineTracer-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10th November 2020 Ben Morgan (BlineTracer-V10-06-00) - Migration to G4RunManagerFactory. diff --git a/examples/extended/field/History b/examples/extended/field/History index c39096d934..18beb8688f 100644 --- a/examples/extended/field/History +++ b/examples/extended/field/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example field History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - extended/field History file - --------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (fieldex-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 24th Nov 2021 B. Morgan (fieldex-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/field/field01/History b/examples/extended/field/field01/History index 7027b4be0d..af351c34c2 100644 --- a/examples/extended/field/field01/History +++ b/examples/extended/field/field01/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example field01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - field01 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (fieldex01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Nov 28, 2019 I. Hrivnacova - fieldex01-V10-05-00 - Fixed formatting in .README.txt diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index 0dd710aea4..478b373f02 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -243,6 +243,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -298,15 +302,18 @@ The minimal step is equal to 0.1 mm Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -316,10 +323,12 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -327,10 +336,12 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -339,6 +350,7 @@ The minimal step is equal to 0.1 mm Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -346,11 +358,13 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -358,11 +372,13 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -371,10 +387,12 @@ The minimal step is equal to 0.1 mm Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -385,10 +403,12 @@ The minimal step is equal to 0.1 mm Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -399,10 +419,12 @@ The minimal step is equal to 0.1 mm Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -412,10 +434,12 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -426,10 +450,12 @@ The minimal step is equal to 0.1 mm Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -440,10 +466,12 @@ The minimal step is equal to 0.1 mm Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -454,10 +482,12 @@ The minimal step is equal to 0.1 mm Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -467,11 +497,13 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -479,6 +511,7 @@ The minimal step is equal to 0.1 mm Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -486,6 +519,7 @@ The minimal step is equal to 0.1 mm Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -495,6 +529,7 @@ The minimal step is equal to 0.1 mm Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -502,11 +537,13 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -514,11 +551,13 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -528,11 +567,13 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -540,6 +581,7 @@ The minimal step is equal to 0.1 mm Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -547,6 +589,7 @@ The minimal step is equal to 0.1 mm Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -556,11 +599,13 @@ The minimal step is equal to 0.1 mm Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -568,11 +613,13 @@ The minimal step is equal to 0.1 mm Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -582,11 +629,13 @@ The minimal step is equal to 0.1 mm Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -594,11 +643,13 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -608,29 +659,31 @@ The minimal step is equal to 0.1 mm Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -643,7 +696,7 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -661,25 +714,22 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 500 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 1.01183 m 21.9895 m 0 8.14791e-13 1 500 MeV3.87639 meV 1.58938 m 1.58938 m World Transportation - 2 0 fm 1.01183 m 21.9905 m 0 -0.00197661 0.999998 500 MeV0.00243893 meV 1 mm 1.59038 m Absorber Transportation - 3 0 fm 1.01172 m 22 m 0 -0.0207544 0.999785 500 MeV0.0231716 meV 9.50075 mm 1.59988 m OutOfWorld Transportation + 1 0 fm 1.01183 m 21.9895 m 0 8.14791e-13 1 500 MeV3.8748 meV 1.58938 m 1.58938 m World Transportation + 2 0 fm 1.01183 m 21.9905 m 0 -0.00197661 0.999998 500 MeV0.00243793 meV 1 mm 1.59038 m Absorber Transportation + 3 0 fm 1.01172 m 22 m 0 -0.0207544 0.999785 500 MeV0.0231622 meV 9.50075 mm 1.59988 m OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000879s Sys=0.000000s + User=0.000000s Real=0.000720s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -695,25 +745,22 @@ Index : 0 used in the geometry : Yes Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 250 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 50.6432 cm 21.9895 m 0 1.19203e-09 1 250 MeV1.8311 meV 79.5502 cm 79.5502 cm World Transportation - 2 0 fm 50.643 cm 21.9905 m 0 -0.0039492 0.999992 250 MeV0.00230182 meV 1 mm 79.6502 cm Absorber Transportation - 3 0 fm 50.6214 cm 22 m 0 -0.0414666 0.99914 250 MeV0.0218742 meV 9.50301 mm 80.6005 cm OutOfWorld Transportation + 1 0 fm 50.6432 cm 21.9895 m 0 1.19203e-09 1 250 MeV1.8303 meV 79.5502 cm 79.5502 cm World Transportation + 2 0 fm 50.643 cm 21.9905 m 0 -0.0039492 0.999992 250 MeV0.00230082 meV 1 mm 79.6502 cm Absorber Transportation + 3 0 fm 50.6214 cm 22 m 0 -0.0414666 0.99914 250 MeV0.0218647 meV 9.50301 mm 80.6005 cm OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000166s Sys=0.000000s + User=0.000000s Real=0.000149s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -729,25 +776,22 @@ Index : 0 used in the geometry : Yes Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 200 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 40.5352 cm 21.9895 m 0 -2.20161e-09 1 200 MeV1.43753 meV 63.6725 cm 63.6725 cm World Transportation - 2 0 fm 40.5349 cm 21.9905 m 0 -0.00493399 0.999988 200 MeV0.0022577 meV 1 mm 63.7725 cm Absorber Transportation - 3 0 fm 40.5079 cm 22 m 0 -0.0518069 0.998657 200 MeV0.0214587 meV 9.50471 mm 64.723 cm OutOfWorld Transportation + 1 0 fm 40.5352 cm 21.9895 m 0 -2.20161e-09 1 200 MeV1.43689 meV 63.6725 cm 63.6725 cm World Transportation + 2 0 fm 40.5349 cm 21.9905 m 0 -0.00493399 0.999988 200 MeV0.0022567 meV 1 mm 63.7725 cm Absorber Transportation + 3 0 fm 40.5079 cm 22 m 0 -0.0518069 0.998657 200 MeV0.0214492 meV 9.50471 mm 64.723 cm OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000161s Sys=0.000000s + User=0.000000s Real=0.000136s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -763,25 +807,22 @@ Index : 0 used in the geometry : Yes Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 100 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 20.319 cm 21.9895 m 5.03276e-08 3.37364e-08 1 100 MeV0.676951 meV 31.9182 cm 31.9182 cm World Transportation - 2 50328.4 fm 20.3185 cm 21.9905 m 5.03276e-08 -0.00984295 0.999952 100 MeV0.00222072 meV 1.04707 mm 32.0229 cm Absorber Transportation - 3 5.29388 Ang 20.2645 cm 22 m 1.48908e-07 -0.103352 0.994645 100 MeV0.0203566 meV 9.59814 mm 32.9827 cm OutOfWorld Transportation + 1 0 fm 20.319 cm 21.9895 m 5.03276e-08 3.37364e-08 1 100 MeV0.676633 meV 31.9182 cm 31.9182 cm World Transportation + 2 50328.4 fm 20.3185 cm 21.9905 m 5.03276e-08 -0.00984295 0.999952 100 MeV0.00221968 meV 1.04707 mm 32.0229 cm Absorber Transportation + 3 5.29388 Ang 20.2645 cm 22 m 1.48908e-07 -0.103352 0.994645 100 MeV0.0203471 meV 9.59814 mm 32.9827 cm OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000196s Sys=0.000000s + User=0.000000s Real=0.000174s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -797,18 +838,15 @@ Index : 0 used in the geometry : Yes Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 10.2108 cm 21.9895 m -8.42505e-09 -9.58672e-08 1 50 MeV0.318344 meV 16.0398 cm 16.0398 cm World Transportation - 2 -8425.59 fm 10.2098 cm 21.9905 m -2.94296e-08 -0.0195872 0.999808 50 MeV0.00202487 meV 1.02023 mm 16.1418 cm Absorber Transportation - 3 -2.90229 Ang 10.1016 cm 22 m -2.94296e-08 -0.205667 0.978622 50 MeV0.0190161 meV 9.58127 mm 17.0999 cm OutOfWorld Transportation + 1 0 fm 10.2108 cm 21.9895 m -8.42505e-09 -9.58672e-08 1 50 MeV0.318184 meV 16.0398 cm 16.0398 cm World Transportation + 2 -8425.59 fm 10.2098 cm 21.9905 m -2.94296e-08 -0.0195872 0.999808 50 MeV0.00202385 meV 1.02023 mm 16.1418 cm Absorber Transportation + 3 -2.90229 Ang 10.1016 cm 22 m -2.94296e-08 -0.205667 0.978622 50 MeV0.0190066 meV 9.58127 mm 17.0999 cm OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000151s Sys=0.000000s + User=0.000000s Real=0.000131s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. F01FieldSetup::CreateStepperAndChordFinder() called. 1. Creating Stepper. G4DormandPrince745 Stepper is chosen @@ -822,7 +860,7 @@ Setting Field strength to (1000,0,0) Gauss. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -838,25 +876,22 @@ Index : 0 used in the geometry : Yes Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 3.36956 m 21.9895 m 5.03344e-08 4.10621e-08 1 50 MeV10.5049 meV 5.2929 m 5.2929 m World Transportation - 2 50334.4 fm 3.36956 m 21.9905 m 2.97687e-07 -0.000593498 1 50 MeV0.00202487 meV 1.02023 mm 5.29392 m Absorber Transportation - 3 2.87839 nm 3.36953 m 22 m 5.20032e-07 -0.00623232 0.999981 50 MeV0.018855 meV 9.50007 mm 5.30342 m OutOfWorld Transportation + 1 0 fm 3.36956 m 21.9895 m 5.03344e-08 4.10621e-08 1 50 MeV10.4996 meV 5.2929 m 5.2929 m World Transportation + 2 50334.4 fm 3.36956 m 21.9905 m 2.97687e-07 -0.000593498 1 50 MeV0.00202385 meV 1.02023 mm 5.29392 m Absorber Transportation + 3 2.87839 nm 3.36953 m 22 m 5.20032e-07 -0.00623232 0.999981 50 MeV0.0188455 meV 9.50007 mm 5.30342 m OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000181s Sys=0.000000s + User=0.000000s Real=0.000155s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -878,12 +913,9 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.008880s Sys=0.000000s + User=0.000000s Real=0.009047s Sys=0.010000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # /calor/setAbsMat Xe20CO2 /calor/setWorldMat Kr20CO2 @@ -923,19 +955,19 @@ has been modified since last Run. Index : 0 used in the geometry : No Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Index : 1 used in the geometry : Yes Material : Kr20CO2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Xe20CO2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1.135618566062 keV e+ 1.1127384428498 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.1371297826313 keV e+ 1.1142639816587 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -948,17 +980,14 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.020000s Real=0.016525s Sys=0.000000s + User=0.010000s Real=0.007814s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.29 MB +Dynamic pools deleted: 12 / Total memory freed: 0.28 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/field/field02/History b/examples/extended/field/field02/History index fd6525ee95..0ee7caa4de 100644 --- a/examples/extended/field/field02/History +++ b/examples/extended/field/field02/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example field02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - field02 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (fieldex02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 July 27, 2018 I.Hrivnacova - fieldex02-V10-04-02 - Added command: diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index f24bf9e3c6..95a995c0c9 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -237,6 +237,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -278,7 +282,8 @@ G4ClassicalRK4 is called LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -295,7 +300,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -305,8 +310,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -369,10 +375,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -397,10 +403,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -427,10 +433,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -459,10 +465,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -473,10 +479,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -486,10 +492,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -518,10 +524,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -550,10 +556,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -582,14 +588,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -600,7 +605,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -615,14 +620,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -633,7 +637,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -648,10 +652,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -680,10 +684,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -717,15 +721,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -735,10 +742,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -746,10 +755,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -758,6 +769,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -765,11 +777,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -777,11 +791,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -790,10 +806,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -804,10 +822,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -818,10 +838,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -831,10 +853,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -845,10 +869,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -859,10 +885,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -873,10 +901,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -886,11 +916,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -898,6 +930,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -905,6 +938,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -914,6 +948,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -921,11 +956,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -933,11 +970,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -947,11 +986,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -959,6 +1000,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -966,6 +1008,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -975,11 +1018,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -987,11 +1032,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1001,11 +1048,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1013,11 +1062,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1027,29 +1078,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1062,14 +1115,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Kr20CO2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1086,1355 +1139,252 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 76 um -3.1 cm 1.34 cm 360 MeV 5.18 keV 3.57 cm 3.57 cm World eIoni - 2 196 um -7.48 cm 1.74 cm 798 MeV 9.02 keV 4.4 cm 7.97 cm World eIoni - 3 242 um -10.6 cm 1.9 cm 1.11 GeV 9.19 keV 3.08 cm 11 cm World eIoni - 4 323 um -20 cm 2.21 cm 2.05 GeV 25.5 keV 9.45 cm 20.5 cm OutOfWorldTransportation + 1 74.9 um -3.07 cm 1.33 cm 357 MeV 4.85 keV 3.53 cm 3.53 cm World eIoni + 2 193 um -7.4 cm 1.73 cm 790 MeV 10.3 keV 4.35 cm 7.89 cm World eIoni + 3 238 um -10.4 cm 1.9 cm 1.09 GeV 9.68 keV 3.05 cm 10.9 cm World eIoni + 4 319 um -20 cm 2.21 cm 2.05 GeV 25.1 keV 9.56 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 242 um -10.6 cm 1.9 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 244 um -10.6 cm 1.9 cm 209 keV 1.03 keV 55.5 um 55.5 um World eIoni - 2 266 um -20 cm 1.9 cm 945 MeV 24.4 keV 10.8 cm 10.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 196 um -7.48 cm 1.74 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 200 um -7.48 cm 1.74 cm 360 keV 1.43 keV 89.4 um 89.4 um World eIoni - 2 224 um -20 cm 1.74 cm 1.25 GeV 25.7 keV 13.4 cm 13.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76 um -3.1 cm 1.34 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 77.4 um -3.1 cm 1.34 cm 229 keV 1.09 keV 60.1 um 60.1 um World eIoni - 2 -4.06 cm -14.6 cm -1.34 cm 1.15 GeV 30.1 keV 13.3 cm 13.3 cm World eIoni - 3 -4.6 cm -19.5 cm -3.48 cm 1.64 GeV 10.5 keV 5.34 cm 18.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -402 um -11 cm 1.95 cm 1.15 GeV 20 keV 11.4 cm 11.4 cm World eIoni - 2 -549 um -14.1 cm 2.07 cm 1.46 GeV 6.51 keV 3.13 cm 14.6 cm World eIoni - 3 -757 um -20 cm 2.25 cm 2.05 GeV 11 keV 5.93 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -549 um -14.1 cm 2.07 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 -553 um -14.1 cm 2.07 cm 350 keV 1.4 keV 87.5 um 87.5 um World eIoni - 2 -574 um -20 cm 2.07 cm 592 MeV 11.7 keV 6.11 cm 6.12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -402 um -11 cm 1.95 cm 1.44 keV 0 eV 0 fm 0 fm World initStep - 1 -400 um -11 cm 1.95 cm 364 keV 1.44 keV 90.4 um 90.4 um World eIoni - 2 -389 um -20 cm 1.95 cm 905 MeV 17.1 keV 9.49 cm 9.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -65.6 um -3.21 cm 1.36 cm 371 MeV 5.44 keV 3.68 cm 3.68 cm World eIoni - 2 -69.3 um -20 cm 2.24 cm 2.05 GeV 32.1 keV 16.8 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -65.6 um -3.21 cm 1.36 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 -66.4 um -3.21 cm 1.36 cm 229 keV 1.09 keV 60 um 60 um World eIoni - 2 4.78 cm -14.7 cm 5.79 mm 1.15 GeV 23.8 keV 13.3 cm 13.3 cm World eIoni - 3 9.33 cm -17.7 cm 9.99 mm 1.45 GeV 10.6 keV 5.49 cm 18.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 1 mm -19.6 cm 2.18 cm 2.01 GeV 38.9 keV 20.1 cm 20.1 cm World eIoni - 2 1.02 mm -20 cm 2.19 cm 2.05 GeV 771 eV 4.33 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 mm -19.6 cm 2.18 cm 2.4 keV 0 eV 0 fm 0 fm World initStep - 1 994 um -19.6 cm 2.18 cm 874 keV 2.4 keV 202 um 202 um World eIoni - 2 981 um -20 cm 2.18 cm 43.3 MeV 859 eV 4.24 mm 4.45 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -3.9 um -2.53 mm 4.86 mm 75.3 MeV 1.38 keV 5.65 mm 5.65 mm World eIoni - 2 -16.9 um -20 cm 2.22 cm 2.05 GeV 35.7 keV 19.9 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 um -2.53 mm 4.86 mm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 -4.89 um -2.56 mm 4.86 mm 362 keV 1.43 keV 89.6 um 89.6 um World eIoni - 2 -12.1 um -20 cm 4.84 mm 1.97 GeV 35.3 keV 22.1 cm 22.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -1.11 um -1.96 cm 1.15 cm 246 MeV 7.94 keV 2.41 cm 2.41 cm World eIoni - 2 -10.5 um -3.48 cm 1.4 cm 398 MeV 2.71 keV 1.54 cm 3.95 cm World eIoni - 3 -29.3 um -9.63 cm 1.87 cm 1.01 GeV 9.58 keV 6.17 cm 10.1 cm World eIoni - 4 -46.2 um -20 cm 2.23 cm 2.05 GeV 22.7 keV 10.4 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -29.3 um -9.63 cm 1.87 cm 9.41 keV 0 eV 0 fm 0 fm World initStep - 1 -67 um -9.72 cm 1.87 cm 9.55 MeV 5.22 keV 1.69 mm 1.69 mm World eIoni - 2 1.1 mm -10.2 cm 1.78 cm 53.1 MeV 343 eV 4.68 mm 6.37 mm World eIoni - 3 2.23 mm -13.5 cm 1.67 cm 387 MeV 5.83 keV 3.35 cm 3.98 cm World eIoni - 4 2.75 mm -19.5 cm 1.62 cm 985 MeV 14 keV 5.98 cm 9.96 cm World eIoni - 5 2.77 mm -20 cm 1.62 cm 1.04 GeV 1.14 keV 5.24 mm 10.5 cm OutOfWorldTransportation + 0 238 um -10.4 cm 1.9 cm 12.3 keV 0 eV 0 fm 0 fm World initStep + 1 248 um -10.5 cm 1.89 cm 8.98 MeV 1.31 keV 1.07 mm 1.07 mm World eIoni + 2 3.65 mm -12.8 cm 1.76 cm 232 MeV 3.63 keV 2.3 cm 2.41 cm World eIoni + 3 4.28 mm -14.4 cm 1.74 cm 399 MeV 1.94 keV 1.67 cm 4.08 cm World eIoni + 4 5.29 mm -20 cm 1.72 cm 956 MeV 12.2 keV 5.57 cm 9.65 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.75 mm -19.5 cm 1.62 cm 1.45 keV 0 eV 0 fm 0 fm World initStep - 1 2.75 mm -19.5 cm 1.62 cm 369 keV 1.45 keV 91.6 um 91.6 um World eIoni - 2 2.75 mm -20 cm 1.62 cm 52.4 MeV 975 eV 5.22 mm 5.31 mm OutOfWorldTransportation + 0 4.28 mm -14.4 cm 1.74 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 4.28 mm -14.4 cm 1.74 cm 319 keV 1.33 keV 80.4 um 80.4 um World eIoni + 2 4.27 mm -20 cm 1.75 cm 557 MeV 11.7 keV 5.77 cm 5.77 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm -13.5 cm 1.67 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 2.24 mm -13.5 cm 1.67 cm 322 keV 1.34 keV 81.1 um 81.1 um World eIoni - 2 2.26 mm -20 cm 1.67 cm 650 MeV 12.1 keV 6.77 cm 6.78 cm OutOfWorldTransportation + 0 3.65 mm -12.8 cm 1.76 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 3.65 mm -12.8 cm 1.76 cm 228 keV 1.09 keV 59.9 um 59.9 um World eIoni + 2 3.67 mm -20 cm 1.76 cm 724 MeV 18.3 keV 7.88 cm 7.89 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -10.5 um -3.48 cm 1.4 cm 6.21 keV 0 eV 0 fm 0 fm World initStep - 1 -16.3 um -3.5 cm 1.4 cm 1.81 MeV 902 eV 201 um 201 um World eIoni - 2 -165 um -8.05 cm 1.63 cm 457 MeV 10.8 keV 4.56 cm 4.58 cm World eIoni - 3 2.08 mm -13.8 cm 1.84 cm 1.03 GeV 9.87 keV 5.75 cm 10.3 cm World eIoni - 4 3.19 mm -18.9 cm 1.94 cm 1.54 GeV 10.1 keV 5.07 cm 15.4 cm World eIoni - 5 3.39 mm -20 cm 1.96 cm 1.65 GeV 2.04 keV 1.14 cm 16.5 cm OutOfWorldTransportation + 0 193 um -7.4 cm 1.73 cm 1.41 keV 0 eV 0 fm 0 fm World initStep + 1 197 um -7.4 cm 1.73 cm 354 keV 1.41 keV 88.1 um 88.1 um World eIoni + 2 221 um -20 cm 1.73 cm 1.26 GeV 27.4 keV 13.5 cm 13.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.19 mm -18.9 cm 1.94 cm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 3.19 mm -18.9 cm 1.94 cm 402 keV 1.52 keV 99 um 99 um World eIoni - 2 3.19 mm -20 cm 1.95 cm 114 MeV 1.57 keV 1.14 cm 1.15 cm OutOfWorldTransportation + 0 74.9 um -3.07 cm 1.33 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 76.2 um -3.07 cm 1.33 cm 225 keV 1.08 keV 59.2 um 59.2 um World eIoni + 2 4.43 cm -14.3 cm -3.87 mm 1.12 GeV 25.8 keV 13 cm 13 cm WorldTransportation + 3 6.69 cm -18.8 cm -1.76 cm 1.58 GeV 8.81 keV 5.28 cm 18.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 13.9 um -1.14 cm 9.31 mm 164 MeV 2.3 keV 1.56 cm 1.56 cm World eIoni + 2 43.6 um -7.52 cm 1.74 cm 802 MeV 17.6 keV 6.45 cm 8.01 cm World eIoni + 3 57.8 um -20 cm 2.22 cm 2.05 GeV 25.8 keV 12.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 43.6 um -7.52 cm 1.74 cm 1.24 keV 0 eV 0 fm 0 fm World initStep + 1 46.4 um -7.52 cm 1.74 cm 285 keV 1.24 keV 72.7 um 72.7 um World eIoni + 2 67.3 um -20 cm 1.74 cm 1.25 GeV 23.5 keV 13.8 cm 13.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 13.9 um -1.14 cm 9.31 mm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 17.1 um -1.14 cm 9.31 mm 244 keV 1.13 keV 63.4 um 63.4 um World eIoni + 2 -2.82 cm -13.9 cm 5.5 cm 1.27 GeV 26.1 keV 14.7 cm 14.7 cm World eIoni + 3 1.05 cm -20 cm 16 cm 1.88 GeV 23.9 keV 13.1 cm 27.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -14 um -3.32 cm 1.38 cm 382 MeV 6.42 keV 3.79 cm 3.79 cm World eIoni + 2 -34.4 um -9.63 cm 1.9 cm 1.01 GeV 12.3 keV 6.34 cm 10.1 cm World eIoni + 3 -38.5 um -10.9 cm 1.96 cm 1.14 GeV 1.85 keV 1.29 cm 11.4 cm World eIoni + 4 -46.1 um -14.6 cm 2.11 cm 1.51 GeV 5.8 keV 3.65 cm 15.1 cm World eIoni + 5 -58.7 um -20 cm 2.27 cm 2.05 GeV 11.4 keV 5.44 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -46.1 um -14.6 cm 2.11 cm 4.55 keV 0 eV 0 fm 0 fm World initStep + 1 -39.9 um -14.6 cm 2.11 cm 254 keV 54.4 eV 27.1 um 27.1 um World eIoni + 2 -3.67 um -20 cm 2.11 cm 543 MeV 16.2 keV 5.71 cm 5.72 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -38.5 um -10.9 cm 1.96 cm 23.5 keV 0 eV 0 fm 0 fm World initStep + 1 -123 um -11.2 cm 1.96 cm 31.7 MeV 6.49 keV 3.91 mm 3.91 mm World eIoni + 2 -1.38 mm -11.7 cm 1.78 cm 75.6 MeV 591 eV 4.94 mm 8.84 mm World eIoni + 3 -4.5 mm -19.8 cm 1.31 cm 890 MeV 15.1 keV 8.18 cm 9.06 cm World eIoni + 4 -4.53 mm -20 cm 1.31 cm 909 MeV 249 eV 1.91 mm 9.25 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.5 mm -19.8 cm 1.31 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 -4.51 mm -19.8 cm 1.31 cm 508 keV 1.75 keV 122 um 122 um World eIoni + 2 -4.52 mm -20 cm 1.31 cm 19.1 MeV 194 eV 1.86 mm 1.98 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -34.4 um -9.63 cm 1.9 cm 2.67 keV 0 eV 0 fm 0 fm World initStep + 1 -25 um -9.64 cm 1.9 cm 1.05 MeV 2.67 keV 241 um 241 um World eIoni + 2 -390 um -10.8 cm 1.9 cm 115 MeV 2.19 keV 1.15 cm 1.17 cm World eIoni + 3 -1.29 mm -15.1 cm 1.88 cm 545 MeV 9.21 keV 4.29 cm 5.46 cm World eIoni + 4 -1.7 mm -19.9 cm 1.87 cm 1.02 GeV 10.6 keV 4.78 cm 10.2 cm World eIoni + 5 -1.71 mm -20 cm 1.87 cm 1.04 GeV 162 eV 1.47 mm 10.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.08 mm -13.8 cm 1.84 cm 1.36 keV 0 eV 0 fm 0 fm World initStep - 1 2.07 mm -13.8 cm 1.84 cm 330 keV 1.36 keV 83 um 83 um World eIoni - 2 2.06 mm -20 cm 1.84 cm 621 MeV 11.1 keV 6.44 cm 6.45 cm OutOfWorldTransportation + 0 -1.7 mm -19.9 cm 1.87 cm 2.71 keV 0 eV 0 fm 0 fm World initStep + 1 -1.69 mm -19.9 cm 1.88 cm 1.08 MeV 2.71 keV 247 um 247 um World eIoni + 2 -1.69 mm -20 cm 1.88 cm 14.8 MeV 224 eV 1.37 mm 1.62 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -165 um -8.05 cm 1.63 cm 2.91 keV 0 eV 0 fm 0 fm World initStep - 1 -169 um -8.06 cm 1.63 cm 1.22 MeV 2.91 keV 279 um 279 um World eIoni - 2 -181 um -8.18 cm 1.63 cm 13.5 MeV 0 eV 1.23 mm 1.51 mm World eIoni - 3 558 um -16 cm 1.67 cm 794 MeV 11.9 keV 7.8 cm 7.95 cm World eIoni - 4 837 um -20 cm 1.69 cm 1.2 GeV 9.91 keV 4.02 cm 12 cm OutOfWorldTransportation + 0 -1.29 mm -15.1 cm 1.88 cm 3.45 keV 0 eV 0 fm 0 fm World initStep + 1 -1.29 mm -15.1 cm 1.88 cm 689 keV 482 eV 79.1 um 79.1 um World eIoni + 2 -81.9 um -18.2 cm 1.67 cm 313 MeV 6.87 keV 3.14 cm 3.15 cm World eIoni + 3 -364 um -20 cm 1.55 cm 493 MeV 2.98 keV 1.8 cm 4.95 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 558 um -16 cm 1.67 cm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 560 um -16 cm 1.67 cm 460 keV 1.65 keV 112 um 112 um World eIoni - 2 568 um -20 cm 1.67 cm 402 MeV 6.71 keV 4.07 cm 4.08 cm OutOfWorldTransportation + 0 -81.9 um -18.2 cm 1.67 cm 996 eV 0 eV 0 fm 0 fm World initStep + 1 -79.9 um -18.2 cm 1.67 cm 198 keV 996 eV 52.9 um 52.9 um World eIoni + 2 -66.1 um -20 cm 1.67 cm 179 MeV 6.24 keV 1.84 cm 1.84 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 um -1.96 cm 1.15 cm 4.87 keV 0 eV 0 fm 0 fm World initStep - 1 14.8 um -1.99 cm 1.15 cm 3.04 MeV 4.87 keV 681 um 681 um World eIoni - 2 17.3 um -2.17 cm 1.15 cm 21.5 MeV 187 eV 1.85 mm 2.53 mm World eIoni - 3 125 um -6.5 cm 1.13 cm 455 MeV 7.96 keV 4.33 cm 4.58 cm World eIoni - 4 602 um -12.1 cm 1.12 cm 1.01 GeV 13.9 keV 5.55 cm 10.1 cm World eIoni - 5 947 um -20 cm 1.11 cm 1.8 GeV 17.5 keV 7.95 cm 18.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 602 um -12.1 cm 1.12 cm 4.06 keV 0 eV 0 fm 0 fm World initStep - 1 588 um -12.1 cm 1.12 cm 1.53 MeV 723 eV 199 um 199 um World eIoni - 2 107 um -20 cm 1.22 cm 795 MeV 11.6 keV 7.98 cm 8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 125 um -6.5 cm 1.13 cm 10 keV 0 eV 0 fm 0 fm World initStep - 1 153 um -6.6 cm 1.13 cm 10 MeV 3.83 keV 1.57 mm 1.57 mm World eIoni - 2 2.22 mm -9.47 cm 9.31 mm 298 MeV 5.65 keV 3.08 cm 3.23 cm World eIoni - 3 2.53 mm -15.4 cm 9.06 mm 887 MeV 11.5 keV 5.9 cm 9.13 cm World eIoni - 4 2.59 mm -17.5 cm 9 mm 1.1 GeV 4.77 keV 2.1 cm 11.2 cm World eIoni - 5 2.61 mm -18.1 cm 8.99 mm 1.16 GeV 925 eV 6.69 mm 11.9 cm World eIoni - 6 2.66 mm -20 cm 8.95 mm 1.35 GeV 5.45 keV 1.86 cm 13.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.61 mm -18.1 cm 8.99 mm 3.14 keV 0 eV 0 fm 0 fm World initStep - 1 2.6 mm -18.2 cm 8.98 mm 1.4 MeV 3.14 keV 316 um 316 um World eIoni - 2 2.57 mm -18.5 cm 8.92 mm 39.6 MeV 431 eV 3.82 mm 4.14 mm World eIoni - 3 2.68 mm -20 cm 8.9 mm 186 MeV 2.67 keV 1.46 cm 1.87 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm -17.5 cm 9 mm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 2.59 mm -17.5 cm 9 mm 279 keV 1.23 keV 71.4 um 71.4 um World eIoni - 2 2.61 mm -20 cm 9.02 mm 252 MeV 4.25 keV 2.57 cm 2.58 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 mm -15.4 cm 9.06 mm 1.51 keV 0 eV 0 fm 0 fm World initStep - 1 2.53 mm -15.4 cm 9.06 mm 394 keV 1.51 keV 97.2 um 97.2 um World eIoni - 2 2.52 mm -20 cm 9.08 mm 463 MeV 4 keV 4.72 cm 4.73 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm -9.47 cm 9.31 mm 118 keV 0 eV 0 fm 0 fm World initStep - 1 1.44 mm -10 cm 8.71 mm 57.6 MeV 2.67 keV 5.82 mm 5.82 mm World eIoni - 2 -3.47 mm -14.3 cm 5.65 mm 482 MeV 7.11 keV 4.3 cm 4.88 cm World eIoni - 3 -4.16 mm -16 cm 5.24 mm 652 MeV 3.57 keV 1.71 cm 6.59 cm World eIoni - 4 -5.24 mm -20 cm 4.58 mm 1.05 GeV 8.37 keV 4.01 cm 10.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.16 mm -16 cm 5.24 mm 1.35 keV 0 eV 0 fm 0 fm World initStep - 1 -4.16 mm -16 cm 5.23 mm 329 keV 1.35 keV 82.7 um 82.7 um World eIoni - 2 -4.15 mm -20 cm 5.21 mm 401 MeV 5.4 keV 4.11 cm 4.11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.47 mm -14.3 cm 5.65 mm 1.31 keV 0 eV 0 fm 0 fm World initStep - 1 -3.47 mm -14.3 cm 5.65 mm 312 keV 1.31 keV 78.9 um 78.9 um World eIoni - 2 -3.45 mm -20 cm 5.64 mm 572 MeV 11.4 keV 5.94 cm 5.94 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -571 um -13 cm 2.01 cm 1.35 GeV 28.8 keV 13.5 cm 13.5 cm World eBrem - 2 -693 um -17.5 cm 2.15 cm 1.8 GeV 8.46 keV 4.53 cm 18 cm World eIoni - 3 -702 um -17.9 cm 2.17 cm 1.84 GeV 751 eV 3.95 mm 18.4 cm World eIoni - 4 -749 um -20 cm 2.22 cm 2.05 GeV 2.84 keV 2.1 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -702 um -17.9 cm 2.17 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 -699 um -17.9 cm 2.17 cm 374 keV 1.46 keV 92.6 um 92.6 um World eIoni - 2 -681 um -20 cm 2.16 cm 209 MeV 2.55 keV 2.11 cm 2.12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -693 um -17.5 cm 2.15 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 -690 um -17.5 cm 2.15 cm 213 keV 1.04 keV 56.5 um 56.5 um World eIoni - 2 -670 um -20 cm 2.15 cm 249 MeV 5.78 keV 2.56 cm 2.57 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -571 um -13 cm 2.01 cm 677 keV 0 eV 0 fm 0 fm World initStep - 1 -779 um -20 cm 2.27 cm 677 keV 0 eV 7.02 cm 7.02 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 46.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -42.3 um -2.37 cm 1.23 cm 287 MeV 6.04 keV 2.83 cm 2.83 cm World eIoni - 2 -51 um -2.53 cm 1.26 cm 303 MeV 163 eV 1.61 mm 2.99 cm World eIoni - 3 -356 um -20 cm 2.23 cm 2.05 GeV 39 keV 17.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -51 um -2.53 cm 1.26 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 -47.5 um -2.53 cm 1.26 cm 585 keV 1.9 keV 140 um 140 um World eIoni - 2 -28.3 um -20 cm 1.25 cm 1.75 GeV 34.9 keV 18.2 cm 18.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -42.3 um -2.37 cm 1.23 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -39.6 um -2.37 cm 1.23 cm 278 keV 1.22 keV 71.2 um 71.2 um World eIoni - 2 -1.68 cm -18 cm 2 mm 1.56 GeV 37 keV 18 cm 18.1 cm World eIoni - 3 -2.35 cm -19.9 cm -4.03 mm 1.75 GeV 6.17 keV 2.06 cm 20.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -76 um -3.22 cm 1.36 cm 372 MeV 8.63 keV 3.69 cm 3.69 cm World eIoni - 2 -119 um -6.2 cm 1.66 cm 670 MeV 5.52 keV 3 cm 6.69 cm World eIoni - 3 -126 um -7.01 cm 1.72 cm 751 MeV 1.39 keV 8.06 mm 7.5 cm World eIoni - 4 -153 um -10.2 cm 1.9 cm 1.07 GeV 2.8 keV 3.24 cm 10.7 cm World eIoni - 5 -163 um -12.1 cm 1.98 cm 1.26 GeV 4.21 keV 1.91 cm 12.6 cm World eIoni - 6 -197 um -20 cm 2.23 cm 2.05 GeV 13.8 keV 7.85 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -163 um -12.1 cm 1.98 cm 2.88 keV 0 eV 0 fm 0 fm World initStep - 1 -162 um -12.2 cm 1.99 cm 1.21 MeV 2.88 keV 274 um 274 um World eIoni - 2 158 um -13.5 cm 1.96 cm 132 MeV 1.16 keV 1.31 cm 1.34 cm World eIoni - 3 696 um -20 cm 1.9 cm 785 MeV 13.9 keV 6.53 cm 7.87 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -153 um -10.2 cm 1.9 cm 4.52 keV 0 eV 0 fm 0 fm World initStep - 1 -170 um -10.3 cm 1.9 cm 2.66 MeV 4.52 keV 597 um 597 um World eIoni - 2 -135 um -10.8 cm 1.9 cm 53.4 MeV 897 eV 5.07 mm 5.67 mm World eIoni - 3 -105 um -12.7 cm 1.9 cm 250 MeV 2.05 keV 1.97 cm 2.54 cm World eIoni - 4 -59.3 um -20 cm 1.9 cm 976 MeV 16.5 keV 7.26 cm 9.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -105 um -12.7 cm 1.9 cm 2.06 keV 0 eV 0 fm 0 fm World initStep - 1 -104 um -12.7 cm 1.9 cm 547 keV 2.06 keV 80.7 um 80.7 um World eIoni - 2 -123 um -20 cm 1.9 cm 726 MeV 13.1 keV 7.4 cm 7.41 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -126 um -7.01 cm 1.72 cm 2.39 keV 0 eV 0 fm 0 fm World initStep - 1 -121 um -7.02 cm 1.72 cm 869 keV 2.39 keV 201 um 201 um World eIoni - 2 87.8 um -7.75 cm 1.7 cm 74.6 MeV 2.1 keV 7.38 mm 7.58 mm World eIoni - 3 489 um -10.1 cm 1.66 cm 309 MeV 3.11 keV 2.34 cm 3.1 cm World eIoni - 4 861 um -20 cm 1.61 cm 1.3 GeV 14.8 keV 9.9 cm 13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 489 um -10.1 cm 1.66 cm 1.6 keV 0 eV 0 fm 0 fm World initStep - 1 486 um -10.1 cm 1.66 cm 438 keV 1.6 keV 107 um 107 um World eIoni - 2 472 um -20 cm 1.66 cm 990 MeV 15.2 keV 10.3 cm 10.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -119 um -6.2 cm 1.66 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 -122 um -6.21 cm 1.66 cm 357 keV 1.42 keV 88.8 um 88.8 um World eIoni - 2 -145 um -20 cm 1.66 cm 1.38 GeV 24.1 keV 14.9 cm 14.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -76 um -3.22 cm 1.36 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 -72.7 um -3.22 cm 1.36 cm 257 keV 1.17 keV 66.5 um 66.5 um World eIoni - 2 4.61 mm -17.1 cm 4.22 cm 1.39 GeV 31.2 keV 16 cm 16 cm World eIoni - 3 1.57 cm -19.9 cm 5.94 cm 1.67 GeV 6.58 keV 3.53 cm 19.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 122 um -12.5 cm 2.04 cm 1.3 GeV 22.2 keV 13 cm 13 cm World eIoni - 2 122 um -20 cm 2.31 cm 2.05 GeV 23.1 keV 7.53 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 122 um -12.5 cm 2.04 cm 1.31 keV 0 eV 0 fm 0 fm World initStep - 1 123 um -12.5 cm 2.04 cm 312 keV 1.31 keV 78.7 um 78.7 um World eIoni - 2 136 um -20 cm 2.04 cm 753 MeV 11.6 keV 7.92 cm 7.92 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -30.3 um -1.55 cm 1.05 cm 205 MeV 2.85 keV 1.99 cm 1.99 cm World eIoni - 2 -109 um -19.6 cm 2.2 cm 2.01 GeV 39.1 keV 18.1 cm 20.1 cm World eIoni - 3 -106 um -20 cm 2.21 cm 2.05 GeV 249 eV 4.35 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -109 um -19.6 cm 2.2 cm 4.76 keV 0 eV 0 fm 0 fm World initStep - 1 -90.5 um -19.6 cm 2.2 cm 2.92 MeV 4.76 keV 654 um 654 um World eIoni - 2 -73.2 um -20 cm 2.2 cm 43.6 MeV 954 eV 4.07 mm 4.73 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -30.3 um -1.55 cm 1.05 cm 3.62 keV 0 eV 0 fm 0 fm World initStep - 1 -38.6 um -1.57 cm 1.05 cm 1.8 MeV 3.62 keV 405 um 405 um World eIoni - 2 -61.8 um -1.81 cm 1.05 cm 26 MeV 0 eV 2.42 mm 2.83 mm World eIoni - 3 296 um -8.12 cm 1.08 cm 657 MeV 8.79 keV 6.31 cm 6.6 cm World eIoni - 4 407 um -11 cm 1.08 cm 943 MeV 5.3 keV 2.86 cm 9.45 cm World eIoni - 5 482 um -13.5 cm 1.09 cm 1.2 GeV 3.73 keV 2.56 cm 12 cm World eIoni - 6 620 um -20 cm 1.1 cm 1.85 GeV 15.4 keV 6.46 cm 18.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 482 um -13.5 cm 1.09 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 486 um -13.5 cm 1.09 cm 582 keV 1.9 keV 139 um 139 um World eIoni - 2 503 um -20 cm 1.09 cm 646 MeV 8.88 keV 6.56 cm 6.57 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 407 um -11 cm 1.08 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 411 um -11 cm 1.08 cm 348 keV 1.4 keV 86.9 um 86.9 um World eIoni - 2 434 um -20 cm 1.08 cm 902 MeV 16.2 keV 9.49 cm 9.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 296 um -8.12 cm 1.08 cm 5.05 keV 0 eV 0 fm 0 fm World initStep - 1 279 um -8.15 cm 1.08 cm 3.25 MeV 5.05 keV 727 um 727 um World eIoni - 2 259 um -8.95 cm 1.07 cm 83.2 MeV 2.25 keV 7.99 mm 8.72 mm WorldTransportation - 3 259 um -8.95 cm 1.07 cm 83.2 MeV2.89e-07 meV 1.45 fm 8.72 mm World eIoni - 4 -113 um -17.8 cm 1.02 cm 972 MeV 10.2 keV 8.89 cm 9.76 cm World eIoni - 5 -131 um -20 cm 1.02 cm 1.19 GeV 2.64 keV 2.16 cm 11.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -113 um -17.8 cm 1.02 cm 2.06 keV 0 eV 0 fm 0 fm World initStep - 1 -119 um -17.8 cm 1.02 cm 671 keV 2.06 keV 158 um 158 um World eIoni - 2 -138 um -20 cm 1.02 cm 216 MeV 3.23 keV 2.16 cm 2.18 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 3.13 um -1.11 cm 9.24 mm 161 MeV 1.66 keV 1.54 cm 1.54 cm World eIoni - 2 -25.9 um -20 cm 2.21 cm 2.05 GeV 42.4 keV 19 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.13 um -1.11 cm 9.24 mm 1.58 keV 0 eV 0 fm 0 fm World initStep - 1 7.99 um -1.12 cm 9.24 mm 427 keV 1.58 keV 104 um 104 um World eIoni - 2 38.9 um -20 cm 9.24 mm 1.89 GeV 30.9 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -955 nm -367 um 1.91 mm 53.7 MeV 264 eV 1.96 mm 1.96 mm World eIoni - 2 15.2 nm -602 um 2.45 mm 56 MeV 103 eV 580 um 2.54 mm World eIoni - 3 -123 um -5.28 cm 1.58 cm 578 MeV 8.35 keV 5.51 cm 5.77 cm World eIoni - 4 -348 um -20 cm 2.21 cm 2.05 GeV 26 keV 14.7 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -123 um -5.28 cm 1.58 cm 5.05 keV 0 eV 0 fm 0 fm World initStep - 1 -138 um -5.31 cm 1.58 cm 3.24 MeV 5.05 keV 726 um 726 um World eIoni - 2 -218 um -6.14 cm 1.58 cm 85.5 MeV 705 eV 8.23 mm 8.96 mm World eIoni - 3 -426 um -20 cm 1.57 cm 1.47 GeV 25.1 keV 13.9 cm 14.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.2 nm -602 um 2.45 mm 2.97 keV 0 eV 0 fm 0 fm World initStep - 1 10.6 um -721 um 2.44 mm 1.27 MeV 2.97 keV 289 um 289 um World eIoni - 2 46.9 um -3.68 mm 2.41 mm 30.9 MeV 548 eV 2.96 mm 3.25 mm World eIoni - 3 85.6 um -2.44 cm 2.39 mm 238 MeV 3.78 keV 2.07 cm 2.39 cm World eIoni - 4 246 um -20 cm 2.42 mm 1.99 GeV 36.6 keV 17.6 cm 20 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 85.6 um -2.44 cm 2.39 mm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 82.2 um -2.44 cm 2.39 mm 274 keV 1.21 keV 70.4 um 70.4 um World eIoni - 2 -1.36 cm -17.8 cm 1.98 cm 1.53 GeV 39.7 keV 17.7 cm 17.7 cm World eIoni - 3 -2.03 cm -19.9 cm 3.8 cm 1.75 GeV 5.91 keV 2.89 cm 20.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -955 nm -367 um 1.91 mm 8.03 keV 0 eV 0 fm 0 fm World initStep - 1 -34.7 um -1.06 mm 1.92 mm 7.37 MeV 5.12 keV 1.45 mm 1.45 mm World eIoni - 2 -2.71 mm -2.17 cm 3.7 mm 214 MeV 3.39 keV 2.14 cm 2.29 cm World eIoni - 3 -4.29 mm -20 cm 4.39 mm 2 GeV 36.3 keV 17.8 cm 20.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -10.6 um -5.65 mm 6.98 mm 106 MeV 1.68 keV 9.43 mm 9.43 mm World eIoni - 2 27.7 um -5.89 cm 1.63 cm 639 MeV 12.5 keV 5.43 cm 6.37 cm World eIoni - 3 44.4 um -9.04 cm 1.84 cm 954 MeV 6.08 keV 3.16 cm 9.53 cm World eIoni - 4 52.1 um -11.7 cm 1.96 cm 1.22 GeV 5.07 keV 2.62 cm 12.2 cm World eIoni - 5 53.1 um -11.9 cm 1.97 cm 1.24 GeV 419 eV 2.79 mm 12.4 cm World eIoni - 6 53.1 um -11.9 cm 1.97 cm 1.24 GeV 3.49 eV 16.6 um 12.4 cm World eIoni - 7 67.6 um -17.3 cm 2.15 cm 1.78 GeV 12 keV 5.33 cm 17.8 cm World eIoni - 8 75.3 um -20 cm 2.23 cm 2.05 GeV 6.3 keV 2.73 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 67.6 um -17.3 cm 2.15 cm 15.9 keV 0 eV 0 fm 0 fm World initStep - 1 85.7 um -17.5 cm 2.15 cm 19.4 MeV 3.96 keV 2.62 mm 2.62 mm World eIoni - 2 576 um -17.6 cm 2.13 cm 30.9 MeV 273 eV 1.27 mm 3.89 mm World eIoni - 3 2.71 mm -20 cm 2.06 cm 273 MeV 6.42 keV 2.44 cm 2.83 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 53.1 um -11.9 cm 1.97 cm 1.38 keV 0 eV 0 fm 0 fm World initStep - 1 50.1 um -11.9 cm 1.97 cm 339 keV 1.38 keV 85 um 85 um World eIoni - 2 31.5 um -20 cm 1.97 cm 806 MeV 14.1 keV 8.44 cm 8.45 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 53.1 um -11.9 cm 1.97 cm 3.06 keV 0 eV 0 fm 0 fm World initStep - 1 63.5 um -12 cm 1.97 cm 1.34 MeV 3.06 keV 304 um 304 um World eIoni - 2 72.5 um -12 cm 1.97 cm 6.6 MeV 0 eV 526 um 830 um World eIoni - 3 -364 um -15.5 cm 1.97 cm 355 MeV 8.59 keV 3.49 cm 3.57 cm World eIoni - 4 -1.48 mm -20 cm 1.92 cm 806 MeV 8.97 keV 4.51 cm 8.08 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -364 um -15.5 cm 1.97 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -361 um -15.5 cm 1.97 cm 227 keV 1.08 keV 59.5 um 59.5 um World eIoni - 2 -344 um -20 cm 1.97 cm 451 MeV 8.8 keV 4.74 cm 4.75 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 52.1 um -11.7 cm 1.96 cm 19 keV 0 eV 0 fm 0 fm World initStep - 1 -8.33 um -11.9 cm 1.97 cm 24.3 MeV 5.26 keV 3.12 mm 3.12 mm World eIoni - 2 -2.5 mm -12.2 cm 1.84 cm 57.9 MeV 2.3 keV 4.51 mm 7.62 mm World eIoni - 3 -8.06 mm -20 cm 1.54 cm 833 MeV 17.4 keV 7.8 cm 8.56 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 44.4 um -9.04 cm 1.84 cm 1.19 keV 0 eV 0 fm 0 fm World initStep - 1 41.7 um -9.04 cm 1.84 cm 264 keV 1.19 keV 68 um 68 um World eIoni - 2 21.3 um -20 cm 1.84 cm 1.1 GeV 23.1 keV 12.2 cm 12.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 27.7 um -5.89 cm 1.63 cm 2.87 keV 0 eV 0 fm 0 fm World initStep - 1 30.1 um -5.9 cm 1.63 cm 1.2 MeV 2.87 keV 272 um 272 um World eIoni - 2 29.4 um -5.98 cm 1.63 cm 9.62 MeV 0 eV 843 um 1.11 mm World eIoni - 3 -447 um -17.1 cm 1.45 cm 1.12 GeV 15.2 keV 11.1 cm 11.3 cm World eIoni - 4 -412 um -18.8 cm 1.43 cm 1.29 GeV 3.38 keV 1.62 cm 12.9 cm World eIoni - 5 -387 um -20 cm 1.41 cm 1.41 GeV 3.78 keV 1.25 cm 14.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -412 um -18.8 cm 1.43 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 -408 um -18.8 cm 1.43 cm 279 keV 1.23 keV 71.5 um 71.5 um World eIoni - 2 -391 um -20 cm 1.42 cm 125 MeV 1.61 keV 1.26 cm 1.27 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -447 um -17.1 cm 1.45 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 -447 um -17.1 cm 1.45 cm 210 keV 1.03 keV 55.7 um 55.7 um World eIoni - 2 -445 um -20 cm 1.45 cm 287 MeV 7.59 keV 2.98 cm 2.98 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -10.6 um -5.65 mm 6.98 mm 3.35 keV 0 eV 0 fm 0 fm World initStep - 1 -22.9 um -5.79 mm 6.98 mm 1.57 MeV 3.35 keV 355 um 355 um World eIoni - 2 -42.5 um -7.1 mm 6.99 mm 14.7 MeV 84.1 eV 1.31 mm 1.66 mm World eIoni - 3 32.3 um -3.03 cm 6.96 mm 246 MeV 2.6 keV 2.32 cm 2.48 cm World eIoni - 4 151 um -12.6 cm 6.83 mm 1.2 GeV 21.8 keV 9.56 cm 12 cm World eIoni - 5 154 um -14.6 cm 6.81 mm 1.4 GeV 2.54 keV 2.01 cm 14.1 cm World eIoni - 6 159 um -20 cm 6.77 mm 1.94 GeV 12.9 keV 5.4 cm 19.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 154 um -14.6 cm 6.81 mm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 155 um -14.6 cm 6.82 mm 485 keV 1.7 keV 117 um 117 um World eIoni - 2 157 um -20 cm 6.84 mm 540 MeV 8.25 keV 5.49 cm 5.5 cm OutOfWorldTransportation + 0 -14 um -3.32 cm 1.38 cm 2.45 keV 0 eV 0 fm 0 fm World initStep + 1 -13.8 um -3.32 cm 1.38 cm 907 keV 2.45 keV 210 um 210 um World eIoni + 2 209 um -4.17 cm 1.39 cm 85.8 MeV 619 eV 8.5 mm 8.71 mm World eIoni + 3 699 um -9.66 cm 1.47 cm 634 MeV 9.27 keV 5.49 cm 6.36 cm World eIoni + 4 711 um -9.98 cm 1.47 cm 666 MeV 193 eV 3.18 mm 6.67 cm World eIoni + 5 773 um -11.8 cm 1.48 cm 853 MeV 3.5 keV 1.87 cm 8.55 cm World eIoni + 6 889 um -16.8 cm 1.49 cm 1.35 GeV 9.48 keV 4.94 cm 13.5 cm World eIoni + 7 945 um -20 cm 1.5 cm 1.67 GeV 9.08 keV 3.21 cm 16.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 151 um -12.6 cm 6.83 mm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 146 um -12.6 cm 6.83 mm 460 keV 1.65 keV 112 um 112 um World eIoni - 2 122 um -20 cm 6.82 mm 741 MeV 11.3 keV 7.61 cm 7.62 cm OutOfWorldTransportation + 0 889 um -16.8 cm 1.49 cm 3.02 keV 0 eV 0 fm 0 fm World initStep + 1 880 um -16.8 cm 1.49 cm 1.3 MeV 3.02 keV 296 um 296 um World eIoni + 2 874 um -16.8 cm 1.49 cm 3.82 MeV 0 eV 252 um 548 um World eIoni + 3 844 um -20 cm 1.49 cm 321 MeV 3.68 keV 3.18 cm 3.23 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 32.3 um -3.03 cm 6.96 mm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 29.7 um -3.03 cm 6.96 mm 223 keV 1.07 keV 58.7 um 58.7 um World eIoni - 2 -1.45 cm -14 cm 5.13 cm 1.1 GeV 27.1 keV 12.7 cm 12.7 cm WorldTransportation - 3 -1.09 cm -20 cm 8.61 cm 1.69 GeV 11.9 keV 6.9 cm 19.6 cm OutOfWorldTransportation + 0 773 um -11.8 cm 1.48 cm 3.88 keV 0 eV 0 fm 0 fm World initStep + 1 767 um -11.9 cm 1.48 cm 2.03 MeV 3.88 keV 458 um 458 um World eIoni + 2 761 um -12 cm 1.48 cm 18.9 MeV 414 eV 1.69 mm 2.15 mm World eIoni + 3 743 um -20 cm 1.48 cm 815 MeV 15.2 keV 7.97 cm 8.18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 275 um -14.5 cm 2.13 cm 1.5 GeV 27.9 keV 15 cm 15 cm World eIoni - 2 319 um -16.2 cm 2.19 cm 1.67 GeV 2.78 keV 1.69 cm 16.7 cm World eBrem - 3 403 um -20 cm 2.31 cm 2.05 GeV 6.01 keV 3.78 cm 20.5 cm OutOfWorldTransportation + 0 711 um -9.98 cm 1.47 cm 11.2 keV 0 eV 0 fm 0 fm World initStep + 1 681 um -10 cm 1.47 cm 4.56 MeV 796 eV 498 um 498 um World eIoni + 2 -1.68 mm -15.3 cm 1.52 cm 537 MeV 9.84 keV 5.34 cm 5.39 cm World eIoni + 3 -2.39 mm -19.2 cm 1.63 cm 918 MeV 7.4 keV 3.81 cm 9.21 cm World eIoni + 4 -2.5 mm -20 cm 1.65 cm 1 GeV 2.21 keV 8.44 mm 10 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 319 um -16.2 cm 2.19 cm 326 keV 0 eV 0 fm 0 fm World initStep - 1 399 um -20 cm 2.32 cm 326 keV 0 eV 3.79 cm 3.79 cm OutOfWorldTransportation + 0 -2.39 mm -19.2 cm 1.63 cm 13.2 keV 0 eV 0 fm 0 fm World initStep + 1 -2.4 mm -19.2 cm 1.63 cm 429 keV 207 eV 45.3 um 45.3 um World eIoni + 2 -2.46 mm -20 cm 1.63 cm 84.4 MeV 932 eV 8.43 mm 8.47 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 275 um -14.5 cm 2.13 cm 1.38 keV 0 eV 0 fm 0 fm World initStep - 1 271 um -14.5 cm 2.13 cm 342 keV 1.38 keV 85.5 um 85.5 um World eIoni - 2 246 um -20 cm 2.13 cm 547 MeV 11.5 keV 5.64 cm 5.64 cm OutOfWorldTransportation + 0 -1.68 mm -15.3 cm 1.52 cm 4.08 keV 0 eV 0 fm 0 fm World initStep + 1 -1.67 mm -15.4 cm 1.52 cm 2.22 MeV 4.08 keV 500 um 500 um World eIoni + 2 -1.66 mm -15.5 cm 1.52 cm 11.9 MeV 255 eV 966 um 1.47 mm World eIoni + 3 -1.74 mm -17.1 cm 1.52 cm 176 MeV 4.64 keV 1.64 cm 1.79 cm World eIoni + 4 -1.83 mm -20 cm 1.51 cm 466 MeV 5.16 keV 2.9 cm 4.68 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 334 um -14.9 cm 2.02 cm 1.54 GeV 30.5 keV 15.4 cm 15.4 cm World eIoni - 2 423 um -19.2 cm 2.12 cm 1.97 GeV 10.4 keV 4.29 cm 19.7 cm World eIoni - 3 433 um -19.8 cm 2.13 cm 2.03 GeV 826 eV 5.47 mm 20.3 cm World eIoni - 4 437 um -20 cm 2.13 cm 2.05 GeV 666 eV 2.37 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 433 um -19.8 cm 2.13 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 435 um -19.8 cm 2.13 cm 212 keV 1.04 keV 56.2 um 56.2 um World eIoni - 2 446 um -20 cm 2.13 cm 23.7 MeV 214 eV 2.36 mm 2.42 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 423 um -19.2 cm 2.12 cm 9.72 keV 0 eV 0 fm 0 fm World initStep - 1 443 um -19.3 cm 2.11 cm 10 MeV 5.17 keV 1.73 mm 1.73 mm World eIoni - 2 -342 um -19.3 cm 2.05 cm 10.6 MeV 60.8 eV 1.08 mm 2.82 mm World eIoni - 3 -1.93 mm -20 cm 1.91 cm 78.9 MeV 951 eV 7.29 mm 1.01 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 334 um -14.9 cm 2.02 cm 6.22 keV 0 eV 0 fm 0 fm World initStep - 1 349 um -15 cm 2.02 cm 4.69 MeV 6.22 keV 1.05 mm 1.05 mm World eIoni - 2 1.36 mm -15.5 cm 2.1 cm 60 MeV 1.75 keV 5.82 mm 6.87 mm World eIoni - 3 2.11 mm -20 cm 2.16 cm 508 MeV 7.9 keV 4.48 cm 5.17 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 4.63 um -1.18 cm 9.49 mm 168 MeV 1.7 keV 1.61 cm 1.61 cm World eIoni - 2 51.4 um -8.8 cm 1.83 cm 930 MeV 15.8 keV 7.68 cm 9.29 cm World eIoni - 3 61.6 um -10.1 cm 1.89 cm 1.06 GeV 1.79 keV 1.29 cm 10.6 cm World eIoni - 4 119 um -20 cm 2.22 cm 2.05 GeV 20.8 keV 9.92 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 61.6 um -10.1 cm 1.89 cm 2.25 keV 0 eV 0 fm 0 fm World initStep - 1 54 um -10.1 cm 1.89 cm 781 keV 2.25 keV 182 um 182 um World eIoni - 2 34.2 um -10.2 cm 1.89 cm 11.1 MeV 0 eV 1.03 mm 1.21 mm World eIoni - 3 -39.6 um -11.4 cm 1.9 cm 130 MeV 1.81 keV 1.18 cm 1.31 cm World eIoni - 4 -131 um -20 cm 1.9 cm 991 MeV 16.3 keV 8.62 cm 9.92 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -39.6 um -11.4 cm 1.9 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -40.3 um -11.4 cm 1.9 cm 315 keV 1.32 keV 79.6 um 79.6 um World eIoni - 2 -45 um -20 cm 1.9 cm 862 MeV 17.5 keV 9.13 cm 9.13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 51.4 um -8.8 cm 1.83 cm 7.93 keV 0 eV 0 fm 0 fm World initStep - 1 17.6 um -8.86 cm 1.83 cm 7.22 MeV 3.84 keV 1.44 mm 1.44 mm World eIoni - 2 -341 um -8.95 cm 1.81 cm 15.6 MeV 125 eV 930 um 2.37 mm World eIoni - 3 -2.53 mm -15.6 cm 1.78 cm 684 MeV 8.03 keV 6.69 cm 6.92 cm World eIoni - 4 -2.9 mm -18.9 cm 1.78 cm 1.01 GeV 8.29 keV 3.31 cm 10.2 cm World eIoni - 5 -2.99 mm -20 cm 1.78 cm 1.12 GeV 1.28 keV 1.06 cm 11.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm -18.9 cm 1.78 cm 3.67 keV 0 eV 0 fm 0 fm World initStep - 1 -2.89 mm -19 cm 1.78 cm 1.84 MeV 3.67 keV 415 um 415 um World eIoni - 2 -2.89 mm -19.2 cm 1.78 cm 22.4 MeV 313 eV 2.06 mm 2.47 mm World eIoni - 3 -2.92 mm -20 cm 1.78 cm 106 MeV 1.24 keV 8.41 mm 1.09 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 mm -15.6 cm 1.78 cm 5.44 keV 0 eV 0 fm 0 fm World initStep - 1 -2.55 mm -15.7 cm 1.78 cm 3.7 MeV 5.44 keV 828 um 828 um World eIoni - 2 -2.58 mm -16.1 cm 1.78 cm 43 MeV 620 eV 3.93 mm 4.76 mm World eIoni - 3 -2.71 mm -20 cm 1.78 cm 437 MeV 7.98 keV 3.94 cm 4.42 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.63 um -1.18 cm 9.49 mm 3.64 keV 0 eV 0 fm 0 fm World initStep - 1 -8.55 um -1.2 cm 9.5 mm 1.82 MeV 3.64 keV 409 um 409 um World eIoni - 2 44.2 um -2.71 cm 9.12 mm 154 MeV 2.21 keV 1.52 cm 1.56 cm World eIoni - 3 1.58 mm -20 cm 8.94 mm 1.88 GeV 38.5 keV 17.3 cm 18.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -6.53 um -2.83 cm 1.31 cm 334 MeV 5.22 keV 3.3 cm 3.3 cm World eIoni - 2 -2.91 um -6.38 cm 1.68 cm 688 MeV 7.61 keV 3.56 cm 6.87 cm World eIoni - 3 -6.66 um -12.9 cm 2.02 cm 1.34 GeV 9.05 keV 6.58 cm 13.4 cm World eIoni - 4 6.33 um -19.8 cm 2.23 cm 2.03 GeV 15.4 keV 6.85 cm 20.3 cm World eIoni - 5 6.81 um -20 cm 2.23 cm 2.05 GeV 62.1 eV 2.04 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.33 um -19.8 cm 2.23 cm 2.84 keV 0 eV 0 fm 0 fm World initStep - 1 9.48 um -19.8 cm 2.23 cm 633 keV 596 eV 76.8 um 76.8 um World eIoni - 2 -153 um -20 cm 2.24 cm 20.5 MeV 287 eV 2.14 mm 2.22 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.66 um -12.9 cm 2.02 cm 1.5 keV 0 eV 0 fm 0 fm World initStep - 1 -4.95 um -12.9 cm 2.02 cm 393 keV 1.5 keV 96.8 um 96.8 um World eIoni - 2 4.76 um -20 cm 2.02 cm 705 MeV 18.5 keV 7.28 cm 7.29 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 um -6.38 cm 1.68 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 1.93 um -6.38 cm 1.68 cm 422 keV 1.57 keV 103 um 103 um World eIoni - 2 31.8 um -20 cm 1.68 cm 1.36 GeV 18.8 keV 14.4 cm 14.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.53 um -2.83 cm 1.31 cm 1.39 keV 0 eV 0 fm 0 fm World initStep - 1 -7.38 um -2.84 cm 1.31 cm 343 keV 1.39 keV 85.8 um 85.8 um World eIoni - 2 -13.4 um -20 cm 1.3 cm 1.72 GeV 40.5 keV 19.1 cm 19.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 70.7 um -3.07 cm 1.34 cm 357 MeV 5.12 keV 3.54 cm 3.54 cm World eIoni - 2 182 um -15.5 cm 2.09 cm 1.6 GeV 18.4 keV 12.5 cm 16 cm World eIoni - 3 223 um -20 cm 2.21 cm 2.05 GeV 11.9 keV 4.48 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 182 um -15.5 cm 2.09 cm 41.6 keV 0 eV 0 fm 0 fm World initStep - 1 281 um -16.2 cm 2.11 cm 71 MeV 4.65 keV 8.32 mm 8.32 mm World eIoni - 2 8.17 mm -18.2 cm 2.32 cm 270 MeV 2.78 keV 2.18 cm 3.01 cm World eIoni - 3 1.08 cm -20 cm 2.39 cm 447 MeV 4.25 keV 1.79 cm 4.81 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 70.7 um -3.07 cm 1.34 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 66.8 um -3.08 cm 1.34 cm 376 keV 1.46 keV 93.1 um 93.1 um World eIoni - 2 41.7 um -20 cm 1.34 cm 1.69 GeV 29.4 keV 18.5 cm 18.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -370 um -9.76 cm 1.86 cm 1.03 GeV 23.4 keV 10.2 cm 10.2 cm World eIoni - 2 -648 um -20 cm 2.2 cm 2.05 GeV 22.4 keV 10.3 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -370 um -9.76 cm 1.86 cm 4.92 keV 0 eV 0 fm 0 fm World initStep - 1 -387 um -9.78 cm 1.86 cm 3.1 MeV 4.92 keV 694 um 694 um World eIoni - 2 -387 um -9.79 cm 1.86 cm 3.17 MeV 1.07 eV 7.16 um 701 um World eIoni - 3 -421 um -20 cm 1.87 cm 1.02 GeV 14.7 keV 10.2 cm 10.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 163 um -6.45 cm 1.69 cm 695 MeV 13.9 keV 6.93 cm 6.93 cm World eIoni - 2 237 um -20 cm 2.24 cm 2.05 GeV 29.5 keV 13.6 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 163 um -6.45 cm 1.69 cm 6.37 keV 0 eV 0 fm 0 fm World initStep - 1 142 um -6.49 cm 1.69 cm 4.88 MeV 4.21 keV 995 um 995 um World eIoni - 2 -2.03 mm -20 cm 1.58 cm 1.36 GeV 19.1 keV 13.5 cm 13.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 423 um -10.5 cm 1.91 cm 1.1 GeV 20.1 keV 11 cm 11 cm World eIoni - 2 562 um -20 cm 2.22 cm 2.05 GeV 16.4 keV 9.46 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 423 um -10.5 cm 1.91 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 420 um -10.5 cm 1.91 cm 433 keV 1.59 keV 106 um 106 um World eIoni - 2 400 um -20 cm 1.91 cm 946 MeV 20.3 keV 9.81 cm 9.82 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -146 um -8.61 cm 1.84 cm 911 MeV 21 keV 9.11 cm 9.11 cm World eIoni - 2 -228 um -19.2 cm 2.25 cm 1.97 GeV 17.6 keV 10.6 cm 19.7 cm World eIoni - 3 -232 um -20 cm 2.27 cm 2.05 GeV 1.88 keV 8.25 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -228 um -19.2 cm 2.25 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -226 um -19.2 cm 2.25 cm 500 keV 1.74 keV 121 um 121 um World eIoni - 2 -219 um -20 cm 2.25 cm 82.5 MeV 1.02 keV 8.22 mm 8.34 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -146 um -8.61 cm 1.84 cm 1.61 keV 0 eV 0 fm 0 fm World initStep - 1 -143 um -8.62 cm 1.84 cm 441 keV 1.61 keV 108 um 108 um World eIoni - 2 -129 um -20 cm 1.84 cm 1.14 GeV 17.6 keV 11.9 cm 11.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 207 um -11.7 cm 1.91 cm 1.22 GeV 25.1 keV 12.2 cm 12.2 cm World eIoni - 2 191 um -20 cm 2.16 cm 2.05 GeV 15.3 keV 8.33 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 207 um -11.7 cm 1.91 cm 2.43 keV 0 eV 0 fm 0 fm World initStep - 1 211 um -11.7 cm 1.91 cm 896 keV 2.43 keV 207 um 207 um World eIoni - 2 55.4 um -13 cm 1.86 cm 132 MeV 2.27 keV 1.31 cm 1.33 cm World eIoni - 3 93.9 um -13.6 cm 1.82 cm 190 MeV 1.25 keV 5.77 mm 1.91 cm World eIoni - 4 247 um -20 cm 1.62 cm 833 MeV 14.7 keV 6.44 cm 8.35 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 93.9 um -13.6 cm 1.82 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 95 um -13.6 cm 1.82 cm 259 keV 1.17 keV 66.9 um 66.9 um World eIoni - 2 103 um -20 cm 1.82 cm 643 MeV 16.8 keV 6.82 cm 6.83 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 373 um -12.3 cm 1.95 cm 1.28 GeV 27.1 keV 12.8 cm 12.8 cm World eIoni - 2 310 um -13.5 cm 1.98 cm 1.4 GeV 3.88 keV 1.11 cm 14 cm World eIoni - 3 21.7 um -20 cm 2.15 cm 2.05 GeV 15.4 keV 6.54 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 310 um -13.5 cm 1.98 cm 1.35 keV 0 eV 0 fm 0 fm World initStep - 1 307 um -13.5 cm 1.98 cm 327 keV 1.35 keV 82.3 um 82.3 um World eIoni - 2 284 um -20 cm 1.98 cm 654 MeV 13.9 keV 6.8 cm 6.81 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 373 um -12.3 cm 1.95 cm 2.45 keV 0 eV 0 fm 0 fm World initStep - 1 365 um -12.4 cm 1.95 cm 906 keV 2.45 keV 209 um 209 um World eIoni - 2 484 um -12.9 cm 1.95 cm 55.8 MeV 167 eV 5.49 mm 5.7 mm World eIoni - 3 542 um -20 cm 1.97 cm 765 MeV 14.1 keV 7.1 cm 7.67 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -22.1 um -3.23 cm 1.37 cm 373 MeV 7.65 keV 3.7 cm 3.7 cm World eIoni - 2 -85.9 um -9.51 cm 1.88 cm 1 GeV 16.7 keV 6.31 cm 10 cm World eIoni - 3 -94.9 um -11.3 cm 1.96 cm 1.18 GeV 3.86 keV 1.78 cm 11.8 cm World eIoni - 4 -109 um -15.5 cm 2.12 cm 1.6 GeV 8.96 keV 4.21 cm 16 cm World eIoni - 5 -120 um -20 cm 2.25 cm 2.05 GeV 9.74 keV 4.51 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -109 um -15.5 cm 2.12 cm 4.02 keV 0 eV 0 fm 0 fm World initStep - 1 -108 um -15.5 cm 2.12 cm 2.16 MeV 4.02 keV 486 um 486 um World eIoni - 2 -65.3 um -16.3 cm 2.13 cm 80.4 MeV 1.92 keV 7.83 mm 8.32 mm World eIoni - 3 227 um -20 cm 2.13 cm 451 MeV 7.42 keV 3.7 cm 4.54 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -94.9 um -11.3 cm 1.96 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 -91.8 um -11.3 cm 1.96 cm 235 keV 1.11 keV 61.5 um 61.5 um World eIoni - 2 -68.4 um -20 cm 1.96 cm 871 MeV 20.1 keV 9.61 cm 9.62 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -85.9 um -9.51 cm 1.88 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 -85.8 um -9.52 cm 1.88 cm 284 keV 1.24 keV 72.5 um 72.5 um World eIoni - 2 -85.1 um -20 cm 1.88 cm 1.05 GeV 27.1 keV 11.4 cm 11.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -22.1 um -3.23 cm 1.37 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -25.6 um -3.23 cm 1.37 cm 316 keV 1.32 keV 79.7 um 79.7 um World eIoni - 2 -51 um -20 cm 1.36 cm 1.68 GeV 32.5 keV 18.9 cm 18.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -540 um -12.7 cm 2.01 cm 1.32 GeV 23.1 keV 13.2 cm 13.2 cm World eIoni - 2 -612 um -14.7 cm 2.08 cm 1.52 GeV 4.85 keV 2 cm 15.2 cm World eIoni - 3 -761 um -20 cm 2.24 cm 2.05 GeV 9.45 keV 5.32 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -612 um -14.7 cm 2.08 cm 2.57 keV 0 eV 0 fm 0 fm World initStep - 1 -621 um -14.7 cm 2.08 cm 988 keV 2.57 keV 227 um 227 um World eIoni - 2 -543 um -15.2 cm 2.09 cm 52.5 MeV 213 eV 5.15 mm 5.38 mm World eIoni - 3 -387 um -19 cm 2.09 cm 436 MeV 7.68 keV 3.84 cm 4.38 cm World eIoni - 4 -388 um -20 cm 2.08 cm 532 MeV 3.3 keV 9.56 mm 5.33 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -387 um -19 cm 2.09 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 -388 um -19 cm 2.09 cm 230 keV 1.09 keV 60.2 um 60.2 um World eIoni - 2 -397 um -20 cm 2.08 cm 95.6 MeV 1.73 keV 9.63 mm 9.69 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -540 um -12.7 cm 2.01 cm 7.38 keV 0 eV 0 fm 0 fm World initStep - 1 -521 um -12.7 cm 2.01 cm 6.18 MeV 4.26 keV 1.11 mm 1.11 mm World eIoni - 2 -200 um -20 cm 2.33 cm 732 MeV 10.7 keV 7.37 cm 7.48 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 838 um -16.9 cm 2.15 cm 1.74 GeV 37.3 keV 17.4 cm 17.4 cm World eIoni - 2 893 um -20 cm 2.23 cm 2.05 GeV 8.64 keV 3.06 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 838 um -16.9 cm 2.15 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 837 um -16.9 cm 2.15 cm 244 keV 1.13 keV 63.5 um 63.5 um World eIoni - 2 833 um -20 cm 2.15 cm 306 MeV 8.33 keV 3.14 cm 3.15 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -143 um -5.19 cm 1.58 cm 569 MeV 14.5 keV 5.67 cm 5.67 cm World eIoni - 2 -225 um -20 cm 2.23 cm 2.05 GeV 28.4 keV 14.8 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -143 um -5.19 cm 1.58 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 -140 um -5.19 cm 1.58 cm 219 keV 1.06 keV 57.8 um 57.8 um World eIoni - 2 -1.79 cm -15.9 cm 5.2 cm 1.07 GeV 33.8 keV 12.4 cm 12.4 cm World eIoni - 3 -1.8 cm -19.9 cm 6.79 cm 1.47 GeV 8.09 keV 4.3 cm 16.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -32.1 um -4.93 cm 1.56 cm 543 MeV 8.48 keV 5.41 cm 5.41 cm World eIoni - 2 -541 um -11.1 cm 1.99 cm 1.16 GeV 11.1 keV 6.21 cm 11.6 cm World eIoni - 3 -691 um -14.2 cm 2.12 cm 1.47 GeV 5.73 keV 3.08 cm 14.7 cm World eIoni - 4 -904 um -20 cm 2.3 cm 2.05 GeV 10.9 keV 5.81 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -691 um -14.2 cm 2.12 cm 1.78 keV 0 eV 0 fm 0 fm World initStep - 1 -691 um -14.2 cm 2.12 cm 522 keV 1.78 keV 126 um 126 um World eIoni - 2 -691 um -20 cm 2.12 cm 580 MeV 9.3 keV 5.9 cm 5.91 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -541 um -11.1 cm 1.99 cm 2.18 keV 0 eV 0 fm 0 fm World initStep - 1 -544 um -11.1 cm 1.99 cm 739 keV 2.18 keV 173 um 173 um World eIoni - 2 -1.41 mm -14.2 cm 1.78 cm 306 MeV 5.42 keV 3.07 cm 3.08 cm World eIoni - 3 -2.85 mm -20 cm 1.43 cm 887 MeV 12.5 keV 5.83 cm 8.91 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm -14.2 cm 1.78 cm 2.08 keV 0 eV 0 fm 0 fm World initStep - 1 -1.41 mm -14.2 cm 1.78 cm 679 keV 2.08 keV 160 um 160 um World eIoni - 2 -1.41 mm -14.2 cm 1.78 cm 4.93 MeV 0 eV 425 um 586 um World eIoni - 3 -1.71 mm -17.1 cm 1.83 cm 295 MeV 4.08 keV 2.9 cm 2.96 cm World eIoni - 4 -2.15 mm -20 cm 1.84 cm 582 MeV 7.15 keV 2.87 cm 5.83 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 mm -17.1 cm 1.83 cm 1.19 keV 0 eV 0 fm 0 fm World initStep - 1 -1.71 mm -17.1 cm 1.83 cm 264 keV 1.19 keV 68.1 um 68.1 um World eIoni - 2 -1.71 mm -20 cm 1.83 cm 287 MeV 5.43 keV 2.93 cm 2.94 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm -14.2 cm 1.78 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 -1.41 mm -14.2 cm 1.78 cm 214 keV 1.05 keV 56.6 um 56.6 um World eIoni - 2 -1.39 mm -20 cm 1.78 cm 577 MeV 14.5 keV 6.21 cm 6.21 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -32.1 um -4.93 cm 1.56 cm 6.6 keV 0 eV 0 fm 0 fm World initStep - 1 -21.7 um -4.98 cm 1.56 cm 5.22 MeV 5.29 keV 1.15 mm 1.15 mm World eIoni - 2 -1.79 mm -6.22 cm 1.52 cm 129 MeV 2.23 keV 1.27 cm 1.39 cm World eIoni - 3 -2.38 mm -8.39 cm 1.49 cm 346 MeV 5.28 keV 2.17 cm 3.56 cm World eIoni - 4 -2.64 mm -10.2 cm 1.47 cm 529 MeV 1.82 keV 1.83 cm 5.39 cm World eIoni - 5 -2.84 mm -12.2 cm 1.46 cm 727 MeV 5.63 keV 1.98 cm 7.37 cm World eIoni - 6 -3.28 mm -20 cm 1.43 cm 1.51 GeV 15.6 keV 7.8 cm 15.2 cm OutOfWorldTransportation + 0 -1.74 mm -17.1 cm 1.52 cm 2.39 keV 0 eV 0 fm 0 fm World initStep + 1 -1.75 mm -17.1 cm 1.52 cm 870 keV 2.39 keV 201 um 201 um World eIoni + 2 -1.76 mm -17.2 cm 1.51 cm 7.94 MeV 32.1 eV 707 um 909 um World eIoni + 3 -1.76 mm -20 cm 1.51 cm 290 MeV 5.1 keV 2.82 cm 2.91 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm -12.2 cm 1.46 cm 2.13 keV 0 eV 0 fm 0 fm World initStep - 1 -2.84 mm -12.2 cm 1.46 cm 709 keV 2.13 keV 166 um 166 um World eIoni - 2 -3.49 mm -13.5 cm 1.45 cm 131 MeV 1.73 keV 1.31 cm 1.32 cm World eIoni - 3 -4.09 mm -20 cm 1.49 cm 780 MeV 11.5 keV 6.49 cm 7.81 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm -13.5 cm 1.45 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 -3.49 mm -13.5 cm 1.45 cm 498 keV 1.73 keV 120 um 120 um World eIoni - 2 -3.48 mm -20 cm 1.45 cm 649 MeV 11.3 keV 6.61 cm 6.63 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm -10.2 cm 1.47 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 -2.64 mm -10.2 cm 1.47 cm 425 keV 1.57 keV 104 um 104 um World eIoni - 2 -2.61 mm -20 cm 1.47 cm 978 MeV 17.1 keV 10.2 cm 10.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 mm -8.39 cm 1.49 cm 2.94 keV 0 eV 0 fm 0 fm World initStep - 1 -2.38 mm -8.4 cm 1.49 cm 1.25 MeV 2.94 keV 284 um 284 um World eIoni - 2 -2.32 mm -8.87 cm 1.48 cm 48.4 MeV 433 eV 4.71 mm 5 mm World eIoni - 3 -2.44 mm -20 cm 1.47 cm 1.16 GeV 20.4 keV 11.1 cm 11.6 cm OutOfWorldTransportation + 0 699 um -9.66 cm 1.47 cm 1.51 keV 0 eV 0 fm 0 fm World initStep + 1 700 um -9.66 cm 1.47 cm 395 keV 1.51 keV 97.5 um 97.5 um World eIoni + 2 703 um -20 cm 1.47 cm 1.03 GeV 20.4 keV 10.8 cm 10.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2442,54 +1392,28 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 35 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 118 um -12.7 cm 2.05 cm 1.26 GeV 26.9 keV 13.2 cm 13.2 cm World eBrem - 2 161 um -16.5 cm 2.2 cm 1.64 GeV 7.93 keV 3.79 cm 17 cm World eIoni - 3 186 um -19.4 cm 2.28 cm 1.93 GeV 8.59 keV 2.92 cm 19.9 cm World eIoni - 4 187 um -19.6 cm 2.29 cm 1.95 GeV 254 eV 2.06 mm 20.1 cm World eIoni - 5 190 um -20 cm 2.3 cm 1.99 GeV 425 eV 3.64 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 187 um -19.6 cm 2.29 cm 1.91 keV 0 eV 0 fm 0 fm World initStep - 1 185 um -19.6 cm 2.29 cm 589 keV 1.91 keV 140 um 140 um World eIoni - 2 178 um -20 cm 2.29 cm 36.4 MeV 449 eV 3.58 mm 3.72 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 186 um -19.4 cm 2.28 cm 1.69 keV 0 eV 0 fm 0 fm World initStep - 1 187 um -19.4 cm 2.29 cm 480 keV 1.69 keV 116 um 116 um World eIoni - 2 190 um -20 cm 2.29 cm 57 MeV 978 eV 5.66 mm 5.77 mm OutOfWorldTransportation + 1 -61 um -16 cm 2.19 cm 1.65 GeV 26.4 keV 16.5 cm 16.5 cm World eIoni + 2 -59.7 um -16.3 cm 2.2 cm 1.68 GeV 322 eV 2.76 mm 16.8 cm World eIoni + 3 -43.7 um -20 cm 2.3 cm 2.05 GeV 4.95 keV 3.7 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 161 um -16.5 cm 2.2 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 158 um -16.5 cm 2.2 cm 227 keV 1.08 keV 59.7 um 59.7 um World eIoni - 2 142 um -20 cm 2.2 cm 348 MeV 6.43 keV 3.62 cm 3.62 cm OutOfWorldTransportation + 0 -59.7 um -16.3 cm 2.2 cm 5.69 keV 0 eV 0 fm 0 fm World initStep + 1 -66.9 um -16.3 cm 2.2 cm 4.01 MeV 5.69 keV 900 um 900 um World eIoni + 2 -68.6 um -16.4 cm 2.2 cm 8.15 MeV 0 eV 414 um 1.31 mm World eIoni + 3 -81.1 um -20 cm 2.19 cm 370 MeV 6.06 keV 3.62 cm 3.75 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 118 um -12.7 cm 2.05 cm 64.1 MeV 0 eV 0 fm 0 fm World initStep - 1 233 um -20 cm 2.35 cm 64.1 MeV 0 eV 7.28 cm 7.28 cm OutOfWorldTransportation + 0 -61 um -16 cm 2.19 cm 1.4 keV 0 eV 0 fm 0 fm World initStep + 1 -64.7 um -16 cm 2.19 cm 349 keV 1.4 keV 87.2 um 87.2 um World eIoni + 2 -84.9 um -20 cm 2.19 cm 398 MeV 8.22 keV 4.06 cm 4.07 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2497,275 +1421,48 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -20.2 um -1.04 cm 9 mm 154 MeV 2.08 keV 1.46 cm 1.46 cm World eIoni - 2 -35.2 um -2.92 cm 1.31 cm 342 MeV 5.44 keV 1.93 cm 3.38 cm World eIoni - 3 -38.3 um -3.86 cm 1.44 cm 436 MeV 1.22 keV 9.54 mm 4.34 cm World eIoni - 4 -70.5 um -7.91 cm 1.77 cm 841 MeV 10.3 keV 4.06 cm 8.4 cm World eIoni - 5 -165 um -15.6 cm 2.08 cm 1.61 GeV 15.2 keV 7.66 cm 16.1 cm World eIoni - 6 -201 um -20 cm 2.2 cm 2.05 GeV 10.6 keV 4.44 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -165 um -15.6 cm 2.08 cm 2.27 keV 0 eV 0 fm 0 fm World initStep - 1 -168 um -15.6 cm 2.08 cm 794 keV 2.27 keV 185 um 185 um World eIoni - 2 -322 um -16.1 cm 2.07 cm 53 MeV 889 eV 5.23 mm 5.41 mm World eIoni - 3 -483 um -20 cm 2.08 cm 444 MeV 6.65 keV 3.91 cm 4.45 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -70.5 um -7.91 cm 1.77 cm 4.76 keV 0 eV 0 fm 0 fm World initStep - 1 -58.8 um -7.93 cm 1.76 cm 2.92 MeV 4.76 keV 654 um 654 um World eIoni - 2 -55.4 um -8.02 cm 1.76 cm 11.6 MeV 97.7 eV 871 um 1.53 mm World eIoni - 3 -6.05 um -20 cm 1.76 cm 1.21 GeV 23.4 keV 12 cm 12.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -38.3 um -3.86 cm 1.44 cm 46.5 keV 0 eV 0 fm 0 fm World initStep - 1 -132 um -4.17 cm 1.45 cm 32.1 MeV 1.1 keV 3.33 mm 3.33 mm World eIoni - 2 576 um -17.6 cm 1.57 cm 1.38 GeV 24.8 keV 13.5 cm 13.8 cm World eIoni - 3 645 um -20 cm 1.58 cm 1.61 GeV 2.41 keV 2.35 cm 16.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 576 um -17.6 cm 1.57 cm 1.76 keV 0 eV 0 fm 0 fm World initStep - 1 576 um -17.7 cm 1.57 cm 511 keV 1.76 keV 123 um 123 um World eIoni - 2 579 um -20 cm 1.57 cm 235 MeV 3.87 keV 2.36 cm 2.37 cm OutOfWorldTransportation + 1 -87.8 um -4.66 cm 1.53 cm 516 MeV 11.3 keV 5.14 cm 5.14 cm World eIoni + 2 -178 um -11.4 cm 1.96 cm 1.19 GeV 16.4 keV 6.75 cm 11.9 cm World eIoni + 3 -225 um -20 cm 2.24 cm 2.05 GeV 17.3 keV 8.61 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -35.2 um -2.92 cm 1.31 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 -40.3 um -2.92 cm 1.31 cm 584 keV 1.9 keV 139 um 139 um World eIoni - 2 -67.8 um -20 cm 1.31 cm 1.71 GeV 26.2 keV 17.8 cm 17.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -20.2 um -1.04 cm 9 mm 6.17 keV 0 eV 0 fm 0 fm World initStep - 1 2.73 um -1.08 cm 8.99 mm 4.63 MeV 4.85 keV 1.04 mm 1.04 mm World eIoni - 2 -912 um -1.76 cm 1.05 cm 72.5 MeV 1.74 keV 7.54 mm 8.58 mm World eIoni - 3 -1.46 mm -20 cm 1.2 cm 1.9 GeV 35.8 keV 18.2 cm 19.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 709 um -17.9 cm 2.11 cm 1.84 GeV 41.5 keV 18.3 cm 18.3 cm World eIoni - 2 765 um -20 cm 2.16 cm 2.05 GeV 4.89 keV 2.15 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 709 um -17.9 cm 2.11 cm 2.37 keV 0 eV 0 fm 0 fm World initStep - 1 706 um -17.9 cm 2.11 cm 857 keV 2.37 keV 199 um 199 um World eIoni - 2 727 um -18.7 cm 2.08 cm 87.2 MeV 1.39 keV 8.65 mm 8.84 mm World eIoni - 3 931 um -20 cm 2.03 cm 215 MeV 3.16 keV 1.28 cm 2.16 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -6.39 um -3.58 mm 5.7 mm 85.8 MeV 2.21 keV 7 mm 7 mm World eIoni - 2 -2.9 um -2.16 cm 1.19 cm 266 MeV 3.5 keV 1.91 cm 2.61 cm World eIoni - 3 5.19 um -20 cm 2.22 cm 2.05 GeV 36.6 keV 17.9 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 um -2.16 cm 1.19 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 -8.42 um -2.16 cm 1.19 cm 596 keV 1.93 keV 142 um 142 um World eIoni - 2 -38 um -20 cm 1.18 cm 1.78 GeV 31.1 keV 18.6 cm 18.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.39 um -3.58 mm 5.7 mm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 -7.51 um -3.6 mm 5.7 mm 208 keV 1.02 keV 54.4 um 54.4 um World eIoni - 2 -3.99 cm -10.2 cm -6.82 mm 987 MeV 24 keV 11.4 cm 11.4 cm World eIoni - 3 -5.67 cm -19.2 cm -1.75 cm 1.88 GeV 19.5 keV 9.18 cm 20.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 22.8 um -1.81 cm 1.11 cm 231 MeV 4.04 keV 2.26 cm 2.26 cm World eIoni - 2 80.7 um -9.6 cm 1.84 cm 1.01 GeV 12.7 keV 7.83 cm 10.1 cm World eIoni - 3 122 um -16.7 cm 2.1 cm 1.72 GeV 13.6 keV 7.12 cm 17.2 cm World eIoni - 4 137 um -20 cm 2.19 cm 2.05 GeV 5.36 keV 3.29 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 122 um -16.7 cm 2.1 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 121 um -16.7 cm 2.1 cm 293 keV 1.26 keV 74.5 um 74.5 um World eIoni - 2 116 um -20 cm 2.1 cm 329 MeV 6.89 keV 3.36 cm 3.37 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 80.7 um -9.6 cm 1.84 cm 3.31 keV 0 eV 0 fm 0 fm World initStep - 1 68.5 um -9.61 cm 1.84 cm 1.54 MeV 3.31 keV 348 um 348 um World eIoni - 2 163 um -10.6 cm 1.82 cm 98.4 MeV 1.77 keV 9.69 mm 1 cm World eIoni - 3 -185 um -18.7 cm 1.63 cm 910 MeV 12.9 keV 8.12 cm 9.12 cm World eIoni - 4 -207 um -20 cm 1.62 cm 1.04 GeV 2.94 keV 1.3 cm 10.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -185 um -18.7 cm 1.63 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 -188 um -18.7 cm 1.63 cm 262 keV 1.18 keV 67.7 um 67.7 um World eIoni - 2 -201 um -20 cm 1.63 cm 130 MeV 3.52 keV 1.32 cm 1.32 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 22.8 um -1.81 cm 1.11 cm 1.86 keV 0 eV 0 fm 0 fm World initStep - 1 23.1 um -1.82 cm 1.11 cm 567 keV 1.86 keV 135 um 135 um World eIoni - 2 24.8 um -20 cm 1.11 cm 1.82 GeV 28.5 keV 19.1 cm 19.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -85 um -5.75 cm 1.64 cm 626 MeV 12.3 keV 6.24 cm 6.24 cm World eIoni - 2 -181 um -20 cm 2.25 cm 2.05 GeV 22.5 keV 14.3 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -85 um -5.75 cm 1.64 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 -82.6 um -5.76 cm 1.64 cm 347 keV 1.4 keV 86.6 um 86.6 um World eIoni - 2 -66.6 um -20 cm 1.63 cm 1.42 GeV 22.6 keV 15.5 cm 15.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 99.4 um -5.64 cm 1.6 cm 613 MeV 11.8 keV 6.12 cm 6.12 cm World eIoni - 2 91.4 um -7.11 cm 1.7 cm 761 MeV 3.42 keV 1.48 cm 7.6 cm World eIoni - 3 86 um -8.17 cm 1.77 cm 866 MeV 1.14 keV 1.05 cm 8.65 cm World eIoni - 4 50.3 um -20 cm 2.19 cm 2.05 GeV 26.2 keV 11.8 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 86 um -8.17 cm 1.77 cm 3.54 keV 0 eV 0 fm 0 fm World initStep - 1 88 um -8.18 cm 1.76 cm 1.72 MeV 3.54 keV 389 um 389 um World eIoni - 2 62.3 um -8.45 cm 1.76 cm 28.2 MeV 119 eV 2.65 mm 3.04 mm World eIoni - 3 35.1 um -20 cm 1.76 cm 1.18 GeV 27.6 keV 11.6 cm 11.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 91.4 um -7.11 cm 1.7 cm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 93.4 um -7.12 cm 1.7 cm 206 keV 1.02 keV 54.7 um 54.7 um World eIoni - 2 -6.3 mm -16.8 cm -1.41 cm 967 MeV 21.9 keV 11.2 cm 11.2 cm World eIoni - 3 1.23 cm -20 cm -1.67 cm 1.28 GeV 7.84 keV 3.69 cm 14.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 99.4 um -5.64 cm 1.6 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 102 um -5.64 cm 1.6 cm 320 keV 1.33 keV 80.7 um 80.7 um World eIoni - 2 123 um -20 cm 1.6 cm 1.44 GeV 36.1 keV 15.9 cm 15.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 210 um -8.93 cm 1.85 cm 943 MeV 20.7 keV 9.42 cm 9.42 cm World eIoni - 2 380 um -16.6 cm 2.16 cm 1.71 GeV 13.7 keV 7.68 cm 17.1 cm World eIoni - 3 435 um -20 cm 2.26 cm 2.05 GeV 5.76 keV 3.4 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 380 um -16.6 cm 2.16 cm 3.65 keV 0 eV 0 fm 0 fm World initStep - 1 376 um -16.6 cm 2.16 cm 1.82 MeV 3.65 keV 411 um 411 um World eIoni - 2 387 um -16.9 cm 2.16 cm 26.1 MeV 308 eV 2.43 mm 2.84 mm World eIoni - 3 442 um -17.9 cm 2.16 cm 128 MeV 2.16 keV 1.02 cm 1.3 cm World eIoni - 4 446 um -18 cm 2.16 cm 143 MeV 380 eV 1.53 mm 1.45 cm World eIoni - 5 484 um -20 cm 2.15 cm 340 MeV 3.48 keV 1.97 cm 3.43 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 446 um -18 cm 2.16 cm 15.9 keV 0 eV 0 fm 0 fm World initStep - 1 418 um -18.2 cm 2.16 cm 19.5 MeV 4.01 keV 2.63 mm 2.63 mm World eIoni - 2 1.5 mm -18.8 cm 2.24 cm 81.3 MeV 1.24 keV 6.35 mm 8.98 mm World eIoni - 3 2.15 mm -20 cm 2.29 cm 198 MeV 2.6 keV 1.17 cm 2.07 cm OutOfWorldTransportation + 0 -178 um -11.4 cm 1.96 cm 11 keV 0 eV 0 fm 0 fm World initStep + 1 -204 um -11.4 cm 1.96 cm 2.37 MeV 862 eV 248 um 248 um World eIoni + 2 -1.14 mm -19.5 cm 2.36 cm 807 MeV 13.1 keV 8.06 cm 8.09 cm World eIoni + 3 -1.31 mm -20 cm 2.39 cm 860 MeV 2.03 keV 5.36 mm 8.62 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 442 um -17.9 cm 2.16 cm 25.8 keV 0 eV 0 fm 0 fm World initStep - 1 464 um -18.2 cm 2.17 cm 30.2 MeV 4.63 keV 3.49 mm 3.49 mm World eIoni - 2 4.43 mm -20 cm 2.21 cm 214 MeV 2 keV 1.89 cm 2.24 cm OutOfWorldTransportation + 0 -1.14 mm -19.5 cm 2.36 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 -1.14 mm -19.5 cm 2.36 cm 312 keV 1.31 keV 78.8 um 78.8 um World eIoni + 2 -1.15 mm -20 cm 2.36 cm 53.5 MeV 980 eV 5.33 mm 5.41 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 210 um -8.93 cm 1.85 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 207 um -8.93 cm 1.85 cm 318 keV 1.33 keV 80.2 um 80.2 um World eIoni - 2 184 um -20 cm 1.86 cm 1.11 GeV 22.9 keV 11.9 cm 11.9 cm OutOfWorldTransportation + 0 -87.8 um -4.66 cm 1.53 cm 2.36 keV 0 eV 0 fm 0 fm World initStep + 1 -79.9 um -4.67 cm 1.53 cm 849 keV 2.36 keV 197 um 197 um World eIoni + 2 -9.23 um -5.87 cm 1.48 cm 121 MeV 2.72 keV 1.21 cm 1.23 cm World eIoni + 3 -1.39 mm -18.2 cm 1.44 cm 1.35 GeV 29.8 keV 12.3 cm 13.5 cm World eIoni + 4 -1.47 mm -20 cm 1.44 cm 1.53 GeV 2.56 keV 1.83 cm 15.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.39 mm -18.2 cm 1.44 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 -1.39 mm -18.2 cm 1.44 cm 237 keV 1.11 keV 61.8 um 61.8 um World eIoni + 2 -1.39 mm -20 cm 1.43 cm 183 MeV 3.66 keV 1.86 cm 1.87 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2773,370 +1470,69 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -55 um -2.67 cm 1.27 cm 317 MeV 6.91 keV 3.14 cm 3.14 cm World eIoni - 2 -128 um -9.84 cm 1.87 cm 1.03 GeV 12.2 keV 7.19 cm 10.3 cm World eIoni - 3 -162 um -20 cm 2.21 cm 2.05 GeV 24.9 keV 10.2 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -128 um -9.84 cm 1.87 cm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 -126 um -9.84 cm 1.87 cm 388 keV 1.49 keV 95.7 um 95.7 um World eIoni - 2 -115 um -20 cm 1.87 cm 1.02 GeV 22.3 keV 10.7 cm 10.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -55 um -2.67 cm 1.27 cm 1.69 keV 0 eV 0 fm 0 fm World initStep - 1 -59.5 um -2.68 cm 1.27 cm 480 keV 1.69 keV 116 um 116 um World eIoni - 2 -86.7 um -20 cm 1.27 cm 1.73 GeV 30.5 keV 18.4 cm 18.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 1.27 um -1.16 mm 3.36 mm 61.6 MeV 646 eV 3.61 mm 3.61 mm World eIoni - 2 -15.8 um -1.3 cm 9.84 mm 180 MeV 2.78 keV 1.37 cm 1.73 cm World eIoni - 3 24.1 um -7.71 cm 1.76 cm 821 MeV 13.5 keV 6.47 cm 8.21 cm World eIoni - 4 31.1 um -8.9 cm 1.83 cm 940 MeV 1.58 keV 1.19 cm 9.39 cm World eIoni - 5 33.1 um -9.25 cm 1.85 cm 975 MeV 515 eV 3.45 mm 9.74 cm World eIoni - 6 90.6 um -19.7 cm 2.22 cm 2.02 GeV 22.8 keV 10.5 cm 20.2 cm World eIoni - 7 92.1 um -20 cm 2.22 cm 2.05 GeV 237 eV 2.55 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 90.6 um -19.7 cm 2.22 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 94.2 um -19.7 cm 2.22 cm 324 keV 1.34 keV 81.7 um 81.7 um World eIoni - 2 106 um -20 cm 2.22 cm 25.5 MeV 413 eV 2.52 mm 2.6 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 33.1 um -9.25 cm 1.85 cm 4.75 keV 0 eV 0 fm 0 fm World initStep - 1 47.6 um -9.27 cm 1.85 cm 2.91 MeV 4.75 keV 622 um 622 um World eIoni - 2 -2.52 mm -19.3 cm 1.46 cm 1.01 GeV 15.6 keV 10.1 cm 10.2 cm World eIoni - 3 -2.44 mm -20 cm 1.43 cm 1.08 GeV 2.09 keV 6.87 mm 10.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 mm -19.3 cm 1.46 cm 76.8 keV 0 eV 0 fm 0 fm World initStep - 1 -2.49 mm -20 cm 1.44 cm 70 MeV 3.45 keV 7.3 mm 7.3 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 31.1 um -8.9 cm 1.83 cm 2.67 keV 0 eV 0 fm 0 fm World initStep - 1 30.7 um -8.91 cm 1.83 cm 1.05 MeV 2.67 keV 241 um 241 um World eIoni - 2 14.1 um -9.26 cm 1.82 cm 36 MeV 68.7 eV 3.49 mm 3.73 mm World eIoni - 3 182 um -12.6 cm 1.82 cm 371 MeV 5.95 keV 3.36 cm 3.73 cm World eBrem - 4 196 um -13.3 cm 1.82 cm 440 MeV 875 eV 6.85 mm 4.41 cm World eIoni - 5 271 um -20 cm 1.82 cm 1.11 GeV 11.8 keV 6.7 cm 11.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 196 um -13.3 cm 1.82 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 193 um -13.3 cm 1.82 cm 243 keV 1.13 keV 63.3 um 63.3 um World eIoni - 2 169 um -20 cm 1.82 cm 670 MeV 17.4 keV 7.18 cm 7.18 cm OutOfWorldTransportation + 1 282 um -9.12 cm 1.82 cm 961 MeV 15.4 keV 9.61 cm 9.61 cm World eIoni + 2 316 um -9.53 cm 1.84 cm 1 GeV 2.53 keV 4.19 mm 10 cm World eIoni + 3 657 um -14.8 cm 2.03 cm 1.53 GeV 16 keV 5.3 cm 15.3 cm World eIoni + 4 895 um -20 cm 2.16 cm 2.05 GeV 12.1 keV 5.18 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 24.1 um -7.71 cm 1.76 cm 2.68 keV 0 eV 0 fm 0 fm World initStep - 1 27.6 um -7.72 cm 1.76 cm 1.06 MeV 2.68 keV 243 um 243 um World eIoni - 2 42.5 um -8.19 cm 1.75 cm 47.3 MeV 239 eV 4.63 mm 4.87 mm World eIoni - 3 45.3 um -8.29 cm 1.75 cm 57.7 MeV 29.4 eV 1.04 mm 5.91 mm World eIoni - 4 89.3 um -20 cm 1.73 cm 1.23 GeV 22.3 keV 11.7 cm 12.3 cm OutOfWorldTransportation + 0 657 um -14.8 cm 2.03 cm 6.19 keV 0 eV 0 fm 0 fm World initStep + 1 658 um -14.9 cm 2.03 cm 4.66 MeV 6.19 keV 1.04 mm 1.04 mm World eIoni + 2 1.43 mm -15 cm 2.09 cm 14.7 MeV 0 eV 1.48 mm 2.52 mm World eIoni + 3 2.75 mm -17.4 cm 2.17 cm 259 MeV 3.17 keV 2.45 cm 2.71 cm World eIoni + 4 3.06 mm -20 cm 2.18 cm 517 MeV 5.69 keV 2.58 cm 5.29 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 45.3 um -8.29 cm 1.75 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 45.3 um -8.29 cm 1.75 cm 252 keV 1.15 keV 65.3 um 65.3 um World eIoni - 2 45.8 um -20 cm 1.74 cm 1.17 GeV 26.8 keV 13.2 cm 13.2 cm OutOfWorldTransportation + 0 2.75 mm -17.4 cm 2.17 cm 20.4 keV 0 eV 0 fm 0 fm World initStep + 1 2.84 mm -17.7 cm 2.16 cm 26.4 MeV 4.89 keV 3.34 mm 3.34 mm World eIoni + 2 3.1 mm -17.7 cm 2.16 cm 27.9 MeV 17.3 eV 306 um 3.65 mm World eIoni + 3 9.04 mm -20 cm 2.16 cm 258 MeV 4.93 keV 2.42 cm 2.78 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.8 um -1.3 cm 9.84 mm 5.01 keV 0 eV 0 fm 0 fm World initStep - 1 -18.3 um -1.32 cm 9.86 mm 2.44 MeV 1.57 keV 328 um 328 um World eIoni - 2 -1.05 mm -5.19 cm 7.18 mm 390 MeV 3.9 keV 3.91 cm 3.94 cm World eIoni - 3 -702 um -8 cm 6.01 mm 671 MeV 7.08 keV 2.81 cm 6.75 cm World eIoni - 4 -182 um -16.2 cm 4.29 mm 1.49 GeV 14.3 keV 8.2 cm 14.9 cm World eIoni - 5 -22.7 um -20 cm 3.8 mm 1.87 GeV 7.61 keV 3.8 cm 18.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -182 um -16.2 cm 4.29 mm 2.07 keV 0 eV 0 fm 0 fm World initStep - 1 -188 um -16.2 cm 4.29 mm 678 keV 2.07 keV 160 um 160 um World eIoni - 2 978 um -19.8 cm 3.29 mm 365 MeV 5.94 keV 3.67 cm 3.68 cm World eIoni - 3 1.04 mm -20 cm 3.19 mm 380 MeV 448 eV 1.57 mm 3.84 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 978 um -19.8 cm 3.29 mm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 981 um -19.8 cm 3.29 mm 288 keV 1.25 keV 73.4 um 73.4 um World eIoni - 2 992 um -20 cm 3.29 mm 15.7 MeV 281 eV 1.54 mm 1.61 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -702 um -8 cm 6.01 mm 2.73 keV 0 eV 0 fm 0 fm World initStep - 1 -692 um -8.01 cm 6 mm 1.09 MeV 2.73 keV 250 um 250 um World eIoni - 2 -1.08 mm -9.29 cm 6.17 mm 129 MeV 1.82 keV 1.28 cm 1.3 cm World eIoni - 3 -1.8 mm -13.9 cm 8.11 mm 589 MeV 11.1 keV 4.61 cm 5.91 cm World eIoni - 4 -2.17 mm -20 cm 9.03 mm 1.2 GeV 11.7 keV 6.11 cm 12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm -13.9 cm 8.11 mm 3.18 keV 0 eV 0 fm 0 fm World initStep - 1 -1.79 mm -13.9 cm 8.11 mm 1.43 MeV 3.18 keV 324 um 324 um World eIoni - 2 -1.79 mm -14.1 cm 8.09 mm 20.8 MeV 1.36 keV 1.94 mm 2.26 mm World eIoni - 3 -1.76 mm -16.5 cm 7.99 mm 261 MeV 2.54 keV 2.4 cm 2.63 cm World eIoni - 4 -1.66 mm -20 cm 7.89 mm 611 MeV 5.28 keV 3.5 cm 6.13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 mm -16.5 cm 7.99 mm 1.71 keV 0 eV 0 fm 0 fm World initStep - 1 -1.76 mm -16.5 cm 7.99 mm 489 keV 1.71 keV 118 um 118 um World eIoni - 2 -1.75 mm -20 cm 7.97 mm 350 MeV 7.01 keV 3.53 cm 3.55 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -5.19 cm 7.18 mm 1.14 keV 0 eV 0 fm 0 fm World initStep - 1 -1.05 mm -5.2 cm 7.18 mm 249 keV 1.14 keV 64.6 um 64.6 um World eIoni - 2 -9.93 mm -18.3 cm 2.1 cm 1.31 GeV 37.8 keV 15.2 cm 15.2 cm World eIoni - 3 -1.03 cm -20 cm 2.43 cm 1.48 GeV 2.62 keV 1.67 cm 16.9 cm OutOfWorldTransportation + 0 316 um -9.53 cm 1.84 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 313 um -9.54 cm 1.84 cm 218 keV 1.06 keV 57.6 um 57.6 um World eIoni + 2 290 um -20 cm 1.84 cm 1.05 GeV 35 keV 12.1 cm 12.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 um -1.16 mm 3.36 mm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 4.41 um -1.18 mm 3.36 mm 240 keV 1.12 keV 62.7 um 62.7 um World eIoni - 2 -1.16 cm -12.6 cm -4.79 cm 1.24 GeV 34.2 keV 14.4 cm 14.4 cm World eIoni - 3 -5.09 cm -19.3 cm -10.2 cm 1.92 GeV 24 keV 9.58 cm 24 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 8.36 um -2.86 cm 1.3 cm 336 MeV 8.63 keV 3.33 cm 3.33 cm World eIoni - 2 9.15 um -2.93 cm 1.31 cm 343 MeV 60 eV 695 um 3.4 cm World eIoni - 3 79 um -20 cm 2.21 cm 2.05 GeV 36.5 keV 17.1 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.15 um -2.93 cm 1.31 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 9.29 um -2.94 cm 1.31 cm 234 keV 1.1 keV 61.3 um 61.3 um World eIoni - 2 1.69 cm -14.9 cm -3.45 cm 1.19 GeV 29.6 keV 13.8 cm 13.8 cm World eIoni - 3 1.74 cm -19.9 cm -5.65 cm 1.7 GeV 9.68 keV 5.51 cm 19.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.36 um -2.86 cm 1.3 cm 1.62 keV 0 eV 0 fm 0 fm World initStep - 1 8.92 um -2.87 cm 1.3 cm 445 keV 1.62 keV 109 um 109 um World eIoni - 2 12.4 um -20 cm 1.3 cm 1.71 GeV 28.8 keV 18.3 cm 18.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 640 um -14.4 cm 2.07 cm 1.49 GeV 27.8 keV 14.8 cm 14.8 cm World eIoni - 2 872 um -20 cm 2.24 cm 2.05 GeV 6.68 keV 5.65 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 640 um -14.4 cm 2.07 cm 101 keV 0 eV 0 fm 0 fm World initStep - 1 660 um -14.5 cm 2.07 cm 11.8 MeV 374 eV 1.19 mm 1.19 mm World eIoni - 2 657 um -14.9 cm 2.07 cm 57.6 MeV 654 eV 4.58 mm 5.77 mm World eIoni - 3 627 um -20 cm 2.06 cm 565 MeV 10.4 keV 5.07 cm 5.65 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 657 um -14.9 cm 2.07 cm 2.54 keV 0 eV 0 fm 0 fm World initStep - 1 649 um -14.9 cm 2.07 cm 965 keV 2.54 keV 222 um 222 um World eIoni - 2 636 um -15.4 cm 2.05 cm 49.9 MeV 661 eV 4.9 mm 5.12 mm World eIoni - 3 648 um -19.9 cm 2.04 cm 499 MeV 13.1 keV 4.49 cm 5 cm World eIoni - 4 649 um -20 cm 2.04 cm 508 MeV 170 eV 836 um 5.09 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 648 um -19.9 cm 2.04 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 651 um -19.9 cm 2.04 cm 236 keV 1.11 keV 61.6 um 61.6 um World eIoni - 2 659 um -20 cm 2.04 cm 8.37 MeV 21.3 eV 814 um 876 um OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 441 um -11.7 cm 1.98 cm 1.22 GeV 22.9 keV 12.2 cm 12.2 cm World eIoni - 2 472 um -14.4 cm 2.09 cm 1.49 GeV 7.5 keV 2.67 cm 14.8 cm World eIoni - 3 488 um -16.2 cm 2.15 cm 1.67 GeV 5.91 keV 1.84 cm 16.7 cm World eIoni - 4 519 um -20 cm 2.26 cm 2.05 GeV 7.03 keV 3.81 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 488 um -16.2 cm 2.15 cm 5.29 keV 0 eV 0 fm 0 fm World initStep - 1 472 um -16.2 cm 2.15 cm 3.52 MeV 5.29 keV 788 um 788 um World eIoni - 2 455 um -16.4 cm 2.15 cm 21.8 MeV 411 eV 1.83 mm 2.62 mm World eIoni - 3 415 um -20 cm 2.15 cm 381 MeV 4.92 keV 3.59 cm 3.86 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 472 um -14.4 cm 2.09 cm 5.02 keV 0 eV 0 fm 0 fm World initStep - 1 481 um -14.4 cm 2.09 cm 3.21 MeV 5.02 keV 719 um 719 um World eIoni - 2 487 um -14.5 cm 2.09 cm 10.1 MeV 0 eV 693 um 1.41 mm World eIoni - 3 508 um -20 cm 2.09 cm 565 MeV 13.1 keV 5.55 cm 5.69 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 441 um -11.7 cm 1.98 cm 1.44 keV 0 eV 0 fm 0 fm World initStep - 1 437 um -11.7 cm 1.98 cm 366 keV 1.44 keV 90.9 um 90.9 um World eIoni - 2 412 um -20 cm 1.98 cm 832 MeV 15.2 keV 8.68 cm 8.69 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -4.01 um -2.21 cm 1.2 cm 271 MeV 7.23 keV 2.67 cm 2.67 cm World eIoni - 2 -5.93 um -6.13 cm 1.66 cm 663 MeV 7.4 keV 3.95 cm 6.62 cm World eIoni - 3 -6.48 um -9.87 cm 1.89 cm 1.04 GeV 10.2 keV 3.75 cm 10.4 cm World eIoni - 4 -13.4 um -13.6 cm 2.05 cm 1.41 GeV 8.01 keV 3.69 cm 14.1 cm World eIoni - 5 -13.4 um -13.6 cm 2.05 cm 1.41 GeV 108 eV 770 um 14.1 cm World eIoni - 6 -15.5 um -20 cm 2.24 cm 2.05 GeV 19.7 keV 6.36 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -13.4 um -13.6 cm 2.05 cm 1.31 keV 0 eV 0 fm 0 fm World initStep - 1 -16.8 um -13.6 cm 2.05 cm 313 keV 1.31 keV 79.1 um 79.1 um World eIoni - 2 -38.6 um -20 cm 2.05 cm 636 MeV 14.1 keV 6.63 cm 6.64 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -13.4 um -13.6 cm 2.05 cm 4.13 keV 0 eV 0 fm 0 fm World initStep - 1 -28.6 um -13.6 cm 2.05 cm 2.27 MeV 4.13 keV 509 um 509 um World eIoni - 2 -32.1 um -13.7 cm 2.05 cm 13.7 MeV 751 eV 1.15 mm 1.66 mm World eIoni - 3 -18.2 um -20 cm 2.05 cm 644 MeV 14.5 keV 6.3 cm 6.47 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.48 um -9.87 cm 1.89 cm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 -1.98 um -9.88 cm 1.89 cm 400 keV 1.52 keV 98.5 um 98.5 um World eIoni - 2 25.4 um -20 cm 1.89 cm 1.01 GeV 19.1 keV 10.6 cm 10.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.93 um -6.13 cm 1.66 cm 1.68 keV 0 eV 0 fm 0 fm World initStep - 1 -1.92 um -6.13 cm 1.66 cm 475 keV 1.68 keV 115 um 115 um World eIoni - 2 21.5 um -20 cm 1.66 cm 1.39 GeV 24.8 keV 14.5 cm 14.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 um -2.21 cm 1.2 cm 3.78 keV 0 eV 0 fm 0 fm World initStep - 1 -5.43 um -2.23 cm 1.2 cm 1.94 MeV 3.78 keV 436 um 436 um World eIoni - 2 -41.4 um -2.62 cm 1.21 cm 41.1 MeV 302 eV 3.92 mm 4.36 mm World eIoni - 3 -75.2 um -6.73 cm 1.22 cm 452 MeV 8.55 keV 4.11 cm 4.55 cm World eIoni - 4 9.91 um -20 cm 1.23 cm 1.78 GeV 28.9 keV 13.3 cm 17.8 cm OutOfWorldTransportation + 0 282 um -9.12 cm 1.82 cm 42 keV 0 eV 0 fm 0 fm World initStep + 1 130 um -9.81 cm 1.83 cm 72.2 MeV 6 keV 8.46 mm 8.46 mm World eIoni + 2 509 um -11.1 cm 1.68 cm 205 MeV 2.09 keV 1.34 cm 2.19 cm World eIoni + 3 790 um -13.4 cm 1.57 cm 427 MeV 3.34 keV 2.22 cm 4.41 cm World eIoni + 4 1.15 mm -20 cm 1.44 cm 1.09 GeV 12.9 keV 6.64 cm 11 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -75.2 um -6.73 cm 1.22 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 -77.5 um -6.73 cm 1.22 cm 214 keV 1.04 keV 56.5 um 56.5 um World eIoni - 2 2.63 cm -17 cm -1.04 mm 1.03 GeV 25.1 keV 11.9 cm 11.9 cm World eIoni - 3 2.87 cm -19.8 cm -4.11 mm 1.31 GeV 7.56 keV 2.8 cm 14.7 cm OutOfWorldTransportation + 0 790 um -13.4 cm 1.57 cm 54.5 keV 0 eV 0 fm 0 fm World initStep + 1 926 um -13.7 cm 1.57 cm 33.9 MeV 1.34 keV 3.48 mm 3.48 mm World eIoni + 2 3.37 mm -20 cm 1.53 cm 665 MeV 12.2 keV 6.32 cm 6.67 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 509 um -11.1 cm 1.68 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 505 um -11.2 cm 1.68 cm 288 keV 1.25 keV 73.4 um 73.4 um World eIoni + 2 482 um -20 cm 1.67 cm 885 MeV 21.2 keV 9.49 cm 9.49 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3144,75 +1540,38 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -24.6 um -1.9 cm 1.14 cm 240 MeV 4.21 keV 2.35 cm 2.35 cm World eIoni - 2 -32 um -18.9 cm 2.19 cm 1.94 GeV 28.7 keV 17.1 cm 19.4 cm World eIoni - 3 -30.2 um -20 cm 2.21 cm 2.05 GeV 1.81 keV 1.05 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -32 um -18.9 cm 2.19 cm 1.75 keV 0 eV 0 fm 0 fm World initStep - 1 -26.8 um -19 cm 2.19 cm 508 keV 1.75 keV 122 um 122 um World eIoni - 2 -8.04 um -20 cm 2.19 cm 105 MeV 1.97 keV 1.05 cm 1.06 cm OutOfWorldTransportation + 1 -329 um -11.9 cm 1.93 cm 1.24 GeV 23.4 keV 12.4 cm 12.4 cm World eIoni + 2 -547 um -20 cm 2.17 cm 2.05 GeV 16.5 keV 8.11 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -24.6 um -1.9 cm 1.14 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 -26.2 um -1.9 cm 1.14 cm 210 keV 1.03 keV 55.6 um 55.6 um World eIoni - 2 3.08 cm -11.9 cm 4.03 cm 998 MeV 26.5 keV 11.5 cm 11.5 cm World eIoni - 3 6.96 cm -18.8 cm 7.41 cm 1.68 GeV 20.5 keV 8.64 cm 20.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 39.8 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 352 um -9.29 cm 1.84 cm 979 MeV 20.5 keV 9.78 cm 9.78 cm World eIoni - 2 660 um -20 cm 2.24 cm 2.05 GeV 23.6 keV 10.7 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 352 um -9.29 cm 1.84 cm 14 keV 0 eV 0 fm 0 fm World initStep - 1 353 um -9.44 cm 1.85 cm 16.5 MeV 4.28 keV 2.34 mm 2.34 mm World eIoni - 2 826 um -9.81 cm 1.98 cm 53.2 MeV 682 eV 3.98 mm 6.32 mm World eIoni - 3 1.67 mm -15.6 cm 2.26 cm 632 MeV 9.91 keV 5.8 cm 6.43 cm World eIoni - 4 1.76 mm -18 cm 2.29 cm 867 MeV 4.2 keV 2.35 cm 8.79 cm World eIoni - 5 1.81 mm -20 cm 2.32 cm 1.07 GeV 6.7 keV 2.05 cm 10.8 cm OutOfWorldTransportation + 0 -329 um -11.9 cm 1.93 cm 2.53 keV 0 eV 0 fm 0 fm World initStep + 1 -320 um -11.9 cm 1.93 cm 961 keV 2.53 keV 221 um 221 um World eIoni + 2 -317 um -12 cm 1.93 cm 7.61 MeV 158 eV 665 um 886 um World eIoni + 3 199 um -18.4 cm 2.02 cm 651 MeV 13 keV 6.44 cm 6.53 cm World eIoni + 4 377 um -20 cm 2.04 cm 811 MeV 2.42 keV 1.59 cm 8.12 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 mm -18 cm 2.29 cm 1.36 keV 0 eV 0 fm 0 fm World initStep - 1 1.76 mm -18 cm 2.29 cm 332 keV 1.36 keV 83.3 um 83.3 um World eIoni - 2 1.78 mm -20 cm 2.29 cm 205 MeV 5.71 keV 2.07 cm 2.08 cm OutOfWorldTransportation + 0 199 um -18.4 cm 2.02 cm 3.2 keV 0 eV 0 fm 0 fm World initStep + 1 188 um -18.4 cm 2.01 cm 1.45 MeV 3.2 keV 328 um 328 um World eIoni + 2 75.7 um -19 cm 2.01 cm 61.5 MeV 508 eV 6.01 mm 6.34 mm World eIoni + 3 -173 um -20 cm 1.99 cm 159 MeV 2.93 keV 9.79 mm 1.61 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm -15.6 cm 2.26 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 1.67 mm -15.6 cm 2.26 cm 319 keV 1.33 keV 80.3 um 80.3 um World eIoni - 2 1.67 mm -20 cm 2.26 cm 440 MeV 9.16 keV 4.52 cm 4.53 cm OutOfWorldTransportation + 0 -317 um -12 cm 1.93 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -319 um -12 cm 1.93 cm 222 keV 1.07 keV 58.5 um 58.5 um World eIoni + 2 -337 um -20 cm 1.93 cm 803 MeV 19.4 keV 8.87 cm 8.88 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3220,7 +1579,2053 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 43.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 -31.1 um -2.91 cm 1.32 cm 341 MeV 6.85 keV 3.38 cm 3.38 cm World eIoni + 2 -37.4 um -20 cm 2.23 cm 2.05 GeV 33.8 keV 17.1 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -31.1 um -2.91 cm 1.32 cm 2.95 keV 0 eV 0 fm 0 fm World initStep + 1 -24.1 um -2.92 cm 1.32 cm 1.25 MeV 2.95 keV 285 um 285 um World eIoni + 2 -28.7 um -3.09 cm 1.32 cm 18.5 MeV 54.1 eV 1.72 mm 2 mm World eIoni + 3 -50.1 um -20 cm 1.33 cm 1.71 GeV 24.4 keV 16.9 cm 17.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -14.5 um -1.48 cm 1.03 cm 198 MeV 5.4 keV 1.92 cm 1.92 cm World eIoni + 2 -145 um -18.9 cm 2.18 cm 1.94 GeV 29.6 keV 17.5 cm 19.4 cm World eIoni + 3 -156 um -20 cm 2.21 cm 2.05 GeV 4.88 keV 1.09 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -145 um -18.9 cm 2.18 cm 1.29 keV 0 eV 0 fm 0 fm World initStep + 1 -142 um -18.9 cm 2.18 cm 306 keV 1.29 keV 77.5 um 77.5 um World eIoni + 2 -125 um -20 cm 2.18 cm 109 MeV 3.01 keV 1.09 cm 1.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -14.5 um -1.48 cm 1.03 cm 2.28 keV 0 eV 0 fm 0 fm World initStep + 1 -18.9 um -1.49 cm 1.03 cm 804 keV 2.28 keV 186 um 186 um World eIoni + 2 50.3 um -1.87 cm 1.04 cm 38.9 MeV 78.8 eV 3.81 mm 4 mm World eIoni + 3 122 um -9.22 cm 1.03 cm 774 MeV 13.4 keV 7.35 cm 7.75 cm World eIoni + 4 145 um -20 cm 10 mm 1.85 GeV 21.3 keV 10.8 cm 18.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 122 um -9.22 cm 1.03 cm 1.5 keV 0 eV 0 fm 0 fm World initStep + 1 124 um -9.22 cm 1.03 cm 391 keV 1.5 keV 96.4 um 96.4 um World eIoni + 2 134 um -20 cm 1.02 cm 1.08 GeV 15.9 keV 11.3 cm 11.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 164 um -5.72 cm 1.61 cm 622 MeV 10.8 keV 6.2 cm 6.2 cm World eIoni + 2 173 um -15.1 cm 2.08 cm 1.56 GeV 19.4 keV 9.39 cm 15.6 cm World eIoni + 3 171 um -17.2 cm 2.14 cm 1.77 GeV 2.42 keV 2.14 cm 17.7 cm World eIoni + 4 168 um -20 cm 2.21 cm 2.05 GeV 3.98 keV 2.76 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 171 um -17.2 cm 2.14 cm 7.15 keV 0 eV 0 fm 0 fm World initStep + 1 187 um -17.3 cm 2.14 cm 3.89 MeV 1.4 keV 486 um 486 um World eIoni + 2 -1.27 mm -20 cm 2.04 cm 276 MeV 4.67 keV 2.75 cm 2.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 173 um -15.1 cm 2.08 cm 1.92 keV 0 eV 0 fm 0 fm World initStep + 1 179 um -15.1 cm 2.08 cm 595 keV 1.92 keV 142 um 142 um World eIoni + 2 206 um -20 cm 2.08 cm 490 MeV 7.49 keV 4.95 cm 4.96 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 164 um -5.72 cm 1.61 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 163 um -5.72 cm 1.61 cm 214 keV 1.05 keV 56.6 um 56.6 um World eIoni + 2 -3.69 cm -16.1 cm 3.7 mm 1.03 GeV 27.3 keV 12 cm 12 cm World eIoni + 3 -9.48 cm -17.6 cm -1.8 cm 1.19 GeV 13.7 keV 6.47 cm 18.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -115 um -6.03 cm 1.66 cm 653 MeV 11.8 keV 6.52 cm 6.52 cm World eIoni + 2 -292 um -20 cm 2.26 cm 2.05 GeV 29.9 keV 14 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -115 um -6.03 cm 1.66 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 -118 um -6.03 cm 1.66 cm 247 keV 1.14 keV 64.3 um 64.3 um World eIoni + 2 -5.15 mm -19.1 cm 8.62 mm 1.3 GeV 30.8 keV 15 cm 15 cm World eIoni + 3 -1.31 cm -20 cm -1.1 cm 1.39 GeV 3.3 keV 2.3 cm 17.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 1.55 um -7.79 mm 7.99 mm 128 MeV 3 keV 1.18 cm 1.18 cm World eIoni + 2 75.4 um -20 cm 2.21 cm 2.05 GeV 38.8 keV 19.3 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.55 um -7.79 mm 7.99 mm 3.24 keV 0 eV 0 fm 0 fm World initStep + 1 558 nm -7.93 mm 8 mm 1.5 MeV 3.24 keV 335 um 335 um World eIoni + 2 -59.7 um -1.5 cm 7.89 mm 71.9 MeV 1.54 keV 7.05 mm 7.38 mm World eIoni + 3 -184 um -5.33 cm 7.6 mm 455 MeV 5.84 keV 3.83 cm 4.57 cm World eIoni + 4 -254 um -20 cm 7.29 mm 1.92 GeV 34.9 keV 14.7 cm 19.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -184 um -5.33 cm 7.6 mm 1.37 keV 0 eV 0 fm 0 fm World initStep + 1 -182 um -5.33 cm 7.61 mm 336 keV 1.37 keV 84.3 um 84.3 um World eIoni + 2 -167 um -20 cm 7.63 mm 1.47 GeV 34 keV 16.1 cm 16.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -5.15 um -4.4 cm 1.51 cm 490 MeV 6.41 keV 4.88 cm 4.88 cm World eIoni + 2 -18.5 um -7.59 cm 1.77 cm 809 MeV 5.4 keV 3.21 cm 8.08 cm World eIoni + 3 -24.3 um -9.32 cm 1.86 cm 982 MeV 3.81 keV 1.73 cm 9.81 cm World eIoni + 4 -33.5 um -12.1 cm 1.99 cm 1.26 GeV 5.13 keV 2.81 cm 12.6 cm World eIoni + 5 -53.6 um -20 cm 2.24 cm 2.05 GeV 12.8 keV 7.87 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -33.5 um -12.1 cm 1.99 cm 2.1 keV 0 eV 0 fm 0 fm World initStep + 1 -40.3 um -12.1 cm 1.99 cm 695 keV 2.1 keV 163 um 163 um World eIoni + 2 -179 um -12.9 cm 1.97 cm 77.1 MeV 1.61 keV 7.65 mm 7.81 mm World eIoni + 3 -378 um -16.4 cm 1.94 cm 424 MeV 10.7 keV 3.47 cm 4.25 cm World eIoni + 4 -526 um -20 cm 1.92 cm 787 MeV 6.99 keV 3.63 cm 7.88 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -378 um -16.4 cm 1.94 cm 2.45 keV 0 eV 0 fm 0 fm World initStep + 1 -376 um -16.4 cm 1.94 cm 906 keV 2.45 keV 209 um 209 um World eIoni + 2 -740 um -17.4 cm 1.93 cm 104 MeV 1.06 keV 1.03 cm 1.05 cm World eIoni + 3 -1.04 mm -20 cm 1.91 cm 363 MeV 7.27 keV 2.6 cm 3.65 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -24.3 um -9.32 cm 1.86 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 -28 um -9.32 cm 1.86 cm 505 keV 1.75 keV 122 um 122 um World eIoni + 2 -48.2 um -20 cm 1.86 cm 1.07 GeV 21 keV 11 cm 11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -18.5 um -7.59 cm 1.77 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 -14.9 um -7.6 cm 1.77 cm 287 keV 1.25 keV 73.1 um 73.1 um World eIoni + 2 11.2 um -20 cm 1.77 cm 1.24 GeV 25.2 keV 13.7 cm 13.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.15 um -4.4 cm 1.51 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 -7.09 um -4.4 cm 1.51 cm 204 keV 1.01 keV 54.3 um 54.3 um World eIoni + 2 -4.04 cm -14 cm 1.83 cm 956 MeV 25.6 keV 11.1 cm 11.1 cm World eIoni + 3 -5.51 cm -19.2 cm 1.5 cm 1.48 GeV 10.4 keV 5.48 cm 16.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 2.98 um -4.04 mm 6.03 mm 90.4 MeV 1.42 keV 7.56 mm 7.56 mm World eIoni + 2 8.09 um -20 cm 2.22 cm 2.05 GeV 46.3 keV 19.7 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.98 um -4.04 mm 6.03 mm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 6.29 um -4.07 mm 6.03 mm 275 keV 1.21 keV 70.4 um 70.4 um World eIoni + 2 7.44 mm -15.8 cm 4.73 cm 1.54 GeV 33.9 keV 17.7 cm 17.7 cm World eIoni + 3 1.37 cm -20 cm 5.53 cm 1.95 GeV 11.6 keV 4.32 cm 22 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 138 um -4.9 cm 1.55 cm 540 MeV 11.1 keV 5.38 cm 5.38 cm World eIoni + 2 198 um -15.6 cm 2.09 cm 1.61 GeV 20.8 keV 10.7 cm 16.1 cm World eIoni + 3 202 um -20 cm 2.21 cm 2.05 GeV 12.1 keV 4.44 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 198 um -15.6 cm 2.09 cm 18.8 keV 0 eV 0 fm 0 fm World initStep + 1 183 um -15.8 cm 2.09 cm 22.2 MeV 2.55 keV 2.78 mm 2.78 mm World eIoni + 2 4.64 mm -20 cm 2.53 cm 445 MeV 6.87 keV 4.33 cm 4.61 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 138 um -4.9 cm 1.55 cm 3.15 keV 0 eV 0 fm 0 fm World initStep + 1 127 um -4.91 cm 1.55 cm 1.41 MeV 3.15 keV 318 um 318 um World eIoni + 2 110 um -5.04 cm 1.55 cm 14.8 MeV 173 eV 1.34 mm 1.66 mm World eIoni + 3 87.7 um -5.13 cm 1.55 cm 23.6 MeV 72.3 eV 883 um 2.54 mm World eIoni + 4 -215 um -11 cm 1.53 cm 606 MeV 10.8 keV 5.83 cm 6.08 cm World eIoni + 5 -248 um -12.1 cm 1.53 cm 720 MeV 1.39 keV 1.13 cm 7.22 cm World eIoni + 6 -334 um -16.1 cm 1.51 cm 1.12 GeV 8.46 keV 4.04 cm 11.3 cm World eIoni + 7 -392 um -20 cm 1.5 cm 1.51 GeV 7.6 keV 3.87 cm 15.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -334 um -16.1 cm 1.51 cm 28.2 keV 0 eV 0 fm 0 fm World initStep + 1 -316 um -16.2 cm 1.52 cm 10.4 MeV 416 eV 1.07 mm 1.07 mm World eIoni + 2 680 um -20 cm 1.43 cm 387 MeV 7.48 keV 3.77 cm 3.88 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -248 um -12.1 cm 1.53 cm 1.7 keV 0 eV 0 fm 0 fm World initStep + 1 -252 um -12.1 cm 1.53 cm 482 keV 1.7 keV 117 um 117 um World eIoni + 2 -275 um -20 cm 1.53 cm 791 MeV 11.1 keV 8.11 cm 8.12 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -215 um -11 cm 1.53 cm 8.49 keV 0 eV 0 fm 0 fm World initStep + 1 -241 um -11 cm 1.54 cm 8.09 MeV 6.96 keV 1.54 mm 1.54 mm World eIoni + 2 -1.73 mm -11.2 cm 1.62 cm 23.4 MeV 791 eV 2.55 mm 4.09 mm World eIoni + 3 -2.49 mm -11.6 cm 1.66 cm 68.9 MeV 531 eV 4.64 mm 8.73 mm World eIoni + 4 -4.07 mm -18.8 cm 1.77 cm 783 MeV 14.8 keV 7.14 cm 8.02 cm World eIoni + 5 -4.15 mm -20 cm 1.78 cm 904 MeV 2.05 keV 1.21 cm 9.23 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.07 mm -18.8 cm 1.77 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 -4.06 mm -18.8 cm 1.77 cm 426 keV 1.58 keV 104 um 104 um World eIoni + 2 -4.05 mm -20 cm 1.77 cm 121 MeV 1.84 keV 1.21 cm 1.22 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.49 mm -11.6 cm 1.66 cm 1.62 keV 0 eV 0 fm 0 fm World initStep + 1 -2.49 mm -11.6 cm 1.66 cm 444 keV 1.62 keV 108 um 108 um World eIoni + 2 -2.51 mm -20 cm 1.67 cm 836 MeV 15.3 keV 8.62 cm 8.63 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 87.7 um -5.13 cm 1.55 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 89.7 um -5.13 cm 1.55 cm 259 keV 1.17 keV 67 um 67 um World eIoni + 2 -5.78 mm -19.2 cm 2.13 cm 1.4 GeV 34.6 keV 16.2 cm 16.2 cm World eIoni + 3 -1.11 cm -20 cm 1.99 cm 1.48 GeV 2.07 keV 9.72 mm 17.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 17.9 um -2.61 cm 1.27 cm 311 MeV 5.98 keV 3.08 cm 3.08 cm World eIoni + 2 488 um -18.1 cm 2.19 cm 1.86 GeV 34.8 keV 15.5 cm 18.6 cm World eIoni + 3 529 um -20 cm 2.24 cm 2.05 GeV 3.74 keV 1.93 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 488 um -18.1 cm 2.19 cm 86.9 keV 0 eV 0 fm 0 fm World initStep + 1 712 um -20 cm 2.18 cm 194 MeV 12.2 keV 2.19 cm 2.19 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 17.9 um -2.61 cm 1.27 cm 3.34 keV 0 eV 0 fm 0 fm World initStep + 1 21.4 um -2.63 cm 1.27 cm 1.56 MeV 3.34 keV 352 um 352 um World eIoni + 2 27.1 um -2.71 cm 1.27 cm 9.39 MeV 47.5 eV 783 um 1.14 mm World eIoni + 3 62.7 um -20 cm 1.26 cm 1.74 GeV 28.8 keV 17.3 cm 17.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 44.1 um -5.07 cm 1.58 cm 557 MeV 10.2 keV 5.55 cm 5.55 cm World eIoni + 2 29.7 um -5.9 cm 1.65 cm 640 MeV 1.41 keV 8.36 mm 6.39 cm World eIoni + 3 -53.5 um -15.5 cm 2.12 cm 1.6 GeV 21.4 keV 9.62 cm 16 cm World eIoni + 4 -69.9 um -20 cm 2.25 cm 2.05 GeV 7.61 keV 4.49 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -53.5 um -15.5 cm 2.12 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 -56.7 um -15.5 cm 2.12 cm 249 keV 1.15 keV 64.7 um 64.7 um World eIoni + 2 -79.2 um -20 cm 2.12 cm 449 MeV 7.57 keV 4.69 cm 4.69 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 29.7 um -5.9 cm 1.65 cm 5.83 keV 0 eV 0 fm 0 fm World initStep + 1 41.5 um -5.94 cm 1.65 cm 4.18 MeV 5.83 keV 937 um 937 um World eIoni + 2 46.1 um -6.01 cm 1.65 cm 11.3 MeV 0 eV 707 um 1.64 mm World eIoni + 3 271 um -8.82 cm 1.65 cm 292 MeV 5.33 keV 2.81 cm 2.98 cm World eIoni + 4 309 um -9.35 cm 1.65 cm 345 MeV 3.23 keV 5.28 mm 3.5 cm World eIoni + 5 467 um -12.6 cm 1.65 cm 674 MeV 5.21 keV 3.28 cm 6.79 cm World eIoni + 6 477 um -12.9 cm 1.65 cm 703 MeV 357 eV 2.9 mm 7.08 cm World eIoni + 7 644 um -20 cm 1.65 cm 1.41 GeV 10.1 keV 7.07 cm 14.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 477 um -12.9 cm 1.65 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 477 um -12.9 cm 1.65 cm 242 keV 1.13 keV 63 um 63 um World eIoni + 2 475 um -20 cm 1.65 cm 707 MeV 17.5 keV 7.62 cm 7.62 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 467 um -12.6 cm 1.65 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 470 um -12.6 cm 1.65 cm 223 keV 1.07 keV 58.7 um 58.7 um World eIoni + 2 493 um -20 cm 1.65 cm 736 MeV 21.7 keV 8.05 cm 8.06 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 309 um -9.35 cm 1.65 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 306 um -9.35 cm 1.65 cm 310 keV 1.31 keV 78.5 um 78.5 um World eIoni + 2 282 um -20 cm 1.65 cm 1.06 GeV 23.7 keV 11.5 cm 11.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 271 um -8.82 cm 1.65 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 273 um -8.83 cm 1.65 cm 377 keV 1.47 keV 93.4 um 93.4 um World eIoni + 2 287 um -20 cm 1.64 cm 1.12 GeV 19.6 keV 11.8 cm 11.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 44.1 um -5.07 cm 1.58 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 44.4 um -5.07 cm 1.58 cm 259 keV 1.17 keV 66.8 um 66.8 um World eIoni + 2 1.07 mm -19.1 cm 6.47 mm 1.4 GeV 37.7 keV 16.1 cm 16.2 cm World eIoni + 3 1.71 mm -20 cm 4.29 mm 1.49 GeV 1.9 keV 9.74 mm 17.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -156 um -12.6 cm 1.94 cm 1.31 GeV 24 keV 13.1 cm 13.1 cm World eIoni + 2 -145 um -17 cm 2.08 cm 1.75 GeV 9.78 keV 4.38 cm 17.5 cm World eIoni + 3 -142 um -18.5 cm 2.13 cm 1.9 GeV 4.25 keV 1.55 cm 19 cm World eIoni + 4 -139 um -20 cm 2.16 cm 2.05 GeV 2.55 keV 1.46 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -142 um -18.5 cm 2.13 cm 5.42 keV 0 eV 0 fm 0 fm World initStep + 1 -128 um -18.6 cm 2.13 cm 3.67 MeV 5.42 keV 823 um 823 um World eIoni + 2 -120 um -18.7 cm 2.13 cm 17.2 MeV 155 eV 1.35 mm 2.17 mm World eIoni + 3 -103 um -20 cm 2.13 cm 146 MeV 1.79 keV 1.29 cm 1.51 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -145 um -17 cm 2.08 cm 5.25 keV 0 eV 0 fm 0 fm World initStep + 1 -144 um -17 cm 2.09 cm 3.47 MeV 5.25 keV 778 um 778 um World eIoni + 2 -145 um -17.1 cm 2.09 cm 9.63 MeV 503 eV 616 um 1.39 mm World eIoni + 3 -151 um -20 cm 2.09 cm 301 MeV 3.77 keV 2.92 cm 3.06 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -156 um -12.6 cm 1.94 cm 6.35 keV 0 eV 0 fm 0 fm World initStep + 1 -141 um -12.6 cm 1.94 cm 2.03 MeV 460 eV 228 um 228 um World eIoni + 2 278 um -14.2 cm 1.9 cm 156 MeV 2.34 keV 1.55 cm 1.57 cm World eIoni + 3 430 um -14.4 cm 1.88 cm 181 MeV 164 eV 2.5 mm 1.82 cm World eIoni + 4 1.27 mm -16.7 cm 1.78 cm 407 MeV 6.1 keV 2.26 cm 4.08 cm World eIoni + 5 1.89 mm -20 cm 1.71 cm 738 MeV 7.02 keV 3.31 cm 7.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.27 mm -16.7 cm 1.78 cm 3.35 keV 0 eV 0 fm 0 fm World initStep + 1 1.27 mm -16.7 cm 1.78 cm 1.57 MeV 3.35 keV 355 um 355 um World eIoni + 2 1.28 mm -16.9 cm 1.79 cm 21.8 MeV 267 eV 2.02 mm 2.37 mm World eIoni + 3 1.3 mm -20 cm 1.79 cm 331 MeV 6.08 keV 3.1 cm 3.33 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 430 um -14.4 cm 1.88 cm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 433 um -14.4 cm 1.88 cm 277 keV 1.22 keV 71 um 71 um World eIoni + 2 455 um -20 cm 1.88 cm 557 MeV 12.2 keV 5.83 cm 5.83 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 466 um -14.7 cm 2.12 cm 1.52 GeV 27.8 keV 15.2 cm 15.2 cm World eIoni + 2 597 um -20 cm 2.28 cm 2.05 GeV 11.9 keV 5.33 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 466 um -14.7 cm 2.12 cm 2.85 keV 0 eV 0 fm 0 fm World initStep + 1 458 um -14.7 cm 2.12 cm 1.18 MeV 2.85 keV 269 um 269 um World eIoni + 2 456 um -14.8 cm 2.12 cm 15.5 MeV 87.3 eV 1.43 mm 1.7 mm World eIoni + 3 397 um -20 cm 2.11 cm 533 MeV 8.37 keV 5.17 cm 5.34 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.6 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -55.4 um -4.61 cm 1.51 cm 511 MeV 8.81 keV 5.09 cm 5.09 cm World eIoni + 2 -146 um -13.6 cm 2.02 cm 1.41 GeV 18.4 keV 9 cm 14.1 cm World eIoni + 3 -171 um -18.4 cm 2.17 cm 1.89 GeV 9.88 keV 4.77 cm 18.9 cm World eIoni + 4 -178 um -20 cm 2.21 cm 2.05 GeV 3.43 keV 1.64 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -171 um -18.4 cm 2.17 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 -174 um -18.4 cm 2.17 cm 235 keV 1.11 keV 61.5 um 61.5 um World eIoni + 2 -190 um -20 cm 2.17 cm 164 MeV 7.43 keV 1.66 cm 1.67 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -146 um -13.6 cm 2.02 cm 6.49 keV 0 eV 0 fm 0 fm World initStep + 1 -155 um -13.6 cm 2.02 cm 5.07 MeV 6.49 keV 1.12 mm 1.12 mm World eIoni + 2 -387 um -13.9 cm 2.02 cm 25.8 MeV 389 eV 2.09 mm 3.22 mm World eIoni + 3 -854 um -20 cm 2.03 cm 641 MeV 14.8 keV 6.15 cm 6.47 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -55.4 um -4.61 cm 1.51 cm 3.8 keV 0 eV 0 fm 0 fm World initStep + 1 -44 um -4.63 cm 1.51 cm 1.96 MeV 3.8 keV 441 um 441 um World eIoni + 2 -41.2 um -4.7 cm 1.51 cm 9.72 MeV 115 eV 776 um 1.22 mm World eIoni + 3 -195 um -6.97 cm 1.5 cm 237 MeV 4.02 keV 2.27 cm 2.39 cm World eIoni + 4 -833 um -15.6 cm 1.51 cm 1.1 GeV 17.1 keV 8.68 cm 11.1 cm World eIoni + 5 -947 um -20 cm 1.52 cm 1.54 GeV 10.9 keV 4.35 cm 15.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -833 um -15.6 cm 1.51 cm 13.7 keV 0 eV 0 fm 0 fm World initStep + 1 -793 um -15.8 cm 1.52 cm 16.1 MeV 3.24 keV 2.31 mm 2.31 mm World eIoni + 2 -1.3 mm -15.9 cm 1.57 cm 31 MeV 235 eV 1.66 mm 3.97 mm World eIoni + 3 -3.06 mm -18.9 cm 1.73 cm 323 MeV 6.95 keV 2.93 cm 3.33 cm World eIoni + 4 -3.36 mm -20 cm 1.75 cm 436 MeV 1.69 keV 1.13 cm 4.46 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.06 mm -18.9 cm 1.73 cm 9.26 keV 0 eV 0 fm 0 fm World initStep + 1 -3.08 mm -19 cm 1.73 cm 9.31 MeV 5.56 keV 1.66 mm 1.66 mm World eIoni + 2 -980 um -19.3 cm 1.79 cm 40.1 MeV 1.74 keV 4.08 mm 5.74 mm World eIoni + 3 1.54 um -20 cm 1.83 cm 114 MeV 1.33 keV 7.44 mm 1.32 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -195 um -6.97 cm 1.5 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 -192 um -6.98 cm 1.5 cm 292 keV 1.26 keV 74.4 um 74.4 um World eIoni + 2 -175 um -20 cm 1.5 cm 1.3 GeV 33.4 keV 14.5 cm 14.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 223 um -8.66 cm 1.79 cm 916 MeV 20.3 keV 9.15 cm 9.15 cm World eIoni + 2 312 um -15 cm 2.04 cm 1.55 GeV 11.5 keV 6.38 cm 15.5 cm World eIoni + 3 330 um -16.9 cm 2.09 cm 1.74 GeV 3.21 keV 1.83 cm 17.4 cm World eIoni + 4 347 um -18.8 cm 2.14 cm 1.93 GeV 4.71 keV 1.98 cm 19.3 cm World eIoni + 5 357 um -20 cm 2.17 cm 2.05 GeV 4.16 keV 1.16 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 347 um -18.8 cm 2.14 cm 1.24 keV 0 eV 0 fm 0 fm World initStep + 1 351 um -18.8 cm 2.14 cm 286 keV 1.24 keV 73 um 73 um World eIoni + 2 368 um -20 cm 2.14 cm 116 MeV 2.71 keV 1.17 cm 1.18 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 330 um -16.9 cm 2.09 cm 10.1 keV 0 eV 0 fm 0 fm World initStep + 1 340 um -17 cm 2.09 cm 10.7 MeV 5.89 keV 1.8 mm 1.8 mm World eIoni + 2 157 um -17 cm 2.1 cm 12.9 MeV 0 eV 293 um 2.09 mm World eIoni + 3 -2.34 mm -20 cm 2.16 cm 315 MeV 6.74 keV 3.04 cm 3.25 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 312 um -15 cm 2.04 cm 8.21 keV 0 eV 0 fm 0 fm World initStep + 1 298 um -15.1 cm 2.04 cm 7.65 MeV 5.82 keV 1.49 mm 1.49 mm World eIoni + 2 572 um -15.9 cm 1.95 cm 85.7 MeV 2.38 keV 7.89 mm 9.38 mm World eIoni + 3 716 um -20 cm 1.88 cm 498 MeV 9 keV 4.12 cm 5.06 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 223 um -8.66 cm 1.79 cm 4.46 keV 0 eV 0 fm 0 fm World initStep + 1 233 um -8.68 cm 1.79 cm 2.6 MeV 4.46 keV 583 um 583 um World eIoni + 2 236 um -8.72 cm 1.79 cm 6.9 MeV 273 eV 431 um 1.01 mm World eIoni + 3 136 um -10.4 cm 1.8 cm 172 MeV 2.23 keV 1.65 cm 1.75 cm World eIoni + 4 69.5 um -12.6 cm 1.79 cm 393 MeV 6.59 keV 2.21 cm 3.96 cm World eIoni + 5 20.7 um -15.8 cm 1.79 cm 716 MeV 6.67 keV 3.23 cm 7.19 cm World eIoni + 6 -16.1 um -20 cm 1.78 cm 1.13 GeV 9.08 keV 4.19 cm 11.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 20.7 um -15.8 cm 1.79 cm 2.66 keV 0 eV 0 fm 0 fm World initStep + 1 12.5 um -15.8 cm 1.79 cm 1.05 MeV 2.66 keV 240 um 240 um World eIoni + 2 -121 um -16.4 cm 1.78 cm 57.5 MeV 513 eV 5.65 mm 5.89 mm World eIoni + 3 -99.1 um -20 cm 1.76 cm 419 MeV 6.66 keV 3.61 cm 4.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 69.5 um -12.6 cm 1.79 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 67.5 um -12.6 cm 1.79 cm 204 keV 1.01 keV 54.2 um 54.2 um World eIoni + 2 51.4 um -20 cm 1.79 cm 742 MeV 16.2 keV 8.26 cm 8.26 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 136 um -10.4 cm 1.8 cm 12.4 keV 0 eV 0 fm 0 fm World initStep + 1 179 um -10.5 cm 1.8 cm 14.2 MeV 4.21 keV 2.12 mm 2.12 mm World eIoni + 2 116 um -10.5 cm 1.78 cm 15.5 MeV 0 eV 220 um 2.34 mm World eIoni + 3 -2.44 mm -18.2 cm 1.31 cm 784 MeV 13.4 keV 7.74 cm 7.97 cm World eIoni + 4 -2.66 mm -20 cm 1.29 cm 963 MeV 2.38 keV 1.8 cm 9.77 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.44 mm -18.2 cm 1.31 cm 1.76 keV 0 eV 0 fm 0 fm World initStep + 1 -2.44 mm -18.2 cm 1.31 cm 513 keV 1.76 keV 124 um 124 um World eIoni + 2 -2.44 mm -20 cm 1.31 cm 180 MeV 2.36 keV 1.8 cm 1.81 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -303 um -16.3 cm 2.05 cm 1.68 GeV 32.9 keV 16.8 cm 16.8 cm World eIoni + 2 -374 um -19.6 cm 2.12 cm 2.01 GeV 5.69 keV 3.37 cm 20.1 cm World eIoni + 3 -381 um -20 cm 2.13 cm 2.05 GeV 542 eV 3.7 mm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -374 um -19.6 cm 2.12 cm 2.53 keV 0 eV 0 fm 0 fm World initStep + 1 -368 um -19.6 cm 2.12 cm 959 keV 2.53 keV 221 um 221 um World eIoni + 2 -354 um -20 cm 2.12 cm 37.1 MeV 1.71 keV 3.61 mm 3.83 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -303 um -16.3 cm 2.05 cm 2.28 keV 0 eV 0 fm 0 fm World initStep + 1 -303 um -16.3 cm 2.05 cm 802 keV 2.28 keV 187 um 187 um World eIoni + 2 -736 um -17.3 cm 2.05 cm 108 MeV 1.06 keV 1.07 cm 1.09 cm World eIoni + 3 -1.76 mm -20 cm 2.07 cm 374 MeV 3.81 keV 2.67 cm 3.76 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -87.7 um -12.2 cm 2.03 cm 1.27 GeV 22.8 keV 12.7 cm 12.7 cm World eIoni + 2 -116 um -20 cm 2.29 cm 2.05 GeV 16.7 keV 7.8 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -87.7 um -12.2 cm 2.03 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 -91.3 um -12.2 cm 2.03 cm 289 keV 1.25 keV 73.6 um 73.6 um World eIoni + 2 -116 um -20 cm 2.03 cm 780 MeV 18.9 keV 8.28 cm 8.29 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -413 um -13.2 cm 2.06 cm 1.37 GeV 22.4 keV 13.7 cm 13.7 cm World eIoni + 2 -407 um -19 cm 2.26 cm 1.95 GeV 11.2 keV 5.82 cm 19.5 cm World eIoni + 3 -407 um -20 cm 2.29 cm 2.05 GeV 1.57 keV 9.6 mm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -407 um -19 cm 2.26 cm 1.16 keV 0 eV 0 fm 0 fm World initStep + 1 -409 um -19 cm 2.26 cm 254 keV 1.16 keV 65.9 um 65.9 um World eIoni + 2 -419 um -20 cm 2.26 cm 95.9 MeV 2.77 keV 9.65 mm 9.71 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -413 um -13.2 cm 2.06 cm 2.37 keV 0 eV 0 fm 0 fm World initStep + 1 -410 um -13.2 cm 2.06 cm 855 keV 2.37 keV 198 um 198 um World eIoni + 2 -488 um -13.7 cm 2.07 cm 48.1 MeV 969 eV 4.73 mm 4.93 mm World eIoni + 3 -580 um -20 cm 2.08 cm 678 MeV 8.78 keV 6.3 cm 6.79 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -259 um -9.19 cm 1.82 cm 968 MeV 17.5 keV 9.68 cm 9.68 cm World eIoni + 2 -307 um -15.7 cm 2.07 cm 1.62 GeV 12.8 keV 6.56 cm 16.2 cm World eIoni + 3 -328 um -20 cm 2.19 cm 2.05 GeV 11 keV 4.26 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -307 um -15.7 cm 2.07 cm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 -302 um -15.7 cm 2.07 cm 388 keV 1.49 keV 95.8 um 95.8 um World eIoni + 2 -279 um -20 cm 2.07 cm 426 MeV 9.04 keV 4.34 cm 4.35 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -259 um -9.19 cm 1.82 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -259 um -9.19 cm 1.82 cm 216 keV 1.05 keV 57.2 um 57.2 um World eIoni + 2 -2.74 mm -19.7 cm 1.67 cm 1.05 GeV 26.7 keV 12.2 cm 12.2 cm World eIoni + 3 -4.27 mm -20 cm 1.58 cm 1.08 GeV 768 eV 3.41 mm 12.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -192 um -11 cm 1.97 cm 1.15 GeV 22.6 keV 11.5 cm 11.5 cm World eIoni + 2 -310 um -17.2 cm 2.24 cm 1.77 GeV 12.6 keV 6.17 cm 17.7 cm World eIoni + 3 -350 um -20 cm 2.34 cm 2.05 GeV 3.58 keV 2.83 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -310 um -17.2 cm 2.24 cm 1.24 keV 0 eV 0 fm 0 fm World initStep + 1 -308 um -17.2 cm 2.24 cm 286 keV 1.24 keV 73 um 73 um World eIoni + 2 -300 um -20 cm 2.24 cm 283 MeV 6.8 keV 2.88 cm 2.89 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -192 um -11 cm 1.97 cm 2.21 keV 0 eV 0 fm 0 fm World initStep + 1 -186 um -11 cm 1.97 cm 759 keV 2.21 keV 177 um 177 um World eIoni + 2 -241 um -11.7 cm 1.95 cm 65.4 MeV 1.64 keV 6.47 mm 6.64 mm World eIoni + 3 -241 um -13.7 cm 1.95 cm 272 MeV 4.42 keV 2.07 cm 2.73 cm World eIoni + 4 -245 um -20 cm 1.95 cm 899 MeV 8.69 keV 6.27 cm 9.01 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -241 um -13.7 cm 1.95 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 -243 um -13.7 cm 1.95 cm 209 keV 1.03 keV 55.5 um 55.5 um World eIoni + 2 -259 um -20 cm 1.95 cm 627 MeV 17.2 keV 6.83 cm 6.83 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -241 um -11.7 cm 1.95 cm 3.15 keV 0 eV 0 fm 0 fm World initStep + 1 -233 um -11.7 cm 1.95 cm 1.41 MeV 3.15 keV 320 um 320 um World eIoni + 2 -243 um -12.3 cm 1.96 cm 60.7 MeV 465 eV 5.93 mm 6.25 mm World eIoni + 3 -374 um -18.8 cm 2.05 cm 718 MeV 8.7 keV 6.58 cm 7.2 cm World eIoni + 4 -379 um -20 cm 2.05 cm 834 MeV 2.38 keV 1.16 cm 8.36 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -374 um -18.8 cm 2.05 cm 1.89 keV 0 eV 0 fm 0 fm World initStep + 1 -375 um -18.8 cm 2.05 cm 581 keV 1.89 keV 138 um 138 um World eIoni + 2 -379 um -20 cm 2.05 cm 116 MeV 1.58 keV 1.16 cm 1.17 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 362 um -9.88 cm 1.86 cm 1.04 GeV 13.7 keV 10.4 cm 10.4 cm World eIoni + 2 339 um -15.9 cm 2.12 cm 1.64 GeV 11.6 keV 5.98 cm 16.4 cm World eIoni + 3 327 um -20 cm 2.25 cm 2.05 GeV 8.77 keV 4.15 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 339 um -15.9 cm 2.12 cm 1.7 keV 0 eV 0 fm 0 fm World initStep + 1 341 um -15.9 cm 2.12 cm 483 keV 1.7 keV 117 um 117 um World eIoni + 2 351 um -20 cm 2.12 cm 415 MeV 9.27 keV 4.2 cm 4.21 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 362 um -9.88 cm 1.86 cm 1.91 keV 0 eV 0 fm 0 fm World initStep + 1 356 um -9.89 cm 1.86 cm 590 keV 1.91 keV 140 um 140 um World eIoni + 2 328 um -20 cm 1.86 cm 1.01 GeV 14.8 keV 10.4 cm 10.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 542 um -12.7 cm 1.99 cm 1.32 GeV 25.2 keV 13.2 cm 13.2 cm World eIoni + 2 896 um -20 cm 2.21 cm 2.05 GeV 12.4 keV 7.27 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 542 um -12.7 cm 1.99 cm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 543 um -12.7 cm 1.99 cm 205 keV 1.02 keV 54.6 um 54.6 um World eIoni + 2 554 um -20 cm 1.98 cm 727 MeV 19.4 keV 8.06 cm 8.06 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -409 um -11.9 cm 1.94 cm 1.24 GeV 20.5 keV 12.4 cm 12.4 cm World eIoni + 2 -445 um -13 cm 1.98 cm 1.35 GeV 2.64 keV 1.06 cm 13.5 cm World eIoni + 3 -581 um -18.4 cm 2.14 cm 1.89 GeV 15 keV 5.49 cm 18.9 cm World eIoni + 4 -606 um -20 cm 2.18 cm 2.05 GeV 3.47 keV 1.55 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -581 um -18.4 cm 2.14 cm 2.06 keV 0 eV 0 fm 0 fm World initStep + 1 -580 um -18.5 cm 2.14 cm 670 keV 2.06 keV 158 um 158 um World eIoni + 2 -571 um -18.5 cm 2.14 cm 7.98 MeV 172 eV 732 um 890 um World eIoni + 3 -636 um -19.2 cm 2.14 cm 76.9 MeV 2.76 keV 6.89 mm 7.78 mm World eIoni + 4 -677 um -20 cm 2.14 cm 155 MeV 1.24 keV 7.85 mm 1.56 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -636 um -19.2 cm 2.14 cm 2.62 keV 0 eV 0 fm 0 fm World initStep + 1 -633 um -19.2 cm 2.14 cm 1.02 MeV 2.62 keV 234 um 234 um World eIoni + 2 -592 um -19.6 cm 2.14 cm 34.1 MeV 60 eV 3.31 mm 3.54 mm World eIoni + 3 -494 um -20 cm 2.13 cm 78.5 MeV 465 eV 4.45 mm 7.99 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -592 um -19.6 cm 2.14 cm 1.93 keV 0 eV 0 fm 0 fm World initStep + 1 -589 um -19.6 cm 2.14 cm 599 keV 1.93 keV 143 um 143 um World eIoni + 2 -582 um -20 cm 2.14 cm 44.5 MeV 316 eV 4.39 mm 4.53 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -571 um -18.5 cm 2.14 cm 11.5 keV 0 eV 0 fm 0 fm World initStep + 1 -548 um -18.6 cm 2.14 cm 12.7 MeV 4.5 keV 1.99 mm 1.99 mm World eIoni + 2 1.44 mm -19.1 cm 2.03 cm 61.9 MeV 1.44 keV 5.57 mm 7.55 mm World eIoni + 3 2.34 mm -20 cm 1.98 cm 148 MeV 1.89 keV 8.67 mm 1.62 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -445 um -13 cm 1.98 cm 2.76 keV 0 eV 0 fm 0 fm World initStep + 1 -435 um -13 cm 1.98 cm 1.12 MeV 2.76 keV 255 um 255 um World eIoni + 2 -378 um -13.5 cm 1.99 cm 53.9 MeV 484 eV 5.28 mm 5.53 mm World eIoni + 3 -124 um -19.8 cm 1.99 cm 687 MeV 12.1 keV 6.33 cm 6.88 cm World eIoni + 4 -119 um -20 cm 1.99 cm 704 MeV 229 eV 1.75 mm 7.06 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -124 um -19.8 cm 1.99 cm 995 eV 0 eV 0 fm 0 fm World initStep + 1 -122 um -19.8 cm 1.99 cm 197 keV 995 eV 52.8 um 52.8 um World eIoni + 2 -116 um -20 cm 1.99 cm 17.5 MeV 758 eV 1.73 mm 1.79 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -409 um -11.9 cm 1.94 cm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 -405 um -11.9 cm 1.94 cm 373 keV 1.46 keV 92.4 um 92.4 um World eIoni + 2 -381 um -20 cm 1.94 cm 810 MeV 13.1 keV 8.43 cm 8.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -84.7 nm -1.85 mm 4.2 mm 68.5 MeV 673 eV 4.7 mm 4.7 mm World eIoni + 2 66.1 um -4.37 cm 1.49 cm 487 MeV 7.26 keV 4.38 cm 4.85 cm World eIoni + 3 68.7 um -4.43 cm 1.5 cm 493 MeV 16.3 eV 586 um 4.91 cm World eIoni + 4 175 um -7.62 cm 1.75 cm 812 MeV 7.24 keV 3.19 cm 8.11 cm World eIoni + 5 219 um -9.47 cm 1.86 cm 997 MeV 5.06 keV 1.85 cm 9.96 cm World eIoni + 6 306 um -14.4 cm 2.06 cm 1.49 GeV 9.27 keV 4.97 cm 14.9 cm World eIoni + 7 309 um -14.6 cm 2.07 cm 1.51 GeV 428 eV 2.08 mm 15.1 cm World eIoni + 8 337 um -16.5 cm 2.13 cm 1.7 GeV 3.47 keV 1.86 cm 17 cm World eIoni + 9 385 um -20 cm 2.22 cm 2.05 GeV 8.53 keV 3.51 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 337 um -16.5 cm 2.13 cm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 338 um -16.5 cm 2.13 cm 309 keV 1.3 keV 78.2 um 78.2 um World eIoni + 2 345 um -20 cm 2.12 cm 351 MeV 6.29 keV 3.59 cm 3.59 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 309 um -14.6 cm 2.07 cm 8.85 keV 0 eV 0 fm 0 fm World initStep + 1 287 um -14.7 cm 2.06 cm 8.65 MeV 8.85 keV 1.6 mm 1.6 mm World eIoni + 2 -632 um -15.3 cm 2.01 cm 61.9 MeV 898 eV 5.47 mm 7.07 mm World eIoni + 3 -1.2 mm -16.7 cm 1.98 cm 208 MeV 2.1 keV 1.46 cm 2.17 cm World eIoni + 4 -1.6 mm -19.6 cm 1.95 cm 499 MeV 4.24 keV 2.9 cm 5.08 cm World eIoni + 5 -1.64 mm -20 cm 1.95 cm 537 MeV 490 eV 3.81 mm 5.46 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.6 mm -19.6 cm 1.95 cm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 -1.6 mm -19.6 cm 1.95 cm 276 keV 1.22 keV 70.8 um 70.8 um World eIoni + 2 -1.58 mm -20 cm 1.95 cm 38.1 MeV 348 eV 3.79 mm 3.87 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.2 mm -16.7 cm 1.98 cm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 -1.19 mm -16.7 cm 1.98 cm 272 keV 1.21 keV 70 um 70 um World eIoni + 2 -1.17 mm -20 cm 1.98 cm 329 MeV 5.46 keV 3.37 cm 3.38 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 306 um -14.4 cm 2.06 cm 3.53 keV 0 eV 0 fm 0 fm World initStep + 1 319 um -14.4 cm 2.06 cm 1.72 MeV 3.53 keV 388 um 388 um World eIoni + 2 363 um -14.9 cm 2.05 cm 48.6 MeV 668 eV 4.69 mm 5.08 mm World eIoni + 3 418 um -17.5 cm 2.05 cm 309 MeV 6.68 keV 2.6 cm 3.11 cm World eIoni + 4 437 um -20 cm 2.05 cm 557 MeV 3.8 keV 2.48 cm 5.59 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 418 um -17.5 cm 2.05 cm 3.21 keV 0 eV 0 fm 0 fm World initStep + 1 423 um -17.5 cm 2.05 cm 1.46 MeV 3.21 keV 330 um 330 um World eIoni + 2 418 um -17.7 cm 2.04 cm 19.4 MeV 105 eV 1.79 mm 2.12 mm World eIoni + 3 471 um -20 cm 2.04 cm 249 MeV 3.57 keV 2.29 cm 2.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 418 um -17.7 cm 2.04 cm 2.37 keV 0 eV 0 fm 0 fm World initStep + 1 413 um -17.7 cm 2.04 cm 853 keV 2.37 keV 198 um 198 um World eIoni + 2 513 um -18.9 cm 1.99 cm 119 MeV 1.27 keV 1.18 cm 1.2 cm World eIoni + 3 538 um -20 cm 1.99 cm 229 MeV 1.96 keV 1.1 cm 2.31 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 219 um -9.47 cm 1.86 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 222 um -9.47 cm 1.86 cm 258 keV 1.17 keV 66.8 um 66.8 um World eIoni + 2 247 um -20 cm 1.86 cm 1.05 GeV 25.5 keV 11.7 cm 11.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 175 um -7.62 cm 1.75 cm 1.38 keV 0 eV 0 fm 0 fm World initStep + 1 177 um -7.62 cm 1.75 cm 341 keV 1.38 keV 85.3 um 85.3 um World eIoni + 2 193 um -20 cm 1.75 cm 1.24 GeV 25.1 keV 13.3 cm 13.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 68.7 um -4.43 cm 1.5 cm 21.9 keV 0 eV 0 fm 0 fm World initStep + 1 130 um -4.66 cm 1.51 cm 24.2 MeV 5.73 keV 2.87 mm 2.87 mm World eIoni + 2 -4.65 mm -12.9 cm 1.28 cm 852 MeV 11.3 keV 8.31 cm 8.6 cm World eIoni + 3 -5.47 mm -19.5 cm 1.23 cm 1.51 GeV 15.4 keV 6.61 cm 15.2 cm World eIoni + 4 -5.52 mm -20 cm 1.23 cm 1.56 GeV 1.32 keV 4.49 mm 15.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.47 mm -19.5 cm 1.23 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 -5.48 mm -19.5 cm 1.23 cm 227 keV 1.08 keV 59.6 um 59.6 um World eIoni + 2 -5.49 mm -20 cm 1.23 cm 44.9 MeV 1.66 keV 4.49 mm 4.55 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.65 mm -12.9 cm 1.28 cm 3.68 keV 0 eV 0 fm 0 fm World initStep + 1 -4.66 mm -13 cm 1.28 cm 1.34 MeV 1.08 keV 177 um 177 um World eIoni + 2 -4.31 mm -14.6 cm 1.33 cm 165 MeV 1.12 keV 1.64 cm 1.66 cm World eIoni + 3 -4.18 mm -16 cm 1.35 cm 302 MeV 3.89 keV 1.36 cm 3.03 cm World eIoni + 4 -4 mm -20 cm 1.39 cm 706 MeV 5.75 keV 4.04 cm 7.07 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.18 mm -16 cm 1.35 cm 2.11 keV 0 eV 0 fm 0 fm World initStep + 1 -4.19 mm -16 cm 1.35 cm 699 keV 2.11 keV 164 um 164 um World eIoni + 2 -4.22 mm -20 cm 1.35 cm 404 MeV 4.94 keV 4.06 cm 4.08 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.31 mm -14.6 cm 1.33 cm 4.1 keV 0 eV 0 fm 0 fm World initStep + 1 -4.29 mm -14.6 cm 1.33 cm 2.24 MeV 4.1 keV 505 um 505 um World eIoni + 2 -4.27 mm -14.8 cm 1.33 cm 17.8 MeV 50.8 eV 1.55 mm 2.06 mm World eIoni + 3 -4.22 mm -20 cm 1.33 cm 540 MeV 7.1 keV 5.23 cm 5.43 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 66.1 um -4.37 cm 1.49 cm 26.7 keV 0 eV 0 fm 0 fm World initStep + 1 178 um -4.73 cm 1.5 cm 37.7 MeV 5.69 keV 4.55 mm 4.55 mm World eIoni + 2 170 um -5.89 cm 1.01 cm 153 MeV 1.84 keV 1.27 cm 1.73 cm World eIoni + 3 161 um -9.52 cm 6.4 mm 516 MeV 8.57 keV 3.65 cm 5.38 cm World eIoni + 4 160 um -10.8 cm 5.71 mm 648 MeV 4.74 keV 1.33 cm 6.71 cm World eIoni + 5 160 um -20 cm 3.03 mm 1.56 GeV 18.2 keV 9.16 cm 15.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 160 um -10.8 cm 5.71 mm 2.33 keV 0 eV 0 fm 0 fm World initStep + 1 152 um -10.8 cm 5.71 mm 831 keV 2.33 keV 193 um 193 um World eIoni + 2 935 um -12.6 cm 5.36 mm 175 MeV 2.07 keV 1.75 cm 1.77 cm World eIoni + 3 1.78 mm -15 cm 5.29 mm 420 MeV 4.42 keV 2.45 cm 4.22 cm World eIoni + 4 2.56 mm -20 cm 5.24 mm 916 MeV 9.44 keV 4.96 cm 9.18 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.78 mm -15 cm 5.29 mm 1.35 keV 0 eV 0 fm 0 fm World initStep + 1 1.78 mm -15 cm 5.29 mm 327 keV 1.35 keV 82.2 um 82.2 um World eIoni + 2 1.75 mm -20 cm 5.29 mm 496 MeV 9.91 keV 5.1 cm 5.11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 161 um -9.52 cm 6.4 mm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 163 um -9.52 cm 6.4 mm 227 keV 1.08 keV 59.6 um 59.6 um World eIoni + 2 185 um -20 cm 6.42 mm 1.05 GeV 26.9 keV 12 cm 12 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -84.7 nm -1.85 mm 4.2 mm 1.53 keV 0 eV 0 fm 0 fm World initStep + 1 4.36 um -1.89 mm 4.21 mm 410 keV 1.53 keV 100 um 100 um World eIoni + 2 32 um -20 cm 4.21 mm 1.98 GeV 36.7 keV 21.7 cm 21.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 64.3 um -2.77 cm 1.29 cm 327 MeV 5.54 keV 3.24 cm 3.24 cm World eIoni + 2 283 um -13.5 cm 2.02 cm 1.4 GeV 19.1 keV 10.7 cm 14 cm World eIoni + 3 284 um -13.6 cm 2.03 cm 1.41 GeV 962 eV 1.4 mm 14.1 cm World eIoni + 4 346 um -20 cm 2.21 cm 2.05 GeV 13.1 keV 6.39 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 284 um -13.6 cm 2.03 cm 4.9 keV 0 eV 0 fm 0 fm World initStep + 1 266 um -13.6 cm 2.03 cm 3.07 MeV 4.9 keV 688 um 688 um World eIoni + 2 278 um -14.2 cm 2.03 cm 55.3 MeV 302 eV 5.22 mm 5.91 mm World eIoni + 3 370 um -20 cm 2.04 cm 639 MeV 11 keV 5.84 cm 6.43 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 283 um -13.5 cm 2.02 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 286 um -13.5 cm 2.02 cm 271 keV 1.2 keV 69.5 um 69.5 um World eIoni + 2 307 um -20 cm 2.02 cm 653 MeV 11.5 keV 6.9 cm 6.91 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 64.3 um -2.77 cm 1.29 cm 8.32 keV 0 eV 0 fm 0 fm World initStep + 1 29.4 um -2.85 cm 1.29 cm 7.82 MeV 6.8 keV 1.51 mm 1.51 mm World eIoni + 2 -694 um -3.31 cm 1.47 cm 53.8 MeV 670 eV 5.16 mm 6.66 mm World eIoni + 3 -1.25 mm -19.3 cm 1.78 cm 1.65 GeV 28.1 keV 16 cm 16.7 cm World eIoni + 4 -1.25 mm -20 cm 1.78 cm 1.72 GeV 1.32 keV 6.9 mm 17.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.25 mm -19.3 cm 1.78 cm 2.05 keV 0 eV 0 fm 0 fm World initStep + 1 -1.26 mm -19.3 cm 1.78 cm 666 keV 2.05 keV 157 um 157 um World eIoni + 2 -1.19 mm -19.8 cm 1.79 cm 46.9 MeV 287 eV 4.63 mm 4.78 mm World eIoni + 3 -1.19 mm -20 cm 1.8 cm 69.1 MeV 354 eV 2.22 mm 7 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -7.84 um -5.55 mm 6.94 mm 106 MeV 914 eV 9.32 mm 9.32 mm World eIoni + 2 196 um -15.8 cm 2.11 cm 1.63 GeV 29.8 keV 15.3 cm 16.3 cm World eIoni + 3 344 um -20 cm 2.24 cm 2.05 GeV 7.38 keV 4.25 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 196 um -15.8 cm 2.11 cm 2.36 keV 0 eV 0 fm 0 fm World initStep + 1 189 um -15.8 cm 2.11 cm 850 keV 2.36 keV 197 um 197 um World eIoni + 2 -234 um -17.4 cm 2.18 cm 160 MeV 1.67 keV 1.6 cm 1.62 cm World eIoni + 3 -786 um -20 cm 2.27 cm 425 MeV 6.39 keV 2.64 cm 4.26 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.84 um -5.55 mm 6.94 mm 1 keV 0 eV 0 fm 0 fm World initStep + 1 -5.22 um -5.57 mm 6.94 mm 200 keV 1 keV 53.4 um 53.4 um World eIoni + 2 -3.19 cm -9.83 cm -1.61 cm 927 MeV 26.3 keV 10.7 cm 10.7 cm World eIoni + 3 -6.57 cm -18.9 cm -6.46 cm 1.83 GeV 24.2 keV 10.9 cm 21.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -74.2 um -5.07 cm 1.55 cm 557 MeV 11.9 keV 5.55 cm 5.55 cm World eIoni + 2 -121 um -8.9 cm 1.81 cm 939 MeV 8.23 keV 3.83 cm 9.39 cm World eIoni + 3 -121 um -8.96 cm 1.82 cm 946 MeV 0 eV 688 um 9.45 cm World eIoni + 4 -123 um -9.07 cm 1.82 cm 957 MeV 108 eV 1.08 mm 9.56 cm World eIoni + 5 -179 um -15.5 cm 2.08 cm 1.6 GeV 10 keV 6.44 cm 16 cm World eIoni + 6 -204 um -20 cm 2.21 cm 2.05 GeV 8.04 keV 4.49 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -179 um -15.5 cm 2.08 cm 2.21 keV 0 eV 0 fm 0 fm World initStep + 1 -180 um -15.5 cm 2.08 cm 754 keV 2.21 keV 176 um 176 um World eIoni + 2 -57.9 um -16.3 cm 2.05 cm 83.2 MeV 2.24 keV 8.26 mm 8.44 mm World eIoni + 3 190 um -20 cm 2.07 cm 449 MeV 6.37 keV 3.66 cm 4.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -123 um -9.07 cm 1.82 cm 2.22 keV 0 eV 0 fm 0 fm World initStep + 1 -122 um -9.08 cm 1.82 cm 764 keV 2.22 keV 178 um 178 um World eIoni + 2 -612 um -10.3 cm 1.85 cm 125 MeV 523 eV 1.24 cm 1.26 cm World eIoni + 3 -1.14 mm -20 cm 1.96 cm 1.09 GeV 22.4 keV 9.68 cm 10.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -612 um -10.3 cm 1.85 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 -610 um -10.3 cm 1.85 cm 235 keV 1.11 keV 61.4 um 61.4 um World eIoni + 2 -599 um -20 cm 1.85 cm 968 MeV 24.5 keV 10.8 cm 10.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -121 um -8.96 cm 1.82 cm 36.9 keV 0 eV 0 fm 0 fm World initStep + 1 -32.3 um -9.54 cm 1.8 cm 59.8 MeV 5.69 keV 7.02 mm 7.02 mm World eIoni + 2 523 um -9.6 cm 1.8 cm 65.8 MeV 494 eV 823 um 7.84 mm World eIoni + 3 1.3 cm -20 cm 1.87 cm 1.1 GeV 18.7 keV 10.5 cm 11.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -121 um -8.9 cm 1.81 cm 37.3 keV 0 eV 0 fm 0 fm World initStep + 1 -100 um -8.92 cm 1.82 cm 2.96 MeV 47.3 eV 302 um 302 um World eIoni + 2 -23.3 um -10.2 cm 1.83 cm 128 MeV 3.06 keV 1.25 cm 1.28 cm World eIoni + 3 -372 um -18 cm 1.86 cm 907 MeV 19.1 keV 7.79 cm 9.07 cm World eIoni + 4 -413 um -20 cm 1.86 cm 1.11 GeV 2.88 keV 2.04 cm 11.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -372 um -18 cm 1.86 cm 57.1 keV 0 eV 0 fm 0 fm World initStep + 1 -4.9 mm -19.1 cm 2.1 cm 116 MeV 7.83 keV 1.36 cm 1.36 cm World eIoni + 2 -6.39 mm -20 cm 2.04 cm 205 MeV 2.72 keV 8.98 mm 2.26 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -74.2 um -5.07 cm 1.55 cm 12.1 keV 0 eV 0 fm 0 fm World initStep + 1 -65.4 um -5.2 cm 1.55 cm 13.7 MeV 1.99 keV 2.08 mm 2.08 mm World eIoni + 2 -968 um -6.55 cm 1.84 cm 149 MeV 3.04 keV 1.41 cm 1.61 cm World eIoni + 3 -1.8 mm -17 cm 2.08 cm 1.19 GeV 24.9 keV 10.4 cm 12 cm World eIoni + 4 -1.81 mm -17.1 cm 2.09 cm 1.2 GeV 287 eV 1.56 mm 12.2 cm World eIoni + 5 -1.91 mm -20 cm 2.11 cm 1.49 GeV 4.92 keV 2.89 cm 15.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.81 mm -17.1 cm 2.09 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 -1.81 mm -17.1 cm 2.09 cm 261 keV 1.18 keV 67.3 um 67.3 um World eIoni + 2 -1.83 mm -20 cm 2.09 cm 289 MeV 9.54 keV 2.96 cm 2.97 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.8 mm -17 cm 2.08 cm 1.65 keV 0 eV 0 fm 0 fm World initStep + 1 -1.8 mm -17 cm 2.08 cm 459 keV 1.65 keV 112 um 112 um World eIoni + 2 -1.81 mm -20 cm 2.09 cm 305 MeV 4.32 keV 3.08 cm 3.09 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -389 um -10.2 cm 1.9 cm 1.07 GeV 19.2 keV 10.7 cm 10.7 cm World eIoni + 2 -397 um -10.3 cm 1.91 cm 1.08 GeV 245 eV 1.47 mm 10.8 cm World eIoni + 3 -640 um -15.8 cm 2.1 cm 1.63 GeV 12.1 keV 5.45 cm 16.3 cm World eIoni + 4 -777 um -20 cm 2.22 cm 2.05 GeV 10.1 keV 4.23 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -640 um -15.8 cm 2.1 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 -642 um -15.8 cm 2.1 cm 202 keV 1.01 keV 53.9 um 53.9 um World eIoni + 2 -664 um -20 cm 2.1 cm 423 MeV 9.64 keV 4.48 cm 4.48 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -397 um -10.3 cm 1.91 cm 12 keV 0 eV 0 fm 0 fm World initStep + 1 -423 um -10.5 cm 1.9 cm 13.5 MeV 3.4 keV 2.06 mm 2.06 mm World eIoni + 2 -910 um -10.5 cm 1.94 cm 17.3 MeV 216 eV 749 um 2.81 mm World eIoni + 3 -4.86 mm -18.3 cm 2.35 cm 803 MeV 14.5 keV 7.91 cm 8.19 cm World eIoni + 4 -5.03 mm -20 cm 2.37 cm 967 MeV 3.24 keV 1.65 cm 9.84 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.86 mm -18.3 cm 2.35 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 -4.87 mm -18.3 cm 2.35 cm 210 keV 1.03 keV 55.7 um 55.7 um World eIoni + 2 -4.88 mm -20 cm 2.35 cm 165 MeV 2.83 keV 1.68 cm 1.69 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -389 um -10.2 cm 1.9 cm 6.01 keV 0 eV 0 fm 0 fm World initStep + 1 -413 um -10.2 cm 1.9 cm 4.41 MeV 6.01 keV 990 um 990 um World eIoni + 2 -430 um -10.6 cm 1.9 cm 46 MeV 607 eV 4.16 mm 5.15 mm World eIoni + 3 -430 um -12.3 cm 1.91 cm 209 MeV 3.5 keV 1.63 cm 2.14 cm World eIoni + 4 -414 um -20 cm 1.92 cm 982 MeV 15.4 keV 7.73 cm 9.88 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -430 um -12.3 cm 1.91 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 -431 um -12.3 cm 1.91 cm 244 keV 1.13 keV 63.4 um 63.4 um World eIoni + 2 -437 um -20 cm 1.91 cm 773 MeV 19.2 keV 8.38 cm 8.39 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 253 um -7.94 cm 1.76 cm 844 MeV 14.4 keV 8.43 cm 8.43 cm World eIoni + 2 432 um -14.3 cm 2.03 cm 1.48 GeV 11.8 keV 6.38 cm 14.8 cm World eIoni + 3 532 um -20 cm 2.19 cm 2.05 GeV 9.67 keV 5.69 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 432 um -14.3 cm 2.03 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 429 um -14.3 cm 2.03 cm 260 keV 1.17 keV 67.1 um 67.1 um World eIoni + 2 408 um -20 cm 2.03 cm 568 MeV 12 keV 5.98 cm 5.99 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 253 um -7.94 cm 1.76 cm 1.55 keV 0 eV 0 fm 0 fm World initStep + 1 248 um -7.94 cm 1.76 cm 412 keV 1.55 keV 101 um 101 um World eIoni + 2 1.17 cm -16.6 cm 3.1 cm 871 MeV 12.7 keV 9.03 cm 9.04 cm World eBrem + 3 5.06 cm -19.3 cm 5.45 cm 1.14 GeV 12.8 keV 5.34 cm 14.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.17 cm -16.6 cm 3.1 cm 11.6 keV 0 eV 0 fm 0 fm World initStep + 1 7.16 cm -18.7 cm 6.72 cm 11.6 keV 0 eV 7.29 cm 7.29 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 10.5 um -6.36 mm 7.35 mm 114 MeV 2.75 keV 1.02 cm 1.02 cm World eIoni + 2 -4.76 um -4.19 cm 1.47 cm 469 MeV 9.06 keV 3.64 cm 4.66 cm World eIoni + 3 -64.4 um -15.8 cm 2.1 cm 1.63 GeV 22.5 keV 11.7 cm 16.3 cm World eIoni + 4 -74.6 um -20 cm 2.21 cm 2.05 GeV 9.35 keV 4.17 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -64.4 um -15.8 cm 2.1 cm 1.27 keV 0 eV 0 fm 0 fm World initStep + 1 -65 um -15.8 cm 2.1 cm 295 keV 1.27 keV 75.2 um 75.2 um World eIoni + 2 -68.9 um -20 cm 2.1 cm 417 MeV 8.42 keV 4.29 cm 4.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.76 um -4.19 cm 1.47 cm 2.64 keV 0 eV 0 fm 0 fm World initStep + 1 2.33 um -4.2 cm 1.47 cm 1.03 MeV 2.64 keV 236 um 236 um World eIoni + 2 -192 um -4.98 cm 1.48 cm 79.7 MeV 534 eV 7.88 mm 8.11 mm World eIoni + 3 -751 um -20 cm 1.51 cm 1.58 GeV 30.3 keV 15 cm 15.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 10.5 um -6.36 mm 7.35 mm 1.8 keV 0 eV 0 fm 0 fm World initStep + 1 11.5 um -6.41 mm 7.34 mm 531 keV 1.8 keV 128 um 128 um World eIoni + 2 17.4 um -20 cm 7.31 mm 1.94 GeV 27.5 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -131 um -7.4 cm 1.76 cm 790 MeV 20.3 keV 7.89 cm 7.89 cm World eIoni + 2 -140 um -13 cm 2.04 cm 1.35 GeV 12.4 keV 5.65 cm 13.5 cm World eIoni + 3 -142 um -14.2 cm 2.08 cm 1.47 GeV 2.13 keV 1.16 cm 14.7 cm World eIoni + 4 -144 um -15.6 cm 2.13 cm 1.61 GeV 1.96 keV 1.44 cm 16.1 cm World eIoni + 5 -146 um -16.7 cm 2.16 cm 1.72 GeV 980 eV 1.1 cm 17.2 cm World eIoni + 6 -150 um -20 cm 2.25 cm 2.05 GeV 7.47 keV 3.26 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -146 um -16.7 cm 2.16 cm 3.16 keV 0 eV 0 fm 0 fm World initStep + 1 -146 um -16.8 cm 2.16 cm 1.41 MeV 3.16 keV 320 um 320 um World eIoni + 2 -137 um -16.9 cm 2.16 cm 12 MeV 0 eV 1.06 mm 1.38 mm World eIoni + 3 -106 um -20 cm 2.16 cm 326 MeV 3.54 keV 3.14 cm 3.28 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -144 um -15.6 cm 2.13 cm 7.27 keV 0 eV 0 fm 0 fm World initStep + 1 -116 um -15.7 cm 2.13 cm 6.2 MeV 4.51 keV 1.31 mm 1.31 mm World eIoni + 2 -340 um -15.7 cm 2.03 cm 9.23 MeV 154 eV 1.17 mm 2.48 mm World eIoni + 3 -841 um -20 cm 1.83 cm 437 MeV 7.52 keV 4.29 cm 4.54 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -142 um -14.2 cm 2.08 cm 1.59 keV 0 eV 0 fm 0 fm World initStep + 1 -138 um -14.2 cm 2.08 cm 430 keV 1.59 keV 105 um 105 um World eIoni + 2 -117 um -20 cm 2.08 cm 580 MeV 13 keV 5.93 cm 5.94 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -140 um -13 cm 2.04 cm 2.95 keV 0 eV 0 fm 0 fm World initStep + 1 -142 um -13.1 cm 2.04 cm 1.25 MeV 2.95 keV 285 um 285 um World eIoni + 2 -112 um -13.6 cm 2.05 cm 51.3 MeV 632 eV 5.01 mm 5.3 mm World eIoni + 3 -14.9 um -20 cm 2.07 cm 696 MeV 10.4 keV 6.45 cm 6.98 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -131 um -7.4 cm 1.76 cm 3.66 keV 0 eV 0 fm 0 fm World initStep + 1 -130 um -7.41 cm 1.76 cm 1.84 MeV 3.66 keV 414 um 414 um World eIoni + 2 -136 um -7.72 cm 1.76 cm 32.8 MeV 508 eV 3.09 mm 3.51 mm World eIoni + 3 -26 um -20 cm 1.78 cm 1.26 GeV 24 keV 12.3 cm 12.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -720 nm -554 um 2.34 mm 55.5 MeV 446 eV 2.43 mm 2.43 mm World eIoni + 2 -29.2 um -7.05 cm 1.73 cm 756 MeV 14.6 keV 7.3 cm 7.54 cm World eIoni + 3 -30.9 um -20 cm 2.26 cm 2.05 GeV 24.8 keV 13 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -29.2 um -7.05 cm 1.73 cm 1.91 keV 0 eV 0 fm 0 fm World initStep + 1 -34.3 um -7.06 cm 1.73 cm 589 keV 1.91 keV 140 um 140 um World eIoni + 2 -60.4 um -20 cm 1.74 cm 1.29 GeV 21.1 keV 13.4 cm 13.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -720 nm -554 um 2.34 mm 12.6 keV 0 eV 0 fm 0 fm World initStep + 1 -23.9 um -1.9 mm 2.37 mm 14.4 MeV 5.87 keV 2.15 mm 2.15 mm World eIoni + 2 -46.3 um -2.34 mm 2.19 mm 18.8 MeV 20.4 eV 476 um 2.63 mm World eIoni + 3 -275 um -2.73 cm 622 um 268 MeV 2.87 keV 2.5 cm 2.77 cm World eIoni + 4 -427 um -13.4 cm -395 um 1.34 GeV 21.3 keV 10.7 cm 13.5 cm World eIoni + 5 -453 um -16.1 cm -525 um 1.61 GeV 3.26 keV 2.71 cm 16.2 cm World eIoni + 6 -479 um -20 cm -676 um 2 GeV 4.77 keV 3.86 cm 20 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -453 um -16.1 cm -525 um 1.77 keV 0 eV 0 fm 0 fm World initStep + 1 -456 um -16.1 cm -521 um 515 keV 1.77 keV 124 um 124 um World eIoni + 2 -474 um -20 cm -503 um 386 MeV 5.8 keV 3.9 cm 3.91 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -427 um -13.4 cm -395 um 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -427 um -13.4 cm -398 um 224 keV 1.07 keV 58.9 um 58.9 um World eIoni + 2 -425 um -20 cm -421 um 657 MeV 16.2 keV 7.11 cm 7.11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -275 um -2.73 cm 622 um 1.9 keV 0 eV 0 fm 0 fm World initStep + 1 -278 um -2.73 cm 627 um 586 keV 1.9 keV 140 um 140 um World eIoni + 2 -297 um -20 cm 654 um 1.73 GeV 26.9 keV 18 cm 18 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -68.9 um -6.01 cm 1.62 cm 651 MeV 13.6 keV 6.5 cm 6.5 cm World eIoni + 2 -41.8 um -11.5 cm 1.92 cm 1.2 GeV 12.9 keV 5.51 cm 12 cm World eIoni + 3 -27.8 um -20 cm 2.18 cm 2.05 GeV 18.8 keV 8.49 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -41.8 um -11.5 cm 1.92 cm 10.4 keV 0 eV 0 fm 0 fm World initStep + 1 -75.8 um -11.6 cm 1.92 cm 5.82 MeV 1.49 keV 676 um 676 um World eIoni + 2 -2.11 mm -19.1 cm 2.16 cm 760 MeV 11.5 keV 7.56 cm 7.63 cm World eIoni + 3 -2.18 mm -20 cm 2.19 cm 849 MeV 2.56 keV 8.9 mm 8.52 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.11 mm -19.1 cm 2.16 cm 2.57 keV 0 eV 0 fm 0 fm World initStep + 1 -2.11 mm -19.1 cm 2.16 cm 988 keV 2.57 keV 227 um 227 um World eIoni + 2 -2.11 mm -20 cm 2.16 cm 89.1 MeV 776 eV 8.81 mm 9.04 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -68.9 um -6.01 cm 1.62 cm 3.59 keV 0 eV 0 fm 0 fm World initStep + 1 -68.3 um -6.03 cm 1.62 cm 1.77 MeV 3.59 keV 400 um 400 um World eIoni + 2 -69.9 um -6.08 cm 1.63 cm 7.13 MeV 426 eV 536 um 935 um World eIoni + 3 -388 um -9.32 cm 1.61 cm 331 MeV 4.38 keV 3.23 cm 3.33 cm World eIoni + 4 -882 um -20 cm 1.59 cm 1.4 GeV 21.1 keV 10.7 cm 14 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -388 um -9.32 cm 1.61 cm 11.5 keV 0 eV 0 fm 0 fm World initStep + 1 -402 um -9.37 cm 1.6 cm 5.39 MeV 1.29 keV 597 um 597 um World eIoni + 2 501 um -14.1 cm 1.7 cm 479 MeV 6.6 keV 4.77 cm 4.83 cm World eIoni + 3 -264 um -15.5 cm 1.75 cm 621 MeV 3.12 keV 1.42 cm 6.25 cm World eIoni + 4 -1.83 mm -19.9 cm 1.84 cm 1.06 GeV 5.53 keV 4.35 cm 10.6 cm World eIoni + 5 -1.87 mm -20 cm 1.85 cm 1.07 GeV 430 eV 1.31 mm 10.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.83 mm -19.9 cm 1.84 cm 2.97 keV 0 eV 0 fm 0 fm World initStep + 1 -1.82 mm -19.9 cm 1.84 cm 1.26 MeV 2.97 keV 261 um 261 um World eIoni + 2 -1.63 mm -20 cm 1.82 cm 13.2 MeV 809 eV 1.24 mm 1.5 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.82 mm -19.9 cm 1.84 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 -1.82 mm -19.9 cm 1.84 cm 238 keV 1.11 keV 62 um 62 um World eIoni + 2 -1.81 mm -20 cm 1.85 cm 11.9 MeV 442 eV 1.17 mm 1.23 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -264 um -15.5 cm 1.75 cm 1.8 keV 0 eV 0 fm 0 fm World initStep + 1 -259 um -15.5 cm 1.75 cm 533 keV 1.8 keV 128 um 128 um World eIoni + 2 -238 um -20 cm 1.75 cm 447 MeV 6.63 keV 4.52 cm 4.54 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 501 um -14.1 cm 1.7 cm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 498 um -14.1 cm 1.7 cm 234 keV 1.1 keV 61.3 um 61.3 um World eIoni + 2 475 um -20 cm 1.7 cm 589 MeV 16.7 keV 6.28 cm 6.28 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -22.3 um -11.6 cm 1.91 cm 1.21 GeV 21.7 keV 12.1 cm 12.1 cm World eIoni + 2 100 um -20 cm 2.14 cm 2.05 GeV 16.5 keV 8.41 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -22.3 um -11.6 cm 1.91 cm 17.2 keV 0 eV 0 fm 0 fm World initStep + 1 42.5 um -11.8 cm 1.91 cm 21.5 MeV 3.61 keV 2.83 mm 2.83 mm World eIoni + 2 1.96 mm -13.2 cm 2.04 cm 157 MeV 3.41 keV 1.39 cm 1.67 cm World eIoni + 3 3.14 mm -17.7 cm 2.14 cm 607 MeV 8.21 keV 4.5 cm 6.17 cm World eIoni + 4 3.4 mm -19.8 cm 2.16 cm 819 MeV 4.47 keV 2.12 cm 8.29 cm World eIoni + 5 3.43 mm -20 cm 2.16 cm 841 MeV 198 eV 2.2 mm 8.51 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.4 mm -19.8 cm 2.16 cm 2.78 keV 0 eV 0 fm 0 fm World initStep + 1 3.41 mm -19.8 cm 2.16 cm 1.13 MeV 2.78 keV 258 um 258 um World eIoni + 2 3.41 mm -19.8 cm 2.16 cm 5.25 MeV 0 eV 413 um 670 um World eIoni + 3 3.42 mm -20 cm 2.16 cm 22.1 MeV 239 eV 1.68 mm 2.35 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.14 mm -17.7 cm 2.14 cm 1.8 keV 0 eV 0 fm 0 fm World initStep + 1 3.14 mm -17.7 cm 2.14 cm 534 keV 1.8 keV 128 um 128 um World eIoni + 2 3.14 mm -20 cm 2.13 cm 234 MeV 4.61 keV 2.35 cm 2.37 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -6.3 um -3.33 mm 5.52 mm 83.3 MeV 1.09 keV 6.68 mm 6.68 mm World eIoni + 2 -30.9 um -20 cm 2.22 cm 2.05 GeV 40.8 keV 19.8 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -6.3 um -3.33 mm 5.52 mm 1.78 keV 0 eV 0 fm 0 fm World initStep + 1 -10.5 um -3.38 mm 5.51 mm 522 keV 1.78 keV 126 um 126 um World eIoni + 2 -35.3 um -20 cm 5.5 mm 1.97 GeV 34.9 keV 20.9 cm 20.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 4.38 um -2.99 mm 5.26 mm 79.9 MeV 1.65 keV 6.26 mm 6.26 mm World eIoni + 2 61.5 nm -20 cm 2.22 cm 2.05 GeV 37 keV 19.9 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.38 um -2.99 mm 5.26 mm 3.39 keV 0 eV 0 fm 0 fm World initStep + 1 14.9 um -3.14 mm 5.26 mm 1.6 MeV 3.39 keV 361 um 361 um World eIoni + 2 -70.7 um -1.12 cm 5.11 mm 82.6 MeV 608 eV 8.11 mm 8.47 mm World eIoni + 3 -196 um -2.71 cm 5 mm 241 MeV 4.43 keV 1.59 cm 2.44 cm World eIoni + 4 -351 um -14.7 cm 4.93 mm 1.44 GeV 23.1 keV 12 cm 14.5 cm World eIoni + 5 -386 um -20 cm 4.95 mm 1.97 GeV 9.15 keV 5.26 cm 19.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -351 um -14.7 cm 4.93 mm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 -354 um -14.7 cm 4.93 mm 281 keV 1.23 keV 71.8 um 71.8 um World eIoni + 2 -378 um -20 cm 4.93 mm 526 MeV 11.8 keV 5.48 cm 5.49 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -196 um -2.71 cm 5 mm 4.47 keV 0 eV 0 fm 0 fm World initStep + 1 -178 um -2.74 cm 5 mm 2.61 MeV 4.47 keV 586 um 586 um World eIoni + 2 -176 um -2.75 cm 5 mm 3.59 MeV 0 eV 98.1 um 684 um World eIoni + 3 -1.6 mm -8.72 cm 4.02 mm 601 MeV 11.3 keV 5.98 cm 6.05 cm World eIoni + 4 -4.85 mm -10.2 cm 3.21 mm 751 MeV 3.99 keV 1.54 cm 7.59 cm World eIoni + 5 -9.56 mm -13.1 cm 2.03 mm 1.04 GeV 8.39 keV 2.95 cm 10.5 cm World eIoni + 6 -1.67 cm -19.9 cm 226 um 1.72 GeV 17.1 keV 6.84 cm 17.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -9.56 mm -13.1 cm 2.03 mm 4.47 keV 0 eV 0 fm 0 fm World initStep + 1 -9.56 mm -13.2 cm 2.01 mm 2.61 MeV 4.47 keV 586 um 586 um World eIoni + 2 -9.56 mm -13.2 cm 2.01 mm 2.7 MeV 1.31 eV 8.92 um 595 um World eIoni + 3 -9.57 mm -20 cm 1.97 mm 684 MeV 13.6 keV 6.83 cm 6.89 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.85 mm -10.2 cm 3.21 mm 3.48 keV 0 eV 0 fm 0 fm World initStep + 1 -4.86 mm -10.2 cm 3.22 mm 1.68 MeV 3.48 keV 379 um 379 um World eIoni + 2 -4.86 mm -10.7 cm 3.29 mm 45.4 MeV 1.06 keV 4.37 mm 4.75 mm World eIoni + 3 -4.84 mm -20 cm 3.41 mm 977 MeV 14.6 keV 9.32 cm 9.79 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.6 mm -8.72 cm 4.02 mm 1.82 keV 0 eV 0 fm 0 fm World initStep + 1 -1.61 mm -8.73 cm 4.01 mm 547 keV 1.82 keV 130 um 130 um World eIoni + 2 -1.64 mm -20 cm 4 mm 1.13 GeV 21 keV 11.6 cm 11.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -194 um -6.98 cm 1.72 cm 749 MeV 14.9 keV 7.47 cm 7.47 cm World eIoni + 2 -246 um -20 cm 2.24 cm 2.05 GeV 33 keV 13 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -194 um -6.98 cm 1.72 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 -196 um -6.99 cm 1.72 cm 379 keV 1.47 keV 93.8 um 93.8 um World eIoni + 2 -204 um -20 cm 1.72 cm 1.3 GeV 24.8 keV 13.9 cm 13.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 521 um -13.5 cm 2 cm 1.4 GeV 24.7 keV 14 cm 14 cm World eIoni + 2 581 um -20 cm 2.19 cm 2.05 GeV 11.9 keV 6.51 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 521 um -13.5 cm 2 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 519 um -13.5 cm 2 cm 257 keV 1.17 keV 66.3 um 66.3 um World eIoni + 2 508 um -20 cm 1.99 cm 650 MeV 12 keV 6.91 cm 6.92 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -387 nm -7.89 mm 8.03 mm 129 MeV 1.31 keV 1.19 cm 1.19 cm World eIoni + 2 13.7 um -4.8 cm 1.53 cm 530 MeV 8.31 keV 4.09 cm 5.28 cm World eIoni + 3 14.9 um -10.2 cm 1.89 cm 1.07 GeV 13.2 keV 5.44 cm 10.7 cm World eIoni + 4 27.7 um -14.4 cm 2.06 cm 1.49 GeV 8.23 keV 4.16 cm 14.9 cm World eIoni + 5 57.9 um -20 cm 2.22 cm 2.05 GeV 9.43 keV 5.61 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 27.7 um -14.4 cm 2.06 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 25.4 um -14.4 cm 2.06 cm 204 keV 1.01 keV 54.3 um 54.3 um World eIoni + 2 6.66 um -20 cm 2.06 cm 561 MeV 11.4 keV 6.07 cm 6.07 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 14.9 um -10.2 cm 1.89 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 11.9 um -10.2 cm 1.89 cm 319 keV 1.33 keV 80.3 um 80.3 um World eIoni + 2 -8.1 um -20 cm 1.89 cm 977 MeV 22.6 keV 10.4 cm 10.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 13.7 um -4.8 cm 1.53 cm 4.3 keV 0 eV 0 fm 0 fm World initStep + 1 24.4 um -4.82 cm 1.53 cm 2.44 MeV 4.3 keV 548 um 548 um World eIoni + 2 -52.7 um -5.58 cm 1.52 cm 78.6 MeV 1.22 keV 7.62 mm 8.17 mm World eIoni + 3 -313 um -14.4 cm 1.5 cm 965 MeV 14 keV 8.86 cm 9.68 cm World eIoni + 4 -354 um -20 cm 1.49 cm 1.52 GeV 11 keV 5.55 cm 15.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -313 um -14.4 cm 1.5 cm 17.7 keV 0 eV 0 fm 0 fm World initStep + 1 -238 um -14.7 cm 1.5 cm 22.2 MeV 4.05 keV 2.9 mm 2.9 mm World eIoni + 2 -742 um -14.7 cm 1.71 cm 27.2 MeV 151 eV 2.29 mm 5.2 mm World eIoni + 3 -2.4 mm -20 cm 2.39 cm 556 MeV 12.3 keV 5.39 cm 5.91 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -387 nm -7.89 mm 8.03 mm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 -152 nm -7.92 mm 8.03 mm 251 keV 1.15 keV 64.8 um 64.8 um World eIoni + 2 -5.35 cm -14.1 cm -8.77 mm 1.33 GeV 37.7 keV 15.3 cm 15.4 cm World eIoni + 3 -9.08 cm -17.8 cm -1.13 cm 1.7 GeV 12.6 keV 5.3 cm 20.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 37.4 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -18.2 um -9.4 mm 8.65 mm 144 MeV 2.38 keV 1.35 cm 1.35 cm World eIoni + 2 22 um -8.52 cm 1.8 cm 901 MeV 16.8 keV 7.65 cm 9.01 cm World eIoni + 3 316 um -19.9 cm 2.22 cm 2.04 GeV 23 keV 11.4 cm 20.4 cm World eIoni + 4 320 um -20 cm 2.22 cm 2.05 GeV 340 eV 1.25 mm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 316 um -19.9 cm 2.22 cm 2.4 keV 0 eV 0 fm 0 fm World initStep + 1 316 um -19.9 cm 2.21 cm 876 keV 2.4 keV 203 um 203 um World eIoni + 2 317 um -20 cm 2.21 cm 12.6 MeV 16.8 eV 1.17 mm 1.37 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 22 um -8.52 cm 1.8 cm 3.48 keV 0 eV 0 fm 0 fm World initStep + 1 27.6 um -8.53 cm 1.8 cm 1.67 MeV 3.48 keV 378 um 378 um World eIoni + 2 29 um -8.56 cm 1.8 cm 4.93 MeV 24.1 eV 325 um 703 um World eIoni + 3 33.3 um -20 cm 1.8 cm 1.15 GeV 17.5 keV 11.4 cm 11.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -18.2 um -9.4 mm 8.65 mm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 -20.3 um -9.42 mm 8.65 mm 212 keV 1.04 keV 56 um 56 um World eIoni + 2 1.25 mm -11.1 cm 5.17 cm 1.02 GeV 27 keV 11.8 cm 11.8 cm World eIoni + 3 2.57 cm -19.8 cm 6.02 cm 1.89 GeV 16.1 keV 9.12 cm 20.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.3 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -33.6 um -1.61 cm 1.07 cm 211 MeV 4.23 keV 2.06 cm 2.06 cm World eIoni + 2 -51 um -1.97 cm 1.15 cm 247 MeV 1.81 keV 3.65 mm 2.42 cm World eIoni + 3 -140 um -5.01 cm 1.55 cm 551 MeV 7.68 keV 3.07 cm 5.49 cm World eIoni + 4 -239 um -16.6 cm 2.13 cm 1.71 GeV 27.7 keV 11.7 cm 17.1 cm World eIoni + 5 -253 um -20 cm 2.21 cm 2.05 GeV 7.17 keV 3.35 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -239 um -16.6 cm 2.13 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 -237 um -16.7 cm 2.13 cm 227 keV 1.08 keV 59.7 um 59.7 um World eIoni + 2 -225 um -20 cm 2.12 cm 335 MeV 6.85 keV 3.47 cm 3.48 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -140 um -5.01 cm 1.55 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 -143 um -5.01 cm 1.55 cm 287 keV 1.25 keV 73.2 um 73.2 um World eIoni + 2 -164 um -20 cm 1.56 cm 1.5 GeV 32 keV 17 cm 17 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -51 um -1.97 cm 1.15 cm 2.67 keV 0 eV 0 fm 0 fm World initStep + 1 -41.8 um -1.98 cm 1.15 cm 1.05 MeV 2.67 keV 241 um 241 um World eIoni + 2 -34.5 um -3.23 cm 1.19 cm 127 MeV 1.13 keV 1.26 cm 1.28 cm World eIoni + 3 -188 um -20 cm 1.34 cm 1.8 GeV 37 keV 16.8 cm 18 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -33.6 um -1.61 cm 1.07 cm 9.37 keV 0 eV 0 fm 0 fm World initStep + 1 -38.1 um -1.7 cm 1.07 cm 9.47 MeV 3.71 keV 1.68 mm 1.68 mm World eIoni + 2 -1.3 mm -1.81 cm 1.2 cm 20.8 MeV 492 eV 2.36 mm 4.04 mm World eIoni + 3 -3.89 mm -7.95 cm 1.4 cm 635 MeV 15.3 keV 6.16 cm 6.56 cm World eIoni + 4 -4.3 mm -11 cm 1.42 cm 943 MeV 3.3 keV 3.08 cm 9.64 cm World eIoni + 5 -4.98 mm -20 cm 1.44 cm 1.84 GeV 16.1 keV 8.96 cm 18.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.3 mm -11 cm 1.42 cm 2.58 keV 0 eV 0 fm 0 fm World initStep + 1 -4.29 mm -11 cm 1.42 cm 993 keV 2.58 keV 228 um 228 um World eIoni + 2 -4.25 mm -11.3 cm 1.42 cm 23.5 MeV 199 eV 2.25 mm 2.48 mm World eIoni + 3 -4.04 mm -20 cm 1.43 cm 896 MeV 19.3 keV 8.73 cm 8.98 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.89 mm -7.95 cm 1.4 cm 1.38 keV 0 eV 0 fm 0 fm World initStep + 1 -3.89 mm -7.96 cm 1.4 cm 339 keV 1.38 keV 85 um 85 um World eIoni + 2 -3.87 mm -20 cm 1.4 cm 1.2 GeV 27.1 keV 12.9 cm 13 cm OutOfWorldTransportation --> Event 50 starts. ********************************************************************************************************* @@ -3229,2229 +3634,154 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 2.23 um -3.16 mm 5.38 mm 81.6 MeV 1.65 keV 6.47 mm 6.47 mm World eIoni - 2 -100 um -6.89 cm 1.71 cm 739 MeV 13 keV 6.73 cm 7.38 cm World eIoni - 3 -104 um -7.95 cm 1.78 cm 845 MeV 3.13 keV 1.07 cm 8.44 cm World eIoni - 4 -118 um -12.7 cm 2.01 cm 1.32 GeV 14.7 keV 4.73 cm 13.2 cm World eIoni - 5 -135 um -17.4 cm 2.17 cm 1.79 GeV 9 keV 4.76 cm 17.9 cm World eIoni - 6 -143 um -20 cm 2.24 cm 2.05 GeV 3.33 keV 2.57 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -135 um -17.4 cm 2.17 cm 10.6 keV 0 eV 0 fm 0 fm World initStep - 1 -141 um -17.4 cm 2.17 cm 280 keV 0 eV 29.7 um 29.7 um World eIoni - 2 -183 um -20 cm 2.16 cm 257 MeV 4.65 keV 2.61 cm 2.62 cm OutOfWorldTransportation + 1 75.3 um -3.69 cm 1.42 cm 419 MeV 6.32 keV 4.16 cm 4.16 cm World eIoni + 2 336 um -6.98 cm 1.73 cm 748 MeV 8.26 keV 3.31 cm 7.47 cm World eIoni + 3 455 um -9.43 cm 1.87 cm 993 MeV 4.8 keV 2.45 cm 9.92 cm World eIoni + 4 688 um -16.5 cm 2.15 cm 1.7 GeV 17.9 keV 7.05 cm 17 cm World eIoni + 5 775 um -20 cm 2.24 cm 2.05 GeV 5 keV 3.52 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -118 um -12.7 cm 2.01 cm 2.71 keV 0 eV 0 fm 0 fm World initStep - 1 -118 um -12.7 cm 2.01 cm 1.09 MeV 2.71 keV 248 um 248 um World eIoni - 2 155 um -13.8 cm 1.99 cm 114 MeV 1.08 keV 1.13 cm 1.16 cm World eIoni - 3 582 um -20 cm 1.91 cm 732 MeV 14.6 keV 6.18 cm 7.34 cm OutOfWorldTransportation + 0 688 um -16.5 cm 2.15 cm 1.44 keV 0 eV 0 fm 0 fm World initStep + 1 684 um -16.5 cm 2.15 cm 364 keV 1.44 keV 90.4 um 90.4 um World eIoni + 2 664 um -20 cm 2.15 cm 352 MeV 5.99 keV 3.58 cm 3.59 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -104 um -7.95 cm 1.78 cm 3.19 keV 0 eV 0 fm 0 fm World initStep - 1 -115 um -7.97 cm 1.78 cm 1.44 MeV 3.19 keV 326 um 326 um World eIoni - 2 -137 um -8.32 cm 1.78 cm 37 MeV 553 eV 3.56 mm 3.88 mm World eIoni - 3 -148 um -8.5 cm 1.77 cm 54.3 MeV 528 eV 1.73 mm 5.61 mm World eIoni - 4 -399 um -16.9 cm 1.79 cm 894 MeV 16.6 keV 8.39 cm 8.95 cm World eIoni - 5 -498 um -20 cm 1.79 cm 1.2 GeV 9.69 keV 3.11 cm 12.1 cm OutOfWorldTransportation + 0 455 um -9.43 cm 1.87 cm 4.43 keV 0 eV 0 fm 0 fm World initStep + 1 448 um -9.45 cm 1.87 cm 2.57 MeV 4.43 keV 576 um 576 um World eIoni + 2 472 um -9.81 cm 1.88 cm 38.2 MeV 110 eV 3.57 mm 4.14 mm World eIoni + 3 481 um -9.88 cm 1.88 cm 44.1 MeV 0 eV 730 um 4.87 mm World eBrem + 4 404 um -16.2 cm 1.88 cm 676 MeV 17.2 keV 6.32 cm 6.81 cm World eIoni + 5 361 um -18.4 cm 1.89 cm 895 MeV 5.51 keV 2.18 cm 8.99 cm World eIoni + 6 336 um -20 cm 1.89 cm 1.06 GeV 4.67 keV 1.61 cm 10.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -399 um -16.9 cm 1.79 cm 3.26 keV 0 eV 0 fm 0 fm World initStep - 1 -407 um -16.9 cm 1.78 cm 1.5 MeV 3.26 keV 339 um 339 um World eIoni - 2 -413 um -17.2 cm 1.78 cm 31.7 MeV 266 eV 3.02 mm 3.36 mm World eIoni - 3 -414 um -17.2 cm 1.78 cm 33.9 MeV 26.6 eV 219 um 3.58 mm World eIoni - 4 -448 um -18.9 cm 1.77 cm 203 MeV 4.34 keV 1.69 cm 2.05 cm World eIoni - 5 -419 um -20 cm 1.77 cm 311 MeV 1.36 keV 1.08 cm 3.13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -448 um -18.9 cm 1.77 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 -446 um -18.9 cm 1.77 cm 235 keV 1.11 keV 61.5 um 61.5 um World eIoni - 2 -437 um -20 cm 1.77 cm 108 MeV 2.3 keV 1.09 cm 1.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -414 um -17.2 cm 1.78 cm 7.55 keV 0 eV 0 fm 0 fm World initStep - 1 -382 um -17.3 cm 1.78 cm 6.62 MeV 5.5 keV 1.36 mm 1.36 mm World eIoni - 2 298 um -18 cm 1.65 cm 74.2 MeV 2.18 keV 6.99 mm 8.36 mm World eIoni - 3 669 um -20 cm 1.59 cm 278 MeV 6.48 keV 2.04 cm 2.87 cm OutOfWorldTransportation + 0 361 um -18.4 cm 1.89 cm 2.23 keV 0 eV 0 fm 0 fm World initStep + 1 358 um -18.4 cm 1.89 cm 768 keV 2.23 keV 179 um 179 um World eIoni + 2 352 um -18.4 cm 1.89 cm 4.4 MeV 0 eV 363 um 543 um World eIoni + 3 336 um -20 cm 1.89 cm 161 MeV 1.54 keV 1.57 cm 1.62 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -148 um -8.5 cm 1.77 cm 6.38 keV 0 eV 0 fm 0 fm World initStep - 1 -122 um -8.54 cm 1.77 cm 4.92 MeV 6.38 keV 1.1 mm 1.1 mm World eIoni - 2 -316 um -8.54 cm 1.76 cm 4.38 MeV 65.3 eV 268 um 1.36 mm World eIoni - 3 610 um -18.2 cm 1.53 cm 973 MeV 16.8 keV 9.74 cm 9.87 cm World eIoni - 4 1.4 mm -20 cm 1.54 cm 1.15 GeV 3.19 keV 1.78 cm 11.7 cm OutOfWorldTransportation + 0 404 um -16.2 cm 1.88 cm 2.51 keV 0 eV 0 fm 0 fm World initStep + 1 396 um -16.2 cm 1.88 cm 945 keV 2.51 keV 218 um 218 um World eIoni + 2 515 um -17.3 cm 1.84 cm 108 MeV 1.46 keV 1.07 cm 1.09 cm World eIoni + 3 472 um -20 cm 1.79 cm 379 MeV 6.09 keV 2.71 cm 3.81 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 610 um -18.2 cm 1.53 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 610 um -18.2 cm 1.53 cm 375 keV 1.46 keV 92.8 um 92.8 um World eIoni - 2 611 um -20 cm 1.53 cm 178 MeV 1.56 keV 1.79 cm 1.8 cm OutOfWorldTransportation + 0 481 um -9.88 cm 1.88 cm 1.42 MeV 0 eV 0 fm 0 fm World initStep + 1 3.22 mm -20 cm 1.72 cm 1.42 MeV 0 eV 10.1 cm 10.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -100 um -6.89 cm 1.71 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 -96.1 um -6.89 cm 1.71 cm 355 keV 1.42 keV 88.4 um 88.4 um World eIoni - 2 -69.6 um -20 cm 1.71 cm 1.31 GeV 21.8 keV 14.1 cm 14.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 um -3.16 mm 5.38 mm 4.71 keV 0 eV 0 fm 0 fm World initStep - 1 20.4 um -3.43 mm 5.39 mm 2.87 MeV 4.71 keV 642 um 642 um World eIoni - 2 81.7 um -9.1 mm 5.44 mm 59.5 MeV 691 eV 5.67 mm 6.31 mm World eIoni - 3 87.8 um -3.12 cm 5.5 mm 281 MeV 3.49 keV 2.21 cm 2.84 cm World eIoni - 4 -398 um -17.4 cm 5.88 mm 1.71 GeV 33.2 keV 14.3 cm 17.1 cm World eIoni - 5 -436 um -20 cm 5.92 mm 1.97 GeV 6.1 keV 2.62 cm 19.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -398 um -17.4 cm 5.88 mm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 -399 um -17.4 cm 5.88 mm 281 keV 1.23 keV 71.9 um 71.9 um World eIoni - 2 -405 um -20 cm 5.9 mm 262 MeV 4.12 keV 2.67 cm 2.68 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 87.8 um -3.12 cm 5.5 mm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 85 um -3.12 cm 5.5 mm 303 keV 1.29 keV 76.8 um 76.8 um World eIoni - 2 63.8 um -20 cm 5.52 mm 1.69 GeV 38.5 keV 19.3 cm 19.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -2.26 um -2.69 mm 5.01 mm 76.9 MeV 820 eV 5.87 mm 5.87 mm World eIoni - 2 229 um -18 cm 2.22 cm 1.85 GeV 37.4 keV 17.9 cm 18.5 cm World eIoni - 3 241 um -20 cm 2.28 cm 2.05 GeV 6 keV 2.01 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 229 um -18 cm 2.22 cm 2.1 keV 0 eV 0 fm 0 fm World initStep - 1 224 um -18 cm 2.22 cm 695 keV 2.1 keV 164 um 164 um World eIoni - 2 204 um -20 cm 2.22 cm 201 MeV 2.39 keV 2.01 cm 2.03 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 um -2.69 mm 5.01 mm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -3.1 um -2.72 mm 5.02 mm 288 keV 1.22 keV 71 um 71 um World eIoni - 2 3.84 mm -16.8 cm -2.61 cm 1.66 GeV 42.9 keV 19.1 cm 19.1 cm World eIoni - 3 -9.85 mm -20 cm -5.06 cm 1.97 GeV 8.87 keV 4.22 cm 23.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 1.29 um -2.73 mm 5.04 mm 77.3 MeV 960 eV 5.92 mm 5.92 mm World eIoni - 2 4.27 um -4.93 mm 6.59 mm 99.4 MeV 448 eV 2.7 mm 8.62 mm World eIoni - 3 90.5 um -12.5 cm 2.01 cm 1.3 GeV 27.8 keV 12.1 cm 13 cm World eIoni - 4 93.6 um -13.4 cm 2.05 cm 1.39 GeV 2.35 keV 9.13 mm 13.9 cm World eIoni - 5 102 um -16.5 cm 2.16 cm 1.7 GeV 4.88 keV 3.11 cm 17 cm World eIoni - 6 110 um -20 cm 2.26 cm 2.05 GeV 8.58 keV 3.52 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 102 um -16.5 cm 2.16 cm 3.13 keV 0 eV 0 fm 0 fm World initStep - 1 114 um -16.5 cm 2.16 cm 1.39 MeV 3.13 keV 316 um 316 um World eIoni - 2 205 um -17 cm 2.16 cm 49.9 MeV 685 eV 4.85 mm 5.17 mm World eIoni - 3 424 um -19.2 cm 2.14 cm 273 MeV 4.25 keV 2.23 cm 2.74 cm World eIoni - 4 447 um -19.7 cm 2.14 cm 323 MeV 1.27 keV 5.05 mm 3.25 cm World eIoni - 5 458 um -20 cm 2.14 cm 352 MeV 596 eV 2.83 mm 3.53 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 447 um -19.7 cm 2.14 cm 2.84 keV 0 eV 0 fm 0 fm World initStep - 1 457 um -19.7 cm 2.14 cm 1.17 MeV 2.84 keV 267 um 267 um World eIoni - 2 470 um -19.8 cm 2.14 cm 7.41 MeV 94.1 eV 624 um 891 um World eIoni - 3 499 um -20 cm 2.14 cm 28.4 MeV 79.7 eV 2.1 mm 2.99 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 424 um -19.2 cm 2.14 cm 8.31 keV 0 eV 0 fm 0 fm World initStep - 1 392 um -19.3 cm 2.15 cm 7.81 MeV 3.44 keV 1.51 mm 1.51 mm World eIoni - 2 -2.1 mm -20 cm 2.16 cm 79.2 MeV 1 keV 8.51 mm 1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 93.6 um -13.4 cm 2.05 cm 9.15 keV 0 eV 0 fm 0 fm World initStep - 1 124 um -13.4 cm 2.05 cm 8.03 MeV 2.37 keV 1.19 mm 1.19 mm World eIoni - 2 -3.28 mm -16.8 cm 2.11 cm 339 MeV 4.15 keV 3.39 cm 3.51 cm World eIoni - 3 -3.58 mm -19.6 cm 2.1 cm 623 MeV 4.8 keV 2.84 cm 6.35 cm World eIoni - 4 -3.61 mm -20 cm 2.1 cm 663 MeV 475 eV 3.99 mm 6.75 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm -19.6 cm 2.1 cm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 -3.58 mm -19.6 cm 2.1 cm 306 keV 1.29 keV 77.4 um 77.4 um World eIoni - 2 -3.58 mm -20 cm 2.1 cm 40 MeV 1.12 keV 3.98 mm 4.05 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.28 mm -16.8 cm 2.11 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -3.28 mm -16.8 cm 2.11 cm 500 keV 1.74 keV 121 um 121 um World eIoni - 2 -3.26 mm -20 cm 2.11 cm 324 MeV 5.88 keV 3.26 cm 3.28 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 90.5 um -12.5 cm 2.01 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 87.1 um -12.5 cm 2.01 cm 493 keV 1.72 keV 119 um 119 um World eIoni - 2 70.2 um -20 cm 2.01 cm 754 MeV 14.6 keV 7.72 cm 7.73 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.27 um -4.93 mm 6.59 mm 3.96 keV 0 eV 0 fm 0 fm World initStep - 1 -9.86 um -5.13 mm 6.59 mm 2.11 MeV 3.96 keV 474 um 474 um World eIoni - 2 -20.4 um -6.15 mm 6.59 mm 12.3 MeV 0 eV 1.02 mm 1.5 mm World eIoni - 3 420 um -6.53 cm 6.98 mm 604 MeV 11.4 keV 5.92 cm 6.07 cm World eIoni - 4 5.34 mm -14.7 cm 7.94 mm 1.42 GeV 18.6 keV 8.2 cm 14.3 cm World eIoni - 5 7.15 mm -20 cm 8.29 mm 1.95 GeV 11.9 keV 5.27 cm 19.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.34 mm -14.7 cm 7.94 mm 17.4 keV 0 eV 0 fm 0 fm World initStep - 1 5.31 mm -14.9 cm 7.99 mm 14.9 MeV 1.71 keV 1.74 mm 1.74 mm World eIoni - 2 5.56 mm -15.9 cm 9.37 mm 121 MeV 2.38 keV 1.08 cm 1.25 cm World eIoni - 3 5.67 mm -17.8 cm 9.93 mm 309 MeV 3.13 keV 1.88 cm 3.13 cm World eIoni - 4 5.74 mm -20 cm 1.02 cm 528 MeV 3.46 keV 2.19 cm 5.32 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.67 mm -17.8 cm 9.93 mm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 5.67 mm -17.8 cm 9.92 mm 387 keV 1.49 keV 95.7 um 95.7 um World eIoni - 2 5.67 mm -20 cm 9.9 mm 219 MeV 4.64 keV 2.2 cm 2.21 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.56 mm -15.9 cm 9.37 mm 3.59 keV 0 eV 0 fm 0 fm World initStep - 1 5.55 mm -15.9 cm 9.38 mm 1.78 MeV 3.59 keV 400 um 400 um World eIoni - 2 5.51 mm -16.2 cm 9.39 mm 22.8 MeV 191 eV 2.1 mm 2.5 mm World eIoni - 3 5.4 mm -17 cm 9.4 mm 102 MeV 1.05 keV 7.96 mm 1.05 cm World eIoni - 4 5.29 mm -20 cm 9.4 mm 407 MeV 4.93 keV 3.04 cm 4.09 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.4 mm -17 cm 9.4 mm 2.15 keV 0 eV 0 fm 0 fm World initStep - 1 5.39 mm -17 cm 9.41 mm 722 keV 2.15 keV 169 um 169 um World eIoni - 2 4.79 mm -18.3 cm 9.75 mm 137 MeV 2.73 keV 1.36 cm 1.38 cm World eIoni - 3 3.55 mm -19.9 cm 9.9 mm 291 MeV 4.17 keV 1.55 cm 2.93 cm World eIoni - 4 3.48 mm -20 cm 9.91 mm 305 MeV 764 eV 1.33 mm 3.07 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.55 mm -19.9 cm 9.9 mm 6.73 keV 0 eV 0 fm 0 fm World initStep - 1 3.53 mm -19.9 cm 9.89 mm 5.41 MeV 5.04 keV 1.18 mm 1.18 mm World eIoni - 2 3.68 mm -20 cm 9.92 mm 13.6 MeV 0 eV 834 um 2.02 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 420 um -6.53 cm 6.98 mm 5.04 keV 0 eV 0 fm 0 fm World initStep - 1 429 um -6.56 cm 6.99 mm 3.23 MeV 5.04 keV 724 um 724 um World eIoni - 2 400 um -6.99 cm 7.01 mm 45.8 MeV 709 eV 4.26 mm 4.98 mm World eIoni - 3 316 um -20 cm 7.14 mm 1.35 GeV 23.3 keV 13 cm 13.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 um -2.73 mm 5.04 mm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 -1.51 um -2.75 mm 5.04 mm 241 keV 1.12 keV 62.8 um 62.8 um World eIoni - 2 5.02 mm -12.8 cm -4.75 cm 1.25 GeV 27.7 keV 14.4 cm 14.5 cm World eIoni - 3 1 cm -20 cm -6.41 cm 1.97 GeV 14.9 keV 7.41 cm 21.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -401 um -10.8 cm 1.94 cm 1.13 GeV 21.3 keV 11.3 cm 11.3 cm World eIoni - 2 -468 um -12.4 cm 2 cm 1.29 GeV 4.57 keV 1.62 cm 12.9 cm World eIoni - 3 -490 um -13 cm 2.03 cm 1.35 GeV 1.36 keV 5.82 mm 13.5 cm World eIoni - 4 -527 um -14.1 cm 2.06 cm 1.46 GeV 1.28 keV 1.07 cm 14.5 cm World eIoni - 5 -614 um -16.9 cm 2.15 cm 1.74 GeV 3.26 keV 2.87 cm 17.4 cm World eIoni - 6 -692 um -20 cm 2.24 cm 2.05 GeV 8.24 keV 3.08 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -614 um -16.9 cm 2.15 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 -617 um -16.9 cm 2.15 cm 230 keV 1.09 keV 60.3 um 60.3 um World eIoni - 2 -637 um -20 cm 2.15 cm 308 MeV 6.25 keV 3.18 cm 3.19 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -527 um -14.1 cm 2.06 cm 1.8 keV 0 eV 0 fm 0 fm World initStep - 1 -531 um -14.1 cm 2.06 cm 532 keV 1.8 keV 128 um 128 um World eIoni - 2 -555 um -20 cm 2.07 cm 595 MeV 10.4 keV 6.04 cm 6.06 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -490 um -13 cm 2.03 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -493 um -13 cm 2.03 cm 504 keV 1.74 keV 121 um 121 um World eIoni - 2 -512 um -20 cm 2.03 cm 702 MeV 11.8 keV 7.16 cm 7.18 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -468 um -12.4 cm 2 cm 2.25 keV 0 eV 0 fm 0 fm World initStep - 1 -471 um -12.4 cm 2 cm 783 keV 2.25 keV 183 um 183 um World eIoni - 2 -485 um -12.6 cm 2.01 cm 16.4 MeV 286 eV 1.56 mm 1.74 mm World eIoni - 3 -570 um -20 cm 2.02 cm 760 MeV 13.6 keV 7.44 cm 7.61 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -401 um -10.8 cm 1.94 cm 1.63 keV 0 eV 0 fm 0 fm World initStep - 1 -397 um -10.8 cm 1.94 cm 448 keV 1.63 keV 109 um 109 um World eIoni - 2 -377 um -20 cm 1.94 cm 922 MeV 11.9 keV 9.54 cm 9.55 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 40 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 26.6 um -1.55 cm 1.05 cm 205 MeV 4.76 keV 2 cm 2 cm World eIoni - 2 75.4 um -5 cm 1.55 cm 550 MeV 7.18 keV 3.49 cm 5.49 cm World eIoni - 3 101 um -20 cm 2.21 cm 2.05 GeV 31.2 keV 15 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.4 um -5 cm 1.55 cm 8.5 keV 0 eV 0 fm 0 fm World initStep - 1 111 um -5.08 cm 1.55 cm 8.11 MeV 5.31 keV 1.54 mm 1.54 mm World eIoni - 2 1.33 mm -5.29 cm 1.57 cm 29.4 MeV 68.6 eV 2.54 mm 4.08 mm World eIoni - 3 2.9 mm -7.26 cm 1.61 cm 226 MeV 4.63 keV 1.97 cm 2.38 cm World eIoni - 4 3.86 mm -12.7 cm 1.63 cm 774 MeV 12.2 keV 5.48 cm 7.86 cm World eIoni - 5 3.99 mm -14.1 cm 1.63 cm 914 MeV 3.2 keV 1.4 cm 9.26 cm World eIoni - 6 4.02 mm -14.5 cm 1.63 cm 951 MeV 759 eV 3.75 mm 9.64 cm World eIoni - 7 4.37 mm -20 cm 1.64 cm 1.5 GeV 12.4 keV 5.48 cm 15.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm -14.5 cm 1.63 cm 6.28 keV 0 eV 0 fm 0 fm World initStep - 1 4.01 mm -14.6 cm 1.63 cm 4.77 MeV 6.28 keV 1.07 mm 1.07 mm World eIoni - 2 3.82 mm -14.6 cm 1.62 cm 10.3 MeV 0 eV 602 um 1.67 mm World eIoni - 3 2.87 mm -20 cm 1.56 cm 549 MeV 9.47 keV 5.39 cm 5.56 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.99 mm -14.1 cm 1.63 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 3.99 mm -14.1 cm 1.63 cm 220 keV 1.06 keV 57.9 um 57.9 um World eIoni - 2 3.98 mm -20 cm 1.63 cm 586 MeV 12.2 keV 6.29 cm 6.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.86 mm -12.7 cm 1.63 cm 3.29 keV 0 eV 0 fm 0 fm World initStep - 1 3.85 mm -12.8 cm 1.63 cm 1.52 MeV 3.29 keV 344 um 344 um World eIoni - 2 3.73 mm -13.6 cm 1.64 cm 83.1 MeV 1.22 keV 8.16 mm 8.51 mm World eIoni - 3 3.68 mm -16.8 cm 1.65 cm 411 MeV 4.57 keV 3.28 cm 4.13 cm World eIoni - 4 3.64 mm -20 cm 1.66 cm 726 MeV 4.9 keV 3.15 cm 7.28 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.68 mm -16.8 cm 1.65 cm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 3.68 mm -16.9 cm 1.65 cm 459 keV 1.65 keV 112 um 112 um World eIoni - 2 3.71 mm -20 cm 1.65 cm 315 MeV 5.57 keV 3.18 cm 3.19 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.9 mm -7.26 cm 1.61 cm 4.8 keV 0 eV 0 fm 0 fm World initStep - 1 2.9 mm -7.29 cm 1.61 cm 2.96 MeV 4.8 keV 663 um 663 um World eIoni - 2 2.91 mm -7.87 cm 1.61 cm 61.1 MeV 960 eV 5.82 mm 6.48 mm World eIoni - 3 3.03 mm -11.1 cm 1.63 cm 382 MeV 9.05 keV 3.21 cm 3.86 cm World eIoni - 4 3.33 mm -19.8 cm 1.64 cm 1.26 GeV 15.4 keV 8.76 cm 12.6 cm World eIoni - 5 3.33 mm -20 cm 1.64 cm 1.27 GeV 388 eV 1.57 mm 12.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.33 mm -19.8 cm 1.64 cm 10.8 keV 0 eV 0 fm 0 fm World initStep - 1 3.36 mm -19.9 cm 1.6 cm 7.3 MeV 2 keV 881 um 881 um World msc - 2 3.47 mm -19.9 cm 1.56 cm 10.7 MeV 232 eV 546 um 1.43 mm World msc - 3 3.52 mm -20 cm 1.55 cm 13.4 MeV 127 eV 322 um 1.75 mm World msc - 4 3.54 mm -20 cm 1.54 cm 14.7 MeV 0 eV 149 um 1.9 mm World eIoni - 5 3.55 mm -20 cm 1.53 cm 16 MeV 23.9 eV 140 um 2.04 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 mm -11.1 cm 1.63 cm 1.55 keV 0 eV 0 fm 0 fm World initStep - 1 3.03 mm -11.1 cm 1.63 cm 414 keV 1.55 keV 102 um 102 um World eIoni - 2 3.01 mm -20 cm 1.63 cm 892 MeV 14.9 keV 9.25 cm 9.27 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 26.6 um -1.55 cm 1.05 cm 1.31 keV 0 eV 0 fm 0 fm World initStep - 1 23.6 um -1.56 cm 1.05 cm 312 keV 1.31 keV 78.6 um 78.6 um World eIoni - 2 1.92 um -20 cm 1.05 cm 1.84 GeV 43.8 keV 21.2 cm 21.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -7.72 um -1.13 cm 9.34 mm 163 MeV 3.96 keV 1.56 cm 1.56 cm World eIoni - 2 -147 um -10.8 cm 1.93 cm 1.13 GeV 14.5 keV 9.71 cm 11.3 cm World eIoni - 3 -244 um -16.9 cm 2.15 cm 1.74 GeV 13.9 keV 6.1 cm 17.4 cm World eIoni - 4 -277 um -19.6 cm 2.23 cm 2.01 GeV 6.65 keV 2.76 cm 20.1 cm World eIoni - 5 -282 um -20 cm 2.24 cm 2.05 GeV 592 eV 3.74 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -277 um -19.6 cm 2.23 cm 5.54 keV 0 eV 0 fm 0 fm World initStep - 1 -295 um -19.6 cm 2.23 cm 2.41 MeV 1e+03 eV 300 um 300 um World eIoni - 2 -843 um -20 cm 2.21 cm 37.5 MeV 423 eV 3.59 mm 3.89 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -244 um -16.9 cm 2.15 cm 11.5 keV 0 eV 0 fm 0 fm World initStep - 1 -259 um -16.9 cm 2.15 cm 1.84 MeV 63.7 eV 191 um 191 um World eIoni - 2 -446 um -20 cm 2.13 cm 313 MeV 3.16 keV 3.12 cm 3.13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -259 um -16.9 cm 2.15 cm 6.57 keV 0 eV 0 fm 0 fm World initStep - 1 -273 um -16.9 cm 2.15 cm 5.19 MeV 6.57 keV 1.14 mm 1.14 mm World eIoni - 2 -1.34 mm -17.9 cm 1.98 cm 104 MeV 2.09 keV 1.05 cm 1.17 cm World eIoni - 3 -1.66 mm -20 cm 1.92 cm 311 MeV 3.73 keV 2.07 cm 3.24 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -147 um -10.8 cm 1.93 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 -144 um -10.8 cm 1.93 cm 360 keV 1.43 keV 89.7 um 89.7 um World eIoni - 2 -124 um -20 cm 1.93 cm 923 MeV 15.9 keV 9.69 cm 9.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.72 um -1.13 cm 9.34 mm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 -10.1 um -1.14 cm 9.34 mm 405 keV 1.53 keV 99.7 um 99.7 um World eIoni - 2 -25.2 um -20 cm 9.31 mm 1.89 GeV 35.7 keV 20.6 cm 20.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 163 um -6.16 cm 1.66 cm 666 MeV 11.5 keV 6.65 cm 6.65 cm World eIoni - 2 246 um -11.7 cm 1.97 cm 1.22 GeV 10.5 keV 5.54 cm 12.2 cm World eIoni - 3 251 um -12.1 cm 1.99 cm 1.26 GeV 1.01 keV 4.39 mm 12.6 cm World eIoni - 4 290 um -16.1 cm 2.13 cm 1.66 GeV 7.86 keV 3.94 cm 16.6 cm World eIoni - 5 311 um -18.6 cm 2.2 cm 1.91 GeV 6.84 keV 2.54 cm 19.1 cm World eIoni - 6 322 um -20 cm 2.23 cm 2.05 GeV 1.85 keV 1.39 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 311 um -18.6 cm 2.2 cm 2.53 keV 0 eV 0 fm 0 fm World initStep - 1 303 um -18.6 cm 2.2 cm 962 keV 2.53 keV 221 um 221 um World eIoni - 2 308 um -18.7 cm 2.2 cm 14.3 MeV 81 eV 1.34 mm 1.56 mm World eIoni - 3 333 um -20 cm 2.2 cm 139 MeV 3.67 keV 1.25 cm 1.41 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 290 um -16.1 cm 2.13 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 287 um -16.1 cm 2.13 cm 421 keV 1.57 keV 103 um 103 um World eIoni - 2 270 um -20 cm 2.12 cm 393 MeV 6.45 keV 3.99 cm 4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 251 um -12.1 cm 1.99 cm 4.99 keV 0 eV 0 fm 0 fm World initStep - 1 264 um -12.2 cm 1.99 cm 3.17 MeV 4.99 keV 711 um 711 um World eIoni - 2 270 um -12.2 cm 1.99 cm 9.46 MeV 156 eV 628 um 1.34 mm World eIoni - 3 309 um -20 cm 2 cm 787 MeV 11 keV 7.78 cm 7.91 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 246 um -11.7 cm 1.97 cm 17.3 keV 0 eV 0 fm 0 fm World initStep - 1 255 um -11.9 cm 1.98 cm 21.5 MeV 2.67 keV 2.84 mm 2.84 mm World eIoni - 2 -2.53 mm -13.8 cm 1.58 cm 210 MeV 5.04 keV 1.98 cm 2.27 cm World eIoni - 3 -3.86 mm -20 cm 1.37 cm 832 MeV 12.8 keV 6.23 cm 8.49 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 mm -13.8 cm 1.58 cm 11.1 keV 0 eV 0 fm 0 fm World initStep - 1 -2.57 mm -13.9 cm 1.59 cm 12.2 MeV 5.99 keV 1.94 mm 1.94 mm World eIoni - 2 -1.79 mm -13.9 cm 1.56 cm 13.8 MeV 191 eV 844 um 2.78 mm World eIoni - 3 3.14 mm -20 cm 1.43 cm 623 MeV 9.2 keV 6.16 cm 6.44 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm -13.9 cm 1.56 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 -1.79 mm -13.9 cm 1.56 cm 307 keV 1.23 keV 71.5 um 71.5 um World eIoni - 2 -1.77 mm -20 cm 1.57 cm 609 MeV 16.1 keV 6.35 cm 6.36 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 163 um -6.16 cm 1.66 cm 29.2 keV 0 eV 0 fm 0 fm World initStep - 1 247 um -6.57 cm 1.65 cm 42.8 MeV 4.73 keV 5.11 mm 5.11 mm World eIoni - 2 -1.61 mm -7.37 cm 1.47 cm 123 MeV 1.7 keV 8.47 mm 1.36 cm World eIoni - 3 -3.83 mm -10.9 cm 1.26 cm 472 MeV 6.36 keV 3.51 cm 4.87 cm World eIoni - 4 -4.58 mm -13.6 cm 1.18 cm 748 MeV 5.24 keV 2.76 cm 7.62 cm World eIoni - 5 -5.59 mm -20 cm 1.08 cm 1.38 GeV 14.1 keV 6.37 cm 14 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.58 mm -13.6 cm 1.18 cm 26.9 keV 0 eV 0 fm 0 fm World initStep - 1 -4.61 mm -14 cm 1.19 cm 38.2 MeV 7.46 keV 4.6 mm 4.6 mm World eIoni - 2 -8.09 mm -14.7 cm 1.54 cm 108 MeV 3.06 keV 8.81 mm 1.34 cm World eIoni - 3 -1.16 cm -17.8 cm 1.89 cm 420 MeV 6.04 keV 3.16 cm 4.5 cm World eIoni - 4 -1.26 cm -20 cm 2 cm 636 MeV 7 keV 2.17 cm 6.67 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm -17.8 cm 1.89 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 -1.16 cm -17.8 cm 1.89 cm 257 keV 1.17 keV 66.4 um 66.4 um World eIoni - 2 -1.16 cm -20 cm 1.89 cm 217 MeV 4.99 keV 2.21 cm 2.21 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm -10.9 cm 1.26 cm 1.44 keV 0 eV 0 fm 0 fm World initStep - 1 -3.83 mm -10.9 cm 1.26 cm 366 keV 1.44 keV 90.8 um 90.8 um World eIoni - 2 -3.82 mm -20 cm 1.26 cm 913 MeV 14.4 keV 9.57 cm 9.58 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 345 um -12.4 cm 2.03 cm 1.29 GeV 24.3 keV 12.9 cm 12.9 cm World eIoni - 2 577 um -16.3 cm 2.17 cm 1.68 GeV 8.3 keV 3.88 cm 16.8 cm World eIoni - 3 752 um -20 cm 2.28 cm 2.05 GeV 6.78 keV 3.71 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 577 um -16.3 cm 2.17 cm 1.76 keV 0 eV 0 fm 0 fm World initStep - 1 582 um -16.3 cm 2.17 cm 513 keV 1.76 keV 124 um 124 um World eIoni - 2 605 um -20 cm 2.17 cm 371 MeV 4.39 keV 3.75 cm 3.76 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 345 um -12.4 cm 2.03 cm 2.2 keV 0 eV 0 fm 0 fm World initStep - 1 338 um -12.4 cm 2.03 cm 753 keV 2.2 keV 176 um 176 um World eIoni - 2 -522 um -15.7 cm 2.26 cm 329 MeV 6.46 keV 3.3 cm 3.32 cm World eIoni - 3 -535 um -19.7 cm 2.29 cm 724 MeV 10.7 keV 3.96 cm 7.28 cm World eIoni - 4 -542 um -20 cm 2.29 cm 757 MeV 430 eV 3.33 mm 7.61 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -535 um -19.7 cm 2.29 cm 1.38 MeV 0 eV 0 fm 0 fm World initStep - 1 -152 um -20 cm 2.28 cm 35 MeV 1.49 keV 3.4 mm 3.4 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 515 um -12.3 cm 1.99 cm 1.28 GeV 23.5 keV 12.8 cm 12.8 cm World eIoni - 2 470 um -19.3 cm 2.2 cm 1.98 GeV 16.2 keV 6.96 cm 19.8 cm World eIoni - 3 466 um -20 cm 2.22 cm 2.05 GeV 2.23 keV 7.46 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 470 um -19.3 cm 2.2 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 468 um -19.3 cm 2.2 cm 234 keV 1.1 keV 61.2 um 61.2 um World eIoni - 2 458 um -20 cm 2.2 cm 74.6 MeV 1.37 keV 7.49 mm 7.55 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 515 um -12.3 cm 1.99 cm 11.2 keV 0 eV 0 fm 0 fm World initStep - 1 553 um -12.4 cm 1.99 cm 12.4 MeV 4.8 keV 1.95 mm 1.95 mm World eIoni - 2 1.22 mm -13.1 cm 1.79 cm 78 MeV 918 eV 7.02 mm 8.97 mm World eIoni - 3 2 mm -20 cm 1.57 cm 771 MeV 10.2 keV 6.94 cm 7.84 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 54.1 um -2.38 cm 1.23 cm 288 MeV 6.26 keV 2.84 cm 2.84 cm World eIoni - 2 147 um -20 cm 2.23 cm 2.05 GeV 45.2 keV 17.7 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 54.1 um -2.38 cm 1.23 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 56.8 um -2.38 cm 1.23 cm 293 keV 1.26 keV 74.6 um 74.6 um World eIoni - 2 -4.68 mm -19.4 cm 1.63 cm 1.7 GeV 45.7 keV 19.6 cm 19.6 cm World eIoni - 3 -8.88 mm -20 cm 2.16 cm 1.76 GeV 1.94 keV 9.1 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 16.6 um -9.1 mm 8.53 mm 141 MeV 1.56 keV 1.32 cm 1.32 cm World eIoni - 2 13 um -3.78 cm 1.43 cm 428 MeV 6.35 keV 2.93 cm 4.26 cm World eIoni - 3 31.7 um -13.1 cm 2.01 cm 1.36 GeV 21.8 keV 9.35 cm 13.6 cm World eIoni - 4 31.8 um -14.4 cm 2.05 cm 1.49 GeV 3.62 keV 1.3 cm 14.9 cm World eIoni - 5 32.1 um -20 cm 2.21 cm 2.05 GeV 11.4 keV 5.58 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 31.8 um -14.4 cm 2.05 cm 2.86 keV 0 eV 0 fm 0 fm World initStep - 1 23.6 um -14.4 cm 2.05 cm 1.19 MeV 2.86 keV 270 um 270 um World eIoni - 2 -7.74 um -14.6 cm 2.05 cm 18.6 MeV 118 eV 1.74 mm 2.01 mm World eIoni - 3 -42.1 um -20 cm 2.05 cm 558 MeV 9.63 keV 5.4 cm 5.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 31.7 um -13.1 cm 2.01 cm 10.3 keV 0 eV 0 fm 0 fm World initStep - 1 76.7 um -13.2 cm 2.01 cm 10.9 MeV 1.97 keV 1.82 mm 1.82 mm World eIoni - 2 -2.07 mm -13.8 cm 2.03 cm 71.9 MeV 750 eV 6.64 mm 8.46 mm World eIoni - 3 -2.98 mm -14.9 cm 2.04 cm 180 MeV 1.53 keV 1.08 cm 1.93 cm World eIoni - 4 -4.29 mm -20 cm 2.06 cm 689 MeV 13.3 keV 5.09 cm 7.02 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 mm -14.9 cm 2.04 cm 2.79 keV 0 eV 0 fm 0 fm World initStep - 1 -2.97 mm -14.9 cm 2.04 cm 1.14 MeV 2.79 keV 260 um 260 um World eIoni - 2 -2.95 mm -15 cm 2.04 cm 9.67 MeV 145 eV 853 um 1.11 mm World eIoni - 3 -2.95 mm -16.5 cm 2.05 cm 161 MeV 1.69 keV 1.52 cm 1.63 cm World eIoni - 4 -2.95 mm -19.6 cm 2.05 cm 470 MeV 5.81 keV 3.09 cm 4.72 cm World eIoni - 5 -2.95 mm -20 cm 2.06 cm 509 MeV 589 eV 3.88 mm 5.11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm -19.6 cm 2.05 cm 9.43 keV 0 eV 0 fm 0 fm World initStep - 1 -2.96 mm -19.7 cm 2.06 cm 9.57 MeV 7.31 keV 1.69 mm 1.69 mm World eIoni - 2 -3.11 mm -20 cm 1.85 cm 39.3 MeV 1.11 keV 3.92 mm 5.61 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm -16.5 cm 2.05 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 -2.95 mm -16.5 cm 2.05 cm 224 keV 1.07 keV 59 um 59 um World eIoni - 2 -2.94 mm -20 cm 2.05 cm 348 MeV 8.94 keV 3.62 cm 3.62 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 13 um -3.78 cm 1.43 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 9.59 um -3.78 cm 1.43 cm 292 keV 1.26 keV 74.2 um 74.2 um World eIoni - 2 -16.7 um -20 cm 1.43 cm 1.62 GeV 39.2 keV 18.6 cm 18.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 16.6 um -9.1 mm 8.53 mm 57.6 keV 0 eV 0 fm 0 fm World initStep - 1 215 um -1.95 cm 8.53 mm 106 MeV 10.2 keV 1.21 cm 1.21 cm World eIoni - 2 -7.62 mm -20 cm 2.6 cm 1.91 GeV 42.6 keV 18.2 cm 19.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -27 um -1.46 cm 1.03 cm 196 MeV 5.4 keV 1.9 cm 1.9 cm World eIoni - 2 -27.7 um -3.81 cm 1.43 cm 431 MeV 7.6 keV 2.39 cm 4.29 cm World eIoni - 3 -27.7 um -3.82 cm 1.43 cm 432 MeV 5.93 eV 28.4 um 4.29 cm World eIoni - 4 -29.7 um -5.33 cm 1.59 cm 583 MeV 2.44 keV 1.52 cm 5.82 cm World eIoni - 5 -32.2 um -12.5 cm 1.99 cm 1.3 GeV 17.7 keV 7.16 cm 13 cm World eIoni - 6 -35.1 um -20 cm 2.22 cm 2.05 GeV 14.1 keV 7.52 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -32.2 um -12.5 cm 1.99 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 -33.7 um -12.5 cm 1.99 cm 379 keV 1.47 keV 93.8 um 93.8 um World eIoni - 2 -42.5 um -20 cm 1.99 cm 752 MeV 15.6 keV 7.79 cm 7.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -29.7 um -5.33 cm 1.59 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 -26.5 um -5.33 cm 1.59 cm 252 keV 1.15 keV 65.3 um 65.3 um World eIoni - 2 5.22 mm -18.7 cm 4.38 mm 1.34 GeV 29 keV 15.5 cm 15.5 cm World eIoni - 3 -1.15 cm -20 cm -16.1 cm 1.46 GeV 40.5 keV 18.5 cm 34 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -27.7 um -3.82 cm 1.43 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 -30.6 um -3.82 cm 1.43 cm 372 keV 1.46 keV 92.3 um 92.3 um World eIoni - 2 -49.6 um -20 cm 1.43 cm 1.62 GeV 31.7 keV 17.6 cm 17.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -27.7 um -3.81 cm 1.43 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 -29.8 um -3.82 cm 1.43 cm 350 keV 1.4 keV 87.3 um 87.3 um World eIoni - 2 -44.6 um -20 cm 1.43 cm 1.62 GeV 29.3 keV 17.8 cm 17.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -27 um -1.46 cm 1.03 cm 1.5 keV 0 eV 0 fm 0 fm World initStep - 1 -29.8 um -1.47 cm 1.03 cm 390 keV 1.5 keV 96.3 um 96.3 um World eIoni - 2 -48.4 um -20 cm 1.03 cm 1.85 GeV 35 keV 20.3 cm 20.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -1.46 um -2.42 cm 1.23 cm 292 MeV 6.78 keV 2.88 cm 2.88 cm World eIoni - 2 -26.2 um -15.4 cm 2.1 cm 1.59 GeV 27.9 keV 13 cm 15.9 cm World eIoni - 3 -55.6 um -19 cm 2.2 cm 1.95 GeV 8.84 keV 3.53 cm 19.5 cm World eIoni - 4 -63.4 um -20 cm 2.23 cm 2.05 GeV 1.96 keV 1.05 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -55.6 um -19 cm 2.2 cm 3.6 keV 0 eV 0 fm 0 fm World initStep - 1 -62.1 um -19 cm 2.2 cm 1.48 MeV 662 eV 213 um 213 um World eIoni - 2 -816 um -20 cm 2.18 cm 105 MeV 1.75 keV 1.07 cm 1.09 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -26.2 um -15.4 cm 2.1 cm 9.85 keV 0 eV 0 fm 0 fm World initStep - 1 -55 um -15.5 cm 2.09 cm 4.31 MeV 924 eV 482 um 482 um World eIoni - 2 889 um -20 cm 2.25 cm 458 MeV 7.89 keV 4.55 cm 4.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 um -2.42 cm 1.23 cm 2.38 keV 0 eV 0 fm 0 fm World initStep - 1 -6.52 um -2.43 cm 1.23 cm 859 keV 2.38 keV 199 um 199 um World eIoni - 2 -18.4 um -2.49 cm 1.23 cm 7.45 MeV 57.3 eV 660 um 859 um World eIoni - 3 138 um -5.35 cm 1.25 cm 293 MeV 3.95 keV 2.86 cm 2.94 cm World eIoni - 4 145 um -5.65 cm 1.25 cm 323 MeV 741 eV 3.02 mm 3.24 cm World eIoni - 5 154 um -6.02 cm 1.26 cm 360 MeV 436 eV 3.73 mm 3.62 cm World eIoni - 6 165 um -6.63 cm 1.26 cm 421 MeV 1.29 keV 6.06 mm 4.22 cm World eIoni - 7 229 um -12.1 cm 1.29 cm 972 MeV 10.4 keV 5.51 cm 9.73 cm World eIoni - 8 301 um -20 cm 1.31 cm 1.76 GeV 16.2 keV 7.86 cm 17.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 229 um -12.1 cm 1.29 cm 41.9 keV 0 eV 0 fm 0 fm World initStep - 1 59.7 um -12.7 cm 1.29 cm 60.8 MeV 5.86 keV 6.86 mm 6.86 mm World eIoni - 2 -5.58 mm -20 cm 5.08 mm 788 MeV 16.7 keV 7.38 cm 8.07 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 59.7 um -12.7 cm 1.29 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 57 um -12.7 cm 1.29 cm 203 keV 1.01 keV 53.7 um 53.7 um World eIoni - 2 35.7 um -20 cm 1.29 cm 728 MeV 24.2 keV 8.09 cm 8.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 165 um -6.63 cm 1.26 cm 2.21 keV 0 eV 0 fm 0 fm World initStep - 1 162 um -6.64 cm 1.26 cm 760 keV 2.21 keV 178 um 178 um World eIoni - 2 156 um -6.7 cm 1.26 cm 6.72 MeV 143 eV 596 um 773 um World eIoni - 3 126 um -20 cm 1.26 cm 1.34 GeV 15.9 keV 13.3 cm 13.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 154 um -6.02 cm 1.26 cm 2.59 keV 0 eV 0 fm 0 fm World initStep - 1 157 um -6.03 cm 1.26 cm 1 MeV 2.59 keV 230 um 230 um World eIoni - 2 602 um -7.54 cm 1.21 cm 151 MeV 1.29 keV 1.5 cm 1.53 cm World eIoni - 3 607 um -7.61 cm 1.21 cm 159 MeV 58.6 eV 732 um 1.6 cm World eIoni - 4 717 um -13.6 cm 1.21 cm 754 MeV 7.64 keV 5.96 cm 7.56 cm World eIoni - 5 725 um -14.4 cm 1.21 cm 838 MeV 1.07 keV 8.38 mm 8.4 cm World eIoni - 6 764 um -20 cm 1.21 cm 1.4 GeV 10 keV 5.59 cm 14 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 725 um -14.4 cm 1.21 cm 3.46 keV 0 eV 0 fm 0 fm World initStep - 1 730 um -14.4 cm 1.21 cm 1.66 MeV 3.46 keV 374 um 374 um World eIoni - 2 728 um -14.5 cm 1.21 cm 12.8 MeV 297 eV 1.11 mm 1.49 mm World eIoni - 3 688 um -20 cm 1.22 cm 559 MeV 7.72 keV 5.47 cm 5.62 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 717 um -13.6 cm 1.21 cm 2.31 keV 0 eV 0 fm 0 fm World initStep - 1 711 um -13.6 cm 1.21 cm 818 keV 2.31 keV 190 um 190 um World eIoni - 2 400 um -14.4 cm 1.21 cm 84.1 MeV 1.19 keV 8.34 mm 8.53 mm World eIoni - 3 76.8 um -16.3 cm 1.2 cm 270 MeV 4.52 keV 1.86 cm 2.71 cm World eIoni - 4 -171 um -20 cm 1.2 cm 643 MeV 7.24 keV 3.73 cm 6.44 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.8 um -16.3 cm 1.2 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 78.6 um -16.3 cm 1.2 cm 289 keV 1.25 keV 73.7 um 73.7 um World eIoni - 2 89 um -20 cm 1.2 cm 373 MeV 4.75 keV 3.84 cm 3.84 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 607 um -7.61 cm 1.21 cm 1.99 keV 0 eV 0 fm 0 fm World initStep - 1 613 um -7.61 cm 1.21 cm 633 keV 1.99 keV 150 um 150 um World eIoni - 2 644 um -20 cm 1.21 cm 1.24 GeV 20 keV 12.7 cm 12.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 145 um -5.65 cm 1.25 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 142 um -5.65 cm 1.25 cm 357 keV 1.42 keV 89 um 89 um World eIoni - 2 119 um -20 cm 1.25 cm 1.43 GeV 23.5 keV 15.6 cm 15.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 138 um -5.35 cm 1.25 cm 5.51 keV 0 eV 0 fm 0 fm World initStep - 1 131 um -5.38 cm 1.25 cm 3.78 MeV 5.51 keV 848 um 848 um World eIoni - 2 122 um -5.6 cm 1.25 cm 25.4 MeV 194 eV 2.16 mm 3.01 mm World eIoni - 3 -82.5 um -8 cm 1.27 cm 266 MeV 3.05 keV 2.4 cm 2.7 cm World eIoni - 4 -86.5 um -8.22 cm 1.27 cm 287 MeV 946 eV 2.15 mm 2.92 cm World eIoni - 5 -132 um -14.4 cm 1.28 cm 904 MeV 14.3 keV 6.17 cm 9.09 cm World eIoni - 6 -141 um -20 cm 1.29 cm 1.47 GeV 10.9 keV 5.61 cm 14.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -132 um -14.4 cm 1.28 cm 4.65 keV 0 eV 0 fm 0 fm World initStep - 1 -114 um -14.4 cm 1.28 cm 2.79 MeV 4.65 keV 626 um 626 um World eIoni - 2 -112 um -15.4 cm 1.3 cm 96.6 MeV 410 eV 9.38 mm 1 cm World eIoni - 3 282 um -20 cm 1.33 cm 561 MeV 10.7 keV 4.65 cm 5.65 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -86.5 um -8.22 cm 1.27 cm 2.92 keV 0 eV 0 fm 0 fm World initStep - 1 -81.3 um -8.23 cm 1.27 cm 1.23 MeV 2.92 keV 281 um 281 um World eIoni - 2 -161 um -8.78 cm 1.28 cm 55.8 MeV 693 eV 5.46 mm 5.74 mm World eIoni - 3 -392 um -20 cm 1.3 cm 1.18 GeV 23.5 keV 11.2 cm 11.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -82.5 um -8 cm 1.27 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 -85.2 um -8.01 cm 1.27 cm 250 keV 1.15 keV 64.9 um 64.9 um World eIoni - 2 -107 um -20 cm 1.26 cm 1.2 GeV 27.7 keV 13.6 cm 13.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -164 um -5.41 cm 1.59 cm 591 MeV 10.9 keV 5.9 cm 5.9 cm World eIoni - 2 -165 um -5.49 cm 1.6 cm 599 MeV 187 eV 806 um 5.98 cm World eIoni - 3 -216 um -9.53 cm 1.85 cm 1 GeV 6.4 keV 4.04 cm 10 cm World eIoni - 4 -286 um -19.1 cm 2.19 cm 1.96 GeV 19.4 keV 9.63 cm 19.6 cm World eIoni - 5 -291 um -20 cm 2.21 cm 2.05 GeV 3.04 keV 8.51 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -286 um -19.1 cm 2.19 cm 2.17 keV 0 eV 0 fm 0 fm World initStep - 1 -289 um -19.2 cm 2.19 cm 731 keV 2.17 keV 171 um 171 um World eIoni - 2 -297 um -20 cm 2.19 cm 85.1 MeV 1.43 keV 8.45 mm 8.62 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -216 um -9.53 cm 1.85 cm 2.21 keV 0 eV 0 fm 0 fm World initStep - 1 -216 um -9.53 cm 1.85 cm 756 keV 2.21 keV 177 um 177 um World eIoni - 2 13.5 um -10.2 cm 1.85 cm 72.5 MeV 995 eV 7.18 mm 7.36 mm World eIoni - 3 627 um -20 cm 1.84 cm 1.05 GeV 19 keV 9.75 cm 10.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -165 um -5.49 cm 1.6 cm 1.67 keV 0 eV 0 fm 0 fm World initStep - 1 -164 um -5.5 cm 1.6 cm 468 keV 1.67 keV 114 um 114 um World eIoni - 2 -160 um -20 cm 1.59 cm 1.45 GeV 21.7 keV 15.3 cm 15.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -164 um -5.41 cm 1.59 cm 1.76 keV 0 eV 0 fm 0 fm World initStep - 1 -158 um -5.42 cm 1.59 cm 515 keV 1.76 keV 124 um 124 um World eIoni - 2 -129 um -20 cm 1.59 cm 1.46 GeV 25.5 keV 15.2 cm 15.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -335 um -9.64 cm 1.85 cm 1.01 GeV 19.1 keV 10.1 cm 10.1 cm World eIoni - 2 -546 um -20 cm 2.22 cm 2.05 GeV 24.3 keV 10.4 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -335 um -9.64 cm 1.85 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 -334 um -9.64 cm 1.85 cm 279 keV 1.23 keV 71.5 um 71.5 um World eIoni - 2 -329 um -20 cm 1.85 cm 1.04 GeV 23 keV 11.3 cm 11.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 257 um -17.7 cm 2.07 cm 1.82 GeV 36.5 keV 18.2 cm 18.2 cm World eIoni - 2 309 um -20 cm 2.12 cm 2.05 GeV 3.56 keV 2.35 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 257 um -17.7 cm 2.07 cm 3.79 keV 0 eV 0 fm 0 fm World initStep - 1 271 um -17.7 cm 2.07 cm 1.95 MeV 3.79 keV 438 um 438 um World eIoni - 2 377 um -18.5 cm 2.06 cm 83.7 MeV 1.55 keV 8.18 mm 8.62 mm World eIoni - 3 444 um -20 cm 2.05 cm 235 MeV 5.19 keV 1.51 cm 2.37 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 62.9 um -2.63 cm 1.27 cm 313 MeV 7.01 keV 3.1 cm 3.1 cm World eIoni - 2 124 um -8.53 cm 1.81 cm 903 MeV 11.4 keV 5.93 cm 9.02 cm World eIoni - 3 162 um -20 cm 2.23 cm 2.05 GeV 27.3 keV 11.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 124 um -8.53 cm 1.81 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 125 um -8.54 cm 1.81 cm 202 keV 1.01 keV 53.8 um 53.8 um World eIoni - 2 -1.35 cm -17.9 cm 2.65 mm 938 MeV 29.5 keV 10.9 cm 10.9 cm World eIoni - 3 -1.78 cm -19.9 cm -2.28 mm 1.14 GeV 5.54 keV 2.11 cm 13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 62.9 um -2.63 cm 1.27 cm 3.04 keV 0 eV 0 fm 0 fm World initStep - 1 62.3 um -2.65 cm 1.27 cm 1.32 MeV 3.04 keV 299 um 299 um World eIoni - 2 -91 um -3.34 cm 1.27 cm 70.6 MeV 706 eV 6.93 mm 7.23 mm World eIoni - 3 -443 um -20 cm 1.3 cm 1.74 GeV 29.6 keV 16.7 cm 17.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 23.7 um -1.35 cm 9.99 mm 185 MeV 3.39 keV 1.79 cm 1.79 cm World eIoni - 2 63.3 um -3.3 cm 1.37 cm 380 MeV 3.25 keV 1.99 cm 3.77 cm World eIoni - 3 175 um -20 cm 2.23 cm 2.05 GeV 38 keV 16.7 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.3 um -3.3 cm 1.37 cm 9.19 keV 0 eV 0 fm 0 fm World initStep - 1 30.7 um -3.36 cm 1.37 cm 6.16 MeV 2.83 keV 774 um 774 um World eIoni - 2 -3.61 mm -8.09 cm 1.25 cm 479 MeV 7.33 keV 4.78 cm 4.86 cm World eIoni - 3 -4.41 mm -14.5 cm 1.2 cm 1.13 GeV 13.7 keV 6.46 cm 11.3 cm World eIoni - 4 -4.79 mm -20 cm 1.18 cm 1.67 GeV 14.2 keV 5.45 cm 16.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.41 mm -14.5 cm 1.2 cm 1.2 keV 0 eV 0 fm 0 fm World initStep - 1 -4.41 mm -14.6 cm 1.2 cm 267 keV 1.2 keV 68.8 um 68.8 um World eIoni - 2 -4.4 mm -20 cm 1.2 cm 545 MeV 11.7 keV 5.7 cm 5.71 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 mm -8.09 cm 1.25 cm 1.58 keV 0 eV 0 fm 0 fm World initStep - 1 -3.6 mm -8.09 cm 1.25 cm 428 keV 1.58 keV 105 um 105 um World eIoni - 2 -3.58 mm -20 cm 1.25 cm 1.19 GeV 24.1 keV 12.5 cm 12.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 23.7 um -1.35 cm 9.99 mm 5.29 keV 0 eV 0 fm 0 fm World initStep - 1 9.31 um -1.38 cm 9.98 mm 3.52 MeV 5.29 keV 789 um 789 um World eIoni - 2 -13.5 um -2.47 cm 9.82 mm 112 MeV 2.14 keV 1.09 cm 1.17 cm World eIoni - 3 -137 um -8.93 cm 9.25 mm 758 MeV 13.1 keV 6.45 cm 7.62 cm World eIoni - 4 -132 um -20 cm 8.98 mm 1.87 GeV 22.2 keV 11.1 cm 18.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -137 um -8.93 cm 9.25 mm 2.61 keV 0 eV 0 fm 0 fm World initStep - 1 -144 um -8.94 cm 9.24 mm 1.01 MeV 2.61 keV 233 um 233 um World eIoni - 2 -153 um -9.16 cm 9.19 mm 23.9 MeV 525 eV 2.28 mm 2.52 mm World eIoni - 3 -158 um -10 cm 9.18 mm 112 MeV 1.5 keV 8.83 mm 1.14 cm World eIoni - 4 -159 um -10.1 cm 9.18 mm 117 MeV 36.2 eV 474 um 1.18 cm World eIoni - 5 -198 um -20 cm 9.17 mm 1.11 GeV 20.7 keV 9.9 cm 11.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -159 um -10.1 cm 9.18 mm 5.25 keV 0 eV 0 fm 0 fm World initStep - 1 -174 um -10.1 cm 9.17 mm 3.48 MeV 5.25 keV 778 um 778 um World eIoni - 2 -180 um -10.2 cm 9.17 mm 9.29 MeV 74.9 eV 582 um 1.36 mm World eIoni - 3 447 um -15.8 cm 9.41 mm 568 MeV 10.1 keV 5.59 cm 5.73 cm World eIoni - 4 754 um -20 cm 1.04 cm 991 MeV 7.17 keV 4.23 cm 9.95 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 447 um -15.8 cm 9.41 mm 1.78 keV 0 eV 0 fm 0 fm World initStep - 1 451 um -15.8 cm 9.4 mm 521 keV 1.78 keV 125 um 125 um World eIoni - 2 469 um -20 cm 9.39 mm 422 MeV 9.32 keV 4.27 cm 4.28 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -158 um -10 cm 9.18 mm 8.51 keV 0 eV 0 fm 0 fm World initStep - 1 -192 um -10.1 cm 9.17 mm 8.12 MeV 4.75 keV 1.54 mm 1.54 mm World eIoni - 2 -441 um -10.5 cm 8.56 mm 49.2 MeV 464 eV 4.18 mm 5.72 mm World eIoni - 3 -780 um -13.8 cm 7.78 mm 376 MeV 6.29 keV 3.27 cm 3.84 cm World eIoni - 4 -909 um -20 cm 7.39 mm 996 MeV 10.4 keV 6.19 cm 10 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -780 um -13.8 cm 7.78 mm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 -783 um -13.8 cm 7.78 mm 211 keV 1.04 keV 56 um 56 um World eIoni - 2 -802 um -20 cm 7.77 mm 619 MeV 18.6 keV 6.72 cm 6.73 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 401 um -11.7 cm 1.93 cm 1.22 GeV 23.7 keV 12.2 cm 12.2 cm World eIoni - 2 524 um -20 cm 2.18 cm 2.05 GeV 14.1 keV 8.33 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 401 um -11.7 cm 1.93 cm 4.31 keV 0 eV 0 fm 0 fm World initStep - 1 416 um -11.7 cm 1.93 cm 2.45 MeV 4.31 keV 549 um 549 um World eIoni - 2 422 um -11.7 cm 1.93 cm 7.6 MeV 27.9 eV 515 um 1.06 mm World eIoni - 3 296 um -14.8 cm 1.9 cm 311 MeV 5.92 keV 3.03 cm 3.14 cm World eIoni - 4 495 um -20 cm 1.85 cm 833 MeV 9.32 keV 5.22 cm 8.36 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 296 um -14.8 cm 1.9 cm 7.24 keV 0 eV 0 fm 0 fm World initStep - 1 266 um -14.8 cm 1.9 cm 6.16 MeV 5.09 keV 1.3 mm 1.3 mm World eIoni - 2 -455 um -14.9 cm 1.85 cm 9.79 MeV 1.47 keV 1.01 mm 2.31 mm World eIoni - 3 -2.58 mm -20 cm 1.71 cm 522 MeV 8.2 keV 5.15 cm 5.38 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 627 um -14.4 cm 2.08 cm 1.49 GeV 23.6 keV 14.9 cm 14.9 cm World eIoni - 2 760 um -20 cm 2.25 cm 2.05 GeV 13.1 keV 5.63 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 627 um -14.4 cm 2.08 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 624 um -14.4 cm 2.08 cm 252 keV 1.15 keV 65.3 um 65.3 um World eIoni - 2 605 um -20 cm 2.08 cm 562 MeV 10.9 keV 5.93 cm 5.94 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 93.5 um -3.62 cm 1.41 cm 412 MeV 7.15 keV 4.1 cm 4.1 cm World eIoni - 2 164 um -6.09 cm 1.64 cm 659 MeV 3.65 keV 2.48 cm 6.58 cm World eIoni - 3 226 um -8.64 cm 1.81 cm 914 MeV 6.41 keV 2.56 cm 9.13 cm World eIoni - 4 271 um -11.1 cm 1.93 cm 1.16 GeV 4.11 keV 2.45 cm 11.6 cm World eIoni - 5 329 um -15.1 cm 2.07 cm 1.56 GeV 12.5 keV 3.98 cm 15.6 cm World eIoni - 6 386 um -20 cm 2.21 cm 2.05 GeV 11.3 keV 4.93 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 329 um -15.1 cm 2.07 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 326 um -15.1 cm 2.07 cm 275 keV 1.21 keV 70.4 um 70.4 um World eIoni - 2 310 um -20 cm 2.08 cm 493 MeV 10.6 keV 5.13 cm 5.14 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 271 um -11.1 cm 1.93 cm 2 keV 0 eV 0 fm 0 fm World initStep - 1 265 um -11.1 cm 1.93 cm 635 keV 2 keV 150 um 150 um World eIoni - 2 236 um -20 cm 1.93 cm 891 MeV 10.9 keV 9.08 cm 9.09 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 226 um -8.64 cm 1.81 cm 1.82 keV 0 eV 0 fm 0 fm World initStep - 1 225 um -8.65 cm 1.81 cm 544 keV 1.82 keV 130 um 130 um World eIoni - 2 216 um -20 cm 1.81 cm 1.14 GeV 19.5 keV 11.7 cm 11.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 164 um -6.09 cm 1.64 cm 4.37 keV 0 eV 0 fm 0 fm World initStep - 1 166 um -6.11 cm 1.64 cm 2.51 MeV 4.37 keV 563 um 563 um World eIoni - 2 166 um -6.16 cm 1.64 cm 7.43 MeV 11.5 eV 492 um 1.05 mm World eIoni - 3 183 um -7.68 cm 1.63 cm 159 MeV 2.04 keV 1.52 cm 1.62 cm World eIoni - 4 182 um -8.65 cm 1.62 cm 256 MeV 2.17 keV 9.68 mm 2.59 cm World eIoni - 5 183 um -9.31 cm 1.62 cm 322 MeV 1.48 keV 6.64 mm 3.25 cm World eBrem - 6 203 um -20 cm 1.61 cm 1.39 GeV 19.4 keV 10.7 cm 13.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 182 um -8.65 cm 1.62 cm 5.06 keV 0 eV 0 fm 0 fm World initStep - 1 164 um -8.68 cm 1.62 cm 3.25 MeV 5.06 keV 728 um 728 um World eIoni - 2 158 um -8.72 cm 1.62 cm 7.46 MeV 0 eV 421 um 1.15 mm World eIoni - 3 118 um -20 cm 1.63 cm 1.14 GeV 19.4 keV 11.3 cm 11.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 183 um -7.68 cm 1.63 cm 4.64 keV 0 eV 0 fm 0 fm World initStep - 1 168 um -7.7 cm 1.62 cm 2.79 MeV 4.64 keV 626 um 626 um World eIoni - 2 170 um -8.01 cm 1.62 cm 33.4 MeV 395 eV 3.06 mm 3.68 mm World eIoni - 3 119 um -20 cm 1.6 cm 1.23 GeV 21.8 keV 12 cm 12.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 93.5 um -3.62 cm 1.41 cm 1.86 keV 0 eV 0 fm 0 fm World initStep - 1 91.3 um -3.63 cm 1.41 cm 560 keV 1.86 keV 134 um 134 um World eIoni - 2 78.8 um -20 cm 1.4 cm 1.64 GeV 24.1 keV 17.1 cm 17.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 53.9 um -20 cm 2.17 cm 2.05 GeV 43.2 keV 20.5 cm 20.5 cm World eIoni - 2 53.9 um -20 cm 2.17 cm 2.05 GeV 317 eV 476 um 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 53.9 um -20 cm 2.17 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 49.7 um -20 cm 2.17 cm 349 keV 1.4 keV 87.1 um 87.1 um World eIoni - 2 43.1 um -20 cm 2.17 cm 4.77 MeV 0 eV 443 um 530 um OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 26.3 um -1.31 cm 9.88 mm 181 MeV 2.7 keV 1.75 cm 1.75 cm World eIoni - 2 93.5 um -20 cm 2.22 cm 2.05 GeV 38.5 keV 18.8 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 26.3 um -1.31 cm 9.88 mm 2.68 keV 0 eV 0 fm 0 fm World initStep - 1 33.1 um -1.32 cm 9.87 mm 1.06 MeV 2.68 keV 242 um 242 um World eIoni - 2 67 um -1.58 cm 9.83 mm 26.3 MeV 622 eV 2.52 mm 2.77 mm World eIoni - 3 -232 um -8.99 cm 9.94 mm 767 MeV 8.7 keV 7.41 cm 7.69 cm World eIoni - 4 -312 um -14.1 cm 9.95 mm 1.28 GeV 11.5 keV 5.1 cm 12.8 cm World eIoni - 5 -323 um -14.9 cm 9.95 mm 1.36 GeV 3.71 keV 8.66 mm 13.6 cm World eIoni - 6 -375 um -19.1 cm 9.95 mm 1.78 GeV 9.32 keV 4.18 cm 17.8 cm World eIoni - 7 -384 um -20 cm 9.95 mm 1.87 GeV 780 eV 8.69 mm 18.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -375 um -19.1 cm 9.95 mm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 -378 um -19.1 cm 9.95 mm 491 keV 1.72 keV 119 um 119 um World eIoni - 2 -388 um -20 cm 9.97 mm 87 MeV 2.66 keV 8.67 mm 8.79 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -323 um -14.9 cm 9.95 mm 45.1 keV 0 eV 0 fm 0 fm World initStep - 1 -269 um -15.7 cm 1.01 cm 80.4 MeV 4.92 keV 9.4 mm 9.4 mm World eIoni - 2 -2.97 mm -16.1 cm 8.2 mm 116 MeV 1.13 keV 4.93 mm 1.43 cm World eIoni - 3 -1.12 cm -20 cm 2.34 mm 504 MeV 9.93 keV 4.03 cm 5.47 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -312 um -14.1 cm 9.95 mm 6.23 keV 0 eV 0 fm 0 fm World initStep - 1 -317 um -14.1 cm 9.92 mm 4.72 MeV 6.23 keV 1.05 mm 1.05 mm World eIoni - 2 -2.75 um -14.9 cm 8.42 mm 80.2 MeV 1.02 keV 8.47 mm 9.52 mm World eIoni - 3 25.6 um -15.6 cm 8.25 mm 154 MeV 1.72 keV 7.38 mm 1.69 cm World eIoni - 4 129 um -19.9 cm 7.87 mm 582 MeV 8.58 keV 4.28 cm 5.97 cm World eIoni - 5 131 um -20 cm 7.87 mm 592 MeV 145 eV 954 um 6.07 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 129 um -19.9 cm 7.87 mm 3.2 keV 0 eV 0 fm 0 fm World initStep - 1 117 um -19.9 cm 7.87 mm 1.45 MeV 3.2 keV 327 um 327 um World eIoni - 2 108 um -20 cm 7.87 mm 9.65 MeV 97.4 eV 820 um 1.15 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 25.6 um -15.6 cm 8.25 mm 2.14 keV 0 eV 0 fm 0 fm World initStep - 1 18.6 um -15.6 cm 8.25 mm 716 keV 2.14 keV 168 um 168 um World eIoni - 2 63.1 um -16.7 cm 7.78 mm 108 MeV 1.06 keV 1.07 cm 1.09 cm World eIoni - 3 -99.2 um -20 cm 6.26 mm 438 MeV 6.8 keV 3.31 cm 4.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.1 um -16.7 cm 7.78 mm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 60.7 um -16.7 cm 7.78 mm 335 keV 1.37 keV 83.9 um 83.9 um World eIoni - 2 47 um -20 cm 7.76 mm 330 MeV 6.5 keV 3.36 cm 3.37 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -232 um -8.99 cm 9.94 mm 2.13 keV 0 eV 0 fm 0 fm World initStep - 1 -236 um -8.99 cm 9.94 mm 712 keV 2.13 keV 167 um 167 um World eIoni - 2 -421 um -9.74 cm 9.71 mm 75.1 MeV 1.23 keV 7.45 mm 7.61 mm World eIoni - 3 -793 um -20 cm 9.62 mm 1.1 GeV 23.2 keV 10.3 cm 11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -421 um -9.74 cm 9.71 mm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 -418 um -9.74 cm 9.7 mm 385 keV 1.49 keV 95.2 um 95.2 um World eIoni - 2 -394 um -20 cm 9.69 mm 1.03 GeV 20.7 keV 10.8 cm 10.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 43.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 30.4 um -3.38 cm 1.39 cm 388 MeV 8.09 keV 3.85 cm 3.85 cm World eIoni - 2 29.6 um -5.05 cm 1.57 cm 555 MeV 4.94 keV 1.68 cm 5.53 cm World eIoni - 3 24 um -7.68 cm 1.77 cm 818 MeV 5.46 keV 2.64 cm 8.18 cm World eIoni - 4 24.1 um -8.13 cm 1.8 cm 863 MeV 1.28 keV 4.5 mm 8.63 cm World eIoni - 5 22.2 um -20 cm 2.24 cm 2.05 GeV 20.3 keV 11.9 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 24.1 um -8.13 cm 1.8 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 26.7 um -8.14 cm 1.8 cm 235 keV 1.11 keV 61.5 um 61.5 um World eIoni - 2 48.7 um -20 cm 1.8 cm 1.19 GeV 22.5 keV 13.7 cm 13.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 24 um -7.68 cm 1.77 cm 16.9 keV 0 eV 0 fm 0 fm World initStep - 1 -38.9 um -7.88 cm 1.77 cm 21 MeV 4.94 keV 2.78 mm 2.78 mm World eIoni - 2 1.06 mm -8.09 cm 1.66 cm 41.3 MeV 666 eV 2.55 mm 5.33 mm World eIoni - 3 4.26 mm -13.2 cm 1.34 cm 551 MeV 11.5 keV 5.13 cm 5.66 cm World eIoni - 4 4.99 mm -17.9 cm 1.27 cm 1.03 GeV 9.36 keV 4.75 cm 10.4 cm World eIoni - 5 5.2 mm -20 cm 1.24 cm 1.23 GeV 2.82 keV 2.06 cm 12.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.99 mm -17.9 cm 1.27 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 4.99 mm -17.9 cm 1.26 cm 226 keV 1.08 keV 59.3 um 59.3 um World eIoni - 2 4.98 mm -20 cm 1.26 cm 207 MeV 6.46 keV 2.11 cm 2.12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm -13.2 cm 1.34 cm 2.33 keV 0 eV 0 fm 0 fm World initStep - 1 4.27 mm -13.2 cm 1.34 cm 828 keV 2.33 keV 192 um 192 um World eIoni - 2 4.55 mm -14.5 cm 1.4 cm 134 MeV 1.95 keV 1.34 cm 1.36 cm World eIoni - 3 6.24 mm -20 cm 1.36 cm 681 MeV 13.3 keV 5.47 cm 6.83 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 29.6 um -5.05 cm 1.57 cm 14 keV 0 eV 0 fm 0 fm World initStep - 1 78 um -5.14 cm 1.57 cm 9.8 MeV 2.76 keV 1.13 mm 1.13 mm World eIoni - 2 -134 um -20 cm 1.64 cm 1.5 GeV 24.7 keV 14.9 cm 15 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 30.4 um -3.38 cm 1.39 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 27.9 um -3.38 cm 1.39 cm 219 keV 1.06 keV 57.8 um 57.8 um World eIoni - 2 -4.54 cm -14.1 cm 1.14 cm 1.07 GeV 22.4 keV 12.4 cm 12.4 cm WorldTransportation - 3 -6.01 cm -19.1 cm 4.32 cm 1.57 GeV 11 keV 6.1 cm 18.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -677 um -16.4 cm 2.08 cm 1.69 GeV 29.5 keV 16.9 cm 16.9 cm World eIoni - 2 -855 um -20 cm 2.17 cm 2.05 GeV 9.87 keV 3.63 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -677 um -16.4 cm 2.08 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 -674 um -16.4 cm 2.08 cm 319 keV 1.33 keV 80.3 um 80.3 um World eIoni - 2 -655 um -20 cm 2.08 cm 362 MeV 5.6 keV 3.7 cm 3.71 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 845 um -18.2 cm 2.13 cm 1.87 GeV 34.9 keV 18.7 cm 18.7 cm World eIoni - 2 951 um -20 cm 2.17 cm 2.05 GeV 2.69 keV 1.81 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 845 um -18.2 cm 2.13 cm 1.92 keV 0 eV 0 fm 0 fm World initStep - 1 840 um -18.2 cm 2.13 cm 594 keV 1.92 keV 141 um 141 um World eIoni - 2 823 um -20 cm 2.13 cm 181 MeV 1.92 keV 1.81 cm 1.82 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -50.1 um -3.02 cm 1.33 cm 352 MeV 6.82 keV 3.49 cm 3.49 cm World eIoni - 2 -139 um -18.4 cm 2.2 cm 1.89 GeV 36.8 keV 15.5 cm 18.9 cm World eIoni - 3 -130 um -20 cm 2.24 cm 2.05 GeV 3.77 keV 1.56 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -139 um -18.4 cm 2.2 cm 83.7 keV 0 eV 0 fm 0 fm World initStep - 1 -353 um -20 cm 2.2 cm 157 MeV 5.38 keV 1.74 cm 1.74 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -50.1 um -3.02 cm 1.33 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 -52.7 um -3.02 cm 1.33 cm 279 keV 1.23 keV 71.4 um 71.4 um World eIoni - 2 -3.39 mm -18.8 cm 1.67 mm 1.58 GeV 41.5 keV 18.2 cm 18.2 cm World eIoni - 3 -1.39 cm -20 cm -1.35 cm 1.69 GeV 3.27 keV 2.19 cm 20.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 76.3 um -3.88 cm 1.43 cm 438 MeV 8.62 keV 4.35 cm 4.35 cm World eIoni - 2 124 um -4.74 cm 1.52 cm 523 MeV 2.93 keV 8.68 mm 5.22 cm World eIoni - 3 229 um -7.46 cm 1.73 cm 795 MeV 4.54 keV 2.73 cm 7.95 cm World eIoni - 4 397 um -14.4 cm 2.04 cm 1.48 GeV 16.4 keV 6.9 cm 14.9 cm World eIoni - 5 471 um -18.8 cm 2.17 cm 1.93 GeV 8.19 keV 4.45 cm 19.3 cm World eIoni - 6 489 um -20 cm 2.2 cm 2.05 GeV 2.77 keV 1.19 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 471 um -18.8 cm 2.17 cm 1.58 keV 0 eV 0 fm 0 fm World initStep - 1 466 um -18.8 cm 2.17 cm 429 keV 1.58 keV 105 um 105 um World eIoni - 2 447 um -20 cm 2.17 cm 119 MeV 1.34 keV 1.19 cm 1.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 397 um -14.4 cm 2.04 cm 4.03 keV 0 eV 0 fm 0 fm World initStep - 1 384 um -14.4 cm 2.04 cm 2.17 MeV 4.03 keV 488 um 488 um World eIoni - 2 373 um -14.5 cm 2.04 cm 14.4 MeV 86.8 eV 1.23 mm 1.72 mm World eIoni - 3 354 um -20 cm 2.03 cm 565 MeV 9.28 keV 5.5 cm 5.67 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 229 um -7.46 cm 1.73 cm 12.5 keV 0 eV 0 fm 0 fm World initStep - 1 180 um -7.57 cm 1.73 cm 11.3 MeV 2.43 keV 1.45 mm 1.45 mm World eIoni - 2 -2.39 mm -8.32 cm 1.56 cm 86 MeV 1.74 keV 8.48 mm 9.93 mm World eIoni - 3 -4.09 mm -12.7 cm 1.45 cm 529 MeV 10.4 keV 4.44 cm 5.43 cm World eIoni - 4 -4.75 mm -18.4 cm 1.4 cm 1.09 GeV 10.3 keV 5.63 cm 11.1 cm World eIoni - 5 -4.87 mm -20 cm 1.39 cm 1.25 GeV 3.26 keV 1.61 cm 12.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.75 mm -18.4 cm 1.4 cm 2.6 keV 0 eV 0 fm 0 fm World initStep - 1 -4.74 mm -18.4 cm 1.4 cm 1 MeV 2.6 keV 230 um 230 um World eIoni - 2 -4.72 mm -20 cm 1.4 cm 162 MeV 2.46 keV 1.61 cm 1.63 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.09 mm -12.7 cm 1.45 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -4.09 mm -12.8 cm 1.45 cm 225 keV 1.08 keV 59.1 um 59.1 um World eIoni - 2 -4.11 mm -20 cm 1.45 cm 725 MeV 14.3 keV 7.91 cm 7.91 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 mm -8.32 cm 1.56 cm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 -2.39 mm -8.32 cm 1.56 cm 403 keV 1.53 keV 99.3 um 99.3 um World eIoni - 2 -2.36 mm -20 cm 1.56 cm 1.17 GeV 22.2 keV 12.3 cm 12.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 124 um -4.74 cm 1.52 cm 1.32 MeV 0 eV 0 fm 0 fm World initStep - 1 -1.82 mm -10.6 cm 1.14 cm 583 MeV 9.91 keV 5.85 cm 5.85 cm World eIoni - 2 -5.24 mm -20 cm 5.42 mm 1.53 GeV 21.6 keV 9.46 cm 15.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -10.6 cm 1.14 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 -1.82 mm -10.6 cm 1.14 cm 281 keV 1.23 keV 71.8 um 71.8 um World eIoni - 2 -1.81 mm -20 cm 1.14 cm 944 MeV 19.7 keV 10.2 cm 10.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.3 um -3.88 cm 1.43 cm 4.43 keV 0 eV 0 fm 0 fm World initStep - 1 66.9 um -3.9 cm 1.43 cm 2.57 MeV 4.43 keV 576 um 576 um World eIoni - 2 36.9 um -4.17 cm 1.44 cm 29.3 MeV 757 eV 2.67 mm 3.25 mm World eIoni - 3 14.2 um -5.43 cm 1.43 cm 155 MeV 3.03 keV 1.26 cm 1.59 cm World eIoni - 4 6.4 um -9.6 cm 1.43 cm 573 MeV 9.33 keV 4.17 cm 5.76 cm World eIoni - 5 20.6 um -20 cm 1.43 cm 1.61 GeV 22.4 keV 10.4 cm 16.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.4 um -9.6 cm 1.43 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 5.88 um -9.61 cm 1.43 cm 243 keV 1.13 keV 63.3 um 63.3 um World eIoni - 2 1.77 um -20 cm 1.44 cm 1.04 GeV 22.2 keV 11.6 cm 11.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 14.2 um -5.43 cm 1.43 cm 1.54 keV 0 eV 0 fm 0 fm World initStep - 1 10.1 um -5.43 cm 1.43 cm 409 keV 1.54 keV 101 um 101 um World eIoni - 2 -15.7 um -20 cm 1.43 cm 1.46 GeV 25.4 keV 15.5 cm 15.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -116 um -9.33 cm 1.88 cm 983 MeV 27.4 keV 9.83 cm 9.83 cm World eIoni - 2 -118 um -19.1 cm 2.23 cm 1.96 GeV 18.8 keV 9.73 cm 19.6 cm World eIoni - 3 -118 um -20 cm 2.26 cm 2.05 GeV 2.32 keV 9.45 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -118 um -19.1 cm 2.23 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -122 um -19.1 cm 2.23 cm 276 keV 1.22 keV 70.9 um 70.9 um World eIoni - 2 -138 um -20 cm 2.23 cm 94.5 MeV 2.66 keV 9.49 mm 9.56 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -116 um -9.33 cm 1.88 cm 1.68 keV 0 eV 0 fm 0 fm World initStep - 1 -117 um -9.34 cm 1.88 cm 472 keV 1.68 keV 114 um 114 um World eIoni - 2 1.21 cm -18.6 cm 1.29 cm 929 MeV 19.3 keV 9.58 cm 9.59 cm World eBrem - 3 1.46 cm -19.9 cm 1.1 cm 1.06 GeV 1.61 keV 1.36 cm 11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 684 um -15 cm 2.06 cm 1.55 GeV 38.6 keV 15.5 cm 15.5 cm World eIoni - 2 886 um -20 cm 2.2 cm 2.05 GeV 7.43 keV 4.96 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 684 um -15 cm 2.06 cm 3.56 keV 0 eV 0 fm 0 fm World initStep - 1 687 um -15.1 cm 2.06 cm 1.75 MeV 3.56 keV 394 um 394 um World eIoni - 2 640 um -15.5 cm 2.06 cm 47.4 MeV 136 eV 4.57 mm 4.96 mm World eIoni - 3 606 um -16.1 cm 2.05 cm 102 MeV 704 eV 5.49 mm 1.05 cm World eIoni - 4 549 um -18.6 cm 2.04 cm 354 MeV 6.41 keV 2.52 cm 3.57 cm World eIoni - 5 528 um -20 cm 2.04 cm 496 MeV 3.78 keV 1.42 cm 4.98 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 549 um -18.6 cm 2.04 cm 6.11 keV 0 eV 0 fm 0 fm World initStep - 1 533 um -18.6 cm 2.04 cm 4.55 MeV 6.11 keV 1.02 mm 1.02 mm World eIoni - 2 529 um -18.9 cm 2.05 cm 28.6 MeV 397 eV 2.41 mm 3.43 mm World eIoni - 3 536 um -20 cm 2.05 cm 142 MeV 2.43 keV 1.13 cm 1.48 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 606 um -16.1 cm 2.05 cm 2.9 keV 0 eV 0 fm 0 fm World initStep - 1 604 um -16.1 cm 2.05 cm 1.22 MeV 2.9 keV 277 um 277 um World eIoni - 2 587 um -16.3 cm 2.05 cm 25.3 MeV 538 eV 2.41 mm 2.68 mm World eIoni - 3 570 um -20 cm 2.04 cm 394 MeV 6.46 keV 3.69 cm 3.96 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 162 um -10.2 cm 1.93 cm 1.07 GeV 19.3 keV 10.7 cm 10.7 cm World eIoni - 2 449 um -20 cm 2.29 cm 2.05 GeV 18 keV 9.77 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 162 um -10.2 cm 1.93 cm 1.35 keV 0 eV 0 fm 0 fm World initStep - 1 165 um -10.2 cm 1.93 cm 326 keV 1.35 keV 82 um 82 um World eIoni - 2 185 um -20 cm 1.93 cm 976 MeV 19.2 keV 10.4 cm 10.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 34.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -638 um -15.9 cm 2.07 cm 1.64 GeV 30.5 keV 16.4 cm 16.4 cm World eIoni - 2 -665 um -20 cm 2.18 cm 2.05 GeV 8.61 keV 4.12 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -638 um -15.9 cm 2.07 cm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 -633 um -15.9 cm 2.06 cm 482 keV 1.7 keV 117 um 117 um World eIoni - 2 -608 um -20 cm 2.06 cm 412 MeV 7.78 keV 4.17 cm 4.18 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 4.56 um -2.51 mm 4.85 mm 75.1 MeV 1.94 keV 5.63 mm 5.63 mm World eIoni - 2 -74.7 um -5.92 cm 1.63 cm 642 MeV 10.2 keV 5.85 cm 6.41 cm World eIoni - 3 -196 um -20 cm 2.22 cm 2.05 GeV 27.7 keV 14.1 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -74.7 um -5.92 cm 1.63 cm 32.6 keV 0 eV 0 fm 0 fm World initStep - 1 13.1 um -6.4 cm 1.65 cm 49.9 MeV 7.64 keV 5.9 mm 5.9 mm World eIoni - 2 -1.42 cm -9.89 cm 1.92 cm 399 MeV 10.1 keV 4.03 cm 4.62 cm World eIoni - 3 -1.66 cm -12.4 cm 1.96 cm 649 MeV 4.45 keV 2.51 cm 7.13 cm World eIoni - 4 -2.04 cm -19.9 cm 2.03 cm 1.4 GeV 17.7 keV 7.52 cm 14.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 cm -12.4 cm 1.96 cm 1.98 keV 0 eV 0 fm 0 fm World initStep - 1 -1.66 cm -12.4 cm 1.96 cm 629 keV 1.98 keV 149 um 149 um World eIoni - 2 -1.66 cm -19.9 cm 1.96 cm 754 MeV 13.4 keV 7.66 cm 7.68 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.56 um -2.51 mm 4.85 mm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 9.41 um -2.55 mm 4.85 mm 423 keV 1.57 keV 104 um 104 um World eIoni - 2 40.8 um -20 cm 4.85 mm 1.97 GeV 35.8 keV 21.5 cm 21.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 5.55 Ang -23.5 nm 15.5 um 50 MeV 3.03 eV 15.5 um 15.5 um World eIoni - 2 752 um -16 cm 2.09 cm 1.65 GeV 35.3 keV 16.4 cm 16.5 cm World eIoni - 3 966 um -20 cm 2.2 cm 2.05 GeV 7.12 keV 4.05 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 752 um -16 cm 2.09 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 754 um -16 cm 2.09 cm 288 keV 1.25 keV 73.6 um 73.6 um World eIoni - 2 763 um -20 cm 2.09 cm 405 MeV 10.4 keV 4.17 cm 4.17 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.55 Ang -23.5 nm 15.5 um 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 -2.4 um -22.4 um 15.7 um 254 keV 1.12 keV 62.2 um 62.2 um World eIoni - 2 -5.65 cm -13.6 cm 1.01 cm 1.36 GeV 25.8 keV 15.7 cm 15.7 cm World eIoni - 3 -7.12 cm -18.7 cm -4 mm 1.87 GeV 8.48 keV 5.48 cm 21.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -57.1 um -3.62 cm 1.42 cm 412 MeV 5.56 keV 4.1 cm 4.1 cm World eIoni - 2 -170 um -11.9 cm 1.98 cm 1.24 GeV 16.4 keV 8.29 cm 12.4 cm World eIoni - 3 -171 um -12 cm 1.98 cm 1.25 GeV 126 eV 1.15 mm 12.5 cm World eIoni - 4 -204 um -14.9 cm 2.09 cm 1.54 GeV 5.61 keV 2.94 cm 15.4 cm World eIoni - 5 -247 um -20 cm 2.23 cm 2.05 GeV 8.82 keV 5.06 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -204 um -14.9 cm 2.09 cm 2.22 keV 0 eV 0 fm 0 fm World initStep - 1 -210 um -15 cm 2.09 cm 765 keV 2.22 keV 179 um 179 um World eIoni - 2 -251 um -15.2 cm 2.08 cm 28.2 MeV 178 eV 2.75 mm 2.93 mm World eIoni - 3 -349 um -18.6 cm 2.08 cm 361 MeV 6.75 keV 3.33 cm 3.63 cm World eIoni - 4 -392 um -20 cm 2.08 cm 505 MeV 4.01 keV 1.44 cm 5.06 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -349 um -18.6 cm 2.08 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 -345 um -18.6 cm 2.08 cm 262 keV 1.18 keV 67.6 um 67.6 um World eIoni - 2 -327 um -20 cm 2.08 cm 144 MeV 4.18 keV 1.45 cm 1.46 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -171 um -12 cm 1.98 cm 16.9 keV 0 eV 0 fm 0 fm World initStep - 1 -242 um -12.2 cm 1.98 cm 20.9 MeV 2.7 keV 2.77 mm 2.77 mm World eIoni - 2 595 um -14.3 cm 2.27 cm 235 MeV 5.31 keV 2.17 cm 2.45 cm World eIoni - 3 1.03 mm -20 cm 2.41 cm 800 MeV 12.7 keV 5.66 cm 8.11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -170 um -11.9 cm 1.98 cm 2.87 keV 0 eV 0 fm 0 fm World initStep - 1 -162 um -11.9 cm 1.98 cm 1.2 MeV 2.87 keV 272 um 272 um World eIoni - 2 -63.7 um -12.4 cm 1.99 cm 54 MeV 841 eV 5.29 mm 5.56 mm World eIoni - 3 -4.37 um -20 cm 2.03 cm 811 MeV 19.4 keV 7.57 cm 8.12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -57.1 um -3.62 cm 1.42 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 -61.7 um -3.63 cm 1.42 cm 602 keV 1.93 keV 143 um 143 um World eIoni - 2 -85.9 um -20 cm 1.42 cm 1.64 GeV 29.4 keV 17 cm 17 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 41 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -822 nm -402 um 2 mm 54 MeV 117 eV 2.05 mm 2.05 mm World eIoni - 2 -2.08 um -20 cm 2.22 cm 2.05 GeV 34.5 keV 20.3 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -822 nm -402 um 2 mm 1.56 keV 0 eV 0 fm 0 fm World initStep - 1 -1.94 um -443 um 2 mm 423 keV 1.56 keV 103 um 103 um World eIoni - 2 -9.72 um -20 cm 1.99 mm 2 GeV 41.8 keV 21.8 cm 21.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 38.5 um -2.39 cm 1.22 cm 267 MeV 4.87 keV 2.85 cm 2.85 cm World eBrem - 2 120 um -15.3 cm 2.06 cm 1.56 GeV 19.3 keV 13 cm 15.8 cm World eIoni - 3 115 um -20 cm 2.18 cm 2.03 GeV 11.6 keV 4.67 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 120 um -15.3 cm 2.06 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 123 um -15.3 cm 2.06 cm 228 keV 1.09 keV 59.8 um 59.8 um World eIoni - 2 145 um -20 cm 2.06 cm 467 MeV 15.2 keV 4.92 cm 4.93 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 38.5 um -2.39 cm 1.22 cm 21.2 MeV 0 eV 0 fm 0 fm World initStep - 1 79.3 um -20 cm 4.35 cm 21.2 MeV 0 eV 17.9 cm 17.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 13 nm -5.36 um 234 um 50.1 MeV 0 eV 234 um 234 um World eIoni - 2 36.8 um -9.53 cm 1.9 cm 1 GeV 18.3 keV 10 cm 10 cm World eIoni - 3 42.5 um -10.5 cm 1.94 cm 1.1 GeV 2.43 keV 9.47 mm 11 cm World eIoni - 4 50.8 um -12.1 cm 2.02 cm 1.26 GeV 2.52 keV 1.67 cm 12.6 cm World eIoni - 5 77.2 um -20 cm 2.27 cm 2.05 GeV 14.9 keV 7.86 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 50.8 um -12.1 cm 2.02 cm 2.1 keV 0 eV 0 fm 0 fm World initStep - 1 51.5 um -12.1 cm 2.02 cm 696 keV 2.1 keV 164 um 164 um World eIoni - 2 1.1 mm -14.1 cm 1.97 cm 191 MeV 2.51 keV 1.91 cm 1.93 cm World eIoni - 3 2.47 mm -18 cm 2.07 cm 582 MeV 6.95 keV 3.92 cm 5.84 cm World eIoni - 4 2.84 mm -20 cm 2.09 cm 785 MeV 6.34 keV 2.03 cm 7.88 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.47 mm -18 cm 2.07 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 2.48 mm -18 cm 2.07 cm 230 keV 1.09 keV 60.3 um 60.3 um World eIoni - 2 2.5 mm -20 cm 2.07 cm 203 MeV 3.49 keV 2.07 cm 2.08 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 42.5 um -10.5 cm 1.94 cm 2.15 keV 0 eV 0 fm 0 fm World initStep - 1 39.3 um -10.5 cm 1.94 cm 722 keV 2.15 keV 169 um 169 um World eIoni - 2 510 um -11.6 cm 1.96 cm 117 MeV 2.24 keV 1.16 cm 1.18 cm World eIoni - 3 572 um -12.5 cm 1.99 cm 197 MeV 1.6 keV 8.05 mm 1.99 cm World eIoni - 4 757 um -20 cm 2.06 cm 952 MeV 14.5 keV 7.55 cm 9.54 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 572 um -12.5 cm 1.99 cm 2.89 keV 0 eV 0 fm 0 fm World initStep - 1 570 um -12.5 cm 1.99 cm 1.21 MeV 2.89 keV 275 um 275 um World eIoni - 2 554 um -12.6 cm 1.99 cm 14.4 MeV 41.8 eV 1.32 mm 1.6 mm World eIoni - 3 435 um -14.5 cm 1.98 cm 203 MeV 2.15 keV 1.89 cm 2.05 cm World eIoni - 4 373 um -20 cm 1.97 cm 755 MeV 6.21 keV 5.52 cm 7.57 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 435 um -14.5 cm 1.98 cm 7.98 keV 0 eV 0 fm 0 fm World initStep - 1 429 um -14.5 cm 1.98 cm 7.3 MeV 6.22 keV 1.45 mm 1.45 mm World eIoni - 2 1.76 mm -15.7 cm 2.23 cm 122 MeV 886 eV 1.23 cm 1.38 cm World eIoni - 3 2.66 mm -20 cm 2.35 cm 552 MeV 10.2 keV 4.3 cm 5.68 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 36.8 um -9.53 cm 1.9 cm 3.37 keV 0 eV 0 fm 0 fm World initStep - 1 31.2 um -9.55 cm 1.9 cm 1.58 MeV 3.37 keV 357 um 357 um World eIoni - 2 42.7 um -9.78 cm 1.9 cm 25.3 MeV 369 eV 2.37 mm 2.73 mm World eIoni - 3 -15.5 um -15.3 cm 1.86 cm 578 MeV 10.5 keV 5.52 cm 5.8 cm World eIoni - 4 -103 um -17.3 cm 1.87 cm 776 MeV 3.58 keV 1.98 cm 7.78 cm World eIoni - 5 -122 um -17.8 cm 1.87 cm 828 MeV 1.29 keV 5.2 mm 8.3 cm World eIoni - 6 -194 um -20 cm 1.87 cm 1.05 GeV 8.08 keV 2.19 cm 10.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -122 um -17.8 cm 1.87 cm 7.45 keV 0 eV 0 fm 0 fm World initStep - 1 -91.5 um -17.9 cm 1.87 cm 6.47 MeV 7.45 keV 1.34 mm 1.34 mm World eIoni - 2 577 um -17.9 cm 1.92 cm 9.7 MeV 89.9 eV 990 um 2.33 mm World eIoni - 3 2.1 mm -19.9 cm 2.04 cm 211 MeV 3.31 keV 2.03 cm 2.27 cm World eIoni - 4 2.12 mm -20 cm 2.04 cm 219 MeV 217 eV 839 um 2.35 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.1 mm -19.9 cm 2.04 cm 1.87 keV 0 eV 0 fm 0 fm World initStep - 1 2.11 mm -19.9 cm 2.04 cm 568 keV 1.87 keV 136 um 136 um World eIoni - 2 2.11 mm -20 cm 2.04 cm 8.43 MeV 165 eV 786 um 922 um OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -103 um -17.3 cm 1.87 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 -104 um -17.3 cm 1.87 cm 217 keV 1.05 keV 57.3 um 57.3 um World eIoni - 2 -106 um -20 cm 1.86 cm 271 MeV 7.76 keV 2.8 cm 2.8 cm OutOfWorldTransportation + 0 336 um -6.98 cm 1.73 cm 3.08 keV 0 eV 0 fm 0 fm World initStep + 1 342 um -7 cm 1.72 cm 1.35 MeV 3.08 keV 307 um 307 um World eIoni + 2 276 um -7.54 cm 1.73 cm 56.2 MeV 1.85 keV 5.48 mm 5.79 mm World eIoni + 3 26.6 um -11.7 cm 1.72 cm 472 MeV 6.02 keV 4.16 cm 4.74 cm World eIoni + 4 -307 um -20 cm 1.76 cm 1.3 GeV 15.9 keV 8.3 cm 13 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.5 um -15.3 cm 1.86 cm 2.35 keV 0 eV 0 fm 0 fm World initStep - 1 -19.5 um -15.3 cm 1.86 cm 841 keV 2.35 keV 195 um 195 um World eIoni - 2 24.2 um -16.1 cm 1.89 cm 82.9 MeV 1.17 keV 8.21 mm 8.41 mm World eIoni - 3 952 um -20 cm 1.94 cm 469 MeV 6.23 keV 3.87 cm 4.71 cm OutOfWorldTransportation + 0 26.6 um -11.7 cm 1.72 cm 4.55 keV 0 eV 0 fm 0 fm World initStep + 1 9.18 um -11.7 cm 1.72 cm 2.69 MeV 4.55 keV 605 um 605 um World eIoni + 2 5.03 um -11.8 cm 1.72 cm 6.3 MeV 0 eV 361 um 965 um World eIoni + 3 20.5 um -12.4 cm 1.72 cm 69.9 MeV 608 eV 6.36 mm 7.33 mm World eIoni + 4 -112 um -18.2 cm 1.72 cm 652 MeV 13.1 keV 5.82 cm 6.56 cm World eIoni + 5 -159 um -19.6 cm 1.72 cm 788 MeV 1.41 keV 1.36 cm 7.92 cm World eIoni + 6 -172 um -20 cm 1.72 cm 830 MeV 3.25 keV 4.18 mm 8.33 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 24.2 um -16.1 cm 1.89 cm 1.98 keV 0 eV 0 fm 0 fm World initStep - 1 21.6 um -16.1 cm 1.89 cm 629 keV 1.98 keV 149 um 149 um World eIoni - 2 11.1 um -20 cm 1.89 cm 387 MeV 5.51 keV 3.89 cm 3.91 cm OutOfWorldTransportation + 0 -159 um -19.6 cm 1.72 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -161 um -19.6 cm 1.72 cm 224 keV 1.07 keV 59 um 59 um World eIoni + 2 -168 um -20 cm 1.72 cm 41.8 MeV 253 eV 4.18 mm 4.24 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -112 um -18.2 cm 1.72 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 -115 um -18.2 cm 1.72 cm 311 keV 1.31 keV 78.7 um 78.7 um World eIoni + 2 -128 um -20 cm 1.72 cm 178 MeV 2.56 keV 1.79 cm 1.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 20.5 um -12.4 cm 1.72 cm 1.62 keV 0 eV 0 fm 0 fm World initStep + 1 25 um -12.4 cm 1.72 cm 447 keV 1.62 keV 109 um 109 um World eIoni + 2 49.2 um -20 cm 1.72 cm 760 MeV 14.5 keV 7.81 cm 7.83 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 13 nm -5.36 um 234 um 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -4.21 um -52 um 234 um 544 keV 1.74 keV 122 um 122 um World eIoni - 2 -26.9 um -20 cm 236 um 2 GeV 29.4 keV 21.2 cm 21.2 cm OutOfWorldTransportation + 0 75.3 um -3.69 cm 1.42 cm 3.06 keV 0 eV 0 fm 0 fm World initStep + 1 68.5 um -3.7 cm 1.42 cm 1.34 MeV 3.06 keV 303 um 303 um World eIoni + 2 118 um -4.08 cm 1.42 cm 39.5 MeV 391 eV 3.82 mm 4.13 mm World eIoni + 3 84.6 um -15.8 cm 1.49 cm 1.21 GeV 19.8 keV 11.7 cm 12.1 cm World eIoni + 4 79.8 um -20 cm 1.51 cm 1.63 GeV 10.6 keV 4.24 cm 16.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 84.6 um -15.8 cm 1.49 cm 2.68 keV 0 eV 0 fm 0 fm World initStep + 1 75.3 um -15.8 cm 1.49 cm 1.06 MeV 2.68 keV 243 um 243 um World eIoni + 2 82.3 um -16.6 cm 1.46 cm 86 MeV 1 keV 8.5 mm 8.75 mm World eIoni + 3 468 um -18.2 cm 1.46 cm 245 MeV 2.12 keV 1.59 cm 2.46 cm World eIoni + 4 657 um -20 cm 1.45 cm 424 MeV 3.61 keV 1.79 cm 4.25 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 468 um -18.2 cm 1.46 cm 2.82 keV 0 eV 0 fm 0 fm World initStep + 1 458 um -18.2 cm 1.46 cm 1.16 MeV 2.82 keV 264 um 264 um World eIoni + 2 525 um -18.7 cm 1.46 cm 45.6 MeV 284 eV 4.44 mm 4.71 mm World eIoni + 3 786 um -19.6 cm 1.44 cm 140 MeV 2.2 keV 9.41 mm 1.41 cm World eIoni + 4 845 um -20 cm 1.44 cm 179 MeV 1.77 keV 3.94 mm 1.81 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 786 um -19.6 cm 1.44 cm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 782 um -19.6 cm 1.44 cm 474 keV 1.68 keV 115 um 115 um World eIoni + 2 770 um -20 cm 1.44 cm 39.5 MeV 491 eV 3.9 mm 4.02 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5459,89 +3789,429 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 1.7 nm -1.73 um 133 um 50 MeV 65.3 eV 133 um 133 um World eIoni - 2 8.55 um -1.02 mm 3.14 mm 60.1 MeV 821 eV 3.22 mm 3.35 mm World eIoni - 3 53.1 um -20 cm 2.22 cm 2.05 GeV 38.7 keV 20.2 cm 20.5 cm OutOfWorldTransportation + 1 -261 um -8.67 cm 1.8 cm 916 MeV 15.5 keV 9.16 cm 9.16 cm World eIoni + 2 -319 um -10.8 cm 1.91 cm 1.13 GeV 5.65 keV 2.18 cm 11.3 cm World eIoni + 3 -481 um -20 cm 2.21 cm 2.05 GeV 18.7 keV 9.16 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.55 um -1.02 mm 3.14 mm 1.64 keV 0 eV 0 fm 0 fm World initStep - 1 8.26 um -1.06 mm 3.14 mm 458 keV 1.64 keV 111 um 111 um World eIoni - 2 6.38 um -20 cm 3.13 mm 1.99 GeV 38.8 keV 21.5 cm 21.5 cm OutOfWorldTransportation + 0 -319 um -10.8 cm 1.91 cm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 -322 um -10.8 cm 1.91 cm 476 keV 1.68 keV 115 um 115 um World eIoni + 2 -334 um -20 cm 1.91 cm 916 MeV 12.4 keV 9.44 cm 9.45 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 nm -1.73 um 133 um 15.2 keV 0 eV 0 fm 0 fm World initStep - 1 -58.4 um -1.46 mm 141 um 15.5 MeV 2.46 keV 1.97 mm 1.97 mm World eIoni - 2 2.57 mm -2.4 cm 3.1 mm 241 MeV 5.83 keV 2.32 cm 2.52 cm World eIoni - 3 3.32 mm -5.63 cm 3.89 mm 564 MeV 8 keV 3.24 cm 5.75 cm World eIoni - 4 3.42 mm -6.3 cm 3.99 mm 631 MeV 874 eV 6.65 mm 6.42 cm World eIoni - 5 4.36 mm -19.6 cm 5.02 mm 1.96 GeV 27.6 keV 13.3 cm 19.7 cm World eIoni - 6 4.38 mm -20 cm 5.04 mm 2 GeV 848 eV 4.26 mm 20.1 cm OutOfWorldTransportation + 0 -261 um -8.67 cm 1.8 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 -261 um -8.67 cm 1.8 cm 270 keV 1.2 keV 69.5 um 69.5 um World eIoni + 2 -259 um -20 cm 1.79 cm 1.13 GeV 28.1 keV 12.6 cm 12.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.36 mm -19.6 cm 5.02 mm 1.45 keV 0 eV 0 fm 0 fm World initStep - 1 4.37 mm -19.6 cm 5.02 mm 371 keV 1.45 keV 92 um 92 um World eIoni - 2 4.38 mm -20 cm 5.02 mm 42.6 MeV 548 eV 4.23 mm 4.32 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -310 um -19.8 cm 2.11 cm 2.03 GeV 45.1 keV 20.3 cm 20.3 cm World eIoni + 2 -307 um -20 cm 2.12 cm 2.05 GeV 82.6 eV 2.06 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm -6.3 cm 3.99 mm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 3.43 mm -6.3 cm 3.99 mm 286 keV 1.25 keV 73.1 um 73.1 um World eIoni - 2 3.45 mm -20 cm 3.99 mm 1.37 GeV 26 keV 15.4 cm 15.4 cm OutOfWorldTransportation + 0 -310 um -19.8 cm 2.11 cm 2.54 keV 0 eV 0 fm 0 fm World initStep + 1 -305 um -19.8 cm 2.12 cm 966 keV 2.54 keV 222 um 222 um World eIoni + 2 -296 um -20 cm 2.12 cm 20.7 MeV 98.3 eV 1.97 mm 2.2 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -40.5 um -1.92 cm 1.14 cm 242 MeV 4.52 keV 2.37 cm 2.37 cm World eIoni + 2 -92 um -15.1 cm 2.08 cm 1.56 GeV 24.6 keV 13.2 cm 15.6 cm World eIoni + 3 -91.9 um -15.1 cm 2.09 cm 1.56 GeV 92.4 eV 430 um 15.6 cm World eIoni + 4 -91.5 um -15.6 cm 2.1 cm 1.61 GeV 420 eV 4.21 mm 16 cm World eIoni + 5 -88.1 um -20 cm 2.22 cm 2.05 GeV 8.92 keV 4.45 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -91.5 um -15.6 cm 2.1 cm 3.37 keV 0 eV 0 fm 0 fm World initStep + 1 -84.1 um -15.6 cm 2.1 cm 1.59 MeV 3.37 keV 359 um 359 um World eIoni + 2 -76.6 um -15.6 cm 2.1 cm 7.39 MeV 31.8 eV 580 um 939 um World eIoni + 3 -47.2 um -20 cm 2.1 cm 445 MeV 5.89 keV 4.38 cm 4.47 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -91.9 um -15.1 cm 2.09 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 -96.8 um -15.1 cm 2.09 cm 428 keV 1.58 keV 105 um 105 um World eIoni + 2 -122 um -20 cm 2.09 cm 487 MeV 8.35 keV 4.96 cm 4.97 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -92 um -15.1 cm 2.08 cm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 -94.1 um -15.1 cm 2.08 cm 234 keV 1.1 keV 61.1 um 61.1 um World eIoni + 2 -110 um -20 cm 2.09 cm 491 MeV 10.7 keV 5.18 cm 5.18 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -40.5 um -1.92 cm 1.14 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 -39.1 um -1.92 cm 1.14 cm 201 keV 1.01 keV 53.6 um 53.6 um World eIoni + 2 1.02 mm -11.3 cm -2.83 cm 935 MeV 28.6 keV 10.8 cm 10.8 cm World eIoni + 3 6.31 mm -20 cm -4.69 cm 1.81 GeV 17.5 keV 8.94 cm 19.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -164 um -13.7 cm 2.09 cm 1.42 GeV 29.1 keV 14.2 cm 14.2 cm World eIoni + 2 -297 um -20 cm 2.3 cm 2.05 GeV 15.8 keV 6.31 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -164 um -13.7 cm 2.09 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 -164 um -13.7 cm 2.09 cm 290 keV 1.25 keV 73.8 um 73.8 um World eIoni + 2 -164 um -20 cm 2.1 cm 631 MeV 10.3 keV 6.61 cm 6.62 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 520 um -12.9 cm 1.98 cm 1.34 GeV 24.9 keV 13.4 cm 13.4 cm World eIoni + 2 625 um -15.9 cm 2.09 cm 1.64 GeV 6 keV 3.06 cm 16.4 cm World eIoni + 3 666 um -17.3 cm 2.12 cm 1.78 GeV 1.64 keV 1.36 cm 17.8 cm World eIoni + 4 738 um -20 cm 2.19 cm 2.05 GeV 4.53 keV 2.7 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 666 um -17.3 cm 2.12 cm 3.55 keV 0 eV 0 fm 0 fm World initStep + 1 665 um -17.3 cm 2.12 cm 1.73 MeV 3.55 keV 391 um 391 um World eIoni + 2 643 um -17.5 cm 2.12 cm 24.1 MeV 17.8 eV 2.24 mm 2.63 mm World eIoni + 3 591 um -20 cm 2.12 cm 270 MeV 3.27 keV 2.46 cm 2.72 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 625 um -15.9 cm 2.09 cm 9.34 keV 0 eV 0 fm 0 fm World initStep + 1 620 um -16 cm 2.09 cm 9.42 MeV 6.24 keV 1.67 mm 1.67 mm World eIoni + 2 1.6 mm -16.3 cm 2.02 cm 34 MeV 413 eV 2.78 mm 4.46 mm World eIoni + 3 3.26 mm -20 cm 1.9 cm 406 MeV 9.25 keV 3.73 cm 4.17 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 520 um -12.9 cm 1.98 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 521 um -12.9 cm 1.98 cm 220 keV 1.06 keV 58.1 um 58.1 um World eIoni + 2 529 um -20 cm 1.98 cm 712 MeV 19.9 keV 7.77 cm 7.78 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -63.7 um -4.22 cm 1.47 cm 472 MeV 7.59 keV 4.69 cm 4.69 cm World eIoni + 2 -110 um -20 cm 2.2 cm 2.05 GeV 35.2 keV 15.8 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -63.7 um -4.22 cm 1.47 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 -62.9 um -4.22 cm 1.47 cm 310 keV 1.31 keV 78.5 um 78.5 um World eIoni + 2 -57.1 um -20 cm 1.46 cm 1.58 GeV 44.8 keV 17.7 cm 17.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -506 nm -486 um 2.2 mm 54.8 MeV 358 eV 2.27 mm 2.27 mm World eIoni + 2 376 um -10.7 cm 1.9 cm 1.12 GeV 19.3 keV 10.9 cm 11.2 cm World eIoni + 3 414 um -15.2 cm 2.07 cm 1.57 GeV 11 keV 4.53 cm 15.7 cm World eIoni + 4 444 um -20 cm 2.19 cm 2.05 GeV 12.3 keV 4.81 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 414 um -15.2 cm 2.07 cm 3.03 keV 0 eV 0 fm 0 fm World initStep + 1 403 um -15.2 cm 2.07 cm 1.31 MeV 3.03 keV 298 um 298 um World eIoni + 2 389 um -15.4 cm 2.07 cm 24 MeV 471 eV 2.27 mm 2.57 mm World eIoni + 3 380 um -20 cm 2.07 cm 481 MeV 7.95 keV 4.57 cm 4.83 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 376 um -10.7 cm 1.9 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 377 um -10.7 cm 1.9 cm 411 keV 1.54 keV 101 um 101 um World eIoni + 2 384 um -20 cm 1.9 cm 934 MeV 16.4 keV 9.72 cm 9.73 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -506 nm -486 um 2.2 mm 2.08 keV 0 eV 0 fm 0 fm World initStep + 1 -4.37 um -551 um 2.19 mm 682 keV 2.08 keV 160 um 160 um World eIoni + 2 219 um -7.48 mm 2.29 mm 69.9 MeV 583 eV 6.93 mm 7.09 mm World eIoni + 3 1.11 mm -20 cm 2.66 mm 2 GeV 41.5 keV 19.3 cm 20 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 mm -5.63 cm 3.89 mm 1.81 keV 0 eV 0 fm 0 fm World initStep - 1 3.32 mm -5.64 cm 3.89 mm 535 keV 1.81 keV 128 um 128 um World eIoni - 2 3.29 mm -20 cm 3.88 mm 1.44 GeV 24.5 keV 15 cm 15 cm OutOfWorldTransportation + 0 219 um -7.48 mm 2.29 mm 3.61 keV 0 eV 0 fm 0 fm World initStep + 1 223 um -7.64 mm 2.31 mm 1.8 MeV 3.61 keV 404 um 404 um World eIoni + 2 236 um -9.27 mm 2.33 mm 18.1 MeV 103 eV 1.63 mm 2.03 mm World eIoni + 3 262 um -1.68 cm 2.37 mm 93.1 MeV 383 eV 7.51 mm 9.54 mm World eIoni + 4 302 um -4.09 cm 2.41 mm 335 MeV 6.63 keV 2.41 cm 3.37 cm World eIoni + 5 353 um -11.7 cm 2.46 mm 1.09 GeV 17.8 keV 7.6 cm 11 cm World eBrem + 6 361 um -12.8 cm 2.46 mm 1.21 GeV 1.9 keV 1.15 cm 12.1 cm World eIoni + 7 396 um -18 cm 2.47 mm 1.72 GeV 9.54 keV 5.11 cm 17.2 cm World eIoni + 8 408 um -20 cm 2.47 mm 1.92 GeV 4.32 keV 2 cm 19.2 cm World eIoni + 9 408 um -20 cm 2.47 mm 1.93 GeV 39.3 eV 470 um 19.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 408 um -20 cm 2.47 mm 3.26 keV 0 eV 0 fm 0 fm World initStep + 1 396 um -20 cm 2.48 mm 1.5 MeV 3.26 keV 339 um 339 um World eIoni + 2 390 um -20 cm 2.48 mm 4.81 MeV 0 eV 331 um 670 um OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 396 um -18 cm 2.47 mm 119 keV 0 eV 0 fm 0 fm World initStep + 1 2 mm -19.2 cm -97.6 um 129 MeV 4.27 keV 1.34 cm 1.34 cm World eIoni + 2 2.95 mm -20 cm -1.83 mm 206 MeV 717 eV 7.93 mm 2.14 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 361 um -12.8 cm 2.46 mm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 358 um -12.8 cm 2.46 mm 274 keV 1.21 keV 70.3 um 70.3 um World eIoni + 2 334 um -20 cm 2.45 mm 716 MeV 16.2 keV 7.61 cm 7.61 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 302 um -4.09 cm 2.41 mm 3.56 keV 0 eV 0 fm 0 fm World initStep + 1 295 um -4.11 cm 2.4 mm 1.61 MeV 1.12 keV 260 um 260 um World eIoni + 2 -379 um -6.41 cm 3.87 mm 232 MeV 3.44 keV 2.31 cm 2.34 cm World eIoni + 3 -805 um -19.9 cm 4.67 mm 1.58 GeV 23.3 keV 13.5 cm 15.8 cm World eIoni + 4 -808 um -20 cm 4.66 mm 1.59 GeV 274 eV 1.17 mm 15.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -805 um -19.9 cm 4.67 mm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 -806 um -19.9 cm 4.67 mm 201 keV 1.01 keV 53.6 um 53.6 um World eIoni + 2 -808 um -20 cm 4.66 mm 11.7 MeV 369 eV 1.15 mm 1.21 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -379 um -6.41 cm 3.87 mm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 -379 um -6.41 cm 3.87 mm 309 keV 1.3 keV 78.2 um 78.2 um World eIoni + 2 -380 um -20 cm 3.9 mm 1.36 GeV 24.7 keV 15 cm 15 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 295 um -4.11 cm 2.4 mm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 292 um -4.11 cm 2.4 mm 307 keV 1.3 keV 77.6 um 77.6 um World eIoni + 2 275 um -20 cm 2.38 mm 1.59 GeV 39.5 keV 17.9 cm 17.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 262 um -1.68 cm 2.37 mm 3.94 keV 0 eV 0 fm 0 fm World initStep + 1 255 um -1.7 cm 2.39 mm 2.09 MeV 3.94 keV 469 um 469 um World eIoni + 2 226 um -1.98 cm 2.42 mm 30.2 MeV 243 eV 2.81 mm 3.28 mm World eIoni + 3 -302 um -17.6 cm 1.34 mm 1.59 GeV 29.1 keV 15.6 cm 15.9 cm World eIoni + 4 -391 um -20 cm 1.13 mm 1.83 GeV 5.8 keV 2.42 cm 18.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -302 um -17.6 cm 1.34 mm 25.7 keV 0 eV 0 fm 0 fm World initStep + 1 -397 um -17.9 cm 1.29 mm 33.1 MeV 2.68 keV 3.94 mm 3.94 mm World eIoni + 2 272 um -20 cm 3.08 mm 244 MeV 4.27 keV 2.12 cm 2.51 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -62.5 um -5.57 cm 1.59 cm 607 MeV 9.3 keV 6.05 cm 6.05 cm World eIoni + 2 -182 um -18.2 cm 2.13 cm 1.87 GeV 23.4 keV 12.7 cm 18.7 cm World eIoni + 3 -197 um -20 cm 2.18 cm 2.05 GeV 3.81 keV 1.76 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -182 um -18.2 cm 2.13 cm 3.51 keV 0 eV 0 fm 0 fm World initStep + 1 -169 um -18.3 cm 2.13 cm 1.71 MeV 3.51 keV 385 um 385 um World eIoni + 2 -40.2 um -19.3 cm 2.15 cm 109 MeV 1.23 keV 1.07 cm 1.11 cm World eIoni + 3 114 um -20 cm 2.18 cm 176 MeV 757 eV 6.73 mm 1.78 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -62.5 um -5.57 cm 1.59 cm 1.27 keV 0 eV 0 fm 0 fm World initStep + 1 -59.1 um -5.57 cm 1.59 cm 294 keV 1.27 keV 74.8 um 74.8 um World eIoni + 2 -33.9 um -20 cm 1.59 cm 1.44 GeV 30.8 keV 16.2 cm 16.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 60.7 um -19.1 cm 2.3 cm 1.96 GeV 36.7 keV 19.6 cm 19.6 cm World eIoni + 2 64.3 um -20 cm 2.32 cm 2.05 GeV 3.68 keV 8.85 mm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 60.7 um -19.1 cm 2.3 cm 16 keV 0 eV 0 fm 0 fm World initStep + 1 37.5 um -19.3 cm 2.29 cm 17.3 MeV 4.61 keV 2.2 mm 2.2 mm World eIoni + 2 186 um -20 cm 2.41 cm 89.3 MeV 1.34 keV 7.32 mm 9.52 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -125 um -4.49 cm 1.51 cm 499 MeV 7.76 keV 4.97 cm 4.97 cm World eIoni + 2 -188 um -16.1 cm 2.12 cm 1.66 GeV 24.4 keV 11.6 cm 16.6 cm World eIoni + 3 -180 um -20 cm 2.23 cm 2.05 GeV 9.75 keV 3.9 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -188 um -16.1 cm 2.12 cm 69.1 keV 0 eV 0 fm 0 fm World initStep + 1 5.44 mm -17.7 cm 1.68 cm 159 MeV 6.49 keV 1.85 cm 1.85 cm World eIoni + 2 1.28 cm -18.5 cm 2 cm 237 MeV 2.1 keV 1.13 cm 2.98 cm World eIoni + 3 1.95 cm -19.9 cm 2.3 cm 382 MeV 3.53 keV 1.63 cm 4.61 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -125 um -4.49 cm 1.51 cm 1.16 keV 0 eV 0 fm 0 fm World initStep + 1 -126 um -4.49 cm 1.51 cm 255 keV 1.16 keV 66 um 66 um World eIoni + 2 6.67 mm -18.2 cm 3.19 cm 1.37 GeV 32.9 keV 15.8 cm 15.8 cm World eIoni + 3 1.59 cm -19.9 cm 1.77 cm 1.54 GeV 3.31 keV 2.45 cm 18.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -101 um -9.7 cm 1.83 cm 1.02 GeV 19.6 keV 10.2 cm 10.2 cm World eIoni + 2 -149 um -15.5 cm 2.06 cm 1.6 GeV 13.2 keV 5.77 cm 16 cm World eIoni + 3 -180 um -20 cm 2.18 cm 2.05 GeV 7.93 keV 4.53 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -149 um -15.5 cm 2.06 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -146 um -15.5 cm 2.06 cm 216 keV 1.05 keV 57.1 um 57.1 um World eIoni + 2 -125 um -20 cm 2.06 cm 453 MeV 10.7 keV 4.79 cm 4.79 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -101 um -9.7 cm 1.83 cm 2.89 keV 0 eV 0 fm 0 fm World initStep + 1 -108 um -9.71 cm 1.83 cm 1.21 MeV 2.89 keV 276 um 276 um World eIoni + 2 -156 um -9.97 cm 1.83 cm 27 MeV 1.28 keV 2.58 mm 2.86 mm World eIoni + 3 -172 um -11.1 cm 1.83 cm 138 MeV 1.67 keV 1.11 cm 1.39 cm World eIoni + 4 -132 um -20 cm 1.83 cm 1.03 GeV 16.2 keV 8.92 cm 10.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm -2.4 cm 3.1 mm 4.45 keV 0 eV 0 fm 0 fm World initStep - 1 2.57 mm -2.42 cm 3.08 mm 2.59 MeV 4.45 keV 581 um 581 um World eIoni - 2 2.66 mm -3.52 cm 2.9 mm 112 MeV 1.41 keV 1.1 cm 1.16 cm World eIoni - 3 3.34 mm -9.18 cm 2.55 mm 679 MeV 9.26 keV 5.66 cm 6.82 cm World eIoni - 4 3.69 mm -20 cm 2.3 mm 1.76 GeV 21.2 keV 10.8 cm 17.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.34 mm -9.18 cm 2.55 mm 2.15 keV 0 eV 0 fm 0 fm World initStep - 1 3.35 mm -9.19 cm 2.55 mm 719 keV 2.15 keV 169 um 169 um World eIoni - 2 1.14 mm -13.2 cm -146 um 406 MeV 7.85 keV 4.08 cm 4.1 cm World eIoni - 3 -3.83 mm -18.2 cm -2.75 mm 902 MeV 10.9 keV 4.99 cm 9.09 cm World eIoni - 4 -4.95 mm -20 cm -3.35 mm 1.08 GeV 3.06 keV 1.8 cm 10.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm -18.2 cm -2.75 mm 3.3 keV 0 eV 0 fm 0 fm World initStep - 1 -3.82 mm -18.2 cm -2.76 mm 1.45 MeV 2.01 keV 248 um 248 um World eIoni - 2 -3 mm -20 cm -2.72 mm 180 MeV 3.26 keV 1.79 cm 1.82 cm OutOfWorldTransportation + 0 -172 um -11.1 cm 1.83 cm 3.07 keV 0 eV 0 fm 0 fm World initStep + 1 -182 um -11.1 cm 1.83 cm 1.35 MeV 3.07 keV 306 um 306 um World eIoni + 2 -196 um -11.3 cm 1.84 cm 21.6 MeV 16.5 eV 2.02 mm 2.33 mm World eIoni + 3 -138 um -20 cm 1.85 cm 892 MeV 18.5 keV 8.71 cm 8.94 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5549,49 +4219,263 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -1.44 um -2.44 cm 1.23 cm 294 MeV 4.08 keV 2.9 cm 2.9 cm World eIoni - 2 -4.81 um -8.89 cm 1.82 cm 938 MeV 13.6 keV 6.47 cm 9.38 cm World eIoni - 3 -5.98 um -11.8 cm 1.95 cm 1.23 GeV 3.96 keV 2.89 cm 12.3 cm World eIoni - 4 -9.16 um -20 cm 2.21 cm 2.05 GeV 17.8 keV 8.23 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.98 um -11.8 cm 1.95 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 -6.96 um -11.8 cm 1.95 cm 495 keV 1.72 keV 120 um 120 um World eIoni - 2 -11.9 um -20 cm 1.96 cm 823 MeV 11.5 keV 8.44 cm 8.45 cm OutOfWorldTransportation + 1 -133 um -12.6 cm 2.05 cm 1.31 GeV 22.4 keV 13.1 cm 13.1 cm World eIoni + 2 132 um -19.1 cm 2.31 cm 1.96 GeV 14.8 keV 6.46 cm 19.6 cm World eIoni + 3 163 um -20 cm 2.34 cm 2.05 GeV 2.95 keV 9.5 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.81 um -8.89 cm 1.82 cm 15.3 keV 0 eV 0 fm 0 fm World initStep - 1 -29.4 um -9.06 cm 1.82 cm 18.4 MeV 3.88 keV 2.53 mm 2.53 mm World eIoni - 2 2.33 mm -9.69 cm 1.95 cm 81.4 MeV 536 eV 6.98 mm 9.51 mm World eIoni - 3 5.94 mm -20 cm 2.15 cm 1.11 GeV 21.4 keV 10.3 cm 11.3 cm OutOfWorldTransportation + 0 132 um -19.1 cm 2.31 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 135 um -19.1 cm 2.31 cm 411 keV 1.54 keV 101 um 101 um World eIoni + 2 150 um -20 cm 2.31 cm 95 MeV 1.3 keV 9.49 mm 9.59 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 um -2.44 cm 1.23 cm 5.09 keV 0 eV 0 fm 0 fm World initStep - 1 14.2 um -2.47 cm 1.23 cm 3.28 MeV 5.09 keV 735 um 735 um World eIoni - 2 353 um -4.64 cm 1.26 cm 220 MeV 2.52 keV 2.17 cm 2.24 cm World eIoni - 3 1.21 mm -15.6 cm 1.31 cm 1.32 GeV 21.4 keV 11 cm 13.2 cm World eIoni - 4 1.33 mm -20 cm 1.32 cm 1.76 GeV 9.64 keV 4.36 cm 17.6 cm OutOfWorldTransportation + 0 -133 um -12.6 cm 2.05 cm 1.42 keV 0 eV 0 fm 0 fm World initStep + 1 -137 um -12.6 cm 2.05 cm 358 keV 1.42 keV 89.1 um 89.1 um World eIoni + 2 -163 um -20 cm 2.05 cm 741 MeV 11.8 keV 7.7 cm 7.71 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 36.9 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 7.39 um -7.07 cm 1.69 cm 756 MeV 12.2 keV 7.55 cm 7.55 cm World eIoni + 2 -42.3 um -9.62 cm 1.81 cm 1.01 GeV 5.78 keV 2.56 cm 10.1 cm World eIoni + 3 -168 um -20 cm 2.09 cm 2.05 GeV 18.7 keV 10.4 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -42.3 um -9.62 cm 1.81 cm 3.01 keV 0 eV 0 fm 0 fm World initStep + 1 -42.9 um -9.63 cm 1.81 cm 1.3 MeV 3.01 keV 294 um 294 um World eIoni + 2 -43.6 um -9.65 cm 1.81 cm 3.44 MeV 24.9 eV 214 um 509 um World eIoni + 3 3.09 mm -19.2 cm 1.61 cm 960 MeV 23.6 keV 9.58 cm 9.63 cm World eIoni + 4 3.41 mm -20 cm 1.6 cm 1.04 GeV 1.46 keV 7.73 mm 10.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.09 mm -19.2 cm 1.61 cm 2.65 keV 0 eV 0 fm 0 fm World initStep + 1 3.1 mm -19.2 cm 1.61 cm 1.04 MeV 2.65 keV 238 um 238 um World eIoni + 2 3.06 mm -19.8 cm 1.62 cm 58.6 MeV 844 eV 5.76 mm 6 mm World eIoni + 3 3.07 mm -20 cm 1.62 cm 77.4 MeV 181 eV 1.87 mm 7.87 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 7.39 um -7.07 cm 1.69 cm 4.69 keV 0 eV 0 fm 0 fm World initStep + 1 20.7 um -7.09 cm 1.69 cm 2.84 MeV 4.69 keV 636 um 636 um World eIoni + 2 42.2 um -7.28 cm 1.69 cm 22 MeV 305 eV 1.92 mm 2.55 mm World eIoni + 3 117 um -20 cm 1.68 cm 1.29 GeV 25.9 keV 12.7 cm 13 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -345 um -9.36 cm 1.84 cm 986 MeV 19.6 keV 9.86 cm 9.86 cm World eIoni + 2 -345 um -9.37 cm 1.84 cm 987 MeV 0 eV 104 um 9.87 cm World eIoni + 3 -594 um -20 cm 2.16 cm 2.05 GeV 24.5 keV 10.6 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -345 um -9.37 cm 1.84 cm 1.64 keV 0 eV 0 fm 0 fm World initStep + 1 -350 um -9.38 cm 1.84 cm 455 keV 1.64 keV 111 um 111 um World eIoni + 2 -377 um -20 cm 1.84 cm 1.06 GeV 16.4 keV 11 cm 11.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -345 um -9.36 cm 1.84 cm 3.78 keV 0 eV 0 fm 0 fm World initStep + 1 -340 um -9.38 cm 1.84 cm 1.95 MeV 3.78 keV 438 um 438 um World eIoni + 2 -332 um -9.48 cm 1.84 cm 11.9 MeV 111 eV 998 um 1.44 mm World eIoni + 3 -315 um -20 cm 1.85 cm 1.06 GeV 18.9 keV 10.5 cm 10.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -2.36 um -5.9 cm 1.61 cm 640 MeV 11.3 keV 6.39 cm 6.39 cm World eIoni + 2 -59.1 um -8.54 cm 1.78 cm 904 MeV 7.08 keV 2.64 cm 9.03 cm World eIoni + 3 -82.4 um -10 cm 1.86 cm 1.05 GeV 3.82 keV 1.48 cm 10.5 cm World eIoni + 4 -177 um -20 cm 2.18 cm 2.05 GeV 24.6 keV 9.99 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -82.4 um -10 cm 1.86 cm 8.43 keV 0 eV 0 fm 0 fm World initStep + 1 -109 um -10.1 cm 1.86 cm 4.47 MeV 1.56 keV 533 um 533 um World eIoni + 2 -2.35 mm -16.6 cm 2.03 cm 661 MeV 9.77 keV 6.58 cm 6.63 cm World eIoni + 3 -4.1 mm -20 cm 2.12 cm 998 MeV 9.84 keV 3.37 cm 10 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.35 mm -16.6 cm 2.03 cm 7.83 keV 0 eV 0 fm 0 fm World initStep + 1 -2.33 mm -16.7 cm 2.03 cm 6.94 MeV 4.66 keV 1.28 mm 1.28 mm World eIoni + 2 -2.62 mm -17.2 cm 2.25 cm 53.8 MeV 820 eV 5.65 mm 6.92 mm World eIoni + 3 -2.75 mm -20 cm 2.38 cm 337 MeV 6.79 keV 2.84 cm 3.53 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.62 mm -17.2 cm 2.25 cm 20.7 keV 0 eV 0 fm 0 fm World initStep + 1 -2.58 mm -17.3 cm 2.24 cm 13.1 MeV 3.03 keV 1.41 mm 1.41 mm World eIoni + 2 -540 um -20 cm 2.29 cm 284 MeV 4.99 keV 2.73 cm 2.87 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -59.1 um -8.54 cm 1.78 cm 1.87 keV 0 eV 0 fm 0 fm World initStep + 1 -61.3 um -8.55 cm 1.78 cm 566 keV 1.87 keV 135 um 135 um World eIoni + 2 -72.7 um -20 cm 1.79 cm 1.15 GeV 17.3 keV 11.8 cm 11.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.36 um -5.9 cm 1.61 cm 2.59 keV 0 eV 0 fm 0 fm World initStep + 1 -9.38 um -5.91 cm 1.61 cm 996 keV 2.59 keV 229 um 229 um World eIoni + 2 -149 um -6.81 cm 1.59 cm 90.2 MeV 1.07 keV 8.93 mm 9.16 mm World eIoni + 3 1.23 mm -20 cm 1.61 cm 1.41 GeV 33.3 keV 13.2 cm 14.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 33.2 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 187 um -7.11 cm 1.74 cm 762 MeV 11.7 keV 7.6 cm 7.6 cm World eIoni + 2 424 um -14.8 cm 2.1 cm 1.53 GeV 15.5 keV 7.74 cm 15.3 cm World eIoni + 3 523 um -20 cm 2.26 cm 2.05 GeV 13.9 keV 5.16 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 424 um -14.8 cm 2.1 cm 992 eV 0 eV 0 fm 0 fm World initStep + 1 425 um -14.8 cm 2.1 cm 196 keV 992 eV 52.6 um 52.6 um World eIoni + 2 429 um -20 cm 2.11 cm 516 MeV 8.71 keV 5.56 cm 5.57 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 187 um -7.11 cm 1.74 cm 13.7 keV 0 eV 0 fm 0 fm World initStep + 1 146 um -7.27 cm 1.73 cm 16.2 MeV 5.25 keV 2.31 mm 2.31 mm World eIoni + 2 -637 um -7.76 cm 2.01 cm 65.9 MeV 908 eV 5.95 mm 8.25 mm World eIoni + 3 -1.97 mm -20 cm 2.46 cm 1.29 GeV 24.8 keV 12.3 cm 13.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 21.5 um -2.34 cm 1.21 cm 284 MeV 4.75 keV 2.8 cm 2.8 cm World eIoni + 2 10.1 um -3.8 cm 1.43 cm 430 MeV 6.52 keV 1.48 cm 4.27 cm World eIoni + 3 -25.2 um -8.52 cm 1.8 cm 902 MeV 9.44 keV 4.74 cm 9.01 cm World eIoni + 4 -70.9 um -20 cm 2.22 cm 2.05 GeV 25.2 keV 11.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -25.2 um -8.52 cm 1.8 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 -25.9 um -8.53 cm 1.8 cm 208 keV 1.03 keV 55.2 um 55.2 um World eIoni + 2 3.5 mm -18.4 cm 2.23 mm 985 MeV 25.7 keV 11.4 cm 11.4 cm World eIoni + 3 2.23 mm -20 cm -9.39 mm 1.15 GeV 4.51 keV 2.01 cm 13.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 10.1 um -3.8 cm 1.43 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 10.4 um -3.8 cm 1.43 cm 293 keV 1.26 keV 74.5 um 74.5 um World eIoni + 2 12.4 um -20 cm 1.43 cm 1.62 GeV 39.1 keV 18.5 cm 18.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 21.5 um -2.34 cm 1.21 cm 4.33 keV 0 eV 0 fm 0 fm World initStep + 1 22.6 um -2.36 cm 1.21 cm 2.46 MeV 4.33 keV 554 um 554 um World eIoni + 2 22.6 um -2.37 cm 1.21 cm 3.4 MeV 0 eV 93.5 um 647 um World eIoni + 3 483 um -5.08 cm 1.18 cm 274 MeV 2.76 keV 2.71 cm 2.78 cm World eIoni + 4 458 um -16 cm 1.23 cm 1.36 GeV 28.1 keV 10.9 cm 13.7 cm World eIoni + 5 488 um -20 cm 1.24 cm 1.77 GeV 8.87 keV 4.05 cm 17.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 458 um -16 cm 1.23 cm 7.94 keV 0 eV 0 fm 0 fm World initStep + 1 424 um -16 cm 1.23 cm 7.24 MeV 3.35 keV 1.44 mm 1.44 mm World eIoni + 2 -462 um -16.3 cm 1.41 cm 39.8 MeV 345 eV 4.13 mm 5.57 mm World eIoni + 3 -1.26 mm -20 cm 1.56 cm 405 MeV 6.85 keV 3.66 cm 4.22 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm -15.6 cm 1.31 cm 1.69 keV 0 eV 0 fm 0 fm World initStep - 1 1.22 mm -15.6 cm 1.31 cm 476 keV 1.69 keV 115 um 115 um World eIoni - 2 1.24 mm -20 cm 1.31 cm 436 MeV 8.68 keV 4.42 cm 4.43 cm OutOfWorldTransportation + 0 483 um -5.08 cm 1.18 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 484 um -5.08 cm 1.18 cm 251 keV 1.15 keV 65.1 um 65.1 um World eIoni + 2 -1.06 cm -18.4 cm 2.28 cm 1.33 GeV 29.1 keV 15.4 cm 15.4 cm World eIoni + 3 -1.33 cm -20 cm 3.42 cm 1.49 GeV 3.26 keV 1.93 cm 17.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5599,170 +4483,97 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -63.8 um -5.48 cm 1.61 cm 598 MeV 13.2 keV 5.97 cm 5.97 cm World eIoni - 2 -160 um -20 cm 2.24 cm 2.05 GeV 29.2 keV 14.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -63.8 um -5.48 cm 1.61 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 -60.4 um -5.49 cm 1.61 cm 293 keV 1.26 keV 74.6 um 74.6 um World eIoni - 2 -35.8 um -20 cm 1.61 cm 1.45 GeV 28.5 keV 16.3 cm 16.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 457 um -11.1 cm 1.93 cm 1.16 GeV 23.6 keV 11.6 cm 11.6 cm World eIoni - 2 487 um -13.1 cm 2.01 cm 1.36 GeV 3.63 keV 1.97 cm 13.6 cm World eIoni - 3 569 um -20 cm 2.21 cm 2.05 GeV 13.3 keV 6.89 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 487 um -13.1 cm 2.01 cm 8.15 keV 0 eV 0 fm 0 fm World initStep - 1 479 um -13.2 cm 2.01 cm 7.55 MeV 5.9 keV 1.48 mm 1.48 mm World eIoni - 2 49.7 um -13.2 cm 2.09 cm 6.49 MeV 172 eV 1.11 mm 2.58 mm World eIoni - 3 -462 um -13.6 cm 2.19 cm 52.1 MeV 1.87 keV 4.75 mm 7.33 mm World eIoni - 4 -788 um -15 cm 2.24 cm 185 MeV 1.72 keV 1.33 cm 2.07 cm World eIoni - 5 -993 um -17.5 cm 2.28 cm 442 MeV 6.51 keV 2.57 cm 4.63 cm World eIoni - 6 -1.05 mm -18.8 cm 2.29 cm 574 MeV 966 eV 1.32 cm 5.95 cm World eIoni - 7 -1.06 mm -19.2 cm 2.3 cm 613 MeV 545 eV 3.96 mm 6.35 cm World eIoni - 8 -1.09 mm -20 cm 2.3 cm 689 MeV 1.93 keV 7.6 mm 7.11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 mm -19.2 cm 2.3 cm 3.57 keV 0 eV 0 fm 0 fm World initStep - 1 -1.06 mm -19.3 cm 2.3 cm 1.75 MeV 3.57 keV 395 um 395 um World eIoni - 2 -1.03 mm -19.6 cm 2.3 cm 33 MeV 403 eV 3.13 mm 3.52 mm World eIoni - 3 -1.02 mm -20 cm 2.3 cm 76.1 MeV 448 eV 4.31 mm 7.83 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -18.8 cm 2.29 cm 4.63 keV 0 eV 0 fm 0 fm World initStep - 1 -1.06 mm -18.9 cm 2.29 cm 2.78 MeV 4.63 keV 622 um 622 um World eIoni - 2 -1.07 mm -19 cm 2.29 cm 18.8 MeV 369 eV 1.6 mm 2.22 mm World eIoni - 3 -1.07 mm -20 cm 2.29 cm 116 MeV 1.64 keV 9.69 mm 1.19 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -993 um -17.5 cm 2.28 cm 2.78 keV 0 eV 0 fm 0 fm World initStep - 1 -999 um -17.5 cm 2.28 cm 1.13 MeV 2.78 keV 259 um 259 um World eIoni - 2 -1.01 mm -17.6 cm 2.28 cm 10.9 MeV 153 eV 978 um 1.24 mm World eIoni - 3 -1.05 mm -20 cm 2.28 cm 247 MeV 5.61 keV 2.36 cm 2.49 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -788 um -15 cm 2.24 cm 1.27 keV 0 eV 0 fm 0 fm World initStep - 1 -791 um -15 cm 2.24 cm 297 keV 1.27 keV 75.5 um 75.5 um World eIoni - 2 -807 um -20 cm 2.24 cm 504 MeV 8.83 keV 5.22 cm 5.23 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -462 um -13.6 cm 2.19 cm 18.4 keV 0 eV 0 fm 0 fm World initStep - 1 -414 um -13.8 cm 2.2 cm 23.3 MeV 3 keV 3.02 mm 3.02 mm World eIoni - 2 -43.8 um -13.9 cm 2.26 cm 28.6 MeV 60.2 eV 893 um 3.91 mm World eIoni - 3 2.94 mm -18.1 cm 2.78 cm 450 MeV 5.09 keV 4.3 cm 4.69 cm World eIoni - 4 3.25 mm -20 cm 2.84 cm 638 MeV 3.07 keV 1.88 cm 6.57 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm -18.1 cm 2.78 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 2.94 mm -18.1 cm 2.78 cm 251 keV 1.15 keV 65.2 um 65.2 um World eIoni - 2 2.92 mm -20 cm 2.78 cm 188 MeV 3.73 keV 1.91 cm 1.92 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 457 um -11.1 cm 1.93 cm 1.45 keV 0 eV 0 fm 0 fm World initStep - 1 460 um -11.1 cm 1.93 cm 371 keV 1.45 keV 92.1 um 92.1 um World eIoni - 2 481 um -20 cm 1.93 cm 886 MeV 12.9 keV 9.26 cm 9.27 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 17.7 um -9.19 mm 8.57 mm 142 MeV 2.39 keV 1.33 cm 1.33 cm World eIoni - 2 -5.14 um -8.68 cm 1.81 cm 918 MeV 15.8 keV 7.84 cm 9.17 cm World eIoni - 3 -6.29 um -18.2 cm 2.17 cm 1.87 GeV 18.6 keV 9.48 cm 18.7 cm World eIoni - 4 -5.66 um -20 cm 2.22 cm 2.05 GeV 3.05 keV 1.85 cm 20.5 cm OutOfWorldTransportation + 1 -78.5 um -3.12 cm 1.34 cm 362 MeV 8.1 keV 3.59 cm 3.59 cm World eIoni + 2 -121 um -10.6 cm 1.93 cm 1.11 GeV 12.4 keV 7.5 cm 11.1 cm World eIoni + 3 -123 um -11.3 cm 1.96 cm 1.18 GeV 1.5 keV 7.09 mm 11.8 cm World eIoni + 4 -141 um -20 cm 2.26 cm 2.05 GeV 18.3 keV 8.7 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 um -18.2 cm 2.17 cm 12.7 keV 0 eV 0 fm 0 fm World initStep - 1 -56.6 um -18.3 cm 2.17 cm 14.1 MeV 3.92 keV 2.02 mm 2.02 mm World eIoni - 2 4 mm -20 cm 2.24 cm 185 MeV 4.01 keV 1.81 cm 2.01 cm OutOfWorldTransportation + 0 -123 um -11.3 cm 1.96 cm 2.85 keV 0 eV 0 fm 0 fm World initStep + 1 -118 um -11.3 cm 1.96 cm 1.18 MeV 2.85 keV 269 um 269 um World eIoni + 2 -227 um -11.9 cm 1.95 cm 62.7 MeV 526 eV 6.16 mm 6.43 mm World eIoni + 3 -246 um -19.6 cm 1.91 cm 827 MeV 16.4 keV 7.64 cm 8.28 cm World eIoni + 4 -244 um -20 cm 1.91 cm 869 MeV 1.08 keV 4.26 mm 8.71 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -246 um -19.6 cm 1.91 cm 42.1 keV 0 eV 0 fm 0 fm World initStep + 1 -276 um -19.6 cm 1.91 cm 3.93 MeV 318 eV 400 um 400 um World eIoni + 2 -293 um -20 cm 1.91 cm 42.7 MeV 664 eV 3.87 mm 4.27 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.14 um -8.68 cm 1.81 cm 2.14 keV 0 eV 0 fm 0 fm World initStep - 1 -4.85 um -8.69 cm 1.82 cm 719 keV 2.14 keV 168 um 168 um World eIoni - 2 -64.1 um -9.04 cm 1.82 cm 36.5 MeV 525 eV 3.58 mm 3.75 mm World eIoni - 3 -677 um -18.4 cm 1.81 cm 975 MeV 15.2 keV 9.39 cm 9.76 cm World eIoni - 4 -739 um -20 cm 1.81 cm 1.13 GeV 3.09 keV 1.57 cm 11.3 cm OutOfWorldTransportation + 0 -121 um -10.6 cm 1.93 cm 1.94 keV 0 eV 0 fm 0 fm World initStep + 1 -116 um -10.6 cm 1.93 cm 605 keV 1.94 keV 144 um 144 um World eIoni + 2 -89.3 um -20 cm 1.93 cm 940 MeV 13.6 keV 9.6 cm 9.61 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -677 um -18.4 cm 1.81 cm 1.41 keV 0 eV 0 fm 0 fm World initStep - 1 -678 um -18.4 cm 1.81 cm 354 keV 1.41 keV 88.3 um 88.3 um World eIoni - 2 -685 um -20 cm 1.81 cm 157 MeV 1.85 keV 1.58 cm 1.59 cm OutOfWorldTransportation + 0 -78.5 um -3.12 cm 1.34 cm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 -74.1 um -3.13 cm 1.34 cm 376 keV 1.46 keV 93.1 um 93.1 um World eIoni + 2 -45.2 um -20 cm 1.34 cm 1.69 GeV 32.5 keV 18.4 cm 18.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 18.5 um -9.58 mm 8.71 mm 146 MeV 2.08 keV 1.37 cm 1.37 cm World eIoni + 2 -51.3 um -16 cm 2.11 cm 1.65 GeV 30.3 keV 15.1 cm 16.5 cm World eIoni + 3 -52.6 um -16.7 cm 2.13 cm 1.72 GeV 976 eV 6.74 mm 17.2 cm World eIoni + 4 -58.2 um -20 cm 2.22 cm 2.05 GeV 9.85 keV 3.34 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -52.6 um -16.7 cm 2.13 cm 1.27 keV 0 eV 0 fm 0 fm World initStep + 1 -53 um -16.7 cm 2.13 cm 298 keV 1.27 keV 75.6 um 75.6 um World eIoni + 2 -55 um -20 cm 2.12 cm 334 MeV 5.41 keV 3.42 cm 3.43 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -51.3 um -16 cm 2.11 cm 13.4 keV 0 eV 0 fm 0 fm World initStep + 1 -102 um -16.1 cm 2.1 cm 15.6 MeV 2.96 keV 2.26 mm 2.26 mm World eIoni + 2 19.5 um -16.2 cm 2.1 cm 18.1 MeV 72 eV 282 um 2.54 mm World eIoni + 3 2.33 mm -20 cm 2 cm 402 MeV 9.07 keV 3.86 cm 4.11 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -64.1 um -9.04 cm 1.82 cm 2.2 keV 0 eV 0 fm 0 fm World initStep - 1 -56.7 um -9.05 cm 1.82 cm 748 keV 2.2 keV 175 um 175 um World eIoni - 2 137 um -9.68 cm 1.81 cm 63.3 MeV 1.28 keV 6.26 mm 6.44 mm World eIoni - 3 3.74 mm -20 cm 1.4 cm 1.1 GeV 20.4 keV 10.3 cm 11 cm OutOfWorldTransportation + 0 19.5 um -16.2 cm 2.1 cm 7.95 keV 0 eV 0 fm 0 fm World initStep + 1 49.1 um -16.2 cm 2.1 cm 7.23 MeV 5.75 keV 1.44 mm 1.44 mm World eIoni + 2 -1.97 mm -17.1 cm 2.13 cm 91.5 MeV 1.14 keV 8.89 mm 1.03 cm World eIoni + 3 -2.97 mm -20 cm 2.15 cm 385 MeV 4.93 keV 2.93 cm 3.97 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 17.7 um -9.19 mm 8.57 mm 1.14 keV 0 eV 0 fm 0 fm World initStep - 1 16.2 um -9.21 mm 8.57 mm 249 keV 1.14 keV 64.2 um 64.2 um World eIoni - 2 1.42 cm -14 cm -4.49 cm 1.31 GeV 26.3 keV 15.2 cm 15.2 cm World eIoni - 3 4.52 cm -19.5 cm -6.65 cm 1.86 GeV 12.9 keV 6.64 cm 21.8 cm OutOfWorldTransportation + 0 18.5 um -9.58 mm 8.71 mm 1.91 keV 0 eV 0 fm 0 fm World initStep + 1 13.4 um -9.63 mm 8.71 mm 589 keV 1.91 keV 141 um 141 um World eIoni + 2 -14.3 um -20 cm 8.69 mm 1.9 GeV 31.5 keV 20 cm 20 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5770,7 +4581,70 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 40.5 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 952 nm -3.95 mm 5.97 mm 89.6 MeV 1.57 keV 7.46 mm 7.46 mm World eIoni + 2 287 um -13.1 cm 2.02 cm 1.36 GeV 27.1 keV 12.8 cm 13.6 cm World eIoni + 3 395 um -20 cm 2.23 cm 2.05 GeV 10.2 keV 6.91 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 287 um -13.1 cm 2.02 cm 6.03 keV 0 eV 0 fm 0 fm World initStep + 1 294 um -13.1 cm 2.01 cm 4.45 MeV 6.03 keV 997 um 997 um World eIoni + 2 323 um -13.6 cm 2.01 cm 47.7 MeV 1.71 keV 4.33 mm 5.33 mm World eIoni + 3 359 um -20 cm 2.02 cm 691 MeV 13.4 keV 6.43 cm 6.96 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 952 nm -3.95 mm 5.97 mm 6.65 keV 0 eV 0 fm 0 fm World initStep + 1 23.8 um -4.45 mm 5.96 mm 5.3 MeV 4.58 keV 1.16 mm 1.16 mm World eIoni + 2 -1.35 mm -6.88 mm 5.47 mm 29.6 MeV 246 eV 3.4 mm 4.56 mm World eIoni + 3 -2.51 mm -5.03 cm 5.27 mm 463 MeV 7.52 keV 4.34 cm 4.8 cm World eIoni + 4 -3.02 mm -15.8 cm 5.41 mm 1.54 GeV 29.8 keV 10.8 cm 15.6 cm World eIoni + 5 -3.13 mm -20 cm 5.43 mm 1.96 GeV 9.34 keV 4.16 cm 19.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.02 mm -15.8 cm 5.41 mm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 -3.02 mm -15.8 cm 5.4 mm 320 keV 1.33 keV 80.6 um 80.6 um World eIoni + 2 -3 mm -20 cm 5.39 mm 416 MeV 7.94 keV 4.27 cm 4.28 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.51 mm -5.03 cm 5.27 mm 3.54 keV 0 eV 0 fm 0 fm World initStep + 1 -2.51 mm -5.04 cm 5.25 mm 1.73 MeV 3.54 keV 390 um 390 um World eIoni + 2 -2.47 mm -5.41 cm 5.26 mm 38.2 MeV 487 eV 3.65 mm 4.04 mm World eIoni + 3 -2.37 mm -7.4 cm 5.32 mm 238 MeV 2.74 keV 2 cm 2.4 cm World eIoni + 4 -2.31 mm -16.4 cm 5.44 mm 1.13 GeV 17.2 keV 8.97 cm 11.4 cm World eIoni + 5 -2.29 mm -20 cm 5.49 mm 1.5 GeV 5.62 keV 3.63 cm 15 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.31 mm -16.4 cm 5.44 mm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 -2.31 mm -16.4 cm 5.44 mm 373 keV 1.46 keV 92.4 um 92.4 um World eIoni + 2 -2.33 mm -20 cm 5.46 mm 363 MeV 7.82 keV 3.69 cm 3.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.37 mm -7.4 cm 5.32 mm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 -2.37 mm -7.41 cm 5.32 mm 249 keV 1.15 keV 64.7 um 64.7 um World eIoni + 2 -2.36 mm -20 cm 5.29 mm 1.26 GeV 32.3 keV 14.4 cm 14.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5778,28 +4652,359 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 8.79 um -9.14 mm 8.57 mm 141 MeV 3.59 keV 1.33 cm 1.33 cm World eIoni - 2 58.9 um -20 cm 2.23 cm 2.05 GeV 37.8 keV 19.2 cm 20.5 cm OutOfWorldTransportation + 1 -431 um -12.6 cm 1.96 cm 1.31 GeV 22.6 keV 13.1 cm 13.1 cm World eIoni + 2 -498 um -14.2 cm 2.02 cm 1.47 GeV 3.38 keV 1.6 cm 14.7 cm World eIoni + 3 -689 um -20 cm 2.18 cm 2.05 GeV 12.4 keV 5.84 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -498 um -14.2 cm 2.02 cm 6.53 keV 0 eV 0 fm 0 fm World initStep + 1 -505 um -14.2 cm 2.02 cm 277 keV 73.5 eV 29.4 um 29.4 um World eIoni + 2 -6.48 mm -18.1 cm 2.44 cm 397 MeV 8.97 keV 4.09 cm 4.09 cm World eIoni + 3 -4.83 mm -20 cm 2.66 cm 584 MeV 3.89 keV 1.89 cm 5.98 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.79 um -9.14 mm 8.57 mm 3.69 keV 0 eV 0 fm 0 fm World initStep - 1 -573 nm -9.31 mm 8.56 mm 1.86 MeV 3.69 keV 420 um 420 um World eIoni - 2 -2.63 um -1.04 cm 8.55 mm 12.4 MeV 155 eV 1.05 mm 1.47 mm World eIoni - 3 149 um -17.8 cm 5.62 mm 1.69 GeV 27.7 keV 16.8 cm 16.9 cm World eIoni - 4 199 um -20 cm 5.27 mm 1.91 GeV 3.07 keV 2.17 cm 19.1 cm OutOfWorldTransportation + 0 -431 um -12.6 cm 1.96 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -433 um -12.6 cm 1.96 cm 222 keV 1.07 keV 58.5 um 58.5 um World eIoni + 2 -444 um -20 cm 1.96 cm 744 MeV 19.1 keV 8.15 cm 8.16 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 233 um -7.05 cm 1.71 cm 754 MeV 13.1 keV 7.53 cm 7.53 cm World eIoni + 2 356 um -20 cm 2.22 cm 2.05 GeV 25.9 keV 13 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 233 um -7.05 cm 1.71 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 236 um -7.05 cm 1.71 cm 250 keV 1.15 keV 64.8 um 64.8 um World eIoni + 2 260 um -20 cm 1.71 cm 1.3 GeV 29.9 keV 14.9 cm 14.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -389 um -14.3 cm 2.11 cm 1.48 GeV 27.2 keV 14.8 cm 14.8 cm World eIoni + 2 -454 um -20 cm 2.28 cm 2.05 GeV 12.2 keV 5.72 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -389 um -14.3 cm 2.11 cm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 -384 um -14.3 cm 2.11 cm 383 keV 1.48 keV 94.8 um 94.8 um World eIoni + 2 -361 um -20 cm 2.11 cm 571 MeV 14.3 keV 5.86 cm 5.87 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.8 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -111 um -4.27 cm 1.49 cm 477 MeV 11.9 keV 4.75 cm 4.75 cm World eIoni + 2 -125 um -5.12 cm 1.57 cm 562 MeV 2.86 keV 8.58 mm 5.6 cm World eIoni + 3 -211 um -16 cm 2.12 cm 1.65 GeV 26.2 keV 10.9 cm 16.5 cm World eIoni + 4 -225 um -20 cm 2.23 cm 2.05 GeV 6.65 keV 4.04 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -211 um -16 cm 2.12 cm 2.14 keV 0 eV 0 fm 0 fm World initStep + 1 -212 um -16 cm 2.12 cm 718 keV 2.14 keV 168 um 168 um World eIoni + 2 71.5 um -17.5 cm 2.2 cm 153 MeV 3.38 keV 1.52 cm 1.54 cm World eIoni + 3 492 um -20 cm 2.29 cm 404 MeV 4.07 keV 2.51 cm 4.05 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -125 um -5.12 cm 1.57 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -122 um -5.12 cm 1.57 cm 221 keV 1.07 keV 58.3 um 58.3 um World eIoni + 2 -2.07 cm -16 cm -1.79 cm 1.09 GeV 24.7 keV 12.6 cm 12.6 cm World eIoni + 3 -2.87 cm -19.8 cm -3.24 cm 1.47 GeV 10.9 keV 4.13 cm 16.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -111 um -4.27 cm 1.49 cm 11.3 keV 0 eV 0 fm 0 fm World initStep + 1 -132 um -4.38 cm 1.48 cm 12.4 MeV 4.16 keV 1.96 mm 1.96 mm World eIoni + 2 1.36 mm -5.32 cm 1.4 cm 106 MeV 526 eV 9.62 mm 1.16 cm World eIoni + 3 3.13 mm -20 cm 1.3 cm 1.57 GeV 27 keV 14.7 cm 15.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 645 um -17.6 cm 2.22 cm 1.81 GeV 32.7 keV 18.1 cm 18.1 cm World eIoni + 2 702 um -20 cm 2.28 cm 2.05 GeV 4.21 keV 2.41 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 645 um -17.6 cm 2.22 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 647 um -17.6 cm 2.22 cm 263 keV 1.18 keV 67.9 um 67.9 um World eIoni + 2 657 um -20 cm 2.22 cm 241 MeV 3.99 keV 2.46 cm 2.46 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -598 nm -190 um 1.38 mm 51.9 MeV 182 eV 1.4 mm 1.4 mm World eIoni + 2 -1.85 um -9.47 mm 8.66 mm 145 MeV 3.18 keV 1.22 cm 1.36 cm World eIoni + 3 -37.2 um -7.3 cm 1.73 cm 780 MeV 8.44 keV 6.43 cm 7.79 cm World eIoni + 4 -44.6 um -12.4 cm 1.99 cm 1.29 GeV 10.1 keV 5.09 cm 12.9 cm World eIoni + 5 -44.8 um -12.6 cm 2 cm 1.31 GeV 193 eV 1.94 mm 13.1 cm World eIoni + 6 -46.1 um -20 cm 2.23 cm 2.05 GeV 16.9 keV 7.42 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -44.8 um -12.6 cm 2 cm 1.66 keV 0 eV 0 fm 0 fm World initStep + 1 -48.1 um -12.6 cm 2 cm 466 keV 1.66 keV 113 um 113 um World eIoni + 2 -65.7 um -20 cm 1.99 cm 741 MeV 9.4 keV 7.6 cm 7.61 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -44.6 um -12.4 cm 1.99 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 -42.4 um -12.4 cm 1.99 cm 211 keV 1.04 keV 56 um 56 um World eIoni + 2 -24.4 um -20 cm 1.99 cm 761 MeV 14 keV 8.43 cm 8.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -37.2 um -7.3 cm 1.73 cm 2.57 keV 0 eV 0 fm 0 fm World initStep + 1 -29.5 um -7.31 cm 1.73 cm 985 keV 2.57 keV 226 um 226 um World eIoni + 2 -6.74 um -7.45 cm 1.73 cm 14.6 MeV 165 eV 1.36 mm 1.59 mm World eIoni + 3 185 um -9.39 cm 1.75 cm 209 MeV 2.68 keV 1.94 cm 2.1 cm World eIoni + 4 293 um -20 cm 1.75 cm 1.27 GeV 21.5 keV 10.6 cm 12.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 185 um -9.39 cm 1.75 cm 2.58 keV 0 eV 0 fm 0 fm World initStep + 1 188 um -9.4 cm 1.75 cm 990 keV 2.58 keV 227 um 227 um World eIoni + 2 -509 um -11 cm 1.76 cm 166 MeV 2.52 keV 1.65 cm 1.67 cm World eIoni + 3 -1.86 mm -13.6 cm 1.71 cm 422 MeV 3.95 keV 2.56 cm 4.24 cm World eIoni + 4 -3.2 mm -20 cm 1.66 cm 1.06 GeV 8.6 keV 6.39 cm 10.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.86 mm -13.6 cm 1.71 cm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 -1.86 mm -13.6 cm 1.71 cm 239 keV 1.12 keV 62.4 um 62.4 um World eIoni + 2 -1.87 mm -20 cm 1.71 cm 639 MeV 13.1 keV 6.84 cm 6.85 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.85 um -9.47 mm 8.66 mm 1.4 keV 0 eV 0 fm 0 fm World initStep + 1 551 nm -9.51 mm 8.66 mm 349 keV 1.4 keV 87.1 um 87.1 um World eIoni + 2 17.7 um -20 cm 8.63 mm 1.91 GeV 36.4 keV 21.4 cm 21.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -598 nm -190 um 1.38 mm 9.88 keV 0 eV 0 fm 0 fm World initStep + 1 -35.3 um -1.15 mm 1.39 mm 10.2 MeV 5.4 keV 1.76 mm 1.76 mm World eIoni + 2 -115 um -2.9 mm -695 um 27.8 MeV 951 eV 3.04 mm 4.8 mm World eIoni + 3 -927 um -17.7 cm -6.19 mm 1.77 GeV 32.4 keV 17.4 cm 17.9 cm World eIoni + 4 -1e+03 um -20 cm -6.52 mm 2 GeV 5.92 keV 2.33 cm 20.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -927 um -17.7 cm -6.19 mm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -925 um -17.7 cm -6.19 mm 216 keV 1.05 keV 57.1 um 57.1 um World eIoni + 2 -908 um -20 cm -6.18 mm 233 MeV 6.74 keV 2.39 cm 2.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -8.77 um -1.11 cm 9.22 mm 161 MeV 3.77 keV 1.53 cm 1.53 cm World eIoni + 2 -7.73 um -3.94 cm 1.44 cm 444 MeV 8.21 keV 2.89 cm 4.42 cm World eIoni + 3 866 nm -5.3 cm 1.58 cm 580 MeV 1.96 keV 1.36 cm 5.79 cm World eIoni + 4 38.8 um -20 cm 2.21 cm 2.05 GeV 29.4 keV 14.7 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 866 nm -5.3 cm 1.58 cm 4.85 keV 0 eV 0 fm 0 fm World initStep + 1 4.35 um -5.32 cm 1.58 cm 1.76 MeV 1.16 keV 213 um 213 um World eIoni + 2 -6.44 mm -15.2 cm 1.24 cm 987 MeV 18.1 keV 9.92 cm 9.94 cm World eIoni + 3 -1.1 cm -20 cm 1.14 cm 1.47 GeV 8.42 keV 4.82 cm 14.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -6.44 mm -15.2 cm 1.24 cm 3.32 keV 0 eV 0 fm 0 fm World initStep + 1 -6.45 mm -15.2 cm 1.24 cm 1.55 MeV 3.32 keV 349 um 349 um World eIoni + 2 -6.43 mm -15.4 cm 1.24 cm 26.9 MeV 166 eV 2.54 mm 2.89 mm World eIoni + 3 -6.4 mm -16.9 cm 1.23 cm 177 MeV 2.88 keV 1.5 cm 1.79 cm World eIoni + 4 -6.44 mm -20 cm 1.23 cm 482 MeV 7.53 keV 3.05 cm 4.84 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -6.4 mm -16.9 cm 1.23 cm 10.1 keV 0 eV 0 fm 0 fm World initStep + 1 -6.41 mm -17 cm 1.24 cm 9.54 MeV 3.09 keV 1.41 mm 1.41 mm World eIoni + 2 -5.18 mm -20 cm 1.1 cm 306 MeV 5.25 keV 2.98 cm 3.12 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -6.43 mm -15.4 cm 1.24 cm 50.3 keV 0 eV 0 fm 0 fm World initStep + 1 -6.62 mm -16.4 cm 1.24 cm 95.2 MeV 7.36 keV 1.11 cm 1.11 cm World eIoni + 2 -4.46 mm -19 cm 1.78 cm 353 MeV 5.12 keV 2.66 cm 3.77 cm World eIoni + 3 -4.04 mm -20 cm 1.88 cm 458 MeV 653 eV 1.05 cm 4.82 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.73 um -3.94 cm 1.44 cm 1.7 keV 0 eV 0 fm 0 fm World initStep + 1 -11.8 um -3.95 cm 1.44 cm 483 keV 1.7 keV 117 um 117 um World eIoni + 2 -35.9 um -20 cm 1.44 cm 1.61 GeV 24.7 keV 17 cm 17 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -8.77 um -1.11 cm 9.22 mm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 -7.51 um -1.11 cm 9.22 mm 272 keV 1.21 keV 69.7 um 69.7 um World eIoni + 2 -3.41 cm -16.2 cm -6.11 mm 1.51 GeV 36.7 keV 17.4 cm 17.4 cm World eIoni + 3 -4.88 cm -19.4 cm -7.55 mm 1.83 GeV 7.83 keV 3.5 cm 20.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -159 um -5.3 cm 1.59 cm 580 MeV 9.87 keV 5.79 cm 5.79 cm World eIoni + 2 -247 um -10.1 cm 1.89 cm 1.06 GeV 9.52 keV 4.76 cm 10.5 cm World eIoni + 3 -335 um -17.4 cm 2.16 cm 1.79 GeV 17 keV 7.36 cm 17.9 cm World eIoni + 4 -356 um -20 cm 2.23 cm 2.05 GeV 4.47 keV 2.59 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -335 um -17.4 cm 2.16 cm 4.91 keV 0 eV 0 fm 0 fm World initStep + 1 -334 um -17.4 cm 2.16 cm 3 MeV 1.53 keV 540 um 540 um World eIoni + 2 1.18 mm -20 cm 2.07 cm 259 MeV 3.8 keV 2.6 cm 2.65 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -247 um -10.1 cm 1.89 cm 1.42 keV 0 eV 0 fm 0 fm World initStep + 1 -243 um -10.1 cm 1.89 cm 358 keV 1.42 keV 89.1 um 89.1 um World eIoni + 2 -218 um -20 cm 1.89 cm 994 MeV 19.3 keV 10.5 cm 10.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -159 um -5.3 cm 1.59 cm 4.92 keV 0 eV 0 fm 0 fm World initStep + 1 -148 um -5.33 cm 1.59 cm 3.09 MeV 4.92 keV 693 um 693 um World eIoni + 2 -143 um -5.56 cm 1.59 cm 25.7 MeV 229 eV 2.26 mm 2.96 mm World eIoni + 3 -148 um -20 cm 1.59 cm 1.47 GeV 29.5 keV 14.4 cm 14.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -320 um -10.6 cm 1.94 cm 1.11 GeV 20.3 keV 11.1 cm 11.1 cm World eIoni + 2 -521 um -20 cm 2.28 cm 2.05 GeV 22.3 keV 9.44 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -320 um -10.6 cm 1.94 cm 6.64 keV 0 eV 0 fm 0 fm World initStep + 1 -299 um -10.6 cm 1.94 cm 3.47 MeV 2.03 keV 437 um 437 um World eIoni + 2 2.21 mm -19.8 cm 2.14 cm 927 MeV 12.2 keV 9.29 cm 9.34 cm World eIoni + 3 2.3 mm -20 cm 2.14 cm 943 MeV 1.53 keV 1.62 mm 9.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 149 um -17.8 cm 5.62 mm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 147 um -17.8 cm 5.63 mm 205 keV 1.02 keV 54.5 um 54.5 um World eIoni - 2 134 um -20 cm 5.64 mm 217 MeV 4.68 keV 2.23 cm 2.23 cm OutOfWorldTransportation + 0 2.21 mm -19.8 cm 2.14 cm 6.76 keV 0 eV 0 fm 0 fm World initStep + 1 2.19 mm -19.9 cm 2.14 cm 5.45 MeV 6.76 keV 1.19 mm 1.19 mm World eIoni + 2 2.11 mm -20 cm 2.02 cm 16.5 MeV 402 eV 1.91 mm 3.1 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5807,56 +5012,929 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 19.6 um -2.02 cm 1.15 cm 251 MeV 3.88 keV 2.47 cm 2.47 cm World eIoni - 2 26.2 um -8.96 cm 1.82 cm 946 MeV 16.4 keV 6.98 cm 9.45 cm World eIoni - 3 13 um -20 cm 2.2 cm 2.05 GeV 21.9 keV 11 cm 20.5 cm OutOfWorldTransportation + 1 -29.6 um -2.95 cm 1.32 cm 345 MeV 6.91 keV 3.41 cm 3.41 cm World eIoni + 2 -45.5 um -5.81 cm 1.64 cm 631 MeV 6.45 keV 2.88 cm 6.3 cm World eIoni + 3 -63.6 um -20 cm 2.25 cm 2.05 GeV 31.6 keV 14.2 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 26.2 um -8.96 cm 1.82 cm 10.7 keV 0 eV 0 fm 0 fm World initStep - 1 69.3 um -9.07 cm 1.82 cm 11.5 MeV 3.62 keV 1.88 mm 1.88 mm World eIoni - 2 -1.18 mm -9.44 cm 1.81 cm 48.6 MeV 499 eV 3.95 mm 5.82 mm World eIoni - 3 -2.35 mm -11 cm 1.79 cm 205 MeV 3.42 keV 1.57 cm 2.15 cm World eIoni - 4 -3.07 mm -14.1 cm 1.79 cm 510 MeV 9.37 keV 3.06 cm 5.21 cm World eIoni - 5 -3.67 mm -20 cm 1.78 cm 1.1 GeV 11.6 keV 5.94 cm 11.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.07 mm -14.1 cm 1.79 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 -3.07 mm -14.1 cm 1.79 cm 204 keV 1.01 keV 54.2 um 54.2 um World eIoni - 2 -3.06 mm -20 cm 1.79 cm 594 MeV 12.1 keV 6.46 cm 6.46 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 mm -11 cm 1.79 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 -2.34 mm -11 cm 1.79 cm 363 keV 1.43 keV 90.2 um 90.2 um World eIoni - 2 -2.32 mm -20 cm 1.8 cm 900 MeV 15 keV 9.43 cm 9.44 cm OutOfWorldTransportation + 0 -45.5 um -5.81 cm 1.64 cm 1.98 keV 0 eV 0 fm 0 fm World initStep + 1 -51.6 um -5.82 cm 1.64 cm 625 keV 1.98 keV 148 um 148 um World eIoni + 2 -81.6 um -20 cm 1.64 cm 1.42 GeV 24.3 keV 14.6 cm 14.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 19.6 um -2.02 cm 1.15 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 20.6 um -2.02 cm 1.15 cm 213 keV 1.04 keV 56.4 um 56.4 um World eIoni - 2 -2.95 mm -12.3 cm 5.49 cm 1.03 GeV 25.5 keV 11.9 cm 11.9 cm World eIoni - 3 -2.87 cm -19.8 cm 12.4 cm 1.78 GeV 25.3 keV 10.7 cm 22.6 cm OutOfWorldTransportation + 0 -29.6 um -2.95 cm 1.32 cm 2.2 keV 0 eV 0 fm 0 fm World initStep + 1 -35.8 um -2.95 cm 1.33 cm 752 keV 2.2 keV 176 um 176 um World eIoni + 2 1.34 mm -5.29 cm 1.28 cm 235 MeV 2.95 keV 2.35 cm 2.36 cm World eIoni + 3 1.54 mm -5.43 cm 1.27 cm 249 MeV 291 eV 1.43 mm 2.51 cm World eIoni + 4 3.77 mm -7.8 cm 1.14 cm 485 MeV 5.01 keV 2.38 cm 4.89 cm World eIoni + 5 6.81 mm -15.1 cm 9.61 mm 1.21 GeV 15.5 keV 7.29 cm 12.2 cm World eIoni + 6 7 mm -15.8 cm 9.51 mm 1.28 GeV 1.11 keV 6.78 mm 12.9 cm World eIoni + 7 7.94 mm -20 cm 8.97 mm 1.7 GeV 14.1 keV 4.23 cm 17.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 7 mm -15.8 cm 9.51 mm 1.19 keV 0 eV 0 fm 0 fm World initStep + 1 6.99 mm -15.8 cm 9.51 mm 266 keV 1.19 keV 68.6 um 68.6 um World eIoni + 2 6.97 mm -20 cm 9.53 mm 423 MeV 8.97 keV 4.39 cm 4.39 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.81 mm -15.1 cm 9.61 mm 1.8 keV 0 eV 0 fm 0 fm World initStep + 1 6.82 mm -15.1 cm 9.61 mm 530 keV 1.8 keV 127 um 127 um World eIoni + 2 6.83 mm -20 cm 9.59 mm 491 MeV 7.28 keV 4.97 cm 4.99 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.77 mm -7.8 cm 1.14 cm 1.61 keV 0 eV 0 fm 0 fm World initStep + 1 3.78 mm -7.8 cm 1.14 cm 444 keV 1.61 keV 108 um 108 um World eIoni + 2 3.81 mm -20 cm 1.14 cm 1.22 GeV 23.2 keV 12.8 cm 12.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.54 mm -5.43 cm 1.27 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 1.54 mm -5.44 cm 1.27 cm 508 keV 1.75 keV 123 um 123 um World eIoni + 2 1.53 mm -20 cm 1.27 cm 1.46 GeV 25.8 keV 15.2 cm 15.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 176 nm -37.9 um 618 um 50.4 MeV 260 eV 619 um 619 um World eIoni + 2 -301 um -8.66 cm 1.82 cm 916 MeV 18.8 keV 9.09 cm 9.16 cm World eIoni + 3 -471 um -20 cm 2.22 cm 2.05 GeV 25.5 keV 11.3 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -301 um -8.66 cm 1.82 cm 2.49 keV 0 eV 0 fm 0 fm World initStep + 1 -292 um -8.67 cm 1.82 cm 931 keV 2.49 keV 215 um 215 um World eIoni + 2 -289 um -8.69 cm 1.82 cm 2.79 MeV 0 eV 186 um 401 um World eIoni + 3 -255 um -9.41 cm 1.81 cm 75 MeV 649 eV 7.22 mm 7.62 mm World eIoni + 4 -544 um -12.8 cm 1.77 cm 417 MeV 5.02 keV 3.42 cm 4.18 cm World eIoni + 5 -594 um -20 cm 1.74 cm 1.13 GeV 18.9 keV 7.17 cm 11.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -544 um -12.8 cm 1.77 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 -546 um -12.8 cm 1.77 cm 228 keV 1.09 keV 59.8 um 59.8 um World eIoni + 2 -557 um -20 cm 1.77 cm 717 MeV 14.4 keV 7.79 cm 7.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -255 um -9.41 cm 1.81 cm 2.08 keV 0 eV 0 fm 0 fm World initStep + 1 -254 um -9.42 cm 1.81 cm 683 keV 2.08 keV 161 um 161 um World eIoni + 2 -1.04 mm -11.5 cm 1.7 cm 211 MeV 1.29 keV 2.11 cm 2.13 cm World eIoni + 3 -2.8 mm -14 cm 1.54 cm 455 MeV 5.69 keV 2.45 cm 4.58 cm World eIoni + 4 -4.72 mm -20 cm 1.37 cm 1.06 GeV 14.8 keV 6.04 cm 10.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.8 mm -14 cm 1.54 cm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 -2.79 mm -14 cm 1.54 cm 371 keV 1.45 keV 92.1 um 92.1 um World eIoni + 2 -2.78 mm -20 cm 1.54 cm 604 MeV 11.4 keV 6.22 cm 6.23 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.04 mm -11.5 cm 1.7 cm 1.79 keV 0 eV 0 fm 0 fm World initStep + 1 -1.04 mm -11.5 cm 1.7 cm 527 keV 1.79 keV 127 um 127 um World eIoni + 2 -1.05 mm -20 cm 1.71 cm 847 MeV 14.8 keV 8.68 cm 8.69 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 176 nm -37.9 um 618 um 2.1 keV 0 eV 0 fm 0 fm World initStep + 1 -3.68 um -104 um 617 um 694 keV 2.1 keV 163 um 163 um World eIoni + 2 2.1 mm -3.09 cm 1.7 mm 309 MeV 3.97 keV 3.1 cm 3.11 cm World eIoni + 3 2.24 cm -18 cm 1.58 cm 1.8 GeV 28.9 keV 15.2 cm 18.3 cm World eIoni + 4 2.34 cm -19.9 cm 1.66 cm 1.99 GeV 3.7 keV 1.87 cm 20.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.24 cm -18 cm 1.58 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 2.24 cm -18 cm 1.58 cm 508 keV 1.75 keV 123 um 123 um World eIoni + 2 2.24 cm -19.9 cm 1.58 cm 188 MeV 4.07 keV 1.88 cm 1.89 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 12.6 um -1.91 cm 1.13 cm 241 MeV 3.6 keV 2.36 cm 2.36 cm World eIoni + 2 30.4 um -6.72 cm 1.69 cm 722 MeV 14.2 keV 4.85 cm 7.21 cm World eIoni + 3 27.5 um -20 cm 2.23 cm 2.05 GeV 27.4 keV 13.3 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 30.4 um -6.72 cm 1.69 cm 13.2 keV 0 eV 0 fm 0 fm World initStep + 1 52.4 um -6.75 cm 1.69 cm 2.81 MeV 393 eV 291 um 291 um World eIoni + 2 1.3 mm -8.61 cm 1.73 cm 189 MeV 1.67 keV 1.9 cm 1.93 cm World eIoni + 3 987 um -13.9 cm 1.84 cm 719 MeV 14.8 keV 5.3 cm 7.23 cm World eIoni + 4 844 um -20 cm 1.89 cm 1.33 GeV 17.5 keV 6.09 cm 13.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 987 um -13.9 cm 1.84 cm 7.37 keV 0 eV 0 fm 0 fm World initStep + 1 1.02 mm -14 cm 1.84 cm 6.36 MeV 7.37 keV 1.33 mm 1.33 mm World eIoni + 2 1.73 mm -14.2 cm 1.96 cm 33.1 MeV 371 eV 3.15 mm 4.48 mm World eIoni + 3 2.71 mm -20 cm 2.13 cm 609 MeV 10.2 keV 5.77 cm 6.21 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.3 mm -8.61 cm 1.73 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 1.3 mm -8.62 cm 1.73 cm 214 keV 1.04 keV 56.5 um 56.5 um World eIoni + 2 -867 um -18.9 cm 2.78 cm 1.03 GeV 32 keV 11.9 cm 11.9 cm World eIoni + 3 -1.93 mm -20 cm 3.1 cm 1.14 GeV 3.75 keV 1.14 cm 13.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 12.6 um -1.91 cm 1.13 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 14.8 um -1.91 cm 1.13 cm 268 keV 1.2 keV 68.9 um 68.9 um World eIoni + 2 2.23 mm -16.7 cm -2.11 cm 1.48 GeV 34 keV 17.1 cm 17.1 cm World eIoni + 3 1.85 cm -19.9 cm -2.46 cm 1.8 GeV 7.65 keV 3.61 cm 20.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -4.97 um -1.62 cm 1.07 cm 212 MeV 3.29 keV 2.07 cm 2.07 cm World eIoni + 2 52.5 um -13.2 cm 2.01 cm 1.37 GeV 26.1 keV 11.6 cm 13.7 cm World eIoni + 3 122 um -20 cm 2.21 cm 2.05 GeV 18.5 keV 6.79 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 52.5 um -13.2 cm 2.01 cm 1.64 keV 0 eV 0 fm 0 fm World initStep + 1 54.6 um -13.2 cm 2.01 cm 455 keV 1.64 keV 111 um 111 um World eIoni + 2 65.4 um -20 cm 2.01 cm 679 MeV 10.5 keV 6.95 cm 6.96 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.97 um -1.62 cm 1.07 cm 1.69 keV 0 eV 0 fm 0 fm World initStep + 1 -3.16 um -1.63 cm 1.07 cm 483 keV 1.69 keV 116 um 116 um World eIoni + 2 7.46 um -20 cm 1.07 cm 1.84 GeV 32.9 keV 19.6 cm 19.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 47 um -2.13 cm 1.18 cm 263 MeV 3.63 keV 2.59 cm 2.59 cm World eIoni + 2 132 um -5.51 cm 1.59 cm 601 MeV 5.36 keV 3.41 cm 6 cm World eIoni + 3 240 um -20 cm 2.21 cm 2.05 GeV 33.8 keV 14.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 132 um -5.51 cm 1.59 cm 1.19 keV 0 eV 0 fm 0 fm World initStep + 1 135 um -5.52 cm 1.59 cm 266 keV 1.19 keV 68.5 um 68.5 um World eIoni + 2 159 um -20 cm 1.6 cm 1.45 GeV 33.6 keV 16.7 cm 16.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 47 um -2.13 cm 1.18 cm 2.2 keV 0 eV 0 fm 0 fm World initStep + 1 52.8 um -2.14 cm 1.18 cm 752 keV 2.2 keV 175 um 175 um World eIoni + 2 10.7 um -2.39 cm 1.18 cm 26.5 MeV 335 eV 2.57 mm 2.75 mm World eIoni + 3 -96.6 um -20 cm 1.18 cm 1.79 GeV 30.2 keV 17.6 cm 17.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 440 um -15.5 cm 2.04 cm 1.6 GeV 33.4 keV 16 cm 16 cm World eIoni + 2 471 um -16.6 cm 2.07 cm 1.71 GeV 1.5 keV 1.1 cm 17.1 cm World eIoni + 3 553 um -20 cm 2.15 cm 2.05 GeV 5.45 keV 3.37 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 471 um -16.6 cm 2.07 cm 2.54 keV 0 eV 0 fm 0 fm World initStep + 1 479 um -16.6 cm 2.07 cm 965 keV 2.54 keV 222 um 222 um World eIoni + 2 785 um -17.6 cm 2.06 cm 91.7 MeV 869 eV 9.09 mm 9.31 mm World eIoni + 3 1.22 mm -18.4 cm 2.06 cm 178 MeV 3.18 keV 8.6 mm 1.79 cm World eIoni + 4 1.64 mm -20 cm 2.06 cm 337 MeV 2.54 keV 1.59 cm 3.38 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.22 mm -18.4 cm 2.06 cm 1.66 keV 0 eV 0 fm 0 fm World initStep + 1 1.22 mm -18.4 cm 2.06 cm 465 keV 1.66 keV 113 um 113 um World eIoni + 2 1.23 mm -20 cm 2.06 cm 159 MeV 2.33 keV 1.59 cm 1.61 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 440 um -15.5 cm 2.04 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 443 um -15.5 cm 2.04 cm 211 keV 1.04 keV 55.9 um 55.9 um World eIoni + 2 462 um -20 cm 2.04 cm 446 MeV 8.4 keV 4.72 cm 4.73 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 813 um -18.1 cm 2.21 cm 1.86 GeV 37.4 keV 18.6 cm 18.6 cm World eIoni + 2 965 um -20 cm 2.27 cm 2.05 GeV 4.01 keV 1.93 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 813 um -18.1 cm 2.21 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 810 um -18.1 cm 2.21 cm 505 keV 1.75 keV 122 um 122 um World eIoni + 2 796 um -20 cm 2.21 cm 193 MeV 3.97 keV 1.94 cm 1.95 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 79.2 um -5.07 cm 1.58 cm 557 MeV 11.9 keV 5.56 cm 5.56 cm World eIoni + 2 151 um -10.1 cm 1.91 cm 1.06 GeV 12.8 keV 5.05 cm 10.6 cm World eIoni + 3 235 um -20 cm 2.26 cm 2.05 GeV 21.3 keV 9.89 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 151 um -10.1 cm 1.91 cm 69.8 keV 0 eV 0 fm 0 fm World initStep + 1 148 um -11.7 cm 1.89 cm 161 MeV 7.3 keV 1.88 cm 1.88 cm World eIoni + 2 4.27 mm -12.5 cm 1.92 cm 236 MeV 1.32 keV 8.53 mm 2.73 cm World eIoni + 3 1.82 cm -19.9 cm 2.04 cm 982 MeV 14.4 keV 7.62 cm 10.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 79.2 um -5.07 cm 1.58 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 82 um -5.07 cm 1.57 cm 211 keV 1.04 keV 56 um 56 um World eIoni + 2 -4.27 cm -15.2 cm 1.64 cm 1.01 GeV 31 keV 11.7 cm 11.7 cm World eIoni + 3 -5.71 cm -19.2 cm 1.76 cm 1.41 GeV 6.48 keV 4.24 cm 15.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -13.2 um -8.31 mm 8.23 mm 133 MeV 1.9 keV 1.24 cm 1.24 cm World eIoni + 2 -11.8 um -1.22 cm 9.6 mm 172 MeV 802 eV 4.13 mm 1.65 cm World eIoni + 3 -7.07 um -4.19 cm 1.47 cm 469 MeV 7.7 keV 3.01 cm 4.67 cm World eIoni + 4 -29.3 um -14.4 cm 2.05 cm 1.49 GeV 21 keV 10.2 cm 14.9 cm World eIoni + 5 -45.7 um -20 cm 2.21 cm 2.05 GeV 12.7 keV 5.64 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -29.3 um -14.4 cm 2.05 cm 2.55 keV 0 eV 0 fm 0 fm World initStep + 1 -23.4 um -14.4 cm 2.05 cm 389 keV 451 eV 45.1 um 45.1 um World eIoni + 2 -127 um -20 cm 2 cm 559 MeV 9.05 keV 5.73 cm 5.74 cm World eIoni + 3 -185 um -20 cm 1.99 cm 564 MeV 22.3 eV 501 um 5.79 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.07 um -4.19 cm 1.47 cm 8.47 keV 0 eV 0 fm 0 fm World initStep + 1 21.1 um -4.26 cm 1.47 cm 7.15 MeV 2.13 keV 1.08 mm 1.08 mm World eIoni + 2 1.62 mm -5.29 cm 1.62 cm 110 MeV 995 eV 1.08 cm 1.18 cm World eIoni + 3 3.32 mm -20 cm 1.77 cm 1.58 GeV 30.8 keV 14.7 cm 15.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.62 mm -5.29 cm 1.62 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 1.62 mm -5.29 cm 1.62 cm 250 keV 1.15 keV 64.8 um 64.8 um World eIoni + 2 -6.17 mm -18.5 cm 3.76 mm 1.32 GeV 27.5 keV 15.3 cm 15.3 cm World eIoni + 3 -3.88 cm -19.6 cm 7.15 mm 1.43 GeV 7.74 keV 3.47 cm 18.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -11.8 um -1.22 cm 9.6 mm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 -16.6 um -1.23 cm 9.6 mm 476 keV 1.68 keV 115 um 115 um World eIoni + 2 -45.8 um -20 cm 9.61 mm 1.88 GeV 33.1 keV 20.1 cm 20.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -13.2 um -8.31 mm 8.23 mm 134 keV 0 eV 0 fm 0 fm World initStep + 1 1.72 cm -5.62 cm -2.6 mm 480 MeV 21.5 keV 5.56 cm 5.56 cm World eIoni + 2 1.73 cm -5.68 cm -2.9 mm 485 MeV 0 eV 647 um 5.63 cm World eIoni + 3 3.06 cm -19.8 cm -3.51 cm 1.89 GeV 28.9 keV 14.6 cm 20.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -667 nm -291 um 1.71 mm 52.9 MeV 163 eV 1.74 mm 1.74 mm World eIoni + 2 143 um -6.71 cm 1.68 cm 721 MeV 12.9 keV 7.02 cm 7.19 cm World eIoni + 3 254 um -18 cm 2.15 cm 1.85 GeV 18.6 keV 11.3 cm 18.5 cm World eIoni + 4 268 um -20 cm 2.2 cm 2.05 GeV 4.8 keV 2.05 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 254 um -18 cm 2.15 cm 2.59 keV 0 eV 0 fm 0 fm World initStep + 1 261 um -18 cm 2.15 cm 1 MeV 2.59 keV 230 um 230 um World eIoni + 2 809 um -19.5 cm 2.19 cm 156 MeV 1.74 keV 1.55 cm 1.58 cm World eIoni + 3 797 um -20 cm 2.2 cm 205 MeV 480 eV 4.85 mm 2.06 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 143 um -6.71 cm 1.68 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 144 um -6.71 cm 1.68 cm 220 keV 1.06 keV 57.9 um 57.9 um World eIoni + 2 -2.45 cm -17.5 cm 2 cm 1.08 GeV 32.3 keV 12.5 cm 12.5 cm World eIoni + 3 -3.99 cm -19.6 cm 2.6 cm 1.29 GeV 5.12 keV 2.68 cm 15.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -667 nm -291 um 1.71 mm 7.11 keV 0 eV 0 fm 0 fm World initStep + 1 26.1 um -855 um 1.71 mm 5.97 MeV 7.11 keV 1.27 mm 1.27 mm World eIoni + 2 -598 um -1.17 cm -287 um 115 MeV 1.22 keV 1.2 cm 1.32 cm World eIoni + 3 -798 um -14.8 cm -1.43 mm 1.48 GeV 25.4 keV 13.6 cm 14.9 cm World eIoni + 4 -804 um -20 cm -1.58 mm 2 GeV 9.09 keV 5.21 cm 20.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -798 um -14.8 cm -1.43 mm 2.2 keV 0 eV 0 fm 0 fm World initStep + 1 -804 um -14.8 cm -1.44 mm 750 keV 2.2 keV 175 um 175 um World eIoni + 2 -1.36 mm -19.6 cm 2.82 mm 477 MeV 7.93 keV 4.8 cm 4.82 cm World eIoni + 3 -1.51 mm -20 cm 3.34 mm 521 MeV 940 eV 4.39 mm 5.26 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 3.02 um -2.24 mm 4.6 mm 72.4 MeV 825 eV 5.26 mm 5.26 mm World eIoni + 2 41.4 um -3.58 cm 1.41 cm 408 MeV 5.23 keV 3.53 cm 4.06 cm World eIoni + 3 51.5 um -7.15 cm 1.73 cm 766 MeV 7.06 keV 3.59 cm 7.64 cm World eIoni + 4 50.8 um -20 cm 2.23 cm 2.05 GeV 31.8 keV 12.9 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 51.5 um -7.15 cm 1.73 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 55.9 um -7.16 cm 1.73 cm 376 keV 1.47 keV 93.2 um 93.2 um World eIoni + 2 84.8 um -20 cm 1.73 cm 1.28 GeV 25.2 keV 13.7 cm 13.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 41.4 um -3.58 cm 1.41 cm 2.51 keV 0 eV 0 fm 0 fm World initStep + 1 42.5 um -3.59 cm 1.41 cm 944 keV 2.51 keV 218 um 218 um World eIoni + 2 53.1 um -3.7 cm 1.41 cm 12.3 MeV 86.9 eV 1.14 mm 1.35 mm World eIoni + 3 -117 um -12.5 cm 1.51 cm 895 MeV 14.8 keV 8.82 cm 8.96 cm World eIoni + 4 10.5 um -16.8 cm 1.52 cm 1.32 GeV 7.54 keV 4.23 cm 13.2 cm World eIoni + 5 84.4 um -20 cm 1.53 cm 1.64 GeV 5.03 keV 3.24 cm 16.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 10.5 um -16.8 cm 1.52 cm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 6.4 um -16.8 cm 1.52 cm 372 keV 1.46 keV 92.3 um 92.3 um World eIoni + 2 -15.1 um -20 cm 1.52 cm 324 MeV 5.96 keV 3.29 cm 3.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -117 um -12.5 cm 1.51 cm 2.28 keV 0 eV 0 fm 0 fm World initStep + 1 -111 um -12.5 cm 1.51 cm 801 keV 2.28 keV 186 um 186 um World eIoni + 2 -92.3 um -12.8 cm 1.51 cm 23.5 MeV 159 eV 2.27 mm 2.46 mm World eIoni + 3 -50.6 um -20 cm 1.54 cm 747 MeV 12.4 keV 7.24 cm 7.48 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.02 um -2.24 mm 4.6 mm 2.3 keV 0 eV 0 fm 0 fm World initStep + 1 -3.52 um -2.31 mm 4.6 mm 823 keV 2.3 keV 188 um 188 um World eIoni + 2 -1.76 mm -2.98 cm 4.32 mm 275 MeV 6.53 keV 2.75 cm 2.77 cm World eIoni + 3 -3.28 mm -11.2 cm 5.46 mm 1.1 GeV 18.9 keV 8.2 cm 11 cm World eIoni + 4 -3.47 mm -13.4 cm 5.61 mm 1.31 GeV 4.45 keV 2.19 cm 13.2 cm World eIoni + 5 -3.89 mm -20 cm 5.94 mm 1.98 GeV 9.81 keV 6.63 cm 19.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.47 mm -13.4 cm 5.61 mm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 -3.47 mm -13.4 cm 5.61 mm 373 keV 1.46 keV 92.5 um 92.5 um World eIoni + 2 -3.49 mm -20 cm 5.63 mm 663 MeV 12.1 keV 6.85 cm 6.86 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.28 mm -11.2 cm 5.46 mm 4.65 keV 0 eV 0 fm 0 fm World initStep + 1 -3.26 mm -11.2 cm 5.46 mm 2.8 MeV 4.65 keV 629 um 629 um World eIoni + 2 -3.24 mm -11.4 cm 5.45 mm 23.9 MeV 46.4 eV 2.11 mm 2.74 mm World eIoni + 3 -3.2 mm -20 cm 5.43 mm 882 MeV 16.6 keV 8.58 cm 8.86 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 47.3 um -8.89 cm 1.79 cm 939 MeV 21.4 keV 9.38 cm 9.38 cm World eIoni + 2 49 um -9.34 cm 1.82 cm 984 MeV 1.79 keV 4.49 mm 9.83 cm World eIoni + 3 49.6 um -9.48 cm 1.82 cm 998 MeV 131 eV 1.39 mm 9.97 cm World eIoni + 4 74.3 um -20 cm 2.17 cm 2.05 GeV 20.5 keV 10.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 49.6 um -9.48 cm 1.82 cm 2.77 keV 0 eV 0 fm 0 fm World initStep + 1 59.4 um -9.49 cm 1.82 cm 1.13 MeV 2.77 keV 257 um 257 um World eIoni + 2 64.8 um -9.51 cm 1.82 cm 3.5 MeV 0 eV 238 um 495 um World eIoni + 3 93.6 um -20 cm 1.82 cm 1.05 GeV 12.3 keV 10.5 cm 10.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 49 um -9.34 cm 1.82 cm 2.4 keV 0 eV 0 fm 0 fm World initStep + 1 45.4 um -9.35 cm 1.82 cm 874 keV 2.4 keV 202 um 202 um World eIoni + 2 136 um -10.3 cm 1.78 cm 91.7 MeV 775 eV 9.09 mm 9.29 mm World eIoni + 3 120 um -14.5 cm 1.72 cm 521 MeV 9.94 keV 4.29 cm 5.22 cm World eIoni + 4 107 um -17.2 cm 1.7 cm 790 MeV 4.05 keV 2.7 cm 7.92 cm World eIoni + 5 101 um -18.8 cm 1.69 cm 948 MeV 3.2 keV 1.58 cm 9.49 cm World eIoni + 6 98.4 um -20 cm 1.69 cm 1.07 GeV 3.13 keV 1.18 cm 10.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 101 um -18.8 cm 1.69 cm 2.76 keV 0 eV 0 fm 0 fm World initStep + 1 106 um -18.8 cm 1.69 cm 1.12 MeV 2.76 keV 256 um 256 um World eIoni + 2 106 um -18.8 cm 1.69 cm 1.13 MeV 167 meV 1.15 um 257 um World eIoni + 3 119 um -20 cm 1.7 cm 118 MeV 1.87 keV 1.17 cm 1.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 107 um -17.2 cm 1.7 cm 1.87 keV 0 eV 0 fm 0 fm World initStep + 1 105 um -17.2 cm 1.7 cm 567 keV 1.87 keV 136 um 136 um World eIoni + 2 96.3 um -20 cm 1.7 cm 276 MeV 3.47 keV 2.77 cm 2.79 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 120 um -14.5 cm 1.72 cm 2.78 keV 0 eV 0 fm 0 fm World initStep + 1 114 um -14.6 cm 1.71 cm 1.13 MeV 2.78 keV 258 um 258 um World eIoni + 2 506 um -15.9 cm 1.69 cm 134 MeV 1.4 keV 1.33 cm 1.35 cm World eIoni + 3 731 um -17.7 cm 1.67 cm 317 MeV 3.12 keV 1.84 cm 3.19 cm World eIoni + 4 878 um -20 cm 1.66 cm 546 MeV 5.05 keV 2.28 cm 5.47 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 731 um -17.7 cm 1.67 cm 4.96 keV 0 eV 0 fm 0 fm World initStep + 1 726 um -17.7 cm 1.67 cm 3.14 MeV 4.96 keV 705 um 705 um World eIoni + 2 723 um -17.8 cm 1.67 cm 13.1 MeV 55.6 eV 993 um 1.7 mm World eIoni + 3 740 um -18.9 cm 1.67 cm 119 MeV 1.37 keV 1.06 cm 1.23 cm World eIoni + 4 750 um -20 cm 1.66 cm 228 MeV 2.32 keV 1.1 cm 2.32 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 740 um -18.9 cm 1.67 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 743 um -18.9 cm 1.67 cm 209 keV 1.03 keV 55.4 um 55.4 um World eIoni + 2 758 um -20 cm 1.67 cm 110 MeV 1.77 keV 1.11 cm 1.11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 47.3 um -8.89 cm 1.79 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 45.7 um -8.89 cm 1.79 cm 292 keV 1.26 keV 74.4 um 74.4 um World eIoni + 2 34.7 um -20 cm 1.79 cm 1.11 GeV 20.3 keV 12.1 cm 12.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 43 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 544 um -12.6 cm 2 cm 1.31 GeV 23.8 keV 13.1 cm 13.1 cm World eIoni + 2 795 um -20 cm 2.23 cm 2.05 GeV 17.1 keV 7.44 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 544 um -12.6 cm 2 cm 2.65 keV 0 eV 0 fm 0 fm World initStep + 1 553 um -12.6 cm 2 cm 1.04 MeV 2.65 keV 238 um 238 um World eIoni + 2 539 um -13.2 cm 2.01 cm 58.8 MeV 1.9 keV 5.78 mm 6.02 mm WorldTransportation + 3 539 um -13.2 cm 2.01 cm 58.8 MeV 0 eV 0 fm 6.02 mm World eIoni + 4 367 um -15.9 cm 2.01 cm 333 MeV 5.91 keV 2.74 cm 3.34 cm World eIoni + 5 295 um -20 cm 2.01 cm 744 MeV 10.3 keV 4.11 cm 7.45 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 367 um -15.9 cm 2.01 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 366 um -15.9 cm 2.01 cm 221 keV 1.07 keV 58.2 um 58.2 um World eIoni + 2 357 um -20 cm 2.01 cm 411 MeV 10.4 keV 4.31 cm 4.31 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 10.2 um -1.27 cm 9.78 mm 177 MeV 2.51 keV 1.71 cm 1.71 cm World eIoni + 2 21.2 um -4.71 cm 1.53 cm 521 MeV 9.48 keV 3.49 cm 5.19 cm World eIoni + 3 26.2 um -7.79 cm 1.77 cm 829 MeV 8.38 keV 3.09 cm 8.28 cm World eIoni + 4 36.6 um -16.8 cm 2.14 cm 1.73 GeV 18 keV 8.98 cm 17.3 cm World eIoni + 5 36.4 um -20 cm 2.22 cm 2.05 GeV 5 keV 3.24 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 36.6 um -16.8 cm 2.14 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 33.8 um -16.8 cm 2.14 cm 215 keV 1.05 keV 56.9 um 56.9 um World eIoni + 2 14.4 um -20 cm 2.14 cm 324 MeV 7.02 keV 3.37 cm 3.38 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 26.2 um -7.79 cm 1.77 cm 1.37 keV 0 eV 0 fm 0 fm World initStep + 1 28.8 um -7.79 cm 1.77 cm 334 keV 1.37 keV 83.9 um 83.9 um World eIoni + 2 46.1 um -20 cm 1.76 cm 1.22 GeV 27.9 keV 13.2 cm 13.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 21.2 um -4.71 cm 1.53 cm 18.5 keV 0 eV 0 fm 0 fm World initStep + 1 81.7 um -4.93 cm 1.53 cm 23.4 MeV 3.81 keV 3.03 mm 3.03 mm World eIoni + 2 1.55 mm -5.38 cm 1.4 cm 68.3 MeV 1.35 keV 4.94 mm 7.97 mm World eIoni + 3 5.23 mm -19.1 cm 1.02 cm 1.44 GeV 31.2 keV 13.7 cm 14.5 cm World eIoni + 4 5.3 mm -20 cm 1.02 cm 1.53 GeV 1.9 keV 9.16 mm 15.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.23 mm -19.1 cm 1.02 cm 3.48 keV 0 eV 0 fm 0 fm World initStep + 1 5.24 mm -19.1 cm 1.03 cm 1.68 MeV 3.48 keV 379 um 379 um World eIoni + 2 5.29 mm -19.5 cm 1.03 cm 41.4 MeV 511 eV 3.97 mm 4.35 mm World eIoni + 3 5.28 mm -20 cm 1.04 cm 91.7 MeV 1.01 keV 5.03 mm 9.38 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 10.2 um -1.27 cm 9.78 mm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 11.8 um -1.27 cm 9.78 mm 227 keV 1.08 keV 59.4 um 59.4 um World eIoni + 2 -2.84 cm -12.6 cm -2.89 cm 1.13 GeV 28.7 keV 13.1 cm 13.1 cm WorldTransportation + 3 -4.11 cm -19.6 cm -4.17 cm 1.83 GeV 13.6 keV 7.19 cm 20.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 180 um -7.75 cm 1.74 cm 825 MeV 18.1 keV 8.24 cm 8.24 cm World eIoni + 2 348 um -18.7 cm 2.17 cm 1.92 GeV 22.3 keV 10.9 cm 19.2 cm World eIoni + 3 360 um -20 cm 2.21 cm 2.05 GeV 3.85 keV 1.32 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 348 um -18.7 cm 2.17 cm 2.01 keV 0 eV 0 fm 0 fm World initStep + 1 345 um -18.7 cm 2.17 cm 641 keV 2.01 keV 152 um 152 um World eIoni + 2 334 um -20 cm 2.17 cm 132 MeV 3.1 keV 1.32 cm 1.33 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 180 um -7.75 cm 1.74 cm 2.63 keV 0 eV 0 fm 0 fm World initStep + 1 179 um -7.76 cm 1.74 cm 1.03 MeV 2.63 keV 235 um 235 um World eIoni + 2 169 um -7.86 cm 1.74 cm 11.3 MeV 187 eV 1.02 mm 1.26 mm World eIoni + 3 56.3 um -10.6 cm 1.73 cm 288 MeV 4.41 keV 2.77 cm 2.9 cm World eIoni + 4 -199 um -20 cm 1.7 cm 1.22 GeV 20.6 keV 9.37 cm 12.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 56.3 um -10.6 cm 1.73 cm 12.7 keV 0 eV 0 fm 0 fm World initStep + 1 3.59 um -10.8 cm 1.74 cm 14.7 MeV 5.55 keV 2.17 mm 2.17 mm World eIoni + 2 709 um -11 cm 1.56 cm 38.5 MeV 119 eV 3.17 mm 5.34 mm World eIoni + 3 1.48 mm -12.2 cm 1.36 cm 157 MeV 1.97 keV 1.21 cm 1.74 cm World eIoni + 4 1.75 mm -13.2 cm 1.3 cm 261 MeV 2.16 keV 1.04 cm 2.78 cm World eIoni + 5 2.44 mm -20 cm 1.13 cm 937 MeV 17.7 keV 6.77 cm 9.55 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.75 mm -13.2 cm 1.3 cm 5.22 keV 0 eV 0 fm 0 fm World initStep + 1 1.75 mm -13.2 cm 1.3 cm 1.06 MeV 378 eV 116 um 116 um World eIoni + 2 1.9 mm -20 cm 1.35 cm 677 MeV 8.34 keV 6.8 cm 6.81 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.48 mm -12.2 cm 1.36 cm 1.39 keV 0 eV 0 fm 0 fm World initStep + 1 1.48 mm -12.2 cm 1.36 cm 342 keV 1.39 keV 85.6 um 85.6 um World eIoni + 2 1.5 mm -20 cm 1.37 cm 780 MeV 13.8 keV 8.15 cm 8.16 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 4.56 um -1.3 cm 9.81 mm 180 MeV 3.65 keV 1.73 cm 1.73 cm World eIoni + 2 28.6 um -3.8 cm 1.43 cm 430 MeV 4.83 keV 2.54 cm 4.28 cm World eIoni + 3 94.7 um -20 cm 2.21 cm 2.05 GeV 39.7 keV 16.2 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 28.6 um -3.8 cm 1.43 cm 2.63 keV 0 eV 0 fm 0 fm World initStep + 1 37.8 um -3.81 cm 1.43 cm 1.02 MeV 2.63 keV 235 um 235 um World eIoni + 2 44.1 um -3.89 cm 1.43 cm 8.67 MeV 114 eV 765 um 1e+03 um World eIoni + 3 52.5 um -4.47 cm 1.43 cm 66.7 MeV 789 eV 5.81 mm 6.81 mm World eIoni + 4 -276 um -18.1 cm 1.46 cm 1.43 GeV 30 keV 13.6 cm 14.3 cm World eIoni + 5 -299 um -19.4 cm 1.46 cm 1.56 GeV 1.33 keV 1.33 cm 15.7 cm World eIoni + 6 -308 um -20 cm 1.46 cm 1.62 GeV 722 eV 5.59 mm 16.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -299 um -19.4 cm 1.46 cm 1.19 keV 0 eV 0 fm 0 fm World initStep + 1 -302 um -19.4 cm 1.46 cm 266 keV 1.19 keV 68.5 um 68.5 um World eIoni + 2 -315 um -20 cm 1.46 cm 55.9 MeV 868 eV 5.59 mm 5.66 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -276 um -18.1 cm 1.46 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 -278 um -18.1 cm 1.46 cm 426 keV 1.58 keV 104 um 104 um World eIoni + 2 -288 um -20 cm 1.46 cm 188 MeV 2.54 keV 1.89 cm 1.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 52.5 um -4.47 cm 1.43 cm 22.5 keV 0 eV 0 fm 0 fm World initStep + 1 76.9 um -4.76 cm 1.44 cm 30.1 MeV 3.74 keV 3.73 mm 3.73 mm World eIoni + 2 4.04 mm -4.79 cm 1.48 cm 33.2 MeV 398 eV 4.53 mm 8.25 mm World eIoni + 3 1.02 cm -9.18 cm 1.55 cm 472 MeV 8.99 keV 4.47 cm 5.3 cm World eIoni + 4 1.02 cm -9.38 cm 1.55 cm 492 MeV 237 eV 2.01 mm 5.5 cm World eIoni + 5 1.16 cm -14.1 cm 1.57 cm 960 MeV 12 keV 4.68 cm 10.2 cm World eIoni + 6 1.2 cm -16.2 cm 1.58 cm 1.17 GeV 4.56 keV 2.13 cm 12.3 cm World eIoni + 7 1.26 cm -20 cm 1.59 cm 1.55 GeV 6.06 keV 3.78 cm 16.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.2 cm -16.2 cm 1.58 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 1.2 cm -16.2 cm 1.58 cm 429 keV 1.58 keV 105 um 105 um World eIoni + 2 1.2 cm -20 cm 1.58 cm 378 MeV 6.95 keV 3.83 cm 3.84 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.16 cm -14.1 cm 1.57 cm 2.92 keV 0 eV 0 fm 0 fm World initStep + 1 1.16 cm -14.1 cm 1.57 cm 1.23 MeV 2.92 keV 280 um 280 um World eIoni + 2 1.16 cm -14.1 cm 1.57 cm 1.35 MeV 1.72 eV 11.9 um 292 um World eIoni + 3 1.27 cm -19.8 cm 1.47 cm 576 MeV 9.67 keV 5.77 cm 5.8 cm World eIoni + 4 1.28 cm -20 cm 1.46 cm 591 MeV 64.5 eV 1.48 mm 5.95 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.27 cm -19.8 cm 1.47 cm 2.92 keV 0 eV 0 fm 0 fm World initStep + 1 1.27 cm -19.8 cm 1.47 cm 1.24 MeV 2.92 keV 281 um 281 um World eIoni + 2 1.27 cm -19.9 cm 1.47 cm 4.06 MeV 4.8 eV 282 um 563 um World eIoni + 3 1.27 cm -20 cm 1.47 cm 14.9 MeV 302 eV 1.08 mm 1.64 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.02 cm -9.38 cm 1.55 cm 6.17 keV 0 eV 0 fm 0 fm World initStep + 1 1.03 cm -9.42 cm 1.55 cm 4.56 MeV 4.52 keV 867 um 867 um World eIoni + 2 8.93 mm -12.5 cm 1.3 cm 315 MeV 3.91 keV 3.14 cm 3.23 cm World eIoni + 3 8.35 mm -14.7 cm 1.26 cm 529 MeV 4.66 keV 2.15 cm 5.38 cm World eIoni + 4 7.58 mm -20 cm 1.22 cm 1.06 GeV 12.3 keV 5.32 cm 10.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.35 mm -14.7 cm 1.26 cm 13.9 keV 0 eV 0 fm 0 fm World initStep + 1 8.38 mm -14.8 cm 1.26 cm 16.4 MeV 5.02 keV 2.33 mm 2.33 mm World eIoni + 2 5.14 mm -15.9 cm 1.32 cm 124 MeV 1.78 keV 1.15 cm 1.38 cm World eIoni + 3 3.03 mm -20 cm 1.35 cm 534 MeV 7.2 keV 4.11 cm 5.49 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.93 mm -12.5 cm 1.3 cm 18.8 keV 0 eV 0 fm 0 fm World initStep + 1 9 mm -12.7 cm 1.31 cm 23.9 MeV 6.67 keV 3.07 mm 3.07 mm World eIoni + 2 7.96 mm -15.8 cm 8.9 mm 329 MeV 1.68 keV 3.1 cm 3.41 cm World eIoni + 3 7.62 mm -20 cm 7.57 mm 748 MeV 6.53 keV 4.19 cm 7.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.02 cm -9.18 cm 1.55 cm 2.01 keV 0 eV 0 fm 0 fm World initStep + 1 1.02 cm -9.18 cm 1.55 cm 641 keV 2.01 keV 152 um 152 um World eIoni + 2 1.02 cm -20 cm 1.55 cm 1.08 GeV 11.8 keV 11 cm 11.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.56 um -1.3 cm 9.81 mm 1.27 keV 0 eV 0 fm 0 fm World initStep + 1 8.13 um -1.3 cm 9.81 mm 295 keV 1.27 keV 75 um 75 um World eIoni + 2 1.45 cm -18.5 cm 1.3 cm 1.72 GeV 44.1 keV 19.8 cm 19.8 cm World eIoni + 3 2.06 cm -19.9 cm 2.61 cm 1.86 GeV 6.13 keV 2 cm 21.9 cm OutOfWorldTransportation Run terminated. Run Summary Number of events processed : 100 - User=0.040000s Real=0.047753s Sys=0.010000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.040000s Real=0.041441s Sys=0.010000s # /calor/setAbsMat Air /calor/setWorldMat Xe20CO2 @@ -5896,19 +5974,19 @@ has been modified since last Run. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Kr20CO2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Index : 2 used in the geometry : Yes Material : Xe20CO2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1.135618566062 keV e+ 1.1127384428498 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.1371297826313 keV e+ 1.1142639816587 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -5922,218 +6000,1314 @@ Index : 2 used in the geometry : Yes ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.34 cm -5 cm 1 cm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 4.33 cm -6.38 cm 2.01 cm 189 MeV 14.5 keV 1.82 cm 1.82 cm World eIoni - 2 4.32 cm -8.66 cm 2.42 cm 416 MeV 11.2 keV 2.32 cm 4.14 cm World eIoni - 3 4.31 cm -12.2 cm 2.74 cm 772 MeV 20.6 keV 3.57 cm 7.71 cm World eIoni - 4 4.3 cm -13.6 cm 2.82 cm 913 MeV 9.45 keV 1.41 cm 9.12 cm World eIoni - 5 4.3 cm -14.8 cm 2.88 cm 1.03 GeV 7.85 keV 1.16 cm 10.3 cm World eIoni - 6 4.3 cm -15.3 cm 2.91 cm 1.08 GeV 3.67 keV 5.26 mm 10.8 cm World eIoni - 7 4.3 cm -15.7 cm 2.92 cm 1.12 GeV 1.91 keV 3.4 mm 11.2 cm World eIoni - 8 4.3 cm -16.3 cm 2.95 cm 1.18 GeV 4.88 keV 6.18 mm 11.8 cm World eIoni - 9 4.29 cm -20.5 cm 3.1 cm 1.6 GeV 32.7 keV 4.26 cm 16 cm World eIoni - 10 4.28 cm -23.2 cm 3.18 cm 1.87 GeV 16.3 keV 2.71 cm 18.7 cm World eIoni - 11 4.28 cm -24.6 cm 3.22 cm 2.01 GeV 7.3 keV 1.39 cm 20.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.28 cm -23.2 cm 3.18 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 4.28 cm -23.2 cm 3.18 cm 64.9 keV 1.18 keV 49.4 um 49.4 um World eIoni - 2 4.14 cm -23.5 cm 2.64 cm 27.5 MeV 11 keV 8.22 mm 8.27 mm World eIoni - 3 3.91 cm -23.7 cm 2.24 cm 44.8 MeV 2.78 keV 6.65 mm 1.49 cm World msc - 4 3.85 cm -24.3 cm 2.13 cm 107 MeV 3.48 keV 6.39 mm 2.13 cm World msc - 5 3.82 cm -24.7 cm 2.09 cm 147 MeV 4.64 keV 4.02 mm 2.53 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.29 cm -20.5 cm 3.1 cm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 4.29 cm -20.5 cm 3.1 cm 99.5 keV 1.65 keV 77.5 um 77.5 um World eIoni - 2 5.34 cm -21.1 cm 3.16 cm 54.6 MeV 12.1 keV 1.55 cm 1.56 cm World eIoni - 3 6.43 cm -22.4 cm 3.71 cm 187 MeV 8.19 keV 2.23 cm 3.78 cm World msc - 4 6.66 cm -24.1 cm 3.83 cm 357 MeV 12.1 keV 1.72 cm 5.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 cm -16.3 cm 2.95 cm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 4.3 cm -16.3 cm 2.95 cm 91.6 keV 1.53 keV 70.3 um 70.3 um World eIoni - 2 4.29 cm -16.7 cm 2.95 cm 47.7 MeV 16.8 keV 1.37 cm 1.37 cm World eIoni - 3 2.69 cm -24.9 cm 2.48 cm 858 MeV 58.4 keV 8.53 cm 9.91 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 cm -15.7 cm 2.92 cm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 4.3 cm -15.7 cm 2.92 cm 91.4 keV 1.53 keV 70.2 um 70.2 um World eIoni - 2 4.3 cm -16.1 cm 2.92 cm 47.6 MeV 9.48 keV 1.36 cm 1.37 cm World eIoni - 3 4.1 cm -24.7 cm 3.44 cm 901 MeV 44.1 keV 8.57 cm 9.94 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 cm -15.3 cm 2.91 cm 1.71 keV 0 eV 0 fm 0 fm World initStep - 1 4.3 cm -15.3 cm 2.91 cm 104 keV 1.71 keV 81.8 um 81.8 um World eIoni - 2 4.3 cm -15.9 cm 2.91 cm 58.9 MeV 10.2 keV 1.67 cm 1.67 cm World eIoni - 3 5.09 cm -24.5 cm 4.91 cm 916 MeV 47 keV 9.38 cm 11.1 cm OutOfWorldTransportation + 0 -4.51 mm -5.93 cm 1 cm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -4.51 mm -5.97 cm 1.19 cm 53.6 MeV 756 eV 1.93 mm 1.93 mm World eIoni + 2 -4.28 mm -9.78 cm 2.4 cm 434 MeV 21.7 keV 4.12 cm 4.31 cm World eIoni + 3 -4.3 mm -12.6 cm 2.65 cm 720 MeV 13.8 keV 2.87 cm 7.19 cm World eIoni + 4 -4.31 mm -14.8 cm 2.78 cm 931 MeV 14.2 keV 2.12 cm 9.31 cm World eIoni + 5 -4.33 mm -19.2 cm 2.98 cm 1.37 GeV 33.4 keV 4.41 cm 13.7 cm World eIoni + 6 -4.35 mm -25 cm 3.15 cm 1.96 GeV 62.2 keV 5.84 cm 19.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 cm -14.8 cm 2.88 cm 1.44 keV 0 eV 0 fm 0 fm World initStep - 1 4.3 cm -14.8 cm 2.88 cm 84.8 keV 1.44 keV 64.7 um 64.7 um World eIoni - 2 4.3 cm -15.2 cm 2.88 cm 42.2 MeV 11.1 keV 1.22 cm 1.22 cm World eIoni - 3 5.73 cm -24.3 cm 3.55 cm 955 MeV 45.8 keV 9.51 cm 10.7 cm OutOfWorldTransportation + 0 -4.33 mm -19.2 cm 2.98 cm 1.64 keV 0 eV 0 fm 0 fm World initStep + 1 -4.33 mm -19.2 cm 2.98 cm 99 keV 1.64 keV 76.8 um 76.8 um World eIoni + 2 -4.33 mm -19.7 cm 2.97 cm 54.2 MeV 15 keV 1.54 cm 1.55 cm World eIoni + 3 7.94 mm -25 cm 3.6 cm 583 MeV 23.4 keV 6.3 cm 7.85 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 cm -13.6 cm 2.82 cm 14.4 keV 0 eV 0 fm 0 fm World initStep - 1 4.3 cm -13.6 cm 2.82 cm 1.99 MeV 1.6 keV 362 um 362 um World eIoni - 2 3.58 cm -20.8 cm 1.17 cm 721 MeV 35.6 keV 7.66 cm 7.69 cm World eIoni - 3 3.56 cm -21.2 cm 1.02 cm 759 MeV 3.79 keV 4.19 mm 8.11 cm World eBrem - 4 3.5 cm -22.5 cm 6.11 mm 881 MeV 6.02 keV 1.29 cm 9.4 cm World eIoni - 5 3.42 cm -24.8 cm -169 um 1.11 GeV 17.9 keV 2.4 cm 11.8 cm OutOfWorldTransportation + 0 -4.31 mm -14.8 cm 2.78 cm 2.45 keV 0 eV 0 fm 0 fm World initStep + 1 -4.31 mm -14.8 cm 2.78 cm 142 keV 828 eV 29.2 um 29.2 um World eIoni + 2 -4.23 mm -14.8 cm 2.77 cm 7.32 MeV 101 eV 778 um 808 um World eIoni + 3 -3.47 mm -16.5 cm 2.75 cm 178 MeV 12.1 keV 1.71 cm 1.79 cm World eIoni + 4 -2.84 mm -19.9 cm 2.68 cm 518 MeV 21.3 keV 3.4 cm 5.19 cm World eIoni + 5 -2.63 mm -22.4 cm 2.66 cm 766 MeV 17.3 keV 2.48 cm 7.67 cm World eIoni + 6 -2.45 mm -25 cm 2.64 cm 1.02 GeV 14.3 keV 2.58 cm 10.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 cm -22.5 cm 6.11 mm 1.85 keV 0 eV 0 fm 0 fm World initStep - 1 3.5 cm -22.5 cm 6.11 mm 116 keV 1.85 keV 90.6 um 90.6 um World eIoni - 2 4.39 cm -23.1 cm 8.9 mm 64.6 MeV 10.9 keV 1.43 cm 1.43 cm World msc - 3 4.46 cm -24 cm 5.51 mm 158 MeV 4.46 keV 1 cm 2.44 cm World msc - 4 4.48 cm -24.6 cm 4.43 mm 215 MeV 4.43 keV 5.72 mm 3.01 cm OutOfWorldTransportation + 0 -2.63 mm -22.4 cm 2.66 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 -2.62 mm -22.4 cm 2.66 cm 66.2 keV 1.2 keV 50.4 um 50.4 um World eIoni + 2 -2.61 mm -22.7 cm 2.66 cm 28.4 MeV 9.26 keV 8.45 mm 8.5 mm World eIoni + 3 1.88 mm -25 cm 3.25 cm 258 MeV 8.2 keV 2.5 cm 3.35 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.56 cm -21.2 cm 1.02 cm 1.77 MeV 0 eV 0 fm 0 fm World initStep - 1 3.39 cm -24.8 cm -2.7 mm 1.77 MeV 0 eV 3.77 cm 3.77 cm OutOfWorldTransportation + 0 -2.84 mm -19.9 cm 2.68 cm 2.93 keV 0 eV 0 fm 0 fm World initStep + 1 -2.84 mm -19.9 cm 2.68 cm 219 keV 2.93 keV 173 um 173 um World eIoni + 2 -2.81 mm -20 cm 2.68 cm 2.92 MeV 20.9 eV 272 um 444 um World eIoni + 3 -2.51 mm -20.7 cm 2.72 cm 72 MeV 2.33 keV 6.93 mm 7.37 mm World eIoni + 4 -2.15 mm -25 cm 2.88 cm 507 MeV 24.1 keV 4.35 cm 5.09 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 cm -20.8 cm 1.17 cm 1.41 keV 0 eV 0 fm 0 fm World initStep - 1 3.57 cm -20.8 cm 1.17 cm 83.9 keV 1.41 keV 62.7 um 62.7 um World eIoni - 2 3.57 cm -21.3 cm 1.17 cm 41.4 MeV 8.51 keV 1.2 cm 1.2 cm World eIoni - 3 3.06 cm -24.8 cm 2.19 mm 397 MeV 21.9 keV 4.32 cm 5.53 cm OutOfWorldTransportation + 0 -2.51 mm -20.7 cm 2.72 cm 9.39 keV 0 eV 0 fm 0 fm World initStep + 1 -2.52 mm -20.7 cm 2.72 cm 1.25 MeV 3.7 keV 571 um 571 um World eIoni + 2 -1.37 mm -22.8 cm 3.07 cm 215 MeV 7.92 keV 2.24 cm 2.3 cm World eIoni + 3 245 um -25 cm 3.72 cm 435 MeV 17.8 keV 2.3 cm 4.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.37 mm -22.8 cm 3.07 cm 1.76 keV 0 eV 0 fm 0 fm World initStep + 1 -1.37 mm -22.8 cm 3.07 cm 108 keV 1.76 keV 84.7 um 84.7 um World eIoni + 2 -4.55 mm -23.4 cm 3.83 cm 57.4 MeV 10.1 keV 1.27 cm 1.27 cm World msc + 3 -1.16 cm -23.5 cm 4.14 cm 71.5 MeV 4.88 keV 8.75 mm 2.15 cm World msc + 4 -1.53 cm -24.3 cm 4.3 cm 154 MeV 4.1 keV 9.29 mm 3.08 cm World msc + 5 -1.68 cm -24.9 cm 4.37 cm 214 MeV 3.11 keV 6.16 mm 3.69 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.47 mm -16.5 cm 2.75 cm 9.29 keV 0 eV 0 fm 0 fm World initStep + 1 -3.49 mm -16.5 cm 2.75 cm 1.23 MeV 2.65 keV 956 um 956 um World eIoni + 2 -826 um -18.2 cm 2.8 cm 163 MeV 3.99 keV 1.66 cm 1.76 cm World eIoni + 3 4.18 mm -20.6 cm 3.18 cm 408 MeV 9.54 keV 2.54 cm 4.29 cm World eIoni + 4 6.86 mm -23.3 cm 3.39 cm 674 MeV 19.7 keV 2.68 cm 6.98 cm World eIoni + 5 7.71 mm -24.4 cm 3.45 cm 790 MeV 6.75 keV 1.17 cm 8.14 cm World eIoni + 6 8.06 mm -25 cm 3.48 cm 845 MeV 2.53 keV 5.5 mm 8.69 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 7.71 mm -24.4 cm 3.45 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 7.71 mm -24.4 cm 3.45 cm 114 keV 1.84 keV 89.9 um 89.9 um World eIoni + 2 7.69 mm -25 cm 3.45 cm 55 MeV 10.7 keV 9.9 mm 9.99 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.86 mm -23.3 cm 3.39 cm 2.25 keV 0 eV 0 fm 0 fm World initStep + 1 6.86 mm -23.3 cm 3.39 cm 150 keV 2.25 keV 119 um 119 um World eIoni + 2 6.97 mm -24.2 cm 2.6 cm 91.9 MeV 15.1 keV 1.81 cm 1.82 cm World msc + 3 4.99 mm -25 cm 2.2 cm 172 MeV 3.88 keV 9.18 mm 2.74 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.18 mm -20.6 cm 3.18 cm 2.9 keV 0 eV 0 fm 0 fm World initStep + 1 4.18 mm -20.6 cm 3.18 cm 218 keV 2.9 keV 171 um 171 um World eIoni + 2 4.65 mm -21 cm 3.04 cm 42 MeV 2.75 keV 4.64 mm 4.81 mm World eIoni + 3 4.67 mm -21.1 cm 3.04 cm 46.4 MeV 636 eV 440 um 5.25 mm World eIoni + 4 5.2 mm -22.8 cm 2.95 cm 218 MeV 10.1 keV 1.72 cm 2.24 cm World eIoni + 5 5.46 mm -25 cm 2.91 cm 438 MeV 15.3 keV 2.2 cm 4.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.2 mm -22.8 cm 2.95 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 5.2 mm -22.8 cm 2.95 cm 86.9 keV 1.47 keV 66.5 um 66.5 um World eIoni + 2 -1.8 mm -23.2 cm 2.45 cm 43.9 MeV 9.42 keV 1.26 cm 1.27 cm World eIoni + 3 -7.82 mm -23.7 cm 2.02 cm 90.7 MeV 5.33 keV 9.55 mm 2.22 cm World msc + 4 -9.91 mm -24.4 cm 1.87 cm 161 MeV 3.38 keV 7.52 mm 2.98 cm World msc + 5 -1.1 cm -25 cm 1.79 cm 219 MeV 3.23 keV 5.9 mm 3.57 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.67 mm -21.1 cm 3.04 cm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 4.67 mm -21.1 cm 3.04 cm 102 keV 1.68 keV 79.3 um 79.3 um World eIoni + 2 1.35 cm -21.6 cm 3.71 cm 57.1 MeV 12.9 keV 1.62 cm 1.62 cm World eIoni + 3 2.12 cm -23.3 cm 4.71 cm 226 MeV 10.7 keV 2.28 cm 3.9 cm World msc + 4 2.3 cm -24.9 cm 4.96 cm 382 MeV 12.3 keV 1.59 cm 5.49 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -826 um -18.2 cm 2.8 cm 1.96 keV 0 eV 0 fm 0 fm World initStep + 1 -827 um -18.2 cm 2.8 cm 122 keV 1.96 keV 98.4 um 98.4 um World eIoni + 2 -833 um -18.9 cm 2.8 cm 76.6 MeV 10.8 keV 2.14 cm 2.15 cm World eIoni + 3 2.24 cm -24.9 cm 2.94 cm 673 MeV 50.4 keV 6.85 cm 9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.31 mm -14.8 cm 2.78 cm 1.62 keV 0 eV 0 fm 0 fm World initStep + 1 -4.31 mm -14.8 cm 2.78 cm 102 keV 1.62 keV 75.5 um 75.5 um World eIoni + 2 -4.3 mm -15.3 cm 2.78 cm 56.5 MeV 15.1 keV 1.6 cm 1.61 cm World eIoni + 3 1.18 cm -25 cm 2.28 cm 1.02 GeV 58.3 keV 9.98 cm 11.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.31 cm -12.2 cm 2.74 cm 3.48 keV 0 eV 0 fm 0 fm World initStep - 1 4.31 cm -12.2 cm 2.74 cm 278 keV 3.48 keV 224 um 224 um World eIoni - 2 4.33 cm -12.4 cm 2.71 cm 21.2 MeV 936 eV 2.16 mm 2.38 mm World eIoni - 3 3.97 cm -23.4 cm 2.57 cm 1.12 GeV 66.2 keV 11 cm 11.2 cm World eIoni - 4 3.63 cm -24.7 cm 2.42 cm 1.25 GeV 11.2 keV 1.42 cm 12.6 cm OutOfWorldTransportation + 0 -4.3 mm -12.6 cm 2.65 cm 2.5 keV 0 eV 0 fm 0 fm World initStep + 1 -4.3 mm -12.6 cm 2.66 cm 173 keV 2.5 keV 137 um 137 um World eIoni + 2 -4.31 mm -13.6 cm 2.66 cm 98.7 MeV 8.72 keV 1.62 cm 1.63 cm World eIoni + 3 -6.56 mm -15 cm 3.51 cm 233 MeV 4.68 keV 1.63 cm 3.26 cm World eIoni + 4 -7.09 mm -15.6 cm 3.71 cm 295 MeV 3.97 keV 6.61 mm 3.92 cm World eIoni + 5 -7.27 mm -15.9 cm 3.78 cm 321 MeV 876 eV 2.69 mm 4.19 cm World eIoni + 6 -8.77 mm -19 cm 4.33 cm 639 MeV 15.3 keV 3.23 cm 7.41 cm World eIoni + 7 -8.97 mm -19.6 cm 4.4 cm 699 MeV 4.05 keV 6.02 mm 8.02 cm World eIoni + 8 -9.86 mm -23.3 cm 4.74 cm 1.06 GeV 23.8 keV 3.67 cm 11.7 cm World eIoni + 9 -1.02 cm -25 cm 4.86 cm 1.23 GeV 14.2 keV 1.7 cm 13.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.97 cm -23.4 cm 2.57 cm 2.59 keV 0 eV 0 fm 0 fm World initStep - 1 3.97 cm -23.4 cm 2.57 cm 185 keV 2.59 keV 145 um 145 um World eIoni - 2 3.91 cm -23.8 cm 2.74 cm 43 MeV 2.57 keV 4.93 mm 5.08 mm World eIoni - 3 3.94 cm -24.7 cm 2.88 cm 132 MeV 7.11 keV 9.02 mm 1.41 cm OutOfWorldTransportation + 0 -9.86 mm -23.3 cm 4.74 cm 24.8 keV 0 eV 0 fm 0 fm World initStep + 1 -9.84 mm -23.3 cm 4.74 cm 5.54 MeV 1.81 keV 1.35 mm 1.35 mm World eIoni + 2 -1.04 cm -23.7 cm 4.66 cm 41.9 MeV 2.21 keV 3.79 mm 5.14 mm World eIoni + 3 -1.09 cm -25 cm 4.62 cm 170 MeV 8.42 keV 1.28 cm 1.79 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.04 cm -23.7 cm 4.66 cm 1.92 keV 0 eV 0 fm 0 fm World initStep + 1 -1.04 cm -23.7 cm 4.66 cm 120 keV 1.92 keV 95.6 um 95.6 um World eIoni + 2 -1.52 cm -24.3 cm 5.02 cm 58.4 MeV 7.66 keV 1.01 cm 1.02 cm World msc + 3 -1.53 cm -25 cm 5.38 cm 126 MeV 4.5 keV 7.65 mm 1.79 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -8.97 mm -19.6 cm 4.4 cm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 -8.97 mm -19.6 cm 4.4 cm 85.2 keV 1.45 keV 65 um 65 um World eIoni + 2 -8.95 mm -20 cm 4.4 cm 42.4 MeV 11.1 keV 1.22 cm 1.23 cm World eIoni + 3 -1.34 cm -25 cm 3.02 cm 534 MeV 22.1 keV 5.54 cm 6.77 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -8.77 mm -19 cm 4.33 cm 2.74 keV 0 eV 0 fm 0 fm World initStep + 1 -8.78 mm -19 cm 4.33 cm 199 keV 2.74 keV 157 um 157 um World eIoni + 2 -8.78 mm -19 cm 4.33 cm 1.25 MeV 0 eV 105 um 262 um World eIoni + 3 -4.37 mm -21.7 cm 4.72 cm 268 MeV 10.5 keV 2.79 cm 2.81 cm World eIoni + 4 -3.35 mm -23.4 cm 4.89 cm 433 MeV 12.4 keV 1.67 cm 4.48 cm World eIoni + 5 -2.67 mm -25 cm 5 cm 597 MeV 6.51 keV 1.64 cm 6.12 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.35 mm -23.4 cm 4.89 cm 28.1 keV 0 eV 0 fm 0 fm World initStep + 1 -3.36 mm -23.4 cm 4.89 cm 6.14 MeV 2.1 keV 1.21 mm 1.21 mm World eIoni + 2 -3.12 mm -25 cm 4.65 cm 164 MeV 7.15 keV 1.63 cm 1.75 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 22 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.37 mm -21.7 cm 4.72 cm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 -4.37 mm -21.7 cm 4.72 cm 87.3 keV 1.48 keV 67.1 um 67.1 um World eIoni + 2 -8.01 mm -22.1 cm 5.51 cm 44.2 MeV 21.5 keV 1.27 cm 1.28 cm World eIoni + 3 -1.22 cm -23.8 cm 5.99 cm 214 MeV 9.29 keV 1.84 cm 3.12 cm World msc + 4 -1.32 cm -25 cm 6.1 cm 326 MeV 7.02 keV 1.14 cm 4.25 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.27 mm -15.9 cm 3.78 cm 7.13 keV 0 eV 0 fm 0 fm World initStep + 1 -7.26 mm -15.9 cm 3.78 cm 810 keV 7.13 keV 706 um 706 um World eIoni + 2 -7.27 mm -15.9 cm 3.78 cm 6.73 MeV 40.3 eV 593 um 1.3 mm World eIoni + 3 -6.4 mm -17.8 cm 3.75 cm 198 MeV 5.22 keV 1.92 cm 2.05 cm World eIoni + 4 -5.8 mm -20.7 cm 3.77 cm 488 MeV 17.3 keV 2.91 cm 4.95 cm World eIoni + 5 -5.62 mm -22.6 cm 3.78 cm 679 MeV 13.7 keV 1.91 cm 6.86 cm World eIoni + 6 -5.47 mm -25 cm 3.79 cm 914 MeV 8.98 keV 2.35 cm 9.21 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 21 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.62 mm -22.6 cm 3.78 cm 2.52 keV 0 eV 0 fm 0 fm World initStep + 1 -5.63 mm -22.6 cm 3.78 cm 176 keV 2.52 keV 139 um 139 um World eIoni + 2 -5.61 mm -22.7 cm 3.78 cm 3.3 MeV 130 eV 316 um 455 um World eIoni + 3 -5.5 mm -22.9 cm 3.79 cm 25.5 MeV 982 eV 2.22 mm 2.68 mm World eIoni + 4 -5.35 mm -25 cm 3.8 cm 235 MeV 8.65 keV 2.1 cm 2.37 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.5 mm -22.9 cm 3.79 cm 2.07 keV 0 eV 0 fm 0 fm World initStep + 1 -5.5 mm -22.9 cm 3.79 cm 132 keV 2.07 keV 106 um 106 um World eIoni + 2 -1.47 cm -23.6 cm 3.68 cm 75.2 MeV 10.1 keV 1.47 cm 1.48 cm World msc + 3 -1.73 cm -23.7 cm 4.66 cm 80 MeV 5.09 keV 1.39 cm 2.87 cm World msc + 4 -1.82 cm -24.9 cm 4.99 cm 204 MeV 6.75 keV 1.29 cm 4.16 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 21 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.8 mm -20.7 cm 3.77 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 -5.8 mm -20.7 cm 3.77 cm 70.1 keV 1.25 keV 53.3 um 53.3 um World eIoni + 2 -5.78 mm -21 cm 3.77 cm 31.1 MeV 9.07 keV 9.18 mm 9.24 mm World eIoni + 3 -4.77 mm -25 cm 4.82 cm 426 MeV 28.2 keV 4.26 cm 5.18 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 21 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -6.4 mm -17.8 cm 3.75 cm 1.76 keV 0 eV 0 fm 0 fm World initStep + 1 -6.4 mm -17.8 cm 3.75 cm 108 keV 1.76 keV 84.9 um 84.9 um World eIoni + 2 -6.38 mm -18.4 cm 3.75 cm 62 MeV 14.2 keV 1.75 cm 1.76 cm World eIoni + 3 -1.37 cm -25 cm 2.3 cm 713 MeV 43.1 keV 7.67 cm 9.43 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.09 mm -15.6 cm 3.71 cm 16.3 keV 0 eV 0 fm 0 fm World initStep + 1 -7.08 mm -15.6 cm 3.7 cm 2.66 MeV 3.33 keV 562 um 562 um World eIoni + 2 -7.76 mm -17 cm 3.48 cm 145 MeV 5.63 keV 1.45 cm 1.5 cm World eIoni + 3 -7.93 mm -19.9 cm 3.24 cm 427 MeV 13.5 keV 2.83 cm 4.34 cm World eIoni + 4 -7.94 mm -19.9 cm 3.23 cm 433 MeV 390 eV 565 um 4.39 cm World eIoni + 5 -7.96 mm -25 cm 3.06 cm 940 MeV 31.5 keV 5.08 cm 9.47 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 20 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.94 mm -19.9 cm 3.23 cm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 -7.93 mm -19.9 cm 3.23 cm 87.4 keV 1.48 keV 67 um 67 um World eIoni + 2 -7.92 mm -20.4 cm 3.23 cm 44.3 MeV 8.87 keV 1.27 cm 1.28 cm World eIoni + 3 -1.61 cm -22.5 cm 3.89 cm 252 MeV 19.4 keV 2.51 cm 3.79 cm World eBrem + 4 -1.85 cm -24.9 cm 4.08 cm 495 MeV 14.2 keV 2.45 cm 6.24 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.61 cm -22.5 cm 3.89 cm 6.44 MeV 0 eV 0 fm 0 fm World initStep + 1 -1.94 cm -24.9 cm 4.17 cm 6.44 MeV 0 eV 2.46 cm 2.46 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 20 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.93 mm -19.9 cm 3.24 cm 4.63 keV 0 eV 0 fm 0 fm World initStep + 1 -7.93 mm -19.9 cm 3.24 cm 422 keV 4.63 keV 349 um 349 um World eIoni + 2 -8.59 mm -20.3 cm 3.28 cm 41.5 MeV 3.23 keV 4.25 mm 4.6 mm World eIoni + 3 -8.74 mm -20.5 cm 3.27 cm 63.6 MeV 1.89 keV 2.22 mm 6.82 mm World eIoni + 4 -9.2 mm -21.9 cm 3.28 cm 203 MeV 10.3 keV 1.39 cm 2.07 cm World eIoni + 5 -9.64 mm -25 cm 3.28 cm 512 MeV 19.4 keV 3.1 cm 5.17 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 33 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -9.2 mm -21.9 cm 3.28 cm 7.42 keV 0 eV 0 fm 0 fm World initStep + 1 -9.2 mm -21.9 cm 3.28 cm 861 keV 7.42 keV 754 um 754 um World eIoni + 2 -9.17 mm -22 cm 3.28 cm 8.17 MeV 65.7 eV 733 um 1.49 mm World eIoni + 3 -9.11 mm -22.2 cm 3.28 cm 34.1 MeV 439 eV 2.6 mm 4.08 mm World eIoni + 4 -9.02 mm -23 cm 3.3 cm 113 MeV 2.58 keV 7.94 mm 1.2 cm World eIoni + 5 -9.02 mm -23.1 cm 3.31 cm 119 MeV 41.9 eV 550 um 1.26 cm World eIoni + 6 -8.92 mm -25 cm 3.32 cm 310 MeV 8.21 keV 1.91 cm 3.17 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -9.02 mm -23.1 cm 3.31 cm 7.6 keV 0 eV 0 fm 0 fm World initStep + 1 -9 mm -23.1 cm 3.31 cm 875 keV 1.25 keV 266 um 266 um World eIoni + 2 -1.16 cm -24.7 cm 3.45 cm 163 MeV 4.48 keV 1.72 cm 1.74 cm World eIoni + 3 -1.27 cm -25 cm 3.46 cm 189 MeV 2.34 keV 2.9 mm 2.04 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.16 cm -24.7 cm 3.45 cm 1.79 keV 0 eV 0 fm 0 fm World initStep + 1 -1.16 cm -24.7 cm 3.45 cm 110 keV 1.79 keV 86.8 um 86.8 um World eIoni + 2 -1.16 cm -25 cm 3.45 cm 27.1 MeV 2.86 keV 3.38 mm 3.47 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -9.02 mm -23 cm 3.3 cm 1.95 keV 0 eV 0 fm 0 fm World initStep + 1 -9.02 mm -23 cm 3.3 cm 123 keV 1.95 keV 97.9 um 97.9 um World eIoni + 2 -4.32 mm -23.7 cm 3.86 cm 63.8 MeV 6.59 keV 1.18 cm 1.19 cm World msc + 3 -803 um -23.8 cm 4.68 cm 80.1 MeV 4.89 keV 1.03 cm 2.22 cm World msc + 4 1.07 mm -24.9 cm 5.11 cm 185 MeV 7.65 keV 1.16 cm 3.38 cm World msc + 5 1.21 mm -25 cm 5.14 cm 198 MeV 202 eV 1.34 mm 3.51 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -9.11 mm -22.2 cm 3.28 cm 1.51 keV 0 eV 0 fm 0 fm World initStep + 1 -9.11 mm -22.2 cm 3.28 cm 90.1 keV 1.51 keV 68.9 um 68.9 um World eIoni + 2 -8.81 mm -22.7 cm 4.19 cm 46.5 MeV 12.5 keV 1.33 cm 1.34 cm World eIoni + 3 -3.95 mm -23.5 cm 4.99 cm 130 MeV 6.21 keV 1.39 cm 2.72 cm World msc + 4 -2.11 mm -25 cm 5.29 cm 277 MeV 11.2 keV 1.52 cm 4.25 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 33 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -8.74 mm -20.5 cm 3.27 cm 84 keV 0 eV 0 fm 0 fm World initStep + 1 -8.69 mm -20.7 cm 3.26 cm 16.7 MeV 2.15 keV 2.05 mm 2.05 mm World eIoni + 2 -1.06 cm -22.3 cm 3.37 cm 185 MeV 6.89 keV 1.71 cm 1.92 cm World eIoni + 3 -1.12 cm -25 cm 3.42 cm 448 MeV 21.5 keV 2.63 cm 4.55 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.06 cm -22.3 cm 3.37 cm 4.05 keV 0 eV 0 fm 0 fm World initStep + 1 -1.06 cm -22.3 cm 3.37 cm 345 keV 4.05 keV 283 um 283 um World eIoni + 2 -1.07 cm -22.4 cm 3.38 cm 7.76 MeV 33.3 eV 748 um 1.03 mm World eIoni + 3 -1.09 cm -25 cm 3.41 cm 263 MeV 9.38 keV 2.56 cm 2.67 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 20 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.76 mm -17 cm 3.48 cm 1.57 keV 0 eV 0 fm 0 fm World initStep + 1 -7.76 mm -17 cm 3.48 cm 93.9 keV 1.57 keV 72.4 um 72.4 um World eIoni + 2 -7.74 mm -17.5 cm 3.48 cm 49.7 MeV 15.9 keV 1.42 cm 1.43 cm World eIoni + 3 -2.54 cm -24.9 cm 3.92 cm 784 MeV 39.3 keV 7.96 cm 9.39 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -6.56 mm -15 cm 3.51 cm 1.34 keV 0 eV 0 fm 0 fm World initStep + 1 -6.56 mm -15 cm 3.51 cm 76.6 keV 1.34 keV 58.5 um 58.5 um World eIoni + 2 -6.55 mm -15.3 cm 3.51 cm 35.8 MeV 8.08 keV 1.04 cm 1.05 cm World eIoni + 3 7.23 mm -25 cm 4.1 cm 1 GeV 63.7 keV 10.2 cm 11.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.32 cm -8.66 cm 2.42 cm 2.43 keV 0 eV 0 fm 0 fm World initStep - 1 4.32 cm -8.66 cm 2.42 cm 167 keV 2.43 keV 132 um 132 um World eIoni - 2 4.32 cm -9.47 cm 2.42 cm 80.8 MeV 6.38 keV 1.2 cm 1.21 cm World eIoni - 3 4.47 cm -9.08 cm 2.47 cm 42.1 MeV 3.31 keV 4.2 mm 1.63 cm World eIoni - 4 5.47 cm -22.1 cm 2.82 cm 1.34 GeV 78.8 keV 13.8 cm 15.4 cm World eIoni - 5 5.47 cm -23.2 cm 2.79 cm 1.46 GeV 5.51 keV 1.17 cm 16.6 cm World eIoni - 6 5.47 cm -23.4 cm 2.79 cm 1.47 GeV 131 eV 1.71 mm 16.7 cm World eIoni - 7 5.47 cm -24.4 cm 2.77 cm 1.57 GeV 2.55 keV 9.88 mm 17.7 cm OutOfWorldTransportation + 0 -4.28 mm -9.78 cm 2.4 cm 14.1 keV 0 eV 0 fm 0 fm World initStep + 1 -4.3 mm -9.8 cm 2.4 cm 2.44 MeV 8.72 keV 1.7 mm 1.7 mm World eIoni + 2 -4.07 mm -9.89 cm 2.45 cm 11.3 MeV 1.18 keV 1.06 mm 2.76 mm World eIoni + 3 -1.63 mm -14.7 cm 2.46 cm 492 MeV 21.3 keV 4.82 cm 5.1 cm World eIoni + 4 -1.63 mm -14.7 cm 2.46 cm 493 MeV 0 eV 61.8 um 5.11 cm World eIoni + 5 -1.42 mm -15.3 cm 2.46 cm 549 MeV 1.99 keV 5.57 mm 5.66 cm World eIoni + 6 -863 um -17.1 cm 2.47 cm 730 MeV 9.12 keV 1.81 cm 7.48 cm World eIoni + 7 -761 um -17.5 cm 2.47 cm 769 MeV 1.45 keV 3.88 mm 7.87 cm World eIoni + 8 -747 um -17.5 cm 2.47 cm 774 MeV 354 eV 536 um 7.92 cm World eIoni + 9 -85.8 um -20.6 cm 2.48 cm 1.08 GeV 11.9 keV 3.05 cm 11 cm World eIoni + 10 12 um -21.1 cm 2.48 cm 1.13 GeV 2.29 keV 5.3 mm 11.5 cm World eIoni + 11 620 um -25 cm 2.48 cm 1.52 GeV 25.4 keV 3.91 cm 15.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 cm -23.4 cm 2.79 cm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 5.47 cm -23.4 cm 2.79 cm 88.1 keV 1.49 keV 67.4 um 67.4 um World eIoni - 2 5.2 cm -23.7 cm 2.97 cm 33.4 MeV 3.35 keV 5.54 mm 5.61 mm World msc - 3 5.16 cm -24.2 cm 3.02 cm 80.9 MeV 2.63 keV 4.8 mm 1.04 cm World msc - 4 5.15 cm -24.5 cm 3.04 cm 106 MeV 979 eV 2.5 mm 1.29 cm OutOfWorldTransportation + 0 12 um -21.1 cm 2.48 cm 4.53 keV 0 eV 0 fm 0 fm World initStep + 1 4.45 um -21.1 cm 2.48 cm 409 keV 4.53 keV 338 um 338 um World eIoni + 2 92.5 um -21.2 cm 2.49 cm 14.8 MeV 1.73 keV 1.46 mm 1.8 mm World eIoni + 3 180 um -21.3 cm 2.49 cm 20 MeV 628 eV 520 um 2.32 mm World eIoni + 4 720 um -23.2 cm 2.48 cm 206 MeV 6.76 keV 1.87 cm 2.1 cm World eIoni + 5 833 um -24.3 cm 2.47 cm 319 MeV 8.54 keV 1.13 cm 3.23 cm World eIoni + 6 883 um -25 cm 2.47 cm 390 MeV 5 keV 7.1 mm 3.94 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 cm -23.2 cm 2.79 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 5.47 cm -23.2 cm 2.79 cm 64.9 keV 1.18 keV 49.5 um 49.5 um World eIoni - 2 5.88 cm -23.5 cm 2.52 cm 27 MeV 7.34 keV 7.25 mm 7.3 mm World msc - 3 6.22 cm -23.6 cm 2.69 cm 35.2 MeV 2.64 keV 4.39 mm 1.17 cm World msc - 4 6.35 cm -23.9 cm 2.76 cm 64.6 MeV 2.51 keV 3.33 mm 1.5 cm World msc - 5 6.41 cm -24.1 cm 2.79 cm 84.3 MeV 959 eV 2.06 mm 1.71 cm World msc - 6 6.43 cm -24.2 cm 2.8 cm 92.4 MeV 201 eV 838 um 1.79 cm OutOfWorldTransportation + 0 833 um -24.3 cm 2.47 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 833 um -24.3 cm 2.47 cm 107 keV 1.75 keV 84.3 um 84.3 um World eIoni + 2 -545 um -24.8 cm 2.66 cm 47.6 MeV 7.2 keV 8.14 mm 8.23 mm World msc + 3 -1.23 mm -25 cm 2.91 cm 71.1 MeV 786 eV 3.54 mm 1.18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 cm -22.1 cm 2.82 cm 12.1 keV 0 eV 0 fm 0 fm World initStep - 1 5.47 cm -22.1 cm 2.82 cm 1.88 MeV 10.1 keV 1.48 mm 1.48 mm World eIoni - 2 5.42 cm -22.3 cm 2.87 cm 25.8 MeV 1.1 keV 2.7 mm 4.18 mm World eIoni - 3 5.34 cm -24.4 cm 2.86 cm 236 MeV 9.34 keV 2.1 cm 2.52 cm OutOfWorldTransportation + 0 720 um -23.2 cm 2.48 cm 6.56 keV 0 eV 0 fm 0 fm World initStep + 1 720 um -23.2 cm 2.48 cm 708 keV 1.43 keV 228 um 228 um World eIoni + 2 3.68 mm -24.8 cm 2.48 cm 160 MeV 4.27 keV 1.7 cm 1.73 cm World eIoni + 3 3.73 mm -25 cm 2.51 cm 184 MeV 623 eV 2.45 mm 1.97 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.47 cm -9.08 cm 2.47 cm 1.35 keV 0 eV 0 fm 0 fm World initStep - 1 4.47 cm -9.08 cm 2.47 cm 77.7 keV 1.35 keV 58.9 um 58.9 um World eIoni - 2 4.47 cm -9.45 cm 2.47 cm 36.6 MeV 9.05 keV 1.07 cm 1.07 cm World eIoni - 3 2.93 cm -24.8 cm 1.89 cm 1.57 GeV 71.5 keV 15.8 cm 16.8 cm OutOfWorldTransportation + 0 3.68 mm -24.8 cm 2.48 cm 5.22 keV 0 eV 0 fm 0 fm World initStep + 1 3.69 mm -24.8 cm 2.48 cm 436 keV 855 eV 89.9 um 89.9 um World eIoni + 2 3.93 mm -25 cm 2.5 cm 24.3 MeV 359 eV 2.5 mm 2.59 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 180 um -21.3 cm 2.49 cm 4.37 keV 0 eV 0 fm 0 fm World initStep + 1 184 um -21.3 cm 2.5 cm 386 keV 4.37 keV 319 um 319 um World eIoni + 2 222 um -21.3 cm 2.5 cm 5.04 MeV 0 eV 467 um 787 um World eIoni + 3 -733 um -24.9 cm 2.49 cm 358 MeV 18.2 keV 3.56 cm 3.63 cm World eIoni + 4 -823 um -25 cm 2.49 cm 370 MeV 689 eV 1.21 mm 3.76 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -733 um -24.9 cm 2.49 cm 3.21 keV 0 eV 0 fm 0 fm World initStep + 1 -733 um -24.9 cm 2.49 cm 218 keV 261 eV 46.4 um 46.4 um World eIoni + 2 -648 um -24.9 cm 2.47 cm 5.05 MeV 208 eV 533 um 580 um World eIoni + 3 -666 um -25 cm 2.47 cm 12.1 MeV 635 eV 708 um 1.29 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -85.8 um -20.6 cm 2.48 cm 1.74 keV 0 eV 0 fm 0 fm World initStep + 1 -83.1 um -20.6 cm 2.48 cm 106 keV 1.74 keV 83.6 um 83.6 um World eIoni + 2 1.12 cm -21.2 cm 2.17 cm 60.8 MeV 11.3 keV 1.72 cm 1.72 cm World eIoni + 3 1.49 cm -23.5 cm 2.12 cm 290 MeV 16.2 keV 2.32 cm 4.05 cm World msc + 4 1.58 cm -25 cm 2.09 cm 439 MeV 9.58 keV 1.49 cm 5.54 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -747 um -17.5 cm 2.47 cm 3.93 keV 0 eV 0 fm 0 fm World initStep + 1 -751 um -17.5 cm 2.47 cm 150 keV 237 eV 20.2 um 20.2 um World eIoni + 2 908 um -17.9 cm 2.39 cm 37.6 MeV 1.52 keV 4.49 mm 4.51 mm World eIoni + 3 2.57 mm -21.7 cm 2.52 cm 415 MeV 14.9 keV 3.79 cm 4.25 cm World msc + 4 2.64 mm -22.4 cm 2.53 cm 485 MeV 4.54 keV 6.99 mm 4.94 cm World eIoni + 5 2.79 mm -24.2 cm 2.55 cm 664 MeV 16.2 keV 1.79 cm 6.73 cm World eIoni + 6 2.85 mm -25 cm 2.55 cm 748 MeV 5.5 keV 8.38 mm 7.57 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 48 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.79 mm -24.2 cm 2.55 cm 1.88 keV 0 eV 0 fm 0 fm World initStep + 1 2.79 mm -24.2 cm 2.55 cm 117 keV 1.88 keV 92.9 um 92.9 um World eIoni + 2 1.35 mm -24.7 cm 2.77 cm 56.7 MeV 11.7 keV 1 cm 1.01 cm World msc + 3 480 um -25 cm 2.94 cm 84 MeV 1.07 keV 3.31 mm 1.34 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.64 mm -22.4 cm 2.53 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 2.64 mm -22.4 cm 2.53 cm 71 keV 1.26 keV 53.9 um 53.9 um World eIoni + 2 2.63 mm -22.7 cm 2.53 cm 31.7 MeV 12.8 keV 9.35 mm 9.41 mm World eIoni + 3 -2.49 mm -25 cm 3.08 cm 263 MeV 16.1 keV 2.5 cm 3.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -761 um -17.5 cm 2.47 cm 4.25 keV 0 eV 0 fm 0 fm World initStep + 1 -768 um -17.5 cm 2.47 cm 371 keV 4.25 keV 305 um 305 um World eIoni + 2 -778 um -17.5 cm 2.47 cm 1.87 MeV 54.2 eV 151 um 456 um World eIoni + 3 712 um -19.1 cm 2.36 cm 159 MeV 5.44 keV 1.59 cm 1.64 cm World eIoni + 4 1.38 mm -19.5 cm 2.35 cm 206 MeV 1.42 keV 4.72 mm 2.11 cm World eIoni + 5 4.36 mm -24.1 cm 2.3 cm 660 MeV 24.9 keV 4.56 cm 6.67 cm World eIoni + 6 4.47 mm -24.4 cm 2.3 cm 691 MeV 3.01 keV 3.04 mm 6.97 cm World eIoni + 7 4.69 mm -25 cm 2.3 cm 753 MeV 4.37 keV 6.23 mm 7.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 47 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.47 mm -24.4 cm 2.3 cm 5.07 keV 0 eV 0 fm 0 fm World initStep + 1 4.46 mm -24.4 cm 2.3 cm 491 keV 379 eV 226 um 226 um World eIoni + 2 4.35 mm -25 cm 2.34 cm 62.3 MeV 2.69 keV 6.56 mm 6.79 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 47 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.36 mm -24.1 cm 2.3 cm 1.7 keV 0 eV 0 fm 0 fm World initStep + 1 4.36 mm -24.1 cm 2.3 cm 104 keV 1.7 keV 80.9 um 80.9 um World eIoni + 2 148 um -24.5 cm 2.28 cm 43.5 MeV 5.34 keV 7.2 mm 7.28 mm World msc + 3 -4.27 mm -25 cm 2.13 cm 92.7 MeV 797 eV 6.96 mm 1.42 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 47 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.38 mm -19.5 cm 2.35 cm 1.5 keV 0 eV 0 fm 0 fm World initStep + 1 1.38 mm -19.5 cm 2.35 cm 88.6 keV 1.5 keV 68.1 um 68.1 um World eIoni + 2 1.39 mm -20 cm 2.35 cm 45.3 MeV 10.4 keV 1.3 cm 1.31 cm World eIoni + 3 -4.16 mm -25 cm 1.15 cm 547 MeV 26 keV 5.35 cm 6.66 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 47 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 712 um -19.1 cm 2.36 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 714 um -19.1 cm 2.36 cm 65.9 keV 1.2 keV 50.4 um 50.4 um World eIoni + 2 728 um -19.3 cm 2.36 cm 28.2 MeV 12.1 keV 8.4 mm 8.45 mm World eIoni + 3 -5.02 mm -25 cm 2.74 cm 594 MeV 45.3 keV 5.75 cm 6.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 47 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -778 um -17.5 cm 2.47 cm 4.94 keV 0 eV 0 fm 0 fm World initStep + 1 -785 um -17.5 cm 2.47 cm 467 keV 4.94 keV 388 um 388 um World eIoni + 2 -814 um -17.5 cm 2.48 cm 6.59 MeV 17.7 eV 615 um 1 mm World eIoni + 3 -827 um -17.7 cm 2.48 cm 24.4 MeV 819 eV 1.79 mm 2.79 mm World eIoni + 4 -1.39 mm -23.6 cm 2.62 cm 613 MeV 27.9 keV 5.89 cm 6.17 cm World eIoni + 5 -1.45 mm -24.1 cm 2.63 cm 666 MeV 2.79 keV 5.29 mm 6.7 cm World eIoni + 6 -1.54 mm -25 cm 2.65 cm 752 MeV 6.51 keV 8.56 mm 7.56 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 58 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.45 mm -24.1 cm 2.63 cm 1.5 keV 0 eV 0 fm 0 fm World initStep + 1 -1.44 mm -24.1 cm 2.63 cm 89.3 keV 1.5 keV 68.4 um 68.4 um World eIoni + 2 -2.83 mm -24.5 cm 2.9 cm 33.1 MeV 3.64 keV 5.32 mm 5.39 mm World msc + 3 -1.26 mm -24.7 cm 3.24 cm 58.6 MeV 3 keV 4.69 mm 1.01 cm World msc + 4 -648 um -25 cm 3.37 cm 85.5 MeV 2.03 keV 3.05 mm 1.31 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 58 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.39 mm -23.6 cm 2.62 cm 2.94 keV 0 eV 0 fm 0 fm World initStep + 1 -1.39 mm -23.6 cm 2.62 cm 220 keV 2.94 keV 174 um 174 um World eIoni + 2 -1.39 mm -23.6 cm 2.62 cm 833 keV 0 eV 61.8 um 236 um World eIoni + 3 -1.4 mm -25 cm 2.62 cm 138 MeV 7.04 keV 1.43 cm 1.46 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 64 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.39 mm -23.6 cm 2.62 cm 3.78 keV 0 eV 0 fm 0 fm World initStep + 1 -1.4 mm -23.6 cm 2.62 cm 312 keV 3.78 keV 255 um 255 um World eIoni + 2 -1.65 mm -23.9 cm 2.58 cm 25.6 MeV 1.36 keV 2.61 mm 2.87 mm World eIoni + 3 -1.87 mm -24.3 cm 2.55 cm 69.6 MeV 2.09 keV 4.43 mm 7.29 mm World eIoni + 4 -2.04 mm -25 cm 2.53 cm 138 MeV 3.56 keV 6.8 mm 1.41 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.87 mm -24.3 cm 2.55 cm 8.42 keV 0 eV 0 fm 0 fm World initStep + 1 -1.87 mm -24.3 cm 2.55 cm 1.05 MeV 8.42 keV 933 um 933 um World eIoni + 2 -1.88 mm -24.4 cm 2.55 cm 7.34 MeV 23.6 eV 631 um 1.56 mm World eIoni + 3 -3.37 mm -25 cm 2.67 cm 67.8 MeV 1.35 keV 6.53 mm 8.09 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 58 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -827 um -17.7 cm 2.48 cm 11.7 keV 0 eV 0 fm 0 fm World initStep + 1 -838 um -17.7 cm 2.49 cm 1.79 MeV 9.95 keV 1.44 mm 1.44 mm World eIoni + 2 -1.22 mm -18.1 cm 2.47 cm 35.6 MeV 1.77 keV 3.79 mm 5.23 mm World eIoni + 3 -1.27 mm -20.4 cm 2.41 cm 266 MeV 13.9 keV 2.33 cm 2.85 cm World eBrem + 4 -1.13 mm -23.8 cm 2.37 cm 605 MeV 17.9 keV 3.39 cm 6.24 cm World eIoni + 5 -1.12 mm -24 cm 2.37 cm 628 MeV 3.27 keV 2.32 mm 6.47 cm World eIoni + 6 -1.11 mm -24.5 cm 2.36 cm 678 MeV 3.87 keV 4.98 mm 6.97 cm World eIoni + 7 -1.1 mm -24.7 cm 2.36 cm 696 MeV 802 eV 1.78 mm 7.15 cm World eIoni + 8 -1.09 mm -24.9 cm 2.36 cm 714 MeV 1.58 keV 1.83 mm 7.33 cm World eIoni + 9 -1.09 mm -25 cm 2.36 cm 725 MeV 602 eV 1.08 mm 7.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 63 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.09 mm -24.9 cm 2.36 cm 1.69 keV 0 eV 0 fm 0 fm World initStep + 1 -1.09 mm -24.9 cm 2.36 cm 103 keV 1.69 keV 80.2 um 80.2 um World eIoni + 2 -1.08 mm -25 cm 2.36 cm 10.8 MeV 171 eV 1.17 mm 1.25 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 63 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.1 mm -24.7 cm 2.36 cm 3.25 keV 0 eV 0 fm 0 fm World initStep + 1 -1.09 mm -24.7 cm 2.36 cm 253 keV 3.25 keV 202 um 202 um World eIoni + 2 -1.13 mm -24.9 cm 2.32 cm 22 MeV 515 eV 2.27 mm 2.47 mm World eIoni + 3 -1.13 mm -25 cm 2.31 cm 26.2 MeV 33.8 eV 421 um 2.89 mm World eIoni + 4 -1.13 mm -25 cm 2.3 cm 29.1 MeV 694 eV 301 um 3.19 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 72 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.13 mm -25 cm 2.31 cm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 -1.12 mm -25 cm 2.31 cm 68.2 keV 1.22 keV 51.7 um 51.7 um World eIoni + 2 -1.12 mm -25 cm 2.31 cm 2.97 MeV 124 eV 303 um 355 um OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 63 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.11 mm -24.5 cm 2.36 cm 1.4 keV 0 eV 0 fm 0 fm World initStep + 1 -1.11 mm -24.5 cm 2.36 cm 81.8 keV 1.4 keV 62.2 um 62.2 um World eIoni + 2 -1.48 mm -24.8 cm 2.17 cm 25.1 MeV 2.1 keV 3.7 mm 3.76 mm World msc + 3 -4.53 mm -25 cm 2.11 cm 43.5 MeV 1.43 keV 3.75 mm 7.51 mm World msc + 4 -4.74 mm -25 cm 2.11 cm 46.7 MeV 76.6 eV 390 um 7.9 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 63 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.12 mm -24 cm 2.37 cm 3.73 keV 0 eV 0 fm 0 fm World initStep + 1 -1.13 mm -24 cm 2.37 cm 308 keV 1.14 keV 189 um 189 um World eIoni + 2 -1.08 mm -25 cm 2.4 cm 96.8 MeV 6.8 keV 1.12 cm 1.14 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 70 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.13 mm -24 cm 2.37 cm 1.29 keV 0 eV 0 fm 0 fm World initStep + 1 -1.13 mm -24 cm 2.37 cm 72.7 keV 1.29 keV 55.5 um 55.5 um World eIoni + 2 -4.28 mm -24.3 cm 2.47 cm 27.8 MeV 6.18 keV 5.29 mm 5.35 mm World msc + 3 -5.33 mm -24.7 cm 2.63 cm 64.3 MeV 2.19 keV 4.17 mm 9.52 mm World msc + 4 -5.75 mm -25 cm 2.69 cm 92.7 MeV 241 eV 2.94 mm 1.25 cm World msc + 5 -5.78 mm -25 cm 2.7 cm 95.8 MeV 220 eV 325 um 1.28 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 63 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.13 mm -23.8 cm 2.37 cm 5.62 keV 0 eV 0 fm 0 fm World initStep + 1 -1.14 mm -23.8 cm 2.37 cm 569 keV 5.62 keV 477 um 477 um World eIoni + 2 -1.18 mm -23.9 cm 2.37 cm 6.82 MeV 15 eV 627 um 1.1 mm World eIoni + 3 -1.34 mm -25 cm 2.37 cm 120 MeV 3.02 keV 1.13 cm 1.24 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 63 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.27 mm -20.4 cm 2.41 cm 2.66 MeV 0 eV 0 fm 0 fm World initStep + 1 -1.25 mm -25 cm 2.31 cm 2.66 MeV 0 eV 4.59 cm 4.59 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -863 um -17.1 cm 2.47 cm 5.62 keV 0 eV 0 fm 0 fm World initStep + 1 -873 um -17.1 cm 2.47 cm 570 keV 5.62 keV 478 um 478 um World eIoni + 2 -1.63 mm -17.6 cm 2.4 cm 55.8 MeV 1.59 keV 5.69 mm 6.17 mm World eIoni + 3 -2.43 mm -18.4 cm 2.39 cm 128 MeV 4.23 keV 7.25 mm 1.34 cm World eIoni + 4 -3.32 mm -20.4 cm 2.38 cm 337 MeV 12.3 keV 2.09 cm 3.43 cm World eIoni + 5 -3.71 mm -22.2 cm 2.38 cm 511 MeV 10.8 keV 1.74 cm 5.17 cm World eIoni + 6 -3.99 mm -24 cm 2.38 cm 690 MeV 8.22 keV 1.79 cm 6.96 cm World eIoni + 7 -4.02 mm -24.2 cm 2.38 cm 711 MeV 1.48 keV 2.16 mm 7.18 cm World eIoni + 8 -4.13 mm -25 cm 2.38 cm 792 MeV 5.43 keV 8.08 mm 7.99 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.02 mm -24.2 cm 2.38 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 -4.02 mm -24.2 cm 2.38 cm 94.6 keV 1.58 keV 72.9 um 72.9 um World eIoni + 2 -1.62 mm -24.5 cm 2.52 cm 33.4 MeV 3.5 keV 5.06 mm 5.13 mm World msc + 3 295 um -25 cm 2.79 cm 80.4 MeV 3.68 keV 5.82 mm 1.1 cm World msc + 4 314 um -25 cm 2.79 cm 81.3 MeV 0 eV 93 um 1.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.99 mm -24 cm 2.38 cm 2.58 keV 0 eV 0 fm 0 fm World initStep + 1 -3.99 mm -24 cm 2.38 cm 183 keV 2.58 keV 144 um 144 um World eIoni + 2 -4 mm -24 cm 2.38 cm 2.35 MeV 27.6 eV 219 um 363 um World eIoni + 3 -4.4 mm -24.7 cm 2.39 cm 72.6 MeV 4.16 keV 7.05 mm 7.42 mm World eIoni + 4 -4.45 mm -25 cm 2.38 cm 102 MeV 2.73 keV 2.98 mm 1.04 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 79 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.4 mm -24.7 cm 2.39 cm 2.47 keV 0 eV 0 fm 0 fm World initStep + 1 -4.41 mm -24.7 cm 2.39 cm 170 keV 2.47 keV 135 um 135 um World eIoni + 2 -4.43 mm -25 cm 2.39 cm 29.8 MeV 4.1 keV 3.3 mm 3.44 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.71 mm -22.2 cm 2.38 cm 2.88 keV 0 eV 0 fm 0 fm World initStep + 1 -3.71 mm -22.2 cm 2.38 cm 214 keV 2.88 keV 168 um 168 um World eIoni + 2 -4.04 mm -22.4 cm 2.36 cm 17.9 MeV 202 eV 1.85 mm 2.02 mm World eIoni + 3 -4.71 mm -22.7 cm 2.32 cm 56 MeV 3.37 keV 3.9 mm 5.92 mm World eIoni + 4 -5.55 mm -25 cm 2.26 cm 281 MeV 11.1 keV 2.25 cm 2.84 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 78 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.71 mm -22.7 cm 2.32 cm 31.4 keV 0 eV 0 fm 0 fm World initStep + 1 -4.75 mm -22.8 cm 2.32 cm 8.76 MeV 9.94 keV 3.37 mm 3.37 mm World eIoni + 2 -6.79 mm -23.2 cm 2.2 cm 43.5 MeV 2.88 keV 4.98 mm 8.35 mm World eIoni + 3 -7.82 mm -25 cm 2.14 cm 225 MeV 12.2 keV 1.82 cm 2.65 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.32 mm -20.4 cm 2.38 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 -3.32 mm -20.4 cm 2.38 cm 74.7 keV 1.31 keV 56.8 um 56.8 um World eIoni + 2 -3.34 mm -20.8 cm 2.39 cm 34.4 MeV 14.4 keV 1.01 cm 1.01 cm World eIoni + 3 -1.4 cm -25 cm 2.72 cm 451 MeV 26.8 keV 4.76 cm 5.77 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.43 mm -18.4 cm 2.39 cm 1.32 keV 0 eV 0 fm 0 fm World initStep + 1 -2.43 mm -18.4 cm 2.39 cm 75.9 keV 1.32 keV 57.6 um 57.6 um World eIoni + 2 -2.43 mm -18.7 cm 2.39 cm 35.3 MeV 7.45 keV 1.03 cm 1.04 cm World eIoni + 3 -1.22 cm -25 cm 2.85 cm 661 MeV 34.3 keV 6.48 cm 7.51 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.42 mm -15.3 cm 2.46 cm 82.2 keV 0 eV 0 fm 0 fm World initStep + 1 -1.57 mm -15.6 cm 2.46 cm 33 MeV 10.2 keV 5.98 mm 5.98 mm World eIoni + 2 4.41 mm -16 cm 2.62 cm 72.4 MeV 4.81 keV 9.73 mm 1.57 cm World eIoni + 3 6.18 mm -17.1 cm 2.67 cm 186 MeV 6.81 keV 1.15 cm 2.73 cm World eIoni + 4 8.24 mm -21 cm 2.73 cm 578 MeV 28.3 keV 3.92 cm 6.65 cm World eIoni + 5 8.46 mm -21.8 cm 2.73 cm 659 MeV 7.24 keV 8.1 mm 7.46 cm World eIoni + 6 8.51 mm -22 cm 2.73 cm 677 MeV 1.09 keV 1.76 mm 7.64 cm World eIoni + 7 8.53 mm -22.1 cm 2.73 cm 684 MeV 88 eV 774 um 7.71 cm World eIoni + 8 8.8 mm -23.3 cm 2.74 cm 806 MeV 6.03 keV 1.21 cm 8.93 cm World eIoni + 9 9.11 mm -25 cm 2.75 cm 973 MeV 8.25 keV 1.67 cm 10.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 45 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.8 mm -23.3 cm 2.74 cm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 8.8 mm -23.3 cm 2.74 cm 86.2 keV 1.46 keV 65.8 um 65.8 um World eIoni + 2 3.94 mm -23.7 cm 2.39 cm 40.4 MeV 6.12 keV 9.18 mm 9.25 mm World msc + 3 1.34 mm -24.3 cm 2.02 cm 102 MeV 3.02 keV 7.73 mm 1.7 cm World msc + 4 209 um -25 cm 1.86 cm 169 MeV 5.32 keV 7.03 mm 2.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 45 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.53 mm -22.1 cm 2.73 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 8.53 mm -22.1 cm 2.73 cm 76.7 keV 1.33 keV 58.2 um 58.2 um World eIoni + 2 8.51 mm -22.5 cm 2.73 cm 35.9 MeV 10.2 keV 1.05 cm 1.05 cm World eIoni + 3 1.76 cm -24.9 cm 3.23 cm 284 MeV 18.7 keV 2.86 cm 3.91 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 45 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.51 mm -22 cm 2.73 cm 5.16 keV 0 eV 0 fm 0 fm World initStep + 1 8.51 mm -22 cm 2.73 cm 500 keV 5.16 keV 416 um 416 um World eIoni + 2 8.53 mm -22.2 cm 2.72 cm 15.7 MeV 771 eV 1.54 mm 1.96 mm World eIoni + 3 8.95 mm -25 cm 2.7 cm 296 MeV 12.6 keV 2.81 cm 3.01 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 45 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.46 mm -21.8 cm 2.73 cm 1.28 keV 0 eV 0 fm 0 fm World initStep + 1 8.46 mm -21.8 cm 2.73 cm 72.5 keV 1.28 keV 55 um 55 um World eIoni + 2 8.46 mm -22.2 cm 2.73 cm 32.8 MeV 9.08 keV 9.63 mm 9.69 mm World eIoni + 3 1.6 cm -24.9 cm 2.6 cm 310 MeV 19.9 keV 3.41 cm 4.38 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 45 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.24 mm -21 cm 2.73 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 8.24 mm -21 cm 2.72 cm 62.2 keV 1.14 keV 47.4 um 47.4 um World eIoni + 2 8.25 mm -21.3 cm 2.72 cm 25.7 MeV 5.89 keV 7.74 mm 7.79 mm World eIoni + 3 8.41 mm -25 cm 3.14 cm 395 MeV 19.5 keV 3.74 cm 4.52 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 45 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.18 mm -17.1 cm 2.67 cm 3.43 keV 0 eV 0 fm 0 fm World initStep + 1 6.18 mm -17.1 cm 2.67 cm 273 keV 3.43 keV 220 um 220 um World eIoni + 2 6.2 mm -17.2 cm 2.67 cm 4.12 MeV 126 eV 387 um 607 um World eIoni + 3 1.26 cm -23.9 cm 2.02 cm 676 MeV 18.8 keV 6.83 cm 6.89 cm World eBrem + 4 2.62 cm -23.1 cm 2.13 cm 599 MeV 8.58 keV 1.57 cm 8.46 cm World eIoni + 5 4.5 cm -22.6 cm 2.28 cm 553 MeV 14.9 keV 1.95 cm 10.4 cm World eIoni + 6 6.08 cm -22.8 cm 2.41 cm 565 MeV 5.15 keV 1.59 cm 12 cm World eIoni + 7 7.86 cm -23.5 cm 2.55 cm 634 MeV 11.8 keV 1.93 cm 13.9 cm World eIoni + 8 8.15 cm -23.6 cm 2.57 cm 652 MeV 3.12 keV 3.39 mm 14.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 84 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 7.86 cm -23.5 cm 2.55 cm 115 keV 0 eV 0 fm 0 fm World initStep + 1 7.86 cm -23.7 cm 2.54 cm 28.8 MeV 2.95 keV 3.35 mm 3.35 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 84 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.08 cm -22.8 cm 2.41 cm 3.14 keV 0 eV 0 fm 0 fm World initStep + 1 6.08 cm -22.8 cm 2.41 cm 252 keV 3.14 keV 192 um 192 um World eIoni + 2 6.08 cm -22.8 cm 2.41 cm 7.08 MeV 0 eV 690 um 883 um World eIoni + 3 6.09 cm -24.2 cm 2.43 cm 148 MeV 6.18 keV 1.41 cm 1.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 84 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.5 cm -22.6 cm 2.28 cm 2.03 keV 0 eV 0 fm 0 fm World initStep + 1 4.5 cm -22.6 cm 2.28 cm 133 keV 2.03 keV 103 um 103 um World eIoni + 2 5.45 cm -23.4 cm 1.75 cm 79.9 MeV 10.1 keV 1.7 cm 1.71 cm World msc + 3 6 cm -24.3 cm 8.52 mm 162 MeV 5.84 keV 1.39 cm 3.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 84 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.62 cm -23.1 cm 2.13 cm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 2.62 cm -23.1 cm 2.13 cm 85.1 keV 1.45 keV 65.4 um 65.4 um World eIoni + 2 3.37 cm -23.5 cm 2.37 cm 41.9 MeV 12.2 keV 1.15 cm 1.15 cm World msc + 3 3.8 cm -24.1 cm 2.57 cm 103 MeV 2.68 keV 7.91 mm 1.95 cm World msc + 4 3.97 cm -24.7 cm 2.64 cm 158 MeV 3.81 keV 5.79 mm 2.52 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 45 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.41 mm -16 cm 2.62 cm 4.69 keV 0 eV 0 fm 0 fm World initStep + 1 4.42 mm -16 cm 2.62 cm 428 keV 4.69 keV 356 um 356 um World eIoni + 2 4.58 mm -16.1 cm 2.61 cm 15.7 MeV 251 eV 1.55 mm 1.9 mm World eIoni + 3 6.52 mm -20.6 cm 2.48 cm 458 MeV 22.9 keV 4.43 cm 4.62 cm World eIoni + 4 7.95 mm -25 cm 2.39 cm 901 MeV 18.8 keV 4.43 cm 9.06 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 83 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.52 mm -20.6 cm 2.48 cm 10.3 keV 0 eV 0 fm 0 fm World initStep + 1 6.53 mm -20.6 cm 2.48 cm 1.45 MeV 6.88 keV 1.26 mm 1.26 mm World eIoni + 2 6.37 mm -20.9 cm 2.46 cm 29.9 MeV 789 eV 2.91 mm 4.16 mm World eIoni + 3 5.95 mm -25 cm 2.53 cm 444 MeV 22.3 keV 4.14 cm 4.56 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.63 mm -14.7 cm 2.46 cm 1.37 keV 0 eV 0 fm 0 fm World initStep + 1 -1.63 mm -14.7 cm 2.46 cm 79.2 keV 1.37 keV 60.3 um 60.3 um World eIoni + 2 -1.61 mm -15.1 cm 2.46 cm 37.8 MeV 9.45 keV 1.1 cm 1.1 cm World eIoni + 3 1.34 cm -25 cm 2.44 cm 1.03 GeV 43.9 keV 10.5 cm 11.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.63 mm -14.7 cm 2.46 cm 33.4 keV 0 eV 0 fm 0 fm World initStep + 1 -1.68 mm -14.8 cm 2.47 cm 8.86 MeV 4.64 keV 2.09 mm 2.09 mm World eIoni + 2 -197 um -15.8 cm 2.21 cm 113 MeV 6.58 keV 1.14 cm 1.35 cm World eIoni + 3 -67.1 um -18.4 cm 2.12 cm 375 MeV 14.9 keV 2.62 cm 3.97 cm World eIoni + 4 -9.91 um -19.8 cm 2.1 cm 509 MeV 7.29 keV 1.35 cm 5.32 cm World eIoni + 5 10.1 um -20.4 cm 2.09 cm 566 MeV 5.35 keV 5.63 mm 5.88 cm World eIoni + 6 158 um -25 cm 2.04 cm 1.03 GeV 28.1 keV 4.6 cm 10.5 cm World eIoni + 7 160 um -25 cm 2.04 cm 1.03 GeV 63.8 eV 427 um 10.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 43 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 158 um -25 cm 2.04 cm 3.92 keV 0 eV 0 fm 0 fm World initStep + 1 152 um -25 cm 2.05 cm 331 keV 1.82 keV 194 um 194 um World eIoni + 2 101 um -25 cm 2.05 cm 4.28 MeV 97.2 eV 402 um 595 um OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 43 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 10.1 um -20.4 cm 2.09 cm 3.22 keV 0 eV 0 fm 0 fm World initStep + 1 4.73 um -20.4 cm 2.09 cm 250 keV 3.22 keV 199 um 199 um World eIoni + 2 227 um -20.5 cm 2.1 cm 15.4 MeV 492 eV 1.56 mm 1.76 mm World eIoni + 3 265 um -21.6 cm 2.09 cm 121 MeV 4.65 keV 1.06 cm 1.23 cm World eIoni + 4 157 um -25 cm 2.07 cm 464 MeV 18.1 keV 3.43 cm 4.66 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 98 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 265 um -21.6 cm 2.09 cm 2.65 keV 0 eV 0 fm 0 fm World initStep + 1 266 um -21.6 cm 2.09 cm 190 keV 2.65 keV 150 um 150 um World eIoni + 2 1.05 cm -22.7 cm 2.16 cm 111 MeV 6.57 keV 1.79 cm 1.81 cm World eIoni + 3 1.18 cm -23.3 cm 2.14 cm 170 MeV 5.14 keV 6 mm 2.41 cm World eIoni + 4 1.38 cm -25 cm 2.11 cm 338 MeV 6.6 keV 1.69 cm 4.1 cm World eIoni + 5 1.38 cm -25 cm 2.11 cm 339 MeV 611 eV 110 um 4.11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 100 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.38 cm -25 cm 2.11 cm 4.86 keV 0 eV 0 fm 0 fm World initStep + 1 1.37 cm -25 cm 2.11 cm 373 keV 337 eV 72 um 72 um World msc + 2 1.37 cm -25 cm 2.11 cm 679 keV 18.4 eV 46 um 118 um World msc + 3 1.37 cm -25 cm 2.11 cm 891 keV 9.53 eV 25.1 um 143 um World msc + 4 1.37 cm -25 cm 2.11 cm 1.1 MeV 8.74 eV 23.6 um 167 um OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 100 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.18 cm -23.3 cm 2.14 cm 11 keV 0 eV 0 fm 0 fm World initStep + 1 1.17 cm -23.3 cm 2.14 cm 1.61 MeV 11 keV 1.35 mm 1.35 mm World eIoni + 2 1.19 cm -23.4 cm 2.18 cm 9.87 MeV 88.1 eV 934 um 2.28 mm World eIoni + 3 1.2 cm -25 cm 2.24 cm 170 MeV 7.28 keV 1.61 cm 1.83 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 100 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.05 cm -22.7 cm 2.16 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 1.05 cm -22.7 cm 2.16 cm 61.2 keV 1.14 keV 47.1 um 47.1 um World eIoni + 2 1.05 cm -22.9 cm 2.16 cm 25.1 MeV 9.62 keV 7.57 mm 7.62 mm World eIoni + 3 1.26 cm -25 cm 1.39 cm 228 MeV 7.56 keV 2.38 cm 3.14 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 43 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -9.91 um -19.8 cm 2.1 cm 2.74 keV 0 eV 0 fm 0 fm World initStep + 1 -14.2 um -19.8 cm 2.1 cm 199 keV 2.74 keV 157 um 157 um World eIoni + 2 -962 um -20.1 cm 2.17 cm 35 MeV 2.8 keV 3.85 mm 4 mm World eIoni + 3 -5.6 mm -21.8 cm 2.2 cm 198 MeV 14.6 keV 1.72 cm 2.12 cm World eIoni + 4 -8.01 mm -25 cm 2.22 cm 519 MeV 16.1 keV 3.22 cm 5.34 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 97 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.6 mm -21.8 cm 2.2 cm 3.32 keV 0 eV 0 fm 0 fm World initStep + 1 -5.6 mm -21.8 cm 2.2 cm 261 keV 3.32 keV 208 um 208 um World eIoni + 2 -4.88 mm -22.1 cm 2.17 cm 30.7 MeV 3.16 keV 3.21 mm 3.42 mm World eIoni + 3 -2.98 mm -24.3 cm 2.05 cm 254 MeV 8.78 keV 2.25 cm 2.59 cm World eIoni + 4 -2.93 mm -24.6 cm 2.04 cm 280 MeV 627 eV 2.66 mm 2.85 cm World eIoni + 5 -2.85 mm -25 cm 2.03 cm 322 MeV 3.24 keV 4.17 mm 3.27 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 104 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.93 mm -24.6 cm 2.04 cm 1.32 keV 0 eV 0 fm 0 fm World initStep + 1 -2.93 mm -24.6 cm 2.04 cm 76 keV 1.32 keV 57.6 um 57.6 um World eIoni + 2 -1.96 mm -24.8 cm 1.93 cm 20.3 MeV 2.29 keV 2.85 mm 2.9 mm World msc + 3 -799 um -25 cm 1.77 cm 41.8 MeV 712 eV 2.98 mm 5.88 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 104 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.98 mm -24.3 cm 2.05 cm 2.05 keV 0 eV 0 fm 0 fm World initStep + 1 -2.98 mm -24.3 cm 2.05 cm 130 keV 2.05 keV 104 um 104 um World eIoni + 2 -2.99 mm -25 cm 2.05 cm 68.3 MeV 7.23 keV 1.22 cm 1.23 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 43 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -67.1 um -18.4 cm 2.12 cm 1.83 keV 0 eV 0 fm 0 fm World initStep + 1 -69.6 um -18.4 cm 2.12 cm 113 keV 1.83 keV 89.6 um 89.6 um World eIoni + 2 -89.2 um -19.1 cm 2.12 cm 67.2 MeV 18.5 keV 1.89 cm 1.9 cm World eIoni + 3 -7.51 mm -25 cm 3.72 cm 654 MeV 38.2 keV 6.33 cm 8.22 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 43 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -197 um -15.8 cm 2.21 cm 309 keV 0 eV 0 fm 0 fm World initStep + 1 -1.17 mm -16.8 cm 1.82 cm 100 MeV 6.29 keV 1.16 cm 1.16 cm World eIoni + 2 -1.63 mm -17.1 cm 1.48 cm 131 MeV 3.37 keV 4.7 mm 1.63 cm World eIoni + 3 -2.45 mm -18.3 cm 8.64 mm 247 MeV 5.04 keV 1.32 cm 2.95 cm World eIoni + 4 -2.79 mm -19.1 cm 6.12 mm 330 MeV 5.62 keV 8.65 mm 3.81 cm World eIoni + 5 -3.16 mm -20.5 cm 3.15 mm 467 MeV 13.3 keV 1.4 cm 5.22 cm World eIoni + 6 -3.88 mm -25 cm -2.54 mm 917 MeV 21.8 keV 4.55 cm 9.76 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 95 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.16 mm -20.5 cm 3.15 mm 13 keV 0 eV 0 fm 0 fm World initStep + 1 -3.14 mm -20.5 cm 3.13 mm 2.13 MeV 8.03 keV 1.38 mm 1.38 mm World eIoni + 2 -4.21 mm -21 cm 3.55 mm 52.4 MeV 2.15 keV 5.21 mm 6.59 mm World eIoni + 3 -5.06 mm -25 cm 3.6 mm 448 MeV 26.6 keV 3.96 cm 4.62 cm World eIoni + 4 -5.06 mm -25 cm 3.6 mm 451 MeV 372 eV 274 um 4.65 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 110 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.06 mm -25 cm 3.6 mm 1.67 keV 0 eV 0 fm 0 fm World initStep + 1 -5.06 mm -25 cm 3.6 mm 102 keV 1.67 keV 79.2 um 79.2 um World eIoni + 2 -5.05 mm -25 cm 3.61 mm 2.74 MeV 0 eV 270 um 349 um OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 110 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.21 mm -21 cm 3.55 mm 11.5 keV 0 eV 0 fm 0 fm World initStep + 1 -4.21 mm -21 cm 3.57 mm 1.59 MeV 1.28 keV 385 um 385 um World eIoni + 2 -3.79 mm -21.2 cm 3.55 mm 14.7 MeV 702 eV 1.43 mm 1.81 mm World eIoni + 3 -3.37 mm -22.8 cm 3.64 mm 176 MeV 10.5 keV 1.62 cm 1.8 cm World eBrem + 4 -3.36 mm -23.4 cm 3.69 mm 237 MeV 2.49 keV 6.02 mm 2.4 cm World eIoni + 5 -3.34 mm -25 cm 3.76 mm 399 MeV 9.61 keV 1.62 cm 4.02 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.36 mm -23.4 cm 3.69 mm 1.96 keV 0 eV 0 fm 0 fm World initStep + 1 -3.37 mm -23.4 cm 3.69 mm 123 keV 1.96 keV 98.1 um 98.1 um World eIoni + 2 128 um -24 cm 9.75 mm 63.1 MeV 7.47 keV 1.15 cm 1.16 cm World msc + 3 5.81 mm -25 cm 1.29 cm 162 MeV 7.62 keV 1.2 cm 2.36 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.79 mm -21.2 cm 3.55 mm 12.5 keV 0 eV 0 fm 0 fm World initStep + 1 -3.77 mm -21.2 cm 3.53 mm 1.87 MeV 2.57 keV 475 um 475 um World eIoni + 2 -2.28 mm -22.1 cm 3.08 mm 91.8 MeV 4.24 keV 9.17 mm 9.65 mm World eIoni + 3 -550 um -25 cm 2.2 mm 384 MeV 20 keV 2.93 cm 3.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 113 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.28 mm -22.1 cm 3.08 mm 2.56 keV 0 eV 0 fm 0 fm World initStep + 1 -2.28 mm -22.1 cm 3.08 mm 180 keV 2.56 keV 142 um 142 um World eIoni + 2 -1.98 mm -22.2 cm 3.36 mm 17.4 MeV 164 eV 1.82 mm 1.96 mm World eIoni + 3 -1.4 mm -25 cm 4.68 mm 293 MeV 12.4 keV 2.76 cm 2.96 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 95 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.79 mm -19.1 cm 6.12 mm 3.46 keV 0 eV 0 fm 0 fm World initStep + 1 -2.79 mm -19.1 cm 6.12 mm 275 keV 3.46 keV 222 um 222 um World eIoni + 2 -2.79 mm -19.1 cm 6.12 mm 439 keV 7.99 eV 16.5 um 238 um World eIoni + 3 -3.59 mm -19.6 cm 6.53 mm 44.9 MeV 2.48 keV 4.6 mm 4.84 mm World eIoni + 4 -5.53 mm -24.2 cm 8.3 mm 508 MeV 22.5 keV 4.65 cm 5.13 cm World eIoni + 5 -5.66 mm -25 cm 8.35 mm 587 MeV 6.35 keV 7.92 mm 5.92 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 109 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.53 mm -24.2 cm 8.3 mm 6.56 keV 0 eV 0 fm 0 fm World initStep + 1 -5.51 mm -24.2 cm 8.3 mm 717 keV 6.56 keV 615 um 615 um World eIoni + 2 -5.34 mm -24.4 cm 8.29 mm 19 MeV 955 eV 1.85 mm 2.46 mm World eIoni + 3 -5.1 mm -24.7 cm 8.4 mm 45.9 MeV 3.04 keV 2.69 mm 5.16 mm World eIoni + 4 -4.96 mm -25 cm 8.45 mm 79.3 MeV 797 eV 3.35 mm 8.5 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 116 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.1 mm -24.7 cm 8.4 mm 3.02 keV 0 eV 0 fm 0 fm World initStep + 1 -5.1 mm -24.7 cm 8.39 mm 229 keV 3.02 keV 181 um 181 um World eIoni + 2 -5.12 mm -25 cm 8.37 mm 33.4 MeV 2.78 keV 3.58 mm 3.76 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 95 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.45 mm -18.3 cm 8.64 mm 60.5 keV 0 eV 0 fm 0 fm World initStep + 1 -2.53 mm -18.5 cm 8.54 mm 24.7 MeV 8.65 keV 7.2 mm 7.2 mm World eIoni + 2 -4.46 mm -23 cm 1.01 cm 470 MeV 32.5 keV 4.95 cm 5.67 cm World eIoni + 3 -4.66 mm -24.5 cm 1.03 cm 618 MeV 6.88 keV 1.49 cm 7.16 cm World eIoni + 4 -4.71 mm -25 cm 1.04 cm 671 MeV 4.78 keV 5.26 mm 7.69 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 108 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.66 mm -24.5 cm 1.03 cm 9.85 keV 0 eV 0 fm 0 fm World initStep + 1 -4.65 mm -24.5 cm 1.03 cm 906 keV 171 eV 145 um 145 um World eIoni + 2 -4.19 mm -25 cm 9.97 mm 52.8 MeV 1.4 keV 5.45 mm 5.59 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 120 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.65 mm -24.5 cm 1.03 cm 1.86 keV 0 eV 0 fm 0 fm World initStep + 1 -4.65 mm -24.5 cm 1.03 cm 120 keV 1.86 keV 91.4 um 91.4 um World eIoni + 2 -4.64 mm -25 cm 1.03 cm 51.8 MeV 2.49 keV 8.12 mm 8.21 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 108 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.46 mm -23 cm 1.01 cm 1.9 keV 0 eV 0 fm 0 fm World initStep + 1 -4.46 mm -23 cm 1.01 cm 118 keV 1.9 keV 93.9 um 93.9 um World eIoni + 2 665 um -23.6 cm 1.54 cm 61.5 MeV 13.4 keV 1.18 cm 1.19 cm World msc + 3 3.59 mm -24.3 cm 1.88 cm 127 MeV 4.6 keV 8.05 mm 1.99 cm World msc + 4 5.15 mm -25 cm 2.06 cm 201 MeV 2.31 keV 7.79 mm 2.77 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 108 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.53 mm -18.5 cm 8.54 mm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 -2.53 mm -18.5 cm 8.54 mm 88.5 keV 1.49 keV 67.8 um 67.8 um World eIoni + 2 -2.53 mm -19 cm 8.55 mm 45.2 MeV 16.1 keV 1.3 cm 1.3 cm World eIoni + 3 -1.39 cm -25 cm 168 um 643 MeV 32.1 keV 6.33 cm 7.63 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 95 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.63 mm -17.1 cm 1.48 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 -1.63 mm -17.1 cm 1.48 cm 63.2 keV 1.17 keV 48.7 um 48.7 um World eIoni + 2 -1.62 mm -17.4 cm 1.48 cm 26.4 MeV 9.98 keV 7.92 mm 7.97 mm World eIoni + 3 -9.48 mm -25 cm 6.58 mm 785 MeV 47.1 keV 7.95 cm 8.74 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.33 cm -6.38 cm 2.01 cm 2.03 keV 0 eV 0 fm 0 fm World initStep - 1 4.33 cm -6.38 cm 2.01 cm 128 keV 2.03 keV 103 um 103 um World eIoni - 2 4.33 cm -7.21 cm 2.01 cm 82.4 MeV 13.3 keV 2.3 cm 2.31 cm World eIoni - 3 2.54 cm -24.9 cm 477 um 1.85 GeV 76.3 keV 18.2 cm 20.5 cm OutOfWorldTransportation + 0 -4.51 mm -5.97 cm 1.19 cm 1.96 keV 0 eV 0 fm 0 fm World initStep + 1 -4.5 mm -5.97 cm 1.19 cm 123 keV 1.96 keV 98 um 98 um World eIoni + 2 -4.48 mm -6.73 cm 1.19 cm 76.6 MeV 16.3 keV 2.14 cm 2.15 cm World eIoni + 3 -2.23 cm -24.9 cm -1.37 cm 1.89 GeV 103 keV 19.1 cm 21.3 cm OutOfWorldTransportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.002583s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.020000s Real=0.012372s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/field/field03/History b/examples/extended/field/field03/History index 7222eb0056..96b42def7a 100644 --- a/examples/extended/field/field03/History +++ b/examples/extended/field/field03/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example field03 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - field03 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (fieldex03-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 July 27, 2018 I.Hrivnacova - fieldex03-V10-04-02 - Added commands: diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index c511f2ec16..99c1b4c52a 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -248,6 +248,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -289,7 +293,8 @@ G4ClassicalRK4 (default) is called LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -306,7 +311,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -316,8 +321,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -380,10 +386,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -408,10 +414,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -438,10 +444,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -470,10 +476,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -484,10 +490,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -497,10 +503,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -529,10 +535,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -561,10 +567,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -593,14 +599,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -611,7 +616,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -626,14 +631,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -644,7 +648,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -659,10 +663,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -691,10 +695,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -728,15 +732,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -746,10 +753,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -757,10 +766,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -769,6 +780,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -776,11 +788,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -788,11 +802,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -801,10 +817,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -815,10 +833,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -829,10 +849,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -842,10 +864,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -856,10 +880,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -870,10 +896,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -884,10 +912,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -897,11 +927,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -909,6 +941,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -916,6 +949,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -925,6 +959,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -932,11 +967,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -944,11 +981,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -958,11 +997,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -970,6 +1011,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -977,6 +1019,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -986,11 +1029,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -998,11 +1043,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1012,11 +1059,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1024,11 +1073,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1038,29 +1089,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1073,7 +1126,7 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1089,33 +1142,30 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 22 m 500 MeV 0 eV 0 fm 0 fm Radiator initStep - 1 0 fm 2.4772565 mm 21.9395 m 500 MeV0.12214578 meV 5.0081793 cm 5.0081793 cm Radiator Transportation 0 fm 98.830631 um -995.10427 um - 2 0 fm 2.2749136 cm 21.8395 m 500 MeV 0.2492773 meV 10.220782 cm 15.228961 cm RadSlice Transportation 0 fm 296.49196 um -955.03535 um - 3 0 fm 6.6086173 cm 21.7395 m 500 MeV0.26632715 meV 10.919854 cm 26.148815 cm Radiator Transportation 0 fm 494.15309 um -869.3749 um - 4 0 fm 14.060739 cm 21.6395 m 500 MeV 0.304942 meV 12.503127 cm 38.651942 cm RadSlice Transportation 0 fm 691.81427 um -722.0755 um - 5 0 fm 19.745298 cm 21.5885 m 500 MeV0.18643879 meV 7.6442989 cm 46.296241 cm Radiator Transportation 0 fm 792.62153 um -609.71395 um - 6 0 fm 81.438088 cm 21.5885 m 500 MeV 1.6181246 meV 66.345788 cm 1.1264203 m World Transportation 0 fm 792.62217 um 609.71312 um - 7 0 fm 87.122639 cm 21.6395 m 500 MeV0.18643865 meV 7.6442933 cm 1.2028632 m Radiator Transportation 0 fm 691.8151 um 722.07469 um - 8 0 fm 94.574764 cm 21.7395 m 500 MeV0.30494206 meV 12.503129 cm 1.3278945 m RadSlice Transportation 0 fm 494.15406 um 869.37435 um - 9 0 fm 98.908478 cm 21.8395 m 500 MeV0.26632725 meV 10.919858 cm 1.4370931 m Radiator Transportation 0 fm 296.49295 um 955.03504 um - 10 0 fm 1.009356 m 21.9395 m 500 MeV0.24927701 meV 10.22077 cm 1.5393008 m RadSlice Transportation 0 fm 98.83189 um 995.10414 um - 11 0 fm 1.0118329 m 21.9895 m 500 MeV 0.1221457 meV 5.0081759 cm 1.5893826 m Radiator Transportation 0 fm 1.3322291 nm 1000 um - 12 0 fm 1.0118319 m 21.9905 m 500 MeV0.0024389275 meV 1.0000007 mm 1.5903826 m Absorber Transportation 0 fm -1.9752789 um 999.99805 um - 13 0 fm 1.0117239 m 22 m 500 MeV0.023171635 meV 9.500754 mm 1.5998833 m OutOfWorld Transportation 0 fm -20.753087 um 999.78463 um + 1 0 fm 2.4772565 mm 21.9395 m 500 MeV0.12209589 meV 5.0081793 cm 5.0081793 cm Radiator Transportation 0 fm 98.830631 um -995.10427 um + 2 0 fm 2.2749136 cm 21.8395 m 500 MeV0.24917548 meV 10.220782 cm 15.228961 cm RadSlice Transportation 0 fm 296.49196 um -955.03535 um + 3 0 fm 6.6086173 cm 21.7395 m 500 MeV0.26621837 meV 10.919854 cm 26.148815 cm Radiator Transportation 0 fm 494.15309 um -869.3749 um + 4 0 fm 14.060739 cm 21.6395 m 500 MeV0.30481745 meV 12.503127 cm 38.651942 cm RadSlice Transportation 0 fm 691.81427 um -722.0755 um + 5 0 fm 19.745298 cm 21.5885 m 500 MeV0.18636264 meV 7.6442989 cm 46.296241 cm Radiator Transportation 0 fm 792.62153 um -609.71395 um + 6 0 fm 81.438088 cm 21.5885 m 500 MeV 1.6174637 meV 66.345788 cm 1.1264203 m World Transportation 0 fm 792.62217 um 609.71312 um + 7 0 fm 87.122639 cm 21.6395 m 500 MeV 0.1863625 meV 7.6442933 cm 1.2028632 m Radiator Transportation 0 fm 691.8151 um 722.07469 um + 8 0 fm 94.574764 cm 21.7395 m 500 MeV0.30481751 meV 12.503129 cm 1.3278945 m RadSlice Transportation 0 fm 494.15406 um 869.37435 um + 9 0 fm 98.908478 cm 21.8395 m 500 MeV0.26621847 meV 10.919858 cm 1.4370931 m Radiator Transportation 0 fm 296.49295 um 955.03504 um + 10 0 fm 1.009356 m 21.9395 m 500 MeV0.24917519 meV 10.22077 cm 1.5393008 m RadSlice Transportation 0 fm 98.83189 um 995.10414 um + 11 0 fm 1.0118329 m 21.9895 m 500 MeV0.12209581 meV 5.0081759 cm 1.5893826 m Radiator Transportation 0 fm 1.3322291 nm 1000 um + 12 0 fm 1.0118319 m 21.9905 m 500 MeV0.0024379313 meV 1.0000007 mm 1.5903826 m Absorber Transportation 0 fm -1.9752789 um 999.99805 um + 13 0 fm 1.0117239 m 22 m 500 MeV0.02316217 meV 9.500754 mm 1.5998833 m OutOfWorld Transportation 0 fm -20.753087 um 999.78463 um Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.001052s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.001155s Sys=0.000000s ========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1127,10 +1177,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.010532s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.010000s Real=0.012040s Sys=0.000000s Set global field value to (0,0,1000) Gauss ========= Table of registered couples ============================ @@ -1138,7 +1185,7 @@ Set global field value to (0,0,1000) Gauss Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1149,10 +1196,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001453s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.001369s Sys=0.000000s Set global field value to (33000,0,0) Gauss F03FieldSetup::UpdateField> The minimal step is equal to 10 mm Stepper Type chosen = 4 @@ -1164,7 +1208,7 @@ Set local field value to (0,0,0) Gauss Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1179,26 +1223,23 @@ Index : 0 used in the geometry : Yes Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 22 m 500 MeV 0 eV 0 fm 0 fm Radiator initStep - 1 0 fm 0 fm 21.9395 m 500 MeV0.12194629 meV 5 cm 5 cm Radiator Transportation 0 fm 0 fm -1 mm - 2 0 fm 0 fm 21.8395 m 500 MeV0.24389259 meV 10 cm 15 cm RadSlice Transportation 0 fm 0 fm -1 mm - 3 0 fm 0 fm 21.7395 m 500 MeV0.24389259 meV 10 cm 25 cm Radiator Transportation 0 fm 0 fm -1 mm - 4 0 fm 0 fm 21.6395 m 500 MeV0.24389259 meV 10 cm 35 cm RadSlice Transportation 0 fm 0 fm -1 mm - 5 0 fm 0 fm 21.5885 m 500 MeV0.12438522 meV 5.1 cm 40.1 cm Radiator Transportation 0 fm 0 fm -1 mm - 6 0 fm 1.0118328 m 21.5885 m 500 MeV 3.8763879 meV 1.5893832 m 1.9903832 m World Transportation 0 fm 0.86275357 fm 1 mm - 7 0 fm 1.0118328 m 21.6395 m 500 MeV0.12438522 meV 5.1 cm 2.0413832 m Radiator Transportation 0 fm 0.86275357 fm 1 mm - 8 0 fm 1.0118328 m 21.7395 m 500 MeV0.24389259 meV 10 cm 2.1413832 m RadSlice Transportation 0 fm 0.86275357 fm 1 mm - 9 0 fm 1.0118328 m 21.8395 m 500 MeV0.24389259 meV 10 cm 2.2413832 m Radiator Transportation 0 fm 0.86275357 fm 1 mm - 10 0 fm 1.0118328 m 21.9395 m 500 MeV0.24389259 meV 10 cm 2.3413832 m RadSlice Transportation 0 fm 0.86275357 fm 1 mm - 11 0 fm 1.0118328 m 21.9895 m 500 MeV0.12194629 meV 5 cm 2.3913832 m Radiator Transportation 0 fm 0.86275357 fm 1 mm - 12 0 fm 1.0118318 m 21.9905 m 500 MeV0.0024389275 meV 1.0000007 mm 2.3923832 m Absorber Transportation 0 fm -1.9766112 um 999.99805 um - 13 0 fm 1.0117238 m 22 m 500 MeV0.023171635 meV 9.5007541 mm 2.401884 m OutOfWorld Transportation 0 fm -20.754419 um 999.7846 um + 1 0 fm 0 fm 21.9395 m 500 MeV0.12189649 meV 5 cm 5 cm Radiator Transportation 0 fm 0 fm -1 mm + 2 0 fm 0 fm 21.8395 m 500 MeV0.24379297 meV 10 cm 15 cm RadSlice Transportation 0 fm 0 fm -1 mm + 3 0 fm 0 fm 21.7395 m 500 MeV0.24379297 meV 10 cm 25 cm Radiator Transportation 0 fm 0 fm -1 mm + 4 0 fm 0 fm 21.6395 m 500 MeV0.24379297 meV 10 cm 35 cm RadSlice Transportation 0 fm 0 fm -1 mm + 5 0 fm 0 fm 21.5885 m 500 MeV0.12433442 meV 5.1 cm 40.1 cm Radiator Transportation 0 fm 0 fm -1 mm + 6 0 fm 1.0118328 m 21.5885 m 500 MeV 3.8748046 meV 1.5893832 m 1.9903832 m World Transportation 0 fm 0.87087764 fm 1 mm + 7 0 fm 1.0118328 m 21.6395 m 500 MeV0.12433442 meV 5.1 cm 2.0413832 m Radiator Transportation 0 fm 0.87087764 fm 1 mm + 8 0 fm 1.0118328 m 21.7395 m 500 MeV0.24379297 meV 10 cm 2.1413832 m RadSlice Transportation 0 fm 0.87087764 fm 1 mm + 9 0 fm 1.0118328 m 21.8395 m 500 MeV0.24379297 meV 10 cm 2.2413832 m Radiator Transportation 0 fm 0.87087764 fm 1 mm + 10 0 fm 1.0118328 m 21.9395 m 500 MeV0.24379297 meV 10 cm 2.3413832 m RadSlice Transportation 0 fm 0.87087764 fm 1 mm + 11 0 fm 1.0118328 m 21.9895 m 500 MeV0.12189649 meV 5 cm 2.3913832 m Radiator Transportation 0 fm 0.87087764 fm 1 mm + 12 0 fm 1.0118318 m 21.9905 m 500 MeV0.0024379313 meV 1.0000007 mm 2.3923832 m Absorber Transportation 0 fm -1.9766112 um 999.99805 um + 13 0 fm 1.0117238 m 22 m 500 MeV0.023162171 meV 9.5007541 mm 2.401884 m OutOfWorld Transportation 0 fm -20.754419 um 999.7846 um Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000311s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000279s Sys=0.000000s /tracking/verbose 0 # /calor/setAbsMat Xe20CO2 @@ -1246,21 +1287,21 @@ Checking overlaps for volume Absorber:0 (G4Tubs) ... OK! Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Kr20CO2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Xe20CO2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1.135618566062 keV e+ 1.1127384428498 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.1371297826313 keV e+ 1.1142639816587 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1271,15 +1312,12 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.180000s Real=0.182195s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.270000s Real=0.268463s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 1.4 MB +Dynamic pools deleted: 14 / Total memory freed: 1.6 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/field/field04/History b/examples/extended/field/field04/History index 678e889e9a..f3962af5bc 100644 --- a/examples/extended/field/field04/History +++ b/examples/extended/field/field04/History @@ -1,18 +1,16 @@ -// ------------------------------------------------------------------ +# Example field04 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - field04 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (fieldex04-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 25, 2021 B.Morgan - fieldex04-V10-07-00 - Use G4StrUtil functions replacing deprecated G4String member functions diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index ea51495d50..33c7f2cb0f 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,6 +47,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -275,7 +279,8 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -292,7 +297,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -302,8 +307,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -366,10 +372,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -394,10 +400,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -424,10 +430,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -456,10 +462,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -470,10 +476,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -483,10 +489,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -515,10 +521,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -547,10 +553,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -579,14 +585,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -597,7 +602,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -612,14 +617,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -630,7 +634,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -645,10 +649,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -677,10 +681,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -714,16 +718,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -733,11 +740,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -745,11 +754,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -758,6 +769,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -765,11 +777,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -777,11 +791,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -790,10 +806,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -804,10 +822,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -818,10 +838,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -831,11 +853,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -846,10 +870,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -860,10 +886,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -874,10 +902,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -887,11 +917,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -899,6 +931,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -906,6 +939,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -915,6 +949,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -922,12 +957,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -935,12 +972,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -950,12 +989,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -963,6 +1004,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -970,6 +1012,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -979,12 +1022,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -992,12 +1037,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1007,12 +1054,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1020,12 +1069,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1035,29 +1086,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1084,7 +1137,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.089718(mm),3.5098797(mm),78.926058(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.295768(mm),-0.57277169(mm),79.418707(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1093,7 +1146,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.999873(mm),-1.6835083(mm),78.765574(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.360463(mm),1.7170984(mm),78.173011(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1102,7 +1155,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.594848(mm),2.1444677(mm),78.83699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.103109(mm),2.1438139(mm),78.571043(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1111,7 +1164,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.173914(mm),1.2020209(mm),79.440193(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.739141(mm),0.075868817(mm),79.164202(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1120,7 +1173,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.283977(mm),-1.9094837(mm),79.244459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.96309(mm),2.3823723(mm),78.595733(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1129,7 +1182,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.43547(mm),-3.8674115(mm),78.865093(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.061912(mm),-1.9203036(mm),78.401981(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1138,7 +1191,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.67601(mm),-0.20406412(mm),78.293698(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.280783(mm),2.9095355(mm),78.539715(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1147,7 +1200,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.555229(mm),1.1763252(mm),78.843976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.913556(mm),-0.77060002(mm),78.957121(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1156,7 +1209,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.741928(mm),3.7733363(mm),78.634729(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.394752(mm),2.0490604(mm),78.695946(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1165,7 +1218,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.606995(mm),-1.4974728(mm),79.187503(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.269263(mm),2.9062499(mm),78.365419(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1174,7 +1227,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.291579(mm),1.9496187(mm),78.537811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.558295(mm),0.79476996(mm),78.843436(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1183,7 +1236,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.717443(mm),2.9842045(mm),79.168028(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.837233(mm),0.47204805(mm),78.617924(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1192,7 +1245,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.614905(mm),0.21106012(mm),78.4808(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.044517(mm),2.4319757(mm),79.286683(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1201,7 +1254,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.52059(mm),-0.82886096(mm),79.026411(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.493382(mm),-0.39075152(mm),78.149574(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1210,7 +1263,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.267238(mm),2.5998227(mm),78.365776(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.326569(mm),0.84392222(mm),78.178987(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1219,7 +1272,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.248372(mm),0.78921394(mm),78.721757(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.336859(mm),-1.4104101(mm),78.882481(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1228,7 +1281,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.641216(mm),3.8568957(mm),78.828815(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.814482(mm),-2.534654(mm),79.150917(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1237,7 +1290,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.601294(mm),-3.2234484(mm),78.659527(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.23928(mm),1.8591592(mm),79.076014(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1246,7 +1299,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.021731(mm),-3.0794491(mm),79.114373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.691302(mm),-1.477966(mm),78.99631(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1255,7 +1308,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.367039(mm),3.2049746(mm),79.053486(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.744043(mm),1.8132843(mm),78.281702(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1264,7 +1317,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.398196(mm),-0.42018787(mm),78.519012(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.179951(mm),1.9666394(mm),78.557494(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1273,7 +1326,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.435041(mm),2.1420277(mm),79.217823(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.772187(mm),0.50689429(mm),78.805721(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1282,7 +1335,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.507314(mm),-1.6514056(mm),79.205079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.051854(mm),-2.3885738(mm),78.403754(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1291,7 +1344,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.989701(mm),-2.2639966(mm),78.414713(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.169558(mm),1.3101438(mm),78.206673(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1300,7 +1353,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.106593(mm),-3.8520401(mm),78.746756(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.458015(mm),-2.3452317(mm),78.332137(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1309,7 +1362,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.387561(mm),0.33845666(mm),79.226195(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.07084(mm),-2.9679987(mm),79.105714(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1318,7 +1371,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.142946(mm),-1.9050949(mm),78.564019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.824423(mm),1.2051109(mm),78.443856(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1327,7 +1380,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.30236(mm),-2.9562382(mm),78.53591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.774725(mm),-0.20145965(mm),78.452619(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1336,7 +1389,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.429482(mm),-3.8073491(mm),78.866149(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.905879(mm),-2.7751676(mm),78.782147(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1345,7 +1398,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.053096(mm),1.2197234(mm),78.403535(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.444549(mm),0.79626644(mm),78.687165(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1354,7 +1407,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.702205(mm),1.7363887(mm),78.641733(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.756408(mm),-2.1731186(mm),78.279522(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1363,7 +1416,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.389212(mm),0.35886344(mm),79.402231(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.890615(mm),-0.32621779(mm),79.31382(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1372,7 +1425,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.0641(mm),3.3293823(mm),78.401595(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.551964(mm),-1.0219109(mm),79.020879(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1381,7 +1434,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.088409(mm),-3.8385883(mm),78.749962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.196187(mm),-0.59935541(mm),78.201977(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1390,7 +1443,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.977173(mm),1.0682898(mm),78.593249(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.150759(mm),-0.077321011(mm),78.915295(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1399,7 +1452,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.155646(mm),0.11209488(mm),79.443415(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.931075(mm),-2.8998012(mm),78.425051(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1408,44 +1461,721 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.531053(mm),2.5708897(mm),79.024566(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.576368(mm),-3.0175447(mm),79.016576(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.741058(mm),-1.0578983(mm),78.458556(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.990797(mm),-1.9225959(mm),78.943501(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.158321(mm),-0.30617302(mm),78.737635(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.03644(mm),-0.74925079(mm),79.11178(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.010733(mm),-0.62297415(mm),78.234678(mm),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.342722(mm),1.5352468(mm),78.881447(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.813975(mm),3.3115426(mm),78.622025(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.044431(mm),1.6884854(mm),78.228736(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.749274(mm),-0.13420477(mm),78.633434(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.187427(mm),0.93249276(mm),78.556176(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.187594(mm),3.7647009(mm),78.732473(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.60744(mm),1.7060695(mm),78.482116(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.599112(mm),-0.49019879(mm),78.483585(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.081788(mm),-1.5707089(mm),78.75113(mm),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.829387(mm),-3.0300946(mm),78.795635(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.464923(mm),-1.2939862(mm),79.212554(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.793481(mm),-2.322371(mm),78.978293(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.377989(mm),-2.2121582(mm),78.698902(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.824429(mm),0.46904947(mm),78.443855(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.089453(mm),1.6542917(mm),78.573451(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.69965(mm),-0.47082228(mm),78.465857(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.852773(mm),-1.6034955(mm),78.438857(mm),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.532004(mm),2.9878673(mm),78.848072(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.26791(mm),-2.4849636(mm),78.718311(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.119924(mm),2.0339539(mm),78.744405(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.25163(mm),-0.58387935(mm),79.250163(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.138775(mm),0.38140009(mm),79.093735(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.42952(mm),1.47779(mm),78.513488(mm),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.939096(mm),-0.012364441(mm),78.77629(mm),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.922472(mm),0.90162098(mm),78.250241(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.05084(mm),0.35518111(mm),79.109241(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.879695(mm),-1.7793112(mm),78.610437(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.265897(mm),2.6683908(mm),79.247647(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.894595(mm),-0.7560169(mm),79.136791(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.502953(mm),0.5615364(mm),78.147886(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.578077(mm),-1.5657151(mm),78.663621(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.534155(mm),0.048295741(mm),79.024019(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.401707(mm),-0.1736292(mm),79.2237(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.577977(mm),-3.0215981(mm),78.487311(mm),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.216225(mm),1.6336861(mm),78.903752(mm),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.812048(mm),0.33486603(mm),78.798692(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.791521(mm),-0.40127372(mm),78.625985(mm),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.491741(mm),-1.6754193(mm),78.32619(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.089734(mm),2.29282(mm),78.220748(mm),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.942(mm),0.29880803(mm),78.246797(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.100348(mm),-1.2055692(mm),79.100511(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.082033(mm),1.984499(mm),78.751087(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.033917(mm),1.3995045(mm),78.583244(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.671081(mm),0.11410955(mm),78.118241(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.392387(mm),-0.8656794(mm),78.167382(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.404068(mm),-1.4204182(mm),79.046957(mm),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.086442(mm),0.92117508(mm),78.397655(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.774163(mm),-2.2873025(mm),78.981699(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.07607(mm),2.1654278(mm),78.223157(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.255813(mm),2.2515756(mm),79.249425(mm),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 +* G4Track Information: Particle = pi+, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.81 mm 1.16 mm 4.15 cm 14.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.6836094 mm 790.52354 um 4.151994 cm 11.874588 MeV 2.9309767 MeV 397.38421 um 397.38421 um Target hIoni - 2 -6.6645761 mm 478.19323 um 4.1536103 cm 9.3870037 MeV 2.4875847 MeV 317.93866 um 715.32287 um Target hIoni - 3 -6.6611366 mm 233.75046 um 4.1470851 cm 6.8512502 MeV 2.5357535 MeV 257.6927 um 973.01557 um Target hIoni - 4 -6.649379 mm 56.84524 um 4.1388475 cm 3.8742377 MeV 2.9770125 MeV 200.5637 um 1.1735793 mm Target hIoni - 5 -6.6175836 mm -24.461386 um 4.133243 cm 633.36126 keV 3.2408764 MeV 119.5683 um 1.2931476 mm Target hIoni - 6 -6.616597 mm -25.193536 um 4.1327835 cm 0 eV 633.36126 keV 6.8115762 um 1.2999591 mm Target hIoni - 7 -6.616597 mm -25.193536 um 4.1327835 cm 0 eV 0 eV 0 fm 1.2999591 mm Target Scintillation -Track (trackID 6, parentID 1) is processed with stopping code 2 + 0 -8.89 mm 2.24 mm 6.58 cm 140 MeV 0 eV 0 fm 0 fm Target initStep + 1 -7.9681988 mm 3.0264434 mm 6.0251745 cm 127.18253 MeV 13.08115 MeV 5.7277011 mm 5.7277011 mm Target Transportation + 2 -7.9681988 mm 3.0264434 mm 6.0251745 cm 127.18253 MeV 0 eV 0 fm 5.7277011 mm CaptureMgnt Transportation + 3 -7.2037638 mm 3.414051 mm 5.2846282 cm 110.18001 MeV 17.002523 MeV 7.499294 mm 1.3226995 cm Target msc + 4 -6.4185329 mm 3.3892095 mm 4.6816535 cm 94.50253 MeV 15.677475 MeV 6.1182126 mm 1.9345208 cm Target msc + 5 -6.016963 mm 2.8405122 mm 4.183904 cm 80.647868 MeV 13.854662 MeV 5.0568241 mm 2.4402032 cm Target hIoni + 6 -6.5076448 mm 2.8556921 mm 3.7866994 cm 70.009118 MeV 10.63875 MeV 4.0294933 mm 2.8431525 cm Target hIoni + 7 -7.1399805 mm 3.14528 mm 3.4683154 cm 60.310115 MeV 9.6990027 MeV 3.281634 mm 3.1713159 cm Target hIoni + 8 -7.6850954 mm 3.5726523 mm 3.3224707 cm 55.253605 MeV 5.0565102 MeV 1.6214001 mm 3.3334559 cm Target Transportation + 9 1.0218482 cm 4.5143785 cm -2 m 55.253613 MeV1.0159566e-13 meV 2.3108738 m 2.3442084 m CaptureMgnt Transportation + 10 -9.0784626 mm 6.6914375 cm -2.0538589 m 55.23856 MeV 11.615717 keV 6.1213686 cm 2.405422 m World hIoni + 11 -3.7512351 cm 9.8779773 cm -2.1327461 m 55.215987 MeV 21.479909 keV 8.9705624 cm 2.4951277 m World hIoni + 12 -7.607606 cm 14.20582 cm -2.2400313 m 55.186179 MeV 28.56878 keV 12.194403 cm 2.6170717 m World hIoni + 13 -8.6906484 cm 15.433702 cm -2.270185 m 55.173154 MeV 9.0171601 keV 3.4312019 cm 2.6513837 m World hIoni + 14 -14.102144 cm 21.607953 cm -2.4211836 m 55.121412 MeV 41.734954 keV 17.187581 cm 2.8232595 m World hIoni + 15 -14.523048 cm 22.089204 cm -2.4328678 m 55.117114 MeV 3.1268916 keV 1.3319009 cm 2.8365785 m World hIoni + 16 -16.61358 cm 24.467278 cm -2.4906451 m 55.094612 MeV 15.088371 keV 6.5884557 cm 2.9024631 m World hIoni + 17 -17.280703 cm 25.230433 cm -2.5092364 m 55.089707 MeV 3.4915839 keV 2.1175081 cm 2.9236382 m World hIoni + 18 -17.784737 cm 25.80909 cm -2.5233239 m 55.082611 MeV 5.8747756 keV 1.604201 cm 2.9396802 m World hIoni + 19 -17.858847 cm 25.8941 cm -2.5253962 m 55.075956 MeV 552.46678 eV 2.3593527 mm 2.9420395 m World hIoni + 20 -18.890682 cm 27.074647 cm -2.5541993 m 55.067907 MeV 6.044562 keV 3.279419 cm 2.9748337 m World hIoni + 21 -18.915697 cm 27.103242 cm -2.554896 m 55.067746 MeV 160.5063 eV 793.50551 um 2.9756272 m World hIoni + 22 -18.967277 cm 27.162215 cm -2.5563327 m 55.064511 MeV 505.48905 eV 1.6364565 mm 2.9772637 m World hIoni + 23 -21.309945 cm 29.84323 cm -2.6216495 m 55.052801 MeV 11.710357 keV 7.4390094 cm 3.0516538 m World Decay +Track (trackID 2, parentID 1) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 19, Parent ID = 6 +* G4Track Information: Particle = mu+, Track ID = 34, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.62 mm -25.2 um 4.13 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.611242 mm -4.0474389 um 4.1203363 cm 1.3646485 MeV 2.7551641 MeV 143.89929 um 143.89929 um Target muIoni - 2 -6.600178 mm 8.0088393 um 4.1193929 cm 142.48451 keV 1.222164 MeV 26.113292 um 170.01258 um Target muIoni - 3 -6.6003244 mm 8.1608117 um 4.1193813 cm 24.641949 keV 117.84256 keV 954.00818 nm 170.96659 um Target muIoni - 4 -6.6003366 mm 8.1482472 um 4.1193793 cm 0 eV 24.641949 keV 142.39612 nm 171.10898 um Target muIoni - 5 -6.6003366 mm 8.1482472 um 4.1193793 cm 0 eV 0 eV 0 fm 171.10898 um Target Scintillation -Track (trackID 19, parentID 6) is processed with stopping code 2 + 0 -21.3 cm 29.8 cm -2.62 m 65.3 MeV 0 eV 0 fm 0 fm World initStep + 1 -22.583793 cm 33.206518 cm -2.7027086 m 65.276063 MeV 16.490886 keV 8.8679378 cm 8.8679378 cm World muIoni + 2 -22.653457 cm 33.389766 cm -2.7071421 m 65.273751 MeV 1.1091872 keV 4.8476167 mm 9.3526994 cm World muIoni + 3 -22.82241 cm 33.833531 cm -2.717882 m 65.270146 MeV 1.4714245 keV 1.1742797 cm 10.526979 cm World muIoni + 4 -23.20972 cm 34.853904 cm -2.7425622 m 65.264862 MeV 4.0504515 keV 2.6985717 cm 13.225551 cm World muIoni + 5 -23.808432 cm 36.434138 cm -2.7807546 m 65.255135 MeV 8.189609 keV 4.1763844 cm 17.401935 cm World muIoni + 6 -24.86026 cm 39.219085 cm -2.847925 m 65.238924 MeV 14.273083 keV 7.3471734 cm 24.749109 cm World muIoni + 7 -26.414287 cm 43.318523 cm -2.9464431 m 65.215401 MeV 20.522836 keV 10.783269 cm 35.532378 cm World muIoni + 8 -28.901211 cm 49.798254 cm -3.103572 m 65.183897 MeV 30.084089 keV 17.177535 cm 52.709913 cm World muIoni + 9 -29.005971 cm 50.068653 cm -3.1101399 m 65.183604 MeV 292.77443 eV 7.1795554 mm 53.427869 cm World muIoni + 10 -29.952711 cm 52.514032 cm -3.1695167 m 65.168603 MeV 11.366021 keV 6.4909375 cm 59.918806 cm World muIoni + 11 -30.456833 cm 53.825349 cm -3.2012019 m 65.160229 MeV 7.2997442 keV 3.4660112 cm 63.384817 cm World muIoni + 12 -31.719252 cm 57.067403 cm -3.2803448 m 65.121887 MeV 16.711575 keV 8.6453722 cm 72.030189 cm World muIoni + 13 -32.118264 cm 58.069296 cm -3.3051312 m 65.115895 MeV 5.9917725 keV 2.7030805 cm 74.73327 cm World muIoni + 14 -33.299744 cm 61.076316 cm -3.3797153 m 65.101748 MeV 12.496272 keV 8.1281056 cm 82.861376 cm World muIoni + 15 -33.714221 cm 62.131079 cm -3.4058116 m 65.094798 MeV 4.6610694 keV 2.8450792 cm 85.706455 cm World muIoni + 16 -35.646181 cm 67.075115 cm -3.528474 m 65.069722 MeV 21.479525 keV 13.365524 cm 99.071979 cm World muIoni + 17 -35.889026 cm 67.6872 cm -3.5437849 m 65.064839 MeV 1.3890493 keV 1.6666908 cm 1.0073867 m World muIoni + 18 -36.244469 cm 68.576992 cm -3.5660674 m 65.057922 MeV 5.8474229 keV 2.4255208 cm 1.0316419 m World muIoni + 19 -37.577552 cm 71.91103 cm -3.6495056 m 65.040037 MeV 15.963684 keV 9.0836345 cm 1.1224782 m World muIoni + 20 -37.78402 cm 72.429895 cm -3.6625429 m 65.000075 MeV 1.7483152 keV 1.4182948 cm 1.1366612 m World muIoni + 21 -38.066341 cm 73.135001 cm -3.6803077 m 64.995445 MeV 3.3834622 keV 1.9320393 cm 1.1559816 m World muIoni + 22 -38.657418 cm 74.598275 cm -3.7171348 m 64.971901 MeV 4.5007584 keV 4.0066048 cm 1.1960476 m World muIoni + 23 -39.369682 cm 76.362062 cm -3.7614624 m 64.961601 MeV 6.4072273 keV 4.8236633 cm 1.2442843 m World muIoni + 24 -39.552559 cm 76.813407 cm -3.772815 m 64.957862 MeV 1.5681952 keV 1.2352972 cm 1.2566372 m World muIoni + 25 -41.145987 cm 80.73473 cm -3.8716942 m 64.933201 MeV 23.05106 keV 10.75579 cm 1.3641951 m World muIoni + 26 -47.093707 cm 95.54423 cm -4.2421603 m 64.85383 MeV 58.298466 keV 40.338125 cm 1.7675764 m World muIoni + 27 -47.78678 cm 97.315244 cm -4.286079 m 64.842729 MeV 11.100422 keV 4.7859585 cm 1.815436 m World muIoni + 28 -49.940502 cm 1.0283778 m -4.4229705 m 64.814976 MeV 26.669691 keV 14.917455 cm 1.9646105 m World muIoni + 29 -50.093263 cm 1.0323022 m -4.4327692 m 64.812398 MeV 1.2513244 keV 1.0665295 cm 1.9752758 m World muIoni + 30 -50.989126 cm 1.0553564 m -4.4902775 m 64.798611 MeV 9.5497306 keV 6.2601634 cm 2.0378775 m World muIoni + 31 -51.029937 cm 1.0564143 m -4.4929117 m 64.796278 MeV 610.74254 eV 2.8678765 mm 2.0407453 m World muIoni + 32 -51.179305 cm 1.0603037 m -4.5025832 m 64.791209 MeV 886.86105 eV 1.0530745 cm 2.0512761 m World muIoni + 33 -53.100814 cm 1.1104401 m -4.627043 m 64.768272 MeV 21.653762 keV 13.554764 cm 2.1868237 m World muIoni + 34 -53.7319 cm 1.1269114 m -4.6678946 m 64.760076 MeV 8.1962223 keV 4.4496996 cm 2.2313207 m World muIoni + 35 -55.591623 cm 1.1754057 m -4.7876119 m 64.733368 MeV 23.849296 keV 13.049847 cm 2.3618192 m World muIoni + 36 -55.971296 cm 1.1852185 m -4.8118809 m 64.702839 MeV 4.4032776 keV 2.6451647 cm 2.3882708 m World muIoni + 37 -58.708672 cm 1.255692 m -4.9845473 m 64.672804 MeV 28.232389 keV 18.849315 cm 2.576764 m World muIoni + 38 -61.23743 cm 1.3214343 m -5.1441099 m 64.63505 MeV 36.000408 keV 17.441861 cm 2.7511826 m World muIoni + 39 -61.290463 cm 1.3228513 m -5.1475207 m 64.633254 MeV 729.24854 eV 3.7312867 mm 2.7549139 m World muIoni + 40 -61.308788 cm 1.3233411 m -5.1487002 m 64.631055 MeV 155.4406 eV 1.2903397 mm 2.7562042 m World muIoni + 41 -61.351874 cm 1.3244906 m -5.1514684 m 64.628662 MeV 477.55147 eV 3.028145 mm 2.7592324 m World muIoni + 42 -62.737148 cm 1.3613788 m -5.2402984 m 64.609806 MeV 18.856257 keV 9.7177306 cm 2.8564097 m World muIoni + 43 -63.478927 cm 1.3810548 m -5.2879151 m 64.58628 MeV 9.9903859 keV 5.2053024 cm 2.9084627 m World muIoni + 44 -64.556924 cm 1.4094463 m -5.3563503 m 64.567564 MeV 16.378489 keV 7.4871061 cm 2.9833338 m World muIoni + 45 -64.841638 cm 1.4169922 m -5.3744735 m 64.562802 MeV 3.5133124 keV 1.9836762 cm 3.0031705 m World muIoni + 46 -65.653213 cm 1.4385733 m -5.4262587 m 64.552921 MeV 9.8806901 keV 5.6686136 cm 3.0598567 m World muIoni + 47 -65.79412 cm 1.4423148 m -5.4352171 m 64.544595 MeV 3.9307635 keV 9.8100115 mm 3.0696667 m World muIoni + 48 -65.955389 cm 1.4465982 m -5.4454878 m 64.541329 MeV 2.089961 keV 1.1244436 cm 3.0809111 m World muIoni + 49 -66.74599 cm 1.4675562 m -5.4957819 m 64.529876 MeV 9.9292731 keV 5.5056712 cm 3.1359678 m World muIoni + 50 -67.325922 cm 1.4829181 m -5.5327096 m 64.518785 MeV 11.090575 keV 4.0413722 cm 3.1763815 m World muIoni + 51 -68.086562 cm 1.5030339 m -5.5810164 m 64.507645 MeV 9.0783043 keV 5.2877787 cm 3.2292593 m World muIoni + 52 -68.493557 cm 1.5137887 m -5.60703 m 64.501232 MeV 4.388595 keV 2.8441861 cm 3.2577012 m World muIoni + 53 -70.364798 cm 1.5632523 m -5.7268416 m 64.474557 MeV 25.63956 keV 13.096435 cm 3.3886655 m World muIoni + 54 -70.493602 cm 1.5665658 m -5.734892 m 64.470591 MeV 1.5942391 keV 8.8003858 mm 3.3974659 m World muIoni + 55 -71.387224 cm 1.5896131 m -5.7908738 m 64.460008 MeV 10.583914 keV 6.1196436 cm 3.4586624 m World muIoni + 56 -71.576861 cm 1.5945282 m -5.8028648 m 64.458324 MeV 1.6832951 keV 1.3097292 cm 3.4717597 m World muIoni + 57 -75.323964 cm 1.6913465 m -6.0388209 m 64.414231 MeV 43.080685 keV 25.778587 cm 3.7295455 m World muIoni + 58 -75.393598 cm 1.6931673 m -6.0432859 m 64.412077 MeV 1.0779246 keV 4.8719713 mm 3.7344175 m World muIoni + 59 -75.946722 cm 1.7076528 m -6.0788247 m 64.404816 MeV 6.1991788 keV 3.8774066 cm 3.7731916 m World muIoni + 60 -76.382762 cm 1.719041 m -6.106734 m 64.399129 MeV 4.551437 keV 3.0457094 cm 3.8036487 m World muIoni + 61 -77.300478 cm 1.7430413 m -6.1655597 m 64.353181 MeV 11.685538 keV 6.4192725 cm 3.8678414 m World muIoni + 62 -77.355667 cm 1.7444931 m -6.1691088 m 64.352019 MeV 1.1615357 keV 3.8741036 mm 3.8717155 m World muIoni + 63 -78.356532 cm 1.7708085 m -6.2334806 m 64.339572 MeV 11.221153 keV 7.0259528 cm 3.941975 m World muIoni + 64 -80.749637 cm 1.8334947 m -6.3864299 m 64.31326 MeV 26.31202 keV 16.702056 cm 4.1089956 m World muIoni + 65 -81.281719 cm 1.847437 m -6.4203782 m 64.30499 MeV 5.5017999 keV 3.7083454 cm 4.146079 m World muIoni + 66 -82.096926 cm 1.8688354 m -6.472537 m 64.291425 MeV 10.358501 keV 5.6963998 cm 4.203043 m World muIoni + 67 -83.159991 cm 1.8965313 m -6.5400862 m 64.271079 MeV 14.57631 keV 7.3776502 cm 4.2768195 m World muIoni + 68 -84.942468 cm 1.9433772 m -6.6544033 m 64.243528 MeV 24.939178 keV 12.48227 cm 4.4016422 m World muIoni + 69 -85.232315 cm 1.9509977 m -6.6728782 m 64.236027 MeV 3.4973046 keV 2.0193919 cm 4.4218361 m World muIoni + 70 -85.241747 cm 1.9512466 m -6.6734804 m 64.234506 MeV 190.25556 eV 658.38083 um 4.4224945 m World muIoni + 71 -87.255169 cm 2.0043355 m -6.8020435 m 64.205959 MeV 26.217742 keV 14.054305 cm 4.5630376 m World muIoni + 72 -87.674651 cm 2.0154333 m -6.8288846 m 64.20289 MeV 3.0693702 keV 2.9346309 cm 4.5923839 m World muIoni + 73 -89.314741 cm 2.0585125 m -6.9332425 m 64.185786 MeV 15.952407 keV 11.408508 cm 4.706469 m World muIoni + 74 -91.808497 cm 2.123946 m -7.0916086 m 64.153871 MeV 28.525803 keV 17.315701 cm 4.879626 m World muIoni + 75 -91.917445 cm 2.1267771 m -7.0985132 m 64.149576 MeV 1.3197119 keV 7.5416042 mm 4.8871676 m World muIoni + 76 -94.427108 cm 2.1921365 m -7.257866 m 64.108747 MeV 27.833915 keV 17.405497 cm 5.0612226 m World muIoni + 77 -95.559656 cm 2.2221156 m -7.3303379 m 64.093837 MeV 13.655963 keV 7.9241401 cm 5.140464 m World muIoni + 78 -95.958738 cm 2.2327371 m -7.3558732 m 64.087695 MeV 6.1420239 keV 2.7942659 cm 5.1684066 m World muIoni + 79 -96.918873 cm 2.2581926 m -7.4171273 m 64.075557 MeV 10.363564 keV 6.7024256 cm 5.2354309 m World muIoni + 80 -1.0051815 m 2.3548544 m -7.6501876 m 64.026338 MeV 44.548089 keV 25.486557 cm 5.4902964 m World muIoni + 81 -1.0148579 m 2.3806562 m -7.7126039 m 64.013576 MeV 12.762641 keV 6.8228768 cm 5.5585252 m World muIoni + 82 -1.0488463 m 2.4725491 m -7.9349294 m 63.971475 MeV 40.56243 keV 24.295779 cm 5.801483 m World muIoni + 83 -1.0580502 m 2.4973858 m -7.9948096 m 63.958219 MeV 10.134206 keV 6.5476824 cm 5.8669598 m World muIoni + 84 -1.0623216 m 2.5089244 m -8.0225512 m 63.951376 MeV 6.8428835 keV 3.0347644 cm 5.8973075 m World muIoni + 85 -1.081205 m 2.559238 m -8.1435493 m 63.923642 MeV 25.984775 keV 13.239579 cm 6.0297033 m World muIoni + 86 -1.0896003 m 2.5818704 m -8.1979955 m 63.913785 MeV 9.8567453 keV 5.9557567 cm 6.0892608 m World muIoni + 87 -1.098475 m 2.6056937 m -8.2551605 m 63.900419 MeV 10.672105 keV 6.2563144 cm 6.151824 m World muIoni + 88 -1.1076968 m 2.6307296 m -8.3153975 m 63.888214 MeV 10.331977 keV 6.588124 cm 6.2177052 m World muIoni + 89 -1.1179786 m 2.6588309 m -8.3826708 m 63.87493 MeV 12.130509 keV 7.3628161 cm 6.2913334 m World muIoni + 90 -1.1240604 m 2.6754362 m -8.4222788 m 63.864011 MeV 9.458476 keV 4.3376475 cm 6.3347098 m World muIoni + 91 -1.1246701 m 2.677103 m -8.4262408 m 63.859332 MeV 695.47228 eV 4.3413834 mm 6.3390512 m World muIoni + 92 -1.1354473 m 2.7066128 m -8.4962831 m 63.833236 MeV 14.71786 keV 7.6765284 cm 6.4158165 m World muIoni + 93 -1.144669 m 2.7320464 m -8.5562695 m 63.82268 MeV 8.989083 keV 6.5804857 cm 6.4816214 m World muIoni + 94 -1.1781656 m 2.825824 m -8.7785519 m 63.78062 MeV 40.793851 keV 24.35694 cm 6.7251908 m World muIoni + 95 -1.1816354 m 2.8354259 m -8.8012348 m 63.774566 MeV 4.6739048 keV 2.4874751 cm 6.7500655 m World muIoni + 96 -1.2190951 m 2.9393523 m -9.0471617 m 63.7168 MeV 52.252278 keV 26.960053 cm 7.0196661 m World muIoni + 97 -1.2351123 m 2.9843175 m -9.1532824 m 63.69763 MeV 18.010338 keV 11.636168 cm 7.1360277 m World muIoni + 98 -1.2352751 m 2.9847665 m -9.1543456 m 63.69751 MeV 119.86369 eV 1.1655954 mm 7.1371933 m World muIoni + 99 -1.2410525 m 3.0007012 m -9.1920822 m 63.688658 MeV 5.6061241 keV 4.1368438 cm 7.1785618 m World muIoni + 100 -1.2462099 m 3.0150277 m -9.2260841 m 63.674762 MeV 12.464772 keV 3.7255486 cm 7.2158173 m World muIoni + 101 -1.2633343 m 3.0622648 m -9.3383131 m 63.652705 MeV 19.349603 keV 12.29634 cm 7.3387807 m World muIoni + 102 -1.2711057 m 3.0834626 m -9.3887436 m 63.638875 MeV 9.6960946 keV 5.5253794 cm 7.3940344 m World muIoni + 103 -1.2769661 m 3.0995379 m -9.4268857 m 63.631929 MeV 5.8530976 keV 4.1804055 cm 7.4358385 m World muIoni + 104 -1.2847155 m 3.1210376 m -9.4778795 m 63.621666 MeV 8.6140688 keV 5.5880764 cm 7.4917193 m World muIoni + 105 -1.2937683 m 3.1454176 m -9.5356692 m 63.603494 MeV 9.4307156 keV 6.3371903 cm 7.5550912 m World muIoni + 106 -1.2991694 m 3.1600801 m -9.5704338 m 63.596443 MeV 5.952051 keV 3.8114746 cm 7.5932059 m World muIoni + 107 -1.3174183 m 3.2095764 m -9.6874947 m 63.577308 MeV 17.343242 keV 12.839864 cm 7.7216046 m World muIoni + 108 -1.3185033 m 3.212474 m -9.694333 m 63.56541 MeV 1.9050319 keV 7.505712 mm 7.7291103 m World muIoni + 109 -1.3274965 m 3.2365596 m -9.751055 m 63.557107 MeV 8.3034228 keV 6.2276659 cm 7.7913869 m World muIoni + 110 -1.3296761 m 3.242385 m -9.7647374 m 63.55212 MeV 2.9326214 keV 1.5029784 cm 7.8064167 m World muIoni + 111 -1.3302179 m 3.2438472 m -9.7681728 m 63.549951 MeV 390.58314 eV 3.7727802 mm 7.8101895 m World muIoni + 112 -1.3305852 m 3.244838 m -9.7705007 m 63.547512 MeV 669.72184 eV 2.5564418 mm 7.8127459 m World muIoni + 113 -1.3499789 m 3.2970704 m -9.893287 m 63.525463 MeV 20.98495 keV 13.483644 cm 7.9475824 m World muIoni + 114 -1.3573841 m 3.3166231 m -9.9391476 m 63.518795 MeV 6.6682166 keV 5.0401811 cm 7.9979842 m World muIoni + 115 -1.3588852 m 3.3206076 m -9.9484984 m 63.516107 MeV 1.5065228 keV 1.0274636 cm 8.0082588 m World muIoni + 116 -1.3959397 m 3.4188663 m -10.179121 m 63.464654 MeV 46.577817 keV 25.340662 cm 8.2616654 m World muIoni + 117 -1.4019183 m 3.4347673 m -10.21629 m 63.457701 MeV 5.7710457 keV 4.0866821 cm 8.3025323 m World muIoni + 118 -1.4161226 m 3.4726562 m -10.30503 m 63.438263 MeV 17.778227 keV 9.7530336 cm 8.4000626 m World muIoni + 119 -1.4337606 m 3.5206179 m -10.417234 m 63.420376 MeV 16.872924 keV 12.329318 cm 8.5233558 m World muIoni + 120 -1.4375884 m 3.530839 m -10.441333 m 63.413474 MeV 4.6743439 keV 2.6455563 cm 8.5498113 m World muIoni + 121 -1.4426163 m 3.5443409 m -10.473075 m 63.404107 MeV 8.205209 keV 3.4858491 cm 8.5846698 m World muIoni + 122 -1.4607845 m 3.5931141 m -10.587515 m 63.380309 MeV 20.968842 keV 12.571986 cm 8.7103897 m World muIoni + 123 -1.46133 m 3.5945411 m -10.590856 m 63.377993 MeV 328.82343 eV 3.6744319 mm 8.7140641 m World muIoni + 124 -1.4654099 m 3.6052176 m -10.615806 m 63.370644 MeV 6.3222849 keV 2.7443269 cm 8.7415074 m World muIoni + 125 -1.4769032 m 3.6352419 m -10.685681 m 63.354995 MeV 14.449978 keV 7.6915709 cm 8.8184231 m World muIoni + 126 -1.4782866 m 3.6388406 m -10.694022 m 63.352454 MeV 1.216217 keV 9.1893548 mm 8.8276125 m World muIoni + 127 -1.490034 m 3.6694487 m -10.764935 m 63.336818 MeV 12.05154 keV 7.8124235 cm 8.9057367 m World muIoni + 128 -1.5249237 m 3.760765 m -10.973781 m 63.293991 MeV 39.582928 keV 23.059252 cm 9.1363292 m World muIoni + 129 -1.5277968 m 3.7680581 m -10.990748 m 63.28742 MeV 4.7249677 keV 1.869059 cm 9.1550198 m World muIoni + 130 -1.5295823 m 3.7725718 m -11.001262 m 63.269964 MeV 3.0190881 keV 1.1580473 cm 9.1666003 m World muIoni + 131 -1.5551237 m 3.8366241 m -11.150563 m 63.240273 MeV 28.046928 keV 16.445612 cm 9.3310564 m World muIoni + 132 -1.5598176 m 3.8482871 m -11.177961 m 63.231522 MeV 7.4093351 keV 3.0145 cm 9.3612014 m World muIoni + 133 -1.5639808 m 3.858594 m -11.202236 m 63.227392 MeV 2.8023066 keV 2.6699322 cm 9.3879007 m World muIoni + 134 -1.5905863 m 3.9245011 m -11.357381 m 63.191995 MeV 33.75372 keV 17.065045 cm 9.5585512 m World muIoni + 135 -1.5981967 m 3.9431012 m -11.401131 m 63.180945 MeV 8.0319985 keV 4.8145298 cm 9.6066965 m World muIoni + 136 -1.5993062 m 3.945856 m -11.407567 m 63.178672 MeV 715.3722 eV 7.0881757 mm 9.6137846 m World muIoni + 137 -1.6057473 m 3.9618856 m -11.44506 m 63.173399 MeV 5.2730846 keV 4.128185 cm 9.6550665 m World muIoni + 138 -1.6088329 m 3.9695948 m -11.463199 m 63.152609 MeV 4.1979715 keV 1.9948945 cm 9.6750154 m World muIoni + 139 -1.6170394 m 3.9902238 m -11.511643 m 63.141856 MeV 8.142837 keV 5.3289331 cm 9.7283048 m World muIoni + 140 -1.6314057 m 4.026799 m -11.596828 m 63.11969 MeV 21.085144 keV 9.3811302 cm 9.8221161 m World muIoni + 141 -1.6510995 m 4.0766426 m -11.713392 m 63.094297 MeV 22.530784 keV 12.829408 cm 9.9504101 m World muIoni + 142 -1.6549712 m 4.0864778 m -11.736448 m 63.087112 MeV 3.4084774 keV 2.5363768 cm 9.9757739 m World muIoni + 143 -1.6599073 m 4.0990777 m -11.765922 m 63.079845 MeV 6.2144942 keV 3.2432335 cm 10.008206 m World muIoni + 144 -1.6626505 m 4.1060842 m -11.782298 m 63.075407 MeV 2.3121262 keV 1.8021595 cm 10.026228 m World muIoni + 145 -1.6666766 m 4.1162985 m -11.806249 m 63.067973 MeV 5.2333282 keV 2.6347554 cm 10.052575 m World muIoni + 146 -1.6748922 m 4.1371704 m -11.855195 m 63.055003 MeV 11.421621 keV 5.3841166 cm 10.106417 m World muIoni + 147 -1.6777625 m 4.1444681 m -11.87236 m 63.049574 MeV 1.9388428 keV 1.8870962 cm 10.125288 m World muIoni + 148 -1.6916387 m 4.1799083 m -11.955658 m 63.031396 MeV 16.93177 keV 9.1581676 cm 10.216869 m World muIoni + 149 -1.6929267 m 4.1831292 m -11.963236 m 63.027541 MeV 1.5406658 keV 8.3343695 mm 10.225204 m World muIoni + 150 -1.6997706 m 4.2002421 m -12.003468 m 63.020313 MeV 5.8705222 keV 4.4252461 cm 10.269456 m World muIoni + 151 -1.7081589 m 4.2212838 m -12.052914 m 63.005188 MeV 10.847868 keV 5.4387958 cm 10.323844 m World muIoni + 152 -1.7204192 m 4.2517891 m -12.124616 m 62.992711 MeV 11.422128 keV 7.8880245 cm 10.402724 m World muIoni + 153 -1.7288062 m 4.2727588 m -12.173901 m 62.980725 MeV 9.508038 keV 5.4212701 cm 10.456937 m World muIoni + 154 -1.7487707 m 4.3220293 m -12.290625 m 62.95496 MeV 23.855043 keV 12.826063 cm 10.585198 m World muIoni + 155 -1.7566523 m 4.3414762 m -12.337082 m 62.931073 MeV 9.0398433 keV 5.0976271 cm 10.636174 m World muIoni + 156 -1.758657 m 4.3463693 m -12.348834 m 62.927568 MeV 2.0624932 keV 1.2886586 cm 10.64906 m World muIoni + 157 -1.7716 m 4.3781192 m -12.425034 m 62.914334 MeV 12.0907 keV 8.3559056 cm 10.732619 m World muIoni + 158 -1.7812245 m 4.4015864 m -12.481651 m 62.904532 MeV 8.6416604 keV 6.2038582 cm 10.794658 m World muIoni + 159 -1.7891267 m 4.4208253 m -12.528206 m 62.889672 MeV 11.030756 keV 5.0989743 cm 10.845648 m World muIoni + 160 -1.7952103 m 4.4358368 m -12.564421 m 62.885188 MeV 3.3094254 keV 3.9672013 cm 10.88532 m World muIoni + 161 -1.8016693 m 4.451744 m -12.602929 m 62.876517 MeV 6.8542434 keV 4.2162453 cm 10.927482 m World muIoni + 162 -1.808994 m 4.4696492 m -12.646361 m 62.86874 MeV 6.1305048 keV 4.7545598 cm 10.975028 m World muIoni + 163 -1.8099872 m 4.4720749 m -12.652233 m 62.866561 MeV 864.21951 eV 6.43013 mm 10.981458 m World muIoni + 164 -1.8139664 m 4.4817797 m -12.675718 m 62.860159 MeV 5.2395164 keV 2.5721001 cm 11.007179 m World muIoni + 165 -1.8163392 m 4.4875695 m -12.689731 m 62.855716 MeV 2.6106695 keV 1.5346238 cm 11.022525 m World muIoni + 166 -1.830834 m 4.5228406 m -12.775132 m 62.83631 MeV 16.473543 keV 9.3528845 cm 11.116054 m World muIoni + 167 -1.8334276 m 4.5292391 m -12.790493 m 62.828706 MeV 2.2996532 keV 1.6841168 cm 11.132895 m World muIoni + 168 -1.8407453 m 4.547341 m -12.833786 m 62.630146 MeV 8.1334679 keV 4.7491794 cm 11.180387 m World muIoni + 169 -1.8522363 m 4.5753042 m -12.901229 m 62.609491 MeV 15.848286 keV 7.3909415 cm 11.254296 m World muIoni + 170 -1.8753531 m 4.6306349 m -13.035681 m 62.570155 MeV 24.200796 keV 14.721813 cm 11.401515 m World muIoni + 171 -1.8769155 m 4.6343487 m -13.044701 m 62.568528 MeV 1.6274163 keV 9.8794651 mm 11.411394 m OutOfWorld Transportation +Track (trackID 34, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.09181(mm),1.8406349(mm),78.749363(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.381994729698(mm),0.35356875875243(mm),78.874522224315(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1454,7 +2184,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.455881(mm),-0.61076329(mm),79.390475(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.999213(mm),-0.4182491(mm),79.118344(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1463,423 +2193,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.082437(mm),0.9713775(mm),78.927342(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.307891(mm),1.5256628(mm),78.711262(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.73016(mm),-2.8076411(mm),78.989458(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.86197(mm),0.88548193(mm),79.318871(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.145116(mm),0.86928322(mm),78.563636(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.821816(mm),-1.1549367(mm),78.973297(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.470153(mm),1.3641901(mm),78.15367(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.9065(mm),2.057514(mm),79.311019(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.98 mm 2.06 mm 7.41 cm 22.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.4147394 mm 1.7530563 mm 7.3944372 cm 18.653428 MeV 3.9753166 MeV 657.18614 um 657.18614 um Target hIoni - 2 -9.3792115 mm 1.7384601 mm 7.3937922 cm 18.416303 MeV 237.12553 keV 38.970744 um 696.15689 um Target Transportation - 3 -7.7810902 cm -12.488024 cm -2 m 18.416316 MeV8.5786855e-13 meV 9.4317829 m 9.432479 m CaptureMgnt Transportation - 4 -10.252782 cm -10.799384 cm -2.0067474 m 18.400852 MeV 14.230687 keV 3.068565 cm 9.4631647 m World hIoni - 5 -14.307975 cm -8.0242008 cm -2.0177652 m 18.370024 MeV 27.680733 keV 5.0359116 cm 9.5135238 m World hIoni - 6 -16.686897 cm -6.4070358 cm -2.0241411 m 18.356444 MeV 11.815839 keV 2.9463647 cm 9.5429874 m World hIoni - 7 -19.86773 cm -4.24459 cm -2.0326426 m 18.337454 MeV 16.689323 keV 3.9391288 cm 9.5823787 m World hIoni - 8 -23.992564 cm -1.4689908 cm -2.0437247 m 18.316801 MeV 19.15189 keV 5.0937798 cm 9.6333165 m World hIoni - 9 -26.181596 cm 37.732381 um -2.0495989 m 18.30481 MeV 9.8743829 keV 2.7029599 cm 9.6603461 m World hIoni - 10 -26.644315 cm 3.1930946 mm -2.0508395 m 18.301856 MeV 1.8839647 keV 5.7364124 mm 9.6660825 m World hIoni - 11 -27.986436 cm 1.2340498 cm -2.0544387 m 18.293391 MeV 7.4030378 keV 1.6636065 cm 9.6827186 m World hIoni - 12 -30.667461 cm 3.0600325 cm -2.0617222 m 18.280392 MeV 11.89466 keV 3.3245567 cm 9.7159642 m World hIoni - 13 -32.533208 cm 4.3387927 cm -2.0667335 m 18.27059 MeV 8.7006511 keV 2.3167623 cm 9.7391318 m World hIoni - 14 -32.573277 cm 4.3661353 cm -2.0668413 m 18.266466 MeV 18.889847 eV 496.92053 um 9.7396287 m World hIoni - 15 -33.963342 cm 5.314508 cm -2.0705941 m 18.258934 MeV 5.7606753 keV 1.7241043 cm 9.7568698 m World hIoni - 16 -36.081865 cm 6.7706896 cm -2.0763796 m 18.245669 MeV 10.603209 keV 2.6350257 cm 9.78322 m World hIoni - 17 -41.273003 cm 10.329126 cm -2.0903516 m 18.213354 MeV 31.059893 keV 6.4469454 cm 9.8476895 m World hIoni - 18 -42.356181 cm 11.065435 cm -2.0933973 m 18.203128 MeV 6.6415454 keV 1.3446915 cm 9.8611364 m World hIoni - 19 -43.604908 cm 11.916269 cm -2.0969218 m 18.184049 MeV 10.50564 keV 1.5516001 cm 9.8766524 m World hIoni - 20 -44.379276 cm 12.444931 cm -2.0991079 m 18.178567 MeV 2.8598832 keV 9.6276807 mm 9.8862801 m World hIoni - 21 -44.865669 cm 12.776999 cm -2.1004846 m 18.171175 MeV 3.0500299 keV 6.0481308 mm 9.8923282 m World hIoni - 22 -45.298314 cm 13.07219 cm -2.1017066 m 18.166576 MeV 2.4573734 keV 5.3782333 mm 9.8977064 m World hIoni - 23 -47.013603 cm 14.2383 cm -2.1065665 m 18.156032 MeV 7.3554004 keV 2.1303121 cm 9.9190095 m World hIoni - 24 -48.810046 cm 15.468003 cm -2.1117004 m 18.140495 MeV 9.8318583 keV 2.2367311 cm 9.9413769 m World hIoni - 25 -50.789464 cm 16.824265 cm -2.1173489 m 18.128442 MeV 10.779251 keV 2.4650812 cm 9.9660277 m World hIoni - 26 -52.480657 cm 17.976841 cm -2.1222285 m 18.101825 MeV 6.1283043 keV 2.1039694 cm 9.9870674 m World hIoni - 27 -54.290198 cm 19.20465 cm -2.1274037 m 18.092131 MeV 8.4161101 keV 2.247176 cm 10.009539 m World hIoni - 28 -55.044229 cm 19.716441 cm -2.1295828 m 18.085847 MeV 3.8653195 keV 9.3700401 mm 10.018909 m World hIoni - 29 -55.480998 cm 20.014571 cm -2.1308372 m 18.080056 MeV 3.6521047 keV 5.4349402 mm 10.024344 m World hIoni - 30 -56.29524 cm 20.56748 cm -2.1331975 m 18.073698 MeV 4.8800983 keV 1.0121665 cm 10.034466 m World hIoni - 31 -57.81968 cm 21.580333 cm -2.1378234 m 18.063856 MeV 8.4132482 keV 1.8878014 cm 10.053344 m World hIoni - 32 -58.329427 cm 21.91788 cm -2.1393638 m 18.043747 MeV 2.0710462 keV 6.3048225 mm 10.059649 m World hIoni - 33 -59.407241 cm 22.633834 cm -2.1425889 m 18.03543 MeV 7.0032417 keV 1.3335248 cm 10.072984 m World hIoni - 34 -62.348345 cm 24.578068 cm -2.1513906 m 18.022255 MeV 11.797961 keV 3.6338608 cm 10.109322 m World hIoni - 35 -63.538442 cm 25.365165 cm -2.1549234 m 18.013167 MeV 6.2867705 keV 1.4699189 cm 10.124022 m World hIoni - 36 -64.945658 cm 26.298961 cm -2.159117 m 18.001089 MeV 8.6836152 keV 1.7401448 cm 10.141423 m World hIoni - 37 -64.99235 cm 26.330195 cm -2.1592569 m 17.99985 MeV 218.92575 eV 578.92226 um 10.142002 m World hIoni - 38 -66.066951 cm 27.049564 cm -2.1624765 m 17.991493 MeV 6.9979912 keV 1.3326351 cm 10.155328 m World hIoni - 39 -66.854594 cm 27.577373 cm -2.1648264 m 17.988073 MeV 2.417956 keV 9.768249 mm 10.165097 m World hIoni - 40 -66.905032 cm 27.611396 cm -2.1649771 m 17.984294 MeV 1.323357 keV 626.79404 um 10.165723 m World hIoni - 41 -68.050253 cm 28.385407 cm -2.1684036 m 17.975154 MeV 6.3595484 keV 1.4240905 cm 10.179964 m World hIoni - 42 -69.134477 cm 29.117032 cm -2.1716246 m 17.961912 MeV 7.9187991 keV 1.3470611 cm 10.193435 m World hIoni - 43 -69.276253 cm 29.212931 cm -2.1720513 m 17.959567 MeV 834.07143 eV 1.7640168 mm 10.195199 m World hIoni - 44 -69.716766 cm 29.510225 cm -2.1733749 m 17.9542 MeV 4.360089 keV 5.4768186 mm 10.200676 m World hIoni - 45 -71.016321 cm 30.386303 cm -2.1772596 m 17.926004 MeV 7.0594483 keV 1.6147062 cm 10.216823 m World hIoni - 46 -71.475711 cm 30.694623 cm -2.1786153 m 17.919296 MeV 2.6735862 keV 5.6962925 mm 10.222519 m World hIoni - 47 -72.135867 cm 31.139251 cm -2.1805734 m 17.913834 MeV 2.6500508 keV 8.1965978 mm 10.230716 m World hIoni - 48 -72.536713 cm 31.409303 cm -2.1817619 m 17.909933 MeV 1.3716939 keV 4.9772651 mm 10.235693 m World hIoni - 49 -78.7296 cm 35.585392 cm -2.2001515 m 17.869754 MeV 39.028327 keV 7.6924855 cm 10.312618 m World hIoni - 50 -79.05274 cm 35.807066 cm -2.2011115 m 17.866718 MeV 1.8865613 keV 4.034556 mm 10.316652 m World hIoni - 51 -80.137038 cm 36.549761 cm -2.2043253 m 17.859799 MeV 5.8152716 keV 1.352991 cm 10.330182 m World hIoni - 52 -80.225379 cm 36.60977 cm -2.2045843 m 17.851718 MeV 1.681375 keV 1.0989255 mm 10.331281 m World hIoni - 53 -80.771722 cm 36.98174 cm -2.2061876 m 17.845387 MeV 2.6178706 keV 6.801152 mm 10.338082 m World hIoni - 54 -81.19023 cm 37.265852 cm -2.207414 m 17.841372 MeV 2.7115219 keV 5.204892 mm 10.343287 m World hIoni - 55 -83.155492 cm 38.602693 cm -2.2131528 m 17.820327 MeV 13.204863 keV 2.4451528 cm 10.367739 m World hIoni - 56 -85.714314 cm 40.330832 cm -2.2204424 m 17.800671 MeV 16.20793 keV 3.1726135 cm 10.399465 m World hIoni - 57 -86.421888 cm 40.80878 cm -2.2224248 m 17.797322 MeV 1.7993567 keV 8.7658051 mm 10.408231 m World hIoni - 58 -86.962085 cm 41.173376 cm -2.2239331 m 17.79357 MeV 2.2792038 keV 6.6895093 mm 10.41492 m World hIoni - 59 -87.433491 cm 41.491445 cm -2.2252409 m 17.78905 MeV 3.1557177 keV 5.835186 mm 10.420755 m World hIoni - 60 -88.996755 cm 42.547974 cm -2.229558 m 17.776622 MeV 6.9874951 keV 1.9355709 cm 10.440111 m World hIoni - 61 -91.451677 cm 44.206397 cm -2.2362756 m 17.758302 MeV 12.748151 keV 3.0378172 cm 10.470489 m World hIoni - 62 -92.56479 cm 44.957039 cm -2.2393047 m 17.750096 MeV 6.7464366 keV 1.3763127 cm 10.484252 m World hIoni - 63 -93.215105 cm 45.405262 cm -2.2410612 m 17.746115 MeV 2.8656549 keV 8.0912776 mm 10.492344 m World hIoni - 64 -93.651768 cm 45.707991 cm -2.2422374 m 17.739 MeV 3.0785973 keV 5.4420068 mm 10.497786 m World hIoni - 65 -94.020088 cm 45.963883 cm -2.2432219 m 17.733456 MeV 1.3392257 keV 4.5916508 mm 10.502377 m World hIoni - 66 -94.225216 cm 46.106022 cm -2.24377 m 17.731373 MeV 919.4476 eV 2.5550851 mm 10.504932 m World hIoni - 67 -95.131108 cm 46.732754 cm -2.2461865 m 17.719546 MeV 5.4240941 keV 1.127756 cm 10.51621 m World hIoni - 68 -98.046462 cm 48.749938 cm -2.253896 m 17.691636 MeV 17.556772 keV 3.6280533 cm 10.552491 m World hIoni - 69 -99.725682 cm 49.908786 cm -2.2583673 m 17.682712 MeV 7.8104942 keV 2.0886977 cm 10.573378 m World hIoni - 70 -1.0117446 m 50.913913 cm -2.2622009 m 17.671501 MeV 9.3338186 keV 1.804499 cm 10.591423 m World hIoni - 71 -1.0239253 m 51.762361 cm -2.2653917 m 17.654783 MeV 6.3503681 keV 1.5183434 cm 10.606606 m World hIoni - 72 -1.0569492 m 54.063935 cm -2.273979 m 17.635435 MeV 18.319576 keV 4.1158941 cm 10.647765 m World hIoni - 73 -1.0779266 m 55.523239 cm -2.2793628 m 17.621185 MeV 12.752286 keV 2.6115118 cm 10.67388 m World hIoni - 74 -1.079953 m 55.664197 cm -2.2798926 m 17.619459 MeV 502.10457 eV 2.5246077 mm 10.676405 m World hIoni - 75 -1.0900278 m 56.364037 cm -2.2825318 m 17.612191 MeV 3.8220219 keV 1.2547723 cm 10.688952 m World hIoni - 76 -1.0917445 m 56.482687 cm -2.2829775 m 17.608631 MeV 2.0332547 keV 2.133898 mm 10.691086 m World hIoni - 77 -1.1581506 m 61.074148 cm -2.3001437 m 17.574743 MeV 33.888767 keV 8.2539287 cm 10.773626 m World Decay -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 95, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.16 m 61.1 cm -2.3 m 21.7 MeV 0 eV 0 fm 0 fm World initStep - 1 -1.1607084 m 61.359222 cm -2.302549 m 21.709171 MeV 1.6118733 keV 4.5226199 mm 4.5226199 mm World muIoni - 2 -1.1922075 m 64.833443 cm -2.3326765 m 21.652897 MeV 13.570251 keV 5.5739641 cm 6.026226 cm World muIoni - 3 -1.2381159 m 69.955289 cm -2.3769094 m 21.627266 MeV 24.526073 keV 8.1777415 cm 14.203968 cm World muIoni - 4 -1.2693093 m 73.444248 cm -2.4073151 m 21.606673 MeV 18.995025 keV 5.5810783 cm 19.785046 cm World muIoni - 5 -1.2754047 m 74.129951 cm -2.4133056 m 21.573627 MeV 4.0356428 keV 1.0957182 cm 20.880764 cm World muIoni - 6 -1.2826784 m 74.95139 cm -2.420428 m 21.565448 MeV 6.5028243 keV 1.3080975 cm 22.188861 cm World muIoni - 7 -1.2856112 m 75.282996 cm -2.4233082 m 21.56233 MeV 1.4432789 keV 5.2813671 mm 22.716998 cm World muIoni - 8 -1.3081072 m 77.832869 cm -2.4454098 m 21.541947 MeV 18.1519 keV 4.0555472 cm 26.772545 cm World muIoni - 9 -1.3108902 m 78.148002 cm -2.4481341 m 21.53811 MeV 1.7118591 keV 5.0097316 mm 27.273519 cm World muIoni - 10 -1.3686223 m 84.680624 cm -2.5046341 m 21.502194 MeV 32.378928 keV 10.388912 cm 37.662431 cm World muIoni - 11 -1.3889871 m 86.974075 cm -2.5247782 m 21.487203 MeV 13.628313 keV 3.669478 cm 41.331909 cm World muIoni - 12 -1.3953883 m 87.690992 cm -2.5311075 m 21.480865 MeV 4.9571954 keV 1.1507957 cm 42.482704 cm World muIoni - 13 -1.4265029 m 91.175275 cm -2.5618464 m 21.455909 MeV 20.197449 keV 5.5919995 cm 48.074704 cm World muIoni - 14 -1.4303639 m 91.606741 cm -2.5656559 m 21.450335 MeV 3.0206479 keV 6.9308039 mm 48.767784 cm World muIoni - 15 -1.4376502 m 92.42326 cm -2.572854 m 21.444668 MeV 4.6281516 keV 1.3098648 cm 50.077649 cm World muIoni - 16 -1.4410892 m 92.80741 cm -2.5762427 m 21.441999 MeV 843.14273 eV 6.1698014 mm 50.694629 cm World muIoni - 17 -1.4449889 m 93.243767 cm -2.5800854 m 21.437806 MeV 1.770209 keV 7.0010835 mm 51.394737 cm World muIoni - 18 -1.4462184 m 93.381368 cm -2.5812978 m 21.434599 MeV 425.04643 eV 2.2079126 mm 51.615529 cm World muIoni - 19 -1.4497812 m 93.780685 cm -2.5848076 m 21.420175 MeV 1.0426171 keV 6.3998228 mm 52.255511 cm World muIoni - 20 -1.4512929 m 93.949442 cm -2.5862904 m 21.417219 MeV 1.3749615 keV 2.7077194 mm 52.526283 cm World muIoni - 21 -1.490494 m 98.316748 cm -2.624658 m 21.395108 MeV 21.060627 keV 7.0115543 cm 59.537837 cm World muIoni - 22 -1.495686 m 98.894848 cm -2.629711 m 21.383365 MeV 4.0462783 keV 9.2687582 mm 60.464713 cm World muIoni - 23 -1.5035493 m 99.770429 cm -2.6374001 m 21.374506 MeV 7.6282 keV 1.4057643 cm 61.870477 cm World muIoni - 24 -1.5052667 m 99.96203 cm -2.6390834 m 21.368032 MeV 748.77087 eV 3.0748042 mm 62.177958 cm World muIoni - 25 -1.5054395 m 99.98128 cm -2.639253 m 21.356369 MeV 112.1525 eV 309.33243 um 62.208891 cm World muIoni - 26 -1.5324699 m 1.0299993 m -2.6658788 m 21.344779 MeV 10.378068 keV 4.8485206 cm 67.057412 cm World muIoni - 27 -1.5403744 m 1.0388566 m -2.6736833 m 21.316202 MeV 4.34481 keV 1.4207179 cm 68.47813 cm World muIoni - 28 -1.548908 m 1.0485242 m -2.6822554 m 21.307764 MeV 6.8296903 keV 1.5484487 cm 70.026578 cm World muIoni - 29 -1.5617901 m 1.0632096 m -2.6952136 m 21.296855 MeV 8.5911001 keV 2.3441917 cm 72.37077 cm World muIoni - 30 -1.5637219 m 1.0654131 m -2.6971639 m 21.294175 MeV 1.6079302 keV 3.5200721 mm 72.722777 cm World muIoni - 31 -1.5864376 m 1.0913373 m -2.7200837 m 21.281098 MeV 12.001422 keV 4.1393209 cm 76.862098 cm World muIoni - 32 -1.5885721 m 1.0937623 m -2.7222219 m 21.253448 MeV 615.42802 eV 3.8740495 mm 77.249503 cm World muIoni - 33 -1.5909265 m 1.0964494 m -2.7245799 m 21.250087 MeV 1.7473482 keV 4.2806188 mm 77.677565 cm World muIoni - 34 -1.5933958 m 1.0992732 m -2.7270491 m 21.247588 MeV 1.2612417 keV 4.4909716 mm 78.126662 cm World muIoni - 35 -1.6042841 m 1.1117114 m -2.73794 m 21.238311 MeV 6.385762 keV 1.9795868 cm 80.106249 cm World muIoni - 36 -1.6340904 m 1.1459189 m -2.7677853 m 21.219263 MeV 14.396239 keV 5.4307798 cm 85.537029 cm World muIoni - 37 -1.6411231 m 1.1539158 m -2.7747628 m 21.202351 MeV 4.5698887 keV 1.2731647 cm 86.810193 cm World muIoni - 38 -1.6770508 m 1.1947484 m -2.8098169 m 21.180592 MeV 19.691967 keV 6.4706488 cm 93.280842 cm World muIoni - 39 -1.7075859 m 1.22981 m -2.8396809 m 21.161203 MeV 17.092153 keV 5.5259306 cm 98.806773 cm World muIoni - 40 -1.7253837 m 1.2500375 m -2.8571804 m 21.151344 MeV 8.8003817 keV 3.2127117 cm 1.0201948 m World muIoni - 41 -1.7302985 m 1.2555938 m -2.8620167 m 21.14437 MeV 2.7482268 keV 8.8553895 mm 1.0290502 m World muIoni - 42 -1.7666968 m 1.2967409 m -2.8976872 m 21.12672 MeV 16.353501 keV 6.5500729 cm 1.094551 m World muIoni - 43 -1.7902757 m 1.3233272 m -2.9207104 m 21.104744 MeV 16.858535 keV 4.2342356 cm 1.1368933 m World muIoni - 44 -1.7935344 m 1.3270183 m -2.9238891 m 21.097892 MeV 472.83043 eV 5.8607535 mm 1.1427541 m World muIoni - 45 -1.7965923 m 1.3305017 m -2.926871 m 21.090308 MeV 1.8857681 keV 5.5114428 mm 1.1482655 m World muIoni - 46 -1.8030054 m 1.3378512 m -2.9332901 m 21.083312 MeV 4.0316016 keV 1.1677434 cm 1.1599429 m World muIoni - 47 -1.8229825 m 1.3609277 m -2.9536754 m 21.071465 MeV 9.7500298 keV 3.6703826 cm 1.1966468 m World muIoni - 48 -1.8249827 m 1.3632391 m -2.9557133 m 21.067523 MeV 2.0802142 keV 3.6738196 mm 1.2003206 m World muIoni - 49 -1.8911153 m 1.4394288 m -3.0228898 m 21.018361 MeV 39.902683 keV 12.120797 cm 1.3215286 m World muIoni - 50 -1.9015524 m 1.4514121 m -3.033386 m 21.008521 MeV 7.098495 keV 1.9044773 cm 1.3405733 m World muIoni - 51 -1.903897 m 1.4540934 m -3.035731 m 21.005584 MeV 843.37524 eV 4.264404 mm 1.3448377 m World muIoni - 52 -1.920049 m 1.4725474 m -3.0518986 m 20.993295 MeV 9.3420853 keV 2.9374023 cm 1.3742118 m World muIoni - 53 -1.9246226 m 1.4777206 m -3.0564669 m 20.988554 MeV 3.3514581 keV 8.2794449 mm 1.3824912 m World muIoni - 54 -1.9459937 m 1.5018597 m -3.0777161 m 20.973827 MeV 13.534644 keV 3.861292 cm 1.4211041 m World muIoni - 55 -1.9510818 m 1.5077498 m -3.082894 m 20.963159 MeV 3.7125244 keV 9.3484545 mm 1.4304526 m World muIoni - 56 -1.9626793 m 1.5211652 m -3.0946922 m 20.95481 MeV 7.3150012 keV 2.129966 cm 1.4517522 m World muIoni - 57 -1.9692563 m 1.5287575 m -3.1013656 m 20.910362 MeV 2.6184115 keV 1.2059596 cm 1.4638118 m World muIoni - 58 -1.9818267 m 1.5432811 m -3.1141055 m 20.90198 MeV 7.2906346 keV 2.3048963 cm 1.4868608 m World muIoni - 59 -1.9831015 m 1.5447578 m -3.1153954 m 20.897803 MeV 1.4595851 keV 2.3387089 mm 1.4891995 m World muIoni - 60 -1.9877872 m 1.550176 m -3.120136 m 20.862675 MeV 3.7488546 keV 8.5898961 mm 1.4977894 m World muIoni - 61 -1.9986557 m 1.5627981 m -3.1310877 m 20.849688 MeV 9.9430802 keV 1.9934429 cm 1.5177238 m World muIoni - 62 -2.010006 m 1.575952 m -3.142536 m 20.840188 MeV 7.1717351 keV 2.0806748 cm 1.5385306 m World muIoni - 63 -2.017253 m 1.5843499 m -3.149846 m 20.831137 MeV 3.5838311 keV 1.3284545 cm 1.5518151 m World muIoni - 64 -2.0201733 m 1.5877432 m -3.1527931 m 20.826886 MeV 1.5314643 keV 5.3598335 mm 1.557175 m World muIoni - 65 -2.0573564 m 1.6309203 m -3.1902392 m 20.797552 MeV 24.985313 keV 6.8184405 cm 1.6253594 m World muIoni - 66 -2.0999495 m 1.6802384 m -3.2330875 m 20.761143 MeV 28.141786 keV 7.7990371 cm 1.7033497 m World muIoni - 67 -2.1881951 m 1.7818616 m -3.3224952 m 20.699441 MeV 59.531107 keV 16.158306 cm 1.8649328 m World muIoni - 68 -2.2063129 m 1.8027273 m -3.3407821 m 20.657574 MeV 13.255756 keV 3.3136801 cm 1.8980696 m World muIoni - 69 -2.2161453 m 1.8142104 m -3.3508551 m 20.64771 MeV 8.8050683 keV 1.8166006 cm 1.9162356 m World muIoni - 70 -2.2211892 m 1.8200966 m -3.3560194 m 20.642472 MeV 3.5156118 keV 9.314427 mm 1.92555 m World muIoni - 71 -2.2276152 m 1.8275751 m -3.3625911 m 20.623563 MeV 3.4220838 keV 1.1849411 cm 1.9373994 m World muIoni - 72 -2.2442982 m 1.8469261 m -3.3795797 m 20.612692 MeV 9.5055634 keV 3.0682262 cm 1.9680817 m World muIoni - 73 -2.2478796 m 1.8510932 m -3.3832279 m 20.608954 MeV 2.4207413 keV 6.5954681 mm 1.9746772 m World muIoni - 74 -2.2602733 m 1.8655778 m -3.3958931 m 20.600908 MeV 6.946515 keV 2.2887032 cm 1.9975642 m World muIoni - 75 -2.2687516 m 1.8754836 m -3.4045408 m 20.523063 MeV 4.8030698 keV 1.5645751 cm 2.01321 m World muIoni - 76 -2.2818461 m 1.8908391 m -3.4180616 m 20.514629 MeV 6.457481 keV 2.4291441 cm 2.0375014 m World muIoni - 77 -2.3002552 m 1.9125289 m -3.4371756 m 20.501916 MeV 11.484512 keV 3.4273772 cm 2.0717752 m World muIoni - 78 -2.334893 m 1.9532998 m -3.4731967 m 20.482523 MeV 17.955596 keV 6.4494974 cm 2.1362701 m World muIoni - 79 -2.3824372 m 2.0091539 m -3.5226741 m 20.44991 MeV 31.166036 keV 8.847753 cm 2.2247477 m World muIoni - 80 -2.4148774 m 2.0469269 m -3.5560793 m 20.435431 MeV 12.765873 keV 5.995921 cm 2.2847069 m World muIoni - 81 -2.4220502 m 2.0553235 m -3.5634803 m 20.428597 MeV 5.7760613 keV 1.3293903 cm 2.2980008 m World muIoni - 82 -2.5177573 m 2.1677426 m -3.6621859 m 20.364106 MeV 60.936788 keV 17.76 cm 2.4756008 m World muIoni - 83 -2.5402673 m 2.1941853 m -3.6851794 m 20.345073 MeV 17.870107 keV 4.16489 cm 2.5172497 m World muIoni - 84 -2.5444722 m 2.1990709 m -3.6894422 m 20.34118 MeV 1.5472508 keV 7.727982 mm 2.5249777 m World muIoni - 85 -2.5445993 m 2.1992188 m -3.6895711 m 20.336796 MeV 0 eV 233.76198 um 2.5252114 m World muIoni - 86 -2.5625822 m 2.2207989 m -3.7077812 m 20.324751 MeV 10.860615 keV 3.3493036 cm 2.5587045 m World muIoni - 87 -2.5706161 m 2.2315958 m -3.715798 m 20.318434 MeV 4.7380875 keV 1.5664737 cm 2.5743692 m World muIoni - 88 -2.6155723 m 2.2922868 m -3.760851 m 20.288812 MeV 26.870293 keV 8.7945238 cm 2.6623144 m World muIoni - 89 -2.622137 m 2.3010541 m -3.7673984 m 20.282285 MeV 4.7130268 keV 1.2760432 cm 2.6750749 m World muIoni - 90 -2.6307092 m 2.3124431 m -3.7759449 m 20.27387 MeV 5.6869999 keV 1.6620384 cm 2.6916953 m World muIoni - 91 -2.6828111 m 2.3816371 m -3.8277877 m 20.238431 MeV 33.94234 keV 10.094688 cm 2.7926421 m World muIoni - 92 -2.6956485 m 2.3988016 m -3.8405288 m 20.22922 MeV 7.6103161 keV 2.4935071 cm 2.8175772 m World muIoni - 93 -2.7072235 m 2.4142144 m -3.8520181 m 20.197121 MeV 7.0010629 keV 2.2439626 cm 2.8400168 m World muIoni - 94 -2.727628 m 2.4412645 m -3.87207 m 20.17961 MeV 14.685892 keV 3.9371832 cm 2.8793887 m World muIoni - 95 -2.728291 m 2.4421435 m -3.8727229 m 20.178004 MeV 561.21098 eV 1.2801089 mm 2.8806688 m World muIoni - 96 -2.7344653 m 2.4503354 m -3.8788265 m 20.172026 MeV 3.4186475 keV 1.1936641 cm 2.8926054 m World muIoni - 97 -2.7498105 m 2.470725 m -3.8940918 m 20.157592 MeV 13.21464 keV 2.9736297 cm 2.9223417 m World muIoni - 98 -2.7581462 m 2.4819446 m -3.9023733 m 20.149397 MeV 4.7781122 keV 1.6246407 cm 2.9385881 m World muIoni - 99 -2.7708011 m 2.4989784 m -3.9149659 m 20.13854 MeV 8.4039684 keV 2.4675336 cm 2.9632635 m World muIoni - 100 -2.7730797 m 2.5020471 m -3.9172381 m 20.136094 MeV 1.2877161 keV 4.446541 mm 2.96771 m World muIoni - 101 -2.7758022 m 2.5057168 m -3.9199538 m 20.132294 MeV 2.3651415 keV 5.3153979 mm 2.9730254 m World muIoni - 102 -2.785364 m 2.5185904 m -3.9294699 m 20.1241 MeV 7.1358042 keV 1.8647074 cm 2.9916725 m World muIoni - 103 -2.8031057 m 2.5425561 m -3.947203 m 20.110023 MeV 12.387021 keV 3.4692892 cm 3.0263654 m World muIoni - 104 -2.8258805 m 2.5729487 m -3.9697742 m 20.069726 MeV 14.494779 keV 4.4179988 cm 3.0705454 m World muIoni - 105 -2.8301013 m 2.5786065 m -3.973976 m 20.066354 MeV 1.8233107 keV 8.2147448 mm 3.0787601 m World muIoni - 106 -2.8512509 m 2.6069412 m -3.9950686 m 20.05059 MeV 14.482389 keV 4.1171157 cm 3.1199313 m World muIoni - 107 -2.869819 m 2.6320249 m -4.0138065 m 20.038608 MeV 10.558917 keV 3.6401783 cm 3.156333 m World muIoni - 108 -2.8919819 m 2.6615081 m -4.0359062 m 20.013069 MeV 16.613092 keV 4.2998326 cm 3.1993314 m World muIoni - 109 -2.8975251 m 2.6688209 m -4.0413494 m 20.005075 MeV 5.086939 keV 1.0669303 cm 3.2100007 m World muIoni - 110 -2.9048243 m 2.6784323 m -4.0485009 m 19.991125 MeV 6.364397 keV 1.402859 cm 3.2240293 m World muIoni - 111 -2.9369934 m 2.7200779 m -4.079175 m 19.962922 MeV 27.086819 keV 6.0910945 cm 3.2849402 m World muIoni - 112 -2.9508751 m 2.7384798 m -4.0927339 m 19.955699 MeV 6.0359848 keV 2.6742791 cm 3.311683 m World muIoni - 113 -2.9539032 m 2.7425202 m -4.0957064 m 19.948322 MeV 3.8065614 keV 5.8592418 mm 3.3175422 m World muIoni - 114 -2.9568604 m 2.7464646 m -4.0986092 m 19.944585 MeV 1.7014165 keV 5.7209828 mm 3.3232632 m World muIoni - 115 -2.9675498 m 2.7607453 m -4.1090986 m 19.935264 MeV 7.3339613 keV 2.0693725 cm 3.3439569 m World muIoni - 116 -2.9744353 m 2.7699191 m -4.1158871 m 19.91058 MeV 5.3082058 keV 1.332864 cm 3.3572856 m World muIoni - 117 -2.9748698 m 2.7704979 m -4.1163163 m 19.90114 MeV 144.28595 eV 841.40508 um 3.358127 m World muIoni - 118 -2.9848982 m 2.7838832 m -4.1262085 m 19.8919 MeV 7.6143823 keV 1.9431728 cm 3.3775587 m World muIoni - 119 -3.0537095 m 2.875872 m -4.1942521 m 19.839661 MeV 50.746253 keV 13.351906 cm 3.5110778 m World muIoni - 120 -3.0617282 m 2.8866121 m -4.2022079 m 19.831613 MeV 6.8141145 keV 1.5586664 cm 3.5266644 m World muIoni - 121 -3.0628992 m 2.888184 m -4.2033756 m 19.82881 MeV 1.4577941 keV 2.2816015 mm 3.528946 m World muIoni - 122 -3.0742373 m 2.9034219 m -4.2146958 m 19.816792 MeV 9.4078876 keV 2.2110953 cm 3.551057 m World muIoni - 123 -3.0982398 m 2.935605 m -4.2386568 m 19.800515 MeV 14.877298 keV 4.6754858 cm 3.5978119 m World muIoni - 124 -3.1104052 m 2.9516585 m -4.2506813 m 19.791301 MeV 6.5613579 keV 2.3458535 cm 3.6212704 m World muIoni - 125 -3.1139844 m 2.9563632 m -4.2542073 m 19.78572 MeV 3.6482194 keV 6.8832049 mm 3.6281536 m World muIoni - 126 -3.1454824 m 2.9977806 m -4.2854487 m 19.759808 MeV 24.58279 keV 6.0692624 cm 3.6888462 m World muIoni - 127 -3.1494665 m 3.0029936 m -4.2893828 m 19.753713 MeV 1.6765318 keV 7.6501516 mm 3.6964964 m World muIoni - 128 -3.1826936 m 3.0465087 m -4.3221868 m 19.722417 MeV 24.011247 keV 6.3825923 cm 3.7603223 m World muIoni - 129 -3.2052805 m 3.0760703 m -4.3446769 m 19.708729 MeV 11.37764 keV 4.3472744 cm 3.803795 m World muIoni - 130 -3.2097794 m 3.0819264 m -4.3491711 m 19.702102 MeV 3.670874 keV 8.6447265 mm 3.8124398 m World muIoni - 131 -3.2628279 m 3.151099 m -4.4020295 m 19.670202 MeV 30.333136 keV 10.194714 cm 3.9143869 m World muIoni - 132 -3.2728525 m 3.1642053 m -4.4119063 m 19.657406 MeV 11.204069 keV 1.9230643 cm 3.9336175 m World muIoni - 133 -3.2798826 m 3.1734053 m -4.4188674 m 19.644443 MeV 4.9586126 keV 1.3509953 cm 3.9471275 m World muIoni - 134 -3.330732 m 3.2402543 m -4.4693383 m 19.609009 MeV 33.366944 keV 9.7989532 cm 4.045117 m World muIoni - 135 -3.352705 m 3.2692265 m -4.4909531 m 19.589932 MeV 13.064438 keV 4.2301472 cm 4.0874185 m World muIoni - 136 -3.3594858 m 3.2782629 m -4.4975946 m 19.583297 MeV 5.5635448 keV 1.3105178 cm 4.1005237 m World muIoni - 137 -3.3726554 m 3.2958385 m -4.5104792 m 19.57358 MeV 8.0901185 keV 2.5462812 cm 4.1259865 m World muIoni - 138 -3.3906336 m 3.3199286 m -4.5282112 m 19.562779 MeV 9.6042728 keV 3.4899529 cm 4.160886 m World muIoni - 139 -3.395234 m 3.3261225 m -4.5327765 m 19.560184 MeV 1.4925112 keV 8.9649308 mm 4.169851 m World muIoni - 140 -3.4156616 m 3.3536293 m -4.5530417 m 19.545086 MeV 13.51585 keV 3.9807048 cm 4.209658 m World muIoni - 141 -3.4172394 m 3.3557536 m -4.5546001 m 19.542034 MeV 1.1817696 keV 3.0710168 mm 4.212729 m World muIoni - 142 -3.4240703 m 3.3649542 m -4.5613377 m 19.535332 MeV 3.7157429 keV 1.329312 cm 4.2260221 m World muIoni - 143 -3.4382169 m 3.3840062 m -4.5752322 m 19.523705 MeV 8.9444221 keV 2.749842 cm 4.2535206 m World muIoni - 144 -3.4533625 m 3.4042971 m -4.5899905 m 19.51319 MeV 9.3207038 keV 2.9307392 cm 4.2828279 m World muIoni - 145 -3.4697423 m 3.4262124 m -4.6059783 m 19.501527 MeV 10.581048 keV 3.1689002 cm 4.314517 m World muIoni - 146 -3.4732338 m 3.4308244 m -4.6093864 m 19.498156 MeV 1.5023223 keV 6.7138974 mm 4.3212308 m World muIoni - 147 -3.476527 m 3.4351628 m -4.6125927 m 19.492835 MeV 2.1756813 keV 6.3204232 mm 4.3275513 m World muIoni - 148 -3.486153 m 3.4478227 m -4.6219574 m 19.480678 MeV 7.7362543 keV 1.8456121 cm 4.3460074 m World muIoni - 149 -3.5198569 m 3.4925263 m -4.6547638 m 19.459591 MeV 19.593621 keV 6.4889776 cm 4.4108972 m World muIoni - 150 -3.52049 m 3.493355 m -4.6553677 m 19.458081 MeV 273.71461 eV 1.2050815 mm 4.4121023 m World muIoni - 151 -3.5417629 m 3.5212245 m -4.6756511 m 19.442389 MeV 14.004639 keV 4.0505211 cm 4.4526075 m World muIoni - 152 -3.5452528 m 3.5257882 m -4.678998 m 19.439778 MeV 2.6112415 keV 6.6489415 mm 4.4592564 m OutOfWorld Transportation -Track (trackID 95, parentID 4) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.133536727517(mm),2.6762754382595(mm),78.565678112256(mm),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.942496(mm),1.8548013(mm),78.775691(mm),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.870072(mm),-1.7683974(mm),78.25948(mm),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.251812(mm),1.661404(mm),78.368496(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.500124(mm),2.09365(mm),78.501039(mm),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.868362(mm),1.7044619(mm),78.788763(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.754809(mm),-2.405955(mm),79.337766(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.256577(mm),-0.0072250045(mm),79.425618(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.300153(mm),-0.28813217(mm),79.06528(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.463165(mm),-2.4299352(mm),78.683883(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.348833(mm),2.5535061(mm),79.056697(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.006834(mm),1.4115209(mm),78.588019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.198178(mm),0.027139696(mm),79.083261(mm),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,40 +2203,346 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.18 mm 902 um 4.73 cm 30.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.0134624 cm 1.1483557 mm 4.7262779 cm 26.192929 MeV 4.5108429 MeV 990.76219 um 990.76219 um Target hIoni - 2 -1.0865184 cm 1.4291662 mm 4.7368464 cm 22.266559 MeV 3.9263705 MeV 796.80677 um 1.787569 mm Target hIoni - 3 -1.1451091 cm 1.6588848 mm 4.7470857 cm 18.230848 MeV 4.0357107 MeV 643.71013 um 2.4312791 mm Target hIoni - 4 -1.1924076 cm 1.8128097 mm 4.7458985 cm 14.864862 MeV 3.3659863 MeV 502.85521 um 2.9341343 mm Target hIoni - 5 -1.1976729 cm 1.8324868 mm 4.7447761 cm 14.492114 MeV 372.74713 keV 57.401553 um 2.9915359 mm Target Transportation - 6 8.9662044 mm -3.8646521 mm -4.4908383 cm 14.492117 MeV5.733204e-14 meV 52.30639 cm 52.605544 cm CaptureMgnt Transportation - 7 8.5992774 mm -3.7755329 mm -4.4976118 cm 11.516096 MeV 2.976021 MeV 388.41133 um 52.644385 cm Target hIoni - 8 8.3176589 mm -3.6763792 mm -4.5034823 cm 8.637578 MeV 2.8785183 MeV 308.88479 um 52.675273 cm Target hIoni - 9 8.1198319 mm -3.571449 mm -4.5108704 cm 5.6597562 MeV 2.9778218 MeV 240.54821 um 52.699328 cm Target hIoni - 10 7.9810392 mm -3.5003927 mm -4.5170119 cm 2.7689142 MeV 2.890842 MeV 172.95363 um 52.716624 cm Target hIoni - 11 7.9326581 mm -3.4890631 mm -4.5149333 cm 11.070103 keV 2.7578441 MeV 70.167534 um 52.72364 cm Target hIoni - 12 7.9326565 mm -3.4890634 mm -4.5149327 cm 0 eV 11.070103 keV 93.896363 nm 52.72365 cm Target hIoni - 13 7.9326565 mm -3.4890634 mm -4.5149327 cm 0 eV 0 eV 0 fm 52.72365 cm Target Scintillation + 0 -1.01 cm 18.5 um 6.72 cm 61.4 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.191835 cm 233.63327 um 6.9188918 cm 52.727548 MeV 8.6710513 MeV 2.7077348 mm 2.7077348 mm Target hIoni + 2 -1.3307638 cm 628.641 um 7.0779854 cm 44.664474 MeV 8.0630735 MeV 2.1645351 mm 4.8722699 mm Target hIoni + 3 -1.4297898 cm 1.332193 mm 7.1945685 cm 37.47077 MeV 7.1937045 MeV 1.6964513 mm 6.5687212 mm Target hIoni + 4 -1.4880678 cm 1.9888676 mm 7.2910036 cm 32.089746 MeV 5.3810233 MeV 1.3144814 mm 7.8832026 mm Target hIoni + 5 -1.5267334 cm 2.6113397 mm 7.3655529 cm 27.74268 MeV 4.3470658 MeV 1.0539939 mm 8.9371964 mm Target hIoni + 6 -1.5576528 cm 2.8635072 mm 7.4410491 cm 23.974234 MeV 3.7684465 MeV 861.34181 um 9.7985383 mm Target hIoni + 7 -1.5853643 cm 3.014679 mm 7.4770593 cm 20.966858 MeV 3.0073758 MeV 481.77889 um 1.0280317 cm Target Transportation + 8 -6.1534922 cm 4.8361502 cm 2 m 20.966864 MeV2.2696355e-13 meV 2.7530823 m 2.7633626 m CaptureMgnt Transportation + 9 -7.2379954 cm 7.803168 cm 2.0309038 m 20.947801 MeV 17.807141 keV 4.4192683 cm 2.8075553 m World hIoni + 10 -7.6168712 cm 8.8428359 cm 2.0417908 m 20.941568 MeV 5.0700393 keV 1.5523265 cm 2.8230786 m World hIoni + 11 -8.0785851 cm 10.107137 cm 2.0550396 m 20.930354 MeV 5.6580724 keV 1.8886381 cm 2.841965 m World hIoni + 12 -8.1522546 cm 10.309053 cm 2.0571503 m 20.92549 MeV 816.08084 eV 3.0124653 mm 2.8449774 m World hIoni + 13 -8.6386503 cm 11.644929 cm 2.0711288 m 20.914134 MeV 6.4570384 keV 1.9937739 cm 2.8649152 m World hIoni + 14 -9.4557845 cm 13.870886 cm 2.0945562 m 20.899981 MeV 12.158387 keV 3.3333288 cm 2.8982485 m World hIoni + 15 -10.110529 cm 15.310424 cm 2.1104706 m 20.88922 MeV 9.6252237 keV 2.2448386 cm 2.9206968 m World hIoni + 16 -10.232703 cm 15.559759 cm 2.113295 m 20.887827 MeV 1.3924212 keV 3.9606421 mm 2.9246575 m World hIoni + 17 -10.664157 cm 16.440196 cm 2.1232738 m 20.876296 MeV 10.446464 keV 1.3989595 cm 2.9386471 m World hIoni + 18 -11.564019 cm 18.280228 cm 2.144217 m 20.863886 MeV 11.246461 keV 2.9294486 cm 2.9679416 m World hIoni + 19 -11.671395 cm 18.499222 cm 2.1467254 m 20.860624 MeV 1.5615189 keV 3.4987059 mm 2.9714403 m World hIoni + 20 -11.686647 cm 18.530336 cm 2.1470821 m 20.858533 MeV 104.34063 eV 497.31469 um 2.9719376 m World hIoni + 21 -11.849919 cm 18.863815 cm 2.1509078 m 20.854617 MeV 1.4605005 keV 5.3313015 mm 2.9772689 m World hIoni + 22 -12.57139 cm 20.325799 cm 2.1676862 m 20.843093 MeV 9.3107136 keV 2.3394585 cm 3.0006635 m World hIoni + 23 -14.024003 cm 23.252048 cm 2.2012863 m 20.81448 MeV 23.156351 keV 4.6864534 cm 3.047528 m World hIoni + 24 -15.047916 cm 25.349595 cm 2.2251709 m 20.80024 MeV 13.066497 keV 3.3395933 cm 3.0809239 m World hIoni + 25 -15.296077 cm 25.861898 cm 2.2309681 m 20.795529 MeV 3.0141234 keV 8.1247855 mm 3.0890487 m World hIoni + 26 -15.299471 cm 25.868891 cm 2.2310472 m 20.793735 MeV 0 eV 110.91518 um 3.0891596 m World hIoni + 27 -15.750793 cm 26.799508 cm 2.241586 m 20.785019 MeV 7.0922611 keV 1.4766161 cm 3.1039258 m World hIoni + 28 -16.648973 cm 28.644585 cm 2.2624948 m 20.768679 MeV 11.650046 keV 2.9296483 cm 3.1332223 m World hIoni + 29 -17.238432 cm 29.845938 cm 2.2761541 m 20.75235 MeV 11.585853 keV 1.9121975 cm 3.1523443 m World hIoni + 30 -17.412412 cm 30.201613 cm 2.280176 m 20.742545 MeV 2.2842727 keV 5.6438225 mm 3.1579881 m World hIoni + 31 -18.297755 cm 32.004533 cm 2.3005694 m 20.72719 MeV 14.28572 keV 2.8623948 cm 3.186612 m World hIoni + 32 -18.780306 cm 32.985462 cm 2.3117023 m 20.720796 MeV 5.3819572 keV 1.5602899 cm 3.2022149 m World hIoni + 33 -18.811465 cm 33.048919 cm 2.3124216 m 20.718485 MeV 229.67776 eV 1.0085376 mm 3.2032235 m World hIoni + 34 -19.086907 cm 33.609312 cm 2.3187684 m 20.707182 MeV 7.2905543 keV 8.9035284 mm 3.212127 m World hIoni + 35 -19.179246 cm 33.799184 cm 2.3209135 m 20.706276 MeV 906.00444 eV 3.0098377 mm 3.2151368 m World hIoni + 36 -19.424342 cm 34.305119 cm 2.3266284 m 20.701418 MeV 3.7023417 keV 8.0165309 mm 3.2231534 m World hIoni + 37 -19.809135 cm 35.097992 cm 2.3355927 m 20.691287 MeV 8.2991973 keV 1.2570968 cm 3.2357243 m World hIoni + 38 -19.905848 cm 35.296575 cm 2.3378421 m 20.68572 MeV 1.0302154 keV 3.1526105 mm 3.2388769 m World hIoni + 39 -20.535693 cm 36.593723 cm 2.3525337 m 20.673515 MeV 9.381435 keV 2.0585762 cm 3.2594627 m World hIoni + 40 -20.639168 cm 36.805632 cm 2.3549236 m 20.672731 MeV 783.88805 eV 3.3575004 mm 3.2628202 m World hIoni + 41 -20.72252 cm 36.9764 cm 2.3568481 m 20.670485 MeV 441.85137 eV 2.7045197 mm 3.2655247 m World hIoni + 42 -20.863905 cm 37.267026 cm 2.3601242 m 20.661313 MeV 4.2770424 keV 4.6020313 mm 3.2701268 m World hIoni + 43 -21.750872 cm 39.09081 cm 2.3806897 m 20.649582 MeV 10.652365 keV 2.888304 cm 3.2990098 m World hIoni + 44 -22.097202 cm 39.798292 cm 2.3886818 m 20.644832 MeV 4.7503843 keV 1.1221528 cm 3.3102313 m World hIoni + 45 -22.687157 cm 41.009624 cm 2.4023205 m 20.636636 MeV 8.1961946 keV 1.9171607 cm 3.3294029 m World hIoni + 46 -23.744034 cm 43.173492 cm 2.4267167 m 20.623884 MeV 11.565778 keV 3.4279944 cm 3.3636829 m World hIoni + 47 -24.22659 cm 44.175108 cm 2.4379511 m 20.615185 MeV 7.6048581 keV 1.5805722 cm 3.3794886 m World hIoni + 48 -24.915073 cm 45.602596 cm 2.4539215 m 20.600624 MeV 13.127413 keV 2.2499522 cm 3.4019881 m World hIoni + 49 -25.137047 cm 46.064034 cm 2.4591026 m 20.596832 MeV 2.6933533 keV 7.2844994 mm 3.4092726 m World hIoni + 50 -25.682415 cm 47.199612 cm 2.4719033 m 20.590672 MeV 6.159987 keV 1.7959799 cm 3.4272324 m World hIoni + 51 -27.499866 cm 50.994793 cm 2.514846 m 20.56787 MeV 19.469234 keV 6.0122877 cm 3.4873553 m World hIoni + 52 -28.346096 cm 52.769082 cm 2.5348627 m 20.556356 MeV 9.66741 keV 2.8055152 cm 3.5154104 m World hIoni + 53 -28.366561 cm 52.811342 cm 2.5353403 m 20.554376 MeV 194.59907 eV 669.79894 um 3.5160802 m World hIoni + 54 -28.39259 cm 52.8652 cm 2.5359484 m 20.547986 MeV 1.6252941 keV 852.957 um 3.5169332 m World hIoni + 55 -29.657577 cm 55.480208 cm 2.5655297 m 20.529457 MeV 17.090905 keV 4.1459793 cm 3.558393 m World hIoni + 56 -30.719872 cm 57.669305 cm 2.5906303 m 20.515488 MeV 13.969009 keV 3.4958641 cm 3.5933516 m World hIoni + 57 -31.127444 cm 58.510048 cm 2.600281 m 20.510755 MeV 3.3110077 keV 1.3432488 cm 3.6067841 m World hIoni + 58 -31.923736 cm 60.16188 cm 2.6191627 m 20.49575 MeV 13.620339 keV 2.6320853 cm 3.633105 m World hIoni + 59 -32.041973 cm 60.409701 cm 2.6219806 m 20.493642 MeV 2.107823 keV 3.9344346 mm 3.6370394 m World Decay Track (trackID 3, parentID 1) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 25, Parent ID = 3 +* G4Track Information: Particle = mu+, Track ID = 64, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.93 mm -3.49 mm -4.51 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.8407738 mm -3.4082089 mm -4.5112843 cm 1.4804539 MeV 2.6393588 MeV 143.89929 um 143.89929 um Target muIoni - 2 7.8320245 mm -3.3989867 mm -4.5094994 cm 168.52863 keV 1.3119253 MeV 29.79781 um 173.69709 um Target muIoni - 3 7.832298 mm -3.3987846 mm -4.5094427 cm 3.6352281 keV 164.8934 keV 1.1828708 um 174.87997 um Target muIoni - 4 7.8322985 mm -3.3987848 mm -4.5094426 cm 0 eV 3.6352281 keV 45.073703 nm 174.92504 um Target muIoni - 5 7.8322985 mm -3.3987848 mm -4.5094426 cm 0 eV 0 eV 0 fm 174.92504 um Target Scintillation -Track (trackID 25, parentID 3) is processed with stopping code 2 + 0 -32 cm 60.4 cm 2.62 m 22 MeV 0 eV 0 fm 0 fm World initStep + 1 -32.038367 cm 60.42877 cm 2.6222158 m 22.037478 MeV 105.65457 eV 304.97946 um 304.97946 um World muIoni + 2 -30.657821 cm 67.7538 cm 2.7126316 m 21.998482 MeV 37.795419 keV 11.718132 cm 11.74863 cm World muIoni + 3 -30.520131 cm 68.511392 cm 2.722046 m 21.991707 MeV 4.9279236 keV 1.2162279 cm 12.964858 cm World muIoni + 4 -30.379827 cm 69.269363 cm 2.7314532 m 21.989888 MeV 1.8190314 keV 1.2162093 cm 14.181067 cm World muIoni + 5 -29.970443 cm 71.450189 cm 2.7585167 m 21.972851 MeV 14.296854 keV 3.4997116 cm 17.680779 cm World muIoni + 6 -29.572268 cm 73.565859 cm 2.7848569 m 21.959088 MeV 10.236911 keV 3.4018726 cm 21.082651 cm World muIoni + 7 -29.277353 cm 75.119668 cm 2.8042245 m 21.951127 MeV 5.9721805 keV 2.500472 cm 23.583123 cm World muIoni + 8 -28.454229 cm 79.402241 cm 2.8577506 m 21.919653 MeV 29.375647 keV 6.904265 cm 30.487388 cm World muIoni + 9 -28.174668 cm 80.870897 cm 2.8763118 m 21.911782 MeV 6.0740535 keV 2.3833342 cm 32.870723 cm World muIoni + 10 -28.035831 cm 81.592273 cm 2.8854227 m 21.906255 MeV 2.2748312 keV 1.1703653 cm 34.041088 cm World muIoni + 11 -27.48586 cm 84.43072 cm 2.9212354 m 21.891091 MeV 15.164249 keV 4.6027019 cm 38.64379 cm World muIoni + 12 -27.101281 cm 86.411948 cm 2.9461427 m 21.881581 MeV 8.072833 keV 3.2057666 cm 41.849557 cm World muIoni + 13 -26.550175 cm 89.200589 cm 2.9811581 m 21.862288 MeV 15.353241 keV 4.5101192 cm 46.359676 cm World muIoni + 14 -25.199332 cm 95.977582 cm 3.0665782 m 21.825081 MeV 34.296227 keV 10.987362 cm 57.347038 cm World muIoni + 15 -24.834118 cm 98.147712 cm 3.0933366 m 21.814115 MeV 9.1763297 keV 3.464536 cm 60.811574 cm World muIoni + 16 -24.793856 cm 98.389168 cm 3.0963015 m 21.804099 MeV 2.4994668 keV 3.8448689 mm 61.196061 cm World muIoni + 17 -24.577671 cm 99.696289 cm 3.1123238 m 21.794937 MeV 9.1617036 keV 2.0790507 cm 63.275112 cm World muIoni + 18 -24.542056 cm 99.912813 cm 3.1149713 m 21.793412 MeV 351.92794 eV 3.4386907 mm 63.618981 cm World muIoni + 19 -24.439393 cm 1.0053291 m 3.1225568 m 21.789243 MeV 2.4898719 keV 9.8511828 mm 64.604099 cm World muIoni + 20 -24.276997 cm 1.0151065 m 3.1345511 m 21.780147 MeV 6.0575263 keV 1.555944 cm 66.160043 cm World muIoni + 21 -24.276889 cm 1.0151129 m 3.134559 m 21.778107 MeV 3.256138 eV 10.266413 um 66.16107 cm World muIoni + 22 -24.258022 cm 1.0162427 m 3.1359475 m 21.777984 MeV 123.18431 eV 1.8000359 mm 66.341073 cm World muIoni + 23 -23.784462 cm 1.0446178 m 3.1708235 m 21.754231 MeV 17.104444 keV 4.5209707 cm 70.862044 cm World muIoni + 24 -23.740789 cm 1.0472441 m 3.1740639 m 21.748734 MeV 3.06021 keV 4.1938736 mm 71.281431 cm World muIoni + 25 -23.6553 cm 1.0524038 m 3.1804245 m 21.742627 MeV 1.4159606 keV 8.2346901 mm 72.1049 cm World muIoni + 26 -23.522159 cm 1.060298 m 3.1901518 m 21.730572 MeV 5.6110058 keV 1.2598084 cm 73.364709 cm World muIoni + 27 -23.463037 cm 1.0637591 m 3.1944366 m 21.720661 MeV 2.4937767 keV 5.5397652 mm 73.918685 cm World muIoni + 28 -23.397314 cm 1.0675542 m 3.1991329 m 21.7169 MeV 1.3859645 keV 6.0736763 mm 74.526053 cm World muIoni + 29 -23.26982 cm 1.0749374 m 3.2082841 m 21.714063 MeV 2.837274 keV 1.1827203 cm 75.708773 cm World muIoni + 30 -23.1625 cm 1.0811405 m 3.2159666 m 21.708089 MeV 4.8162762 keV 9.9322443 mm 76.701998 cm World muIoni + 31 -22.938279 cm 1.0939614 m 3.2318461 m 21.699552 MeV 6.6489974 keV 2.0532 cm 78.755198 cm World muIoni + 32 -22.433593 cm 1.1229833 m 3.2678391 m 21.679182 MeV 17.750088 keV 4.6510845 cm 83.406282 cm World muIoni + 33 -22.049329 cm 1.1449173 m 3.2950483 m 21.657326 MeV 8.8364938 keV 3.5159702 cm 86.922252 cm World muIoni + 34 -21.359766 cm 1.1848463 m 3.3446848 m 21.635664 MeV 19.128654 keV 6.4075746 cm 93.329827 cm World muIoni + 35 -21.338468 cm 1.1860729 m 3.3462136 m 21.634362 MeV 252.57805 eV 1.9716336 mm 93.52699 cm World muIoni + 36 -19.943739 cm 1.2666343 m 3.446602 m 21.58929 MeV 45.071382 keV 12.947145 cm 1.0647414 m World muIoni + 37 -19.78095 cm 1.2765226 m 3.4589805 m 21.581803 MeV 6.4031209 keV 1.5926534 cm 1.0806679 m World muIoni + 38 -19.465609 cm 1.295936 m 3.4831912 m 21.570834 MeV 9.8938726 keV 3.1192724 cm 1.1118606 m World muIoni + 39 -19.104361 cm 1.3186139 m 3.5113409 m 21.557418 MeV 11.386849 keV 3.6328341 cm 1.148189 m World muIoni + 40 -18.82618 cm 1.3357831 m 3.5327607 m 21.547029 MeV 10.388502 keV 2.7592199 cm 1.1757812 m World muIoni + 41 -18.778575 cm 1.3387385 m 3.5364545 m 21.544066 MeV 1.0450509 keV 4.7544876 mm 1.1805356 m World muIoni + 42 -18.506676 cm 1.3556899 m 3.5576801 m 21.532418 MeV 8.6626192 keV 2.7299662 cm 1.2078353 m World muIoni + 43 -18.449995 cm 1.3592453 m 3.5621143 m 21.525461 MeV 1.5498015 keV 5.7117833 mm 1.2135471 m World muIoni + 44 -18.333201 cm 1.3665105 m 3.5711749 m 21.520489 MeV 2.8818134 keV 1.1672324 cm 1.2252194 m World muIoni + 45 -18.001961 cm 1.387576 m 3.5975399 m 21.507345 MeV 13.144735 keV 3.390935 cm 1.2591288 m World muIoni + 46 -17.891669 cm 1.3944704 m 3.60621 m 21.5038 MeV 3.5451512 keV 1.1131994 cm 1.2702608 m World muIoni + 47 -17.759476 cm 1.4027029 m 3.6165581 m 21.46717 MeV 6.3170572 keV 1.3289206 cm 1.28355 m World muIoni + 48 -17.654747 cm 1.4092297 m 3.6247926 m 21.46117 MeV 4.0246609 keV 1.0559489 cm 1.2941094 m World muIoni + 49 -17.383201 cm 1.4261619 m 3.6461042 m 21.452725 MeV 8.4447174 keV 2.7354424 cm 1.3214639 m World muIoni + 50 -16.676988 cm 1.4698451 m 3.7011288 m 21.42509 MeV 26.277121 keV 7.0610557 cm 1.3920744 m World muIoni + 51 -16.167308 cm 1.5048152 m 3.7460953 m 21.404729 MeV 20.360845 keV 5.7191825 cm 1.4492663 m World muIoni + 52 -15.803661 cm 1.5289382 m 3.7769216 m 21.390824 MeV 10.668985 keV 3.9311694 cm 1.4885779 m World muIoni + 53 -15.79907 cm 1.5292404 m 3.7773062 m 21.387919 MeV 131.34491 eV 491.33423 um 1.4890693 m World muIoni + 54 -15.599809 cm 1.5424206 m 3.7940548 m 21.380387 MeV 6.5160423 keV 2.1405714 cm 1.510475 m World muIoni + 55 -15.561795 cm 1.5449063 m 3.7972261 m 21.374519 MeV 2.609141 keV 4.0472785 mm 1.5145223 m World muIoni + 56 -15.221905 cm 1.5673317 m 3.825827 m 21.362044 MeV 10.130206 keV 3.6502956 cm 1.5510252 m World muIoni + 57 -14.762803 cm 1.5976668 m 3.864449 m 21.336522 MeV 18.339948 keV 4.9325231 cm 1.6003505 m World muIoni + 58 -14.701459 cm 1.6016055 m 3.8694923 m 21.332322 MeV 2.6021742 keV 6.4283608 mm 1.6067788 m World muIoni + 59 -14.237729 cm 1.630597 m 3.9066149 m 21.314371 MeV 16.533961 keV 4.7329842 cm 1.6541087 m World muIoni + 60 -14.093446 cm 1.639389 m 3.9179268 m 21.309746 MeV 3.1808464 keV 1.4399338 cm 1.668508 m World muIoni + 61 -13.993379 cm 1.6455277 m 3.9258295 m 21.303013 MeV 3.8457718 keV 1.0056787 cm 1.6785648 m World muIoni + 62 -13.834407 cm 1.6562058 m 3.9392211 m 21.295432 MeV 7.5816369 keV 1.7202605 cm 1.6957674 m World muIoni + 63 -13.386471 cm 1.6890914 m 3.9796218 m 21.276174 MeV 15.983612 keV 5.2285477 cm 1.7480529 m World muIoni + 64 -13.304262 cm 1.6955551 m 3.9876187 m 21.272438 MeV 2.3407498 keV 1.0315269 cm 1.7583681 m World muIoni + 65 -12.958185 cm 1.7225393 m 4.0209951 m 21.25564 MeV 11.268871 keV 4.3059454 cm 1.8014276 m World muIoni + 66 -12.910933 cm 1.7261886 m 4.0255202 m 21.252631 MeV 1.2445578 keV 5.8324614 mm 1.8072601 m World muIoni + 67 -12.763853 cm 1.737595 m 4.0396861 m 21.243471 MeV 6.3920994 keV 1.8246686 cm 1.8255067 m World muIoni + 68 -12.554559 cm 1.7537416 m 4.059596 m 21.234287 MeV 7.8004463 keV 2.571964 cm 1.8512264 m World muIoni + 69 -12.343092 cm 1.7694834 m 4.0789641 m 21.220874 MeV 9.6743177 keV 2.5048002 cm 1.8762744 m World muIoni + 70 -12.050212 cm 1.7915723 m 4.1059607 m 21.20693 MeV 12.300387 keV 3.500455 cm 1.9112789 m World muIoni + 71 -11.857496 cm 1.8067138 m 4.1244779 m 21.1672 MeV 6.826475 keV 2.399724 cm 1.9352762 m World muIoni + 72 -11.842093 cm 1.8079604 m 4.1259956 m 21.165007 MeV 155.43402 eV 1.9700732 mm 1.9372462 m World muIoni + 73 -11.421696 cm 1.8420432 m 4.1675511 m 21.136742 MeV 16.009245 keV 5.3909163 cm 1.9911554 m World muIoni + 74 -11.367715 cm 1.8463286 m 4.1727873 m 21.135104 MeV 1.6382549 keV 6.7877578 mm 1.9979432 m World muIoni + 75 -11.314916 cm 1.8504976 m 4.1778802 m 21.130561 MeV 2.5864781 keV 6.6027693 mm 2.0045459 m World muIoni + 76 -11.177085 cm 1.8611612 m 4.1909139 m 21.123837 MeV 5.2425259 keV 1.6896416 cm 2.0214424 m World muIoni + 77 -11.097805 cm 1.8673182 m 4.1984446 m 21.117688 MeV 2.6786728 keV 9.7595852 mm 2.0312019 m World muIoni + 78 -11.01059 cm 1.8739555 m 4.2065881 m 21.111809 MeV 4.7018497 keV 1.0541912 cm 2.0417438 m World muIoni + 79 -10.994044 cm 1.8752159 m 4.2081371 m 21.071959 MeV 634.93448 eV 2.0038615 mm 2.0437477 m World muIoni + 80 -10.792512 cm 1.8904752 m 4.2269943 m 21.06369 MeV 7.2064272 keV 2.4341375 cm 2.0680891 m World muIoni + 81 -10.707551 cm 1.8969793 m 4.2350577 m 21.057467 MeV 1.6059245 keV 1.0394407 cm 2.0784835 m World muIoni + 82 -10.664569 cm 1.9004757 m 4.239364 m 21.054392 MeV 1.3463145 keV 5.5636491 mm 2.0840471 m World muIoni + 83 -9.9941411 cm 1.9551453 m 4.3066838 m 21.027914 MeV 25.452865 keV 8.6981414 cm 2.1710286 m World muIoni + 84 -9.6529093 cm 1.9829113 m 4.3404996 m 21.014545 MeV 13.36873 keV 4.3887501 cm 2.2149161 m World muIoni + 85 -9.3093888 cm 2.010815 m 4.3744651 m 21.001358 MeV 11.472399 keV 4.4091805 cm 2.2590079 m World muIoni + 86 -9.2079218 cm 2.0191943 m 4.3847052 m 20.762714 MeV 4.796741 keV 1.3270421 cm 2.2722783 m World muIoni + 87 -8.8156554 cm 2.0531557 m 4.4259479 m 20.744213 MeV 18.500686 keV 5.3569978 cm 2.3258483 m World muIoni + 88 -8.7121038 cm 2.0618198 m 4.4364979 m 20.734758 MeV 5.3363019 keV 1.369098 cm 2.3395392 m World muIoni + 89 -8.529487 cm 2.077304 m 4.4553098 m 20.723577 MeV 9.6014332 keV 2.4433193 cm 2.3639724 m World muIoni + 90 -8.2547337 cm 2.1002326 m 4.483305 m 20.709206 MeV 13.316971 keV 3.6290659 cm 2.4002631 m World muIoni + 91 -8.2076225 cm 2.1042639 m 4.488227 m 20.704125 MeV 975.83894 eV 6.3795901 mm 2.4066427 m World muIoni + 92 -7.9787502 cm 2.1240391 m 4.5123169 m 20.691799 MeV 11.315894 keV 3.1251 cm 2.4378937 m World muIoni + 93 -7.9003672 cm 2.1307047 m 4.5204264 m 20.687973 MeV 2.7556281 keV 1.0526605 cm 2.4484203 m World muIoni + 94 -7.5006519 cm 2.163805 m 4.5606511 m 20.670558 MeV 14.130294 keV 5.2246071 cm 2.5006664 m World muIoni + 95 -7.4288463 cm 2.1699708 m 4.5681205 m 20.665499 MeV 4.0418702 keV 9.7121205 mm 2.5103785 m World muIoni + 96 -7.4246941 cm 2.1703305 m 4.5685566 m 20.663228 MeV 15.092872 eV 566.74657 um 2.5109452 m World muIoni + 97 -7.2583713 cm 2.1845967 m 4.5858531 m 20.656224 MeV 7.0043794 keV 2.2482524 cm 2.5334277 m World muIoni + 98 -6.7880922 cm 2.2263537 m 4.6364954 m 20.631594 MeV 21.754299 keV 6.5806223 cm 2.599234 m World muIoni + 99 -6.6327636 cm 2.2401188 m 4.6534556 m 20.621479 MeV 6.4139564 keV 2.1898338 cm 2.6211323 m World muIoni + 100 -6.6126181 cm 2.2419217 m 4.6556781 m 20.617555 MeV 1.3044942 keV 2.8689131 mm 2.6240012 m World muIoni + 101 -6.4769364 cm 2.2539759 m 4.6705431 m 20.578219 MeV 6.6858504 keV 1.918632 cm 2.6431875 m World muIoni + 102 -6.3419672 cm 2.2658744 m 4.6852174 m 20.560909 MeV 5.4512609 keV 1.8940221 cm 2.6621278 m World muIoni + 103 -6.2459727 cm 2.2747496 m 4.6961478 m 20.540654 MeV 4.6252352 keV 1.411259 cm 2.6762404 m World muIoni + 104 -6.2336345 cm 2.2758783 m 4.697541 m 20.538879 MeV 599.31878 eV 1.7971857 mm 2.6780375 m World muIoni + 105 -5.9143217 cm 2.3052718 m 4.7338531 m 20.526518 MeV 11.157041 keV 4.6826931 cm 2.7248645 m World muIoni + 106 -5.8753112 cm 2.3088292 m 4.7382557 m 20.524955 MeV 1.5636463 keV 5.6736846 mm 2.7305382 m World muIoni + 107 -5.7278508 cm 2.322249 m 4.7548401 m 20.517043 MeV 6.6874047 keV 2.1384799 cm 2.751923 m World muIoni + 108 -5.4845823 cm 2.3434551 m 4.7811386 m 20.500824 MeV 12.467375 keV 3.3870738 cm 2.7857937 m World muIoni + 109 -5.3379022 cm 2.3561034 m 4.7968015 m 20.49492 MeV 5.9042225 keV 2.018565 cm 2.8059793 m World muIoni + 110 -4.7938599 cm 2.4037673 m 4.8558833 m 20.462807 MeV 29.074746 keV 7.610638 cm 2.8820857 m World muIoni + 111 -4.4750946 cm 2.4321966 m 4.8913627 m 20.448017 MeV 13.720433 keV 4.5576212 cm 2.9276619 m World muIoni + 112 -4.4357312 cm 2.4357885 m 4.8958701 m 20.4431 MeV 1.0454996 keV 5.7769355 mm 2.9334389 m World muIoni + 113 -3.8453492 cm 2.4887786 m 4.9623725 m 20.411932 MeV 28.555233 keV 8.5237752 cm 3.0186766 m World muIoni + 114 -3.6467776 cm 2.5069044 m 4.9847227 m 20.400629 MeV 10.145462 keV 2.8844822 cm 3.0475214 m World muIoni + 115 -3.3835172 cm 2.5312327 m 5.0148256 m 20.381303 MeV 16.033665 keV 3.8794204 cm 3.0863156 m World muIoni + 116 -3.3298135 cm 2.5357727 m 5.02045 m 20.375921 MeV 1.5236793 keV 7.248103 mm 3.0935638 m World muIoni + 117 -2.7419513 cm 2.5852785 m 5.0816285 m 20.348033 MeV 27.888213 keV 7.8919379 cm 3.1724831 m World muIoni + 118 -2.4074832 cm 2.6130652 m 5.1158909 m 20.334385 MeV 12.293417 keV 4.4240419 cm 3.2167235 m World muIoni + 119 -2.3585994 cm 2.6168586 m 5.1205818 m 20.33025 MeV 3.0509154 keV 6.0526097 mm 3.2227762 m World muIoni + 120 -1.8761995 cm 2.6536341 m 5.1660889 m 20.305954 MeV 23.019584 keV 5.8707997 cm 3.2814842 m World muIoni + 121 -1.6703475 cm 2.6681606 m 5.1839207 m 20.295499 MeV 9.0642153 keV 2.3091855 cm 3.304576 m World muIoni + 122 -1.6130855 cm 2.6722103 m 5.1888886 m 20.291612 MeV 2.252565 keV 6.4349141 mm 3.3110109 m World muIoni + 123 -1.016102 cm 2.7145379 m 5.2406715 m 20.267921 MeV 23.690793 keV 6.714746 cm 3.3781584 m World muIoni + 124 -4.954327 mm 2.7531169 m 5.2877925 m 20.245584 MeV 20.922989 keV 6.1121804 cm 3.4392802 m World muIoni + 125 -4.1628791 mm 2.7588878 m 5.2948665 m 20.238612 MeV 2.5663353 keV 9.1635909 mm 3.4484438 m World muIoni + 126 -3.5136966 mm 2.7637168 m 5.3007917 m 20.211295 MeV 1.5298828 keV 7.6712737 mm 3.4561151 m World muIoni + 127 -2.3721816 mm 2.7719887 m 5.3109051 m 20.157203 MeV 3.6655954 keV 1.3115254 cm 3.4692303 m World muIoni + 128 -1.5962554 mm 2.7777019 m 5.3178457 m 20.148748 MeV 6.0225241 keV 9.0229876 mm 3.4782533 m World muIoni + 129 -23.717941 um 2.7890546 m 5.331621 m 20.140005 MeV 7.533992 keV 1.791967 cm 3.496173 m World muIoni + 130 2.2053347 mm 2.8047649 m 5.3508443 m 20.126642 MeV 11.793795 keV 2.4926937 cm 3.5210999 m World muIoni + 131 2.5937367 mm 2.8071129 m 5.3537655 m 20.124666 MeV 1.9755766 keV 3.7680257 mm 3.5248679 m World muIoni + 132 7.2917133 mm 2.8353739 m 5.388935 m 20.082514 MeV 14.912872 keV 4.5361496 cm 3.5702294 m World muIoni + 133 7.748601 mm 2.8380602 m 5.3922647 m 20.080608 MeV 386.25502 eV 4.3024819 mm 3.5745319 m World muIoni + 134 1.9761568 cm 2.9088747 m 5.4800548 m 20.037485 MeV 41.155438 keV 11.343009 cm 3.687962 m World muIoni + 135 2.014571 cm 2.9109926 m 5.4827166 m 20.033436 MeV 1.0093436 keV 3.4232112 mm 3.6913852 m World muIoni + 136 2.0892029 cm 2.9151071 m 5.4879026 m 20.030558 MeV 1.1539691 keV 6.6618685 mm 3.6980471 m World muIoni + 137 2.1096893 cm 2.9162173 m 5.4893018 m 20.027326 MeV 456.78065 eV 1.79786 mm 3.6998449 m World muIoni + 138 2.3448569 cm 2.9289546 m 5.5053835 m 20.01624 MeV 9.3131032 keV 2.0649247 cm 3.7204942 m World muIoni + 139 3.0520346 cm 2.9659715 m 5.5527615 m 19.988716 MeV 21.638071 keV 6.0543035 cm 3.7810372 m World muIoni + 140 3.1432451 cm 2.9702831 m 5.5584847 m 19.983958 MeV 1.9276042 keV 7.2233953 mm 3.7882606 m World muIoni + 141 3.2274705 cm 2.974209 m 5.5637579 m 19.979264 MeV 1.7254612 keV 6.6280157 mm 3.7948886 m World muIoni + 142 3.5749168 cm 2.9901701 m 5.5855238 m 19.967343 MeV 9.3374304 keV 2.7213714 cm 3.8221023 m World muIoni + 143 4.0713948 cm 3.0130844 m 5.6166418 m 19.883974 MeV 14.572512 keV 3.8962206 cm 3.8610646 m World muIoni + 144 4.9100364 cm 3.0535338 m 5.6713963 m 19.862579 MeV 21.394418 keV 6.8590085 cm 3.9296546 m World muIoni + 145 6.2227002 cm 3.1171846 m 5.7581109 m 19.820835 MeV 40.329392 keV 10.83669 cm 4.0380215 m World muIoni + 146 6.9208418 cm 3.1527658 m 5.8063041 m 19.800377 MeV 18.768488 keV 6.0310767 cm 4.0983323 m World muIoni + 147 7.0790306 cm 3.1608554 m 5.8174043 m 19.794063 MeV 3.8624576 keV 1.3826016 cm 4.1121583 m World muIoni + 148 7.0977335 cm 3.16182 m 5.8187262 m 19.787629 MeV 2.0562034 keV 1.6470856 mm 4.1138054 m World muIoni + 149 7.2948577 cm 3.1719737 m 5.8326615 m 19.598991 MeV 5.1710397 keV 1.7354426 cm 4.1311598 m World muIoni + 150 7.3326472 cm 3.1738715 m 5.8352726 m 19.59556 MeV 716.68716 eV 3.2499713 mm 4.1344098 m World muIoni + 151 7.3619695 cm 3.1753306 m 5.8372845 m 19.592719 MeV 799.66297 eV 2.5024825 mm 4.1369123 m World muIoni + 152 7.4676786 cm 3.180534 m 5.8444633 m 19.586524 MeV 2.7443739 keV 8.9290936 mm 4.1458414 m World muIoni + 153 7.5115437 cm 3.1826862 m 5.8474264 m 19.581039 MeV 953.52484 eV 3.6883826 mm 4.1495298 m World muIoni + 154 7.5115619 cm 3.182687 m 5.8474276 m 19.578197 MeV 516.41606 meV 1.514013 um 4.1495313 m World muIoni + 155 7.5525279 cm 3.1846554 m 5.850136 m 19.574353 MeV 3.8447995 keV 3.3730389 mm 4.1529043 m World muIoni + 156 7.6778141 cm 3.1906518 m 5.8583836 m 19.570267 MeV 2.6651379 keV 1.0273722 cm 4.163178 m World muIoni + 157 7.7818432 cm 3.1956841 m 5.8652774 m 19.56404 MeV 2.6265683 keV 8.5983629 mm 4.1717764 m World muIoni + 158 9.3578294 cm 3.2721166 m 5.9699174 m 19.517133 MeV 46.907272 keV 13.053837 cm 4.3023148 m World muIoni + 159 9.550015 cm 3.2816159 m 5.9827417 m 19.510786 MeV 4.9294566 keV 1.6074682 cm 4.3183895 m World muIoni + 160 9.6606026 cm 3.2869392 m 5.9899751 m 19.506959 MeV 3.8273711 keV 9.0488952 mm 4.3274384 m World muIoni + 161 9.6643806 cm 3.2871198 m 5.9902211 m 19.506934 MeV 24.573618 eV 307.46252 um 4.3277458 m World muIoni + 162 9.806682 cm 3.2939221 m 5.999485 m 19.504386 MeV 2.5482475 keV 1.1580938 cm 4.3393268 m World muIoni + 163 9.9020137 cm 3.2985124 m 6.0057524 m 19.499142 MeV 2.1557587 keV 7.8268464 mm 4.3471536 m World muIoni + 164 9.9673103 cm 3.3016253 m 6.0100225 m 19.496653 MeV 2.4893242 keV 5.3245251 mm 4.3524781 m World muIoni + 165 10.417979 cm 3.3230641 m 6.0394772 m 19.482754 MeV 9.2524587 keV 3.6708506 cm 4.3891866 m World muIoni + 166 10.497451 cm 3.3268835 m 6.0447019 m 19.472112 MeV 3.3125254 keV 6.5205227 mm 4.3957072 m World muIoni + 167 10.857712 cm 3.3437788 m 6.0677948 m 19.458011 MeV 11.353475 keV 2.8839453 cm 4.4245466 m World muIoni + 168 10.974249 cm 3.3492564 m 6.0752957 m 19.439028 MeV 3.396359 keV 9.3608995 mm 4.4339075 m World muIoni + 169 11.205638 cm 3.360226 m 6.0902949 m 19.427667 MeV 9.6600758 keV 1.8726056 cm 4.4526336 m World muIoni + 170 11.600206 cm 3.3790491 m 6.1160492 m 19.401228 MeV 11.327033 keV 3.2142871 cm 4.4847764 m World muIoni + 171 11.66439 cm 3.3821472 m 6.1202297 m 19.392365 MeV 2.9772487 keV 5.2427378 mm 4.4900192 m World muIoni + 172 11.957574 cm 3.3958434 m 6.1388009 m 19.385421 MeV 5.2742732 keV 2.3260992 cm 4.5132802 m World muIoni + 173 12.560814 cm 3.4239387 m 6.1769389 m 19.366871 MeV 17.292144 keV 4.7752151 cm 4.5610323 m World muIoni + 174 12.783788 cm 3.4340678 m 6.1906533 m 19.361103 MeV 5.7680529 keV 1.719458 cm 4.5782269 m World muIoni + 175 13.507789 cm 3.4667702 m 6.2348609 m 19.336426 MeV 22.551359 keV 5.5463611 cm 4.6336905 m World muIoni + 176 13.782178 cm 3.4789683 m 6.2512932 m 19.325124 MeV 7.8847333 keV 2.064812 cm 4.6543386 m World muIoni + 177 14.43394 cm 3.5075381 m 6.2901098 m 19.299099 MeV 24.204869 keV 4.8635959 cm 4.7029746 m World muIoni + 178 15.130801 cm 3.5373074 m 6.3301898 m 19.281083 MeV 16.977637 keV 5.0410307 cm 4.7533849 m World muIoni + 179 15.748088 cm 3.5636426 m 6.3655328 m 19.257863 MeV 12.256244 keV 4.4506151 cm 4.797891 m World muIoni + 180 15.938532 cm 3.5715221 m 6.3761262 m 19.252226 MeV 3.0519803 keV 1.3339153 cm 4.8112302 m World muIoni + 181 16.079495 cm 3.577347 m 6.3839467 m 19.245136 MeV 5.6961563 keV 9.8527943 mm 4.821083 m World muIoni + 182 17.165623 cm 3.6217963 m 6.4436678 m 19.220703 MeV 24.433089 keV 7.5235635 cm 4.8963186 m World muIoni + 183 18.414299 cm 3.6755018 m 6.5156885 m 19.184859 MeV 33.458347 keV 9.0704543 cm 4.9870232 m World muIoni + 184 18.869026 cm 3.6960375 m 6.5434052 m 19.172862 MeV 10.77929 keV 3.4793923 cm 5.0218171 m World muIoni + 185 19.38675 cm 3.719527 m 6.5752748 m 19.157701 MeV 13.253448 keV 3.9927996 cm 5.0617451 m World muIoni + 186 19.789753 cm 3.7373056 m 6.5994339 m 19.150065 MeV 5.7951626 keV 3.0265288 cm 5.0920104 m World muIoni + 187 19.806092 cm 3.7380368 m 6.6004308 m 19.148571 MeV 439.21341 eV 1.2470386 mm 5.0932574 m World muIoni + 188 20.080356 cm 3.7502914 m 6.6171239 m 19.141649 MeV 5.5913396 keV 2.0889164 cm 5.1141466 m World muIoni + 189 20.925443 cm 3.788843 m 6.6696765 m 19.115093 MeV 23.757967 keV 6.5722759 cm 5.1798693 m World muIoni + 190 21.072717 cm 3.7955099 m 6.6788239 m 19.110433 MeV 4.6597624 keV 1.141451 cm 5.1912838 m World muIoni + 191 21.233434 cm 3.8026815 m 6.6886384 m 19.100825 MeV 3.5326243 keV 1.2261265 cm 5.2035451 m World muIoni + 192 21.46339 cm 3.8130057 m 6.7027384 m 19.086105 MeV 7.9188575 keV 1.7626351 cm 5.2211715 m World muIoni + 193 21.676361 cm 3.822471 m 6.7156906 m 19.070462 MeV 4.152941 keV 1.6182944 cm 5.2373544 m World muIoni + 194 22.879314 cm 3.8765373 m 6.7897572 m 19.019809 MeV 28.643037 keV 9.2487304 cm 5.3298417 m World muIoni + 195 22.886676 cm 3.8768722 m 6.7902042 m 19.015579 MeV 1.2994935 keV 563.29066 um 5.330405 m World muIoni + 196 23.125085 cm 3.8876979 m 6.8046817 m 19.009751 MeV 4.1455828 keV 1.8234104 cm 5.3486391 m World muIoni + 197 25.653753 cm 4.0031601 m 6.9584046 m 18.934731 MeV 73.773254 keV 19.391563 cm 5.5425547 m World muIoni + 198 25.687851 cm 4.0048171 m 6.9606822 m 18.931914 MeV 1.7503016 keV 2.8371353 mm 5.5453919 m World muIoni + 199 26.736985 cm 4.0559392 m 7.0310012 m 18.90468 MeV 25.537895 keV 8.7569607 cm 5.6329615 m World muIoni + 200 26.926435 cm 4.0656464 m 7.0444888 m 18.896076 MeV 6.8776926 keV 1.6725227 cm 5.6496867 m World muIoni + 201 26.969152 cm 4.0678671 m 7.0475631 m 18.894248 MeV 804.82089 eV 3.8165638 mm 5.6535033 m World muIoni + 202 26.993661 cm 4.0691426 m 7.0493255 m 18.845641 MeV 943.01752 eV 2.1892754 mm 5.6556925 m World muIoni + 203 27.177787 cm 4.078709 m 7.0626286 m 18.837117 MeV 7.4717961 keV 1.6488761 cm 5.6721813 m World muIoni + 204 27.678552 cm 4.1048196 m 7.0986866 m 18.818302 MeV 17.446823 keV 4.4799969 cm 5.7169813 m World muIoni + 205 28.275651 cm 4.1348519 m 7.1408479 m 18.794841 MeV 23.461502 keV 5.2107485 cm 5.7690888 m World muIoni + 206 28.477329 cm 4.1449408 m 7.1549149 m 18.784141 MeV 7.5057685 keV 1.7427988 cm 5.7865167 m World muIoni + 207 28.936198 cm 4.1671107 m 7.1857629 m 18.773803 MeV 10.338196 keV 3.8264456 cm 5.8247812 m World muIoni + 208 29.083705 cm 4.1741874 m 7.1956838 m 18.767833 MeV 5.9694687 keV 1.2275163 cm 5.8370564 m World muIoni + 209 29.199091 cm 4.179761 m 7.2034803 m 18.763552 MeV 3.2102841 keV 9.6531651 mm 5.8467095 m World muIoni + 210 29.601676 cm 4.1988277 m 7.2301852 m 18.750223 MeV 11.897708 keV 3.3059014 cm 5.8797685 m World muIoni + 211 30.519959 cm 4.2430452 m 7.2918963 m 18.723164 MeV 25.142253 keV 7.6471351 cm 5.9562399 m World muIoni + 212 30.896534 cm 4.2610839 m 7.3170105 m 18.709935 MeV 10.807274 keV 3.1149704 cm 5.9873896 m World muIoni + 213 31.956621 cm 4.3117942 m 7.3872088 m 18.677791 MeV 30.977724 keV 8.724588 cm 6.0746355 m World muIoni + 214 32.289475 cm 4.3279474 m 7.4095182 m 18.66827 MeV 9.5213278 keV 2.7743801 cm 6.1023793 m World muIoni + 215 32.523883 cm 4.339337 m 7.4252949 m 18.660375 MeV 6.7975922 keV 1.9599082 cm 6.1219784 m World muIoni + 216 32.629404 cm 4.3443763 m 7.4322651 m 18.654758 MeV 3.8440539 keV 8.6655379 mm 6.1306439 m World muIoni + 217 32.683732 cm 4.3469827 m 7.4358588 m 18.650393 MeV 2.2398245 keV 4.4725386 mm 6.1351164 m World muIoni + 218 32.934795 cm 4.359051 m 7.4525082 m 18.641251 MeV 8.1459328 keV 2.0715978 cm 6.1558324 m World muIoni + 219 33.689585 cm 4.3955043 m 7.5027861 m 18.618088 MeV 22.120106 keV 6.2559795 cm 6.2183922 m World muIoni + 220 34.082769 cm 4.4150067 m 7.5297698 m 18.602868 MeV 15.219463 keV 3.3525096 cm 6.2519173 m World muIoni + 221 34.172881 cm 4.4194505 m 7.5359585 m 18.598006 MeV 3.7533383 keV 7.6719177 mm 6.2595892 m World muIoni + 222 34.544931 cm 4.4377425 m 7.5613851 m 18.587259 MeV 10.747355 keV 3.1542943 cm 6.2911322 m World muIoni + 223 34.643782 cm 4.4425812 m 7.5680807 m 18.583689 MeV 2.3926056 keV 8.3199139 mm 6.2994521 m World muIoni + 224 34.732055 cm 4.4468472 m 7.5739769 m 18.579111 MeV 3.2866118 keV 7.331008 mm 6.3067831 m World muIoni + 225 34.858365 cm 4.4530318 m 7.5825037 m 18.550982 MeV 1.6817647 keV 1.0609021 cm 6.3173921 m World muIoni + 226 34.888356 cm 4.4545493 m 7.5845915 m 18.550446 MeV 535.2046 eV 2.5983653 mm 6.3199905 m World muIoni + 227 34.974353 cm 4.4589021 m 7.5905811 m 18.546045 MeV 3.1150194 keV 7.453972 mm 6.3274444 m World muIoni + 228 35.409409 cm 4.4812508 m 7.621249 m 18.532962 MeV 11.557392 keV 3.8195894 cm 6.3656403 m World muIoni + 229 35.495803 cm 4.4856072 m 7.6272564 m 18.529339 MeV 2.0566218 keV 7.4708246 mm 6.3731112 m World muIoni + 230 35.683797 cm 4.4951468 m 7.6404108 m 18.509057 MeV 5.6599984 keV 1.635777 cm 6.3894689 m World muIoni + 231 36.054461 cm 4.5135251 m 7.6658949 m 18.494371 MeV 12.42173 keV 3.1637768 cm 6.4211067 m World muIoni + 232 36.29756 cm 4.5254826 m 7.6824612 m 18.486507 MeV 6.3205512 keV 2.0575143 cm 6.4416818 m World muIoni + 233 36.452808 cm 4.5331401 m 7.6930568 m 18.480358 MeV 5.0871704 keV 1.3164844 cm 6.4548467 m World muIoni + 234 36.643101 cm 4.5424847 m 7.7059663 m 18.473987 MeV 6.3715089 keV 1.6049851 cm 6.4708965 m World muIoni + 235 36.66449 cm 4.543536 m 7.7074137 m 18.471538 MeV 590.44586 eV 1.801655 mm 6.4726982 m World muIoni + 236 36.790636 cm 4.5497401 m 7.7159485 m 18.46592 MeV 4.61975 keV 1.0626625 cm 6.4833248 m World muIoni + 237 36.977285 cm 4.5589622 m 7.7286022 m 18.45139 MeV 4.5744768 keV 1.576857 cm 6.4990934 m World muIoni + 238 37.00287 cm 4.5602102 m 7.7303305 m 18.450866 MeV 523.68912 eV 2.1471203 mm 6.5012405 m World muIoni + 239 37.363849 cm 4.5777958 m 7.7546832 m 18.439355 MeV 9.2915479 keV 3.0254628 cm 6.5314951 m World muIoni + 240 38.748872 cm 4.6464924 m 7.8497592 m 18.398599 MeV 39.63018 keV 11.811379 cm 6.6496089 m World muIoni + 241 38.89154 cm 4.6535334 m 7.8594849 m 18.3882 MeV 4.5727521 keV 1.2091301 cm 6.6617002 m World muIoni + 242 38.947661 cm 4.6563067 m 7.8633236 m 18.38541 MeV 1.4477634 keV 4.7688517 mm 6.6664691 m World muIoni + 243 39.14044 cm 4.6659048 m 7.8765967 m 18.076626 MeV 6.5575519 keV 1.649292 cm 6.682962 m World muIoni + 244 40.005201 cm 4.7097991 m 7.9377992 m 18.044714 MeV 26.734314 keV 7.581117 cm 6.7587732 m World muIoni + 245 40.49869 cm 4.7365718 m 7.9750622 m 18.02358 MeV 15.6594 keV 4.614844 cm 6.8049216 m World muIoni + 246 41.033476 cm 4.7639586 m 8.0132981 m 18.001788 MeV 20.687444 keV 4.7335409 cm 6.852257 m World muIoni + 247 41.456926 cm 4.7853949 m 8.0430203 m 17.986858 MeV 13.043645 keV 3.6889904 cm 6.8891469 m World muIoni + 248 41.476019 cm 4.7863637 m 8.0443499 m 17.982808 MeV 1.5765412 keV 1.6562177 mm 6.8908031 m World muIoni + 249 41.541123 cm 4.7896834 m 8.0489102 m 17.980765 MeV 2.0437439 keV 5.6780783 mm 6.8964812 m World muIoni + 250 41.6016 cm 4.792773 m 8.0531572 m 17.978779 MeV 810.97149 eV 5.2865738 mm 6.9017678 m World muIoni + 251 41.718831 cm 4.7987101 m 8.0613192 m 17.975396 MeV 1.8132283 keV 1.0160853 cm 6.9119286 m World muIoni + 252 42.150229 cm 4.8207402 m 8.0913439 m 17.959413 MeV 14.606246 keV 3.7489063 cm 6.9494177 m World muIoni + 253 42.175033 cm 4.8220113 m 8.0930745 m 17.950289 MeV 801.54625 eV 2.1614618 mm 6.9515792 m World muIoni + 254 42.811532 cm 4.8546614 m 8.1373902 m 17.92624 MeV 18.230018 keV 5.5411754 cm 7.0069909 m World muIoni + 255 43.340385 cm 4.8820218 m 8.1743015 m 17.903906 MeV 16.983527 keV 4.6249555 cm 7.0532405 m World muIoni + 256 43.434268 cm 4.8869735 m 8.1809556 m 17.900474 MeV 2.3069404 keV 8.3473367 mm 7.0615878 m World muIoni + 257 43.855613 cm 4.9089402 m 8.2105233 m 17.887924 MeV 12.549653 keV 3.7074874 cm 7.0986627 m World muIoni + 258 44.513231 cm 4.9426206 m 8.2558692 m 17.866142 MeV 20.737606 keV 5.6867479 cm 7.1555302 m World muIoni + 259 44.522202 cm 4.9430671 m 8.2564685 m 17.864761 MeV 138.54331 eV 752.67751 um 7.1562828 m World muIoni + 260 44.59242 cm 4.9465637 m 8.2611608 m 17.861012 MeV 3.7491333 keV 5.893788 mm 7.1621766 m World muIoni + 261 44.736096 cm 4.9538006 m 8.2708591 m 17.855924 MeV 3.6165606 keV 1.2185899 cm 7.1743625 m World muIoni + 262 44.78181 cm 4.9561361 m 8.2739735 m 17.853157 MeV 1.0849704 keV 3.9195788 mm 7.1782821 m World muIoni + 263 44.962608 cm 4.9652499 m 8.2861425 m 17.845135 MeV 5.4225411 keV 1.5310626 cm 7.1935927 m World muIoni + 264 45.202619 cm 4.9771658 m 8.3020318 m 17.831877 MeV 9.6899303 keV 2.00055 cm 7.2135982 m World muIoni + 265 45.249987 cm 4.9794823 m 8.3051292 m 17.831165 MeV 711.83352 eV 3.8967225 mm 7.217495 m OutOfWorld Transportation +Track (trackID 64, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.336617659592(mm),-3.8877885598883(mm),78.882523426081(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.535797861247(mm),0.41532944436106(mm),78.142094659672(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1931,7 +2551,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.134524(mm),0.32503514(mm),78.741831(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.602871(mm),0.20339615(mm),79.364557(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1940,7 +2560,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.729211(mm),1.7914995(mm),78.284318(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.907983(mm),3.0074315(mm),78.958103(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1949,7 +2569,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.743407(mm),-2.3735002(mm),79.163449(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.993859(mm),0.044283543(mm),78.237653(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1958,7 +2578,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.661936(mm),1.2047953(mm),78.648834(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.574844(mm),2.4465183(mm),78.664191(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1967,7 +2587,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.679783(mm),1.2441901(mm),79.174668(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.72482(mm),-1.6685428(mm),78.461419(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1976,7 +2596,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.622523(mm),2.5662973(mm),79.008438(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.100435(mm),-3.1679538(mm),78.747842(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1985,7 +2605,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.574393(mm),0.81584566(mm),78.135289(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.668896(mm),0.46103021(mm),78.647607(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1994,7 +2614,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.390424(mm),-3.7765903(mm),78.873036(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.793651(mm),2.3366716(mm),79.15459(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2003,7 +2623,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.335712(mm),-3.236862(mm),78.530029(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.036231(mm),-0.13025439(mm),78.582836(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2012,394 +2632,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.800247(mm),-0.25486271(mm),79.153427(mm),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.369679(mm),2.0052121(mm),78.876694(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.466465(mm),-3.3846899(mm),78.683301(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.585667(mm),2.175569(mm),78.662282(mm),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.883344(mm),-2.3009176(mm),78.786121(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.812272(mm),2.7042916(mm),78.622326(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.408637(mm),-2.874197(mm),78.51717(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.616897(mm),0.66326404(mm),78.656776(mm),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.374041(mm),-2.0658405(mm),78.875925(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.571704(mm),1.0420678(mm),78.135763(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.83794(mm),-0.8894792(mm),79.323108(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.609451(mm),-1.3896012(mm),78.481762(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.22274(mm),0.30225904(mm),78.549949(mm),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.899313(mm),0.19841097(mm),78.783305(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.638214(mm),-0.01009426(mm),78.47669(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.946071(mm),1.0723762(mm),79.127714(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.314486(mm),0.030248409(mm),79.415407(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.197677(mm),-0.32406922(mm),78.730695(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.437924(mm),2.8253657(mm),79.040987(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.9585(mm),3.5356862(mm),78.596542(mm),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.464741(mm),-2.7868107(mm),78.859932(mm),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.375397(mm),3.3953369(mm),78.875686(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.676951(mm),0.14809934(mm),78.46986(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.252345(mm),-2.3116602(mm),79.07371(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.049164(mm),1.7116503(mm),78.580555(mm),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.085894(mm),-3.6913216(mm),78.926733(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.062753(mm),-0.48708978(mm),78.225505(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.868149(mm),-3.6593961(mm),78.612473(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.252572(mm),-2.5428311(mm),78.721016(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.615083(mm),-1.1215873(mm),79.00975(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.690615(mm),2.5480613(mm),78.46745(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.568756(mm),3.6048319(mm),78.665264(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.612466(mm),1.1693052(mm),78.657557(mm),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.050559(mm),-0.10874715(mm),78.403982(mm),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.445121(mm),2.2753693(mm),78.33441(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.321344(mm),-2.8732968(mm),78.532563(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.366441(mm),-1.5807623(mm),78.700938(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.738861(mm),1.9808092(mm),78.63527(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.283606(mm),1.2539743(mm),79.068198(mm),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.930536(mm),3.9074612(mm),78.7778(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.528327(mm),-2.0954131(mm),78.496066(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.227819(mm),2.6039137(mm),78.725381(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.700751(mm),0.69434875(mm),78.113009(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.112791(mm),0.3463829(mm),79.450971(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.737203(mm),-1.0671378(mm),78.459235(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2417,7 +2650,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.677947(mm),1.320366(mm),78.822338(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.589746(mm),-0.94858982(mm),78.485236(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2426,7 +2659,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.380757(mm),0.34252062(mm),78.522087(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.036732(mm),-2.2237915(mm),78.230093(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2435,7 +2668,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.477844(mm),-0.91841066(mm),78.681294(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.603054(mm),1.2485782(mm),78.306563(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2444,7 +2677,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.673455(mm),-3.4306801(mm),78.999457(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.240386(mm),-0.34727448(mm),79.428473(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2462,7 +2695,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.221703(mm),-1.5748713(mm),78.902786(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.585014(mm),1.092841(mm),79.191378(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2471,7 +2704,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.86513(mm),-2.9899652(mm),78.789333(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.801333(mm),-3.0633966(mm),78.976909(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2480,7 +2713,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.97486(mm),1.4348566(mm),79.122638(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.378717(mm),-2.0226359(mm),78.8751(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2489,7 +2722,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.912969(mm),3.4497568(mm),78.780897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.082844(mm),-2.1870877(mm),78.927271(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2498,7 +2731,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.571952(mm),-1.2722498(mm),78.664701(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.073673(mm),1.7839754(mm),78.928888(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2507,7 +2740,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.746802(mm),-0.71599878(mm),78.810197(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.548588(mm),-2.0657301(mm),79.374128(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2516,7 +2749,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.515363(mm),-1.0422136(mm),78.674679(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.191637(mm),1.7540229(mm),79.084414(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2525,88 +2758,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.924635(mm),0.36405812(mm),79.307821(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.760689(mm),-3.7770344(mm),78.984075(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.415639(mm),-1.3295151(mm),79.044917(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.480756(mm),2.9382827(mm),79.209762(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.859624(mm),-2.8573131(mm),78.437649(mm),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.606754(mm),1.1241693(mm),78.834891(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.130855(mm),-0.5125879(mm),79.095132(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.436128(mm),-0.81803798(mm),78.512323(mm),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.500495(mm),0.56977287(mm),78.853627(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.510859(mm),0.18654001(mm),79.204454(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.289096(mm),-2.0341594(mm),78.361922(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2616,13 +2768,1414 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.4 mm 174 um 5.61 cm 43.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.2419176 mm -910.93753 um 5.6919581 cm 37.058184 MeV 6.0845503 MeV 1.6126598 mm 1.6126598 mm Target hIoni - 2 -8.798351 mm -1.9751599 mm 5.7372589 cm 31.051053 MeV 6.007131 MeV 1.2937041 mm 2.906364 mm Target hIoni - 3 -9.3291558 mm -2.7887694 mm 5.7601684 cm 26.17378 MeV 4.8772729 MeV 1.0064506 mm 3.9128145 mm Target hIoni - 4 -9.637437 mm -3.4703023 mm 5.7852659 cm 22.171755 MeV 4.0020252 MeV 796.02351 um 4.7088381 mm Target hIoni - 5 -9.8810549 mm -3.9863258 mm 5.7941312 cm 18.507621 MeV 3.664134 MeV 582.48236 um 5.2913204 mm Target Transportation - 6 -18.665168 cm 5.2877037 cm 14.828565 cm 18.507639 MeV2.5593565e-14 meV 28.244165 cm 28.773297 cm CaptureMgnt Decay + 0 -1.4 cm -2.19 mm 6.43 cm 35.2 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.4901644 cm -1.5277273 mm 6.4005586 cm 29.992376 MeV 5.1691563 MeV 1.1998696 mm 1.1998696 mm Target hIoni + 2 -1.5074516 cm -1.4041398 mm 6.3922646 cm 29.117825 MeV 874.55062 keV 228.52069 um 1.4283903 mm Target Transportation + 3 12.728236 cm 8.6299233 cm -1.3384154 m 29.117843 MeV2.2181419e-13 meV 3.4031082 m 3.4045366 m CaptureMgnt Decay +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 19, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 12.7 cm 8.63 cm -1.34 m 8.93 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 12.227389 cm 9.1777819 cm -2 m 8.9280909 MeV5.4900816e-13 meV 4.2505793 m 4.2505793 m CaptureMgnt Transportation + 2 12.063985 cm 7.1379247 cm -2.0032244 m 8.9124167 MeV 12.945535 keV 2.0716546 cm 4.2712959 m World muIoni + 3 11.978084 cm 6.0705393 cm -2.0048832 m 8.9049013 MeV 7.5154137 keV 1.0836168 cm 4.2821321 m World muIoni + 4 11.299743 cm -1.7788504 cm -2.0166046 m 8.8379223 MeV 48.330831 keV 7.9656473 cm 4.3617885 m World muIoni + 5 11.27569 cm -2.0680259 cm -2.0170421 m 8.830887 MeV 1.9068787 keV 2.9345483 mm 4.3647231 m World muIoni + 6 11.253071 cm -2.341274 cm -2.0174496 m 8.8295616 MeV 1.3253891 keV 2.7719405 mm 4.367495 m World muIoni + 7 10.974729 cm -5.6967415 cm -2.0224889 m 8.8041686 MeV 25.392985 keV 3.4045415 cm 4.4015404 m World muIoni + 8 10.889542 cm -6.8091802 cm -2.0241397 m 8.7942539 MeV 7.8892703 keV 1.1278463 cm 4.4128189 m World muIoni + 9 10.815173 cm -7.7892858 cm -2.0255639 m 8.7126922 MeV 5.6006553 keV 9.9319143 mm 4.4227508 m World muIoni + 10 10.756735 cm -8.5884412 cm -2.0267389 m 8.705942 MeV 5.6929646 keV 8.0986006 mm 4.4308494 m World muIoni + 11 10.592224 cm -10.919931 cm -2.0301244 m 8.681603 MeV 16.847039 keV 2.3617007 cm 4.4544664 m World muIoni + 12 10.554463 cm -11.508264 cm -2.0309853 m 8.678919 MeV 2.6840403 keV 5.9579717 mm 4.4604244 m World muIoni + 13 10.540768 cm -11.719331 cm -2.0312883 m 8.6780904 MeV 828.58488 eV 2.1366998 mm 4.4625611 m World muIoni + 14 10.510146 cm -12.190555 cm -2.0319639 m 8.6752415 MeV 2.8488668 keV 4.7702665 mm 4.4673314 m World muIoni + 15 10.160351 cm -17.560371 cm -2.0396379 m 8.6398896 MeV 33.369131 keV 5.4357745 cm 4.5216891 m World muIoni + 16 10.13064 cm -18.020604 cm -2.0402999 m 8.6360339 MeV 2.4287905 keV 4.6591771 mm 4.5263483 m World muIoni + 17 10.110127 cm -18.339446 cm -2.040751 m 8.6342652 MeV 1.7686887 keV 3.2267142 mm 4.529575 m World muIoni + 18 10.091716 cm -18.613133 cm -2.0411355 m 8.6329804 MeV 1.2848041 keV 2.7698665 mm 4.5323449 m World muIoni + 19 10.052294 cm -19.194248 cm -2.0419527 m 8.6194114 MeV 3.3050129 keV 5.8815747 mm 4.5382264 m World muIoni + 20 10.017168 cm -19.687125 cm -2.0426758 m 8.6138884 MeV 2.4303444 keV 4.9939091 mm 4.5432203 m World muIoni + 21 10.011369 cm -19.768928 cm -2.0427966 m 8.6107685 MeV 711.06439 eV 828.91488 um 4.5440493 m World muIoni + 22 9.9693611 cm -20.369558 cm -2.0436765 m 8.6062594 MeV 2.7930211 keV 6.0849543 mm 4.5501342 m World muIoni + 23 9.9042611 cm -21.274443 cm -2.0449799 m 8.5952276 MeV 8.6226692 keV 9.1654186 mm 4.5592996 m World muIoni + 24 9.828465 cm -22.319809 cm -2.0464769 m 8.5878894 MeV 7.3382101 keV 1.0587501 cm 4.5698871 m World muIoni + 25 9.8009868 cm -22.694246 cm -2.0470155 m 8.5845325 MeV 1.2964068 keV 3.7928877 mm 4.57368 m World muIoni + 26 9.7518644 cm -23.358074 cm -2.0479604 m 8.5808491 MeV 3.6834031 keV 6.7231737 mm 4.5804032 m World muIoni + 27 9.746781 cm -23.427519 cm -2.0480598 m 8.5794969 MeV 216.15402 eV 703.36459 um 4.5811066 m World muIoni + 28 9.669585 cm -24.491075 cm -2.0495875 m 8.5691356 MeV 6.374448 keV 1.0772458 cm 4.591879 m World muIoni + 29 9.6641374 cm -24.566941 cm -2.0496942 m 8.5685993 MeV 536.30298 eV 768.05706 um 4.5926471 m World muIoni + 30 9.5958526 cm -25.51791 cm -2.0510313 m 8.5502293 MeV 4.097025 keV 9.627508 mm 4.6022746 m World muIoni + 31 9.5942441 cm -25.538953 cm -2.0510611 m 8.5491084 MeV 111.77279 eV 213.14142 um 4.6024877 m World muIoni + 32 9.3920382 cm -28.209089 cm -2.054833 m 8.5347123 MeV 12.559025 keV 2.704248 cm 4.6295302 m World muIoni + 33 9.1538596 cm -31.204269 cm -2.0593747 m 8.5055936 MeV 20.964678 keV 3.0388062 cm 4.6599183 m World muIoni + 34 9.0455132 cm -32.590315 cm -2.0615472 m 8.4616013 MeV 9.1408643 keV 1.4071531 cm 4.6739898 m World muIoni + 35 9.0163676 cm -32.922705 cm -2.0620855 m 8.4539186 MeV 1.2407359 keV 3.3797994 mm 4.6773696 m World muIoni + 36 8.9960769 cm -33.15088 cm -2.0624496 m 8.4511147 MeV 1.49438 keV 2.319509 mm 4.6796891 m World muIoni + 37 8.9659185 cm -33.487442 cm -2.0629806 m 8.4483379 MeV 1.7273258 keV 3.4205667 mm 4.6831097 m World muIoni + 38 8.7382098 cm -36.040194 cm -2.0669134 m 8.4376292 MeV 10.708723 keV 2.5929167 cm 4.7090388 m World muIoni + 39 8.5783974 cm -37.776728 cm -2.069749 m 8.4258825 MeV 11.746728 keV 1.7667881 cm 4.7267067 m World muIoni + 40 8.4473925 cm -39.238349 cm -2.0720532 m 8.4146039 MeV 11.278561 keV 1.4854698 cm 4.7415614 m World muIoni + 41 8.1856199 cm -42.221797 cm -2.0764647 m 8.3924487 MeV 16.765103 keV 3.0272665 cm 4.7718341 m World muIoni + 42 8.1336385 cm -42.863411 cm -2.0774305 m 8.3823956 MeV 5.7972227 keV 6.5092222 mm 4.7783433 m World muIoni + 43 7.8896987 cm -46.045626 cm -2.0822457 m 8.3628504 MeV 18.422231 keV 3.2277182 cm 4.8106205 m World muIoni + 44 7.8771206 cm -46.216631 cm -2.0825108 m 8.3583706 MeV 1.221773 keV 1.7350422 mm 4.8123555 m World muIoni + 45 7.871706 cm -46.290892 cm -2.0826267 m 8.3562684 MeV 302.11743 eV 753.54898 um 4.8131091 m World muIoni + 46 7.8325154 cm -46.832303 cm -2.0834685 m 8.3503947 MeV 4.0525621 keV 5.4931612 mm 4.8186022 m World muIoni + 47 7.7878642 cm -47.437965 cm -2.084405 m 8.3455743 MeV 3.1937395 keV 6.144869 mm 4.8247471 m World muIoni + 48 7.7539576 cm -47.913093 cm -2.085121 m 8.3416525 MeV 1.8215376 keV 4.8168776 mm 4.829564 m World muIoni + 49 7.7394622 cm -48.117283 cm -2.0854341 m 8.3385224 MeV 1.9127674 keV 2.0708476 mm 4.8316348 m World muIoni + 50 7.7218517 cm -48.36641 cm -2.0858177 m 8.3253042 MeV 1.1502399 keV 2.5267739 mm 4.8341616 m World muIoni + 51 7.641812 cm -49.533132 cm -2.0876214 m 8.3161303 MeV 6.4915169 keV 1.1832976 cm 4.8459946 m World muIoni + 52 7.630129 cm -49.715622 cm -2.0879057 m 8.3132889 MeV 1.0025999 keV 1.8506029 mm 4.8478452 m World muIoni + 53 7.6263534 cm -49.775381 cm -2.0879993 m 8.3122513 MeV 24.413704 eV 606.05557 um 4.8484512 m World muIoni + 54 7.6205295 cm -49.867036 cm -2.0881423 m 8.3091309 MeV 1.1085268 keV 929.46786 um 4.8493807 m World muIoni + 55 7.5025194 cm -51.754329 cm -2.0910937 m 8.297043 MeV 10.060022 keV 1.9138873 cm 4.8685196 m World muIoni + 56 7.4233686 cm -53.032868 cm -2.0930349 m 8.2868653 MeV 9.1245828 keV 1.2956273 cm 4.8814759 m World muIoni + 57 7.39315 cm -53.56156 cm -2.0938019 m 8.2828179 MeV 2.8169224 keV 5.3508254 mm 4.8868267 m World muIoni + 58 7.3435127 cm -54.452675 cm -2.0950915 m 8.27748 MeV 4.286926 keV 9.0176766 mm 4.8958444 m World muIoni + 59 7.3232053 cm -54.807975 cm -2.0956255 m 8.2748385 MeV 2.6415181 keV 3.5987374 mm 4.8994431 m World muIoni + 60 7.1379031 cm -57.890863 cm -2.1003609 m 8.2564921 MeV 15.279432 keV 3.124589 cm 4.930689 m World muIoni + 61 7.1375862 cm -57.896747 cm -2.1003702 m 8.2551031 MeV 0 eV 59.660431 um 4.9307486 m World muIoni + 62 7.1060223 cm -58.480974 cm -2.1013041 m 8.2467092 MeV 7.3356648 keV 5.9248559 mm 4.9366735 m World muIoni + 63 7.1036423 cm -58.523757 cm -2.1013706 m 8.1658753 MeV 424.66457 eV 433.62081 um 4.9371071 m World muIoni + 64 6.8786672 cm -62.567489 cm -2.1074556 m 8.1406582 MeV 22.583165 keV 4.095527 cm 4.9780624 m World muIoni + 65 6.6269968 cm -67.525329 cm -2.1146398 m 8.1057284 MeV 33.451881 keV 5.0160672 cm 5.0282231 m World muIoni + 66 6.5885441 cm -68.352275 cm -2.1158191 m 8.0981233 MeV 6.2993299 keV 8.3620007 mm 5.0365851 m World muIoni + 67 6.539405 cm -69.3534 cm -2.1172415 m 8.0873182 MeV 9.6676886 keV 1.0123761 cm 5.0467088 m World muIoni + 68 6.3641339 cm -72.726781 cm -2.122153 m 8.0604262 MeV 24.5127 keV 3.4135085 cm 5.0808439 m World muIoni + 69 6.2179672 cm -75.344312 cm -2.1259365 m 8.0300522 MeV 19.252626 keV 2.648803 cm 5.1073319 m World muIoni + 70 6.1853674 cm -75.982043 cm -2.126846 m 8.0230077 MeV 5.1389257 keV 6.45009 mm 5.113782 m World muIoni + 71 6.1722373 cm -76.252537 cm -2.1272282 m 8.0163502 MeV 1.6015524 keV 2.7349724 mm 5.116517 m World muIoni + 72 6.1489341 cm -76.708584 cm -2.1278682 m 8.0128354 MeV 2.0050775 keV 4.6110553 mm 5.1211281 m World muIoni + 73 6.0811052 cm -77.976634 cm -2.1296529 m 7.9972534 MeV 9.2641014 keV 1.2823491 cm 5.1339515 m World muIoni + 74 6.0416633 cm -78.880278 cm -2.1309266 m 7.9905755 MeV 5.3710568 keV 9.1343252 mm 5.1430859 m World muIoni + 75 6.0167671 cm -79.572746 cm -2.131893 m 7.9833429 MeV 7.2326757 keV 6.9962364 mm 5.1500821 m World muIoni + 76 5.9765342 cm -80.834268 cm -2.1336657 m 7.973578 MeV 8.6906273 keV 1.2745589 cm 5.1628277 m World muIoni + 77 5.9657821 cm -81.164573 cm -2.134117 m 7.9220728 MeV 3.2736058 keV 3.3354682 mm 5.1661632 m World muIoni + 78 5.8380062 cm -84.820294 cm -2.1391902 m 7.8981485 MeV 22.300148 keV 3.6930375 cm 5.2030935 m World muIoni + 79 5.8313147 cm -85.026255 cm -2.139476 m 7.8917078 MeV 2.3813208 keV 2.0804174 mm 5.205174 m World muIoni + 80 5.7879207 cm -86.415724 cm -2.1414193 m 7.8830288 MeV 8.679044 keV 1.4036717 cm 5.2192107 m World muIoni + 81 5.7555417 cm -87.502987 cm -2.1429174 m 7.8730844 MeV 6.7526589 keV 1.0980178 cm 5.2301909 m World muIoni + 82 5.7447378 cm -87.916029 cm -2.1434879 m 7.8504622 MeV 2.4681536 keV 4.1710386 mm 5.2343619 m World muIoni + 83 5.7398857 cm -88.109481 cm -2.1437606 m 7.8472233 MeV 1.5167984 keV 1.9542559 mm 5.2363161 m World muIoni + 84 5.732454 cm -88.396492 cm -2.1441655 m 7.8458981 MeV 1.3252517 keV 2.8994805 mm 5.2392156 m World muIoni + 85 5.721368 cm -88.870882 cm -2.1448344 m 7.8401923 MeV 1.6534898 keV 4.7921197 mm 5.2440077 m World muIoni + 86 5.6952027 cm -90.315795 cm -2.1468537 m 7.8244959 MeV 14.127326 keV 1.4591993 cm 5.2585997 m World muIoni + 87 5.693503 cm -90.43543 cm -2.1470171 m 7.8221476 MeV 982.9516 eV 1.2075784 mm 5.2598073 m World muIoni + 88 5.6838786 cm -91.146971 cm -2.1479874 m 7.8178493 MeV 4.2983926 keV 7.1819255 mm 5.2669892 m World muIoni + 89 5.6722036 cm -92.004032 cm -2.1491754 m 7.8084689 MeV 7.7212495 keV 8.6533818 mm 5.2756426 m World muIoni + 90 5.6583933 cm -93.006231 cm -2.1505503 m 7.8012319 MeV 4.6025942 keV 1.011684 cm 5.2857595 m World muIoni + 91 5.6515927 cm -93.599753 cm -2.1513462 m 7.7974597 MeV 2.5443593 keV 5.9887517 mm 5.2917482 m World muIoni + 92 5.6497507 cm -93.829866 cm -2.1516525 m 7.7948903 MeV 1.350467 keV 2.3215036 mm 5.2940697 m World muIoni + 93 5.6495298 cm -93.858178 cm -2.1516901 m 7.7913881 MeV 92.838911 eV 285.61013 um 5.2943553 m World muIoni + 94 5.6448577 cm -94.364622 cm -2.152362 m 7.78843 MeV 2.9581378 keV 5.1090336 mm 5.2994644 m World muIoni + 95 5.6393633 cm -94.854628 cm -2.1529945 m 7.7848174 MeV 2.1518495 keV 4.9410527 mm 5.3044054 m World muIoni + 96 5.5695216 cm -1.004003 m -2.1599068 m 7.7433422 MeV 39.733406 keV 5.5892036 cm 5.3602975 m World muIoni + 97 5.583418 cm -1.018363 m -2.1617933 m 7.7309329 MeV 10.239329 keV 1.4484124 cm 5.3747816 m World muIoni + 98 5.5912504 cm -1.0237955 m -2.1624702 m 7.7256944 MeV 4.2294338 keV 5.4750359 mm 5.3802566 m World muIoni + 99 5.5958677 cm -1.0281213 m -2.1630137 m 7.7182401 MeV 3.5784547 keV 4.3601326 mm 5.3846167 m World muIoni + 100 5.5966754 cm -1.028861 m -2.1631029 m 7.7169224 MeV 281.49237 eV 745.03191 um 5.3853618 m World muIoni + 101 5.6205209 cm -1.050735 m -2.1657591 m 7.7003671 MeV 14.724097 keV 2.2036237 cm 5.407398 m World muIoni + 102 5.623377 cm -1.0525408 m -2.1659813 m 7.69917 MeV 1.1970748 keV 1.8196706 mm 5.4092177 m World muIoni + 103 5.6241123 cm -1.0529846 m -2.1660364 m 7.6939421 MeV 947.39879 eV 447.25544 um 5.4096649 m World muIoni + 104 5.6563996 cm -1.0739281 m -2.1686598 m 7.6778528 MeV 14.889481 keV 2.1109827 cm 5.4307748 m World muIoni + 105 5.6665959 cm -1.0804047 m -2.1695158 m 7.672402 MeV 3.8528283 keV 6.5337893 mm 5.4373086 m World muIoni + 106 5.667584 cm -1.0808897 m -2.1695801 m 7.6698759 MeV 32.441007 eV 489.32316 um 5.4377979 m World muIoni + 107 5.682972 cm -1.088512 m -2.1705814 m 7.6657327 MeV 4.1432286 keV 7.6893217 mm 5.4454872 m World muIoni + 108 5.6886993 cm -1.0913064 m -2.1709328 m 7.6622886 MeV 1.5253268 keV 2.8169951 mm 5.4483042 m World muIoni + 109 5.7001816 cm -1.0961225 m -2.1715344 m 7.6583406 MeV 2.7584509 keV 4.8549556 mm 5.4531592 m World muIoni + 110 5.7067284 cm -1.0990657 m -2.1719087 m 7.6539115 MeV 2.6266179 keV 2.9676111 mm 5.4561268 m World muIoni + 111 5.7328561 cm -1.111905 m -2.1735142 m 7.6398268 MeV 12.079337 keV 1.2941946 cm 5.4690687 m World muIoni + 112 5.7740188 cm -1.1275318 m -2.1754533 m 7.6273272 MeV 12.499574 keV 1.5752198 cm 5.4848209 m World muIoni + 113 5.804707 cm -1.1388541 m -2.176865 m 7.6054029 MeV 6.8364022 keV 1.1414145 cm 5.4962351 m World muIoni + 114 5.8231589 cm -1.1451827 m -2.1776702 m 7.5989688 MeV 3.9242571 keV 6.3822819 mm 5.5026173 m World muIoni + 115 5.8360644 cm -1.1498942 m -2.1782713 m 7.5942501 MeV 3.3227452 keV 4.7514823 mm 5.5073688 m World muIoni + 116 5.8880975 cm -1.1683837 m -2.1806544 m 7.5829221 MeV 11.327985 keV 1.864987 cm 5.5260187 m World muIoni + 117 5.9042677 cm -1.1745964 m -2.1814757 m 7.5692231 MeV 1.8290892 keV 6.2688833 mm 5.5322876 m World muIoni + 118 5.9433337 cm -1.1904087 m -2.1834784 m 7.5519796 MeV 15.748516 keV 1.5943519 cm 5.5482311 m World muIoni + 119 5.9565731 cm -1.1958687 m -2.1841516 m 7.5464824 MeV 4.3675562 keV 5.5029176 mm 5.553734 m World muIoni + 120 5.9661555 cm -1.199733 m -2.1846192 m 7.5409556 MeV 3.5872274 keV 3.8937458 mm 5.5576277 m World muIoni + 121 5.9667528 cm -1.1999912 m -2.1846503 m 7.5264561 MeV 91.987049 eV 260.12244 um 5.5578879 m World muIoni + 122 6.0730849 cm -1.2423268 m -2.1896857 m 7.4974878 MeV 26.995899 keV 4.2648786 cm 5.6005367 m World muIoni + 123 6.0863818 cm -1.2465438 m -2.1902698 m 7.4952257 MeV 2.2620642 keV 4.2593282 mm 5.604796 m World muIoni + 124 6.1040048 cm -1.2517239 m -2.1909878 m 7.4898843 MeV 3.6915445 keV 5.2325828 mm 5.6100286 m World muIoni + 125 6.1399804 cm -1.2616571 m -2.1923624 m 7.4820644 MeV 4.7208742 keV 1.0034406 cm 5.620063 m World muIoni + 126 6.2052544 cm -1.2807151 m -2.1951257 m 7.4610692 MeV 14.836269 keV 1.9268465 cm 5.6393314 m World muIoni + 127 6.2706037 cm -1.2985118 m -2.1977463 m 7.4491304 MeV 10.483309 keV 1.8000675 cm 5.6573321 m World muIoni + 128 6.2708215 cm -1.2985839 m -2.1977567 m 7.4460174 MeV 1.5272728 keV 72.851256 um 5.657405 m World muIoni + 129 6.2934856 cm -1.3063288 m -2.1988721 m 7.4394876 MeV 6.5298958 keV 7.8281819 mm 5.6652331 m World muIoni + 130 6.3616459 cm -1.328499 m -2.2020669 m 7.4228923 MeV 10.939376 keV 2.2409853 cm 5.687643 m World muIoni + 131 6.4378488 cm -1.3533027 m -2.2056277 m 7.398617 MeV 21.917853 keV 2.5069911 cm 5.7127129 m World muIoni + 132 6.4575158 cm -1.3604416 m -2.2066621 m 7.2698518 MeV 4.824844 keV 7.2161564 mm 5.7199291 m World muIoni + 133 6.4696585 cm -1.3645352 m -2.2072601 m 7.2585721 MeV 3.8485124 keV 4.1388127 mm 5.7240679 m World muIoni + 134 6.5047723 cm -1.3766152 m -2.2090296 m 7.2470105 MeV 10.239967 keV 1.2214035 cm 5.7362819 m World muIoni + 135 6.5052456 cm -1.3767694 m -2.2090528 m 7.2469176 MeV 92.905568 eV 156.04214 um 5.736438 m World muIoni + 136 6.5171183 cm -1.3806173 m -2.2096336 m 7.2419593 MeV 3.7535142 keV 3.8932718 mm 5.7403312 m World muIoni + 137 6.5813522 cm -1.4026317 m -2.2129413 m 7.2265437 MeV 15.415614 keV 2.2271062 cm 5.7626023 m World muIoni + 138 6.5827667 cm -1.4030932 m -2.2130134 m 7.2190567 MeV 468.37989 eV 467.32471 um 5.7630696 m World muIoni + 139 6.5989403 cm -1.4086964 m -2.2138844 m 7.2148851 MeV 2.9669162 keV 5.6728425 mm 5.7687425 m World muIoni + 140 6.6063419 cm -1.4110717 m -2.2142511 m 7.2125544 MeV 1.0211535 keV 2.4045593 mm 5.771147 m World muIoni + 141 6.6648681 cm -1.4296795 m -2.2170751 m 7.1965444 MeV 16.010019 keV 1.8830105 cm 5.7899771 m World muIoni + 142 6.6817645 cm -1.4357224 m -2.2179956 m 7.1899431 MeV 5.529467 keV 6.1150076 mm 5.7960921 m World muIoni + 143 6.7044017 cm -1.4432518 m -2.2191378 m 7.1783639 MeV 8.2047955 keV 7.6189864 mm 5.8037111 m World muIoni + 144 6.7320365 cm -1.4514392 m -2.2203732 m 7.1688899 MeV 8.4568233 keV 8.2847169 mm 5.8119958 m World muIoni + 145 6.7504838 cm -1.4568417 m -2.2212012 m 7.1640918 MeV 3.306666 keV 5.468688 mm 5.8174645 m World muIoni + 146 6.7650734 cm -1.4610638 m -2.2218507 m 7.1586064 MeV 4.3866934 keV 4.2742672 mm 5.8217388 m World muIoni + 147 6.7704686 cm -1.4625422 m -2.2220786 m 7.1571188 MeV 468.21703 eV 1.4967805 mm 5.8232356 m World muIoni + 148 6.8025828 cm -1.4713616 m -2.2234446 m 7.152325 MeV 3.6001046 keV 8.930356 mm 5.8321659 m World muIoni + 149 6.808621 cm -1.4731079 m -2.2237092 m 7.1507018 MeV 609.7898 eV 1.767353 mm 5.8339333 m World muIoni + 150 6.9148333 cm -1.5035361 m -2.2283371 m 7.1286521 MeV 20.841741 keV 3.0797024 cm 5.8647303 m World muIoni + 151 7.0006326 cm -1.5326281 m -2.2327026 m 7.1067296 MeV 20.645942 keV 2.9430754 cm 5.8941611 m World muIoni + 152 7.0092394 cm -1.5349806 m -2.2330643 m 7.1055349 MeV 1.1947723 keV 2.3816416 mm 5.8965427 m World muIoni + 153 7.0643636 cm -1.550061 m -2.2353736 m 7.0944782 MeV 8.6736243 keV 1.5266268 cm 5.911809 m World muIoni + 154 7.0721338 cm -1.5525895 m -2.2357683 m 7.0927385 MeV 1.7397523 keV 2.5603349 mm 5.9143693 m World muIoni + 155 7.0993812 cm -1.5612964 m -2.2371294 m 7.0830385 MeV 7.0293587 keV 8.8168764 mm 5.9231862 m World muIoni + 156 7.1109735 cm -1.5653508 m -2.2377732 m 7.0782469 MeV 3.2179919 keV 4.1068594 mm 5.927293 m World muIoni + 157 7.1244208 cm -1.5699229 m -2.2384979 m 7.0657926 MeV 5.1168465 keV 4.6311689 mm 5.9319242 m World muIoni + 158 7.1590485 cm -1.5826102 m -2.2405288 m 7.0551625 MeV 8.5780912 keV 1.2853511 cm 5.9447777 m World muIoni + 159 7.1732779 cm -1.589926 m -2.2416185 m 6.9737428 MeV 6.8373915 keV 7.3979547 mm 5.9521757 m World muIoni + 160 7.1958883 cm -1.6020179 m -2.2434469 m 6.9620228 MeV 10.338741 keV 1.2231554 cm 5.9644072 m World muIoni + 161 7.2084261 cm -1.6073961 m -2.244269 m 6.9537842 MeV 2.5427964 keV 5.442079 mm 5.9698493 m World muIoni + 162 7.2441637 cm -1.623733 m -2.2467536 m 6.9456032 MeV 8.1810804 keV 1.6528824 cm 5.9863781 m World muIoni + 163 7.2874605 cm -1.6458036 m -2.2501109 m 6.9290433 MeV 15.427812 keV 2.2328971 cm 6.0087071 m World muIoni + 164 7.2990101 cm -1.6504751 m -2.2508217 m 6.9232021 MeV 4.6248171 keV 4.7266634 mm 6.0134338 m World muIoni + 165 7.3134438 cm -1.6563487 m -2.2517067 m 6.9183665 MeV 4.8356468 keV 5.9416563 mm 6.0193754 m World muIoni + 166 7.4029478 cm -1.6867244 m -2.2562952 m 6.8880295 MeV 28.460856 keV 3.0733983 cm 6.0501094 m World muIoni + 167 7.4616301 cm -1.7117669 m -2.2600417 m 6.8634631 MeV 20.311443 keV 2.5328464 cm 6.0754379 m World muIoni + 168 7.4700631 cm -1.7156558 m -2.260632 m 6.8599246 MeV 2.4119371 keV 3.9343128 mm 6.0793722 m World muIoni + 169 7.4769621 cm -1.7193034 m -2.2611912 m 6.8564248 MeV 2.4603021 keV 3.6909031 mm 6.0830631 m World muIoni + 170 7.4819388 cm -1.7218967 m -2.2615869 m 6.8543028 MeV 1.095684 keV 2.6237459 mm 6.0856868 m World muIoni + 171 7.5098148 cm -1.7348838 m -2.2635797 m 6.8413655 MeV 10.512172 keV 1.3142236 cm 6.0988291 m World muIoni + 172 7.5146714 cm -1.73706 m -2.2639112 m 6.8385761 MeV 1.7663892 keV 2.2017654 mm 6.1010308 m World muIoni + 173 7.5186233 cm -1.7388348 m -2.2641794 m 6.8368253 MeV 588.32939 eV 1.795411 mm 6.1028262 m World muIoni + 174 7.5336377 cm -1.7457871 m -2.2652258 m 6.8295428 MeV 5.7290778 keV 7.0322526 mm 6.1098585 m World muIoni + 175 7.56183 cm -1.7594142 m -2.2673176 m 6.8167648 MeV 8.6516319 keV 1.3789701 cm 6.1236482 m World muIoni + 176 7.5672908 cm -1.7618604 m -2.2676939 m 6.813811 MeV 1.8841584 keV 2.4756097 mm 6.1261238 m World muIoni + 177 7.5755985 cm -1.7656516 m -2.2682797 m 6.804234 MeV 4.9684235 keV 3.8370831 mm 6.1299609 m World muIoni + 178 7.5877948 cm -1.7709202 m -2.2690958 m 6.8000783 MeV 3.0285873 keV 5.3328566 mm 6.1352937 m World muIoni + 179 7.5939528 cm -1.7731691 m -2.2694402 m 6.794026 MeV 2.1899106 keV 2.275888 mm 6.1375696 m World muIoni + 180 7.638104 cm -1.7898458 m -2.272019 m 6.7815285 MeV 11.42535 keV 1.6880953 cm 6.1544506 m World muIoni + 181 7.6528209 cm -1.7954298 m -2.272876 m 6.7761934 MeV 5.3351568 keV 5.651243 mm 6.1601018 m World muIoni + 182 7.6540978 cm -1.7958365 m -2.2729377 m 6.7750292 MeV 149.56378 eV 411.53235 um 6.1605134 m World muIoni + 183 7.6656448 cm -1.7996024 m -2.2735067 m 6.7726565 MeV 1.1757814 keV 3.8104727 mm 6.1643238 m World muIoni + 184 7.6972779 cm -1.8103172 m -2.2751279 m 6.7630674 MeV 8.4718385 keV 1.0841377 cm 6.1751652 m World muIoni + 185 7.7025398 cm -1.812083 m -2.2753879 m 6.7581172 MeV 2.2288827 keV 1.7856221 mm 6.1769508 m World muIoni + 186 7.7713317 cm -1.8339953 m -2.2785853 m 6.7316164 MeV 18.457931 keV 2.2155334 cm 6.1991062 m World muIoni + 187 7.801059 cm -1.8432034 m -2.2799375 m 6.7194996 MeV 7.3456626 keV 9.3117058 mm 6.2084179 m World muIoni + 188 7.8481995 cm -1.8562121 m -2.2818733 m 6.7106017 MeV 8.8979034 keV 1.3160799 cm 6.2215787 m World muIoni + 189 7.8491493 cm -1.8564242 m -2.281906 m 6.7073579 MeV 477.8901 eV 214.77263 um 6.2217934 m World muIoni + 190 7.8576252 cm -1.8582623 m -2.2821919 m 6.6615026 MeV 1.745078 keV 1.8621186 mm 6.2236556 m World muIoni + 191 7.9017769 cm -1.8684713 m -2.2838113 m 6.6541128 MeV 5.0539686 keV 1.0346126 cm 6.2340017 m World muIoni + 192 7.9188231 cm -1.8732361 m -2.2845882 m 6.6454971 MeV 5.518703 keV 4.8307901 mm 6.2388325 m World muIoni + 193 7.9199458 cm -1.8735201 m -2.2846343 m 6.6439504 MeV 119.01162 eV 287.90152 um 6.2391204 m World muIoni + 194 8.0688831 cm -1.9119446 m -2.2908473 m 6.6122315 MeV 29.453175 keV 3.8953209 cm 6.2780736 m World muIoni + 195 8.1223904 cm -1.9317997 m -2.2942392 m 6.5940608 MeV 16.823676 keV 2.0150095 cm 6.2982237 m World muIoni + 196 8.1427669 cm -1.939702 m -2.2955243 m 6.5838562 MeV 6.9589283 keV 8.008761 mm 6.3062324 m World muIoni + 197 8.1676161 cm -1.9491725 m -2.297079 m 6.5701727 MeV 8.8420797 keV 9.6005426 mm 6.315833 m World muIoni + 198 8.175963 cm -1.9532334 m -2.2977308 m 6.564121 MeV 2.1075447 keV 4.1137651 mm 6.3199468 m World muIoni + 199 8.1780873 cm -1.9542031 m -2.2978884 m 6.55932 MeV 729.6402 eV 982.61768 um 6.3209294 m World muIoni + 200 8.1814653 cm -1.9557876 m -2.2981477 m 6.5560855 MeV 979.4596 eV 1.6059926 mm 6.3225354 m World muIoni + 201 8.1947212 cm -1.9622534 m -2.299218 m 6.537271 MeV 4.9021041 keV 6.5551357 mm 6.3290905 m World muIoni + 202 8.2332035 cm -1.9793178 m -2.302127 m 6.5178179 MeV 16.700854 keV 1.731505 cm 6.3464055 m World muIoni + 203 8.2755937 cm -2.0016783 m -2.305994 m 6.5003734 MeV 16.34472 keV 2.2696738 cm 6.3691023 m World muIoni + 204 8.2956524 cm -2.0097524 m -2.3074385 m 6.4740268 MeV 4.0930493 keV 8.2047853 mm 6.3773071 m World muIoni + 205 8.3592294 cm -2.0371509 m -2.312299 m 6.4468066 MeV 27.220169 keV 2.7834108 cm 6.4051412 m World muIoni + 206 8.3749388 cm -2.0445768 m -2.3135722 m 6.4374828 MeV 7.453416 keV 7.5359395 mm 6.4126771 m World muIoni + 207 8.4062814 cm -2.0569445 m -2.3156752 m 6.4247976 MeV 9.4584366 keV 1.2549246 cm 6.4252264 m World muIoni + 208 8.433241 cm -2.0645097 m -2.316952 m 6.4183763 MeV 6.4213879 keV 7.6769804 mm 6.4329033 m World muIoni + 209 8.5832477 cm -2.1001044 m -2.3229692 m 6.3772806 MeV 31.473618 keV 3.613184 cm 6.4690352 m World muIoni + 210 8.6112555 cm -2.1075951 m -2.324341 m 6.3677654 MeV 4.5422921 keV 7.6205557 mm 6.4766557 m World muIoni + 211 8.6387773 cm -2.1154821 m -2.3258314 m 6.3596599 MeV 8.1054626 keV 8.0313047 mm 6.484687 m World muIoni + 212 8.6757083 cm -2.1264776 m -2.3278024 m 6.3457619 MeV 11.161595 keV 1.1176938 cm 6.495864 m World muIoni + 213 8.6877184 cm -2.1294732 m -2.3283432 m 6.3421141 MeV 2.2648804 keV 3.0463558 mm 6.4989103 m World muIoni + 214 8.8640654 cm -2.1740595 m -2.3365053 m 6.3051002 MeV 35.852563 keV 4.5363332 cm 6.5442737 m World muIoni + 215 8.8714042 cm -2.1768822 m -2.3370037 m 6.3021983 MeV 1.7787884 keV 2.8672598 mm 6.5471409 m World muIoni + 216 8.8940745 cm -2.1846553 m -2.3383841 m 6.2973937 MeV 4.8046318 keV 7.8979808 mm 6.5550389 m World muIoni + 217 8.9686106 cm -2.208231 m -2.342586 m 6.2769323 MeV 20.461361 keV 2.3959312 cm 6.5789982 m World muIoni + 218 8.9699983 cm -2.2088312 m -2.3426888 m 6.2718789 MeV 726.37413 eV 609.08574 um 6.5796073 m World muIoni + 219 8.9775767 cm -2.2122852 m -2.3432757 m 6.2689047 MeV 2.9741636 keV 3.5043286 mm 6.5831116 m World muIoni + 220 8.9826211 cm -2.2144284 m -2.3436427 m 6.2683647 MeV 539.98044 eV 2.1750118 mm 6.5852866 m World muIoni + 221 8.9937696 cm -2.2199521 m -2.3446045 m 6.2592723 MeV 6.000305 keV 5.6079012 mm 6.5908946 m World muIoni + 222 9.0013409 cm -2.2227654 m -2.3450984 m 6.2565291 MeV 1.3817889 keV 2.8573595 mm 6.5937519 m World muIoni + 223 9.0034758 cm -2.2235387 m -2.3452363 m 6.2562203 MeV 308.75598 eV 785.77453 um 6.5945377 m World muIoni + 224 9.0490518 cm -2.2393508 m -2.348073 m 6.2444122 MeV 11.808071 keV 1.6071169 cm 6.6106089 m World muIoni + 225 9.0782126 cm -2.2482229 m -2.3497496 m 6.2330697 MeV 9.9519695 keV 9.0338978 mm 6.6196428 m World muIoni + 226 9.1038612 cm -2.254696 m -2.3509848 m 6.2260366 MeV 7.0331215 keV 6.5948839 mm 6.6262376 m World muIoni + 227 9.1355383 cm -2.2618376 m -2.3523602 m 6.2209282 MeV 2.6136859 keV 7.279819 mm 6.6335175 m World muIoni + 228 9.1652526 cm -2.2685995 m -2.3536516 m 6.2150206 MeV 4.8819148 keV 6.8905829 mm 6.640408 m World muIoni + 229 9.175204 cm -2.2706448 m -2.3540389 m 6.210015 MeV 3.7379377 keV 2.0839433 mm 6.642492 m World muIoni + 230 9.257158 cm -2.287618 m -2.357266 m 6.2000942 MeV 9.9208348 keV 1.7296993 cm 6.659789 m World muIoni + 231 9.2780551 cm -2.2919102 m -2.358066 m 6.1944651 MeV 3.12407 keV 4.3710621 mm 6.66416 m World muIoni + 232 9.4149829 cm -2.3227552 m -2.3637783 m 6.1661113 MeV 27.056328 keV 3.1400252 cm 6.6955603 m World muIoni + 233 9.4526348 cm -2.3314928 m -2.3653721 m 6.1581293 MeV 7.9819859 keV 8.8897239 mm 6.70445 m World muIoni + 234 9.4753299 cm -2.3368438 m -2.3663209 m 6.1529393 MeV 4.109487 keV 5.4392863 mm 6.7098893 m World muIoni + 235 9.4816683 cm -2.3384646 m -2.3665982 m 6.1507522 MeV 920.97544 eV 1.6455817 mm 6.7115349 m World muIoni + 236 9.5042775 cm -2.3436215 m -2.3675112 m 6.1464334 MeV 4.3187631 keV 5.242071 mm 6.716777 m World muIoni + 237 9.5802333 cm -2.3614806 m -2.3707539 m 6.1288334 MeV 16.281046 keV 1.8167275 cm 6.7349442 m World muIoni + 238 9.5958884 cm -2.3645232 m -2.3713102 m 6.1263893 MeV 2.44403 keV 3.0969961 mm 6.7380412 m World muIoni + 239 9.6538251 cm -2.3764537 m -2.3734906 m 6.1125463 MeV 11.08931 keV 1.2141976 cm 6.7501832 m World muIoni + 240 9.6557439 cm -2.3768508 m -2.3735648 m 6.1101473 MeV 555.14492 eV 404.4767 um 6.7505877 m World muIoni + 241 9.6950129 cm -2.3851093 m -2.3751055 m 6.1047718 MeV 5.3755013 keV 8.4102201 mm 6.7589979 m World muIoni + 242 9.7093604 cm -2.388236 m -2.3756991 m 6.1009783 MeV 2.7634997 keV 3.185782 mm 6.7621837 m World muIoni + 243 9.8823405 cm -2.4244551 m -2.3825308 m 6.070105 MeV 29.334103 keV 3.6899488 cm 6.7990832 m World muIoni + 244 9.8858416 cm -2.4252363 m -2.382682 m 6.0667386 MeV 1.7503361 keV 796.52521 um 6.7998797 m World muIoni + 245 9.9279661 cm -2.4343959 m -2.3844501 m 6.0569403 MeV 7.9028948 keV 9.3382693 mm 6.809218 m World muIoni + 246 9.9482509 cm -2.4390662 m -2.3853582 m 6.0496527 MeV 5.7916044 keV 4.7620518 mm 6.81398 m World muIoni + 247 9.951516 cm -2.4398835 m -2.385519 m 6.0464028 MeV 508.6954 eV 833.58847 um 6.8148136 m World muIoni + 248 9.9763094 cm -2.4459425 m -2.3867156 m 6.041608 MeV 4.7948774 keV 6.1810799 mm 6.8209947 m World muIoni + 249 9.9935389 cm -2.4504966 m -2.3876199 m 6.0269822 MeV 3.7338019 keV 4.6462338 mm 6.8256409 m World muIoni + 250 9.9954746 cm -2.4510501 m -2.387725 m 6.0253779 MeV 412.21063 eV 563.71809 um 6.8262046 m World muIoni + 251 10.000022 cm -2.4523332 m -2.3879672 m 6.0246239 MeV 753.98584 eV 1.3065582 mm 6.8275112 m World muIoni + 252 10.013993 cm -2.4563498 m -2.3887225 m 6.0215463 MeV 3.077635 keV 4.089412 mm 6.8316006 m World muIoni + 253 10.086703 cm -2.4789615 m -2.3929081 m 5.991655 MeV 17.166259 keV 2.300771 cm 6.8546083 m World muIoni + 254 10.128355 cm -2.4964674 m -2.3962678 m 5.9701735 MeV 12.132645 keV 1.7830488 cm 6.8724388 m World muIoni + 255 10.133075 cm -2.4982563 m -2.3966036 m 5.9641121 MeV 1.1515689 keV 1.8207999 mm 6.8742596 m World muIoni + 256 10.140609 cm -2.5012849 m -2.3971668 m 5.9598606 MeV 1.4997467 keV 3.0814754 mm 6.8773411 m World muIoni + 257 10.143309 cm -2.5025985 m -2.3974117 m 5.9516865 MeV 1.0547975 keV 1.3364938 mm 6.8786776 m World muIoni + 258 10.154197 cm -2.508305 m -2.3984856 m 5.9426128 MeV 4.4467065 keV 5.8077026 mm 6.8844853 m World muIoni + 259 10.176409 cm -2.5214448 m -2.4010077 m 5.9328514 MeV 8.7481804 keV 1.3381674 cm 6.8978669 m World muIoni + 260 10.180104 cm -2.523655 m -2.4014376 m 5.9208554 MeV 784.53972 eV 2.2519241 mm 6.9001189 m World muIoni + 261 10.192387 cm -2.5348616 m -2.4036008 m 5.9119409 MeV 8.9145485 keV 1.1414247 cm 6.9115331 m World muIoni + 262 10.205789 cm -2.5554003 m -2.4076634 m 5.8912731 MeV 19.473349 keV 2.0937391 cm 6.9324705 m World muIoni + 263 10.201343 cm -2.5664969 m -2.4097988 m 5.8777872 MeV 12.425602 keV 1.1300455 cm 6.943771 m World muIoni + 264 10.197885 cm -2.5707988 m -2.4106087 m 5.8721956 MeV 4.4124942 keV 4.3776246 mm 6.9481486 m World muIoni + 265 10.189249 cm -2.5911498 m -2.4145338 m 5.8482985 MeV 22.046609 keV 2.0726568 cm 6.9688752 m World muIoni + 266 10.192105 cm -2.6070134 m -2.4176336 m 5.8229481 MeV 14.495259 keV 1.6163916 cm 6.9850391 m World muIoni + 267 10.19167 cm -2.6084535 m -2.4179253 m 5.8208601 MeV 924.85897 eV 1.4693236 mm 6.9865084 m World muIoni + 268 10.184931 cm -2.6233164 m -2.4209151 m 5.801963 MeV 13.021738 keV 1.5160938 cm 7.0016693 m World muIoni + 269 10.182528 cm -2.6297321 m -2.4222179 m 5.7950034 MeV 6.9595476 keV 6.5467576 mm 7.0082161 m World muIoni + 270 10.182442 cm -2.6309101 m -2.4224628 m 5.7915572 MeV 1.3490969 keV 1.2032229 mm 7.0094193 m World muIoni + 271 10.182423 cm -2.631114 m -2.4225051 m 5.790406 MeV 0 eV 208.22427 um 7.0096275 m World muIoni + 272 10.181929 cm -2.6335291 m -2.4230031 m 5.7874834 MeV 1.8529946 keV 2.465909 mm 7.0120934 m World muIoni + 273 10.181674 cm -2.6344741 m -2.4231979 m 5.784646 MeV 855.15884 eV 964.83932 um 7.0130583 m World muIoni + 274 10.179052 cm -2.6420938 m -2.4247779 m 5.7829232 MeV 1.7227856 keV 7.7818388 mm 7.0208401 m World muIoni + 275 10.177782 cm -2.6565331 m -2.427643 m 5.7685751 MeV 14.348116 keV 1.4721986 cm 7.0355621 m World muIoni + 276 10.178514 cm -2.6581294 m -2.4279486 m 5.7652186 MeV 1.7245256 keV 1.6252267 mm 7.0371873 m World muIoni + 277 10.183149 cm -2.6672779 m -2.4296988 m 5.7581469 MeV 6.0269712 keV 9.314666 mm 7.046502 m World muIoni + 278 10.208126 cm -2.7106116 m -2.4376682 m 5.7179747 MeV 38.146662 keV 4.406305 cm 7.0905651 m World muIoni + 279 10.216065 cm -2.7178932 m -2.439043 m 5.7103894 MeV 6.5621916 keV 7.4107665 mm 7.0979758 m World muIoni + 280 10.242367 cm -2.7427921 m -2.4436703 m 5.6865825 MeV 20.955284 keV 2.5327138 cm 7.123303 m World muIoni + 281 10.242498 cm -2.7457354 m -2.444201 m 5.6837126 MeV 1.1993868 keV 2.9908317 mm 7.1262938 m World muIoni + 282 10.242561 cm -2.7474059 m -2.444491 m 5.6799941 MeV 838.40379 eV 1.6954982 mm 7.1279893 m World muIoni + 283 10.242621 cm -2.748738 m -2.4447181 m 5.6783318 MeV 589.1052 eV 1.3512572 mm 7.1293405 m World muIoni + 284 10.242055 cm -2.7717654 m -2.4486513 m 5.6587883 MeV 19.543485 keV 2.3361417 cm 7.152702 m World muIoni + 285 10.244714 cm -2.774819 m -2.4491659 m 5.654719 MeV 2.0739566 keV 3.0968054 mm 7.1557988 m World muIoni + 286 10.255977 cm -2.7853734 m -2.45092 m 5.6292919 MeV 6.6416702 keV 1.0699864 cm 7.1664986 m World muIoni + 287 10.264436 cm -2.7907602 m -2.4518141 m 5.6239991 MeV 5.2927854 keV 5.4611782 mm 7.1719598 m World muIoni + 288 10.281313 cm -2.8001822 m -2.4534239 m 5.6140556 MeV 6.8226677 keV 9.5601231 mm 7.1815199 m World muIoni + 289 10.309873 cm -2.8187082 m -2.4564309 m 5.5934898 MeV 18.760818 keV 1.8770903 cm 7.2002908 m World muIoni + 290 10.311475 cm -2.8197826 m -2.4566148 m 5.5919441 MeV 299.703 eV 1.090212 mm 7.201381 m World muIoni + 291 10.316799 cm -2.8232701 m -2.457214 m 5.5836026 MeV 3.3885618 keV 3.5389497 mm 7.20492 m World muIoni + 292 10.333108 cm -2.8371103 m -2.4596584 m 5.5681319 MeV 11.688441 keV 1.4055524 cm 7.2189755 m World muIoni + 293 10.350397 cm -2.8466521 m -2.4613315 m 5.557159 MeV 8.5058153 keV 9.6890262 mm 7.2286645 m World muIoni + 294 10.351543 cm -2.8472157 m -2.4614301 m 5.5566534 MeV 505.575 eV 572.25463 um 7.2292368 m World muIoni + 295 10.355983 cm -2.8493993 m -2.4618123 m 5.5534157 MeV 1.9358604 keV 2.217224 mm 7.231454 m World muIoni + 296 10.356821 cm -2.8498346 m -2.4618881 m 5.552174 MeV 156.31133 eV 441.93708 um 7.231896 m World muIoni + 297 10.375715 cm -2.8578707 m -2.4632535 m 5.5426698 MeV 7.600962 keV 8.1536322 mm 7.2400496 m World muIoni + 298 10.428155 cm -2.8766181 m -2.4663611 m 5.5228749 MeV 18.709745 keV 1.9010848 cm 7.2590604 m World muIoni + 299 10.47177 cm -2.8989387 m -2.4700193 m 5.4887537 MeV 23.183393 keV 2.2623084 cm 7.2816835 m World muIoni + 300 10.48892 cm -2.9078256 m -2.4713441 m 5.4807655 MeV 6.9863977 keV 8.9867756 mm 7.2906703 m World muIoni + 301 10.502113 cm -2.9191333 m -2.4730171 m 5.4637204 MeV 15.248478 keV 1.1431656 cm 7.302102 m World muIoni + 302 10.520718 cm -2.9332094 m -2.4751999 m 5.4511276 MeV 10.907378 keV 1.4245841 cm 7.3163478 m World muIoni + 303 10.524436 cm -2.9397058 m -2.4761525 m 5.4440049 MeV 5.9136649 keV 6.565962 mm 7.3229138 m World muIoni + 304 10.524745 cm -2.9401812 m -2.4762239 m 5.4438095 MeV 195.39052 eV 480.71161 um 7.3233945 m World muIoni + 305 10.525877 cm -2.9417079 m -2.476458 m 5.437143 MeV 736.72851 eV 1.5445848 mm 7.3249391 m World muIoni + 306 10.528712 cm -2.9458539 m -2.4770919 m 5.4275301 MeV 3.639312 keV 4.1943314 mm 7.3291334 m World muIoni + 307 10.536185 cm -2.9558698 m -2.4786212 m 5.4157085 MeV 8.3235195 keV 1.0132339 cm 7.3392657 m World muIoni + 308 10.54017 cm -2.9593779 m -2.479154 m 5.4110107 MeV 3.084413 keV 3.5485972 mm 7.3428143 m World muIoni + 309 10.54264 cm -2.9621071 m -2.4795665 m 5.4072893 MeV 2.6769958 keV 2.7603157 mm 7.3455746 m World muIoni + 310 10.544405 cm -2.9640341 m -2.4798581 m 5.4047646 MeV 1.3057456 keV 1.9489937 mm 7.3475236 m World muIoni + 311 10.546203 cm -2.9658537 m -2.4801361 m 5.4018278 MeV 1.1962514 keV 1.8407874 mm 7.3493644 m World muIoni + 312 10.556397 cm -2.9748394 m -2.4815058 m 5.3897949 MeV 8.4443595 keV 9.0901248 mm 7.3584545 m World muIoni + 313 10.560404 cm -2.9808529 m -2.4824087 m 5.3806164 MeV 6.4228978 keV 6.0810887 mm 7.3645356 m World muIoni + 314 10.573246 cm -2.9910007 m -2.4839513 m 5.368427 MeV 10.729397 keV 1.0265273 cm 7.3748009 m World muIoni + 315 10.573454 cm -2.9911769 m -2.4839778 m 5.3665398 MeV 68.00408 eV 178.23443 um 7.3749791 m World muIoni + 316 10.588052 cm -3.004238 m -2.4859635 m 5.3517784 MeV 12.849537 keV 1.3212104 cm 7.3881912 m World muIoni + 317 10.600719 cm -3.0212532 m -2.4884632 m 5.334153 MeV 15.831015 keV 1.7198645 cm 7.4053899 m World muIoni + 318 10.612002 cm -3.037379 m -2.4907751 m 5.3121167 MeV 17.090569 keV 1.6291341 cm 7.4216812 m World muIoni + 319 10.617446 cm -3.043087 m -2.4916143 m 5.3028088 MeV 3.3867196 keV 5.7696854 mm 7.4274509 m World muIoni + 320 10.618415 cm -3.0437906 m -2.4917199 m 5.2998542 MeV 1.1088832 keV 711.51276 um 7.4281624 m World muIoni + 321 10.621514 cm -3.0461578 m -2.4920736 m 5.2949052 MeV 1.7447915 keV 2.393691 mm 7.4305561 m World muIoni + 322 10.624598 cm -3.0488034 m -2.4924673 m 5.2906633 MeV 1.977493 keV 2.6748726 mm 7.433231 m World muIoni + 323 10.625042 cm -3.0492138 m -2.492528 m 5.2899816 MeV 681.71059 eV 414.95253 um 7.4336459 m World muIoni + 324 10.626389 cm -3.0504696 m -2.4927131 m 5.2844988 MeV 845.34126 eV 1.2694084 mm 7.4349154 m World muIoni + 325 10.632138 cm -3.0563646 m -2.4935905 m 5.2757679 MeV 5.5914289 keV 5.9602541 mm 7.4408756 m World muIoni + 326 10.644431 cm -3.0699621 m -2.4955753 m 5.2369003 MeV 14.670741 keV 1.3742305 cm 7.4546179 m World muIoni + 327 10.661213 cm -3.0778195 m -2.4966839 m 5.2238103 MeV 8.9133534 keV 7.9370532 mm 7.462555 m World muIoni + 328 10.665007 cm -3.0795499 m -2.4969344 m 5.2209798 MeV 1.474157 keV 1.7488973 mm 7.4643039 m World muIoni + 329 10.693287 cm -3.0910169 m -2.4986074 m 5.2022578 MeV 11.770401 keV 1.1591953 cm 7.4758958 m World muIoni + 330 10.693413 cm -3.0910732 m -2.4986151 m 5.2022578 MeV 0 eV 56.855666 um 7.4759527 m World muIoni + 331 10.701651 cm -3.0947541 m -2.4991183 m 5.187183 MeV 3.6604547 keV 3.7160862 mm 7.4796688 m World muIoni + 332 10.733903 cm -3.110957 m -2.501356 m 5.1745537 MeV 11.15228 keV 1.6360133 cm 7.4960289 m World muIoni + 333 10.737379 cm -3.1123216 m -2.501544 m 5.1720561 MeV 2.4975836 keV 1.3779599 mm 7.4974069 m World muIoni + 334 10.856931 cm -3.1607939 m -2.5082515 m 5.1258036 MeV 43.928384 keV 4.8951855 cm 7.5463587 m World muIoni + 335 10.880303 cm -3.168731 m -2.5093469 m 5.1171988 MeV 7.5996578 keV 8.015806 mm 7.5543745 m World muIoni + 336 10.889786 cm -3.1719124 m -2.509774 m 5.1128964 MeV 4.302474 keV 3.2113116 mm 7.5575858 m World muIoni + 337 10.91336 cm -3.1797945 m -2.5107946 m 5.1041412 MeV 6.6249691 keV 7.9514668 mm 7.5655373 m World muIoni + 338 10.933216 cm -3.1872275 m -2.5117153 m 5.0942391 MeV 9.9020805 keV 7.492648 mm 7.5730299 m World muIoni + 339 10.944904 cm -3.1940788 m -2.5125817 m 5.047158 MeV 8.0695696 keV 6.9068826 mm 7.5799368 m World muIoni + 340 10.952211 cm -3.1985094 m -2.5131621 m 5.0396147 MeV 5.6926936 keV 4.4690103 mm 7.5844058 m World muIoni + 341 10.964016 cm -3.2048288 m -2.5139951 m 5.0328685 MeV 6.7462289 keV 6.3752309 mm 7.5907811 m World muIoni + 342 11.28696 cm -3.2270597 m -2.5156997 m 5.0111615 MeV 18.891121 keV 2.253264 cm 7.6133137 m World muIoni + 343 11.291337 cm -3.2273796 m -2.5157228 m 4.9925346 MeV 345.66606 eV 323.68609 um 7.6136374 m World muIoni + 344 11.574864 cm -3.2485259 m -2.5171884 m 4.9726076 MeV 19.927004 keV 2.138635 cm 7.6350237 m World muIoni + 345 11.629095 cm -3.252741 m -2.5174859 m 4.9657108 MeV 5.1973288 keV 4.2602189 mm 7.639284 m World muIoni + 346 11.817149 cm -3.2672754 m -2.5184787 m 4.9523859 MeV 11.772125 keV 1.4689402 cm 7.6539734 m World muIoni + 347 12.016276 cm -3.2820508 m -2.5193663 m 4.9384255 MeV 13.960364 keV 1.4935684 cm 7.668909 m World muIoni + 348 12.052651 cm -3.2848023 m -2.5195287 m 4.9336662 MeV 2.2156377 keV 2.7802133 mm 7.6716893 m World muIoni + 349 12.098201 cm -3.2882699 m -2.5197219 m 4.9292288 MeV 3.0378532 keV 3.502761 mm 7.675192 m World muIoni + 350 12.118804 cm -3.2898373 m -2.5198069 m 4.9267438 MeV 1.2542065 keV 1.5831388 mm 7.6767752 m World muIoni + 351 12.164507 cm -3.2932917 m -2.5199947 m 4.9216668 MeV 3.728557 keV 3.4895322 mm 7.6802647 m World muIoni + 352 12.24668 cm -3.299553 m -2.5203094 m 4.9110397 MeV 7.6974574 keV 6.3229355 mm 7.6865876 m World muIoni + 353 12.381249 cm -3.3097645 m -2.5208378 m 4.8994641 MeV 10.523846 keV 1.0313472 cm 7.6969011 m World muIoni + 354 12.39871 cm -3.3110838 m -2.5209008 m 4.8345944 MeV 1.0733952 keV 1.3322998 mm 7.6982334 m World muIoni + 355 12.764408 cm -3.3378573 m -2.522168 m 4.8062511 MeV 26.810667 keV 2.7052788 cm 7.7252862 m World muIoni + 356 12.839535 cm -3.3430972 m -2.5223899 m 4.7996449 MeV 5.1052636 keV 5.2980878 mm 7.7305843 m World muIoni + 357 12.992365 cm -3.353749 m -2.5229015 m 4.7849748 MeV 13.486571 keV 1.0773167 cm 7.7413574 m World muIoni + 358 13.124468 cm -3.3620361 m -2.5233074 m 4.7652082 MeV 7.902739 keV 8.4016654 mm 7.7497591 m World muIoni + 359 13.392063 cm -3.3790794 m -2.5240467 m 4.7439649 MeV 17.918742 keV 1.7268298 cm 7.7670274 m World muIoni + 360 13.804443 cm -3.4057809 m -2.5250567 m 4.7140198 MeV 29.945075 keV 2.7038015 cm 7.7940654 m World muIoni + 361 13.909422 cm -3.4131052 m -2.5254022 m 4.7048734 MeV 5.4329218 keV 7.4072846 mm 7.8014727 m World muIoni + 362 13.942768 cm -3.4154159 m -2.5255092 m 4.6996055 MeV 3.788347 keV 2.3370345 mm 7.8038097 m World muIoni + 363 13.97236 cm -3.4174885 m -2.5256051 m 4.6955028 MeV 2.8548682 keV 2.0958322 mm 7.8059056 m World muIoni + 364 13.997536 cm -3.4192104 m -2.5256812 m 4.6908177 MeV 1.5201094 keV 1.7419082 mm 7.8076475 m World muIoni + 365 14.185923 cm -3.4323277 m -2.5262746 m 4.6770064 MeV 12.762846 keV 1.3265324 cm 7.8209128 m World muIoni + 366 14.368591 cm -3.4455037 m -2.5268463 m 4.6665081 MeV 10.49833 keV 1.3314619 cm 7.8342274 m World muIoni + 367 14.399533 cm -3.4477634 m -2.5269491 m 4.6597061 MeV 2.5805523 keV 2.2830327 mm 7.8365105 m World muIoni + 368 14.446802 cm -3.4510764 m -2.527091 m 4.653911 MeV 2.86466 keV 3.3496191 mm 7.8398601 m World muIoni + 369 14.462021 cm -3.4521415 m -2.5271389 m 4.6523603 MeV 555.91426 eV 1.0769695 mm 7.840937 m World muIoni + 370 14.63471 cm -3.4642351 m -2.52767 m 4.5727753 MeV 15.853807 keV 1.222804 cm 7.8531651 m World muIoni + 371 14.675946 cm -3.4672837 m -2.5277931 m 4.5705719 MeV 2.2034095 keV 3.0788484 mm 7.8562439 m World muIoni + 372 14.869003 cm -3.4817179 m -2.5284767 m 4.5456043 MeV 23.726994 keV 1.4579044 cm 7.870823 m World muIoni + 373 14.902891 cm -3.4843781 m -2.5286169 m 4.541545 MeV 4.0593116 keV 2.6852969 mm 7.8735083 m World muIoni + 374 14.986275 cm -3.4911285 m -2.5289902 m 4.5328497 MeV 5.9202246 keV 6.8120479 mm 7.8803203 m World muIoni + 375 15.041327 cm -3.4960143 m -2.5292553 m 4.5230952 MeV 4.0792256 keV 4.9238657 mm 7.8852442 m World muIoni + 376 15.348079 cm -3.5237105 m -2.5308504 m 4.4057461 MeV 30.009163 keV 2.7912433 cm 7.9131566 m World muIoni + 377 15.364793 cm -3.5250889 m -2.5309288 m 4.3972601 MeV 2.0910494 keV 1.3906905 mm 7.9145473 m World muIoni + 378 15.618864 cm -3.5467122 m -2.5322136 m 4.3732328 MeV 22.02996 keV 2.181072 cm 7.936358 m World muIoni + 379 15.731306 cm -3.5561383 m -2.5327938 m 4.3598591 MeV 10.169483 keV 9.5107449 mm 7.9458688 m World muIoni + 380 15.81043 cm -3.5630522 m -2.5331969 m 4.3474324 MeV 8.8497212 keV 6.9707758 mm 7.9528395 m World muIoni + 381 15.862558 cm -3.5675114 m -2.5334622 m 4.3417441 MeV 4.2952489 keV 4.4973744 mm 7.9573369 m World muIoni + 382 15.932939 cm -3.5734731 m -2.5338087 m 4.3336204 MeV 5.6881593 keV 6.0132153 mm 7.9633501 m World muIoni + 383 16.313811 cm -3.6052767 m -2.5355323 m 4.3043699 MeV 28.014739 keV 3.2078987 cm 7.9954291 m World muIoni + 384 16.351368 cm -3.6082935 m -2.5357644 m 4.2999975 MeV 1.8560407 keV 3.0491265 mm 7.9984782 m World muIoni + 385 16.41709 cm -3.6131206 m -2.5361706 m 4.2954131 MeV 4.5844037 keV 4.888605 mm 8.0033669 m World muIoni + 386 16.506986 cm -3.6197458 m -2.5367243 m 4.2792596 MeV 6.8046676 keV 6.7088531 mm 8.0100757 m World muIoni + 387 16.50916 cm -3.6199317 m -2.5367385 m 4.2774664 MeV 323.2947 eV 187.70531 um 8.0102634 m World muIoni + 388 16.602609 cm -3.6292872 m -2.5374651 m 4.2659672 MeV 10.344419 keV 9.4301823 mm 8.0196936 m World muIoni + 389 16.671888 cm -3.6365191 m -2.5380646 m 4.2565043 MeV 8.456334 keV 7.2898036 mm 8.0269834 m World muIoni + 390 16.753494 cm -3.644568 m -2.5387522 m 4.2467734 MeV 9.7308743 keV 8.1194496 mm 8.0351028 m World muIoni + 391 16.769773 cm -3.6463363 m -2.5389083 m 4.238442 MeV 1.44619 keV 1.7825922 mm 8.0368854 m World muIoni + 392 16.790806 cm -3.6486696 m -2.5390956 m 4.2327718 MeV 4.3224598 keV 2.3502864 mm 8.0392357 m World muIoni + 393 17.009004 cm -3.6733069 m -2.5410223 m 4.2008923 MeV 30.165146 keV 2.4809756 cm 8.0640455 m World muIoni + 394 17.085928 cm -3.6834011 m -2.5416253 m 4.1892091 MeV 10.614388 keV 1.0141664 cm 8.0741871 m World muIoni + 395 17.117228 cm -3.6872738 m -2.541832 m 4.1853663 MeV 3.8428305 keV 3.890821 mm 8.078078 m World muIoni + 396 17.122232 cm -3.6878897 m -2.5418644 m 4.1851214 MeV 244.82446 eV 618.78472 um 8.0786968 m World muIoni + 397 17.178937 cm -3.6947861 m -2.5422333 m 4.1741025 MeV 8.7947376 keV 6.9295906 mm 8.0856263 m World muIoni + 398 17.201165 cm -3.6973216 m -2.542365 m 4.1681751 MeV 4.3436207 keV 2.548644 mm 8.088175 m World muIoni + 399 17.288092 cm -3.7078636 m -2.5429004 m 4.1552965 MeV 11.783533 keV 1.0591404 cm 8.0987664 m World muIoni + 400 17.351564 cm -3.7160706 m -2.5432762 m 4.1469455 MeV 8.3509822 keV 8.2402826 mm 8.1070067 m World muIoni + 401 17.377615 cm -3.7192178 m -2.5434073 m 4.143572 MeV 2.3049094 keV 3.1606891 mm 8.1101674 m World muIoni + 402 17.390481 cm -3.7207476 m -2.5434731 m 4.1338966 MeV 1.4023435 keV 1.5365701 mm 8.1117039 m World muIoni + 403 17.404757 cm -3.7224646 m -2.5435427 m 4.133305 MeV 591.57548 eV 1.7243816 mm 8.1134283 m World muIoni + 404 17.405413 cm -3.7225439 m -2.5435458 m 4.1321193 MeV 0 eV 79.550652 um 8.1135079 m World muIoni + 405 17.45074 cm -3.7280702 m -2.5437645 m 4.1243954 MeV 7.7238594 keV 5.5492379 mm 8.1190571 m World muIoni + 406 17.452725 cm -3.7283045 m -2.5437733 m 4.122042 MeV 182.02208 eV 235.31943 um 8.1192924 m World muIoni + 407 17.500191 cm -3.7334129 m -2.5439555 m 4.1138412 MeV 8.2007855 keV 5.1339167 mm 8.1244263 m World muIoni + 408 17.50252 cm -3.733652 m -2.543964 m 4.1070967 MeV 220.44604 eV 240.37057 um 8.1246667 m World muIoni + 409 17.549484 cm -3.7383599 m -2.5441352 m 4.100615 MeV 6.4816625 keV 4.734416 mm 8.1294011 m World muIoni + 410 17.601117 cm -3.7436442 m -2.5443348 m 4.0930899 MeV 4.3401781 keV 5.3131878 mm 8.1347143 m World muIoni + 411 17.616427 cm -3.7451924 m -2.5443973 m 4.0809061 MeV 2.5955009 keV 1.5570742 mm 8.1362714 m World muIoni + 412 17.618848 cm -3.7454337 m -2.5444063 m 4.0775735 MeV 205.91879 eV 242.62883 um 8.136514 m World muIoni + 413 17.754056 cm -3.7586855 m -2.5449129 m 4.0637993 MeV 13.77422 keV 1.3330566 cm 8.1498446 m World muIoni + 414 17.757491 cm -3.7590337 m -2.5449271 m 4.0621625 MeV 104.51375 eV 350.16785 um 8.1501948 m World muIoni + 415 17.791386 cm -3.762474 m -2.5450658 m 4.0570236 MeV 3.6947294 keV 3.459718 mm 8.1536545 m World muIoni + 416 17.871816 cm -3.7701053 m -2.5453268 m 4.0510844 MeV 5.9391661 keV 7.6781285 mm 8.1613326 m World muIoni + 417 17.905313 cm -3.7730118 m -2.5454071 m 4.04612 MeV 3.2061575 keV 2.9268374 mm 8.1642594 m World muIoni + 418 17.968615 cm -3.7787242 m -2.5455739 m 4.038563 MeV 7.5570525 keV 5.7498607 mm 8.1700093 m World muIoni + 419 18.235731 cm -3.8030258 m -2.5462505 m 4.007685 MeV 29.821757 keV 2.4458522 cm 8.1944678 m World muIoni + 420 18.353081 cm -3.813352 m -2.5465747 m 3.9913505 MeV 13.896717 keV 1.0397875 cm 8.2048657 m World muIoni + 421 18.495633 cm -3.8259677 m -2.5470974 m 3.9755477 MeV 15.802837 keV 1.2707035 cm 8.2175727 m World muIoni + 422 18.624332 cm -3.8374808 m -2.5477578 m 3.9637952 MeV 9.9547188 keV 1.160388 cm 8.2291766 m World muIoni + 423 18.658444 cm -3.8404025 m -2.5479355 m 3.9598157 MeV 2.8832368 keV 2.9469131 mm 8.2321235 m World muIoni + 424 18.708139 cm -3.8447513 m -2.5482152 m 3.9552988 MeV 3.2751898 keV 4.3860613 mm 8.2365096 m World muIoni + 425 18.796292 cm -3.8521409 m -2.5486359 m 3.9471976 MeV 6.512839 keV 7.4540196 mm 8.2439636 m World muIoni + 426 18.798689 cm -3.8523495 m -2.5486489 m 3.9471073 MeV 90.267082 eV 210.33578 um 8.2441739 m World muIoni + 427 18.867899 cm -3.858366 m -2.5490258 m 3.938563 MeV 5.9961364 keV 6.0679848 mm 8.2502419 m World muIoni + 428 19.071714 cm -3.8753871 m -2.5500557 m 3.911686 MeV 20.972743 keV 1.7174099 cm 8.267416 m World muIoni + 429 19.151157 cm -3.882224 m -2.5504137 m 3.9045072 MeV 4.8372538 keV 6.8923223 mm 8.2743083 m World muIoni + 430 19.224868 cm -3.8884816 m -2.5507435 m 3.8944946 MeV 10.012665 keV 6.3095686 mm 8.2806179 m World muIoni + 431 19.295408 cm -3.8941103 m -2.5510122 m 3.8863514 MeV 7.0178554 keV 5.6791066 mm 8.286297 m World muIoni + 432 19.335688 cm -3.8973154 m -2.5511587 m 3.8801981 MeV 4.023771 keV 3.2336954 mm 8.2895307 m World muIoni + 433 19.388895 cm -3.901692 m -2.551336 m 3.875546 MeV 4.6520646 keV 4.4123522 mm 8.2939431 m World muIoni + 434 19.420876 cm -3.9044702 m -2.5514668 m 3.8698647 MeV 4.0667926 keV 2.7996493 mm 8.2967427 m World muIoni + 435 19.573485 cm -3.9175004 m -2.5520522 m 3.852631 MeV 17.233701 keV 1.3132624 cm 8.3098753 m World muIoni + 436 19.667853 cm -3.9255368 m -2.5524588 m 3.8407127 MeV 8.9973252 keV 8.1019825 mm 8.3179773 m World muIoni + 437 19.705901 cm -3.9286752 m -2.552636 m 3.8353559 MeV 4.2859564 keV 3.1663178 mm 8.3211436 m World muIoni + 438 19.865879 cm -3.9424181 m -2.5533899 m 3.814267 MeV 15.83147 keV 1.3856671 cm 8.3350003 m World muIoni + 439 19.983252 cm -3.9533618 m -2.5539302 m 3.7995441 MeV 14.722888 keV 1.1019949 cm 8.3460203 m World muIoni + 440 20.018373 cm -3.9566928 m -2.5541148 m 3.7919835 MeV 4.9393838 keV 3.3545019 mm 8.3493748 m World muIoni + 441 20.125701 cm -3.9667147 m -2.5546563 m 3.7834025 MeV 8.5809925 keV 1.0093949 cm 8.3594687 m World muIoni + 442 20.212733 cm -3.9746923 m -2.5550572 m 3.7638198 MeV 12.437771 keV 8.0350674 mm 8.3675038 m World muIoni + 443 20.326276 cm -3.9849212 m -2.5555085 m 3.745849 MeV 17.970828 keV 1.0301877 cm 8.3778057 m World muIoni + 444 20.32841 cm -3.9851084 m -2.5555163 m 3.7435051 MeV 1.3459412 keV 188.53885 um 8.3779942 m World muIoni + 445 20.452136 cm -3.9959871 m -2.5559595 m 3.7304536 MeV 12.038399 keV 1.0958023 cm 8.3889522 m World muIoni + 446 20.847364 cm -4.0298536 m -2.557692 m 3.6890367 MeV 39.304291 keV 3.4143122 cm 8.4230953 m World muIoni + 447 20.892357 cm -4.0335584 m -2.5579014 m 3.6855506 MeV 3.4860472 keV 3.7379942 mm 8.4268333 m World muIoni + 448 20.916539 cm -4.0356854 m -2.5579922 m 3.6833148 MeV 2.2358417 keV 2.1426168 mm 8.4289759 m World muIoni + 449 20.941925 cm -4.0380244 m -2.5580911 m 3.6761211 MeV 4.746922 keV 2.3548705 mm 8.4313308 m World muIoni + 450 20.966791 cm -4.0404043 m -2.5581968 m 3.6749456 MeV 1.1755436 keV 2.3951425 mm 8.433726 m World muIoni + 451 20.972901 cm -4.0409896 m -2.5582238 m 3.6742989 MeV 646.7174 eV 589.13858 um 8.4343151 m World muIoni + 452 21.079318 cm -4.0512554 m -2.5586914 m 3.6567209 MeV 13.395851 keV 1.0331607 cm 8.4446467 m World muIoni + 453 21.130274 cm -4.0568815 m -2.5589872 m 3.6450482 MeV 5.9727189 keV 5.6569463 mm 8.4503037 m World muIoni + 454 21.15878 cm -4.0603136 m -2.5591773 m 3.6373457 MeV 5.4787809 keV 3.4491575 mm 8.4537528 m World muIoni + 455 21.16804 cm -4.0615607 m -2.5592428 m 3.6360168 MeV 1.3288928 keV 1.2522145 mm 8.455005 m World muIoni + 456 21.351913 cm -4.0862372 m -2.5605128 m 3.6044633 MeV 30.19334 keV 2.477905 cm 8.4797841 m World muIoni + 457 21.373829 cm -4.0924533 m -2.5608112 m 3.5937682 MeV 10.695097 keV 6.227158 mm 8.4860112 m World muIoni + 458 21.416132 cm -4.1035771 m -2.5613289 m 3.5458495 MeV 13.498068 keV 1.1144127 cm 8.4971554 m World muIoni + 459 21.469756 cm -4.1182482 m -2.562066 m 3.5240509 MeV 19.678754 keV 1.4699913 cm 8.5118553 m World muIoni + 460 21.474013 cm -4.1191532 m -2.5621171 m 3.5194148 MeV 926.11661 eV 907.4234 um 8.5127627 m World muIoni + 461 21.508928 cm -4.1265786 m -2.5625594 m 3.5102582 MeV 9.1566241 keV 7.4469329 mm 8.5202096 m World muIoni + 462 21.521395 cm -4.1289175 m -2.5627194 m 3.5047613 MeV 4.2050842 keV 2.3476086 mm 8.5225572 m World muIoni + 463 21.531353 cm -4.1308077 m -2.5628521 m 3.5000267 MeV 2.3350858 keV 1.8975221 mm 8.5244548 m World muIoni + 464 21.622595 cm -4.1482263 m -2.5640263 m 3.4750166 MeV 25.010143 keV 1.7482741 cm 8.5419375 m World muIoni + 465 21.642903 cm -4.1519262 m -2.5642709 m 3.4654155 MeV 2.3254616 keV 3.7134892 mm 8.545651 m World muIoni + 466 21.650906 cm -4.1534576 m -2.5643628 m 3.4635371 MeV 1.8784227 keV 1.5362497 mm 8.5471872 m World muIoni + 467 21.660683 cm -4.1553631 m -2.5644734 m 3.4525032 MeV 3.4921688 keV 1.9113132 mm 8.5490986 m World muIoni + 468 21.66785 cm -4.1570564 m -2.5645814 m 3.4509091 MeV 1.5941775 keV 1.6982555 mm 8.5507968 m World muIoni + 469 21.688554 cm -4.1623496 m -2.5649105 m 3.4414195 MeV 8.074346 keV 5.3074597 mm 8.5561043 m World muIoni + 470 21.701564 cm -4.1655305 m -2.565124 m 3.433665 MeV 3.8085039 keV 3.1907727 mm 8.559295 m World muIoni + 471 21.721573 cm -4.1710395 m -2.5654816 m 3.417535 MeV 10.619302 keV 5.5242456 mm 8.5648193 m World muIoni + 472 21.743583 cm -4.1797262 m -2.5660248 m 3.4012896 MeV 15.204759 keV 8.7066185 mm 8.5735259 m World muIoni + 473 21.75291 cm -4.1825761 m -2.5661773 m 3.393017 MeV 6.5180449 keV 2.8555179 mm 8.5763814 m World muIoni + 474 21.769544 cm -4.1879672 m -2.5664586 m 3.3840072 MeV 7.7797782 keV 5.4010716 mm 8.5817825 m World muIoni + 475 21.770354 cm -4.1882771 m -2.5664753 m 3.3721635 MeV 110.88594 eV 310.44594 um 8.5820929 m World muIoni + 476 21.772855 cm -4.1891108 m -2.5665198 m 3.3679867 MeV 1.0244346 keV 835.28076 um 8.5829282 m World muIoni + 477 21.777218 cm -4.1905475 m -2.5665939 m 3.362325 MeV 4.6262828 keV 1.4392517 mm 8.5843675 m World muIoni + 478 21.778978 cm -4.1911215 m -2.5666238 m 3.360434 MeV 655.06865 eV 575.06766 um 8.5849425 m World muIoni + 479 21.779172 cm -4.1911813 m -2.5666268 m 3.360434 MeV 0 eV 59.949938 um 8.5850025 m World muIoni + 480 21.792965 cm -4.195407 m -2.5668443 m 3.3537449 MeV 6.6891282 keV 4.2335717 mm 8.5892361 m World muIoni + 481 21.820461 cm -4.2025674 m -2.5671928 m 3.3075484 MeV 10.15346 keV 7.1742331 mm 8.5964103 m World muIoni + 482 21.85285 cm -4.2104911 m -2.5675524 m 3.2907885 MeV 11.742299 keV 7.938591 mm 8.6043489 m World muIoni + 483 21.853023 cm -4.2105284 m -2.5675535 m 3.2893205 MeV 62.46414 eV 37.368171 um 8.6043863 m World muIoni + 484 21.877757 cm -4.2158992 m -2.5677033 m 3.2774725 MeV 10.46486 keV 5.3787031 mm 8.609765 m World muIoni + 485 21.878894 cm -4.2161725 m -2.5677098 m 3.2774482 MeV 24.250026 eV 273.60939 um 8.6100386 m World muIoni + 486 21.887118 cm -4.2181587 m -2.5677568 m 3.2726481 MeV 3.3568266 keV 1.9884306 mm 8.612027 m World muIoni + 487 21.887443 cm -4.2182365 m -2.5677584 m 3.2708062 MeV 0 eV 77.874963 um 8.6121049 m World muIoni + 488 21.89733 cm -4.2205091 m -2.5678006 m 3.2667461 MeV 2.8607773 keV 2.2751674 mm 8.61438 m World muIoni + 489 21.945757 cm -4.2307235 m -2.5680028 m 3.2475333 MeV 16.505163 keV 1.0228143 cm 8.6246082 m World muIoni + 490 21.948152 cm -4.2312154 m -2.5680141 m 3.2446197 MeV 594.70761 eV 492.64871 um 8.6251008 m World muIoni + 491 21.960311 cm -4.2336415 m -2.5680711 m 3.24153 MeV 1.7139664 keV 2.4298096 mm 8.6275306 m World muIoni + 492 21.986628 cm -4.2395236 m -2.5682111 m 3.2295508 MeV 5.5579107 keV 5.8896868 mm 8.6334203 m World muIoni + 493 21.993515 cm -4.2411624 m -2.5682456 m 3.2258453 MeV 3.7055029 keV 1.6406905 mm 8.635061 m World muIoni + 494 22.031751 cm -4.2502471 m -2.5684681 m 3.211715 MeV 12.685159 keV 9.0956386 mm 8.6441567 m World muIoni + 495 22.049439 cm -4.2548397 m -2.5685161 m 3.2055989 MeV 6.1160948 keV 4.5962767 mm 8.6487529 m World muIoni + 496 22.087429 cm -4.2644024 m -2.5686586 m 3.1858708 MeV 18.375874 keV 9.5715931 mm 8.6583245 m World muIoni + 497 22.087642 cm -4.26448 m -2.56866 m 3.1856749 MeV 195.87674 eV 77.652489 um 8.6584022 m World muIoni + 498 22.093714 cm -4.2666911 m -2.5687008 m 3.182168 MeV 2.3015432 keV 2.212272 mm 8.6606145 m World muIoni + 499 22.114077 cm -4.2735047 m -2.5687934 m 3.1716042 MeV 8.2197282 keV 6.8174098 mm 8.6674319 m World muIoni + 500 22.12007 cm -4.2759936 m -2.5688331 m 3.1648869 MeV 5.4915877 keV 2.4899884 mm 8.6699219 m World muIoni + 501 22.121265 cm -4.2764765 m -2.5688408 m 3.164234 MeV 652.88906 eV 483.1165 um 8.670405 m World muIoni + 502 22.138359 cm -4.2834116 m -2.5689535 m 3.1530992 MeV 10.127897 keV 6.9382185 mm 8.6773432 m World muIoni + 503 22.139014 cm -4.2837094 m -2.5689577 m 3.1515499 MeV 541.86501 eV 297.96764 um 8.6776412 m World muIoni + 504 22.173566 cm -4.3000062 m -2.5691908 m 3.1265921 MeV 23.781967 keV 1.6302922 cm 8.6939441 m World muIoni + 505 22.176902 cm -4.3020041 m -2.5692134 m 3.1217975 MeV 3.7585314 keV 1.9983165 mm 8.6959424 m World muIoni + 506 22.177539 cm -4.3023876 m -2.5692171 m 3.120217 MeV 355.34327 eV 383.58561 um 8.696326 m World muIoni + 507 22.190589 cm -4.3103934 m -2.569309 m 3.0752751 MeV 11.572973 keV 8.0075658 mm 8.7043335 m World muIoni + 508 22.192337 cm -4.3123434 m -2.5693279 m 3.0686979 MeV 1.4410664 keV 1.9501065 mm 8.7062837 m World muIoni + 509 22.193462 cm -4.3142748 m -2.569357 m 3.065413 MeV 1.9607032 keV 1.9316638 mm 8.7082153 m World muIoni + 510 22.195379 cm -4.3163503 m -2.5693837 m 3.0622124 MeV 2.1499427 keV 2.0758373 mm 8.7102912 m World muIoni + 511 22.195668 cm -4.3169876 m -2.5693938 m 3.0615494 MeV 662.91293 eV 637.36855 um 8.7109285 m World muIoni + 512 22.205071 cm -4.3314703 m -2.5696148 m 3.0408325 MeV 19.652499 keV 1.4485397 cm 8.7254139 m World muIoni + 513 22.204718 cm -4.331892 m -2.5696228 m 3.0383707 MeV 1.1671563 keV 421.77632 um 8.7258357 m World muIoni + 514 22.193249 cm -4.3445135 m -2.5698576 m 3.0206086 MeV 17.762064 keV 1.2624727 cm 8.7384604 m World muIoni + 515 22.156718 cm -4.3595146 m -2.5703139 m 2.9876667 MeV 23.834947 keV 1.5013225 cm 8.7534736 m World muIoni + 516 22.139431 cm -4.3658398 m -2.5705388 m 2.9585273 MeV 9.4973011 keV 6.3316132 mm 8.7598053 m World muIoni + 517 22.133157 cm -4.3686752 m -2.5706498 m 2.9428877 MeV 5.8556784 keV 2.8382976 mm 8.7626436 m World muIoni + 518 22.100154 cm -4.384982 m -2.571304 m 2.9068477 MeV 24.259791 keV 1.6324241 cm 8.7789678 m World muIoni + 519 22.09103 cm -4.3893353 m -2.571523 m 2.9005065 MeV 6.3411716 keV 4.3598216 mm 8.7833276 m World muIoni + 520 22.08267 cm -4.3941543 m -2.5717944 m 2.8948264 MeV 4.4878581 keV 4.8273543 mm 8.788155 m World muIoni + 521 22.07492 cm -4.3989985 m -2.5720538 m 2.8723704 MeV 6.2662452 keV 4.8519059 mm 8.7930069 m World muIoni + 522 22.066678 cm -4.4029772 m -2.5722903 m 2.8658933 MeV 6.4771473 keV 3.9865954 mm 8.7969935 m World muIoni + 523 22.058013 cm -4.4080037 m -2.5726062 m 2.8492812 MeV 10.194635 keV 5.0372037 mm 8.8020307 m World muIoni + 524 22.051793 cm -4.4137658 m -2.5729616 m 2.8389779 MeV 10.303299 keV 5.7735651 mm 8.8078042 m World muIoni + 525 22.049871 cm -4.4150357 m -2.5730416 m 2.8366018 MeV 1.3386274 keV 1.2725182 mm 8.8090768 m World muIoni + 526 22.0465 cm -4.4171847 m -2.5731789 m 2.8330373 MeV 2.0331315 keV 2.1536314 mm 8.8112304 m World muIoni + 527 22.045697 cm -4.4179618 m -2.5732312 m 2.8307984 MeV 790.14863 eV 778.98208 um 8.8120094 m World muIoni + 528 22.043467 cm -4.4204553 m -2.5733961 m 2.816525 MeV 5.4808142 keV 2.498991 mm 8.8145084 m World muIoni + 529 22.031824 cm -4.4407065 m -2.5748543 m 2.7830956 MeV 33.429432 keV 2.0305675 cm 8.834814 m World muIoni + 530 22.028259 cm -4.4436294 m -2.5751248 m 2.7771972 MeV 4.1690807 keV 2.9356242 mm 8.8377497 m World muIoni + 531 22.022702 cm -4.4467878 m -2.5754347 m 2.769706 MeV 6.0395257 keV 3.1740253 mm 8.8409237 m World muIoni + 532 22.004169 cm -4.4552773 m -2.5762807 m 2.7523539 MeV 15.608679 keV 8.5338642 mm 8.8494576 m World muIoni + 533 21.998094 cm -4.4570724 m -2.5764437 m 2.7381172 MeV 4.4842555 keV 1.8035516 mm 8.8512611 m World muIoni + 534 21.979662 cm -4.4626598 m -2.5769063 m 2.7281955 MeV 8.637556 keV 5.6096578 mm 8.8568708 m World muIoni + 535 21.977749 cm -4.4632163 m -2.5769518 m 2.7206325 MeV 636.87762 eV 558.60072 um 8.8574294 m World muIoni + 536 21.961694 cm -4.4675322 m -2.5773159 m 2.7119224 MeV 8.7100677 keV 4.3342868 mm 8.8617637 m World muIoni + 537 21.94467 cm -4.471167 m -2.5776306 m 2.7038362 MeV 6.4520363 keV 3.6524101 mm 8.8654161 m World muIoni + 538 21.930315 cm -4.4745427 m -2.5779199 m 2.696288 MeV 5.063569 keV 3.3911971 mm 8.8688073 m World muIoni + 539 21.922804 cm -4.4765895 m -2.5781114 m 2.6834382 MeV 3.1350103 keV 2.0571564 mm 8.8708644 m World muIoni + 540 21.914491 cm -4.4790348 m -2.5783475 m 2.6782027 MeV 3.5990953 keV 2.4580192 mm 8.8733224 m World muIoni + 541 21.895356 cm -4.4837746 m -2.5787861 m 2.6688549 MeV 7.3240933 keV 4.7640167 mm 8.8780865 m World muIoni + 542 21.887472 cm -4.4855908 m -2.5789497 m 2.6608104 MeV 4.5161304 keV 1.8252621 mm 8.8799117 m World muIoni + 543 21.862032 cm -4.4907928 m -2.5794058 m 2.6529287 MeV 6.8521483 keV 5.2282589 mm 8.88514 m World muIoni + 544 21.858857 cm -4.4913986 m -2.5794568 m 2.6498018 MeV 1.5608049 keV 608.79006 um 8.8857488 m World muIoni + 545 21.856683 cm -4.4918003 m -2.5794902 m 2.6461048 MeV 768.62085 eV 403.6582 um 8.8861524 m World muIoni + 546 21.808335 cm -4.5003764 m -2.5802006 m 2.6248696 MeV 17.612813 keV 8.6193395 mm 8.8947718 m World muIoni + 547 21.741938 cm -4.5114366 m -2.5811903 m 2.6061916 MeV 18.678041 keV 1.1124736 cm 8.9058965 m World muIoni + 548 21.7337 cm -4.5128974 m -2.5813162 m 2.6032742 MeV 1.8035505 keV 1.4685292 mm 8.907365 m World muIoni + 549 21.680966 cm -4.5220334 m -2.5821234 m 2.5843896 MeV 17.332552 keV 9.1871358 mm 8.9165522 m World muIoni + 550 21.611531 cm -4.5347204 m -2.5832813 m 2.558138 MeV 22.95985 keV 1.2759324 cm 8.9293115 m World muIoni + 551 21.587036 cm -4.5409304 m -2.5838626 m 2.5463052 MeV 10.782583 keV 6.242076 mm 8.9355536 m World muIoni + 552 21.585912 cm -4.541308 m -2.5838934 m 2.5445008 MeV 382.70938 eV 379.11614 um 8.9359327 m World muIoni + 553 21.580957 cm -4.5429678 m -2.5840262 m 2.5399174 MeV 3.551337 keV 1.665758 mm 8.9375984 m World muIoni + 554 21.576344 cm -4.5442743 m -2.5841294 m 2.533817 MeV 3.4443284 keV 1.3114154 mm 8.9389099 m World muIoni + 555 21.566501 cm -4.5469588 m -2.5843341 m 2.5275469 MeV 5.2498765 keV 2.6941401 mm 8.941604 m World muIoni + 556 21.544398 cm -4.5525379 m -2.5846926 m 2.5137007 MeV 12.606467 keV 5.595126 mm 8.9471991 m World muIoni + 557 21.532244 cm -4.5560235 m -2.584936 m 2.505418 MeV 6.4589566 keV 3.4962364 mm 8.9506954 m World muIoni + 558 21.508981 cm -4.5622277 m -2.5853766 m 2.491585 MeV 13.833011 keV 6.2242993 mm 8.9569197 m World muIoni + 559 21.500751 cm -4.5642909 m -2.5855042 m 2.4537141 MeV 2.6060772 keV 2.0688558 mm 8.9589885 m World muIoni + 560 21.496764 cm -4.5653899 m -2.5855751 m 2.4507439 MeV 655.50271 eV 1.1019183 mm 8.9600904 m World muIoni + 561 21.487956 cm -4.5689235 m -2.5857942 m 2.4396902 MeV 9.7883279 keV 3.5416132 mm 8.963632 m World muIoni + 562 21.479543 cm -4.5723649 m -2.5859927 m 2.4266623 MeV 4.687848 keV 3.448171 mm 8.9670802 m World muIoni + 563 21.474047 cm -4.5749315 m -2.5861411 m 2.4227755 MeV 3.8867558 keV 2.5714543 mm 8.9696517 m World muIoni + 564 21.458172 cm -4.5825025 m -2.586583 m 2.4043245 MeV 13.533999 keV 7.5858307 mm 8.9772375 m World muIoni + 565 21.452895 cm -4.5850754 m -2.5866901 m 2.3978077 MeV 5.1663684 keV 2.5756938 mm 8.9798132 m World muIoni + 566 21.407255 cm -4.6035034 m -2.5874414 m 2.3621179 MeV 33.61666 keV 1.8450906 cm 8.9982641 m World muIoni + 567 21.399935 cm -4.6125403 m -2.5877982 m 2.33613 MeV 16.25489 keV 9.0446125 mm 9.0073087 m World muIoni + 568 21.399929 cm -4.6150883 m -2.5879147 m 2.3304435 MeV 3.1734451 keV 2.5506435 mm 9.0098594 m World muIoni + 569 21.399382 cm -4.6163443 m -2.5879791 m 2.323369 MeV 2.2212282 keV 1.2576884 mm 9.011117 m World muIoni + 570 21.399385 cm -4.6173096 m -2.5880313 m 2.3196509 MeV 2.5034952 keV 966.75902 um 9.0120838 m World muIoni + 571 21.398926 cm -4.6194835 m -2.5881488 m 2.3116891 MeV 5.6059995 keV 2.1770458 mm 9.0142608 m World muIoni + 572 21.398741 cm -4.6201252 m -2.5881896 m 2.3093261 MeV 1.3085863 keV 643.04093 um 9.0149039 m World muIoni + 573 21.398481 cm -4.6207339 m -2.5882273 m 2.3081595 MeV 1.1666532 keV 609.81308 um 9.0155137 m World muIoni + 574 21.397607 cm -4.6220632 m -2.5883079 m 2.3028658 MeV 2.2146748 keV 1.3318676 mm 9.0168456 m World muIoni + 575 21.394504 cm -4.6258538 m -2.5885329 m 2.2923057 MeV 9.3403138 keV 3.7974373 mm 9.020643 m World muIoni + 576 21.393837 cm -4.6272325 m -2.5886223 m 2.28498 MeV 3.0768921 keV 1.3815755 mm 9.0220246 m World muIoni + 577 21.392923 cm -4.6287489 m -2.5887184 m 2.2796608 MeV 4.1852479 keV 1.5194889 mm 9.0235441 m World muIoni + 578 21.390782 cm -4.6307445 m -2.5888472 m 2.2752762 MeV 2.6647059 keV 1.9998939 mm 9.025544 m World muIoni + 579 21.390061 cm -4.6313212 m -2.5888865 m 2.2673243 MeV 682.45244 eV 578.12821 um 9.0261221 m World muIoni + 580 21.386181 cm -4.6338178 m -2.5890535 m 2.2594594 MeV 6.6883193 keV 2.5024733 mm 9.0286246 m World muIoni + 581 21.381873 cm -4.6361366 m -2.5892002 m 2.2547856 MeV 4.6737979 keV 2.323855 mm 9.0309484 m World muIoni + 582 21.381784 cm -4.636191 m -2.5892036 m 2.2536421 MeV 43.7574 eV 54.515831 um 9.0310029 m World muIoni + 583 21.375243 cm -4.6401736 m -2.5894467 m 2.2391541 MeV 8.9740226 keV 3.9906149 mm 9.0349935 m World muIoni + 584 21.351822 cm -4.6563872 m -2.5902982 m 2.2118514 MeV 26.150918 keV 1.6239262 cm 9.0512328 m World muIoni + 585 21.351551 cm -4.6567881 m -2.5903279 m 2.2096939 MeV 700.9834 eV 402.06137 um 9.0516349 m World muIoni + 586 21.349791 cm -4.6592959 m -2.5905195 m 2.2009966 MeV 4.111964 keV 2.5151929 mm 9.0541501 m World muIoni + 587 21.34913 cm -4.659674 m -2.5905474 m 2.2005709 MeV 425.71067 eV 379.20378 um 9.0545293 m World muIoni + 588 21.343303 cm -4.6631427 m -2.5908019 m 2.192997 MeV 7.573934 keV 3.478576 mm 9.0580078 m World muIoni + 589 21.332636 cm -4.6679898 m -2.5911631 m 2.183628 MeV 9.3689682 keV 4.8617834 mm 9.0628696 m World muIoni + 590 21.329483 cm -4.6696128 m -2.5912784 m 2.1801975 MeV 3.4304627 keV 1.6274434 mm 9.0644971 m World muIoni + 591 21.324263 cm -4.6720477 m -2.5914533 m 2.17413 MeV 4.3141663 keV 2.4416976 mm 9.0669388 m World muIoni + 592 21.312955 cm -4.6773144 m -2.5918554 m 2.1605597 MeV 12.182523 keV 5.2834763 mm 9.0722222 m World muIoni + 593 21.306453 cm -4.6805786 m -2.5921065 m 2.1521292 MeV 7.4303467 keV 3.2745533 mm 9.0754968 m World muIoni + 594 21.29186 cm -4.6856584 m -2.5924879 m 2.1425666 MeV 8.4502748 keV 5.096323 mm 9.0805931 m World muIoni + 595 21.287466 cm -4.6870057 m -2.5926182 m 2.1379071 MeV 2.2130809 keV 1.3542513 mm 9.0819474 m World muIoni + 596 21.285928 cm -4.6875572 m -2.5926747 m 2.1373429 MeV 564.16358 eV 554.6743 um 9.082502 m World muIoni + 597 21.285891 cm -4.6875704 m -2.592676 m 2.1363182 MeV 17.90143 eV 13.234119 um 9.0825153 m World muIoni + 598 21.277945 cm -4.6904682 m -2.5929698 m 2.1301497 MeV 6.1684449 keV 2.9137451 mm 9.085429 m World muIoni + 599 21.277425 cm -4.6906984 m -2.5929918 m 2.1279428 MeV 111.56732 eV 231.3851 um 9.0856604 m World muIoni + 600 21.27624 cm -4.6912748 m -2.5930473 m 2.1262509 MeV 530.26261 eV 579.18264 um 9.0862396 m World muIoni + 601 21.260777 cm -4.6987551 m -2.5937461 m 2.1134065 MeV 12.844415 keV 7.5147761 mm 9.0937544 m World muIoni + 602 21.252623 cm -4.7030363 m -2.5941317 m 2.1009999 MeV 11.133309 keV 4.2993717 mm 9.0980537 m World muIoni + 603 21.238482 cm -4.7101664 m -2.5947379 m 2.0845595 MeV 12.693174 keV 7.1575437 mm 9.1052113 m World muIoni + 604 21.226248 cm -4.7159243 m -2.5951855 m 2.0635872 MeV 10.607415 keV 5.7768996 mm 9.1109882 m World muIoni + 605 21.225429 cm -4.7162449 m -2.5952198 m 2.0616355 MeV 559.58139 eV 322.4643 um 9.1113107 m World muIoni + 606 21.223797 cm -4.7169612 m -2.5952962 m 2.0587995 MeV 1.5639094 keV 720.56132 um 9.1120312 m World muIoni + 607 21.186629 cm -4.7351881 m -2.5972603 m 2.0182048 MeV 35.463094 keV 1.8338777 cm 9.13037 m World muIoni + 608 21.174622 cm -4.7424042 m -2.5981892 m 1.9771551 MeV 15.122306 keV 7.2769856 mm 9.137647 m World muIoni + 609 21.172973 cm -4.7510449 m -2.5994027 m 1.959574 MeV 16.456789 keV 8.7261065 mm 9.1463731 m World muIoni + 610 21.17347 cm -4.7525338 m -2.5995649 m 1.9519227 MeV 5.6103107 keV 1.4976791 mm 9.1478708 m World muIoni + 611 21.173538 cm -4.7527006 m -2.5995828 m 1.95036 MeV 306.46031 eV 167.80653 um 9.1480386 m World muIoni + 612 21.175688 cm -4.7567406 m -2.6000206 m 1.9358265 MeV 9.1999387 keV 4.0638091 mm 9.1521024 m World muIoni + 613 21.179337 cm -4.7600666 m -2.6003437 m 1.9156352 MeV 8.3733571 keV 3.341892 mm 9.1554443 m World muIoni + 614 21.181446 cm -4.761951 m -2.600523 m 1.912431 MeV 3.2041827 keV 1.8930507 mm 9.1573373 m World muIoni + 615 21.183215 cm -4.7635221 m -2.6006737 m 1.9038839 MeV 4.8939917 keV 1.5784521 mm 9.1589158 m World muIoni + 616 21.194738 cm -4.7703319 m -2.6013912 m 1.8893195 MeV 12.714099 keV 6.8488386 mm 9.1657646 m World muIoni + 617 21.194862 cm -4.7703998 m -2.6013981 m 1.8871308 MeV 193.37524 eV 68.199018 um 9.1658328 m World muIoni + 618 21.205262 cm -4.7759074 m -2.6019712 m 1.8746635 MeV 10.856294 keV 5.5385406 mm 9.1713713 m World muIoni + 619 21.211478 cm -4.777837 m -2.6021496 m 1.8653777 MeV 5.2228479 keV 1.9389165 mm 9.1733103 m World muIoni + 620 21.217548 cm -4.7800024 m -2.6023535 m 1.8484023 MeV 4.1283882 keV 2.1758688 mm 9.1754861 m World muIoni + 621 21.234256 cm -4.7842074 m -2.6027368 m 1.8413509 MeV 7.051353 keV 4.2257957 mm 9.1797119 m World muIoni + 622 21.242997 cm -4.786403 m -2.6029174 m 1.8347211 MeV 5.058193 keV 2.2048615 mm 9.1819168 m World muIoni + 623 21.259789 cm -4.7913196 m -2.6033178 m 1.8189748 MeV 11.437296 keV 4.9358596 mm 9.1868527 m World muIoni + 624 21.275308 cm -4.7957438 m -2.6037247 m 1.807361 MeV 10.348157 keV 4.4458152 mm 9.1912985 m World muIoni + 625 21.288058 cm -4.7988305 m -2.6040461 m 1.7979074 MeV 8.1787752 keV 3.1060405 mm 9.1944045 m World muIoni + 626 21.291006 cm -4.7995888 m -2.6041252 m 1.7938264 MeV 1.2667125 keV 762.9663 um 9.1951675 m World muIoni + 627 21.29622 cm -4.8010121 m -2.6042712 m 1.787393 MeV 3.7324399 keV 1.4317825 mm 9.1965993 m World muIoni + 628 21.298705 cm -4.8017675 m -2.6043454 m 1.7837485 MeV 3.6445 keV 759.40516 um 9.1973587 m World muIoni + 629 21.298936 cm -4.8018377 m -2.6043524 m 1.7837485 MeV 0 eV 70.544949 um 9.1974292 m World muIoni + 630 21.304386 cm -4.8034913 m -2.6045177 m 1.7787284 MeV 3.2852698 keV 1.6627673 mm 9.199092 m World muIoni + 631 21.305362 cm -4.8037225 m -2.604541 m 1.7687836 MeV 1.061295 keV 232.58103 um 9.1993246 m World muIoni + 632 21.339325 cm -4.8121375 m -2.6054223 m 1.7376719 MeV 16.870218 keV 8.4684833 mm 9.207793 m World muIoni + 633 21.345373 cm -4.814827 m -2.6057663 m 1.7297645 MeV 6.7844197 keV 2.7121801 mm 9.2105052 m World muIoni + 634 21.352778 cm -4.8184378 m -2.6061988 m 1.7144675 MeV 10.292951 keV 3.6374923 mm 9.2141427 m World muIoni + 635 21.358536 cm -4.8233748 m -2.6067897 m 1.6977593 MeV 9.4982215 keV 4.9727634 mm 9.2191155 m World muIoni + 636 21.361763 cm -4.8289378 m -2.6074381 m 1.6858289 MeV 11.930403 keV 5.6010393 mm 9.2247165 m World muIoni + 637 21.357992 cm -4.8343055 m -2.6080595 m 1.6694081 MeV 13.942529 keV 5.4039936 mm 9.2301205 m World muIoni + 638 21.351016 cm -4.8381738 m -2.6085886 m 1.6588162 MeV 7.5250684 keV 3.9050395 mm 9.2340255 m World muIoni + 639 21.345504 cm -4.843882 m -2.6093331 m 1.6426015 MeV 13.581872 keV 5.7571539 mm 9.2397827 m World muIoni + 640 21.341641 cm -4.8481807 m -2.6099934 m 1.6307781 MeV 9.5853606 keV 4.349807 mm 9.2441325 m World muIoni + 641 21.335183 cm -4.8532809 m -2.6107919 m 1.6115401 MeV 16.006309 keV 5.1629612 mm 9.2492955 m World muIoni + 642 21.325455 cm -4.8629588 m -2.612205 m 1.5869664 MeV 23.235506 keV 9.78213 mm 9.2590776 m World muIoni + 643 21.325413 cm -4.8629787 m -2.6122073 m 1.5852592 MeV 24.314398 eV 19.981213 um 9.2590976 m World muIoni + 644 21.316527 cm -4.8669486 m -2.6126749 m 1.5745361 MeV 9.5206377 keV 3.998488 mm 9.2630961 m World muIoni + 645 21.313765 cm -4.8679882 m -2.6127953 m 1.5656792 MeV 3.0699916 keV 1.0469476 mm 9.264143 m World muIoni + 646 21.312024 cm -4.8687676 m -2.6128824 m 1.5626784 MeV 1.8117524 keV 784.43088 um 9.2649274 m World muIoni + 647 21.311048 cm -4.8691637 m -2.6129264 m 1.5596777 MeV 714.6252 eV 398.66981 um 9.2653261 m World muIoni + 648 21.310218 cm -4.869477 m -2.6129618 m 1.5558458 MeV 1.2891051 keV 315.39167 um 9.2656415 m World muIoni + 649 21.293296 cm -4.8756367 m -2.6136715 m 1.5356909 MeV 18.584599 keV 6.2032632 mm 9.2718448 m World muIoni + 650 21.277082 cm -4.8809056 m -2.6143618 m 1.5185006 MeV 15.684869 keV 5.3167502 mm 9.2771615 m World muIoni + 651 21.264362 cm -4.8917546 m -2.6157141 m 1.4836432 MeV 32.332952 keV 1.0935221 cm 9.2880967 m World muIoni + 652 21.264109 cm -4.8922861 m -2.6157805 m 1.4801024 MeV 1.1445233 keV 535.68463 um 9.2886324 m World muIoni + 653 21.264116 cm -4.8938348 m -2.6159786 m 1.4710577 MeV 5.088911 keV 1.5613176 mm 9.2901937 m World muIoni + 654 21.263865 cm -4.8940746 m -2.6160118 m 1.4703071 MeV 750.64183 eV 242.086 um 9.2904358 m World muIoni + 655 21.262693 cm -4.8952846 m -2.6161792 m 1.4658071 MeV 3.2958027 keV 1.221579 mm 9.2916574 m World muIoni + 656 21.257204 cm -4.9008254 m -2.6169975 m 1.4495553 MeV 16.251794 keV 5.6016179 mm 9.297259 m World muIoni + 657 21.256934 cm -4.9008881 m -2.6170082 m 1.4479492 MeV 137.11357 eV 63.597752 um 9.2973226 m World muIoni + 658 21.249478 cm -4.9026835 m -2.6173118 m 1.4419409 MeV 4.8352216 keV 1.8224936 mm 9.2991451 m World muIoni + 659 21.239179 cm -4.9058637 m -2.6178462 m 1.4310916 MeV 9.6447049 keV 3.2265278 mm 9.3023716 m World muIoni + 660 21.233184 cm -4.9072748 m -2.6180576 m 1.4227867 MeV 5.124262 keV 1.4281961 mm 9.3037998 m World muIoni + 661 21.232514 cm -4.9074344 m -2.6180806 m 1.4213824 MeV 207.60696 eV 161.31361 um 9.3039612 m World muIoni + 662 21.226738 cm -4.9088441 m -2.6182827 m 1.4153663 MeV 4.7376431 keV 1.4253728 mm 9.3053865 m World muIoni + 663 21.208019 cm -4.9132879 m -2.6189064 m 1.3928841 MeV 13.511426 keV 4.4915361 mm 9.3098781 m World muIoni + 664 21.202412 cm -4.9146214 m -2.619074 m 1.3884113 MeV 3.4545341 keV 1.3451171 mm 9.3112232 m World muIoni + 665 21.188628 cm -4.9171244 m -2.6193757 m 1.3812616 MeV 5.6954037 keV 2.5253877 mm 9.3137486 m World muIoni + 666 21.151826 cm -4.9209667 m -2.6197013 m 1.3539296 MeV 12.546 keV 3.8738218 mm 9.3176224 m World muIoni + 667 21.086718 cm -4.9279172 m -2.6202404 m 1.3296292 MeV 23.154055 keV 7.0024655 mm 9.3246249 m World muIoni + 668 21.030699 cm -4.9330785 m -2.6207721 m 1.3071542 MeV 17.074619 keV 5.2200206 mm 9.3298449 m World muIoni + 669 20.964378 cm -4.9419663 m -2.6217062 m 1.2760233 MeV 29.856373 keV 8.9627686 mm 9.3388076 m World muIoni + 670 20.949212 cm -4.9444386 m -2.621892 m 1.2694796 MeV 5.3205494 keV 2.4839902 mm 9.3412916 m World muIoni + 671 20.945569 cm -4.945105 m -2.6219437 m 1.266145 MeV 1.0459947 keV 669.39735 um 9.341961 m World muIoni + 672 20.943727 cm -4.9454115 m -2.6219649 m 1.2568866 MeV 268.87151 eV 307.74986 um 9.3422688 m World muIoni + 673 20.933487 cm -4.9471909 m -2.6220816 m 1.2483715 MeV 6.9809881 keV 1.7862265 mm 9.344055 m World muIoni + 674 20.928238 cm -4.9482036 m -2.622147 m 1.2411204 MeV 3.2214487 keV 1.0161511 mm 9.3450712 m World muIoni + 675 20.909603 cm -4.9515259 m -2.6223415 m 1.2300572 MeV 8.8821574 keV 3.333407 mm 9.3484046 m World muIoni + 676 20.90284 cm -4.9531368 m -2.6224481 m 1.2232157 MeV 4.2778248 keV 1.6158897 mm 9.3500205 m World muIoni + 677 20.891866 cm -4.9548901 m -2.6225838 m 1.2150123 MeV 6.1207975 keV 1.761994 mm 9.3517825 m World muIoni + 678 20.888448 cm -4.9555278 m -2.6226311 m 1.2126483 MeV 1.3702152 keV 640.39233 um 9.3524228 m World muIoni + 679 20.880963 cm -4.9573138 m -2.622765 m 1.2034951 MeV 6.4672856 keV 1.7926657 mm 9.3542155 m World muIoni + 680 20.87531 cm -4.9587191 m -2.6228773 m 1.1965203 MeV 6.9748035 keV 1.4109547 mm 9.3556265 m World muIoni + 681 20.867938 cm -4.9602987 m -2.6230158 m 1.1893806 MeV 5.6338884 keV 1.5873316 mm 9.3572138 m World muIoni + 682 20.814361 cm -4.969577 m -2.6238162 m 1.1544628 MeV 34.917854 keV 9.3300989 mm 9.3665439 m World muIoni + 683 20.78205 cm -4.9776541 m -2.6244527 m 1.1264939 MeV 26.626965 keV 8.1100381 mm 9.3746539 m World muIoni + 684 20.778951 cm -4.9784114 m -2.6245058 m 1.1190898 MeV 2.5408969 keV 759.80981 um 9.3754137 m World muIoni + 685 20.771765 cm -4.9802075 m -2.6246279 m 1.1120961 MeV 6.9937383 keV 1.8017607 mm 9.3772155 m World muIoni + 686 20.769717 cm -4.9806802 m -2.6246591 m 1.1092751 MeV 1.7046083 keV 474.11428 um 9.3776896 m World muIoni + 687 20.763136 cm -4.982251 m -2.6247596 m 1.1018917 MeV 5.2127824 keV 1.5754685 mm 9.3792651 m World muIoni + 688 20.75967 cm -4.983221 m -2.6248215 m 1.097688 MeV 3.1068815 keV 972.63003 um 9.3802377 m World muIoni + 689 20.755755 cm -4.9840324 m -2.6248675 m 1.0922909 MeV 1.169488 keV 813.623 um 9.3810513 m World muIoni + 690 20.751861 cm -4.9849564 m -2.6249193 m 1.0816425 MeV 2.3891179 keV 926.24276 um 9.3819776 m World muIoni + 691 20.737827 cm -4.9880586 m -2.6250707 m 1.0549102 MeV 11.772676 keV 3.1092729 mm 9.3850869 m World muIoni + 692 20.733071 cm -4.9890579 m -2.6251369 m 1.0498606 MeV 3.2319629 keV 1.002661 mm 9.3860895 m World muIoni + 693 20.731527 cm -4.9894062 m -2.6251613 m 1.0302018 MeV 1.6980824 keV 349.46351 um 9.386439 m World muIoni + 694 20.725641 cm -4.990669 m -2.6252561 m 1.0245004 MeV 5.7013554 keV 1.267902 mm 9.3877069 m World muIoni + 695 20.712201 cm -4.9932967 m -2.6255195 m 1.0113846 MeV 12.119641 keV 2.6444247 mm 9.3903513 m World muIoni + 696 20.700472 cm -4.9955385 m -2.6257232 m 999.69948 keV 9.0285016 keV 2.2541937 mm 9.3926055 m World muIoni + 697 20.699946 cm -4.9957133 m -2.6257402 m 999.25757 keV 441.9129 eV 175.73056 um 9.3927812 m OutOfWorld Transportation +Track (trackID 19, parentID 4) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.889306953347(mm),1.7159904425959(mm),78.961396372351(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.233364(mm),-0.22740952(mm),79.253384(mm),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.330593(mm),-1.1243787(mm),78.883586(mm),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.232944(mm),-3.0893885(mm),78.371823(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.426445(mm),-0.89170895(mm),78.161376(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.194059(mm),1.5539494(mm),78.731333(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.087259(mm),0.14856914(mm),79.102819(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.812379(mm),-0.82615926(mm),78.622307(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.13545(mm),-2.8248511(mm),79.094322(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.330957(mm),-0.50794387(mm),79.412502(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.602803(mm),3.6330394(mm),78.659261(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.06822(mm),0.78819843(mm),79.282503(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.193322(mm),-3.169713(mm),78.731463(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.583423(mm),3.1466167(mm),78.486351(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.288634(mm),0.55174264(mm),78.53833(mm),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.953761(mm),1.5199235(mm),78.244723(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.509219(mm),2.7810177(mm),79.028416(mm),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.971144(mm),-0.38742876(mm),78.770639(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.736127(mm),0.52065638(mm),78.459425(mm),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.14698(mm),-1.4644977(mm),78.386981(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.033734(mm),2.9891975(mm),78.583276(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.916104(mm),-2.5141984(mm),78.956671(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.315808(mm),2.1781414(mm),79.238847(mm),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.325001(mm),2.1355353(mm),78.355591(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.278112(mm),-0.92386006(mm),78.187532(mm),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.122986(mm),2.7500737(mm),78.920192(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.08483(mm),2.1315942(mm),78.574266(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.474659(mm),3.1074059(mm),79.03451(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.853901(mm),1.1172983(mm),78.967639(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.616711(mm),0.42520762(mm),79.362116(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.283(mm),0.65095768(mm),78.715651(mm),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.962168(mm),-1.2072432(mm),78.772222(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.51532(mm),-1.5937897(mm),78.498359(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.51386(mm),-2.1520453(mm),78.498617(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.601321(mm),0.036995468(mm),78.659522(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.77631(mm),2.3703083(mm),78.981321(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.463599(mm),-0.212742(mm),79.212787(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.199984(mm),-1.4374706(mm),78.553962(mm),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.017132(mm),-2.8812239(mm),78.938857(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.146367(mm),-1.8117678(mm),79.268724(mm),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.021937(mm),-3.8413095(mm),78.93801(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.404372(mm),1.6634344(mm),78.694249(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.611263(mm),0.30324498(mm),78.128788(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.533763(mm),0.19222248(mm),78.142453(mm),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.906002(mm),-2.8760547(mm),78.782126(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.166581(mm),-0.1653552(mm),79.088832(mm),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.158042(mm),1.8016123(mm),78.38503(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.527857(mm),-2.0770318(mm),79.377784(mm),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.362621(mm),3.9006108(mm),78.877938(mm),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.31416(mm),-2.5815729(mm),78.357502(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.248772(mm),0.66375019(mm),79.07434(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.936781(mm),-2.4338652(mm),79.305679(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.219724(mm),0.46255249(mm),79.255789(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.657919(mm),0.78298995(mm),79.178523(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.521589(mm),1.0387978(mm),78.673581(mm),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.594089(mm),-2.6315886(mm),78.837124(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.625603(mm),0.84709625(mm),78.12626(mm),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.819575(mm),1.6887332(mm),78.797365(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.716265(mm),1.4975987(mm),78.639254(mm),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.156206(mm),1.9648333(mm),78.385354(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.854472(mm),2.954846(mm),78.438558(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.452448(mm),-1.2485252(mm),79.39108(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.017394(mm),1.6486784(mm),78.586157(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.515033(mm),3.3358101(mm),78.49841(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.339597(mm),1.3578033(mm),78.529344(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.660483(mm),0.806323(mm),79.354398(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.803531(mm),0.84199147(mm),79.152848(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.748404(mm),1.0198476(mm),79.162568(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.278758(mm),1.0835898(mm),79.24538(mm),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.009672(mm),2.9005453(mm),78.940173(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.107208(mm),-1.073104(mm),79.099302(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.730091(mm),1.08672(mm),78.98947(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.845266(mm),3.8169268(mm),78.969162(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.94595(mm),0.54302132(mm),78.598755(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.939831(mm),-1.6066202(mm),78.423507(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.846264(mm),0.53872779(mm),79.32164(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.59 mm 792 um 5.49 cm 28.7 MeV 0 eV 0 fm 0 fm Target initStep + 1 -6.3339543 mm 862.10656 um 5.4086584 cm 24.352706 MeV 4.3780963 MeV 903.65144 um 903.65144 um Target hIoni + 2 -5.9773469 mm 903.09381 um 5.3466401 cm 20.473366 MeV 3.87934 MeV 723.15199 um 1.6268034 mm Target hIoni + 3 -5.6954807 mm 979.36301 um 5.2973079 cm 16.650532 MeV 3.8228341 MeV 578.99246 um 2.2057959 mm Target hIoni + 4 -5.4904212 mm 1.0393407 mm 5.2579918 cm 13.903385 MeV 2.747147 MeV 452.52337 um 2.6583193 mm Target hIoni + 5 -5.3419687 mm 1.1664553 mm 5.2269123 cm 10.663383 MeV 3.2400017 MeV 371.87002 um 3.0301893 mm Target hIoni + 6 -5.3303173 mm 1.1880112 mm 5.2225392 cm 10.138918 MeV 524.4653 keV 50.24566 um 3.0804349 mm Target Transportation + 7 -652.23534 um -1.6364833 cm -93.35476 cm 10.138923 MeV1.5761935e-13 meV 1.0772373 m 1.0803177 m CaptureMgnt Decay Track (trackID 4, parentID 1) is processed with stopping code 2 ********************************************************************************************************* @@ -2630,224 +4183,432 @@ Track (trackID 4, parentID 1) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18.7 cm 5.29 cm 14.8 cm 18.1 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 -3.7684995 cm 2.718645 cm 2 m 18.12642 MeV7.8300737e-13 meV 10.462058 m 10.462058 m CaptureMgnt Transportation - 2 -2.6319908 cm -9.9540981 mm 2.0069848 m 18.109683 MeV 15.682634 keV 3.9463715 cm 10.501521 m World muIoni - 3 -1.4298178 cm -4.8704907 cm 2.014134 m 18.090481 MeV 17.237919 keV 4.1197959 cm 10.542719 m World muIoni - 4 -6.4726366 mm -7.4250231 cm 2.0189943 m 18.078088 MeV 8.9216955 keV 2.7155641 cm 10.569875 m World muIoni - 5 -207.57001 um -9.4851516 cm 2.0228911 m 18.066638 MeV 7.8815518 keV 2.1882675 cm 10.591758 m World muIoni - 6 2.7765452 mm -10.481384 cm 2.0247509 m 18.061249 MeV 4.085528 keV 1.0564646 cm 10.602322 m World muIoni - 7 4.853868 mm -11.173187 cm 2.0260549 m 18.056206 MeV 3.6425469 keV 7.339949 mm 10.609662 m World muIoni - 8 9.3556922 mm -12.669875 cm 2.028883 m 18.048705 MeV 4.3960583 keV 1.5883095 cm 10.625545 m World muIoni - 9 1.2407531 cm -13.679431 cm 2.0307744 m 18.044241 MeV 3.4175546 keV 1.0715026 cm 10.63626 m World muIoni - 10 1.9003013 cm -15.859151 cm 2.0348616 m 18.036358 MeV 6.009697 keV 2.3137102 cm 10.659397 m World muIoni - 11 2.591577 cm -18.154172 cm 2.0392172 m 18.025072 MeV 7.3507201 keV 2.4361288 cm 10.683759 m World muIoni - 12 2.9714346 cm -19.408447 cm 2.0416052 m 18.018317 MeV 3.8602036 keV 1.3321136 cm 10.69708 m World muIoni - 13 4.5574586 cm -24.644536 cm 2.0517419 m 17.99118 MeV 25.548824 keV 5.5641698 cm 10.752722 m World muIoni - 14 4.6415872 cm -24.928312 cm 2.0522919 m 17.953286 MeV 1.2799202 keV 3.0105119 mm 10.755732 m World muIoni - 15 6.3063046 cm -30.48608 cm 2.0630615 m 17.92507 MeV 27.102958 keV 5.9008755 cm 10.814741 m World muIoni - 16 6.4881853 cm -31.102127 cm 2.0642539 m 17.918737 MeV 3.3248261 keV 6.5331123 mm 10.821274 m World muIoni - 17 8.8963299 cm -39.361509 cm 2.0799549 m 17.885826 MeV 29.393439 keV 8.7454712 cm 10.908729 m World muIoni - 18 10.043818 cm -43.380326 cm 2.0877703 m 17.866481 MeV 14.635571 keV 4.2518913 cm 10.951248 m World muIoni - 19 10.058622 cm -43.432228 cm 2.087873 m 17.864997 MeV 6.9273921 eV 549.40505 um 10.951797 m World muIoni - 20 10.0947 cm -43.558794 cm 2.0881219 m 17.862632 MeV 910.03648 eV 1.3393946 mm 10.953136 m World muIoni - 21 10.154899 cm -43.769937 cm 2.0885361 m 17.860609 MeV 918.55368 eV 2.2343122 mm 10.955371 m World muIoni - 22 10.498647 cm -44.973412 cm 2.0908986 m 17.850843 MeV 6.4497875 keV 1.2737084 cm 10.968108 m World muIoni - 23 10.532545 cm -45.091111 cm 2.0911323 m 17.847746 MeV 291.04763 eV 1.2469214 mm 10.969355 m World muIoni - 24 10.586854 cm -45.280202 cm 2.0915074 m 17.84616 MeV 336.21172 eV 2.0027946 mm 10.971358 m World muIoni - 25 10.594224 cm -45.305919 cm 2.0915584 m 17.843169 MeV 153.1578 eV 272.33931 um 10.97163 m World muIoni - 26 10.899776 cm -46.374123 cm 2.0936677 m 17.83614 MeV 5.4975347 keV 1.1308911 cm 10.982939 m World muIoni - 27 11.972125 cm -50.131302 cm 2.101047 m 17.817769 MeV 15.614672 keV 3.9763051 cm 11.022702 m World muIoni - 28 12.744414 cm -52.86484 cm 2.1063541 m 17.803215 MeV 13.507103 keV 2.8896974 cm 11.051599 m World muIoni - 29 14.241795 cm -58.082924 cm 2.1162315 m 17.776956 MeV 20.720067 keV 5.5178393 cm 11.106777 m World muIoni - 30 14.933 cm -60.467266 cm 2.1207058 m 17.767526 MeV 8.3327952 keV 2.5225139 cm 11.132002 m World muIoni - 31 15.258911 cm -61.595837 cm 2.1228159 m 17.762835 MeV 3.4638797 keV 1.193489 cm 11.143937 m World muIoni - 32 15.777207 cm -63.390826 cm 2.1261741 m 17.749107 MeV 10.647038 keV 1.8982652 cm 11.16292 m World muIoni - 33 16.094633 cm -64.485822 cm 2.1281908 m 17.739733 MeV 4.8877137 keV 1.1577776 cm 11.174498 m World muIoni - 34 16.166079 cm -64.730427 cm 2.1286423 m 17.735373 MeV 1.3794848 keV 2.5879223 mm 11.177086 m World muIoni - 35 16.689931 cm -66.520208 cm 2.1319625 m 17.409822 MeV 6.2856794 keV 1.8941989 cm 11.196028 m World muIoni - 36 18.559878 cm -72.927133 cm 2.1437859 m 17.384821 MeV 23.726956 keV 6.7782033 cm 11.26381 m World muIoni - 37 18.601558 cm -73.070507 cm 2.1440471 m 17.383089 MeV 334.52208 eV 1.5157679 mm 11.265325 m World muIoni - 38 19.927694 cm -77.641944 cm 2.1523663 m 17.361815 MeV 20.231379 keV 4.8320818 cm 11.313646 m World muIoni - 39 19.994373 cm -77.867372 cm 2.1527829 m 17.356574 MeV 890.1263 eV 2.387447 mm 11.316034 m World muIoni - 40 20.397793 cm -79.235642 cm 2.1553218 m 17.351653 MeV 3.779312 keV 1.4489237 cm 11.330523 m World muIoni - 41 20.959909 cm -81.16026 cm 2.1588727 m 17.341932 MeV 4.7095999 keV 2.0362293 cm 11.350885 m World muIoni - 42 21.210506 cm -82.015168 cm 2.1604737 m 17.327609 MeV 4.4697369 keV 9.0515244 mm 11.359937 m World muIoni - 43 22.009657 cm -84.753312 cm 2.1655386 m 17.314224 MeV 12.377089 keV 2.8970091 cm 11.388907 m World muIoni - 44 22.499485 cm -86.469537 cm 2.1687211 m 17.307818 MeV 4.8929713 keV 1.8129125 cm 11.407036 m World muIoni - 45 22.868153 cm -87.770596 cm 2.1711873 m 17.300044 MeV 6.6324507 keV 1.3745921 cm 11.420782 m World muIoni - 46 23.12945 cm -88.691065 cm 2.1729488 m 17.294764 MeV 3.4415583 keV 9.729178 mm 11.430511 m World muIoni - 47 23.195583 cm -88.926046 cm 2.173402 m 17.292738 MeV 579.67577 eV 2.4828213 mm 11.432994 m World muIoni - 48 23.559524 cm -90.217313 cm 2.1758909 m 17.28595 MeV 5.274166 keV 1.3644671 cm 11.446638 m World muIoni - 49 24.637766 cm -94.038651 cm 2.1832445 m 17.271815 MeV 13.046047 keV 4.0380855 cm 11.487019 m World muIoni - 50 25.280567 cm -96.320477 cm 2.1875168 m 17.259167 MeV 8.4106272 keV 2.4088329 cm 11.511108 m World muIoni - 51 25.903115 cm -98.495911 cm 2.1915648 m 17.24146 MeV 5.8120761 keV 2.2986879 cm 11.534095 m World muIoni - 52 26.190964 cm -99.496218 cm 2.1934236 m 17.228963 MeV 4.273405 keV 1.057366 cm 11.544668 m World muIoni - 53 27.043632 cm -1.0246267 m 2.1989972 m 17.216713 MeV 10.673677 keV 3.1364942 cm 11.576033 m World muIoni - 54 27.051994 cm -1.0249172 m 2.1990531 m 17.215465 MeV 97.719219 eV 307.37828 um 11.576341 m World muIoni - 55 27.888601 cm -1.0539941 m 2.2046342 m 17.198939 MeV 13.895887 keV 3.0767143 cm 11.607108 m World muIoni - 56 28.747119 cm -1.0832825 m 2.2101898 m 17.186141 MeV 11.493328 keV 3.1022336 cm 11.63813 m World muIoni - 57 30.050814 cm -1.1278085 m 2.2184992 m 17.167679 MeV 16.929819 keV 4.7133763 cm 11.685264 m World muIoni - 58 30.135935 cm -1.130708 m 2.2190211 m 17.164893 MeV 599.29386 eV 3.0666061 mm 11.68833 m World muIoni - 59 30.414545 cm -1.1401936 m 2.2207381 m 17.158661 MeV 4.0386214 keV 1.0034361 cm 11.698365 m World muIoni - 60 30.933807 cm -1.1580361 m 2.2239633 m 17.151045 MeV 6.0986036 keV 1.8860559 cm 11.717225 m World muIoni - 61 32.268863 cm -1.2039132 m 2.2323913 m 17.124636 MeV 21.117284 keV 4.851802 cm 11.765743 m World muIoni - 62 32.330585 cm -1.2060217 m 2.2327688 m 17.11157 MeV 749.80577 eV 2.2292197 mm 11.767973 m World muIoni - 63 32.566517 cm -1.2141255 m 2.2342395 m 17.107699 MeV 2.7065344 keV 8.5673898 mm 11.77654 m World muIoni - 64 34.266311 cm -1.2725365 m 2.2447854 m 17.083598 MeV 19.828678 keV 6.1741795 cm 11.838282 m World muIoni - 65 34.567924 cm -1.282881 m 2.246688 m 17.077712 MeV 4.6328725 keV 1.0941991 cm 11.849224 m World muIoni - 66 34.59701 cm -1.283873 m 2.2468713 m 17.07454 MeV 2.025216 keV 1.0498075 mm 11.850274 m World muIoni - 67 35.148412 cm -1.3027039 m 2.250342 m 17.064014 MeV 6.3277225 keV 1.9926233 cm 11.8702 m World muIoni - 68 35.577417 cm -1.3172985 m 2.2529543 m 17.056146 MeV 6.8440099 keV 1.5434788 cm 11.885635 m World muIoni - 69 35.781604 cm -1.3242195 m 2.2541938 m 17.049086 MeV 3.8646052 keV 7.3215743 mm 11.892956 m World muIoni - 70 35.868121 cm -1.3271344 m 2.2547226 m 17.045051 MeV 3.0216392 keV 3.0862428 mm 11.896042 m World muIoni - 71 37.168662 cm -1.3709746 m 2.2626502 m 17.013862 MeV 19.91877 keV 4.641094 cm 11.942453 m World muIoni - 72 38.7094 cm -1.4230695 m 2.272161 m 16.992937 MeV 19.814931 keV 5.5152116 cm 11.997605 m World muIoni - 73 38.817517 cm -1.4267295 m 2.2728047 m 16.990167 MeV 1.132586 keV 3.8702964 mm 12.001476 m World muIoni - 74 39.431621 cm -1.4475627 m 2.2764794 m 16.977997 MeV 10.511774 keV 2.2028184 cm 12.023504 m World muIoni - 75 41.102719 cm -1.5047802 m 2.2866686 m 16.953491 MeV 22.255157 keV 6.0472851 cm 12.083977 m World muIoni - 76 41.872693 cm -1.5309951 m 2.2915233 m 16.939655 MeV 11.98335 keV 2.7750324 cm 12.111727 m World muIoni - 77 42.129257 cm -1.5397274 m 2.2931158 m 16.929477 MeV 3.0626726 keV 9.2396709 mm 12.120967 m World muIoni - 78 42.245249 cm -1.5436856 m 2.2938353 m 16.923026 MeV 1.314273 keV 4.1869783 mm 12.125154 m World muIoni - 79 44.003683 cm -1.6037272 m 2.3046893 m 16.898694 MeV 21.306192 keV 6.3498562 cm 12.188652 m World muIoni - 80 44.475933 cm -1.620023 m 2.3075041 m 16.89232 MeV 5.3192022 keV 1.7198219 cm 12.205851 m World muIoni - 81 45.306422 cm -1.6485307 m 2.3123747 m 16.875544 MeV 15.695336 keV 3.0089736 cm 12.23594 m World muIoni - 82 48.256951 cm -1.7491853 m 2.3297488 m 16.828643 MeV 40.210448 keV 10.632068 cm 12.342261 m World muIoni - 83 49.339357 cm -1.7845173 m 2.3355987 m 16.810712 MeV 13.021696 keV 3.7413121 cm 12.379674 m World muIoni - 84 49.456305 cm -1.7883738 m 2.3362312 m 16.805621 MeV 1.3009983 keV 4.0792287 mm 12.383753 m World muIoni - 85 50.852468 cm -1.8344342 m 2.3437332 m 16.773241 MeV 18.150987 keV 4.8711365 cm 12.432465 m World muIoni - 86 51.65451 cm -1.86116 m 2.3479929 m 16.760661 MeV 8.8986173 keV 2.8226659 cm 12.460691 m World muIoni - 87 51.919159 cm -1.8700137 m 2.3494381 m 16.755032 MeV 3.2563404 keV 9.3530933 mm 12.470044 m World muIoni - 88 52.465633 cm -1.888322 m 2.352417 m 16.742477 MeV 8.822903 keV 1.9337395 cm 12.489382 m World muIoni - 89 52.93084 cm -1.903812 m 2.3549181 m 16.733611 MeV 7.7108944 keV 1.6365734 cm 12.505748 m World muIoni - 90 53.230989 cm -1.9137077 m 2.3565298 m 16.729515 MeV 2.2680431 keV 1.0465724 cm 12.516213 m World muIoni - 91 53.238665 cm -1.9139598 m 2.356571 m 16.728284 MeV 0 eV 266.73652 um 12.51648 m World muIoni - 92 55.04918 cm -1.9733652 m 2.3663141 m 16.684821 MeV 25.92479 keV 6.2863238 cm 12.579343 m World muIoni - 93 55.591837 cm -1.9909936 m 2.369289 m 16.676172 MeV 7.4636313 keV 1.8683117 cm 12.598026 m World muIoni - 94 55.696746 cm -1.994399 m 2.3698589 m 16.673257 MeV 592.21921 eV 3.608694 mm 12.601635 m World muIoni - 95 56.621049 cm -2.0243913 m 2.3748927 m 16.660043 MeV 11.710524 keV 3.1785411 cm 12.63342 m World muIoni - 96 57.532736 cm -2.0537375 m 2.3798564 m 16.645488 MeV 12.374309 keV 3.1128203 cm 12.664549 m World muIoni - 97 58.278901 cm -2.0772139 m 2.3838598 m 16.629765 MeV 10.930936 keV 2.4956931 cm 12.689506 m World muIoni - 98 58.526961 cm -2.0849253 m 2.3851989 m 16.623968 MeV 4.2742277 keV 8.2105023 mm 12.697716 m World muIoni - 99 58.713266 cm -2.0907406 m 2.386199 m 16.620353 MeV 2.174992 keV 6.1878464 mm 12.703904 m World muIoni - 100 60.572419 cm -2.1483927 m 2.3960679 m 16.598592 MeV 19.372057 keV 6.1374686 cm 12.765279 m World muIoni - 101 60.706462 cm -2.1525993 m 2.3967779 m 16.586879 MeV 3.9128759 keV 4.4717435 mm 12.76975 m World muIoni - 102 61.020601 cm -2.1624914 m 2.3984594 m 16.582227 MeV 3.5921261 keV 1.0514236 cm 12.780265 m World muIoni - 103 61.33755 cm -2.1724369 m 2.4001362 m 16.576772 MeV 4.3157735 keV 1.0572213 cm 12.790837 m World muIoni - 104 61.518464 cm -2.1781287 m 2.4010986 m 16.570349 MeV 4.769588 keV 6.0494456 mm 12.796886 m World muIoni - 105 61.737564 cm -2.1850313 m 2.4022645 m 16.566571 MeV 1.9786725 keV 7.3352567 mm 12.804221 m World muIoni - 106 61.765412 cm -2.1859109 m 2.4024143 m 16.558747 MeV 469.4486 eV 934.66649 um 12.805156 m World muIoni - 107 62.014371 cm -2.1938018 m 2.403749 m 16.554034 MeV 3.6280505 keV 8.3813421 mm 12.813538 m World muIoni - 108 62.074995 cm -2.1957141 m 2.4040656 m 16.543894 MeV 1.1049388 keV 2.0308552 mm 12.815568 m World muIoni - 109 63.110052 cm -2.2289077 m 2.4093684 m 16.528222 MeV 14.037446 keV 3.5172523 cm 12.850741 m World muIoni - 110 63.163914 cm -2.2306472 m 2.4096357 m 16.523084 MeV 808.2713 eV 1.8404714 mm 12.852581 m World muIoni - 111 63.295478 cm -2.2348641 m 2.4102805 m 16.520322 MeV 1.1357585 keV 4.4642248 mm 12.857046 m World muIoni - 112 63.873894 cm -2.2533618 m 2.4130862 m 16.510722 MeV 7.9338063 keV 1.9583003 cm 12.876629 m World muIoni - 113 64.789593 cm -2.2827929 m 2.4175501 m 16.495151 MeV 14.084267 keV 3.1144423 cm 12.907773 m World muIoni - 114 64.800379 cm -2.283134 m 2.4176008 m 16.494065 MeV 56.236208 eV 361.2893 um 12.908134 m World muIoni - 115 65.613579 cm -2.3088179 m 2.4214308 m 16.478891 MeV 8.3123793 keV 2.7211481 cm 12.935346 m World muIoni - 116 66.849761 cm -2.3483631 m 2.4275605 m 16.465663 MeV 11.533101 keV 4.1883575 cm 12.977229 m World muIoni - 117 66.89611 cm -2.3498168 m 2.4277909 m 16.464042 MeV 515.26637 eV 1.5431223 mm 12.978772 m World muIoni - 118 67.16732 cm -2.3583352 m 2.4291441 m 16.458822 MeV 2.47315 keV 9.0414704 mm 12.987814 m World muIoni - 119 69.197958 cm -2.4222417 m 2.4391638 m 16.428485 MeV 26.89652 keV 6.7800275 cm 13.055614 m World muIoni - 120 69.225418 cm -2.4231464 m 2.4393059 m 16.422632 MeV 213.46097 eV 956.03977 um 13.05657 m World muIoni - 121 69.687115 cm -2.4383544 m 2.4416763 m 16.411922 MeV 4.7970958 keV 1.6069226 cm 13.072639 m World muIoni - 122 70.845304 cm -2.4766748 m 2.4476054 m 16.394291 MeV 16.268512 keV 4.0469307 cm 13.113109 m World muIoni - 123 71.463877 cm -2.4972275 m 2.4508448 m 16.382387 MeV 9.5256621 keV 2.1706491 cm 13.134815 m World muIoni - 124 72.128837 cm -2.5191939 m 2.4542814 m 16.372335 MeV 9.0453129 keV 2.3206742 cm 13.158022 m World muIoni - 125 72.398565 cm -2.5280524 m 2.4556895 m 16.369345 MeV 1.818181 keV 9.3664205 mm 13.167388 m World muIoni - 126 73.115171 cm -2.5516496 m 2.4594627 m 16.359483 MeV 8.6082385 keV 2.4948386 cm 13.192337 m World muIoni - 127 74.437637 cm -2.5953512 m 2.4663766 m 16.336644 MeV 20.956523 keV 4.6179557 cm 13.238516 m World muIoni - 128 76.687404 cm -2.6701651 m 2.4778855 m 16.302149 MeV 32.280142 keV 7.8967402 cm 13.317484 m World muIoni - 129 76.817794 cm -2.6745933 m 2.47859 m 16.29966 MeV 1.2318004 keV 4.6696332 mm 13.322153 m World muIoni - 130 77.0882 cm -2.6838121 m 2.48006 m 16.290638 MeV 4.4972715 keV 9.719002 mm 13.331872 m World muIoni - 131 78.675534 cm -2.7381707 m 2.4887112 m 16.267572 MeV 21.272248 keV 5.7286241 cm 13.389159 m World muIoni - 132 78.766893 cm -2.7412471 m 2.4892082 m 16.261116 MeV 1.8048263 keV 3.2474225 mm 13.392406 m World muIoni - 133 79.445356 cm -2.7641405 m 2.4928574 m 16.250921 MeV 7.7970308 keV 2.4154877 cm 13.416561 m World muIoni - 134 80.423035 cm -2.7965305 m 2.4980877 m 16.238318 MeV 11.356282 keV 3.4235423 cm 13.450796 m World muIoni - 135 81.842572 cm -2.8437116 m 2.5057163 m 16.221434 MeV 15.817948 keV 4.9857769 cm 13.500654 m World muIoni - 136 81.951726 cm -2.8473606 m 2.5062801 m 16.156079 MeV 728.89776 eV 3.8502458 mm 13.504504 m World muIoni - 137 82.667092 cm -2.8710888 m 2.5098659 m 16.144493 MeV 10.204102 keV 2.504125 cm 13.529546 m World muIoni - 138 83.575864 cm -2.9013474 m 2.5144368 m 16.12878 MeV 13.684276 keV 3.1922864 cm 13.561469 m World muIoni - 139 86.249631 cm -2.9900506 m 2.5279553 m 16.089326 MeV 38.225425 keV 9.3627602 cm 13.655096 m World muIoni - 140 86.356628 cm -2.9935461 m 2.528482 m 16.084612 MeV 991.51719 eV 3.6934125 mm 13.65879 m World muIoni - 141 87.110923 cm -3.0182418 m 2.5322349 m 16.072253 MeV 10.894223 keV 2.6093276 cm 13.684883 m World muIoni - 142 87.119541 cm -3.018523 m 2.5322774 m 16.069965 MeV 263.39457 eV 297.19727 um 13.68518 m World muIoni - 143 88.016292 cm -3.0477544 m 2.5367128 m 16.05753 MeV 11.405325 keV 3.089613 cm 13.716076 m World muIoni - 144 89.144922 cm -3.0845235 m 2.5423217 m 16.036631 MeV 18.062345 keV 3.8869295 cm 13.754945 m World muIoni - 145 89.289514 cm -3.0892384 m 2.5430411 m 16.027253 MeV 1.9992673 keV 4.9838231 mm 13.759929 m World muIoni - 146 90.109436 cm -3.1157857 m 2.5471086 m 16.013622 MeV 12.331973 keV 2.8080927 cm 13.78801 m World muIoni - 147 90.298392 cm -3.1219515 m 2.5480143 m 15.971501 MeV 1.6168174 keV 6.5120973 mm 13.794522 m World muIoni - 148 90.336614 cm -3.1231885 m 2.5481944 m 15.933397 MeV 0 eV 1.3071653 mm 13.795829 m World muIoni - 149 93.043293 cm -3.2117586 m 2.561083 m 15.892942 MeV 37.743068 keV 9.3507391 cm 13.889337 m World muIoni - 150 93.284704 cm -3.2199053 m 2.5622749 m 15.887295 MeV 4.3445706 keV 8.580002 mm 13.897917 m World muIoni - 151 93.459355 cm -3.2257953 m 2.5631295 m 15.882576 MeV 2.464685 keV 6.2026621 mm 13.90412 m World muIoni - 152 94.581655 cm -3.2637463 m 2.5687041 m 15.852276 MeV 15.472401 keV 3.9966523 cm 13.944086 m World muIoni - 153 95.923066 cm -3.3086139 m 2.5752568 m 15.820507 MeV 17.07431 keV 4.7286458 cm 13.991372 m World muIoni - 154 98.467508 cm -3.3915109 m 2.587501 m 15.777371 MeV 41.979969 keV 8.7575339 cm 14.078948 m World muIoni - 155 99.4629 cm -3.4245401 m 2.5922617 m 15.752285 MeV 14.819601 keV 3.4823652 cm 14.113771 m World muIoni - 156 1.0048246 m -3.4583603 m 2.5972386 m 15.740997 MeV 10.251855 keV 3.5672634 cm 14.149444 m World muIoni - 157 1.0064652 m -3.4638324 m 2.5980557 m 15.736131 MeV 2.5666586 keV 5.7708815 mm 14.155215 m World muIoni - 158 1.0085627 m -3.4708236 m 2.5991046 m 15.731307 MeV 3.7135787 keV 7.374043 mm 14.162589 m World muIoni - 159 1.0131961 m -3.4863149 m 2.6014482 m 15.723407 MeV 4.7779782 keV 1.6338333 cm 14.178927 m World muIoni - 160 1.0133182 m -3.4867212 m 2.6015099 m 15.715657 MeV 397.37676 eV 428.71859 um 14.179356 m World muIoni - 161 1.0401238 m -3.5763953 m 2.6150928 m 15.674023 MeV 36.297128 keV 9.4576568 cm 14.273933 m World muIoni - 162 1.0442991 m -3.5905389 m 2.6172135 m 15.659509 MeV 5.0335106 keV 1.4898833 cm 14.288831 m World muIoni - 163 1.0681096 m -3.6714875 m 2.6295453 m 15.622186 MeV 36.113505 keV 8.5275205 cm 14.374107 m World muIoni - 164 1.0801207 m -3.712632 m 2.6354935 m 15.599209 MeV 21.420035 keV 4.3272885 cm 14.41738 m World muIoni - 165 1.0858106 m -3.7320758 m 2.6384533 m 15.588642 MeV 8.5980405 keV 2.0474301 cm 14.437854 m World muIoni - 166 1.087528 m -3.7379416 m 2.6393454 m 15.583628 MeV 1.9248018 keV 6.1768163 mm 14.444031 m World muIoni - 167 1.0967826 m -3.769746 m 2.6442056 m 15.570455 MeV 11.863889 keV 3.3478307 cm 14.477509 m World muIoni - 168 1.1044507 m -3.795997 m 2.6482774 m 15.551682 MeV 11.734135 keV 2.7649594 cm 14.505159 m World muIoni - 169 1.1150569 m -3.8324942 m 2.6539894 m 15.539109 MeV 11.562121 keV 3.843408 cm 14.543593 m World muIoni - 170 1.1302316 m -3.8839239 m 2.6621582 m 15.510365 MeV 25.6082 keV 5.4240803 cm 14.597833 m World muIoni - 171 1.1325822 m -3.8921048 m 2.6634482 m 15.506033 MeV 3.1417063 keV 8.6091063 mm 14.606443 m World muIoni - 172 1.1406778 m -3.9203068 m 2.6678912 m 15.491891 MeV 12.807436 keV 2.9675552 cm 14.636118 m World muIoni - 173 1.1618999 m -3.9937785 m 2.6797 m 15.459368 MeV 31.3281 keV 7.7382443 cm 14.713501 m World muIoni - 174 1.1636882 m -3.9999316 m 2.6807397 m 15.454615 MeV 3.3370625 keV 6.491571 mm 14.719992 m World muIoni - 175 1.1698432 m -4.0210325 m 2.6842789 m 15.344063 MeV 9.7605136 keV 2.2263394 cm 14.742256 m World muIoni - 176 1.1735851 m -4.0335555 m 2.686438 m 15.333555 MeV 4.5977689 keV 1.3247288 cm 14.755503 m World muIoni - 177 1.2005848 m -4.1238476 m 2.7018043 m 15.296507 MeV 34.972302 keV 9.548846 cm 14.850991 m World muIoni - 178 1.2053073 m -4.1404242 m 2.7046141 m 15.286866 MeV 6.5928133 keV 1.7463784 cm 14.868455 m World muIoni - 179 1.2061144 m -4.14329 m 2.7050984 m 15.284016 MeV 1.61458 keV 3.0164069 mm 14.871471 m World muIoni - 180 1.2072764 m -4.1474104 m 2.7057886 m 15.279823 MeV 3.1276383 keV 4.336482 mm 14.875808 m World muIoni - 181 1.2078177 m -4.1493356 m 2.7061087 m 15.276892 MeV 681.94598 eV 2.025292 mm 14.877833 m World muIoni - 182 1.2115042 m -4.1624584 m 2.7082998 m 15.268335 MeV 6.5972685 keV 1.3805773 cm 14.891639 m World muIoni - 183 1.2189897 m -4.1893172 m 2.7127568 m 15.253469 MeV 10.262019 keV 2.8236419 cm 14.919875 m World muIoni - 184 1.219317 m -4.1905033 m 2.7129488 m 15.251864 MeV 183.59652 eV 1.2453529 mm 14.921121 m World muIoni - 185 1.2299355 m -4.2289321 m 2.7191631 m 15.231476 MeV 18.352508 keV 4.0350463 cm 14.961471 m World muIoni - 186 1.2328888 m -4.239629 m 2.7209248 m 15.225226 MeV 4.7982096 keV 1.1236077 cm 14.972707 m World muIoni - 187 1.2415748 m -4.271297 m 2.7261699 m 15.209337 MeV 12.153955 keV 3.3253996 cm 15.005961 m World muIoni - 188 1.2436019 m -4.2786838 m 2.7274011 m 15.202721 MeV 3.1028548 keV 7.7582708 mm 15.01372 m World muIoni - 189 1.2575623 m -4.3299356 m 2.7358701 m 15.179239 MeV 21.876282 keV 5.379043 cm 15.06751 m World muIoni - 190 1.2596423 m -4.3373621 m 2.7371593 m 15.17289 MeV 3.594319 keV 7.8192847 mm 15.075329 m World muIoni - 191 1.2780392 m -4.4025412 m 2.7484844 m 15.146297 MeV 24.601911 keV 6.8666757 cm 15.143996 m World muIoni - 192 1.2945213 m -4.4620749 m 2.7586743 m 15.107718 MeV 27.058596 keV 6.2608519 cm 15.206605 m World muIoni - 193 1.2947457 m -4.4628825 m 2.7588114 m 15.106541 MeV 121.02423 eV 849.31088 um 15.207454 m World muIoni - 194 1.3016455 m -4.4876636 m 2.7630266 m 15.092735 MeV 11.858095 keV 2.6066904 cm 15.233521 m World muIoni - 195 1.3175076 m -4.5448354 m 2.7729145 m 15.069139 MeV 22.40927 keV 6.0150327 cm 15.293671 m World muIoni - 196 1.3217395 m -4.5599598 m 2.7756175 m 15.061301 MeV 6.0275733 keV 1.5936198 cm 15.309607 m World muIoni - 197 1.3219323 m -4.5606491 m 2.7757405 m 15.060163 MeV 114.16225 eV 726.20865 um 15.310334 m World muIoni - 198 1.3235927 m -4.5666099 m 2.7767997 m 15.05789 MeV 1.0139066 keV 6.2777603 mm 15.316611 m World muIoni - 199 1.3325625 m -4.5991025 m 2.7826287 m 15.040912 MeV 15.529909 keV 3.420845 cm 15.35082 m World muIoni - 200 1.3354701 m -4.609649 m 2.7844649 m 15.034877 MeV 3.9751077 keV 1.1092985 cm 15.361913 m World muIoni - 201 1.3387756 m -4.6215044 m 2.7865152 m 15.026143 MeV 7.1183415 keV 1.247725 cm 15.37439 m World muIoni - 202 1.3423492 m -4.6343775 m 2.7887499 m 15.018254 MeV 6.7927505 keV 1.354555 cm 15.387936 m World muIoni - 203 1.3521102 m -4.669807 m 2.7948558 m 15.001461 MeV 10.909079 keV 3.7253406 cm 15.425189 m World muIoni - 204 1.3554844 m -4.6822692 m 2.7970019 m 14.993591 MeV 6.0453041 keV 1.3088089 cm 15.438277 m World muIoni - 205 1.3714381 m -4.7409214 m 2.8071275 m 14.962875 MeV 29.170157 keV 6.1621472 cm 15.499899 m World muIoni - 206 1.3731765 m -4.7471654 m 2.8082038 m 14.941318 MeV 4.3940628 keV 6.5702094 mm 15.506469 m World muIoni - 207 1.3769903 m -4.7615071 m 2.8107337 m 14.930146 MeV 4.5391209 keV 1.505484 cm 15.521524 m World muIoni - 208 1.3789576 m -4.7690749 m 2.812104 m 14.926278 MeV 2.7631381 keV 7.938476 mm 15.529462 m World muIoni - 209 1.3814171 m -4.7785581 m 2.8138338 m 14.916508 MeV 3.0743299 keV 9.9484764 mm 15.539411 m World muIoni - 210 1.387893 m -4.8035147 m 2.8184428 m 14.905761 MeV 10.74694 keV 2.6191884 cm 15.565602 m OutOfWorld Transportation + 0 -652 um -1.64 cm -93.4 cm 20.6 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 4.2729292 cm 4.2610586 mm -2 m 20.607364 MeV8.2223515e-14 meV 1.2040301 m 1.2040301 m CaptureMgnt Transportation + 2 4.2823475 cm 2.6388963 mm -2.003097 m 20.602744 MeV 1.1018867 keV 3.4973759 mm 1.2075275 m World muIoni + 3 4.539035 cm -4.3246608 cm -2.0909875 m 20.566146 MeV 35.531463 keV 9.9181541 cm 1.306709 m World muIoni + 4 4.5514851 cm -4.5276389 cm -2.0948666 m 20.560566 MeV 894.65507 eV 4.3798102 mm 1.3110888 m World muIoni + 5 4.6359383 cm -5.8616691 cm -2.1203991 m 20.552312 MeV 8.2541683 keV 2.881995 cm 1.3399088 m World muIoni + 6 4.8567888 cm -9.7406067 cm -2.1952776 m 20.52786 MeV 23.459465 keV 8.4358728 cm 1.4242675 m World muIoni + 7 4.9996899 cm -12.101628 cm -2.2397947 m 20.506985 MeV 16.411797 keV 5.0411082 cm 1.4746786 m World muIoni + 8 5.0505198 cm -12.82286 cm -2.2533904 m 20.374875 MeV 5.6515692 keV 1.5398643 cm 1.4900772 m World muIoni + 9 5.0686456 cm -13.081918 cm -2.258325 m 20.369708 MeV 1.7227478 keV 5.5762501 mm 1.4956535 m World muIoni + 10 5.1066 cm -13.640384 cm -2.2689668 m 20.357503 MeV 4.8294216 keV 1.2024155 cm 1.5076776 m World muIoni + 11 5.3068746 cm -16.577747 cm -2.3248794 m 20.335544 MeV 21.959095 keV 6.3190865 cm 1.5708685 m World muIoni + 12 5.3975331 cm -17.827427 cm -2.3485574 m 20.323732 MeV 9.0769093 keV 2.6788803 cm 1.5976573 m World muIoni + 13 5.4546745 cm -18.645693 cm -2.36402 m 20.315058 MeV 7.2823208 keV 1.750361 cm 1.6151609 m World muIoni + 14 5.5263069 cm -19.634183 cm -2.3827596 m 20.310998 MeV 4.0600255 keV 2.1198989 cm 1.6363599 m World muIoni + 15 5.7206672 cm -22.46931 cm -2.4365771 m 20.286001 MeV 21.072204 keV 6.0859981 cm 1.6972199 m World muIoni + 16 5.8432698 cm -24.120212 cm -2.4682285 m 20.276308 MeV 8.3264563 keV 3.5719322 cm 1.7329392 m World muIoni + 17 5.8553409 cm -24.306187 cm -2.471765 m 20.272292 MeV 1.7293491 keV 3.997502 mm 1.7369367 m World muIoni + 18 5.8949923 cm -24.925126 cm -2.4834973 m 20.266556 MeV 3.7216727 keV 1.3270749 cm 1.7502074 m World muIoni + 19 5.9281658 cm -25.476474 cm -2.493886 m 20.26205 MeV 4.5058297 keV 1.1765767 cm 1.7619732 m World muIoni + 20 5.9421585 cm -25.699506 cm -2.4980852 m 20.258928 MeV 2.0581982 keV 4.756777 mm 1.76673 m World muIoni + 21 6.1148554 cm -28.399129 cm -2.5488943 m 20.23842 MeV 20.507682 keV 5.7561936 cm 1.8242919 m World muIoni + 22 6.2678924 cm -30.201827 cm -2.5833729 m 20.224244 MeV 13.033499 keV 3.8937439 cm 1.8632294 m World muIoni + 23 6.4354988 cm -32.216038 cm -2.6220097 m 20.211739 MeV 12.504482 keV 4.3604231 cm 1.9068336 m World muIoni + 24 6.5510352 cm -33.677892 cm -2.6501419 m 20.198465 MeV 12.199734 keV 3.1724801 cm 1.9385584 m World muIoni + 25 6.6408919 cm -34.79326 cm -2.671851 m 20.182995 MeV 7.6489712 keV 2.4423346 cm 1.9629817 m World muIoni + 26 6.6636441 cm -35.095617 cm -2.6777338 m 20.180366 MeV 1.1298147 keV 6.6182251 mm 1.9696 m World muIoni + 27 6.8817342 cm -38.019608 cm -2.734559 m 20.158727 MeV 21.638342 keV 6.3944345 cm 2.0335443 m World muIoni + 28 6.957122 cm -38.963615 cm -2.7527825 m 20.151186 MeV 6.1832879 keV 2.0537243 cm 2.0540816 m World muIoni + 29 7.1992671 cm -41.786928 cm -2.8073318 m 20.129374 MeV 20.695324 keV 6.1470696 cm 2.1155523 m World muIoni + 30 7.202174 cm -41.825381 cm -2.808067 m 20.126969 MeV 222.82925 eV 830.17283 um 2.1163824 m World muIoni + 31 7.3420779 cm -43.648877 cm -2.8429706 m 20.088991 MeV 12.215925 keV 3.9404832 cm 2.1557873 m World muIoni + 32 7.3858401 cm -44.263401 cm -2.8547584 m 20.069536 MeV 5.7701631 keV 1.3300687 cm 2.1690879 m World muIoni + 33 7.4774917 cm -45.628595 cm -2.8810879 m 20.057961 MeV 9.8841548 keV 2.9672544 cm 2.1987605 m World muIoni + 34 7.4959274 cm -45.903639 cm -2.8864022 m 20.054186 MeV 2.3849807 keV 5.9867857 mm 2.2047473 m World muIoni + 35 7.5443551 cm -46.624755 cm -2.9003533 m 20.043919 MeV 8.1260131 keV 1.5712079 cm 2.2204594 m World muIoni + 36 7.6272346 cm -47.88512 cm -2.9248106 m 20.032108 MeV 10.722419 keV 2.7526294 cm 2.2479856 m World muIoni + 37 7.6989405 cm -48.878154 cm -2.944213 m 20.02599 MeV 4.7567537 keV 2.1807821 cm 2.2697935 m World muIoni + 38 7.7842574 cm -49.986397 cm -2.9658143 m 20.004914 MeV 7.1158705 keV 2.4293336 cm 2.2940868 m World muIoni + 39 7.8210958 cm -50.455969 cm -2.9749354 m 20.000782 MeV 3.1192536 keV 1.0265536 cm 2.3043523 m World muIoni + 40 7.9365013 cm -51.878656 cm -3.0025721 m 19.98566 MeV 13.564009 keV 3.1105067 cm 2.3354574 m World muIoni + 41 7.9913147 cm -52.556883 cm -3.0157433 m 19.979335 MeV 5.317313 keV 1.4825055 cm 2.3502825 m World muIoni + 42 7.9992728 cm -52.659233 cm -3.0177315 m 19.97676 MeV 873.95167 eV 2.2375748 mm 2.35252 m World muIoni + 43 8.0984247 cm -53.933606 cm -3.042517 m 19.96176 MeV 12.064154 keV 2.7887461 cm 2.3804075 m World muIoni + 44 8.1928875 cm -55.170208 cm -3.0665767 m 19.949982 MeV 11.778582 keV 2.7068091 cm 2.4074756 m World muIoni + 45 8.4819413 cm -59.193949 cm -3.1444909 m 19.917666 MeV 22.712814 keV 8.7739115 cm 2.4952147 m World muIoni + 46 8.5098176 cm -59.656943 cm -3.1533986 m 19.914976 MeV 2.6905624 keV 1.0042989 cm 2.5052577 m World muIoni + 47 8.6798429 cm -62.552528 cm -3.2088755 m 19.880701 MeV 25.086645 keV 6.2602414 cm 2.5678601 m World muIoni + 48 8.7256295 cm -63.395978 cm -3.2249531 m 19.863113 MeV 6.4003329 keV 1.8161482 cm 2.5860216 m World muIoni + 49 8.8267565 cm -65.372563 cm -3.2626072 m 19.84768 MeV 12.820598 keV 4.2538838 cm 2.6285604 m World muIoni + 50 8.8692524 cm -66.074031 cm -3.2760705 m 19.841305 MeV 6.3753652 keV 1.5187139 cm 2.6437476 m World muIoni + 51 8.8778535 cm -66.210812 cm -3.2786867 m 19.802172 MeV 453.83359 eV 2.9534094 mm 2.646701 m World muIoni + 52 8.9044641 cm -66.647116 cm -3.2869501 m 19.798143 MeV 4.0291259 keV 9.3483187 mm 2.6560493 m World muIoni + 53 8.9264466 cm -67.02363 cm -3.2941154 m 19.794772 MeV 2.2757602 keV 8.0972464 mm 2.6641465 m World muIoni + 54 8.9913594 cm -68.173486 cm -3.3158698 m 19.786145 MeV 7.2198981 keV 2.4614912 cm 2.6887615 m World muIoni + 55 8.9947639 cm -68.231564 cm -3.3169714 m 19.783352 MeV 896.73307 eV 1.2457912 mm 2.6900072 m World muIoni + 56 9.0080401 cm -68.458732 cm -3.3212922 m 19.781044 MeV 2.3075517 keV 4.8834638 mm 2.6948907 m World muIoni + 57 9.0422898 cm -69.049114 cm -3.3325123 m 19.775708 MeV 5.3366114 keV 1.2683143 cm 2.7075739 m World muIoni + 58 9.098567 cm -69.998083 cm -3.3505222 m 19.766777 MeV 6.9364585 keV 2.0364871 cm 2.7279387 m World muIoni + 59 9.3674394 cm -74.196591 cm -3.4301334 m 19.739004 MeV 27.77316 keV 9.0044759 cm 2.8179835 m World muIoni + 60 9.3816332 cm -74.390818 cm -3.4338022 m 19.724575 MeV 1.1615124 keV 4.1536259 mm 2.8221371 m World muIoni + 61 9.4820288 cm -75.723985 cm -3.4590644 m 19.71177 MeV 8.8544031 keV 2.8581854 cm 2.850719 m World muIoni + 62 9.5514796 cm -76.695399 cm -3.4773544 m 19.707237 MeV 4.5329404 keV 2.0721325 cm 2.8714403 m World muIoni + 63 9.6389912 cm -77.956376 cm -3.5009143 m 19.701416 MeV 5.8210405 keV 2.6736587 cm 2.8981769 m World muIoni + 64 9.7466018 cm -79.745215 cm -3.5348198 m 19.690886 MeV 10.529941 keV 3.8350425 cm 2.9365273 m World muIoni + 65 9.7565672 cm -79.91049 cm -3.5379418 m 19.689741 MeV 1.1456019 keV 3.5338591 mm 2.9400612 m World muIoni + 66 9.7683509 cm -80.107359 cm -3.5416613 m 19.684435 MeV 1.8083423 keV 4.210102 mm 2.9442713 m World muIoni + 67 9.7865728 cm -80.417221 cm -3.547482 m 19.680107 MeV 2.967457 keV 6.596662 mm 2.9508679 m World muIoni + 68 9.8440404 cm -81.413421 cm -3.5656452 m 19.666386 MeV 10.33319 keV 2.0723697 cm 2.9715916 m World muIoni + 69 9.8533451 cm -81.578932 cm -3.5686654 m 19.662178 MeV 1.1327958 keV 3.4452929 mm 2.9750369 m World muIoni + 70 9.9546476 cm -83.343569 cm -3.6009006 m 19.645441 MeV 10.249112 keV 3.6763215 cm 3.0118001 m World muIoni + 71 9.9554184 cm -83.355893 cm -3.6011242 m 19.644229 MeV 0 eV 255.46463 um 3.0120556 m World muIoni + 72 9.977658 cm -83.705612 cm -3.6074728 m 19.627359 MeV 2.4448253 keV 7.2515027 mm 3.0193071 m World muIoni + 73 10.239966 cm -87.536754 cm -3.6769031 m 19.601724 MeV 24.130898 keV 7.9342938 cm 3.09865 m World muIoni + 74 10.363647 cm -89.276064 cm -3.7086654 m 19.589193 MeV 10.435474 keV 3.6233965 cm 3.134884 m World muIoni + 75 10.468165 cm -90.636333 cm -3.7334511 m 19.577854 MeV 10.288859 keV 2.8292396 cm 3.1631764 m World muIoni + 76 10.498918 cm -91.031589 cm -3.7406255 m 19.564051 MeV 2.7308949 keV 8.1969553 mm 3.1713733 m World muIoni + 77 10.586276 cm -92.194685 cm -3.7618038 m 19.555413 MeV 6.9937959 keV 2.4177798 cm 3.1955511 m World muIoni + 78 10.68838 cm -93.569808 cm -3.7868766 m 19.542522 MeV 10.134302 keV 2.8614489 cm 3.2241656 m World muIoni + 79 10.709942 cm -93.865296 cm -3.7922793 m 19.539733 MeV 1.3088785 keV 6.1616743 mm 3.2303273 m World muIoni + 80 10.851547 cm -95.663577 cm -3.8247345 m 19.525512 MeV 13.226033 keV 3.7131563 cm 3.2674589 m World muIoni + 81 10.93722 cm -96.657472 cm -3.8424662 m 19.514854 MeV 9.5901925 keV 2.0345301 cm 3.2878042 m World muIoni + 82 11.258172 cm -1.0037678 m -3.9087307 m 19.485042 MeV 28.492032 keV 7.6057125 cm 3.3638613 m World muIoni + 83 11.418089 cm -1.0228546 m -3.9425276 m 19.472825 MeV 7.8491531 keV 3.8847244 cm 3.4027085 m World muIoni + 84 11.461369 cm -1.0278329 m -3.9513163 m 19.46976 MeV 1.9073274 keV 1.0109937 cm 3.4128185 m World muIoni + 85 11.462558 cm -1.0279679 m -3.9515556 m 19.469589 MeV 170.92488 eV 275.08145 um 3.4130936 m World muIoni + 86 11.508302 cm -1.0331654 m -3.9607674 m 19.465314 MeV 3.0686017 keV 1.0586837 cm 3.4236804 m World muIoni + 87 11.554687 cm -1.0383085 m -3.9698825 m 19.454102 MeV 3.1745801 keV 1.047623 cm 3.4341566 m World muIoni + 88 11.627075 cm -1.0465059 m -3.9844372 m 19.444867 MeV 3.7308082 keV 1.672002 cm 3.4508766 m World muIoni + 89 11.630663 cm -1.0469032 m -3.9851414 m 19.443079 MeV 285.42436 eV 809.35578 um 3.451686 m World muIoni + 90 11.638358 cm -1.0477588 m -3.986655 m 19.442637 MeV 441.5876 eV 1.7404376 mm 3.4534264 m World muIoni + 91 11.793618 cm -1.0650401 m -4.0172253 m 19.432181 MeV 9.079128 keV 3.5151138 cm 3.4885776 m World muIoni + 92 11.889732 cm -1.0763732 m -4.0373197 m 19.422085 MeV 8.9585091 keV 2.3090106 cm 3.5116677 m World muIoni + 93 11.909532 cm -1.0785944 m -4.0412656 m 19.415911 MeV 1.8210709 keV 4.5323506 mm 3.5162 m World muIoni + 94 11.994439 cm -1.0880767 m -4.0580673 m 19.408514 MeV 7.3966474 keV 1.9311525 cm 3.5355116 m World muIoni + 95 12.173183 cm -1.1078531 m -4.092888 m 19.395914 MeV 12.599852 keV 4.008478 cm 3.5755963 m World muIoni + 96 12.200071 cm -1.1110299 m -4.0984719 m 19.39164 MeV 3.0847046 keV 6.4300102 mm 3.5820263 m World muIoni + 97 12.38347 cm -1.1330432 m -4.1372049 m 19.374918 MeV 11.884794 keV 4.4589321 cm 3.6266157 m World muIoni + 98 12.47036 cm -1.1468261 m -4.1611418 m 19.359688 MeV 11.148183 keV 2.7635185 cm 3.6542509 m World muIoni + 99 12.762683 cm -1.1945118 m -4.2452489 m 19.32384 MeV 34.566206 keV 9.6729767 cm 3.7509806 m World muIoni + 100 12.992026 cm -1.23844 m -4.3226951 m 19.290599 MeV 32.249735 keV 8.9067446 cm 3.8400481 m World muIoni + 101 12.997988 cm -1.2396488 m -4.3247978 m 19.289228 MeV 337.98693 eV 2.4260595 mm 3.8424741 m World muIoni + 102 13.039448 cm -1.248118 m -4.3395176 m 19.28219 MeV 6.0437582 keV 1.698744 cm 3.8594616 m World muIoni + 103 13.061324 cm -1.2529159 m -4.3478284 m 19.277441 MeV 2.8981112 keV 9.5988202 mm 3.8690604 m World muIoni + 104 13.301565 cm -1.3049299 m -4.4381824 m 19.24295 MeV 33.109915 keV 10.428469 cm 3.9733451 m World muIoni + 105 13.324507 cm -1.3120056 m -4.450475 m 19.235428 MeV 7.5215701 keV 1.4185397 cm 3.9875305 m World muIoni + 106 13.325635 cm -1.3123339 m -4.4510475 m 19.234134 MeV 0 eV 660.10495 um 3.9881906 m World muIoni + 107 13.387297 cm -1.3307493 m -4.4831571 m 19.217367 MeV 14.807132 keV 3.7020777 cm 4.0252114 m World muIoni + 108 13.394157 cm -1.3334312 m -4.4878299 m 19.214274 MeV 1.901519 keV 5.3882277 mm 4.0305996 m World muIoni + 109 13.397004 cm -1.334522 m -4.4897328 m 19.211193 MeV 258.56747 eV 2.1935583 mm 4.0327931 m World muIoni + 110 13.401834 cm -1.3365605 m -4.4932863 m 19.208719 MeV 692.78801 eV 4.096936 mm 4.0368901 m World muIoni + 111 13.427138 cm -1.3480667 m -4.513342 m 19.201075 MeV 7.6445345 keV 2.3123383 cm 4.0600135 m World muIoni + 112 13.482549 cm -1.3732989 m -4.5570355 m 19.183331 MeV 17.743339 keV 5.0459009 cm 4.1104725 m World muIoni + 113 13.492306 cm -1.3771624 m -4.56375 m 19.180333 MeV 2.9985579 keV 7.7473493 mm 4.1182198 m World muIoni + 114 13.552549 cm -1.4008337 m -4.604816 m 19.160997 MeV 17.103905 keV 4.7403921 cm 4.1656237 m World muIoni + 115 13.569931 cm -1.4084812 m -4.6180363 m 19.154693 MeV 6.3044316 keV 1.5273862 cm 4.1808976 m World muIoni + 116 13.582589 cm -1.4133149 m -4.6264079 m 19.151815 MeV 2.877688 keV 9.6676776 mm 4.1905653 m World muIoni + 117 13.583231 cm -1.4135821 m -4.6268708 m 19.147645 MeV 115.11385 eV 534.53346 um 4.1910998 m World muIoni + 118 13.585828 cm -1.4145855 m -4.6286113 m 19.147049 MeV 596.55125 eV 2.0091511 mm 4.193109 m World muIoni + 119 13.660499 cm -1.4435588 m -4.6788644 m 19.120133 MeV 24.868982 keV 5.8012274 cm 4.2511212 m World muIoni + 120 13.722352 cm -1.4724421 m -4.7285082 m 19.096037 MeV 20.677859 keV 5.7438372 cm 4.3085596 m World muIoni + 121 13.741418 cm -1.4779364 m -4.7379676 m 19.089861 MeV 4.5493202 keV 1.0940926 cm 4.3195005 m World muIoni + 122 13.764312 cm -1.4844653 m -4.7492565 m 19.084823 MeV 3.8321147 keV 1.304303 cm 4.3325436 m World muIoni + 123 13.898679 cm -1.5227301 m -4.8156907 m 19.065186 MeV 18.462558 keV 7.6678497 cm 4.4092221 m World muIoni + 124 13.968261 cm -1.5530253 m -4.868935 m 19.041397 MeV 23.789146 keV 6.1263995 cm 4.4704861 m World muIoni + 125 13.970147 cm -1.5536685 m -4.8700734 m 19.035809 MeV 175.54086 eV 1.3077263 mm 4.4717938 m World muIoni + 126 13.978425 cm -1.5562827 m -4.8746907 m 19.031251 MeV 1.3159001 keV 5.306613 mm 4.4771004 m World muIoni + 127 13.997843 cm -1.5622292 m -4.8852155 m 19.027016 MeV 4.235723 keV 1.2090014 cm 4.4891904 m World muIoni + 128 14.109221 cm -1.5969259 m -4.9464505 m 18.997323 MeV 27.877864 keV 7.039107 cm 4.5595815 m World muIoni + 129 14.116984 cm -1.5992741 m -4.9505876 m 18.996274 MeV 1.0489049 keV 4.7577263 mm 4.5643392 m World muIoni + 130 14.144914 cm -1.6081249 m -4.9661708 m 18.986982 MeV 8.3008249 keV 1.7923417 cm 4.5822626 m World muIoni + 131 14.187946 cm -1.6217094 m -4.9901205 m 18.974711 MeV 9.2309083 keV 2.7537703 cm 4.6098003 m World muIoni + 132 14.198658 cm -1.6249012 m -4.9957985 m 18.966202 MeV 2.1968988 keV 6.5144924 mm 4.6163148 m World muIoni + 133 14.2169 cm -1.630544 m -5.0058037 m 18.960478 MeV 4.4851743 keV 1.1488245 cm 4.6278031 m World muIoni + 134 14.274233 cm -1.6481739 m -5.0370553 m 18.949821 MeV 10.656662 keV 3.5886041 cm 4.6636891 m World muIoni + 135 14.320586 cm -1.6610017 m -5.0596951 m 18.942694 MeV 6.0649371 keV 2.6025593 cm 4.6897147 m World muIoni + 136 14.392369 cm -1.6800685 m -5.0933511 m 18.925838 MeV 15.220855 keV 3.8688467 cm 4.7284032 m World muIoni + 137 14.411711 cm -1.685172 m -5.1023884 m 18.919428 MeV 4.0894164 keV 1.0380563 cm 4.7387837 m World muIoni + 138 14.459118 cm -1.6968022 m -5.1229576 m 18.903974 MeV 9.736848 keV 2.3634289 cm 4.762418 m World muIoni + 139 14.47716 cm -1.7009352 m -5.1303175 m 18.885161 MeV 4.3697191 keV 8.4428611 mm 4.7708609 m World muIoni + 140 14.514316 cm -1.7093689 m -5.1453139 m 18.877269 MeV 7.8919285 keV 1.7209239 cm 4.7880701 m World muIoni + 141 14.784649 cm -1.771517 m -5.2564484 m 18.825402 MeV 51.866674 keV 12.736174 cm 4.9154319 m World muIoni + 142 14.846674 cm -1.7855073 m -5.2810947 m 18.812771 MeV 11.028001 keV 2.8347107 cm 4.943779 m World muIoni + 143 14.963525 cm -1.8143242 m -5.3321405 m 18.794882 MeV 17.889457 keV 5.8630108 cm 5.0024091 m World muIoni + 144 15.03561 cm -1.8412361 m -5.3793622 m 18.774899 MeV 18.381579 keV 5.4357137 cm 5.0567662 m World muIoni + 145 15.078809 cm -1.8580092 m -5.40857 m 18.758141 MeV 11.1941 keV 3.3684204 cm 5.0904504 m World muIoni + 146 15.091895 cm -1.8654113 m -5.4214511 m 18.74849 MeV 6.8567833 keV 1.4857015 cm 5.1053074 m World muIoni + 147 15.202394 cm -1.9351146 m -5.5424164 m 18.700205 MeV 46.6903 keV 13.961724 cm 5.2449247 m World muIoni + 148 15.249999 cm -1.9580921 m -5.5827812 m 18.681951 MeV 16.583287 keV 4.6449158 cm 5.2913738 m World muIoni + 149 15.268047 cm -1.9699986 m -5.6037305 m 18.662079 MeV 6.6783283 keV 2.4097203 cm 5.315471 m World muIoni + 150 15.272906 cm -1.9752136 m -5.6128563 m 18.648095 MeV 5.6759907 keV 1.0510927 cm 5.325982 m World muIoni + 151 15.285925 cm -1.9918278 m -5.6419912 m 18.632171 MeV 14.28144 keV 3.3539474 cm 5.3595214 m World muIoni + 152 15.286053 cm -1.992605 m -5.6433685 m 18.629982 MeV 485.96953 eV 1.5814349 mm 5.3611029 m World muIoni + 153 15.288112 cm -2.0017785 m -5.6596485 m 18.620131 MeV 7.2561188 keV 1.8686721 cm 5.3797896 m World muIoni + 154 15.288146 cm -2.0020252 m -5.6600879 m 18.614223 MeV 131.25187 eV 503.92787 um 5.3802935 m World muIoni + 155 15.288058 cm -2.0032007 m -5.6621815 m 18.613548 MeV 674.71649 eV 2.4010252 mm 5.3826945 m World muIoni + 156 15.287792 cm -2.0184004 m -5.6892349 m 18.601974 MeV 11.574308 keV 3.1030994 cm 5.4137255 m World muIoni + 157 15.288423 cm -2.0203251 m -5.6926586 m 18.600259 MeV 1.7149214 keV 3.9275652 mm 5.4176531 m World muIoni + 158 15.288665 cm -2.0210177 m -5.6938915 m 18.596156 MeV 531.53079 eV 1.4141484 mm 5.4190673 m World muIoni + 159 15.290733 cm -2.0263165 m -5.7033509 m 18.592774 MeV 2.3166452 keV 1.0842441 cm 5.4299097 m World muIoni + 160 15.293086 cm -2.0372052 m -5.7226992 m 18.583633 MeV 7.0371835 keV 2.2201965 cm 5.4521117 m World muIoni + 161 15.324942 cm -2.0521499 m -5.7489082 m 18.573888 MeV 8.1152683 keV 3.0172178 cm 5.4822838 m World muIoni + 162 15.33447 cm -2.0569313 m -5.7573406 m 18.551778 MeV 2.1873939 keV 9.6941897 mm 5.491978 m World muIoni + 163 15.341963 cm -2.061972 m -5.7662315 m 18.546681 MeV 3.8532456 keV 1.0220692 cm 5.5021987 m World muIoni + 164 15.384007 cm -2.0880514 m -5.8121376 m 18.528238 MeV 16.243394 keV 5.2798719 cm 5.5549974 m World muIoni + 165 15.39168 cm -2.0954609 m -5.8250844 m 18.495454 MeV 5.2686646 keV 1.491736 cm 5.5699148 m World muIoni + 166 15.397558 cm -2.0985848 m -5.8305649 m 18.489858 MeV 3.9349626 keV 6.3085964 mm 5.5762234 m World muIoni + 167 15.548156 cm -2.1723873 m -5.9600318 m 18.438566 MeV 51.292129 keV 14.90352 cm 5.7252586 m World muIoni + 168 15.550306 cm -2.1760865 m -5.9666816 m 18.434375 MeV 2.9988675 keV 7.6095419 mm 5.7328681 m World muIoni + 169 15.558154 cm -2.1917746 m -5.9949222 m 18.423496 MeV 9.7744871 keV 3.2305696 cm 5.7651738 m World muIoni + 170 15.583062 cm -2.2205245 m -6.0464863 m 18.400761 MeV 22.734657 keV 5.903832 cm 5.8242122 m World muIoni + 171 15.591359 cm -2.2284529 m -6.0607457 m 18.392976 MeV 4.9947447 keV 1.6315503 cm 5.8405277 m World muIoni + 172 15.592556 cm -2.2296922 m -6.0630001 m 18.380759 MeV 557.7675 eV 2.5726498 mm 5.8431003 m World muIoni + 173 15.601152 cm -2.2375651 m -6.0772808 m 18.374527 MeV 6.2316706 keV 1.6307345 cm 5.8594077 m World muIoni + 174 15.610569 cm -2.2439254 m -6.088789 m 18.364578 MeV 4.7822406 keV 1.314914 cm 5.8725568 m World muIoni + 175 15.546981 cm -2.3063437 m -6.202845 m 18.317422 MeV 47.155378 keV 13.0025 cm 6.0025818 m World muIoni + 176 15.552884 cm -2.3178382 m -6.2239399 m 18.303131 MeV 12.592191 keV 2.4023479 cm 6.0266053 m World muIoni + 177 15.553402 cm -2.3227451 m -6.2329175 m 18.299105 MeV 4.0260082 keV 1.0231085 cm 6.0368364 m World muIoni + 178 15.556088 cm -2.337025 m -6.2590931 m 18.282561 MeV 13.757438 keV 2.9817483 cm 6.0666538 m World muIoni + 179 15.554649 cm -2.3398905 m -6.2643582 m 18.280173 MeV 1.3032543 keV 5.9943459 mm 6.0726482 m World muIoni + 180 15.538617 cm -2.3662307 m -6.3128416 m 18.258021 MeV 19.919877 keV 5.5177027 cm 6.1278252 m World muIoni + 181 15.538018 cm -2.3671335 m -6.3145028 m 18.257192 MeV 829.47387 eV 1.8907348 mm 6.1297159 m World muIoni + 182 15.524488 cm -2.3874099 m -6.3518221 m 18.234326 MeV 16.96844 keV 4.2472257 cm 6.1721882 m World muIoni + 183 15.521147 cm -2.3898857 m -6.3563775 m 18.231073 MeV 2.213223 keV 5.1848435 mm 6.177373 m World muIoni + 184 15.437652 cm -2.4565827 m -6.4792463 m 18.175938 MeV 53.80991 keV 13.980901 cm 6.3171821 m World muIoni + 185 15.424602 cm -2.4627859 m -6.4907469 m 18.166248 MeV 4.5012024 keV 1.3067509 cm 6.3302496 m World muIoni + 186 15.422503 cm -2.463784 m -6.4926026 m 18.163689 MeV 822.8243 eV 2.1072733 mm 6.3323568 m World muIoni + 187 15.408268 cm -2.4705124 m -6.505109 m 18.156711 MeV 5.7262545 keV 1.4202183 cm 6.346559 m World muIoni + 188 15.392647 cm -2.4758364 m -6.5149672 m 18.151816 MeV 3.8251113 keV 1.1205057 cm 6.3577641 m World muIoni + 189 15.386729 cm -2.4777847 m -6.5185694 m 18.147705 MeV 2.146093 keV 4.0957285 mm 6.3618598 m World muIoni + 190 15.384331 cm -2.4786252 m -6.5201219 m 18.145673 MeV 467.86864 eV 1.7655938 mm 6.3636254 m World muIoni + 191 15.365064 cm -2.4848039 m -6.531533 m 18.137488 MeV 8.1857534 keV 1.2977956 cm 6.3766034 m World muIoni + 192 15.309616 cm -2.5073077 m -6.5730434 m 18.124061 MeV 13.426875 keV 4.7221449 cm 6.4238248 m World muIoni + 193 15.262091 cm -2.528975 m -6.6128901 m 18.104586 MeV 16.172945 keV 4.5359421 cm 6.4691842 m World muIoni + 194 15.252699 cm -2.5347374 m -6.6234865 m 18.099389 MeV 4.0448833 keV 1.2062254 cm 6.4812465 m World muIoni + 195 15.245195 cm -2.5389953 m -6.631271 m 18.094533 MeV 3.0708588 keV 8.8731766 mm 6.4901197 m World muIoni + 196 15.209753 cm -2.5665499 m -6.6817215 m 18.061598 MeV 24.441934 keV 5.7486272 cm 6.5476059 m World muIoni + 197 15.200092 cm -2.5723216 m -6.6922598 m 18.057841 MeV 3.7575785 keV 1.2015737 cm 6.5596217 m World muIoni + 198 15.181306 cm -2.5865719 m -6.7183 m 18.044834 MeV 11.169416 keV 2.9685109 cm 6.5893068 m World muIoni + 199 15.171975 cm -2.5951746 m -6.7339574 m 18.036903 MeV 6.6832896 keV 1.786532 cm 6.6071721 m World muIoni + 200 15.171434 cm -2.5957262 m -6.7349583 m 18.032468 MeV 965.75421 eV 1.1428619 mm 6.608315 m World muIoni + 201 15.150692 cm -2.6228169 m -6.7840844 m 18.008761 MeV 18.990947 keV 5.610131 cm 6.6644163 m World muIoni + 202 15.150278 cm -2.6231491 m -6.7846898 m 17.949691 MeV 96.737893 eV 690.53104 um 6.6651068 m World muIoni + 203 15.136447 cm -2.6301714 m -6.797503 m 17.944436 MeV 3.8137678 keV 1.4612062 cm 6.6797189 m World muIoni + 204 15.115241 cm -2.6387834 m -6.8133482 m 17.937829 MeV 5.4803257 keV 1.8035623 cm 6.6977545 m World muIoni + 205 15.07681 cm -2.6573796 m -6.8476041 m 17.923904 MeV 10.338809 keV 3.8979983 cm 6.7367345 m World muIoni + 206 15.064192 cm -2.666336 m -6.8641089 m 17.907282 MeV 10.565594 keV 1.8778766 cm 6.7555132 m World muIoni + 207 15.035551 cm -2.6798634 m -6.8888056 m 17.896376 MeV 8.2855877 keV 2.8160372 cm 6.7836736 m World muIoni + 208 15.032578 cm -2.6821627 m -6.8929767 m 17.894356 MeV 2.0204058 keV 4.7629775 mm 6.7884366 m World muIoni + 209 15.018685 cm -2.6927569 m -6.9121911 m 17.886093 MeV 6.5191118 keV 2.1941923 cm 6.8103785 m World muIoni + 210 15.013557 cm -2.6959605 m -6.9179418 m 17.880311 MeV 1.934413 keV 6.5830407 mm 6.8169615 m World muIoni + 211 14.99425 cm -2.7116097 m -6.9460492 m 17.866549 MeV 9.4219437 keV 3.2170908 cm 6.8491324 m World muIoni + 212 14.988149 cm -2.7170778 m -6.9557916 m 17.860761 MeV 4.5701809 keV 1.1172302 cm 6.8603048 m World muIoni + 213 14.986844 cm -2.7179971 m -6.9574347 m 17.856909 MeV 1.4373346 keV 1.8827335 mm 6.8621875 m World muIoni + 214 14.985262 cm -2.7190884 m -6.9593852 m 17.853999 MeV 1.020207 keV 2.2351625 mm 6.8644226 m World muIoni + 215 14.956474 cm -2.7380876 m -6.9934561 m 17.842396 MeV 11.602752 keV 3.9011414 cm 6.9034341 m World muIoni + 216 14.949561 cm -2.7417264 m -6.9999912 m 17.836491 MeV 4.5640708 keV 7.4801534 mm 6.9109142 m World muIoni + 217 14.924391 cm -2.7531009 m -7.0204654 m 17.824887 MeV 10.011244 keV 2.342307 cm 6.9343373 m World muIoni + 218 14.893988 cm -2.7642297 m -7.0404378 m 17.813605 MeV 7.3974034 keV 2.2865657 cm 6.9572029 m World muIoni + 219 14.834148 cm -2.7841577 m -7.076505 m 17.792019 MeV 17.954536 keV 4.1210936 cm 6.9984139 m World muIoni + 220 14.780007 cm -2.8108028 m -7.124918 m 17.771391 MeV 20.627955 keV 5.5263998 cm 7.0536779 m World muIoni + 221 14.77594 cm -2.8133322 m -7.1295163 m 17.765332 MeV 1.6404692 keV 5.2482433 mm 7.0589261 m World muIoni + 222 14.773213 cm -2.8150892 m -7.1327093 m 17.764411 MeV 921.47046 eV 3.644627 mm 7.0625707 m World muIoni + 223 14.769974 cm -2.8172407 m -7.1366176 m 17.756159 MeV 2.1432273 keV 4.4614737 mm 7.0670322 m World muIoni + 224 14.763244 cm -2.8216983 m -7.1447309 m 17.726632 MeV 3.7090421 keV 9.2574245 mm 7.0762896 m World muIoni + 225 14.755029 cm -2.8271048 m -7.1545615 m 17.716789 MeV 3.1979417 keV 1.1219541 cm 7.0875092 m World muIoni + 226 14.740516 cm -2.8422656 m -7.1821619 m 17.703688 MeV 13.101217 keV 3.1490654 cm 7.1189998 m World muIoni + 227 14.740398 cm -2.8423967 m -7.1823991 m 17.701928 MeV 37.49977 eV 270.99059 um 7.1192708 m World muIoni + 228 14.595427 cm -2.8889086 m -7.2658423 m 17.666976 MeV 31.446056 keV 9.5548182 cm 7.214819 m World muIoni + 229 14.374152 cm -2.9162665 m -7.3144519 m 17.642961 MeV 19.943523 keV 5.5823723 cm 7.2706427 m World muIoni + 230 14.283231 cm -2.9273872 m -7.3342027 m 17.629155 MeV 7.5738071 keV 2.2684621 cm 7.2933274 m World muIoni + 231 14.133036 cm -2.9478032 m -7.3705106 m 17.597965 MeV 16.727716 keV 4.1681431 cm 7.3350088 m World muIoni + 232 14.074357 cm -2.9568291 m -7.3864881 m 17.589777 MeV 8.1875852 keV 1.8360196 cm 7.353369 m World muIoni + 233 13.96816 cm -2.9736801 m -7.4163587 m 17.57534 MeV 13.342703 keV 3.4312441 cm 7.3876814 m World muIoni + 234 13.912166 cm -2.9824615 m -7.4318966 m 17.56329 MeV 8.1975373 keV 1.7856466 cm 7.4055379 m World muIoni + 235 13.758136 cm -3.0056359 m -7.4730933 m 17.538923 MeV 17.629204 keV 4.7292846 cm 7.4528307 m World muIoni + 236 13.697239 cm -3.0151718 m -7.4900145 m 17.532125 MeV 5.6284638 keV 1.9432814 cm 7.4722635 m World muIoni + 237 13.570624 cm -3.035441 m -7.5258555 m 17.462504 MeV 14.826518 keV 4.1195088 cm 7.5134586 m World muIoni + 238 13.565557 cm -3.036554 m -7.5278241 m 17.460863 MeV 159.39475 eV 2.2619731 mm 7.5157206 m World muIoni + 239 13.557212 cm -3.0383248 m -7.5309586 m 17.457041 MeV 1.6135949 keV 3.6011076 mm 7.5193217 m World muIoni + 240 13.552947 cm -3.0392113 m -7.5325246 m 17.45407 MeV 1.0894767 keV 1.7999994 mm 7.5211217 m World muIoni + 241 13.473635 cm -3.0559031 m -7.561976 m 17.430082 MeV 9.6168919 keV 3.386202 cm 7.5549837 m World muIoni + 242 13.439183 cm -3.0627227 m -7.574011 m 17.424398 MeV 4.3660769 keV 1.3837193 cm 7.5688209 m World muIoni + 243 13.428401 cm -3.0649735 m -7.5780113 m 17.419431 MeV 2.0954348 keV 4.5913882 mm 7.5734123 m World muIoni + 244 13.408631 cm -3.0691643 m -7.5854743 m 17.412228 MeV 2.9897382 keV 8.5613704 mm 7.5819737 m World muIoni + 245 13.400193 cm -3.0709411 m -7.5886242 m 17.408602 MeV 1.7731102 keV 3.6175199 mm 7.5855912 m World muIoni + 246 13.388347 cm -3.0733555 m -7.5929018 m 17.392194 MeV 1.9707394 keV 4.9133382 mm 7.5905045 m World muIoni + 247 13.381329 cm -3.0746846 m -7.5952737 m 17.391636 MeV 557.82319 eV 2.7197448 mm 7.5932243 m World muIoni + 248 13.359788 cm -3.0787735 m -7.6025812 m 17.390728 MeV 908.3916 eV 8.3765151 mm 7.6016008 m World muIoni + 249 13.347764 cm -3.0810091 m -7.6065808 m 17.388193 MeV 926.0009 eV 4.5835365 mm 7.6061843 m World muIoni + 250 13.329282 cm -3.0845608 m -7.6129179 m 17.380767 MeV 2.0004218 keV 7.2669138 mm 7.6134513 m World muIoni + 251 13.157 cm -3.1174085 m -7.6714865 m 17.358395 MeV 21.263514 keV 6.7173536 cm 7.6806248 m World muIoni + 252 13.138721 cm -3.1210193 m -7.6779503 m 17.347851 MeV 3.6662352 keV 7.406258 mm 7.6880311 m World muIoni + 253 13.119305 cm -3.1247632 m -7.6846883 m 17.341909 MeV 3.6933666 keV 7.7107308 mm 7.6957418 m World muIoni + 254 13.10484 cm -3.1278118 m -7.6901742 m 17.338686 MeV 1.6546117 keV 6.2777231 mm 7.7020195 m World muIoni + 255 13.104759 cm -3.1278302 m -7.6902072 m 17.337546 MeV 0 eV 37.815379 um 7.7020573 m World muIoni + 256 13.007144 cm -3.1501493 m -7.7302038 m 17.319465 MeV 16.503412 keV 4.5813197 cm 7.7478705 m World muIoni + 257 12.998305 cm -3.1520163 m -7.7335641 m 17.316217 MeV 2.0012677 keV 3.8450503 mm 7.7517156 m World muIoni + 258 12.886485 cm -3.1735318 m -7.7722383 m 17.286032 MeV 16.939616 keV 4.4270576 cm 7.7959861 m World muIoni + 259 12.837123 cm -3.1830144 m -7.7893433 m 17.272621 MeV 7.6992007 keV 1.9563941 cm 7.8155501 m World muIoni + 260 12.834314 cm -3.1836036 m -7.7904073 m 17.231963 MeV 112.19901 eV 1.2164884 mm 7.8167666 m World muIoni + 261 12.83019 cm -3.1846061 m -7.7922228 m 17.225678 MeV 1.6424482 keV 2.0743796 mm 7.818841 m World muIoni + 262 12.786416 cm -3.194978 m -7.8109873 m 17.213964 MeV 7.7746042 keV 2.1444735 cm 7.8402857 m World muIoni + 263 12.786158 cm -3.1950286 m -7.8110794 m 17.211348 MeV 0 eV 105.09637 um 7.8403908 m World muIoni + 264 12.785309 cm -3.1951892 m -7.8113721 m 17.210039 MeV 0 eV 333.92042 um 7.8407247 m World muIoni + 265 12.759862 cm -3.2000513 m -7.8202379 m 17.202332 MeV 2.9679031 keV 1.0114727 cm 7.8508394 m World muIoni + 266 12.758387 cm -3.2003365 m -7.8207581 m 17.189297 MeV 443.26222 eV 593.41779 um 7.8514328 m World muIoni + 267 12.71735 cm -3.2088829 m -7.8363403 m 17.184871 MeV 3.4062983 keV 1.7776806 cm 7.8692097 m World muIoni + 268 12.708145 cm -3.2109012 m -7.8400176 m 17.178963 MeV 2.1701491 keV 4.1957917 mm 7.8734054 m World muIoni + 269 12.662924 cm -3.2205655 m -7.8576132 m 17.169014 MeV 6.3329286 keV 2.0080127 cm 7.8934856 m World muIoni + 270 12.65758 cm -3.2219252 m -7.8600839 m 17.166792 MeV 1.1723539 keV 2.8206201 mm 7.8963062 m World muIoni + 271 12.542712 cm -3.2522512 m -7.9151004 m 17.137688 MeV 25.881623 keV 6.2832037 cm 7.9591382 m World muIoni + 272 12.456175 cm -3.2747672 m -7.9557797 m 17.114705 MeV 21.818198 keV 4.6503155 cm 8.0056414 m World muIoni + 273 12.456163 cm -3.2747694 m -7.9557837 m 17.114703 MeV 1.7211421 eV 4.5932046 um 8.005646 m World muIoni + 274 12.247209 cm -3.3139826 m -8.0269638 m 17.079436 MeV 33.567968 keV 8.1294412 cm 8.0869404 m World muIoni + 275 12.232417 cm -3.316568 m -8.0317047 m 17.063013 MeV 1.4695285 keV 5.4020369 mm 8.0923424 m World muIoni + 276 12.120809 cm -3.3345168 m -8.0646796 m 17.039591 MeV 16.73303 keV 3.756008 cm 8.1299025 m World muIoni + 277 11.920825 cm -3.3624514 m -8.1163084 m 17.019184 MeV 20.407248 keV 5.8736035 cm 8.1886385 m World muIoni + 278 11.916174 cm -3.3630029 m -8.1173255 m 17.017164 MeV 401.16314 eV 1.1579551 mm 8.1897965 m World muIoni + 279 11.856785 cm -3.3701524 m -8.1305037 m 17.0064 MeV 8.6827668 keV 1.5004445 cm 8.2048009 m World muIoni + 280 11.816017 cm -3.3750611 m -8.1396007 m 17.002372 MeV 2.8163923 keV 1.0344855 cm 8.2151458 m World muIoni + 281 11.785407 cm -3.3786054 m -8.1461423 m 16.998282 MeV 4.089678 keV 7.446389 mm 8.2225922 m World muIoni + 282 11.635558 cm -3.3955362 m -8.1774185 m 16.988457 MeV 7.6371955 keV 3.5596531 cm 8.2581887 m World muIoni + 283 11.629608 cm -3.3962033 m -8.1786421 m 16.986702 MeV 181.53672 eV 1.3948901 mm 8.2595836 m World muIoni + 284 11.352541 cm -3.4269995 m -8.2351963 m 16.962005 MeV 23.404576 keV 6.4455535 cm 8.3240391 m World muIoni + 285 11.150339 cm -3.4510406 m -8.2795827 m 16.937604 MeV 22.277442 keV 5.0519787 cm 8.3745589 m World muIoni + 286 11.054217 cm -3.461671 m -8.2992056 m 16.910305 MeV 9.7718143 keV 2.2338078 cm 8.396897 m World muIoni + 287 10.947308 cm -3.4737641 m -8.3215222 m 16.898014 MeV 10.693875 keV 2.5405118 cm 8.4223021 m World muIoni + 288 10.805029 cm -3.4941439 m -8.3587044 m 16.879942 MeV 16.52804 keV 4.2425445 cm 8.4647276 m World muIoni + 289 10.673432 cm -3.5116069 m -8.3900815 m 16.866825 MeV 11.884154 keV 3.5934668 cm 8.5006622 m World muIoni + 290 10.506144 cm -3.5295902 m -8.4221963 m 16.848096 MeV 17.492368 keV 3.6845134 cm 8.5375074 m World muIoni + 291 10.400515 cm -3.5419295 m -8.4442483 m 16.83707 MeV 7.6913275 keV 2.5291707 cm 8.5627991 m World muIoni + 292 10.39179 cm -3.5430396 m -8.4462215 m 16.836429 MeV 640.25892 eV 2.2657221 mm 8.5650648 m World muIoni + 293 10.368766 cm -3.5459803 m -8.4514479 m 16.818635 MeV 2.1701975 keV 6.0013164 mm 8.5710661 m World muIoni + 294 10.248381 cm -3.561873 m -8.4797214 m 16.805681 MeV 10.19384 keV 3.2456534 cm 8.6035227 m World muIoni + 295 10.233466 cm -3.5639412 m -8.4834036 m 16.803393 MeV 1.1236571 keV 4.2259251 mm 8.6077486 m World muIoni + 296 10.20965 cm -3.5672581 m -8.4893326 m 16.79833 MeV 3.0011484 keV 6.7979339 mm 8.6145465 m World muIoni + 297 10.158341 cm -3.5745323 m -8.5022695 m 16.791846 MeV 5.4189449 keV 1.4850581 cm 8.6293971 m World muIoni + 298 10.149396 cm -3.5757292 m -8.5043997 m 16.788923 MeV 1.6324269 keV 2.4450466 mm 8.6318421 m World muIoni + 299 10.040685 cm -3.5901509 m -8.5300747 m 16.767396 MeV 15.266453 keV 2.9468257 cm 8.6613104 m World muIoni + 300 9.824487 cm -3.618122 m -8.5795933 m 16.745283 MeV 20.525495 keV 5.6913931 cm 8.7182243 m World muIoni + 301 9.6918388 cm -3.6353498 m -8.6102519 m 16.73099 MeV 12.631614 keV 3.5192556 cm 8.7534169 m World muIoni + 302 9.5681716 cm -3.6511231 m -8.6382957 m 16.712438 MeV 13.627773 keV 3.2199154 cm 8.785616 m World muIoni + 303 9.4830349 cm -3.6618323 m -8.6574383 m 16.699415 MeV 8.6449101 keV 2.1951196 cm 8.8075672 m World muIoni + 304 9.4522181 cm -3.6658069 m -8.6645451 m 16.694231 MeV 3.1835872 keV 8.148557 mm 8.8157158 m World muIoni + 305 9.409644 cm -3.671286 m -8.674443 m 16.690704 MeV 3.5275832 keV 1.1321237 cm 8.827037 m World muIoni + 306 9.3031117 cm -3.684984 m -8.6992655 m 16.681153 MeV 8.2805699 keV 2.8371276 cm 8.8554083 m World muIoni + 307 9.2066555 cm -3.697395 m -8.7215913 m 16.668669 MeV 11.324178 keV 2.5561897 cm 8.8809702 m World muIoni + 308 9.1992899 cm -3.6982987 m -8.7232114 m 16.666484 MeV 776.79607 eV 1.856619 mm 8.8828268 m World muIoni + 309 9.147288 cm -3.7047447 m -8.7347764 m 16.659808 MeV 5.5326492 keV 1.3250267 cm 8.8960771 m World muIoni + 310 9.1433245 cm -3.705282 m -8.7357343 m 16.654407 MeV 1.8701983 keV 1.0990278 mm 8.8971761 m World muIoni + 311 9.1407353 cm -3.7056302 m -8.7363567 m 16.650728 MeV 189.43313 eV 713.59656 um 8.8978897 m World muIoni + 312 9.1303181 cm -3.7070227 m -8.7388501 m 16.646444 MeV 1.4694209 keV 2.8578338 mm 8.9007475 m World muIoni + 313 9.1014246 cm -3.7109038 m -8.745815 m 16.641177 MeV 3.9885669 keV 7.9784827 mm 8.908726 m World muIoni + 314 8.9680872 cm -3.7277365 m -8.7760566 m 16.613379 MeV 13.94256 keV 3.4636433 cm 8.9433625 m World muIoni + 315 8.9414267 cm -3.7315824 m -8.7829757 m 16.604642 MeV 5.1110341 keV 7.920561 mm 8.951283 m World muIoni + 316 8.8731535 cm -3.7413139 m -8.8004703 m 16.594035 MeV 9.5441976 keV 2.0030799 cm 8.9713138 m World muIoni + 317 8.8660207 cm -3.7423322 m -8.8023122 m 16.591084 MeV 1.8928438 keV 2.1058675 mm 8.9734197 m World muIoni + 318 8.8087898 cm -3.7505833 m -8.8174271 m 16.580388 MeV 8.8573645 keV 1.7229866 cm 8.9906496 m World muIoni + 319 8.7706628 cm -3.7561199 m -8.8276167 m 16.574066 MeV 4.9001749 keV 1.1602943 cm 9.0022525 m World muIoni + 320 8.7510191 cm -3.7590906 m -8.8330865 m 16.565082 MeV 2.4692502 keV 6.2275453 mm 9.00848 m World muIoni + 321 8.641964 cm -3.7769128 m -8.8660219 m 16.552108 MeV 10.843503 keV 3.746431 cm 9.0459444 m World muIoni + 322 8.5115618 cm -3.7964442 m -8.9023664 m 16.530939 MeV 18.776517 keV 4.1280924 cm 9.0872253 m World muIoni + 323 8.4855686 cm -3.7999128 m -8.9087831 m 16.508055 MeV 2.7523327 keV 7.298757 mm 9.094524 m World muIoni + 324 8.4633791 cm -3.8026566 m -8.9138905 m 16.502935 MeV 1.3782448 keV 5.8020785 mm 9.1003261 m World muIoni + 325 8.4060984 cm -3.8100098 m -8.9275421 m 16.492993 MeV 5.3407952 keV 1.551659 cm 9.1158427 m World muIoni + 326 8.3671474 cm -3.8149159 m -8.9366588 m 16.485721 MeV 4.4258166 keV 1.0360332 cm 9.126203 m World muIoni + 327 8.3370752 cm -3.8184544 m -8.9432555 m 16.480869 MeV 2.4229414 keV 7.4918413 mm 9.1336949 m World muIoni + 328 8.0828455 cm -3.8482747 m -8.9985148 m 16.454263 MeV 25.140975 keV 6.284397 cm 9.1965388 m World muIoni + 329 8.0657061 cm -3.8505516 m -9.0027295 m 16.447849 MeV 2.8427333 keV 4.7934315 mm 9.2013323 m World muIoni + 330 7.9756926 cm -3.862445 m -9.0246974 m 16.434631 MeV 9.2419812 keV 2.4997133 cm 9.2263294 m World muIoni + 331 7.7354626 cm -3.8945525 m -9.0843319 m 16.406338 MeV 26.27609 keV 6.7771787 cm 9.2941012 m World muIoni + 332 7.7039288 cm -3.8986496 m -9.0918487 m 16.402601 MeV 2.3654688 keV 8.5667159 mm 9.3026679 m World muIoni + 333 7.6974981 cm -3.8994708 m -9.0933505 m 16.400537 MeV 455.01308 eV 1.712856 mm 9.3043808 m World muIoni + 334 7.5843018 cm -3.914212 m -9.1204149 m 16.389819 MeV 10.718215 keV 3.0839432 cm 9.3352202 m World muIoni + 335 7.5616008 cm -3.9174376 m -9.1263707 m 16.387021 MeV 1.4415669 keV 6.7770445 mm 9.3419972 m World muIoni + 336 7.5526349 cm -3.9186629 m -9.1286367 m 16.38434 MeV 324.25101 eV 2.5775992 mm 9.3445748 m World muIoni + 337 7.172296 cm -3.9696797 m -9.223031 m 16.330106 MeV 53.176843 keV 10.736765 cm 9.4519425 m World muIoni + 338 6.9514273 cm -3.9910227 m -9.2627467 m 16.311552 MeV 17.50604 keV 4.5141516 cm 9.497084 m World muIoni + 339 6.9133613 cm -3.9951204 m -9.2703691 m 16.306769 MeV 3.3859733 keV 8.6624661 mm 9.5057465 m World muIoni + 340 6.8843143 cm -3.9982082 m -9.2760966 m 16.305396 MeV 1.3725178 keV 6.5133028 mm 9.5122598 m World muIoni + 341 6.7094707 cm -4.0161707 m -9.3093665 m 16.287402 MeV 14.675542 keV 3.7849754 cm 9.5501095 m World muIoni + 342 6.6539765 cm -4.0217707 m -9.3197466 m 16.280958 MeV 6.4439285 keV 1.1807442 cm 9.561917 m World muIoni + 343 6.5328809 cm -4.0341746 m -9.3427237 m 16.26616 MeV 12.817489 keV 2.6139457 cm 9.5880564 m World muIoni + 344 6.3904014 cm -4.0488134 m -9.3701058 m 16.226298 MeV 12.219415 keV 3.1082374 cm 9.6191388 m World muIoni + 345 6.2675848 cm -4.0613596 m -9.3938009 m 16.212364 MeV 8.7762797 keV 2.6839847 cm 9.6459787 m World muIoni + 346 6.2335381 cm -4.0647662 m -9.4002336 m 16.204011 MeV 3.3073701 keV 7.2869827 mm 9.6532656 m World muIoni + 347 6.1502102 cm -4.0732615 m -9.4162069 m 16.194515 MeV 9.4959957 keV 1.8111112 cm 9.6713768 m World muIoni + 348 5.9847384 cm -4.0900405 m -9.4476113 m 16.178691 MeV 13.47343 keV 3.5644397 cm 9.7070211 m World muIoni + 349 5.864848 cm -4.1019191 m -9.4695401 m 16.170115 MeV 8.5762568 keV 2.4968272 cm 9.7319894 m World muIoni + 350 5.7215951 cm -4.1165767 m -9.4966733 m 16.156035 MeV 14.080363 keV 3.0872488 cm 9.7628619 m World muIoni + 351 5.7030699 cm -4.1184114 m -9.5000563 m 16.153326 MeV 458.73698 eV 3.8529817 mm 9.7667149 m World muIoni + 352 5.6852269 cm -4.1202047 m -9.5033637 m 16.15098 MeV 1.2690967 keV 3.7664814 mm 9.7704814 m World muIoni + 353 5.3286846 cm -4.1561716 m -9.56985 m 16.123944 MeV 22.894644 keV 7.5676119 cm 9.8461575 m World muIoni + 354 5.2103011 cm -4.1701599 m -9.5954393 m 16.10934 MeV 13.609462 keV 2.9187241 cm 9.8753447 m World muIoni + 355 5.1745486 cm -4.1743926 m -9.6032334 m 16.106387 MeV 2.9530156 keV 8.8764149 mm 9.8842211 m World muIoni + 356 5.1581856 cm -4.1763086 m -9.6067403 m 16.099007 MeV 1.0062901 keV 3.9995532 mm 9.8882207 m World muIoni + 357 5.0350568 cm -4.1904136 m -9.6324917 m 16.088124 MeV 10.883486 keV 2.9387256 cm 9.917608 m World muIoni + 358 4.9659797 cm -4.1980471 m -9.6465188 m 16.081379 MeV 3.6339052 keV 1.5984541 cm 9.9335925 m World muIoni + 359 4.9502715 cm -4.199782 m -9.6496997 m 16.080109 MeV 1.2696563 keV 3.6266896 mm 9.9372192 m World muIoni + 360 4.6546293 cm -4.2322971 m -9.7093197 m 16.052828 MeV 27.281218 keV 6.7975045 cm 10.005194 m World muIoni + 361 4.6171161 cm -4.2367776 m -9.7175708 m 16.046222 MeV 4.6012261 keV 9.396563 mm 10.014591 m World muIoni + 362 4.4636111 cm -4.2558944 m -9.7525889 m 16.02583 MeV 13.315842 keV 3.9926153 cm 10.054517 m World muIoni + 363 4.3751655 cm -4.2702663 m -9.7783838 m 16.009037 MeV 12.367499 keV 2.9541757 cm 10.084059 m World muIoni + 364 3.9929963 cm -4.3361887 m -9.8960039 m 15.952683 MeV 56.354269 keV 13.489103 cm 10.21895 m World muIoni + 365 3.981849 cm -4.3383729 m -9.899898 m 15.94965 MeV 1.7566035 keV 4.466197 mm 10.223416 m World muIoni + 366 3.9181658 cm -4.3509014 m -9.9222802 m 15.933649 MeV 7.9692992 keV 2.5658027 cm 10.249074 m World muIoni + 367 3.9175991 cm -4.3510264 m -9.9225025 m 15.932646 MeV 0 eV 255.09398 um 10.249329 m World muIoni + 368 3.9086029 cm -4.3530391 m -9.9260779 m 15.93108 MeV 1.5663022 keV 4.1039387 mm 10.253433 m World muIoni + 369 3.8881498 cm -4.3576223 m -9.9342172 m 15.92721 MeV 3.8697792 keV 9.3433213 mm 10.262776 m World muIoni + 370 3.6583086 cm -4.4085265 m -10.024812 m 15.881063 MeV 35.320789 keV 10.394344 cm 10.36672 m World muIoni + 371 3.6210928 cm -4.4151896 m -10.036698 m 15.874575 MeV 4.9410698 keV 1.3631141 cm 10.380351 m World muIoni + 372 3.4124189 cm -4.4567049 m -10.110628 m 15.839724 MeV 32.552612 keV 8.4815807 cm 10.465167 m World muIoni + 373 3.3844958 cm -4.4635409 m -10.122914 m 15.834351 MeV 5.3734232 keV 1.4062465 cm 10.479229 m World muIoni + 374 3.3492857 cm -4.4730672 m -10.140015 m 15.822916 MeV 7.7383528 keV 1.9579121 cm 10.498808 m World muIoni + 375 3.2653002 cm -4.496738 m -10.182429 m 15.803853 MeV 19.062536 keV 4.8579279 cm 10.547388 m World muIoni + 376 3.254704 cm -4.5007771 m -10.189728 m 15.799902 MeV 2.6406055 keV 8.3429261 mm 10.55573 m World muIoni + 377 3.2464843 cm -4.5037635 m -10.195108 m 15.7964 MeV 2.5099041 keV 6.1534688 mm 10.561884 m World muIoni + 378 3.1273619 cm -4.5442318 m -10.268233 m 15.766032 MeV 29.041047 keV 8.3586105 cm 10.64547 m World muIoni + 379 3.0355298 cm -4.5776416 m -10.328601 m 15.733673 MeV 29.454689 keV 6.9002985 cm 10.714473 m World muIoni + 380 2.8964672 cm -4.6380087 m -10.436632 m 15.689936 MeV 41.535263 keV 12.37637 cm 10.838237 m World muIoni + 381 2.8925493 cm -4.6439809 m -10.447117 m 15.681421 MeV 4.0816775 keV 1.2066565 cm 10.850303 m World muIoni + 382 2.8853841 cm -4.6784273 m -10.507433 m 15.654726 MeV 25.128361 keV 6.9459287 cm 10.919763 m World muIoni + 383 2.888117 cm -4.6838454 m -10.516794 m 15.639012 MeV 5.3617685 keV 1.0816306 cm 10.930579 m World muIoni + 384 2.8881863 cm -4.6840661 m -10.517175 m 15.636846 MeV 90.050322 eV 440.10775 um 10.931019 m World muIoni + 385 2.8887713 cm -4.6866582 m -10.521641 m 15.629805 MeV 1.5760338 keV 5.1642263 mm 10.936183 m World muIoni + 386 2.895833 cm -4.6969451 m -10.539362 m 15.61575 MeV 7.6693672 keV 2.0489861 cm 10.956673 m World muIoni + 387 2.9050656 cm -4.7056264 m -10.554421 m 15.607153 MeV 5.8762533 keV 1.7383212 cm 10.974056 m World muIoni + 388 2.9070066 cm -4.7067289 m -10.556321 m 15.605588 MeV 474.20432 eV 2.1966729 mm 10.976253 m World muIoni + 389 2.9323648 cm -4.7208838 m -10.580745 m 15.582571 MeV 15.044658 keV 2.8230052 cm 11.004483 m World muIoni + 390 2.9737398 cm -4.739154 m -10.612117 m 15.566942 MeV 13.894228 keV 3.63069 cm 11.04079 m World muIoni + 391 2.9741208 cm -4.7393521 m -10.612455 m 15.564965 MeV 68.038961 eV 392.13365 um 11.041182 m World muIoni + 392 2.9986967 cm -4.7520006 m -10.634082 m 15.551704 MeV 10.961855 keV 2.5055178 cm 11.066237 m World muIoni + 393 3.0073945 cm -4.7591116 m -10.646252 m 15.545564 MeV 5.0145593 keV 1.4095786 cm 11.080333 m World muIoni + 394 3.0078283 cm -4.7593697 m -10.646694 m 15.541096 MeV 1.1308754 keV 511.45146 um 11.080844 m World muIoni + 395 3.0083717 cm -4.7596932 m -10.647246 m 15.539492 MeV 76.674843 eV 640.45486 um 11.081485 m World muIoni + 396 3.052229 cm -4.7872293 m -10.694233 m 15.518078 MeV 21.414708 keV 5.446293 cm 11.135948 m World muIoni + 397 3.0524015 cm -4.7873689 m -10.694467 m 15.518078 MeV 0 eV 272.64687 um 11.136221 m World muIoni + 398 3.0546206 cm -4.7892719 m -10.697663 m 15.511989 MeV 3.4001978 keV 3.7191394 mm 11.13994 m World muIoni + 399 3.0676422 cm -4.8021913 m -10.719393 m 15.499731 MeV 10.958331 keV 2.5281548 cm 11.165221 m World muIoni + 400 3.0721415 cm -4.806968 m -10.727498 m 15.486721 MeV 3.5903114 keV 9.4078673 mm 11.174629 m World muIoni + 401 3.0878071 cm -4.8173169 m -10.744633 m 15.47687 MeV 7.7352716 keV 2.0018578 cm 11.194648 m World muIoni + 402 3.1034113 cm -4.8246876 m -10.756698 m 15.472062 MeV 2.9951853 keV 1.4139193 cm 11.208787 m World muIoni + 403 3.131153 cm -4.8367664 m -10.776559 m 15.463949 MeV 8.1129415 keV 2.3246965 cm 11.232034 m World muIoni + 404 3.151207 cm -4.8465955 m -10.792795 m 15.452433 MeV 8.8157608 keV 1.8980502 cm 11.251014 m World muIoni + 405 3.1568908 cm -4.8492224 m -10.797144 m 15.450796 MeV 1.6365235 keV 5.0816131 mm 11.256096 m World muIoni + 406 3.1731984 cm -4.8578487 m -10.811435 m 15.443428 MeV 7.3680063 keV 1.6693392 cm 11.272789 m World muIoni + 407 3.181045 cm -4.86144 m -10.817388 m 15.439413 MeV 2.846108 keV 6.9531963 mm 11.279743 m World muIoni + 408 3.2300548 cm -4.8840997 m -10.855047 m 15.424926 MeV 14.487284 keV 4.3953356 cm 11.323696 m World muIoni + 409 3.2372147 cm -4.8873593 m -10.860479 m 15.420681 MeV 2.541463 keV 6.33487 mm 11.330031 m World muIoni + 410 3.279769 cm -4.9033042 m -10.8871 m 15.401847 MeV 11.415025 keV 3.1034194 cm 11.361065 m World muIoni + 411 3.2877491 cm -4.9068286 m -10.893031 m 15.395879 MeV 3.6092638 keV 6.8994207 mm 11.367964 m World muIoni + 412 3.2932356 cm -4.909117 m -10.896875 m 15.391868 MeV 1.9972759 keV 4.4743644 mm 11.372439 m World muIoni + 413 3.3215873 cm -4.9209304 m -10.916767 m 15.380796 MeV 9.1412043 keV 2.3136783 cm 11.395575 m World muIoni + 414 3.3456403 cm -4.9301627 m -10.932345 m 15.373089 MeV 6.1947654 keV 1.8110522 cm 11.413686 m World muIoni + 415 3.3923498 cm -4.9473793 m -10.96144 m 15.361623 MeV 11.466007 keV 3.3810068 cm 11.447496 m World muIoni + 416 3.4879804 cm -4.9789136 m -11.014667 m 15.278987 MeV 25.092919 keV 6.187512 cm 11.509371 m World muIoni + 417 3.4969134 cm -4.9826355 m -11.021017 m 15.267277 MeV 1.918171 keV 7.361469 mm 11.516733 m World muIoni + 418 3.5348288 cm -4.999875 m -11.050661 m 15.258628 MeV 8.6491763 keV 3.4294301 cm 11.551027 m OutOfWorld Transportation Track (trackID 18, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.428966154426(mm),-1.1170473311536(mm),78.337258952688(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.231251871871(mm),-1.5859603384821(mm),78.724775276591(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2856,7 +4617,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.201135(mm),3.3499227(mm),78.730086(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.538021(mm),-0.032184464(mm),78.494357(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2865,7 +4626,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.722834(mm),0.66355356(mm),78.99075(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.353353(mm),2.0396295(mm),78.526918(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2874,7 +4635,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.37364(mm),-0.76438974(mm),78.875995(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.910861(mm),0.77122393(mm),79.31025(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2883,7 +4644,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.414558(mm),0.75686261(mm),79.221434(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.419235(mm),2.4315553(mm),79.044283(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2892,7 +4653,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.176151(mm),2.2915878(mm),78.910818(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.346237(mm),-2.308584(mm),79.057154(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2901,7 +4662,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.983686(mm),-0.64407119(mm),78.592101(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.320673(mm),0.57449418(mm),78.885335(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2910,7 +4671,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.707164(mm),-0.24464793(mm),78.288205(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.417957(mm),-1.3864082(mm),79.397162(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2919,7 +4680,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.244571(mm),-1.8570476(mm),78.898754(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.339088(mm),2.3703852(mm),78.705761(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2928,7 +4689,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.141347(mm),1.2501958(mm),79.269609(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.11516(mm),-0.60385064(mm),79.450553(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2937,7 +4698,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.510324(mm),-1.6545174(mm),79.028221(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.149575(mm),3.5617421(mm),78.915504(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2946,7 +4707,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.8368(mm),0.79633341(mm),79.146982(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.145017(mm),-2.8203051(mm),78.563654(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2955,7 +4716,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.584463(mm),1.8606719(mm),78.309841(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.00367(mm),1.6014984(mm),79.117558(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2964,7 +4725,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.048512(mm),2.8896243(mm),79.109651(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.660512(mm),-0.026025412(mm),79.354393(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2973,7 +4734,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.289748(mm),0.81833815(mm),79.419769(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.577643(mm),-3.10157(mm),79.192678(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2982,7 +4743,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.566183(mm),-0.7221942(mm),78.136737(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.411288(mm),-1.7832747(mm),78.516703(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2991,7 +4752,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.065657(mm),-0.76211276(mm),79.282955(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.675782(mm),2.0772575(mm),78.999046(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3000,7 +4761,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.466256(mm),2.0809182(mm),78.330684(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.514428(mm),-2.7969011(mm),79.203825(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3009,7 +4770,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.684849(mm),-0.39505408(mm),79.173775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.593834(mm),-3.0914506(mm),79.013496(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3018,7 +4779,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.986631(mm),2.384192(mm),78.415255(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.695987(mm),2.3772261(mm),79.171811(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3027,7 +4788,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.794334(mm),-2.5600223(mm),78.978143(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.461104(mm),0.75813229(mm),78.684246(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3036,7 +4797,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.022007(mm),-1.0119055(mm),78.23269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.579409(mm),1.6235959(mm),79.01604(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3045,7 +4806,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.534455(mm),3.8671948(mm),78.671312(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.716427(mm),-2.3678486(mm),78.99188(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3054,7 +4815,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.479272(mm),3.5541748(mm),79.033697(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 @@ -3063,7 +4824,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.725537(mm),-1.0308104(mm),78.284965(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.704383(mm),0.37765322(mm),78.465023(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3072,7 +4833,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.886105(mm),1.5131209(mm),78.609307(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.314373(mm),-1.4399872(mm),78.710119(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3081,7 +4842,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.896782(mm),1.0660336(mm),78.960078(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.189522(mm),-0.60838563(mm),79.437441(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3090,7 +4851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.692628(mm),-1.7630925(mm),79.172403(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.423225(mm),-0.84211941(mm),78.161944(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3099,7 +4860,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.075026(mm),1.3270449(mm),79.104976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.623343(mm),2.8977169(mm),78.655639(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3108,7 +4869,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.613961(mm),2.5619353(mm),79.009947(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.971489(mm),2.2952079(mm),78.241597(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3117,7 +4878,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.488532(mm),3.0598547(mm),79.032064(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.486261(mm),-1.0729094(mm),79.385118(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3126,7 +4887,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.413284(mm),-2.0252418(mm),78.869005(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.446083(mm),0.85569451(mm),78.334241(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3135,7 +4896,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.298325(mm),0.73502359(mm),79.418256(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.38685(mm),0.93789493(mm),78.697339(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3144,7 +4905,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.066412(mm),0.57323671(mm),79.282822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.361643(mm),2.2451371(mm),79.054438(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3153,7 +4914,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.603258(mm),0.11442097(mm),79.188162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.008046(mm),-0.40208985(mm),79.46944(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3162,7 +4923,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.591457(mm),2.4328381(mm),79.190242(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.581964(mm),-2.6583741(mm),78.839262(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3171,7 +4932,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.026588(mm),-2.3673109(mm),78.584536(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.034278(mm),1.0277021(mm),78.759507(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3180,7 +4941,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.578738(mm),2.5850746(mm),79.192485(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.566447(mm),-2.7318272(mm),78.841998(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3189,7 +4950,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.047171(mm),0.96431446(mm),78.580907(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.842028(mm),3.1985106(mm),78.440752(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3198,7 +4959,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.50007(mm),0.269551(mm),78.501048(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.420022(mm),1.2074297(mm),79.044144(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3207,7 +4968,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.724035(mm),2.3943924(mm),78.28523(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.056347(mm),3.5718384(mm),78.931943(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3216,7 +4977,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.431012(mm),-0.78982573(mm),79.39486(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.173808(mm),3.0071983(mm),78.558577(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3225,7 +4986,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.887527(mm),-0.34591739(mm),78.256402(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.418014(mm),2.2335247(mm),79.220825(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3234,7 +4995,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.580454(mm),1.5437535(mm),78.310547(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.720988(mm),1.1554465(mm),78.991076(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3243,7 +5004,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.273354(mm),0.98705013(mm),78.188371(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.662539(mm),0.4524161(mm),79.001382(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3252,7 +5013,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.443839(mm),0.87462355(mm),78.68729(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.516967(mm),0.098642891(mm),78.674396(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3261,7 +5022,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.895244(mm),-3.737085(mm),78.784023(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.561393(mm),-1.995877(mm),78.666563(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3270,7 +5031,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.84922(mm),0.66623405(mm),78.792138(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.376845(mm),1.0661609(mm),78.346449(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3279,16 +5040,315 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.699217(mm),3.0889287(mm),79.171241(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.819106(mm),-0.40276056(mm),78.268467(mm),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.49 cm -471 um 6.71 cm 61.4 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.4172321 cm -1.7169954 mm 6.8983347 cm 52.923115 MeV 8.4551828 MeV 2.4224385 mm 2.4224385 mm Target CoulombScat + 2 -1.375907 cm -2.9387465 mm 7.0716668 cm 45.795997 MeV 7.1271186 MeV 2.1763566 mm 4.5987951 mm Target hIoni + 3 -1.3732299 cm -3.867419 mm 7.1998257 cm 39.190643 MeV 6.6053533 MeV 1.5936426 mm 6.1924378 mm Target Transportation + 4 -18.227527 cm -726.07469 um 2 m 39.190644 MeV1.2545182e-13 meV 2.3378786 m 2.3440711 m CaptureMgnt Transportation + 5 -18.199451 cm 3.1726882 cm 2.0473202 m 39.177094 MeV 13.55171 keV 5.738019 cm 2.4014513 m World hIoni + 6 -18.182215 cm 5.9215419 cm 2.0874651 m 39.116301 MeV 13.183045 keV 4.8654538 cm 2.4501058 m World hIoni + 7 -18.172351 cm 7.6181938 cm 2.1124106 m 39.108636 MeV 6.4321794 keV 3.0168707 cm 2.4802745 m World hIoni + 8 -18.169545 cm 8.0830028 cm 2.1192289 m 39.107079 MeV 1.5560342 keV 8.2520073 mm 2.4885265 m World hIoni + 9 -18.166377 cm 8.505599 cm 2.1254223 m 39.105395 MeV 1.6845734 keV 7.4978699 mm 2.4960244 m World hIoni + 10 -18.14314 cm 11.316771 cm 2.1665892 m 39.090842 MeV 10.698803 keV 4.9850168 cm 2.5458745 m World hIoni + 11 -18.136311 cm 12.04115 cm 2.1771392 m 39.087131 MeV 3.7112946 keV 1.2797653 cm 2.5586722 m World hIoni + 12 -18.100092 cm 15.777233 cm 2.2316301 m 39.062982 MeV 17.299162 keV 6.6069881 cm 2.6247421 m World hIoni + 13 -18.086697 cm 17.13767 cm 2.2515211 m 39.055293 MeV 6.6599512 keV 2.4098764 cm 2.6488408 m World hIoni + 14 -18.054656 cm 20.619898 cm 2.3024515 m 39.033343 MeV 17.166106 keV 6.1697714 cm 2.7105386 m World hIoni + 15 -18.042678 cm 22.023576 cm 2.3230422 m 39.02547 MeV 6.5251694 keV 2.492032 cm 2.7354589 m World hIoni + 16 -18.072075 cm 27.044649 cm 2.3955789 m 38.999346 MeV 23.809693 keV 8.8221015 cm 2.8236799 m World hIoni + 17 -18.072611 cm 28.708073 cm 2.4196643 m 38.992996 MeV 5.2136539 keV 2.9271245 cm 2.8529511 m World hIoni + 18 -18.076594 cm 29.535223 cm 2.4316333 m 38.988366 MeV 3.0147338 keV 1.4549078 cm 2.8675002 m World hIoni + 19 -18.079463 cm 30.22289 cm 2.441594 m 38.983888 MeV 1.4240679 keV 1.2103958 cm 2.8796042 m World hIoni + 20 -18.084048 cm 31.752035 cm 2.4637623 m 38.973722 MeV 6.6954524 keV 2.693072 cm 2.9065349 m World hIoni + 21 -18.084787 cm 32.664718 cm 2.4769388 m 38.965115 MeV 5.5229321 keV 1.6028671 cm 2.9225636 m World hIoni + 22 -18.083953 cm 33.014954 cm 2.4819861 m 38.961672 MeV 2.0065114 keV 6.1434651 mm 2.928707 m World hIoni + 23 -18.080494 cm 34.46994 cm 2.5029692 m 38.952935 MeV 7.4655698 keV 2.553407 cm 2.9542411 m World hIoni + 24 -18.075998 cm 37.660364 cm 2.5491025 m 38.933 MeV 18.845671 keV 5.6090778 cm 3.0103319 m World hIoni + 25 -18.074892 cm 38.294007 cm 2.5582347 m 38.930363 MeV 2.6371435 keV 1.1115203 cm 3.0214471 m World hIoni + 26 -18.067717 cm 40.619923 cm 2.5916591 m 38.92206 MeV 8.3030274 keV 4.0720836 cm 3.0621679 m World hIoni + 27 -18.062248 cm 41.343526 cm 2.6020688 m 38.917454 MeV 2.835736 keV 1.2677795 cm 3.0748457 m World hIoni + 28 -18.059564 cm 41.750708 cm 2.6079355 m 38.912667 MeV 2.0861566 keV 7.141332 mm 3.081987 m World hIoni + 29 -18.029837 cm 46.004134 cm 2.6691742 m 38.893542 MeV 14.804864 keV 7.4561652 cm 3.1565487 m World hIoni + 30 -18.026029 cm 46.540071 cm 2.6769303 m 38.715145 MeV 1.5679369 keV 9.4277405 mm 3.1659764 m World hIoni + 31 -18.007312 cm 48.600806 cm 2.7069583 m 38.706066 MeV 7.6653339 keV 3.6419491 cm 3.2023959 m World hIoni + 32 -18.006405 cm 48.957114 cm 2.7121405 m 38.702551 MeV 1.2286377 keV 6.2889609 mm 3.2086849 m World hIoni + 33 -18.005127 cm 49.401571 cm 2.7186083 m 38.696362 MeV 5.0169528 keV 7.84774 mm 3.2165326 m World hIoni + 34 -18.004084 cm 49.917336 cm 2.7261314 m 38.693242 MeV 2.0753169 keV 9.1212815 mm 3.2256539 m World hIoni + 35 -18.003397 cm 50.260842 cm 2.7311409 m 38.691767 MeV 1.4744067 keV 6.0741215 mm 3.231728 m World hIoni + 36 -18.001883 cm 51.26406 cm 2.7457779 m 38.685295 MeV 4.7460716 keV 1.7745052 cm 3.2494731 m World hIoni + 37 -17.997265 cm 54.0053 cm 2.7858231 m 38.67182 MeV 13.474895 keV 4.8528987 cm 3.2980021 m World hIoni + 38 -17.970457 cm 58.688539 cm 2.8547554 m 38.65043 MeV 20.172467 keV 8.3336892 cm 3.381339 m World hIoni + 39 -17.967808 cm 60.225067 cm 2.8775114 m 38.643307 MeV 7.1234527 keV 2.7457812 cm 3.4087968 m World hIoni + 40 -17.96624 cm 61.031855 cm 2.8894547 m 38.63107 MeV 2.6231646 keV 1.4412915 cm 3.4232097 m World hIoni + 41 -17.965451 cm 61.275618 cm 2.8930713 m 38.629852 MeV 1.2183175 keV 4.3614157 mm 3.4275711 m World hIoni + 42 -17.964336 cm 61.557995 cm 2.8972629 m 38.626607 MeV 2.0786181 keV 5.0540494 mm 3.4326252 m World hIoni + 43 -17.947982 cm 65.146884 cm 2.9505205 m 38.601797 MeV 20.171985 keV 6.4221654 cm 3.4968468 m World hIoni + 44 -17.946801 cm 65.312453 cm 2.9529906 m 38.600053 MeV 395.43299 eV 2.9737305 mm 3.4998205 m World hIoni + 45 -17.94019 cm 66.103141 cm 2.9647913 m 38.593941 MeV 5.0674964 keV 1.4204895 cm 3.5140254 m World hIoni + 46 -17.931269 cm 67.636693 cm 2.987651 m 38.582701 MeV 9.3319442 keV 2.7527333 cm 3.5415528 m World hIoni + 47 -17.928601 cm 68.096414 cm 2.9945222 m 38.579847 MeV 1.3461147 keV 8.2673086 mm 3.5498201 m World hIoni + 48 -17.909499 cm 71.767938 cm 3.049326 m 38.55951 MeV 18.17842 keV 6.5966048 cm 3.6157861 m World hIoni + 49 -17.879328 cm 76.620098 cm 3.1217717 m 38.538275 MeV 21.235231 keV 8.7194288 cm 3.7029804 m World hIoni + 50 -17.869223 cm 78.871917 cm 3.1555753 m 38.525413 MeV 11.566128 keV 4.0617321 cm 3.7435977 m World hIoni + 51 -17.861673 cm 79.992958 cm 3.1724694 m 38.513571 MeV 5.2101265 keV 2.0275299 cm 3.763873 m World hIoni + 52 -17.850707 cm 81.706879 cm 3.1983574 m 38.503277 MeV 9.1297123 keV 3.1047668 cm 3.7949207 m World hIoni + 53 -17.849361 cm 82.073269 cm 3.2038982 m 38.501479 MeV 1.7982071 keV 6.6426719 mm 3.8015634 m World hIoni + 54 -17.847324 cm 82.660435 cm 3.2127761 m 38.498277 MeV 3.2025056 keV 1.0643947 cm 3.8122073 m World hIoni + 55 -17.839766 cm 84.22422 cm 3.2364102 m 38.491711 MeV 5.568396 keV 2.8339365 cm 3.8405467 m World hIoni + 56 -17.826117 cm 86.923131 cm 3.2773576 m 38.474155 MeV 13.289514 keV 4.904207 cm 3.8895888 m World hIoni + 57 -17.825716 cm 86.985568 cm 3.2783008 m 38.473888 MeV 266.88429 eV 1.1311662 mm 3.8907199 m World hIoni + 58 -17.825624 cm 87.000009 cm 3.278519 m 38.469309 MeV 0 eV 261.6299 um 3.8909816 m World hIoni + 59 -17.806733 cm 90.531148 cm 3.3318402 m 38.449529 MeV 17.953529 keV 6.395382 cm 3.9549354 m World hIoni + 60 -17.805658 cm 90.632615 cm 3.3333647 m 38.448098 MeV 275.32866 eV 1.831374 mm 3.9567667 m World hIoni + 61 -17.790793 cm 92.061779 cm 3.3548517 m 38.43911 MeV 7.3330282 keV 2.5806224 cm 3.982573 m World hIoni + 62 -17.777902 cm 93.371769 cm 3.3746124 m 38.417101 MeV 7.234123 keV 2.3708908 cm 4.0062819 m World hIoni + 63 -17.758159 cm 94.783855 cm 3.3959849 m 38.406499 MeV 8.506351 keV 2.5616857 cm 4.0318987 m World hIoni + 64 -17.726468 cm 96.664582 cm 3.4243774 m 38.396294 MeV 9.18951 keV 3.4057982 cm 4.0659567 m World hIoni + 65 -17.696452 cm 98.723262 cm 3.4554459 m 38.379771 MeV 12.411592 keV 3.7271411 cm 4.1032281 m World hIoni + 66 -17.695846 cm 98.760934 cm 3.4560154 m 38.378459 MeV 168.44116 eV 682.86484 um 4.103911 m World hIoni + 67 -17.692354 cm 98.988514 cm 3.4594544 m 38.374961 MeV 405.57918 eV 4.1240172 mm 4.108035 m World hIoni + 68 -17.683391 cm 99.59641 cm 3.4686494 m 38.369527 MeV 5.4344265 keV 1.1023147 cm 4.1190582 m World hIoni + 69 -17.611037 cm 1.045541 m 3.5435182 m 38.341614 MeV 26.774084 keV 8.9798476 cm 4.2088566 m World hIoni + 70 -17.575401 cm 1.0717661 m 3.5832967 m 38.32374 MeV 14.649712 keV 4.7646831 cm 4.2565035 m World hIoni + 71 -17.458143 cm 1.1332435 m 3.6771144 m 38.290577 MeV 31.58234 keV 11.217247 cm 4.3686759 m World hIoni + 72 -17.446586 cm 1.141533 m 3.6897788 m 38.286867 MeV 2.2600575 keV 1.5136617 cm 4.3838125 m World hIoni + 73 -17.420609 cm 1.1640952 m 3.7242741 m 38.273888 MeV 11.514002 keV 4.1219511 cm 4.4250321 m World hIoni + 74 -17.419245 cm 1.1653714 m 3.7262273 m 38.273464 MeV 424.29252 eV 2.3332481 mm 4.4273653 m World hIoni + 75 -17.395223 cm 1.1883215 m 3.7613574 m 38.259854 MeV 13.609584 keV 4.1962991 cm 4.4693283 m World hIoni + 76 -17.392749 cm 1.1925905 m 3.7678935 m 38.257236 MeV 1.2801908 keV 7.8067102 mm 4.477135 m World hIoni + 77 -17.389703 cm 1.1981334 m 3.7763858 m 38.254089 MeV 1.8177961 keV 1.0141202 cm 4.4872762 m World hIoni + 78 -17.364585 cm 1.2317947 m 3.8279975 m 38.235809 MeV 15.353461 keV 6.1619226 cm 4.5488954 m World hIoni + 79 -17.348306 cm 1.2415158 m 3.8429022 m 38.229072 MeV 5.1271599 keV 1.7795407 cm 4.5666908 m World hIoni + 80 -17.318338 cm 1.2594974 m 3.870425 m 38.221265 MeV 6.4663543 keV 3.2877562 cm 4.5995684 m World hIoni + 81 -17.29917 cm 1.2705634 m 3.887304 m 38.214306 MeV 6.9585584 keV 2.0183993 cm 4.6197524 m World hIoni + 82 -17.281674 cm 1.2822014 m 3.9051577 m 38.206695 MeV 6.3281382 keV 2.1312635 cm 4.641065 m World hIoni + 83 -17.253035 cm 1.2999916 m 3.9324643 m 38.195337 MeV 9.7175918 keV 3.2591824 cm 4.6736569 m World hIoni + 84 -17.180875 cm 1.3470331 m 4.0046505 m 38.173489 MeV 21.847509 keV 8.6164397 cm 4.7598213 m World hIoni + 85 -17.085327 cm 1.3891948 m 4.0694472 m 38.15063 MeV 17.231476 keV 7.7312066 cm 4.8371333 m World hIoni + 86 -17.014088 cm 1.4259347 m 4.1260012 m 38.081307 MeV 22.760797 keV 6.7444045 cm 4.9045774 m World hIoni + 87 -17.006764 cm 1.4288532 m 4.130519 m 38.078822 MeV 1.486605 keV 5.379003 mm 4.9099564 m World hIoni + 88 -16.81413 cm 1.5042335 m 4.2472759 m 38.037637 MeV 39.485901 keV 13.898999 cm 5.0489464 m World hIoni + 89 -16.687875 cm 1.5508254 m 4.3187787 m 38.013622 MeV 24.014981 keV 8.535264 cm 5.134299 m World hIoni + 90 -16.669714 cm 1.5588551 m 4.3311441 m 38.00777 MeV 5.8522696 keV 1.4744947 cm 5.1490439 m World hIoni + 91 -16.666462 cm 1.5603558 m 4.3334582 m 37.99755 MeV 680.94266 eV 2.7582865 mm 5.1518022 m World hIoni + 92 -16.631391 cm 1.5775898 m 4.3600649 m 37.984665 MeV 6.0261029 keV 3.1702562 cm 5.1835048 m World hIoni + 93 -16.603163 cm 1.5929627 m 4.3839679 m 37.966641 MeV 15.528009 keV 2.8421105 cm 5.2119259 m World hIoni + 94 -16.577556 cm 1.6083931 m 4.407981 m 37.954542 MeV 8.2098732 keV 2.8544619 cm 5.2404705 m World hIoni + 95 -16.556904 cm 1.6212828 m 4.4281011 m 37.947396 MeV 5.0338761 keV 2.3895677 cm 5.2643662 m World hIoni + 96 -16.469152 cm 1.667312 m 4.5001577 m 37.926213 MeV 21.183238 keV 8.5508171 cm 5.3498744 m World hIoni + 97 -16.466984 cm 1.6683099 m 4.5017256 m 37.925344 MeV 868.61768 eV 1.8586488 mm 5.351733 m World hIoni + 98 -16.419339 cm 1.6903658 m 4.5363757 m 37.90903 MeV 9.4759207 keV 4.1077076 cm 5.3928101 m World hIoni + 99 -16.355732 cm 1.7295149 m 4.5979738 m 37.891218 MeV 16.66081 keV 7.2989043 cm 5.4657991 m World hIoni + 100 -16.328196 cm 1.7459095 m 4.6237796 m 37.882264 MeV 7.8133215 keV 3.0574419 cm 5.4963735 m World hIoni + 101 -16.320813 cm 1.7505343 m 4.6310586 m 37.87325 MeV 2.2942405 keV 8.6242984 mm 5.5049978 m World hIoni + 102 -16.295601 cm 1.7686224 m 4.6595953 m 37.854544 MeV 8.8692159 keV 3.3787463 cm 5.5387853 m World hIoni + 103 -16.278956 cm 1.7800538 m 4.6776355 m 37.843106 MeV 8.5866923 keV 2.1357662 cm 5.560143 m World hIoni + 104 -16.238536 cm 1.8084905 m 4.722444 m 37.824617 MeV 17.44672 keV 5.3071824 cm 5.6132148 m World hIoni + 105 -16.235294 cm 1.8113795 m 4.7269686 m 37.820735 MeV 1.2695207 keV 5.3683924 mm 5.6185832 m World hIoni + 106 -16.22492 cm 1.8199624 m 4.7404157 m 37.808402 MeV 4.0194851 keV 1.5953082 cm 5.6345363 m World hIoni + 107 -16.19305 cm 1.8442406 m 4.7785636 m 37.79399 MeV 10.909108 keV 4.5219488 cm 5.6797558 m World hIoni + 108 -16.174785 cm 1.8641139 m 4.8096945 m 37.781229 MeV 11.72546 keV 3.6933954 cm 5.7166897 m World hIoni + 109 -16.171115 cm 1.8694575 m 4.8180147 m 37.776522 MeV 1.1085991 keV 9.888393 mm 5.7265781 m World hIoni + 110 -16.16541 cm 1.8775203 m 4.8305328 m 37.770738 MeV 4.6994301 keV 1.4890159 cm 5.7414683 m World hIoni + 111 -16.152637 cm 1.8932463 m 4.8549473 m 37.761528 MeV 6.9872908 keV 2.9041174 cm 5.7705094 m World hIoni + 112 -16.151663 cm 1.8944343 m 4.8567948 m 37.759569 MeV 460.6388 eV 2.1965259 mm 5.772706 m World hIoni + 113 -16.121919 cm 1.9285727 m 4.9098384 m 37.742714 MeV 15.752359 keV 6.3080549 cm 5.8357865 m World hIoni + 114 -16.111313 cm 1.9359864 m 4.9213902 m 37.737538 MeV 3.8257409 keV 1.3726536 cm 5.849513 m World hIoni + 115 -16.07074 cm 1.9602101 m 4.9590288 m 37.724509 MeV 10.543717 keV 4.4761892 cm 5.8942749 m World hIoni + 116 -15.984351 cm 2.0155141 m 5.0448214 m 37.696522 MeV 27.98709 keV 10.207691 cm 5.9963518 m World hIoni + 117 -15.872094 cm 2.0564394 m 5.1084604 m 37.676092 MeV 18.168501 keV 7.5670952 cm 6.0720228 m World hIoni + 118 -15.807897 cm 2.0901109 m 5.1611735 m 37.647079 MeV 20.487437 keV 6.255285 cm 6.1345756 m World hIoni + 119 -15.80533 cm 2.0911487 m 5.162805 m 37.646547 MeV 532.04144 eV 1.9337764 mm 6.1365094 m World hIoni + 120 -15.776605 cm 2.1027631 m 5.1810608 m 37.630949 MeV 4.7957056 keV 2.1639129 cm 6.1581486 m World hIoni + 121 -15.764337 cm 2.1072732 m 5.1881492 m 37.629341 MeV 1.6071963 keV 8.4024637 mm 6.166551 m World hIoni + 122 -15.657772 cm 2.1467669 m 5.2501458 m 37.60785 MeV 20.283207 keV 7.3515228 cm 6.2400662 m World hIoni + 123 -15.474006 cm 2.2340953 m 5.3872159 m 37.559256 MeV 46.593681 keV 16.253641 cm 6.4026027 m World hIoni + 124 -15.382309 cm 2.275762 m 5.4523576 m 37.536519 MeV 20.541198 keV 7.7333153 cm 6.4799358 m World hIoni + 125 -15.35918 cm 2.2853177 m 5.4673506 m 37.513108 MeV 3.6421069 keV 1.7780772 cm 6.4977166 m World hIoni + 126 -15.305277 cm 2.3079131 m 5.5028442 m 37.503084 MeV 10.02474 keV 4.2078978 cm 6.5397956 m World hIoni + 127 -15.272088 cm 2.3200564 m 5.5219356 m 37.493408 MeV 7.7452655 keV 2.262856 cm 6.5624241 m World hIoni + 128 -15.270189 cm 2.3207639 m 5.5230456 m 37.491138 MeV 176.31984 eV 1.3164469 mm 6.5637406 m World hIoni + 129 -15.173681 cm 2.3577827 m 5.5811616 m 37.473969 MeV 15.842631 keV 6.8911603 cm 6.6326522 m World hIoni + 130 -15.099081 cm 2.3855379 m 5.624613 m 37.459865 MeV 13.073327 keV 5.1564924 cm 6.6842171 m World hIoni + 131 -14.998283 cm 2.4219004 m 5.6812186 m 37.44009 MeV 17.658965 keV 6.7286369 cm 6.7515035 m World hIoni + 132 -14.966458 cm 2.4377338 m 5.7059366 m 37.431138 MeV 7.1149773 keV 2.9356122 cm 6.7808596 m World hIoni + 133 -14.9483 cm 2.4470216 m 5.720542 m 37.425149 MeV 4.6288581 keV 1.7309286 cm 6.7981689 m World hIoni + 134 -14.823321 cm 2.5067343 m 5.8142571 m 37.393215 MeV 30.089368 keV 11.112947 cm 6.9092983 m World hIoni + 135 -14.794908 cm 2.521232 m 5.8372273 m 37.387455 MeV 5.7595257 keV 2.716428 cm 6.9364626 m World hIoni + 136 -14.785014 cm 2.5275676 m 5.8472783 m 37.375971 MeV 1.942034 keV 1.1881577 cm 6.9483442 m World hIoni + 137 -14.7663 cm 2.5377657 m 5.8635357 m 37.370678 MeV 3.2459485 keV 1.9192184 cm 6.9675364 m World hIoni + 138 -14.745828 cm 2.5497251 m 5.8825743 m 37.364688 MeV 5.9906062 keV 2.2484144 cm 6.9900205 m World hIoni + 139 -14.714225 cm 2.5641534 m 5.9055206 m 37.355171 MeV 9.5168222 keV 2.7107339 cm 7.0171279 m World hIoni + 140 -14.563422 cm 2.6402718 m 6.0265491 m 37.319464 MeV 31.651283 keV 14.298403 cm 7.1601119 m World hIoni + 141 -14.587873 cm 2.6703811 m 6.0744037 m 37.303178 MeV 15.271619 keV 5.653939 cm 7.2166513 m World hIoni + 142 -14.600763 cm 2.6960207 m 6.1151082 m 37.285086 MeV 10.092695 keV 4.8106869 cm 7.2647582 m World hIoni + 143 -14.603345 cm 2.7017408 m 6.1241877 m 37.266373 MeV 3.197879 keV 1.0731109 cm 7.2754893 m World hIoni + 144 -14.617238 cm 2.7467238 m 6.1955324 m 37.243926 MeV 21.378315 keV 8.4342097 cm 7.3598314 m World hIoni + 145 -14.580856 cm 2.792173 m 6.2679576 m 37.220135 MeV 23.7908 keV 8.5505544 cm 7.4453369 m World hIoni + 146 -14.553994 cm 2.8141832 m 6.3031206 m 37.208582 MeV 11.553911 keV 4.1484532 cm 7.4868214 m World hIoni + 147 -14.522206 cm 2.8363125 m 6.3385802 m 37.19109 MeV 10.5173 keV 4.1799458 cm 7.5286209 m World hIoni + 148 -14.481718 cm 2.8603499 m 6.3769286 m 37.177166 MeV 11.752524 keV 4.5261045 cm 7.5738819 m World hIoni + 149 -14.469993 cm 2.8671426 m 6.3878056 m 37.172582 MeV 3.4011023 keV 1.2824319 cm 7.5867063 m World hIoni + 150 -14.465378 cm 2.8698437 m 6.3921323 m 37.168846 MeV 2.3565121 keV 5.10082 mm 7.5918071 m World hIoni + 151 -14.449132 cm 2.8785911 m 6.4061479 m 37.163171 MeV 4.5005589 keV 1.6522171 cm 7.6083292 m World hIoni + 152 -14.42951 cm 2.8896579 m 6.4238711 m 37.155652 MeV 5.9745751 keV 2.0895582 cm 7.6292248 m World hIoni + 153 -14.371782 cm 2.9216382 m 6.4750069 m 37.133369 MeV 15.767447 keV 6.0315428 cm 7.6895403 m World hIoni + 154 -14.295932 cm 2.9636808 m 6.5421173 m 37.10888 MeV 22.634525 keV 7.9195895 cm 7.7687361 m World hIoni + 155 -14.235523 cm 2.9988109 m 6.5986068 m 37.087885 MeV 19.652562 keV 6.6525063 cm 7.8352612 m World hIoni + 156 -14.205798 cm 3.0261055 m 6.6430209 m 37.071681 MeV 14.061521 keV 5.2131561 cm 7.8873928 m World hIoni + 157 -14.20469 cm 3.0285387 m 6.6469902 m 37.065676 MeV 769.30391 eV 4.6557056 mm 7.8920485 m World hIoni + 158 -14.173564 cm 3.0800507 m 6.7310325 m 37.035071 MeV 28.0777 keV 9.857359 cm 7.9906221 m World hIoni + 159 -14.095065 cm 3.1188998 m 6.7945842 m 37.01631 MeV 16.792122 keV 7.4489662 cm 8.0651117 m World hIoni + 160 -14.076676 cm 3.1294392 m 6.8117619 m 37.008223 MeV 5.4685028 keV 2.0154035 cm 8.0852658 m World hIoni + 161 -14.068091 cm 3.1348327 m 6.8205683 m 36.99257 MeV 1.799331 keV 1.0327176 cm 8.0955929 m World hIoni + 162 -14.007543 cm 3.1779044 m 6.8907778 m 36.970118 MeV 21.19145 keV 8.2370733 cm 8.1779637 m World hIoni + 163 -13.98516 cm 3.1961964 m 6.920657 m 36.960165 MeV 8.6947787 keV 3.5034524 cm 8.2129982 m World hIoni + 164 -13.948852 cm 3.2217412 m 6.9624174 m 36.938308 MeV 14.144628 keV 4.8955126 cm 8.2619533 m World hIoni + 165 -13.946556 cm 3.2236246 m 6.9654812 m 36.936205 MeV 620.9977 eV 3.5965108 mm 8.2655498 m World hIoni + 166 -13.93588 cm 3.2325766 m 6.9800427 m 36.929039 MeV 5.9256374 keV 1.7093483 cm 8.2826433 m World hIoni + 167 -13.917224 cm 3.247148 m 7.0037199 m 36.918558 MeV 9.4127207 keV 2.7802317 cm 8.3104456 m World hIoni + 168 -13.910994 cm 3.2528749 m 7.0130168 m 36.914582 MeV 1.5524519 keV 1.0919418 cm 8.3213651 m World hIoni + 169 -13.898113 cm 3.2647905 m 7.0323994 m 36.906441 MeV 4.8539777 keV 2.2752679 cm 8.3441177 m World hIoni + 170 -13.884209 cm 3.2782392 m 7.0543519 m 36.897212 MeV 5.7810842 keV 2.5744912 cm 8.3698626 m World hIoni + 171 -13.826779 cm 3.3349537 m 7.1468675 m 36.864558 MeV 32.654082 keV 10.851757 cm 8.4783802 m World hIoni + 172 -13.825356 cm 3.3379783 m 7.1518219 m 36.856604 MeV 1.4084304 keV 5.804738 mm 8.4841849 m World hIoni + 173 -13.818448 cm 3.3520364 m 7.1748631 m 36.84256 MeV 6.3018087 keV 2.6991348 cm 8.5111763 m World hIoni + 174 -13.817198 cm 3.3545735 m 7.1789991 m 36.839899 MeV 1.4748199 keV 4.8521226 mm 8.5160284 m World hIoni + 175 -13.813838 cm 3.3608191 m 7.1891847 m 36.830656 MeV 2.7615369 keV 1.194807 cm 8.5279765 m World hIoni + 176 -13.810334 cm 3.3691351 m 7.2027139 m 36.826676 MeV 3.9799712 keV 1.5880691 cm 8.5438572 m World hIoni + 177 -13.800361 cm 3.4116915 m 7.2720301 m 36.802425 MeV 22.94437 keV 8.1337694 cm 8.6251949 m World hIoni + 178 -13.800318 cm 3.4126461 m 7.2735805 m 36.800506 MeV 64.165367 eV 1.8206867 mm 8.6270156 m World hIoni + 179 -13.799813 cm 3.4198245 m 7.2852326 m 36.790181 MeV 3.3450947 keV 1.3685831 cm 8.6407014 m World hIoni + 180 -13.805724 cm 3.4657653 m 7.3595829 m 36.764535 MeV 24.555167 keV 8.7398897 cm 8.7281003 m World hIoni + 181 -13.79818 cm 3.4779541 m 7.3792203 m 36.758333 MeV 4.8547774 keV 2.311276 cm 8.751213 m World hIoni + 182 -13.769534 cm 3.5149881 m 7.4389069 m 36.733757 MeV 19.936547 keV 7.0243207 cm 8.8214563 m World hIoni + 183 -13.759131 cm 3.5231642 m 7.4520806 m 36.728452 MeV 3.0777837 keV 1.5504988 cm 8.8369612 m World hIoni + 184 -13.751892 cm 3.5299455 m 7.4629861 m 36.723437 MeV 2.9265653 keV 1.2842188 cm 8.8498034 m World hIoni + 185 -13.736832 cm 3.5466062 m 7.4897587 m 36.711365 MeV 9.714586 keV 3.1533698 cm 8.8813371 m World hIoni + 186 -13.716362 cm 3.5806321 m 7.5445403 m 36.689808 MeV 20.429339 keV 6.4489071 cm 8.9458262 m World hIoni + 187 -13.713413 cm 3.5990575 m 7.5743925 m 36.679919 MeV 8.7136935 keV 3.5080731 cm 8.9809069 m World hIoni + 188 -13.713851 cm 3.6038946 m 7.5822332 m 36.669141 MeV 2.4394466 keV 9.212652 mm 8.9901196 m World hIoni + 189 -13.714026 cm 3.6072428 m 7.5876614 m 36.66806 MeV 1.081272 keV 6.3777628 mm 8.9964973 m World hIoni + 190 -13.714799 cm 3.617922 m 7.6049659 m 36.659603 MeV 7.2843562 keV 2.0334524 cm 9.0168319 m World hIoni + 191 -13.732254 cm 3.6635902 m 7.6788303 m 36.633307 MeV 25.170882 keV 8.6842373 cm 9.1036742 m World hIoni + 192 -13.733707 cm 3.6665976 m 7.6837093 m 36.628397 MeV 928.8029 eV 5.7314182 mm 9.1094057 m World hIoni + 193 -13.73663 cm 3.6712281 m 7.6912252 m 36.625084 MeV 2.1921314 keV 8.8279423 mm 9.1182336 m World hIoni + 194 -13.795351 cm 3.740021 m 7.8026509 m 36.582278 MeV 33.090288 keV 13.095267 cm 9.2491863 m World hIoni + 195 -13.824128 cm 3.7687376 m 7.8491785 m 36.561786 MeV 15.99058 keV 5.4676886 cm 9.3038632 m World hIoni + 196 -13.832397 cm 3.7795126 m 7.8665549 m 36.555187 MeV 6.5992208 keV 2.0446184 cm 9.3243093 m World hIoni + 197 -13.836916 cm 3.7846363 m 7.8748123 m 36.551229 MeV 2.1243717 keV 9.7179918 mm 9.3340273 m World hIoni + 198 -13.840619 cm 3.7909309 m 7.8849618 m 36.548325 MeV 1.8590517 keV 1.1943032 cm 9.3459704 m World hIoni + 199 -13.844032 cm 3.7970485 m 7.8948159 m 36.542491 MeV 2.2943522 keV 1.1598729 cm 9.3575691 m World hIoni + 200 -13.848175 cm 3.8022184 m 7.903158 m 36.536363 MeV 4.7062039 keV 9.8141761 mm 9.3673833 m World hIoni + 201 -13.863449 cm 3.8230692 m 7.9367715 m 36.524088 MeV 9.6083956 keV 3.9555725 cm 9.406939 m World hIoni + 202 -13.869987 cm 3.8351487 m 7.9561294 m 36.519553 MeV 4.5354149 keV 2.2817679 cm 9.4297567 m World hIoni + 203 -13.895735 cm 3.8936951 m 8.0500158 m 36.489222 MeV 28.212088 keV 11.064575 cm 9.5404024 m World hIoni + 204 -13.899678 cm 3.9078557 m 8.0729212 m 36.482109 MeV 7.1132514 keV 2.6929223 cm 9.5673316 m World hIoni + 205 -13.904246 cm 3.9159024 m 8.0859067 m 36.478202 MeV 2.0675233 keV 1.5276601 cm 9.5826082 m World hIoni + 206 -13.913409 cm 3.9362204 m 8.1186805 m 36.465766 MeV 12.435814 keV 3.8561024 cm 9.6211693 m World hIoni + 207 -13.932677 cm 3.9801258 m 8.1898879 m 36.445844 MeV 19.921439 keV 8.365554 cm 9.7048248 m World hIoni + 208 -13.939084 cm 3.9949506 m 8.2141021 m 36.434685 MeV 7.9119191 keV 2.839203 cm 9.7332168 m World hIoni + 209 -13.939522 cm 3.9959223 m 8.2156909 m 36.247128 MeV 519.51577 eV 1.862417 mm 9.7350793 m World hIoni + 210 -13.943297 cm 3.9999481 m 8.2223068 m 36.242965 MeV 2.890016 keV 7.7445725 mm 9.7428238 m World hIoni + 211 -13.945327 cm 4.0018907 m 8.2255011 m 36.238808 MeV 1.7032468 keV 3.7386106 mm 9.7465624 m World hIoni + 212 -13.966731 cm 4.0202543 m 8.2557269 m 36.223317 MeV 13.626402 keV 3.5367725 cm 9.7819302 m World hIoni + 213 -13.969113 cm 4.0223332 m 8.2591407 m 36.219107 MeV 1.0159478 keV 3.9970326 mm 9.7859272 m World hIoni + 214 -13.979363 cm 4.0312829 m 8.2738527 m 36.211594 MeV 6.3310164 keV 1.7220598 cm 9.8031478 m World hIoni + 215 -13.98837 cm 4.0399987 m 8.2882194 m 36.20225 MeV 3.1606316 keV 1.6804035 cm 9.8199518 m World hIoni + 216 -13.993754 cm 4.0526883 m 8.3091889 m 36.192888 MeV 5.6431227 keV 2.4510205 cm 9.844462 m World hIoni + 217 -13.993945 cm 4.054651 m 8.3124255 m 36.18494 MeV 710.17195 eV 3.7852586 mm 9.8482473 m World hIoni + 218 -13.993992 cm 4.0584728 m 8.3187244 m 36.183543 MeV 1.3969085 keV 7.3675982 mm 9.8556149 m World hIoni + 219 -13.993559 cm 4.0676009 m 8.3338284 m 36.178403 MeV 3.2988867 keV 1.7648067 cm 9.873263 m World hIoni + 220 -13.992961 cm 4.0719878 m 8.3411081 m 36.174823 MeV 1.763017 keV 8.4993252 mm 9.8817623 m World hIoni + 221 -13.983343 cm 4.0964855 m 8.3818064 m 36.160775 MeV 12.944526 keV 4.7502705 cm 9.929265 m World hIoni + 222 -13.981807 cm 4.1019971 m 8.3909956 m 36.158029 MeV 2.7465411 keV 1.0715368 cm 9.9399804 m World hIoni + 223 -13.956669 cm 4.1565131 m 8.4820636 m 36.126193 MeV 28.516507 keV 10.613907 cm 10.046119 m World hIoni + 224 -13.953727 cm 4.185196 m 8.5296445 m 36.110105 MeV 13.758708 keV 5.5557819 cm 10.101677 m World hIoni + 225 -13.953329 cm 4.1963481 m 8.5480346 m 36.10453 MeV 5.5750312 keV 2.1507289 cm 10.123185 m World hIoni + 226 -13.955542 cm 4.2064554 m 8.5647312 m 36.097778 MeV 5.6560952 keV 1.9517516 cm 10.142702 m World hIoni + 227 -13.953181 cm 4.238302 m 8.6174064 m 36.072507 MeV 13.150837 keV 6.1553996 cm 10.204256 m World hIoni + 228 -13.9504 cm 4.2540871 m 8.6437492 m 36.062533 MeV 5.5358693 keV 3.0710157 cm 10.234966 m World hIoni + 229 -13.949095 cm 4.2612736 m 8.6557557 m 36.056883 MeV 2.3001067 keV 1.3993 cm 10.248959 m World hIoni + 230 -13.933366 cm 4.3230956 m 8.7591452 m 36.031941 MeV 23.24736 keV 12.046353 cm 10.369423 m World hIoni + 231 -13.914048 cm 4.3505142 m 8.8051554 m 36.014491 MeV 16.220865 keV 5.3560882 cm 10.422984 m World hIoni + 232 -13.903015 cm 4.3611194 m 8.8229818 m 36.009365 MeV 5.1261967 keV 2.0742756 cm 10.443726 m World hIoni + 233 -13.900019 cm 4.3651165 m 8.8297016 m 35.998277 MeV 2.9551058 keV 7.8188968 mm 10.451545 m World hIoni + 234 -13.895869 cm 4.372358 m 8.8418776 m 35.992669 MeV 5.6078508 keV 1.4166663 cm 10.465712 m World hIoni + 235 -13.892796 cm 4.3769041 m 8.8495217 m 35.986142 MeV 2.3274045 keV 8.8937925 mm 10.474606 m World hIoni + 236 -13.847663 cm 4.4221021 m 8.925692 m 35.959828 MeV 24.272363 keV 8.8572131 cm 10.563178 m World hIoni + 237 -13.842757 cm 4.4259906 m 8.9322617 m 35.954977 MeV 1.6410788 keV 7.6344025 mm 10.570812 m World hIoni + 238 -13.839413 cm 4.4285774 m 8.9366235 m 35.95161 MeV 931.07224 eV 5.0712797 mm 10.575884 m World hIoni + 239 -13.816356 cm 4.4466008 m 8.9669875 m 35.934737 MeV 10.617857 keV 3.5311075 cm 10.611195 m World hIoni + 240 -13.812692 cm 4.4495266 m 8.9719127 m 35.933698 MeV 1.0397969 keV 5.7288041 mm 10.616923 m World hIoni + 241 -13.806349 cm 4.4548302 m 8.9808419 m 35.930054 MeV 2.0079625 keV 1.0385729 cm 10.627309 m World hIoni + 242 -13.782148 cm 4.4713865 m 9.0087001 m 35.916877 MeV 10.441186 keV 3.240756 cm 10.659717 m World hIoni + 243 -13.751899 cm 4.4899936 m 9.039999 m 35.906384 MeV 10.492701 keV 3.641341 cm 10.69613 m World Decay +Track (trackID 2, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 218, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -13.8 cm 4.49 m 9.04 m 33.6 MeV 0 eV 0 fm 0 fm World initStep + 1 -12.212963 cm 4.5087439 m 9.082428 m 33.547208 MeV 16.180544 keV 4.8873655 cm 4.8873655 cm World muIoni + 2 -11.153744 cm 4.5216107 m 9.1116053 m 33.533478 MeV 8.571562 keV 3.3601561 cm 8.2475215 cm World muIoni + 3 -10.845643 cm 4.5253991 m 9.1202087 m 33.527701 MeV 1.5364015 keV 9.8926326 mm 9.2367848 cm World muIoni + 4 -10.786711 cm 4.5261242 m 9.1218616 m 33.50817 MeV 705.6506 eV 1.8987056 mm 9.4266554 cm World muIoni + 5 -10.271243 cm 4.5324844 m 9.1363047 m 33.502664 MeV 3.5304311 keV 1.6601955 cm 11.086851 cm World muIoni + 6 -9.3423781 cm 4.543977 m 9.1624612 m 33.49175 MeV 9.8290746 keV 3.0042035 cm 14.091054 cm World muIoni + 7 -9.0611526 cm 4.5474821 m 9.1704247 m 33.488462 MeV 1.9174737 keV 9.1440089 mm 15.005455 cm World muIoni + 8 -7.1116238 cm 4.5721054 m 9.2260345 m 33.470815 MeV 16.367769 keV 6.3865753 cm 21.392031 cm World muIoni + 9 -6.5821764 cm 4.5787552 m 9.2411088 m 33.463275 MeV 6.1765475 keV 1.7305704 cm 23.122601 cm World muIoni + 10 -3.9427583 cm 4.6119377 m 9.3163458 m 33.437181 MeV 22.842104 keV 8.6361877 cm 31.758789 cm World muIoni + 11 -3.0111434 cm 4.6235088 m 9.3426615 m 33.426902 MeV 9.2574688 keV 3.0219257 cm 34.780714 cm World muIoni + 12 -2.5524102 cm 4.6291836 m 9.3555986 m 33.418115 MeV 5.5022173 keV 1.4853126 cm 36.266027 cm World muIoni + 13 -1.8778754 cm 4.6375034 m 9.3745421 m 33.412442 MeV 5.6728863 keV 2.1761753 cm 38.442202 cm World muIoni + 14 -9.0479338 mm 4.6495487 m 9.4019723 m 33.404862 MeV 6.4182021 keV 3.1499131 cm 41.592115 cm World muIoni + 15 7.013529 mm 4.6694845 m 9.4473 m 33.390215 MeV 12.773856 keV 5.2057817 cm 46.797897 cm World muIoni + 16 7.2516982 mm 4.6697804 m 9.4479747 m 33.386527 MeV 38.132012 eV 774.28219 um 46.875325 cm World muIoni + 17 1.0071936 cm 4.6732888 m 9.4559603 m 33.383959 MeV 1.1982563 keV 9.1668765 mm 47.792013 cm World muIoni + 18 1.7183286 cm 4.6821411 m 9.4761205 m 33.375025 MeV 7.342491 keV 2.3138093 cm 50.105822 cm World muIoni + 19 2.6289163 cm 4.6934124 m 9.5018114 m 33.366706 MeV 8.3188923 keV 2.9495502 cm 53.055372 cm World muIoni + 20 4.2732767 cm 4.7135893 m 9.5478689 m 33.349525 MeV 16.116206 keV 5.290368 cm 58.34574 cm World muIoni + 21 4.3235869 cm 4.7142083 m 9.5492691 m 33.341725 MeV 464.17372 eV 1.61143 mm 58.506883 cm World muIoni + 22 4.6443668 cm 4.7181396 m 9.5581723 m 33.298673 MeV 3.1508357 keV 1.0247558 cm 59.531639 cm World muIoni + 23 6.0361402 cm 4.7353938 m 9.5969762 m 33.286751 MeV 10.297338 keV 4.4689629 cm 64.000602 cm World muIoni + 24 6.2355585 cm 4.7378678 m 9.6025235 m 33.282905 MeV 2.4771398 keV 6.3929356 mm 64.639896 cm World muIoni + 25 8.4237358 cm 4.7650528 m 9.6633625 m 33.266322 MeV 15.175025 keV 7.0137269 cm 71.653623 cm World muIoni + 26 8.4908562 cm 4.7658915 m 9.6652404 m 33.26443 MeV 324.75822 eV 2.1634241 mm 71.869965 cm World muIoni + 27 9.6740572 cm 4.7807049 m 9.698332 m 33.2536 MeV 7.2933289 keV 3.8137832 cm 75.683748 cm World muIoni + 28 13.255692 cm 4.8260123 m 9.798029 m 33.21886 MeV 29.478864 keV 11.521794 cm 87.205542 cm World muIoni + 29 15.372571 cm 4.8529576 m 9.8570195 m 33.145623 MeV 20.580427 keV 6.8220734 cm 94.027616 cm World muIoni + 30 16.583876 cm 4.8682599 m 9.8904276 m 33.133254 MeV 11.063413 keV 3.8690955 cm 97.896711 cm World muIoni + 31 17.37043 cm 4.8782251 m 9.9121499 m 33.126092 MeV 7.1622447 keV 2.5160126 cm 1.0041272 m World muIoni + 32 18.428261 cm 4.8916285 m 9.9413988 m 33.115115 MeV 8.5564221 keV 3.3868167 cm 1.0379954 m World muIoni + 33 19.0259 cm 4.8992469 m 9.9579842 m 33.109428 MeV 5.6873955 keV 1.9205008 cm 1.0572004 m World muIoni + 34 19.322046 cm 4.9029915 m 9.9661574 m 33.096961 MeV 2.721144 keV 9.4654429 mm 1.0666659 m World muIoni + 35 20.477806 cm 4.9176702 m 9.9980964 m 33.089612 MeV 7.3490466 keV 3.7001959 cm 1.1036678 m World muIoni + 36 20.583433 cm 4.9190061 m 10.001006 m 33.088997 MeV 614.33311 eV 3.3709842 mm 1.1070388 m World muIoni + 37 20.756163 cm 4.92119 m 10.005767 m 33.07753 MeV 2.0679108 keV 5.5157758 mm 1.1125546 m World muIoni + 38 21.972577 cm 4.936625 m 10.039329 m 33.067093 MeV 10.437622 keV 3.8892447 cm 1.151447 m World muIoni + 39 23.023036 cm 4.9498417 m 10.068278 m 33.032661 MeV 7.6321411 keV 3.3511858 cm 1.1849589 m World muIoni + 40 26.478605 cm 4.9929839 m 10.16343 m 33.00222 MeV 30.440957 keV 11.004269 cm 1.2950016 m OutOfWorld Transportation +Track (trackID 218, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.50733(mm),-0.34882176(mm),78.323441(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.281084929164(mm),1.5272219832206(mm),79.068642325476(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3297,7 +5357,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.30321(mm),3.0596251(mm),78.712087(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.02702(mm),0.56766161(mm),78.760787(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3306,7 +5366,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.157219(mm),-0.81242726(mm),78.385175(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.406855(mm),-1.7215519(mm),78.341158(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3315,7 +5375,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.540611(mm),-1.5310991(mm),78.317573(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.84701(mm),2.5425162(mm),78.968854(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3324,7 +5384,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.885021(mm),0.28306648(mm),79.314806(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.474294(mm),-3.0163394(mm),78.68192(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3333,7 +5393,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.21852(mm),3.3449519(mm),78.550693(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.824148(mm),-1.8906225(mm),78.972886(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3342,7 +5402,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.742335(mm),-1.259655(mm),78.458331(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.409311(mm),-1.4992878(mm),79.22236(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3351,7 +5411,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.14659(mm),-0.40581314(mm),78.739703(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.485347(mm),2.5671033(mm),78.856298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3360,7 +5420,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.815401(mm),-1.7332698(mm),78.621774(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.869975(mm),3.6077122(mm),78.612151(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3369,7 +5429,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.240943(mm),0.523638(mm),79.07572(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.229485(mm),3.480159(mm),78.901414(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3378,7 +5438,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.70901(mm),-0.24854257(mm),78.111553(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.845319(mm),-0.98979017(mm),78.616499(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3387,16 +5447,156 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.412428(mm),-1.871245(mm),78.516502(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.630571(mm),2.0449876(mm),79.359672(mm),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 -7.01 mm 2.02 mm 5.89 cm 95.1 MeV 0 eV 0 fm 0 fm Target initStep + 1 -7.0715829 mm 2.4234155 mm 5.8431097 cm 93.783823 MeV 1.2817525 MeV 587.24836 um 587.24836 um Target Transportation + 2 17.810451 cm -5.7281578 cm -2 m 93.783825 MeV9.992444e-14 meV 2.8993591 m 2.8999464 m CaptureMgnt Transportation + 3 11.752566 cm -6.2606546 cm -2.0613063 m 93.763874 MeV 12.540672 keV 8.6351745 cm 2.9862981 m World hIoni + 4 11.281134 cm -6.302464 cm -2.066078 m 93.756453 MeV 864.86073 eV 6.7207407 mm 2.9930189 m World hIoni + 5 8.1117062 cm -6.5838106 cm -2.0981832 m 93.746667 MeV 7.3228145 keV 4.5201614 cm 3.0382205 m World hIoni + 6 1.9616615 mm -7.2889039 cm -2.1783861 m 93.726549 MeV 20.11782 keV 11.290622 cm 3.1511267 m World hIoni + 7 -5.8790244 cm -7.8167642 cm -2.2401184 m 93.710216 MeV 14.713419 keV 8.6772951 cm 3.2378996 m World hIoni + 8 -10.565091 cm -8.2178937 cm -2.2878732 m 93.691238 MeV 11.592465 keV 6.7026402 cm 3.304926 m World hIoni + 9 -20.927514 cm -9.1281958 cm -2.3933777 m 93.664982 MeV 24.477898 keV 14.816233 cm 3.4530884 m World hIoni + 10 -27.203317 cm -9.6838752 cm -2.4572713 m 93.643327 MeV 18.437424 keV 8.9732108 cm 3.5428205 m World hIoni + 11 -36.532142 cm -10.527753 cm -2.5522106 m 93.620611 MeV 21.502898 keV 13.336943 cm 3.6761899 m World hIoni + 12 -42.453608 cm -11.064282 cm -2.6125103 m 93.603836 MeV 15.357456 keV 8.4683048 cm 3.760873 m World hIoni + 13 -44.657912 cm -11.262755 cm -2.6349005 m 93.591432 MeV 5.7005903 keV 3.148262 cm 3.7923556 m World hIoni + 14 -48.27145 cm -11.5898 cm -2.671663 m 93.582897 MeV 7.1506321 keV 5.1652192 cm 3.8440078 m World hIoni + 15 -48.777959 cm -11.634967 cm -2.6768194 m 93.580102 MeV 1.1801104 keV 7.242022 mm 3.8512498 m World hIoni + 16 -51.113747 cm -11.843444 cm -2.7006063 m 93.573868 MeV 4.6320586 keV 3.3402884 cm 3.8846527 m World hIoni + 17 -52.59948 cm -11.976451 cm -2.7157219 m 93.569414 MeV 3.3773275 keV 2.1236595 cm 3.9058893 m World hIoni + 18 -55.457024 cm -12.233289 cm -2.7448259 m 93.562127 MeV 5.8097234 keV 4.0867976 cm 3.9467573 m World hIoni + 19 -55.561254 cm -12.242559 cm -2.745887 m 93.554858 MeV 240.3304 eV 1.490278 mm 3.9482475 m World hIoni + 20 -56.038296 cm -12.284701 cm -2.7507429 m 93.552 MeV 628.64161 eV 6.8201868 mm 3.9550677 m World hIoni + 21 -59.432305 cm -12.584753 cm -2.7852724 m 93.542786 MeV 7.6462774 keV 4.850998 cm 4.0035777 m World hIoni + 22 -60.204099 cm -12.653913 cm -2.7931368 m 93.54072 MeV 1.0350598 keV 1.1040524 cm 4.0146182 m World hIoni + 23 -60.356952 cm -12.667587 cm -2.7946945 m 93.537615 MeV 135.46672 eV 2.1867215 mm 4.0168049 m World hIoni + 24 -63.4623 cm -12.944218 cm -2.8263448 m 93.531084 MeV 6.5311809 keV 4.4426476 cm 4.0612314 m World hIoni + 25 -64.486533 cm -13.035152 cm -2.8367914 m 93.524879 MeV 4.8174557 keV 1.4658198 cm 4.0758896 m World hIoni + 26 -78.114022 cm -14.241722 cm -2.9759575 m 93.497514 MeV 27.364934 keV 19.515048 cm 4.2710401 m World hIoni + 27 -79.795293 cm -14.388956 cm -2.9931235 m 93.492777 MeV 3.6364188 keV 2.4072938 cm 4.295113 m World hIoni + 28 -81.961328 cm -14.579532 cm -3.0152701 m 93.482866 MeV 4.6968262 keV 3.1036719 cm 4.3261498 m World hIoni + 29 -92.023033 cm -15.460978 cm -3.1181032 m 93.452772 MeV 27.776323 keV 14.413937 cm 4.4702891 m World hIoni + 30 -98.86163 cm -16.035416 cm -3.1877973 m 93.434322 MeV 17.066136 keV 9.7810627 cm 4.5680998 m World hIoni + 31 -1.0269684 m -16.361155 cm -3.2268035 m 93.423695 MeV 8.8857286 keV 5.4799402 cm 4.6228992 m World hIoni + 32 -1.0382016 m -16.457897 cm -3.2382303 m 93.419733 MeV 2.3680676 keV 1.6052885 cm 4.6389521 m World hIoni + 33 -1.1196793 m -17.166059 cm -3.3210712 m 93.395146 MeV 23.053989 keV 11.641038 cm 4.7553624 m World hIoni + 34 -1.1231139 m -17.195874 cm -3.3245606 m 93.388906 MeV 519.96612 eV 4.9052073 mm 4.7602676 m World hIoni + 35 -1.1237846 m -17.201678 cm -3.3252425 m 93.386111 MeV 67.027415 eV 958.24881 um 4.7612259 m World hIoni + 36 -1.2490224 m -18.280177 cm -3.4525923 m 93.350603 MeV 29.933351 keV 17.893822 cm 4.9401641 m World hIoni + 37 -1.3037236 m -18.750416 cm -3.5081718 m 93.334535 MeV 14.824976 keV 7.8124336 cm 5.0182884 m World hIoni + 38 -1.3204378 m -18.891375 cm -3.5251078 m 93.325358 MeV 2.5601006 keV 2.3836566 cm 5.042125 m World hIoni + 39 -1.3491003 m -19.133982 cm -3.5541085 m 93.313675 MeV 9.6032137 keV 4.0846837 cm 5.0829718 m World hIoni + 40 -1.3602056 m -19.228212 cm -3.5653447 m 93.306671 MeV 4.1333894 keV 1.5826141 cm 5.098798 m World hIoni + 41 -1.3614844 m -19.239052 cm -3.5666386 m 93.305004 MeV 71.732398 eV 1.8224699 mm 5.1006205 m World hIoni + 42 -1.3738474 m -19.343611 cm -3.5791516 m 93.298312 MeV 3.7716873 keV 1.7621322 cm 5.1182418 m World hIoni + 43 -1.4286646 m -19.808259 cm -3.634502 m 93.286614 MeV 9.7795854 keV 7.8039593 cm 5.1962814 m World hIoni + 44 -1.4743993 m -20.200517 cm -3.6806333 m 93.275769 MeV 9.5646888 keV 6.5078084 cm 5.2613595 m World hIoni + 45 -1.5566271 m -20.913769 cm -3.7637151 m 93.255102 MeV 18.581933 keV 11.711057 cm 5.37847 m World hIoni + 46 -1.5589499 m -20.933733 cm -3.7660642 m 93.243917 MeV 1.1252059 keV 3.3096253 mm 5.3817797 m World hIoni + 47 -1.7413645 m -22.496738 cm -3.9503557 m 93.199376 MeV 40.82934 keV 25.977478 cm 5.6415544 m World hIoni + 48 -1.8250347 m -23.219825 cm -4.0346039 m 93.180596 MeV 18.780081 keV 11.895696 cm 5.7605114 m World hIoni + 49 -1.8271113 m -23.237212 cm -4.0366943 m 93.178629 MeV 146.79789 eV 2.9516714 mm 5.7634631 m World hIoni + 50 -1.8613756 m -23.522695 cm -4.0711944 m 93.157559 MeV 5.4929527 keV 4.8707854 cm 5.8121709 m World hIoni + 51 -1.8897314 m -23.759398 cm -4.0997407 m 93.148816 MeV 5.946298 keV 4.0305605 cm 5.8524765 m World hIoni + 52 -1.8984315 m -23.832238 cm -4.1085189 m 93.142152 MeV 1.885417 keV 1.2380601 cm 5.8648571 m World hIoni + 53 -1.9085392 m -23.917016 cm -4.1187229 m 93.139514 MeV 1.6445239 keV 1.4387677 cm 5.8792448 m World hIoni + 54 -1.9487616 m -24.253819 cm -4.1593626 m 93.126795 MeV 8.8410139 keV 5.7278044 cm 5.9365228 m World hIoni + 55 -1.9709461 m -24.441702 cm -4.181806 m 93.114214 MeV 6.5215367 keV 3.1613103 cm 5.9681359 m World hIoni + 56 -2.0635897 m -25.233861 cm -4.2755937 m 93.084315 MeV 23.322899 keV 13.206717 cm 6.1002031 m World hIoni + 57 -2.1086318 m -25.636505 cm -4.3210402 m 93.067297 MeV 14.402727 keV 6.4112329 cm 6.1643154 m World hIoni + 58 -2.1137849 m -25.682724 cm -4.3262438 m 93.061204 MeV 786.3966 eV 7.3379472 mm 6.1716534 m World hIoni + 59 -2.1174189 m -25.715477 cm -4.329914 m 93.056866 MeV 486.04778 eV 5.1753135 mm 6.1768287 m World hIoni + 60 -2.2241362 m -26.673099 cm -4.43772 m 93.029421 MeV 25.956492 keV 15.199493 cm 6.3288236 m World hIoni + 61 -2.2412848 m -26.829879 cm -4.4550201 m 93.025066 MeV 4.3549967 keV 2.4409565 cm 6.3532332 m World hIoni + 62 -2.2699762 m -27.093721 cm -4.4840093 m 93.014212 MeV 9.5377339 keV 4.0872122 cm 6.3941053 m World hIoni + 63 -2.2951088 m -27.321161 cm -4.5093999 m 93.007667 MeV 4.0486106 keV 3.5798104 cm 6.4299034 m World hIoni + 64 -2.3129264 m -27.481155 cm -4.5273971 m 93.003161 MeV 4.5057702 keV 2.5375724 cm 6.4552791 m World hIoni + 65 -2.3612716 m -27.914887 cm -4.5761967 m 92.98592 MeV 14.935809 keV 6.8829352 cm 6.5241085 m World hIoni + 66 -2.3735792 m -28.024057 cm -4.5885898 m 92.980621 MeV 4.1585426 keV 1.7500209 cm 6.5416087 m World hIoni + 67 -2.4169094 m -28.409338 cm -4.6322439 m 92.972178 MeV 5.984517 keV 6.1628168 cm 6.6032369 m World hIoni + 68 -2.4488396 m -28.693857 cm -4.6645932 m 92.962864 MeV 6.1912677 keV 4.5542401 cm 6.6487793 m World hIoni + 69 -2.4538843 m -28.738735 cm -4.6697009 m 92.940545 MeV 509.42645 eV 7.1929397 mm 6.6559722 m World hIoni + 70 -2.4851524 m -29.013383 cm -4.7013854 m 92.934983 MeV 4.3592218 keV 4.4599876 cm 6.7005721 m World hIoni + 71 -2.5076192 m -29.210983 cm -4.7240588 m 92.928393 MeV 5.2336072 keV 3.1980417 cm 6.7325525 m World hIoni + 72 -2.5831629 m -29.868177 cm -4.8000027 m 92.907588 MeV 19.356524 keV 10.732009 cm 6.8398726 m World hIoni + 73 -2.7025244 m -30.857147 cm -4.9193766 m 92.875994 MeV 31.593282 keV 16.910111 cm 7.0089737 m World hIoni + 74 -2.7545829 m -31.288947 cm -4.9715664 m 92.861366 MeV 13.365317 keV 7.3841085 cm 7.0828148 m World hIoni + 75 -2.790618 m -31.587649 cm -5.0075606 m 92.855096 MeV 6.269303 keV 5.1019911 cm 7.1338347 m World hIoni + 76 -2.8036838 m -31.696227 cm -5.0206054 m 92.851941 MeV 2.0035065 keV 1.8494905 cm 7.1523296 m World hIoni + 77 -2.8170205 m -31.806367 cm -5.0339293 m 92.850553 MeV 1.3878964 keV 1.88841 cm 7.1712137 m World hIoni + 78 -2.8193485 m -31.825642 cm -5.0362539 m 92.847974 MeV 477.86553 eV 3.2955077 mm 7.1745092 m World hIoni + 79 -2.8455485 m -32.042966 cm -5.0624281 m 92.843344 MeV 3.6117836 keV 3.709779 cm 7.211607 m World hIoni + 80 -2.9487561 m -32.904888 cm -5.1655647 m 92.817718 MeV 24.004599 keV 14.616192 cm 7.3577689 m World hIoni + 81 -2.9644513 m -33.034405 cm -5.1812308 m 92.812819 MeV 3.904339 keV 2.2213583 cm 7.3799825 m World hIoni + 82 -2.9912315 m -33.253861 cm -5.20795 m 92.806615 MeV 5.1672451 keV 3.7893451 cm 7.417876 m World hIoni + 83 -3.0282672 m -33.555949 cm -5.2448453 m 92.796925 MeV 9.6898612 keV 5.2364354 cm 7.4702403 m World hIoni + 84 -3.0527096 m -33.758859 cm -5.2691928 m 92.790738 MeV 4.9823982 keV 3.4559385 cm 7.5047997 m World hIoni + 85 -3.1083027 m -34.218319 cm -5.3244081 m 92.75784 MeV 12.836254 keV 7.8488456 cm 7.5832882 m World hIoni + 86 -3.1176024 m -34.294608 cm -5.3336474 m 92.738842 MeV 1.0083014 keV 1.3131289 cm 7.5964194 m World hIoni + 87 -3.1434125 m -34.509301 cm -5.3592648 m 92.731901 MeV 5.5372131 keV 3.6428362 cm 7.6328478 m World hIoni + 88 -3.204141 m -35.02568 cm -5.4195167 m 92.621519 MeV 14.362835 keV 8.5702446 cm 7.7185503 m World hIoni + 89 -3.2057242 m -35.039206 cm -5.4210856 m 92.620043 MeV 68.877768 eV 2.2330078 mm 7.7207833 m World hIoni + 90 -3.211151 m -35.086019 cm -5.4264669 m 92.618802 MeV 1.2412601 keV 7.6568425 mm 7.7284401 m World hIoni + 91 -3.2204376 m -35.166641 cm -5.4356788 m 92.616201 MeV 1.268806 keV 1.3105335 cm 7.7415454 m World hIoni + 92 -3.2263577 m -35.218303 cm -5.4415517 m 92.609736 MeV 1.0667433 keV 8.3549809 mm 7.7499004 m World hIoni + 93 -3.2813964 m -35.698851 cm -5.496106 m 92.589522 MeV 14.821775 keV 7.7643629 cm 7.827544 m World hIoni + 94 -3.3101499 m -35.948594 cm -5.5245746 m 92.584881 MeV 4.6411827 keV 4.0539594 cm 7.8680836 m World hIoni + 95 -3.3448734 m -36.247685 cm -5.5588732 m 92.572684 MeV 7.6290285 keV 4.8898518 cm 7.9169822 m World hIoni + 96 -3.3748286 m -36.505371 cm -5.588427 m 92.56494 MeV 6.5677937 keV 4.2159025 cm 7.9591412 m World hIoni + 97 -3.396285 m -36.689475 cm -5.609654 m 92.558439 MeV 5.3413883 keV 3.0238284 cm 7.9893795 m World hIoni + 98 -3.4376918 m -37.044505 cm -5.6505971 m 92.546634 MeV 10.060428 keV 5.8339187 cm 8.0477187 m World hIoni + 99 -3.4416758 m -37.078476 cm -5.6545449 m 92.54413 MeV 1.0589405 keV 5.6189366 mm 8.0533376 m World hIoni + 100 -3.4497053 m -37.146847 cm -5.6624997 m 92.541736 MeV 2.3939402 keV 1.1323442 cm 8.064661 m World hIoni + 101 -3.4789106 m -37.395989 cm -5.6914341 m 92.531739 MeV 6.7084468 keV 4.1186892 cm 8.1058479 m World hIoni + 102 -3.5795586 m -38.258233 cm -5.7910905 m 92.507187 MeV 22.758184 keV 14.190079 cm 8.2477487 m World hIoni + 103 -3.604804 m -38.480493 cm -5.8159737 m 92.499394 MeV 6.7417958 keV 3.5516779 cm 8.2832655 m World hIoni + 104 -3.616245 m -38.580422 cm -5.8272529 m 92.495483 MeV 2.8737126 keV 1.6097097 cm 8.2993626 m World hIoni + 105 -3.6675912 m -39.028336 cm -5.8779202 m 92.463489 MeV 14.825965 keV 7.2274976 cm 8.3716376 m World hIoni + 106 -3.7000928 m -39.309966 cm -5.9100175 m 92.455004 MeV 7.4369654 keV 4.5765994 cm 8.4174036 m World hIoni + 107 -3.7302815 m -39.568419 cm -5.9398802 m 92.439901 MeV 6.687305 keV 4.254194 cm 8.4599455 m World hIoni + 108 -3.7429719 m -39.676774 cm -5.952425 m 92.435572 MeV 2.8803058 keV 1.7877127 cm 8.4778226 m World hIoni + 109 -3.8267838 m -40.38741 cm -6.0352858 m 92.412348 MeV 19.62336 keV 11.807147 cm 8.5958941 m World hIoni + 110 -3.8543016 m -40.624697 cm -6.0625441 m 92.392401 MeV 5.7381609 keV 3.8805578 cm 8.6346997 m World hIoni + 111 -4.0043677 m -41.900266 cm -6.2110973 m 92.357554 MeV 34.846937 keV 21.154368 cm 8.8462433 m World hIoni + 112 -4.0400179 m -42.205302 cm -6.2462183 m 92.348102 MeV 7.4262076 keV 5.0137066 cm 8.8963804 m World hIoni + 113 -4.0570491 m -42.349015 cm -6.2629805 m 92.327853 MeV 2.0362975 keV 2.393942 cm 8.9203198 m World hIoni + 114 -4.0679549 m -42.443378 cm -6.2737063 m 92.326093 MeV 1.7607838 keV 1.5325486 cm 8.9356453 m World hIoni + 115 -4.2499645 m -44.01872 cm -6.4529422 m 92.263786 MeV 45.029645 keV 25.59324 cm 9.1915777 m World hIoni + 116 -4.3292613 m -44.734054 cm -6.5306147 m 92.237823 MeV 24.73692 keV 11.12303 cm 9.302808 m World hIoni + 117 -4.4680722 m -45.977428 cm -6.6668664 m 92.204036 MeV 32.371325 keV 19.490485 cm 9.4977129 m World hIoni + 118 -4.5368853 m -46.570738 cm -6.7344404 m 92.188886 MeV 15.149351 keV 9.6626608 cm 9.5943395 m World hIoni + 119 -4.585131 m -46.991613 cm -6.7818649 m 92.17867 MeV 8.7602676 keV 6.7782395 cm 9.6621219 m World hIoni + 120 -4.6344846 m -47.426519 cm -6.830475 m 92.139374 MeV 13.195909 keV 6.9409155 cm 9.731531 m World hIoni + 121 -4.6923441 m -47.947974 cm -6.8874168 m 92.119924 MeV 17.180684 keV 8.1346699 cm 9.8128777 m World hIoni + 122 -4.7007025 m -48.024964 cm -6.8956319 m 92.087657 MeV 1.4234154 keV 1.1744891 cm 9.8246226 m World hIoni + 123 -4.7283834 m -48.280569 cm -6.9227936 m 92.081703 MeV 4.8889446 keV 3.8865526 cm 9.8634881 m World hIoni + 124 -4.7726096 m -48.682673 cm -6.9662076 m 92.06004 MeV 9.5935978 keV 6.2103972 cm 9.9255921 m World hIoni + 125 -4.8061523 m -48.978852 cm -6.9990893 m 91.941641 MeV 10.281107 keV 4.7064761 cm 9.9726569 m World hIoni + 126 -4.8608849 m -49.468838 cm -7.0526947 m 91.923922 MeV 16.412588 keV 7.6767227 cm 10.049424 m World hIoni + 127 -4.8977749 m -49.792417 cm -7.0888753 m 91.910604 MeV 11.025007 keV 5.1772371 cm 10.101196 m World hIoni + 128 -4.9084209 m -49.885513 cm -7.0993186 m 91.906046 MeV 3.2313323 keV 1.4942122 cm 10.116139 m World hIoni + 129 -4.9457702 m -50.212407 cm -7.1359668 m 91.895535 MeV 9.433344 keV 5.2428475 cm 10.168567 m World hIoni + 130 -4.9607045 m -50.345376 cm -7.1506307 m 91.890421 MeV 3.561351 keV 2.097215 cm 10.189539 m World hIoni + 131 -4.9728529 m -50.454739 cm -7.1625718 m 91.884227 MeV 2.1743001 keV 1.7069599 cm 10.206609 m World hIoni + 132 -4.9744635 m -50.469073 cm -7.1641544 m 91.883972 MeV 254.6855 eV 2.2625843 mm 10.208871 m OutOfWorld Transportation +Track (trackID 2, parentID 1) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.775631(mm),2.6633065(mm),78.98144(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.183101720752(mm),-1.9015469716973(mm),78.55693846665(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3405,7 +5605,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.192813(mm),2.0904111(mm),79.084207(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.309796(mm),0.95051877(mm),78.887253(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3414,7 +5614,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.714601(mm),-0.15503338(mm),78.639548(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.911484(mm),-1.8269741(mm),78.604832(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3423,7 +5623,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.390916(mm),-0.075298038(mm),79.049276(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.070724(mm),-2.0229662(mm),78.576754(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3432,7 +5632,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.349437(mm),-0.90862489(mm),79.232917(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.072141(mm),-0.3182851(mm),78.576504(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3441,7 +5641,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.604289(mm),0.40968787(mm),78.306345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.91562(mm),3.0030308(mm),78.956757(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3450,7 +5650,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.685804(mm),0.09209254(mm),78.99728(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.252578(mm),-0.47820131(mm),79.073669(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3459,7 +5659,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.673546(mm),2.6870545(mm),78.823114(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.991931(mm),1.61987(mm),78.943301(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3468,7 +5668,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.990628(mm),2.3397587(mm),78.238223(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.210871(mm),1.5437564(mm),79.081023(mm),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 +5677,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.886262(mm),2.3131553(mm),79.13826(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.816568(mm),1.3148229(mm),78.797895(mm),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 +5686,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.193373(mm),0.55791425(mm),79.436762(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.851322(mm),-1.4199123(mm),79.144421(mm),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 +5695,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.194991(mm),-0.27822098(mm),78.202188(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.660291(mm),-2.523283(mm),78.825451(mm),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 +5704,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.230734(mm),1.7031647(mm),78.901194(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.384819(mm),-0.76450535(mm),79.050351(mm),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 +5713,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.707288(mm),-1.9036954(mm),78.640837(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.425939(mm),-1.5295522(mm),78.51412(mm),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 +5722,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.879483(mm),-0.46774781(mm),78.786802(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.109846(mm),2.11098(mm),78.746182(mm),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 +5731,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.167023(mm),-2.1815847(mm),78.559774(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.346246(mm),-3.0408987(mm),78.704499(mm),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 +5740,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.487545(mm),-0.89009267(mm),78.150603(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.096387(mm),0.24393445(mm),79.277536(mm),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 +5749,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.581454(mm),-1.634777(mm),78.839352(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.061252(mm),-1.2299043(mm),78.931078(mm),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 +5758,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.313378(mm),2.3608862(mm),78.710294(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.184586(mm),-2.2205756(mm),78.733004(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3567,7 +5767,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.281124(mm),-1.5452744(mm),78.187(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.436374(mm),-3.5437365(mm),78.688607(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3576,7 +5776,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.238835(mm),0.38557191(mm),78.723438(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.791112(mm),-0.45851963(mm),78.44973(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3585,7 +5785,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.122681(mm),-1.229797(mm),78.920246(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.300535(mm),2.9212766(mm),78.359905(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3594,7 +5794,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.421194(mm),-1.4275949(mm),78.86761(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.552989(mm),-3.0008883(mm),78.844371(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3603,7 +5803,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.363728(mm),0.32258619(mm),78.525089(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.718744(mm),3.6705046(mm),78.638817(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3612,7 +5812,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.202748(mm),-1.6733571(mm),79.082455(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.85919(mm),0.81832805(mm),78.261399(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3621,7 +5821,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.599586(mm),0.23510917(mm),79.188809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.375328(mm),-0.98441751(mm),79.404679(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3630,7 +5830,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.551255(mm),1.2972113(mm),78.66835(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.680396(mm),-1.7330013(mm),79.17456(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3639,7 +5839,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.395773(mm),2.5807037(mm),78.519439(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.342375(mm),1.5990394(mm),78.1762(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3648,7 +5848,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.310147(mm),-1.767003(mm),78.35821(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.699246(mm),-1.6206189(mm),78.289601(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3657,7 +5857,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.908981(mm),-0.05218601(mm),78.428946(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.93169(mm),0.43052866(mm),78.248615(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3666,7 +5866,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.595227(mm),1.4019943(mm),78.660597(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.566072(mm),-2.0504053(mm),79.018391(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3675,7 +5875,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.367129(mm),1.1393797(mm),78.52449(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.803423(mm),1.3805331(mm),78.623886(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3684,7 +5884,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.36992(mm),1.0913409(mm),79.229305(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.983328(mm),-1.505313(mm),79.121145(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3693,7 +5893,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.180148(mm),-0.54772852(mm),78.381132(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.388105(mm),2.1325045(mm),78.873445(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3702,7 +5902,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.9384(mm),3.211061(mm),79.129067(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.048847(mm),1.5414626(mm),78.404284(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3711,7 +5911,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.355292(mm),0.86495036(mm),78.702904(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.405871(mm),-0.017505345(mm),79.399293(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3720,7 +5920,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.383098(mm),-1.6089023(mm),79.403309(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.650747(mm),3.802382(mm),78.650807(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3729,7 +5929,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.549555(mm),-2.1788042(mm),78.66865(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.192857(mm),-0.73882852(mm),78.202564(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3738,7 +5938,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.545458(mm),-0.12412883(mm),78.493045(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.559169(mm),-1.3833719(mm),79.372263(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3747,7 +5947,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.101494(mm),0.26325745(mm),79.452963(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.754097(mm),1.808013(mm),78.456257(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3756,1258 +5956,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.555323(mm),-1.4561923(mm),78.667633(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.730527(mm),-1.5594732(mm),78.460413(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.65877(mm),-1.2182694(mm),79.3547(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.180371(mm),1.6347124(mm),79.262728(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.896064(mm),1.2156371(mm),79.312859(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.922887(mm),-0.46746699(mm),78.955475(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.535176(mm),-1.6241773(mm),79.376493(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.726186(mm),0.79142869(mm),79.166486(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.936167(mm),2.7789998(mm),78.60048(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.01506(mm),0.176775(mm),78.586569(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.154208(mm),-0.57748511(mm),78.209379(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.611669(mm),1.2221629(mm),78.128717(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.750086(mm),2.0334328(mm),78.985945(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.045665(mm),-3.3315682(mm),78.757499(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.321062(mm),2.8748209(mm),78.708939(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.57478(mm),0.76012342(mm),79.36951(mm),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.42036(mm),-0.53712395(mm),78.338776(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.555353(mm),0.087904814(mm),78.138646(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.292684(mm),-0.84949588(mm),79.419251(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.729809(mm),3.0563471(mm),78.460539(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.760714(mm),3.6653202(mm),78.984071(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.217555(mm),1.7916483(mm),78.198209(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.582449(mm),0.75493299(mm),79.368158(mm),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.250144(mm),-1.9793765(mm),78.897771(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.067924(mm),2.8193677(mm),79.106228(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.028321(mm),-1.1110122(mm),79.113211(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.142244(mm),-1.9120967(mm),79.093124(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.58116(mm),2.7575307(mm),79.192058(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.211692(mm),0.83273835(mm),78.551897(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.585214(mm),1.2616422(mm),78.486035(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.280326(mm),0.18884239(mm),78.187141(mm),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.988254(mm),0.63780292(mm),78.767622(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.331969(mm),1.6420478(mm),78.530689(mm),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.664586(mm),-0.37680988(mm),78.295713(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.995887(mm),1.6482718(mm),78.942603(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.084134(mm),0.71691484(mm),79.456024(mm),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.64902(mm),-1.1789805(mm),78.827439(mm),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.004381(mm),-1.8749174(mm),78.941106(mm),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.398094(mm),1.4170149(mm),78.342702(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.173384(mm),-0.066053891(mm),79.26396(mm),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.72683(mm),-2.448606(mm),78.284737(mm),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.789373(mm),-3.5690887(mm),78.80269(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.701479(mm),-2.6408694(mm),78.465535(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.070354(mm),2.2015536(mm),79.282127(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.531602(mm),0.97306106(mm),79.024469(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.132998(mm),0.24998503(mm),79.094754(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.406089(mm),-1.3490992(mm),79.046601(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.580899(mm),-1.9111983(mm),79.192104(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.274331(mm),-0.98470297(mm),78.188198(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.249689(mm),1.8737497(mm),78.721524(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.508829(mm),0.17114104(mm),79.204812(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.010874(mm),1.0288781(mm),78.763634(mm),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.873908(mm),-2.1100626(mm),78.787785(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.973461(mm),0.69610827(mm),79.122885(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.35572(mm),-3.1296289(mm),79.055482(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.211665(mm),-1.5443449(mm),79.25721(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.235494(mm),3.7029092(mm),78.724027(mm),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.229704(mm),-3.4031634(mm),78.901375(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.88692(mm),-0.74747594(mm),78.432836(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.044253(mm),-1.052605(mm),78.581421(mm),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.710783(mm),1.6455333(mm),78.816548(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.891379(mm),1.2890404(mm),78.961031(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.718181(mm),-3.2196011(mm),78.638917(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.495295(mm),-0.44515991(mm),79.030871(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.976687(mm),1.9037754(mm),78.593335(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.907043(mm),2.2460215(mm),78.958269(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.331868(mm),-0.60936861(mm),79.059688(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.470982(mm),-0.21840624(mm),79.211485(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.189695(mm),0.8284955(mm),79.261084(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.207247(mm),0.45760358(mm),79.434316(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.515008(mm),1.6093618(mm),78.674741(mm),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.205803(mm),2.6422881(mm),78.376609(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.995742(mm),1.0448902(mm),78.589975(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.516147(mm),-2.7078716(mm),79.203522(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.797303(mm),2.4601729(mm),78.624965(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.167937(mm),1.3391798(mm),78.735939(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.180386(mm),-0.16814988(mm),78.204763(mm),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.797318(mm),-1.2953089(mm),78.80129(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.639605(mm),2.4013647(mm),79.181752(mm),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.12097(mm),-1.3654011(mm),78.391567(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.167919(mm),-3.0987808(mm),78.559616(mm),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.058389(mm),2.1288549(mm),78.402602(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.590024(mm),0.43288103(mm),79.366822(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.720281(mm),-2.8045394(mm),79.167527(mm),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.413146(mm),-2.5541279(mm),78.340048(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.92351(mm),0.48120541(mm),79.131692(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.875963(mm),0.49837457(mm),79.140076(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.048415(mm),2.549595(mm),78.580687(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.761943(mm),0.21664781(mm),79.160181(mm),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.143769(mm),-0.27516675(mm),78.387547(mm),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.327067(mm),-3.1155255(mm),78.355227(mm),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.299478(mm),-1.6494908(mm),78.360091(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.713787(mm),0.49515137(mm),78.639691(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.148507(mm),-1.014178(mm),79.092019(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.956949(mm),-3.1502854(mm),78.949469(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.086059(mm),-0.71198142(mm),79.455685(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.865164(mm),1.909684(mm),78.436672(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.164064(mm),-2.3388298(mm),78.736622(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.218081(mm),2.5034033(mm),79.256079(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.64109(mm),1.5032428(mm),79.005164(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.077659(mm),1.1826351(mm),79.104512(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.190394(mm),-1.7190482(mm),79.260961(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.46543(mm),-2.4089042(mm),78.507156(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.597041(mm),1.3032974(mm),79.012931(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.705668(mm),-1.5088049(mm),79.170104(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.910332(mm),-1.9771968(mm),78.957689(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.061732(mm),-0.33902512(mm),78.754666(mm),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.598582(mm),-0.45486533(mm),78.836332(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.292063(mm),1.8515856(mm),78.537726(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.239784(mm),-1.0262952(mm),79.252252(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.751064(mm),3.29425(mm),78.456791(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.22615(mm),1.1258414(mm),78.725675(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.81641(mm),-3.2555367(mm),79.150577(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.633205(mm),0.46335507(mm),79.359208(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.224237(mm),2.0021172(mm),78.197031(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.362126(mm),3.1268914(mm),78.525372(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.445355(mm),0.86277152(mm),78.158042(mm),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.343286(mm),-1.2071106(mm),78.352367(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.74557(mm),-2.2173792(mm),79.163068(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.678317(mm),3.4790532(mm),78.469619(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.852755(mm),-0.52733158(mm),78.438861(mm),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.662167(mm),-1.141245(mm),78.296139(mm),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.582763(mm),1.4342843(mm),78.839121(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.114442(mm),-0.74512779(mm),79.274353(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.45905(mm),-0.21927377(mm),79.389916(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.268518(mm),3.1061483(mm),79.070858(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.117366(mm),2.2042879(mm),79.273837(mm),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.579769(mm),2.3825201(mm),78.839649(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.624527(mm),2.9994138(mm),79.184411(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.027107(mm),1.1384046(mm),78.584445(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.741301(mm),3.8090469(mm),78.63484(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.659164(mm),-0.12859112(mm),78.649323(mm),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.353254(mm),1.3845837(mm),78.350609(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.149493(mm),-0.11012525(mm),78.562865(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.861774(mm),-2.2302952(mm),79.142578(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.966643(mm),-1.3423014(mm),79.124087(mm),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.004063(mm),-0.18432562(mm),78.941162(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.72617(mm),-2.1398462(mm),78.990162(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.515133(mm),0.63554866(mm),79.027373(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.136804(mm),-0.029842335(mm),79.446737(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.007975(mm),1.3323677(mm),78.587818(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5025,7 +5974,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.197111(mm),3.8554831(mm),78.730795(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.403348(mm),3.1077729(mm),78.518103(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5034,7 +5983,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.369182(mm),1.6429046(mm),79.405762(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.354618(mm),3.6504067(mm),78.879349(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5043,7 +5992,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.59438(mm),3.598487(mm),79.0134(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.893628(mm),-3.0269005(mm),78.960634(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5052,7 +6001,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.590359(mm),-2.0261868(mm),78.837782(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.758139(mm),-2.0854422(mm),79.337179(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5061,7 +6010,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.518365(mm),1.8195547(mm),79.20313(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.246924(mm),-1.2721723(mm),79.074666(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5070,7 +6019,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.953544(mm),2.7211382(mm),78.421089(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.887876(mm),1.0228513(mm),78.432668(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5079,7 +6028,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.75826(mm),0.8926764(mm),78.984503(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.700739(mm),-2.1981146(mm),78.641992(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5088,7 +6037,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.499142(mm),-0.86191624(mm),79.030193(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.607715(mm),0.48457596(mm),78.834722(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5097,7 +6046,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.138262(mm),3.005163(mm),78.564845(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.638402(mm),-2.164277(mm),79.005638(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5106,7 +6055,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.903962(mm),-1.477413(mm),78.606158(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.118077(mm),3.5529942(mm),79.097385(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5115,7 +6064,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.716242(mm),-0.48425367(mm),78.991912(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.180679(mm),-0.025579003(mm),78.557366(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5124,7 +6073,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.020101(mm),-3.7013121(mm),78.938334(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.984454(mm),-2.2199217(mm),78.591965(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5133,7 +6082,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.913848(mm),-1.8420567(mm),78.780742(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.910638(mm),1.3963223(mm),78.957635(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5142,7 +6091,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.079976(mm),-1.55698(mm),78.398795(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.002234(mm),2.9034645(mm),78.58883(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5151,7 +6100,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.261155(mm),-1.7684244(mm),79.248483(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.817196(mm),-2.7217697(mm),78.621458(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5160,7 +6109,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.791344(mm),1.9762782(mm),79.154997(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.862162(mm),-2.7233355(mm),79.14251(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5169,7 +6118,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.617799(mm),-0.80472471(mm),78.127636(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.551232(mm),-1.0062854(mm),78.492027(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5178,7 +6127,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.116468(mm),0.12880368(mm),78.568688(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.43693(mm),0.44267466(mm),78.159528(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5187,7 +6136,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.638507(mm),-3.5040294(mm),78.476638(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.350301(mm),3.3285966(mm),78.703784(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5196,7 +6145,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.999406(mm),0.16239484(mm),78.589329(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.791908(mm),-1.0864671(mm),78.44959(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5205,7 +6154,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.028295(mm),3.3951936(mm),78.936889(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.243953(mm),-0.89630696(mm),78.546209(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5214,7 +6163,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.860921(mm),2.2817466(mm),78.790075(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.206515(mm),-2.6185606(mm),78.55281(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5223,7 +6172,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.551754(mm),-3.5503487(mm),78.491935(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.279238(mm),2.9429476(mm),78.716314(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5232,7 +6181,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.684583(mm),1.0681398(mm),79.350149(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.482692(mm),2.3969017(mm),78.504113(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5241,7 +6190,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.430766(mm),-1.5096442(mm),78.513269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.976986(mm),-0.16386933(mm),78.416955(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5250,7 +6199,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.765581(mm),-1.6002888(mm),78.454232(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.329172(mm),-2.9346491(mm),79.060163(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5259,7 +6208,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.265121(mm),-0.51857126(mm),78.542476(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.635385(mm),2.6240507(mm),78.477189(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5268,7 +6217,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.904623(mm),1.7690629(mm),78.429715(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.815216(mm),1.5627934(mm),78.44548(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5277,7 +6226,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.617929(mm),2.1493871(mm),79.361902(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.017333(mm),-0.027336762(mm),79.115149(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5286,7 +6235,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.430695(mm),-1.5666818(mm),79.394916(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.029818(mm),3.9027543(mm),78.760293(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5295,7 +6244,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.785462(mm),-0.62680339(mm),78.274399(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.766922(mm),-3.1727234(mm),78.806649(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5304,7 +6253,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.169906(mm),-1.7298877(mm),79.088246(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.813672(mm),-0.66841547(mm),78.269425(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5313,7 +6262,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.920261(mm),-1.9894967(mm),78.426957(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.745853(mm),1.3516885(mm),79.163018(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5322,7 +6271,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.64957(mm),0.83542803(mm),78.827341(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.406323(mm),1.5579159(mm),79.399213(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5331,7 +6280,142 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.389574(mm),-0.27962621(mm),79.22584(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.86084(mm),-2.7307347(mm),78.437435(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.349359(mm),1.6227139(mm),79.232931(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.492303(mm),-2.4028188(mm),78.502418(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.119225(mm),3.9031289(mm),78.744529(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.374468(mm),0.39077768(mm),79.052176(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.571735(mm),-1.1498131(mm),79.19372(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.181309(mm),-1.0030741(mm),78.557255(mm),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.61378(mm),2.1899492(mm),78.304671(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.17604(mm),-1.5407665(mm),78.20553(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.953636(mm),-1.4792502(mm),78.950053(mm),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.437771(mm),0.89970802(mm),78.335706(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.618359(mm),3.7090632(mm),79.009172(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.598334(mm),2.9434519(mm),78.483722(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.140962(mm),2.0161832(mm),79.269677(mm),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.005562(mm),-1.3986156(mm),78.940897(mm),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.57726(mm),2.6745975(mm),78.311111(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5358,7 +6442,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.650729(mm),3.0827865(mm),79.003464(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.832296(mm),1.9931888(mm),78.266141(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5367,7 +6451,114 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.861398(mm),-0.47389462(mm),78.789991(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.581407(mm),2.808947(mm),78.663034(mm),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.34 cm 2.81 mm 7.18 cm 52.4 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.4512895 cm 3.5111599 mm 7.1271863 cm 47.293956 MeV 5.1034313 MeV 1.4455046 mm 1.4455046 mm Target Transportation + 2 -3.5609434 cm 7.6572173 cm -70.018726 cm 47.293976 MeV8.9433334e-14 meV 1.8660954 m 1.8675409 m CaptureMgnt Decay +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 -3.56 cm 7.66 cm -70 cm 66.6 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 -1.7956324 cm 12.519639 cm -2 m 66.627993 MeV9.7567224e-14 meV 2.7617103 m 2.7617103 m CaptureMgnt Transportation + 2 -2.7118028 cm 15.684985 cm -2.017578 m 66.620754 MeV 6.0432465 keV 3.7347879 cm 2.7990582 m World muIoni + 3 -5.997518 cm 26.854337 cm -2.0800907 m 66.590275 MeV 25.632402 keV 13.214755 cm 2.9312058 m World muIoni + 4 -6.1325984 cm 27.307112 cm -2.0826372 m 66.588338 MeV 628.72747 eV 5.367522 mm 2.9365733 m World muIoni + 5 -7.5204872 cm 31.966976 cm -2.1088368 m 66.578219 MeV 8.9806841 keV 5.5231144 cm 2.9918044 m World muIoni + 6 -9.7398516 cm 39.425415 cm -2.1509177 m 66.557748 MeV 18.273065 keV 8.8465826 cm 3.0802703 m World muIoni + 7 -11.54847 cm 45.468347 cm -2.1851172 m 66.541953 MeV 14.563369 keV 7.1752537 cm 3.1520228 m World muIoni + 8 -11.866487 cm 46.532293 cm -2.1911188 m 66.539844 MeV 2.10938 keV 1.2622596 cm 3.1646454 m World muIoni + 9 -14.334768 cm 54.795026 cm -2.2376946 m 66.520346 MeV 18.006714 keV 9.8009379 cm 3.2626548 m World muIoni + 10 -14.780556 cm 56.277167 cm -2.2460416 m 66.513759 MeV 3.2789726 keV 1.7584659 cm 3.2802394 m World muIoni + 11 -18.553748 cm 68.77079 cm -2.3164276 m 66.476967 MeV 22.420332 keV 14.82802 cm 3.4285196 m World muIoni + 12 -19.529783 cm 72.009781 cm -2.3344374 m 66.468635 MeV 5.4392872 keV 3.8323945 cm 3.4668436 m World muIoni + 13 -22.519622 cm 81.927078 cm -2.389504 m 66.451338 MeV 16.148623 keV 11.730966 cm 3.5841532 m World muIoni + 14 -23.423486 cm 84.933292 cm -2.4061559 m 66.440408 MeV 3.4003904 keV 3.5534704 cm 3.6196879 m World muIoni + 15 -26.273879 cm 94.427057 cm -2.458617 m 66.415668 MeV 23.338073 keV 11.215092 cm 3.7318388 m World muIoni + 16 -26.975865 cm 96.758115 cm -2.4715306 m 66.410367 MeV 3.491162 keV 2.7557614 cm 3.7593965 m World muIoni + 17 -27.339757 cm 97.964538 cm -2.4782263 m 66.403248 MeV 1.7451354 keV 1.4269544 cm 3.773666 m World muIoni + 18 -30.445597 cm 1.0828552 m -2.5355565 m 66.377473 MeV 23.106703 keV 12.208065 cm 3.8957467 m World muIoni + 19 -34.37263 cm 1.213508 m -2.6080235 m 66.347136 MeV 29.308954 keV 15.447929 cm 4.0502259 m World muIoni + 20 -41.885346 cm 1.4651698 m -2.7479409 m 66.285937 MeV 56.634278 keV 29.758229 cm 4.3478082 m World muIoni + 21 -44.353895 cm 1.5488064 m -2.7942742 m 66.270814 MeV 13.827218 keV 9.8748475 cm 4.4465567 m World muIoni + 22 -46.276506 cm 1.6140755 m -2.8304503 m 66.254165 MeV 14.294622 keV 7.7061048 cm 4.5236178 m World muIoni + 23 -46.602196 cm 1.6250913 m -2.8365722 m 66.249609 MeV 1.9255862 keV 1.3016683 cm 4.5366344 m World muIoni + 24 -47.549917 cm 1.6571579 m -2.8543689 m 66.240568 MeV 5.3776767 keV 3.7878825 cm 4.5745133 m World muIoni + 25 -49.454178 cm 1.7216295 m -2.8902026 m 66.221969 MeV 15.536277 keV 7.6179242 cm 4.6506925 m World muIoni + 26 -52.213755 cm 1.8148592 m -2.9422525 m 66.194769 MeV 18.331269 keV 11.02838 cm 4.7609763 m World muIoni + 27 -55.09385 cm 1.9122557 m -2.99655 m 66.166813 MeV 23.073217 keV 11.516863 cm 4.8761449 m World muIoni + 28 -56.958993 cm 1.9756551 m -3.0318831 m 66.150311 MeV 15.046208 keV 7.4938716 cm 4.9510837 m World muIoni + 29 -59.106549 cm 2.0486288 m -3.0724635 m 66.136361 MeV 12.710524 keV 8.6215554 cm 5.0372992 m World muIoni + 30 -60.454247 cm 2.0946215 m -3.0980042 m 66.126283 MeV 8.9461954 keV 5.4307367 cm 5.0916066 m World muIoni + 31 -60.633959 cm 2.1007998 m -3.1014536 m 66.117905 MeV 2.0739205 keV 7.3007078 mm 5.0989073 m World muIoni + 32 -62.390247 cm 2.1612473 m -3.1351551 m 66.103455 MeV 13.367471 keV 7.1401304 cm 5.1703086 m World muIoni + 33 -62.927752 cm 2.1797408 m -3.1454296 m 66.096483 MeV 4.8439361 keV 2.182812 cm 5.1921367 m World muIoni + 34 -65.792203 cm 2.2784067 m -3.2002606 m 66.077494 MeV 17.976215 keV 11.645572 cm 5.3085924 m World muIoni + 35 -72.182157 cm 2.4971401 m -3.3218498 m 66.030043 MeV 43.220266 keV 25.828619 cm 5.5668786 m World muIoni + 36 -73.437959 cm 2.5404582 m -3.3458845 m 66.020266 MeV 9.7772874 keV 5.1106136 cm 5.6179848 m World muIoni + 37 -75.314274 cm 2.6050688 m -3.3817738 m 65.999478 MeV 17.085553 keV 7.6253793 cm 5.6942386 m World muIoni + 38 -77.167906 cm 2.6688243 m -3.4172657 m 65.986415 MeV 11.988786 keV 7.5286332 cm 5.7695249 m World muIoni + 39 -79.234526 cm 2.7392719 m -3.456324 m 65.965765 MeV 18.282664 keV 8.3159599 cm 5.8526845 m World muIoni + 40 -80.638302 cm 2.7869862 m -3.4827726 m 65.940557 MeV 10.132024 keV 5.6331587 cm 5.9090161 m World muIoni + 41 -82.11025 cm 2.8370752 m -3.5104569 m 65.926957 MeV 12.457984 keV 5.909308 cm 5.9681092 m World muIoni + 42 -82.887237 cm 2.8634708 m -3.5250542 m 65.920528 MeV 6.4289541 keV 3.1147815 cm 5.999257 m World muIoni + 43 -83.069327 cm 2.8696031 m -3.5284404 m 65.917452 MeV 1.0948791 keV 7.2378206 mm 6.0064948 m World muIoni + 44 -84.067151 cm 2.9031932 m -3.5469831 m 65.909879 MeV 5.0114151 keV 3.9644649 cm 6.0461394 m World muIoni + 45 -85.28431 cm 2.9441605 m -3.5696872 m 65.898581 MeV 9.9602538 keV 4.839363 cm 6.0945331 m World muIoni + 46 -85.928849 cm 2.9658502 m -3.5816701 m 65.892723 MeV 4.2465798 keV 2.5604252 cm 6.1201373 m World muIoni + 47 -87.261909 cm 3.0106389 m -3.6064191 m 65.883155 MeV 8.5553387 keV 5.2879577 cm 6.1730169 m World muIoni + 48 -87.318397 cm 3.0125319 m -3.6074649 m 65.880089 MeV 623.70355 eV 2.2352154 mm 6.1752521 m World muIoni + 49 -87.885206 cm 3.0315496 m -3.6179659 m 65.874155 MeV 4.9058909 keV 2.2451523 cm 6.1977036 m World muIoni + 50 -88.46277 cm 3.0508637 m -3.628645 m 65.866667 MeV 5.9480161 keV 2.281305 cm 6.2205167 m World muIoni + 51 -88.610079 cm 3.0558062 m -3.6313802 m 65.86653 MeV 137.27906 eV 5.8377632 mm 6.2263544 m World muIoni + 52 -88.840749 cm 3.0635474 m -3.6356645 m 65.863748 MeV 1.4418902 keV 9.1434068 mm 6.2354979 m World muIoni + 53 -89.151082 cm 3.0739582 m -3.6414306 m 65.85979 MeV 2.7221819 keV 1.2298888 cm 6.2477967 m World muIoni + 54 -95.208347 cm 3.2774702 m -3.7542539 m 65.817487 MeV 41.226467 keV 24.044879 cm 6.4882455 m World muIoni + 55 -95.222798 cm 3.2779561 m -3.7545215 m 65.815024 MeV 0 eV 573.2635 um 6.4888188 m World muIoni + 56 -96.368944 cm 3.3165496 m -3.7757883 m 65.80591 MeV 7.4000982 keV 4.5531267 cm 6.5343501 m World muIoni + 57 -96.574414 cm 3.3234865 m -3.7796124 m 65.800487 MeV 2.5875573 keV 8.1832928 mm 6.5425334 m World muIoni + 58 -96.799005 cm 3.3310741 m -3.7837975 m 65.797693 MeV 1.5050895 keV 8.9515962 mm 6.5514849 m World muIoni + 59 -97.629286 cm 3.3591014 m -3.799232 m 65.792542 MeV 3.3803726 keV 3.3055859 cm 6.5845408 m World muIoni + 60 -1.007722 m 3.4649829 m -3.8575721 m 65.77133 MeV 20.023462 keV 12.490915 cm 6.70945 m World muIoni + 61 -1.0233981 m 3.5181969 m -3.8868545 m 65.76245 MeV 7.6974472 keV 6.272904 cm 6.772179 m World muIoni + 62 -1.0243612 m 3.5214456 m -3.8886399 m 65.762186 MeV 264.65271 eV 3.8300622 mm 6.7760091 m World muIoni + 63 -1.0509311 m 3.6110894 m -3.9379136 m 65.742122 MeV 18.213926 keV 10.568769 cm 6.8816968 m World muIoni + 64 -1.0575899 m 3.6336958 m -3.950312 m 65.737514 MeV 3.4236516 keV 2.6629129 cm 6.9083259 m World muIoni + 65 -1.0632325 m 3.6529533 m -3.9608828 m 65.733061 MeV 3.4543899 keV 2.2681082 cm 6.931007 m World muIoni + 66 -1.0652975 m 3.6600106 m -3.9647532 m 65.693287 MeV 576.31943 eV 8.3095774 mm 6.9393165 m World muIoni + 67 -1.1004477 m 3.7795797 m -4.0306059 m 65.665159 MeV 26.769332 keV 14.095725 cm 7.0802738 m World muIoni + 68 -1.1083058 m 3.8062402 m -4.0452327 m 65.655211 MeV 6.9301433 keV 3.1408267 cm 7.1116821 m World muIoni + 69 -1.1169191 m 3.8355857 m -4.0613504 m 65.645984 MeV 5.890954 keV 3.4570594 cm 7.1462527 m World muIoni + 70 -1.1192259 m 3.8434511 m -4.0656602 m 65.638679 MeV 2.7091969 keV 9.2606535 mm 7.1555133 m World muIoni + 71 -1.1247038 m 3.8621357 m -4.0759105 m 65.635088 MeV 2.2379191 keV 2.2004325 cm 7.1775176 m World muIoni + 72 -1.1322468 m 3.8878957 m -4.0900376 m 65.627128 MeV 6.2427821 keV 3.0332378 cm 7.20785 m World muIoni + 73 -1.162733 m 3.9914571 m -4.1469446 m 65.581876 MeV 17.147705 keV 12.203614 cm 7.3298862 m World muIoni + 74 -1.1900007 m 4.0844825 m -4.1979385 m 65.559291 MeV 20.899186 keV 10.953378 cm 7.4394199 m World muIoni + 75 -1.1967727 m 4.1076415 m -4.2107017 m 65.552039 MeV 5.8010368 keV 2.7296516 cm 7.4667165 m World muIoni + 76 -1.2081781 m 4.1466799 m -4.2322337 m 65.542773 MeV 7.6793594 keV 4.6018507 cm 7.512735 m World muIoni + 77 -1.2379805 m 4.248898 m -4.2887188 m 65.519508 MeV 21.425492 keV 12.05294 cm 7.6332644 m World muIoni + 78 -1.2698511 m 4.3573961 m -4.348698 m 65.494822 MeV 24.686207 keV 12.80044 cm 7.7612688 m World muIoni + 79 -1.3657747 m 4.6854922 m -4.530265 m 65.426106 MeV 64.043709 keV 38.70612 cm 8.14833 m World muIoni + 80 -1.3993468 m 4.8001905 m -4.5935922 m 65.403715 MeV 22.391968 keV 13.52522 cm 8.2835822 m OutOfWorld Transportation +Track (trackID 23, parentID 3) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.159794921824(mm),0.97331325147606(mm),78.208394122718(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5376,7 +6567,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.768121(mm),-0.99735299(mm),78.453784(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.942689(mm),1.3467597(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 @@ -5385,7 +6576,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.79787(mm),-3.7586226(mm),78.977519(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.801562(mm),3.2029174(mm),79.153195(mm),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 +6585,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.962196(mm),-2.3342916(mm),78.243236(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.566391(mm),1.2088624(mm),79.018335(mm),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 +6594,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.122485(mm),1.723776(mm),79.096608(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.143003(mm),1.7112363(mm),78.740336(mm),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 +6603,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.237758(mm),-0.030686663(mm),79.076282(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.590366(mm),0.80623594(mm),79.366762(mm),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 +6612,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.210331(mm),0.29382104(mm),78.728464(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.089659(mm),-1.4063339(mm),78.397088(mm),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 +6621,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.41524(mm),1.4504246(mm),79.221314(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.024284(mm),1.3082165(mm),78.232288(mm),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 +6630,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.584664(mm),2.6639599(mm),79.015113(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.538509(mm),-2.4450076(mm),78.846925(mm),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 +6639,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.318902(mm),-0.85980708(mm),78.885647(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.268005(mm),2.8849658(mm),78.718295(mm),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 +6648,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.243734(mm),-2.0303838(mm),78.722574(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.019692(mm),-0.21803727(mm),79.29106(mm),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 +6657,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.657245(mm),2.124642(mm),78.649661(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.521723(mm),0.99928818(mm),79.202538(mm),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 +6666,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.059757(mm),0.66008501(mm),78.226034(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.324516(mm),-1.8080693(mm),78.532003(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5484,7 +6675,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.531571(mm),-1.0124953(mm),79.200802(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.340327(mm),2.6735287(mm),78.881869(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5493,232 +6684,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.499367(mm),-1.2921104(mm),78.501172(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.793161(mm),2.0637205(mm),78.625696(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.136287(mm),0.32632193(mm),79.094174(mm),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.508038(mm),-0.64595366(mm),78.323316(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.037997(mm),-3.1754661(mm),78.582524(mm),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.040311(mm),2.5936347(mm),78.93477(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.317635(mm),-0.80897499(mm),79.238525(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.508568(mm),-1.0358523(mm),78.146896(mm),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.213162(mm),-3.0529419(mm),78.375311(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.541569(mm),1.3881422(mm),78.141077(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.111145(mm),1.9557096(mm),79.274934(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.456723(mm),2.0042667(mm),79.037673(mm),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.362418(mm),3.2288192(mm),78.877974(mm),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.394494(mm),1.619169(mm),78.872318(mm),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.239509(mm),1.9734064(mm),78.899646(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.281047(mm),-2.143779(mm),78.539668(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.09702(mm),-0.2743677(mm),78.572117(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.296185(mm),0.1826936(mm),78.184345(mm),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.189156(mm),-2.1969593(mm),78.379544(mm),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.811803(mm),2.4266679(mm),78.798735(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.560384(mm),1.0474575(mm),78.66674(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.624572(mm),-2.4001044(mm),79.008076(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.141889(mm),1.5033092(mm),78.564205(mm),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.676688(mm),-2.9934654(mm),78.82256(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.503045(mm),0.29325557(mm),79.382159(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.869619(mm),0.40378945(mm),78.612214(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.567764(mm),-2.693121(mm),78.841766(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5736,97 +6702,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.932389(mm),-2.8420041(mm),79.130127(mm),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.467697(mm),1.1163916(mm),78.33043(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.117606(mm),-0.99614258(mm),79.097468(mm),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.833533(mm),-2.2928979(mm),78.265923(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.673361(mm),-3.2014509(mm),78.470493(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.174531(mm),1.6285516(mm),79.263758(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.155897(mm),-3.1498615(mm),78.561735(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.128951(mm),0.19724694(mm),78.566487(mm),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.899609(mm),1.1483373(mm),78.254272(mm),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.340346(mm),2.4933407(mm),78.352885(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.399613(mm),3.0165368(mm),78.695089(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.409908(mm),3.1794758(mm),78.8696(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5844,7 +6720,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.487073(mm),1.4219545(mm),78.150686(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.339344(mm),3.9299409(mm),78.705716(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5853,7 +6729,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.570956(mm),3.0005731(mm),79.193857(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.564588(mm),2.890198(mm),78.313345(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5862,7 +6738,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.205885(mm),-0.41358865(mm),78.729248(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.557802(mm),1.2254414(mm),78.138215(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5871,7 +6747,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.231823(mm),1.1421143(mm),78.548348(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.37101(mm),0.72681577(mm),79.40544(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5880,7 +6756,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.558495(mm),2.6993221(mm),79.196054(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.587972(mm),0.16566053(mm),78.661876(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5889,7 +6765,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.878539(mm),-1.7389126(mm),78.257987(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.229258(mm),-2.338359(mm),79.077781(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5898,7 +6774,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.229366(mm),2.4959741(mm),78.901435(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.104148(mm),1.3078915(mm),79.099841(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5907,7 +6783,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.853659(mm),-1.8382051(mm),78.967682(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.855838(mm),-1.1148481(mm),79.143625(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5916,7 +6792,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.050534(mm),-2.1777406(mm),79.109295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.047243(mm),1.2377741(mm),78.580894(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5925,7 +6801,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.965806(mm),-1.6475593(mm),78.2426(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.163495(mm),2.4902749(mm),78.560396(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5934,7 +6810,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.017063(mm),-2.8773932(mm),78.938869(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.426688(mm),-0.18908457(mm),78.690315(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5943,7 +6819,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.656692(mm),1.5481762(mm),79.002413(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.216824(mm),-3.3590929(mm),78.727319(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5952,7 +6828,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.634226(mm),-0.82212012(mm),79.006374(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.946039(mm),-2.1171391(mm),78.951393(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5961,7 +6837,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.345158(mm),-0.91508916(mm),78.881017(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.959405(mm),-2.4113821(mm),78.949036(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5970,7 +6846,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.134261(mm),3.4140871(mm),78.741877(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.604333(mm),-1.4520988(mm),79.011645(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5979,7 +6855,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.56516(mm),-1.7186521(mm),78.489571(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.369943(mm),0.62968462(mm),79.229301(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5988,7 +6864,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.387742(mm),-1.2983283(mm),78.697182(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.621421(mm),2.9594353(mm),78.832305(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5997,7 +6873,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.510085(mm),-0.50647156(mm),78.322956(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.256646(mm),2.061016(mm),78.543971(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6006,7 +6882,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.147958(mm),-2.9096115(mm),79.092116(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.957518(mm),3.1078052(mm),78.596715(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6015,7 +6891,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.304343(mm),-0.015916574(mm),79.417195(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.15571(mm),2.0251865(mm),78.738095(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6024,7 +6900,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.222889(mm),-1.1931469(mm),78.72625(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.710327(mm),2.2564793(mm),78.287647(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6033,7 +6909,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.708157(mm),2.1589301(mm),78.464357(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.84796(mm),0.86201469(mm),78.968687(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6042,7 +6918,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.950428(mm),2.6997297(mm),78.597965(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.191754(mm),-1.2129443(mm),78.73174(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6051,7 +6927,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.302296(mm),2.9158747(mm),78.888575(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.393269(mm),3.1203309(mm),78.51988(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6060,7 +6936,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.793973(mm),-0.8274655(mm),78.272898(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.104677(mm),-3.0078605(mm),78.923421(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6069,7 +6945,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.162507(mm),-3.2869843(mm),78.913224(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.020227(mm),-3.6018821(mm),78.585658(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6078,7 +6954,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.964589(mm),-0.34989472(mm),79.124449(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.406521(mm),0.23253607(mm),78.693871(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6087,7 +6963,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.088415(mm),-0.082192578(mm),78.926288(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.627158(mm),2.911501(mm),78.654966(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6096,7 +6972,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.913572(mm),-1.6543703(mm),78.25181(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.238197(mm),1.7580114(mm),79.076205(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6105,7 +6981,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.637675(mm),-0.63248003(mm),79.005766(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.592996(mm),3.6104525(mm),78.837317(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6114,7 +6990,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.633198(mm),-2.1721024(mm),78.477574(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.095165(mm),-1.0245729(mm),78.925098(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6123,7 +6999,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.912433(mm),-3.8143577(mm),78.957319(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.028056(mm),-1.4400507(mm),79.289585(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6132,7 +7008,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.866935(mm),2.292555(mm),78.260033(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.277662(mm),-3.9084038(mm),78.716592(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6141,7 +7017,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.534461(mm),1.1865056(mm),79.023965(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.551444(mm),-0.066813485(mm),78.315663(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6150,7 +7026,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.397009(mm),1.1277522(mm),79.048202(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.425782(mm),1.7025478(mm),78.33782(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6159,7 +7035,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.513421(mm),-0.17054026(mm),78.322367(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.600483(mm),2.9601654(mm),78.483343(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6168,7 +7044,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.143263(mm),0.94334135(mm),78.211309(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.135262(mm),0.9404767(mm),78.565374(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6177,7 +7053,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.020905(mm),3.1597613(mm),78.938192(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.198345(mm),-0.85252594(mm),79.435885(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6186,7 +7062,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.244691(mm),0.14592415(mm),78.546079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.89819(mm),1.5625477(mm),78.254522(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6195,7 +7071,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.293929(mm),2.6114839(mm),78.36107(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.136329(mm),1.0729537(mm),78.741513(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6204,7 +7080,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.034711(mm),1.8176308(mm),78.935758(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.048787(mm),3.9596962(mm),78.756949(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6213,7 +7089,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.126888(mm),-2.0449362(mm),79.095831(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.186619(mm),-0.66872761(mm),78.908972(mm),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 +7098,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.657773(mm),-2.9534154(mm),78.649568(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.386291(mm),-1.1663248(mm),78.521111(mm),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 +7107,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.074695(mm),3.4577259(mm),78.928707(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.547912(mm),3.2173387(mm),78.66894(mm),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 +7116,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.247134(mm),1.2030809(mm),78.369321(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.62427(mm),-0.86219015(mm),79.360784(mm),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 +7125,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.883532(mm),0.25608749(mm),78.962415(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.724757(mm),2.376575(mm),78.990411(mm),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 +7134,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.427673(mm),-3.6255207(mm),78.690141(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.6769(mm),-1.6859133(mm),79.175176(mm),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,7 +7143,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.865607(mm),-1.6051041(mm),78.260267(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.014865(mm),-1.1867049(mm),79.115584(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6276,7 +7152,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.559013(mm),0.35142546(mm),79.37229(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.444298(mm),-2.8770859(mm),79.039864(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6285,7 +7161,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.624511(mm),2.9364744(mm),78.655433(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.147015(mm),-0.2564928(mm),78.563302(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6294,7 +7170,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.58919(mm),0.69026143(mm),78.309007(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.825443(mm),-3.2810152(mm),78.79633(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6303,7 +7179,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.556868(mm),-2.4870875(mm),78.66736(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.524275(mm),-2.6728978(mm),78.320453(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6312,7 +7188,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.611246(mm),-0.27806616(mm),79.36308(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.331975(mm),-2.2612523(mm),78.530688(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6321,7 +7197,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.331454(mm),0.39234882(mm),78.178126(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.040813(mm),-1.1967844(mm),78.934682(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6330,7 +7206,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.940599(mm),-1.5869347(mm),78.776025(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.840634(mm),-1.2153078(mm),78.969979(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6339,7 +7215,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.793608(mm),3.1946706(mm),78.978271(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.625036(mm),0.36711653(mm),78.655341(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6348,7 +7224,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.551677(mm),-2.0222922(mm),78.668276(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.118492(mm),0.43510786(mm),78.568331(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6357,7 +7233,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.638471(mm),-1.8115295(mm),78.300318(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.023612(mm),-1.7138807(mm),78.408734(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6366,7 +7242,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.009264(mm),2.4971547(mm),78.411264(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.987881(mm),0.57993891(mm),78.238707(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6375,7 +7251,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.661654(mm),-0.51946323(mm),78.648884(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.694086(mm),-0.44190908(mm),79.348473(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6384,7 +7260,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.789183(mm),2.126913(mm),78.626397(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.739347(mm),-1.7855658(mm),79.164165(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6393,7 +7269,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.023187(mm),-0.5268401(mm),78.408809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.684269(mm),0.62368002(mm),78.292242(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6402,7 +7278,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.462133(mm),2.2849624(mm),79.213046(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.581988(mm),3.2592839(mm),78.662931(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6411,7 +7287,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.319029(mm),1.4002331(mm),78.885625(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.174239(mm),-1.9267785(mm),78.205847(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6420,7 +7296,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.609131(mm),1.3659323(mm),78.658145(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.339841(mm),2.3276952(mm),79.234609(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6429,7 +7305,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.1057(mm),-1.5586671(mm),78.746913(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.87694(mm),-2.4722461(mm),79.139904(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6438,7 +7314,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.9462(mm),-0.70270147(mm),78.775038(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.12659(mm),3.7514521(mm),78.74323(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6447,7 +7323,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.661029(mm),3.2002336(mm),78.472667(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.828969(mm),-0.62393903(mm),78.972036(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6456,162 +7332,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.841833(mm),-2.1038281(mm),78.79344(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.377229(mm),-2.5432378(mm),78.875363(mm),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 -9.94 mm -1.5 mm 5.25 cm 158 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.0844741 mm 3.9994366 mm 4.5462741 cm 135.77203 MeV 22.195317 MeV 9.1453796 mm 9.1453796 mm Target Transportation - 2 11.423995 cm -8.937797 cm -2 m 135.77203 MeV7.3422429e-14 meV 2.4004744 m 2.4096198 m CaptureMgnt Transportation - 3 6.5781736 cm -6.032733 cm -2.0919876 m 135.75606 MeV 14.963737 keV 10.795308 cm 2.5175729 m World hIoni - 4 -4.6570548 mm -1.8154773 cm -2.2260344 m 135.7296 MeV 24.816164 keV 15.719 cm 2.6747629 m World hIoni - 5 -8.2982186 mm -1.595585 cm -2.2329694 m 135.54774 MeV 1.555542 keV 8.1356385 mm 2.6828985 m World hIoni - 6 -3.422325 cm -409.76585 um -2.2821673 m 135.49856 MeV 10.565629 keV 5.7742712 cm 2.7406412 m World hIoni - 7 -4.1792039 cm 4.1077729 mm -2.2965263 m 135.49485 MeV 2.3992584 keV 1.6848573 cm 2.7574898 m World hIoni - 8 -4.559116 cm 6.3735579 mm -2.3037353 m 135.49059 MeV 1.2750113 keV 8.4579339 mm 2.7659477 m World hIoni - 9 -7.7436281 cm 2.5382638 cm -2.3641864 m 135.47169 MeV 13.617904 keV 7.0921077 cm 2.8368688 m World hIoni - 10 -13.539457 cm 5.9933598 cm -2.4741567 m 135.4458 MeV 17.757031 keV 12.902093 cm 2.9658898 m World hIoni - 11 -13.759546 cm 6.1252639 cm -2.4783431 m 135.4444 MeV 339.49939 eV 4.9102319 mm 2.9708 m World hIoni - 12 -16.661285 cm 7.8645917 cm -2.5335565 m 135.429 MeV 9.0764437 keV 6.4753754 cm 3.0355537 m World hIoni - 13 -17.734604 cm 8.5061693 cm -2.5539189 m 135.42225 MeV 2.4555031 keV 2.3895451 cm 3.0594492 m World hIoni - 14 -20.88936 cm 10.393804 cm -2.6137355 m 135.40496 MeV 10.951321 keV 7.021103 cm 3.1296602 m World hIoni - 15 -22.002062 cm 11.058241 cm -2.6348252 m 135.40173 MeV 2.0277378 keV 2.4753431 cm 3.1544137 m World hIoni - 16 -23.124185 cm 11.727908 cm -2.6561038 m 135.39088 MeV 3.4746083 keV 2.49708 cm 3.1793845 m World hIoni - 17 -25.526451 cm 13.16413 cm -2.7017359 m 135.381 MeV 8.3755605 keV 5.3531778 cm 3.2329162 m World hIoni - 18 -27.577528 cm 14.393759 cm -2.7407272 m 135.37485 MeV 5.1291155 keV 4.5740697 cm 3.2786569 m World hIoni - 19 -27.668032 cm 14.44791 cm -2.7424446 m 135.37327 MeV 258.4781 eV 2.0154368 mm 3.2806724 m World hIoni - 20 -30.146841 cm 15.930867 cm -2.7894636 m 135.36294 MeV 9.0697457 keV 5.518288 cm 3.3358552 m World hIoni - 21 -33.203288 cm 17.758436 cm -2.8475255 m 135.35229 MeV 8.8380842 keV 6.8112945 cm 3.4039682 m World hIoni - 22 -35.852348 cm 19.353731 cm -2.8980046 m 135.34358 MeV 7.1583854 keV 5.9197932 cm 3.4631661 m World hIoni - 23 -41.525659 cm 22.793667 cm -3.0061209 m 135.32069 MeV 21.797256 keV 12.685074 cm 3.5900169 m World hIoni - 24 -43.984222 cm 24.276778 cm -3.0528175 m 135.31144 MeV 7.6108246 keV 5.4817739 cm 3.6448346 m World hIoni - 25 -46.921975 cm 26.05302 cm -3.108659 m 135.28638 MeV 11.90046 keV 6.5550143 cm 3.7103847 m World hIoni - 26 -47.005779 cm 26.103633 cm -3.1102517 m 135.27721 MeV 607.30843 eV 1.8695138 mm 3.7122543 m World hIoni - 27 -53.716644 cm 30.162707 cm -3.2378063 m 135.25296 MeV 23.069989 keV 14.973773 cm 3.861992 m World hIoni - 28 -56.592025 cm 31.904248 cm -3.2926242 m 135.23589 MeV 7.2994362 keV 6.4304581 cm 3.9262966 m World hIoni - 29 -58.424014 cm 33.015643 cm -3.3276145 m 135.22876 MeV 4.9162415 keV 4.1029973 cm 3.9673265 m World hIoni - 30 -65.041659 cm 37.034532 cm -3.4542025 m 135.20384 MeV 22.259604 keV 14.838807 cm 4.1157146 m World hIoni - 31 -67.428364 cm 38.473673 cm -3.4998572 m 135.19222 MeV 9.5322708 keV 5.3489242 cm 4.1692039 m World hIoni - 32 -73.838899 cm 42.3509 cm -3.6225682 m 135.16824 MeV 21.901391 keV 14.377342 cm 4.3129773 m World hIoni - 33 -74.419464 cm 42.702067 cm -3.6336767 m 135.16363 MeV 3.3557131 keV 1.3016756 cm 4.325994 m World hIoni - 34 -75.025919 cm 43.068673 cm -3.6452813 m 135.15916 MeV 1.5969893 keV 1.3597287 cm 4.3395913 m World hIoni - 35 -79.631463 cm 45.855341 cm -3.7334277 m 135.14396 MeV 14.073834 keV 10.32833 cm 4.4428746 m World hIoni - 36 -81.333703 cm 46.883927 cm -3.7659771 m 135.13274 MeV 5.1168898 keV 3.8144764 cm 4.4810194 m World hIoni - 37 -81.845607 cm 47.192817 cm -3.7757457 m 135.12088 MeV 2.4390207 keV 1.145307 cm 4.4924724 m World hIoni - 38 -89.482421 cm 51.805999 cm -3.9216654 m 135.08605 MeV 28.337776 keV 17.103452 cm 4.663507 m World hIoni - 39 -97.186126 cm 56.4708 cm -4.0689735 m 135.06598 MeV 18.572337 keV 17.265703 cm 4.836164 m World hIoni - 40 -99.546242 cm 57.894515 cm -4.1140084 m 135.05538 MeV 7.521895 keV 5.2800163 cm 4.8889642 m World hIoni - 41 -1.0189501 m 59.314418 cm -4.1589579 m 135.0426 MeV 11.491247 keV 5.2666283 cm 4.9416304 m World hIoni - 42 -1.0427372 m 60.749285 cm -4.204452 m 135.03274 MeV 5.3137864 keV 5.3305113 cm 4.9949356 m World hIoni - 43 -1.0456811 m 60.926394 cm -4.2100775 m 135.02667 MeV 883.02753 eV 6.5915395 mm 5.0015271 m World hIoni - 44 -1.065405 m 62.115662 cm -4.2478381 m 135.02008 MeV 4.9157616 keV 4.4230488 cm 5.0457576 m World hIoni - 45 -1.1207444 m 65.462846 cm -4.353899 m 135.00253 MeV 16.54736 keV 12.422449 cm 5.1699821 m World hIoni - 46 -1.1572837 m 67.680279 cm -4.4238137 m 134.98431 MeV 16.888664 keV 8.1944449 cm 5.2519265 m World hIoni - 47 -1.1964754 m 70.06059 cm -4.4987927 m 134.97236 MeV 10.793762 keV 8.7888761 cm 5.3398153 m World hIoni - 48 -1.1974253 m 70.118242 cm -4.5006116 m 134.96952 MeV 682.11903 eV 2.1314101 mm 5.3419467 m World hIoni - 49 -1.2392496 m 72.654707 cm -4.5806841 m 134.93181 MeV 15.935344 keV 9.3831023 cm 5.4357777 m World hIoni - 50 -1.3130205 m 77.135854 cm -4.721905 m 134.89284 MeV 33.647554 keV 16.551001 cm 5.6012877 m World hIoni - 51 -1.3881863 m 81.702616 cm -4.8660533 m 134.86669 MeV 25.10576 keV 16.886145 cm 5.7701492 m World hIoni - 52 -1.3928624 m 81.986997 cm -4.8750135 m 134.85481 MeV 4.0752072 keV 1.049951 cm 5.7806487 m World hIoni - 53 -1.4467169 m 85.266013 cm -4.9783044 m 134.83509 MeV 18.647767 keV 12.101447 cm 5.9016632 m World hIoni - 54 -1.4966899 m 88.327411 cm -5.0744193 m 134.81603 MeV 16.208241 keV 11.257267 cm 6.0142358 m World hIoni - 55 -1.5007087 m 88.574019 cm -5.0821617 m 134.81137 MeV 1.0634945 keV 9.065146 mm 6.023301 m World hIoni - 56 -1.5253459 m 90.085795 cm -5.1296081 m 134.8034 MeV 6.7291218 keV 5.5558051 cm 6.078859 m World hIoni - 57 -1.5467972 m 91.40241 cm -5.1710093 m 134.75796 MeV 8.9533306 keV 4.845169 cm 6.1273107 m World hIoni - 58 -1.6264509 m 96.286428 cm -5.3244099 m 134.73223 MeV 24.647133 keV 17.961587 cm 6.3069266 m World hIoni - 59 -1.6732057 m 99.135647 cm -5.4143519 m 134.71426 MeV 16.161196 keV 10.529667 cm 6.4122233 m World hIoni - 60 -1.7967198 m 1.0662448 m -5.65174 m 134.67326 MeV 38.235787 keV 27.787989 cm 6.6901032 m World hIoni - 61 -1.9348629 m 1.1498036 m -5.9185216 m 134.62185 MeV 50.39412 keV 31.18304 cm 7.0019336 m World hIoni - 62 -2.0082994 m 1.1939834 m -6.0597936 m 134.59749 MeV 23.215046 keV 16.52349 cm 7.1671685 m World hIoni - 63 -2.0234895 m 1.2030755 m -6.0889114 m 134.59174 MeV 4.5779384 keV 3.4077137 cm 7.2012456 m World hIoni - 64 -2.036543 m 1.2108683 m -6.1138959 m 134.58732 MeV 3.2045844 keV 2.9246324 cm 7.2304919 m World hIoni - 65 -2.0755866 m 1.2341822 m -6.1885531 m 134.57119 MeV 14.72224 keV 8.7416487 cm 7.3179084 m World hIoni - 66 -2.0942988 m 1.2453516 m -6.2243382 m 134.56405 MeV 5.8206965 keV 4.1898417 cm 7.3598068 m World hIoni - 67 -2.1695067 m 1.2902876 m -6.3679051 m 134.53375 MeV 29.284492 keV 16.818719 cm 7.527994 m World hIoni - 68 -2.2034902 m 1.3105523 m -6.4327353 m 134.51268 MeV 11.295487 keV 7.595066 cm 7.6039447 m World hIoni - 69 -2.2485063 m 1.337253 m -6.518488 m 134.49468 MeV 16.927861 keV 10.04635 cm 7.7044082 m World hIoni - 70 -2.2520395 m 1.339344 m -6.5251963 m 134.49084 MeV 1.4455078 keV 7.8649156 mm 7.7122731 m World hIoni - 71 -2.2697039 m 1.3497903 m -6.558714 m 134.4838 MeV 5.9642593 keV 3.930125 cm 7.7515743 m World hIoni - 72 -2.3092019 m 1.3732305 m -6.633716 m 134.4688 MeV 13.655902 keV 8.7947994 cm 7.8395223 m World hIoni - 73 -2.3209363 m 1.3801749 m -6.6560086 m 134.46493 MeV 2.2573739 keV 2.6131992 cm 7.8656543 m World hIoni - 74 -2.3490006 m 1.396805 m -6.709318 m 134.45113 MeV 10.412113 keV 6.2498421 cm 7.9281527 m World hIoni - 75 -2.3877105 m 1.4198208 m -6.782922 m 134.42933 MeV 19.235511 keV 8.6288708 cm 8.0144415 m World hIoni - 76 -2.3890999 m 1.4206427 m -6.7855636 m 134.42797 MeV 328.7879 eV 3.0957757 mm 8.0175372 m World hIoni - 77 -2.4386111 m 1.4499484 m -6.8796969 m 134.40659 MeV 16.661454 keV 11.032352 cm 8.1278608 m World hIoni - 78 -2.4911027 m 1.4809608 m -6.9797072 m 134.38793 MeV 17.361067 keV 11.712896 cm 8.2449897 m World hIoni - 79 -2.5147607 m 1.4949241 m -7.0248081 m 134.37483 MeV 9.2890501 keV 5.2808811 cm 8.2977985 m World hIoni - 80 -2.5213499 m 1.4988042 m -7.0373412 m 134.37174 MeV 1.763404 keV 1.4681596 cm 8.3124801 m World hIoni - 81 -2.5920637 m 1.5403709 m -7.1718346 m 134.34422 MeV 26.519719 keV 15.75333 cm 8.4700134 m World hIoni - 82 -2.6068628 m 1.5490876 m -7.1999521 m 134.33549 MeV 5.6720057 keV 3.2948237 cm 8.5029617 m World hIoni - 83 -2.6084508 m 1.5500249 m -7.2029683 m 134.32656 MeV 523.26469 eV 3.5352202 mm 8.5064969 m World hIoni - 84 -2.6218933 m 1.5579459 m -7.228486 m 134.30488 MeV 3.8043748 keV 2.9909869 cm 8.5364067 m World hIoni - 85 -2.6287908 m 1.5620284 m -7.2415956 m 134.29897 MeV 4.8780836 keV 1.5365639 cm 8.5517724 m World hIoni - 86 -2.6365259 m 1.5666066 m -7.2562795 m 134.29219 MeV 4.0229669 keV 1.7216497 cm 8.5689889 m World hIoni - 87 -2.6923601 m 1.5996101 m -7.3622812 m 134.24432 MeV 18.299817 keV 12.427009 cm 8.693259 m World hIoni - 88 -2.7186543 m 1.6152034 m -7.4123638 m 134.2304 MeV 7.5612524 keV 5.8675452 cm 8.7519344 m World hIoni - 89 -2.7754959 m 1.6488234 m -7.5206632 m 134.20885 MeV 19.549726 keV 12.684658 cm 8.878781 m World hIoni - 90 -2.8232426 m 1.6771358 m -7.611421 m 134.18912 MeV 17.30366 keV 10.638755 cm 8.9851686 m World hIoni - 91 -2.8242623 m 1.6777401 m -7.6133567 m 134.18773 MeV 212.54571 eV 2.2697805 mm 8.9874383 m World hIoni - 92 -2.9503097 m 1.7523989 m -7.8526267 m 134.14005 MeV 45.873084 keV 28.055686 cm 9.2679952 m World hIoni - 93 -2.993393 m 1.7779561 m -7.9344761 m 134.1256 MeV 13.375796 keV 9.5961871 cm 9.3639571 m World hIoni - 94 -3.004179 m 1.7843114 m -7.954913 m 134.10694 MeV 4.2731821 keV 2.3966605 cm 9.3879237 m World hIoni - 95 -3.0212165 m 1.7943547 m -7.9872624 m 134.09828 MeV 6.6710587 keV 3.7916026 cm 9.4258397 m World hIoni - 96 -3.035524 m 1.8027982 m -8.0144241 m 134.09085 MeV 4.9560558 keV 3.1839498 cm 9.4576792 m World hIoni - 97 -3.075577 m 1.8265249 m -8.0905111 m 134.07987 MeV 9.9045111 keV 8.9198833 cm 9.546878 m World hIoni - 98 -3.0825542 m 1.830645 m -8.1037757 m 134.07622 MeV 2.5675027 keV 1.5543741 cm 9.5624218 m World hIoni - 99 -3.106447 m 1.8447404 m -8.1491746 m 134.06541 MeV 9.7673434 keV 5.3203394 cm 9.6156252 m World hIoni - 100 -3.1081907 m 1.8457658 m -8.1524808 m 134.06318 MeV 400.16344 eV 3.8759742 mm 9.6195011 m World hIoni - 101 -3.1327859 m 1.8602247 m -8.1991283 m 134.05128 MeV 7.9714231 keV 5.4680608 cm 9.6741818 m World hIoni - 102 -3.1567014 m 1.8742423 m -8.2444481 m 134.04211 MeV 7.3348568 keV 5.3125638 cm 9.7273074 m World hIoni - 103 -3.1670663 m 1.8803118 m -8.2640762 m 134.03706 MeV 3.2794845 keV 2.3011536 cm 9.7503189 m World hIoni - 104 -3.1841232 m 1.8903271 m -8.2964212 m 134.02829 MeV 7.2111642 keV 3.7913679 cm 9.7882326 m World hIoni - 105 -3.2058306 m 1.9030515 m -8.3375753 m 134.01895 MeV 7.2933383 keV 4.8236759 cm 9.8364694 m World hIoni - 106 -3.3170366 m 1.9683047 m -8.5482647 m 133.97295 MeV 41.047975 keV 24.701184 cm 10.083481 m World hIoni - 107 -3.3633781 m 1.9956119 m -8.6361697 m 133.95535 MeV 16.380079 keV 10.305586 cm 10.186537 m World hIoni - 108 -3.3937134 m 2.0135128 m -8.6937155 m 133.94554 MeV 8.7326177 keV 6.7469937 cm 10.254007 m World hIoni - 109 -3.4017809 m 2.0182879 m -8.7090256 m 133.94219 MeV 1.9175683 keV 1.7952296 cm 10.271959 m World hIoni - 110 -3.4090298 m 2.0225765 m -8.7227824 m 133.93731 MeV 3.7470947 keV 1.6130415 cm 10.28809 m World hIoni - 111 -3.4105485 m 2.0234763 m -8.7256633 m 133.93473 MeV 90.021981 eV 3.3786241 mm 10.291468 m World hIoni - 112 -3.4491514 m 2.0462317 m -8.7990168 m 133.92068 MeV 12.498338 keV 8.5957824 cm 10.377426 m World hIoni - 113 -3.4811109 m 2.0651079 m -8.8598655 m 133.90811 MeV 11.470153 keV 7.1276111 cm 10.448702 m World hIoni - 114 -3.4875899 m 2.0689406 m -8.8722219 m 133.90495 MeV 2.1420838 keV 1.4468821 cm 10.463171 m World hIoni - 115 -3.5041418 m 2.0787335 m -8.903813 m 133.89324 MeV 9.4157078 keV 3.6984677 cm 10.500156 m World hIoni - 116 -3.625035 m 2.1503792 m -9.1348234 m 133.8512 MeV 38.152849 keV 27.039638 cm 10.770552 m World hIoni - 117 -3.6329654 m 2.1550821 m -9.1499889 m 133.84596 MeV 3.0607673 keV 1.7748253 cm 10.7883 m World hIoni - 118 -3.6752192 m 2.1801415 m -9.2307974 m 133.82809 MeV 13.917705 keV 9.4569454 cm 10.88287 m World hIoni - 119 -3.6860788 m 2.1865778 m -9.2516157 m 133.81691 MeV 3.9108058 keV 2.4346579 cm 10.907216 m World hIoni - 120 -3.7075203 m 2.1992598 m -9.292704 m 133.81035 MeV 5.0571278 keV 4.8050199 cm 10.955267 m World hIoni - 121 -3.7445663 m 2.2211803 m -9.3637402 m 133.79361 MeV 15.062384 keV 8.3060619 cm 11.038327 m World hIoni - 122 -3.7577389 m 2.2288851 m -9.3889643 m 133.77856 MeV 6.033986 keV 2.948114 cm 11.067808 m World hIoni - 123 -3.7616868 m 2.2311611 m -9.3964924 m 133.77509 MeV 1.0899247 keV 8.7999189 mm 11.076608 m World hIoni - 124 -3.797256 m 2.2516781 m -9.4643017 m 133.76238 MeV 11.689618 keV 7.9273122 cm 11.155881 m World hIoni - 125 -3.8148516 m 2.2618746 m -9.4978748 m 133.74847 MeV 6.5846857 keV 3.9252089 cm 11.195134 m World hIoni - 126 -3.8722842 m 2.2951601 m -9.6072841 m 133.72971 MeV 14.763937 keV 12.797201 cm 11.323106 m World hIoni - 127 -3.9873252 m 2.3619164 m -9.8265512 m 133.69457 MeV 33.103732 keV 25.645466 cm 11.57956 m World hIoni - 128 -4.0118678 m 2.3760908 m -9.8731598 m 133.68237 MeV 9.3561112 keV 5.4549175 cm 11.634109 m World hIoni - 129 -4.0600675 m 2.4038697 m -9.9645862 m 133.66361 MeV 16.676788 keV 10.702184 cm 11.741131 m World hIoni - 130 -4.0682728 m 2.4085987 m -9.9801172 m 133.65807 MeV 2.921706 keV 1.819067 cm 11.759322 m World hIoni - 131 -4.0903253 m 2.4213015 m -10.02183 m 133.65217 MeV 4.2164277 keV 4.8863581 cm 11.808185 m World hIoni - 132 -4.1060004 m 2.4303701 m -10.051544 m 133.63646 MeV 4.0348543 keV 3.4797249 cm 11.842983 m World hIoni - 133 -4.1259958 m 2.4419243 m -10.089429 m 133.62586 MeV 7.7885553 keV 4.4368812 cm 11.887352 m World hIoni - 134 -4.1941796 m 2.48133 m -10.218762 m 133.60913 MeV 15.056284 keV 15.142316 cm 12.038775 m World hIoni - 135 -4.1969865 m 2.4829565 m -10.224079 m 133.59912 MeV 526.46549 eV 6.2285711 mm 12.045003 m World hIoni - 136 -4.2633039 m 2.5214584 m -10.349796 m 133.57466 MeV 21.549355 keV 14.72585 cm 12.192262 m World hIoni - 137 -4.2865302 m 2.5349451 m -10.393791 m 133.56917 MeV 4.1034853 keV 5.1545548 cm 12.243807 m World hIoni - 138 -4.3038192 m 2.5450227 m -10.426569 m 133.56141 MeV 7.7626889 keV 3.8403572 cm 12.282211 m OutOfWorld Transportation -Track (trackID 2, parentID 1) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.776992876904(mm),2.3561172247705(mm),78.275892451508(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.632646(mm),2.6744737(mm),78.653999(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6620,7 +7350,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.101761(mm),-3.1309943(mm),79.100262(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.084705(mm),2.8883075(mm),78.397962(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6629,7 +7359,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.679283(mm),2.0474912(mm),78.822102(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.181774(mm),3.7792348(mm),78.909826(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6638,7 +7368,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.276622(mm),-3.1188636(mm),78.716775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.866133(mm),-1.3433965(mm),78.612829(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6647,7 +7377,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.810134(mm),-1.0487224(mm),78.975357(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.220278(mm),1.829737(mm),78.903037(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6656,7 +7386,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.804316(mm),-3.7965727(mm),78.800056(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.640553(mm),2.2033271(mm),79.357912(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6665,7 +7395,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.931097(mm),-1.1619469(mm),79.306682(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.118444(mm),-0.77462108(mm),78.568339(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6674,7 +7404,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.575794(mm),1.98114(mm),78.664023(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.425491(mm),-1.0417058(mm),78.161545(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6683,7 +7413,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.427948(mm),3.4503996(mm),78.866419(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.374005(mm),-1.5600708(mm),78.34695(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6692,7 +7422,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.894241(mm),-0.25895885(mm),79.31318(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.663615(mm),-0.32168566(mm),78.648538(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6701,7 +7431,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.075584(mm),2.5481314(mm),78.575897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.072885(mm),2.8508582(mm),79.105354(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6710,7 +7440,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.36249(mm),-2.5709991(mm),78.701634(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.367597(mm),0.89326418(mm),78.877061(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6719,7 +7449,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.240162(mm),0.4838399(mm),78.194223(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.543677(mm),-0.79700234(mm),79.02234(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6728,7 +7458,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.920789(mm),1.0134065(mm),78.250537(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.394647(mm),-3.0895402(mm),79.224945(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6737,7 +7467,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.603279(mm),1.1983682(mm),78.835504(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.688916(mm),0.40744257(mm),78.46775(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6746,7 +7476,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.479133(mm),2.6119362(mm),78.681067(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.226338(mm),-1.0100493(mm),78.901969(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6755,7 +7485,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.208377(mm),-3.4262835(mm),78.905136(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.975414(mm),1.7982846(mm),78.946213(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6764,7 +7494,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.014391(mm),1.5190089(mm),79.291995(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.974186(mm),0.38623532(mm),78.593776(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6773,7 +7503,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.269635(mm),1.2491503(mm),78.365353(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.675184(mm),1.0602642(mm),78.646498(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6782,7 +7512,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.612474(mm),-1.3776277(mm),79.362863(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.102075(mm),-2.7039479(mm),78.394899(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6791,7 +7521,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.37425(mm),-3.3699219(mm),79.052215(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.082976(mm),-2.6995349(mm),78.398266(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6800,7 +7530,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.90882(mm),-3.5999996(mm),78.957956(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.0047(mm),1.7380296(mm),78.412069(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6809,7 +7539,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.657185(mm),2.185228(mm),78.473345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.857963(mm),-2.21688(mm),79.319577(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6818,7 +7548,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.209537(mm),-2.7478007(mm),78.904931(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.930739(mm),-0.45258504(mm),78.601437(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6827,7 +7557,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.267236(mm),0.0038838004(mm),78.542103(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.802674(mm),2.3453161(mm),78.624018(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6836,7 +7566,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.289864(mm),0.99448337(mm),78.361786(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.491666(mm),-0.65401401(mm),78.678857(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6845,7 +7575,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.358342(mm),-3.3875581(mm),78.878693(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.19716(mm),-3.5345991(mm),78.730787(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6854,7 +7584,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.020575(mm),-3.3384961(mm),78.93825(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.861644(mm),-1.7074843(mm),78.437293(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6863,7 +7593,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.634482(mm),-2.8017002(mm),78.653675(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.876439(mm),3.3054154(mm),78.963665(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6872,7 +7602,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.444058(mm),-1.5511226(mm),78.863579(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.814716(mm),0.35841233(mm),79.327203(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6881,7 +7611,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.686407(mm),0.31952516(mm),78.291865(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.847313(mm),-0.33358659(mm),78.263493(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6890,7 +7620,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.920848(mm),-1.1938039(mm),79.308489(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.867006(mm),2.7556359(mm),79.141656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6899,7 +7629,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.046823(mm),2.3205367(mm),78.757295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.514332(mm),-3.0105416(mm),78.674861(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6908,7 +7638,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.256565(mm),2.454944(mm),78.367658(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.22275(mm),-2.8283789(mm),78.549947(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6917,7 +7647,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.354306(mm),3.3457216(mm),79.055731(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.675722(mm),-1.9885484(mm),78.646403(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6926,7 +7656,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.453306(mm),-2.3848387(mm),78.685621(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.02683(mm),-1.7966953(mm),78.231839(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6935,7 +7665,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.103286(mm),0.30275567(mm),78.923666(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.246744(mm),0.22607652(mm),79.251025(mm),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,207 +7674,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.415665(mm),1.507372(mm),78.339604(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.340182(mm),2.4701694(mm),78.705568(mm),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 -8.23 mm 3.07 mm 3.39 cm 94.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.5925361 mm 2.9034344 mm 3.2886153 cm 91.584871 MeV 2.7174097 MeV 1.0499749 mm 1.0499749 mm Target Transportation - 2 -6.3870031 cm 2.37799 cm -2 m 91.584872 MeV7.5582495e-14 meV 2.1717608 m 2.1728108 m CaptureMgnt Transportation - 3 -7.2151771 cm 2.3743839 cm -2.0220644 m 91.578199 MeV 4.3822432 keV 2.3567479 cm 2.1963783 m World hIoni - 4 -10.885712 cm 2.3562215 cm -2.1200106 m 91.548075 MeV 21.026195 keV 10.459822 cm 2.3009765 m World hIoni - 5 -11.104728 cm 2.3550549 cm -2.1258498 m 91.543674 MeV 1.1307104 keV 6.2364151 mm 2.3072129 m World hIoni - 6 -13.156422 cm 2.345355 cm -2.1805598 m 91.529793 MeV 11.946583 keV 5.8430666 cm 2.3656436 m World hIoni - 7 -14.169554 cm 2.3403887 cm -2.2076179 m 91.52236 MeV 5.1759934 keV 2.8892652 cm 2.3945362 m World hIoni - 8 -14.6027 cm 2.3385758 cm -2.219168 m 91.515385 MeV 2.7279384 keV 1.2335631 cm 2.4068719 m World hIoni - 9 -15.072087 cm 2.3361158 cm -2.2317094 m 91.508511 MeV 2.8723359 keV 1.339102 cm 2.4202629 m World hIoni - 10 -18.81023 cm 2.3129486 cm -2.3316177 m 91.486613 MeV 19.334434 keV 10.667294 cm 2.5269358 m World hIoni - 11 -29.509077 cm 2.2381704 cm -2.6152518 m 91.433747 MeV 51.310222 keV 30.314302 cm 2.8300788 m World hIoni - 12 -32.91633 cm 2.2252608 cm -2.7053795 m 91.369879 MeV 15.822591 keV 9.6353332 cm 2.9264322 m World hIoni - 13 -35.050341 cm 2.2166545 cm -2.7618677 m 91.346107 MeV 7.4050974 keV 6.0384862 cm 2.986817 m World hIoni - 14 -35.24966 cm 2.2151045 cm -2.7671696 m 91.343452 MeV 423.2519 eV 5.6642353 mm 2.9924813 m World hIoni - 15 -36.228856 cm 2.2079591 cm -2.7932013 m 91.33491 MeV 5.8276539 keV 2.7812466 cm 3.0202937 m World hIoni - 16 -43.783948 cm 2.1404562 cm -2.9940759 m 91.296653 MeV 33.860153 keV 21.46139 cm 3.2349076 m World hIoni - 17 -44.056329 cm 2.1376414 cm -3.0012485 m 91.294644 MeV 775.00403 eV 7.6724178 mm 3.2425801 m World hIoni - 18 -49.912378 cm 2.0749585 cm -3.1554091 m 91.262043 MeV 31.534952 keV 16.490988 cm 3.4074899 m World hIoni - 19 -53.613352 cm 2.0410167 cm -3.2525525 m 91.241362 MeV 19.611691 keV 10.395526 cm 3.5114452 m World hIoni - 20 -54.219343 cm 2.03313 cm -3.2683716 m 91.228304 MeV 3.1589321 keV 1.694022 cm 3.5283854 m World hIoni - 21 -57.359911 cm 1.9874427 cm -3.350214 m 91.20316 MeV 13.096817 keV 8.7662471 cm 3.6160479 m World hIoni - 22 -59.135869 cm 1.9568086 cm -3.3963358 m 91.192748 MeV 8.9896069 keV 4.942387 cm 3.6654718 m World hIoni - 23 -67.366297 cm 1.8096221 cm -3.6098677 m 91.154901 MeV 35.454026 keV 22.88497 cm 3.8943215 m World hIoni - 24 -67.776111 cm 1.8013071 cm -3.6204175 m 91.15184 MeV 1.6229414 keV 1.1318135 cm 3.9056396 m World hIoni - 25 -68.185511 cm 1.793015 cm -3.6309464 m 91.148217 MeV 1.7466471 keV 1.1297147 cm 3.9169367 m World hIoni - 26 -73.128223 cm 1.6891876 cm -3.7581271 m 91.124712 MeV 19.691426 keV 13.645172 cm 4.0533885 m World hIoni - 27 -75.665162 cm 1.6301436 cm -3.8236449 m 91.108854 MeV 13.397057 keV 7.0260549 cm 4.123649 m World hIoni - 28 -77.507555 cm 1.5897601 cm -3.8711355 m 91.094535 MeV 9.6612737 keV 5.0940754 cm 4.1745898 m World hIoni - 29 -78.23666 cm 1.5755261 cm -3.8899327 m 91.089062 MeV 3.8057495 keV 2.0162195 cm 4.194752 m World hIoni - 30 -88.12455 cm 1.3654657 cm -4.1449465 m 91.040802 MeV 47.201678 keV 27.352099 cm 4.4682729 m World hIoni - 31 -92.083416 cm 1.2860235 cm -4.2472628 m 91.018909 MeV 19.530618 keV 10.97111 cm 4.577984 m World hIoni - 32 -93.848776 cm 1.241672 cm -4.2931057 m 91.009531 MeV 7.2957209 keV 4.9126609 cm 4.6271107 m World hIoni - 33 -94.959695 cm 1.2103384 cm -4.3220003 m 91.000029 MeV 5.0368073 keV 3.0958231 cm 4.6580689 m World hIoni - 34 -95.702393 cm 1.1879999 cm -4.3413025 m 90.992645 MeV 3.6616402 keV 2.0682884 cm 4.6787518 m World hIoni - 35 -96.419347 cm 1.1660674 cm -4.3598928 m 90.988298 MeV 3.1485813 keV 1.9926109 cm 4.6986779 m World hIoni - 36 -96.82483 cm 1.1539014 cm -4.3703705 m 90.985806 MeV 896.00882 eV 1.1235656 cm 4.7099135 m World hIoni - 37 -97.730422 cm 1.1267731 cm -4.3937691 m 90.979944 MeV 4.5052543 keV 2.5091405 cm 4.7350049 m World hIoni - 38 -99.129975 cm 1.0816336 cm -4.4299011 m 90.963054 MeV 5.6583081 keV 3.8750445 cm 4.7737554 m World hIoni - 39 -1.0679295 m 8.1204666 mm -4.6271237 m 90.923191 MeV 38.673969 keV 21.160402 cm 4.9853594 m World hIoni - 40 -1.0685151 m 8.1022659 mm -4.6286261 m 90.920939 MeV 527.97834 eV 1.6125566 mm 4.986972 m World hIoni - 41 -1.1278111 m 6.2222897 mm -4.7807439 m 90.891627 MeV 25.948908 keV 16.327716 cm 5.1502491 m World hIoni - 42 -1.1306547 m 6.1564594 mm -4.7880456 m 90.884465 MeV 1.3525638 keV 7.8362036 mm 5.1580853 m World hIoni - 43 -1.18171 m 5.033455 mm -4.9190767 m 90.853542 MeV 26.688933 keV 14.063102 cm 5.2987163 m World hIoni - 44 -1.2192869 m 4.0225829 mm -5.0147947 m 90.837684 MeV 13.75396 keV 10.283477 cm 5.4015511 m World hIoni - 45 -1.2309619 m 3.6939065 mm -5.0444803 m 90.829108 MeV 4.0872624 keV 3.1900641 cm 5.4334518 m World hIoni - 46 -1.2466025 m 3.2936284 mm -5.0842239 m 90.821042 MeV 5.2336916 keV 4.2712281 cm 5.476164 m World hIoni - 47 -1.3076722 m 1.7020772 mm -5.2395348 m 90.786129 MeV 28.578724 keV 16.689387 cm 5.6430579 m World hIoni - 48 -1.3894391 m -469.28369 um -5.4473485 m 90.73999 MeV 40.022039 keV 22.333203 cm 5.8663899 m World hIoni - 49 -1.3980168 m -706.81801 um -5.4690783 m 90.735152 MeV 3.3738343 keV 2.3362752 cm 5.8897527 m World hIoni - 50 -1.4061089 m -940.9352 um -5.4895968 m 90.729501 MeV 4.3271663 keV 2.2057802 cm 5.9118105 m World hIoni - 51 -1.4147472 m -1.1825518 mm -5.5115175 m 90.722194 MeV 5.6207431 keV 2.3562627 cm 5.9353731 m World hIoni - 52 -1.4273052 m -1.5278232 mm -5.543408 m 90.712274 MeV 6.6783056 keV 3.4275703 cm 5.9696488 m World hIoni - 53 -1.4512979 m -2.2611915 mm -5.6040248 m 90.692174 MeV 16.757866 keV 6.519661 cm 6.0348454 m World hIoni - 54 -1.4703039 m -2.8427622 mm -5.6522304 m 90.681111 MeV 10.010817 keV 5.1820293 cm 6.0866657 m World hIoni - 55 -1.5288297 m -4.4313458 mm -5.8006732 m 90.657387 MeV 22.312999 keV 15.957164 cm 6.2462374 m World hIoni - 56 -1.5307033 m -4.4708083 mm -5.8054341 m 90.655153 MeV 1.0925431 keV 5.1164039 mm 6.2513538 m World hIoni - 57 -1.5350065 m -4.5639011 mm -5.8163719 m 90.652653 MeV 1.3901157 keV 1.1754273 cm 6.263108 m World hIoni - 58 -1.5813207 m -5.5619948 mm -5.934074 m 90.625591 MeV 24.076028 keV 12.649037 cm 6.3895984 m World hIoni - 59 -1.5845386 m -5.6318476 mm -5.94227 m 90.621096 MeV 1.8712028 keV 8.8053273 mm 6.3984037 m World hIoni - 60 -1.6004072 m -5.9836364 mm -5.9826522 m 90.612583 MeV 6.901173 keV 4.3389565 cm 6.4417933 m World hIoni - 61 -1.6085454 m -6.1613453 mm -6.0033754 m 90.601795 MeV 4.3688571 keV 2.2264604 cm 6.4640579 m World hIoni - 62 -1.6222246 m -6.4937901 mm -6.0380893 m 90.59503 MeV 5.3553745 keV 3.7313394 cm 6.5013713 m World hIoni - 63 -1.6335484 m -6.7706468 mm -6.0668732 m 90.583707 MeV 7.4639339 keV 3.0932523 cm 6.5323038 m World hIoni - 64 -1.6587202 m -7.4057579 mm -6.1308459 m 90.569046 MeV 10.75365 keV 6.8749748 cm 6.6010536 m World hIoni - 65 -1.6893588 m -8.0915476 mm -6.2085537 m 90.554746 MeV 12.813949 keV 8.3532676 cm 6.6845862 m World hIoni - 66 -1.6959996 m -8.2372896 mm -6.2254167 m 90.55012 MeV 3.1318924 keV 1.8124048 cm 6.7027103 m World hIoni - 67 -1.6963303 m -8.2440011 mm -6.2262564 m 90.548964 MeV 0 eV 902.48199 um 6.7036128 m World hIoni - 68 -1.7341556 m -9.0292853 mm -6.32228 m 90.528353 MeV 16.557452 keV 10.32081 cm 6.8068209 m World hIoni - 69 -1.7511218 m -9.3579237 mm -6.3652502 m 90.51656 MeV 7.5101919 keV 4.6199595 cm 6.8530205 m World hIoni - 70 -1.816186 m -1.0604358 cm -6.5302167 m 90.49071 MeV 24.60056 keV 17.73384 cm 7.0303589 m World hIoni - 71 -1.8215989 m -1.0727369 cm -6.5440351 m 90.486306 MeV 3.2867313 keV 1.4841308 cm 7.0452002 m World hIoni - 72 -1.8474685 m -1.1336026 cm -6.6101241 m 90.473394 MeV 10.955484 keV 7.0974394 cm 7.1161746 m World hIoni - 73 -1.8649354 m -1.1744207 cm -6.6547996 m 90.462942 MeV 7.2396033 keV 4.7970323 cm 7.1641449 m World hIoni - 74 -1.9123533 m -1.2783449 cm -6.7758887 m 90.443565 MeV 18.341345 keV 13.004668 cm 7.2941916 m World hIoni - 75 -1.940745 m -1.3535931 cm -6.8488595 m 90.428277 MeV 13.250289 keV 7.8303292 cm 7.3724949 m World hIoni - 76 -1.9433031 m -1.3624048 cm -6.855457 m 90.425861 MeV 1.1575846 keV 7.0765723 mm 7.3795714 m World hIoni - 77 -1.9506195 m -1.3871506 cm -6.8743288 m 90.421676 MeV 2.060439 keV 2.0241931 cm 7.3998134 m World hIoni - 78 -1.9603505 m -1.4195588 cm -6.8994566 m 90.412852 MeV 4.9518622 keV 2.6948219 cm 7.4267616 m World hIoni - 79 -1.9626265 m -1.4272178 cm -6.9053367 m 90.410509 MeV 1.3309014 keV 6.3056934 mm 7.4330673 m World hIoni - 80 -1.9899924 m -1.5185259 cm -6.9760526 m 90.395848 MeV 11.984652 keV 7.5831779 cm 7.5088991 m World hIoni - 81 -2.0082212 m -1.5791365 cm -7.0228946 m 90.387525 MeV 6.8442507 keV 5.0267577 cm 7.5591666 m World hIoni - 82 -2.0169738 m -1.6099985 cm -7.0454224 m 90.382967 MeV 2.6620986 keV 2.4170416 cm 7.5833371 m World hIoni - 83 -2.0506125 m -1.7329633 cm -7.1321114 m 90.360328 MeV 14.817835 keV 9.2994906 cm 7.676332 m World hIoni - 84 -2.0533 m -1.7437132 cm -7.1390625 m 90.357158 MeV 1.2265881 keV 7.453348 mm 7.6837853 m World hIoni - 85 -2.0563925 m -1.7562762 cm -7.1470609 m 90.354733 MeV 1.3535916 keV 8.5763771 mm 7.6923617 m World hIoni - 86 -2.081225 m -1.8568232 cm -7.2112572 m 90.341971 MeV 11.630859 keV 6.8839128 cm 7.7612008 m World hIoni - 87 -2.0946974 m -1.9115884 cm -7.2462277 m 90.324355 MeV 4.506071 keV 3.7479897 cm 7.7986807 m World hIoni - 88 -2.1161092 m -2.0045455 cm -7.3017439 m 90.313165 MeV 9.7987529 keV 5.9509531 cm 7.8581902 m World hIoni - 89 -2.1406758 m -2.1120879 cm -7.3656674 m 90.302512 MeV 9.6086599 keV 6.8490019 cm 7.9266803 m World hIoni - 90 -2.1600063 m -2.192692 cm -7.4160449 m 90.293094 MeV 8.3664538 keV 5.3964996 cm 7.9806453 m World hIoni - 91 -2.1709001 m -2.2382252 cm -7.4444788 m 90.266986 MeV 8.3588955 keV 3.045266 cm 8.0110979 m World hIoni - 92 -2.1713736 m -2.2401217 cm -7.4457148 m 90.265903 MeV 0 eV 1.3237053 mm 8.0124216 m World hIoni - 93 -2.2300813 m -2.4755518 cm -7.5990787 m 90.220738 MeV 31.588477 keV 16.42336 cm 8.1766552 m World hIoni - 94 -2.2404405 m -2.5136572 cm -7.6260475 m 90.214854 MeV 4.4578562 keV 2.8892543 cm 8.2055478 m World hIoni - 95 -2.2424784 m -2.5205538 cm -7.6313527 m 90.205576 MeV 1.5978564 keV 5.6835633 mm 8.2112313 m World hIoni - 96 -2.2584861 m -2.5761132 cm -7.672973 m 90.192304 MeV 11.17947 keV 4.4595961 cm 8.2558273 m World hIoni - 97 -2.2661784 m -2.601782 cm -7.6929838 m 90.186218 MeV 3.3281124 keV 2.1439913 cm 8.2772672 m World hIoni - 98 -2.2740832 m -2.6291036 cm -7.7135394 m 90.181539 MeV 2.6946085 keV 2.202489 cm 8.2992921 m World hIoni - 99 -2.3120119 m -2.7643335 cm -7.8120523 m 90.156882 MeV 21.524319 keV 10.557094 cm 8.404863 m World hIoni - 100 -2.3452437 m -2.8901224 cm -7.8986326 m 90.136632 MeV 19.113324 keV 9.274741 cm 8.4976104 m World hIoni - 101 -2.353712 m -2.9229404 cm -7.9207236 m 90.132788 MeV 2.7904716 keV 2.3660724 cm 8.5212712 m World hIoni - 102 -2.3854691 m -3.0502663 cm -8.0036525 m 90.109539 MeV 18.168791 keV 8.8810814 cm 8.610082 m World hIoni - 103 -2.4039615 m -3.1217267 cm -8.0519288 m 90.099824 MeV 8.5160722 keV 5.1701797 cm 8.6617838 m World hIoni - 104 -2.4325287 m -3.2323114 cm -8.1262499 m 90.085772 MeV 10.094764 keV 7.9629997 cm 8.7414138 m World hIoni - 105 -2.4356388 m -3.2444807 cm -8.1343439 m 90.083245 MeV 714.13295 eV 8.6718417 mm 8.7500856 m World hIoni - 106 -2.4419201 m -3.2690271 cm -8.1506853 m 90.07427 MeV 2.8370002 keV 1.7508736 cm 8.7675944 m World hIoni - 107 -2.4446252 m -3.2802396 cm -8.1577224 m 90.0703 MeV 1.5815144 keV 7.5400277 mm 8.7751344 m World hIoni - 108 -2.4488695 m -3.2980913 cm -8.1687661 m 90.067039 MeV 1.6536666 keV 1.1832531 cm 8.7869669 m World hIoni - 109 -2.4548526 m -3.3232573 cm -8.184319 m 90.063991 MeV 1.911023 keV 1.6665945 cm 8.8036329 m World hIoni - 110 -2.4609006 m -3.3485755 cm -8.2000239 m 90.05857 MeV 2.0952563 keV 1.6831046 cm 8.8204639 m World hIoni - 111 -2.4616713 m -3.3518802 cm -8.2020286 m 90.042703 MeV 40.525126 eV 2.1480297 mm 8.8226119 m World hIoni - 112 -2.4788204 m -3.4290251 cm -8.2465927 m 90.026079 MeV 9.7520974 keV 4.7756136 cm 8.8703681 m World hIoni - 113 -2.4867675 m -3.4657271 cm -8.2672517 m 90.021326 MeV 3.2465275 keV 2.2137823 cm 8.8925059 m World hIoni - 114 -2.5162253 m -3.5951242 cm -8.3438273 m 90.006415 MeV 12.292425 keV 8.2056529 cm 8.9745624 m World hIoni - 115 -2.5181318 m -3.6043533 cm -8.34878 m 89.998406 MeV 836.43615 eV 5.3077226 mm 8.9798701 m World hIoni - 116 -2.5775447 m -3.8839487 cm -8.5031541 m 89.969299 MeV 27.487249 keV 16.543617 cm 9.1453063 m World hIoni - 117 -2.5818024 m -3.904176 cm -8.5142562 m 89.966873 MeV 1.2022771 keV 1.1892279 cm 9.1571986 m World hIoni - 118 -2.5981057 m -3.9740083 cm -8.5566658 m 89.952167 MeV 12.299398 keV 4.5440699 cm 9.2026393 m World hIoni - 119 -2.6010582 m -3.9861154 cm -8.5643246 m 89.949885 MeV 805.20302 eV 8.2091334 mm 9.2108484 m World hIoni - 120 -2.6828701 m -4.3187157 cm -8.7763643 m 89.903205 MeV 44.105133 keV 22.729988 cm 9.4381483 m World hIoni - 121 -2.7082739 m -4.4255454 cm -8.8426047 m 89.889026 MeV 12.230279 keV 7.0952718 cm 9.509101 m World hIoni - 122 -2.7701993 m -4.680318 cm -9.0041445 m 89.860161 MeV 27.832699 keV 17.302136 cm 9.6821224 m World hIoni - 123 -2.774493 m -4.6969602 cm -9.0153356 m 89.852691 MeV 1.5476353 keV 1.198776 cm 9.6941101 m World hIoni - 124 -2.7781431 m -4.7116512 cm -9.0248567 m 89.849239 MeV 1.148727 keV 1.0197823 cm 9.704308 m World hIoni - 125 -2.84824 m -4.9867989 cm -9.2078237 m 89.810757 MeV 37.40597 keV 19.595445 cm 9.9002624 m World hIoni - 126 -2.8516504 m -5.0004401 cm -9.2166949 m 89.808341 MeV 1.1978888 keV 9.5051411 mm 9.9097676 m World hIoni - 127 -2.8771356 m -5.1025664 cm -9.2830236 m 89.794855 MeV 11.93106 keV 7.1063582 cm 9.9808311 m World hIoni - 128 -2.8891898 m -5.1453684 cm -9.3142358 m 89.789071 MeV 4.6856448 keV 3.346184 cm 10.014293 m World hIoni - 129 -2.8940576 m -5.1614546 cm -9.3268451 m 89.785398 MeV 2.5493634 keV 1.3517206 cm 10.02781 m World hIoni - 130 -2.9093803 m -5.2112867 cm -9.366542 m 89.771624 MeV 8.8735876 keV 4.2554405 cm 10.070365 m World hIoni - 131 -2.9137906 m -5.2264587 cm -9.3780179 m 89.76245 MeV 3.4379418 keV 1.2295086 cm 10.08266 m World hIoni - 132 -2.9305356 m -5.2840434 cm -9.4215955 m 89.752173 MeV 8.8755284 keV 4.6687643 cm 10.129347 m World hIoni - 133 -3.0695965 m -5.7502207 cm -9.7829498 m 89.681306 MeV 68.255173 keV 38.72175 cm 10.516565 m World hIoni - 134 -3.2440924 m -6.154918 cm -10.23338 m 89.586489 MeV 82.293259 keV 48.306696 cm 10.999632 m World hIoni - 135 -3.2823816 m -6.2342267 cm -10.331683 m 89.569743 MeV 15.282329 keV 10.550036 cm 11.105132 m World hIoni - 136 -3.3054035 m -6.2822764 cm -10.390845 m 89.55908 MeV 8.5985797 keV 6.3484629 cm 11.168617 m World hIoni - 137 -3.3203027 m -6.3050281 cm -10.429083 m 89.547823 MeV 7.9500234 keV 4.1039423 cm 11.209656 m World hIoni - 138 -3.3488213 m -6.3464506 cm -10.501937 m 89.469064 MeV 11.687854 keV 7.8237372 cm 11.287894 m World hIoni - 139 -3.3701421 m -6.3909578 cm -10.556296 m 89.447409 MeV 9.086609 keV 5.8393217 cm 11.346287 m World hIoni - 140 -3.3963006 m -6.4343276 cm -10.622989 m 89.430146 MeV 12.329443 keV 7.1640724 cm 11.417927 m World hIoni - 141 -3.4046685 m -6.4503805 cm -10.64434 m 89.420113 MeV 2.3931334 keV 2.2932492 cm 11.44086 m World hIoni - 142 -3.4509146 m -6.530404 cm -10.762705 m 89.395284 MeV 22.932238 keV 12.708114 cm 11.567941 m World hIoni - 143 -3.4590755 m -6.5441492 cm -10.783645 m 89.391453 MeV 2.7461933 keV 2.2475151 cm 11.590416 m World hIoni - 144 -3.4891881 m -6.5961895 cm -10.861104 m 89.373514 MeV 15.55697 keV 8.3107987 cm 11.673524 m World hIoni - 145 -3.5489618 m -6.6670051 cm -11.014296 m 89.343094 MeV 29.310917 keV 16.444224 cm 11.837967 m World hIoni - 146 -3.5656514 m -6.6784846 cm -11.057179 m 89.333278 MeV 7.516635 keV 4.6015688 cm 11.883982 m World hIoni - 147 -3.5849787 m -6.6925404 cm -11.106675 m 89.321578 MeV 10.144984 keV 5.3136565 cm 11.937119 m World hIoni - 148 -3.7010887 m -6.7983234 cm -11.403944 m 89.262434 MeV 54.3518 keV 31.914224 cm 12.256261 m World hIoni - 149 -3.7506553 m -6.8380527 cm -11.53171 m 89.232179 MeV 22.866893 keV 13.70446 cm 12.393306 m World hIoni - 150 -3.7554376 m -6.8383755 cm -11.544047 m 89.228858 MeV 1.8008807 keV 1.3231162 cm 12.406537 m World hIoni - 151 -3.8142133 m -6.8382709 cm -11.695802 m 89.192778 MeV 35.018096 keV 16.273928 cm 12.569276 m World hIoni - 152 -3.8917745 m -6.8681576 cm -11.896235 m 89.158586 MeV 32.993518 keV 21.491786 cm 12.784194 m World hIoni - 153 -4.007822 m -6.8886243 cm -12.19643 m 89.099878 MeV 57.002764 keV 32.18447 cm 13.106039 m World hIoni - 154 -4.0576344 m -6.836661 cm -12.325283 m 89.073667 MeV 24.773625 keV 13.814747 cm 13.244186 m World hIoni - 155 -4.0871349 m -6.7844266 cm -12.401403 m 89.055464 MeV 16.917035 keV 8.1638569 cm 13.325825 m World hIoni - 156 -4.1797395 m -6.6273791 cm -12.641373 m 89.011883 MeV 42.048865 keV 25.72232 cm 13.583048 m World hIoni - 157 -4.1874589 m -6.6115383 cm -12.661496 m 88.991708 MeV 4.9523692 keV 2.1553685 cm 13.604602 m World hIoni - 158 -4.2052498 m -6.5738512 cm -12.707748 m 88.981606 MeV 8.6360822 keV 4.9556624 cm 13.654158 m World hIoni - 159 -4.2393812 m -6.494158 cm -12.796183 m 88.968309 MeV 11.988592 keV 9.4796613 cm 13.748955 m World hIoni - 160 -4.2765961 m -6.4149672 cm -12.892451 m 88.952916 MeV 13.654221 keV 10.321391 cm 13.852169 m World hIoni - 161 -4.3481483 m -6.3253847 cm -13.077387 m 88.917881 MeV 33.001283 keV 19.829772 cm 14.050466 m World hIoni - 162 -4.4333552 m -6.2338864 cm -13.297938 m 88.865992 MeV 41.362277 keV 23.644059 cm 14.286907 m World hIoni - 163 -4.4441059 m -6.2183228 cm -13.325589 m 88.855436 MeV 4.4285803 keV 2.9667404 cm 14.316574 m World hIoni - 164 -4.4444791 m -6.2176684 cm -13.326548 m 88.853607 MeV 252.56625 eV 1.0288949 mm 14.317603 m World hIoni - 165 -4.5165829 m -6.0899887 cm -13.511676 m 88.818917 MeV 32.186328 keV 19.867861 cm 14.516282 m World hIoni - 166 -4.5216129 m -6.0820853 cm -13.524677 m 88.815973 MeV 1.7447758 keV 1.3940601 cm 14.530222 m World hIoni - 167 -4.5757641 m -5.994168 cm -13.664571 m 88.783219 MeV 31.675164 keV 15.00112 cm 14.680234 m World hIoni - 168 -4.6220331 m -5.9128875 cm -13.784244 m 88.758151 MeV 23.207963 keV 12.830861 cm 14.808542 m World hIoni - 169 -4.630896 m -5.899826 cm -13.807118 m 88.748523 MeV 5.7967092 keV 2.4531539 cm 14.833074 m World hIoni - 170 -4.6421185 m -5.883199 cm -13.835959 m 88.741115 MeV 4.7975232 keV 3.0947986 cm 14.864022 m World hIoni - 171 -4.7073649 m -5.719613 cm -14.004818 m 88.70752 MeV 32.525215 keV 18.103349 cm 15.045055 m World hIoni - 172 -4.728667 m -5.6606298 cm -14.059877 m 88.693334 MeV 10.944219 keV 5.9039741 cm 15.104095 m World hIoni - 173 -4.7346488 m -5.6436224 cm -14.075303 m 88.689373 MeV 2.2653892 keV 1.6545906 cm 15.120641 m World hIoni - 174 -4.7601397 m -5.5708448 cm -14.14104 m 88.675234 MeV 12.239847 keV 7.0509851 cm 15.191151 m World hIoni - 175 -4.7883619 m -5.5040147 cm -14.213675 m 88.661392 MeV 12.270181 keV 7.7928303 cm 15.269079 m World hIoni - 176 -4.8005285 m -5.4778608 cm -14.245049 m 88.651152 MeV 8.2144153 keV 3.3651137 cm 15.30273 m World hIoni - 177 -4.832005 m -5.4079173 cm -14.32634 m 88.638238 MeV 11.066156 keV 8.7175227 cm 15.389905 m World hIoni - 178 -4.8513496 m -5.3727952 cm -14.376417 m 88.62897 MeV 6.8355313 keV 5.3684603 cm 15.44359 m World hIoni - 179 -4.8663105 m -5.3463307 cm -14.415155 m 88.621623 MeV 5.037559 keV 4.1527337 cm 15.485117 m World hIoni - 180 -4.8787493 m -5.3236864 cm -14.447346 m 88.6138 MeV 5.385733 keV 3.4511274 cm 15.519629 m World hIoni - 181 -4.9085314 m -5.2804398 cm -14.524629 m 88.534027 MeV 14.816806 keV 8.2824891 cm 15.602454 m World hIoni - 182 -4.909518 m -5.2796064 cm -14.527192 m 88.532379 MeV 344.49552 eV 2.7459005 mm 15.605199 m World hIoni - 183 -4.9997291 m -5.204819 cm -14.761575 m 88.490256 MeV 42.123332 keV 25.114561 cm 15.856345 m OutOfWorld Transportation -Track (trackID 2, parentID 1) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.142231443933(mm),2.4757391253961(mm),79.269452921996(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.4703(mm),-0.88843879(mm),79.211606(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7153,7 +7692,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.390537(mm),-1.9662611(mm),79.049343(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.980768(mm),1.8843212(mm),78.768942(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7162,7 +7701,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.543998(mm),2.165459(mm),79.022284(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.625164(mm),1.3290439(mm),78.302664(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7171,7 +7710,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.193041(mm),-3.1452074(mm),79.084167(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.71404(mm),-0.20775516(mm),78.815974(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7180,7 +7719,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.392506(mm),-2.618064(mm),79.048996(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.335846(mm),-2.3604855(mm),79.058987(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7189,7 +7728,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.142814(mm),-0.41644611(mm),79.445677(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.641757(mm),2.8099089(mm),79.005046(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7198,7 +7737,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.607222(mm),3.152483(mm),78.834809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.382663(mm),-1.7855988(mm),78.698077(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7207,7 +7746,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.867215(mm),-3.3523436(mm),78.965292(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.210877(mm),2.2535463(mm),79.257349(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7216,7 +7755,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.883317(mm),0.3878807(mm),78.962453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.042958(mm),3.1710224(mm),78.757977(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7225,7 +7764,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.99245(mm),0.92009795(mm),79.295863(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.16075(mm),-0.77509701(mm),79.089861(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7234,7 +7773,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.430345(mm),-0.080955984(mm),78.160689(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.236974(mm),-0.22984624(mm),79.252747(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7243,7 +7782,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.987997(mm),0.54897127(mm),78.238687(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.513326(mm),1.8382536(mm),79.380346(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7252,7 +7791,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.293757(mm),-3.1253298(mm),78.713754(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.21957(mm),-2.542458(mm),78.903162(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7261,7 +7800,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.296112(mm),1.1350853(mm),79.418647(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.272119(mm),2.5635026(mm),79.24655(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7270,7 +7809,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.98363(mm),-1.965013(mm),78.239457(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.336676(mm),-0.5447536(mm),78.353532(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7279,7 +7818,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.864151(mm),-0.95488076(mm),78.436851(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.840013(mm),3.1125758(mm),78.441107(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7288,7 +7827,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.573425(mm),2.0250732(mm),78.311787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.853874(mm),-1.520559(mm),79.320298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7297,7 +7836,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.026615(mm),1.723908(mm),78.584531(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.687982(mm),1.8901393(mm),78.644241(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7306,7 +7845,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.470106(mm),1.1597225(mm),78.682659(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.244486(mm),3.1056786(mm),78.722442(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7315,7 +7854,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.260461(mm),3.2633119(mm),78.719625(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.768629(mm),-2.5276604(mm),78.630021(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7324,7 +7863,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.431741(mm),-0.73184971(mm),78.160443(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.993699(mm),2.4761567(mm),78.414008(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7333,7 +7872,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.840383(mm),1.1534245(mm),79.322677(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.551355(mm),-0.995425(mm),79.020986(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7342,7 +7881,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.8842(mm),0.86414127(mm),79.314951(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.718586(mm),2.2572326(mm),78.462518(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7351,7 +7890,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.619295(mm),0.96967958(mm),78.656353(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.149682(mm),2.5731006(mm),78.386504(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7360,7 +7899,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.759444(mm),2.6886393(mm),78.984295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.487293(mm),-3.1846081(mm),78.855955(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7369,7 +7908,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.327279(mm),0.97076233(mm),78.178862(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.310379(mm),-2.4893701(mm),79.239804(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7378,7 +7917,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.649978(mm),0.35562909(mm),78.474616(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.474701(mm),2.1072435(mm),79.034503(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7387,51 +7926,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.485177(mm),-0.433631(mm),78.327347(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.222128(mm),-0.35725695(mm),79.255365(mm),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.19 cm -780 um 5.15 cm 49.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.1705293 cm -580.39465 um 4.953185 cm 42.525273 MeV 7.3636137 MeV 1.9953442 mm 1.9953442 mm Target hIoni - 2 -1.1497672 cm -529.07598 um 4.797943 cm 36.748174 MeV 5.7770983 MeV 1.5791032 mm 3.5744474 mm Target hIoni - 3 -1.1161712 cm -458.2542 um 4.6758708 cm 31.460468 MeV 5.2877064 MeV 1.2781773 mm 4.8526246 mm Target hIoni - 4 -1.0794368 cm -336.57715 um 4.5818628 cm 26.99792 MeV 4.4625483 MeV 1.02508 mm 5.8777046 mm Target hIoni - 5 -1.0442941 cm -113.27442 um 4.5108946 cm 22.832583 MeV 4.1653371 MeV 830.04755 um 6.7077521 mm Target hIoni - 6 -1.0143892 cm 82.394072 um 4.4555738 cm 18.880521 MeV 3.9520613 MeV 664.82939 um 7.3725815 mm Target hIoni - 7 -9.9251289 mm 282.60416 um 4.4129893 cm 15.294405 MeV 3.5861168 MeV 524.35396 um 7.8969355 mm Target hIoni - 8 -9.7321834 mm 418.01556 um 4.3798435 cm 12.318945 MeV 2.9754591 MeV 411.60787 um 8.3085434 mm Target hIoni - 9 -9.557166 mm 484.58567 um 4.3533134 cm 9.4691245 MeV 2.849821 MeV 329.35381 um 8.6378972 mm Target hIoni - 10 -9.4544359 mm 509.74453 um 4.3301175 cm 6.5933379 MeV 2.8757866 MeV 259.59509 um 8.8974923 mm Target hIoni - 11 -9.3657265 mm 536.55764 um 4.3135745 cm 3.4760162 MeV 3.1173217 MeV 194.74775 um 9.09224 mm Target hIoni - 12 -9.3399928 mm 537.00334 um 4.3057474 cm 321.29848 keV 3.1547177 MeV 102.60512 um 9.1948451 mm Target hIoni - 13 -9.339764 mm 538.19261 um 4.3056508 cm 30.859803 keV 290.43868 keV 2.5538755 um 9.197399 mm Target hIoni - 14 -9.3397421 mm 538.22238 um 4.3056499 cm 0 eV 30.859803 keV 180.63308 nm 9.1975797 mm Target hIoni - 15 -9.3397421 mm 538.22238 um 4.3056499 cm 0 eV 0 eV 0 fm 9.1975797 mm Target Scintillation -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.34 mm 538 um 4.31 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.4065549 mm 610.84096 um 4.3134182 cm 1.2125557 MeV 2.907257 MeV 143.89929 um 143.89929 um Target muIoni - 2 -9.4073665 mm 627.60581 um 4.3134467 cm 142.96269 keV 1.069593 MeV 21.614556 um 165.51384 um Target muIoni - 3 -9.4070687 mm 627.71854 um 4.3134458 cm 0 eV 142.96269 keV 958.02688 nm 166.47187 um Target muIoni - 4 -9.4070687 mm 627.71854 um 4.3134458 cm 0 eV 0 eV 0 fm 166.47187 um Target Scintillation -Track (trackID 16, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.311557(mm),0.84045157(mm),79.239596(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.439036(mm),1.2833315(mm),78.688137(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7440,7 +7944,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.0969(mm),-2.6188539(mm),78.395811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.1244(mm),-1.6610216(mm),79.272597(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7449,7 +7953,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.907026(mm),-3.3111573(mm),78.429291(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.635292(mm),-2.3170997(mm),79.182513(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7458,7 +7962,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.47229(mm),-0.54907502(mm),78.682274(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.393665(mm),-1.765209(mm),78.519811(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7467,7 +7971,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.875797(mm),1.8193474(mm),78.787451(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.78361(mm),-0.63266479(mm),78.980034(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7476,7 +7980,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.11996(mm),3.2613884(mm),79.097053(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.591839(mm),1.6305186(mm),79.190175(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7485,7 +7989,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.090357(mm),-1.5202881(mm),78.396965(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.923893(mm),0.89252408(mm),78.955298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7494,7 +7998,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.130508(mm),-1.980558(mm),78.918866(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.780101(mm),-3.1900045(mm),78.627998(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7503,7 +8007,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.225402(mm),-0.17801671(mm),78.196826(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.550472(mm),-0.94132759(mm),78.492161(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7512,7 +8016,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.379228(mm),0.60664198(mm),79.403991(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.985833(mm),-0.55462638(mm),79.29703(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7521,7 +8025,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.754628(mm),2.3907066(mm),78.63249(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.238071(mm),-0.40419501(mm),78.194592(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7530,7 +8034,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.937721(mm),-2.4289492(mm),78.247552(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.06957(mm),0.048230438(mm),78.576957(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7539,7 +8043,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.425708(mm),1.7803074(mm),78.51416(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.585119(mm),-3.2728229(mm),78.662379(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7548,7 +8052,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.309601(mm),-0.16697049(mm),78.181979(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.446296(mm),-1.3763716(mm),78.686857(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7557,7 +8061,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.978643(mm),1.0088745(mm),78.240336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.640215(mm),2.4738672(mm),78.652664(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7566,7 +8070,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.103683(mm),-0.6955847(mm),78.394615(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.777995(mm),-0.161821(mm),78.099389(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7575,7 +8079,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.351529(mm),2.5683044(mm),78.879894(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.551131(mm),1.3513218(mm),78.315718(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7584,7 +8088,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.81938(mm),-0.33586736(mm),78.973726(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.267682(mm),0.17208151(mm),79.071006(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7593,7 +8097,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.831017(mm),-2.4136038(mm),78.442694(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.486897(mm),2.3402922(mm),78.327044(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7602,7 +8106,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.298831(mm),3.1036641(mm),79.065513(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.21984(mm),1.2686158(mm),79.432095(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7611,7 +8115,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.65277(mm),-1.9359385(mm),78.474123(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.082739(mm),1.2086472(mm),79.279943(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7620,7 +8124,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.241132(mm),1.1985559(mm),79.428341(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.976086(mm),-2.6931921(mm),79.122422(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7629,7 +8133,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.220956(mm),-0.90962461(mm),79.079245(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.868278(mm),-0.72971388(mm),78.259796(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7638,7 +8142,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.922461(mm),-0.63369782(mm),78.602896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.628136(mm),-1.3033174(mm),78.30214(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7647,7 +8151,529 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.604711(mm),-0.62199838(mm),78.835251(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.919532(mm),-0.68090405(mm),78.956067(mm),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.995137(mm),1.9634238(mm),78.237428(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.989686(mm),3.4003282(mm),78.591043(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.569416(mm),1.0329933(mm),79.370456(mm),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.36289(mm),1.6699369(mm),78.877891(mm),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.555418(mm),-2.7806024(mm),78.843943(mm),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.297316(mm),-0.9679153(mm),78.889453(mm),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.431847(mm),-0.65166642(mm),78.336751(mm),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.367269(mm),-1.2449936(mm),78.348138(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.885686(mm),2.078543(mm),79.138362(mm),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.227759(mm),-0.27939354(mm),78.901718(mm),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.037768(mm),0.87851523(mm),78.935219(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.166721(mm),0.34215905(mm),79.088808(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.974303(mm),-3.380171(mm),78.593755(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.266475(mm),-3.6431211(mm),78.542237(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.945758(mm),2.578418(mm),79.304097(mm),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.938831(mm),-0.66432151(mm),78.247356(mm),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.930931(mm),1.4830146(mm),78.248749(mm),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.606226(mm),-3.3122768(mm),78.834984(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.528325(mm),2.4142003(mm),79.025047(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.649123(mm),3.2370856(mm),78.474766(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.939118(mm),-2.308331(mm),78.423632(mm),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.817158(mm),1.1550549(mm),78.26881(mm),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.452726(mm),2.0425898(mm),78.86205(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.420401(mm),3.1367652(mm),79.044077(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.135365(mm),3.3254619(mm),79.094337(mm),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.081636(mm),-2.9758011(mm),78.398503(mm),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.830236(mm),0.38831127(mm),78.266504(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.642699(mm),1.9254871(mm),79.357534(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.953944(mm),-2.6244593(mm),78.421018(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.59829(mm),1.7649078(mm),78.660057(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.290945(mm),2.2080513(mm),78.537923(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.521413(mm),-2.3562611(mm),78.673612(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.915261(mm),0.58116177(mm),79.309474(mm),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.860843(mm),3.2959204(mm),78.790088(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.541926(mm),-0.84298804(mm),78.669995(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.453829(mm),-1.1299343(mm),78.685529(mm),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.298195(mm),3.7510333(mm),78.889298(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.940387(mm),-3.1507962(mm),78.423409(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.870202(mm),1.1596542(mm),79.317419(mm),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.711585(mm),-0.33199874(mm),78.287426(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.517389(mm),2.6770426(mm),79.203303(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.066739(mm),3.3020997(mm),78.753783(mm),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.573498(mm),2.3116087(mm),78.311774(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.619118(mm),-1.7177876(mm),79.361692(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.638099(mm),2.6880839(mm),78.653037(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.571313(mm),1.9514477(mm),79.370121(mm),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.141637(mm),0.21140657(mm),78.387923(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.199093(mm),3.4939888(mm),78.730446(mm),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.132581(mm),-2.685621(mm),78.38952(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.609404(mm),-1.0090369(mm),79.010751(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.668816(mm),2.170189(mm),79.176602(mm),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.006809(mm),-0.33139438(mm),78.940678(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.240764(mm),1.0447621(mm),78.546771(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.189849(mm),-0.54670764(mm),79.08473(mm),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.993437(mm),-2.3467844(mm),78.766708(mm),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.962609(mm),0.37262853(mm),78.243163(mm),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.469924(mm),-0.33864153(mm),78.859018(mm),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.189824(mm),0.59601419(mm),78.908407(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7657,128 +8683,151 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.18 cm -629 um 6.84 cm 51.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.0623025 cm -1.6828369 mm 6.9784102 cm 45.210473 MeV 6.7312319 MeV 2.117245 mm 2.117245 mm Target hIoni - 2 -9.6600544 mm -2.5956851 mm 7.0868954 cm 37.615882 MeV 7.5945907 MeV 1.7268871 mm 3.844132 mm Target hIoni - 3 -9.5561792 mm -2.7260408 mm 7.1053057 cm 36.701932 MeV 913.95023 keV 248.66535 um 4.0927974 mm Target Transportation - 4 1.5138568 cm -3.6995595 cm 1.9366345 m 36.701944 MeV1.547641e-13 meV 2.7654286 m 2.7695214 m CaptureMgnt Decay + 0 -1.02 cm 578 um 6.2 cm 72.2 MeV 0 eV 0 fm 0 fm Target initStep + 1 -9.2617217 mm 2.3075567 mm 5.9194117 cm 62.288826 MeV 9.8686212 MeV 3.429454 mm 3.429454 mm Target hIoni + 2 -8.5774698 mm 3.6804878 mm 5.7666523 cm 55.483804 MeV 6.8050214 MeV 2.1767672 mm 5.6062212 mm Target Transportation + 3 11.783516 cm -2.7205239 cm -2 m 55.483816 MeV1.1065912e-13 meV 2.5226632 m 2.5282694 m CaptureMgnt Transportation + 4 12.65595 cm -3.8423879 cm -2.0200377 m 55.475884 MeV 5.4528717 keV 2.4565834 cm 2.5528352 m World hIoni + 5 12.926015 cm -4.1895197 cm -2.0262371 m 55.472642 MeV 3.2425154 keV 7.6011025 mm 2.5604363 m World hIoni + 6 15.16572 cm -7.0689666 cm -2.0776021 m 55.453517 MeV 13.70172 keV 6.300094 cm 2.6234373 m World hIoni + 7 15.537604 cm -7.545432 cm -2.0861044 m 55.450136 MeV 2.3796029 keV 1.0431677 cm 2.6338689 m World hIoni + 8 18.619362 cm -11.50169 cm -2.1567646 m 55.430752 MeV 18.16809 keV 8.6647613 cm 2.7205165 m World hIoni + 9 23.611954 cm -17.939682 cm -2.2710921 m 55.400707 MeV 30.044446 keV 14.0386 cm 2.8609025 m World Decay Track (trackID 3, parentID 1) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 18, Parent ID = 3 +* G4Track Information: Particle = mu+, Track ID = 16, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.51 cm -3.7 cm 1.94 m 54.3 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 1.5555803 cm -10.993924 cm 2 m 54.348609 MeV3.7635283e-15 meV 9.7484068 cm 9.7484068 cm CaptureMgnt Transportation - 2 1.0486748 mm -15.708995 cm 2.0421964 m 54.331099 MeV 9.9618231 keV 6.491682 cm 16.240089 cm World muIoni - 3 -1.5161494 cm -20.983956 cm 2.0892284 m 54.316046 MeV 10.316907 keV 7.2507301 cm 23.490819 cm World muIoni - 4 -1.7036002 cm -21.602149 cm 2.0947462 m 54.307052 MeV 2.1252775 keV 8.4956472 mm 24.340384 cm World muIoni - 5 -1.9295001 cm -22.347718 cm 2.101384 m 54.30101 MeV 3.1442959 keV 1.0234741 cm 25.363858 cm World muIoni - 6 -3.7436857 cm -28.339468 cm 2.1547833 m 54.284404 MeV 15.544439 keV 8.2284488 cm 33.592307 cm World muIoni - 7 -4.5260938 cm -30.894438 cm 2.1776048 m 54.263935 MeV 8.2378974 keV 3.5140112 cm 37.106318 cm World muIoni - 8 -7.2830239 cm -39.809625 cm 2.2575798 m 54.235619 MeV 26.533001 keV 12.289906 cm 49.396223 cm World muIoni - 9 -7.5083539 cm -40.534053 cm 2.264088 m 54.229196 MeV 1.6559537 keV 9.9956641 mm 50.39579 cm World muIoni - 10 -8.1409888 cm -42.562672 cm 2.282363 m 54.210574 MeV 4.2820397 keV 2.802725 cm 53.198515 cm World muIoni - 11 -9.7612817 cm -47.733942 cm 2.329019 m 54.189762 MeV 13.19972 keV 7.1508975 cm 60.349412 cm World muIoni - 12 -10.761777 cm -50.932871 cm 2.3578929 m 54.175238 MeV 12.773738 keV 4.4239318 cm 64.773344 cm World muIoni - 13 -12.074658 cm -55.126996 cm 2.3956716 m 54.157468 MeV 16.084933 keV 5.7954024 cm 70.568747 cm World muIoni - 14 -12.402993 cm -56.185847 cm 2.4051972 m 54.152677 MeV 2.7657751 keV 1.4616219 cm 72.030369 cm World muIoni - 15 -12.85884 cm -57.6527 cm 2.4184228 m 54.14867 MeV 1.470272 keV 2.0269768 cm 74.057345 cm World muIoni - 16 -15.812322 cm -67.141473 cm 2.503939 m 54.117448 MeV 30.029174 keV 13.11071 cm 87.168055 cm World muIoni - 17 -16.92747 cm -70.656773 cm 2.5356997 m 54.103815 MeV 10.960188 keV 4.8670752 cm 92.03513 cm World muIoni - 18 -18.025235 cm -74.085284 cm 2.5666962 m 54.09004 MeV 11.750302 keV 4.7505377 cm 96.785668 cm World muIoni - 19 -21.445621 cm -84.749557 cm 2.6634723 m 54.052097 MeV 25.634836 keV 14.80145 cm 1.1158712 m World muIoni - 20 -21.606979 cm -85.258287 cm 2.6680904 m 54.049273 MeV 994.16639 eV 7.0576866 mm 1.1229289 m World muIoni - 21 -21.751329 cm -85.713353 cm 2.6722146 m 54.036163 MeV 1.4729625 keV 6.3088313 mm 1.1292377 m World muIoni - 22 -21.920843 cm -86.244327 cm 2.6770334 m 54.032334 MeV 1.4061105 keV 7.3680166 mm 1.1366057 m World muIoni - 23 -22.252516 cm -87.279229 cm 2.6864223 m 54.025624 MeV 3.224029 keV 1.4361558 cm 1.1509673 m World muIoni - 24 -22.832231 cm -89.09667 cm 2.7029277 m 54.019562 MeV 5.0071408 keV 2.522585 cm 1.1761931 m World muIoni - 25 -23.732797 cm -91.960348 cm 2.7289058 m 54.009973 MeV 6.495527 keV 3.9699392 cm 1.2158925 m World muIoni - 26 -26.235324 cm -1.0012258 m 2.8029562 m 53.986353 MeV 22.484483 keV 11.301362 cm 1.3289061 m World muIoni - 27 -26.494689 cm -1.0099211 m 2.8108018 m 53.983491 MeV 1.5262063 keV 1.199534 cm 1.3409015 m World muIoni - 28 -30.726513 cm -1.1516595 m 2.9388415 m 53.936305 MeV 43.886284 keV 19.564002 cm 1.5365415 m World muIoni - 29 -32.842768 cm -1.2363004 m 3.0134474 m 53.90498 MeV 27.662157 keV 11.479867 cm 1.6513402 m World muIoni - 30 -33.976057 cm -1.2819911 m 3.0535641 m 53.896835 MeV 6.4228997 keV 6.1850097 cm 1.7131903 m World muIoni - 31 -34.055174 cm -1.2851932 m 3.0563809 m 53.895055 MeV 555.01837 eV 4.3374813 mm 1.7175277 m World muIoni - 32 -34.197447 cm -1.2909471 m 3.0614429 m 53.890824 MeV 1.5715315 keV 7.7945727 mm 1.7253223 m World muIoni - 33 -34.693141 cm -1.3109874 m 3.0790636 m 53.884035 MeV 4.6710656 keV 2.7141738 cm 1.752464 m World muIoni - 34 -35.795139 cm -1.3552464 m 3.1179987 m 53.870355 MeV 12.475834 keV 5.9968758 cm 1.8124328 m World muIoni - 35 -37.667279 cm -1.4299311 m 3.1836495 m 53.834569 MeV 14.733337 keV 10.118474 cm 1.9136175 m World muIoni - 36 -39.864462 cm -1.517889 m 3.2603128 m 53.811642 MeV 21.438786 keV 11.87294 cm 2.0323469 m World muIoni - 37 -40.43252 cm -1.5408576 m 3.2802407 m 53.801297 MeV 4.728333 keV 3.0934588 cm 2.0632815 m World muIoni - 38 -40.46112 cm -1.542011 m 3.2812408 m 53.799932 MeV 73.379123 eV 1.5530911 mm 2.0648346 m World muIoni - 39 -42.551546 cm -1.6264523 m 3.3544427 m 53.77441 MeV 21.666517 keV 11.36921 cm 2.1785267 m World muIoni - 40 -43.261984 cm -1.6556173 m 3.3796979 m 53.733429 MeV 6.3952478 keV 3.9228749 cm 2.2177555 m World muIoni - 41 -44.317345 cm -1.6988854 m 3.4172701 m 53.719128 MeV 12.544734 keV 5.8268235 cm 2.2760237 m World muIoni - 42 -44.952717 cm -1.7245361 m 3.439583 m 53.713479 MeV 4.2219825 keV 3.4585984 cm 2.3106097 m World muIoni - 43 -45.599733 cm -1.7506557 m 3.4623596 m 53.704548 MeV 7.4188502 keV 3.5254375 cm 2.3458641 m World muIoni - 44 -46.649749 cm -1.7923569 m 3.4988617 m 53.691428 MeV 10.598141 keV 5.640621 cm 2.4022703 m World muIoni - 45 -47.120773 cm -1.8109969 m 3.5151455 m 53.685819 MeV 3.9330672 keV 2.5195219 cm 2.4274655 m World muIoni - 46 -49.722391 cm -1.9145034 m 3.6054659 m 53.654774 MeV 29.970528 keV 13.981524 cm 2.5672807 m World muIoni - 47 -51.321792 cm -1.976886 m 3.6599656 m 53.593988 MeV 17.369801 keV 8.4366004 cm 2.6516467 m World muIoni - 48 -52.393541 cm -2.0195351 m 3.6971699 m 53.581748 MeV 10.482177 keV 5.7601949 cm 2.7092487 m World muIoni - 49 -52.838675 cm -2.0373468 m 3.7126815 m 53.32038 MeV 4.3570597 keV 2.4034934 cm 2.7332836 m World muIoni - 50 -53.982912 cm -2.0828827 m 3.7526003 m 53.309207 MeV 10.067322 keV 6.162764 cm 2.7949113 m World muIoni - 51 -54.764052 cm -2.1138603 m 3.7797833 m 53.301183 MeV 5.4398458 keV 4.1946993 cm 2.8368583 m World muIoni - 52 -55.031351 cm -2.1244427 m 3.7890706 m 53.297761 MeV 1.3507324 keV 1.433122 cm 2.8511895 m World muIoni - 53 -55.454937 cm -2.1412734 m 3.8038173 m 53.281747 MeV 6.5133093 keV 2.2774635 cm 2.8739641 m World muIoni - 54 -56.311535 cm -2.1751347 m 3.8334357 m 53.266061 MeV 5.7848165 keV 4.5795364 cm 2.9197595 m World muIoni - 55 -57.439555 cm -2.2203373 m 3.8729896 m 53.234203 MeV 12.602168 keV 6.1115045 cm 2.9808745 m World muIoni - 56 -59.193407 cm -2.2918679 m 3.9354426 m 53.218134 MeV 14.538474 keV 9.656418 cm 3.0774387 m World muIoni - 57 -59.514404 cm -2.3051784 m 3.9471315 m 53.21375 MeV 1.8892776 keV 1.8002828 cm 3.0954415 m World muIoni - 58 -60.154176 cm -2.3317392 m 3.9704333 m 53.203949 MeV 5.8792848 keV 3.5907982 cm 3.1313495 m World muIoni - 59 -67.358283 cm -2.6312243 m 4.2332017 m 53.089443 MeV 87.069081 keV 40.488371 cm 3.5362332 m World muIoni - 60 -69.457619 cm -2.7155061 m 4.3072326 m 53.06288 MeV 23.691034 keV 11.412608 cm 3.6503593 m World muIoni - 61 -72.046962 cm -2.8187707 m 4.3978753 m 53.03846 MeV 22.749635 keV 13.982218 cm 3.7901815 m World muIoni - 62 -73.031189 cm -2.8580157 m 4.4322331 m 53.010103 MeV 8.7700005 keV 5.3080055 cm 3.8432615 m World muIoni - 63 -73.249657 cm -2.8667351 m 4.4398231 m 53.004986 MeV 3.2942798 keV 1.1764774 cm 3.8550263 m World muIoni - 64 -75.476629 cm -2.955259 m 4.516926 m 52.98472 MeV 18.282526 keV 11.948778 cm 3.9745141 m World muIoni - 65 -76.680292 cm -3.0026985 m 4.5585271 m 52.971036 MeV 11.097437 keV 6.4234336 cm 4.0387484 m World muIoni - 66 -77.067438 cm -3.0180147 m 4.5719924 m 52.966347 MeV 2.9122327 keV 2.0757874 cm 4.0595063 m World muIoni - 67 -79.227117 cm -3.103015 m 4.6467836 m 52.940936 MeV 22.771774 keV 11.526156 cm 4.1747679 m World muIoni - 68 -80.841343 cm -3.1685151 m 4.7043481 m 52.92475 MeV 15.153323 keV 8.8682166 cm 4.26345 m World muIoni - 69 -81.468218 cm -3.1939918 m 4.7268033 m 52.914417 MeV 6.2642651 keV 3.4533996 cm 4.297984 m World muIoni - 70 -83.467989 cm -3.2761137 m 4.7993151 m 52.883568 MeV 23.362502 keV 11.136388 cm 4.4093479 m World muIoni - 71 -83.591627 cm -3.281175 m 4.8037846 m 52.88095 MeV 461.94372 eV 6.8645698 mm 4.4162125 m World muIoni - 72 -84.196956 cm -3.3059777 m 4.8256869 m 52.872553 MeV 6.899501 keV 3.3638188 cm 4.4498507 m World muIoni - 73 -86.293776 cm -3.3918805 m 4.9015652 m 52.850923 MeV 20.306108 keV 11.651836 cm 4.566369 m World muIoni - 74 -86.71214 cm -3.4092634 m 4.9169693 m 52.843996 MeV 4.6381285 keV 2.3599813 cm 4.5899688 m World muIoni - 75 -88.339722 cm -3.4769656 m 4.9769772 m 52.819262 MeV 20.162878 keV 9.1920988 cm 4.6818898 m World muIoni - 76 -91.581947 cm -3.6118865 m 5.0965433 m 52.77871 MeV 39.130361 keV 18.316967 cm 4.8650595 m World muIoni - 77 -96.773421 cm -3.8183407 m 5.2790381 m 52.721507 MeV 55.935569 keV 28.040958 cm 5.1454691 m World muIoni - 78 -97.614034 cm -3.8507442 m 5.3074244 m 52.704339 MeV 8.3423287 keV 4.3891142 cm 5.1893602 m World muIoni - 79 -98.073119 cm -3.8680717 m 5.3227075 m 52.697 MeV 4.3496565 keV 2.3556182 cm 5.2129164 m World muIoni - 80 -98.44973 cm -3.8823553 m 5.3352881 m 52.608095 MeV 4.0147102 keV 1.9402999 cm 5.2323194 m World muIoni - 81 -1.0138682 m -3.9937719 m 5.4328623 m 52.579251 MeV 27.505939 keV 15.098722 cm 5.3833066 m World muIoni - 82 -1.0290884 m -4.0516814 m 5.483579 m 52.551647 MeV 16.245178 keV 7.8468905 cm 5.4617755 m World muIoni - 83 -1.0296246 m -4.0537293 m 5.4853808 m 52.547414 MeV 673.09374 eV 2.7798474 mm 5.4645554 m World muIoni - 84 -1.0370426 m -4.0820785 m 5.5102973 m 52.527629 MeV 7.0318914 keV 3.8464771 cm 5.5030201 m World muIoni - 85 -1.0394946 m -4.0914369 m 5.5185444 m 52.523251 MeV 3.1336057 keV 1.271241 cm 5.5157326 m World muIoni - 86 -1.0714815 m -4.2137245 m 5.6261256 m 52.485407 MeV 32.015719 keV 16.598578 cm 5.6817183 m World muIoni - 87 -1.091489 m -4.2899756 m 5.6935589 m 52.462444 MeV 21.894452 keV 10.373925 cm 5.7854576 m World muIoni - 88 -1.1002316 m -4.3231217 m 5.7230031 m 52.432183 MeV 6.4697886 keV 4.5189139 cm 5.8306467 m World muIoni - 89 -1.1128576 m -4.3708315 m 5.7654356 m 52.414119 MeV 11.884155 keV 6.5085874 cm 5.8957326 m World muIoni - 90 -1.1280479 m -4.428546 m 5.8167 m 52.396736 MeV 15.823965 keV 7.8674936 cm 5.9744075 m World muIoni - 91 -1.1308021 m -4.4388718 m 5.8258295 m 52.392021 MeV 2.1757874 keV 1.4055435 cm 5.988463 m World muIoni - 92 -1.1563349 m -4.5347687 m 5.9104669 m 52.368192 MeV 22.09714 keV 13.042893 cm 6.1188919 m World muIoni - 93 -1.1614533 m -4.5540482 m 5.9276137 m 52.363128 MeV 3.6097393 keV 2.6304201 cm 6.1451961 m World muIoni - 94 -1.1732111 m -4.5982634 m 5.9669384 m 52.349509 MeV 12.144223 keV 6.0329692 cm 6.2055258 m World muIoni - 95 -1.1763781 m -4.6100847 m 5.9774929 m 52.344157 MeV 4.1675914 keV 1.6160737 cm 6.2216865 m World muIoni - 96 -1.1779224 m -4.6158353 m 5.9826229 m 52.339454 MeV 1.2068119 keV 7.8594644 mm 6.229546 m World muIoni - 97 -1.1845405 m -4.6403658 m 6.0045176 m 52.311285 MeV 7.8858168 keV 3.353988 cm 6.2630859 m World muIoni - 98 -1.1991852 m -4.6945954 m 6.0527735 m 52.292548 MeV 17.061083 keV 7.4053753 cm 6.3371396 m World muIoni - 99 -1.2148833 m -4.752815 m 6.1048402 m 52.275836 MeV 15.563772 keV 7.9667526 cm 6.4168072 m World muIoni - 100 -1.2313995 m -4.8137136 m 6.1592684 m 52.250411 MeV 19.546596 keV 8.3329836 cm 6.500137 m World muIoni - 101 -1.2330559 m -4.8198579 m 6.1647598 m 52.24642 MeV 1.0663912 keV 8.4054971 mm 6.5085425 m World muIoni - 102 -1.2395361 m -4.8439189 m 6.1862599 m 52.241099 MeV 5.3208228 keV 3.2911717 cm 6.5414542 m OutOfWorld Transportation -Track (trackID 18, parentID 3) is processed with stopping code 2 + 0 23.6 cm -17.9 cm -2.27 m 57 MeV 0 eV 0 fm 0 fm World initStep + 1 23.645888 cm -17.972061 cm -2.2715256 m 56.941853 MeV 133.03471 eV 638.66358 um 638.66358 um World muIoni + 2 26.409969 cm -20.604084 cm -2.3067705 m 56.929182 MeV 10.123497 keV 5.1951682 cm 5.2590346 cm World muIoni + 3 31.07023 cm -25.041048 cm -2.3661012 m 56.918383 MeV 10.798717 keV 8.7524944 cm 14.011529 cm World muIoni + 4 33.006857 cm -26.883689 cm -2.3907466 m 56.908142 MeV 6.1138037 keV 3.6359065 cm 17.647435 cm World muIoni + 5 36.898225 cm -30.579412 cm -2.4402761 m 56.890273 MeV 15.644263 keV 7.3029405 cm 24.950376 cm World muIoni + 6 42.302311 cm -35.734667 cm -2.5093914 m 56.867478 MeV 20.409255 keV 10.175967 cm 35.126343 cm World muIoni + 7 43.123711 cm -36.520065 cm -2.519907 m 56.860772 MeV 3.5820036 keV 1.5483259 cm 36.674669 cm World muIoni + 8 43.258399 cm -36.648866 cm -2.5216331 m 56.858997 MeV 260.61611 eV 2.5402262 mm 36.928691 cm World muIoni + 9 45.764714 cm -39.047222 cm -2.553789 m 56.845331 MeV 8.2204034 keV 4.7300925 cm 41.658784 cm World muIoni + 10 46.91268 cm -40.143811 cm -2.5684949 m 56.840992 MeV 4.3388842 keV 2.164013 cm 43.822797 cm World muIoni + 11 47.684119 cm -40.880602 cm -2.5783702 m 56.792203 MeV 1.0817769 keV 1.4536818 cm 45.276479 cm World muIoni + 12 50.970918 cm -44.026125 cm -2.6204077 m 56.779763 MeV 11.002406 keV 6.1942691 cm 51.470748 cm World muIoni + 13 52.406644 cm -45.399558 cm -2.6387044 m 56.773778 MeV 4.1919775 keV 2.7009884 cm 54.171736 cm World muIoni + 14 52.5209 cm -45.509321 cm -2.6401623 m 56.772302 MeV 442.78673 eV 2.1530457 mm 54.387041 cm World muIoni + 15 58.28133 cm -51.039744 cm -2.7136404 m 56.753724 MeV 17.529667 keV 10.851673 cm 65.238714 cm World muIoni + 16 61.293768 cm -53.949719 cm -2.7521925 m 56.743381 MeV 9.2273454 keV 5.6925772 cm 70.931291 cm World muIoni + 17 67.109891 cm -59.593834 cm -2.8268414 m 56.723535 MeV 18.79008 keV 11.018541 cm 81.949832 cm World muIoni + 18 70.98788 cm -63.331909 cm -2.8764463 m 56.707879 MeV 14.377295 keV 7.3224701 cm 89.272302 cm World muIoni + 19 71.454399 cm -63.784423 cm -2.8824255 m 56.703577 MeV 1.0890851 keV 8.8312931 mm 90.155431 cm World muIoni + 20 75.853999 cm -68.053896 cm -2.9389651 m 56.68766 MeV 14.890018 keV 8.3397995 cm 98.495231 cm World muIoni + 21 77.206338 cm -69.357853 cm -2.9563373 m 56.67923 MeV 4.8720511 keV 2.5587252 cm 1.0105396 m World muIoni + 22 82.286182 cm -74.247929 cm -3.0215214 m 56.654884 MeV 22.979599 keV 9.6024745 cm 1.1065643 m World muIoni + 23 84.650605 cm -76.539389 cm -3.0519039 m 56.64452 MeV 8.8835018 keV 4.4802106 cm 1.1513664 m World muIoni + 24 87.391895 cm -79.188872 cm -3.0870875 m 56.633608 MeV 9.2366478 keV 5.1878054 cm 1.2032445 m World muIoni + 25 89.184847 cm -80.92699 cm -3.1101329 m 56.626387 MeV 5.5595161 keV 3.3980299 cm 1.2372248 m World muIoni + 26 91.128826 cm -82.805984 cm -3.1350766 m 56.618077 MeV 6.961078 keV 3.6785328 cm 1.2740101 m World muIoni + 27 92.214568 cm -83.853446 cm -3.1489658 m 56.611425 MeV 4.3067563 keV 2.0506309 cm 1.2945164 m World muIoni + 28 95.351894 cm -86.879016 cm -3.1891113 m 56.600583 MeV 10.842402 keV 5.925673 cm 1.3537731 m World muIoni + 29 97.446696 cm -88.897716 cm -3.2157127 m 56.589865 MeV 9.6270358 keV 3.9420447 cm 1.3931936 m World muIoni + 30 1.0050642 m -91.858994 cm -3.2547363 m 56.573253 MeV 8.4568781 keV 5.7757664 cm 1.4509512 m World muIoni + 31 1.0273461 m -94.017144 cm -3.2832737 m 56.553899 MeV 7.9811377 keV 4.2150071 cm 1.4931013 m World muIoni + 32 1.0829982 m -99.41496 cm -3.3545407 m 56.530122 MeV 21.975438 keV 10.530824 cm 1.5984096 m World muIoni + 33 1.2298472 m -1.1373718 m -3.5435532 m 56.475632 MeV 53.183938 keV 27.893295 cm 1.8773425 m World muIoni + 34 1.2321783 m -1.1396438 m -3.5465474 m 56.467162 MeV 647.48605 eV 4.4228335 mm 1.8817653 m World muIoni + 35 1.24335 m -1.1505315 m -3.5608776 m 56.463279 MeV 2.6901622 keV 2.11826 cm 1.9029479 m World muIoni + 36 1.2462103 m -1.1533127 m -3.5645516 m 56.460127 MeV 1.1033899 keV 5.4235615 mm 1.9083715 m World muIoni + 37 1.250405 m -1.157397 m -3.5699416 m 56.456205 MeV 985.15749 eV 7.9579423 mm 1.9163294 m World muIoni + 38 1.2688594 m -1.1753742 m -3.5936742 m 56.449059 MeV 5.6493754 keV 3.5028322 cm 1.9513578 m World muIoni + 39 1.2931943 m -1.1989657 m -3.6249469 m 56.437425 MeV 8.2625323 keV 4.6116503 cm 1.9974743 m World muIoni + 40 1.3062829 m -1.2116748 m -3.6418214 m 56.430844 MeV 4.2251796 keV 2.4851118 cm 2.0223254 m World muIoni + 41 1.3594167 m -1.2632374 m -3.7103686 m 56.408508 MeV 18.070434 keV 10.089921 cm 2.1232246 m World muIoni + 42 1.3644828 m -1.2681444 m -3.7168757 m 56.406721 MeV 733.31715 eV 9.5961488 mm 2.1328207 m World muIoni + 43 1.4116643 m -1.3139079 m -3.7775031 m 56.393812 MeV 11.836959 keV 8.9420922 cm 2.2222417 m World muIoni + 44 1.4531967 m -1.3544146 m -3.8311656 m 56.379749 MeV 12.667419 keV 7.9027871 cm 2.3012695 m World muIoni + 45 1.4560864 m -1.3572258 m -3.8349031 m 56.37588 MeV 899.87462 eV 5.4974477 mm 2.306767 m World muIoni + 46 1.4811632 m -1.3816239 m -3.8673728 m 56.361955 MeV 9.6736862 keV 4.7732552 cm 2.3544995 m World muIoni + 47 1.4852919 m -1.3856144 m -3.8726917 m 56.357336 MeV 1.0523998 keV 7.8269967 mm 2.3623265 m World muIoni + 48 1.4867908 m -1.3870643 m -3.8746241 m 56.355014 MeV 612.06765 eV 2.8431097 mm 2.3651696 m World muIoni + 49 1.4875722 m -1.3878202 m -3.8756308 m 56.352523 MeV 660.76839 eV 1.4816561 mm 2.3666513 m World muIoni + 50 1.4956868 m -1.3956642 m -3.8860839 m 56.346443 MeV 2.4475592 keV 1.5383157 cm 2.3820345 m World muIoni + 51 1.5119967 m -1.4114212 m -3.9070812 m 56.336968 MeV 7.1225426 keV 3.09061 cm 2.4129406 m World muIoni + 52 1.5887717 m -1.4853721 m -4.0057091 m 56.308896 MeV 26.629622 keV 14.522628 cm 2.5581668 m World muIoni + 53 1.6345968 m -1.5294364 m -4.0645871 m 56.284259 MeV 16.88205 keV 8.6650104 cm 2.6448169 m World muIoni + 54 1.6719482 m -1.5653456 m -4.1125714 m 56.274649 MeV 9.610553 keV 7.0619384 cm 2.7154363 m World muIoni + 55 1.8042639 m -1.6917567 m -4.2819092 m 56.218571 MeV 52.19009 keV 24.932501 cm 2.9647613 m World muIoni + 56 1.8263781 m -1.7129518 m -4.3102125 m 56.208996 MeV 7.7786011 keV 4.1705528 cm 3.0064669 m World muIoni + 57 1.8560523 m -1.7413408 m -4.3482524 m 56.199715 MeV 9.2806827 keV 5.5977905 cm 3.0624448 m World muIoni + 58 1.8601242 m -1.7452213 m -4.3534504 m 56.1938 MeV 1.161569 keV 7.6588444 mm 3.0701036 m World muIoni + 59 1.8974309 m -1.7808221 m -4.4011364 m 56.178408 MeV 14.397167 keV 7.0236535 cm 3.1403401 m World muIoni + 60 1.9009796 m -1.7842048 m -4.4056718 m 56.173977 MeV 755.683 eV 6.6787893 mm 3.1470189 m World muIoni + 61 1.9299705 m -1.81186 m -4.4427428 m 56.142526 MeV 10.830289 keV 5.4585218 cm 3.2016042 m World muIoni + 62 1.9564716 m -1.8371781 m -4.4764605 m 56.131613 MeV 9.0113036 keV 4.9801546 cm 3.2514057 m World muIoni + 63 2.0918889 m -1.9664848 m -4.6484531 m 56.082258 MeV 48.182402 keV 25.424408 cm 3.5056498 m World muIoni + 64 2.1303819 m -2.0032107 m -4.6975234 m 56.061847 MeV 17.959898 keV 7.2376837 cm 3.5780266 m World muIoni + 65 2.1306819 m -2.003498 m -4.6979084 m 56.059852 MeV 98.979392 eV 566.33773 um 3.578593 m World muIoni + 66 2.2677127 m -2.1348323 m -4.8737978 m 56.003341 MeV 50.371033 keV 25.877353 cm 3.8373665 m World muIoni + 67 2.2869102 m -2.1530399 m -4.8982881 m 55.997609 MeV 5.7322065 keV 3.6053265 cm 3.8734198 m World muIoni + 68 2.3198915 m -2.1842803 m -4.9404558 m 55.979908 MeV 14.566936 keV 6.198266 cm 3.9354024 m World muIoni + 69 2.3402343 m -2.2035595 m -4.9664428 m 55.952482 MeV 9.3407239 keV 3.8220921 cm 3.9736233 m World muIoni + 70 2.3745899 m -2.2361773 m -5.0103112 m 55.937969 MeV 13.510532 keV 6.4565233 cm 4.0381886 m World muIoni + 71 2.3749097 m -2.2364832 m -5.0107206 m 55.937969 MeV 0 eV 602.92985 um 4.0387915 m World muIoni + 72 2.3878786 m -2.2489837 m -5.0274392 m 55.932939 MeV 3.4766142 keV 2.4575764 cm 4.0633673 m World muIoni + 73 2.5403199 m -2.3969284 m -5.2248212 m 55.875266 MeV 56.38819 keV 28.997662 cm 4.3533439 m World muIoni + 74 2.5501839 m -2.4064905 m -5.2375305 m 55.871442 MeV 2.2774295 keV 1.8715174 cm 4.3720591 m World muIoni + 75 2.5911 m -2.4462222 m -5.290221 m 55.856304 MeV 10.170109 keV 7.7646885 cm 4.4497059 m World muIoni + 76 2.6579416 m -2.5111746 m -5.3768946 m 55.829732 MeV 25.464585 keV 12.727522 cm 4.5769812 m World muIoni + 77 2.6692499 m -2.5222541 m -5.3915547 m 55.822319 MeV 4.1050602 keV 2.1576647 cm 4.5985578 m World muIoni + 78 2.7060471 m -2.5584286 m -5.4394852 m 55.806366 MeV 14.358795 keV 7.0427484 cm 4.6689853 m World muIoni + 79 2.7105462 m -2.5628736 m -5.4454022 m 55.789781 MeV 1.019456 keV 8.6608165 mm 4.6776461 m World muIoni + 80 2.7204268 m -2.5726187 m -5.4584055 m 55.785108 MeV 3.313929 keV 1.901791 cm 4.696664 m World muIoni + 81 2.7275227 m -2.5796126 m -5.4677437 m 55.476108 MeV 2.1670017 keV 1.3655344 cm 4.7103194 m World muIoni + 82 2.746845 m -2.5984352 m -5.4931374 m 55.467557 MeV 7.4993884 keV 3.7046986 cm 4.7473663 m World muIoni + 83 2.755155 m -2.6064958 m -5.504022 m 55.463479 MeV 2.5653879 keV 1.5890397 cm 4.7632567 m World muIoni + 84 2.759435 m -2.6106467 m -5.5096313 m 55.462235 MeV 1.2440928 keV 8.1861697 mm 4.7714429 m World muIoni + 85 2.7697935 m -2.6206969 m -5.5232032 m 55.457394 MeV 4.8409361 keV 1.9811615 cm 4.7912545 m World muIoni + 86 2.7907655 m -2.6411272 m -5.5507471 m 55.446984 MeV 6.5700171 keV 4.0198132 cm 4.8314527 m World muIoni + 87 2.8051935 m -2.6551985 m -5.5696969 m 55.444421 MeV 2.562716 keV 2.7663437 cm 4.8591161 m World muIoni + 88 2.814512 m -2.6642566 m -5.5819253 m 55.318181 MeV 3.0467363 keV 1.7844217 cm 4.8769603 m World muIoni + 89 2.8506439 m -2.6993634 m -5.6295973 m 55.304306 MeV 12.285345 keV 6.9358671 cm 4.946319 m World muIoni + 90 2.8921937 m -2.7397777 m -5.6844329 m 55.285351 MeV 17.2785 keV 7.9791435 cm 5.0261104 m World muIoni + 91 2.8965674 m -2.7440167 m -5.6901894 m 55.283425 MeV 1.926654 keV 8.3806636 mm 5.0344911 m World muIoni + 92 2.9097043 m -2.7567502 m -5.7074802 m 55.275745 MeV 4.8431304 keV 2.5173201 cm 5.0596643 m World muIoni + 93 2.9223191 m -2.7689418 m -5.7241369 m 55.266757 MeV 4.3149888 keV 2.4191224 cm 5.0838555 m World muIoni + 94 2.9344716 m -2.7806607 m -5.740173 m 55.261317 MeV 3.3499362 keV 2.3284657 cm 5.1071402 m World muIoni + 95 2.9499151 m -2.7955424 m -5.7605618 m 55.25654 MeV 2.5646814 keV 2.9591661 cm 5.1367318 m World muIoni + 96 3.000081 m -2.8438443 m -5.8268984 m 55.236084 MeV 15.055543 keV 9.6178273 cm 5.2329101 m World muIoni + 97 3.0008026 m -2.8445456 m -5.8278628 m 55.235669 MeV 414.85375 eV 1.393779 mm 5.2343039 m World muIoni + 98 3.0011672 m -2.8448999 m -5.8283502 m 55.233177 MeV 0 eV 704.24821 um 5.2350081 m World muIoni + 99 3.0075796 m -2.8511331 m -5.8369289 m 55.230909 MeV 2.2674977 keV 1.2392217 cm 5.2474003 m World muIoni + 100 3.0772152 m -2.9187945 m -5.9300227 m 55.204113 MeV 23.395698 keV 13.451278 cm 5.3819131 m World muIoni + 101 3.1657504 m -3.0052734 m -6.0486747 m 55.172181 MeV 29.009862 keV 17.145127 cm 5.5533644 m World muIoni + 102 3.1828978 m -3.0220344 m -6.0716484 m 55.16469 MeV 5.5449974 keV 3.320782 cm 5.5865722 m World muIoni + 103 3.229446 m -3.0674778 m -6.1340918 m 55.144219 MeV 18.944875 keV 9.017222 cm 5.6767444 m World muIoni + 104 3.3211072 m -3.1569615 m -6.2568568 m 55.105194 MeV 35.244155 keV 17.74275 cm 5.8541719 m World muIoni + 105 3.3263625 m -3.1620795 m -6.2639074 m 55.101748 MeV 1.176662 keV 1.0174614 cm 5.8643466 m World muIoni + 106 3.3481173 m -3.1832479 m -6.2930779 m 55.094962 MeV 6.7861205 keV 4.2098617 cm 5.9064452 m World muIoni + 107 3.3517945 m -3.1868294 m -6.2980173 m 55.094308 MeV 654.26277 eV 7.1236372 mm 5.9135688 m World muIoni + 108 3.3527618 m -3.187772 m -6.2993171 m 55.092247 MeV 208.27083 eV 1.8745212 mm 5.9154433 m World muIoni + 109 3.3925152 m -3.2265324 m -6.3527813 m 55.079516 MeV 12.730443 keV 7.7078754 cm 5.9925221 m World muIoni + 110 3.4230814 m -3.2565575 m -6.3939221 m 55.060763 MeV 17.292441 keV 5.9400004 cm 6.0519221 m World muIoni + 111 3.4303272 m -3.2637229 m -6.4037761 m 55.054552 MeV 3.0167741 keV 1.4175579 cm 6.0660977 m World muIoni + 112 3.4768809 m -3.3097083 m -6.4670309 m 55.034764 MeV 18.215592 keV 9.1011574 cm 6.1571092 m World muIoni + 113 3.4830215 m -3.3157621 m -6.4754329 m 55.028842 MeV 2.2010753 keV 1.2039403 cm 6.1691486 m World muIoni + 114 3.483672 m -3.3164043 m -6.4763225 m 55.02849 MeV 352.19403 eV 1.2755942 mm 6.1704242 m World muIoni + 115 3.5036396 m -3.3361182 m -6.5036337 m 55.017827 MeV 5.9990409 keV 3.9156682 cm 6.2095809 m World muIoni + 116 3.5447703 m -3.3768238 m -6.5600766 m 55.006066 MeV 10.194449 keV 8.0836215 cm 6.2904171 m World muIoni + 117 3.5578506 m -3.3897421 m -6.5780254 m 55.001933 MeV 2.9872971 keV 2.5693097 cm 6.3161102 m World muIoni + 118 3.5631564 m -3.3949815 m -6.5853082 m 54.998629 MeV 2.0589997 keV 1.0423125 cm 6.3265334 m World muIoni + 119 3.6156599 m -3.4469012 m -6.6574712 m 54.928818 MeV 21.435861 keV 10.324635 cm 6.4297797 m World muIoni + 120 3.6189288 m -3.4501238 m -6.6619317 m 54.926768 MeV 2.0498423 keV 6.4005354 mm 6.4361802 m OutOfWorld Transportation +Track (trackID 16, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.056252891956(mm),0.61474044285389(mm),78.755632318346(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.832896104575(mm),1.1909945452821(mm),79.323997088411(mm),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 +8836,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.830823(mm),1.5872962(mm),78.266401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.53491(mm),1.4649295(mm),79.023886(mm),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 +8845,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.068251(mm),-2.8076878(mm),79.106171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.845197(mm),-2.735511(mm),78.969174(mm),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,7 +8854,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.12657(mm),-2.7584622(mm),78.91956(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.186748(mm),-1.1826348(mm),79.261604(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7814,7 +8863,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.072163(mm),-0.68579299(mm),78.223846(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.381282(mm),3.111469(mm),78.521994(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7823,7 +8872,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.00912(mm),-0.29156456(mm),78.94027(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.487824(mm),0.54117864(mm),79.384843(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7832,7 +8881,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.753069(mm),-1.4788056(mm),78.632765(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.245551(mm),-2.544675(mm),78.722254(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7841,7 +8890,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.579923(mm),-3.5992404(mm),78.663295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.862266(mm),-3.2473925(mm),79.142491(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7850,7 +8899,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.204288(mm),0.38546211(mm),79.258511(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.464005(mm),3.8731494(mm),78.683735(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7859,7 +8908,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.681508(mm),0.19903672(mm),78.116402(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.101932(mm),-1.0374846(mm),78.571251(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7868,7 +8917,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.085421(mm),2.6909785(mm),79.103143(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.944132(mm),1.5967211(mm),78.599075(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7877,7 +8926,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.957885(mm),0.062889092(mm),78.243996(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.493528(mm),-0.32162005(mm),79.20751(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7886,7 +8935,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.549306(mm),1.5671566(mm),78.492367(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.504426(mm),-3.2000988(mm),79.029261(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7895,7 +8944,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.194431(mm),0.8350408(mm),79.436576(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.025009(mm),-0.22397855(mm),79.466449(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7904,7 +8953,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.768616(mm),-1.2264421(mm),79.335331(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.490749(mm),1.1606336(mm),78.326365(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7913,7 +8962,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.68936(mm),-1.483586(mm),79.349306(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.728882(mm),0.44752365(mm),79.342338(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7922,7 +8971,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.703519(mm),3.0474703(mm),78.817829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.785223(mm),-1.7265234(mm),79.156076(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7931,7 +8980,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.630372(mm),-1.910369(mm),78.478073(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.376578(mm),-1.9584268(mm),78.346496(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7940,7 +8989,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.571456(mm),-2.0393876(mm),78.312134(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.018545(mm),-0.45441741(mm),78.2333(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7949,7 +8998,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.675166(mm),1.9424477(mm),78.646501(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.080941(mm),1.2297388(mm),78.222298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7958,7 +9007,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.061931(mm),2.245353(mm),78.930958(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.198733(mm),-0.15160773(mm),79.25949(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7967,7 +9016,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.126023(mm),-0.67431675(mm),79.095984(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.912055(mm),1.3833315(mm),78.252077(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7976,7 +9025,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.358427(mm),2.0676579(mm),78.526024(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.783991(mm),-3.7101217(mm),78.80364(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7985,7 +9034,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.976652(mm),-1.6709208(mm),79.298649(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.886397(mm),1.4697211(mm),79.314563(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7994,7 +9043,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.126395(mm),-0.22659501(mm),78.919591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.368207(mm),0.3223061(mm),78.171645(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8003,7 +9052,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.079501(mm),-1.6934172(mm),78.398879(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.270693(mm),0.0085298835(mm),79.246802(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8012,7 +9061,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.545002(mm),2.5806122(mm),78.84578(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.143955(mm),1.0486956(mm),78.387514(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8021,7 +9070,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.262949(mm),-1.2501235(mm),78.366532(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.63969(mm),-3.0090512(mm),78.47643(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8030,7 +9079,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.207138(mm),0.1832322(mm),78.376373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.985568(mm),1.653807(mm),78.239115(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8039,7 +9088,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.839873(mm),2.301622(mm),78.793786(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.529678(mm),-1.1629013(mm),78.495828(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8048,7 +9097,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.573018(mm),2.7836006(mm),78.84084(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.740902(mm),0.77442482(mm),78.105929(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8057,7 +9106,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.715625(mm),0.98998016(mm),79.344675(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.792979(mm),2.3509795(mm),78.978382(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8066,7 +9115,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.993671(mm),-2.879648(mm),78.766667(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.467842(mm),-0.88005889(mm),79.212039(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8075,7 +9124,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.77803(mm),-0.44308777(mm),79.333671(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.518255(mm),-3.2474534(mm),78.850496(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8084,7 +9133,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.724275(mm),0.47940485(mm),78.108861(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.977109(mm),2.9940727(mm),78.416934(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8093,7 +9142,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.316049(mm),-3.1312253(mm),78.709823(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.806187(mm),1.5916412(mm),78.799726(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8102,7 +9151,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.121771(mm),-0.48069305(mm),78.567753(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.562241(mm),-0.94878283(mm),79.195394(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8111,7 +9160,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.008886(mm),3.1091808(mm),78.940311(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.643109(mm),-1.3925199(mm),78.2995(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8120,7 +9169,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.797897(mm),0.67419841(mm),78.977514(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.719741(mm),2.3099504(mm),78.638642(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8129,7 +9178,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.31611(mm),-0.72376673(mm),79.238793(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.112146(mm),1.0521463(mm),78.922104(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8138,7 +9187,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.841382(mm),2.6084518(mm),78.617193(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.621179(mm),-1.1360269(mm),79.185002(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8147,7 +9196,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.317599(mm),-0.1187464(mm),79.414858(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.01452(mm),-2.3407127(mm),78.410337(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8156,7 +9205,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.485416(mm),0.34746405(mm),78.856286(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.361743(mm),-0.28356028(mm),78.701766(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8165,183 +9214,25 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.79763(mm),2.9169608(mm),78.44858(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.302923(mm),-1.3822898(mm),79.064792(mm),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.55 cm 2.92 mm 7.68 cm 34.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.4661554 cm 3.6660759 mm 7.6578347 cm 29.603087 MeV 4.7844943 MeV 1.1623907 mm 1.1623907 mm Target hIoni - 2 -1.4397725 cm 3.8976639 mm 7.6476371 cm 27.749874 MeV 1.8532136 MeV 366.67648 um 1.5290671 mm Target Transportation - 3 15.214731 cm -6.787714 cm -70.591239 cm 27.749892 MeV1.9528287e-13 meV 2.8956302 m 2.8971593 m CaptureMgnt Decay -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 15.2 cm -6.79 cm -70.6 cm 39.5 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 1.193702 cm -7.9594875 cm -2 m 39.503221 MeV1.4957092e-13 meV 3.2956833 m 3.2956833 m CaptureMgnt Transportation - 2 2.0324232 cm -5.8922963 cm -2.0095247 m 39.492945 MeV 5.9858612 keV 2.4256835 cm 3.3199402 m World muIoni - 3 2.8923571 cm -3.7720653 cm -2.0192689 m 39.486132 MeV 5.4810355 keV 2.4868387 cm 3.3448086 m World muIoni - 4 8.3927312 cm 9.830009 cm -2.081848 m 39.450609 MeV 34.470601 keV 15.950993 cm 3.5043185 m World muIoni - 5 9.1004714 cm 11.562108 cm -2.089898 m 39.447358 MeV 1.9249411 keV 2.0369311 cm 3.5246878 m World muIoni - 6 9.8637879 cm 13.428273 cm -2.0985833 m 39.440295 MeV 3.7019327 keV 2.1953514 cm 3.5466413 m World muIoni - 7 10.204948 cm 14.261265 cm -2.1024439 m 39.434841 MeV 3.019471 keV 9.7944367 mm 3.5564358 m World muIoni - 8 14.120128 cm 23.825424 cm -2.1468519 m 39.401844 MeV 22.222584 keV 11.248252 cm 3.6689183 m World muIoni - 9 15.308771 cm 26.738013 cm -2.1604259 m 39.383288 MeV 14.730718 keV 3.4261628 cm 3.7031799 m World muIoni - 10 16.088199 cm 28.651866 cm -2.1693437 m 39.372468 MeV 5.9431034 keV 2.2506944 cm 3.7256869 m World muIoni - 11 16.534539 cm 29.74412 cm -2.1744429 m 39.368263 MeV 2.0460045 keV 1.285401 cm 3.7385409 m World muIoni - 12 17.234277 cm 31.460065 cm -2.1824494 m 39.359518 MeV 5.6748197 keV 2.0187003 cm 3.7587279 m World muIoni - 13 18.670865 cm 34.991919 cm -2.1989676 m 39.348543 MeV 8.9669306 keV 4.1552767 cm 3.8002806 m World muIoni - 14 21.961876 cm 43.030136 cm -2.23652 m 39.320497 MeV 26.781679 keV 9.4628696 cm 3.8949093 m World muIoni - 15 23.110774 cm 45.818004 cm -2.2496693 m 39.308292 MeV 10.963425 keV 3.2895657 cm 3.927805 m World muIoni - 16 23.46651 cm 46.680687 cm -2.2537187 m 39.305231 MeV 1.9764587 keV 1.0172245 cm 3.9379772 m World muIoni - 17 24.840435 cm 50.008881 cm -2.2693337 m 39.295984 MeV 7.4510754 keV 3.9246473 cm 3.9772237 m World muIoni - 18 25.097684 cm 50.632723 cm -2.272254 m 39.293101 MeV 1.5098445 keV 7.352779 mm 3.9845765 m World muIoni - 19 27.375167 cm 56.19351 cm -2.2982351 m 39.280082 MeV 11.98667 keV 6.5467422 cm 4.0500439 m World muIoni - 20 32.732378 cm 69.458266 cm -2.3598286 m 39.240554 MeV 37.267815 keV 15.575402 cm 4.2057979 m World muIoni - 21 32.937467 cm 69.969883 cm -2.3621788 m 39.220677 MeV 1.866429 keV 5.9920547 mm 4.21179 m World muIoni - 22 33.233977 cm 70.710835 cm -2.3655654 m 39.217102 MeV 2.0809213 keV 8.6695909 mm 4.2204596 m World muIoni - 23 34.472879 cm 73.806389 cm -2.3797221 m 39.192473 MeV 8.1721831 keV 3.6223581 cm 4.2566832 m World muIoni - 24 34.701198 cm 74.377052 cm -2.3823323 m 39.189045 MeV 802.07201 eV 6.6777036 mm 4.2633609 m World muIoni - 25 35.705553 cm 76.883142 cm -2.393797 m 39.179845 MeV 6.3842326 keV 2.933194 cm 4.2926928 m World muIoni - 26 37.082072 cm 80.35342 cm -2.4096775 m 39.172224 MeV 6.4595522 keV 4.057036 cm 4.3332632 m World muIoni - 27 38.308409 cm 83.44713 cm -2.4238146 m 39.156442 MeV 9.0842695 keV 3.6157367 cm 4.3694205 m World muIoni - 28 41.002134 cm 90.275626 cm -2.4550799 m 39.137763 MeV 17.55499 keV 7.9787191 cm 4.4492077 m World muIoni - 29 41.031491 cm 90.350496 cm -2.4554245 m 39.124822 MeV 778.48504 eV 874.90556 um 4.4500826 m World muIoni - 30 44.396628 cm 98.91581 cm -2.4949543 m 39.101586 MeV 22.132243 keV 10.015755 cm 4.5502402 m World muIoni - 31 46.096299 cm 1.0323384 m -2.5148361 m 39.087431 MeV 10.146497 keV 5.0484817 cm 4.600725 m World muIoni - 32 47.121606 cm 1.0586815 m -2.5268996 m 39.078645 MeV 4.8659486 keV 3.0734607 cm 4.6314596 m World muIoni - 33 48.1059 cm 1.0839782 m -2.5384408 m 39.055652 MeV 7.2560114 keV 2.9495845 cm 4.6609554 m World muIoni - 34 48.447755 cm 1.0927189 m -2.542447 m 39.035099 MeV 3.3969273 keV 1.0204726 cm 4.6711602 m World muIoni - 35 51.031762 cm 1.1588768 m -2.5727959 m 39.011926 MeV 21.824656 keV 7.7237623 cm 4.7483978 m World muIoni - 36 53.710799 cm 1.2276482 m -2.6045542 m 38.994747 MeV 15.301274 keV 8.0348298 cm 4.8287461 m World muIoni - 37 54.274423 cm 1.2418372 m -2.611135 m 38.98624 MeV 7.2612016 keV 1.6625338 cm 4.8453714 m World muIoni - 38 55.455191 cm 1.2714981 m -2.6248955 m 38.973325 MeV 7.9452841 keV 3.4764089 cm 4.8801355 m World muIoni - 39 56.256914 cm 1.2916038 m -2.634236 m 38.966821 MeV 4.6841052 keV 2.3574621 cm 4.9037101 m World muIoni - 40 56.721512 cm 1.3033494 m -2.639702 m 38.960187 MeV 1.7801162 keV 1.3762994 cm 4.9174731 m World muIoni - 41 62.202244 cm 1.4414292 m -2.7040335 m 38.922638 MeV 36.494198 keV 16.18909 cm 5.079364 m World muIoni - 42 62.814306 cm 1.4568007 m -2.7112292 m 38.916277 MeV 4.7855912 keV 1.8042264 cm 5.0974063 m World muIoni - 43 64.720406 cm 1.5045157 m -2.7336468 m 38.899328 MeV 13.649272 keV 5.6058899 cm 5.1534652 m World muIoni - 44 67.78904 cm 1.5814466 m -2.7697484 m 38.879187 MeV 18.761452 keV 9.0351415 cm 5.2438166 m World muIoni - 45 68.285963 cm 1.5939243 m -2.775605 m 38.87583 MeV 1.9983022 keV 1.4652192 cm 5.2584688 m World muIoni - 46 69.988111 cm 1.6369743 m -2.7956853 m 38.8573 MeV 14.806296 keV 5.0460457 cm 5.3089292 m World muIoni - 47 70.96977 cm 1.6619037 m -2.8074106 m 38.845821 MeV 9.0694301 keV 2.9245869 cm 5.3381751 m World muIoni - 48 71.450753 cm 1.6740542 m -2.8131565 m 38.840721 MeV 3.0120404 keV 1.4275346 cm 5.3524505 m World muIoni - 49 72.960671 cm 1.7122618 m -2.8312031 m 38.830824 MeV 8.8855971 keV 4.4871908 cm 5.3973224 m World muIoni - 50 73.853915 cm 1.7349118 m -2.8418392 m 38.820503 MeV 8.0111977 keV 2.6569501 cm 5.4238919 m World muIoni - 51 74.214885 cm 1.7441354 m -2.8461662 m 38.815407 MeV 1.4860964 keV 1.0808694 cm 5.4347006 m World muIoni - 52 74.27479 cm 1.7456643 m -2.8468825 m 38.812795 MeV 353.88262 eV 1.7914682 mm 5.436492 m World muIoni - 53 74.418319 cm 1.7493301 m -2.8486026 m 38.80986 MeV 746.8962 eV 4.2962286 mm 5.4407883 m World muIoni - 54 76.304485 cm 1.7974833 m -2.8712327 m 38.792851 MeV 14.850758 keV 5.6450194 cm 5.4972385 m World muIoni - 55 77.325897 cm 1.8236571 m -2.8834674 m 38.782894 MeV 7.9134359 keV 3.0644451 cm 5.5278829 m World muIoni - 56 79.554456 cm 1.880773 m -2.9100915 m 38.768126 MeV 13.724184 keV 6.6841047 cm 5.594724 m World muIoni - 57 83.749655 cm 1.9887046 m -2.9600966 m 38.735161 MeV 30.995984 keV 12.613416 cm 5.7208581 m World muIoni - 58 88.426499 cm 2.1081866 m -3.0161222 m 38.700134 MeV 33.674692 keV 14.000801 cm 5.8608661 m World muIoni - 59 89.385706 cm 2.132357 m -3.0275647 m 38.690265 MeV 7.9887857 keV 2.8410412 cm 5.8892765 m World muIoni - 60 89.608364 cm 2.1379773 m -3.0302323 m 38.679804 MeV 1.1063742 keV 6.6076548 mm 5.8958842 m World muIoni - 61 89.638304 cm 2.1387309 m -3.0305908 m 38.673671 MeV 119.39035 eV 886.62854 um 5.8967708 m World muIoni - 62 90.608705 cm 2.1632174 m -3.0422294 m 38.665812 MeV 6.6208503 keV 2.8796061 cm 5.9255669 m World muIoni - 63 92.152539 cm 2.2020849 m -3.0606902 m 38.654109 MeV 10.03774 keV 4.5714686 cm 5.9712816 m World muIoni - 64 94.077472 cm 2.2501437 m -3.0835875 m 38.636179 MeV 15.314925 keV 5.6608143 cm 6.0278897 m World muIoni - 65 96.591079 cm 2.3129619 m -3.1134782 m 38.611338 MeV 23.742936 keV 7.3969078 cm 6.1018588 m World muIoni - 66 97.59727 cm 2.3379754 m -3.1253473 m 38.577411 MeV 6.3072886 keV 2.9458347 cm 6.1313171 m World muIoni - 67 1.0457975 m 2.5111741 m -3.2080915 m 38.529353 MeV 46.507815 keV 20.425567 cm 6.3355728 m World muIoni - 68 1.0537747 m 2.530978 m -3.2174973 m 38.521886 MeV 5.586205 keV 2.3330229 cm 6.358903 m World muIoni - 69 1.0598785 m 2.5461511 m -3.224702 m 38.515253 MeV 4.4412984 keV 1.7871396 cm 6.3767744 m World muIoni - 70 1.0721143 m 2.5765851 m -3.2392073 m 38.499944 MeV 8.0003329 keV 3.5865693 cm 6.4126401 m World muIoni - 71 1.095969 m 2.6357912 m -3.2674228 m 38.486318 MeV 10.596282 keV 6.9789229 cm 6.4824294 m World muIoni - 72 1.1103166 m 2.6712721 m -3.2844275 m 38.476883 MeV 7.6021139 keV 4.1879743 cm 6.5243091 m World muIoni - 73 1.1722935 m 2.8242576 m -3.3580842 m 38.438511 MeV 36.63305 keV 18.075215 cm 6.7050613 m World muIoni - 74 1.2148419 m 2.9297212 m -3.4085613 m 38.412594 MeV 24.755353 keV 12.442265 cm 6.8294839 m World muIoni - 75 1.2197398 m 2.9418978 m -3.4143256 m 38.408434 MeV 3.0588133 keV 1.4334717 cm 6.8438186 m World muIoni - 76 1.260334 m 3.0424145 m -3.4620362 m 38.379883 MeV 25.795239 keV 11.843945 cm 6.9622581 m World muIoni - 77 1.2741707 m 3.0763961 m -3.4781684 m 38.367351 MeV 10.274314 keV 4.0080565 cm 7.0023386 m World muIoni - 78 1.2783168 m 3.0865861 m -3.4829839 m 38.36144 MeV 4.0789662 keV 1.2008974 cm 7.0143476 m World muIoni - 79 1.2915165 m 3.1191579 m -3.4983859 m 38.35181 MeV 7.9135075 keV 3.8371596 cm 7.0527192 m World muIoni - 80 1.2987823 m 3.1370987 m -3.5068674 m 38.345979 MeV 4.7640984 keV 2.1132974 cm 7.0738522 m World muIoni - 81 1.3286457 m 3.2106284 m -3.541651 m 38.327718 MeV 17.187346 keV 8.6650875 cm 7.160503 m World muIoni - 82 1.361664 m 3.2903096 m -3.5798119 m 38.308067 MeV 18.63393 keV 9.4316483 cm 7.2548195 m World muIoni - 83 1.402672 m 3.3894579 m -3.6275058 m 38.28311 MeV 23.794405 keV 11.741734 cm 7.3722369 m World muIoni - 84 1.4040255 m 3.3926968 m -3.6290605 m 38.280918 MeV 400.1279 eV 3.8391713 mm 7.376076 m World muIoni - 85 1.4350631 m 3.4669815 m -3.6646986 m 38.261548 MeV 17.857778 keV 8.8043501 cm 7.4641195 m World muIoni - 86 1.4427772 m 3.4856065 m -3.6736563 m 38.253439 MeV 6.3872302 keV 2.2059935 cm 7.4861795 m World muIoni - 87 1.4639068 m 3.5366489 m -3.6982139 m 38.227291 MeV 14.384383 keV 6.0455492 cm 7.546635 m World muIoni - 88 1.4744102 m 3.5620249 m -3.7104429 m 38.217701 MeV 8.2489529 keV 3.0063539 cm 7.5766985 m World muIoni - 89 1.4923719 m 3.6054087 m -3.7313696 m 38.203488 MeV 13.195958 keV 5.140728 cm 7.6281058 m World muIoni - 90 1.5148704 m 3.6601041 m -3.7576787 m 38.182945 MeV 15.928484 keV 6.4729858 cm 7.6928356 m World muIoni - 91 1.5223805 m 3.6785234 m -3.7665476 m 38.176358 MeV 5.0554612 keV 2.177911 cm 7.7146148 m World muIoni - 92 1.5755121 m 3.8091152 m -3.8294575 m 38.142965 MeV 32.20954 keV 15.438605 cm 7.8690008 m World muIoni - 93 1.5899845 m 3.8447314 m -3.8464723 m 38.130262 MeV 9.8138669 keV 4.2041314 cm 7.9110421 m World muIoni - 94 1.602843 m 3.8762351 m -3.8615193 m 38.115838 MeV 10.191695 keV 3.7205346 cm 7.9482475 m World muIoni - 95 1.6148083 m 3.9054853 m -3.8755283 m 38.107582 MeV 7.2137139 keV 3.4568759 cm 7.9828162 m World muIoni - 96 1.6180741 m 3.913487 m -3.8793493 m 38.103837 MeV 1.8262195 keV 9.4493988 mm 7.9922656 m World muIoni - 97 1.6301182 m 3.9429448 m -3.893419 m 38.095046 MeV 6.844339 keV 3.4796305 cm 8.0270619 m World muIoni - 98 1.6414471 m 3.9704295 m -3.9065641 m 38.086562 MeV 6.7038873 keV 3.2504543 cm 8.0595665 m World muIoni - 99 1.6870207 m 4.0812541 m -3.9594139 m 38.055205 MeV 28.181281 keV 13.09667 cm 8.1905332 m World muIoni - 100 1.7470706 m 4.2279699 m -4.0300436 m 38.013904 MeV 38.41674 keV 17.355229 cm 8.3640855 m World muIoni - 101 1.7677114 m 4.2788694 m -4.0548413 m 37.995627 MeV 16.463193 keV 6.0264301 cm 8.4243498 m World muIoni - 102 1.7852441 m 4.3223987 m -4.0761906 m 37.985939 MeV 8.5872324 keV 5.1555743 cm 8.4759055 m World muIoni - 103 1.7954209 m 4.3478205 m -4.0886109 m 37.977421 MeV 6.2712389 keV 3.0068247 cm 8.5059738 m World muIoni - 104 1.7962266 m 4.3498343 m -4.089594 m 37.947429 MeV 357.42021 eV 2.3814081 mm 8.5083552 m World muIoni - 105 1.8030454 m 4.3669014 m -4.0978841 m 37.927906 MeV 4.738972 keV 2.0162104 cm 8.5285173 m World muIoni - 106 1.8276579 m 4.4287057 m -4.1278779 m 37.910916 MeV 14.618021 keV 7.29739 cm 8.6014912 m World muIoni - 107 1.8288688 m 4.4317764 m -4.1293567 m 37.907245 MeV 1.9719901 keV 3.6169341 mm 8.6051081 m World muIoni - 108 1.8312231 m 4.4377449 m -4.1322303 m 37.903538 MeV 2.0262001 keV 7.030189 mm 8.6121383 m World muIoni - 109 1.8511916 m 4.4883584 m -4.1566341 m 37.88985 MeV 12.106323 keV 5.9632437 cm 8.6717707 m World muIoni - 110 1.8634399 m 4.5192806 m -4.1714701 m 37.871417 MeV 12.358595 keV 3.6418563 cm 8.7081893 m World muIoni - 111 1.8926554 m 4.592555 m -4.2067032 m 37.847012 MeV 19.515672 keV 8.6394941 cm 8.7945842 m World muIoni - 112 1.9046814 m 4.6230064 m -4.2214001 m 37.837317 MeV 9.694855 keV 3.5887577 cm 8.8304718 m OutOfWorld Transportation -Track (trackID 17, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.292830425625(mm),2.5949393817234(mm),79.066571277548(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.935461(mm),-1.5828087(mm),79.305912(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.13 mm 2.56 mm 6.43 cm 12.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.4173976 mm 2.726967 mm 6.4231505 cm 9.8404707 MeV 2.9070478 MeV 340.57089 um 340.57089 um Target hIoni - 2 -9.6324032 mm 2.8702539 mm 6.4179156 cm 7.1057349 MeV 2.7347358 MeV 268.26266 um 608.83354 um Target hIoni - 3 -9.8052231 mm 2.9728912 mm 6.4169026 cm 4.0798845 MeV 3.0258504 MeV 206.26273 um 815.09627 um Target hIoni - 4 -9.85637 mm 3.0509192 mm 6.4212091 cm 919.8156 keV 3.1600689 MeV 127.20339 um 942.29966 um Target hIoni - 5 -9.8615028 mm 3.0575578 mm 6.4216003 cm 49.957283 keV 869.85832 keV 12.005604 um 954.30526 um Target hIoni - 6 -9.8615158 mm 3.0576337 mm 6.4216045 cm 0 eV 49.957283 keV 270.66485 nm 954.57593 um Target hIoni - 7 -9.8615158 mm 3.0576337 mm 6.4216045 cm 0 eV 0 eV 0 fm 954.57593 um 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 -9.86 mm 3.06 mm 6.42 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.7983709 mm 3.0053095 mm 6.4120178 cm 1.2555069 MeV 2.8643058 MeV 143.89929 um 143.89929 um Target muIoni - 2 -9.7993414 mm 2.9946214 mm 6.410634 cm 184.04283 keV 1.071464 MeV 22.850997 um 166.75028 um Target muIoni - 3 -9.7988589 mm 2.9948745 mm 6.4106164 cm 0 eV 184.04283 keV 1.3284062 um 168.07869 um Target muIoni - 4 -9.7988589 mm 2.9948745 mm 6.4106164 cm 0 eV 0 eV 0 fm 168.07869 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 (-11.311343(mm),-1.3333876(mm),79.239634(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.23319(mm),-1.3135897(mm),78.195453(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8350,7 +9241,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.522618(mm),-2.8662378(mm),79.202381(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.440428(mm),1.4648331(mm),78.864219(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8359,7 +9250,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.787404(mm),-2.0405802(mm),78.450384(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.06264(mm),-2.0573779(mm),78.578179(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8368,7 +9259,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.327748(mm),1.5073814(mm),79.060414(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.326089(mm),-0.78970767(mm),79.413361(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8377,7 +9268,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.45636(mm),-1.4592852(mm),78.685083(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.959914(mm),3.2059523(mm),79.125273(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8386,7 +9277,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.92655(mm),-0.62828027(mm),78.778502(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.428843(mm),-2.0854143(mm),78.689935(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8395,7 +9286,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.231946(mm),1.1435437(mm),79.077307(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.266526(mm),0.92146775(mm),79.247536(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8404,7 +9295,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.393975(mm),-1.7281342(mm),79.401391(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.415055(mm),-3.6637782(mm),79.04502(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8413,7 +9304,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.518872(mm),2.6085679(mm),78.67406(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.915273(mm),2.3101084(mm),78.25151(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8422,7 +9313,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.489548(mm),2.1539038(mm),78.326577(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.20027(mm),-1.3527692(mm),79.435546(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8431,7 +9322,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.433984(mm),-0.90727835(mm),78.689028(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.778233(mm),3.0146014(mm),79.157309(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8440,7 +9331,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.978824(mm),1.0202535(mm),79.298266(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.912627(mm),-0.72885418(mm),78.428304(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8449,7 +9340,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.982282(mm),2.1097944(mm),78.416021(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.218847(mm),2.876774(mm),78.903289(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8458,7 +9349,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.47605(mm),0.45563579(mm),79.386919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.651497(mm),-2.9839299(mm),78.650675(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8467,7 +9358,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.086727(mm),0.80616991(mm),79.102913(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.808636(mm),-2.3917077(mm),79.328275(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8476,7 +9367,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.510632(mm),-1.5355216(mm),78.322859(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.099217(mm),2.1695031(mm),78.219076(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8485,7 +9376,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.127906(mm),-0.24743997(mm),78.919325(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.649201(mm),2.579911(mm),79.180061(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8494,7 +9385,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.361717(mm),1.7924369(mm),78.349117(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.786535(mm),2.6385584(mm),78.27421(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8503,7 +9394,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.989425(mm),1.1692183(mm),78.767416(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.686937(mm),1.1105318(mm),79.349734(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8512,7 +9403,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.524936(mm),0.31023735(mm),79.025645(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.941406(mm),0.061831794(mm),78.775883(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8521,7 +9412,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.839451(mm),-0.39013342(mm),78.79386(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.218302(mm),-1.5623412(mm),78.374405(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8530,7 +9421,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.482881(mm),-1.8394423(mm),78.680406(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.109324(mm),2.0720777(mm),78.393621(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8539,7 +9430,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.448932(mm),2.0712323(mm),78.510065(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.7622(mm),-1.1242659(mm),78.807482(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8548,7 +9439,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.303469(mm),-2.4579643(mm),78.359387(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.078014(mm),1.3214589(mm),78.575468(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8557,7 +9448,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.473302(mm),-3.4950571(mm),78.858422(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.075106(mm),-0.79486746(mm),78.928635(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8566,7 +9457,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.024347(mm),-1.03692(mm),78.232277(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.125086(mm),-2.5422001(mm),78.390841(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8575,7 +9466,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.494666(mm),1.1137651(mm),79.383636(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.497333(mm),-1.8757027(mm),78.854185(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8584,115 +9475,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.827944(mm),-2.0869803(mm),78.266908(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.5933(mm),-2.3479729(mm),78.484609(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.909413(mm),1.3268341(mm),78.42887(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.989711(mm),-0.88807805(mm),78.414712(mm),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.383596(mm),1.728225(mm),78.345259(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.602012(mm),-0.72390114(mm),78.483073(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.398981(mm),2.7951136(mm),79.047854(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.0392(mm),0.019338421(mm),79.111293(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.501305(mm),-0.89065956(mm),78.148177(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.909267(mm),0.25211067(mm),78.428896(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.677903(mm),0.41227891(mm),78.646019(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.885445(mm),-1.6241282(mm),78.609423(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.343874(mm),-1.8508875(mm),78.175936(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.703132(mm),-1.7875453(mm),78.994224(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8710,7 +9493,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.758034(mm),-3.1075771(mm),78.808216(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.730302(mm),-3.0080941(mm),79.16576(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8719,7 +9502,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.299574(mm),1.4885504(mm),79.418036(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.208844(mm),3.8272476(mm),78.905053(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8728,7 +9511,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.716824(mm),3.2042438(mm),78.815483(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.001701(mm),-2.7737993(mm),78.588924(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8737,7 +9520,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.553252(mm),-1.679327(mm),79.020652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.793981(mm),2.4437014(mm),79.330859(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8746,7 +9529,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.635723(mm),1.5105377(mm),78.829783(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.455583(mm),0.95085399(mm),78.68522(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8755,7 +9538,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.549373(mm),-1.4728697(mm),78.492355(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.595775(mm),3.4475658(mm),78.836827(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8764,7 +9547,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.342298(mm),-0.85787215(mm),79.410503(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.83534(mm),0.097164725(mm),78.970912(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8773,7 +9556,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.45273(mm),-1.0929932(mm),78.156742(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.713944(mm),1.5723995(mm),78.28701(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8782,7 +9565,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.117718(mm),-1.0094547(mm),79.097448(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.188937(mm),1.8973694(mm),79.084891(mm),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 +9574,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.348174(mm),2.2506213(mm),78.880486(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.968808(mm),-3.5414208(mm),78.594724(mm),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 +9583,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.6502(mm),-1.4180802(mm),78.82723(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.332701(mm),0.85528022(mm),78.706887(mm),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 +9592,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.020328(mm),0.92422783(mm),79.290948(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.456888(mm),-3.0624084(mm),78.68499(mm),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 +9601,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.18665(mm),-1.9910448(mm),78.73264(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.867662(mm),-2.7743899(mm),78.965213(mm),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 +9610,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.289769(mm),-0.25844993(mm),78.185476(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.617771(mm),-2.120479(mm),79.361929(mm),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 +9619,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.139236(mm),0.82622008(mm),78.564673(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.82535(mm),3.38959(mm),78.972674(mm),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 +9628,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.627141(mm),1.1450319(mm),78.831296(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.050751(mm),1.8377244(mm),79.109256(mm),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 +9637,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.73988(mm),2.9220818(mm),78.458763(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.748421(mm),1.088974(mm),79.162565(mm),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 +9646,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.634783(mm),-1.5365543(mm),78.477295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.132658(mm),-1.6723448(mm),79.271141(mm),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 +9655,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.37768(mm),-0.84189366(mm),79.404264(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.693693(mm),0.9814832(mm),78.643234(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8881,7 +9664,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.690826(mm),2.2033361(mm),78.64374(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.125398(mm),-0.31103081(mm),79.272421(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8890,7 +9673,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.272327(mm),3.3017694(mm),78.541206(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.660432(mm),-0.77604599(mm),79.001753(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8899,7 +9682,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.772839(mm),-3.3997538(mm),78.629279(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.93611(mm),2.38735(mm),78.60049(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8908,7 +9691,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.232577(mm),0.17620058(mm),79.429849(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.702342(mm),1.6443332(mm),79.17069(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8917,7 +9700,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.108884(mm),0.306504(mm),78.393698(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.616985(mm),2.6628669(mm),78.304106(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8926,7 +9709,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.182882(mm),-0.1906729(mm),78.733304(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.603202(mm),-1.4024437(mm),79.011844(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8935,144 +9718,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.838627(mm),-1.6905317(mm),78.265025(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.627004(mm),1.0429151(mm),78.302339(mm),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 -5.7 mm -1.49 mm 2.78 cm 72.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.4870069 mm -3.9950092 mm 2.9968033 cm 60.839397 MeV 11.821938 MeV 3.3517084 mm 3.3517084 mm Target Transportation - 2 -29.398182 cm -1.6479363 cm 2 m 60.839398 MeV1.2528885e-13 meV 2.995497 m 2.9988488 m CaptureMgnt Transportation - 3 -29.47572 cm -7.9906097 mm 2.0074418 m 60.835814 MeV 2.4972381 keV 1.1315501 cm 3.0101643 m World hIoni - 4 -29.49298 cm -6.0992979 mm 2.0090988 m 60.830561 MeV 1.7937677 keV 2.5203929 mm 3.0126847 m World hIoni - 5 -30.554857 cm 11.123993 cm 2.1119203 m 60.798434 MeV 28.361326 keV 15.637649 cm 3.1690611 m World hIoni - 6 -30.709569 cm 12.830122 cm 2.1269191 m 60.790716 MeV 4.3609966 keV 2.2769377 cm 3.1918305 m World hIoni - 7 -32.064496 cm 27.875097 cm 2.259173 m 60.746812 MeV 39.570691 keV 20.077352 cm 3.392604 m World hIoni - 8 -32.632945 cm 33.867672 cm 2.3119102 m 60.726942 MeV 14.659857 keV 8.0028969 cm 3.472633 m World hIoni - 9 -33.016568 cm 37.736341 cm 2.3458966 m 60.713904 MeV 10.940002 keV 5.1637732 cm 3.5242707 m World hIoni - 10 -33.470552 cm 42.180278 cm 2.384955 m 60.657978 MeV 10.061629 keV 5.9338279 cm 3.583609 m World hIoni - 11 -33.764542 cm 45.026438 cm 2.4099745 m 60.63723 MeV 5.3626306 keV 3.8008939 cm 3.621618 m World hIoni - 12 -34.235256 cm 49.613012 cm 2.4501844 m 60.623107 MeV 12.672725 keV 6.1177326 cm 3.6827953 m World hIoni - 13 -35.121324 cm 58.133429 cm 2.5251792 m 60.588666 MeV 26.348692 keV 11.385303 cm 3.7966483 m World hIoni - 14 -36.005081 cm 66.813169 cm 2.601483 m 60.561856 MeV 22.416365 keV 11.590598 cm 3.9125543 m World hIoni - 15 -37.78189 cm 84.168391 cm 2.7542828 m 60.505946 MeV 53.673576 keV 23.191416 cm 4.1444685 m World hIoni - 16 -38.538777 cm 91.468697 cm 2.8189425 m 60.463647 MeV 22.996409 keV 9.7814498 cm 4.242283 m World hIoni - 17 -39.112226 cm 97.039374 cm 2.8684817 m 60.446252 MeV 16.297458 keV 7.4768138 cm 4.3170511 m World hIoni - 18 -39.491423 cm 1.0069341 m 2.9009538 m 60.432315 MeV 12.137604 keV 4.9030729 cm 4.3660818 m World hIoni - 19 -39.530868 cm 1.0107154 m 2.9043114 m 60.42961 MeV 1.5515119 keV 5.0722056 mm 4.371154 m World hIoni - 20 -39.821883 cm 1.0385722 m 2.9290354 m 60.416069 MeV 10.952368 keV 3.7359772 cm 4.4085138 m World hIoni - 21 -39.998963 cm 1.0556463 m 2.9441855 m 60.410341 MeV 3.582895 keV 2.2895083 cm 4.4314089 m World hIoni - 22 -40.0428 cm 1.0598212 m 2.9478896 m 60.407986 MeV 434.83251 eV 5.5983951 mm 4.4370073 m World hIoni - 23 -40.837925 cm 1.1355501 m 3.0151305 m 60.3847 MeV 20.689906 keV 10.158472 cm 4.538592 m World hIoni - 24 -42.442004 cm 1.2874338 m 3.1496502 m 60.34865 MeV 32.477425 keV 20.352327 cm 4.7421153 m World hIoni - 25 -42.780781 cm 1.3201265 m 3.1784041 m 60.334405 MeV 11.781344 keV 4.3670086 cm 4.7857853 m World hIoni - 26 -43.44167 cm 1.3841245 m 3.2345505 m 60.313841 MeV 18.333259 keV 8.5392311 cm 4.8711777 m World hIoni - 27 -43.481689 cm 1.3879396 m 3.2379199 m 60.310271 MeV 1.5932824 keV 5.1057204 mm 4.8762834 m World hIoni - 28 -43.510326 cm 1.3906816 m 3.240343 m 60.29341 MeV 673.50096 eV 3.6704003 mm 4.8799538 m World hIoni - 29 -44.058456 cm 1.4432838 m 3.2869176 m 60.273013 MeV 18.758968 keV 7.0471548 cm 4.9504253 m World hIoni - 30 -44.469347 cm 1.4827 m 3.3217874 m 60.259641 MeV 12.015781 keV 5.2786586 cm 5.0032119 m World hIoni - 31 -44.969894 cm 1.5320037 m 3.3654068 m 60.244263 MeV 12.499145 keV 6.6019493 cm 5.0692314 m World hIoni - 32 -45.160308 cm 1.5501781 m 3.381462 m 60.23877 MeV 3.9575548 keV 2.4324981 cm 5.0935564 m World hIoni - 33 -45.788658 cm 1.6090064 m 3.433293 m 60.221439 MeV 16.291161 keV 7.8655694 cm 5.1722121 m World hIoni - 34 -46.042584 cm 1.6332652 m 3.4546583 m 60.212961 MeV 6.8452708 keV 3.2425418 cm 5.2046375 m World hIoni - 35 -46.083487 cm 1.6372511 m 3.4581609 m 60.208647 MeV 1.3493187 keV 5.3219456 mm 5.2099594 m World hIoni - 36 -46.153858 cm 1.6441271 m 3.464197 m 60.204403 MeV 1.9012843 keV 9.1766198 mm 5.2191361 m World hIoni - 37 -46.216946 cm 1.6502953 m 3.4696117 m 60.197082 MeV 3.5689938 keV 8.2318442 mm 5.2273679 m World hIoni - 38 -46.296826 cm 1.6580939 m 3.476452 m 60.189964 MeV 1.836001 keV 1.0404075 cm 5.237772 m World hIoni - 39 -46.645152 cm 1.6919323 m 3.5061669 m 60.180888 MeV 8.0013004 keV 4.5168062 cm 5.28294 m World hIoni - 40 -46.782635 cm 1.7053589 m 3.5179373 m 60.176628 MeV 2.9883653 keV 1.790825 cm 5.3008483 m World hIoni - 41 -48.266326 cm 1.8504464 m 3.6449296 m 60.139545 MeV 34.000805 keV 19.338493 cm 5.4942332 m World hIoni - 42 -48.856132 cm 1.9100302 m 3.6970397 m 60.119059 MeV 19.119504 keV 7.9375651 cm 5.5736089 m World hIoni - 43 -49.260292 cm 1.9510065 m 3.7328623 m 60.107147 MeV 10.144453 keV 5.4577032 cm 5.6281859 m World hIoni - 44 -49.584188 cm 1.9837868 m 3.7615279 m 60.096983 MeV 8.0236266 keV 4.366643 cm 5.6718523 m World hIoni - 45 -49.609744 cm 1.9863765 m 3.7637953 m 60.095492 MeV 361.55922 eV 3.4515306 mm 5.6753039 m World hIoni - 46 -50.447372 cm 2.0712996 m 3.8381157 m 60.061532 MeV 22.703107 keV 11.316204 cm 5.7884659 m World hIoni - 47 -50.480859 cm 2.074635 m 3.8410155 m 60.059328 MeV 968.69926 eV 4.4323673 mm 5.7928983 m World hIoni - 48 -50.609431 cm 2.0874654 m 3.8521748 m 60.055025 MeV 2.3304717 keV 1.7052869 cm 5.8099511 m World hIoni - 49 -50.619899 cm 2.0885097 m 3.8530845 m 60.051937 MeV 392.17957 eV 1.3889746 mm 5.8113401 m World hIoni - 50 -51.664966 cm 2.192953 m 3.9441307 m 60.018626 MeV 31.643925 keV 13.894998 cm 5.9502901 m World hIoni - 51 -52.413545 cm 2.2687275 m 4.0101093 m 59.995037 MeV 21.57254 keV 10.075219 cm 6.0510423 m World hIoni - 52 -52.748872 cm 2.3027294 m 4.0396343 m 59.982909 MeV 9.1233485 keV 4.5156399 cm 6.0961987 m World hIoni - 53 -52.757345 cm 2.3035795 m 4.0403719 m 59.981608 MeV 89.71993 eV 1.1286887 mm 6.0973274 m World hIoni - 54 -53.121989 cm 2.3402007 m 4.0721593 m 59.973218 MeV 6.7996473 keV 4.8629704 cm 6.1459571 m World hIoni - 55 -53.164156 cm 2.3444769 m 4.0758813 m 59.971377 MeV 647.35159 eV 5.684823 mm 6.1516419 m World hIoni - 56 -53.47181 cm 2.3756228 m 4.1029755 m 59.959697 MeV 10.580099 keV 4.1396017 cm 6.1930379 m World hIoni - 57 -53.480433 cm 2.3765046 m 4.1037454 m 59.957256 MeV 224.9452 eV 1.1737955 mm 6.1942117 m World hIoni - 58 -53.943355 cm 2.423625 m 4.1448919 m 59.941891 MeV 13.497102 keV 6.2727935 cm 6.2569396 m World hIoni - 59 -53.969086 cm 2.4262304 m 4.1471716 m 59.939738 MeV 895.53982 eV 3.4715397 mm 6.2604112 m World hIoni - 60 -54.400824 cm 2.4698442 m 4.1853222 m 59.923185 MeV 14.32444 keV 5.8105722 cm 6.3185169 m World hIoni - 61 -54.971145 cm 2.5278375 m 4.2361462 m 59.904229 MeV 13.929891 keV 7.73229 cm 6.3958398 m World hIoni - 62 -55.352536 cm 2.5667617 m 4.2703175 m 59.891746 MeV 11.154943 keV 5.1935775 cm 6.4477756 m World hIoni - 63 -55.718644 cm 2.6034368 m 4.3025827 m 59.882191 MeV 8.4997064 keV 4.8984803 cm 6.4967604 m World hIoni - 64 -55.860349 cm 2.6177033 m 4.3151158 m 59.875459 MeV 5.6529352 keV 1.9042605 cm 6.515803 m World hIoni - 65 -56.491848 cm 2.680886 m 4.3706573 m 59.855231 MeV 18.291514 keV 8.4361151 cm 6.6001641 m World hIoni - 66 -56.701546 cm 2.7017097 m 4.3889618 m 59.849959 MeV 4.1201405 keV 2.7804311 cm 6.6279684 m World hIoni - 67 -57.144039 cm 2.745175 m 4.4271635 m 59.820406 MeV 11.138764 keV 5.8036049 cm 6.6860045 m World hIoni - 68 -57.547782 cm 2.7844825 m 4.4616894 m 59.771736 MeV 14.483175 keV 5.2473114 cm 6.7384776 m World hIoni - 69 -57.842535 cm 2.8134855 m 4.4872532 m 59.7499 MeV 6.6713657 keV 3.8773292 cm 6.7772509 m World hIoni - 70 -58.103949 cm 2.8392845 m 4.5100409 m 59.737913 MeV 5.4814657 keV 3.4521015 cm 6.8117719 m World hIoni - 71 -58.369203 cm 2.8653066 m 4.5329729 m 59.726798 MeV 8.2378406 keV 3.4785979 cm 6.8465579 m World hIoni - 72 -61.12707 cm 3.1219999 m 4.7627765 m 59.659151 MeV 64.798187 keV 34.564936 cm 7.1922073 m World hIoni - 73 -61.224394 cm 3.13081 m 4.7708463 m 59.653999 MeV 2.115075 keV 1.1986949 cm 7.2041942 m World hIoni - 74 -61.948653 cm 3.1956603 m 4.830305 m 59.637087 MeV 15.539969 keV 8.8280071 cm 7.2924743 m World hIoni - 75 -62.732563 cm 3.2656278 m 4.8941753 m 59.618647 MeV 14.292183 keV 9.5059646 cm 7.3875339 m World hIoni - 76 -63.604383 cm 3.3433929 m 4.9653412 m 59.595189 MeV 18.030705 keV 10.577346 cm 7.4933074 m World hIoni - 77 -63.744259 cm 3.3564015 m 4.9773034 m 59.586545 MeV 2.1058753 keV 1.7727762 cm 7.5110352 m World hIoni - 78 -64.153805 cm 3.3941258 m 5.0119558 m 59.574403 MeV 10.923848 keV 5.138767 cm 7.5624228 m World hIoni - 79 -64.410065 cm 3.4174046 m 5.0333627 m 59.557014 MeV 9.8482703 keV 3.1728973 cm 7.5941518 m World hIoni - 80 -64.769653 cm 3.4497494 m 5.0631767 m 59.540609 MeV 10.045011 keV 4.4136021 cm 7.6382878 m World hIoni - 81 -64.986741 cm 3.4694717 m 5.0814132 m 59.533651 MeV 5.258782 keV 2.6949036 cm 7.6652369 m World hIoni - 82 -65.200732 cm 3.4890628 m 5.0995121 m 59.526945 MeV 5.1976102 keV 2.6757448 cm 7.6919943 m World hIoni - 83 -65.300423 cm 3.498209 m 5.1079611 m 59.520996 MeV 3.8975353 keV 1.2491332 cm 7.7044856 m World hIoni - 84 -65.485151 cm 3.5150898 m 5.1235468 m 59.513547 MeV 6.4207459 keV 2.3049718 cm 7.7275353 m World hIoni - 85 -65.945461 cm 3.5568115 m 5.1620112 m 59.460445 MeV 12.501008 keV 5.6933287 cm 7.7844686 m World hIoni - 86 -66.172538 cm 3.5772512 m 5.180926 m 59.454506 MeV 4.1803148 keV 2.79411 cm 7.8124097 m World hIoni - 87 -66.571851 cm 3.6132528 m 5.2142893 m 59.443968 MeV 8.8203624 keV 4.924613 cm 7.8616559 m World hIoni - 88 -66.698162 cm 3.6245939 m 5.2247763 m 59.440803 MeV 1.9968342 keV 1.5498125 cm 7.877154 m World hIoni - 89 -66.801738 cm 3.6339374 m 5.2334298 m 59.435472 MeV 3.777645 keV 1.277719 cm 7.8899312 m World hIoni - 90 -68.315596 cm 3.7690557 m 5.3584188 m 59.397276 MeV 37.003235 keV 18.468502 cm 8.0746162 m World hIoni - 91 -68.480425 cm 3.783565 m 5.3718346 m 59.391622 MeV 4.4877058 keV 1.9829781 cm 8.094446 m World hIoni - 92 -68.946315 cm 3.8252271 m 5.4100126 m 59.349695 MeV 14.568012 keV 5.6700973 cm 8.151147 m World hIoni - 93 -69.300374 cm 3.8566478 m 5.4386923 m 59.311118 MeV 4.0637296 keV 4.2688664 cm 8.1938356 m World hIoni - 94 -69.94276 cm 3.9136553 m 5.4909683 m 59.296484 MeV 13.315529 keV 7.7613842 cm 8.2714495 m World hIoni - 95 -70.244704 cm 3.9401818 m 5.5153297 m 59.286358 MeV 8.5289078 keV 3.6142151 cm 8.3075916 m World hIoni - 96 -70.300947 cm 3.9452311 m 5.5199539 m 59.283594 MeV 763.65162 eV 6.8698337 mm 8.3144614 m World hIoni - 97 -70.689633 cm 3.9801113 m 5.551904 m 59.271954 MeV 10.330255 keV 4.7461026 cm 8.3619225 m World hIoni - 98 -71.403336 cm 4.0447344 m 5.6111481 m 59.251037 MeV 18.382124 keV 8.7959999 cm 8.4498825 m World hIoni - 99 -71.694065 cm 4.0709245 m 5.6351721 m 59.244392 MeV 5.5185061 keV 3.5658422 cm 8.4855409 m World hIoni - 100 -71.81121 cm 4.0815244 m 5.6448705 m 59.23812 MeV 4.5557884 keV 1.4414909 cm 8.4999558 m World hIoni - 101 -73.106047 cm 4.1986102 m 5.7521 m 59.207259 MeV 29.722167 keV 15.929537 cm 8.6592512 m World hIoni - 102 -73.805575 cm 4.2635012 m 5.8113981 m 59.185574 MeV 19.982359 keV 8.8181949 cm 8.7474331 m World hIoni - 103 -74.141113 cm 4.2952376 m 5.8404027 m 59.174348 MeV 10.112269 keV 4.312455 cm 8.7905577 m World hIoni - 104 -75.292351 cm 4.4050411 m 5.9408413 m 59.146906 MeV 25.84648 keV 14.925591 cm 8.9398136 m World hIoni - 105 -75.526966 cm 4.4278037 m 5.961577 m 59.139799 MeV 4.5900511 keV 3.0880562 cm 8.9706942 m World hIoni - 106 -75.558598 cm 4.4308866 m 5.9643806 m 59.137703 MeV 838.93537 eV 4.1790786 mm 8.9748732 m World hIoni - 107 -75.630894 cm 4.4379926 m 5.9708434 m 59.133653 MeV 1.8080257 keV 9.6325386 mm 8.9845058 m World hIoni - 108 -75.641927 cm 4.4390782 m 5.9718314 m 59.130123 MeV 75.550763 eV 1.4720013 mm 8.9859778 m World hIoni - 109 -77.24858 cm 4.5978899 m 6.1164217 m 59.08231 MeV 44.334155 keV 21.537387 cm 9.2013516 m World hIoni - 110 -77.732386 cm 4.6449553 m 6.1594638 m 59.057436 MeV 14.894257 keV 6.3962348 cm 9.265314 m World hIoni - 111 -78.094628 cm 4.6821016 m 6.1932423 m 59.043649 MeV 12.432286 keV 5.0338521 cm 9.3156525 m World hIoni - 112 -78.261174 cm 4.6990743 m 6.2086791 m 59.03731 MeV 4.6576112 keV 2.3003138 cm 9.3386556 m World hIoni - 113 -78.78224 cm 4.7519898 m 6.2568372 m 59.01884 MeV 16.511226 keV 7.1738482 cm 9.4103941 m World hIoni - 114 -78.812591 cm 4.7550143 m 6.2595778 m 59.017574 MeV 256.87407 eV 4.092753 mm 9.4144869 m World hIoni - 115 -78.967888 cm 4.7704351 m 6.2735524 m 59.012559 MeV 3.7838385 keV 2.0868671 cm 9.4353556 m World hIoni - 116 -79.903825 cm 4.8634069 m 6.3578782 m 58.96118 MeV 27.02128 keV 12.586597 cm 9.5612215 m World hIoni - 117 -79.983757 cm 4.8714043 m 6.3651537 m 58.954707 MeV 2.6387403 keV 1.0841174 cm 9.5720627 m World hIoni - 118 -80.183005 cm 4.8914376 m 6.3833579 m 58.942838 MeV 5.3486233 keV 2.7142098 cm 9.5992048 m World hIoni - 119 -80.34475 cm 4.9075064 m 6.3979696 m 58.934022 MeV 3.9422039 keV 2.1778999 cm 9.6209838 m World hIoni - 120 -80.621711 cm 4.9345733 m 6.4225415 m 58.926455 MeV 7.5671412 keV 3.6661542 cm 9.6576453 m OutOfWorld Transportation -Track (trackID 2, parentID 1) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.425829087749(mm),-0.34301932951078(mm),78.161485121475(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.064906(mm),-1.0309881(mm),78.57778(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9081,7 +9736,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.666199(mm),0.84548767(mm),79.35339(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.751564(mm),1.7719423(mm),79.162011(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9090,7 +9745,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.410309(mm),-0.70651679(mm),78.340549(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.440581(mm),-3.5531941(mm),78.687865(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9099,7 +9754,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.640258(mm),-2.846319(mm),78.476329(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.417655(mm),-2.8870825(mm),79.044561(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9108,7 +9763,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.31226(mm),-2.3485421(mm),78.710491(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.724195(mm),0.9704847(mm),78.814183(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9117,7 +9772,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.532269(mm),2.7459451(mm),78.319044(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.693014(mm),2.7526477(mm),79.172335(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9126,7 +9781,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.406611(mm),2.8147065(mm),79.222836(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.273721(mm),-0.63414046(mm),78.364633(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9135,7 +9790,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.54066(mm),-3.3994676(mm),78.670218(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.676198(mm),-1.4990231(mm),79.351627(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9144,7 +9799,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.863848(mm),-2.3940046(mm),78.613232(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.670194(mm),2.3695688(mm),79.000032(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9153,7 +9808,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.715706(mm),1.6439374(mm),78.992007(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.874767(mm),-2.4575744(mm),78.258652(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9162,7 +9817,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.704944(mm),-2.4963226(mm),78.288597(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.36456(mm),1.1762697(mm),79.23025(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9171,7 +9826,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.821605(mm),-2.0024687(mm),79.149661(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.375257(mm),-1.2780782(mm),78.170402(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9180,7 +9835,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.44403(mm),-0.79362882(mm),78.334603(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.425849(mm),2.016245(mm),79.219444(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9189,7 +9844,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.441698(mm),-0.16786448(mm),78.511341(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.433246(mm),-2.4973187(mm),79.218139(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9198,7 +9853,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.929054(mm),-2.0025089(mm),79.307042(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.211428(mm),0.35446243(mm),78.19929(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9207,7 +9862,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.657924(mm),2.0924953(mm),79.354849(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.730525(mm),-1.3417945(mm),78.813067(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9216,7 +9871,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.161307(mm),-1.2789877(mm),79.266089(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.887615(mm),1.5196363(mm),79.314349(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9225,7 +9880,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.881574(mm),-0.72907527(mm),78.610106(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.748877(mm),2.7454705(mm),78.809831(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9234,7 +9889,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.104534(mm),-1.5806997(mm),78.747119(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.852854(mm),-1.6295418(mm),78.61517(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9243,7 +9898,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.879525(mm),2.0523039(mm),79.139448(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.445743(mm),0.31264651(mm),79.039609(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9252,7 +9907,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.228187(mm),-0.88029988(mm),78.901643(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.289629(mm),2.9681678(mm),78.361828(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9261,47 +9916,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.089625(mm),3.7543267(mm),78.573421(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.976134(mm),-2.7114476(mm),78.593432(mm),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 -5.48 mm 2.43 mm 3.08 cm 27.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.7932856 mm 2.1192533 mm 3.0098513 cm 23.382268 MeV 3.7667006 MeV 836.35276 um 836.35276 um Target hIoni - 2 -6.1015824 mm 1.7942105 mm 2.9587881 cm 18.934127 MeV 4.4481414 MeV 685.65116 um 1.5220039 mm Target hIoni - 3 -6.3581145 mm 1.5856741 mm 2.9185581 cm 15.350845 MeV 3.5832821 MeV 526.14845 um 2.0481524 mm Target hIoni - 4 -6.5640987 mm 1.3476949 mm 2.8925365 cm 12.115513 MeV 3.2353314 MeV 413.2681 um 2.4614205 mm Target hIoni - 5 -6.6937893 mm 1.145946 mm 2.8714305 cm 8.9659142 MeV 3.1495991 MeV 324.10097 um 2.7855215 mm Target hIoni - 6 -6.8066869 mm 992.05209 um 2.8563408 cm 6.3100804 MeV 2.6558338 MeV 248.01409 um 3.0335355 mm Target hIoni - 7 -6.8605114 mm 908.01203 um 2.8409914 cm 3.346271 MeV 2.9638094 MeV 188.28683 um 3.2218224 mm Target hIoni - 8 -6.8835633 mm 856.504 um 2.8365774 cm 272.05342 keV 3.0742176 MeV 96.377347 um 3.3181997 mm Target hIoni - 9 -6.8835947 mm 856.09205 um 2.8366457 cm 74.92839 keV 197.12503 keV 2.0267204 um 3.3202264 mm Target hIoni - 10 -6.8834289 mm 856.13108 um 2.8366438 cm 0 eV 74.92839 keV 410.74758 nm 3.3206372 mm Target hIoni - 11 -6.8834289 mm 856.13108 um 2.8366438 cm 0 eV 0 eV 0 fm 3.3206372 mm Target Scintillation -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 16, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.88 mm 856 um 2.84 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.959522 mm 786.07452 um 2.8300784 cm 1.3428444 MeV 2.7769683 MeV 143.89929 um 143.89929 um Target muIoni - 2 -6.9702616 mm 779.44897 um 2.8288244 cm 86.560102 keV 1.2562843 MeV 25.448123 um 169.34741 um Target muIoni - 3 -6.970467 mm 779.52971 um 2.8288299 cm 0 eV 86.560102 keV 511.8893 nm 169.8593 um Target muIoni - 4 -6.970467 mm 779.52971 um 2.8288299 cm 0 eV 0 eV 0 fm 169.8593 um Target Scintillation -Track (trackID 16, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.928997(mm),-2.8763721(mm),78.778071(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.13158(mm),1.2958004(mm),79.271331(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9310,7 +9934,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.219038(mm),-0.65425642(mm),78.374275(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.048159(mm),2.4151905(mm),78.757059(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9319,42 +9943,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.67526(mm),-0.57512702(mm),79.175466(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.333905(mm),0.44087422(mm),79.411983(mm),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 -7.71 mm -606 um 5.67 cm 9.54 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.8457886 mm -629.20217 um 5.6488707 cm 6.7262293 MeV 2.8134917 MeV 261.23459 um 261.23459 um Target hIoni - 2 -7.9314172 mm -549.19065 um 5.6335797 cm 3.7161745 MeV 3.0100547 MeV 197.7508 um 458.98539 um Target hIoni - 3 -7.9677747 mm -540.16194 um 5.6247822 cm 281.96211 keV 3.4342124 MeV 113.21971 um 572.2051 um Target hIoni - 4 -7.9675928 mm -540.43666 um 5.6246793 cm 100.15672 keV 181.80539 keV 2.1292254 um 574.33433 um Target hIoni - 5 -7.9673237 mm -540.38571 um 5.624678 cm 0 eV 100.15672 keV 575.61207 nm 574.90994 um Target hIoni - 6 -7.9673237 mm -540.38571 um 5.624678 cm 0 eV 0 eV 0 fm 574.90994 um Target Scintillation -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 -7.97 mm -540 um 5.62 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.0452393 mm -538.70211 um 5.634255 cm 1.0223567 MeV 3.097456 MeV 143.89929 um 143.89929 um Target muIoni - 2 -8.0553516 mm -536.78022 um 5.6341115 cm 105.91917 keV 916.43752 keV 16.480177 um 160.37946 um Target muIoni - 3 -8.0555842 mm -536.57924 um 5.6341189 cm 0 eV 105.91917 keV 659.30716 nm 161.03877 um Target muIoni - 4 -8.0555842 mm -536.57924 um 5.6341189 cm 0 eV 0 eV 0 fm 161.03877 um Target Scintillation -Track (trackID 13, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.617515(mm),1.8268371(mm),79.361975(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.050097(mm),3.2311986(mm),78.580391(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9363,7 +9961,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.712097(mm),0.14581896(mm),78.287335(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.142688(mm),-1.6056894(mm),78.916718(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9372,7 +9970,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.067668(mm),-2.3431181(mm),78.224638(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.021871(mm),0.66972312(mm),78.938022(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9381,7 +9979,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.481541(mm),2.7151845(mm),78.85697(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.901367(mm),1.2254311(mm),78.606616(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9390,7 +9988,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.091357(mm),2.2964863(mm),78.749443(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.208595(mm),0.6790978(mm),79.257751(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9399,7 +9997,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.105962(mm),1.4537915(mm),78.394213(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.648139(mm),0.30511541(mm),78.298613(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9408,315 +10006,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.311029(mm),-0.23376742(mm),78.887035(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.562443(mm),-3.3339196(mm),78.49005(mm),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.3 cm -195 um 7.75 cm 66.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3062124 cm -917.88897 um 7.7033288 cm 63.893937 MeV 2.6093328 MeV 843.03148 um 843.03148 um Target CoulombScat - 2 -1.3030753 cm -3.2415007 mm 7.5382318 cm 55.755505 MeV 8.138432 MeV 2.8707896 mm 3.713821 mm Target hIoni - 3 -1.3009877 cm -3.9939372 mm 7.5050462 cm 52.198389 MeV 3.5571166 MeV 824.55302 um 4.5383741 mm Target Transportation - 4 -25.086301 cm -4.875778 cm -2 m 52.198396 MeV2.5054584e-13 meV 5.5211441 m 5.5256825 m CaptureMgnt Transportation - 5 -33.292628 cm 9.8788195 cm -2.0684733 m 52.154977 MeV 42.393432 keV 18.218941 cm 5.7078719 m World hIoni - 6 -35.051026 cm 13.027579 cm -2.0831613 m 52.146821 MeV 6.803065 keV 3.8941012 cm 5.7468129 m World hIoni - 7 -38.69809 cm 19.559953 cm -2.1137373 m 52.115407 MeV 13.906225 keV 8.0822045 cm 5.827635 m World hIoni - 8 -43.067872 cm 27.372763 cm -2.1504356 m 52.09103 MeV 21.519895 keV 9.6748626 cm 5.9243836 m World hIoni - 9 -46.85037 cm 34.125051 cm -2.1822125 m 52.071895 MeV 17.899583 keV 8.3665148 cm 6.0080488 m World hIoni - 10 -52.773717 cm 44.705792 cm -2.232169 m 52.044677 MeV 26.07515 keV 13.114698 cm 6.1391957 m World hIoni - 11 -54.102466 cm 47.05798 cm -2.2432132 m 52.036369 MeV 7.0346529 keV 2.9185811 cm 6.1683815 m World hIoni - 12 -57.387138 cm 52.897406 cm -2.2704882 m 52.016432 MeV 17.539815 keV 7.2337637 cm 6.2407192 m World hIoni - 13 -59.305663 cm 56.309236 cm -2.2864904 m 52.008713 MeV 6.048174 keV 4.228715 cm 6.2830063 m World hIoni - 14 -60.810559 cm 58.985027 cm -2.2991468 m 51.999539 MeV 7.9748972 keV 3.3206095 cm 6.3162124 m World hIoni - 15 -63.201144 cm 63.244932 cm -2.3193798 m 51.987761 MeV 9.958141 keV 5.2872948 cm 6.3690854 m World hIoni - 16 -66.121028 cm 68.457815 cm -2.3441378 m 51.967984 MeV 18.134105 keV 6.4675758 cm 6.4337611 m World hIoni - 17 -67.659604 cm 71.206771 cm -2.3571893 m 51.74042 MeV 7.7873899 keV 3.4098956 cm 6.4678601 m World hIoni - 18 -68.845678 cm 73.33309 cm -2.3673645 m 51.735193 MeV 4.2151551 keV 2.6388171 cm 6.4942483 m World hIoni - 19 -70.32572 cm 75.99657 cm -2.380113 m 51.722948 MeV 10.157463 keV 3.3030142 cm 6.5272784 m World hIoni - 20 -70.966975 cm 77.143198 cm -2.3855849 m 51.719248 MeV 2.353586 keV 1.4231595 cm 6.54151 m World hIoni - 21 -72.837072 cm 80.497831 cm -2.401594 m 51.704024 MeV 10.76301 keV 4.160981 cm 6.5831198 m World hIoni - 22 -76.849315 cm 87.701099 cm -2.435897 m 51.682977 MeV 19.634726 keV 8.9304156 cm 6.672424 m World hIoni - 23 -81.797143 cm 96.567169 cm -2.4783781 m 51.657571 MeV 23.240197 keV 11.006138 cm 6.7824853 m World hIoni - 24 -82.681964 cm 98.149419 cm -2.4859144 m 51.647239 MeV 4.9504256 keV 1.9632547 cm 6.8021179 m World hIoni - 25 -83.005585 cm 98.730373 cm -2.4886805 m 51.611902 MeV 1.5023519 keV 7.2024445 mm 6.8093203 m World hIoni - 26 -90.930255 cm 1.1300772 m -2.5567485 m 51.573725 MeV 34.963205 keV 17.69117 cm 6.986232 m World hIoni - 27 -91.897679 cm 1.1474583 m -2.5650498 m 51.567731 MeV 4.3451605 keV 2.1554674 cm 7.0077867 m World hIoni - 28 -97.876968 cm 1.2551498 m -2.6163752 m 51.536239 MeV 30.007636 keV 13.344293 cm 7.1412296 m World hIoni - 29 -97.964181 cm 1.2567301 m -2.6171309 m 51.534245 MeV 430.72366 eV 1.9568431 mm 7.1431865 m World hIoni - 30 -98.992035 cm 1.2753545 m -2.6260466 m 51.528619 MeV 4.4116329 keV 2.3065247 cm 7.1662517 m World hIoni - 31 -1.005898 m 1.3043263 m -2.6399291 m 51.51885 MeV 8.4641814 keV 3.5879949 cm 7.2021317 m World hIoni - 32 -1.0398977 m 1.3657847 m -2.6693825 m 51.50129 MeV 16.157786 keV 7.6161881 cm 7.2782936 m World hIoni - 33 -1.04143 m 1.3685528 m -2.6707137 m 51.495871 MeV 1.6069866 keV 3.4325872 mm 7.2817262 m World hIoni - 34 -1.0635438 m 1.4084629 m -2.6898934 m 51.48381 MeV 11.011152 keV 4.9494463 cm 7.3312206 m World hIoni - 35 -1.0906398 m 1.4572309 m -2.7132907 m 51.468888 MeV 13.243472 keV 6.0497509 cm 7.3917181 m World hIoni - 36 -1.1029026 m 1.4792621 m -2.7238577 m 51.460452 MeV 6.1330095 keV 2.7338849 cm 7.419057 m World hIoni - 37 -1.1047802 m 1.4826283 m -2.7254712 m 51.451966 MeV 1.0290227 keV 4.1784925 mm 7.4232355 m World hIoni - 38 -1.1294131 m 1.5267828 m -2.7466797 m 51.436671 MeV 14.078531 keV 5.4828895 cm 7.4780644 m World hIoni - 39 -1.1350435 m 1.5368478 m -2.7515403 m 51.430977 MeV 1.5511306 keV 1.2515239 cm 7.4905796 m World hIoni - 40 -1.1455126 m 1.5555727 m -2.7606013 m 51.424548 MeV 4.6105477 keV 2.3287871 cm 7.5138675 m World hIoni - 41 -1.16153 m 1.5843062 m -2.7744974 m 51.415366 MeV 7.3140877 keV 3.5710977 cm 7.5495784 m World hIoni - 42 -1.1801963 m 1.6178824 m -2.7908114 m 51.390017 MeV 13.502006 keV 4.173652 cm 7.591315 m World hIoni - 43 -1.1907247 m 1.6368211 m -2.7999681 m 51.382488 MeV 6.1125323 keV 2.3523866 cm 7.6148388 m World hIoni - 44 -1.1933347 m 1.6415319 m -2.8022555 m 51.377389 MeV 1.6691487 keV 5.8511251 mm 7.62069 m World hIoni - 45 -1.1986432 m 1.6511127 m -2.8069127 m 51.373022 MeV 3.2792306 keV 1.1902134 cm 7.6325921 m World hIoni - 46 -1.2675218 m 1.7754967 m -2.8672641 m 51.34001 MeV 30.456177 keV 15.446053 cm 7.7870526 m World hIoni - 47 -1.269329 m 1.7787611 m -2.868832 m 51.33702 MeV 827.83633 eV 4.0473158 mm 7.7910999 m World hIoni - 48 -1.2826418 m 1.8027981 m -2.8803772 m 51.32903 MeV 5.3794581 keV 2.9804315 cm 7.8209043 m World hIoni - 49 -1.3202029 m 1.8704923 m -2.9128772 m 51.30055 MeV 19.290364 keV 8.3961924 cm 7.9048662 m World hIoni - 50 -1.3314219 m 1.8906078 m -2.9225231 m 51.287841 MeV 5.5669429 keV 2.4970843 cm 7.929837 m World hIoni - 51 -1.3443201 m 1.9136461 m -2.9335498 m 51.280025 MeV 6.5373404 keV 2.8613234 cm 7.9584503 m World hIoni - 52 -1.3587951 m 1.9396115 m -2.9459592 m 51.272464 MeV 6.1121504 keV 3.2213704 cm 7.990664 m World hIoni - 53 -1.414983 m 2.0404383 m -2.9943006 m 51.2406 MeV 28.961768 keV 12.514023 cm 8.1158042 m World hIoni - 54 -1.4368032 m 2.0796241 m -3.0129399 m 51.227214 MeV 11.98479 keV 4.8570227 cm 8.1643744 m World hIoni - 55 -1.4618751 m 2.1246813 m -3.0342044 m 51.21163 MeV 12.17826 keV 5.577581 cm 8.2201502 m World hIoni - 56 -1.4958761 m 2.1856857 m -3.0630142 m 51.198506 MeV 11.708051 keV 7.5548807 cm 8.295699 m World hIoni - 57 -1.5214867 m 2.2315758 m -3.0845606 m 51.181951 MeV 15.225065 keV 5.6798338 cm 8.3524974 m World hIoni - 58 -1.523081 m 2.2344347 m -3.0859051 m 51.179533 MeV 1.1004489 keV 3.5388284 mm 8.3560362 m World hIoni - 59 -1.5297508 m 2.2463924 m -3.0915357 m 51.174931 MeV 2.8920797 keV 1.4804585 cm 8.3708408 m World hIoni - 60 -1.5312749 m 2.2491212 m -3.0928197 m 51.173405 MeV 515.16571 eV 3.3790357 mm 8.3742198 m World hIoni - 61 -1.537155 m 2.2596546 m -3.0977751 m 51.082991 MeV 3.2151839 keV 1.3041663 cm 8.3872615 m World hIoni - 62 -1.5619449 m 2.3042103 m -3.1188699 m 51.066803 MeV 12.226351 keV 5.5179145 cm 8.4424406 m World hIoni - 63 -1.5689868 m 2.3168601 m -3.1248554 m 51.06121 MeV 2.8413003 keV 1.566631 cm 8.4581069 m World hIoni - 64 -1.6308222 m 2.4277651 m -3.1771823 m 51.022339 MeV 36.002961 keV 13.733798 cm 8.5954449 m World hIoni - 65 -1.6604996 m 2.4813536 m -3.2023873 m 51.009603 MeV 11.666697 keV 6.6240228 cm 8.6616852 m World hIoni - 66 -1.6755161 m 2.5084227 m -3.2151508 m 51.00194 MeV 5.046682 keV 3.3483456 cm 8.6951686 m World hIoni - 67 -1.6835122 m 2.5228519 m -3.2219652 m 50.995892 MeV 3.4946897 keV 1.7848678 cm 8.7130173 m World hIoni - 68 -1.6969947 m 2.5471241 m -3.2334704 m 50.989192 MeV 3.8521698 keV 3.0054795 cm 8.7430721 m World hIoni - 69 -1.7097898 m 2.5700659 m -3.2442972 m 50.98343 MeV 4.6821652 keV 2.8412332 cm 8.7714844 m World hIoni - 70 -1.7626611 m 2.66489 m -3.2892892 m 50.957144 MeV 25.00977 keV 11.752154 cm 8.889006 m World hIoni - 71 -1.7632557 m 2.6659509 m -3.2897966 m 50.954449 MeV 398.70938 eV 1.317726 mm 8.8903237 m World hIoni - 72 -1.7656905 m 2.6702952 m -3.2918772 m 50.951372 MeV 1.0103959 keV 5.397292 mm 8.895721 m World hIoni - 73 -1.773817 m 2.6847875 m -3.2988192 m 50.942406 MeV 2.904151 keV 1.8007181 cm 8.9137282 m World hIoni - 74 -1.7992086 m 2.7302419 m -3.3204862 m 50.92537 MeV 15.827248 keV 5.639417 cm 8.9701223 m World hIoni - 75 -1.8051784 m 2.7409372 m -3.3255762 m 50.919835 MeV 3.1684851 keV 1.3264161 cm 8.9833865 m World hIoni - 76 -1.8078797 m 2.7457754 m -3.3278843 m 50.916473 MeV 2.0548623 keV 6.0026851 mm 8.9893892 m World hIoni - 77 -1.8385029 m 2.8004329 m -3.3537739 m 50.898778 MeV 15.886752 keV 6.7790202 cm 9.0571794 m World hIoni - 78 -1.845522 m 2.8129264 m -3.3596875 m 50.892761 MeV 3.8978342 keV 1.550246 cm 9.0726818 m World hIoni - 79 -1.8785685 m 2.8718138 m -3.3875271 m 50.866138 MeV 15.595013 keV 7.3040104 cm 9.1457219 m World hIoni - 80 -1.8814642 m 2.8769762 m -3.3899844 m 50.863007 MeV 1.7420888 keV 6.4088363 mm 9.1521308 m World hIoni - 81 -1.9147943 m 2.9364101 m -3.418209 m 50.84377 MeV 18.133399 keV 7.3755811 cm 9.2258866 m World hIoni - 82 -1.9194377 m 2.9446154 m -3.4221506 m 50.84101 MeV 972.77534 eV 1.0218799 cm 9.2361054 m World hIoni - 83 -1.9525934 m 3.0031653 m -3.4502245 m 50.820701 MeV 18.6631 keV 7.2907895 cm 9.3090133 m World hIoni - 84 -1.9532035 m 3.0042389 m -3.4507405 m 50.818016 MeV 573.91448 eV 1.3382872 mm 9.3103516 m World hIoni - 85 -2.0028018 m 3.0915242 m -3.492662 m 50.78652 MeV 24.955824 keV 10.879412 cm 9.4191457 m World hIoni - 86 -2.0269918 m 3.1338784 m -3.5129078 m 50.770858 MeV 14.059551 keV 5.2810507 cm 9.4719562 m World hIoni - 87 -2.0314096 m 3.1416344 m -3.5165362 m 50.764769 MeV 1.6514867 keV 9.6352859 mm 9.4815915 m World hIoni - 88 -2.0473042 m 3.1696896 m -3.5296942 m 50.756312 MeV 6.0979287 keV 3.4826306 cm 9.5164178 m World hIoni - 89 -2.0604986 m 3.1931235 m -3.5407445 m 50.74686 MeV 7.9359503 keV 2.9074943 cm 9.5454927 m World hIoni - 90 -2.061437 m 3.194799 m -3.5415373 m 50.743889 MeV 487.71364 eV 2.077576 mm 9.5475703 m World hIoni - 91 -2.1051923 m 3.274028 m -3.5789402 m 50.724 MeV 18.086528 keV 9.7932607 cm 9.6455029 m World hIoni - 92 -2.1320582 m 3.3229652 m -3.601799 m 50.336064 MeV 16.02158 keV 6.032549 cm 9.7058284 m World hIoni - 93 -2.1400953 m 3.3375285 m -3.608611 m 50.330005 MeV 4.985445 keV 1.7974603 cm 9.723803 m World hIoni - 94 -2.1692501 m 3.3901307 m -3.6331275 m 50.314072 MeV 14.146896 keV 6.4946761 cm 9.7887498 m World hIoni - 95 -2.1949317 m 3.4363552 m -3.6547982 m 50.297372 MeV 15.479632 keV 5.7147813 cm 9.8458976 m World hIoni - 96 -2.2308984 m 3.5009266 m -3.6852197 m 50.281563 MeV 14.676912 keV 7.9928402 cm 9.925826 m World hIoni - 97 -2.3119615 m 3.6467569 m -3.7538326 m 50.242606 MeV 34.356466 keV 18.040409 cm 10.10623 m World hIoni - 98 -2.3323708 m 3.6835579 m -3.7711056 m 50.229838 MeV 11.419877 keV 4.5488572 cm 10.151719 m World hIoni - 99 -2.3475364 m 3.710869 m -3.7839208 m 50.219888 MeV 8.9095195 keV 3.3765692 cm 10.185484 m World hIoni - 100 -2.3751232 m 3.7604158 m -3.8072103 m 50.201298 MeV 16.523024 keV 6.1305198 cm 10.24679 m World hIoni - 101 -2.3809229 m 3.770874 m -3.8121373 m 50.197053 MeV 3.0046547 keV 1.2933969 cm 10.259723 m World hIoni - 102 -2.4179959 m 3.8376225 m -3.8435587 m 50.162504 MeV 16.118574 keV 8.2565632 cm 10.342289 m World hIoni - 103 -2.4250925 m 3.8504243 m -3.8495315 m 50.15817 MeV 3.2166887 keV 1.5808887 cm 10.358098 m World hIoni - 104 -2.4821292 m 3.9533519 m -3.8976746 m 49.913531 MeV 28.028965 keV 12.714206 cm 10.48524 m World hIoni - 105 -2.5003936 m 3.9860534 m -3.9129272 m 49.903341 MeV 7.4956485 keV 4.0442806 cm 10.525683 m World hIoni - 106 -2.5023179 m 3.9894948 m -3.9145239 m 49.900999 MeV 1.0436437 keV 4.2539582 mm 10.529937 m World hIoni - 107 -2.5134665 m 4.0094279 m -3.9237601 m 49.89351 MeV 6.0278446 keV 2.4635816 cm 10.554573 m World hIoni - 108 -2.539274 m 4.0556113 m -3.9451204 m 49.87695 MeV 15.019382 keV 5.70544 cm 10.611627 m World hIoni - 109 -2.5745929 m 4.1188303 m -3.9740958 m 49.853113 MeV 22.156468 keV 7.7997759 cm 10.689625 m World hIoni - 110 -2.5750101 m 4.1195769 m -3.9744383 m 49.81335 MeV 261.71748 eV 921.36147 um 10.690546 m World hIoni - 111 -2.6443432 m 4.2435185 m -4.0315601 m 49.782079 MeV 31.271406 keV 15.307384 cm 10.84362 m OutOfWorld Transportation -Track (trackID 3, parentID 1) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.231449580983(mm),0.32487781577757(mm),78.72474041514(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.048567(mm),-3.380582(mm),79.109642(mm),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.11 cm -3.38 mm 7.39 cm 72.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.1044496 cm -3.5240737 mm 7.3533929 cm 71.134649 MeV 1.0336962 MeV 378.90492 um 378.90492 um Target Transportation - 2 -14.585582 cm 920.5147 um -2 m 71.13465 MeV9.296057e-14 meV 2.3976481 m 2.398027 m CaptureMgnt Transportation - 3 -14.063836 cm 5.0079197 mm -2.0114163 m 71.132235 MeV 1.246766 keV 1.3200779 cm 2.4112278 m World hIoni - 4 -13.538657 cm 9.1189947 mm -2.022897 m 71.127886 MeV 2.5171179 keV 1.3277384 cm 2.4245052 m World hIoni - 5 -10.672116 cm 3.1540792 cm -2.0855581 m 71.114983 MeV 10.34068 keV 7.2462831 cm 2.496968 m World hIoni - 6 -7.9617225 cm 5.2978213 cm -2.1450337 m 71.09365 MeV 16.148407 keV 6.8786177 cm 2.5657542 m World hIoni - 7 -7.2517281 cm 5.8585986 cm -2.1605884 m 71.056384 MeV 3.609545 keV 1.7994573 cm 2.5837487 m World hIoni - 8 2.2017819 cm 13.342019 cm -2.3670605 m 71.008186 MeV 45.172289 keV 23.909839 cm 2.8228471 m World hIoni - 9 7.4030315 cm 17.506464 cm -2.4815885 m 70.983169 MeV 23.706188 keV 13.250001 cm 2.9553471 m World hIoni - 10 8.2149386 cm 18.147461 cm -2.4994132 m 70.97479 MeV 7.0129608 keV 2.0608889 cm 2.975956 m World hIoni - 11 8.8700578 cm 18.664405 cm -2.5137622 m 70.947323 MeV 3.0076503 keV 1.6599281 cm 2.9925553 m World hIoni - 12 9.253054 cm 18.96816 cm -2.5221776 m 70.94385 MeV 1.06477 keV 9.7321581 mm 3.0022875 m World hIoni - 13 14.742952 cm 23.327657 cm -2.6427925 m 70.912106 MeV 27.611999 keV 13.950777 cm 3.1417952 m World hIoni - 14 16.953164 cm 25.078153 cm -2.6913216 m 70.889194 MeV 10.829843 keV 5.6124906 cm 3.1979201 m World hIoni - 15 19.470416 cm 27.060923 cm -2.7464572 m 70.875157 MeV 12.904444 keV 6.3770894 cm 3.261691 m World hIoni - 16 23.752977 cm 30.431671 cm -2.8401035 m 70.850181 MeV 23.107708 keV 10.835075 cm 3.3700418 m World hIoni - 17 26.254808 cm 32.401251 cm -2.8949204 m 70.828523 MeV 16.451579 keV 6.3393479 cm 3.4334353 m World hIoni - 18 26.479704 cm 32.577893 cm -2.8998333 m 70.826205 MeV 699.86799 eV 5.6845746 mm 3.4391198 m World hIoni - 19 34.991315 cm 39.26904 cm -3.0857934 m 70.785125 MeV 38.085767 keV 21.518191 cm 3.6543017 m World hIoni - 20 35.180057 cm 39.415385 cm -3.0898825 m 70.780946 MeV 562.65996 eV 4.7354509 mm 3.6590372 m World hIoni - 21 37.588125 cm 41.281801 cm -3.1419972 m 70.768525 MeV 11.144577 keV 6.0367037 cm 3.7194042 m World hIoni - 22 43.978686 cm 46.217583 cm -3.279603 m 70.634141 MeV 30.356072 keV 15.954797 cm 3.8789522 m World hIoni - 23 44.192442 cm 46.380968 cm -3.2842222 m 70.630973 MeV 2.1559363 keV 5.3455593 mm 3.8842978 m World hIoni - 24 45.249947 cm 47.189595 cm -3.3070852 m 70.625861 MeV 3.9328641 keV 2.6456371 cm 3.9107541 m World hIoni - 25 46.586658 cm 48.212888 cm -3.3360388 m 70.618214 MeV 6.5261359 keV 3.3491868 cm 3.944246 m World hIoni - 26 49.486799 cm 50.430964 cm -3.3987411 m 70.600984 MeV 16.041585 keV 7.2557885 cm 4.0168039 m World hIoni - 27 51.447907 cm 51.928191 cm -3.4411637 m 70.591439 MeV 3.8215886 keV 4.9075873 cm 4.0658798 m World hIoni - 28 58.667307 cm 57.444597 cm -3.5972517 m 70.5577 MeV 32.549745 keV 18.060625 cm 4.246486 m World hIoni - 29 63.106764 cm 60.833456 cm -3.6928987 m 70.533024 MeV 19.862675 keV 11.075956 cm 4.3572456 m World hIoni - 30 64.460529 cm 61.873812 cm -3.722102 m 70.525796 MeV 5.6074729 keV 3.3828021 cm 4.3910736 m World hIoni - 31 70.40227 cm 66.458901 cm -3.8506833 m 70.467836 MeV 21.971545 keV 14.888232 cm 4.5399559 m World hIoni - 32 72.173806 cm 67.826219 cm -3.8888482 m 70.456767 MeV 9.8912926 keV 4.4242018 cm 4.5841979 m World hIoni - 33 76.219662 cm 70.94742 cm -3.9768377 m 70.431368 MeV 23.476856 keV 10.175137 cm 4.6859493 m World hIoni - 34 76.841547 cm 71.424344 cm -3.9904117 m 70.422977 MeV 4.6396158 keV 1.5673957 cm 4.7016233 m World hIoni - 35 77.419588 cm 71.870352 cm -4.0031392 m 70.412463 MeV 3.7807845 keV 1.467303 cm 4.7162963 m World hIoni - 36 80.674682 cm 74.39545 cm -4.0756037 m 70.386958 MeV 20.48896 keV 8.3356322 cm 4.7996526 m World hIoni - 37 83.710417 cm 76.754629 cm -4.143295 m 70.36847 MeV 11.928643 keV 7.7847701 cm 4.8775003 m World hIoni - 38 84.219801 cm 77.150909 cm -4.1546906 m 70.365372 MeV 1.7590074 keV 1.3096196 cm 4.8905965 m World hIoni - 39 86.692832 cm 79.072334 cm -4.2100699 m 70.352333 MeV 11.998966 keV 6.3621156 cm 4.9542177 m World hIoni - 40 88.241245 cm 80.279381 cm -4.2449224 m 70.343431 MeV 7.3809274 keV 4.0001884 cm 4.9942195 m World hIoni - 41 88.739855 cm 80.667716 cm -4.2561516 m 70.339914 MeV 2.5074001 keV 1.2885514 cm 5.0071051 m World hIoni - 42 92.197609 cm 83.358294 cm -4.3340453 m 70.319971 MeV 17.116662 keV 8.9369839 cm 5.0964749 m World hIoni - 43 94.151394 cm 84.885741 cm -4.3780262 m 70.308151 MeV 10.819686 keV 5.0491212 cm 5.1469661 m World hIoni - 44 96.095485 cm 86.396487 cm -4.4216154 m 70.295387 MeV 10.27857 keV 5.0062002 cm 5.1970281 m World hIoni - 45 1.0239824 m 91.28864 cm -4.5627175 m 70.262116 MeV 31.971875 keV 16.209769 cm 5.3591258 m World hIoni - 46 1.0657243 m 94.516413 cm -4.6559705 m 70.241322 MeV 18.089217 keV 10.714648 cm 5.4662723 m World hIoni - 47 1.120322 m 98.747934 cm -4.7776761 m 70.212226 MeV 27.167555 keV 13.994213 cm 5.6062144 m World hIoni - 48 1.1393258 m 1.0021881 m -4.8202132 m 70.188007 MeV 7.7726649 keV 4.8855929 cm 5.6550704 m World hIoni - 49 1.1407244 m 1.0032731 m -4.8233452 m 70.185507 MeV 474.88495 eV 3.597576 mm 5.6586679 m World hIoni - 50 1.1732497 m 1.02851 m -4.896228 m 70.167997 MeV 16.45184 keV 8.3706042 cm 5.742374 m World hIoni - 51 1.1866269 m 1.0389192 m -4.9261859 m 70.156844 MeV 7.5208359 keV 3.442066 cm 5.7767946 m World hIoni - 52 1.2579364 m 1.0947701 m -5.0864506 m 70.116845 MeV 38.929836 keV 18.409028 cm 5.9608849 m World hIoni - 53 1.2830723 m 1.1145841 m -5.1431124 m 70.100102 MeV 14.41754 keV 6.5076762 cm 6.0259617 m World hIoni - 54 1.3186178 m 1.1426713 m -5.2233186 m 70.079672 MeV 18.418963 keV 9.2116254 cm 6.1180779 m World hIoni - 55 1.3920346 m 1.2006164 m -5.3881178 m 70.039255 MeV 36.300748 keV 18.949026 cm 6.3075682 m World hIoni - 56 1.3983715 m 1.2056604 m -5.4023377 m 70.03396 MeV 4.2666839 keV 1.63648 cm 6.323933 m World hIoni - 57 1.4545648 m 1.2504578 m -5.528262 m 70.001552 MeV 30.276454 keV 14.498785 cm 6.4689208 m World hIoni - 58 1.4746205 m 1.2665275 m -5.5732774 m 69.990416 MeV 9.1265845 keV 5.1834844 cm 6.5207557 m World hIoni - 59 1.4762743 m 1.2678496 m -5.5769668 m 69.987679 MeV 873.56094 eV 4.2537736 mm 6.5250095 m World hIoni - 60 1.4810717 m 1.2716859 m -5.5876674 m 69.983476 MeV 2.3712874 keV 1.2338326 cm 6.5373478 m World hIoni - 61 1.4960739 m 1.2836666 m -5.6211259 m 69.976296 MeV 6.1678733 keV 3.8575641 cm 6.5759234 m World hIoni - 62 1.5114756 m 1.2959794 m -5.6554665 m 69.969275 MeV 5.995966 keV 3.9599128 cm 6.6155225 m World hIoni - 63 1.51665 m 1.3001179 m -5.6670422 m 69.964785 MeV 2.8654143 keV 1.3337896 cm 6.6288604 m World hIoni - 64 1.5237099 m 1.3057635 m -5.6828117 m 69.960301 MeV 2.9281553 keV 1.8176637 cm 6.6470371 m World hIoni - 65 1.5610591 m 1.3355836 m -5.7661763 m 69.9399 MeV 18.536585 keV 9.6093079 cm 6.7431302 m World hIoni - 66 1.6064978 m 1.3718995 m -5.8669595 m 69.913056 MeV 20.137413 keV 11.636491 cm 6.8594951 m World hIoni - 67 1.6205338 m 1.3831679 m -5.8980987 m 69.90291 MeV 7.396179 keV 3.5967204 cm 6.8954623 m World hIoni - 68 1.6407881 m 1.3994484 m -5.9430815 m 69.890691 MeV 10.78303 keV 5.1949471 cm 6.9474117 m World hIoni - 69 1.694291 m 1.4424184 m -6.0618552 m 69.865281 MeV 22.386523 keV 13.717222 cm 7.084584 m World hIoni - 70 1.6968268 m 1.4444511 m -6.06748 m 69.863131 MeV 902.97362 eV 6.4961064 mm 7.0910801 m World hIoni - 71 1.6972135 m 1.4447611 m -6.0683373 m 69.861482 MeV 322.50551 eV 990.26011 um 7.0920703 m World hIoni - 72 1.7046699 m 1.4507451 m -6.0848788 m 69.843237 MeV 2.7819384 keV 1.9105757 cm 7.1111761 m World hIoni - 73 1.7361899 m 1.4760201 m -6.154865 m 69.821667 MeV 19.556105 keV 8.0810953 cm 7.191987 m World hIoni - 74 1.8286904 m 1.5501171 m -6.3612239 m 69.777401 MeV 41.93573 keV 23.797256 cm 7.4299596 m World hIoni - 75 1.8434196 m 1.5619114 m -6.3941903 m 69.767707 MeV 8.160013 keV 3.7984782 cm 7.4679444 m World hIoni - 76 1.850851 m 1.5678929 m -6.4108523 m 69.762946 MeV 3.7048803 keV 1.9199597 cm 7.487144 m World hIoni - 77 1.8642148 m 1.5786742 m -6.440765 m 69.754913 MeV 6.2943766 keV 3.4490646 cm 7.5216346 m World hIoni - 78 1.8684315 m 1.5820825 m -6.4502042 m 69.701539 MeV 1.4245223 keV 1.0885518 cm 7.5325202 m World hIoni - 79 1.9034194 m 1.6105595 m -6.5287078 m 69.680059 MeV 17.554778 keV 9.0542364 cm 7.6230625 m World hIoni - 80 1.9091769 m 1.6152563 m -6.541635 m 69.671288 MeV 852.23124 eV 1.4910413 cm 7.6379729 m World hIoni - 81 1.9094445 m 1.6154741 m -6.5422327 m 69.668579 MeV 178.2602 eV 690.22047 um 7.6386631 m World hIoni - 82 1.9098376 m 1.6157945 m -6.5431106 m 69.667224 MeV 312.39683 eV 1.0137614 mm 7.6396769 m World hIoni - 83 1.9289769 m 1.6312819 m -6.5859394 m 69.646535 MeV 11.194826 keV 4.9401224 cm 7.6890781 m World hIoni - 84 1.9465383 m 1.6455624 m -6.6253017 m 69.634526 MeV 10.749514 keV 4.5406311 cm 7.7344844 m World hIoni - 85 1.9737691 m 1.667776 m -6.6865367 m 69.6192 MeV 13.950122 keV 7.0602348 cm 7.8050868 m World hIoni - 86 2.0117971 m 1.6990652 m -6.7723973 m 69.602041 MeV 15.632327 keV 9.8980825 cm 7.9040676 m World hIoni - 87 2.0205503 m 1.7063083 m -6.7920927 m 69.597535 MeV 3.3125609 keV 2.2737451 cm 7.9268051 m World hIoni - 88 2.1071693 m 1.7781157 m -6.9872407 m 69.553085 MeV 43.363174 keV 22.526006 cm 8.1520651 m World hIoni - 89 2.1082991 m 1.7790379 m -6.9898091 m 69.549531 MeV 485.70389 eV 2.9535502 mm 8.1550187 m World hIoni - 90 2.2254536 m 1.8748057 m -7.2563159 m 69.49126 MeV 56.853666 keV 30.646874 cm 8.4614874 m World hIoni - 91 2.2928767 m 1.9297202 m -7.408236 m 69.457238 MeV 30.625397 keV 17.504654 cm 8.636534 m World hIoni - 92 2.3153786 m 1.9477095 m -7.4585814 m 69.441804 MeV 14.072308 keV 5.8005249 cm 8.6945392 m World hIoni - 93 2.3607475 m 1.9839669 m -7.5598683 m 69.41089 MeV 27.324153 keV 11.675625 cm 8.8112955 m World hIoni - 94 2.3774153 m 1.9972583 m -7.5969644 m 69.399075 MeV 10.525797 keV 4.2785468 cm 8.8540809 m World hIoni - 95 2.4043896 m 2.0189147 m -7.6572308 m 69.387305 MeV 10.650385 keV 6.9488509 cm 8.9235694 m World hIoni - 96 2.4064396 m 2.0205686 m -7.6618169 m 69.382735 MeV 1.4926937 keV 5.288699 mm 8.9288581 m World hIoni - 97 2.4583152 m 2.0624464 m -7.7778134 m 69.360056 MeV 19.995385 keV 13.379113 cm 9.0626493 m World hIoni - 98 2.4589315 m 2.0629407 m -7.7791825 m 69.354568 MeV 264.44557 eV 1.5806319 mm 9.0642299 m World hIoni - 99 2.4751233 m 2.0759231 m -7.815187 m 69.34474 MeV 8.7843841 keV 4.1557738 cm 9.1057876 m World hIoni - 100 2.4876778 m 2.0859961 m -7.8430597 m 69.33819 MeV 4.5142673 keV 3.218649 cm 9.1379741 m World hIoni - 101 2.5038195 m 2.0988379 m -7.8785277 m 69.326134 MeV 7.1546022 keV 4.1029786 cm 9.1790039 m World hIoni - 102 2.5585268 m 2.1422201 m -7.9983729 m 69.289692 MeV 31.186819 keV 13.870051 cm 9.3177044 m World hIoni - 103 2.5821105 m 2.1608325 m -8.0498638 m 69.273555 MeV 13.95739 keV 5.9614822 cm 9.3773193 m World hIoni - 104 2.5839452 m 2.1622887 m -8.0538757 m 69.270652 MeV 1.1534983 keV 4.6456588 mm 9.3819649 m World hIoni - 105 2.6339452 m 2.2019992 m -8.1631902 m 69.232442 MeV 27.343291 keV 12.65963 cm 9.5085612 m World hIoni - 106 2.681003 m 2.2397771 m -8.2667327 m 69.201115 MeV 30.123088 keV 11.984442 cm 9.6284056 m World hIoni - 107 2.7521476 m 2.296845 m -8.4232811 m 69.164305 MeV 33.548645 keV 18.117893 cm 9.8095846 m World hIoni - 108 2.7619332 m 2.3046919 m -8.4447587 m 69.155284 MeV 7.1735166 keV 2.4872066 cm 9.8344566 m World hIoni - 109 2.7953454 m 2.3314518 m -8.5180512 m 69.136967 MeV 16.705694 keV 8.4877908 cm 9.9193345 m World hIoni - 110 2.801488 m 2.3363974 m -8.5315167 m 69.133572 MeV 2.1538399 keV 1.5604886 cm 9.9349394 m World hIoni - 111 2.8181714 m 2.349836 m -8.5680901 m 69.125028 MeV 7.4101609 keV 4.2385701 cm 9.9773251 m World hIoni - 112 2.8348529 m 2.3632507 m -8.6046784 m 69.116438 MeV 6.0036716 keV 4.239017 cm 10.019715 m World hIoni - 113 2.8983178 m 2.4144682 m -8.7439698 m 69.083799 MeV 31.513807 keV 16.141007 cm 10.181125 m World hIoni - 114 2.8989727 m 2.4149973 m -8.7454128 m 69.081961 MeV 272.36878 eV 1.6706177 mm 10.182796 m World hIoni - 115 2.9073076 m 2.4217244 m -8.7637654 m 69.074608 MeV 4.8701304 keV 2.1249531 cm 10.204046 m World hIoni - 116 2.9239712 m 2.4351367 m -8.8004781 m 69.012539 MeV 6.5138659 keV 4.2489855 cm 10.246535 m World hIoni - 117 2.9556304 m 2.4604319 m -8.8702933 m 68.998704 MeV 12.56686 keV 8.0723833 cm 10.327259 m World hIoni - 118 2.9806532 m 2.480553 m -8.9251139 m 68.912736 MeV 13.661327 keV 6.3531847 cm 10.390791 m World hIoni - 119 3.0040845 m 2.4994983 m -8.9765833 m 68.643698 MeV 11.438896 keV 5.9640979 cm 10.450432 m World hIoni - 120 3.0101824 m 2.5044817 m -8.9899472 m 68.636628 MeV 4.6198249 keV 1.551176 cm 10.465944 m World hIoni - 121 3.013276 m 2.5070077 m -8.9967198 m 68.63083 MeV 1.8543641 keV 7.8624504 mm 10.473806 m World hIoni - 122 3.0701238 m 2.5533998 m -9.1211971 m 68.601803 MeV 27.429115 keV 14.449415 cm 10.6183 m World hIoni - 123 3.0874728 m 2.5676582 m -9.1592588 m 68.592163 MeV 8.5428969 keV 4.4192632 cm 10.662493 m World hIoni - 124 3.247561 m 2.6988576 m -9.5095198 m 68.503463 MeV 82.997901 keV 40.684851 cm 11.069342 m World hIoni - 125 3.2522355 m 2.7026345 m -9.5196799 m 68.499651 MeV 2.5176366 keV 1.1804315 cm 11.081146 m World hIoni - 126 3.253823 m 2.7039174 m -9.5231332 m 68.49507 MeV 707.07162 eV 4.0114613 mm 11.085157 m World hIoni - 127 3.2704761 m 2.717408 m -9.5593876 m 68.484614 MeV 7.5013955 keV 4.2115372 cm 11.127273 m World hIoni - 128 3.2825059 m 2.7271768 m -9.5856359 m 68.464822 MeV 4.3691249 keV 3.0481427 cm 11.157754 m World hIoni - 129 3.3013251 m 2.7424408 m -9.6266711 m 68.456322 MeV 6.619267 keV 4.7655481 cm 11.20541 m World hIoni - 130 3.3687551 m 2.7969299 m -9.7735711 m 68.421536 MeV 33.208351 keV 17.057418 cm 11.375984 m World hIoni - 131 3.3887454 m 2.8129507 m -9.8169394 m 68.401345 MeV 5.9498565 keV 5.0369588 cm 11.426353 m World hIoni - 132 3.3930305 m 2.8163968 m -9.8262638 m 68.397006 MeV 2.1907969 keV 1.0825059 cm 11.437178 m World hIoni - 133 3.404339 m 2.8254884 m -9.85084 m 68.378296 MeV 7.3741028 keV 2.8539981 cm 11.465718 m World hIoni - 134 3.4139708 m 2.8332294 m -9.8717869 m 68.370696 MeV 4.263471 keV 2.4320043 cm 11.490038 m World hIoni - 135 3.421608 m 2.8393387 m -9.8884077 m 68.366939 MeV 1.9200302 keV 1.9284782 cm 11.509323 m World hIoni - 136 3.4252831 m 2.8422786 m -9.8963956 m 68.363705 MeV 2.149994 keV 9.271226 mm 11.518594 m World hIoni - 137 3.4506477 m 2.8625797 m -9.9514978 m 68.350813 MeV 11.361618 keV 6.39668 cm 11.582561 m World hIoni - 138 3.4565301 m 2.8673091 m -9.96431 m 68.346245 MeV 3.2771251 keV 1.4870271 cm 11.597432 m World hIoni - 139 3.4577319 m 2.8682739 m -9.9669241 m 68.343132 MeV 219.47957 eV 3.0345115 mm 11.600466 m World hIoni - 140 3.466801 m 2.8755515 m -9.9866376 m 68.336927 MeV 4.9501814 keV 2.2887447 cm 11.623353 m World hIoni - 141 3.4787353 m 2.885164 m -10.012625 m 68.332074 MeV 3.4456079 keV 3.0169186 cm 11.653523 m World hIoni - 142 3.4972199 m 2.9000548 m -10.05275 m 68.319978 MeV 10.633497 keV 4.6619586 cm 11.700142 m World hIoni - 143 3.5173761 m 2.9162635 m -10.096533 m 68.306304 MeV 11.876464 keV 5.0852799 cm 11.750995 m World hIoni - 144 3.5272328 m 2.9241686 m -10.117942 m 68.298898 MeV 5.664953 keV 2.4859475 cm 11.775855 m World hIoni - 145 3.5733454 m 2.9611638 m -10.218179 m 68.278506 MeV 19.112389 keV 11.637211 cm 11.892227 m World hIoni - 146 3.6554143 m 3.0272169 m -10.397061 m 68.231947 MeV 45.156894 keV 20.759862 cm 12.099825 m World hIoni - 147 3.6567559 m 3.028304 m -10.399993 m 68.229481 MeV 234.98591 eV 3.4024927 mm 12.103228 m World hIoni - 148 3.6873699 m 3.053084 m -10.466842 m 68.213779 MeV 13.12466 keV 7.7589538 cm 12.180817 m World hIoni - 149 3.7182271 m 3.0781643 m -10.534258 m 68.196504 MeV 13.647881 keV 7.8269014 cm 12.259086 m World hIoni - 150 3.7357305 m 3.0924922 m -10.572686 m 68.183325 MeV 8.8426998 keV 4.4591222 cm 12.303678 m World hIoni - 151 3.7483033 m 3.1028113 m -10.600276 m 68.176001 MeV 5.623655 keV 3.20274 cm 12.335705 m World hIoni - 152 3.7825206 m 3.1309733 m -10.67543 m 68.158112 MeV 16.78422 keV 8.7247381 cm 12.422952 m World hIoni - 153 3.8286948 m 3.169098 m -10.776965 m 68.13344 MeV 22.094678 keV 11.787732 cm 12.54083 m World hIoni - 154 3.8517116 m 3.1881527 m -10.827549 m 68.125039 MeV 8.4010288 keV 5.8750158 cm 12.59958 m OutOfWorld Transportation -Track (trackID 3, parentID 1) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.526650665627(mm),0.64683640198938(mm),78.320034537766(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.736603(mm),0.85126291(mm),78.106687(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9725,7 +10024,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.755575(mm),3.4195275(mm),78.455996(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.319709(mm),-0.78589624(mm),78.180197(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9734,7 +10033,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.11848(mm),-2.572669(mm),79.273641(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.634343(mm),2.8279331(mm),78.301046(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9743,7 +10042,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.096929(mm),2.5888926(mm),78.74846(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.435131(mm),-0.49277133(mm),79.04148(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9752,7 +10051,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.502791(mm),-0.93840034(mm),79.382204(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.503712(mm),-3.1543931(mm),78.500406(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9761,7 +10060,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.871924(mm),-2.6784498(mm),78.964461(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.012017(mm),-1.884715(mm),79.116086(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9770,7 +10069,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.463437(mm),-0.70957811(mm),78.860162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.503266(mm),-1.3959459(mm),78.500485(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9779,7 +10078,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.763401(mm),-2.9486978(mm),79.159924(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.419155(mm),0.80440726(mm),78.338989(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9788,7 +10087,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.328563(mm),1.4012076(mm),78.707617(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.383236(mm),0.89557483(mm),78.168995(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9797,7 +10096,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.94416(mm),0.21600864(mm),78.775397(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.224981(mm),1.3873981(mm),78.1969(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9806,7 +10105,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.280389(mm),-1.3492055(mm),78.539784(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.286165(mm),2.611895(mm),78.362439(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9815,7 +10114,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.166904(mm),0.48487527(mm),78.559795(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.511575(mm),-3.1968855(mm),79.028001(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9824,7 +10123,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.029039(mm),-0.89629546(mm),78.760431(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.405685(mm),-0.78552571(mm),79.222999(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9833,7 +10132,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.222302(mm),0.036466178(mm),78.373699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.262289(mm),1.4037665(mm),79.071957(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9842,7 +10141,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.360344(mm),-1.3749146(mm),78.87834(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.536457(mm),0.097130526(mm),78.847286(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9851,7 +10150,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.973665(mm),1.026749(mm),78.417541(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.083947(mm),0.067729948(mm),78.398095(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9860,51 +10159,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.000474(mm),-0.076896265(mm),78.589141(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.910544(mm),1.0732756(mm),78.428671(mm),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 -6.49 mm -1.11 mm 3.24 cm 47.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.3496374 mm -219.48721 um 3.1194877 cm 41.163191 MeV 6.7734114 MeV 1.8816881 mm 1.8816881 mm Target hIoni - 2 -5.1423121 mm -94.452288 um 3.0942463 cm 39.987743 MeV 1.1754477 MeV 350.30926 um 2.2319974 mm Target CoulombScat - 3 -4.1328454 mm -16.53207 um 2.9928634 cm 34.333965 MeV 5.653778 MeV 1.4439653 mm 3.6759626 mm Target hIoni - 4 -3.2730769 mm -95.866906 um 2.9168299 cm 28.427074 MeV 5.9068914 MeV 1.159812 mm 4.8357747 mm Target hIoni - 5 -2.734512 mm -191.32574 um 2.8475186 cm 24.696633 MeV 3.7304405 MeV 890.55133 um 5.726326 mm Target hIoni - 6 -2.3744409 mm -219.22582 um 2.7840775 cm 20.951006 MeV 3.7456269 MeV 736.66689 um 6.4629929 mm Target hIoni - 7 -2.0858881 mm -303.6955 um 2.7333042 cm 17.559327 MeV 3.3916797 MeV 595.90236 um 7.0588953 mm Target hIoni - 8 -1.8488775 mm -464.33078 um 2.6952876 cm 14.53041 MeV 3.0289162 MeV 481.12418 um 7.5400194 mm Target hIoni - 9 -1.6536318 mm -531.12759 um 2.6628196 cm 11.589135 MeV 2.941275 MeV 389.50134 um 7.9295208 mm Target hIoni - 10 -1.5112566 mm -555.53981 um 2.6358309 cm 8.4617302 MeV 3.1274052 MeV 310.71836 um 8.2402391 mm Target hIoni - 11 -1.384516 mm -621.10978 um 2.6175626 cm 5.7686631 MeV 2.6930672 MeV 236.57506 um 8.4768142 mm Target hIoni - 12 -1.2684624 mm -695.55466 um 2.6075762 cm 2.7367807 MeV 3.0318824 MeV 175.58715 um 8.6524014 mm Target hIoni - 13 -1.2300555 mm -732.92031 um 2.6062486 cm 160.72251 keV 2.5760582 MeV 68.815317 um 8.7212167 mm Target hIoni - 14 -1.2296602 mm -733.1997 um 2.6062667 cm 0 eV 160.72251 keV 1.0109198 um 8.7222276 mm Target hIoni - 15 -1.2296602 mm -733.1997 um 2.6062667 cm 0 eV 0 eV 0 fm 8.7222276 mm Target Scintillation -Track (trackID 2, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 21, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.23 mm -733 um 2.61 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2226703 mm -841.20111 um 2.6006301 cm 1.1395657 MeV 2.980247 MeV 143.89929 um 143.89929 um Target muIoni - 2 -1.2182864 mm -855.43405 um 2.6008866 cm 41.57622 keV 1.0979894 MeV 19.577372 um 163.47666 um Target muIoni - 3 -1.2182893 mm -855.48623 um 2.6008907 cm 0 eV 41.57622 keV 224.37315 nm 163.70103 um Target muIoni - 4 -1.2182893 mm -855.48623 um 2.6008907 cm 0 eV 0 eV 0 fm 163.70103 um Target Scintillation -Track (trackID 21, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.887364(mm),-2.6450062(mm),78.432758(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.22182(mm),-1.0416777(mm),79.079092(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9913,7 +10177,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.538394(mm),3.0041204(mm),78.494291(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.841018(mm),3.3345962(mm),78.793584(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9922,7 +10186,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.068281(mm),-2.5309524(mm),78.929838(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.523766(mm),1.9409553(mm),78.849524(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9931,7 +10195,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.290352(mm),1.5181868(mm),79.243335(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.089072(mm),-2.5706563(mm),78.573518(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9940,7 +10204,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.727773(mm),-2.9436945(mm),78.813552(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.615192(mm),0.75310365(mm),78.833403(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9949,7 +10213,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.287349(mm),0.8252308(mm),78.714884(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.386232(mm),-3.6146052(mm),78.697448(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9958,7 +10222,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.652425(mm),-3.2089075(mm),79.003165(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.777826(mm),-1.0791854(mm),79.333707(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9967,7 +10231,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.577343(mm),-3.0625378(mm),79.016404(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.605853(mm),-3.1309177(mm),78.83505(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9976,7 +10240,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.805759(mm),-1.3375913(mm),78.799801(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.506224(mm),0.70651992(mm),78.852617(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9985,7 +10249,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.58929(mm),2.2263059(mm),78.837971(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.574291(mm),0.21445706(mm),78.487961(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9994,7 +10258,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.695617(mm),2.9242795(mm),78.819222(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.334014(mm),1.8143693(mm),79.059309(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10003,7 +10267,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.683959(mm),0.91053647(mm),78.821278(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.668768(mm),1.2869398(mm),79.17661(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10012,7 +10276,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.527926(mm),-3.3926304(mm),78.672464(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.889837(mm),-3.3055504(mm),79.13763(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10021,7 +10285,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.909887(mm),-1.6006928(mm),78.25246(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.619808(mm),0.10253561(mm),79.185243(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10030,7 +10294,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.033977(mm),2.1791707(mm),78.230579(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.830327(mm),3.621755(mm),78.619142(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10039,7 +10303,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.257303(mm),1.5916283(mm),79.249163(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.694483(mm),-3.5516142(mm),78.819422(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10048,7 +10312,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.927515(mm),2.6547289(mm),78.425678(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.344948(mm),3.0190372(mm),78.352074(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10057,7 +10321,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.988974(mm),-2.5878656(mm),78.767495(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.450852(mm),-0.75807724(mm),78.157073(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10066,7 +10330,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.741913(mm),1.9534913(mm),79.34004(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.299537(mm),1.2702694(mm),78.360081(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10075,7 +10339,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.557084(mm),2.5058796(mm),79.196303(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.587671(mm),-3.5816199(mm),78.485602(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10084,7 +10348,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.662176(mm),-0.16668836(mm),78.119811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.430985(mm),-3.0036655(mm),78.336903(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10093,7 +10357,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.90604(mm),3.0413257(mm),78.958446(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.519985(mm),1.637644(mm),78.673864(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10102,7 +10366,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.295921(mm),-1.7371193(mm),78.889699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.951288(mm),1.5884783(mm),78.950467(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10111,7 +10375,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.979783(mm),-2.0197315(mm),79.12177(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.382308(mm),-1.3215448(mm),79.050794(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10120,7 +10384,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.091959(mm),-2.7162749(mm),78.573009(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.008552(mm),-3.1978865(mm),78.764043(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10129,7 +10393,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.411414(mm),2.8310379(mm),78.693008(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.259842(mm),0.32947666(mm),79.248715(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10138,7 +10402,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.657334(mm),-1.1248542(mm),78.649646(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.839039(mm),-0.046327245(mm),78.441279(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10147,7 +10411,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.436778(mm),-2.7495496(mm),79.217516(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.607317(mm),-2.0530244(mm),78.305811(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10156,7 +10420,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.027845(mm),-0.1707485(mm),79.465949(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.301962(mm),-0.2237014(mm),78.359653(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10165,7 +10429,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.009083(mm),-1.6039066(mm),78.587623(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.421006(mm),0.019659055(mm),79.396624(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10174,7 +10438,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.100862(mm),0.28067926(mm),79.453074(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.207894(mm),3.4604198(mm),78.552567(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10183,7 +10447,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.091445(mm),-0.60665881(mm),78.220446(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.090784(mm),0.39082825(mm),79.102198(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10192,7 +10456,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.444709(mm),3.515673(mm),78.687137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.317806(mm),2.5001862(mm),78.533186(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10201,7 +10465,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.35726(mm),0.25460842(mm),78.878884(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.625669(mm),0.36893159(mm),78.831556(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10210,7 +10474,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.466822(mm),-2.4840561(mm),78.683238(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.035935(mm),2.6900427(mm),78.406561(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10219,7 +10483,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.146292(mm),2.6178666(mm),78.563429(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.102511(mm),-0.17813981(mm),79.10013(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10228,7 +10492,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.194502(mm),2.4130937(mm),78.378601(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.69806(mm),-2.0211358(mm),79.171445(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10237,7 +10501,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.979229(mm),1.437046(mm),78.41656(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.290272(mm),2.6048965(mm),78.361714(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10246,7 +10510,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.271218(mm),-0.33507442(mm),79.070382(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.29117(mm),-0.55094926(mm),78.890537(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10255,7 +10519,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.992758(mm),2.591177(mm),78.590501(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.105828(mm),1.8595014(mm),78.570564(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10264,7 +10528,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.375853(mm),-2.5880155(mm),78.875605(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.597628(mm),-1.3573183(mm),79.012827(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10273,7 +10537,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.58182(mm),0.4350035(mm),79.015615(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.772353(mm),3.1912091(mm),78.982018(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10282,7 +10546,133 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.648779(mm),1.7763658(mm),79.356462(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.804377(mm),-2.2917312(mm),78.976372(mm),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.56815(mm),-2.5767495(mm),78.312717(mm),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.673839(mm),0.22131679(mm),78.294081(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.104867(mm),1.1266995(mm),79.276041(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.061297(mm),1.6583108(mm),78.578416(mm),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.419438(mm),-0.1884086(mm),78.338939(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.516532(mm),0.99933951(mm),78.145492(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.855039(mm),2.0452321(mm),78.967439(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.59042(mm),0.21080909(mm),79.190425(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.925469(mm),-0.17621329(mm),79.307674(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.615678(mm),-1.3576293(mm),78.656991(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.980361(mm),-0.83178706(mm),78.41636(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.525765(mm),-0.60107672(mm),79.378153(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.63827(mm),-0.57494873(mm),78.653007(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.502142(mm),-1.4320754(mm),79.205991(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10300,7 +10690,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.639414(mm),-3.638645(mm),79.005459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.626739(mm),-0.26585449(mm),78.478713(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10309,7 +10699,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.132323(mm),2.6126798(mm),78.565892(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.103935(mm),-1.0854634(mm),78.747225(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10318,7 +10708,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.136762(mm),1.4139698(mm),79.09409(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.986383(mm),2.2910095(mm),78.591625(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10327,7 +10717,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.667516(mm),1.2174059(mm),78.64785(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.116176(mm),-1.6902517(mm),78.216085(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10336,7 +10726,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.740281(mm),-0.38223216(mm),78.811347(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.08767(mm),-0.38324371(mm),78.750093(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10345,7 +10735,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.076744(mm),0.53990384(mm),79.281(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.424838(mm),0.39222102(mm),79.043295(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10354,7 +10744,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.968787(mm),0.43875183(mm),78.418401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.432637(mm),0.82353294(mm),79.218247(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10363,7 +10753,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.544459(mm),-0.011364481(mm),79.022202(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.890032(mm),3.2643817(mm),78.961268(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10372,7 +10762,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.583461(mm),-2.4802674(mm),78.662671(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.954564(mm),0.64764691(mm),78.420909(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10381,7 +10771,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.300775(mm),1.6661719(mm),78.359863(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.358075(mm),3.3493329(mm),78.526086(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10390,7 +10780,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.775818(mm),-0.025611347(mm),78.80508(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.242053(mm),0.01148846(mm),78.722871(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10399,7 +10789,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.949269(mm),-2.1054652(mm),79.12715(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.783871(mm),2.5772495(mm),78.803661(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10408,7 +10798,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.945053(mm),1.3973437(mm),79.304221(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.915673(mm),0.1829134(mm),79.309401(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10417,7 +10807,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.026346(mm),-0.06074421(mm),78.231925(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.058221(mm),3.072572(mm),78.402631(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10426,7 +10816,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.529375(mm),0.98615693(mm),79.377516(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.201888(mm),2.7387988(mm),78.553626(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10435,7 +10825,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.354931(mm),-0.16003626(mm),78.52664(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.726325(mm),-2.0938866(mm),78.461153(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10444,7 +10834,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.285726(mm),-3.3275571(mm),78.71517(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.418301(mm),2.2700068(mm),79.044448(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10453,7 +10843,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.46911(mm),-1.3867899(mm),78.506507(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.098316(mm),-2.3520559(mm),78.395562(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10462,7 +10852,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.584369(mm),-2.0324893(mm),78.838838(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.471221(mm),3.0243666(mm),78.858789(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10471,7 +10861,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.393342(mm),2.8426066(mm),78.519867(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.979556(mm),-1.2539887(mm),78.240175(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10480,7 +10870,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.597301(mm),-3.5082042(mm),78.483904(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.922936(mm),-3.4172611(mm),78.602813(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10489,7 +10879,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.264168(mm),1.0378654(mm),79.424279(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.15427(mm),3.7707819(mm),78.738349(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10498,7 +10888,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.69732(mm),-0.60797776(mm),78.995249(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.581452(mm),1.177398(mm),79.01568(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10507,223 +10897,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.687419(mm),0.40746611(mm),79.173322(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.088109(mm),-0.083380851(mm),78.221034(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.88083(mm),-2.083251(mm),78.962891(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.271152(mm),-2.6236144(mm),78.541413(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.33032(mm),-0.68675843(mm),79.059961(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.201798(mm),-3.026813(mm),79.082623(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.251844(mm),-1.4245965(mm),79.426452(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.839221(mm),-0.63855658(mm),78.617574(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.146156(mm),-0.57575463(mm),78.73978(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.406881(mm),0.21530158(mm),79.399115(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.197081(mm),0.95982227(mm),78.730801(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.690915(mm),-1.3826651(mm),79.349032(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.692673(mm),-2.9837257(mm),78.643414(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.794965(mm),-1.3313709(mm),78.978031(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.523458(mm),0.75411181(mm),79.378559(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.442525(mm),1.2881741(mm),78.511195(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.065325(mm),-3.7423587(mm),78.754033(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.294148(mm),1.9401415(mm),78.713685(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.604736(mm),0.72101495(mm),79.364228(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.335771(mm),3.4897122(mm),79.059(mm),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.684677(mm),-1.0597465(mm),78.821151(mm),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.039166(mm),2.7023458(mm),78.934972(mm),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.633815(mm),-2.6321047(mm),78.301139(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.848132(mm),-2.7029533(mm),78.616003(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.159731(mm),0.37640685(mm),78.208405(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.075735(mm),-2.176566(mm),78.752197(mm),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 +10915,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.996596(mm),1.339049(mm),79.295132(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.632415(mm),-1.810339(mm),79.359347(mm),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 +10924,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.394165(mm),-3.526086(mm),78.519722(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.674132(mm),2.9002648(mm),78.823011(mm),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 +10933,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.995571(mm),2.7885637(mm),79.118986(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.392107(mm),-2.277861(mm),78.872739(mm),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 +10942,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.73917(mm),0.11187446(mm),79.164197(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.868886(mm),2.7805468(mm),78.78867(mm),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 +10951,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.57809(mm),-0.86214721(mm),79.368926(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.127535(mm),-0.73848951(mm),79.272044(mm),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 +10960,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.847308(mm),2.4172872(mm),78.263494(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.695058(mm),-1.092863(mm),78.819321(mm),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 +10969,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.791064(mm),-3.9477559(mm),78.802392(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.452181(mm),3.6802252(mm),78.862146(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10804,7 +10978,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.941731(mm),0.97157836(mm),79.12848(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.769002(mm),0.57020431(mm),78.277301(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10813,7 +10987,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.74283(mm),-2.4404391(mm),79.163551(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.585625(mm),3.7007906(mm),78.838617(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10822,7 +10996,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.801718(mm),3.072472(mm),78.44786(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.228198(mm),-0.31198479(mm),78.37266(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10831,7 +11005,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.737(mm),2.2768894(mm),78.282944(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.695431(mm),-1.5890035(mm),78.819255(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10840,7 +11014,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.614569(mm),-2.6001181(mm),78.657186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.696407(mm),1.9761199(mm),79.171737(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10849,7 +11023,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.450657(mm),3.5050583(mm),79.038742(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.499091(mm),-2.0828657(mm),78.501221(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10858,7 +11032,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.142307(mm),0.30861922(mm),79.093113(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.160969(mm),1.8381078(mm),79.266149(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10867,7 +11041,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.026363(mm),1.5355037(mm),78.231922(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.716526(mm),-3.5600355(mm),78.991862(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10876,7 +11050,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.859856(mm),3.9743491(mm),78.790262(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.422223(mm),3.127554(mm),78.691102(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10885,7 +11059,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.269421(mm),2.1493056(mm),78.894372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.315639(mm),0.2248678(mm),78.709896(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10894,7 +11068,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.876194(mm),-2.1583932(mm),79.140036(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.560062(mm),-2.3576456(mm),79.019451(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10903,7 +11077,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.957618(mm),-3.2392252(mm),78.42037(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.114294(mm),0.15015111(mm),78.569071(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10912,7 +11086,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.299357(mm),1.9933912(mm),78.889094(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.300538(mm),-3.1972955(mm),78.888885(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10921,7 +11095,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.512309(mm),0.75857636(mm),78.146236(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.756758(mm),2.7952595(mm),78.455787(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10930,7 +11104,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.784472(mm),-1.4188074(mm),78.450901(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.588965(mm),-2.677313(mm),78.485374(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10939,7 +11113,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.295903(mm),0.91107149(mm),78.889703(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.463236(mm),2.7129042(mm),78.68387(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10948,7 +11122,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.995574(mm),2.9702582(mm),78.766332(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.609294(mm),-3.2531254(mm),78.658116(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10957,7 +11131,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.107824(mm),0.6354123(mm),78.217558(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.290369(mm),1.3258633(mm),78.714351(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10966,7 +11140,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.839867(mm),-3.3437559(mm),78.793787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.690666(mm),2.7708498(mm),78.467441(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10975,7 +11149,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.23841(mm),2.3087394(mm),78.723513(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.385524(mm),3.031638(mm),79.050227(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10984,7 +11158,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.256546(mm),-1.2736503(mm),78.367661(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.682489(mm),-1.5901147(mm),78.468883(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10993,7 +11167,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.325961(mm),-1.0006466(mm),79.060729(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.139991(mm),-0.61843752(mm),79.269848(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11002,7 +11176,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.991417(mm),-1.5773973(mm),79.296046(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.729614(mm),0.69930404(mm),78.460574(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11011,7 +11185,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.50353(mm),0.92915274(mm),78.324111(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.78282(mm),-3.0520292(mm),78.803846(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11020,7 +11194,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.772249(mm),-1.9148285(mm),78.982037(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.521689(mm),-3.7965254(mm),78.673563(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11029,7 +11203,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.554344(mm),-2.5580801(mm),78.491478(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.952481(mm),2.6651364(mm),78.77393(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11038,7 +11212,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.083659(mm),-0.59205087(mm),78.7508(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.229026(mm),-1.7902718(mm),78.196187(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11047,7 +11221,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.188021(mm),-0.81716691(mm),79.437706(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.800157(mm),2.470039(mm),78.977116(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11056,7 +11230,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.760981(mm),2.5473536(mm),78.278716(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.363322(mm),2.2037592(mm),78.348834(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11065,7 +11239,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.772659(mm),3.1434488(mm),78.452984(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.884409(mm),-2.1910191(mm),79.314914(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11074,7 +11248,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.739507(mm),-1.4344291(mm),78.635156(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.918458(mm),0.47424833(mm),79.132583(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11083,7 +11257,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.993616(mm),0.25194429(mm),78.237696(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.895195(mm),3.0720169(mm),78.784031(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11092,7 +11266,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.02946(mm),0.850064(mm),78.58403(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.316943(mm),0.48385452(mm),78.709666(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11101,7 +11275,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.633164(mm),-2.6552405(mm),79.006561(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.496233(mm),1.5917021(mm),78.854379(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11110,7 +11284,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.100436(mm),0.39723071(mm),78.395188(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.853864(mm),-0.31271093(mm),79.3203(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11119,7 +11293,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.554272(mm),-1.3494094(mm),78.491491(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.16255(mm),3.330135(mm),78.560562(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11128,7 +11302,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.024766(mm),-0.51746057(mm),78.232203(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.946564(mm),0.38802551(mm),78.245993(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11137,7 +11311,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.087707(mm),-0.48052592(mm),78.750086(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.44385(mm),1.2403931(mm),78.863616(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11146,7 +11320,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.392734(mm),-3.5771088(mm),78.872629(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.080971(mm),-1.1655282(mm),78.39862(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11155,105 +11329,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.089714(mm),1.9531855(mm),78.749732(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.522233(mm),-2.9588099(mm),79.026121(mm),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 1.95 mm 7.7 cm 58.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.5015424 cm 3.6654007 mm 7.5933966 cm 49.806685 MeV 8.4010993 MeV 2.3985156 mm 2.3985156 mm Target Transportation - 2 18.38384 cm -1.4487379 cm -96.537303 cm 49.806705 MeV1.5312984e-13 meV 3.2878622 m 3.2902607 m CaptureMgnt Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 21, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 18.4 cm -1.45 cm -96.5 cm 55.6 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 7.7940951 cm 13.424421 cm -2 m 55.615105 MeV1.4646758e-13 meV 3.8342833 m 3.8342833 m CaptureMgnt Transportation - 2 13.524276 cm 16.395778 cm -2.0180882 m 55.604653 MeV 8.8214955 keV 6.7034204 cm 3.9013175 m World muIoni - 3 21.742889 cm 20.66506 cm -2.0439519 m 55.584303 MeV 19.232425 keV 9.6157169 cm 3.9974747 m World muIoni - 4 25.624785 cm 22.669651 cm -2.0563624 m 55.57411 MeV 8.6583701 keV 4.5417772 cm 4.0428925 m World muIoni - 5 39.997863 cm 30.118972 cm -2.1026847 m 55.439157 MeV 29.38837 keV 16.838548 cm 4.2112779 m World muIoni - 6 52.398942 cm 36.638838 cm -2.1427011 m 55.412553 MeV 24.624146 keV 14.570842 cm 4.3569864 m World muIoni - 7 55.929427 cm 38.493023 cm -2.1540776 m 55.403579 MeV 6.7542588 keV 4.1468779 cm 4.3984552 m World muIoni - 8 72.693015 cm 47.287133 cm -2.2081496 m 55.357148 MeV 44.533054 keV 19.687414 cm 4.5953293 m World muIoni - 9 74.452875 cm 48.197788 cm -2.2139051 m 55.349043 MeV 5.280873 keV 2.063411 cm 4.6159634 m World muIoni - 10 77.99469 cm 50.026331 cm -2.2255066 m 55.342249 MeV 5.7854149 keV 4.1513829 cm 4.6574772 m World muIoni - 11 82.047019 cm 52.133369 cm -2.23882 m 55.32946 MeV 11.699198 keV 4.7574655 cm 4.7050519 m World muIoni - 12 83.550413 cm 52.917331 cm -2.243754 m 55.324894 MeV 3.1917917 keV 1.765853 cm 4.7227104 m World muIoni - 13 84.228212 cm 53.269964 cm -2.2459855 m 55.321522 MeV 2.0862539 keV 7.9596269 mm 4.73067 m World muIoni - 14 90.965339 cm 56.743772 cm -2.2676694 m 55.303452 MeV 16.59466 keV 7.8840588 cm 4.8095106 m World muIoni - 15 97.008703 cm 59.861979 cm -2.2868788 m 55.291658 MeV 10.135497 keV 7.0665092 cm 4.8801757 m World muIoni - 16 1.0439527 m 63.661717 cm -2.3102398 m 55.272284 MeV 17.773072 keV 8.6288391 cm 4.9664641 m World muIoni - 17 1.0578486 m 64.376336 cm -2.3146883 m 55.268739 MeV 1.9941561 keV 1.624668 cm 4.9827108 m World muIoni - 18 1.2101234 m 72.200869 cm -2.3632882 m 55.232822 MeV 34.777417 keV 17.796649 cm 5.1606773 m World muIoni - 19 1.235148 m 73.495053 cm -2.371421 m 55.228361 MeV 3.3820383 keV 2.9323417 cm 5.1900007 m World muIoni - 20 1.270314 m 75.316767 cm -2.3828242 m 55.220455 MeV 5.9502181 keV 4.121342 cm 5.2312141 m World muIoni - 21 1.3818843 m 81.112186 cm -2.419121 m 55.195236 MeV 23.540281 keV 13.085925 cm 5.3620734 m World muIoni - 22 1.4039848 m 82.262378 cm -2.4262466 m 55.189567 MeV 3.7861846 keV 2.5913312 cm 5.3879867 m World muIoni - 23 1.4061565 m 82.374964 cm -2.4269452 m 55.185823 MeV 415.77548 eV 2.5440031 mm 5.3905307 m World muIoni - 24 1.4439251 m 84.331145 cm -2.439086 m 55.173899 MeV 9.5934501 keV 4.4232714 cm 5.4347634 m World muIoni - 25 1.5375378 m 89.155764 cm -2.4691697 m 55.133829 MeV 19.200245 keV 10.952674 cm 5.5442901 m World muIoni - 26 1.5552317 m 90.072795 cm -2.4748482 m 55.116215 MeV 3.4527743 keV 2.0722297 cm 5.5650124 m World muIoni - 27 1.9379243 m 1.0992602 m -2.5985496 m 55.03107 MeV 78.354002 keV 44.8524 cm 6.0135364 m World muIoni - 28 1.9520224 m 1.1066142 m -2.6031804 m 55.019151 MeV 2.6464817 keV 1.6561452 cm 6.0300979 m World muIoni - 29 1.9609183 m 1.1112639 m -2.606112 m 55.016441 MeV 1.4732748 keV 1.0457114 cm 6.040555 m World muIoni - 30 1.974889 m 1.1185776 m -2.6107207 m 55.01209 MeV 3.3185173 keV 1.6428906 cm 6.0569839 m World muIoni - 31 1.9786813 m 1.1205614 m -2.6119742 m 55.008592 MeV 349.56589 eV 4.4596663 mm 6.0614436 m World muIoni - 32 2.06653 m 1.1664608 m -2.6410098 m 54.98727 MeV 20.046941 keV 10.328233 cm 6.1647259 m World muIoni - 33 2.0795506 m 1.1732605 m -2.6453036 m 54.976348 MeV 3.3037362 keV 1.5303857 cm 6.1800298 m World muIoni - 34 2.1015796 m 1.1847784 m -2.6525986 m 54.946778 MeV 3.6007475 keV 2.5906697 cm 6.2059365 m World muIoni - 35 2.1284388 m 1.1988344 m -2.6615353 m 54.877764 MeV 5.9012179 keV 3.1604679 cm 6.2375411 m World muIoni - 36 2.1564394 m 1.2135444 m -2.6708593 m 54.863396 MeV 5.3898514 keV 3.2975027 cm 6.2705162 m World muIoni - 37 2.1724015 m 1.2219446 m -2.6761402 m 54.858468 MeV 2.9247575 keV 1.8794735 cm 6.2893109 m World muIoni - 38 2.2504032 m 1.262987 m -2.7019786 m 54.839944 MeV 16.399872 keV 9.1849748 cm 6.3811607 m World muIoni - 39 2.2571789 m 1.2665475 m -2.7042053 m 54.837893 MeV 287.20063 eV 7.9715788 mm 6.3891322 m World muIoni - 40 2.3243931 m 1.3018934 m -2.726313 m 54.823395 MeV 13.445937 keV 7.9093848 cm 6.4682261 m World muIoni - 41 2.3514836 m 1.3161641 m -2.7352735 m 54.81184 MeV 7.0748982 keV 3.19037 cm 6.5001298 m World muIoni - 42 2.3523161 m 1.316602 m -2.7355521 m 54.808573 MeV 20.194131 eV 980.96806 um 6.5011107 m World muIoni - 43 2.3835638 m 1.3330221 m -2.74602 m 54.802136 MeV 4.012134 keV 3.6818786 cm 6.5379295 m World muIoni - 44 2.7177336 m 1.5086469 m -2.8580579 m 54.722115 MeV 74.228941 keV 39.378673 cm 6.9317163 m World muIoni - 45 2.7493625 m 1.52511 m -2.8686884 m 54.714072 MeV 6.6290424 keV 3.7207901 cm 6.9689242 m World muIoni - 46 2.7607911 m 1.5310631 m -2.872535 m 54.706961 MeV 2.0403198 keV 1.3448035 cm 6.9823722 m World muIoni - 47 2.9251809 m 1.6166523 m -2.9279081 m 54.659271 MeV 41.257761 keV 19.343197 cm 7.1758042 m World muIoni - 48 2.9416013 m 1.6251894 m -2.9334826 m 54.654468 MeV 3.7957803 keV 1.9328351 cm 7.1951325 m World muIoni - 49 3.0570777 m 1.685312 m -2.9727552 m 54.625265 MeV 27.084783 keV 13.59851 cm 7.3311176 m World muIoni - 50 3.0896674 m 1.7023111 m -2.9838133 m 54.610585 MeV 6.1145959 keV 3.8384129 cm 7.3695017 m World muIoni - 51 3.2047733 m 1.7621382 m -3.0227597 m 54.576391 MeV 25.264788 keV 13.54457 cm 7.5049474 m World muIoni - 52 3.2801344 m 1.801475 m -3.0483595 m 54.561726 MeV 12.578175 keV 8.8780888 cm 7.5937283 m World muIoni - 53 3.2982022 m 1.8109112 m -3.0544343 m 54.554719 MeV 5.1969732 keV 2.1269476 cm 7.6149978 m World muIoni - 54 3.4438668 m 1.8869292 m -3.1032687 m 54.532287 MeV 20.142529 keV 17.141144 cm 7.7864092 m World muIoni - 55 3.4914657 m 1.9117153 m -3.1190087 m 54.51881 MeV 11.121503 keV 5.5926341 cm 7.8423356 m World muIoni - 56 3.5098207 m 1.9212369 m -3.1250635 m 54.511611 MeV 3.0303174 keV 2.154599 cm 7.8638816 m World muIoni - 57 3.5442273 m 1.9390936 m -3.1364296 m 54.499426 MeV 7.5825334 keV 4.0396251 cm 7.9042778 m World muIoni - 58 3.7508147 m 2.0466349 m -3.2047275 m 54.42331 MeV 46.081935 keV 24.271087 cm 8.1469887 m World muIoni - 59 3.9231514 m 2.1362584 m -3.2605896 m 54.374609 MeV 47.084443 keV 20.212263 cm 8.3491113 m World muIoni - 60 3.9764492 m 2.1636884 m -3.2777491 m 54.360945 MeV 12.592674 keV 6.2349866 cm 8.4114612 m World muIoni - 61 4.0416442 m 2.1972131 m -3.2988354 m 54.343243 MeV 16.453295 keV 7.6282038 cm 8.4877432 m World muIoni - 62 4.0653812 m 2.209415 m -3.3064832 m 54.335719 MeV 5.5626453 keV 2.7763596 cm 8.5155068 m World muIoni - 63 4.0800647 m 2.2169613 m -3.3111925 m 54.332705 MeV 1.8847321 keV 1.7167721 cm 8.5326745 m World muIoni - 64 4.0867307 m 2.2203861 m -3.3133288 m 54.329896 MeV 1.5655278 keV 7.7928943 mm 8.5404674 m World muIoni - 65 4.1179996 m 2.2364545 m -3.3233629 m 54.320438 MeV 7.5153661 keV 3.6559793 cm 8.5770272 m World muIoni - 66 4.150483 m 2.2531889 m -3.3337666 m 54.311228 MeV 5.7670741 keV 3.7992739 cm 8.61502 m World muIoni - 67 4.155911 m 2.255996 m -3.3355105 m 54.282931 MeV 308.73888 eV 6.3549055 mm 8.6213749 m World muIoni - 68 4.2294725 m 2.2939494 m -3.3590324 m 54.260223 MeV 14.888968 keV 8.6052589 cm 8.7074275 m World muIoni - 69 4.2311005 m 2.2947953 m -3.3595493 m 54.256122 MeV 661.19801 eV 1.9061216 mm 8.7093336 m World muIoni - 70 4.3807581 m 2.3726873 m -3.4070594 m 54.220389 MeV 34.184577 keV 17.527663 cm 8.8846102 m World muIoni - 71 4.3967475 m 2.3808845 m -3.4121217 m 54.215542 MeV 4.8467484 keV 1.8667777 cm 8.903278 m OutOfWorld Transportation -Track (trackID 21, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.713200519704(mm),1.751564743112(mm),79.168775668787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.270343(mm),1.3134739(mm),79.070536(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11262,7 +11347,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.232671(mm),0.33626982(mm),78.195544(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.275319(mm),-2.0635522(mm),78.717005(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11271,7 +11356,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.375967(mm),-0.62099184(mm),79.228239(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.927919(mm),-1.5533694(mm),79.307242(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11280,7 +11365,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.665198(mm),3.5542873(mm),78.824586(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.774426(mm),3.7361134(mm),78.805326(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11289,7 +11374,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.61263(mm),2.309527(mm),78.304874(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.043854(mm),-1.2022966(mm),79.110473(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11298,7 +11383,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.637955(mm),0.44522461(mm),78.82939(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.427383(mm),-2.3942072(mm),78.690192(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11307,7 +11392,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.757971(mm),-0.37556473(mm),78.984555(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.671558(mm),1.4126147(mm),78.647137(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11316,7 +11401,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.013399(mm),-2.3615341(mm),78.939516(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.966574(mm),2.2186404(mm),79.124099(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11325,7 +11410,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.107871(mm),-2.4520015(mm),78.393877(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.419584(mm),-2.5542451(mm),78.51524(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11334,7 +11419,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.09177(mm),-1.1187816(mm),78.925697(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.250113(mm),1.011761(mm),78.897777(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11343,7 +11428,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.548335(mm),-0.46364389(mm),78.492538(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.472771(mm),3.1830948(mm),79.034843(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11352,7 +11437,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.450784(mm),-0.86574884(mm),78.862393(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.465202(mm),-1.8041755(mm),78.33087(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11361,7 +11446,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.636987(mm),-2.5821489(mm),78.476906(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.245957(mm),-0.30848502(mm),79.074836(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11370,7 +11455,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.17197(mm),3.7471746(mm),78.911555(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.2719(mm),-0.77905446(mm),78.541281(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11379,7 +11464,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.249598(mm),-2.6826956(mm),78.897867(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.819521(mm),3.4177357(mm),78.797374(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11388,7 +11473,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.96059(mm),2.1281776(mm),78.948827(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.196349(mm),1.9592147(mm),78.378276(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11397,7 +11482,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.443779(mm),0.97718098(mm),79.392609(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.199202(mm),1.1344202(mm),78.730427(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11406,7 +11491,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.280094(mm),3.038459(mm),78.716163(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.09134(mm),-1.4342046(mm),78.925772(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11415,7 +11500,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.262512(mm),3.0058355(mm),78.719263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.736252(mm),-2.268753(mm),78.283076(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11424,7 +11509,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.80301(mm),1.7625646(mm),79.15294(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.488681(mm),-1.3615599(mm),78.85571(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11433,7 +11518,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.623912(mm),2.8717468(mm),78.479212(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.874171(mm),-0.66338677(mm),78.787738(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11442,7 +11527,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.542584(mm),-0.13114061(mm),78.669879(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.405119(mm),-2.4246369(mm),79.046772(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11451,7 +11536,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.904924(mm),2.3217875(mm),78.253335(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.253067(mm),-0.49083641(mm),78.544602(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11460,7 +11545,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.575519(mm),0.074741603(mm),78.135091(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.693125(mm),-0.30089966(mm),78.114354(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11469,7 +11554,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.345142(mm),1.8024588(mm),79.233674(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.423986(mm),-1.7572718(mm),79.219772(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11478,7 +11563,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.028798(mm),0.31500584(mm),79.465781(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.532646(mm),-1.85482(mm),78.847958(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11487,7 +11572,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.357702(mm),-1.4977553(mm),79.055133(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.775221(mm),2.8527273(mm),78.805186(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11496,7 +11581,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.434703(mm),3.1967952(mm),78.688901(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.624884(mm),-1.7206272(mm),78.302713(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11505,7 +11590,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.646934(mm),2.902164(mm),79.004133(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.568033(mm),1.6107559(mm),79.018046(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11514,7 +11599,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.137674(mm),-1.6755676(mm),79.093929(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.20483(mm),0.94105918(mm),79.258415(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11523,7 +11608,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.755968(mm),-1.672509(mm),78.984908(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.88421(mm),1.4110358(mm),78.609641(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11532,7 +11617,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.685909(mm),2.3090485(mm),78.997261(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.773076(mm),1.2055633(mm),78.45291(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11541,7 +11626,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.740301(mm),3.362755(mm),78.635016(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.998255(mm),-3.680884(mm),78.589532(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11550,7 +11635,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.599521(mm),0.52886325(mm),78.836166(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.771357(mm),-3.2721213(mm),78.62954(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11559,7 +11644,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.843606(mm),2.2359388(mm),78.793128(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.214204(mm),-0.59413918(mm),79.256762(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11568,7 +11653,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.336888(mm),-2.7317779(mm),79.23513(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.831778(mm),0.018926188(mm),79.147867(mm),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 +11662,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.327985(mm),3.0166863(mm),78.355065(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.285606(mm),0.84412304(mm),78.538864(mm),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 +11671,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.004137(mm),1.8652961(mm),79.293803(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.890686(mm),-0.21459132(mm),78.608499(mm),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 +11680,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.91147(mm),0.37908319(mm),78.781161(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.218375(mm),-3.3321224(mm),78.903373(mm),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 +11689,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.155309(mm),-0.51912821(mm),78.209185(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.964369(mm),-1.3073874(mm),78.771834(mm),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 +11698,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.062439(mm),-3.3875569(mm),78.754541(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.064261(mm),2.0326435(mm),79.283201(mm),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 +11707,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.237855(mm),0.86004262(mm),79.428919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.551313(mm),0.9509349(mm),78.66834(mm),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 +11716,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.18764(mm),-1.508707(mm),79.261446(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.872164(mm),3.756722(mm),78.964419(mm),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 +11725,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.067391(mm),2.8446752(mm),78.929995(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.01143(mm),0.65917175(mm),79.292517(mm),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 +11734,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.458012(mm),-0.41714477(mm),79.390099(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.668016(mm),-3.7822298(mm),79.000416(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11658,7 +11743,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.271719(mm),-0.045824771(mm),79.422948(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.019831(mm),-1.0909262(mm),78.585728(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11667,7 +11752,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.133458(mm),1.7879984(mm),78.565692(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.618127(mm),-1.8403151(mm),78.480232(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11676,7 +11761,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.653185(mm),0.289117(mm),79.179358(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.946027(mm),-1.8069312(mm),78.951395(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11685,7 +11770,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.130737(mm),-2.6925875(mm),78.742499(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.975299(mm),1.9894524(mm),78.59358(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11694,7 +11779,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.029799(mm),-1.1546495(mm),79.289278(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.217779(mm),0.76703369(mm),78.903478(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11703,7 +11788,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.844076(mm),1.7811266(mm),79.145699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.792057(mm),1.523231(mm),78.449563(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11712,7 +11797,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.211525(mm),-0.093454529(mm),79.080908(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.908962(mm),0.63413882(mm),78.957931(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11721,7 +11806,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.431911(mm),-1.0315422(mm),78.689394(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.91377(mm),-1.9383235(mm),79.13341(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11730,7 +11815,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.620798(mm),2.8300875(mm),78.656088(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.641709(mm),-2.7070801(mm),79.005055(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11739,7 +11824,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.809236(mm),3.0040292(mm),78.446534(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.797146(mm),3.6268575(mm),78.977647(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11748,7 +11833,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.660514(mm),1.2678241(mm),79.354393(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.842846(mm),-1.9851217(mm),79.145916(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11757,7 +11842,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.927326(mm),-1.0096769(mm),79.13102(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.565342(mm),2.4657284(mm),78.665866(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11766,7 +11851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.555794(mm),1.9764789(mm),78.843877(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.300882(mm),1.5416921(mm),78.888825(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11775,7 +11860,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.31314(mm),1.9771903(mm),79.06299(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.422754(mm),0.7947642(mm),79.043662(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11784,7 +11869,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.871781(mm),1.0296976(mm),79.140814(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.097227(mm),2.0318701(mm),78.748407(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11793,7 +11878,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.172082(mm),2.154182(mm),78.206228(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.388092(mm),-3.4756351(mm),78.873447(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11802,7 +11887,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.020716(mm),1.3335768(mm),79.114552(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.400275(mm),-0.42938904(mm),78.871299(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11811,7 +11896,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.067972(mm),1.0049266(mm),78.577239(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.539941(mm),2.6759153(mm),78.494018(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11820,7 +11905,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.299781(mm),2.0540907(mm),79.241673(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.940151(mm),0.75966161(mm),78.952431(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11829,7 +11914,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.94886(mm),0.98456468(mm),78.950896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.197284(mm),1.8854179(mm),78.378111(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11838,7 +11923,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.596024(mm),0.50363851(mm),78.484129(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.695797(mm),2.5302236(mm),78.290209(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11847,15 +11932,588 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.668266(mm),2.6607998(mm),79.000372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.953571(mm),-2.1610961(mm),78.597411(mm),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.762506(mm),0.83648256(mm),78.807428(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.279568(mm),0.006141094(mm),78.716256(mm),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.215074(mm),0.16755133(mm),78.374974(mm),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.09807(mm),-2.8513951(mm),78.924586(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.755985(mm),0.34709672(mm),78.984905(mm),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.411441(mm),2.8092229(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 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.032029(mm),1.6442576(mm),78.230923(mm),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.772247(mm),3.8773224(mm),78.80571(mm),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.617546(mm),1.6069504(mm),78.832988(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.654581(mm),-0.98248127(mm),78.473804(mm),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.238037(mm),0.36879985(mm),78.899906(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.674426(mm),2.8851521(mm),78.470305(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.41439(mm),-3.3591436(mm),79.045137(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.386178(mm),1.7560761(mm),78.168477(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.345509(mm),2.7075188(mm),79.057283(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.061798(mm),0.57256212(mm),79.107309(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.139396(mm),0.34666524(mm),79.269953(mm),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.881317(mm),0.76982531(mm),78.786478(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.614327(mm),1.527298(mm),78.657229(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.126814(mm),3.9688978(mm),78.74319(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.447068(mm),-2.7362909(mm),78.510394(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.676713(mm),0.87368791(mm),78.646228(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.665004(mm),-1.5761802(mm),79.353601(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.743232(mm),-0.17191054(mm),79.16348(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.99711(mm),-2.5787777(mm),78.589734(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.645813(mm),-1.5059141(mm),79.004331(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-17.073872(mm),-0.61782626(mm),78.223545(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.021376(mm),-3.8009908(mm),78.585455(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.266896(mm),-1.3612643(mm),78.71849(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.698099(mm),-3.4945004(mm),78.466131(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.849239(mm),-2.4228625(mm),78.968461(mm),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.835131(mm),0.380825(mm),78.794622(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.987723(mm),-3.8456886(mm),78.944043(mm),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.012845(mm),3.0587839(mm),78.939613(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.420179(mm),2.6811004(mm),78.691462(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.519982(mm),-0.58585975(mm),79.026518(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.189607(mm),-2.5349041(mm),79.261099(mm),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.668313(mm),3.2103375(mm),78.824037(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-10.873475(mm),-2.4469644(mm),79.316842(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.99273(mm),2.6824676(mm),78.414179(mm),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.438119(mm),0.43556063(mm),78.864626(mm),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.482507(mm),-2.0418371(mm),78.327818(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.096684(mm),1.0294175(mm),79.277484(mm),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.602582(mm),-2.6604152(mm),78.306646(mm),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.620096(mm),0.99139849(mm),78.303558(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.337939(mm),1.9940825(mm),78.705963(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.955331(mm),-1.8707672(mm),78.949755(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.415843(mm),3.1571812(mm),78.692227(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.92307(mm),-2.4045423(mm),78.955443(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-11.62686(mm),-2.1552144(mm),79.184(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.164354(mm),-0.92634305(mm),78.560244(mm),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.094608(mm),-1.5397826(mm),78.925196(mm),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.292463(mm),1.2774686(mm),78.361328(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.799086(mm),2.6592489(mm),78.448324(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.333503(mm),2.2125868(mm),78.530419(mm),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.643739(mm),1.7445306(mm),78.299389(mm),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.027444(mm),-2.6394606(mm),78.408058(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.051509(mm),-1.8031461(mm),78.756469(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.884357(mm),1.1203923(mm),78.433288(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-12.028128(mm),0.29558649(mm),79.113245(mm),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.482609(mm),-3.7158496(mm),78.856781(mm),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.044985(mm),0.56261062(mm),78.933946(mm),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.557148(mm),1.9886917(mm),78.843638(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.764821(mm),-1.9890108(mm),78.454366(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # #/event/setverbose 1 #/run/printProgress 1 @@ -11880,12 +12538,12 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W --------- Ranecu engine status --------- Initial seed (index) = 159 - Current couple of seeds = 475537686, 1300678289 + Current couple of seeds = 2122931433, 185052265 ---------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.72395(mm),1.901135(mm),79.16688(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.997786(mm),0.59187489(mm),78.765942(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11894,7 +12552,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.021594(mm),-2.4247545(mm),79.290724(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.003073(mm),1.8960661(mm),78.765009(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11903,7 +12561,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.284533(mm),1.5232643(mm),78.362726(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.02631(mm),0.017491419(mm),78.760912(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11912,7 +12570,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.830578(mm),2.9432194(mm),79.148079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.585392(mm),-1.1380401(mm),78.13335(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11921,7 +12579,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.529867(mm),-3.4392149(mm),79.024775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.520986(mm),0.14364269(mm),78.49736(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11930,7 +12588,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.310577(mm),-1.6371515(mm),78.710788(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.691766(mm),-0.53958076(mm),78.996228(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11939,7 +12597,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.697193(mm),3.0362281(mm),78.46629(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.988065(mm),0.63290279(mm),78.415002(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11948,7 +12606,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.770148(mm),1.8793317(mm),78.277099(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.676619(mm),1.1577411(mm),78.469918(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11957,7 +12615,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.951519(mm),-1.8825263(mm),79.303081(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.294821(mm),2.355196(mm),78.889893(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11966,15 +12624,12 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.250549(mm),-1.8275629(mm),78.545046(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.62031(mm),-0.70201741(mm),78.30352(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # /field04/SetTransferR 0.3 m /run/reinitializeGeometry @@ -11992,20 +12647,17 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W --------- Ranecu engine status --------- Initial seed (index) = 159 - Current couple of seeds = 1979878519, 309280122 + Current couple of seeds = 1211906975, 1164582658 ---------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.207475(mm),-1.8799406(mm),78.376314(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.321598(mm),-1.1991641(mm),78.885172(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/examples/extended/field/field05/History b/examples/extended/field/field05/History index 1b12ccb89f..8b208b3237 100644 --- a/examples/extended/field/field05/History +++ b/examples/extended/field/field05/History @@ -1,18 +1,16 @@ -// ------------------------------------------------------------------ +# Example field05 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - field05 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (fieldex05-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 July 27, 2018 I.Hrivnacova - fieldex05-V10-04-02 - Macro review and code clean-up: diff --git a/examples/extended/field/field05/field05.out b/examples/extended/field/field05/field05.out index c4fbc8c6b7..dbb1696729 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,6 +50,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -92,8 +96,5 @@ Some /vis commands (optionally) take a string to specify colour. /run/beamOn 1 G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/field/field06/History b/examples/extended/field/field06/History index 53033b220a..db525414db 100644 --- a/examples/extended/field/field06/History +++ b/examples/extended/field/field06/History @@ -1,18 +1,16 @@ -// ------------------------------------------------------------------ +# Example field06 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - field06 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (fieldex06-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10, 2020 B. Morgan - fieldex06-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/field/field06/field06.out b/examples/extended/field/field06/field06.out index d73659abc1..e191bda669 100644 --- a/examples/extended/field/field06/field06.out +++ b/examples/extended/field/field06/field06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -63,6 +63,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -109,7 +113,7 @@ Some /vis commands (optionally) take a string to specify colour. Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma -1 MeV e- 1 keV e+ -1 MeV proton 100 keV + Energy thresholds : gamma -1 MeV e- 990 eV e+ -1 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2318,10 +2322,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.023600s Sys=0.010000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.010000s Real=0.018593s Sys=0.010000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/g3tog4/History b/examples/extended/g3tog4/History index 6cd7ed9873..4409ddc3f6 100644 --- a/examples/extended/g3tog4/History +++ b/examples/extended/g3tog4/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example g3tog4 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - g3tog4 examples History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (g3tog4Tests-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 May 24, 2021 B. Morgan (g3tog4Tests-V10-07-00) --------------------------- diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index 360706a9ff..1fd658f6cb 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -14,7 +14,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -44,6 +44,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -141,7 +145,8 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -158,7 +163,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -168,8 +173,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -232,10 +238,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -260,10 +266,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -290,10 +296,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -322,10 +328,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -336,10 +342,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -349,10 +355,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -381,10 +387,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -413,10 +419,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -445,14 +451,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -463,7 +468,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -478,14 +483,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -496,7 +500,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -511,10 +515,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -543,10 +547,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -580,15 +584,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -598,10 +605,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -609,10 +618,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -621,6 +632,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -628,11 +640,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -640,11 +654,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -653,10 +669,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -667,10 +685,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -681,10 +701,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -694,10 +716,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -708,10 +732,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -722,10 +748,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -736,10 +764,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -749,11 +779,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -761,6 +793,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -768,6 +801,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -777,6 +811,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -784,11 +819,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -796,11 +833,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -810,11 +849,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -822,6 +863,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -829,6 +871,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -838,11 +881,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -850,11 +895,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -864,11 +911,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -876,11 +925,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -890,11 +941,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= @@ -902,18 +955,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -939,7 +992,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : VACUUM Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -949,7 +1002,7 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 5 kByte - Total CPU time elapsed for geometry optimisation: 0 seconds + Total CPU time elapsed for geometry optimisation: 0.01 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume @@ -978,10 +1031,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000373s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000420s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1001,7 +1051,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : VACUUM Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1011,10 +1061,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000051s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000044s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1034,7 +1081,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : VACUUM Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1044,10 +1091,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000076s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000053s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1067,7 +1111,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : VACUUM Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1077,10 +1121,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000053s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000046s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1100,7 +1141,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : VACUUM Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1110,10 +1151,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000076s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000079s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1133,7 +1171,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : VACUUM Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1143,10 +1181,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000047s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000052s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1166,7 +1201,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : VACUUM Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1176,10 +1211,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000056s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000048s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1199,7 +1231,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : VACUUM Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1209,10 +1241,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000045s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000047s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1233,12 +1262,12 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00865 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.00288 MB Pool ID '17G4SmartVoxelProxy', size : 0.00192 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.000961 MB Pool ID '7G4Track', size : 0.000961 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB diff --git a/examples/extended/g3tog4/clGeometry/common/History b/examples/extended/g3tog4/clGeometry/common/History index 277c7de375..2f056c6ffa 100644 --- a/examples/extended/g3tog4/clGeometry/common/History +++ b/examples/extended/g3tog4/clGeometry/common/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example common History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - extended/commmon History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (excommon-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 29/09/17 I. Hrivnacova (excommon-V10-03-00,01) - Removed generic class names prefix (ExG4) and introduced a meaningful one diff --git a/examples/extended/geometry/History b/examples/extended/geometry/History index 2108cfa231..82aeebf0a3 100644 --- a/examples/extended/geometry/History +++ b/examples/extended/geometry/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example geometry History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Geometry Examples History file - ------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exGeometry-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 17/11/21, I. Hrivnacova (exGeometry-V10-07-03) - Updated documentation diff --git a/examples/extended/geometry/transforms/History b/examples/extended/geometry/transforms/History index 2e74d9c73c..71d8f0641b 100644 --- a/examples/extended/geometry/transforms/History +++ b/examples/extended/geometry/transforms/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example transforms History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Transforms History file - ------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exTransforms-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 04-06-21 I. Hrivnacova (exTransforms-V10-07-02) - added cleaning of the reflection factory diff --git a/examples/extended/geometry/transforms/batch.out b/examples/extended/geometry/transforms/batch.out index 2296d24324..dd4054ed04 100644 --- a/examples/extended/geometry/transforms/batch.out +++ b/examples/extended/geometry/transforms/batch.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/geometry/vecGeomNavigation/History b/examples/extended/geometry/vecGeomNavigation/History index e4421287c0..f9f5dbae22 100644 --- a/examples/extended/geometry/vecGeomNavigation/History +++ b/examples/extended/geometry/vecGeomNavigation/History @@ -1,25 +1,24 @@ -------------------------------------------------------------------- +# Example vecGeomNavigation History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - VecGeomNavigation History file - ------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +------------------------------------------------------------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - -07/04/2022 B.Morgan (VecGeomNavigation-V10-07-03) +## 2022-04-07 Ben Morgan (VecGeomNavigation-V11-00-02) - Build g4vecgeomnav as a static library if only Geant4 static libs are available -25/03/2022 G.Cosmo +## 2022-03-25 Gabriele Cosmo (VecGeomNavigation-V11-00-01) - Removed unused setting of threads causing compilation warning. +## 2021-12-10 Ben Morgan (VecGeomNavigation-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 09/07/2021 G.Cosmo (VecGeomNavigation-V10-07-02) - Switched to use "master" for G4VecGeomNav package (instead of hardcoded hashed tag "1a002fbf2bccd81827b6100f86e2ad82433a75e9", used for 11.0-beta), diff --git a/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out b/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out index 893e223aef..1e4489eb02 100644 --- a/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out +++ b/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out @@ -18,7 +18,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -46,31 +46,32 @@ Stripping off GDML names of materials, solids and volumes ... Enabled Check mode in G4Navigator *** SETTING MAGNETIC FIELD in Z direction : fieldValue = 2 tesla *** -*** Conversion of G4 -> VecGeom finished (0.00408911 s) *** -*** Closing VecGeom geometry finished (0.000713849 s) *** -*** Setup of syncing lookup structure finished (2.8203e-05 s) *** +*** Conversion of G4 -> VecGeom finished (0.00343814 s) *** +*** Closing VecGeom geometry finished (0.000745792 s) *** +*** Setup of syncing lookup structure finished (2.7572e-05 s) *** TG4VecGeomNavigator created and registered to G4TransportationManager Setting up safety voxels for Svt_log with 340 daughters Uncontained capacity for Svt_log: 8.83002e+07 units VolUtil: FillUncontPts: Volume 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -644,10 +646,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -655,10 +659,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -667,6 +673,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -674,11 +681,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -686,11 +695,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -699,10 +710,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -713,10 +726,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -727,10 +742,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -740,10 +757,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -754,10 +773,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -768,10 +789,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -782,10 +805,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -795,11 +820,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -807,6 +834,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -814,6 +842,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -823,6 +852,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -830,11 +860,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -842,11 +874,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -856,11 +890,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -868,6 +904,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -875,6 +912,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -884,11 +922,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -896,11 +936,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -910,11 +952,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -922,11 +966,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -936,29 +982,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -971,14 +1019,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : ArgonGas Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Silicon Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.85422 keV e- 423.34 keV e+ 409.007 keV proton 70 keV + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -993,205 +1041,298 @@ Index : 1 used in the geometry : Yes Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu 0 0 0 0 5000 0 0 0 N/A | -0.93291 0.297289 0.203221 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - Difference in Exit Normal = 0.00424626 vgNorm = (0.953329, -0.301932, 0) g4Norm = (0.954603,-0.297882,0) ( = (0.954603, -0.297882, 0) ) -- diff 3vec = (-0.00127349, -0.0040508, 0) - 1 -27.6466 8.75604 6.01902 4999.99 0.00792 29.6 29.6181 0 | -0.93396 0.29396 0.20323 | ArgonGas Transportation Svt 0 - 2 -34.0133 10.7571 7.40426 4999.99 0.00305 6.82 36.4341 0 | -0.9342 0.29321 0.20322 | ArgonGas Transportation WaferPos 0 - 3 -34.3238 10.8542 7.47179 4999.9 0.0861 0.332 36.7664 0 | -0.9342 0.29341 0.20292 | Silicon Transportation Svt 0 - 4 -41.2586 13.0288 8.97788 4999.9 0.00167 7.42 44.1886 0 | -0.93447 0.29259 0.2029 | ArgonGas Transportation WaferPos 0 - 5 -41.5691 13.1257 9.04527 4999.82 0.0862 0.332 44.5207 0 | -0.9345 0.2924 0.20298 | Silicon Transportation Svt 0 - 6 -60.9228 19.155 13.2475 4999.81 0.0081 20.7 65.2228 0 | -0.93523 0.29007 0.20297 | ArgonGas Transportation WaferPos 0 - 7 -61.2332 19.2511 13.3148 4999.7 0.108 0.332 65.5547 0 | -0.93524 0.29005 0.20295 | Silicon Transportation Svt 0 - 8 -91.631 28.6139 19.9071 4999.69 0.00394 32.5 98.0377 0 | -0.93637 0.2864 0.20293 | ArgonGas eIoni Svt 0 - 9 -102.86 32.0396 22.34 4999.69 0.00243 12 110.027 27.764 | -0.93678 0.28508 0.20292 | ArgonGas eIoni Svt 0 - 10 -118.933 36.913 25.8206 4999.69 0.00215 17.2 127.18 4.1546 | -0.93736 0.28316 0.20291 | ArgonGas Transportation WaferPos 0 - 11 -119.222 36.9999 25.883 4999.6 0.084 0.308 127.488 0 | -0.93734 0.28313 0.20308 | Silicon Transportation Svt 0 + Difference in Exit Normal = 0.00418604 vgNorm = (0.953329, -0.301932, 0) g4Norm = (0.954585,-0.297939,0) ( = (0.954585, -0.297939, 0) ) -- diff 3vec = (-0.00125555, -0.00399331, 0) + 1 -27.6466 8.75604 6.01902 4999.99 0.00614 29.6 29.6181 0 | -0.93396 0.29396 0.20323 | ArgonGas Transportation Svt 0 + 2 -34.0133 10.7571 7.40426 4999.99 0.00163 6.82 36.4341 0 | -0.9342 0.29321 0.20324 | ArgonGas Transportation WaferPos 0 + 3 -34.3238 10.8542 7.47179 4999.9 0.0909 0.332 36.7664 0 | -0.9342 0.2932 0.20324 | Silicon Transportation Svt 0 + 4 -41.2585 13.0272 8.98029 4999.9 0.00286 7.42 44.1884 0 | -0.93446 0.29235 0.20325 | ArgonGas Transportation WaferPos 0 + 5 -41.569 13.124 9.0478 4999.79 0.106 0.332 44.5206 0 | -0.9345 0.29217 0.20334 | Silicon Transportation Svt 0 + 6 -60.9222 19.1483 13.2573 4999.79 0.00747 20.7 65.2223 0 | -0.93522 0.28986 0.20334 | ArgonGas Transportation WaferPos 0 + 7 -61.2326 19.2443 13.3247 4999.66 0.123 0.332 65.5542 0 | -0.93524 0.28977 0.20337 | Silicon Transportation Svt 0 + 8 -90.7226 28.3186 19.7335 4999.65 0.0072 31.5 97.0673 0 | -0.93636 0.28613 0.20338 | ArgonGas eIoni Svt 0 + 9 -118.939 36.8853 25.8589 4999.65 0.00612 30.1 127.185 28.505 | -0.93738 0.28275 0.20341 | ArgonGas Transportation WaferPos 0 + 10 -119.228 36.9721 25.9215 4999.54 0.102 0.308 127.493 0 | -0.93735 0.28275 0.20357 | Silicon Transportation Svt 0 Difference in Exit Normal = 1.99417 vgNorm = (0.9397, -0.342, 0) g4Norm = (-0.980784,0.195097,0) ( = (-0.980784, 0.195097, 0) ) -- diff 3vec = (1.92048, -0.537097, 0) - 12 -137.603 42.5284 29.8639 4999.59 0.00695 19.6 147.091 0 | -0.93801 0.28091 0.20307 | ArgonGas Transportation WaferPos 0 - 13 -137.891 42.6145 29.9263 4999.4 0.198 0.307 147.398 0 | -0.93805 0.28081 0.20301 | Silicon Transportation Svt 0 - 14 -162.713 50.0026 35.2951 4999.38 0.0113 26.4 173.847 0 | -0.93894 0.27782 0.20299 | ArgonGas eIoni Svt 0 - 15 -181.685 55.5912 39.3951 4999.38 0.00344 20.2 194.045 19.777 | -0.93961 0.27558 0.20293 | ArgonGas Transportation expHall_log_PV 0 - 16 -222.108 67.3334 48.1197 4999.37 0.0108 43 237.034 0 | -0.94102 0.27074 0.20294 | ArgonGas eIoni expHall_log_PV 0 - 17 -229.712 69.517 49.7592 4999.37 0.001 8.08 245.112 7.9097 | -0.94128 0.26983 0.20294 | ArgonGas Transportation Dch 0 - 18 -239.088 72.1988 51.7804 4999.36 0.00112 9.96 255.072 0 | -0.9416 0.26871 0.20294 | ArgonGas eIoni Dch 0 - 19 -239.327 72.2672 51.832 4999.36 0 0.254 255.326 0.24909 | -0.94161 0.26869 0.20294 | ArgonGas Transportation Layer 0 - 20 -248.946 75.0056 53.9049 4999.36 0.00308 10.2 265.54 0 | -0.94192 0.26758 0.20296 | ArgonGas Transportation Layer 0 - 21 -258.568 77.7327 55.9778 4999.36 0.00212 10.2 275.754 0 | -0.94225 0.2664 0.20299 | ArgonGas Transportation Layer 0 - 22 -268.194 80.4478 58.0512 4999.36 0.00224 10.2 285.968 0 | -0.94257 0.26522 0.203 | ArgonGas Transportation Layer 0 - 23 -287.456 85.8424 62.1981 4999.35 0.00348 20.4 306.396 0 | -0.94322 0.26291 0.20301 | ArgonGas Transportation Layer 0 - 24 -306.732 91.1898 66.3454 4999.34 0.00827 20.4 326.825 0 | -0.94386 0.26062 0.203 | ArgonGas Transportation Layer 0 - 25 -316.375 93.846 68.4189 4999.34 0.000497 10.2 337.04 0 | -0.94418 0.25948 0.20297 | ArgonGas Transportation Layer 0 - 26 -326.021 96.4907 70.4922 4999.34 0.00224 10.2 347.255 0 | -0.94451 0.2583 0.20295 | ArgonGas Transportation Layer 0 - 27 -335.67 99.1233 72.5653 4999.34 0.00425 10.2 357.469 0 | -0.94482 0.25717 0.20294 | ArgonGas Transportation Layer 0 - 28 -354.979 104.354 76.7113 4999.33 0.004 20.4 377.899 0 | -0.94544 0.25485 0.20294 | ArgonGas Transportation Layer 0 - 29 -364.639 106.951 78.7844 4999.33 0.00196 10.2 388.115 0 | -0.94575 0.2537 0.20294 | ArgonGas Transportation Layer 0 - 30 -374.302 109.537 80.8575 4999.33 0.00224 10.2 398.33 0 | -0.94606 0.25268 0.20278 | ArgonGas Transportation Layer 0 - 31 -393.636 114.675 85.0004 4999.32 0.0069 20.4 418.76 0 | -0.94667 0.25038 0.20278 | ArgonGas Transportation Layer 0 - 32 -403.309 117.227 87.0719 4999.32 0.00505 10.2 428.976 0 | -0.94698 0.24921 0.20281 | ArgonGas Transportation Layer 0 - 33 -412.984 119.767 89.1437 4999.31 0.00216 10.2 439.191 0 | -0.94728 0.24804 0.20281 | ArgonGas Transportation Layer 0 - 34 -432.345 124.811 93.2875 4999.31 0.00766 20.4 459.623 0 | -0.94789 0.24571 0.2028 | ArgonGas Transportation Layer 0 - 35 -442.03 127.316 95.3593 4999.31 0.00116 10.2 469.839 0 | -0.94819 0.24455 0.20281 | ArgonGas Transportation Layer 0 - 36 -457.328 131.245 98.6308 4999.3 0.00574 16.1 485.969 0 | -0.94866 0.24272 0.20283 | ArgonGas eIoni Layer 0 - 37 -461.411 132.289 99.5036 4999.3 0.000745 4.3 490.272 4.2117 | -0.94878 0.24223 0.20283 | ArgonGas Transportation Layer 0 - 38 -471.105 134.758 101.576 4999.29 0.00288 10.2 500.489 0 | -0.94907 0.24108 0.20285 | ArgonGas Transportation Layer 0 - 39 -480.804 137.215 103.648 4999.29 0.00495 10.2 510.706 0 | -0.94937 0.2399 0.20284 | ArgonGas Transportation Layer 0 - 40 -500.209 142.093 107.793 4999.28 0.0074 20.4 531.14 0 | -0.94996 0.23758 0.20282 | ArgonGas Transportation Layer 0 - 41 -509.917 144.515 109.866 4999.28 0.00178 10.2 541.358 0 | -0.95025 0.23644 0.20279 | ArgonGas Transportation Layer 0 - 42 -513.652 145.443 110.663 4999.28 0.00128 3.93 545.288 0 | -0.95037 0.23597 0.20279 | ArgonGas eIoni Layer 0 - 43 -515.3 145.852 111.014 4999.27 0.000615 1.73 547.022 3.8467 | -0.95042 0.23576 0.20279 | ArgonGas eIoni Layer 0 - 44 -519.628 146.924 111.938 4999.27 0.00103 4.55 551.576 2.1128 | -0.95055 0.23525 0.20277 | ArgonGas Transportation Layer 0 - 45 -525.266 148.318 113.14 4999.26 0.00294 5.93 557.506 0 | -0.95071 0.23458 0.20277 | ArgonGas eIoni Layer 0 - 46 -539.059 151.708 116.081 4999.26 0.0041 14.5 572.011 5.804 | -0.95112 0.23292 0.20278 | ArgonGas Transportation Layer 0 - 47 -548.779 154.082 118.154 4999.26 0.0028 10.2 582.23 0 | -0.9514 0.23175 0.20281 | ArgonGas Transportation Layer 0 - 48 -568.229 158.795 122.298 4999.25 0.00622 20.4 602.667 0 | -0.95197 0.22943 0.20279 | ArgonGas Transportation Layer 0 - 49 -577.959 161.133 124.371 4999.25 0.00153 10.2 612.886 0 | -0.95225 0.22824 0.20278 | ArgonGas Transportation Layer 0 - 50 -587.691 163.46 126.443 4999.25 0.0021 10.2 623.105 0 | -0.95253 0.22708 0.20278 | ArgonGas Transportation Layer 0 - 51 -597.427 165.774 128.515 4999.25 0.0028 10.2 633.324 0 | -0.95281 0.2259 0.20278 | ArgonGas Transportation Layer 0 - 52 -616.907 170.368 132.66 4999.24 0.00369 20.4 653.764 0 | -0.95335 0.2236 0.2028 | ArgonGas Transportation Layer 0 - 53 -636.4 174.914 136.805 4999.24 0.00586 20.4 674.204 0 | -0.9539 0.22124 0.20281 | ArgonGas Transportation Layer 0 - 54 -642.813 176.399 138.169 4999.23 0.00285 6.72 680.927 0 | -0.95408 0.22047 0.2028 | ArgonGas eIoni Layer 0 - 55 -646.151 177.17 138.878 4999.23 0.00143 3.5 684.425 3.4227 | -0.95417 0.22007 0.2028 | ArgonGas Transportation Layer 0 - 56 -655.905 179.413 140.951 4999.23 0.00166 10.2 694.646 0 | -0.95443 0.21895 0.20281 | ArgonGas Transportation Layer 0 - 57 -675.421 183.865 145.097 4999.22 0.00576 20.4 715.088 0 | -0.95496 0.21658 0.20284 | ArgonGas Transportation Layer 0 - 58 -685.184 186.073 147.17 4999.22 0.00224 10.2 725.31 0 | -0.95522 0.21543 0.20281 | ArgonGas Transportation Layer 0 - 59 -694.95 188.269 149.243 4999.21 0.00415 10.2 735.532 0 | -0.95549 0.21423 0.20283 | ArgonGas Transportation Layer 0 - 60 -704.718 190.453 151.317 4999.21 0.000644 10.2 745.754 0 | -0.95575 0.21307 0.20283 | ArgonGas Transportation Layer 0 - 61 -724.264 194.785 155.464 4999.21 0.00353 20.4 766.2 0 | -0.95627 0.21072 0.20282 | ArgonGas Transportation Layer 0 - 62 -734.042 196.933 157.537 4999.21 0.00231 10.2 776.423 0 | -0.95654 0.20953 0.20282 | ArgonGas Transportation Layer 0 - 63 -743.822 199.07 159.61 4999.2 0.00304 10.2 786.646 0 | -0.95679 0.20839 0.2028 | ArgonGas Transportation Layer 0 - 64 -753.605 201.194 161.684 4999.2 0.00258 10.2 796.87 0 | -0.95704 0.20721 0.20281 | ArgonGas Transportation Dch 0 - 65 -782.972 207.496 167.905 4999.19 0.00843 30.7 827.543 0 | -0.9578 0.20369 0.2028 | ArgonGas Transportation expHall_log_PV 0 - 66 -1028.83 255.849 219.798 4999.13 0.064 256 1083.44 0 | -0.96363 0.17413 0.20271 | ArgonGas eIoni expHall_log_PV 0 - 67 -1405.08 314.856 298.625 4999.03 0.0971 389 1472.39 250.16 | -0.97069 0.12921 0.20264 | ArgonGas eIoni expHall_log_PV 0 - 68 -1417.78 316.537 301.276 4999.02 0.00399 13.1 1485.48 629.89 | -0.9709 0.12768 0.20263 | ArgonGas eIoni expHall_log_PV 0 - 69 -1528.69 330.349 324.402 4998.99 0.0281 114 1599.61 105.87 | -0.97253 0.1144 0.20273 | ArgonGas eIoni expHall_log_PV 0 - 70 -1659.32 344.652 351.604 4998.94 0.0383 134 1733.81 528.56 | -0.97425 0.098712 0.2027 | ArgonGas eIoni expHall_log_PV 0 - 71 -1901.62 365.556 401.941 4998.89 0.0526 248 1982.17 394.36 | -0.97677 0.069581 0.20269 | ArgonGas eIoni expHall_log_PV 0 - 72 -1938.07 368.071 409.504 4998.84 0.0101 37.3 2019.48 146.01 | -0.97707 0.065219 0.20269 | ArgonGas eIoni expHall_log_PV 0 - 73 -1995.75 371.716 421.466 4998.83 0.0146 59 2078.5 108.75 | -0.97751 0.058293 0.20267 | ArgonGas eIoni expHall_log_PV 0 - 74 -2132.6 378.733 449.834 4998.76 0.0334 140 2218.44 49.752 | -0.97832 0.042042 0.20278 | ArgonGas eIoni expHall_log_PV 0 - 75 -2159.15 379.83 455.337 4998.75 0.00525 27.1 2245.57 1080.1 | -0.97845 0.038821 0.20281 | ArgonGas eIoni expHall_log_PV 0 - 76 -2222.57 382.094 468.48 4998.73 0.0157 64.8 2310.38 1053 | -0.97873 0.031091 0.2028 | ArgonGas eIoni expHall_log_PV 0 - 77 -2270.15 383.468 478.341 4998.72 0.0073 48.6 2359 988.19 | -0.97888 0.02543 0.20283 | ArgonGas eIoni expHall_log_PV 0 - 78 -2278 383.668 479.967 4998.72 0.000803 8.02 2367.01 939.58 | -0.97891 0.024483 0.20281 | ArgonGas eIoni expHall_log_PV 0 - 79 -2291.43 383.993 482.748 4998.72 0.00307 13.7 2380.73 931.57 | -0.97895 0.02289 0.2028 | ArgonGas eIoni expHall_log_PV 0 - 80 -2390.24 385.708 503.214 4998.68 0.0402 101 2481.66 917.86 | -0.97916 0.011095 0.20279 | ArgonGas eIoni expHall_log_PV 0 - 81 -2414.49 385.947 508.236 4998.66 0.00691 24.8 2506.42 816.93 | -0.97919 0.0082253 0.20279 | ArgonGas eIoni expHall_log_PV 0 - 82 -2517.82 386.156 529.638 4998.62 0.03 106 2611.95 792.19 | -0.97919 -0.0042007 0.20288 | ArgonGas eIoni expHall_log_PV 0 - 83 -2580.81 385.642 542.688 4998.6 0.0173 64.3 2676.28 686.67 | -0.97914 -0.011762 0.20287 | ArgonGas eIoni expHall_log_PV 0 - 84 -2970.57 371.693 623.525 4998.5 0.103 398 3074.6 622.38 | -0.97746 -0.058405 0.2029 | ArgonGas eIoni expHall_log_PV 0 - 85 -2987.98 370.634 627.14 4998.49 0.00315 17.8 3092.42 224.09 | -0.97734 -0.060505 0.20285 | ArgonGas eIoni expHall_log_PV 0 - 86 -3015.64 368.875 632.882 4998.48 0.0075 28.3 3120.73 206.71 | -0.97713 -0.063813 0.20284 | ArgonGas eIoni expHall_log_PV 0 - 87 -3243.18 350.807 680.149 4998.42 0.0586 233 3353.83 178.44 | -0.97498 -0.091161 0.20272 | ArgonGas eIoni expHall_log_PV 0 - 88 -3271.89 348.072 686.119 4998.42 0.00463 29.5 3383.28 2452.1 | -0.97466 -0.094621 0.20268 | ArgonGas eIoni expHall_log_PV 0 - 89 -3353.05 339.784 703.005 4998.4 0.0205 83.3 3466.59 2221.3 | -0.97366 -0.10437 0.2027 | ArgonGas eIoni expHall_log_PV 0 - 90 -3356.28 339.438 703.677 4998.39 0.000375 3.32 3469.91 2138 | -0.97362 -0.10476 0.20271 | ArgonGas eIoni expHall_log_PV 0 - 91 -3467.16 326.744 726.782 4998.37 0.0239 114 3583.89 2134.6 | -0.97211 -0.11798 0.20271 | ArgonGas eIoni expHall_log_PV 0 - 92 -3504.09 322.177 734.485 4998.36 0.0102 38 3621.88 2020.7 | -0.97156 -0.1224 0.20273 | ArgonGas eIoni expHall_log_PV 0 - 93 -3609.04 308.3 756.445 4998.32 0.0343 108 3730 1982.7 | -0.96986 -0.13451 0.20319 | ArgonGas eIoni expHall_log_PV 0 - 94 -3671.12 299.45 769.461 4998.3 0.0136 64 3794.05 1874.6 | -0.9688 -0.14181 0.20326 | ArgonGas eIoni expHall_log_PV 0 - 95 -3821.5 276.002 801.049 4998.26 0.0381 155 3949.48 1810.6 | -0.966 -0.15985 0.20322 | ArgonGas eIoni expHall_log_PV 0 - 96 -3932.53 256.844 824.44 4998.23 0.0235 115 4064.56 1655.2 | -0.96369 -0.17311 0.20329 | ArgonGas eIoni expHall_log_PV 0 - 97 -3935.27 256.35 825.018 4998.23 0.000598 2.85 4067.41 1540.2 | -0.96364 -0.17344 0.20328 | ArgonGas eIoni expHall_log_PV 0 - 98 -3958.61 252.116 829.942 4998.22 0.00662 24.2 4091.63 1537.4 | -0.96313 -0.17623 0.20329 | ArgonGas eIoni expHall_log_PV 0 - 99 -4077.06 229.536 854.976 4998.19 0.0327 123 4214.78 1513.2 | -0.96041 -0.19049 0.20329 | ArgonGas eIoni expHall_log_PV 0 - 100 -4268.85 189.098 895.652 4998.14 0.0495 200 4414.97 1390.1 | -0.95558 -0.21353 0.20314 | ArgonGas eIoni expHall_log_PV 0 - 101 -4301.83 181.656 902.668 4998.13 0.00689 34.5 4449.5 1190.1 | -0.95468 -0.2175 0.20317 | ArgonGas eIoni expHall_log_PV 0 - 102 -4395.93 159.627 922.719 4998.11 0.0203 98.7 4548.21 1155.9 | -0.95204 -0.22885 0.2031 | ArgonGas eIoni expHall_log_PV 0 - 103 -4675.77 87.1331 982.696 4998 0.0847 295 4843.46 1057.3 | -0.94337 -0.26222 0.20319 | ArgonGas eIoni expHall_log_PV 0 - 104 -4988.61 -6.62283 1050.5 4997.91 0.091 334 5177.02 762.33 | -0.93202 -0.29993 0.20343 | ArgonGas eIoni expHall_log_PV 0 - 105 -4998.06 -9.67294 1052.56 4997.9 0.00282 10.1 5187.17 429.82 | -0.93165 -0.30108 0.20344 | ArgonGas eIoni expHall_log_PV 0 - 106 -5020.01 -16.7984 1057.36 4997.89 0.00404 23.6 5210.74 421.45 | -0.93079 -0.30371 0.20344 | ArgonGas eIoni expHall_log_PV 0 - 107 -5071.84 -33.8998 1068.7 4997.88 0.0159 55.7 5266.48 397.95 | -0.92875 -0.30989 0.20347 | ArgonGas eIoni expHall_log_PV 0 - 108 -5077.64 -35.839 1069.97 4997.87 0.00216 6.25 5272.73 342.36 | -0.92851 -0.3106 0.20348 | ArgonGas eIoni expHall_log_PV 0 - 109 -5134.41 -55.0599 1082.43 4997.85 0.0176 61.2 5333.95 336.49 | -0.92622 -0.31733 0.20351 | ArgonGas eIoni expHall_log_PV 0 - 110 -5167.1 -66.3384 1089.62 4997.8 0.0105 35.3 5369.27 275.32 | -0.92487 -0.32127 0.20347 | ArgonGas eIoni expHall_log_PV 0 - 111 -5255.43 -97.5954 1109.09 4997.77 0.0307 95.7 5464.97 240.44 | -0.9211 -0.33195 0.20345 | ArgonGas eIoni expHall_log_PV 0 - 112 -5351.57 -132.928 1130.37 4997.73 0.0298 105 5569.59 145.01 | -0.91687 -0.34347 0.20343 | ArgonGas eIoni expHall_log_PV 0 - 113 -5629.33 -242.793 1192.44 4997.64 0.0854 305 5874.67 41.164 | -0.90375 -0.37661 0.20349 | ArgonGas eIoni expHall_log_PV 0 - 114 -5664.99 -257.753 1200.48 4997.62 0.0102 39.5 5914.17 4238.1 | -0.90196 -0.38086 0.20351 | ArgonGas eIoni expHall_log_PV 0 - 115 -5688.51 -267.729 1205.79 4997.61 0.00737 26.1 5940.27 4198.7 | -0.90075 -0.38372 0.20351 | ArgonGas eIoni expHall_log_PV 0 - 116 -5728.82 -285.029 1214.9 4997.59 0.0134 44.8 5985.07 4172.6 | -0.89867 -0.38856 0.20348 | ArgonGas eIoni expHall_log_PV 0 - 117 -5789.68 -311.638 1228.71 4997.57 0.0187 67.8 6052.91 4127.8 | -0.89549 -0.39585 0.20346 | ArgonGas eIoni expHall_log_PV 0 - 118 -5791.55 -312.464 1229.13 4997.57 0.000464 2.09 6055 4059.9 | -0.8954 -0.39607 0.20345 | ArgonGas eIoni expHall_log_PV 0 - 119 -5821.91 -325.967 1236.04 4997.56 0.0113 33.9 6088.94 4057.9 | -0.89377 -0.39973 0.20343 | ArgonGas eIoni expHall_log_PV 0 - 120 -5837.65 -333.027 1239.62 4997.55 0.00549 17.6 6106.56 4023.9 | -0.89293 -0.40161 0.20344 | ArgonGas eIoni expHall_log_PV 0 - 121 -5866.7 -346.163 1246.25 4997.54 0.00732 32.6 6139.13 4006.3 | -0.89136 -0.40506 0.20347 | ArgonGas eIoni expHall_log_PV 0 - 122 -5873.67 -349.334 1247.84 4997.53 0.0012 7.82 6146.95 3973.8 | -0.89098 -0.40591 0.20346 | ArgonGas eIoni expHall_log_PV 0 - 123 -6101.84 -457.569 1300.32 4997.45 0.0748 258 6404.89 3966 | -0.87798 -0.43329 0.2035 | ArgonGas eIoni expHall_log_PV 0 - 124 -6148.72 -480.89 1311.2 4997.44 0.012 53.5 6458.36 3708 | -0.8752 -0.43889 0.20346 | ArgonGas eIoni expHall_log_PV 0 - 125 -6164.26 -488.705 1314.82 4997.43 0.00333 17.8 6476.13 3654.8 | -0.87427 -0.44073 0.20347 | ArgonGas eIoni expHall_log_PV 0 - 126 -6253.22 -534.238 1335.59 4997.4 0.034 102 6578.2 3637.1 | -0.86878 -0.45147 0.20344 | ArgonGas eIoni expHall_log_PV 0 - 127 -6272.78 -544.437 1340.18 4997.38 0.00547 22.5 6600.74 3535 | -0.86756 -0.45382 0.20342 | ArgonGas eIoni expHall_log_PV 0 - 128 -6273.31 -544.715 1340.3 4997.38 0.000138 0.614 6601.35 3512.7 | -0.86753 -0.45388 0.20342 | ArgonGas eIoni expHall_log_PV 0 - 129 -6329.22 -574.243 1353.44 4997.35 0.0178 64.6 6665.93 3512.1 | -0.86398 -0.46061 0.20339 | ArgonGas eIoni expHall_log_PV 0 - 130 -6373.52 -598.036 1363.88 4997.33 0.0173 51.4 6717.28 3447.5 | -0.86113 -0.46593 0.20338 | ArgonGas eIoni expHall_log_PV 0 - 131 -6539.33 -690.26 1403.29 4997.27 0.0586 194 6911.07 3396.3 | -0.85006 -0.48586 0.20332 | ArgonGas eIoni expHall_log_PV 0 - 132 -6583.84 -715.888 1413.96 4997.25 0.0173 52.5 6963.53 3202.6 | -0.84699 -0.4912 0.2033 | ArgonGas eIoni expHall_log_PV 0 - 133 -6642.04 -749.964 1427.96 4997.23 0.0169 68.9 7032.41 3150.7 | -0.8429 -0.49818 0.20332 | ArgonGas eIoni expHall_log_PV 0 - 134 -6899.9 -908.894 1490.88 4997.15 0.0766 309 7341.8 3082 | -0.82385 -0.52904 0.20345 | ArgonGas eIoni expHall_log_PV 0 - 135 -6906.12 -912.889 1492.42 4997.15 0.00225 7.55 7349.34 2772.8 | -0.82336 -0.52978 0.20348 | ArgonGas eIoni expHall_log_PV 0 - 136 -6949.01 -940.677 1503.04 4997.14 0.0111 52.2 7401.54 2766.7 | -0.82004 -0.5349 0.20352 | ArgonGas eIoni expHall_log_PV 0 - 137 -6998.97 -973.527 1515.47 4997.13 0.0119 61.1 7462.61 2714.5 | -0.81619 -0.54081 0.20338 | ArgonGas eIoni expHall_log_PV 0 - 138 -7145 -1072.53 1552.05 4997.08 0.048 180 7642.79 2653.7 | -0.80459 -0.55809 0.20291 | ArgonGas eIoni expHall_log_PV 0 - 139 -7145.83 -1073.1 1552.26 4997.07 0.000268 1.03 7643.83 2473.9 | -0.80451 -0.5582 0.20291 | ArgonGas eIoni expHall_log_PV 0 - 140 -7158.28 -1081.76 1555.41 4997.05 0.00412 15.5 7659.31 2474.1 | -0.80344 -0.55972 0.20297 | ArgonGas eIoni expHall_log_PV 0 - 141 -7177.1 -1094.91 1560.16 4997.04 0.00878 23.5 7682.76 2458.6 | -0.80186 -0.562 0.20291 | ArgonGas eIoni expHall_log_PV 0 - 142 -7277.89 -1166.68 1585.81 4997 0.0282 126 7809.12 2435.3 | -0.79329 -0.57399 0.20302 | ArgonGas eIoni expHall_log_PV 0 - 143 -7320.69 -1197.87 1596.79 4996.99 0.00893 54.1 7863.21 2309.1 | -0.78955 -0.5791 0.20309 | ArgonGas eIoni expHall_log_PV 0 - 144 -7331 -1205.44 1599.45 4996.99 0.00434 13.1 7876.27 2256 | -0.78863 -0.58035 0.2031 | ArgonGas eIoni expHall_log_PV 0 - 145 -7427.51 -1277.56 1624.44 4996.95 0.0345 123 7999.32 2243.4 | -0.78004 -0.59185 0.20313 | ArgonGas eIoni expHall_log_PV 0 - 146 -7435.56 -1283.67 1626.53 4996.95 0.00229 10.3 8009.64 2120.5 | -0.77931 -0.5928 0.20314 | ArgonGas eIoni expHall_log_PV 0 - 147 -7494.76 -1329.14 1642.02 4996.92 0.0191 76.2 8085.87 2111.4 | -0.77385 -0.59993 0.20307 | ArgonGas eIoni expHall_log_PV 0 - 148 -7552.9 -1374.63 1657.33 4996.87 0.0253 75.4 8161.27 2035.2 | -0.76845 -0.60682 0.20311 | ArgonGas eIoni expHall_log_PV 0 - 149 -7735.81 -1523.41 1706.25 4996.8 0.0698 241 8402.08 1960.7 | -0.75057 -0.6288 0.20311 | ArgonGas eIoni expHall_log_PV 0 - 150 -7778.65 -1559.56 1717.87 4996.79 0.0119 57.2 8459.33 1720.7 | -0.74622 -0.63397 0.20308 | ArgonGas eIoni expHall_log_PV 0 - 151 -7886.41 -1652.75 1747.41 4996.74 0.0444 145 8604.82 1666.5 | -0.73504 -0.64692 0.20302 | ArgonGas eIoni expHall_log_PV 0 - 152 -7923.58 -1685.66 1757.7 4996.73 0.00929 50.7 8655.52 1521.8 | -0.73108 -0.65141 0.20293 | ArgonGas eIoni expHall_log_PV 0 - 153 -7994.11 -1749.24 1777.38 4996.7 0.0295 97 8752.49 1473.3 | -0.72348 -0.65984 0.20294 | ArgonGas eIoni expHall_log_PV 0 - 154 -8032.63 -1784.61 1788.22 4996.68 0.0137 53.4 8805.91 1377.1 | -0.71917 -0.66456 0.20289 | ArgonGas eIoni expHall_log_PV 0 - 155 -8037.05 -1788.69 1789.47 4996.68 0.000867 6.14 8812.05 1325.3 | -0.71867 -0.66509 0.20289 | ArgonGas eIoni expHall_log_PV 0 - 156 -8041.44 -1792.76 1790.71 4996.68 0.00162 6.11 8818.16 1320.1 | -0.71816 -0.66566 0.20284 | ArgonGas eIoni expHall_log_PV 0 - 157 -8234.67 -1977.83 1846.17 4996.6 0.0768 273 9091.42 1314.1 | -0.69594 -0.68882 0.20295 | ArgonGas eIoni expHall_log_PV 0 - 158 -8279.43 -2022.47 1859.27 4996.56 0.0175 64.6 9155.98 1041 | -0.69058 -0.69418 0.20302 | ArgonGas eIoni expHall_log_PV 0 - 159 -8367.66 -2112.54 1885.41 4996.53 0.0257 129 9284.75 981.77 | -0.67979 -0.70475 0.20303 | ArgonGas eIoni expHall_log_PV 0 - 160 -8487.52 -2239.45 1921.62 4996.48 0.0486 178 9463.03 854.4 | -0.66466 -0.71902 0.20306 | ArgonGas eIoni expHall_log_PV 0 - 161 -8584.05 -2345.74 1951.4 4996.44 0.0396 147 9609.67 679.06 | -0.65189 -0.73062 0.20307 | ArgonGas eIoni expHall_log_PV 0 - 162 -8634.23 -2402.5 1967.11 4996.42 0.0125 77.4 9687.04 536.84 | -0.64512 -0.73663 0.20298 | ArgonGas eIoni expHall_log_PV 0 - 163 -8665.04 -2437.89 1976.83 4996.41 0.0103 47.9 9734.96 463.41 | -0.64091 -0.74029 0.203 | ArgonGas eIoni expHall_log_PV 0 - 164 -8702.06 -2480.95 1988.61 4996.39 0.0149 58 9792.95 417.7 | -0.63573 -0.74472 0.20306 | ArgonGas eIoni expHall_log_PV 0 - 165 -8749.75 -2537.33 2003.92 4996.37 0.0164 75.4 9868.37 361.11 | -0.62893 -0.75047 0.20309 | ArgonGas eIoni expHall_log_PV 0 - 166 -8766.32 -2557.17 2009.28 4996.36 0.00995 26.4 9894.77 287.44 | -0.62656 -0.75245 0.20307 | ArgonGas eIoni expHall_log_PV 0 - 167 -8792.42 -2588.68 2017.77 4996.35 0.0106 41.8 9936.56 263.37 | -0.62279 -0.75557 0.20309 | ArgonGas eIoni expHall_log_PV 0 - 168 -8819.63 -2621.86 2026.67 4996.33 0.0103 43.8 9980.38 222.43 | -0.61878 -0.75887 0.20305 | ArgonGas eIoni expHall_log_PV 0 - 169 -8827.93 -2632.05 2029.39 4996.33 0.00428 13.4 9993.8 179.96 | -0.61757 -0.75985 0.20306 | ArgonGas eIoni expHall_log_PV 0 - 170 -8881.75 -2698.99 2047.2 4996.3 0.0192 87.7 10081.5 167.98 | -0.60955 -0.76637 0.20279 | ArgonGas eIoni expHall_log_PV 0 - 171 -8882.15 -2699.5 2047.33 4996.3 0.000186 0.662 10082.2 80.706 | -0.60949 -0.76642 0.20278 | ArgonGas eIoni expHall_log_PV 0 - 172 -8883.13 -2700.73 2047.66 4996.3 3.83e-05 1.6 10083.8 83.037 | -0.60935 -0.76653 0.20279 | ArgonGas eIoni expHall_log_PV 0 - 173 -8910.2 -2734.97 2056.7 4996.29 0.0111 44.6 10128.4 81.456 | -0.60517 -0.76982 0.20283 | ArgonGas eIoni expHall_log_PV 0 - 174 -8953.87 -2791.02 2071.41 4996.24 0.0169 72.6 10200.9 36.93 | -0.59856 -0.775 0.20274 | ArgonGas eIoni expHall_log_PV 0 - 175 -8959.7 -2798.57 2073.39 4996.23 0.00279 9.73 10210.7 1017.2 | -0.59766 -0.77569 0.20275 | ArgonGas eIoni expHall_log_PV 0 - 176 -9006.77 -2860.27 2089.45 4996.21 0.0229 79.3 10289.9 1007.5 | -0.59023 -0.78138 0.20268 | ArgonGas eIoni expHall_log_PV 0 - 177 -9073.59 -2950 2112.6 4996.18 0.0283 114 10404.2 928.25 | -0.5795 -0.78938 0.20263 | ArgonGas eIoni expHall_log_PV 0 - 178 -9246.84 -3195.28 2174.72 4996.1 0.0719 307 10710.8 814.01 | -0.55024 -0.81009 0.20246 | ArgonGas eIoni expHall_log_PV 0 - 179 -9261.83 -3217.43 2180.25 4996.09 0.00777 27.3 10738.1 507.34 | -0.54761 -0.81185 0.20254 | ArgonGas eIoni expHall_log_PV 0 - 180 -9286.76 -3254.62 2189.51 4996.08 0.00463 45.7 10783.9 480.13 | -0.54314 -0.81485 0.20252 | ArgonGas eIoni expHall_log_PV 0 - 181 -9362.87 -3370.94 2218.26 4996.04 0.0423 142 10925.8 434.43 | -0.52918 -0.82397 0.20258 | ArgonGas eIoni expHall_log_PV 0 - 182 -9383.49 -3403.21 2226.18 4996.02 0.0117 39.1 10964.9 292.51 | -0.52532 -0.82643 0.2026 | ArgonGas eIoni expHall_log_PV 0 - 183 -9397.14 -3424.75 2231.46 4996.01 0.0118 26 10991 253.53 | -0.52271 -0.82808 0.20263 | ArgonGas eIoni expHall_log_PV 0 - 184 -9438.41 -3490.83 2247.58 4995.99 0.0173 79.6 11070.5 227.54 | -0.51482 -0.83301 0.20262 | ArgonGas eIoni expHall_log_PV 0 - 185 -9468.03 -3539.13 2259.3 4995.97 0.015 57.9 11128.4 148.01 | -0.50902 -0.83656 0.20265 | ArgonGas eIoni expHall_log_PV 0 - 186 -9542.95 -3664.77 2289.57 4995.93 0.039 149 11277.8 90.263 | -0.494 -0.84553 0.2026 | ArgonGas eIoni expHall_log_PV 0 - 187 -9548.32 -3673.98 2291.78 4995.93 0.00295 10.9 11288.7 382.58 | -0.49288 -0.84618 0.20261 | ArgonGas eIoni expHall_log_PV 0 - 188 -9568.79 -3709.32 2300.23 4995.92 0.00924 41.7 11330.4 371.7 | -0.48865 -0.84862 0.20262 | ArgonGas eIoni expHall_log_PV 0 - 189 -9605.93 -3774.52 2315.76 4995.87 0.0211 76.6 11407 329.99 | -0.4808 -0.85308 0.20269 | ArgonGas eIoni expHall_log_PV 0 - 190 -9657.71 -3867.78 2337.86 4995.83 0.0291 109 11515.9 253.36 | -0.46985 -0.85909 0.20298 | ArgonGas eIoni expHall_log_PV 0 - 191 -9749.93 -4041.35 2378.61 4995.77 0.0528 201 11716.7 144.44 | -0.44888 -0.87022 0.20306 | ArgonGas eIoni expHall_log_PV 0 - 192 -9817.59 -4175.49 2409.76 4995.73 0.0399 153 11870.1 250.05 | -0.43291 -0.87829 0.20295 | ArgonGas eIoni expHall_log_PV 0 - 193 -9892.6 -4331.85 2445.72 4995.69 0.045 177 12047.2 58.093 | -0.41422 -0.88719 0.20324 | ArgonGas eIoni expHall_log_PV 0 - 194 -9948.96 -4455.23 2473.87 4995.64 0.0265 139 12185.7 5.2968 | -0.39939 -0.89398 0.2032 | ArgonGas eIoni expHall_log_PV 0 - 195 -9970.43 -4503.7 2484.88 4995.62 0.0156 54.1 12239.9 51.035 | -0.39351 -0.89657 0.20326 | ArgonGas eIoni expHall_log_PV 0 - 196 -9982.63 -4531.66 2491.21 4995.6 0.00568 31.2 12271 29.572 | -0.3901 -0.89806 0.20325 | ArgonGas eIoni expHall_log_PV 0 - 197 -10000 -4571.93 2500.32 4995.59 0.0113 44.8 12315.8 17.364 | -0.38534 -0.9001 0.20329 | ArgonGas Transportation OutOfWorld + 11 -137.615 42.4951 29.9134 4999.54 0.00411 19.6 147.102 0 | -0.938 0.28055 0.20361 | ArgonGas Transportation WaferPos 0 + 12 -137.903 42.5811 29.9759 4999.42 0.12 0.307 147.409 0 | -0.93801 0.28052 0.20357 | Silicon Transportation Svt 0 + 13 -155.962 47.957 33.8926 4999.4 0.0153 19.2 166.654 0 | -0.9387 0.27824 0.20352 | ArgonGas eIoni Svt 0 + 14 -181.701 55.5404 39.4706 4999.4 0.00834 27.4 194.061 18.808 | -0.93961 0.27514 0.20355 | ArgonGas Transportation expHall_log_PV 0 + Difference in Exit Normal = 2 vgNorm = (0.957245, -0.289279, 0) g4Norm = (-0.956321,0.292318,0) ( = (-0.956321, 0.292318, 0) ) -- diff 3vec = (1.91357, -0.581597, 0) + 15 -229.733 69.4459 49.8668 4999.38 0.0163 51.1 245.135 0 | -0.94129 0.26935 0.20353 | ArgonGas Transportation Dch 0 + 16 -235.961 71.2253 51.2133 4999.38 0.000878 6.62 251.75 0 | -0.9415 0.26862 0.20354 | ArgonGas eIoni Dch 0 + 17 -239.35 72.1915 51.9459 4999.37 0.00419 3.6 255.35 3.5236 | -0.94161 0.26822 0.20354 | ArgonGas Transportation Layer 0 + 18 -248.97 74.9255 54.0251 4999.37 0.00477 10.2 265.565 0 | -0.94193 0.26707 0.20357 | ArgonGas Transportation Layer 0 + 19 -258.594 77.6477 56.1045 4999.36 0.00248 10.2 275.78 0 | -0.94226 0.26591 0.20356 | ArgonGas Transportation Layer 0 + 20 -268.221 80.3582 58.184 4999.36 0.00275 10.2 285.995 0 | -0.94258 0.26475 0.20358 | ArgonGas Transportation Layer 0 + 21 -287.486 85.7438 62.3434 4999.36 0.00468 20.4 306.426 0 | -0.94323 0.26243 0.20357 | ArgonGas Transportation Layer 0 + 22 -306.764 91.0821 66.5026 4999.35 0.00554 20.4 326.858 0 | -0.94389 0.26006 0.20359 | ArgonGas Transportation Layer 0 + 23 -316.408 93.7329 68.5825 4999.35 0.00281 10.2 337.074 0 | -0.94421 0.25888 0.20359 | ArgonGas Transportation Layer 0 + 24 -326.056 96.3717 70.6624 4999.35 0.00243 10.2 347.29 0 | -0.94453 0.25772 0.20356 | ArgonGas Transportation Layer 0 + 25 -335.707 98.9987 72.742 4999.34 0.00336 10.2 357.506 0 | -0.94485 0.25656 0.20357 | ArgonGas Transportation Layer 0 + 26 -350.788 103.078 75.9902 4999.34 0.00376 16 373.463 0 | -0.94534 0.25477 0.20354 | ArgonGas eIoni Layer 0 + 27 -355.019 104.217 76.9012 4999.33 0.00242 4.48 377.939 4.3807 | -0.94547 0.25425 0.20356 | ArgonGas Transportation Layer 0 + 28 -364.68 106.809 78.9809 4999.33 0.00308 10.2 388.155 0 | -0.94579 0.25308 0.20354 | ArgonGas Transportation Layer 0 + 29 -374.345 109.389 81.0604 4999.33 0.0032 10.2 398.372 0 | -0.9461 0.25192 0.20355 | ArgonGas Transportation Layer 0 + 30 -393.684 114.513 85.2197 4999.32 0.00406 20.4 418.806 0 | -0.94672 0.24961 0.20352 | ArgonGas Transportation Layer 0 + 31 -400.526 116.314 86.6903 4999.32 0.00164 7.23 426.032 0 | -0.94693 0.2488 0.20351 | ArgonGas eIoni Layer 0 + 32 -403.358 117.057 87.299 4999.32 0.000624 2.99 429.023 2.9273 | -0.94702 0.24846 0.2035 | ArgonGas Transportation Layer 0 + 33 -413.035 119.59 89.3782 4999.32 0.00173 10.2 439.24 0 | -0.94733 0.2473 0.20351 | ArgonGas Transportation Layer 0 + 34 -432.4 124.62 93.537 4999.31 0.00815 20.4 459.675 0 | -0.94793 0.24499 0.20349 | ArgonGas Transportation Layer 0 + 35 -442.087 127.117 95.6161 4999.31 0.00329 10.2 469.893 0 | -0.94824 0.24379 0.20349 | ArgonGas Transportation Layer 0 + 36 -457.58 131.084 98.9402 4999.3 0.00484 16.3 486.228 0 | -0.94872 0.24192 0.20349 | ArgonGas eIoni Layer 0 + 37 -461.472 132.075 99.7747 4999.3 0.000984 4.1 490.329 4.0137 | -0.94884 0.24145 0.2035 | ArgonGas Transportation Layer 0 + 38 -471.169 134.537 101.854 4999.3 0.00276 10.2 500.547 0 | -0.94913 0.24028 0.20353 | ArgonGas Transportation Layer 0 + 39 -480.869 136.986 103.934 4999.29 0.00111 10.2 510.766 0 | -0.94942 0.23911 0.20356 | ArgonGas Transportation Layer 0 + 40 -500.279 141.849 108.094 4999.29 0.00588 20.4 531.203 0 | -0.95 0.23675 0.20359 | ArgonGas Transportation Layer 0 + 41 -509.989 144.263 110.175 4999.28 0.00432 10.2 541.423 0 | -0.95029 0.23558 0.20359 | ArgonGas Transportation Layer 0 + 42 -519.701 146.664 112.255 4999.28 0.00348 10.2 551.642 0 | -0.95058 0.23441 0.20361 | ArgonGas Transportation Layer 0 + 43 -538.635 151.309 116.31 4999.28 0.00364 19.9 571.554 0 | -0.95113 0.23215 0.20362 | ArgonGas eIoni Layer 0 + 44 -539.137 151.432 116.417 4999.28 0 0.528 572.082 0.5164 | -0.95114 0.23209 0.20362 | ArgonGas Transportation Layer 0 + 45 -548.859 153.798 118.498 4999.27 0.00346 10.2 582.302 0 | -0.95143 0.23097 0.20356 | ArgonGas Transportation Layer 0 + 46 -568.313 158.495 122.659 4999.27 0.00461 20.4 602.743 0 | -0.95199 0.22864 0.20355 | ArgonGas Transportation Layer 0 + 47 -578.044 160.826 124.74 4999.27 0.00271 10.2 612.963 0 | -0.95227 0.22747 0.20356 | ArgonGas Transportation Layer 0 + 48 -586.175 162.764 126.477 4999.26 0.00209 8.54 621.5 0 | -0.9525 0.22648 0.20357 | ArgonGas eIoni Layer 0 + 49 -587.779 163.145 126.82 4999.26 0.00142 1.68 623.184 1.6475 | -0.95255 0.2263 0.20357 | ArgonGas Transportation Layer 0 + 50 -597.516 165.452 128.901 4999.26 0.0019 10.2 633.406 0 | -0.95282 0.22516 0.20356 | ArgonGas Transportation Layer 0 + 51 -617 170.031 133.062 4999.25 0.00604 20.4 653.849 0 | -0.95337 0.22284 0.20353 | ArgonGas Transportation Layer 0 + 52 -619.771 170.678 133.654 4999.2 0.000718 2.91 656.755 0 | -0.95344 0.22255 0.20352 | ArgonGas eIoni Layer 0 + 53 -636.496 174.564 137.223 4999.2 0.0043 17.5 674.292 2.843 | -0.9539 0.22056 0.20351 | ArgonGas Transportation Layer 0 + 54 -646.249 176.812 139.304 4999.19 0.000964 10.2 684.515 0 | -0.95417 0.2194 0.20351 | ArgonGas Transportation Layer 0 + 55 -656.004 179.049 141.384 4999.19 0.00355 10.2 694.737 0 | -0.95444 0.21824 0.20351 | ArgonGas Transportation Layer 0 + 56 -675.524 183.487 145.545 4999.19 0.00518 20.4 715.183 0 | -0.95497 0.21592 0.20351 | ArgonGas Transportation Layer 0 + 57 -685.288 185.689 147.625 4999.18 0.00194 10.2 725.406 0 | -0.95523 0.21473 0.20353 | ArgonGas Transportation Layer 0 + 58 -691.019 186.975 148.846 4999.18 0.00222 6 731.405 0 | -0.95539 0.21405 0.20352 | ArgonGas eIoni Layer 0 + 59 -695.055 187.877 149.706 4999.18 0.000435 4.22 735.63 4.1322 | -0.9555 0.21354 0.20352 | ArgonGas Transportation Layer 0 + 60 -697.823 188.495 150.295 4999.18 0.00047 2.9 738.526 0 | -0.95557 0.21321 0.20352 | ArgonGas eIoni Layer 0 + 61 -704.826 190.055 151.787 4999.17 0.00269 7.33 745.854 2.8324 | -0.95576 0.21237 0.20351 | ArgonGas Transportation Layer 0 + 62 -724.375 194.372 155.948 4999.16 0.0104 20.4 766.302 0 | -0.95627 0.21004 0.20353 | ArgonGas Transportation Layer 0 + 63 -725.063 194.523 156.095 4999.16 0.000186 0.719 767.021 0 | -0.95629 0.20995 0.20354 | ArgonGas eIoni Layer 0 + 64 -734.154 196.514 158.029 4999.16 0.00106 9.51 776.527 0.70303 | -0.95653 0.20887 0.20354 | ArgonGas Transportation Layer 0 + 65 -743.936 198.644 160.111 4999.16 0.00205 10.2 786.752 0 | -0.95678 0.20769 0.20358 | ArgonGas Transportation Layer 0 + 66 -753.721 200.761 162.192 4999.16 0.00136 10.2 796.977 0 | -0.95702 0.20651 0.20362 | ArgonGas Transportation Dch 0 + 67 -783.092 207.043 168.439 4999.14 0.0138 30.7 827.656 0 | -0.95779 0.20293 0.20363 | ArgonGas Transportation expHall_log_PV 0 + 68 -1167.64 278.919 249.762 4999.02 0.11 400 1227.26 0 | -0.96648 0.15675 0.20332 | ArgonGas eIoni expHall_log_PV 0 + 69 -1456.26 320.447 310.313 4998.95 0.0684 298 1525.09 390.44 | -0.97149 0.12203 0.20325 | ArgonGas eIoni expHall_log_PV 0 + 70 -1493.5 325.038 318.1 4998.93 0.00995 38.3 1563.41 92.657 | -0.97205 0.11754 0.20321 | ArgonGas eIoni expHall_log_PV 0 + 71 -1634.65 340.874 347.581 4998.9 0.0357 145 1708.48 54.351 | -0.97394 0.10073 0.20322 | ArgonGas eIoni expHall_log_PV 0 + 72 -1829.66 358.686 388.223 4998.85 0.0467 200 1908.48 573.4 | -0.97608 0.077422 0.20318 | ArgonGas eIoni expHall_log_PV 0 + 73 -1844.52 359.852 391.316 4998.84 0.00263 15.2 1923.7 373.4 | -0.97621 0.075662 0.20321 | ArgonGas eIoni expHall_log_PV 0 + 74 -1857.78 360.868 394.076 4998.84 0.00325 13.6 1937.28 358.2 | -0.97633 0.074098 0.2032 | ArgonGas eIoni expHall_log_PV 0 + 75 -1873.19 362.023 397.282 4998.83 0.00299 15.8 1953.06 344.62 | -0.97647 0.072231 0.2032 | ArgonGas eIoni expHall_log_PV 0 + 76 -1897.13 363.759 402.265 4998.81 0.00632 24.5 1977.58 328.84 | -0.97667 0.069398 0.20321 | ArgonGas eIoni expHall_log_PV 0 + 77 -1999.21 370.365 423.496 4998.78 0.0349 104 2082.05 304.33 | -0.97745 0.057122 0.2033 | ArgonGas eIoni expHall_log_PV 0 + 78 -2061.47 373.764 436.442 4998.76 0.0145 63.7 2145.74 199.87 | -0.97786 0.049648 0.20328 | ArgonGas eIoni expHall_log_PV 0 + 79 -2447.4 384.267 516.634 4998.63 0.11 394 2540.08 136.22 | -0.97911 0.0034925 0.2033 | ArgonGas eIoni expHall_log_PV 0 + 80 -2595 383.452 547.281 4998.59 0.0397 151 2690.83 1667.3 | -0.97902 -0.014296 0.20327 | ArgonGas eIoni expHall_log_PV 0 + 81 -2676.77 381.847 564.261 4998.57 0.0216 83.5 2774.37 996.9 | -0.97883 -0.024108 0.20326 | ArgonGas eIoni expHall_log_PV 0 + 82 -2852.56 375.615 600.789 4998.51 0.0573 180 2954.02 913.39 | -0.97806 -0.045243 0.20333 | ArgonGas eIoni expHall_log_PV 0 + 83 -3013.89 366.564 634.339 4998.47 0.0313 165 3119.05 733.77 | -0.977 -0.064464 0.20328 | ArgonGas eIoni expHall_log_PV 0 + 84 -3020.08 366.154 635.627 4998.47 0.00119 6.33 3125.39 568.85 | -0.97694 -0.065193 0.20329 | ArgonGas eIoni expHall_log_PV 0 + 85 -3027.19 365.676 637.107 4998.47 0.00219 7.28 3132.67 562.68 | -0.97689 -0.06604 0.2033 | ArgonGas eIoni expHall_log_PV 0 + 86 -3030.39 365.459 637.774 4998.46 0.000511 3.28 3135.95 555.41 | -0.97686 -0.066434 0.2033 | ArgonGas eIoni expHall_log_PV 0 + 87 -3103.83 360.129 653.062 4998.43 0.0317 75.2 3211.15 552.13 | -0.97622 -0.075308 0.20329 | ArgonGas eIoni expHall_log_PV 0 + 88 -3140.55 357.213 660.71 4998.42 0.00926 37.6 3248.77 476.94 | -0.97586 -0.079701 0.20332 | ArgonGas eIoni expHall_log_PV 0 + 89 -3165.84 355.108 665.981 4998.41 0.00985 25.9 3274.69 439.43 | -0.9756 -0.082762 0.20334 | ArgonGas eIoni expHall_log_PV 0 + 90 -3369.98 335.149 708.613 4998.36 0.0501 210 3484.19 413.56 | -0.97315 -0.10749 0.20352 | ArgonGas eIoni expHall_log_PV 0 + 91 -3386.69 333.287 712.107 4998.34 0.00478 17.2 3501.36 204.1 | -0.97293 -0.10951 0.2035 | ArgonGas eIoni expHall_log_PV 0 + 92 -3497.44 320.056 735.294 4998.32 0.0242 114 3615.29 187.38 | -0.97134 -0.12274 0.20357 | ArgonGas eIoni expHall_log_PV 0 + 93 -3735.48 286.398 785.284 4998.26 0.0586 246 3860.84 73.494 | -0.96727 -0.15142 0.2036 | ArgonGas eIoni expHall_log_PV 0 + 94 -3781.7 279.029 795.017 4998.25 0.00877 47.8 3908.65 2456.5 | -0.9664 -0.15693 0.20357 | ArgonGas eIoni expHall_log_PV 0 + 95 -3909.35 257.263 821.932 4998.2 0.0388 132 4040.91 2408.7 | -0.96384 -0.17212 0.20346 | ArgonGas eIoni expHall_log_PV 0 + 96 -4028.01 235.16 847.012 4998.17 0.0308 123 4164.19 2276.4 | -0.96119 -0.18644 0.20338 | ArgonGas eIoni expHall_log_PV 0 + 97 -4113.77 218.045 865.178 4998.15 0.019 89.3 4253.51 2153.2 | -0.95911 -0.19679 0.2034 | ArgonGas eIoni expHall_log_PV 0 + 98 -4222.82 194.889 888.343 4998.13 0.0218 114 4367.38 2063.9 | -0.9563 -0.20997 0.20348 | ArgonGas eIoni expHall_log_PV 0 + 99 -4341.13 167.992 913.554 4998.07 0.0334 124 4491.3 1950.1 | -0.95312 -0.22407 0.20334 | ArgonGas eIoni expHall_log_PV 0 + 100 -4654.32 87.7654 980.726 4997.98 0.089 330 4821.53 1826.3 | -0.9434 -0.26183 0.20358 | ArgonGas eIoni expHall_log_PV 0 + 101 -4709.48 72.2488 992.64 4997.96 0.015 58.5 4880.05 1496.2 | -0.94155 -0.2684 0.20356 | ArgonGas eIoni expHall_log_PV 0 + 102 -4857.77 28.4578 1024.79 4997.9 0.0502 158 5037.98 1438.3 | -0.93628 -0.28625 0.20359 | ArgonGas eIoni expHall_log_PV 0 + 103 -4998.86 -16.0789 1055.55 4997.85 0.0431 151 5189.1 1280.5 | -0.93096 -0.30316 0.2035 | ArgonGas eIoni expHall_log_PV 0 + 104 -5027.12 -25.3383 1061.73 4997.84 0.00786 30.4 5219.47 1129.9 | -0.92985 -0.30654 0.20348 | ArgonGas eIoni expHall_log_PV 0 + 105 -5032.4 -27.0812 1062.89 4997.84 0.0017 5.68 5225.15 1100.1 | -0.92965 -0.30718 0.20347 | ArgonGas eIoni expHall_log_PV 0 + 106 -5056.02 -34.9262 1068.06 4997.82 0.00873 25.4 5250.57 1094.6 | -0.92871 -0.31001 0.20345 | ArgonGas eIoni expHall_log_PV 0 + 107 -5189.85 -80.8911 1097.46 4997.78 0.0319 145 5395.1 1069.2 | -0.9232 -0.32611 0.20337 | ArgonGas eIoni expHall_log_PV 0 + 108 -5295.16 -118.919 1120.72 4997.72 0.0311 114 5509.46 924.77 | -0.91857 -0.33888 0.20345 | ArgonGas eIoni expHall_log_PV 0 + 109 -5334.58 -133.575 1129.46 4997.71 0.00844 42.9 5552.41 811.13 | -0.9168 -0.34365 0.20343 | ArgonGas eIoni expHall_log_PV 0 + 110 -5404.72 -160.234 1145.05 4997.68 0.0228 76.6 5629.05 768.85 | -0.9136 -0.35209 0.20338 | ArgonGas eIoni expHall_log_PV 0 + 111 -5418.07 -165.395 1148.02 4997.67 0.00324 14.6 5643.67 692.49 | -0.91298 -0.35369 0.20339 | ArgonGas eIoni expHall_log_PV 0 + 112 -5518.68 -205.148 1170.49 4997.64 0.03 110 5754.16 678.38 | -0.90819 -0.36586 0.20334 | ArgonGas eIoni expHall_log_PV 0 + 113 -5533.36 -211.077 1173.78 4997.64 0.00244 16.2 5770.33 568 | -0.90748 -0.3676 0.20335 | ArgonGas eIoni expHall_log_PV 0 + 114 -5679.74 -272.045 1206.7 4997.6 0.0366 162 5932.28 552.66 | -0.90018 -0.38481 0.20395 | ArgonGas eIoni expHall_log_PV 0 + 115 -5714.51 -287.002 1214.58 4997.59 0.01 38.7 5970.94 390.83 | -0.8984 -0.38898 0.20388 | ArgonGas eIoni expHall_log_PV 0 + 116 -5721.46 -290.017 1216.16 4997.57 0.000846 7.74 5978.68 353.58 | -0.89804 -0.38982 0.20387 | ArgonGas eIoni expHall_log_PV 0 + 117 -5949.23 -393.055 1268.22 4997.5 0.0747 255 6234.05 346.2 | -0.88566 -0.41716 0.20391 | ArgonGas eIoni expHall_log_PV 0 + 118 -5996.05 -415.289 1279.02 4997.49 0.0106 52.9 6286.99 90.913 | -0.88302 -0.42275 0.20387 | ArgonGas eIoni expHall_log_PV 0 + 119 -6011.58 -422.742 1282.6 4997.48 0.00291 17.6 6304.58 40.702 | -0.88213 -0.42459 0.20387 | ArgonGas eIoni expHall_log_PV 0 + 120 -6126.33 -479.084 1309.23 4997.44 0.0401 131 6435.16 23.748 | -0.87533 -0.43841 0.20395 | ArgonGas eIoni expHall_log_PV 0 + 121 -6145.84 -488.889 1313.78 4997.43 0.00441 22.3 6457.47 3857.8 | -0.87416 -0.44074 0.20392 | ArgonGas eIoni expHall_log_PV 0 + 122 -6166.25 -499.215 1318.55 4997.42 0.00755 23.4 6480.83 3835.5 | -0.87289 -0.44324 0.20397 | ArgonGas eIoni expHall_log_PV 0 + 123 -6214.57 -523.949 1329.85 4997.41 0.0148 55.4 6536.28 3812.2 | -0.86996 -0.44899 0.20392 | ArgonGas eIoni expHall_log_PV 0 + 124 -6430.77 -639.709 1380.96 4997.34 0.0617 251 6786.8 3756.7 | -0.85597 -0.47505 0.20405 | ArgonGas eIoni expHall_log_PV 0 + 125 -6481.93 -668.336 1393.19 4997.33 0.0104 59.9 6846.69 3506.2 | -0.85259 -0.48107 0.20412 | ArgonGas eIoni expHall_log_PV 0 + 126 -6530.44 -695.927 1404.82 4997.31 0.0162 57 6903.69 3446.4 | -0.84928 -0.48691 0.20407 | ArgonGas eIoni expHall_log_PV 0 + 127 -6547.28 -705.611 1408.87 4997.3 0.00378 19.8 6923.54 3389.4 | -0.84811 -0.48893 0.2041 | ArgonGas eIoni expHall_log_PV 0 + 128 -6553.62 -709.265 1410.4 4997.3 0.00304 7.47 6931.01 3369.6 | -0.84768 -0.48967 0.20413 | ArgonGas eIoni expHall_log_PV 0 + 129 -6556.17 -710.743 1411.01 4997.3 0.000916 3.02 6934.03 3362.1 | -0.8475 -0.48998 0.20413 | ArgonGas eIoni expHall_log_PV 0 + 130 -6580.08 -724.618 1416.77 4997.29 0.00881 28.2 6962.26 3359.1 | -0.84583 -0.49287 0.20408 | ArgonGas eIoni expHall_log_PV 0 + 131 -6620.64 -748.408 1426.58 4997.27 0.013 48 7010.3 3330.9 | -0.843 -0.49771 0.20406 | ArgonGas eIoni expHall_log_PV 0 + 132 -6691.34 -790.634 1443.74 4997.24 0.0286 84.1 7094.41 3282.9 | -0.83792 -0.50621 0.20405 | ArgonGas eIoni expHall_log_PV 0 + 133 -6714.51 -804.685 1449.39 4997.23 0.00752 27.7 7122.1 3198.8 | -0.83624 -0.50899 0.20402 | ArgonGas eIoni expHall_log_PV 0 + 134 -6762.55 -834.149 1461.13 4997.21 0.0205 57.6 7179.66 3171.2 | -0.83276 -0.51469 0.20398 | ArgonGas eIoni expHall_log_PV 0 + 135 -6765.56 -836.014 1461.87 4997.2 0.000461 3.62 7183.28 3113.7 | -0.83254 -0.51504 0.20397 | ArgonGas eIoni expHall_log_PV 0 + 136 -6773.25 -840.774 1463.76 4997.2 0.002 9.23 7192.52 3110.1 | -0.83197 -0.51596 0.20399 | ArgonGas eIoni expHall_log_PV 0 + 137 -6874.13 -904.36 1488.61 4997.17 0.0312 122 7314.33 3100.9 | -0.82438 -0.52799 0.20401 | ArgonGas eIoni expHall_log_PV 0 + 138 -6883.58 -910.418 1490.94 4997.16 0.0042 11.5 7325.79 2979.1 | -0.82366 -0.52911 0.20403 | ArgonGas eIoni expHall_log_PV 0 + 139 -7028.54 -1005.71 1527.11 4997.12 0.0422 177 7503.01 2967.8 | -0.81231 -0.54634 0.20412 | ArgonGas eIoni expHall_log_PV 0 + 140 -7247.4 -1158.2 1582.73 4997.06 0.0561 272 7775.5 2790.6 | -0.79393 -0.57274 0.20405 | ArgonGas eIoni expHall_log_PV 0 + 141 -7257.05 -1165.18 1585.21 4997.05 0.00356 12.2 7787.66 2518.5 | -0.7931 -0.57389 0.20408 | ArgonGas eIoni expHall_log_PV 0 + 142 -7337.25 -1223.95 1605.94 4997.02 0.0224 102 7889.23 2507.2 | -0.78608 -0.58346 0.20412 | ArgonGas eIoni expHall_log_PV 0 + 143 -7425.19 -1290.15 1628.89 4996.99 0.03 112 8001.66 2405.6 | -0.77809 -0.59408 0.20407 | ArgonGas eIoni expHall_log_PV 0 + 144 -7522.4 -1365.54 1654.54 4996.95 0.0305 126 8127.33 2293.6 | -0.769 -0.60577 0.20416 | ArgonGas eIoni expHall_log_PV 0 + 145 -7563.98 -1398.51 1665.61 4996.94 0.0167 54.2 8181.54 2168.5 | -0.76506 -0.61073 0.20419 | ArgonGas eIoni expHall_log_PV 0 + 146 -7604.33 -1430.94 1676.41 4996.92 0.0139 52.9 8234.42 2114.9 | -0.76111 -0.61566 0.20414 | ArgonGas eIoni expHall_log_PV 0 + 147 -7608.96 -1434.68 1677.65 4996.92 0.00095 6.08 8240.5 2062.4 | -0.76066 -0.61622 0.20413 | ArgonGas eIoni expHall_log_PV 0 + 148 -7619 -1442.83 1680.34 4996.91 0.00351 13.2 8253.71 2056.6 | -0.75969 -0.61741 0.20414 | ArgonGas eIoni expHall_log_PV 0 + 149 -7637.77 -1458.13 1685.39 4996.9 0.00598 24.7 8278.45 2043.4 | -0.75787 -0.61965 0.20412 | ArgonGas eIoni expHall_log_PV 0 + 150 -7732.28 -1536.6 1711.01 4996.87 0.0342 125 8403.94 2018.8 | -0.74838 -0.63105 0.20421 | ArgonGas eIoni expHall_log_PV 0 + 151 -7785.3 -1581.69 1725.53 4996.85 0.0153 71.1 8475.03 1893.5 | -0.74296 -0.63741 0.20425 | ArgonGas eIoni expHall_log_PV 0 + 152 -7831.28 -1621.44 1738.21 4996.83 0.0164 62.1 8537.12 1823.3 | -0.73821 -0.64291 0.20423 | ArgonGas eIoni expHall_log_PV 0 + 153 -7834.74 -1624.46 1739.17 4996.83 0.000895 4.69 8541.81 1761.8 | -0.73786 -0.64332 0.20423 | ArgonGas eIoni expHall_log_PV 0 + 154 -7879.98 -1664.19 1751.73 4996.81 0.0137 61.5 8603.32 1757.6 | -0.73305 -0.64879 0.20425 | ArgonGas eIoni expHall_log_PV 0 + 155 -7920.24 -1700.07 1762.98 4996.8 0.0156 55.1 8658.41 1696.1 | -0.72875 -0.65362 0.20423 | ArgonGas eIoni expHall_log_PV 0 + 156 -7941.54 -1719.24 1768.96 4996.79 0.00478 29.3 8687.68 1641.6 | -0.72648 -0.65613 0.20426 | ArgonGas eIoni expHall_log_PV 0 + 157 -8001.89 -1774.3 1786.01 4996.77 0.02 83.5 8771.13 1612.8 | -0.71985 -0.66339 0.20425 | ArgonGas eIoni expHall_log_PV 0 + 158 -8009.46 -1781.28 1788.16 4996.76 0.00383 10.5 8781.65 1529.6 | -0.71903 -0.66429 0.20425 | ArgonGas eIoni expHall_log_PV 0 + 159 -8069.44 -1837.26 1805.28 4996.74 0.0231 83.8 8865.46 1520 | -0.71228 -0.67149 0.20433 | ArgonGas eIoni expHall_log_PV 0 + 160 -8115.85 -1881.36 1818.64 4996.72 0.0169 65.4 8930.86 1436.3 | -0.70699 -0.67706 0.20432 | ArgonGas eIoni expHall_log_PV 0 + 161 -8176.19 -1939.79 1836.15 4996.69 0.0201 85.8 9016.66 1371.8 | -0.69974 -0.68466 0.20397 | ArgonGas eIoni expHall_log_PV 0 + 162 -8183.1 -1946.55 1838.16 4996.69 0.00199 9.88 9026.54 1286.7 | -0.69892 -0.6855 0.20397 | ArgonGas eIoni expHall_log_PV 0 + 163 -8200.77 -1963.94 1843.33 4996.68 0.00411 25.3 9051.86 1277.9 | -0.6968 -0.68764 0.20401 | ArgonGas eIoni expHall_log_PV 0 + 164 -8246.97 -2009.89 1856.91 4996.67 0.0103 66.6 9118.42 1252.7 | -0.69134 -0.69312 0.20404 | ArgonGas eIoni expHall_log_PV 0 + 165 -8290.76 -2054.12 1869.88 4996.65 0.015 63.6 9182 1186.5 | -0.68607 -0.69834 0.20403 | ArgonGas eIoni expHall_log_PV 0 + 166 -8399.26 -2166.71 1902.46 4996.6 0.0396 160 9341.72 1123.8 | -0.67262 -0.71133 0.20393 | ArgonGas eIoni expHall_log_PV 0 + 167 -8413.61 -2181.91 1906.81 4996.59 0.0059 21.4 9363.08 964.97 | -0.6708 -0.71304 0.20395 | ArgonGas eIoni expHall_log_PV 0 + 168 -8413.9 -2182.23 1906.9 4996.58 0 0.443 9363.52 946.03 | -0.67077 -0.71307 0.20396 | ArgonGas eIoni expHall_log_PV 0 + 169 -8444.18 -2214.59 1916.14 4996.58 0.00565 45.3 9408.78 945.93 | -0.66688 -0.71672 0.20394 | ArgonGas eIoni expHall_log_PV 0 + 170 -8515.78 -2292.56 1938.18 4996.54 0.0282 108 9516.92 900.67 | -0.65751 -0.72533 0.2039 | ArgonGas eIoni expHall_log_PV 0 + 171 -8527.33 -2305.33 1941.77 4996.53 0.00526 17.6 9534.5 793.28 | -0.65598 -0.72671 0.20391 | ArgonGas eIoni expHall_log_PV 0 + 172 -8618.14 -2407.64 1970.26 4996.49 0.0386 140 9674.24 777.55 | -0.64377 -0.73757 0.20384 | ArgonGas eIoni expHall_log_PV 0 + 173 -8653.26 -2448.14 1981.42 4996.43 0.0134 54.8 9729 638.14 | -0.63887 -0.74181 0.20387 | ArgonGas eIoni expHall_log_PV 0 + 174 -8693.27 -2494.95 1994.24 4996.41 0.0176 62.9 9791.89 586 | -0.63326 -0.74661 0.20387 | ArgonGas eIoni expHall_log_PV 0 + 175 -8704.69 -2508.44 1997.93 4996.4 0.0052 18.1 9809.95 524.19 | -0.63163 -0.74798 0.20389 | ArgonGas eIoni expHall_log_PV 0 + 176 -8730.69 -2539.39 2006.34 4996.38 0.00868 41.3 9851.24 507.43 | -0.62793 -0.75109 0.20389 | ArgonGas eIoni expHall_log_PV 0 + 177 -8736.48 -2546.33 2008.23 4996.37 0.00257 9.23 9860.47 466.52 | -0.62709 -0.75179 0.20388 | ArgonGas eIoni expHall_log_PV 0 + 178 -8743.51 -2554.76 2010.51 4996.37 0.00187 11.2 9871.68 458.17 | -0.62609 -0.75263 0.20386 | ArgonGas eIoni expHall_log_PV 0 + 179 -8840.67 -2673.84 2042.51 4996.33 0.0375 157 10028.7 447.16 | -0.61177 -0.76435 0.20374 | ArgonGas eIoni expHall_log_PV 0 + 180 -8932.55 -2790.78 2073.45 4996.29 0.0367 152 10180.6 290.42 | -0.59785 -0.77531 0.20363 | ArgonGas eIoni expHall_log_PV 0 + 181 -8950.93 -2814.7 2079.72 4996.28 0.00799 30.8 10211.4 142.11 | -0.59498 -0.77752 0.20361 | ArgonGas eIoni expHall_log_PV 0 + 182 -9083.72 -2993.25 2126 4996.21 0.0596 227 10438.7 115.07 | -0.5735 -0.79352 0.20355 | ArgonGas eIoni expHall_log_PV 0 + 183 -9122.43 -3047.27 2139.82 4996.18 0.0193 67.9 10506.5 821.79 | -0.56704 -0.79815 0.20353 | ArgonGas eIoni expHall_log_PV 0 + 184 -9134.54 -3064.37 2144.18 4996.16 0.00666 21.4 10528 753.92 | -0.565 -0.79961 0.20347 | ArgonGas eIoni expHall_log_PV 0 + 185 -9182.34 -3132.76 2161.52 4996.14 0.0257 85.2 10613.2 732.52 | -0.55674 -0.80539 0.20345 | ArgonGas eIoni expHall_log_PV 0 + 186 -9249.63 -3231.63 2186.37 4996.09 0.0386 122 10735.3 647.31 | -0.54497 -0.8134 0.20344 | ArgonGas eIoni expHall_log_PV 0 + 187 -9270.33 -3262.68 2194.12 4996.07 0.0151 38.1 10773.4 525.17 | -0.54127 -0.81586 0.20347 | ArgonGas eIoni expHall_log_PV 0 + 188 -9333.97 -3360.12 2218.31 4996.04 0.035 119 10892.3 487.11 | -0.52953 -0.82351 0.20354 | ArgonGas eIoni expHall_log_PV 0 + 189 -9334.23 -3360.51 2218.41 4996.02 4.66e-05 0.479 10892.8 368.25 | -0.52947 -0.82355 0.20353 | ArgonGas eIoni expHall_log_PV 0 + 190 -9518.34 -3660.9 2291.61 4995.92 0.0966 360 11252.7 367.85 | -0.49353 -0.84565 0.20325 | ArgonGas eIoni expHall_log_PV 0 + 191 -9532.91 -3685.95 2297.62 4995.92 0.00585 29.6 11282.3 7.9835 | -0.49055 -0.84738 0.20326 | ArgonGas eIoni expHall_log_PV 0 + 192 -9539.25 -3696.93 2300.26 4995.91 0.0025 12.9 11295.2 452.06 | -0.48924 -0.84814 0.20324 | ArgonGas eIoni expHall_log_PV 0 + 193 -9558.26 -3730.07 2308.19 4995.91 0.00569 39 11334.2 439.11 | -0.48521 -0.85045 0.20326 | ArgonGas eIoni expHall_log_PV 0 + 194 -9591.76 -3789.36 2322.33 4995.89 0.0181 69.6 11403.8 400.09 | -0.47814 -0.85443 0.20328 | ArgonGas eIoni expHall_log_PV 0 + 195 -9696.71 -3982.99 2368.06 4995.82 0.0618 225 11628.7 330.54 | -0.4549 -0.86701 0.20337 | ArgonGas eIoni expHall_log_PV 0 + 196 -9698.24 -3985.89 2368.74 4995.82 0.000681 3.35 11632.1 105.59 | -0.45455 -0.86719 0.20337 | ArgonGas eIoni expHall_log_PV 0 + 197 -9758.34 -4102.84 2396.06 4995.78 0.0329 134 11766.4 102.27 | -0.44054 -0.87439 0.20339 | ArgonGas eIoni expHall_log_PV 0 + 198 -9764.77 -4115.63 2399.03 4995.78 0.00135 14.6 11781 167.46 | -0.439 -0.87517 0.20337 | ArgonGas eIoni expHall_log_PV 0 + 199 -9781.96 -4150.09 2407.03 4995.77 0.00945 39.3 11820.3 152.84 | -0.43484 -0.87723 0.20343 | ArgonGas eIoni expHall_log_PV 0 + 200 -9823.12 -4234.34 2426.51 4995.74 0.0211 95.8 11916.1 113.51 | -0.42475 -0.88218 0.20336 | ArgonGas eIoni expHall_log_PV 0 + 201 -9832.22 -4253.3 2430.88 4995.74 0.00502 21.5 11937.6 17.75 | -0.42245 -0.88328 0.20335 | ArgonGas eIoni expHall_log_PV 0 + 202 -9880.67 -4356.48 2454.56 4995.69 0.0324 116 12054 155.4 | -0.40992 -0.88916 0.20337 | ArgonGas eIoni expHall_log_PV 0 + 203 -9909 -4418.62 2468.74 4995.66 0.0214 69.8 12123.7 38.981 | -0.40252 -0.89255 0.20331 | ArgonGas eIoni expHall_log_PV 0 + 204 -9952.58 -4516.97 2491.08 4995.63 0.0293 110 12233.6 49.575 | -0.3907 -0.8978 0.20326 | ArgonGas eIoni expHall_log_PV 0 + 205 -10000 -4628.19 2516.18 4995.61 0.0258 123 12357.1 47.421 | -0.37734 -0.90351 0.20321 | ArgonGas Transportation OutOfWorld + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9952.58 -4516.97 2491.08 0.00173444 0 0 0 N/A | 0.903657 -0.417744 0.0943092 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9952.55 -4516.98 2491.08 0 0.00173 0.139 0.13906 0 | 0.99504 0.031657 0.094309 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9909 -4418.62 2468.74 0.00711828 0 0 0 N/A | 0.833002 -0.376486 0.405421 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9908.82 -4418.47 2468.87 0.0018924 0.00523 1.3 1.2961 0 | 0.59434 0.71691 -0.36443 | ArgonGas eIoni expHall_log_PV 0 + 2 -9908.81 -4418.44 2468.86 0 0.00189 0.158 1.45386 90.676 | 0.17292 0.91504 -0.36443 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9880.67 -4356.48 2454.56 0.0126735 0 0 0 N/A | -0.313155 -0.192782 -0.92993 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9880.67 -4356.59 2454.22 0.00912339 0.0013 0.448 0.447778 0 | 0.6101 -0.74196 0.27797 | ArgonGas eIoni expHall_log_PV 0 + 2 -9880.42 -4356.41 2454.35 0.00396 0.00516 1.65 2.10056 118.97 | 0.33984 -0.58517 0.73626 | ArgonGas eIoni expHall_log_PV 0 + 3 -9880.35 -4356.45 2454.44 0 0.00396 0.505 2.6056 118.48 | 0.67404 0.056654 0.73652 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 148 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9880.67 -4356.59 2454.22 0.00224664 0 0 0 N/A | 0.00231294 -0.354365 -0.935104 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9880.67 -4356.61 2454.17 0 0.00225 0.204 0.203505 0 | 0.2031 -0.29039 -0.93511 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9832.22 -4253.3 2430.88 0.00116404 0 0 0 N/A | -0.299565 0.312616 0.901406 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9832.22 -4253.29 2430.9 0 0.00116 0.0796 0.0796068 0 | -0.38171 0.20436 0.90141 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9823.12 -4234.34 2426.51 0.00184684 0 0 0 N/A | -0.909609 0.332345 -0.249315 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9823.15 -4234.33 2426.5 0 0.00185 0.152 0.152266 0 | -0.9585 -0.13827 -0.24931 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9781.96 -4150.09 2407.03 0.00268524 0 0 0 N/A | -0.865436 0.430198 0.25681 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9782.02 -4150.09 2407.05 0 0.00269 0.268 0.26793 0 | -0.93029 -0.26194 0.25681 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9764.77 -4115.63 2399.03 0.001166 0 0 0 N/A | -0.876442 0.444238 0.185749 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9764.79 -4115.63 2399.04 0 0.00117 0.0798 0.0797898 0 | -0.97106 0.15016 0.18575 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9758.34 -4102.84 2396.06 0.00104568 0 0 0 N/A | -0.497833 0.0125471 -0.867182 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9758.35 -4102.84 2396.05 0 0.00105 0.0688 0.0688392 0 | -0.48147 -0.12722 -0.86718 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 142, Parent ID = 1 @@ -1199,9 +1340,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9982.63 -4531.66 2491.21 0.0097428 0 0 0 N/A | -0.73337 0.0570519 -0.677431 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9982.64 -4531.91 2490.84 0.00420588 0.00554 1.75 1.74579 0 | 0.7823 0.13373 -0.60838 | ArgonGas eIoni expHall_log_PV 0 - 2 -9982.57 -4531.84 2490.76 0 0.00421 0.558 2.30384 16.818 | 0.15379 0.77851 -0.6085 | ArgonGas eIoni expHall_log_PV 0 + 0 -9698.24 -3985.89 2368.74 0.00149873 0 0 0 N/A | 0.151224 -0.340978 -0.927828 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9698.23 -3985.9 2368.72 0 0.0015 0.113 0.112992 0 | 0.2733 -0.25385 -0.92783 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 141, Parent ID = 1 @@ -1209,8 +1349,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9970.43 -4503.7 2484.88 0.00100411 0 0 0 N/A | 0.884539 -0.450555 -0.120794 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9970.41 -4503.7 2484.88 0 0.001 0.0652 0.0651889 0 | 0.9732 -0.19569 -0.12079 | ArgonGas eIoni expHall_log_PV 0 + 0 -9696.71 -3982.99 2368.06 0.00750796 0 0 0 N/A | -0.210244 -0.212036 -0.954378 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9696.68 -3983.06 2367.73 0 0.00751 1.37 1.37491 0 | -0.19551 0.98058 0.015321 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 140, Parent ID = 1 @@ -1218,31 +1358,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9948.96 -4455.23 2473.87 0.0233119 0 0 0 N/A | -0.0781917 -0.344721 -0.935443 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9948.81 -4455.31 2473.25 0.0211658 0.000621 0.751 0.750594 0 | 0.44491 0.32692 -0.83377 | ArgonGas eIoni expHall_log_PV 0 - 2 -9948.76 -4455.16 2471.7 0.0174403 0.00373 3.45 4.19875 50.369 | 0.029588 0.0015468 -0.99956 | ArgonGas eIoni expHall_log_PV 0 - 3 -9948.75 -4455.15 2471.22 0.0154558 9e-05 0.542 4.74061 48.528 | -0.057588 -0.2433 -0.96824 | ArgonGas eIoni expHall_log_PV 0 - 4 -9948.73 -4455.12 2470.1 0.01051 0.00495 2.55 7.28991 48.378 | 0.2149 0.64128 0.7366 | ArgonGas eIoni expHall_log_PV 0 - 5 -9948.96 -4455.1 2470.55 0.00180495 0.00871 1.77 9.05617 47.216 | -0.83998 -0.23641 0.4884 | ArgonGas eIoni expHall_log_PV 0 - 6 -9948.98 -4455.11 2470.57 0 0.0018 0.147 9.20345 46.633 | -0.63422 -0.59935 0.4884 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 140 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9948.75 -4455.15 2471.22 0.00189449 0 0 0 N/A | -0.454985 -0.858296 0.23731 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9948.76 -4455.19 2471.23 0 0.00189 0.158 0.158017 0 | 0.018001 -0.97127 0.23731 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 140 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9948.81 -4455.31 2473.25 0.00152567 0 0 0 N/A | 0.667706 -0.742105 0.0587229 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9948.79 -4455.33 2473.25 0 0.00153 0.116 0.11586 0 | 0.90892 -0.41283 0.058723 | ArgonGas eIoni expHall_log_PV 0 + 0 -9591.76 -3789.36 2322.33 0.00103641 0 0 0 N/A | 0.738446 -0.544967 -0.397126 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9591.75 -3789.36 2322.32 0 0.00104 0.068 0.06802 0 | 0.86064 -0.31872 -0.39713 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 139, Parent ID = 1 @@ -1250,8 +1367,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9892.6 -4331.85 2445.72 0.00175372 0 0 0 N/A | 0.58832 -0.471775 -0.65674 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9892.58 -4331.86 2445.7 0 0.00175 0.141 0.141288 0 | 0.73814 -0.15438 -0.65674 | ArgonGas eIoni expHall_log_PV 0 + 0 -9558.26 -3730.07 2308.19 0.00111917 0 0 0 N/A | 0.627021 -0.217869 0.747915 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9558.25 -3730.07 2308.2 0 0.00112 0.0755 0.0754589 0 | 0.66347 -0.020801 0.74792 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 138, Parent ID = 1 @@ -1259,8 +1376,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9817.59 -4175.49 2409.76 0.0017908 0 0 0 N/A | -0.494611 0.377117 0.783034 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9817.6 -4175.48 2409.79 0 0.00179 0.146 0.145617 0 | -0.61277 0.1066 0.78304 | ArgonGas eIoni expHall_log_PV 0 + 0 -9539.25 -3696.93 2300.26 0.00159784 0 0 0 N/A | 0.717733 -0.311341 0.622838 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9539.23 -3696.94 2300.27 0 0.0016 0.124 0.12369 0 | 0.78218 0.016371 0.62284 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 137, Parent ID = 1 @@ -1268,8 +1385,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9749.93 -4041.35 2378.61 0.00171253 0 0 0 N/A | -0.845632 0.454509 0.279871 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9749.96 -4041.34 2378.62 0 0.00171 0.137 0.136544 0 | -0.95949 0.032548 0.27987 | ArgonGas eIoni expHall_log_PV 0 + 0 -9532.91 -3685.95 2297.62 0.00101594 0 0 0 N/A | -0.75727 0.501544 0.418326 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9532.92 -3685.95 2297.63 0 0.00102 0.0662 0.0662229 0 | -0.86522 0.27641 0.41833 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 136, Parent ID = 1 @@ -1277,10 +1394,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9657.71 -3867.78 2337.86 0.0118338 0 0 0 N/A | 0.388399 -0.12111 0.913498 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9657.74 -3867.65 2338.55 0.0103583 0.00148 2.04 2.04231 0 | 0.98261 -0.051183 -0.17851 | ArgonGas eIoni expHall_log_PV 0 - 2 -9657.78 -3867.32 2338.44 0.00639313 0.00397 1.84 3.87775 341.53 | 0.07513 -0.90561 0.4174 | ArgonGas eIoni expHall_log_PV 0 - 3 -9657.6 -3867.42 2338.55 0 0.00639 1.13 5.00579 340.97 | -0.062319 0.38288 0.92169 | ArgonGas eIoni expHall_log_PV 0 + 0 -9518.34 -3660.9 2291.61 0.00304487 0 0 0 N/A | -0.0869171 0.219822 0.97166 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9518.35 -3660.88 2291.68 0 0.00304 0.328 0.327564 0 | -0.22206 0.080969 0.97166 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 135, Parent ID = 1 @@ -1288,41 +1403,19 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9605.93 -3774.52 2315.76 0.0251212 0 0 0 N/A | -0.832318 0.382805 0.400882 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9606.06 -3774.5 2316.5 0.0223609 0.00123 2.61 2.60591 0 | -0.92565 -0.21898 -0.30857 | ArgonGas eIoni expHall_log_PV 0 - 2 -9606.24 -3774.8 2315.87 0.0195761 0.00278 3.66 6.26333 392.22 | 0.75021 -0.66102 -0.015541 | ArgonGas eIoni expHall_log_PV 0 - 3 -9605.86 -3774.71 2315.87 0.0178082 0.000653 0.512 6.77571 391.3 | 0.70849 0.70512 -0.029089 | ArgonGas eIoni expHall_log_PV 0 - 4 -9605.85 -3774.7 2315.83 0.013793 0.00402 2.9 9.67636 393.17 | 0.58685 0.80342 -0.10062 | ArgonGas eIoni expHall_log_PV 0 - 5 -9606.1 -3774.76 2315.73 0.00929163 0.0045 2.31 11.9898 392.4 | 0.048156 -0.23998 -0.96958 | ArgonGas eIoni expHall_log_PV 0 - 6 -9606.06 -3774.8 2315.53 0.00697581 0.000778 0.252 12.2417 392.88 | 0.80436 -0.24385 -0.5418 | ArgonGas eIoni expHall_log_PV 0 - 7 -9605.92 -3774.64 2315.36 0 0.00698 1.26 13.5063 393.56 | 0.15588 0.95869 0.23793 | ArgonGas eIoni expHall_log_PV 0 + 0 -9334.23 -3360.51 2218.41 0.0122449 0 0 0 N/A | -0.791345 0.472524 0.387935 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9334.22 -3360.8 2218.72 0.00701167 0.00523 2.1 2.10026 0 | -0.49627 -0.12395 0.85927 | ArgonGas eIoni expHall_log_PV 0 + 2 -9334.26 -3360.83 2218.8 0.00367058 0.00021 0.108 2.2083 664.97 | -0.11891 -0.36644 0.92281 | ArgonGas eIoni expHall_log_PV 0 + 3 -9334.25 -3360.87 2218.9 0 0.00367 0.445 2.65346 665.25 | 0.2545 -0.28903 0.92287 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 135 +* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 135 ********************************************************************************************************* Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9606.06 -3774.8 2315.53 0.00153742 0 0 0 N/A | -0.455523 0.325407 -0.828619 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9606.08 -3774.79 2315.5 0 0.00154 0.117 0.117121 0 | -0.54803 0.11423 -0.82862 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 135 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9605.86 -3774.71 2315.87 0.0011151 0 0 0 N/A | -0.436367 0.476077 0.763502 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9605.87 -3774.7 2315.88 0 0.00112 0.0751 0.0750825 0 | -0.55821 0.32475 0.7635 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 135 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9606.06 -3774.5 2316.5 0.0015351 0 0 0 N/A | 0.00353113 -0.828957 0.559301 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9606.06 -3774.52 2316.51 0 0.00154 0.117 0.116871 0 | 0.33685 -0.75744 0.5593 | ArgonGas eIoni expHall_log_PV 0 + 0 -9334.26 -3360.83 2218.8 0.00313145 0 0 0 N/A | -0.176608 -0.908072 -0.379755 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9334.24 -3360.9 2218.77 0 0.00313 0.343 0.342817 0 | 0.58049 -0.72029 -0.37975 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 134, Parent ID = 1 @@ -1330,8 +1423,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9568.79 -3709.32 2300.23 0.00221491 0 0 0 N/A | 0.542668 -0.524008 -0.65645 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9568.75 -3709.34 2300.2 0 0.00221 0.199 0.199174 0 | 0.74306 -0.13011 -0.65646 | ArgonGas eIoni expHall_log_PV 0 + 0 -9333.97 -3360.12 2218.31 0.00148217 0 0 0 N/A | -0.738452 0.276639 -0.614947 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9333.99 -3360.11 2218.3 0 0.00148 0.111 0.111241 0 | -0.78787 -0.03321 -0.61495 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 133, Parent ID = 1 @@ -1339,8 +1432,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9548.32 -3673.98 2291.78 0.00295656 0 0 0 N/A | 0.443915 -0.500075 -0.743549 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9548.27 -3674 2291.72 0 0.00296 0.312 0.312221 0 | 0.66838 -0.017942 -0.7436 | ArgonGas eIoni expHall_log_PV 0 + 0 -9270.33 -3262.68 2194.12 0.00466406 0 0 0 N/A | 0.401419 -0.534419 -0.743814 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9270.23 -3262.7 2194 0 0.00466 0.665 0.664841 0 | 0.60599 0.28157 -0.74397 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 132, Parent ID = 1 @@ -1348,8 +1441,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9542.95 -3664.77 2289.57 0.0019905 0 0 0 N/A | -0.0700106 0.221809 0.972574 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9542.95 -3664.76 2289.61 0 0.00199 0.17 0.169893 0 | -0.17278 0.15571 0.97257 | ArgonGas eIoni expHall_log_PV 0 + 0 -9249.63 -3231.63 2186.37 0.00423256 0 0 0 N/A | 0.606935 -0.61231 -0.506662 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9249.52 -3231.65 2186.3 0 0.00423 0.565 0.564517 0 | 0.78524 0.35637 -0.50635 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 131, Parent ID = 1 @@ -1357,8 +1450,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9468.03 -3539.13 2259.3 0.00133122 0 0 0 N/A | 0.834196 -0.488878 0.255177 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9468.01 -3539.13 2259.31 0 0.00133 0.0957 0.095749 0 | 0.95304 -0.16311 0.25518 | ArgonGas eIoni expHall_log_PV 0 + 0 -9182.34 -3132.76 2161.52 0.00100696 0 0 0 N/A | 0.776695 -0.61273 -0.14597 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9182.33 -3132.76 2161.51 0 0.00101 0.0654 0.0654399 0 | 0.9133 -0.38024 -0.14597 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 130, Parent ID = 1 @@ -1366,8 +1459,30 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9438.41 -3490.83 2247.58 0.00182314 0 0 0 N/A | -0.0963707 -0.226834 -0.969154 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9438.41 -3490.84 2247.54 0 0.00182 0.149 0.149438 0 | 0.021101 -0.24555 -0.96915 | ArgonGas eIoni expHall_log_PV 0 + 0 -9134.54 -3064.37 2144.18 0.0156671 0 0 0 N/A | -0.707383 0.478549 0.520193 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9134.47 -3064.47 2144.79 0.0117367 0.00393 2.58 2.58153 0 | 0.76062 0.31735 -0.56634 | ArgonGas eIoni expHall_log_PV 0 + 2 -9134.68 -3064.3 2144.37 0.00709203 0.00464 2.03 4.61155 864.27 | 0.37683 0.8596 -0.34509 | ArgonGas eIoni expHall_log_PV 0 + 3 -9134.8 -3064.11 2144.27 0.00511846 0.000856 0.577 5.18852 864.08 | 0.19394 -0.13724 -0.97137 | ArgonGas eIoni expHall_log_PV 0 + 4 -9134.77 -3064.11 2144.11 0.00164708 0.0022 0.304 5.49255 864.92 | -0.1045 0.65623 -0.74729 | ArgonGas eIoni expHall_log_PV 0 + 5 -9134.78 -3064.09 2144.09 0 0.00165 0.129 5.6217 864.91 | -0.37554 0.5482 -0.74729 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 130 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9134.77 -3064.11 2144.11 0.00127054 0 0 0 N/A | -0.922164 0.218653 0.319068 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9134.79 -3064.11 2144.12 0 0.00127 0.0898 0.089769 0 | -0.94187 -0.10528 0.31907 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 130 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9134.8 -3064.11 2144.27 0.00111762 0 0 0 N/A | -0.428233 -0.902798 0.0396523 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9134.81 -3064.12 2144.27 0 0.00112 0.0753 0.0753166 0 | -0.13968 -0.9894 0.039652 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 129, Parent ID = 1 @@ -1375,8 +1490,18 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9397.14 -3424.75 2231.46 0.00186631 0 0 0 N/A | 0.243384 -0.419211 -0.874658 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9397.12 -3424.76 2231.43 0 0.00187 0.155 0.154604 0 | 0.41422 -0.25178 -0.87466 | ArgonGas eIoni expHall_log_PV 0 + 0 -9122.43 -3047.27 2139.82 0.0107886 0 0 0 N/A | 0.581605 -0.661851 -0.472958 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9122.22 -3047.04 2139.54 0.00486129 0.00217 1.22 1.2191 0 | -0.17589 0.92431 -0.33871 | ArgonGas eIoni expHall_log_PV 0 + 2 -9122.34 -3046.95 2139.48 0 0.00486 0.713 1.93233 876.97 | -0.94008 -0.043297 -0.33819 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 129 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9122.22 -3047.04 2139.54 0.00375336 0 0 0 N/A | -0.985125 -0.162695 0.055316 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9122.3 -3047.1 2139.54 0 0.00375 0.462 0.461942 0 | -0.33978 -0.93888 0.055294 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 128, Parent ID = 1 @@ -1384,8 +1509,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9383.49 -3403.21 2226.18 0.00151193 0 0 0 N/A | -0.660957 0.508845 0.551555 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9383.51 -3403.2 2226.2 0 0.00151 0.114 0.114392 0 | -0.80865 0.20462 0.55156 | ArgonGas eIoni expHall_log_PV 0 + 0 -9083.72 -2993.25 2126 0.00271799 0 0 0 N/A | -0.796015 0.392128 -0.461081 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9083.77 -2993.24 2125.97 0 0.00272 0.273 0.273106 0 | -0.8508 -0.25206 -0.46109 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 127, Parent ID = 1 @@ -1393,8 +1518,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9362.87 -3370.94 2218.26 0.00100971 0 0 0 N/A | 0.823057 -0.500889 0.267746 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9362.86 -3370.94 2218.26 0 0.00101 0.0657 0.0656763 0 | 0.92792 -0.25937 0.26775 | ArgonGas eIoni expHall_log_PV 0 + 0 -8950.93 -2814.7 2079.72 0.00546192 0 0 0 N/A | 0.0735587 0.10953 0.991258 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8950.93 -2814.68 2079.93 0 0.00546 0.871 0.87051 0 | -0.11474 0.065431 0.99124 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 126, Parent ID = 1 @@ -1402,8 +1527,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9286.76 -3254.62 2189.51 0.00168657 0 0 0 N/A | 0.136513 -0.369269 -0.919241 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9286.76 -3254.63 2189.48 0 0.00169 0.134 0.133589 0 | 0.28428 -0.27236 -0.91924 | ArgonGas eIoni expHall_log_PV 0 + 0 -8932.55 -2790.78 2073.45 0.00112419 0 0 0 N/A | -0.297556 0.412802 0.860846 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8932.55 -2790.77 2073.46 0 0.00112 0.0759 0.0759184 0 | -0.40761 0.30463 0.86085 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 125, Parent ID = 1 @@ -1411,9 +1536,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9261.83 -3217.43 2180.25 0.00837516 0 0 0 N/A | 0.607045 -0.638524 -0.473058 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9261.6 -3217.29 2180.05 0.00446476 0.00391 1.53 1.53067 0 | -0.23081 -0.29677 -0.92663 | ArgonGas eIoni expHall_log_PV 0 - 2 -9261.6 -3217.34 2179.91 0 0.00446 0.617 2.14765 737.75 | 0.22252 -0.30284 -0.9267 | ArgonGas eIoni expHall_log_PV 0 + 0 -8840.67 -2673.84 2042.51 0.0016954 0 0 0 N/A | -0.739008 0.612837 0.27982 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8840.7 -2673.83 2042.52 0 0.0017 0.135 0.134593 0 | -0.93313 0.22578 0.27982 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 124, Parent ID = 1 @@ -1421,8 +1545,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9246.84 -3195.28 2174.72 0.0012219 0 0 0 N/A | 0.40412 -0.0896326 0.910304 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9246.83 -3195.28 2174.74 0 0.00122 0.0851 0.0850684 0 | 0.41132 0.046518 0.9103 | ArgonGas eIoni expHall_log_PV 0 + 0 -8743.51 -2554.76 2010.51 0.00227953 0 0 0 N/A | 0.349268 -0.557265 -0.753304 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8743.48 -2554.78 2010.48 0 0.00228 0.208 0.208029 0 | 0.60639 -0.25459 -0.75331 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 123, Parent ID = 1 @@ -1430,8 +1554,18 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9073.59 -2950 2112.6 0.00181185 0 0 0 N/A | 0.356262 -0.514964 -0.779672 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9073.57 -2950.01 2112.58 0 0.00181 0.148 0.148099 0 | 0.55513 -0.28972 -0.77967 | ArgonGas eIoni expHall_log_PV 0 + 0 -8736.48 -2546.33 2008.23 0.00819047 0 0 0 N/A | -0.437904 0.456692 0.774386 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8736.65 -2546.42 2008.54 0.00446382 0.00213 1.07 1.06766 0 | 0.51152 0.84785 0.13967 | ArgonGas eIoni expHall_log_PV 0 + 2 -8736.66 -2546.29 2008.56 0 0.00446 0.617 1.685 1263.1 | -0.6747 0.72483 0.13933 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 123 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8736.65 -2546.42 2008.54 0.00159842 0 0 0 N/A | -0.636502 0.485772 -0.599075 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8736.67 -2546.41 2008.52 0 0.0016 0.124 0.123753 0 | -0.78113 0.17593 -0.59908 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 122, Parent ID = 1 @@ -1439,8 +1573,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -9006.77 -2860.27 2089.45 0.00208559 0 0 0 N/A | -0.796006 0.434122 -0.421797 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -9006.81 -2860.26 2089.43 0 0.00209 0.182 0.182036 0 | -0.90514 -0.05297 -0.4218 | ArgonGas eIoni expHall_log_PV 0 + 0 -8730.69 -2539.39 2006.34 0.00916481 0 0 0 N/A | 0.531822 -0.36234 0.765425 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8730.56 -2539.23 2006.72 0.00286318 0.0063 1.66 1.65922 0 | 0.36916 -0.15233 0.9168 | ArgonGas eIoni expHall_log_PV 0 + 2 -8730.54 -2539.23 2006.79 0 0.00286 0.297 1.95589 1268.8 | 0.36803 0.15496 0.91681 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 121, Parent ID = 1 @@ -1448,8 +1583,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8959.7 -2798.57 2073.39 0.00232826 0 0 0 N/A | 0.754447 -0.548541 0.360433 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8959.65 -2798.58 2073.4 0 0.00233 0.215 0.214799 0 | 0.93278 -0.00082422 0.36043 | ArgonGas eIoni expHall_log_PV 0 + 0 -8704.69 -2508.44 1997.93 0.00292699 0 0 0 N/A | 0.350287 -0.569864 -0.74334 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8704.65 -2508.47 1997.87 0 0.00293 0.307 0.307348 0 | 0.65409 -0.13976 -0.74339 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 120, Parent ID = 1 @@ -1457,42 +1592,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8953.87 -2791.02 2071.41 0.0333758 0 0 0 N/A | 0.224326 -0.150837 0.96277 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8953.91 -2790.97 2074.98 0.0297726 0.0036 5.96 5.95908 0 | 0.43249 -0.50439 0.74736 | ArgonGas eIoni expHall_log_PV 0 - 2 -8953.64 -2791 2075.31 0.0254066 0.000364 0.466 6.42478 1042.4 | 0.38492 0.10391 0.91708 | ArgonGas eIoni expHall_log_PV 0 - 3 -8953.58 -2790.96 2077.04 0.0212554 0.00279 2.67 9.09832 1042.1 | 0.18039 0.62401 0.76031 | ArgonGas eIoni expHall_log_PV 0 - 4 -8953.65 -2790.78 2078.46 0.0191468 0.00211 3.46 12.5619 1040.3 | -0.29868 0.47395 0.82835 | ArgonGas eIoni expHall_log_PV 0 - 5 -8953.7 -2790.73 2079.79 0.0140319 0.00511 3.11 15.6739 1038.6 | 0.58797 -0.55949 -0.58418 | ArgonGas eIoni expHall_log_PV 0 - 6 -8953.43 -2790.63 2079.53 0.0116928 0.00127 0.557 16.231 1037.5 | -0.32206 0.49934 -0.80432 | ArgonGas eIoni expHall_log_PV 0 - 7 -8953.52 -2790.79 2078.93 0.0042793 0.00741 2.02 18.2538 1037.3 | -0.21718 -0.54808 0.80774 | ArgonGas eIoni expHall_log_PV 0 - 8 -8953.51 -2790.87 2079.04 0 0.00428 0.574 18.8283 1037.2 | 0.44437 -0.38705 0.80792 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 120 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8953.43 -2790.63 2079.53 0.00106734 0 0 0 N/A | 0.931166 0.0211778 -0.363979 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8953.41 -2790.62 2079.52 0 0.00107 0.0708 0.070764 0 | 0.88644 0.2859 -0.36398 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 120 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8953.58 -2790.96 2077.04 0.00136026 0 0 0 N/A | -0.982128 0.142648 0.122784 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8953.61 -2790.96 2077.04 0 0.00136 0.0987 0.098663 0 | -0.9676 -0.22062 0.12278 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 120 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8953.64 -2791 2075.31 0.00400157 0 0 0 N/A | 0.209733 0.959869 -0.18618 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8953.68 -2790.89 2075.29 0 0.004 0.513 0.513464 0 | -0.7838 0.5925 -0.18604 | ArgonGas eIoni expHall_log_PV 0 + 0 -8693.27 -2494.95 1994.24 0.00233034 0 0 0 N/A | -0.613558 0.5975 0.516276 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8693.3 -2494.93 1994.27 0 0.00233 0.215 0.215113 0 | -0.84759 0.12266 0.51628 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 119, Parent ID = 1 @@ -1500,8 +1601,62 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8910.2 -2734.97 2056.7 0.00228327 0 0 0 N/A | 0.281697 -0.0300918 0.959031 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8910.19 -2734.97 2056.75 0 0.00228 0.209 0.208529 0 | 0.24751 0.13783 0.95903 | ArgonGas eIoni expHall_log_PV 0 + 0 -8653.26 -2448.14 1981.42 0.0533159 0 0 0 N/A | -0.299515 -0.291835 -0.908363 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8653.18 -2448.42 1980.65 0.051599 0.000521 0.877 0.877118 0 | 0.097607 -0.3013 -0.94852 | ArgonGas eIoni expHall_log_PV 0 + 2 -8653.18 -2448.43 1973.63 0.0441679 0.00743 11.2 12.0866 1345.9 | -0.50716 -0.49294 -0.70697 | ArgonGas eIoni expHall_log_PV 0 + 3 -8653.26 -2448.64 1973.39 0.0425805 0.000468 0.335 12.4216 1338.5 | -0.089304 -0.74892 -0.65662 | ArgonGas eIoni expHall_log_PV 0 + 4 -8652.76 -2448.8 1969.83 0.0354832 0.0071 8.4 20.8206 1338.6 | 0.99355 -0.093556 0.064005 | ArgonGas eIoni expHall_log_PV 0 + 5 -8653.05 -2448.55 1970.06 0.0281585 0.00607 5.45 26.2706 1333.3 | 0.12418 0.92828 -0.35053 | ArgonGas eIoni expHall_log_PV 0 + 6 -8653.04 -2448.5 1969.41 0.0235792 0.00307 2.44 28.7099 1331.4 | 0.6036 0.77271 -0.19644 | ArgonGas eIoni expHall_log_PV 0 + 7 -8653.19 -2448.08 1968.98 0.0190826 0.0045 3.88 32.5918 1333.5 | -0.33189 0.48474 0.80924 | ArgonGas eIoni expHall_log_PV 0 + 8 -8653.24 -2448.04 1970.27 0.011471 0.00761 3.1 35.6956 1332.5 | -0.47691 0.64961 0.59209 | ArgonGas eIoni expHall_log_PV 0 + 9 -8653.43 -2448.25 1970.66 0.00931326 0.00115 1.26 36.959 1332.7 | -0.07949 0.59236 0.80174 | ArgonGas eIoni expHall_log_PV 0 + 10 -8653.63 -2448.28 1971.07 0 0.00931 1.68 38.6411 1334.9 | 0.11137 -0.21673 -0.96986 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 119 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8653.43 -2448.25 1970.66 0.00100301 0 0 0 N/A | 0.681699 0.620709 -0.387307 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8653.42 -2448.24 1970.65 0 0.001 0.0651 0.0650966 0 | 0.48956 0.78123 -0.38731 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 119 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8653.04 -2448.5 1969.41 0.00150784 0 0 0 N/A | 0.579551 -0.247894 0.776318 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8653.03 -2448.5 1969.43 0 0.00151 0.114 0.11396 0 | 0.63034 0.0019009 0.77632 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 119 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8653.05 -2448.55 1970.06 0.00125954 0 0 0 N/A | -0.640128 0.350063 0.68388 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8653.06 -2448.55 1970.08 0 0.00126 0.0887 0.088699 0 | -0.72036 0.11573 0.68388 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 119 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8653.26 -2448.64 1973.39 0.00111965 0 0 0 N/A | 0.581509 0.490729 -0.648871 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8653.25 -2448.63 1973.38 0 0.00112 0.0755 0.0755023 0 | 0.40846 0.64197 -0.64887 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 119 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8653.18 -2448.42 1980.65 0.00119609 0 0 0 N/A | 0.3949 -0.865659 0.307715 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8653.17 -2448.44 1980.65 0 0.0012 0.0826 0.0826183 0 | 0.64985 -0.69499 0.30772 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 118, Parent ID = 1 @@ -1509,8 +1664,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8883.13 -2700.73 2047.66 0.00214756 0 0 0 N/A | 0.589821 -0.653944 -0.473781 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8883.1 -2700.75 2047.64 0 0.00215 0.19 0.190158 0 | 0.85066 -0.22783 -0.47378 | ArgonGas eIoni expHall_log_PV 0 + 0 -8618.14 -2407.64 1970.26 0.00127806 0 0 0 N/A | -0.0705236 0.278368 0.957882 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8618.14 -2407.63 1970.28 0 0.00128 0.0905 0.0905028 0 | -0.16079 0.23793 0.95788 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 @@ -1518,8 +1673,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8882.15 -2699.5 2047.33 0.00124759 0 0 0 N/A | 0.70156 -0.459312 0.544836 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8882.14 -2699.5 2047.34 0 0.00125 0.0875 0.0875373 0 | 0.81415 -0.20079 0.54484 | ArgonGas eIoni expHall_log_PV 0 + 0 -8527.33 -2305.33 1941.77 0.0010181 0 0 0 N/A | -0.0531267 0.273995 0.960263 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8527.33 -2305.33 1941.78 0 0.00102 0.0664 0.0664114 0 | -0.12586 0.24911 0.96026 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 @@ -1527,8 +1682,18 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8881.75 -2698.99 2047.2 0.00448563 0 0 0 N/A | 0.164335 0.0437939 0.985432 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8881.74 -2698.97 2047.34 0 0.00449 0.622 0.621851 0 | 0.0013186 0.17016 0.98542 | ArgonGas eIoni expHall_log_PV 0 + 0 -8515.78 -2292.56 1938.18 0.00734202 0 0 0 N/A | -0.71934 0.370456 -0.587633 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8515.92 -2292.58 1938.08 0.00516998 0.000634 0.242 0.242417 0 | 0.39968 -0.90941 -0.11498 | ArgonGas eIoni expHall_log_PV 0 + 2 -8515.76 -2292.65 1938.05 0 0.00517 0.792 1.03461 1484 | 0.92253 0.36845 -0.11484 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 116 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8515.92 -2292.58 1938.08 0.00153789 0 0 0 N/A | -0.405422 -0.290775 0.86665 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8515.93 -2292.59 1938.1 0 0.00154 0.117 0.117174 0 | -0.2538 -0.42953 0.86665 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 @@ -1536,8 +1701,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8827.93 -2632.05 2029.39 0.00273823 0 0 0 N/A | 0.75013 -0.60853 0.258836 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8827.87 -2632.07 2029.41 0 0.00274 0.276 0.276247 0 | 0.96354 0.067812 0.25883 | ArgonGas eIoni expHall_log_PV 0 + 0 -8444.18 -2214.59 1916.14 0.00110997 0 0 0 N/A | -0.613737 0.651851 0.445441 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8444.19 -2214.58 1916.14 0 0.00111 0.0746 0.0746182 0 | -0.77923 0.44089 0.44544 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 @@ -1545,8 +1710,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8819.63 -2621.86 2026.67 0.00309503 0 0 0 N/A | 0.53604 -0.652734 -0.53535 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8819.57 -2621.89 2026.62 0 0.0031 0.336 0.336182 0 | 0.84437 -0.020093 -0.53538 | ArgonGas eIoni expHall_log_PV 0 + 0 -8413.9 -2182.23 1906.9 0.00829141 0 0 0 N/A | 0.496381 -0.727996 -0.472893 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8413.66 -2182.13 1906.71 0.00386758 0.00442 1.52 1.51738 0 | -0.82131 0.38168 0.42399 | ArgonGas eIoni expHall_log_PV 0 + 2 -8413.76 -2182.15 1906.76 0 0.00387 0.486 2.00294 1585.7 | -0.71489 -0.5561 0.42389 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 @@ -1554,8 +1720,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8792.42 -2588.68 2017.77 0.00270713 0 0 0 N/A | -0.704881 0.346655 -0.618849 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8792.47 -2588.67 2017.73 0 0.00271 0.271 0.271306 0 | -0.75372 -0.22113 -0.61887 | ArgonGas eIoni expHall_log_PV 0 + 0 -8413.61 -2181.91 1906.81 0.00122411 0 0 0 N/A | -0.493237 0.171586 -0.852804 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8413.62 -2181.91 1906.8 0 0.00122 0.0853 0.0852842 0 | -0.52223 0.0017222 -0.8528 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 @@ -1563,8 +1729,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8766.32 -2557.17 2009.28 0.00100338 0 0 0 N/A | -0.410148 0.0542091 -0.910407 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8766.33 -2557.17 2009.27 0 0.001 0.0651 0.0651259 0 | -0.4096 -0.058176 -0.91041 | ArgonGas eIoni expHall_log_PV 0 + 0 -8399.26 -2166.71 1902.46 0.00921714 0 0 0 N/A | -0.0983483 -0.310922 -0.945333 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8399.16 -2166.74 1901.99 0.00188144 0.00734 1.67 1.66731 0 | 0.91267 0.012389 -0.4085 | ArgonGas eIoni expHall_log_PV 0 + 2 -8399.13 -2166.73 1901.97 0 0.00188 0.156 1.82375 1600.2 | 0.79386 0.45046 -0.4085 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 @@ -1572,8 +1739,18 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8749.75 -2537.33 2003.92 0.0011332 0 0 0 N/A | -0.163982 -0.169879 -0.971726 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8749.75 -2537.33 2003.9 0 0.00113 0.0767 0.0767434 0 | -0.10501 -0.21148 -0.97173 | ArgonGas eIoni expHall_log_PV 0 + 0 -8290.76 -2054.12 1869.88 0.00422384 0 0 0 N/A | 0.320846 -0.617013 -0.718577 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8290.68 -2054.16 1869.79 0.00222283 0.000534 0.324 0.323506 0 | 0.49521 -0.82727 0.26532 | ArgonGas eIoni expHall_log_PV 0 + 2 -8290.65 -2054.19 1869.8 0 0.00222 0.2 0.523767 1709.1 | 0.87455 -0.40591 0.26532 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 111 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8290.68 -2054.16 1869.79 0.00146675 0 0 0 N/A | -0.710662 -0.562889 -0.422038 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8290.7 -2054.18 1869.78 0 0.00147 0.11 0.109619 0 | -0.4381 -0.7937 -0.42204 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 @@ -1581,8 +1758,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8702.06 -2480.95 1988.61 0.00170905 0 0 0 N/A | 0.613802 -0.68557 -0.39146 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8702.03 -2480.96 1988.59 0 0.00171 0.136 0.136147 0 | 0.8538 -0.34319 -0.39146 | ArgonGas eIoni expHall_log_PV 0 + 0 -8246.97 -2009.89 1856.91 0.00122462 0 0 0 N/A | 0.162039 -0.46737 -0.869085 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8246.96 -2009.9 1856.89 0 0.00122 0.0853 0.0853329 0 | 0.30538 -0.38915 -0.86909 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 @@ -1590,9 +1767,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8665.04 -2437.89 1976.83 0.00717634 0 0 0 N/A | 0.266218 -0.0798503 0.9606 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8664.99 -2437.83 1977.14 0.00172278 0.00545 1.31 1.30726 0 | 0.32766 0.93198 0.15506 | ArgonGas eIoni expHall_log_PV 0 - 2 -8664.99 -2437.8 1977.15 0 0.00172 0.138 1.44498 1334.6 | -0.12198 0.98035 0.15506 | ArgonGas eIoni expHall_log_PV 0 + 0 -8200.77 -1963.94 1843.33 0.00717833 0 0 0 N/A | -0.766419 0.56397 -0.307473 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8200.99 -1964.05 1843.23 0.0020134 0.00516 1.31 1.30867 0 | 0.4264 -0.70683 -0.56443 | ArgonGas eIoni expHall_log_PV 0 + 2 -8200.96 -1964.08 1843.21 0 0.00201 0.173 1.48145 1798.9 | 0.72827 -0.38863 -0.56443 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 @@ -1600,8 +1777,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8634.23 -2402.5 1967.11 0.00206211 0 0 0 N/A | -0.325023 -0.0366548 -0.944996 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8634.24 -2402.51 1967.07 0 0.00206 0.179 0.179001 0 | -0.25768 -0.20144 -0.945 | ArgonGas eIoni expHall_log_PV 0 + 0 -8183.1 -1946.55 1838.16 0.0033654 0 0 0 N/A | 0.652238 -0.75743 -0.0297473 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8183.02 -1946.59 1838.16 0 0.00337 0.386 0.385699 0 | 0.99628 0.080834 -0.029743 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 @@ -1609,8 +1786,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8584.05 -2345.74 1951.4 0.00134218 0 0 0 N/A | -0.137242 0.332254 0.933152 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8584.05 -2345.73 1951.42 0 0.00134 0.0968 0.0968448 0 | -0.24642 0.26174 0.93315 | ArgonGas eIoni expHall_log_PV 0 + 0 -8176.19 -1939.79 1836.15 0.00417667 0 0 0 N/A | 0.423072 -0.267665 0.865659 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8176.13 -1939.78 1836.26 0.00208702 0.00209 0.313 0.312709 0 | 0.014632 0.97052 -0.24059 | ArgonGas eIoni expHall_log_PV 0 + 2 -8176.15 -1939.75 1836.25 0 0.00209 0.182 0.494936 1823.7 | -0.50158 0.83098 -0.24059 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 @@ -1618,8 +1796,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8487.52 -2239.45 1921.62 0.00172407 0 0 0 N/A | -0.656884 0.363614 -0.660521 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8487.54 -2239.45 1921.6 0 0.00172 0.138 0.137866 0 | -0.7501 0.032548 -0.66052 | ArgonGas eIoni expHall_log_PV 0 + 0 -8115.85 -1881.36 1818.64 0.00116077 0 0 0 N/A | -0.151439 -0.184649 -0.971067 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8115.85 -1881.36 1818.62 0 0.00116 0.0793 0.0793021 0 | -0.086939 -0.22242 -0.97107 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 @@ -1627,9 +1805,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8367.66 -2112.54 1885.41 0.00769707 0 0 0 N/A | 0.207579 -0.554968 -0.805556 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8367.49 -2112.54 1885.12 0.00211931 0.00558 1.41 1.41005 0 | 0.55835 -0.81028 -0.17804 | ArgonGas eIoni expHall_log_PV 0 - 2 -8367.46 -2112.56 1885.11 0 0.00212 0.186 1.59649 1632 | 0.90626 -0.3834 -0.17804 | ArgonGas eIoni expHall_log_PV 0 + 0 -8069.44 -1837.26 1805.28 0.00119237 0 0 0 N/A | 0.675925 -0.685432 0.270754 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8069.42 -1837.27 1805.28 0 0.00119 0.0823 0.0822664 0 | 0.85847 -0.43557 0.27075 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 @@ -1637,39 +1814,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8279.43 -2022.47 1859.27 0.0187827 0 0 0 N/A | -0.598719 0.173426 -0.781959 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8279.49 -2022.76 1858.66 0.0169115 0.000524 0.956 0.956216 0 | -0.15124 0.077446 -0.98546 | ArgonGas eIoni expHall_log_PV 0 - 2 -8279.48 -2022.76 1857.35 0.0119102 0.005 2.76 3.72011 1719.8 | 0.26599 0.62311 0.73551 | ArgonGas eIoni expHall_log_PV 0 - 3 -8279.68 -2022.63 1857.73 0.00688548 0.00256 0.749 4.46898 1718.6 | -0.64044 -0.63603 0.43046 | ArgonGas eIoni expHall_log_PV 0 - 4 -8279.71 -2022.66 1857.75 0.00388869 0 0.0491 4.51809 1718.1 | 0.35664 -0.41914 0.83495 | ArgonGas eIoni expHall_log_PV 0 - 5 -8279.65 -2022.68 1857.85 0 0.00389 0.49 5.00764 1719 | 0.53428 0.13063 0.83515 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 104 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8279.71 -2022.66 1857.75 0.0029968 0 0 0 N/A | -0.761965 -0.647604 0.0043549 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8279.74 -2022.73 1857.75 0 0.003 0.319 0.319093 0 | -0.03651 -0.99932 0.0043547 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 104 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8279.68 -2022.63 1857.73 0.00246447 0 0 0 N/A | -0.406148 0.75302 0.517691 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8279.72 -2022.59 1857.76 0 0.00246 0.234 0.234344 0 | -0.78549 0.33911 0.5177 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 104 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8279.49 -2022.76 1858.66 0.00134679 0 0 0 N/A | 0.919945 0.374348 -0.116463 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8279.47 -2022.74 1858.66 0 0.00135 0.0973 0.0973076 0 | 0.72586 0.67791 -0.11646 | ArgonGas eIoni expHall_log_PV 0 + 0 -8009.46 -1781.28 1788.16 0.00182091 0 0 0 N/A | 0.65059 -0.643858 0.402715 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8009.43 -1781.3 1788.17 0 0.00182 0.149 0.149173 0 | 0.87623 -0.26464 0.40272 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 @@ -1677,8 +1823,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8234.67 -1977.83 1846.17 0.00149312 0 0 0 N/A | 0.554478 -0.73219 -0.395539 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8234.66 -1977.84 1846.16 0 0.00149 0.112 0.112394 0 | 0.79739 -0.45576 -0.39554 | ArgonGas eIoni expHall_log_PV 0 + 0 -8001.89 -1774.3 1786.01 0.00121555 0 0 0 N/A | 0.493943 -0.341776 0.799506 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8001.88 -1774.31 1786.02 0 0.00122 0.0845 0.0844662 0 | 0.5779 -0.16376 0.79951 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 @@ -1686,8 +1832,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8041.44 -1792.76 1790.71 0.00194126 0 0 0 N/A | 0.165959 0.0555585 0.984566 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8041.44 -1792.76 1790.75 0 0.00194 0.164 0.163754 0 | 0.11663 0.13048 0.98457 | ArgonGas eIoni expHall_log_PV 0 + 0 -7941.54 -1719.24 1768.96 0.00319359 0 0 0 N/A | 0.271451 -0.0872253 0.958492 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7941.52 -1719.24 1769.04 0.00260369 0.00059 0.16 0.160077 0 | -0.28068 0.95755 -0.065706 | ArgonGas eIoni expHall_log_PV 0 + 2 -7941.55 -1719.19 1769.03 0 0.0026 0.255 0.415342 2058.4 | -0.83753 0.54243 -0.065705 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 @@ -1695,8 +1842,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8037.05 -1788.69 1789.47 0.00157876 0 0 0 N/A | -0.634001 0.42995 -0.642794 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8037.07 -1788.68 1789.45 0 0.00158 0.122 0.121599 0 | -0.75492 0.13002 -0.6428 | ArgonGas eIoni expHall_log_PV 0 + 0 -7920.24 -1700.07 1762.98 0.00157678 0 0 0 N/A | 0.557224 -0.774706 -0.298884 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7920.22 -1700.09 1762.97 0 0.00158 0.121 0.121385 0 | 0.82701 -0.47615 -0.29888 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 @@ -1704,8 +1851,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -8032.63 -1784.61 1788.22 0.00143246 0 0 0 N/A | -0.174744 0.406591 0.896743 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -8032.64 -1784.6 1788.25 0 0.00143 0.106 0.106042 0 | -0.31546 0.31039 0.89674 | ArgonGas eIoni expHall_log_PV 0 + 0 -7879.98 -1664.19 1751.73 0.00143429 0 0 0 N/A | -0.663151 0.735416 0.13926 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7880 -1664.18 1751.73 0 0.00143 0.106 0.106237 0 | -0.89213 0.42979 0.13926 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 @@ -1713,8 +1860,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7994.11 -1749.24 1777.38 0.00208997 0 0 0 N/A | -0.35942 0.0388676 -0.932366 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7994.12 -1749.24 1777.34 0 0.00209 0.183 0.182604 0 | -0.32532 -0.15765 -0.93237 | ArgonGas eIoni expHall_log_PV 0 + 0 -7834.74 -1624.46 1739.17 0.00202362 0 0 0 N/A | 0.559672 -0.501598 0.659671 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7834.71 -1624.47 1739.2 0 0.00202 0.174 0.174083 0 | 0.73801 -0.14204 0.65967 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 @@ -1722,8 +1869,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7923.58 -1685.66 1757.7 0.00149471 0 0 0 N/A | 0.368495 -0.188641 0.910289 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7923.57 -1685.66 1757.73 0 0.00149 0.113 0.112562 0 | 0.41298 -0.028679 0.91029 | ArgonGas eIoni expHall_log_PV 0 + 0 -7831.28 -1621.44 1738.21 0.00124142 0 0 0 N/A | 0.643418 -0.757186 0.112615 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7831.26 -1621.45 1738.21 0 0.00124 0.0869 0.0869465 0 | 0.85719 -0.50253 0.11262 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 @@ -1731,8 +1878,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7886.41 -1652.75 1747.41 0.00131848 0 0 0 N/A | 0.447512 -0.727263 -0.520405 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7886.4 -1652.76 1747.4 0 0.00132 0.0945 0.0944805 0 | 0.67352 -0.52492 -0.5204 | ArgonGas eIoni expHall_log_PV 0 + 0 -7785.3 -1581.69 1725.53 0.00153038 0 0 0 N/A | 0.138045 -0.496219 -0.857152 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7785.29 -1581.71 1725.5 0 0.00153 0.116 0.116367 0 | 0.3256 -0.39909 -0.85715 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 @@ -1740,8 +1887,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7778.65 -1559.56 1717.87 0.00130382 0 0 0 N/A | -0.376884 0.610471 0.696623 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7778.66 -1559.55 1717.89 0 0.0013 0.093 0.0930288 0 | -0.56477 0.44244 0.69662 | ArgonGas eIoni expHall_log_PV 0 + 0 -7732.28 -1536.6 1711.01 0.0019932 0 0 0 N/A | 0.174373 -0.542609 -0.821687 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7732.27 -1536.62 1710.98 0 0.00199 0.17 0.170235 0 | 0.42563 -0.37904 -0.82169 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 @@ -1749,8 +1896,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7735.81 -1523.41 1706.25 0.00314922 0 0 0 N/A | 0.41714 -0.751271 -0.511454 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7735.75 -1523.45 1706.2 0 0.00315 0.346 0.345795 0 | 0.84412 -0.16078 -0.51148 | ArgonGas eIoni expHall_log_PV 0 + 0 -7637.77 -1458.13 1685.39 0.00340655 0 0 0 N/A | 0.143455 0.0570069 0.988014 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7637.76 -1458.12 1685.49 0 0.00341 0.393 0.393489 0 | 0.036517 0.14997 0.98802 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 @@ -1758,13 +1905,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7552.9 -1374.63 1657.33 0.0276735 0 0 0 N/A | 0.415096 -0.550856 0.724054 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7552.64 -1374.34 1659.34 0.0239296 0.00374 4.68 4.68331 0 | 0.30653 0.4854 0.8188 | ArgonGas eIoni expHall_log_PV 0 - 2 -7552.78 -1374.11 1661.17 0.0169816 0.00695 3.94 8.62733 2444.3 | 0.99207 0.058206 0.11142 | ArgonGas eIoni expHall_log_PV 0 - 3 -7552.83 -1374.11 1661.32 0.0121548 0.00483 2.77 11.4018 2442.8 | -0.43315 0.25336 -0.86498 | ArgonGas eIoni expHall_log_PV 0 - 4 -7552.83 -1374.27 1660.64 0.0086329 0.00352 2.09 13.4884 2441.9 | 0.45106 -0.3566 0.81816 | ArgonGas eIoni expHall_log_PV 0 - 5 -7552.7 -1374.15 1661 0.0027246 0.00591 1.57 15.062 2442.3 | -0.071578 0.9936 -0.087376 | ArgonGas eIoni expHall_log_PV 0 - 6 -7552.73 -1374.09 1660.99 0 0.00272 0.274 15.3361 2443.3 | -0.72807 0.67991 -0.087374 | ArgonGas eIoni expHall_log_PV 0 + 0 -7619 -1442.83 1680.34 0.00197642 0 0 0 N/A | -0.0184715 -0.357185 -0.933851 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7619 -1442.85 1680.31 0 0.00198 0.168 0.168129 0 | 0.16392 -0.31789 -0.93385 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 @@ -1772,8 +1914,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7494.76 -1329.14 1642.02 0.00146941 0 0 0 N/A | 0.552292 -0.822188 -0.13777 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7494.74 -1329.15 1642.01 0 0.00147 0.11 0.109895 0 | 0.82737 -0.54449 -0.13777 | ArgonGas eIoni expHall_log_PV 0 + 0 -7608.96 -1434.68 1677.65 0.00183203 0 0 0 N/A | -0.653567 0.755125 0.0513465 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7608.99 -1434.66 1677.65 0 0.00183 0.15 0.150496 0 | -0.93195 0.35892 0.051346 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 @@ -1781,8 +1923,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7435.56 -1283.67 1626.53 0.00185286 0 0 0 N/A | 0.49618 -0.475001 0.726759 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7435.54 -1283.69 1626.56 0 0.00185 0.153 0.152985 0 | 0.66229 -0.1822 0.72676 | ArgonGas eIoni expHall_log_PV 0 + 0 -7604.33 -1430.94 1676.41 0.00141813 0 0 0 N/A | -0.1466 0.418038 0.896523 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7604.34 -1430.93 1676.43 0 0.00142 0.105 0.104567 0 | -0.29247 0.33272 0.89652 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 @@ -1790,8 +1932,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7427.51 -1277.56 1624.44 0.00174132 0 0 0 N/A | 0.592152 -0.77777 0.210782 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7427.49 -1277.58 1624.44 0 0.00174 0.14 0.139853 0 | 0.87872 -0.42827 0.21078 | ArgonGas eIoni expHall_log_PV 0 + 0 -7563.98 -1398.51 1665.61 0.00206907 0 0 0 N/A | -0.356847 0.0617955 -0.932117 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7564 -1398.52 1665.57 0 0.00207 0.18 0.179903 0 | -0.33609 -0.13489 -0.93212 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 @@ -1799,8 +1941,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7331 -1205.44 1599.45 0.00143688 0 0 0 N/A | 0.115261 -0.517833 -0.847681 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7331 -1205.45 1599.42 0 0.00144 0.107 0.106501 0 | 0.30294 -0.43551 -0.84768 | ArgonGas eIoni expHall_log_PV 0 + 0 -7522.4 -1365.54 1654.54 0.00298546 0 0 0 N/A | 0.11925 0.0926859 0.988529 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7522.39 -1365.53 1654.62 0 0.00299 0.317 0.317296 0 | 0.012583 0.1505 0.98853 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 @@ -1808,8 +1950,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7320.69 -1197.87 1596.79 0.00114552 0 0 0 N/A | -0.423404 0.210488 -0.881149 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7320.7 -1197.86 1596.78 0 0.00115 0.0779 0.0778806 0 | -0.46744 0.071216 -0.88115 | ArgonGas eIoni expHall_log_PV 0 + 0 -7425.19 -1290.15 1628.89 0.00158139 0 0 0 N/A | -0.613897 0.77987 0.122203 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7425.21 -1290.13 1628.9 0 0.00158 0.122 0.121888 0 | -0.88131 0.45646 0.1222 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 @@ -1817,8 +1959,19 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7277.89 -1166.68 1585.81 0.00523454 0 0 0 N/A | -0.431126 0.157241 -0.888485 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7277.96 -1166.71 1585.64 0 0.00523 0.808 0.80841 0 | -0.16149 -0.42937 -0.88857 | ArgonGas eIoni expHall_log_PV 0 + 0 -7337.25 -1223.95 1605.94 0.0129556 0 0 0 N/A | 0.00897404 -0.505637 -0.862699 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7337.06 -1223.96 1605.44 0.00954029 0.00149 0.82 0.820104 0 | -0.7779 0.62838 -0.0029006 | ArgonGas eIoni expHall_log_PV 0 + 2 -7337.26 -1224.22 1605.44 0.00340971 0.00613 1.72 2.53664 2662.2 | 0.63083 -0.59761 0.49489 | ArgonGas eIoni expHall_log_PV 0 + 3 -7337.18 -1224.25 1605.49 0 0.00341 0.394 2.93073 2661.7 | 0.8523 0.16927 0.49491 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 88 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7337.06 -1223.96 1605.44 0.00192377 0 0 0 N/A | 0.621535 0.776532 0.1034 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7337.04 -1223.93 1605.45 0 0.00192 0.162 0.161599 0 | 0.15975 0.98173 0.1034 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 @@ -1826,8 +1979,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7177.1 -1094.91 1560.16 0.00548197 0 0 0 N/A | 0.128304 0.0446796 0.990728 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7177.09 -1094.89 1560.37 0 0.00548 0.875 0.875129 0 | -0.054814 0.12446 0.99071 | ArgonGas eIoni expHall_log_PV 0 + 0 -7257.05 -1165.18 1585.21 0.00100926 0 0 0 N/A | -0.407021 0.190054 -0.893428 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7257.06 -1165.17 1585.2 0 0.00101 0.0656 0.0656397 0 | -0.44326 0.072821 -0.89343 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 @@ -1835,20 +1988,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7158.28 -1081.76 1555.41 0.0210957 0 0 0 N/A | -0.520565 0.191454 -0.83208 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7158.25 -1082 1554.57 0.015937 0.000681 1.27 1.27053 0 | -0.35945 -0.57025 -0.73865 | ArgonGas eIoni expHall_log_PV 0 - 2 -7158.18 -1081.94 1553.67 0.0114947 0.00444 2.62 3.88983 2840.7 | 0.93321 -0.35057 -0.07892 | ArgonGas eIoni expHall_log_PV 0 - 3 -7158.2 -1081.61 1553.61 0.00505342 0.00644 2 5.88517 2839.6 | -0.2446 -0.83361 -0.49525 | ArgonGas eIoni expHall_log_PV 0 - 4 -7158.14 -1081.74 1553.52 0 0.00505 0.761 6.64635 2839.2 | 0.81315 -0.30599 -0.49513 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 86 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7158.25 -1082 1554.57 0.00447813 0 0 0 N/A | 0.0813673 -0.812808 0.576821 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7158.17 -1082.08 1554.65 0 0.00448 0.62 0.6201 0 | 0.80455 -0.14107 0.57689 | ArgonGas eIoni expHall_log_PV 0 + 0 -7247.4 -1158.2 1582.73 0.00262704 0 0 0 N/A | 0.530481 -0.845496 -0.0610397 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7247.35 -1158.24 1582.73 0 0.00263 0.259 0.25886 0 | 0.95577 -0.28772 -0.061039 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 @@ -1856,8 +1997,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7145.83 -1073.1 1552.26 0.00152549 0 0 0 N/A | -0.612431 0.649943 -0.450003 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7145.85 -1073.09 1552.25 0 0.00153 0.116 0.11584 0 | -0.82136 0.35053 -0.45 | ArgonGas eIoni expHall_log_PV 0 + 0 -7028.54 -1005.71 1527.11 0.00122095 0 0 0 N/A | -0.056327 -0.33135 -0.941825 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7028.54 -1005.72 1527.09 0 0.00122 0.085 0.0849817 0 | 0.054291 -0.33169 -0.94183 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 @@ -1865,8 +2006,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -7145 -1072.53 1552.05 0.00111593 0 0 0 N/A | -0.115335 -0.243064 -0.963129 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -7145 -1072.53 1552.04 0 0.00112 0.0752 0.0751583 0 | -0.037767 -0.26638 -0.96313 | ArgonGas eIoni expHall_log_PV 0 + 0 -6883.58 -910.418 1490.94 0.00142354 0 0 0 N/A | 0.168319 -0.626091 -0.761366 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6883.57 -910.433 1490.93 0 0.00142 0.105 0.105124 0 | 0.39126 -0.51695 -0.76137 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 @@ -1874,8 +2015,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6998.97 -973.527 1515.47 0.00126696 0 0 0 N/A | 0.180717 -0.62376 -0.760438 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6998.96 -973.539 1515.45 0 0.00127 0.0894 0.0894153 0 | 0.38005 -0.52659 -0.76044 | ArgonGas eIoni expHall_log_PV 0 + 0 -6874.13 -904.36 1488.61 0.00108664 0 0 0 N/A | -0.12107 0.46598 0.876473 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6874.14 -904.352 1488.62 0 0.00109 0.0725 0.0725017 0 | -0.25106 0.41081 0.87647 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 @@ -1883,8 +2024,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6949.01 -940.677 1503.04 0.00121429 0 0 0 N/A | -0.197486 -0.131266 -0.971478 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6949.01 -940.68 1503.02 0 0.00121 0.0843 0.084342 0 | -0.14452 -0.188 -0.97148 | ArgonGas eIoni expHall_log_PV 0 + 0 -6773.25 -840.774 1463.76 0.00142251 0 0 0 N/A | 0.0733823 -0.525649 -0.84753 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6773.25 -840.786 1463.73 0 0.00142 0.105 0.105018 0 | 0.26541 -0.45962 -0.84753 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 @@ -1892,8 +2033,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6906.12 -912.889 1492.42 0.00106998 0 0 0 N/A | -0.318254 0.0704686 -0.945383 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6906.12 -912.888 1492.4 0 0.00107 0.071 0.0710002 0 | -0.32512 -0.023463 -0.94538 | ArgonGas eIoni expHall_log_PV 0 + 0 -6765.56 -836.014 1461.87 0.00350467 0 0 0 N/A | 0.454744 -0.885679 -0.0937084 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6765.49 -836.067 1461.86 0 0.0035 0.412 0.41235 0 | 0.98921 -0.11261 -0.09369 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 @@ -1901,8 +2042,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6899.9 -908.894 1490.88 0.00403828 0 0 0 N/A | -0.244754 -0.107977 -0.963554 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6899.92 -908.92 1490.76 0 0.00404 0.521 0.521352 0 | -0.00062842 -0.26746 -0.96357 | ArgonGas eIoni expHall_log_PV 0 + 0 -6762.55 -834.149 1461.13 0.00174287 0 0 0 N/A | -0.448437 0.801876 0.394841 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6762.57 -834.127 1461.15 0 0.00174 0.14 0.140034 0 | -0.76142 0.51415 0.39484 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 @@ -1910,8 +2051,18 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6642.04 -749.964 1427.96 0.00186927 0 0 0 N/A | -0.505977 0.843638 0.179618 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6642.07 -749.939 1427.97 0 0.00187 0.155 0.154961 0 | -0.84819 0.49831 0.17962 | ArgonGas eIoni expHall_log_PV 0 + 0 -6714.51 -804.685 1449.39 0.00385286 0 0 0 N/A | -0.579774 0.813441 -0.046658 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6714.59 -804.642 1449.39 0.00204879 0.0001 0.167 0.167432 0 | -0.96245 -0.12964 0.23851 | ArgonGas eIoni expHall_log_PV 0 + 2 -6714.63 -804.657 1449.4 0 0.00205 0.177 0.344727 3285.4 | -0.75427 -0.6117 0.23851 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 79 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6714.59 -804.642 1449.39 0.00170379 0 0 0 N/A | -0.149709 -0.486382 -0.860825 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6714.59 -804.658 1449.36 0 0.0017 0.136 0.135548 0 | 0.080305 -0.50252 -0.86083 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 @@ -1919,8 +2070,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6583.84 -715.888 1413.96 0.00257485 0 0 0 N/A | 0.433359 -0.894562 -0.109351 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6583.8 -715.928 1413.95 0 0.00257 0.251 0.250812 0 | 0.9086 -0.4031 -0.10935 | ArgonGas eIoni expHall_log_PV 0 + 0 -6691.34 -790.634 1443.74 0.00152273 0 0 0 N/A | -0.233911 0.614653 0.753317 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6691.35 -790.619 1443.76 0 0.00152 0.116 0.115548 0 | -0.46002 0.47 0.75332 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 @@ -1928,8 +2079,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6539.33 -690.26 1403.29 0.00266902 0 0 0 N/A | -0.40563 0.794079 0.452662 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6539.37 -690.223 1403.32 0 0.00267 0.265 0.265316 0 | -0.83207 0.32055 0.45267 | ArgonGas eIoni expHall_log_PV 0 + 0 -6620.64 -748.408 1426.58 0.00283902 0 0 0 N/A | -0.166681 -0.217709 -0.961676 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6620.65 -748.427 1426.51 0 0.00284 0.293 0.292683 0 | 0.035302 -0.27189 -0.96168 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 @@ -1937,8 +2088,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6373.52 -598.036 1363.88 0.00266154 0 0 0 N/A | -0.545482 0.69307 -0.471279 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6373.57 -598.008 1363.85 0 0.00266 0.264 0.264148 0 | -0.86844 0.15397 -0.47129 | ArgonGas eIoni expHall_log_PV 0 + 0 -6580.08 -724.618 1416.77 0.000999293 0 0 0 N/A | -0.530313 0.847798 0.00270398 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6580.09 -724.607 1416.77 0 0.000999 0.0648 0.0647742 0 | -0.73821 0.67457 0.002704 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 @@ -1946,28 +2097,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6329.22 -574.243 1353.44 0.00796615 0 0 0 N/A | 0.0988136 0.0622865 0.993155 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6329.21 -574.222 1353.64 0.00557175 0.00106 0.265 0.264965 0 | 0.74624 -0.11409 -0.65582 | ArgonGas eIoni expHall_log_PV 0 - 2 -6329.1 -574.139 1353.5 0.00175688 0.00227 0.472 0.73692 3670.6 | -0.093225 0.61119 -0.78597 | ArgonGas eIoni expHall_log_PV 0 - 3 -6329.11 -574.12 1353.48 0 0.00176 0.142 0.878575 3670.4 | -0.36018 0.50251 -0.78597 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 75 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6329.1 -574.139 1353.5 0.00154949 0 0 0 N/A | 0.563909 -0.617099 -0.548812 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6329.08 -574.152 1353.49 0 0.00155 0.118 0.118421 0 | 0.76582 -0.33515 -0.54881 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 75 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6329.21 -574.222 1353.64 0.00133272 0 0 0 N/A | 0.591648 0.570156 0.569979 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6329.2 -574.207 1353.65 0 0.00133 0.0959 0.0958987 0 | 0.35213 0.74238 0.56998 | ArgonGas eIoni expHall_log_PV 0 + 0 -6556.17 -710.743 1411.01 0.00110583 0 0 0 N/A | -0.145206 -0.217999 -0.965087 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6556.18 -710.747 1411 0 0.00111 0.0742 0.0742409 0 | -0.074423 -0.25114 -0.96509 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 @@ -1975,8 +2106,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6273.31 -544.715 1340.3 0.00118488 0 0 0 N/A | 0.194787 -0.737226 -0.646959 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6273.31 -544.728 1340.29 0 0.00118 0.0816 0.0815563 0 | 0.41733 -0.63819 -0.64696 | ArgonGas eIoni expHall_log_PV 0 + 0 -6553.62 -709.265 1410.4 0.00342827 0 0 0 N/A | 0.424305 -0.89873 -0.11068 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6553.54 -709.32 1410.39 0 0.00343 0.398 0.397629 0 | 0.97956 -0.16798 -0.11066 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 @@ -1984,9 +2115,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6272.78 -544.437 1340.18 0.00893793 0 0 0 N/A | -0.539479 0.841319 0.0338285 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6273.06 -544.582 1340.19 0.0012005 0.00774 1.62 1.62269 0 | -0.70941 0.45029 -0.5422 | ArgonGas eIoni expHall_log_PV 0 - 2 -6273.08 -544.576 1340.18 0 0.0012 0.083 1.70572 3726.7 | -0.81606 0.20015 -0.5422 | ArgonGas eIoni expHall_log_PV 0 + 0 -6547.28 -705.611 1408.87 0.0039979 0 0 0 N/A | -0.249933 -0.0963027 -0.963462 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6547.3 -705.635 1408.75 0 0.004 0.513 0.513132 0 | -0.016876 -0.26726 -0.96348 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 @@ -1994,8 +2124,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6253.22 -534.238 1335.59 0.00140039 0 0 0 N/A | -0.152726 -0.221989 -0.963014 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6253.22 -534.244 1335.57 0 0.0014 0.103 0.102741 0 | -0.059721 -0.26275 -0.96301 | ArgonGas eIoni expHall_log_PV 0 + 0 -6530.44 -695.927 1404.82 0.00105408 0 0 0 N/A | 0.497669 -0.755039 0.426898 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6530.43 -695.938 1404.83 0 0.00105 0.0696 0.0695847 0 | 0.69032 -0.58414 0.4269 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 @@ -2003,8 +2133,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6164.26 -488.705 1314.82 0.00445329 0 0 0 N/A | 0.307026 -0.900565 -0.307763 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6164.15 -488.778 1314.78 0 0.00445 0.614 0.614313 0 | 0.95067 0.044108 -0.30705 | ArgonGas eIoni expHall_log_PV 0 + 0 -6481.93 -668.336 1393.19 0.00293222 0 0 0 N/A | -0.543657 0.838691 -0.0321749 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6481.99 -668.296 1393.18 0 0.00293 0.308 0.308231 0 | -0.98239 0.18403 -0.032174 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 @@ -2012,8 +2142,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6148.72 -480.89 1311.2 0.00224758 0 0 0 N/A | 0.385234 -0.522216 0.760845 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6148.69 -480.908 1311.24 0 0.00225 0.204 0.203618 0 | 0.61367 -0.21098 0.76085 | ArgonGas eIoni expHall_log_PV 0 + 0 -6430.77 -639.709 1380.96 0.00338852 0 0 0 N/A | -0.377707 0.776339 0.504614 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6430.84 -639.663 1381.01 0 0.00339 0.39 0.390067 0 | -0.85089 0.14604 0.50464 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 @@ -2021,8 +2151,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -6101.84 -457.569 1300.32 0.00151923 0 0 0 N/A | -0.375946 0.254379 -0.891042 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -6101.85 -457.564 1300.3 0 0.00152 0.115 0.11517 0 | -0.4462 0.083383 -0.89104 | ArgonGas eIoni expHall_log_PV 0 + 0 -6214.57 -523.949 1329.85 0.00197256 0 0 0 N/A | -0.506532 0.860737 -0.0505619 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6214.59 -523.922 1329.85 0 0.00197 0.168 0.167647 0 | -0.87056 0.48945 -0.050562 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 @@ -2030,9 +2160,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5873.67 -349.334 1247.84 0.010032 0 0 0 N/A | -0.430628 0.851844 0.298198 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5873.94 -349.513 1248.01 0.00412733 0.0059 1.79 1.78829 0 | 0.45192 -0.67409 -0.58427 | ArgonGas eIoni expHall_log_PV 0 - 2 -5873.85 -349.551 1247.94 0 0.00413 0.541 2.329 4125.8 | 0.79519 0.16229 -0.58424 | ArgonGas eIoni expHall_log_PV 0 + 0 -6166.25 -499.215 1318.55 0.00176059 0 0 0 N/A | 0.195504 -0.762427 -0.616833 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6166.24 -499.238 1318.53 0 0.00176 0.142 0.142086 0 | 0.52047 -0.59045 -0.61683 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 @@ -2040,8 +2169,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5866.7 -346.163 1246.25 0.00109184 0 0 0 N/A | 0.220764 -0.826535 -0.517786 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5866.7 -346.176 1246.24 0 0.00109 0.073 0.0729675 0 | 0.45209 -0.7263 -0.51779 | ArgonGas eIoni expHall_log_PV 0 + 0 -6145.84 -488.889 1313.78 0.00103149 0 0 0 N/A | -0.105956 -0.300461 -0.947891 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6145.84 -488.893 1313.77 0 0.00103 0.0676 0.0675865 0 | -0.018854 -0.31804 -0.94789 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 @@ -2049,8 +2178,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5837.65 -333.027 1239.62 0.00155627 0 0 0 N/A | -0.277617 0.0338191 -0.960096 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5837.65 -333.027 1239.6 0 0.00156 0.119 0.119154 0 | -0.26731 -0.082221 -0.9601 | ArgonGas eIoni expHall_log_PV 0 + 0 -6126.33 -479.084 1309.23 0.00138639 0 0 0 N/A | -0.156301 -0.219827 -0.962936 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6126.33 -479.089 1309.21 0 0.00139 0.101 0.101315 0 | -0.064817 -0.26183 -0.96294 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 @@ -2058,8 +2187,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5821.91 -325.967 1236.04 0.00126734 0 0 0 N/A | -0.0487816 0.469655 0.881501 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5821.91 -325.957 1236.06 0 0.00127 0.0895 0.0894521 0 | -0.204 0.42584 0.8815 | ArgonGas eIoni expHall_log_PV 0 + 0 -6011.58 -422.742 1282.6 0.00219329 0 0 0 N/A | 0.412475 -0.669104 0.618194 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6011.55 -422.765 1282.63 0 0.00219 0.196 0.196269 0 | 0.71446 -0.32769 0.6182 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 @@ -2067,8 +2196,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5791.55 -312.464 1229.13 0.00151217 0 0 0 N/A | 0.119902 0.136989 0.983289 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5791.54 -312.46 1229.16 0 0.00151 0.114 0.114417 0 | 0.055652 0.17334 0.98329 | ArgonGas eIoni expHall_log_PV 0 + 0 -5996.05 -415.289 1279.02 0.0022251 0 0 0 N/A | 0.376104 -0.528954 0.760759 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5996.03 -415.307 1279.05 0 0.00223 0.201 0.200568 0 | 0.60852 -0.2257 0.76077 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 @@ -2076,8 +2205,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5789.68 -311.638 1228.71 0.00130916 0 0 0 N/A | -0.389022 0.89718 0.209118 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5789.69 -311.62 1228.71 0 0.00131 0.0936 0.0935574 0 | -0.67635 0.70628 0.20912 | ArgonGas eIoni expHall_log_PV 0 + 0 -5949.23 -393.055 1268.22 0.00150404 0 0 0 N/A | -0.37141 0.261122 -0.890994 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5949.24 -393.05 1268.2 0 0.0015 0.114 0.113555 0 | -0.44436 0.093114 -0.89099 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 @@ -2085,8 +2214,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5728.82 -285.029 1214.9 0.00132174 0 0 0 N/A | 0.402083 -0.740241 0.538863 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5728.81 -285.043 1214.92 0 0.00132 0.0948 0.0948046 0 | 0.63599 -0.5524 0.53886 | ArgonGas eIoni expHall_log_PV 0 + 0 -5721.46 -290.017 1216.16 0.00993167 0 0 0 N/A | -0.414736 0.859717 0.298128 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5721.74 -290.185 1216.33 0.00491668 0.00501 1.77 1.77462 0 | -0.87203 0.41651 0.25707 | ArgonGas eIoni expHall_log_PV 0 + 2 -5721.88 -290.227 1216.37 0 0.00492 0.727 2.50173 4278 | -0.52033 -0.81448 0.25668 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 @@ -2094,8 +2224,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5688.51 -267.729 1205.79 0.00256333 0 0 0 N/A | -0.478244 0.799244 -0.363993 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5688.55 -267.695 1205.77 0 0.00256 0.249 0.249066 0 | -0.88024 0.30443 -0.36399 | ArgonGas eIoni expHall_log_PV 0 + 0 -5714.51 -287.002 1214.58 0.00108092 0 0 0 N/A | 0.205855 -0.830388 -0.517763 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5714.51 -287.015 1214.57 0 0.00108 0.072 0.071986 0 | 0.43681 -0.73561 -0.51776 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 @@ -2103,19 +2233,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5664.99 -257.753 1200.48 0.0119979 0 0 0 N/A | 0.118807 -0.843796 -0.523348 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5664.77 -257.584 1200.07 0.00830274 0.0037 2.06 2.06499 0 | -0.36126 0.76873 0.52777 | ArgonGas eIoni expHall_log_PV 0 - 2 -5665.02 -257.623 1200.28 0.00238127 0.00492 0.922 2.98686 4334.2 | 0.81559 -0.50535 0.28184 | ArgonGas eIoni expHall_log_PV 0 - 3 -5664.97 -257.635 1200.29 0 0.00238 0.222 3.20917 4334.1 | 0.95568 0.085139 0.28184 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 60 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5665.02 -257.623 1200.28 0.00100001 0 0 0 N/A | -0.101122 0.352648 0.930276 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5665.02 -257.618 1200.29 0 0.001 0.0648 0.0648335 0 | -0.19203 0.31259 0.93028 | ArgonGas eIoni expHall_log_PV 0 + 0 -5679.74 -272.045 1206.7 0.00421249 0 0 0 N/A | -0.346852 0.154618 -0.925088 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5679.79 -272.054 1206.58 0 0.00421 0.56 0.560037 0 | -0.26619 -0.27063 -0.92515 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 @@ -2123,8 +2242,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5629.33 -242.793 1192.44 0.00227206 0 0 0 N/A | 0.27668 -0.926602 -0.25467 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5629.3 -242.832 1192.43 0 0.00227 0.207 0.20698 0 | 0.75832 -0.60007 -0.25467 | ArgonGas eIoni expHall_log_PV 0 + 0 -5533.36 -211.077 1173.78 0.00117113 0 0 0 N/A | 0.263363 -0.913582 -0.309852 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5533.35 -211.093 1173.77 0 0.00117 0.0803 0.0802699 0 | 0.53509 -0.78592 -0.30985 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 @@ -2132,9 +2251,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5351.57 -132.928 1130.37 0.0106453 0 0 0 N/A | -0.409068 0.282504 -0.867672 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5351.63 -133.086 1129.82 0.00556131 0.00508 1.88 1.87635 0 | 0.27814 -0.81393 0.51006 | ArgonGas eIoni expHall_log_PV 0 - 2 -5351.48 -133.149 1129.93 0 0.00556 0.897 2.77341 4542.6 | 0.78038 0.36178 0.51002 | ArgonGas eIoni expHall_log_PV 0 + 0 -5518.68 -205.148 1170.49 0.0010186 0 0 0 N/A | -0.418003 0.904523 -0.0843262 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5518.69 -205.135 1170.49 0 0.00102 0.0665 0.0664557 0 | -0.64902 0.75609 -0.084326 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 @@ -2142,8 +2260,18 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5255.43 -97.5954 1109.09 0.00137241 0 0 0 N/A | -0.266599 0.0392242 -0.963009 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5255.43 -97.5957 1109.07 0 0.00137 0.0999 0.0998906 0 | -0.26264 -0.060274 -0.96301 | ArgonGas eIoni expHall_log_PV 0 + 0 -5418.07 -165.395 1148.02 0.00610031 0 0 0 N/A | -0.475822 0.798826 -0.368062 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5418.24 -165.354 1147.94 0.00372882 0.000929 0.384 0.38382 0 | 0.31192 -0.94364 -0.11071 | ArgonGas eIoni expHall_log_PV 0 + 2 -5418.17 -165.422 1147.93 0 0.00373 0.457 0.840757 4581.7 | 0.97417 -0.19682 -0.11067 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 57 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5418.24 -165.354 1147.94 0.00144247 0 0 0 N/A | 0.631579 0.290695 -0.718752 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5418.23 -165.344 1147.93 0 0.00144 0.107 0.107086 0 | 0.47352 0.50909 -0.71875 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 @@ -2151,15 +2279,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5167.1 -66.3384 1089.62 0.0383719 0 0 0 N/A | 0.131984 -0.396693 0.908413 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5166.99 -66.4328 1093.8 0.0327012 0.00567 7.22 7.22303 0 | 0.94482 -0.23951 0.22348 | ArgonGas eIoni expHall_log_PV 0 - 2 -5167.21 -66.2147 1094.59 0.0270749 0.00563 5.8 13.0218 4352.9 | 0.64893 -0.38588 0.65573 | ArgonGas eIoni expHall_log_PV 0 - 3 -5167.03 -65.8358 1096.36 0.0226678 0.00441 4.56 17.5817 4349.8 | 0.60791 0.67305 -0.42124 | ArgonGas eIoni expHall_log_PV 0 - 4 -5167.07 -65.4832 1095.49 0.0180086 0.00466 3.71 21.2941 4349.9 | -0.42384 -0.78378 0.45392 | ArgonGas eIoni expHall_log_PV 0 - 5 -5167.08 -65.5064 1096.15 0.0136907 0.00432 2.93 24.2258 4348.7 | -0.98664 0.087771 0.13723 | ArgonGas eIoni expHall_log_PV 0 - 6 -5166.9 -65.6939 1096.29 0.00981398 0.00388 2.3 26.525 4350.1 | 0.47779 0.60295 -0.63888 | ArgonGas eIoni expHall_log_PV 0 - 7 -5167.12 -65.5512 1095.93 0.00561214 0.0042 1.76 28.2813 4350 | 0.82979 -0.27623 0.48491 | ArgonGas eIoni expHall_log_PV 0 - 8 -5166.97 -65.468 1096.04 0 0.00561 0.911 29.1926 4350.3 | 0.17259 0.85742 0.48481 | ArgonGas eIoni expHall_log_PV 0 + 0 -5404.72 -160.234 1145.05 0.00116733 0 0 0 N/A | -0.42985 0.859266 -0.277293 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5404.73 -160.22 1145.04 0 0.00117 0.0799 0.0799144 0 | -0.67564 0.68309 -0.27729 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 @@ -2167,8 +2288,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5134.41 -55.0599 1082.43 0.00126885 0 0 0 N/A | -0.253779 0.882993 0.394867 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5134.42 -55.043 1082.44 0 0.00127 0.0896 0.0895997 0 | -0.53645 0.74585 0.39487 | ArgonGas eIoni expHall_log_PV 0 + 0 -5334.58 -133.575 1129.46 0.00127567 0 0 0 N/A | -0.0633842 0.556702 0.828291 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5334.58 -133.564 1129.48 0 0.00128 0.0903 0.0902697 0 | -0.24819 0.50233 0.82829 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 @@ -2176,9 +2297,35 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5077.64 -35.839 1069.97 0.00880716 0 0 0 N/A | -0.455163 0.768597 -0.449539 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5077.9 -35.9517 1069.77 0.00242863 0.00638 1.6 1.60183 0 | 0.055752 0.69657 0.71532 | ArgonGas eIoni expHall_log_PV 0 - 2 -5077.91 -35.9153 1069.81 0 0.00243 0.229 1.83095 4267.3 | -0.38176 0.58528 0.71534 | ArgonGas eIoni expHall_log_PV 0 + 0 -5295.16 -118.919 1120.72 0.036324 0 0 0 N/A | -0.359598 0.756247 0.546608 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5295.67 -119.132 1121.27 0.0336633 0.000487 1.07 1.07382 0 | 0.17987 -0.82433 0.53677 | ArgonGas eIoni expHall_log_PV 0 + 2 -5295.65 -118.968 1123.28 0.0283045 0.00536 6.03 7.10755 4485.5 | -0.038004 -0.78688 0.61594 | ArgonGas eIoni expHall_log_PV 0 + 3 -5295.23 -118.861 1125.05 0.0222663 0.00604 4.82 11.9273 4482 | 0.19368 0.29314 -0.93625 | ArgonGas eIoni expHall_log_PV 0 + 4 -5295.37 -118.752 1124.34 0.0207807 8.83e-05 0.878 12.8057 4481 | -0.12656 0.75172 -0.64722 | ArgonGas eIoni expHall_log_PV 0 + 5 -5295.5 -118.605 1123.17 0.0166938 0.00409 3.38 16.1905 4481.4 | 0.18724 0.27606 -0.94273 | ArgonGas eIoni expHall_log_PV 0 + 6 -5295.52 -118.622 1121.93 0.0138793 0.00281 2.73 18.9235 4481.1 | 0.57615 0.67089 0.46686 | ArgonGas eIoni expHall_log_PV 0 + 7 -5295.74 -118.662 1122.39 0.0117169 0.00216 2.33 21.2504 4482.7 | 0.7243 -0.074063 -0.68549 | ArgonGas eIoni expHall_log_PV 0 + 8 -5295.82 -118.44 1121.88 0.00762975 0.00409 2.03 23.2776 4484.2 | -0.8478 0.48919 0.20477 | ArgonGas eIoni expHall_log_PV 0 + 9 -5296.03 -118.614 1121.95 0.00245348 0.00518 1.4 24.676 4484 | -0.19396 -0.3292 0.92413 | ArgonGas eIoni expHall_log_PV 0 + 10 -5296.04 -118.634 1122 0 0.00245 0.233 24.9087 4484.7 | 0.050643 -0.37871 0.92413 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 54 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5295.37 -118.752 1124.34 0.00139737 0 0 0 N/A | -0.992571 -0.0974454 0.0728449 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5295.4 -118.759 1124.34 0 0.0014 0.102 0.102437 0 | -0.88639 -0.45718 0.072845 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 54 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5295.67 -119.132 1121.27 0.00217361 0 0 0 N/A | 0.204152 -0.509669 -0.835798 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5295.65 -119.151 1121.23 0 0.00217 0.194 0.193631 0 | 0.45091 -0.31322 -0.8358 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 @@ -2186,8 +2333,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5071.84 -33.8998 1068.7 0.00114654 0 0 0 N/A | 0.134112 0.134659 0.981774 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5071.84 -33.8971 1068.72 0 0.00115 0.078 0.0779756 0 | 0.086566 0.16919 0.98177 | ArgonGas eIoni expHall_log_PV 0 + 0 -5189.85 -80.8911 1097.46 0.00120154 0 0 0 N/A | -0.358078 0.932882 0.0388809 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5189.86 -80.8748 1097.46 0 0.0012 0.0831 0.0831342 0 | -0.63747 0.76949 0.038881 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 @@ -2195,8 +2342,29 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -5020.01 -16.7984 1057.36 0.00522036 0 0 0 N/A | -0.358888 0.928573 0.0946085 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -5020.16 -16.7279 1057.38 0 0.00522 0.805 0.804662 0 | -0.93445 -0.34332 0.0945 | ArgonGas eIoni expHall_log_PV 0 + 0 -5056.02 -34.9262 1068.06 0.015953 0 0 0 N/A | 0.149466 -0.214132 0.965302 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5056 -34.8459 1069.02 0.0101877 0.00112 1.59 1.58833 0 | 0.80838 0.58866 -0.0019932 | ArgonGas eIoni expHall_log_PV 0 + 2 -5056.24 -34.6067 1069.02 0.0051848 0.005 1.81 3.40023 4245.1 | 0.0013616 0.29334 -0.95601 | ArgonGas eIoni expHall_log_PV 0 + 3 -5056.27 -34.5712 1068.85 0.00185044 0.00179 0.371 3.77122 4244.6 | 0.58614 0.77624 0.23213 | ArgonGas eIoni expHall_log_PV 0 + 4 -5056.26 -34.5393 1068.86 0 0.00185 0.153 3.92391 4244.9 | 0.14753 0.96143 0.23213 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 52 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5056.27 -34.5712 1068.85 0.00154566 0 0 0 N/A | 0.538794 -0.157218 -0.827638 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5056.26 -34.5723 1068.83 0 0.00155 0.118 0.118011 0 | 0.55631 0.074428 -0.82764 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 52 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5056 -34.8459 1069.02 0.00464454 0 0 0 N/A | 0.172411 -0.228654 -0.958119 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5055.96 -34.856 1068.87 0 0.00464 0.66 0.660138 0 | 0.26 0.11988 -0.95814 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 @@ -2204,8 +2372,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4998.06 -9.67294 1052.56 0.00158235 0 0 0 N/A | -0.349596 0.936653 -0.0215439 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4998.08 -9.64904 1052.56 0 0.00158 0.122 0.121991 0 | -0.7056 0.70828 -0.021544 | ArgonGas eIoni expHall_log_PV 0 + 0 -5032.4 -27.0812 1062.89 0.00180456 0 0 0 N/A | 0.158804 0.0362763 0.986643 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5032.4 -27.0787 1062.92 0 0.0018 0.147 0.147238 0 | 0.12382 0.10584 0.98664 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 @@ -2213,8 +2381,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4988.61 -6.62283 1050.5 0.00118075 0 0 0 N/A | -0.331829 0.314705 -0.889297 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4988.61 -6.61808 1050.48 0 0.00118 0.0812 0.0811671 0 | -0.41392 0.19447 -0.8893 | ArgonGas eIoni expHall_log_PV 0 + 0 -5027.12 -25.3383 1061.73 0.00211652 0 0 0 N/A | -0.0628205 -0.522266 -0.850466 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5027.12 -25.3609 1061.69 0 0.00212 0.186 0.186076 0 | 0.22726 -0.4744 -0.85047 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 @@ -2222,30 +2390,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4675.77 87.1331 982.696 0.0220889 0 0 0 N/A | 0.189015 -0.704769 0.683794 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4675.55 87.0022 984.051 0.0177984 0.00429 3.61 3.60912 0 | 0.65868 0.073269 0.74885 | ArgonGas eIoni expHall_log_PV 0 - 2 -4675.63 87.2893 984.635 0.0149084 0.00181 0.995 4.60387 3864.6 | -0.58138 -0.50741 0.63603 | ArgonGas eIoni expHall_log_PV 0 - 3 -4675.46 87.3173 985.319 0.0102059 0.00362 2.26 6.86755 3864.4 | -0.53382 0.84559 -0.0039634 | ArgonGas eIoni expHall_log_PV 0 - 4 -4675.72 87.0934 985.317 0.00392847 0.00628 1.81 8.68106 3863.6 | 0.43114 0.39002 -0.81364 | ArgonGas eIoni expHall_log_PV 0 - 5 -4675.7 87.1563 985.22 0 0.00393 0.498 9.17898 3863.3 | -0.16231 0.55792 -0.81387 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 49 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4675.46 87.3173 985.319 0.00108696 0 0 0 N/A | 0.763825 0.484033 -0.426946 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4675.45 87.327 985.312 0 0.00109 0.0725 0.0725265 0 | 0.59047 0.68488 -0.42695 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 49 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4675.63 87.2893 984.635 0.00107792 0 0 0 N/A | 0.462029 0.433064 0.773941 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4675.62 87.2972 984.648 0 0.00108 0.0717 0.0717123 0 | 0.31778 0.54775 0.77394 | ArgonGas eIoni expHall_log_PV 0 + 0 -4998.86 -16.0789 1055.55 0.00130294 0 0 0 N/A | -0.260937 0.0360427 -0.964683 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4998.87 -16.0791 1055.53 0 0.0013 0.0929 0.0929473 0 | -0.25731 -0.056372 -0.96468 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 @@ -2253,8 +2399,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4395.93 159.627 922.719 0.00250025 0 0 0 N/A | -0.246881 0.955341 0.162399 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4395.96 159.673 922.728 0 0.0025 0.24 0.239619 0 | -0.79235 0.58806 0.1624 | ArgonGas eIoni expHall_log_PV 0 + 0 -4857.77 28.4578 1024.79 0.013242 0 0 0 N/A | -0.38708 0.919521 0.0681948 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4857.88 28.1992 1024.85 0.00878493 0.00446 2.24 2.2381 0 | -0.93094 -0.092058 0.35339 | ArgonGas eIoni expHall_log_PV 0 + 2 -4857.89 27.9047 1025.01 0 0.00878 1.6 3.83732 4046.9 | -0.19643 -0.92756 0.31787 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 @@ -2262,8 +2409,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4301.83 181.656 902.668 0.00144448 0 0 0 N/A | -0.325882 0.520411 -0.789287 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4301.84 181.667 902.648 0 0.00144 0.107 0.10729 0 | -0.49953 0.35707 -0.78929 | ArgonGas eIoni expHall_log_PV 0 + 0 -4709.48 72.2488 992.64 0.00420051 0 0 0 N/A | 0.0878334 -0.888319 -0.450748 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4709.41 72.164 992.581 0 0.0042 0.557 0.557369 0 | 0.86104 -0.23611 -0.45041 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 @@ -2271,8 +2418,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4268.85 189.098 895.652 0.00202783 0 0 0 N/A | -0.110153 0.819548 0.562324 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4268.86 189.129 895.675 0 0.00203 0.175 0.174614 0 | -0.51696 0.6454 0.56233 | ArgonGas eIoni expHall_log_PV 0 + 0 -4654.32 87.7654 980.726 0.00194563 0 0 0 N/A | -0.351063 0.467773 -0.811137 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4654.34 87.7792 980.695 0 0.00195 0.164 0.164297 0 | -0.53697 0.23177 -0.81114 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 @@ -2280,8 +2427,40 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -4077.06 229.536 854.976 0.00100755 0 0 0 N/A | -0.159333 -0.347527 -0.924034 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -4077.06 229.53 854.962 0 0.00101 0.0655 0.0654879 0 | -0.059515 -0.37765 -0.92403 | ArgonGas eIoni expHall_log_PV 0 + 0 -4341.13 167.992 913.554 0.0218681 0 0 0 N/A | 0.161335 -0.711688 0.683719 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4340.93 167.851 914.889 0.0153654 0.0065 3.57 3.57287 0 | -0.4573 0.40407 0.79222 | ArgonGas eIoni expHall_log_PV 0 + 2 -4341.09 167.647 915.435 0.0127396 0.000943 0.924 4.49644 3532.4 | 0.95183 -0.014869 -0.30625 | ArgonGas eIoni expHall_log_PV 0 + 3 -4341.26 167.875 915.173 0.00871208 0.00403 2.17 6.66501 3532.3 | 0.63184 0.68951 -0.35406 | ArgonGas eIoni expHall_log_PV 0 + 4 -4341.35 168.122 915.05 0.00524863 0.00187 0.562 7.22687 3531.6 | 0.089908 -0.7831 -0.61537 | ArgonGas eIoni expHall_log_PV 0 + 5 -4341.35 168.108 915.039 0.00424379 0 0.0188 7.2457 3532.4 | 0.84766 -0.52764 -0.055417 | ArgonGas eIoni expHall_log_PV 0 + 6 -4341.22 168.114 915.032 0 0.00424 0.567 7.81274 3532.8 | 0.7878 0.61344 -0.055337 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 45 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4341.35 168.108 915.039 0.00100484 0 0 0 N/A | -0.15117 -0.344009 0.926718 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4341.35 168.102 915.053 0 0.001 0.0653 0.0652553 0 | -0.052866 -0.37202 0.92672 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 45 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4341.35 168.122 915.05 0.00159617 0 0 0 N/A | 0.940982 0.267437 -0.207438 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4341.33 168.135 915.044 0 0.0016 0.124 0.123507 0 | 0.74397 0.6352 -0.20744 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 45 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4341.09 167.647 915.435 0.00168305 0 0 0 N/A | 0.3103 0.108116 0.944471 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4341.08 167.653 915.465 0 0.00168 0.133 0.133192 0 | 0.23196 0.23274 0.94447 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 @@ -2289,8 +2468,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3958.61 252.116 829.942 0.00214176 0 0 0 N/A | 0.18195 -0.946522 0.266441 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3958.59 252.078 829.954 0 0.00214 0.189 0.18939 0 | 0.66645 -0.69632 0.26644 | ArgonGas eIoni expHall_log_PV 0 + 0 -4222.82 194.889 888.343 0.00141073 0 0 0 N/A | -0.315821 0.846808 -0.427987 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4222.84 194.907 888.333 0 0.00141 0.104 0.103806 0 | -0.60864 0.66812 -0.42799 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 @@ -2298,8 +2477,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3935.27 256.35 825.018 0.00137561 0 0 0 N/A | -0.00493648 0.677801 0.735229 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3935.28 256.366 825.035 0 0.00138 0.1 0.100215 0 | -0.2513 0.62951 0.73523 | ArgonGas eIoni expHall_log_PV 0 + 0 -4113.77 218.045 865.178 0.0011237 0 0 0 N/A | -0.0854597 -0.585276 -0.806318 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4113.77 218.034 865.165 0 0.00112 0.0759 0.0758734 0 | 0.093824 -0.58399 -0.80632 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 @@ -2307,8 +2486,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3932.53 256.844 824.44 0.0015221 0 0 0 N/A | 0.0616791 0.468735 0.881183 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3932.53 256.856 824.463 0 0.00152 0.115 0.115478 0 | -0.13067 0.45436 0.88118 | ArgonGas eIoni expHall_log_PV 0 + 0 -4028.01 235.16 847.012 0.00254139 0 0 0 N/A | 0.220552 -0.474639 0.8521 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4027.99 235.139 847.062 0 0.00254 0.246 0.245807 0 | 0.47267 -0.2247 0.85211 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 @@ -2316,9 +2495,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3821.5 276.002 801.049 0.00811683 0 0 0 N/A | -0.289389 0.935422 -0.203074 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3821.79 275.991 800.969 0.00364233 0.00447 1.49 1.48618 0 | 0.20163 0.75869 0.61947 | ArgonGas eIoni expHall_log_PV 0 - 2 -3821.81 276.067 801.033 0 0.00364 0.439 1.92531 3021.1 | -0.54427 0.56558 0.61959 | ArgonGas eIoni expHall_log_PV 0 + 0 -3909.35 257.263 821.932 0.00429811 0 0 0 N/A | -0.328293 0.617168 -0.715071 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3909.43 257.303 821.834 0 0.0043 0.579 0.57927 0 | -0.69041 -0.10836 -0.71526 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 @@ -2326,8 +2504,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3671.12 299.45 769.461 0.00184349 0 0 0 N/A | 0.168733 -0.910359 0.377856 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3671.11 299.42 769.475 0 0.00184 0.152 0.151863 0 | 0.57927 -0.72227 0.37786 | ArgonGas eIoni expHall_log_PV 0 + 0 -3781.7 279.029 795.017 0.00152809 0 0 0 N/A | -0.269517 0.865301 -0.422628 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3781.71 279.05 795.005 0 0.00153 0.116 0.116121 0 | -0.59375 0.68473 -0.42263 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 @@ -2335,8 +2513,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3609.04 308.3 756.445 0.00240316 0 0 0 N/A | 0.0449665 -0.979658 -0.195572 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3609.02 308.251 756.435 0 0.0024 0.225 0.225441 0 | 0.62877 -0.7526 -0.19557 | ArgonGas eIoni expHall_log_PV 0 + 0 -3735.48 286.398 785.284 0.00133448 0 0 0 N/A | -0.28434 0.417409 -0.863088 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3735.48 286.406 785.265 0 0.00133 0.0961 0.0960789 0 | -0.41358 0.28988 -0.86309 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 @@ -2344,8 +2522,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3504.09 322.177 734.485 0.00212673 0 0 0 N/A | -0.0363345 0.832287 0.553153 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3504.1 322.211 734.509 0 0.00213 0.187 0.187409 0 | -0.47925 0.68142 0.55316 | ArgonGas eIoni expHall_log_PV 0 + 0 -3497.44 320.056 735.294 0.00126015 0 0 0 N/A | 0.0097124 0.744471 0.667584 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3497.44 320.071 735.308 0 0.00126 0.0888 0.0887584 0 | -0.24003 0.70478 0.66758 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 @@ -2353,8 +2531,18 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3467.16 326.744 726.782 0.00180505 0 0 0 N/A | -0.179406 0.980293 -0.0826956 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3467.18 326.775 726.78 0 0.00181 0.147 0.147295 0 | -0.61402 0.78494 -0.082696 | ArgonGas eIoni expHall_log_PV 0 + 0 -3386.69 333.287 712.107 0.00803566 0 0 0 N/A | -0.24011 0.949254 -0.203135 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3386.94 333.355 712.042 0.00511638 0.00112 0.552 0.552002 0 | 0.65228 -0.21032 -0.72821 | ArgonGas eIoni expHall_log_PV 0 + 2 -3386.83 333.404 711.908 0 0.00512 0.778 1.3302 2592.7 | 0.24365 0.64041 -0.72836 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 174, Parent ID = 37 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3386.94 333.355 712.042 0.00179679 0 0 0 N/A | -0.62315 0.393515 -0.675892 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3386.96 333.363 712.018 0 0.0018 0.146 0.146322 0 | -0.73449 0.06077 -0.67589 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 @@ -2362,8 +2550,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3356.28 339.438 703.677 0.00111762 0 0 0 N/A | -0.234058 -0.0209595 -0.971997 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3356.28 339.437 703.66 0 0.00112 0.0753 0.0753126 0 | -0.21717 -0.089769 -0.972 | ArgonGas eIoni expHall_log_PV 0 + 0 -3369.98 335.149 708.613 0.00467266 0 0 0 N/A | -0.0141459 0.750804 0.660374 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3370.05 335.233 708.717 0 0.00467 0.667 0.666916 0 | -0.73764 0.14 0.66052 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 @@ -2371,8 +2559,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3353.05 339.784 703.005 0.00100226 0 0 0 N/A | 0.179441 -0.0678073 0.981429 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3353.05 339.784 703.019 0 0.001 0.065 0.0650287 0 | 0.19106 -0.017067 0.98143 | ArgonGas eIoni expHall_log_PV 0 + 0 -3165.84 355.108 665.981 0.00105472 0 0 0 N/A | -0.138 -0.632902 -0.761834 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3165.84 355.098 665.969 0 0.00105 0.0696 0.0696418 0 | 0.046105 -0.64613 -0.76183 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 @@ -2380,8 +2568,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3271.89 348.072 686.119 0.00133087 0 0 0 N/A | 0.169346 -0.746084 0.643957 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3271.88 348.056 686.133 0 0.00133 0.0957 0.0957138 0 | 0.42163 -0.63839 0.64396 | ArgonGas eIoni expHall_log_PV 0 + 0 -3140.55 357.213 660.71 0.00114047 0 0 0 N/A | -0.247845 0.502083 -0.828544 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3140.55 357.221 660.695 0 0.00114 0.0774 0.0774179 0 | -0.38871 0.40301 -0.82854 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 @@ -2389,8 +2577,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3243.18 350.807 680.149 0.00107299 0 0 0 N/A | 0.179492 -0.098161 0.97885 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3243.18 350.806 680.164 0 0.00107 0.0713 0.0712697 0 | 0.2001 -0.042587 0.97885 | ArgonGas eIoni expHall_log_PV 0 + 0 -3103.83 360.129 653.062 0.001787 0 0 0 N/A | -0.136172 0.987227 -0.0827031 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3103.84 360.16 653.059 0 0.00179 0.145 0.145171 0 | -0.5752 0.81382 -0.082703 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 @@ -2398,8 +2586,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -3015.64 368.875 632.882 0.00236978 0 0 0 N/A | -0.164904 -0.632968 -0.756411 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -3015.64 368.841 632.842 0 0.00237 0.221 0.220667 0 | 0.24584 -0.60613 -0.75642 | ArgonGas eIoni expHall_log_PV 0 + 0 -3030.39 365.459 637.774 0.00352691 0 0 0 N/A | -0.061403 0.950674 0.304053 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3030.44 365.536 637.804 0 0.00353 0.417 0.416682 0 | -0.82844 0.47038 0.30401 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 @@ -2407,8 +2595,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2987.98 370.634 627.14 0.00203408 0 0 0 N/A | 0.0799706 -0.942744 0.323788 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2987.97 370.598 627.154 0 0.00203 0.175 0.17541 0 | 0.55594 -0.76557 0.32379 | ArgonGas eIoni expHall_log_PV 0 + 0 -3027.19 365.676 637.107 0.000992241 0 0 0 N/A | 0.177392 -0.0747525 0.981297 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3027.19 365.675 637.121 0 0.000992 0.0642 0.0641639 0 | 0.19089 -0.024801 0.9813 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 @@ -2416,8 +2604,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2970.57 371.693 623.525 0.00222277 0 0 0 N/A | -0.0506487 0.963488 0.262918 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2970.58 371.736 623.538 0 0.00222 0.2 0.200238 0 | -0.58339 0.76846 0.26292 | ArgonGas eIoni expHall_log_PV 0 + 0 -3020.08 366.154 635.627 0.00156624 0 0 0 N/A | -0.123916 -0.754131 -0.644928 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3020.08 366.132 635.609 0 0.00157 0.12 0.120239 0 | 0.19596 -0.73869 -0.64493 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 @@ -2425,8 +2613,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2580.81 385.642 542.688 0.00106812 0 0 0 N/A | 0.115586 -0.728832 0.674866 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2580.81 385.63 542.699 0 0.00107 0.0708 0.070834 0 | 0.31881 -0.66552 0.67487 | ArgonGas eIoni expHall_log_PV 0 + 0 -3013.89 366.564 634.339 0.00113557 0 0 0 N/A | -0.244914 0.210996 -0.946307 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3013.89 366.567 634.323 0 0.00114 0.077 0.0769655 0 | -0.29729 0.12697 -0.94631 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 @@ -2434,8 +2622,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2517.82 386.156 529.638 0.00331933 0 0 0 N/A | -0.258102 0.0647421 -0.963946 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2517.85 386.151 529.551 0 0.00332 0.377 0.376818 0 | -0.20662 -0.16761 -0.96396 | ArgonGas eIoni expHall_log_PV 0 + 0 -2852.56 375.615 600.789 0.00342159 0 0 0 N/A | -0.204987 -0.533389 -0.820656 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2852.56 375.563 600.711 0 0.00342 0.396 0.396353 0 | 0.31876 -0.47405 -0.82078 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 @@ -2443,10 +2631,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2414.49 385.947 508.236 0.0128412 0 0 0 N/A | -0.0206303 -0.874217 0.485097 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2414.29 386.108 508.657 0.0104975 0.00234 2.18 2.18137 0 | 0.090002 0.47937 -0.87299 | ArgonGas eIoni expHall_log_PV 0 - 2 -2414.45 386.101 508.114 0.00580313 0.00469 1.86 4.03671 1634.3 | -0.16664 0.97996 0.10914 | ArgonGas eIoni expHall_log_PV 0 - 3 -2414.63 386.2 508.139 0 0.0058 0.965 5.00217 1634 | -0.93094 -0.34851 0.10906 | ArgonGas eIoni expHall_log_PV 0 + 0 -2676.77 381.847 564.261 0.00136766 0 0 0 N/A | 0.119022 -0.736736 0.665623 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2676.77 381.831 564.276 0 0.00137 0.0994 0.0994144 0 | 0.37764 -0.64369 0.66562 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 @@ -2454,8 +2640,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2390.24 385.708 503.214 0.00107143 0 0 0 N/A | 0.171219 0.0823063 0.981789 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2390.24 385.71 503.229 0 0.00107 0.0711 0.0711298 0 | 0.14049 0.12788 0.98179 | ArgonGas eIoni expHall_log_PV 0 + 0 -2595 383.452 547.281 0.00334398 0 0 0 N/A | -0.0138321 0.959382 0.281771 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2595.04 383.527 547.306 0 0.00334 0.382 0.381674 0 | -0.77979 0.55906 0.28175 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 @@ -2463,8 +2649,19 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2291.43 383.993 482.748 0.00115635 0 0 0 N/A | 0.15893 0.441448 0.883099 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2291.43 384.002 482.764 0 0.00116 0.0789 0.0788856 0 | 0.01524 0.46894 0.8831 | ArgonGas eIoni expHall_log_PV 0 + 0 -2447.4 384.267 516.634 0.0159803 0 0 0 N/A | 0.0142443 -0.722458 0.691269 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2447.09 384.284 517.111 0.00892927 0.000526 0.899 0.899243 0 | 0.15442 0.98484 0.078986 | ArgonGas eIoni expHall_log_PV 0 + 2 -2447.4 384.364 517.148 0.0030494 0.00588 1.62 2.52153 1666.7 | 0.028823 -0.45018 0.89247 | ArgonGas eIoni expHall_log_PV 0 + 3 -2447.38 384.334 517.218 0 0.00305 0.328 2.84988 1666.3 | 0.35612 -0.2768 0.8925 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 25 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2447.09 384.284 517.111 0.00652464 0 0 0 N/A | -0.755315 0.0737278 0.651202 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2447.2 384.145 517.29 0 0.00652 1.16 1.16173 0 | 0.78908 0.27421 -0.54969 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 @@ -2472,8 +2669,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2278 383.668 479.967 0.00121432 0 0 0 N/A | -0.108147 -0.965823 -0.235564 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2278 383.65 479.962 0 0.00121 0.0843 0.0843451 0 | 0.20953 -0.949 -0.23556 | ArgonGas eIoni expHall_log_PV 0 + 0 -2061.47 373.764 436.442 0.00105744 0 0 0 N/A | 0.0701049 -0.734671 0.674791 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2061.47 373.752 436.452 0 0.00106 0.0699 0.069884 0 | 0.27496 -0.68488 0.67479 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 @@ -2481,8 +2678,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2270.15 383.468 478.341 0.00291111 0 0 0 N/A | 0.128162 0.573066 0.809426 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2270.16 383.51 478.4 0 0.00291 0.305 0.304548 0 | -0.32388 0.48975 0.80947 | ArgonGas eIoni expHall_log_PV 0 + 0 -1999.21 370.365 423.496 0.00328614 0 0 0 N/A | -0.253674 0.0807869 -0.96391 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1999.23 370.362 423.41 0 0.00329 0.371 0.370901 0 | -0.21832 -0.15229 -0.96392 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 @@ -2490,8 +2687,29 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2222.57 382.094 468.48 0.00258333 0 0 0 N/A | 0.153916 0.28085 0.947329 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2222.56 382.113 468.537 0 0.00258 0.252 0.2521 0 | -0.064702 0.31364 0.94733 | ArgonGas eIoni expHall_log_PV 0 + 0 -1897.13 363.759 402.265 0.0127128 0 0 0 N/A | -0.074479 -0.871326 0.485019 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1896.84 363.858 402.632 0.00870464 0.00249 1.41 1.40547 0 | -0.069386 -0.83085 0.55216 | ArgonGas eIoni expHall_log_PV 0 + 2 -1896.59 363.795 402.878 0.00523619 0.00247 1.25 2.65297 1120.9 | 0.037772 -0.0014087 0.99929 | ArgonGas eIoni expHall_log_PV 0 + 3 -1896.58 363.8 403.069 0.00173484 0.0035 0.643 3.29551 1120.8 | 0.20777 -0.74707 0.63144 | ArgonGas eIoni expHall_log_PV 0 + 4 -1896.57 363.778 403.089 0 0.00173 0.139 3.43462 1120.7 | 0.52067 -0.57462 0.63144 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 22 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1896.59 363.795 402.878 0.00100304 0 0 0 N/A | 0.599982 0.79978 -0.0193139 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1896.58 363.808 402.878 0 0.001 0.0651 0.0650989 0 | 0.36268 0.93172 -0.019314 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 22 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1896.84 363.858 402.632 0.00151745 0 0 0 N/A | 0.968223 0.0737029 0.23898 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1896.82 363.865 402.639 0 0.00152 0.115 0.114984 0 | 0.85875 0.45326 0.23898 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 @@ -2499,8 +2717,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2159.15 379.83 455.337 0.00420083 0 0 0 N/A | 0.0198765 0.974188 0.22486 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2159.21 379.931 455.367 0 0.0042 0.557 0.556931 0 | -0.90224 0.36813 0.22458 | ArgonGas eIoni expHall_log_PV 0 + 0 -1873.19 362.023 397.282 0.00106071 0 0 0 N/A | 0.176601 0.0714081 0.981689 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1873.18 362.025 397.298 0 0.00106 0.0702 0.0701754 0 | 0.1491 0.11855 0.98169 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 @@ -2508,33 +2726,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2132.6 378.733 449.834 0.0317647 0 0 0 N/A | -0.138636 -0.915733 0.377111 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2132.33 378.976 451.119 0.0276285 0.00414 5.58 5.58042 0 | -0.77157 -0.1058 -0.62729 | ArgonGas eIoni expHall_log_PV 0 - 2 -2132.08 378.767 450.297 0.0245309 0.00137 1.56 7.14304 1352.5 | -0.76132 0.60043 -0.2447 | ArgonGas eIoni expHall_log_PV 0 - 3 -2132.5 378.532 449.732 0.0222433 0.00229 4.06 11.2005 1353.3 | 0.43575 -0.71365 -0.54847 | ArgonGas eIoni expHall_log_PV 0 - 4 -2132.23 378.838 449.21 0.0198307 0.000489 1.15 12.353 1353 | -0.32735 -0.37638 -0.86671 | ArgonGas eIoni expHall_log_PV 0 - 5 -2132.26 378.752 447.747 0.0140625 0.00577 3.22 15.5765 1354.8 | -0.77627 -0.05999 -0.62754 | ArgonGas eIoni expHall_log_PV 0 - 6 -2132.1 378.651 447.116 0.00888366 0.00518 2.35 17.9276 1353.5 | 0.89017 0.39306 -0.23045 | ArgonGas eIoni expHall_log_PV 0 - 7 -2132.2 378.946 447.009 0.00130872 0.00757 1.61 19.5416 1352.8 | -0.20052 0.95403 0.22276 | ArgonGas eIoni expHall_log_PV 0 - 8 -2132.21 378.965 447.014 0 0.00131 0.0935 19.6352 1352.7 | -0.51921 0.8251 0.22276 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 20 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2132.23 378.838 449.21 0.00192393 0 0 0 N/A | -0.486729 0.851956 -0.193044 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2132.26 378.864 449.203 0 0.00192 0.162 0.161617 0 | -0.84257 0.5028 -0.19304 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 20 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -2132.08 378.767 450.297 0.00172739 0 0 0 N/A | 0.47375 0.269485 -0.838414 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -2132.07 378.779 450.269 0 0.00173 0.138 0.138248 0 | 0.30349 0.45272 -0.83842 | ArgonGas eIoni expHall_log_PV 0 + 0 -1857.78 360.868 394.076 0.00142775 0 0 0 N/A | 0.0380534 -0.763275 0.644952 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1857.78 360.85 394.091 0 0.00143 0.106 0.10556 0 | 0.32286 -0.69267 0.64495 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 @@ -2542,8 +2735,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1995.75 371.716 421.466 0.00142085 0 0 0 N/A | 0.173877 0.334261 0.926302 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1995.75 371.725 421.489 0 0.00142 0.105 0.104843 0 | 0.035788 0.37508 0.9263 | ArgonGas eIoni expHall_log_PV 0 + 0 -1844.52 359.852 391.316 0.00120218 0 0 0 N/A | -0.158461 -0.958853 -0.235567 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1844.52 359.833 391.312 0 0.0012 0.0832 0.0831951 0 | 0.1565 -0.95917 -0.23557 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 @@ -2551,22 +2744,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1938.07 368.071 409.504 0.0341529 0 0 0 N/A | -0.344223 -0.781153 -0.520875 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1937.99 368.171 407.513 0.0272806 0.00687 6.15 6.14683 0 | -0.40792 -0.88552 0.22237 | ArgonGas eIoni expHall_log_PV 0 - 2 -1937.48 367.985 408.114 0.0225078 0.00477 4.6 10.7489 1158.9 | -0.22826 0.84963 -0.47542 | ArgonGas eIoni expHall_log_PV 0 - 3 -1937.78 368.136 407.147 0.0168999 0.00561 3.68 14.4326 1158 | 0.46787 0.54028 -0.69942 | ArgonGas eIoni expHall_log_PV 0 - 4 -1937.81 368.11 406.216 0.0111465 0.00575 2.76 17.1947 1159.2 | 0.3136 0.63342 0.70742 | ArgonGas eIoni expHall_log_PV 0 - 5 -1937.91 368.292 406.464 0.00577644 0.00144 0.449 17.6441 1159 | -0.47679 0.81937 -0.31827 | ArgonGas eIoni expHall_log_PV 0 - 6 -1938.09 368.323 406.392 0 0.00578 0.958 18.6018 1159.1 | -0.7206 -0.61609 -0.31806 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 18 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1937.91 368.292 406.464 0.00392779 0 0 0 N/A | -0.581171 -0.0164935 0.813614 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1937.96 368.256 406.56 0 0.00393 0.498 0.497777 0 | -0.23912 -0.5296 0.81385 | ArgonGas eIoni expHall_log_PV 0 + 0 -1829.66 358.686 388.223 0.00506929 0 0 0 N/A | -0.282774 -0.483272 -0.828545 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1829.64 358.597 388.073 0 0.00507 0.766 0.766004 0 | 0.46276 -0.3149 -0.82867 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 @@ -2574,9 +2753,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1901.62 365.556 401.941 0.00532545 0 0 0 N/A | -0.25904 -0.717177 -0.646958 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1901.56 365.435 401.814 0.00185264 0.00347 0.723 0.723047 0 | 0.29758 0.87563 0.38042 | ArgonGas eIoni expHall_log_PV 0 - 2 -1901.55 365.468 401.828 0 0.00185 0.153 0.876007 1126.2 | -0.15415 0.91187 0.38042 | ArgonGas eIoni expHall_log_PV 0 + 0 -1634.65 340.874 347.581 0.00197204 0 0 0 N/A | 0.0435504 -0.658719 0.751128 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1634.65 340.849 347.61 0 0.00197 0.168 0.167582 0 | 0.36871 -0.54759 0.75113 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 @@ -2584,8 +2762,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1659.32 344.652 351.604 0.00739491 0 0 0 N/A | -0.233225 -0.941175 -0.244532 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1659.11 344.495 351.521 0 0.00739 1.35 1.3517 0 | -0.051748 -0.45308 -0.88997 | ArgonGas eIoni expHall_log_PV 0 + 0 -1493.5 325.038 318.1 0.00393195 0 0 0 N/A | -0.00521085 0.961078 -0.276229 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1493.56 325.13 318.068 0 0.00393 0.499 0.49909 0 | -0.86591 0.41711 -0.27608 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 @@ -2593,18 +2771,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1528.69 330.349 324.402 0.00428311 0 0 0 N/A | -0.266079 0.0108276 -0.963891 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1528.71 330.342 324.325 0.00254558 0.00039 0.108 0.108407 0 | -0.9055 -0.0836 -0.41603 | ArgonGas eIoni expHall_log_PV 0 - 2 -1528.75 330.32 324.301 0 0.00255 0.246 0.354796 753.89 | -0.64309 -0.64293 -0.41603 | ArgonGas eIoni expHall_log_PV 0 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 15 -********************************************************************************************************* - - -Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1528.71 330.342 324.325 0.00134802 0 0 0 N/A | -0.220745 0.931558 0.288914 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1528.71 330.362 324.332 0 0.00135 0.0974 0.0974309 0 | -0.53882 0.79133 0.28891 | ArgonGas eIoni expHall_log_PV 0 + 0 -1456.26 320.447 310.313 0.00735101 0 0 0 N/A | -0.0628488 0.902335 -0.426428 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1456.49 320.527 310.169 0.00224073 0.00511 1.34 1.34392 0 | -0.090172 0.9342 -0.34516 | ArgonGas eIoni expHall_log_PV 0 + 2 -1456.51 320.569 310.152 0 0.00224 0.203 1.54662 680.76 | -0.6034 0.71887 -0.34516 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 @@ -2612,8 +2781,9 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1417.78 316.537 301.276 0.00206816 0 0 0 N/A | 0.149996 0.920693 0.360314 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1417.79 316.575 301.291 0 0.00207 0.18 0.179781 0 | -0.35584 0.86229 0.36031 | ArgonGas eIoni expHall_log_PV 0 + 0 -1167.64 278.919 249.762 0.00875076 0 0 0 N/A | -0.279099 -0.949806 -0.141321 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1167.35 278.792 249.698 0.00201288 0.00674 1.59 1.59371 0 | -0.52628 -0.5541 0.64499 | ArgonGas eIoni expHall_log_PV 0 + 2 -1167.37 278.764 249.724 0 0.00201 0.173 1.76643 390.03 | -0.16826 -0.74544 0.64499 | ArgonGas eIoni expHall_log_PV 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 @@ -2621,8 +2791,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1405.08 314.856 298.625 0.00152238 0 0 0 N/A | 0.19753 0.689337 0.696991 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1405.08 314.875 298.644 0 0.00152 0.116 0.115507 0 | -0.094284 0.71085 0.69699 | ArgonGas eIoni expHall_log_PV 0 + 0 -725.063 194.523 156.095 0.0010745 0 0 0 N/A | -0.256342 -0.0793434 -0.963324 | ArgonGas initStep Layer 0 (initial Volume) + 1 -725.066 194.521 156.079 0 0.00107 0.0714 0.0714091 0 | -0.22278 -0.14959 -0.96332 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 @@ -2630,8 +2800,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -1028.83 255.849 219.798 0.00246504 0 0 0 N/A | -0.0761056 0.693984 -0.715957 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -1028.85 255.884 219.758 0 0.00247 0.234 0.234428 0 | -0.49001 0.49727 -0.71597 | ArgonGas eIoni expHall_log_PV 0 + 0 -697.823 188.495 150.295 0.00251609 0 0 0 N/A | -0.147431 0.424429 -0.893378 | ArgonGas initStep Layer 0 (initial Volume) + 1 -697.839 188.515 150.244 0 0.00252 0.242 0.242019 0 | -0.38253 0.23565 -0.89339 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 @@ -2639,8 +2809,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -642.813 176.399 138.169 0.00343116 0 0 0 N/A | -0.234358 0.133872 -0.962889 | ArgonGas initStep Layer 0 (initial Volume) - 1 -642.838 176.4 138.077 0 0.00343 0.398 0.397899 0 | -0.24389 -0.1155 -0.9629 | ArgonGas eIoni Layer 0 + 0 -691.019 186.975 148.846 0.00217357 0 0 0 N/A | 0.243433 0.528381 0.81336 | ArgonGas initStep Layer 0 (initial Volume) + 1 -691.015 187.001 148.884 0 0.00217 0.194 0.193626 0 | -0.087479 0.57514 0.81336 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 @@ -2648,8 +2818,97 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -525.266 148.318 113.14 0.00104543 0 0 0 N/A | -0.0401971 -0.668537 0.742592 | ArgonGas initStep Layer 0 (initial Volume) - 1 -525.265 148.307 113.152 0 0.00105 0.0688 0.0688134 0 | 0.14839 -0.6531 0.74259 | ArgonGas eIoni Layer 0 + 0 -619.771 170.678 133.654 0.0515809 0 0 0 N/A | -0.382933 -0.888135 0.254124 | ArgonGas initStep Layer 0 (initial Volume) + 1 -620.893 171.365 135.269 0.0451267 0.00645 8.38 8.3824 0 | -0.29002 0.71726 -0.63358 | ArgonGas msc Layer 0 + 2 -620.028 168.633 135.105 0.0415468 0.00358 8.59 16.9748 0 | -0.21147 -0.95042 0.228 | ArgonGas msc Layer 0 + 3 -620.125 167.4 137.303 0.035641 0.00368 4.87 21.8408 0 | -0.7567 -0.1887 0.62593 | ArgonGas eIoni Layer 0 + 4 -620.388 167.07 137.566 0.0344407 0.000133 0.5 22.3409 0 | 0.021254 -0.7249 0.68853 | ArgonGas eIoni Layer 0 + 5 -617.962 166.739 140.592 0.0287066 0.00573 6.22 28.5639 1.8395 | 0.98294 0.044029 -0.17855 | ArgonGas eIoni Layer 0 + 6 -617.896 166.748 140.256 0.0261315 0.00258 2.45 31.0095 1.2916 | 0.27014 0.70446 0.65632 | ArgonGas Transportation Layer 0 + 7 -617.896 166.748 140.256 0.0261315 0 0 31.0095 0 | 0.27014 0.70446 0.65632 | ArgonGas Transportation Layer 0 + 8 -617.896 166.748 140.256 0.0261315 0 0 31.0095 0 | 0.27014 0.70446 0.65632 | ArgonGas Transportation Layer 0 + 9 -617.896 166.748 140.256 0.0261315 0 0 31.0095 0 | 0.27014 0.70446 0.65632 | ArgonGas Transportation Layer 0 + 10 -617.896 166.748 140.256 0.0261315 0 0 31.0095 0 | 0.27014 0.70446 0.65632 | ArgonGas Transportation Layer 0 + 11 -617.886 166.781 140.287 0.0261315 0 0.0468 31.0562 0 | 0.25814 0.70928 0.65596 | ArgonGas Transportation Layer 0 + 12 -617.878 166.813 140.315 0.0261315 0 0.0439 31.1001 0.0006115 | 0.21118 0.71155 0.67015 | ArgonGas Transportation Layer 0 + 13 -617.878 166.813 140.315 0.0261315 0 0 31.1001 0 | 0.21118 0.71155 0.67015 | ArgonGas Transportation Layer 0 + 14 -617.878 166.813 140.315 0.0261315 0 0 31.1001 0 | 0.21118 0.71155 0.67015 | ArgonGas Transportation Layer 0 + 15 -617.878 166.813 140.315 0.0261315 0 0 31.1001 0 | 0.21118 0.71155 0.67015 | ArgonGas Transportation Layer 0 + 16 -617.878 166.813 140.315 0.0261315 0 0 31.1001 0 | 0.21118 0.71155 0.67015 | ArgonGas Transportation Layer 0 + 17 -617.878 166.813 140.315 0.0261315 0 0 31.1001 0 | 0.21118 0.71155 0.67015 | ArgonGas Transportation Layer 0 + 18 -617.876 166.822 140.323 0.0261315 0 0.0117 31.1118 0 | 0.1892 0.7013 0.6873 | ArgonGas Transportation Layer 0 + 19 -617.876 166.822 140.323 0.0261314 7.27e-08 7.11e-05 31.1119 3.1205e-05 | 0.18611 0.69904 0.69044 | ArgonGas Transportation Layer 0 + 20 -618.009 167.009 140.992 0.0256877 0.000444 0.832 31.9442 0 | -0.056912 -0.3389 0.9391 | ArgonGas msc Layer 0 + 21 -617.846 166.933 141.657 0.0250357 0.000652 0.782 32.7262 0.28028 | -0.17184 -0.71253 0.68027 | ArgonGas Transportation Layer 0 + 22 -617.674 166.69 142.344 0.0233557 0.00168 0.827 33.5537 0 | 0.10227 0.50144 0.85913 | ArgonGas msc Layer 0 + 23 -617.873 166.831 142.86 0.0232625 9.32e-05 0.664 34.218 0.2774 | -0.47686 -0.39151 0.78698 | ArgonGas Transportation Layer 0 + 24 -617.873 166.831 142.86 0.0232625 0 0 34.218 0 | -0.47686 -0.39151 0.78698 | ArgonGas Transportation Layer 0 + 25 -617.873 166.831 142.86 0.0232625 0 0 34.218 0 | -0.47686 -0.39151 0.78698 | ArgonGas Transportation Layer 0 + 26 -617.873 166.831 142.86 0.0232625 0 0 34.218 0 | -0.47686 -0.39151 0.78698 | ArgonGas Transportation Layer 0 + 27 -617.945 166.766 142.981 0.0231792 8.33e-05 0.153 34.3709 0 | -0.29431 -0.54624 0.78422 | ArgonGas Transportation Layer 0 + 28 -617.936 166.599 143.204 0.023164 1.51e-05 0.298 34.6692 0.028898 | 0.40708 -0.32871 0.85219 | ArgonGas Transportation Layer 0 + 29 -617.728 166.611 143.862 0.0223769 0.000787 0.761 35.4303 0 | -0.27664 0.40025 0.87365 | ArgonGas msc Layer 0 + 30 -617.933 166.608 144.296 0.0217591 0.000618 0.544 35.9739 0.12145 | -0.056085 0.91035 -0.41002 | ArgonGas Transportation Layer 0 + 31 -618.212 166.614 144.13 0.0211988 0.00056 0.61 36.5836 0 | -0.63093 -0.60081 -0.49087 | ArgonGas msc Layer 0 + 32 -618.14 166.213 143.814 0.0211126 8.62e-05 0.605 37.1885 0.31834 | 0.48527 -0.31836 -0.81435 | ArgonGas msc Layer 0 + 33 -618.046 166.19 143.675 0.0210126 0.0001 0.175 37.3637 0 | 0.3531 -0.17802 -0.91849 | ArgonGas Transportation Layer 0 + 34 -617.839 166.205 143.158 0.0198406 0.00117 0.582 37.9455 0 | 0.41315 0.09585 -0.9056 | ArgonGas msc Layer 0 + 35 -617.772 166.211 142.61 0.0191735 0.000667 0.608 38.5539 0.098404 | -0.23681 0.034487 -0.97094 | ArgonGas msc Layer 0 + 36 -617.763 165.984 142.192 0.0185834 0.00059 0.531 39.0849 0.17056 | 0.22974 -0.57126 -0.78796 | ArgonGas msc Layer 0 + 37 -617.394 166.019 141.924 0.0184548 0.000129 0.538 39.6233 0.21412 | 0.40481 0.69081 -0.59909 | ArgonGas msc Layer 0 + 38 -617.364 166.189 141.719 0.0163092 6.3e-05 0.272 39.8949 0.54168 | -0.56729 0.24088 -0.7875 | ArgonGas eIoni Layer 0 + 39 -617.432 166.178 141.571 0.0141154 8.89e-05 0.171 40.0663 0.41889 | -0.070761 -0.1027 -0.99219 | ArgonGas eIoni Layer 0 + 40 -617.319 165.958 141.17 0.0140254 8.99e-05 0.504 40.5701 0.24288 | -0.050233 -0.3581 -0.93233 | ArgonGas msc Layer 0 + 41 -616.961 165.831 140.788 0.0126341 0.00139 0.59 41.1599 0.17722 | 0.93221 -0.3507 -0.089414 | ArgonGas msc Layer 0 + 42 -616.664 166.208 141.04 0.0120364 0.000598 0.653 41.8126 0.28868 | -0.3777 0.79595 0.47308 | ArgonGas msc Layer 0 + 43 -616.585 166.116 141.196 0.00974519 0.00229 0.759 42.5715 0.65357 | 0.6814 0.40824 0.60748 | ArgonGas msc Layer 0 + 44 -616.932 166.79 141.292 0.0065765 0.00186 0.869 43.4409 0.075459 | -0.6824 0.6211 -0.38543 | ArgonGas eIoni Layer 0 + 45 -617.139 166.73 141.184 0 0.00658 1.17 44.6152 0.045962 | 0.9648 -0.25993 0.039889 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 182, Parent ID = 10 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -616.932 166.79 141.292 0.00130744 0 0 0 N/A | -0.709453 -0.426892 0.560749 | ArgonGas initStep Layer 0 (initial Volume) + 1 -616.945 166.778 141.304 0 0.00131 0.0934 0.093392 0 | -0.51738 -0.64644 0.56075 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 10 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -617.432 166.178 141.571 0.00210493 0 0 0 N/A | -0.890909 -0.442122 0.103969 | ArgonGas initStep Layer 0 (initial Volume) + 1 -617.464 166.149 141.576 0 0.0021 0.185 0.184559 0 | -0.51729 -0.84947 0.10397 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 10 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -617.364 166.189 141.719 0.00208263 0 0 0 N/A | 0.213111 0.967618 0.135273 | ArgonGas initStep Layer 0 (initial Volume) + 1 -617.367 166.231 141.725 0 0.00208 0.182 0.181658 0 | -0.33055 0.93405 0.13527 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 10 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -620.388 167.07 137.566 0.00106775 0 0 0 N/A | -0.525008 -0.598344 -0.605269 | ArgonGas initStep Layer 0 (initial Volume) + 1 -620.395 167.059 137.557 0 0.00107 0.0708 0.070804 0 | -0.33245 -0.72327 -0.60527 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 10 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -620.125 167.4 137.303 0.00222919 0 0 0 N/A | -0.389014 0.902566 -0.184505 | ArgonGas initStep Layer 0 (initial Volume) + 1 -620.155 167.435 137.294 0 0.00223 0.201 0.201125 0 | -0.83001 0.52634 -0.1845 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 @@ -2657,9 +2916,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -515.3 145.852 111.014 0.00750165 0 0 0 N/A | 0.140199 0.987629 -0.0702436 | ArgonGas initStep Layer 0 (initial Volume) - 1 -515.536 145.988 110.99 0.00260427 0.0049 1.37 1.3727 0 | 0.83644 0.097548 -0.5393 | ArgonGas eIoni Layer 0 - 2 -515.491 146.011 110.957 0 0.0026 0.255 1.62799 4.1068 | 0.57006 0.61982 -0.53931 | ArgonGas eIoni Layer 0 + 0 -586.175 162.764 126.477 0.00185585 0 0 0 N/A | -0.344539 -0.72507 -0.596293 | ArgonGas initStep Layer 0 (initial Volume) + 1 -586.18 162.736 126.456 0 0.00186 0.153 0.153346 0 | 0.041973 -0.80167 -0.59629 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 @@ -2667,8 +2925,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -513.652 145.443 110.663 0.0012815 0 0 0 N/A | 0.115047 -0.219298 0.968851 | ArgonGas initStep Layer 0 (initial Volume) - 1 -513.649 145.439 110.683 0 0.00128 0.0908 0.0908343 0 | 0.18279 -0.16708 0.96885 | ArgonGas eIoni Layer 0 + 0 -538.635 151.309 116.31 0.00135496 0 0 0 N/A | 0.166857 -0.0242106 0.985684 | ArgonGas initStep Layer 0 (initial Volume) + 1 -538.631 151.309 116.332 0 0.00135 0.0981 0.0981333 0 | 0.16443 0.037271 0.98568 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 @@ -2676,8 +2934,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -457.328 131.245 98.6308 0.00148572 0 0 0 N/A | 0.271361 0.865187 0.421681 | ArgonGas initStep Layer 0 (initial Volume) - 1 -457.326 131.269 98.6418 0 0.00149 0.112 0.111612 0 | -0.088316 0.90243 0.42168 | ArgonGas eIoni Layer 0 + 0 -457.58 131.084 98.9402 0.00262114 0 0 0 N/A | -0.166758 0.335079 -0.927315 | ArgonGas initStep Layer 0 (initial Volume) + 1 -457.597 131.1 98.8827 0 0.00262 0.258 0.257949 0 | -0.34578 0.14321 -0.92732 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 @@ -2685,8 +2943,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -239.088 72.1988 51.7804 0.00259338 0 0 0 N/A | 0.120333 0.909461 -0.397996 | ArgonGas initStep Dch 0 (initial Volume) - 1 -239.1 72.2521 51.7562 0 0.00259 0.254 0.253631 0 | -0.49984 0.76926 -0.398 | ArgonGas eIoni Dch 0 + 0 -400.526 116.314 86.6903 0.0022987 0 0 0 N/A | -0.085707 0.545912 -0.833448 | ArgonGas initStep Layer 0 (initial Volume) + 1 -400.538 116.338 86.6486 0 0.0023 0.211 0.210689 0 | -0.38658 0.39485 -0.83345 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -2694,8 +2952,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -222.108 67.3334 48.1197 0.00158256 0 0 0 N/A | 0.254222 0.963172 0.0875787 | ArgonGas initStep expHall_log_PV 0 (initial Volume) - 1 -222.107 67.3617 48.1222 0 0.00158 0.122 0.122013 0 | -0.16683 0.98209 0.087579 | ArgonGas eIoni expHall_log_PV 0 + 0 -350.788 103.078 75.9902 0.00171937 0 0 0 N/A | 0.204732 0.14743 0.967651 | ArgonGas initStep Layer 0 (initial Volume) + 1 -350.783 103.084 76.0215 0 0.00172 0.137 0.137329 0 | 0.11777 0.22311 0.96765 | ArgonGas eIoni Layer 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -2703,8 +2961,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -162.713 50.0026 35.2951 0.0019064 0 0 0 N/A | 0.296057 0.873461 0.386543 | ArgonGas initStep Svt 0 (initial Volume) - 1 -162.711 50.0367 35.3096 0 0.00191 0.159 0.159469 0 | -0.1672 0.90699 0.38654 | ArgonGas eIoni Svt 0 + 0 -235.961 71.2253 51.2133 0.00230212 0 0 0 N/A | -0.367507 -0.876935 -0.309714 | ArgonGas initStep Dch 0 (initial Volume) + 1 -235.965 71.1785 51.1977 0 0.0023 0.211 0.211165 0 | 0.21048 -0.92724 -0.30971 | ArgonGas eIoni Dch 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2712,8 +2970,8 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -102.86 32.0396 22.34 0.0030454 0 0 0 N/A | -0.224854 -0.865838 0.44695 | ArgonGas initStep Svt 0 (initial Volume) - 1 -102.848 31.9723 22.3751 0 0.00305 0.327 0.327494 0 | 0.49799 -0.74312 0.44696 | ArgonGas eIoni Svt 0 + 0 -155.962 47.957 33.8926 0.00162339 0 0 0 N/A | 0.256751 0.350489 0.900687 | ArgonGas initStep Svt 0 (initial Volume) + 1 -155.956 47.9687 33.9194 0 0.00162 0.127 0.12651 0 | 0.084416 0.42619 0.90069 | ArgonGas eIoni Svt 0 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2721,12 +2979,12 @@ Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) S Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu - 0 -91.631 28.6139 19.9071 0.00195642 0 0 0 N/A | 0.265796 0.400191 0.877041 | ArgonGas initStep Svt 0 (initial Volume) - 1 -91.6251 28.6314 19.9413 0 0.00196 0.166 0.165634 0 | 0.030674 0.47943 0.87704 | ArgonGas eIoni Svt 0 + 0 -90.7226 28.3186 19.7335 0.00182828 0 0 0 N/A | 0.191461 0.949879 -0.247128 | ArgonGas initStep Svt 0 (initial Volume) + 1 -90.7241 28.3524 19.7248 0 0.00183 0.15 0.150049 0 | -0.27698 0.92855 -0.24713 | ArgonGas eIoni Svt 0 Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.016514s Sys=0.000000s + User=0.020000s Real=0.019477s Sys=0.000000s /tracking/verbose 0 /run/beamOn 10 @@ -2735,75 +2993,56 @@ Run Summary Index : 0 used in the geometry : Yes Material : ArgonGas Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Silicon Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.8542166837409 keV e- 423.34048324816 keV e+ 409.00674617836 keV proton 70 keV + Energy thresholds : gamma 5.8541516397785 keV e- 423.3379332765 keV e+ 409.01252586667 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld ================================================================== ### Run 1 starts. - Difference in Exit Normal = 0.00622258 vgNorm = (-0.304265, 0.952587, 0) g4Norm = (-0.310187,0.950676,0) ( = (-0.310187, 0.950676, 0) ) -- diff 3vec = (0.00592163, 0.00191175, 0) - Difference in Exit Normal = 1.99988 vgNorm = (-0.173603, 0.984816, 0) g4Norm = (0.195097,-0.980784,0) ( = (0.195097, -0.980784, 0) ) -- diff 3vec = (-0.3687, 1.9656, 0) - Difference in Exit Normal = 0.00481758 vgNorm = (0.881974, 0.471298, 0) g4Norm = (0.879693,0.475541,0) ( = (0.879693, 0.475541, 0) ) -- diff 3vec = (0.00228074, -0.0042435, 0) - Difference in Exit Normal = 0.00204044 vgNorm = (-0.999963, 0.00854727, 0) g4Norm = (-0.999979,0.00650689,0) ( = (-0.999979, 0.00650689, 0) ) -- diff 3vec = (1.53586e-05, 0.00204039, 0) - Difference in Exit Normal = 1.93065 vgNorm = (-0.865965, 0.172252, -0.469503) g4Norm = (0.999919,0.0127609,0) ( = (0.999919, 0.0127609, 0) ) -- diff 3vec = (-1.86588, 0.159491, -0.469503) - Difference in Exit Normal = 1.95626 vgNorm = (-0.913552, 5.03655e-17, -0.406723) g4Norm = (0.999915,0.0130758,0) ( = (0.999915, 0.0130758, 0) ) -- diff 3vec = (-1.91347, -0.0130758, -0.406723) - Difference in Exit Normal = 1.99999 vgNorm = (-0.999808, -0.0195824, 0) g4Norm = (0.999922,0.0124545,0) ( = (0.999922, 0.0124545, 0) ) -- diff 3vec = (-1.99973, -0.0320369, 0) - Difference in Exit Normal = 0.00724248 vgNorm = (0.140754, 0.990045, 0) g4Norm = (0.13358,0.991038,0) ( = (0.13358, 0.991038, 0) ) -- diff 3vec = (0.00717402, -0.000993434, 0) - Difference in Exit Normal = 2 vgNorm = (0.123388, 0.992359, 0) g4Norm = (-0.125131,-0.99214,0) ( = (-0.125131, -0.99214, 0) ) -- diff 3vec = (0.248519, 1.9845, 0) - Difference in Exit Normal = 0.00673205 vgNorm = (-0.190228, -0.98174, 0) g4Norm = (-0.183615,-0.982998,0) ( = (-0.183615, -0.982998, 0) ) -- diff 3vec = (-0.00661339, 0.00125837, 0) -*** DIFFerence seen in call # 1884 : proposed step 4.61893 VG lstep 3.82401e-10 VG safety 0 || G4 lstep 0 G4 safety 3.6016e-10 // diff-step= 3.82401e-10 diff-safety = -3.6016e-10 Max-safety = 3.6016e-10 max-G4= 0 max-VG= 3.602e-10 - IN blocked physVol= 0 rep/copy # -1 -OUT/g4 Saf= 3.6016e-10 ValidXN:1 eN= (0,0,-1) Exit:Y Enter:N Blocked/Hit 0 Rep/Copy-No -1 -OUT/vg Saf= 0 ValidXN:1 eN= (0,0,-1) Exit:Y Enter:N Blocked/Hit 0 Rep/Copy-No -1 - Difference in Exit Normal = 1.41421 vgNorm = (-0.172496, -0.98501, 0) g4Norm = (0,0,-1) ( = (0, 0, -1) ) -- diff 3vec = (-0.172496, -0.98501, 1) - Difference in Exit Normal = 0.00585256 vgNorm = (-0.32468, -0.945824, 0) g4Norm = (-0.319139,-0.947708,0) ( = (-0.319139, -0.947708, 0) ) -- diff 3vec = (-0.00554103, 0.001884, 0) - Difference in Exit Normal = 1.99485 vgNorm = (-0.173603, -0.984816, 0) g4Norm = (0.312733,0.949841,0) ( = (0.312733, 0.949841, 0) ) -- diff 3vec = (-0.486336, -1.93466, 0) - Difference in Exit Normal = 1.99999 vgNorm = (-0.307386, -0.951585, 0) g4Norm = (0.313591,0.949558,0) ( = (0.313591, 0.949558, 0) ) -- diff 3vec = (-0.620977, -1.90114, 0) - Difference in Exit Normal = 0.00101261 vgNorm = (-0.308349, -0.951273, 0) g4Norm = (-0.307386,-0.951585,0) ( = (-0.307386, -0.951585, 0) ) -- diff 3vec = (-0.000963425, 0.00031175, 0) - Difference in Exit Normal = 1.99456 vgNorm = (-0.173603, -0.984816, 0) g4Norm = (0.316476,0.948601,0) ( = (0.316476, 0.948601, 0) ) -- diff 3vec = (-0.490078, -1.93342, 0) - Difference in Exit Normal = 2 vgNorm = (-0.315467, -0.948937, 0) g4Norm = (0.316476,0.948601,0) ( = (0.316476, 0.948601, 0) ) -- diff 3vec = (-0.631942, -1.89754, 0) - Difference in Exit Normal = 0.00678744 vgNorm = (0.996094, -0.088304, 0) g4Norm = (0.99667,-0.081541,0) ( = (0.99667, -0.081541, 0) ) -- diff 3vec = (-0.00057641, -0.00676292, 0) - Difference in Exit Normal = 1.99999 vgNorm = (0.997695, -0.0678545, 0) g4Norm = (-0.997332,0.0730051,0) ( = (-0.997332, 0.0730051, 0) ) -- diff 3vec = (1.99503, -0.14086, 0) - Difference in Exit Normal = 1.99195 vgNorm = (0.995563, 0.0940965, 1.28091e-16) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.99193, 0.00890506, 1.28091e-16) - Difference in Exit Normal = 1.99195 vgNorm = (0.995563, 0.0940965, 1.28091e-16) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.99193, 0.00890506, 1.28091e-16) - Difference in Exit Normal = 1.99692 vgNorm = (0.980784, -0.195097, -1.33821e-16) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.97715, -0.280288, -1.33821e-16) - Difference in Exit Normal = 1.99818 vgNorm = (1, -1.22465e-16, -1.22465e-16) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.99636, -0.0851915, -1.22465e-16) - Difference in Exit Normal = 2 vgNorm = (0.996375, -0.0850718, 0) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.99274, -0.170263, 0) - Difference in Exit Normal = 0.00323727 vgNorm = (0.280089, -0.959974, 0) g4Norm = (0.283195,-0.959062,0) ( = (0.283195, -0.959062, 0) ) -- diff 3vec = (-0.00310623, -0.000911753, 0) - Difference in Exit Normal = 0.00126203 vgNorm = (-0.00523173, 0.999986, 0) g4Norm = (-0.00649375,0.999979,0) ( = (-0.00649375, 0.999979, 0) ) -- diff 3vec = (0.00126201, 7.39898e-06, 0) - Difference in Exit Normal = 1.73202 vgNorm = (0.41631, 0.909223, 1.5873e-16) g4Norm = (0.579307,-0.81511,0) ( = (0.579307, -0.81511, 0) ) -- diff 3vec = (-0.162996, 1.72433, 1.5873e-16) + Difference in Exit Normal = 0.00431982 vgNorm = (-0.0116387, 0.999932, 0) g4Norm = (-0.0159582,0.999873,0) ( = (-0.0159582, 0.999873, 0) ) -- diff 3vec = (0.00431941, 5.9607e-05, 0) Difference in Exit Normal = 1.73202 vgNorm = (-0.579307, 0.81511, 1.06078e-16) g4Norm = (-0.41631,-0.909223,-1.5873e-16) ( = (-0.41631, -0.909223, -1.5873e-16) ) -- diff 3vec = (-0.162996, 1.72433, 2.64808e-16) - Difference in Exit Normal = 1.96157 vgNorm = (0.195097, 0.980784, 1.54722e-16) g4Norm = (0.195097,-0.980784,0) ( = (0.195097, -0.980784, 0) ) -- diff 3vec = (1.72085e-15, 1.96157, 1.54722e-16) - Difference in Exit Normal = 2 vgNorm = (-0.0196428, 0.999807, 0) g4Norm = (0.0160186,-0.999872,0) ( = (0.0160186, -0.999872, 0) ) -- diff 3vec = (-0.0356614, 1.99968, 0) - Difference in Exit Normal = 1.90791 vgNorm = (-0.579307, 0.81511, 1.06078e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.587903, 1.81507, 1.06078e-16) - Difference in Exit Normal = 1.95223 vgNorm = (0.41631, 0.909223, 1.5873e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (0.407715, 1.90919, 1.5873e-16) - Difference in Exit Normal = 1.90791 vgNorm = (-0.579307, 0.81511, 1.06078e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.587903, 1.81507, 1.06078e-16) - Difference in Exit Normal = 1.99119 vgNorm = (-0.195097, 0.980784, 0) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.203693, 1.98075, 0) - Difference in Exit Normal = 1.98951 vgNorm = (0.195097, 0.980784, 1.54722e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (0.186501, 1.98075, 1.54722e-16) - Difference in Exit Normal = 1.99163 vgNorm = (0.173603, 0.984816, 1.54114e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (0.165007, 1.98478, 1.54114e-16) - Difference in Exit Normal = 1.99312 vgNorm = (-0.173603, 0.984816, 1.39024e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.182199, 1.98478, 1.39024e-16) - Difference in Exit Normal = 2 vgNorm = (-0.00874688, 0.999962, 0) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.0173426, 1.99992, 0) - Difference in Exit Normal = 0.00108053 vgNorm = (0.936581, -0.350451, 0) g4Norm = (0.936959,-0.349439,0) ( = (0.936959, -0.349439, 0) ) -- diff 3vec = (-0.000378126, -0.00101221, 0) + Difference in Exit Normal = 1.99988 vgNorm = (-0.173603, 0.984816, 1.39024e-16) g4Norm = (0.195097,-0.980784,-1.37746e-16) ( = (0.195097, -0.980784, -1.37746e-16) ) -- diff 3vec = (-0.3687, 1.9656, 2.7677e-16) + Difference in Exit Normal = 0.00605131 vgNorm = (0.967442, -0.253094, 0) g4Norm = (0.968955,-0.247235,0) ( = (0.968955, -0.247235, 0) ) -- diff 3vec = (-0.00151383, -0.0058589, 0) + Difference in Exit Normal = 1.99728 vgNorm = (0.9397, -0.342, -1.41546e-16) g4Norm = (-0.970224,0.242211,0) ( = (-0.970224, 0.242211, 0) ) -- diff 3vec = (1.90992, -0.584211, -1.41546e-16) + Difference in Exit Normal = 0.0029441 vgNorm = (0.985916, 0.167239, 0) g4Norm = (0.98542,0.170141,0) ( = (0.98542, 0.170141, 0) ) -- diff 3vec = (0.000496641, -0.00290191, 0) + Difference in Exit Normal = 1.99182 vgNorm = (1, 1.22465e-16, 0) g4Norm = (-0.98368,-0.179925,0) ( = (-0.98368, -0.179925, 0) ) -- diff 3vec = (1.98368, 0.179925, 0) + Difference in Exit Normal = 1.96962 vgNorm = (0.9397, 0.342, 0) g4Norm = (-1,-1.22465e-16,0) ( = (-1, -1.22465e-16, 0) ) -- diff 3vec = (1.9397, 0.342, 0) + Difference in Exit Normal = 0.00610687 vgNorm = (0.951106, 0.308865, 0) g4Norm = (0.949202,0.314668,0) ( = (0.949202, 0.314668, 0) ) -- diff 3vec = (0.00190393, -0.00580249, 0) + Difference in Exit Normal = 1.99986 vgNorm = (0.9397, 0.342, 1.41546e-16) g4Norm = (-0.947551,-0.319603,0) ( = (-0.947551, -0.319603, 0) ) -- diff 3vec = (1.88725, 0.661603, 1.41546e-16) + Difference in Exit Normal = 1.99951 vgNorm = (-0.173603, 0.984816, 1.39024e-16) g4Norm = (0.130042,-0.991509,0) ( = (0.130042, -0.991509, 0) ) -- diff 3vec = (-0.303644, 1.97632, 1.39024e-16) + Difference in Exit Normal = 2 vgNorm = (-0.132292, 0.991211, 0) g4Norm = (0.128699,-0.991684,0) ( = (0.128699, -0.991684, 0) ) -- diff 3vec = (-0.260991, 1.98289, 0) + Difference in Exit Normal = 0.00306755 vgNorm = (-0.459721, -0.888064, 0) g4Norm = (-0.456994,-0.88947,0) ( = (-0.456994, -0.88947, 0) ) -- diff 3vec = (-0.00272634, 0.00140604, 0) + Difference in Exit Normal = 2 vgNorm = (-0.446783, -0.894642, 0) g4Norm = (0.448394,0.893836,0) ( = (0.448394, 0.893836, 0) ) -- diff 3vec = (-0.895178, -1.78848, 0) + Difference in Exit Normal = 0.00151522 vgNorm = (-0.65145, -0.758692, 0) g4Norm = (-0.650299,-0.759678,0) ( = (-0.650299, -0.759678, 0) ) -- diff 3vec = (-0.00115033, 0.000986216, 0) + Difference in Exit Normal = 1.96962 vgNorm = (-0.76602, -0.642817, 0) g4Norm = (0.500011,0.866019,0) ( = (0.500011, 0.866019, 0) ) -- diff 3vec = (-1.26603, -1.50884, 0) + Difference in Exit Normal = 1.99037 vgNorm = (1, 1.22465e-16, 0) g4Norm = (-0.980784,-0.195097,0) ( = (-0.980784, -0.195097, 0) ) -- diff 3vec = (1.98078, 0.195097, 0) + Difference in Exit Normal = 2 vgNorm = (0.990782, 0.135464, 0) g4Norm = (-0.991271,-0.131841,0) ( = (-0.991271, -0.131841, 0) ) -- diff 3vec = (1.98205, 0.267305, 0) + Difference in Exit Normal = 0.00605024 vgNorm = (-0.999181, 0.040459, 0) g4Norm = (-0.999408,0.034413,0) ( = (-0.999408, 0.034413, 0) ) -- diff 3vec = (0.000226497, 0.00604599, 0) + Difference in Exit Normal = 1.99978 vgNorm = (-1, 0, -0) g4Norm = (0.999553,-0.029907,0) ( = (0.999553, -0.029907, 0) ) -- diff 3vec = (-1.99955, 0.029907, -0) + Difference in Exit Normal = 1.9892 vgNorm = (0.831465, -0.555577, 0) g4Norm = (-0.928249,0.371959,0) ( = (-0.928249, 0.371959, 0) ) -- diff 3vec = (1.75971, -0.927535, 0) + Difference in Exit Normal = 1.99148 vgNorm = (0.980784, -0.195097, 0) g4Norm = (-0.928286,0.371866,0) ( = (-0.928286, 0.371866, 0) ) -- diff 3vec = (1.90907, -0.566963, 0) + Difference in Exit Normal = 1.99974 vgNorm = (0.9397, -0.342, 0) g4Norm = (-0.928244,0.371972,0) ( = (-0.928244, 0.371972, 0) ) -- diff 3vec = (1.86794, -0.713972, 0) + Difference in Exit Normal = 2 vgNorm = (0.92922, -0.369526, 0) g4Norm = (-0.927757,0.373186,0) ( = (-0.927757, 0.373186, 0) ) -- diff 3vec = (1.85698, -0.742711, 0) Run terminated. Run Summary Number of events processed : 10 - User=0.120000s Real=0.121417s Sys=0.000000s + User=0.080000s Real=0.082811s Sys=0.000000s ================================================================= - Final random number = 0.8168464471569 + Final random number = 0.56769521327478 ================================================================= G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 1.8 MB +Dynamic pools deleted: 11 / Total memory freed: 1 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/.README.txt b/examples/extended/hadronic/.README.txt index 36cfa34236..924fb91f27 100644 --- a/examples/extended/hadronic/.README.txt +++ b/examples/extended/hadronic/.README.txt @@ -89,5 +89,14 @@ of nuclear reactions and radioactive decay processes. It survey energy deposition and particle's flux. It uses PhysicsConstructor objects. +\link ExampleParticleFluence ParticleFluence \endlink + +This example aims to monitor the particle fluence for various particle types +and set-ups. The particle fluence at a given position is defined as the +average number of particles crossing a unit surface in that position +(normalized per one incident primary). The particle fluence is conveniently +estimated by summing the particles' track lengths in a thin scoring volume +and dividing for the cubic volume of such a scoring volume. + */ diff --git a/examples/extended/hadronic/CMakeLists.txt b/examples/extended/hadronic/CMakeLists.txt index 79a389c1d3..c4dd9997fb 100644 --- a/examples/extended/hadronic/CMakeLists.txt +++ b/examples/extended/hadronic/CMakeLists.txt @@ -15,3 +15,4 @@ add_subdirectory(Hadr09) add_subdirectory(Hadr10) add_subdirectory(FissionFragment) add_subdirectory(NeutronSource) +add_subdirectory(ParticleFluence) diff --git a/examples/extended/hadronic/FissionFragment/FissionFragment.out b/examples/extended/hadronic/FissionFragment/FissionFragment.out index 0a1c06befd..979d759ea3 100644 --- a/examples/extended/hadronic/FissionFragment/FissionFragment.out +++ b/examples/extended/hadronic/FissionFragment/FissionFragment.out @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -377,12 +377,12 @@ Checking overlaps for volume Plate@Location X:10.00 Y:-6.60:309 (G4Box) .. Checking overlaps for volume Plate@Location X:-10.00 Y:6.60:310 (G4Box) ... OK! Checking overlaps for volume Plate@Location X:-10.00 Y:-6.60:311 (G4Box) ... OK! 312 plates were added to the subcritical assembly -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -402,6 +402,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -440,7 +444,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -457,7 +462,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -467,8 +472,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -548,12 +554,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -584,10 +590,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -622,10 +628,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -658,12 +664,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -671,7 +677,8 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -681,7 +688,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -689,10 +696,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -706,10 +713,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -738,10 +745,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -770,10 +777,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -802,14 +809,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -820,7 +826,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -835,14 +841,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -853,7 +858,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -862,10 +867,10 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -879,8 +884,8 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon Fission fragment production is now activated in HP package for Z = 92, A = 235 As currently modeled this option precludes production of delayed neutrons from fission fragments. Fission fragment production is now activated in HP package for Z = 92, A = 238 @@ -891,10 +896,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -923,10 +928,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -960,11 +965,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -974,11 +981,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -986,11 +995,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -999,10 +1010,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1013,10 +1026,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1027,10 +1042,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1040,11 +1057,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1055,10 +1074,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1069,10 +1090,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1083,10 +1106,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1096,11 +1121,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -1108,6 +1135,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -1115,6 +1143,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -1124,6 +1153,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -1131,12 +1161,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -1144,12 +1176,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1159,12 +1193,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -1172,6 +1208,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -1179,6 +1216,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -1188,28 +1226,36 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -1217,12 +1263,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -1230,12 +1278,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1245,12 +1295,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1258,12 +1310,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1273,11 +1327,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= @@ -1285,18 +1341,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1.4427 us Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -1305,8 +1361,5 @@ Max 2J for sampling of angular correlations 10 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/hadronic/FissionFragment/History b/examples/extended/hadronic/FissionFragment/History index 93e4e1c85c..d42608615a 100644 --- a/examples/extended/hadronic/FissionFragment/History +++ b/examples/extended/hadronic/FissionFragment/History @@ -1,19 +1,17 @@ -------------------------------------------------------------------- - - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= - - FissionFragment History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - +# Example FissionFragment History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (exExtHadFissFrag-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 01-06-21 G. Folger (exExtHadFissFrag-V10-07-01) - Fixed CMake build script to define target properly. diff --git a/examples/extended/hadronic/Hadr00/History b/examples/extended/hadronic/Hadr00/History index fa6a259478..38835a9bf6 100644 --- a/examples/extended/hadronic/Hadr00/History +++ b/examples/extended/hadronic/Hadr00/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Hadr00 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr00 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr00-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 I. Hrivnacova (exhadr00-V10-07-02) - Added analysis manager Clear() call instead of diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index 57c03140ea..5ad077bac3 100644 --- a/examples/extended/hadronic/Hadr00/hadr00.out +++ b/examples/extended/hadronic/Hadr00/hadr00.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -74,7 +74,8 @@ G4PhysListFactory::GetReferencePhysList EMoption= 0 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -91,7 +92,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -101,8 +102,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -181,10 +183,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -209,10 +211,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -239,10 +241,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -271,10 +273,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -282,7 +284,8 @@ ionIoni: for GenericIon XStype:1 SubType=2 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -292,7 +295,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -300,10 +303,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -313,10 +316,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -345,10 +348,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -377,10 +380,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -409,14 +412,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -427,7 +429,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -442,14 +444,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -460,7 +461,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -475,10 +476,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -507,10 +508,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -544,15 +545,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -562,10 +566,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -573,10 +579,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -585,6 +593,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -594,11 +603,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -606,11 +617,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -619,10 +632,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -633,10 +648,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -647,10 +664,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -660,10 +679,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -674,10 +695,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -688,10 +711,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -702,10 +727,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -715,11 +742,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -727,6 +756,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -734,6 +764,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -743,6 +774,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -750,11 +782,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -762,11 +796,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -776,11 +812,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -788,6 +826,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -795,6 +834,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -804,11 +844,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -816,11 +858,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -830,11 +874,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -842,11 +888,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -856,29 +904,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1.4427 us Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -891,14 +941,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 GeV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 100 GeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -911,7 +961,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.017667s Sys=0.000000s + User=0.020000s Real=0.133436s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al @@ -1723,6 +1773,6 @@ HistoManager: End of run actions are started G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.038 MB +Dynamic pools deleted: 11 / Total memory freed: 0.042 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr01/History b/examples/extended/hadronic/Hadr01/History index 3a1d9fc665..afb358726d 100644 --- a/examples/extended/hadronic/Hadr01/History +++ b/examples/extended/hadronic/Hadr01/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Hadr01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr01 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 I. Hrivnacova (exhadr01-V10-07-03) - Added analysis manager Clear() call instead of diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out index 1aa02ab014..de91d9b240 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -133,7 +133,8 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -150,7 +151,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -160,8 +161,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -224,10 +226,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -252,10 +254,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -282,10 +284,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -314,10 +316,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -328,10 +330,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -341,10 +343,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -373,10 +375,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -405,10 +407,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -437,14 +439,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -455,7 +456,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -470,14 +471,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -488,7 +488,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -503,10 +503,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -535,10 +535,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -572,16 +572,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -591,10 +594,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -602,10 +607,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -614,10 +621,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -625,11 +634,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -637,11 +648,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -650,10 +663,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -664,10 +679,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -678,10 +695,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -691,10 +710,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -705,10 +726,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -719,10 +742,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -733,10 +758,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -746,11 +773,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -758,6 +787,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -765,6 +795,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -774,6 +805,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -781,11 +813,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -793,11 +827,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -807,11 +843,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -819,6 +857,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -826,6 +865,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -835,12 +875,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -848,12 +890,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -863,12 +907,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -876,11 +922,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -890,29 +938,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -938,14 +988,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_W Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 106.434 keV e- 2.31002 MeV e+ 2.14588 MeV proton 100 keV + Energy thresholds : gamma 106.43 keV e- 2.31004 MeV e+ 2.14587 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -968,7 +1018,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 100.00 10k 1 197 200 0.00 Check ### Run 0 starts. ### Run 0 start -Initialisation time: User=1.860000s Real=18.075438s Sys=0.160000s +Initialisation time: User=1.780000s Real=15.329440s Sys=0.150000s EventAction: Event # 0 started EventAction: Event # 10 started EventAction: Event # 20 started @@ -982,34 +1032,34 @@ EventAction: Event # 90 started Run terminated. Run Summary Number of events processed : 100 - User=1.090000s Real=1.114725s Sys=0.000000s -RunAction::EndOfRunAction: User=1.090000s Real=1.114821s Sys=0.000000s + User=0.920000s Real=0.939916s Sys=0.000000s +RunAction::EndOfRunAction: User=0.920000s Real=0.939989s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== Beam particle proton Beam Energy(MeV) 3000 Number of events 100 -Average energy deposit (MeV) 588.4 RMS(MeV) 364 -Average number of steps 1072 -Average number of gamma 74.3 -Average number of e- 95.91 -Average number of e+ 5.15 -Average number of neutrons 25.56 -Average number of protons 4.83 +Average energy deposit (MeV) 587.7 RMS(MeV) 385.2 +Average number of steps 906.5 +Average number of gamma 57.91 +Average number of e- 74.03 +Average number of e+ 4.31 +Average number of neutrons 20.6 +Average number of protons 4.8 Average number of antiprotons 0 -Average number of pi+ & pi- 0.62 -Average number of pi0 0.39 -Average number of kaons 0 -Average number of muons 0.1 -Average number of deuterons+tritons 2.17 -Average number of He3+alpha 0.65 -Average number of ions 6.54 -Average number of forward neutrons 0.92 -Average number of reflected neutrons 19.2 -Average number of leaked neutrons 0.81 -Average number of proton leak 1.13 -Average number of pion leak 0.37 +Average number of pi+ & pi- 0.67 +Average number of pi0 0.31 +Average number of kaons 0.01 +Average number of muons 0.04 +Average number of deuterons+tritons 2.54 +Average number of He3+alpha 1.77 +Average number of ions 4.99 +Average number of forward neutrons 1.34 +Average number of reflected neutrons 15.29 +Average number of leaked neutrons 0.67 +Average number of proton leak 1.15 +Average number of pion leak 0.45 ======================================================== # @@ -1026,22 +1076,22 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 21 +Total navigation history collections cleaned: 26 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0308 MB +Pool ID '20G4NavigationLevelRep', size : 0.0385 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.0125 MB Pool ID '16G4SmartVoxelNode', size : 0.00673 MB Pool ID '17G4SmartVoxelProxy', size : 0.00385 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0135 MB -Pool ID '7G4Track', size : 0.026 MB +Pool ID '7G4Track', size : 0.024 MB Pool ID '18G4TouchableHistory', size : 0.00288 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00865 MB +Pool ID '10G4Fragment', size : 0.00769 MB Pool ID '17G4ReactionProduct', size : 0.00769 MB Number of memory pools allocated: 14 of which, static: 0 Dynamic pools deleted: 14 / Total memory freed: 0.11 MB diff --git a/examples/extended/hadronic/Hadr02/History b/examples/extended/hadronic/Hadr02/History index 0a60a1bada..fedaf851f5 100644 --- a/examples/extended/hadronic/Hadr02/History +++ b/examples/extended/hadronic/Hadr02/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Hadr02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr02 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 I. Hrivnacova (exhadr02-V10-07-05) - Added analysis manager Clear() call instead of diff --git a/examples/extended/hadronic/Hadr02/hadr02.out b/examples/extended/hadronic/Hadr02/hadr02.out index 54a34911de..1b00ae464f 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -122,7 +126,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -139,7 +144,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -149,8 +154,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -213,10 +219,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -241,10 +247,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -271,10 +277,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -303,10 +309,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -317,10 +323,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -330,10 +336,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -362,10 +368,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -394,10 +400,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -426,14 +432,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -444,7 +449,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -459,14 +464,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -477,7 +481,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -492,10 +496,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -524,10 +528,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -561,16 +565,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -580,10 +587,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -591,10 +600,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -603,10 +614,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -614,11 +627,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -626,11 +641,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -639,10 +656,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -653,10 +672,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -667,10 +688,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -680,10 +703,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -694,10 +719,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -708,10 +735,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -722,10 +751,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -735,11 +766,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -747,6 +780,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -754,6 +788,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -763,6 +798,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -770,11 +806,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -782,11 +820,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -796,11 +836,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -808,6 +850,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -815,6 +858,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -824,12 +868,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -837,12 +883,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -852,12 +900,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -865,11 +915,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -879,29 +931,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -914,14 +968,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 GeV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Al Range cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 100 GeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 100 GeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -945,38 +999,35 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.090000s Real=0.168934s Sys=0.000000s + User=0.090000s Real=0.405665s Sys=0.000000s RunAction: End of run action is starting HistoManager: End of run actions are started ======================================================== Beam particle S32 Beam Energy(GeV) 200 Number of events 100 -Average energy deposit (GeV) 6.27 RMS(GeV) 4.325 -Average number of steps 54.1 -Average number of gamma 0.81 +Average energy deposit (GeV) 6.14 RMS(GeV) 4.371 +Average number of steps 53 +Average number of gamma 0.58 Average number of e- 0 Average number of e+ 0 -Average number of neutrons 9.92 -Average number of protons 11.19 +Average number of neutrons 13.11 +Average number of protons 12.47 Average number of antiprotons 0 -Average number of pi+ & pi- 6.36 -Average number of pi0 3.25 -Average number of kaons 0.12 +Average number of pi+ & pi- 7.69 +Average number of pi0 4.23 +Average number of kaons 0.16 Average number of muons 0 -Average number of deuterons+tritons 2.86 -Average number of He3+alpha 1.07 -Average number of ions 1.09 +Average number of deuterons+tritons 2.28 +Average number of He3+alpha 1.63 +Average number of ions 0.47 ======================================================== -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.091 MB +Dynamic pools deleted: 14 / Total memory freed: 0.1 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr03/History b/examples/extended/hadronic/Hadr03/History index e2c1cc0734..afc19fd4ee 100644 --- a/examples/extended/hadronic/Hadr03/History +++ b/examples/extended/hadronic/Hadr03/History @@ -1,17 +1,18 @@ +# Example Hadr03 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr03 History file - ------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-04-01 mma (exhadr03-V11-00-01) +- PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2) - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr03-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-10-21 I. Hrivnacova (exhadr03-V10-07-05) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/hadronic/Hadr03/hadr03.out b/examples/extended/hadronic/Hadr03/hadr03.out index 2ca8635227..e79d69029f 100644 --- a/examples/extended/hadronic/Hadr03/hadr03.out +++ b/examples/extended/hadronic/Hadr03/hadr03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,18 +40,19 @@ Command is ignored. ---> Isotope: Mo98 Z = 42 N = 98 A = 97.91 g/mole abundance: 100.000 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -69,7 +70,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -79,8 +80,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -137,7 +139,8 @@ Type of PIXE cross section for e+- Livermore ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1 ns +Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -147,12 +150,12 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -166,8 +169,8 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -179,11 +182,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -193,11 +198,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -205,11 +212,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -218,10 +227,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_alpha @@ -230,10 +241,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -242,10 +255,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_lambda @@ -253,11 +268,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_neutron @@ -266,10 +283,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_proton @@ -278,10 +297,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_triton @@ -290,10 +311,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for deuteron @@ -301,11 +324,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for gamma @@ -314,6 +339,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -321,12 +347,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -334,12 +362,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for lambda @@ -347,12 +377,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for neutron @@ -360,28 +392,36 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -389,12 +429,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -402,12 +444,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for proton @@ -415,12 +459,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -428,12 +474,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton @@ -441,29 +489,31 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -476,7 +526,7 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Molybdenum98 Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 0 fm - Energy thresholds : gamma 42.9599 keV e- 1.44667 MeV e+ 1.35954 MeV proton 0 eV + Energy thresholds : gamma 42.9626 keV e- 1.44668 MeV e+ 1.35953 MeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -501,17 +551,17 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.120000s Real=0.118732s Sys=0.000000s + User=0.140000s Real=0.141653s Sys=0.000000s The run is 10000 proton of 10 MeV through 10 m of Molybdenum98 (density: 10.28 g/cm3 ) Process calls frequency: - hadElastic= 8133 protonInelastic= 1867 + hadElastic= 8153 protonInelastic= 1847 - MeanFreePath: 4.9998 cm +- 5.0491 cm massic: 51.398 g/cm2 - CrossSection: 0.20001 cm^-1 massic: 1.9456 mm2/g - crossSection per atom: 3.1631 barn + MeanFreePath: 4.9197 cm +- 4.9361 cm massic: 50.575 g/cm2 + CrossSection: 0.20326 cm^-1 massic: 1.9773 mm2/g + crossSection per atom: 3.2146 barn Verification: crossSections from G4HadronicProcessStore: hadElastic= 1.5946 mm2/g 2.5924 barn @@ -521,27 +571,50 @@ Run Summary List of nuclear reactions: proton + Mo98 --> N gamma or e- + Tc99: 1 Q = 6.4945 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98: 1854 Q = -2.4769 MeV - proton + Mo98 --> N gamma or e- + proton + Mo98: 12 Q = -0.003261 meV - proton + Mo98 --> proton + Mo98: 8133 Q = -0.0056448 meV + proton + Mo98 --> N gamma or e- + Tc99[142.683]: 1 Q = 6.3518 MeV + proton + Mo98 --> N gamma or e- + alpha + Nb95: 5 Q = 3.5405 MeV + proton + Mo98 --> N gamma or e- + alpha + Nb95[235.690]: 2 Q = 3.3048 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98: 1574 Q = -2.4768 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[138.550]: 34 Q = -2.6123 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[152.090]: 12 Q = -2.6246 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[190.210]: 29 Q = -2.6627 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[203.670]: 41 Q = -2.6762 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[21.800]: 54 Q = -2.4943 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[65.430]: 63 Q = -2.5379 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[81.680]: 5 Q = -2.5542 MeV + proton + Mo98 --> N gamma or e- + proton + Mo98: 18 Q = -0.00098874 meV + proton + Mo98 --> N gamma or e- + proton + Mo98[734.750]: 8 Q = -734.75 keV + proton + Mo98 --> proton + Mo98: 8153 Q = -0.0056929 meV number of gamma or e- (ic): N = 1 --> 10 List of generated particles: - Mo98: 8145 Emean = 32.942 keV ( 816.92 meV --> 405.01 keV) - Tc98: 1854 Emean = 119.43 keV ( 7.5639 keV --> 296.88 keV) - Tc99: 1 Emean = 88.079 keV ( 88.079 keV --> 88.079 keV) - e-: 531 Emean = 111.17 keV ( 18.483 keV --> 3.7913 MeV) - gamma: 11986 Emean = 893.34 keV ( 7.8577 keV --> 12.228 MeV) - neutron: 1854 Emean = 1.6222 MeV ( 48.681 keV --> 7.3539 MeV) - proton: 12 Emean = 7.1619 MeV ( 5.0264 MeV --> 9.3382 MeV) + Mo98: 8171 Emean = 32.25 keV ( 3.0808 eV --> 405.01 keV) + Mo98[734.750]: 8 Emean = 157.87 keV ( 946.9 eV --> 283.24 keV) + Nb95: 5 Emean = 601.67 keV ( 305.57 keV --> 923.45 keV) + Nb95[235.690]: 2 Emean = 784.85 keV ( 688.21 keV --> 881.48 keV) + Tc98: 1574 Emean = 117.29 keV ( 18.619 keV --> 279.89 keV) + Tc98[138.550]: 34 Emean = 139.71 keV ( 26.301 keV --> 260.02 keV) + Tc98[152.090]: 12 Emean = 127.18 keV ( 44.762 keV --> 287.76 keV) + Tc98[190.210]: 29 Emean = 131.77 keV ( 27.319 keV --> 287.13 keV) + Tc98[203.670]: 41 Emean = 110.16 keV ( 6.0166 keV --> 303.34 keV) + Tc98[21.800]: 54 Emean = 113.37 keV ( 32.026 keV --> 210.36 keV) + Tc98[65.430]: 63 Emean = 129.95 keV ( 27.207 keV --> 283.69 keV) + Tc98[81.680]: 5 Emean = 158.69 keV ( 46.56 keV --> 252.45 keV) + Tc99: 1 Emean = 107.75 keV ( 107.75 keV --> 107.75 keV) + Tc99[142.683]: 1 Emean = 93.139 keV ( 93.139 keV --> 93.139 keV) + alpha: 7 Emean = 9.6177 MeV ( 8.5748 MeV --> 11.085 MeV) + e-: 385 Emean = 110.24 keV ( 84.761 keV --> 806.31 keV) + gamma: 10762 Emean = 975.88 keV ( 7.8554 keV --> 12.222 MeV) + neutron: 1812 Emean = 1.6388 MeV ( 55.776 keV --> 7.0091 MeV) + proton: 26 Emean = 7.0403 MeV ( 3.769 MeV --> 9.5704 MeV) - Momentum balance: Pmean = 40.892 eV ( 0.00087973 meV --> 2.6696 keV) + Momentum balance: Pmean = 29.752 eV ( 0.00156 meV --> 1.9714 keV) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1417240353, 1345316016 + Current couple of seeds = 951332687, 2125471326 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/hadronic/Hadr03/src/PhysicsList.cc b/examples/extended/hadronic/Hadr03/src/PhysicsList.cc index 91fb0fb473..697e6e2c9a 100644 --- a/examples/extended/hadronic/Hadr03/src/PhysicsList.cc +++ b/examples/extended/hadronic/Hadr03/src/PhysicsList.cc @@ -34,6 +34,8 @@ #include "G4SystemOfUnits.hh" #include "G4UnitsTable.hh" +#include "G4NuclideTable.hh" + #include "G4HadronElasticPhysicsHP.hh" #include "G4HadronElasticPhysicsXS.hh" @@ -77,8 +79,13 @@ PhysicsList::PhysicsList() //add new units for cross sections // new G4UnitDefinition( "mm2/g", "mm2/g", "Surface/Mass", mm2/g); - new G4UnitDefinition( "um2/mg", "um2/mg","Surface/Mass", um*um/mg); - + new G4UnitDefinition( "um2/mg", "um2/mg","Surface/Mass", um*um/mg); + + // mandatory for G4NuclideTable + // + const G4double meanLife = 1*nanosecond, halfLife = meanLife*std::log(2); + G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(halfLife); + // Hadron Elastic scattering // RegisterPhysics( new G4HadronElasticPhysicsHP(verb)); diff --git a/examples/extended/hadronic/Hadr04/History b/examples/extended/hadronic/Hadr04/History index 2674fcd63e..d8478bdf64 100644 --- a/examples/extended/hadronic/Hadr04/History +++ b/examples/extended/hadronic/Hadr04/History @@ -1,17 +1,16 @@ +# Example Hadr04 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr04 History file - ------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr04-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 05-10-21 mma (exhadr04-V10-07-05) - NeutronHPphysics: use G4GenericMessenger instead of NeutronHPMessenger diff --git a/examples/extended/hadronic/Hadr04/hadr04.out b/examples/extended/hadronic/Hadr04/hadr04.out index 4b975094ea..b94d2470d2 100644 --- a/examples/extended/hadronic/Hadr04/hadr04.out +++ b/examples/extended/hadronic/Hadr04/hadr04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -46,12 +46,12 @@ userDetector->Construct() start. Water_ts is registered to the default region. physicsList->Construct() start. -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic physicsList->CheckParticleList() start. physicsList->setCut() start. # @@ -60,16 +60,16 @@ physicsList->setCut() start. # /run/printProgress 100 /run/beamOn 1000 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon Neutron HP Thermal Scattering Data: Following material-element pairs and/or elements are registered. Element TS_H_of_Water, internal thermal scattering id 0 Element TS_D_of_Heavy_Water, internal thermal scattering id 1 Element TS_C_of_Graphite, internal thermal scattering id 2 -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon Neutron HP Thermal Scattering: Following material-element pairs or elements are registered. Element TS_H_of_Water, internal thermal scattering id 0 @@ -93,22 +93,29 @@ Element TS_C_of_Graphite, internal thermal scattering id 2 Model: NeutronHPElastic: 4 eV ---> 20 MeV Model: NeutronHPThermalScattering: 0 eV ---> 4 eV Cr_sctns: NeutronHPThermalScatteringData: 0 eV ---> 4 eV + Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Process: neutronInelastic Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + ================================================================ ======================================================= @@ -123,8 +130,8 @@ Element TS_C_of_Graphite, internal thermal scattering id 2 UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon Region -- -- appears in world volume This region is in the mass world. @@ -144,7 +151,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Water_ts Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 0 fm - Energy thresholds : gamma 2.93545 keV e- 351.351 keV e+ 341.641 keV proton 0 eV + Energy thresholds : gamma 2.93544 keV e- 351.346 keV e+ 341.651 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -174,29 +181,29 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=9.350000s Real=11.012183s Sys=0.000000s + User=9.780000s Real=12.425638s Sys=0.000000s The run is 1000 neutron of 2 MeV through 50 cm of Water_ts (density: 1 g/cm3 ) Process calls frequency : - hadElastic= 209983 nCapture= 1000 + hadElastic= 224412 nCapture= 1000 Parcours of incident neutron: - nb of collisions E>1*eV= 16.427 E<1*eV= 194.56 total= 210.98 - track length E>1*eV= 19.88 cm E<1*eV= 72.256 cm total= 92.136 cm - time of flight E>1*eV= 748.69 ns E<1*eV= 200.23 us total= 200.98 us + nb of collisions E>1*eV= 16.673 E<1*eV= 208.74 total= 225.41 + track length E>1*eV= 20.254 cm E<1*eV= 76.435 cm total= 96.688 cm + time of flight E>1*eV= 796.3 ns E<1*eV= 211.84 us total= 212.64 us List of generated particles: - O16: 11771 Emean = 10.158 keV ( 0.11485 meV --> 439.55 keV) - O17: 12 Emean = 13.501 keV ( 5.3274 meV --> 162.01 keV) - O18: 40 Emean = 2.8938 keV ( 3.2489 meV --> 70.099 keV) - deuteron: 1000 Emean = 1.3176 keV ( 1.2033 keV --> 1.4129 keV) - gamma: 1000 Emean = 2.2231 MeV ( 2.223 MeV --> 2.2232 MeV) - proton: 13735 Emean = 136.96 keV ( 0.23933 meV --> 1.9999 MeV) + O16: 12233 Emean = 9.3327 keV ( 0.058598 meV --> 444.96 keV) + O17: 17 Emean = 3.831 keV ( 2.9119 meV --> 64.585 keV) + O18: 35 Emean = 10.242 keV ( 11.177 meV --> 199.22 keV) + deuteron: 999 Emean = 1.3176 keV ( 1.2609 keV --> 1.4405 keV) + gamma: 1000 Emean = 2.225 MeV ( 2.2229 MeV --> 4.1426 MeV) + proton: 13906 Emean = 135.66 keV ( 9.7889 meV --> 1.9995 MeV) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 444378817, 102990532 + Current couple of seeds = 1274956609, 42059612 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -219,14 +226,14 @@ Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0173 MB -Pool ID '7G4Track', size : 0.0336 MB +Pool ID '17G4DynamicParticle', size : 0.0154 MB +Pool ID '7G4Track', size : 0.0298 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.000961 MB Pool ID '17G4ReactionProduct', size : 0.000961 MB Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.062 MB +Dynamic pools deleted: 11 / Total memory freed: 0.057 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/hadronic/Hadr05/History b/examples/extended/hadronic/Hadr05/History index 17e830fa4e..1a0f5ed957 100644 --- a/examples/extended/hadronic/Hadr05/History +++ b/examples/extended/hadronic/Hadr05/History @@ -1,18 +1,22 @@ ----------------------------------------------------- +# Example Hadr05 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr05 History file - -------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-04-01 mma (exhadr05-V11-00-02) +- PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2) + +## 2022-01-18 Jonas Hahnfeld (exhadr05-V11-00-01) +- Prefer pointer to `const G4Material` if possible + +## 2021-12-10 Ben Morgan (exhadr05-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 25-10-21 B.Morgan (exhadr05-V10-07-07) - Use G4StrUtil functions replacing deprecated G4String member functions diff --git a/examples/extended/hadronic/Hadr05/hadr05.out b/examples/extended/hadronic/Hadr05/hadr05.out new file mode 100644 index 0000000000..b435ec0f36 --- /dev/null +++ b/examples/extended/hadronic/Hadr05/hadr05.out @@ -0,0 +1,155 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +/run/verbose 1 +/process/em/verbose 0 +/process/had/verbose 0 +/testhadr/det/setNbOfLayers 50 +/testhadr/det/setNbOfAbsor 2 +/testhadr/det/setAbsor 1 Iron 36 mm +/testhadr/det/setAbsor 2 Scintillator 4 mm +/testhadr/det/setSizeYZ 1.5 m +/run/initialize + +------------------------------------------------------------- + ---> The calorimeter is 50 layers of: + Iron: 3.6 cm ---> sum = 1.8 m = 102.4 Radl = 10.59 NuclearInteractionLength + Scintillator: 4 mm ---> sum = 20 cm = 0.4701 Radl = 0.2858 NuclearInteractionLength + + total thickness = 2 m = 102.8 Radl = 10.87 NuclearInteractionLength + transverse sizeYZ = 1.5 m +------------------------------------------------------------- + + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Iron density: 7.870 g/cm3 RadL: 1.758 cm Nucl.Int.Length: 16.999 cm + Imean: 286.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Scintillator density: 1.032 g/cm3 RadL: 42.544 cm Nucl.Int.Length: 69.969 cm + Imean: 62.657 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 % + ElmMassFraction: 91.47 % ElmAbundance 47.37 % + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 8.53 % ElmAbundance 52.63 % + + +------------------------------------------------------------- +/testhadr/gun/setDefault +/gun/particle proton +/gun/energy 5 GeV +/run/printProgress 100 +/run/beamOn 1000 +### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Galactic + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 0 fm + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 0 eV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Iron + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 0 fm + Energy thresholds : gamma 20.7519 keV e- 1.28828 MeV e+ 1.21724 MeV proton 0 eV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : Scintillator + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 0 fm + Energy thresholds : gamma 2.3988 keV e- 356.841 keV e+ 347.078 keV proton 0 eV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. +--> Event 0 starts. +--> Event 100 starts. +--> Event 200 starts. +--> Event 300 starts. +--> Event 400 starts. +--> Event 500 starts. +--> Event 600 starts. +--> Event 700 starts. +--> Event 800 starts. +--> Event 900 starts. + Run terminated. +Run Summary + Number of events processed : 1000 + User=78.650000s Real=84.688196s Sys=0.210000s + + ---> The run is 1000 proton of 5 GeV through calorimeter + + Process calls frequency : + Decay= 3745 He3Inelastic= 2 NoProcess= 4052062 + Radioactivation= 80759 Rayl= 215969 Transportation= 3998258 + alphaInelastic= 3 annihil= 57916 compt= 2649589 + conv= 54627 dInelastic= 78 eBrem= 389207 + eIoni= 6188997 hBertiniCaptureAtRest= 467 hIoni= 1425675 + hadElastic= 4492144 ionElastic= 2 ionIoni= 4140715 + kaon+Inelastic= 16 kaon-Inelastic= 2 kaon0LInelastic= 13 + kaon0SInelastic= 3 lambdaInelastic= 12 msc= 257743 + muIoni= 8017 muMinusCaptureAtRest= 12 nCapture= 52834 + neutronInelastic= 91833 phot= 849821 photonNuclear= 212 + pi+Inelastic= 1006 pi-Inelastic= 928 protonInelastic= 4181 + sigma-Inelastic= 1 tInelastic= 9 + +------------------------------------------------------------ + material Edep rmsE sqrt(E0(GeV))*rmsE/Edep total tracklen + + 1 Iron 4.0414 GeV 297.7 MeV 16.47 +- 0.521 % 2.172 m +- 48 cm + 2 Scintillator 115.45 MeV 33.47 MeV 64.82 +- 2.05 % 22.64 cm +- 6.84 cm + + Total Edep = 4.157 GeV + Leakage : primary = 0 eV secondaries = 191.1 MeV ---> total = 191.1 MeV + Total energy released : Edep + Eleak = 4.348 GeV +------------------------------------------------------------ +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.31 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr05/src/PhysicsList.cc b/examples/extended/hadronic/Hadr05/src/PhysicsList.cc index 6c3f7258c5..2a8bc195bb 100644 --- a/examples/extended/hadronic/Hadr05/src/PhysicsList.cc +++ b/examples/extended/hadronic/Hadr05/src/PhysicsList.cc @@ -33,6 +33,8 @@ #include "G4SystemOfUnits.hh" +#include "G4NuclideTable.hh" + #include "G4HadronElasticPhysicsXS.hh" #include "HadronElasticPhysicsHP.hh" #include "G4HadronPhysicsFTFP_BERT_HP.hh" @@ -63,7 +65,12 @@ PhysicsList::PhysicsList() { G4int verb = 1; SetVerboseLevel(verb); - + + // mandatory for G4NuclideTable + // + const G4double meanLife = 1*nanosecond, halfLife = meanLife*std::log(2); + G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(halfLife); + // Hadron Elastic scattering RegisterPhysics( new G4HadronElasticPhysicsXS(verb) ); ///RegisterPhysics( new HadronElasticPhysicsHP(verb) ); diff --git a/examples/extended/hadronic/Hadr05/src/RadioactiveDecayPhysics.cc b/examples/extended/hadronic/Hadr05/src/RadioactiveDecayPhysics.cc index d9736fdebe..60cd86c8ad 100644 --- a/examples/extended/hadronic/Hadr05/src/RadioactiveDecayPhysics.cc +++ b/examples/extended/hadronic/Hadr05/src/RadioactiveDecayPhysics.cc @@ -45,11 +45,6 @@ RadioactiveDecayPhysics::RadioactiveDecayPhysics(const G4String& name) : G4VPhysicsConstructor(name) { - // mandatory for G4NuclideTable - // - ///G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(0.1*picosecond); - ///G4NuclideTable::GetInstance()->SetLevelTolerance(1.0*eV); - // hadronic physics extra configuration // G4DeexPrecoParameters* deex = diff --git a/examples/extended/hadronic/Hadr05/src/SteppingAction.cc b/examples/extended/hadronic/Hadr05/src/SteppingAction.cc index c97a6a7108..962bad337c 100644 --- a/examples/extended/hadronic/Hadr05/src/SteppingAction.cc +++ b/examples/extended/hadronic/Hadr05/src/SteppingAction.cc @@ -123,7 +123,7 @@ G4double SteppingAction::BirksAttenuation(const G4Step* aStep) //Example of Birk attenuation law in organic scintillators. //adapted from Geant3 PHYS337. See MIN 80 (1970) 239-244 // - G4Material* material = aStep->GetTrack()->GetMaterial(); + const G4Material* material = aStep->GetTrack()->GetMaterial(); G4double birk1 = material->GetIonisation()->GetBirksConstant(); G4double destep = aStep->GetTotalEnergyDeposit(); G4double stepl = aStep->GetStepLength(); diff --git a/examples/extended/hadronic/Hadr06/History b/examples/extended/hadronic/Hadr06/History index 697f2dc9b9..0c079077f8 100644 --- a/examples/extended/hadronic/Hadr06/History +++ b/examples/extended/hadronic/Hadr06/History @@ -1,17 +1,19 @@ +# Example Hadr06 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr06 History file - ------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-04-01 mma (exhadr6-V11-00-01) +- PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2) +- TrackingAction: print ions with meanLife = 0 - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr06-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13-10-21 I. Hrivnacova (exhadr06-V10-07-14) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/hadronic/Hadr06/hadr06.out b/examples/extended/hadronic/Hadr06/hadr06.out index ea3bca6332..8125261005 100644 --- a/examples/extended/hadronic/Hadr06/hadr06.out +++ b/examples/extended/hadronic/Hadr06/hadr06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,7 +50,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1 ns +Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -60,12 +61,12 @@ Auger electron emission enabled 0 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -77,11 +78,13 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: Radioactivation --------------------------------------------------- @@ -91,11 +94,13 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -103,11 +108,13 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -116,10 +123,12 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -130,10 +139,12 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -144,10 +155,12 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -157,11 +170,13 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -172,10 +187,12 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -186,10 +203,12 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -200,10 +219,12 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -213,11 +234,13 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for gamma @@ -226,6 +249,7 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -233,12 +257,14 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -246,12 +272,14 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -261,12 +289,14 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -279,18 +309,22 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -298,12 +332,14 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -311,12 +347,14 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -326,12 +364,14 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -339,12 +379,14 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -354,29 +396,31 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -389,14 +433,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 0 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Li7 Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 0 eV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -421,50 +465,47 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.440000s Real=3.554176s Sys=0.000000s + User=3.420000s Real=3.474103s Sys=0.010000s The run is 10000 neutron of 14.1 MeV through 30 cm of Li7 (density: 1.85 g/cm3 ) Process calls frequency : - Decay= 8221 NoProcess= 182800 Radioactivation= 49 - Rayl= 2179 Transportation= 23692 compt= 38053 - eIoni= 42269 hIoni= 35930 hadElastic= 174576 - ionInelastic= 3 ionIoni= 194822 msc= 2 - nCapture= 23 neutronInelastic= 16456 phot= 816 - tInelastic= 11 + Decay= 8049 NoProcess= 179947 Radioactivation= 30 + Rayl= 2319 Transportation= 23806 compt= 40811 + eIoni= 44865 hIoni= 35894 hadElastic= 171491 + ionElastic= 1 ionIoni= 191727 nCapture= 15 + neutronInelastic= 16507 phot= 823 tInelastic= 3 - Mean energy deposit per event = 11.057 MeV rms = 2.5756 MeV - Mean energy leakage per event = 1.0234 MeV rms = 2.8323 MeV - total energy: Edep + Eleak = 12.081 MeV + Mean energy deposit per event = 11.049 MeV rms = 2.6034 MeV + Mean energy leakage per event = 1.0609 MeV rms = 2.9094 MeV - List of particles at creation (with meanLife != 0): - Be8: 1 Emean = 725.16 keV ( 725.16 keV --> 725.16 keV) mean life = 0.00011803 ps - C12: 1 Emean = 2.3092 MeV ( 2.3092 MeV --> 2.3092 MeV) stable - Li6: 58 Emean = 1.7315 MeV ( 269.16 keV --> 3.8158 MeV) stable - Li7: 182742 Emean = 298.2 keV ( 1.7124 meV --> 6.2249 MeV) stable - Li8: 24 Emean = 139.54 keV ( 146.5 eV --> 3.3124 MeV) mean life = 1.2117 s - alpha: 8300 Emean = 2.7363 MeV ( 1.4404 keV --> 10.816 MeV) stable - anti_nu_e: 24 Emean = 6.3907 MeV ( 2.7957 MeV --> 11.056 MeV) stable - deuteron: 1 Emean = 352.87 keV ( 352.87 keV --> 352.87 keV) stable - e-: 37803 Emean = 30.337 keV ( 100.02 eV --> 10.171 MeV) stable - gamma: 2579 Emean = 493.43 keV ( 295.36 keV --> 4.4773 MeV) stable - neutron: 16536 Emean = 3.556 MeV ( 2.3421 keV --> 14.095 MeV) mean life = 14.67 min - triton: 8232 Emean = 3.9097 MeV ( 30.195 keV --> 10.263 MeV) mean life = 12.32 y + total energy: Edep + Eleak = 12.11 MeV + + List of particles at creation : + Be8[3030.000]: 15 Emean = 7.6597 keV ( 1.7427 keV --> 11.702 keV) mean life = 0 ps + Li6: 47 Emean = 1.7213 MeV ( 244.36 keV --> 4.0596 MeV) stable + Li7: 179900 Emean = 308.25 keV ( 2.0831 meV --> 6.2241 MeV) stable + Li8: 15 Emean = 292.72 eV ( 10.399 eV --> 863.97 eV ) mean life = 1.2117 s + alpha: 8088 Emean = 2.7437 MeV ( 3.9355 keV --> 8.8316 MeV) stable + anti_nu_e: 15 Emean = 7.9832 MeV ( 5.1073 MeV --> 11.127 MeV) stable + e-: 40388 Emean = 27.44 keV ( 100 eV --> 7.8585 MeV) stable + gamma: 2673 Emean = 485.74 keV ( 458.14 keV --> 2.0431 MeV) stable + neutron: 16560 Emean = 3.5788 MeV ( 4.0149 keV --> 14.097 MeV) mean life = 14.67 min + triton: 8052 Emean = 3.9336 MeV ( 7.3962 keV --> 10.253 MeV) mean life = 12.32 y List of particles emerging from the absorber : - anti_nu_e: 24 Emean = 6.3907 MeV ( 2.7957 MeV --> 11.056 MeV) Eleak/event = 15.338 keV - e-: 2 Emean = 66.928 keV ( 61.757 keV --> 72.099 keV) Eleak/event = 13.386 eV - gamma: 1763 Emean = 160.76 keV ( 12.905 keV --> 4.4773 MeV) Eleak/event = 28.343 keV - neutron: 10057 Emean = 974.15 keV ( 19.601 meV --> 14.1 MeV) Eleak/event = 979.7 keV + anti_nu_e: 15 Emean = 7.9832 MeV ( 5.1073 MeV --> 11.127 MeV) Eleak/event = 11.975 keV + gamma: 1850 Emean = 143.13 keV ( 11.746 keV --> 2.0324 MeV) Eleak/event = 26.48 keV + neutron: 10038 Emean = 1.0186 MeV ( 18.784 meV --> 14.1 MeV) Eleak/event = 1.0225 MeV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 282138076, 1035412801 + Current couple of seeds = 1592173356, 237181160 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.066 MB +Dynamic pools deleted: 11 / Total memory freed: 0.059 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr06/src/PhysicsList.cc b/examples/extended/hadronic/Hadr06/src/PhysicsList.cc index db854971ee..a2a111cb55 100644 --- a/examples/extended/hadronic/Hadr06/src/PhysicsList.cc +++ b/examples/extended/hadronic/Hadr06/src/PhysicsList.cc @@ -34,6 +34,8 @@ #include "G4SystemOfUnits.hh" #include "G4UnitsTable.hh" +#include "G4NuclideTable.hh" + #include "HadronElasticPhysicsHP.hh" #include "G4HadronElasticPhysicsXS.hh" #include "G4HadronPhysicsFTFP_BERT_HP.hh" @@ -68,7 +70,12 @@ PhysicsList::PhysicsList() // new G4UnitDefinition( "mm2/g", "mm2/g", "Surface/Mass", mm2/g); new G4UnitDefinition( "um2/mg", "um2/mg","Surface/Mass", um*um/mg); - + + // mandatory for G4NuclideTable + // + const G4double meanLife = 1*nanosecond, halfLife = meanLife*std::log(2); + G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(halfLife); + // Hadron Elastic scattering RegisterPhysics( new HadronElasticPhysicsHP(verb) ); ////RegisterPhysics( new G4HadronElasticPhysicsXS(verb) ); diff --git a/examples/extended/hadronic/Hadr06/src/RadioactiveDecayPhysics.cc b/examples/extended/hadronic/Hadr06/src/RadioactiveDecayPhysics.cc index d9736fdebe..60cd86c8ad 100644 --- a/examples/extended/hadronic/Hadr06/src/RadioactiveDecayPhysics.cc +++ b/examples/extended/hadronic/Hadr06/src/RadioactiveDecayPhysics.cc @@ -45,11 +45,6 @@ RadioactiveDecayPhysics::RadioactiveDecayPhysics(const G4String& name) : G4VPhysicsConstructor(name) { - // mandatory for G4NuclideTable - // - ///G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(0.1*picosecond); - ///G4NuclideTable::GetInstance()->SetLevelTolerance(1.0*eV); - // hadronic physics extra configuration // G4DeexPrecoParameters* deex = diff --git a/examples/extended/hadronic/Hadr06/src/Run.cc b/examples/extended/hadronic/Hadr06/src/Run.cc index 55b6320990..4178c27710 100644 --- a/examples/extended/hadronic/Hadr06/src/Run.cc +++ b/examples/extended/hadronic/Hadr06/src/Run.cc @@ -292,7 +292,7 @@ void Run::EndOfRun() //particles at creation // if (fParticleDataMap1.size() > 0) { - G4cout << "\n List of particles at creation (with meanLife != 0):" + G4cout << "\n List of particles at creation :" << G4endl; std::map::iterator itc; for (itc = fParticleDataMap1.begin(); itc != fParticleDataMap1.end(); itc++) { diff --git a/examples/extended/hadronic/Hadr06/src/TrackingAction.cc b/examples/extended/hadronic/Hadr06/src/TrackingAction.cc index cab776551c..7c189b546a 100644 --- a/examples/extended/hadronic/Hadr06/src/TrackingAction.cc +++ b/examples/extended/hadronic/Hadr06/src/TrackingAction.cc @@ -75,9 +75,7 @@ void TrackingAction::PreUserTrackingAction(const G4Track* track) G4String name = particle->GetParticleName(); G4double meanLife = particle->GetPDGLifeTime(); G4double energy = track->GetKineticEnergy(); - //do not count excited states with meanlife = 0. - if (fParticleCount && (meanLife != 0.)) - run->ParticleCount(name,energy,meanLife); + if (fParticleCount) run->ParticleCount(name,energy,meanLife); // histograms: energy at creation // diff --git a/examples/extended/hadronic/Hadr07/History b/examples/extended/hadronic/Hadr07/History index 1d19a5beb9..7319f6962c 100644 --- a/examples/extended/hadronic/Hadr07/History +++ b/examples/extended/hadronic/Hadr07/History @@ -1,18 +1,19 @@ -------------------------------------------------------------------- +# Example Hadr07 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr07 History file - ------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-04-01 mma (exhadr07-V11-00-01) +- PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2) +- TrackingAction: print ions with meanLife = 0 - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr07-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13-10-21 mma (exhadr07-V10-07-12) - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger diff --git a/examples/extended/hadronic/Hadr07/hadr07.out b/examples/extended/hadronic/Hadr07/hadr07.out index 3711c69a86..f0543de3a1 100644 --- a/examples/extended/hadronic/Hadr07/hadr07.out +++ b/examples/extended/hadronic/Hadr07/hadr07.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,12 +40,12 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Li7: 30 cm ------------------------------------------------------------- -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon # /testhadr/gun/setDefault /gun/particle neutron @@ -56,7 +56,8 @@ NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1 ns +Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -66,12 +67,12 @@ Auger electron emission enabled 0 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -85,8 +86,8 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -98,11 +99,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: Radioactivation --------------------------------------------------- @@ -112,11 +115,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -124,11 +129,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -137,10 +144,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_alpha @@ -149,10 +158,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -161,10 +172,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_lambda @@ -172,11 +185,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_neutron @@ -185,10 +200,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_proton @@ -197,10 +214,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_triton @@ -209,10 +228,12 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for deuteron @@ -220,11 +241,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for gamma @@ -233,6 +256,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -240,12 +264,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -253,12 +279,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for lambda @@ -266,12 +294,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for neutron @@ -279,28 +309,36 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -308,12 +346,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -321,12 +361,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for proton @@ -334,12 +376,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -347,12 +391,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton @@ -360,29 +406,31 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -395,14 +443,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 0 fm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 0 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Li7 Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 0 fm - Energy thresholds : gamma 1.50911 keV e- 466.359 keV e+ 452.478 keV proton 0 eV + Energy thresholds : gamma 1.50862 keV e- 466.359 keV e+ 452.491 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -427,7 +475,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=4.420000s Real=4.502668s Sys=0.000000s + User=4.250000s Real=4.755143s Sys=0.000000s ======================== run summary ===================== @@ -435,41 +483,42 @@ Run Summary 1 30 cm of Li7 (density: 1.85 g/cm3 ) Process calls frequency : - NoProcess= 100025 Radioactivation= 163 Rayl= 2199 - Transportation= 57342 compt= 79029 eBrem= 78 - eIoni= 96401 hIoni= 161 hadElastic= 86469 - ionIoni= 100502 msc= 44 nCapture= 1 - neutronInelastic= 14419 phot= 675 + NoProcess= 99602 Radioactivation= 172 Rayl= 2219 + Transportation= 56886 compt= 77809 eBrem= 89 + eIoni= 94993 hIoni= 168 hadElastic= 86255 + ionIoni= 100077 msc= 70 nCapture= 2 + neutronInelastic= 14181 phot= 679 - Edep in absorber 1 = 5.96 MeV (23.1 keV-->22 MeV) + Edep in absorber 1 = 5.99 MeV (8.37 keV-->23.3 MeV) - List of created particles (with meanLife != 0) in absorber 1: - He6: 161 Emean = 1.29 MeV ( 925 keV --> 1.34 MeV) mean life = 1.16 s - Li6: 161 Emean = 786 eV ( 16.1 eV --> 1.37 keV) stable - Li7: 99864 Emean = 553 keV ( 21.2 meV --> 6.22 MeV) stable - Li8: 1 Emean = 239 keV ( 239 keV --> 239 keV) mean life = 1.21 s - alpha: 307 Emean = 1.09 MeV ( 79.3 keV --> 3.55 MeV) stable - anti_nu_e: 162 Emean = 1.91 MeV ( 365 keV --> 3.36 MeV) stable - deuteron: 161 Emean = 430 keV ( 309 keV --> 447 keV) stable - e-: 78652 Emean = 47.3 keV ( 100 eV --> 10.2 MeV) stable - gamma: 13472 Emean = 475 keV ( 1.56 keV --> 2.87 MeV) stable - neutron: 15121 Emean = 3.63 MeV ( 8.75 keV --> 13.6 MeV) mean life = 14.7 min + List of created particles in absorber 1: + Be8[3030.000]: 2 Emean = 9.51 keV ( 8.92 keV --> 10.1 keV) mean life = 0 ps + He6: 168 Emean = 1.3 MeV ( 954 keV --> 1.34 MeV) mean life = 1.16 s + Li6: 168 Emean = 794 eV ( 29.2 eV --> 1.4 keV) stable + Li7: 99434 Emean = 559 keV ( 57.3 meV --> 6.22 MeV) stable + Li8: 2 Emean = 12.5 keV ( 8.42 keV --> 16.7 keV) mean life = 1.21 s + alpha: 298 Emean = 1.15 MeV ( 80 keV --> 3.81 MeV) stable + anti_nu_e: 170 Emean = 2.05 MeV ( 254 keV --> 9.99 MeV) stable + deuteron: 168 Emean = 433 keV ( 319 keV --> 447 keV) stable + e-: 77454 Emean = 47.3 keV ( 100 eV --> 9.15 MeV) stable + gamma: 13271 Emean = 475 keV ( 1.54 keV --> 2.14 MeV) stable + neutron: 14848 Emean = 3.63 MeV ( 2.85 keV --> 13.6 MeV) mean life = 14.7 min List of particles emerging from absorbers : - anti_nu_e: 162 Emean = 1.91 MeV ( 365 keV --> 3.36 MeV) - e-: 11 Emean = 211 keV ( 55.1 keV --> 793 keV) - gamma: 12797 Emean = 231 keV ( 12.4 keV --> 2.87 MeV) - neutron: 10701 Emean = 2.18 MeV ( 311 meV --> 14.1 MeV) + anti_nu_e: 170 Emean = 2.05 MeV ( 254 keV --> 9.99 MeV) + e-: 16 Emean = 453 keV ( 56.1 keV --> 2.26 MeV) + gamma: 12592 Emean = 231 keV ( 9.79 keV --> 981 keV) + neutron: 10665 Emean = 2.23 MeV ( 757 meV --> 14.1 MeV) - Nb of events with primary absorbed = 87 %, transmit = 6.6 %, reflected = 6.3 % + Nb of events with primary absorbed = 87 %, transmit = 7 %, reflected = 6.1 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 113442872, 62382560 + Current couple of seeds = 1176989738, 551011292 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.041 MB +Dynamic pools deleted: 11 / Total memory freed: 0.04 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr07/src/PhysicsList.cc b/examples/extended/hadronic/Hadr07/src/PhysicsList.cc index 58fffc4865..28f5725180 100644 --- a/examples/extended/hadronic/Hadr07/src/PhysicsList.cc +++ b/examples/extended/hadronic/Hadr07/src/PhysicsList.cc @@ -34,6 +34,8 @@ #include "G4SystemOfUnits.hh" #include "G4UnitsTable.hh" +#include "G4NuclideTable.hh" + #include "HadronElasticPhysicsHP.hh" #include "G4HadronPhysicsFTFP_BERT_HP.hh" #include "G4HadronPhysicsQGSP_BIC_HP.hh" @@ -69,7 +71,12 @@ PhysicsList::PhysicsList() // new G4UnitDefinition( "mm2/g", "mm2/g", "Surface/Mass", mm2/g); new G4UnitDefinition( "um2/mg", "um2/mg","Surface/Mass", um*um/mg); - + + // mandatory for G4NuclideTable + // + const G4double meanLife = 1*nanosecond, halfLife = meanLife*std::log(2); + G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(halfLife); + // Hadron Elastic scattering RegisterPhysics( new HadronElasticPhysicsHP(verb) ); diff --git a/examples/extended/hadronic/Hadr07/src/RadioactiveDecayPhysics.cc b/examples/extended/hadronic/Hadr07/src/RadioactiveDecayPhysics.cc index d9736fdebe..60cd86c8ad 100644 --- a/examples/extended/hadronic/Hadr07/src/RadioactiveDecayPhysics.cc +++ b/examples/extended/hadronic/Hadr07/src/RadioactiveDecayPhysics.cc @@ -45,11 +45,6 @@ RadioactiveDecayPhysics::RadioactiveDecayPhysics(const G4String& name) : G4VPhysicsConstructor(name) { - // mandatory for G4NuclideTable - // - ///G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(0.1*picosecond); - ///G4NuclideTable::GetInstance()->SetLevelTolerance(1.0*eV); - // hadronic physics extra configuration // G4DeexPrecoParameters* deex = diff --git a/examples/extended/hadronic/Hadr07/src/Run.cc b/examples/extended/hadronic/Hadr07/src/Run.cc index 0557f63800..e07ef3fa04 100644 --- a/examples/extended/hadronic/Hadr07/src/Run.cc +++ b/examples/extended/hadronic/Hadr07/src/Run.cc @@ -284,7 +284,7 @@ void Run::EndOfRun() //particles count in absorbers // for (G4int k=1; k<= nbOfAbsor; k++) { - G4cout << "\n List of created particles (with meanLife != 0) in absorber " + G4cout << "\n List of created particles in absorber " << k << ":" << G4endl; std::map::iterator itc; diff --git a/examples/extended/hadronic/Hadr07/src/TrackingAction.cc b/examples/extended/hadronic/Hadr07/src/TrackingAction.cc index f504e799be..d259757c65 100644 --- a/examples/extended/hadronic/Hadr07/src/TrackingAction.cc +++ b/examples/extended/hadronic/Hadr07/src/TrackingAction.cc @@ -70,8 +70,7 @@ void TrackingAction::PreUserTrackingAction(const G4Track* track) G4String name = track->GetDefinition()->GetParticleName(); G4double meanLife = track->GetDefinition()->GetPDGLifeTime(); G4double energy = track->GetKineticEnergy(); - //do not count excited states with meanlife = 0. - if (fParticleCount && (iabs > 0) && (meanLife != 0.)) + if (fParticleCount && (iabs > 0)) run->ParticleCount(iabs,name,energy,meanLife); } diff --git a/examples/extended/hadronic/Hadr08/History b/examples/extended/hadronic/Hadr08/History index f5e20ebc49..80056d6263 100644 --- a/examples/extended/hadronic/Hadr08/History +++ b/examples/extended/hadronic/Hadr08/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Hadr08 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr08 History file - ------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr08-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10-03-21 A. Ribon (exhadr08-V10-07-02) - BiasingOperation : added (forgotten) calls to BuildPhysicsTable. diff --git a/examples/extended/hadronic/Hadr08/hadr08.out b/examples/extended/hadronic/Hadr08/hadr08.out index 757c998814..53fd4f43f4 100644 --- a/examples/extended/hadronic/Hadr08/hadr08.out +++ b/examples/extended/hadronic/Hadr08/hadr08.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,7 +50,8 @@ INCL++/G4ExcitationHandler could not use its own level-density parameter for fis LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -67,7 +68,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -77,8 +78,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -141,10 +143,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -169,10 +171,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -199,21 +201,21 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV -hBrems: for proton XStype:1 SubType=3 +hBrems: for proton XStype:3 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi -hPairProd: for proton XStype:1 SubType=4 +hPairProd: for proton XStype:3 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 Sampling table 17x1001 from 7.50618 GeV to 100 TeV @@ -231,10 +233,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -245,10 +247,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -258,10 +260,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -290,10 +292,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -322,10 +324,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -354,14 +356,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -372,7 +373,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -387,14 +388,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -405,7 +405,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -420,10 +420,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -452,10 +452,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -489,15 +489,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -507,10 +510,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -518,10 +523,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -530,6 +537,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -537,11 +545,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -549,11 +559,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -562,10 +574,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -576,10 +590,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -590,10 +606,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -603,10 +621,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -617,10 +637,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -631,10 +653,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -645,10 +669,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -658,11 +684,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -670,6 +698,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -677,6 +706,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -686,6 +716,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -693,11 +724,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -705,11 +738,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -719,11 +754,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -731,6 +768,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -738,6 +776,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -747,11 +786,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -759,11 +800,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -773,11 +816,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -785,11 +830,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -799,29 +846,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -833,21 +882,72 @@ Max 2J for sampling of angular correlations 10 ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50112-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si29 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] Warning: maximum number of tries exceeded for the proposed 6.50089-MeV pi- + Si28 inelastic reaction, in direct kinematics. +[INCL++] INCL++ has already emitted 50 warnings and will emit no more. diff --git a/examples/extended/hadronic/Hadr09/History b/examples/extended/hadronic/Hadr09/History index 8353ac0964..a9fe19295c 100644 --- a/examples/extended/hadronic/Hadr09/History +++ b/examples/extended/hadronic/Hadr09/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Hadr09 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr08 History file - ------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr09-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10-11-21 Alberto Ribon (exhadr09-V10-07-01) - HadronicGenerator : extended interface and functionality; diff --git a/examples/extended/hadronic/Hadr09/hadr09.out b/examples/extended/hadronic/Hadr09/hadr09.out index 0ccfe15b29..0593b64881 100644 --- a/examples/extended/hadronic/Hadr09/hadr09.out +++ b/examples/extended/hadronic/Hadr09/hadr09.out @@ -10,7 +10,7 @@ IsIonProjectile: false =================================================== - Initial seed = 1653387324 + Initial seed = 1656510489 ================================================================================ @@ -18,23 +18,23 @@ IsIonProjectile: false INCL++/G4ExcitationHandler could not use its own level-density parameter for fission ================================================================================ - Collision 0 projectile=alpha Ekin[MeV]=8003.22 direction=(0.418586,0.0728269,0.905252) material=G4_H======================================================================= + Collision 0 projectile=xi_b0 Ekin[MeV]=11593.4 direction=(0.230908,0.704513,0.671076) material=G4_Fe======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -42,30 +42,135 @@ Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + --> #secondaries=12 impactParameter[fm]=2.18746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 List of produced secondaries: - j=0 proton p=(115.687,-272.286,174.075999.089) MeV - j=1 pi- p=(85.1184,-95.5735,262.656323.802) MeV - j=2 proton p=(1224.9,574.758,2348.772868.42) MeV - j=3 deuteron p=(1912.47,364.105,4553.785295.75) MeV - j=4 proton p=(1317.62,239.025,2729.533181.81) MeV - Collision 1 projectile=Bc+ Ekin[MeV]=29306.7 direction=(0.681029,0.639887,0.356012) material=G4_Si======================================================================= + j=0 sigma_b- p=(1903.36,6059.93,6063.1310532.2) MeV + j=1 sigma0 p=(70.9896,283.485,274.4921258.23) MeV + j=2 proton p=(-328.367,984.351,122.5021404.33) MeV + j=3 pi+ p=(167.318,243.993,218.697393.492) MeV + j=4 proton p=(1607.76,4183.64,4585.296480.2) MeV + j=5 neutron p=(-154.755,-123.809,42.0691961.161) MeV + j=6 Sc45[12.400] p=(531.282,-85.0083,-577.38641872.9) MeV + j=7 proton p=(51.0542,-134.265,78.153952.416) MeV + j=8 alpha p=(-71.0141,30.037,197.1833733.39) MeV + j=9 neutron p=(-19.5058,99.6819,6.6414945.063) MeV + j=10 neutron p=(28.6327,6.07658,-10.4449940.079) MeV + j=11 gamma p=(-1.56434,0.74723,0.4130731.78217) MeV + Collision 1 projectile=anti_sigma- Ekin[MeV]=22241.4 direction=(0.58389,0.56762,0.580414) material=G4_Pb + --> #secondaries=5 impactParameter[fm]=6.63427 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 2 projectile=anti_D0 Ekin[MeV]=10344.9 direction=(0.27666,0.243361,0.929642) material=G4_Al + --> #secondaries=7 impactParameter[fm]=3.47682 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 3 projectile=omega_c0 Ekin[MeV]=6908.12 direction=(0.65172,0.754357,0.0787851) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=3.10077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 4 projectile=omega_b- Ekin[MeV]=17397.6 direction=(0.236806,0.765041,0.598862) material=G4_W + --> #secondaries=21 impactParameter[fm]=5.6207 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 5 projectile=Ds+ Ekin[MeV]=13861.4 direction=(0.521461,0.436504,0.733173) material=G4_Al + --> #secondaries=14 impactParameter[fm]=5.80534 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 6 projectile=pi+ Ekin[MeV]=16663.7 direction=(0.389661,0.00714303,0.920931) material=G4_Cu + --> #secondaries=39 impactParameter[fm]=1.32745 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=59 #NNcollisions=3 + Collision 7 projectile=Ds+ Ekin[MeV]=17646 direction=(0.779251,0.626282,0.0231978) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.706016 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 8 projectile=anti_xi_b0 Ekin[MeV]=15568.7 direction=(0.191367,0.921477,0.338021) material=G4_Fe + --> #secondaries=31 impactParameter[fm]=2.80469 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=3 + Collision 9 projectile=lambda_c+ Ekin[MeV]=4397.47 direction=(0.615669,0.767444,0.178833) material=G4_Si + --> #secondaries=19 impactParameter[fm]=1.92328 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 10 projectile=anti_xi- Ekin[MeV]=26491.3 direction=(0.0211258,0.942619,0.333201) material=G4_Pb + --> #secondaries=31 impactParameter[fm]=7.33128 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 11 projectile=lambda_c+ Ekin[MeV]=10363.1 direction=(0.0417326,0.764537,0.643227) material=G4_Fe + --> #secondaries=25 impactParameter[fm]=0.203664 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 12 projectile=D+ Ekin[MeV]=4947.58 direction=(0.116006,0.124116,0.985463) material=G4_Pb + --> #secondaries=28 impactParameter[fm]=5.58193 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 13 projectile=anti_xi_b- Ekin[MeV]=2162.25 direction=(0.946544,0.296646,0.12671) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.493069 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 14 projectile=sigma- Ekin[MeV]=13982.1 direction=(0.121319,0.984939,0.123191) material=G4_Si + --> #secondaries=27 impactParameter[fm]=2.24839 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 15 projectile=lambda Ekin[MeV]=22967.4 direction=(0.225839,0.974163,0.0018026) material=G4_Fe + --> #secondaries=49 impactParameter[fm]=1.79332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 16 projectile=kaon+ Ekin[MeV]=15018.7 direction=(0.935049,0.0205283,0.353925) material=G4_W + --> #secondaries=34 impactParameter[fm]=6.39126 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 17 projectile=anti_lambda_b Ekin[MeV]=13175.5 direction=(0.762868,0.095652,0.63944) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.45818 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 18 projectile=anti_omega- Ekin[MeV]=7568.11 direction=(0.0494519,0.875221,0.481188) material=G4_C + --> #secondaries=16 impactParameter[fm]=1.3208 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 19 projectile=anti_lambda Ekin[MeV]=11867.5 direction=(0.126283,0.962762,0.239045) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.4354 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 20 projectile=anti_He3 Ekin[MeV]=18260.6 direction=(0.539423,0.16264,0.826179) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=7.26505 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 21 projectile=D- Ekin[MeV]=9859.43 direction=(0.743412,0.646064,0.173029) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=2.28536 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 22 projectile=kaon0S Ekin[MeV]=8468.1 direction=(0.817544,0.517367,0.25289) material=G4_Be + --> #secondaries=5 impactParameter[fm]=3.92252 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 23 projectile=anti_xi_c0 Ekin[MeV]=27808.9 direction=(0.553939,0.791397,0.25854) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.286394 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 24 projectile=kaon- Ekin[MeV]=4180.88 direction=(0.222559,0.756725,0.614683) material=G4_Be + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 25 projectile=xi- Ekin[MeV]=17900.9 direction=(0.608648,0.0439348,0.792223) material=G4_Pb + --> #secondaries=43 impactParameter[fm]=6.72279 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 26 projectile=anti_B0 Ekin[MeV]=20060.7 direction=(0.827183,0.552886,0.100427) material=G4_W + --> #secondaries=60 impactParameter[fm]=2.21449 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 27 projectile=xi_c+ Ekin[MeV]=11377.2 direction=(0.421222,0.870766,0.25365) material=G4_C + --> #secondaries=19 impactParameter[fm]=1.04286 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 + Collision 28 projectile=xi_b0 Ekin[MeV]=23409.6 direction=(0.642516,0.647504,0.409771) material=G4_Be + --> #secondaries=11 impactParameter[fm]=0.834352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 29 projectile=kaon0L Ekin[MeV]=5644.54 direction=(0.663448,0.525416,0.532706) material=G4_C + --> #secondaries=19 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 30 projectile=anti_D0 Ekin[MeV]=25714.3 direction=(0.18414,0.955398,0.230885) material=G4_W + --> #secondaries=34 impactParameter[fm]=4.13067 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 + Collision 31 projectile=triton Ekin[MeV]=20702.8 direction=(0.50258,0.466136,0.728101) material=G4_Ar + --> #secondaries=47 impactParameter[fm]=3.40333 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=5 + Collision 32 projectile=kaon0L Ekin[MeV]=18953.2 direction=(0.679436,0.591185,0.434589) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.731712 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 33 projectile=sigma+ Ekin[MeV]=16776.4 direction=(0.727153,0.561959,0.394272) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=4.90661 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 34 projectile=anti_deuteron Ekin[MeV]=29690.8 direction=(0.100283,0.774017,0.625173) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=4.18814 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=2 + Collision 35 projectile=lambda_c+ Ekin[MeV]=17675 direction=(0.491202,0.311671,0.813377) material=G4_Si + --> #secondaries=18 impactParameter[fm]=2.3066 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 36 projectile=xi_c0 Ekin[MeV]=18089.2 direction=(0.105403,0.981288,0.161135) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.442802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 37 projectile=sigma- Ekin[MeV]=22749.7 direction=(0.330172,0.886338,0.32464) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=5.36141 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 38 projectile=anti_proton Ekin[MeV]=28056.2 direction=(0.621056,0.273612,0.734456) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.40306 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 39 projectile=xi_b0 Ekin[MeV]=9809.4 direction=(0.493226,0.310144,0.812736) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.894513 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 40 projectile=anti_triton Ekin[MeV]=25365.8 direction=(0.16029,0.985454,0.0564522) material=G4_C + --> #secondaries=14 impactParameter[fm]=1.74446 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 41 projectile=Ds+ Ekin[MeV]=2006.21 direction=(0.744132,0.357387,0.564395) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=2.04461 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 42 projectile=anti_xi_b0 Ekin[MeV]=11022.8 direction=(0.671976,0.00680738,0.740541) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.57283 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 43 projectile=xi0 Ekin[MeV]=23198.9 direction=(0.192786,0.976153,0.0997902) material=G4_Be + --> #secondaries=13 impactParameter[fm]=2.48843 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 44 projectile=anti_xi_b0 Ekin[MeV]=27801.7 direction=(0.137076,0.817747,0.559017) material=G4_C + --> #secondaries=15 impactParameter[fm]=2.48922 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 45 projectile=omega_c0 Ekin[MeV]=5801.76 direction=(0.465176,0.691861,0.552213) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=2.22962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 46 projectile=lambda Ekin[MeV]=12180 direction=(0.396231,0.587107,0.705908) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=2.93708 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 47 projectile=xi0 Ekin[MeV]=20794.3 direction=(0.807803,0.583359,0.0845354) material=G4_Pb + --> #secondaries=14 impactParameter[fm]=6.97924 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 48 projectile=anti_omega- Ekin[MeV]=19333.7 direction=(0.899058,0.181624,0.39838) material=G4_C + --> #secondaries=20 impactParameter[fm]=1.77226 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 49 projectile=anti_lambda Ekin[MeV]=4932.35 direction=(0.293054,0.202928,0.934312) material=G4_Cu + --> #secondaries=28 impactParameter[fm]=3.28051 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=3 + Collision 50 projectile=deuteron Ekin[MeV]=1905.02 direction=(0.771415,0.372512,0.515901) material=G4_Cu======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -73,2249 +178,2151 @@ Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - --> #secondaries=6 impactParameter[fm]=2.84146 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 2 projectile=pi+ Ekin[MeV]=4356.07 direction=(0.955699,0.261697,0.134734) material=G4_Si - --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 3 projectile=pi+ Ekin[MeV]=20673.5 direction=(0.726725,0.378281,0.573389) material=G4_Pb - --> #secondaries=57 impactParameter[fm]=5.5602 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 4 projectile=anti_omega- Ekin[MeV]=24742.8 direction=(0.320219,0.441541,0.838153) material=G4_Pb - --> #secondaries=79 impactParameter[fm]=1.19412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 - Collision 5 projectile=sigma+ Ekin[MeV]=20903.7 direction=(0.223213,0.727727,0.648529) material=G4_He - --> #secondaries=6 impactParameter[fm]=2.22528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 6 projectile=Bs0 Ekin[MeV]=16013.4 direction=(0.273791,0.642876,0.715366) material=G4_Al - --> #secondaries=7 impactParameter[fm]=3.66511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 7 projectile=pi- Ekin[MeV]=24882.2 direction=(0.629603,0.742972,0.227143) material=G4_W - --> #secondaries=47 impactParameter[fm]=2.52238 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=2 - Collision 8 projectile=anti_deuteron Ekin[MeV]=7557.27 direction=(0.0337636,0.854404,0.518511) material=G4_He - --> #secondaries=7 impactParameter[fm]=3.13035 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 9 projectile=kaon+ Ekin[MeV]=10005.5 direction=(0.0713242,0.642444,0.763006) material=G4_Al - --> #secondaries=13 impactParameter[fm]=2.05531 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 10 projectile=lambda_c+ Ekin[MeV]=29659.8 direction=(0.586565,0.0144381,0.809774) material=G4_Be - --> #secondaries=8 impactParameter[fm]=1.6972 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 11 projectile=anti_sigma- Ekin[MeV]=2078.6 direction=(0.841258,0.211198,0.497675) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.40889 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 12 projectile=lambda Ekin[MeV]=29339.5 direction=(0.261011,0.624822,0.735847) material=G4_He - --> #secondaries=10 impactParameter[fm]=0.693706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 13 projectile=anti_deuteron Ekin[MeV]=18750.6 direction=(0.629522,0.356539,0.690349) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=6.09477 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 14 projectile=anti_xi_b- Ekin[MeV]=5204.81 direction=(0.429036,0.829021,0.35868) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=2.7762 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 15 projectile=anti_triton Ekin[MeV]=15501.1 direction=(0.838252,0.309603,0.448865) material=G4_Cu - --> #secondaries=50 impactParameter[fm]=3.06579 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 - Collision 16 projectile=anti_xi_b0 Ekin[MeV]=1031.93 direction=(0.66739,0.484606,0.565462) material=G4_W - --> #secondaries=40 impactParameter[fm]=4.11414 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=0 - Collision 17 projectile=Bc+ Ekin[MeV]=14818.8 direction=(0.250368,0.784376,0.567512) material=G4_Pb - --> #secondaries=31 impactParameter[fm]=6.39555 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=0 - Collision 18 projectile=anti_xi_c+ Ekin[MeV]=19744.6 direction=(0.875454,0.482108,0.0339501) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=1.7657 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=0 - Collision 19 projectile=B- Ekin[MeV]=24897.2 direction=(0.612827,0.675334,0.410326) material=G4_W - --> #secondaries=30 impactParameter[fm]=2.60049 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=0 - Collision 20 projectile=alpha Ekin[MeV]=25785.4 direction=(0.562952,0.807492,0.176183) material=G4_C - --> #secondaries=27 impactParameter[fm]=1.9857 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=7 - Collision 21 projectile=anti_xi_b- Ekin[MeV]=29083.8 direction=(0.542328,0.123942,0.830974) material=G4_Be - --> #secondaries=4 impactParameter[fm]=1.76791 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 22 projectile=B+ Ekin[MeV]=13822.1 direction=(0.0823393,0.99516,0.053643) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=2.92301 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 23 projectile=pi- Ekin[MeV]=3926.57 direction=(0.24978,0.656528,0.711745) material=G4_Si - --> #secondaries=16 impactParameter[fm]=3.02761 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 24 projectile=anti_lambda_c+ Ekin[MeV]=3330.55 direction=(0.0759764,0.95612,0.282953) material=G4_C - --> #secondaries=7 impactParameter[fm]=0.549834 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 25 projectile=omega- Ekin[MeV]=10019.4 direction=(0.607583,0.457366,0.649353) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.49964 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 26 projectile=anti_Bs0 Ekin[MeV]=29058.9 direction=(0.739377,0.017884,0.673054) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.63915 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 27 projectile=anti_xi_b- Ekin[MeV]=22478.3 direction=(0.614858,0.0405148,0.787596) material=G4_He - --> #secondaries=9 impactParameter[fm]=0.622264 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 28 projectile=anti_lambda_c+ Ekin[MeV]=4005.09 direction=(0.478383,0.87741,0.0360898) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=2.08324 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 29 projectile=anti_xi- Ekin[MeV]=4609.08 direction=(0.734534,0.510954,0.446526) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=1.84821 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 30 projectile=xi0 Ekin[MeV]=19717.2 direction=(0.22421,0.956214,0.188108) material=G4_Al - --> #secondaries=19 impactParameter[fm]=2.39435 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 31 projectile=Ds+ Ekin[MeV]=22404.8 direction=(0.880901,0.0551237,0.470079) material=G4_C - --> #secondaries=16 impactParameter[fm]=0.737902 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 32 projectile=deuteron Ekin[MeV]=7919.08 direction=(0.577993,0.473556,0.664582) material=G4_W - --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 33 projectile=He3 Ekin[MeV]=6945.13 direction=(0.723196,0.531245,0.441323) material=G4_Be + --> #secondaries=24 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 51 projectile=anti_omega_c0 Ekin[MeV]=1109.83 direction=(0.707117,0.653058,0.271112) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.619907 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 52 projectile=B0 Ekin[MeV]=13180.2 direction=(0.659217,0.565805,0.495275) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.53921 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 53 projectile=lambda Ekin[MeV]=22531.1 direction=(0.342092,0.935902,0.0840215) material=G4_Pb + --> #secondaries=70 impactParameter[fm]=4.94975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=4 + Collision 54 projectile=kaon0L Ekin[MeV]=26092.8 direction=(0.711265,0.614105,0.34202) material=G4_Si + --> #secondaries=22 impactParameter[fm]=0.69034 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 55 projectile=anti_triton Ekin[MeV]=11715.6 direction=(0.0186945,0.909459,0.415373) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.90084 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 56 projectile=lambda_b Ekin[MeV]=6971.92 direction=(0.854639,0.268596,0.444352) material=G4_Al + --> #secondaries=6 impactParameter[fm]=3.45113 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 57 projectile=xi_b0 Ekin[MeV]=11903.3 direction=(0.203683,0.75583,0.622281) material=G4_Si + --> #secondaries=20 impactParameter[fm]=1.07736 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=2 + Collision 58 projectile=xi_b0 Ekin[MeV]=2280.39 direction=(0.649756,0.451756,0.611338) material=G4_Al + --> #secondaries=11 impactParameter[fm]=3.68291 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 59 projectile=D0 Ekin[MeV]=24693.3 direction=(0.147214,0.987448,0.0572169) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.99517 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 60 projectile=sigma+ Ekin[MeV]=7029.41 direction=(0.741646,0.55382,0.378478) material=G4_Cu + --> #secondaries=8 impactParameter[fm]=5.49933 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 61 projectile=anti_lambda Ekin[MeV]=1874.5 direction=(0.106993,0.512145,0.852209) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.26192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 62 projectile=Bc+ Ekin[MeV]=7548.7 direction=(0.508336,0.356503,0.783901) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=4.68276 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 63 projectile=D- Ekin[MeV]=1100.27 direction=(0.652632,0.327571,0.683204) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.16364 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=0 + Collision 64 projectile=kaon- Ekin[MeV]=1789.24 direction=(0.30909,0.653713,0.690741) material=G4_Pb + --> #secondaries=56 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 65 projectile=xi_c+ Ekin[MeV]=2224.18 direction=(0.285488,0.916095,0.281543) material=G4_Al + --> #secondaries=10 impactParameter[fm]=4.13541 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 66 projectile=anti_lambda_b Ekin[MeV]=16653.2 direction=(0.350868,0.520528,0.778423) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.19985 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 67 projectile=anti_deuteron Ekin[MeV]=16958.7 direction=(0.812732,0.05954,0.579588) material=G4_Be + --> #secondaries=12 impactParameter[fm]=1.83383 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 68 projectile=Bs0 Ekin[MeV]=17492.1 direction=(0.178449,0.0719851,0.981312) material=G4_Al + --> #secondaries=6 impactParameter[fm]=2.95284 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 69 projectile=Bc- Ekin[MeV]=22112.6 direction=(0.363806,0.748483,0.554454) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.769827 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 70 projectile=anti_sigma- Ekin[MeV]=5259.37 direction=(0.327874,0.791129,0.516346) material=G4_W + --> #secondaries=56 impactParameter[fm]=4.28245 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 71 projectile=sigma+ Ekin[MeV]=12148.2 direction=(0.816887,0.0458085,0.574977) material=G4_Fe + --> #secondaries=25 impactParameter[fm]=3.62107 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 72 projectile=anti_omega_c0 Ekin[MeV]=4719.86 direction=(0.616284,0.450482,0.645956) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.969187 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 73 projectile=B- Ekin[MeV]=17007.5 direction=(0.781721,0.623571,0.00845134) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=2.77804 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 74 projectile=anti_triton Ekin[MeV]=28275 direction=(0.465429,0.307369,0.83) material=G4_H + --> #secondaries=12 impactParameter[fm]=3.92082 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 75 projectile=anti_lambda_b Ekin[MeV]=7094.86 direction=(0.261516,0.703322,0.66102) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.795913 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 76 projectile=Bc- Ekin[MeV]=1588.34 direction=(0.334879,0.892741,0.301445) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=2.86871 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 77 projectile=B+ Ekin[MeV]=11268.4 direction=(0.722965,0.645924,0.24516) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.21581 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 78 projectile=Bc+ Ekin[MeV]=17693.5 direction=(0.0247567,0.385682,0.9223) material=G4_Al + --> #secondaries=7 impactParameter[fm]=1.10383 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 79 projectile=xi_b- Ekin[MeV]=26276.2 direction=(0.259486,0.749252,0.609335) material=G4_Si + --> #secondaries=8 impactParameter[fm]=2.92402 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 80 projectile=deuteron Ekin[MeV]=14560.6 direction=(0.537922,0.182449,0.823014) material=G4_Ar + --> #secondaries=41 impactParameter[fm]=2.64923 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=34 #NNcollisions=3 + Collision 81 projectile=kaon- Ekin[MeV]=23386.3 direction=(0.11373,0.259351,0.959063) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=2.36158 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 82 projectile=anti_lambda_b Ekin[MeV]=8503.56 direction=(0.265185,0.671309,0.692114) material=G4_Al + --> #secondaries=7 impactParameter[fm]=4.23101 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 83 projectile=anti_omega- Ekin[MeV]=2742.73 direction=(0.319133,0.628115,0.709666) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.39107 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 84 projectile=anti_lambda_c+ Ekin[MeV]=8352.09 direction=(0.759951,0.174763,0.626045) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.38212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 85 projectile=Ds+ Ekin[MeV]=3164.09 direction=(0.721939,0.354558,0.594216) material=G4_Be + --> #secondaries=5 impactParameter[fm]=2.17532 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 86 projectile=anti_xi0 Ekin[MeV]=15828.5 direction=(0.492568,0.604412,0.62615) material=G4_Cu + --> #secondaries=32 impactParameter[fm]=3.91111 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 87 projectile=kaon- Ekin[MeV]=12415 direction=(0.422827,0.0566198,0.90444) material=G4_C + --> #secondaries=13 impactParameter[fm]=2.57673 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 88 projectile=xi_b- Ekin[MeV]=22145.6 direction=(0.721018,0.577442,0.383005) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.643551 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 89 projectile=anti_omega- Ekin[MeV]=19069.6 direction=(0.739881,0.0337084,0.671893) material=G4_Ar + --> #secondaries=23 impactParameter[fm]=3.46161 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 90 projectile=xi_c0 Ekin[MeV]=26309.8 direction=(0.865266,0.480922,0.141525) material=G4_Si + --> #secondaries=13 impactParameter[fm]=3.84574 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 91 projectile=omega_c0 Ekin[MeV]=4025.9 direction=(0.461659,0.551173,0.695039) material=G4_Al + --> #secondaries=5 impactParameter[fm]=3.30738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 92 projectile=B- Ekin[MeV]=18334.2 direction=(0.0534855,0.786095,0.615788) material=G4_Al + --> #secondaries=12 impactParameter[fm]=0.148954 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 93 projectile=anti_D0 Ekin[MeV]=20483.9 direction=(0.730218,0.659116,0.179857) material=G4_C + --> #secondaries=11 impactParameter[fm]=2.50544 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 94 projectile=lambda Ekin[MeV]=17777.3 direction=(0.478819,0.705718,0.522201) material=G4_Pb + --> #secondaries=94 impactParameter[fm]=4.50404 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=199 #NNcollisions=6 + Collision 95 projectile=lambda_b Ekin[MeV]=9310.65 direction=(0.0470491,0.568139,0.821586) material=G4_Be + --> #secondaries=9 impactParameter[fm]=3.16888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 96 projectile=kaon- Ekin[MeV]=24022.8 direction=(0.692193,0.337506,0.637933) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.27945 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 97 projectile=triton Ekin[MeV]=20714.3 direction=(0.713813,0.514919,0.474688) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.43605 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=3 + Collision 98 projectile=lambda Ekin[MeV]=14560.3 direction=(0.54925,0.71673,0.429677) material=G4_W + --> #secondaries=50 impactParameter[fm]=4.41578 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 99 projectile=anti_Bs0 Ekin[MeV]=18141.3 direction=(0.390221,0.589991,0.706851) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.39465 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 100 projectile=xi0 Ekin[MeV]=28835 direction=(0.687419,0.563023,0.458761) material=G4_He + --> #secondaries=12 impactParameter[fm]=0.697405 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + List of produced secondaries: + j=0 neutron p=(2568.29,2076.29,1795.063874.55) MeV + j=1 pi0 p=(704.904,812.96,223.4191107.22) MeV + j=2 proton p=(210.028,662.649,390.4761231.28) MeV + j=3 proton p=(-208.985,-112.241,-107.179973.712) MeV + j=4 pi- p=(7497.88,5996.74,4808.6410738.8) MeV + j=5 pi+ p=(1762.27,998.315,1030.072276.56) MeV + j=6 pi0 p=(822.778,550.116,755.8581252.65) MeV + j=7 kaon- p=(4654.6,3750.84,2816.426626.46) MeV + j=8 pi+ p=(475.333,482.631,697.584982.333) MeV + j=9 kaon- p=(1924.45,1606.26,1125.922791.95) MeV + j=10 proton p=(457.095,73.7445,167.9491059.69) MeV + j=11 neutron p=(-162.638,60.721,114.293962.281) MeV + Collision 101 projectile=anti_xi_c0 Ekin[MeV]=21657.8 direction=(0.622513,0.776152,0.100326) material=G4_Pb + --> #secondaries=54 impactParameter[fm]=5.43851 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=3 + Collision 102 projectile=anti_xi_c0 Ekin[MeV]=6404.56 direction=(0.262118,0.50237,0.823965) material=G4_W + --> #secondaries=54 impactParameter[fm]=2.20333 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=2 + Collision 103 projectile=anti_D0 Ekin[MeV]=19683.5 direction=(0.821773,0.569667,0.0129895) material=G4_W + --> #secondaries=40 impactParameter[fm]=1.42743 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 104 projectile=triton Ekin[MeV]=7495.07 direction=(0.111476,0.075882,0.990866) material=G4_He --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 34 projectile=omega_c0 Ekin[MeV]=9709.93 direction=(0.78641,0.55664,0.26779) material=G4_W - --> #secondaries=52 impactParameter[fm]=3.12468 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 - Collision 35 projectile=kaon0L Ekin[MeV]=16484 direction=(0.831652,0.37872,0.406112) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.28974 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 36 projectile=xi_c0 Ekin[MeV]=28822 direction=(0.334093,0.606447,0.721529) material=G4_C - --> #secondaries=7 impactParameter[fm]=1.97478 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 37 projectile=anti_sigma+ Ekin[MeV]=26119 direction=(0.953904,0.296662,0.0453692) material=G4_Fe - --> #secondaries=12 impactParameter[fm]=4.5427 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 38 projectile=anti_lambda_b Ekin[MeV]=16599.6 direction=(0.83444,0.549967,0.0353067) material=G4_Al - --> #secondaries=8 impactParameter[fm]=3.16353 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 39 projectile=xi_c+ Ekin[MeV]=22951.4 direction=(0.60366,0.513077,0.610202) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.05135 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 40 projectile=omega_c0 Ekin[MeV]=2540.76 direction=(0.809559,0.558654,0.180334) material=G4_H - --> #secondaries=2 impactParameter[fm]=1.03518 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 41 projectile=D0 Ekin[MeV]=21793.7 direction=(0.788099,0.288598,0.543701) material=G4_W - --> #secondaries=86 impactParameter[fm]=3.24981 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=4 - Collision 42 projectile=xi_b- Ekin[MeV]=19553.2 direction=(0.255857,0.51026,0.82108) material=G4_Al - --> #secondaries=23 impactParameter[fm]=2.48483 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 43 projectile=Bc+ Ekin[MeV]=24279.1 direction=(0.270953,0.546034,0.792736) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=3.39812 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 44 projectile=anti_omega_c0 Ekin[MeV]=11527.6 direction=(0.690046,0.197952,0.696169) material=G4_Al - --> #secondaries=9 impactParameter[fm]=3.77024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 45 projectile=anti_lambda Ekin[MeV]=2251.81 direction=(0.160268,0.650109,0.742746) material=G4_Fe - --> #secondaries=12 impactParameter[fm]=4.70798 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 46 projectile=anti_lambda_c+ Ekin[MeV]=27004.7 direction=(0.736291,0.00338233,0.676656) material=G4_Al - --> #secondaries=24 impactParameter[fm]=3.76726 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 47 projectile=lambda_b Ekin[MeV]=19240.5 direction=(0.237894,0.5219,0.819162) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.7822 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 48 projectile=sigma+ Ekin[MeV]=25048.2 direction=(0.337786,0.756564,0.559921) material=G4_He - --> #secondaries=9 impactParameter[fm]=2.41573 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 49 projectile=anti_sigma- Ekin[MeV]=13129.5 direction=(0.134091,0.709857,0.691464) material=G4_He - --> #secondaries=5 impactParameter[fm]=2.63647 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 50 projectile=anti_deuteron Ekin[MeV]=29688.4 direction=(0.870445,0.199837,0.449878) material=G4_Al - --> #secondaries=17 impactParameter[fm]=4.34163 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 51 projectile=kaon0S Ekin[MeV]=4626.95 direction=(0.271992,0.584079,0.764769) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.54744 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 52 projectile=anti_xi_b- Ekin[MeV]=27722 direction=(0.683449,0.676397,0.274564) material=G4_Be - --> #secondaries=11 impactParameter[fm]=0.947138 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 53 projectile=anti_omega_b- Ekin[MeV]=14280.4 direction=(0.756546,0.622994,0.198787) material=G4_Pb - --> #secondaries=79 impactParameter[fm]=4.15074 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=6 - Collision 54 projectile=anti_triton Ekin[MeV]=4433.9 direction=(0.385149,0.452034,0.804565) material=G4_Pb - --> #secondaries=54 impactParameter[fm]=5.52646 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 55 projectile=anti_D0 Ekin[MeV]=7602.02 direction=(0.870401,0.0775899,0.486191) material=G4_Ar - --> #secondaries=5 impactParameter[fm]=1.79499 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 56 projectile=proton Ekin[MeV]=21699.1 direction=(0.396533,0.858668,0.324731) material=G4_Si - --> #secondaries=28 impactParameter[fm]=1.57837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 57 projectile=sigma+ Ekin[MeV]=27953.4 direction=(0.629864,0.455765,0.628927) material=G4_Pb - --> #secondaries=70 impactParameter[fm]=3.40996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=6 - Collision 58 projectile=anti_xi- Ekin[MeV]=25118.6 direction=(0.188893,0.649146,0.736837) material=G4_W - --> #secondaries=83 impactParameter[fm]=4.50661 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=4 - Collision 59 projectile=kaon+ Ekin[MeV]=3097.65 direction=(0.361331,0.155656,0.919353) material=G4_Pb - --> #secondaries=22 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 60 projectile=anti_xi_b- Ekin[MeV]=28704.8 direction=(0.7345,0.252904,0.629721) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.855184 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 61 projectile=pi+ Ekin[MeV]=28011.3 direction=(0.499416,0.0293135,0.865866) material=G4_Fe - --> #secondaries=40 impactParameter[fm]=2.20879 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 62 projectile=D- Ekin[MeV]=11601.8 direction=(0.649484,0.00216129,0.760372) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=5.34221 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 63 projectile=anti_D0 Ekin[MeV]=11482.3 direction=(0.649543,0.543315,0.531886) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=4.17688 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 64 projectile=xi_c0 Ekin[MeV]=25943.4 direction=(0.351099,0.851787,0.38883) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=5.82962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 65 projectile=pi- Ekin[MeV]=20523.6 direction=(0.676217,0.695507,0.242899) material=G4_C - --> #secondaries=12 impactParameter[fm]=2.22696 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 66 projectile=pi- Ekin[MeV]=11936.3 direction=(0.923202,0.0331285,0.382885) material=G4_C - --> #secondaries=11 impactParameter[fm]=1.82113 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 67 projectile=anti_triton Ekin[MeV]=20970.3 direction=(0.487643,0.782006,0.388164) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.89364 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 68 projectile=proton Ekin[MeV]=8240.33 direction=(0.296075,0.199968,0.933998) material=G4_C - --> #secondaries=14 impactParameter[fm]=3.06277 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 69 projectile=omega- Ekin[MeV]=29424 direction=(0.260914,0.387673,0.8841) material=G4_Be - --> #secondaries=15 impactParameter[fm]=3.65268 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 70 projectile=lambda_b Ekin[MeV]=7156.52 direction=(0.263479,0.808389,0.52639) material=G4_Al - --> #secondaries=7 impactParameter[fm]=3.05531 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 71 projectile=xi_b0 Ekin[MeV]=20252.8 direction=(0.927756,0.0626971,0.367884) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.58208 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 72 projectile=sigma+ Ekin[MeV]=2407.53 direction=(0.328414,0.179183,0.927382) material=G4_Cu + Collision 105 projectile=D0 Ekin[MeV]=11564.3 direction=(0.33037,0.664596,0.670199) material=G4_C + --> #secondaries=8 impactParameter[fm]=3.14332 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 106 projectile=anti_deuteron Ekin[MeV]=17051.6 direction=(0.145537,0.65178,0.744313) material=G4_C + --> #secondaries=15 impactParameter[fm]=2.43599 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 107 projectile=anti_xi_b- Ekin[MeV]=9359.94 direction=(0.791771,0.248086,0.558168) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.788482 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 108 projectile=triton Ekin[MeV]=26913.2 direction=(0.748617,0.227493,0.622752) material=G4_Fe + --> #secondaries=53 impactParameter[fm]=3.92389 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=7 + Collision 109 projectile=anti_Bs0 Ekin[MeV]=16942.9 direction=(0.579148,0.600164,0.551716) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=1.28448 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 110 projectile=anti_He3 Ekin[MeV]=19284.3 direction=(0.567528,0.713503,0.410883) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=4.76574 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 111 projectile=alpha Ekin[MeV]=11712.5 direction=(0.173841,0.947239,0.269289) material=G4_Ar --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 73 projectile=lambda Ekin[MeV]=7219.98 direction=(0.707621,0.706251,0.0219721) material=G4_Cu - --> #secondaries=51 impactParameter[fm]=1.8114 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=4 - Collision 74 projectile=anti_xi_b0 Ekin[MeV]=18441.9 direction=(0.625437,0.657046,0.420855) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=3.00598 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 - Collision 75 projectile=B0 Ekin[MeV]=12313.2 direction=(0.684933,0.617472,0.386775) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=2.74565 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 76 projectile=He3 Ekin[MeV]=3572.72 direction=(0.212537,0.94502,0.248528) material=G4_H - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 77 projectile=anti_xi0 Ekin[MeV]=1473.37 direction=(0.834776,0.081059,0.54459) material=G4_C - --> #secondaries=11 impactParameter[fm]=2.54253 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 78 projectile=D0 Ekin[MeV]=22603.1 direction=(0.910675,0.276544,0.30691) material=G4_Pb - --> #secondaries=70 impactParameter[fm]=2.36453 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 79 projectile=anti_D0 Ekin[MeV]=7627.63 direction=(0.0364845,0.746568,0.664308) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.27611 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 80 projectile=anti_omega_c0 Ekin[MeV]=12584.2 direction=(0.462866,0.818203,0.341027) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=3.60583 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 81 projectile=anti_xi_c+ Ekin[MeV]=4838.86 direction=(0.375267,0.0300513,0.926429) material=G4_C - --> #secondaries=8 impactParameter[fm]=2.81849 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 82 projectile=Bc- Ekin[MeV]=7643.18 direction=(0.599514,0.771451,0.213181) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.44065 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 83 projectile=lambda_b Ekin[MeV]=22549.6 direction=(0.727264,0.67566,0.120707) material=G4_Si - --> #secondaries=18 impactParameter[fm]=1.96145 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 84 projectile=anti_He3 Ekin[MeV]=7019.89 direction=(0.320451,0.776816,0.542096) material=G4_Be - --> #secondaries=19 impactParameter[fm]=2.20935 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 85 projectile=Bs0 Ekin[MeV]=28118.6 direction=(0.321683,0.620565,0.715136) material=G4_W - --> #secondaries=48 impactParameter[fm]=3.85654 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 86 projectile=D0 Ekin[MeV]=18509.9 direction=(0.627755,0.754308,0.192206) material=G4_Al - --> #secondaries=15 impactParameter[fm]=1.89512 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 87 projectile=kaon0S Ekin[MeV]=20816.6 direction=(0.566508,0.418013,0.710165) material=G4_He - --> #secondaries=12 impactParameter[fm]=1.24511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 88 projectile=proton Ekin[MeV]=20423.3 direction=(0.861311,0.458396,0.219126) material=G4_Cu - --> #secondaries=59 impactParameter[fm]=1.50082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=5 - Collision 89 projectile=B0 Ekin[MeV]=1340.68 direction=(0.807203,0.170647,0.565069) material=G4_Si - --> #secondaries=9 impactParameter[fm]=2.71562 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 90 projectile=kaon+ Ekin[MeV]=28906.4 direction=(0.263349,0.553333,0.790234) material=G4_Cu - --> #secondaries=25 impactParameter[fm]=3.06513 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 91 projectile=anti_neutron Ekin[MeV]=2781.11 direction=(0.175409,0.00993955,0.984445) material=G4_Fe - --> #secondaries=28 impactParameter[fm]=4.38829 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=1 - Collision 92 projectile=omega_c0 Ekin[MeV]=8320.95 direction=(0.812313,0.0303938,0.582429) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=0.250386 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 93 projectile=anti_proton Ekin[MeV]=15893.4 direction=(0.499339,0.243405,0.831513) material=G4_Al - --> #secondaries=24 impactParameter[fm]=3.02533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 94 projectile=xi_c0 Ekin[MeV]=29934.2 direction=(0.434098,0.382718,0.815528) material=G4_W - --> #secondaries=76 impactParameter[fm]=2.02096 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=175 #NNcollisions=7 - Collision 95 projectile=anti_xi_c+ Ekin[MeV]=21272 direction=(0.245261,0.711674,0.658306) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.03079 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 - Collision 96 projectile=alpha Ekin[MeV]=7031.3 direction=(0.240491,0.968141,0.0697653) material=G4_Be - --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 97 projectile=proton Ekin[MeV]=27200.8 direction=(0.628851,0.314353,0.711146) material=G4_Al - --> #secondaries=29 impactParameter[fm]=1.33172 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 - Collision 98 projectile=anti_proton Ekin[MeV]=7438.98 direction=(0.914394,0.383739,0.128951) material=G4_Si - --> #secondaries=23 impactParameter[fm]=3.30299 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 99 projectile=anti_sigma+ Ekin[MeV]=2083.39 direction=(0.336035,0.561844,0.755918) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=4.4836 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 100 projectile=anti_xi_b0 Ekin[MeV]=5662.39 direction=(0.681752,0.178958,0.709357) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.64358 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - List of produced secondaries: - j=0 anti_xi_b0 p=(6502.62,1451.03,5345.0110320.1) MeV - j=1 proton p=(101.36,110.505,1356.271655.99) MeV - j=2 pi- p=(135.265,191.516,182.706328.385) MeV - j=3 deuteron p=(139.98,-175.261,233.1861903.32) MeV - j=4 proton p=(-142.121,190.685,-107.27973.869) MeV - Collision 101 projectile=anti_sigma- Ekin[MeV]=14281 direction=(0.500444,0.401705,0.766935) material=G4_C - --> #secondaries=19 impactParameter[fm]=1.67767 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 102 projectile=B- Ekin[MeV]=2804.66 direction=(0.245762,0.684518,0.686321) material=G4_Cu - --> #secondaries=11 impactParameter[fm]=5.02567 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 103 projectile=lambda_c+ Ekin[MeV]=6705.91 direction=(0.952798,0.124896,0.276726) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.46189 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 104 projectile=kaon0L Ekin[MeV]=23302.6 direction=(0.622116,0.448921,0.641437) material=G4_Pb - --> #secondaries=83 impactParameter[fm]=4.53343 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=6 - Collision 105 projectile=omega- Ekin[MeV]=18354.5 direction=(0.608101,0.581247,0.540708) material=G4_Fe - --> #secondaries=56 impactParameter[fm]=0.589654 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=5 - Collision 106 projectile=D- Ekin[MeV]=27281.6 direction=(0.166789,0.708457,0.685763) material=G4_Al - --> #secondaries=16 impactParameter[fm]=1.63286 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 107 projectile=pi- Ekin[MeV]=6396.51 direction=(0.881843,0.186431,0.433125) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.195648 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 108 projectile=omega_c0 Ekin[MeV]=11669.8 direction=(0.668231,0.731834,0.133741) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.17023 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 109 projectile=Ds- Ekin[MeV]=3264.58 direction=(0.129837,0.0512795,0.990208) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=2.82967 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 110 projectile=Bs0 Ekin[MeV]=12167.9 direction=(0.363969,0.671027,0.645948) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=2.71906 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 111 projectile=anti_xi_b- Ekin[MeV]=5809.3 direction=(0.743726,0.659658,0.108273) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.582942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 112 projectile=omega_c0 Ekin[MeV]=1647.43 direction=(0.203179,0.234253,0.950707) material=G4_Al - --> #secondaries=13 impactParameter[fm]=1.84333 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 - Collision 113 projectile=D- Ekin[MeV]=18466.4 direction=(0.763116,0.449812,0.46403) material=G4_Si - --> #secondaries=13 impactParameter[fm]=4.23125 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 114 projectile=anti_sigma+ Ekin[MeV]=13816.9 direction=(0.278811,0.449994,0.848393) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.4604 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 115 projectile=kaon0L Ekin[MeV]=4875.86 direction=(0.508227,0.762456,0.400457) material=G4_C - --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 116 projectile=xi_b0 Ekin[MeV]=4672.73 direction=(0.735913,0.0498463,0.675239) material=G4_Pb - --> #secondaries=36 impactParameter[fm]=4.84942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=1 - Collision 117 projectile=pi- Ekin[MeV]=17321.2 direction=(0.761319,0.615455,0.203981) material=G4_Cu - --> #secondaries=25 impactParameter[fm]=1.89639 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=3 - Collision 118 projectile=sigma- Ekin[MeV]=24047.9 direction=(0.640207,0.00029254,0.768202) material=G4_Al - --> #secondaries=14 impactParameter[fm]=3.23636 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 119 projectile=anti_xi_b0 Ekin[MeV]=10094.5 direction=(0.0540725,0.899494,0.433575) material=G4_He - --> #secondaries=6 impactParameter[fm]=0.125919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 120 projectile=D- Ekin[MeV]=3016.17 direction=(0.329595,0.74796,0.576127) material=G4_Be - --> #secondaries=6 impactParameter[fm]=0.963568 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 121 projectile=D+ Ekin[MeV]=26454.1 direction=(0.0368013,0.0567456,0.99771) material=G4_He - --> #secondaries=9 impactParameter[fm]=0.561197 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 122 projectile=anti_B0 Ekin[MeV]=19422.9 direction=(0.773678,0.226646,0.591654) material=G4_Be - --> #secondaries=8 impactParameter[fm]=1.95973 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 123 projectile=kaon0L Ekin[MeV]=12846.5 direction=(0.676916,0.317324,0.664146) material=G4_Al - --> #secondaries=20 impactParameter[fm]=2.7503 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 124 projectile=Ds- Ekin[MeV]=9608.12 direction=(0.878492,0.313346,0.360647) material=G4_Si - --> #secondaries=15 impactParameter[fm]=1.78733 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 125 projectile=lambda_c+ Ekin[MeV]=15011.5 direction=(0.647418,0.472684,0.597846) material=G4_Si - --> #secondaries=19 impactParameter[fm]=1.64411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 126 projectile=Bs0 Ekin[MeV]=13052.1 direction=(0.254428,0.403559,0.878867) material=G4_Pb - --> #secondaries=23 impactParameter[fm]=6.87768 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 127 projectile=sigma+ Ekin[MeV]=17361 direction=(0.83478,0.550374,0.0152215) material=G4_Ar - --> #secondaries=19 impactParameter[fm]=3.33529 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 128 projectile=sigma+ Ekin[MeV]=12150.6 direction=(0.301953,0.0318283,0.952791) material=G4_Cu - --> #secondaries=32 impactParameter[fm]=2.24288 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=4 - Collision 129 projectile=kaon- Ekin[MeV]=5511.81 direction=(0.918103,0.395393,0.0273941) material=G4_Al - --> #secondaries=9 impactParameter[fm]=4.55233 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 130 projectile=anti_sigma+ Ekin[MeV]=5032.27 direction=(0.512123,0.616242,0.598311) material=G4_Fe - --> #secondaries=20 impactParameter[fm]=3.62399 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=3 - Collision 131 projectile=D- Ekin[MeV]=27792.9 direction=(0.948076,0.00493077,0.318007) material=G4_Be - --> #secondaries=4 impactParameter[fm]=2.18545 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 132 projectile=omega_c0 Ekin[MeV]=2489.64 direction=(0.0886319,0.43978,0.893722) material=G4_Si - --> #secondaries=8 impactParameter[fm]=3.23615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 133 projectile=B- Ekin[MeV]=15488 direction=(0.156962,0.631367,0.759433) material=G4_Cu - --> #secondaries=17 impactParameter[fm]=0.486697 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=1 - Collision 134 projectile=lambda Ekin[MeV]=27216.5 direction=(0.353927,0.443735,0.823307) material=G4_Al - --> #secondaries=27 impactParameter[fm]=3.46734 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 135 projectile=D0 Ekin[MeV]=6093.01 direction=(0.828181,0.508364,0.235972) material=G4_Pb - --> #secondaries=40 impactParameter[fm]=4.79075 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 136 projectile=lambda Ekin[MeV]=14123.3 direction=(0.668871,0.631506,0.392189) material=G4_W - --> #secondaries=73 impactParameter[fm]=5.15619 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=7 - Collision 137 projectile=anti_proton Ekin[MeV]=5529 direction=(0.189405,0.822012,0.537049) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=4.50038 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 138 projectile=omega_c0 Ekin[MeV]=26004.8 direction=(0.792182,0.439831,0.42308) material=G4_Be - --> #secondaries=4 impactParameter[fm]=2.63559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 139 projectile=Bc- Ekin[MeV]=24012.4 direction=(0.50933,0.850102,0.133826) material=G4_Si - --> #secondaries=13 impactParameter[fm]=2.12076 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 140 projectile=anti_sigma+ Ekin[MeV]=20714.3 direction=(0.690912,0.379628,0.615243) material=G4_W - --> #secondaries=53 impactParameter[fm]=4.23625 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 141 projectile=kaon+ Ekin[MeV]=7100.37 direction=(0.623635,0.420422,0.659033) material=G4_Pb - --> #secondaries=10 impactParameter[fm]=6.36911 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 142 projectile=pi- Ekin[MeV]=2153.39 direction=(0.351744,0.551347,0.7565) material=G4_Al - --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 143 projectile=anti_sigma+ Ekin[MeV]=17497.4 direction=(0.42711,0.699736,0.572666) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=4.68597 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 144 projectile=anti_triton Ekin[MeV]=5700.42 direction=(0.603493,0.553893,0.573584) material=G4_Pb - --> #secondaries=10 impactParameter[fm]=9.54536 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 145 projectile=B- Ekin[MeV]=21257.3 direction=(0.364098,0.823267,0.435505) material=G4_Al - --> #secondaries=13 impactParameter[fm]=1.97397 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 146 projectile=kaon0L Ekin[MeV]=15398.4 direction=(0.669822,0.444902,0.594475) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=1.61947 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 147 projectile=proton Ekin[MeV]=21681.4 direction=(0.554417,0.658241,0.509256) material=G4_Al - --> #secondaries=20 impactParameter[fm]=2.35349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 148 projectile=neutron Ekin[MeV]=20522 direction=(0.683122,0.70688,0.183481) material=G4_Al - --> #secondaries=26 impactParameter[fm]=2.80518 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 149 projectile=Ds- Ekin[MeV]=21084.8 direction=(0.491931,0.375339,0.785573) material=G4_Ar - --> #secondaries=18 impactParameter[fm]=0.896963 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 150 projectile=D0 Ekin[MeV]=21205.2 direction=(0.039941,0.70031,0.712721) material=G4_Si - --> #secondaries=28 impactParameter[fm]=2.18968 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 151 projectile=xi_c+ Ekin[MeV]=13888.9 direction=(0.208696,0.0668275,0.975695) material=G4_Pb - --> #secondaries=23 impactParameter[fm]=7.09853 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 152 projectile=Bs0 Ekin[MeV]=19238.7 direction=(0.696463,0.698801,0.163146) material=G4_W - --> #secondaries=34 impactParameter[fm]=5.51129 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 - Collision 153 projectile=omega- Ekin[MeV]=12108.6 direction=(0.185923,0.736437,0.650456) material=G4_Ar - --> #secondaries=26 impactParameter[fm]=2.70956 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 154 projectile=anti_xi_c+ Ekin[MeV]=18505.1 direction=(0.741482,0.053357,0.668847) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=3.87362 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 155 projectile=xi_b0 Ekin[MeV]=12532.2 direction=(0.0641145,0.785516,0.615511) material=G4_Be - --> #secondaries=4 impactParameter[fm]=2.63305 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 156 projectile=anti_omega- Ekin[MeV]=18577.6 direction=(0.588344,0.514129,0.624118) material=G4_Ar - --> #secondaries=27 impactParameter[fm]=1.20368 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 157 projectile=anti_alpha Ekin[MeV]=11831 direction=(0.661895,0.744077,0.090798) material=G4_Al - --> #secondaries=35 impactParameter[fm]=2.48733 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=5 - Collision 158 projectile=D- Ekin[MeV]=13140 direction=(0.0181047,0.564405,0.8253) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=1.61721 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=4 - Collision 159 projectile=B+ Ekin[MeV]=8811.05 direction=(0.0570464,0.408604,0.910927) material=G4_Be - --> #secondaries=5 impactParameter[fm]=3.48336 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 160 projectile=kaon0S Ekin[MeV]=27301.2 direction=(0.162809,0.56016,0.812228) material=G4_C - --> #secondaries=19 impactParameter[fm]=1.68951 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 161 projectile=B- Ekin[MeV]=24978.4 direction=(0.233927,0.136824,0.962579) material=G4_W - --> #secondaries=62 impactParameter[fm]=2.0949 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 162 projectile=sigma- Ekin[MeV]=21971.4 direction=(0.713669,0.481133,0.509105) material=G4_Si - --> #secondaries=19 impactParameter[fm]=2.66816 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 163 projectile=anti_lambda Ekin[MeV]=17751.5 direction=(0.110545,0.866643,0.486529) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.0005 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 164 projectile=anti_lambda Ekin[MeV]=1089.23 direction=(0.753147,0.0569795,0.65538) material=G4_Si - --> #secondaries=14 impactParameter[fm]=3.00437 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 165 projectile=Bs0 Ekin[MeV]=28625.1 direction=(0.286209,0.542344,0.789903) material=G4_Be - --> #secondaries=11 impactParameter[fm]=1.90399 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 166 projectile=Ds- Ekin[MeV]=15561 direction=(0.873674,0.396812,0.281487) material=G4_Si - --> #secondaries=7 impactParameter[fm]=1.2579 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 167 projectile=Bc- Ekin[MeV]=15646.8 direction=(0.911666,0.352878,0.210579) material=G4_Pb - --> #secondaries=39 impactParameter[fm]=4.99396 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 168 projectile=Ds+ Ekin[MeV]=3914.94 direction=(0.437976,0.182782,0.880209) material=G4_Cu - --> #secondaries=5 impactParameter[fm]=2.65223 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 169 projectile=anti_xi_c+ Ekin[MeV]=1829.95 direction=(0.243324,0.828302,0.504688) material=G4_Al - --> #secondaries=12 impactParameter[fm]=2.95746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=0 - Collision 170 projectile=anti_neutron Ekin[MeV]=17549.1 direction=(0.240684,0.925009,0.293988) material=G4_W - --> #secondaries=57 impactParameter[fm]=6.15707 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 171 projectile=anti_lambda Ekin[MeV]=22203.4 direction=(0.632042,0.689087,0.354515) material=G4_Si - --> #secondaries=29 impactParameter[fm]=3.08844 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 172 projectile=anti_B0 Ekin[MeV]=16066.3 direction=(0.804912,0.26201,0.532417) material=G4_Al - --> #secondaries=16 impactParameter[fm]=2.45958 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 173 projectile=anti_deuteron Ekin[MeV]=13593 direction=(0.808408,0.109921,0.578268) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=6.24211 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=57 #NNcollisions=1 - Collision 174 projectile=anti_omega_b- Ekin[MeV]=16385.8 direction=(0.961311,0.0386917,0.272734) material=G4_C - --> #secondaries=9 impactParameter[fm]=1.1546 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 175 projectile=kaon+ Ekin[MeV]=10706.1 direction=(0.623532,0.0234904,0.781445) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.790087 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 176 projectile=kaon0S Ekin[MeV]=14272.6 direction=(0.571812,0.398797,0.716932) material=G4_Cu - --> #secondaries=27 impactParameter[fm]=2.34218 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=2 - Collision 177 projectile=omega- Ekin[MeV]=26075.4 direction=(0.915047,0.318567,0.247393) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.22003 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 178 projectile=anti_lambda_c+ Ekin[MeV]=15425.6 direction=(0.60027,0.674129,0.430378) material=G4_Cu - --> #secondaries=21 impactParameter[fm]=4.13119 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 - Collision 179 projectile=anti_sigma- Ekin[MeV]=5633.03 direction=(0.980344,0.13817,0.140839) material=G4_Si - --> #secondaries=13 impactParameter[fm]=4.63495 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 180 projectile=anti_triton Ekin[MeV]=25339.7 direction=(0.811377,0.5023,0.298936) material=G4_Si - --> #secondaries=24 impactParameter[fm]=3.17877 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=2 - Collision 181 projectile=proton Ekin[MeV]=29847.1 direction=(0.73856,0.601344,0.304819) material=G4_Ar - --> #secondaries=42 impactParameter[fm]=2.01442 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=4 - Collision 182 projectile=Bc- Ekin[MeV]=6379.18 direction=(0.0762461,0.958872,0.273405) material=G4_Pb - --> #secondaries=17 impactParameter[fm]=5.98415 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 183 projectile=anti_omega_c0 Ekin[MeV]=1880.88 direction=(0.769041,0.563,0.302666) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.07325 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 184 projectile=anti_xi_b- Ekin[MeV]=8692.54 direction=(0.701797,0.122956,0.701685) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=6.50651 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 185 projectile=xi0 Ekin[MeV]=7580.65 direction=(0.489361,0.152006,0.858732) material=G4_Al - --> #secondaries=15 impactParameter[fm]=3.24398 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 186 projectile=lambda_b Ekin[MeV]=13368.4 direction=(0.673856,0.307332,0.671911) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.32757 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 187 projectile=xi_c+ Ekin[MeV]=7412.17 direction=(0.215336,0.962412,0.165511) material=G4_Si - --> #secondaries=13 impactParameter[fm]=2.4855 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 188 projectile=lambda Ekin[MeV]=25031.7 direction=(0.294915,0.907942,0.297769) material=G4_C - --> #secondaries=26 impactParameter[fm]=1.01968 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 189 projectile=lambda_b Ekin[MeV]=15932.6 direction=(0.280376,0.937545,0.205911) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.66172 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 190 projectile=anti_xi0 Ekin[MeV]=6864.76 direction=(0.0905876,0.769867,0.631743) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.88399 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 191 projectile=Ds+ Ekin[MeV]=7865.7 direction=(0.0926546,0.353694,0.930761) material=G4_W - --> #secondaries=45 impactParameter[fm]=3.24143 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 - Collision 192 projectile=alpha Ekin[MeV]=11524.3 direction=(0.69533,0.238046,0.678122) material=G4_C - --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 193 projectile=kaon+ Ekin[MeV]=4838.55 direction=(0.25775,0.331816,0.907449) material=G4_Fe - --> #secondaries=27 impactParameter[fm]=1.74778 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 194 projectile=lambda_b Ekin[MeV]=22234.4 direction=(0.248045,0.545537,0.800539) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.26218 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 195 projectile=kaon- Ekin[MeV]=11404.2 direction=(0.0732158,0.794112,0.603345) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.141541 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 196 projectile=anti_sigma- Ekin[MeV]=2839.45 direction=(0.244826,0.13295,0.960408) material=G4_Pb - --> #secondaries=30 impactParameter[fm]=6.49148 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 197 projectile=lambda_b Ekin[MeV]=14181 direction=(0.433989,0.376078,0.818669) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=1.03559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=0 - Collision 198 projectile=anti_B0 Ekin[MeV]=12290.1 direction=(0.578823,0.560518,0.592271) material=G4_C - --> #secondaries=9 impactParameter[fm]=0.485907 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 199 projectile=anti_deuteron Ekin[MeV]=18677.8 direction=(0.168307,0.866277,0.470359) material=G4_W - --> #secondaries=49 impactParameter[fm]=6.78756 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=3 - Collision 200 projectile=Bc+ Ekin[MeV]=21557.3 direction=(0.233821,0.0908276,0.968028) material=G4_Pb - --> #secondaries=24 impactParameter[fm]=5.4185 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 - List of produced secondaries: - j=0 B+ p=(5978.04,1120.25,22025.423451.7) MeV - j=1 sigma_c+ p=(726.923,404.785,2687.663732.63) MeV - j=2 neutron p=(70.8859,165.638,264.994992.706) MeV - j=3 pi- p=(107.713,296.885,460.562575.622) MeV - j=4 neutron p=(-418.104,259.642,1088.711519.97) MeV - j=5 deuteron p=(19.4033,-219.836,287.3831910.29) MeV - j=6 proton p=(-80.6202,26.1371,250.379974.796) MeV - j=7 proton p=(155.048,175.136,142.945977.497) MeV - j=8 neutron p=(337.361,-81.4838,-31.16521002.1) MeV - j=9 deuteron p=(68.7963,178.712,-194.7651895.4) MeV - j=10 neutron p=(-65.6991,-36.314,120.423950.221) MeV - j=11 neutron p=(35.8619,17.1909,94.1242945.105) MeV - j=12 neutron p=(-0.975196,-59.6708,32.336942.014) MeV - j=13 neutron p=(3.8248,-52.5675,32.687941.61) MeV - j=14 neutron p=(39.4727,-26.762,-99.9471946.069) MeV - j=15 neutron p=(18.7569,46.6999,-46.0831942.04) MeV - j=16 neutron p=(-8.59425,-41.6278,-23.7769940.827) MeV - j=17 neutron p=(-60.4729,-51.6458,39.5464943.754) MeV - j=18 neutron p=(-53.5359,-35.7459,26.3462942.136) MeV - j=19 neutron p=(-16.6427,-22.2385,-30.5399940.472) MeV - j=20 gamma p=(0.140212,0.19196,0.4327770.493765) MeV - j=21 gamma p=(-0.0218038,-0.149123,0.1350010.202332) MeV - j=22 e- p=(-0.404697,-0.0381198,-0.1673230.674054) MeV - j=23 Pt186[2195.000] p=(-516.818,399.75,-878.425173186) MeV - Collision 201 projectile=sigma- Ekin[MeV]=27472 direction=(0.395556,0.15391,0.905454) material=G4_He - --> #secondaries=13 impactParameter[fm]=0.157202 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 202 projectile=anti_omega_c0 Ekin[MeV]=10586.1 direction=(0.375134,0.880493,0.289837) material=G4_Cu - --> #secondaries=19 impactParameter[fm]=4.22097 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 203 projectile=anti_omega- Ekin[MeV]=11651.9 direction=(0.618755,0.0183123,0.78537) material=G4_Be - --> #secondaries=4 impactParameter[fm]=3.58257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 204 projectile=anti_omega- Ekin[MeV]=3295.58 direction=(0.322879,0.80708,0.49434) material=G4_Be - --> #secondaries=8 impactParameter[fm]=0.39737 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 205 projectile=anti_Bs0 Ekin[MeV]=19667.4 direction=(0.862676,0.258579,0.434657) material=G4_Al - --> #secondaries=11 impactParameter[fm]=1.51219 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 206 projectile=sigma+ Ekin[MeV]=2918.69 direction=(0.167095,0.745732,0.644952) material=G4_W - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 207 projectile=anti_xi0 Ekin[MeV]=18012.6 direction=(0.621589,0.263436,0.737719) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.51029 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 208 projectile=xi_b0 Ekin[MeV]=20924.9 direction=(0.208929,0.401165,0.891861) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.67336 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 209 projectile=omega_b- Ekin[MeV]=8203.93 direction=(0.561028,0.806853,0.185031) material=G4_He - --> #secondaries=4 impactParameter[fm]=3.13744 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 210 projectile=anti_proton Ekin[MeV]=22596.8 direction=(0.45186,0.751523,0.480661) material=G4_Cu - --> #secondaries=33 impactParameter[fm]=4.06516 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 211 projectile=anti_xi_c0 Ekin[MeV]=16067.9 direction=(0.695215,0.539323,0.475191) material=G4_C - --> #secondaries=12 impactParameter[fm]=2.65695 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 212 projectile=omega_c0 Ekin[MeV]=17528.9 direction=(0.296373,0.845943,0.443333) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=4.02525 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 213 projectile=anti_lambda Ekin[MeV]=16733.7 direction=(0.650773,0.0503226,0.757603) material=G4_Pb - --> #secondaries=88 impactParameter[fm]=0.79919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 214 projectile=anti_lambda Ekin[MeV]=7963.7 direction=(0.311817,0.77201,0.553868) material=G4_Fe - --> #secondaries=29 impactParameter[fm]=1.72717 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=0 - Collision 215 projectile=Bc- Ekin[MeV]=28142.4 direction=(0.155776,0.800835,0.57827) material=G4_Fe - --> #secondaries=5 impactParameter[fm]=5.40109 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 216 projectile=anti_proton Ekin[MeV]=6702.25 direction=(0.55499,0.777291,0.296319) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.29754 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 217 projectile=B+ Ekin[MeV]=28855.4 direction=(0.636014,0.256339,0.727858) material=G4_Pb - --> #secondaries=41 impactParameter[fm]=7.58852 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 218 projectile=xi0 Ekin[MeV]=22830.9 direction=(0.511798,0.407654,0.756228) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.486291 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 219 projectile=anti_proton Ekin[MeV]=4802.63 direction=(0.413321,0.700876,0.581325) material=G4_Be - --> #secondaries=9 impactParameter[fm]=3.38312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 220 projectile=anti_deuteron Ekin[MeV]=21072.7 direction=(0.889092,0.161903,0.42814) material=G4_Cu - --> #secondaries=29 impactParameter[fm]=4.89635 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=3 - Collision 221 projectile=proton Ekin[MeV]=11208.6 direction=(0.544876,0.371372,0.751794) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.5209 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 222 projectile=anti_xi0 Ekin[MeV]=27623.3 direction=(0.261819,0.704666,0.659467) material=G4_Si - --> #secondaries=14 impactParameter[fm]=3.53937 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 223 projectile=He3 Ekin[MeV]=7171.96 direction=(0.32309,0.77558,0.5423) material=G4_H - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 224 projectile=D- Ekin[MeV]=1121.43 direction=(0.604051,0.398426,0.690202) material=G4_Be - --> #secondaries=6 impactParameter[fm]=3.05368 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 225 projectile=pi+ Ekin[MeV]=24364 direction=(0.396237,0.822392,0.40825) material=G4_Pb - --> #secondaries=85 impactParameter[fm]=3.55118 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=201 #NNcollisions=5 - Collision 226 projectile=alpha Ekin[MeV]=13894.7 direction=(0.617881,0.28577,0.732502) material=G4_Be - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 227 projectile=anti_xi0 Ekin[MeV]=2446.88 direction=(0.453598,0.752378,0.477679) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.63222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 228 projectile=alpha Ekin[MeV]=6621.4 direction=(0.559152,0.677275,0.47817) material=G4_Al - --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 229 projectile=xi0 Ekin[MeV]=12896.2 direction=(0.530752,0.77796,0.336275) material=G4_Al - --> #secondaries=13 impactParameter[fm]=3.7207 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 230 projectile=Ds+ Ekin[MeV]=28819.3 direction=(0.995009,0.0395853,0.0915972) material=G4_C - --> #secondaries=4 impactParameter[fm]=2.89802 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 231 projectile=xi_c0 Ekin[MeV]=29624 direction=(0.126897,0.758607,0.639072) material=G4_C - --> #secondaries=11 impactParameter[fm]=2.25942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 232 projectile=anti_triton Ekin[MeV]=20807.5 direction=(0.418061,0.894793,0.156751) material=G4_C - --> #secondaries=27 impactParameter[fm]=0.983687 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 233 projectile=xi_b0 Ekin[MeV]=12900.6 direction=(0.975254,0.163841,0.148445) material=G4_Fe - --> #secondaries=12 impactParameter[fm]=4.029 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=0 - Collision 234 projectile=anti_neutron Ekin[MeV]=13315.8 direction=(0.801338,0.543215,0.250551) material=G4_Fe - --> #secondaries=33 impactParameter[fm]=2.40931 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 - Collision 235 projectile=anti_proton Ekin[MeV]=28913.6 direction=(0.767388,0.265123,0.583803) material=G4_Be - --> #secondaries=11 impactParameter[fm]=1.42037 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 236 projectile=anti_lambda_c+ Ekin[MeV]=6625.61 direction=(0.964841,0.00429013,0.262797) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.02297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 237 projectile=anti_omega- Ekin[MeV]=29323.1 direction=(0.159196,0.549879,0.819933) material=G4_Si - --> #secondaries=28 impactParameter[fm]=2.46783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 238 projectile=lambda_b Ekin[MeV]=24699.5 direction=(0.440115,0.0368758,0.897184) material=G4_W - --> #secondaries=68 impactParameter[fm]=2.16572 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=1 - Collision 239 projectile=lambda_c+ Ekin[MeV]=15936.4 direction=(0.931711,0.0387549,0.361126) material=G4_Cu - --> #secondaries=23 impactParameter[fm]=4.44793 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 240 projectile=omega_c0 Ekin[MeV]=11359.8 direction=(0.804961,0.578763,0.130656) material=G4_Si - --> #secondaries=20 impactParameter[fm]=0.909355 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 241 projectile=xi_c0 Ekin[MeV]=7489.06 direction=(0.626854,0.622135,0.469044) material=G4_Si - --> #secondaries=26 impactParameter[fm]=2.34266 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 242 projectile=Bc- Ekin[MeV]=4661.6 direction=(0.728923,0.260306,0.633177) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.549645 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 243 projectile=xi0 Ekin[MeV]=28810.2 direction=(0.537915,0.690442,0.483671) material=G4_Be - --> #secondaries=8 impactParameter[fm]=4.13267 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 244 projectile=B- Ekin[MeV]=27998.2 direction=(0.359038,0.0475254,0.932112) material=G4_Pb - --> #secondaries=40 impactParameter[fm]=6.20179 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 245 projectile=anti_xi_b0 Ekin[MeV]=9828.21 direction=(0.852838,0.346958,0.390239) material=G4_Si - --> #secondaries=7 impactParameter[fm]=3.86205 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 246 projectile=omega_c0 Ekin[MeV]=19403.9 direction=(0.418024,0.90446,0.0849004) material=G4_C - --> #secondaries=12 impactParameter[fm]=2.09073 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 247 projectile=xi_b0 Ekin[MeV]=20590.4 direction=(0.74719,0.177662,0.640424) material=G4_C - --> #secondaries=10 impactParameter[fm]=1.8477 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 - Collision 248 projectile=D- Ekin[MeV]=28448.2 direction=(0.0577294,0.829221,0.555932) material=G4_Al - --> #secondaries=16 impactParameter[fm]=2.41715 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 249 projectile=anti_Bs0 Ekin[MeV]=16044.1 direction=(0.371179,0.68076,0.6315) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.21992 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 250 projectile=anti_sigma- Ekin[MeV]=12522.4 direction=(0.845058,0.522639,0.112805) material=G4_W - --> #secondaries=66 impactParameter[fm]=0.581156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 251 projectile=lambda_b Ekin[MeV]=18452.7 direction=(0.416792,0.504701,0.756017) material=G4_He - --> #secondaries=8 impactParameter[fm]=2.31103 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 252 projectile=xi_b- Ekin[MeV]=13475.7 direction=(0.096618,0.787478,0.608722) material=G4_C - --> #secondaries=8 impactParameter[fm]=1.07434 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 253 projectile=Bc- Ekin[MeV]=27573 direction=(0.393462,0.857482,0.331529) material=G4_He - --> #secondaries=4 impactParameter[fm]=0.208731 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 254 projectile=lambda Ekin[MeV]=7259.82 direction=(0.824272,0.00246128,0.566189) material=G4_Pb - --> #secondaries=67 impactParameter[fm]=2.98605 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=3 - Collision 255 projectile=anti_lambda_b Ekin[MeV]=25538.8 direction=(0.116882,0.42791,0.896232) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.09689 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 256 projectile=He3 Ekin[MeV]=10571.4 direction=(0.207066,0.121485,0.970755) material=G4_H - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 257 projectile=anti_omega- Ekin[MeV]=22180.1 direction=(0.422237,0.843986,0.330762) material=G4_C - --> #secondaries=13 impactParameter[fm]=2.34104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 258 projectile=D0 Ekin[MeV]=20661.9 direction=(0.474413,0.788509,0.391389) material=G4_Ar - --> #secondaries=27 impactParameter[fm]=3.20611 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 259 projectile=anti_alpha Ekin[MeV]=10557.8 direction=(0.533989,0.84272,0.0683979) material=G4_W - --> #secondaries=151 impactParameter[fm]=1.54774 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 - Collision 260 projectile=anti_lambda_c+ Ekin[MeV]=25692.6 direction=(0.0310679,0.361301,0.931932) material=G4_Fe - --> #secondaries=59 impactParameter[fm]=1.02988 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=4 - Collision 261 projectile=He3 Ekin[MeV]=8828.77 direction=(0.698182,0.702886,0.135985) material=G4_Si - --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 262 projectile=proton Ekin[MeV]=22831.7 direction=(0.699324,0.643588,0.311031) material=G4_Cu - --> #secondaries=39 impactParameter[fm]=3.06237 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=3 - Collision 263 projectile=xi_c0 Ekin[MeV]=6438.97 direction=(0.611602,0.767061,0.193805) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=4.02951 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 264 projectile=lambda_b Ekin[MeV]=16836.3 direction=(0.505882,0.659747,0.555713) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=5.18996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 265 projectile=omega_b- Ekin[MeV]=1826.02 direction=(0.0404561,0.698493,0.714472) material=G4_W - --> #secondaries=10 impactParameter[fm]=6.2893 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 - Collision 266 projectile=anti_xi_b- Ekin[MeV]=28151.7 direction=(0.970656,0.240451,0.00332338) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.21854 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 267 projectile=pi- Ekin[MeV]=15862 direction=(0.772425,0.238755,0.588519) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=5.90524 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 268 projectile=anti_xi_b- Ekin[MeV]=14756.3 direction=(0.451317,0.858639,0.243007) material=G4_Fe - --> #secondaries=17 impactParameter[fm]=3.8955 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=2 - Collision 269 projectile=anti_omega_c0 Ekin[MeV]=28989.1 direction=(0.566108,0.81224,0.140671) material=G4_Si - --> #secondaries=24 impactParameter[fm]=2.04664 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 270 projectile=sigma- Ekin[MeV]=1303.77 direction=(0.391634,0.350473,0.850759) material=G4_Be - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 271 projectile=kaon- Ekin[MeV]=21664.3 direction=(0.172903,0.682327,0.710306) material=G4_Pb - --> #secondaries=83 impactParameter[fm]=3.32365 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=4 - Collision 272 projectile=anti_alpha Ekin[MeV]=3231.48 direction=(0.439168,0.526628,0.727869) material=G4_C - --> #secondaries=19 impactParameter[fm]=3.03812 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=3 - Collision 273 projectile=xi_b- Ekin[MeV]=29341 direction=(0.0253907,0.187845,0.98187) material=G4_C - --> #secondaries=14 impactParameter[fm]=1.99742 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 274 projectile=anti_omega_b- Ekin[MeV]=7894.01 direction=(0.730706,0.403409,0.550753) material=G4_C - --> #secondaries=7 impactParameter[fm]=2.243 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 275 projectile=omega- Ekin[MeV]=25091.2 direction=(0.668103,0.743676,0.024154) material=G4_Si - --> #secondaries=19 impactParameter[fm]=2.3734 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 276 projectile=D- Ekin[MeV]=9145.06 direction=(0.453264,0.884256,0.11244) material=G4_He - --> #secondaries=4 impactParameter[fm]=0.503161 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 277 projectile=anti_xi0 Ekin[MeV]=17385.4 direction=(0.715258,0.690177,0.109823) material=G4_Al - --> #secondaries=22 impactParameter[fm]=1.43355 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 278 projectile=anti_omega_b- Ekin[MeV]=8910.91 direction=(0.348284,0.767607,0.538031) material=G4_Ar - --> #secondaries=23 impactParameter[fm]=0.816619 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 - Collision 279 projectile=D+ Ekin[MeV]=18714.6 direction=(0.789675,0.565221,0.238619) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.83508 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 280 projectile=omega_c0 Ekin[MeV]=19916.4 direction=(0.764823,0.0288095,0.643595) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.64791 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 281 projectile=xi_b- Ekin[MeV]=10823.1 direction=(0.450142,0.750003,0.484631) material=G4_Pb - --> #secondaries=61 impactParameter[fm]=2.58765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=2 - Collision 282 projectile=xi_c0 Ekin[MeV]=10211.7 direction=(0.325579,0.422024,0.846105) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=4.61156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 283 projectile=xi_c+ Ekin[MeV]=10854.6 direction=(0.209043,0.466143,0.859658) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.16312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 284 projectile=anti_D0 Ekin[MeV]=23728.3 direction=(0.101695,0.542245,0.834044) material=G4_C - --> #secondaries=12 impactParameter[fm]=1.21581 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 285 projectile=D+ Ekin[MeV]=4120.73 direction=(0.503583,0.491105,0.710788) material=G4_W - --> #secondaries=26 impactParameter[fm]=2.68752 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=0 - Collision 286 projectile=anti_triton Ekin[MeV]=10797.4 direction=(0.777774,0.0210813,0.62819) material=G4_Al - --> #secondaries=21 impactParameter[fm]=4.49831 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 287 projectile=xi- Ekin[MeV]=28385.9 direction=(0.616083,0.686517,0.386181) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=5.22192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 288 projectile=anti_Bs0 Ekin[MeV]=16138.7 direction=(0.697085,0.716889,0.0119931) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=2.01118 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 289 projectile=anti_He3 Ekin[MeV]=27629 direction=(0.4396,0.613762,0.655781) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=5.58704 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 290 projectile=kaon0L Ekin[MeV]=24789.8 direction=(0.898231,0.312168,0.309406) material=G4_C - --> #secondaries=9 impactParameter[fm]=1.04492 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 291 projectile=D- Ekin[MeV]=6437.36 direction=(0.98267,0.0752801,0.169389) material=G4_Al - --> #secondaries=6 impactParameter[fm]=3.3987 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 292 projectile=anti_lambda_b Ekin[MeV]=12170.7 direction=(0.365215,0.823683,0.433779) material=G4_W - --> #secondaries=43 impactParameter[fm]=5.37877 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 - Collision 293 projectile=kaon0L Ekin[MeV]=18888.1 direction=(0.884762,0.0379688,0.464495) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=3.32517 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 294 projectile=xi_b0 Ekin[MeV]=18804.6 direction=(0.137866,0.870618,0.472246) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=3.87708 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 - Collision 295 projectile=kaon+ Ekin[MeV]=10336.1 direction=(0.60275,0.563909,0.564535) material=G4_Si - --> #secondaries=13 impactParameter[fm]=3.0351 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 296 projectile=xi_b0 Ekin[MeV]=29765.8 direction=(0.198179,0.0887708,0.976138) material=G4_C - --> #secondaries=9 impactParameter[fm]=0.745082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 297 projectile=anti_xi_c+ Ekin[MeV]=7033.88 direction=(0.987518,0.0531443,0.148272) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.41482 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 298 projectile=D- Ekin[MeV]=9636.29 direction=(0.455184,0.845359,0.2796) material=G4_Cu - --> #secondaries=24 impactParameter[fm]=2.10355 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 299 projectile=D0 Ekin[MeV]=14079.8 direction=(0.543229,0.235055,0.80601) material=G4_Be - --> #secondaries=6 impactParameter[fm]=2.64944 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 300 projectile=anti_omega- Ekin[MeV]=27208.6 direction=(0.596648,0.398297,0.696686) material=G4_Pb - --> #secondaries=104 impactParameter[fm]=2.28349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 - List of produced secondaries: - j=0 kaon+ p=(661.236,392.049,569.1451076.37) MeV - j=1 anti_lambda p=(4093.77,2803.35,4533.116812.6) MeV - j=2 kaon0S p=(900.758,364.599,713.0491303.98) MeV - j=3 proton p=(508.138,709.356,1355.791865.45) MeV - j=4 pi- p=(486.11,116.901,262.801581.819) MeV - j=5 pi0 p=(652.534,403.295,478.721914.243) MeV - j=6 pi+ p=(992.016,767.924,1720.062133.52) MeV - j=7 pi0 p=(14.999,-19.259,156.628208.199) MeV - j=8 proton p=(43.7266,-102.338,898.4681303.83) MeV - j=9 pi- p=(21.3303,164.941,347.284409.568) MeV - j=10 proton p=(618.276,293.451,-13.98021161.43) MeV - j=11 pi- p=(734.826,385.164,787.7551152.54) MeV - j=12 pi0 p=(1376.95,1553.18,1712.722694.44) MeV - j=13 pi+ p=(124.882,165.677,310.021398.292) MeV - j=14 pi+ p=(954.678,-220.438,1788.472044.04) MeV - j=15 proton p=(-360.454,103.554,154.4441022.18) MeV - j=16 proton p=(-112.203,279.693,293.9351028.38) MeV - j=17 neutron p=(3.06511,-110.852,-514.5671076.97) MeV - j=18 neutron p=(-349.604,-42.2244,202.1031023.54) MeV - j=19 neutron p=(-38.6746,273.825,248.721010.5) MeV - j=20 proton p=(-391.047,281.979,95.17911059.17) MeV - j=21 proton p=(-28.5889,-121.575,183.172964.108) MeV - j=22 neutron p=(-62.0281,264.745,341.3451035.97) MeV - j=23 neutron p=(227.211,99.7599,-200.484992.247) MeV - j=24 neutron p=(265.211,206.589,53.3642999.323) MeV - j=25 proton p=(324.507,-470.371,105.0141103.6) MeV - j=26 proton p=(320.749,293.565,454.5211129.6) MeV - j=27 neutron p=(193.221,-253.148,-2.52539992.073) MeV - j=28 neutron p=(-55.9809,32.4557,-278.923982.226) MeV - j=29 pi- p=(82.6031,211.172,-23.6243267.311) MeV - j=30 neutron p=(555.945,289.433,772.1911368.18) MeV - j=31 pi0 p=(1007.59,724.203,929.3921556.18) MeV - j=32 pi- p=(506.547,277.641,148.599612.565) MeV - j=33 pi0 p=(38.6658,237.81,210.989347.539) MeV - j=34 pi0 p=(-275.055,-36.75,257.279401.768) MeV - j=35 neutron p=(-313.831,-609.074,3.906611162.87) MeV - j=36 proton p=(-182.618,-29.0567,-47.182957.483) MeV - j=37 neutron p=(-17.1097,-115.545,-200.726967.842) MeV - j=38 neutron p=(-0.752292,-424.673,63.58021033.04) MeV - j=39 neutron p=(-306.054,67.7976,-523.21120.17) MeV - j=40 proton p=(465.774,-40.1966,-24.26481048.57) MeV - j=41 proton p=(442.032,126.585,-82.97951048.17) MeV - j=42 proton p=(116.99,272.957,242.7171013.64) MeV - j=43 proton p=(-218.282,175.807,-170.085993.901) MeV - j=44 neutron p=(-251.662,80.1523,109.902982.151) MeV - j=45 neutron p=(-267.735,441.599,-460.1151166.7) MeV - j=46 neutron p=(-88.2091,-0.348794,-28.8115944.137) MeV - j=47 proton p=(170.716,133.965,102.326968.46) MeV - j=48 proton p=(530.214,20.2511,209.8461098.15) MeV - j=49 neutron p=(255.936,260.802,72.79051010.74) MeV - j=50 proton p=(-221.48,-11.5788,283.8341005.04) MeV - j=51 proton p=(266.495,-157.252,81.0466991.298) MeV - j=52 neutron p=(33.7161,51.8192,439.0661038.93) MeV - j=53 neutron p=(-81.1031,-214.28,-155.388979.501) MeV - j=54 neutron p=(-89.5041,-31.9932,-60.0945946.271) MeV - j=55 neutron p=(-54.9501,-13.5259,172.304956.909) MeV - j=56 neutron p=(-52.4593,160.707,65.0393956.866) MeV - j=57 neutron p=(93.1987,21.1244,132.465953.657) MeV - j=58 neutron p=(-3.13206,137.618,-54.0561951.133) MeV - j=59 neutron p=(-34.318,135.894,45.1989951.037) MeV - j=60 neutron p=(-33.7767,-104.241,334.9221003.48) MeV - j=61 neutron p=(-17.1728,172.116,140.409965.617) MeV - j=62 neutron p=(-165.628,-33.5245,134.497964.069) MeV - j=63 neutron p=(156.953,-34.2184,106.507959.131) MeV - j=64 neutron p=(-113.915,-20.7577,-121.494954.438) MeV - j=65 proton p=(198.955,71.8707,152.16973.784) MeV - j=66 neutron p=(-38.5903,-55.3583,95.4796946.812) MeV - j=67 neutron p=(-143.626,31.6948,62.7734953.077) MeV - j=68 proton p=(66.3509,143.013,131.776960.507) MeV - j=69 proton p=(54.4015,-128.625,-17.9844948.779) MeV - j=70 neutron p=(-0.827235,-7.83856,-48.3584940.842) MeV - j=71 neutron p=(166.611,-45.1344,80.9692958.716) MeV - j=72 neutron p=(-5.39156,44.3098,-209.89963.758) MeV - j=73 Li7 p=(103.673,-364.402,125.0276546) MeV - j=74 neutron p=(-100.237,8.2419,68.2425947.394) MeV - j=75 neutron p=(-44.2982,-49.9492,-66.8644944.305) MeV - j=76 neutron p=(6.31967,181.011,100.728962.151) MeV - j=77 neutron p=(159.716,-70.0051,81.0483959.042) MeV - j=78 alpha p=(356.32,21.1933,-339.6283759.8) MeV - j=79 neutron p=(-15.6723,-70.5555,111.472948.911) MeV - j=80 proton p=(110.458,138.155,-78.7816958.044) MeV - j=81 proton p=(46.3732,-57.2191,-146.521952.495) MeV - j=82 neutron p=(84.868,85.0112,-55.1223948.816) MeV - j=83 neutron p=(60.9626,9.35431,25.7522941.94) MeV - j=84 neutron p=(-98.7084,-7.49712,82.7872948.386) MeV - j=85 neutron p=(90.7886,4.25138,-12.3596944.032) MeV - j=86 neutron p=(-37.3044,-14.0095,12.0167940.487) MeV - j=87 neutron p=(39.3561,1.43626,36.286941.09) MeV - j=88 gamma p=(-1.23668,-0.186008,-0.3920391.3106) MeV - j=89 gamma p=(-1.0032,0.142805,-0.4509281.10912) MeV - j=90 gamma p=(0.865003,-0.596904,-0.3126751.09649) MeV - j=91 gamma p=(-0.0530197,-0.980192,0.4277621.07078) MeV - j=92 gamma p=(-0.743305,-0.665431,-0.2285761.0235) MeV - j=93 gamma p=(0.649026,-0.273231,-0.7321871.01587) MeV - j=94 gamma p=(-0.578414,0.720966,0.1438870.935445) MeV - j=95 gamma p=(-0.102988,-0.657189,-0.5178660.843024) MeV - j=96 gamma p=(-0.414303,-0.348282,0.3561060.647888) MeV - j=97 gamma p=(0.786388,0.343839,0.3372450.922153) MeV - j=98 gamma p=(-0.851538,0.152956,-0.1596230.879768) MeV - j=99 gamma p=(-0.0790993,0.713374,-0.3185640.785266) MeV - j=100 gamma p=(-0.0833852,0.031586,-0.6357960.642019) MeV - j=101 gamma p=(-0.430394,0.181606,-0.07412580.472984) MeV - j=102 gamma p=(0.149016,-0.0361467,0.2418610.286372) MeV - j=103 Ba128 p=(2091.36,878.213,36.5275119139) MeV - Collision 301 projectile=anti_proton Ekin[MeV]=28355.1 direction=(0.746249,0.213099,0.630636) material=G4_Si - --> #secondaries=33 impactParameter[fm]=1.69926 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=2 - Collision 302 projectile=omega_c0 Ekin[MeV]=14430.3 direction=(0.098944,0.980516,0.169699) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=4.88542 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 - Collision 303 projectile=anti_lambda Ekin[MeV]=4635.7 direction=(0.360234,0.572158,0.736795) material=G4_Al - --> #secondaries=20 impactParameter[fm]=2.78974 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 304 projectile=B- Ekin[MeV]=17061.2 direction=(0.583408,0.0532968,0.810429) material=G4_C - --> #secondaries=9 impactParameter[fm]=2.54642 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 305 projectile=anti_neutron Ekin[MeV]=19988.4 direction=(0.0254706,0.513799,0.857533) material=G4_Al - --> #secondaries=19 impactParameter[fm]=3.31715 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 306 projectile=anti_lambda_b Ekin[MeV]=8427.8 direction=(0.480058,0.823574,0.302108) material=G4_W - --> #secondaries=52 impactParameter[fm]=3.199 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=6 - Collision 307 projectile=kaon0L Ekin[MeV]=15316.4 direction=(0.526917,0.843383,0.105185) material=G4_He - --> #secondaries=12 impactParameter[fm]=2.67695 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 308 projectile=pi+ Ekin[MeV]=22682.9 direction=(0.43405,0.331524,0.837671) material=G4_Al - --> #secondaries=12 impactParameter[fm]=1.97155 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 309 projectile=B- Ekin[MeV]=1524.14 direction=(0.164741,0.985917,0.0287926) material=G4_W - --> #secondaries=17 impactParameter[fm]=4.71484 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=0 - Collision 310 projectile=anti_omega_b- Ekin[MeV]=24194.3 direction=(0.206833,0.754246,0.623164) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.56528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 311 projectile=sigma- Ekin[MeV]=22331.5 direction=(0.740007,0.035695,0.671651) material=G4_H - --> #secondaries=6 impactParameter[fm]=2.16213 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 312 projectile=deuteron Ekin[MeV]=19402.5 direction=(0.901074,0.146203,0.408278) material=G4_Fe - --> #secondaries=56 impactParameter[fm]=2.6837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=6 - Collision 313 projectile=B0 Ekin[MeV]=6369.19 direction=(0.790119,0.583499,0.187727) material=G4_Si - --> #secondaries=8 impactParameter[fm]=1.23718 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 314 projectile=lambda Ekin[MeV]=22463.2 direction=(0.213258,0.675122,0.706209) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=4.72968 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 315 projectile=neutron Ekin[MeV]=1283.65 direction=(0.775556,0.514987,0.365105) material=G4_Al - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 316 projectile=He3 Ekin[MeV]=13092.2 direction=(0.112154,0.674119,0.730058) material=G4_Ar - --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 317 projectile=anti_D0 Ekin[MeV]=16144.3 direction=(0.78612,0.0165061,0.617853) material=G4_W - --> #secondaries=27 impactParameter[fm]=6.56832 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 - Collision 318 projectile=alpha Ekin[MeV]=19675.5 direction=(0.134893,0.649398,0.748389) material=G4_Si - --> #secondaries=22 impactParameter[fm]=4.18312 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 319 projectile=Ds+ Ekin[MeV]=3094.94 direction=(0.462763,0.324068,0.825124) material=G4_W - --> #secondaries=32 impactParameter[fm]=2.01394 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 320 projectile=anti_lambda Ekin[MeV]=15025.4 direction=(0.673203,0.663331,0.326786) material=G4_Pb - --> #secondaries=70 impactParameter[fm]=3.94862 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=5 - Collision 321 projectile=xi- Ekin[MeV]=10686.6 direction=(0.763311,0.0552,0.643668) material=G4_Fe - --> #secondaries=35 impactParameter[fm]=3.47892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=3 - Collision 322 projectile=omega- Ekin[MeV]=25246 direction=(0.678778,0.240717,0.693769) material=G4_Cu - --> #secondaries=48 impactParameter[fm]=1.6799 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 323 projectile=anti_xi_c+ Ekin[MeV]=10366.5 direction=(0.0429708,0.785177,0.617779) material=G4_He - --> #secondaries=12 impactParameter[fm]=2.68871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 324 projectile=anti_proton Ekin[MeV]=18483.7 direction=(0.655782,0.61087,0.443607) material=G4_Ar - --> #secondaries=41 impactParameter[fm]=1.46403 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=3 - Collision 325 projectile=kaon0L Ekin[MeV]=10412.7 direction=(0.444568,0.857176,0.260016) material=G4_Pb - --> #secondaries=48 impactParameter[fm]=4.8386 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=0 - Collision 326 projectile=B- Ekin[MeV]=11371 direction=(0.981804,0.056041,0.181439) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.68565 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 327 projectile=anti_proton Ekin[MeV]=19648 direction=(0.527591,0.493932,0.691143) material=G4_Pb - --> #secondaries=53 impactParameter[fm]=5.93957 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 328 projectile=anti_lambda_b Ekin[MeV]=9906.3 direction=(0.628487,0.715097,0.306009) material=G4_C - --> #secondaries=12 impactParameter[fm]=2.61135 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 329 projectile=anti_lambda_b Ekin[MeV]=7924.28 direction=(0.471188,0.283374,0.835273) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=2.39635 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 330 projectile=anti_xi- Ekin[MeV]=22296.3 direction=(0.140051,0.38096,0.913923) material=G4_Si - --> #secondaries=12 impactParameter[fm]=3.16971 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 331 projectile=anti_xi- Ekin[MeV]=21060.9 direction=(0.332956,0.789749,0.515205) material=G4_Fe - --> #secondaries=56 impactParameter[fm]=2.87131 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 - Collision 332 projectile=Bc+ Ekin[MeV]=19298 direction=(0.870423,0.380611,0.312249) material=G4_W - --> #secondaries=31 impactParameter[fm]=6.06121 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 333 projectile=xi_c0 Ekin[MeV]=14241.6 direction=(0.339467,0.809148,0.479627) material=G4_Be - --> #secondaries=12 impactParameter[fm]=1.89272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 - Collision 334 projectile=anti_D0 Ekin[MeV]=22434.5 direction=(0.721041,0.617752,0.313818) material=G4_C - --> #secondaries=8 impactParameter[fm]=1.45991 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 335 projectile=He3 Ekin[MeV]=8855.33 direction=(0.751076,0.0471678,0.658529) material=G4_Fe - --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 336 projectile=sigma- Ekin[MeV]=29405.1 direction=(0.583677,0.809768,0.0599684) material=G4_W - --> #secondaries=33 impactParameter[fm]=8.02256 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=0 - Collision 337 projectile=anti_omega_b- Ekin[MeV]=29874.7 direction=(0.859732,0.508891,0.0434756) material=G4_He - --> #secondaries=5 impactParameter[fm]=0.615039 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 338 projectile=anti_He3 Ekin[MeV]=25842.3 direction=(0.764256,0.631673,0.130009) material=G4_Pb - --> #secondaries=99 impactParameter[fm]=5.23429 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 - Collision 339 projectile=alpha Ekin[MeV]=29597 direction=(0.465551,0.16923,0.868691) material=G4_Fe - --> #secondaries=45 impactParameter[fm]=3.80697 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 340 projectile=kaon+ Ekin[MeV]=26971.7 direction=(0.656258,0.0776102,0.750534) material=G4_H - --> #secondaries=10 impactParameter[fm]=1.25237 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 341 projectile=pi- Ekin[MeV]=24164.4 direction=(0.305526,0.572034,0.761203) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.86544 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 342 projectile=anti_omega- Ekin[MeV]=16410.5 direction=(0.794096,0.382763,0.472127) material=G4_Ar - --> #secondaries=37 impactParameter[fm]=3.48421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 343 projectile=pi- Ekin[MeV]=22494.2 direction=(0.51846,0.852577,0.065663) material=G4_C - --> #secondaries=14 impactParameter[fm]=2.82496 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 344 projectile=anti_xi_c+ Ekin[MeV]=15785.1 direction=(0.015772,0.714833,0.699117) material=G4_W - --> #secondaries=80 impactParameter[fm]=1.72873 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=6 - Collision 345 projectile=lambda_b Ekin[MeV]=1483.5 direction=(0.879728,0.431549,0.199608) material=G4_H - --> #secondaries=2 impactParameter[fm]=1.38906 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 346 projectile=anti_xi_c+ Ekin[MeV]=26617.2 direction=(0.160843,0.804738,0.571425) material=G4_C - --> #secondaries=26 impactParameter[fm]=1.17501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 - Collision 347 projectile=Ds+ Ekin[MeV]=29609.7 direction=(0.75398,0.234152,0.613749) material=G4_W - --> #secondaries=52 impactParameter[fm]=5.54097 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 348 projectile=omega_b- Ekin[MeV]=26530.4 direction=(0.291241,0.114226,0.949806) material=G4_Si - --> #secondaries=22 impactParameter[fm]=0.492648 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 349 projectile=anti_omega- Ekin[MeV]=7982.61 direction=(0.343115,0.916663,0.204942) material=G4_Cu - --> #secondaries=7 impactParameter[fm]=6.04475 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=0 - Collision 350 projectile=anti_xi_c0 Ekin[MeV]=28831.5 direction=(0.750515,0.461548,0.47297) material=G4_Be - --> #secondaries=10 impactParameter[fm]=0.506256 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 - Collision 351 projectile=triton Ekin[MeV]=12044.1 direction=(0.882088,0.384981,0.271496) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 352 projectile=He3 Ekin[MeV]=5282.86 direction=(0.868672,0.494016,0.0368364) material=G4_Si - --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 353 projectile=anti_lambda_c+ Ekin[MeV]=7057.6 direction=(0.663967,0.285073,0.69129) material=G4_C - --> #secondaries=13 impactParameter[fm]=1.97262 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 354 projectile=xi- Ekin[MeV]=29923.4 direction=(0.44244,0.61978,0.648167) material=G4_Be - --> #secondaries=6 impactParameter[fm]=1.11845 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 355 projectile=D0 Ekin[MeV]=11526.5 direction=(0.642149,0.217984,0.734934) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.602327 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 356 projectile=sigma- Ekin[MeV]=25159 direction=(0.58356,0.307929,0.751424) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.672138 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 357 projectile=anti_lambda_c+ Ekin[MeV]=7633 direction=(0.388982,0.775501,0.497284) material=G4_Cu - --> #secondaries=38 impactParameter[fm]=3.59447 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=3 - Collision 358 projectile=anti_xi_b- Ekin[MeV]=28899.6 direction=(0.842448,0.460607,0.279505) material=G4_C - --> #secondaries=10 impactParameter[fm]=1.37308 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 359 projectile=omega_c0 Ekin[MeV]=6120.15 direction=(0.160739,0.0397212,0.986197) material=G4_Pb - --> #secondaries=35 impactParameter[fm]=6.6088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 360 projectile=kaon+ Ekin[MeV]=19747 direction=(0.514542,0.695224,0.501907) material=G4_C - --> #secondaries=12 impactParameter[fm]=2.48377 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 361 projectile=anti_sigma- Ekin[MeV]=11404.3 direction=(0.913309,0.400396,0.0744967) material=G4_Pb - --> #secondaries=47 impactParameter[fm]=6.12664 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 362 projectile=anti_xi_c+ Ekin[MeV]=13044.7 direction=(0.791958,0.518809,0.321931) material=G4_Pb - --> #secondaries=47 impactParameter[fm]=5.0767 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 363 projectile=anti_triton Ekin[MeV]=14917.4 direction=(0.196909,0.351666,0.915182) material=G4_Fe - --> #secondaries=54 impactParameter[fm]=3.68383 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=51 #NNcollisions=5 - Collision 364 projectile=D- Ekin[MeV]=22163.3 direction=(0.231946,0.70637,0.668762) material=G4_Fe - --> #secondaries=17 impactParameter[fm]=4.73213 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 365 projectile=proton Ekin[MeV]=14737.5 direction=(0.191772,0.549944,0.812887) material=G4_H - --> #secondaries=8 impactParameter[fm]=0.214181 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 366 projectile=anti_sigma- Ekin[MeV]=27442.2 direction=(0.61078,0.576249,0.543032) material=G4_Fe - --> #secondaries=39 impactParameter[fm]=2.3186 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=4 - Collision 367 projectile=kaon0S Ekin[MeV]=3776.39 direction=(0.580827,0.614285,0.534129) material=G4_Al - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 368 projectile=anti_deuteron Ekin[MeV]=22677.7 direction=(0.261023,0.596826,0.758726) material=G4_Pb - --> #secondaries=93 impactParameter[fm]=5.33291 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 - Collision 369 projectile=D+ Ekin[MeV]=21211.4 direction=(0.423476,0.0245098,0.905575) material=G4_Si - --> #secondaries=8 impactParameter[fm]=2.43182 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 370 projectile=Bs0 Ekin[MeV]=27005.9 direction=(0.633635,0.7573,0.158125) material=G4_Al - --> #secondaries=7 impactParameter[fm]=3.2968 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 371 projectile=anti_D0 Ekin[MeV]=27199.5 direction=(0.0483799,0.581872,0.81184) material=G4_Ar - --> #secondaries=19 impactParameter[fm]=0.754467 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 372 projectile=xi_c+ Ekin[MeV]=17763 direction=(0.831989,0.475452,0.285903) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=4.05448 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 373 projectile=lambda Ekin[MeV]=15519.8 direction=(0.0506632,0.976108,0.211299) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=5.62903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 374 projectile=anti_xi_c0 Ekin[MeV]=28821 direction=(0.281305,0.850159,0.445081) material=G4_Al - --> #secondaries=26 impactParameter[fm]=2.65328 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 375 projectile=xi_b- Ekin[MeV]=13584.8 direction=(0.502955,0.85243,0.142829) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.8298 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 376 projectile=anti_omega_c0 Ekin[MeV]=3439.75 direction=(0.312543,0.491,0.813164) material=G4_He - --> #secondaries=8 impactParameter[fm]=1.25309 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 - Collision 377 projectile=anti_xi0 Ekin[MeV]=7935.16 direction=(0.150901,0.766899,0.623775) material=G4_W - --> #secondaries=25 impactParameter[fm]=6.48009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 - Collision 378 projectile=xi_b- Ekin[MeV]=15782.8 direction=(0.767894,0.6373,0.0647098) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.63827 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 379 projectile=anti_lambda_b Ekin[MeV]=3843.38 direction=(0.66093,0.726232,0.1891) material=G4_Be - --> #secondaries=9 impactParameter[fm]=1.4063 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=2 - Collision 380 projectile=anti_proton Ekin[MeV]=8425.13 direction=(0.595045,0.712896,0.37108) material=G4_Al - --> #secondaries=14 impactParameter[fm]=4.7945 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 381 projectile=xi_b0 Ekin[MeV]=22567.4 direction=(0.82395,0.0450215,0.564871) material=G4_Be - --> #secondaries=12 impactParameter[fm]=0.533777 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 - Collision 382 projectile=anti_lambda_b Ekin[MeV]=13012.7 direction=(0.638248,0.163519,0.752264) material=G4_W - --> #secondaries=34 impactParameter[fm]=5.28365 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 - Collision 383 projectile=B0 Ekin[MeV]=20464.6 direction=(0.0516628,0.807361,0.587792) material=G4_Be - --> #secondaries=11 impactParameter[fm]=1.67283 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 384 projectile=anti_omega_b- Ekin[MeV]=5000.74 direction=(0.174498,0.652716,0.737233) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=2.22159 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 385 projectile=triton Ekin[MeV]=3398.23 direction=(0.639715,0.146116,0.754596) material=G4_C - --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 386 projectile=anti_xi_c0 Ekin[MeV]=11940.6 direction=(0.0141922,0.73665,0.676125) material=G4_Pb - --> #secondaries=32 impactParameter[fm]=6.25039 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 387 projectile=kaon- Ekin[MeV]=21959.9 direction=(0.926216,0.0500229,0.373659) material=G4_Al - --> #secondaries=19 impactParameter[fm]=2.61721 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 388 projectile=kaon0L Ekin[MeV]=9161.12 direction=(0.513118,0.535783,0.670556) material=G4_W - --> #secondaries=20 impactParameter[fm]=7.11945 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 389 projectile=triton Ekin[MeV]=7617 direction=(0.925246,0.35786,0.125917) material=G4_Be - --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 390 projectile=omega_c0 Ekin[MeV]=26234.3 direction=(0.972135,0.18038,0.149721) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.07766 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 391 projectile=triton Ekin[MeV]=29595.2 direction=(0.682782,0.55816,0.471451) material=G4_Ar - --> #secondaries=25 impactParameter[fm]=4.69943 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 392 projectile=anti_sigma+ Ekin[MeV]=17723.5 direction=(0.943502,0.0767699,0.322353) material=G4_Al - --> #secondaries=21 impactParameter[fm]=3.32979 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 393 projectile=anti_omega_c0 Ekin[MeV]=25597.8 direction=(0.491998,0.351485,0.79649) material=G4_He - --> #secondaries=5 impactParameter[fm]=3.27765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 394 projectile=omega_b- Ekin[MeV]=18493 direction=(0.589947,0.640321,0.491885) material=G4_Al - --> #secondaries=16 impactParameter[fm]=2.64369 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 395 projectile=anti_xi_b- Ekin[MeV]=18731.8 direction=(0.504981,0.651106,0.566617) material=G4_Pb - --> #secondaries=39 impactParameter[fm]=6.46554 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 396 projectile=kaon+ Ekin[MeV]=13313.9 direction=(0.0301779,0.552262,0.833124) material=G4_Be - --> #secondaries=11 impactParameter[fm]=2.88399 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 397 projectile=anti_sigma+ Ekin[MeV]=5131.82 direction=(0.439997,0.883971,0.158109) material=G4_Pb - --> #secondaries=70 impactParameter[fm]=3.86153 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 398 projectile=deuteron Ekin[MeV]=1671.85 direction=(0.638147,0.0471186,0.768471) material=G4_H - --> #secondaries=3 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 399 projectile=kaon0S Ekin[MeV]=3487.09 direction=(0.819769,0.558902,0.124926) material=G4_Ar - --> #secondaries=33 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 400 projectile=sigma- Ekin[MeV]=26538.5 direction=(0.504253,0.167936,0.847069) material=G4_Be - --> #secondaries=13 impactParameter[fm]=2.21397 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - List of produced secondaries: - j=0 pi+ p=(811.689,134.657,1266.641516.85) MeV - j=1 pi- p=(-82.0975,33.0329,559.76583.646) MeV - j=2 eta p=(682.801,413.42,2751.442916.8) MeV - j=3 eta_prime p=(2578.11,438.215,3448.884432.92) MeV - j=4 neutron p=(61.5943,-238.391,425.5471060.42) MeV - j=5 pi- p=(2288.55,849.783,3677.674416.37) MeV - j=6 lambda p=(7211.92,2285.5,10622.313088.7) MeV - j=7 pi0 p=(-16.7619,-100.157,48.6286175.772) MeV - j=8 neutron p=(219.299,774.713,560.771358.5) MeV - j=9 alpha p=(216.459,6.67325,234.93741.05) MeV - j=10 proton p=(92.5128,15.4196,45.1638944.029) MeV - j=11 proton p=(-12.2847,-3.81363,-26.1674938.725) MeV - j=12 neutron p=(-78.9917,44.4274,-143.326954.746) MeV - Collision 401 projectile=D+ Ekin[MeV]=28983.1 direction=(0.725947,0.463699,0.507922) material=G4_Fe - --> #secondaries=21 impactParameter[fm]=4.40243 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 402 projectile=anti_sigma- Ekin[MeV]=18775.2 direction=(0.127391,0.703767,0.698916) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=4.74666 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 403 projectile=B0 Ekin[MeV]=7898.94 direction=(0.586465,0.473846,0.656908) material=G4_Si - --> #secondaries=9 impactParameter[fm]=4.42684 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 404 projectile=triton Ekin[MeV]=19668.7 direction=(0.284711,0.91742,0.277994) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.100132 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 405 projectile=kaon0S Ekin[MeV]=6878.67 direction=(0.383019,0.271974,0.882795) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.360159 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 406 projectile=B+ Ekin[MeV]=28878.9 direction=(0.184081,0.97932,0.0839498) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.44791 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 407 projectile=anti_sigma- Ekin[MeV]=28665.2 direction=(0.554651,0.803391,0.216622) material=G4_Be - --> #secondaries=12 impactParameter[fm]=1.69463 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 408 projectile=Ds- Ekin[MeV]=9225.11 direction=(0.452059,0.672575,0.585905) material=G4_He - --> #secondaries=5 impactParameter[fm]=2.82732 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 409 projectile=anti_sigma- Ekin[MeV]=26321.1 direction=(0.457967,0.750677,0.476183) material=G4_Be - --> #secondaries=11 impactParameter[fm]=1.20376 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 410 projectile=anti_triton Ekin[MeV]=24086.2 direction=(0.650511,0.301928,0.696904) material=G4_Si - --> #secondaries=23 impactParameter[fm]=3.24691 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=29 #NNcollisions=2 - Collision 411 projectile=deuteron Ekin[MeV]=2509.12 direction=(0.55113,0.786596,0.278429) material=G4_C - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 412 projectile=xi_b0 Ekin[MeV]=3128.07 direction=(0.49101,0.851528,0.183875) material=G4_Si - --> #secondaries=5 impactParameter[fm]=2.74962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 413 projectile=anti_sigma+ Ekin[MeV]=21207.5 direction=(0.4668,0.801862,0.372983) material=G4_W - --> #secondaries=51 impactParameter[fm]=5.59206 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=2 - Collision 414 projectile=xi_c+ Ekin[MeV]=20853 direction=(0.351048,0.451646,0.820232) material=G4_W - --> #secondaries=61 impactParameter[fm]=1.15188 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=2 - Collision 415 projectile=omega_b- Ekin[MeV]=29205.6 direction=(0.0436239,0.8204,0.570124) material=G4_W - --> #secondaries=31 impactParameter[fm]=6.28738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=0 - Collision 416 projectile=B- Ekin[MeV]=26247 direction=(0.908623,0.354715,0.220412) material=G4_He - --> #secondaries=8 impactParameter[fm]=0.906596 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 417 projectile=anti_xi_b0 Ekin[MeV]=5854.95 direction=(0.0302948,0.670293,0.741478) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.980769 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 418 projectile=anti_xi_c0 Ekin[MeV]=19612.3 direction=(0.581333,0.769351,0.26486) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.495629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 419 projectile=kaon0L Ekin[MeV]=23804.7 direction=(0.925446,0.267912,0.267904) material=G4_Pb - --> #secondaries=87 impactParameter[fm]=1.25574 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 420 projectile=He3 Ekin[MeV]=12202 direction=(0.785827,0.0505755,0.616374) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.54854 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 421 projectile=anti_He3 Ekin[MeV]=3362.97 direction=(0.714414,0.699294,0.0244914) material=G4_Al - --> #secondaries=14 impactParameter[fm]=3.26663 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 422 projectile=anti_proton Ekin[MeV]=12825.4 direction=(0.0075051,0.668299,0.743855) material=G4_W - --> #secondaries=100 impactParameter[fm]=4.44319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=3 - Collision 423 projectile=omega_b- Ekin[MeV]=22259.3 direction=(0.121963,0.710273,0.69328) material=G4_Si - --> #secondaries=12 impactParameter[fm]=2.46802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 424 projectile=D+ Ekin[MeV]=27636 direction=(0.31077,0.00478671,0.950473) material=G4_Be - --> #secondaries=8 impactParameter[fm]=1.46338 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 425 projectile=lambda_b Ekin[MeV]=3632.79 direction=(0.424815,0.685685,0.591074) material=G4_He - --> #secondaries=5 impactParameter[fm]=0.97312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 - Collision 426 projectile=triton Ekin[MeV]=3722.09 direction=(0.117999,0.748071,0.653043) material=G4_Pb - --> #secondaries=58 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 427 projectile=anti_omega- Ekin[MeV]=19591.8 direction=(0.189944,0.981633,0.0178312) material=G4_Si - --> #secondaries=13 impactParameter[fm]=3.65178 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 428 projectile=He3 Ekin[MeV]=20760.2 direction=(0.202415,0.817295,0.539497) material=G4_He - --> #secondaries=12 impactParameter[fm]=2.78698 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=2 - Collision 429 projectile=sigma+ Ekin[MeV]=4335.22 direction=(0.810296,0.452109,0.37285) material=G4_W - --> #secondaries=29 impactParameter[fm]=6.66884 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 - Collision 430 projectile=anti_xi- Ekin[MeV]=5550.91 direction=(0.0343209,0.739464,0.67232) material=G4_Si - --> #secondaries=11 impactParameter[fm]=3.03352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 431 projectile=omega_c0 Ekin[MeV]=24537.6 direction=(0.0107585,0.0238391,0.999658) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.1566 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 432 projectile=anti_xi_b- Ekin[MeV]=21285.9 direction=(0.663616,0.114803,0.739212) material=G4_Fe - --> #secondaries=29 impactParameter[fm]=2.48779 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 433 projectile=anti_xi_b0 Ekin[MeV]=7224.45 direction=(0.20546,0.638763,0.741463) material=G4_Al - --> #secondaries=11 impactParameter[fm]=1.9879 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 434 projectile=Ds- Ekin[MeV]=23536.7 direction=(0.797149,0.205346,0.567791) material=G4_C - --> #secondaries=9 impactParameter[fm]=0.667797 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=0 - Collision 435 projectile=anti_He3 Ekin[MeV]=6039.37 direction=(0.607638,0.787957,0.0994997) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=6.81427 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=64 #NNcollisions=2 - Collision 436 projectile=xi_b- Ekin[MeV]=20599.8 direction=(0.958387,0.029614,0.283933) material=G4_Ar - --> #secondaries=30 impactParameter[fm]=0.812712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=33 #NNcollisions=2 - Collision 437 projectile=pi- Ekin[MeV]=5840.65 direction=(0.09882,0.601917,0.792421) material=G4_Pb - --> #secondaries=65 impactParameter[fm]=1.75634 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 438 projectile=Bs0 Ekin[MeV]=21673.7 direction=(0.912366,0.281775,0.29697) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=2.29729 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 439 projectile=B- Ekin[MeV]=20944.4 direction=(0.0986445,0.415899,0.904045) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=3.65855 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 440 projectile=kaon+ Ekin[MeV]=4566.56 direction=(0.806666,0.428139,0.407415) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.32759 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 441 projectile=anti_lambda Ekin[MeV]=12345.1 direction=(0.436955,0.873296,0.215466) material=G4_Al - --> #secondaries=34 impactParameter[fm]=1.80977 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 - Collision 442 projectile=anti_omega_b- Ekin[MeV]=13198.2 direction=(0.750369,0.529712,0.395413) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.22627 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 443 projectile=B0 Ekin[MeV]=3177.77 direction=(0.957458,0.0158846,0.288135) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=4.20937 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 444 projectile=lambda Ekin[MeV]=13181.7 direction=(0.2942,0.715466,0.633683) material=G4_He - --> #secondaries=9 impactParameter[fm]=1.37706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 445 projectile=pi- Ekin[MeV]=6169.41 direction=(0.897255,0.354353,0.263377) material=G4_Fe - --> #secondaries=20 impactParameter[fm]=2.10785 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 446 projectile=alpha Ekin[MeV]=29161.7 direction=(0.705624,0.691054,0.156654) material=G4_C - --> #secondaries=15 impactParameter[fm]=2.53521 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 447 projectile=kaon0L Ekin[MeV]=26874.9 direction=(0.215438,0.68574,0.695231) material=G4_Si - --> #secondaries=17 impactParameter[fm]=1.28605 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 448 projectile=neutron Ekin[MeV]=11924.7 direction=(0.348782,0.922935,0.162918) material=G4_H - --> #secondaries=8 impactParameter[fm]=2.00474 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 449 projectile=Ds+ Ekin[MeV]=9770.67 direction=(0.614157,0.420877,0.667588) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.01069 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 450 projectile=anti_sigma- Ekin[MeV]=9847 direction=(0.527338,0.486606,0.696512) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=4.72321 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=1 - Collision 451 projectile=anti_lambda Ekin[MeV]=20837.8 direction=(0.38314,0.91595,0.119332) material=G4_H - --> #secondaries=8 impactParameter[fm]=1.05796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 452 projectile=anti_deuteron Ekin[MeV]=13611.4 direction=(0.144434,0.838367,0.525623) material=G4_Ar - --> #secondaries=37 impactParameter[fm]=3.35199 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=4 - Collision 453 projectile=kaon0S Ekin[MeV]=6986.47 direction=(0.627975,0.600419,0.495121) material=G4_Si - --> #secondaries=16 impactParameter[fm]=3.47329 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 454 projectile=xi0 Ekin[MeV]=2131.13 direction=(0.124994,0.683856,0.718831) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 455 projectile=xi_c+ Ekin[MeV]=9000.17 direction=(0.597462,0.251672,0.761381) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.78097 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 456 projectile=anti_He3 Ekin[MeV]=16010.7 direction=(0.429985,0.763983,0.481086) material=G4_Si - --> #secondaries=19 impactParameter[fm]=4.32178 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 457 projectile=neutron Ekin[MeV]=6788.72 direction=(0.433844,0.802777,0.409057) material=G4_Fe - --> #secondaries=9 impactParameter[fm]=4.19433 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 458 projectile=omega_b- Ekin[MeV]=12979.6 direction=(0.460343,0.675044,0.576541) material=G4_Al - --> #secondaries=13 impactParameter[fm]=1.16121 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 459 projectile=anti_omega_b- Ekin[MeV]=16985.7 direction=(0.830091,0.538102,0.146271) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=2.67212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 - Collision 460 projectile=anti_triton Ekin[MeV]=11970.1 direction=(0.802627,0.540433,0.252433) material=G4_Al - --> #secondaries=10 impactParameter[fm]=5.03006 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 461 projectile=xi_b- Ekin[MeV]=12945.3 direction=(0.926303,0.363166,0.100363) material=G4_Al - --> #secondaries=13 impactParameter[fm]=0.96712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 462 projectile=xi_c0 Ekin[MeV]=1537.57 direction=(0.105938,0.153149,0.982508) material=G4_Cu - --> #secondaries=22 impactParameter[fm]=1.9125 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=0 - Collision 463 projectile=B+ Ekin[MeV]=11256.5 direction=(0.257871,0.867468,0.425442) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=1.62125 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 464 projectile=lambda_c+ Ekin[MeV]=2807.44 direction=(0.0564528,0.858997,0.508859) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.971827 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 465 projectile=lambda_c+ Ekin[MeV]=15134.7 direction=(0.704302,0.70987,0.00655951) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.75713 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 466 projectile=xi- Ekin[MeV]=1521.53 direction=(0.285482,0.699689,0.654931) material=G4_Fe - --> #secondaries=25 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 467 projectile=sigma+ Ekin[MeV]=3857.07 direction=(0.263382,0.784189,0.561852) material=G4_Al - --> #secondaries=10 impactParameter[fm]=2.47131 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 468 projectile=anti_Bs0 Ekin[MeV]=4907.68 direction=(0.34409,0.693209,0.633296) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.07184 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 469 projectile=xi_c0 Ekin[MeV]=21999.4 direction=(0.15462,0.920326,0.359296) material=G4_Al - --> #secondaries=8 impactParameter[fm]=3.50975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 470 projectile=omega- Ekin[MeV]=9253.89 direction=(0.765935,0.392638,0.509095) material=G4_Fe - --> #secondaries=26 impactParameter[fm]=3.15787 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=3 - Collision 471 projectile=anti_Bs0 Ekin[MeV]=15954.2 direction=(0.802178,0.595812,0.0389674) material=G4_Pb - --> #secondaries=39 impactParameter[fm]=1.73266 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 472 projectile=anti_proton Ekin[MeV]=9616.44 direction=(0.308749,0.177195,0.934492) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=3.44962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 473 projectile=xi_b0 Ekin[MeV]=29560.4 direction=(0.63961,0.492682,0.590054) material=G4_Si - --> #secondaries=14 impactParameter[fm]=2.73629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 474 projectile=anti_xi_c+ Ekin[MeV]=22900 direction=(0.571912,0.136112,0.808944) material=G4_W - --> #secondaries=30 impactParameter[fm]=6.7871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 475 projectile=pi+ Ekin[MeV]=3623.81 direction=(0.0365272,0.737547,0.674308) material=G4_Be - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 476 projectile=xi0 Ekin[MeV]=16311.6 direction=(0.310106,0.911574,0.269939) material=G4_Pb - --> #secondaries=56 impactParameter[fm]=6.00098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 477 projectile=anti_He3 Ekin[MeV]=7150.39 direction=(0.632054,0.350619,0.691067) material=G4_He - --> #secondaries=9 impactParameter[fm]=1.6971 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 478 projectile=sigma- Ekin[MeV]=15247.8 direction=(0.417672,0.646698,0.638226) material=G4_Al - --> #secondaries=7 impactParameter[fm]=5.40521 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 479 projectile=anti_xi_b- Ekin[MeV]=3378.99 direction=(0.769002,0.458124,0.445823) material=G4_Si - --> #secondaries=8 impactParameter[fm]=1.05544 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 480 projectile=Bc+ Ekin[MeV]=28598.7 direction=(0.0618152,0.494171,0.867165) material=G4_Pb - --> #secondaries=48 impactParameter[fm]=4.91806 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 481 projectile=proton Ekin[MeV]=25468.5 direction=(0.998353,0.0359068,0.0447412) material=G4_Pb - --> #secondaries=69 impactParameter[fm]=5.72683 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=7 - Collision 482 projectile=anti_triton Ekin[MeV]=29187.2 direction=(0.378281,0.372129,0.847599) material=G4_W - --> #secondaries=13 impactParameter[fm]=7.02446 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 483 projectile=anti_xi_c+ Ekin[MeV]=13464.5 direction=(0.0175217,0.371127,0.928417) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=5.67888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 484 projectile=lambda_c+ Ekin[MeV]=29959.7 direction=(0.465836,0.669038,0.579125) material=G4_Al - --> #secondaries=12 impactParameter[fm]=2.13896 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 485 projectile=neutron Ekin[MeV]=27195.6 direction=(0.194489,0.871151,0.450854) material=G4_Pb - --> #secondaries=65 impactParameter[fm]=5.1728 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=3 - Collision 486 projectile=anti_proton Ekin[MeV]=14272.2 direction=(0.527554,0.824014,0.206613) material=G4_W - --> #secondaries=52 impactParameter[fm]=5.87786 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=186 #NNcollisions=1 - Collision 487 projectile=lambda Ekin[MeV]=8796.21 direction=(0.379289,0.51329,0.769852) material=G4_Cu - --> #secondaries=23 impactParameter[fm]=4.24782 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 488 projectile=B0 Ekin[MeV]=26000.1 direction=(0.153215,0.458336,0.875473) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.965485 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 489 projectile=Bc- Ekin[MeV]=21810.1 direction=(0.648008,0.188797,0.737863) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.30119 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 490 projectile=kaon0S Ekin[MeV]=22376.5 direction=(0.694926,0.675167,0.247442) material=G4_W - --> #secondaries=59 impactParameter[fm]=3.28396 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=0 - Collision 491 projectile=deuteron Ekin[MeV]=15382.4 direction=(0.389347,0.405133,0.82721) material=G4_Ar - --> #secondaries=41 impactParameter[fm]=1.37915 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=31 #NNcollisions=3 - Collision 492 projectile=kaon0L Ekin[MeV]=24252.5 direction=(0.564683,0.703858,0.430948) material=G4_Si - --> #secondaries=18 impactParameter[fm]=2.85312 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 493 projectile=D+ Ekin[MeV]=1346.6 direction=(0.213608,0.935427,0.281687) material=G4_Be - --> #secondaries=4 impactParameter[fm]=1.81808 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 494 projectile=kaon+ Ekin[MeV]=17932.8 direction=(0.857348,0.0709378,0.509826) material=G4_C - --> #secondaries=16 impactParameter[fm]=1.46114 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 495 projectile=D- Ekin[MeV]=16450.7 direction=(0.507769,0.74573,0.431344) material=G4_Al - --> #secondaries=16 impactParameter[fm]=2.35342 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 496 projectile=xi0 Ekin[MeV]=25146.7 direction=(0.558227,0.49441,0.666289) material=G4_W - --> #secondaries=86 impactParameter[fm]=1.31502 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=6 - Collision 497 projectile=lambda_b Ekin[MeV]=4359.61 direction=(0.0951094,0.733275,0.673247) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=3.20236 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 498 projectile=B0 Ekin[MeV]=16880.5 direction=(0.931051,0.364856,0.0048741) material=G4_Cu - --> #secondaries=8 impactParameter[fm]=3.36527 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 499 projectile=anti_lambda_c+ Ekin[MeV]=16421.2 direction=(0.588934,0.793521,0.153233) material=G4_Cu - --> #secondaries=18 impactParameter[fm]=5.28988 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 - Collision 500 projectile=xi_c0 Ekin[MeV]=14648.1 direction=(0.557851,0.589812,0.583887) material=G4_Cu - --> #secondaries=37 impactParameter[fm]=2.63337 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=2 - List of produced secondaries: - j=0 sigma- p=(2575.73,3061.45,3221.35274.23) MeV - j=1 pi+ p=(1413.48,821.978,1141.81999.19) MeV - j=2 pi0 p=(1787.23,1825.57,2291.133434.3) MeV - j=3 pi- p=(1069.89,1299.51,944.8611935.37) MeV - j=4 pi- p=(259.994,60.1025,132.654329.068) MeV - j=5 sigma_c++ p=(844.23,1778.79,783.5383242.33) MeV - j=6 neutron p=(21.7034,-76.6864,-221.652968.641) MeV - j=7 neutron p=(-234.929,-30.7417,252.1791001.26) MeV - j=8 neutron p=(614.062,183.804,241.6341162.77) MeV - j=9 proton p=(121.934,202.532,-47.5057968.761) MeV - j=10 proton p=(25.9531,111.802,-147.759956.745) MeV - j=11 pi0 p=(386.944,-57.1773,-28.3806414.752) MeV - j=12 proton p=(555.928,404.314,102.8311167.67) MeV - j=13 neutron p=(-85.5591,-57.6191,211.413968.565) MeV - j=14 neutron p=(184.58,-32.4431,-93.0328962.58) MeV - j=15 proton p=(130.035,-407.555,316.2521078.6) MeV - j=16 deuteron p=(509.777,-61.9716,76.73941946.16) MeV - j=17 proton p=(217.929,-46.8111,-156.295976.968) MeV - j=18 proton p=(134.572,134.415,-3.68172957.364) MeV - j=19 proton p=(88.9111,11.1389,-44.0698943.571) MeV - j=20 neutron p=(1.54986,48.5752,-34.4816941.453) MeV - j=21 neutron p=(-230.641,-1.52395,59.5859969.294) MeV - j=22 deuteron p=(-118.469,-69.1077,-98.79211883.21) MeV - j=23 triton p=(93.7178,-2.98411,-191.8372817.03) MeV - j=24 triton p=(-124.395,462.678,226.172858.45) MeV - j=25 neutron p=(100.943,-18.5657,-36.1653945.846) MeV - j=26 alpha p=(-274.216,280.236,-73.66713748.67) MeV - j=27 alpha p=(56.5034,40.5157,-235.3783735.45) MeV - j=28 proton p=(-80.1842,127.873,88.0232954.402) MeV - j=29 neutron p=(21.6611,-34.7759,135.543950.176) MeV - j=30 deuteron p=(-26.7147,196.642,92.44091888.35) MeV - j=31 neutron p=(-84.6944,-56.1526,103.414950.686) MeV - j=32 proton p=(-32.7027,75.8083,71.2641944.589) MeV - j=33 neutron p=(-28.8094,30.0427,29.9042940.962) MeV - j=34 gamma p=(1.29488,-0.818386,0.2845481.55802) MeV - j=35 gamma p=(-0.00797886,0.0222404,-0.06732910.0713547) MeV - j=36 Na22[583.110] p=(-446.415,-209.51,781.59720503.5) MeV - Collision 501 projectile=kaon+ Ekin[MeV]=18856.3 direction=(0.498901,0.0963961,0.861281) material=G4_W - --> #secondaries=51 impactParameter[fm]=3.54779 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 502 projectile=anti_xi_c0 Ekin[MeV]=3257.54 direction=(0.54459,0.610713,0.57485) material=G4_Be - --> #secondaries=6 impactParameter[fm]=2.2614 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 503 projectile=anti_omega- Ekin[MeV]=3568.74 direction=(0.867999,0.428508,0.250914) material=G4_Ar - --> #secondaries=14 impactParameter[fm]=2.6613 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 504 projectile=sigma+ Ekin[MeV]=9742.01 direction=(0.784052,0.00556249,0.62067) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=5.18411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 505 projectile=anti_omega- Ekin[MeV]=13441.8 direction=(0.647515,0.257009,0.717405) material=G4_Si - --> #secondaries=13 impactParameter[fm]=3.98909 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 506 projectile=xi_b- Ekin[MeV]=26509.3 direction=(0.245146,0.959764,0.136952) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=4.09892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 507 projectile=Bc- Ekin[MeV]=9976.29 direction=(0.932165,0.0106228,0.361878) material=G4_Cu - --> #secondaries=27 impactParameter[fm]=0.639797 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=59 #NNcollisions=3 - Collision 508 projectile=kaon- Ekin[MeV]=25230.6 direction=(0.577156,0.741253,0.342689) material=G4_Pb - --> #secondaries=107 impactParameter[fm]=2.79243 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=198 #NNcollisions=7 - Collision 509 projectile=anti_xi_c0 Ekin[MeV]=26310.6 direction=(0.111088,0.269888,0.956462) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.497024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 510 projectile=kaon+ Ekin[MeV]=12113.2 direction=(0.29476,0.135656,0.945893) material=G4_W - --> #secondaries=26 impactParameter[fm]=7.58701 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 511 projectile=anti_He3 Ekin[MeV]=27482.8 direction=(0.548306,0.480153,0.6847) material=G4_Ar - --> #secondaries=28 impactParameter[fm]=2.86465 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=3 - Collision 512 projectile=anti_deuteron Ekin[MeV]=8479.08 direction=(0.284722,0.0626161,0.956563) material=G4_Si - --> #secondaries=17 impactParameter[fm]=3.99331 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 513 projectile=kaon0S Ekin[MeV]=14542.7 direction=(0.475078,0.373139,0.796912) material=G4_He - --> #secondaries=14 impactParameter[fm]=1.25942 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 514 projectile=sigma- Ekin[MeV]=4468.58 direction=(0.525106,0.627778,0.574595) material=G4_Pb - --> #secondaries=44 impactParameter[fm]=5.31538 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 - Collision 515 projectile=anti_xi_c0 Ekin[MeV]=17629.5 direction=(0.63428,0.324729,0.701598) material=G4_Pb - --> #secondaries=40 impactParameter[fm]=5.77074 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 516 projectile=anti_alpha Ekin[MeV]=15992.3 direction=(0.220425,0.898605,0.37937) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=5.23038 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 517 projectile=alpha Ekin[MeV]=21756.4 direction=(0.294392,0.724154,0.623645) material=G4_Ar - --> #secondaries=40 impactParameter[fm]=1.37728 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=33 #NNcollisions=5 - Collision 518 projectile=alpha Ekin[MeV]=18877 direction=(0.760679,0.621317,0.18797) material=G4_Pb + Collision 112 projectile=kaon- Ekin[MeV]=14890.2 direction=(0.00962302,0.987142,0.159555) material=G4_Al + --> #secondaries=13 impactParameter[fm]=3.48005 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 113 projectile=xi_b- Ekin[MeV]=1869.12 direction=(0.383146,0.558621,0.735623) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.857209 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 114 projectile=anti_omega_b- Ekin[MeV]=15297.3 direction=(0.518761,0.472988,0.712159) material=G4_H + --> #secondaries=4 impactParameter[fm]=2.17178 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 115 projectile=omega- Ekin[MeV]=1417.7 direction=(0.221702,0.967871,0.118634) material=G4_Al --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 519 projectile=xi_c+ Ekin[MeV]=21806.9 direction=(0.386472,0.696138,0.605006) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.17781 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 520 projectile=anti_xi0 Ekin[MeV]=8543.76 direction=(0.163285,0.979593,0.117199) material=G4_Pb - --> #secondaries=40 impactParameter[fm]=6.05216 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 521 projectile=anti_lambda_c+ Ekin[MeV]=2652.37 direction=(0.401966,0.198847,0.893803) material=G4_Al - --> #secondaries=7 impactParameter[fm]=2.91534 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 522 projectile=anti_He3 Ekin[MeV]=15977.2 direction=(0.535739,0.59583,0.598307) material=G4_Fe - --> #secondaries=41 impactParameter[fm]=2.59525 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 - Collision 523 projectile=kaon0S Ekin[MeV]=24423.7 direction=(0.592483,0.415091,0.690408) material=G4_Pb - --> #secondaries=28 impactParameter[fm]=8.09078 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 524 projectile=anti_neutron Ekin[MeV]=17182.3 direction=(0.0782533,0.156676,0.984545) material=G4_H - --> #secondaries=10 impactParameter[fm]=1.31495 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 525 projectile=anti_deuteron Ekin[MeV]=1248.66 direction=(0.00264973,0.11722,0.993102) material=G4_C - --> #secondaries=8 impactParameter[fm]=4.80903 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 526 projectile=sigma- Ekin[MeV]=18773 direction=(0.0641813,0.65783,0.750427) material=G4_Al - --> #secondaries=29 impactParameter[fm]=0.643319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 - Collision 527 projectile=xi_c+ Ekin[MeV]=2831.37 direction=(0.391438,0.436328,0.810181) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=5.52534 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 528 projectile=anti_xi_b0 Ekin[MeV]=8899.34 direction=(0.620102,0.782956,0.0495406) material=G4_W - --> #secondaries=18 impactParameter[fm]=5.6186 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 529 projectile=xi- Ekin[MeV]=7533.98 direction=(0.4518,0.873262,0.182457) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=2.46615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 - Collision 530 projectile=He3 Ekin[MeV]=8973.96 direction=(0.733766,0.607199,0.304791) material=G4_Be - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 531 projectile=xi_c0 Ekin[MeV]=21317.1 direction=(0.733218,0.159321,0.661066) material=G4_H - --> #secondaries=8 impactParameter[fm]=0.684481 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 532 projectile=lambda_b Ekin[MeV]=7754.43 direction=(0.513041,0.0401587,0.857424) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.304632 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 533 projectile=Ds+ Ekin[MeV]=18719.5 direction=(0.32875,0.846251,0.419264) material=G4_Ar - --> #secondaries=14 impactParameter[fm]=0.846663 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 534 projectile=Bc- Ekin[MeV]=22987.4 direction=(0.561711,0.744616,0.360592) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.915916 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 535 projectile=anti_sigma+ Ekin[MeV]=10945.8 direction=(0.709166,0.197387,0.676847) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.04274 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 536 projectile=B+ Ekin[MeV]=15258.1 direction=(0.342507,0.542183,0.767285) material=G4_Si - --> #secondaries=6 impactParameter[fm]=3.78103 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=29 #NNcollisions=1 - Collision 537 projectile=sigma- Ekin[MeV]=27645.1 direction=(0.515864,0.751276,0.411665) material=G4_Cu - --> #secondaries=32 impactParameter[fm]=3.73997 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 - Collision 538 projectile=anti_Bs0 Ekin[MeV]=15122.4 direction=(0.0298913,0.267424,0.963115) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.26328 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 539 projectile=Ds+ Ekin[MeV]=5669.67 direction=(0.675956,0.665477,0.31658) material=G4_Pb - --> #secondaries=18 impactParameter[fm]=5.27732 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 540 projectile=xi_b0 Ekin[MeV]=11523.8 direction=(0.199321,0.606161,0.769961) material=G4_W - --> #secondaries=14 impactParameter[fm]=8.34193 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 541 projectile=anti_He3 Ekin[MeV]=3100.49 direction=(0.523697,0.210285,0.825543) material=G4_He - --> #secondaries=10 impactParameter[fm]=2.56994 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 542 projectile=B+ Ekin[MeV]=6759.72 direction=(0.687507,0.615498,0.385353) material=G4_Pb - --> #secondaries=24 impactParameter[fm]=6.27622 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=1 - Collision 543 projectile=omega_b- Ekin[MeV]=8977.6 direction=(0.27197,0.790817,0.548308) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.63342 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 544 projectile=kaon- Ekin[MeV]=3734.98 direction=(0.888167,0.11993,0.443594) material=G4_W - --> #secondaries=60 impactParameter[fm]=1.96934 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 545 projectile=anti_lambda_c+ Ekin[MeV]=1693.44 direction=(0.15141,0.516073,0.843056) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=5.90225 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 546 projectile=xi_b0 Ekin[MeV]=9869.63 direction=(0.0416085,0.996985,0.0654928) material=G4_C - --> #secondaries=5 impactParameter[fm]=2.11449 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 547 projectile=B0 Ekin[MeV]=5521.93 direction=(0.316564,0.406203,0.857197) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.553135 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 548 projectile=anti_deuteron Ekin[MeV]=11190.4 direction=(0.704601,0.675699,0.216722) material=G4_W - --> #secondaries=29 impactParameter[fm]=7.67626 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=182 #NNcollisions=0 - Collision 549 projectile=neutron Ekin[MeV]=3130.47 direction=(0.385595,0.922114,0.031978) material=G4_W - --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 550 projectile=anti_triton Ekin[MeV]=10433 direction=(0.136327,0.363858,0.921424) material=G4_Pb - --> #secondaries=45 impactParameter[fm]=8.56875 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 551 projectile=B+ Ekin[MeV]=16983.1 direction=(0.708787,0.026335,0.704931) material=G4_C - --> #secondaries=13 impactParameter[fm]=2.73317 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 552 projectile=anti_xi_b- Ekin[MeV]=19115.6 direction=(0.742852,0.610589,0.274502) material=G4_Si - --> #secondaries=27 impactParameter[fm]=2.83411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=3 - Collision 553 projectile=pi- Ekin[MeV]=1325.16 direction=(0.0461447,0.115516,0.992233) material=G4_Cu - --> #secondaries=26 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 554 projectile=pi- Ekin[MeV]=4481.81 direction=(0.811152,0.551379,0.19497) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.26251 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 555 projectile=anti_deuteron Ekin[MeV]=26972.3 direction=(0.720028,0.663073,0.204681) material=G4_Fe - --> #secondaries=34 impactParameter[fm]=3.91499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=4 - Collision 556 projectile=pi- Ekin[MeV]=9013.55 direction=(0.547184,0.399963,0.735268) material=G4_Ar - --> #secondaries=19 impactParameter[fm]=1.8998 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 557 projectile=He3 Ekin[MeV]=28294 direction=(0.623641,0.533051,0.571777) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.550449 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 - Collision 558 projectile=alpha Ekin[MeV]=27709.1 direction=(0.687659,0.593014,0.418879) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=7.84032 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 559 projectile=B0 Ekin[MeV]=24712 direction=(0.880423,0.313872,0.355442) material=G4_Pb - --> #secondaries=50 impactParameter[fm]=5.45681 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 560 projectile=anti_lambda_b Ekin[MeV]=20281.6 direction=(0.121717,0.0106852,0.992507) material=G4_W - --> #secondaries=70 impactParameter[fm]=4.91009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=2 - Collision 561 projectile=sigma- Ekin[MeV]=19313.9 direction=(0.835762,0.520485,0.174918) material=G4_W - --> #secondaries=72 impactParameter[fm]=4.38179 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=3 - Collision 562 projectile=anti_omega_b- Ekin[MeV]=18509.4 direction=(0.412651,0.891701,0.18598) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.685559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 563 projectile=anti_xi_b- Ekin[MeV]=11979.6 direction=(0.622544,0.69852,0.352858) material=G4_Si - --> #secondaries=18 impactParameter[fm]=3.05714 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 564 projectile=anti_lambda_b Ekin[MeV]=23552.1 direction=(0.582959,0.682636,0.440643) material=G4_Si - --> #secondaries=11 impactParameter[fm]=3.45705 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 565 projectile=xi- Ekin[MeV]=25078.8 direction=(0.793847,0.486961,0.364246) material=G4_Ar - --> #secondaries=27 impactParameter[fm]=4.99234 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 566 projectile=lambda Ekin[MeV]=16521.1 direction=(0.287714,0.586471,0.757147) material=G4_Ar - --> #secondaries=30 impactParameter[fm]=2.89008 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 - Collision 567 projectile=anti_D0 Ekin[MeV]=3018.98 direction=(0.0617906,0.820861,0.567776) material=G4_Be - --> #secondaries=6 impactParameter[fm]=2.73267 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 568 projectile=D+ Ekin[MeV]=11853.4 direction=(0.583829,0.802906,0.120359) material=G4_W - --> #secondaries=82 impactParameter[fm]=3.01115 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=177 #NNcollisions=5 - Collision 569 projectile=deuteron Ekin[MeV]=1677.24 direction=(0.61842,0.485672,0.617802) material=G4_C - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 570 projectile=sigma- Ekin[MeV]=11854.9 direction=(0.809744,0.166205,0.562753) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.976927 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 571 projectile=Ds- Ekin[MeV]=6951.91 direction=(0.0761742,0.807247,0.585278) material=G4_Si - --> #secondaries=16 impactParameter[fm]=1.91523 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 572 projectile=Bc- Ekin[MeV]=21788.1 direction=(0.111839,0.738561,0.664846) material=G4_Fe - --> #secondaries=6 impactParameter[fm]=4.4727 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 573 projectile=anti_xi_b- Ekin[MeV]=23093.7 direction=(0.331162,0.793452,0.510652) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.30637 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 574 projectile=anti_omega_b- Ekin[MeV]=29702.2 direction=(0.55083,0.389408,0.738206) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.571518 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 575 projectile=xi0 Ekin[MeV]=11276.5 direction=(0.813031,0.0403572,0.58082) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.481213 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 576 projectile=xi- Ekin[MeV]=4654.22 direction=(0.357025,0.659181,0.661826) material=G4_Fe - --> #secondaries=30 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 577 projectile=anti_proton Ekin[MeV]=6763.05 direction=(0.578931,0.0736756,0.812041) material=G4_H - --> #secondaries=8 impactParameter[fm]=1.38207 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 578 projectile=anti_lambda_b Ekin[MeV]=19538 direction=(0.263971,0.433101,0.861826) material=G4_Cu - --> #secondaries=21 impactParameter[fm]=4.55991 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 579 projectile=anti_xi- Ekin[MeV]=24965.9 direction=(0.648399,0.662305,0.375408) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=4.94332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 580 projectile=xi_b- Ekin[MeV]=3031.85 direction=(0.411868,0.579361,0.703353) material=G4_W - --> #secondaries=33 impactParameter[fm]=5.02566 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=0 - Collision 581 projectile=kaon0L Ekin[MeV]=29861.1 direction=(0.526553,0.765426,0.369953) material=G4_He - --> #secondaries=17 impactParameter[fm]=1.05815 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 582 projectile=Ds+ Ekin[MeV]=4288.98 direction=(0.877903,0.394168,0.27188) material=G4_Si - --> #secondaries=4 impactParameter[fm]=2.53474 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 583 projectile=anti_omega_b- Ekin[MeV]=26837 direction=(0.146628,0.753017,0.641456) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.77677 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 584 projectile=anti_xi0 Ekin[MeV]=1624.07 direction=(0.319974,0.45536,0.830821) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.82153 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 585 projectile=lambda Ekin[MeV]=2621.41 direction=(0.150404,0.121774,0.981096) material=G4_Fe + Collision 116 projectile=sigma- Ekin[MeV]=3892.86 direction=(0.0170496,0.699572,0.714358) material=G4_Cu --> #secondaries=32 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 586 projectile=anti_sigma+ Ekin[MeV]=14513.5 direction=(0.471667,0.324425,0.819926) material=G4_Si - --> #secondaries=26 impactParameter[fm]=3.1077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 587 projectile=Ds- Ekin[MeV]=4108.03 direction=(0.4127,0.700104,0.582695) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.75054 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 588 projectile=anti_Bs0 Ekin[MeV]=4165.51 direction=(0.289136,0.738593,0.609) material=G4_Pb - --> #secondaries=11 impactParameter[fm]=3.35122 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 589 projectile=triton Ekin[MeV]=1435.46 direction=(0.675402,0.147174,0.722614) material=G4_Al - --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 590 projectile=Bc+ Ekin[MeV]=16259.6 direction=(0.183863,0.76118,0.621932) material=G4_W - --> #secondaries=33 impactParameter[fm]=4.96139 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 591 projectile=Bs0 Ekin[MeV]=10966.1 direction=(0.0351005,0.87782,0.477704) material=G4_Si - --> #secondaries=9 impactParameter[fm]=0.639637 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 592 projectile=Bs0 Ekin[MeV]=24959.9 direction=(0.331658,0.82208,0.462804) material=G4_Si - --> #secondaries=17 impactParameter[fm]=0.581692 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 593 projectile=deuteron Ekin[MeV]=1741.52 direction=(0.544959,0.567327,0.617381) material=G4_Fe + Collision 117 projectile=pi+ Ekin[MeV]=9898.14 direction=(0.0896572,0.98825,0.123792) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.59901 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 118 projectile=B0 Ekin[MeV]=20331.5 direction=(0.224754,0.789508,0.571107) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=3.40251 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 119 projectile=anti_xi- Ekin[MeV]=7591.1 direction=(0.204154,0.789275,0.579108) material=G4_Cu + --> #secondaries=6 impactParameter[fm]=6.34774 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 120 projectile=anti_omega_c0 Ekin[MeV]=4513.59 direction=(0.745769,0.566236,0.351006) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.13708 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 121 projectile=anti_D0 Ekin[MeV]=27245.1 direction=(0.426857,0.139504,0.893494) material=G4_Pb + --> #secondaries=38 impactParameter[fm]=5.57052 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 122 projectile=anti_proton Ekin[MeV]=7996.55 direction=(0.434619,0.331663,0.837321) material=G4_W + --> #secondaries=26 impactParameter[fm]=6.03993 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 123 projectile=Bs0 Ekin[MeV]=1810.86 direction=(0.138079,0.554751,0.820479) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.51674 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 124 projectile=Ds+ Ekin[MeV]=24386.5 direction=(0.641077,0.634593,0.431639) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.201985 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 125 projectile=anti_D0 Ekin[MeV]=8335.12 direction=(0.52724,0.815344,0.239232) material=G4_Ar + --> #secondaries=5 impactParameter[fm]=4.74515 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 126 projectile=anti_He3 Ekin[MeV]=19640.4 direction=(0.253749,0.109644,0.961036) material=G4_W + --> #secondaries=46 impactParameter[fm]=7.26035 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=182 #NNcollisions=3 + Collision 127 projectile=anti_He3 Ekin[MeV]=17369.9 direction=(0.19925,0.931996,0.302791) material=G4_Pb + --> #secondaries=55 impactParameter[fm]=6.57226 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=2 + Collision 128 projectile=Ds- Ekin[MeV]=11114.8 direction=(0.472965,0.59617,0.648758) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=3.36475 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 129 projectile=neutron Ekin[MeV]=10533.2 direction=(0.759495,0.591528,0.270669) material=G4_Si + --> #secondaries=17 impactParameter[fm]=4.58342 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 130 projectile=pi+ Ekin[MeV]=19962.5 direction=(0.231594,0.890739,0.391087) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=3.90075 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 131 projectile=anti_xi0 Ekin[MeV]=7741.01 direction=(0.685529,0.334561,0.646621) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.91972 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 132 projectile=anti_lambda_b Ekin[MeV]=19095.9 direction=(0.723013,0.657374,0.212394) material=G4_Al + --> #secondaries=10 impactParameter[fm]=4.63808 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 133 projectile=pi- Ekin[MeV]=1372.12 direction=(0.0343605,0.454703,0.88998) material=G4_Si --> #secondaries=16 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 594 projectile=anti_B0 Ekin[MeV]=10081.1 direction=(0.804844,0.51206,0.300036) material=G4_Cu - --> #secondaries=5 impactParameter[fm]=2.94017 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 595 projectile=triton Ekin[MeV]=11865.9 direction=(0.886908,0.361137,0.288051) material=G4_C - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 596 projectile=omega_c0 Ekin[MeV]=5910.14 direction=(0.752799,0.0393444,0.657073) material=G4_Be - --> #secondaries=5 impactParameter[fm]=3.12327 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 597 projectile=neutron Ekin[MeV]=4633.14 direction=(0.538893,0.757188,0.369136) material=G4_Be + Collision 134 projectile=pi+ Ekin[MeV]=4089.86 direction=(0.21572,0.383352,0.898057) material=G4_Si + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 135 projectile=anti_He3 Ekin[MeV]=18881.7 direction=(0.103171,0.657756,0.746132) material=G4_Si + --> #secondaries=19 impactParameter[fm]=3.81008 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 136 projectile=anti_Bs0 Ekin[MeV]=24383.1 direction=(0.444927,0.890843,0.0918596) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=1.37123 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 137 projectile=kaon0S Ekin[MeV]=22727.8 direction=(0.664564,0.0503344,0.745534) material=G4_Be + --> #secondaries=16 impactParameter[fm]=0.9906 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 138 projectile=anti_xi_c0 Ekin[MeV]=23204.6 direction=(0.375142,0.514034,0.771387) material=G4_Al + --> #secondaries=29 impactParameter[fm]=0.69967 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 139 projectile=anti_xi0 Ekin[MeV]=11601.1 direction=(0.646478,0.670891,0.363279) material=G4_Si + --> #secondaries=8 impactParameter[fm]=3.43289 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 140 projectile=D0 Ekin[MeV]=16840.2 direction=(0.917493,0.134981,0.374148) material=G4_W + --> #secondaries=47 impactParameter[fm]=1.83878 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 141 projectile=anti_omega_c0 Ekin[MeV]=17144.8 direction=(0.95727,0.251651,0.142501) material=G4_W + --> #secondaries=50 impactParameter[fm]=4.32044 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 142 projectile=B+ Ekin[MeV]=29952.3 direction=(0.536796,0.116656,0.835608) material=G4_Si + --> #secondaries=21 impactParameter[fm]=2.61206 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 143 projectile=pi- Ekin[MeV]=26322.2 direction=(0.555182,0.831469,0.020778) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.887563 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 144 projectile=anti_neutron Ekin[MeV]=7643.1 direction=(0.601181,0.411914,0.684768) material=G4_Si + --> #secondaries=17 impactParameter[fm]=1.20409 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 145 projectile=anti_lambda_b Ekin[MeV]=21121.1 direction=(0.599672,0.367753,0.71074) material=G4_W + --> #secondaries=62 impactParameter[fm]=3.06834 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=5 + Collision 146 projectile=anti_lambda_c+ Ekin[MeV]=20529.1 direction=(0.298037,0.94594,0.127949) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.41414 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 147 projectile=anti_D0 Ekin[MeV]=26848.5 direction=(0.522215,0.430843,0.73598) material=G4_Si + --> #secondaries=19 impactParameter[fm]=1.94175 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 148 projectile=neutron Ekin[MeV]=4155.39 direction=(0.158038,0.7791,0.606652) material=G4_He --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 598 projectile=D- Ekin[MeV]=21351.5 direction=(0.427622,0.585233,0.688943) material=G4_Si - --> #secondaries=11 impactParameter[fm]=2.04314 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 599 projectile=anti_xi_b0 Ekin[MeV]=22793.2 direction=(0.998852,0.0464824,0.0116027) material=G4_H - --> #secondaries=9 impactParameter[fm]=0.996835 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 600 projectile=anti_lambda Ekin[MeV]=13470.9 direction=(0.389637,0.554696,0.735184) material=G4_He - --> #secondaries=8 impactParameter[fm]=2.17373 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 149 projectile=neutron Ekin[MeV]=29385.5 direction=(0.305292,0.555217,0.773648) material=G4_Al + --> #secondaries=30 impactParameter[fm]=3.34174 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 150 projectile=anti_triton Ekin[MeV]=12070.7 direction=(0.673834,0.113219,0.730157) material=G4_Be + --> #secondaries=12 impactParameter[fm]=1.5557 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 151 projectile=Ds+ Ekin[MeV]=24864.4 direction=(0.845982,0.0171286,0.532936) material=G4_Fe + --> #secondaries=22 impactParameter[fm]=1.96814 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 152 projectile=anti_Bs0 Ekin[MeV]=23606.1 direction=(0.46806,0.515709,0.71761) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.292259 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 153 projectile=kaon+ Ekin[MeV]=29812.2 direction=(0.334371,0.493082,0.80316) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.30548 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 154 projectile=anti_xi_b- Ekin[MeV]=22450.9 direction=(0.285015,0.645441,0.708641) material=G4_Be + --> #secondaries=5 impactParameter[fm]=3.36165 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 155 projectile=xi0 Ekin[MeV]=14310.5 direction=(0.60174,0.470511,0.64539) material=G4_W + --> #secondaries=54 impactParameter[fm]=6.29311 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 156 projectile=alpha Ekin[MeV]=29094.2 direction=(0.28328,0.0227837,0.958766) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=6.3099 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=64 #NNcollisions=2 + Collision 157 projectile=anti_sigma- Ekin[MeV]=14699.1 direction=(0.50584,0.859605,0.0721419) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.63914 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 158 projectile=proton Ekin[MeV]=9634.77 direction=(0.404251,0.817568,0.410078) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=7.4122 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 159 projectile=pi+ Ekin[MeV]=9545.59 direction=(0.68384,0.565418,0.461156) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.81657 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 160 projectile=D0 Ekin[MeV]=11479.2 direction=(0.737511,0.659993,0.143131) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=1.95995 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 161 projectile=B+ Ekin[MeV]=19173.9 direction=(0.68339,0.189526,0.705023) material=G4_Ar + --> #secondaries=12 impactParameter[fm]=4.15366 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 162 projectile=anti_omega_b- Ekin[MeV]=27491.9 direction=(0.753816,0.340498,0.56198) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.47185 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 163 projectile=anti_xi_c0 Ekin[MeV]=28156.1 direction=(0.222609,0.344719,0.911929) material=G4_Cu + --> #secondaries=7 impactParameter[fm]=6.82648 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=0 + Collision 164 projectile=anti_xi- Ekin[MeV]=22826 direction=(0.573031,0.801562,0.170685) material=G4_Ar + --> #secondaries=46 impactParameter[fm]=1.52332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=4 + Collision 165 projectile=lambda Ekin[MeV]=3493.98 direction=(0.447617,0.670246,0.591954) material=G4_Si + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 166 projectile=D+ Ekin[MeV]=11432 direction=(0.427313,0.454518,0.781548) material=G4_Si + --> #secondaries=20 impactParameter[fm]=1.11844 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 167 projectile=anti_Bs0 Ekin[MeV]=27320.1 direction=(0.7585,0.613203,0.220591) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.881127 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 168 projectile=pi- Ekin[MeV]=7608.96 direction=(0.128387,0.223058,0.966313) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.771183 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 169 projectile=anti_xi- Ekin[MeV]=14487.2 direction=(0.435429,0.42908,0.791386) material=G4_Al + --> #secondaries=18 impactParameter[fm]=3.48206 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 170 projectile=B- Ekin[MeV]=6547.84 direction=(0.368584,0.755461,0.541687) material=G4_Al + --> #secondaries=8 impactParameter[fm]=2.06859 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 171 projectile=anti_lambda Ekin[MeV]=14419.3 direction=(0.215573,0.789168,0.575102) material=G4_Al + --> #secondaries=16 impactParameter[fm]=3.13515 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 172 projectile=deuteron Ekin[MeV]=26770.9 direction=(0.272662,0.89329,0.357335) material=G4_C + --> #secondaries=18 impactParameter[fm]=2.41448 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=2 + Collision 173 projectile=Bs0 Ekin[MeV]=11850.4 direction=(0.358759,0.541141,0.760565) material=G4_C + --> #secondaries=5 impactParameter[fm]=2.9681 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 174 projectile=xi_c0 Ekin[MeV]=4766.84 direction=(0.723233,0.199602,0.66113) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=2.78883 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 175 projectile=anti_sigma- Ekin[MeV]=13794.7 direction=(0.655981,0.417129,0.629041) material=G4_Cu + --> #secondaries=40 impactParameter[fm]=2.30453 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=2 + Collision 176 projectile=anti_xi_c0 Ekin[MeV]=26968.3 direction=(0.93157,0.000616231,0.363561) material=G4_Si + --> #secondaries=15 impactParameter[fm]=3.29212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 177 projectile=anti_B0 Ekin[MeV]=13842.2 direction=(0.748446,0.65733,0.0880063) material=G4_Si + --> #secondaries=12 impactParameter[fm]=4.57523 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 178 projectile=anti_deuteron Ekin[MeV]=20025.9 direction=(0.75702,0.150238,0.635885) material=G4_W + --> #secondaries=119 impactParameter[fm]=3.80446 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=6 + Collision 179 projectile=anti_xi_c+ Ekin[MeV]=3194.6 direction=(0.59239,0.412862,0.691823) material=G4_W + --> #secondaries=40 impactParameter[fm]=0.997394 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=2 + Collision 180 projectile=anti_omega_c0 Ekin[MeV]=28389 direction=(0.583021,0.115407,0.804219) material=G4_Cu + --> #secondaries=39 impactParameter[fm]=2.33221 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 181 projectile=Bs0 Ekin[MeV]=16242.5 direction=(0.918759,0.355156,0.172473) material=G4_Pb + --> #secondaries=37 impactParameter[fm]=5.13173 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 182 projectile=xi_c0 Ekin[MeV]=28139.2 direction=(0.420647,0.772471,0.475757) material=G4_W + --> #secondaries=67 impactParameter[fm]=4.96829 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=3 + Collision 183 projectile=anti_triton Ekin[MeV]=28400.7 direction=(0.418421,0.903303,0.0946953) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.9169 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 184 projectile=triton Ekin[MeV]=19821.8 direction=(0.0142625,0.620416,0.784143) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=6.33079 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 185 projectile=omega_b- Ekin[MeV]=6051.27 direction=(0.757467,0.558662,0.337846) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.65417 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 + Collision 186 projectile=anti_lambda_b Ekin[MeV]=25400.7 direction=(0.265037,0.0911392,0.959921) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.86377 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 187 projectile=B+ Ekin[MeV]=29276.3 direction=(0.854402,0.472372,0.216478) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.54419 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 188 projectile=xi- Ekin[MeV]=7046.45 direction=(0.924303,0.258678,0.280623) material=G4_W + --> #secondaries=31 impactParameter[fm]=7.39393 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 189 projectile=sigma+ Ekin[MeV]=3049.23 direction=(0.593829,0.775485,0.214453) material=G4_W + --> #secondaries=56 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 190 projectile=Bc+ Ekin[MeV]=3003.57 direction=(0.378742,0.702018,0.603096) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=2.7389 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 191 projectile=Ds+ Ekin[MeV]=9608.84 direction=(0.00462814,0.56789,0.823091) material=G4_Si + --> #secondaries=16 impactParameter[fm]=3.82858 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 192 projectile=Bc- Ekin[MeV]=14915.3 direction=(0.334292,0.854499,0.397594) material=G4_Al + --> #secondaries=12 impactParameter[fm]=1.82691 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 193 projectile=anti_B0 Ekin[MeV]=2516.59 direction=(0.194399,0.248386,0.948954) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.6233 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=0 + Collision 194 projectile=anti_omega_b- Ekin[MeV]=16972.6 direction=(0.671591,0.272055,0.689167) material=G4_Al + --> #secondaries=22 impactParameter[fm]=2.43065 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 195 projectile=alpha Ekin[MeV]=21413.2 direction=(0.614916,0.385442,0.687977) material=G4_Si + --> #secondaries=30 impactParameter[fm]=2.2022 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=7 + Collision 196 projectile=deuteron Ekin[MeV]=28007.1 direction=(0.724476,0.640752,0.254107) material=G4_Ar + --> #secondaries=45 impactParameter[fm]=2.85642 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=4 + Collision 197 projectile=kaon0L Ekin[MeV]=12919.7 direction=(0.62621,0.609406,0.486298) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.53546 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 198 projectile=anti_deuteron Ekin[MeV]=26481.2 direction=(0.669381,0.168823,0.723483) material=G4_W + --> #secondaries=94 impactParameter[fm]=4.61983 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=6 + Collision 199 projectile=omega_b- Ekin[MeV]=29960.9 direction=(0.617044,0.0965065,0.780989) material=G4_W + --> #secondaries=48 impactParameter[fm]=4.57006 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 200 projectile=anti_He3 Ekin[MeV]=19192.3 direction=(0.373575,0.536899,0.756427) material=G4_C + --> #secondaries=18 impactParameter[fm]=2.51167 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=2 List of produced secondaries: - j=0 kaon0S p=(2940.9,2285.65,4043.365519.92) MeV - j=1 anti_proton p=(918.418,2760.35,3044.744314.38) MeV - j=2 pi+ p=(80.057,336.129,204.958425.299) MeV - j=3 pi- p=(179.264,446.66,648.983819.938) MeV - j=4 pi+ p=(968.081,1415.74,1666.882395.72) MeV - j=5 neutron p=(630.86,826.288,1174.921828.65) MeV - j=6 deuteron p=(-14.2975,285.316,356.3951930.43) MeV - j=7 proton p=(-36.4603,-288.717,-447.8411079.63) MeV - Collision 601 projectile=anti_omega_b- Ekin[MeV]=6655.08 direction=(0.349323,0.574875,0.739928) material=G4_Si - --> #secondaries=27 impactParameter[fm]=2.51923 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 - Collision 602 projectile=B0 Ekin[MeV]=27869.7 direction=(0.918037,0.373548,0.132931) material=G4_Pb - --> #secondaries=87 impactParameter[fm]=1.86891 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=198 #NNcollisions=8 - Collision 603 projectile=lambda Ekin[MeV]=22854 direction=(0.504411,0.275626,0.818291) material=G4_C - --> #secondaries=14 impactParameter[fm]=2.4461 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 604 projectile=pi+ Ekin[MeV]=24305.7 direction=(0.884533,0.268877,0.38119) material=G4_Be - --> #secondaries=14 impactParameter[fm]=1.84207 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 605 projectile=anti_xi- Ekin[MeV]=10746.8 direction=(0.379664,0.917024,0.122158) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=4.16168 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 606 projectile=kaon0S Ekin[MeV]=24243.2 direction=(0.693469,0.631606,0.346663) material=G4_Ar - --> #secondaries=28 impactParameter[fm]=1.2263 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 607 projectile=Bc+ Ekin[MeV]=1733.32 direction=(0.513938,0.486203,0.706735) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.272338 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 608 projectile=kaon- Ekin[MeV]=2376.99 direction=(0.587378,0.556899,0.58724) material=G4_He - --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 609 projectile=anti_omega- Ekin[MeV]=4254.33 direction=(0.24963,0.81454,0.52365) material=G4_He - --> #secondaries=8 impactParameter[fm]=0.903717 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 610 projectile=pi- Ekin[MeV]=28862.9 direction=(0.897507,0.398972,0.187891) material=G4_C - --> #secondaries=20 impactParameter[fm]=2.4496 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 611 projectile=xi_c0 Ekin[MeV]=29933.6 direction=(0.315883,0.60294,0.732585) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=4.63653 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 612 projectile=lambda_b Ekin[MeV]=12937 direction=(0.869985,0.432355,0.237056) material=G4_Fe - --> #secondaries=17 impactParameter[fm]=2.70475 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 613 projectile=B+ Ekin[MeV]=14764.7 direction=(0.514011,0.567535,0.643192) material=G4_Al - --> #secondaries=16 impactParameter[fm]=3.46586 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 614 projectile=anti_alpha Ekin[MeV]=24802.3 direction=(0.0505322,0.098189,0.993884) material=G4_He - --> #secondaries=12 impactParameter[fm]=3.59241 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 615 projectile=Ds+ Ekin[MeV]=14381.9 direction=(0.760384,0.19733,0.618771) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.7873 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 616 projectile=lambda_c+ Ekin[MeV]=23712.4 direction=(0.754595,0.463138,0.464854) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.389929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 617 projectile=anti_lambda_b Ekin[MeV]=1908.75 direction=(0.811484,0.165336,0.560498) material=G4_Pb - --> #secondaries=16 impactParameter[fm]=6.28547 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=0 - Collision 618 projectile=anti_xi- Ekin[MeV]=11218.5 direction=(0.800407,0.599008,0.0231844) material=G4_H - --> #secondaries=8 impactParameter[fm]=0.971208 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 619 projectile=omega- Ekin[MeV]=5211.86 direction=(0.000862232,0.469138,0.883124) material=G4_Pb - --> #secondaries=80 impactParameter[fm]=2.29443 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=197 #NNcollisions=2 - Collision 620 projectile=anti_He3 Ekin[MeV]=16205.8 direction=(0.0814096,0.784693,0.614516) material=G4_He - --> #secondaries=11 impactParameter[fm]=2.85963 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 621 projectile=Bc+ Ekin[MeV]=5977.74 direction=(0.544646,0.667534,0.507699) material=G4_Si - --> #secondaries=18 impactParameter[fm]=2.60017 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 622 projectile=anti_omega_c0 Ekin[MeV]=8040.62 direction=(0.595493,0.568613,0.567509) material=G4_Al - --> #secondaries=12 impactParameter[fm]=1.31086 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 623 projectile=kaon+ Ekin[MeV]=15364.1 direction=(0.934591,0.305457,0.182307) material=G4_W - --> #secondaries=51 impactParameter[fm]=5.39134 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=3 - Collision 624 projectile=B+ Ekin[MeV]=27409.2 direction=(0.0953491,0.982062,0.162674) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.45522 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 625 projectile=omega_c0 Ekin[MeV]=21317.1 direction=(0.446133,0.187069,0.875198) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.378619 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 626 projectile=anti_xi_b- Ekin[MeV]=22272.9 direction=(0.802982,0.301883,0.513894) material=G4_Al - --> #secondaries=28 impactParameter[fm]=1.87446 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=3 - Collision 627 projectile=anti_omega_c0 Ekin[MeV]=9763.15 direction=(0.482923,0.6246,0.613727) material=G4_He - --> #secondaries=7 impactParameter[fm]=2.25963 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 628 projectile=omega_b- Ekin[MeV]=16572.3 direction=(0.509409,0.169223,0.843722) material=G4_Cu - --> #secondaries=10 impactParameter[fm]=3.39008 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=0 - Collision 629 projectile=D- Ekin[MeV]=23758.1 direction=(0.576233,0.659435,0.482806) material=G4_Fe - --> #secondaries=12 impactParameter[fm]=0.698383 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 630 projectile=deuteron Ekin[MeV]=3827.88 direction=(0.617872,0.636442,0.46171) material=G4_Ar - --> #secondaries=18 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 631 projectile=proton Ekin[MeV]=24475.5 direction=(0.654029,0.569566,0.497837) material=G4_Fe - --> #secondaries=17 impactParameter[fm]=4.43728 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 632 projectile=sigma+ Ekin[MeV]=12946.8 direction=(0.248428,0.966407,0.0658904) material=G4_C - --> #secondaries=6 impactParameter[fm]=2.47142 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 633 projectile=D0 Ekin[MeV]=5006.68 direction=(0.557642,0.326727,0.763076) material=G4_C - --> #secondaries=10 impactParameter[fm]=1.64355 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 634 projectile=alpha Ekin[MeV]=29093.5 direction=(0.916273,0.394586,0.0688905) material=G4_Ar - --> #secondaries=27 impactParameter[fm]=3.9915 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=5 - Collision 635 projectile=anti_neutron Ekin[MeV]=12237.1 direction=(0.536831,0.82895,0.157018) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=4.33104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 636 projectile=Bc- Ekin[MeV]=27546.7 direction=(0.833498,0.200897,0.514705) material=G4_Si - --> #secondaries=16 impactParameter[fm]=0.852285 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 637 projectile=proton Ekin[MeV]=1039.32 direction=(0.618387,0.0368596,0.785008) material=G4_C - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 638 projectile=pi- Ekin[MeV]=6570.08 direction=(0.622114,0.393428,0.676896) material=G4_Si - --> #secondaries=19 impactParameter[fm]=2.62026 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 639 projectile=lambda_b Ekin[MeV]=22281.8 direction=(0.774682,0.442945,0.451296) material=G4_Ar - --> #secondaries=18 impactParameter[fm]=3.56952 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 640 projectile=kaon+ Ekin[MeV]=24089.6 direction=(0.622637,0.0924494,0.77703) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=3.28162 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 641 projectile=anti_xi0 Ekin[MeV]=26208.5 direction=(0.243118,0.81512,0.525807) material=G4_H - --> #secondaries=11 impactParameter[fm]=0.713437 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 642 projectile=anti_neutron Ekin[MeV]=21230.9 direction=(0.0673382,0.0683144,0.995389) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.03146 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 643 projectile=anti_xi_b- Ekin[MeV]=7922.97 direction=(0.239004,0.863689,0.443756) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.60214 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 644 projectile=lambda_b Ekin[MeV]=29014.5 direction=(0.486885,0.158551,0.858955) material=G4_Pb - --> #secondaries=17 impactParameter[fm]=5.90515 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 645 projectile=D0 Ekin[MeV]=7421.22 direction=(0.425188,0.499916,0.754519) material=G4_W - --> #secondaries=75 impactParameter[fm]=2.96465 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=5 - Collision 646 projectile=xi0 Ekin[MeV]=16798.2 direction=(0.734039,0.336822,0.589693) material=G4_Si - --> #secondaries=29 impactParameter[fm]=2.474 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 647 projectile=anti_proton Ekin[MeV]=20672.5 direction=(0.595668,0.359372,0.718353) material=G4_Pb - --> #secondaries=33 impactParameter[fm]=7.50257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 648 projectile=Bc- Ekin[MeV]=4330.81 direction=(0.573591,0.58951,0.568746) material=G4_Pb - --> #secondaries=12 impactParameter[fm]=6.22466 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=0 - Collision 649 projectile=anti_deuteron Ekin[MeV]=15312.9 direction=(0.574677,0.664311,0.477952) material=G4_Pb - --> #secondaries=68 impactParameter[fm]=5.75696 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=7 - Collision 650 projectile=anti_lambda_c+ Ekin[MeV]=17845.2 direction=(0.776641,0.545644,0.314803) material=G4_W - --> #secondaries=71 impactParameter[fm]=2.48047 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=1 - Collision 651 projectile=anti_xi_b- Ekin[MeV]=2767.4 direction=(0.422386,0.293932,0.857434) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=4.32332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 652 projectile=anti_neutron Ekin[MeV]=20741.9 direction=(0.589277,0.578222,0.56428) material=G4_H - --> #secondaries=10 impactParameter[fm]=1.56679 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 653 projectile=anti_omega_b- Ekin[MeV]=20867.4 direction=(0.815604,0.578608,0.00171393) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.06202 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 654 projectile=omega_c0 Ekin[MeV]=13150.7 direction=(0.686047,0.573693,0.447455) material=G4_C - --> #secondaries=8 impactParameter[fm]=1.46242 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 655 projectile=anti_triton Ekin[MeV]=23122.6 direction=(0.453418,0.722178,0.52237) material=G4_H - --> #secondaries=8 impactParameter[fm]=0.988433 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=2 - Collision 656 projectile=anti_omega_c0 Ekin[MeV]=2647.98 direction=(0.430484,0.593788,0.679779) material=G4_Pb - --> #secondaries=7 impactParameter[fm]=6.50999 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 657 projectile=anti_lambda_b Ekin[MeV]=20267.7 direction=(0.563508,0.59164,0.576559) material=G4_Be - --> #secondaries=5 impactParameter[fm]=2.19262 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 658 projectile=triton Ekin[MeV]=15990.1 direction=(0.036644,0.701052,0.712168) material=G4_H - --> #secondaries=8 impactParameter[fm]=1.5881 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 - Collision 659 projectile=Bc+ Ekin[MeV]=12487.5 direction=(0.760623,0.643358,0.0868499) material=G4_Pb - --> #secondaries=37 impactParameter[fm]=2.69758 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 660 projectile=B- Ekin[MeV]=19867.9 direction=(0.85106,0.455953,0.260392) material=G4_Cu - --> #secondaries=18 impactParameter[fm]=3.70647 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 661 projectile=proton Ekin[MeV]=27632.8 direction=(0.573094,0.579153,0.57978) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.94947 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 662 projectile=anti_proton Ekin[MeV]=6551.34 direction=(0.811865,0.505025,0.292959) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=3.99289 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 663 projectile=anti_omega- Ekin[MeV]=8158.75 direction=(0.183387,0.908714,0.374978) material=G4_Fe - --> #secondaries=32 impactParameter[fm]=2.02654 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 664 projectile=He3 Ekin[MeV]=24405.7 direction=(0.544915,0.786993,0.289327) material=G4_Cu - --> #secondaries=17 impactParameter[fm]=6.75345 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 665 projectile=anti_neutron Ekin[MeV]=10636 direction=(0.653414,0.75659,0.0249274) material=G4_Pb - --> #secondaries=50 impactParameter[fm]=4.97944 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 666 projectile=sigma+ Ekin[MeV]=21481.5 direction=(0.0892724,0.788017,0.609146) material=G4_Pb - --> #secondaries=64 impactParameter[fm]=6.33292 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=3 - Collision 667 projectile=lambda_b Ekin[MeV]=25645.7 direction=(0.289797,0.827276,0.481282) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.18645 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 668 projectile=sigma+ Ekin[MeV]=6643.8 direction=(0.499196,0.77299,0.391522) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=2.70203 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 669 projectile=omega_c0 Ekin[MeV]=21678.4 direction=(0.300018,0.589972,0.749615) material=G4_C - --> #secondaries=9 impactParameter[fm]=3.93603 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 670 projectile=kaon- Ekin[MeV]=16469.9 direction=(0.241386,0.525814,0.81563) material=G4_Pb - --> #secondaries=76 impactParameter[fm]=3.68513 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=3 - Collision 671 projectile=anti_alpha Ekin[MeV]=10930.9 direction=(0.927547,0.106744,0.358137) material=G4_W - --> #secondaries=63 impactParameter[fm]=6.35956 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=184 #NNcollisions=5 - Collision 672 projectile=Bs0 Ekin[MeV]=6663.26 direction=(0.0529791,0.969002,0.241307) material=G4_Pb - --> #secondaries=52 impactParameter[fm]=1.3683 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=5 - Collision 673 projectile=D0 Ekin[MeV]=10304.5 direction=(0.137642,0.888688,0.437366) material=G4_Si - --> #secondaries=10 impactParameter[fm]=2.47502 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 674 projectile=xi0 Ekin[MeV]=26114.6 direction=(0.609462,0.647142,0.457999) material=G4_Si - --> #secondaries=20 impactParameter[fm]=2.81915 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 675 projectile=anti_sigma- Ekin[MeV]=27079.3 direction=(0.514828,0.617656,0.594518) material=G4_Cu - --> #secondaries=54 impactParameter[fm]=1.94501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 676 projectile=Ds- Ekin[MeV]=1085.13 direction=(0.0839081,0.809961,0.58045) material=G4_Al - --> #secondaries=9 impactParameter[fm]=3.96945 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 677 projectile=He3 Ekin[MeV]=3683.19 direction=(0.243346,0.917189,0.31551) material=G4_Fe - --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 678 projectile=anti_neutron Ekin[MeV]=21814.1 direction=(0.411265,0.583865,0.699973) material=G4_Pb - --> #secondaries=45 impactParameter[fm]=6.64892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 679 projectile=sigma+ Ekin[MeV]=5960.11 direction=(0.946918,0.0515326,0.317318) material=G4_W - --> #secondaries=53 impactParameter[fm]=5.00416 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 - Collision 680 projectile=xi_c+ Ekin[MeV]=2529.35 direction=(0.731823,0.671872,0.114122) material=G4_W - --> #secondaries=27 impactParameter[fm]=6.54789 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=0 - Collision 681 projectile=Bc+ Ekin[MeV]=11219.4 direction=(0.636565,0.567278,0.522476) material=G4_Si - --> #secondaries=9 impactParameter[fm]=3.75543 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 682 projectile=D+ Ekin[MeV]=15819.5 direction=(0.131605,0.0759527,0.988388) material=G4_He - --> #secondaries=10 impactParameter[fm]=0.601419 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 683 projectile=Bc- Ekin[MeV]=19474.4 direction=(0.755974,0.266648,0.597831) material=G4_Pb - --> #secondaries=47 impactParameter[fm]=2.00407 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 684 projectile=lambda_b Ekin[MeV]=2317.66 direction=(0.716088,0.442476,0.539845) material=G4_W - --> #secondaries=6 impactParameter[fm]=6.0765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 - Collision 685 projectile=anti_lambda_c+ Ekin[MeV]=23317.2 direction=(0.696118,0.496663,0.518408) material=G4_Cu - --> #secondaries=41 impactParameter[fm]=3.47397 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 - Collision 686 projectile=alpha Ekin[MeV]=25392.1 direction=(0.256244,0.704099,0.662256) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.58201 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 687 projectile=lambda_c+ Ekin[MeV]=26982.3 direction=(0.402702,0.849882,0.339899) material=G4_W - --> #secondaries=43 impactParameter[fm]=5.54415 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 688 projectile=anti_lambda_c+ Ekin[MeV]=3625.58 direction=(0.241769,0.755412,0.609016) material=G4_Al - --> #secondaries=15 impactParameter[fm]=2.06626 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 689 projectile=omega_c0 Ekin[MeV]=22031.4 direction=(0.727629,0.257724,0.635716) material=G4_Fe - --> #secondaries=43 impactParameter[fm]=2.21049 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 - Collision 690 projectile=anti_alpha Ekin[MeV]=12019 direction=(0.778202,0.467959,0.418826) material=G4_Fe - --> #secondaries=17 impactParameter[fm]=6.2521 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 691 projectile=sigma+ Ekin[MeV]=7997.63 direction=(0.626599,0.569928,0.53156) material=G4_W - --> #secondaries=66 impactParameter[fm]=2.38221 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 - Collision 692 projectile=omega- Ekin[MeV]=28308.9 direction=(0.0470677,0.176711,0.983137) material=G4_Be - --> #secondaries=7 impactParameter[fm]=3.0251 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 693 projectile=sigma+ Ekin[MeV]=29712.5 direction=(0.646002,0.757013,0.0980474) material=G4_Ar - --> #secondaries=37 impactParameter[fm]=2.40639 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 - Collision 694 projectile=xi- Ekin[MeV]=5367.46 direction=(0.458979,0.711541,0.532022) material=G4_W - --> #secondaries=65 impactParameter[fm]=2.59288 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 695 projectile=Bc+ Ekin[MeV]=9263.37 direction=(0.762307,0.489943,0.422899) material=G4_C - --> #secondaries=5 impactParameter[fm]=1.10551 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 696 projectile=anti_He3 Ekin[MeV]=28169 direction=(0.557695,0.399477,0.727595) material=G4_H - --> #secondaries=4 impactParameter[fm]=2.34347 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 697 projectile=lambda_b Ekin[MeV]=6839.39 direction=(0.133204,0.706594,0.694969) material=G4_He - --> #secondaries=5 impactParameter[fm]=2.77565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 698 projectile=D+ Ekin[MeV]=18155.6 direction=(0.43515,0.884715,0.167106) material=G4_Al - --> #secondaries=11 impactParameter[fm]=3.39512 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 699 projectile=neutron Ekin[MeV]=26308.9 direction=(0.706134,0.256062,0.660157) material=G4_Pb - --> #secondaries=61 impactParameter[fm]=3.79969 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=5 - Collision 700 projectile=He3 Ekin[MeV]=23603.9 direction=(0.383819,0.172442,0.907164) material=G4_Al - --> #secondaries=11 impactParameter[fm]=5.8898 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=0 - List of produced secondaries: - j=0 neutron p=(3419.97,1739.16,7901.258833.66) MeV - j=1 proton p=(4221.09,1841.54,9868.9110930.9) MeV - j=2 neutron p=(-34.3999,-114.63,226.101973.77) MeV - j=3 proton p=(64.5109,99.054,164.897959.958) MeV - j=4 Na23 p=(-102.203,-109.152,-212.32121410.8) MeV - j=5 proton p=(44.4357,-23.7941,24.4205939.942) MeV - j=6 neutron p=(-40.6361,1.87815,-18.4047940.626) MeV - j=7 gamma p=(-0.0884636,-1.62591,-0.6526961.75425) MeV - j=8 gamma p=(-1.182,-1.00585,-0.5668581.65232) MeV - j=9 gamma p=(0.421189,0.104975,0.04981330.436923) MeV - j=10 proton p=(2508.15,1097.24,5870.736545.27) MeV - Collision 701 projectile=pi+ Ekin[MeV]=1443.61 direction=(0.4199,0.8819,0.214328) material=G4_Si - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 702 projectile=lambda_c+ Ekin[MeV]=28248.6 direction=(0.0517499,0.0431312,0.997728) material=G4_Cu - --> #secondaries=43 impactParameter[fm]=1.94041 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=3 - Collision 703 projectile=lambda Ekin[MeV]=4046.74 direction=(0.574498,0.565824,0.591435) material=G4_He - --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 704 projectile=Bs0 Ekin[MeV]=13220.2 direction=(0.880323,0.427447,0.205719) material=G4_Pb - --> #secondaries=28 impactParameter[fm]=4.2676 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 705 projectile=xi_c0 Ekin[MeV]=13897.7 direction=(0.857932,0.505072,0.0941012) material=G4_Si - --> #secondaries=18 impactParameter[fm]=1.09205 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 706 projectile=Bc+ Ekin[MeV]=5295.58 direction=(0.0341559,0.491778,0.870051) material=G4_W - --> #secondaries=5 impactParameter[fm]=4.44699 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 707 projectile=anti_triton Ekin[MeV]=8494.96 direction=(0.2193,0.671644,0.707673) material=G4_Be - --> #secondaries=16 impactParameter[fm]=0.632765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 - Collision 708 projectile=anti_lambda_c+ Ekin[MeV]=17291.6 direction=(0.718249,0.619074,0.317593) material=G4_Cu - --> #secondaries=30 impactParameter[fm]=1.89565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 709 projectile=B+ Ekin[MeV]=22540.7 direction=(0.580086,0.745063,0.329213) material=G4_Si - --> #secondaries=12 impactParameter[fm]=0.946511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 710 projectile=lambda Ekin[MeV]=6418.17 direction=(0.603729,0.775656,0.184036) material=G4_He - --> #secondaries=5 impactParameter[fm]=3.19104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 711 projectile=anti_omega- Ekin[MeV]=21204.9 direction=(0.64752,0.492124,0.581835) material=G4_Cu - --> #secondaries=40 impactParameter[fm]=2.33583 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 - Collision 712 projectile=D0 Ekin[MeV]=20537.7 direction=(0.0593657,0.598988,0.798554) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.28422 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 713 projectile=kaon- Ekin[MeV]=11337.5 direction=(0.447161,0.730839,0.515675) material=G4_Si - --> #secondaries=18 impactParameter[fm]=3.80976 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 714 projectile=xi0 Ekin[MeV]=24313.4 direction=(0.68936,0.579419,0.434806) material=G4_C - --> #secondaries=16 impactParameter[fm]=2.16349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 715 projectile=anti_xi_c+ Ekin[MeV]=22928.6 direction=(0.605749,0.20708,0.768236) material=G4_Ar - --> #secondaries=27 impactParameter[fm]=3.72109 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 716 projectile=anti_D0 Ekin[MeV]=13307.8 direction=(0.499486,0.349207,0.792823) material=G4_W - --> #secondaries=67 impactParameter[fm]=4.04342 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=5 - Collision 717 projectile=triton Ekin[MeV]=15541.9 direction=(0.0431486,0.989662,0.136773) material=G4_C - --> #secondaries=10 impactParameter[fm]=3.55857 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 718 projectile=triton Ekin[MeV]=17196.7 direction=(0.382626,0.816334,0.432663) material=G4_Pb - --> #secondaries=58 impactParameter[fm]=4.93591 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=196 #NNcollisions=5 - Collision 719 projectile=anti_proton Ekin[MeV]=28344.3 direction=(0.665533,0.584753,0.463821) material=G4_C - --> #secondaries=11 impactParameter[fm]=3.41401 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 720 projectile=B+ Ekin[MeV]=13059.2 direction=(0.638768,0.61143,0.467042) material=G4_Cu - --> #secondaries=23 impactParameter[fm]=3.75741 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 721 projectile=anti_omega_b- Ekin[MeV]=2101.9 direction=(0.18735,0.54603,0.816548) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=1.92723 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=0 - Collision 722 projectile=kaon+ Ekin[MeV]=9930.78 direction=(0.476646,0.676017,0.56197) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.43215 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 723 projectile=Bc- Ekin[MeV]=11551.1 direction=(0.609375,0.612786,0.503145) material=G4_Pb - --> #secondaries=10 impactParameter[fm]=6.69528 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 724 projectile=B- Ekin[MeV]=20451.6 direction=(0.29817,0.69569,0.653537) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.55574 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 725 projectile=B0 Ekin[MeV]=2963.73 direction=(0.189494,0.709941,0.678289) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.73871 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 726 projectile=xi- Ekin[MeV]=14102 direction=(0.0380753,0.706969,0.706219) material=G4_W - --> #secondaries=74 impactParameter[fm]=1.77527 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=6 - Collision 727 projectile=xi0 Ekin[MeV]=10506.9 direction=(0.79051,0.0349515,0.611451) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=4.2151 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 728 projectile=lambda_c+ Ekin[MeV]=5508.56 direction=(0.420612,0.850376,0.316142) material=G4_Si - --> #secondaries=14 impactParameter[fm]=3.27303 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 729 projectile=neutron Ekin[MeV]=10897.1 direction=(0.594269,0.525953,0.608455) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=6.19252 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 - Collision 730 projectile=anti_xi0 Ekin[MeV]=25963.4 direction=(0.451397,0.890891,0.0505383) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.99948 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 731 projectile=alpha Ekin[MeV]=22082.6 direction=(0.64228,0.464878,0.609398) material=G4_H - --> #secondaries=10 impactParameter[fm]=1.3923 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=2 - Collision 732 projectile=anti_xi_b0 Ekin[MeV]=14412.3 direction=(0.123498,0.258794,0.958005) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=4.03878 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 733 projectile=kaon0L Ekin[MeV]=12398.2 direction=(0.433968,0.298364,0.850089) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=3.11352 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 734 projectile=lambda_b Ekin[MeV]=21211.1 direction=(0.192028,0.59704,0.778889) material=G4_Pb - --> #secondaries=34 impactParameter[fm]=5.75987 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 735 projectile=anti_He3 Ekin[MeV]=15638.3 direction=(0.5725,0.32438,0.753009) material=G4_Si - --> #secondaries=29 impactParameter[fm]=2.80298 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=5 - Collision 736 projectile=Bc- Ekin[MeV]=5133.66 direction=(0.5791,0.438921,0.687017) material=G4_Al - --> #secondaries=9 impactParameter[fm]=3.00325 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 737 projectile=anti_xi_c0 Ekin[MeV]=3040.16 direction=(0.407611,0.697755,0.58906) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=3.53733 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 738 projectile=anti_xi0 Ekin[MeV]=23226.5 direction=(0.70961,0.697587,0.0991259) material=G4_Si - --> #secondaries=13 impactParameter[fm]=4.54519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 739 projectile=xi_b- Ekin[MeV]=22069 direction=(0.763561,0.609817,0.212362) material=G4_Al - --> #secondaries=7 impactParameter[fm]=3.83392 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 740 projectile=B+ Ekin[MeV]=19731.9 direction=(0.865198,0.341797,0.366889) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=2.27547 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=1 - Collision 741 projectile=omega_c0 Ekin[MeV]=10225.8 direction=(0.249389,0.490532,0.834975) material=G4_Cu - --> #secondaries=9 impactParameter[fm]=6.46012 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 742 projectile=neutron Ekin[MeV]=16761.8 direction=(0.583023,0.422572,0.693914) material=G4_He - --> #secondaries=12 impactParameter[fm]=2.57002 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 743 projectile=kaon- Ekin[MeV]=28677.2 direction=(0.0857763,0.588348,0.804046) material=G4_C - --> #secondaries=15 impactParameter[fm]=2.28446 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 744 projectile=Ds+ Ekin[MeV]=28688.4 direction=(0.129714,0.939164,0.318033) material=G4_Cu - --> #secondaries=41 impactParameter[fm]=1.96995 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 745 projectile=anti_xi0 Ekin[MeV]=27350.6 direction=(0.288511,0.720068,0.631081) material=G4_C - --> #secondaries=19 impactParameter[fm]=2.82551 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 746 projectile=anti_xi0 Ekin[MeV]=10754.3 direction=(0.948824,0.12364,0.290596) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=5.85903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 747 projectile=xi0 Ekin[MeV]=28047 direction=(0.489931,0.369175,0.789732) material=G4_Be - --> #secondaries=16 impactParameter[fm]=0.149116 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=4 - Collision 748 projectile=triton Ekin[MeV]=12471.2 direction=(0.873943,0.19576,0.444861) material=G4_Be - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 749 projectile=Bc+ Ekin[MeV]=29333.1 direction=(0.433561,0.337722,0.835445) material=G4_Pb - --> #secondaries=83 impactParameter[fm]=2.2466 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 750 projectile=xi_c+ Ekin[MeV]=13514.2 direction=(0.547801,0.836276,0.0235815) material=G4_Fe - --> #secondaries=29 impactParameter[fm]=2.52283 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 751 projectile=anti_sigma- Ekin[MeV]=7667.03 direction=(0.494541,0.663916,0.560932) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=3.62532 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 752 projectile=xi_c0 Ekin[MeV]=29925.9 direction=(0.334646,0.649147,0.683096) material=G4_Al - --> #secondaries=13 impactParameter[fm]=4.41347 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 753 projectile=Bs0 Ekin[MeV]=27537 direction=(0.569546,0.51587,0.639918) material=G4_He - --> #secondaries=7 impactParameter[fm]=0.402532 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 754 projectile=B0 Ekin[MeV]=29671.2 direction=(0.384906,0.123801,0.914615) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=2.97179 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 755 projectile=xi_b0 Ekin[MeV]=1658.56 direction=(0.753434,0.221001,0.61927) material=G4_C - --> #secondaries=7 impactParameter[fm]=0.444412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 756 projectile=omega_c0 Ekin[MeV]=1570.02 direction=(0.552154,0.279862,0.785368) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.48812 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 757 projectile=lambda_b Ekin[MeV]=7874.59 direction=(0.545949,0.837716,0.0130979) material=G4_Pb - --> #secondaries=37 impactParameter[fm]=3.86421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=1 - Collision 758 projectile=proton Ekin[MeV]=7420.61 direction=(0.840757,0.535955,0.0766806) material=G4_C - --> #secondaries=10 impactParameter[fm]=1.46975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 759 projectile=anti_proton Ekin[MeV]=26708.9 direction=(0.84811,0.225024,0.479659) material=G4_W - --> #secondaries=68 impactParameter[fm]=5.06939 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 - Collision 760 projectile=anti_omega- Ekin[MeV]=8641.18 direction=(0.470961,0.2655,0.841252) material=G4_Cu - --> #secondaries=30 impactParameter[fm]=3.02188 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 761 projectile=anti_sigma- Ekin[MeV]=4248.39 direction=(0.88808,0.437704,0.140461) material=G4_Fe - --> #secondaries=16 impactParameter[fm]=5.73067 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 762 projectile=B+ Ekin[MeV]=24194 direction=(0.646086,0.405852,0.646418) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.57123 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 763 projectile=anti_lambda Ekin[MeV]=17818.6 direction=(0.978957,0.202402,0.0260204) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.99184 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 764 projectile=anti_He3 Ekin[MeV]=17902.3 direction=(0.271976,0.634606,0.723398) material=G4_C - --> #secondaries=13 impactParameter[fm]=4.44839 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=12 #NNcollisions=1 - Collision 765 projectile=triton Ekin[MeV]=12794.4 direction=(0.648758,0.746432,0.148165) material=G4_C - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 766 projectile=kaon0S Ekin[MeV]=1134.37 direction=(0.932959,0.0838143,0.35009) material=G4_H - --> #secondaries=2 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 767 projectile=xi0 Ekin[MeV]=10987.6 direction=(0.519043,0.803243,0.292224) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.49113 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 768 projectile=Bc- Ekin[MeV]=6822.57 direction=(0.49933,0.853563,0.148659) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=1.41106 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=0 - Collision 769 projectile=anti_omega- Ekin[MeV]=15683.8 direction=(0.441717,0.664812,0.602421) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=4.39285 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 770 projectile=lambda_c+ Ekin[MeV]=26187 direction=(0.979869,0.16432,0.11338) material=G4_C - --> #secondaries=12 impactParameter[fm]=0.722868 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 771 projectile=pi+ Ekin[MeV]=17493.8 direction=(0.359425,0.831989,0.42262) material=G4_Be - --> #secondaries=6 impactParameter[fm]=2.46978 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 772 projectile=anti_neutron Ekin[MeV]=24790.5 direction=(0.48787,0.56766,0.663133) material=G4_Cu - --> #secondaries=28 impactParameter[fm]=3.59988 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=65 #NNcollisions=1 - Collision 773 projectile=xi- Ekin[MeV]=17720.3 direction=(0.849221,0.176805,0.497558) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.17335 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 774 projectile=anti_xi_b0 Ekin[MeV]=24388.7 direction=(0.19611,0.897786,0.394362) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.795567 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 775 projectile=lambda_b Ekin[MeV]=5249.61 direction=(0.710744,0.471064,0.522438) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.0505 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=1 - Collision 776 projectile=Bc- Ekin[MeV]=23617.4 direction=(0.519725,0.849776,0.0881332) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=4.02759 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 777 projectile=anti_xi_b- Ekin[MeV]=21277 direction=(0.978128,0.174207,0.113659) material=G4_Ar - --> #secondaries=12 impactParameter[fm]=3.6757 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 778 projectile=xi_c0 Ekin[MeV]=2053.32 direction=(0.499675,0.0135531,0.866107) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.759384 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 779 projectile=B+ Ekin[MeV]=25796.1 direction=(0.748862,0.640909,0.168648) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=3.56571 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 780 projectile=deuteron Ekin[MeV]=24325.7 direction=(0.419027,0.407952,0.811167) material=G4_H - --> #secondaries=5 impactParameter[fm]=2.44484 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 781 projectile=He3 Ekin[MeV]=4390.2 direction=(0.760545,0.648964,0.0204071) material=G4_W - --> #secondaries=66 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 782 projectile=anti_omega_c0 Ekin[MeV]=18331.4 direction=(0.858994,0.0066511,0.511943) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.22019 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 783 projectile=anti_xi_c+ Ekin[MeV]=2993.35 direction=(0.456953,0.889473,0.00565487) material=G4_Si - --> #secondaries=10 impactParameter[fm]=3.22165 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 784 projectile=Ds- Ekin[MeV]=9231.19 direction=(0.195861,0.737819,0.645958) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=0.914769 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 - Collision 785 projectile=anti_neutron Ekin[MeV]=16241.1 direction=(0.959377,0.18047,0.216856) material=G4_Al - --> #secondaries=15 impactParameter[fm]=1.78747 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 786 projectile=D+ Ekin[MeV]=5313.5 direction=(0.617486,0.639752,0.457634) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.941891 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 787 projectile=D0 Ekin[MeV]=16706.1 direction=(0.849992,0.523637,0.0576032) material=G4_W - --> #secondaries=33 impactParameter[fm]=4.96084 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 788 projectile=anti_lambda_c+ Ekin[MeV]=27631.6 direction=(0.182374,0.577872,0.79549) material=G4_W - --> #secondaries=52 impactParameter[fm]=5.06158 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 789 projectile=triton Ekin[MeV]=22714.6 direction=(0.331869,0.23796,0.912819) material=G4_Ar - --> #secondaries=39 impactParameter[fm]=3.84821 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=33 #NNcollisions=5 - Collision 790 projectile=triton Ekin[MeV]=5272.1 direction=(0.53869,0.505044,0.674347) material=G4_Fe - --> #secondaries=38 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 791 projectile=anti_xi- Ekin[MeV]=26402.4 direction=(0.839167,0.525723,0.139333) material=G4_C - --> #secondaries=16 impactParameter[fm]=1.01664 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 792 projectile=D+ Ekin[MeV]=22714.5 direction=(0.271085,0.925003,0.266238) material=G4_Pb - --> #secondaries=49 impactParameter[fm]=5.48251 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 793 projectile=Bc+ Ekin[MeV]=13887.4 direction=(0.525608,0.503807,0.685503) material=G4_C - --> #secondaries=8 impactParameter[fm]=1.81588 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 794 projectile=sigma+ Ekin[MeV]=24326.6 direction=(0.580911,0.110238,0.806468) material=G4_Cu - --> #secondaries=21 impactParameter[fm]=4.37773 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 795 projectile=anti_sigma+ Ekin[MeV]=14852.9 direction=(0.94575,0.145629,0.290431) material=G4_C - --> #secondaries=12 impactParameter[fm]=1.78746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=2 - Collision 796 projectile=Ds+ Ekin[MeV]=7895.84 direction=(0.454451,0.890053,0.0357663) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.878734 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 797 projectile=anti_deuteron Ekin[MeV]=2146.54 direction=(0.423254,0.754729,0.501239) material=G4_Al - --> #secondaries=25 impactParameter[fm]=2.74433 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=2 - Collision 798 projectile=pi- Ekin[MeV]=6959.77 direction=(0.710899,0.631772,0.30901) material=G4_Cu - --> #secondaries=21 impactParameter[fm]=5.69223 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 799 projectile=anti_omega_b- Ekin[MeV]=22624.2 direction=(0.155866,0.159005,0.974896) material=G4_Pb - --> #secondaries=50 impactParameter[fm]=3.83335 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 800 projectile=lambda Ekin[MeV]=14993.8 direction=(0.716557,0.693009,0.0792733) material=G4_Al - --> #secondaries=32 impactParameter[fm]=1.45576 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=4 - List of produced secondaries: - j=0 eta_prime p=(1492,1638.22,-148.2612418.5) MeV - j=1 sigma0 p=(1405.61,890.688,110.672050.29) MeV - j=2 pi- p=(58.906,-131.377,104.017225.897) MeV - j=3 pi- p=(956.612,1342.82,179.4121664.31) MeV - j=4 neutron p=(696.52,368.181,187.2251240.38) MeV - j=5 pi0 p=(187.368,299.781,-28.2585379.464) MeV - j=6 pi- p=(1231.59,763.525,177.1761466.51) MeV - j=7 pi+ p=(1528.51,945.461,695.4691932.2) MeV - j=8 pi0 p=(238.822,124.96,34.9713303.467) MeV - j=9 neutron p=(-225.45,71.1881,-209.49991.244) MeV - j=10 proton p=(159.444,-148.066,152.811975.219) MeV - j=11 neutron p=(-417.573,86.7598,-126.921039.61) MeV - j=12 pi+ p=(86.9868,-40.9276,287.525333.755) MeV - j=13 pi+ p=(55.9342,382.252,77.3244417.976) MeV - j=14 proton p=(620.675,1047.91,55.10761538.43) MeV - j=15 pi0 p=(334.656,135.06,-261.654465.744) MeV - j=16 gamma p=(-350.773,401.809,-55.5468536.263) MeV - j=17 pi0 p=(428.298,719.244,86.872852.36) MeV - j=18 proton p=(943.662,1347.06,-351.3821925.85) MeV - j=19 deuteron p=(3.32742,157.426,-399.781924.2) MeV - j=20 He3 p=(-139.754,87.9166,-307.6972830.02) MeV - j=21 proton p=(-90.1006,126.551,399.581031.58) MeV - j=22 proton p=(237.204,20.799,169.919982.815) MeV - j=23 proton p=(37.3893,-58.7317,-22.7895941.128) MeV - j=24 neutron p=(302.622,164.024,108.1981006.47) MeV - j=25 proton p=(212.943,-45.7225,136.605972.857) MeV - j=26 deuteron p=(327.765,393.44,-67.25331945.42) MeV - j=27 deuteron p=(169.912,-138.429,421.3831934.82) MeV - j=28 neutron p=(373.705,-93.33,188.8381032.86) MeV - j=29 neutron p=(-62.6275,-104.104,6.98641947.413) MeV - j=30 neutron p=(27.1155,-222.89,314.6471015.97) MeV - j=31 H4 p=(684.28,605.642,-641.7243912.8) MeV - Collision 801 projectile=kaon0S Ekin[MeV]=10090 direction=(0.317201,0.876792,0.361412) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=5.2137 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 802 projectile=anti_xi0 Ekin[MeV]=11363.7 direction=(0.520125,0.853516,0.0313028) material=G4_W - --> #secondaries=16 impactParameter[fm]=8.74572 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 803 projectile=anti_xi0 Ekin[MeV]=23099.9 direction=(0.363224,0.895796,0.25616) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.32005 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 804 projectile=anti_xi0 Ekin[MeV]=25671.1 direction=(0.197397,0.112779,0.973815) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.26201 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 805 projectile=anti_omega_b- Ekin[MeV]=23525.9 direction=(0.0797628,0.0851213,0.993173) material=G4_Be - --> #secondaries=12 impactParameter[fm]=0.989522 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 806 projectile=anti_lambda Ekin[MeV]=5821.02 direction=(0.377627,0.580056,0.721757) material=G4_C - --> #secondaries=14 impactParameter[fm]=2.06778 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 807 projectile=B+ Ekin[MeV]=6341.67 direction=(0.567484,0.399832,0.719789) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=4.65013 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 808 projectile=D0 Ekin[MeV]=2746.14 direction=(0.166227,0.0182993,0.985918) material=G4_Be - --> #secondaries=4 impactParameter[fm]=2.45144 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 809 projectile=triton Ekin[MeV]=11280.3 direction=(0.527403,0.805242,0.270981) material=G4_Ar - --> #secondaries=29 impactParameter[fm]=3.35146 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=2 - Collision 810 projectile=anti_triton Ekin[MeV]=5040.54 direction=(0.750985,0.423045,0.507005) material=G4_C - --> #secondaries=22 impactParameter[fm]=2.45192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=3 - Collision 811 projectile=omega_b- Ekin[MeV]=17632.5 direction=(0.740102,0.523199,0.422507) material=G4_C - --> #secondaries=16 impactParameter[fm]=0.803901 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 812 projectile=anti_deuteron Ekin[MeV]=20942.2 direction=(0.175398,0.712355,0.679548) material=G4_Al - --> #secondaries=31 impactParameter[fm]=2.61242 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=4 - Collision 813 projectile=anti_proton Ekin[MeV]=20128.4 direction=(0.62834,0.518999,0.579507) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.629499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 814 projectile=kaon+ Ekin[MeV]=10471.6 direction=(0.021809,0.740824,0.671345) material=G4_He - --> #secondaries=9 impactParameter[fm]=2.45429 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 815 projectile=anti_xi_c0 Ekin[MeV]=5135.75 direction=(0.233283,0.464639,0.854219) material=G4_C - --> #secondaries=11 impactParameter[fm]=1.73936 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 816 projectile=omega- Ekin[MeV]=29182.6 direction=(0.820777,0.390406,0.417024) material=G4_Si - --> #secondaries=20 impactParameter[fm]=3.39528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 817 projectile=pi+ Ekin[MeV]=3197.72 direction=(0.447303,0.867691,0.216869) material=G4_W - --> #secondaries=43 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 818 projectile=anti_neutron Ekin[MeV]=14416.6 direction=(0.761939,0.344093,0.548679) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=5.07457 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 819 projectile=sigma+ Ekin[MeV]=13234 direction=(0.184037,0.736382,0.651054) material=G4_Si - --> #secondaries=26 impactParameter[fm]=0.992924 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 820 projectile=anti_sigma+ Ekin[MeV]=7203.62 direction=(0.0949027,0.818005,0.567328) material=G4_Cu - --> #secondaries=16 impactParameter[fm]=6.2438 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 821 projectile=neutron Ekin[MeV]=28503.6 direction=(0.379221,0.684748,0.622344) material=G4_W - --> #secondaries=64 impactParameter[fm]=2.56434 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=175 #NNcollisions=7 - Collision 822 projectile=anti_xi_c+ Ekin[MeV]=3792.76 direction=(0.100023,0.994864,0.015524) material=G4_Pb - --> #secondaries=32 impactParameter[fm]=3.45244 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 823 projectile=proton Ekin[MeV]=20135.6 direction=(0.866524,0.0274257,0.498382) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.920287 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 824 projectile=kaon0L Ekin[MeV]=25287.4 direction=(0.908048,0.106369,0.405136) material=G4_He - --> #secondaries=12 impactParameter[fm]=1.08214 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 825 projectile=B+ Ekin[MeV]=10905.7 direction=(0.568186,0.676249,0.468883) material=G4_Al - --> #secondaries=9 impactParameter[fm]=3.61693 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 826 projectile=deuteron Ekin[MeV]=23519.3 direction=(0.157435,0.941509,0.297951) material=G4_He - --> #secondaries=8 impactParameter[fm]=1.158 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 827 projectile=deuteron Ekin[MeV]=23879.9 direction=(0.103575,0.853335,0.510971) material=G4_Ar - --> #secondaries=21 impactParameter[fm]=4.97519 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 828 projectile=omega_b- Ekin[MeV]=27002.6 direction=(0.694784,0.713166,0.0931137) material=G4_Al - --> #secondaries=11 impactParameter[fm]=2.33738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 829 projectile=xi0 Ekin[MeV]=16275.6 direction=(0.682045,0.0972894,0.72481) material=G4_W - --> #secondaries=30 impactParameter[fm]=6.60021 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 - Collision 830 projectile=xi_b- Ekin[MeV]=16981.7 direction=(0.627791,0.60647,0.487926) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.417712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 831 projectile=anti_xi0 Ekin[MeV]=23513.9 direction=(0.767838,0.37879,0.516666) material=G4_Be - --> #secondaries=6 impactParameter[fm]=1.78402 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 832 projectile=xi_b0 Ekin[MeV]=17726.2 direction=(0.647249,0.538143,0.53988) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.4332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 833 projectile=xi0 Ekin[MeV]=29074.9 direction=(0.345222,0.739738,0.57759) material=G4_Be - --> #secondaries=12 impactParameter[fm]=3.17194 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 834 projectile=lambda Ekin[MeV]=29403.9 direction=(0.135068,0.787111,0.601842) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.564009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 835 projectile=kaon0L Ekin[MeV]=27961.2 direction=(0.143782,0.787071,0.599872) material=G4_He - --> #secondaries=9 impactParameter[fm]=2.31661 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 836 projectile=anti_neutron Ekin[MeV]=26207.3 direction=(0.720027,0.555855,0.415435) material=G4_Cu - --> #secondaries=22 impactParameter[fm]=4.76024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 837 projectile=anti_omega- Ekin[MeV]=21731.5 direction=(0.0464682,0.520573,0.852552) material=G4_Cu - --> #secondaries=42 impactParameter[fm]=2.88861 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 838 projectile=lambda_b Ekin[MeV]=10497.8 direction=(0.185006,0.607912,0.77215) material=G4_Pb - --> #secondaries=59 impactParameter[fm]=4.09719 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=3 - Collision 839 projectile=Bc- Ekin[MeV]=9846.34 direction=(0.708514,0.693823,0.128911) material=G4_C - --> #secondaries=6 impactParameter[fm]=1.17355 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 840 projectile=anti_xi_b0 Ekin[MeV]=21065.3 direction=(0.749035,0.657948,0.077788) material=G4_Fe - --> #secondaries=29 impactParameter[fm]=1.03241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 - Collision 841 projectile=anti_lambda_b Ekin[MeV]=26957.8 direction=(0.815177,0.0619162,0.575893) material=G4_C - --> #secondaries=8 impactParameter[fm]=1.74935 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 842 projectile=D0 Ekin[MeV]=12836.9 direction=(0.308863,0.587376,0.74806) material=G4_Al - --> #secondaries=22 impactParameter[fm]=2.73917 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 843 projectile=lambda_c+ Ekin[MeV]=26929.1 direction=(0.744741,0.665849,0.0447843) material=G4_W - --> #secondaries=26 impactParameter[fm]=7.66256 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 844 projectile=anti_xi_c+ Ekin[MeV]=14831.6 direction=(0.692061,0.32717,0.643437) material=G4_Si - --> #secondaries=25 impactParameter[fm]=3.11162 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 845 projectile=xi0 Ekin[MeV]=9817.94 direction=(0.844714,0.400528,0.355014) material=G4_Ar - --> #secondaries=19 impactParameter[fm]=1.802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 846 projectile=anti_neutron Ekin[MeV]=1861.66 direction=(0.716161,0.409127,0.565446) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=6.20798 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 847 projectile=B+ Ekin[MeV]=12062.8 direction=(0.655417,0.574592,0.490176) material=G4_Cu - --> #secondaries=19 impactParameter[fm]=2.05215 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=2 - Collision 848 projectile=He3 Ekin[MeV]=21275.8 direction=(0.560759,0.112372,0.820318) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.35197 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=3 - Collision 849 projectile=anti_sigma- Ekin[MeV]=11873.4 direction=(0.246426,0.881838,0.402039) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.373675 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 850 projectile=D- Ekin[MeV]=18929.6 direction=(0.919651,0.387382,0.0646363) material=G4_Pb - --> #secondaries=51 impactParameter[fm]=6.0717 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 851 projectile=sigma+ Ekin[MeV]=10354.1 direction=(0.207243,0.275732,0.938628) material=G4_Al - --> #secondaries=10 impactParameter[fm]=2.28228 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 852 projectile=anti_proton Ekin[MeV]=21022 direction=(0.893703,0.121418,0.431918) material=G4_Si - --> #secondaries=13 impactParameter[fm]=3.89453 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 853 projectile=deuteron Ekin[MeV]=6876.48 direction=(0.95384,0.0775916,0.290119) material=G4_Ar - --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 854 projectile=anti_xi_b- Ekin[MeV]=11234.1 direction=(0.511017,0.048556,0.858198) material=G4_W - --> #secondaries=46 impactParameter[fm]=6.15752 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 855 projectile=Ds+ Ekin[MeV]=16026 direction=(0.83731,0.240689,0.490898) material=G4_Pb - --> #secondaries=42 impactParameter[fm]=5.49782 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 856 projectile=He3 Ekin[MeV]=25093.9 direction=(0.119186,0.881981,0.455966) material=G4_Al - --> #secondaries=32 impactParameter[fm]=2.87388 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 857 projectile=xi0 Ekin[MeV]=9348.87 direction=(0.356123,0.477635,0.803145) material=G4_W - --> #secondaries=54 impactParameter[fm]=3.39925 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 858 projectile=anti_lambda Ekin[MeV]=11497.6 direction=(0.833033,0.375477,0.406292) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.1983 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=0 - Collision 859 projectile=anti_alpha Ekin[MeV]=6208.87 direction=(0.454373,0.867068,0.2043) material=G4_Pb - --> #secondaries=32 impactParameter[fm]=7.23361 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 860 projectile=triton Ekin[MeV]=20866.1 direction=(0.304709,0.952382,0.0110292) material=G4_Fe - --> #secondaries=41 impactParameter[fm]=2.85269 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=5 - Collision 861 projectile=xi_c+ Ekin[MeV]=22356.6 direction=(0.401704,0.340476,0.850123) material=G4_Fe - --> #secondaries=35 impactParameter[fm]=2.90099 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 862 projectile=lambda_c+ Ekin[MeV]=27403.1 direction=(0.352862,0.488886,0.797796) material=G4_Be - --> #secondaries=9 impactParameter[fm]=0.829311 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 863 projectile=anti_lambda_b Ekin[MeV]=16891.4 direction=(0.172814,0.639993,0.748695) material=G4_C - --> #secondaries=9 impactParameter[fm]=2.50597 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 864 projectile=B0 Ekin[MeV]=12461.3 direction=(0.807551,0.589105,0.0285701) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=2.48719 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 865 projectile=Bc+ Ekin[MeV]=16106.1 direction=(0.563515,0.724346,0.397207) material=G4_Si - --> #secondaries=7 impactParameter[fm]=3.89208 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 866 projectile=anti_He3 Ekin[MeV]=11250.5 direction=(0.216072,0.553423,0.804385) material=G4_W - --> #secondaries=14 impactParameter[fm]=9.55455 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=186 #NNcollisions=1 - Collision 867 projectile=anti_xi_b- Ekin[MeV]=27918.1 direction=(0.529279,0.421487,0.736351) material=G4_Fe - --> #secondaries=25 impactParameter[fm]=2.27419 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 868 projectile=xi_c0 Ekin[MeV]=15759 direction=(0.0585407,0.6896,0.72182) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.48215 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 869 projectile=lambda_b Ekin[MeV]=17914.5 direction=(0.210107,0.969481,0.126342) material=G4_Fe - --> #secondaries=22 impactParameter[fm]=1.83247 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 870 projectile=kaon0S Ekin[MeV]=4020.1 direction=(0.221482,0.824498,0.52072) material=G4_He + j=0 kaon0L p=(157.013,372.049,370.238740.114) MeV + j=1 sigma+ p=(1323.78,2424.94,3267.694441.3) MeV + j=2 pi+ p=(221.673,444.187,706.056874.32) MeV + j=3 anti_sigma+ p=(526.151,1274.06,1149.922153.37) MeV + j=4 sigma0 p=(1869.85,1532.53,2067.363397.26) MeV + j=5 neutron p=(79.994,-64.1679,571.1991104.34) MeV + j=6 neutron p=(-106.35,140.692,-364.8151023.22) MeV + j=7 neutron p=(-53.3654,214.629,428.1861055.95) MeV + j=8 proton p=(119.2,3.47976,143.32956.617) MeV + j=9 pi- p=(397.01,-14.7635,719.018833.248) MeV + j=10 anti_neutron p=(833.537,406.947,450.7291395.11) MeV + j=11 pi- p=(46.5949,179.008,626.137667.639) MeV + j=12 pi0 p=(69.5672,441.956,561.052730.181) MeV + j=13 pi+ p=(171.279,231.344,69.1658327.292) MeV + j=14 He3 p=(112.311,-751.386,632.4912977.3) MeV + j=15 neutron p=(-381.003,103.871,29.36171019.61) MeV + j=16 deuteron p=(258.853,858.029,-517.2152142.11) MeV + j=17 anti_neutron p=(2505.63,3918.17,5595.967336.74) MeV + Collision 201 projectile=kaon+ Ekin[MeV]=27748.8 direction=(0.812344,0.556913,0.173048) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=3.00592 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 202 projectile=anti_lambda Ekin[MeV]=2860.95 direction=(0.0607083,0.494282,0.867179) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.09394 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 203 projectile=B- Ekin[MeV]=14464.2 direction=(0.374157,0.770128,0.516632) material=G4_Si + --> #secondaries=7 impactParameter[fm]=2.20484 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 204 projectile=deuteron Ekin[MeV]=19027.9 direction=(0.431136,0.119542,0.894333) material=G4_Be + --> #secondaries=11 impactParameter[fm]=2.42608 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 205 projectile=anti_xi_b0 Ekin[MeV]=7125.52 direction=(0.710509,0.565768,0.418429) material=G4_W + --> #secondaries=18 impactParameter[fm]=5.66847 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 206 projectile=anti_deuteron Ekin[MeV]=7585.82 direction=(0.885111,0.0970433,0.45515) material=G4_W + --> #secondaries=39 impactParameter[fm]=6.31718 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 207 projectile=Ds+ Ekin[MeV]=5163.9 direction=(0.993917,0.0905948,0.06262) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.20528 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 208 projectile=anti_omega- Ekin[MeV]=23088.1 direction=(0.362368,0.50558,0.782993) material=G4_Al + --> #secondaries=20 impactParameter[fm]=2.31568 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 209 projectile=anti_B0 Ekin[MeV]=16870.5 direction=(0.355303,0.89942,0.254567) material=G4_Ar + --> #secondaries=38 impactParameter[fm]=2.19531 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 210 projectile=anti_Bs0 Ekin[MeV]=25385.5 direction=(0.44588,0.889079,0.103585) material=G4_Al + --> #secondaries=16 impactParameter[fm]=2.89498 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 211 projectile=neutron Ekin[MeV]=29799.1 direction=(0.188586,0.278331,0.941789) material=G4_Fe + --> #secondaries=26 impactParameter[fm]=5.23691 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 212 projectile=anti_Bs0 Ekin[MeV]=13151.1 direction=(0.667924,0.677631,0.307726) material=G4_Al + --> #secondaries=9 impactParameter[fm]=4.99721 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 213 projectile=pi+ Ekin[MeV]=11001.2 direction=(0.585398,0.630631,0.509523) material=G4_Ar + --> #secondaries=26 impactParameter[fm]=1.32897 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 214 projectile=lambda Ekin[MeV]=24552.6 direction=(0.672875,0.611644,0.416091) material=G4_Ar + --> #secondaries=39 impactParameter[fm]=2.2927 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 215 projectile=alpha Ekin[MeV]=7773.28 direction=(0.786083,0.119706,0.606419) material=G4_Ar + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 216 projectile=anti_He3 Ekin[MeV]=28712.7 direction=(0.682899,0.148813,0.715195) material=G4_Fe + --> #secondaries=28 impactParameter[fm]=5.2898 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 217 projectile=pi- Ekin[MeV]=3901.79 direction=(0.154355,0.679841,0.716931) material=G4_W + --> #secondaries=62 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 218 projectile=D- Ekin[MeV]=7411.47 direction=(0.703564,0.61837,0.350167) material=G4_He + --> #secondaries=13 impactParameter[fm]=0.267013 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 219 projectile=sigma- Ekin[MeV]=19016.2 direction=(0.505698,0.632409,0.586795) material=G4_Al + --> #secondaries=34 impactParameter[fm]=2.21548 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 220 projectile=anti_deuteron Ekin[MeV]=6377.08 direction=(0.552819,0.487137,0.676084) material=G4_C + --> #secondaries=11 impactParameter[fm]=3.53917 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 221 projectile=xi0 Ekin[MeV]=21339.3 direction=(0.224308,0.623357,0.749074) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.773886 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 222 projectile=kaon- Ekin[MeV]=21976.3 direction=(0.725114,0.580057,0.371138) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=5.16237 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 223 projectile=lambda Ekin[MeV]=14051.1 direction=(0.428275,0.773312,0.467514) material=G4_Be + --> #secondaries=15 impactParameter[fm]=2.18061 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 224 projectile=D+ Ekin[MeV]=5306.95 direction=(0.532025,0.704317,0.469986) material=G4_Fe + --> #secondaries=7 impactParameter[fm]=4.68147 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 225 projectile=He3 Ekin[MeV]=11205.5 direction=(0.648143,0.0462893,0.76011) material=G4_He --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 871 projectile=Bc+ Ekin[MeV]=25154 direction=(0.1381,0.560821,0.816338) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.8061 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 872 projectile=anti_triton Ekin[MeV]=8252.8 direction=(0.903565,0.231884,0.360279) material=G4_Ar - --> #secondaries=29 impactParameter[fm]=5.29837 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=39 #NNcollisions=2 - Collision 873 projectile=lambda_c+ Ekin[MeV]=15230.5 direction=(0.473588,0.758174,0.448204) material=G4_Pb - --> #secondaries=78 impactParameter[fm]=2.95562 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=4 - Collision 874 projectile=anti_xi_c+ Ekin[MeV]=16980.4 direction=(0.59152,0.769901,0.23949) material=G4_Pb - --> #secondaries=84 impactParameter[fm]=0.354315 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=6 - Collision 875 projectile=deuteron Ekin[MeV]=8223.33 direction=(0.673696,0.664684,0.322999) material=G4_H - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 876 projectile=anti_sigma+ Ekin[MeV]=21069.3 direction=(0.785075,0.414277,0.460469) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.56607 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 877 projectile=triton Ekin[MeV]=8858.86 direction=(0.299935,0.585704,0.752987) material=G4_Al - --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 878 projectile=xi0 Ekin[MeV]=3490.85 direction=(0.207865,0.459358,0.863587) material=G4_Cu - --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 879 projectile=Bc- Ekin[MeV]=15667.9 direction=(0.688035,0.690311,0.223783) material=G4_He - --> #secondaries=4 impactParameter[fm]=0.791431 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 880 projectile=anti_He3 Ekin[MeV]=9690.64 direction=(0.065962,0.832634,0.549881) material=G4_W - --> #secondaries=117 impactParameter[fm]=3.22168 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=4 - Collision 881 projectile=anti_D0 Ekin[MeV]=22198.4 direction=(0.809612,0.509139,0.292072) material=G4_Pb - --> #secondaries=68 impactParameter[fm]=4.46093 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 882 projectile=anti_neutron Ekin[MeV]=13608.5 direction=(0.247226,0.312083,0.917324) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=3.75691 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 883 projectile=D0 Ekin[MeV]=4451.42 direction=(0.684946,0.518196,0.512173) material=G4_C - --> #secondaries=5 impactParameter[fm]=1.54536 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 884 projectile=anti_omega_b- Ekin[MeV]=18610.1 direction=(0.613172,0.782395,0.108989) material=G4_Al - --> #secondaries=8 impactParameter[fm]=4.50615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 885 projectile=anti_omega- Ekin[MeV]=27755.1 direction=(0.0387331,0.762936,0.645312) material=G4_He - --> #secondaries=12 impactParameter[fm]=0.939782 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 - Collision 886 projectile=anti_omega_b- Ekin[MeV]=4759.94 direction=(0.40414,0.657901,0.635482) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=2.36555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 887 projectile=omega_c0 Ekin[MeV]=22258.8 direction=(0.999831,0.00613727,0.0173194) material=G4_Cu - --> #secondaries=51 impactParameter[fm]=1.56635 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=3 - Collision 888 projectile=sigma+ Ekin[MeV]=29153.7 direction=(0.389757,0.719068,0.575353) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=4.67783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 889 projectile=Bs0 Ekin[MeV]=8592.48 direction=(0.63228,0.764424,0.126006) material=G4_C - --> #secondaries=8 impactParameter[fm]=1.80177 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 890 projectile=anti_D0 Ekin[MeV]=5790.88 direction=(0.50803,0.78494,0.354648) material=G4_Be - --> #secondaries=6 impactParameter[fm]=0.362468 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 891 projectile=anti_B0 Ekin[MeV]=23390.8 direction=(0.413064,0.423497,0.806243) material=G4_Be - --> #secondaries=5 impactParameter[fm]=2.90221 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 892 projectile=proton Ekin[MeV]=14047.8 direction=(0.385497,0.789042,0.478336) material=G4_Fe - --> #secondaries=35 impactParameter[fm]=4.23519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 893 projectile=xi_c0 Ekin[MeV]=11163.2 direction=(0.582014,0.479951,0.656435) material=G4_W - --> #secondaries=9 impactParameter[fm]=6.83967 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 894 projectile=lambda_b Ekin[MeV]=2897.63 direction=(0.567594,0.46894,0.676707) material=G4_Pb - --> #secondaries=25 impactParameter[fm]=5.03018 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=0 - Collision 895 projectile=Bc+ Ekin[MeV]=20656.6 direction=(0.892403,0.266823,0.363899) material=G4_Be - --> #secondaries=13 impactParameter[fm]=1.20509 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 896 projectile=anti_Bs0 Ekin[MeV]=3038.06 direction=(0.909347,0.387125,0.152391) material=G4_Pb - --> #secondaries=18 impactParameter[fm]=4.84187 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 897 projectile=Bc- Ekin[MeV]=8746.36 direction=(0.761784,0.197839,0.616883) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.66461 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 898 projectile=xi_c0 Ekin[MeV]=7251.91 direction=(0.392749,0.718568,0.573941) material=G4_W - --> #secondaries=46 impactParameter[fm]=4.24265 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=1 - Collision 899 projectile=anti_alpha Ekin[MeV]=19357.9 direction=(0.74523,0.641129,0.183263) material=G4_He - --> #secondaries=8 impactParameter[fm]=2.85586 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 900 projectile=Ds+ Ekin[MeV]=7977.41 direction=(0.723382,0.0636245,0.687511) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.456753 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - List of produced secondaries: - j=0 eta p=(3283.6,358.767,3603.864919.22) MeV - j=1 kaon+ p=(1902.38,222.105,1556.232516.73) MeV - j=2 sigma_c+ p=(1867.6,39.43,1543.553448.01) MeV - Collision 901 projectile=pi- Ekin[MeV]=14488 direction=(0.470662,0.264584,0.841708) material=G4_Si - --> #secondaries=18 impactParameter[fm]=2.98012 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 902 projectile=anti_xi_b0 Ekin[MeV]=7190.16 direction=(0.943625,0.0713967,0.323226) material=G4_W - --> #secondaries=14 impactParameter[fm]=6.16151 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 - Collision 903 projectile=anti_proton Ekin[MeV]=27334.4 direction=(0.793925,0.600842,0.0931266) material=G4_Ar - --> #secondaries=27 impactParameter[fm]=2.80741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 904 projectile=anti_B0 Ekin[MeV]=24722.6 direction=(0.694443,0.706428,0.136776) material=G4_C - --> #secondaries=9 impactParameter[fm]=2.67008 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 905 projectile=Bc+ Ekin[MeV]=14620.3 direction=(0.125666,0.731024,0.67068) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.23346 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 906 projectile=Bc- Ekin[MeV]=24501.2 direction=(0.793206,0.32552,0.514647) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.54631 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 907 projectile=anti_omega_b- Ekin[MeV]=10574.8 direction=(0.253127,0.80718,0.53328) material=G4_Al - --> #secondaries=9 impactParameter[fm]=2.77863 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 908 projectile=pi+ Ekin[MeV]=1074.43 direction=(0.711034,0.691476,0.127639) material=G4_Fe - --> #secondaries=16 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 909 projectile=anti_deuteron Ekin[MeV]=20336.1 direction=(0.153302,0.834002,0.530036) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=4.88137 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 910 projectile=anti_lambda_c+ Ekin[MeV]=16774.7 direction=(0.732623,0.398155,0.552028) material=G4_Si - --> #secondaries=20 impactParameter[fm]=4.05673 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 911 projectile=lambda Ekin[MeV]=8893.81 direction=(0.512341,0.15014,0.845556) material=G4_C - --> #secondaries=13 impactParameter[fm]=2.84027 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 912 projectile=anti_xi_c0 Ekin[MeV]=20667.1 direction=(0.81742,0.152837,0.555396) material=G4_Pb - --> #secondaries=55 impactParameter[fm]=1.96792 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 913 projectile=kaon+ Ekin[MeV]=25149 direction=(0.6266,0.605546,0.490598) material=G4_Pb - --> #secondaries=73 impactParameter[fm]=4.60257 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=4 - Collision 914 projectile=pi- Ekin[MeV]=15375.7 direction=(0.680759,0.415023,0.603592) material=G4_Si - --> #secondaries=18 impactParameter[fm]=2.94027 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 915 projectile=anti_He3 Ekin[MeV]=28746.1 direction=(0.178887,0.866956,0.465174) material=G4_Be - --> #secondaries=20 impactParameter[fm]=2.32933 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 916 projectile=B+ Ekin[MeV]=6338.56 direction=(0.498739,0.61455,0.611219) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=3.56907 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 917 projectile=deuteron Ekin[MeV]=13283.8 direction=(0.192831,0.687815,0.699805) material=G4_Si - --> #secondaries=17 impactParameter[fm]=5.68683 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 918 projectile=anti_omega- Ekin[MeV]=25026.2 direction=(0.245428,0.177698,0.952989) material=G4_Be - --> #secondaries=15 impactParameter[fm]=0.944174 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 919 projectile=neutron Ekin[MeV]=29470.8 direction=(0.349091,0.876045,0.332687) material=G4_He - --> #secondaries=15 impactParameter[fm]=2.53639 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 920 projectile=anti_lambda Ekin[MeV]=17109.9 direction=(0.182281,0.687583,0.702854) material=G4_Be - --> #secondaries=16 impactParameter[fm]=1.54441 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 921 projectile=anti_alpha Ekin[MeV]=5452.15 direction=(0.263574,0.755222,0.60014) material=G4_Al - --> #secondaries=27 impactParameter[fm]=3.65516 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=3 - Collision 922 projectile=anti_xi_b0 Ekin[MeV]=13137.4 direction=(0.150222,0.988116,0.0325546) material=G4_H - --> #secondaries=2 impactParameter[fm]=1.08638 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 923 projectile=anti_xi_b0 Ekin[MeV]=25281.7 direction=(0.606314,0.486618,0.628956) material=G4_Be - --> #secondaries=6 impactParameter[fm]=2.25511 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 924 projectile=anti_omega_c0 Ekin[MeV]=25696 direction=(0.0623683,0.587884,0.806538) material=G4_Cu - --> #secondaries=47 impactParameter[fm]=0.690089 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=2 - Collision 925 projectile=anti_Bs0 Ekin[MeV]=2553.83 direction=(0.44538,0.609632,0.655733) material=G4_Al - --> #secondaries=5 impactParameter[fm]=2.60951 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 926 projectile=xi_c+ Ekin[MeV]=8969.22 direction=(0.00683593,0.639325,0.768906) material=G4_W - --> #secondaries=31 impactParameter[fm]=4.01466 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 927 projectile=B+ Ekin[MeV]=8629.97 direction=(0.899302,0.0364691,0.435805) material=G4_Ar - --> #secondaries=23 impactParameter[fm]=2.49449 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 - Collision 928 projectile=anti_xi_b0 Ekin[MeV]=12117.3 direction=(0.775149,0.591113,0.223001) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=4.07101 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 - Collision 929 projectile=omega- Ekin[MeV]=27646.8 direction=(0.512128,0.836298,0.19578) material=G4_H - --> #secondaries=8 impactParameter[fm]=1.91874 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 930 projectile=D0 Ekin[MeV]=6080.78 direction=(0.505199,0.327514,0.798441) material=G4_Pb - --> #secondaries=24 impactParameter[fm]=5.34101 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 931 projectile=kaon0L Ekin[MeV]=25048 direction=(0.812851,0.472665,0.340385) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.37528 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 932 projectile=anti_sigma+ Ekin[MeV]=14445.8 direction=(0.153458,0.988153,0.0018266) material=G4_Al - --> #secondaries=23 impactParameter[fm]=3.06752 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 - Collision 933 projectile=B- Ekin[MeV]=24457.3 direction=(0.164029,0.745165,0.646392) material=G4_Si - --> #secondaries=8 impactParameter[fm]=3.44802 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 934 projectile=kaon0L Ekin[MeV]=6599.61 direction=(0.29334,0.818297,0.49431) material=G4_C - --> #secondaries=12 impactParameter[fm]=1.53785 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 935 projectile=anti_xi_c+ Ekin[MeV]=15624.4 direction=(0.111413,0.764388,0.635058) material=G4_Be - --> #secondaries=9 impactParameter[fm]=1.24027 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 936 projectile=deuteron Ekin[MeV]=3457.45 direction=(0.353175,0.794697,0.493685) material=G4_Ar - --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 937 projectile=anti_sigma- Ekin[MeV]=15773.8 direction=(0.884565,0.199586,0.421558) material=G4_Ar - --> #secondaries=44 impactParameter[fm]=1.63116 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 - Collision 938 projectile=xi_c+ Ekin[MeV]=8815.13 direction=(0.790648,0.549056,0.270948) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=4.34024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 939 projectile=anti_omega- Ekin[MeV]=1782.69 direction=(0.842629,0.287153,0.455543) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.847892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 940 projectile=anti_alpha Ekin[MeV]=4719.09 direction=(0.214311,0.584192,0.782809) material=G4_Si - --> #secondaries=11 impactParameter[fm]=5.5516 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 941 projectile=lambda_b Ekin[MeV]=1011.89 direction=(0.72726,0.525625,0.441374) material=G4_He - --> #secondaries=5 impactParameter[fm]=0.518778 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=0 - Collision 942 projectile=B- Ekin[MeV]=5255.03 direction=(0.642067,0.716388,0.273018) material=G4_Cu - --> #secondaries=4 impactParameter[fm]=4.84099 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 943 projectile=xi_c0 Ekin[MeV]=6582.17 direction=(0.578449,0.0285519,0.815218) material=G4_Be - --> #secondaries=5 impactParameter[fm]=1.75426 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 944 projectile=lambda_c+ Ekin[MeV]=28206 direction=(0.862936,0.498578,0.0822233) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.536 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 945 projectile=anti_Bs0 Ekin[MeV]=15024.4 direction=(0.217808,0.95853,0.183791) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=4.96276 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 946 projectile=anti_Bs0 Ekin[MeV]=21989.3 direction=(0.395187,0.690585,0.605739) material=G4_He - --> #secondaries=5 impactParameter[fm]=2.12163 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 947 projectile=anti_xi_c+ Ekin[MeV]=26547.4 direction=(0.906291,0.0396846,0.420787) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.54042 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 948 projectile=D- Ekin[MeV]=20234.6 direction=(0.43764,0.587317,0.680831) material=G4_W - --> #secondaries=41 impactParameter[fm]=6.34821 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 949 projectile=xi- Ekin[MeV]=23032.4 direction=(0.480283,0.767879,0.423899) material=G4_Pb - --> #secondaries=48 impactParameter[fm]=3.71257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 950 projectile=anti_xi- Ekin[MeV]=25963 direction=(0.705007,0.687907,0.172481) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=5.51952 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 951 projectile=D- Ekin[MeV]=13889.6 direction=(0.476688,0.725655,0.496178) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.53408 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 952 projectile=pi+ Ekin[MeV]=6354.27 direction=(0.539169,0.0667036,0.839552) material=G4_Ar - --> #secondaries=25 impactParameter[fm]=2.10403 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=36 #NNcollisions=2 - Collision 953 projectile=xi- Ekin[MeV]=10520.2 direction=(0.223704,0.0744022,0.971813) material=G4_W - --> #secondaries=69 impactParameter[fm]=3.01007 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 - Collision 954 projectile=xi- Ekin[MeV]=20916.9 direction=(0.420918,0.596733,0.683182) material=G4_H - --> #secondaries=8 impactParameter[fm]=1.0183 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 955 projectile=anti_triton Ekin[MeV]=4292.55 direction=(0.165951,0.170033,0.971365) material=G4_Ar - --> #secondaries=31 impactParameter[fm]=4.02091 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=40 #NNcollisions=1 - Collision 956 projectile=xi_c0 Ekin[MeV]=27171.4 direction=(0.255228,0.037279,0.966162) material=G4_Al - --> #secondaries=17 impactParameter[fm]=0.800323 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 - Collision 957 projectile=anti_deuteron Ekin[MeV]=10065.5 direction=(0.518029,0.631552,0.576878) material=G4_C - --> #secondaries=13 impactParameter[fm]=3.21775 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 958 projectile=anti_neutron Ekin[MeV]=13449.7 direction=(0.214326,0.967624,0.133297) material=G4_Pb - --> #secondaries=62 impactParameter[fm]=3.06436 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 959 projectile=pi+ Ekin[MeV]=9511.22 direction=(0.655477,0.325482,0.681477) material=G4_He - --> #secondaries=13 impactParameter[fm]=1.3125 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 960 projectile=D+ Ekin[MeV]=5446.66 direction=(0.84032,0.1503,0.520839) material=G4_W - --> #secondaries=36 impactParameter[fm]=6.25759 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 961 projectile=anti_omega_c0 Ekin[MeV]=12540.1 direction=(0.569006,0.379104,0.729735) material=G4_Ar - --> #secondaries=24 impactParameter[fm]=0.573683 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 962 projectile=anti_omega_b- Ekin[MeV]=14203 direction=(0.948019,0.312656,0.0592118) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=0.82141 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 963 projectile=triton Ekin[MeV]=11297.4 direction=(0.214053,0.280705,0.935621) material=G4_Cu - --> #secondaries=54 impactParameter[fm]=2.47212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 964 projectile=anti_sigma+ Ekin[MeV]=4066.86 direction=(0.898446,0.220494,0.379707) material=G4_Si - --> #secondaries=12 impactParameter[fm]=3.32031 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 965 projectile=B- Ekin[MeV]=9724.51 direction=(0.589453,0.804988,0.0673684) material=G4_Ar - --> #secondaries=7 impactParameter[fm]=2.71337 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 966 projectile=sigma- Ekin[MeV]=13947 direction=(0.14531,0.368427,0.91823) material=G4_Al - --> #secondaries=20 impactParameter[fm]=3.16837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 967 projectile=D0 Ekin[MeV]=21229.7 direction=(0.481356,0.344636,0.80593) material=G4_C - --> #secondaries=6 impactParameter[fm]=2.04992 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 968 projectile=anti_He3 Ekin[MeV]=9123.52 direction=(0.700037,0.24906,0.669266) material=G4_C - --> #secondaries=18 impactParameter[fm]=0.237941 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 969 projectile=anti_deuteron Ekin[MeV]=14124.4 direction=(0.210453,0.963614,0.164794) material=G4_Fe - --> #secondaries=46 impactParameter[fm]=0.916317 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=2 - Collision 970 projectile=omega- Ekin[MeV]=8151.33 direction=(0.711849,0.645606,0.276522) material=G4_C - --> #secondaries=15 impactParameter[fm]=2.41703 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 971 projectile=xi_b0 Ekin[MeV]=3543.32 direction=(0.823464,0.544652,0.158937) material=G4_Pb - --> #secondaries=31 impactParameter[fm]=6.72702 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 972 projectile=anti_omega_c0 Ekin[MeV]=24918.1 direction=(0.492499,0.710823,0.50217) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.06143 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 973 projectile=Ds+ Ekin[MeV]=16816.8 direction=(0.168052,0.760528,0.62718) material=G4_Al - --> #secondaries=10 impactParameter[fm]=2.95132 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 974 projectile=anti_B0 Ekin[MeV]=5869.55 direction=(0.679842,0.733338,0.00548194) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=2.03214 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 975 projectile=B- Ekin[MeV]=20346 direction=(0.851138,0.0598891,0.521515) material=G4_W - --> #secondaries=23 impactParameter[fm]=5.78484 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 - Collision 976 projectile=B- Ekin[MeV]=9053.88 direction=(0.651855,0.501332,0.568991) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=5.42011 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 977 projectile=triton Ekin[MeV]=26250.2 direction=(0.702376,0.33224,0.629511) material=G4_C - --> #secondaries=13 impactParameter[fm]=4.48906 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 978 projectile=lambda_c+ Ekin[MeV]=16422.6 direction=(0.253794,0.635488,0.729207) material=G4_Si - --> #secondaries=24 impactParameter[fm]=3.12917 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=2 - Collision 979 projectile=anti_xi- Ekin[MeV]=18736.5 direction=(0.675366,0.511435,0.531332) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=3.03656 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 980 projectile=anti_proton Ekin[MeV]=20864 direction=(0.832934,0.047468,0.551333) material=G4_He - --> #secondaries=12 impactParameter[fm]=2.76669 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 981 projectile=neutron Ekin[MeV]=5178.13 direction=(0.826264,0.150188,0.542892) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=5.01526 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 982 projectile=He3 Ekin[MeV]=5870.63 direction=(0.49484,0.666073,0.558103) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 983 projectile=anti_xi_b- Ekin[MeV]=1870 direction=(0.75668,0.050359,0.651843) material=G4_Pb - --> #secondaries=11 impactParameter[fm]=7.56668 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 984 projectile=pi- Ekin[MeV]=11661.2 direction=(0.515931,0.605922,0.605535) material=G4_Al - --> #secondaries=25 impactParameter[fm]=2.59854 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 985 projectile=anti_Bs0 Ekin[MeV]=12299.8 direction=(0.13513,0.5773,0.805273) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.44417 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 986 projectile=anti_xi_c0 Ekin[MeV]=29695.4 direction=(0.223728,0.327126,0.918115) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.62181 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 987 projectile=omega- Ekin[MeV]=3500.54 direction=(0.759491,0.204045,0.617688) material=G4_W - --> #secondaries=40 impactParameter[fm]=4.40811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=3 - Collision 988 projectile=triton Ekin[MeV]=4742.1 direction=(0.374667,0.92591,0.0481225) material=G4_C - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 989 projectile=D0 Ekin[MeV]=7984.21 direction=(0.808021,0.410519,0.422584) material=G4_Fe - --> #secondaries=21 impactParameter[fm]=2.16931 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 990 projectile=anti_Bs0 Ekin[MeV]=27782.4 direction=(0.414908,0.75575,0.506649) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.38477 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 991 projectile=omega- Ekin[MeV]=5892.55 direction=(0.565284,0.633814,0.527952) material=G4_H - --> #secondaries=6 impactParameter[fm]=2.28978 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 992 projectile=deuteron Ekin[MeV]=9837.29 direction=(0.824464,0.469047,0.316629) material=G4_Cu - --> #secondaries=60 impactParameter[fm]=0.513358 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=4 - Collision 993 projectile=alpha Ekin[MeV]=13569.6 direction=(0.211353,0.171453,0.962254) material=G4_H + Collision 226 projectile=kaon+ Ekin[MeV]=4491.36 direction=(0.212117,0.948466,0.235414) material=G4_Si + --> #secondaries=9 impactParameter[fm]=5.43603 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 227 projectile=xi_b0 Ekin[MeV]=5919.38 direction=(0.044881,0.99769,0.0509984) material=G4_Pb + --> #secondaries=31 impactParameter[fm]=5.27841 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 + Collision 228 projectile=B0 Ekin[MeV]=28211 direction=(0.617775,0.629845,0.470796) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=2.2537 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 229 projectile=He3 Ekin[MeV]=6076.94 direction=(0.829075,0.454409,0.325802) material=G4_H --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 994 projectile=neutron Ekin[MeV]=26004.3 direction=(0.697548,0.679804,0.226478) material=G4_Be - --> #secondaries=16 impactParameter[fm]=1.81911 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 995 projectile=anti_neutron Ekin[MeV]=2859.97 direction=(0.335986,0.86237,0.378723) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=3.48911 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 996 projectile=alpha Ekin[MeV]=10996.9 direction=(0.739779,0.570653,0.356487) material=G4_Si + Collision 230 projectile=Bs0 Ekin[MeV]=16373.9 direction=(0.00646392,0.090253,0.995898) material=G4_Si + --> #secondaries=15 impactParameter[fm]=1.44559 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 231 projectile=alpha Ekin[MeV]=12169.5 direction=(0.626183,0.409368,0.663561) material=G4_H + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 232 projectile=pi+ Ekin[MeV]=5532.08 direction=(0.987205,0.0846405,0.135139) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.05973 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 233 projectile=anti_D0 Ekin[MeV]=27166.6 direction=(0.032384,0.268087,0.96285) material=G4_Al + --> #secondaries=18 impactParameter[fm]=3.662 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 234 projectile=proton Ekin[MeV]=17666.2 direction=(0.191082,0.924427,0.330033) material=G4_Al + --> #secondaries=20 impactParameter[fm]=2.99811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 235 projectile=deuteron Ekin[MeV]=19774.3 direction=(0.331027,0.307842,0.891994) material=G4_W + --> #secondaries=62 impactParameter[fm]=4.45834 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=7 + Collision 236 projectile=deuteron Ekin[MeV]=11735.2 direction=(0.155136,0.855547,0.493936) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.16462 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 237 projectile=anti_He3 Ekin[MeV]=10785.8 direction=(0.540966,0.0106757,0.840977) material=G4_Si + --> #secondaries=37 impactParameter[fm]=0.952059 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=5 + Collision 238 projectile=Bs0 Ekin[MeV]=25288.1 direction=(0.783554,0.428284,0.450129) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.547161 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 239 projectile=anti_neutron Ekin[MeV]=13247.5 direction=(0.494199,0.239374,0.835744) material=G4_W + --> #secondaries=13 impactParameter[fm]=8.46097 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 240 projectile=kaon0L Ekin[MeV]=25929.6 direction=(0.393041,0.81462,0.426514) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=1.9205 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 241 projectile=B+ Ekin[MeV]=13438.6 direction=(0.61704,0.472043,0.629632) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=0.904415 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 242 projectile=anti_lambda_c+ Ekin[MeV]=25522.4 direction=(0.146255,0.576153,0.80415) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.4963 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 243 projectile=anti_sigma- Ekin[MeV]=14174.7 direction=(0.661267,0.521084,0.539627) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.58172 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 244 projectile=Ds- Ekin[MeV]=11279.6 direction=(0.500143,0.76553,0.404747) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.511325 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 245 projectile=omega- Ekin[MeV]=19552.7 direction=(0.217646,0.540526,0.812688) material=G4_W + --> #secondaries=71 impactParameter[fm]=4.73489 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 246 projectile=kaon+ Ekin[MeV]=26458.9 direction=(0.492066,0.593621,0.636778) material=G4_Fe + --> #secondaries=20 impactParameter[fm]=6.57781 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 247 projectile=anti_lambda Ekin[MeV]=27831.7 direction=(0.678111,0.427119,0.598109) material=G4_Pb + --> #secondaries=79 impactParameter[fm]=0.712161 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 248 projectile=proton Ekin[MeV]=4549.69 direction=(0.561749,0.818418,0.120952) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.79874 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 249 projectile=Ds- Ekin[MeV]=13146 direction=(0.119956,0.0143393,0.992676) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=5.12797 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 250 projectile=lambda Ekin[MeV]=27822.3 direction=(0.0598955,0.73819,0.671928) material=G4_W + --> #secondaries=63 impactParameter[fm]=3.87188 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 251 projectile=anti_xi_c+ Ekin[MeV]=24649.2 direction=(0.31489,0.560048,0.766283) material=G4_He + --> #secondaries=13 impactParameter[fm]=1.06091 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 252 projectile=lambda_b Ekin[MeV]=1630.04 direction=(0.174082,0.684292,0.708125) material=G4_W + --> #secondaries=33 impactParameter[fm]=5.27388 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 253 projectile=B0 Ekin[MeV]=24537 direction=(0.501639,0.370919,0.781523) material=G4_C + --> #secondaries=14 impactParameter[fm]=0.95274 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 254 projectile=anti_lambda Ekin[MeV]=13713 direction=(0.591361,0.475737,0.651127) material=G4_Al + --> #secondaries=12 impactParameter[fm]=2.95665 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 255 projectile=anti_xi_c0 Ekin[MeV]=6625.46 direction=(0.152045,0.647187,0.747015) material=G4_He + --> #secondaries=7 impactParameter[fm]=2.07871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 256 projectile=anti_xi_b0 Ekin[MeV]=23115.1 direction=(0.742913,0.388038,0.545442) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=4.77087 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 257 projectile=anti_sigma+ Ekin[MeV]=19684.1 direction=(0.104109,0.0941451,0.9901) material=G4_Si + --> #secondaries=9 impactParameter[fm]=4.05968 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 258 projectile=B+ Ekin[MeV]=24920.2 direction=(0.321266,0.395622,0.86039) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.73451 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 259 projectile=anti_xi_b0 Ekin[MeV]=17193.5 direction=(0.445394,0.104877,0.889171) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.728212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 260 projectile=omega- Ekin[MeV]=22362.2 direction=(0.16387,0.95728,0.238246) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.295996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 261 projectile=anti_omega_b- Ekin[MeV]=13259.3 direction=(0.273187,0.0405907,0.961104) material=G4_Pb + --> #secondaries=8 impactParameter[fm]=5.74497 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 262 projectile=anti_B0 Ekin[MeV]=11791.8 direction=(0.734235,0.159985,0.659776) material=G4_Al + --> #secondaries=6 impactParameter[fm]=2.3027 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 263 projectile=anti_neutron Ekin[MeV]=17418.2 direction=(0.504948,0.121268,0.854589) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.87725 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 264 projectile=lambda_c+ Ekin[MeV]=20229.2 direction=(0.6367,0.727006,0.257053) material=G4_Si + --> #secondaries=19 impactParameter[fm]=4.15225 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 265 projectile=kaon0L Ekin[MeV]=25774.9 direction=(0.401226,0.353868,0.844864) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=2.27292 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 266 projectile=triton Ekin[MeV]=21292.6 direction=(0.284762,0.647653,0.706722) material=G4_Al + --> #secondaries=26 impactParameter[fm]=3.44013 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=22 #NNcollisions=3 + Collision 267 projectile=anti_omega_c0 Ekin[MeV]=24328.4 direction=(0.202802,0.922328,0.328909) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.78361 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 268 projectile=anti_xi_b0 Ekin[MeV]=26893.3 direction=(0.604629,0.730462,0.317568) material=G4_Si + --> #secondaries=13 impactParameter[fm]=3.44213 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 269 projectile=lambda_b Ekin[MeV]=25524.4 direction=(0.877695,0.434043,0.203122) material=G4_Pb + --> #secondaries=41 impactParameter[fm]=6.03495 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 270 projectile=anti_xi_b- Ekin[MeV]=2520.54 direction=(0.887865,0.206009,0.411406) material=G4_Si + --> #secondaries=8 impactParameter[fm]=3.98136 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 271 projectile=kaon0S Ekin[MeV]=28475 direction=(0.566552,0.525921,0.634371) material=G4_C + --> #secondaries=15 impactParameter[fm]=2.15533 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 272 projectile=Ds+ Ekin[MeV]=7737.27 direction=(0.887739,0.420651,0.187009) material=G4_W + --> #secondaries=29 impactParameter[fm]=0.413393 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 273 projectile=Ds+ Ekin[MeV]=5794.37 direction=(0.651138,0.563093,0.508867) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.492803 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 274 projectile=kaon- Ekin[MeV]=6078.04 direction=(0.749054,0.470832,0.466085) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.88705 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 275 projectile=xi_c0 Ekin[MeV]=4529.69 direction=(0.787649,0.484945,0.380049) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.74466 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 276 projectile=alpha Ekin[MeV]=22653.2 direction=(0.701146,0.584647,0.408144) material=G4_Be + --> #secondaries=17 impactParameter[fm]=3.82852 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 277 projectile=neutron Ekin[MeV]=21810.4 direction=(0.455972,0.405867,0.792061) material=G4_Pb + --> #secondaries=106 impactParameter[fm]=0.956013 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=8 + Collision 278 projectile=anti_xi0 Ekin[MeV]=17014.2 direction=(0.814684,0.219717,0.53667) material=G4_H + --> #secondaries=11 impactParameter[fm]=2.03813 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 279 projectile=anti_sigma- Ekin[MeV]=15175.2 direction=(0.59796,0.380586,0.705407) material=G4_Si + --> #secondaries=22 impactParameter[fm]=3.99264 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 280 projectile=anti_omega_c0 Ekin[MeV]=27671.5 direction=(0.31078,0.653069,0.690592) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.99966 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 281 projectile=xi- Ekin[MeV]=25922.7 direction=(0.742802,0.595149,0.306666) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.65956 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 282 projectile=proton Ekin[MeV]=9311.34 direction=(0.649784,0.123754,0.749977) material=G4_Pb + --> #secondaries=79 impactParameter[fm]=2.70352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 283 projectile=anti_sigma- Ekin[MeV]=20883.5 direction=(0.30594,0.76693,0.564109) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.927564 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 284 projectile=Bc- Ekin[MeV]=27465.2 direction=(0.628322,0.671415,0.392954) material=G4_Al + --> #secondaries=7 impactParameter[fm]=2.99383 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 285 projectile=anti_lambda_b Ekin[MeV]=20177.2 direction=(0.772513,0.633803,0.0389519) material=G4_W + --> #secondaries=12 impactParameter[fm]=7.14565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 286 projectile=omega_c0 Ekin[MeV]=17247.2 direction=(0.676261,0.302245,0.671803) material=G4_Be + --> #secondaries=11 impactParameter[fm]=0.294573 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 287 projectile=kaon- Ekin[MeV]=8642.77 direction=(0.405304,0.0149716,0.914059) material=G4_Al + --> #secondaries=18 impactParameter[fm]=2.14524 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 288 projectile=B0 Ekin[MeV]=19056.1 direction=(0.162963,0.973255,0.161917) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.86095 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 289 projectile=anti_lambda_b Ekin[MeV]=26487.3 direction=(0.46308,0.0795663,0.882738) material=G4_Fe + --> #secondaries=34 impactParameter[fm]=2.36061 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 290 projectile=anti_triton Ekin[MeV]=13414.7 direction=(0.603088,0.43591,0.668032) material=G4_Cu + --> #secondaries=29 impactParameter[fm]=5.2147 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 291 projectile=kaon0L Ekin[MeV]=14569.9 direction=(0.572835,0.591263,0.567687) material=G4_Al + --> #secondaries=8 impactParameter[fm]=3.05092 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 292 projectile=xi_c0 Ekin[MeV]=22313.7 direction=(0.943401,0.304119,0.132314) material=G4_Al + --> #secondaries=20 impactParameter[fm]=1.85743 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=2 + Collision 293 projectile=xi_b0 Ekin[MeV]=27473.8 direction=(0.172608,0.953977,0.245224) material=G4_He + --> #secondaries=9 impactParameter[fm]=2.0828 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 294 projectile=anti_sigma- Ekin[MeV]=24324.7 direction=(0.853829,0.323922,0.407493) material=G4_He + --> #secondaries=19 impactParameter[fm]=1.18216 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 295 projectile=xi0 Ekin[MeV]=19638.5 direction=(0.701106,0.564791,0.435272) material=G4_Fe + --> #secondaries=26 impactParameter[fm]=4.82948 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 296 projectile=kaon+ Ekin[MeV]=18404.4 direction=(0.0361657,0.76359,0.644687) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=2.73912 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=36 #NNcollisions=4 + Collision 297 projectile=Bc- Ekin[MeV]=1161.97 direction=(0.539235,0.37204,0.755521) material=G4_Cu + --> #secondaries=11 impactParameter[fm]=4.85586 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 298 projectile=Ds- Ekin[MeV]=7004.34 direction=(0.693576,0.693501,0.194958) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=1.0474 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 299 projectile=lambda_b Ekin[MeV]=25188.4 direction=(0.0420444,0.837947,0.54413) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.389442 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 300 projectile=xi_b- Ekin[MeV]=5013.81 direction=(0.628035,0.581437,0.517207) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=5.02745 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + List of produced secondaries: + j=0 xi_b- p=(5749.94,4439.39,3898.910077.1) MeV + j=1 proton p=(-92.6641,721.203,796.8781429.72) MeV + j=2 neutron p=(-138.629,-147.356,201.079981.91) MeV + j=3 neutron p=(78.8625,-178.931,124.129967.691) MeV + j=4 neutron p=(-193.899,-286.516,-77.27381004.21) MeV + j=5 proton p=(-19.3942,2.48479,93.6058943.132) MeV + j=6 neutron p=(48.2325,-37.2942,-33.7741942.147) MeV + j=7 deuteron p=(67.563,-39.5855,-97.1441879.76) MeV + j=8 gamma p=(-0.483746,5.7296,3.0316.49994) MeV + j=9 gamma p=(0.752437,0.418873,-0.8102811.18244) MeV + j=10 gamma p=(-0.0567884,-0.484169,-0.359220.605544) MeV + j=11 V48 p=(229.824,825.84,-189.3844664.1) MeV + Collision 301 projectile=xi_b0 Ekin[MeV]=16639.1 direction=(0.678075,0.472514,0.562978) material=G4_W + --> #secondaries=33 impactParameter[fm]=4.61165 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 302 projectile=anti_xi_b- Ekin[MeV]=10023.6 direction=(0.591742,0.799903,0.0999827) material=G4_Pb + --> #secondaries=38 impactParameter[fm]=2.57604 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 303 projectile=pi+ Ekin[MeV]=20866.1 direction=(0.732343,0.120886,0.67012) material=G4_Be + --> #secondaries=18 impactParameter[fm]=1.70827 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 304 projectile=anti_deuteron Ekin[MeV]=25563.4 direction=(0.354107,0.71375,0.604293) material=G4_H + --> #secondaries=6 impactParameter[fm]=3.20754 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 305 projectile=xi_c+ Ekin[MeV]=8445.09 direction=(0.123481,0.825131,0.551282) material=G4_Pb + --> #secondaries=46 impactParameter[fm]=3.84185 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 306 projectile=anti_omega- Ekin[MeV]=18345.8 direction=(0.552091,0.601277,0.577634) material=G4_Fe + --> #secondaries=49 impactParameter[fm]=1.91951 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=3 + Collision 307 projectile=anti_omega_c0 Ekin[MeV]=12586.3 direction=(0.39616,0.541362,0.741609) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.2427 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 308 projectile=anti_B0 Ekin[MeV]=15849.5 direction=(0.78975,0.0728024,0.609093) material=G4_W + --> #secondaries=30 impactParameter[fm]=4.02153 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 309 projectile=pi+ Ekin[MeV]=7071.83 direction=(0.0924952,0.283255,0.954574) material=G4_Si + --> #secondaries=24 impactParameter[fm]=2.25761 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 310 projectile=anti_B0 Ekin[MeV]=14409.6 direction=(0.727369,0.589905,0.350638) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.642301 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 311 projectile=D0 Ekin[MeV]=9952.67 direction=(0.662393,0.748885,0.0201913) material=G4_Pb + --> #secondaries=34 impactParameter[fm]=5.40427 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 312 projectile=anti_omega_b- Ekin[MeV]=1894.34 direction=(0.917177,0.144535,0.371343) material=G4_Pb + --> #secondaries=34 impactParameter[fm]=3.70069 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=0 + Collision 313 projectile=xi_c0 Ekin[MeV]=24438.2 direction=(0.591431,0.706176,0.389262) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=4.10934 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 314 projectile=kaon0L Ekin[MeV]=4955.33 direction=(0.912144,0.335427,0.235545) material=G4_Si + --> #secondaries=19 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 315 projectile=sigma+ Ekin[MeV]=23934.5 direction=(0.52287,0.462389,0.716103) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=2.51929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 316 projectile=kaon0S Ekin[MeV]=17305.1 direction=(0.711392,0.272212,0.647936) material=G4_Si + --> #secondaries=14 impactParameter[fm]=3.88816 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=28 #NNcollisions=2 + Collision 317 projectile=anti_lambda Ekin[MeV]=23859.5 direction=(0.190814,0.866857,0.460597) material=G4_Al + --> #secondaries=31 impactParameter[fm]=1.23724 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 318 projectile=anti_xi_b- Ekin[MeV]=3649.58 direction=(0.426492,0.560721,0.709716) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.321088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 319 projectile=anti_B0 Ekin[MeV]=4848.97 direction=(0.710888,0.584555,0.391067) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.08984 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 320 projectile=anti_xi_b- Ekin[MeV]=15429.2 direction=(0.923985,0.290386,0.248854) material=G4_C + --> #secondaries=9 impactParameter[fm]=1.89831 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 321 projectile=sigma- Ekin[MeV]=21061.7 direction=(0.714687,0.0573978,0.697086) material=G4_Fe + --> #secondaries=27 impactParameter[fm]=2.78105 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 322 projectile=alpha Ekin[MeV]=17441.3 direction=(0.663113,0.671884,0.32993) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=3.81512 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 323 projectile=anti_xi_b0 Ekin[MeV]=12622.2 direction=(0.471169,0.562167,0.679682) material=G4_W + --> #secondaries=20 impactParameter[fm]=4.59565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=3 + Collision 324 projectile=B+ Ekin[MeV]=7966.11 direction=(0.272901,0.832203,0.482663) material=G4_C + --> #secondaries=5 impactParameter[fm]=1.37757 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 325 projectile=B0 Ekin[MeV]=18516.7 direction=(0.0736744,0.452243,0.888847) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=4.64037 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 326 projectile=anti_xi_c+ Ekin[MeV]=13336.8 direction=(0.187525,0.650701,0.735814) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.87254 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 327 projectile=lambda_b Ekin[MeV]=16151.6 direction=(0.690352,0.325908,0.645909) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.909812 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 328 projectile=xi_b0 Ekin[MeV]=25818.7 direction=(0.861286,0.424925,0.278614) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=3.03629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 329 projectile=Ds+ Ekin[MeV]=16685.4 direction=(0.882764,0.235617,0.406463) material=G4_Pb + --> #secondaries=20 impactParameter[fm]=8.10456 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 330 projectile=omega_b- Ekin[MeV]=23740.1 direction=(0.594744,0.120417,0.794845) material=G4_Be + --> #secondaries=8 impactParameter[fm]=3.15678 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 331 projectile=kaon0S Ekin[MeV]=22129.2 direction=(0.263267,0.749522,0.607377) material=G4_Pb + --> #secondaries=24 impactParameter[fm]=7.43871 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 332 projectile=sigma- Ekin[MeV]=29495.7 direction=(0.666866,0.723979,0.176476) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.20445 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=7 + Collision 333 projectile=anti_xi0 Ekin[MeV]=11302.7 direction=(0.0119481,0.746778,0.664967) material=G4_Pb + --> #secondaries=34 impactParameter[fm]=6.92216 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 334 projectile=anti_lambda Ekin[MeV]=9157.12 direction=(0.612464,0.70229,0.362873) material=G4_Be + --> #secondaries=10 impactParameter[fm]=1.31107 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 335 projectile=xi0 Ekin[MeV]=11856.9 direction=(0.569735,0.443649,0.691793) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.12903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 336 projectile=D- Ekin[MeV]=11546.5 direction=(0.437731,0.406625,0.801902) material=G4_Be + --> #secondaries=9 impactParameter[fm]=0.572511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 337 projectile=anti_alpha Ekin[MeV]=19955.7 direction=(0.622303,0.400683,0.672452) material=G4_H + --> #secondaries=11 impactParameter[fm]=4.1139 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 338 projectile=anti_xi_c+ Ekin[MeV]=11162.9 direction=(0.0584813,0.462267,0.88481) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.629519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 339 projectile=anti_omega_c0 Ekin[MeV]=21307.3 direction=(0.404193,0.78126,0.475669) material=G4_Al + --> #secondaries=25 impactParameter[fm]=2.36676 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 340 projectile=neutron Ekin[MeV]=1986.62 direction=(0.694777,0.587718,0.414574) material=G4_He + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 341 projectile=anti_D0 Ekin[MeV]=17952.5 direction=(0.0221828,0.18536,0.98242) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=2.09649 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 342 projectile=kaon+ Ekin[MeV]=26558.3 direction=(0.0790484,0.0583734,0.99516) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.716078 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 343 projectile=anti_deuteron Ekin[MeV]=29045.1 direction=(0.795839,0.360409,0.486565) material=G4_Cu + --> #secondaries=64 impactParameter[fm]=0.72266 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=57 #NNcollisions=9 + Collision 344 projectile=kaon+ Ekin[MeV]=24670.8 direction=(0.431329,0.660795,0.614252) material=G4_C + --> #secondaries=20 impactParameter[fm]=0.0344759 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 345 projectile=Bc+ Ekin[MeV]=21320.3 direction=(0.501588,0.61392,0.609517) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.710886 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 346 projectile=D+ Ekin[MeV]=13806.9 direction=(0.160844,0.985124,0.06049) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=1.67343 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 347 projectile=anti_B0 Ekin[MeV]=11528 direction=(0.80477,0.27038,0.528431) material=G4_Si + --> #secondaries=8 impactParameter[fm]=2.44704 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 348 projectile=kaon0L Ekin[MeV]=10916.2 direction=(0.279263,0.691991,0.665704) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.515419 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 349 projectile=sigma- Ekin[MeV]=29979.6 direction=(0.0975815,0.00650994,0.995206) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.019 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 350 projectile=He3 Ekin[MeV]=20733.7 direction=(0.377215,0.0677603,0.923644) material=G4_H + --> #secondaries=8 impactParameter[fm]=2.21797 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 351 projectile=anti_He3 Ekin[MeV]=12652.5 direction=(0.424715,0.038293,0.904517) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=4.58009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 352 projectile=anti_xi- Ekin[MeV]=17650.7 direction=(0.953778,0.263427,0.144613) material=G4_W + --> #secondaries=27 impactParameter[fm]=8.02213 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 353 projectile=kaon0L Ekin[MeV]=11192.9 direction=(0.512614,0.660702,0.54836) material=G4_Be + --> #secondaries=18 impactParameter[fm]=0.36782 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=5 #NNcollisions=4 + Collision 354 projectile=anti_B0 Ekin[MeV]=7758.77 direction=(0.299008,0.397954,0.86731) material=G4_Pb + --> #secondaries=21 impactParameter[fm]=6.37083 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 355 projectile=B+ Ekin[MeV]=29930 direction=(0.604795,0.404153,0.68621) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=3.28911 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 356 projectile=xi0 Ekin[MeV]=13088.1 direction=(0.264379,0.926304,0.268449) material=G4_He + --> #secondaries=11 impactParameter[fm]=1.05877 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 357 projectile=anti_lambda Ekin[MeV]=25845 direction=(0.84687,0.492852,0.199771) material=G4_W + --> #secondaries=81 impactParameter[fm]=2.04891 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 358 projectile=deuteron Ekin[MeV]=13624.8 direction=(0.824132,0.560519,0.0813902) material=G4_Si + --> #secondaries=20 impactParameter[fm]=4.39194 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 359 projectile=anti_xi_b- Ekin[MeV]=8237.49 direction=(0.0725628,0.678681,0.73084) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.24821 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 360 projectile=B+ Ekin[MeV]=20923.3 direction=(0.724637,0.668343,0.167985) material=G4_Fe + --> #secondaries=11 impactParameter[fm]=4.5576 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 361 projectile=lambda_b Ekin[MeV]=16549 direction=(0.656526,0.715264,0.23952) material=G4_Cu + --> #secondaries=25 impactParameter[fm]=4.49337 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 362 projectile=anti_deuteron Ekin[MeV]=20851.7 direction=(0.264151,0.0567661,0.962809) material=G4_Ar + --> #secondaries=32 impactParameter[fm]=1.74994 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=2 + Collision 363 projectile=neutron Ekin[MeV]=2800.23 direction=(0.471563,0.807938,0.353362) material=G4_Be + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 364 projectile=xi_b0 Ekin[MeV]=1242.04 direction=(0.746615,0.660621,0.0784004) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.55935 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 365 projectile=anti_omega_b- Ekin[MeV]=20270.3 direction=(0.836845,0.522422,0.163603) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.329626 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 366 projectile=sigma- Ekin[MeV]=1442.93 direction=(0.722942,0.537788,0.43375) material=G4_C + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 367 projectile=lambda_c+ Ekin[MeV]=27812.3 direction=(0.792653,0.430644,0.431564) material=G4_Ar + --> #secondaries=37 impactParameter[fm]=1.24829 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 368 projectile=sigma- Ekin[MeV]=12389.9 direction=(0.519026,0.627346,0.580559) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.10377 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 369 projectile=xi_c+ Ekin[MeV]=7668.42 direction=(0.601292,0.519521,0.60708) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.611997 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 370 projectile=anti_lambda_c+ Ekin[MeV]=7818.46 direction=(0.372337,0.887329,0.272054) material=G4_Si + --> #secondaries=11 impactParameter[fm]=2.01905 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 371 projectile=anti_proton Ekin[MeV]=15483 direction=(0.066483,0.90689,0.416089) material=G4_C + --> #secondaries=23 impactParameter[fm]=1.506 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 372 projectile=anti_lambda_c+ Ekin[MeV]=26506.6 direction=(0.890722,0.0319966,0.453421) material=G4_Al + --> #secondaries=29 impactParameter[fm]=3.22964 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 373 projectile=anti_xi_c+ Ekin[MeV]=27935.9 direction=(0.373789,0.220832,0.900841) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.52594 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 374 projectile=anti_lambda Ekin[MeV]=26365.9 direction=(0.756332,0.616993,0.217445) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.236923 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 375 projectile=anti_lambda Ekin[MeV]=19153.8 direction=(0.67904,0.583523,0.445427) material=G4_W + --> #secondaries=72 impactParameter[fm]=4.28948 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=4 + Collision 376 projectile=sigma- Ekin[MeV]=26280 direction=(0.657448,0.445346,0.607807) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.67111 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 377 projectile=anti_omega- Ekin[MeV]=28073.9 direction=(0.530614,0.709038,0.464451) material=G4_C + --> #secondaries=18 impactParameter[fm]=3.1906 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 378 projectile=lambda_b Ekin[MeV]=6746.26 direction=(0.280914,0.852316,0.441185) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.33098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 379 projectile=anti_lambda Ekin[MeV]=5462.23 direction=(0.200733,0.941354,0.271217) material=G4_Cu + --> #secondaries=42 impactParameter[fm]=2.90146 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 380 projectile=omega- Ekin[MeV]=13042.6 direction=(0.179399,0.550589,0.815272) material=G4_Pb + --> #secondaries=108 impactParameter[fm]=2.3306 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=6 + Collision 381 projectile=kaon- Ekin[MeV]=24208.8 direction=(0.157488,0.596163,0.787266) material=G4_C + --> #secondaries=13 impactParameter[fm]=2.20245 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 382 projectile=xi_c+ Ekin[MeV]=18634.7 direction=(0.152777,0.578988,0.800894) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.43871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 383 projectile=anti_xi_c0 Ekin[MeV]=27824.9 direction=(0.806476,0.283983,0.518605) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=2.48947 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 384 projectile=anti_omega_c0 Ekin[MeV]=8011.86 direction=(0.152213,0.759976,0.631877) material=G4_Al + --> #secondaries=5 impactParameter[fm]=4.84393 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 385 projectile=Bc- Ekin[MeV]=29259.6 direction=(0.609786,0.164245,0.775361) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=4.22293 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 386 projectile=kaon+ Ekin[MeV]=26997.2 direction=(0.17217,0.784981,0.595116) material=G4_Al + --> #secondaries=20 impactParameter[fm]=4.6757 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 387 projectile=anti_sigma- Ekin[MeV]=21228.7 direction=(0.84183,0.393537,0.369392) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.54738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 388 projectile=kaon0S Ekin[MeV]=21466.8 direction=(0.29618,0.136511,0.945327) material=G4_C + --> #secondaries=13 impactParameter[fm]=1.10223 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 389 projectile=kaon0L Ekin[MeV]=19854.5 direction=(0.42251,0.703292,0.571721) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=4.0102 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 390 projectile=lambda_b Ekin[MeV]=8398.05 direction=(0.646125,0.691381,0.323289) material=G4_Al + --> #secondaries=20 impactParameter[fm]=0.990635 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=1 + Collision 391 projectile=B0 Ekin[MeV]=15558.5 direction=(0.915364,0.0795693,0.394687) material=G4_C + --> #secondaries=11 impactParameter[fm]=2.41981 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 392 projectile=anti_xi_b- Ekin[MeV]=7398.87 direction=(0.454451,0.391977,0.799893) material=G4_Al + --> #secondaries=21 impactParameter[fm]=2.3824 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 393 projectile=pi+ Ekin[MeV]=18825.6 direction=(0.141826,0.94827,0.284025) material=G4_W + --> #secondaries=63 impactParameter[fm]=4.43517 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=3 + Collision 394 projectile=D0 Ekin[MeV]=23642.4 direction=(0.437123,0.748628,0.498477) material=G4_C + --> #secondaries=19 impactParameter[fm]=1.01232 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 395 projectile=anti_B0 Ekin[MeV]=3446.4 direction=(0.0961248,0.878604,0.467776) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.81957 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 396 projectile=xi_c+ Ekin[MeV]=15478.4 direction=(0.734925,0.61265,0.290767) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.90727 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 397 projectile=pi+ Ekin[MeV]=23425.1 direction=(0.521168,0.739949,0.425274) material=G4_Al + --> #secondaries=14 impactParameter[fm]=3.1827 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 398 projectile=xi_c0 Ekin[MeV]=20936.7 direction=(0.26428,0.841051,0.472005) material=G4_Al + --> #secondaries=19 impactParameter[fm]=2.58759 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 399 projectile=anti_xi_c+ Ekin[MeV]=27470.6 direction=(0.906726,0.40478,0.118323) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.896136 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 400 projectile=anti_deuteron Ekin[MeV]=13205.2 direction=(0.431959,0.62293,0.652204) material=G4_W + --> #secondaries=52 impactParameter[fm]=5.57999 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=2 + List of produced secondaries: + j=0 pi+ p=(7.26936,-223.639,234.367352.81) MeV + j=1 pi0 p=(344.587,241.032,456.197634.957) MeV + j=2 pi- p=(224.602,200.198,298.844446.445) MeV + j=3 pi0 p=(-124.143,160.204,-208.145320.343) MeV + j=4 pi+ p=(34.8372,465.324,-49.277489.539) MeV + j=5 neutron p=(365.578,1359.95,587.7211792.02) MeV + j=6 pi+ p=(1012.65,1683.98,1416.352426.27) MeV + j=7 neutron p=(84.0723,45.0776,128.779953.135) MeV + j=8 pi+ p=(1701.18,2167.75,2507.353728.19) MeV + j=9 proton p=(-12.4738,-274.727,236.6421005.97) MeV + j=10 proton p=(-185.889,-48.2618,-251.813990.277) MeV + j=11 proton p=(71.9111,104.573,350.9031009.75) MeV + j=12 neutron p=(-66.5874,194.975,-19.9888962.098) MeV + j=13 neutron p=(54.7233,-136.263,272.547989.256) MeV + j=14 neutron p=(93.5863,252.368,-334.3991032.98) MeV + j=15 pi+ p=(55.38,-43.461,28.6606158.925) MeV + j=16 pi- p=(870.999,1437.84,1784.332455.47) MeV + j=17 pi- p=(710.871,325.71,329.352859.871) MeV + j=18 anti_proton p=(246.445,89.1395,1326.161645.52) MeV + j=19 pi- p=(-6.52528,-185.394,92.702249.974) MeV + j=20 proton p=(-82.6699,-456.891,58.4931048.5) MeV + j=21 neutron p=(26.9042,-135.155,-243.398980.314) MeV + j=22 proton p=(-72.7355,-102.534,-336.1551004.57) MeV + j=23 neutron p=(-209.87,-212.726,249.0851016.92) MeV + j=24 neutron p=(235.302,-293.341,-35.76471012.66) MeV + j=25 neutron p=(-59.5976,-118.168,95.8886953.674) MeV + j=26 neutron p=(-282.677,46.172,63.7863984.322) MeV + j=27 neutron p=(-31.6139,63.8465,255.963976.41) MeV + j=28 proton p=(-60.1069,-260.039,-57.0252977.159) MeV + j=29 neutron p=(45.5237,155.218,-13.871953.489) MeV + j=30 neutron p=(-62.4118,38.3824,-175.326958.588) MeV + j=31 neutron p=(-31.9778,204.122,-102.815967.493) MeV + j=32 neutron p=(2.80967,-140.698,-55.679951.676) MeV + j=33 neutron p=(129.87,56.8086,20.8081950.426) MeV + j=34 neutron p=(-51.3903,-61.7068,147.506954.458) MeV + j=35 neutron p=(116.466,78.6771,-122.991957.948) MeV + j=36 neutron p=(-179.776,143.165,-16.2325967.4) MeV + j=37 Pr139[821.980] p=(1792.54,2279.55,1262.6129402) MeV + j=38 neutron p=(64.4361,49.3747,57.8698944.84) MeV + j=39 Be9 p=(-178.345,-116.837,-544.2858413.08) MeV + j=40 neutron p=(11.3941,49.8433,45.6972942.064) MeV + j=41 neutron p=(-109.571,46.4858,110.375953.484) MeV + j=42 neutron p=(46.0477,48.2316,24.3555942.244) MeV + j=43 triton p=(-35.0287,-125.37,-99.42882813.69) MeV + j=44 proton p=(9.57278,134.652,-30.9051948.437) MeV + j=45 proton p=(-0.933085,107.98,-39.1122945.275) MeV + j=46 neutron p=(-3.8165,-39.2643,36.4378941.099) MeV + j=47 neutron p=(47.503,79.5954,9.31126944.173) MeV + j=48 proton p=(-98.3044,-13.8005,7.36115943.537) MeV + j=49 gamma p=(3.03923,0.00223599,-0.8549873.15721) MeV + j=50 gamma p=(-0.10944,0.189783,0.3469060.410291) MeV + j=51 gamma p=(0.187692,-0.758277,0.134450.792647) MeV + Collision 401 projectile=pi- Ekin[MeV]=13008.2 direction=(0.270335,0.568306,0.777141) material=G4_Si + --> #secondaries=19 impactParameter[fm]=1.59608 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 402 projectile=xi_c0 Ekin[MeV]=13868.8 direction=(0.635992,0.686844,0.351794) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.985368 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 403 projectile=anti_alpha Ekin[MeV]=19245.3 direction=(0.597487,0.666611,0.445689) material=G4_W + --> #secondaries=76 impactParameter[fm]=5.76314 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=5 + Collision 404 projectile=anti_xi_c+ Ekin[MeV]=13669.4 direction=(0.726926,0.15699,0.66853) material=G4_Pb + --> #secondaries=73 impactParameter[fm]=3.20104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=4 + Collision 405 projectile=sigma- Ekin[MeV]=27048.2 direction=(0.45249,0.880659,0.140329) material=G4_Pb + --> #secondaries=56 impactParameter[fm]=3.84032 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 406 projectile=anti_lambda_c+ Ekin[MeV]=3398.62 direction=(0.269837,0.746529,0.60818) material=G4_Fe + --> #secondaries=20 impactParameter[fm]=1.74279 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=3 + Collision 407 projectile=xi_b0 Ekin[MeV]=2531.61 direction=(0.0280911,0.722121,0.691197) material=G4_Al + --> #secondaries=9 impactParameter[fm]=1.80561 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 408 projectile=kaon+ Ekin[MeV]=5952.74 direction=(0.422384,0.445379,0.789449) material=G4_Al + --> #secondaries=11 impactParameter[fm]=1.82601 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 409 projectile=anti_proton Ekin[MeV]=9903.11 direction=(0.965641,0.102216,0.238935) material=G4_Pb + --> #secondaries=17 impactParameter[fm]=8.52126 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 410 projectile=anti_B0 Ekin[MeV]=5339.32 direction=(0.72548,0.57632,0.37621) material=G4_W + --> #secondaries=29 impactParameter[fm]=4.53798 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=2 + Collision 411 projectile=anti_sigma- Ekin[MeV]=12429.5 direction=(0.0174023,0.242757,0.969931) material=G4_Fe + --> #secondaries=44 impactParameter[fm]=3.26878 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 412 projectile=anti_xi_c0 Ekin[MeV]=11948.5 direction=(0.363678,0.467868,0.805505) material=G4_W + --> #secondaries=10 impactParameter[fm]=6.89391 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 413 projectile=anti_proton Ekin[MeV]=7073.63 direction=(0.865249,0.46528,0.186704) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.03079 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 414 projectile=xi_b- Ekin[MeV]=29133.1 direction=(0.444691,0.602916,0.662377) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=4.83684 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 415 projectile=lambda_b Ekin[MeV]=25319.3 direction=(0.553649,0.631057,0.54336) material=G4_Pb + --> #secondaries=64 impactParameter[fm]=5.62965 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 416 projectile=xi_b0 Ekin[MeV]=23908.5 direction=(0.268055,0.82465,0.498094) material=G4_Al + --> #secondaries=22 impactParameter[fm]=3.12294 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 417 projectile=sigma- Ekin[MeV]=21073.2 direction=(0.587027,0.602822,0.540375) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.01694 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 418 projectile=anti_xi_c0 Ekin[MeV]=13612 direction=(0.0308512,0.093134,0.995175) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=2.2278 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 419 projectile=kaon- Ekin[MeV]=7531.2 direction=(0.482345,0.664839,0.57038) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=4.32617 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 420 projectile=lambda Ekin[MeV]=29604.4 direction=(0.100243,0.685071,0.721546) material=G4_Fe + --> #secondaries=54 impactParameter[fm]=2.32356 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 421 projectile=sigma+ Ekin[MeV]=18121.4 direction=(0.796528,0.0904238,0.597802) material=G4_Ar + --> #secondaries=34 impactParameter[fm]=1.27462 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 + Collision 422 projectile=anti_xi_c+ Ekin[MeV]=7017.62 direction=(0.155876,0.944642,0.28871) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=4.64235 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 423 projectile=lambda_b Ekin[MeV]=22378.4 direction=(0.535506,0.673157,0.509993) material=G4_Al + --> #secondaries=22 impactParameter[fm]=3.11241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 424 projectile=D0 Ekin[MeV]=1806.6 direction=(0.00588304,0.979052,0.203527) material=G4_Ar + --> #secondaries=23 impactParameter[fm]=1.77927 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=34 #NNcollisions=1 + Collision 425 projectile=anti_sigma+ Ekin[MeV]=10107.9 direction=(0.532619,0.649584,0.542548) material=G4_Ar + --> #secondaries=34 impactParameter[fm]=2.32034 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 426 projectile=pi+ Ekin[MeV]=20874.7 direction=(0.447723,0.552239,0.703261) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.534002 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 427 projectile=lambda_b Ekin[MeV]=18384.9 direction=(0.251982,0.642616,0.723568) material=G4_Pb + --> #secondaries=5 impactParameter[fm]=7.26208 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 428 projectile=anti_alpha Ekin[MeV]=15370.1 direction=(0.275253,0.499635,0.821341) material=G4_Ar + --> #secondaries=35 impactParameter[fm]=3.42668 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=35 #NNcollisions=3 + Collision 429 projectile=D0 Ekin[MeV]=13797.4 direction=(0.663247,0.671346,0.330754) material=G4_Cu + --> #secondaries=28 impactParameter[fm]=2.33439 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 430 projectile=D- Ekin[MeV]=20979.5 direction=(0.365214,0.254127,0.895566) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.08142 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 431 projectile=anti_sigma- Ekin[MeV]=9877.41 direction=(0.682301,0.460069,0.568157) material=G4_Si + --> #secondaries=28 impactParameter[fm]=1.99681 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 432 projectile=xi_b0 Ekin[MeV]=20537.3 direction=(0.752577,0.637371,0.165488) material=G4_Pb + --> #secondaries=69 impactParameter[fm]=1.3975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 433 projectile=anti_lambda Ekin[MeV]=20166.2 direction=(0.484781,0.597468,0.638764) material=G4_Si + --> #secondaries=17 impactParameter[fm]=3.68339 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 434 projectile=B- Ekin[MeV]=11080.1 direction=(0.39073,0.674263,0.626657) material=G4_Si + --> #secondaries=5 impactParameter[fm]=2.65064 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 435 projectile=xi_b0 Ekin[MeV]=6537.01 direction=(0.823603,0.549554,0.140245) material=G4_Si + --> #secondaries=10 impactParameter[fm]=4.17009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 436 projectile=anti_omega_c0 Ekin[MeV]=5967.05 direction=(0.552046,0.552771,0.624251) material=G4_W + --> #secondaries=18 impactParameter[fm]=3.2954 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 437 projectile=anti_xi0 Ekin[MeV]=10278.2 direction=(0.998617,0.0114307,0.0513115) material=G4_Cu + --> #secondaries=28 impactParameter[fm]=4.68055 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 438 projectile=anti_sigma- Ekin[MeV]=29157.5 direction=(0.783188,0.497776,0.372608) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.47002 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 439 projectile=anti_xi_b- Ekin[MeV]=3978.49 direction=(0.232188,0.488073,0.841352) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.23557 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 440 projectile=Bs0 Ekin[MeV]=20193.7 direction=(0.195982,0.58883,0.784137) material=G4_W + --> #secondaries=23 impactParameter[fm]=6.33232 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 441 projectile=anti_xi0 Ekin[MeV]=14666.3 direction=(0.499492,0.772406,0.392296) material=G4_Cu + --> #secondaries=24 impactParameter[fm]=4.81573 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 442 projectile=xi_b- Ekin[MeV]=17093.6 direction=(0.884249,0.136748,0.446545) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.76501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 443 projectile=kaon0L Ekin[MeV]=18733.8 direction=(0.499747,0.0693095,0.863394) material=G4_W + --> #secondaries=71 impactParameter[fm]=3.26694 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=4 + Collision 444 projectile=sigma- Ekin[MeV]=26819.8 direction=(0.560797,0.687732,0.461012) material=G4_Cu + --> #secondaries=26 impactParameter[fm]=5.00783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 445 projectile=anti_xi_b0 Ekin[MeV]=5879.63 direction=(0.67968,0.718828,0.146019) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=1.50545 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 446 projectile=anti_neutron Ekin[MeV]=29715.4 direction=(0.314836,0.470313,0.82443) material=G4_Pb + --> #secondaries=70 impactParameter[fm]=5.55377 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 447 projectile=kaon- Ekin[MeV]=20392.6 direction=(0.728898,0.667173,0.153584) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=4.14795 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 448 projectile=omega_c0 Ekin[MeV]=11441.8 direction=(0.854668,0.0248554,0.518579) material=G4_Ar + --> #secondaries=37 impactParameter[fm]=2.00895 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 449 projectile=lambda_c+ Ekin[MeV]=20828.1 direction=(0.55094,0.832914,0.0521441) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.15026 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 450 projectile=B0 Ekin[MeV]=2138.28 direction=(0.0170945,0.0860456,0.996145) material=G4_Pb + --> #secondaries=25 impactParameter[fm]=5.94681 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 451 projectile=anti_B0 Ekin[MeV]=8486.32 direction=(0.498707,0.769063,0.399793) material=G4_Pb + --> #secondaries=17 impactParameter[fm]=5.83461 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 452 projectile=omega_c0 Ekin[MeV]=23966.7 direction=(0.444529,0.464466,0.76594) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.04341 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 453 projectile=lambda_b Ekin[MeV]=6034.18 direction=(0.0413628,0.993048,0.110204) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.19752 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 454 projectile=xi_c0 Ekin[MeV]=10355.8 direction=(0.056238,0.813989,0.578151) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.09255 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 455 projectile=anti_xi_c0 Ekin[MeV]=12039.8 direction=(0.697189,0.698037,0.163312) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.678776 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 456 projectile=xi_c+ Ekin[MeV]=19628.6 direction=(0.399539,0.690229,0.603284) material=G4_Fe + --> #secondaries=22 impactParameter[fm]=3.75717 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 457 projectile=xi_c0 Ekin[MeV]=26840.4 direction=(0.512576,0.213028,0.831796) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.865069 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 458 projectile=anti_deuteron Ekin[MeV]=25239.9 direction=(0.424266,0.704465,0.568971) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.03067 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 459 projectile=Bc- Ekin[MeV]=24189.5 direction=(0.291754,0.948958,0.119827) material=G4_W + --> #secondaries=36 impactParameter[fm]=2.89637 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 460 projectile=anti_proton Ekin[MeV]=9632.25 direction=(0.669447,0.631963,0.390466) material=G4_Si + --> #secondaries=31 impactParameter[fm]=1.49668 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=3 + Collision 461 projectile=Bc- Ekin[MeV]=25458 direction=(0.619628,0.0937394,0.779278) material=G4_Si + --> #secondaries=9 impactParameter[fm]=3.80154 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 462 projectile=anti_lambda_c+ Ekin[MeV]=2351.88 direction=(0.809615,0.569517,0.142032) material=G4_Fe + --> #secondaries=27 impactParameter[fm]=0.498484 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=0 + Collision 463 projectile=pi+ Ekin[MeV]=2242.03 direction=(0.214042,0.976713,0.0147387) material=G4_Si + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 464 projectile=B0 Ekin[MeV]=5346.84 direction=(0.578336,0.618083,0.532449) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=3.21772 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 465 projectile=neutron Ekin[MeV]=25169.7 direction=(0.726717,0.317417,0.609204) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.92065 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 466 projectile=xi_b- Ekin[MeV]=20056.9 direction=(0.843489,0.47618,0.248555) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=3.22169 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 467 projectile=anti_lambda_c+ Ekin[MeV]=25513.9 direction=(0.880161,0.197283,0.431736) material=G4_C + --> #secondaries=6 impactParameter[fm]=0.896459 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 468 projectile=anti_D0 Ekin[MeV]=7064.57 direction=(0.0103654,0.287276,0.957792) material=G4_W + --> #secondaries=24 impactParameter[fm]=6.13445 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 469 projectile=anti_Bs0 Ekin[MeV]=26674.9 direction=(0.99668,0.08139,0.00191635) material=G4_Be + --> #secondaries=10 impactParameter[fm]=0.918857 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 470 projectile=anti_alpha Ekin[MeV]=17164 direction=(0.310181,0.868245,0.38722) material=G4_Al + --> #secondaries=17 impactParameter[fm]=6.13446 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 471 projectile=Bc- Ekin[MeV]=21645.8 direction=(0.106517,0.573157,0.812493) material=G4_W + --> #secondaries=34 impactParameter[fm]=3.38422 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 472 projectile=kaon0L Ekin[MeV]=16231.8 direction=(0.552307,0.752789,0.358142) material=G4_W + --> #secondaries=74 impactParameter[fm]=3.65915 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 473 projectile=lambda Ekin[MeV]=5560.99 direction=(0.533075,0.69572,0.481461) material=G4_Cu + --> #secondaries=53 impactParameter[fm]=2.34737 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=1 + Collision 474 projectile=anti_lambda_b Ekin[MeV]=6456.33 direction=(0.462877,0.312613,0.829468) material=G4_Pb + --> #secondaries=29 impactParameter[fm]=4.57482 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=5 + Collision 475 projectile=xi_b0 Ekin[MeV]=9638.35 direction=(0.117229,0.806796,0.579083) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.09545 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 476 projectile=anti_omega- Ekin[MeV]=11427.2 direction=(0.190601,0.91576,0.353631) material=G4_C + --> #secondaries=17 impactParameter[fm]=2.06978 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 477 projectile=anti_omega_b- Ekin[MeV]=26731.8 direction=(0.141301,0.406421,0.902694) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=2.67888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 478 projectile=B0 Ekin[MeV]=20779.8 direction=(0.328317,0.58767,0.739494) material=G4_Si + --> #secondaries=12 impactParameter[fm]=3.63334 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 479 projectile=anti_B0 Ekin[MeV]=3470.91 direction=(0.632729,0.413286,0.654865) material=G4_C + --> #secondaries=5 impactParameter[fm]=2.63241 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 480 projectile=kaon+ Ekin[MeV]=15359.4 direction=(0.620525,0.354788,0.699339) material=G4_Al + --> #secondaries=21 impactParameter[fm]=1.84857 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 481 projectile=Ds- Ekin[MeV]=23462.7 direction=(0.0152027,0.0369402,0.999202) material=G4_Ar + --> #secondaries=6 impactParameter[fm]=3.57194 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 482 projectile=anti_neutron Ekin[MeV]=19613.1 direction=(0.40659,0.816916,0.409063) material=G4_Cu + --> #secondaries=11 impactParameter[fm]=5.32394 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=65 #NNcollisions=1 + Collision 483 projectile=Ds- Ekin[MeV]=3843.86 direction=(0.301005,0.641742,0.705381) material=G4_C + --> #secondaries=10 impactParameter[fm]=0.460301 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 484 projectile=xi_b- Ekin[MeV]=21002.3 direction=(0.592673,0.520268,0.614866) material=G4_Fe + --> #secondaries=22 impactParameter[fm]=3.11078 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 485 projectile=xi_b0 Ekin[MeV]=24747 direction=(0.973567,0.207604,0.0952242) material=G4_W + --> #secondaries=55 impactParameter[fm]=5.64106 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 486 projectile=anti_omega_c0 Ekin[MeV]=16079.6 direction=(0.683594,0.076972,0.725792) material=G4_Al + --> #secondaries=21 impactParameter[fm]=2.89736 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 487 projectile=pi- Ekin[MeV]=8119.64 direction=(0.499844,0.34955,0.792446) material=G4_Fe + --> #secondaries=28 impactParameter[fm]=0.945002 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 488 projectile=anti_Bs0 Ekin[MeV]=26747.6 direction=(0.901402,0.177295,0.39502) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.0739919 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 489 projectile=anti_omega_c0 Ekin[MeV]=29072.6 direction=(0.972882,0.212871,0.0904798) material=G4_Fe + --> #secondaries=38 impactParameter[fm]=2.94701 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 490 projectile=anti_deuteron Ekin[MeV]=3530.58 direction=(0.792348,0.504811,0.342564) material=G4_C + --> #secondaries=12 impactParameter[fm]=3.89648 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 491 projectile=anti_lambda_b Ekin[MeV]=17917.5 direction=(0.57234,0.796677,0.194252) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.928709 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 492 projectile=anti_neutron Ekin[MeV]=6093.97 direction=(0.226899,0.947205,0.226539) material=G4_W + --> #secondaries=8 impactParameter[fm]=6.91763 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 493 projectile=anti_lambda Ekin[MeV]=17923.1 direction=(0.0228145,0.829475,0.558077) material=G4_Si + --> #secondaries=21 impactParameter[fm]=4.3785 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 494 projectile=anti_lambda_b Ekin[MeV]=15117.7 direction=(0.404725,0.911559,0.0725119) material=G4_Si + --> #secondaries=15 impactParameter[fm]=0.980192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 495 projectile=anti_D0 Ekin[MeV]=26843.6 direction=(0.552367,0.710498,0.435985) material=G4_Al + --> #secondaries=5 impactParameter[fm]=2.53453 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 496 projectile=D+ Ekin[MeV]=22767.6 direction=(0.68633,0.687626,0.2369) material=G4_Be + --> #secondaries=13 impactParameter[fm]=1.7906 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 497 projectile=anti_omega_c0 Ekin[MeV]=23690.1 direction=(0.409035,0.671851,0.6175) material=G4_Pb + --> #secondaries=30 impactParameter[fm]=6.68315 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 498 projectile=anti_xi0 Ekin[MeV]=29176.9 direction=(0.718129,0.671906,0.181201) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=3.00936 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 499 projectile=anti_xi_c0 Ekin[MeV]=9238.18 direction=(0.0406214,0.856909,0.513864) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.70562 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 500 projectile=kaon- Ekin[MeV]=1515.71 direction=(0.404401,0.678172,0.613631) material=G4_W + --> #secondaries=59 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + List of produced secondaries: + j=0 neutron p=(284.943,960.24,16.67471373.43) MeV + j=1 proton p=(123.599,422.293,542.0071169.5) MeV + j=2 neutron p=(520.785,-8.8046,127.5241081.82) MeV + j=3 neutron p=(191.432,181.184,46.5948976.948) MeV + j=4 proton p=(138.833,61.0722,208.721973.1) MeV + j=5 proton p=(231.098,-70.942,6.47893968.935) MeV + j=6 lambda p=(-34.8089,-0.745869,248.8271143.62) MeV + j=7 neutron p=(-109.651,176.139,68.3125964.623) MeV + j=8 proton p=(11.4249,-64.6489,188.852959.338) MeV + j=9 proton p=(-86.0894,-127.126,-127.687959.287) MeV + j=10 proton p=(-36.8673,171.886,-65.6285956.852) MeV + j=11 neutron p=(7.24492,-157.792,-76.5348955.82) MeV + j=12 neutron p=(25.6756,-138.567,-73.7104952.93) MeV + j=13 neutron p=(-25.3856,-28.9391,149.465952.158) MeV + j=14 neutron p=(-42.6658,-20.0687,-139.852951.086) MeV + j=15 neutron p=(-127.363,42.527,53.5793950.623) MeV + j=16 neutron p=(-85.6777,-81.1436,69.3776949.485) MeV + j=17 proton p=(-16.0088,-132.617,15.5124947.86) MeV + j=18 neutron p=(-84.8143,57.3045,85.9753949.027) MeV + j=19 neutron p=(4.06685,123.944,44.0935948.739) MeV + j=20 neutron p=(-94.0796,-20.2201,78.3701947.726) MeV + j=21 neutron p=(-48.2994,-12.3159,-107.953947.059) MeV + j=22 proton p=(15.8677,79.9947,-83.4584945.5) MeV + j=23 neutron p=(-94.6051,-52.8304,41.3422946.696) MeV + j=24 proton p=(33.0205,-80.797,75.1533945.315) MeV + j=25 neutron p=(-47.7051,-36.3278,95.0303946.261) MeV + j=26 neutron p=(88.4632,37.9756,-32.2751945.036) MeV + j=27 neutron p=(59.4639,-18.8206,-79.8481945.013) MeV + j=28 neutron p=(19.6381,-68.4268,-70.9002944.922) MeV + j=29 neutron p=(31.9831,31.9067,87.5448944.716) MeV + j=30 neutron p=(27.2233,71.8048,-55.8241944.35) MeV + j=31 neutron p=(78.6913,-14.0394,-48.5719944.21) MeV + j=32 proton p=(-11.4904,-56.1564,68.1038942.485) MeV + j=33 neutron p=(-60.2335,31.2636,-53.9368943.556) MeV + j=34 proton p=(-55.2288,42.791,49.692942.181) MeV + j=35 neutron p=(-36.0235,-34.1595,-61.7861942.903) MeV + j=36 neutron p=(11.6465,-58.6229,44.5059942.516) MeV + j=37 neutron p=(-34.1664,-63.3297,18.3095942.495) MeV + j=38 neutron p=(-40.3054,-45.6894,42.2254942.485) MeV + j=39 neutron p=(67.0118,15.8052,11.6277942.156) MeV + j=40 neutron p=(-36.1804,49.462,-17.5174941.725) MeV + j=41 neutron p=(24.1155,-45.6733,32.9926941.562) MeV + j=42 neutron p=(-35.9935,-43.0342,-20.6761941.466) MeV + j=43 gamma p=(-0.657113,0.177543,1.477281.62655) MeV + j=44 gamma p=(1.10861,0.898483,0.6308481.56021) MeV + j=45 neutron p=(36.0398,-13.5991,-27.7652940.764) MeV + j=46 gamma p=(0.748043,0.328438,-0.4737430.94439) MeV + j=47 gamma p=(0.11198,0.378934,0.352070.529229) MeV + j=48 neutron p=(22.2333,5.34393,21.7004940.094) MeV + j=49 deuteron p=(-49.6229,68.1669,-451.0531930.93) MeV + j=50 triton p=(202.652,6.90368,-43.42852816.57) MeV + j=51 alpha p=(-294.242,39.1785,147.0983742.07) MeV + j=52 deuteron p=(-112.537,24.8218,-112.3851882.51) MeV + j=53 deuteron p=(146.833,-12.5935,-194.8311891.45) MeV + j=54 alpha p=(85.3962,372.702,-167.9173750.7) MeV + j=55 alpha p=(307.746,333.128,87.8223755.9) MeV + j=56 triton p=(-207.522,-16.489,246.1292827.36) MeV + j=57 deuteron p=(131.167,10.8857,-167.8451887.7) MeV + j=58 Sn111 p=(-234.346,-575.044,454.988103287) MeV + Collision 501 projectile=deuteron Ekin[MeV]=27921.2 direction=(0.147589,0.779364,0.608941) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.9876 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 502 projectile=pi- Ekin[MeV]=26230.7 direction=(0.215895,0.199675,0.955782) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=5.52196 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 503 projectile=Bc+ Ekin[MeV]=26083.8 direction=(0.584329,0.759757,0.285184) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=0.75558 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 504 projectile=Bc- Ekin[MeV]=28325.8 direction=(0.234605,0.954889,0.182065) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=2.22566 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 505 projectile=lambda_c+ Ekin[MeV]=12219.2 direction=(0.00707043,0.618144,0.786033) material=G4_Al + --> #secondaries=33 impactParameter[fm]=0.623963 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=4 + Collision 506 projectile=anti_omega_c0 Ekin[MeV]=10377.2 direction=(0.0897199,0.713512,0.694874) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=4.83319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 507 projectile=xi_c0 Ekin[MeV]=9223.54 direction=(0.146431,0.112305,0.982825) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.04237 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 508 projectile=xi0 Ekin[MeV]=8761.68 direction=(0.750797,0.36514,0.550433) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.11453 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 509 projectile=sigma- Ekin[MeV]=6656.56 direction=(0.633121,0.522862,0.570766) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.32536 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 510 projectile=anti_B0 Ekin[MeV]=19922.5 direction=(0.762782,0.322455,0.560523) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=2.16783 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 511 projectile=alpha Ekin[MeV]=7015.75 direction=(0.227457,0.73732,0.6361) material=G4_Be + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 512 projectile=omega_b- Ekin[MeV]=17656.8 direction=(0.195758,0.585571,0.786629) material=G4_Fe + --> #secondaries=20 impactParameter[fm]=3.10604 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 513 projectile=anti_xi- Ekin[MeV]=10105.6 direction=(0.63518,0.705174,0.315079) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.90479 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 514 projectile=anti_xi_c+ Ekin[MeV]=15162.8 direction=(0.0857596,0.720236,0.688408) material=G4_W + --> #secondaries=32 impactParameter[fm]=5.71128 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 515 projectile=anti_omega_b- Ekin[MeV]=19653.6 direction=(0.708353,0.521215,0.475995) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.515027 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 516 projectile=anti_B0 Ekin[MeV]=6009.53 direction=(0.857003,0.127069,0.499398) material=G4_Al + --> #secondaries=17 impactParameter[fm]=3.43913 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 517 projectile=D+ Ekin[MeV]=20132.8 direction=(0.759639,0.115357,0.640032) material=G4_W + --> #secondaries=54 impactParameter[fm]=4.49725 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 518 projectile=B+ Ekin[MeV]=27713.7 direction=(0.671608,0.409321,0.617575) material=G4_W + --> #secondaries=37 impactParameter[fm]=6.1448 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 519 projectile=xi- Ekin[MeV]=10964.9 direction=(0.774434,0.564694,0.285258) material=G4_Al + --> #secondaries=24 impactParameter[fm]=2.32044 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=2 + Collision 520 projectile=sigma- Ekin[MeV]=10331.9 direction=(0.853255,0.353328,0.383556) material=G4_W + --> #secondaries=37 impactParameter[fm]=4.7034 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 521 projectile=anti_proton Ekin[MeV]=2103.23 direction=(0.610501,0.76724,0.196547) material=G4_Si + --> #secondaries=16 impactParameter[fm]=2.7387 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 522 projectile=Ds- Ekin[MeV]=2999.4 direction=(0.593677,0.640212,0.48752) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.736729 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 523 projectile=anti_deuteron Ekin[MeV]=3636.41 direction=(0.877287,0.460844,0.134129) material=G4_Si + --> #secondaries=20 impactParameter[fm]=3.02768 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 524 projectile=xi_b- Ekin[MeV]=4665.23 direction=(0.153574,0.0615792,0.986217) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=3.82721 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 525 projectile=kaon+ Ekin[MeV]=13531.6 direction=(0.629825,0.576318,0.520748) material=G4_C + --> #secondaries=15 impactParameter[fm]=1.74268 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 526 projectile=kaon- Ekin[MeV]=27776.7 direction=(0.795736,0.524482,0.302858) material=G4_Be + --> #secondaries=9 impactParameter[fm]=3.42165 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 527 projectile=xi_b0 Ekin[MeV]=29958.9 direction=(0.481659,0.757233,0.441138) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.431741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 528 projectile=anti_deuteron Ekin[MeV]=15030.3 direction=(0.556344,0.74833,0.361225) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=3.89701 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=40 #NNcollisions=1 + Collision 529 projectile=B+ Ekin[MeV]=21096.8 direction=(0.795487,0.376758,0.474609) material=G4_Pb + --> #secondaries=54 impactParameter[fm]=3.39254 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 530 projectile=neutron Ekin[MeV]=6377.74 direction=(0.598505,0.581246,0.551311) material=G4_Cu + --> #secondaries=44 impactParameter[fm]=1.97349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=57 #NNcollisions=4 + Collision 531 projectile=anti_B0 Ekin[MeV]=15628.8 direction=(0.423685,0.105421,0.899654) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=3.99906 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 532 projectile=anti_sigma+ Ekin[MeV]=1093.28 direction=(0.799288,0.20109,0.566305) material=G4_Cu + --> #secondaries=11 impactParameter[fm]=5.82279 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 533 projectile=anti_B0 Ekin[MeV]=21207.2 direction=(0.747402,0.620734,0.236812) material=G4_Be + --> #secondaries=6 impactParameter[fm]=0.937868 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 534 projectile=Bc+ Ekin[MeV]=26426.6 direction=(0.285449,0.945736,0.15525) material=G4_He + --> #secondaries=9 impactParameter[fm]=2.27448 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 535 projectile=lambda Ekin[MeV]=9669.77 direction=(0.581817,0.658154,0.477831) material=G4_Pb + --> #secondaries=47 impactParameter[fm]=5.59545 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 536 projectile=D0 Ekin[MeV]=27885.7 direction=(0.715636,0.686743,0.127475) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.30007 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 537 projectile=deuteron Ekin[MeV]=26001.9 direction=(0.770413,0.0168426,0.637323) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=3.88627 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 538 projectile=deuteron Ekin[MeV]=27405.7 direction=(0.612364,0.627462,0.480939) material=G4_Fe + --> #secondaries=37 impactParameter[fm]=2.43885 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=4 + Collision 539 projectile=D0 Ekin[MeV]=12934.4 direction=(0.958935,0.0975279,0.266332) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.464964 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 540 projectile=proton Ekin[MeV]=20302.7 direction=(0.250595,0.518323,0.817645) material=G4_W + --> #secondaries=60 impactParameter[fm]=6.732 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 541 projectile=anti_D0 Ekin[MeV]=21016.1 direction=(0.224476,0.0130244,0.974393) material=G4_Cu + --> #secondaries=8 impactParameter[fm]=4.48969 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 542 projectile=anti_B0 Ekin[MeV]=4924.33 direction=(0.270966,0.739532,0.616174) material=G4_Pb + --> #secondaries=7 impactParameter[fm]=5.89537 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 543 projectile=D+ Ekin[MeV]=12338.3 direction=(0.984259,0.105051,0.142123) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.49261 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 544 projectile=Ds- Ekin[MeV]=12583.6 direction=(0.923436,0.297311,0.242636) material=G4_Pb + --> #secondaries=13 impactParameter[fm]=6.93038 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 545 projectile=Ds+ Ekin[MeV]=12667.5 direction=(0.202199,0.643194,0.738523) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=3.35144 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 546 projectile=proton Ekin[MeV]=6104.93 direction=(0.191619,0.704771,0.683067) material=G4_W + --> #secondaries=64 impactParameter[fm]=3.90892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 547 projectile=D- Ekin[MeV]=11264.4 direction=(0.362723,0.615409,0.699789) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=3.10882 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 548 projectile=xi- Ekin[MeV]=17582.5 direction=(0.494602,0.0412034,0.868143) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=1.93408 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 549 projectile=triton Ekin[MeV]=11014.4 direction=(0.848184,0.0567547,0.526652) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 550 projectile=anti_neutron Ekin[MeV]=5638.28 direction=(0.372999,0.619355,0.690848) material=G4_Pb + --> #secondaries=82 impactParameter[fm]=4.91636 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 551 projectile=He3 Ekin[MeV]=16018.3 direction=(0.138192,0.86985,0.473566) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.87836 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 552 projectile=Ds+ Ekin[MeV]=25369.8 direction=(0.628966,0.644781,0.434349) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=1.26014 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 553 projectile=He3 Ekin[MeV]=5911.18 direction=(0.162428,0.618807,0.768567) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 554 projectile=Bc+ Ekin[MeV]=1694.12 direction=(0.311122,0.317164,0.895885) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.04976 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 555 projectile=anti_xi_b- Ekin[MeV]=24774.9 direction=(0.1109,0.0350357,0.993214) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=6.68225 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=0 + Collision 556 projectile=anti_sigma+ Ekin[MeV]=25238.9 direction=(0.729957,0.646544,0.221684) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=5.13835 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 557 projectile=anti_xi_b- Ekin[MeV]=1730.54 direction=(0.871509,0.474831,0.122509) material=G4_Pb + --> #secondaries=20 impactParameter[fm]=4.20514 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 558 projectile=D+ Ekin[MeV]=4353.38 direction=(0.62283,0.399294,0.67279) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=1.32137 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 559 projectile=anti_deuteron Ekin[MeV]=18494.2 direction=(0.469507,0.145764,0.870814) material=G4_Ar + --> #secondaries=36 impactParameter[fm]=3.36082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=4 + Collision 560 projectile=lambda_c+ Ekin[MeV]=29273.3 direction=(0.230215,0.737769,0.634585) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.95659 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 561 projectile=He3 Ekin[MeV]=14523 direction=(0.653173,0.531288,0.539535) material=G4_Al + --> #secondaries=32 impactParameter[fm]=3.11194 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=16 #NNcollisions=7 + Collision 562 projectile=D+ Ekin[MeV]=5547.11 direction=(0.716035,0.508415,0.478338) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=4.81308 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 563 projectile=lambda_c+ Ekin[MeV]=3342.88 direction=(0.0232463,0.993337,0.112879) material=G4_C + --> #secondaries=13 impactParameter[fm]=1.22573 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 564 projectile=D- Ekin[MeV]=12609.3 direction=(0.539237,0.636058,0.551954) material=G4_Pb + --> #secondaries=41 impactParameter[fm]=5.56898 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 565 projectile=He3 Ekin[MeV]=9926.57 direction=(0.0420528,0.460289,0.886772) material=G4_Cu + --> #secondaries=37 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 566 projectile=Bc- Ekin[MeV]=29380.4 direction=(0.811585,0.104708,0.574775) material=G4_Pb + --> #secondaries=35 impactParameter[fm]=5.80619 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 567 projectile=proton Ekin[MeV]=24407 direction=(0.58229,0.210415,0.785279) material=G4_He + --> #secondaries=11 impactParameter[fm]=2.0265 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 568 projectile=kaon0S Ekin[MeV]=12742.6 direction=(0.774721,0.566328,0.281213) material=G4_C + --> #secondaries=15 impactParameter[fm]=1.87923 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 569 projectile=anti_neutron Ekin[MeV]=7817.56 direction=(0.128464,0.740112,0.6601) material=G4_Pb + --> #secondaries=52 impactParameter[fm]=2.80935 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 570 projectile=He3 Ekin[MeV]=28157.1 direction=(0.654526,0.755985,0.00910183) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.4745 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 571 projectile=anti_xi0 Ekin[MeV]=12785 direction=(0.549574,0.346067,0.760398) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.896616 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 572 projectile=lambda_c+ Ekin[MeV]=16936.7 direction=(0.417482,0.662692,0.62173) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.16714 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 573 projectile=xi_c0 Ekin[MeV]=13806.5 direction=(0.972836,0.22987,0.0273937) material=G4_Si + --> #secondaries=15 impactParameter[fm]=4.91506 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 574 projectile=anti_proton Ekin[MeV]=9354.79 direction=(0.499622,0.219391,0.838001) material=G4_Pb + --> #secondaries=29 impactParameter[fm]=8.05489 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 575 projectile=pi+ Ekin[MeV]=3616.15 direction=(0.781245,0.451768,0.430769) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 576 projectile=anti_He3 Ekin[MeV]=28773.2 direction=(0.491256,0.329768,0.806176) material=G4_Si + --> #secondaries=29 impactParameter[fm]=4.65938 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=28 #NNcollisions=2 + Collision 577 projectile=anti_sigma+ Ekin[MeV]=12190 direction=(0.689847,0.587277,0.42334) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.52998 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 578 projectile=Ds- Ekin[MeV]=23412 direction=(0.376767,0.70487,0.601004) material=G4_W + --> #secondaries=34 impactParameter[fm]=7.11511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 579 projectile=anti_D0 Ekin[MeV]=23575.2 direction=(0.913258,0.195714,0.357289) material=G4_W + --> #secondaries=83 impactParameter[fm]=1.58803 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=5 + Collision 580 projectile=xi0 Ekin[MeV]=20923 direction=(0.222341,0.373028,0.900785) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.48081 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 581 projectile=anti_proton Ekin[MeV]=14063.3 direction=(0.632336,0.670945,0.387278) material=G4_C + --> #secondaries=13 impactParameter[fm]=1.17531 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 582 projectile=anti_alpha Ekin[MeV]=2126.09 direction=(0.00903548,0.781143,0.624287) material=G4_W + --> #secondaries=56 impactParameter[fm]=5.94782 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=4 + Collision 583 projectile=anti_xi_b- Ekin[MeV]=22632.7 direction=(0.230825,0.855415,0.463665) material=G4_Al + --> #secondaries=29 impactParameter[fm]=1.56487 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 584 projectile=kaon- Ekin[MeV]=14388.8 direction=(0.654284,0.680499,0.3299) material=G4_Al + --> #secondaries=21 impactParameter[fm]=1.15216 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 585 projectile=anti_proton Ekin[MeV]=28856.7 direction=(0.61683,0.580796,0.531222) material=G4_Ar + --> #secondaries=28 impactParameter[fm]=2.95531 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 586 projectile=sigma- Ekin[MeV]=15852.7 direction=(0.637836,0.358598,0.681596) material=G4_W + --> #secondaries=48 impactParameter[fm]=6.222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 587 projectile=anti_omega_c0 Ekin[MeV]=27471.9 direction=(0.566977,0.812442,0.135924) material=G4_C + --> #secondaries=5 impactParameter[fm]=1.85591 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 588 projectile=D- Ekin[MeV]=15682.8 direction=(0.204613,0.968805,0.139825) material=G4_Be + --> #secondaries=5 impactParameter[fm]=2.39394 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 589 projectile=lambda_b Ekin[MeV]=3650.03 direction=(0.0889727,0.848386,0.521848) material=G4_W + --> #secondaries=35 impactParameter[fm]=5.61774 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=1 + Collision 590 projectile=omega_b- Ekin[MeV]=13415.1 direction=(0.651765,0.594939,0.470373) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=3.74583 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 591 projectile=xi0 Ekin[MeV]=20113.2 direction=(0.856983,0.0734669,0.510081) material=G4_Ar + --> #secondaries=7 impactParameter[fm]=4.34348 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 592 projectile=anti_lambda Ekin[MeV]=20082.6 direction=(0.215813,0.692203,0.688679) material=G4_C + --> #secondaries=14 impactParameter[fm]=1.8069 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 593 projectile=xi_c+ Ekin[MeV]=23362.3 direction=(0.391287,0.795284,0.463053) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.32227 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 594 projectile=omega- Ekin[MeV]=10228.8 direction=(0.776934,0.578529,0.24835) material=G4_Pb + --> #secondaries=25 impactParameter[fm]=5.5629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 595 projectile=anti_sigma- Ekin[MeV]=23599.4 direction=(0.051812,0.7004,0.711868) material=G4_Ar + --> #secondaries=31 impactParameter[fm]=2.80136 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=2 + Collision 596 projectile=xi_b- Ekin[MeV]=4115.38 direction=(0.732858,0.670001,0.1184) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.3452 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=1 + Collision 597 projectile=He3 Ekin[MeV]=16054.9 direction=(0.575356,0.567591,0.588903) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=6.97324 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 598 projectile=anti_xi_b- Ekin[MeV]=23094.7 direction=(0.0293243,0.821139,0.569974) material=G4_Cu + --> #secondaries=29 impactParameter[fm]=0.713442 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 599 projectile=kaon- Ekin[MeV]=29986.9 direction=(0.86321,0.496858,0.0894471) material=G4_He + --> #secondaries=11 impactParameter[fm]=1.72276 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 600 projectile=anti_omega_c0 Ekin[MeV]=23677.1 direction=(0.266933,0.892394,0.36384) material=G4_W + --> #secondaries=34 impactParameter[fm]=5.6961 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 + List of produced secondaries: + j=0 anti_omega_c0 p=(4354.22,13504.3,6154.0715699.1) MeV + j=1 pi+ p=(589.704,1351.75,1014.811795.63) MeV + j=2 pi- p=(133.852,1403.68,425.5911479.47) MeV + j=3 pi0 p=(-51.1393,242.436,-27.6502283.502) MeV + j=4 proton p=(569.249,2455.34,900.4252836.17) MeV + j=5 pi- p=(311.663,541.2,145.075656.169) MeV + j=6 proton p=(-63.207,-274.976,277.7931018.4) MeV + j=7 pi- p=(-28.8989,101.87,-114.485209.283) MeV + j=8 proton p=(-122.111,1317.82,397.2591670.25) MeV + j=9 pi- p=(228.698,289.446,13.4365394.642) MeV + j=10 pi0 p=(726.857,521.324,112.913911.63) MeV + j=11 pi+ p=(138.898,163.904,-223.402339.92) MeV + j=12 pi- p=(-218.334,606.3,219.699694.994) MeV + j=13 pi+ p=(383.894,885.49,332.5991030.32) MeV + j=14 proton p=(-140.089,-22.0603,-219.112973.897) MeV + j=15 neutron p=(-85.6103,-28.5742,-32.6157944.454) MeV + j=16 neutron p=(57.0968,-24.5277,51.977943.052) MeV + j=17 neutron p=(-101.792,51.2572,-62.4682948.512) MeV + j=18 neutron p=(82.1405,68.1629,30.8359946.112) MeV + j=19 neutron p=(17.8618,28.7217,25.069940.508) MeV + j=20 neutron p=(-69.0682,42.564,-42.5388944.021) MeV + j=21 neutron p=(-62.9209,-18.0488,38.6789942.637) MeV + j=22 neutron p=(22.4574,25.3672,0.769344940.176) MeV + j=23 neutron p=(-12.0374,4.77781,-34.6309940.293) MeV + j=24 gamma p=(1.64163,0.495362,1.922042.57577) MeV + j=25 gamma p=(0.613622,-0.614673,0.5255161.01515) MeV + j=26 gamma p=(-0.903273,0.133327,0.2850360.956516) MeV + j=27 gamma p=(0.620561,-0.249785,0.6134480.907638) MeV + j=28 gamma p=(-0.0108459,-0.79332,-0.3181460.854805) MeV + j=29 gamma p=(-0.0913586,0.400063,-0.7001550.81155) MeV + j=30 gamma p=(-0.477964,-0.480989,0.370770.772833) MeV + j=31 gamma p=(-0.720678,0.124177,-0.02063240.731589) MeV + j=32 gamma p=(0.16811,0.54815,0.3898410.693329) MeV + j=33 Hf173 p=(340.517,174.022,157.824161057) MeV + Collision 601 projectile=anti_proton Ekin[MeV]=16578.9 direction=(0.331377,0.69083,0.642606) material=G4_Ar + --> #secondaries=35 impactParameter[fm]=1.32093 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 602 projectile=xi0 Ekin[MeV]=4936.84 direction=(0.0347245,0.979413,0.198856) material=G4_Al + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 603 projectile=anti_xi_c0 Ekin[MeV]=19486.9 direction=(0.105278,0.756923,0.644968) material=G4_C + --> #secondaries=14 impactParameter[fm]=1.53902 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 604 projectile=D- Ekin[MeV]=12135.5 direction=(0.126525,0.676055,0.725907) material=G4_He + --> #secondaries=4 impactParameter[fm]=3.4735 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 605 projectile=anti_omega_b- Ekin[MeV]=20114.9 direction=(0.653847,0.517511,0.551966) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.13981 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 606 projectile=kaon0L Ekin[MeV]=17824.3 direction=(0.234652,0.907654,0.347998) material=G4_He + --> #secondaries=12 impactParameter[fm]=0.980197 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 607 projectile=neutron Ekin[MeV]=1536.57 direction=(0.32297,0.530442,0.783787) material=G4_Pb + --> #secondaries=36 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 608 projectile=kaon0S Ekin[MeV]=3518.39 direction=(0.731328,0.641123,0.232638) material=G4_He + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 609 projectile=anti_xi_c+ Ekin[MeV]=27357 direction=(0.391688,0.654164,0.647032) material=G4_Pb + --> #secondaries=51 impactParameter[fm]=5.33527 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 610 projectile=anti_D0 Ekin[MeV]=9666.61 direction=(0.639273,0.0162718,0.768807) material=G4_Si + --> #secondaries=9 impactParameter[fm]=2.55013 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 611 projectile=anti_alpha Ekin[MeV]=29243.7 direction=(0.324438,0.440461,0.837099) material=G4_H + --> #secondaries=5 impactParameter[fm]=3.91515 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 612 projectile=kaon- Ekin[MeV]=12638.5 direction=(0.589418,0.80378,0.0807709) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.86673 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 613 projectile=xi_b- Ekin[MeV]=15477.9 direction=(0.281572,0.958331,0.0481481) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.39409 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 614 projectile=anti_triton Ekin[MeV]=6722.5 direction=(0.787334,0.562002,0.253494) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.94444 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 615 projectile=xi0 Ekin[MeV]=25188 direction=(0.0423963,0.982161,0.183199) material=G4_Al + --> #secondaries=12 impactParameter[fm]=5.31293 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 616 projectile=Bs0 Ekin[MeV]=21435.5 direction=(0.237212,0.799251,0.552203) material=G4_W + --> #secondaries=12 impactParameter[fm]=6.78483 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 617 projectile=Bc+ Ekin[MeV]=14226.3 direction=(0.731123,0.359658,0.579746) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.60578 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 618 projectile=anti_Bs0 Ekin[MeV]=3543.23 direction=(0.816531,0.445994,0.36656) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.19721 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 619 projectile=anti_proton Ekin[MeV]=18808.6 direction=(0.424635,0.785334,0.450483) material=G4_He + --> #secondaries=18 impactParameter[fm]=1.13239 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 620 projectile=pi- Ekin[MeV]=17919.5 direction=(0.284059,0.694392,0.661159) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=4.45043 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 621 projectile=anti_xi0 Ekin[MeV]=20199.2 direction=(0.750227,0.219974,0.623514) material=G4_C + --> #secondaries=7 impactParameter[fm]=2.54181 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 622 projectile=anti_xi0 Ekin[MeV]=28726.2 direction=(0.224185,0.656004,0.720694) material=G4_Pb + --> #secondaries=46 impactParameter[fm]=6.19741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 623 projectile=anti_deuteron Ekin[MeV]=3316.23 direction=(0.614669,0.738544,0.27701) material=G4_Fe + --> #secondaries=37 impactParameter[fm]=2.93556 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 624 projectile=anti_lambda_b Ekin[MeV]=17159.3 direction=(0.773892,0.571095,0.273755) material=G4_He + --> #secondaries=9 impactParameter[fm]=0.773792 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 625 projectile=omega_b- Ekin[MeV]=21348.7 direction=(0.620602,0.505577,0.599371) material=G4_C + --> #secondaries=7 impactParameter[fm]=2.52911 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 626 projectile=Ds+ Ekin[MeV]=14038.1 direction=(0.439767,0.539303,0.718162) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.06085 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 627 projectile=D+ Ekin[MeV]=3702.53 direction=(0.0708893,0.862861,0.500445) material=G4_Pb + --> #secondaries=46 impactParameter[fm]=4.10424 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=200 #NNcollisions=1 + Collision 628 projectile=kaon+ Ekin[MeV]=20618.7 direction=(0.840154,0.540393,0.046001) material=G4_C + --> #secondaries=14 impactParameter[fm]=1.36739 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 629 projectile=kaon- Ekin[MeV]=13502.2 direction=(0.366269,0.644969,0.670718) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=2.44955 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 630 projectile=anti_xi- Ekin[MeV]=24618.4 direction=(0.787903,0.353891,0.503955) material=G4_W + --> #secondaries=53 impactParameter[fm]=7.19652 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 631 projectile=anti_sigma+ Ekin[MeV]=29483.6 direction=(0.681134,0.446763,0.580052) material=G4_W + --> #secondaries=47 impactParameter[fm]=5.9336 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=3 + Collision 632 projectile=anti_proton Ekin[MeV]=22714 direction=(0.675228,0.52121,0.521927) material=G4_He + --> #secondaries=16 impactParameter[fm]=0.74144 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 633 projectile=anti_xi_b0 Ekin[MeV]=24063.1 direction=(0.293229,0.0408615,0.955169) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.24678 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 634 projectile=anti_xi0 Ekin[MeV]=27818.3 direction=(0.628836,0.459516,0.627224) material=G4_Pb + --> #secondaries=112 impactParameter[fm]=2.67871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=197 #NNcollisions=8 + Collision 635 projectile=B0 Ekin[MeV]=26417.7 direction=(0.771236,0.347405,0.533389) material=G4_Al + --> #secondaries=13 impactParameter[fm]=2.79764 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 636 projectile=kaon+ Ekin[MeV]=4163.53 direction=(0.672856,0.0222137,0.73944) material=G4_Cu + --> #secondaries=26 impactParameter[fm]=2.94439 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 637 projectile=lambda_b Ekin[MeV]=9299.92 direction=(0.67933,0.721879,0.131915) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.8661 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 638 projectile=kaon- Ekin[MeV]=4389.41 direction=(0.550628,0.718697,0.424598) material=G4_He + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 639 projectile=anti_Bs0 Ekin[MeV]=8807.55 direction=(0.354829,0.279915,0.892045) material=G4_Pb + --> #secondaries=24 impactParameter[fm]=4.46436 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 640 projectile=anti_B0 Ekin[MeV]=27541 direction=(0.68175,0.653021,0.329819) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=3.89064 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 641 projectile=triton Ekin[MeV]=27868.5 direction=(0.518488,0.490067,0.700717) material=G4_Cu + --> #secondaries=56 impactParameter[fm]=1.95854 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=57 #NNcollisions=12 + Collision 642 projectile=anti_xi_b0 Ekin[MeV]=20511.1 direction=(0.520411,0.852788,0.0438657) material=G4_Si + --> #secondaries=24 impactParameter[fm]=2.755 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 643 projectile=Ds+ Ekin[MeV]=12355 direction=(0.559266,0.765033,0.319291) material=G4_Pb + --> #secondaries=73 impactParameter[fm]=3.95125 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 + Collision 644 projectile=alpha Ekin[MeV]=7264.64 direction=(0.535213,0.82444,0.183974) material=G4_Pb + --> #secondaries=42 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 645 projectile=proton Ekin[MeV]=10854.3 direction=(0.398944,0.567168,0.720531) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.88648 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 646 projectile=proton Ekin[MeV]=6043.26 direction=(0.966534,0.0168595,0.255984) material=G4_Cu + --> #secondaries=31 impactParameter[fm]=2.62401 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=2 + Collision 647 projectile=deuteron Ekin[MeV]=19674.4 direction=(0.303021,0.548696,0.779174) material=G4_Fe + --> #secondaries=62 impactParameter[fm]=1.77044 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=48 #NNcollisions=7 + Collision 648 projectile=triton Ekin[MeV]=6968.76 direction=(0.61656,0.572736,0.540211) material=G4_Fe + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 649 projectile=anti_sigma- Ekin[MeV]=17170.1 direction=(0.385242,0.109127,0.91634) material=G4_Fe + --> #secondaries=27 impactParameter[fm]=4.24492 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 650 projectile=xi_b0 Ekin[MeV]=14454 direction=(0.315289,0.927234,0.202066) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=2.11998 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 651 projectile=anti_Bs0 Ekin[MeV]=22644.9 direction=(0.752195,0.366078,0.547895) material=G4_Al + --> #secondaries=5 impactParameter[fm]=1.9078 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 652 projectile=kaon0L Ekin[MeV]=7160.98 direction=(0.970504,0.215728,0.107632) material=G4_Cu + --> #secondaries=41 impactParameter[fm]=0.694982 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=3 + Collision 653 projectile=anti_deuteron Ekin[MeV]=28913.5 direction=(0.708119,0.668359,0.227738) material=G4_Pb + --> #secondaries=96 impactParameter[fm]=3.72723 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=5 + Collision 654 projectile=anti_neutron Ekin[MeV]=4337.2 direction=(0.569616,0.506895,0.64699) material=G4_W + --> #secondaries=36 impactParameter[fm]=6.79523 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 655 projectile=kaon+ Ekin[MeV]=23440.7 direction=(0.256222,0.887853,0.382187) material=G4_Ar + --> #secondaries=23 impactParameter[fm]=2.31699 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 656 projectile=B- Ekin[MeV]=13777.8 direction=(0.794257,0.325997,0.51272) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=2.22137 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 657 projectile=lambda_c+ Ekin[MeV]=8304.27 direction=(0.651445,0.705122,0.28004) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.854963 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 658 projectile=B0 Ekin[MeV]=17592.7 direction=(0.456284,0.424038,0.782302) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.60088 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 659 projectile=Ds- Ekin[MeV]=27609.1 direction=(0.578876,0.639471,0.505944) material=G4_Pb + --> #secondaries=71 impactParameter[fm]=1.92496 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 660 projectile=anti_lambda_b Ekin[MeV]=19484.7 direction=(0.774745,0.583544,0.243406) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.64807 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 661 projectile=omega_b- Ekin[MeV]=16374.9 direction=(0.487484,0.0382136,0.872295) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.26795 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 662 projectile=anti_xi_c+ Ekin[MeV]=27261.4 direction=(0.89763,0.318074,0.305105) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=3.23966 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 663 projectile=omega- Ekin[MeV]=26439.9 direction=(0.891153,0.29871,0.341496) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.59681 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 664 projectile=lambda Ekin[MeV]=24117.7 direction=(0.625593,0.619436,0.474271) material=G4_Al + --> #secondaries=18 impactParameter[fm]=2.87409 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=0 + Collision 665 projectile=pi+ Ekin[MeV]=4997.7 direction=(0.402958,0.283808,0.870102) material=G4_Al + --> #secondaries=20 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 666 projectile=kaon0S Ekin[MeV]=16482.7 direction=(0.989504,0.0612113,0.130901) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=3.22633 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 667 projectile=Ds+ Ekin[MeV]=19727.1 direction=(0.599469,0.471877,0.646505) material=G4_Pb + --> #secondaries=56 impactParameter[fm]=5.27438 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 668 projectile=alpha Ekin[MeV]=24283 direction=(0.696115,0.615403,0.369733) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.5346 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 669 projectile=sigma+ Ekin[MeV]=20343.9 direction=(0.617187,0.413332,0.669505) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.9067 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 670 projectile=xi_b0 Ekin[MeV]=5454.04 direction=(0.660258,0.302076,0.687612) material=G4_Cu + --> #secondaries=22 impactParameter[fm]=3.40127 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=2 + Collision 671 projectile=anti_omega- Ekin[MeV]=18986.4 direction=(0.813708,0.442764,0.376615) material=G4_Al + --> #secondaries=30 impactParameter[fm]=1.69243 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 672 projectile=D0 Ekin[MeV]=23099.9 direction=(0.00461091,0.604425,0.796648) material=G4_Si + --> #secondaries=18 impactParameter[fm]=3.6116 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 673 projectile=anti_xi_b0 Ekin[MeV]=12061.1 direction=(0.0729063,0.804734,0.589142) material=G4_Al + --> #secondaries=17 impactParameter[fm]=3.43364 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 674 projectile=omega_b- Ekin[MeV]=21144.4 direction=(0.640665,0.305585,0.704391) material=G4_Si + --> #secondaries=13 impactParameter[fm]=3.35572 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 675 projectile=anti_xi_b- Ekin[MeV]=19860.1 direction=(0.0376451,0.942446,0.332232) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=4.38541 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 676 projectile=omega_b- Ekin[MeV]=24340.5 direction=(0.804221,0.0196274,0.594006) material=G4_Al + --> #secondaries=22 impactParameter[fm]=3.4623 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 677 projectile=anti_lambda_b Ekin[MeV]=26258.7 direction=(0.95581,0.000753631,0.293985) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=2.92903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 678 projectile=pi+ Ekin[MeV]=2411.73 direction=(0.605859,0.67457,0.42177) material=G4_He + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 679 projectile=anti_lambda_c+ Ekin[MeV]=25248.6 direction=(0.796919,0.446786,0.406575) material=G4_Cu + --> #secondaries=45 impactParameter[fm]=1.85173 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 680 projectile=deuteron Ekin[MeV]=20027.5 direction=(0.672341,0.231347,0.703161) material=G4_Si + --> #secondaries=40 impactParameter[fm]=1.0854 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=6 + Collision 681 projectile=xi_b- Ekin[MeV]=28940.7 direction=(0.496545,0.0354852,0.867285) material=G4_Si + --> #secondaries=27 impactParameter[fm]=2.98864 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 682 projectile=B- Ekin[MeV]=15616.9 direction=(0.576829,0.816864,0.000455639) material=G4_Si + --> #secondaries=19 impactParameter[fm]=4.04121 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 683 projectile=Ds- Ekin[MeV]=2876.39 direction=(0.156333,0.328397,0.931512) material=G4_Si + --> #secondaries=6 impactParameter[fm]=5.13628 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 684 projectile=anti_xi- Ekin[MeV]=21157.7 direction=(0.136395,0.850881,0.507344) material=G4_Ar + --> #secondaries=39 impactParameter[fm]=2.78438 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 685 projectile=anti_xi_c0 Ekin[MeV]=28390.6 direction=(0.584721,0.246922,0.772742) material=G4_Pb + --> #secondaries=54 impactParameter[fm]=5.97499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 686 projectile=anti_xi_c+ Ekin[MeV]=27755.9 direction=(0.19413,0.648817,0.735765) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=3.19657 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 687 projectile=omega_c0 Ekin[MeV]=29167.6 direction=(0.51449,0.397015,0.760052) material=G4_Al + --> #secondaries=9 impactParameter[fm]=2.91609 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 688 projectile=lambda_c+ Ekin[MeV]=26340.9 direction=(0.414586,0.431131,0.801401) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.972382 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 689 projectile=proton Ekin[MeV]=2817.35 direction=(0.326846,0.633464,0.701352) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 690 projectile=anti_He3 Ekin[MeV]=27078 direction=(0.612535,0.561713,0.556129) material=G4_W + --> #secondaries=52 impactParameter[fm]=5.44296 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=5 + Collision 691 projectile=anti_xi0 Ekin[MeV]=9165.99 direction=(0.618519,0.612168,0.49263) material=G4_Al + --> #secondaries=27 impactParameter[fm]=1.90253 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 692 projectile=anti_sigma+ Ekin[MeV]=29361.4 direction=(0.965357,0.0280347,0.259422) material=G4_C + --> #secondaries=11 impactParameter[fm]=0.308171 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 693 projectile=deuteron Ekin[MeV]=18159.4 direction=(0.681911,0.427117,0.593775) material=G4_C + --> #secondaries=18 impactParameter[fm]=0.840556 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 + Collision 694 projectile=anti_sigma+ Ekin[MeV]=21734.9 direction=(0.763055,0.64602,0.0201519) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.70588 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 695 projectile=anti_He3 Ekin[MeV]=19292.7 direction=(0.58996,0.329912,0.736957) material=G4_He + --> #secondaries=10 impactParameter[fm]=3.45362 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 696 projectile=omega_c0 Ekin[MeV]=5879.46 direction=(0.69195,0.65573,0.302032) material=G4_W + --> #secondaries=19 impactParameter[fm]=4.24311 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=0 + Collision 697 projectile=anti_Bs0 Ekin[MeV]=24063.7 direction=(0.275407,0.829262,0.486288) material=G4_W + --> #secondaries=33 impactParameter[fm]=1.50049 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 698 projectile=He3 Ekin[MeV]=16966.3 direction=(0.745585,0.657921,0.106034) material=G4_Al + --> #secondaries=34 impactParameter[fm]=2.32299 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=4 + Collision 699 projectile=anti_lambda Ekin[MeV]=22273 direction=(0.445528,0.362597,0.818553) material=G4_W + --> #secondaries=26 impactParameter[fm]=7.7617 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=0 + Collision 700 projectile=anti_He3 Ekin[MeV]=1965.38 direction=(0.667397,0.570478,0.478682) material=G4_W + --> #secondaries=19 impactParameter[fm]=8.72971 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=183 #NNcollisions=1 + List of produced secondaries: + j=0 pi0 p=(-167.503,-10.3657,-35.5673218.285) MeV + j=1 pi+ p=(190.507,230.757,73.1617338.192) MeV + j=2 pi- p=(30.8349,-340.468,-322.645490.356) MeV + j=3 proton p=(204.53,-95.1959,-171.341980.106) MeV + j=4 pi- p=(210.022,163.315,180.247350.357) MeV + j=5 pi0 p=(537.028,705.117,578.021066.73) MeV + j=6 Er164[91.380] p=(-243.912,-446.862,737.114152667) MeV + j=7 proton p=(-5.20488,85.0574,-79.3809945.472) MeV + j=8 neutron p=(-1.13412,58.0154,48.7499942.617) MeV + j=9 neutron p=(-50.1578,42.3067,48.0653943.08) MeV + j=10 neutron p=(25.5509,9.49906,29.2953940.417) MeV + j=11 neutron p=(-15.707,-27.1359,-68.0433942.548) MeV + j=12 neutron p=(34.4079,10.6339,42.8152941.23) MeV + j=13 neutron p=(-19.5718,-31.7279,28.5621940.738) MeV + j=14 neutron p=(38.589,6.2144,11.0278940.443) MeV + j=15 gamma p=(-0.617548,2.07487,-0.8610962.3298) MeV + j=16 Be10 p=(154.443,486.126,-374.4739346.95) MeV + j=17 anti_proton p=(870.517,468.273,467.7141440.9) MeV + j=18 anti_neutron p=(783.713,886.569,655.3871646.97) MeV + Collision 701 projectile=omega_b- Ekin[MeV]=16507.2 direction=(0.741401,0.230933,0.630075) material=G4_Al + --> #secondaries=6 impactParameter[fm]=3.74217 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 702 projectile=neutron Ekin[MeV]=3346.68 direction=(0.321678,0.781819,0.534118) material=G4_Al + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 703 projectile=anti_He3 Ekin[MeV]=16620.4 direction=(0.103452,0.829175,0.549332) material=G4_W + --> #secondaries=116 impactParameter[fm]=1.71328 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=4 + Collision 704 projectile=kaon0L Ekin[MeV]=16217.6 direction=(0.832652,0.0957642,0.545454) material=G4_Be + --> #secondaries=4 impactParameter[fm]=2.8025 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 705 projectile=B+ Ekin[MeV]=29349.4 direction=(0.0884587,0.690949,0.717471) material=G4_Al + --> #secondaries=10 impactParameter[fm]=2.90814 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 706 projectile=Ds+ Ekin[MeV]=8539 direction=(0.171848,0.396692,0.901723) material=G4_W + --> #secondaries=36 impactParameter[fm]=4.95238 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 707 projectile=lambda_c+ Ekin[MeV]=6090.93 direction=(0.0622186,0.985257,0.159365) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=6.54892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 708 projectile=anti_omega_c0 Ekin[MeV]=22056.7 direction=(0.202389,0.504056,0.839622) material=G4_Pb + --> #secondaries=79 impactParameter[fm]=1.75598 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=4 + Collision 709 projectile=B+ Ekin[MeV]=15314.7 direction=(0.55748,0.77854,0.288256) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.60925 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 710 projectile=anti_xi0 Ekin[MeV]=15045.7 direction=(0.598561,0.785691,0.156253) material=G4_Al + --> #secondaries=26 impactParameter[fm]=1.83547 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 711 projectile=anti_Bs0 Ekin[MeV]=1871.98 direction=(0.120188,0.76852,0.628436) material=G4_Al + --> #secondaries=9 impactParameter[fm]=2.96836 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 712 projectile=B+ Ekin[MeV]=17026.1 direction=(0.611419,0.162738,0.774392) material=G4_Be + --> #secondaries=9 impactParameter[fm]=3.70801 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 713 projectile=anti_omega- Ekin[MeV]=12793.2 direction=(0.518179,0.854804,0.0283055) material=G4_Pb + --> #secondaries=68 impactParameter[fm]=5.24603 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 714 projectile=xi_c+ Ekin[MeV]=28545.8 direction=(0.870387,0.48295,0.0958406) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.4524 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 715 projectile=anti_omega_c0 Ekin[MeV]=7570 direction=(0.622148,0.722399,0.301781) material=G4_Cu + --> #secondaries=24 impactParameter[fm]=5.61538 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 716 projectile=kaon+ Ekin[MeV]=7091.94 direction=(0.0346148,0.807216,0.58924) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.1139 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 717 projectile=anti_xi0 Ekin[MeV]=11938.4 direction=(0.457306,0.8886,0.0355084) material=G4_Si + --> #secondaries=25 impactParameter[fm]=2.36476 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=3 + Collision 718 projectile=lambda_c+ Ekin[MeV]=16566.8 direction=(0.671977,0.288613,0.682018) material=G4_Al + --> #secondaries=20 impactParameter[fm]=1.07105 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=0 + Collision 719 projectile=sigma+ Ekin[MeV]=4231.57 direction=(0.946902,0.285703,0.147478) material=G4_Pb + --> #secondaries=11 impactParameter[fm]=5.99527 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 720 projectile=Ds- Ekin[MeV]=25038.3 direction=(0.794592,0.328101,0.510855) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.854664 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 721 projectile=xi_c+ Ekin[MeV]=28190 direction=(0.847187,0.365169,0.385908) material=G4_Pb + --> #secondaries=100 impactParameter[fm]=4.64464 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=5 + Collision 722 projectile=lambda_c+ Ekin[MeV]=5162.98 direction=(0.288495,0.744808,0.601691) material=G4_W + --> #secondaries=8 impactParameter[fm]=8.35447 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 723 projectile=pi+ Ekin[MeV]=13600.5 direction=(0.39813,0.682275,0.613183) material=G4_Be + --> #secondaries=11 impactParameter[fm]=2.70069 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 724 projectile=kaon0S Ekin[MeV]=11356.9 direction=(0.286407,0.661212,0.693375) material=G4_C + --> #secondaries=11 impactParameter[fm]=2.4852 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 725 projectile=anti_xi_b0 Ekin[MeV]=29451.9 direction=(0.436542,0.134106,0.889633) material=G4_Si + --> #secondaries=11 impactParameter[fm]=4.68192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 726 projectile=omega_c0 Ekin[MeV]=21921.7 direction=(0.972613,0.231921,0.0153837) material=G4_Be + --> #secondaries=9 impactParameter[fm]=0.623978 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 727 projectile=xi_c0 Ekin[MeV]=22252.2 direction=(0.620215,0.232575,0.749161) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.60016 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 728 projectile=alpha Ekin[MeV]=23577 direction=(0.670409,0.583154,0.458785) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.76965 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 729 projectile=D0 Ekin[MeV]=7092.42 direction=(0.80534,0.561894,0.188951) material=G4_C + --> #secondaries=5 impactParameter[fm]=3.06724 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 730 projectile=xi_c0 Ekin[MeV]=19946.7 direction=(0.430689,0.574232,0.69625) material=G4_Pb + --> #secondaries=15 impactParameter[fm]=8.44891 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 731 projectile=anti_proton Ekin[MeV]=12009.2 direction=(0.863382,0.391537,0.318229) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.89053 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 732 projectile=anti_sigma- Ekin[MeV]=22095.1 direction=(0.462669,0.603785,0.649139) material=G4_Al + --> #secondaries=26 impactParameter[fm]=3.50705 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 733 projectile=kaon+ Ekin[MeV]=22209.4 direction=(0.385281,0.769301,0.509642) material=G4_Pb + --> #secondaries=95 impactParameter[fm]=3.29701 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 734 projectile=anti_Bs0 Ekin[MeV]=19794.9 direction=(0.327033,0.587039,0.740564) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.01568 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 735 projectile=kaon0L Ekin[MeV]=25681.4 direction=(0.589165,0.724437,0.357875) material=G4_Al + --> #secondaries=10 impactParameter[fm]=2.15224 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 736 projectile=xi_b0 Ekin[MeV]=5946.96 direction=(0.998523,0.0263703,0.0474978) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.68899 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 737 projectile=anti_B0 Ekin[MeV]=7851.38 direction=(0.826171,0.338386,0.450484) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=2.56973 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 738 projectile=B0 Ekin[MeV]=25958.3 direction=(0.532191,0.757615,0.377879) material=G4_He + --> #secondaries=6 impactParameter[fm]=2.91486 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 739 projectile=xi_b- Ekin[MeV]=12370.4 direction=(0.793251,0.172217,0.584033) material=G4_Pb + --> #secondaries=34 impactParameter[fm]=3.36236 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=2 + Collision 740 projectile=lambda_b Ekin[MeV]=17408.1 direction=(0.119194,0.467689,0.875819) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.6234 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 741 projectile=D+ Ekin[MeV]=28754.5 direction=(0.187937,0.860528,0.473467) material=G4_Ar + --> #secondaries=7 impactParameter[fm]=2.1166 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 742 projectile=anti_sigma- Ekin[MeV]=29726 direction=(0.597657,0.479091,0.642867) material=G4_Al + --> #secondaries=28 impactParameter[fm]=2.02519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 743 projectile=anti_omega_b- Ekin[MeV]=16332.4 direction=(0.12104,0.59768,0.792545) material=G4_C + --> #secondaries=13 impactParameter[fm]=0.923974 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 744 projectile=anti_xi_b- Ekin[MeV]=25810.4 direction=(0.506255,0.214816,0.835201) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.71416 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 745 projectile=Ds- Ekin[MeV]=11619.3 direction=(0.290882,0.941297,0.171311) material=G4_Si + --> #secondaries=17 impactParameter[fm]=2.78741 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 746 projectile=anti_xi_b0 Ekin[MeV]=7654.5 direction=(0.476137,0.720451,0.504225) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.18411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 747 projectile=anti_lambda_b Ekin[MeV]=11821.4 direction=(0.756686,0.550022,0.353416) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.679195 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=0 + Collision 748 projectile=kaon0L Ekin[MeV]=22677.7 direction=(0.794968,0.531888,0.291755) material=G4_Be + --> #secondaries=11 impactParameter[fm]=2.83894 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 749 projectile=anti_sigma- Ekin[MeV]=6787.65 direction=(0.0980404,0.396485,0.912791) material=G4_He + --> #secondaries=4 impactParameter[fm]=3.04317 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 750 projectile=anti_omega_c0 Ekin[MeV]=2692.23 direction=(0.969373,0.156836,0.188992) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=3.08336 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 751 projectile=B- Ekin[MeV]=4662.68 direction=(0.707433,0.421659,0.567223) material=G4_Ar + --> #secondaries=4 impactParameter[fm]=4.30513 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 752 projectile=B- Ekin[MeV]=28775.7 direction=(0.469862,0.0486069,0.881401) material=G4_He + --> #secondaries=9 impactParameter[fm]=2.1042 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 753 projectile=neutron Ekin[MeV]=2972.16 direction=(0.808607,0.0810038,0.582746) material=G4_Pb + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 754 projectile=anti_omega_c0 Ekin[MeV]=26772.5 direction=(0.434889,0.0975479,0.895185) material=G4_Pb + --> #secondaries=68 impactParameter[fm]=3.72982 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=4 + Collision 755 projectile=anti_B0 Ekin[MeV]=20805.1 direction=(0.717859,0.540007,0.439398) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.95306 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 756 projectile=sigma+ Ekin[MeV]=28856.2 direction=(0.492994,0.627002,0.603179) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.9799 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 757 projectile=anti_omega- Ekin[MeV]=5929.7 direction=(0.118771,0.0101512,0.99287) material=G4_Be + --> #secondaries=7 impactParameter[fm]=0.628302 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 758 projectile=anti_lambda_c+ Ekin[MeV]=6344.2 direction=(0.398538,0.419058,0.815817) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.33267 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 759 projectile=Bs0 Ekin[MeV]=9552.32 direction=(0.156362,0.667984,0.727564) material=G4_Si + --> #secondaries=10 impactParameter[fm]=1.27524 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 760 projectile=anti_xi_b- Ekin[MeV]=10000.8 direction=(0.903423,0.218512,0.36889) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.75831 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 761 projectile=D0 Ekin[MeV]=24243.6 direction=(0.428166,0.684411,0.590131) material=G4_Pb + --> #secondaries=79 impactParameter[fm]=3.07066 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 + Collision 762 projectile=sigma- Ekin[MeV]=5805.3 direction=(0.756229,0.429273,0.493803) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.894333 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 763 projectile=Bc+ Ekin[MeV]=2380.72 direction=(0.0842752,0.86462,0.495308) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.35316 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 764 projectile=anti_xi_c+ Ekin[MeV]=10854.7 direction=(0.821451,0.553916,0.13563) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.33817 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 765 projectile=Bc+ Ekin[MeV]=28842.9 direction=(0.0408626,0.751154,0.658861) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.3458 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 766 projectile=anti_B0 Ekin[MeV]=14630.7 direction=(0.769577,0.1119,0.628672) material=G4_W + --> #secondaries=36 impactParameter[fm]=3.09564 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 767 projectile=omega- Ekin[MeV]=11885.6 direction=(0.589087,0.712994,0.380285) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=3.79173 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 768 projectile=anti_B0 Ekin[MeV]=25929.9 direction=(0.335361,0.737391,0.586334) material=G4_W + --> #secondaries=42 impactParameter[fm]=3.77462 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 769 projectile=deuteron Ekin[MeV]=4711.52 direction=(0.814799,0.0159497,0.579524) material=G4_H + --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 770 projectile=alpha Ekin[MeV]=23819.3 direction=(0.208632,0.600174,0.772181) material=G4_C + --> #secondaries=11 impactParameter[fm]=3.81962 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 771 projectile=anti_D0 Ekin[MeV]=24527.2 direction=(0.933493,0.265981,0.240508) material=G4_Be + --> #secondaries=8 impactParameter[fm]=0.927265 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 772 projectile=B+ Ekin[MeV]=24792.2 direction=(0.311503,0.796368,0.518425) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=2.98312 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=0 + Collision 773 projectile=anti_triton Ekin[MeV]=10474.8 direction=(0.95118,0.289261,0.107635) material=G4_W + --> #secondaries=51 impactParameter[fm]=7.83027 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 774 projectile=deuteron Ekin[MeV]=18234.8 direction=(0.0693917,0.699327,0.711425) material=G4_Fe + --> #secondaries=34 impactParameter[fm]=4.25904 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=3 + Collision 775 projectile=omega- Ekin[MeV]=29410.9 direction=(0.304762,0.523979,0.79534) material=G4_C + --> #secondaries=11 impactParameter[fm]=3.0357 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 776 projectile=anti_proton Ekin[MeV]=20656.9 direction=(0.683319,0.28837,0.67076) material=G4_Fe + --> #secondaries=30 impactParameter[fm]=3.84749 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 777 projectile=kaon0L Ekin[MeV]=24451.9 direction=(0.0404395,0.973609,0.22461) material=G4_Cu + --> #secondaries=38 impactParameter[fm]=1.44703 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 778 projectile=pi- Ekin[MeV]=6644.46 direction=(0.0944075,0.989025,0.11365) material=G4_Al + --> #secondaries=14 impactParameter[fm]=3.3262 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 779 projectile=D0 Ekin[MeV]=6159.39 direction=(0.113424,0.0725694,0.990893) material=G4_Pb + --> #secondaries=29 impactParameter[fm]=5.47681 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 780 projectile=neutron Ekin[MeV]=26681.2 direction=(0.735546,0.669334,0.104708) material=G4_C + --> #secondaries=18 impactParameter[fm]=1.81343 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 781 projectile=triton Ekin[MeV]=11120.1 direction=(0.314555,0.244036,0.917334) material=G4_Si + --> #secondaries=26 impactParameter[fm]=4.92104 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 782 projectile=D- Ekin[MeV]=12168.2 direction=(0.743465,0.66561,0.0649872) material=G4_Cu + --> #secondaries=10 impactParameter[fm]=3.61808 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 783 projectile=lambda Ekin[MeV]=19227.2 direction=(0.244653,0.553546,0.796073) material=G4_W + --> #secondaries=55 impactParameter[fm]=3.44799 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=4 + Collision 784 projectile=anti_lambda_c+ Ekin[MeV]=16247.3 direction=(0.665586,0.518599,0.536703) material=G4_Pb + --> #secondaries=15 impactParameter[fm]=7.59343 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 785 projectile=D0 Ekin[MeV]=19684.8 direction=(0.48269,0.554905,0.677562) material=G4_Si + --> #secondaries=7 impactParameter[fm]=3.76179 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 786 projectile=kaon0L Ekin[MeV]=24964.9 direction=(0.044036,0.994527,0.0947463) material=G4_Pb + --> #secondaries=80 impactParameter[fm]=2.67307 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 787 projectile=pi+ Ekin[MeV]=22358.5 direction=(0.467636,0.617526,0.632438) material=G4_Pb + --> #secondaries=53 impactParameter[fm]=5.22221 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 788 projectile=kaon0L Ekin[MeV]=11983.7 direction=(0.896327,0.00236126,0.443387) material=G4_Al + --> #secondaries=12 impactParameter[fm]=3.98028 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 789 projectile=pi- Ekin[MeV]=19877.6 direction=(0.418305,0.711338,0.564818) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.70077 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 790 projectile=anti_omega_c0 Ekin[MeV]=4898.51 direction=(0.628755,0.741135,0.235343) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.17954 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 791 projectile=kaon0S Ekin[MeV]=2289.39 direction=(0.890036,0.2274,0.395126) material=G4_Be + --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 792 projectile=D- Ekin[MeV]=1241.44 direction=(0.172557,0.915214,0.364154) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.94956 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 793 projectile=anti_triton Ekin[MeV]=8113.96 direction=(0.571848,0.531013,0.625312) material=G4_Pb + --> #secondaries=64 impactParameter[fm]=4.18402 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=3 + Collision 794 projectile=omega_b- Ekin[MeV]=6989.39 direction=(0.582789,0.796875,0.159212) material=G4_C + --> #secondaries=7 impactParameter[fm]=1.46285 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 795 projectile=deuteron Ekin[MeV]=27281.1 direction=(0.878655,0.0724922,0.471923) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.75778 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 796 projectile=anti_deuteron Ekin[MeV]=1513.76 direction=(0.764296,0.450756,0.461162) material=G4_W + --> #secondaries=39 impactParameter[fm]=6.58543 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 797 projectile=anti_xi_b0 Ekin[MeV]=1494.13 direction=(0.337859,0.180112,0.923803) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.337048 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 798 projectile=kaon- Ekin[MeV]=7337.18 direction=(0.697347,0.328909,0.636809) material=G4_Al + --> #secondaries=16 impactParameter[fm]=2.49433 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 799 projectile=deuteron Ekin[MeV]=13266.1 direction=(0.802661,0.461452,0.377884) material=G4_Al + --> #secondaries=22 impactParameter[fm]=2.14729 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 + Collision 800 projectile=anti_xi_c0 Ekin[MeV]=20140 direction=(0.670409,0.318336,0.670234) material=G4_Si + --> #secondaries=19 impactParameter[fm]=3.51073 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + List of produced secondaries: + j=0 anti_sigma_c+ p=(6560.51,2467.74,7259.0510384.6) MeV + j=1 pi0 p=(895.285,175.32,563.9451080.98) MeV + j=2 pi+ p=(788.159,181.611,128.196830.718) MeV + j=3 kaon0S p=(1037.09,1240.49,671.231820.04) MeV + j=4 pi0 p=(1043.73,653.325,1430.191892.05) MeV + j=5 pi+ p=(391.928,-34.3977,513.608661.864) MeV + j=6 pi- p=(596.858,288.993,601.791906.305) MeV + j=7 pi+ p=(1055.46,408.099,508.9871248.64) MeV + j=8 proton p=(1120.74,642.66,1547.332223.43) MeV + j=9 pi0 p=(-53.0866,-169.269,104.122246.029) MeV + j=10 pi- p=(604.337,255.67,666.195945.455) MeV + j=11 pi- p=(-75.5299,132.621,154.736258.294) MeV + j=12 proton p=(1029.28,812.828,999.5721897.27) MeV + j=13 neutron p=(34.7853,128.989,0.78123949.016) MeV + j=14 O16 p=(103.35,218.286,-110.35914897.4) MeV + j=15 alpha p=(171.295,-92.002,-89.69893733.52) MeV + j=16 proton p=(-139.446,-51.9229,7.15071950.025) MeV + j=17 alpha p=(-101.468,-99.2657,108.4133731.66) MeV + j=18 gamma p=(4.58284,-4.96649,-1.283276.87861) MeV + Collision 801 projectile=kaon0L Ekin[MeV]=14790.7 direction=(0.0270003,0.689,0.724258) material=G4_Pb + --> #secondaries=57 impactParameter[fm]=3.27089 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 802 projectile=xi- Ekin[MeV]=4613.29 direction=(0.737972,0.020559,0.674518) material=G4_H + --> #secondaries=3 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 803 projectile=xi_b0 Ekin[MeV]=19031.8 direction=(0.681281,0.664564,0.306938) material=G4_Al + --> #secondaries=9 impactParameter[fm]=2.23845 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 804 projectile=sigma+ Ekin[MeV]=24096.7 direction=(0.95548,0.295021,0.00457003) material=G4_Cu + --> #secondaries=66 impactParameter[fm]=3.52492 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=7 + Collision 805 projectile=pi- Ekin[MeV]=14883.7 direction=(0.00328366,0.509404,0.860521) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=4.04729 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 806 projectile=anti_proton Ekin[MeV]=9035.53 direction=(0.533139,0.279301,0.798595) material=G4_Ar + --> #secondaries=30 impactParameter[fm]=0.323222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=33 #NNcollisions=3 + Collision 807 projectile=anti_xi_c0 Ekin[MeV]=4517.96 direction=(0.488264,0.1108,0.865634) material=G4_Pb + --> #secondaries=22 impactParameter[fm]=5.50206 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 808 projectile=anti_omega_c0 Ekin[MeV]=12086.9 direction=(0.0959026,0.908621,0.406461) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=4.67758 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 809 projectile=anti_lambda_b Ekin[MeV]=14928.3 direction=(0.705898,0.615302,0.350873) material=G4_Fe + --> #secondaries=13 impactParameter[fm]=1.97009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 810 projectile=kaon+ Ekin[MeV]=11451.2 direction=(0.712936,0.622717,0.322407) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=2.78793 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 811 projectile=sigma- Ekin[MeV]=12178.8 direction=(0.42185,0.113518,0.899531) material=G4_Si + --> #secondaries=25 impactParameter[fm]=1.46311 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 812 projectile=anti_He3 Ekin[MeV]=3594.5 direction=(0.585563,0.706008,0.398333) material=G4_W + --> #secondaries=42 impactParameter[fm]=6.32764 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=3 + Collision 813 projectile=xi0 Ekin[MeV]=21557.9 direction=(0.0200434,0.692253,0.721376) material=G4_He + --> #secondaries=7 impactParameter[fm]=2.17712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 814 projectile=omega_b- Ekin[MeV]=18645.4 direction=(0.762908,0.284632,0.580479) material=G4_Si + --> #secondaries=16 impactParameter[fm]=1.01099 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 815 projectile=lambda Ekin[MeV]=2821.91 direction=(0.28132,0.642493,0.712784) material=G4_Pb + --> #secondaries=63 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 816 projectile=Bs0 Ekin[MeV]=10206.9 direction=(0.532152,0.11623,0.838632) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.75635 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 817 projectile=anti_triton Ekin[MeV]=16456.5 direction=(0.657997,0.744073,0.115739) material=G4_Si + --> #secondaries=13 impactParameter[fm]=4.09162 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=29 #NNcollisions=1 + Collision 818 projectile=neutron Ekin[MeV]=15141.5 direction=(0.125584,0.18917,0.97388) material=G4_Fe + --> #secondaries=25 impactParameter[fm]=3.90603 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 819 projectile=pi+ Ekin[MeV]=10233.3 direction=(0.132363,0.887567,0.441254) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.31652 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 820 projectile=anti_Bs0 Ekin[MeV]=3366.42 direction=(0.219114,0.865201,0.451016) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.72985 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 821 projectile=anti_triton Ekin[MeV]=23654.7 direction=(0.274452,0.759363,0.589953) material=G4_Si + --> #secondaries=23 impactParameter[fm]=3.2571 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 822 projectile=pi- Ekin[MeV]=1132.03 direction=(0.713972,0.0365503,0.69922) material=G4_Al + --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 823 projectile=pi- Ekin[MeV]=26919.7 direction=(0.0306458,0.867814,0.495944) material=G4_Pb + --> #secondaries=87 impactParameter[fm]=0.717149 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=199 #NNcollisions=5 + Collision 824 projectile=Bc+ Ekin[MeV]=11665.8 direction=(0.0287765,0.930045,0.366318) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.68243 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 825 projectile=anti_sigma+ Ekin[MeV]=26081.5 direction=(0.578286,0.812189,0.0770324) material=G4_W + --> #secondaries=35 impactParameter[fm]=6.87714 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 826 projectile=xi0 Ekin[MeV]=7983.14 direction=(0.377031,0.892364,0.24806) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=5.1542 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 827 projectile=anti_proton Ekin[MeV]=6879.97 direction=(0.203412,0.467412,0.86032) material=G4_Al + --> #secondaries=14 impactParameter[fm]=2.77007 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 828 projectile=anti_lambda_b Ekin[MeV]=4651.47 direction=(0.545817,0.53563,0.644348) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=2.81231 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 829 projectile=anti_xi_b- Ekin[MeV]=10168.7 direction=(0.145223,0.194872,0.970018) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.516874 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 830 projectile=anti_sigma+ Ekin[MeV]=27370.7 direction=(0.631703,0.707816,0.316144) material=G4_Cu + --> #secondaries=55 impactParameter[fm]=2.76965 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=65 #NNcollisions=1 + Collision 831 projectile=anti_omega_b- Ekin[MeV]=26390 direction=(0.090233,0.0561265,0.994338) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.760101 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 832 projectile=pi- Ekin[MeV]=3610.87 direction=(0.193277,0.961098,0.19732) material=G4_Be + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 833 projectile=omega_b- Ekin[MeV]=19234.1 direction=(0.114747,0.792624,0.598816) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.953944 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 834 projectile=xi- Ekin[MeV]=16475.5 direction=(0.761767,0.610124,0.217853) material=G4_Be + --> #secondaries=5 impactParameter[fm]=1.29651 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 835 projectile=anti_alpha Ekin[MeV]=23927 direction=(0.538419,0.824107,0.175933) material=G4_Cu + --> #secondaries=46 impactParameter[fm]=3.28539 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 + Collision 836 projectile=kaon0S Ekin[MeV]=20499 direction=(0.299346,0.235472,0.924632) material=G4_He + --> #secondaries=13 impactParameter[fm]=1.3498 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 837 projectile=B0 Ekin[MeV]=1097.83 direction=(0.627597,0.734395,0.258429) material=G4_Cu + --> #secondaries=9 impactParameter[fm]=4.75376 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 838 projectile=anti_neutron Ekin[MeV]=24951.8 direction=(0.682685,0.383077,0.622249) material=G4_Fe + --> #secondaries=32 impactParameter[fm]=0.900495 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 839 projectile=sigma- Ekin[MeV]=26766.2 direction=(0.7133,0.382747,0.587118) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=3.56545 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 840 projectile=He3 Ekin[MeV]=5633.49 direction=(0.443236,0.0305105,0.895886) material=G4_Fe --> #secondaries=23 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 997 projectile=anti_triton Ekin[MeV]=19564 direction=(0.613797,0.594511,0.519432) material=G4_C - --> #secondaries=23 impactParameter[fm]=3.14461 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=4 - Collision 998 projectile=xi0 Ekin[MeV]=1030.68 direction=(0.550021,0.71686,0.428471) material=G4_H - --> #secondaries=2 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 999 projectile=anti_neutron Ekin[MeV]=6925.31 direction=(0.678767,0.667456,0.30623) material=G4_Pb - --> #secondaries=113 impactParameter[fm]=3.30428 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 841 projectile=Ds- Ekin[MeV]=29471.8 direction=(0.677285,0.542575,0.496887) material=G4_Al + --> #secondaries=11 impactParameter[fm]=3.21562 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 842 projectile=anti_He3 Ekin[MeV]=27796.1 direction=(0.878298,0.222798,0.42303) material=G4_Be + --> #secondaries=10 impactParameter[fm]=5.77366 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 843 projectile=anti_alpha Ekin[MeV]=18901.9 direction=(0.412405,0.708124,0.573133) material=G4_Be + --> #secondaries=34 impactParameter[fm]=0.635147 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=6 + Collision 844 projectile=D0 Ekin[MeV]=23492.7 direction=(0.475928,0.671021,0.568527) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=5.12506 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 845 projectile=anti_lambda_c+ Ekin[MeV]=16775.2 direction=(0.364764,0.8582,0.361165) material=G4_Pb + --> #secondaries=63 impactParameter[fm]=5.36883 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=6 + Collision 846 projectile=anti_D0 Ekin[MeV]=11188.3 direction=(0.875835,0.340532,0.341982) material=G4_C + --> #secondaries=9 impactParameter[fm]=0.804373 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 847 projectile=anti_neutron Ekin[MeV]=9326.08 direction=(0.201139,0.800605,0.564424) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.32341 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 848 projectile=Bs0 Ekin[MeV]=6762.95 direction=(0.777298,0.518991,0.355607) material=G4_Cu + --> #secondaries=7 impactParameter[fm]=4.17186 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=0 + Collision 849 projectile=omega_c0 Ekin[MeV]=7644.1 direction=(0.262053,0.216503,0.940455) material=G4_C + --> #secondaries=7 impactParameter[fm]=0.552199 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 850 projectile=neutron Ekin[MeV]=10516.8 direction=(0.544767,0.838324,0.0210154) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=6.0721 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 851 projectile=proton Ekin[MeV]=28973.4 direction=(0.448185,0.0797277,0.890378) material=G4_W + --> #secondaries=49 impactParameter[fm]=5.88952 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 852 projectile=kaon0S Ekin[MeV]=23095.5 direction=(0.318852,0.654825,0.685229) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.964484 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 853 projectile=B- Ekin[MeV]=19913 direction=(0.540494,0.551789,0.635134) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=1.83459 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 854 projectile=anti_xi_b- Ekin[MeV]=25211.5 direction=(0.454945,0.603253,0.655065) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.97178 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 855 projectile=anti_triton Ekin[MeV]=15230.2 direction=(0.0275811,0.231266,0.9725) material=G4_H + --> #secondaries=6 impactParameter[fm]=2.14953 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 856 projectile=anti_lambda_b Ekin[MeV]=14825.3 direction=(0.378096,0.649997,0.659201) material=G4_Pb + --> #secondaries=76 impactParameter[fm]=2.81897 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=5 + Collision 857 projectile=He3 Ekin[MeV]=10120.4 direction=(0.343721,0.660972,0.667062) material=G4_Be + --> #secondaries=11 impactParameter[fm]=2.00844 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 858 projectile=He3 Ekin[MeV]=20829 direction=(0.33844,0.573346,0.746145) material=G4_W + --> #secondaries=28 impactParameter[fm]=7.4645 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 859 projectile=He3 Ekin[MeV]=9933.73 direction=(0.68005,0.657595,0.324194) material=G4_He + --> #secondaries=10 impactParameter[fm]=2.07109 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 860 projectile=sigma- Ekin[MeV]=24885.2 direction=(0.749142,0.479493,0.457027) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.15242 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 861 projectile=B- Ekin[MeV]=19744.2 direction=(0.0183188,0.77763,0.628456) material=G4_Be + --> #secondaries=5 impactParameter[fm]=1.86246 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 862 projectile=D- Ekin[MeV]=21113.6 direction=(0.0161799,0.443638,0.89606) material=G4_Si + --> #secondaries=22 impactParameter[fm]=2.48686 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 863 projectile=kaon- Ekin[MeV]=27429.4 direction=(0.900698,0.0415412,0.432455) material=G4_He + --> #secondaries=15 impactParameter[fm]=1.829 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 864 projectile=anti_omega- Ekin[MeV]=4595.28 direction=(0.146607,0.701116,0.697813) material=G4_Pb + --> #secondaries=24 impactParameter[fm]=8.44017 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 865 projectile=pi- Ekin[MeV]=15146.8 direction=(0.192247,0.258951,0.946565) material=G4_Pb + --> #secondaries=94 impactParameter[fm]=5.28932 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=5 + Collision 866 projectile=kaon+ Ekin[MeV]=8584.81 direction=(0.643261,0.21656,0.734382) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=3.58796 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 867 projectile=Bc- Ekin[MeV]=11844.9 direction=(0.255612,0.488545,0.834258) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.38706 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 868 projectile=anti_omega- Ekin[MeV]=3320.78 direction=(0.337847,0.412841,0.845826) material=G4_W + --> #secondaries=24 impactParameter[fm]=6.16903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 869 projectile=anti_xi_b- Ekin[MeV]=8712.56 direction=(0.905058,0.394909,0.157853) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.87 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 870 projectile=anti_xi0 Ekin[MeV]=17838.5 direction=(0.469159,0.646756,0.601328) material=G4_Si + --> #secondaries=18 impactParameter[fm]=2.7941 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 871 projectile=triton Ekin[MeV]=7634.66 direction=(0.189819,0.788019,0.585658) material=G4_H + --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 872 projectile=Bs0 Ekin[MeV]=12322.6 direction=(0.606012,0.567558,0.557339) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.95521 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 873 projectile=proton Ekin[MeV]=18653.2 direction=(0.964122,0.262981,0.0361797) material=G4_C + --> #secondaries=20 impactParameter[fm]=2.08875 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 874 projectile=alpha Ekin[MeV]=16614 direction=(0.643868,0.213236,0.734823) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 875 projectile=anti_D0 Ekin[MeV]=1578.35 direction=(0.69446,0.526265,0.490684) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.07117 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 876 projectile=B- Ekin[MeV]=8094.12 direction=(0.749739,0.207336,0.628413) material=G4_Pb + --> #secondaries=25 impactParameter[fm]=6.17134 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 877 projectile=xi_c+ Ekin[MeV]=20909.8 direction=(0.975993,0.136687,0.169569) material=G4_Be + --> #secondaries=15 impactParameter[fm]=0.865331 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 878 projectile=anti_D0 Ekin[MeV]=24055.4 direction=(0.132751,0.131132,0.982437) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.885647 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 879 projectile=omega- Ekin[MeV]=28947.1 direction=(0.782349,0.534938,0.319017) material=G4_W + --> #secondaries=14 impactParameter[fm]=7.06953 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 880 projectile=anti_neutron Ekin[MeV]=18627.1 direction=(0.162101,0.738995,0.653919) material=G4_H + --> #secondaries=11 impactParameter[fm]=0.812687 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 881 projectile=anti_deuteron Ekin[MeV]=17080.3 direction=(0.40111,0.221853,0.888759) material=G4_W + --> #secondaries=60 impactParameter[fm]=5.31731 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 882 projectile=anti_xi0 Ekin[MeV]=26421.4 direction=(0.132481,0.728903,0.671677) material=G4_Ar + --> #secondaries=12 impactParameter[fm]=5.26644 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 883 projectile=anti_omega_c0 Ekin[MeV]=7342.15 direction=(0.0763744,0.429613,0.899777) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=3.56405 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 884 projectile=anti_xi_b- Ekin[MeV]=27571.1 direction=(0.682328,0.624889,0.379398) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.581163 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 885 projectile=pi- Ekin[MeV]=21740.7 direction=(0.766377,0.636642,0.0857504) material=G4_W + --> #secondaries=50 impactParameter[fm]=4.43087 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 886 projectile=xi_b- Ekin[MeV]=4277.36 direction=(0.231601,0.669287,0.705985) material=G4_Al + --> #secondaries=9 impactParameter[fm]=4.019 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 887 projectile=kaon0S Ekin[MeV]=25789.4 direction=(0.298832,0.829124,0.472497) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.31748 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 888 projectile=alpha Ekin[MeV]=9143.05 direction=(0.417861,0.0952643,0.903503) material=G4_Si + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 889 projectile=lambda_b Ekin[MeV]=29014.7 direction=(0.557281,0.694304,0.45539) material=G4_Ar + --> #secondaries=34 impactParameter[fm]=2.98272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 890 projectile=anti_xi_b- Ekin[MeV]=13928.7 direction=(0.617666,0.485615,0.618601) material=G4_Al + --> #secondaries=9 impactParameter[fm]=2.02944 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 891 projectile=pi+ Ekin[MeV]=4036.04 direction=(0.600941,0.523861,0.603688) material=G4_Si + --> #secondaries=28 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 892 projectile=He3 Ekin[MeV]=5362.06 direction=(0.419428,0.838195,0.348582) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 893 projectile=lambda Ekin[MeV]=20038.6 direction=(0.973639,0.224928,0.0378788) material=G4_C + --> #secondaries=15 impactParameter[fm]=2.09661 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 894 projectile=He3 Ekin[MeV]=10282.7 direction=(0.15035,0.260773,0.953621) material=G4_W + --> #secondaries=78 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 895 projectile=anti_deuteron Ekin[MeV]=25723 direction=(0.277022,0.934657,0.222881) material=G4_Be + --> #secondaries=11 impactParameter[fm]=3.82378 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 896 projectile=anti_B0 Ekin[MeV]=1133.9 direction=(0.326708,0.8543,0.404268) material=G4_Pb + --> #secondaries=22 impactParameter[fm]=1.44667 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 897 projectile=triton Ekin[MeV]=4230.99 direction=(0.584077,0.367833,0.723569) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 898 projectile=anti_omega_b- Ekin[MeV]=1123.79 direction=(0.310114,0.57448,0.757497) material=G4_Pb + --> #secondaries=8 impactParameter[fm]=7.14139 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 899 projectile=triton Ekin[MeV]=3710.83 direction=(0.64345,0.0400198,0.764441) material=G4_Si + --> #secondaries=16 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 900 projectile=anti_omega_c0 Ekin[MeV]=4762.3 direction=(0.404609,0.907901,0.109578) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.695 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + List of produced secondaries: + j=0 anti_omega_c0 p=(1388.89,3243.23,506.8384468.62) MeV + j=1 neutron p=(447.768,-36.4445,-181.5511057.15) MeV + j=2 pi+ p=(172.37,385.874,-53.3542448.26) MeV + j=3 neutron p=(-318.242,1276.82,352.4241654.85) MeV + j=4 pi+ p=(737.76,608.016,103.635971.696) MeV + j=5 alpha p=(766.838,425.069,-583.0853873.25) MeV + j=6 neutron p=(153.154,51.3456,-21.2292953.586) MeV + j=7 neutron p=(103.492,115.239,-190.282971.072) MeV + j=8 neutron p=(243.867,-36.4519,331.841026.5) MeV + j=9 proton p=(86.0092,134.692,15.8659951.917) MeV + j=10 neutron p=(-251.394,171.039,20.8329987.76) MeV + j=11 proton p=(-717.121,-25.4388,4601267.62) MeV + Collision 901 projectile=triton Ekin[MeV]=8027.27 direction=(0.601631,0.680028,0.41905) material=G4_Be + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 902 projectile=anti_lambda_c+ Ekin[MeV]=13471.5 direction=(0.637948,0.653477,0.407419) material=G4_W + --> #secondaries=23 impactParameter[fm]=9.3209 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 903 projectile=anti_sigma+ Ekin[MeV]=4205.28 direction=(0.682385,0.522017,0.511712) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.86977 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 904 projectile=alpha Ekin[MeV]=25938.4 direction=(0.900054,0.1832,0.395399) material=G4_Si + --> #secondaries=16 impactParameter[fm]=3.62407 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=3 + Collision 905 projectile=Bs0 Ekin[MeV]=13779.7 direction=(0.795517,0.144965,0.588335) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.02183 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 906 projectile=anti_xi_b- Ekin[MeV]=22446.6 direction=(0.939964,0.320006,0.118591) material=G4_Si + --> #secondaries=26 impactParameter[fm]=1.39636 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 907 projectile=D0 Ekin[MeV]=1787.38 direction=(0.461495,0.717843,0.521271) material=G4_Si + --> #secondaries=8 impactParameter[fm]=3.16506 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 908 projectile=omega_c0 Ekin[MeV]=6536.32 direction=(0.60444,0.255494,0.754569) material=G4_Al + --> #secondaries=6 impactParameter[fm]=3.26189 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 909 projectile=anti_deuteron Ekin[MeV]=22437.7 direction=(0.501336,0.850374,0.159769) material=G4_Ar + --> #secondaries=35 impactParameter[fm]=1.61403 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=3 + Collision 910 projectile=anti_triton Ekin[MeV]=15240 direction=(0.590328,0.586912,0.554119) material=G4_W + --> #secondaries=55 impactParameter[fm]=5.81301 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=185 #NNcollisions=2 + Collision 911 projectile=xi_b- Ekin[MeV]=5953.13 direction=(0.376059,0.850104,0.36865) material=G4_Be + --> #secondaries=9 impactParameter[fm]=0.356609 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 912 projectile=anti_triton Ekin[MeV]=10567.7 direction=(0.599953,0.568209,0.5632) material=G4_Si + --> #secondaries=32 impactParameter[fm]=3.73748 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=3 + Collision 913 projectile=anti_xi0 Ekin[MeV]=19640.6 direction=(0.513542,0.766515,0.385654) material=G4_C + --> #secondaries=18 impactParameter[fm]=1.68527 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 914 projectile=sigma- Ekin[MeV]=5956.18 direction=(0.2634,0.672391,0.691745) material=G4_W + --> #secondaries=38 impactParameter[fm]=5.53512 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 915 projectile=xi_c+ Ekin[MeV]=18089.1 direction=(0.258323,0.330743,0.907678) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.55977 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 916 projectile=anti_sigma- Ekin[MeV]=8548.6 direction=(0.892308,0.205203,0.402093) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.27848 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 917 projectile=Bs0 Ekin[MeV]=13068.9 direction=(0.369058,0.581853,0.724737) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.09284 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 918 projectile=Bc+ Ekin[MeV]=29693.4 direction=(0.165864,0.110663,0.97992) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.1541 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 919 projectile=D+ Ekin[MeV]=3850.41 direction=(0.305555,0.199305,0.931082) material=G4_Pb + --> #secondaries=41 impactParameter[fm]=1.49079 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=1 + Collision 920 projectile=anti_omega_c0 Ekin[MeV]=15310 direction=(0.442606,0.737253,0.510448) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=3.23272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 921 projectile=anti_xi_b0 Ekin[MeV]=2191.68 direction=(0.927368,0.353269,0.123245) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=3.53709 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=0 + Collision 922 projectile=xi_b- Ekin[MeV]=5935.41 direction=(0.845966,0.341189,0.409794) material=G4_C + --> #secondaries=9 impactParameter[fm]=0.6363 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 923 projectile=anti_omega- Ekin[MeV]=21835.7 direction=(0.733042,0.153999,0.662521) material=G4_Si + --> #secondaries=21 impactParameter[fm]=1.62702 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 924 projectile=alpha Ekin[MeV]=25119.5 direction=(0.966788,0.192567,0.168047) material=G4_H + --> #secondaries=6 impactParameter[fm]=2.11476 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 925 projectile=sigma- Ekin[MeV]=14736.9 direction=(0.614098,0.761107,0.208804) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.08849 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 926 projectile=proton Ekin[MeV]=19160.6 direction=(0.851072,0.460824,0.25163) material=G4_Si + --> #secondaries=33 impactParameter[fm]=0.530615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 + Collision 927 projectile=deuteron Ekin[MeV]=23037.5 direction=(0.257692,0.656195,0.709228) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.82083 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 928 projectile=kaon- Ekin[MeV]=17211.4 direction=(0.530787,0.577089,0.620672) material=G4_C + --> #secondaries=13 impactParameter[fm]=3.08979 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 929 projectile=Ds- Ekin[MeV]=6304.64 direction=(0.0160699,0.740027,0.672385) material=G4_Ar + --> #secondaries=12 impactParameter[fm]=1.12744 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 930 projectile=sigma- Ekin[MeV]=16784.8 direction=(0.884198,0.38655,0.262244) material=G4_Al + --> #secondaries=13 impactParameter[fm]=3.12675 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 931 projectile=xi0 Ekin[MeV]=19742.9 direction=(0.00522714,0.790562,0.612359) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.35677 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 932 projectile=anti_B0 Ekin[MeV]=22766.6 direction=(0.710589,0.136385,0.690263) material=G4_Pb + --> #secondaries=28 impactParameter[fm]=7.76713 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 933 projectile=anti_deuteron Ekin[MeV]=12636.3 direction=(0.748011,0.525553,0.405308) material=G4_He + --> #secondaries=9 impactParameter[fm]=0.486668 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=2 + Collision 934 projectile=D0 Ekin[MeV]=15890.1 direction=(0.466945,0.433581,0.770695) material=G4_Al + --> #secondaries=14 impactParameter[fm]=3.97825 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 935 projectile=anti_sigma- Ekin[MeV]=4170.74 direction=(0.167551,0.0289783,0.985437) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.727454 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 936 projectile=D+ Ekin[MeV]=25115.2 direction=(0.918028,0.0391705,0.394575) material=G4_Si + --> #secondaries=15 impactParameter[fm]=2.14801 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 937 projectile=anti_He3 Ekin[MeV]=2455.54 direction=(0.653912,0.143686,0.742801) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.68089 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 938 projectile=anti_B0 Ekin[MeV]=2300.77 direction=(0.233878,0.578066,0.781755) material=G4_C + --> #secondaries=7 impactParameter[fm]=1.90001 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 939 projectile=Bc- Ekin[MeV]=14879.4 direction=(0.673129,0.657816,0.337898) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=3.89785 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 940 projectile=anti_lambda_c+ Ekin[MeV]=26454.2 direction=(0.601885,0.260331,0.754958) material=G4_Cu + --> #secondaries=61 impactParameter[fm]=1.66104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 941 projectile=lambda Ekin[MeV]=6662.69 direction=(0.762097,0.646794,0.0294266) material=G4_He + --> #secondaries=8 impactParameter[fm]=0.440271 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 942 projectile=lambda_b Ekin[MeV]=18508.1 direction=(0.209911,0.712033,0.670034) material=G4_Be + --> #secondaries=14 impactParameter[fm]=1.12283 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 943 projectile=anti_sigma+ Ekin[MeV]=29247.4 direction=(0.513184,0.543113,0.664583) material=G4_Al + --> #secondaries=31 impactParameter[fm]=2.17481 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 944 projectile=Bc+ Ekin[MeV]=18495 direction=(0.642114,0.68145,0.351162) material=G4_Cu + --> #secondaries=6 impactParameter[fm]=5.444 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 945 projectile=B- Ekin[MeV]=5497.48 direction=(0.863283,0.482172,0.149173) material=G4_Si + --> #secondaries=16 impactParameter[fm]=2.18372 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 946 projectile=sigma+ Ekin[MeV]=29276.2 direction=(0.288546,0.421031,0.859927) material=G4_He + --> #secondaries=11 impactParameter[fm]=1.1746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 947 projectile=anti_xi_b- Ekin[MeV]=8421.39 direction=(0.45935,0.201852,0.865016) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.7675 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 948 projectile=lambda_c+ Ekin[MeV]=20842.6 direction=(0.724663,0.0997916,0.68184) material=G4_Al + --> #secondaries=16 impactParameter[fm]=4.93071 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 949 projectile=xi_b- Ekin[MeV]=15621.9 direction=(0.0286759,0.568797,0.821978) material=G4_Cu + --> #secondaries=28 impactParameter[fm]=2.71825 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 950 projectile=anti_xi_b- Ekin[MeV]=16823.3 direction=(0.52683,0.208308,0.824049) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.10911 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 951 projectile=xi- Ekin[MeV]=19805.6 direction=(0.787301,0.599109,0.145693) material=G4_Ar + --> #secondaries=24 impactParameter[fm]=3.5844 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 952 projectile=anti_He3 Ekin[MeV]=9638.35 direction=(0.785948,0.617257,0.0357688) material=G4_Al + --> #secondaries=21 impactParameter[fm]=3.36839 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 953 projectile=deuteron Ekin[MeV]=4508.58 direction=(0.578798,0.767923,0.274386) material=G4_Fe + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 954 projectile=anti_He3 Ekin[MeV]=1921.52 direction=(0.758892,0.615053,0.213995) material=G4_Be + --> #secondaries=12 impactParameter[fm]=4.29792 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 955 projectile=xi_c0 Ekin[MeV]=7184.69 direction=(0.578544,0.291599,0.761746) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.29674 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 956 projectile=kaon- Ekin[MeV]=15755.6 direction=(0.681701,0.193641,0.70554) material=G4_W + --> #secondaries=52 impactParameter[fm]=3.47183 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 957 projectile=D0 Ekin[MeV]=21430.1 direction=(0.735832,0.670895,0.0919313) material=G4_Fe + --> #secondaries=31 impactParameter[fm]=0.206901 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 958 projectile=lambda_c+ Ekin[MeV]=8503.86 direction=(0.558467,0.493391,0.666843) material=G4_Pb + --> #secondaries=10 impactParameter[fm]=7.85591 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 959 projectile=xi_b0 Ekin[MeV]=29620.3 direction=(0.372391,0.705418,0.603084) material=G4_Si + --> #secondaries=16 impactParameter[fm]=4.36393 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 960 projectile=anti_D0 Ekin[MeV]=25820.4 direction=(0.765227,0.587965,0.262154) material=G4_Pb + --> #secondaries=36 impactParameter[fm]=3.42335 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 961 projectile=xi0 Ekin[MeV]=26758.3 direction=(0.426018,0.0724432,0.90181) material=G4_C + --> #secondaries=18 impactParameter[fm]=0.766152 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 962 projectile=Bc+ Ekin[MeV]=4403.16 direction=(0.0305886,0.844194,0.535165) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=3.38809 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 963 projectile=anti_Bs0 Ekin[MeV]=9695.46 direction=(0.609769,0.789214,0.0729601) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=0.634792 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 964 projectile=omega- Ekin[MeV]=27826.2 direction=(0.497184,0.0371858,0.866848) material=G4_Cu + --> #secondaries=9 impactParameter[fm]=6.27896 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 965 projectile=omega_c0 Ekin[MeV]=13317.1 direction=(0.674621,0.641219,0.365683) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.31935 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 966 projectile=B+ Ekin[MeV]=17962.3 direction=(0.00142237,0.647773,0.761832) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.81368 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 967 projectile=kaon- Ekin[MeV]=18941.1 direction=(0.793614,0.337828,0.506013) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.61133 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 968 projectile=omega- Ekin[MeV]=23284.3 direction=(0.50548,0.840072,0.196901) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.22555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 969 projectile=omega_b- Ekin[MeV]=1267.66 direction=(0.116347,0.636014,0.762856) material=G4_Fe + --> #secondaries=13 impactParameter[fm]=3.69646 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=0 + Collision 970 projectile=proton Ekin[MeV]=6376.67 direction=(0.364539,0.874004,0.321292) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.37246 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 971 projectile=anti_xi_b0 Ekin[MeV]=3242.8 direction=(0.750663,0.660466,0.017027) material=G4_C + --> #secondaries=7 impactParameter[fm]=2.18535 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 + Collision 972 projectile=omega_c0 Ekin[MeV]=5292.83 direction=(0.20751,0.868377,0.450401) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=3.08149 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 973 projectile=anti_xi- Ekin[MeV]=13352.3 direction=(0.804695,0.58125,0.120894) material=G4_He + --> #secondaries=10 impactParameter[fm]=0.850589 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 974 projectile=kaon0S Ekin[MeV]=18430.6 direction=(0.721926,0.689323,0.0604663) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.849929 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 975 projectile=sigma+ Ekin[MeV]=18149.4 direction=(0.635806,0.117038,0.762924) material=G4_C + --> #secondaries=16 impactParameter[fm]=1.68619 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 976 projectile=kaon- Ekin[MeV]=23854.9 direction=(0.0293571,0.771208,0.635907) material=G4_W + --> #secondaries=27 impactParameter[fm]=5.2196 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 977 projectile=Ds+ Ekin[MeV]=21124 direction=(0.788936,0.614289,0.0151113) material=G4_W + --> #secondaries=38 impactParameter[fm]=5.67838 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 978 projectile=anti_neutron Ekin[MeV]=29927.1 direction=(0.408133,0.839783,0.35804) material=G4_Be + --> #secondaries=13 impactParameter[fm]=1.52702 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 979 projectile=lambda_b Ekin[MeV]=2891.78 direction=(0.900889,0.354989,0.249765) material=G4_Al + --> #secondaries=17 impactParameter[fm]=1.48121 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=0 + Collision 980 projectile=He3 Ekin[MeV]=24644.5 direction=(0.626855,0.181736,0.757644) material=G4_Pb + --> #secondaries=165 impactParameter[fm]=1.58316 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=11 + Collision 981 projectile=sigma- Ekin[MeV]=8764.2 direction=(0.833817,0.339064,0.435642) material=G4_W + --> #secondaries=49 impactParameter[fm]=5.54735 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 982 projectile=anti_xi_c+ Ekin[MeV]=26702.7 direction=(0.622685,0.782015,0.0267665) material=G4_W + --> #secondaries=22 impactParameter[fm]=6.90734 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 983 projectile=anti_lambda Ekin[MeV]=21693.1 direction=(0.679708,0.0727537,0.729866) material=G4_W + --> #secondaries=47 impactParameter[fm]=0.879065 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 984 projectile=anti_B0 Ekin[MeV]=20855.8 direction=(0.474935,0.665187,0.576162) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=2.85916 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 985 projectile=sigma+ Ekin[MeV]=8636.21 direction=(0.48369,0.871907,0.0763079) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.160298 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 986 projectile=Bs0 Ekin[MeV]=14530.5 direction=(0.711004,0.69211,0.12433) material=G4_Si + --> #secondaries=13 impactParameter[fm]=4.3286 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 987 projectile=anti_alpha Ekin[MeV]=3367.68 direction=(0.981363,0.0387528,0.188215) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.66915 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 988 projectile=xi_c0 Ekin[MeV]=2810.36 direction=(0.0513394,0.773493,0.631722) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.184405 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 989 projectile=B- Ekin[MeV]=28308.9 direction=(0.705189,0.666401,0.242111) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=1.52751 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 990 projectile=anti_sigma+ Ekin[MeV]=8703.01 direction=(0.834633,0.0360339,0.549626) material=G4_Pb + --> #secondaries=31 impactParameter[fm]=7.94127 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 991 projectile=lambda_c+ Ekin[MeV]=19488.8 direction=(0.752433,0.359971,0.551603) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.65847 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 992 projectile=Bc- Ekin[MeV]=19641.5 direction=(0.914213,0.161614,0.371612) material=G4_W + --> #secondaries=19 impactParameter[fm]=6.75187 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 993 projectile=omega- Ekin[MeV]=16627.1 direction=(0.395281,0.6281,0.670256) material=G4_C + --> #secondaries=5 impactParameter[fm]=2.26699 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 994 projectile=anti_omega- Ekin[MeV]=7189.28 direction=(0.132918,0.639762,0.756992) material=G4_C + --> #secondaries=11 impactParameter[fm]=0.938065 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 + Collision 995 projectile=D0 Ekin[MeV]=18817.6 direction=(0.793313,0.444088,0.416463) material=G4_W + --> #secondaries=49 impactParameter[fm]=5.29134 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 996 projectile=alpha Ekin[MeV]=25492 direction=(0.587056,0.681854,0.436396) material=G4_Al + --> #secondaries=12 impactParameter[fm]=5.50196 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 997 projectile=anti_xi_b- Ekin[MeV]=26510.7 direction=(0.537995,0.837282,0.0975681) material=G4_Cu + --> #secondaries=24 impactParameter[fm]=2.44551 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 998 projectile=xi_c0 Ekin[MeV]=20194.7 direction=(0.916015,0.380584,0.126776) material=G4_Si + --> #secondaries=30 impactParameter[fm]=1.00528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 999 projectile=anti_lambda_b Ekin[MeV]=18449.1 direction=(0.596148,0.782409,0.180119) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.14474 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Final random number = 0.144307 + Final random number = 0.976193 === End of test === diff --git a/examples/extended/hadronic/Hadr10/History b/examples/extended/hadronic/Hadr10/History index de9b3f160d..01c18ad48d 100644 --- a/examples/extended/hadronic/Hadr10/History +++ b/examples/extended/hadronic/Hadr10/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Hadr10 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadr10 History file - ------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exhadr10-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 26-05-21 Alberto Ribon (exhadr10-V10-07-00) - Created this example. diff --git a/examples/extended/hadronic/Hadr10/hadr10.out b/examples/extended/hadronic/Hadr10/hadr10.out new file mode 100644 index 0000000000..b18aa112ca --- /dev/null +++ b/examples/extended/hadronic/Hadr10/hadr10.out @@ -0,0 +1,3029 @@ + + ===================================================== + Initial seed = 1656510490 + ===================================================== + +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +### G4PhysListFactory WARNING: environment variable PHYSLIST is not defined + Default Physics Lists FTFP_BERT is instantiated +G4PhysListFactory::GetReferencePhysList EMoption= 0 +<<< Geant4 Physics List simulation engine: FTFP_BERT + + + + + ------ DetectorConstruction::PrintParameters() ------ + Material = G4_Be + Target Inner Radius = 9 mm + Target Outer Radius = 11 mm + B [T] = (0,0,0) + ------------------------------------------------------ + + +DetectorConstruction::ConstructLayer() : + World (box) size: + x : -/+ 1010 mm y : -/+ 1010 mm z : -/+ 1010 mm + Layer (cylinder) size : + radii : 9 , 11 mm length (along z) : 2000 mm + + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 + + + ------ DetectorConstruction::PrintParameters() ------ + Material = G4_Si + Target Inner Radius = 9 mm + Target Outer Radius = 29 mm + B [T] = (0,0,4) + ------------------------------------------------------ + +Start re-initialization because + Geometry +has been modified since last Run. + + + ------ DetectorConstruction::PrintParameters() ------ + Material = G4_Si + Target Inner Radius = 9 mm + Target Outer Radius = 29 mm + B [T] = (0,0,4) + ------------------------------------------------------ + + +DetectorConstruction::ConstructLayer() : + World (box) size: + x : -/+ 1010 mm y : -/+ 1010 mm z : -/+ 1010 mm + Layer (cylinder) size : + radii : 9 , 29 mm length (along z) : 2000 mm + + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. +### Run 0 starts. + Event#=0 t[ns]=0.246466 r[mm]=73.8882 deltaR[mum]=5.51105e-05 deltaEkin[MeV]=6.67018 deltaAngle(deg)=0.00841525 + Event#=1000 t[ns]=0.154613 r[mm]=46.3516 deltaR[mum]=2.62396e-05 deltaEkin[MeV]=9.15849 deltaAngle(deg)=0.00677146 + Event#=2000 t[ns]=0.112171 r[mm]=33.6279 deltaR[mum]=1.00116e-05 deltaEkin[MeV]=7.69782 deltaAngle(deg)=0.00501021 + Event#=3000 t[ns]=0.178842 r[mm]=53.6152 deltaR[mum]=2.54285e-05 deltaEkin[MeV]=6.90605 deltaAngle(deg)=0.00604041 + Event#=4000 t[ns]=0.0907513 r[mm]=27.2064 deltaR[mum]=4.21922e-06 deltaEkin[MeV]=7.31798 deltaAngle(deg)=0.00345772 + Event#=5000 t[ns]=0.0517937 r[mm]=15.5273 deltaR[mum]=8.01341e-07 deltaEkin[MeV]=2.39105 deltaAngle(deg)=0.00223385 + Event#=6000 t[ns]=0.230527 r[mm]=69.1099 deltaR[mum]=5.30845e-05 deltaEkin[MeV]=6.63255 deltaAngle(deg)=0.00902901 + Event#=7000 t[ns]=0.000557668 r[mm]=0.167184 deltaR[mum]=1.11022e-12 deltaEkin[MeV]=0 deltaAngle(deg)=2.28909e-05 + Event#=8000 t[ns]=0.0352386 r[mm]=10.5642 deltaR[mum]=3.17002e-07 deltaEkin[MeV]=0.618776 deltaAngle(deg)=0.00131967 + Event#=9000 t[ns]=0.0868452 r[mm]=26.0354 deltaR[mum]=2.96883e-06 deltaEkin[MeV]=5.80424 deltaAngle(deg)=0.00293033 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.200000s Real=0.197782s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 0 + primary PDG code = 15 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 501.777 + primary initial momentum [GeV] = 501.774 + primary initial Lorentz beta = 0.999994 + primary initial Lorentz gamma = 282.395 + primary initial 3 momentum [GeV] = (501.774,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 10000 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=3.34153e-06 mean=0.0803817 max=0.835075 + decay R [mm] : min=0.00100176 mean=24.0977 max=250.348 + decay X [mm] : min=0.00100176 mean=24.0977 max=250.348 + decay Y [mm] : min=-0.000422745 mean=0.00159188 max=0.0775748 + decay Z [mm] : min=-0.00312303 mean=1.74213e-06 max=0.0042392 + Delta decay R [mm] : min=-3.46945e-18 mean=1.8949e-08 max=3.7019e-06 + deflection angle [deg] : min=0 mean=0.00332581 max=0.0347639 + Delta Ekin [MeV] : min=0 mean=5.26297 max=5608.94 + decay Ekin [GeV] : min=494.391 mean=499.995 max=500 + decay Px [GeV] : min=496.165 mean=501.768 max=501.774 + decay Py [GeV] : min=-0.0390533 mean=0.0288828 max=0.304422 + decay Pz [GeV] : min=-0.0330291 mean=1.09608e-05 max=0.0410966 + decay Etot violation [MeV] : min=-1.0064e-05 mean=5.49666e-06 max=2.64479e-05 + decay Px violation [MeV] : min=-1.0064e-05 mean=5.49669e-06 max=2.6448e-05 + decay Py violation [MeV] : min=-1.04359e-09 mean=4.41221e-10 max=6.74984e-09 + decay Pz violation [MeV] : min=-9.64487e-10 mean=7.65696e-13 max=1.16187e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.0615967 (mean=0.0099122) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 4.87358e-09 , 4.87358e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.28353e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -114.457 (mean=-0.219643) (#above threshold = 97) + maxOverestimated_mc_truth_rPos_delta [mum] = 83.3579 (mean=0.174008) (#above threshold = 347) + minUnderestimated_rDeltaPos [mum] = -114.456 (mean=-0.219624) (#above threshold = 97) + maxOverestimated_rDeltaPos [mum] = 83.359 (mean=0.174027) (#above threshold = 347) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0342195 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. +### Run 1 starts. + Event#=0 t[ns]=0.0564851 r[mm]=16.9337 deltaR[mum]=9.76843e-07 deltaEkin[MeV]=2.84857 deltaAngle(deg)=0.00245413 + Event#=1000 t[ns]=0.157346 r[mm]=47.1709 deltaR[mum]=2.45435e-05 deltaEkin[MeV]=7.3798 deltaAngle(deg)=0.0067783 + Event#=2000 t[ns]=0.0983243 r[mm]=29.4767 deltaR[mum]=5.54497e-06 deltaEkin[MeV]=8.8514 deltaAngle(deg)=0.00351833 + Event#=3000 t[ns]=0.016008 r[mm]=4.79904 deltaR[mum]=2.63025e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000657061 + Event#=4000 t[ns]=0.0613018 r[mm]=18.3777 deltaR[mum]=5.65149e-06 deltaEkin[MeV]=24.8892 deltaAngle(deg)=0.00192804 + Event#=5000 t[ns]=0.0409749 r[mm]=12.2839 deltaR[mum]=4.70745e-07 deltaEkin[MeV]=1.22592 deltaAngle(deg)=0.00181004 + Event#=6000 t[ns]=0.199646 r[mm]=59.8521 deltaR[mum]=4.17774e-05 deltaEkin[MeV]=7.12973 deltaAngle(deg)=0.0077454 + Event#=7000 t[ns]=0.102385 r[mm]=30.6942 deltaR[mum]=5.71649e-06 deltaEkin[MeV]=7.35724 deltaAngle(deg)=0.00443213 + Event#=8000 t[ns]=0.0315844 r[mm]=9.46871 deltaR[mum]=2.17813e-07 deltaEkin[MeV]=0.131092 deltaAngle(deg)=0.00121929 + Event#=9000 t[ns]=0.132233 r[mm]=39.6423 deltaR[mum]=2.52943e-05 deltaEkin[MeV]=12.4582 deltaAngle(deg)=0.00686576 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.190000s Real=0.192455s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 1 + primary PDG code = -15 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 501.777 + primary initial momentum [GeV] = 501.774 + primary initial Lorentz beta = 0.999994 + primary initial Lorentz gamma = 282.395 + primary initial 3 momentum [GeV] = (501.774,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 10000 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.8666e-06 mean=0.0810547 max=0.698366 + decay R [mm] : min=0.00055959 mean=24.2994 max=209.364 + decay X [mm] : min=0.00055959 mean=24.2994 max=209.364 + decay Y [mm] : min=-0.0523021 mean=-0.00161334 max=-3.74181e-13 + decay Z [mm] : min=-0.00489275 mean=3.82894e-06 max=0.00377365 + Delta decay R [mm] : min=0 mean=1.93598e-08 max=2.23229e-06 + deflection angle [deg] : min=0 mean=0.00334765 max=0.0286601 + Delta Ekin [MeV] : min=0 mean=4.59737 max=1016.37 + decay Ekin [GeV] : min=498.984 mean=499.995 max=500 + decay Px [GeV] : min=500.757 mean=501.769 max=501.774 + decay Py [GeV] : min=-0.250831 mean=-0.0290766 max=0.00752494 + decay Pz [GeV] : min=-0.0383301 mean=8.13764e-05 max=0.0403097 + decay Etot violation [MeV] : min=-1.14021e-05 mean=5.65336e-06 max=2.55692e-05 + decay Px violation [MeV] : min=-1.14023e-05 mean=5.65338e-06 max=2.55693e-05 + decay Py violation [MeV] : min=-5.85158e-09 mean=-4.48933e-10 max=1.3342e-09 + decay Pz violation [MeV] : min=-7.10724e-10 mean=1.39441e-12 max=9.31447e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.053009 (mean=0.0101315) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 4.58959e-09 , 4.58959e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.40065e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -44.1749 (mean=-0.206777) (#above threshold = 94) + maxOverestimated_mc_truth_rPos_delta [mum] = 34.9547 (mean=0.178257) (#above threshold = 395) + minUnderestimated_rDeltaPos [mum] = -44.1744 (mean=-0.206758) (#above threshold = 94) + maxOverestimated_rDeltaPos [mum] = 34.9551 (mean=0.178276) (#above threshold = 395) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0327499 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 2 starts. +### Run 2 starts. + Event#=0 t[ns]=0.155737 r[mm]=46.6883 deltaR[mum]=3.30354e-05 deltaEkin[MeV]=6.76188 deltaAngle(deg)=0.00786371 + Event#=1000 t[ns]=0.144885 r[mm]=43.4351 deltaR[mum]=1.3551e-05 deltaEkin[MeV]=7.36233 deltaAngle(deg)=0.00500489 + Event#=2000 t[ns]=0.0839052 r[mm]=25.154 deltaR[mum]=2.69157e-06 deltaEkin[MeV]=5.49614 deltaAngle(deg)=0.00459968 + Event#=3000 t[ns]=0.0591505 r[mm]=17.7328 deltaR[mum]=1.08788e-06 deltaEkin[MeV]=3.50468 deltaAngle(deg)=0.00209344 + Event#=4000 t[ns]=0.231285 r[mm]=69.337 deltaR[mum]=7.04954e-05 deltaEkin[MeV]=7.57803 deltaAngle(deg)=0.0104241 + Event#=5000 t[ns]=0.359804 r[mm]=107.866 deltaR[mum]=0.000265163 deltaEkin[MeV]=8.44555 deltaAngle(deg)=0.0136677 + Event#=6000 t[ns]=0.376096 r[mm]=112.75 deltaR[mum]=0.000404917 deltaEkin[MeV]=10.1216 deltaAngle(deg)=0.0162403 + Event#=7000 t[ns]=0.231465 r[mm]=69.391 deltaR[mum]=5.90516e-05 deltaEkin[MeV]=6.78949 deltaAngle(deg)=0.00971607 + Event#=8000 t[ns]=0.166391 r[mm]=49.8823 deltaR[mum]=3.22995e-05 deltaEkin[MeV]=9.28176 deltaAngle(deg)=0.00748544 + Event#=9000 t[ns]=0.902995 r[mm]=270.709 deltaR[mum]=0.00459915 deltaEkin[MeV]=7.57814 deltaAngle(deg)=0.0363399 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.390000s Real=0.397369s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 2 + primary PDG code = 411 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 501.87 + primary initial momentum [GeV] = 501.866 + primary initial Lorentz beta = 0.999993 + primary initial Lorentz gamma = 268.44 + primary initial 3 momentum [GeV] = (501.866,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9799 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=5.34279e-07 mean=0.279248 max=3.23561 + decay R [mm] : min=0.000160172 mean=83.716 max=970.004 + decay X [mm] : min=0.000160172 mean=83.716 max=970.003 + decay Y [mm] : min=-1.1203 mean=-0.0175202 max=0.00933676 + decay Z [mm] : min=-0.074951 mean=-5.25667e-06 max=0.0466814 + Delta decay R [mm] : min=2.71051e-20 mean=9.11192e-07 max=0.000217278 + deflection angle [deg] : min=8.53688e-07 mean=0.0115124 max=0.132553 + Delta Ekin [MeV] : min=0 mean=8.61295 max=4510.52 + decay Ekin [GeV] : min=495.489 mean=499.991 max=500 + decay Px [GeV] : min=497.356 mean=501.857 max=501.866 + decay Py [GeV] : min=-1.16114 mean=-0.100336 max=0.115779 + decay Pz [GeV] : min=-0.165422 mean=-0.000100873 max=0.11703 + decay Etot violation [MeV] : min=-8.71834e-06 mean=1.14588e-05 max=2.96573e-05 + decay Px violation [MeV] : min=-8.71834e-06 mean=1.1459e-05 max=2.96574e-05 + decay Py violation [MeV] : min=-4.08825e-08 mean=-2.59102e-09 max=3.35739e-09 + decay Pz violation [MeV] : min=-4.73511e-09 mean=-2.51684e-12 max=3.78292e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0581499 (mean=0.0113339) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 4.24393e-09 , 4.24393e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -137.815 (mean=-0.395461) (#above threshold = 161) + maxOverestimated_mc_truth_rPos_delta [mum] = 1582.17 (mean=1.44276) (#above threshold = 3498) + minUnderestimated_rDeltaPos [mum] = -137.809 (mean=-0.39455) (#above threshold = 161) + maxOverestimated_rDeltaPos [mum] = 1582.2 (mean=1.44367) (#above threshold = 3498) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0952076 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 3 starts. +### Run 3 starts. + Event#=0 t[ns]=0.0156142 r[mm]=4.68098 deltaR[mum]=2.44e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000640779 + Event#=1000 t[ns]=0.205715 r[mm]=61.6715 deltaR[mum]=4.89047e-05 deltaEkin[MeV]=9.51542 deltaAngle(deg)=0.00818384 + Event#=2000 t[ns]=0.21546 r[mm]=64.5927 deltaR[mum]=7.47054e-05 deltaEkin[MeV]=15.5612 deltaAngle(deg)=0.00964354 + Event#=3000 t[ns]=0.271957 r[mm]=81.5302 deltaR[mum]=0.000115661 deltaEkin[MeV]=8.33094 deltaAngle(deg)=0.0110144 + Event#=4000 t[ns]=0.171272 r[mm]=51.3456 deltaR[mum]=3.50934e-05 deltaEkin[MeV]=11.8546 deltaAngle(deg)=0.00715322 + Event#=5000 t[ns]=0.185771 r[mm]=55.6924 deltaR[mum]=3.5183e-05 deltaEkin[MeV]=10.1755 deltaAngle(deg)=0.00711104 + Event#=6000 t[ns]=0.208609 r[mm]=62.5391 deltaR[mum]=5.79858e-05 deltaEkin[MeV]=9.2662 deltaAngle(deg)=0.00863614 + Event#=7000 t[ns]=0.984691 r[mm]=295.201 deltaR[mum]=0.00594707 deltaEkin[MeV]=11.2112 deltaAngle(deg)=0.039846 + Event#=8000 t[ns]=0.401455 r[mm]=120.352 deltaR[mum]=0.000422472 deltaEkin[MeV]=6.99503 deltaAngle(deg)=0.0167113 + Event#=9000 t[ns]=0.198134 r[mm]=59.3988 deltaR[mum]=5.07895e-05 deltaEkin[MeV]=7.17635 deltaAngle(deg)=0.0086325 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.400000s Real=0.501021s Sys=0.010000s + + + ============ Run::printInfo() =============== RunID = 3 + primary PDG code = -411 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 501.87 + primary initial momentum [GeV] = 501.866 + primary initial Lorentz beta = 0.999993 + primary initial Lorentz gamma = 268.44 + primary initial 3 momentum [GeV] = (501.866,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9802 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=0.000126346 mean=0.284644 max=2.74116 + decay R [mm] : min=0.0378774 mean=85.3334 max=821.774 + decay X [mm] : min=0.0378774 mean=85.3334 max=821.774 + decay Y [mm] : min=-0.00498224 mean=0.0178504 max=0.81419 + decay Z [mm] : min=-0.076427 mean=-1.33539e-05 max=0.0509318 + Delta decay R [mm] : min=6.93889e-18 mean=9.05189e-07 max=0.000131753 + deflection angle [deg] : min=5.19278e-06 mean=0.0117322 max=0.112976 + Delta Ekin [MeV] : min=0 mean=9.01996 max=6795.85 + decay Ekin [GeV] : min=493.204 mean=499.991 max=500 + decay Px [GeV] : min=495.07 mean=501.857 max=501.866 + decay Py [GeV] : min=-0.0683636 mean=0.10234 max=0.989651 + decay Pz [GeV] : min=-0.226346 mean=-6.65806e-05 max=0.1303 + decay Etot violation [MeV] : min=-8.71834e-06 mean=1.16371e-05 max=2.86729e-05 + decay Px violation [MeV] : min=-8.71834e-06 mean=1.16373e-05 max=2.8673e-05 + decay Py violation [MeV] : min=-2.05759e-09 mean=2.63696e-09 max=2.9091e-08 + decay Pz violation [MeV] : min=-6.90446e-09 mean=-1.35618e-12 max=4.86702e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0499883 (mean=0.0111715) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 4.44112e-09 , 4.44112e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -257.205 (mean=-0.418393) (#above threshold = 172) + maxOverestimated_mc_truth_rPos_delta [mum] = 1312.76 (mean=1.49054) (#above threshold = 3595) + minUnderestimated_rDeltaPos [mum] = -257.186 (mean=-0.417488) (#above threshold = 172) + maxOverestimated_rDeltaPos [mum] = 1312.78 (mean=1.49145) (#above threshold = 3596) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.109613 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 4 starts. +### Run 4 starts. + Event#=0 t[ns]=0.527745 r[mm]=158.213 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0243459 r[mm]=7.29867 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0517093 r[mm]=15.5019 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0145642 r[mm]=4.3662 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0322098 r[mm]=9.65619 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0466351 r[mm]=13.9808 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0224677 r[mm]=6.73559 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0434551 r[mm]=13.0274 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0583778 r[mm]=17.5011 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.171823 r[mm]=51.5109 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.170000s Real=0.362203s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 4 + primary PDG code = 421 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 501.865 + primary initial momentum [GeV] = 501.861 + primary initial Lorentz beta = 0.999993 + primary initial Lorentz gamma = 269.12 + primary initial 3 momentum [GeV] = (501.861,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9870 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=6.48563e-06 mean=0.109402 max=1.05875 + decay R [mm] : min=0.00194433 mean=32.7978 max=317.404 + decay X [mm] : min=0.00194433 mean=32.7978 max=317.404 + decay Y [mm] : min=-0.0114726 mean=-1.36549e-06 max=0.00814979 + decay Z [mm] : min=-0.0135443 mean=-5.44031e-06 max=0.00425167 + Delta decay R [mm] : min=-5.68434e-14 mean=5.62167e-10 max=5.62568e-07 + deflection angle [deg] : min=0 mean=4.31028e-05 max=0.0198284 + Delta Ekin [MeV] : min=0 mean=0.00065021 max=0.579018 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=501.861 mean=501.861 max=501.861 + decay Py [GeV] : min=-0.130771 mean=-1.92066e-05 max=0.173683 + decay Pz [GeV] : min=-0.143252 mean=-4.92042e-05 max=0.116874 + decay Etot violation [MeV] : min=-7.97532e-06 mean=2.91877e-06 max=1.22131e-05 + decay Px violation [MeV] : min=-7.97532e-06 mean=2.91885e-06 max=1.22133e-05 + decay Py violation [MeV] : min=-1.22859e-09 mean=-3.45075e-13 max=1.01538e-09 + decay Pz violation [MeV] : min=-9.23819e-10 mean=-1.81462e-13 max=3.73632e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0371413 (mean=0.00383014) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 4.09813e-09 , 4.09813e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.61611e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0180074 (mean=-2.20115e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0278459 (mean=3.24187e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0174448 (mean=-2.14494e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.028151 (mean=3.29809e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 5 starts. +### Run 5 starts. + Event#=0 t[ns]=0.0686067 r[mm]=20.5676 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.198613 r[mm]=59.5423 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.140683 r[mm]=42.1753 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0440707 r[mm]=13.212 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.141515 r[mm]=42.4248 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.00646075 r[mm]=1.93687 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0313979 r[mm]=9.41278 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.204817 r[mm]=61.4022 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.119855 r[mm]=35.9314 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.435662 r[mm]=130.607 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.170000s Real=0.343501s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 5 + primary PDG code = -421 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 501.865 + primary initial momentum [GeV] = 501.861 + primary initial Lorentz beta = 0.999993 + primary initial Lorentz gamma = 269.12 + primary initial 3 momentum [GeV] = (501.861,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9858 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=2.31941e-06 mean=0.108066 max=1.10695 + decay R [mm] : min=0.000695337 mean=32.3971 max=331.852 + decay X [mm] : min=0.000695337 mean=32.3971 max=331.852 + decay Y [mm] : min=-0.0135094 mean=3.46724e-06 max=0.0159734 + decay Z [mm] : min=-0.0188508 mean=1.29072e-06 max=0.015888 + Delta decay R [mm] : min=-5.68434e-14 mean=6.21145e-10 max=4.94441e-07 + deflection angle [deg] : min=0 mean=4.48915e-05 max=0.0186714 + Delta Ekin [MeV] : min=0 mean=0.000684701 max=0.513417 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=501.861 mean=501.861 max=501.861 + decay Py [GeV] : min=-0.121698 mean=6.6246e-05 max=0.160744 + decay Pz [GeV] : min=-0.123343 mean=3.04112e-05 max=0.128379 + decay Etot violation [MeV] : min=-7.21397e-06 mean=2.92084e-06 max=1.28807e-05 + decay Px violation [MeV] : min=-7.21397e-06 mean=2.92093e-06 max=1.28809e-05 + decay Py violation [MeV] : min=-1.4812e-09 mean=9.95093e-14 max=7.52451e-10 + decay Pz violation [MeV] : min=-1.29241e-09 mean=4.62173e-13 max=1.95161e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0371413 (mean=0.00381591) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 3.55004e-09 , 3.55004e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.55236e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0163985 (mean=-2.29473e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.045473 (mean=4.09961e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0162062 (mean=-2.23262e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0457584 (mean=4.16172e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 6 starts. +### Run 6 starts. + Event#=0 t[ns]=0.181593 r[mm]=54.4399 deltaR[mum]=2.9953e-05 deltaEkin[MeV]=6.71423 deltaAngle(deg)=0.00737437 + Event#=1000 t[ns]=0.129696 r[mm]=38.8815 deltaR[mum]=1.64024e-05 deltaEkin[MeV]=8.52415 deltaAngle(deg)=0.00479947 + Event#=2000 t[ns]=0.423889 r[mm]=127.078 deltaR[mum]=0.000524817 deltaEkin[MeV]=7.10353 deltaAngle(deg)=0.0179968 + Event#=3000 t[ns]=0.0986555 r[mm]=29.5759 deltaR[mum]=6.92232e-06 deltaEkin[MeV]=7.28177 deltaAngle(deg)=0.00422205 + Event#=4000 t[ns]=0.0300521 r[mm]=9.00931 deltaR[mum]=1.74246e-07 deltaEkin[MeV]=0.00196952 deltaAngle(deg)=0.00124059 + Event#=5000 t[ns]=0.0554937 r[mm]=16.6365 deltaR[mum]=9.3695e-07 deltaEkin[MeV]=2.45427 deltaAngle(deg)=0.00259946 + Event#=6000 t[ns]=0.0638351 r[mm]=19.1371 deltaR[mum]=1.30698e-06 deltaEkin[MeV]=3.0805 deltaAngle(deg)=0.00269122 + Event#=7000 t[ns]=0.210033 r[mm]=62.9658 deltaR[mum]=3.87837e-05 deltaEkin[MeV]=7.14969 deltaAngle(deg)=0.00785555 + Event#=8000 t[ns]=0.188554 r[mm]=56.5267 deltaR[mum]=0.000170153 deltaEkin[MeV]=95.6926 deltaAngle(deg)=0.00958816 + Event#=9000 t[ns]=0.0234321 r[mm]=7.0247 deltaR[mum]=8.24301e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000961423 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.320000s Real=0.668427s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 6 + primary PDG code = 431 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 501.968 + primary initial momentum [GeV] = 501.964 + primary initial Lorentz beta = 0.999992 + primary initial Lorentz gamma = 255.03 + primary initial 3 momentum [GeV] = (501.964,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9862 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=4.13207e-05 mean=0.124756 max=1.69543 + decay R [mm] : min=0.0123875 mean=37.4006 max=508.273 + decay X [mm] : min=0.0123875 mean=37.4006 max=508.272 + decay Y [mm] : min=-0.29839 mean=-0.00364963 max=-1.83294e-10 + decay Z [mm] : min=-0.0276993 mean=7.07764e-06 max=0.029738 + Delta decay R [mm] : min=-3.46945e-18 mean=7.58895e-08 max=3.08185e-05 + deflection angle [deg] : min=1.9089e-06 mean=0.00517061 max=0.0683184 + Delta Ekin [MeV] : min=0 mean=6.30709 max=3041.66 + decay Ekin [GeV] : min=496.958 mean=499.994 max=500 + decay Px [GeV] : min=498.923 mean=501.958 max=501.964 + decay Py [GeV] : min=-0.598488 mean=-0.0449741 max=0.0201892 + decay Pz [GeV] : min=-0.131869 mean=3.34131e-05 max=0.157363 + decay Etot violation [MeV] : min=-9.94018e-06 mean=3.22331e-06 max=1.75469e-05 + decay Px violation [MeV] : min=-9.94012e-06 mean=3.22336e-06 max=1.7547e-05 + decay Py violation [MeV] : min=-7.97132e-09 mean=-3.66958e-10 max=4.39132e-09 + decay Pz violation [MeV] : min=-3.10746e-09 mean=9.94731e-14 max=2.36976e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0562266 (mean=0.0120607) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 3.25502e-09 , 3.25502e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -58.6135 (mean=-0.284509) (#above threshold = 131) + maxOverestimated_mc_truth_rPos_delta [mum] = 355.773 (mean=0.435649) (#above threshold = 1055) + minUnderestimated_rDeltaPos [mum] = -58.6096 (mean=-0.284433) (#above threshold = 131) + maxOverestimated_rDeltaPos [mum] = 355.781 (mean=0.435725) (#above threshold = 1056) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0652104 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 7 starts. +### Run 7 starts. + Event#=0 t[ns]=0.212525 r[mm]=63.7129 deltaR[mum]=5.97528e-05 deltaEkin[MeV]=6.86149 deltaAngle(deg)=0.00885578 + Event#=1000 t[ns]=0.30815 r[mm]=92.3804 deltaR[mum]=0.000168692 deltaEkin[MeV]=7.12709 deltaAngle(deg)=0.0127445 + Event#=2000 t[ns]=0.0259706 r[mm]=7.78574 deltaR[mum]=1.12228e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00106558 + Event#=3000 t[ns]=0.223342 r[mm]=66.9557 deltaR[mum]=6.79021e-05 deltaEkin[MeV]=6.85597 deltaAngle(deg)=0.0103313 + Event#=4000 t[ns]=0.130854 r[mm]=39.2287 deltaR[mum]=2.30681e-05 deltaEkin[MeV]=12.5445 deltaAngle(deg)=0.00631822 + Event#=5000 t[ns]=0.0893639 r[mm]=26.7904 deltaR[mum]=4.60603e-06 deltaEkin[MeV]=7.08337 deltaAngle(deg)=0.00335882 + Event#=6000 t[ns]=0.529651 r[mm]=158.784 deltaR[mum]=0.000935799 deltaEkin[MeV]=7.61825 deltaAngle(deg)=0.0218177 + Event#=7000 t[ns]=0.0655424 r[mm]=19.649 deltaR[mum]=1.39529e-06 deltaEkin[MeV]=3.65838 deltaAngle(deg)=0.00305937 + Event#=8000 t[ns]=7.12424e-05 r[mm]=0.0213578 deltaR[mum]=-3.46945e-15 deltaEkin[MeV]=0 deltaAngle(deg)=2.95726e-06 + Event#=9000 t[ns]=0.00444323 r[mm]=1.33204 deltaR[mum]=5.61995e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000182308 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.320000s Real=0.756749s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 7 + primary PDG code = -431 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 501.968 + primary initial momentum [GeV] = 501.964 + primary initial Lorentz beta = 0.999992 + primary initial Lorentz gamma = 255.03 + primary initial 3 momentum [GeV] = (501.964,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9868 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.04695e-05 mean=0.127186 max=1.24656 + decay R [mm] : min=0.00313865 mean=38.1292 max=373.706 + decay X [mm] : min=0.00313865 mean=38.1292 max=373.706 + decay Y [mm] : min=-0.00137221 mean=0.00381297 max=0.161663 + decay Z [mm] : min=-0.0129005 mean=2.62872e-06 max=0.0121638 + Delta decay R [mm] : min=-3.46945e-18 mean=8.06513e-08 max=1.23502e-05 + deflection angle [deg] : min=8.53688e-07 mean=0.00526962 max=0.0502972 + Delta Ekin [MeV] : min=0 mean=6.65635 max=2308.7 + decay Ekin [GeV] : min=497.691 mean=499.993 max=500 + decay Px [GeV] : min=499.656 mean=501.958 max=501.964 + decay Py [GeV] : min=-0.106579 mean=0.0457756 max=0.440664 + decay Pz [GeV] : min=-0.131559 mean=8.17478e-05 max=0.155135 + decay Etot violation [MeV] : min=-1.21722e-05 mean=3.20272e-06 max=1.73551e-05 + decay Px violation [MeV] : min=-1.21721e-05 mean=3.20277e-06 max=1.73552e-05 + decay Py violation [MeV] : min=-3.50832e-09 mean=3.72152e-10 max=6.54745e-09 + decay Pz violation [MeV] : min=-2.31253e-09 mean=7.92174e-13 max=1.54712e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0562266 (mean=0.0117912) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 3.51278e-09 , 3.51278e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -84.2873 (mean=-0.299358) (#above threshold = 134) + maxOverestimated_mc_truth_rPos_delta [mum] = 118.77 (mean=0.416777) (#above threshold = 1140) + minUnderestimated_rDeltaPos [mum] = -84.2871 (mean=-0.299277) (#above threshold = 134) + maxOverestimated_rDeltaPos [mum] = 118.772 (mean=0.416858) (#above threshold = 1141) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0733853 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 8 starts. +### Run 8 starts. + Event#=0 t[ns]=0.329819 r[mm]=98.8717 deltaR[mum]=0.000304561 deltaEkin[MeV]=7.19948 deltaAngle(deg)=0.0135728 + Event#=1000 t[ns]=0.106207 r[mm]=31.8382 deltaR[mum]=1.25767e-05 deltaEkin[MeV]=7.30778 deltaAngle(deg)=0.00340045 + Event#=2000 t[ns]=0.228244 r[mm]=68.4222 deltaR[mum]=0.000109522 deltaEkin[MeV]=6.8261 deltaAngle(deg)=0.00947171 + Event#=3000 t[ns]=0.284568 r[mm]=85.3066 deltaR[mum]=0.000218945 deltaEkin[MeV]=6.59795 deltaAngle(deg)=0.0123731 + Event#=4000 t[ns]=0.350976 r[mm]=105.214 deltaR[mum]=0.000387171 deltaEkin[MeV]=7.79629 deltaAngle(deg)=0.0139194 + Event#=5000 t[ns]=0.13044 r[mm]=39.1028 deltaR[mum]=2.57206e-05 deltaEkin[MeV]=7.03849 deltaAngle(deg)=0.00534953 + Event#=6000 t[ns]=0.0120879 r[mm]=3.62365 deltaR[mum]=1.11666e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000492717 + Event#=7000 t[ns]=0.00559703 r[mm]=1.67786 deltaR[mum]=1.10867e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000228142 + Event#=8000 t[ns]=0.116922 r[mm]=35.0503 deltaR[mum]=4.43632e-05 deltaEkin[MeV]=11.1784 deltaAngle(deg)=0.00546905 + Event#=9000 t[ns]=0.200586 r[mm]=60.1309 deltaR[mum]=8.90298e-05 deltaEkin[MeV]=7.7622 deltaAngle(deg)=0.00819505 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.350000s Real=0.740280s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 8 + primary PDG code = 521 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.279 + primary initial momentum [GeV] = 505.252 + primary initial Lorentz beta = 0.999945 + primary initial Lorentz gamma = 95.7097 + primary initial 3 momentum [GeV] = (505.252,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9840 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=2.14216e-05 mean=0.155006 max=1.54647 + decay R [mm] : min=0.00642167 mean=46.4672 max=463.593 + decay X [mm] : min=0.00642167 mean=46.4672 max=463.593 + decay Y [mm] : min=-0.254936 mean=-0.0055232 max=0.00575116 + decay Z [mm] : min=-0.0106866 mean=-1.39754e-06 max=0.0168168 + Delta decay R [mm] : min=-3.46945e-18 mean=1.96921e-07 max=2.40167e-05 + deflection angle [deg] : min=8.53688e-07 mean=0.00635227 max=0.0629994 + Delta Ekin [MeV] : min=0 mean=6.69465 max=1606.42 + decay Ekin [GeV] : min=498.394 mean=499.993 max=500 + decay Px [GeV] : min=503.645 mean=505.245 max=505.252 + decay Py [GeV] : min=-0.555593 mean=-0.0556157 max=0.105156 + decay Pz [GeV] : min=-0.0974442 mean=-7.16241e-05 max=0.132654 + decay Etot violation [MeV] : min=-1.88395e-06 mean=3.97575e-07 max=2.67767e-06 + decay Px violation [MeV] : min=-1.88412e-06 mean=3.9756e-07 max=2.67761e-06 + decay Py violation [MeV] : min=-1.62288e-09 mean=-5.18899e-11 max=6.71548e-10 + decay Pz violation [MeV] : min=-1.65798e-10 mean=-1.36404e-13 max=2.13447e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0218188 (mean=0.00447507) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.62615e-10 , 1.62615e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 1.7053e-10 (mean=1.03065e-11) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -64.542 (mean=-0.306313) (#above threshold = 114) + maxOverestimated_mc_truth_rPos_delta [mum] = 214.22 (mean=0.544699) (#above threshold = 1592) + minUnderestimated_rDeltaPos [mum] = -64.5409 (mean=-0.306116) (#above threshold = 114) + maxOverestimated_rDeltaPos [mum] = 214.244 (mean=0.544896) (#above threshold = 1593) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0677771 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 9 starts. +### Run 9 starts. + Event#=0 t[ns]=0.0647526 r[mm]=19.4113 deltaR[mum]=1.33615e-06 deltaEkin[MeV]=4.25646 deltaAngle(deg)=0.00317381 + Event#=1000 t[ns]=0.0599799 r[mm]=17.9805 deltaR[mum]=1.10932e-06 deltaEkin[MeV]=3.40535 deltaAngle(deg)=0.00306019 + Event#=2000 t[ns]=0.397761 r[mm]=119.239 deltaR[mum]=0.00064166 deltaEkin[MeV]=12.0022 deltaAngle(deg)=0.0163041 + Event#=3000 t[ns]=0.13259 r[mm]=39.7474 deltaR[mum]=3.49458e-05 deltaEkin[MeV]=7.47999 deltaAngle(deg)=0.00530905 + Event#=4000 t[ns]=0.225544 r[mm]=67.6128 deltaR[mum]=0.000168615 deltaEkin[MeV]=7.34023 deltaAngle(deg)=0.0112727 + Event#=5000 t[ns]=0.0232798 r[mm]=6.97873 deltaR[mum]=7.97735e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000948917 + Event#=6000 t[ns]=0.0574826 r[mm]=17.2319 deltaR[mum]=4.44047e-06 deltaEkin[MeV]=4.80837 deltaAngle(deg)=0.00222381 + Event#=7000 t[ns]=0.0514155 r[mm]=15.4131 deltaR[mum]=7.77321e-07 deltaEkin[MeV]=2.15138 deltaAngle(deg)=0.00253217 + Event#=8000 t[ns]=0.0686663 r[mm]=20.5845 deltaR[mum]=1.54885e-06 deltaEkin[MeV]=4.5443 deltaAngle(deg)=0.00210425 + Event#=9000 t[ns]=0.157083 r[mm]=47.0897 deltaR[mum]=4.27535e-05 deltaEkin[MeV]=6.71854 deltaAngle(deg)=0.00606352 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.370000s Real=1.094064s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 9 + primary PDG code = -521 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.279 + primary initial momentum [GeV] = 505.252 + primary initial Lorentz beta = 0.999945 + primary initial Lorentz gamma = 95.7097 + primary initial 3 momentum [GeV] = (505.252,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9829 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=2.63583e-06 mean=0.153804 max=1.29183 + decay R [mm] : min=0.000790159 mean=46.1066 max=387.261 + decay X [mm] : min=0.000790159 mean=46.1066 max=387.261 + decay Y [mm] : min=-0.0063197 mean=0.00537638 max=0.177371 + decay Z [mm] : min=-0.0233137 mean=-8.47805e-06 max=0.0232755 + Delta decay R [mm] : min=0 mean=1.85051e-07 max=1.45317e-05 + deflection angle [deg] : min=0 mean=0.0063201 max=0.0525319 + Delta Ekin [MeV] : min=0 mean=6.48664 max=692.112 + decay Ekin [GeV] : min=499.308 mean=499.994 max=500 + decay Px [GeV] : min=504.56 mean=505.245 max=505.252 + decay Py [GeV] : min=-0.0453603 mean=0.0553676 max=0.463264 + decay Pz [GeV] : min=-0.104321 mean=-7.03367e-05 max=0.156691 + decay Etot violation [MeV] : min=-1.51515e-06 mean=3.95035e-07 max=2.75607e-06 + decay Px violation [MeV] : min=-1.51509e-06 mean=3.95017e-07 max=2.75613e-06 + decay Py violation [MeV] : min=-5.27109e-10 mean=5.09886e-11 max=1.26619e-09 + decay Pz violation [MeV] : min=-1.70402e-10 mean=-1.22038e-13 max=1.14085e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0218188 (mean=0.00448599) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.63965e-10 , 1.63965e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=1.03683e-11) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -28.644 (mean=-0.301467) (#above threshold = 139) + maxOverestimated_mc_truth_rPos_delta [mum] = 112 (mean=0.527746) (#above threshold = 1546) + minUnderestimated_rDeltaPos [mum] = -28.6438 (mean=-0.301282) (#above threshold = 139) + maxOverestimated_rDeltaPos [mum] = 112.014 (mean=0.527931) (#above threshold = 1546) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0680494 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 10 starts. +### Run 10 starts. + Event#=0 t[ns]=0.086345 r[mm]=25.8842 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.288813 r[mm]=86.5794 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0316293 r[mm]=9.48171 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.123439 r[mm]=37.0042 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.031171 r[mm]=9.34433 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.214551 r[mm]=64.3173 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.338176 r[mm]=101.377 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.011052 r[mm]=3.31312 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0512802 r[mm]=15.3726 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0634323 r[mm]=19.0155 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.190000s Real=0.400719s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 10 + primary PDG code = 511 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.28 + primary initial momentum [GeV] = 505.252 + primary initial Lorentz beta = 0.999945 + primary initial Lorentz gamma = 95.704 + primary initial 3 momentum [GeV] = (505.252,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9833 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.43748e-06 mean=0.145332 max=1.50061 + decay R [mm] : min=0.000430921 mean=43.567 max=449.848 + decay X [mm] : min=0.000430921 mean=43.567 max=449.848 + decay Y [mm] : min=-0.0397257 mean=-3.11651e-06 max=0.0203628 + decay Z [mm] : min=-0.020235 mean=4.47724e-06 max=0.0320344 + Delta decay R [mm] : min=-5.68434e-14 mean=1.03727e-09 max=1.0891e-06 + deflection angle [deg] : min=0 mean=5.30816e-05 max=0.0490347 + Delta Ekin [MeV] : min=0 mean=0.00117036 max=3.46515 + decay Ekin [GeV] : min=499.997 mean=500 max=500 + decay Px [GeV] : min=505.248 mean=505.252 max=505.252 + decay Py [GeV] : min=-0.207835 mean=1.43298e-05 max=0.166581 + decay Pz [GeV] : min=-0.106854 mean=8.49518e-05 max=0.379226 + decay Etot violation [MeV] : min=-1.51701e-06 mean=-1.77012e-07 max=1.08854e-06 + decay Px violation [MeV] : min=-1.51707e-06 mean=-1.77037e-07 max=1.08854e-06 + decay Py violation [MeV] : min=-2.69893e-10 mean=8.87437e-14 max=3.71244e-10 + decay Pz violation [MeV] : min=-6.76494e-10 mean=-5.64142e-14 max=2.2608e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0139089 (mean=0.00235965) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.65628e-11 , 9.65628e-11 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.105805 (mean=-4.25135e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.126266 (mean=7.27864e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.104715 (mean=-4.14762e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.127092 (mean=7.38237e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 11 starts. +### Run 11 starts. + Event#=0 t[ns]=0.141983 r[mm]=42.5631 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.382708 r[mm]=114.727 deltaR[mum]=-1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0294344 r[mm]=8.82373 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0512784 r[mm]=15.372 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.182954 r[mm]=54.8453 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.167538 r[mm]=50.2239 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0253864 r[mm]=7.61024 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.00529891 r[mm]=1.58849 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.157717 r[mm]=47.2797 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.118797 r[mm]=35.6124 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.180000s Real=0.382399s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 11 + primary PDG code = -511 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.28 + primary initial momentum [GeV] = 505.252 + primary initial Lorentz beta = 0.999945 + primary initial Lorentz gamma = 95.704 + primary initial 3 momentum [GeV] = (505.252,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9839 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.97359e-06 mean=0.144042 max=1.19921 + decay R [mm] : min=0.000591636 mean=43.1804 max=359.496 + decay X [mm] : min=0.000591636 mean=43.1804 max=359.496 + decay Y [mm] : min=-0.0185421 mean=-3.33881e-07 max=0.0209007 + decay Z [mm] : min=-0.00963885 mean=8.38669e-06 max=0.0321689 + Delta decay R [mm] : min=-5.68434e-14 mean=9.75822e-10 max=8.05856e-07 + deflection angle [deg] : min=0 mean=5.55064e-05 max=0.0207251 + Delta Ekin [MeV] : min=0 mean=0.000989019 max=0.641154 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=505.251 mean=505.252 max=505.252 + decay Py [GeV] : min=-0.131023 mean=-3.97277e-05 max=0.118272 + decay Pz [GeV] : min=-0.159209 mean=5.05528e-05 max=0.164735 + decay Etot violation [MeV] : min=-2.25758e-06 mean=-1.79902e-07 max=1.03575e-06 + decay Px violation [MeV] : min=-2.2577e-06 mean=-1.79927e-07 max=1.03598e-06 + decay Py violation [MeV] : min=-1.89573e-10 mean=-2.75739e-14 max=2.47539e-10 + decay Pz violation [MeV] : min=-2.97916e-10 mean=2.27023e-14 max=1.70246e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0121017 (mean=0.00236152) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.21616e-10 , 1.21616e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0358106 (mean=-3.71424e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.102871 (mean=7.94626e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0355223 (mean=-3.61666e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.103323 (mean=8.04384e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 12 starts. +### Run 12 starts. + Event#=0 t[ns]=0.0326431 r[mm]=9.78561 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.224291 r[mm]=67.237 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.116004 r[mm]=34.7751 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.312889 r[mm]=93.7965 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.111503 r[mm]=33.4259 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.439622 r[mm]=131.788 deltaR[mum]=2.84217e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0705327 r[mm]=21.144 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.164321 r[mm]=49.2594 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.090961 r[mm]=27.2679 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.154574 r[mm]=46.3376 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.160000s Real=0.346914s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 12 + primary PDG code = 531 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.367 + primary initial momentum [GeV] = 505.338 + primary initial Lorentz beta = 0.999944 + primary initial Lorentz gamma = 94.1638 + primary initial 3 momentum [GeV] = (505.338,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9868 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.51677e-05 mean=0.140926 max=1.39159 + decay R [mm] : min=0.00454689 mean=42.2461 max=417.165 + decay X [mm] : min=0.00454689 mean=42.2461 max=417.165 + decay Y [mm] : min=-0.00311212 mean=3.59846e-06 max=0.0145728 + decay Z [mm] : min=-0.0122546 mean=1.63076e-06 max=0.0271971 + Delta decay R [mm] : min=-5.68434e-14 mean=4.16678e-10 max=9.03279e-07 + deflection angle [deg] : min=0 mean=2.50047e-05 max=0.0335227 + Delta Ekin [MeV] : min=0 mean=0.00052532 max=1.678 + decay Ekin [GeV] : min=499.998 mean=500 max=500 + decay Px [GeV] : min=505.337 mean=505.338 max=505.338 + decay Py [GeV] : min=-0.108052 mean=-6.05916e-06 max=0.102213 + decay Pz [GeV] : min=-0.275244 mean=-3.31374e-05 max=0.127491 + decay Etot violation [MeV] : min=-1.54291e-06 mean=3.33281e-08 max=1.32213e-06 + decay Px violation [MeV] : min=-1.54285e-06 mean=3.33076e-08 max=1.3223e-06 + decay Py violation [MeV] : min=-1.08955e-10 mean=-5.11974e-14 max=7.17719e-11 + decay Pz violation [MeV] : min=-4.52246e-10 mean=-9.21743e-15 max=2.00473e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.45519e-05 , 0.0108821 (mean=0.000502312) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.465e-10 , 1.465e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.036655 (mean=-1.49597e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0743089 (mean=2.79582e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0357517 (mean=-1.4543e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0746748 (mean=2.83748e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 13 starts. +### Run 13 starts. + Event#=0 t[ns]=0.0103382 r[mm]=3.09914 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.108243 r[mm]=32.4487 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.167499 r[mm]=50.2121 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0604396 r[mm]=18.1183 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.00693448 r[mm]=2.07879 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.128033 r[mm]=38.3813 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.19031 r[mm]=57.0502 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.132206 r[mm]=39.632 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.191446 r[mm]=57.3908 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0103894 r[mm]=3.11447 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.170000s Real=0.321212s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 13 + primary PDG code = -531 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.367 + primary initial momentum [GeV] = 505.338 + primary initial Lorentz beta = 0.999944 + primary initial Lorentz gamma = 94.1638 + primary initial 3 momentum [GeV] = (505.338,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9873 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=2.69139e-05 mean=0.140294 max=1.42699 + decay R [mm] : min=0.00806814 mean=42.0568 max=427.778 + decay X [mm] : min=0.00806814 mean=42.0568 max=427.778 + decay Y [mm] : min=-0.00646946 mean=1.30832e-06 max=0.0205125 + decay Z [mm] : min=-0.017846 mean=-3.85604e-06 max=0.00593354 + Delta decay R [mm] : min=-5.68434e-14 mean=2.64666e-10 max=4.51045e-07 + deflection angle [deg] : min=0 mean=1.92819e-05 max=0.0167954 + Delta Ekin [MeV] : min=0 mean=0.000267944 max=0.421206 + decay Ekin [GeV] : min=500 mean=500 max=500 + decay Px [GeV] : min=505.338 mean=505.338 max=505.338 + decay Py [GeV] : min=-0.0663515 mean=2.31716e-06 max=0.0890636 + decay Pz [GeV] : min=-0.093944 mean=-9.03787e-06 max=0.147538 + decay Etot violation [MeV] : min=-1.35769e-06 mean=3.11638e-08 max=1.24448e-06 + decay Px violation [MeV] : min=-1.35775e-06 mean=3.11406e-08 max=1.24454e-06 + decay Py violation [MeV] : min=-2.35659e-10 mean=-4.76766e-14 max=7.48699e-11 + decay Pz violation [MeV] : min=-1.27343e-10 mean=-2.23562e-14 max=9.01892e-11 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.45519e-05 , 0.0108821 (mean=0.000500589) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.27216e-10 , 1.27216e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0101582 (mean=-9.55581e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0572923 (mean=1.65342e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.00970711 (mean=-9.29115e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0577433 (mean=1.67988e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 14 starts. +### Run 14 starts. + Event#=0 t[ns]=0.0448191 r[mm]=13.4354 deltaR[mum]=5.69033e-07 deltaEkin[MeV]=1.50638 deltaAngle(deg)=0.00160069 + Event#=1000 t[ns]=0.00274435 r[mm]=0.822671 deltaR[mum]=1.30118e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000111641 + Event#=2000 t[ns]=0.0230147 r[mm]=6.8991 deltaR[mum]=7.6775e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000936266 + Event#=3000 t[ns]=0.0326041 r[mm]=9.7737 deltaR[mum]=2.41588e-07 deltaEkin[MeV]=0.212602 deltaAngle(deg)=0.00145294 + Event#=4000 t[ns]=0.0150309 r[mm]=4.5058 deltaR[mum]=2.13873e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000611474 + Event#=5000 t[ns]=0.000243835 r[mm]=0.0730941 deltaR[mum]=8.32667e-14 deltaEkin[MeV]=0 deltaAngle(deg)=9.95562e-06 + Event#=6000 t[ns]=0.108852 r[mm]=32.6304 deltaR[mum]=1.75103e-05 deltaEkin[MeV]=7.65934 deltaAngle(deg)=0.00511255 + Event#=7000 t[ns]=0.0300568 r[mm]=9.01012 deltaR[mum]=1.71395e-07 deltaEkin[MeV]=0.0042005 deltaAngle(deg)=0.00124076 + Event#=8000 t[ns]=0.00116568 r[mm]=0.349436 deltaR[mum]=9.9365e-12 deltaEkin[MeV]=0 deltaAngle(deg)=4.74315e-05 + Event#=9000 t[ns]=0.108816 r[mm]=32.6197 deltaR[mum]=2.2128e-05 deltaEkin[MeV]=7.51543 deltaAngle(deg)=0.0042381 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.170000s Real=0.288656s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 14 + primary PDG code = 541 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 506.275 + primary initial momentum [GeV] = 506.236 + primary initial Lorentz beta = 0.999923 + primary initial Lorentz gamma = 80.6825 + primary initial 3 momentum [GeV] = (506.236,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9975 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.20679e-05 mean=0.0411388 max=0.388058 + decay R [mm] : min=0.00361758 mean=12.3321 max=116.328 + decay X [mm] : min=0.00361758 mean=12.3321 max=116.328 + decay Y [mm] : min=-0.017443 mean=-0.000437116 max=0.000479484 + decay Z [mm] : min=-0.00164826 mean=-9.74566e-07 max=0.00137196 + Delta decay R [mm] : min=-3.46945e-18 mean=8.2363e-09 max=7.31744e-06 + deflection angle [deg] : min=8.53688e-07 mean=0.00169732 max=0.0164629 + Delta Ekin [MeV] : min=0 mean=2.40591 max=1130.03 + decay Ekin [GeV] : min=498.87 mean=499.998 max=500 + decay Px [GeV] : min=505.106 mean=506.234 max=506.236 + decay Py [GeV] : min=-0.145156 mean=-0.0147941 max=0.0446485 + decay Pz [GeV] : min=-0.0907408 mean=-3.10623e-05 max=0.0373693 + decay Etot violation [MeV] : min=-1.53197e-06 mean=1.45658e-07 max=1.59832e-06 + decay Px violation [MeV] : min=-1.53185e-06 mean=1.45678e-07 max=1.59832e-06 + decay Py violation [MeV] : min=-1.74964e-10 mean=-8.48985e-13 max=2.18364e-10 + decay Pz violation [MeV] : min=-1.24885e-10 mean=-4.41483e-14 max=4.92655e-11 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0153686 (mean=0.00315191) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.88223e-11 , 9.88223e-11 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 4.26326e-11 (mean=2.73728e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -46.6087 (mean=-0.0999526) (#above threshold = 35) + maxOverestimated_mc_truth_rPos_delta [mum] = 47.4889 (mean=0.0395033) (#above threshold = 36) + minUnderestimated_rDeltaPos [mum] = -46.6014 (mean=-0.0999443) (#above threshold = 35) + maxOverestimated_rDeltaPos [mum] = 47.4962 (mean=0.0395115) (#above threshold = 36) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00818302 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 15 starts. +### Run 15 starts. + Event#=0 t[ns]=0.012218 r[mm]=3.6626 deltaR[mum]=1.14873e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000497045 + Event#=1000 t[ns]=0.0411265 r[mm]=12.3285 deltaR[mum]=4.66489e-07 deltaEkin[MeV]=1.22699 deltaAngle(deg)=0.00133447 + Event#=2000 t[ns]=0.0493018 r[mm]=14.7792 deltaR[mum]=7.04683e-07 deltaEkin[MeV]=1.71775 deltaAngle(deg)=0.00159655 + Event#=3000 t[ns]=0.033419 r[mm]=10.018 deltaR[mum]=2.63382e-07 deltaEkin[MeV]=0.316511 deltaAngle(deg)=0.00148743 + Event#=4000 t[ns]=0.0173606 r[mm]=5.20417 deltaR[mum]=3.29523e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000706249 + Event#=5000 t[ns]=0.0462149 r[mm]=13.8538 deltaR[mum]=6.09736e-07 deltaEkin[MeV]=1.58707 deltaAngle(deg)=0.00154242 + Event#=6000 t[ns]=0.00439163 r[mm]=1.31648 deltaR[mum]=5.33795e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000178655 + Event#=7000 t[ns]=0.0367648 r[mm]=11.021 deltaR[mum]=3.51273e-07 deltaEkin[MeV]=0.799317 deltaAngle(deg)=0.00144387 + Event#=8000 t[ns]=0.0326416 r[mm]=9.78497 deltaR[mum]=2.42599e-07 deltaEkin[MeV]=0.359932 deltaAngle(deg)=0.00122213 + Event#=9000 t[ns]=0.0219938 r[mm]=6.59308 deltaR[mum]=6.70042e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000894736 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.170000s Real=0.208273s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 15 + primary PDG code = -541 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 506.275 + primary initial momentum [GeV] = 506.236 + primary initial Lorentz beta = 0.999923 + primary initial Lorentz gamma = 80.6825 + primary initial 3 momentum [GeV] = (506.236,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9959 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=8.99843e-06 mean=0.0406232 max=0.387481 + decay R [mm] : min=0.00269746 mean=12.1776 max=116.155 + decay X [mm] : min=0.00269746 mean=12.1776 max=116.155 + decay Y [mm] : min=-0.00310864 mean=0.00042268 max=0.0146452 + decay Z [mm] : min=-0.00935096 mean=-9.18057e-07 max=0.00297407 + Delta decay R [mm] : min=-1.73472e-18 mean=7.97404e-09 max=5.50493e-06 + deflection angle [deg] : min=0 mean=0.00167681 max=0.0228387 + Delta Ekin [MeV] : min=0 mean=2.24303 max=326.198 + decay Ekin [GeV] : min=499.674 mean=499.998 max=500 + decay Px [GeV] : min=505.91 mean=506.234 max=506.236 + decay Py [GeV] : min=-0.0591531 mean=0.0146248 max=0.130256 + decay Pz [GeV] : min=-0.192944 mean=-3.80836e-05 max=0.0453197 + decay Etot violation [MeV] : min=-1.42201e-06 mean=1.51008e-07 max=1.83465e-06 + decay Px violation [MeV] : min=-1.4219e-06 mean=1.51029e-07 max=1.83471e-06 + decay Py violation [MeV] : min=-2.68841e-10 mean=1.03461e-12 max=1.32566e-10 + decay Pz violation [MeV] : min=-3.35163e-11 mean=-1.32437e-14 max=9.72875e-11 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0178006 (mean=0.00315514) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.00471e-10 , 1.00471e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 2.84217e-11 (mean=2.67078e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -13.1972 (mean=-0.0915212) (#above threshold = 43) + maxOverestimated_mc_truth_rPos_delta [mum] = 35.3031 (mean=0.038215) (#above threshold = 45) + minUnderestimated_rDeltaPos [mum] = -13.1971 (mean=-0.0915133) (#above threshold = 43) + maxOverestimated_rDeltaPos [mum] = 35.3086 (mean=0.0382229) (#above threshold = 45) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0150292 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 16 starts. +### Run 16 starts. + Event#=0 t[ns]=0.0250113 r[mm]=7.49813 deltaR[mum]=1.00118e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00102557 + Event#=1000 t[ns]=0.0141718 r[mm]=4.24856 deltaR[mum]=1.8213e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000581105 + Event#=2000 t[ns]=0.0308806 r[mm]=9.25769 deltaR[mum]=1.97653e-07 deltaEkin[MeV]=0.0761308 deltaAngle(deg)=0.00124037 + Event#=3000 t[ns]=0.0666905 r[mm]=19.9931 deltaR[mum]=1.45549e-06 deltaEkin[MeV]=3.49594 deltaAngle(deg)=0.00311264 + Event#=4000 t[ns]=0.00495608 r[mm]=1.48578 deltaR[mum]=7.78932e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000203219 + Event#=5000 t[ns]=0.0447501 r[mm]=13.4156 deltaR[mum]=5.76103e-07 deltaEkin[MeV]=1.33243 deltaAngle(deg)=0.00213074 + Event#=6000 t[ns]=0.116072 r[mm]=34.7972 deltaR[mum]=1.0287e-05 deltaEkin[MeV]=7.94436 deltaAngle(deg)=0.00453916 + Event#=7000 t[ns]=0.023942 r[mm]=7.17757 deltaR[mum]=8.78204e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000981725 + Event#=8000 t[ns]=0.0521425 r[mm]=15.6318 deltaR[mum]=8.11923e-07 deltaEkin[MeV]=2.30842 deltaAngle(deg)=0.00204827 + Event#=9000 t[ns]=0.0122458 r[mm]=3.67115 deltaR[mum]=1.1751e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000502129 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.270000s Real=0.535692s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 16 + primary PDG code = 4122 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.286 + primary initial momentum [GeV] = 502.281 + primary initial Lorentz beta = 0.99999 + primary initial Lorentz gamma = 219.679 + primary initial 3 momentum [GeV] = (502.281,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9895 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.50418e-06 mean=0.0430198 max=0.348698 + decay R [mm] : min=0.000450938 mean=12.8969 max=104.536 + decay X [mm] : min=0.000450938 mean=12.8969 max=104.536 + decay Y [mm] : min=-0.0181954 mean=-0.000476611 max=0.00740374 + decay Z [mm] : min=-0.0151454 mean=-1.98574e-07 max=0.0180936 + Delta decay R [mm] : min=-1.73472e-18 mean=3.86407e-09 max=9.19642e-07 + deflection angle [deg] : min=0 mean=0.00181599 max=0.0305646 + Delta Ekin [MeV] : min=0 mean=2.905 max=2860.78 + decay Ekin [GeV] : min=497.139 mean=499.997 max=500 + decay Px [GeV] : min=499.42 mean=502.278 max=502.281 + decay Py [GeV] : min=-0.252783 mean=-0.0154872 max=0.11174 + decay Pz [GeV] : min=-0.164375 mean=-3.53192e-05 max=0.13885 + decay Etot violation [MeV] : min=-1.23332e-05 mean=-8.46024e-07 max=8.39558e-06 + decay Px violation [MeV] : min=-1.23331e-05 mean=-8.46012e-07 max=8.39564e-06 + decay Py violation [MeV] : min=-1.12706e-09 mean=4.26978e-11 max=2.43469e-09 + decay Pz violation [MeV] : min=-1.68458e-09 mean=-2.1823e-13 max=1.08122e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0542641 (mean=0.00971275) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.82118e-09 , 1.82118e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -96.976 (mean=-0.11418) (#above threshold = 40) + maxOverestimated_mc_truth_rPos_delta [mum] = 16.7025 (mean=0.0424993) (#above threshold = 43) + minUnderestimated_rDeltaPos [mum] = -96.9759 (mean=-0.114176) (#above threshold = 40) + maxOverestimated_rDeltaPos [mum] = 16.7029 (mean=0.0425032) (#above threshold = 43) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0160836 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 17 starts. +### Run 17 starts. + Event#=0 t[ns]=0.127753 r[mm]=38.299 deltaR[mum]=1.54785e-05 deltaEkin[MeV]=7.26978 deltaAngle(deg)=0.00574668 + Event#=1000 t[ns]=0.014468 r[mm]=4.33734 deltaR[mum]=1.93783e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000593248 + Event#=2000 t[ns]=0.0184384 r[mm]=5.52764 deltaR[mum]=4.01128e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000756052 + Event#=3000 t[ns]=0.0552922 r[mm]=16.576 deltaR[mum]=9.27962e-07 deltaEkin[MeV]=2.4323 deltaAngle(deg)=0.00248759 + Event#=4000 t[ns]=0.0544144 r[mm]=16.3129 deltaR[mum]=8.94524e-07 deltaEkin[MeV]=2.40342 deltaAngle(deg)=0.00274651 + Event#=5000 t[ns]=0.0483849 r[mm]=14.5053 deltaR[mum]=6.86489e-07 deltaEkin[MeV]=1.79608 deltaAngle(deg)=0.00243625 + Event#=6000 t[ns]=0.000511417 r[mm]=0.153317 deltaR[mum]=8.60423e-13 deltaEkin[MeV]=0 deltaAngle(deg)=2.09632e-05 + Event#=7000 t[ns]=0.0392998 r[mm]=11.7817 deltaR[mum]=4.24441e-07 deltaEkin[MeV]=0.839798 deltaAngle(deg)=0.00141975 + Event#=8000 t[ns]=0.0865326 r[mm]=25.9415 deltaR[mum]=4.58117e-06 deltaEkin[MeV]=8.03358 deltaAngle(deg)=0.00397611 + Event#=9000 t[ns]=0.0453406 r[mm]=13.5926 deltaR[mum]=5.93415e-07 deltaEkin[MeV]=1.48382 deltaAngle(deg)=0.00113158 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.270000s Real=0.494654s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 17 + primary PDG code = -4122 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.286 + primary initial momentum [GeV] = 502.281 + primary initial Lorentz beta = 0.99999 + primary initial Lorentz gamma = 219.679 + primary initial 3 momentum [GeV] = (502.281,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9895 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.79314e-06 mean=0.0434359 max=0.34675 + decay R [mm] : min=0.000537563 mean=13.0216 max=103.952 + decay X [mm] : min=0.000537563 mean=13.0216 max=103.952 + decay Y [mm] : min=-0.0122758 mean=0.00048773 max=0.0190704 + decay Z [mm] : min=-0.0180517 mean=-1.79541e-06 max=0.00625053 + Delta decay R [mm] : min=-3.46945e-18 mean=4.49006e-09 max=2.79392e-06 + deflection angle [deg] : min=0 mean=0.00184131 max=0.0447381 + Delta Ekin [MeV] : min=0 mean=2.57955 max=678.613 + decay Ekin [GeV] : min=499.321 mean=499.997 max=500 + decay Px [GeV] : min=501.603 mean=502.279 max=502.281 + decay Py [GeV] : min=-0.215553 mean=0.0155959 max=0.319304 + decay Pz [GeV] : min=-0.327682 mean=-1.52753e-05 max=0.150271 + decay Etot violation [MeV] : min=-1.16272e-05 mean=-8.03298e-07 max=8.78063e-06 + decay Px violation [MeV] : min=-1.16272e-05 mean=-8.03285e-07 max=8.78057e-06 + decay Py violation [MeV] : min=-1.76584e-09 mean=-4.06493e-11 max=1.02561e-09 + decay Pz violation [MeV] : min=-1.06829e-09 mean=-1.35453e-13 max=1.55831e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0475902 (mean=0.00974115) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.69561e-09 , 1.69561e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -26.8296 (mean=-0.107539) (#above threshold = 58) + maxOverestimated_mc_truth_rPos_delta [mum] = 15.5177 (mean=0.046374) (#above threshold = 57) + minUnderestimated_rDeltaPos [mum] = -26.8295 (mean=-0.107535) (#above threshold = 58) + maxOverestimated_rDeltaPos [mum] = 15.5181 (mean=0.0463785) (#above threshold = 57) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0153731 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 18 starts. +### Run 18 starts. + Event#=0 t[ns]=0.0197817 r[mm]=5.93033 deltaR[mum]=4.94973e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000810841 + Event#=1000 t[ns]=0.321227 r[mm]=96.3003 deltaR[mum]=0.0001528 deltaEkin[MeV]=6.97004 deltaAngle(deg)=0.0121785 + Event#=2000 t[ns]=0.113264 r[mm]=33.9553 deltaR[mum]=9.40648e-06 deltaEkin[MeV]=6.62753 deltaAngle(deg)=0.00475938 + Event#=3000 t[ns]=0.0618338 r[mm]=18.5371 deltaR[mum]=1.58072e-06 deltaEkin[MeV]=4.04886 deltaAngle(deg)=0.00241719 + Event#=4000 t[ns]=0.406816 r[mm]=121.959 deltaR[mum]=0.000511511 deltaEkin[MeV]=9.0899 deltaAngle(deg)=0.0177069 + Event#=5000 t[ns]=0.0150329 r[mm]=4.50668 deltaR[mum]=2.17213e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000616189 + Event#=6000 t[ns]=0.0972426 r[mm]=29.1522 deltaR[mum]=8.82847e-06 deltaEkin[MeV]=8.54255 deltaAngle(deg)=0.00537487 + Event#=7000 t[ns]=0.00137873 r[mm]=0.413329 deltaR[mum]=1.67644e-11 deltaEkin[MeV]=0 deltaAngle(deg)=5.65177e-05 + Event#=8000 t[ns]=0.0507865 r[mm]=15.2252 deltaR[mum]=7.64594e-07 deltaEkin[MeV]=1.90974 deltaAngle(deg)=0.00241767 + Event#=9000 t[ns]=0.0021438 r[mm]=0.642688 deltaR[mum]=6.27276e-11 deltaEkin[MeV]=0 deltaAngle(deg)=8.78759e-05 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.360000s Real=0.431925s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 18 + primary PDG code = 4232 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.468 + primary initial momentum [GeV] = 502.462 + primary initial Lorentz beta = 0.999988 + primary initial Lorentz gamma = 203.604 + primary initial 3 momentum [GeV] = (502.462,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9817 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=2.25876e-05 mean=0.0885834 max=0.711989 + decay R [mm] : min=0.0067715 mean=26.5563 max=213.446 + decay X [mm] : min=0.0067715 mean=26.5563 max=213.446 + decay Y [mm] : min=-0.0594567 mean=-0.00193409 max=0.00386268 + decay Z [mm] : min=-0.0186535 mean=9.94078e-06 max=0.0317826 + Delta decay R [mm] : min=-3.46945e-18 mean=3.04391e-08 max=2.38326e-06 + deflection angle [deg] : min=8.53688e-07 mean=0.00368 max=0.0316501 + Delta Ekin [MeV] : min=0 mean=5.02413 max=1488.7 + decay Ekin [GeV] : min=498.511 mean=499.995 max=500 + decay Px [GeV] : min=500.973 mean=502.457 max=502.462 + decay Py [GeV] : min=-0.27003 mean=-0.0316624 max=0.197479 + decay Pz [GeV] : min=-0.112949 mean=8.64686e-05 max=0.137246 + decay Etot violation [MeV] : min=-9.7836e-06 mean=-1.4802e-07 max=9.29425e-06 + decay Px violation [MeV] : min=-9.78366e-06 mean=-1.48047e-07 max=9.29437e-06 + decay Py violation [MeV] : min=-1.93421e-09 mean=2.84706e-11 max=2.98905e-09 + decay Pz violation [MeV] : min=-1.77474e-09 mean=-8.98197e-13 max=6.69132e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 4.54747e-06 , 0.04613 (mean=0.00845335) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.56231e-09 , 1.56231e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.95239e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -45.148 (mean=-0.223215) (#above threshold = 109) + maxOverestimated_mc_truth_rPos_delta [mum] = 47.9326 (mean=0.217252) (#above threshold = 485) + minUnderestimated_rDeltaPos [mum] = -45.1468 (mean=-0.223184) (#above threshold = 109) + maxOverestimated_rDeltaPos [mum] = 47.9338 (mean=0.217282) (#above threshold = 485) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0325221 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 19 starts. +### Run 19 starts. + Event#=0 t[ns]=0.0200292 r[mm]=6.00453 deltaR[mum]=5.13793e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000820985 + Event#=1000 t[ns]=0.0814768 r[mm]=24.4258 deltaR[mum]=2.47327e-06 deltaEkin[MeV]=5.30646 deltaAngle(deg)=0.00468161 + Event#=2000 t[ns]=0.00325022 r[mm]=0.974379 deltaR[mum]=2.19602e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000133224 + Event#=3000 t[ns]=0.0323271 r[mm]=9.6913 deltaR[mum]=2.37709e-07 deltaEkin[MeV]=0.401475 deltaAngle(deg)=0.00122423 + Event#=4000 t[ns]=0.0610328 r[mm]=18.297 deltaR[mum]=1.16949e-06 deltaEkin[MeV]=3.66402 deltaAngle(deg)=0.00272333 + Event#=5000 t[ns]=0.132504 r[mm]=39.7232 deltaR[mum]=1.48216e-05 deltaEkin[MeV]=6.2716 deltaAngle(deg)=0.00546713 + Event#=6000 t[ns]=0.102852 r[mm]=30.8339 deltaR[mum]=9.58378e-06 deltaEkin[MeV]=9.05234 deltaAngle(deg)=0.00497969 + Event#=7000 t[ns]=0.00125512 r[mm]=0.376271 deltaR[mum]=1.2601e-11 deltaEkin[MeV]=0 deltaAngle(deg)=5.14413e-05 + Event#=8000 t[ns]=0.00660099 r[mm]=1.9789 deltaR[mum]=1.8392e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.00027057 + Event#=9000 t[ns]=0.0755362 r[mm]=22.6449 deltaR[mum]=2.01095e-06 deltaEkin[MeV]=4.33223 deltaAngle(deg)=0.00328173 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.360000s Real=0.367085s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 19 + primary PDG code = -4232 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.468 + primary initial momentum [GeV] = 502.462 + primary initial Lorentz beta = 0.999988 + primary initial Lorentz gamma = 203.604 + primary initial 3 momentum [GeV] = (502.462,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9809 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=8.75901e-06 mean=0.0891079 max=0.806767 + decay R [mm] : min=0.00262585 mean=26.7135 max=241.86 + decay X [mm] : min=0.00262585 mean=26.7135 max=241.86 + decay Y [mm] : min=-0.0114886 mean=0.00193783 max=0.069145 + decay Z [mm] : min=-0.0223804 mean=-2.53786e-06 max=0.0178873 + Delta decay R [mm] : min=-3.46945e-18 mean=3.09484e-08 max=3.83572e-06 + deflection angle [deg] : min=0 mean=0.00370966 max=0.0327887 + Delta Ekin [MeV] : min=0 mean=5.40188 max=2224.89 + decay Ekin [GeV] : min=497.775 mean=499.995 max=500 + decay Px [GeV] : min=500.237 mean=502.456 max=502.462 + decay Py [GeV] : min=-0.148236 mean=0.0319474 max=0.287314 + decay Pz [GeV] : min=-0.207713 mean=-2.84519e-05 max=0.177199 + decay Etot violation [MeV] : min=-1.048e-05 mean=-1.0965e-07 max=9.14303e-06 + decay Px violation [MeV] : min=-1.048e-05 mean=-1.09677e-07 max=9.14303e-06 + decay Py violation [MeV] : min=-2.08485e-09 mean=-2.59165e-11 max=2.60596e-09 + decay Pz violation [MeV] : min=-8.4718e-10 mean=-1.62851e-13 max=1.29822e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 4.54747e-06 , 0.0466148 (mean=0.00861987) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.48646e-09 , 1.48646e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.95261e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -58.5291 (mean=-0.241081) (#above threshold = 118) + maxOverestimated_mc_truth_rPos_delta [mum] = 138.156 (mean=0.259445) (#above threshold = 477) + minUnderestimated_rDeltaPos [mum] = -58.528 (mean=-0.24105) (#above threshold = 118) + maxOverestimated_rDeltaPos [mum] = 138.16 (mean=0.259476) (#above threshold = 477) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0323391 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 20 starts. +### Run 20 starts. + Event#=0 t[ns]=0.0152275 r[mm]=4.56504 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0686373 r[mm]=20.5767 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0129585 r[mm]=3.8848 deltaR[mum]=4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0315976 r[mm]=9.47262 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0947453 r[mm]=28.4036 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0728051 r[mm]=21.8261 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.00434134 r[mm]=1.30149 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0248101 r[mm]=7.4378 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0314077 r[mm]=9.41569 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0117916 r[mm]=3.535 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.110000s Real=0.102823s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 20 + primary PDG code = 4132 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.471 + primary initial momentum [GeV] = 502.465 + primary initial Lorentz beta = 0.999988 + primary initial Lorentz gamma = 203.36 + primary initial 3 momentum [GeV] = (502.465,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9968 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=2.039e-06 mean=0.0230499 max=0.259724 + decay R [mm] : min=0.000611269 mean=6.9101 max=77.8624 + decay X [mm] : min=0.000611269 mean=6.9101 max=77.8624 + decay Y [mm] : min=-0.00175001 mean=4.71031e-07 max=0.00292046 + decay Z [mm] : min=-0.00194563 mean=1.80317e-07 max=0.00224522 + Delta decay R [mm] : min=-7.10543e-15 mean=4.93062e-11 max=1.23818e-07 + deflection angle [deg] : min=0 mean=6.52431e-06 max=0.0110856 + Delta Ekin [MeV] : min=0 mean=8.13549e-05 max=0.181418 + decay Ekin [GeV] : min=500 mean=500 max=500 + decay Px [GeV] : min=502.465 mean=502.465 max=502.465 + decay Py [GeV] : min=-0.0530748 mean=1.93078e-05 max=0.0824876 + decay Pz [GeV] : min=-0.0694241 mean=8.20648e-06 max=0.0680935 + decay Etot violation [MeV] : min=-1.12527e-06 mean=7.44905e-07 max=1.08378e-05 + decay Px violation [MeV] : min=-1.12533e-06 mean=7.44913e-07 max=1.08381e-05 + decay Py violation [MeV] : min=-6.65494e-10 mean=2.78488e-13 max=1.53391e-09 + decay Pz violation [MeV] : min=-9.57101e-10 mean=1.33575e-13 max=9.00492e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.31921e-05 , 0.0239611 (mean=0.00544335) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 7.23446e-10 , 7.23446e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.00404321 (mean=-2.04075e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.006423 (mean=2.08851e-06) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.00399147 (mean=-1.99144e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.00654682 (mean=2.13782e-06) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 21 starts. +### Run 21 starts. + Event#=0 t[ns]=0.0138005 r[mm]=4.13723 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0358981 r[mm]=10.7618 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0234249 r[mm]=7.02252 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0145225 r[mm]=4.35368 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.00272239 r[mm]=0.816141 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.00430893 r[mm]=1.29177 deltaR[mum]=2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.00806061 r[mm]=2.41648 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0453646 r[mm]=13.5998 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0185742 r[mm]=5.56833 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0422286 r[mm]=12.6596 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.090000s Real=0.096619s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 21 + primary PDG code = -4132 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.471 + primary initial momentum [GeV] = 502.465 + primary initial Lorentz beta = 0.999988 + primary initial Lorentz gamma = 203.36 + primary initial 3 momentum [GeV] = (502.465,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9976 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=7.91885e-07 mean=0.0225786 max=0.213724 + decay R [mm] : min=0.000237398 mean=6.76881 max=64.0721 + decay X [mm] : min=0.000237398 mean=6.76881 max=64.0721 + decay Y [mm] : min=-0.000789901 mean=-1.62115e-07 max=0.000726778 + decay Z [mm] : min=-0.001585 mean=-6.15206e-08 max=0.000549069 + Delta decay R [mm] : min=-7.10543e-15 mean=4.38775e-11 max=1.56955e-07 + deflection angle [deg] : min=0 mean=8.15777e-06 max=0.0228811 + Delta Ekin [MeV] : min=0 mean=0.000187392 max=0.772886 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=502.464 mean=502.465 max=502.465 + decay Py [GeV] : min=-0.164781 mean=-4.51813e-06 max=0.170154 + decay Pz [GeV] : min=-0.103838 mean=2.79881e-06 max=0.114541 + decay Etot violation [MeV] : min=-1.12515e-06 mean=6.96819e-07 max=1.20274e-05 + decay Px violation [MeV] : min=-1.12521e-06 mean=6.96827e-07 max=1.20275e-05 + decay Py violation [MeV] : min=-2.87298e-09 mean=-2.53228e-13 max=1.8039e-09 + decay Pz violation [MeV] : min=-2.47383e-09 mean=-2.25337e-14 max=1.99709e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.31921e-05 , 0.0116097 (mean=0.00543515) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.23677e-10 , 9.23677e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.018327 (mean=-5.05011e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0038568 (mean=1.11262e-06) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0182086 (mean=-5.00623e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.00398585 (mean=1.1565e-06) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 22 starts. +### Run 22 starts. + Event#=0 t[ns]=0.0108381 r[mm]=3.24914 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.00867377 r[mm]=2.60029 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0111251 r[mm]=3.33516 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.00892365 r[mm]=2.6752 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.00124471 r[mm]=0.373148 deltaR[mum]=-5.55112e-14 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.00373489 r[mm]=1.11968 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0277915 r[mm]=8.33158 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0140925 r[mm]=4.22478 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.00878256 r[mm]=2.63291 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.00111556 r[mm]=0.334431 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.080000s Real=0.078186s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 22 + primary PDG code = 4332 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.695 + primary initial momentum [GeV] = 502.688 + primary initial Lorentz beta = 0.999986 + primary initial Lorentz gamma = 186.515 + primary initial 3 momentum [GeV] = (502.688,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9997 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=5.74789e-07 mean=0.0128115 max=0.113814 + decay R [mm] : min=0.000172315 mean=3.84073 max=34.1202 + decay X [mm] : min=0.000172315 mean=3.84073 max=34.1202 + decay Y [mm] : min=-0.00280709 mean=-3.08943e-07 max=6.14174e-05 + decay Z [mm] : min=-0.00433347 mean=-3.81363e-07 max=0.000332611 + Delta decay R [mm] : min=-7.10543e-15 mean=1.29747e-10 max=1.2655e-06 + deflection angle [deg] : min=0 mean=6.3796e-06 max=0.0432399 + Delta Ekin [MeV] : min=0 mean=0.000288525 max=2.66726 + decay Ekin [GeV] : min=499.997 mean=500 max=500 + decay Px [GeV] : min=502.685 mean=502.688 max=502.688 + decay Py [GeV] : min=-0.206271 mean=-3.0768e-05 max=0.0103589 + decay Pz [GeV] : min=-0.318433 mean=-2.11652e-05 max=0.0560996 + decay Etot violation [MeV] : min=-4.53106e-06 mean=-2.06262e-07 max=3.82285e-06 + decay Px violation [MeV] : min=-4.53112e-06 mean=-2.06272e-07 max=3.82285e-06 + decay Py violation [MeV] : min=-2.89027e-10 mean=1.2219e-13 max=1.36748e-09 + decay Pz violation [MeV] : min=-5.99663e-11 mean=2.19554e-13 max=2.1106e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0267219 (mean=0.00159116) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 1.11022e-16 + maxGamma_deltaMax{1,2,3} = 0 , 7.41124e-10 , 7.41124e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0671013 (mean=-7.16528e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0362975 (mean=3.70604e-06) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0658358 (mean=-7.03553e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.037563 (mean=3.83579e-06) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0038147 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 23 starts. +### Run 23 starts. + Event#=0 t[ns]=0.0396188 r[mm]=11.8772 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.000642725 r[mm]=0.192681 deltaR[mum]=2.77556e-14 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0269569 r[mm]=8.08135 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0027019 r[mm]=0.809997 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.00417632 r[mm]=1.25201 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0106004 r[mm]=3.17788 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0246518 r[mm]=7.39032 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0085543 r[mm]=2.56448 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0625044 r[mm]=18.7381 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0173595 r[mm]=5.20416 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.080000s Real=0.081907s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 23 + primary PDG code = -4332 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.695 + primary initial momentum [GeV] = 502.688 + primary initial Lorentz beta = 0.999986 + primary initial Lorentz gamma = 186.515 + primary initial 3 momentum [GeV] = (502.688,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9993 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=4.93721e-06 mean=0.0129209 max=0.169916 + decay R [mm] : min=0.00148012 mean=3.87352 max=50.9387 + decay X [mm] : min=0.00148012 mean=3.87352 max=50.9387 + decay Y [mm] : min=-0.000789301 mean=-1.11974e-07 max=0.000467614 + decay Z [mm] : min=-0.0005653 mean=-1.17378e-07 max=8.04393e-05 + Delta decay R [mm] : min=-3.55271e-15 mean=1.24379e-11 max=4.73413e-08 + deflection angle [deg] : min=0 mean=3.4541e-06 max=0.0100842 + Delta Ekin [MeV] : min=0 mean=3.99093e-05 max=0.150256 + decay Ekin [GeV] : min=500 mean=500 max=500 + decay Px [GeV] : min=502.688 mean=502.688 max=502.688 + decay Py [GeV] : min=-0.0666341 mean=-1.80018e-05 max=0.0325865 + decay Pz [GeV] : min=-0.0686867 mean=-1.14804e-05 max=0.0206037 + decay Etot violation [MeV] : min=-4.81401e-06 mean=-2.02958e-07 max=4.40463e-06 + decay Px violation [MeV] : min=-4.81406e-06 mean=-2.02968e-07 max=4.40486e-06 + decay Py violation [MeV] : min=-3.28654e-10 mean=3.81709e-14 max=5.03022e-10 + decay Pz violation [MeV] : min=-3.74758e-11 mean=5.695e-14 max=3.60124e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0242312 (mean=0.0015911) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 + maxGamma_deltaMax{1,2,3} = 0 , 3.97108e-10 , 3.97108e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.00482131 (mean=-1.11314e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.00144029 (mean=3.30062e-07) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.00477707 (mean=-1.1007e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.00148763 (mean=3.425e-07) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00195159 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 24 starts. +### Run 24 starts. + Event#=0 t[ns]=0.161904 r[mm]=48.5345 deltaR[mum]=0.000121938 deltaEkin[MeV]=0.127374 deltaAngle(deg)=0.00923139 + Event#=1000 t[ns]=0.179134 r[mm]=53.6997 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.00372469 r[mm]=1.11657 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.190173 r[mm]=57.0089 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.162635 r[mm]=48.7537 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.176772 r[mm]=52.9916 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0901183 r[mm]=27.0151 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0688857 r[mm]=20.6501 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.016282 r[mm]=4.88093 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0110955 r[mm]=3.32613 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.260000s Real=0.259368s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 24 + primary PDG code = 5122 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.62 + primary initial momentum [GeV] = 505.588 + primary initial Lorentz beta = 0.999938 + primary initial Lorentz gamma = 89.9746 + primary initial 3 momentum [GeV] = (505.588,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9783 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=2.90444e-07 mean=0.13159 max=1.39082 + decay R [mm] : min=8.70676e-05 mean=39.4473 max=416.931 + decay X [mm] : min=8.70676e-05 mean=39.4473 max=416.931 + decay Y [mm] : min=-0.0216075 mean=3.72753e-06 max=0.0552784 + decay Z [mm] : min=-0.0297042 mean=7.53197e-06 max=0.0183538 + Delta decay R [mm] : min=-5.68434e-14 mean=1.8163e-09 max=2.10576e-06 + deflection angle [deg] : min=0 mean=9.41255e-05 max=0.0373606 + Delta Ekin [MeV] : min=0 mean=0.00171222 max=2.08628 + decay Ekin [GeV] : min=499.998 mean=500 max=500 + decay Px [GeV] : min=505.586 mean=505.588 max=505.588 + decay Py [GeV] : min=-0.142113 mean=5.36184e-05 max=0.158617 + decay Pz [GeV] : min=-0.327958 mean=5.00915e-05 max=0.196427 + decay Etot violation [MeV] : min=-1.59064e-06 mean=-3.66634e-07 max=1.47754e-06 + decay Px violation [MeV] : min=-1.59058e-06 mean=-3.66535e-07 max=1.4776e-06 + decay Py violation [MeV] : min=-4.29111e-10 mean=2.58216e-14 max=2.95415e-10 + decay Pz violation [MeV] : min=-3.83011e-10 mean=-1.25178e-13 max=2.31083e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0139153 (mean=0.00306332) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 8.7951e-11 , 8.7951e-11 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0604973 (mean=-6.02729e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.207788 (mean=0.000136258) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0583916 (mean=-5.84566e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.208983 (mean=0.000138074) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 25 starts. +### Run 25 starts. + Event#=0 t[ns]=0.0289086 r[mm]=8.66605 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0506789 r[mm]=15.1922 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0621911 r[mm]=18.6433 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.778272 r[mm]=233.306 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0958814 r[mm]=28.7427 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.199048 r[mm]=59.6695 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.039384 r[mm]=11.8063 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.16878 r[mm]=50.5959 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.210895 r[mm]=63.2209 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.00627662 r[mm]=1.88157 deltaR[mum]=2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.280000s Real=0.278549s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 25 + primary PDG code = -5122 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.62 + primary initial momentum [GeV] = 505.588 + primary initial Lorentz beta = 0.999938 + primary initial Lorentz gamma = 89.9746 + primary initial 3 momentum [GeV] = (505.588,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9760 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.0344e-05 mean=0.132066 max=1.58476 + decay R [mm] : min=0.00310087 mean=39.5898 max=475.069 + decay X [mm] : min=0.00310087 mean=39.5898 max=475.069 + decay Y [mm] : min=-0.0152793 mean=2.67703e-07 max=0.0218214 + decay Z [mm] : min=-0.0131339 mean=1.04704e-05 max=0.0240083 + Delta decay R [mm] : min=-5.68434e-14 mean=1.59695e-09 max=2.1395e-06 + deflection angle [deg] : min=0 mean=8.34629e-05 max=0.0415992 + Delta Ekin [MeV] : min=0 mean=0.00168232 max=2.58651 + decay Ekin [GeV] : min=499.997 mean=500 max=500 + decay Px [GeV] : min=505.586 mean=505.588 max=505.588 + decay Py [GeV] : min=-0.166228 mean=3.35139e-05 max=0.314564 + decay Pz [GeV] : min=-0.147977 mean=0.000108989 max=0.228189 + decay Etot violation [MeV] : min=-1.58255e-06 mean=-3.77658e-07 max=9.86969e-07 + decay Px violation [MeV] : min=-1.58243e-06 mean=-3.77559e-07 max=9.87027e-07 + decay Py violation [MeV] : min=-4.26951e-10 mean=-1.82849e-14 max=1.29646e-10 + decay Pz violation [MeV] : min=-2.57018e-10 mean=-5.22964e-15 max=2.15238e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0112004 (mean=0.00306348) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.04535e-10 , 1.04535e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0587036 (mean=-5.39859e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.138146 (mean=0.000107106) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0565641 (mean=-5.23889e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.140286 (mean=0.000108703) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0610352 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 26 starts. +### Run 26 starts. + Event#=0 t[ns]=0.112192 r[mm]=33.6321 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0905034 r[mm]=27.1304 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0496211 r[mm]=14.8751 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.066849 r[mm]=20.0395 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0373722 r[mm]=11.2032 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.178561 r[mm]=53.5278 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0125036 r[mm]=3.74824 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0103228 r[mm]=3.09448 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.112971 r[mm]=33.8657 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.233929 r[mm]=70.1256 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.220000s Real=0.364506s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 26 + primary PDG code = 5232 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.792 + primary initial momentum [GeV] = 505.759 + primary initial Lorentz beta = 0.999934 + primary initial Lorentz gamma = 87.3275 + primary initial 3 momentum [GeV] = (505.759,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9814 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.93834e-05 mean=0.128779 max=1.30217 + decay R [mm] : min=0.00581061 mean=38.6043 max=390.354 + decay X [mm] : min=0.00581061 mean=38.6043 max=390.354 + decay Y [mm] : min=-0.0227143 mean=-2.60052e-06 max=0.0101444 + decay Z [mm] : min=-0.0204277 mean=7.75738e-06 max=0.035892 + Delta decay R [mm] : min=-5.68434e-14 mean=1.22112e-09 max=7.3526e-07 + deflection angle [deg] : min=0 mean=6.64338e-05 max=0.0188719 + Delta Ekin [MeV] : min=0 mean=0.00109276 max=0.532683 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=505.758 mean=505.759 max=505.759 + decay Py [GeV] : min=-0.138353 mean=-2.61001e-05 max=0.117991 + decay Pz [GeV] : min=-0.148035 mean=5.46365e-05 max=0.154412 + decay Etot violation [MeV] : min=-5.88247e-07 mean=6.31503e-07 max=1.94699e-06 + decay Px violation [MeV] : min=-5.8813e-07 mean=6.31529e-07 max=1.9471e-06 + decay Py violation [MeV] : min=-3.85484e-10 mean=-7.12159e-15 max=4.26724e-10 + decay Pz violation [MeV] : min=-4.40423e-10 mean=1.47328e-13 max=5.87704e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.011908 (mean=0.00138964) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.92912e-11 , 9.92912e-11 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.23027e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0189354 (mean=-3.93895e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0779305 (mean=8.8514e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0182001 (mean=-3.81683e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0784447 (mean=8.97351e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 27 starts. +### Run 27 starts. + Event#=0 t[ns]=0.0432049 r[mm]=12.9516 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.172704 r[mm]=51.7718 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.121187 r[mm]=36.3287 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0252893 r[mm]=7.58104 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0549635 r[mm]=16.4765 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0173834 r[mm]=5.21108 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0463836 r[mm]=13.9045 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.301755 r[mm]=90.4578 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0662705 r[mm]=19.8661 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.292467 r[mm]=87.6738 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.250000s Real=0.451234s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 27 + primary PDG code = -5232 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.792 + primary initial momentum [GeV] = 505.759 + primary initial Lorentz beta = 0.999934 + primary initial Lorentz gamma = 87.3275 + primary initial 3 momentum [GeV] = (505.759,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9786 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=3.78931e-06 mean=0.128796 max=1.33258 + decay R [mm] : min=0.00113593 mean=38.6095 max=399.471 + decay X [mm] : min=0.00113593 mean=38.6095 max=399.471 + decay Y [mm] : min=-0.0140506 mean=-1.57837e-06 max=0.0106168 + decay Z [mm] : min=-0.0107867 mean=8.77462e-06 max=0.0140725 + Delta decay R [mm] : min=-5.68434e-14 mean=1.04703e-09 max=8.45212e-07 + deflection angle [deg] : min=0 mean=6.83804e-05 max=0.0255093 + Delta Ekin [MeV] : min=0 mean=0.00122975 max=0.973273 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=505.758 mean=505.759 max=505.759 + decay Py [GeV] : min=-0.115468 mean=9.16847e-08 max=0.135628 + decay Pz [GeV] : min=-0.155991 mean=6.2627e-05 max=0.179774 + decay Etot violation [MeV] : min=-1.94297e-07 mean=6.24061e-07 max=2.01201e-06 + decay Px violation [MeV] : min=-1.94355e-07 mean=6.24086e-07 max=2.01195e-06 + decay Py violation [MeV] : min=-1.99904e-10 mean=5.54261e-14 max=2.94364e-10 + decay Pz violation [MeV] : min=-4.88029e-10 mean=1.29095e-14 max=3.9023e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.011908 (mean=0.00138566) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.11086e-10 , 1.11086e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=4.27757e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0275285 (mean=-4.2326e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0761816 (mean=6.39243e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0273884 (mean=-4.1279e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0770268 (mean=6.49713e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 28 starts. +### Run 28 starts. + Event#=0 t[ns]=0.00785693 r[mm]=2.3553 deltaR[mum]=3.06155e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000319932 + Event#=1000 t[ns]=0.32884 r[mm]=98.5774 deltaR[mum]=0.000324852 deltaEkin[MeV]=6.78886 deltaAngle(deg)=0.014202 + Event#=2000 t[ns]=0.176101 r[mm]=52.7904 deltaR[mum]=9.55368e-05 deltaEkin[MeV]=7.79668 deltaAngle(deg)=0.00820883 + Event#=3000 t[ns]=0.0222034 r[mm]=6.65596 deltaR[mum]=6.90701e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000904117 + Event#=4000 t[ns]=0.0331552 r[mm]=9.93903 deltaR[mum]=2.56849e-07 deltaEkin[MeV]=0.272124 deltaAngle(deg)=0.00137215 + Event#=5000 t[ns]=0.0540416 r[mm]=16.2002 deltaR[mum]=8.68393e-07 deltaEkin[MeV]=2.20534 deltaAngle(deg)=0.00168327 + Event#=6000 t[ns]=0.16363 r[mm]=49.052 deltaR[mum]=0.000178494 deltaEkin[MeV]=23.126 deltaAngle(deg)=0.00639688 + Event#=7000 t[ns]=0.152594 r[mm]=45.7436 deltaR[mum]=5.32942e-05 deltaEkin[MeV]=6.7995 deltaAngle(deg)=0.00716592 + Event#=8000 t[ns]=0.0800421 r[mm]=23.9944 deltaR[mum]=8.19599e-06 deltaEkin[MeV]=5.48676 deltaAngle(deg)=0.00314691 + Event#=9000 t[ns]=0.164889 r[mm]=49.4292 deltaR[mum]=6.08774e-05 deltaEkin[MeV]=7.28644 deltaAngle(deg)=0.00713134 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.410000s Real=0.418574s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 28 + primary PDG code = 5132 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.795 + primary initial momentum [GeV] = 505.761 + primary initial Lorentz beta = 0.999934 + primary initial Lorentz gamma = 87.2887 + primary initial 3 momentum [GeV] = (505.761,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9773 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=3.53096e-08 mean=0.138141 max=1.15826 + decay R [mm] : min=1.05849e-05 mean=41.411 max=347.215 + decay X [mm] : min=1.05849e-05 mean=41.411 max=347.215 + decay Y [mm] : min=-0.0057637 mean=0.00445581 max=0.151239 + decay Z [mm] : min=-0.0331643 mean=-3.11847e-06 max=0.0172479 + Delta decay R [mm] : min=3.38813e-21 mean=1.57916e-07 max=1.31817e-05 + deflection angle [deg] : min=0 mean=0.00567617 max=0.0486465 + Delta Ekin [MeV] : min=0 mean=6.43447 max=2578.45 + decay Ekin [GeV] : min=497.422 mean=499.994 max=500 + decay Px [GeV] : min=503.183 mean=505.755 max=505.761 + decay Py [GeV] : min=-0.0949269 mean=0.0495476 max=0.429401 + decay Pz [GeV] : min=-0.179684 mean=5.06843e-05 max=0.167874 + decay Etot violation [MeV] : min=-1.86986e-06 mean=-7.24258e-08 max=1.82533e-06 + decay Px violation [MeV] : min=-1.8698e-06 mean=-7.24269e-08 max=1.82528e-06 + decay Py violation [MeV] : min=-6.24595e-10 mean=-8.03078e-12 max=5.51836e-10 + decay Pz violation [MeV] : min=-1.16131e-10 mean=-9.99645e-15 max=1.96565e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0184336 (mean=0.00345132) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.19257e-10 , 1.19257e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -114.505 (mean=-0.296108) (#above threshold = 122) + maxOverestimated_mc_truth_rPos_delta [mum] = 97.2764 (mean=0.449951) (#above threshold = 1275) + minUnderestimated_rDeltaPos [mum] = -114.503 (mean=-0.29595) (#above threshold = 122) + maxOverestimated_rDeltaPos [mum] = 97.2895 (mean=0.450109) (#above threshold = 1276) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0386569 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 29 starts. +### Run 29 starts. + Event#=0 t[ns]=0.137902 r[mm]=41.3393 deltaR[mum]=4.38994e-05 deltaEkin[MeV]=7.47742 deltaAngle(deg)=0.00683087 + Event#=1000 t[ns]=0.107131 r[mm]=32.1151 deltaR[mum]=1.16974e-05 deltaEkin[MeV]=7.35531 deltaAngle(deg)=0.0040856 + Event#=2000 t[ns]=0.274372 r[mm]=82.2494 deltaR[mum]=0.000417652 deltaEkin[MeV]=19.2077 deltaAngle(deg)=0.0109502 + Event#=3000 t[ns]=0.150441 r[mm]=45.0982 deltaR[mum]=5.90709e-05 deltaEkin[MeV]=7.67604 deltaAngle(deg)=0.00625371 + Event#=4000 t[ns]=0.00198504 r[mm]=0.59506 deltaR[mum]=4.92939e-11 deltaEkin[MeV]=0 deltaAngle(deg)=8.08303e-05 + Event#=5000 t[ns]=0.038005 r[mm]=11.3929 deltaR[mum]=3.84436e-07 deltaEkin[MeV]=0.84926 deltaAngle(deg)=0.00123782 + Event#=6000 t[ns]=0.0523952 r[mm]=15.7066 deltaR[mum]=8.0948e-07 deltaEkin[MeV]=2.6039 deltaAngle(deg)=0.0022347 + Event#=7000 t[ns]=0.00699385 r[mm]=2.09656 deltaR[mum]=2.15872e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000284789 + Event#=8000 t[ns]=0.183429 r[mm]=54.9871 deltaR[mum]=8.81302e-05 deltaEkin[MeV]=7.44524 deltaAngle(deg)=0.007086 + Event#=9000 t[ns]=0.0162549 r[mm]=4.87278 deltaR[mum]=2.7101e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000661897 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.390000s Real=0.401119s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 29 + primary PDG code = -5132 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 505.795 + primary initial momentum [GeV] = 505.761 + primary initial Lorentz beta = 0.999934 + primary initial Lorentz gamma = 87.2887 + primary initial 3 momentum [GeV] = (505.761,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9787 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=1.71585e-06 mean=0.134144 max=1.14407 + decay R [mm] : min=0.000514366 mean=40.2126 max=342.962 + decay X [mm] : min=0.000514366 mean=40.2126 max=342.962 + decay Y [mm] : min=-0.144025 mean=-0.00419421 max=0.0107079 + decay Z [mm] : min=-0.0140403 mean=1.84844e-06 max=0.0224891 + Delta decay R [mm] : min=-1.73472e-18 mean=1.46307e-07 max=1.63134e-05 + deflection angle [deg] : min=8.53688e-07 mean=0.00552879 max=0.0472785 + Delta Ekin [MeV] : min=0 mean=6.52211 max=3389.23 + decay Ekin [GeV] : min=496.611 mean=499.993 max=500 + decay Px [GeV] : min=502.372 mean=505.755 max=505.761 + decay Py [GeV] : min=-0.417345 mean=-0.0482422 max=0.10523 + decay Pz [GeV] : min=-0.192462 mean=-4.71925e-05 max=0.164106 + decay Etot violation [MeV] : min=-1.9244e-06 mean=-7.81117e-08 max=1.71759e-06 + decay Px violation [MeV] : min=-1.92452e-06 mean=-7.81111e-08 max=1.71777e-06 + decay Py violation [MeV] : min=-5.13126e-10 mean=8.90853e-12 max=6.807e-10 + decay Pz violation [MeV] : min=-2.73047e-10 mean=6.55751e-14 max=2.97632e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0157997 (mean=0.00342567) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.166e-10 , 1.166e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -116.049 (mean=-0.297964) (#above threshold = 132) + maxOverestimated_mc_truth_rPos_delta [mum] = 123.363 (mean=0.452228) (#above threshold = 1166) + minUnderestimated_rDeltaPos [mum] = -116.032 (mean=-0.297817) (#above threshold = 132) + maxOverestimated_rDeltaPos [mum] = 123.379 (mean=0.452374) (#above threshold = 1166) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0405849 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 30 starts. +### Run 30 starts. + Event#=0 t[ns]=0.0999288 r[mm]=29.9558 deltaR[mum]=1.4524e-05 deltaEkin[MeV]=7.17056 deltaAngle(deg)=0.00545063 + Event#=1000 t[ns]=1.09268 r[mm]=327.553 deltaR[mum]=0.00904742 deltaEkin[MeV]=9.63413 deltaAngle(deg)=0.044604 + Event#=2000 t[ns]=0.00114913 r[mm]=0.344476 deltaR[mum]=9.54792e-12 deltaEkin[MeV]=0 deltaAngle(deg)=4.67662e-05 + Event#=3000 t[ns]=0.0714758 r[mm]=21.4264 deltaR[mum]=1.71271e-06 deltaEkin[MeV]=4.49493 deltaAngle(deg)=0.00220193 + Event#=4000 t[ns]=0.116855 r[mm]=35.0299 deltaR[mum]=1.92987e-05 deltaEkin[MeV]=6.7624 deltaAngle(deg)=0.00466511 + Event#=5000 t[ns]=0.074202 r[mm]=22.2436 deltaR[mum]=1.89031e-06 deltaEkin[MeV]=4.26299 deltaAngle(deg)=0.00338956 + Event#=6000 t[ns]=0.153814 r[mm]=46.1091 deltaR[mum]=6.07941e-05 deltaEkin[MeV]=8.90849 deltaAngle(deg)=0.00509871 + Event#=7000 t[ns]=0.0111973 r[mm]=3.35662 deltaR[mum]=8.84981e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000455724 + Event#=8000 t[ns]=0.0190264 r[mm]=5.70358 deltaR[mum]=4.34177e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000774369 + Event#=9000 t[ns]=0.509545 r[mm]=152.747 deltaR[mum]=0.0011263 deltaEkin[MeV]=7.83073 deltaAngle(deg)=0.0209893 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.350000s Real=0.355727s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 30 + primary PDG code = 5332 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 506.046 + primary initial momentum [GeV] = 506.01 + primary initial Lorentz beta = 0.999929 + primary initial Lorentz gamma = 83.6979 + primary initial 3 momentum [GeV] = (506.01,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9838 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=4.31639e-06 mean=0.136759 max=1.20257 + decay R [mm] : min=0.00129393 mean=40.9964 max=360.494 + decay X [mm] : min=0.00129393 mean=40.9964 max=360.494 + decay Y [mm] : min=-0.0209275 mean=0.00437069 max=0.156584 + decay Z [mm] : min=-0.0209209 mean=-9.10008e-06 max=0.0272621 + Delta decay R [mm] : min=0 mean=1.55742e-07 max=1.16692e-05 + deflection angle [deg] : min=0 mean=0.00561548 max=0.0493932 + Delta Ekin [MeV] : min=0 mean=6.13712 max=2625.03 + decay Ekin [GeV] : min=497.375 mean=499.994 max=500 + decay Px [GeV] : min=503.385 mean=506.004 max=506.01 + decay Py [GeV] : min=-0.371733 mean=0.0490591 max=0.436218 + decay Pz [GeV] : min=-0.158178 mean=-8.93152e-05 max=0.19094 + decay Etot violation [MeV] : min=-1.48593e-06 mean=1.49607e-07 max=1.89513e-06 + decay Px violation [MeV] : min=-1.48593e-06 mean=1.49589e-07 max=1.89513e-06 + decay Py violation [MeV] : min=-9.07846e-10 mean=9.78721e-12 max=5.54678e-10 + decay Pz violation [MeV] : min=-2.49116e-10 mean=1.15444e-13 max=1.85054e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0183736 (mean=0.00440242) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.09253e-10 , 1.09253e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=4.6311e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -55.9377 (mean=-0.278975) (#above threshold = 105) + maxOverestimated_mc_truth_rPos_delta [mum] = 50.4515 (mean=0.426973) (#above threshold = 1271) + minUnderestimated_rDeltaPos [mum] = -55.9314 (mean=-0.278819) (#above threshold = 105) + maxOverestimated_rDeltaPos [mum] = 50.4588 (mean=0.427129) (#above threshold = 1271) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.055975 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 31 starts. +### Run 31 starts. + Event#=0 t[ns]=0.00201399 r[mm]=0.603737 deltaR[mum]=5.15143e-11 deltaEkin[MeV]=0 deltaAngle(deg)=8.19673e-05 + Event#=1000 t[ns]=0.161444 r[mm]=48.3962 deltaR[mum]=5.82469e-05 deltaEkin[MeV]=6.87177 deltaAngle(deg)=0.00694975 + Event#=2000 t[ns]=0.230102 r[mm]=68.9781 deltaR[mum]=0.000138414 deltaEkin[MeV]=7.57481 deltaAngle(deg)=0.0098667 + Event#=3000 t[ns]=0.358242 r[mm]=107.391 deltaR[mum]=0.000400279 deltaEkin[MeV]=6.73686 deltaAngle(deg)=0.0142456 + Event#=4000 t[ns]=0.179291 r[mm]=53.7462 deltaR[mum]=8.72089e-05 deltaEkin[MeV]=7.54958 deltaAngle(deg)=0.00591304 + Event#=5000 t[ns]=0.0171671 r[mm]=5.14619 deltaR[mum]=3.18918e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000698692 + Event#=6000 t[ns]=0.395263 r[mm]=118.488 deltaR[mum]=0.000524644 deltaEkin[MeV]=6.97731 deltaAngle(deg)=0.015458 + Event#=7000 t[ns]=0.0197279 r[mm]=5.91384 deltaR[mum]=4.84004e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000802915 + Event#=8000 t[ns]=0.00741388 r[mm]=2.22247 deltaR[mum]=2.56906e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000301742 + Event#=9000 t[ns]=0.207867 r[mm]=62.3126 deltaR[mum]=0.000111159 deltaEkin[MeV]=7.1344 deltaAngle(deg)=0.0090056 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.340000s Real=0.344389s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 31 + primary PDG code = -5332 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 506.046 + primary initial momentum [GeV] = 506.01 + primary initial Lorentz beta = 0.999929 + primary initial Lorentz gamma = 83.6979 + primary initial 3 momentum [GeV] = (506.01,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9854 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=8.31742e-06 mean=0.138041 max=1.62863 + decay R [mm] : min=0.00249332 mean=41.3806 max=488.217 + decay X [mm] : min=0.00249332 mean=41.3806 max=488.217 + decay Y [mm] : min=-0.278752 mean=-0.00443766 max=0.016258 + decay Z [mm] : min=-0.029889 mean=-2.05905e-05 max=0.0161724 + Delta decay R [mm] : min=-3.46945e-18 mean=1.71703e-07 max=8.03438e-05 + deflection angle [deg] : min=0 mean=0.00567085 max=0.0658314 + Delta Ekin [MeV] : min=0 mean=6.57137 max=1397.59 + decay Ekin [GeV] : min=498.602 mean=499.993 max=500 + decay Px [GeV] : min=504.612 mean=506.003 max=506.01 + decay Py [GeV] : min=-0.581394 mean=-0.0496615 max=0.0887578 + decay Pz [GeV] : min=-0.138071 mean=-8.66905e-05 max=0.118599 + decay Etot violation [MeV] : min=-1.68744e-06 mean=1.52025e-07 max=1.85566e-06 + decay Px violation [MeV] : min=-1.68744e-06 mean=1.5201e-07 max=1.8556e-06 + decay Py violation [MeV] : min=-6.09589e-10 mean=-1.09376e-11 max=5.65478e-10 + decay Pz violation [MeV] : min=-1.77565e-10 mean=4.64736e-15 max=1.77778e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0183736 (mean=0.00443477) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.08699e-10 , 1.08699e-10 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=4.58297e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -61.944 (mean=-0.298958) (#above threshold = 133) + maxOverestimated_mc_truth_rPos_delta [mum] = 544.809 (mean=0.501638) (#above threshold = 1259) + minUnderestimated_rDeltaPos [mum] = -61.8636 (mean=-0.298786) (#above threshold = 133) + maxOverestimated_rDeltaPos [mum] = 544.89 (mean=0.50181) (#above threshold = 1259) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0734891 + ============================================= + +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 11 of which, static: 0 +Dynamic pools deleted: 11 / Total memory freed: 0.068 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/History b/examples/extended/hadronic/History index 9cdbe2c02d..21c73a98f5 100644 --- a/examples/extended/hadronic/History +++ b/examples/extended/hadronic/History @@ -1,18 +1,18 @@ -------------------------------------------------------------------- +# Example hadronic History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Hadronic Examples History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-06-10 Alberto Ribon (exHadronic-V11-00-01) +- Created new test: ParticleFluence. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exHadronic-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 29-11-21 I. Hrivnacova (exHadronic-V10-07-04) - Removed obsolete references to AIDA analysis tools diff --git a/examples/extended/hadronic/NeutronSource/History b/examples/extended/hadronic/NeutronSource/History index bd6a4a779a..988ec33cff 100644 --- a/examples/extended/hadronic/NeutronSource/History +++ b/examples/extended/hadronic/NeutronSource/History @@ -1,17 +1,18 @@ +# Example NeutronSource History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - NeutronSourcd History file - -------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-04-01 mma (NeutronSource-V11-00-01) +- PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2) - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (NeutronSource-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13-10-21 mma (NeutronSource-V10-07-11) - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger diff --git a/examples/extended/hadronic/NeutronSource/NeutronSource.out b/examples/extended/hadronic/NeutronSource/NeutronSource.out index c558fdd75b..ac0d45445e 100644 --- a/examples/extended/hadronic/NeutronSource/NeutronSource.out +++ b/examples/extended/hadronic/NeutronSource/NeutronSource.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -74,9 +74,9 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ---> Isotope: Ni64 Z = 28 N = 64 A = 63.93 g/mole abundance: 0.926 % ElmMassFraction: 8.00 % ElmAbundance 7.54 % -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 # /process/inactivate hadElastic /run/physicsModified @@ -93,7 +93,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1 ns +Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -103,7 +104,7 @@ Auger electron emission enabled 0 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== ======================================================= @@ -118,7 +119,7 @@ Threshold for very long decay time at rest 1e+27 ns UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -130,11 +131,13 @@ Threshold for very long decay time at rest 1e+27 ns Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: Radioactivation --------------------------------------------------- @@ -144,11 +147,13 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -156,11 +161,13 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -169,10 +176,12 @@ Threshold for very long decay time at rest 1e+27 ns Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_alpha @@ -181,10 +190,12 @@ Threshold for very long decay time at rest 1e+27 ns Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -193,10 +204,12 @@ Threshold for very long decay time at rest 1e+27 ns Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_lambda @@ -204,11 +217,13 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_neutron @@ -217,10 +232,12 @@ Threshold for very long decay time at rest 1e+27 ns Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_proton @@ -229,10 +246,12 @@ Threshold for very long decay time at rest 1e+27 ns Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_triton @@ -241,10 +260,12 @@ Threshold for very long decay time at rest 1e+27 ns Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for deuteron @@ -252,11 +273,13 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for gamma @@ -265,6 +288,7 @@ Threshold for very long decay time at rest 1e+27 ns Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -272,12 +296,14 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -285,12 +311,14 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for lambda @@ -298,12 +326,14 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for neutron @@ -311,28 +341,36 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -340,12 +378,14 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -353,12 +393,14 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for proton @@ -366,12 +408,14 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -379,12 +423,14 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton @@ -392,29 +438,31 @@ Threshold for very long decay time at rest 1e+27 ns Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -427,21 +475,21 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 0 eV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Stainless-Steel Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 0 eV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : BeO Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 0 eV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -466,57 +514,68 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.480000s Real=3.738942s Sys=0.010000s + User=3.380000s Real=4.227140s Sys=0.010000s The run is 10000 Am241 of 0 eV within BeO (D = 3 cm L = 6 cm ) Process calls frequency : - NoProcess= 10006 Radioactivation= 224907 Rayl= 2550 - Transportation= 169906 alphaInelastic= 6 compt= 22254 - eIoni= 194377 ionIoni= 286325 msc= 11245 - phot= 13100 + NoProcess= 10005 Radioactivation= 225416 Rayl= 2489 + Transportation= 170253 alphaInelastic= 6 annihil= 1 + compt= 22345 conv= 1 eIoni= 195192 + ionIoni= 324016 msc= 10613 neutronInelastic= 1 + phot= 13026 - List of generated particles (with meanLife != 0): - Ac225: 9997 Emean = 165.58 meV ( 2.6193 meV --> 1.1334 eV ) mean life = 14.427 d - At217: 9988 Emean = 116.35 keV ( 106.73 keV --> 117.05 keV) mean life = 46.599 ms - Be9: 1 Emean = 4.99 MeV ( 4.99 MeV --> 4.99 MeV) stable - Bi209: 10000 Emean = 1.2173 eV ( 3.2596 meV --> 2.733 eV ) stable - Bi213: 9988 Emean = 132.94 keV ( 121.49 keV --> 132.95 keV) mean life = 1.0962 h - C12: 5 Emean = 1.2239 MeV ( 378.16 keV --> 2.528 MeV) stable - Fr221: 10000 Emean = 104.85 keV ( 18.19 meV --> 105.65 keV) mean life = 7.0692 min - Np237: 10000 Emean = 92.569 keV ( 89.673 keV --> 93.678 keV) mean life = 3.0953e+06 y - Pa233: 10000 Emean = 81.949 keV ( 77.803 keV --> 83.776 keV) mean life = 38.917 d - Pb209: 10000 Emean = 157.73 keV ( 5.2021 eV --> 160.59 keV) mean life = 4.6931 h - Po213: 9822 Emean = 181.18 eV ( 13.068 meV --> 145.62 keV) mean life = 5.3668 us - Ra221: 12 Emean = 278.69 meV ( 106.96 meV --> 541.86 meV) mean life = 40.395 s - Ra225: 10000 Emean = 96.728 keV ( 16.997 meV --> 339.82 keV) mean life = 21.496 d - Rn217: 12 Emean = 122.89 keV ( 120.41 keV --> 124.71 keV) mean life = 779.06 us - Rn221: 3 Emean = 90.714 keV ( 90.714 keV --> 90.714 keV) mean life = 36.067 min - Th229: 8835 Emean = 84.324 keV ( 81.436 keV --> 84.358 keV) mean life = 11376 y - Tl209: 178 Emean = 111.86 keV ( 106.1 keV --> 112.51 keV) mean life = 3.1739 min - U233: 10000 Emean = 357.78 meV ( 3.7544 meV --> 2.044 eV ) mean life = 2.2983e+05 y - alpha: 80001 Emean = 5.928 MeV ( 1.5807 MeV --> 8.3755 MeV) stable - anti_nu_e: 40000 Emean = 422.79 keV ( 6.137 keV --> 1.8193 MeV) stable - e-: 154961 Emean = 83.32 keV ( 5.1689 eV --> 1.6559 MeV) stable - gamma: 25054 Emean = 195.95 keV ( 5.4389 keV --> 9.7227 MeV) stable - neutron: 5 Emean = 3.5168 MeV ( 726.54 keV --> 6.1477 MeV) mean life = 14.67 min + List of generated particles (with meanLife != 0) : + Ac225: 9998 Emean = 161.45 meV ( 1.8626 meV --> 1.1345 eV ) mean life = 14.427 d + Ac225[40.090]: 7007 Emean = 378.21 meV ( 1.4843 meV --> 993.6 meV) mean life = 1.0387 ns + At217: 9990 Emean = 116.35 keV ( 106.53 keV --> 117.05 keV) mean life = 46.599 ms + Bi209: 10000 Emean = 1.2219 eV ( 1.397 meV --> 2.7426 eV ) stable + Bi213: 9988 Emean = 132.94 keV ( 121.83 keV --> 132.95 keV) mean life = 1.0962 h + C12: 5 Emean = 1.5195 MeV ( 1.0181 MeV --> 1.8891 MeV) stable + Fr221: 10000 Emean = 77.387 keV ( 3.2596 meV --> 105.65 keV) mean life = 7.0692 min + Fr221[36.640]: 2629 Emean = 104.44 keV ( 95.458 keV --> 105 keV) mean life = 2.164 ns + Np237: 10000 Emean = 754.55 eV ( 2.5029 meV --> 93.678 keV) mean life = 3.0953e+06 y + Np237[59.541]: 9919 Emean = 92.561 keV ( 87.355 keV --> 92.688 keV) mean life = 96.949 ns + Pa233: 10000 Emean = 36.47 keV ( 7.5088 meV --> 83.776 keV) mean life = 38.917 d + Pa233[86.468]: 5549 Emean = 81.952 keV ( 77.479 keV --> 82.314 keV) mean life = 51.504 ns + Pb209: 10000 Emean = 157.17 keV ( 1.5582 eV --> 160.59 keV) mean life = 4.6931 h + Pb209[2149.430]: 207 Emean = 7.0607 eV ( 214.82 meV --> 12.785 eV ) mean life = 5.7131 ns + Po213: 9787 Emean = 181.77 eV ( 9.4878 meV --> 145.62 keV) mean life = 5.3668 us + Ra221: 10 Emean = 305.97 meV ( 45.78 meV --> 605.8 meV) mean life = 40.395 s + Ra225: 10000 Emean = 805.73 eV ( 1.5425 meV --> 320.88 keV) mean life = 21.496 d + Ra225[25.410]: 8095 Emean = 65.457 keV ( 0.7276 meV --> 338.91 keV) mean life = 1.2696 ns + Ra225[31.560]: 517 Emean = 97.452 keV ( 4.4038 keV --> 334.13 keV) mean life = 3.0297 ns + Ra225[42.770]: 3941 Emean = 96.72 keV ( 1.2891 keV --> 335.98 keV) mean life = 4.3281 ns + Rn217: 12 Emean = 41.571 keV ( 41.531 meV --> 124.71 keV) mean life = 779.06 us + Rn217[149.180]: 3 Emean = 122.01 keV ( 122.01 keV --> 122.01 keV) mean life = 2.164 ns + Rn217[93.020]: 3 Emean = 123.03 keV ( 123.03 keV --> 123.03 keV) mean life = 5.7708 ns + Rn221: 2 Emean = 90.445 keV ( 90.177 keV --> 90.714 keV) mean life = 36.067 min + Th229: 8799 Emean = 84.322 keV ( 80.433 keV --> 84.358 keV) mean life = 11376 y + Tl209: 213 Emean = 111.96 keV ( 106.22 keV --> 112.51 keV) mean life = 3.1739 min + U233: 10000 Emean = 354.98 meV ( 3.7544 meV --> 1.9887 eV ) mean life = 2.2983e+05 y + alpha: 80000 Emean = 5.9268 MeV ( 4.4847 MeV --> 8.3755 MeV) stable + anti_nu_e: 40000 Emean = 423.15 keV ( 5.5193 keV --> 1.8225 MeV) stable + e+: 1 Emean = 437.82 keV ( 437.82 keV --> 437.82 keV) stable + e-: 155462 Emean = 83.119 keV ( 1.2255 eV --> 4.2356 MeV) stable + gamma: 25099 Emean = 199.37 keV ( 5.439 keV --> 4.5015 MeV) stable + neutron: 7 Emean = 3.1653 MeV ( 327.61 keV --> 5.5948 MeV) mean life = 14.67 min - Mean energy deposit per event = 49.581 MeV rms = 460.6 keV - Mean energy flow per event = 2.0229 MeV rms = 501.87 keV + Mean energy deposit per event = 49.572 MeV rms = 473.46 keV + Mean energy flow per event = 2.0303 MeV rms = 505.92 keV List of particles emerging from the container : - anti_nu_e: 40000 Emean = 422.79 keV ( 6.137 keV --> 1.8193 MeV) Eflow/event = 1.6912 MeV - e-: 19 Emean = 217.31 keV ( 45.323 keV --> 1.2046 MeV) Eflow/event = 412.9 eV - gamma: 11954 Emean = 275.72 keV ( 39.943 keV --> 9.7227 MeV) Eflow/event = 329.59 keV - neutron: 5 Emean = 3.5168 MeV ( 726.54 keV --> 6.1477 MeV) Eflow/event = 1.7584 keV + anti_nu_e: 40000 Emean = 423.15 keV ( 5.5193 keV --> 1.8225 MeV) Eflow/event = 1.6926 MeV + e-: 13 Emean = 242.2 keV ( 50.07 keV --> 1.2262 MeV) Eflow/event = 314.86 eV + gamma: 12072 Emean = 277.9 keV ( 40.09 keV --> 4.5015 MeV) Eflow/event = 335.49 keV + neutron: 6 Emean = 3.1438 MeV ( 327.61 keV --> 5.5948 MeV) Eflow/event = 1.8863 keV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 674301575, 7710055 + Current couple of seeds = 740570849, 1724472481 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.029 MB +Dynamic pools deleted: 11 / Total memory freed: 0.032 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/NeutronSource/src/PhysicsList.cc b/examples/extended/hadronic/NeutronSource/src/PhysicsList.cc index 117ec5275f..5accc1d455 100644 --- a/examples/extended/hadronic/NeutronSource/src/PhysicsList.cc +++ b/examples/extended/hadronic/NeutronSource/src/PhysicsList.cc @@ -34,6 +34,8 @@ #include "G4SystemOfUnits.hh" #include "G4UnitsTable.hh" +#include "G4NuclideTable.hh" + #include "HadronElasticPhysicsHP.hh" #include "G4HadronPhysicsFTFP_BERT_HP.hh" @@ -79,7 +81,12 @@ PhysicsList::PhysicsList() // new G4UnitDefinition( "mm2/g", "mm2/g", "Surface/Mass", mm2/g); new G4UnitDefinition( "um2/mg", "um2/mg","Surface/Mass", um*um/mg); - + + // mandatory for G4NuclideTable + // + const G4double meanLife = 1*nanosecond, halfLife = meanLife*std::log(2); + G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(halfLife); + // Hadron Elastic scattering fHadronElastic = new HadronElasticPhysicsHP(verb); RegisterPhysics(fHadronElastic); diff --git a/examples/extended/hadronic/NeutronSource/src/RadioactiveDecayPhysics.cc b/examples/extended/hadronic/NeutronSource/src/RadioactiveDecayPhysics.cc index cf3f25f580..60cd86c8ad 100644 --- a/examples/extended/hadronic/NeutronSource/src/RadioactiveDecayPhysics.cc +++ b/examples/extended/hadronic/NeutronSource/src/RadioactiveDecayPhysics.cc @@ -45,11 +45,6 @@ RadioactiveDecayPhysics::RadioactiveDecayPhysics(const G4String& name) : G4VPhysicsConstructor(name) { - // mandatory for G4NuclideTable - // - ////G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(0.1*picosecond); - ////G4NuclideTable::GetInstance()->SetLevelTolerance(1.0*eV); - // hadronic physics extra configuration // G4DeexPrecoParameters* deex = diff --git a/examples/extended/hadronic/NeutronSource/src/Run.cc b/examples/extended/hadronic/NeutronSource/src/Run.cc index 2d572bd3ec..100ac8b588 100644 --- a/examples/extended/hadronic/NeutronSource/src/Run.cc +++ b/examples/extended/hadronic/NeutronSource/src/Run.cc @@ -258,7 +258,7 @@ void Run::EndOfRun() //particles count // - G4cout << "\n List of generated particles (with meanLife != 0):" << G4endl; + G4cout << "\n List of generated particles (with meanLife != 0) :" << G4endl; std::map::iterator itc; for (itc = fParticleDataMap1.begin(); itc != fParticleDataMap1.end(); itc++) { diff --git a/examples/extended/hadronic/NeutronSource/src/TrackingAction.cc b/examples/extended/hadronic/NeutronSource/src/TrackingAction.cc index 957495fed8..ccfe0e48fb 100644 --- a/examples/extended/hadronic/NeutronSource/src/TrackingAction.cc +++ b/examples/extended/hadronic/NeutronSource/src/TrackingAction.cc @@ -63,8 +63,7 @@ void TrackingAction::PreUserTrackingAction(const G4Track* track) G4String name = track->GetDefinition()->GetParticleName(); G4double meanLife = track->GetDefinition()->GetPDGLifeTime(); G4double energy = track->GetKineticEnergy(); - //do not count excited states with meanlife = 0. - if (meanLife != 0.) run->ParticleCount(name,energy,meanLife); + if (meanLife != 0 ) run->ParticleCount(name,energy,meanLife); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/.README.txt b/examples/extended/hadronic/ParticleFluence/.README.txt new file mode 100644 index 0000000000..ff57c802a1 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/.README.txt @@ -0,0 +1,47 @@ + +///\file "ParticleFluence/.README.txt" +///\brief ParticleFluence set-ups + +/*! \page Set-ups-ParticleFluence Category "ParticleFluence" + + Examples in this directory demonstrate specific set-ups in + which to evaluate particle fluence. + +\link ExampleSphere Sphere \endlink +This set-up consists of a full solid target sphere - whose radius and +material can be set via UI commands. +The primary particle is shot from the center of the target sphere +(along the z-axis direction by default). +As scoring volume, we use a thin spherical shell outside the target sphere. +The particle fluences are evaluated in the forward and backward hemispheres +(with respect to the primary particle direction). + +\link ExampleConcentricSpheres ConcentricSpheres \endlink +Similar to the Sphere one, but with two larger solid target spherical shells +outside the first one, separated by some space filled up by G4_Galactic. +The dimensions of these three targets - which are meant as a simplified +proxy for, respectively, a Tracker (inner sphere), EM (electromagnetic) +calorimeter (middle spherical shell), and HAD (hadronic) calorimeter +(external spherical shell) - and their materials can be set via UI commands. +As scoring volumes, we use three thin spherical shells immediately outside +the inner target sphere and the two target spherical shells. +The particle fluences are evaluated in the forward and backward hemispheres +(with respect to the primary particle direction). + +\link ExampleLayer Layer \endlink +This set-up consists of a cylinder, with axis along the z-direction, whose +radius, length (i.e. thickness) and material can be set via UI commands. +The primary particle is shot by default along the z-axis, from behind +the target. +As scoring volumes, we use three thin cylindrical layers, filled up by +G4_Galactic, and placed downstream, upstream, and aside of the target +cylinder. + +\link ExampleLayer Calo \endlink +Similar to the Layer one, the target consists of a simplified cylindrical +hadronic calorimeter, whose properties - size, number of layers, sampling +fraction, active and absorber materials - can be set via UI commands. +Similarly to the Layer case, the the particle fluences are evaluated in the +downstream, upstream and aside positions. + +*/ diff --git a/examples/extended/hadronic/ParticleFluence/CMakeLists.txt b/examples/extended/hadronic/ParticleFluence/CMakeLists.txt new file mode 100644 index 0000000000..6b82b25880 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.16...3.21) + +add_subdirectory(Sphere) +add_subdirectory(ConcentricSpheres) +add_subdirectory(Layer) +add_subdirectory(Calo) diff --git a/examples/extended/hadronic/ParticleFluence/Calo/.README.txt b/examples/extended/hadronic/ParticleFluence/Calo/.README.txt new file mode 100644 index 0000000000..fe0ebb407f --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/.README.txt @@ -0,0 +1,64 @@ +///\file "hadronic/ParticleFluence/Calo/.README.txt" +///\brief Example ParticleFluence/Calo README page + +/*! \page ExampeParticleFluenceCalo Example Calo + +In this example, the particle fluence is evaluated for simplified, +cylindrical hadronic calorimeters with axis along the z-direction, +and a beam particle shot before the calorimeter along its axis. + +The particle fluence is computed in three places: "upstream", "downstream" +and "side", defined as the positions immediately after, before and aside, +respectively, of the calorimeter with respect to the direction of the +primary particle. + +The particle fluence is estimated by summing the track length in a +"scoring volume" - i.e. a thin cylinder (for "upstream" and "downstream" +cases) or a thin hemisphere shell (for the "side" case) filled up with +G4_Galactic (very low density gas) material, immediately outside the +calorimeter - and then dividing for the cubic volume of such scoring volume. + +The particle fluence is evaluated for the following 11 particle types: +- all +- electron + positron +- gamma +- muon- + muon+ +- neutrino (any flavour and including anti-neutrino) +- charged pions +- neutron + anti_neutron +- proton + anti_proton +- ion (and anti-ions) +- otherMeson (e.g. kaons, etc.) +- otherBaryon (e.g. hyperons, etc.) + +The particle fluence is evaluated for the following 3 kinematical ranges: +- any kinetic energy +- kinetic energy < 20 MeV +- kinetic energy > 20 MeV + +Look for the string "***LOOKHERE***" for those parameters/options that +are either hardwired in the code (i.e. not available via UI command), +or default values of UI commands. + +This example uses the physics list factory, therefore you can specify +the reference physics list you want to use via the PHYSLIST +environmental variable (by default, if you don't set it, the FTFP_BERT +physics list is used). + +To build this example: + + mkdir Build; cd Build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGeant4_DIR=/path-to-geant4-libraries ../. + make + +To run it: + + ./Calo atlasHec.g4 + +which shoots 50 GeV pion- on a simplified ATLAS HEC hadronic calorimeter, +in one run of 100 events, and print out some information on the particle +fluence at the end of the run. +Other macros exist for other types of simplified hadronic calorimeters. + +*/ diff --git a/examples/extended/hadronic/ParticleFluence/Calo/CMakeLists.txt b/examples/extended/hadronic/ParticleFluence/Calo/CMakeLists.txt new file mode 100644 index 0000000000..92076e8e22 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/CMakeLists.txt @@ -0,0 +1,61 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(Calo) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# Locate sources and headers for this project + # +include_directories(${PROJECT_SOURCE_DIR}/include + ${Geant4_INCLUDE_DIR}) +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(Calo Calo.cc ${sources} ${headers}) +target_link_libraries(Calo ${Geant4_LIBRARIES} ) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, so that we can run the executable +# directly there. +# +set(SCRIPTS + atlasEcal.g4 + atlasFcal.g4 + atlasHec.g4 + atlasTileCal.g4 + cmsEcal.g4 + lhcbEcal.g4 + ) + +foreach(_script ${SCRIPTS}) + configure_file( + ${PROJECT_SOURCE_DIR}/${_script} + ${PROJECT_BINARY_DIR}/${_script} + COPYONLY + ) +endforeach() + +#---------------------------------------------------------------------------- +# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX +# +install(TARGETS Calo DESTINATION bin) diff --git a/examples/extended/hadronic/ParticleFluence/Calo/Calo.cc b/examples/extended/hadronic/ParticleFluence/Calo/Calo.cc new file mode 100755 index 0000000000..f202b79070 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/Calo.cc @@ -0,0 +1,72 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Layer.cc +/// \brief Main program of the hadronic/ParticleFluence/Layer example +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "G4Threading.hh" +#include "G4RunManagerFactory.hh" +#include "G4UImanager.hh" +#include "G4PhysListFactory.hh" +#include "DetectorConstruction.hh" +#include "ActionInitialization.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int main(int argc,char** argv) { + + auto* runManager = G4RunManagerFactory::CreateRunManager(); + + DetectorConstruction* pDetectorInstance = new DetectorConstruction; + runManager->SetUserInitialization( pDetectorInstance ); + + // Physics list factory: use the PHYSLIST environmental variable. + G4PhysListFactory factory; + G4VModularPhysicsList* thePL = factory.ReferencePhysList(); + + runManager->SetUserInitialization( thePL ); + runManager->SetUserInitialization( new ActionInitialization( pDetectorInstance ) ); + + runManager->Initialize(); + + G4UImanager* UI = G4UImanager::GetUIpointer(); + if ( argc==1 ) { // Define UI session for interactive mode. + } else { // Batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UI->ApplyCommand(command+fileName); + } + + // job termination + delete runManager; + return 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Calo/GNUmakefile b/examples/extended/hadronic/ParticleFluence/Calo/GNUmakefile new file mode 100755 index 0000000000..e844073a29 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/GNUmakefile @@ -0,0 +1,11 @@ +name := Calo +G4TARGET := $(name) +G4EXLIB := true + +include $(G4INSTALL)/config/architecture.gmk + +.PHONY: all + +all: lib bin + +include $(G4INSTALL)/config/binmake.gmk diff --git a/examples/extended/hadronic/ParticleFluence/Calo/History b/examples/extended/hadronic/ParticleFluence/Calo/History new file mode 100644 index 0000000000..6547944ece --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/History @@ -0,0 +1,10 @@ +# Example ParticleFluence History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-06-10 Alberto Ribon (exhadrParticleFluenceCalo-V11-00-00) +- Created the Calo variant of the ParticleFluence example. + diff --git a/examples/extended/hadronic/ParticleFluence/Calo/README b/examples/extended/hadronic/ParticleFluence/Calo/README new file mode 100644 index 0000000000..a88113c6d8 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/README @@ -0,0 +1,57 @@ +In this example, the particle fluence is evaluated for simplified, +cylindrical hadronic calorimeters with axis along the z-direction, +and a beam particle shot before the calorimeter along its axis. + +The particle fluence is computed in three places: "upstream", "downstream" +and "side", defined as the positions immediately after, before and aside, +respectively, of the calorimeter with respect to the direction of the +primary particle. + +The particle fluence is estimated by summing the track length in a +"scoring volume" - i.e. a thin cylinder (for "upstream" and "downstream" +cases) or a thin hemisphere shell (for the "side" case) filled up with +G4_Galactic (very low density gas) material, immediately outside the +calorimeter - and then dividing for the cubic volume of such scoring volume. + +The particle fluence is evaluated for the following 11 particle types: +- all +- electron + positron +- gamma +- muon- + muon+ +- neutrino (any flavour and including anti-neutrino) +- charged pions +- neutron + anti_neutron +- proton + anti_proton +- ion (and anti-ions) +- otherMeson (e.g. kaons, etc.) +- otherBaryon (e.g. hyperons, etc.) + +The particle fluence is evaluated for the following 3 kinematical ranges: +- any kinetic energy +- kinetic energy < 20 MeV +- kinetic energy > 20 MeV + +Look for the string "***LOOKHERE***" for those parameters/options that +are either hardwired in the code (i.e. not available via UI command), +or default values of UI commands. + +This example uses the physics list factory, therefore you can specify +the reference physics list you want to use via the PHYSLIST +environmental variable (by default, if you don't set it, the FTFP_BERT +physics list is used). + +To build this example: + + mkdir Build; cd Build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGeant4_DIR=/path-to-geant4-libraries ../. + make + +To run it: + + ./Calo atlasHec.g4 + +which shoots 50 GeV pion- on a simplified ATLAS HEC hadronic calorimeter, +in one run of 100 events, and print out some information on the particle +fluence at the end of the run. +Other macros exist for other types of simplified hadronic calorimeters. diff --git a/examples/extended/hadronic/ParticleFluence/Calo/atlasEcal.g4 b/examples/extended/hadronic/ParticleFluence/Calo/atlasEcal.g4 new file mode 100644 index 0000000000..d38cf5cdad --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/atlasEcal.g4 @@ -0,0 +1,17 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/gun/particle pi- +/gun/energy 50 GeV +/mydet/absorberMaterial Lead +/mydet/activeMaterial LiquidArgon +/mydet/isCalHomogeneous 0 +/mydet/isUnitInLambda 1 +/mydet/absorberTotalLength 10 +/mydet/calorimeterRadius 5 +/mydet/activeLayerNumber 720 +/mydet/activeLayerSize 4.2 +/mydet/isRadiusUnitInLambda 1 +/mydet/update +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Calo/atlasFcal.g4 b/examples/extended/hadronic/ParticleFluence/Calo/atlasFcal.g4 new file mode 100644 index 0000000000..3e8bb5e578 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/atlasFcal.g4 @@ -0,0 +1,17 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/gun/particle pi- +/gun/energy 50 GeV +/mydet/absorberMaterial Tungsten +/mydet/activeMaterial LiquidArgon +/mydet/isCalHomogeneous 0 +/mydet/isUnitInLambda 1 +/mydet/absorberTotalLength 10 +/mydet/calorimeterRadius 5 +/mydet/activeLayerNumber 210 +/mydet/activeLayerSize 0.5 +/mydet/isRadiusUnitInLambda 1 +/mydet/update +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Calo/atlasHec.g4 b/examples/extended/hadronic/ParticleFluence/Calo/atlasHec.g4 new file mode 100644 index 0000000000..aa8e01a1ff --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/atlasHec.g4 @@ -0,0 +1,17 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/gun/particle pi- +/gun/energy 50 GeV +/mydet/absorberMaterial Copper +/mydet/activeMaterial LiquidArgon +/mydet/isCalHomogeneous 0 +/mydet/isUnitInLambda 1 +/mydet/absorberTotalLength 10 +/mydet/calorimeterRadius 5 +/mydet/activeLayerNumber 60 +/mydet/activeLayerSize 8.5 +/mydet/isRadiusUnitInLambda 1 +/mydet/update +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Calo/atlasTileCal.g4 b/examples/extended/hadronic/ParticleFluence/Calo/atlasTileCal.g4 new file mode 100644 index 0000000000..c27033e197 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/atlasTileCal.g4 @@ -0,0 +1,17 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/gun/particle pi- +/gun/energy 50 GeV +/mydet/absorberMaterial Iron +/mydet/activeMaterial Scintillator +/mydet/isCalHomogeneous 0 +/mydet/isUnitInLambda 1 +/mydet/absorberTotalLength 10.0 +/mydet/calorimeterRadius 5.0 +/mydet/activeLayerNumber 100 +/mydet/activeLayerSize 4.0 +/mydet/isRadiusUnitInLambda 1 +/mydet/update +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Calo/cmsEcal.g4 b/examples/extended/hadronic/ParticleFluence/Calo/cmsEcal.g4 new file mode 100644 index 0000000000..fd7c17778b --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/cmsEcal.g4 @@ -0,0 +1,16 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/gun/particle pi- +/gun/energy 50 GeV +/mydet/absorberMaterial PbWO4 +/mydet/isCalHomogeneous 1 +/mydet/isUnitInLambda 1 +/mydet/absorberTotalLength 10 +/mydet/calorimeterRadius 5 +/mydet/activeLayerNumber 1 +/mydet/activeLayerSize 1e-06 +/mydet/isRadiusUnitInLambda 1 +/mydet/update +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Calo/include/ActionInitialization.hh b/examples/extended/hadronic/ParticleFluence/Calo/include/ActionInitialization.hh new file mode 100644 index 0000000000..29c2c522da --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/include/ActionInitialization.hh @@ -0,0 +1,55 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.hh +/// \brief Definition of the ActionInitialization class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef ActionInitialization_h +#define ActionInitialization_h 1 + +#include "G4VUserActionInitialization.hh" + +class DetectorConstruction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ActionInitialization : public G4VUserActionInitialization { + public: + ActionInitialization( const DetectorConstruction* inputDetectorConstruction = nullptr ); + virtual ~ActionInitialization(); + virtual void BuildForMaster() const override; + virtual void Build() const override; + private: + const DetectorConstruction* fPtrDetectorConstruction = nullptr; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Calo/include/DetectorConstruction.hh b/examples/extended/hadronic/ParticleFluence/Calo/include/DetectorConstruction.hh new file mode 100755 index 0000000000..6725050dd6 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/include/DetectorConstruction.hh @@ -0,0 +1,229 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.hh +/// \brief Definition of the DetectorConstruction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorConstruction_H +#define DetectorConstruction_H 1 + +#include "G4VUserDetectorConstruction.hh" +#include "globals.hh" + +class G4LogicalVolume; +class G4VPhysicalVolume; +class G4FieldManager; +class G4UniformMagField; +class G4Material; +class DetectorMessenger; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorConstruction : public G4VUserDetectorConstruction { + public: + DetectorConstruction(); + ~DetectorConstruction(); + + G4VPhysicalVolume* Construct(); + void ConstructSDandField(); + + void SetMagField( const G4double fieldValue ); + void SetAbsorberMaterial( const G4String name ); + void SetActiveMaterial( const G4String name ); + // Use by the messenger. + + inline G4Material* GetAbsorberMaterial() const; + inline G4Material* GetActiveMaterial() const; + + inline void SetIsCalHomogeneous( const G4bool choice ); + inline void SetIsUnitInLambda( const G4bool choice ); + inline void SetAbsorberTotalLength( const G4double value ); + inline void SetCalorimeterRadius( const G4double value ); + inline void SetActiveLayerNumber( const G4int value ); + inline void SetActiveLayerSize( const G4double value ); + // To define the calorimeter geometry. + + inline void SetIsRadiusUnitInLambda( const G4bool choice ); + + void UpdateGeometry(); + + inline G4double GetCaloLength() const; + + private: + + void DefineMaterials(); + // Define all the materials. + + G4VPhysicalVolume* ConstructCalorimeter(); + // To be invoked each time the geometry needs to be updated. + + G4bool areParametersOK(); + // Return true if all the parameters are sensible, false otherwise. + + void PrintParameters(); + // Print the various parameters which define the calorimeter. + + G4Material* fVacuum; + G4Material* fIron; + G4Material* fCopper; + G4Material* fTungsten; + G4Material* fLead; + G4Material* fUranium; + G4Material* fPbWO4; + G4Material* fPolystyrene; + G4Material* fLiquidArgon; + G4Material* fSilicon; + G4Material* fQuartz; + G4Material* fBrass; + G4Material* fAluminium; + G4Material* fGraphite; + G4Material* fAbsorberMaterial; + G4Material* fActiveMaterial; + + G4LogicalVolume* fExperimentalHall_log; + G4VPhysicalVolume* fExperimentalHall_phys; + // World envelope. + + G4LogicalVolume* fLogicCalo; + G4VPhysicalVolume* fPhysiCalo; + // "Calorimeter". + + G4LogicalVolume* fLogicModule; + G4VPhysicalVolume* fPhysiModule; + // Module of the "calorimeter". + + G4LogicalVolume* fLogicAbsorber; + G4VPhysicalVolume* fPhysiAbsorber; + // Absorber layer of the "calorimeter". + + G4LogicalVolume* fLogicActive; + G4VPhysicalVolume* fPhysiActive; + // Active layer of the "calorimeter". + + G4FieldManager* fFieldMgr; + // Pointer to the field manager. + + G4UniformMagField* fUniformMagField; + // Pointer to the uniform magnetic field. + + DetectorMessenger* fDetectorMessenger; + // Pointer to the Messenger. + + G4bool fIsCalHomogeneous; + // If false then Sampling calorimeter; + // If true then Homogeneous calorimeter. + + G4bool fIsUnitInLambda; + // If false then normal unit of length to express the absorber total length. + // If true then lambda (interaction length) to express the absorber total length. + + G4double fAbsorberTotalLength; + // This is the total length of the absorber material, expressed + // in unit of length (e.g. m, cm, mm) if theIsUnitInLambda is false, + // otherwise in number of lambdas (interaction lengths). + // Notice that in the case of a sampling calorimeter (i.e. + // theIsCalHomogeneous is false), the active layers are not counted; + // in the case of an homogenous calorimeter, this length account + // for the overall dimension of the calorimeter. + + G4double fCalorimeterRadius; + // This is the radius of the calorimeter which is a cylinder, expressed + // in unit of length (e.g. m, cm, mm) if theIsUnitInLambda is false, + // otherwise in number of lambdas (interaction lengths) of the absorber. + + G4int fActiveLayerNumber; + G4double fActiveLayerSize; + // Number of active layers and length of each of them (in normal unit + // of length, e.g. mm): in the case of sampling calorimeter + // (i.e. theIsCalHomogeneous is false) the medium is theActiveMaterial; + // in the case of an homogeneous calorimeter, the "active layers" are + // only a fictitious way to sample the longitudinal energy deposits, + // but they are actually made of the same absorber material, and their + // thickness is taken into account in theAbsorberTotalLength. + + G4bool fIsRadiusUnitInLambda; + // If false then normal unit of length to express the radius bin size. + // If true then lambda (interaction length of the absorber) to express + // the radius bin size. + + G4double fCaloLength; // total length of the calorimeter along its (z) axis + + // Scoring part + G4LogicalVolume* fLogicScoringUpDown; + G4VPhysicalVolume* fPhysiScoringUpstream; + G4VPhysicalVolume* fPhysiScoringDownstream; + G4LogicalVolume* fLogicScoringSide; + G4VPhysicalVolume* fPhysiScoringSide; + const G4double fScoringThickness = 10.0; +}; + +inline G4Material* DetectorConstruction::GetAbsorberMaterial() const { + return fAbsorberMaterial; +} + +inline G4Material* DetectorConstruction::GetActiveMaterial() const { + return fActiveMaterial; +} + +inline void DetectorConstruction::SetIsCalHomogeneous( const G4bool choice ) { + fIsCalHomogeneous = choice; +} + +inline void DetectorConstruction::SetIsUnitInLambda( const G4bool choice ) { + fIsUnitInLambda = choice; +} + +inline void DetectorConstruction::SetAbsorberTotalLength( const G4double value ) { + fAbsorberTotalLength = value; +} + +inline void DetectorConstruction::SetCalorimeterRadius( const G4double value ) { + fCalorimeterRadius = value; +} + +inline void DetectorConstruction::SetActiveLayerNumber( const G4int value ) { + fActiveLayerNumber = value; +} + +inline void DetectorConstruction::SetActiveLayerSize( const G4double value ) { + fActiveLayerSize = value; +} + +inline void DetectorConstruction::SetIsRadiusUnitInLambda( const G4bool choice ) { + fIsRadiusUnitInLambda = choice; +} + +inline G4double DetectorConstruction::GetCaloLength() const { + return fCaloLength; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Calo/include/DetectorMessenger.hh b/examples/extended/hadronic/ParticleFluence/Calo/include/DetectorMessenger.hh new file mode 100755 index 0000000000..dae936e3c2 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/include/DetectorMessenger.hh @@ -0,0 +1,76 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.hh +/// \brief Definition of the DetectorMessenger class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorMessenger_h +#define DetectorMessenger_h 1 + +#include "globals.hh" +#include "G4UImessenger.hh" + +class DetectorConstruction; +class G4UIdirectory; +class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWithAString; +class G4UIcmdWithADouble; + +class G4UIcmdWithABool; +class G4UIcmdWithAnInteger; +class G4UIcmdWithoutParameter; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorMessenger: public G4UImessenger { + public: + DetectorMessenger( DetectorConstruction* ); + ~DetectorMessenger(); + void SetNewValue( G4UIcommand*, G4String ) override; + + private: + DetectorConstruction* fDetector; + G4UIdirectory* fDetectorDir; + G4UIcmdWithADoubleAndUnit* fFieldCommand; + G4UIcmdWithAString* fAbsorberMaterial; + G4UIcmdWithAString* fActiveMaterial; + G4UIcmdWithABool* fIsCalHomogeneous; + G4UIcmdWithABool* fIsUnitInLambda; + G4UIcmdWithADouble* fAbsorberTotalLength; + G4UIcmdWithADouble* fCalorimeterRadius; + G4UIcmdWithAnInteger* fActiveLayerNumber; + G4UIcmdWithADouble* fActiveLayerSize; + G4UIcmdWithABool* fIsRadiusUnitInLambda; + G4UIcmdWithoutParameter* fUpdateCommand; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Calo/include/PrimaryGeneratorAction.hh b/examples/extended/hadronic/ParticleFluence/Calo/include/PrimaryGeneratorAction.hh new file mode 100755 index 0000000000..0a0cae3677 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/include/PrimaryGeneratorAction.hh @@ -0,0 +1,58 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the PrimaryGeneratorAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef PrimaryGeneratorAction_h +#define PrimaryGeneratorAction_h 1 + +#include "G4VUserPrimaryGeneratorAction.hh" + +class G4ParticleGun; +class G4Event; +class DetectorConstruction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction { + public: + PrimaryGeneratorAction( const DetectorConstruction* ); + ~PrimaryGeneratorAction(); + void GeneratePrimaries( G4Event* anEvent ) override; + void SetGunPosition() const; + private: + G4ParticleGun* fParticleGun; + const DetectorConstruction* fPointerDetectorConstruction = nullptr; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Calo/include/Run.hh b/examples/extended/hadronic/ParticleFluence/Calo/include/Run.hh new file mode 100644 index 0000000000..81223d6855 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/include/Run.hh @@ -0,0 +1,112 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Run.hh +/// \brief Definition of the Run class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef Run_h +#define Run_h 1 + +#include "G4Run.hh" +#include "G4ThreeVector.hh" +#include "SteppingAction.hh" +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class Run : public G4Run { + // This class accumulates relevant quantities related to particle fluence collected during + // the run. + // ( Note: these information are provided via calls of accessor methods of this Run class + // made by SteppingAction::UserSteppingAction. ) + // At the end of a run, the printInfo method is called by the run-action to print out + // some summary information about these quantities. + // In multithreaded (MT) mode, an object of this class is filled up for each working thread, + // and then merged (automatically by the Geant4 kernel) into another object (of this class) + // owned by the master class; the printInfo method is then called only for the latter run + // object. + // Note that, for simplicity and brevity, we avoid histograms and print-out instead some + // statistics (compute by ourself) at the end of the run. + public: + Run(); + ~Run(); + + virtual void RecordEvent( const G4Event* anEvent ) override; + // This method is called automatically by the Geant4 kernel (not by the user!) at the end + // of each event. In the case of multithreaded mode, it is called only for the working thread + // that handled that event. + + virtual void Merge( const G4Run* aRun ) override; + // This method is called automatically by the Geant4 kernel (not by the user!) only in the + // case of multithreaded mode and only for working threads. + + void printInfo() const; + // This method is called by RunAction::EndOfRunAction : in the case of multithreaded mode, + // only the master thread calls it. + + void setPrimaryParticleId( const G4int inputValue ) { fPrimaryParticleId = inputValue; } + void setPrimaryParticleEnergy( const G4double inputValue ) + { fPrimaryParticleEnergy = inputValue; } + void setPrimaryParticleDirection( const G4ThreeVector &inputValue ) + { fPrimaryParticleDirection = inputValue; } + void setAbsorberMaterialName( const G4String &inputValue ) + { fAbsorberMaterialName = inputValue; } + void setActiveMaterialName( const G4String &inputValue ) { fActiveMaterialName = inputValue; } + void setCubicVolumeScoringUpDown( const G4double inputValue ) + { fCubicVolumeScoringUpDown = inputValue; } + void setCubicVolumeScoringSide( const G4double inputValue ) + { fCubicVolumeScoringSide = inputValue; } + G4int getPrimaryParticleId() const { return fPrimaryParticleId; } + G4double getPrimaryParticleEnergy() const { return fPrimaryParticleEnergy; } + G4ThreeVector getPrimaryParticleDirection() const { return fPrimaryParticleDirection; } + G4String getAbsorberMaterialName() const { return fAbsorberMaterialName; } + G4String getActiveMaterialName() const { return fActiveMaterialName; } + G4double getCubicVolumeScoringUpDown() const { return fCubicVolumeScoringUpDown; } + G4double getCubicVolumeScoringSide() const { return fCubicVolumeScoringSide; } + void setArray( const std::array< G4double, SteppingAction::numberCombinations >& inputArray ); + std::array< G4double, SteppingAction::numberCombinations > getArray() const { return fArray; } + // Accessor methods useful to transfer information collected by the stepping-action + // into this Run class + + private: + G4int fNumEvents; + G4int fPrimaryParticleId; + G4double fPrimaryParticleEnergy; + G4ThreeVector fPrimaryParticleDirection; + G4String fAbsorberMaterialName; + G4String fActiveMaterialName; + G4double fCubicVolumeScoringUpDown; + G4double fCubicVolumeScoringSide; + std::array< G4double, SteppingAction::numberCombinations > fArray; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Calo/include/RunAction.hh b/examples/extended/hadronic/ParticleFluence/Calo/include/RunAction.hh new file mode 100755 index 0000000000..0d4291f5c8 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/include/RunAction.hh @@ -0,0 +1,57 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.hh +/// \brief Definition of the RunAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef RunAction_h +#define RunAction_h + +#include "G4UserRunAction.hh" + +class G4Run; +class SteppingAction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class RunAction: public G4UserRunAction { + public: + RunAction( SteppingAction* steppingAction = nullptr ); + virtual ~RunAction(); + virtual void BeginOfRunAction( const G4Run* aRun ) override; + virtual void EndOfRunAction( const G4Run* aRun ) override; + virtual G4Run* GenerateRun() override; + private: + SteppingAction* fSteppingAction; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Calo/include/SteppingAction.hh b/examples/extended/hadronic/ParticleFluence/Calo/include/SteppingAction.hh new file mode 100755 index 0000000000..ad03ae4e7a --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/include/SteppingAction.hh @@ -0,0 +1,114 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.hh +/// \brief Definition of the SteppingAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef SteppingAction_H +#define SteppingAction_H 1 + +#include "globals.hh" +#include "G4UserSteppingAction.hh" +#include "G4ThreeVector.hh" +#include + +class Run; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class SteppingAction : public G4UserSteppingAction { + public: + SteppingAction(); + virtual ~SteppingAction(); + + virtual void UserSteppingAction( const G4Step* ) override; + // This is the main method where the step lengths of particles inside + // the scoring volumes are collected, and then the corresponding fluences + // are filled up in the Run object where they are stored (and then + // printed out at the end of the Run). + // (For simplicity and brevity, we avoid histograms and compute instead + // some statistics ourself, which will be print-out at the end of the run.) + + void initialize(); + // This method is called by RunAction::BeginOfRunAction for the + // initialization of the stepping-action at the beginning of each Run. + // This is necessary because different runs can have different primary particle + // types, kinetic energies, and detector configurations. + + void setRunPointer( Run* inputValue = nullptr ) { fRunPtr = inputValue; } + // This method is called by RunAction::BeginOfRunAction for providing to the + // stepping-action the pointer to the run object at the beginning of each Run. + // This pointer is then used to pass the information collected by the stepping-action + // to the run object. + + G4double getCubicVolumeScoringUpDown() const { return fCubicVolumeScoringUpDown; } + G4double getCubicVolumeScoringSide() const { return fCubicVolumeScoringSide; } + // The cubic-volumes of the scoring volumes are needed to get the fluence from + // the sum of step lengths in those scoring volumes. + // Notice that two of the three scoring volumes - upstream and downstream - + // have the same cubic-volume, that we call "fCubicVolumeScoringUpDown". + + static const G4int numberScoringVolumes = 3; // downstream, side, upstream + static const G4int numberKinematicRegions = 3; // all, below 20 MeV, above 20 MeV + static const G4int numberParticleTypes = 11; // all, e, gamma, mu, nu, pi, n, p, ions, + // other-mesons, other-baryons + static const G4int numberCombinations = + numberScoringVolumes*numberKinematicRegions*numberParticleTypes; + static const std::array< G4String, numberScoringVolumes > arrayScoringVolumeNames; + static const std::array< G4String, numberKinematicRegions > arrayKinematicRegionNames; + static const std::array< G4String, numberParticleTypes > arrayParticleTypeNames; + static G4int getIndex( const G4int iScoringVolume, const G4int iKinematicRegion, + const G4int iParticleType ); + + private: + Run* fRunPtr; // Pointer to the Run object + G4int fPrimaryParticleId; + G4double fPrimaryParticleEnergy; + G4ThreeVector fPrimaryParticleDirection; + G4String fAbsorberMaterialName; + G4String fActiveMaterialName; + G4bool fIsFirstStepOfTheEvent; + G4bool fIsFirstStepInAbsorberLayer; + G4bool fIsFirstStepInActiveLayer; + G4bool fIsFirstStepInScoringUpDown; + G4bool fIsFirstStepInScoringSide; + G4double fCubicVolumeScoringUpDown; + G4double fCubicVolumeScoringSide; + + std::array< G4double, numberCombinations > fArraySumStepLengths; + // Array to collect the sum of step lengths in the scoring volumes for the whole run, + // according to the various cases (kinematical region and particle type). + // Note that the fluence in a scoring volume is defined as sum of step lengths + // in that scoring volume divided by the cubic-volume of that scoring volume. +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Calo/lhcbEcal.g4 b/examples/extended/hadronic/ParticleFluence/Calo/lhcbEcal.g4 new file mode 100644 index 0000000000..a12495a648 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/lhcbEcal.g4 @@ -0,0 +1,17 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/gun/particle pi- +/gun/energy 50 GeV +/mydet/absorberMaterial Lead +/mydet/activeMaterial Scintillator +/mydet/isCalHomogeneous 0 +/mydet/isUnitInLambda 1 +/mydet/absorberTotalLength 10.0 +/mydet/calorimeterRadius 5.0 +/mydet/activeLayerNumber 854 +/mydet/activeLayerSize 4.0 +/mydet/isRadiusUnitInLambda 1 +/mydet/update +/run/beamOn 100 diff --git a/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.hh b/examples/extended/hadronic/ParticleFluence/Calo/src/ActionInitialization.cc similarity index 51% rename from source/visualization/modeling/include/G4PhysicalVolumeSearchScene.hh rename to examples/extended/hadronic/ParticleFluence/Calo/src/ActionInitialization.cc index 691106fde3..c008bedc0d 100644 --- a/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.hh +++ b/examples/extended/hadronic/ParticleFluence/Calo/src/ActionInitialization.cc @@ -23,58 +23,45 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class // // -// -// John Allison 10th August 1998. -// An artificial scene to find physical volumes. -#ifndef G4PHYSICALVOLUMESEARCHSCENE_HH -#define G4PHYSICALVOLUMESEARCHSCENE_HH +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include "G4PseudoScene.hh" -#include "G4VisExtent.hh" -#include "G4VPhysicalVolume.hh" -#include "G4LogicalVolume.hh" -#include "G4PhysicalVolumeModel.hh" +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "RunAction.hh" +#include "SteppingAction.hh" +#include "Run.hh" -class G4PhysicalVolumeSearchScene: public G4PseudoScene { +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -public: +ActionInitialization:: +ActionInitialization( const DetectorConstruction* inputDetectorConstruction ) : + G4VUserActionInitialization(), fPtrDetectorConstruction( inputDetectorConstruction ) {} - G4PhysicalVolumeSearchScene - (G4PhysicalVolumeModel*, - const G4String& requiredPhysicalVolumeName, - G4int requiredCopyNo, - G4int verbosity = 99); +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - virtual ~G4PhysicalVolumeSearchScene (); +ActionInitialization::~ActionInitialization() {} - const std::vector& - GetFoundFullPVPath() const - {return fFoundFullPVPath;} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - G4int GetFoundDepth() const {return fFoundDepth;} +void ActionInitialization::BuildForMaster() const { + // This is NOT called in SEQ-mode, while in the MT-mode is called only for the Master thread. + SetUserAction( new RunAction ); +} - G4VPhysicalVolume* GetFoundVolume() const {return fpFoundPV;} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - const G4Transform3D& GetFoundTransformation () const - {return fFoundObjectTransformation;} +void ActionInitialization::Build() const { + // This is called in the SEQ-mode and in the MT-mode only for Worker threads. + SetUserAction( new PrimaryGeneratorAction( fPtrDetectorConstruction ) ); + SteppingAction* steppingAction = new SteppingAction; + SetUserAction( steppingAction ); + SetUserAction( new RunAction( steppingAction ) ); +} -private: - - void ProcessVolume(const G4VSolid&); - - const G4PhysicalVolumeModel* fpPVModel; - G4String fRequiredPhysicalVolumeName; - G4int fRequiredCopyNo; - std::vector - fFoundFullPVPath; // Found full path. - G4int fFoundDepth; // Found depth. - G4VPhysicalVolume* fpFoundPV; // Found physical volume. - G4Transform3D fFoundObjectTransformation; // Found transformation. - G4int fVerbosity; - G4bool fMultipleOccurrence; -}; - -#endif +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Calo/src/DetectorConstruction.cc b/examples/extended/hadronic/ParticleFluence/Calo/src/DetectorConstruction.cc new file mode 100755 index 0000000000..909993b22c --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/src/DetectorConstruction.cc @@ -0,0 +1,680 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.hh +/// \brief Definition of the DetectorConstruction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" +#include "G4Material.hh" +#include "G4Box.hh" +#include "G4Tubs.hh" +#include "G4Cons.hh" +#include "G4LogicalVolume.hh" +#include "G4ThreeVector.hh" +#include "G4PVPlacement.hh" +#include "globals.hh" +#include "G4RotationMatrix.hh" +#include "G4PVReplica.hh" +#include "G4UniformMagField.hh" +#include "G4FieldManager.hh" +#include "G4TransportationManager.hh" +#include "DetectorMessenger.hh" +#include "G4SDManager.hh" +#include "G4GeometryManager.hh" +#include "G4PhysicalVolumeStore.hh" +#include "G4LogicalVolumeStore.hh" +#include "G4SolidStore.hh" +#include "G4RunManager.hh" +#include "G4SystemOfUnits.hh" +#include "G4PhysicalConstants.hh" +#include "PrimaryGeneratorAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() : + fVacuum( nullptr ), fIron( nullptr ), fCopper( nullptr ), fTungsten( nullptr ), + fLead( nullptr ), fUranium( nullptr ), fPbWO4( nullptr ), fPolystyrene( nullptr ), + fLiquidArgon( nullptr ), fSilicon( nullptr ), fQuartz( nullptr ), fBrass( nullptr ), + fAluminium( nullptr ), fGraphite( nullptr ), + fAbsorberMaterial( nullptr ), fActiveMaterial( nullptr ), + fExperimentalHall_log( nullptr ), fExperimentalHall_phys( nullptr ), + fLogicCalo( nullptr ), fPhysiCalo( nullptr ), + fLogicModule( nullptr ), fPhysiModule( nullptr ), + fLogicAbsorber( nullptr ), fPhysiAbsorber( nullptr ), + fLogicActive( nullptr ), fPhysiActive( nullptr ), + fFieldMgr( nullptr ), fUniformMagField( nullptr ), + fDetectorMessenger( nullptr ), + // Default values. ***LOOKHERE*** + fIsCalHomogeneous( false ), // Sampling calorimeter. + fIsUnitInLambda( false ), // Unit of length for the absorber total length. + fAbsorberTotalLength( 2.0*CLHEP::m ), + fCalorimeterRadius( 1.0*CLHEP::m ), + fActiveLayerNumber( 50 ), + fActiveLayerSize( 4.0*CLHEP::mm ), + fIsRadiusUnitInLambda( false ), // Unit of length for the radius bin size. + // Extra + fCaloLength( 2.0*CLHEP::m ), + // Scoring part + fLogicScoringUpDown( nullptr ), + fPhysiScoringUpstream( nullptr ), + fPhysiScoringDownstream( nullptr ), + fLogicScoringSide( nullptr ), + fPhysiScoringSide( nullptr ) +{ + fFieldMgr = G4TransportationManager::GetTransportationManager()->GetFieldManager(); + DefineMaterials(); + fAbsorberMaterial = fIron; + fActiveMaterial = fPolystyrene; + fDetectorMessenger = new DetectorMessenger( this ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::~DetectorConstruction() { + delete fDetectorMessenger; + delete fUniformMagField; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() { + return ConstructCalorimeter(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::ConstructSDandField() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::DefineMaterials() { + G4double a; // atomic mass + G4double z; // atomic number + G4double density, pressure, temperature, fractionmass; + G4String name, symbol; + G4int nel, natoms; + + //--- elements + + a = 1.01*g/mole; + G4Element* elH = new G4Element( name="Hydrogen", symbol="H2", z=1., a ); + + a = 2.01*g/mole; + //G4Element* elD = new G4Element( name="Deuterium", symbol="D", z=1., a ); + + a = 4.*g/mole; + //G4Element* elHe = new G4Element( name="Helium", symbol="He", z=2., a ); + + a = 6.94*g/mole; + //G4Element* elLi = new G4Element( name="Lithium", symbol="Li", z=3., a ); + + a = 9.01*g/mole; + //G4Element* elBe = new G4Element( name="Berillium", symbol="Be", z=4., a ); + + a = 12.01*g/mole; + G4Element* elC = new G4Element( name="Carbon", symbol="C", z=6., a ); + + a = 14.01*g/mole; + G4Element* elN = new G4Element( name="Nitrogen", symbol="N2", z=7., a ); + + a = 16.*g/mole; + G4Element* elO = new G4Element( name="Oxygen", symbol="O2", z=8., a ); + + a = 20.18*g/mole; + //G4Element* elNe = new G4Element( name="Neon", symbol="Ne", z=10., a ); + + a = 22.99*g/mole; + //G4Element* elNa = new G4Element( name="Sodium", symbol="Na", z=11., a ); + + a = 26.98*g/mole; + //G4Element* elAl = new G4Element( name="Aluminium", symbol="Al", z=13., a ); + + a = 28.085*g/mole; + G4Element* elSi = new G4Element( name="Silicon", symbol="Si", z=14., a ); + + a = 40.08*g/mole; + //G4Element* elCa = new G4Element( name="Calcium", symbol="Ca", z=20., a ); + + a = 55.850*g/mole; + //G4Element* elFe = new G4Element( name="Iron", symbol="Fe", z=26., a ); + + a = 63.54*g/mole; + G4Element* elCu = new G4Element( name="Copper", symbol="Cu", z=29., a ); + + a = 65.41*g/mole; + G4Element* elZn = new G4Element( name="Zinc", symbol="Zn", z=30., a ); + + a = 183.85*g/mole; + G4Element* elW = new G4Element( name="Tungstenm", symbol="W", z=74., a ); + + a = 207.19*g/mole; + G4Element* elPb = new G4Element( name="Lead", symbol="Pb", z=82., a ); + + a = 238.03*g/mole; + //G4Element* elU = new G4Element(name="Uranium", symbol="U", z=92., a); + + //--- simple materials + + // Iron has a X0 = 1.7585 cm and lambda_I = 16.760 cm. + density = 7.87*g/cm3; + a = 55.85*g/mole; + fIron = new G4Material( name="Iron", z=26., a, density ); + + // Copper has a X0 = 1.4353 cm and lambda_I = 15.056 cm. + density = 8.96*g/cm3; + a = 63.54*g/mole; + fCopper = new G4Material( name="Copper", z=29., a, density ); + + // Tungsten has a X0 = 0.35 cm and lambda_I = 9.5855 cm. + density = 19.3*g/cm3; + a = 183.85*g/mole; + fTungsten = new G4Material( name="Tungsten", z=74., a, density ); + + // Lead has a X0 = 0.56120 cm and lambda_I = 17.092 cm. + density = 11.35*g/cm3; + a = 207.19*g/mole; + fLead = new G4Material( name="Lead", z=82., a, density ); + + // Uranium has a X0 = 0.31662 cm and lambda_I = 10.501 cm. + density = 18.95*g/cm3; + a = 238.03*g/mole; + fUranium = new G4Material( name="Uranium", z=92., a, density ); + + // Liquid Argon has a X0 = 10.971 cm and lambda_I = 65.769 cm. + density = 1.4*g/cm3; + a = 39.95*g/mole; + fLiquidArgon = new G4Material( name="LiquidArgon", z=18., a, density ); + + density = 0.002*g/cm3; + a = 39.95*g/mole; + //G4Material* ArgonGas = new G4Material( name="ArgonGas", z=18., a, density ); + + // Silicon has a X0 = 9.3688 cm and lambda_I = 46.5436 cm + density = 2.33*g/cm3; + a = 28.085*g/mole; + fSilicon = new G4Material( name="Silicon", z=14., a, density ); + + // Aluminium has a X0 = 8.8959 cm and lambda_I = 39.7184 cm + density = 2.7*g/cm3; + a = 26.98*g/mole; + fAluminium = new G4Material( name="Aluminium", z=13., a, density ); + + // Graphite has a X0 = 19.3213 cm and lambda_I = 38.8235 cm + density = 2.210*g/cm3; + a = 12.0107*g/mole; + fGraphite = new G4Material( name="Graphite", z=6., a, density ); + + density = 8.96*g/cm3; + a = 58.69*g/mole; + //G4Material* Nickel = new G4Material( name="Nickel", z=28., a, density ); + + //--- mixtures + + density = 1.290*mg/cm3; + G4Material* Air = new G4Material( name="Air", density, nel=2 ); + Air->AddElement(elN, 0.7); + Air->AddElement(elO, 0.3); + + density = 1.e-5*g/cm3; + pressure = 2.e-2*bar; + temperature = STP_Temperature; // From PhysicalConstants.h . + fVacuum = new G4Material( name="Vacuum", density, nel=1, + kStateGas, temperature, pressure ); + fVacuum->AddMaterial( Air, fractionmass=1. ); + + // Plastic scintillator tiles (used both in CMS hadron calorimeter + // and ATLAS hadron barrel calorimeter): + // X0 = 42.4 cm and lambda_I = 79.360 cm. + density = 1.032*g/cm3; + fPolystyrene = new G4Material( name="Polystyrene", density, nel=2 ); + fPolystyrene->AddElement( elC, natoms=19 ); + fPolystyrene->AddElement( elH, natoms=21 ); + + // PbWO4 CMS crystals. It has a X0 = 0.89 cm and lambda_I = 22.4 cm. + density = 8.28*g/cm3; + fPbWO4 = new G4Material( name="PbWO4", density, nel=3 ); + fPbWO4->AddElement( elPb, natoms=1 ); + fPbWO4->AddElement( elW, natoms=1 ); + fPbWO4->AddElement( elO, natoms=4 ); + + fQuartz = new G4Material( name="Quartz", density=2.200*g/cm3, nel=2 ); + fQuartz->AddElement( elSi, 1 ); + fQuartz->AddElement( elO , 2 ); + + fBrass = new G4Material( name="Brass", density=8.6*g/cm3, nel=2 ); + fBrass->AddElement( elCu, 0.7 ); + fBrass->AddElement( elZn, 0.3 ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::ConstructCalorimeter() { + if ( ! areParametersOK() ) { + G4cout << " DetectorConstruction::ConstructCalorimeter() : ***ERROR*** " + << G4endl << "\t PARAMETERS NOT WELL-DEFINED! GEOMETRY UNCHANGED." + << G4endl; + return fExperimentalHall_phys; + } + + // Clean old geometry, if any. + G4GeometryManager::GetInstance()->OpenGeometry(); + G4PhysicalVolumeStore::GetInstance()->Clean(); + G4LogicalVolumeStore::GetInstance()->Clean(); + G4SolidStore::GetInstance()->Clean(); + + G4double lambda = 0.0; // G4double X0 = 0.0; + if ( fIsUnitInLambda ) { + if ( fAbsorberMaterial == fIron ) { + lambda = 16.760*cm; // X0 = 1.7585*cm; + } else if ( fAbsorberMaterial == fCopper ) { + lambda = 15.056*cm; // X0 = 1.4353*cm; + } else if ( fAbsorberMaterial == fBrass ) { + lambda = 15.056*cm; // Lack of PDG data: I am assuming the same as Copper. // X0=1.4353*cm + } else if ( fAbsorberMaterial == fTungsten ) { + lambda = 9.5855*cm; // X0 = 0.35*cm; + } else if ( fAbsorberMaterial == fLead ) { + lambda = 17.092*cm; // X0 = 0.56120*cm; + } else if ( fAbsorberMaterial == fPbWO4 ) { + lambda = 22.4*cm; // X0 = 0.89*cm; + } else if ( fAbsorberMaterial == fUranium ) { + lambda = 10.501*cm; // X0 = 0.31662*cm; + } else if ( fAbsorberMaterial == fGraphite ) { + lambda = 38.82*cm; // X0 = 19.32*cm; + } else { + std::cout << "ERROR: absorber material not recognized" << std::endl; + } + } + + //------------------- volumes -------------------------- + + G4double absorberTotalLength = fAbsorberTotalLength; + G4double calorimeterRadius = fCalorimeterRadius; + if ( fIsUnitInLambda ) { + absorberTotalLength *= lambda; + calorimeterRadius *= lambda; + } + + // --- experimental hall (world volume) ***LOOKHERE*** + // beam line along the Z-axis + G4double expHall_x = 10.0*m; // half dimension along x + G4double expHall_y = 10.0*m; // half dimension along y + G4double expHall_z = 10.0*m; // half dimension along z + + G4Box* experimentalHall_box = new G4Box( "expHall_box", expHall_x, expHall_y, expHall_z ); + fExperimentalHall_log = new G4LogicalVolume( experimentalHall_box, // solid + fVacuum, // material + "expHall_log", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fExperimentalHall_phys = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "expHall", // name + fExperimentalHall_log, // logical volume + 0, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // --- Detector + // The idea is to use Replica placement. + // To do that, we have to define two extra volumes: the "calorimeter" volume + // and the "module". The former, which has the world as its mother volume, + // is the mother of the module volume. The calorimeter volume is completely + // filled by a number (theActiveLayerNumber) of replicas of the module volume. + // A module volume, in its turn, is the mother volume of the absorber layer + + // active layer. + + // --- absorber layer : logical + G4double zAbsorber = absorberTotalLength / static_cast< double >( fActiveLayerNumber ); + // In the case of homogenous calorimeter the "active" part must be + // subtracted because it is made of the same material + // (the material of the "active" part is set to be the same as + // the aborber). + if ( fIsCalHomogeneous ) { + fActiveMaterial = fAbsorberMaterial; + zAbsorber -= fActiveLayerSize; + } + zAbsorber /= 2.0; // half dimension along z + G4Tubs* solidAbsorber = new G4Tubs( "solidAbsorber", // name + 0.0, // inner radius + calorimeterRadius, // outer radius + zAbsorber, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicAbsorber = new G4LogicalVolume( solidAbsorber, // solid + fAbsorberMaterial, // material + "logicAbsorber", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + + // --- active layer : logical + G4double zActive = fActiveLayerSize / 2.0; // half dimension along z + G4Tubs* solidActive = new G4Tubs( "solidActive", // name + 0.0, // inner radius + calorimeterRadius, // outer radius + zActive, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicActive = new G4LogicalVolume( solidActive, // solid + fActiveMaterial, // material + "logicActive", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + + // --- module : logical + G4double zModule = zAbsorber + zActive; // half dimension along z + G4Tubs* solidModule = new G4Tubs( "solidModule", // name + 0.0, // inner radius + calorimeterRadius, // outer radius + zModule, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicModule = new G4LogicalVolume( solidModule, // solid + fLead, // material, it does NOT matter + "logicModule", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + + // --- calorimeter : logical + G4int numberOfModules = fActiveLayerNumber; + G4double zCalo = numberOfModules*zModule; // half dimension along z + fCaloLength = 2.0*zCalo; + G4Tubs* solidCalo = new G4Tubs( "solidCalo", // name + 0.0, // inner radius + calorimeterRadius, // outer radius + zCalo, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicCalo = new G4LogicalVolume( solidCalo, // solid + fLead, // material, it does NOT matter + "logicCalo", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + + // --- absorber layer : physical + G4double zpos = - zActive; + fPhysiAbsorber = new G4PVPlacement( 0, // rotation + G4ThreeVector(0,0,zpos), // translation + fLogicAbsorber, // logical volume + "physiAbsorber", // name + fLogicModule, // mother logical volume + false, // boolean operation + 1000 ); // copy number + + // --- active layer : physical + zpos += zAbsorber + zActive; + fPhysiActive = new G4PVPlacement( 0, // rotation + G4ThreeVector(0,0,zpos), // translation + fLogicActive, // logical volume + "physiActive", // name + fLogicModule, // mother logical volume + false, // boolean operation + 2000 ); // copy number + + // --- module : physical (using replica) + fPhysiModule = new G4PVReplica( "Calo", // name + fLogicModule, // logical volume + fLogicCalo, // mother logical volume + kZAxis, // axis of replication + numberOfModules, // number of replica + 2*(zAbsorber+zActive) ); // (full) width of replica + + // --- calorimeter : physical + fPhysiCalo = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiCalo", // its name + fLogicCalo, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 100 ); // copy number + + // Three scoring volumes: one thin layer downstream of the calorimeter ("down") + // one thin layer surrounding (lateral) of the calorimeter ("side") + // one thin layer upstream of the calorimeter ("up") + G4Tubs* solidScoringUpDown = new G4Tubs( "solidScoringUpDown", // name + 0.0, // inner radius + calorimeterRadius, // outer radius + 0.5*fScoringThickness, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicScoringUpDown = new G4LogicalVolume( solidScoringUpDown, // solid + fVacuum, // material + "logicScoringUpDown", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + G4double zScoringUpDown = 0.5*(fCaloLength + fScoringThickness); + fPhysiScoringUpstream = new G4PVPlacement( 0, // rotation + G4ThreeVector( 0.0, 0.0, -zScoringUpDown ), + // translation + "physiScoringUpstream", // name + fLogicScoringUpDown, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + fPhysiScoringDownstream = new G4PVPlacement( 0, // rotation + G4ThreeVector( 0.0, 0.0, zScoringUpDown ), + // translation + "physiScoringDownstream", // name + fLogicScoringUpDown, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + G4Tubs* solidScoringSide = new G4Tubs( "solidScoringSide", // name + calorimeterRadius, // inner radius + calorimeterRadius + fScoringThickness, // outer radius + 0.5*fCaloLength, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicScoringSide = new G4LogicalVolume( solidScoringSide, // solid + fVacuum, // material + "logicScoringSide", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fPhysiScoringSide = new G4PVPlacement( 0, // rotation + G4ThreeVector( 0.0, 0.0, 0.0 ), // translation + "physiScoringSide", // name + fLogicScoringSide, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + return fExperimentalHall_phys; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool DetectorConstruction::areParametersOK() { + bool isOk = true; + if ( ! fAbsorberMaterial ) { + isOk = false; + G4cout << " DetectorConstruction::areParametersOK() : UNDEFINED absorber material" << G4endl; + } + if ( ! fActiveMaterial ) { + isOk = false; + G4cout << " DetectorConstruction::areParametersOK() : UNDEFINED active material" << G4endl; + } + if ( fAbsorberTotalLength <= 0.0 ) { + isOk = false; + G4cout << " DetectorConstruction::areParametersOK() : fAbsorberTotalLength = " + << fAbsorberTotalLength << G4endl; + } + if ( fCalorimeterRadius <= 0.0 ) { + isOk = false; + G4cout << " DetectorConstruction::areParametersOK() : fCalorimeterRadius = " + << fCalorimeterRadius << G4endl; + } + if ( fActiveLayerNumber <= 0 ) { + isOk = false; + G4cout << " DetectorConstruction::areParametersOK() : fActiveLayerNumber = " + << fActiveLayerNumber << G4endl; + } + if ( fActiveLayerSize <= 0.0 ) { + isOk = false; + G4cout << " DetectorConstruction::areParametersOK() : fActiveLayerSize = " + << fActiveLayerSize << G4endl; + } + return isOk; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetMagField( const G4double fieldValue ) { + if ( fUniformMagField ) { + delete fUniformMagField; + } + if ( std::abs( fieldValue ) > 0.0 ) { + // Apply a global uniform magnetic field along the Y axis. + // Notice that only if the magnetic field is not zero, the Geant4 + // transportion in field gets activated. + fUniformMagField = new G4UniformMagField( G4ThreeVector( 0.0, fieldValue, 0.0 ) ); + fFieldMgr->SetDetectorField( fUniformMagField ); + fFieldMgr->CreateChordFinder( fUniformMagField ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetAbsorberMaterial( const G4String name ) { + if ( name == "Fe" || name == "Iron" || name == "iron" ) { + fAbsorberMaterial = fIron; + } else if ( name == "Cu" || name == "Copper" || name == "copper" ) { + fAbsorberMaterial = fCopper; + } else if ( name == "Brass" || name == "brass" ) { + fAbsorberMaterial = fBrass; + } else if ( name == "Pb" || name == "Lead" || name == "lead" ) { + fAbsorberMaterial = fLead; + } else if ( name == "PbWO4" ) { + fAbsorberMaterial = fPbWO4; + } else if ( name == "W" || name == "Tungsten" || name == "tungsten" ) { + fAbsorberMaterial = fTungsten; + } else if ( name == "U" || name == "Uranium" || name == "uranium" ) { + fAbsorberMaterial = fUranium; + } else if ( name == "C" || name == "Graphite" || name == "graphite" ) { + fAbsorberMaterial = fGraphite; + } else { + G4cout << G4endl << G4endl + << "WARNING: the name of the material has not been recognized!" << G4endl + << " ===> the default * Iron * will be used." << G4endl << G4endl; + fAbsorberMaterial = fIron; + } + fLogicAbsorber->SetMaterial( fAbsorberMaterial ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetActiveMaterial( const G4String name ) { + if ( name == "Scintillator" || name == "scintillator" ) { + fActiveMaterial = fPolystyrene; + } else if ( name == "LAr" || name == "LiquidArgon" || name == "liquidArgon" ) { + fActiveMaterial = fLiquidArgon; + } else if ( name == "PbWO4" ) { + fActiveMaterial = fPbWO4; + } else if ( name == "Si" || name == "Silicon" || name == "silicon" ) { + fActiveMaterial = fSilicon; + } else if ( name == "Quartz" || name == "quartz" ) { + fActiveMaterial = fQuartz; + } else if ( name == "C" || name == "Graphite" || name == "graphite" ) { + fActiveMaterial = fGraphite; + } else { + G4cout << G4endl << G4endl + << "WARNING: the name of the material has not been recognized!" << G4endl + << " ===> the default * Scintillator * will be used." << G4endl << G4endl; + fActiveMaterial = fPolystyrene; + } + fLogicActive->SetMaterial( fActiveMaterial ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::UpdateGeometry() { + //G4RunManager::GetRunManager()->DefineWorldVolume( ConstructCalorimeter() ); + G4RunManager::GetRunManager()->ReinitializeGeometry(); + PrintParameters(); + // Update also the position of the gun + const PrimaryGeneratorAction* pPrimaryAction = + dynamic_cast< const PrimaryGeneratorAction* >( + G4RunManager::GetRunManager()->GetUserPrimaryGeneratorAction() ); + if ( pPrimaryAction ) pPrimaryAction->SetGunPosition(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::PrintParameters() { + G4cout << G4endl << G4endl << " ------ DetectorConstruction::PrintParameters() ------ " + << G4endl + << " Absorber Material = "; + if ( fAbsorberMaterial ) { + G4cout << fAbsorberMaterial->GetName(); + } else { + G4cout << " UNDEFINED "; + } + G4cout << G4endl << " Active Material = "; + if ( fActiveMaterial ) { + G4cout << fActiveMaterial->GetName(); + } else { + G4cout << " UNDEFINED "; + } + G4cout << G4endl << " Is the Calorimeter Homogeneous ? " << fIsCalHomogeneous; + G4cout << G4endl << " Is the Unit in Lambda ? " << fIsUnitInLambda; + G4cout << G4endl << " Absorber Total Length = "; + if ( fIsUnitInLambda ) { + G4cout << fAbsorberTotalLength << " lambdas"; + } else { + G4cout << fAbsorberTotalLength / m << " m"; + } + G4cout << G4endl << " Calorimeter Radius = "; + if ( fIsUnitInLambda ) { + G4cout << fCalorimeterRadius << " lambdas"; + } else { + G4cout << fCalorimeterRadius / m << " m"; + } + G4cout << G4endl << " Active Layer Number = " << fActiveLayerNumber; + G4cout << G4endl << " Active Layer Size = " << fActiveLayerSize/mm << " mm"; + G4cout << G4endl << " Is the Radius Unit in Lambda ? " << fIsRadiusUnitInLambda; + G4cout << G4endl << " Radius Bin Size = "; + G4cout << G4endl << " Magnetic field [T] = "; + if ( fUniformMagField ) { + G4cout << fUniformMagField->GetConstantFieldValue() / tesla; + } else { + G4cout << "(0,0,0)"; + } + + G4cout << G4endl << " -------------------------------------------------------- " << G4endl + << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Calo/src/DetectorMessenger.cc b/examples/extended/hadronic/ParticleFluence/Calo/src/DetectorMessenger.cc new file mode 100755 index 0000000000..b5980aabfd --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/src/DetectorMessenger.cc @@ -0,0 +1,187 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.cc +/// \brief Implementation of the DetectorMessenger class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorMessenger.hh" +#include "DetectorConstruction.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWithADouble.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithABool.hh" +#include "G4UIcmdWithAnInteger.hh" +#include "G4UIcmdWithoutParameter.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::DetectorMessenger( DetectorConstruction* myDet ) : fDetector( myDet ) { + fDetectorDir = new G4UIdirectory( "/mydet/" ); + fDetectorDir->SetGuidance( "Detector control." ); + + fFieldCommand = new G4UIcmdWithADoubleAndUnit( "/mydet/setField", this ); + fFieldCommand->SetGuidance( "Define uniform magnetic field along Y." ); + fFieldCommand->SetGuidance( " -> in unit of [Tesla]" ); + fFieldCommand->SetParameterName( "By", false ); + fFieldCommand->SetDefaultValue( 0.0 ); + fFieldCommand->SetUnitCategory( "Magnetic flux density" ); + fFieldCommand->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fAbsorberMaterial = new G4UIcmdWithAString( "/mydet/absorberMaterial", this ); + fAbsorberMaterial->SetGuidance( "Choice of the absorber material:" ); + fAbsorberMaterial->SetGuidance( " iron / copper / tungsten / lead / PbWO4 / uranium " ); + fAbsorberMaterial->SetParameterName( "choiceAbsorberMaterial", true ); + fAbsorberMaterial->SetDefaultValue( "iron" ); + fAbsorberMaterial->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fActiveMaterial = new G4UIcmdWithAString( "/mydet/activeMaterial", this ); + fActiveMaterial->SetGuidance( "Choice of the active material:" ); + fActiveMaterial->SetGuidance( " scintillator / liquidArgon / PbWO4 / silicon / quartz " ); + fActiveMaterial->SetParameterName( "choiceActiveMaterial", true ); + fActiveMaterial->SetDefaultValue( "scintillator" ); + fActiveMaterial->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fIsCalHomogeneous = new G4UIcmdWithABool( "/mydet/isCalHomogeneous", this ); + fIsCalHomogeneous->SetParameterName( "choiceIsCalHomogeneous", true ); + fIsCalHomogeneous->SetGuidance( "Is the calorimeter homogeneous?" ); + fIsCalHomogeneous->SetGuidance( " -> yes|y|true|t|1 : Homogeneous calorimeter" ); + fIsCalHomogeneous->SetGuidance( " -> no|n|false|f|0 : Sampling calorimeter" ); + fIsCalHomogeneous->SetDefaultValue( false ); // default: sampling calorimeter + fIsCalHomogeneous->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fIsUnitInLambda = new G4UIcmdWithABool( "/mydet/isUnitInLambda", this ); + fIsUnitInLambda->SetParameterName( "choiceIsUnitInLambda", true ); + fIsUnitInLambda->SetGuidance( "Is unit for absorber length in lambda?" ); + fIsUnitInLambda->SetGuidance( " -> yes|y|true|t|1 : unit in lambda" ); + fIsUnitInLambda->SetGuidance( " -> no|n|false|f|0 : unit in [mm]" ); + fIsUnitInLambda->SetDefaultValue( false ); // default: unit in [mm]. + fIsUnitInLambda->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fAbsorberTotalLength = new G4UIcmdWithADouble( "/mydet/absorberTotalLength", this ); + fAbsorberTotalLength->SetParameterName( "choiceAbsorberTotalLength", true ); + fAbsorberTotalLength->SetGuidance( "Absorber total length" ); + fAbsorberTotalLength->SetGuidance( " -> in unit of lambda or [mm]" ); + fAbsorberTotalLength->SetGuidance( " -> depending on value of choiceIsUnitInLambda" ); + fAbsorberTotalLength->SetDefaultValue( 2000.0 ); // default: 2 meters. + fAbsorberTotalLength->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fCalorimeterRadius = new G4UIcmdWithADouble( "/mydet/calorimeterRadius", this ); + fCalorimeterRadius->SetParameterName( "choiceCalorimeterRadius", true ); + fCalorimeterRadius->SetGuidance( "Calorimeter Radius" ); + fCalorimeterRadius->SetGuidance( " -> in unit of lambda or [mm]" ); + fCalorimeterRadius->SetGuidance( " -> depending on value of choiceIsUnitInLambda" ); + fCalorimeterRadius->SetDefaultValue( 1000.0 ); // default: 1 meter. + fCalorimeterRadius->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fActiveLayerNumber = new G4UIcmdWithAnInteger( "/mydet/activeLayerNumber", this ); + fActiveLayerNumber->SetParameterName( "choiceActiveLayerNumber", true ); + fActiveLayerNumber->SetGuidance( "Number of active layers" ); + fActiveLayerNumber->SetDefaultValue( 50 ); + fActiveLayerNumber->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fActiveLayerSize = new G4UIcmdWithADouble( "/mydet/activeLayerSize", this ); + fActiveLayerSize->SetParameterName( "choiceActiveLayerSize", true ); + fActiveLayerSize->SetGuidance( "Size (thickness) of the active layer, in [mm]" ); + fActiveLayerSize->SetDefaultValue( 4.0 ); // default: 4 millimeters. + fActiveLayerSize->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fIsRadiusUnitInLambda = new G4UIcmdWithABool( "/mydet/isRadiusUnitInLambda", this ); + fIsRadiusUnitInLambda->SetParameterName( "choiceIsRadiusUnitInLambda", true ); + fIsRadiusUnitInLambda->SetGuidance( "Is unit of radius in lambda?" ); + fIsRadiusUnitInLambda->SetGuidance( " -> yes|y|true|t|1 : unit in lambda" ); + fIsRadiusUnitInLambda->SetGuidance( " -> no|n|false|f|0 : unit in [mm]" ); + fIsRadiusUnitInLambda->SetDefaultValue( false ); // default: unit in [mm]. + fIsRadiusUnitInLambda->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fUpdateCommand = new G4UIcmdWithoutParameter( "/mydet/update", this); + fUpdateCommand->SetGuidance( "Update calorimeter geometry." ); + fUpdateCommand->SetGuidance( "This command MUST be applied before \"beamOn\" " ); + fUpdateCommand->SetGuidance( "if you changed geometrical value(s)." ); + fUpdateCommand->AvailableForStates( G4State_Idle ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::~DetectorMessenger() { + delete fFieldCommand; + delete fDetectorDir; + delete fAbsorberMaterial; + delete fActiveMaterial; + delete fIsCalHomogeneous; + delete fIsUnitInLambda; + delete fAbsorberTotalLength; + delete fCalorimeterRadius; + delete fActiveLayerNumber; + delete fActiveLayerSize; + delete fIsRadiusUnitInLambda; + delete fUpdateCommand; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorMessenger::SetNewValue( G4UIcommand* command, G4String newValue ) { + if ( command == fFieldCommand ) { + fDetector->SetMagField( fFieldCommand->GetNewDoubleValue( newValue ) ); + } + if ( command == fAbsorberMaterial ) { + fDetector->SetAbsorberMaterial( newValue ); + } + if ( command == fActiveMaterial ) { + fDetector->SetActiveMaterial( newValue ); + } + if ( command == fIsCalHomogeneous ) { + fDetector->SetIsCalHomogeneous( fIsCalHomogeneous->GetNewBoolValue( newValue ) ); + } + if ( command == fIsUnitInLambda ) { + fDetector->SetIsUnitInLambda( fIsUnitInLambda->GetNewBoolValue( newValue ) ); + } + if ( command == fAbsorberTotalLength ) { + fDetector->SetAbsorberTotalLength( fAbsorberTotalLength->GetNewDoubleValue( newValue ) ); + } + if ( command == fCalorimeterRadius ) { + fDetector->SetCalorimeterRadius( fCalorimeterRadius->GetNewDoubleValue(newValue) ); + } + if ( command == fActiveLayerNumber ) { + fDetector->SetActiveLayerNumber( fActiveLayerNumber->GetNewIntValue( newValue ) ); + } + if ( command == fActiveLayerSize ) { + fDetector->SetActiveLayerSize( fActiveLayerSize->GetNewDoubleValue( newValue ) ); + } + if ( command == fIsRadiusUnitInLambda ) { + fDetector->SetIsRadiusUnitInLambda( fIsRadiusUnitInLambda->GetNewBoolValue( newValue ) ); + } + if ( command == fUpdateCommand ) { + fDetector->UpdateGeometry(); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Calo/src/PrimaryGeneratorAction.cc b/examples/extended/hadronic/ParticleFluence/Calo/src/PrimaryGeneratorAction.cc new file mode 100755 index 0000000000..dc86f3c578 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/src/PrimaryGeneratorAction.cc @@ -0,0 +1,83 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "PrimaryGeneratorAction.hh" +#include "DetectorConstruction.hh" +#include "G4Event.hh" +#include "G4ParticleGun.hh" +#include "G4ParticleTable.hh" +#include "G4ParticleDefinition.hh" +#include "globals.hh" +#include "G4SystemOfUnits.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::PrimaryGeneratorAction( const DetectorConstruction* pDetector ) : + fPointerDetectorConstruction( pDetector ) +{ + G4int n_particle = 1; + fParticleGun = new G4ParticleGun( n_particle ); + G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); + //***LOOKHERE*** Default particle and energy + fParticleGun->SetParticleDefinition( particleTable->FindParticle( "geantino" ) ); + fParticleGun->SetParticleEnergy( 10.0*GeV ); + SetGunPosition(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() { + delete fParticleGun; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::SetGunPosition() const { + // Shoot the particle in the middle between the world and the calorimeter + G4double caloLength = + ( fPointerDetectorConstruction ? fPointerDetectorConstruction->GetCaloLength() : 0.0 ); + G4double gunPosition = -0.55*caloLength; //***LOOKHERE*** default gun position along the z-axis + G4cout << G4endl << "PrimaryGenerationAction::SetGunPosition() : gun position along z = " + << gunPosition << " mm " << G4endl << G4endl; + fParticleGun->SetParticlePosition( G4ThreeVector( 0.0, 0.0, gunPosition ) ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries( G4Event* anEvent ) { + G4ThreeVector v( 0.0, 0.0, 1.0 ); //***LOOKHERE*** default shoot along the z-axis + fParticleGun->SetParticleMomentumDirection( v ); + fParticleGun->GeneratePrimaryVertex( anEvent ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Calo/src/Run.cc b/examples/extended/hadronic/ParticleFluence/Calo/src/Run.cc new file mode 100644 index 0000000000..17fc0e002e --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/src/Run.cc @@ -0,0 +1,138 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Run.cc +/// \brief Implementation of the Run class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "Run.hh" +#include "G4SystemOfUnits.hh" +#include "G4Run.hh" +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +Run::Run() : G4Run(), fNumEvents( 0 ), + fPrimaryParticleId( 0 ), fPrimaryParticleEnergy( 0.0 ), + fPrimaryParticleDirection( G4ThreeVector( 0.0, 0.0, 0.0 ) ), + fAbsorberMaterialName( "" ), fActiveMaterialName( "" ), + fCubicVolumeScoringUpDown( 1.0 ), fCubicVolumeScoringSide( 1.0 ) +{ + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) fArray[i] = 0.0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +Run::~Run() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::RecordEvent( const G4Event* anEvent ) { + // This method is called automatically by the Geant4 kernel (not by the user!) at the end + // of each event : in MT-mode, it is called only for the working thread that handled the event. + G4int nEvt = anEvent->GetEventID(); + if ( nEvt % 10 == 0 ) G4cout << " Event#=" << nEvt << G4endl; + G4Run::RecordEvent( anEvent ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::Merge( const G4Run* aRun ) { + // This method is called automatically by the Geant4 kernel (not by the user!) only in the case + // of multithreaded mode and only for working threads. + const Run* localRun = static_cast< const Run* >( aRun ); + fPrimaryParticleId = localRun->getPrimaryParticleId(); + fPrimaryParticleEnergy = localRun->getPrimaryParticleEnergy(); + fPrimaryParticleDirection = localRun->getPrimaryParticleDirection(); + fAbsorberMaterialName = localRun->getAbsorberMaterialName(); + fActiveMaterialName = localRun->getActiveMaterialName(); + fCubicVolumeScoringUpDown = localRun->getCubicVolumeScoringUpDown(); + fCubicVolumeScoringSide = localRun->getCubicVolumeScoringSide(); + fNumEvents += localRun->GetNumberOfEvent(); + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) { + fArray[i] += localRun->getArray()[i]; + } + G4Run::Merge( aRun ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::printInfo() const { + // This method is called by RunAction::EndOfRunAction. In MT-mode, only the master thread + // calls it. + const G4double floatingNumberOfEvents = + std::max( 1.0, fNumEvents > 0 ? fNumEvents*1.0 : GetNumberOfEvent()*1.0 ); + // The fluence in the scoring volume is defined as sum of step lengths in that volume + // divided by the volume of that scoring volume. + const G4double conversionFactor = CLHEP::cm * CLHEP::cm; // From mm^-2 to cm^-2 + const G4double factorUpDown = + conversionFactor / ( fCubicVolumeScoringUpDown*floatingNumberOfEvents ); + const G4double factorSide = + conversionFactor / ( fCubicVolumeScoringSide*floatingNumberOfEvents ); + G4cout << std::setprecision(6) << G4endl << G4endl + << " =============== Run::printInfo() =============== \t RunID = " << GetRunID() + << G4endl + << " Primary particle PDG code = " << fPrimaryParticleId << G4endl + << " Primary particle kinetic energy = " << fPrimaryParticleEnergy / CLHEP::GeV + << " GeV" << G4endl + << " Primary particle direction = " << fPrimaryParticleDirection << G4endl + << " Absorber material = " << fAbsorberMaterialName << G4endl + << " Active material = " << fActiveMaterialName << G4endl + << " Cubic-volume scoring up-down = " << fCubicVolumeScoringUpDown << " mm^3" << G4endl + << " Cubic-volume scoring side = " << fCubicVolumeScoringSide << " mm^3" << G4endl + << " Number of events = " << floatingNumberOfEvents << G4endl + << " Conversion factor: fluence from mm^-2 to cm^-2 = " << conversionFactor << G4endl + << " Particle fluence in unit of cm^-2 :" << G4endl; + for ( G4int i = 0; i < SteppingAction::numberScoringVolumes; ++i ) { + G4double factor = ( i == 1 ? factorSide : factorUpDown ); + for ( G4int j = 0; j < SteppingAction::numberKinematicRegions; ++j ) { + for ( G4int k = 0; k < SteppingAction::numberParticleTypes; ++k ) { + G4int index = SteppingAction::getIndex( i, j, k ); + //G4cout << "(i, j, k)=(" << i << ", " << j << ", " << k << ") ->" << index; + G4cout << " case=" << std::setw(3) << index + << " " << std::setw(12) << SteppingAction::arrayScoringVolumeNames[i] + << " " << std::setw(12) << SteppingAction::arrayKinematicRegionNames[j] + << " " << std::setw(12) << SteppingAction::arrayParticleTypeNames[k] + << " " << factor*fArray[index] << G4endl; + } + } + } + G4cout << " ============================================================= " << G4endl << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::setArray( const std::array< G4double, + SteppingAction::numberCombinations >& inputArray ) { + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) { + fArray[i] = inputArray[i]; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Calo/src/RunAction.cc b/examples/extended/hadronic/ParticleFluence/Calo/src/RunAction.cc new file mode 100755 index 0000000000..99542cd18e --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/src/RunAction.cc @@ -0,0 +1,75 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.cc +/// \brief Implementation of the RunAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "RunAction.hh" +#include "globals.hh" +#include "G4Run.hh" +#include "Run.hh" +#include "SteppingAction.hh" +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::RunAction( SteppingAction* steppingAction ) : + G4UserRunAction(), fSteppingAction( steppingAction ) {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::~RunAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4Run* RunAction::GenerateRun() { + return new Run; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::BeginOfRunAction( const G4Run* aRun ) { + G4cout << "### Run " << aRun->GetRunID() << " starts." << G4endl; + if ( fSteppingAction ) { + fSteppingAction->initialize(); + Run* run = const_cast< Run* >( static_cast< const Run* >( aRun ) ); + if ( run != nullptr ) fSteppingAction->setRunPointer( run ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::EndOfRunAction( const G4Run* aRun ) { + const Run* run = static_cast< const Run* >( aRun ); + if ( run == nullptr || run->GetNumberOfEvent() == 0 ) return; + if ( IsMaster() ) run->printInfo(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Calo/src/SteppingAction.cc b/examples/extended/hadronic/ParticleFluence/Calo/src/SteppingAction.cc new file mode 100755 index 0000000000..a684c755c3 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Calo/src/SteppingAction.cc @@ -0,0 +1,239 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "SteppingAction.hh" +#include "G4Track.hh" +#include "G4Step.hh" +#include "G4ParticleDefinition.hh" +#include "G4ParticleTypes.hh" +#include "G4IonTable.hh" +#include "G4StepPoint.hh" +#include "G4VPhysicalVolume.hh" +#include "G4VTouchable.hh" +#include "G4TouchableHistory.hh" +#include "G4VSolid.hh" +#include "G4LossTableManager.hh" +#include "G4SystemOfUnits.hh" +#include "Run.hh" + +const std::array< G4String, SteppingAction::numberScoringVolumes > + SteppingAction::arrayScoringVolumeNames = { "downstream", "side", "upstream" }; + +const std::array< G4String, SteppingAction::numberKinematicRegions > + SteppingAction::arrayKinematicRegionNames = { "", "below 20 MeV", "above 20 MeV" }; + +const std::array< G4String, SteppingAction::numberParticleTypes > + SteppingAction::arrayParticleTypeNames = { "all", "electron", "gamma", "muon", "neutrino", + "pion", "neutron", "proton", "ion", "otherMeson", + "otherBaryon" }; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int SteppingAction::getIndex( const G4int iScoringVolume, const G4int iKinematicRegion, + const G4int iParticleType ) { + G4int index = -1; + if ( iScoringVolume >= 0 && iScoringVolume < numberScoringVolumes && + iKinematicRegion >= 0 && iKinematicRegion < numberKinematicRegions && + iParticleType >= 0 && iParticleType < numberParticleTypes ) { + index = iScoringVolume * numberKinematicRegions * numberParticleTypes + + iKinematicRegion * numberParticleTypes + + iParticleType; + } + return index; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::SteppingAction() :G4UserSteppingAction() { + initialize(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::~SteppingAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::initialize() { + // Initialization needed at the beginning of each Run + fPrimaryParticleId = 0; + fPrimaryParticleEnergy = 0.0; + fPrimaryParticleDirection = G4ThreeVector( 0.0, 0.0, 1.0 ); + fAbsorberMaterialName = ""; + fActiveMaterialName = ""; + fIsFirstStepOfTheEvent = true; + fIsFirstStepInAbsorberLayer = true; + fIsFirstStepInActiveLayer = true; + fIsFirstStepInScoringUpDown = true; + fIsFirstStepInScoringSide = true; + fCubicVolumeScoringUpDown = 1.0; + fCubicVolumeScoringSide = 1.0; + for ( G4int i = 0; i < numberCombinations; ++i ) { + fArraySumStepLengths[i] = 0.0; + } + /* + for ( G4int i = 0; i < numberCombinations; ++i ) fArraySumStepLengths[i] = 999.9; + G4cout << " numberCombinations=" << numberCombinations << G4endl; + for ( G4int i = 0; i < numberScoringVolumes; ++i ) { + for ( G4int j = 0; j < numberKinematicRegions; ++j ) { + for ( G4int k = 0; k < numberParticleTypes; ++k ) { + G4int index = getIndex( i, j, k ); + G4cout << "(i, j, k)=(" << i << ", " << j << ", " << k << ") ->" << index; + if ( fArraySumStepLengths[ index ] < 1.0 ) G4cout << " <=== REPEATED!"; + else fArraySumStepLengths[ index ] = 0.0; + G4cout << G4endl; + } + } + } + for ( G4int i = 0; i < numberCombinations; ++i ) { + if ( fArraySumStepLengths[i] > 999.0 ) G4cout << " i=" << i << " NOT COVERED !" << G4endl; + } + */ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::UserSteppingAction( const G4Step* theStep ) { + // Get information on the primary particle + if ( fIsFirstStepOfTheEvent ) { + if ( theStep->GetTrack()->GetParentID() == 0 ) { + fPrimaryParticleId = theStep->GetTrack()->GetDefinition()->GetPDGEncoding(); + fPrimaryParticleEnergy = theStep->GetPreStepPoint()->GetKineticEnergy(); + fPrimaryParticleDirection = theStep->GetPreStepPoint()->GetMomentumDirection(); + if ( fRunPtr ) { + fRunPtr->setPrimaryParticleId( fPrimaryParticleId ); + fRunPtr->setPrimaryParticleEnergy( fPrimaryParticleEnergy ); + fRunPtr->setPrimaryParticleDirection( fPrimaryParticleDirection ); + } + fIsFirstStepOfTheEvent = false; + } + } + // Get information on the materials of the calorimeter + if ( fIsFirstStepInAbsorberLayer && + theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiAbsorber" ) { + fAbsorberMaterialName = theStep->GetPreStepPoint()->GetMaterial()->GetName(); + if ( fRunPtr ) fRunPtr->setAbsorberMaterialName( fAbsorberMaterialName ); + fIsFirstStepInAbsorberLayer = false; + } + if ( fIsFirstStepInActiveLayer && + theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiActive" ) { + fActiveMaterialName = theStep->GetPreStepPoint()->GetMaterial()->GetName(); + if ( fRunPtr ) fRunPtr->setActiveMaterialName( fActiveMaterialName ); + fIsFirstStepInActiveLayer = false; + } + // Get information on step lengths in the scoring volumes + G4int iScoringVolume = -1; + if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiScoringDownstream" ) { + iScoringVolume = 0; + if ( fIsFirstStepInScoringUpDown ) { + fCubicVolumeScoringUpDown = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringUpDown( fCubicVolumeScoringUpDown ); + fIsFirstStepInScoringUpDown = false; + } + } else if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiScoringSide" ) { + iScoringVolume = 1; + if ( fIsFirstStepInScoringSide ) { + fCubicVolumeScoringSide = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringSide( fCubicVolumeScoringSide ); + fIsFirstStepInScoringSide = false; + } + } else if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == + "physiScoringUpstream" ) { + iScoringVolume = 2; + if ( fIsFirstStepInScoringUpDown ) { + fCubicVolumeScoringUpDown = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringUpDown( fCubicVolumeScoringUpDown ); + fIsFirstStepInScoringUpDown = false; + } + } + if ( iScoringVolume >= 0 ) { + // In the case of the upstream scoring volume, consider only particles whose direction + // is opposite with respect to the primary particle (this is needed, in particular, + // for avoiding to account the incoming, primary beam particle in the "upstream" fluence). + if ( iScoringVolume == 2 && + fPrimaryParticleDirection.dot( + theStep->GetPreStepPoint()->GetMomentumDirection() ) > 0.0 ) return; + G4double stepLength = theStep->GetTrack()->GetStepLength() * theStep->GetTrack()->GetWeight(); + G4int absPdg = theStep->GetTrack()->GetDefinition() == nullptr ? 0 : + std::abs( theStep->GetTrack()->GetDefinition()->GetPDGEncoding() ); + /* + G4cout << std::setprecision(6) + << theStep->GetTrack()->GetDefinition()->GetParticleName() << " absPdg=" << absPdg + << " Ekin[MeV]=" << theStep->GetPreStepPoint()->GetKineticEnergy() + << " (rho,z)[mm]=(" << theStep->GetTrack()->GetPosition().perp() + << "," << theStep->GetTrack()->GetPosition().z() << ")" + << " " << theStep->GetTrack()->GetVolume()->GetName() + << " " << theStep->GetTrack()->GetMaterial()->GetName() + << " L[mm]=" << stepLength << " " + << ( fPrimaryParticleDirection.dot( + theStep->GetPreStepPoint()->GetMomentumDirection() ) > 0.0 + ? "forward" : "backward" ) + << G4endl; + */ + // Three kinematical regions: [0] : any value ; [1] : below 20 MeV ; [2] : above 20 MeV + G4int iKinematicRegion = theStep->GetPreStepPoint()->GetKineticEnergy() < 20.0 ? 1 : 2; + G4int iParticleType = -1; + if ( absPdg == 11 ) iParticleType = 1; // electron (and positron) + else if ( absPdg == 22 ) iParticleType = 2; // gamma + else if ( absPdg == 13 ) iParticleType = 3; // muons (mu- and mu+) + else if ( absPdg == 12 || absPdg == 14 || absPdg == 16 ) iParticleType = 4; // neutrinos + // (and anti-neutrinos), all flavors + else if ( absPdg == 111 || absPdg == 211 ) iParticleType = 5; // (charged) pions + else if ( absPdg == 2112 ) iParticleType = 6; // neutron (and anti-neutron) + else if ( absPdg == 2212 ) iParticleType = 7; // proton (and anti-proton) + else if ( G4IonTable::IsIon( theStep->GetTrack()->GetDefinition() ) || // ions (and anti-ions) + G4IonTable::IsAntiIon( theStep->GetTrack()->GetDefinition() ) ) iParticleType = 8; + else if ( absPdg < 1000 ) iParticleType = 9; // other mesons (e.g. kaons) (Note: this works + // in most cases, but not always!) + else if ( absPdg > 1000 ) iParticleType = 10; // other baryons (e.g. hyperons, anti-hyperons, + // etc.) + // Consider the specific case : scoring volume, kinematic region and particle type + G4int index = getIndex( iScoringVolume, iKinematicRegion, iParticleType ); + fArraySumStepLengths[index] += stepLength; + // Consider the "all" particle case, with the same scoring volume and kinematic region + index = getIndex( iScoringVolume, iKinematicRegion, 0 ); + fArraySumStepLengths[index] += stepLength; + // Consider the "any" kinematic region case, with the same scoring volume and particle type + index = getIndex( iScoringVolume, 0, iParticleType ); + fArraySumStepLengths[index] += stepLength; + // Consider the "any" kinematic region and "all" particle, with the same scoring volume + index = getIndex( iScoringVolume, 0, 0 ); + fArraySumStepLengths[index] += stepLength; + if ( fRunPtr ) fRunPtr->setArray( fArraySumStepLengths ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/.README.txt b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/.README.txt new file mode 100644 index 0000000000..24575bd3b1 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/.README.txt @@ -0,0 +1,72 @@ +///\file "hadronic/ParticleFluence/ConcentricSpheres/.README.txt" +///\brief Example ParticleFluence/ConcentricSpheres README page + +/*! \page ExampeParticleFluenceConcentricSpheres Example ConcentricSpheres + +In this example, the particle fluence is evaluated for a set-up made +of one target solid sphere, at the center of which a particle is shot +(by default along the z-axis), followed by two outer, target solid sphere +shells, with space in between filled up with G4_Galactic material - i.e. +very low density gas. +The three targets mimic a very simplified collider detector, with the +first (inner) target as a proxy for a Tracker, the second (middle) target +as a proxy for an electromagnetic (homogeneous) calorimeter, and the +third and last (outer) target as a proxy for a hadronic (homogeneous) +calorimeter. + +The particle fluence is computed in six places: immediately outside +each of the three targets (inner, middle and outer targets), and for +each of them, in the "forward" and "backward" hemispheres (i.e. immediately +after and before, respectively, of the target with respect to the direction +of the primary particle). + +The particle fluence is estimated by summing the track length in a +"scoring volume" - i.e. a thin hemisphere shell filled up with G4_Galactic +(very low density gas) material, immediately outside one of the targets - +and then dividing for the cubic volume of such scoring volume. + +The particle fluence is evaluated for the following 11 particle types: +- all +- electron + positron +- gamma +- muon- + muon+ +- neutrino (any flavour and including anti-neutrino) +- charged pions +- neutron + anti_neutron +- proton + anti_proton +- ion (and anti-ions) +- otherMeson (e.g. kaons, etc.) +- otherBaryon (e.g. hyperons, etc.) + +The particle fluence is evaluated for the following 3 kinematical ranges: +- any kinetic energy +- kinetic energy < 20 MeV +- kinetic energy > 20 MeV + +Look for the string "***LOOKHERE***" for those parameters/options that +are either hardwired in the code (i.e. not available via UI command), +or default values of UI commands. + +This example uses the physics list factory, therefore you can specify +the reference physics list you want to use via the PHYSLIST +environmental variable (by default, if you don't set it, the FTFP_BERT +physics list is used). + +To build this example: + + mkdir Build; cd Build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGeant4_DIR=/path-to-geant4-libraries ../. + make + +To run it: + + ./ConcentricSpheres all_together.g4 + +which shoots 50 GeV pion- on three different configurations +(Scintillator-PbWO4-Copper, LiquidArgon-Lead-Iron, Silicon-Tungsten-Tungsten), +with 100 events in each run, and print out some information on the +particle fluence at the end of each run. +Other macros exist for each of these specific configurations. + +*/ diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/CMakeLists.txt b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/CMakeLists.txt new file mode 100644 index 0000000000..676e143e11 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/CMakeLists.txt @@ -0,0 +1,59 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(ConcentricSpheres) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# Locate sources and headers for this project + # +include_directories(${PROJECT_SOURCE_DIR}/include + ${Geant4_INCLUDE_DIR}) +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(ConcentricSpheres ConcentricSpheres.cc ${sources} ${headers}) +target_link_libraries(ConcentricSpheres ${Geant4_LIBRARIES} ) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, so that we can run the executable +# directly there. +# +set(SCRIPTS + all_together.g4 + lar_pb_fe.g4 + sci_pbwo4_cu.g4 + si_w_w.g4 + ) + +foreach(_script ${SCRIPTS}) + configure_file( + ${PROJECT_SOURCE_DIR}/${_script} + ${PROJECT_BINARY_DIR}/${_script} + COPYONLY + ) +endforeach() + +#---------------------------------------------------------------------------- +# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX +# +install(TARGETS ConcentricSpheres DESTINATION bin) diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.cc b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.cc new file mode 100755 index 0000000000..bbcb7a942b --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.cc @@ -0,0 +1,70 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ConcentricSpheres.cc +/// \brief Main program of the hadronic/ParticleFluence/ConcentricSpheres example +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "G4Threading.hh" +#include "G4RunManagerFactory.hh" +#include "G4UImanager.hh" +#include "G4PhysListFactory.hh" +#include "DetectorConstruction.hh" +#include "ActionInitialization.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int main(int argc,char** argv) { + + auto* runManager = G4RunManagerFactory::CreateRunManager(); + + DetectorConstruction* pDetectorInstance = new DetectorConstruction; + runManager->SetUserInitialization( pDetectorInstance ); + + // Physics list factory: use the PHYSLIST environmental variable. + G4PhysListFactory factory; + G4VModularPhysicsList* thePL = factory.ReferencePhysList(); + + runManager->SetUserInitialization( thePL ); + runManager->SetUserInitialization( new ActionInitialization ); + + G4UImanager* UI = G4UImanager::GetUIpointer(); + if ( argc==1 ) { // Define UI session for interactive mode. + } else { // Batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UI->ApplyCommand(command+fileName); + } + + // job termination + delete runManager; + return 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/GNUmakefile b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/GNUmakefile new file mode 100755 index 0000000000..90a966f186 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/GNUmakefile @@ -0,0 +1,11 @@ +name := ConcentricSpheres +G4TARGET := $(name) +G4EXLIB := true + +include $(G4INSTALL)/config/architecture.gmk + +.PHONY: all + +all: lib bin + +include $(G4INSTALL)/config/binmake.gmk diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/History b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/History new file mode 100644 index 0000000000..044490a90d --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/History @@ -0,0 +1,10 @@ +# Example ParticleFluence History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-06-10 Alberto Ribon (exhadrParticleFluenceConcentricSpheres-V11-00-00) +- Created the ConcentricSpheres variant of the ParticleFluence example. + diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/README b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/README new file mode 100644 index 0000000000..c77ca1034d --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/README @@ -0,0 +1,65 @@ +In this example, the particle fluence is evaluated for a set-up made +of one target solid sphere, at the center of which a particle is shot +(by default along the z-axis), followed by two outer, target solid sphere +shells, with space in between filled up with G4_Galactic material - i.e. +very low density gas. +The three targets mimic a very simplified collider detector, with the +first (inner) target as a proxy for a Tracker, the second (middle) target +as a proxy for an electromagnetic (homogeneous) calorimeter, and the +third and last (outer) target as a proxy for a hadronic (homogeneous) +calorimeter. + +The particle fluence is computed in six places: immediately outside +each of the three targets (inner, middle and outer targets), and for +each of them, in the "forward" and "backward" hemispheres (i.e. immediately +after and before, respectively, of the target with respect to the direction +of the primary particle). + +The particle fluence is estimated by summing the track length in a +"scoring volume" - i.e. a thin hemisphere shell filled up with G4_Galactic +(very low density gas) material, immediately outside one of the targets - +and then dividing for the cubic volume of such scoring volume. + +The particle fluence is evaluated for the following 11 particle types: +- all +- electron + positron +- gamma +- muon- + muon+ +- neutrino (any flavour and including anti-neutrino) +- charged pions +- neutron + anti_neutron +- proton + anti_proton +- ion (and anti-ions) +- otherMeson (e.g. kaons, etc.) +- otherBaryon (e.g. hyperons, etc.) + +The particle fluence is evaluated for the following 3 kinematical ranges: +- any kinetic energy +- kinetic energy < 20 MeV +- kinetic energy > 20 MeV + +Look for the string "***LOOKHERE***" for those parameters/options that +are either hardwired in the code (i.e. not available via UI command), +or default values of UI commands. + +This example uses the physics list factory, therefore you can specify +the reference physics list you want to use via the PHYSLIST +environmental variable (by default, if you don't set it, the FTFP_BERT +physics list is used). + +To build this example: + + mkdir Build; cd Build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGeant4_DIR=/path-to-geant4-libraries ../. + make + +To run it: + + ./ConcentricSpheres all_together.g4 + +which shoots 50 GeV pion- on three different configurations +(Scintillator-PbWO4-Copper, LiquidArgon-Lead-Iron, Silicon-Tungsten-Tungsten), +with 100 events in each run, and print out some information on the +particle fluence at the end of each run. +Other macros exist for each of these specific configurations. diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/all_together.g4 b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/all_together.g4 new file mode 100755 index 0000000000..29d0108104 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/all_together.g4 @@ -0,0 +1,59 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +# +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +# +#--- +# +/mydet/material_tracker G4_POLYSTYRENE +/mydet/inner_radius_tracker 5.0 cm +/mydet/outer_radius_tracker 25.0 cm +# +/mydet/material_emCalo G4_PbWO4 +/mydet/inner_radius_emCalo 30.0 cm +/mydet/outer_radius_emCalo 60.0 cm +# +/mydet/material_hadCalo G4_Cu +/mydet/inner_radius_hadCalo 70.0 cm +/mydet/outer_radius_hadCalo 170.0 cm +# +/mydet/update +/run/beamOn 100 +# +#--- +# +/mydet/material_tracker G4_lAr +/mydet/inner_radius_tracker 5.0 cm +/mydet/outer_radius_tracker 25.0 cm +# +/mydet/material_emCalo G4_Pb +/mydet/inner_radius_emCalo 30.0 cm +/mydet/outer_radius_emCalo 60.0 cm +# +/mydet/material_hadCalo G4_Fe +/mydet/inner_radius_hadCalo 70.0 cm +/mydet/outer_radius_hadCalo 170.0 cm +# +/mydet/update +/run/beamOn 100 +# +#--- +# +/mydet/material_tracker G4_Si +/mydet/inner_radius_tracker 5.0 cm +/mydet/outer_radius_tracker 25.0 cm +# +/mydet/material_emCalo G4_W +/mydet/inner_radius_emCalo 30.0 cm +/mydet/outer_radius_emCalo 60.0 cm +# +/mydet/material_hadCalo G4_W +/mydet/inner_radius_hadCalo 70.0 cm +/mydet/outer_radius_hadCalo 170.0 cm +# +/mydet/update +/run/beamOn 100 diff --git a/examples/extended/medical/dna/microyz/include/EventAction.hh b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/ActionInitialization.hh similarity index 71% rename from examples/extended/medical/dna/microyz/include/EventAction.hh rename to examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/ActionInitialization.hh index 3b611d39f8..cad9857858 100644 --- a/examples/extended/medical/dna/microyz/include/EventAction.hh +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/ActionInitialization.hh @@ -23,31 +23,27 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// This example is provided by the Geant4-DNA collaboration -// Any report or published results obtained using the Geant4-DNA software -// shall cite the following Geant4-DNA collaboration publications: -// Phys. Med. 31 (2015) 861-874 -// Med. Phys. 37 (2010) 4692-4708 -// The Geant4-DNA web site is available at http://geant4-dna.org +/// \file ActionInitialization.hh +/// \brief Definition of the ActionInitialization class // -/// \file EventAction.hh -/// \brief Definition of the EventAction class +// -#ifndef EventAction_h -#define EventAction_h 1 +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include "G4UserEventAction.hh" +#ifndef ActionInitialization_h +#define ActionInitialization_h 1 -/// Event action class +#include "G4VUserActionInitialization.hh" -class EventAction : public G4UserEventAction -{ +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ActionInitialization : public G4VUserActionInitialization { public: - EventAction(); - virtual ~EventAction(); - - virtual void BeginOfEventAction(const G4Event* ); - virtual void EndOfEventAction(const G4Event* ); + ActionInitialization(); + virtual ~ActionInitialization(); + virtual void BuildForMaster() const override; + virtual void Build() const override; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/DetectorConstruction.hh b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/DetectorConstruction.hh new file mode 100755 index 0000000000..c8d3b7f609 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/DetectorConstruction.hh @@ -0,0 +1,174 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.hh +/// \brief Definition of the DetectorConstruction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorConstruction_H +#define DetectorConstruction_H 1 + +#include "G4VUserDetectorConstruction.hh" +#include "globals.hh" + +class G4LogicalVolume; +class G4VPhysicalVolume; +class G4Material; +class DetectorMessenger; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorConstruction : public G4VUserDetectorConstruction { + public: + DetectorConstruction(); + ~DetectorConstruction(); + + G4VPhysicalVolume* Construct(); + + void SetMaterialTracker( const G4String name ); + inline G4Material* GetMaterialTracker() const; + void SetMaterialEmCalo( const G4String name ); + inline G4Material* GetMaterialEmCalo() const; + void SetMaterialHadCalo( const G4String name ); + inline G4Material* GetMaterialHadCalo() const; + + inline void SetInnerRadiusTracker( const G4double value ); + inline G4double GetInnerRadiusTracker() const; + inline void SetOuterRadiusTracker( const G4double value ); + inline G4double GetOuterRadiusTracker() const; + inline void SetInnerRadiusEmCalo( const G4double value ); + inline G4double GetInnerRadiusEmCalo() const; + inline void SetOuterRadiusEmCalo( const G4double value ); + inline G4double GetOuterRadiusEmCalo() const; + inline void SetInnerRadiusHadCalo( const G4double value ); + inline G4double GetInnerRadiusHadCalo() const; + inline void SetOuterRadiusHadCalo( const G4double value ); + inline G4double GetOuterRadiusHadCalo() const; + inline G4double GetScoringThickness() const; + + void UpdateGeometry(); + + private: + G4VPhysicalVolume* ConstructDetector(); // To be invoked each time the geometry needs + // to be updated. + void PrintParameters(); + G4Material* fMaterialTracker; + G4Material* fMaterialEmCalo; + G4Material* fMaterialHadCalo; + G4LogicalVolume* fExperimentalHall_log; + G4VPhysicalVolume* fExperimentalHall_phys; + G4LogicalVolume* fLogicTrackerShell; + G4VPhysicalVolume* fPhysiTrackerShell; + G4LogicalVolume* fLogicEmCaloShell; + G4VPhysicalVolume* fPhysiEmCaloShell; + G4LogicalVolume* fLogicHadCaloShell; + G4VPhysicalVolume* fPhysiHadCaloShell; + G4LogicalVolume* fLogicScoringTrackerShell; + G4VPhysicalVolume* fPhysiScoringTrackerShell; + G4LogicalVolume* fLogicScoringEmCaloShell; + G4VPhysicalVolume* fPhysiScoringEmCaloShell; + G4LogicalVolume* fLogicScoringHadCaloShell; + G4VPhysicalVolume* fPhysiScoringHadCaloShell; + DetectorMessenger* fDetectorMessenger; + G4double fInnerRadiusTracker; + G4double fOuterRadiusTracker; + G4double fInnerRadiusEmCalo; + G4double fOuterRadiusEmCalo; + G4double fInnerRadiusHadCalo; + G4double fOuterRadiusHadCalo; + const G4double fScoringThickness = 10.0; //***LOOKHERE*** thickness of the scoring shell +}; + +inline G4Material* DetectorConstruction::GetMaterialTracker() const { + return fMaterialTracker; +} + +inline G4Material* DetectorConstruction::GetMaterialEmCalo() const { + return fMaterialEmCalo; +} + +inline G4Material* DetectorConstruction::GetMaterialHadCalo() const { + return fMaterialHadCalo; +} + +inline G4double DetectorConstruction::GetInnerRadiusTracker() const { + return fInnerRadiusTracker; +} + +inline void DetectorConstruction::SetInnerRadiusTracker( const G4double value ) { + fInnerRadiusTracker = value; +} + +inline G4double DetectorConstruction::GetOuterRadiusTracker() const { + return fOuterRadiusTracker; +} + +inline void DetectorConstruction::SetOuterRadiusTracker( const G4double value ) { + fOuterRadiusTracker = value; +} + +inline G4double DetectorConstruction::GetInnerRadiusEmCalo() const { + return fInnerRadiusEmCalo; +} + +inline void DetectorConstruction::SetInnerRadiusEmCalo( const G4double value ) { + fInnerRadiusEmCalo = value; +} + +inline G4double DetectorConstruction::GetOuterRadiusEmCalo() const { + return fOuterRadiusEmCalo; +} + +inline void DetectorConstruction::SetOuterRadiusEmCalo( const G4double value ) { + fOuterRadiusEmCalo = value; +} + +inline G4double DetectorConstruction::GetInnerRadiusHadCalo() const { + return fInnerRadiusHadCalo; +} + +inline void DetectorConstruction::SetInnerRadiusHadCalo( const G4double value ) { + fInnerRadiusHadCalo = value; +} + +inline G4double DetectorConstruction::GetOuterRadiusHadCalo() const { + return fOuterRadiusHadCalo; +} + +inline void DetectorConstruction::SetOuterRadiusHadCalo( const G4double value ) { + fOuterRadiusHadCalo = value; +} + +inline G4double DetectorConstruction::GetScoringThickness() const { + return fScoringThickness; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/DetectorMessenger.hh b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/DetectorMessenger.hh new file mode 100755 index 0000000000..4819d1c107 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/DetectorMessenger.hh @@ -0,0 +1,70 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.hh +/// \brief Definition of the DetectorMessenger class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorMessenger_h +#define DetectorMessenger_h 1 + +#include "globals.hh" +#include "G4UImessenger.hh" + +class DetectorConstruction; +class G4UIdirectory; +class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWithAString; +class G4UIcmdWithoutParameter; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorMessenger: public G4UImessenger { + public: + DetectorMessenger( DetectorConstruction* ); + ~DetectorMessenger(); + void SetNewValue( G4UIcommand*, G4String ) override; + private: + DetectorConstruction* fDetector; + G4UIdirectory* fDetectorDir; + G4UIcmdWithAString* fMaterialTracker; + G4UIcmdWithAString* fMaterialEmCalo; + G4UIcmdWithAString* fMaterialHadCalo; + G4UIcmdWithADoubleAndUnit* fInnerRadiusTracker; + G4UIcmdWithADoubleAndUnit* fOuterRadiusTracker; + G4UIcmdWithADoubleAndUnit* fInnerRadiusEmCalo; + G4UIcmdWithADoubleAndUnit* fOuterRadiusEmCalo; + G4UIcmdWithADoubleAndUnit* fInnerRadiusHadCalo; + G4UIcmdWithADoubleAndUnit* fOuterRadiusHadCalo; + G4UIcmdWithoutParameter* fUpdateCommand; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/PrimaryGeneratorAction.hh b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/PrimaryGeneratorAction.hh new file mode 100755 index 0000000000..1b8a2d8775 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/PrimaryGeneratorAction.hh @@ -0,0 +1,56 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the PrimaryGeneratorAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef PrimaryGeneratorAction_h +#define PrimaryGeneratorAction_h 1 + +#include "G4VUserPrimaryGeneratorAction.hh" + +class G4ParticleGun; +class G4Event; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction { + public: + PrimaryGeneratorAction(); + ~PrimaryGeneratorAction(); + void GeneratePrimaries( G4Event* anEvent ) override; + void SetGunPosition() const; + private: + G4ParticleGun* fParticleGun; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/Run.hh b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/Run.hh new file mode 100644 index 0000000000..1fa7898e2f --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/Run.hh @@ -0,0 +1,121 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Run.hh +/// \brief Definition of the Run class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef Run_h +#define Run_h 1 + +#include "G4Run.hh" +#include "G4ThreeVector.hh" +#include "SteppingAction.hh" +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class Run : public G4Run { + // This class accumulates relevant quantities related to particle fluence collected during + // the run. + // ( Note: these information are provided via calls of accessor methods of this Run class + // made by SteppingAction::UserSteppingAction. ) + // At the end of a run, the printInfo method is called by the run-action to print out + // some summary information about these quantities. + // In multithreaded (MT) mode, an object of this class is filled up for each working thread, + // and then merged (automatically by the Geant4 kernel) into another object (of this class) + // owned by the master class; the printInfo method is then called only for the latter run + // object. + // Note that, for simplicity and brevity, we avoid histograms and print-out instead some + // statistics (compute by ourself) at the end of the run. + public: + Run(); + ~Run(); + + virtual void RecordEvent( const G4Event* anEvent ) override; + // This method is called automatically by the Geant4 kernel (not by the user!) at the end + // of each event. In the case of multithreaded mode, it is called only for the working thread + // that handled that event. + + virtual void Merge( const G4Run* aRun ) override; + // This method is called automatically by the Geant4 kernel (not by the user!) only in the + // case of multithreaded mode and only for working threads. + + void printInfo() const; + // This method is called by RunAction::EndOfRunAction : in the case of multithreaded mode, + // only the master thread calls it. + + void setPrimaryParticleId( const G4int inputValue ) { fPrimaryParticleId = inputValue; } + void setPrimaryParticleEnergy( const G4double inputValue ) + { fPrimaryParticleEnergy = inputValue; } + void setPrimaryParticleDirection( const G4ThreeVector &inputValue ) + { fPrimaryParticleDirection = inputValue; } + void setTrackerMaterialName( const G4String &inputValue ) + { fTrackerMaterialName = inputValue; } + void setEmCaloMaterialName( const G4String &inputValue ) + { fEmCaloMaterialName = inputValue; } + void setHadCaloMaterialName( const G4String &inputValue ) + { fHadCaloMaterialName = inputValue; } + void setCubicVolumeScoringTrackerShell( const G4double inputValue ) + { fCubicVolumeScoringTrackerShell = inputValue; } + void setCubicVolumeScoringEmCaloShell( const G4double inputValue ) + { fCubicVolumeScoringEmCaloShell = inputValue; } + void setCubicVolumeScoringHadCaloShell( const G4double inputValue ) + { fCubicVolumeScoringHadCaloShell = inputValue; } + G4int getPrimaryParticleId() const { return fPrimaryParticleId; } + G4double getPrimaryParticleEnergy() const { return fPrimaryParticleEnergy; } + G4ThreeVector getPrimaryParticleDirection() const { return fPrimaryParticleDirection; } + G4String getTrackerMaterialName() const { return fTrackerMaterialName; } + G4String getEmCaloMaterialName() const { return fEmCaloMaterialName; } + G4String getHadCaloMaterialName() const { return fHadCaloMaterialName; } + G4double getCubicVolumeScoringTrackerShell() const { return fCubicVolumeScoringTrackerShell; } + G4double getCubicVolumeScoringEmCaloShell() const { return fCubicVolumeScoringEmCaloShell; } + G4double getCubicVolumeScoringHadCaloShell() const { return fCubicVolumeScoringHadCaloShell; } + void setArray( const std::array< G4double, SteppingAction::numberCombinations >& inputArray ); + std::array< G4double, SteppingAction::numberCombinations > getArray() const { return fArray; } + // Accessor methods useful to transfer information collected by the stepping-action + // into this Run class + + private: + G4int fNumEvents; + G4int fPrimaryParticleId; + G4double fPrimaryParticleEnergy; + G4ThreeVector fPrimaryParticleDirection; + G4String fTrackerMaterialName; + G4String fEmCaloMaterialName; + G4String fHadCaloMaterialName; + G4double fCubicVolumeScoringTrackerShell; + G4double fCubicVolumeScoringEmCaloShell; + G4double fCubicVolumeScoringHadCaloShell; + std::array< G4double, SteppingAction::numberCombinations > fArray; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/RunAction.hh b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/RunAction.hh new file mode 100755 index 0000000000..0d4291f5c8 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/RunAction.hh @@ -0,0 +1,57 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.hh +/// \brief Definition of the RunAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef RunAction_h +#define RunAction_h + +#include "G4UserRunAction.hh" + +class G4Run; +class SteppingAction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class RunAction: public G4UserRunAction { + public: + RunAction( SteppingAction* steppingAction = nullptr ); + virtual ~RunAction(); + virtual void BeginOfRunAction( const G4Run* aRun ) override; + virtual void EndOfRunAction( const G4Run* aRun ) override; + virtual G4Run* GenerateRun() override; + private: + SteppingAction* fSteppingAction; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/SteppingAction.hh b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/SteppingAction.hh new file mode 100755 index 0000000000..542ac8e869 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/include/SteppingAction.hh @@ -0,0 +1,120 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.hh +/// \brief Definition of the SteppingAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef SteppingAction_H +#define SteppingAction_H 1 + +#include "globals.hh" +#include "G4UserSteppingAction.hh" +#include "G4ThreeVector.hh" +#include + +class Run; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class SteppingAction : public G4UserSteppingAction { + public: + SteppingAction(); + virtual ~SteppingAction(); + + virtual void UserSteppingAction( const G4Step* ) override; + // This is the main method where the step lengths of particles inside + // the scoring shell are collected, and then the corresponding fluences + // are filled up in the Run object where they are stored (and then + // printed out at the end of the Run). + // (For simplicity and brevity, we avoid histograms and compute instead + // some statistics ourself, which will be print-out at the end of the run.) + + void initialize(); + // This method is called by RunAction::BeginOfRunAction for the + // initialization of the stepping-action at the beginning of each Run. + // This is necessary because different runs can have different primary particle + // types, kinetic energies, and detector configurations. + + void setRunPointer( Run* inputValue = nullptr ) { fRunPtr = inputValue; } + // This method is called by RunAction::BeginOfRunAction for providing to the + // stepping-action the pointer to the run object at the beginning of each Run. + // This pointer is then used to pass the information collected by the stepping-action + // to the run object. + + G4double getCubicVolumeScoringTrackerShell() const { return fCubicVolumeScoringTrackerShell; } + G4double getCubicVolumeScoringEmCaloShell() const { return fCubicVolumeScoringEmCaloShell; } + G4double getCubicVolumeScoringHadCaloShell() const { return fCubicVolumeScoringHadCaloShell; } + // Needed to get the fluence from the sum of step lengths + + static const G4int numberScoringShells = 3; // tracker, emCalo, hadCalo + static const G4int numberKinematicRegions = 3; // all, below 20 MeV, above 20 MeV + static const G4int numberScoringPositions = 2; // forward, backward (hemisphere, with respect + // to the primary particle direction) + static const G4int numberParticleTypes = 11; // all, e, gamma, mu, nu, pi, n, p, ions, + // other-mesons, other-baryons + static const G4int numberCombinations = + numberScoringShells*numberKinematicRegions*numberScoringPositions*numberParticleTypes; + static const std::array< G4String, numberScoringShells > arrayScoringShellNames; + static const std::array< G4String, numberKinematicRegions > arrayKinematicRegionNames; + static const std::array< G4String, numberScoringPositions > arrayScoringPositionNames; + static const std::array< G4String, numberParticleTypes > arrayParticleTypeNames; + static G4int getIndex( const G4int iScoringShell, const G4int iKinematicRegion, + const G4int iScoringPosition, const G4int iParticleType ); + + private: + Run* fRunPtr; // Pointer to the Run object + G4int fPrimaryParticleId; + G4double fPrimaryParticleEnergy; + G4ThreeVector fPrimaryParticleDirection; + G4String fTrackerMaterialName; + G4String fEmCaloMaterialName; + G4String fHadCaloMaterialName; + G4bool fIsFirstStepOfTheEvent; + G4bool fIsFirstStepInTracker; + G4bool fIsFirstStepInScoringTrackerShell; + G4double fCubicVolumeScoringTrackerShell; + G4bool fIsFirstStepInEmCalo; + G4bool fIsFirstStepInScoringEmCaloShell; + G4double fCubicVolumeScoringEmCaloShell; + G4bool fIsFirstStepInHadCalo; + G4bool fIsFirstStepInScoringHadCaloShell; + G4double fCubicVolumeScoringHadCaloShell; + + std::array< G4double, numberCombinations > fArraySumStepLengths; + // Array to collect the sum of step lengths in the scoring shells for the whole run, + // according to the various cases (scoring shell, kinematical region, scoring position + // and particle type). + // Note that the fluence in a scoring volume is defined as sum of step lengths + // in that scoring volume divided by the cubic-volume of that scoring volume. +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/lar_pb_fe.g4 b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/lar_pb_fe.g4 new file mode 100755 index 0000000000..9aef4de63d --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/lar_pb_fe.g4 @@ -0,0 +1,23 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +# +/mydet/material_tracker G4_lAr +/mydet/inner_radius_tracker 5.0 cm +/mydet/outer_radius_tracker 25.0 cm +# +/mydet/material_emCalo G4_Pb +/mydet/inner_radius_emCalo 30.0 cm +/mydet/outer_radius_emCalo 60.0 cm +# +/mydet/material_hadCalo G4_Fe +/mydet/inner_radius_hadCalo 70.0 cm +/mydet/outer_radius_hadCalo 170.0 cm +# +/run/initialize +# +/gun/particle pi- +/gun/energy 50 GeV +# +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/sci_pbwo4_cu.g4 b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/sci_pbwo4_cu.g4 new file mode 100755 index 0000000000..4d58e8e883 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/sci_pbwo4_cu.g4 @@ -0,0 +1,23 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +# +/mydet/material_tracker G4_POLYSTYRENE +/mydet/inner_radius_tracker 5.0 cm +/mydet/outer_radius_tracker 25.0 cm +# +/mydet/material_emCalo G4_PbWO4 +/mydet/inner_radius_emCalo 30.0 cm +/mydet/outer_radius_emCalo 60.0 cm +# +/mydet/material_hadCalo G4_Cu +/mydet/inner_radius_hadCalo 70.0 cm +/mydet/outer_radius_hadCalo 170.0 cm +# +/run/initialize +# +/gun/particle pi- +/gun/energy 50 GeV +# +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/si_w_w.g4 b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/si_w_w.g4 new file mode 100755 index 0000000000..3467f92382 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/si_w_w.g4 @@ -0,0 +1,23 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +# +/mydet/material_tracker G4_Si +/mydet/inner_radius_tracker 5.0 cm +/mydet/outer_radius_tracker 25.0 cm +# +/mydet/material_emCalo G4_W +/mydet/inner_radius_emCalo 30.0 cm +/mydet/outer_radius_emCalo 60.0 cm +# +/mydet/material_hadCalo G4_W +/mydet/inner_radius_hadCalo 70.0 cm +/mydet/outer_radius_hadCalo 170.0 cm +# +/run/initialize +# +/gun/particle pi- +/gun/energy 50 GeV +# +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/ActionInitialization.cc b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/ActionInitialization.cc new file mode 100644 index 0000000000..7d681a8036 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/ActionInitialization.cc @@ -0,0 +1,65 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "RunAction.hh" +#include "SteppingAction.hh" +#include "Run.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::ActionInitialization() : G4VUserActionInitialization() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::~ActionInitialization() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::BuildForMaster() const { + // This is NOT called in SEQ-mode, while in the MT-mode is called only for the Master thread. + SetUserAction( new RunAction ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::Build() const { + // This is called in the SEQ-mode and in the MT-mode only for Worker threads. + SetUserAction( new PrimaryGeneratorAction ); + SteppingAction* steppingAction = new SteppingAction; + SetUserAction( steppingAction ); + SetUserAction( new RunAction( steppingAction ) ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/DetectorConstruction.cc b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/DetectorConstruction.cc new file mode 100755 index 0000000000..8d98324911 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/DetectorConstruction.cc @@ -0,0 +1,409 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" +#include "DetectorMessenger.hh" +#include "PrimaryGeneratorAction.hh" +#include "G4Material.hh" +#include "G4NistManager.hh" +#include "G4Box.hh" +#include "G4Sphere.hh" +#include "G4LogicalVolume.hh" +#include "G4ThreeVector.hh" +#include "G4PVPlacement.hh" +#include "globals.hh" +#include "G4GeometryManager.hh" +#include "G4PhysicalVolumeStore.hh" +#include "G4LogicalVolumeStore.hh" +#include "G4SolidStore.hh" +#include "G4RunManager.hh" +#include "G4SystemOfUnits.hh" +#include "G4PhysicalConstants.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() : + fMaterialTracker( nullptr ), fMaterialEmCalo( nullptr ), fMaterialHadCalo( nullptr ), + fExperimentalHall_log( nullptr ), fExperimentalHall_phys( nullptr ), + fLogicTrackerShell( nullptr), fPhysiTrackerShell( nullptr ), + fLogicEmCaloShell( nullptr), fPhysiEmCaloShell( nullptr), + fLogicHadCaloShell( nullptr), fPhysiHadCaloShell( nullptr), + fLogicScoringTrackerShell( nullptr), fPhysiScoringTrackerShell( nullptr ), + fLogicScoringEmCaloShell( nullptr), fPhysiScoringEmCaloShell( nullptr), + fLogicScoringHadCaloShell( nullptr), fPhysiScoringHadCaloShell( nullptr), + fDetectorMessenger( nullptr ), + fInnerRadiusTracker( 10.0*cm ), fOuterRadiusTracker( 20.0*cm ), //***LOOKHERE*** Default radii + fInnerRadiusEmCalo( 30.0*cm ), fOuterRadiusEmCalo( 60.0*cm ), + fInnerRadiusHadCalo( 70.0*cm ), fOuterRadiusHadCalo( 170.0*cm ) +{ + //G4cout << " BEGIN DetectorConstruction::DetectorConstruction()" << G4endl; + fMaterialTracker = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Si" ); //***LOOKHERE*** + // Default material + fMaterialEmCalo = G4NistManager::Instance()->FindOrBuildMaterial( "G4_PbWO4" ); + fMaterialHadCalo = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Fe" ); + fDetectorMessenger = new DetectorMessenger( this ); + //G4cout << " END DetectorConstruction::DetectorConstruction()" << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::~DetectorConstruction() { + delete fDetectorMessenger; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() { + //G4cout << " BEGIN DetectorConstruction::Construct()" << G4endl; + return ConstructDetector(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::ConstructDetector() { + //G4cout << " BEGIN DetectorConstruction::ConstructDetector()" << G4endl; + + // Clean old geometry, if any. + G4GeometryManager::GetInstance()->OpenGeometry(); + + G4PhysicalVolumeStore::GetInstance()->Clean(); + G4LogicalVolumeStore::GetInstance()->Clean(); + G4SolidStore::GetInstance()->Clean(); + + // Check that the radii are resonable + G4bool isOK = true; + if ( fInnerRadiusTracker < 0.0 || + fOuterRadiusTracker < fInnerRadiusTracker || + fInnerRadiusEmCalo < fOuterRadiusTracker + fScoringThickness || + fOuterRadiusEmCalo < fInnerRadiusEmCalo || + fInnerRadiusHadCalo < fOuterRadiusEmCalo + fScoringThickness || + fOuterRadiusHadCalo < fInnerRadiusHadCalo ) { + isOK = false; + } + if ( ! isOK ) { + G4cerr << G4endl << "ERROR: the radii are inconsistent !" << G4endl + << " InnerRadiusTracker = " << fInnerRadiusTracker << " mm" << G4endl + << " OuterRadiusTracker = " << fOuterRadiusTracker << " mm" << G4endl + << " InnerRadiusEmCalo = " << fInnerRadiusEmCalo << " mm" << G4endl + << " OuterRadiusEmCalo = " << fOuterRadiusEmCalo << " mm" << G4endl + << " InnerRadiusHadCalo = " << fInnerRadiusHadCalo << " mm" << G4endl + << " OuterRadiusHadCalo = " << fOuterRadiusHadCalo << " mm" << G4endl + << " ScoringThickness = " << fScoringThickness << " mm" << G4endl + << G4endl; + return nullptr; + } + + // The detector consists of 3 concentric full spherical shells (G4Sphere), + // positioned at the center, (0.0, 0.0, 0.0). + // The world volume (experimental hall) is a box 10% bigger than the outmost + // spherical shell. + // and it is filled of "G4_Galactic" material. + + G4double expHall_x = 1.1*fOuterRadiusHadCalo; // half dimension along x + G4double expHall_y = 1.1*fOuterRadiusHadCalo; // half dimension along y + G4double expHall_z = 1.1*fOuterRadiusHadCalo; // half dimension along z + + G4Material* vacuum = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Galactic" ); + + G4Box* experimentalHall_box = new G4Box( "expHall_box", expHall_x, expHall_y, expHall_z ); + + fExperimentalHall_log = new G4LogicalVolume( experimentalHall_box, // solid + vacuum, // material + "expHall_log", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + + fExperimentalHall_phys = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "expHall", // name + fExperimentalHall_log, // logical volume + 0, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // 1st (innermost) spherical shell: Tracker + G4Sphere* solidTrackerShell = new G4Sphere( "solidTrackerShell", // name + fInnerRadiusTracker, // Inner radius + fOuterRadiusTracker, // Outer radius + 0.0, // Starting Phi angle of the + // segment in radians + 2.0*CLHEP::pi, // Delta Phi angle of the + // segment in radians + 0.0, // Starting Theta angle of + // the segment in radians + CLHEP::pi ); // Delta Theta angle of the + // segment in radians + fLogicTrackerShell = new G4LogicalVolume( solidTrackerShell, // solid + fMaterialTracker, // material + "logicTrackerShell", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fPhysiTrackerShell = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiTrackerShell", // name + fLogicTrackerShell, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // Scoring tracker shell (a thin vacuum layer, immediately outside the Tracker shell) + G4Sphere* solidScoringTrackerShell = + new G4Sphere( "solidScoringTrackerShell", // name + fOuterRadiusTracker, // Inner radius + fOuterRadiusTracker + fScoringThickness, // Outer radius + 0.0, // Starting Phi angle of the segment + // in radians + 2.0*CLHEP::pi, // Delta Phi angle of the segment + // in radians + 0.0, // Starting Theta angle of the segment + // in radians + CLHEP::pi ); // Delta Theta angle of the segment + // in radians + fLogicScoringTrackerShell = new G4LogicalVolume( solidScoringTrackerShell, // solid + vacuum, // material + "logicScoringTrackerShell", // name + 0, // field manager + 0, // sensitive + // detector + 0 ); // user limits + fPhysiScoringTrackerShell = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiScoringTrackerShell", // name + fLogicScoringTrackerShell, // logical volume + fExperimentalHall_phys, // mother physical + // volume + false, // boolean + // operation + 0 ); // copy number + + // 2nd (middle) spherical shell: EM Calo + G4Sphere* solidEmCaloShell = new G4Sphere( "solidEmCaloShell", // name + fInnerRadiusEmCalo, // Inner radius + fOuterRadiusEmCalo, // Outer radius + 0.0, // Starting Phi angle of the + // segment in radians + 2.0*CLHEP::pi, // Delta Phi angle of the + // segment in radians + 0.0, // Starting Theta angle of the + // segment in radians + CLHEP::pi ); // Delta Theta angle of the + // segment in radians + fLogicEmCaloShell = new G4LogicalVolume( solidEmCaloShell, // solid + fMaterialEmCalo, // material + "logicEmCaloShell", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fPhysiEmCaloShell = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiEmCaloShell", // name + fLogicEmCaloShell, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // Scoring EmCalo shell (a thin vacuum layer, immediately outside the EmCalo shell) + G4Sphere* solidScoringEmCaloShell = + new G4Sphere( "solidScoringEmCaloShell", // name + fOuterRadiusEmCalo, // Inner radius + fOuterRadiusEmCalo + fScoringThickness, // Outer radius + 0.0, // Starting Phi angle of the segment + // in radians + 2.0*CLHEP::pi, // Delta Phi angle of the segment + // in radians + 0.0, // Starting Theta angle of the + // segment in radians + CLHEP::pi ); // Delta Theta angle of the segment + // in radians + fLogicScoringEmCaloShell = new G4LogicalVolume( solidScoringEmCaloShell, // solid + vacuum, // material + "logicScoringEmCaloShell", // name + 0, // field manager + 0, // sensitive + // detector + 0 ); // user limits + fPhysiScoringEmCaloShell = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiScoringEmCaloShell", // name + fLogicScoringEmCaloShell, // logical volume + fExperimentalHall_phys, // mother physical + // volume + false, // boolean operation + 0 ); // copy number + + // 3rd (outmost) spherical shell: HAD Calo + G4Sphere* solidHadCaloShell = new G4Sphere( "solidHadCaloShell", // name + fInnerRadiusHadCalo, // Inner radius + fOuterRadiusHadCalo, // Outer radius + 0.0, // Starting Phi angle of the + // segment in radians + 2.0*CLHEP::pi, // Delta Phi angle of the + // segment in radians + 0.0, // Starting Theta angle of + // the segment in radians + CLHEP::pi ); // Delta Theta angle of the + // segment in radians + fLogicHadCaloShell = new G4LogicalVolume( solidHadCaloShell, // solid + fMaterialHadCalo, // material + "logicHadCaloShell", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fPhysiHadCaloShell = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiHadCaloShell", // name + fLogicHadCaloShell, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // Scoring HadCalo shell (a thin vacuum layer, immediately outside the HadCalo shell) + G4Sphere* solidScoringHadCaloShell = + new G4Sphere( "solidScoringHadCaloShell", // name + fOuterRadiusHadCalo, // Inner radius + fOuterRadiusHadCalo + fScoringThickness, // Outer radius + 0.0, // Starting Phi angle of the + // segment in radians + 2.0*CLHEP::pi, // Delta Phi angle of the segment + // in radians + 0.0, // Starting Theta angle of the + // segment in radians + CLHEP::pi ); // Delta Theta angle of the segment + // in radians + fLogicScoringHadCaloShell = new G4LogicalVolume( solidScoringHadCaloShell, // solid + vacuum, // material + "logicScoringHadCaloShell", // name + 0, // field manager + 0, // sensitive + // detector + 0 ); // user limits + fPhysiScoringHadCaloShell = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiScoringHadCaloShell", // name + fLogicScoringHadCaloShell, // logical volume + fExperimentalHall_phys, // mother physical + // volume + false, // boolean + // operation + 0 ); // copy number + + G4cout << "DetectorConstruction::ConstructSphere() : " << G4endl + << "\t World (box) size: " << G4endl + << "\t \t x : -/+ " << expHall_x << " mm ;" + << "\t y : -/+ " << expHall_y << " mm ;" + << "\t z : -/+ " << expHall_z << " mm ;" << G4endl + << G4endl; + PrintParameters(); + //G4cout << " END DetectorConstruction::ConstructDetector() + + return fExperimentalHall_phys; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetMaterialTracker( const G4String name ) { + fMaterialTracker = G4NistManager::Instance()->FindOrBuildMaterial( name ); + if ( ! fMaterialTracker ) { + G4cout << G4endl << G4endl + << "WARNING: the name of the material has not been recognized!" << G4endl + << " ===> the default * G4_Si * will be used." + << G4endl << G4endl; + fMaterialTracker = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Si" ); + } + if ( fLogicTrackerShell ) fLogicTrackerShell->SetMaterial( fMaterialTracker ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetMaterialEmCalo( const G4String name ) { + fMaterialEmCalo = G4NistManager::Instance()->FindOrBuildMaterial( name ); + if ( ! fMaterialEmCalo ) { + G4cout << G4endl << G4endl + << "WARNING: the name of the material has not been recognized!" << G4endl + << " ===> the default * G4_Pb * will be used." + << G4endl << G4endl; + fMaterialEmCalo = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Pb" ); + } + if ( fLogicEmCaloShell ) fLogicEmCaloShell->SetMaterial( fMaterialEmCalo ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetMaterialHadCalo( const G4String name ) { + fMaterialHadCalo = G4NistManager::Instance()->FindOrBuildMaterial( name ); + if ( fMaterialHadCalo == nullptr ) { + G4cout << G4endl << G4endl + << "WARNING: the name of the material has not been recognized!" << G4endl + << " ===> the default * G4_Fe * will be used." + << G4endl << G4endl; + fMaterialHadCalo = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Fe" ); + } + if ( fLogicHadCaloShell ) fLogicHadCaloShell->SetMaterial( fMaterialHadCalo ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::UpdateGeometry() { + //G4cout << " BEGIN DetectorConstruction::UpdateGeometry" << G4endl; + G4RunManager::GetRunManager()->ReinitializeGeometry(); + PrintParameters(); + // Update also the position of the gun + const PrimaryGeneratorAction* pPrimaryAction = + dynamic_cast< const PrimaryGeneratorAction* > + ( G4RunManager::GetRunManager()->GetUserPrimaryGeneratorAction() ); + if ( pPrimaryAction ) pPrimaryAction->SetGunPosition(); + //G4cout << " END DetectorConstruction::UpdateGeometry" << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::PrintParameters() { + G4cout << G4endl + << " ------ DetectorConstruction::PrintParameters() ------ " << G4endl + << " MaterialTracker = " << fMaterialTracker->GetName() << G4endl + << " MaterialEmCalo = " << fMaterialEmCalo->GetName() << G4endl + << " MaterialHadCalo = " << fMaterialHadCalo->GetName() << G4endl + << " InnerRadiusTracker = " << fInnerRadiusTracker << " mm" << G4endl + << " OuterRadiusTracker = " << fOuterRadiusTracker << " mm" << G4endl + << " InnerRadiusEmCalo = " << fInnerRadiusEmCalo << " mm" << G4endl + << " OuterRadiusEmCalo = " << fOuterRadiusEmCalo << " mm" << G4endl + << " InnerRadiusHadCalo = " << fInnerRadiusHadCalo << " mm" << G4endl + << " OuterRadiusHadCalo = " << fOuterRadiusHadCalo << " mm" << G4endl + << " ScoringThickness = " << fScoringThickness << " mm" << G4endl + << " -------------------------------------------------------- " << G4endl + << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/DetectorMessenger.cc b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/DetectorMessenger.cc new file mode 100755 index 0000000000..a056face56 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/DetectorMessenger.cc @@ -0,0 +1,163 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.cc +/// \brief Implementation of the DetectorMessenger class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorMessenger.hh" +#include "DetectorConstruction.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithoutParameter.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::DetectorMessenger( DetectorConstruction* myDet ) : fDetector( myDet ) { + fDetectorDir = new G4UIdirectory( "/mydet/" ); + fDetectorDir->SetGuidance( "Detector control." ); + + fMaterialTracker = new G4UIcmdWithAString( "/mydet/material_tracker", this ); + fMaterialTracker->SetGuidance( "Choice of the material for the Tracker:" ); + fMaterialTracker->SetGuidance( " a Geant4 NIST material, e.g. G4_Si " ); + fMaterialTracker->SetParameterName( "choiceMaterial", true ); + fMaterialTracker->SetDefaultValue( "G4_Si" ); + fMaterialTracker->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fMaterialEmCalo = new G4UIcmdWithAString( "/mydet/material_emCalo", this ); + fMaterialEmCalo->SetGuidance( "Choice of the material for the EM calo:" ); + fMaterialEmCalo->SetGuidance( " a Geant4 NIST material, e.g. G4_Pb " ); + fMaterialEmCalo->SetParameterName( "choiceMaterial", true ); + fMaterialEmCalo->SetDefaultValue( "G4_Pb" ); + fMaterialEmCalo->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fMaterialHadCalo = new G4UIcmdWithAString( "/mydet/material_hadCalo", this ); + fMaterialHadCalo->SetGuidance( "Choice of the material for the HAD calo:" ); + fMaterialHadCalo->SetGuidance( " a Geant4 NIST material, e.g. G4_Fe " ); + fMaterialHadCalo->SetParameterName( "choiceMaterial", true ); + fMaterialHadCalo->SetDefaultValue( "G4_Fe" ); + fMaterialHadCalo->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fInnerRadiusTracker = new G4UIcmdWithADoubleAndUnit( "/mydet/inner_radius_tracker", this ); + fInnerRadiusTracker->SetParameterName( "choiceInnerRadiusTracker", true ); + fInnerRadiusTracker->SetGuidance( "Inner radius of the Tracker" ); + fInnerRadiusTracker->SetDefaultValue( 100.0 ); // default: 10 cm. + fInnerRadiusTracker->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fOuterRadiusTracker = new G4UIcmdWithADoubleAndUnit( "/mydet/outer_radius_tracker", this ); + fOuterRadiusTracker->SetParameterName( "choiceOuterRadiusTracker", true ); + fOuterRadiusTracker->SetGuidance( "Outer radius of the Tracker" ); + fOuterRadiusTracker->SetDefaultValue( 200.0 ); // default: 20 cm. + fOuterRadiusTracker->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fInnerRadiusEmCalo = new G4UIcmdWithADoubleAndUnit( "/mydet/inner_radius_emCalo", this ); + fInnerRadiusEmCalo->SetParameterName( "choiceInnerRadiusEmCalo", true ); + fInnerRadiusEmCalo->SetGuidance( "Inner radius of the EM Calo" ); + fInnerRadiusEmCalo->SetDefaultValue( 300.0 ); // default: 30 cm. + fInnerRadiusEmCalo->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fOuterRadiusEmCalo = new G4UIcmdWithADoubleAndUnit( "/mydet/outer_radius_emCalo", this ); + fOuterRadiusEmCalo->SetParameterName( "choiceOuterRadiusEmCalo", true ); + fOuterRadiusEmCalo->SetGuidance( "Outer radius of the EM Calo" ); + fOuterRadiusEmCalo->SetDefaultValue( 600.0 ); // default: 60 cm. + fOuterRadiusEmCalo->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fInnerRadiusHadCalo = new G4UIcmdWithADoubleAndUnit( "/mydet/inner_radius_hadCalo", this ); + fInnerRadiusHadCalo->SetParameterName( "choiceInnerRadiusHadCalo", true ); + fInnerRadiusHadCalo->SetGuidance( "Inner radius of the HAD Calo" ); + fInnerRadiusHadCalo->SetDefaultValue( 700.0 ); // default: 70 cm. + fInnerRadiusHadCalo->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fOuterRadiusHadCalo = new G4UIcmdWithADoubleAndUnit( "/mydet/outer_radius_hadCalo", this ); + fOuterRadiusHadCalo->SetParameterName( "choiceOuterRadiusHadCalo", true ); + fOuterRadiusHadCalo->SetGuidance( "Outer radius of the HAD Calo" ); + fOuterRadiusHadCalo->SetDefaultValue( 1700.0 ); // default: 170 cm. + fOuterRadiusHadCalo->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fUpdateCommand = new G4UIcmdWithoutParameter( "/mydet/update", this); + fUpdateCommand->SetGuidance( "Update geometry." ); + fUpdateCommand->SetGuidance( "This command MUST be applied before \"beamOn\" " ); + fUpdateCommand->SetGuidance( "if you changed geometrical value(s)." ); + fUpdateCommand->AvailableForStates( G4State_Idle ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::~DetectorMessenger() { + delete fDetectorDir; + delete fMaterialTracker; + delete fMaterialEmCalo; + delete fMaterialHadCalo; + delete fInnerRadiusTracker; + delete fOuterRadiusTracker; + delete fInnerRadiusEmCalo; + delete fOuterRadiusEmCalo; + delete fInnerRadiusHadCalo; + delete fOuterRadiusHadCalo; + delete fUpdateCommand; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorMessenger::SetNewValue( G4UIcommand* command, G4String newValue ) { + if ( command == fMaterialTracker ) { + fDetector->SetMaterialTracker( newValue ); + } + if ( command == fMaterialEmCalo ) { + fDetector->SetMaterialEmCalo( newValue ); + } + if ( command == fMaterialHadCalo ) { + fDetector->SetMaterialHadCalo( newValue ); + } + if ( command == fInnerRadiusTracker ) { + fDetector->SetInnerRadiusTracker( fInnerRadiusTracker->GetNewDoubleValue( newValue ) ); + } + if ( command == fOuterRadiusTracker ) { + fDetector->SetOuterRadiusTracker( fOuterRadiusTracker->GetNewDoubleValue( newValue ) ); + } + if ( command == fInnerRadiusEmCalo ) { + fDetector->SetInnerRadiusEmCalo( fInnerRadiusEmCalo->GetNewDoubleValue( newValue ) ); + } + if ( command == fOuterRadiusEmCalo ) { + fDetector->SetOuterRadiusEmCalo( fOuterRadiusEmCalo->GetNewDoubleValue( newValue ) ); + } + if ( command == fInnerRadiusHadCalo ) { + fDetector->SetInnerRadiusHadCalo( fInnerRadiusHadCalo->GetNewDoubleValue( newValue ) ); + } + if ( command == fOuterRadiusHadCalo ) { + fDetector->SetOuterRadiusHadCalo( fOuterRadiusHadCalo->GetNewDoubleValue( newValue ) ); + } + if ( command == fUpdateCommand ) { + fDetector->UpdateGeometry(); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/PrimaryGeneratorAction.cc b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/PrimaryGeneratorAction.cc new file mode 100755 index 0000000000..291a669c52 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/PrimaryGeneratorAction.cc @@ -0,0 +1,76 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "PrimaryGeneratorAction.hh" +#include "G4Event.hh" +#include "G4ParticleGun.hh" +#include "G4ParticleTable.hh" +#include "G4ParticleDefinition.hh" +#include "globals.hh" +#include "G4SystemOfUnits.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::PrimaryGeneratorAction() : G4VUserPrimaryGeneratorAction(), + fParticleGun( nullptr ) { + G4int n_particle = 1; + fParticleGun = new G4ParticleGun( n_particle ); + G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); + //***LOOKHERE*** Default particle and energy + fParticleGun->SetParticleDefinition( particleTable->FindParticle( "geantino" ) ); + fParticleGun->SetParticleEnergy( 10.0*GeV ); + SetGunPosition(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() { + delete fParticleGun; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::SetGunPosition() const { + // Shoot the particle from the center of the sphere + fParticleGun->SetParticlePosition( G4ThreeVector( 0.0, 0.0, 0.0 ) ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries( G4Event* anEvent ) { + G4ThreeVector v( 0.0, 0.0, 1.0 ); //***LOOKHERE*** default shoot along the z-axis + fParticleGun->SetParticleMomentumDirection( v ); + fParticleGun->GeneratePrimaryVertex( anEvent ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/Run.cc b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/Run.cc new file mode 100644 index 0000000000..dc2ce70285 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/Run.cc @@ -0,0 +1,154 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Run.cc +/// \brief Implementation of the Run class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "Run.hh" +#include "G4SystemOfUnits.hh" +#include "G4Run.hh" +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +Run::Run() : G4Run(), fNumEvents( 0 ), + fPrimaryParticleId( 0 ), fPrimaryParticleEnergy( 0.0 ), + fPrimaryParticleDirection( G4ThreeVector( 0.0, 0.0, 0.0 ) ), + fTrackerMaterialName( "" ), fEmCaloMaterialName( "" ), fHadCaloMaterialName( "" ), + fCubicVolumeScoringTrackerShell( 1.0 ), fCubicVolumeScoringEmCaloShell( 1.0 ), + fCubicVolumeScoringHadCaloShell( 1.0 ) +{ + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) fArray[i] = 0.0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +Run::~Run() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::RecordEvent( const G4Event* anEvent ) { + // This method is called automatically by the Geant4 kernel (not by the user!) at the end + // of each event : in MT-mode, it is called only for the working thread that handled the event. + G4int nEvt = anEvent->GetEventID(); + if ( nEvt % 10 == 0 ) G4cout << " Event#=" << nEvt << G4endl; + G4Run::RecordEvent( anEvent ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::Merge( const G4Run* aRun ) { + // This method is called automatically by the Geant4 kernel (not by the user!) only in the case + // of multithreaded mode and only for working threads. + const Run* localRun = static_cast< const Run* >( aRun ); + fPrimaryParticleId = localRun->getPrimaryParticleId(); + fPrimaryParticleEnergy = localRun->getPrimaryParticleEnergy(); + fPrimaryParticleDirection = localRun->getPrimaryParticleDirection(); + fTrackerMaterialName = localRun->getTrackerMaterialName(); + fEmCaloMaterialName = localRun->getEmCaloMaterialName(); + fHadCaloMaterialName = localRun->getHadCaloMaterialName(); + fCubicVolumeScoringTrackerShell = localRun->getCubicVolumeScoringTrackerShell(); + fCubicVolumeScoringEmCaloShell = localRun->getCubicVolumeScoringEmCaloShell(); + fCubicVolumeScoringHadCaloShell = localRun->getCubicVolumeScoringHadCaloShell(); + fNumEvents += localRun->GetNumberOfEvent(); + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) { + fArray[i] += localRun->getArray()[i]; + } + G4Run::Merge( aRun ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::printInfo() const { + // This method is called by RunAction::EndOfRunAction. + // In MT-mode, only the master thread calls it. + const G4double floatingNumberOfEvents = + std::max( 1.0, fNumEvents > 0 ? fNumEvents*1.0 : GetNumberOfEvent()*1.0 ); + // The fluence in a scoring shell is defined as sum of step lengths in that shell + // divided by the cubic-volume of the scoring shell. + const G4double conversionFactor = CLHEP::cm * CLHEP::cm; // From mm^-2 to cm^-2 + const G4double factorTracker = + conversionFactor / ( 0.5*fCubicVolumeScoringTrackerShell*floatingNumberOfEvents ); + const G4double factorEmCalo = + conversionFactor / ( 0.5*fCubicVolumeScoringEmCaloShell*floatingNumberOfEvents ); + const G4double factorHadCalo = + conversionFactor / ( 0.5*fCubicVolumeScoringHadCaloShell*floatingNumberOfEvents ); + G4cout << std::setprecision(6) << G4endl << G4endl + << " =============== Run::printInfo() =============== \t RunID = " << GetRunID() + << G4endl + << " Primary particle PDG code = " << fPrimaryParticleId << G4endl + << " Primary particle kinetic energy = " << fPrimaryParticleEnergy / CLHEP::GeV + << " GeV" << G4endl + << " Primary particle direction = " << fPrimaryParticleDirection << G4endl + << " Tracker material = " << fTrackerMaterialName << G4endl + << " EmCalo material = " << fEmCaloMaterialName << G4endl + << " HadCalo material = " << fHadCaloMaterialName << G4endl + << " Cubic-volume scoring tracker shell = " << fCubicVolumeScoringTrackerShell + << " mm^3" << G4endl + << " Cubic-volume scoring emCalo shell = " << fCubicVolumeScoringEmCaloShell + << " mm^3" << G4endl + << " Cubic-volume scoring hadCalo shell = " << fCubicVolumeScoringHadCaloShell + << " mm^3" << G4endl + << " Number of events = " << floatingNumberOfEvents << G4endl + << " Conversion factor: fluence from mm^-2 to cm^-2 = " << conversionFactor << G4endl + << " Particle fluence in unit of cm^-2 :" << G4endl; + for ( G4int i = 0; i < SteppingAction::numberScoringShells; ++i ) { + G4double factor = factorTracker; + if ( i == 1 ) factor = factorEmCalo; + else if ( i == 2 ) factor = factorHadCalo; + for ( G4int j = 0; j < SteppingAction::numberKinematicRegions; ++j ) { + for ( G4int k = 0; k < SteppingAction::numberScoringPositions; ++k ) { + for ( G4int ll = 0; ll < SteppingAction::numberParticleTypes; ++ll ) { + G4int index = SteppingAction::getIndex( i, j, k, ll ); + //G4cout << "(i, j, k, ll)=(" << i << ", " << j << ", " << k << ", " + // << ll << ") ->" << index; + G4cout << " case=" << std::setw(3) << index + << " " << std::setw(12) << SteppingAction::arrayScoringShellNames[i] + << " " << std::setw(12) << SteppingAction::arrayKinematicRegionNames[j] + << " " << std::setw(12) << SteppingAction::arrayScoringPositionNames[k] + << " " << std::setw(12) << SteppingAction::arrayParticleTypeNames[ll] + << " " << factor*fArray[index] << G4endl; + } + } + } + } + G4cout << " ============================================================= " << G4endl << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::setArray( const std::array< G4double, + SteppingAction::numberCombinations >& inputArray ) { + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) { + fArray[i] = inputArray[i]; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/RunAction.cc b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/RunAction.cc new file mode 100755 index 0000000000..99542cd18e --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/RunAction.cc @@ -0,0 +1,75 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.cc +/// \brief Implementation of the RunAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "RunAction.hh" +#include "globals.hh" +#include "G4Run.hh" +#include "Run.hh" +#include "SteppingAction.hh" +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::RunAction( SteppingAction* steppingAction ) : + G4UserRunAction(), fSteppingAction( steppingAction ) {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::~RunAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4Run* RunAction::GenerateRun() { + return new Run; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::BeginOfRunAction( const G4Run* aRun ) { + G4cout << "### Run " << aRun->GetRunID() << " starts." << G4endl; + if ( fSteppingAction ) { + fSteppingAction->initialize(); + Run* run = const_cast< Run* >( static_cast< const Run* >( aRun ) ); + if ( run != nullptr ) fSteppingAction->setRunPointer( run ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::EndOfRunAction( const G4Run* aRun ) { + const Run* run = static_cast< const Run* >( aRun ); + if ( run == nullptr || run->GetNumberOfEvent() == 0 ) return; + if ( IsMaster() ) run->printInfo(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/SteppingAction.cc b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/SteppingAction.cc new file mode 100755 index 0000000000..f053805e95 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/src/SteppingAction.cc @@ -0,0 +1,252 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "SteppingAction.hh" +#include "G4Track.hh" +#include "G4Step.hh" +#include "G4ParticleDefinition.hh" +#include "G4ParticleTypes.hh" +#include "G4IonTable.hh" +#include "G4StepPoint.hh" +#include "G4VPhysicalVolume.hh" +#include "G4VTouchable.hh" +#include "G4TouchableHistory.hh" +#include "G4VSolid.hh" +#include "G4LossTableManager.hh" +#include "G4SystemOfUnits.hh" +#include "Run.hh" + +const std::array< G4String, SteppingAction::numberScoringShells > + SteppingAction::arrayScoringShellNames = { "tracker", "emCalo", "hadCalo" }; + +const std::array< G4String, SteppingAction::numberKinematicRegions > + SteppingAction::arrayKinematicRegionNames = { "", "below 20 MeV", "above 20 MeV" }; + +const std::array< G4String, SteppingAction::numberScoringPositions > + SteppingAction::arrayScoringPositionNames = { "forward", "backward" }; + +const std::array< G4String, SteppingAction::numberParticleTypes > +SteppingAction::arrayParticleTypeNames = { "all", "electron", "gamma", "muon", "neutrino", + "pion", "neutron", "proton", "ion", "otherMeson", + "otherBaryon" }; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int SteppingAction::getIndex( const G4int iScoringShell, const G4int iKinematicRegion, + const G4int iScoringPosition, const G4int iParticleType ) { + G4int index = -1; + if ( iScoringShell >= 0 && iScoringShell < numberScoringShells && + iKinematicRegion >= 0 && iKinematicRegion < numberKinematicRegions && + iScoringPosition >= 0 && iScoringPosition < numberScoringPositions && + iParticleType >= 0 && iParticleType < numberParticleTypes ) { + index = iScoringShell * numberKinematicRegions * numberScoringPositions * numberParticleTypes + + iKinematicRegion * numberScoringPositions * numberParticleTypes + + iScoringPosition * numberParticleTypes + + iParticleType; + } + return index; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::SteppingAction() :G4UserSteppingAction() { + initialize(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::~SteppingAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::initialize() { + // Initialization needed at the beginning of each Run + fPrimaryParticleId = 0; + fPrimaryParticleEnergy = 0.0; + fPrimaryParticleDirection = G4ThreeVector( 0.0, 0.0, 1.0 ); + fTrackerMaterialName = fEmCaloMaterialName = fHadCaloMaterialName = ""; + fIsFirstStepOfTheEvent = true; + fIsFirstStepInTracker = fIsFirstStepInEmCalo = fIsFirstStepInHadCalo = true; + fIsFirstStepInScoringTrackerShell = fIsFirstStepInScoringEmCaloShell = + fIsFirstStepInScoringHadCaloShell = true; + fCubicVolumeScoringTrackerShell = fCubicVolumeScoringEmCaloShell = + fCubicVolumeScoringHadCaloShell = 1.0; + for ( G4int i = 0; i < numberCombinations; ++i ) { + fArraySumStepLengths[i] = 0.0; + } + /* + for ( G4int i = 0; i < numberCombinations; ++i ) fArraySumStepLengths[i] = 999.9; + G4cout << " numberCombinations=" << numberCombinations << G4endl; + for ( G4int i = 0; i < numberScoringShells; ++i ) { + for ( G4int j = 0; j < numberKinematicRegions; ++j ) { + for ( G4int k = 0; k < numberScoringPositions; ++k ) { + for ( G4int ll = 0; ll < numberParticleTypes; ++ll ) { + G4int index = getIndex( i, j, k, ll ); + G4cout << "(i, j, k, ll)=(" << i << ", " << j << ", " << k << ", " + << ll << ") ->" << index; + if ( fArraySumStepLengths[ index ] < 1.0 ) G4cout << " <=== REPEATED!"; + else fArraySumStepLengths[ index ] = 0.0; + G4cout << G4endl; + } + } + } + } + for ( G4int i = 0; i < numberCombinations; ++i ) { + if ( fArraySumStepLengths[i] > 999.0 ) G4cout << " i=" << i << " NOT COVERED !" << G4endl; + } + */ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::UserSteppingAction( const G4Step* theStep ) { + // Get information on the primary particle + if ( fIsFirstStepOfTheEvent ) { + if ( theStep->GetTrack()->GetParentID() == 0 ) { + fPrimaryParticleId = theStep->GetTrack()->GetDefinition()->GetPDGEncoding(); + fPrimaryParticleEnergy = theStep->GetPreStepPoint()->GetKineticEnergy(); + fPrimaryParticleDirection = theStep->GetPreStepPoint()->GetMomentumDirection(); + if ( fRunPtr ) { + fRunPtr->setPrimaryParticleId( fPrimaryParticleId ); + fRunPtr->setPrimaryParticleEnergy( fPrimaryParticleEnergy ); + fRunPtr->setPrimaryParticleDirection( fPrimaryParticleDirection ); + } + fIsFirstStepOfTheEvent = false; + } + } + // Get information on the materials + if ( fIsFirstStepInTracker && + theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiTrackerShell" ) { + fTrackerMaterialName = theStep->GetPreStepPoint()->GetMaterial()->GetName(); + if ( fRunPtr ) fRunPtr->setTrackerMaterialName( fTrackerMaterialName ); + fIsFirstStepInTracker = false; + } + if ( fIsFirstStepInEmCalo && + theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiEmCaloShell" ) { + fEmCaloMaterialName = theStep->GetPreStepPoint()->GetMaterial()->GetName(); + if ( fRunPtr ) fRunPtr->setEmCaloMaterialName( fEmCaloMaterialName ); + fIsFirstStepInEmCalo = false; + } + if ( fIsFirstStepInHadCalo && + theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiHadCaloShell" ) { + fHadCaloMaterialName = theStep->GetPreStepPoint()->GetMaterial()->GetName(); + if ( fRunPtr ) fRunPtr->setHadCaloMaterialName( fHadCaloMaterialName ); + fIsFirstStepInHadCalo = false; + } + // Get information on step lengths in the scoring shells + G4int iScoringShell = -1; + if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == + "physiScoringTrackerShell" ) { + iScoringShell = 0; + if ( fIsFirstStepInScoringTrackerShell ) { + fCubicVolumeScoringTrackerShell = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringTrackerShell( fCubicVolumeScoringTrackerShell ); + fIsFirstStepInScoringTrackerShell = false; + } + } else if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == + "physiScoringEmCaloShell" ) { + iScoringShell = 1; + if ( fIsFirstStepInScoringEmCaloShell ) { + fCubicVolumeScoringEmCaloShell = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringEmCaloShell( fCubicVolumeScoringEmCaloShell ); + fIsFirstStepInScoringEmCaloShell = false; + } + } else if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == + "physiScoringHadCaloShell" ) { + iScoringShell = 2; + if ( fIsFirstStepInScoringHadCaloShell ) { + fCubicVolumeScoringHadCaloShell = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringHadCaloShell( fCubicVolumeScoringHadCaloShell ); + fIsFirstStepInScoringHadCaloShell = false; + } + } + if ( iScoringShell >= 0 ) { + G4double stepLength = theStep->GetTrack()->GetStepLength() * theStep->GetTrack()->GetWeight(); + G4int absPdg = theStep->GetTrack()->GetDefinition() == nullptr ? 0 : + std::abs( theStep->GetTrack()->GetDefinition()->GetPDGEncoding() ); + /* + G4cout << theStep->GetTrack()->GetDefinition()->GetParticleName() << " absPdg=" << absPdg + << " Ekin[MeV]=" << theStep->GetPreStepPoint()->GetKineticEnergy() + << " r[mm]=" << theStep->GetTrack()->GetPosition().mag() + << " z[mm]=" << theStep->GetTrack()->GetPosition().z() + << " " << theStep->GetTrack()->GetVolume()->GetName() + << " " << theStep->GetTrack()->GetMaterial()->GetName() + << " L[mm]=" << stepLength << " " + << ( fPrimaryParticleDirection.dot( theStep->GetTrack()->GetPosition().unit() ) > 0.0 + ? "forward" : "backward" ) << G4endl; + */ + // Three kinematical regions: [0] : any value ; [1] : below 20 MeV ; [2] : above 20 MeV + G4int iKinematicRegion = theStep->GetPreStepPoint()->GetKineticEnergy() < 20.0 ? 1 : 2; + // Two scoring positions: [0] : forward hemisphere ; [1] : backward hemisphere + // (with respect to the primary particle initial direction) + G4int iScoringPosition = + fPrimaryParticleDirection.dot( theStep->GetTrack()->GetPosition().unit() ) > 0.0 ? 0 : 1; + G4int iParticleType = -1; + if ( absPdg == 11 ) iParticleType = 1; // electron (and positron) + else if ( absPdg == 22 ) iParticleType = 2; // gamma + else if ( absPdg == 13 ) iParticleType = 3; // muons (mu- and mu+) + else if ( absPdg == 12 || absPdg == 14 || absPdg == 16 ) iParticleType = 4; // neutrinos + // (and anti-neutrinos), all flavors + else if ( absPdg == 111 || absPdg == 211 ) iParticleType = 5; // (charged) pions + else if ( absPdg == 2112 ) iParticleType = 6; // neutron (and anti-neutron) + else if ( absPdg == 2212 ) iParticleType = 7; // proton (and anti-proton) + else if ( G4IonTable::IsIon( theStep->GetTrack()->GetDefinition() ) || // ions (and anti-ions) + G4IonTable::IsAntiIon( theStep->GetTrack()->GetDefinition() ) ) iParticleType = 8; + else if ( absPdg < 1000 ) iParticleType = 9; // other mesons (e.g. kaons) (Note: this works + // in most cases, but not always!) + else if ( absPdg > 1000 ) iParticleType = 10; // other baryons (e.g. hyperons, anti-hyperons, + // etc.) + // Consider the specific case : scoring shell, kinematic region, scoring position, and + // particle type + G4int index = getIndex( iScoringShell, iKinematicRegion, iScoringPosition, iParticleType ); + fArraySumStepLengths[index] += stepLength; + // Consider the "all" particle case, with the same scoring shell, kinematic region and + // scoring position + index = getIndex( iScoringShell, iKinematicRegion, iScoringPosition, 0 ); + fArraySumStepLengths[index] += stepLength; + // Consider the "any" kinematic region case, with the same scoring shell, scoring position + // and particle type + index = getIndex( iScoringShell, 0, iScoringPosition, iParticleType ); + fArraySumStepLengths[index] += stepLength; + // Consider the "any" kinematic region and "all" particle, with the same scoring shell and + // scoring position + index = getIndex( iScoringShell, 0, iScoringPosition, 0 ); + fArraySumStepLengths[index] += stepLength; + if ( fRunPtr ) fRunPtr->setArray( fArraySumStepLengths ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/History b/examples/extended/hadronic/ParticleFluence/History new file mode 100644 index 0000000000..e58ec95d4a --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/History @@ -0,0 +1,10 @@ +# Example ParticleFluence History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-06-10 Alberto Ribon (exhadrParticleFluence-V11-00-00) +- Created this example. + diff --git a/examples/extended/hadronic/ParticleFluence/Layer/.README.txt b/examples/extended/hadronic/ParticleFluence/Layer/.README.txt new file mode 100644 index 0000000000..1ad226beb2 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/.README.txt @@ -0,0 +1,64 @@ +///\file "hadronic/ParticleFluence/Layer/.README.txt" +///\brief Example ParticleFluence/Layer README page + +/*! \page ExampeParticleFluenceLayer Example Layer + +In this example, the particle fluence is evaluated for a simple set-up, +consisting of one target solid cylinder, with axis along the z-direction, +and a beam particle shot before the target along the axis of the target. + +The particle fluence is computed in three places: "upstream", "downstream" +and "side", defined as the positions immediately after, before and aside, +respectively, of the target with respect to the direction of the primary +particle. + +The particle fluence is estimated by summing the track length in a +"scoring volume" - i.e. a thin cylinder (for "upstream" and "downstream" +cases) or a thin hemisphere shell (for the "side" case) filled up with +G4_Galactic (very low density gas) material, immediately outside the +target - and then dividing for the cubic volume of such scoring volume. + +The particle fluence is evaluated for the following 11 particle types: +- all +- electron + positron +- gamma +- muon- + muon+ +- neutrino (any flavour and including anti-neutrino) +- charged pions +- neutron + anti_neutron +- proton + anti_proton +- ion (and anti-ions) +- otherMeson (e.g. kaons, etc.) +- otherBaryon (e.g. hyperons, etc.) + +The particle fluence is evaluated for the following 3 kinematical ranges: +- any kinetic energy +- kinetic energy < 20 MeV +- kinetic energy > 20 MeV + +Look for the string "***LOOKHERE***" for those parameters/options that +are either hardwired in the code (i.e. not available via UI command), +or default values of UI commands. + +This example uses the physics list factory, therefore you can specify +the reference physics list you want to use via the PHYSLIST +environmental variable (by default, if you don't set it, the FTFP_BERT +physics list is used). + +To build this example: + + mkdir Build; cd Build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGeant4_DIR=/path-to-geant4-libraries ../. + make + +To run it: + + ./Layer all_together.g4 + +which shoots 50 GeV pion- on different target materials, 100 events +in each run, and print out some information on the particle fluence +at the end of each run. +Other macros exist for specific materials. + +*/ diff --git a/examples/extended/hadronic/ParticleFluence/Layer/CMakeLists.txt b/examples/extended/hadronic/ParticleFluence/Layer/CMakeLists.txt new file mode 100644 index 0000000000..5eec29519b --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/CMakeLists.txt @@ -0,0 +1,65 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(Layer) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# Locate sources and headers for this project + # +include_directories(${PROJECT_SOURCE_DIR}/include + ${Geant4_INCLUDE_DIR}) +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(Layer Layer.cc ${sources} ${headers}) +target_link_libraries(Layer ${Geant4_LIBRARIES} ) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, so that we can run the executable +# directly there. +# +set(SCRIPTS + all_together.g4 + cu.g4 + fe.g4 + graphite.g4 + lar.g4 + pb.g4 + pbwo4.g4 + polystyrene.g4 + si.g4 + w.g4 + ) + +foreach(_script ${SCRIPTS}) + configure_file( + ${PROJECT_SOURCE_DIR}/${_script} + ${PROJECT_BINARY_DIR}/${_script} + COPYONLY + ) +endforeach() + +#---------------------------------------------------------------------------- +# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX +# +install(TARGETS Layer DESTINATION bin) diff --git a/examples/extended/hadronic/ParticleFluence/Layer/GNUmakefile b/examples/extended/hadronic/ParticleFluence/Layer/GNUmakefile new file mode 100755 index 0000000000..d1a5f2c366 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/GNUmakefile @@ -0,0 +1,11 @@ +name := Layer +G4TARGET := $(name) +G4EXLIB := true + +include $(G4INSTALL)/config/architecture.gmk + +.PHONY: all + +all: lib bin + +include $(G4INSTALL)/config/binmake.gmk diff --git a/examples/extended/hadronic/ParticleFluence/Layer/History b/examples/extended/hadronic/ParticleFluence/Layer/History new file mode 100644 index 0000000000..70b42972f9 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/History @@ -0,0 +1,10 @@ +# Example ParticleFluence History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-06-10 Alberto Ribon (exhadrParticleFluenceLayer-V11-00-00) +- Created the Layer variant of the ParticleFluence example. + diff --git a/examples/extended/hadronic/ParticleFluence/Layer/Layer.cc b/examples/extended/hadronic/ParticleFluence/Layer/Layer.cc new file mode 100755 index 0000000000..aa8dff4d85 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/Layer.cc @@ -0,0 +1,70 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Layer.cc +/// \brief Main program of the hadronic/ParticleFluence/Layer example +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "G4Threading.hh" +#include "G4RunManagerFactory.hh" +#include "G4UImanager.hh" +#include "G4PhysListFactory.hh" +#include "DetectorConstruction.hh" +#include "ActionInitialization.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int main(int argc,char** argv) { + + auto* runManager = G4RunManagerFactory::CreateRunManager(); + + DetectorConstruction* pDetectorInstance = new DetectorConstruction; + runManager->SetUserInitialization( pDetectorInstance ); + + // Physics list factory: use the PHYSLIST environmental variable. + G4PhysListFactory factory; + G4VModularPhysicsList* thePL = factory.ReferencePhysList(); + + runManager->SetUserInitialization( thePL ); + runManager->SetUserInitialization( new ActionInitialization( pDetectorInstance ) ); + + G4UImanager* UI = G4UImanager::GetUIpointer(); + if ( argc==1 ) { // Define UI session for interactive mode. + } else { // Batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UI->ApplyCommand(command+fileName); + } + + // job termination + delete runManager; + return 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Layer/README b/examples/extended/hadronic/ParticleFluence/Layer/README new file mode 100644 index 0000000000..1ce7fc6582 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/README @@ -0,0 +1,57 @@ +In this example, the particle fluence is evaluated for a simple set-up, +consisting of one target solid cylinder, with axis along the z-direction, +and a beam particle shot before the target along the axis of the target. + +The particle fluence is computed in three places: "upstream", "downstream" +and "side", defined as the positions immediately after, before and aside, +respectively, of the target with respect to the direction of the primary +particle. + +The particle fluence is estimated by summing the track length in a +"scoring volume" - i.e. a thin cylinder (for "upstream" and "downstream" +cases) or a thin hemisphere shell (for the "side" case) filled up with +G4_Galactic (very low density gas) material, immediately outside the +target - and then dividing for the cubic volume of such scoring volume. + +The particle fluence is evaluated for the following 11 particle types: +- all +- electron + positron +- gamma +- muon- + muon+ +- neutrino (any flavour and including anti-neutrino) +- charged pions +- neutron + anti_neutron +- proton + anti_proton +- ion (and anti-ions) +- otherMeson (e.g. kaons, etc.) +- otherBaryon (e.g. hyperons, etc.) + +The particle fluence is evaluated for the following 3 kinematical ranges: +- any kinetic energy +- kinetic energy < 20 MeV +- kinetic energy > 20 MeV + +Look for the string "***LOOKHERE***" for those parameters/options that +are either hardwired in the code (i.e. not available via UI command), +or default values of UI commands. + +This example uses the physics list factory, therefore you can specify +the reference physics list you want to use via the PHYSLIST +environmental variable (by default, if you don't set it, the FTFP_BERT +physics list is used). + +To build this example: + + mkdir Build; cd Build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGeant4_DIR=/path-to-geant4-libraries ../. + make + +To run it: + + ./Layer all_together.g4 + +which shoots 50 GeV pion- on different target materials, 100 events +in each run, and print out some information on the particle fluence +at the end of each run. +Other macros exist for specific materials. diff --git a/examples/extended/hadronic/ParticleFluence/Layer/all_together.g4 b/examples/extended/hadronic/ParticleFluence/Layer/all_together.g4 new file mode 100755 index 0000000000..6fc03b1383 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/all_together.g4 @@ -0,0 +1,62 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +# +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +# +/mydet/material G4_POLYSTYRENE +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_GRAPHITE +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_Si +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_lAr +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_Fe +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_Cu +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_W +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_Pb +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_PbWO4 +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/mydet/update +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/cu.g4 b/examples/extended/hadronic/ParticleFluence/Layer/cu.g4 new file mode 100755 index 0000000000..a838dca71c --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/cu.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_Cu +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/fe.g4 b/examples/extended/hadronic/ParticleFluence/Layer/fe.g4 new file mode 100755 index 0000000000..1b143254f6 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/fe.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_Fe +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/graphite.g4 b/examples/extended/hadronic/ParticleFluence/Layer/graphite.g4 new file mode 100755 index 0000000000..350db7e05a --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/graphite.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_GRAPHITE +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/include/ActionInitialization.hh b/examples/extended/hadronic/ParticleFluence/Layer/include/ActionInitialization.hh new file mode 100644 index 0000000000..29c2c522da --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/include/ActionInitialization.hh @@ -0,0 +1,55 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.hh +/// \brief Definition of the ActionInitialization class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef ActionInitialization_h +#define ActionInitialization_h 1 + +#include "G4VUserActionInitialization.hh" + +class DetectorConstruction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ActionInitialization : public G4VUserActionInitialization { + public: + ActionInitialization( const DetectorConstruction* inputDetectorConstruction = nullptr ); + virtual ~ActionInitialization(); + virtual void BuildForMaster() const override; + virtual void Build() const override; + private: + const DetectorConstruction* fPtrDetectorConstruction = nullptr; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Layer/include/DetectorConstruction.hh b/examples/extended/hadronic/ParticleFluence/Layer/include/DetectorConstruction.hh new file mode 100755 index 0000000000..46c57b9dc5 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/include/DetectorConstruction.hh @@ -0,0 +1,103 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.hh +/// \brief Definition of the DetectorConstruction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorConstruction_H +#define DetectorConstruction_H 1 + +#include "G4VUserDetectorConstruction.hh" +#include "globals.hh" + +class G4LogicalVolume; +class G4VPhysicalVolume; +class G4Material; +class DetectorMessenger; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorConstruction : public G4VUserDetectorConstruction { + public: + DetectorConstruction(); + ~DetectorConstruction(); + + G4VPhysicalVolume* Construct(); + + void SetMaterial( const G4String name ); + inline G4Material* GetMaterial() const; + inline void SetThickness( const G4double value ); + inline G4double GetThickness() const; + inline void SetDiameter( const G4double value ); + inline G4double GetDiameter() const; + void UpdateGeometry(); + private: + G4VPhysicalVolume* ConstructLayer(); // To be invoked each time the geometry needs to be + // updated. + void PrintParameters(); + G4Material* fMaterial; + G4LogicalVolume* fExperimentalHall_log; + G4VPhysicalVolume* fExperimentalHall_phys; + G4LogicalVolume* fLogicLayer; + G4VPhysicalVolume* fPhysiLayer; + G4LogicalVolume* fLogicScoringUpDown; + G4VPhysicalVolume* fPhysiScoringUpstream; + G4VPhysicalVolume* fPhysiScoringDownstream; + G4LogicalVolume* fLogicScoringSide; + G4VPhysicalVolume* fPhysiScoringSide; + DetectorMessenger* fDetectorMessenger; + G4double fThickness; + G4double fDiameter; + const G4double fScoringThickness = 10.0; //***LOOKHERE*** thickness of the scoring shell +}; + +inline G4Material* DetectorConstruction::GetMaterial() const { + return fMaterial; +} + +inline void DetectorConstruction::SetThickness( const G4double value ) { + fThickness = value; +} + +inline G4double DetectorConstruction::GetThickness() const { + return fThickness; +} + +inline void DetectorConstruction::SetDiameter( const G4double value ) { + fDiameter = value; +} + +inline G4double DetectorConstruction::GetDiameter() const { + return fDiameter; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Layer/include/DetectorMessenger.hh b/examples/extended/hadronic/ParticleFluence/Layer/include/DetectorMessenger.hh new file mode 100755 index 0000000000..a6a1337cf9 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/include/DetectorMessenger.hh @@ -0,0 +1,64 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.hh +/// \brief Definition of the DetectorMessenger class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorMessenger_h +#define DetectorMessenger_h 1 + +#include "globals.hh" +#include "G4UImessenger.hh" + +class DetectorConstruction; +class G4UIdirectory; +class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWithAString; +class G4UIcmdWithoutParameter; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorMessenger: public G4UImessenger { + public: + DetectorMessenger( DetectorConstruction* ); + ~DetectorMessenger(); + void SetNewValue( G4UIcommand*, G4String ) override; + private: + DetectorConstruction* fDetector; + G4UIdirectory* fDetectorDir; + G4UIcmdWithAString* fMaterial; + G4UIcmdWithADoubleAndUnit* fThickness; + G4UIcmdWithADoubleAndUnit* fDiameter; + G4UIcmdWithoutParameter* fUpdateCommand; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Layer/include/PrimaryGeneratorAction.hh b/examples/extended/hadronic/ParticleFluence/Layer/include/PrimaryGeneratorAction.hh new file mode 100755 index 0000000000..0a0cae3677 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/include/PrimaryGeneratorAction.hh @@ -0,0 +1,58 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the PrimaryGeneratorAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef PrimaryGeneratorAction_h +#define PrimaryGeneratorAction_h 1 + +#include "G4VUserPrimaryGeneratorAction.hh" + +class G4ParticleGun; +class G4Event; +class DetectorConstruction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction { + public: + PrimaryGeneratorAction( const DetectorConstruction* ); + ~PrimaryGeneratorAction(); + void GeneratePrimaries( G4Event* anEvent ) override; + void SetGunPosition() const; + private: + G4ParticleGun* fParticleGun; + const DetectorConstruction* fPointerDetectorConstruction = nullptr; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Layer/include/Run.hh b/examples/extended/hadronic/ParticleFluence/Layer/include/Run.hh new file mode 100644 index 0000000000..c058de8b71 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/include/Run.hh @@ -0,0 +1,108 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Run.hh +/// \brief Definition of the Run class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef Run_h +#define Run_h 1 + +#include "G4Run.hh" +#include "G4ThreeVector.hh" +#include "SteppingAction.hh" +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class Run : public G4Run { + // This class accumulates relevant quantities related to particle fluence collected during + // the run. + // ( Note: these information are provided via calls of accessor methods of this Run class + // made by SteppingAction::UserSteppingAction. ) + // At the end of a run, the printInfo method is called by the run-action to print out + // some summary information about these quantities. + // In multithreaded (MT) mode, an object of this class is filled up for each working thread, + // and then merged (automatically by the Geant4 kernel) into another object (of this class) + // owned by the master class; the printInfo method is then called only for the latter run + // object. + // Note that, for simplicity and brevity, we avoid histograms and print-out instead some + // statistics (compute by ourself) at the end of the run. + public: + Run(); + ~Run(); + + virtual void RecordEvent( const G4Event* anEvent ) override; + // This method is called automatically by the Geant4 kernel (not by the user!) at the end + // of each event. In the case of multithreaded mode, it is called only for the working thread + // that handled that event. + + virtual void Merge( const G4Run* aRun ) override; + // This method is called automatically by the Geant4 kernel (not by the user!) only in the + // case of multithreaded mode and only for working threads. + + void printInfo() const; + // This method is called by RunAction::EndOfRunAction : in the case of multithreaded mode, + // only the master thread calls it. + + void setPrimaryParticleId( const G4int inputValue ) { fPrimaryParticleId = inputValue; } + void setPrimaryParticleEnergy( const G4double inputValue ) + { fPrimaryParticleEnergy = inputValue; } + void setPrimaryParticleDirection( const G4ThreeVector &inputValue ) + { fPrimaryParticleDirection = inputValue; } + void setTargetMaterialName( const G4String &inputValue ) { fTargetMaterialName = inputValue; } + void setCubicVolumeScoringUpDown( const G4double inputValue ) + { fCubicVolumeScoringUpDown = inputValue; } + void setCubicVolumeScoringSide( const G4double inputValue ) + { fCubicVolumeScoringSide = inputValue; } + G4int getPrimaryParticleId() const { return fPrimaryParticleId; } + G4double getPrimaryParticleEnergy() const { return fPrimaryParticleEnergy; } + G4ThreeVector getPrimaryParticleDirection() const { return fPrimaryParticleDirection; } + G4String getTargetMaterialName() const { return fTargetMaterialName; } + G4double getCubicVolumeScoringUpDown() const { return fCubicVolumeScoringUpDown; } + G4double getCubicVolumeScoringSide() const { return fCubicVolumeScoringSide; } + void setArray( const std::array< G4double, SteppingAction::numberCombinations >& inputArray ); + std::array< G4double, SteppingAction::numberCombinations > getArray() const { return fArray; } + // Accessor methods useful to transfer information collected by the stepping-action + // into this Run class + + private: + G4int fNumEvents; + G4int fPrimaryParticleId; + G4double fPrimaryParticleEnergy; + G4ThreeVector fPrimaryParticleDirection; + G4String fTargetMaterialName; + G4double fCubicVolumeScoringUpDown; + G4double fCubicVolumeScoringSide; + std::array< G4double, SteppingAction::numberCombinations > fArray; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Layer/include/RunAction.hh b/examples/extended/hadronic/ParticleFluence/Layer/include/RunAction.hh new file mode 100755 index 0000000000..0d4291f5c8 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/include/RunAction.hh @@ -0,0 +1,57 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.hh +/// \brief Definition of the RunAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef RunAction_h +#define RunAction_h + +#include "G4UserRunAction.hh" + +class G4Run; +class SteppingAction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class RunAction: public G4UserRunAction { + public: + RunAction( SteppingAction* steppingAction = nullptr ); + virtual ~RunAction(); + virtual void BeginOfRunAction( const G4Run* aRun ) override; + virtual void EndOfRunAction( const G4Run* aRun ) override; + virtual G4Run* GenerateRun() override; + private: + SteppingAction* fSteppingAction; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Layer/include/SteppingAction.hh b/examples/extended/hadronic/ParticleFluence/Layer/include/SteppingAction.hh new file mode 100755 index 0000000000..710c43255e --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/include/SteppingAction.hh @@ -0,0 +1,112 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.hh +/// \brief Definition of the SteppingAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef SteppingAction_H +#define SteppingAction_H 1 + +#include "globals.hh" +#include "G4UserSteppingAction.hh" +#include "G4ThreeVector.hh" +#include + +class Run; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class SteppingAction : public G4UserSteppingAction { + public: + SteppingAction(); + virtual ~SteppingAction(); + + virtual void UserSteppingAction( const G4Step* ) override; + // This is the main method where the step lengths of particles inside + // the scoring volumes are collected, and then the corresponding fluences + // are filled up in the Run object where they are stored (and then + // printed out at the end of the Run). + // (For simplicity and brevity, we avoid histograms and compute instead + // some statistics ourself, which will be print-out at the end of the run.) + + void initialize(); + // This method is called by RunAction::BeginOfRunAction for the + // initialization of the stepping-action at the beginning of each Run. + // This is necessary because different runs can have different primary particle + // types, kinetic energies, and detector configurations. + + void setRunPointer( Run* inputValue = nullptr ) { fRunPtr = inputValue; } + // This method is called by RunAction::BeginOfRunAction for providing to the + // stepping-action the pointer to the run object at the beginning of each Run. + // This pointer is then used to pass the information collected by the stepping-action + // to the run object. + + G4double getCubicVolumeScoringUpDown() const { return fCubicVolumeScoringUpDown; } + G4double getCubicVolumeScoringSide() const { return fCubicVolumeScoringSide; } + // The cubic-volumes of the scoring volumes are needed to get the fluence from + // the sum of step lengths in those scoring volumes. + // Notice that two of the three scoring volumes - upstream and downstream - + // have the same cubic-volume, that we call "fCubicVolumeScoringUpDown". + + static const G4int numberScoringVolumes = 3; // downstream, side, upstream + static const G4int numberKinematicRegions = 3; // all, below 20 MeV, above 20 MeV + static const G4int numberParticleTypes = 11; // all, e, gamma, mu, nu, pi, n, p, ions, + // other-mesons, other-baryons + static const G4int numberCombinations = + numberScoringVolumes*numberKinematicRegions*numberParticleTypes; + static const std::array< G4String, numberScoringVolumes > arrayScoringVolumeNames; + static const std::array< G4String, numberKinematicRegions > arrayKinematicRegionNames; + static const std::array< G4String, numberParticleTypes > arrayParticleTypeNames; + static G4int getIndex( const G4int iScoringVolume, const G4int iKinematicRegion, + const G4int iParticleType ); + + private: + Run* fRunPtr; // Pointer to the Run object + G4int fPrimaryParticleId; + G4double fPrimaryParticleEnergy; + G4ThreeVector fPrimaryParticleDirection; + G4String fTargetMaterialName; + G4bool fIsFirstStepOfTheEvent; + G4bool fIsFirstStepInTarget; + G4bool fIsFirstStepInScoringUpDown; + G4bool fIsFirstStepInScoringSide; + G4double fCubicVolumeScoringUpDown; + G4double fCubicVolumeScoringSide; + + std::array< G4double, numberCombinations > fArraySumStepLengths; + // Array to collect the sum of step lengths in the scoring volumes for the whole run, + // according to the various cases (kinematical region and particle type). + // Note that the fluence in a scoring volume is defined as sum of step lengths + // in that scoring volume divided by the cubic-volume of that scoring volume. +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Layer/lar.g4 b/examples/extended/hadronic/ParticleFluence/Layer/lar.g4 new file mode 100755 index 0000000000..693287780f --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/lar.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_lAr +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/pb.g4 b/examples/extended/hadronic/ParticleFluence/Layer/pb.g4 new file mode 100755 index 0000000000..b5c9dcb720 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/pb.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_Pb +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/pbwo4.g4 b/examples/extended/hadronic/ParticleFluence/Layer/pbwo4.g4 new file mode 100755 index 0000000000..886af12a82 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/pbwo4.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_PbWO4 +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/polystyrene.g4 b/examples/extended/hadronic/ParticleFluence/Layer/polystyrene.g4 new file mode 100755 index 0000000000..8bdacb8198 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/polystyrene.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_POLYSTYRENE +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/si.g4 b/examples/extended/hadronic/ParticleFluence/Layer/si.g4 new file mode 100755 index 0000000000..35bef63ec1 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/si.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_Si +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/src/ActionInitialization.cc b/examples/extended/hadronic/ParticleFluence/Layer/src/ActionInitialization.cc new file mode 100644 index 0000000000..640569ddd9 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/src/ActionInitialization.cc @@ -0,0 +1,67 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "RunAction.hh" +#include "SteppingAction.hh" +#include "Run.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::ActionInitialization( const DetectorConstruction* + inputDetectorConstruction ) : + G4VUserActionInitialization(), fPtrDetectorConstruction( inputDetectorConstruction ) {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::~ActionInitialization() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::BuildForMaster() const { + // This is NOT called in SEQ-mode, while in the MT-mode is called only for the Master thread. + SetUserAction( new RunAction ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::Build() const { + // This is called in the SEQ-mode and in the MT-mode only for Worker threads. + SetUserAction( new PrimaryGeneratorAction( fPtrDetectorConstruction ) ); + SteppingAction* steppingAction = new SteppingAction; + SetUserAction( steppingAction ); + SetUserAction( new RunAction( steppingAction ) ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Layer/src/DetectorConstruction.cc b/examples/extended/hadronic/ParticleFluence/Layer/src/DetectorConstruction.cc new file mode 100755 index 0000000000..54b14fa7c4 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/src/DetectorConstruction.cc @@ -0,0 +1,247 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" +#include "DetectorMessenger.hh" +#include "PrimaryGeneratorAction.hh" +#include "G4Material.hh" +#include "G4NistManager.hh" +#include "G4Box.hh" +#include "G4Tubs.hh" +#include "G4LogicalVolume.hh" +#include "G4ThreeVector.hh" +#include "G4PVPlacement.hh" +#include "globals.hh" +#include "G4GeometryManager.hh" +#include "G4PhysicalVolumeStore.hh" +#include "G4LogicalVolumeStore.hh" +#include "G4SolidStore.hh" +#include "G4RunManager.hh" +#include "G4SystemOfUnits.hh" +#include "G4PhysicalConstants.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() : + fMaterial( nullptr ), fExperimentalHall_log( nullptr ), fExperimentalHall_phys( nullptr ), + fLogicLayer( nullptr ), fPhysiLayer( nullptr ), + fLogicScoringUpDown( nullptr ), fPhysiScoringUpstream( nullptr ), + fPhysiScoringDownstream( nullptr ), + fLogicScoringSide( nullptr ), fPhysiScoringSide( nullptr ), + fDetectorMessenger( nullptr ), + fThickness( 2.0*CLHEP::m ), fDiameter( 2.0*CLHEP::m ) //***LOOKHERE*** Default values +{ + fMaterial = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Fe" ); //***LOOKHERE*** + // Default material + fDetectorMessenger = new DetectorMessenger( this ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::~DetectorConstruction() { + delete fDetectorMessenger; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() { + return ConstructLayer(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::ConstructLayer() { + // Clean old geometry, if any. + G4GeometryManager::GetInstance()->OpenGeometry(); + G4PhysicalVolumeStore::GetInstance()->Clean(); + G4LogicalVolumeStore::GetInstance()->Clean(); + G4SolidStore::GetInstance()->Clean(); + + // The target layer is a cylinder, with axis along the z-direction, + // and positioned at the center, (0.0, 0.0, 0.0). + // The world volume (experimental hall) is a box 20% bigger than the target layer, + // and it is filled of "G4_Galactic" material. + + G4double expHall_x = 0.6*fDiameter; // half dimension along x : 20% bigger than the radius + // of the target layer + G4double expHall_y = 0.6*fDiameter; // half dimension along y : 20% bigger than the radius + // of the target layer + G4double expHall_z = 0.6*fThickness; // half dimension along z : 20% bigger than the half + // thickness of the target layer + + G4Material* vacuum = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Galactic" ); + + // Experimental hall + G4Box* experimentalHall_box = new G4Box( "expHall_box", expHall_x, expHall_y, expHall_z ); + fExperimentalHall_log = new G4LogicalVolume( experimentalHall_box, // solid + vacuum, // material + "expHall_log", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fExperimentalHall_phys = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "expHall", // name + fExperimentalHall_log, // logical volume + 0, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // Target + G4Tubs* solidLayer = new G4Tubs( "solidLayer", // name + 0.0, // inner radius + 0.5*fDiameter, // outer radius + 0.5*fThickness, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicLayer = new G4LogicalVolume( solidLayer, // solid + fMaterial, // material + "logicLayer", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fPhysiLayer = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiLayer", // name + fLogicLayer, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // Three scoring volumes: one thin layer downstream of the target ("down") + // one thin layer surrounding (lateral) of the target ("side") + // one thin layer upstream of the target ("up") + G4Tubs* solidScoringUpDown = new G4Tubs( "solidScoringUpDown", // name + 0.0, // inner radius + 0.5*fDiameter, // outer radius + 0.5*fScoringThickness, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicScoringUpDown = new G4LogicalVolume( solidScoringUpDown, // solid + vacuum, // material + "logicScoringUpDown", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + G4double zScoringUpDown = 0.5*(fThickness + fScoringThickness); + fPhysiScoringUpstream = new G4PVPlacement( 0, // rotation + G4ThreeVector( 0.0, 0.0, -zScoringUpDown ), + // translation + "physiScoringUpstream", // name + fLogicScoringUpDown, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + fPhysiScoringDownstream = new G4PVPlacement( 0, // rotation + G4ThreeVector( 0.0, 0.0, zScoringUpDown ), + // translation + "physiScoringDownstream", // name + fLogicScoringUpDown, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + G4Tubs* solidScoringSide = new G4Tubs( "solidScoringSide", // name + 0.5*fDiameter, // inner radius + 0.5*fDiameter + fScoringThickness, // outer radius + 0.5*fThickness, // half cylinder length in z + 0.0, // starting phi angle in rad + 2.0*pi ); // final phi angle in rad + fLogicScoringSide = new G4LogicalVolume( solidScoringSide, // solid + vacuum, // material + "logicScoringSide", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fPhysiScoringSide = new G4PVPlacement( 0, // rotation + G4ThreeVector( 0.0, 0.0, 0.0 ), // translation + "physiScoringSide", // name + fLogicScoringSide, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + G4cout << G4endl + << "DetectorConstruction::ConstructLayer() : " << G4endl + << "\t World (box) size: " << G4endl + << "\t \t x : -/+ " << expHall_x << " mm ;" + << "\t y : -/+ " << expHall_y << " mm ;" + << "\t z : -/+ " << expHall_z << " mm ;" << G4endl + << "\t Target layer (cylinder) size: " << G4endl + << "\t \t x : -/+ " << 0.5*fDiameter << " mm ;" + << "\t y : -/+ " << 0.5*fDiameter << " mm ;" + << "\t z : -/+ " << 0.5*fThickness << " mm ;" << G4endl + << G4endl << G4endl; + + return fExperimentalHall_phys; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetMaterial( const G4String name ) { + fMaterial = G4NistManager::Instance()->FindOrBuildMaterial( name ); + if ( ! fMaterial ) { + G4cout << G4endl << G4endl + << "WARNING: the name of the material has not been recognized!" << G4endl + << " ===> the default * G4_Fe * will be used." + << G4endl << G4endl; + fMaterial = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Fe" ); + } + if ( fLogicLayer ) fLogicLayer->SetMaterial( fMaterial ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::UpdateGeometry() { + G4RunManager::GetRunManager()->ReinitializeGeometry(); + PrintParameters(); + // Update also the position of the gun + const PrimaryGeneratorAction* pPrimaryAction = dynamic_cast< const PrimaryGeneratorAction* >( + G4RunManager::GetRunManager()->GetUserPrimaryGeneratorAction() ); + if ( pPrimaryAction ) pPrimaryAction->SetGunPosition(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::PrintParameters() { + G4cout << G4endl << G4endl + << " ------ DetectorConstruction::PrintParameters() ------ " << G4endl + << " Material = " << fMaterial->GetName() << G4endl + << " Thickness = " << fThickness << " mm" << G4endl + << " Diameter = " << fDiameter << " mm" << G4endl + << " ScoringThickness = " << fScoringThickness << " mm" << G4endl + << " ------------------------------------------------------ " + << G4endl << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Layer/src/DetectorMessenger.cc b/examples/extended/hadronic/ParticleFluence/Layer/src/DetectorMessenger.cc new file mode 100755 index 0000000000..2804ba08be --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/src/DetectorMessenger.cc @@ -0,0 +1,101 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.cc +/// \brief Implementation of the DetectorMessenger class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorMessenger.hh" +#include "DetectorConstruction.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithoutParameter.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::DetectorMessenger( DetectorConstruction* myDet ) : fDetector( myDet ) { + fDetectorDir = new G4UIdirectory( "/mydet/" ); + fDetectorDir->SetGuidance( "Detector control." ); + + fMaterial = new G4UIcmdWithAString( "/mydet/material", this ); + fMaterial->SetGuidance( "Choice of the material:" ); + fMaterial->SetGuidance( " a Geant4 NIST material, e.g. G4_Fe " ); + fMaterial->SetParameterName( "choiceMaterial", true ); + fMaterial->SetDefaultValue( "G4_Fe" ); + fMaterial->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fThickness = new G4UIcmdWithADoubleAndUnit( "/mydet/thickness", this ); + fThickness->SetParameterName( "choiceThickness", true ); + fThickness->SetGuidance( "Target thickness" ); + fThickness->SetDefaultValue( 1000.0 ); // default: 1 meter. + fThickness->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fDiameter = new G4UIcmdWithADoubleAndUnit( "/mydet/diameter", this ); + fDiameter->SetParameterName( "choiceDiameter", true ); + fDiameter->SetGuidance( "Target diameter" ); + fDiameter->SetDefaultValue( 1000.0 ); // default: 1 meter. + fDiameter->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fUpdateCommand = new G4UIcmdWithoutParameter( "/mydet/update", this); + fUpdateCommand->SetGuidance( "Update calorimeter geometry." ); + fUpdateCommand->SetGuidance( "This command MUST be applied before \"beamOn\" " ); + fUpdateCommand->SetGuidance( "if you changed geometrical value(s)." ); + fUpdateCommand->AvailableForStates( G4State_Idle ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::~DetectorMessenger() { + delete fDetectorDir; + delete fMaterial; + delete fThickness; + delete fDiameter; + delete fUpdateCommand; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorMessenger::SetNewValue( G4UIcommand* command, G4String newValue ) { + if ( command == fMaterial ) { + fDetector->SetMaterial( newValue ); + } + if ( command == fThickness ) { + fDetector->SetThickness( fThickness->GetNewDoubleValue( newValue ) ); + } + if ( command == fDiameter ) { + fDetector->SetDiameter( fDiameter->GetNewDoubleValue(newValue) ); + } + if ( command == fUpdateCommand ) { + fDetector->UpdateGeometry(); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Layer/src/PrimaryGeneratorAction.cc b/examples/extended/hadronic/ParticleFluence/Layer/src/PrimaryGeneratorAction.cc new file mode 100755 index 0000000000..1d9bd0ab02 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/src/PrimaryGeneratorAction.cc @@ -0,0 +1,85 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "PrimaryGeneratorAction.hh" +#include "DetectorConstruction.hh" +#include "G4Event.hh" +#include "G4ParticleGun.hh" +#include "G4ParticleTable.hh" +#include "G4ParticleDefinition.hh" +#include "globals.hh" +#include "G4SystemOfUnits.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction:: +PrimaryGeneratorAction( const DetectorConstruction* pDetector ) : + fPointerDetectorConstruction( pDetector ) +{ + G4int n_particle = 1; + fParticleGun = new G4ParticleGun( n_particle ); + G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); + //***LOOKHERE*** Default particle and energy + fParticleGun->SetParticleDefinition( particleTable->FindParticle( "geantino" ) ); + fParticleGun->SetParticleEnergy( 10.0*GeV ); + SetGunPosition(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() { + delete fParticleGun; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::SetGunPosition() const { + // Shoot the particle in the middle between the world and the target layer + G4double targetThickness = + ( fPointerDetectorConstruction ? fPointerDetectorConstruction->GetThickness() : 0.0 ); + G4double gunPosition = -0.55*targetThickness; //***LOOKHERE*** default gun position + // along the z-axis + G4cout << G4endl << "PrimaryGenerationAction::SetGunPosition() : gun position along z = " + << gunPosition << " mm " << G4endl << G4endl; + fParticleGun->SetParticlePosition( G4ThreeVector( 0.0, 0.0, gunPosition ) ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries( G4Event* anEvent ) { + G4ThreeVector v( 0.0, 0.0, 1.0 ); //***LOOKHERE*** default shoot along the z-axis + fParticleGun->SetParticleMomentumDirection( v ); + fParticleGun->GeneratePrimaryVertex( anEvent ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Layer/src/Run.cc b/examples/extended/hadronic/ParticleFluence/Layer/src/Run.cc new file mode 100644 index 0000000000..e33df09caa --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/src/Run.cc @@ -0,0 +1,136 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Run.cc +/// \brief Implementation of the Run class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "Run.hh" +#include "G4SystemOfUnits.hh" +#include "G4Run.hh" +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +Run::Run() : G4Run(), fNumEvents( 0 ), + fPrimaryParticleId( 0 ), fPrimaryParticleEnergy( 0.0 ), + fPrimaryParticleDirection( G4ThreeVector( 0.0, 0.0, 0.0 ) ), + fTargetMaterialName( "" ), + fCubicVolumeScoringUpDown( 1.0 ), fCubicVolumeScoringSide( 1.0 ) +{ + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) fArray[i] = 0.0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +Run::~Run() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::RecordEvent( const G4Event* anEvent ) { + // This method is called automatically by the Geant4 kernel (not by the user!) at the end + // of each event : in MT-mode, it is called only for the working thread that handled the event. + G4int nEvt = anEvent->GetEventID(); + if ( nEvt % 10 == 0 ) G4cout << " Event#=" << nEvt << G4endl; + G4Run::RecordEvent( anEvent ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::Merge( const G4Run* aRun ) { + // This method is called automatically by the Geant4 kernel (not by the user!) only in the case + // of multithreaded mode and only for working threads. + const Run* localRun = static_cast< const Run* >( aRun ); + fPrimaryParticleId = localRun->getPrimaryParticleId(); + fPrimaryParticleEnergy = localRun->getPrimaryParticleEnergy(); + fPrimaryParticleDirection = localRun->getPrimaryParticleDirection(); + fTargetMaterialName = localRun->getTargetMaterialName(); + fCubicVolumeScoringUpDown = localRun->getCubicVolumeScoringUpDown(); + fCubicVolumeScoringSide = localRun->getCubicVolumeScoringSide(); + fNumEvents += localRun->GetNumberOfEvent(); + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) { + fArray[i] += localRun->getArray()[i]; + } + G4Run::Merge( aRun ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::printInfo() const { + // This method is called by RunAction::EndOfRunAction. In MT-mode, only the master thread + // calls it. + const G4double floatingNumberOfEvents = + std::max( 1.0, fNumEvents > 0 ? fNumEvents*1.0 : GetNumberOfEvent()*1.0 ); + // The fluence in the scoring volume is defined as sum of step lengths in that volume + // divided by the volume of that scoring volume. + const G4double conversionFactor = CLHEP::cm * CLHEP::cm; // From mm^-2 to cm^-2 + const G4double factorUpDown = + conversionFactor / ( fCubicVolumeScoringUpDown*floatingNumberOfEvents ); + const G4double factorSide = + conversionFactor / ( fCubicVolumeScoringSide*floatingNumberOfEvents ); + G4cout << std::setprecision(6) << G4endl << G4endl + << " =============== Run::printInfo() =============== \t RunID = " << GetRunID() + << G4endl + << " Primary particle PDG code = " << fPrimaryParticleId << G4endl + << " Primary particle kinetic energy = " << fPrimaryParticleEnergy / CLHEP::GeV + << " GeV" << G4endl + << " Primary particle direction = " << fPrimaryParticleDirection << G4endl + << " Target material = " << fTargetMaterialName << G4endl + << " Cubic-volume scoring up-down = " << fCubicVolumeScoringUpDown << " mm^3" << G4endl + << " Cubic-volume scoring side = " << fCubicVolumeScoringSide << " mm^3" << G4endl + << " Number of events = " << floatingNumberOfEvents << G4endl + << " Conversion factor: fluence from mm^-2 to cm^-2 = " << conversionFactor << G4endl + << " Particle fluence in unit of cm^-2 :" << G4endl; + for ( G4int i = 0; i < SteppingAction::numberScoringVolumes; ++i ) { + G4double factor = ( i == 1 ? factorSide : factorUpDown ); + for ( G4int j = 0; j < SteppingAction::numberKinematicRegions; ++j ) { + for ( G4int k = 0; k < SteppingAction::numberParticleTypes; ++k ) { + G4int index = SteppingAction::getIndex( i, j, k ); + //G4cout << "(i, j, k)=(" << i << ", " << j << ", " << k << ") ->" << index; + G4cout << " case=" << std::setw(3) << index + << " " << std::setw(12) << SteppingAction::arrayScoringVolumeNames[i] + << " " << std::setw(12) << SteppingAction::arrayKinematicRegionNames[j] + << " " << std::setw(12) << SteppingAction::arrayParticleTypeNames[k] + << " " << factor*fArray[index] << G4endl; + } + } + } + G4cout << " ============================================================= " << G4endl << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::setArray( const std::array< G4double, + SteppingAction::numberCombinations >& inputArray ) { + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) { + fArray[i] = inputArray[i]; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Layer/src/RunAction.cc b/examples/extended/hadronic/ParticleFluence/Layer/src/RunAction.cc new file mode 100755 index 0000000000..99542cd18e --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/src/RunAction.cc @@ -0,0 +1,75 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.cc +/// \brief Implementation of the RunAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "RunAction.hh" +#include "globals.hh" +#include "G4Run.hh" +#include "Run.hh" +#include "SteppingAction.hh" +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::RunAction( SteppingAction* steppingAction ) : + G4UserRunAction(), fSteppingAction( steppingAction ) {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::~RunAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4Run* RunAction::GenerateRun() { + return new Run; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::BeginOfRunAction( const G4Run* aRun ) { + G4cout << "### Run " << aRun->GetRunID() << " starts." << G4endl; + if ( fSteppingAction ) { + fSteppingAction->initialize(); + Run* run = const_cast< Run* >( static_cast< const Run* >( aRun ) ); + if ( run != nullptr ) fSteppingAction->setRunPointer( run ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::EndOfRunAction( const G4Run* aRun ) { + const Run* run = static_cast< const Run* >( aRun ); + if ( run == nullptr || run->GetNumberOfEvent() == 0 ) return; + if ( IsMaster() ) run->printInfo(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Layer/src/SteppingAction.cc b/examples/extended/hadronic/ParticleFluence/Layer/src/SteppingAction.cc new file mode 100755 index 0000000000..74eb74af39 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/src/SteppingAction.cc @@ -0,0 +1,232 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "SteppingAction.hh" +#include "G4Track.hh" +#include "G4Step.hh" +#include "G4ParticleDefinition.hh" +#include "G4ParticleTypes.hh" +#include "G4IonTable.hh" +#include "G4StepPoint.hh" +#include "G4VPhysicalVolume.hh" +#include "G4VTouchable.hh" +#include "G4TouchableHistory.hh" +#include "G4VSolid.hh" +#include "G4LossTableManager.hh" +#include "G4SystemOfUnits.hh" +#include "Run.hh" + +const std::array< G4String, SteppingAction::numberScoringVolumes > + SteppingAction::arrayScoringVolumeNames = { "downstream", "side", "upstream" }; + +const std::array< G4String, SteppingAction::numberKinematicRegions > + SteppingAction::arrayKinematicRegionNames = { "", "below 20 MeV", "above 20 MeV" }; + +const std::array< G4String, SteppingAction::numberParticleTypes > + SteppingAction::arrayParticleTypeNames = { "all", "electron", "gamma", "muon", "neutrino", + "pion", "neutron", "proton", "ion", "otherMeson", + "otherBaryon" }; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int SteppingAction::getIndex( const G4int iScoringVolume, const G4int iKinematicRegion, + const G4int iParticleType ) { + G4int index = -1; + if ( iScoringVolume >= 0 && iScoringVolume < numberScoringVolumes && + iKinematicRegion >= 0 && iKinematicRegion < numberKinematicRegions && + iParticleType >= 0 && iParticleType < numberParticleTypes ) { + index = iScoringVolume * numberKinematicRegions * numberParticleTypes + + iKinematicRegion * numberParticleTypes + + iParticleType; + } + return index; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::SteppingAction() :G4UserSteppingAction() { + initialize(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::~SteppingAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::initialize() { + // Initialization needed at the beginning of each Run + fPrimaryParticleId = 0; + fPrimaryParticleEnergy = 0.0; + fPrimaryParticleDirection = G4ThreeVector( 0.0, 0.0, 1.0 ); + fTargetMaterialName = ""; + fIsFirstStepOfTheEvent = true; + fIsFirstStepInTarget = true; + fIsFirstStepInScoringUpDown = true; + fIsFirstStepInScoringSide = true; + fCubicVolumeScoringUpDown = 1.0; + fCubicVolumeScoringSide = 1.0; + for ( G4int i = 0; i < numberCombinations; ++i ) { + fArraySumStepLengths[i] = 0.0; + } + /* + for ( G4int i = 0; i < numberCombinations; ++i ) fArraySumStepLengths[i] = 999.9; + G4cout << " numberCombinations=" << numberCombinations << G4endl; + for ( G4int i = 0; i < numberScoringVolumes; ++i ) { + for ( G4int j = 0; j < numberKinematicRegions; ++j ) { + for ( G4int k = 0; k < numberParticleTypes; ++k ) { + G4int index = getIndex( i, j, k ); + G4cout << "(i, j, k)=(" << i << ", " << j << ", " << k << ") ->" << index; + if ( fArraySumStepLengths[ index ] < 1.0 ) G4cout << " <=== REPEATED!"; + else fArraySumStepLengths[ index ] = 0.0; + G4cout << G4endl; + } + } + } + for ( G4int i = 0; i < numberCombinations; ++i ) { + if ( fArraySumStepLengths[i] > 999.0 ) G4cout << " i=" << i << " NOT COVERED !" << G4endl; + } + */ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::UserSteppingAction( const G4Step* theStep ) { + // Get information on the primary particle + if ( fIsFirstStepOfTheEvent ) { + if ( theStep->GetTrack()->GetParentID() == 0 ) { + fPrimaryParticleId = theStep->GetTrack()->GetDefinition()->GetPDGEncoding(); + fPrimaryParticleEnergy = theStep->GetPreStepPoint()->GetKineticEnergy(); + fPrimaryParticleDirection = theStep->GetPreStepPoint()->GetMomentumDirection(); + if ( fRunPtr ) { + fRunPtr->setPrimaryParticleId( fPrimaryParticleId ); + fRunPtr->setPrimaryParticleEnergy( fPrimaryParticleEnergy ); + fRunPtr->setPrimaryParticleDirection( fPrimaryParticleDirection ); + } + fIsFirstStepOfTheEvent = false; + } + } + // Get information on the target material + if ( fIsFirstStepInTarget && + theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiLayer" ) { + fTargetMaterialName = theStep->GetPreStepPoint()->GetMaterial()->GetName(); + if ( fRunPtr ) fRunPtr->setTargetMaterialName( fTargetMaterialName ); + fIsFirstStepInTarget = false; + } + // Get information on step lengths in the scoring volumes + G4int iScoringVolume = -1; + if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiScoringDownstream" ) { + iScoringVolume = 0; + if ( fIsFirstStepInScoringUpDown ) { + fCubicVolumeScoringUpDown = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringUpDown( fCubicVolumeScoringUpDown ); + fIsFirstStepInScoringUpDown = false; + } + } else if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiScoringSide" ) { + iScoringVolume = 1; + if ( fIsFirstStepInScoringSide ) { + fCubicVolumeScoringSide = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringSide( fCubicVolumeScoringSide ); + fIsFirstStepInScoringSide = false; + } + } else if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == + "physiScoringUpstream" ) { + iScoringVolume = 2; + if ( fIsFirstStepInScoringUpDown ) { + fCubicVolumeScoringUpDown = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringUpDown( fCubicVolumeScoringUpDown ); + fIsFirstStepInScoringUpDown = false; + } + } + if ( iScoringVolume >= 0 ) { + // In the case of the upstream scoring volume, consider only particles whose direction + // is opposite with respect to the primary particle (this is needed, in particular, + // for avoiding to account the incoming, primary beam particle in the "upstream" fluence). + if ( iScoringVolume == 2 && fPrimaryParticleDirection.dot( + theStep->GetPreStepPoint()->GetMomentumDirection() ) > 0.0 ) { + return; + } + G4double stepLength = theStep->GetTrack()->GetStepLength() * theStep->GetTrack()->GetWeight(); + G4int absPdg = theStep->GetTrack()->GetDefinition() == nullptr ? 0 : + std::abs( theStep->GetTrack()->GetDefinition()->GetPDGEncoding() ); + /* + G4cout << std::setprecision(6) + << theStep->GetTrack()->GetDefinition()->GetParticleName() << " absPdg=" << absPdg + << " Ekin[MeV]=" << theStep->GetPreStepPoint()->GetKineticEnergy() + << " (rho,z)[mm]=(" << theStep->GetTrack()->GetPosition().perp() + << "," << theStep->GetTrack()->GetPosition().z() << ")" + << " " << theStep->GetTrack()->GetVolume()->GetName() + << " " << theStep->GetTrack()->GetMaterial()->GetName() + << " L[mm]=" << stepLength << " " + << ( fPrimaryParticleDirection.dot( + theStep->GetPreStepPoint()->GetMomentumDirection() ) > 0.0 + ? "forward" : "backward" ) + << G4endl; + */ + // Three kinematical regions: [0] : any value ; [1] : below 20 MeV ; [2] : above 20 MeV + G4int iKinematicRegion = theStep->GetPreStepPoint()->GetKineticEnergy() < 20.0 ? 1 : 2; + G4int iParticleType = -1; + if ( absPdg == 11 ) iParticleType = 1; // electron (and positron) + else if ( absPdg == 22 ) iParticleType = 2; // gamma + else if ( absPdg == 13 ) iParticleType = 3; // muons (mu- and mu+) + else if ( absPdg == 12 || absPdg == 14 || absPdg == 16 ) iParticleType = 4; // neutrinos + //(and anti-neutrinos), all flavors + else if ( absPdg == 111 || absPdg == 211 ) iParticleType = 5; // (charged) pions + else if ( absPdg == 2112 ) iParticleType = 6; // neutron (and anti-neutron) + else if ( absPdg == 2212 ) iParticleType = 7; // proton (and anti-proton) + else if ( G4IonTable::IsIon( theStep->GetTrack()->GetDefinition() ) || // ions (and anti-ions) + G4IonTable::IsAntiIon( theStep->GetTrack()->GetDefinition() ) ) iParticleType = 8; + else if ( absPdg < 1000 ) iParticleType = 9; // other mesons (e.g. kaons) (Note: this works + // in most cases, but not always!) + else if ( absPdg > 1000 ) iParticleType = 10; // other baryons (e.g. hyperons, anti-hyperons, + // etc.) + // Consider the specific case : scoring volume, kinematic region and particle type + G4int index = getIndex( iScoringVolume, iKinematicRegion, iParticleType ); + fArraySumStepLengths[index] += stepLength; + // Consider the "all" particle case, with the same scoring volume and kinematic region + index = getIndex( iScoringVolume, iKinematicRegion, 0 ); + fArraySumStepLengths[index] += stepLength; + // Consider the "any" kinematic region case, with the same scoring volume and particle type + index = getIndex( iScoringVolume, 0, iParticleType ); + fArraySumStepLengths[index] += stepLength; + // Consider the "any" kinematic region and "all" particle, with the same scoring volume + index = getIndex( iScoringVolume, 0, 0 ); + fArraySumStepLengths[index] += stepLength; + if ( fRunPtr ) fRunPtr->setArray( fArraySumStepLengths ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Layer/w.g4 b/examples/extended/hadronic/ParticleFluence/Layer/w.g4 new file mode 100755 index 0000000000..f578a13cf0 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Layer/w.g4 @@ -0,0 +1,11 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_W +/mydet/thickness 100.0 cm +/mydet/diameter 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/README b/examples/extended/hadronic/ParticleFluence/README new file mode 100644 index 0000000000..01b0fc64f7 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/README @@ -0,0 +1,44 @@ + + ParticleFluence set-ups + ----------------------- + +Sphere +------ +This set-up consists of a full solid target sphere - whose radius and +material can be set via UI commands. +The primary particle is shot from the center of the target sphere +(along the z-axis direction by default). +As scoring volume, we use a thin spherical shell outside the target sphere. +The particle fluences are evaluated in the forward and backward hemispheres +(with respect to the primary particle direction). + +ConcentricSpheres +----------------- +Similar to the Sphere one, but with two larger solid target spherical shells +outside the first one, separated by some space filled up by G4_Galactic. +The dimensions of these three targets - which are meant as a simplified +proxy for, respectively, a Tracker (inner sphere), EM (electromagnetic) +calorimeter (middle spherical shell), and HAD (hadronic) calorimeter +(external spherical shell) - and their materials can be set via UI commands. +As scoring volumes, we use three thin spherical shells immediately outside +the inner target sphere and the two target spherical shells. +The particle fluences are evaluated in the forward and backward hemispheres +(with respect to the primary particle direction). + +Layer +----- +This set-up consists of a cylinder, with axis along the z-direction, whose +radius, length (i.e. thickness) and material can be set via UI commands. +The primary particle is shot by default along the z-axis, from behind +the target. +As scoring volumes, we use three thin cylindrical layers, filled up by +G4_Galactic, and placed downstream, upstream, and aside of the target +cylinder. + +Calo +---- +Similar to the Layer one, the target consists of a simplified cylindrical +hadronic calorimeter, whose properties - size, number of layers, sampling +fraction, active and absorber materials - can be set via UI commands. +Similarly to the Layer case, the the particle fluences are evaluated in the +downstream, upstream and aside positions. diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/.README.txt b/examples/extended/hadronic/ParticleFluence/Sphere/.README.txt new file mode 100644 index 0000000000..c6e16be9de --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/.README.txt @@ -0,0 +1,62 @@ +///\file "hadronic/ParticleFluence/Sphere/.README.txt" +///\brief Example ParticleFluence/Sphere README page + +/*! \page ExampeParticleFluenceSphere Example Sphere + +In this example, the particle fluence is evaluated for a very simple +set-up, consisting of one target solid sphere, at the center of which +a particle is shot (by default along the z-axis). + +The particle fluence is computed in two places: "forward" and "backward", +defined as the positions immediately after and before, respectively, of +the target with respect to the direction of the primary particle. + +The particle fluence is estimated by summing the track length in a +"scoring volume" - i.e. a thin hemisphere shell filled up with G4_Galactic +(very low density gas) material, immediately outside the target sphere - +and then dividing for the cubic volume of such scoring volume. + +The particle fluence is evaluated for the following 11 particle types: +- all +- electron + positron +- gamma +- muon- + muon+ +- neutrino (any flavour and including anti-neutrino) +- charged pions +- neutron + anti_neutron +- proton + anti_proton +- ion (and anti-ions) +- otherMeson (e.g. kaons, etc.) +- otherBaryon (e.g. hyperons, etc.) + +The particle fluence is evaluated for the following 3 kinematical ranges: +- any kinetic energy +- kinetic energy < 20 MeV +- kinetic energy > 20 MeV + +Look for the string "***LOOKHERE***" for those parameters/options that +are either hardwired in the code (i.e. not available via UI command), +or default values of UI commands. + +This example uses the physics list factory, therefore you can specify +the reference physics list you want to use via the PHYSLIST +environmental variable (by default, if you don't set it, the FTFP_BERT +physics list is used). + +To build this example: + + mkdir Build; cd Build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGeant4_DIR=/path-to-geant4-libraries ../. + make + +To run it: + + ./Sphere all_together.g4 + +which shoots 50 GeV pion- on different target materials, 100 events +in each run, and print out some information on the particle fluence +at the end of each run. +Other macros exist for specific materials. + +*/ diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/CMakeLists.txt b/examples/extended/hadronic/ParticleFluence/Sphere/CMakeLists.txt new file mode 100644 index 0000000000..12987a18bc --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/CMakeLists.txt @@ -0,0 +1,65 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(Sphere) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# Locate sources and headers for this project + # +include_directories(${PROJECT_SOURCE_DIR}/include + ${Geant4_INCLUDE_DIR}) +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(Sphere Sphere.cc ${sources} ${headers}) +target_link_libraries(Sphere ${Geant4_LIBRARIES} ) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, so that we can run the executable +# directly there. +# +set(Sphere_SCRIPTS + all_together.g4 + polystyrene.g4 + graphite.g4 + si.g4 + lar.g4 + fe.g4 + cu.g4 + w.g4 + pb.g4 + pbwo4.g4 + ) + +foreach(_script ${Sphere_SCRIPTS}) + configure_file( + ${PROJECT_SOURCE_DIR}/${_script} + ${PROJECT_BINARY_DIR}/${_script} + COPYONLY + ) +endforeach() + +#---------------------------------------------------------------------------- +# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX +# +install(TARGETS Sphere DESTINATION bin) diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/GNUmakefile b/examples/extended/hadronic/ParticleFluence/Sphere/GNUmakefile new file mode 100755 index 0000000000..6dc9ab0fcb --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/GNUmakefile @@ -0,0 +1,11 @@ +name := Sphere +G4TARGET := $(name) +G4EXLIB := true + +include $(G4INSTALL)/config/architecture.gmk + +.PHONY: all + +all: lib bin + +include $(G4INSTALL)/config/binmake.gmk diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/History b/examples/extended/hadronic/ParticleFluence/Sphere/History new file mode 100644 index 0000000000..35fa7144f3 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/History @@ -0,0 +1,10 @@ +# Example ParticleFluence History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-06-10 Alberto Ribon (exhadrParticleFluenceSphere-V11-00-00) +- Created the Sphere variant of the ParticleFluence example. + diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/README b/examples/extended/hadronic/ParticleFluence/Sphere/README new file mode 100644 index 0000000000..e6fdd3649a --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/README @@ -0,0 +1,55 @@ +In this example, the particle fluence is evaluated for a very simple +set-up, consisting of one target solid sphere, at the center of which +a particle is shot (by default along the z-axis). + +The particle fluence is computed in two places: "forward" and "backward", +defined as the positions immediately after and before, respectively, of +the target with respect to the direction of the primary particle. + +The particle fluence is estimated by summing the track length in a +"scoring volume" - i.e. a thin hemisphere shell filled up with G4_Galactic +(very low density gas) material, immediately outside the target sphere - +and then dividing for the cubic volume of such scoring volume. + +The particle fluence is evaluated for the following 11 particle types: +- all +- electron + positron +- gamma +- muon- + muon+ +- neutrino (any flavour and including anti-neutrino) +- charged pions +- neutron + anti_neutron +- proton + anti_proton +- ion (and anti-ions) +- otherMeson (e.g. kaons, etc.) +- otherBaryon (e.g. hyperons, etc.) + +The particle fluence is evaluated for the following 3 kinematical ranges: +- any kinetic energy +- kinetic energy < 20 MeV +- kinetic energy > 20 MeV + +Look for the string "***LOOKHERE***" for those parameters/options that +are either hardwired in the code (i.e. not available via UI command), +or default values of UI commands. + +This example uses the physics list factory, therefore you can specify +the reference physics list you want to use via the PHYSLIST +environmental variable (by default, if you don't set it, the FTFP_BERT +physics list is used). + +To build this example: + + mkdir Build; cd Build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGeant4_DIR=/path-to-geant4-libraries ../. + make + +To run it: + + ./Sphere all_together.g4 + +which shoots 50 GeV pion- on different target materials, 100 events +in each run, and print out some information on the particle fluence +at the end of each run. +Other macros exist for specific materials. diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.cc b/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.cc new file mode 100755 index 0000000000..8a08d5ceef --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.cc @@ -0,0 +1,70 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Sphere.cc +/// \brief Main program of the hadronic/ParticleFluence/Sphere example +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "G4Threading.hh" +#include "G4RunManagerFactory.hh" +#include "G4UImanager.hh" +#include "G4PhysListFactory.hh" +#include "DetectorConstruction.hh" +#include "ActionInitialization.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int main(int argc,char** argv) { + + auto* runManager = G4RunManagerFactory::CreateRunManager(); + + DetectorConstruction* pDetectorInstance = new DetectorConstruction; + runManager->SetUserInitialization( pDetectorInstance ); + + // Physics list factory: use the PHYSLIST environmental variable. + G4PhysListFactory factory; + G4VModularPhysicsList* thePL = factory.ReferencePhysList(); + + runManager->SetUserInitialization( thePL ); + runManager->SetUserInitialization( new ActionInitialization ); + + G4UImanager* UI = G4UImanager::GetUIpointer(); + if ( argc==1 ) { // Define UI session for interactive mode. + } else { // Batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UI->ApplyCommand(command+fileName); + } + + // job termination + delete runManager; + return 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/all_together.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/all_together.g4 new file mode 100755 index 0000000000..4b17592e02 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/all_together.g4 @@ -0,0 +1,53 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +# +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +# +/mydet/material G4_POLYSTYRENE +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_GRAPHITE +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_Si +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_lAr +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_Fe +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_Cu +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_W +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_Pb +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 +# +/mydet/material G4_PbWO4 +/mydet/radius 100.0 cm +/mydet/update +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/cu.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/cu.g4 new file mode 100755 index 0000000000..3c6632fa27 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/cu.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_Cu +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/fe.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/fe.g4 new file mode 100755 index 0000000000..6f9ece5ae2 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/fe.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_Fe +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/graphite.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/graphite.g4 new file mode 100755 index 0000000000..24b6deb016 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/graphite.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_GRAPHITE +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/include/ActionInitialization.hh b/examples/extended/hadronic/ParticleFluence/Sphere/include/ActionInitialization.hh new file mode 100644 index 0000000000..cad9857858 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/include/ActionInitialization.hh @@ -0,0 +1,51 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.hh +/// \brief Definition of the ActionInitialization class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef ActionInitialization_h +#define ActionInitialization_h 1 + +#include "G4VUserActionInitialization.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ActionInitialization : public G4VUserActionInitialization { + public: + ActionInitialization(); + virtual ~ActionInitialization(); + virtual void BuildForMaster() const override; + virtual void Build() const override; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/include/DetectorConstruction.hh b/examples/extended/hadronic/ParticleFluence/Sphere/include/DetectorConstruction.hh new file mode 100755 index 0000000000..01ffca875d --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/include/DetectorConstruction.hh @@ -0,0 +1,87 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.hh +/// \brief Definition of the DetectorConstruction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorConstruction_H +#define DetectorConstruction_H 1 + +#include "G4VUserDetectorConstruction.hh" +#include "globals.hh" + +class G4LogicalVolume; +class G4VPhysicalVolume; +class G4Material; +class DetectorMessenger; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorConstruction : public G4VUserDetectorConstruction { + public: + DetectorConstruction(); + ~DetectorConstruction(); + G4VPhysicalVolume* Construct(); + void SetMaterial( const G4String name ); + inline G4Material* GetMaterial() const; + inline void SetRadius( const G4double value ); + inline G4double GetRadius() const; + void UpdateGeometry(); + private: + G4VPhysicalVolume* ConstructSphere(); // To be invoked each time the geometry needs + // to be updated + void PrintParameters(); + G4Material* fMaterial; + G4LogicalVolume* fExperimentalHall_log; + G4VPhysicalVolume* fExperimentalHall_phys; + G4LogicalVolume* fLogicSphere; + G4VPhysicalVolume* fPhysiSphere; + G4LogicalVolume* fLogicScoringShell; + G4VPhysicalVolume* fPhysiScoringShell; + DetectorMessenger* fDetectorMessenger; + G4double fRadius; + const G4double fScoringThickness = 10.0; //***LOOKHERE*** thickness of the scoring shell +}; + +inline G4Material* DetectorConstruction::GetMaterial() const { + return fMaterial; +} + +inline void DetectorConstruction::SetRadius( const G4double value ) { + fRadius = value; +} + +inline G4double DetectorConstruction::GetRadius() const { + return fRadius; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/include/DetectorMessenger.hh b/examples/extended/hadronic/ParticleFluence/Sphere/include/DetectorMessenger.hh new file mode 100755 index 0000000000..bfe2aa511c --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/include/DetectorMessenger.hh @@ -0,0 +1,63 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.hh +/// \brief Definition of the DetectorMessenger class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorMessenger_h +#define DetectorMessenger_h 1 + +#include "globals.hh" +#include "G4UImessenger.hh" + +class DetectorConstruction; +class G4UIdirectory; +class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWithAString; +class G4UIcmdWithoutParameter; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorMessenger: public G4UImessenger { + public: + DetectorMessenger( DetectorConstruction* ); + ~DetectorMessenger(); + void SetNewValue( G4UIcommand*, G4String ) override; + private: + DetectorConstruction* fDetector; + G4UIdirectory* fDetectorDir; + G4UIcmdWithAString* fMaterial; + G4UIcmdWithADoubleAndUnit* fRadius; + G4UIcmdWithoutParameter* fUpdateCommand; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/include/PrimaryGeneratorAction.hh b/examples/extended/hadronic/ParticleFluence/Sphere/include/PrimaryGeneratorAction.hh new file mode 100755 index 0000000000..1b8a2d8775 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/include/PrimaryGeneratorAction.hh @@ -0,0 +1,56 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the PrimaryGeneratorAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef PrimaryGeneratorAction_h +#define PrimaryGeneratorAction_h 1 + +#include "G4VUserPrimaryGeneratorAction.hh" + +class G4ParticleGun; +class G4Event; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction { + public: + PrimaryGeneratorAction(); + ~PrimaryGeneratorAction(); + void GeneratePrimaries( G4Event* anEvent ) override; + void SetGunPosition() const; + private: + G4ParticleGun* fParticleGun; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/include/Run.hh b/examples/extended/hadronic/ParticleFluence/Sphere/include/Run.hh new file mode 100644 index 0000000000..609d4e2530 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/include/Run.hh @@ -0,0 +1,104 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Run.hh +/// \brief Definition of the Run class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef Run_h +#define Run_h 1 + +#include "G4Run.hh" +#include "G4ThreeVector.hh" +#include "SteppingAction.hh" +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class Run : public G4Run { + // This class accumulates relevant quantities related to particle fluence collected during + // the run. + // ( Note: these information are provided via calls of accessor methods of this Run class + // made by SteppingAction::UserSteppingAction. ) + // At the end of a run, the printInfo method is called by the run-action to print out + // some summary information about these quantities. + // In multithreaded (MT) mode, an object of this class is filled up for each working thread, + // and then merged (automatically by the Geant4 kernel) into another object (of this class) + // owned by the master class; the printInfo method is then called only for the latter run + // object. + // Note that, for simplicity and brevity, we avoid histograms and print-out instead some + // statistics (compute by ourself) at the end of the run. + public: + Run(); + ~Run(); + + virtual void RecordEvent( const G4Event* anEvent ) override; + // This method is called automatically by the Geant4 kernel (not by the user!) at the end + // of each event. In the case of multithreaded mode, it is called only for the working thread + // that handled that event. + + virtual void Merge( const G4Run* aRun ) override; + // This method is called automatically by the Geant4 kernel (not by the user!) only in the + // case of multithreaded mode and only for working threads. + + void printInfo() const; + // This method is called by RunAction::EndOfRunAction : in the case of multithreaded mode, + // only the master thread calls it. + + void setPrimaryParticleId( const G4int inputValue ) { fPrimaryParticleId = inputValue; } + void setPrimaryParticleEnergy( const G4double inputValue ) + { fPrimaryParticleEnergy = inputValue; } + void setPrimaryParticleDirection( const G4ThreeVector &inputValue ) + { fPrimaryParticleDirection = inputValue; } + void setTargetMaterialName( const G4String &inputValue ) { fTargetMaterialName = inputValue; } + void setCubicVolumeScoringShell( const G4double inputValue ) + { fCubicVolumeScoringShell = inputValue; } + G4int getPrimaryParticleId() const { return fPrimaryParticleId; } + G4double getPrimaryParticleEnergy() const { return fPrimaryParticleEnergy; } + G4ThreeVector getPrimaryParticleDirection() const { return fPrimaryParticleDirection; } + G4String getTargetMaterialName() const { return fTargetMaterialName; } + G4double getCubicVolumeScoringShell() const { return fCubicVolumeScoringShell; } + void setArray( const std::array< G4double, SteppingAction::numberCombinations >& inputArray ); + std::array< G4double, SteppingAction::numberCombinations > getArray() const { return fArray; } + // Accessor methods useful to transfer information collected by the stepping-action + // into this Run class + + private: + G4int fNumEvents; + G4int fPrimaryParticleId; + G4double fPrimaryParticleEnergy; + G4ThreeVector fPrimaryParticleDirection; + G4String fTargetMaterialName; + G4double fCubicVolumeScoringShell; + std::array< G4double, SteppingAction::numberCombinations > fArray; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/include/RunAction.hh b/examples/extended/hadronic/ParticleFluence/Sphere/include/RunAction.hh new file mode 100755 index 0000000000..0d4291f5c8 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/include/RunAction.hh @@ -0,0 +1,57 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.hh +/// \brief Definition of the RunAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef RunAction_h +#define RunAction_h + +#include "G4UserRunAction.hh" + +class G4Run; +class SteppingAction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class RunAction: public G4UserRunAction { + public: + RunAction( SteppingAction* steppingAction = nullptr ); + virtual ~RunAction(); + virtual void BeginOfRunAction( const G4Run* aRun ) override; + virtual void EndOfRunAction( const G4Run* aRun ) override; + virtual G4Run* GenerateRun() override; + private: + SteppingAction* fSteppingAction; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/include/SteppingAction.hh b/examples/extended/hadronic/ParticleFluence/Sphere/include/SteppingAction.hh new file mode 100755 index 0000000000..ffccfe821b --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/include/SteppingAction.hh @@ -0,0 +1,108 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.hh +/// \brief Definition of the SteppingAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef SteppingAction_H +#define SteppingAction_H 1 + +#include "globals.hh" +#include "G4UserSteppingAction.hh" +#include "G4ThreeVector.hh" +#include + +class Run; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class SteppingAction : public G4UserSteppingAction { + public: + SteppingAction(); + virtual ~SteppingAction(); + + virtual void UserSteppingAction( const G4Step* ) override; + // This is the main method where the step lengths of particles inside + // the scoring shell are collected, and then the corresponding fluences + // are filled up in the Run object where they are stored (and then + // printed out at the end of the Run). + // (For simplicity and brevity, we avoid histograms and compute instead + // some statistics ourself, which will be print-out at the end of the run.) + + void initialize(); + // This method is called by RunAction::BeginOfRunAction for the + // initialization of the stepping-action at the beginning of each Run. + // This is necessary because different runs can have different primary particle + // types, kinetic energies, and detector configurations. + + void setRunPointer( Run* inputValue = nullptr ) { fRunPtr = inputValue; } + // This method is called by RunAction::BeginOfRunAction for providing to the + // stepping-action the pointer to the run object at the beginning of each Run. + // This pointer is then used to pass the information collected by the stepping-action + // to the run object. + + G4double getCubicVolumeScoringShell() const { return fCubicVolumeScoringShell; } + // The cubic-volume of the scoring shell is needed to get the fluence from the + // sum of step lengths inside that scoring shell. + + static const G4int numberKinematicRegions = 3; // all, below 20 MeV, above 20 MeV + static const G4int numberScoringPositions = 2; // forward, backward (hemisphere with + // respect to the primary particle direction) + static const G4int numberParticleTypes = 11; // all, e, gamma, mu, nu, pi, n, p, ions, + // other-mesons, other-baryons + static const G4int numberCombinations = + numberKinematicRegions*numberScoringPositions*numberParticleTypes; + static const std::array< G4String, numberKinematicRegions > arrayKinematicRegionNames; + static const std::array< G4String, numberScoringPositions > arrayScoringPositionNames; + static const std::array< G4String, numberParticleTypes > arrayParticleTypeNames; + static G4int getIndex( const G4int iKinematicRegion, const G4int iScoringPosition, + const G4int iParticleType ); + + private: + Run* fRunPtr; // Pointer to the Run object + G4int fPrimaryParticleId; + G4double fPrimaryParticleEnergy; + G4ThreeVector fPrimaryParticleDirection; + G4String fTargetMaterialName; + G4bool fIsFirstStepOfTheEvent; + G4bool fIsFirstStepInTarget; + G4bool fIsFirstStepInScoringShell; + G4double fCubicVolumeScoringShell; + + std::array< G4double, numberCombinations > fArraySumStepLengths; + // Array to collect the sum of step lengths in the scoring shell for the whole run, + // according to the various cases (kinematical region, scoring position and particle type). + // Note that the fluence in a scoring volume is defined as sum of step lengths + // in that scoring volume divided by the cubic-volume of that scoring volume. +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/lar.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/lar.g4 new file mode 100755 index 0000000000..f75a471ca2 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/lar.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_lAr +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/pb.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/pb.g4 new file mode 100755 index 0000000000..26b9391743 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/pb.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_Pb +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/pbwo4.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/pbwo4.g4 new file mode 100755 index 0000000000..97416d283f --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/pbwo4.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_PbWO4 +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/polystyrene.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/polystyrene.g4 new file mode 100755 index 0000000000..2881ae5b8e --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/polystyrene.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_POLYSTYRENE +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/si.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/si.g4 new file mode 100755 index 0000000000..3ed537d9ca --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/si.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_Si +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/src/ActionInitialization.cc b/examples/extended/hadronic/ParticleFluence/Sphere/src/ActionInitialization.cc new file mode 100644 index 0000000000..7d681a8036 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/src/ActionInitialization.cc @@ -0,0 +1,65 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "RunAction.hh" +#include "SteppingAction.hh" +#include "Run.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::ActionInitialization() : G4VUserActionInitialization() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::~ActionInitialization() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::BuildForMaster() const { + // This is NOT called in SEQ-mode, while in the MT-mode is called only for the Master thread. + SetUserAction( new RunAction ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::Build() const { + // This is called in the SEQ-mode and in the MT-mode only for Worker threads. + SetUserAction( new PrimaryGeneratorAction ); + SteppingAction* steppingAction = new SteppingAction; + SetUserAction( steppingAction ); + SetUserAction( new RunAction( steppingAction ) ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/src/DetectorConstruction.cc b/examples/extended/hadronic/ParticleFluence/Sphere/src/DetectorConstruction.cc new file mode 100755 index 0000000000..88312f8ef3 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/src/DetectorConstruction.cc @@ -0,0 +1,219 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" +#include "DetectorMessenger.hh" +#include "PrimaryGeneratorAction.hh" +#include "G4Material.hh" +#include "G4NistManager.hh" +#include "G4Box.hh" +#include "G4Orb.hh" +#include "G4Sphere.hh" +#include "G4LogicalVolume.hh" +#include "G4ThreeVector.hh" +#include "G4PVPlacement.hh" +#include "globals.hh" +#include "G4GeometryManager.hh" +#include "G4PhysicalVolumeStore.hh" +#include "G4LogicalVolumeStore.hh" +#include "G4SolidStore.hh" +#include "G4RunManager.hh" +#include "G4SystemOfUnits.hh" +#include "G4PhysicalConstants.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() : + fMaterial( nullptr ), + fExperimentalHall_log( nullptr ), fExperimentalHall_phys( nullptr ), + fLogicSphere( nullptr ), fPhysiSphere( nullptr ), + fLogicScoringShell( nullptr ), fPhysiScoringShell( nullptr ), + fDetectorMessenger( nullptr ), + fRadius( 1.0*CLHEP::m ) //***LOOKHERE*** Default values +{ + //G4cout << " BEGIN DetectorConstruction::DetectorConstruction()" << G4endl; + fMaterial = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Fe" ); //***LOOKHERE*** + // Default material + fDetectorMessenger = new DetectorMessenger( this ); + //G4cout << " END DetectorConstruction::DetectorConstruction()" << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::~DetectorConstruction() { + delete fDetectorMessenger; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() { + //G4cout << " BEGIN DetectorConstruction::Construct()" << G4endl; + return ConstructSphere(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::ConstructSphere() { + //G4cout << " BEGIN DetectorConstruction::ConstructSphere()" << G4endl; + + // Clean old geometry, if any. + G4GeometryManager::GetInstance()->OpenGeometry(); + + G4PhysicalVolumeStore::GetInstance()->Clean(); + G4LogicalVolumeStore::GetInstance()->Clean(); + G4SolidStore::GetInstance()->Clean(); + + // The target is a full solid sphere (G4Orb), positioned at the center, (0.0, 0.0, 0.0). + // The world volume (experimental hall) is a box 10% bigger than the sphere + // and it is filled of "G4_Galactic" material. + + G4double expHall_x = 1.1*fRadius; // half dimension along x + G4double expHall_y = 1.1*fRadius; // half dimension along y + G4double expHall_z = 1.1*fRadius; // half dimension along z + + G4Material* vacuum = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Galactic" ); + + // Experimental hall + G4Box* experimentalHall_box = new G4Box( "expHall_box", expHall_x, expHall_y, expHall_z ); + fExperimentalHall_log = new G4LogicalVolume( experimentalHall_box, // solid + vacuum, // material + "expHall_log", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fExperimentalHall_phys = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "expHall", // name + fExperimentalHall_log, // logical volume + 0, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // Target sphere + G4Orb* solidSphere = new G4Orb( "solidSphere", // name + fRadius ); // outer radius + fLogicSphere = new G4LogicalVolume( solidSphere, // solid + fMaterial, // material + "logicSphere", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fPhysiSphere = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiSphere", // name + fLogicSphere, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + // Scoring shell (a thin vacuum layer, immediately outside the target sphere) + G4Sphere* solidScoringShell = new G4Sphere( "solidScoringShell", // name + fRadius, // Inner radius (the radius + // of the target sphere) + fRadius + fScoringThickness, // Outer radius + 0.0, // Starting Phi angle of the + // segment in radians + 2.0*CLHEP::pi, // Delta Phi angle of the + // segment in radians + 0.0, // Starting Theta angle of + // the segment in radians + CLHEP::pi ); // Delta Theta angle of the + // segment in radians + fLogicScoringShell = new G4LogicalVolume( solidScoringShell, // solid + vacuum, // material + "logicScoringShell", // name + 0, // field manager + 0, // sensitive detector + 0 ); // user limits + fPhysiScoringShell = new G4PVPlacement( 0, // rotation + G4ThreeVector(), // translation + "physiScoringShell", // name + fLogicScoringShell, // logical volume + fExperimentalHall_phys, // mother physical volume + false, // boolean operation + 0 ); // copy number + + G4cout << G4endl + << "DetectorConstruction::ConstructSphere() : " << G4endl + << "\t World (box) size: " << G4endl + << "\t \t x : -/+ " << expHall_x << " mm ;" + << "\t y : -/+ " << expHall_y << " mm ;" + << "\t z : -/+ " << expHall_z << " mm ;" << G4endl + << G4endl << G4endl; + + //G4cout << " END DetectorConstruction::ConstructSphere() + + return fExperimentalHall_phys; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetMaterial( const G4String name ) { + fMaterial = G4NistManager::Instance()->FindOrBuildMaterial( name ); + if ( fMaterial == nullptr ) { + G4cout << G4endl << G4endl + << "WARNING: the name of the material has not been recognized!" << G4endl + << " ===> the default * G4_Fe * will be used." + << G4endl << G4endl; + fMaterial = G4NistManager::Instance()->FindOrBuildMaterial( "G4_Fe" ); + } + if ( fLogicSphere ) fLogicSphere->SetMaterial( fMaterial ); + //G4cout << " Absorber Material = " << logicSphere->GetMaterial()->GetName() << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::UpdateGeometry() { + //G4cout << " BEGIN DetectorConstruction::UpdateGeometry" << G4endl; + G4RunManager::GetRunManager()->ReinitializeGeometry(); + PrintParameters(); + // Update also the position of the gun + const PrimaryGeneratorAction* pPrimaryAction = dynamic_cast< const PrimaryGeneratorAction* > + ( G4RunManager::GetRunManager()->GetUserPrimaryGeneratorAction() ); + if ( pPrimaryAction ) pPrimaryAction->SetGunPosition(); + //G4cout << " END DetectorConstruction::UpdateGeometry" << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::PrintParameters() { + G4cout << G4endl << G4endl + << " ------ DetectorConstruction::PrintParameters() ------ " << G4endl + << " Material = " << fMaterial->GetName() << G4endl + << " Radius = " << fRadius << " mm" << G4endl + << " ScoringThickness = " << fScoringThickness << " mm" << G4endl + << " -------------------------------------------------------- " + << G4endl << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/src/DetectorMessenger.cc b/examples/extended/hadronic/ParticleFluence/Sphere/src/DetectorMessenger.cc new file mode 100755 index 0000000000..0023ab7ef9 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/src/DetectorMessenger.cc @@ -0,0 +1,91 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.cc +/// \brief Implementation of the DetectorMessenger class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorMessenger.hh" +#include "DetectorConstruction.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithoutParameter.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::DetectorMessenger( DetectorConstruction* myDet ) : fDetector( myDet ) { + fDetectorDir = new G4UIdirectory( "/mydet/" ); + fDetectorDir->SetGuidance( "Detector control." ); + + fMaterial = new G4UIcmdWithAString( "/mydet/material", this ); + fMaterial->SetGuidance( "Choice of the material:" ); + fMaterial->SetGuidance( " a Geant4 NIST material, e.g. G4_Fe " ); + fMaterial->SetParameterName( "choiceMaterial", true ); + fMaterial->SetDefaultValue( "G4_Fe" ); + fMaterial->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fRadius = new G4UIcmdWithADoubleAndUnit( "/mydet/radius", this ); + fRadius->SetParameterName( "choiceRadius", true ); + fRadius->SetGuidance( "Target sphere radius" ); + fRadius->SetDefaultValue( 1000.0 ); // default: 1 meter. + fRadius->AvailableForStates( G4State_PreInit, G4State_Idle ); + + fUpdateCommand = new G4UIcmdWithoutParameter( "/mydet/update", this); + fUpdateCommand->SetGuidance( "Update geometry." ); + fUpdateCommand->SetGuidance( "This command MUST be applied before \"beamOn\" " ); + fUpdateCommand->SetGuidance( "if you changed geometrical value(s)." ); + fUpdateCommand->AvailableForStates( G4State_Idle ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::~DetectorMessenger() { + delete fDetectorDir; + delete fMaterial; + delete fRadius; + delete fUpdateCommand; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorMessenger::SetNewValue( G4UIcommand* command, G4String newValue ) { + if ( command == fMaterial ) { + fDetector->SetMaterial( newValue ); + } + if ( command == fRadius ) { + fDetector->SetRadius( fRadius->GetNewDoubleValue( newValue ) ); + } + if ( command == fUpdateCommand ) { + fDetector->UpdateGeometry(); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/src/PrimaryGeneratorAction.cc b/examples/extended/hadronic/ParticleFluence/Sphere/src/PrimaryGeneratorAction.cc new file mode 100755 index 0000000000..291a669c52 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/src/PrimaryGeneratorAction.cc @@ -0,0 +1,76 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "PrimaryGeneratorAction.hh" +#include "G4Event.hh" +#include "G4ParticleGun.hh" +#include "G4ParticleTable.hh" +#include "G4ParticleDefinition.hh" +#include "globals.hh" +#include "G4SystemOfUnits.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::PrimaryGeneratorAction() : G4VUserPrimaryGeneratorAction(), + fParticleGun( nullptr ) { + G4int n_particle = 1; + fParticleGun = new G4ParticleGun( n_particle ); + G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); + //***LOOKHERE*** Default particle and energy + fParticleGun->SetParticleDefinition( particleTable->FindParticle( "geantino" ) ); + fParticleGun->SetParticleEnergy( 10.0*GeV ); + SetGunPosition(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() { + delete fParticleGun; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::SetGunPosition() const { + // Shoot the particle from the center of the sphere + fParticleGun->SetParticlePosition( G4ThreeVector( 0.0, 0.0, 0.0 ) ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries( G4Event* anEvent ) { + G4ThreeVector v( 0.0, 0.0, 1.0 ); //***LOOKHERE*** default shoot along the z-axis + fParticleGun->SetParticleMomentumDirection( v ); + fParticleGun->GeneratePrimaryVertex( anEvent ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/src/Run.cc b/examples/extended/hadronic/ParticleFluence/Sphere/src/Run.cc new file mode 100644 index 0000000000..2c2c23d9be --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/src/Run.cc @@ -0,0 +1,130 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file Run.cc +/// \brief Implementation of the Run class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "Run.hh" +#include "G4SystemOfUnits.hh" +#include "G4Run.hh" +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +Run::Run() : G4Run(), fNumEvents( 0 ), + fPrimaryParticleId( 0 ), fPrimaryParticleEnergy( 0.0 ), + fPrimaryParticleDirection( G4ThreeVector( 0.0, 0.0, 0.0 ) ), + fTargetMaterialName( "" ), fCubicVolumeScoringShell( 1.0 ) +{ + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) fArray[i] = 0.0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +Run::~Run() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::RecordEvent( const G4Event* anEvent ) { + // This method is called automatically by the Geant4 kernel (not by the user!) at the end + // of each event : in MT-mode, it is called only for the working thread that handled the event. + G4int nEvt = anEvent->GetEventID(); + if ( nEvt % 10 == 0 ) G4cout << " Event#=" << nEvt << G4endl; + G4Run::RecordEvent( anEvent ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::Merge( const G4Run* aRun ) { + // This method is called automatically by the Geant4 kernel (not by the user!) only in the case + // of multithreaded mode and only for working threads. + const Run* localRun = static_cast< const Run* >( aRun ); + fPrimaryParticleId = localRun->getPrimaryParticleId(); + fPrimaryParticleEnergy = localRun->getPrimaryParticleEnergy(); + fPrimaryParticleDirection = localRun->getPrimaryParticleDirection(); + fTargetMaterialName = localRun->getTargetMaterialName(); + fCubicVolumeScoringShell = localRun->getCubicVolumeScoringShell(); + fNumEvents += localRun->GetNumberOfEvent(); + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) { + fArray[i] += localRun->getArray()[i]; + } + G4Run::Merge( aRun ); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::printInfo() const { + // This method is called by RunAction::EndOfRunAction. In MT-mode, only the master thread + // calls it. + const G4double floatingNumberOfEvents = + std::max( 1.0, fNumEvents > 0 ? fNumEvents*1.0 : GetNumberOfEvent()*1.0 ); + // The fluence in the scoring shell is defined as sum of step lengths in that shell + // divided by the cubic-volume of that scoring shell. + const G4double conversionFactor = CLHEP::cm * CLHEP::cm; // From mm^-2 to cm^-2 + const G4double factor = + conversionFactor / ( 0.5*fCubicVolumeScoringShell*floatingNumberOfEvents ); + G4cout << std::setprecision(6) << G4endl << G4endl + << " =============== Run::printInfo() =============== \t RunID = " << GetRunID() + << G4endl + << " Primary particle PDG code = " << fPrimaryParticleId << G4endl + << " Primary particle kinetic energy = " << fPrimaryParticleEnergy / CLHEP::GeV + << " GeV" << G4endl + << " Primary particle direction = " << fPrimaryParticleDirection << G4endl + << " Target material = " << fTargetMaterialName << G4endl + << " Cubic-volume scoring shell = " << fCubicVolumeScoringShell << " mm^3" << G4endl + << " Number of events = " << floatingNumberOfEvents << G4endl + << " Conversion factor: fluence from mm^-2 to cm^-2 = " << conversionFactor << G4endl + << " Particle fluence in unit of cm^-2 :" << G4endl; + for ( G4int i = 0; i < SteppingAction::numberKinematicRegions; ++i ) { + for ( G4int j = 0; j < SteppingAction::numberScoringPositions; ++j ) { + for ( G4int k = 0; k < SteppingAction::numberParticleTypes; ++k ) { + G4int index = SteppingAction::getIndex( i, j, k ); + //G4cout << "(i, j, k )=(" << i << ", " << j << ", " << k << ") ->" << index; + G4cout << " case=" << std::setw(3) << index + << " " << std::setw(12) << SteppingAction::arrayKinematicRegionNames[i] + << " " << std::setw(12) << SteppingAction::arrayScoringPositionNames[j] + << " " << std::setw(12) << SteppingAction::arrayParticleTypeNames[k] + << " " << factor*fArray[index] << G4endl; + } + } + } + G4cout << " ============================================================= " << G4endl << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void Run::setArray( const std::array< G4double, + SteppingAction::numberCombinations >& inputArray ) { + for ( G4int i = 0; i < SteppingAction::numberCombinations; ++i ) { + fArray[i] = inputArray[i]; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/src/RunAction.cc b/examples/extended/hadronic/ParticleFluence/Sphere/src/RunAction.cc new file mode 100755 index 0000000000..99542cd18e --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/src/RunAction.cc @@ -0,0 +1,75 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.cc +/// \brief Implementation of the RunAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "RunAction.hh" +#include "globals.hh" +#include "G4Run.hh" +#include "Run.hh" +#include "SteppingAction.hh" +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::RunAction( SteppingAction* steppingAction ) : + G4UserRunAction(), fSteppingAction( steppingAction ) {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::~RunAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4Run* RunAction::GenerateRun() { + return new Run; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::BeginOfRunAction( const G4Run* aRun ) { + G4cout << "### Run " << aRun->GetRunID() << " starts." << G4endl; + if ( fSteppingAction ) { + fSteppingAction->initialize(); + Run* run = const_cast< Run* >( static_cast< const Run* >( aRun ) ); + if ( run != nullptr ) fSteppingAction->setRunPointer( run ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::EndOfRunAction( const G4Run* aRun ) { + const Run* run = static_cast< const Run* >( aRun ); + if ( run == nullptr || run->GetNumberOfEvent() == 0 ) return; + if ( IsMaster() ) run->printInfo(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/src/SteppingAction.cc b/examples/extended/hadronic/ParticleFluence/Sphere/src/SteppingAction.cc new file mode 100755 index 0000000000..25dea61dc2 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/src/SteppingAction.cc @@ -0,0 +1,203 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "SteppingAction.hh" +#include "G4Track.hh" +#include "G4Step.hh" +#include "G4ParticleDefinition.hh" +#include "G4ParticleTypes.hh" +#include "G4IonTable.hh" +#include "G4StepPoint.hh" +#include "G4VPhysicalVolume.hh" +#include "G4VTouchable.hh" +#include "G4TouchableHistory.hh" +#include "G4VSolid.hh" +#include "G4LossTableManager.hh" +#include "G4SystemOfUnits.hh" +#include "Run.hh" + +const std::array< G4String, SteppingAction::numberKinematicRegions > +SteppingAction::arrayKinematicRegionNames = { "", "below 20 MeV", "above 20 MeV" }; + +const std::array< G4String, SteppingAction::numberScoringPositions > +SteppingAction::arrayScoringPositionNames = { "forward", "backward" }; + +const std::array< G4String, SteppingAction::numberParticleTypes > +SteppingAction::arrayParticleTypeNames = { "all", "electron", "gamma", "muon", "neutrino", + "pion", "neutron", "proton", "ion", "otherMeson", + "otherBaryon" }; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int SteppingAction::getIndex( const G4int iKinematicRegion, const G4int iScoringPosition, + const G4int iParticleType ) { + G4int index = -1; + if ( iKinematicRegion >= 0 && iKinematicRegion < numberKinematicRegions && + iScoringPosition >= 0 && iScoringPosition < numberScoringPositions && + iParticleType >= 0 && iParticleType < numberParticleTypes ) { + index = iKinematicRegion * numberScoringPositions * numberParticleTypes + + iScoringPosition * numberParticleTypes + + iParticleType; + } + return index; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::SteppingAction() :G4UserSteppingAction() { + initialize(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::~SteppingAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::initialize() { + // Initialization needed at the beginning of each Run + fPrimaryParticleId = 0; + fPrimaryParticleEnergy = 0.0; + fPrimaryParticleDirection = G4ThreeVector( 0.0, 0.0, 1.0 ); + fTargetMaterialName = ""; + fIsFirstStepOfTheEvent = true; + fIsFirstStepInTarget = true; + fIsFirstStepInScoringShell = true; + fCubicVolumeScoringShell = 1.0; + for ( G4int i = 0; i < numberCombinations; ++i ) { + fArraySumStepLengths[i] = 0.0; + } + /* + for ( G4int i = 0; i < numberCombinations; ++i ) fArraySumStepLengths[i] = 999.9; + G4cout << " numberCombinations=" << numberCombinations << G4endl; + for ( G4int i = 0; i < numberKinematicRegions; ++i ) { + for ( G4int j = 0; j < numberScoringPositions; ++j ) { + for ( G4int k = 0; k < numberParticleTypes; ++k ) { + G4int index = getIndex( i, j, k ); + G4cout << "(i, j, k)=(" << i << ", " << j << ", " << k << ") ->" << index; + if ( fArraySumStepLengths[ index ] < 1.0 ) G4cout << " <=== REPEATED!"; + else fArraySumStepLengths[ index ] = 0.0; + G4cout << G4endl; + } + } + } + for ( G4int i = 0; i < numberCombinations; ++i ) { + if ( fArraySumStepLengths[i] > 999.0 ) G4cout << " i=" << i << " NOT COVERED !" << G4endl; + } + */ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::UserSteppingAction( const G4Step* theStep ) { + // Get information on the primary particle + if ( fIsFirstStepOfTheEvent ) { + if ( theStep->GetTrack()->GetParentID() == 0 ) { + fPrimaryParticleId = theStep->GetTrack()->GetDefinition()->GetPDGEncoding(); + fPrimaryParticleEnergy = theStep->GetPreStepPoint()->GetKineticEnergy(); + fPrimaryParticleDirection = theStep->GetPreStepPoint()->GetMomentumDirection(); + if ( fRunPtr ) { + fRunPtr->setPrimaryParticleId( fPrimaryParticleId ); + fRunPtr->setPrimaryParticleEnergy( fPrimaryParticleEnergy ); + fRunPtr->setPrimaryParticleDirection( fPrimaryParticleDirection ); + } + fIsFirstStepOfTheEvent = false; + } + } + // Get information on the target material + if ( fIsFirstStepInTarget && + theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiSphere" ) { + fTargetMaterialName = theStep->GetPreStepPoint()->GetMaterial()->GetName(); + if ( fRunPtr ) fRunPtr->setTargetMaterialName( fTargetMaterialName ); + fIsFirstStepInTarget = false; + } + // Get information on step lengths in the scoring shell + if ( theStep->GetPreStepPoint()->GetPhysicalVolume()->GetName() == "physiScoringShell" ) { + if ( fIsFirstStepInScoringShell ) { + fCubicVolumeScoringShell = + theStep->GetTrack()->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume(); + if ( fRunPtr ) fRunPtr->setCubicVolumeScoringShell( fCubicVolumeScoringShell ); + fIsFirstStepInScoringShell = false; + } + G4double stepLength = theStep->GetTrack()->GetStepLength() * theStep->GetTrack()->GetWeight(); + G4int absPdg = theStep->GetTrack()->GetDefinition() == nullptr ? 0 : + std::abs( theStep->GetTrack()->GetDefinition()->GetPDGEncoding() ); + /* + G4cout << theStep->GetTrack()->GetDefinition()->GetParticleName() << " absPdg=" << absPdg + << " Ekin[MeV]=" << theStep->GetPreStepPoint()->GetKineticEnergy() + << " r[mm]=" << theStep->GetTrack()->GetPosition().mag() + << " z[mm]=" << theStep->GetTrack()->GetPosition().z() + << " " << theStep->GetTrack()->GetVolume()->GetName() + << " " << theStep->GetTrack()->GetMaterial()->GetName() + << " L[mm]=" << stepLength << " " + << ( fPrimaryParticleDirection.dot( theStep->GetTrack()->GetPosition().unit() ) > 0.0 + ? "forward" : "backward" ) << G4endl; + */ + // Three kinematical regions: [0] : any value ; [1] : below 20 MeV ; [2] : above 20 MeV + G4int iKinematicRegion = theStep->GetPreStepPoint()->GetKineticEnergy() < 20.0 ? 1 : 2; + // Two scoring positions: [0] : forward hemisphere ; [1] : backward hemisphere + // (with respect to the primary particle initial direction) + G4int iScoringPosition = + fPrimaryParticleDirection.dot( theStep->GetTrack()->GetPosition().unit() ) > 0.0 ? 0 : 1; + G4int iParticleType = -1; + if ( absPdg == 11 ) iParticleType = 1; // electron (and positron) + else if ( absPdg == 22 ) iParticleType = 2; // gamma + else if ( absPdg == 13 ) iParticleType = 3; // muons (mu- and mu+) + else if ( absPdg == 12 || absPdg == 14 || absPdg == 16 ) iParticleType = 4; // neutrinos (and + // anti-neutrinos), all flavors + else if ( absPdg == 111 || absPdg == 211 ) iParticleType = 5; // (charged) pions + else if ( absPdg == 2112 ) iParticleType = 6; // neutron (and anti-neutron) + else if ( absPdg == 2212 ) iParticleType = 7; // proton (and anti-proton) + else if ( G4IonTable::IsIon( theStep->GetTrack()->GetDefinition() ) || // ions (and anti-ions) + G4IonTable::IsAntiIon( theStep->GetTrack()->GetDefinition() ) ) iParticleType = 8; + else if ( absPdg < 1000 ) iParticleType = 9; // other mesons (e.g. kaons) (Note: this works + // in most cases, but not always!) + else if ( absPdg > 1000 ) iParticleType = 10; // other baryons (e.g. hyperons, anti-hyperons, + // etc.) + // Consider the specific case : kinematic region, scoring position, and particle type + G4int index = getIndex( iKinematicRegion, iScoringPosition, iParticleType ); + fArraySumStepLengths[index] += stepLength; + // Consider the "all" particle case, with the same kinematic region and scoring position + index = getIndex( iKinematicRegion, iScoringPosition, 0 ); + fArraySumStepLengths[index] += stepLength; + // Consider the "any" kinematic region case, with the same scoring position and particle type + index = getIndex( 0, iScoringPosition, iParticleType ); + fArraySumStepLengths[index] += stepLength; + // Consider the "any" kinematic region and "all" particle, with the same scoring position + index = getIndex( 0, iScoringPosition, 0 ); + fArraySumStepLengths[index] += stepLength; + if ( fRunPtr ) fRunPtr->setArray( fArraySumStepLengths ); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/w.g4 b/examples/extended/hadronic/ParticleFluence/Sphere/w.g4 new file mode 100755 index 0000000000..3bbdc0a121 --- /dev/null +++ b/examples/extended/hadronic/ParticleFluence/Sphere/w.g4 @@ -0,0 +1,10 @@ +/random/setSavingFlag 1 +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +/mydet/material G4_W +/mydet/radius 100.0 cm +/run/initialize +/gun/particle pi- +/gun/energy 50 GeV +/run/beamOn 100 diff --git a/examples/extended/hadronic/README b/examples/extended/hadronic/README index acbbaed5ec..e788571ffc 100644 --- a/examples/extended/hadronic/README +++ b/examples/extended/hadronic/README @@ -99,3 +99,12 @@ NeutronSource is an example of neutrons production. It illustrates the cooperati of nuclear reactions and radioactive decay processes. It survey energy deposition and particle's flux. It uses PhysicsConstructor objects. + +ParticleFluence +--------------- +This example aims to monitor the particle fluence for various particle types +and set-ups. The particle fluence at a given position is defined as the +average number of particles crossing a unit surface in that position +(normalized per one incident primary). The particle fluence is conveniently +estimated by summing the particles' track lengths in a thin scoring volume +and dividing for the cubic volume of such a scoring volume. diff --git a/examples/extended/medical/DICOM/History b/examples/extended/medical/DICOM/History index 930c1ad981..bb31360645 100644 --- a/examples/extended/medical/DICOM/History +++ b/examples/extended/medical/DICOM/History @@ -1,10 +1,17 @@ -------------------------------------------------------------------- +# Example DICOM History - ========================================================= - Geant4 - DICOM example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (DICOM-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 - Category History file 27.09.2021 Pedro Arce (DICOM-V10-07-01) - Use updated interface from geomnav to use G4PhantomParameterisation::GetNoVoxels instead of GetNoVoxel diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index dd8da4b046..0b049d92f1 100644 --- a/examples/extended/medical/DICOM/run.out +++ b/examples/extended/medical/DICOM/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -61,12 +61,12 @@ DicomRegularDetectorConstruction::ConstructPhantom for proton : 3 to 6 GeV for neutron : 3 to 6 GeV -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -86,6 +86,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -132,7 +136,8 @@ G4RunManagerKernel -- G4ScoreSplittingProcess is appended to all particles. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -149,7 +154,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -159,8 +164,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -239,10 +245,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -267,10 +273,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -297,10 +303,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -329,10 +335,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -340,7 +346,8 @@ ionIoni: for GenericIon XStype:1 SubType=2 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -350,7 +357,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -358,10 +365,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -371,10 +378,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -403,10 +410,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -435,10 +442,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -467,14 +474,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -485,7 +491,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -500,14 +506,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -518,7 +523,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -527,10 +532,10 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -544,18 +549,18 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -584,10 +589,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -621,10 +626,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -632,10 +639,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -643,12 +652,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -658,12 +669,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -671,12 +684,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -685,10 +700,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -699,10 +716,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -713,10 +732,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -726,10 +747,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -740,10 +763,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -754,10 +779,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -768,10 +795,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -781,12 +810,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -794,6 +825,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -801,6 +833,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -810,6 +843,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -817,11 +851,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -829,11 +865,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -843,11 +881,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -855,6 +895,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -862,6 +903,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -871,28 +913,37 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: JENDLHEInelasticCrossSection: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -900,11 +951,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -912,11 +965,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -926,11 +981,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -938,11 +995,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -952,30 +1011,32 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1.4427 us Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -988,63 +1049,63 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 0 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : LungInhale Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 1.31754 keV e- 108.062 keV e+ 106.431 keV proton 0 eV + Energy thresholds : gamma 1.31725 keV e- 108.069 keV e+ 106.431 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : LungExhale Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 1.88154 keV e- 180.141 keV e+ 176.602 keV proton 0 eV + Energy thresholds : gamma 1.88193 keV e- 180.152 keV e+ 176.601 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : AdiposeTissue Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 2.18096 keV e- 275.022 keV e+ 268.401 keV proton 0 eV + Energy thresholds : gamma 2.18075 keV e- 275.015 keV e+ 268.402 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Breast Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 2.25439 keV e- 277.679 keV e+ 270.947 keV proton 0 eV + Energy thresholds : gamma 2.25478 keV e- 277.672 keV e+ 270.955 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : Water Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 2.52546 keV e- 277.656 keV e+ 270.83 keV proton 0 eV + Energy thresholds : gamma 2.52504 keV e- 277.648 keV e+ 270.838 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : Muscle Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 2.54462 keV e- 287.015 keV e+ 279.834 keV proton 0 eV + Energy thresholds : gamma 2.54445 keV e- 287.023 keV e+ 279.831 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : TrabecularBone Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 2.70643 keV e- 299.808 keV e+ 292.113 keV proton 0 eV + Energy thresholds : gamma 2.70679 keV e- 299.822 keV e+ 292.108 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 8 used in the geometry : Yes Material : Liver Range cuts : gamma 700 um e- 700 um e+ 700 um proton 0 fm - Energy thresholds : gamma 2.55838 keV e- 288.683 keV e+ 281.426 keV proton 0 eV + Energy thresholds : gamma 2.55839 keV e- 288.67 keV e+ 281.428 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1158,11 +1219,11 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.068827s Sys=0.010000s + User=0.030000s Real=0.038645s Sys=0.000000s --------------------End of Global Run----------------------- The run was 100 events LOCAL TOTAL DOSE : 0 Gy - TOTAL DOSE : 9.64464e-07 Gy + TOTAL DOSE : 1.00244e-06 Gy ###### EndOfRunAction ###### ============================================================= Number of event processed : 100 @@ -1172,14 +1233,11 @@ LOCAL TOTAL DOSE : 0 Gy ============================================= closed file dicom.out for dose output Finished : End of Run Action 0 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.028 MB +Number of memory pools allocated: 10 of which, static: 0 +Dynamic pools deleted: 10 / Total memory freed: 0.036 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/medical/DICOM2/History b/examples/extended/medical/DICOM2/History index 7a4f6e00e2..442fe0b158 100644 --- a/examples/extended/medical/DICOM2/History +++ b/examples/extended/medical/DICOM2/History @@ -1,10 +1,16 @@ -------------------------------------------------------------------- +# Example DICOM2 History - ========================================================= - Geant4 - DICOM2 example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file + +## 2021-12-10 Ben Morgan (DICOM2-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10.11.2020 - Ben Morgan (DICOM2-V10-06-01) Migration to G4RunManagerFactory. diff --git a/examples/extended/medical/DICOM2/run.out b/examples/extended/medical/DICOM2/run.out index 662b623ff4..79b1aabd15 100644 --- a/examples/extended/medical/DICOM2/run.out +++ b/examples/extended/medical/DICOM2/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -66,12 +66,12 @@ DicomRegularDetectorConstruction::ConstructPhantom for proton : 3 to 6 GeV for neutron : 3 to 6 GeV -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -91,6 +91,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -137,7 +141,8 @@ G4RunManagerKernel -- G4ScoreSplittingProcess is appended to all particles. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -154,7 +159,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -164,8 +169,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -244,10 +250,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -272,10 +278,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -302,10 +308,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -334,10 +340,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -345,7 +351,8 @@ ionIoni: for GenericIon XStype:1 SubType=2 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -355,7 +362,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -363,10 +370,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -376,10 +383,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -408,10 +415,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -440,10 +447,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -472,14 +479,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -490,7 +496,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -505,14 +511,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -523,7 +528,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -532,10 +537,10 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Elastic/CrossSection/6_nat_Carbon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -549,18 +554,18 @@ NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use / UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Capture/CrossSection/6_nat_Carbon msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -589,10 +594,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -626,10 +631,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -637,10 +644,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -648,12 +657,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -663,12 +674,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -676,12 +689,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -690,10 +705,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -704,10 +721,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -718,10 +737,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -731,10 +752,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -745,10 +768,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -759,10 +784,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -773,10 +800,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -786,12 +815,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -799,6 +830,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -806,6 +838,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -815,6 +848,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -822,11 +856,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -834,11 +870,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -848,11 +886,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -860,6 +900,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -867,6 +908,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -876,28 +918,37 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: JENDLHEInelasticCrossSection: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -905,11 +956,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -917,11 +970,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -931,11 +986,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -943,11 +1000,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -957,30 +1016,32 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n Model: QMDModel: 100 MeV/n ---> 6 GeV/n Model: FTFP: 5.99 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1.4427 us Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -993,63 +1054,63 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 50 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : LungInhale Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 1.14429 keV e- 88.7393 keV e+ 87.5313 keV proton 50 keV + Energy thresholds : gamma 1.14419 keV e- 88.7402 keV e+ 87.5261 keV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : LungExhale Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 1.63383 keV e- 146.769 keV e+ 144.198 keV proton 50 keV + Energy thresholds : gamma 1.6341 keV e- 146.767 keV e+ 144.195 keV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : AdiposeTissue Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 1.90911 keV e- 221.875 keV e+ 217.124 keV proton 50 keV + Energy thresholds : gamma 1.90866 keV e- 221.872 keV e+ 217.138 keV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Breast Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 1.9701 keV e- 223.951 keV e+ 219.126 keV proton 50 keV + Energy thresholds : gamma 1.97053 keV e- 223.955 keV e+ 219.114 keV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : Water Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 2.19131 keV e- 223.888 keV e+ 218.997 keV proton 50 keV + Energy thresholds : gamma 2.19083 keV e- 223.892 keV e+ 218.985 keV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 6 used in the geometry : Yes Material : Muscle Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 2.21034 keV e- 231.222 keV e+ 226.053 keV proton 50 keV + Energy thresholds : gamma 2.21011 keV e- 231.216 keV e+ 226.063 keV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 7 used in the geometry : Yes Material : TrabecularBone Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 2.34571 keV e- 241.215 keV e+ 235.668 keV proton 50 keV + Energy thresholds : gamma 2.34588 keV e- 241.205 keV e+ 235.675 keV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 8 used in the geometry : Yes Material : Liver Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um - Energy thresholds : gamma 2.22201 keV e- 232.513 keV e+ 227.313 keV proton 50 keV + Energy thresholds : gamma 2.22194 keV e- 232.51 keV e+ 227.327 keV proton 50 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1164,14 +1225,14 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.030000s Real=0.058336s Sys=0.010000s + User=0.030000s Real=0.134506s Sys=0.010000s [=========================================================== DICOM ===========================================================] --------------------End of Global Run----------------------- The run was 100 events LOCAL TOTAL DOSE : 0 Gy - TOTAL DOSE : 1.61164e-06 Gy + TOTAL DOSE : 1.52528e-06 Gy ###### EndOfRunAction ###### ============================================================= Number of event processed : 100 @@ -1194,22 +1255,19 @@ Finished : End of Run Action 0 closed file dicom2-vector.out for dose output --------------------End of Global Run----------------------- The run was 100 events - TOTAL DOSE : 1.61164e-06 [sigma: 1.5989e-09 | error: 0.0339349 | coeff: 0.0339349 | eff: 1 | fom: 1 | r2int: 0.0011506 | r2eff: 0 | hits: 1170 ] Gy - TOTAL DOSE/Bq-s : 1.61164e-08 [sigma: 1.5989e-11 | error: 0.0339349 | coeff: 0.0339349 | eff: 1 | fom: 1 | r2int: 0.0011506 | r2eff: 0 | hits: 1170 ] Gy/Bq-s + TOTAL DOSE : 1.52528e-06 [sigma: 1.40313e-09 | error: 0.031827 | coeff: 0.031827 | eff: 1 | fom: 1 | r2int: 0.00101211 | r2eff: 0 | hits: 1197 ] Gy + TOTAL DOSE/Bq-s : 1.52528e-08 [sigma: 1.40313e-11 | error: 0.031827 | coeff: 0.031827 | eff: 1 | fom: 1 | r2int: 0.00101211 | r2eff: 0 | hits: 1197 ] Gy/Bq-s Finished : End of Run Action 0 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.036 MB +Number of memory pools allocated: 10 of which, static: 0 +Dynamic pools deleted: 10 / Total memory freed: 0.044 MB ============================================================ RunManagerKernel is deleted. Good bye :) -[/build/jenkins/workspace/examples/extended/medical/DICOM2/dicom2] Primary execution time: User=8.990000s Real=11.241144s Sys=0.540000s +[/build/jenkins/workspace/examples/extended/medical/DICOM2/dicom2] Primary execution time: User=8.630000s Real=14.254262s Sys=0.540000s diff --git a/examples/extended/medical/GammaTherapy/GammaTherapy.out b/examples/extended/medical/GammaTherapy/GammaTherapy.out index 3a134ff907..d62692064a 100644 --- a/examples/extended/medical/GammaTherapy/GammaTherapy.out +++ b/examples/extended/medical/GammaTherapy/GammaTherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -172,7 +172,8 @@ Absorber R= 200 dz= 2.5 posZ= -77.5 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -189,7 +190,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -199,8 +200,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -263,10 +265,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 10 GeV Nbins=20 100 MeV - 10 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 10 GeV @@ -291,10 +293,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 10 GeV Nbins=20 100 MeV - 10 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 10 GeV @@ -321,10 +323,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 10 GeV Nbins=80 100 eV - 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 10 GeV @@ -353,10 +355,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -367,10 +369,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 10 GeV @@ -380,10 +382,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 10 GeV Nbins=80 100 eV - 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 10 GeV @@ -412,10 +414,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 10 GeV Nbins=80 100 eV - 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 10 GeV @@ -444,10 +446,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 10 GeV Nbins=80 100 eV - 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 10 GeV @@ -476,14 +478,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 10 GeV Nbins=80 100 eV - 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 10 GeV + MuBetheBloch : Emin= 200 keV Emax= 10 GeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 10 eV to 10 GeV in 90 bins @@ -494,7 +495,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 0 - Sampling table 5x1001 from 1 GeV to 0.01 TeV + Sampling table 5x1001 from 0.85 GeV to 0.01 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 10 GeV ModifiedMephi @@ -509,14 +510,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 10 GeV Nbins=80 100 eV - 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 10 GeV + MuBetheBloch : Emin= 200 keV Emax= 10 GeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 10 eV to 10 GeV in 90 bins @@ -527,7 +527,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 0 - Sampling table 5x1001 from 1 GeV to 0.01 TeV + Sampling table 5x1001 from 0.85 GeV to 0.01 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 10 GeV ModifiedMephi @@ -542,10 +542,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 10 GeV Nbins=80 100 eV - 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 10 GeV @@ -574,10 +574,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 10 GeV Nbins=80 100 eV - 10 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 10 eV to 10 GeV in 90 bins Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 10 GeV @@ -606,42 +606,42 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Be Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.04922 keV e- 108.977 keV e+ 107.375 keV proton 10 keV + Energy thresholds : gamma 1.0488 keV e- 108.985 keV e+ 107.379 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_He Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_W Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 36.2806 keV e- 351.89 keV e+ 338.072 keV proton 10 keV + Energy thresholds : gamma 36.2784 keV e- 351.887 keV e+ 338.074 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : G4_MYLAR Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.20981 keV e- 99.1101 keV e+ 97.6575 keV proton 10 keV + Energy thresholds : gamma 1.20959 keV e- 99.1194 keV e+ 97.66 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.11083 keV e- 85.0421 keV e+ 83.9054 keV proton 10 keV + Energy thresholds : gamma 1.11075 keV e- 85.0445 keV e+ 83.9021 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -661,20 +661,20 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=4.120000s Real=4.168792s Sys=0.010000s + User=3.500000s Real=3.569560s Sys=0.000000s Histo: End of run actions are started ======================================================== Number of events 10000 -Average number of e- 33.09 -Average number of gamma 19.56 -Average number of e+ 0.7536 -Average number of steps in the phantom 11.43 -Average number of e- steps in the target 17.98 -Average number of g produced in the target 18.71 -Average number of e- produced in the target 20.9 -Average number of g produced in the phantom 0.4858 -Average number of e- produced in the phantom 5.88 -Total fGamma fluence in front of the phantom 7.938 MeV +Average number of e- 32.92 +Average number of gamma 19.57 +Average number of e+ 0.7624 +Average number of steps in the phantom 11.24 +Average number of e- steps in the target 18.11 +Average number of g produced in the target 18.77 +Average number of e- produced in the target 20.85 +Average number of g produced in the phantom 0.4563 +Average number of e- produced in the phantom 5.836 +Total fGamma fluence in front of the phantom 7.909 MeV ======================================================== @@ -682,7 +682,7 @@ Total fGamma fluence in front of the phantom 7.938 MeV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={80155903184888790, 1214270660551936889, 1187340175138716126, 1180047102960670606, 2109949967223524904, 1188579360601364603, 1979034981166190257, 365040130156177234, 638072738608526119, 1435800275195716227, 586431693076429334, 529209901116836052, 699409495010838523, 1024819552013063027, 1002754902938848292, 1893509152542565972, 1034031409024371014} counter= 12sumtot= 2007556336014806312 +N=17 V[N]={551469840210652686, 931304531749890588, 1559392848246602973, 1589415920349687284, 449137953970971601, 1514188602336070177, 1903842264725045022, 336138728218742688, 1306596764992836420, 2138700843793407392, 1646806847015501266, 479487824669320891, 2077705427316833062, 1027017685125927136, 84651419175896762, 2304104818778394831, 1170786853269476675} counter= 9sumtot= 318162091022011895 --------------------------------------- # G4 kernel has come to Quit state. diff --git a/examples/extended/medical/GammaTherapy/History b/examples/extended/medical/GammaTherapy/History index 36402631dd..9e53ebb850 100644 --- a/examples/extended/medical/GammaTherapy/History +++ b/examples/extended/medical/GammaTherapy/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example GammaTherapy History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - GammaTherapy History file - ------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (gtherapy-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (gtherapy-V10-07-02) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/History b/examples/extended/medical/History index bdafb2f920..ba93ae5f86 100644 --- a/examples/extended/medical/History +++ b/examples/extended/medical/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example medical History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Medical Examples History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exMedical-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 24-05-21 B. Morgan (exMedical-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/medical/dna/.README.txt b/examples/extended/medical/dna/.README.txt index bf23e61c2b..47771b1e88 100644 --- a/examples/extended/medical/dna/.README.txt +++ b/examples/extended/medical/dna/.README.txt @@ -49,6 +49,7 @@ This directory contains a set of Geant4-DNA examples. - \link ExampleWholeNuclearDNA wholeNuclearDNA \endlink Geometrical description of a full simplified cell nucleus. - \link Examplednadamage1 dnadamage1 \endlink Damage simulation on a chromatin fiber. - \link Exampleneuron neuron \endlink Irradiation of a realistic neuron cell. + - \link Examplesmoleculardna moleculardna \endlink Damage simulation on DNA geometries. See the README page inside each example for more detail. */ diff --git a/examples/extended/medical/dna/AuNP/AuNP.out b/examples/extended/medical/dna/AuNP/AuNP.out new file mode 100644 index 0000000000..7221fa5d48 --- /dev/null +++ b/examples/extended/medical/dna/AuNP/AuNP.out @@ -0,0 +1,271 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +##### AuNP started for 1 threads ##### +PhysicsList::SetCuts:CutLength : 100000 fm + +========================================================= +---> The tracking cut to all particles is set to 10 eV + +--------------------------------------------------------- +---> The Nano-Particle is a sphere of 50 nm radius of G4_Au made of + + Material: G4_Au density: 19.320 g/cm3 RadL: 3.344 mm Nucl.Int.Length: 10.540 cm + Imean: 790.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Au (Au) Z = 79.0 N = 197 A = 196.967 g/mole + ---> Isotope: Au197 Z = 79 N = 197 A = 196.97 g/mole abundance: 100.000 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + +--------------------------------------------------------- +---> The Absorber is a sphere of 1 mm radius of G4_WATER made of + + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.375 cm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 11.19 % ElmAbundance 66.67 % + + ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 88.81 % ElmAbundance 33.33 % + + +========================================================= +PhysicsList::SetCuts:CutLength : 100000 fm +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory epics_2017 +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 eV +Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 1 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 2 regions: + DefaultRegionForTheWorld 1 1 1 + NP 1 1 1 + +### === G4UAtomicDeexcitation::InitialiseForNewRun() +### === Auger flag: 1 +### === Ignore cuts flag: 1 +### === PIXE model for hadrons: Empirical +### === PIXE model for e+-: Livermore +G4DNAELSEPAElasticModel: high energy limit decreased from 1000 MeV to 1 MeV + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +e-_G4DNAElastic: for e- SubType=51 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + ===== EM models for the G4Region NP ====== + +e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornExcitationModel : Emin= 0 eV Emax= 100 TeV + ===== EM models for the G4Region NP ====== +DNABornExcitationModel : Emin= 1 GeV Emax= 100 TeV + +e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo + ===== EM models for the G4Region NP ====== +DNABornIonisationModel : Emin= 1 GeV Emax= 100 TeV deltaBorn Fluo + +e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + ===== EM models for the G4Region NP ====== + +e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + ===== EM models for the G4Region NP ====== + +e-_G4DNABremsstrahlung: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 4, fluct: 1, linLossLim= 0.01 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + ===== EM models for the G4Region NP ====== + eBremSB : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +e-_G4DNAELSEPAElastic: for e- SubType=51 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + DummyModel : Emin= 0 eV Emax= 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + ===== EM models for the G4Region NP ====== +DNAELSEPAElasticModel : Emin= 0 eV Emax= 1 GeV + +e-_G4DNADRMExcitation: for e- SubType=52 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + DummyModel : Emin= 0 eV Emax= 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + ===== EM models for the G4Region NP ====== +DNADiracRMatrixExcitationModel : Emin= 0 eV Emax= 1 GeV + +e-_G4DNARelativisticIonisation: for e- SubType=53 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + DummyModel : Emin= 0 eV Emax= 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + ===== EM models for the G4Region NP ====== +DNARelativisticIonisationModel : Emin= 0 eV Emax= 1 GeV Fluo + +e-_G4DNAPlasmonExcitation: for e- SubType=-1 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + DummyModel : Emin= 0 eV Emax= 1 GeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + ===== EM models for the G4Region NP ====== +DNAQuinnPlasmonExcitationModel : Emin= 0 eV Emax= 1 GeV + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Galactic + Range cuts : gamma 1 Ang e- 1 Ang e+ 1 Ang proton 100000 fm + Energy thresholds : gamma 1 eV e- 1 eV e+ 1 eV proton 10 meV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 Ang e- 1 Ang e+ 1 Ang proton 100000 fm + Energy thresholds : gamma 1 eV e- 1 eV e+ 1 eV proton 10 meV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : G4_Au + Range cuts : gamma 1 Ang e- 1 Ang e+ 1 Ang proton 1 Ang + Energy thresholds : gamma 1 eV e- 1 eV e+ 1 eV proton 10 meV + Region(s) which use this couple : + NP + +================================================================== + +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : AuNP.root - done +... open analysis file : AuNP.root - done +... open analysis file : AuNP.root - done +--> Event 0 starts. +... write file : AuNP.root - done +... close file : AuNP.root - done diff --git a/examples/extended/medical/dna/AuNP/History b/examples/extended/medical/dna/AuNP/History index a652ebde2d..f2f7bf7a05 100644 --- a/examples/extended/medical/dna/AuNP/History +++ b/examples/extended/medical/dna/AuNP/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example AuNP History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - AuNP History file - ----------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (AuNP-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 17.11.2021 - D. Sakata, I. Hrivnacova; AuNP-V10-07-05 Updated documentation diff --git a/examples/extended/medical/dna/CMakeLists.txt b/examples/extended/medical/dna/CMakeLists.txt index 13128531ad..39af704aa0 100644 --- a/examples/extended/medical/dna/CMakeLists.txt +++ b/examples/extended/medical/dna/CMakeLists.txt @@ -23,6 +23,7 @@ add_subdirectory(mfp) add_subdirectory(microdosimetry) add_subdirectory(microprox) add_subdirectory(microyz) +add_subdirectory(moleculardna) add_subdirectory(neuron) add_subdirectory(pdb4dna) add_subdirectory(range) diff --git a/examples/extended/medical/dna/History b/examples/extended/medical/dna/History index d755718f9e..b0a1059eb7 100644 --- a/examples/extended/medical/dna/History +++ b/examples/extended/medical/dna/History @@ -1,18 +1,18 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Example dna History - Medical/dna Examples History file - ---------------------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-01-07 Hoang Tran (exdna-V11-00-01) +- add dna example moleculardna + +## 2021-12-10 Ben Morgan (exdna-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 17-11-2021 I. Hrivnacova (exdna-V10-07-02) - Updated documentation diff --git a/examples/extended/medical/dna/README b/examples/extended/medical/dna/README index fca38f7afd..04a8e24767 100644 --- a/examples/extended/medical/dna/README +++ b/examples/extended/medical/dna/README @@ -83,6 +83,9 @@ This directory contains a set of Geant4-DNA examples. - neuron Irradiation of a realistic neuron cell. + + - moleculardna + Damage simulation on DNA geometries. See the README page inside each example for more detail. diff --git a/examples/extended/medical/dna/chem1/History b/examples/extended/medical/dna/chem1/History index 362787311d..c45acc0993 100644 --- a/examples/extended/medical/dna/chem1/History +++ b/examples/extended/medical/dna/chem1/History @@ -1,18 +1,16 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Example chem1 History - chem1 History file - ------------------ -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- + +## 2021-12-10 Ben Morgan (chem1-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10.11.2020 Ben Morgan tag chem1-V10-06-00 ----------------------------------------------------- diff --git a/examples/extended/medical/dna/chem1/chem1.out b/examples/extended/medical/dna/chem1/chem1.out index 96daaaea91..24285aab0b 100644 --- a/examples/extended/medical/dna/chem1/chem1.out +++ b/examples/extended/medical/dna/chem1/chem1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -24,24 +24,6 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo userDetector->Construct() start. World is registered to the default region. physicsList->Construct() start. -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - physicsList->CheckParticleList() start. physicsList->setCut() start. ======================================================================= @@ -50,12 +32,13 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -67,22 +50,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -90,18 +74,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -136,64 +120,75 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI Region -- -- appears in world volume This region is in the mass world. @@ -213,7 +208,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 100 eV e- 100 eV e+ 100 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -357,171 +352,172 @@ At time : 1.5674 ns Reaction : OH^0 (-1070) + OH^0 (-792) -> H2O2^0 (-1208) At time : 1.8303 ns Reaction : H3O^1 (-827) + OH^-1 (-1206) -> No product At time : 1.843 ns Reaction : OH^-1 (-1200) + H3O^1 (-831) -> No product At time : 1.8799 ns Reaction : H^0 (-990) + H^0 (-1010) -> H_2^0 (-1209) -At time : 1.9537 ns Reaction : H^0 (-1044) + e_aq^-1 (-406) -> OH^-1 (-1210) + H_2^0 (-1211) +At time : 1.9538 ns Reaction : H^0 (-1044) + e_aq^-1 (-406) -> OH^-1 (-1210) + H_2^0 (-1211) At time : 2.0259 ns Reaction : H3O^1 (-865) + e_aq^-1 (-955) -> H^0 (-1212) -At time : 2.1356 ns Reaction : OH^0 (-1107) + e_aq^-1 (-102) -> OH^-1 (-1213) +At time : 2.1359 ns Reaction : OH^0 (-1107) + e_aq^-1 (-102) -> OH^-1 (-1213) At time : 2.172 ns Reaction : e_aq^-1 (-174) + OH^0 (-652) -> OH^-1 (-1214) -At time : 2.2088 ns Reaction : H^0 (-976) + OH^0 (-632) -> No product -At time : 2.2236 ns Reaction : H3O^1 (-669) + OH^-1 (-1199) -> No product -At time : 2.2736 ns Reaction : H^0 (-988) + e_aq^-1 (-409) -> OH^-1 (-1215) + H_2^0 (-1216) -At time : 2.2908 ns Reaction : e_aq^-1 (-152) + OH^0 (-832) -> OH^-1 (-1217) -At time : 2.303 ns Reaction : OH^0 (-1098) + OH^0 (-834) -> H2O2^0 (-1218) -At time : 2.3664 ns Reaction : H3O^1 (-1065) + e_aq^-1 (-949) -> H^0 (-1219) -At time : 2.4572 ns Reaction : OH^0 (-758) + OH^0 (-923) -> H2O2^0 (-1220) -At time : 2.9627 ns Reaction : e_aq^-1 (-483) + H3O^1 (-705) -> H^0 (-1221) -At time : 3.0179 ns Reaction : e_aq^-1 (-119) + OH^0 (-856) -> OH^-1 (-1222) -At time : 3.1725 ns Reaction : e_aq^-1 (-544) + OH^0 (-692) -> OH^-1 (-1223) -At time : 3.3445 ns Reaction : e_aq^-1 (-281) + H3O^1 (-639) -> H^0 (-1224) -At time : 3.4315 ns Reaction : e_aq^-1 (-200) + OH^0 (-991) -> OH^-1 (-1225) -At time : 4.0403 ns Reaction : H3O^1 (-725) + OH^-1 (-1205) -> No product -At time : 4.2556 ns Reaction : e_aq^-1 (-463) + OH^0 (-716) -> OH^-1 (-1226) -At time : 4.3445 ns Reaction : e_aq^-1 (-546) + OH^0 (-894) -> OH^-1 (-1227) -At time : 4.6064 ns Reaction : OH^0 (-1127) + e_aq^-1 (-461) -> OH^-1 (-1228) -At time : 4.7098 ns Reaction : e_aq^-1 (-497) + OH^0 (-882) -> OH^-1 (-1229) -At time : 4.8579 ns Reaction : e_aq^-1 (-431) + OH^0 (-734) -> OH^-1 (-1230) -At time : 4.9797 ns Reaction : e_aq^-1 (-357) + OH^0 (-872) -> OH^-1 (-1231) -At time : 5.0355 ns Reaction : e_aq^-1 (-508) + OH^0 (-884) -> OH^-1 (-1232) -At time : 5.0978 ns Reaction : e_aq^-1 (-270) + OH^0 (-772) -> OH^-1 (-1233) -At time : 5.2672 ns Reaction : OH^0 (-640) + OH^0 (-947) -> H2O2^0 (-1234) -At time : 5.4309 ns Reaction : e_aq^-1 (-151) + H3O^1 (-839) -> H^0 (-1235) -At time : 5.5918 ns Reaction : e_aq^-1 (-535) + H2O2^0 (-1160) -> OH^-1 (-1236) + OH^0 (-1237) -At time : 6.0713 ns Reaction : OH^-1 (-1217) + H3O^1 (-957) -> No product -At time : 6.432 ns Reaction : OH^0 (-710) + e_aq^-1 (-910) -> OH^-1 (-1238) -At time : 6.511 ns Reaction : H^0 (-986) + OH^0 (-622) -> No product -At time : 6.7633 ns Reaction : OH^0 (-724) + OH^0 (-932) -> H2O2^0 (-1239) -At time : 6.8359 ns Reaction : e_aq^-1 (-128) + e_aq^-1 (-171) -> OH^-1 (-1240) + OH^-1 (-1241) + H_2^0 (-1242) -At time : 7.0455 ns Reaction : e_aq^-1 (-467) + H3O^1 (-567) -> H^0 (-1243) -At time : 7.1142 ns Reaction : H3O^1 (-609) + OH^-1 (-1238) -> No product -At time : 7.393 ns Reaction : e_aq^-1 (-306) + H3O^1 (-803) -> H^0 (-1244) -At time : 7.5746 ns Reaction : e_aq^-1 (-247) + H^0 (-1079) -> OH^-1 (-1245) + H_2^0 (-1246) -At time : 7.7951 ns Reaction : e_aq^-1 (-91) + H2O2^0 (-1142) -> OH^-1 (-1247) + OH^0 (-1248) -At time : 8.1911 ns Reaction : OH^-1 (-1214) + H3O^1 (-815) -> No product -At time : 8.4584 ns Reaction : OH^0 (-1090) + OH^0 (-816) -> H2O2^0 (-1249) -At time : 8.544 ns Reaction : H^0 (-1058) + e_aq^-1 (-329) -> OH^-1 (-1250) + H_2^0 (-1251) -At time : 8.6364 ns Reaction : e_aq^-1 (-82) + H3O^1 (-927) -> H^0 (-1252) -At time : 9.8131 ns Reaction : H3O^1 (-767) + OH^-1 (-1195) -> No product -At time : 9.8949 ns Reaction : OH^0 (-774) + OH^0 (-776) -> H2O2^0 (-1253) -At time : 10.202 ns Reaction : e_aq^-1 (-425) + H3O^1 (-715) -> H^0 (-1254) -At time : 10.227 ns Reaction : OH^-1 (-1247) + H3O^1 (-849) -> No product -At time : 10.594 ns Reaction : OH^-1 (-1225) + H3O^1 (-811) -> No product -At time : 10.67 ns Reaction : e_aq^-1 (-390) + OH^0 (-672) -> OH^-1 (-1255) -At time : 11.382 ns Reaction : OH^-1 (-1228) + H3O^1 (-933) -> No product -At time : 11.491 ns Reaction : e_aq^-1 (-427) + H2O2^0 (-1239) -> OH^-1 (-1256) + OH^0 (-1257) -At time : 11.695 ns Reaction : e_aq^-1 (-105) + OH^0 (-830) -> OH^-1 (-1258) -At time : 13.243 ns Reaction : H3O^1 (-647) + OH^-1 (-1233) -> No product -At time : 13.418 ns Reaction : e_aq^-1 (-480) + e_aq^-1 (-479) -> OH^-1 (-1259) + OH^-1 (-1260) + H_2^0 (-1261) -At time : 14.31 ns Reaction : e_aq^-1 (-156) + OH^0 (-860) -> OH^-1 (-1262) -At time : 15.433 ns Reaction : e_aq^-1 (-952) + OH^0 (-953) -> OH^-1 (-1263) -At time : 16.442 ns Reaction : e_aq^-1 (-209) + OH^0 (-946) -> OH^-1 (-1264) -At time : 18.188 ns Reaction : e_aq^-1 (-131) + H3O^1 (-663) -> H^0 (-1265) -At time : 18.284 ns Reaction : H^0 (-1254) + e_aq^-1 (-937) -> OH^-1 (-1266) + H_2^0 (-1267) -At time : 18.437 ns Reaction : H^0 (-1109) + OH^0 (-926) -> No product -At time : 18.735 ns Reaction : OH^0 (-983) + e_aq^-1 (-340) -> OH^-1 (-1268) -At time : 19.215 ns Reaction : H3O^1 (-869) + OH^-1 (-1268) -> No product -At time : 20.157 ns Reaction : e_aq^-1 (-522) + OH^0 (-961) -> OH^-1 (-1269) -At time : 20.169 ns Reaction : OH^-1 (-1170) + H3O^1 (-883) -> No product -At time : 20.936 ns Reaction : OH^-1 (-1226) + H3O^1 (-881) -> No product -At time : 21.538 ns Reaction : OH^0 (-1111) + OH^0 (-660) -> H2O2^0 (-1270) -At time : 24.536 ns Reaction : H3O^1 (-879) + OH^-1 (-1259) -> No product -At time : 24.994 ns Reaction : e_aq^-1 (-277) + OH^0 (-778) -> OH^-1 (-1271) -At time : 25.381 ns Reaction : e_aq^-1 (-526) + OH^0 (-1120) -> OH^-1 (-1272) -At time : 25.387 ns Reaction : H3O^1 (-677) + OH^-1 (-1232) -> No product -At time : 25.912 ns Reaction : OH^0 (-1084) + e_aq^-1 (-337) -> OH^-1 (-1273) -At time : 26.986 ns Reaction : OH^-1 (-1262) + H3O^1 (-861) -> No product -At time : 27.25 ns Reaction : H3O^1 (-1089) + OH^-1 (-1193) -> No product -At time : 28.036 ns Reaction : H3O^1 (-1047) + OH^-1 (-1231) -> No product -At time : 28.373 ns Reaction : H^0 (-992) + e_aq^-1 (-192) -> OH^-1 (-1274) + H_2^0 (-1275) -At time : 28.469 ns Reaction : e_aq^-1 (-334) + OH^0 (-790) -> OH^-1 (-1276) -At time : 28.618 ns Reaction : e_aq^-1 (-196) + OH^0 (-636) -> OH^-1 (-1277) -At time : 29.345 ns Reaction : H3O^1 (-1074) + OH^-1 (-1245) -> No product -At time : 30.919 ns Reaction : e_aq^-1 (-442) + H2O2^0 (-1138) -> OH^-1 (-1278) + OH^0 (-1279) -At time : 31.23 ns Reaction : e_aq^-1 (-496) + OH^0 (-712) -> OH^-1 (-1280) -At time : 31.26 ns Reaction : OH^-1 (-1266) + H3O^1 (-721) -> No product -At time : 31.276 ns Reaction : OH^-1 (-1229) + H3O^1 (-711) -> No product -At time : 32.053 ns Reaction : OH^0 (-732) + OH^0 (-874) -> H2O2^0 (-1281) -At time : 32.931 ns Reaction : e_aq^-1 (-248) + OH^0 (-648) -> OH^-1 (-1282) -At time : 33.884 ns Reaction : e_aq^-1 (-387) + H3O^1 (-1020) -> H^0 (-1283) -At time : 35.454 ns Reaction : H^0 (-1027) + OH^0 (-694) -> No product -At time : 36.278 ns Reaction : e_aq^-1 (-150) + H^0 (-1212) -> OH^-1 (-1284) + H_2^0 (-1285) -At time : 39.104 ns Reaction : e_aq^-1 (-283) + e_aq^-1 (-301) -> OH^-1 (-1286) + OH^-1 (-1287) + H_2^0 (-1288) -At time : 39.826 ns Reaction : e_aq^-1 (-516) + OH^0 (-996) -> OH^-1 (-1289) -At time : 42.156 ns Reaction : OH^-1 (-1287) + H3O^1 (-635) -> No product -At time : 42.21 ns Reaction : e_aq^-1 (-475) + H3O^1 (-930) -> H^0 (-1290) -At time : 42.667 ns Reaction : H3O^1 (-643) + OH^-1 (-1277) -> No product -At time : 43.989 ns Reaction : e_aq^-1 (-120) + e_aq^-1 (-112) -> OH^-1 (-1291) + OH^-1 (-1292) + H_2^0 (-1293) -At time : 44.374 ns Reaction : e_aq^-1 (-130) + H3O^1 (-845) -> H^0 (-1294) -At time : 45.661 ns Reaction : OH^0 (-838) + H^0 (-1163) -> No product -At time : 51.978 ns Reaction : H3O^1 (-659) + OH^-1 (-1284) -> No product -At time : 55.645 ns Reaction : e_aq^-1 (-464) + OH^0 (-618) -> OH^-1 (-1295) -At time : 56.655 ns Reaction : e_aq^-1 (-275) + H3O^1 (-773) -> H^0 (-1296) -At time : 56.796 ns Reaction : e_aq^-1 (-411) + H3O^1 (-731) -> H^0 (-1297) -At time : 64.938 ns Reaction : e_aq^-1 (-203) + OH^0 (-596) -> OH^-1 (-1298) -At time : 65.826 ns Reaction : H3O^1 (-755) + OH^-1 (-1250) -> No product -At time : 66.188 ns Reaction : H3O^1 (-591) + OH^-1 (-1240) -> No product -At time : 67.574 ns Reaction : H3O^1 (-595) + OH^-1 (-1291) -> No product -At time : 68.905 ns Reaction : e_aq^-1 (-385) + OH^0 (-654) -> OH^-1 (-1299) -At time : 69.809 ns Reaction : e_aq^-1 (-484) + H3O^1 (-733) -> H^0 (-1300) -At time : 72.315 ns Reaction : e_aq^-1 (-422) + H3O^1 (-585) -> H^0 (-1301) -At time : 72.979 ns Reaction : H^0 (-1224) + OH^0 (-788) -> No product -At time : 73.787 ns Reaction : H3O^1 (-789) + OH^-1 (-1273) -> No product -At time : 75.81 ns Reaction : e_aq^-1 (-352) + H^0 (-1183) -> OH^-1 (-1302) + H_2^0 (-1303) -At time : 78.381 ns Reaction : H3O^1 (-1119) + OH^-1 (-1223) -> No product -At time : 91.621 ns Reaction : OH^0 (-674) + OH^0 (-718) -> H2O2^0 (-1304) -At time : 93.756 ns Reaction : OH^0 (-798) + OH^0 (-802) -> H2O2^0 (-1305) -At time : 94.74 ns Reaction : OH^0 (-1040) + e_aq^-1 (-413) -> OH^-1 (-1306) -At time : 104.29 ns Reaction : H3O^1 (-1039) + OH^-1 (-1306) -> No product -At time : 112.75 ns Reaction : H^0 (-1092) + H^0 (-1265) -> H_2^0 (-1307) -At time : 114.02 ns Reaction : e_aq^-1 (-173) + OH^0 (-1009) -> OH^-1 (-1308) -At time : 114.71 ns Reaction : e_aq^-1 (-358) + H2O2^0 (-1162) -> OH^-1 (-1309) + OH^0 (-1310) -At time : 118.64 ns Reaction : OH^0 (-1043) + e_aq^-1 (-492) -> OH^-1 (-1311) -At time : 119.76 ns Reaction : e_aq^-1 (-404) + H3O^1 (-615) -> H^0 (-1312) -At time : 121.11 ns Reaction : H3O^1 (-651) + OH^-1 (-1274) -> No product -At time : 125.37 ns Reaction : H3O^1 (-851) + OH^-1 (-1213) -> No product -At time : 126.85 ns Reaction : e_aq^-1 (-913) + H3O^1 (-948) -> H^0 (-1313) -At time : 135.36 ns Reaction : e_aq^-1 (-147) + e_aq^-1 (-379) -> OH^-1 (-1314) + OH^-1 (-1315) + H_2^0 (-1316) -At time : 139.27 ns Reaction : OH^0 (-1008) + H^0 (-1296) -> No product -At time : 142.62 ns Reaction : e_aq^-1 (-374) + H3O^1 (-745) -> H^0 (-1317) -At time : 145.27 ns Reaction : H3O^1 (-697) + OH^-1 (-1269) -> No product -At time : 148.11 ns Reaction : H3O^1 (-1106) + e_aq^-1 (-116) -> H^0 (-1318) -At time : 156.36 ns Reaction : H3O^1 (-665) + OH^-1 (-1271) -> No product -At time : 160.95 ns Reaction : e_aq^-1 (-393) + H3O^1 (-915) -> H^0 (-1319) -At time : 172.22 ns Reaction : e_aq^-1 (-165) + H^0 (-1064) -> OH^-1 (-1320) + H_2^0 (-1321) -At time : 184.36 ns Reaction : OH^0 (-1257) + OH^0 (-899) -> H2O2^0 (-1322) -At time : 185.41 ns Reaction : OH^-1 (-1255) + H3O^1 (-873) -> No product -At time : 205.04 ns Reaction : H3O^1 (-1032) + OH^-1 (-1260) -> No product -At time : 209.94 ns Reaction : OH^0 (-989) + e_aq^-1 (-310) -> OH^-1 (-1323) -At time : 221.19 ns Reaction : OH^-1 (-1323) + H3O^1 (-918) -> No product -At time : 232.83 ns Reaction : H3O^1 (-867) + OH^-1 (-1314) -> No product -At time : 233.88 ns Reaction : OH^-1 (-1295) + H3O^1 (-900) -> No product -At time : 244.46 ns Reaction : e_aq^-1 (-303) + OH^0 (-750) -> OH^-1 (-1324) -At time : 264.57 ns Reaction : H3O^1 (-769) + e_aq^-1 (-916) -> H^0 (-1325) -At time : 271.74 ns Reaction : H^0 (-1184) + H^0 (-972) -> H_2^0 (-1326) -At time : 277.62 ns Reaction : H3O^1 (-749) + OH^-1 (-1308) -> No product -At time : 283.53 ns Reaction : OH^-1 (-1210) + H3O^1 (-631) -> No product -At time : 284.13 ns Reaction : e_aq^-1 (-145) + H3O^1 (-871) -> H^0 (-1327) -At time : 285.46 ns Reaction : H3O^1 (-699) + OH^-1 (-1256) -> No product -At time : 285.73 ns Reaction : H^0 (-1301) + OH^0 (-748) -> No product -At time : 285.95 ns Reaction : e_aq^-1 (-246) + e_aq^-1 (-330) -> OH^-1 (-1328) + OH^-1 (-1329) + H_2^0 (-1330) -At time : 286.42 ns Reaction : OH^-1 (-1286) + H3O^1 (-777) -> No product -At time : 326.24 ns Reaction : e_aq^-1 (-197) + H3O^1 (-589) -> H^0 (-1331) -At time : 341.48 ns Reaction : e_aq^-1 (-511) + OH^0 (-680) -> OH^-1 (-1332) -At time : 348.8 ns Reaction : e_aq^-1 (-435) + H3O^1 (-727) -> H^0 (-1333) -At time : 415.38 ns Reaction : OH^0 (-818) + OH^0 (-969) -> H2O2^0 (-1334) -At time : 463.3 ns Reaction : H3O^1 (-613) + OH^-1 (-1278) -> No product -At time : 487.52 ns Reaction : H^0 (-1317) + H^0 (-1327) -> H_2^0 (-1335) -At time : 606.13 ns Reaction : e_aq^-1 (-245) + OH^0 (-800) -> OH^-1 (-1336) -At time : 615.92 ns Reaction : e_aq^-1 (-164) + H2O2^0 (-1139) -> OH^-1 (-1337) + OH^0 (-1338) -At time : 639.35 ns Reaction : OH^0 (-978) + OH^0 (-1063) -> H2O2^0 (-1339) -At time : 661.99 ns Reaction : OH^0 (-676) + OH^0 (-714) -> H2O2^0 (-1340) -At time : 814.87 ns Reaction : OH^0 (-646) + OH^0 (-868) -> H2O2^0 (-1341) -At time : 828.2 ns Reaction : e_aq^-1 (-169) + OH^0 (-1086) -> OH^-1 (-1342) -At time : 895.17 ns Reaction : OH^-1 (-1258) + H3O^1 (-751) -> No product +At time : 2.2093 ns Reaction : H^0 (-976) + OH^0 (-632) -> No product +At time : 2.2233 ns Reaction : OH^-1 (-1199) + H3O^1 (-807) -> No product +At time : 2.2653 ns Reaction : OH^0 (-1104) + H^0 (-1105) -> No product +At time : 2.3119 ns Reaction : e_aq^-1 (-505) + H3O^1 (-883) -> H^0 (-1215) +At time : 2.3274 ns Reaction : e_aq^-1 (-114) + OH^0 (-956) -> OH^-1 (-1216) +At time : 2.3589 ns Reaction : H3O^1 (-657) + OH^-1 (-1216) -> No product +At time : 2.3877 ns Reaction : OH^0 (-1093) + e_aq^-1 (-152) -> OH^-1 (-1217) +At time : 2.4527 ns Reaction : OH^0 (-640) + OH^0 (-798) -> H2O2^0 (-1218) +At time : 2.4917 ns Reaction : OH^0 (-600) + OH^0 (-878) -> H2O2^0 (-1219) +At time : 2.599 ns Reaction : e_aq^-1 (-436) + OH^0 (-728) -> OH^-1 (-1220) +At time : 2.629 ns Reaction : OH^-1 (-1195) + H3O^1 (-912) -> No product +At time : 2.636 ns Reaction : e_aq^-1 (-334) + H3O^1 (-757) -> H^0 (-1221) +At time : 2.7809 ns Reaction : OH^0 (-1098) + OH^0 (-834) -> H2O2^0 (-1222) +At time : 2.812 ns Reaction : H^0 (-1113) + H^0 (-1183) -> H_2^0 (-1223) +At time : 2.818 ns Reaction : e_aq^-1 (-439) + OH^0 (-602) -> OH^-1 (-1224) +At time : 2.8727 ns Reaction : e_aq^-1 (-245) + OH^0 (-774) -> OH^-1 (-1225) +At time : 3.3329 ns Reaction : OH^-1 (-1214) + H3O^1 (-1083) -> No product +At time : 3.4267 ns Reaction : e_aq^-1 (-306) + H3O^1 (-805) -> H^0 (-1226) +At time : 3.5837 ns Reaction : e_aq^-1 (-461) + OH^0 (-726) -> OH^-1 (-1227) +At time : 3.7861 ns Reaction : OH^0 (-784) + e_aq^-1 (-949) -> OH^-1 (-1228) +At time : 3.8177 ns Reaction : e_aq^-1 (-544) + OH^0 (-894) -> OH^-1 (-1229) +At time : 4.0207 ns Reaction : e_aq^-1 (-442) + OH^0 (-932) -> OH^-1 (-1230) +At time : 4.1606 ns Reaction : e_aq^-1 (-483) + OH^0 (-708) -> OH^-1 (-1231) +At time : 4.4091 ns Reaction : e_aq^-1 (-480) + OH^0 (-620) -> OH^-1 (-1232) +At time : 4.6914 ns Reaction : e_aq^-1 (-330) + H3O^1 (-631) -> H^0 (-1233) +At time : 5.0492 ns Reaction : e_aq^-1 (-473) + H3O^1 (-617) -> H^0 (-1234) +At time : 5.0704 ns Reaction : OH^0 (-634) + OH^0 (-756) -> H2O2^0 (-1235) +At time : 5.1683 ns Reaction : OH^0 (-802) + H^0 (-972) -> No product +At time : 5.2233 ns Reaction : e_aq^-1 (-270) + H3O^1 (-785) -> H^0 (-1236) +At time : 5.2365 ns Reaction : OH^0 (-980) + e_aq^-1 (-140) -> OH^-1 (-1237) +At time : 5.299 ns Reaction : OH^0 (-1121) + H^0 (-1122) -> No product +At time : 5.3524 ns Reaction : OH^0 (-1024) + OH^0 (-692) -> H2O2^0 (-1238) +At time : 5.4643 ns Reaction : OH^0 (-975) + OH^0 (-630) -> H2O2^0 (-1239) +At time : 5.7774 ns Reaction : OH^-1 (-1237) + H3O^1 (-829) -> No product +At time : 5.921 ns Reaction : e_aq^-1 (-116) + OH^0 (-978) -> OH^-1 (-1240) +At time : 5.9987 ns Reaction : e_aq^-1 (-281) + OH^0 (-947) -> OH^-1 (-1241) +At time : 6.0381 ns Reaction : e_aq^-1 (-484) + OH^0 (-674) -> OH^-1 (-1242) +At time : 6.046 ns Reaction : OH^0 (-800) + H^0 (-1236) -> No product +At time : 6.0964 ns Reaction : H3O^1 (-609) + OH^-1 (-1224) -> No product +At time : 6.1741 ns Reaction : H3O^1 (-579) + OH^-1 (-1205) -> No product +At time : 6.2139 ns Reaction : H3O^1 (-851) + OH^-1 (-1213) -> No product +At time : 7.5989 ns Reaction : H3O^1 (-705) + OH^-1 (-1242) -> No product +At time : 8.1486 ns Reaction : OH^0 (-1030) + e_aq^-1 (-910) -> OH^-1 (-1243) +At time : 8.1648 ns Reaction : OH^-1 (-1210) + H3O^1 (-900) -> No product +At time : 8.3701 ns Reaction : e_aq^-1 (-479) + OH^0 (-716) -> OH^-1 (-1244) +At time : 8.5909 ns Reaction : e_aq^-1 (-164) + OH^0 (-953) -> OH^-1 (-1245) +At time : 8.7497 ns Reaction : H3O^1 (-647) + OH^-1 (-1228) -> No product +At time : 8.9622 ns Reaction : e_aq^-1 (-192) + OH^0 (-868) -> OH^-1 (-1246) +At time : 9.1312 ns Reaction : e_aq^-1 (-252) + OH^0 (-1077) -> OH^-1 (-1247) +At time : 9.3315 ns Reaction : H3O^1 (-663) + OH^-1 (-1240) -> No product +At time : 10.176 ns Reaction : OH^0 (-991) + H^0 (-1115) -> No product +At time : 10.32 ns Reaction : H2O2^0 (-1179) + e_aq^-1 (-916) -> OH^-1 (-1248) + OH^0 (-1249) +At time : 10.557 ns Reaction : H^0 (-1068) + OH^0 (-648) -> No product +At time : 11.229 ns Reaction : OH^0 (-1009) + OH^0 (-941) -> H2O2^0 (-1250) +At time : 11.815 ns Reaction : OH^-1 (-1225) + H3O^1 (-769) -> No product +At time : 11.936 ns Reaction : H3O^1 (-707) + OH^-1 (-1244) -> No product +At time : 12.177 ns Reaction : e_aq^-1 (-563) + OH^0 (-898) -> OH^-1 (-1251) +At time : 12.407 ns Reaction : OH^0 (-989) + e_aq^-1 (-329) -> OH^-1 (-1252) +At time : 12.434 ns Reaction : e_aq^-1 (-203) + OH^0 (-866) -> OH^-1 (-1253) +At time : 13.172 ns Reaction : e_aq^-1 (-208) + OH^0 (-870) -> OH^-1 (-1254) +At time : 13.638 ns Reaction : H^0 (-1109) + OH^0 (-658) -> No product +At time : 13.711 ns Reaction : e_aq^-1 (-496) + OH^0 (-568) -> OH^-1 (-1255) +At time : 14.815 ns Reaction : e_aq^-1 (-313) + OH^0 (-1060) -> OH^-1 (-1256) +At time : 16.059 ns Reaction : e_aq^-1 (-347) + H2O2^0 (-1161) -> OH^-1 (-1257) + OH^0 (-1258) +At time : 17.723 ns Reaction : H3O^1 (-1065) + OH^-1 (-1247) -> No product +At time : 17.77 ns Reaction : e_aq^-1 (-431) + OH^0 (-732) -> OH^-1 (-1259) +At time : 18.001 ns Reaction : e_aq^-1 (-165) + H3O^1 (-835) -> H^0 (-1260) +At time : 18.104 ns Reaction : H3O^1 (-603) + OH^-1 (-1243) -> No product +At time : 18.173 ns Reaction : H^0 (-1064) + OH^0 (-642) -> No product +At time : 19.526 ns Reaction : H3O^1 (-1000) + e_aq^-1 (-515) -> H^0 (-1261) +At time : 19.57 ns Reaction : e_aq^-1 (-425) + OH^0 (-610) -> OH^-1 (-1262) +At time : 19.903 ns Reaction : e_aq^-1 (-131) + OH^0 (-818) -> OH^-1 (-1263) +At time : 27.981 ns Reaction : e_aq^-1 (-303) + H^0 (-1178) -> OH^-1 (-1264) + H_2^0 (-1265) +At time : 29.7 ns Reaction : e_aq^-1 (-310) + OH^0 (-1005) -> OH^-1 (-1266) +At time : 32.959 ns Reaction : e_aq^-1 (-385) + OH^0 (-917) -> OH^-1 (-1267) +At time : 33.09 ns Reaction : OH^0 (-1021) + H^0 (-988) -> No product +At time : 35.853 ns Reaction : OH^-1 (-1266) + H3O^1 (-787) -> No product +At time : 37.125 ns Reaction : OH^0 (-1040) + e_aq^-1 (-443) -> OH^-1 (-1268) +At time : 38.176 ns Reaction : H3O^1 (-615) + OH^-1 (-1231) -> No product +At time : 38.731 ns Reaction : H3O^1 (-621) + OH^-1 (-1227) -> No product +At time : 40.209 ns Reaction : H^0 (-986) + e_aq^-1 (-937) -> OH^-1 (-1269) + H_2^0 (-1270) +At time : 40.908 ns Reaction : OH^-1 (-1193) + H3O^1 (-803) -> No product +At time : 43.989 ns Reaction : OH^-1 (-1248) + H3O^1 (-1085) -> No product +At time : 49.072 ns Reaction : OH^-1 (-1267) + H3O^1 (-739) -> No product +At time : 50.315 ns Reaction : OH^-1 (-1257) + H3O^1 (-633) -> No product +At time : 51.477 ns Reaction : e_aq^-1 (-91) + H3O^1 (-811) -> H^0 (-1271) +At time : 51.681 ns Reaction : OH^-1 (-1269) + H3O^1 (-909) -> No product +At time : 51.826 ns Reaction : e_aq^-1 (-492) + H3O^1 (-619) -> H^0 (-1272) +At time : 57.087 ns Reaction : H3O^1 (-741) + OH^-1 (-1254) -> No product +At time : 58.037 ns Reaction : H3O^1 (-577) + e_aq^-1 (-952) -> H^0 (-1273) +At time : 64.649 ns Reaction : e_aq^-1 (-394) + e_aq^-1 (-390) -> OH^-1 (-1274) + OH^-1 (-1275) + H_2^0 (-1276) +At time : 66.867 ns Reaction : e_aq^-1 (-128) + OH^0 (-1016) -> OH^-1 (-1277) +At time : 71.752 ns Reaction : H3O^1 (-877) + OH^-1 (-1230) -> No product +At time : 72.856 ns Reaction : e_aq^-1 (-471) + OH^0 (-882) -> OH^-1 (-1278) +At time : 73.289 ns Reaction : e_aq^-1 (-277) + OH^0 (-758) -> OH^-1 (-1279) +At time : 75.491 ns Reaction : OH^0 (-580) + H^0 (-1272) -> No product +At time : 78.568 ns Reaction : e_aq^-1 (-112) + H3O^1 (-1076) -> H^0 (-1280) +At time : 78.848 ns Reaction : OH^-1 (-1277) + H3O^1 (-629) -> No product +At time : 81.125 ns Reaction : e_aq^-1 (-151) + H3O^1 (-1074) -> H^0 (-1281) +At time : 84.74 ns Reaction : OH^0 (-1011) + OH^0 (-923) -> H2O2^0 (-1282) +At time : 90.789 ns Reaction : OH^-1 (-1253) + H3O^1 (-659) -> No product +At time : 91.115 ns Reaction : OH^-1 (-1217) + H3O^1 (-927) -> No product +At time : 101.98 ns Reaction : e_aq^-1 (-200) + OH^0 (-768) -> OH^-1 (-1283) +At time : 104.77 ns Reaction : e_aq^-1 (-173) + H^0 (-1280) -> OH^-1 (-1284) + H_2^0 (-1285) +At time : 105.39 ns Reaction : H^0 (-1092) + OH^0 (-654) -> No product +At time : 106.69 ns Reaction : e_aq^-1 (-344) + H2O2^0 (-1196) -> OH^-1 (-1286) + OH^0 (-1287) +At time : 106.8 ns Reaction : e_aq^-1 (-186) + OH^0 (-1008) -> OH^-1 (-1288) +At time : 114.17 ns Reaction : e_aq^-1 (-169) + OH^0 (-594) -> OH^-1 (-1289) +At time : 114.29 ns Reaction : OH^0 (-714) + OH^0 (-876) -> H2O2^0 (-1290) +At time : 114.31 ns Reaction : e_aq^-1 (-283) + OH^0 (-810) -> OH^-1 (-1291) +At time : 119.84 ns Reaction : OH^0 (-772) + OH^0 (-782) -> H2O2^0 (-1292) +At time : 124.57 ns Reaction : OH^0 (-836) + OH^0 (-856) -> H2O2^0 (-1293) +At time : 134.6 ns Reaction : H3O^1 (-1110) + e_aq^-1 (-105) -> H^0 (-1294) +At time : 137.25 ns Reaction : H3O^1 (-813) + OH^-1 (-1283) -> No product +At time : 139.74 ns Reaction : e_aq^-1 (-307) + H^0 (-1163) -> OH^-1 (-1295) + H_2^0 (-1296) +At time : 145.95 ns Reaction : OH^-1 (-1268) + H3O^1 (-933) -> No product +At time : 146.65 ns Reaction : e_aq^-1 (-150) + H3O^1 (-641) -> H^0 (-1297) +At time : 148.99 ns Reaction : e_aq^-1 (-274) + H2O2^0 (-1132) -> OH^-1 (-1298) + OH^0 (-1299) +At time : 149.74 ns Reaction : H3O^1 (-1020) + OH^-1 (-1274) -> No product +At time : 150.55 ns Reaction : e_aq^-1 (-474) + OH^0 (-584) -> OH^-1 (-1300) +At time : 158.98 ns Reaction : OH^0 (-1041) + e_aq^-1 (-404) -> OH^-1 (-1301) +At time : 159.01 ns Reaction : H^0 (-1062) + OH^0 (-814) -> No product +At time : 165.5 ns Reaction : OH^0 (-1018) + e_aq^-1 (-247) -> OH^-1 (-1302) +At time : 166.16 ns Reaction : e_aq^-1 (-246) + H2O2^0 (-1204) -> OH^-1 (-1303) + OH^0 (-1304) +At time : 172.19 ns Reaction : e_aq^-1 (-171) + H3O^1 (-954) -> H^0 (-1305) +At time : 173.34 ns Reaction : e_aq^-1 (-508) + H3O^1 (-930) -> H^0 (-1306) +At time : 192.5 ns Reaction : H3O^1 (-635) + OH^-1 (-1295) -> No product +At time : 196.86 ns Reaction : e_aq^-1 (-386) + OH^0 (-724) -> OH^-1 (-1307) +At time : 201.38 ns Reaction : e_aq^-1 (-535) + OH^0 (-682) -> OH^-1 (-1308) +At time : 201.58 ns Reaction : OH^-1 (-1256) + H3O^1 (-861) -> No product +At time : 210.45 ns Reaction : OH^-1 (-1302) + H3O^1 (-837) -> No product +At time : 211.66 ns Reaction : OH^-1 (-1303) + H3O^1 (-589) -> No product +At time : 215.28 ns Reaction : e_aq^-1 (-411) + OH^0 (-750) -> OH^-1 (-1309) +At time : 221.58 ns Reaction : e_aq^-1 (-209) + H2O2^0 (-1145) -> OH^-1 (-1310) + OH^0 (-1311) +At time : 232.35 ns Reaction : e_aq^-1 (-88) + H^0 (-1273) -> OH^-1 (-1312) + H_2^0 (-1313) +At time : 233.34 ns Reaction : e_aq^-1 (-463) + H2O2^0 (-1146) -> OH^-1 (-1314) + OH^0 (-1315) +At time : 250.87 ns Reaction : OH^-1 (-1245) + H3O^1 (-857) -> No product +At time : 255.49 ns Reaction : OH^-1 (-1301) + H3O^1 (-723) -> No product +At time : 316.91 ns Reaction : H3O^1 (-1032) + OH^-1 (-1255) -> No product +At time : 320.51 ns Reaction : e_aq^-1 (-430) + OH^0 (-754) -> OH^-1 (-1316) +At time : 329.97 ns Reaction : OH^0 (-1029) + e_aq^-1 (-520) -> OH^-1 (-1317) +At time : 378.49 ns Reaction : OH^-1 (-1264) + H3O^1 (-869) -> No product +At time : 437.47 ns Reaction : OH^-1 (-1288) + H3O^1 (-767) -> No product +At time : 474.04 ns Reaction : OH^0 (-1304) + e_aq^-1 (-392) -> OH^-1 (-1318) +At time : 491.06 ns Reaction : OH^-1 (-1291) + H3O^1 (-918) -> No product +At time : 492.65 ns Reaction : OH^-1 (-1286) + H3O^1 (-809) -> No product +At time : 535.91 ns Reaction : e_aq^-1 (-97) + H2O2^0 (-1142) -> OH^-1 (-1319) + OH^0 (-1320) +At time : 541.22 ns Reaction : e_aq^-1 (-199) + H3O^1 (-936) -> H^0 (-1321) +At time : 552.6 ns Reaction : H3O^1 (-673) + OH^-1 (-1314) -> No product +At time : 556 ns Reaction : OH^0 (-1320) + H^0 (-1260) -> No product +At time : 636.37 ns Reaction : e_aq^-1 (-416) + H3O^1 (-717) -> H^0 (-1322) +At time : 659.56 ns Reaction : H3O^1 (-845) + OH^-1 (-1278) -> No product +At time : 662.21 ns Reaction : OH^0 (-804) + e_aq^-1 (-913) -> OH^-1 (-1323) +At time : 852.87 ns Reaction : e_aq^-1 (-413) + OH^0 (-1086) -> OH^-1 (-1324) +At time : 955.29 ns Reaction : H3O^1 (-839) + OH^-1 (-1323) -> No product +At time : 977.42 ns Reaction : e_aq^-1 (-120) + OH^0 (-778) -> OH^-1 (-1325) *** G4Scheduler ends at time : 1 us ___________________________________ Run terminated. Run Summary Number of events processed : 1 - User=89.520000s Real=90.967731s Sys=0.220000s + User=90.530000s Real=91.364775s Sys=0.020000s G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. @@ -550,7 +546,7 @@ Pool ID '18G4TouchableHistory', size : 0.0913 MB Pool ID '15G4CountedObjectIvE', size : 0.0288 MB Pool ID '10G4Molecule', size : 0.0942 MB Pool ID '8G4KDTree', size : 0.000961 MB -Pool ID '8G4KDNodeI4G4ITE', size : 0.0625 MB +Pool ID '8G4KDNodeI4G4ITE', size : 0.0519 MB Pool ID '14G4KDTreeResult', size : 0.000961 MB Pool ID '8G4KDNodeI10G4MoleculeE', size : 0.000961 MB Number of memory pools allocated: 15 of which, static: 0 diff --git a/examples/extended/medical/dna/chem2/History b/examples/extended/medical/dna/chem2/History index 49bf0cfe8e..ae886641d3 100644 --- a/examples/extended/medical/dna/chem2/History +++ b/examples/extended/medical/dna/chem2/History @@ -1,18 +1,16 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Example chem2 History - chem2 History file - ------------------ -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- + +## 2021-12-10 Ben Morgan (chem2-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 31.12.2020 John Allison tag chem2-V10-07-00 ----------------------------------------------------- diff --git a/examples/extended/medical/dna/chem2/chem2.out b/examples/extended/medical/dna/chem2/chem2.out index a7a27c6a24..5c314e8a55 100644 --- a/examples/extended/medical/dna/chem2/chem2.out +++ b/examples/extended/medical/dna/chem2/chem2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,36 +21,19 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ===== Register constructor ==== G4EmDNAPhysics ===== Register constructor ==== G4EmDNAChemistry -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -62,22 +45,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -85,18 +69,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -131,64 +115,75 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI Physics stage ends Number of chemical species involved in reactions = 6 Reaction Reaction Rate [dm3/(mol*s)] Interaction Range for chosen reaction model [nm] @@ -693,3635 +688,3649 @@ At time : 54.1 ps Reaction : H3O^1 (-11342) + OH^-1 (-11682) -> No product At time : 54.1 ps Reaction : OH^0 (-9360) + H^0 (-11267) -> No product At time : 54.1 ps Reaction : H^0 (-9678) + OH^0 (-10717) -> No product At time : 54.1 ps Reaction : e_aq^-1 (-4565) + OH^0 (-8963) -> OH^-1 (-11704) -At time : 55.1 ps Reaction : OH^0 (-9929) + OH^0 (-5976) -> H2O2^0 (-11705) -At time : 55.1 ps Reaction : OH^0 (-6662) + H^0 (-9014) -> No product -At time : 55.1 ps Reaction : H3O^1 (-8703) + e_aq^-1 (-8704) -> H^0 (-11706) -At time : 56.1 ps Reaction : e_aq^-1 (-4545) + H3O^1 (-7557) -> H^0 (-11707) -At time : 57.1 ps Reaction : OH^0 (-9563) + OH^0 (-7722) -> H2O2^0 (-11708) -At time : 57.1 ps Reaction : OH^0 (-8414) + e_aq^-1 (-8416) -> OH^-1 (-11709) -At time : 58.1 ps Reaction : H3O^1 (-9925) + OH^-1 (-11709) -> No product -At time : 59.1 ps Reaction : H^0 (-10667) + OH^0 (-9529) -> No product -At time : 59.1 ps Reaction : OH^0 (-10519) + OH^0 (-7564) -> H2O2^0 (-11710) -At time : 59.1 ps Reaction : OH^0 (-10455) + OH^0 (-8118) -> H2O2^0 (-11711) -At time : 59.1 ps Reaction : e_aq^-1 (-1247) + OH^0 (-7024) -> OH^-1 (-11712) -At time : 59.1 ps Reaction : H3O^1 (-7023) + OH^-1 (-11712) -> No product -At time : 60.1 ps Reaction : H^0 (-9910) + OH^0 (-6798) -> No product -At time : 60.1 ps Reaction : OH^0 (-9270) + OH^0 (-6194) -> H2O2^0 (-11713) -At time : 61.1 ps Reaction : OH^0 (-11299) + OH^0 (-7776) -> H2O2^0 (-11714) -At time : 61.1 ps Reaction : H^0 (-10069) + OH^0 (-6958) -> No product -At time : 61.1 ps Reaction : e_aq^-1 (-1516) + H3O^1 (-7955) -> H^0 (-11715) -At time : 62.1 ps Reaction : OH^0 (-10193) + OH^0 (-8876) -> H2O2^0 (-11716) -At time : 62.1 ps Reaction : OH^0 (-9771) + OH^0 (-6614) -> H2O2^0 (-11717) -At time : 62.1 ps Reaction : OH^0 (-9543) + OH^0 (-9542) -> H2O2^0 (-11718) -At time : 62.1 ps Reaction : H^0 (-9198) + OH^0 (-6388) -> No product -At time : 62.1 ps Reaction : OH^0 (-7518) + H^0 (-8954) -> No product -At time : 62.1 ps Reaction : OH^0 (-7018) + OH^0 (-8006) -> H2O2^0 (-11719) -At time : 62.1 ps Reaction : OH^0 (-8052) + OH^0 (-8056) -> H2O2^0 (-11720) -At time : 63.1 ps Reaction : OH^0 (-11295) + OH^0 (-9572) -> H2O2^0 (-11721) -At time : 63.1 ps Reaction : H^0 (-11212) + OH^0 (-6660) -> No product -At time : 63.1 ps Reaction : H^0 (-10977) + OH^0 (-8504) -> No product -At time : 63.1 ps Reaction : H^0 (-10963) + OH^0 (-8000) -> No product -At time : 63.1 ps Reaction : H^0 (-10262) + OH^0 (-7234) -> No product -At time : 63.1 ps Reaction : H^0 (-9700) + OH^0 (-9005) -> No product -At time : 63.1 ps Reaction : H^0 (-9139) + OH^0 (-6028) -> No product -At time : 64.1 ps Reaction : OH^0 (-10603) + OH^0 (-6648) -> H2O2^0 (-11722) -At time : 64.1 ps Reaction : H3O^1 (-9923) + e_aq^-1 (-8551) -> H^0 (-11723) -At time : 65.1 ps Reaction : H^0 (-10541) + H^0 (-9996) -> H_2^0 (-11724) -At time : 65.1 ps Reaction : e_aq^-1 (-5227) + H3O^1 (-8187) -> H^0 (-11725) -At time : 66.1 ps Reaction : H^0 (-10618) + OH^0 (-10617) -> No product -At time : 66.1 ps Reaction : OH^0 (-8638) + e_aq^-1 (-8914) -> OH^-1 (-11726) -At time : 66.1 ps Reaction : OH^0 (-7528) + OH^0 (-8840) -> H2O2^0 (-11727) -At time : 67.1 ps Reaction : OH^0 (-8148) + OH^0 (-11239) -> H2O2^0 (-11728) -At time : 67.1 ps Reaction : H^0 (-9935) + OH^0 (-9029) -> No product -At time : 67.1 ps Reaction : OH^0 (-7850) + OH^0 (-9017) -> H2O2^0 (-11729) -At time : 68.1 ps Reaction : H2O2^0 (-11509) + e_aq^-1 (-8881) -> OH^-1 (-11730) + OH^0 (-11731) -At time : 68.1 ps Reaction : OH^0 (-8266) + H^0 (-9094) -> No product -At time : 69.1 ps Reaction : H3O^1 (-10208) + OH^-1 (-11730) -> No product -At time : 69.1 ps Reaction : H3O^1 (-10295) + OH^-1 (-5723) -> No product -At time : 69.1 ps Reaction : OH^0 (-9382) + OH^0 (-8292) -> H2O2^0 (-11732) -At time : 69.1 ps Reaction : e_aq^-1 (-3491) + H3O^1 (-8532) -> H^0 (-11733) -At time : 70.1 ps Reaction : OH^-1 (-11522) + H3O^1 (-7679) -> No product -At time : 70.1 ps Reaction : OH^0 (-10349) + OH^0 (-10350) -> H2O2^0 (-11734) -At time : 70.1 ps Reaction : OH^0 (-9195) + OH^0 (-8743) -> H2O2^0 (-11735) -At time : 71.1 ps Reaction : OH^0 (-11185) + H^0 (-11186) -> No product -At time : 71.1 ps Reaction : OH^0 (-9263) + H^0 (-9445) -> No product -At time : 71.1 ps Reaction : OH^0 (-6986) + OH^0 (-8339) -> H2O2^0 (-11736) -At time : 71.1 ps Reaction : e_aq^-1 (-1910) + H3O^1 (-6195) -> H^0 (-11737) -At time : 72.1 ps Reaction : OH^0 (-9763) + OH^0 (-9752) -> H2O2^0 (-11738) -At time : 72.1 ps Reaction : OH^0 (-9714) + OH^0 (-8769) -> H2O2^0 (-11739) -At time : 73.1 ps Reaction : OH^0 (-10238) + OH^0 (-8144) -> H2O2^0 (-11740) -At time : 73.1 ps Reaction : H^0 (-10234) + e_aq^-1 (-8452) -> OH^-1 (-11741) + H_2^0 (-11742) -At time : 73.1 ps Reaction : OH^0 (-10098) + OH^0 (-6022) -> H2O2^0 (-11743) -At time : 73.1 ps Reaction : OH^0 (-9197) + OH^0 (-6392) -> H2O2^0 (-11744) -At time : 74.1 ps Reaction : OH^0 (-11139) + OH^0 (-6092) -> H2O2^0 (-11745) -At time : 74.1 ps Reaction : OH^0 (-9951) + OH^0 (-6834) -> H2O2^0 (-11746) -At time : 75.1 ps Reaction : OH^-1 (-11741) + H3O^1 (-8145) -> No product -At time : 75.1 ps Reaction : OH^0 (-11313) + OH^0 (-10526) -> H2O2^0 (-11747) -At time : 75.1 ps Reaction : OH^0 (-10372) + OH^0 (-8284) -> H2O2^0 (-11748) -At time : 75.1 ps Reaction : H^0 (-10321) + OH^0 (-10319) -> No product -At time : 75.1 ps Reaction : OH^0 (-7880) + e_aq^-1 (-8545) -> OH^-1 (-11749) -At time : 76.1 ps Reaction : OH^-1 (-11749) + H3O^1 (-7879) -> No product -At time : 76.1 ps Reaction : H^0 (-11590) + OH^0 (-8651) -> No product -At time : 76.1 ps Reaction : OH^0 (-9129) + OH^0 (-10270) -> H2O2^0 (-11750) -At time : 77.1 ps Reaction : OH^0 (-10488) + H^0 (-9428) -> No product -At time : 77.1 ps Reaction : OH^0 (-8607) + OH^0 (-8608) -> H2O2^0 (-11751) -At time : 78.1 ps Reaction : OH^0 (-11320) + OH^0 (-9432) -> H2O2^0 (-11752) -At time : 78.1 ps Reaction : OH^0 (-6840) + H^0 (-9034) -> No product -At time : 79.1 ps Reaction : OH^0 (-11329) + OH^0 (-5730) -> H2O2^0 (-11753) -At time : 79.1 ps Reaction : H^0 (-10496) + OH^0 (-10500) -> No product -At time : 79.1 ps Reaction : H3O^1 (-7043) + e_aq^-1 (-8377) -> H^0 (-11754) -At time : 79.1 ps Reaction : OH^0 (-5763) + e_aq^-1 (-8359) -> OH^-1 (-11755) -At time : 79.1 ps Reaction : OH^-1 (-5807) + H3O^1 (-8265) -> No product -At time : 79.1 ps Reaction : OH^0 (-8202) + OH^0 (-8204) -> H2O2^0 (-11756) -At time : 79.1 ps Reaction : e_aq^-1 (-4637) + H3O^1 (-6173) -> H^0 (-11757) -At time : 81.1 ps Reaction : OH^0 (-10965) + OH^0 (-9429) -> H2O2^0 (-11758) -At time : 81.1 ps Reaction : OH^0 (-8222) + OH^0 (-8943) -> H2O2^0 (-11759) -At time : 81.1 ps Reaction : e_aq^-1 (-1462) + H3O^1 (-7965) -> H^0 (-11760) -At time : 82.1 ps Reaction : OH^0 (-10920) + e_aq^-1 (-1509) -> OH^-1 (-11761) -At time : 82.1 ps Reaction : OH^-1 (-5747) + H3O^1 (-6947) -> No product -At time : 82.1 ps Reaction : e_aq^-1 (-4367) + OH^0 (-6892) -> OH^-1 (-11762) -At time : 82.1 ps Reaction : OH^-1 (-11762) + H3O^1 (-6879) -> No product -At time : 83.1 ps Reaction : OH^0 (-11126) + OH^0 (-7436) -> H2O2^0 (-11763) -At time : 83.1 ps Reaction : OH^0 (-6308) + OH^0 (-6312) -> H2O2^0 (-11764) -At time : 84.1 ps Reaction : OH^0 (-11092) + OH^0 (-11095) -> H2O2^0 (-11765) -At time : 84.1 ps Reaction : OH^0 (-10507) + OH^0 (-10117) -> H2O2^0 (-11766) -At time : 84.1 ps Reaction : H^0 (-10140) + H^0 (-9072) -> H_2^0 (-11767) -At time : 85.1 ps Reaction : OH^0 (-10730) + OH^0 (-9007) -> H2O2^0 (-11768) -At time : 85.1 ps Reaction : OH^0 (-8663) + e_aq^-1 (-8665) -> OH^-1 (-11769) -At time : 86.1 ps Reaction : H3O^1 (-6943) + OH^-1 (-11761) -> No product -At time : 86.1 ps Reaction : H3O^1 (-6641) + OH^-1 (-11572) -> No product -At time : 86.1 ps Reaction : OH^0 (-10990) + H^0 (-10991) -> No product -At time : 87.1 ps Reaction : H^0 (-9791) + OH^0 (-10749) -> No product -At time : 87.1 ps Reaction : H^0 (-10509) + OH^0 (-8008) -> No product -At time : 87.1 ps Reaction : OH^0 (-10414) + e_aq^-1 (-8395) -> OH^-1 (-11770) -At time : 87.1 ps Reaction : OH^0 (-8032) + e_aq^-1 (-8497) -> OH^-1 (-11771) -At time : 88.1 ps Reaction : OH^0 (-9556) + e_aq^-1 (-3583) -> OH^-1 (-11772) -At time : 88.1 ps Reaction : OH^0 (-9209) + e_aq^-1 (-8758) -> OH^-1 (-11773) -At time : 88.1 ps Reaction : H3O^1 (-7719) + OH^-1 (-11772) -> No product -At time : 89.1 ps Reaction : OH^0 (-8036) + OH^0 (-8038) -> H2O2^0 (-11774) -At time : 90.1 ps Reaction : OH^0 (-9137) + OH^0 (-8326) -> H2O2^0 (-11775) -At time : 90.1 ps Reaction : e_aq^-1 (-4996) + OH^0 (-7138) -> OH^-1 (-11776) -At time : 91.1 ps Reaction : H^0 (-10433) + H^0 (-9341) -> H_2^0 (-11777) -At time : 91.1 ps Reaction : OH^0 (-9249) + OH^0 (-9853) -> H2O2^0 (-11778) -At time : 91.1 ps Reaction : OH^0 (-9677) + OH^0 (-9673) -> H2O2^0 (-11779) -At time : 92.1 ps Reaction : e_aq^-1 (-1219) + OH^0 (-6026) -> OH^-1 (-11780) -At time : 93.1 ps Reaction : OH^0 (-11026) + H^0 (-11027) -> No product -At time : 93.1 ps Reaction : H^0 (-11005) + OH^0 (-7516) -> No product -At time : 93.1 ps Reaction : e_aq^-1 (-3314) + OH^0 (-5880) -> OH^-1 (-11781) -At time : 93.1 ps Reaction : OH^-1 (-11771) + H3O^1 (-8029) -> No product -At time : 94.1 ps Reaction : H3O^1 (-7027) + OH^-1 (-11641) -> No product -At time : 94.1 ps Reaction : OH^0 (-9926) + H^0 (-9933) -> No product -At time : 94.1 ps Reaction : e_aq^-1 (-5170) + H3O^1 (-7201) -> H^0 (-11782) -At time : 95.1 ps Reaction : OH^0 (-10152) + OH^0 (-10153) -> H2O2^0 (-11783) -At time : 95.1 ps Reaction : OH^0 (-9339) + OH^0 (-7190) -> H2O2^0 (-11784) -At time : 95.1 ps Reaction : e_aq^-1 (-5056) + OH^0 (-8441) -> OH^-1 (-11785) -At time : 95.1 ps Reaction : OH^0 (-7122) + OH^0 (-8086) -> H2O2^0 (-11786) -At time : 95.1 ps Reaction : e_aq^-1 (-4495) + OH^0 (-6934) -> OH^-1 (-11787) -At time : 96.1 ps Reaction : OH^0 (-11164) + H^0 (-8940) -> No product -At time : 96.1 ps Reaction : OH^0 (-10774) + e_aq^-1 (-8356) -> OH^-1 (-11788) -At time : 96.1 ps Reaction : OH^0 (-9896) + OH^0 (-10577) -> H2O2^0 (-11789) -At time : 96.1 ps Reaction : OH^0 (-6682) + OH^0 (-7834) -> H2O2^0 (-11790) -At time : 96.1 ps Reaction : e_aq^-1 (-5192) + H3O^1 (-7243) -> H^0 (-11791) -At time : 96.1 ps Reaction : OH^0 (-6964) + OH^0 (-6966) -> H2O2^0 (-11792) -At time : 96.1 ps Reaction : OH^0 (-7856) + OH^0 (-7858) -> H2O2^0 (-11793) -At time : 97.1 ps Reaction : OH^0 (-10020) + H^0 (-10023) -> No product -At time : 97.1 ps Reaction : OH^0 (-9969) + H^0 (-9271) -> No product -At time : 98.1 ps Reaction : H3O^1 (-10773) + OH^-1 (-11788) -> No product -At time : 98.1 ps Reaction : OH^0 (-7670) + OH^0 (-7674) -> H2O2^0 (-11794) -At time : 98.1 ps Reaction : e_aq^-1 (-876) + H3O^1 (-7495) -> H^0 (-11795) -At time : 99.1 ps Reaction : OH^0 (-9979) + OH^0 (-7920) -> H2O2^0 (-11796) -At time : 101.1 ps Reaction : OH^0 (-11344) + OH^0 (-8621) -> H2O2^0 (-11797) -At time : 101.1 ps Reaction : OH^0 (-10337) + OH^0 (-8318) -> H2O2^0 (-11798) -At time : 101.1 ps Reaction : OH^0 (-9474) + OH^0 (-9475) -> H2O2^0 (-11799) -At time : 101.1 ps Reaction : OH^-1 (-5798) + H3O^1 (-8559) -> No product -At time : 111.1 ps Reaction : H3O^1 (-5879) + OH^-1 (-11781) -> No product -At time : 111.1 ps Reaction : OH^-1 (-11644) + H3O^1 (-7207) -> No product -At time : 111.1 ps Reaction : H^0 (-10995) + OH^0 (-9071) -> No product -At time : 111.1 ps Reaction : OH^0 (-10955) + OH^0 (-7544) -> H2O2^0 (-11800) -At time : 111.1 ps Reaction : OH^0 (-10358) + OH^0 (-9385) -> H2O2^0 (-11801) -At time : 111.1 ps Reaction : OH^0 (-10182) + OH^0 (-10183) -> H2O2^0 (-11802) -At time : 111.1 ps Reaction : OH^0 (-10169) + OH^0 (-7106) -> H2O2^0 (-11803) -At time : 111.1 ps Reaction : H^0 (-9841) + OH^0 (-7838) -> No product -At time : 111.1 ps Reaction : OH^0 (-9307) + OH^0 (-6160) -> H2O2^0 (-11804) -At time : 111.1 ps Reaction : OH^0 (-8916) + OH^0 (-8917) -> H2O2^0 (-11805) -At time : 111.1 ps Reaction : OH^0 (-8308) + e_aq^-1 (-8599) -> OH^-1 (-11806) -At time : 111.1 ps Reaction : OH^0 (-6552) + OH^0 (-7660) -> H2O2^0 (-11807) -At time : 111.1 ps Reaction : OH^0 (-6638) + OH^0 (-6640) -> H2O2^0 (-11808) -At time : 111.1 ps Reaction : H^0 (-9787) + H^0 (-9231) -> H_2^0 (-11809) -At time : 111.1 ps Reaction : OH^0 (-8907) + OH^0 (-8908) -> H2O2^0 (-11810) -At time : 111.1 ps Reaction : OH^0 (-6822) + OH^0 (-7896) -> H2O2^0 (-11811) -At time : 111.1 ps Reaction : OH^0 (-7032) + OH^0 (-7536) -> H2O2^0 (-11812) -At time : 111.1 ps Reaction : OH^-1 (-5786) + H3O^1 (-6675) -> No product -At time : 121.1 ps Reaction : H3O^1 (-5825) + OH^-1 (-11773) -> No product -At time : 121.1 ps Reaction : OH^0 (-7402) + H^0 (-11248) -> No product -At time : 121.1 ps Reaction : OH^0 (-11148) + OH^0 (-7300) -> H2O2^0 (-11813) -At time : 121.1 ps Reaction : e_aq^-1 (-5173) + H3O^1 (-11089) -> H^0 (-11814) -At time : 121.1 ps Reaction : H^0 (-10879) + OH^0 (-5996) -> No product -At time : 121.1 ps Reaction : H^0 (-10490) + OH^0 (-7068) -> No product -At time : 121.1 ps Reaction : OH^0 (-10030) + OH^0 (-7942) -> H2O2^0 (-11815) -At time : 121.1 ps Reaction : OH^0 (-9136) + OH^0 (-9388) -> H2O2^0 (-11816) -At time : 121.1 ps Reaction : H3O^1 (-8910) + e_aq^-1 (-8911) -> H^0 (-11817) -At time : 121.1 ps Reaction : OH^0 (-8489) + e_aq^-1 (-8890) -> OH^-1 (-11818) -At time : 121.1 ps Reaction : H3O^1 (-8829) + e_aq^-1 (-8830) -> H^0 (-11819) -At time : 121.1 ps Reaction : OH^0 (-8649) + OH^0 (-8650) -> H2O2^0 (-11820) -At time : 121.1 ps Reaction : OH^0 (-7216) + OH^0 (-8170) -> H2O2^0 (-11821) -At time : 121.1 ps Reaction : OH^0 (-6004) + OH^0 (-6910) -> H2O2^0 (-11822) -At time : 121.1 ps Reaction : OH^0 (-10432) + OH^0 (-9411) -> H2O2^0 (-11823) -At time : 121.1 ps Reaction : H^0 (-9223) + OH^0 (-6532) -> No product -At time : 131.1 ps Reaction : OH^0 (-7484) + OH^0 (-11731) -> H2O2^0 (-11824) -At time : 131.1 ps Reaction : H^0 (-10537) + H^0 (-11667) -> H_2^0 (-11825) -At time : 131.1 ps Reaction : OH^0 (-11311) + H^0 (-10535) -> No product -At time : 131.1 ps Reaction : OH^0 (-11171) + OH^0 (-7334) -> H2O2^0 (-11826) -At time : 131.1 ps Reaction : H^0 (-10937) + OH^0 (-8678) -> No product -At time : 131.1 ps Reaction : OH^0 (-10881) + OH^0 (-5994) -> H2O2^0 (-11827) -At time : 131.1 ps Reaction : H^0 (-10084) + H^0 (-9294) -> H_2^0 (-11828) -At time : 131.1 ps Reaction : H^0 (-9557) + e_aq^-1 (-3111) -> OH^-1 (-11829) + H_2^0 (-11830) -At time : 131.1 ps Reaction : H^0 (-9373) + OH^0 (-7308) -> No product -At time : 131.1 ps Reaction : OH^0 (-7440) + H^0 (-9086) -> No product -At time : 131.1 ps Reaction : OH^0 (-7960) + H^0 (-9056) -> No product -At time : 131.1 ps Reaction : e_aq^-1 (-702) + OH^0 (-8124) -> OH^-1 (-11831) -At time : 131.1 ps Reaction : OH^0 (-10886) + H^0 (-9277) -> No product -At time : 131.1 ps Reaction : e_aq^-1 (-3495) + OH^0 (-8705) -> OH^-1 (-11832) -At time : 141.1 ps Reaction : H3O^1 (-6007) + OH^-1 (-11787) -> No product -At time : 141.1 ps Reaction : OH^-1 (-11769) + H3O^1 (-7531) -> No product -At time : 141.1 ps Reaction : H3O^1 (-7549) + OH^-1 (-11704) -> No product -At time : 141.1 ps Reaction : OH^0 (-11283) + OH^0 (-6188) -> H2O2^0 (-11833) -At time : 141.1 ps Reaction : OH^0 (-10833) + OH^0 (-10825) -> H2O2^0 (-11834) -At time : 141.1 ps Reaction : H^0 (-10492) + H^0 (-9304) -> H_2^0 (-11835) -At time : 141.1 ps Reaction : OH^0 (-10458) + OH^0 (-9328) -> H2O2^0 (-11836) -At time : 141.1 ps Reaction : OH^0 (-10210) + e_aq^-1 (-5081) -> OH^-1 (-11837) -At time : 141.1 ps Reaction : H^0 (-9858) + e_aq^-1 (-2252) -> OH^-1 (-11838) + H_2^0 (-11839) -At time : 141.1 ps Reaction : OH^0 (-9175) + OH^0 (-9513) -> H2O2^0 (-11840) -At time : 141.1 ps Reaction : OH^0 (-9463) + e_aq^-1 (-3388) -> OH^-1 (-11841) -At time : 141.1 ps Reaction : OH^0 (-6724) + OH^0 (-7854) -> H2O2^0 (-11842) -At time : 141.1 ps Reaction : OH^-1 (-5777) + H3O^1 (-7649) -> No product -At time : 141.1 ps Reaction : OH^-1 (-11837) + H3O^1 (-7163) -> No product -At time : 141.1 ps Reaction : H^0 (-10733) + OH^0 (-7782) -> No product -At time : 141.1 ps Reaction : e_aq^-1 (-5293) + OH^0 (-7452) -> OH^-1 (-11843) -At time : 151.1 ps Reaction : H3O^1 (-10777) + OH^-1 (-11838) -> No product -At time : 151.1 ps Reaction : e_aq^-1 (-718) + H2O2^0 (-11820) -> OH^-1 (-11844) + OH^0 (-11845) -At time : 151.1 ps Reaction : H^0 (-11725) + OH^0 (-8184) -> No product -At time : 151.1 ps Reaction : OH^0 (-11285) + OH^0 (-6868) -> H2O2^0 (-11846) -At time : 151.1 ps Reaction : OH^0 (-6106) + OH^0 (-11250) -> H2O2^0 (-11847) -At time : 151.1 ps Reaction : H^0 (-11136) + OH^0 (-8639) -> No product -At time : 151.1 ps Reaction : OH^0 (-11078) + OH^0 (-8645) -> H2O2^0 (-11848) -At time : 151.1 ps Reaction : OH^0 (-10554) + OH^0 (-10837) -> H2O2^0 (-11849) -At time : 151.1 ps Reaction : H^0 (-10419) + OH^0 (-5856) -> No product -At time : 151.1 ps Reaction : OH^0 (-9464) + OH^0 (-6210) -> H2O2^0 (-11850) -At time : 151.1 ps Reaction : OH^0 (-6456) + e_aq^-1 (-8527) -> OH^-1 (-11851) -At time : 151.1 ps Reaction : OH^0 (-7108) + OH^0 (-8074) -> H2O2^0 (-11852) -At time : 151.1 ps Reaction : OH^0 (-5862) + OH^0 (-8058) -> H2O2^0 (-11853) -At time : 151.1 ps Reaction : e_aq^-1 (-5690) + OH^0 (-6116) -> OH^-1 (-11854) -At time : 151.1 ps Reaction : H3O^1 (-6455) + OH^-1 (-11851) -> No product -At time : 161.1 ps Reaction : OH^-1 (-11755) + H3O^1 (-7861) -> No product -At time : 161.1 ps Reaction : H^0 (-11332) + OH^0 (-7450) -> No product -At time : 161.1 ps Reaction : OH^0 (-10628) + e_aq^-1 (-3460) -> OH^-1 (-11855) -At time : 161.1 ps Reaction : OH^0 (-10223) + OH^0 (-6064) -> H2O2^0 (-11856) -At time : 161.1 ps Reaction : OH^0 (-9830) + OH^0 (-7842) -> H2O2^0 (-11857) -At time : 161.1 ps Reaction : OH^0 (-9780) + e_aq^-1 (-3908) -> OH^-1 (-11858) -At time : 161.1 ps Reaction : e_aq^-1 (-4453) + OH^0 (-9049) -> OH^-1 (-11859) -At time : 161.1 ps Reaction : OH^0 (-6062) + OH^0 (-8444) -> H2O2^0 (-11860) -At time : 161.1 ps Reaction : OH^0 (-9872) + OH^0 (-7864) -> H2O2^0 (-11861) -At time : 171.1 ps Reaction : H3O^1 (-7945) + OH^-1 (-11859) -> No product -At time : 171.1 ps Reaction : OH^-1 (-11780) + H3O^1 (-8005) -> No product -At time : 171.1 ps Reaction : OH^-1 (-11770) + H3O^1 (-5855) -> No product -At time : 171.1 ps Reaction : OH^0 (-6012) + H^0 (-11484) -> No product -At time : 171.1 ps Reaction : H^0 (-11152) + OH^0 (-7302) -> No product -At time : 171.1 ps Reaction : OH^0 (-10859) + OH^0 (-10849) -> H2O2^0 (-11862) -At time : 171.1 ps Reaction : OH^0 (-10513) + OH^0 (-7988) -> H2O2^0 (-11863) -At time : 171.1 ps Reaction : OH^0 (-10435) + OH^0 (-7460) -> H2O2^0 (-11864) -At time : 171.1 ps Reaction : OH^0 (-7196) + OH^0 (-8947) -> H2O2^0 (-11865) -At time : 171.1 ps Reaction : OH^0 (-8288) + e_aq^-1 (-8920) -> OH^-1 (-11866) -At time : 171.1 ps Reaction : OH^0 (-7914) + OH^0 (-8795) -> H2O2^0 (-11867) -At time : 171.1 ps Reaction : OH^0 (-8411) + OH^0 (-8780) -> H2O2^0 (-11868) -At time : 171.1 ps Reaction : e_aq^-1 (-217) + H3O^1 (-7315) -> H^0 (-11869) -At time : 171.1 ps Reaction : OH^-1 (-5795) + H3O^1 (-6853) -> No product -At time : 171.1 ps Reaction : OH^0 (-5922) + OH^0 (-6540) -> H2O2^0 (-11870) -At time : 171.1 ps Reaction : e_aq^-1 (-3299) + OH^0 (-6240) -> OH^-1 (-11871) -At time : 171.1 ps Reaction : OH^0 (-9984) + OH^0 (-8555) -> H2O2^0 (-11872) -At time : 171.1 ps Reaction : e_aq^-1 (-1351) + OH^0 (-6018) -> OH^-1 (-11873) -At time : 181.1 ps Reaction : H^0 (-11165) + OH^0 (-10312) -> No product -At time : 181.1 ps Reaction : H^0 (-10951) + OH^0 (-9297) -> No product -At time : 181.1 ps Reaction : OH^0 (-10489) + OH^0 (-10144) -> H2O2^0 (-11874) -At time : 181.1 ps Reaction : OH^0 (-10409) + OH^0 (-7448) -> H2O2^0 (-11875) -At time : 181.1 ps Reaction : OH^0 (-10361) + e_aq^-1 (-5537) -> OH^-1 (-11876) -At time : 181.1 ps Reaction : H3O^1 (-10032) + e_aq^-1 (-8566) -> H^0 (-11877) -At time : 181.1 ps Reaction : H^0 (-10031) + H^0 (-9436) -> H_2^0 (-11878) -At time : 181.1 ps Reaction : OH^0 (-9699) + H^0 (-9696) -> No product -At time : 181.1 ps Reaction : OH^0 (-9246) + OH^0 (-5958) -> H2O2^0 (-11879) -At time : 181.1 ps Reaction : OH^0 (-7124) + e_aq^-1 (-8863) -> OH^-1 (-11880) -At time : 181.1 ps Reaction : OH^0 (-6460) + OH^0 (-8525) -> H2O2^0 (-11881) -At time : 181.1 ps Reaction : e_aq^-1 (-1561) + OH^0 (-7950) -> OH^-1 (-11882) -At time : 181.1 ps Reaction : e_aq^-1 (-5185) + OH^0 (-7464) -> OH^-1 (-11883) -At time : 181.1 ps Reaction : OH^0 (-7242) + OH^0 (-7244) -> H2O2^0 (-11884) -At time : 181.1 ps Reaction : OH^-1 (-11882) + H3O^1 (-7949) -> No product -At time : 191.1 ps Reaction : OH^-1 (-11871) + H3O^1 (-6239) -> No product -At time : 191.1 ps Reaction : H3O^1 (-7353) + OH^-1 (-11806) -> No product -At time : 191.1 ps Reaction : H2O2^0 (-11556) + e_aq^-1 (-8584) -> OH^-1 (-11885) + OH^0 (-11886) -At time : 191.1 ps Reaction : e_aq^-1 (-8335) + H2O2^0 (-11515) -> OH^-1 (-11887) + OH^0 (-11888) -At time : 191.1 ps Reaction : OH^0 (-11266) + H^0 (-9088) -> No product -At time : 191.1 ps Reaction : H^0 (-10543) + OH^0 (-6872) -> No product -At time : 191.1 ps Reaction : OH^0 (-10043) + OH^0 (-7572) -> H2O2^0 (-11889) -At time : 191.1 ps Reaction : OH^0 (-9801) + OH^0 (-6670) -> H2O2^0 (-11890) -At time : 191.1 ps Reaction : H^0 (-9689) + H^0 (-9687) -> H_2^0 (-11891) -At time : 191.1 ps Reaction : OH^0 (-9286) + e_aq^-1 (-4503) -> OH^-1 (-11892) -At time : 191.1 ps Reaction : OH^0 (-8771) + e_aq^-1 (-8773) -> OH^-1 (-11893) -At time : 191.1 ps Reaction : e_aq^-1 (-173) + OH^0 (-8618) -> OH^-1 (-11894) -At time : 191.1 ps Reaction : e_aq^-1 (-574) + H3O^1 (-8167) -> H^0 (-11895) -At time : 191.1 ps Reaction : OH^0 (-7754) + OH^0 (-7756) -> H2O2^0 (-11896) -At time : 191.1 ps Reaction : OH^0 (-6214) + OH^0 (-7678) -> H2O2^0 (-11897) -At time : 191.1 ps Reaction : e_aq^-1 (-3098) + H3O^1 (-6317) -> H^0 (-11898) -At time : 191.1 ps Reaction : OH^0 (-8501) + e_aq^-1 (-8845) -> OH^-1 (-11899) -At time : 201.1 ps Reaction : H3O^1 (-11336) + OH^-1 (-11887) -> No product -At time : 201.1 ps Reaction : H3O^1 (-7093) + OH^-1 (-11885) -> No product -At time : 201.1 ps Reaction : H^0 (-11044) + OH^0 (-7144) -> No product -At time : 201.1 ps Reaction : OH^0 (-10923) + H^0 (-10067) -> No product -At time : 201.1 ps Reaction : OH^0 (-10279) + OH^0 (-8226) -> H2O2^0 (-11900) -At time : 201.1 ps Reaction : H^0 (-10122) + OH^0 (-8012) -> No product -At time : 201.1 ps Reaction : OH^0 (-9216) + OH^0 (-9657) -> H2O2^0 (-11901) -At time : 201.1 ps Reaction : OH^0 (-8024) + e_aq^-1 (-8842) -> OH^-1 (-11902) -At time : 201.1 ps Reaction : e_aq^-1 (-3627) + H3O^1 (-8736) -> H^0 (-11903) -At time : 201.1 ps Reaction : e_aq^-1 (-1604) + H3O^1 (-6905) -> H^0 (-11904) -At time : 201.1 ps Reaction : e_aq^-1 (-3714) + H3O^1 (-6467) -> H^0 (-11905) -At time : 201.1 ps Reaction : OH^0 (-5894) + OH^0 (-6336) -> H2O2^0 (-11906) -At time : 201.1 ps Reaction : e_aq^-1 (-3535) + OH^0 (-6258) -> OH^-1 (-11907) -At time : 201.1 ps Reaction : e_aq^-1 (-5142) + e_aq^-1 (-5242) -> OH^-1 (-11908) + OH^-1 (-11909) + H_2^0 (-11910) -At time : 211.1 ps Reaction : OH^0 (-11309) + OH^0 (-10007) -> H2O2^0 (-11911) -At time : 211.1 ps Reaction : OH^0 (-9117) + OH^0 (-10844) -> H2O2^0 (-11912) -At time : 211.1 ps Reaction : OH^0 (-10681) + e_aq^-1 (-3592) -> OH^-1 (-11913) -At time : 211.1 ps Reaction : OH^0 (-9742) + OH^0 (-7798) -> H2O2^0 (-11914) -At time : 211.1 ps Reaction : OH^0 (-8088) + e_aq^-1 (-8494) -> OH^-1 (-11915) -At time : 211.1 ps Reaction : e_aq^-1 (-4104) + H3O^1 (-7627) -> H^0 (-11916) -At time : 211.1 ps Reaction : e_aq^-1 (-4386) + H3O^1 (-7589) -> H^0 (-11917) -At time : 211.1 ps Reaction : e_aq^-1 (-3551) + OH^0 (-6272) -> OH^-1 (-11918) -At time : 211.1 ps Reaction : OH^-1 (-11913) + H3O^1 (-6325) -> No product -At time : 221.1 ps Reaction : OH^-1 (-11918) + H3O^1 (-6269) -> No product -At time : 221.1 ps Reaction : H3O^1 (-10980) + OH^-1 (-11899) -> No product -At time : 221.1 ps Reaction : OH^-1 (-11893) + H3O^1 (-8772) -> No product -At time : 221.1 ps Reaction : OH^0 (-11307) + OH^0 (-6848) -> H2O2^0 (-11919) -At time : 221.1 ps Reaction : OH^0 (-11081) + OH^0 (-7210) -> H2O2^0 (-11920) -At time : 221.1 ps Reaction : H^0 (-10877) + OH^0 (-6884) -> No product -At time : 221.1 ps Reaction : OH^0 (-10840) + OH^0 (-5990) -> H2O2^0 (-11921) -At time : 221.1 ps Reaction : OH^0 (-10128) + OH^0 (-8016) -> H2O2^0 (-11922) -At time : 221.1 ps Reaction : OH^0 (-9492) + OH^0 (-9488) -> H2O2^0 (-11923) -At time : 221.1 ps Reaction : OH^0 (-9381) + OH^0 (-9380) -> H2O2^0 (-11924) -At time : 221.1 ps Reaction : OH^0 (-8720) + OH^0 (-9001) -> H2O2^0 (-11925) -At time : 221.1 ps Reaction : OH^0 (-7982) + OH^0 (-8831) -> H2O2^0 (-11926) -At time : 221.1 ps Reaction : OH^0 (-6172) + OH^0 (-8570) -> H2O2^0 (-11927) -At time : 231.1 ps Reaction : e_aq^-1 (-1721) + H^0 (-11432) -> OH^-1 (-11928) + H_2^0 (-11929) -At time : 231.1 ps Reaction : OH^0 (-11338) + OH^0 (-11150) -> H2O2^0 (-11930) -At time : 231.1 ps Reaction : OH^0 (-11051) + OH^0 (-10215) -> H2O2^0 (-11931) -At time : 231.1 ps Reaction : OH^0 (-10993) + OH^0 (-10139) -> H2O2^0 (-11932) -At time : 231.1 ps Reaction : H3O^1 (-10952) + e_aq^-1 (-4627) -> H^0 (-11933) -At time : 231.1 ps Reaction : OH^0 (-10855) + OH^0 (-6864) -> H2O2^0 (-11934) -At time : 231.1 ps Reaction : OH^0 (-10657) + OH^0 (-7700) -> H2O2^0 (-11935) -At time : 231.1 ps Reaction : OH^0 (-10649) + OH^0 (-6254) -> H2O2^0 (-11936) -At time : 231.1 ps Reaction : OH^0 (-10553) + e_aq^-1 (-4308) -> OH^-1 (-11937) -At time : 231.1 ps Reaction : OH^0 (-10138) + H^0 (-8956) -> No product -At time : 231.1 ps Reaction : OH^0 (-9530) + H^0 (-9526) -> No product -At time : 231.1 ps Reaction : OH^0 (-9332) + H^0 (-9333) -> No product -At time : 231.1 ps Reaction : OH^0 (-5757) + OH^0 (-8793) -> H2O2^0 (-11938) -At time : 231.1 ps Reaction : OH^0 (-8258) + OH^0 (-8402) -> H2O2^0 (-11939) -At time : 231.1 ps Reaction : OH^0 (-6518) + e_aq^-1 (-8350) -> OH^-1 (-11940) -At time : 231.1 ps Reaction : OH^0 (-5754) + OH^0 (-7604) -> H2O2^0 (-11941) -At time : 231.1 ps Reaction : e_aq^-1 (-4717) + H3O^1 (-6171) -> H^0 (-11942) -At time : 231.1 ps Reaction : e_aq^-1 (-1623) + OH^0 (-10012) -> OH^-1 (-11943) -At time : 241.1 ps Reaction : OH^-1 (-11940) + H3O^1 (-6511) -> No product -At time : 241.1 ps Reaction : OH^-1 (-11643) + H3O^1 (-8159) -> No product -At time : 241.1 ps Reaction : OH^0 (-11056) + OH^0 (-7478) -> H2O2^0 (-11944) -At time : 241.1 ps Reaction : OH^0 (-10967) + OH^0 (-6170) -> H2O2^0 (-11945) -At time : 241.1 ps Reaction : OH^0 (-10947) + H^0 (-10088) -> No product -At time : 241.1 ps Reaction : H^0 (-9956) + H^0 (-9960) -> H_2^0 (-11946) -At time : 241.1 ps Reaction : OH^0 (-6048) + e_aq^-1 (-8869) -> OH^-1 (-11947) -At time : 241.1 ps Reaction : e_aq^-1 (-921) + H3O^1 (-6047) -> H^0 (-11948) -At time : 241.1 ps Reaction : e_aq^-1 (-4273) + e_aq^-1 (-4279) -> OH^-1 (-11949) + OH^-1 (-11950) + H_2^0 (-11951) -At time : 251.1 ps Reaction : OH^0 (-11013) + H^0 (-10167) -> No product -At time : 251.1 ps Reaction : OH^0 (-10650) + H^0 (-9503) -> No product -At time : 251.1 ps Reaction : OH^0 (-10644) + OH^0 (-10645) -> H2O2^0 (-11952) -At time : 251.1 ps Reaction : OH^0 (-10118) + OH^0 (-9301) -> H2O2^0 (-11953) -At time : 251.1 ps Reaction : OH^0 (-10078) + OH^0 (-6984) -> H2O2^0 (-11954) -At time : 251.1 ps Reaction : H^0 (-9430) + OH^0 (-7026) -> No product -At time : 251.1 ps Reaction : OH^0 (-7646) + OH^0 (-9013) -> H2O2^0 (-11955) -At time : 251.1 ps Reaction : e_aq^-1 (-623) + e_aq^-1 (-8644) -> OH^-1 (-11956) + OH^-1 (-11957) + H_2^0 (-11958) -At time : 251.1 ps Reaction : e_aq^-1 (-5300) + OH^0 (-8216) -> OH^-1 (-11959) -At time : 251.1 ps Reaction : e_aq^-1 (-3729) + H3O^1 (-7769) -> H^0 (-11960) -At time : 251.1 ps Reaction : H3O^1 (-7125) + OH^-1 (-11947) -> No product -At time : 251.1 ps Reaction : OH^0 (-10446) + OH^0 (-7184) -> H2O2^0 (-11961) -At time : 261.1 ps Reaction : OH^-1 (-11902) + H3O^1 (-7527) -> No product -At time : 261.1 ps Reaction : OH^-1 (-11892) + H3O^1 (-6937) -> No product -At time : 261.1 ps Reaction : e_aq^-1 (-4418) + H^0 (-10873) -> OH^-1 (-11962) + H_2^0 (-11963) -At time : 261.1 ps Reaction : H^0 (-9124) + H^0 (-10096) -> H_2^0 (-11964) -At time : 261.1 ps Reaction : OH^0 (-10079) + H^0 (-9064) -> No product -At time : 261.1 ps Reaction : OH^0 (-9867) + OH^0 (-7852) -> H2O2^0 (-11965) -At time : 261.1 ps Reaction : OH^0 (-9808) + H^0 (-9807) -> No product -At time : 261.1 ps Reaction : H3O^1 (-9679) + e_aq^-1 (-2770) -> H^0 (-11966) -At time : 261.1 ps Reaction : H^0 (-9599) + OH^0 (-7736) -> No product -At time : 261.1 ps Reaction : OH^0 (-9502) + OH^0 (-9500) -> H2O2^0 (-11967) -At time : 261.1 ps Reaction : H^0 (-9472) + OH^0 (-9471) -> No product -At time : 261.1 ps Reaction : e_aq^-1 (-5234) + OH^0 (-8190) -> OH^-1 (-11968) -At time : 261.1 ps Reaction : OH^0 (-6498) + OH^0 (-7772) -> H2O2^0 (-11969) -At time : 261.1 ps Reaction : OH^0 (-7214) + OH^0 (-7468) -> H2O2^0 (-11970) -At time : 261.1 ps Reaction : OH^0 (-7274) + OH^0 (-7276) -> H2O2^0 (-11971) -At time : 261.1 ps Reaction : e_aq^-1 (-3082) + OH^0 (-6330) -> OH^-1 (-11972) -At time : 261.1 ps Reaction : e_aq^-1 (-3500) + OH^0 (-6232) -> OH^-1 (-11973) -At time : 261.1 ps Reaction : OH^0 (-9584) + e_aq^-1 (-8728) -> OH^-1 (-11974) -At time : 261.1 ps Reaction : OH^-1 (-11974) + H3O^1 (-6345) -> No product -At time : 271.1 ps Reaction : OH^-1 (-11962) + H3O^1 (-7591) -> No product -At time : 271.1 ps Reaction : H3O^1 (-10864) + OH^-1 (-11928) -> No product -At time : 271.1 ps Reaction : H3O^1 (-10615) + OH^-1 (-11427) -> No product -At time : 271.1 ps Reaction : OH^0 (-10502) + OH^0 (-6164) -> H2O2^0 (-11975) -At time : 271.1 ps Reaction : OH^0 (-9796) + OH^0 (-5952) -> H2O2^0 (-11976) -At time : 271.1 ps Reaction : OH^0 (-9575) + OH^0 (-6334) -> H2O2^0 (-11977) -At time : 271.1 ps Reaction : OH^0 (-9403) + OH^0 (-8272) -> H2O2^0 (-11978) -At time : 271.1 ps Reaction : OH^0 (-7876) + OH^0 (-9021) -> H2O2^0 (-11979) -At time : 271.1 ps Reaction : OH^0 (-6768) + OH^0 (-8783) -> H2O2^0 (-11980) -At time : 271.1 ps Reaction : OH^0 (-7612) + OH^0 (-7894) -> H2O2^0 (-11981) -At time : 271.1 ps Reaction : OH^0 (-5908) + OH^0 (-6440) -> H2O2^0 (-11982) -At time : 271.1 ps Reaction : OH^0 (-5748) + OH^0 (-6010) -> H2O2^0 (-11983) -At time : 271.1 ps Reaction : e_aq^-1 (-692) + e_aq^-1 (-5144) -> OH^-1 (-11984) + OH^-1 (-11985) + H_2^0 (-11986) -At time : 271.1 ps Reaction : e_aq^-1 (-273) + e_aq^-1 (-344) -> OH^-1 (-11987) + OH^-1 (-11988) + H_2^0 (-11989) -At time : 281.1 ps Reaction : H2O2^0 (-11786) + e_aq^-1 (-4933) -> OH^-1 (-11990) + OH^0 (-11991) -At time : 281.1 ps Reaction : OH^0 (-11104) + H^0 (-9412) -> No product -At time : 281.1 ps Reaction : H3O^1 (-10842) + e_aq^-1 (-8800) -> H^0 (-11992) -At time : 281.1 ps Reaction : OH^0 (-10612) + H^0 (-9229) -> No product -At time : 281.1 ps Reaction : e_aq^-1 (-2073) + H^0 (-8974) -> OH^-1 (-11993) + H_2^0 (-11994) -At time : 281.1 ps Reaction : OH^0 (-6772) + OH^0 (-8342) -> H2O2^0 (-11995) -At time : 281.1 ps Reaction : OH^-1 (-11990) + H3O^1 (-7117) -> No product -At time : 281.1 ps Reaction : OH^0 (-7136) + e_aq^-1 (-8659) -> OH^-1 (-11996) -At time : 281.1 ps Reaction : H3O^1 (-7133) + OH^-1 (-11996) -> No product -At time : 291.1 ps Reaction : OH^-1 (-11854) + H3O^1 (-7377) -> No product -At time : 291.1 ps Reaction : OH^0 (-11029) + OH^0 (-8090) -> H2O2^0 (-11997) -At time : 291.1 ps Reaction : OH^0 (-10701) + OH^0 (-7746) -> H2O2^0 (-11998) -At time : 291.1 ps Reaction : e_aq^-1 (-3673) + OH^0 (-9624) -> OH^-1 (-11999) -At time : 291.1 ps Reaction : H^0 (-9576) + OH^0 (-9580) -> No product -At time : 291.1 ps Reaction : OH^0 (-9257) + OH^0 (-6760) -> H2O2^0 (-12000) -At time : 291.1 ps Reaction : OH^0 (-8981) + H^0 (-8982) -> No product -At time : 291.1 ps Reaction : OH^0 (-6118) + OH^0 (-7362) -> H2O2^0 (-12001) -At time : 291.1 ps Reaction : e_aq^-1 (-3189) + H3O^1 (-5889) -> H^0 (-12002) -At time : 291.1 ps Reaction : OH^0 (-8034) + OH^0 (-8847) -> H2O2^0 (-12003) -At time : 301.1 ps Reaction : H^0 (-11190) + OH^0 (-9039) -> No product -At time : 301.1 ps Reaction : OH^0 (-10770) + H^0 (-8976) -> No product -At time : 301.1 ps Reaction : OH^0 (-10596) + OH^0 (-7822) -> H2O2^0 (-12004) -At time : 301.1 ps Reaction : OH^0 (-10476) + OH^0 (-5860) -> H2O2^0 (-12005) -At time : 301.1 ps Reaction : H^0 (-9964) + OH^0 (-8552) -> No product -At time : 301.1 ps Reaction : H^0 (-9765) + OH^0 (-9228) -> No product -At time : 301.1 ps Reaction : OH^0 (-5906) + OH^0 (-8747) -> H2O2^0 (-12006) -At time : 301.1 ps Reaction : OH^0 (-6156) + OH^0 (-8384) -> H2O2^0 (-12007) -At time : 301.1 ps Reaction : e_aq^-1 (-2887) + H3O^1 (-6419) -> H^0 (-12008) -At time : 301.1 ps Reaction : e_aq^-1 (-4968) + OH^0 (-8867) -> OH^-1 (-12009) -At time : 311.1 ps Reaction : OH^-1 (-11915) + H3O^1 (-8439) -> No product -At time : 311.1 ps Reaction : H3O^1 (-10018) + OH^-1 (-11414) -> No product -At time : 311.1 ps Reaction : H^0 (-11286) + H^0 (-9275) -> H_2^0 (-12010) -At time : 311.1 ps Reaction : OH^0 (-11077) + OH^0 (-8894) -> H2O2^0 (-12011) -At time : 311.1 ps Reaction : OH^0 (-10620) + e_aq^-1 (-3443) -> OH^-1 (-12012) -At time : 311.1 ps Reaction : H^0 (-10407) + OH^0 (-8210) -> No product -At time : 311.1 ps Reaction : OH^0 (-9900) + e_aq^-1 (-8344) -> OH^-1 (-12013) -At time : 311.1 ps Reaction : H^0 (-9590) + OH^0 (-5784) -> No product -At time : 311.1 ps Reaction : OH^0 (-9566) + OH^0 (-6310) -> H2O2^0 (-12014) -At time : 311.1 ps Reaction : OH^0 (-9292) + OH^0 (-8828) -> H2O2^0 (-12015) -At time : 311.1 ps Reaction : OH^0 (-9201) + OH^0 (-5902) -> H2O2^0 (-12016) -At time : 311.1 ps Reaction : OH^0 (-7786) + OH^0 (-8983) -> H2O2^0 (-12017) -At time : 311.1 ps Reaction : OH^0 (-9181) + H^0 (-10676) -> No product -At time : 321.1 ps Reaction : OH^-1 (-12012) + H3O^1 (-7669) -> No product -At time : 321.1 ps Reaction : OH^-1 (-12009) + H3O^1 (-8388) -> No product -At time : 321.1 ps Reaction : H3O^1 (-6233) + OH^-1 (-11973) -> No product -At time : 321.1 ps Reaction : H3O^1 (-10898) + OH^-1 (-11943) -> No product -At time : 321.1 ps Reaction : H3O^1 (-11170) + OH^-1 (-11876) -> No product -At time : 321.1 ps Reaction : OH^0 (-11097) + OH^0 (-8176) -> H2O2^0 (-12018) -At time : 321.1 ps Reaction : OH^0 (-10981) + OH^0 (-10130) -> H2O2^0 (-12019) -At time : 321.1 ps Reaction : OH^0 (-10885) + OH^0 (-9037) -> H2O2^0 (-12020) -At time : 321.1 ps Reaction : OH^0 (-10461) + OH^0 (-7152) -> H2O2^0 (-12021) -At time : 321.1 ps Reaction : OH^0 (-10416) + OH^0 (-8186) -> H2O2^0 (-12022) -At time : 321.1 ps Reaction : OH^0 (-10380) + OH^0 (-8238) -> H2O2^0 (-12023) -At time : 321.1 ps Reaction : OH^0 (-8094) + e_aq^-1 (-8875) -> OH^-1 (-12024) -At time : 321.1 ps Reaction : e_aq^-1 (-865) + OH^0 (-7496) -> OH^-1 (-12025) -At time : 321.1 ps Reaction : e_aq^-1 (-1586) + H3O^1 (-6913) -> H^0 (-12026) -At time : 321.1 ps Reaction : H3O^1 (-7493) + OH^-1 (-12024) -> No product -At time : 321.1 ps Reaction : e_aq^-1 (-889) + OH^0 (-7126) -> OH^-1 (-12027) -At time : 331.1 ps Reaction : H3O^1 (-6777) + OH^-1 (-12013) -> No product -At time : 331.1 ps Reaction : H3O^1 (-6847) + OH^-1 (-11949) -> No product -At time : 331.1 ps Reaction : e_aq^-1 (-4347) + H^0 (-11917) -> OH^-1 (-12028) + H_2^0 (-12029) -At time : 331.1 ps Reaction : OH^0 (-11074) + e_aq^-1 (-5129) -> OH^-1 (-12030) -At time : 331.1 ps Reaction : H^0 (-10957) + H^0 (-10110) -> H_2^0 (-12031) -At time : 331.1 ps Reaction : e_aq^-1 (-1720) + H3O^1 (-6877) -> H^0 (-12032) -At time : 331.1 ps Reaction : e_aq^-1 (-4498) + H3O^1 (-5839) -> H^0 (-12033) -At time : 341.1 ps Reaction : H^0 (-11306) + e_aq^-1 (-4157) -> OH^-1 (-12034) + H_2^0 (-12035) -At time : 341.1 ps Reaction : H^0 (-11232) + OH^0 (-7956) -> No product -At time : 341.1 ps Reaction : H3O^1 (-11131) + e_aq^-1 (-8476) -> H^0 (-12036) -At time : 341.1 ps Reaction : OH^0 (-10428) + OH^0 (-7462) -> H2O2^0 (-12037) -At time : 341.1 ps Reaction : H^0 (-10313) + OH^0 (-8276) -> No product -At time : 341.1 ps Reaction : H^0 (-9674) + OH^0 (-6490) -> No product -At time : 341.1 ps Reaction : OH^0 (-7112) + H^0 (-9074) -> No product -At time : 341.1 ps Reaction : e_aq^-1 (-3820) + H3O^1 (-7797) -> H^0 (-12038) -At time : 341.1 ps Reaction : OH^0 (-6338) + OH^0 (-6342) -> H2O2^0 (-12039) -At time : 341.1 ps Reaction : e_aq^-1 (-3073) + H3O^1 (-6331) -> H^0 (-12040) -At time : 341.1 ps Reaction : OH^0 (-6294) + OH^0 (-6296) -> H2O2^0 (-12041) -At time : 341.1 ps Reaction : OH^-1 (-5765) + H3O^1 (-5833) -> No product -At time : 341.1 ps Reaction : OH^0 (-7160) + OH^0 (-7162) -> H2O2^0 (-12042) -At time : 351.1 ps Reaction : H3O^1 (-5997) + OH^-1 (-12028) -> No product -At time : 351.1 ps Reaction : H^0 (-11339) + H^0 (-10304) -> H_2^0 (-12043) -At time : 351.1 ps Reaction : OH^0 (-10936) + OH^0 (-6970) -> H2O2^0 (-12044) -At time : 351.1 ps Reaction : OH^0 (-10647) + OH^0 (-7692) -> H2O2^0 (-12045) -At time : 351.1 ps Reaction : H^0 (-9931) + OH^0 (-7616) -> No product -At time : 351.1 ps Reaction : OH^0 (-9930) + OH^0 (-6816) -> H2O2^0 (-12046) -At time : 351.1 ps Reaction : H^0 (-9811) + OH^0 (-6684) -> No product -At time : 351.1 ps Reaction : H^0 (-9618) + e_aq^-1 (-2968) -> OH^-1 (-12047) + H_2^0 (-12048) -At time : 351.1 ps Reaction : OH^0 (-5888) + OH^0 (-7696) -> H2O2^0 (-12049) -At time : 351.1 ps Reaction : e_aq^-1 (-1344) + H3O^1 (-6179) -> H^0 (-12050) -At time : 351.1 ps Reaction : OH^-1 (-11959) + H3O^1 (-10408) -> No product -At time : 351.1 ps Reaction : OH^0 (-9206) + OH^0 (-9628) -> H2O2^0 (-12051) -At time : 361.1 ps Reaction : OH^-1 (-11883) + H3O^1 (-11105) -> No product -At time : 361.1 ps Reaction : OH^0 (-9952) + OH^0 (-11223) -> H2O2^0 (-12052) -At time : 361.1 ps Reaction : OH^0 (-11043) + OH^0 (-7490) -> H2O2^0 (-12053) -At time : 361.1 ps Reaction : OH^0 (-10687) + OH^0 (-9593) -> H2O2^0 (-12054) -At time : 361.1 ps Reaction : H^0 (-10191) + e_aq^-1 (-4940) -> OH^-1 (-12055) + H_2^0 (-12056) -At time : 361.1 ps Reaction : e_aq^-1 (-925) + OH^0 (-10184) -> OH^-1 (-12057) -At time : 361.1 ps Reaction : OH^0 (-10158) + OH^0 (-7512) -> H2O2^0 (-12058) -At time : 361.1 ps Reaction : OH^0 (-9118) + H^0 (-9980) -> No product -At time : 361.1 ps Reaction : H^0 (-9180) + H^0 (-8998) -> H_2^0 (-12059) -At time : 361.1 ps Reaction : OH^0 (-8256) + OH^0 (-9091) -> H2O2^0 (-12060) -At time : 361.1 ps Reaction : e_aq^-1 (-5022) + H^0 (-9078) -> OH^-1 (-12061) + H_2^0 (-12062) -At time : 361.1 ps Reaction : OH^0 (-5727) + OH^0 (-7444) -> H2O2^0 (-12063) -At time : 361.1 ps Reaction : e_aq^-1 (-3218) + OH^0 (-6268) -> OH^-1 (-12064) -At time : 371.1 ps Reaction : OH^0 (-11324) + H^0 (-8958) -> No product -At time : 371.1 ps Reaction : OH^0 (-10865) + OH^0 (-6874) -> H2O2^0 (-12065) -At time : 371.1 ps Reaction : OH^0 (-9685) + e_aq^-1 (-2698) -> OH^-1 (-12066) -At time : 371.1 ps Reaction : OH^0 (-9134) + OH^0 (-7372) -> H2O2^0 (-12067) -At time : 371.1 ps Reaction : OH^0 (-7278) + OH^0 (-8909) -> H2O2^0 (-12068) -At time : 371.1 ps Reaction : e_aq^-1 (-3553) + OH^0 (-7710) -> OH^-1 (-12069) -At time : 381.1 ps Reaction : OH^-1 (-11968) + H3O^1 (-8394) -> No product -At time : 381.1 ps Reaction : OH^-1 (-11568) + H3O^1 (-7997) -> No product -At time : 381.1 ps Reaction : H^0 (-10959) + OH^0 (-7006) -> No product -At time : 381.1 ps Reaction : OH^0 (-10532) + e_aq^-1 (-4423) -> OH^-1 (-12070) -At time : 381.1 ps Reaction : OH^0 (-8423) + e_aq^-1 (-8833) -> OH^-1 (-12071) -At time : 381.1 ps Reaction : e_aq^-1 (-4917) + OH^0 (-7506) -> OH^-1 (-12072) -At time : 381.1 ps Reaction : e_aq^-1 (-2984) + H3O^1 (-6381) -> H^0 (-12073) -At time : 381.1 ps Reaction : OH^0 (-6260) + OH^0 (-6262) -> H2O2^0 (-12074) -At time : 381.1 ps Reaction : OH^-1 (-12071) + H3O^1 (-6983) -> No product -At time : 391.1 ps Reaction : OH^-1 (-12061) + H3O^1 (-8115) -> No product -At time : 391.1 ps Reaction : OH^-1 (-12025) + H3O^1 (-7491) -> No product -At time : 391.1 ps Reaction : OH^0 (-11315) + OH^0 (-10046) -> H2O2^0 (-12075) -At time : 391.1 ps Reaction : OH^0 (-10765) + OH^0 (-10762) -> H2O2^0 (-12076) -At time : 391.1 ps Reaction : OH^0 (-10261) + OH^0 (-10418) -> H2O2^0 (-12077) -At time : 391.1 ps Reaction : H^0 (-10266) + OH^0 (-8198) -> No product -At time : 391.1 ps Reaction : e_aq^-1 (-775) + H3O^1 (-10196) -> H^0 (-12078) -At time : 391.1 ps Reaction : OH^0 (-5718) + H^0 (-8936) -> No product -At time : 391.1 ps Reaction : OH^0 (-8130) + OH^0 (-8885) -> H2O2^0 (-12079) -At time : 391.1 ps Reaction : e_aq^-1 (-5709) + OH^0 (-5816) -> OH^-1 (-12080) -At time : 391.1 ps Reaction : e_aq^-1 (-1590) + OH^0 (-6006) -> OH^-1 (-12081) -At time : 401.1 ps Reaction : OH^-1 (-11957) + H3O^1 (-7469) -> No product -At time : 401.1 ps Reaction : OH^0 (-11001) + e_aq^-1 (-4743) -> OH^-1 (-12082) -At time : 401.1 ps Reaction : OH^0 (-10906) + OH^0 (-6912) -> H2O2^0 (-12083) -At time : 401.1 ps Reaction : e_aq^-1 (-4349) + H3O^1 (-10848) -> H^0 (-12084) -At time : 401.1 ps Reaction : H^0 (-10484) + e_aq^-1 (-4830) -> OH^-1 (-12085) + H_2^0 (-12086) -At time : 401.1 ps Reaction : OH^0 (-10175) + H^0 (-9076) -> No product -At time : 401.1 ps Reaction : H^0 (-9176) + OH^0 (-9514) -> No product -At time : 401.1 ps Reaction : e_aq^-1 (-4429) + H^0 (-8966) -> OH^-1 (-12087) + H_2^0 (-12088) -At time : 411.1 ps Reaction : OH^-1 (-12064) + H3O^1 (-6265) -> No product -At time : 411.1 ps Reaction : H^0 (-11966) + OH^0 (-6492) -> No product -At time : 411.1 ps Reaction : H2O2^0 (-11805) + e_aq^-1 (-189) -> OH^-1 (-12089) + OH^0 (-12090) -At time : 411.1 ps Reaction : OH^0 (-11195) + OH^0 (-7986) -> H2O2^0 (-12091) -At time : 411.1 ps Reaction : OH^0 (-10473) + e_aq^-1 (-8860) -> OH^-1 (-12092) -At time : 411.1 ps Reaction : OH^0 (-9778) + OH^0 (-6630) -> H2O2^0 (-12093) -At time : 411.1 ps Reaction : e_aq^-1 (-4406) + H3O^1 (-6895) -> H^0 (-12094) -At time : 411.1 ps Reaction : OH^0 (-5948) + OH^0 (-6628) -> H2O2^0 (-12095) -At time : 411.1 ps Reaction : e_aq^-1 (-3149) + OH^0 (-6298) -> OH^-1 (-12096) -At time : 411.1 ps Reaction : e_aq^-1 (-3261) + OH^0 (-5884) -> OH^-1 (-12097) -At time : 411.1 ps Reaction : H3O^1 (-11346) + OH^-1 (-11894) -> No product -At time : 421.1 ps Reaction : H3O^1 (-9523) + OH^-1 (-12069) -> No product -At time : 421.1 ps Reaction : OH^-1 (-11880) + H3O^1 (-7123) -> No product -At time : 421.1 ps Reaction : OH^0 (-7928) + OH^0 (-7930) -> H2O2^0 (-12098) -At time : 421.1 ps Reaction : e_aq^-1 (-605) + H3O^1 (-7467) -> H^0 (-12099) -At time : 421.1 ps Reaction : e_aq^-1 (-136) + H3O^1 (-7357) -> H^0 (-12100) -At time : 421.1 ps Reaction : OH^0 (-6466) + OH^0 (-6472) -> H2O2^0 (-12101) -At time : 421.1 ps Reaction : OH^0 (-7606) + OH^0 (-7906) -> H2O2^0 (-12102) -At time : 431.1 ps Reaction : H3O^1 (-6899) + OH^-1 (-12070) -> No product -At time : 431.1 ps Reaction : OH^-1 (-12027) + H3O^1 (-7501) -> No product -At time : 431.1 ps Reaction : OH^0 (-10367) + OH^0 (-8278) -> H2O2^0 (-12103) -At time : 431.1 ps Reaction : H3O^1 (-9936) + e_aq^-1 (-8419) -> H^0 (-12104) -At time : 431.1 ps Reaction : OH^0 (-9819) + OH^0 (-7640) -> H2O2^0 (-12105) -At time : 431.1 ps Reaction : OH^0 (-8174) + OH^0 (-8180) -> H2O2^0 (-12106) -At time : 441.1 ps Reaction : OH^-1 (-12087) + H3O^1 (-6909) -> No product -At time : 441.1 ps Reaction : OH^-1 (-11908) + H3O^1 (-10241) -> No product -At time : 441.1 ps Reaction : OH^-1 (-11726) + H3O^1 (-8251) -> No product -At time : 441.1 ps Reaction : H3O^1 (-10970) + e_aq^-1 (-4707) -> H^0 (-12107) -At time : 441.1 ps Reaction : OH^0 (-9754) + e_aq^-1 (-3853) -> OH^-1 (-12108) -At time : 441.1 ps Reaction : OH^0 (-9342) + OH^0 (-6142) -> H2O2^0 (-12109) -At time : 441.1 ps Reaction : H^0 (-9215) + OH^0 (-7764) -> No product -At time : 441.1 ps Reaction : OH^0 (-8200) + OH^0 (-8900) -> H2O2^0 (-12110) -At time : 451.1 ps Reaction : H3O^1 (-9753) + OH^-1 (-12108) -> No product -At time : 451.1 ps Reaction : H3O^1 (-8472) + OH^-1 (-12089) -> No product -At time : 451.1 ps Reaction : OH^0 (-11042) + OH^0 (-7140) -> H2O2^0 (-12111) -At time : 451.1 ps Reaction : OH^0 (-10719) + OH^0 (-6504) -> H2O2^0 (-12112) -At time : 451.1 ps Reaction : e_aq^-1 (-995) + OH^0 (-10165) -> OH^-1 (-12113) -At time : 451.1 ps Reaction : OH^0 (-9130) + OH^0 (-5724) -> H2O2^0 (-12114) -At time : 451.1 ps Reaction : OH^0 (-7186) + H^0 (-9084) -> No product -At time : 451.1 ps Reaction : OH^0 (-7092) + OH^0 (-8579) -> H2O2^0 (-12115) -At time : 451.1 ps Reaction : e_aq^-1 (-5134) + H3O^1 (-7475) -> H^0 (-12116) -At time : 451.1 ps Reaction : OH^0 (-7208) + OH^0 (-7212) -> H2O2^0 (-12117) -At time : 451.1 ps Reaction : e_aq^-1 (-4373) + OH^0 (-10001) -> OH^-1 (-12118) -At time : 461.1 ps Reaction : OH^-1 (-12081) + H3O^1 (-7937) -> No product -At time : 461.1 ps Reaction : OH^-1 (-12034) + H3O^1 (-8547) -> No product -At time : 461.1 ps Reaction : H^0 (-11960) + OH^0 (-6486) -> No product -At time : 461.1 ps Reaction : OH^0 (-11326) + OH^0 (-11273) -> H2O2^0 (-12119) -At time : 461.1 ps Reaction : e_aq^-1 (-4149) + H^0 (-9908) -> OH^-1 (-12120) + H_2^0 (-12121) -At time : 461.1 ps Reaction : OH^0 (-9837) + OH^0 (-7840) -> H2O2^0 (-12122) -At time : 461.1 ps Reaction : OH^0 (-9214) + OH^0 (-5910) -> H2O2^0 (-12123) -At time : 461.1 ps Reaction : OH^0 (-8150) + OH^0 (-9083) -> H2O2^0 (-12124) -At time : 461.1 ps Reaction : H3O^1 (-7399) + e_aq^-1 (-8464) -> H^0 (-12125) -At time : 461.1 ps Reaction : OH^0 (-6674) + OH^0 (-6676) -> H2O2^0 (-12126) -At time : 461.1 ps Reaction : e_aq^-1 (-4401) + H3O^1 (-6001) -> H^0 (-12127) -At time : 471.1 ps Reaction : OH^-1 (-12120) + H3O^1 (-6787) -> No product -At time : 471.1 ps Reaction : H^0 (-10939) + H^0 (-11541) -> H_2^0 (-12128) -At time : 471.1 ps Reaction : H3O^1 (-11143) + e_aq^-1 (-8458) -> H^0 (-12129) -At time : 471.1 ps Reaction : OH^0 (-10820) + OH^0 (-8510) -> H2O2^0 (-12130) -At time : 471.1 ps Reaction : OH^0 (-10571) + e_aq^-1 (-4180) -> OH^-1 (-12131) -At time : 471.1 ps Reaction : H^0 (-10290) + OH^0 (-10292) -> No product -At time : 471.1 ps Reaction : OH^0 (-7872) + H^0 (-9022) -> No product -At time : 471.1 ps Reaction : e_aq^-1 (-940) + OH^0 (-8870) -> OH^-1 (-12132) -At time : 471.1 ps Reaction : e_aq^-1 (-179) + H3O^1 (-8291) -> H^0 (-12133) -At time : 481.1 ps Reaction : H3O^1 (-6423) + OH^-1 (-11999) -> No product -At time : 481.1 ps Reaction : H3O^1 (-9431) + OH^-1 (-11873) -> No product -At time : 481.1 ps Reaction : e_aq^-1 (-5550) + H3O^1 (-10318) -> H^0 (-12134) -At time : 481.1 ps Reaction : OH^0 (-9413) + OH^0 (-8390) -> H2O2^0 (-12135) -At time : 481.1 ps Reaction : OH^0 (-9376) + OH^0 (-5854) -> H2O2^0 (-12136) -At time : 481.1 ps Reaction : OH^0 (-8076) + OH^0 (-8855) -> H2O2^0 (-12137) -At time : 481.1 ps Reaction : e_aq^-1 (-4946) + e_aq^-1 (-8587) -> OH^-1 (-12138) + OH^-1 (-12139) + H_2^0 (-12140) -At time : 481.1 ps Reaction : H3O^1 (-6981) + e_aq^-1 (-8425) -> H^0 (-12141) -At time : 481.1 ps Reaction : e_aq^-1 (-4123) + OH^0 (-7624) -> OH^-1 (-12142) -At time : 481.1 ps Reaction : e_aq^-1 (-4072) + OH^0 (-6734) -> OH^-1 (-12143) -At time : 491.1 ps Reaction : H3O^1 (-8493) + OH^-1 (-12072) -> No product -At time : 491.1 ps Reaction : OH^0 (-10878) + OH^0 (-6888) -> H2O2^0 (-12144) -At time : 491.1 ps Reaction : H^0 (-10054) + OH^0 (-7958) -> No product -At time : 491.1 ps Reaction : OH^0 (-7918) + OH^0 (-8798) -> H2O2^0 (-12145) -At time : 491.1 ps Reaction : OH^0 (-7430) + e_aq^-1 (-8338) -> OH^-1 (-12146) -At time : 491.1 ps Reaction : OH^0 (-5954) + OH^0 (-7824) -> H2O2^0 (-12147) -At time : 501.1 ps Reaction : H3O^1 (-7431) + OH^-1 (-12146) -> No product -At time : 501.1 ps Reaction : OH^-1 (-12082) + H3O^1 (-7071) -> No product -At time : 501.1 ps Reaction : OH^0 (-9418) + OH^0 (-11886) -> H2O2^0 (-12148) -At time : 501.1 ps Reaction : OH^0 (-9701) + OH^0 (-6534) -> H2O2^0 (-12149) -At time : 501.1 ps Reaction : OH^0 (-9583) + OH^0 (-6346) -> H2O2^0 (-12150) -At time : 501.1 ps Reaction : e_aq^-1 (-5451) + H3O^1 (-8631) -> H^0 (-12151) -At time : 501.1 ps Reaction : OH^0 (-6634) + OH^0 (-7816) -> H2O2^0 (-12152) -At time : 501.1 ps Reaction : e_aq^-1 (-4705) + H3O^1 (-6025) -> H^0 (-12153) -At time : 511.1 ps Reaction : H3O^1 (-7499) + OH^-1 (-12139) -> No product -At time : 511.1 ps Reaction : H3O^1 (-7081) + OH^-1 (-12113) -> No product -At time : 511.1 ps Reaction : e_aq^-1 (-4320) + H^0 (-11672) -> OH^-1 (-12154) + H_2^0 (-12155) -At time : 511.1 ps Reaction : H2O2^0 (-11437) + e_aq^-1 (-4368) -> OH^-1 (-12156) + OH^0 (-12157) -At time : 511.1 ps Reaction : e_aq^-1 (-4245) + OH^0 (-10822) -> OH^-1 (-12158) -At time : 511.1 ps Reaction : OH^0 (-10800) + OH^0 (-6766) -> H2O2^0 (-12159) -At time : 511.1 ps Reaction : OH^0 (-9681) + OH^0 (-9672) -> H2O2^0 (-12160) -At time : 511.1 ps Reaction : e_aq^-1 (-5474) + H3O^1 (-8269) -> H^0 (-12161) -At time : 511.1 ps Reaction : OH^0 (-6920) + OH^0 (-6922) -> H2O2^0 (-12162) -At time : 511.1 ps Reaction : H3O^1 (-9983) + OH^-1 (-12154) -> No product -At time : 521.1 ps Reaction : H3O^1 (-10866) + OH^-1 (-12156) -> No product -At time : 521.1 ps Reaction : OH^-1 (-12143) + H3O^1 (-6733) -> No product -At time : 521.1 ps Reaction : OH^-1 (-12080) + H3O^1 (-6119) -> No product -At time : 521.1 ps Reaction : e_aq^-1 (-601) + H2O2^0 (-11920) -> OH^-1 (-12163) + OH^0 (-12164) -At time : 521.1 ps Reaction : H2O2^0 (-11630) + e_aq^-1 (-8767) -> OH^-1 (-12165) + OH^0 (-12166) -At time : 521.1 ps Reaction : OH^0 (-11068) + OH^0 (-7182) -> H2O2^0 (-12167) -At time : 521.1 ps Reaction : H3O^1 (-10870) + e_aq^-1 (-4363) -> H^0 (-12168) -At time : 521.1 ps Reaction : H^0 (-10090) + OH^0 (-6996) -> No product -At time : 521.1 ps Reaction : OH^0 (-7428) + OH^0 (-8333) -> H2O2^0 (-12169) -At time : 521.1 ps Reaction : OH^0 (-8160) + OH^0 (-8162) -> H2O2^0 (-12170) -At time : 521.1 ps Reaction : e_aq^-1 (-1062) + H3O^1 (-8053) -> H^0 (-12171) -At time : 521.1 ps Reaction : H3O^1 (-7609) + OH^-1 (-12158) -> No product -At time : 531.1 ps Reaction : H3O^1 (-10813) + OH^-1 (-12131) -> No product -At time : 531.1 ps Reaction : e_aq^-1 (-3467) + H3O^1 (-6215) -> H^0 (-12172) -At time : 531.1 ps Reaction : OH^0 (-5772) + OH^0 (-5946) -> H2O2^0 (-12173) -At time : 541.1 ps Reaction : OH^0 (-10928) + OH^0 (-9059) -> H2O2^0 (-12174) -At time : 541.1 ps Reaction : OH^0 (-9986) + OH^0 (-6866) -> H2O2^0 (-12175) -At time : 541.1 ps Reaction : OH^0 (-9847) + H^0 (-9018) -> No product -At time : 541.1 ps Reaction : OH^0 (-7180) + OH^0 (-8142) -> H2O2^0 (-12176) -At time : 541.1 ps Reaction : e_aq^-1 (-1149) + OH^0 (-7028) -> OH^-1 (-12177) -At time : 551.1 ps Reaction : e_aq^-1 (-4817) + OH^0 (-7514) -> OH^-1 (-12178) -At time : 551.1 ps Reaction : OH^0 (-11297) + OH^0 (-8753) -> H2O2^0 (-12179) -At time : 561.1 ps Reaction : H^0 (-10368) + H^0 (-12133) -> H_2^0 (-12180) -At time : 561.1 ps Reaction : e_aq^-1 (-5554) + H^0 (-9098) -> OH^-1 (-12181) + H_2^0 (-12182) -At time : 561.1 ps Reaction : e_aq^-1 (-3855) + OH^0 (-6606) -> OH^-1 (-12183) -At time : 571.1 ps Reaction : OH^-1 (-11785) + H3O^1 (-8101) -> No product -At time : 571.1 ps Reaction : H^0 (-11192) + e_aq^-1 (-1542) -> OH^-1 (-12184) + H_2^0 (-12185) -At time : 571.1 ps Reaction : OH^0 (-11004) + OH^0 (-8054) -> H2O2^0 (-12186) -At time : 571.1 ps Reaction : e_aq^-1 (-4355) + OH^0 (-6886) -> OH^-1 (-12187) -At time : 571.1 ps Reaction : OH^0 (-6422) + OH^0 (-6428) -> H2O2^0 (-12188) -At time : 581.1 ps Reaction : H3O^1 (-11168) + OH^-1 (-12181) -> No product -At time : 581.1 ps Reaction : H3O^1 (-10574) + OH^-1 (-12142) -> No product -At time : 581.1 ps Reaction : H^0 (-9203) + OH^0 (-6406) -> No product -At time : 581.1 ps Reaction : OH^0 (-6082) + OH^0 (-8396) -> H2O2^0 (-12189) -At time : 581.1 ps Reaction : e_aq^-1 (-517) + OH^0 (-7456) -> OH^-1 (-12190) -At time : 581.1 ps Reaction : e_aq^-1 (-5426) + OH^0 (-7296) -> OH^-1 (-12191) -At time : 581.1 ps Reaction : e_aq^-1 (-5498) + H3O^1 (-6125) -> H^0 (-12192) -At time : 591.1 ps Reaction : H^0 (-9261) + e_aq^-1 (-4205) -> OH^-1 (-12193) + H_2^0 (-12194) -At time : 591.1 ps Reaction : e_aq^-1 (-2790) + OH^0 (-7762) -> OH^-1 (-12195) -At time : 591.1 ps Reaction : e_aq^-1 (-3552) + OH^0 (-7706) -> OH^-1 (-12196) -At time : 601.1 ps Reaction : OH^-1 (-12190) + H3O^1 (-7237) -> No product -At time : 601.1 ps Reaction : OH^-1 (-12177) + H3O^1 (-7999) -> No product -At time : 601.1 ps Reaction : OH^-1 (-11866) + H3O^1 (-7333) -> No product -At time : 601.1 ps Reaction : OH^0 (-10521) + OH^0 (-10058) -> H2O2^0 (-12197) -At time : 601.1 ps Reaction : H^0 (-9239) + H^0 (-9803) -> H_2^0 (-12198) -At time : 601.1 ps Reaction : H^0 (-9793) + OH^0 (-8351) -> No product -At time : 601.1 ps Reaction : OH^0 (-9598) + e_aq^-1 (-3015) -> OH^-1 (-12199) -At time : 601.1 ps Reaction : H^0 (-9414) + OH^0 (-7158) -> No product -At time : 601.1 ps Reaction : OH^0 (-7010) + OH^0 (-8961) -> H2O2^0 (-12200) -At time : 601.1 ps Reaction : H3O^1 (-8733) + e_aq^-1 (-8734) -> H^0 (-12201) -At time : 601.1 ps Reaction : e_aq^-1 (-4358) + OH^0 (-7588) -> OH^-1 (-12202) -At time : 601.1 ps Reaction : e_aq^-1 (-5478) + OH^0 (-7414) -> OH^-1 (-12203) -At time : 601.1 ps Reaction : e_aq^-1 (-875) + H3O^1 (-7137) -> H^0 (-12204) -At time : 601.1 ps Reaction : OH^0 (-5751) + OH^0 (-6918) -> H2O2^0 (-12205) -At time : 601.1 ps Reaction : OH^-1 (-5714) + H3O^1 (-6105) -> No product -At time : 611.1 ps Reaction : H^0 (-12032) + OH^0 (-6876) -> No product -At time : 611.1 ps Reaction : H^0 (-12026) + OH^0 (-7936) -> No product -At time : 611.1 ps Reaction : H3O^1 (-10623) + OH^-1 (-11841) -> No product -At time : 611.1 ps Reaction : H^0 (-11328) + OH^0 (-8100) -> No product -At time : 611.1 ps Reaction : OH^0 (-11138) + OH^0 (-8242) -> H2O2^0 (-12206) -At time : 611.1 ps Reaction : OH^0 (-10481) + OH^0 (-9312) -> H2O2^0 (-12207) -At time : 611.1 ps Reaction : e_aq^-1 (-5132) + OH^0 (-7474) -> OH^-1 (-12208) -At time : 621.1 ps Reaction : OH^-1 (-12184) + H3O^1 (-7943) -> No product -At time : 621.1 ps Reaction : OH^0 (-11354) + OH^0 (-7374) -> H2O2^0 (-12209) -At time : 621.1 ps Reaction : OH^0 (-10695) + OH^0 (-6398) -> H2O2^0 (-12210) -At time : 621.1 ps Reaction : e_aq^-1 (-4999) + H3O^1 (-7135) -> H^0 (-12211) -At time : 621.1 ps Reaction : e_aq^-1 (-4655) + H3O^1 (-7039) -> H^0 (-12212) -At time : 621.1 ps Reaction : OH^0 (-6938) + OH^0 (-6940) -> H2O2^0 (-12213) -At time : 631.1 ps Reaction : H3O^1 (-6887) + OH^-1 (-12118) -> No product -At time : 631.1 ps Reaction : e_aq^-1 (-4305) + H2O2^0 (-11455) -> OH^-1 (-12214) + OH^0 (-12215) -At time : 631.1 ps Reaction : H^0 (-10610) + OH^0 (-6626) -> No product -At time : 631.1 ps Reaction : H^0 (-10056) + OH^0 (-7962) -> No product -At time : 631.1 ps Reaction : OH^0 (-6656) + OH^0 (-8696) -> H2O2^0 (-12216) -At time : 641.1 ps Reaction : H3O^1 (-10093) + e_aq^-1 (-4611) -> H^0 (-12217) -At time : 641.1 ps Reaction : OH^0 (-9903) + OH^0 (-6784) -> H2O2^0 (-12218) -At time : 641.1 ps Reaction : OH^0 (-9720) + H^0 (-9721) -> No product -At time : 641.1 ps Reaction : OH^0 (-9713) + OH^0 (-6548) -> H2O2^0 (-12219) -At time : 641.1 ps Reaction : OH^0 (-7910) + OH^0 (-8789) -> H2O2^0 (-12220) -At time : 651.1 ps Reaction : OH^-1 (-12195) + H3O^1 (-7761) -> No product -At time : 651.1 ps Reaction : OH^-1 (-11993) + H3O^1 (-7617) -> No product -At time : 651.1 ps Reaction : OH^0 (-10901) + OH^0 (-6902) -> H2O2^0 (-12221) -At time : 651.1 ps Reaction : OH^0 (-10495) + OH^0 (-5844) -> H2O2^0 (-12222) -At time : 651.1 ps Reaction : OH^0 (-9291) + OH^0 (-7560) -> H2O2^0 (-12223) -At time : 651.1 ps Reaction : OH^0 (-6178) + H^0 (-9066) -> No product -At time : 651.1 ps Reaction : e_aq^-1 (-990) + H3O^1 (-8856) -> H^0 (-12224) -At time : 651.1 ps Reaction : OH^0 (-6576) + OH^0 (-8522) -> H2O2^0 (-12225) -At time : 651.1 ps Reaction : OH^0 (-7364) + OH^0 (-7384) -> H2O2^0 (-12226) -At time : 651.1 ps Reaction : OH^0 (-7264) + OH^0 (-7268) -> H2O2^0 (-12227) -At time : 651.1 ps Reaction : e_aq^-1 (-1744) + H3O^1 (-6871) -> H^0 (-12228) -At time : 661.1 ps Reaction : OH^-1 (-12187) + H3O^1 (-10006) -> No product -At time : 661.1 ps Reaction : H2O2^0 (-11534) + e_aq^-1 (-8431) -> OH^-1 (-12229) + OH^0 (-12230) -At time : 661.1 ps Reaction : OH^0 (-10347) + OH^0 (-7388) -> H2O2^0 (-12231) -At time : 661.1 ps Reaction : H^0 (-10073) + OH^0 (-8825) -> No product -At time : 661.1 ps Reaction : OH^0 (-9460) + OH^0 (-9455) -> H2O2^0 (-12232) -At time : 661.1 ps Reaction : OH^0 (-6058) + OH^0 (-8120) -> H2O2^0 (-12233) -At time : 661.1 ps Reaction : OH^0 (-6698) + OH^0 (-6702) -> H2O2^0 (-12234) -At time : 661.1 ps Reaction : e_aq^-1 (-5010) + e_aq^-1 (-4994) -> OH^-1 (-12235) + OH^-1 (-12236) + H_2^0 (-12237) -At time : 671.1 ps Reaction : OH^0 (-10968) + H^0 (-12107) -> No product -At time : 671.1 ps Reaction : H^0 (-11757) + OH^0 (-8672) -> No product -At time : 671.1 ps Reaction : H^0 (-10943) + e_aq^-1 (-1384) -> OH^-1 (-12238) + H_2^0 (-12239) -At time : 671.1 ps Reaction : H3O^1 (-9651) + e_aq^-1 (-3690) -> H^0 (-12240) -At time : 671.1 ps Reaction : H3O^1 (-6193) + OH^-1 (-12214) -> No product -At time : 671.1 ps Reaction : OH^0 (-8927) + OH^0 (-8937) -> H2O2^0 (-12241) -At time : 681.1 ps Reaction : OH^-1 (-12238) + H3O^1 (-7973) -> No product -At time : 681.1 ps Reaction : e_aq^-1 (-5258) + H^0 (-11791) -> OH^-1 (-12242) + H_2^0 (-12243) -At time : 681.1 ps Reaction : H2O2^0 (-11397) + e_aq^-1 (-4477) -> OH^-1 (-12244) + OH^0 (-12245) -At time : 681.1 ps Reaction : OH^0 (-9519) + OH^0 (-6266) -> H2O2^0 (-12246) -At time : 681.1 ps Reaction : e_aq^-1 (-3517) + OH^0 (-7698) -> OH^-1 (-12247) -At time : 681.1 ps Reaction : e_aq^-1 (-4460) + OH^0 (-6932) -> OH^-1 (-12248) -At time : 681.1 ps Reaction : e_aq^-1 (-5241) + H3O^1 (-6137) -> H^0 (-12249) -At time : 691.1 ps Reaction : e_aq^-1 (-5528) + H^0 (-12161) -> OH^-1 (-12250) + H_2^0 (-12251) -At time : 691.1 ps Reaction : e_aq^-1 (-4777) + H^0 (-11274) -> OH^-1 (-12252) + H_2^0 (-12253) -At time : 691.1 ps Reaction : OH^0 (-10042) + OH^0 (-10048) -> H2O2^0 (-12254) -At time : 691.1 ps Reaction : e_aq^-1 (-1408) + e_aq^-1 (-4538) -> OH^-1 (-12255) + OH^-1 (-12256) + H_2^0 (-12257) -At time : 701.1 ps Reaction : H3O^1 (-11137) + OH^-1 (-12191) -> No product -At time : 701.1 ps Reaction : OH^0 (-11180) + H^0 (-10327) -> No product -At time : 701.1 ps Reaction : H^0 (-10523) + e_aq^-1 (-4469) -> OH^-1 (-12258) + H_2^0 (-12259) -At time : 701.1 ps Reaction : OH^0 (-9133) + e_aq^-1 (-5712) -> OH^-1 (-12260) -At time : 701.1 ps Reaction : OH^0 (-7400) + OH^0 (-8304) -> H2O2^0 (-12261) -At time : 701.1 ps Reaction : e_aq^-1 (-3997) + H3O^1 (-7839) -> H^0 (-12262) -At time : 701.1 ps Reaction : OH^-1 (-12260) + H3O^1 (-8409) -> No product -At time : 711.1 ps Reaction : H^0 (-10383) + OH^0 (-11134) -> No product -At time : 711.1 ps Reaction : e_aq^-1 (-5082) + H3O^1 (-11058) -> H^0 (-12263) -At time : 711.1 ps Reaction : OH^0 (-9806) + OH^0 (-10763) -> H2O2^0 (-12264) -At time : 711.1 ps Reaction : OH^0 (-10715) + OH^0 (-6488) -> H2O2^0 (-12265) -At time : 711.1 ps Reaction : e_aq^-1 (-1504) + H^0 (-10039) -> OH^-1 (-12266) + H_2^0 (-12267) -At time : 711.1 ps Reaction : OH^0 (-6002) + H^0 (-9038) -> No product -At time : 711.1 ps Reaction : e_aq^-1 (-4474) + OH^0 (-8813) -> OH^-1 (-12268) -At time : 711.1 ps Reaction : OH^0 (-6806) + OH^0 (-8549) -> H2O2^0 (-12269) -At time : 711.1 ps Reaction : e_aq^-1 (-908) + H3O^1 (-6045) -> H^0 (-12270) -At time : 711.1 ps Reaction : e_aq^-1 (-1701) + OH^0 (-8965) -> OH^-1 (-12271) -At time : 711.1 ps Reaction : H3O^1 (-10904) + OH^-1 (-12271) -> No product -At time : 721.1 ps Reaction : OH^-1 (-12268) + H3O^1 (-8820) -> No product -At time : 721.1 ps Reaction : OH^-1 (-12266) + H3O^1 (-6185) -> No product -At time : 721.1 ps Reaction : H3O^1 (-10074) + OH^-1 (-12256) -> No product -At time : 721.1 ps Reaction : e_aq^-1 (-2959) + H2O2^0 (-11613) -> OH^-1 (-12272) + OH^0 (-12273) -At time : 721.1 ps Reaction : OH^0 (-9943) + OH^0 (-10567) -> H2O2^0 (-12274) -At time : 721.1 ps Reaction : OH^0 (-10334) + OH^0 (-7382) -> H2O2^0 (-12275) -At time : 721.1 ps Reaction : OH^0 (-10286) + OH^0 (-9363) -> H2O2^0 (-12276) -At time : 721.1 ps Reaction : OH^0 (-9852) + OH^0 (-5956) -> H2O2^0 (-12277) -At time : 721.1 ps Reaction : e_aq^-1 (-4764) + OH^0 (-8957) -> OH^-1 (-12278) -At time : 721.1 ps Reaction : e_aq^-1 (-5179) + e_aq^-1 (-606) -> OH^-1 (-12279) + OH^-1 (-12280) + H_2^0 (-12281) -At time : 731.1 ps Reaction : OH^-1 (-12163) + H3O^1 (-7205) -> No product -At time : 731.1 ps Reaction : OH^0 (-7466) + H^0 (-11895) -> No product -At time : 731.1 ps Reaction : H^0 (-10766) + H^0 (-9799) -> H_2^0 (-12282) -At time : 731.1 ps Reaction : e_aq^-1 (-2826) + OH^0 (-9650) -> OH^-1 (-12283) -At time : 731.1 ps Reaction : OH^0 (-9159) + e_aq^-1 (-3463) -> OH^-1 (-12284) -At time : 731.1 ps Reaction : e_aq^-1 (-3297) + H^0 (-8992) -> OH^-1 (-12285) + H_2^0 (-12286) -At time : 731.1 ps Reaction : e_aq^-1 (-765) + H3O^1 (-8886) -> H^0 (-12287) -At time : 731.1 ps Reaction : e_aq^-1 (-2434) + e_aq^-1 (-3900) -> OH^-1 (-12288) + OH^-1 (-12289) + H_2^0 (-12290) -At time : 731.1 ps Reaction : OH^-1 (-5732) + H3O^1 (-6039) -> No product -At time : 741.1 ps Reaction : H^0 (-10108) + H^0 (-11942) -> H_2^0 (-12291) -At time : 741.1 ps Reaction : e_aq^-1 (-5561) + OH^0 (-11197) -> OH^-1 (-12292) -At time : 741.1 ps Reaction : H^0 (-10919) + OH^0 (-7954) -> No product -At time : 741.1 ps Reaction : OH^0 (-10296) + OH^0 (-10289) -> H2O2^0 (-12293) -At time : 741.1 ps Reaction : OH^0 (-7562) + OH^0 (-9061) -> H2O2^0 (-12294) -At time : 741.1 ps Reaction : H3O^1 (-8628) + e_aq^-1 (-8629) -> H^0 (-12295) -At time : 741.1 ps Reaction : OH^0 (-6282) + OH^0 (-6284) -> H2O2^0 (-12296) -At time : 751.1 ps Reaction : H3O^1 (-5897) + OH^-1 (-12199) -> No product -At time : 761.1 ps Reaction : OH^-1 (-12248) + H3O^1 (-6923) -> No product -At time : 761.1 ps Reaction : OH^0 (-10678) + e_aq^-1 (-8719) -> OH^-1 (-12297) -At time : 761.1 ps Reaction : e_aq^-1 (-4542) + H3O^1 (-6009) -> H^0 (-12298) -At time : 761.1 ps Reaction : e_aq^-1 (-4034) + H3O^1 (-6695) -> H^0 (-12299) -At time : 771.1 ps Reaction : e_aq^-1 (-1357) + H^0 (-12141) -> OH^-1 (-12300) + H_2^0 (-12301) -At time : 771.1 ps Reaction : e_aq^-1 (-3764) + H3O^1 (-10726) -> H^0 (-12302) -At time : 771.1 ps Reaction : e_aq^-1 (-5637) + H^0 (-10331) -> OH^-1 (-12303) + H_2^0 (-12304) -At time : 771.1 ps Reaction : OH^0 (-9444) + e_aq^-1 (-4203) -> OH^-1 (-12305) -At time : 781.1 ps Reaction : H2O2^0 (-12294) + e_aq^-1 (-8677) -> OH^-1 (-12306) + OH^0 (-12307) -At time : 781.1 ps Reaction : H^0 (-12094) + e_aq^-1 (-4441) -> OH^-1 (-12308) + H_2^0 (-12309) -At time : 781.1 ps Reaction : H3O^1 (-10966) + e_aq^-1 (-4698) -> H^0 (-12310) -At time : 781.1 ps Reaction : OH^0 (-8018) + e_aq^-1 (-8434) -> OH^-1 (-12311) -At time : 781.1 ps Reaction : OH^-1 (-12311) + H3O^1 (-7029) -> No product -At time : 781.1 ps Reaction : H3O^1 (-10934) + OH^-1 (-12306) -> No product -At time : 791.1 ps Reaction : e_aq^-1 (-4657) + OH^0 (-7020) -> OH^-1 (-12312) -At time : 791.1 ps Reaction : e_aq^-1 (-1377) + H3O^1 (-6959) -> H^0 (-12313) -At time : 791.1 ps Reaction : e_aq^-1 (-1362) + OH^0 (-5866) -> OH^-1 (-12314) -At time : 791.1 ps Reaction : H3O^1 (-6017) + OH^-1 (-12314) -> No product -At time : 791.1 ps Reaction : OH^0 (-9123) + OH^0 (-10092) -> H2O2^0 (-12315) -At time : 801.1 ps Reaction : H3O^1 (-6817) + OH^-1 (-12305) -> No product -At time : 801.1 ps Reaction : OH^-1 (-12300) + H3O^1 (-8676) -> No product -At time : 801.1 ps Reaction : e_aq^-1 (-5037) + H2O2^0 (-12233) -> OH^-1 (-12316) + OH^0 (-12317) -At time : 801.1 ps Reaction : H3O^1 (-10673) + OH^-1 (-12096) -> No product -At time : 801.1 ps Reaction : OH^-1 (-11950) + H3O^1 (-7603) -> No product -At time : 801.1 ps Reaction : H^0 (-10251) + H^0 (-11814) -> H_2^0 (-12318) -At time : 801.1 ps Reaction : H^0 (-9902) + OH^0 (-6794) -> No product -At time : 801.1 ps Reaction : OH^0 (-9616) + OH^0 (-7740) -> H2O2^0 (-12319) -At time : 801.1 ps Reaction : e_aq^-1 (-2382) + OH^0 (-6666) -> OH^-1 (-12320) -At time : 801.1 ps Reaction : e_aq^-1 (-5350) + e_aq^-1 (-5333) -> OH^-1 (-12321) + OH^-1 (-12322) + H_2^0 (-12323) -At time : 811.1 ps Reaction : H^0 (-12228) + OH^0 (-10862) -> No product -At time : 811.1 ps Reaction : OH^0 (-11146) + OH^0 (-7420) -> H2O2^0 (-12324) -At time : 811.1 ps Reaction : H3O^1 (-11111) + e_aq^-1 (-5297) -> H^0 (-12325) -At time : 811.1 ps Reaction : OH^0 (-11106) + OH^0 (-10423) -> H2O2^0 (-12326) -At time : 811.1 ps Reaction : e_aq^-1 (-4138) + OH^0 (-9898) -> OH^-1 (-12327) -At time : 811.1 ps Reaction : OH^0 (-9165) + OH^0 (-7686) -> H2O2^0 (-12328) -At time : 811.1 ps Reaction : e_aq^-1 (-2667) + H^0 (-9004) -> OH^-1 (-12329) + H_2^0 (-12330) -At time : 821.1 ps Reaction : OH^-1 (-12292) + H3O^1 (-8297) -> No product -At time : 821.1 ps Reaction : OH^0 (-10632) + e_aq^-1 (-3468) -> OH^-1 (-12331) -At time : 821.1 ps Reaction : e_aq^-1 (-5403) + e_aq^-1 (-5476) -> OH^-1 (-12332) + OH^-1 (-12333) + H_2^0 (-12334) -At time : 821.1 ps Reaction : OH^-1 (-12258) + H3O^1 (-7959) -> No product -At time : 831.1 ps Reaction : H3O^1 (-8161) + OH^-1 (-12279) -> No product -At time : 831.1 ps Reaction : OH^-1 (-12250) + H3O^1 (-8271) -> No product -At time : 831.1 ps Reaction : H^0 (-11737) + e_aq^-1 (-4227) -> OH^-1 (-12335) + H_2^0 (-12336) -At time : 831.1 ps Reaction : OH^0 (-8399) + OH^0 (-11245) -> H2O2^0 (-12337) -At time : 831.1 ps Reaction : e_aq^-1 (-3998) + H3O^1 (-10769) -> H^0 (-12338) -At time : 831.1 ps Reaction : OH^0 (-10316) + e_aq^-1 (-5602) -> OH^-1 (-12339) -At time : 831.1 ps Reaction : H^0 (-10126) + e_aq^-1 (-8500) -> OH^-1 (-12340) + H_2^0 (-12341) -At time : 831.1 ps Reaction : OH^0 (-6562) + OH^0 (-6570) -> H2O2^0 (-12342) -At time : 831.1 ps Reaction : H3O^1 (-5985) + OH^-1 (-12335) -> No product -At time : 841.1 ps Reaction : H3O^1 (-10631) + OH^-1 (-12331) -> No product -At time : 841.1 ps Reaction : H3O^1 (-7497) + OH^-1 (-12138) -> No product -At time : 841.1 ps Reaction : e_aq^-1 (-112) + H^0 (-12134) -> OH^-1 (-12343) + H_2^0 (-12344) -At time : 841.1 ps Reaction : H^0 (-10472) + OH^0 (-11021) -> No product -At time : 841.1 ps Reaction : OH^0 (-10857) + e_aq^-1 (-4316) -> OH^-1 (-12345) -At time : 851.1 ps Reaction : OH^-1 (-12316) + H3O^1 (-11045) -> No product -At time : 851.1 ps Reaction : OH^-1 (-11937) + H3O^1 (-7917) -> No product -At time : 851.1 ps Reaction : OH^0 (-11024) + OH^0 (-7120) -> H2O2^0 (-12346) -At time : 861.1 ps Reaction : H^0 (-12224) + e_aq^-1 (-8389) -> OH^-1 (-12347) + H_2^0 (-12348) -At time : 861.1 ps Reaction : H^0 (-10533) + OH^0 (-10534) -> No product -At time : 861.1 ps Reaction : OH^0 (-7658) + OH^0 (-8770) -> H2O2^0 (-12349) -At time : 861.1 ps Reaction : H3O^1 (-8253) + e_aq^-1 (-8632) -> H^0 (-12350) -At time : 861.1 ps Reaction : e_aq^-1 (-1994) + OH^0 (-7878) -> OH^-1 (-12351) -At time : 871.1 ps Reaction : OH^0 (-10568) + e_aq^-1 (-4207) -> OH^-1 (-12352) -At time : 881.1 ps Reaction : H2O2^0 (-12077) + e_aq^-1 (-8485) -> OH^-1 (-12353) + OH^0 (-12354) -At time : 881.1 ps Reaction : OH^0 (-11323) + OH^0 (-10985) -> H2O2^0 (-12355) -At time : 881.1 ps Reaction : OH^0 (-10365) + OH^0 (-8286) -> H2O2^0 (-12356) -At time : 881.1 ps Reaction : e_aq^-1 (-395) + H3O^1 (-10291) -> H^0 (-12357) -At time : 881.1 ps Reaction : OH^0 (-10242) + OH^0 (-8450) -> H2O2^0 (-12358) -At time : 881.1 ps Reaction : H3O^1 (-9977) + OH^-1 (-5792) -> No product -At time : 881.1 ps Reaction : OH^0 (-9892) + OH^0 (-7874) -> H2O2^0 (-12359) -At time : 881.1 ps Reaction : OH^0 (-5850) + OH^0 (-8116) -> H2O2^0 (-12360) -At time : 891.1 ps Reaction : OH^-1 (-12312) + H3O^1 (-7017) -> No product -At time : 891.1 ps Reaction : H3O^1 (-9788) + OH^-1 (-12288) -> No product -At time : 891.1 ps Reaction : e_aq^-1 (-5420) + H^0 (-12151) -> OH^-1 (-12361) + H_2^0 (-12362) -At time : 891.1 ps Reaction : H3O^1 (-10627) + OH^-1 (-11855) -> No product -At time : 891.1 ps Reaction : OH^0 (-10908) + OH^0 (-6916) -> H2O2^0 (-12363) -At time : 891.1 ps Reaction : H^0 (-10651) + OH^0 (-10661) -> No product -At time : 891.1 ps Reaction : OH^0 (-5852) + OH^0 (-8298) -> H2O2^0 (-12364) -At time : 891.1 ps Reaction : OH^-1 (-12353) + H3O^1 (-6143) -> No product -At time : 901.1 ps Reaction : H3O^1 (-11183) + OH^-1 (-12343) -> No product -At time : 901.1 ps Reaction : H^0 (-12298) + OH^0 (-6014) -> No product -At time : 901.1 ps Reaction : OH^-1 (-12283) + H3O^1 (-6441) -> No product -At time : 901.1 ps Reaction : H^0 (-10601) + OH^0 (-10754) -> No product -At time : 901.1 ps Reaction : H^0 (-9182) + OH^0 (-6302) -> No product -At time : 901.1 ps Reaction : e_aq^-1 (-3509) + H3O^1 (-8712) -> H^0 (-12365) -At time : 901.1 ps Reaction : e_aq^-1 (-2263) + H3O^1 (-6697) -> H^0 (-12366) -At time : 911.1 ps Reaction : OH^0 (-8314) + OH^0 (-8459) -> H2O2^0 (-12367) -At time : 911.1 ps Reaction : e_aq^-1 (-945) + H3O^1 (-8083) -> H^0 (-12368) -At time : 921.1 ps Reaction : OH^-1 (-12339) + H3O^1 (-8619) -> No product -At time : 921.1 ps Reaction : e_aq^-1 (-4388) + H^0 (-12127) -> OH^-1 (-12369) + H_2^0 (-12370) -At time : 921.1 ps Reaction : OH^0 (-11327) + OH^0 (-11036) -> H2O2^0 (-12371) -At time : 921.1 ps Reaction : OH^0 (-10439) + OH^0 (-7200) -> H2O2^0 (-12372) -At time : 921.1 ps Reaction : OH^0 (-9865) + OH^0 (-5964) -> H2O2^0 (-12373) -At time : 921.1 ps Reaction : OH^0 (-6950) + H^0 (-9060) -> No product -At time : 921.1 ps Reaction : e_aq^-1 (-3658) + H3O^1 (-6409) -> H^0 (-12374) -At time : 921.1 ps Reaction : e_aq^-1 (-2899) + e_aq^-1 (-3674) -> OH^-1 (-12375) + OH^-1 (-12376) + H_2^0 (-12377) -At time : 931.1 ps Reaction : OH^-1 (-12340) + H3O^1 (-8505) -> No product -At time : 931.1 ps Reaction : OH^-1 (-12208) + H3O^1 (-7187) -> No product -At time : 931.1 ps Reaction : OH^-1 (-12057) + H3O^1 (-8877) -> No product -At time : 931.1 ps Reaction : H^0 (-10421) + OH^0 (-9409) -> No product -At time : 931.1 ps Reaction : e_aq^-1 (-5653) + H3O^1 (-8406) -> H^0 (-12378) -At time : 931.1 ps Reaction : OH^0 (-6174) + OH^0 (-7002) -> H2O2^0 (-12379) -At time : 931.1 ps Reaction : e_aq^-1 (-3107) + H3O^1 (-6305) -> H^0 (-12380) -At time : 931.1 ps Reaction : e_aq^-1 (-3465) + e_aq^-1 (-3459) -> OH^-1 (-12381) + OH^-1 (-12382) + H_2^0 (-12383) -At time : 941.1 ps Reaction : OH^0 (-6496) + OH^0 (-8540) -> H2O2^0 (-12384) -At time : 951.1 ps Reaction : OH^-1 (-12345) + H3O^1 (-6859) -> No product -At time : 951.1 ps Reaction : OH^0 (-11182) + OH^0 (-8294) -> H2O2^0 (-12385) -At time : 951.1 ps Reaction : e_aq^-1 (-741) + OH^0 (-10221) -> OH^-1 (-12386) -At time : 951.1 ps Reaction : OH^0 (-9833) + OH^0 (-8975) -> H2O2^0 (-12387) -At time : 951.1 ps Reaction : OH^0 (-9469) + e_aq^-1 (-3364) -> OH^-1 (-12388) -At time : 951.1 ps Reaction : OH^0 (-9426) + OH^0 (-8582) -> H2O2^0 (-12389) -At time : 951.1 ps Reaction : e_aq^-1 (-5026) + OH^0 (-8102) -> OH^-1 (-12390) -At time : 951.1 ps Reaction : OH^0 (-6536) + OH^0 (-6546) -> H2O2^0 (-12391) -At time : 961.1 ps Reaction : e_aq^-1 (-4145) + OH^0 (-9916) -> OH^-1 (-12392) -At time : 961.1 ps Reaction : H^0 (-9805) + OH^0 (-6686) -> No product -At time : 961.1 ps Reaction : OH^0 (-7306) + OH^0 (-7314) -> H2O2^0 (-12393) -At time : 971.1 ps Reaction : H3O^1 (-5901) + OH^-1 (-12272) -> No product -At time : 971.1 ps Reaction : H3O^1 (-8153) + OH^-1 (-11909) -> No product -At time : 971.1 ps Reaction : OH^0 (-9254) + OH^0 (-10803) -> H2O2^0 (-12394) -At time : 981.1 ps Reaction : H3O^1 (-9630) + OH^-1 (-12375) -> No product -At time : 981.1 ps Reaction : e_aq^-1 (-5368) + OH^0 (-11264) -> OH^-1 (-12395) -At time : 981.1 ps Reaction : OH^0 (-7352) + OH^0 (-8462) -> H2O2^0 (-12396) -At time : 981.1 ps Reaction : e_aq^-1 (-5517) + H3O^1 (-8267) -> H^0 (-12397) -At time : 981.1 ps Reaction : e_aq^-1 (-1080) + OH^0 (-7060) -> OH^-1 (-12398) -At time : 981.1 ps Reaction : H3O^1 (-8039) + OH^-1 (-12398) -> No product -At time : 991.1 ps Reaction : OH^-1 (-12395) + H3O^1 (-6089) -> No product -At time : 991.1 ps Reaction : H^0 (-11220) + OH^0 (-9031) -> No product -At time : 991.1 ps Reaction : OH^0 (-10106) + e_aq^-1 (-4613) -> OH^-1 (-12399) -At time : 991.1 ps Reaction : e_aq^-1 (-4832) + H3O^1 (-8035) -> H^0 (-12400) -At time : 991.1 ps Reaction : e_aq^-1 (-4218) + OH^0 (-6826) -> OH^-1 (-12401) -At time : 1.0011 ns Reaction : OH^-1 (-12322) + H3O^1 (-10285) -> No product -At time : 1.0011 ns Reaction : OH^0 (-10264) + OH^0 (-8897) -> H2O2^0 (-12402) -At time : 1.0011 ns Reaction : OH^0 (-9850) + OH^0 (-6714) -> H2O2^0 (-12403) -At time : 1.0011 ns Reaction : OH^0 (-7438) + OH^0 (-8230) -> H2O2^0 (-12404) -At time : 1.1011 ns Reaction : e_aq^-1 (-4376) + H2O2^0 (-12221) -> OH^-1 (-12405) + OH^0 (-12406) -At time : 1.1011 ns Reaction : OH^-1 (-12203) + H3O^1 (-8403) -> No product -At time : 1.1011 ns Reaction : e_aq^-1 (-5034) + H^0 (-12078) -> OH^-1 (-12407) + H_2^0 (-12408) -At time : 1.1011 ns Reaction : OH^0 (-11298) + OH^0 (-7750) -> H2O2^0 (-12409) -At time : 1.1011 ns Reaction : OH^0 (-10070) + OH^0 (-6968) -> H2O2^0 (-12410) -At time : 1.1011 ns Reaction : OH^0 (-9643) + OH^0 (-9644) -> H2O2^0 (-12411) -At time : 1.1011 ns Reaction : OH^0 (-9478) + e_aq^-1 (-3358) -> OH^-1 (-12412) -At time : 1.1011 ns Reaction : OH^0 (-6404) + OH^0 (-8745) -> H2O2^0 (-12413) -At time : 1.1011 ns Reaction : OH^0 (-6792) + OH^0 (-8543) -> H2O2^0 (-12414) -At time : 1.1011 ns Reaction : OH^0 (-8260) + OH^0 (-8264) -> H2O2^0 (-12415) -At time : 1.1011 ns Reaction : OH^0 (-6304) + OH^0 (-7720) -> H2O2^0 (-12416) -At time : 1.1011 ns Reaction : OH^-1 (-5744) + H3O^1 (-6989) -> No product -At time : 1.1011 ns Reaction : e_aq^-1 (-3946) + H3O^1 (-5951) -> H^0 (-12417) -At time : 1.1011 ns Reaction : e_aq^-1 (-4622) + e_aq^-1 (-4629) -> OH^-1 (-12418) + OH^-1 (-12419) + H_2^0 (-12420) -At time : 1.1011 ns Reaction : OH^-1 (-12390) + H3O^1 (-8105) -> No product -At time : 1.1011 ns Reaction : OH^-1 (-12229) + H3O^1 (-8376) -> No product -At time : 1.1011 ns Reaction : H^0 (-10539) + e_aq^-1 (-1705) -> OH^-1 (-12421) + H_2^0 (-12422) -At time : 1.2011 ns Reaction : H3O^1 (-6065) + OH^-1 (-12407) -> No product -At time : 1.2011 ns Reaction : H3O^1 (-6315) + OH^-1 (-12297) -> No product -At time : 1.2011 ns Reaction : H3O^1 (-10047) + OH^-1 (-12244) -> No product -At time : 1.2011 ns Reaction : OH^-1 (-12236) + H3O^1 (-7151) -> No product -At time : 1.2011 ns Reaction : H3O^1 (-11002) + OH^-1 (-12085) -> No product -At time : 1.2011 ns Reaction : H3O^1 (-10220) + OH^-1 (-11844) -> No product -At time : 1.2011 ns Reaction : OH^0 (-10690) + OH^0 (-8738) -> H2O2^0 (-12423) -At time : 1.2011 ns Reaction : OH^0 (-10654) + OH^0 (-9509) -> H2O2^0 (-12424) -At time : 1.2011 ns Reaction : H3O^1 (-10404) + e_aq^-1 (-5324) -> H^0 (-12425) -At time : 1.2011 ns Reaction : H^0 (-9797) + OH^0 (-5769) -> No product -At time : 1.2011 ns Reaction : OH^0 (-9299) + e_aq^-1 (-8668) -> OH^-1 (-12426) -At time : 1.2011 ns Reaction : H^0 (-9113) + e_aq^-1 (-2621) -> OH^-1 (-12427) + H_2^0 (-12428) -At time : 1.2011 ns Reaction : OH^0 (-8989) + H^0 (-8990) -> No product -At time : 1.2011 ns Reaction : OH^0 (-7324) + OH^0 (-8471) -> H2O2^0 (-12429) -At time : 1.2011 ns Reaction : e_aq^-1 (-4897) + H3O^1 (-7511) -> H^0 (-12430) -At time : 1.2011 ns Reaction : e_aq^-1 (-5464) + H3O^1 (-7323) -> H^0 (-12431) -At time : 1.2011 ns Reaction : e_aq^-1 (-1019) + OH^0 (-7070) -> OH^-1 (-12432) -At time : 1.2011 ns Reaction : OH^0 (-5739) + OH^0 (-7066) -> H2O2^0 (-12433) -At time : 1.2011 ns Reaction : OH^0 (-6762) + OH^0 (-6774) -> H2O2^0 (-12434) -At time : 1.2011 ns Reaction : e_aq^-1 (-2412) + e_aq^-1 (-3968) -> OH^-1 (-12435) + OH^-1 (-12436) + H_2^0 (-12437) -At time : 1.3011 ns Reaction : OH^-1 (-12347) + H3O^1 (-8868) -> No product -At time : 1.3011 ns Reaction : OH^-1 (-12320) + H3O^1 (-10759) -> No product -At time : 1.3011 ns Reaction : H3O^1 (-8201) + OH^-1 (-12242) -> No product -At time : 1.3011 ns Reaction : e_aq^-1 (-4603) + H2O2^0 (-12091) -> OH^-1 (-12438) + OH^0 (-12439) -At time : 1.3011 ns Reaction : OH^0 (-9988) + H^0 (-12084) -> No product -At time : 1.3011 ns Reaction : H^0 (-11357) + OH^0 (-10010) -> No product -At time : 1.3011 ns Reaction : H^0 (-11300) + OH^0 (-6516) -> No product -At time : 1.3011 ns Reaction : e_aq^-1 (-3721) + H^0 (-11204) -> OH^-1 (-12440) + H_2^0 (-12441) -At time : 1.3011 ns Reaction : OH^0 (-11199) + e_aq^-1 (-3492) -> OH^-1 (-12442) -At time : 1.3011 ns Reaction : OH^0 (-11010) + OH^0 (-7100) -> H2O2^0 (-12443) -At time : 1.3011 ns Reaction : e_aq^-1 (-4394) + OH^0 (-10896) -> OH^-1 (-12444) -At time : 1.3011 ns Reaction : e_aq^-1 (-1715) + H^0 (-10869) -> OH^-1 (-12445) + H_2^0 (-12446) -At time : 1.3011 ns Reaction : H^0 (-10783) + OH^0 (-5960) -> No product -At time : 1.3011 ns Reaction : OH^0 (-10609) + e_aq^-1 (-3878) -> OH^-1 (-12447) -At time : 1.3011 ns Reaction : OH^0 (-9879) + OH^0 (-10582) -> H2O2^0 (-12448) -At time : 1.3011 ns Reaction : e_aq^-1 (-104) + H3O^1 (-10332) -> H^0 (-12449) -At time : 1.3011 ns Reaction : OH^0 (-10258) + OH^0 (-8168) -> H2O2^0 (-12450) -At time : 1.3011 ns Reaction : OH^0 (-8030) + OH^0 (-9069) -> H2O2^0 (-12451) -At time : 1.3011 ns Reaction : OH^0 (-7574) + OH^0 (-8819) -> H2O2^0 (-12452) -At time : 1.3011 ns Reaction : e_aq^-1 (-2273) + H3O^1 (-7833) -> H^0 (-12453) -At time : 1.3011 ns Reaction : OH^0 (-7076) + OH^0 (-7080) -> H2O2^0 (-12454) -At time : 1.3011 ns Reaction : OH^0 (-6032) + OH^0 (-7056) -> H2O2^0 (-12455) -At time : 1.3011 ns Reaction : e_aq^-1 (-4539) + H3O^1 (-6963) -> H^0 (-12456) -At time : 1.3011 ns Reaction : OH^0 (-5830) + OH^0 (-6594) -> H2O2^0 (-12457) -At time : 1.3011 ns Reaction : e_aq^-1 (-3656) + e_aq^-1 (-3654) -> OH^-1 (-12458) + OH^-1 (-12459) + H_2^0 (-12460) -At time : 1.3011 ns Reaction : e_aq^-1 (-2440) + e_aq^-1 (-2524) -> OH^-1 (-12461) + OH^-1 (-12462) + H_2^0 (-12463) -At time : 1.3011 ns Reaction : OH^-1 (-12445) + H3O^1 (-6875) -> No product -At time : 1.3011 ns Reaction : OH^-1 (-12329) + H3O^1 (-6515) -> No product -At time : 1.3011 ns Reaction : e_aq^-1 (-4031) + OH^0 (-9862) -> OH^-1 (-12464) -At time : 1.3011 ns Reaction : e_aq^-1 (-5483) + OH^0 (-8270) -> OH^-1 (-12465) -At time : 1.3011 ns Reaction : e_aq^-1 (-5273) + OH^0 (-7248) -> OH^-1 (-12466) -At time : 1.4011 ns Reaction : OH^-1 (-12466) + H3O^1 (-8191) -> No product -At time : 1.4011 ns Reaction : OH^-1 (-12361) + H3O^1 (-8457) -> No product -At time : 1.4011 ns Reaction : H3O^1 (-10287) + OH^-1 (-12321) -> No product -At time : 1.4011 ns Reaction : H3O^1 (-8309) + OH^-1 (-12303) -> No product -At time : 1.4011 ns Reaction : OH^-1 (-12280) + H3O^1 (-7211) -> No product -At time : 1.4011 ns Reaction : OH^0 (-10393) + OH^0 (-11888) -> H2O2^0 (-12467) -At time : 1.4011 ns Reaction : e_aq^-1 (-4839) + H2O2^0 (-11804) -> OH^-1 (-12468) + OH^0 (-12469) -At time : 1.4011 ns Reaction : e_aq^-1 (-283) + OH^0 (-11161) -> OH^-1 (-12470) -At time : 1.4011 ns Reaction : OH^0 (-10998) + OH^0 (-5864) -> H2O2^0 (-12471) -At time : 1.4011 ns Reaction : e_aq^-1 (-3742) + H^0 (-10713) -> OH^-1 (-12472) + H_2^0 (-12473) -At time : 1.4011 ns Reaction : H3O^1 (-10637) + e_aq^-1 (-3475) -> H^0 (-12474) -At time : 1.4011 ns Reaction : H^0 (-10634) + OH^0 (-6222) -> No product -At time : 1.4011 ns Reaction : H^0 (-10525) + OH^0 (-8366) -> No product -At time : 1.4011 ns Reaction : H^0 (-10272) + OH^0 (-6084) -> No product -At time : 1.4011 ns Reaction : OH^0 (-9967) + OH^0 (-7600) -> H2O2^0 (-12475) -At time : 1.4011 ns Reaction : H^0 (-9748) + e_aq^-1 (-3807) -> OH^-1 (-12476) + H_2^0 (-12477) -At time : 1.4011 ns Reaction : H^0 (-9694) + OH^0 (-8348) -> No product -At time : 1.4011 ns Reaction : OH^0 (-9621) + OH^0 (-6402) -> H2O2^0 (-12478) -At time : 1.4011 ns Reaction : e_aq^-1 (-5599) + e_aq^-1 (-8611) -> OH^-1 (-12479) + OH^-1 (-12480) + H_2^0 (-12481) -At time : 1.4011 ns Reaction : e_aq^-1 (-5706) + H3O^1 (-8331) -> H^0 (-12482) -At time : 1.4011 ns Reaction : e_aq^-1 (-723) + OH^0 (-8136) -> OH^-1 (-12483) -At time : 1.4011 ns Reaction : e_aq^-1 (-4229) + H3O^1 (-10821) -> H^0 (-12484) -At time : 1.4011 ns Reaction : e_aq^-1 (-1246) + OH^0 (-8666) -> OH^-1 (-12485) -At time : 1.5011 ns Reaction : OH^-1 (-12483) + H3O^1 (-7171) -> No product -At time : 1.5011 ns Reaction : OH^-1 (-12468) + H3O^1 (-6161) -> No product -At time : 1.5011 ns Reaction : H2O2^0 (-12315) + e_aq^-1 (-8836) -> OH^-1 (-12486) + OH^0 (-12487) -At time : 1.5011 ns Reaction : H^0 (-12201) + OH^0 (-6368) -> No product -At time : 1.5011 ns Reaction : H^0 (-11904) + OH^0 (-7584) -> No product -At time : 1.5011 ns Reaction : e_aq^-1 (-1432) + H^0 (-11707) -> OH^-1 (-12488) + H_2^0 (-12489) -At time : 1.5011 ns Reaction : H3O^1 (-10757) + e_aq^-1 (-8518) -> H^0 (-12490) -At time : 1.5011 ns Reaction : OH^0 (-10068) + OH^0 (-7970) -> H2O2^0 (-12491) -At time : 1.5011 ns Reaction : e_aq^-1 (-4171) + H3O^1 (-9944) -> H^0 (-12492) -At time : 1.5011 ns Reaction : e_aq^-1 (-3136) + H3O^1 (-9558) -> H^0 (-12493) -At time : 1.5011 ns Reaction : H^0 (-9141) + H^0 (-9289) -> H_2^0 (-12494) -At time : 1.5011 ns Reaction : e_aq^-1 (-8368) + OH^0 (-8822) -> OH^-1 (-12495) -At time : 1.5011 ns Reaction : e_aq^-1 (-3272) + e_aq^-1 (-8713) -> OH^-1 (-12496) + OH^-1 (-12497) + H_2^0 (-12498) -At time : 1.5011 ns Reaction : e_aq^-1 (-4443) + H3O^1 (-8367) -> H^0 (-12499) -At time : 1.5011 ns Reaction : e_aq^-1 (-5543) + H3O^1 (-8287) -> H^0 (-12500) -At time : 1.5011 ns Reaction : e_aq^-1 (-218) + OH^0 (-8274) -> OH^-1 (-12501) -At time : 1.5011 ns Reaction : e_aq^-1 (-5356) + H3O^1 (-8231) -> H^0 (-12502) -At time : 1.5011 ns Reaction : OH^0 (-5978) + OH^0 (-7614) -> H2O2^0 (-12503) -At time : 1.5011 ns Reaction : OH^0 (-6560) + OH^0 (-6568) -> H2O2^0 (-12504) -At time : 1.5011 ns Reaction : e_aq^-1 (-2753) + H3O^1 (-6469) -> H^0 (-12505) -At time : 1.5011 ns Reaction : e_aq^-1 (-4776) + e_aq^-1 (-4755) -> OH^-1 (-12506) + OH^-1 (-12507) + H_2^0 (-12508) -At time : 1.5011 ns Reaction : e_aq^-1 (-2127) + e_aq^-1 (-4070) -> OH^-1 (-12509) + OH^-1 (-12510) + H_2^0 (-12511) -At time : 1.6011 ns Reaction : H3O^1 (-10932) + OH^-1 (-12488) -> No product -At time : 1.6011 ns Reaction : OH^-1 (-12447) + H3O^1 (-6621) -> No product -At time : 1.6011 ns Reaction : OH^-1 (-12421) + H3O^1 (-6891) -> No product -At time : 1.6011 ns Reaction : H3O^1 (-10619) + OH^-1 (-12381) -> No product -At time : 1.6011 ns Reaction : OH^-1 (-12165) + H3O^1 (-7765) -> No product -At time : 1.6011 ns Reaction : OH^0 (-12090) + e_aq^-1 (-5484) -> OH^-1 (-12512) -At time : 1.6011 ns Reaction : e_aq^-1 (-5427) + H2O2^0 (-11813) -> OH^-1 (-12513) + OH^0 (-12514) -At time : 1.6011 ns Reaction : OH^0 (-10973) + OH^0 (-6168) -> H2O2^0 (-12515) -At time : 1.6011 ns Reaction : OH^0 (-10725) + H^0 (-8986) -> No product -At time : 1.6011 ns Reaction : OH^0 (-10477) + OH^0 (-7098) -> H2O2^0 (-12516) -At time : 1.6011 ns Reaction : H^0 (-10171) + H^0 (-10173) -> H_2^0 (-12517) -At time : 1.6011 ns Reaction : e_aq^-1 (-3932) + H3O^1 (-9779) -> H^0 (-12518) -At time : 1.6011 ns Reaction : OH^0 (-9740) + OH^0 (-6592) -> H2O2^0 (-12519) -At time : 1.6011 ns Reaction : H^0 (-9648) + OH^0 (-6446) -> No product -At time : 1.6011 ns Reaction : OH^0 (-9625) + OH^0 (-7666) -> H2O2^0 (-12520) -At time : 1.6011 ns Reaction : OH^0 (-9350) + OH^0 (-7258) -> H2O2^0 (-12521) -At time : 1.6011 ns Reaction : e_aq^-1 (-429) + H^0 (-8944) -> OH^-1 (-12522) + H_2^0 (-12523) -At time : 1.6011 ns Reaction : e_aq^-1 (-4728) + H3O^1 (-7543) -> H^0 (-12524) -At time : 1.6011 ns Reaction : OH^0 (-5928) + OH^0 (-6578) -> H2O2^0 (-12525) -At time : 1.6011 ns Reaction : OH^0 (-6078) + OH^0 (-6140) -> H2O2^0 (-12526) -At time : 1.6011 ns Reaction : H3O^1 (-7583) + OH^-1 (-12405) -> No product -At time : 1.7011 ns Reaction : OH^-1 (-12501) + H3O^1 (-7327) -> No product -At time : 1.7011 ns Reaction : H3O^1 (-7003) + OH^-1 (-12486) -> No product -At time : 1.7011 ns Reaction : H3O^1 (-6823) + OH^-1 (-12401) -> No product -At time : 1.7011 ns Reaction : OH^-1 (-12386) + H3O^1 (-7473) -> No product -At time : 1.7011 ns Reaction : H^0 (-12313) + e_aq^-1 (-4531) -> OH^-1 (-12527) + H_2^0 (-12528) -At time : 1.7011 ns Reaction : OH^-1 (-12202) + H3O^1 (-7581) -> No product -At time : 1.7011 ns Reaction : OH^-1 (-12183) + H3O^1 (-6611) -> No product -At time : 1.7011 ns Reaction : H2O2^0 (-12041) + e_aq^-1 (-3147) -> OH^-1 (-12529) + OH^0 (-12530) -At time : 1.7011 ns Reaction : H^0 (-11715) + OH^0 (-6936) -> No product -At time : 1.7011 ns Reaction : H3O^1 (-11215) + e_aq^-1 (-4047) -> H^0 (-12531) -At time : 1.7011 ns Reaction : OH^0 (-11184) + OH^0 (-6122) -> H2O2^0 (-12532) -At time : 1.7011 ns Reaction : H^0 (-11082) + OH^0 (-7198) -> No product -At time : 1.7011 ns Reaction : OH^0 (-10739) + OH^0 (-6598) -> H2O2^0 (-12533) -At time : 1.7011 ns Reaction : OH^0 (-10586) + OH^0 (-7860) -> H2O2^0 (-12534) -At time : 1.7011 ns Reaction : OH^0 (-10392) + H^0 (-9090) -> No product -At time : 1.7011 ns Reaction : H^0 (-9860) + OH^0 (-5872) -> No product -At time : 1.7011 ns Reaction : e_aq^-1 (-4055) + H^0 (-9020) -> OH^-1 (-12535) + H_2^0 (-12536) -At time : 1.7011 ns Reaction : H3O^1 (-7213) + e_aq^-1 (-8590) -> H^0 (-12537) -At time : 1.7011 ns Reaction : e_aq^-1 (-4833) + H3O^1 (-8071) -> H^0 (-12538) -At time : 1.7011 ns Reaction : e_aq^-1 (-5284) + H3O^1 (-7251) -> H^0 (-12539) -At time : 1.7011 ns Reaction : OH^0 (-10996) + e_aq^-1 (-4848) -> OH^-1 (-12540) -At time : 1.7011 ns Reaction : e_aq^-1 (-1242) + OH^0 (-7546) -> OH^-1 (-12541) -At time : 1.8011 ns Reaction : OH^-1 (-12476) + H3O^1 (-9741) -> No product -At time : 1.8011 ns Reaction : OH^-1 (-12470) + H3O^1 (-8275) -> No product -At time : 1.8011 ns Reaction : H3O^1 (-6019) + OH^-1 (-12399) -> No product -At time : 1.8011 ns Reaction : OH^-1 (-12351) + H3O^1 (-7875) -> No product -At time : 1.8011 ns Reaction : OH^0 (-8627) + H^0 (-12295) -> No product -At time : 1.8011 ns Reaction : H3O^1 (-6277) + OH^-1 (-12196) -> No product -At time : 1.8011 ns Reaction : H3O^1 (-7179) + OH^-1 (-11956) -> No product -At time : 1.8011 ns Reaction : H3O^1 (-7685) + OH^-1 (-11832) -> No product -At time : 1.8011 ns Reaction : H^0 (-11330) + e_aq^-1 (-679) -> OH^-1 (-12542) + H_2^0 (-12543) -At time : 1.8011 ns Reaction : OH^0 (-10916) + OH^0 (-6924) -> H2O2^0 (-12544) -At time : 1.8011 ns Reaction : OH^0 (-10659) + e_aq^-1 (-3227) -> OH^-1 (-12545) -At time : 1.8011 ns Reaction : OH^0 (-10528) + e_aq^-1 (-4489) -> OH^-1 (-12546) -At time : 1.8011 ns Reaction : H3O^1 (-9619) + e_aq^-1 (-2974) -> H^0 (-12547) -At time : 1.8011 ns Reaction : H^0 (-9496) + OH^0 (-6252) -> No product -At time : 1.8011 ns Reaction : OH^0 (-7938) + H^0 (-9048) -> No product -At time : 1.8011 ns Reaction : e_aq^-1 (-4795) + H3O^1 (-7057) -> H^0 (-12548) -At time : 1.8011 ns Reaction : e_aq^-1 (-2309) + H3O^1 (-6715) -> H^0 (-12549) -At time : 1.8011 ns Reaction : e_aq^-1 (-3811) + H3O^1 (-6581) -> H^0 (-12550) -At time : 1.8011 ns Reaction : e_aq^-1 (-3808) + OH^0 (-5926) -> OH^-1 (-12551) -At time : 1.8011 ns Reaction : H3O^1 (-10141) + OH^-1 (-12540) -> No product -At time : 1.8011 ns Reaction : H3O^1 (-7113) + OH^-1 (-12132) -> No product -At time : 1.8011 ns Reaction : e_aq^-1 (-815) + OH^0 (-7178) -> OH^-1 (-12552) -At time : 1.9011 ns Reaction : OH^-1 (-12552) + H3O^1 (-7159) -> No product -At time : 1.9011 ns Reaction : e_aq^-1 (-2542) + H^0 (-12550) -> OH^-1 (-12553) + H_2^0 (-12554) -At time : 1.9011 ns Reaction : OH^-1 (-12541) + H3O^1 (-7989) -> No product -At time : 1.9011 ns Reaction : OH^-1 (-12512) + H3O^1 (-8925) -> No product -At time : 1.9011 ns Reaction : OH^-1 (-12332) + H3O^1 (-7419) -> No product -At time : 1.9011 ns Reaction : H3O^1 (-7169) + OH^-1 (-11985) -> No product -At time : 1.9011 ns Reaction : e_aq^-1 (-4049) + H^0 (-11214) -> OH^-1 (-12555) + H_2^0 (-12556) -At time : 1.9011 ns Reaction : H^0 (-11015) + OH^0 (-5848) -> No product -At time : 1.9011 ns Reaction : H3O^1 (-10986) + e_aq^-1 (-1096) -> H^0 (-12557) -At time : 1.9011 ns Reaction : H3O^1 (-10738) + e_aq^-1 (-3828) -> H^0 (-12558) -At time : 1.9011 ns Reaction : H^0 (-10585) + OH^0 (-6722) -> No product -At time : 1.9011 ns Reaction : H^0 (-9809) + OH^0 (-6688) -> No product -At time : 1.9011 ns Reaction : e_aq^-1 (-1031) + H3O^1 (-8055) -> H^0 (-12559) -At time : 1.9011 ns Reaction : e_aq^-1 (-3782) + H3O^1 (-6513) -> H^0 (-12560) -At time : 1.9011 ns Reaction : e_aq^-1 (-4215) + e_aq^-1 (-1991) -> OH^-1 (-12561) + OH^-1 (-12562) + H_2^0 (-12563) -At time : 2.0011 ns Reaction : OH^-1 (-12438) + H3O^1 (-7983) -> No product -At time : 2.0011 ns Reaction : e_aq^-1 (-2240) + H2O2^0 (-12373) -> OH^-1 (-12564) + OH^0 (-12565) -At time : 2.0011 ns Reaction : H2O2^0 (-11912) + e_aq^-1 (-1867) -> OH^-1 (-12566) + OH^0 (-12567) -At time : 2.0011 ns Reaction : OH^-1 (-11858) + H3O^1 (-6653) -> No product -At time : 2.0011 ns Reaction : H3O^1 (-7167) + OH^-1 (-11831) -> No product -At time : 2.0011 ns Reaction : H3O^1 (-5891) + OH^-1 (-11829) -> No product -At time : 2.0011 ns Reaction : e_aq^-1 (-1893) + H3O^1 (-10832) -> H^0 (-12568) -At time : 2.0011 ns Reaction : H^0 (-10743) + e_aq^-1 (-3911) -> OH^-1 (-12569) + H_2^0 (-12570) -At time : 2.0011 ns Reaction : H3O^1 (-10310) + e_aq^-1 (-5482) -> H^0 (-12571) -At time : 2.0011 ns Reaction : OH^0 (-10041) + OH^0 (-6186) -> H2O2^0 (-12572) -At time : 2.0011 ns Reaction : OH^0 (-10019) + e_aq^-1 (-8815) -> OH^-1 (-12573) -At time : 2.0011 ns Reaction : H^0 (-9266) + OH^0 (-7892) -> No product -At time : 2.0011 ns Reaction : e_aq^-1 (-3301) + H3O^1 (-8709) -> H^0 (-12574) -At time : 2.0011 ns Reaction : e_aq^-1 (-5466) + e_aq^-1 (-8473) -> OH^-1 (-12575) + OH^-1 (-12576) + H_2^0 (-12577) -At time : 2.0011 ns Reaction : OH^0 (-7380) + OH^0 (-8328) -> H2O2^0 (-12578) -At time : 2.0011 ns Reaction : e_aq^-1 (-2294) + H3O^1 (-6691) -> H^0 (-12579) -At time : 2.1011 ns Reaction : OH^-1 (-12551) + H3O^1 (-6579) -> No product -At time : 2.1011 ns Reaction : OH^-1 (-12495) + H3O^1 (-6939) -> No product -At time : 2.1011 ns Reaction : H3O^1 (-10964) + OH^-1 (-12485) -> No product -At time : 2.1011 ns Reaction : OH^-1 (-12289) + H3O^1 (-9777) -> No product -At time : 2.1011 ns Reaction : e_aq^-1 (-1849) + H2O2^0 (-11938) -> OH^-1 (-12580) + OH^0 (-12581) -At time : 2.1011 ns Reaction : OH^0 (-7292) + H^0 (-11817) -> No product -At time : 2.1011 ns Reaction : e_aq^-1 (-41) + H^0 (-11352) -> OH^-1 (-12582) + H_2^0 (-12583) -At time : 2.1011 ns Reaction : OH^0 (-10772) + OH^0 (-6710) -> H2O2^0 (-12584) -At time : 2.1011 ns Reaction : H^0 (-10381) + OH^0 (-7294) -> No product -At time : 2.1011 ns Reaction : H^0 (-10260) + OH^0 (-7220) -> No product -At time : 2.1011 ns Reaction : e_aq^-1 (-3876) + H3O^1 (-9739) -> H^0 (-12585) -At time : 2.1011 ns Reaction : OH^0 (-6128) + e_aq^-1 (-8596) -> OH^-1 (-12586) -At time : 2.1011 ns Reaction : e_aq^-1 (-3763) + e_aq^-1 (-8347) -> OH^-1 (-12587) + OH^-1 (-12588) + H_2^0 (-12589) -At time : 2.1011 ns Reaction : e_aq^-1 (-4851) + H3O^1 (-8043) -> H^0 (-12590) -At time : 2.2011 ns Reaction : H3O^1 (-7775) + OH^-1 (-12588) -> No product -At time : 2.2011 ns Reaction : OH^-1 (-12573) + H3O^1 (-10024) -> No product -At time : 2.2011 ns Reaction : OH^-1 (-12569) + H3O^1 (-6655) -> No product -At time : 2.2011 ns Reaction : OH^-1 (-12308) + H3O^1 (-7925) -> No product -At time : 2.2011 ns Reaction : H^0 (-11308) + OH^0 (-7916) -> No product -At time : 2.2011 ns Reaction : H3O^1 (-11294) + e_aq^-1 (-8725) -> H^0 (-12591) -At time : 2.2011 ns Reaction : H^0 (-10915) + e_aq^-1 (-4493) -> OH^-1 (-12592) + H_2^0 (-12593) -At time : 2.2011 ns Reaction : H^0 (-9194) + OH^0 (-10689) -> No product -At time : 2.2011 ns Reaction : OH^0 (-10556) + e_aq^-1 (-4232) -> OH^-1 (-12594) -At time : 2.2011 ns Reaction : H^0 (-10459) + OH^0 (-7486) -> No product -At time : 2.2011 ns Reaction : OH^0 (-9347) + e_aq^-1 (-5220) -> OH^-1 (-12595) -At time : 2.2011 ns Reaction : OH^0 (-8372) + OH^0 (-8837) -> H2O2^0 (-12596) -At time : 2.2011 ns Reaction : OH^0 (-5974) + OH^0 (-8546) -> H2O2^0 (-12597) -At time : 2.2011 ns Reaction : e_aq^-1 (-5231) + H3O^1 (-7457) -> H^0 (-12598) -At time : 2.2011 ns Reaction : e_aq^-1 (-1859) + H3O^1 (-5981) -> H^0 (-12599) -At time : 2.2011 ns Reaction : e_aq^-1 (-1522) + e_aq^-1 (-4501) -> OH^-1 (-12600) + OH^-1 (-12601) + H_2^0 (-12602) -At time : 2.2011 ns Reaction : e_aq^-1 (-2133) + e_aq^-1 (-4077) -> OH^-1 (-12603) + OH^-1 (-12604) + H_2^0 (-12605) -At time : 2.2011 ns Reaction : e_aq^-1 (-488) + OH^0 (-6086) -> OH^-1 (-12606) -At time : 2.3011 ns Reaction : OH^-1 (-12594) + H3O^1 (-6837) -> No product -At time : 2.3011 ns Reaction : H3O^1 (-6583) + OH^-1 (-12427) -> No product -At time : 2.3011 ns Reaction : H^0 (-12378) + e_aq^-1 (-5648) -> OH^-1 (-12607) + H_2^0 (-12608) -At time : 2.3011 ns Reaction : H^0 (-12125) + OH^0 (-7346) -> No product -At time : 2.3011 ns Reaction : e_aq^-1 (-2946) + H2O2^0 (-11634) -> OH^-1 (-12609) + OH^0 (-12610) -At time : 2.3011 ns Reaction : H2O2^0 (-11549) + e_aq^-1 (-5611) -> OH^-1 (-12611) + OH^0 (-12612) -At time : 2.3011 ns Reaction : H^0 (-10268) + e_aq^-1 (-5275) -> OH^-1 (-12613) + H_2^0 (-12614) -At time : 2.3011 ns Reaction : OH^0 (-5721) + OH^0 (-9099) -> H2O2^0 (-12615) -At time : 2.3011 ns Reaction : OH^0 (-8080) + OH^0 (-8864) -> H2O2^0 (-12616) -At time : 2.3011 ns Reaction : e_aq^-1 (-4873) + e_aq^-1 (-8386) -> OH^-1 (-12617) + OH^-1 (-12618) + H_2^0 (-12619) -At time : 2.3011 ns Reaction : e_aq^-1 (-5459) + OH^0 (-7424) -> OH^-1 (-12620) -At time : 2.4011 ns Reaction : H3O^1 (-6157) + OH^-1 (-12618) -> No product -At time : 2.4011 ns Reaction : OH^-1 (-12607) + H3O^1 (-7373) -> No product -At time : 2.4011 ns Reaction : H3O^1 (-11156) + OH^-1 (-12575) -> No product -At time : 2.4011 ns Reaction : OH^-1 (-12465) + H3O^1 (-7405) -> No product -At time : 2.4011 ns Reaction : OH^-1 (-12426) + H3O^1 (-8667) -> No product -At time : 2.4011 ns Reaction : e_aq^-1 (-4653) + H^0 (-12153) -> OH^-1 (-12621) + H_2^0 (-12622) -At time : 2.4011 ns Reaction : H3O^1 (-10237) + OH^-1 (-12030) -> No product -At time : 2.4011 ns Reaction : e_aq^-1 (-4113) + H2O2^0 (-11980) -> OH^-1 (-12623) + OH^0 (-12624) -At time : 2.4011 ns Reaction : e_aq^-1 (-2010) + H2O2^0 (-11705) -> OH^-1 (-12625) + OH^0 (-12626) -At time : 2.4011 ns Reaction : H2O2^0 (-11499) + e_aq^-1 (-8635) -> OH^-1 (-12627) + OH^0 (-12628) -At time : 2.4011 ns Reaction : e_aq^-1 (-5491) + H3O^1 (-10373) -> H^0 (-12629) -At time : 2.4011 ns Reaction : OH^0 (-10013) + OH^0 (-7586) -> H2O2^0 (-12630) -At time : 2.4011 ns Reaction : OH^0 (-9920) + OH^0 (-6800) -> H2O2^0 (-12631) -At time : 2.4011 ns Reaction : OH^0 (-9656) + e_aq^-1 (-2803) -> OH^-1 (-12632) -At time : 2.4011 ns Reaction : OH^0 (-9296) + OH^0 (-6990) -> H2O2^0 (-12633) -At time : 2.4011 ns Reaction : OH^0 (-7322) + OH^0 (-8268) -> H2O2^0 (-12634) -At time : 2.4011 ns Reaction : e_aq^-1 (-5184) + H3O^1 (-8215) -> H^0 (-12635) -At time : 2.4011 ns Reaction : e_aq^-1 (-5416) + H3O^1 (-7281) -> H^0 (-12636) -At time : 2.4011 ns Reaction : e_aq^-1 (-2604) + H3O^1 (-6525) -> H^0 (-12637) -At time : 2.4011 ns Reaction : OH^0 (-6432) + OH^0 (-6438) -> H2O2^0 (-12638) -At time : 2.4011 ns Reaction : e_aq^-1 (-2496) + e_aq^-1 (-3818) -> OH^-1 (-12639) + OH^-1 (-12640) + H_2^0 (-12641) -At time : 2.4011 ns Reaction : e_aq^-1 (-5313) + OH^0 (-10401) -> OH^-1 (-12642) -At time : 2.5011 ns Reaction : OH^-1 (-12642) + H3O^1 (-8337) -> No product -At time : 2.5011 ns Reaction : OH^-1 (-12566) + H3O^1 (-8799) -> No product -At time : 2.5011 ns Reaction : e_aq^-1 (-26) + H2O2^0 (-12001) -> OH^-1 (-12643) + OH^0 (-12644) -At time : 2.5011 ns Reaction : OH^-1 (-11818) + H3O^1 (-8127) -> No product -At time : 2.5011 ns Reaction : e_aq^-1 (-5674) + H2O2^0 (-11734) -> OH^-1 (-12645) + OH^0 (-12646) -At time : 2.5011 ns Reaction : H2O2^0 (-11619) + e_aq^-1 (-4088) -> OH^-1 (-12647) + OH^0 (-12648) -At time : 2.5011 ns Reaction : OH^0 (-11347) + OH^0 (-7398) -> H2O2^0 (-12649) -At time : 2.5011 ns Reaction : e_aq^-1 (-3749) + H^0 (-11206) -> OH^-1 (-12650) + H_2^0 (-12651) -At time : 2.5011 ns Reaction : OH^0 (-10396) + OH^0 (-11127) -> H2O2^0 (-12652) -At time : 2.5011 ns Reaction : H3O^1 (-10660) + e_aq^-1 (-3529) -> H^0 (-12653) -At time : 2.5011 ns Reaction : OH^0 (-9730) + OH^0 (-7654) -> H2O2^0 (-12654) -At time : 2.5011 ns Reaction : OH^0 (-9191) + OH^0 (-9597) -> H2O2^0 (-12655) -At time : 2.5011 ns Reaction : H^0 (-9483) + e_aq^-1 (-3486) -> OH^-1 (-12656) + H_2^0 (-12657) -At time : 2.5011 ns Reaction : OH^0 (-9163) + e_aq^-1 (-8533) -> OH^-1 (-12658) -At time : 2.5011 ns Reaction : OH^0 (-8026) + OH^0 (-8432) -> H2O2^0 (-12659) -At time : 2.5011 ns Reaction : e_aq^-1 (-4834) + H3O^1 (-8045) -> H^0 (-12660) -At time : 2.5011 ns Reaction : e_aq^-1 (-3780) + H3O^1 (-7777) -> H^0 (-12661) -At time : 2.6011 ns Reaction : H3O^1 (-6461) + OH^-1 (-12632) -> No product -At time : 2.6011 ns Reaction : OH^-1 (-12627) + H3O^1 (-7433) -> No product -At time : 2.6011 ns Reaction : H3O^1 (-10427) + OH^-1 (-12595) -> No product -At time : 2.6011 ns Reaction : e_aq^-1 (-4802) + H2O2^0 (-12433) -> OH^-1 (-12662) + OH^0 (-12663) -At time : 2.6011 ns Reaction : OH^-1 (-12392) + H3O^1 (-7889) -> No product -At time : 2.6011 ns Reaction : H3O^1 (-6213) + OH^-1 (-12388) -> No product -At time : 2.6011 ns Reaction : e_aq^-1 (-5072) + H^0 (-12116) -> OH^-1 (-12664) + H_2^0 (-12665) -At time : 2.6011 ns Reaction : e_aq^-1 (-2999) + H^0 (-12073) -> OH^-1 (-12666) + H_2^0 (-12667) -At time : 2.6011 ns Reaction : e_aq^-1 (-5075) + OH^0 (-11059) -> OH^-1 (-12668) -At time : 2.6011 ns Reaction : H^0 (-10691) + OH^0 (-8735) -> No product -At time : 2.6011 ns Reaction : OH^0 (-10111) + e_aq^-1 (-4641) -> OH^-1 (-12669) -At time : 2.6011 ns Reaction : OH^0 (-9871) + OH^0 (-9869) -> H2O2^0 (-12670) -At time : 2.6011 ns Reaction : H^0 (-9190) + OH^0 (-9581) -> No product -At time : 2.6011 ns Reaction : OH^0 (-9459) + OH^0 (-6208) -> H2O2^0 (-12671) -At time : 2.6011 ns Reaction : OH^0 (-9377) + OH^0 (-7320) -> H2O2^0 (-12672) -At time : 2.6011 ns Reaction : OH^0 (-8378) + e_aq^-1 (-8506) -> OH^-1 (-12673) -At time : 2.6011 ns Reaction : e_aq^-1 (-3801) + H3O^1 (-6559) -> H^0 (-12674) -At time : 2.6011 ns Reaction : e_aq^-1 (-3595) + H3O^1 (-6335) -> H^0 (-12675) -At time : 2.6011 ns Reaction : e_aq^-1 (-4549) + OH^0 (-5868) -> OH^-1 (-12676) -At time : 2.6011 ns Reaction : e_aq^-1 (-290) + e_aq^-1 (-5441) -> OH^-1 (-12677) + OH^-1 (-12678) + H_2^0 (-12679) -At time : 2.6011 ns Reaction : H^0 (-9746) + OH^0 (-9738) -> No product -At time : 2.6011 ns Reaction : e_aq^-1 (-4292) + OH^0 (-7908) -> OH^-1 (-12680) -At time : 2.7011 ns Reaction : H3O^1 (-6503) + OH^-1 (-12650) -> No product -At time : 2.7011 ns Reaction : OH^-1 (-12643) + H3O^1 (-8329) -> No product -At time : 2.7011 ns Reaction : e_aq^-1 (-3840) + H^0 (-12518) -> OH^-1 (-12681) + H_2^0 (-12682) -At time : 2.7011 ns Reaction : H^0 (-12493) + H^0 (-9000) -> H_2^0 (-12683) -At time : 2.7011 ns Reaction : H3O^1 (-7291) + OH^-1 (-12333) -> No product -At time : 2.7011 ns Reaction : e_aq^-1 (-97) + OH^0 (-11350) -> OH^-1 (-12684) -At time : 2.7011 ns Reaction : OH^0 (-11019) + e_aq^-1 (-4882) -> OH^-1 (-12685) -At time : 2.7011 ns Reaction : e_aq^-1 (-2623) + OH^0 (-10732) -> OH^-1 (-12686) -At time : 2.7011 ns Reaction : OH^0 (-10624) + OH^0 (-10625) -> H2O2^0 (-12687) -At time : 2.7011 ns Reaction : H3O^1 (-10438) + e_aq^-1 (-5139) -> H^0 (-12688) -At time : 2.7011 ns Reaction : OH^0 (-10375) + OH^0 (-8280) -> H2O2^0 (-12689) -At time : 2.7011 ns Reaction : H3O^1 (-9669) + e_aq^-1 (-3720) -> H^0 (-12690) -At time : 2.7011 ns Reaction : H^0 (-9126) + e_aq^-1 (-1138) -> OH^-1 (-12691) + H_2^0 (-12692) -At time : 2.7011 ns Reaction : e_aq^-1 (-733) + OH^0 (-8951) -> OH^-1 (-12693) -At time : 2.7011 ns Reaction : OH^0 (-8214) + OH^0 (-8903) -> H2O2^0 (-12694) -At time : 2.7011 ns Reaction : e_aq^-1 (-5652) + H3O^1 (-8315) -> H^0 (-12695) -At time : 2.7011 ns Reaction : OH^0 (-6024) + OH^0 (-7992) -> H2O2^0 (-12696) -At time : 2.7011 ns Reaction : e_aq^-1 (-4044) + H3O^1 (-7851) -> H^0 (-12697) -At time : 2.7011 ns Reaction : e_aq^-1 (-5692) + e_aq^-1 (-27) -> OH^-1 (-12698) + OH^-1 (-12699) + H_2^0 (-12700) -At time : 2.7011 ns Reaction : OH^-1 (-12691) + H3O^1 (-7041) -> No product -At time : 2.8011 ns Reaction : OH^-1 (-12685) + H3O^1 (-8859) -> No product -At time : 2.8011 ns Reaction : OH^-1 (-12673) + H3O^1 (-7047) -> No product -At time : 2.8011 ns Reaction : OH^-1 (-12645) + H3O^1 (-8325) -> No product -At time : 2.8011 ns Reaction : H3O^1 (-6097) + OH^-1 (-12620) -> No product -At time : 2.8011 ns Reaction : H2O2^0 (-12423) + e_aq^-1 (-3641) -> OH^-1 (-12701) + OH^0 (-12702) -At time : 2.8011 ns Reaction : OH^0 (-10590) + e_aq^-1 (-4029) -> OH^-1 (-12703) -At time : 2.8011 ns Reaction : H^0 (-10569) + OH^0 (-5836) -> No product -At time : 2.8011 ns Reaction : H3O^1 (-9961) + e_aq^-1 (-4278) -> H^0 (-12704) -At time : 2.8011 ns Reaction : e_aq^-1 (-3877) + H3O^1 (-9768) -> H^0 (-12705) -At time : 2.8011 ns Reaction : OH^0 (-9764) + OH^0 (-7648) -> H2O2^0 (-12706) -At time : 2.8011 ns Reaction : OH^0 (-9446) + e_aq^-1 (-8530) -> OH^-1 (-12707) -At time : 2.8011 ns Reaction : OH^-1 (-5717) + H3O^1 (-8289) -> No product -At time : 2.8011 ns Reaction : e_aq^-1 (-5255) + H3O^1 (-8177) -> H^0 (-12708) -At time : 2.8011 ns Reaction : e_aq^-1 (-4141) + H3O^1 (-7883) -> H^0 (-12709) -At time : 2.8011 ns Reaction : OH^0 (-6038) + OH^0 (-7086) -> H2O2^0 (-12710) -At time : 2.9011 ns Reaction : H3O^1 (-11006) + OH^-1 (-12662) -> No product -At time : 2.9011 ns Reaction : H3O^1 (-11020) + OH^-1 (-12617) -> No product -At time : 2.9011 ns Reaction : H2O2^0 (-12455) + e_aq^-1 (-4757) -> OH^-1 (-12711) + OH^0 (-12712) -At time : 2.9011 ns Reaction : OH^-1 (-12327) + H3O^1 (-6743) -> No product -At time : 2.9011 ns Reaction : e_aq^-1 (-5115) + H2O2^0 (-11961) -> OH^-1 (-12713) + OH^0 (-12714) -At time : 2.9011 ns Reaction : e_aq^-1 (-3085) + H2O2^0 (-11708) -> OH^-1 (-12715) + OH^0 (-12716) -At time : 2.9011 ns Reaction : OH^0 (-10914) + OH^0 (-7578) -> H2O2^0 (-12717) -At time : 2.9011 ns Reaction : e_aq^-1 (-384) + OH^0 (-10306) -> OH^-1 (-12718) -At time : 2.9011 ns Reaction : e_aq^-1 (-701) + OH^0 (-10224) -> OH^-1 (-12719) -At time : 2.9011 ns Reaction : OH^0 (-10101) + e_aq^-1 (-1340) -> OH^-1 (-12720) -At time : 2.9011 ns Reaction : OH^0 (-7594) + OH^0 (-8801) -> H2O2^0 (-12721) -At time : 2.9011 ns Reaction : OH^0 (-6448) + e_aq^-1 (-8761) -> OH^-1 (-12722) -At time : 2.9011 ns Reaction : e_aq^-1 (-4691) + H3O^1 (-8001) -> H^0 (-12723) -At time : 2.9011 ns Reaction : e_aq^-1 (-746) + H3O^1 (-6059) -> H^0 (-12724) -At time : 2.9011 ns Reaction : e_aq^-1 (-2396) + e_aq^-1 (-3917) -> OH^-1 (-12725) + OH^-1 (-12726) + H_2^0 (-12727) -At time : 3.0011 ns Reaction : OH^-1 (-12713) + H3O^1 (-8123) -> No product -At time : 3.0011 ns Reaction : H^0 (-11877) + OH^0 (-10029) -> No product -At time : 3.0011 ns Reaction : OH^0 (-10426) + OH^0 (-8393) -> H2O2^0 (-12728) -At time : 3.0011 ns Reaction : OH^0 (-10351) + H^0 (-8934) -> No product -At time : 3.0011 ns Reaction : e_aq^-1 (-766) + H3O^1 (-10206) -> H^0 (-12729) -At time : 3.0011 ns Reaction : OH^0 (-10195) + OH^0 (-8096) -> H2O2^0 (-12730) -At time : 3.0011 ns Reaction : e_aq^-1 (-4450) + OH^0 (-10061) -> OH^-1 (-12731) -At time : 3.0011 ns Reaction : H3O^1 (-9800) + e_aq^-1 (-3969) -> H^0 (-12732) -At time : 3.0011 ns Reaction : OH^0 (-6524) + OH^0 (-9003) -> H2O2^0 (-12733) -At time : 3.0011 ns Reaction : e_aq^-1 (-2426) + H^0 (-8978) -> OH^-1 (-12734) + H_2^0 (-12735) -At time : 3.0011 ns Reaction : e_aq^-1 (-1198) + OH^0 (-8567) -> OH^-1 (-12736) -At time : 3.0011 ns Reaction : e_aq^-1 (-5547) + OH^0 (-7338) -> OH^-1 (-12737) -At time : 3.0011 ns Reaction : e_aq^-1 (-5272) + H3O^1 (-7249) -> H^0 (-12738) -At time : 3.0011 ns Reaction : e_aq^-1 (-5051) + H3O^1 (-6069) -> H^0 (-12739) -At time : 3.0011 ns Reaction : e_aq^-1 (-2565) + e_aq^-1 (-2567) -> OH^-1 (-12740) + OH^-1 (-12741) + H_2^0 (-12742) -At time : 3.1011 ns Reaction : OH^-1 (-12726) + H3O^1 (-8352) -> No product -At time : 3.1011 ns Reaction : OH^-1 (-12720) + H3O^1 (-7987) -> No product -At time : 3.1011 ns Reaction : H3O^1 (-6145) + OH^-1 (-12719) -> No product -At time : 3.1011 ns Reaction : OH^-1 (-12647) + H3O^1 (-8358) -> No product -At time : 3.1011 ns Reaction : H3O^1 (-7881) + OH^-1 (-12625) -> No product -At time : 3.1011 ns Reaction : H3O^1 (-9256) + OH^-1 (-12509) -> No product -At time : 3.1011 ns Reaction : OH^-1 (-12432) + H3O^1 (-6035) -> No product -At time : 3.1011 ns Reaction : e_aq^-1 (-4438) + OH^0 (-12406) -> OH^-1 (-12743) -At time : 3.1011 ns Reaction : OH^-1 (-12193) + H3O^1 (-7891) -> No product -At time : 3.1011 ns Reaction : e_aq^-1 (-3527) + H2O2^0 (-11936) -> OH^-1 (-12744) + OH^0 (-12745) -At time : 3.1011 ns Reaction : OH^0 (-10638) + e_aq^-1 (-3481) -> OH^-1 (-12746) -At time : 3.1011 ns Reaction : OH^0 (-10094) + OH^0 (-6992) -> H2O2^0 (-12747) -At time : 3.1011 ns Reaction : OH^0 (-9288) + OH^0 (-6976) -> H2O2^0 (-12748) -At time : 3.1011 ns Reaction : e_aq^-1 (-4580) + OH^0 (-8369) -> OH^-1 (-12749) -At time : 3.1011 ns Reaction : e_aq^-1 (-5106) + OH^0 (-8138) -> OH^-1 (-12750) -At time : 3.1011 ns Reaction : e_aq^-1 (-4206) + H3O^1 (-7901) -> H^0 (-12751) -At time : 3.1011 ns Reaction : e_aq^-1 (-11) + e_aq^-1 (-45) -> OH^-1 (-12752) + OH^-1 (-12753) + H_2^0 (-12754) -At time : 3.1011 ns Reaction : e_aq^-1 (-5665) + H^0 (-11253) -> OH^-1 (-12755) + H_2^0 (-12756) -At time : 3.1011 ns Reaction : e_aq^-1 (-5397) + OH^0 (-8250) -> OH^-1 (-12757) -At time : 3.2011 ns Reaction : H3O^1 (-8147) + OH^-1 (-12668) -> No product -At time : 3.2011 ns Reaction : e_aq^-1 (-4134) + H2O2^0 (-11574) -> OH^-1 (-12758) + OH^0 (-12759) -At time : 3.2011 ns Reaction : H^0 (-11302) + OH^0 (-6600) -> No product -At time : 3.2011 ns Reaction : e_aq^-1 (-2080) + H3O^1 (-8784) -> H^0 (-12760) -At time : 3.2011 ns Reaction : OH^0 (-8642) + e_aq^-1 (-8647) -> OH^-1 (-12761) -At time : 3.2011 ns Reaction : e_aq^-1 (-5409) + OH^0 (-11341) -> OH^-1 (-12762) -At time : 3.3011 ns Reaction : H3O^1 (-10391) + OH^-1 (-12762) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12731) + H3O^1 (-6011) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12680) + H3O^1 (-8553) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12623) + H3O^1 (-6739) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12611) + H3O^1 (-7337) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12564) + H3O^1 (-5959) -> No product -At time : 3.3011 ns Reaction : H3O^1 (-6251) + OH^-1 (-12496) -> No product -At time : 3.3011 ns Reaction : OH^0 (-10303) + OH^0 (-8254) -> H2O2^0 (-12763) -At time : 3.3011 ns Reaction : H3O^1 (-10275) + e_aq^-1 (-5302) -> H^0 (-12764) -At time : 3.3011 ns Reaction : e_aq^-1 (-5093) + e_aq^-1 (-8593) -> OH^-1 (-12765) + OH^-1 (-12766) + H_2^0 (-12767) -At time : 3.3011 ns Reaction : e_aq^-1 (-4784) + H3O^1 (-8496) -> H^0 (-12768) -At time : 3.3011 ns Reaction : e_aq^-1 (-5123) + H3O^1 (-7217) -> H^0 (-12769) -At time : 3.3011 ns Reaction : e_aq^-1 (-4567) + H3O^1 (-6969) -> H^0 (-12770) -At time : 3.3011 ns Reaction : e_aq^-1 (-4060) + H3O^1 (-6755) -> H^0 (-12771) -At time : 3.4011 ns Reaction : H3O^1 (-6133) + OH^-1 (-12757) -> No product -At time : 3.4011 ns Reaction : OH^-1 (-12606) + H3O^1 (-8904) -> No product -At time : 3.4011 ns Reaction : OH^0 (-12581) + OH^0 (-7598) -> H2O2^0 (-12772) -At time : 3.4011 ns Reaction : H^0 (-12579) + e_aq^-1 (-2269) -> OH^-1 (-12773) + H_2^0 (-12774) -At time : 3.4011 ns Reaction : OH^-1 (-12459) + H3O^1 (-6403) -> No product -At time : 3.4011 ns Reaction : H^0 (-12425) + e_aq^-1 (-8455) -> OH^-1 (-12775) + H_2^0 (-12776) -At time : 3.4011 ns Reaction : e_aq^-1 (-642) + H2O2^0 (-12170) -> OH^-1 (-12777) + OH^0 (-12778) -At time : 3.4011 ns Reaction : H3O^1 (-11325) + e_aq^-1 (-4771) -> H^0 (-12779) -At time : 3.4011 ns Reaction : H^0 (-10478) + OH^0 (-10180) -> No product -At time : 3.4011 ns Reaction : H3O^1 (-10143) + e_aq^-1 (-4797) -> H^0 (-12780) -At time : 3.4011 ns Reaction : H^0 (-9968) + OH^0 (-6832) -> No product -At time : 3.4011 ns Reaction : e_aq^-1 (-2235) + H3O^1 (-9844) -> H^0 (-12781) -At time : 3.4011 ns Reaction : e_aq^-1 (-4954) + H3O^1 (-7109) -> H^0 (-12782) -At time : 3.4011 ns Reaction : OH^0 (-6506) + OH^0 (-6508) -> H2O2^0 (-12783) -At time : 3.4011 ns Reaction : e_aq^-1 (-5174) + OH^0 (-5858) -> OH^-1 (-12784) -At time : 3.4011 ns Reaction : OH^0 (-5998) + e_aq^-1 (-8809) -> OH^-1 (-12785) -At time : 3.4011 ns Reaction : OH^0 (-6748) + e_aq^-1 (-8785) -> OH^-1 (-12786) -At time : 3.5011 ns Reaction : H3O^1 (-11060) + OH^-1 (-12766) -> No product -At time : 3.5011 ns Reaction : H3O^1 (-8139) + OH^-1 (-12765) -> No product -At time : 3.5011 ns Reaction : OH^-1 (-12750) + H3O^1 (-7173) -> No product -At time : 3.5011 ns Reaction : H3O^1 (-6311) + OH^-1 (-12715) -> No product -At time : 3.5011 ns Reaction : H2O2^0 (-11746) + e_aq^-1 (-4263) -> OH^-1 (-12787) + OH^0 (-12788) -At time : 3.5011 ns Reaction : OH^0 (-10504) + H^0 (-10983) -> No product -At time : 3.5011 ns Reaction : OH^0 (-10142) + OH^0 (-6034) -> H2O2^0 (-12789) -At time : 3.5011 ns Reaction : e_aq^-1 (-4333) + OH^0 (-7922) -> OH^-1 (-12790) -At time : 3.5011 ns Reaction : e_aq^-1 (-5446) + H3O^1 (-7435) -> H^0 (-12791) -At time : 3.5011 ns Reaction : e_aq^-1 (-4528) + OH^0 (-6946) -> OH^-1 (-12792) -At time : 3.5011 ns Reaction : e_aq^-1 (-3891) + H3O^1 (-6609) -> H^0 (-12793) -At time : 3.5011 ns Reaction : e_aq^-1 (-2856) + H3O^1 (-6417) -> H^0 (-12794) -At time : 3.5011 ns Reaction : OH^0 (-9458) + e_aq^-1 (-3456) -> OH^-1 (-12795) -At time : 3.6011 ns Reaction : H3O^1 (-10852) + OH^-1 (-12785) -> No product -At time : 3.6011 ns Reaction : OH^0 (-11112) + H^0 (-12708) -> No product -At time : 3.6011 ns Reaction : H^0 (-12629) + e_aq^-1 (-5440) -> OH^-1 (-12796) + H_2^0 (-12797) -At time : 3.6011 ns Reaction : H3O^1 (-7409) + OH^-1 (-12586) -> No product -At time : 3.6011 ns Reaction : H3O^1 (-10510) + OH^-1 (-12419) -> No product -At time : 3.6011 ns Reaction : e_aq^-1 (-5362) + H^0 (-12357) -> OH^-1 (-12798) + H_2^0 (-12799) -At time : 3.6011 ns Reaction : OH^-1 (-12178) + H3O^1 (-7515) -> No product -At time : 3.6011 ns Reaction : OH^0 (-7432) + OH^0 (-11265) -> H2O2^0 (-12800) -At time : 3.6011 ns Reaction : H^0 (-10979) + OH^0 (-8014) -> No product -At time : 3.6011 ns Reaction : OH^0 (-10735) + OH^0 (-10737) -> H2O2^0 (-12801) -At time : 3.6011 ns Reaction : H3O^1 (-9897) + e_aq^-1 (-2044) -> H^0 (-12802) -At time : 3.6011 ns Reaction : e_aq^-1 (-584) + H3O^1 (-8898) -> H^0 (-12803) -At time : 3.6011 ns Reaction : e_aq^-1 (-4118) + e_aq^-1 (-8515) -> OH^-1 (-12804) + OH^-1 (-12805) + H_2^0 (-12806) -At time : 3.6011 ns Reaction : e_aq^-1 (-3002) + H3O^1 (-7739) -> H^0 (-12807) -At time : 3.6011 ns Reaction : e_aq^-1 (-516) + H3O^1 (-7461) -> H^0 (-12808) -At time : 3.6011 ns Reaction : e_aq^-1 (-5710) + H3O^1 (-7391) -> H^0 (-12809) -At time : 3.6011 ns Reaction : e_aq^-1 (-2691) + H3O^1 (-6569) -> H^0 (-12810) -At time : 3.7011 ns Reaction : H3O^1 (-10786) + OH^-1 (-12805) -> No product -At time : 3.7011 ns Reaction : H3O^1 (-5851) + OH^-1 (-12582) -> No product -At time : 3.7011 ns Reaction : OH^-1 (-12580) + H3O^1 (-7601) -> No product -At time : 3.7011 ns Reaction : e_aq^-1 (-4304) + H^0 (-11992) -> OH^-1 (-12811) + H_2^0 (-12812) -At time : 3.7011 ns Reaction : OH^0 (-10100) + OH^0 (-7004) -> H2O2^0 (-12813) -At time : 3.7011 ns Reaction : OH^0 (-9606) + e_aq^-1 (-3642) -> OH^-1 (-12814) -At time : 3.7011 ns Reaction : e_aq^-1 (-4433) + OH^0 (-6906) -> OH^-1 (-12815) -At time : 3.8011 ns Reaction : OH^-1 (-12761) + H3O^1 (-7191) -> No product -At time : 3.8011 ns Reaction : e_aq^-1 (-596) + OH^0 (-12714) -> OH^-1 (-12816) -At time : 3.8011 ns Reaction : OH^-1 (-12592) + H3O^1 (-6929) -> No product -At time : 3.8011 ns Reaction : H2O2^0 (-11525) + e_aq^-1 (-2706) -> OH^-1 (-12817) + OH^0 (-12818) -At time : 3.8011 ns Reaction : e_aq^-1 (-5522) + H^0 (-11163) -> OH^-1 (-12819) + H_2^0 (-12820) -At time : 3.8011 ns Reaction : H^0 (-9397) + OH^0 (-8302) -> No product -At time : 3.8011 ns Reaction : e_aq^-1 (-4915) + OH^0 (-8492) -> OH^-1 (-12821) -At time : 3.8011 ns Reaction : H3O^1 (-8135) + e_aq^-1 (-8443) -> H^0 (-12822) -At time : 3.8011 ns Reaction : OH^0 (-7500) + OH^0 (-8438) -> H2O2^0 (-12823) -At time : 3.8011 ns Reaction : e_aq^-1 (-5408) + H3O^1 (-8249) -> H^0 (-12824) -At time : 3.8011 ns Reaction : OH^0 (-7084) + OH^0 (-7088) -> H2O2^0 (-12825) -At time : 3.8011 ns Reaction : H3O^1 (-10363) + OH^-1 (-12819) -> No product -At time : 3.9011 ns Reaction : OH^-1 (-12816) + H3O^1 (-7203) -> No product -At time : 3.9011 ns Reaction : H3O^1 (-7909) + OH^-1 (-12787) -> No product -At time : 3.9011 ns Reaction : OH^-1 (-12741) + H3O^1 (-6585) -> No product -At time : 3.9011 ns Reaction : e_aq^-1 (-446) + H^0 (-12502) -> OH^-1 (-12826) + H_2^0 (-12827) -At time : 3.9011 ns Reaction : e_aq^-1 (-5553) + H2O2^0 (-12385) -> OH^-1 (-12828) + OH^0 (-12829) -At time : 3.9011 ns Reaction : OH^-1 (-12376) + H3O^1 (-6459) -> No product -At time : 3.9011 ns Reaction : H2O2^0 (-12019) + e_aq^-1 (-4761) -> OH^-1 (-12830) + OH^0 (-12831) -At time : 3.9011 ns Reaction : H^0 (-10705) + OH^0 (-6434) -> No product -At time : 3.9011 ns Reaction : OH^0 (-10599) + OH^0 (-6654) -> H2O2^0 (-12832) -At time : 3.9011 ns Reaction : OH^0 (-9596) + e_aq^-1 (-3629) -> OH^-1 (-12833) -At time : 3.9011 ns Reaction : OH^0 (-9559) + OH^0 (-6322) -> H2O2^0 (-12834) -At time : 3.9011 ns Reaction : e_aq^-1 (-4805) + H^0 (-9308) -> OH^-1 (-12835) + H_2^0 (-12836) -At time : 3.9011 ns Reaction : OH^-1 (-5810) + H3O^1 (-8303) -> No product -At time : 3.9011 ns Reaction : e_aq^-1 (-5643) + H3O^1 (-7383) -> H^0 (-12837) -At time : 3.9011 ns Reaction : e_aq^-1 (-1917) + e_aq^-1 (-1988) -> OH^-1 (-12838) + OH^-1 (-12839) + H_2^0 (-12840) -At time : 3.9011 ns Reaction : OH^0 (-10339) + e_aq^-1 (-8407) -> OH^-1 (-12841) -At time : 4.0011 ns Reaction : OH^-1 (-12821) + H3O^1 (-8385) -> No product -At time : 4.0011 ns Reaction : OH^-1 (-12703) + H3O^1 (-6709) -> No product -At time : 4.0011 ns Reaction : H3O^1 (-6567) + OH^-1 (-12553) -> No product -At time : 4.0011 ns Reaction : OH^-1 (-12542) + H3O^1 (-8129) -> No product -At time : 4.0011 ns Reaction : H^0 (-12366) + e_aq^-1 (-4015) -> OH^-1 (-12842) + H_2^0 (-12843) -At time : 4.0011 ns Reaction : OH^0 (-10756) + H^0 (-9016) -> No product -At time : 4.0011 ns Reaction : e_aq^-1 (-4036) + H^0 (-9854) -> OH^-1 (-12844) + H_2^0 (-12845) -At time : 4.0011 ns Reaction : e_aq^-1 (-930) + H3O^1 (-8865) -> H^0 (-12846) -At time : 4.0011 ns Reaction : e_aq^-1 (-5675) + H3O^1 (-8610) -> H^0 (-12847) -At time : 4.0011 ns Reaction : OH^0 (-6020) + OH^0 (-7548) -> H2O2^0 (-12848) -At time : 4.0011 ns Reaction : e_aq^-1 (-3686) + e_aq^-1 (-2896) -> OH^-1 (-12849) + OH^-1 (-12850) + H_2^0 (-12851) -At time : 4.0011 ns Reaction : e_aq^-1 (-2328) + e_aq^-1 (-2354) -> OH^-1 (-12852) + OH^-1 (-12853) + H_2^0 (-12854) -At time : 4.0011 ns Reaction : H3O^1 (-10340) + OH^-1 (-12480) -> No product -At time : 4.1011 ns Reaction : OH^-1 (-12844) + H3O^1 (-6721) -> No product -At time : 4.1011 ns Reaction : e_aq^-1 (-4809) + H2O2^0 (-12825) -> OH^-1 (-12855) + OH^0 (-12856) -At time : 4.1011 ns Reaction : e_aq^-1 (-4935) + H^0 (-12538) -> OH^-1 (-12857) + H_2^0 (-12858) -At time : 4.1011 ns Reaction : H3O^1 (-9832) + OH^-1 (-12435) -> No product -At time : 4.1011 ns Reaction : OH^0 (-12245) + OH^0 (-8561) -> H2O2^0 (-12859) -At time : 4.1011 ns Reaction : OH^-1 (-11987) + H3O^1 (-8237) -> No product -At time : 4.1011 ns Reaction : e_aq^-1 (-1972) + OH^0 (-7884) -> OH^-1 (-12860) -At time : 4.1011 ns Reaction : e_aq^-1 (-2452) + H3O^1 (-7811) -> H^0 (-12861) -At time : 4.2011 ns Reaction : OH^-1 (-12804) + H3O^1 (-6761) -> No product -At time : 4.2011 ns Reaction : H2O2^0 (-12475) + e_aq^-1 (-8362) -> OH^-1 (-12862) + OH^0 (-12863) -At time : 4.2011 ns Reaction : OH^-1 (-12278) + H3O^1 (-8049) -> No product -At time : 4.2011 ns Reaction : H2O2^0 (-12023) + e_aq^-1 (-5396) -> OH^-1 (-12864) + OH^0 (-12865) -At time : 4.2011 ns Reaction : e_aq^-1 (-2256) + H2O2^0 (-11693) -> OH^-1 (-12866) + OH^0 (-12867) -At time : 4.2011 ns Reaction : OH^0 (-9963) + OH^0 (-10560) -> H2O2^0 (-12868) -At time : 4.2011 ns Reaction : H^0 (-10482) + e_aq^-1 (-4942) -> OH^-1 (-12869) + H_2^0 (-12870) -At time : 4.2011 ns Reaction : H3O^1 (-10465) + e_aq^-1 (-5017) -> H^0 (-12871) -At time : 4.2011 ns Reaction : OH^0 (-9856) + e_aq^-1 (-2223) -> OH^-1 (-12872) -At time : 4.2011 ns Reaction : e_aq^-1 (-5607) + OH^0 (-9392) -> OH^-1 (-12873) -At time : 4.2011 ns Reaction : OH^0 (-7050) + H^0 (-9070) -> No product -At time : 4.2011 ns Reaction : OH^-1 (-5813) + H3O^1 (-8295) -> No product -At time : 4.2011 ns Reaction : e_aq^-1 (-4664) + H3O^1 (-8019) -> H^0 (-12874) -At time : 4.2011 ns Reaction : OH^0 (-5760) + OH^0 (-7882) -> H2O2^0 (-12875) -At time : 4.2011 ns Reaction : e_aq^-1 (-1404) + H3O^1 (-7559) -> H^0 (-12876) -At time : 4.2011 ns Reaction : e_aq^-1 (-5004) + OH^0 (-6056) -> OH^-1 (-12877) -At time : 4.2011 ns Reaction : OH^-1 (-12786) + H3O^1 (-6785) -> No product -At time : 4.3011 ns Reaction : e_aq^-1 (-5028) + H^0 (-12871) -> OH^-1 (-12878) + H_2^0 (-12879) -At time : 4.3011 ns Reaction : H3O^1 (-10924) + OH^-1 (-12676) -> No product -At time : 4.3011 ns Reaction : H3O^1 (-5957) + OH^-1 (-12555) -> No product -At time : 4.3011 ns Reaction : H3O^1 (-10570) + OH^-1 (-12352) -> No product -At time : 4.3011 ns Reaction : H^0 (-12302) + H^0 (-9219) -> H_2^0 (-12880) -At time : 4.3011 ns Reaction : H2O2^0 (-11471) + e_aq^-1 (-3048) -> OH^-1 (-12881) + OH^0 (-12882) -At time : 4.3011 ns Reaction : e_aq^-1 (-4000) + H3O^1 (-10771) -> H^0 (-12883) -At time : 4.3011 ns Reaction : H3O^1 (-10389) + e_aq^-1 (-5488) -> H^0 (-12884) -At time : 4.3011 ns Reaction : OH^0 (-9368) + OH^0 (-8456) -> H2O2^0 (-12885) -At time : 4.3011 ns Reaction : OH^0 (-9258) + e_aq^-1 (-4124) -> OH^-1 (-12886) -At time : 4.3011 ns Reaction : e_aq^-1 (-359) + H3O^1 (-8217) -> H^0 (-12887) -At time : 4.3011 ns Reaction : e_aq^-1 (-870) + H3O^1 (-8089) -> H^0 (-12888) -At time : 4.3011 ns Reaction : e_aq^-1 (-4683) + OH^0 (-7520) -> OH^-1 (-12889) -At time : 4.3011 ns Reaction : e_aq^-1 (-2408) + H2O2^0 (-12093) -> OH^-1 (-12890) + OH^0 (-12891) -At time : 4.4011 ns Reaction : OH^-1 (-12881) + H3O^1 (-6329) -> No product -At time : 4.4011 ns Reaction : H3O^1 (-11018) + OH^-1 (-12857) -> No product -At time : 4.4011 ns Reaction : H3O^1 (-10714) + OH^-1 (-12587) -> No product -At time : 4.4011 ns Reaction : H2O2^0 (-12534) + e_aq^-1 (-2157) -> OH^-1 (-12892) + OH^0 (-12893) -At time : 4.4011 ns Reaction : OH^-1 (-12458) + H3O^1 (-7745) -> No product -At time : 4.4011 ns Reaction : OH^-1 (-12055) + H3O^1 (-8874) -> No product -At time : 4.4011 ns Reaction : OH^0 (-10551) + e_aq^-1 (-4346) -> OH^-1 (-12894) -At time : 4.4011 ns Reaction : e_aq^-1 (-3850) + H^0 (-9012) -> OH^-1 (-12895) + H_2^0 (-12896) -At time : 4.4011 ns Reaction : OH^0 (-6444) + OH^0 (-7760) -> H2O2^0 (-12897) -At time : 4.5011 ns Reaction : OH^-1 (-12877) + H3O^1 (-8091) -> No product -At time : 4.5011 ns Reaction : OH^-1 (-12869) + H3O^1 (-8583) -> No product -At time : 4.5011 ns Reaction : OH^-1 (-12828) + H3O^1 (-7401) -> No product -At time : 4.5011 ns Reaction : OH^-1 (-12755) + H3O^1 (-6109) -> No product -At time : 4.5011 ns Reaction : e_aq^-1 (-3585) + OH^0 (-12716) -> OH^-1 (-12898) -At time : 4.5011 ns Reaction : OH^0 (-12307) + OH^0 (-8675) -> H2O2^0 (-12899) -At time : 4.5011 ns Reaction : OH^-1 (-12285) + H3O^1 (-6241) -> No product -At time : 4.5011 ns Reaction : H^0 (-12168) + OH^0 (-6870) -> No product -At time : 4.5011 ns Reaction : e_aq^-1 (-4325) + H2O2^0 (-11586) -> OH^-1 (-12900) + OH^0 (-12901) -At time : 4.5011 ns Reaction : H2O2^0 (-11531) + e_aq^-1 (-3899) -> OH^-1 (-12902) + OH^0 (-12903) -At time : 4.5011 ns Reaction : OH^0 (-11169) + H^0 (-10366) -> No product -At time : 4.5011 ns Reaction : OH^0 (-10903) + e_aq^-1 (-4426) -> OH^-1 (-12904) -At time : 4.5011 ns Reaction : e_aq^-1 (-706) + H3O^1 (-10239) -> H^0 (-12905) -At time : 4.5011 ns Reaction : e_aq^-1 (-4499) + OH^0 (-10036) -> OH^-1 (-12906) -At time : 4.5011 ns Reaction : e_aq^-1 (-81) + OH^0 (-9396) -> OH^-1 (-12907) -At time : 4.5011 ns Reaction : OH^0 (-9335) + OH^0 (-8126) -> H2O2^0 (-12908) -At time : 4.5011 ns Reaction : OH^0 (-9233) + e_aq^-1 (-3930) -> OH^-1 (-12909) -At time : 4.5011 ns Reaction : e_aq^-1 (-4920) + H3O^1 (-8047) -> H^0 (-12910) -At time : 4.5011 ns Reaction : e_aq^-1 (-2599) + OH^0 (-6566) -> OH^-1 (-12911) -At time : 4.6011 ns Reaction : OH^-1 (-12873) + H3O^1 (-8321) -> No product -At time : 4.6011 ns Reaction : OH^-1 (-12860) + H3O^1 (-9942) -> No product -At time : 4.6011 ns Reaction : OH^-1 (-12841) + H3O^1 (-8305) -> No product -At time : 4.6011 ns Reaction : H2O2^0 (-12520) + e_aq^-1 (-8749) -> OH^-1 (-12912) + OH^0 (-12913) -At time : 4.6011 ns Reaction : OH^-1 (-12513) + H3O^1 (-7283) -> No product -At time : 4.6011 ns Reaction : OH^0 (-9486) + H^0 (-11733) -> No product -At time : 4.6011 ns Reaction : e_aq^-1 (-1930) + H2O2^0 (-11575) -> OH^-1 (-12914) + OH^0 (-12915) -At time : 4.6011 ns Reaction : e_aq^-1 (-1047) + H^0 (-11544) -> OH^-1 (-12916) + H_2^0 (-12917) -At time : 4.6011 ns Reaction : OH^0 (-11252) + OH^0 (-8600) -> H2O2^0 (-12918) -At time : 4.6011 ns Reaction : H3O^1 (-10948) + e_aq^-1 (-4585) -> H^0 (-12919) -At time : 4.6011 ns Reaction : H3O^1 (-10440) + e_aq^-1 (-5060) -> H^0 (-12920) -At time : 4.6011 ns Reaction : OH^0 (-8558) + e_aq^-1 (-8560) -> OH^-1 (-12921) -At time : 4.6011 ns Reaction : e_aq^-1 (-4111) + H3O^1 (-7885) -> H^0 (-12922) -At time : 4.6011 ns Reaction : e_aq^-1 (-1009) + e_aq^-1 (-4874) -> OH^-1 (-12923) + OH^-1 (-12924) + H_2^0 (-12925) -At time : 4.7011 ns Reaction : H3O^1 (-7587) + OH^-1 (-12904) -> No product -At time : 4.7011 ns Reaction : H3O^1 (-5861) + OH^-1 (-12855) -> No product -At time : 4.7011 ns Reaction : e_aq^-1 (-5457) + H^0 (-12791) -> OH^-1 (-12926) + H_2^0 (-12927) -At time : 4.7011 ns Reaction : OH^-1 (-12775) + H3O^1 (-8454) -> No product -At time : 4.7011 ns Reaction : H3O^1 (-8009) + OH^-1 (-12736) -> No product -At time : 4.7011 ns Reaction : OH^-1 (-12576) + H3O^1 (-7321) -> No product -At time : 4.7011 ns Reaction : OH^0 (-9859) + OH^0 (-12565) -> H2O2^0 (-12928) -At time : 4.7011 ns Reaction : H3O^1 (-7573) + OH^-1 (-12546) -> No product -At time : 4.7011 ns Reaction : OH^0 (-10089) + H^0 (-12050) -> No product -At time : 4.7011 ns Reaction : OH^-1 (-12047) + H3O^1 (-6375) -> No product -At time : 4.7011 ns Reaction : e_aq^-1 (-364) + H3O^1 (-10269) -> H^0 (-12929) -At time : 4.7011 ns Reaction : H^0 (-10037) + OH^0 (-8420) -> No product -At time : 4.7011 ns Reaction : e_aq^-1 (-3540) + OH^0 (-7704) -> OH^-1 (-12930) -At time : 4.7011 ns Reaction : e_aq^-1 (-4551) + OH^0 (-7568) -> OH^-1 (-12931) -At time : 4.7011 ns Reaction : e_aq^-1 (-1466) + H3O^1 (-6955) -> H^0 (-12932) -At time : 4.8011 ns Reaction : H3O^1 (-6399) + OH^-1 (-12912) -> No product -At time : 4.8011 ns Reaction : OH^-1 (-12890) + H3O^1 (-8697) -> No product -At time : 4.8011 ns Reaction : H3O^1 (-7913) + OH^-1 (-12838) -> No product -At time : 4.8011 ns Reaction : OH^-1 (-12798) + H3O^1 (-8209) -> No product -At time : 4.8011 ns Reaction : OH^-1 (-12790) + H3O^1 (-8808) -> No product -At time : 4.8011 ns Reaction : H3O^1 (-10273) + OH^-1 (-12613) -> No product -At time : 4.8011 ns Reaction : e_aq^-1 (-670) + H2O2^0 (-11784) -> OH^-1 (-12933) + OH^0 (-12934) -At time : 4.8011 ns Reaction : OH^0 (-10961) + OH^0 (-8426) -> H2O2^0 (-12935) -At time : 4.8011 ns Reaction : H3O^1 (-10686) + e_aq^-1 (-3021) -> H^0 (-12936) -At time : 4.8011 ns Reaction : e_aq^-1 (-2849) + H^0 (-9658) -> OH^-1 (-12937) + H_2^0 (-12938) -At time : 4.8011 ns Reaction : OH^0 (-7926) + H^0 (-9040) -> No product -At time : 4.8011 ns Reaction : OH^0 (-8114) + OH^0 (-8656) -> H2O2^0 (-12939) -At time : 4.8011 ns Reaction : OH^0 (-9680) + e_aq^-1 (-2661) -> OH^-1 (-12940) -At time : 4.9011 ns Reaction : H3O^1 (-10592) + OH^-1 (-12842) -> No product -At time : 4.9011 ns Reaction : H3O^1 (-6975) + OH^-1 (-12749) -> No product -At time : 4.9011 ns Reaction : OH^-1 (-12561) + H3O^1 (-6201) -> No product -At time : 4.9011 ns Reaction : e_aq^-1 (-885) + H2O2^0 (-11674) -> OH^-1 (-12941) + OH^0 (-12942) -At time : 4.9011 ns Reaction : OH^0 (-11108) + OH^0 (-7458) -> H2O2^0 (-12943) -At time : 4.9011 ns Reaction : H3O^1 (-11066) + e_aq^-1 (-5079) -> H^0 (-12944) -At time : 4.9011 ns Reaction : OH^0 (-10022) + OH^0 (-6908) -> H2O2^0 (-12945) -At time : 4.9011 ns Reaction : H3O^1 (-9729) + e_aq^-1 (-2635) -> H^0 (-12946) -At time : 4.9011 ns Reaction : OH^0 (-9617) + e_aq^-1 (-8536) -> OH^-1 (-12947) -At time : 4.9011 ns Reaction : H^0 (-9531) + e_aq^-1 (-3548) -> OH^-1 (-12948) + H_2^0 (-12949) -At time : 4.9011 ns Reaction : H^0 (-9391) + OH^0 (-7392) -> No product -At time : 4.9011 ns Reaction : H3O^1 (-7789) + e_aq^-1 (-8521) -> H^0 (-12950) -At time : 4.9011 ns Reaction : e_aq^-1 (-1100) + OH^0 (-8040) -> OH^-1 (-12951) -At time : 4.9011 ns Reaction : e_aq^-1 (-4508) + H3O^1 (-6921) -> H^0 (-12952) -At time : 4.9011 ns Reaction : e_aq^-1 (-3614) + H3O^1 (-6353) -> H^0 (-12953) -At time : 4.9011 ns Reaction : e_aq^-1 (-5261) + e_aq^-1 (-5290) -> OH^-1 (-12954) + OH^-1 (-12955) + H_2^0 (-12956) -At time : 5.0011 ns Reaction : OH^-1 (-12902) + H3O^1 (-9818) -> No product -At time : 5.0011 ns Reaction : H3O^1 (-5903) + OH^-1 (-12701) -> No product -At time : 5.0011 ns Reaction : OH^0 (-10940) + OH^0 (-5745) -> H2O2^0 (-12957) -At time : 5.0011 ns Reaction : OH^0 (-10704) + OH^0 (-6418) -> H2O2^0 (-12958) -At time : 5.0011 ns Reaction : e_aq^-1 (-284) + H^0 (-10362) -> OH^-1 (-12959) + H_2^0 (-12960) -At time : 5.0011 ns Reaction : H^0 (-9516) + OH^0 (-5890) -> No product -At time : 5.0011 ns Reaction : e_aq^-1 (-4966) + OH^0 (-8858) -> OH^-1 (-12961) -At time : 5.0011 ns Reaction : e_aq^-1 (-1609) + H3O^1 (-7571) -> H^0 (-12962) -At time : 5.0011 ns Reaction : H3O^1 (-10838) + OH^-1 (-12894) -> No product -At time : 5.0011 ns Reaction : e_aq^-1 (-4393) + OH^0 (-9272) -> OH^-1 (-12963) -At time : 5.1011 ns Reaction : OH^-1 (-12941) + H3O^1 (-6055) -> No product -At time : 5.1011 ns Reaction : e_aq^-1 (-747) + H^0 (-12263) -> OH^-1 (-12964) + H_2^0 (-12965) -At time : 5.1011 ns Reaction : H^0 (-12171) + OH^0 (-8048) -> No product -At time : 5.1011 ns Reaction : H2O2^0 (-11890) + e_aq^-1 (-3960) -> OH^-1 (-12966) + OH^0 (-12967) -At time : 5.1011 ns Reaction : e_aq^-1 (-1365) + H^0 (-11282) -> OH^-1 (-12968) + H_2^0 (-12969) -At time : 5.1011 ns Reaction : e_aq^-1 (-5351) + OH^0 (-10402) -> OH^-1 (-12970) -At time : 5.1011 ns Reaction : OH^0 (-10050) + OH^0 (-7966) -> H2O2^0 (-12971) -At time : 5.1011 ns Reaction : OH^0 (-7602) + OH^0 (-9033) -> H2O2^0 (-12972) -At time : 5.1011 ns Reaction : e_aq^-1 (-5029) + OH^0 (-8879) -> OH^-1 (-12973) -At time : 5.1011 ns Reaction : e_aq^-1 (-266) + H3O^1 (-7303) -> H^0 (-12974) -At time : 5.1011 ns Reaction : OH^0 (-6502) + OH^0 (-6522) -> H2O2^0 (-12975) -At time : 5.1011 ns Reaction : e_aq^-1 (-3055) + OH^0 (-6350) -> OH^-1 (-12976) -At time : 5.1011 ns Reaction : e_aq^-1 (-2540) + H3O^1 (-5935) -> H^0 (-12977) -At time : 5.2011 ns Reaction : OH^-1 (-12830) + H3O^1 (-8841) -> No product -At time : 5.2011 ns Reaction : OH^-1 (-12743) + H3O^1 (-8823) -> No product -At time : 5.2011 ns Reaction : H^0 (-10785) + H^0 (-12531) -> H_2^0 (-12978) -At time : 5.2011 ns Reaction : e_aq^-1 (-1953) + H2O2^0 (-11811) -> OH^-1 (-12979) + OH^0 (-12980) -At time : 5.2011 ns Reaction : OH^0 (-11188) + OH^0 (-8312) -> H2O2^0 (-12981) -At time : 5.2011 ns Reaction : e_aq^-1 (-1161) + OH^0 (-10133) -> OH^-1 (-12982) -At time : 5.2011 ns Reaction : OH^0 (-9398) + OH^0 (-8615) -> H2O2^0 (-12983) -At time : 5.2011 ns Reaction : H^0 (-9281) + OH^0 (-9055) -> No product -At time : 5.2011 ns Reaction : H3O^1 (-11035) + e_aq^-1 (-1026) -> H^0 (-12984) -At time : 5.3011 ns Reaction : H3O^1 (-6435) + OH^-1 (-12937) -> No product -At time : 5.3011 ns Reaction : H3O^1 (-6323) + OH^-1 (-12898) -> No product -At time : 5.3011 ns Reaction : OH^-1 (-12795) + H3O^1 (-7671) -> No product -At time : 5.3011 ns Reaction : e_aq^-1 (-95) + H2O2^0 (-12615) -> OH^-1 (-12985) + OH^0 (-12986) -At time : 5.3011 ns Reaction : e_aq^-1 (-4366) + H2O2^0 (-12175) -> OH^-1 (-12987) + OH^0 (-12988) -At time : 5.3011 ns Reaction : OH^0 (-11017) + OH^0 (-8861) -> H2O2^0 (-12989) -At time : 5.3011 ns Reaction : OH^0 (-9684) + e_aq^-1 (-2782) -> OH^-1 (-12990) -At time : 5.3011 ns Reaction : H^0 (-9354) + OH^0 (-7270) -> No product -At time : 5.3011 ns Reaction : OH^0 (-9329) + OH^0 (-8104) -> H2O2^0 (-12991) -At time : 5.3011 ns Reaction : e_aq^-1 (-3893) + e_aq^-1 (-3864) -> OH^-1 (-12992) + OH^-1 (-12993) + H_2^0 (-12994) -At time : 5.4011 ns Reaction : H2O2^0 (-12060) + e_aq^-1 (-5432) -> OH^-1 (-12995) + OH^0 (-12996) -At time : 5.4011 ns Reaction : e_aq^-1 (-424) + H3O^1 (-10400) -> H^0 (-12997) -At time : 5.4011 ns Reaction : H3O^1 (-9551) + e_aq^-1 (-3143) -> H^0 (-12998) -At time : 5.4011 ns Reaction : e_aq^-1 (-610) + H3O^1 (-8169) -> H^0 (-12999) -At time : 5.4011 ns Reaction : OH^0 (-6380) + OH^0 (-6382) -> H2O2^0 (-13000) -At time : 5.5011 ns Reaction : OH^-1 (-12933) + H3O^1 (-8157) -> No product -At time : 5.5011 ns Reaction : OH^0 (-7724) + H^0 (-12591) -> No product -At time : 5.5011 ns Reaction : H3O^1 (-6995) + OH^-1 (-12527) -> No product -At time : 5.5011 ns Reaction : OH^-1 (-12412) + H3O^1 (-9467) -> No product -At time : 5.5011 ns Reaction : H^0 (-12002) + OH^0 (-6276) -> No product -At time : 5.5011 ns Reaction : e_aq^-1 (-3606) + H2O2^0 (-11528) -> OH^-1 (-13001) + OH^0 (-13002) -At time : 5.5011 ns Reaction : H3O^1 (-10671) + e_aq^-1 (-3544) -> H^0 (-13003) -At time : 5.5011 ns Reaction : H3O^1 (-10588) + e_aq^-1 (-2314) -> H^0 (-13004) -At time : 5.5011 ns Reaction : e_aq^-1 (-3536) + OH^0 (-5820) -> OH^-1 (-13005) -At time : 5.5011 ns Reaction : e_aq^-1 (-3929) + e_aq^-1 (-3934) -> OH^-1 (-13006) + OH^-1 (-13007) + H_2^0 (-13008) -At time : 5.6011 ns Reaction : OH^0 (-6264) + H^0 (-13003) -> No product -At time : 5.6011 ns Reaction : OH^-1 (-12773) + H3O^1 (-6673) -> No product -At time : 5.6011 ns Reaction : OH^-1 (-12752) + H3O^1 (-6101) -> No product -At time : 5.6011 ns Reaction : H3O^1 (-9712) + OH^-1 (-12686) -> No product -At time : 5.6011 ns Reaction : H3O^1 (-11072) + OH^-1 (-12664) -> No product -At time : 5.6011 ns Reaction : H3O^1 (-6165) + OH^-1 (-12252) -> No product -At time : 5.6011 ns Reaction : e_aq^-1 (-4082) + H2O2^0 (-11547) -> OH^-1 (-13009) + OH^0 (-13010) -At time : 5.6011 ns Reaction : OH^0 (-9889) + OH^0 (-6730) -> H2O2^0 (-13011) -At time : 5.6011 ns Reaction : H^0 (-9207) + OH^0 (-9626) -> No product -At time : 5.6011 ns Reaction : e_aq^-1 (-4411) + H3O^1 (-8421) -> H^0 (-13012) -At time : 5.6011 ns Reaction : OH^0 (-8070) + OH^0 (-8082) -> H2O2^0 (-13013) -At time : 5.6011 ns Reaction : e_aq^-1 (-4907) + OH^0 (-8072) -> OH^-1 (-13014) -At time : 5.6011 ns Reaction : e_aq^-1 (-4614) + OH^0 (-7968) -> OH^-1 (-13015) -At time : 5.6011 ns Reaction : e_aq^-1 (-3755) + H3O^1 (-6517) -> H^0 (-13016) -At time : 5.7011 ns Reaction : OH^0 (-10493) + H^0 (-12548) -> No product -At time : 5.7011 ns Reaction : OH^0 (-12354) + OH^0 (-10254) -> H2O2^0 (-13017) -At time : 5.7011 ns Reaction : e_aq^-1 (-4597) + H^0 (-11754) -> OH^-1 (-13018) + H_2^0 (-13019) -At time : 5.7011 ns Reaction : e_aq^-1 (-4080) + H2O2^0 (-11460) -> OH^-1 (-13020) + OH^0 (-13021) -At time : 5.7011 ns Reaction : H^0 (-11198) + H^0 (-9401) -> H_2^0 (-13022) -At time : 5.7011 ns Reaction : H3O^1 (-9842) + e_aq^-1 (-4002) -> H^0 (-13023) -At time : 5.7011 ns Reaction : OH^0 (-5942) + OH^0 (-8519) -> H2O2^0 (-13024) -At time : 5.7011 ns Reaction : e_aq^-1 (-924) + H3O^1 (-7505) -> H^0 (-13025) -At time : 5.8011 ns Reaction : OH^-1 (-13014) + H3O^1 (-7111) -> No product -At time : 5.8011 ns Reaction : OH^-1 (-12987) + H3O^1 (-5983) -> No product -At time : 5.8011 ns Reaction : OH^-1 (-12968) + H3O^1 (-7967) -> No product -At time : 5.8011 ns Reaction : H3O^1 (-9965) + OH^-1 (-12862) -> No product -At time : 5.8011 ns Reaction : OH^0 (-6830) + H^0 (-12492) -> No product -At time : 5.8011 ns Reaction : e_aq^-1 (-2846) + H^0 (-12008) -> OH^-1 (-13026) + H_2^0 (-13027) -At time : 5.8011 ns Reaction : OH^0 (-10975) + e_aq^-1 (-8569) -> OH^-1 (-13028) -At time : 5.8011 ns Reaction : OH^0 (-9128) + OH^0 (-9353) -> H2O2^0 (-13029) -At time : 5.8011 ns Reaction : e_aq^-1 (-229) + OH^0 (-8912) -> OH^-1 (-13030) -At time : 5.8011 ns Reaction : e_aq^-1 (-3028) + H3O^1 (-8724) -> H^0 (-13031) -At time : 5.8011 ns Reaction : e_aq^-1 (-3973) + H3O^1 (-7857) -> H^0 (-13032) -At time : 5.8011 ns Reaction : e_aq^-1 (-3744) + H3O^1 (-6473) -> H^0 (-13033) -At time : 5.9011 ns Reaction : OH^-1 (-12985) + H3O^1 (-6107) -> No product -At time : 5.9011 ns Reaction : H3O^1 (-7397) + OH^-1 (-12753) -> No product -At time : 5.9011 ns Reaction : H3O^1 (-6949) + OH^-1 (-12601) -> No product -At time : 5.9011 ns Reaction : OH^0 (-5984) + H^0 (-12599) -> No product -At time : 5.9011 ns Reaction : H^0 (-11610) + e_aq^-1 (-4767) -> OH^-1 (-13034) + H_2^0 (-13035) -At time : 5.9011 ns Reaction : OH^0 (-9769) + OH^0 (-7796) -> H2O2^0 (-13036) -At time : 5.9011 ns Reaction : H3O^1 (-9733) + e_aq^-1 (-3826) -> H^0 (-13037) -At time : 5.9011 ns Reaction : e_aq^-1 (-3703) + H3O^1 (-8766) -> H^0 (-13038) -At time : 5.9011 ns Reaction : e_aq^-1 (-1741) + e_aq^-1 (-4322) -> OH^-1 (-13039) + OH^-1 (-13040) + H_2^0 (-13041) -At time : 6.0011 ns Reaction : OH^-1 (-12892) + H3O^1 (-7855) -> No product -At time : 6.0011 ns Reaction : e_aq^-1 (-5074) + OH^0 (-11067) -> OH^-1 (-13042) -At time : 6.0011 ns Reaction : OH^0 (-9112) + e_aq^-1 (-3822) -> OH^-1 (-13043) -At time : 6.0011 ns Reaction : OH^0 (-8468) + H^0 (-8942) -> No product -At time : 6.0011 ns Reaction : OH^0 (-7946) + OH^0 (-7952) -> H2O2^0 (-13044) -At time : 6.0011 ns Reaction : e_aq^-1 (-5331) + e_aq^-1 (-5327) -> OH^-1 (-13045) + OH^-1 (-13046) + H_2^0 (-13047) -At time : 6.1011 ns Reaction : H3O^1 (-6149) + OH^-1 (-12878) -> No product -At time : 6.1011 ns Reaction : OH^-1 (-12545) + H3O^1 (-6263) -> No product -At time : 6.1011 ns Reaction : e_aq^-1 (-964) + H2O2^0 (-12115) -> OH^-1 (-13048) + OH^0 (-13049) -At time : 6.1011 ns Reaction : H3O^1 (-7465) + OH^-1 (-11843) -> No product -At time : 6.1011 ns Reaction : e_aq^-1 (-4183) + H3O^1 (-10819) -> H^0 (-13050) -At time : 6.1011 ns Reaction : H^0 (-9629) + e_aq^-1 (-3667) -> OH^-1 (-13051) + H_2^0 (-13052) -At time : 6.1011 ns Reaction : OH^0 (-6158) + OH^0 (-7078) -> H2O2^0 (-13053) -At time : 6.2011 ns Reaction : OH^-1 (-13043) + H3O^1 (-5931) -> No product -At time : 6.2011 ns Reaction : H^0 (-10723) + OH^0 (-12818) -> No product -At time : 6.2011 ns Reaction : e_aq^-1 (-1232) + H^0 (-12779) -> OH^-1 (-13054) + H_2^0 (-13055) -At time : 6.2011 ns Reaction : OH^-1 (-12506) + H3O^1 (-7037) -> No product -At time : 6.2011 ns Reaction : e_aq^-1 (-4536) + H2O2^0 (-11983) -> OH^-1 (-13056) + OH^0 (-13057) -At time : 6.2011 ns Reaction : e_aq^-1 (-484) + OH^0 (-10271) -> OH^-1 (-13058) -At time : 6.2011 ns Reaction : e_aq^-1 (-5298) + H3O^1 (-8481) -> H^0 (-13059) -At time : 6.2011 ns Reaction : e_aq^-1 (-4286) + e_aq^-1 (-4313) -> OH^-1 (-13060) + OH^-1 (-13061) + H_2^0 (-13062) -At time : 6.2011 ns Reaction : OH^-1 (-13034) + H3O^1 (-7541) -> No product -At time : 6.2011 ns Reaction : e_aq^-1 (-483) + OH^0 (-8172) -> OH^-1 (-13063) -At time : 6.3011 ns Reaction : OH^0 (-10483) + e_aq^-1 (-4853) -> OH^-1 (-13064) -At time : 6.3011 ns Reaction : H^0 (-9941) + H^0 (-9030) -> H_2^0 (-13065) -At time : 6.3011 ns Reaction : e_aq^-1 (-5221) + e_aq^-1 (-5205) -> OH^-1 (-13066) + OH^-1 (-13067) + H_2^0 (-13068) -At time : 6.4011 ns Reaction : H3O^1 (-8069) + OH^-1 (-13064) -> No product -At time : 6.4011 ns Reaction : OH^-1 (-13007) + H3O^1 (-7825) -> No product -At time : 6.4011 ns Reaction : H3O^1 (-6813) + OH^-1 (-12914) -> No product -At time : 6.4011 ns Reaction : H^0 (-12905) + H^0 (-8950) -> H_2^0 (-13069) -At time : 6.4011 ns Reaction : H3O^1 (-10954) + e_aq^-1 (-4660) -> H^0 (-13070) -At time : 6.4011 ns Reaction : e_aq^-1 (-2246) + H3O^1 (-10767) -> H^0 (-13071) -At time : 6.4011 ns Reaction : OH^0 (-10276) + OH^0 (-9408) -> H2O2^0 (-13072) -At time : 6.4011 ns Reaction : e_aq^-1 (-4706) + H3O^1 (-7051) -> H^0 (-13073) -At time : 6.4011 ns Reaction : e_aq^-1 (-3620) + OH^0 (-6356) -> OH^-1 (-13074) -At time : 6.5011 ns Reaction : e_aq^-1 (-4182) + H^0 (-13050) -> OH^-1 (-13075) + H_2^0 (-13076) -At time : 6.5011 ns Reaction : OH^-1 (-12973) + H3O^1 (-7115) -> No product -At time : 6.5011 ns Reaction : OH^0 (-12831) + OH^0 (-8429) -> H2O2^0 (-13077) -At time : 6.5011 ns Reaction : e_aq^-1 (-4492) + H2O2^0 (-11491) -> OH^-1 (-13078) + OH^0 (-13079) -At time : 6.5011 ns Reaction : OH^0 (-10949) + OH^0 (-6182) -> H2O2^0 (-13080) -At time : 6.5011 ns Reaction : e_aq^-1 (-5424) + OH^0 (-8637) -> OH^-1 (-13081) -At time : 6.5011 ns Reaction : e_aq^-1 (-1324) + H3O^1 (-7519) -> H^0 (-13082) -At time : 6.5011 ns Reaction : e_aq^-1 (-4048) + OH^0 (-6728) -> OH^-1 (-13083) -At time : 6.5011 ns Reaction : e_aq^-1 (-1027) + OH^0 (-7090) -> OH^-1 (-13084) -At time : 6.6011 ns Reaction : OH^-1 (-13075) + H3O^1 (-7887) -> No product -At time : 6.6011 ns Reaction : H^0 (-11496) + OH^0 (-6030) -> No product -At time : 6.6011 ns Reaction : H3O^1 (-10710) + e_aq^-1 (-2739) -> H^0 (-13085) -At time : 6.6011 ns Reaction : e_aq^-1 (-408) + H3O^1 (-8207) -> H^0 (-13086) -At time : 6.6011 ns Reaction : e_aq^-1 (-740) + OH^0 (-8140) -> OH^-1 (-13087) -At time : 6.6011 ns Reaction : e_aq^-1 (-4742) + OH^0 (-8022) -> OH^-1 (-13088) -At time : 6.6011 ns Reaction : e_aq^-1 (-4579) + H3O^1 (-7015) -> H^0 (-13089) -At time : 6.6011 ns Reaction : e_aq^-1 (-3861) + OH^0 (-6636) -> OH^-1 (-13090) -At time : 6.6011 ns Reaction : e_aq^-1 (-1110) + e_aq^-1 (-4824) -> OH^-1 (-13091) + OH^-1 (-13092) + H_2^0 (-13093) -At time : 6.6011 ns Reaction : e_aq^-1 (-2677) + OH^0 (-6530) -> OH^-1 (-13094) -At time : 6.7011 ns Reaction : OH^-1 (-13094) + H3O^1 (-5921) -> No product -At time : 6.7011 ns Reaction : H3O^1 (-6219) + OH^-1 (-12656) -> No product -At time : 6.7011 ns Reaction : e_aq^-1 (-4566) + H2O2^0 (-12633) -> OH^-1 (-13095) + OH^0 (-13096) -At time : 6.7011 ns Reaction : e_aq^-1 (-4926) + OH^0 (-12469) -> OH^-1 (-13097) -At time : 6.7011 ns Reaction : H3O^1 (-9814) + OH^-1 (-12436) -> No product -At time : 6.7011 ns Reaction : OH^0 (-9310) + H^0 (-12400) -> No product -At time : 6.7011 ns Reaction : e_aq^-1 (-5549) + H^0 (-11262) -> OH^-1 (-13098) + H_2^0 (-13099) -At time : 6.7011 ns Reaction : e_aq^-1 (-1068) + H3O^1 (-10137) -> H^0 (-13100) -At time : 6.8011 ns Reaction : OH^-1 (-13098) + H3O^1 (-7393) -> No product -At time : 6.8011 ns Reaction : OH^-1 (-13045) + H3O^1 (-7259) -> No product -At time : 6.8011 ns Reaction : OH^-1 (-13042) + H3O^1 (-7477) -> No product -At time : 6.8011 ns Reaction : OH^-1 (-12970) + H3O^1 (-7427) -> No product -At time : 6.8011 ns Reaction : OH^-1 (-12740) + H3O^1 (-6603) -> No product -At time : 6.8011 ns Reaction : e_aq^-1 (-1461) + H2O2^0 (-11833) -> OH^-1 (-13101) + OH^0 (-13102) -At time : 6.8011 ns Reaction : H2O2^0 (-11380) + e_aq^-1 (-4375) -> OH^-1 (-13103) + OH^0 (-13104) -At time : 6.8011 ns Reaction : OH^0 (-10514) + OH^0 (-10086) -> H2O2^0 (-13105) -At time : 6.8011 ns Reaction : H^0 (-10232) + e_aq^-1 (-5007) -> OH^-1 (-13106) + H_2^0 (-13107) -At time : 6.8011 ns Reaction : H^0 (-9603) + OH^0 (-6374) -> No product -At time : 6.8011 ns Reaction : e_aq^-1 (-5570) + H^0 (-9383) -> OH^-1 (-13108) + H_2^0 (-13109) -At time : 6.8011 ns Reaction : e_aq^-1 (-5269) + H3O^1 (-7449) -> H^0 (-13110) -At time : 6.8011 ns Reaction : e_aq^-1 (-4351) + H3O^1 (-6865) -> H^0 (-13111) -At time : 6.8011 ns Reaction : e_aq^-1 (-2034) + H3O^1 (-6797) -> H^0 (-13112) -At time : 6.9011 ns Reaction : H^0 (-13086) + H^0 (-12738) -> H_2^0 (-13113) -At time : 6.9011 ns Reaction : OH^-1 (-13015) + H3O^1 (-7975) -> No product -At time : 6.9011 ns Reaction : H3O^1 (-10984) + e_aq^-1 (-4667) -> H^0 (-13114) -At time : 6.9011 ns Reaction : e_aq^-1 (-2349) + H^0 (-10750) -> OH^-1 (-13115) + H_2^0 (-13116) -At time : 6.9011 ns Reaction : H^0 (-9147) + e_aq^-1 (-3457) -> OH^-1 (-13117) + H_2^0 (-13118) -At time : 6.9011 ns Reaction : e_aq^-1 (-5651) + H3O^1 (-7365) -> H^0 (-13119) -At time : 6.9011 ns Reaction : e_aq^-1 (-319) + H3O^1 (-7295) -> H^0 (-13120) -At time : 6.9011 ns Reaction : e_aq^-1 (-3901) + H3O^1 (-5953) -> H^0 (-13121) -At time : 7.0011 ns Reaction : OH^-1 (-13087) + H3O^1 (-7197) -> No product -At time : 7.0011 ns Reaction : OH^-1 (-12947) + H3O^1 (-6357) -> No product -At time : 7.0011 ns Reaction : OH^-1 (-12923) + H3O^1 (-7089) -> No product -At time : 7.0011 ns Reaction : H3O^1 (-10912) + OH^-1 (-12906) -> No product -At time : 7.0011 ns Reaction : OH^0 (-10322) + H^0 (-12449) -> No product -At time : 7.0011 ns Reaction : H3O^1 (-5993) + OH^-1 (-12444) -> No product -At time : 7.0011 ns Reaction : OH^0 (-9468) + OH^0 (-6212) -> H2O2^0 (-13122) -At time : 7.0011 ns Reaction : OH^0 (-7168) + OH^0 (-8945) -> H2O2^0 (-13123) -At time : 7.0011 ns Reaction : e_aq^-1 (-4984) + OH^0 (-8657) -> OH^-1 (-13124) -At time : 7.1011 ns Reaction : OH^-1 (-13088) + H3O^1 (-8664) -> No product -At time : 7.1011 ns Reaction : OH^-1 (-13056) + H3O^1 (-6941) -> No product -At time : 7.1011 ns Reaction : OH^-1 (-12924) + H3O^1 (-11028) -> No product -At time : 7.1011 ns Reaction : OH^-1 (-12711) + H3O^1 (-8027) -> No product -At time : 7.1011 ns Reaction : H3O^1 (-10398) + OH^-1 (-12522) -> No product -At time : 7.1011 ns Reaction : H2O2^0 (-11366) + e_aq^-1 (-5639) -> OH^-1 (-13125) + OH^0 (-13126) -At time : 7.1011 ns Reaction : H^0 (-10764) + OH^0 (-6206) -> No product -At time : 7.1011 ns Reaction : e_aq^-1 (-2363) + OH^0 (-10746) -> OH^-1 (-13127) -At time : 7.1011 ns Reaction : e_aq^-1 (-208) + OH^0 (-8624) -> OH^-1 (-13128) -At time : 7.1011 ns Reaction : e_aq^-1 (-4813) + OH^0 (-8573) -> OH^-1 (-13129) -At time : 7.1011 ns Reaction : OH^0 (-6632) + OH^0 (-7820) -> H2O2^0 (-13130) -At time : 7.1011 ns Reaction : e_aq^-1 (-4068) + OH^0 (-7620) -> OH^-1 (-13131) -At time : 7.1011 ns Reaction : e_aq^-1 (-1319) + H3O^1 (-7553) -> H^0 (-13132) -At time : 7.1011 ns Reaction : e_aq^-1 (-5012) + H3O^1 (-7479) -> H^0 (-13133) -At time : 7.1011 ns Reaction : e_aq^-1 (-477) + OH^0 (-7246) -> OH^-1 (-13134) -At time : 7.1011 ns Reaction : e_aq^-1 (-2837) + H3O^1 (-6445) -> H^0 (-13135) -At time : 7.2011 ns Reaction : H^0 (-13114) + e_aq^-1 (-4675) -> OH^-1 (-13136) + H_2^0 (-13137) -At time : 7.2011 ns Reaction : H3O^1 (-5843) + OH^-1 (-13054) -> No product -At time : 7.2011 ns Reaction : OH^-1 (-13048) + H3O^1 (-8382) -> No product -At time : 7.2011 ns Reaction : e_aq^-1 (-51) + H^0 (-12695) -> OH^-1 (-13138) + H_2^0 (-13139) -At time : 7.2011 ns Reaction : e_aq^-1 (-5112) + OH^0 (-11050) -> OH^-1 (-13140) -At time : 7.2011 ns Reaction : OH^0 (-9631) + OH^0 (-10703) -> H2O2^0 (-13141) -At time : 7.2011 ns Reaction : e_aq^-1 (-5312) + H3O^1 (-8203) -> H^0 (-13142) -At time : 7.2011 ns Reaction : e_aq^-1 (-2230) + H3O^1 (-7865) -> H^0 (-13143) -At time : 7.2011 ns Reaction : OH^0 (-6098) + OH^0 (-7422) -> H2O2^0 (-13144) -At time : 7.2011 ns Reaction : e_aq^-1 (-4005) + H3O^1 (-6699) -> H^0 (-13145) -At time : 7.2011 ns Reaction : H3O^1 (-6745) + OH^-1 (-12758) -> No product -At time : 7.3011 ns Reaction : H3O^1 (-10882) + OH^-1 (-13103) -> No product -At time : 7.3011 ns Reaction : H3O^1 (-10503) + OH^-1 (-13028) -> No product -At time : 7.3011 ns Reaction : H2O2^0 (-12981) + e_aq^-1 (-5608) -> OH^-1 (-13146) + OH^0 (-13147) -At time : 7.3011 ns Reaction : OH^-1 (-12959) + H3O^1 (-7351) -> No product -At time : 7.3011 ns Reaction : OH^-1 (-12895) + H3O^1 (-6599) -> No product -At time : 7.3011 ns Reaction : H2O2^0 (-11545) + e_aq^-1 (-8671) -> OH^-1 (-13148) + OH^0 (-13149) -At time : 7.3011 ns Reaction : OH^0 (-11301) + H^0 (-9728) -> No product -At time : 7.3011 ns Reaction : e_aq^-1 (-5612) + OH^0 (-10320) -> OH^-1 (-13150) -At time : 7.3011 ns Reaction : H^0 (-9461) + OH^0 (-7668) -> No product -At time : 7.3011 ns Reaction : e_aq^-1 (-5649) + OH^0 (-7354) -> OH^-1 (-13151) -At time : 7.4011 ns Reaction : H3O^1 (-7119) + OH^-1 (-13124) -> No product -At time : 7.4011 ns Reaction : H3O^1 (-5863) + OH^-1 (-13084) -> No product -At time : 7.4011 ns Reaction : OH^-1 (-12976) + H3O^1 (-6339) -> No product -At time : 7.4011 ns Reaction : H3O^1 (-10594) + OH^-1 (-12966) -> No product -At time : 7.4011 ns Reaction : OH^0 (-12856) + OH^0 (-8060) -> H2O2^0 (-13152) -At time : 7.4011 ns Reaction : OH^-1 (-12669) + H3O^1 (-10103) -> No product -At time : 7.4011 ns Reaction : e_aq^-1 (-5109) + H2O2^0 (-11423) -> OH^-1 (-13153) + OH^0 (-13154) -At time : 7.4011 ns Reaction : e_aq^-1 (-545) + OH^0 (-11096) -> OH^-1 (-13155) -At time : 7.4011 ns Reaction : e_aq^-1 (-4409) + OH^0 (-10905) -> OH^-1 (-13156) -At time : 7.4011 ns Reaction : OH^0 (-9264) + OH^0 (-10829) -> H2O2^0 (-13157) -At time : 7.4011 ns Reaction : OH^0 (-9187) + e_aq^-1 (-3609) -> OH^-1 (-13158) -At time : 7.4011 ns Reaction : e_aq^-1 (-5213) + H3O^1 (-8889) -> H^0 (-13159) -At time : 7.4011 ns Reaction : e_aq^-1 (-5011) + H3O^1 (-7485) -> H^0 (-13160) -At time : 7.4011 ns Reaction : e_aq^-1 (-3607) + e_aq^-1 (-3103) -> OH^-1 (-13161) + OH^-1 (-13162) + H_2^0 (-13163) -At time : 7.4011 ns Reaction : OH^-1 (-12982) + H3O^1 (-8037) -> No product -At time : 7.5011 ns Reaction : OH^-1 (-13151) + H3O^1 (-7349) -> No product -At time : 7.5011 ns Reaction : e_aq^-1 (-5045) + H^0 (-12944) -> OH^-1 (-13164) + H_2^0 (-13165) -At time : 7.5011 ns Reaction : OH^-1 (-12817) + H3O^1 (-6543) -> No product -At time : 7.5011 ns Reaction : H^0 (-12810) + OH^0 (-6542) -> No product -At time : 7.5011 ns Reaction : OH^-1 (-12722) + H3O^1 (-5907) -> No product -At time : 7.5011 ns Reaction : OH^0 (-11085) + OH^0 (-8166) -> H2O2^0 (-13166) -At time : 7.5011 ns Reaction : OH^0 (-10300) + OH^0 (-8336) -> H2O2^0 (-13167) -At time : 7.5011 ns Reaction : e_aq^-1 (-4710) + H3O^1 (-8502) -> H^0 (-13168) -At time : 7.5011 ns Reaction : e_aq^-1 (-4391) + e_aq^-1 (-4436) -> OH^-1 (-13169) + OH^-1 (-13170) + H_2^0 (-13171) -At time : 7.5011 ns Reaction : OH^-1 (-12995) + H3O^1 (-8239) -> No product -At time : 7.6011 ns Reaction : OH^0 (-11130) + OH^0 (-7282) -> H2O2^0 (-13172) -At time : 7.6011 ns Reaction : H3O^1 (-10802) + e_aq^-1 (-4099) -> H^0 (-13173) -At time : 7.6011 ns Reaction : H^0 (-9666) + e_aq^-1 (-2784) -> OH^-1 (-13174) + H_2^0 (-13175) -At time : 7.6011 ns Reaction : OH^0 (-9154) + e_aq^-1 (-3455) -> OH^-1 (-13176) -At time : 7.6011 ns Reaction : e_aq^-1 (-641) + H3O^1 (-8448) -> H^0 (-13177) -At time : 7.6011 ns Reaction : e_aq^-1 (-1169) + H3O^1 (-7523) -> H^0 (-13178) -At time : 7.6011 ns Reaction : e_aq^-1 (-4296) + OH^0 (-6854) -> OH^-1 (-13179) -At time : 7.7011 ns Reaction : H3O^1 (-11109) + OH^-1 (-13063) -> No product -At time : 7.7011 ns Reaction : e_aq^-1 (-4221) + OH^0 (-12980) -> OH^-1 (-13180) -At time : 7.8011 ns Reaction : OH^-1 (-13155) + H3O^1 (-7227) -> No product -At time : 7.8011 ns Reaction : H3O^1 (-6619) + OH^-1 (-13090) -> No product -At time : 7.8011 ns Reaction : OH^-1 (-13061) + H3O^1 (-7915) -> No product -At time : 7.8011 ns Reaction : H^0 (-13016) + e_aq^-1 (-8542) -> OH^-1 (-13181) + H_2^0 (-13182) -At time : 7.8011 ns Reaction : H^0 (-12962) + e_aq^-1 (-1565) -> OH^-1 (-13183) + H_2^0 (-13184) -At time : 7.8011 ns Reaction : H2O2^0 (-11743) + e_aq^-1 (-4737) -> OH^-1 (-13185) + OH^0 (-13186) -At time : 7.8011 ns Reaction : OH^0 (-10600) + OH^0 (-8979) -> H2O2^0 (-13187) -At time : 7.8011 ns Reaction : e_aq^-1 (-2919) + OH^0 (-7744) -> OH^-1 (-13188) -At time : 7.8011 ns Reaction : H3O^1 (-6395) + OH^-1 (-13188) -> No product -At time : 7.9011 ns Reaction : H^0 (-10017) + OH^0 (-12157) -> No product -At time : 7.9011 ns Reaction : OH^0 (-9693) + e_aq^-1 (-3775) -> OH^-1 (-13189) -At time : 7.9011 ns Reaction : e_aq^-1 (-5705) + H3O^1 (-8919) -> H^0 (-13190) -At time : 7.9011 ns Reaction : e_aq^-1 (-5582) + H3O^1 (-8293) -> H^0 (-13191) -At time : 7.9011 ns Reaction : e_aq^-1 (-4105) + H3O^1 (-6727) -> H^0 (-13192) -At time : 8.0011 ns Reaction : OH^-1 (-13174) + H3O^1 (-5909) -> No product -At time : 8.0011 ns Reaction : e_aq^-1 (-1119) + H^0 (-13168) -> OH^-1 (-13193) + H_2^0 (-13194) -At time : 8.0011 ns Reaction : H^0 (-13143) + OH^0 (-13010) -> No product -At time : 8.0011 ns Reaction : H3O^1 (-9546) + OH^-1 (-13001) -> No product -At time : 8.0011 ns Reaction : H3O^1 (-10497) + OH^-1 (-12835) -> No product -At time : 8.0011 ns Reaction : e_aq^-1 (-2693) + H^0 (-12637) -> OH^-1 (-13195) + H_2^0 (-13196) -At time : 8.0011 ns Reaction : OH^-1 (-12440) + H3O^1 (-8541) -> No product -At time : 8.0011 ns Reaction : H^0 (-10999) + H^0 (-11272) -> H_2^0 (-13197) -At time : 8.0011 ns Reaction : H3O^1 (-10716) + e_aq^-1 (-3792) -> H^0 (-13198) -At time : 8.0011 ns Reaction : OH^0 (-7592) + OH^0 (-9043) -> H2O2^0 (-13199) -At time : 8.0011 ns Reaction : e_aq^-1 (-8707) + OH^0 (-8708) -> OH^-1 (-13200) -At time : 8.0011 ns Reaction : e_aq^-1 (-2006) + H3O^1 (-8418) -> H^0 (-13201) -At time : 8.0011 ns Reaction : e_aq^-1 (-1966) + H3O^1 (-6811) -> H^0 (-13202) -At time : 8.1011 ns Reaction : e_aq^-1 (-2943) + H2O2^0 (-12319) -> OH^-1 (-13203) + OH^0 (-13204) -At time : 8.1011 ns Reaction : H^0 (-9954) + e_aq^-1 (-4269) -> OH^-1 (-13205) + H_2^0 (-13206) -At time : 8.1011 ns Reaction : e_aq^-1 (-1205) + H3O^1 (-8574) -> H^0 (-13207) -At time : 8.1011 ns Reaction : e_aq^-1 (-5268) + H3O^1 (-8221) -> H^0 (-13208) -At time : 8.1011 ns Reaction : e_aq^-1 (-4754) + H3O^1 (-8017) -> H^0 (-13209) -At time : 8.1011 ns Reaction : e_aq^-1 (-4211) + H3O^1 (-6831) -> H^0 (-13210) -At time : 8.1011 ns Reaction : e_aq^-1 (-2924) + OH^0 (-6416) -> OH^-1 (-13211) -At time : 8.2011 ns Reaction : H^0 (-10917) + e_aq^-1 (-1392) -> OH^-1 (-13212) + H_2^0 (-13213) -At time : 8.2011 ns Reaction : e_aq^-1 (-5499) + H3O^1 (-8625) -> H^0 (-13214) -At time : 8.2011 ns Reaction : e_aq^-1 (-4158) + H3O^1 (-8343) -> H^0 (-13215) -At time : 8.2011 ns Reaction : e_aq^-1 (-1471) + H3O^1 (-6965) -> H^0 (-13216) -At time : 8.2011 ns Reaction : e_aq^-1 (-3575) + H3O^1 (-6337) -> H^0 (-13217) -At time : 8.2011 ns Reaction : e_aq^-1 (-3539) + OH^0 (-6270) -> OH^-1 (-13218) -At time : 8.2011 ns Reaction : e_aq^-1 (-1105) + OH^0 (-6166) -> OH^-1 (-13219) -At time : 8.2011 ns Reaction : e_aq^-1 (-3589) + e_aq^-1 (-3584) -> OH^-1 (-13220) + OH^-1 (-13221) + H_2^0 (-13222) -At time : 8.3011 ns Reaction : OH^-1 (-13179) + H3O^1 (-6843) -> No product -At time : 8.3011 ns Reaction : OH^-1 (-13134) + H3O^1 (-7235) -> No product -At time : 8.3011 ns Reaction : OH^0 (-13096) + e_aq^-1 (-4610) -> OH^-1 (-13223) -At time : 8.3011 ns Reaction : H^0 (-12764) + H^0 (-9410) -> H_2^0 (-13224) -At time : 8.3011 ns Reaction : e_aq^-1 (-4415) + H2O2^0 (-12363) -> OH^-1 (-13225) + OH^0 (-13226) -At time : 8.3011 ns Reaction : OH^0 (-9989) + OH^0 (-12215) -> H2O2^0 (-13227) -At time : 8.3011 ns Reaction : OH^0 (-11118) + OH^0 (-7254) -> H2O2^0 (-13228) -At time : 8.3011 ns Reaction : e_aq^-1 (-1139) + H3O^1 (-8838) -> H^0 (-13229) -At time : 8.3011 ns Reaction : OH^-1 (-5756) + H3O^1 (-8691) -> No product -At time : 8.3011 ns Reaction : e_aq^-1 (-4344) + H3O^1 (-6915) -> H^0 (-13230) -At time : 8.3011 ns Reaction : e_aq^-1 (-2735) + H3O^1 (-6509) -> H^0 (-13231) -At time : 8.3011 ns Reaction : e_aq^-1 (-2057) + e_aq^-1 (-4085) -> OH^-1 (-13232) + OH^-1 (-13233) + H_2^0 (-13234) -At time : 8.4011 ns Reaction : H3O^1 (-6751) + OH^-1 (-13233) -> No product -At time : 8.4011 ns Reaction : e_aq^-1 (-5262) + H^0 (-13142) -> OH^-1 (-13235) + H_2^0 (-13236) -At time : 8.4011 ns Reaction : H^0 (-13059) + OH^0 (-8480) -> No product -At time : 8.4011 ns Reaction : H3O^1 (-7809) + OH^-1 (-12992) -> No product -At time : 8.4011 ns Reaction : OH^-1 (-12921) + H3O^1 (-7595) -> No product -At time : 8.4011 ns Reaction : e_aq^-1 (-4544) + H2O2^0 (-12254) -> OH^-1 (-13237) + OH^0 (-13238) -At time : 8.4011 ns Reaction : e_aq^-1 (-4277) + H2O2^0 (-11921) -> OH^-1 (-13239) + OH^0 (-13240) -At time : 8.4011 ns Reaction : e_aq^-1 (-634) + OH^0 (-8486) -> OH^-1 (-13241) -At time : 8.4011 ns Reaction : e_aq^-1 (-3726) + H3O^1 (-6427) -> H^0 (-13242) -At time : 8.4011 ns Reaction : e_aq^-1 (-3044) + H3O^1 (-6367) -> H^0 (-13243) -At time : 8.5011 ns Reaction : H3O^1 (-11047) + OH^-1 (-13164) -> No product -At time : 8.5011 ns Reaction : H3O^1 (-7921) + OH^-1 (-13040) -> No product -At time : 8.5011 ns Reaction : e_aq^-1 (-912) + H^0 (-13025) -> OH^-1 (-13244) + H_2^0 (-13245) -At time : 8.5011 ns Reaction : OH^-1 (-12852) + H3O^1 (-7633) -> No product -At time : 8.5011 ns Reaction : OH^-1 (-12744) + H3O^1 (-7697) -> No product -At time : 8.5011 ns Reaction : e_aq^-1 (-2747) + H^0 (-11663) -> OH^-1 (-13246) + H_2^0 (-13247) -At time : 8.5011 ns Reaction : OH^0 (-10356) + e_aq^-1 (-5536) -> OH^-1 (-13248) -At time : 8.5011 ns Reaction : H3O^1 (-9946) + e_aq^-1 (-1950) -> H^0 (-13249) -At time : 8.5011 ns Reaction : e_aq^-1 (-3613) + H3O^1 (-7731) -> H^0 (-13250) -At time : 8.5011 ns Reaction : OH^0 (-6944) + OH^0 (-6960) -> H2O2^0 (-13251) -At time : 8.6011 ns Reaction : e_aq^-1 (-5059) + H3O^1 (-8133) -> H^0 (-13252) -At time : 8.6011 ns Reaction : OH^0 (-9171) + e_aq^-1 (-3512) -> OH^-1 (-13253) -At time : 8.7011 ns Reaction : OH^-1 (-13235) + H3O^1 (-7451) -> No product -At time : 8.7011 ns Reaction : e_aq^-1 (-2077) + H^0 (-13192) -> OH^-1 (-13254) + H_2^0 (-13255) -At time : 8.7011 ns Reaction : H^0 (-12704) + H^0 (-10841) -> H_2^0 (-13256) -At time : 8.7011 ns Reaction : e_aq^-1 (-4121) + H2O2^0 (-11623) -> OH^-1 (-13257) + OH^0 (-13258) -At time : 8.7011 ns Reaction : OH^0 (-10883) + e_aq^-1 (-4382) -> OH^-1 (-13259) -At time : 8.8011 ns Reaction : OH^-1 (-13181) + H3O^1 (-6497) -> No product -At time : 8.8011 ns Reaction : H3O^1 (-6415) + OH^-1 (-13051) -> No product -At time : 8.8011 ns Reaction : e_aq^-1 (-944) + H^0 (-12984) -> OH^-1 (-13260) + H_2^0 (-13261) -At time : 8.8011 ns Reaction : OH^-1 (-12255) + H3O^1 (-6189) -> No product -At time : 8.8011 ns Reaction : e_aq^-1 (-821) + H^0 (-12204) -> OH^-1 (-13262) + H_2^0 (-13263) -At time : 8.8011 ns Reaction : e_aq^-1 (-4037) + H2O2^0 (-11965) -> OH^-1 (-13264) + OH^0 (-13265) -At time : 8.8011 ns Reaction : e_aq^-1 (-2950) + H3O^1 (-9640) -> H^0 (-13266) -At time : 8.8011 ns Reaction : OH^0 (-5781) + e_aq^-1 (-8737) -> OH^-1 (-13267) -At time : 8.8011 ns Reaction : e_aq^-1 (-2137) + OH^0 (-6776) -> OH^-1 (-13268) -At time : 8.8011 ns Reaction : e_aq^-1 (-2479) + H3O^1 (-6613) -> H^0 (-13269) -At time : 8.8011 ns Reaction : e_aq^-1 (-2768) + H3O^1 (-6457) -> H^0 (-13270) -At time : 8.9011 ns Reaction : OH^-1 (-13193) + H3O^1 (-7059) -> No product -At time : 8.9011 ns Reaction : OH^0 (-13149) + H^0 (-12310) -> No product -At time : 8.9011 ns Reaction : H3O^1 (-6659) + OH^-1 (-13115) -> No product -At time : 8.9011 ns Reaction : OH^0 (-12610) + OH^0 (-6424) -> H2O2^0 (-13271) -At time : 8.9011 ns Reaction : H^0 (-12547) + OH^0 (-8742) -> No product -At time : 8.9011 ns Reaction : e_aq^-1 (-2324) + H^0 (-12490) -> OH^-1 (-13272) + H_2^0 (-13273) -At time : 8.9011 ns Reaction : OH^-1 (-12472) + H3O^1 (-6491) -> No product -At time : 8.9011 ns Reaction : e_aq^-1 (-967) + OH^0 (-9419) -> OH^-1 (-13274) -At time : 8.9011 ns Reaction : e_aq^-1 (-2091) + H3O^1 (-7893) -> H^0 (-13275) -At time : 8.9011 ns Reaction : e_aq^-1 (-352) + e_aq^-1 (-5315) -> OH^-1 (-13276) + OH^-1 (-13277) + H_2^0 (-13278) -At time : 9.0011 ns Reaction : OH^-1 (-13264) + H3O^1 (-6759) -> No product -At time : 9.0011 ns Reaction : H3O^1 (-6309) + OH^-1 (-11972) -> No product -At time : 9.0011 ns Reaction : OH^0 (-10441) + OH^0 (-8152) -> H2O2^0 (-13279) -At time : 9.0011 ns Reaction : H^0 (-9982) + OH^0 (-6896) -> No product -At time : 9.1011 ns Reaction : OH^-1 (-13200) + H3O^1 (-6253) -> No product -At time : 9.1011 ns Reaction : OH^-1 (-13006) + H3O^1 (-6651) -> No product -At time : 9.1011 ns Reaction : OH^0 (-11073) + e_aq^-1 (-5120) -> OH^-1 (-13280) -At time : 9.1011 ns Reaction : e_aq^-1 (-2579) + OH^0 (-6558) -> OH^-1 (-13281) -At time : 9.2011 ns Reaction : OH^-1 (-13083) + H3O^1 (-9887) -> No product -At time : 9.2011 ns Reaction : H3O^1 (-5975) + OH^-1 (-13060) -> No product -At time : 9.2011 ns Reaction : H^0 (-13004) + OH^0 (-7634) -> No product -At time : 9.2011 ns Reaction : H2O2^0 (-12360) + e_aq^-1 (-5055) -> OH^-1 (-13282) + OH^0 (-13283) -At time : 9.2011 ns Reaction : e_aq^-1 (-665) + OH^0 (-11084) -> OH^-1 (-13284) -At time : 9.2011 ns Reaction : OH^0 (-10540) + OH^0 (-7590) -> H2O2^0 (-13285) -At time : 9.2011 ns Reaction : OH^0 (-9877) + e_aq^-1 (-4065) -> OH^-1 (-13286) -At time : 9.2011 ns Reaction : OH^0 (-6980) + OH^0 (-7550) -> H2O2^0 (-13287) -At time : 9.2011 ns Reaction : OH^0 (-5838) + OH^0 (-6796) -> H2O2^0 (-13288) -At time : 9.2011 ns Reaction : e_aq^-1 (-2800) + H3O^1 (-6449) -> H^0 (-13289) -At time : 9.3011 ns Reaction : OH^-1 (-12964) + H3O^1 (-7177) -> No product -At time : 9.3011 ns Reaction : H3O^1 (-11083) + OH^-1 (-12784) -> No product -At time : 9.3011 ns Reaction : H^0 (-12688) + OH^0 (-8893) -> No product -At time : 9.3011 ns Reaction : H3O^1 (-9508) + OH^-1 (-11907) -> No product -At time : 9.3011 ns Reaction : e_aq^-1 (-3843) + H3O^1 (-7803) -> H^0 (-13290) -At time : 9.3011 ns Reaction : e_aq^-1 (-5086) + OH^0 (-7488) -> OH^-1 (-13291) -At time : 9.3011 ns Reaction : e_aq^-1 (-3608) + OH^0 (-5896) -> OH^-1 (-13292) -At time : 9.3011 ns Reaction : OH^-1 (-13292) + H3O^1 (-6333) -> No product -At time : 9.4011 ns Reaction : OH^-1 (-13272) + H3O^1 (-6671) -> No product -At time : 9.4011 ns Reaction : OH^-1 (-13244) + H3O^1 (-7069) -> No product -At time : 9.4011 ns Reaction : H^0 (-13012) + OH^0 (-8812) -> No product -At time : 9.4011 ns Reaction : OH^-1 (-12955) + H3O^1 (-6085) -> No product -At time : 9.4011 ns Reaction : OH^-1 (-12815) + H3O^1 (-7929) -> No product -At time : 9.4011 ns Reaction : H^0 (-9115) + e_aq^-1 (-2111) -> OH^-1 (-13293) + H_2^0 (-13294) -At time : 9.5011 ns Reaction : OH^-1 (-13146) + H3O^1 (-8616) -> No product -At time : 9.5011 ns Reaction : e_aq^-1 (-5210) + H2O2^0 (-11461) -> OH^-1 (-13295) + OH^0 (-13296) -At time : 9.5011 ns Reaction : e_aq^-1 (-5062) + OH^0 (-10207) -> OH^-1 (-13297) -At time : 9.5011 ns Reaction : H^0 (-9744) + OH^0 (-7788) -> No product -At time : 9.5011 ns Reaction : e_aq^-1 (-5162) + H3O^1 (-8484) -> H^0 (-13298) -At time : 9.5011 ns Reaction : OH^0 (-6204) + OH^0 (-7610) -> H2O2^0 (-13299) -At time : 9.5011 ns Reaction : e_aq^-1 (-5291) + OH^0 (-7250) -> OH^-1 (-13300) -At time : 9.5011 ns Reaction : e_aq^-1 (-4342) + H3O^1 (-6893) -> H^0 (-13301) -At time : 9.5011 ns Reaction : e_aq^-1 (-1683) + H3O^1 (-6885) -> H^0 (-13302) -At time : 9.6011 ns Reaction : e_aq^-1 (-4161) + H2O2^0 (-12218) -> OH^-1 (-13303) + OH^0 (-13304) -At time : 9.6011 ns Reaction : e_aq^-1 (-5050) + H3O^1 (-10204) -> H^0 (-13305) -At time : 9.6011 ns Reaction : e_aq^-1 (-4255) + OH^0 (-8969) -> OH^-1 (-13306) -At time : 9.6011 ns Reaction : e_aq^-1 (-4568) + H3O^1 (-7977) -> H^0 (-13307) -At time : 9.6011 ns Reaction : e_aq^-1 (-5157) + H3O^1 (-7185) -> H^0 (-13308) -At time : 9.6011 ns Reaction : e_aq^-1 (-4723) + OH^0 (-7058) -> OH^-1 (-13309) -At time : 9.6011 ns Reaction : OH^0 (-6410) + OH^0 (-6426) -> H2O2^0 (-13310) -At time : 9.7011 ns Reaction : OH^0 (-6494) + H^0 (-13231) -> No product -At time : 9.7011 ns Reaction : OH^-1 (-13067) + H3O^1 (-7459) -> No product -At time : 9.7011 ns Reaction : OH^-1 (-13020) + H3O^1 (-6703) -> No product -At time : 9.7011 ns Reaction : OH^-1 (-12951) + H3O^1 (-8041) -> No product -At time : 9.7011 ns Reaction : OH^-1 (-12916) + H3O^1 (-8063) -> No product -At time : 9.7011 ns Reaction : H^0 (-10370) + OH^0 (-11247) -> No product -At time : 9.8011 ns Reaction : OH^-1 (-13221) + H3O^1 (-6299) -> No product -At time : 9.8011 ns Reaction : OH^0 (-12934) + OH^0 (-8588) -> H2O2^0 (-13311) -At time : 9.8011 ns Reaction : OH^-1 (-12839) + H3O^1 (-6835) -> No product -At time : 9.8011 ns Reaction : e_aq^-1 (-1218) + H3O^1 (-7517) -> H^0 (-13312) -At time : 9.8011 ns Reaction : H^0 (-13070) + e_aq^-1 (-4630) -> OH^-1 (-13313) + H_2^0 (-13314) -At time : 9.9011 ns Reaction : H3O^1 (-7871) + OH^-1 (-12886) -> No product -At time : 9.9011 ns Reaction : OH^-1 (-12737) + H3O^1 (-8598) -> No product -At time : 9.9011 ns Reaction : OH^-1 (-12684) + H3O^1 (-9384) -> No product -At time : 9.9011 ns Reaction : e_aq^-1 (-5276) + H3O^1 (-10410) -> H^0 (-13315) -At time : 9.9011 ns Reaction : e_aq^-1 (-5656) + OH^0 (-6112) -> OH^-1 (-13316) -At time : 9.9011 ns Reaction : e_aq^-1 (-4671) + e_aq^-1 (-4724) -> OH^-1 (-13317) + OH^-1 (-13318) + H_2^0 (-13319) -At time : 10.001 ns Reaction : H3O^1 (-8311) + OH^-1 (-13125) -> No product -At time : 10.001 ns Reaction : e_aq^-1 (-4818) + H2O2^0 (-12389) -> OH^-1 (-13320) + OH^0 (-13321) -At time : 10.001 ns Reaction : H^0 (-10494) + e_aq^-1 (-4736) -> OH^-1 (-13322) + H_2^0 (-13323) -At time : 10.001 ns Reaction : H3O^1 (-10248) + e_aq^-1 (-5207) -> H^0 (-13324) -At time : 10.001 ns Reaction : e_aq^-1 (-3562) + OH^0 (-9525) -> OH^-1 (-13325) -At time : 10.001 ns Reaction : OH^0 (-9184) + e_aq^-1 (-3113) -> OH^-1 (-13326) -At time : 10.001 ns Reaction : e_aq^-1 (-4794) + OH^0 (-7522) -> OH^-1 (-13327) -At time : 10.001 ns Reaction : e_aq^-1 (-5453) + H3O^1 (-7299) -> H^0 (-13328) -At time : 10.001 ns Reaction : e_aq^-1 (-4703) + H3O^1 (-7021) -> H^0 (-13329) -At time : 10.001 ns Reaction : e_aq^-1 (-3283) + OH^0 (-6236) -> OH^-1 (-13330) -At time : 10.001 ns Reaction : OH^-1 (-13274) + H3O^1 (-10164) -> No product -At time : 11.001 ns Reaction : e_aq^-1 (-1774) + H^0 (-13210) -> OH^-1 (-13331) + H_2^0 (-13332) -At time : 11.001 ns Reaction : e_aq^-1 (-4074) + H^0 (-13145) -> OH^-1 (-13333) + H_2^0 (-13334) -At time : 11.001 ns Reaction : OH^-1 (-13101) + H3O^1 (-7569) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13097) + H3O^1 (-7049) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13078) + H3O^1 (-6925) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13066) + H3O^1 (-8171) -> No product -At time : 11.001 ns Reaction : H3O^1 (-6049) + OH^-1 (-12961) -> No product -At time : 11.001 ns Reaction : H3O^1 (-9851) + OH^-1 (-12866) -> No product -At time : 11.001 ns Reaction : e_aq^-1 (-900) + H^0 (-12590) -> OH^-1 (-13335) + H_2^0 (-13336) -At time : 11.001 ns Reaction : H^0 (-12212) + e_aq^-1 (-1211) -> OH^-1 (-13337) + H_2^0 (-13338) -At time : 11.001 ns Reaction : e_aq^-1 (-3958) + H2O2^0 (-12004) -> OH^-1 (-13339) + OH^0 (-13340) -At time : 11.001 ns Reaction : OH^0 (-11177) + OH^0 (-9386) -> H2O2^0 (-13341) -At time : 11.001 ns Reaction : H3O^1 (-10698) + e_aq^-1 (-3671) -> H^0 (-13342) -At time : 11.001 ns Reaction : H^0 (-10587) + OH^0 (-9882) -> No product -At time : 11.001 ns Reaction : OH^0 (-9146) + OH^0 (-9450) -> H2O2^0 (-13343) -At time : 11.001 ns Reaction : H^0 (-9227) + e_aq^-1 (-3842) -> OH^-1 (-13344) + H_2^0 (-13345) -At time : 11.001 ns Reaction : e_aq^-1 (-5209) + H3O^1 (-7241) -> H^0 (-13346) -At time : 11.001 ns Reaction : e_aq^-1 (-5095) + H3O^1 (-7155) -> H^0 (-13347) -At time : 12.001 ns Reaction : OH^-1 (-13331) + H3O^1 (-8790) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13325) + H3O^1 (-6283) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13295) + H3O^1 (-7219) -> No product -At time : 12.001 ns Reaction : H3O^1 (-10718) + OH^-1 (-13195) -> No product -At time : 12.001 ns Reaction : H2O2^0 (-13157) + e_aq^-1 (-8692) -> OH^-1 (-13348) + OH^0 (-13349) -At time : 12.001 ns Reaction : OH^-1 (-13156) + H3O^1 (-7593) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13140) + H3O^1 (-8141) -> No product -At time : 12.001 ns Reaction : H3O^1 (-10336) + OH^-1 (-13138) -> No product -At time : 12.001 ns Reaction : H3O^1 (-10992) + OH^-1 (-13136) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12911) + H3O^1 (-5925) -> No product -At time : 12.001 ns Reaction : H3O^1 (-5991) + OH^-1 (-12900) -> No product -At time : 12.001 ns Reaction : e_aq^-1 (-249) + OH^0 (-12865) -> OH^-1 (-13350) -At time : 12.001 ns Reaction : OH^-1 (-12562) + H3O^1 (-7877) -> No product -At time : 12.001 ns Reaction : H2O2^0 (-12411) + e_aq^-1 (-3679) -> OH^-1 (-13351) + OH^0 (-13352) -At time : 12.001 ns Reaction : H2O2^0 (-11822) + e_aq^-1 (-4457) -> OH^-1 (-13353) + OH^0 (-13354) -At time : 12.001 ns Reaction : H^0 (-11284) + e_aq^-1 (-4522) -> OH^-1 (-13355) + H_2^0 (-13356) -At time : 12.001 ns Reaction : OH^0 (-10558) + OH^0 (-7904) -> H2O2^0 (-13357) -At time : 12.001 ns Reaction : OH^0 (-9756) + OH^0 (-5944) -> H2O2^0 (-13358) -At time : 12.001 ns Reaction : OH^0 (-9269) + OH^0 (-6818) -> H2O2^0 (-13359) -At time : 12.001 ns Reaction : OH^0 (-5715) + OH^0 (-8296) -> H2O2^0 (-13360) -At time : 12.001 ns Reaction : e_aq^-1 (-5527) + H3O^1 (-8273) -> H^0 (-13361) -At time : 13.001 ns Reaction : H3O^1 (-10646) + OH^-1 (-13330) -> No product -At time : 13.001 ns Reaction : e_aq^-1 (-573) + H^0 (-13324) -> OH^-1 (-13362) + H_2^0 (-13363) -At time : 13.001 ns Reaction : OH^-1 (-13280) + H3O^1 (-8643) -> No product -At time : 13.001 ns Reaction : OH^-1 (-13254) + H3O^1 (-6723) -> No product -At time : 13.001 ns Reaction : e_aq^-1 (-57) + H^0 (-13214) -> OH^-1 (-13364) + H_2^0 (-13365) -At time : 13.001 ns Reaction : OH^-1 (-13153) + H3O^1 (-7183) -> No product -At time : 13.001 ns Reaction : OH^-1 (-13095) + H3O^1 (-7555) -> No product -At time : 13.001 ns Reaction : OH^-1 (-13039) + H3O^1 (-8688) -> No product -At time : 13.001 ns Reaction : OH^-1 (-13018) + H3O^1 (-8568) -> No product -At time : 13.001 ns Reaction : e_aq^-1 (-2339) + OH^0 (-12967) -> OH^-1 (-13366) -At time : 13.001 ns Reaction : e_aq^-1 (-398) + H^0 (-12887) -> OH^-1 (-13367) + H_2^0 (-13368) -At time : 13.001 ns Reaction : H3O^1 (-10520) + OH^-1 (-12792) -> No product -At time : 13.001 ns Reaction : H^0 (-12771) + e_aq^-1 (-2098) -> OH^-1 (-13369) + H_2^0 (-13370) -At time : 13.001 ns Reaction : OH^-1 (-12639) + H3O^1 (-8523) -> No product -At time : 13.001 ns Reaction : OH^-1 (-12497) + H3O^1 (-7699) -> No product -At time : 13.001 ns Reaction : H2O2^0 (-12017) + e_aq^-1 (-3802) -> OH^-1 (-13371) + OH^0 (-13372) -At time : 13.001 ns Reaction : e_aq^-1 (-4178) + H2O2^0 (-11490) -> OH^-1 (-13373) + OH^0 (-13374) -At time : 13.001 ns Reaction : e_aq^-1 (-842) + H^0 (-11031) -> OH^-1 (-13375) + H_2^0 (-13376) -At time : 13.001 ns Reaction : OH^0 (-9533) + OH^0 (-7712) -> H2O2^0 (-13377) -At time : 13.001 ns Reaction : H3O^1 (-10324) + OH^-1 (-12907) -> No product -At time : 14.001 ns Reaction : H3O^1 (-10155) + OH^-1 (-13309) -> No product -At time : 14.001 ns Reaction : H3O^1 (-10796) + OH^-1 (-13303) -> No product -At time : 14.001 ns Reaction : H3O^1 (-9895) + OH^-1 (-13268) -> No product -At time : 14.001 ns Reaction : H3O^1 (-7415) + OH^-1 (-13248) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-5389) + H2O2^0 (-13144) -> OH^-1 (-13378) + OH^0 (-13379) -At time : 14.001 ns Reaction : OH^-1 (-13074) + H3O^1 (-5895) -> No product -At time : 14.001 ns Reaction : H3O^1 (-9232) + OH^-1 (-12993) -> No product -At time : 14.001 ns Reaction : OH^-1 (-12850) + H3O^1 (-6465) -> No product -At time : 14.001 ns Reaction : OH^-1 (-12826) + H3O^1 (-8223) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-2437) + H^0 (-12793) -> OH^-1 (-13380) + H_2^0 (-13381) -At time : 14.001 ns Reaction : OH^-1 (-12658) + H3O^1 (-6223) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-5619) + H2O2^0 (-12532) -> OH^-1 (-13382) + OH^0 (-13383) -At time : 14.001 ns Reaction : e_aq^-1 (-994) + H^0 (-12368) -> OH^-1 (-13384) + H_2^0 (-13385) -At time : 14.001 ns Reaction : H3O^1 (-7221) + OH^-1 (-11984) -> No product -At time : 14.001 ns Reaction : H^0 (-11472) + OH^0 (-7000) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-5566) + H2O2^0 (-11449) -> OH^-1 (-13386) + OH^0 (-13387) -At time : 14.001 ns Reaction : OH^0 (-10953) + OH^0 (-7012) -> H2O2^0 (-13388) -At time : 14.001 ns Reaction : OH^0 (-10369) + H^0 (-10317) -> No product -At time : 14.001 ns Reaction : H3O^1 (-9824) + e_aq^-1 (-2276) -> H^0 (-13389) -At time : 14.001 ns Reaction : OH^0 (-9637) + OH^0 (-8756) -> H2O2^0 (-13390) -At time : 14.001 ns Reaction : H^0 (-9538) + OH^0 (-6292) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-5623) + H^0 (-9378) -> OH^-1 (-13391) + H_2^0 (-13392) -At time : 14.001 ns Reaction : OH^0 (-9222) + OH^0 (-6556) -> H2O2^0 (-13393) -At time : 14.001 ns Reaction : e_aq^-1 (-4821) + H3O^1 (-8436) -> H^0 (-13394) -At time : 14.001 ns Reaction : e_aq^-1 (-3524) + H3O^1 (-7691) -> H^0 (-13395) -At time : 14.001 ns Reaction : H3O^1 (-10578) + OH^-1 (-13131) -> No product -At time : 14.001 ns Reaction : OH^0 (-10604) + e_aq^-1 (-2400) -> OH^-1 (-13396) -At time : 14.001 ns Reaction : e_aq^-1 (-2547) + OH^0 (-6602) -> OH^-1 (-13397) -At time : 15.001 ns Reaction : OH^-1 (-13353) + H3O^1 (-6919) -> No product -At time : 15.001 ns Reaction : OH^-1 (-13333) + H3O^1 (-7853) -> No product -At time : 15.001 ns Reaction : H3O^1 (-10145) + OH^-1 (-13322) -> No product -At time : 15.001 ns Reaction : H3O^1 (-7153) + OH^-1 (-13297) -> No product -At time : 15.001 ns Reaction : OH^-1 (-13282) + H3O^1 (-8109) -> No product -At time : 15.001 ns Reaction : OH^-1 (-13223) + H3O^1 (-6979) -> No product -At time : 15.001 ns Reaction : OH^-1 (-13219) + H3O^1 (-7529) -> No product -At time : 15.001 ns Reaction : H3O^1 (-10893) + OH^-1 (-13170) -> No product -At time : 15.001 ns Reaction : e_aq^-1 (-1890) + OH^0 (-12901) -> OH^-1 (-13398) -At time : 15.001 ns Reaction : e_aq^-1 (-1046) + H^0 (-12780) -> OH^-1 (-13399) + H_2^0 (-13400) -At time : 15.001 ns Reaction : e_aq^-1 (-3753) + H2O2^0 (-12733) -> OH^-1 (-13401) + OH^0 (-13402) -At time : 15.001 ns Reaction : OH^-1 (-12698) + H3O^1 (-8604) -> No product -At time : 15.001 ns Reaction : H^0 (-12499) + e_aq^-1 (-4389) -> OH^-1 (-13403) + H_2^0 (-13404) -At time : 15.001 ns Reaction : H^0 (-11228) + OH^0 (-7944) -> No product -At time : 15.001 ns Reaction : H^0 (-9235) + OH^0 (-10748) -> No product -At time : 15.001 ns Reaction : e_aq^-1 (-3635) + OH^0 (-9601) -> OH^-1 (-13405) -At time : 15.001 ns Reaction : H^0 (-9120) + e_aq^-1 (-4455) -> OH^-1 (-13406) + H_2^0 (-13407) -At time : 15.001 ns Reaction : e_aq^-1 (-1283) + H^0 (-8962) -> OH^-1 (-13408) + H_2^0 (-13409) -At time : 15.001 ns Reaction : e_aq^-1 (-5594) + H3O^1 (-8255) -> H^0 (-13410) -At time : 15.001 ns Reaction : e_aq^-1 (-3738) + H3O^1 (-6433) -> H^0 (-13411) -At time : 16.001 ns Reaction : OH^-1 (-13382) + H3O^1 (-7395) -> No product -At time : 16.001 ns Reaction : e_aq^-1 (-5404) + OH^0 (-13379) -> OH^-1 (-13412) -At time : 16.001 ns Reaction : OH^-1 (-13267) + H3O^1 (-6405) -> No product -At time : 16.001 ns Reaction : OH^-1 (-13260) + H3O^1 (-6151) -> No product -At time : 16.001 ns Reaction : OH^-1 (-13246) + H3O^1 (-6547) -> No product -At time : 16.001 ns Reaction : H3O^1 (-10028) + OH^-1 (-13183) -> No product -At time : 16.001 ns Reaction : H^0 (-12974) + e_aq^-1 (-5472) -> OH^-1 (-13413) + H_2^0 (-13414) -At time : 16.001 ns Reaction : H3O^1 (-6635) + OH^-1 (-12681) -> No product -At time : 16.001 ns Reaction : OH^-1 (-11776) + H3O^1 (-8065) -> No product -At time : 16.001 ns Reaction : H2O2^0 (-11678) + e_aq^-1 (-5679) -> OH^-1 (-13415) + OH^0 (-13416) -At time : 16.001 ns Reaction : H3O^1 (-10580) + e_aq^-1 (-4126) -> H^0 (-13417) -At time : 16.001 ns Reaction : e_aq^-1 (-4600) + H^0 (-10063) -> OH^-1 (-13418) + H_2^0 (-13419) -At time : 16.001 ns Reaction : OH^0 (-9786) + OH^0 (-5775) -> H2O2^0 (-13420) -At time : 16.001 ns Reaction : H^0 (-9251) + e_aq^-1 (-4137) -> OH^-1 (-13421) + H_2^0 (-13422) -At time : 16.001 ns Reaction : OH^-1 (-13415) + H3O^1 (-7359) -> No product -At time : 17.001 ns Reaction : OH^-1 (-13326) + H3O^1 (-6291) -> No product -At time : 17.001 ns Reaction : e_aq^-1 (-2490) + H^0 (-13290) -> OH^-1 (-13423) + H_2^0 (-13424) -At time : 17.001 ns Reaction : OH^-1 (-13212) + H3O^1 (-7957) -> No product -At time : 17.001 ns Reaction : OH^0 (-7064) + H^0 (-13207) -> No product -At time : 17.001 ns Reaction : OH^-1 (-13158) + H3O^1 (-6351) -> No product -At time : 17.001 ns Reaction : OH^-1 (-12796) + H3O^1 (-7279) -> No product -At time : 17.001 ns Reaction : OH^-1 (-12678) + H3O^1 (-9402) -> No product -At time : 17.001 ns Reaction : OH^-1 (-12609) + H3O^1 (-6425) -> No product -At time : 17.001 ns Reaction : OH^-1 (-12092) + H3O^1 (-6041) -> No product -At time : 17.001 ns Reaction : e_aq^-1 (-4748) + H2O2^0 (-12003) -> OH^-1 (-13425) + OH^0 (-13426) -At time : 17.001 ns Reaction : H^0 (-11310) + OH^0 (-5796) -> No product -At time : 17.001 ns Reaction : H^0 (-11196) + OH^0 (-5742) -> No product -At time : 17.001 ns Reaction : e_aq^-1 (-147) + H^0 (-9387) -> OH^-1 (-13427) + H_2^0 (-13428) -At time : 17.001 ns Reaction : e_aq^-1 (-2627) + H3O^1 (-6573) -> H^0 (-13429) -At time : 18.001 ns Reaction : e_aq^-1 (-2725) + OH^0 (-13402) -> OH^-1 (-13430) -At time : 18.001 ns Reaction : OH^-1 (-13401) + H3O^1 (-6519) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13355) + H3O^1 (-6903) -> No product -At time : 18.001 ns Reaction : H3O^1 (-6537) + OH^-1 (-13189) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13180) + H3O^1 (-8544) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13081) + H3O^1 (-7271) -> No product -At time : 18.001 ns Reaction : OH^-1 (-12872) + H3O^1 (-8781) -> No product -At time : 18.001 ns Reaction : e_aq^-1 (-3602) + H2O2^0 (-11721) -> OH^-1 (-13431) + OH^0 (-13432) -At time : 18.001 ns Reaction : e_aq^-1 (-418) + H^0 (-10280) -> OH^-1 (-13433) + H_2^0 (-13434) -At time : 18.001 ns Reaction : e_aq^-1 (-4905) + OH^0 (-10197) -> OH^-1 (-13435) -At time : 18.001 ns Reaction : H^0 (-9635) + e_aq^-1 (-2904) -> OH^-1 (-13436) + H_2^0 (-13437) -At time : 18.001 ns Reaction : OH^0 (-6372) + OH^0 (-8729) -> H2O2^0 (-13438) -At time : 18.001 ns Reaction : e_aq^-1 (-3648) + H3O^1 (-7757) -> H^0 (-13439) -At time : 19.001 ns Reaction : OH^-1 (-13371) + H3O^1 (-5937) -> No product -At time : 19.001 ns Reaction : H3O^1 (-9649) + OH^-1 (-13351) -> No product -At time : 19.001 ns Reaction : H3O^1 (-6167) + OH^-1 (-13317) -> No product -At time : 19.001 ns Reaction : e_aq^-1 (-1826) + H^0 (-13301) -> OH^-1 (-13440) + H_2^0 (-13441) -At time : 19.001 ns Reaction : H3O^1 (-11121) + OH^-1 (-13300) -> No product -At time : 19.001 ns Reaction : OH^-1 (-13293) + H3O^1 (-6771) -> No product -At time : 19.001 ns Reaction : OH^-1 (-13232) + H3O^1 (-6799) -> No product -At time : 19.001 ns Reaction : e_aq^-1 (-1295) + H^0 (-13229) -> OH^-1 (-13442) + H_2^0 (-13443) -At time : 19.001 ns Reaction : e_aq^-1 (-528) + H^0 (-13110) -> OH^-1 (-13444) + H_2^0 (-13445) -At time : 19.001 ns Reaction : OH^0 (-5966) + OH^0 (-13021) -> H2O2^0 (-13446) -At time : 19.001 ns Reaction : e_aq^-1 (-5348) + OH^0 (-12996) -> OH^-1 (-13447) -At time : 19.001 ns Reaction : H^0 (-12883) + e_aq^-1 (-2103) -> OH^-1 (-13448) + H_2^0 (-13449) -At time : 19.001 ns Reaction : H^0 (-12802) + e_aq^-1 (-2129) -> OH^-1 (-13450) + H_2^0 (-13451) -At time : 19.001 ns Reaction : OH^-1 (-12718) + H3O^1 (-7423) -> No product -At time : 19.001 ns Reaction : OH^-1 (-12621) + H3O^1 (-7533) -> No product -At time : 19.001 ns Reaction : e_aq^-1 (-3947) + H^0 (-12549) -> OH^-1 (-13452) + H_2^0 (-13453) -At time : 19.001 ns Reaction : OH^-1 (-12479) + H3O^1 (-8299) -> No product -At time : 19.001 ns Reaction : e_aq^-1 (-3499) + H2O2^0 (-12328) -> OH^-1 (-13454) + OH^0 (-13455) -At time : 19.001 ns Reaction : e_aq^-1 (-4397) + H2O2^0 (-12098) -> OH^-1 (-13456) + OH^0 (-13457) -At time : 19.001 ns Reaction : OH^0 (-11845) + OH^0 (-8146) -> H2O2^0 (-13458) -At time : 19.001 ns Reaction : OH^0 (-11162) + OH^0 (-7326) -> H2O2^0 (-13459) -At time : 19.001 ns Reaction : H3O^1 (-10775) + e_aq^-1 (-4058) -> H^0 (-13460) -At time : 19.001 ns Reaction : OH^0 (-9843) + OH^0 (-7844) -> H2O2^0 (-13461) -At time : 19.001 ns Reaction : e_aq^-1 (-1976) + H3O^1 (-7625) -> H^0 (-13462) -At time : 19.001 ns Reaction : e_aq^-1 (-5636) + OH^0 (-7396) -> OH^-1 (-13463) -At time : 19.001 ns Reaction : OH^0 (-6136) + OH^0 (-7262) -> H2O2^0 (-13464) -At time : 19.001 ns Reaction : OH^0 (-6180) + OH^0 (-6972) -> H2O2^0 (-13465) -At time : 19.001 ns Reaction : e_aq^-1 (-4214) + e_aq^-1 (-4213) -> OH^-1 (-13466) + OH^-1 (-13467) + H_2^0 (-13468) -At time : 20.001 ns Reaction : H3O^1 (-6911) + OH^-1 (-13456) -> No product -At time : 20.001 ns Reaction : H3O^1 (-6769) + OH^-1 (-13450) -> No product -At time : 20.001 ns Reaction : H3O^1 (-7995) + OH^-1 (-13442) -> No product -At time : 20.001 ns Reaction : H3O^1 (-9573) + OH^-1 (-13431) -> No product -At time : 20.001 ns Reaction : OH^-1 (-13421) + H3O^1 (-9868) -> No product -At time : 20.001 ns Reaction : H3O^1 (-6657) + OH^-1 (-13396) -> No product -At time : 20.001 ns Reaction : H3O^1 (-10342) + OH^-1 (-13316) -> No product -At time : 20.001 ns Reaction : H3O^1 (-8137) + OH^-1 (-13241) -> No product -At time : 20.001 ns Reaction : OH^-1 (-13225) + H3O^1 (-7579) -> No product -At time : 20.001 ns Reaction : H3O^1 (-10099) + OH^-1 (-13185) -> No product -At time : 20.001 ns Reaction : OH^-1 (-13150) + H3O^1 (-8622) -> No product -At time : 20.001 ns Reaction : OH^-1 (-13030) + H3O^1 (-7293) -> No product -At time : 20.001 ns Reaction : OH^-1 (-12725) + H3O^1 (-7829) -> No product -At time : 20.001 ns Reaction : e_aq^-1 (-3781) + H2O2^0 (-12457) -> OH^-1 (-13469) + OH^0 (-13470) -At time : 20.001 ns Reaction : H2O2^0 (-12039) + e_aq^-1 (-3062) -> OH^-1 (-13471) + OH^0 (-13472) -At time : 20.001 ns Reaction : H3O^1 (-7261) + OH^-1 (-11988) -> No product -At time : 20.001 ns Reaction : e_aq^-1 (-3694) + H2O2^0 (-11896) -> OH^-1 (-13473) + OH^0 (-13474) -At time : 20.001 ns Reaction : e_aq^-1 (-1882) + H^0 (-10002) -> OH^-1 (-13475) + H_2^0 (-13476) -At time : 20.001 ns Reaction : H3O^1 (-9999) + e_aq^-1 (-4303) -> H^0 (-13477) -At time : 20.001 ns Reaction : H^0 (-9610) + OH^0 (-6384) -> No product -At time : 20.001 ns Reaction : e_aq^-1 (-471) + H3O^1 (-8211) -> H^0 (-13478) -At time : 20.001 ns Reaction : e_aq^-1 (-5005) + H3O^1 (-7139) -> H^0 (-13479) -At time : 20.001 ns Reaction : OH^-1 (-13169) + H3O^1 (-7575) -> No product -At time : 21.001 ns Reaction : OH^-1 (-13436) + H3O^1 (-6421) -> No product -At time : 21.001 ns Reaction : OH^-1 (-13378) + H3O^1 (-8475) -> No product -At time : 21.001 ns Reaction : OH^-1 (-12926) + H3O^1 (-7305) -> No product -At time : 21.001 ns Reaction : e_aq^-1 (-4258) + H^0 (-12568) -> OH^-1 (-13480) + H_2^0 (-13481) -At time : 21.001 ns Reaction : OH^-1 (-12461) + H3O^1 (-6623) -> No product -At time : 21.001 ns Reaction : OH^-1 (-12097) + H3O^1 (-7693) -> No product -At time : 21.001 ns Reaction : OH^0 (-11103) + OH^0 (-8178) -> H2O2^0 (-13482) -At time : 21.001 ns Reaction : e_aq^-1 (-2141) + H^0 (-10824) -> OH^-1 (-13483) + H_2^0 (-13484) -At time : 21.001 ns Reaction : OH^0 (-9934) + OH^0 (-6200) -> H2O2^0 (-13485) -At time : 21.001 ns Reaction : e_aq^-1 (-4238) + H3O^1 (-8796) -> H^0 (-13486) -At time : 21.001 ns Reaction : e_aq^-1 (-4022) + H3O^1 (-7843) -> H^0 (-13487) -At time : 21.001 ns Reaction : OH^0 (-7030) + OH^0 (-7040) -> H2O2^0 (-13488) -At time : 21.001 ns Reaction : e_aq^-1 (-2891) + H3O^1 (-6383) -> H^0 (-13489) -At time : 22.001 ns Reaction : OH^-1 (-13463) + H3O^1 (-7339) -> No product -At time : 22.001 ns Reaction : OH^-1 (-13418) + H3O^1 (-7961) -> No product -At time : 22.001 ns Reaction : e_aq^-1 (-2749) + H^0 (-13242) -> OH^-1 (-13490) + H_2^0 (-13491) -At time : 22.001 ns Reaction : H3O^1 (-7639) + OH^-1 (-12734) -> No product -At time : 22.001 ns Reaction : H^0 (-12474) + OH^0 (-9481) -> No product -At time : 22.001 ns Reaction : H3O^1 (-10960) + OH^-1 (-12418) -> No product -At time : 22.001 ns Reaction : H3O^1 (-10049) + OH^-1 (-12369) -> No product -At time : 22.001 ns Reaction : e_aq^-1 (-2221) + H2O2^0 (-12076) -> OH^-1 (-13492) + OH^0 (-13493) -At time : 22.001 ns Reaction : e_aq^-1 (-828) + H2O2^0 (-12005) -> OH^-1 (-13494) + OH^0 (-13495) -At time : 22.001 ns Reaction : H3O^1 (-11008) + e_aq^-1 (-1004) -> H^0 (-13496) -At time : 22.001 ns Reaction : e_aq^-1 (-4170) + OH^0 (-10814) -> OH^-1 (-13497) -At time : 22.001 ns Reaction : OH^0 (-10341) + OH^0 (-8322) -> H2O2^0 (-13498) -At time : 22.001 ns Reaction : H^0 (-10052) + H^0 (-9050) -> H_2^0 (-13499) -At time : 22.001 ns Reaction : OH^0 (-9535) + e_aq^-1 (-3571) -> OH^-1 (-13500) -At time : 22.001 ns Reaction : e_aq^-1 (-4704) + e_aq^-1 (-4656) -> OH^-1 (-13501) + OH^-1 (-13502) + H_2^0 (-13503) -At time : 23.001 ns Reaction : H3O^1 (-6825) + OH^-1 (-13480) -> No product -At time : 23.001 ns Reaction : OH^-1 (-13412) + H3O^1 (-8595) -> No product -At time : 23.001 ns Reaction : OH^-1 (-13386) + H3O^1 (-8261) -> No product -At time : 23.001 ns Reaction : H3O^1 (-6117) + OH^-1 (-13364) -> No product -At time : 23.001 ns Reaction : H3O^1 (-7055) + OH^-1 (-13337) -> No product -At time : 23.001 ns Reaction : H3O^1 (-6347) + OH^-1 (-13203) -> No product -At time : 23.001 ns Reaction : H3O^1 (-10064) + OH^-1 (-12811) -> No product -At time : 23.001 ns Reaction : e_aq^-1 (-5058) + H^0 (-12729) -> OH^-1 (-13504) + H_2^0 (-13505) -At time : 23.001 ns Reaction : OH^-1 (-12600) + H3O^1 (-7547) -> No product -At time : 23.001 ns Reaction : e_aq^-1 (-4878) + OH^0 (-12230) -> OH^-1 (-13506) -At time : 23.001 ns Reaction : e_aq^-1 (-2823) + H2O2^0 (-11635) -> OH^-1 (-13507) + OH^0 (-13508) -At time : 23.001 ns Reaction : OH^0 (-11304) + e_aq^-1 (-2471) -> OH^-1 (-13509) -At time : 23.001 ns Reaction : OH^0 (-10918) + OH^0 (-10025) -> H2O2^0 (-13510) -At time : 23.001 ns Reaction : OH^0 (-10745) + OH^0 (-6584) -> H2O2^0 (-13511) -At time : 23.001 ns Reaction : OH^0 (-7110) + OH^0 (-8084) -> H2O2^0 (-13512) -At time : 23.001 ns Reaction : OH^0 (-6588) + OH^0 (-7650) -> H2O2^0 (-13513) -At time : 24.001 ns Reaction : H3O^1 (-10794) + OH^-1 (-13257) -> No product -At time : 24.001 ns Reaction : OH^-1 (-12909) + H3O^1 (-6679) -> No product -At time : 24.001 ns Reaction : e_aq^-1 (-3537) + H^0 (-12653) -> OH^-1 (-13514) + H_2^0 (-13515) -At time : 24.001 ns Reaction : OH^-1 (-12510) + H3O^1 (-6735) -> No product -At time : 24.001 ns Reaction : e_aq^-1 (-5689) + OH^0 (-11259) -> OH^-1 (-13516) -At time : 24.001 ns Reaction : H3O^1 (-10091) + e_aq^-1 (-4515) -> H^0 (-13517) -At time : 24.001 ns Reaction : H^0 (-9831) + OH^0 (-7846) -> No product -At time : 24.001 ns Reaction : e_aq^-1 (-3176) + OH^0 (-8993) -> OH^-1 (-13518) -At time : 24.001 ns Reaction : OH^0 (-7498) + OH^0 (-8873) -> H2O2^0 (-13519) -At time : 24.001 ns Reaction : e_aq^-1 (-827) + H3O^1 (-8586) -> H^0 (-13520) -At time : 24.001 ns Reaction : e_aq^-1 (-3504) + OH^0 (-7694) -> OH^-1 (-13521) -At time : 24.001 ns Reaction : e_aq^-1 (-3907) + H3O^1 (-7641) -> H^0 (-13522) -At time : 24.001 ns Reaction : e_aq^-1 (-2786) + H3O^1 (-6521) -> H^0 (-13523) -At time : 25.001 ns Reaction : H3O^1 (-7091) + OH^-1 (-13494) -> No product -At time : 25.001 ns Reaction : OH^-1 (-13447) + H3O^1 (-7347) -> No product -At time : 25.001 ns Reaction : H^0 (-13417) + e_aq^-1 (-2204) -> OH^-1 (-13524) + H_2^0 (-13525) -At time : 25.001 ns Reaction : OH^-1 (-13403) + H3O^1 (-6005) -> No product -At time : 25.001 ns Reaction : H3O^1 (-5955) + OH^-1 (-13366) -> No product -At time : 25.001 ns Reaction : H3O^1 (-9849) + OH^-1 (-13286) -> No product -At time : 25.001 ns Reaction : OH^-1 (-12864) + H3O^1 (-8259) -> No product -At time : 25.001 ns Reaction : OH^-1 (-12066) + H3O^1 (-6463) -> No product -At time : 25.001 ns Reaction : e_aq^-1 (-3568) + H2O2^0 (-11718) -> OH^-1 (-13526) + OH^0 (-13527) -At time : 25.001 ns Reaction : OH^0 (-9734) + OH^0 (-5936) -> H2O2^0 (-13528) -At time : 25.001 ns Reaction : e_aq^-1 (-2689) + H^0 (-9719) -> OH^-1 (-13529) + H_2^0 (-13530) -At time : 25.001 ns Reaction : OH^0 (-9574) + OH^0 (-6326) -> H2O2^0 (-13531) -At time : 25.001 ns Reaction : e_aq^-1 (-3833) + H3O^1 (-8346) -> H^0 (-13532) -At time : 25.001 ns Reaction : e_aq^-1 (-2587) + H3O^1 (-6493) -> H^0 (-13533) -At time : 25.001 ns Reaction : e_aq^-1 (-2941) + H3O^1 (-6359) -> H^0 (-13534) -At time : 26.001 ns Reaction : OH^-1 (-13467) + H3O^1 (-6845) -> No product -At time : 26.001 ns Reaction : OH^-1 (-13391) + H3O^1 (-7407) -> No product -At time : 26.001 ns Reaction : OH^-1 (-13369) + H3O^1 (-9915) -> No product -At time : 26.001 ns Reaction : OH^-1 (-13148) + H3O^1 (-6997) -> No product -At time : 26.001 ns Reaction : OH^-1 (-12889) + H3O^1 (-8057) -> No product -At time : 26.001 ns Reaction : H3O^1 (-6379) + OH^-1 (-12666) -> No product -At time : 26.001 ns Reaction : OH^-1 (-12640) + H3O^1 (-7813) -> No product -At time : 26.001 ns Reaction : e_aq^-1 (-3473) + H2O2^0 (-11897) -> OH^-1 (-13535) + OH^0 (-13536) -At time : 26.001 ns Reaction : H2O2^0 (-11563) + e_aq^-1 (-8488) -> OH^-1 (-13537) + OH^0 (-13538) -At time : 26.001 ns Reaction : H^0 (-11075) + OH^0 (-7194) -> No product -At time : 26.001 ns Reaction : OH^0 (-9884) + OH^0 (-6712) -> H2O2^0 (-13539) -At time : 26.001 ns Reaction : H^0 (-9536) + OH^0 (-5886) -> No product -At time : 26.001 ns Reaction : H^0 (-9511) + e_aq^-1 (-3523) -> OH^-1 (-13540) + H_2^0 (-13541) -At time : 26.001 ns Reaction : e_aq^-1 (-2068) + H^0 (-9028) -> OH^-1 (-13542) + H_2^0 (-13543) -At time : 26.001 ns Reaction : OH^0 (-7240) + OH^0 (-8164) -> H2O2^0 (-13544) -At time : 26.001 ns Reaction : e_aq^-1 (-2455) + H3O^1 (-7827) -> H^0 (-13545) -At time : 27.001 ns Reaction : e_aq^-1 (-3846) + H^0 (-13533) -> OH^-1 (-13546) + H_2^0 (-13547) -At time : 27.001 ns Reaction : OH^-1 (-13469) + H3O^1 (-6563) -> No product -At time : 27.001 ns Reaction : OH^-1 (-13444) + H3O^1 (-7209) -> No product -At time : 27.001 ns Reaction : e_aq^-1 (-5492) + H^0 (-13410) -> OH^-1 (-13548) + H_2^0 (-13549) -At time : 27.001 ns Reaction : H^0 (-13395) + H^0 (-10653) -> H_2^0 (-13550) -At time : 27.001 ns Reaction : OH^-1 (-13373) + H3O^1 (-7607) -> No product -At time : 27.001 ns Reaction : e_aq^-1 (-4504) + H^0 (-13307) -> OH^-1 (-13551) + H_2^0 (-13552) -At time : 27.001 ns Reaction : H^0 (-12724) + H^0 (-13305) -> H_2^0 (-13553) -At time : 27.001 ns Reaction : e_aq^-1 (-3598) + OH^0 (-12882) -> OH^-1 (-13554) -At time : 27.001 ns Reaction : H^0 (-12723) + OH^0 (-7530) -> No product -At time : 27.001 ns Reaction : e_aq^-1 (-2572) + H2O2^0 (-12519) -> OH^-1 (-13555) + OH^0 (-13556) -At time : 27.001 ns Reaction : e_aq^-1 (-2049) + H^0 (-12104) -> OH^-1 (-13557) + H_2^0 (-13558) -At time : 27.001 ns Reaction : H2O2^0 (-11953) + e_aq^-1 (-4693) -> OH^-1 (-13559) + OH^0 (-13560) -At time : 27.001 ns Reaction : OH^0 (-10828) + OH^0 (-7608) -> H2O2^0 (-13561) -At time : 27.001 ns Reaction : OH^0 (-10491) + OH^0 (-8498) -> H2O2^0 (-13562) -At time : 27.001 ns Reaction : OH^0 (-9782) + OH^0 (-7642) -> H2O2^0 (-13563) -At time : 27.001 ns Reaction : e_aq^-1 (-5140) + H3O^1 (-7129) -> H^0 (-13564) -At time : 28.001 ns Reaction : OH^-1 (-13559) + H3O^1 (-8844) -> No product -At time : 28.001 ns Reaction : H3O^1 (-6897) + OH^-1 (-13239) -> No product -At time : 28.001 ns Reaction : OH^-1 (-13108) + H3O^1 (-8913) -> No product -At time : 28.001 ns Reaction : OH^-1 (-13106) + H3O^1 (-10202) -> No product -At time : 28.001 ns Reaction : e_aq^-1 (-4841) + H^0 (-12846) -> OH^-1 (-13565) + H_2^0 (-13566) -At time : 28.001 ns Reaction : OH^-1 (-12777) + H3O^1 (-7149) -> No product -At time : 28.001 ns Reaction : e_aq^-1 (-4952) + H2O2^0 (-12730) -> OH^-1 (-13567) + OH^0 (-13568) -At time : 28.001 ns Reaction : e_aq^-1 (-1941) + OH^0 (-12648) -> OH^-1 (-13569) -At time : 28.001 ns Reaction : e_aq^-1 (-5631) + H2O2^0 (-12578) -> OH^-1 (-13570) + OH^0 (-13571) -At time : 28.001 ns Reaction : e_aq^-1 (-3992) + H2O2^0 (-12277) -> OH^-1 (-13572) + OH^0 (-13573) -At time : 28.001 ns Reaction : OH^0 (-9484) + OH^0 (-5878) -> H2O2^0 (-13574) -At time : 28.001 ns Reaction : e_aq^-1 (-5236) + H3O^1 (-9425) -> H^0 (-13575) -At time : 28.001 ns Reaction : H^0 (-9331) + OH^0 (-6066) -> No product -At time : 28.001 ns Reaction : OH^0 (-7052) + OH^0 (-8848) -> H2O2^0 (-13576) -At time : 28.001 ns Reaction : e_aq^-1 (-4402) + e_aq^-1 (-4332) -> OH^-1 (-13577) + OH^-1 (-13578) + H_2^0 (-13579) -At time : 29.001 ns Reaction : H3O^1 (-7083) + OH^-1 (-13567) -> No product -At time : 29.001 ns Reaction : e_aq^-1 (-2473) + OH^0 (-13556) -> OH^-1 (-13580) -At time : 29.001 ns Reaction : OH^-1 (-13506) + H3O^1 (-7053) -> No product -At time : 29.001 ns Reaction : H3O^1 (-10680) + OH^-1 (-13500) -> No product -At time : 29.001 ns Reaction : H3O^1 (-6617) + OH^-1 (-13492) -> No product -At time : 29.001 ns Reaction : OH^-1 (-13375) + H3O^1 (-6043) -> No product -At time : 29.001 ns Reaction : e_aq^-1 (-4943) + H2O2^0 (-13152) -> OH^-1 (-13581) + OH^0 (-13582) -At time : 29.001 ns Reaction : H3O^1 (-10854) + OH^-1 (-12963) -> No product -At time : 29.001 ns Reaction : e_aq^-1 (-2713) + H2O2^0 (-12349) -> OH^-1 (-13583) + OH^0 (-13584) -At time : 29.001 ns Reaction : H^0 (-9453) + OH^0 (-9480) -> No product -At time : 29.001 ns Reaction : e_aq^-1 (-2149) + H3O^1 (-6819) -> H^0 (-13585) -At time : 29.001 ns Reaction : e_aq^-1 (-1114) + OH^0 (-6046) -> OH^-1 (-13586) -At time : 30.001 ns Reaction : H3O^1 (-6481) + OH^-1 (-13583) -> No product -At time : 30.001 ns Reaction : H3O^1 (-9985) + OH^-1 (-13475) -> No product -At time : 30.001 ns Reaction : OH^-1 (-13448) + H3O^1 (-6713) -> No product -At time : 30.001 ns Reaction : H3O^1 (-10501) + OH^-1 (-13335) -> No product -At time : 30.001 ns Reaction : OH^0 (-13265) + OH^0 (-6716) -> H2O2^0 (-13587) -At time : 30.001 ns Reaction : H3O^1 (-11187) + e_aq^-1 (-5591) -> H^0 (-13588) -At time : 30.001 ns Reaction : OH^0 (-10684) + OH^0 (-6362) -> H2O2^0 (-13589) -At time : 30.001 ns Reaction : e_aq^-1 (-1579) + H3O^1 (-8802) -> H^0 (-13590) -At time : 30.001 ns Reaction : OH^0 (-8357) + OH^0 (-8513) -> H2O2^0 (-13591) -At time : 31.001 ns Reaction : e_aq^-1 (-5098) + OH^0 (-13538) -> OH^-1 (-13592) -At time : 31.001 ns Reaction : H3O^1 (-11022) + OH^-1 (-13435) -> No product -At time : 31.001 ns Reaction : OH^-1 (-13320) + H3O^1 (-8067) -> No product -At time : 31.001 ns Reaction : H^0 (-9205) + H^0 (-13266) -> H_2^0 (-13593) -At time : 31.001 ns Reaction : H3O^1 (-6259) + OH^-1 (-13218) -> No product -At time : 31.001 ns Reaction : e_aq^-1 (-5349) + H2O2^0 (-13172) -> OH^-1 (-13594) + OH^0 (-13595) -At time : 31.001 ns Reaction : OH^-1 (-12954) + H3O^1 (-7229) -> No product -At time : 31.001 ns Reaction : H3O^1 (-7621) + OH^-1 (-12535) -> No product -At time : 31.001 ns Reaction : H2O2^0 (-11934) + e_aq^-1 (-8689) -> OH^-1 (-13596) + OH^0 (-13597) -At time : 31.001 ns Reaction : H^0 (-10474) + OH^0 (-9424) -> No product -At time : 32.001 ns Reaction : OH^-1 (-13581) + H3O^1 (-10160) -> No product -At time : 32.001 ns Reaction : e_aq^-1 (-2421) + OH^0 (-13493) -> OH^-1 (-13598) -At time : 32.001 ns Reaction : e_aq^-1 (-3611) + H^0 (-13439) -> OH^-1 (-13599) + H_2^0 (-13600) -At time : 32.001 ns Reaction : H3O^1 (-6183) + OH^-1 (-13313) -> No product -At time : 32.001 ns Reaction : H^0 (-13111) + e_aq^-1 (-4246) -> OH^-1 (-13601) + H_2^0 (-13602) -At time : 32.001 ns Reaction : H^0 (-13031) + e_aq^-1 (-3065) -> OH^-1 (-13603) + H_2^0 (-13604) -At time : 32.001 ns Reaction : OH^-1 (-12853) + H3O^1 (-8517) -> No product -At time : 32.001 ns Reaction : OH^-1 (-12464) + H3O^1 (-7837) -> No product -At time : 32.001 ns Reaction : e_aq^-1 (-3707) + H^0 (-12240) -> OH^-1 (-13605) + H_2^0 (-13606) -At time : 32.001 ns Reaction : OH^0 (-9813) + OH^0 (-10760) -> H2O2^0 (-13607) -At time : 32.001 ns Reaction : H^0 (-9839) + OH^0 (-10606) -> No product -At time : 32.001 ns Reaction : OH^0 (-10469) + e_aq^-1 (-8872) -> OH^-1 (-13608) -At time : 32.001 ns Reaction : H3O^1 (-10085) + e_aq^-1 (-4417) -> H^0 (-13609) -At time : 32.001 ns Reaction : e_aq^-1 (-3786) + OH^0 (-8985) -> OH^-1 (-13610) -At time : 32.001 ns Reaction : e_aq^-1 (-2637) + e_aq^-1 (-3779) -> OH^-1 (-13611) + OH^-1 (-13612) + H_2^0 (-13613) -At time : 33.001 ns Reaction : e_aq^-1 (-2700) + OH^0 (-13584) -> OH^-1 (-13614) -At time : 33.001 ns Reaction : OH^-1 (-13529) + H3O^1 (-7773) -> No product -At time : 33.001 ns Reaction : e_aq^-1 (-4594) + H2O2^0 (-13388) -> OH^-1 (-13615) + OH^0 (-13616) -At time : 33.001 ns Reaction : e_aq^-1 (-600) + H^0 (-13177) -> OH^-1 (-13617) + H_2^0 (-13618) -At time : 33.001 ns Reaction : OH^-1 (-13091) + H3O^1 (-7019) -> No product -At time : 33.001 ns Reaction : e_aq^-1 (-4991) + H2O2^0 (-13053) -> OH^-1 (-13619) + OH^0 (-13620) -At time : 33.001 ns Reaction : OH^0 (-10938) + OH^0 (-7978) -> H2O2^0 (-13621) -At time : 33.001 ns Reaction : OH^0 (-9506) + H^0 (-9520) -> No product -At time : 33.001 ns Reaction : H^0 (-9196) + OH^0 (-6344) -> No product -At time : 33.001 ns Reaction : e_aq^-1 (-298) + H3O^1 (-8319) -> H^0 (-13622) -At time : 33.001 ns Reaction : e_aq^-1 (-4900) + H3O^1 (-8097) -> H^0 (-13623) -At time : 33.001 ns Reaction : e_aq^-1 (-4237) + H3O^1 (-7919) -> H^0 (-13624) -At time : 33.001 ns Reaction : e_aq^-1 (-4432) + H3O^1 (-6967) -> H^0 (-13625) -At time : 33.001 ns Reaction : e_aq^-1 (-5567) + e_aq^-1 (-5577) -> OH^-1 (-13626) + OH^-1 (-13627) + H_2^0 (-13628) -At time : 33.001 ns Reaction : e_aq^-1 (-655) + e_aq^-1 (-4957) -> OH^-1 (-13629) + OH^-1 (-13630) + H_2^0 (-13631) -At time : 33.001 ns Reaction : OH^-1 (-13614) + H3O^1 (-5919) -> No product -At time : 34.001 ns Reaction : H3O^1 (-7645) + OH^-1 (-13452) -> No product -At time : 34.001 ns Reaction : OH^-1 (-13425) + H3O^1 (-7985) -> No product -At time : 34.001 ns Reaction : e_aq^-1 (-5015) + H^0 (-13298) -> OH^-1 (-13632) + H_2^0 (-13633) -At time : 34.001 ns Reaction : OH^-1 (-13281) + H3O^1 (-6541) -> No product -At time : 34.001 ns Reaction : OH^-1 (-13237) + H3O^1 (-6927) -> No product -At time : 34.001 ns Reaction : H3O^1 (-7991) + OH^-1 (-12931) -> No product -At time : 34.001 ns Reaction : H^0 (-12769) + e_aq^-1 (-5390) -> OH^-1 (-13634) + H_2^0 (-13635) -At time : 34.001 ns Reaction : e_aq^-1 (-4608) + H^0 (-12768) -> OH^-1 (-13636) + H_2^0 (-13637) -At time : 34.001 ns Reaction : e_aq^-1 (-3972) + H^0 (-12732) -> OH^-1 (-13638) + H_2^0 (-13639) -At time : 34.001 ns Reaction : e_aq^-1 (-4220) + H2O2^0 (-11941) -> OH^-1 (-13640) + OH^0 (-13641) -At time : 34.001 ns Reaction : e_aq^-1 (-320) + H2O2^0 (-11900) -> OH^-1 (-13642) + OH^0 (-13643) -At time : 34.001 ns Reaction : OH^0 (-10518) + OH^0 (-7038) -> H2O2^0 (-13644) -At time : 34.001 ns Reaction : OH^0 (-7580) + e_aq^-1 (-8422) -> OH^-1 (-13645) -At time : 34.001 ns Reaction : e_aq^-1 (-811) + H3O^1 (-7481) -> H^0 (-13646) -At time : 34.001 ns Reaction : e_aq^-1 (-5256) + H3O^1 (-7199) -> H^0 (-13647) -At time : 34.001 ns Reaction : OH^0 (-7008) + OH^0 (-7044) -> H2O2^0 (-13648) -At time : 34.001 ns Reaction : e_aq^-1 (-3774) + H3O^1 (-5929) -> H^0 (-13649) -At time : 35.001 ns Reaction : OH^-1 (-13632) + H3O^1 (-8143) -> No product -At time : 35.001 ns Reaction : H^0 (-13249) + OH^0 (-6828) -> No product -At time : 35.001 ns Reaction : e_aq^-1 (-1311) + H^0 (-12952) -> OH^-1 (-13650) + H_2^0 (-13651) -At time : 35.001 ns Reaction : e_aq^-1 (-1482) + H^0 (-12876) -> OH^-1 (-13652) + H_2^0 (-13653) -At time : 35.001 ns Reaction : e_aq^-1 (-2757) + H^0 (-12661) -> OH^-1 (-13654) + H_2^0 (-13655) -At time : 35.001 ns Reaction : OH^0 (-10927) + OH^0 (-6952) -> H2O2^0 (-13656) -At time : 35.001 ns Reaction : e_aq^-1 (-4444) + H3O^1 (-10902) -> H^0 (-13657) -At time : 35.001 ns Reaction : OH^0 (-9894) + OH^0 (-9907) -> H2O2^0 (-13658) -At time : 35.001 ns Reaction : OH^0 (-7542) + OH^0 (-8959) -> H2O2^0 (-13659) -At time : 35.001 ns Reaction : e_aq^-1 (-5615) + OH^0 (-8332) -> OH^-1 (-13660) -At time : 35.001 ns Reaction : OH^0 (-7202) + OH^0 (-7472) -> H2O2^0 (-13661) -At time : 36.001 ns Reaction : H3O^1 (-7329) + OH^-1 (-13642) -> No product -At time : 36.001 ns Reaction : H3O^1 (-10696) + OH^-1 (-13603) -> No product -At time : 36.001 ns Reaction : OH^-1 (-13471) + H3O^1 (-8730) -> No product -At time : 36.001 ns Reaction : e_aq^-1 (-4175) + H2O2^0 (-13299) -> OH^-1 (-13662) + OH^0 (-13663) -At time : 36.001 ns Reaction : OH^0 (-13057) + e_aq^-1 (-4452) -> OH^-1 (-13664) -At time : 36.001 ns Reaction : e_aq^-1 (-5135) + H2O2^0 (-12109) -> OH^-1 (-13665) + OH^0 (-13666) -At time : 36.001 ns Reaction : e_aq^-1 (-4472) + H2O2^0 (-11625) -> OH^-1 (-13667) + OH^0 (-13668) -At time : 36.001 ns Reaction : e_aq^-1 (-929) + H2O2^0 (-11603) -> OH^-1 (-13669) + OH^0 (-13670) -At time : 36.001 ns Reaction : OH^0 (-10397) + OH^0 (-11246) -> H2O2^0 (-13671) -At time : 36.001 ns Reaction : H3O^1 (-10922) + e_aq^-1 (-4673) -> H^0 (-13672) -At time : 36.001 ns Reaction : H3O^1 (-10692) + e_aq^-1 (-2937) -> H^0 (-13673) -At time : 36.001 ns Reaction : OH^0 (-10454) + OH^0 (-7176) -> H2O2^0 (-13674) -At time : 36.001 ns Reaction : H3O^1 (-10447) + e_aq^-1 (-5159) -> H^0 (-13675) -At time : 36.001 ns Reaction : OH^0 (-10405) + H^0 (-9369) -> No product -At time : 36.001 ns Reaction : OH^0 (-10053) + OH^0 (-7940) -> H2O2^0 (-13676) -At time : 36.001 ns Reaction : OH^0 (-8078) + e_aq^-1 (-8866) -> OH^-1 (-13677) -At time : 36.001 ns Reaction : e_aq^-1 (-3665) + H3O^1 (-8739) -> H^0 (-13678) -At time : 36.001 ns Reaction : e_aq^-1 (-4188) + H3O^1 (-8364) -> H^0 (-13679) -At time : 36.001 ns Reaction : OH^0 (-5799) + OH^0 (-5870) -> H2O2^0 (-13680) -At time : 37.001 ns Reaction : H3O^1 (-6889) + OH^-1 (-13667) -> No product -At time : 37.001 ns Reaction : e_aq^-1 (-2107) + H2O2^0 (-13288) -> OH^-1 (-13681) + OH^0 (-13682) -At time : 37.001 ns Reaction : H3O^1 (-6187) + OH^-1 (-13205) -> No product -At time : 37.001 ns Reaction : OH^-1 (-13058) + H3O^1 (-8175) -> No product -At time : 37.001 ns Reaction : e_aq^-1 (-3687) + H^0 (-13038) -> OH^-1 (-13683) + H_2^0 (-13684) -At time : 37.001 ns Reaction : e_aq^-1 (-3821) + H^0 (-12861) -> OH^-1 (-13685) + H_2^0 (-13686) -At time : 37.001 ns Reaction : H^0 (-12837) + e_aq^-1 (-5597) -> OH^-1 (-13687) + H_2^0 (-13688) -At time : 37.001 ns Reaction : e_aq^-1 (-2430) + H2O2^0 (-12654) -> OH^-1 (-13689) + OH^0 (-13690) -At time : 37.001 ns Reaction : OH^0 (-10506) + H^0 (-12559) -> No product -At time : 37.001 ns Reaction : H^0 (-11321) + e_aq^-1 (-4647) -> OH^-1 (-13691) + H_2^0 (-13692) -At time : 37.001 ns Reaction : OH^0 (-10712) + e_aq^-1 (-3701) -> OH^-1 (-13693) -At time : 37.001 ns Reaction : H3O^1 (-10605) + e_aq^-1 (-2576) -> H^0 (-13694) -At time : 37.001 ns Reaction : H^0 (-10486) + e_aq^-1 (-4963) -> OH^-1 (-13695) + H_2^0 (-13696) -At time : 37.001 ns Reaction : OH^0 (-9552) + OH^0 (-9521) -> H2O2^0 (-13697) -At time : 37.001 ns Reaction : OH^0 (-9245) + OH^0 (-6680) -> H2O2^0 (-13698) -At time : 37.001 ns Reaction : e_aq^-1 (-4800) + OH^0 (-8044) -> OH^-1 (-13699) -At time : 37.001 ns Reaction : e_aq^-1 (-3898) + H3O^1 (-6647) -> H^0 (-13700) -At time : 37.001 ns Reaction : e_aq^-1 (-5699) + H3O^1 (-5853) -> H^0 (-13701) -At time : 38.001 ns Reaction : H^0 (-13700) + e_aq^-1 (-2504) -> OH^-1 (-13702) + H_2^0 (-13703) -At time : 38.001 ns Reaction : OH^-1 (-13650) + H3O^1 (-6935) -> No product -At time : 38.001 ns Reaction : OH^-1 (-13627) + H3O^1 (-7417) -> No product -At time : 38.001 ns Reaction : OH^-1 (-13599) + H3O^1 (-6355) -> No product -At time : 38.001 ns Reaction : OH^-1 (-13598) + H3O^1 (-7815) -> No product -At time : 38.001 ns Reaction : OH^-1 (-13570) + H3O^1 (-10371) -> No product -At time : 38.001 ns Reaction : OH^-1 (-13408) + H3O^1 (-8003) -> No product -At time : 38.001 ns Reaction : H3O^1 (-10283) + OH^-1 (-13277) -> No product -At time : 38.001 ns Reaction : H2O2^0 (-13166) + e_aq^-1 (-5158) -> OH^-1 (-13704) + OH^0 (-13705) -At time : 38.001 ns Reaction : OH^0 (-7378) + H^0 (-12500) -> No product -At time : 38.001 ns Reaction : H^0 (-12374) + H^0 (-9633) -> H_2^0 (-13706) -At time : 38.001 ns Reaction : H^0 (-11316) + e_aq^-1 (-1446) -> OH^-1 (-13707) + H_2^0 (-13708) -At time : 38.001 ns Reaction : OH^0 (-10913) + e_aq^-1 (-4623) -> OH^-1 (-13709) -At time : 38.001 ns Reaction : OH^0 (-6104) + OH^0 (-8918) -> H2O2^0 (-13710) -At time : 39.001 ns Reaction : OH^-1 (-13677) + H3O^1 (-5859) -> No product -At time : 39.001 ns Reaction : OH^0 (-10163) + H^0 (-13479) -> No product -At time : 39.001 ns Reaction : OH^0 (-13304) + e_aq^-1 (-4153) -> OH^-1 (-13711) -At time : 39.001 ns Reaction : e_aq^-1 (-2123) + H^0 (-13201) -> OH^-1 (-13712) + H_2^0 (-13713) -At time : 39.001 ns Reaction : e_aq^-1 (-498) + H^0 (-12884) -> OH^-1 (-13714) + H_2^0 (-13715) -At time : 39.001 ns Reaction : e_aq^-1 (-2520) + H2O2^0 (-12342) -> OH^-1 (-13716) + OH^0 (-13717) -At time : 39.001 ns Reaction : e_aq^-1 (-1497) + H^0 (-11819) -> OH^-1 (-13718) + H_2^0 (-13719) -At time : 39.001 ns Reaction : e_aq^-1 (-1457) + H2O2^0 (-11469) -> OH^-1 (-13720) + OH^0 (-13721) -At time : 39.001 ns Reaction : OH^0 (-10931) + OH^0 (-7976) -> H2O2^0 (-13722) -At time : 39.001 ns Reaction : OH^0 (-6192) + OH^0 (-9041) -> H2O2^0 (-13723) -At time : 39.001 ns Reaction : e_aq^-1 (-3790) + H3O^1 (-8349) -> H^0 (-13724) -At time : 39.001 ns Reaction : e_aq^-1 (-5152) + H3O^1 (-6155) -> H^0 (-13725) -At time : 40.001 ns Reaction : OH^-1 (-13665) + H3O^1 (-7257) -> No product -At time : 40.001 ns Reaction : H3O^1 (-7663) + OH^-1 (-13612) -> No product -At time : 40.001 ns Reaction : OH^-1 (-13406) + H3O^1 (-8499) -> No product -At time : 40.001 ns Reaction : e_aq^-1 (-3931) + H^0 (-13071) -> OH^-1 (-13726) + H_2^0 (-13727) -At time : 40.001 ns Reaction : e_aq^-1 (-4850) + H2O2^0 (-11824) -> OH^-1 (-13728) + OH^0 (-13729) -At time : 40.001 ns Reaction : e_aq^-1 (-5654) + H2O2^0 (-11577) -> OH^-1 (-13730) + OH^0 (-13731) -At time : 40.001 ns Reaction : e_aq^-1 (-436) + H3O^1 (-11133) -> H^0 (-13732) -At time : 40.001 ns Reaction : H3O^1 (-10179) + e_aq^-1 (-4814) -> H^0 (-13733) -At time : 40.001 ns Reaction : H^0 (-9389) + OH^0 (-7394) -> No product -At time : 40.001 ns Reaction : H3O^1 (-8715) + e_aq^-1 (-8716) -> H^0 (-13734) -At time : 40.001 ns Reaction : OH^0 (-7582) + OH^0 (-7932) -> H2O2^0 (-13735) -At time : 40.001 ns Reaction : e_aq^-1 (-1832) + H3O^1 (-6191) -> H^0 (-13736) -At time : 41.001 ns Reaction : OH^-1 (-13704) + H3O^1 (-7195) -> No product -At time : 41.001 ns Reaction : OH^-1 (-13699) + H3O^1 (-7105) -> No product -At time : 41.001 ns Reaction : H3O^1 (-10884) + OH^-1 (-13578) -> No product -At time : 41.001 ns Reaction : H3O^1 (-6083) + OH^-1 (-13537) -> No product -At time : 41.001 ns Reaction : H3O^1 (-6475) + OH^-1 (-13430) -> No product -At time : 41.001 ns Reaction : OH^-1 (-13350) + H3O^1 (-7371) -> No product -At time : 41.001 ns Reaction : e_aq^-1 (-5627) + H^0 (-12809) -> OH^-1 (-13737) + H_2^0 (-13738) -At time : 41.001 ns Reaction : H2O2^0 (-11807) + e_aq^-1 (-2647) -> OH^-1 (-13739) + OH^0 (-13740) -At time : 41.001 ns Reaction : H2O2^0 (-11560) + e_aq^-1 (-3676) -> OH^-1 (-13741) + OH^0 (-13742) -At time : 41.001 ns Reaction : OH^0 (-11358) + OH^0 (-8156) -> H2O2^0 (-13743) -At time : 41.001 ns Reaction : OH^0 (-11003) + e_aq^-1 (-4681) -> OH^-1 (-13744) -At time : 41.001 ns Reaction : e_aq^-1 (-3951) + H3O^1 (-10751) -> H^0 (-13745) -At time : 41.001 ns Reaction : H3O^1 (-9703) + e_aq^-1 (-2617) -> H^0 (-13746) -At time : 41.001 ns Reaction : OH^0 (-9161) + OH^0 (-6230) -> H2O2^0 (-13747) -At time : 41.001 ns Reaction : e_aq^-1 (-1865) + H3O^1 (-6829) -> H^0 (-13748) -At time : 42.001 ns Reaction : e_aq^-1 (-660) + OH^0 (-13670) -> OH^-1 (-13749) -At time : 42.001 ns Reaction : OH^-1 (-13615) + H3O^1 (-8430) -> No product -At time : 42.001 ns Reaction : e_aq^-1 (-5410) + H2O2^0 (-13464) -> OH^-1 (-13750) + OH^0 (-13751) -At time : 42.001 ns Reaction : OH^-1 (-13367) + H3O^1 (-7455) -> No product -At time : 42.001 ns Reaction : e_aq^-1 (-4541) + H2O2^0 (-13251) -> OH^-1 (-13752) + OH^0 (-13753) -At time : 42.001 ns Reaction : e_aq^-1 (-3866) + H2O2^0 (-11714) -> OH^-1 (-13754) + OH^0 (-13755) -At time : 42.001 ns Reaction : OH^0 (-9924) + OH^0 (-6802) -> H2O2^0 (-13756) -At time : 43.001 ns Reaction : OH^-1 (-13749) + H3O^1 (-8111) -> No product -At time : 43.001 ns Reaction : OH^0 (-13595) + e_aq^-1 (-5345) -> OH^-1 (-13757) -At time : 43.001 ns Reaction : H3O^1 (-7437) + OH^-1 (-13594) -> No product -At time : 43.001 ns Reaction : H2O2^0 (-12989) + e_aq^-1 (-5014) -> OH^-1 (-13758) + OH^0 (-13759) -At time : 43.001 ns Reaction : OH^0 (-10573) + OH^0 (-9928) -> H2O2^0 (-13760) -At time : 43.001 ns Reaction : H^0 (-9155) + e_aq^-1 (-3438) -> OH^-1 (-13761) + H_2^0 (-13762) -At time : 43.001 ns Reaction : OH^0 (-6956) + OH^0 (-7990) -> H2O2^0 (-13763) -At time : 43.001 ns Reaction : e_aq^-1 (-3815) + OH^0 (-7644) -> OH^-1 (-13764) -At time : 43.001 ns Reaction : e_aq^-1 (-1776) + OH^0 (-6904) -> OH^-1 (-13765) -At time : 44.001 ns Reaction : OH^-1 (-13757) + H3O^1 (-7277) -> No product -At time : 44.001 ns Reaction : H^0 (-13694) + OH^0 (-5924) -> No product -At time : 44.001 ns Reaction : OH^-1 (-13284) + H3O^1 (-8652) -> No product -At time : 44.001 ns Reaction : H3O^1 (-9731) + OH^-1 (-13127) -> No product -At time : 44.001 ns Reaction : H^0 (-12794) + OH^0 (-9645) -> No product -At time : 44.001 ns Reaction : OH^-1 (-12699) + H3O^1 (-8460) -> No product -At time : 44.001 ns Reaction : e_aq^-1 (-5103) + OH^0 (-11071) -> OH^-1 (-13766) -At time : 44.001 ns Reaction : OH^0 (-9218) + OH^0 (-10727) -> H2O2^0 (-13767) -At time : 44.001 ns Reaction : OH^0 (-10231) + OH^0 (-7252) -> H2O2^0 (-13768) -At time : 44.001 ns Reaction : e_aq^-1 (-4040) + H3O^1 (-6741) -> H^0 (-13769) -At time : 44.001 ns Reaction : H3O^1 (-6661) + OH^-1 (-13339) -> No product -At time : 45.001 ns Reaction : H3O^1 (-5835) + OH^-1 (-13712) -> No product -At time : 45.001 ns Reaction : H3O^1 (-9757) + OH^-1 (-13546) -> No product -At time : 45.001 ns Reaction : OH^-1 (-13009) + H3O^1 (-8694) -> No product -At time : 45.001 ns Reaction : H2O2^0 (-12972) + e_aq^-1 (-4311) -> OH^-1 (-13770) + OH^0 (-13771) -At time : 45.001 ns Reaction : OH^0 (-10256) + H^0 (-12803) -> No product -At time : 45.001 ns Reaction : e_aq^-1 (-2719) + H^0 (-12560) -> OH^-1 (-13772) + H_2^0 (-13773) -At time : 45.001 ns Reaction : OH^0 (-9534) + e_aq^-1 (-3565) -> OH^-1 (-13774) -At time : 45.001 ns Reaction : OH^0 (-9160) + e_aq^-1 (-3482) -> OH^-1 (-13775) -At time : 45.001 ns Reaction : e_aq^-1 (-72) + e_aq^-1 (-5387) -> OH^-1 (-13776) + OH^-1 (-13777) + H_2^0 (-13778) -At time : 46.001 ns Reaction : H3O^1 (-11012) + OH^-1 (-13728) -> No product -At time : 46.001 ns Reaction : H2O2^0 (-13671) + e_aq^-1 (-5176) -> OH^-1 (-13779) + OH^0 (-13780) -At time : 46.001 ns Reaction : OH^-1 (-13660) + H3O^1 (-8307) -> No product -At time : 46.001 ns Reaction : OH^-1 (-13413) + H3O^1 (-6103) -> No product -At time : 46.001 ns Reaction : H^0 (-12585) + H^0 (-9750) -> H_2^0 (-13781) -At time : 46.001 ns Reaction : e_aq^-1 (-3825) + H2O2^0 (-11661) -> OH^-1 (-13782) + OH^0 (-13783) -At time : 46.001 ns Reaction : e_aq^-1 (-5380) + H2O2^0 (-11657) -> OH^-1 (-13784) + OH^0 (-13785) -At time : 46.001 ns Reaction : H^0 (-9443) + OH^0 (-5982) -> No product -At time : 46.001 ns Reaction : e_aq^-1 (-4930) + H3O^1 (-8117) -> H^0 (-13786) -At time : 46.001 ns Reaction : e_aq^-1 (-3652) + H3O^1 (-7767) -> H^0 (-13787) -At time : 47.001 ns Reaction : OH^-1 (-13764) + H3O^1 (-6643) -> No product -At time : 47.001 ns Reaction : OH^-1 (-13695) + H3O^1 (-8589) -> No product -At time : 47.001 ns Reaction : H3O^1 (-9370) + OH^-1 (-13128) -> No product -At time : 47.001 ns Reaction : e_aq^-1 (-4722) + H2O2^0 (-12813) -> OH^-1 (-13788) + OH^0 (-13789) -At time : 47.001 ns Reaction : H^0 (-11898) + e_aq^-1 (-3586) -> OH^-1 (-13790) + H_2^0 (-13791) -At time : 47.001 ns Reaction : OH^-1 (-11580) + H3O^1 (-7675) -> No product -At time : 47.001 ns Reaction : H2O2^0 (-11538) + e_aq^-1 (-3837) -> OH^-1 (-13792) + OH^0 (-13793) -At time : 47.001 ns Reaction : OH^0 (-10728) + OH^0 (-7780) -> H2O2^0 (-13794) -At time : 47.001 ns Reaction : H3O^1 (-10149) + e_aq^-1 (-4852) -> H^0 (-13795) -At time : 47.001 ns Reaction : H^0 (-9827) + e_aq^-1 (-3921) -> OH^-1 (-13796) + H_2^0 (-13797) -At time : 47.001 ns Reaction : H^0 (-9668) + e_aq^-1 (-3788) -> OH^-1 (-13798) + H_2^0 (-13799) -At time : 47.001 ns Reaction : OH^0 (-9421) + e_aq^-1 (-4856) -> OH^-1 (-13800) -At time : 47.001 ns Reaction : e_aq^-1 (-5065) + H3O^1 (-7127) -> H^0 (-13801) -At time : 47.001 ns Reaction : e_aq^-1 (-2041) + H3O^1 (-6861) -> H^0 (-13802) -At time : 47.001 ns Reaction : e_aq^-1 (-4155) + H3O^1 (-6775) -> H^0 (-13803) -At time : 47.001 ns Reaction : e_aq^-1 (-5438) + e_aq^-1 (-5540) -> OH^-1 (-13804) + OH^-1 (-13805) + H_2^0 (-13806) -At time : 48.001 ns Reaction : H3O^1 (-6639) + OH^-1 (-13796) -> No product -At time : 48.001 ns Reaction : H3O^1 (-8181) + OH^-1 (-13592) -> No product -At time : 48.001 ns Reaction : H3O^1 (-9423) + OH^-1 (-13586) -> No product -At time : 48.001 ns Reaction : OH^-1 (-12677) + H3O^1 (-7325) -> No product -At time : 48.001 ns Reaction : e_aq^-1 (-5151) + OH^0 (-10399) -> OH^-1 (-13807) -At time : 48.001 ns Reaction : H^0 (-9466) + e_aq^-1 (-3338) -> OH^-1 (-13808) + H_2^0 (-13809) -At time : 48.001 ns Reaction : e_aq^-1 (-3649) + H3O^1 (-7727) -> H^0 (-13810) -At time : 48.001 ns Reaction : e_aq^-1 (-3923) + OH^0 (-6700) -> OH^-1 (-13811) -At time : 48.001 ns Reaction : e_aq^-1 (-1986) + e_aq^-1 (-4517) -> OH^-1 (-13812) + OH^-1 (-13813) + H_2^0 (-13814) -At time : 49.001 ns Reaction : H^0 (-13679) + OH^0 (-7618) -> No product -At time : 49.001 ns Reaction : OH^0 (-12893) + OH^0 (-7868) -> H2O2^0 (-13815) -At time : 49.001 ns Reaction : e_aq^-1 (-4744) + H2O2^0 (-12572) -> OH^-1 (-13816) + OH^0 (-13817) -At time : 49.001 ns Reaction : e_aq^-1 (-4329) + H^0 (-12484) -> OH^-1 (-13818) + H_2^0 (-13819) -At time : 49.001 ns Reaction : e_aq^-1 (-503) + H2O2^0 (-12189) -> OH^-1 (-13820) + OH^0 (-13821) -At time : 49.001 ns Reaction : e_aq^-1 (-5468) + H2O2^0 (-11797) -> OH^-1 (-13822) + OH^0 (-13823) -At time : 49.001 ns Reaction : e_aq^-1 (-4826) + H2O2^0 (-11587) -> OH^-1 (-13824) + OH^0 (-13825) -At time : 49.001 ns Reaction : e_aq^-1 (-2335) + H2O2^0 (-11539) -> OH^-1 (-13826) + OH^0 (-13827) -At time : 49.001 ns Reaction : OH^0 (-11110) + OH^0 (-7192) -> H2O2^0 (-13828) -At time : 49.001 ns Reaction : e_aq^-1 (-957) + OH^0 (-8495) -> OH^-1 (-13829) -At time : 50.001 ns Reaction : H3O^1 (-6361) + OH^-1 (-13790) -> No product -At time : 50.001 ns Reaction : H^0 (-13489) + e_aq^-1 (-2930) -> OH^-1 (-13830) + H_2^0 (-13831) -At time : 50.001 ns Reaction : e_aq^-1 (-3117) + H2O2^0 (-11540) -> OH^-1 (-13832) + OH^0 (-13833) -At time : 50.001 ns Reaction : H^0 (-9505) + OH^0 (-8711) -> No product -At time : 50.001 ns Reaction : e_aq^-1 (-4990) + H3O^1 (-7487) -> H^0 (-13834) -At time : 50.001 ns Reaction : e_aq^-1 (-304) + e_aq^-1 (-5367) -> OH^-1 (-13835) + OH^-1 (-13836) + H_2^0 (-13837) -At time : 51.001 ns Reaction : OH^-1 (-13744) + H3O^1 (-8073) -> No product -At time : 51.001 ns Reaction : e_aq^-1 (-3569) + H^0 (-13734) -> OH^-1 (-13838) + H_2^0 (-13839) -At time : 51.001 ns Reaction : OH^-1 (-13716) + H3O^1 (-6631) -> No product -At time : 51.001 ns Reaction : e_aq^-1 (-810) + H^0 (-13520) -> OH^-1 (-13840) + H_2^0 (-13841) -At time : 51.001 ns Reaction : OH^0 (-10579) + H^0 (-13487) -> No product -At time : 51.001 ns Reaction : OH^-1 (-13440) + H3O^1 (-7911) -> No product -At time : 51.001 ns Reaction : e_aq^-1 (-5493) + H^0 (-12847) -> OH^-1 (-13842) + H_2^0 (-13843) -At time : 51.001 ns Reaction : OH^0 (-10065) + H^0 (-12217) -> No product -At time : 51.001 ns Reaction : H^0 (-11011) + OH^0 (-7034) -> No product -At time : 51.001 ns Reaction : e_aq^-1 (-4281) + H3O^1 (-10830) -> H^0 (-13844) -At time : 51.001 ns Reaction : OH^0 (-9189) + OH^0 (-8999) -> H2O2^0 (-13845) -At time : 51.001 ns Reaction : e_aq^-1 (-3700) + H3O^1 (-6387) -> H^0 (-13846) -At time : 52.001 ns Reaction : H3O^1 (-7643) + OH^-1 (-13569) -> No product -At time : 52.001 ns Reaction : e_aq^-1 (-4100) + OH^0 (-13374) -> OH^-1 (-13847) -At time : 52.001 ns Reaction : H3O^1 (-7471) + OH^-1 (-13291) -> No product -At time : 52.001 ns Reaction : H^0 (-11200) + H^0 (-12365) -> H_2^0 (-13848) -At time : 52.001 ns Reaction : H2O2^0 (-11413) + e_aq^-1 (-2460) -> OH^-1 (-13849) + OH^0 (-13850) -At time : 52.001 ns Reaction : e_aq^-1 (-4026) + H3O^1 (-6683) -> H^0 (-13851) -At time : 52.001 ns Reaction : e_aq^-1 (-5521) + e_aq^-1 (-5698) -> OH^-1 (-13852) + OH^-1 (-13853) + H_2^0 (-13854) -At time : 53.001 ns Reaction : OH^-1 (-13822) + H3O^1 (-8233) -> No product -At time : 53.001 ns Reaction : OH^-1 (-13800) + H3O^1 (-8015) -> No product -At time : 53.001 ns Reaction : OH^-1 (-13750) + H3O^1 (-6123) -> No product -At time : 53.001 ns Reaction : H3O^1 (-9975) + OH^-1 (-13348) -> No product -At time : 53.001 ns Reaction : H^0 (-13347) + e_aq^-1 (-5108) -> OH^-1 (-13855) + H_2^0 (-13856) -At time : 53.001 ns Reaction : H^0 (-13082) + e_aq^-1 (-4758) -> OH^-1 (-13857) + H_2^0 (-13858) -At time : 53.001 ns Reaction : e_aq^-1 (-5406) + H2O2^0 (-12136) -> OH^-1 (-13859) + OH^0 (-13860) -At time : 53.001 ns Reaction : OH^0 (-9905) + OH^0 (-6736) -> H2O2^0 (-13861) -At time : 53.001 ns Reaction : H3O^1 (-9653) + e_aq^-1 (-2893) -> H^0 (-13862) -At time : 54.001 ns Reaction : e_aq^-1 (-1533) + OH^0 (-13817) -> OH^-1 (-13863) -At time : 54.001 ns Reaction : OH^-1 (-13758) + H3O^1 (-7993) -> No product -At time : 54.001 ns Reaction : OH^-1 (-13662) + H3O^1 (-8787) -> No product -At time : 54.001 ns Reaction : OH^-1 (-13645) + H3O^1 (-6953) -> No product -At time : 54.001 ns Reaction : OH^-1 (-13555) + H3O^1 (-7801) -> No product -At time : 54.001 ns Reaction : OH^-1 (-13433) + H3O^1 (-7255) -> No product -At time : 54.001 ns Reaction : OH^-1 (-13211) + H3O^1 (-5899) -> No product -At time : 54.001 ns Reaction : e_aq^-1 (-236) + OH^0 (-12986) -> OH^-1 (-13864) -At time : 54.001 ns Reaction : e_aq^-1 (-2683) + H^0 (-12946) -> OH^-1 (-13865) + H_2^0 (-13866) -At time : 54.001 ns Reaction : e_aq^-1 (-3038) + OH^0 (-12530) -> OH^-1 (-13867) -At time : 54.001 ns Reaction : e_aq^-1 (-487) + H2O2^0 (-11697) -> OH^-1 (-13868) + OH^0 (-13869) -At time : 54.001 ns Reaction : e_aq^-1 (-3542) + OH^0 (-6244) -> OH^-1 (-13870) -At time : 55.001 ns Reaction : OH^-1 (-13855) + H3O^1 (-8197) -> No product -At time : 55.001 ns Reaction : e_aq^-1 (-2385) + H2O2^0 (-13130) -> OH^-1 (-13871) + OH^0 (-13872) -At time : 55.001 ns Reaction : OH^0 (-12942) + OH^0 (-6042) -> H2O2^0 (-13873) -At time : 55.001 ns Reaction : OH^0 (-10776) + H^0 (-12262) -> No product -At time : 55.001 ns Reaction : H^0 (-10847) + e_aq^-1 (-8557) -> OH^-1 (-13874) + H_2^0 (-13875) -At time : 55.001 ns Reaction : OH^0 (-10374) + e_aq^-1 (-5583) -> OH^-1 (-13876) -At time : 55.001 ns Reaction : H^0 (-9162) + H^0 (-9485) -> H_2^0 (-13877) -At time : 55.001 ns Reaction : OH^0 (-6644) + OH^0 (-7790) -> H2O2^0 (-13878) -At time : 56.001 ns Reaction : H3O^1 (-9544) + OH^-1 (-13554) -> No product -At time : 56.001 ns Reaction : e_aq^-1 (-447) + H^0 (-12822) -> OH^-1 (-13879) + H_2^0 (-13880) -At time : 56.001 ns Reaction : e_aq^-1 (-4462) + H2O2^0 (-11624) -> OH^-1 (-13881) + OH^0 (-13882) -At time : 56.001 ns Reaction : e_aq^-1 (-394) + e_aq^-1 (-8470) -> OH^-1 (-13883) + OH^-1 (-13884) + H_2^0 (-13885) -At time : 56.001 ns Reaction : e_aq^-1 (-3699) + H3O^1 (-6393) -> H^0 (-13886) -At time : 57.001 ns Reaction : H3O^1 (-6067) + OH^-1 (-13840) -> No product -At time : 57.001 ns Reaction : OH^-1 (-13752) + H3O^1 (-6003) -> No product -At time : 57.001 ns Reaction : OH^0 (-10246) + OH^0 (-13666) -> H2O2^0 (-13887) -At time : 57.001 ns Reaction : e_aq^-1 (-4820) + H2O2^0 (-11852) -> OH^-1 (-13888) + OH^0 (-13889) -At time : 57.001 ns Reaction : OH^0 (-10000) + OH^0 (-6900) -> H2O2^0 (-13890) -At time : 57.001 ns Reaction : OH^0 (-9972) + OH^0 (-9976) -> H2O2^0 (-13891) -At time : 58.001 ns Reaction : OH^0 (-10471) + OH^0 (-13759) -> H2O2^0 (-13892) -At time : 58.001 ns Reaction : e_aq^-1 (-4396) + OH^0 (-13668) -> OH^-1 (-13893) -At time : 58.001 ns Reaction : OH^-1 (-13557) + H3O^1 (-6801) -> No product -At time : 58.001 ns Reaction : e_aq^-1 (-5462) + H^0 (-8938) -> OH^-1 (-13894) + H_2^0 (-13895) -At time : 59.001 ns Reaction : OH^0 (-10994) + OH^0 (-12663) -> H2O2^0 (-13896) -At time : 59.001 ns Reaction : e_aq^-1 (-4582) + H^0 (-12430) -> OH^-1 (-13897) + H_2^0 (-13898) -At time : 59.001 ns Reaction : e_aq^-1 (-2675) + H2O2^0 (-11430) -> OH^-1 (-13899) + OH^0 (-13900) -At time : 59.001 ns Reaction : OH^0 (-10614) + OH^0 (-7794) -> H2O2^0 (-13901) -At time : 59.001 ns Reaction : e_aq^-1 (-619) + H3O^1 (-10188) -> H^0 (-13902) -At time : 59.001 ns Reaction : H^0 (-9253) + e_aq^-1 (-4006) -> OH^-1 (-13903) + H_2^0 (-13904) -At time : 59.001 ns Reaction : e_aq^-1 (-546) + H3O^1 (-8243) -> H^0 (-13905) -At time : 59.001 ns Reaction : e_aq^-1 (-5288) + H3O^1 (-7245) -> H^0 (-13906) -At time : 59.001 ns Reaction : e_aq^-1 (-1039) + H3O^1 (-5841) -> H^0 (-13907) -At time : 60.001 ns Reaction : OH^-1 (-13899) + H3O^1 (-7799) -> No product -At time : 60.001 ns Reaction : H3O^1 (-10804) + OH^-1 (-13524) -> No product -At time : 60.001 ns Reaction : OH^0 (-12891) + e_aq^-1 (-3986) -> OH^-1 (-13908) -At time : 60.001 ns Reaction : H^0 (-10663) + OH^0 (-9482) -> No product -At time : 60.001 ns Reaction : H3O^1 (-7307) + e_aq^-1 (-8902) -> H^0 (-13909) -At time : 61.001 ns Reaction : H^0 (-13394) + H^0 (-13834) -> H_2^0 (-13910) -At time : 61.001 ns Reaction : OH^-1 (-13811) + H3O^1 (-7817) -> No product -At time : 61.001 ns Reaction : OH^0 (-13643) + OH^0 (-8633) -> H2O2^0 (-13911) -At time : 61.001 ns Reaction : H^0 (-13112) + e_aq^-1 (-2199) -> OH^-1 (-13912) + H_2^0 (-13913) -At time : 61.001 ns Reaction : e_aq^-1 (-5569) + H2O2^0 (-11505) -> OH^-1 (-13914) + OH^0 (-13915) -At time : 61.001 ns Reaction : H^0 (-10468) + e_aq^-1 (-5033) -> OH^-1 (-13916) + H_2^0 (-13917) -At time : 61.001 ns Reaction : e_aq^-1 (-4859) + OH^0 (-8882) -> OH^-1 (-13918) -At time : 61.001 ns Reaction : e_aq^-1 (-5361) + H3O^1 (-8185) -> H^0 (-13919) -At time : 62.001 ns Reaction : OH^-1 (-13816) + H3O^1 (-7979) -> No product -At time : 62.001 ns Reaction : e_aq^-1 (-1675) + OH^0 (-13753) -> OH^-1 (-13920) -At time : 62.001 ns Reaction : H^0 (-13230) + e_aq^-1 (-4257) -> OH^-1 (-13921) + H_2^0 (-13922) -At time : 62.001 ns Reaction : OH^0 (-7204) + H^0 (-12997) -> No product -At time : 62.001 ns Reaction : e_aq^-1 (-4439) + H2O2^0 (-12971) -> OH^-1 (-13923) + OH^0 (-13924) -At time : 62.001 ns Reaction : e_aq^-1 (-2013) + H^0 (-12922) -> OH^-1 (-13925) + H_2^0 (-13926) -At time : 62.001 ns Reaction : H^0 (-11795) + e_aq^-1 (-4880) -> OH^-1 (-13927) + H_2^0 (-13928) -At time : 62.001 ns Reaction : H^0 (-10626) + e_aq^-1 (-3511) -> OH^-1 (-13929) + H_2^0 (-13930) -At time : 63.001 ns Reaction : OH^-1 (-13868) + H3O^1 (-6077) -> No product -At time : 63.001 ns Reaction : OH^-1 (-13824) + H3O^1 (-7563) -> No product -At time : 63.001 ns Reaction : OH^0 (-10508) + OH^0 (-13789) -> H2O2^0 (-13931) -At time : 63.001 ns Reaction : OH^-1 (-13691) + H3O^1 (-7007) -> No product -At time : 63.001 ns Reaction : OH^-1 (-13687) + H3O^1 (-8928) -> No product -At time : 63.001 ns Reaction : H^0 (-13649) + OH^0 (-6564) -> No product -At time : 63.001 ns Reaction : OH^0 (-9662) + H^0 (-13429) -> No product -At time : 63.001 ns Reaction : OH^-1 (-13427) + H3O^1 (-6113) -> No product -At time : 64.001 ns Reaction : OH^0 (-6458) + H^0 (-13787) -> No product -At time : 64.001 ns Reaction : OH^-1 (-13681) + H3O^1 (-7899) -> No product -At time : 64.001 ns Reaction : e_aq^-1 (-3895) + H2O2^0 (-12216) -> OH^-1 (-13932) + OH^0 (-13933) -At time : 64.001 ns Reaction : H^0 (-10969) + OH^0 (-7054) -> No product -At time : 64.001 ns Reaction : OH^0 (-9973) + OH^0 (-10860) -> H2O2^0 (-13934) -At time : 64.001 ns Reaction : e_aq^-1 (-2038) + H3O^1 (-5871) -> H^0 (-13935) -At time : 65.001 ns Reaction : e_aq^-1 (-16) + OH^0 (-13571) -> OH^-1 (-13936) -At time : 65.001 ns Reaction : H2O2^0 (-13511) + e_aq^-1 (-2488) -> OH^-1 (-13937) + OH^0 (-13938) -At time : 65.001 ns Reaction : e_aq^-1 (-5259) + H^0 (-12539) -> OH^-1 (-13939) + H_2^0 (-13940) -At time : 66.001 ns Reaction : OH^-1 (-13925) + H3O^1 (-5967) -> No product -At time : 66.001 ns Reaction : e_aq^-1 (-4419) + OH^0 (-13924) -> OH^-1 (-13941) -At time : 66.001 ns Reaction : OH^-1 (-13871) + H3O^1 (-7841) -> No product -At time : 66.001 ns Reaction : OH^0 (-13705) + OH^0 (-7218) -> H2O2^0 (-13942) -At time : 66.001 ns Reaction : OH^-1 (-13610) + H3O^1 (-6551) -> No product -At time : 66.001 ns Reaction : H3O^1 (-5873) + OH^-1 (-13176) -> No product -At time : 66.001 ns Reaction : OH^-1 (-12604) + H3O^1 (-9881) -> No product -At time : 66.001 ns Reaction : e_aq^-1 (-1258) + H^0 (-12524) -> OH^-1 (-13943) + H_2^0 (-13944) -At time : 66.001 ns Reaction : H3O^1 (-11129) + e_aq^-1 (-5357) -> H^0 (-13945) -At time : 66.001 ns Reaction : e_aq^-1 (-3011) + H3O^1 (-7735) -> H^0 (-13946) -At time : 66.001 ns Reaction : e_aq^-1 (-3557) + H3O^1 (-5887) -> H^0 (-13947) -At time : 67.001 ns Reaction : e_aq^-1 (-3857) + H^0 (-13121) -> OH^-1 (-13948) + H_2^0 (-13949) -At time : 67.001 ns Reaction : e_aq^-1 (-1132) + H^0 (-13100) -> OH^-1 (-13950) + H_2^0 (-13951) -At time : 67.001 ns Reaction : OH^-1 (-13005) + H3O^1 (-6243) -> No product -At time : 67.001 ns Reaction : H2O2^0 (-11821) + e_aq^-1 (-5330) -> OH^-1 (-13952) + OH^0 (-13953) -At time : 67.001 ns Reaction : H^0 (-10597) + e_aq^-1 (-2464) -> OH^-1 (-13954) + H_2^0 (-13955) -At time : 67.001 ns Reaction : OH^0 (-9577) + e_aq^-1 (-3576) -> OH^-1 (-13956) -At time : 67.001 ns Reaction : e_aq^-1 (-3502) + OH^0 (-7688) -> OH^-1 (-13957) -At time : 68.001 ns Reaction : OH^-1 (-13777) + H3O^1 (-8279) -> No product -At time : 68.001 ns Reaction : H3O^1 (-5905) + OH^-1 (-13518) -> No product -At time : 68.001 ns Reaction : H^0 (-10219) + H^0 (-13252) -> H_2^0 (-13958) -At time : 68.001 ns Reaction : e_aq^-1 (-1874) + H^0 (-9032) -> OH^-1 (-13959) + H_2^0 (-13960) -At time : 68.001 ns Reaction : e_aq^-1 (-4140) + OH^0 (-7890) -> OH^-1 (-13961) -At time : 69.001 ns Reaction : OH^-1 (-13805) + H3O^1 (-11147) -> No product -At time : 69.001 ns Reaction : H3O^1 (-10557) + OH^-1 (-13718) -> No product -At time : 69.001 ns Reaction : OH^-1 (-13551) + H3O^1 (-7011) -> No product -At time : 69.001 ns Reaction : e_aq^-1 (-778) + H2O2^0 (-13519) -> OH^-1 (-13962) + OH^0 (-13963) -At time : 69.001 ns Reaction : e_aq^-1 (-4193) + OH^0 (-9938) -> OH^-1 (-13964) -At time : 70.001 ns Reaction : OH^0 (-6054) + OH^0 (-13889) -> H2O2^0 (-13965) -At time : 70.001 ns Reaction : H3O^1 (-10629) + OH^-1 (-13761) -> No product -At time : 70.001 ns Reaction : H3O^1 (-10946) + e_aq^-1 (-4651) -> H^0 (-13966) -At time : 71.001 ns Reaction : OH^-1 (-13943) + H3O^1 (-7067) -> No product -At time : 71.001 ns Reaction : OH^-1 (-13784) + H3O^1 (-7411) -> No product -At time : 71.001 ns Reaction : e_aq^-1 (-2170) + H^0 (-10835) -> OH^-1 (-13967) + H_2^0 (-13968) -At time : 71.001 ns Reaction : e_aq^-1 (-2373) + H3O^1 (-10761) -> H^0 (-13969) -At time : 71.001 ns Reaction : OH^0 (-10457) + OH^0 (-8110) -> H2O2^0 (-13970) -At time : 71.001 ns Reaction : e_aq^-1 (-2424) + H3O^1 (-9781) -> H^0 (-13971) -At time : 71.001 ns Reaction : OH^0 (-9639) + H^0 (-9586) -> No product -At time : 71.001 ns Reaction : e_aq^-1 (-3342) + H3O^1 (-7703) -> H^0 (-13972) -At time : 71.001 ns Reaction : e_aq^-1 (-4677) + OH^0 (-5802) -> OH^-1 (-13973) -At time : 72.001 ns Reaction : H3O^1 (-6649) + OH^-1 (-13849) -> No product -At time : 72.001 ns Reaction : H3O^1 (-10475) + OH^-1 (-12235) -> No product -At time : 72.001 ns Reaction : e_aq^-1 (-497) + OH^0 (-8182) -> OH^-1 (-13974) -At time : 72.001 ns Reaction : OH^0 (-6550) + OH^0 (-7652) -> H2O2^0 (-13975) -At time : 72.001 ns Reaction : e_aq^-1 (-3860) + OH^0 (-5934) -> OH^-1 (-13976) -At time : 73.001 ns Reaction : OH^-1 (-13961) + H3O^1 (-6863) -> No product -At time : 73.001 ns Reaction : H3O^1 (-10328) + OH^-1 (-13737) -> No product -At time : 73.001 ns Reaction : OH^0 (-12759) + OH^0 (-8693) -> H2O2^0 (-13977) -At time : 73.001 ns Reaction : e_aq^-1 (-4301) + H3O^1 (-10815) -> H^0 (-13978) -At time : 73.001 ns Reaction : OH^0 (-9179) + OH^0 (-10674) -> H2O2^0 (-13979) -At time : 73.001 ns Reaction : OH^0 (-10565) + e_aq^-1 (-4361) -> OH^-1 (-13980) -At time : 73.001 ns Reaction : e_aq^-1 (-4766) + H3O^1 (-7095) -> H^0 (-13981) -At time : 74.001 ns Reaction : H3O^1 (-7165) + OH^-1 (-13502) -> No product -At time : 74.001 ns Reaction : e_aq^-1 (-4602) + H^0 (-12456) -> OH^-1 (-13982) + H_2^0 (-13983) -At time : 74.001 ns Reaction : e_aq^-1 (-1593) + H2O2^0 (-12145) -> OH^-1 (-13984) + OH^0 (-13985) -At time : 74.001 ns Reaction : OH^0 (-11174) + H^0 (-11260) -> No product -At time : 74.001 ns Reaction : e_aq^-1 (-4023) + H^0 (-9026) -> OH^-1 (-13986) + H_2^0 (-13987) -At time : 74.001 ns Reaction : e_aq^-1 (-5150) + OH^0 (-8591) -> OH^-1 (-13988) -At time : 75.001 ns Reaction : OH^-1 (-13864) + H3O^1 (-11254) -> No product -At time : 75.001 ns Reaction : e_aq^-1 (-5666) + H2O2^0 (-13498) -> OH^-1 (-13989) + OH^0 (-13990) -At time : 75.001 ns Reaction : OH^-1 (-13473) + H3O^1 (-7725) -> No product -At time : 75.001 ns Reaction : e_aq^-1 (-5508) + OH^0 (-13383) -> OH^-1 (-13991) -At time : 75.001 ns Reaction : e_aq^-1 (-202) + H2O2^0 (-13341) -> OH^-1 (-13992) + OH^0 (-13993) -At time : 75.001 ns Reaction : e_aq^-1 (-3730) + H2O2^0 (-12533) -> OH^-1 (-13994) + OH^0 (-13995) -At time : 75.001 ns Reaction : e_aq^-1 (-3024) + H3O^1 (-7733) -> H^0 (-13996) -At time : 75.001 ns Reaction : OH^0 (-7230) + OH^0 (-7412) -> H2O2^0 (-13997) -At time : 75.001 ns Reaction : e_aq^-1 (-5707) + OH^0 (-7368) -> OH^-1 (-13998) -At time : 76.001 ns Reaction : OH^-1 (-13847) + H3O^1 (-6707) -> No product -At time : 76.001 ns Reaction : OH^-1 (-13619) + H3O^1 (-8107) -> No product -At time : 76.001 ns Reaction : H^0 (-9918) + OH^0 (-13258) -> No product -At time : 76.001 ns Reaction : H3O^1 (-10702) + e_aq^-1 (-3670) -> H^0 (-13999) -At time : 76.001 ns Reaction : H3O^1 (-10456) + e_aq^-1 (-441) -> H^0 (-14000) -At time : 77.001 ns Reaction : OH^-1 (-13992) + H3O^1 (-7319) -> No product -At time : 77.001 ns Reaction : H3O^1 (-10734) + OH^-1 (-13976) -> No product -At time : 77.001 ns Reaction : OH^-1 (-13883) + H3O^1 (-7413) -> No product -At time : 77.001 ns Reaction : OH^-1 (-13629) + H3O^1 (-7181) -> No product -At time : 77.001 ns Reaction : e_aq^-1 (-4686) + OH^0 (-13582) -> OH^-1 (-14001) -At time : 77.001 ns Reaction : OH^-1 (-13466) + H3O^1 (-6803) -> No product -At time : 77.001 ns Reaction : H^0 (-10911) + H^0 (-9058) -> H_2^0 (-14002) -At time : 77.001 ns Reaction : e_aq^-1 (-2722) + OH^0 (-6510) -> OH^-1 (-14003) -At time : 78.001 ns Reaction : OH^0 (-13995) + OH^0 (-9009) -> H2O2^0 (-14004) -At time : 78.001 ns Reaction : OH^-1 (-13912) + H3O^1 (-5973) -> No product -At time : 78.001 ns Reaction : e_aq^-1 (-5421) + OH^0 (-13860) -> OH^-1 (-14005) -At time : 78.001 ns Reaction : OH^0 (-13751) + H^0 (-13646) -> No product -At time : 78.001 ns Reaction : e_aq^-1 (-3977) + H2O2^0 (-12122) -> OH^-1 (-14006) + OH^0 (-14007) -At time : 78.001 ns Reaction : OH^0 (-10213) + e_aq^-1 (-4812) -> OH^-1 (-14008) -At time : 78.001 ns Reaction : e_aq^-1 (-3610) + H^0 (-9622) -> OH^-1 (-14009) + H_2^0 (-14010) -At time : 78.001 ns Reaction : H^0 (-9522) + OH^0 (-6234) -> No product -At time : 78.001 ns Reaction : e_aq^-1 (-3836) + H3O^1 (-7657) -> H^0 (-14011) -At time : 79.001 ns Reaction : H^0 (-13886) + e_aq^-1 (-3718) -> OH^-1 (-14012) + H_2^0 (-14013) -At time : 79.001 ns Reaction : OH^-1 (-13608) + H3O^1 (-8880) -> No product -At time : 79.001 ns Reaction : OH^-1 (-12990) + H3O^1 (-6553) -> No product -At time : 79.001 ns Reaction : OH^0 (-10467) + e_aq^-1 (-5068) -> OH^-1 (-14014) -At time : 79.001 ns Reaction : OH^0 (-6668) + OH^0 (-8516) -> H2O2^0 (-14015) -At time : 79.001 ns Reaction : e_aq^-1 (-4007) + H3O^1 (-7619) -> H^0 (-14016) -At time : 80.001 ns Reaction : H2O2^0 (-13942) + e_aq^-1 (-4956) -> OH^-1 (-14017) + OH^0 (-14018) -At time : 80.001 ns Reaction : e_aq^-1 (-615) + H^0 (-13315) -> OH^-1 (-14019) + H_2^0 (-14020) -At time : 80.001 ns Reaction : e_aq^-1 (-4473) + OH^0 (-13104) -> OH^-1 (-14021) -At time : 80.001 ns Reaction : H3O^1 (-6073) + OH^-1 (-12693) -> No product -At time : 80.001 ns Reaction : e_aq^-1 (-2914) + H3O^1 (-6407) -> H^0 (-14022) -At time : 81.001 ns Reaction : OH^-1 (-13927) + H3O^1 (-6175) -> No product -At time : 81.001 ns Reaction : H^0 (-13675) + e_aq^-1 (-5193) -> OH^-1 (-14023) + H_2^0 (-14024) -At time : 81.001 ns Reaction : OH^0 (-13536) + e_aq^-1 (-3484) -> OH^-1 (-14025) -At time : 81.001 ns Reaction : e_aq^-1 (-1515) + H2O2^0 (-11927) -> OH^-1 (-14026) + OH^0 (-14027) -At time : 81.001 ns Reaction : e_aq^-1 (-5118) + H3O^1 (-8478) -> H^0 (-14028) -At time : 82.001 ns Reaction : e_aq^-1 (-5076) + H2O2^0 (-13873) -> OH^-1 (-14029) + OH^0 (-14030) -At time : 82.001 ns Reaction : H3O^1 (-6091) + OH^-1 (-13362) -> No product -At time : 82.001 ns Reaction : H3O^1 (-10694) + OH^-1 (-13026) -> No product -At time : 82.001 ns Reaction : e_aq^-1 (-2179) + H2O2^0 (-13011) -> OH^-1 (-14031) + OH^0 (-14032) -At time : 82.001 ns Reaction : e_aq^-1 (-4921) + H2O2^0 (-11803) -> OH^-1 (-14033) + OH^0 (-14034) -At time : 83.001 ns Reaction : OH^-1 (-14019) + H3O^1 (-8634) -> No product -At time : 83.001 ns Reaction : OH^-1 (-13948) + H3O^1 (-6549) -> No product -At time : 83.001 ns Reaction : OH^-1 (-13939) + H3O^1 (-8131) -> No product -At time : 83.001 ns Reaction : H3O^1 (-10559) + OH^-1 (-13711) -> No product -At time : 83.001 ns Reaction : H3O^1 (-7381) + OH^-1 (-13548) -> No product -At time : 83.001 ns Reaction : H3O^1 (-10736) + OH^-1 (-12940) -> No product -At time : 83.001 ns Reaction : H3O^1 (-10257) + e_aq^-1 (-5057) -> H^0 (-14035) -At time : 83.001 ns Reaction : OH^0 (-9465) + OH^0 (-8699) -> H2O2^0 (-14036) -At time : 83.001 ns Reaction : H^0 (-9241) + e_aq^-1 (-2260) -> OH^-1 (-14037) + H_2^0 (-14038) -At time : 83.001 ns Reaction : e_aq^-1 (-2380) + H3O^1 (-7821) -> H^0 (-14039) -At time : 83.001 ns Reaction : H3O^1 (-7143) + OH^-1 (-14017) -> No product -At time : 84.001 ns Reaction : OH^-1 (-14023) + H3O^1 (-7445) -> No product -At time : 84.001 ns Reaction : OH^-1 (-13611) + H3O^1 (-6529) -> No product -At time : 84.001 ns Reaction : e_aq^-1 (-3127) + OH^0 (-13432) -> OH^-1 (-14040) -At time : 84.001 ns Reaction : e_aq^-1 (-1333) + H^0 (-13178) -> OH^-1 (-14041) + H_2^0 (-14042) -At time : 84.001 ns Reaction : e_aq^-1 (-4448) + OH^0 (-12439) -> OH^-1 (-14043) -At time : 84.001 ns Reaction : H3O^1 (-11052) + e_aq^-1 (-1005) -> H^0 (-14044) -At time : 85.001 ns Reaction : H2O2^0 (-13710) + e_aq^-1 (-5545) -> OH^-1 (-14045) + OH^0 (-14046) -At time : 85.001 ns Reaction : OH^-1 (-13596) + H3O^1 (-7599) -> No product -At time : 85.001 ns Reaction : e_aq^-1 (-5141) + H2O2^0 (-11642) -> OH^-1 (-14047) + OH^0 (-14048) -At time : 85.001 ns Reaction : OH^0 (-9692) + OH^0 (-10721) -> H2O2^0 (-14049) -At time : 85.001 ns Reaction : e_aq^-1 (-2117) + H^0 (-9873) -> OH^-1 (-14050) + H_2^0 (-14051) -At time : 85.001 ns Reaction : e_aq^-1 (-2717) + H3O^1 (-6575) -> H^0 (-14052) -At time : 86.001 ns Reaction : H3O^1 (-6857) + OH^-1 (-13920) -> No product -At time : 86.001 ns Reaction : H^0 (-13907) + e_aq^-1 (-4560) -> OH^-1 (-14053) + H_2^0 (-14054) -At time : 86.001 ns Reaction : OH^0 (-13597) + OH^0 (-13079) -> H2O2^0 (-14055) -At time : 86.001 ns Reaction : H^0 (-13119) + H^0 (-12431) -> H_2^0 (-14056) -At time : 86.001 ns Reaction : e_aq^-1 (-3927) + H3O^1 (-6587) -> H^0 (-14057) -At time : 87.001 ns Reaction : OH^-1 (-13507) + H3O^1 (-6545) -> No product -At time : 87.001 ns Reaction : e_aq^-1 (-5164) + H^0 (-13308) -> OH^-1 (-14058) + H_2^0 (-14059) -At time : 87.001 ns Reaction : e_aq^-1 (-5214) + H2O2^0 (-13072) -> OH^-1 (-14060) + OH^0 (-14061) -At time : 87.001 ns Reaction : e_aq^-1 (-762) + H2O2^0 (-12908) -> OH^-1 (-14062) + OH^0 (-14063) -At time : 87.001 ns Reaction : H^0 (-10247) + e_aq^-1 (-5111) -> OH^-1 (-14064) + H_2^0 (-14065) -At time : 88.001 ns Reaction : H3O^1 (-7317) + OH^-1 (-13989) -> No product -At time : 88.001 ns Reaction : H2O2^0 (-11981) + e_aq^-1 (-4132) -> OH^-1 (-14066) + OH^0 (-14067) -At time : 88.001 ns Reaction : e_aq^-1 (-2164) + H3O^1 (-10792) -> H^0 (-14068) -At time : 88.001 ns Reaction : OH^0 (-9220) + e_aq^-1 (-3979) -> OH^-1 (-14069) -At time : 88.001 ns Reaction : e_aq^-1 (-3771) + H3O^1 (-8760) -> H^0 (-14070) -At time : 89.001 ns Reaction : e_aq^-1 (-3543) + H^0 (-12998) -> OH^-1 (-14071) + H_2^0 (-14072) -At time : 89.001 ns Reaction : e_aq^-1 (-3823) + H3O^1 (-10724) -> H^0 (-14073) -At time : 89.001 ns Reaction : H^0 (-9501) + H^0 (-8994) -> H_2^0 (-14074) -At time : 89.001 ns Reaction : H^0 (-9131) + OH^0 (-7426) -> No product -At time : 90.001 ns Reaction : e_aq^-1 (-4847) + H^0 (-13966) -> OH^-1 (-14075) + H_2^0 (-14076) -At time : 90.001 ns Reaction : e_aq^-1 (-4716) + H2O2^0 (-13763) -> OH^-1 (-14077) + OH^0 (-14078) -At time : 90.001 ns Reaction : H^0 (-12505) + H^0 (-13270) -> H_2^0 (-14079) -At time : 90.001 ns Reaction : e_aq^-1 (-2867) + H^0 (-13250) -> OH^-1 (-14080) + H_2^0 (-14081) -At time : 90.001 ns Reaction : H2O2^0 (-12544) + e_aq^-1 (-4581) -> OH^-1 (-14082) + OH^0 (-14083) -At time : 90.001 ns Reaction : e_aq^-1 (-4033) + H2O2^0 (-11408) -> OH^-1 (-14084) + OH^0 (-14085) -At time : 90.001 ns Reaction : H3O^1 (-10974) + e_aq^-1 (-1079) -> H^0 (-14086) -At time : 90.001 ns Reaction : H3O^1 (-10045) + e_aq^-1 (-4420) -> H^0 (-14087) -At time : 90.001 ns Reaction : e_aq^-1 (-4204) + OH^0 (-9027) -> OH^-1 (-14088) -At time : 91.001 ns Reaction : H^0 (-13996) + H^0 (-11202) -> H_2^0 (-14089) -At time : 91.001 ns Reaction : OH^0 (-10308) + OH^0 (-7332) -> H2O2^0 (-14090) -At time : 91.001 ns Reaction : e_aq^-1 (-2159) + OH^0 (-9922) -> OH^-1 (-14091) -At time : 92.001 ns Reaction : OH^-1 (-12948) + H3O^1 (-7723) -> No product -At time : 92.001 ns Reaction : H3O^1 (-9636) + OH^-1 (-12833) -> No product -At time : 92.001 ns Reaction : H2O2^0 (-11379) + e_aq^-1 (-4317) -> OH^-1 (-14092) + OH^0 (-14093) -At time : 92.001 ns Reaction : e_aq^-1 (-770) + H3O^1 (-11070) -> H^0 (-14094) -At time : 92.001 ns Reaction : H3O^1 (-9571) + e_aq^-1 (-3612) -> H^0 (-14095) -At time : 92.001 ns Reaction : OH^0 (-7048) + e_aq^-1 (-8572) -> OH^-1 (-14096) -At time : 92.001 ns Reaction : e_aq^-1 (-2595) + H3O^1 (-7653) -> H^0 (-14097) -At time : 93.001 ns Reaction : e_aq^-1 (-5571) + OH^0 (-13993) -> OH^-1 (-14098) -At time : 93.001 ns Reaction : H^0 (-10591) + e_aq^-1 (-2151) -> OH^-1 (-14099) + H_2^0 (-14100) -At time : 93.001 ns Reaction : e_aq^-1 (-3841) + H3O^1 (-6615) -> H^0 (-14101) -At time : 94.001 ns Reaction : OH^0 (-7778) + H^0 (-13532) -> No product -At time : 94.001 ns Reaction : OH^0 (-13147) + OH^0 (-8320) -> H2O2^0 (-14102) -At time : 94.001 ns Reaction : H^0 (-10529) + OH^0 (-8062) -> No product -At time : 94.001 ns Reaction : OH^0 (-6690) + OH^0 (-7836) -> H2O2^0 (-14103) -At time : 94.001 ns Reaction : e_aq^-1 (-2518) + H3O^1 (-7793) -> H^0 (-14104) -At time : 95.001 ns Reaction : OH^-1 (-13937) + H3O^1 (-5961) -> No product -At time : 95.001 ns Reaction : OH^0 (-13729) + OH^0 (-7148) -> H2O2^0 (-14105) -At time : 95.001 ns Reaction : H^0 (-9706) + OH^0 (-13717) -> No product -At time : 95.001 ns Reaction : H3O^1 (-10434) + e_aq^-1 (-761) -> H^0 (-14106) -At time : 96.001 ns Reaction : OH^-1 (-13998) + H3O^1 (-7421) -> No product -At time : 96.001 ns Reaction : OH^0 (-13387) + e_aq^-1 (-5399) -> OH^-1 (-14107) -At time : 96.001 ns Reaction : H3O^1 (-9735) + OH^-1 (-13380) -> No product -At time : 96.001 ns Reaction : OH^-1 (-13327) + H3O^1 (-8051) -> No product -At time : 96.001 ns Reaction : e_aq^-1 (-533) + H2O2^0 (-11699) -> OH^-1 (-14108) + OH^0 (-14109) -At time : 96.001 ns Reaction : H^0 (-10527) + OH^0 (-8020) -> No product -At time : 96.001 ns Reaction : e_aq^-1 (-2511) + H3O^1 (-6637) -> H^0 (-14110) -At time : 97.001 ns Reaction : H3O^1 (-7923) + OH^-1 (-13664) -> No product -At time : 97.001 ns Reaction : OH^0 (-10522) + OH^0 (-13457) -> H2O2^0 (-14111) -At time : 97.001 ns Reaction : e_aq^-1 (-3646) + H^0 (-13243) -> OH^-1 (-14112) + H_2^0 (-14113) -At time : 97.001 ns Reaction : e_aq^-1 (-4934) + H2O2^0 (-12207) -> OH^-1 (-14114) + OH^0 (-14115) -At time : 97.001 ns Reaction : e_aq^-1 (-5423) + H2O2^0 (-11567) -> OH^-1 (-14116) + OH^0 (-14117) -At time : 97.001 ns Reaction : OH^0 (-6126) + OH^0 (-7344) -> H2O2^0 (-14118) -At time : 97.001 ns Reaction : e_aq^-1 (-3561) + H3O^1 (-6293) -> H^0 (-14119) -At time : 98.001 ns Reaction : OH^-1 (-14026) + H3O^1 (-7963) -> No product -At time : 98.001 ns Reaction : H^0 (-13795) + OH^0 (-6050) -> No product -At time : 98.001 ns Reaction : OH^0 (-10059) + e_aq^-1 (-4619) -> OH^-1 (-14120) -At time : 98.001 ns Reaction : OH^0 (-9959) + e_aq^-1 (-4059) -> OH^-1 (-14121) -At time : 99.001 ns Reaction : OH^0 (-13963) + e_aq^-1 (-5102) -> OH^-1 (-14122) -At time : 99.001 ns Reaction : H^0 (-13733) + e_aq^-1 (-4885) -> OH^-1 (-14123) + H_2^0 (-14124) -At time : 99.001 ns Reaction : OH^0 (-8046) + OH^0 (-8387) -> H2O2^0 (-14125) -At time : 100 ns Reaction : e_aq^-1 (-235) + H^0 (-12129) -> OH^-1 (-14126) + H_2^0 (-14127) -At time : 100 ns Reaction : e_aq^-1 (-4264) + H2O2^0 (-11867) -> OH^-1 (-14128) + OH^0 (-14129) -At time : 101 ns Reaction : e_aq^-1 (-4326) + H2O2^0 (-12000) -> OH^-1 (-14130) + OH^0 (-14131) -At time : 101 ns Reaction : OH^0 (-6782) + OH^0 (-6810) -> H2O2^0 (-14132) -At time : 101 ns Reaction : e_aq^-1 (-2528) + H3O^1 (-6701) -> H^0 (-14133) -At time : 102 ns Reaction : H^0 (-9711) + OH^0 (-13938) -> No product -At time : 102 ns Reaction : OH^-1 (-13818) + H3O^1 (-5965) -> No product -At time : 102 ns Reaction : H^0 (-9259) + OH^0 (-13573) -> No product -At time : 102 ns Reaction : OH^0 (-11144) + OH^0 (-8224) -> H2O2^0 (-14134) -At time : 103 ns Reaction : H3O^1 (-6031) + OH^-1 (-14014) -> No product -At time : 103 ns Reaction : e_aq^-1 (-4372) + OH^0 (-13771) -> OH^-1 (-14135) -At time : 103 ns Reaction : H^0 (-13269) + OH^0 (-6678) -> No product -At time : 103 ns Reaction : e_aq^-1 (-4546) + H2O2^0 (-12957) -> OH^-1 (-14136) + OH^0 (-14137) -At time : 103 ns Reaction : OH^0 (-10707) + OH^0 (-6468) -> H2O2^0 (-14138) -At time : 103 ns Reaction : e_aq^-1 (-1289) + H^0 (-8964) -> OH^-1 (-14139) + H_2^0 (-14140) -At time : 104 ns Reaction : OH^-1 (-14003) + H3O^1 (-9607) -> No product -At time : 104 ns Reaction : H3O^1 (-7677) + OH^-1 (-12930) -> No product -At time : 104 ns Reaction : OH^-1 (-12507) + H3O^1 (-7509) -> No product -At time : 104 ns Reaction : e_aq^-1 (-4235) + H2O2^0 (-11474) -> OH^-1 (-14141) + OH^0 (-14142) -At time : 104 ns Reaction : e_aq^-1 (-560) + H2O2^0 (-11448) -> OH^-1 (-14143) + OH^0 (-14144) -At time : 104 ns Reaction : e_aq^-1 (-5264) + H3O^1 (-7311) -> H^0 (-14145) -At time : 105 ns Reaction : e_aq^-1 (-3515) + H2O2^0 (-13979) -> OH^-1 (-14146) + OH^0 (-14147) -At time : 105 ns Reaction : OH^-1 (-13792) + H3O^1 (-6665) -> No product -At time : 105 ns Reaction : H3O^1 (-6271) + OH^-1 (-13253) -> No product -At time : 105 ns Reaction : e_aq^-1 (-5603) + H2O2^0 (-12763) -> OH^-1 (-14148) + OH^0 (-14149) -At time : 105 ns Reaction : H^0 (-12697) + OH^0 (-7632) -> No product -At time : 105 ns Reaction : OH^0 (-12646) + e_aq^-1 (-8410) -> OH^-1 (-14150) -At time : 105 ns Reaction : H2O2^0 (-11794) + e_aq^-1 (-3451) -> OH^-1 (-14151) + OH^0 (-14152) -At time : 105 ns Reaction : e_aq^-1 (-3696) + H2O2^0 (-11654) -> OH^-1 (-14153) + OH^0 (-14154) -At time : 106 ns Reaction : H3O^1 (-10297) + OH^-1 (-13894) -> No product -At time : 106 ns Reaction : e_aq^-1 (-2265) + H2O2^0 (-11857) -> OH^-1 (-14155) + OH^0 (-14156) -At time : 106 ns Reaction : H^0 (-11175) + H^0 (-9393) -> H_2^0 (-14157) -At time : 106 ns Reaction : e_aq^-1 (-3824) + H^0 (-8980) -> OH^-1 (-14158) + H_2^0 (-14159) -At time : 107 ns Reaction : e_aq^-1 (-3570) + H3O^1 (-7737) -> H^0 (-14160) -At time : 108 ns Reaction : e_aq^-1 (-1998) + H2O2^0 (-13760) -> OH^-1 (-14161) + OH^0 (-14162) -At time : 109 ns Reaction : H^0 (-13312) + OH^0 (-8949) -> No product -At time : 109 ns Reaction : e_aq^-1 (-5202) + H2O2^0 (-12358) -> OH^-1 (-14163) + OH^0 (-14164) -At time : 109 ns Reaction : e_aq^-1 (-5388) + H2O2^0 (-11826) -> OH^-1 (-14165) + OH^0 (-14166) -At time : 109 ns Reaction : OH^0 (-9845) + H^0 (-9835) -> No product -At time : 110 ns Reaction : OH^-1 (-14075) + H3O^1 (-8340) -> No product -At time : 110 ns Reaction : OH^-1 (-13876) + H3O^1 (-7345) -> No product -At time : 110 ns Reaction : H^0 (-9821) + H^0 (-12338) -> H_2^0 (-14167) -At time : 110 ns Reaction : e_aq^-1 (-2000) + e_aq^-1 (-2059) -> OH^-1 (-14168) + OH^-1 (-14169) + H_2^0 (-14170) -At time : 111 ns Reaction : H3O^1 (-10788) + OH^-1 (-14161) -> No product -At time : 111 ns Reaction : H3O^1 (-6235) + OH^-1 (-13830) -> No product -At time : 111 ns Reaction : H3O^1 (-10648) + e_aq^-1 (-3178) -> H^0 (-14171) -At time : 111 ns Reaction : OH^0 (-10146) + e_aq^-1 (-4819) -> OH^-1 (-14172) -At time : 111 ns Reaction : e_aq^-1 (-4485) + H3O^1 (-7941) -> H^0 (-14173) -At time : 111 ns Reaction : e_aq^-1 (-3034) + e_aq^-1 (-3119) -> OH^-1 (-14174) + OH^-1 (-14175) + H_2^0 (-14176) -At time : 112 ns Reaction : OH^-1 (-14108) + H3O^1 (-7463) -> No product -At time : 112 ns Reaction : e_aq^-1 (-2337) + OH^0 (-13933) -> OH^-1 (-14177) -At time : 112 ns Reaction : e_aq^-1 (-2885) + OH^0 (-6470) -> OH^-1 (-14178) -At time : 112 ns Reaction : e_aq^-1 (-4745) + e_aq^-1 (-4896) -> OH^-1 (-14179) + OH^-1 (-14180) + H_2^0 (-14181) -At time : 113 ns Reaction : OH^-1 (-14091) + H3O^1 (-5987) -> No product -At time : 113 ns Reaction : OH^-1 (-13779) + H3O^1 (-5815) -> No product -At time : 113 ns Reaction : OH^0 (-12487) + OH^0 (-6176) -> H2O2^0 (-14182) -At time : 113 ns Reaction : OH^0 (-9947) + H^0 (-10845) -> No product -At time : 113 ns Reaction : OH^0 (-9404) + OH^0 (-5808) -> H2O2^0 (-14183) -At time : 113 ns Reaction : e_aq^-1 (-3672) + H3O^1 (-6373) -> H^0 (-14184) -At time : 114 ns Reaction : e_aq^-1 (-2657) + OH^0 (-13508) -> OH^-1 (-14185) -At time : 114 ns Reaction : e_aq^-1 (-899) + H2O2^0 (-11470) -> OH^-1 (-14186) + OH^0 (-14187) -At time : 114 ns Reaction : e_aq^-1 (-688) + H3O^1 (-8183) -> H^0 (-14188) -At time : 116 ns Reaction : OH^0 (-6442) + H^0 (-12690) -> No product -At time : 116 ns Reaction : H3O^1 (-10487) + e_aq^-1 (-4836) -> H^0 (-14189) -At time : 116 ns Reaction : e_aq^-1 (-230) + H3O^1 (-8313) -> H^0 (-14190) -At time : 117 ns Reaction : OH^-1 (-14185) + H3O^1 (-8763) -> No product -At time : 117 ns Reaction : OH^0 (-14083) + OH^0 (-13186) -> H2O2^0 (-14191) -At time : 117 ns Reaction : OH^-1 (-13994) + H3O^1 (-6561) -> No product -At time : 117 ns Reaction : OH^0 (-5914) + OH^0 (-13472) -> H2O2^0 (-14192) -At time : 117 ns Reaction : e_aq^-1 (-5418) + H3O^1 (-8263) -> H^0 (-14193) -At time : 117 ns Reaction : OH^0 (-5898) + OH^0 (-6414) -> H2O2^0 (-14194) -At time : 118 ns Reaction : OH^-1 (-14139) + H3O^1 (-7939) -> No product -At time : 118 ns Reaction : OH^-1 (-14122) + H3O^1 (-8391) -> No product -At time : 118 ns Reaction : e_aq^-1 (-5489) + H2O2^0 (-11373) -> OH^-1 (-14195) + OH^0 (-14196) -At time : 118 ns Reaction : e_aq^-1 (-4041) + OH^0 (-10810) -> OH^-1 (-14197) -At time : 119 ns Reaction : OH^0 (-14067) + OH^0 (-12626) -> H2O2^0 (-14198) -At time : 119 ns Reaction : e_aq^-1 (-2559) + H2O2^0 (-14004) -> OH^-1 (-14199) + OH^0 (-14200) -At time : 119 ns Reaction : OH^0 (-8252) + H^0 (-13701) -> No product -At time : 119 ns Reaction : e_aq^-1 (-5092) + H^0 (-11782) -> OH^-1 (-14201) + H_2^0 (-14202) -At time : 119 ns Reaction : e_aq^-1 (-4272) + H2O2^0 (-11465) -> OH^-1 (-14203) + OH^0 (-14204) -At time : 119 ns Reaction : OH^0 (-10787) + OH^0 (-5962) -> H2O2^0 (-14205) -At time : 119 ns Reaction : H^0 (-9405) + e_aq^-1 (-5282) -> OH^-1 (-14206) + H_2^0 (-14207) -At time : 120 ns Reaction : OH^-1 (-14206) + H3O^1 (-8463) -> No product -At time : 120 ns Reaction : OH^-1 (-14045) + H3O^1 (-7341) -> No product -At time : 120 ns Reaction : H3O^1 (-11158) + OH^-1 (-13974) -> No product -At time : 120 ns Reaction : OH^-1 (-13893) + H3O^1 (-8685) -> No product -At time : 120 ns Reaction : H^0 (-12781) + e_aq^-1 (-2023) -> OH^-1 (-14208) + H_2^0 (-14209) -At time : 120 ns Reaction : OH^0 (-10633) + e_aq^-1 (-3441) -> OH^-1 (-14210) -At time : 121 ns Reaction : OH^0 (-14061) + e_aq^-1 (-5226) -> OH^-1 (-14211) -At time : 121 ns Reaction : H^0 (-13089) + OH^0 (-13616) -> No product -At time : 121 ns Reaction : H3O^1 (-7933) + OH^-1 (-13384) -> No product -At time : 121 ns Reaction : e_aq^-1 (-1050) + H3O^1 (-8658) -> H^0 (-14212) -At time : 122 ns Reaction : H2O2^0 (-12261) + e_aq^-1 (-5310) -> OH^-1 (-14213) + OH^0 (-14214) -At time : 123 ns Reaction : OH^-1 (-13720) + H3O^1 (-8670) -> No product -At time : 123 ns Reaction : H^0 (-13523) + H^0 (-9221) -> H_2^0 (-14215) -At time : 123 ns Reaction : e_aq^-1 (-2093) + H^0 (-13202) -> OH^-1 (-14216) + H_2^0 (-14217) -At time : 123 ns Reaction : H^0 (-13159) + e_aq^-1 (-591) -> OH^-1 (-14218) + H_2^0 (-14219) -At time : 124 ns Reaction : OH^-1 (-14163) + H3O^1 (-8149) -> No product -At time : 124 ns Reaction : OH^0 (-13283) + e_aq^-1 (-5085) -> OH^-1 (-14220) -At time : 124 ns Reaction : H3O^1 (-11041) + e_aq^-1 (-4548) -> H^0 (-14221) -At time : 124 ns Reaction : H3O^1 (-9344) + e_aq^-1 (-5630) -> H^0 (-14222) -At time : 125 ns Reaction : OH^-1 (-14130) + H3O^1 (-6773) -> No product -At time : 125 ns Reaction : OH^-1 (-14037) + H3O^1 (-7631) -> No product -At time : 125 ns Reaction : OH^-1 (-13836) + H3O^1 (-7439) -> No product -At time : 125 ns Reaction : H^0 (-13173) + e_aq^-1 (-2601) -> OH^-1 (-14223) + H_2^0 (-14224) -At time : 125 ns Reaction : H2O2^0 (-12897) + e_aq^-1 (-2704) -> OH^-1 (-14225) + OH^0 (-14226) -At time : 125 ns Reaction : e_aq^-1 (-5523) + H2O2^0 (-11971) -> OH^-1 (-14227) + OH^0 (-14228) -At time : 125 ns Reaction : e_aq^-1 (-141) + H3O^1 (-7269) -> H^0 (-14229) -At time : 126 ns Reaction : H^0 (-13919) + OH^0 (-11334) -> No product -At time : 126 ns Reaction : OH^-1 (-13874) + H3O^1 (-5869) -> No product -At time : 126 ns Reaction : H3O^1 (-6257) + OH^-1 (-13161) -> No product -At time : 126 ns Reaction : e_aq^-1 (-4804) + H3O^1 (-8025) -> H^0 (-14230) -At time : 126 ns Reaction : e_aq^-1 (-4877) + H3O^1 (-7107) -> H^0 (-14231) -At time : 128 ns Reaction : H^0 (-13625) + OH^0 (-9440) -> No product -At time : 128 ns Reaction : e_aq^-1 (-2730) + H2O2^0 (-13024) -> OH^-1 (-14232) + OH^0 (-14233) -At time : 128 ns Reaction : e_aq^-1 (-3534) + e_aq^-1 (-3513) -> OH^-1 (-14234) + OH^-1 (-14235) + H_2^0 (-14236) -At time : 129 ns Reaction : e_aq^-1 (-585) + OH^0 (-14063) -> OH^-1 (-14237) -At time : 129 ns Reaction : e_aq^-1 (-87) + H2O2^0 (-12800) -> OH^-1 (-14238) + OH^0 (-14239) -At time : 129 ns Reaction : e_aq^-1 (-1487) + H3O^1 (-10900) -> H^0 (-14240) -At time : 129 ns Reaction : OH^0 (-10430) + e_aq^-1 (-5105) -> OH^-1 (-14241) -At time : 129 ns Reaction : OH^0 (-9614) + e_aq^-1 (-3660) -> OH^-1 (-14242) -At time : 130 ns Reaction : OH^-1 (-13521) + H3O^1 (-6255) -> No product -At time : 130 ns Reaction : OH^0 (-13495) + e_aq^-1 (-5002) -> OH^-1 (-14243) -At time : 130 ns Reaction : OH^0 (-12903) + H^0 (-9776) -> No product -At time : 131 ns Reaction : OH^-1 (-13879) + H3O^1 (-8397) -> No product -At time : 131 ns Reaction : H^0 (-13160) + OH^0 (-9075) -> No product -At time : 131 ns Reaction : e_aq^-1 (-5194) + H3O^1 (-7289) -> H^0 (-14244) -At time : 131 ns Reaction : e_aq^-1 (-4198) + e_aq^-1 (-4223) -> OH^-1 (-14245) + OH^-1 (-14246) + H_2^0 (-14247) -At time : 132 ns Reaction : OH^0 (-13049) + H^0 (-9315) -> No product -At time : 132 ns Reaction : H^0 (-9470) + e_aq^-1 (-8701) -> OH^-1 (-14248) + H_2^0 (-14249) -At time : 133 ns Reaction : e_aq^-1 (-2482) + H^0 (-13032) -> OH^-1 (-14250) + H_2^0 (-14251) -At time : 133 ns Reaction : e_aq^-1 (-5039) + H2O2^0 (-11686) -> OH^-1 (-14252) + OH^0 (-14253) -At time : 133 ns Reaction : e_aq^-1 (-3716) + H3O^1 (-6443) -> H^0 (-14254) -At time : 134 ns Reaction : e_aq^-1 (-2392) + OH^0 (-14007) -> OH^-1 (-14255) -At time : 134 ns Reaction : e_aq^-1 (-3955) + H2O2^0 (-11976) -> OH^-1 (-14256) + OH^0 (-14257) -At time : 135 ns Reaction : OH^-1 (-14174) + H3O^1 (-7715) -> No product -At time : 135 ns Reaction : e_aq^-1 (-4586) + OH^0 (-6948) -> OH^-1 (-14258) -At time : 136 ns Reaction : e_aq^-1 (-3957) + H2O2^0 (-11808) -> OH^-1 (-14259) + OH^0 (-14260) -At time : 136 ns Reaction : H2O2^0 (-11399) + e_aq^-1 (-3688) -> OH^-1 (-14261) + OH^0 (-14262) -At time : 136 ns Reaction : H^0 (-11116) + OH^0 (-10274) -> No product -At time : 136 ns Reaction : e_aq^-1 (-1188) + e_aq^-1 (-4884) -> OH^-1 (-14263) + OH^-1 (-14264) + H_2^0 (-14265) -At time : 136 ns Reaction : OH^-1 (-13276) + H3O^1 (-6139) -> No product -At time : 137 ns Reaction : H3O^1 (-11176) + OH^-1 (-14195) -> No product -At time : 137 ns Reaction : OH^-1 (-14153) + H3O^1 (-7753) -> No product -At time : 137 ns Reaction : H3O^1 (-6247) + OH^-1 (-14146) -> No product -At time : 137 ns Reaction : OH^0 (-10843) + H^0 (-9054) -> No product -At time : 138 ns Reaction : OH^0 (-12702) + e_aq^-1 (-8539) -> OH^-1 (-14266) -At time : 138 ns Reaction : OH^0 (-9276) + OH^0 (-8807) -> H2O2^0 (-14267) -At time : 139 ns Reaction : OH^0 (-13568) + OH^0 (-7096) -> H2O2^0 (-14268) -At time : 139 ns Reaction : H2O2^0 (-11425) + e_aq^-1 (-2181) -> OH^-1 (-14269) + OH^0 (-14270) -At time : 139 ns Reaction : OH^0 (-6354) + e_aq^-1 (-8740) -> OH^-1 (-14271) -At time : 139 ns Reaction : e_aq^-1 (-4534) + OH^0 (-8684) -> OH^-1 (-14272) -At time : 140 ns Reaction : H3O^1 (-10105) + OH^-1 (-14258) -> No product -At time : 140 ns Reaction : OH^0 (-10933) + OH^0 (-14137) -> H2O2^0 (-14273) -At time : 140 ns Reaction : e_aq^-1 (-3032) + H2O2^0 (-11652) -> OH^-1 (-14274) + OH^0 (-14275) -At time : 140 ns Reaction : e_aq^-1 (-5455) + H3O^1 (-6141) -> H^0 (-14276) -At time : 141 ns Reaction : H3O^1 (-9836) + OH^-1 (-13685) -> No product -At time : 141 ns Reaction : e_aq^-1 (-4252) + H2O2^0 (-11462) -> OH^-1 (-14277) + OH^0 (-14278) -At time : 141 ns Reaction : H^0 (-10102) + OH^0 (-6052) -> No product -At time : 141 ns Reaction : OH^0 (-10062) + OH^0 (-7014) -> H2O2^0 (-14279) -At time : 141 ns Reaction : e_aq^-1 (-2639) + H3O^1 (-7823) -> H^0 (-14280) -At time : 142 ns Reaction : OH^-1 (-13952) + H3O^1 (-7223) -> No product -At time : 142 ns Reaction : OH^-1 (-13798) + H3O^1 (-7711) -> No product -At time : 142 ns Reaction : H3O^1 (-6013) + OH^-1 (-13398) -> No product -At time : 142 ns Reaction : e_aq^-1 (-5686) + H3O^1 (-8317) -> H^0 (-14281) -At time : 143 ns Reaction : OH^-1 (-14223) + H3O^1 (-7835) -> No product -At time : 143 ns Reaction : OH^-1 (-13916) + H3O^1 (-7061) -> No product -At time : 143 ns Reaction : OH^0 (-12317) + e_aq^-1 (-4932) -> OH^-1 (-14282) -At time : 143 ns Reaction : OH^0 (-12273) + OH^0 (-8759) -> H2O2^0 (-14283) -At time : 143 ns Reaction : OH^0 (-11030) + OH^0 (-7188) -> H2O2^0 (-14284) -At time : 144 ns Reaction : H2O2^0 (-13828) + e_aq^-1 (-5307) -> OH^-1 (-14285) + OH^0 (-14286) -At time : 144 ns Reaction : H2O2^0 (-11658) + e_aq^-1 (-4972) -> OH^-1 (-14287) + OH^0 (-14288) -At time : 144 ns Reaction : e_aq^-1 (-1901) + e_aq^-1 (-4156) -> OH^-1 (-14289) + OH^-1 (-14290) + H_2^0 (-14291) -At time : 145 ns Reaction : H3O^1 (-8155) + OH^-1 (-14282) -> No product -At time : 145 ns Reaction : H3O^1 (-6111) + OH^-1 (-14213) -> No product -At time : 145 ns Reaction : H^0 (-12953) + e_aq^-1 (-3623) -> OH^-1 (-14292) + H_2^0 (-14293) -At time : 145 ns Reaction : H3O^1 (-9919) + e_aq^-1 (-4053) -> H^0 (-14294) -At time : 146 ns Reaction : e_aq^-1 (-3013) + H^0 (-13810) -> OH^-1 (-14295) + H_2^0 (-14296) -At time : 146 ns Reaction : H2O2^0 (-11467) + e_aq^-1 (-712) -> OH^-1 (-14297) + OH^0 (-14298) -At time : 146 ns Reaction : e_aq^-1 (-3666) + H3O^1 (-6431) -> H^0 (-14299) -At time : 147 ns Reaction : e_aq^-1 (-240) + H^0 (-10323) -> OH^-1 (-14300) + H_2^0 (-14301) -At time : 147 ns Reaction : e_aq^-1 (-4965) + H^0 (-9080) -> OH^-1 (-14302) + H_2^0 (-14303) -At time : 148 ns Reaction : OH^-1 (-14297) + H3O^1 (-7239) -> No product -At time : 148 ns Reaction : OH^-1 (-14092) + H3O^1 (-6737) -> No product -At time : 148 ns Reaction : e_aq^-1 (-3794) + H3O^1 (-7779) -> H^0 (-14304) -At time : 148 ns Reaction : e_aq^-1 (-3847) + OH^0 (-6514) -> OH^-1 (-14305) -At time : 149 ns Reaction : e_aq^-1 (-457) + H^0 (-13478) -> OH^-1 (-14306) + H_2^0 (-14307) -At time : 149 ns Reaction : e_aq^-1 (-2863) + H3O^1 (-6487) -> H^0 (-14308) -At time : 150 ns Reaction : H^0 (-14044) + OH^0 (-7524) -> No product -At time : 150 ns Reaction : OH^-1 (-13897) + H3O^1 (-7065) -> No product -At time : 151 ns Reaction : H3O^1 (-5857) + OH^-1 (-13842) -> No product -At time : 151 ns Reaction : e_aq^-1 (-4094) + OH^0 (-10795) -> OH^-1 (-14309) -At time : 152 ns Reaction : OH^-1 (-14001) + H3O^1 (-10972) -> No product -At time : 152 ns Reaction : OH^0 (-13755) + e_aq^-1 (-3759) -> OH^-1 (-14310) -At time : 152 ns Reaction : H3O^1 (-10613) + OH^-1 (-13605) -> No product -At time : 152 ns Reaction : H^0 (-10929) + OH^0 (-8690) -> No product -At time : 152 ns Reaction : OH^0 (-7360) + OH^0 (-7376) -> H2O2^0 (-14311) -At time : 152 ns Reaction : e_aq^-1 (-5156) + H3O^1 (-7147) -> H^0 (-14312) -At time : 153 ns Reaction : OH^-1 (-14220) + H3O^1 (-7131) -> No product -At time : 153 ns Reaction : OH^-1 (-14047) + H3O^1 (-7189) -> No product -At time : 153 ns Reaction : OH^0 (-12567) + e_aq^-1 (-4192) -> OH^-1 (-14313) -At time : 153 ns Reaction : OH^0 (-7256) + OH^0 (-7442) -> H2O2^0 (-14314) -At time : 154 ns Reaction : OH^-1 (-14269) + H3O^1 (-7895) -> No product -At time : 154 ns Reaction : e_aq^-1 (-2003) + H2O2^0 (-13934) -> OH^-1 (-14315) + OH^0 (-14316) -At time : 154 ns Reaction : OH^0 (-9641) + H^0 (-13862) -> No product -At time : 154 ns Reaction : H^0 (-13657) + e_aq^-1 (-4695) -> OH^-1 (-14317) + H_2^0 (-14318) -At time : 155 ns Reaction : H3O^1 (-5819) + OH^-1 (-14025) -> No product -At time : 155 ns Reaction : e_aq^-1 (-630) + H2O2^0 (-13512) -> OH^-1 (-14319) + OH^0 (-14320) -At time : 156 ns Reaction : H3O^1 (-9600) + e_aq^-1 (-3765) -> H^0 (-14321) -At time : 156 ns Reaction : e_aq^-1 (-2815) + H3O^1 (-7743) -> H^0 (-14322) -At time : 157 ns Reaction : e_aq^-1 (-2416) + OH^0 (-6582) -> OH^-1 (-14323) -At time : 159 ns Reaction : OH^0 (-11065) + OH^0 (-7104) -> H2O2^0 (-14324) -At time : 160 ns Reaction : H3O^1 (-11016) + OH^-1 (-14243) -> No product -At time : 161 ns Reaction : OH^-1 (-13984) + H3O^1 (-6901) -> No product -At time : 161 ns Reaction : e_aq^-1 (-5541) + OH^0 (-13821) -> OH^-1 (-14325) -At time : 161 ns Reaction : e_aq^-1 (-1560) + H2O2^0 (-13510) -> OH^-1 (-14326) + OH^0 (-14327) -At time : 161 ns Reaction : H^0 (-12929) + OH^0 (-8234) -> No product -At time : 161 ns Reaction : H3O^1 (-11172) + e_aq^-1 (-5563) -> H^0 (-14328) -At time : 162 ns Reaction : H^0 (-10921) + OH^0 (-14078) -> No product -At time : 163 ns Reaction : OH^0 (-13900) + H^0 (-14304) -> No product -At time : 163 ns Reaction : e_aq^-1 (-3803) + OH^0 (-13783) -> OH^-1 (-14329) -At time : 163 ns Reaction : e_aq^-1 (-592) + H^0 (-12888) -> OH^-1 (-14330) + H_2^0 (-14331) -At time : 163 ns Reaction : H^0 (-12739) + e_aq^-1 (-1228) -> OH^-1 (-14332) + H_2^0 (-14333) -At time : 163 ns Reaction : OH^0 (-9105) + OH^0 (-9204) -> H2O2^0 (-14334) -At time : 163 ns Reaction : e_aq^-1 (-1193) + OH^0 (-7532) -> OH^-1 (-14335) -At time : 164 ns Reaction : H3O^1 (-6591) + OH^-1 (-14012) -> No product -At time : 164 ns Reaction : e_aq^-1 (-2612) + H^0 (-13678) -> OH^-1 (-14336) + H_2^0 (-14337) -At time : 164 ns Reaction : OH^-1 (-13454) + H3O^1 (-7713) -> No product -At time : 164 ns Reaction : H^0 (-12040) + OH^0 (-7676) -> No product -At time : 164 ns Reaction : e_aq^-1 (-142) + OH^0 (-10360) -> OH^-1 (-14338) -At time : 165 ns Reaction : H3O^1 (-6439) + OH^-1 (-14266) -> No product -At time : 165 ns Reaction : OH^-1 (-13865) + H3O^1 (-7771) -> No product -At time : 165 ns Reaction : e_aq^-1 (-111) + H3O^1 (-8640) -> H^0 (-14339) -At time : 166 ns Reaction : OH^-1 (-14168) + H3O^1 (-6933) -> No product -At time : 166 ns Reaction : OH^0 (-13721) + H^0 (-13216) -> No product -At time : 167 ns Reaction : OH^-1 (-14199) + H3O^1 (-6413) -> No product -At time : 167 ns Reaction : H3O^1 (-5947) + OH^-1 (-13638) -> No product -At time : 167 ns Reaction : H3O^1 (-5933) + OH^-1 (-13423) -> No product -At time : 167 ns Reaction : e_aq^-1 (-4091) + H^0 (-8972) -> OH^-1 (-14340) + H_2^0 (-14341) -At time : 168 ns Reaction : OH^-1 (-13914) + H3O^1 (-8301) -> No product -At time : 168 ns Reaction : OH^-1 (-13863) + H3O^1 (-7605) -> No product -At time : 168 ns Reaction : OH^-1 (-13693) + H3O^1 (-6451) -> No product -At time : 169 ns Reaction : OH^-1 (-14136) + H3O^1 (-8007) -> No product -At time : 169 ns Reaction : e_aq^-1 (-4186) + H^0 (-13460) -> OH^-1 (-14342) + H_2^0 (-14343) -At time : 169 ns Reaction : H2O2^0 (-13141) + e_aq^-1 (-2842) -> OH^-1 (-14344) + OH^0 (-14345) -At time : 169 ns Reaction : e_aq^-1 (-5077) + H2O2^0 (-11601) -> OH^-1 (-14346) + OH^0 (-14347) -At time : 169 ns Reaction : H2O2^0 (-11468) + e_aq^-1 (-4115) -> OH^-1 (-14348) + OH^0 (-14349) -At time : 169 ns Reaction : e_aq^-1 (-2502) + H3O^1 (-6589) -> H^0 (-14350) -At time : 170 ns Reaction : OH^-1 (-14172) + H3O^1 (-7927) -> No product -At time : 170 ns Reaction : H3O^1 (-7545) + OH^-1 (-14077) -> No product -At time : 170 ns Reaction : H3O^1 (-6163) + OH^-1 (-14008) -> No product -At time : 170 ns Reaction : e_aq^-1 (-859) + H3O^1 (-7263) -> H^0 (-14351) -At time : 171 ns Reaction : H^0 (-14188) + H^0 (-14229) -> H_2^0 (-14352) -At time : 171 ns Reaction : OH^-1 (-13405) + H3O^1 (-7681) -> No product -At time : 171 ns Reaction : e_aq^-1 (-4413) + H3O^1 (-6793) -> H^0 (-14353) -At time : 173 ns Reaction : H3O^1 (-10214) + OH^-1 (-14302) -> No product -At time : 174 ns Reaction : H^0 (-14028) + H^0 (-14094) -> H_2^0 (-14354) -At time : 174 ns Reaction : H^0 (-13342) + OH^0 (-6430) -> No product -At time : 174 ns Reaction : H2O2^0 (-11500) + e_aq^-1 (-4799) -> OH^-1 (-14355) + OH^0 (-14356) -At time : 174 ns Reaction : OH^0 (-10958) + e_aq^-1 (-4575) -> OH^-1 (-14357) -At time : 174 ns Reaction : e_aq^-1 (-4718) + OH^0 (-10134) -> OH^-1 (-14358) -At time : 174 ns Reaction : e_aq^-1 (-4110) + OH^0 (-7622) -> OH^-1 (-14359) -At time : 176 ns Reaction : H3O^1 (-10445) + OH^-1 (-14237) -> No product -At time : 176 ns Reaction : e_aq^-1 (-4669) + H2O2^0 (-13659) -> OH^-1 (-14360) + OH^0 (-14361) -At time : 176 ns Reaction : H3O^1 (-6027) + OH^-1 (-13129) -> No product -At time : 176 ns Reaction : e_aq^-1 (-2977) + H3O^1 (-7729) -> H^0 (-14362) -At time : 177 ns Reaction : H3O^1 (-6767) + OH^-1 (-13954) -> No product -At time : 177 ns Reaction : OH^0 (-13470) + OH^0 (-7814) -> H2O2^0 (-14363) -At time : 178 ns Reaction : H3O^1 (-9362) + OH^-1 (-14060) -> No product -At time : 179 ns Reaction : OH^-1 (-14186) + H3O^1 (-7273) -> No product -At time : 179 ns Reaction : H^0 (-14022) + OH^0 (-10693) -> No product -At time : 180 ns Reaction : OH^-1 (-13483) + H3O^1 (-6789) -> No product -At time : 180 ns Reaction : e_aq^-1 (-5319) + OH^0 (-10309) -> OH^-1 (-14364) -At time : 181 ns Reaction : H3O^1 (-5849) + OH^-1 (-14360) -> No product -At time : 181 ns Reaction : H^0 (-10731) + H^0 (-14350) -> H_2^0 (-14365) -At time : 182 ns Reaction : OH^0 (-9705) + e_aq^-1 (-2533) -> OH^-1 (-14366) -At time : 183 ns Reaction : H3O^1 (-10572) + OH^-1 (-13986) -> No product -At time : 183 ns Reaction : OH^0 (-6596) + H^0 (-12453) -> No product -At time : 184 ns Reaction : OH^-1 (-13857) + H3O^1 (-8835) -> No product -At time : 184 ns Reaction : OH^0 (-7260) + H^0 (-11869) -> No product -At time : 184 ns Reaction : OH^0 (-10697) + e_aq^-1 (-3630) -> OH^-1 (-14367) -At time : 184 ns Reaction : e_aq^-1 (-578) + H3O^1 (-7503) -> H^0 (-14368) -At time : 185 ns Reaction : e_aq^-1 (-4973) + H^0 (-14312) -> OH^-1 (-14369) + H_2^0 (-14370) -At time : 186 ns Reaction : e_aq^-1 (-4120) + OH^0 (-14085) -> OH^-1 (-14371) -At time : 187 ns Reaction : OH^-1 (-14248) + H3O^1 (-8706) -> No product -At time : 187 ns Reaction : H2O2^0 (-11431) + e_aq^-1 (-5378) -> OH^-1 (-14372) + OH^0 (-14373) -At time : 188 ns Reaction : OH^-1 (-14325) + H3O^1 (-7309) -> No product -At time : 188 ns Reaction : H3O^1 (-10060) + OH^-1 (-13982) -> No product -At time : 188 ns Reaction : OH^0 (-13352) + OH^0 (-6512) -> H2O2^0 (-14374) -At time : 190 ns Reaction : OH^-1 (-14255) + H3O^1 (-6779) -> No product -At time : 190 ns Reaction : e_aq^-1 (-3812) + H^0 (-14039) -> OH^-1 (-14375) + H_2^0 (-14376) -At time : 190 ns Reaction : OH^0 (-13869) + OH^0 (-7164) -> H2O2^0 (-14377) -At time : 190 ns Reaction : e_aq^-1 (-4234) + H2O2^0 (-12452) -> OH^-1 (-14378) + OH^0 (-14379) -At time : 190 ns Reaction : e_aq^-1 (-2514) + OH^0 (-10758) -> OH^-1 (-14380) -At time : 192 ns Reaction : H3O^1 (-6023) + OH^-1 (-13941) -> No product -At time : 193 ns Reaction : OH^0 (-10925) + OH^0 (-9978) -> H2O2^0 (-14381) -At time : 194 ns Reaction : OH^0 (-14298) + e_aq^-1 (-5054) -> OH^-1 (-14382) -At time : 194 ns Reaction : H3O^1 (-5939) + OH^-1 (-13689) -> No product -At time : 194 ns Reaction : H3O^1 (-6577) + OH^-1 (-13654) -> No product -At time : 194 ns Reaction : e_aq^-1 (-2808) + H2O2^0 (-11735) -> OH^-1 (-14383) + OH^0 (-14384) -At time : 194 ns Reaction : H^0 (-9886) + OH^0 (-5968) -> No product -At time : 195 ns Reaction : OH^-1 (-14242) + H3O^1 (-6371) -> No product -At time : 195 ns Reaction : OH^-1 (-13903) + H3O^1 (-7635) -> No product -At time : 196 ns Reaction : H^0 (-9343) + H^0 (-12249) -> H_2^0 (-14385) -At time : 196 ns Reaction : e_aq^-1 (-2290) + H3O^1 (-7831) -> H^0 (-14386) -At time : 196 ns Reaction : e_aq^-1 (-3725) + H3O^1 (-7659) -> H^0 (-14387) -At time : 198 ns Reaction : OH^-1 (-14241) + H3O^1 (-7247) -> No product -At time : 198 ns Reaction : H2O2^0 (-11520) + e_aq^-1 (-4379) -> OH^-1 (-14388) + OH^0 (-14389) -At time : 198 ns Reaction : e_aq^-1 (-4679) + H3O^1 (-8433) -> H^0 (-14390) -At time : 198 ns Reaction : OH^0 (-8218) + OH^0 (-8236) -> H2O2^0 (-14391) -At time : 199 ns Reaction : H3O^1 (-6689) + OH^-1 (-14340) -> No product -At time : 199 ns Reaction : e_aq^-1 (-2312) + H3O^1 (-6791) -> H^0 (-14392) -At time : 201 ns Reaction : e_aq^-1 (-502) + OH^0 (-14117) -> OH^-1 (-14393) -At time : 201 ns Reaction : OH^-1 (-14080) + H3O^1 (-9587) -> No product -At time : 201 ns Reaction : e_aq^-1 (-4790) + OH^0 (-7170) -> OH^-1 (-14394) -At time : 202 ns Reaction : OH^0 (-14149) + OH^0 (-14228) -> H2O2^0 (-14395) -At time : 202 ns Reaction : H3O^1 (-6781) + OH^-1 (-14197) -> No product -At time : 202 ns Reaction : e_aq^-1 (-529) + H2O2^0 (-12672) -> OH^-1 (-14396) + OH^0 (-14397) -At time : 202 ns Reaction : e_aq^-1 (-5379) + OH^0 (-9372) -> OH^-1 (-14398) -At time : 203 ns Reaction : OH^-1 (-14332) + H3O^1 (-5847) -> No product -At time : 203 ns Reaction : H^0 (-12808) + H^0 (-9399) -> H_2^0 (-14399) -At time : 204 ns Reaction : OH^-1 (-13707) + H3O^1 (-7907) -> No product -At time : 206 ns Reaction : OH^0 (-6464) + H^0 (-14299) -> No product -At time : 206 ns Reaction : OH^-1 (-14232) + H3O^1 (-7749) -> No product -At time : 206 ns Reaction : H^0 (-12932) + H^0 (-12709) -> H_2^0 (-14400) -At time : 206 ns Reaction : e_aq^-1 (-4981) + H3O^1 (-7141) -> H^0 (-14401) -At time : 207 ns Reaction : H3O^1 (-9236) + OH^-1 (-13397) -> No product -At time : 207 ns Reaction : H3O^1 (-9911) + OH^-1 (-12979) -> No product -At time : 207 ns Reaction : OH^-1 (-12462) + H3O^1 (-6483) -> No product -At time : 208 ns Reaction : e_aq^-1 (-4107) + H^0 (-13023) -> OH^-1 (-14402) + H_2^0 (-14403) -At time : 208 ns Reaction : OH^0 (-10075) + OH^0 (-8834) -> H2O2^0 (-14404) -At time : 208 ns Reaction : e_aq^-1 (-3158) + H3O^1 (-6295) -> H^0 (-14405) -At time : 209 ns Reaction : OH^-1 (-14225) + H3O^1 (-7705) -> No product -At time : 210 ns Reaction : e_aq^-1 (-4512) + OH^0 (-13825) -> OH^-1 (-14406) -At time : 210 ns Reaction : H^0 (-12675) + e_aq^-1 (-3603) -> OH^-1 (-14407) + H_2^0 (-14408) -At time : 210 ns Reaction : e_aq^-1 (-4801) + H3O^1 (-7521) -> H^0 (-14409) -At time : 210 ns Reaction : OH^0 (-6114) + OH^0 (-7316) -> H2O2^0 (-14410) -At time : 211 ns Reaction : H3O^1 (-11229) + e_aq^-1 (-4808) -> H^0 (-14411) -At time : 211 ns Reaction : e_aq^-1 (-595) + H3O^1 (-8195) -> H^0 (-14412) -At time : 212 ns Reaction : H^0 (-10655) + H^0 (-14119) -> H_2^0 (-14413) -At time : 212 ns Reaction : e_aq^-1 (-791) + OH^0 (-14034) -> OH^-1 (-14414) -At time : 213 ns Reaction : OH^-1 (-14264) + H3O^1 (-7009) -> No product -At time : 213 ns Reaction : OH^0 (-14027) + OH^0 (-6982) -> H2O2^0 (-14415) -At time : 213 ns Reaction : e_aq^-1 (-5116) + H2O2^0 (-12148) -> OH^-1 (-14416) + OH^0 (-14417) -At time : 215 ns Reaction : OH^-1 (-14330) + H3O^1 (-8814) -> No product -At time : 216 ns Reaction : H3O^1 (-5827) + OH^-1 (-14371) -> No product -At time : 216 ns Reaction : e_aq^-1 (-4454) + H3O^1 (-6029) -> H^0 (-14418) -At time : 217 ns Reaction : e_aq^-1 (-3712) + OH^0 (-14233) -> OH^-1 (-14419) -At time : 218 ns Reaction : OH^0 (-14288) + OH^0 (-8042) -> H2O2^0 (-14420) -At time : 218 ns Reaction : e_aq^-1 (-5167) + H2O2^0 (-12106) -> OH^-1 (-14421) + OH^0 (-14422) -At time : 220 ns Reaction : OH^-1 (-13669) + H3O^1 (-8370) -> No product -At time : 220 ns Reaction : OH^0 (-8050) + OH^0 (-12778) -> H2O2^0 (-14423) -At time : 220 ns Reaction : e_aq^-1 (-3220) + H3O^1 (-8535) -> H^0 (-14424) -At time : 221 ns Reaction : H^0 (-9487) + H^0 (-12574) -> H_2^0 (-14425) -At time : 221 ns Reaction : e_aq^-1 (-5628) + H2O2^0 (-11519) -> OH^-1 (-14426) + OH^0 (-14427) -At time : 223 ns Reaction : H^0 (-14339) + H^0 (-14351) -> H_2^0 (-14428) -At time : 223 ns Reaction : H2O2^0 (-14194) + e_aq^-1 (-3643) -> OH^-1 (-14429) + OH^0 (-14430) -At time : 223 ns Reaction : e_aq^-1 (-291) + OH^0 (-12829) -> OH^-1 (-14431) -At time : 224 ns Reaction : H^0 (-13329) + H^0 (-12770) -> H_2^0 (-14432) -At time : 225 ns Reaction : OH^0 (-14349) + OH^0 (-14278) -> H2O2^0 (-14433) -At time : 225 ns Reaction : e_aq^-1 (-303) + H2O2^0 (-11360) -> OH^-1 (-14434) + OH^0 (-14435) -At time : 225 ns Reaction : H3O^1 (-10151) + e_aq^-1 (-4558) -> H^0 (-14436) -At time : 226 ns Reaction : H3O^1 (-10449) + OH^-1 (-13617) -> No product -At time : 227 ns Reaction : OH^0 (-14214) + OH^0 (-13126) -> H2O2^0 (-14437) -At time : 227 ns Reaction : e_aq^-1 (-539) + e_aq^-1 (-4719) -> OH^-1 (-14438) + OH^-1 (-14439) + H_2^0 (-14440) -At time : 228 ns Reaction : e_aq^-1 (-4116) + H2O2^0 (-11591) -> OH^-1 (-14441) + OH^0 (-14442) -At time : 229 ns Reaction : e_aq^-1 (-3966) + e_aq^-1 (-4298) -> OH^-1 (-14443) + OH^-1 (-14444) + H_2^0 (-14445) -At time : 230 ns Reaction : OH^0 (-14384) + OH^0 (-6520) -> H2O2^0 (-14446) -At time : 231 ns Reaction : H^0 (-13133) + e_aq^-1 (-4950) -> OH^-1 (-14447) + H_2^0 (-14448) -At time : 231 ns Reaction : e_aq^-1 (-5511) + H2O2^0 (-13017) -> OH^-1 (-14449) + OH^0 (-14450) -At time : 231 ns Reaction : OH^0 (-11141) + e_aq^-1 (-5405) -> OH^-1 (-14451) -At time : 232 ns Reaction : H3O^1 (-6321) + OH^-1 (-13832) -> No product -At time : 233 ns Reaction : H^0 (-13624) + H^0 (-13462) -> H_2^0 (-14452) -At time : 233 ns Reaction : OH^0 (-9515) + OH^0 (-7742) -> H2O2^0 (-14453) -At time : 234 ns Reaction : OH^0 (-6146) + OH^0 (-13154) -> H2O2^0 (-14454) -At time : 235 ns Reaction : H^0 (-9682) + e_aq^-1 (-3651) -> OH^-1 (-14455) + H_2^0 (-14456) -At time : 235 ns Reaction : e_aq^-1 (-5503) + H3O^1 (-7483) -> H^0 (-14457) -At time : 236 ns Reaction : H^0 (-13978) + OH^0 (-10805) -> No product -At time : 236 ns Reaction : OH^-1 (-13565) + H3O^1 (-7489) -> No product -At time : 236 ns Reaction : e_aq^-1 (-2702) + OH^0 (-6412) -> OH^-1 (-14458) -At time : 237 ns Reaction : H^0 (-14110) + e_aq^-1 (-2390) -> OH^-1 (-14459) + H_2^0 (-14460) -At time : 238 ns Reaction : OH^-1 (-14358) + H3O^1 (-8424) -> No product -At time : 239 ns Reaction : OH^0 (-6420) + H^0 (-13999) -> No product -At time : 239 ns Reaction : H2O2^0 (-11719) + e_aq^-1 (-4607) -> OH^-1 (-14461) + OH^0 (-14462) -At time : 240 ns Reaction : e_aq^-1 (-4488) + OH^0 (-10868) -> OH^-1 (-14463) -At time : 241 ns Reaction : e_aq^-1 (-2582) + H2O2^0 (-11597) -> OH^-1 (-14464) + OH^0 (-14465) -At time : 241 ns Reaction : e_aq^-1 (-2109) + H3O^1 (-6197) -> H^0 (-14466) -At time : 242 ns Reaction : OH^0 (-13731) + OH^0 (-8316) -> H2O2^0 (-14467) -At time : 243 ns Reaction : OH^0 (-5790) + H^0 (-13275) -> No product -At time : 244 ns Reaction : H^0 (-13033) + e_aq^-1 (-3625) -> OH^-1 (-14468) + H_2^0 (-14469) -At time : 245 ns Reaction : e_aq^-1 (-351) + OH^0 (-12612) -> OH^-1 (-14470) -At time : 246 ns Reaction : H^0 (-13073) + OH^0 (-14187) -> No product -At time : 246 ns Reaction : OH^-1 (-14009) + H3O^1 (-7755) -> No product -At time : 247 ns Reaction : OH^0 (-14442) + e_aq^-1 (-2227) -> OH^-1 (-14471) -At time : 247 ns Reaction : OH^0 (-12712) + OH^0 (-6190) -> H2O2^0 (-14472) -At time : 249 ns Reaction : H3O^1 (-5867) + OH^-1 (-14179) -> No product -At time : 250 ns Reaction : OH^-1 (-14402) + H3O^1 (-6725) -> No product -At time : 253 ns Reaction : OH^0 (-12514) + H^0 (-12036) -> No product -At time : 253 ns Reaction : H^0 (-10230) + e_aq^-1 (-4958) -> OH^-1 (-14473) + H_2^0 (-14474) -At time : 255 ns Reaction : e_aq^-1 (-4356) + H2O2^0 (-12630) -> OH^-1 (-14475) + OH^0 (-14476) -At time : 258 ns Reaction : e_aq^-1 (-1238) + H2O2^0 (-14268) -> OH^-1 (-14477) + OH^0 (-14478) -At time : 258 ns Reaction : H3O^1 (-9816) + OH^-1 (-13932) -> No product -At time : 259 ns Reaction : OH^-1 (-14416) + H3O^1 (-10162) -> No product -At time : 260 ns Reaction : H^0 (-9313) + OH^0 (-14115) -> No product -At time : 260 ns Reaction : e_aq^-1 (-1784) + e_aq^-1 (-4251) -> OH^-1 (-14479) + OH^-1 (-14480) + H_2^0 (-14481) -At time : 261 ns Reaction : OH^0 (-9825) + e_aq^-1 (-2345) -> OH^-1 (-14482) -At time : 262 ns Reaction : OH^0 (-11157) + H^0 (-12635) -> No product -At time : 262 ns Reaction : OH^0 (-9647) + e_aq^-1 (-3640) -> OH^-1 (-14483) -At time : 263 ns Reaction : OH^0 (-14320) + H^0 (-14106) -> No product -At time : 263 ns Reaction : OH^-1 (-14099) + H3O^1 (-8511) -> No product -At time : 263 ns Reaction : H^0 (-9829) + e_aq^-1 (-2096) -> OH^-1 (-14484) + H_2^0 (-14485) -At time : 266 ns Reaction : OH^0 (-14196) + OH^0 (-6120) -> H2O2^0 (-14486) -At time : 266 ns Reaction : H2O2^0 (-11710) + e_aq^-1 (-4403) -> OH^-1 (-14487) + OH^0 (-14488) -At time : 266 ns Reaction : H^0 (-11140) + OH^0 (-7288) -> No product -At time : 268 ns Reaction : OH^0 (-11193) + H^0 (-11280) -> No product -At time : 269 ns Reaction : H3O^1 (-7845) + OH^-1 (-14443) -> No product -At time : 269 ns Reaction : e_aq^-1 (-2186) + e_aq^-1 (-2685) -> OH^-1 (-14489) + OH^-1 (-14490) + H_2^0 (-14491) -At time : 272 ns Reaction : e_aq^-1 (-2332) + H3O^1 (-7903) -> H^0 (-14492) -At time : 273 ns Reaction : H2O2^0 (-14415) + e_aq^-1 (-4574) -> OH^-1 (-14493) + OH^0 (-14494) -At time : 273 ns Reaction : H3O^1 (-10706) + OH^-1 (-14380) -> No product -At time : 273 ns Reaction : e_aq^-1 (-1982) + H^0 (-13769) -> OH^-1 (-14495) + H_2^0 (-14496) -At time : 274 ns Reaction : OH^0 (-9110) + OH^0 (-5828) -> H2O2^0 (-14497) -At time : 275 ns Reaction : e_aq^-1 (-4524) + H^0 (-13517) -> OH^-1 (-14498) + H_2^0 (-14499) -At time : 276 ns Reaction : H3O^1 (-6485) + OH^-1 (-14366) -> No product -At time : 277 ns Reaction : H3O^1 (-5999) + OH^-1 (-13950) -> No product -At time : 278 ns Reaction : OH^-1 (-13852) + H3O^1 (-6099) -> No product -At time : 278 ns Reaction : e_aq^-1 (-3619) + H2O2^0 (-11477) -> OH^-1 (-14500) + OH^0 (-14501) -At time : 279 ns Reaction : OH^-1 (-14310) + H3O^1 (-6571) -> No product -At time : 279 ns Reaction : OH^0 (-7072) + OH^0 (-7964) -> H2O2^0 (-14502) -At time : 282 ns Reaction : OH^-1 (-14414) + H3O^1 (-8219) -> No product -At time : 283 ns Reaction : H3O^1 (-10607) + OH^-1 (-14459) -> No product -At time : 283 ns Reaction : OH^0 (-5805) + OH^0 (-7410) -> H2O2^0 (-14503) -At time : 284 ns Reaction : OH^-1 (-14439) + H3O^1 (-7145) -> No product -At time : 284 ns Reaction : e_aq^-1 (-4904) + H2O2^0 (-12848) -> OH^-1 (-14504) + OH^0 (-14505) -At time : 284 ns Reaction : e_aq^-1 (-3661) + OH^0 (-6364) -> OH^-1 (-14506) -At time : 285 ns Reaction : OH^0 (-14450) + OH^0 (-10411) -> H2O2^0 (-14507) -At time : 285 ns Reaction : e_aq^-1 (-2403) + H3O^1 (-8550) -> H^0 (-14508) -At time : 287 ns Reaction : e_aq^-1 (-4133) + OH^0 (-7862) -> OH^-1 (-14509) -At time : 287 ns Reaction : e_aq^-1 (-2466) + H3O^1 (-6495) -> H^0 (-14510) -At time : 288 ns Reaction : OH^-1 (-14305) + H3O^1 (-6489) -> No product -At time : 288 ns Reaction : OH^0 (-9305) + OH^0 (-13560) -> H2O2^0 (-14511) -At time : 289 ns Reaction : H3O^1 (-11054) + OH^-1 (-14477) -> No product -At time : 289 ns Reaction : e_aq^-1 (-3816) + H^0 (-10729) -> OH^-1 (-14512) + H_2^0 (-14513) -At time : 291 ns Reaction : e_aq^-1 (-2556) + H2O2^0 (-12391) -> OH^-1 (-14514) + OH^0 (-14515) -At time : 291 ns Reaction : H^0 (-12350) + OH^0 (-6102) -> No product -At time : 293 ns Reaction : OH^-1 (-14421) + H3O^1 (-8213) -> No product -At time : 293 ns Reaction : OH^-1 (-14355) + H3O^1 (-6833) -> No product -At time : 293 ns Reaction : OH^-1 (-14177) + H3O^1 (-5963) -> No product -At time : 294 ns Reaction : OH^-1 (-13923) + H3O^1 (-8427) -> No product -At time : 295 ns Reaction : OH^0 (-14478) + H^0 (-12910) -> No product -At time : 295 ns Reaction : e_aq^-1 (-5515) + H2O2^0 (-12367) -> OH^-1 (-14516) + OH^0 (-14517) -At time : 296 ns Reaction : OH^-1 (-14406) + H3O^1 (-8031) -> No product -At time : 296 ns Reaction : OH^-1 (-14069) + H3O^1 (-6607) -> No product -At time : 296 ns Reaction : OH^0 (-6672) + OH^0 (-6788) -> H2O2^0 (-14518) -At time : 297 ns Reaction : OH^-1 (-13046) + H3O^1 (-8235) -> No product -At time : 298 ns Reaction : OH^-1 (-13626) + H3O^1 (-7225) -> No product -At time : 298 ns Reaction : H2O2^0 (-13485) + e_aq^-1 (-2027) -> OH^-1 (-14519) + OH^0 (-14520) -At time : 299 ns Reaction : H^0 (-14322) + OH^0 (-10709) -> No product -At time : 299 ns Reaction : OH^-1 (-13921) + H3O^1 (-8412) -> No product -At time : 299 ns Reaction : OH^-1 (-13813) + H3O^1 (-7971) -> No product -At time : 302 ns Reaction : OH^-1 (-14451) + H3O^1 (-8257) -> No product -At time : 302 ns Reaction : OH^-1 (-13318) + H3O^1 (-6159) -> No product -At time : 304 ns Reaction : OH^0 (-9727) + H^0 (-12417) -> No product -At time : 305 ns Reaction : e_aq^-1 (-561) + e_aq^-1 (-5318) -> OH^-1 (-14521) + OH^-1 (-14522) + H_2^0 (-14523) -At time : 306 ns Reaction : e_aq^-1 (-722) + H2O2^0 (-14423) -> OH^-1 (-14524) + OH^0 (-14525) -At time : 307 ns Reaction : H^0 (-9646) + OH^0 (-6620) -> No product -At time : 308 ns Reaction : OH^-1 (-14498) + H3O^1 (-8379) -> No product -At time : 308 ns Reaction : OH^-1 (-14484) + H3O^1 (-6711) -> No product -At time : 310 ns Reaction : OH^-1 (-12603) + H3O^1 (-7747) -> No product -At time : 310 ns Reaction : OH^0 (-9736) + OH^0 (-7808) -> H2O2^0 (-14526) -At time : 311 ns Reaction : e_aq^-1 (-5579) + OH^0 (-8603) -> OH^-1 (-14527) -At time : 314 ns Reaction : OH^0 (-14260) + H^0 (-11916) -> No product -At time : 315 ns Reaction : e_aq^-1 (-5467) + H^0 (-13361) -> OH^-1 (-14528) + H_2^0 (-14529) -At time : 316 ns Reaction : OH^0 (-14494) + OH^0 (-7508) -> H2O2^0 (-14530) -At time : 316 ns Reaction : e_aq^-1 (-4513) + e_aq^-1 (-4875) -> OH^-1 (-14531) + OH^-1 (-14532) + H_2^0 (-14533) -At time : 317 ns Reaction : OH^0 (-12863) + H^0 (-14240) -> No product -At time : 318 ns Reaction : e_aq^-1 (-774) + H2O2^0 (-14404) -> OH^-1 (-14534) + OH^0 (-14535) -At time : 318 ns Reaction : e_aq^-1 (-2283) + H^0 (-13585) -> OH^-1 (-14536) + H_2^0 (-14537) -At time : 318 ns Reaction : H3O^1 (-10720) + OH^-1 (-12849) -> No product -At time : 319 ns Reaction : OH^0 (-9993) + OH^0 (-14162) -> H2O2^0 (-14538) -At time : 321 ns Reaction : H3O^1 (-11181) + OH^-1 (-14473) -> No product -At time : 322 ns Reaction : OH^0 (-14525) + e_aq^-1 (-4781) -> OH^-1 (-14539) -At time : 323 ns Reaction : H^0 (-11723) + OH^0 (-13793) -> No product -At time : 325 ns Reaction : OH^-1 (-14539) + H3O^1 (-8193) -> No product -At time : 325 ns Reaction : OH^-1 (-13929) + H3O^1 (-6319) -> No product -At time : 325 ns Reaction : OH^0 (-10831) + H^0 (-12751) -> No product -At time : 325 ns Reaction : OH^0 (-9213) + e_aq^-1 (-3628) -> OH^-1 (-14540) -At time : 326 ns Reaction : H3O^1 (-9770) + OH^-1 (-14155) -> No product -At time : 326 ns Reaction : e_aq^-1 (-5551) + H2O2^0 (-13743) -> OH^-1 (-14541) + OH^0 (-14542) -At time : 330 ns Reaction : H3O^1 (-9611) + OH^-1 (-14509) -> No product -At time : 332 ns Reaction : e_aq^-1 (-12) + H2O2^0 (-12209) -> OH^-1 (-14543) + OH^0 (-14544) -At time : 334 ns Reaction : OH^0 (-13823) + OH^0 (-7174) -> H2O2^0 (-14545) -At time : 335 ns Reaction : OH^0 (-7748) + OH^0 (-7766) -> H2O2^0 (-14546) -At time : 336 ns Reaction : OH^-1 (-13826) + H3O^1 (-5927) -> No product -At time : 337 ns Reaction : OH^0 (-10330) + OH^0 (-7408) -> H2O2^0 (-14547) -At time : 337 ns Reaction : OH^0 (-6838) + H^0 (-9046) -> No product -At time : 337 ns Reaction : e_aq^-1 (-4510) + H3O^1 (-7561) -> H^0 (-14548) -At time : 339 ns Reaction : H^0 (-13623) + H^0 (-13208) -> H_2^0 (-14549) -At time : 340 ns Reaction : H3O^1 (-9663) + OH^-1 (-13838) -> No product -At time : 345 ns Reaction : H^0 (-14548) + H^0 (-13590) -> H_2^0 (-14550) -At time : 348 ns Reaction : OH^-1 (-14128) + H3O^1 (-7953) -> No product -At time : 349 ns Reaction : e_aq^-1 (-841) + H^0 (-13801) -> OH^-1 (-14551) + H_2^0 (-14552) -At time : 355 ns Reaction : e_aq^-1 (-3950) + e_aq^-1 (-4076) -> OH^-1 (-14553) + OH^-1 (-14554) + H_2^0 (-14555) -At time : 356 ns Reaction : H3O^1 (-6565) + OH^-1 (-14336) -> No product -At time : 357 ns Reaction : OH^-1 (-14211) + H3O^1 (-8247) -> No product -At time : 361 ns Reaction : OH^-1 (-14120) + H3O^1 (-8205) -> No product -At time : 361 ns Reaction : OH^-1 (-13726) + H3O^1 (-6453) -> No product -At time : 361 ns Reaction : OH^0 (-6016) + OH^0 (-7094) -> H2O2^0 (-14556) -At time : 362 ns Reaction : H3O^1 (-7535) + OH^-1 (-14532) -> No product -At time : 363 ns Reaction : OH^-1 (-14396) + H3O^1 (-7231) -> No product -At time : 363 ns Reaction : OH^-1 (-13881) + H3O^1 (-6749) -> No product -At time : 365 ns Reaction : OH^0 (-9452) + e_aq^-1 (-3549) -> OH^-1 (-14557) -At time : 367 ns Reaction : OH^-1 (-13702) + H3O^1 (-6687) -> No product -At time : 367 ns Reaction : e_aq^-1 (-2281) + H3O^1 (-9751) -> H^0 (-14558) -At time : 368 ns Reaction : e_aq^-1 (-2921) + H^0 (-14280) -> OH^-1 (-14559) + H_2^0 (-14560) -At time : 368 ns Reaction : OH^0 (-9248) + OH^0 (-8977) -> H2O2^0 (-14561) -At time : 369 ns Reaction : H3O^1 (-10555) + OH^-1 (-14096) -> No product -At time : 371 ns Reaction : OH^-1 (-14434) + H3O^1 (-8327) -> No product -At time : 371 ns Reaction : H3O^1 (-10850) + OH^-1 (-14066) -> No product -At time : 371 ns Reaction : e_aq^-1 (-5248) + OH^0 (-11053) -> OH^-1 (-14562) -At time : 371 ns Reaction : e_aq^-1 (-5073) + H3O^1 (-8225) -> H^0 (-14563) -At time : 372 ns Reaction : OH^-1 (-14541) + H3O^1 (-7097) -> No product -At time : 373 ns Reaction : H^0 (-14362) + OH^0 (-12166) -> No product -At time : 374 ns Reaction : e_aq^-1 (-5212) + H^0 (-14230) -> OH^-1 (-14564) + H_2^0 (-14565) -At time : 377 ns Reaction : OH^-1 (-14534) + H3O^1 (-8646) -> No product -At time : 377 ns Reaction : e_aq^-1 (-5020) + H^0 (-14436) -> OH^-1 (-14566) + H_2^0 (-14567) -At time : 377 ns Reaction : e_aq^-1 (-3783) + H2O2^0 (-11434) -> OH^-1 (-14568) + OH^0 (-14569) -At time : 379 ns Reaction : e_aq^-1 (-5335) + H^0 (-14193) -> OH^-1 (-14570) + H_2^0 (-14571) -At time : 380 ns Reaction : OH^-1 (-14256) + H3O^1 (-10747) -> No product -At time : 381 ns Reaction : OH^0 (-14200) + OH^0 (-6580) -> H2O2^0 (-14572) -At time : 381 ns Reaction : H^0 (-13969) + OH^0 (-9718) -> No product -At time : 381 ns Reaction : e_aq^-1 (-4928) + H3O^1 (-6821) -> H^0 (-14573) -At time : 382 ns Reaction : OH^0 (-6462) + OH^0 (-13742) -> H2O2^0 (-14574) -At time : 382 ns Reaction : e_aq^-1 (-1416) + H2O2^0 (-13648) -> OH^-1 (-14575) + OH^0 (-14576) -At time : 390 ns Reaction : H3O^1 (-11125) + OH^-1 (-14528) -> No product -At time : 390 ns Reaction : OH^0 (-6198) + OH^0 (-14270) -> H2O2^0 (-14577) -At time : 391 ns Reaction : OH^-1 (-14295) + H3O^1 (-6237) -> No product -At time : 391 ns Reaction : OH^-1 (-13259) + H3O^1 (-8490) -> No product -At time : 395 ns Reaction : e_aq^-1 (-4989) + H3O^1 (-7969) -> H^0 (-14578) -At time : 395 ns Reaction : OH^0 (-6720) + OH^0 (-6890) -> H2O2^0 (-14579) -At time : 396 ns Reaction : e_aq^-1 (-2820) + H^0 (-14101) -> OH^-1 (-14580) + H_2^0 (-14581) -At time : 397 ns Reaction : OH^0 (-9547) + OH^0 (-7716) -> H2O2^0 (-14582) -At time : 399 ns Reaction : OH^-1 (-14493) + H3O^1 (-8085) -> No product -At time : 406 ns Reaction : e_aq^-1 (-2177) + OH^0 (-14569) -> OH^-1 (-14583) -At time : 406 ns Reaction : OH^0 (-10584) + e_aq^-1 (-1996) -> OH^-1 (-14584) -At time : 407 ns Reaction : e_aq^-1 (-980) + H2O2^0 (-11680) -> OH^-1 (-14585) + OH^0 (-14586) -At time : 409 ns Reaction : e_aq^-1 (-2522) + H3O^1 (-6593) -> H^0 (-14587) -At time : 411 ns Reaction : H^0 (-9561) + H^0 (-13972) -> H_2^0 (-14588) -At time : 412 ns Reaction : H2O2^0 (-11711) + e_aq^-1 (-656) -> OH^-1 (-14589) + OH^0 (-14590) -At time : 413 ns Reaction : e_aq^-1 (-4378) + H^0 (-14189) -> OH^-1 (-14591) + H_2^0 (-14592) -At time : 415 ns Reaction : OH^-1 (-14285) + H3O^1 (-7301) -> No product -At time : 415 ns Reaction : e_aq^-1 (-476) + H3O^1 (-10034) -> H^0 (-14593) -At time : 418 ns Reaction : H3O^1 (-10338) + OH^-1 (-13988) -> No product -At time : 419 ns Reaction : H3O^1 (-9921) + OH^-1 (-14031) -> No product -At time : 419 ns Reaction : e_aq^-1 (-5641) + H3O^1 (-8592) -> H^0 (-14594) -At time : 422 ns Reaction : H^0 (-14276) + OH^0 (-7386) -> No product -At time : 423 ns Reaction : OH^-1 (-14062) + H3O^1 (-7429) -> No product -At time : 424 ns Reaction : OH^0 (-9119) + H^0 (-10826) -> No product -At time : 425 ns Reaction : e_aq^-1 (-4650) + OH^0 (-5793) -> OH^-1 (-14595) -At time : 430 ns Reaction : H3O^1 (-6851) + OH^-1 (-14041) -> No product -At time : 430 ns Reaction : H3O^1 (-7585) + OH^-1 (-13962) -> No product -At time : 430 ns Reaction : H^0 (-13672) + H^0 (-13945) -> H_2^0 (-14596) -At time : 431 ns Reaction : OH^-1 (-14372) + H3O^1 (-6075) -> No product -At time : 432 ns Reaction : H^0 (-13522) + OH^0 (-6814) -> No product -At time : 435 ns Reaction : e_aq^-1 (-3902) + H3O^1 (-8751) -> H^0 (-14597) -At time : 437 ns Reaction : e_aq^-1 (-2105) + e_aq^-1 (-2305) -> OH^-1 (-14598) + OH^-1 (-14599) + H_2^0 (-14600) -At time : 439 ns Reaction : OH^-1 (-14570) + H3O^1 (-7403) -> No product -At time : 441 ns Reaction : H3O^1 (-10344) + OH^-1 (-14150) -> No product -At time : 442 ns Reaction : OH^0 (-10699) + H^0 (-13135) -> No product -At time : 443 ns Reaction : H3O^1 (-8334) + OH^-1 (-13730) -> No product -At time : 444 ns Reaction : OH^0 (-14164) + H^0 (-14368) -> No product -At time : 445 ns Reaction : e_aq^-1 (-3616) + H^0 (-14095) -> OH^-1 (-14601) + H_2^0 (-14602) -At time : 445 ns Reaction : H3O^1 (-11087) + OH^-1 (-13991) -> No product -At time : 445 ns Reaction : H^0 (-13477) + OH^0 (-8360) -> No product -At time : 447 ns Reaction : e_aq^-1 (-3124) + e_aq^-1 (-3213) -> OH^-1 (-14603) + OH^-1 (-14604) + H_2^0 (-14605) -At time : 449 ns Reaction : H^0 (-9970) + OH^0 (-10834) -> No product -At time : 450 ns Reaction : OH^-1 (-14359) + H3O^1 (-5917) -> No product -At time : 450 ns Reaction : H^0 (-12571) + OH^0 (-8134) -> No product -At time : 454 ns Reaction : H3O^1 (-10930) + OH^-1 (-14082) -> No product -At time : 457 ns Reaction : OH^-1 (-13888) + H3O^1 (-6131) -> No product -At time : 461.27 ns Reaction : OH^0 (-6096) + H^0 (-12397) -> No product -At time : 462.27 ns Reaction : H2O2^0 (-11849) + e_aq^-1 (-2119) -> OH^-1 (-14606) + OH^0 (-14607) -At time : 462.27 ns Reaction : OH^0 (-10498) + H^0 (-11120) -> No product -At time : 464.27 ns Reaction : H3O^1 (-6169) + OH^-1 (-13640) -> No product -At time : 467.27 ns Reaction : OH^0 (-14253) + OH^0 (-7102) -> H2O2^0 (-14608) -At time : 467.27 ns Reaction : H3O^1 (-11037) + OH^-1 (-14165) -> No product -At time : 467.27 ns Reaction : e_aq^-1 (-3682) + H2O2^0 (-12638) -> OH^-1 (-14609) + OH^0 (-14610) -At time : 469.27 ns Reaction : e_aq^-1 (-3677) + H3O^1 (-7667) -> H^0 (-14611) -At time : 470.27 ns Reaction : OH^-1 (-14438) + H3O^1 (-8871) -> No product -At time : 471.27 ns Reaction : e_aq^-1 (-5206) + H2O2^0 (-12935) -> OH^-1 (-14612) + OH^0 (-14613) -At time : 475.27 ns Reaction : H^0 (-12558) + OH^0 (-6408) -> No product -At time : 475.27 ns Reaction : e_aq^-1 (-2645) + OH^0 (-6436) -> OH^-1 (-14614) -At time : 481.27 ns Reaction : OH^-1 (-14500) + H3O^1 (-7751) -> No product -At time : 481.27 ns Reaction : H2O2^0 (-14103) + e_aq^-1 (-3939) -> OH^-1 (-14615) + OH^0 (-14616) -At time : 482.27 ns Reaction : OH^0 (-5892) + OH^0 (-8723) -> H2O2^0 (-14617) -At time : 483.27 ns Reaction : H3O^1 (-9812) + OH^-1 (-14388) -> No product -At time : 485.27 ns Reaction : H3O^1 (-10168) + OH^-1 (-14319) -> No product -At time : 487.27 ns Reaction : e_aq^-1 (-4467) + OH^0 (-14607) -> OH^-1 (-14618) -At time : 489.27 ns Reaction : e_aq^-1 (-195) + H2O2^0 (-11775) -> OH^-1 (-14619) + OH^0 (-14620) -At time : 491.27 ns Reaction : OH^-1 (-14398) + H3O^1 (-8189) -> No product -At time : 491.27 ns Reaction : OH^-1 (-14309) + H3O^1 (-7867) -> No product -At time : 492.27 ns Reaction : OH^0 (-14361) + OH^0 (-6974) -> H2O2^0 (-14621) -At time : 497.27 ns Reaction : e_aq^-1 (-3880) + H2O2^0 (-11536) -> OH^-1 (-14622) + OH^0 (-14623) -At time : 499.27 ns Reaction : H3O^1 (-6971) + OH^-1 (-13770) -> No product -At time : 508.27 ns Reaction : H3O^1 (-6693) + OH^-1 (-14622) -> No product -At time : 508.27 ns Reaction : e_aq^-1 (-3526) + OH^0 (-6370) -> OH^-1 (-14624) -At time : 513.27 ns Reaction : e_aq^-1 (-4931) + OH^0 (-10115) -> OH^-1 (-14625) -At time : 514.27 ns Reaction : e_aq^-1 (-467) + e_aq^-1 (-4659) -> OH^-1 (-14626) + OH^-1 (-14627) + H_2^0 (-14628) -At time : 516.27 ns Reaction : OH^0 (-10229) + OH^0 (-14286) -> H2O2^0 (-14629) -At time : 516.27 ns Reaction : OH^0 (-11343) + e_aq^-1 (-5645) -> OH^-1 (-14630) -At time : 517.27 ns Reaction : H^0 (-14594) + OH^0 (-5814) -> No product -At time : 517.27 ns Reaction : OH^-1 (-14575) + H3O^1 (-8125) -> No product -At time : 523.27 ns Reaction : OH^-1 (-14562) + H3O^1 (-7233) -> No product -At time : 532.27 ns Reaction : H3O^1 (-10611) + OH^-1 (-13709) -> No product -At time : 533.27 ns Reaction : e_aq^-1 (-5308) + OH^0 (-5811) -> OH^-1 (-14631) -At time : 538.27 ns Reaction : OH^-1 (-14589) + H3O^1 (-7087) -> No product -At time : 538.27 ns Reaction : OH^0 (-10608) + OH^0 (-9224) -> H2O2^0 (-14632) -At time : 548.34 ns Reaction : H^0 (-9958) + OH^0 (-13663) -> No product -At time : 549.34 ns Reaction : e_aq^-1 (-3797) + H^0 (-14011) -> OH^-1 (-14633) + H_2^0 (-14634) -At time : 550.34 ns Reaction : OH^-1 (-14274) + H3O^1 (-6365) -> No product -At time : 558.34 ns Reaction : OH^0 (-14018) + e_aq^-1 (-4750) -> OH^-1 (-14635) -At time : 559.34 ns Reaction : e_aq^-1 (-4106) + H3O^1 (-6855) -> H^0 (-14636) -At time : 560.34 ns Reaction : H3O^1 (-6987) + OH^-1 (-14606) -> No product -At time : 565.34 ns Reaction : H3O^1 (-7443) + OH^-1 (-13829) -> No product -At time : 566.34 ns Reaction : OH^0 (-9311) + OH^0 (-14109) -> H2O2^0 (-14637) -At time : 571.34 ns Reaction : OH^-1 (-14463) + H3O^1 (-8580) -> No product -At time : 573.34 ns Reaction : OH^0 (-7238) + OH^0 (-8092) -> H2O2^0 (-14638) -At time : 582.34 ns Reaction : H^0 (-10080) + e_aq^-1 (-4616) -> OH^-1 (-14639) + H_2^0 (-14640) -At time : 583.34 ns Reaction : H3O^1 (-7551) + OH^-1 (-14612) -> No product -At time : 583.34 ns Reaction : H^0 (-14104) + H^0 (-14294) -> H_2^0 (-14641) -At time : 584.34 ns Reaction : e_aq^-1 (-2948) + H3O^1 (-5923) -> H^0 (-14642) -At time : 589.34 ns Reaction : H^0 (-13190) + OH^0 (-8405) -> No product -At time : 591.34 ns Reaction : H3O^1 (-5893) + OH^-1 (-14040) -> No product -At time : 591.34 ns Reaction : e_aq^-1 (-2574) + OH^0 (-13527) -> OH^-1 (-14643) -At time : 594.34 ns Reaction : OH^-1 (-14514) + H3O^1 (-7805) -> No product -At time : 594.34 ns Reaction : OH^0 (-12628) + H^0 (-12192) -> No product -At time : 596.34 ns Reaction : e_aq^-1 (-5321) + H2O2^0 (-14454) -> OH^-1 (-14644) + OH^0 (-14645) -At time : 598.34 ns Reaction : H3O^1 (-7389) + OH^-1 (-13630) -> No product -At time : 603.34 ns Reaction : H3O^1 (-9899) + OH^-1 (-14615) -> No product -At time : 612.34 ns Reaction : OH^0 (-14147) + OH^0 (-9178) -> H2O2^0 (-14646) -At time : 615.34 ns Reaction : H^0 (-14510) + e_aq^-1 (-3706) -> OH^-1 (-14647) + H_2^0 (-14648) -At time : 616.34 ns Reaction : OH^0 (-14144) + e_aq^-1 (-4889) -> OH^-1 (-14649) -At time : 616.34 ns Reaction : H2O2^0 (-14036) + e_aq^-1 (-3530) -> OH^-1 (-14650) + OH^0 (-14651) -At time : 617.34 ns Reaction : H2O2^0 (-13901) + e_aq^-1 (-2271) -> OH^-1 (-14652) + OH^0 (-14653) -At time : 620.34 ns Reaction : OH^0 (-7146) + OH^0 (-9079) -> H2O2^0 (-14654) -At time : 622.34 ns Reaction : H^0 (-10376) + H^0 (-13120) -> H_2^0 (-14655) -At time : 623.34 ns Reaction : H3O^1 (-6625) + OH^-1 (-13739) -> No product -At time : 627.34 ns Reaction : OH^0 (-9589) + H^0 (-13198) -> No product -At time : 628.34 ns Reaction : e_aq^-1 (-2990) + H3O^1 (-8748) -> H^0 (-14656) -At time : 629.34 ns Reaction : H^0 (-10685) + H^0 (-14308) -> H_2^0 (-14657) -At time : 629.34 ns Reaction : H3O^1 (-8442) + OH^-1 (-14141) -> No product -At time : 631.34 ns Reaction : OH^-1 (-14289) + H3O^1 (-6681) -> No product -At time : 632.34 ns Reaction : OH^-1 (-14246) + H3O^1 (-5831) -> No product -At time : 632.34 ns Reaction : OH^-1 (-14064) + H3O^1 (-7379) -> No product -At time : 643.34 ns Reaction : e_aq^-1 (-2052) + OH^0 (-14520) -> OH^-1 (-14658) -At time : 644.34 ns Reaction : OH^-1 (-14625) + H3O^1 (-6873) -> No product -At time : 645.34 ns Reaction : OH^0 (-9880) + OH^0 (-13850) -> H2O2^0 (-14659) -At time : 653.34 ns Reaction : e_aq^-1 (-5314) + H3O^1 (-6061) -> H^0 (-14660) -At time : 655.34 ns Reaction : OH^0 (-14515) + OH^0 (-5932) -> H2O2^0 (-14661) -At time : 671.34 ns Reaction : e_aq^-1 (-4552) + H3O^1 (-8081) -> H^0 (-14662) -At time : 675.34 ns Reaction : e_aq^-1 (-3533) + H3O^1 (-7673) -> H^0 (-14663) -At time : 678.34 ns Reaction : H3O^1 (-5817) + OH^-1 (-13683) -> No product -At time : 678.34 ns Reaction : OH^0 (-6586) + H^0 (-12674) -> No product -At time : 683.34 ns Reaction : OH^0 (-10630) + OH^0 (-6220) -> H2O2^0 (-14664) -At time : 688.34 ns Reaction : H3O^1 (-5949) + OH^-1 (-14583) -> No product -At time : 688.34 ns Reaction : OH^-1 (-14300) + H3O^1 (-8601) -> No product -At time : 690.34 ns Reaction : OH^0 (-14576) + H^0 (-13902) -> No product -At time : 693.34 ns Reaction : e_aq^-1 (-5574) + OH^0 (-10265) -> OH^-1 (-14665) -At time : 696.34 ns Reaction : e_aq^-1 (-3507) + OH^0 (-7680) -> OH^-1 (-14666) -At time : 697.34 ns Reaction : H^0 (-14035) + OH^0 (-7476) -> No product -At time : 700.34 ns Reaction : e_aq^-1 (-4239) + H3O^1 (-7063) -> H^0 (-14667) -At time : 718.34 ns Reaction : OH^-1 (-14216) + H3O^1 (-6401) -> No product -At time : 719.34 ns Reaction : H^0 (-10583) + OH^0 (-10026) -> No product -At time : 720.34 ns Reaction : e_aq^-1 (-2216) + e_aq^-1 (-2728) -> OH^-1 (-14668) + OH^-1 (-14669) + H_2^0 (-14670) -At time : 722.34 ns Reaction : H^0 (-10201) + H^0 (-14662) -> H_2^0 (-14671) -At time : 722.34 ns Reaction : OH^-1 (-14369) + H3O^1 (-7951) -> No product -At time : 723.34 ns Reaction : OH^0 (-7972) + OH^0 (-7980) -> H2O2^0 (-14672) -At time : 729.34 ns Reaction : e_aq^-1 (-2962) + OH^0 (-6500) -> OH^-1 (-14673) -At time : 730.34 ns Reaction : OH^-1 (-13775) + H3O^1 (-7695) -> No product -At time : 731.34 ns Reaction : OH^-1 (-14342) + H3O^1 (-7849) -> No product -At time : 735.34 ns Reaction : H3O^1 (-5823) + OH^-1 (-14375) -> No product -At time : 738.34 ns Reaction : H^0 (-13946) + OH^0 (-7784) -> No product -At time : 741.34 ns Reaction : H3O^1 (-10988) + OH^-1 (-14595) -> No product -At time : 742.34 ns Reaction : OH^-1 (-13490) + H3O^1 (-6507) -> No product -At time : 747.34 ns Reaction : OH^-1 (-14238) + H3O^1 (-7031) -> No product -At time : 747.34 ns Reaction : e_aq^-1 (-717) + H2O2^0 (-11406) -> OH^-1 (-14674) + OH^0 (-14675) -At time : 753.34 ns Reaction : OH^-1 (-13344) + H3O^1 (-8529) -> No product -At time : 754.34 ns Reaction : H3O^1 (-7215) + OH^-1 (-14527) -> No product -At time : 760.34 ns Reaction : e_aq^-1 (-4295) + H3O^1 (-6645) -> H^0 (-14676) -At time : 761.34 ns Reaction : e_aq^-1 (-2590) + OH^0 (-5874) -> OH^-1 (-14677) -At time : 764.34 ns Reaction : H^0 (-10211) + e_aq^-1 (-5658) -> OH^-1 (-14678) + H_2^0 (-14679) -At time : 768.34 ns Reaction : OH^-1 (-14668) + H3O^1 (-8361) -> No product -At time : 779.35 ns Reaction : OH^0 (-14048) + OH^0 (-14422) -> H2O2^0 (-14680) -At time : 787.35 ns Reaction : H2O2^0 (-12958) + e_aq^-1 (-2872) -> OH^-1 (-14681) + OH^0 (-14682) -At time : 787.35 ns Reaction : e_aq^-1 (-5393) + H3O^1 (-6795) -> H^0 (-14683) -At time : 788.35 ns Reaction : e_aq^-1 (-951) + H^0 (-13564) -> OH^-1 (-14684) + H_2^0 (-14685) -At time : 793.35 ns Reaction : OH^0 (-9691) + H^0 (-13085) -> No product -At time : 794.35 ns Reaction : H3O^1 (-10359) + OH^-1 (-14674) -> No product -At time : 796.35 ns Reaction : OH^-1 (-14329) + H3O^1 (-6505) -> No product -At time : 798.35 ns Reaction : e_aq^-1 (-4661) + H^0 (-13981) -> OH^-1 (-14686) + H_2^0 (-14687) -At time : 800.35 ns Reaction : OH^-1 (-13908) + H3O^1 (-6629) -> No product -At time : 803.35 ns Reaction : e_aq^-1 (-848) + H3O^1 (-10255) -> H^0 (-14688) -At time : 807.35 ns Reaction : OH^0 (-6184) + H^0 (-14593) -> No product -At time : 808.35 ns Reaction : H3O^1 (-6327) + OH^-1 (-14624) -> No product -At time : 812.35 ns Reaction : OH^0 (-13372) + e_aq^-1 (-3722) -> OH^-1 (-14689) -At time : 813.35 ns Reaction : e_aq^-1 (-551) + OH^0 (-7336) -> OH^-1 (-14690) -At time : 816.35 ns Reaction : H^0 (-14660) + OH^0 (-7434) -> No product -At time : 817.35 ns Reaction : OH^0 (-9917) + e_aq^-1 (-1880) -> OH^-1 (-14691) -At time : 817.35 ns Reaction : OH^0 (-5840) + OH^0 (-7830) -> H2O2^0 (-14692) -At time : 820.35 ns Reaction : OH^-1 (-14344) + H3O^1 (-8718) -> No product -At time : 825.35 ns Reaction : OH^0 (-6396) + OH^0 (-6454) -> H2O2^0 (-14693) -At time : 828.35 ns Reaction : e_aq^-1 (-1914) + OH^0 (-13349) -> OH^-1 (-14694) -At time : 834.35 ns Reaction : H^0 (-10112) + OH^0 (-6914) -> No product -At time : 836.35 ns Reaction : H^0 (-10997) + OH^0 (-6060) -> No product -At time : 854.74 ns Reaction : OH^0 (-9200) + OH^0 (-13833) -> H2O2^0 (-14695) -At time : 863.74 ns Reaction : OH^-1 (-14148) + H3O^1 (-7343) -> No product -At time : 868.74 ns Reaction : H3O^1 (-11145) + OH^-1 (-14644) -> No product -At time : 871.74 ns Reaction : e_aq^-1 (-3922) + H2O2^0 (-11583) -> OH^-1 (-14696) + OH^0 (-14697) -At time : 875.74 ns Reaction : OH^-1 (-14429) + H3O^1 (-7897) -> No product -At time : 886.74 ns Reaction : H^0 (-14171) + e_aq^-1 (-3599) -> OH^-1 (-14698) + H_2^0 (-14699) -At time : 887.74 ns Reaction : OH^0 (-9676) + OH^0 (-6316) -> H2O2^0 (-14700) -At time : 890.74 ns Reaction : e_aq^-1 (-17) + H3O^1 (-11340) -> H^0 (-14701) -At time : 894.74 ns Reaction : e_aq^-1 (-5019) + OH^0 (-7502) -> OH^-1 (-14702) -At time : 897.74 ns Reaction : OH^0 (-8004) + OH^0 (-8818) -> H2O2^0 (-14703) -At time : 914.74 ns Reaction : H^0 (-13588) + OH^0 (-14397) -> No product -At time : 914.74 ns Reaction : e_aq^-1 (-3141) + H^0 (-11903) -> OH^-1 (-14704) + H_2^0 (-14705) -At time : 920.74 ns Reaction : OH^0 (-6248) + OH^0 (-14152) -> H2O2^0 (-14706) -At time : 923.74 ns Reaction : OH^-1 (-14271) + H3O^1 (-5885) -> No product -At time : 927.74 ns Reaction : H^0 (-14184) + H^0 (-11905) -> H_2^0 (-14707) -At time : 944.74 ns Reaction : H3O^1 (-6999) + OH^-1 (-14461) -> No product -At time : 956.74 ns Reaction : OH^0 (-9823) + OH^0 (-6572) -> H2O2^0 (-14708) -At time : 961.87 ns Reaction : OH^-1 (-14043) + H3O^1 (-6765) -> No product -At time : 963.87 ns Reaction : OH^0 (-9448) + H^0 (-13534) -> No product -At time : 978.87 ns Reaction : OH^-1 (-13262) + H3O^1 (-8119) -> No product -At time : 982.87 ns Reaction : H^0 (-9451) + e_aq^-1 (-3295) -> OH^-1 (-14709) + H_2^0 (-14710) -At time : 986.87 ns Reaction : e_aq^-1 (-4601) + H3O^1 (-7615) -> H^0 (-14711) +At time : 54.1 ps Reaction : OH^0 (-7758) + OH^0 (-7760) -> H2O2^0 (-11705) +At time : 55.1 ps Reaction : OH^0 (-9714) + OH^0 (-8769) -> H2O2^0 (-11706) +At time : 55.1 ps Reaction : H3O^1 (-8703) + e_aq^-1 (-8704) -> H^0 (-11707) +At time : 56.1 ps Reaction : OH^0 (-9563) + OH^0 (-7722) -> H2O2^0 (-11708) +At time : 56.1 ps Reaction : OH^0 (-8414) + e_aq^-1 (-8416) -> OH^-1 (-11709) +At time : 56.1 ps Reaction : e_aq^-1 (-4545) + H3O^1 (-7557) -> H^0 (-11710) +At time : 57.1 ps Reaction : H3O^1 (-8415) + OH^-1 (-11709) -> No product +At time : 57.1 ps Reaction : OH^0 (-10360) + H^0 (-11248) -> No product +At time : 57.1 ps Reaction : OH^0 (-9771) + OH^0 (-6614) -> H2O2^0 (-11711) +At time : 57.1 ps Reaction : OH^0 (-8266) + H^0 (-9094) -> No product +At time : 57.1 ps Reaction : OH^0 (-6596) + OH^0 (-8981) -> H2O2^0 (-11712) +At time : 58.1 ps Reaction : H^0 (-11300) + OH^0 (-9692) -> No product +At time : 58.1 ps Reaction : OH^0 (-10455) + OH^0 (-8118) -> H2O2^0 (-11713) +At time : 58.1 ps Reaction : e_aq^-1 (-1247) + OH^0 (-7024) -> OH^-1 (-11714) +At time : 58.1 ps Reaction : OH^-1 (-11714) + H3O^1 (-7023) -> No product +At time : 59.1 ps Reaction : OH^0 (-11350) + OH^0 (-11250) -> H2O2^0 (-11715) +At time : 59.1 ps Reaction : OH^0 (-11169) + OH^0 (-8292) -> H2O2^0 (-11716) +At time : 59.1 ps Reaction : OH^0 (-9310) + OH^0 (-7080) -> H2O2^0 (-11717) +At time : 60.1 ps Reaction : OH^0 (-9216) + H^0 (-11202) -> No product +At time : 60.1 ps Reaction : H^0 (-9791) + OH^0 (-6648) -> No product +At time : 61.1 ps Reaction : OH^0 (-9801) + H^0 (-10764) -> No product +At time : 61.1 ps Reaction : OH^0 (-10730) + OH^0 (-9007) -> H2O2^0 (-11718) +At time : 61.1 ps Reaction : OH^0 (-10507) + OH^0 (-9301) -> H2O2^0 (-11719) +At time : 61.1 ps Reaction : e_aq^-1 (-4495) + OH^0 (-6934) -> OH^-1 (-11720) +At time : 61.1 ps Reaction : e_aq^-1 (-623) + OH^0 (-8642) -> OH^-1 (-11721) +At time : 61.1 ps Reaction : OH^-1 (-11721) + H3O^1 (-8643) -> No product +At time : 63.1 ps Reaction : OH^0 (-10996) + H^0 (-9304) -> No product +At time : 63.1 ps Reaction : OH^0 (-9577) + OH^0 (-7726) -> H2O2^0 (-11722) +At time : 63.1 ps Reaction : OH^0 (-7202) + OH^0 (-8894) -> H2O2^0 (-11723) +At time : 64.1 ps Reaction : OH^0 (-10261) + OH^0 (-6142) -> H2O2^0 (-11724) +At time : 64.1 ps Reaction : OH^0 (-9474) + OH^0 (-9475) -> H2O2^0 (-11725) +At time : 64.1 ps Reaction : OH^0 (-9263) + H^0 (-9266) -> No product +At time : 64.1 ps Reaction : OH^0 (-9214) + OH^0 (-8525) -> H2O2^0 (-11726) +At time : 64.1 ps Reaction : OH^0 (-7274) + OH^0 (-8399) -> H2O2^0 (-11727) +At time : 64.1 ps Reaction : OH^0 (-6524) + OH^0 (-6532) -> H2O2^0 (-11728) +At time : 65.1 ps Reaction : OH^-1 (-11644) + H3O^1 (-8159) -> No product +At time : 65.1 ps Reaction : OH^0 (-11014) + OH^0 (-5848) -> H2O2^0 (-11729) +At time : 65.1 ps Reaction : OH^0 (-10020) + OH^0 (-10022) -> H2O2^0 (-11730) +At time : 65.1 ps Reaction : OH^0 (-9943) + OH^0 (-9945) -> H2O2^0 (-11731) +At time : 65.1 ps Reaction : OH^0 (-9123) + OH^0 (-6174) -> H2O2^0 (-11732) +At time : 66.1 ps Reaction : OH^0 (-11065) + OH^0 (-7174) -> H2O2^0 (-11733) +At time : 66.1 ps Reaction : OH^0 (-10628) + e_aq^-1 (-3460) -> OH^-1 (-11734) +At time : 66.1 ps Reaction : H^0 (-10069) + OH^0 (-6958) -> No product +At time : 66.1 ps Reaction : OH^0 (-9396) + OH^0 (-8316) -> H2O2^0 (-11735) +At time : 66.1 ps Reaction : H3O^1 (-7247) + e_aq^-1 (-8395) -> H^0 (-11736) +At time : 66.1 ps Reaction : OH^-1 (-11734) + H3O^1 (-10627) -> No product +At time : 67.1 ps Reaction : H^0 (-9131) + OH^0 (-10399) -> No product +At time : 67.1 ps Reaction : OH^0 (-9924) + e_aq^-1 (-8551) -> OH^-1 (-11737) +At time : 67.1 ps Reaction : H^0 (-9229) + OH^0 (-5944) -> No product +At time : 68.1 ps Reaction : OH^0 (-10043) + OH^0 (-6932) -> H2O2^0 (-11738) +At time : 69.1 ps Reaction : H^0 (-10983) + e_aq^-1 (-4764) -> OH^-1 (-11739) + H_2^0 (-11740) +At time : 69.1 ps Reaction : H^0 (-10262) + OH^0 (-7234) -> No product +At time : 69.1 ps Reaction : OH^0 (-10089) + OH^0 (-9297) -> H2O2^0 (-11741) +At time : 69.1 ps Reaction : OH^-1 (-11739) + H3O^1 (-11275) -> No product +At time : 69.1 ps Reaction : OH^0 (-10467) + OH^0 (-10469) -> H2O2^0 (-11742) +At time : 70.1 ps Reaction : H^0 (-11232) + OH^0 (-6940) -> No product +At time : 70.1 ps Reaction : OH^0 (-10077) + OH^0 (-10078) -> H2O2^0 (-11743) +At time : 70.1 ps Reaction : OH^0 (-7616) + OH^0 (-7890) -> H2O2^0 (-11744) +At time : 71.1 ps Reaction : OH^0 (-11329) + OH^0 (-5730) -> H2O2^0 (-11745) +At time : 71.1 ps Reaction : OH^0 (-9345) + OH^0 (-7240) -> H2O2^0 (-11746) +At time : 71.1 ps Reaction : OH^0 (-9270) + OH^0 (-6194) -> H2O2^0 (-11747) +At time : 71.1 ps Reaction : OH^0 (-8258) + e_aq^-1 (-8632) -> OH^-1 (-11748) +At time : 71.1 ps Reaction : OH^-1 (-11748) + H3O^1 (-7301) -> No product +At time : 72.1 ps Reaction : H^0 (-11136) + e_aq^-1 (-8476) -> OH^-1 (-11749) + H_2^0 (-11750) +At time : 72.1 ps Reaction : OH^0 (-10947) + H^0 (-9294) -> No product +At time : 72.1 ps Reaction : OH^0 (-9246) + OH^0 (-5958) -> H2O2^0 (-11751) +At time : 72.1 ps Reaction : OH^-1 (-11749) + H3O^1 (-8233) -> No product +At time : 73.1 ps Reaction : H^0 (-10667) + OH^0 (-9529) -> No product +At time : 73.1 ps Reaction : OH^0 (-10519) + OH^0 (-7564) -> H2O2^0 (-11752) +At time : 73.1 ps Reaction : OH^0 (-9963) + H^0 (-9964) -> No product +At time : 74.1 ps Reaction : H3O^1 (-10295) + OH^-1 (-5723) -> No product +At time : 74.1 ps Reaction : OH^0 (-10066) + H^0 (-10063) -> No product +At time : 74.1 ps Reaction : H3O^1 (-8841) + e_aq^-1 (-8842) -> H^0 (-11753) +At time : 74.1 ps Reaction : OH^0 (-6592) + OH^0 (-6594) -> H2O2^0 (-11754) +At time : 75.1 ps Reaction : H3O^1 (-8013) + OH^-1 (-11641) -> No product +At time : 75.1 ps Reaction : OH^0 (-11068) + OH^0 (-7180) -> H2O2^0 (-11755) +At time : 75.1 ps Reaction : OH^0 (-10920) + e_aq^-1 (-1509) -> OH^-1 (-11756) +At time : 75.1 ps Reaction : OH^0 (-9584) + e_aq^-1 (-8728) -> OH^-1 (-11757) +At time : 75.1 ps Reaction : H3O^1 (-6345) + OH^-1 (-11757) -> No product +At time : 76.1 ps Reaction : OH^0 (-10967) + OH^0 (-10508) -> H2O2^0 (-11758) +At time : 76.1 ps Reaction : OH^0 (-10101) + OH^0 (-8372) -> H2O2^0 (-11759) +At time : 76.1 ps Reaction : OH^0 (-9926) + H^0 (-9933) -> No product +At time : 76.1 ps Reaction : H^0 (-9445) + OH^0 (-9444) -> No product +At time : 76.1 ps Reaction : OH^0 (-7142) + OH^0 (-8096) -> H2O2^0 (-11760) +At time : 76.1 ps Reaction : OH^-1 (-5732) + H3O^1 (-7087) -> No product +At time : 77.1 ps Reaction : H^0 (-10054) + OH^0 (-7960) -> No product +At time : 77.1 ps Reaction : OH^0 (-9498) + OH^0 (-9499) -> H2O2^0 (-11761) +At time : 77.1 ps Reaction : OH^0 (-9353) + OH^0 (-8210) -> H2O2^0 (-11762) +At time : 77.1 ps Reaction : OH^0 (-7198) + OH^0 (-8945) -> H2O2^0 (-11763) +At time : 78.1 ps Reaction : OH^0 (-10936) + H^0 (-10939) -> No product +At time : 78.1 ps Reaction : H^0 (-10525) + OH^0 (-10042) -> No product +At time : 79.1 ps Reaction : H^0 (-9854) + OH^0 (-6712) -> No product +At time : 79.1 ps Reaction : H^0 (-9494) + e_aq^-1 (-3295) -> OH^-1 (-11764) + H_2^0 (-11765) +At time : 79.1 ps Reaction : OH^0 (-9128) + OH^0 (-9129) -> H2O2^0 (-11766) +At time : 80.1 ps Reaction : OH^0 (-9105) + H^0 (-9106) -> No product +At time : 80.1 ps Reaction : OH^0 (-8238) + OH^0 (-8909) -> H2O2^0 (-11767) +At time : 81.1 ps Reaction : OH^0 (-10134) + OH^0 (-7524) -> H2O2^0 (-11768) +At time : 81.1 ps Reaction : OH^0 (-9972) + OH^0 (-5990) -> H2O2^0 (-11769) +At time : 82.1 ps Reaction : OH^-1 (-11756) + H3O^1 (-7959) -> No product +At time : 82.1 ps Reaction : OH^0 (-10614) + e_aq^-1 (-3853) -> OH^-1 (-11770) +At time : 82.1 ps Reaction : OH^0 (-10036) + OH^0 (-7572) -> H2O2^0 (-11771) +At time : 82.1 ps Reaction : OH^0 (-9645) + OH^0 (-6446) -> H2O2^0 (-11772) +At time : 84.1 ps Reaction : OH^0 (-10928) + OH^0 (-6014) -> H2O2^0 (-11773) +At time : 84.1 ps Reaction : OH^0 (-6938) + H^0 (-9054) -> No product +At time : 84.1 ps Reaction : OH^0 (-8150) + OH^0 (-8893) -> H2O2^0 (-11774) +At time : 84.1 ps Reaction : OH^0 (-9148) + H^0 (-9151) -> No product +At time : 85.1 ps Reaction : H3O^1 (-5949) + OH^-1 (-11572) -> No product +At time : 85.1 ps Reaction : OH^0 (-10466) + OH^0 (-8864) -> H2O2^0 (-11775) +At time : 86.1 ps Reaction : H^0 (-9139) + OH^0 (-10118) -> No product +At time : 87.1 ps Reaction : H^0 (-9658) + OH^0 (-6462) -> No product +At time : 88.1 ps Reaction : OH^0 (-9672) + OH^0 (-6490) -> H2O2^0 (-11776) +At time : 88.1 ps Reaction : OH^0 (-7516) + OH^0 (-8052) -> H2O2^0 (-11777) +At time : 88.1 ps Reaction : OH^0 (-7054) + OH^0 (-7060) -> H2O2^0 (-11778) +At time : 89.1 ps Reaction : OH^0 (-10458) + OH^0 (-10461) -> H2O2^0 (-11779) +At time : 89.1 ps Reaction : OH^0 (-9504) + OH^0 (-9506) -> H2O2^0 (-11780) +At time : 89.1 ps Reaction : H^0 (-9489) + H^0 (-9487) -> H_2^0 (-11781) +At time : 90.1 ps Reaction : OH^0 (-10863) + OH^0 (-7922) -> H2O2^0 (-11782) +At time : 90.1 ps Reaction : OH^0 (-8965) + OH^0 (-9047) -> H2O2^0 (-11783) +At time : 91.1 ps Reaction : H^0 (-10407) + H^0 (-9354) -> H_2^0 (-11784) +At time : 92.1 ps Reaction : OH^0 (-11157) + OH^0 (-7308) -> H2O2^0 (-11785) +At time : 92.1 ps Reaction : OH^0 (-9769) + OH^0 (-6612) -> H2O2^0 (-11786) +At time : 92.1 ps Reaction : OH^0 (-9201) + OH^0 (-6392) -> H2O2^0 (-11787) +At time : 92.1 ps Reaction : e_aq^-1 (-8497) + H^0 (-9070) -> OH^-1 (-11788) + H_2^0 (-11789) +At time : 92.1 ps Reaction : e_aq^-1 (-5528) + H3O^1 (-8277) -> H^0 (-11790) +At time : 92.1 ps Reaction : e_aq^-1 (-1701) + OH^0 (-6900) -> OH^-1 (-11791) +At time : 92.1 ps Reaction : OH^-1 (-11791) + H3O^1 (-10902) -> No product +At time : 93.1 ps Reaction : H3O^1 (-10964) + e_aq^-1 (-8668) -> H^0 (-11792) +At time : 93.1 ps Reaction : H^0 (-9219) + OH^0 (-6496) -> No product +At time : 93.1 ps Reaction : e_aq^-1 (-4204) + OH^0 (-8693) -> OH^-1 (-11793) +At time : 93.1 ps Reaction : OH^0 (-7256) + OH^0 (-8204) -> H2O2^0 (-11794) +At time : 93.1 ps Reaction : e_aq^-1 (-5227) + OH^0 (-7238) -> OH^-1 (-11795) +At time : 93.1 ps Reaction : OH^-1 (-11795) + H3O^1 (-7241) -> No product +At time : 93.1 ps Reaction : OH^-1 (-11793) + H3O^1 (-8694) -> No product +At time : 94.1 ps Reaction : OH^0 (-9917) + OH^0 (-6800) -> H2O2^0 (-11796) +At time : 94.1 ps Reaction : OH^0 (-7376) + OH^0 (-8608) -> H2O2^0 (-11797) +At time : 95.1 ps Reaction : e_aq^-1 (-4367) + OH^0 (-6192) -> OH^-1 (-11798) +At time : 95.1 ps Reaction : e_aq^-1 (-1849) + OH^0 (-5757) -> OH^-1 (-11799) +At time : 96.1 ps Reaction : H^0 (-10539) + H^0 (-11432) -> H_2^0 (-11800) +At time : 96.1 ps Reaction : OH^0 (-7126) + e_aq^-1 (-8869) -> OH^-1 (-11801) +At time : 97.1 ps Reaction : H^0 (-11736) + e_aq^-1 (-5192) -> OH^-1 (-11802) + H_2^0 (-11803) +At time : 97.1 ps Reaction : OH^0 (-10322) + OH^0 (-11180) -> H2O2^0 (-11804) +At time : 97.1 ps Reaction : OH^0 (-9701) + OH^0 (-6536) -> H2O2^0 (-11805) +At time : 97.1 ps Reaction : H3O^1 (-8093) + e_aq^-1 (-8875) -> H^0 (-11806) +At time : 98.1 ps Reaction : OH^0 (-10254) + OH^0 (-11106) -> H2O2^0 (-11807) +At time : 99.1 ps Reaction : H3O^1 (-10613) + OH^-1 (-5777) -> No product +At time : 99.1 ps Reaction : OH^0 (-10197) + OH^0 (-8108) -> H2O2^0 (-11808) +At time : 99.1 ps Reaction : OH^0 (-7910) + OH^0 (-9033) -> H2O2^0 (-11809) +At time : 99.1 ps Reaction : e_aq^-1 (-718) + OH^0 (-8650) -> OH^-1 (-11810) +At time : 101.1 ps Reaction : OH^0 (-11174) + OH^0 (-10320) -> H2O2^0 (-11811) +At time : 101.1 ps Reaction : H^0 (-9253) + H^0 (-10785) -> H_2^0 (-11812) +At time : 101.1 ps Reaction : H^0 (-9700) + OH^0 (-9005) -> No product +At time : 101.1 ps Reaction : e_aq^-1 (-3627) + H3O^1 (-8736) -> H^0 (-11813) +At time : 101.1 ps Reaction : e_aq^-1 (-3465) + e_aq^-1 (-3463) -> OH^-1 (-11814) + OH^-1 (-11815) + H_2^0 (-11816) +At time : 111.1 ps Reaction : H3O^1 (-6891) + OH^-1 (-11798) -> No product +At time : 111.1 ps Reaction : OH^-1 (-11720) + H3O^1 (-7571) -> No product +At time : 111.1 ps Reaction : H^0 (-11015) + OH^0 (-8384) -> No product +At time : 111.1 ps Reaction : H^0 (-10929) + OH^0 (-6950) -> No product +At time : 111.1 ps Reaction : OH^0 (-10878) + OH^0 (-6884) -> H2O2^0 (-11817) +At time : 111.1 ps Reaction : OH^0 (-10782) + OH^0 (-7858) -> H2O2^0 (-11818) +At time : 111.1 ps Reaction : OH^0 (-10756) + OH^0 (-5832) -> H2O2^0 (-11819) +At time : 111.1 ps Reaction : H^0 (-10459) + e_aq^-1 (-5056) -> OH^-1 (-11820) + H_2^0 (-11821) +At time : 111.1 ps Reaction : OH^0 (-10286) + OH^0 (-8230) -> H2O2^0 (-11822) +At time : 111.1 ps Reaction : OH^0 (-10175) + OH^0 (-8082) -> H2O2^0 (-11823) +At time : 111.1 ps Reaction : OH^0 (-9488) + OH^0 (-8705) -> H2O2^0 (-11824) +At time : 111.1 ps Reaction : OH^0 (-9350) + OH^0 (-7452) -> H2O2^0 (-11825) +At time : 111.1 ps Reaction : H^0 (-9341) + OH^0 (-7230) -> No product +At time : 111.1 ps Reaction : OH^0 (-9161) + OH^0 (-6226) -> H2O2^0 (-11826) +At time : 111.1 ps Reaction : OH^0 (-6748) + H^0 (-9022) -> No product +At time : 111.1 ps Reaction : OH^0 (-8288) + e_aq^-1 (-8920) -> OH^-1 (-11827) +At time : 111.1 ps Reaction : e_aq^-1 (-4313) + OH^0 (-7596) -> OH^-1 (-11828) +At time : 111.1 ps Reaction : e_aq^-1 (-4627) + H3O^1 (-6019) -> H^0 (-11829) +At time : 111.1 ps Reaction : OH^-1 (-11828) + H3O^1 (-7595) -> No product +At time : 111.1 ps Reaction : H^0 (-9124) + OH^0 (-10955) -> No product +At time : 111.1 ps Reaction : H^0 (-9064) + H^0 (-9066) -> H_2^0 (-11830) +At time : 111.1 ps Reaction : OH^0 (-8738) + e_aq^-1 (-8740) -> OH^-1 (-11831) +At time : 111.1 ps Reaction : H3O^1 (-8358) + e_aq^-1 (-8359) -> H^0 (-11832) +At time : 121.1 ps Reaction : OH^-1 (-11737) + H3O^1 (-6805) -> No product +At time : 121.1 ps Reaction : OH^0 (-11298) + e_aq^-1 (-2887) -> OH^-1 (-11833) +At time : 121.1 ps Reaction : H^0 (-11140) + OH^0 (-6092) -> No product +At time : 121.1 ps Reaction : OH^0 (-11010) + OH^0 (-9418) -> H2O2^0 (-11834) +At time : 121.1 ps Reaction : OH^0 (-10843) + OH^0 (-6850) -> H2O2^0 (-11835) +At time : 121.1 ps Reaction : OH^0 (-10534) + OH^0 (-5998) -> H2O2^0 (-11836) +At time : 121.1 ps Reaction : H^0 (-9694) + OH^0 (-8985) -> No product +At time : 121.1 ps Reaction : H^0 (-9594) + H^0 (-9592) -> H_2^0 (-11837) +At time : 121.1 ps Reaction : H^0 (-9241) + OH^0 (-6696) -> No product +At time : 121.1 ps Reaction : e_aq^-1 (-4462) + H^0 (-9050) -> OH^-1 (-11838) + H_2^0 (-11839) +At time : 121.1 ps Reaction : OH^0 (-8957) + H^0 (-8958) -> No product +At time : 121.1 ps Reaction : OH^0 (-8588) + e_aq^-1 (-8590) -> OH^-1 (-11840) +At time : 121.1 ps Reaction : e_aq^-1 (-1019) + OH^0 (-8062) -> OH^-1 (-11841) +At time : 121.1 ps Reaction : OH^-1 (-5765) + H3O^1 (-7833) -> No product +At time : 121.1 ps Reaction : e_aq^-1 (-3107) + OH^0 (-6322) -> OH^-1 (-11842) +At time : 121.1 ps Reaction : OH^-1 (-5786) + H3O^1 (-6205) -> No product +At time : 121.1 ps Reaction : H3O^1 (-6039) + OH^-1 (-11841) -> No product +At time : 121.1 ps Reaction : OH^0 (-9286) + e_aq^-1 (-4503) -> OH^-1 (-11843) +At time : 121.1 ps Reaction : H3O^1 (-8844) + e_aq^-1 (-8845) -> H^0 (-11844) +At time : 131.1 ps Reaction : OH^-1 (-11842) + H3O^1 (-6321) -> No product +At time : 131.1 ps Reaction : OH^-1 (-11801) + H3O^1 (-6153) -> No product +At time : 131.1 ps Reaction : OH^0 (-11326) + H^0 (-10496) -> No product +At time : 131.1 ps Reaction : H^0 (-11316) + e_aq^-1 (-8368) -> OH^-1 (-11845) + H_2^0 (-11846) +At time : 131.1 ps Reaction : OH^0 (-11309) + OH^0 (-9041) -> H2O2^0 (-11847) +At time : 131.1 ps Reaction : OH^0 (-11092) + OH^0 (-10428) -> H2O2^0 (-11848) +At time : 131.1 ps Reaction : OH^0 (-11013) + OH^0 (-8072) -> H2O2^0 (-11849) +At time : 131.1 ps Reaction : H^0 (-10997) + OH^0 (-9071) -> No product +At time : 131.1 ps Reaction : H^0 (-10845) + e_aq^-1 (-8560) -> OH^-1 (-11850) + H_2^0 (-11851) +At time : 131.1 ps Reaction : OH^0 (-10659) + e_aq^-1 (-3540) -> OH^-1 (-11852) +At time : 131.1 ps Reaction : OH^0 (-10111) + OH^0 (-7008) -> H2O2^0 (-11853) +At time : 131.1 ps Reaction : OH^0 (-9928) + OH^0 (-6812) -> H2O2^0 (-11854) +At time : 131.1 ps Reaction : H^0 (-9918) + OH^0 (-9920) -> No product +At time : 131.1 ps Reaction : H^0 (-9207) + H^0 (-9635) -> H_2^0 (-11855) +At time : 131.1 ps Reaction : H^0 (-9205) + OH^0 (-9628) -> No product +At time : 131.1 ps Reaction : OH^0 (-9589) + OH^0 (-6366) -> H2O2^0 (-11856) +At time : 131.1 ps Reaction : OH^0 (-7208) + OH^0 (-8162) -> H2O2^0 (-11857) +At time : 131.1 ps Reaction : OH^0 (-6632) + OH^0 (-7812) -> H2O2^0 (-11858) +At time : 131.1 ps Reaction : e_aq^-1 (-2984) + H3O^1 (-6381) -> H^0 (-11859) +At time : 131.1 ps Reaction : OH^-1 (-5795) + H3O^1 (-5991) -> No product +At time : 131.1 ps Reaction : OH^-1 (-11852) + H3O^1 (-5819) -> No product +At time : 131.1 ps Reaction : H3O^1 (-6931) + OH^-1 (-11845) -> No product +At time : 131.1 ps Reaction : H^0 (-9982) + e_aq^-1 (-4320) -> OH^-1 (-11860) + H_2^0 (-11861) +At time : 131.1 ps Reaction : OH^0 (-7090) + e_aq^-1 (-8584) -> OH^-1 (-11862) +At time : 131.1 ps Reaction : OH^-1 (-11862) + H3O^1 (-8065) -> No product +At time : 131.1 ps Reaction : H3O^1 (-10854) + OH^-1 (-11860) -> No product +At time : 141.1 ps Reaction : OH^-1 (-11843) + H3O^1 (-6939) -> No product +At time : 141.1 ps Reaction : H3O^1 (-7751) + OH^-1 (-11833) -> No product +At time : 141.1 ps Reaction : OH^-1 (-11820) + H3O^1 (-8101) -> No product +At time : 141.1 ps Reaction : H3O^1 (-5855) + OH^-1 (-11802) -> No product +At time : 141.1 ps Reaction : OH^-1 (-11643) + H3O^1 (-8592) -> No product +At time : 141.1 ps Reaction : OH^0 (-11344) + OH^0 (-8272) -> H2O2^0 (-11863) +At time : 141.1 ps Reaction : OH^0 (-11315) + OH^0 (-10046) -> H2O2^0 (-11864) +At time : 141.1 ps Reaction : OH^0 (-11164) + OH^0 (-9403) -> H2O2^0 (-11865) +At time : 141.1 ps Reaction : OH^0 (-11139) + H^0 (-10304) -> No product +At time : 141.1 ps Reaction : H3O^1 (-11016) + e_aq^-1 (-8386) -> H^0 (-11866) +At time : 141.1 ps Reaction : OH^0 (-10058) + OH^0 (-5868) -> H2O2^0 (-11867) +At time : 141.1 ps Reaction : e_aq^-1 (-1542) + H^0 (-9281) -> OH^-1 (-11868) + H_2^0 (-11869) +At time : 141.1 ps Reaction : H^0 (-9162) + OH^0 (-5874) -> No product +At time : 141.1 ps Reaction : H^0 (-9706) + OH^0 (-7658) -> No product +At time : 141.1 ps Reaction : OH^0 (-7168) + OH^0 (-8651) -> H2O2^0 (-11870) +At time : 141.1 ps Reaction : e_aq^-1 (-3855) + OH^0 (-5778) -> OH^-1 (-11871) +At time : 151.1 ps Reaction : H^0 (-10963) + e_aq^-1 (-8572) -> OH^-1 (-11872) + H_2^0 (-11873) +At time : 151.1 ps Reaction : OH^0 (-10446) + H^0 (-10230) -> No product +At time : 151.1 ps Reaction : H^0 (-10419) + OH^0 (-5858) -> No product +At time : 151.1 ps Reaction : e_aq^-1 (-747) + H^0 (-10219) -> OH^-1 (-11874) + H_2^0 (-11875) +At time : 151.1 ps Reaction : e_aq^-1 (-1205) + OH^0 (-8014) -> OH^-1 (-11876) +At time : 151.1 ps Reaction : e_aq^-1 (-4121) + H3O^1 (-6753) -> H^0 (-11877) +At time : 151.1 ps Reaction : e_aq^-1 (-3500) + OH^0 (-6232) -> OH^-1 (-11878) +At time : 151.1 ps Reaction : OH^0 (-10853) + OH^0 (-6864) -> H2O2^0 (-11879) +At time : 151.1 ps Reaction : e_aq^-1 (-1516) + OH^0 (-7954) -> OH^-1 (-11880) +At time : 161.1 ps Reaction : H3O^1 (-5983) + OH^-1 (-11799) -> No product +At time : 161.1 ps Reaction : H^0 (-11308) + OH^0 (-10554) -> No product +At time : 161.1 ps Reaction : OH^0 (-11081) + OH^0 (-8591) -> H2O2^0 (-11881) +At time : 161.1 ps Reaction : OH^0 (-10704) + e_aq^-1 (-8758) -> OH^-1 (-11882) +At time : 161.1 ps Reaction : OH^0 (-9833) + OH^0 (-7842) -> H2O2^0 (-11883) +At time : 161.1 ps Reaction : OH^0 (-9459) + OH^0 (-7670) -> H2O2^0 (-11884) +At time : 161.1 ps Reaction : e_aq^-1 (-8635) + H^0 (-9090) -> OH^-1 (-11885) + H_2^0 (-11886) +At time : 161.1 ps Reaction : OH^-1 (-5792) + H3O^1 (-8796) -> No product +At time : 161.1 ps Reaction : OH^0 (-6778) + OH^0 (-8783) -> H2O2^0 (-11887) +At time : 161.1 ps Reaction : OH^0 (-8645) + e_aq^-1 (-8647) -> OH^-1 (-11888) +At time : 161.1 ps Reaction : OH^0 (-6064) + OH^0 (-8444) -> H2O2^0 (-11889) +At time : 161.1 ps Reaction : OH^0 (-8318) + OH^0 (-8324) -> H2O2^0 (-11890) +At time : 161.1 ps Reaction : e_aq^-1 (-4444) + H3O^1 (-6915) -> H^0 (-11891) +At time : 161.1 ps Reaction : e_aq^-1 (-4263) + OH^0 (-6834) -> OH^-1 (-11892) +At time : 161.1 ps Reaction : OH^0 (-6502) + OH^0 (-6508) -> H2O2^0 (-11893) +At time : 161.1 ps Reaction : OH^-1 (-11882) + H3O^1 (-7759) -> No product +At time : 161.1 ps Reaction : OH^-1 (-11880) + H3O^1 (-7961) -> No product +At time : 171.1 ps Reaction : OH^-1 (-11872) + H3O^1 (-6169) -> No product +At time : 171.1 ps Reaction : OH^-1 (-11840) + H3O^1 (-8589) -> No product +At time : 171.1 ps Reaction : OH^0 (-10998) + OH^0 (-5864) -> H2O2^0 (-11894) +At time : 171.1 ps Reaction : OH^0 (-10942) + e_aq^-1 (-8425) -> OH^-1 (-11895) +At time : 171.1 ps Reaction : H^0 (-10921) + OH^0 (-10521) -> No product +At time : 171.1 ps Reaction : OH^0 (-10745) + OH^0 (-9778) -> H2O2^0 (-11896) +At time : 171.1 ps Reaction : OH^0 (-10662) + e_aq^-1 (-3220) -> OH^-1 (-11897) +At time : 171.1 ps Reaction : H^0 (-10201) + OH^0 (-5850) -> No product +At time : 171.1 ps Reaction : H3O^1 (-10074) + e_aq^-1 (-4539) -> H^0 (-11898) +At time : 171.1 ps Reaction : OH^0 (-9780) + OH^0 (-5946) -> H2O2^0 (-11899) +At time : 171.1 ps Reaction : OH^0 (-9654) + OH^0 (-8759) -> H2O2^0 (-11900) +At time : 171.1 ps Reaction : H^0 (-9412) + OH^0 (-6078) -> No product +At time : 171.1 ps Reaction : OH^0 (-6130) + OH^0 (-7314) -> H2O2^0 (-11901) +At time : 171.1 ps Reaction : OH^-1 (-5756) + H3O^1 (-5985) -> No product +At time : 171.1 ps Reaction : OH^0 (-10364) + OH^0 (-8286) -> H2O2^0 (-11902) +At time : 171.1 ps Reaction : OH^0 (-9625) + OH^0 (-6410) -> H2O2^0 (-11903) +At time : 171.1 ps Reaction : e_aq^-1 (-5420) + e_aq^-1 (-8914) -> OH^-1 (-11904) + OH^-1 (-11905) + H_2^0 (-11906) +At time : 181.1 ps Reaction : H3O^1 (-11129) + OH^-1 (-11885) -> No product +At time : 181.1 ps Reaction : OH^-1 (-11770) + H3O^1 (-6607) -> No product +At time : 181.1 ps Reaction : OH^0 (-7958) + OH^0 (-11281) -> H2O2^0 (-11907) +At time : 181.1 ps Reaction : OH^0 (-11201) + e_aq^-1 (-8539) -> OH^-1 (-11908) +At time : 181.1 ps Reaction : e_aq^-1 (-395) + H^0 (-11124) -> OH^-1 (-11909) + H_2^0 (-11910) +At time : 181.1 ps Reaction : OH^0 (-11036) + OH^0 (-7140) -> H2O2^0 (-11911) +At time : 181.1 ps Reaction : H^0 (-10826) + OH^0 (-6198) -> No product +At time : 181.1 ps Reaction : OH^0 (-10584) + H^0 (-10585) -> No product +At time : 181.1 ps Reaction : OH^0 (-10189) + OH^0 (-8090) -> H2O2^0 (-11912) +At time : 181.1 ps Reaction : OH^0 (-9597) + OH^0 (-9601) -> H2O2^0 (-11913) +At time : 181.1 ps Reaction : H^0 (-9397) + OH^0 (-6108) -> No product +At time : 181.1 ps Reaction : OH^0 (-9112) + OH^0 (-5930) -> H2O2^0 (-11914) +At time : 181.1 ps Reaction : e_aq^-1 (-701) + OH^0 (-8951) -> OH^-1 (-11915) +At time : 181.1 ps Reaction : OH^0 (-7194) + OH^0 (-8947) -> H2O2^0 (-11916) +At time : 181.1 ps Reaction : e_aq^-1 (-5408) + OH^0 (-8638) -> OH^-1 (-11917) +At time : 181.1 ps Reaction : e_aq^-1 (-5432) + H3O^1 (-8255) -> H^0 (-11918) +At time : 181.1 ps Reaction : OH^0 (-7520) + OH^0 (-8034) -> H2O2^0 (-11919) +At time : 181.1 ps Reaction : e_aq^-1 (-865) + e_aq^-1 (-4994) -> OH^-1 (-11920) + OH^-1 (-11921) + H_2^0 (-11922) +At time : 181.1 ps Reaction : OH^0 (-11048) + OH^0 (-8114) -> H2O2^0 (-11923) +At time : 191.1 ps Reaction : OH^-1 (-11868) + H3O^1 (-7949) -> No product +At time : 191.1 ps Reaction : OH^-1 (-11522) + H3O^1 (-7677) -> No product +At time : 191.1 ps Reaction : H^0 (-11339) + OH^0 (-8256) -> No product +At time : 191.1 ps Reaction : OH^0 (-11301) + OH^0 (-5830) -> H2O2^0 (-11924) +At time : 191.1 ps Reaction : OH^0 (-10092) + H^0 (-11196) -> No product +At time : 191.1 ps Reaction : OH^0 (-10990) + H^0 (-10140) -> No product +At time : 191.1 ps Reaction : H3O^1 (-10924) + OH^-1 (-5747) -> No product +At time : 191.1 ps Reaction : H^0 (-10492) + OH^0 (-5844) -> No product +At time : 191.1 ps Reaction : OH^0 (-9984) + OH^0 (-8555) -> H2O2^0 (-11925) +At time : 191.1 ps Reaction : OH^0 (-9680) + OH^0 (-6494) -> H2O2^0 (-11926) +At time : 191.1 ps Reaction : OH^0 (-9195) + OH^0 (-8743) -> H2O2^0 (-11927) +At time : 191.1 ps Reaction : OH^0 (-8498) + e_aq^-1 (-8506) -> OH^-1 (-11928) +At time : 191.1 ps Reaction : H3O^1 (-7453) + e_aq^-1 (-8485) -> H^0 (-11929) +At time : 191.1 ps Reaction : OH^0 (-8276) + OH^0 (-8471) -> H2O2^0 (-11930) +At time : 191.1 ps Reaction : OH^0 (-7106) + OH^0 (-8076) -> H2O2^0 (-11931) +At time : 191.1 ps Reaction : OH^0 (-7050) + OH^0 (-8036) -> H2O2^0 (-11932) +At time : 191.1 ps Reaction : H^0 (-10112) + OH^0 (-8837) -> No product +At time : 201.1 ps Reaction : OH^0 (-11195) + OH^0 (-6176) -> H2O2^0 (-11933) +At time : 201.1 ps Reaction : OH^0 (-10834) + OH^0 (-5984) -> H2O2^0 (-11934) +At time : 201.1 ps Reaction : OH^0 (-10820) + OH^0 (-9029) -> H2O2^0 (-11935) +At time : 201.1 ps Reaction : OH^0 (-10814) + OH^0 (-7618) -> H2O2^0 (-11936) +At time : 201.1 ps Reaction : H^0 (-10537) + OH^0 (-5996) -> No product +At time : 201.1 ps Reaction : OH^0 (-10518) + H^0 (-9060) -> No product +At time : 201.1 ps Reaction : OH^0 (-9819) + OH^0 (-7642) -> H2O2^0 (-11937) +At time : 201.1 ps Reaction : OH^0 (-5952) + OH^0 (-9013) -> H2O2^0 (-11938) +At time : 201.1 ps Reaction : OH^0 (-8989) + H^0 (-8990) -> No product +At time : 201.1 ps Reaction : e_aq^-1 (-5467) + OH^0 (-7412) -> OH^-1 (-11939) +At time : 211.1 ps Reaction : OH^-1 (-11895) + H3O^1 (-7979) -> No product +At time : 211.1 ps Reaction : H3O^1 (-6067) + OH^-1 (-11874) -> No product +At time : 211.1 ps Reaction : OH^-1 (-11827) + H3O^1 (-8287) -> No product +At time : 211.1 ps Reaction : H3O^1 (-10629) + OH^-1 (-11815) -> No product +At time : 211.1 ps Reaction : H3O^1 (-10615) + OH^-1 (-11427) -> No product +At time : 211.1 ps Reaction : OH^0 (-11338) + OH^0 (-7420) -> H2O2^0 (-11940) +At time : 211.1 ps Reaction : OH^0 (-11059) + OH^0 (-7172) -> H2O2^0 (-11941) +At time : 211.1 ps Reaction : e_aq^-1 (-4279) + H3O^1 (-10838) -> H^0 (-11942) +At time : 211.1 ps Reaction : H^0 (-10509) + OH^0 (-8008) -> No product +At time : 211.1 ps Reaction : e_aq^-1 (-320) + H^0 (-10381) -> OH^-1 (-11943) + H_2^0 (-11944) +At time : 211.1 ps Reaction : H^0 (-10191) + OH^0 (-8873) -> No product +At time : 211.1 ps Reaction : OH^0 (-10000) + OH^0 (-6868) -> H2O2^0 (-11945) +At time : 211.1 ps Reaction : OH^0 (-7402) + OH^0 (-9099) -> H2O2^0 (-11946) +At time : 211.1 ps Reaction : e_aq^-1 (-702) + OH^0 (-8124) -> OH^-1 (-11947) +At time : 211.1 ps Reaction : OH^0 (-5763) + OH^0 (-7862) -> H2O2^0 (-11948) +At time : 211.1 ps Reaction : OH^0 (-6282) + OH^0 (-6284) -> H2O2^0 (-11949) +At time : 211.1 ps Reaction : H3O^1 (-8475) + OH^-1 (-11943) -> No product +At time : 211.1 ps Reaction : OH^0 (-11127) + OH^0 (-8336) -> H2O2^0 (-11950) +At time : 211.1 ps Reaction : OH^0 (-10010) + OH^0 (-9043) -> H2O2^0 (-11951) +At time : 221.1 ps Reaction : e_aq^-1 (-4531) + H^0 (-11898) -> OH^-1 (-11952) + H_2^0 (-11953) +At time : 221.1 ps Reaction : H^0 (-11707) + e_aq^-1 (-8533) -> OH^-1 (-11954) + H_2^0 (-11955) +At time : 221.1 ps Reaction : H^0 (-11075) + OH^0 (-8152) -> No product +At time : 221.1 ps Reaction : OH^0 (-10683) + OH^0 (-6334) -> H2O2^0 (-11956) +At time : 221.1 ps Reaction : OH^0 (-10316) + OH^0 (-7336) -> H2O2^0 (-11957) +At time : 221.1 ps Reaction : H^0 (-9113) + OH^0 (-9727) -> No product +At time : 221.1 ps Reaction : OH^0 (-9621) + OH^0 (-6402) -> H2O2^0 (-11958) +At time : 221.1 ps Reaction : e_aq^-1 (-762) + OH^0 (-8134) -> OH^-1 (-11959) +At time : 221.1 ps Reaction : e_aq^-1 (-3261) + H3O^1 (-7691) -> H^0 (-11960) +At time : 221.1 ps Reaction : OH^0 (-7082) + OH^0 (-7514) -> H2O2^0 (-11961) +At time : 221.1 ps Reaction : e_aq^-1 (-5079) + H3O^1 (-6057) -> H^0 (-11962) +At time : 221.1 ps Reaction : H3O^1 (-6973) + OH^-1 (-11952) -> No product +At time : 221.1 ps Reaction : OH^0 (-9580) + e_aq^-1 (-8725) -> OH^-1 (-11963) +At time : 221.1 ps Reaction : H3O^1 (-8309) + e_aq^-1 (-8599) -> H^0 (-11964) +At time : 221.1 ps Reaction : OH^0 (-8144) + e_aq^-1 (-8452) -> OH^-1 (-11965) +At time : 221.1 ps Reaction : H3O^1 (-7185) + OH^-1 (-11965) -> No product +At time : 231.1 ps Reaction : OH^-1 (-11947) + H3O^1 (-8123) -> No product +At time : 231.1 ps Reaction : OH^-1 (-11928) + H3O^1 (-8574) -> No product +At time : 231.1 ps Reaction : H^0 (-9215) + H^0 (-11663) -> H_2^0 (-11966) +At time : 231.1 ps Reaction : e_aq^-1 (-5170) + OH^0 (-11358) -> OH^-1 (-11967) +At time : 231.1 ps Reaction : H^0 (-9829) + OH^0 (-10770) -> No product +At time : 231.1 ps Reaction : OH^0 (-6362) + OH^0 (-8729) -> H2O2^0 (-11968) +At time : 231.1 ps Reaction : e_aq^-1 (-4273) + OH^0 (-7604) -> OH^-1 (-11969) +At time : 231.1 ps Reaction : e_aq^-1 (-87) + H3O^1 (-7399) -> H^0 (-11970) +At time : 231.1 ps Reaction : OH^0 (-6686) + OH^0 (-6688) -> H2O2^0 (-11971) +At time : 231.1 ps Reaction : e_aq^-1 (-3297) + OH^0 (-6238) -> OH^-1 (-11972) +At time : 231.1 ps Reaction : OH^-1 (-11967) + H3O^1 (-7205) -> No product +At time : 231.1 ps Reaction : OH^-1 (-11959) + H3O^1 (-7163) -> No product +At time : 241.1 ps Reaction : H3O^1 (-9975) + OH^-1 (-11850) -> No product +At time : 241.1 ps Reaction : OH^0 (-11347) + OH^0 (-9382) -> H2O2^0 (-11973) +At time : 241.1 ps Reaction : OH^0 (-10687) + OH^0 (-9593) -> H2O2^0 (-11974) +At time : 241.1 ps Reaction : OH^0 (-10351) + OH^0 (-10330) -> H2O2^0 (-11975) +At time : 241.1 ps Reaction : OH^0 (-9130) + OH^0 (-10289) -> H2O2^0 (-11976) +At time : 241.1 ps Reaction : OH^0 (-10065) + OH^0 (-10062) -> H2O2^0 (-11977) +At time : 241.1 ps Reaction : OH^0 (-9850) + OH^0 (-9245) -> H2O2^0 (-11978) +At time : 241.1 ps Reaction : OH^0 (-9188) + H^0 (-9190) -> No product +At time : 241.1 ps Reaction : e_aq^-1 (-8362) + H^0 (-9034) -> OH^-1 (-11979) + H_2^0 (-11980) +At time : 241.1 ps Reaction : e_aq^-1 (-4474) + H3O^1 (-7939) -> H^0 (-11981) +At time : 241.1 ps Reaction : e_aq^-1 (-1586) + OH^0 (-6922) -> OH^-1 (-11982) +At time : 241.1 ps Reaction : OH^-1 (-11979) + H3O^1 (-7911) -> No product +At time : 241.1 ps Reaction : OH^-1 (-11878) + H3O^1 (-6235) -> No product +At time : 241.1 ps Reaction : OH^0 (-7928) + OH^0 (-7930) -> H2O2^0 (-11983) +At time : 241.1 ps Reaction : e_aq^-1 (-1462) + OH^0 (-6010) -> OH^-1 (-11984) +At time : 241.1 ps Reaction : OH^-1 (-11984) + H3O^1 (-6009) -> No product +At time : 251.1 ps Reaction : H^0 (-11667) + OH^0 (-6886) -> No product +At time : 251.1 ps Reaction : e_aq^-1 (-5058) + H3O^1 (-11072) -> H^0 (-11985) +At time : 251.1 ps Reaction : OH^0 (-10938) + OH^0 (-7560) -> H2O2^0 (-11986) +At time : 251.1 ps Reaction : H^0 (-10750) + H^0 (-9014) -> H_2^0 (-11987) +At time : 251.1 ps Reaction : H^0 (-10331) + OH^0 (-7362) -> No product +At time : 251.1 ps Reaction : OH^0 (-9808) + OH^0 (-6678) -> H2O2^0 (-11988) +At time : 251.1 ps Reaction : e_aq^-1 (-240) + e_aq^-1 (-5488) -> OH^-1 (-11989) + OH^-1 (-11990) + H_2^0 (-11991) +At time : 251.1 ps Reaction : e_aq^-1 (-217) + OH^0 (-6126) -> OH^-1 (-11992) +At time : 251.1 ps Reaction : OH^-1 (-11992) + H3O^1 (-6097) -> No product +At time : 261.1 ps Reaction : H3O^1 (-7169) + OH^-1 (-11810) -> No product +At time : 261.1 ps Reaction : OH^0 (-10923) + OH^0 (-8369) -> H2O2^0 (-11993) +At time : 261.1 ps Reaction : OH^0 (-10774) + e_aq^-1 (-8356) -> OH^-1 (-11994) +At time : 261.1 ps Reaction : OH^0 (-9782) + e_aq^-1 (-3908) -> OH^-1 (-11995) +At time : 261.1 ps Reaction : OH^0 (-9154) + OH^0 (-9464) -> H2O2^0 (-11996) +At time : 261.1 ps Reaction : OH^0 (-8104) + OH^0 (-8656) -> H2O2^0 (-11997) +At time : 261.1 ps Reaction : e_aq^-1 (-8434) + H3O^1 (-8499) -> H^0 (-11998) +At time : 261.1 ps Reaction : OH^0 (-7974) + OH^0 (-8423) -> H2O2^0 (-11999) +At time : 261.1 ps Reaction : H3O^1 (-5947) + OH^-1 (-11995) -> No product +At time : 261.1 ps Reaction : e_aq^-1 (-4358) + OH^0 (-10868) -> OH^-1 (-12000) +At time : 261.1 ps Reaction : e_aq^-1 (-1720) + OH^0 (-10865) -> OH^-1 (-12001) +At time : 271.1 ps Reaction : H3O^1 (-7593) + OH^-1 (-12000) -> No product +At time : 271.1 ps Reaction : H3O^1 (-7603) + OH^-1 (-11969) -> No product +At time : 271.1 ps Reaction : OH^-1 (-11920) + H3O^1 (-7495) -> No product +At time : 271.1 ps Reaction : OH^-1 (-11888) + H3O^1 (-7201) -> No product +At time : 271.1 ps Reaction : H3O^1 (-6167) + OH^-1 (-11876) -> No product +At time : 271.1 ps Reaction : H^0 (-11328) + e_aq^-1 (-8659) -> OH^-1 (-12002) + H_2^0 (-12003) +At time : 271.1 ps Reaction : H3O^1 (-11187) + e_aq^-1 (-8464) -> H^0 (-12004) +At time : 271.1 ps Reaction : OH^0 (-9404) + OH^0 (-8264) -> H2O2^0 (-12005) +At time : 271.1 ps Reaction : OH^0 (-9328) + OH^0 (-7152) -> H2O2^0 (-12006) +At time : 271.1 ps Reaction : OH^0 (-7146) + OH^0 (-8390) -> H2O2^0 (-12007) +At time : 271.1 ps Reaction : e_aq^-1 (-517) + H3O^1 (-7239) -> H^0 (-12008) +At time : 271.1 ps Reaction : OH^-1 (-12002) + H3O^1 (-7493) -> No product +At time : 281.1 ps Reaction : H^0 (-11198) + OH^0 (-11182) -> No product +At time : 281.1 ps Reaction : OH^0 (-10927) + OH^0 (-7964) -> H2O2^0 (-12009) +At time : 281.1 ps Reaction : OH^0 (-10540) + OH^0 (-10862) -> H2O2^0 (-12010) +At time : 281.1 ps Reaction : OH^0 (-10617) + e_aq^-1 (-3441) -> OH^-1 (-12011) +At time : 281.1 ps Reaction : H^0 (-9399) + OH^0 (-5852) -> No product +At time : 281.1 ps Reaction : e_aq^-1 (-4933) + H^0 (-9076) -> OH^-1 (-12012) + H_2^0 (-12013) +At time : 281.1 ps Reaction : OH^0 (-8030) + OH^0 (-8038) -> H2O2^0 (-12014) +At time : 281.1 ps Reaction : e_aq^-1 (-4448) + H3O^1 (-7945) -> H^0 (-12015) +At time : 281.1 ps Reaction : OH^0 (-5751) + OH^0 (-6924) -> H2O2^0 (-12016) +At time : 281.1 ps Reaction : e_aq^-1 (-3438) + OH^0 (-5818) -> OH^-1 (-12017) +At time : 291.1 ps Reaction : H3O^1 (-7413) + OH^-1 (-11939) -> No product +At time : 291.1 ps Reaction : OH^0 (-9500) + OH^0 (-6252) -> H2O2^0 (-12018) +At time : 291.1 ps Reaction : OH^0 (-6084) + OH^0 (-7448) -> H2O2^0 (-12019) +At time : 291.1 ps Reaction : e_aq^-1 (-3062) + H3O^1 (-6357) -> H^0 (-12020) +At time : 291.1 ps Reaction : e_aq^-1 (-2221) + e_aq^-1 (-4000) -> OH^-1 (-12021) + OH^-1 (-12022) + H_2^0 (-12023) +At time : 301.1 ps Reaction : OH^-1 (-11994) + H3O^1 (-8355) -> No product +At time : 301.1 ps Reaction : OH^0 (-8822) + H^0 (-11282) -> No product +At time : 301.1 ps Reaction : OH^0 (-9947) + OH^0 (-7900) -> H2O2^0 (-12024) +At time : 301.1 ps Reaction : H^0 (-9315) + OH^0 (-6052) -> No product +At time : 301.1 ps Reaction : OH^0 (-8813) + OH^0 (-8818) -> H2O2^0 (-12025) +At time : 301.1 ps Reaction : H3O^1 (-6173) + e_aq^-1 (-8836) -> H^0 (-12026) +At time : 301.1 ps Reaction : e_aq^-1 (-8377) + OH^0 (-8504) -> OH^-1 (-12027) +At time : 311.1 ps Reaction : H3O^1 (-10557) + e_aq^-1 (-4238) -> H^0 (-12028) +At time : 311.1 ps Reaction : H3O^1 (-10332) + e_aq^-1 (-5641) -> H^0 (-12029) +At time : 311.1 ps Reaction : e_aq^-1 (-4029) + H3O^1 (-9851) -> H^0 (-12030) +At time : 311.1 ps Reaction : OH^0 (-9673) + OH^0 (-7664) -> H2O2^0 (-12031) +At time : 311.1 ps Reaction : OH^0 (-6908) + H^0 (-8966) -> No product +At time : 311.1 ps Reaction : e_aq^-1 (-2052) + H3O^1 (-6741) -> H^0 (-12032) +At time : 311.1 ps Reaction : OH^0 (-10916) + OH^0 (-10041) -> H2O2^0 (-12033) +At time : 311.1 ps Reaction : OH^0 (-10350) + H^0 (-9389) -> No product +At time : 321.1 ps Reaction : e_aq^-1 (-4637) + H2O2^0 (-11732) -> OH^-1 (-12034) + OH^0 (-12035) +At time : 321.1 ps Reaction : OH^0 (-10545) + H^0 (-11672) -> No product +At time : 321.1 ps Reaction : OH^0 (-11295) + OH^0 (-9572) -> H2O2^0 (-12036) +At time : 321.1 ps Reaction : OH^0 (-10477) + OH^0 (-11017) -> H2O2^0 (-12037) +At time : 321.1 ps Reaction : H^0 (-9194) + OH^0 (-5781) -> No product +At time : 321.1 ps Reaction : e_aq^-1 (-3073) + H3O^1 (-8721) -> H^0 (-12038) +At time : 321.1 ps Reaction : OH^-1 (-5807) + H3O^1 (-8281) -> No product +At time : 321.1 ps Reaction : OH^-1 (-12034) + H3O^1 (-8835) -> No product +At time : 321.1 ps Reaction : H3O^1 (-8021) + OH^-1 (-12027) -> No product +At time : 321.1 ps Reaction : OH^-1 (-5714) + H3O^1 (-7351) -> No product +At time : 331.1 ps Reaction : OH^-1 (-11788) + H3O^1 (-8029) -> No product +At time : 331.1 ps Reaction : H2O2^0 (-11510) + e_aq^-1 (-8665) -> OH^-1 (-12039) + OH^0 (-12040) +At time : 331.1 ps Reaction : H^0 (-11310) + H^0 (-10541) -> H_2^0 (-12041) +At time : 331.1 ps Reaction : OH^0 (-11001) + e_aq^-1 (-4743) -> OH^-1 (-12042) +At time : 331.1 ps Reaction : OH^0 (-10931) + OH^0 (-7966) -> H2O2^0 (-12043) +At time : 331.1 ps Reaction : OH^0 (-10695) + OH^0 (-5902) -> H2O2^0 (-12044) +At time : 331.1 ps Reaction : e_aq^-1 (-8536) + H3O^1 (-8739) -> H^0 (-12045) +At time : 331.1 ps Reaction : OH^-1 (-5798) + H3O^1 (-8556) -> No product +At time : 331.1 ps Reaction : H^0 (-9765) + OH^0 (-9752) -> No product +At time : 341.1 ps Reaction : OH^-1 (-12012) + H3O^1 (-8871) -> No product +At time : 341.1 ps Reaction : OH^0 (-10506) + OH^0 (-7032) -> H2O2^0 (-12046) +At time : 341.1 ps Reaction : OH^0 (-9959) + OH^0 (-5982) -> H2O2^0 (-12047) +At time : 341.1 ps Reaction : OH^0 (-9652) + OH^0 (-7762) -> H2O2^0 (-12048) +At time : 351.1 ps Reaction : H3O^1 (-7409) + OH^-1 (-11990) -> No product +At time : 351.1 ps Reaction : H^0 (-10743) + OH^0 (-6628) -> No product +At time : 351.1 ps Reaction : H^0 (-10651) + OH^0 (-9509) -> No product +At time : 351.1 ps Reaction : OH^0 (-10476) + OH^0 (-8870) -> H2O2^0 (-12049) +At time : 351.1 ps Reaction : H^0 (-10266) + OH^0 (-8194) -> No product +At time : 351.1 ps Reaction : H^0 (-9576) + OH^0 (-5894) -> No product +At time : 351.1 ps Reaction : OH^0 (-9521) + OH^0 (-9525) -> H2O2^0 (-12050) +At time : 351.1 ps Reaction : OH^0 (-9421) + OH^0 (-8582) -> H2O2^0 (-12051) +At time : 351.1 ps Reaction : OH^0 (-8917) + H^0 (-8940) -> No product +At time : 351.1 ps Reaction : e_aq^-1 (-4950) + H3O^1 (-7497) -> H^0 (-12052) +At time : 361.1 ps Reaction : OH^-1 (-11908) + H3O^1 (-6471) -> No product +At time : 361.1 ps Reaction : OH^0 (-10238) + OH^0 (-7186) -> H2O2^0 (-12053) +At time : 361.1 ps Reaction : H^0 (-10173) + OH^0 (-7100) -> No product +At time : 361.1 ps Reaction : OH^0 (-9429) + OH^0 (-7038) -> H2O2^0 (-12054) +At time : 361.1 ps Reaction : OH^0 (-6138) + OH^0 (-8900) -> H2O2^0 (-12055) +At time : 361.1 ps Reaction : e_aq^-1 (-5643) + OH^0 (-7356) -> OH^-1 (-12056) +At time : 361.1 ps Reaction : e_aq^-1 (-5478) + OH^0 (-7320) -> OH^-1 (-12057) +At time : 361.1 ps Reaction : e_aq^-1 (-4653) + H3O^1 (-7005) -> H^0 (-12058) +At time : 361.1 ps Reaction : OH^0 (-6416) + OH^0 (-6418) -> H2O2^0 (-12059) +At time : 361.1 ps Reaction : H3O^1 (-6871) + OH^-1 (-12001) -> No product +At time : 371.1 ps Reaction : H^0 (-10251) + OH^0 (-11110) -> No product +At time : 371.1 ps Reaction : H^0 (-10433) + OH^0 (-11095) -> No product +At time : 371.1 ps Reaction : H^0 (-9958) + OH^0 (-10829) -> No product +At time : 371.1 ps Reaction : OH^0 (-10144) + OH^0 (-10150) -> H2O2^0 (-12060) +At time : 371.1 ps Reaction : H^0 (-10096) + H^0 (-10108) -> H_2^0 (-12061) +At time : 371.1 ps Reaction : H^0 (-10017) + OH^0 (-6002) -> No product +At time : 371.1 ps Reaction : H3O^1 (-9936) + e_aq^-1 (-2073) -> H^0 (-12062) +At time : 371.1 ps Reaction : OH^0 (-6024) + OH^0 (-7012) -> H2O2^0 (-12063) +At time : 371.1 ps Reaction : e_aq^-1 (-921) + H3O^1 (-5859) -> H^0 (-12064) +At time : 371.1 ps Reaction : OH^0 (-9426) + OH^0 (-7088) -> H2O2^0 (-12065) +At time : 371.1 ps Reaction : e_aq^-1 (-1623) + H3O^1 (-6903) -> H^0 (-12066) +At time : 381.1 ps Reaction : e_aq^-1 (-4002) + H3O^1 (-9849) -> H^0 (-12067) +At time : 381.1 ps Reaction : H^0 (-9378) + OH^0 (-8916) -> No product +At time : 381.1 ps Reaction : H^0 (-9155) + OH^0 (-7676) -> No product +At time : 381.1 ps Reaction : OH^0 (-9137) + OH^0 (-8332) -> H2O2^0 (-12068) +At time : 381.1 ps Reaction : H^0 (-9102) + OH^0 (-6242) -> No product +At time : 381.1 ps Reaction : e_aq^-1 (-1859) + H3O^1 (-7909) -> H^0 (-12069) +At time : 381.1 ps Reaction : e_aq^-1 (-4728) + e_aq^-1 (-4698) -> OH^-1 (-12070) + OH^-1 (-12071) + H_2^0 (-12072) +At time : 391.1 ps Reaction : OH^0 (-10776) + OH^0 (-5960) -> H2O2^0 (-12073) +At time : 391.1 ps Reaction : H^0 (-10368) + OH^0 (-6104) -> No product +At time : 391.1 ps Reaction : e_aq^-1 (-5333) + H3O^1 (-10291) -> H^0 (-12074) +At time : 391.1 ps Reaction : OH^0 (-10180) + OH^0 (-6050) -> H2O2^0 (-12075) +At time : 391.1 ps Reaction : OH^0 (-9210) + OH^0 (-6434) -> H2O2^0 (-12076) +At time : 391.1 ps Reaction : OH^0 (-7776) + H^0 (-8986) -> No product +At time : 391.1 ps Reaction : e_aq^-1 (-3468) + OH^0 (-7680) -> OH^-1 (-12077) +At time : 391.1 ps Reaction : e_aq^-1 (-4477) + OH^0 (-6186) -> OH^-1 (-12078) +At time : 401.1 ps Reaction : OH^0 (-10795) + H^0 (-12032) -> No product +At time : 401.1 ps Reaction : H^0 (-12004) + OH^0 (-7346) -> No product +At time : 401.1 ps Reaction : OH^0 (-11354) + OH^0 (-7384) -> H2O2^0 (-12079) +At time : 401.1 ps Reaction : OH^0 (-9898) + OH^0 (-8342) -> H2O2^0 (-12080) +At time : 401.1 ps Reaction : e_aq^-1 (-8350) + OH^0 (-9003) -> OH^-1 (-12081) +At time : 401.1 ps Reaction : H3O^1 (-8085) + e_aq^-1 (-8866) -> H^0 (-12082) +At time : 401.1 ps Reaction : e_aq^-1 (-1351) + OH^0 (-8831) -> OH^-1 (-12083) +At time : 401.1 ps Reaction : e_aq^-1 (-1515) + OH^0 (-6936) -> OH^-1 (-12084) +At time : 401.1 ps Reaction : e_aq^-1 (-2677) + H3O^1 (-6531) -> H^0 (-12085) +At time : 401.1 ps Reaction : e_aq^-1 (-3551) + H3O^1 (-6269) -> H^0 (-12086) +At time : 401.1 ps Reaction : OH^-1 (-5744) + H3O^1 (-6017) -> No product +At time : 401.1 ps Reaction : H3O^1 (-6971) + OH^-1 (-12083) -> No product +At time : 401.1 ps Reaction : OH^0 (-10913) + e_aq^-1 (-1560) -> OH^-1 (-12087) +At time : 411.1 ps Reaction : OH^0 (-11112) + OH^0 (-10420) -> H2O2^0 (-12088) +At time : 411.1 ps Reaction : OH^0 (-11021) + OH^0 (-8086) -> H2O2^0 (-12089) +At time : 411.1 ps Reaction : H^0 (-10847) + e_aq^-1 (-4311) -> OH^-1 (-12090) + H_2^0 (-12091) +At time : 411.1 ps Reaction : H^0 (-10676) + e_aq^-1 (-3136) -> OH^-1 (-12092) + H_2^0 (-12093) +At time : 411.1 ps Reaction : OH^0 (-10546) + OH^0 (-5870) -> H2O2^0 (-12094) +At time : 411.1 ps Reaction : OH^0 (-10483) + OH^0 (-10163) -> H2O2^0 (-12095) +At time : 411.1 ps Reaction : OH^0 (-9734) + OH^0 (-9736) -> H2O2^0 (-12096) +At time : 411.1 ps Reaction : H3O^1 (-7431) + e_aq^-1 (-8338) -> H^0 (-12097) +At time : 411.1 ps Reaction : OH^0 (-7508) + OH^0 (-8064) -> H2O2^0 (-12098) +At time : 411.1 ps Reaction : e_aq^-1 (-3147) + OH^0 (-6292) -> OH^-1 (-12099) +At time : 411.1 ps Reaction : H3O^1 (-5869) + OH^-1 (-12090) -> No product +At time : 421.1 ps Reaction : H3O^1 (-7361) + OH^-1 (-12056) -> No product +At time : 421.1 ps Reaction : H3O^1 (-11145) + OH^-1 (-11905) -> No product +At time : 421.1 ps Reaction : OH^0 (-10414) + OH^0 (-7242) -> H2O2^0 (-12100) +At time : 421.1 ps Reaction : OH^0 (-10334) + OH^0 (-7382) -> H2O2^0 (-12101) +At time : 421.1 ps Reaction : OH^0 (-10276) + OH^0 (-8224) -> H2O2^0 (-12102) +At time : 421.1 ps Reaction : OH^0 (-10158) + OH^0 (-8048) -> H2O2^0 (-12103) +At time : 421.1 ps Reaction : OH^0 (-9867) + OH^0 (-7632) -> H2O2^0 (-12104) +At time : 421.1 ps Reaction : OH^0 (-9181) + OH^0 (-6302) -> H2O2^0 (-12105) +At time : 421.1 ps Reaction : OH^0 (-6670) + OH^0 (-7824) -> H2O2^0 (-12106) +At time : 421.1 ps Reaction : e_aq^-1 (-875) + OH^0 (-7138) -> OH^-1 (-12107) +At time : 421.1 ps Reaction : OH^0 (-7014) + OH^0 (-7016) -> H2O2^0 (-12108) +At time : 421.1 ps Reaction : OH^0 (-11184) + OH^0 (-7352) -> H2O2^0 (-12109) +At time : 421.1 ps Reaction : OH^-1 (-5717) + H3O^1 (-7349) -> No product +At time : 431.1 ps Reaction : OH^-1 (-11917) + H3O^1 (-7291) -> No product +At time : 431.1 ps Reaction : OH^0 (-10758) + OH^0 (-7830) -> H2O2^0 (-12110) +At time : 431.1 ps Reaction : OH^0 (-10522) + e_aq^-1 (-4469) -> OH^-1 (-12111) +At time : 431.1 ps Reaction : OH^0 (-9220) + OH^0 (-6516) -> H2O2^0 (-12112) +At time : 431.1 ps Reaction : e_aq^-1 (-5690) + H3O^1 (-8409) -> H^0 (-12113) +At time : 431.1 ps Reaction : e_aq^-1 (-529) + OH^0 (-8184) -> OH^-1 (-12114) +At time : 431.1 ps Reaction : OH^0 (-5787) + OH^0 (-7644) -> H2O2^0 (-12115) +At time : 441.1 ps Reaction : e_aq^-1 (-4303) + H3O^1 (-10848) -> H^0 (-12116) +At time : 441.1 ps Reaction : e_aq^-1 (-4473) + H^0 (-10031) -> OH^-1 (-12117) + H_2^0 (-12118) +At time : 441.1 ps Reaction : OH^0 (-9657) + e_aq^-1 (-3712) -> OH^-1 (-12119) +At time : 441.1 ps Reaction : OH^0 (-9637) + e_aq^-1 (-2876) -> OH^-1 (-12120) +At time : 441.1 ps Reaction : OH^0 (-7558) + e_aq^-1 (-8677) -> OH^-1 (-12121) +At time : 441.1 ps Reaction : e_aq^-1 (-900) + H3O^1 (-8439) -> H^0 (-12122) +At time : 441.1 ps Reaction : OH^0 (-6876) + OH^0 (-7592) -> H2O2^0 (-12123) +At time : 441.1 ps Reaction : e_aq^-1 (-4542) + H3O^1 (-6013) -> H^0 (-12124) +At time : 451.1 ps Reaction : H3O^1 (-7141) + OH^-1 (-12107) -> No product +At time : 451.1 ps Reaction : OH^0 (-11148) + OH^0 (-9372) -> H2O2^0 (-12125) +At time : 451.1 ps Reaction : H^0 (-10484) + OH^0 (-11004) -> No product +At time : 451.1 ps Reaction : OH^0 (-10762) + H^0 (-9016) -> No product +At time : 451.1 ps Reaction : OH^0 (-10193) + OH^0 (-7498) -> H2O2^0 (-12126) +At time : 451.1 ps Reaction : OH^0 (-10026) + e_aq^-1 (-8815) -> OH^-1 (-12127) +At time : 451.1 ps Reaction : e_aq^-1 (-5241) + H3O^1 (-8898) -> H^0 (-12128) +At time : 451.1 ps Reaction : OH^0 (-6128) + e_aq^-1 (-8473) -> OH^-1 (-12129) +At time : 461.1 ps Reaction : OH^-1 (-12127) + H3O^1 (-8421) -> No product +At time : 461.1 ps Reaction : H3O^1 (-6141) + OH^-1 (-12114) -> No product +At time : 461.1 ps Reaction : OH^-1 (-12111) + H3O^1 (-6937) -> No product +At time : 461.1 ps Reaction : H^0 (-10383) + OH^0 (-7428) -> No product +At time : 461.1 ps Reaction : H^0 (-10167) + OH^0 (-6156) -> No product +At time : 461.1 ps Reaction : OH^0 (-9952) + H^0 (-9954) -> No product +At time : 461.1 ps Reaction : OH^0 (-9938) + OH^0 (-9940) -> H2O2^0 (-12130) +At time : 461.1 ps Reaction : e_aq^-1 (-3481) + OH^0 (-9480) -> OH^-1 (-12131) +At time : 461.1 ps Reaction : H3O^1 (-6485) + e_aq^-1 (-8542) -> H^0 (-12132) +At time : 461.1 ps Reaction : H3O^1 (-5873) + OH^-1 (-12131) -> No product +At time : 471.1 ps Reaction : OH^-1 (-11963) + H3O^1 (-6335) -> No product +At time : 471.1 ps Reaction : OH^0 (-10985) + OH^0 (-10133) -> H2O2^0 (-12133) +At time : 471.1 ps Reaction : OH^0 (-10763) + OH^0 (-6672) -> H2O2^0 (-12134) +At time : 471.1 ps Reaction : e_aq^-1 (-3958) + H3O^1 (-10755) -> H^0 (-12135) +At time : 471.1 ps Reaction : OH^0 (-10471) + OH^0 (-7112) -> H2O2^0 (-12136) +At time : 471.1 ps Reaction : e_aq^-1 (-5081) + H3O^1 (-8109) -> H^0 (-12137) +At time : 471.1 ps Reaction : e_aq^-1 (-3143) + OH^0 (-6298) -> OH^-1 (-12138) +At time : 481.1 ps Reaction : H^0 (-11753) + OH^0 (-6164) -> No product +At time : 481.1 ps Reaction : OH^0 (-10279) + OH^0 (-8222) -> H2O2^0 (-12139) +At time : 481.1 ps Reaction : e_aq^-1 (-1917) + H^0 (-8970) -> OH^-1 (-12140) + H_2^0 (-12141) +At time : 481.1 ps Reaction : H^0 (-11284) + H^0 (-10044) -> H_2^0 (-12142) +At time : 491.1 ps Reaction : H^0 (-12045) + OH^0 (-8735) -> No product +At time : 491.1 ps Reaction : OH^-1 (-11982) + H3O^1 (-7937) -> No product +At time : 491.1 ps Reaction : H^0 (-10468) + OH^0 (-7120) -> No product +At time : 491.1 ps Reaction : OH^0 (-9631) + e_aq^-1 (-3673) -> OH^-1 (-12143) +At time : 491.1 ps Reaction : e_aq^-1 (-5653) + OH^0 (-8933) -> OH^-1 (-12144) +At time : 491.1 ps Reaction : H3O^1 (-6469) + e_aq^-1 (-8767) -> H^0 (-12145) +At time : 491.1 ps Reaction : e_aq^-1 (-606) + H3O^1 (-8163) -> H^0 (-12146) +At time : 491.1 ps Reaction : e_aq^-1 (-4795) + H3O^1 (-7053) -> H^0 (-12147) +At time : 491.1 ps Reaction : OH^0 (-10657) + OH^0 (-7700) -> H2O2^0 (-12148) +At time : 491.1 ps Reaction : OH^0 (-10246) + OH^0 (-7216) -> H2O2^0 (-12149) +At time : 501.1 ps Reaction : H^0 (-10247) + H^0 (-10260) -> H_2^0 (-12150) +At time : 501.1 ps Reaction : e_aq^-1 (-3113) + OH^0 (-8714) -> OH^-1 (-12151) +At time : 501.1 ps Reaction : e_aq^-1 (-4453) + OH^0 (-8561) -> OH^-1 (-12152) +At time : 501.1 ps Reaction : e_aq^-1 (-3314) + H3O^1 (-6229) -> H^0 (-12153) +At time : 501.1 ps Reaction : e_aq^-1 (-4346) + OH^0 (-5793) -> OH^-1 (-12154) +At time : 501.1 ps Reaction : e_aq^-1 (-924) + e_aq^-1 (-4972) -> OH^-1 (-12155) + OH^-1 (-12156) + H_2^0 (-12157) +At time : 501.1 ps Reaction : OH^-1 (-12039) + H3O^1 (-8015) -> No product +At time : 501.1 ps Reaction : OH^0 (-10303) + OH^0 (-8639) -> H2O2^0 (-12158) +At time : 511.1 ps Reaction : OH^-1 (-12151) + H3O^1 (-6307) -> No product +At time : 511.1 ps Reaction : OH^-1 (-12140) + H3O^1 (-7897) -> No product +At time : 511.1 ps Reaction : OH^-1 (-12042) + H3O^1 (-8051) -> No product +At time : 511.1 ps Reaction : OH^-1 (-11871) + H3O^1 (-9729) -> No product +At time : 511.1 ps Reaction : OH^0 (-10600) + OH^0 (-6660) -> H2O2^0 (-12159) +At time : 511.1 ps Reaction : OH^0 (-7468) + OH^0 (-8166) -> H2O2^0 (-12160) +At time : 511.1 ps Reaction : OH^0 (-9896) + OH^0 (-5972) -> H2O2^0 (-12161) +At time : 521.1 ps Reaction : H^0 (-10494) + OH^0 (-6166) -> No product +At time : 521.1 ps Reaction : H^0 (-9182) + e_aq^-1 (-3117) -> OH^-1 (-12162) + H_2^0 (-12163) +At time : 521.1 ps Reaction : e_aq^-1 (-26) + OH^0 (-8405) -> OH^-1 (-12164) +At time : 521.1 ps Reaction : e_aq^-1 (-2856) + H3O^1 (-6433) -> H^0 (-12165) +At time : 521.1 ps Reaction : OH^0 (-9117) + OH^0 (-9979) -> H2O2^0 (-12166) +At time : 531.1 ps Reaction : H^0 (-11005) + OH^0 (-7512) -> No product +At time : 531.1 ps Reaction : H^0 (-9430) + e_aq^-1 (-8569) -> OH^-1 (-12167) + H_2^0 (-12168) +At time : 531.1 ps Reaction : e_aq^-1 (-5106) + OH^0 (-8450) -> OH^-1 (-12169) +At time : 531.1 ps Reaction : OH^0 (-7284) + e_aq^-1 (-8335) -> OH^-1 (-12170) +At time : 531.1 ps Reaction : OH^-1 (-12070) + H3O^1 (-7015) -> No product +At time : 541.1 ps Reaction : OH^-1 (-12117) + H3O^1 (-6929) -> No product +At time : 541.1 ps Reaction : H2O2^0 (-11391) + e_aq^-1 (-4218) -> OH^-1 (-12171) + OH^0 (-12172) +At time : 541.1 ps Reaction : OH^0 (-10886) + OH^0 (-7584) -> H2O2^0 (-12173) +At time : 541.1 ps Reaction : OH^0 (-10491) + OH^0 (-7056) -> H2O2^0 (-12174) +At time : 541.1 ps Reaction : OH^0 (-10418) + OH^0 (-9409) -> H2O2^0 (-12175) +At time : 541.1 ps Reaction : OH^0 (-9307) + H^0 (-9428) -> No product +At time : 541.1 ps Reaction : e_aq^-1 (-765) + H3O^1 (-8448) -> H^0 (-12176) +At time : 541.1 ps Reaction : OH^0 (-7552) + OH^0 (-8339) -> H2O2^0 (-12177) +At time : 541.1 ps Reaction : OH^0 (-6432) + OH^0 (-7756) -> H2O2^0 (-12178) +At time : 551.1 ps Reaction : OH^-1 (-12144) + H3O^1 (-8323) -> No product +At time : 551.1 ps Reaction : OH^0 (-10800) + OH^0 (-6776) -> H2O2^0 (-12179) +At time : 551.1 ps Reaction : OH^0 (-10169) + OH^0 (-7506) -> H2O2^0 (-12180) +At time : 551.1 ps Reaction : OH^0 (-9907) + OH^0 (-5760) -> H2O2^0 (-12181) +At time : 551.1 ps Reaction : OH^0 (-6372) + OH^0 (-7736) -> H2O2^0 (-12182) +At time : 551.1 ps Reaction : OH^0 (-9347) + OH^0 (-7458) -> H2O2^0 (-12183) +At time : 561.1 ps Reaction : e_aq^-1 (-4245) + OH^0 (-10822) -> OH^-1 (-12184) +At time : 561.1 ps Reaction : H3O^1 (-10576) + e_aq^-1 (-4113) -> H^0 (-12185) +At time : 561.1 ps Reaction : H^0 (-9960) + OH^0 (-9966) -> No product +At time : 561.1 ps Reaction : OH^0 (-9552) + OH^0 (-6296) -> H2O2^0 (-12186) +At time : 561.1 ps Reaction : e_aq^-1 (-3807) + H^0 (-8982) -> OH^-1 (-12187) + H_2^0 (-12188) +At time : 561.1 ps Reaction : OH^0 (-7410) + e_aq^-1 (-8596) -> OH^-1 (-12189) +At time : 561.1 ps Reaction : OH^0 (-9039) + H^0 (-9040) -> No product +At time : 571.1 ps Reaction : H^0 (-11806) + OH^0 (-8092) -> No product +At time : 571.1 ps Reaction : H2O2^0 (-11777) + e_aq^-1 (-4856) -> OH^-1 (-12190) + OH^0 (-12191) +At time : 571.1 ps Reaction : OH^0 (-10810) + OH^0 (-8546) -> H2O2^0 (-12192) +At time : 571.1 ps Reaction : H^0 (-10090) + OH^0 (-8426) -> No product +At time : 571.1 ps Reaction : H^0 (-9239) + OH^0 (-6680) -> No product +At time : 571.1 ps Reaction : e_aq^-1 (-4049) + H3O^1 (-7859) -> H^0 (-12193) +At time : 571.1 ps Reaction : e_aq^-1 (-4373) + OH^0 (-10001) -> OH^-1 (-12194) +At time : 581.1 ps Reaction : OH^-1 (-12121) + H3O^1 (-8424) -> No product +At time : 581.1 ps Reaction : H3O^1 (-6913) + OH^-1 (-11414) -> No product +At time : 581.1 ps Reaction : OH^0 (-10625) + e_aq^-1 (-3455) -> OH^-1 (-12195) +At time : 581.1 ps Reaction : H3O^1 (-10510) + e_aq^-1 (-4657) -> H^0 (-12196) +At time : 581.1 ps Reaction : H^0 (-10478) + OH^0 (-8855) -> No product +At time : 581.1 ps Reaction : OH^0 (-9853) + OH^0 (-6714) -> H2O2^0 (-12197) +At time : 581.1 ps Reaction : OH^0 (-9845) + OH^0 (-9249) -> H2O2^0 (-12198) +At time : 581.1 ps Reaction : OH^0 (-7440) + H^0 (-8944) -> No product +At time : 581.1 ps Reaction : OH^0 (-5816) + OH^0 (-8304) -> H2O2^0 (-12199) +At time : 591.1 ps Reaction : H^0 (-11192) + H^0 (-11981) -> H_2^0 (-12200) +At time : 591.1 ps Reaction : OH^0 (-11134) + OH^0 (-9368) -> H2O2^0 (-12201) +At time : 591.1 ps Reaction : H^0 (-10327) + OH^0 (-7344) -> No product +At time : 591.1 ps Reaction : OH^0 (-10094) + OH^0 (-7000) -> H2O2^0 (-12202) +At time : 591.1 ps Reaction : e_aq^-1 (-3189) + H^0 (-9526) -> OH^-1 (-12203) + H_2^0 (-12204) +At time : 591.1 ps Reaction : e_aq^-1 (-384) + H3O^1 (-8913) -> H^0 (-12205) +At time : 591.1 ps Reaction : e_aq^-1 (-3495) + H3O^1 (-8706) -> H^0 (-12206) +At time : 591.1 ps Reaction : H3O^1 (-11137) + e_aq^-1 (-8911) -> H^0 (-12207) +At time : 591.1 ps Reaction : e_aq^-1 (-5284) + OH^0 (-7450) -> OH^-1 (-12208) +At time : 591.1 ps Reaction : H3O^1 (-10408) + OH^-1 (-12208) -> No product +At time : 601.1 ps Reaction : H3O^1 (-6049) + OH^-1 (-12156) -> No product +At time : 601.1 ps Reaction : H^0 (-11214) + OH^0 (-6716) -> No product +At time : 611.1 ps Reaction : H3O^1 (-6089) + OH^-1 (-11904) -> No product +At time : 611.1 ps Reaction : OH^-1 (-11892) + H3O^1 (-8790) -> No product +At time : 611.1 ps Reaction : H^0 (-11829) + OH^0 (-7986) -> No product +At time : 611.1 ps Reaction : OH^0 (-10504) + OH^0 (-8024) -> H2O2^0 (-12209) +At time : 611.1 ps Reaction : H^0 (-9126) + OH^0 (-10138) -> No product +At time : 611.1 ps Reaction : e_aq^-1 (-4900) + H3O^1 (-7507) -> H^0 (-12210) +At time : 621.1 ps Reaction : OH^0 (-11132) + OH^0 (-11264) -> H2O2^0 (-12211) +At time : 621.1 ps Reaction : OH^0 (-10130) + OH^0 (-8022) -> H2O2^0 (-12212) +At time : 621.1 ps Reaction : H3O^1 (-10445) + OH^-1 (-12169) -> No product +At time : 631.1 ps Reaction : e_aq^-1 (-5675) + H^0 (-12113) -> OH^-1 (-12213) + H_2^0 (-12214) +At time : 631.1 ps Reaction : OH^0 (-11074) + e_aq^-1 (-5118) -> OH^-1 (-12215) +At time : 631.1 ps Reaction : H3O^1 (-11052) + e_aq^-1 (-5022) -> H^0 (-12216) +At time : 631.1 ps Reaction : OH^0 (-10564) + OH^0 (-8969) -> H2O2^0 (-12217) +At time : 631.1 ps Reaction : OH^0 (-10195) + OH^0 (-7148) -> H2O2^0 (-12218) +At time : 631.1 ps Reaction : e_aq^-1 (-5324) + H3O^1 (-8478) -> H^0 (-12219) +At time : 631.1 ps Reaction : OH^0 (-6642) + OH^0 (-7816) -> H2O2^0 (-12220) +At time : 631.1 ps Reaction : e_aq^-1 (-4622) + e_aq^-1 (-4629) -> OH^-1 (-12221) + OH^-1 (-12222) + H_2^0 (-12223) +At time : 631.1 ps Reaction : H3O^1 (-6887) + OH^-1 (-12194) -> No product +At time : 641.1 ps Reaction : OH^0 (-11161) + e_aq^-1 (-8470) -> OH^-1 (-12224) +At time : 641.1 ps Reaction : OH^0 (-11122) + OH^0 (-10405) -> H2O2^0 (-12225) +At time : 641.1 ps Reaction : e_aq^-1 (-4203) + H3O^1 (-10819) -> H^0 (-12226) +At time : 641.1 ps Reaction : OH^0 (-10647) + H^0 (-9496) -> No product +At time : 641.1 ps Reaction : OH^0 (-7144) + OH^0 (-8100) -> H2O2^0 (-12227) +At time : 641.1 ps Reaction : e_aq^-1 (-3124) + e_aq^-1 (-3569) -> OH^-1 (-12228) + OH^-1 (-12229) + H_2^0 (-12230) +At time : 651.1 ps Reaction : H^0 (-10943) + e_aq^-1 (-1377) -> OH^-1 (-12231) + H_2^0 (-12232) +At time : 651.1 ps Reaction : H^0 (-10783) + OH^0 (-6722) -> No product +At time : 651.1 ps Reaction : e_aq^-1 (-5368) + H3O^1 (-10297) -> H^0 (-12233) +At time : 651.1 ps Reaction : OH^0 (-9763) + OH^0 (-6606) -> H2O2^0 (-12234) +At time : 651.1 ps Reaction : OH^0 (-7556) + e_aq^-1 (-8833) -> OH^-1 (-12235) +At time : 651.1 ps Reaction : e_aq^-1 (-723) + H3O^1 (-7175) -> H^0 (-12236) +At time : 651.1 ps Reaction : e_aq^-1 (-2434) + H3O^1 (-6639) -> H^0 (-12237) +At time : 661.1 ps Reaction : H3O^1 (-7509) + OH^-1 (-12190) -> No product +At time : 661.1 ps Reaction : OH^0 (-11304) + OH^0 (-7788) -> H2O2^0 (-12238) +At time : 661.1 ps Reaction : OH^0 (-9903) + OH^0 (-10575) -> H2O2^0 (-12239) +At time : 661.1 ps Reaction : OH^0 (-10473) + e_aq^-1 (-8860) -> OH^-1 (-12240) +At time : 661.1 ps Reaction : H^0 (-10362) + OH^0 (-7338) -> No product +At time : 661.1 ps Reaction : OH^0 (-7096) + OH^0 (-7098) -> H2O2^0 (-12241) +At time : 661.1 ps Reaction : e_aq^-1 (-5474) + OH^0 (-6102) -> OH^-1 (-12242) +At time : 661.1 ps Reaction : e_aq^-1 (-2542) + OH^0 (-5926) -> OH^-1 (-12243) +At time : 661.1 ps Reaction : OH^0 (-9513) + OH^0 (-7702) -> H2O2^0 (-12244) +At time : 671.1 ps Reaction : OH^-1 (-12240) + H3O^1 (-8087) -> No product +At time : 671.1 ps Reaction : OH^-1 (-12231) + H3O^1 (-6977) -> No product +At time : 671.1 ps Reaction : H3O^1 (-11229) + OH^-1 (-12087) -> No product +At time : 671.1 ps Reaction : OH^0 (-11320) + OH^0 (-6982) -> H2O2^0 (-12245) +At time : 671.1 ps Reaction : H3O^1 (-11047) + e_aq^-1 (-8443) -> H^0 (-12246) +At time : 671.1 ps Reaction : OH^0 (-10221) + OH^0 (-8649) -> H2O2^0 (-12247) +At time : 671.1 ps Reaction : e_aq^-1 (-3997) + H3O^1 (-9832) -> H^0 (-12248) +At time : 671.1 ps Reaction : OH^0 (-9515) + e_aq^-1 (-3542) -> OH^-1 (-12249) +At time : 671.1 ps Reaction : H3O^1 (-6537) + e_aq^-1 (-8347) -> H^0 (-12250) +At time : 671.1 ps Reaction : e_aq^-1 (-488) + OH^0 (-7254) -> OH^-1 (-12251) +At time : 671.1 ps Reaction : e_aq^-1 (-5611) + OH^0 (-5715) -> OH^-1 (-12252) +At time : 671.1 ps Reaction : e_aq^-1 (-5055) + e_aq^-1 (-5057) -> OH^-1 (-12253) + OH^-1 (-12254) + H_2^0 (-12255) +At time : 681.1 ps Reaction : H3O^1 (-6061) + OH^-1 (-12254) -> No product +At time : 681.1 ps Reaction : OH^0 (-9758) + H^0 (-9744) -> No product +At time : 681.1 ps Reaction : OH^0 (-9717) + OH^0 (-7782) -> H2O2^0 (-12256) +At time : 681.1 ps Reaction : OH^0 (-6944) + OH^0 (-9055) -> H2O2^0 (-12257) +At time : 681.1 ps Reaction : OH^0 (-5942) + OH^0 (-7654) -> H2O2^0 (-12258) +At time : 691.1 ps Reaction : OH^-1 (-12195) + H3O^1 (-6213) -> No product +At time : 691.1 ps Reaction : H3O^1 (-7313) + OH^-1 (-12189) -> No product +At time : 691.1 ps Reaction : H^0 (-12038) + e_aq^-1 (-3065) -> OH^-1 (-12259) + H_2^0 (-12260) +At time : 701.1 ps Reaction : OH^-1 (-12162) + H3O^1 (-7721) -> No product +At time : 701.1 ps Reaction : H^0 (-10731) + OH^0 (-10737) -> No product +At time : 701.1 ps Reaction : OH^0 (-10672) + H^0 (-9538) -> No product +At time : 701.1 ps Reaction : e_aq^-1 (-5404) + H3O^1 (-8631) -> H^0 (-12261) +At time : 701.1 ps Reaction : OH^0 (-6690) + OH^0 (-7838) -> H2O2^0 (-12262) +At time : 701.1 ps Reaction : e_aq^-1 (-483) + H3O^1 (-7255) -> H^0 (-12263) +At time : 701.1 ps Reaction : OH^0 (-6520) + OH^0 (-6528) -> H2O2^0 (-12264) +At time : 711.1 ps Reaction : OH^-1 (-12187) + H3O^1 (-7791) -> No product +At time : 711.1 ps Reaction : OH^0 (-10604) + e_aq^-1 (-2464) -> OH^-1 (-12265) +At time : 711.1 ps Reaction : H3O^1 (-10559) + e_aq^-1 (-4232) -> H^0 (-12266) +At time : 711.1 ps Reaction : OH^0 (-9083) + H^0 (-9084) -> No product +At time : 711.1 ps Reaction : e_aq^-1 (-4180) + H3O^1 (-8550) -> H^0 (-12267) +At time : 711.1 ps Reaction : e_aq^-1 (-1333) + H3O^1 (-6995) -> H^0 (-12268) +At time : 711.1 ps Reaction : e_aq^-1 (-5627) + e_aq^-1 (-5608) -> OH^-1 (-12269) + OH^-1 (-12270) + H_2^0 (-12271) +At time : 721.1 ps Reaction : H3O^1 (-10682) + OH^-1 (-12259) -> No product +At time : 721.1 ps Reaction : OH^-1 (-12184) + H3O^1 (-7903) -> No product +At time : 721.1 ps Reaction : OH^0 (-11130) + OH^0 (-11265) -> H2O2^0 (-12272) +At time : 721.1 ps Reaction : OH^0 (-9993) + OH^0 (-10867) -> H2O2^0 (-12273) +At time : 721.1 ps Reaction : H^0 (-10533) + OH^0 (-10019) -> No product +At time : 721.1 ps Reaction : OH^0 (-6662) + OH^0 (-8351) -> H2O2^0 (-12274) +At time : 721.1 ps Reaction : e_aq^-1 (-3646) + e_aq^-1 (-2959) -> OH^-1 (-12275) + OH^-1 (-12276) + H_2^0 (-12277) +At time : 731.1 ps Reaction : H3O^1 (-10338) + OH^-1 (-12164) -> No product +At time : 731.1 ps Reaction : e_aq^-1 (-2739) + OH^0 (-10721) -> OH^-1 (-12278) +At time : 731.1 ps Reaction : OH^0 (-10573) + H^0 (-8974) -> No product +At time : 731.1 ps Reaction : H^0 (-9821) + OH^0 (-9815) -> No product +At time : 731.1 ps Reaction : e_aq^-1 (-1246) + OH^0 (-8666) -> OH^-1 (-12279) +At time : 731.1 ps Reaction : OH^0 (-6538) + OH^0 (-7660) -> H2O2^0 (-12280) +At time : 731.1 ps Reaction : e_aq^-1 (-828) + OH^0 (-7486) -> OH^-1 (-12281) +At time : 731.1 ps Reaction : OH^0 (-7248) + OH^0 (-7250) -> H2O2^0 (-12282) +At time : 731.1 ps Reaction : e_aq^-1 (-4603) + OH^0 (-8672) -> OH^-1 (-12283) +At time : 741.1 ps Reaction : OH^-1 (-12279) + H3O^1 (-6029) -> No product +At time : 741.1 ps Reaction : H3O^1 (-10954) + OH^-1 (-12071) -> No product +At time : 741.1 ps Reaction : H^0 (-11792) + OH^0 (-6028) -> No product +At time : 741.1 ps Reaction : H^0 (-11321) + e_aq^-1 (-4619) -> OH^-1 (-12284) + H_2^0 (-12285) +At time : 741.1 ps Reaction : e_aq^-1 (-4659) + OH^0 (-11273) -> OH^-1 (-12286) +At time : 741.1 ps Reaction : OH^0 (-10380) + OH^0 (-7278) -> H2O2^0 (-12287) +At time : 741.1 ps Reaction : OH^0 (-9381) + OH^0 (-8278) -> H2O2^0 (-12288) +At time : 741.1 ps Reaction : e_aq^-1 (-1432) + OH^0 (-8678) -> OH^-1 (-12289) +At time : 741.1 ps Reaction : OH^0 (-6368) + OH^0 (-7732) -> H2O2^0 (-12290) +At time : 751.1 ps Reaction : H3O^1 (-6955) + OH^-1 (-12289) -> No product +At time : 751.1 ps Reaction : OH^0 (-10411) + OH^0 (-8202) -> H2O2^0 (-12291) +At time : 751.1 ps Reaction : OH^0 (-10184) + OH^0 (-8088) -> H2O2^0 (-12292) +At time : 751.1 ps Reaction : e_aq^-1 (-951) + OH^0 (-10146) -> OH^-1 (-12293) +At time : 751.1 ps Reaction : OH^0 (-9905) + OH^0 (-7882) -> H2O2^0 (-12294) +At time : 751.1 ps Reaction : OH^0 (-9465) + e_aq^-1 (-3459) -> OH^-1 (-12295) +At time : 751.1 ps Reaction : e_aq^-1 (-4269) + OH^0 (-8798) -> OH^-1 (-12296) +At time : 751.1 ps Reaction : e_aq^-1 (-5205) + OH^0 (-8196) -> OH^-1 (-12297) +At time : 751.1 ps Reaction : OH^0 (-7522) + OH^0 (-7528) -> H2O2^0 (-12298) +At time : 751.1 ps Reaction : e_aq^-1 (-5026) + H3O^1 (-7151) -> H^0 (-12299) +At time : 751.1 ps Reaction : OH^0 (-6038) + OH^0 (-7078) -> H2O2^0 (-12300) +At time : 751.1 ps Reaction : e_aq^-1 (-1705) + H3O^1 (-6191) -> H^0 (-12301) +At time : 761.1 ps Reaction : H3O^1 (-10623) + OH^-1 (-12295) -> No product +At time : 761.1 ps Reaction : OH^-1 (-12119) + H3O^1 (-6457) -> No product +At time : 761.1 ps Reaction : e_aq^-1 (-3641) + H2O2^0 (-11787) -> OH^-1 (-12302) + OH^0 (-12303) +At time : 761.1 ps Reaction : H^0 (-9980) + OH^0 (-10844) -> No product +At time : 761.1 ps Reaction : H3O^1 (-10688) + e_aq^-1 (-3013) -> H^0 (-12304) +At time : 761.1 ps Reaction : e_aq^-1 (-4784) + OH^0 (-8955) -> OH^-1 (-12305) +At time : 761.1 ps Reaction : OH^0 (-5769) + OH^0 (-8696) -> H2O2^0 (-12306) +At time : 761.1 ps Reaction : e_aq^-1 (-4717) + OH^0 (-8570) -> OH^-1 (-12307) +At time : 761.1 ps Reaction : e_aq^-1 (-97) + OH^0 (-7398) -> OH^-1 (-12308) +At time : 771.1 ps Reaction : OH^-1 (-12308) + H3O^1 (-8616) -> No product +At time : 771.1 ps Reaction : OH^-1 (-12253) + H3O^1 (-7181) -> No product +At time : 771.1 ps Reaction : OH^-1 (-11897) + H3O^1 (-6265) -> No product +At time : 771.1 ps Reaction : OH^0 (-10940) + e_aq^-1 (-1344) -> OH^-1 (-12309) +At time : 771.1 ps Reaction : OH^0 (-7414) + H^0 (-8942) -> No product +At time : 771.1 ps Reaction : OH^0 (-7574) + OH^0 (-7950) -> H2O2^0 (-12310) +At time : 771.1 ps Reaction : e_aq^-1 (-5076) + H3O^1 (-7469) -> H^0 (-12311) +At time : 771.1 ps Reaction : e_aq^-1 (-3160) + OH^0 (-6288) -> OH^-1 (-12312) +At time : 781.1 ps Reaction : H3O^1 (-6547) + OH^-1 (-12243) -> No product +At time : 781.1 ps Reaction : OH^0 (-10098) + H^0 (-11280) -> No product +At time : 781.1 ps Reaction : H^0 (-10413) + e_aq^-1 (-5214) -> OH^-1 (-12313) + H_2^0 (-12314) +At time : 781.1 ps Reaction : H^0 (-10171) + H^0 (-9416) -> H_2^0 (-12315) +At time : 781.1 ps Reaction : e_aq^-1 (-5173) + H3O^1 (-9344) -> H^0 (-12316) +At time : 781.1 ps Reaction : OH^0 (-7790) + OH^0 (-7792) -> H2O2^0 (-12317) +At time : 781.1 ps Reaction : e_aq^-1 (-1219) + H3O^1 (-7537) -> H^0 (-12318) +At time : 791.1 ps Reaction : OH^-1 (-12313) + H3O^1 (-7251) -> No product +At time : 791.1 ps Reaction : OH^-1 (-11909) + H3O^1 (-7429) -> No product +At time : 791.1 ps Reaction : OH^0 (-11327) + OH^0 (-7136) -> H2O2^0 (-12319) +At time : 791.1 ps Reaction : e_aq^-1 (-4055) + H3O^1 (-9866) -> H^0 (-12320) +At time : 791.1 ps Reaction : e_aq^-1 (-3899) + H3O^1 (-8517) -> H^0 (-12321) +At time : 791.1 ps Reaction : e_aq^-1 (-408) + H3O^1 (-7445) -> H^0 (-12322) +At time : 791.1 ps Reaction : OH^0 (-7070) + OH^0 (-7076) -> H2O2^0 (-12323) +At time : 791.1 ps Reaction : e_aq^-1 (-5350) + OH^0 (-7270) -> OH^-1 (-12324) +At time : 791.1 ps Reaction : H3O^1 (-10275) + OH^-1 (-12324) -> No product +At time : 801.1 ps Reaction : e_aq^-1 (-5561) + OH^0 (-11197) -> OH^-1 (-12325) +At time : 801.1 ps Reaction : H^0 (-11086) + OH^0 (-7212) -> No product +At time : 801.1 ps Reaction : e_aq^-1 (-2647) + H3O^1 (-10726) -> H^0 (-12326) +At time : 801.1 ps Reaction : OH^0 (-7380) + e_aq^-1 (-8407) -> OH^-1 (-12327) +At time : 801.1 ps Reaction : H3O^1 (-5815) + OH^-1 (-12325) -> No product +At time : 801.1 ps Reaction : H3O^1 (-6175) + OH^-1 (-12283) -> No product +At time : 801.1 ps Reaction : OH^0 (-9222) + OH^0 (-5922) -> H2O2^0 (-12328) +At time : 811.1 ps Reaction : OH^-1 (-12327) + H3O^1 (-8325) -> No product +At time : 811.1 ps Reaction : OH^-1 (-12302) + H3O^1 (-6395) -> No product +At time : 811.1 ps Reaction : H3O^1 (-7315) + OH^-1 (-12242) -> No product +At time : 811.1 ps Reaction : H3O^1 (-5839) + OH^-1 (-12078) -> No product +At time : 811.1 ps Reaction : e_aq^-1 (-4023) + H3O^1 (-10771) -> H^0 (-12329) +At time : 811.1 ps Reaction : H3O^1 (-9985) + e_aq^-1 (-4305) -> H^0 (-12330) +At time : 811.1 ps Reaction : e_aq^-1 (-4347) + OH^0 (-8807) -> OH^-1 (-12331) +At time : 811.1 ps Reaction : OH^0 (-7462) + OH^0 (-8178) -> H2O2^0 (-12332) +At time : 811.1 ps Reaction : e_aq^-1 (-2837) + OH^0 (-7766) -> OH^-1 (-12333) +At time : 811.1 ps Reaction : e_aq^-1 (-3565) + OH^0 (-7714) -> OH^-1 (-12334) +At time : 821.1 ps Reaction : OH^-1 (-12265) + H3O^1 (-7813) -> No product +At time : 821.1 ps Reaction : OH^-1 (-12251) + H3O^1 (-8191) -> No product +At time : 821.1 ps Reaction : OH^-1 (-12235) + H3O^1 (-7559) -> No product +At time : 821.1 ps Reaction : H^0 (-10991) + e_aq^-1 (-1080) -> OH^-1 (-12335) + H_2^0 (-12336) +At time : 821.1 ps Reaction : e_aq^-1 (-1953) + OH^0 (-9031) -> OH^-1 (-12337) +At time : 821.1 ps Reaction : e_aq^-1 (-4716) + OH^0 (-8663) -> OH^-1 (-12338) +At time : 821.1 ps Reaction : e_aq^-1 (-1062) + H3O^1 (-8580) -> H^0 (-12339) +At time : 821.1 ps Reaction : e_aq^-1 (-741) + H3O^1 (-8125) -> H^0 (-12340) +At time : 831.1 ps Reaction : H3O^1 (-6461) + OH^-1 (-12333) -> No product +At time : 831.1 ps Reaction : OH^0 (-10025) + H^0 (-9048) -> No product +At time : 831.1 ps Reaction : H^0 (-9176) + e_aq^-1 (-3227) -> OH^-1 (-12341) + H_2^0 (-12342) +At time : 831.1 ps Reaction : OH^-1 (-5810) + H3O^1 (-7341) -> No product +At time : 831.1 ps Reaction : H3O^1 (-10660) + OH^-1 (-12341) -> No product +At time : 831.1 ps Reaction : e_aq^-1 (-4767) + OH^0 (-8020) -> OH^-1 (-12343) +At time : 831.1 ps Reaction : H3O^1 (-7029) + OH^-1 (-12343) -> No product +At time : 841.1 ps Reaction : OH^0 (-9871) + H^0 (-11832) -> No product +At time : 841.1 ps Reaction : H2O2^0 (-11422) + e_aq^-1 (-8566) -> OH^-1 (-12344) + OH^0 (-12345) +At time : 841.1 ps Reaction : OH^0 (-6004) + OH^0 (-6006) -> H2O2^0 (-12346) +At time : 851.1 ps Reaction : OH^0 (-9269) + H^0 (-12266) -> No product +At time : 851.1 ps Reaction : OH^0 (-8558) + e_aq^-1 (-8800) -> OH^-1 (-12347) +At time : 851.1 ps Reaction : OH^0 (-6316) + OH^0 (-7724) -> H2O2^0 (-12348) +At time : 851.1 ps Reaction : OH^0 (-7200) + OH^0 (-7472) -> H2O2^0 (-12349) +At time : 851.1 ps Reaction : H3O^1 (-9615) + OH^-1 (-11831) -> No product +At time : 861.1 ps Reaction : H^0 (-12304) + e_aq^-1 (-8737) -> OH^-1 (-12350) + H_2^0 (-12351) +At time : 861.1 ps Reaction : e_aq^-1 (-4597) + H^0 (-8962) -> OH^-1 (-12352) + H_2^0 (-12353) +At time : 861.1 ps Reaction : H3O^1 (-6923) + OH^-1 (-12344) -> No product +At time : 871.1 ps Reaction : OH^0 (-10361) + OH^0 (-8296) -> H2O2^0 (-12354) +At time : 871.1 ps Reaction : OH^0 (-10358) + H^0 (-8938) -> No product +At time : 871.1 ps Reaction : e_aq^-1 (-4443) + OH^0 (-8819) -> OH^-1 (-12355) +At time : 881.1 ps Reaction : H^0 (-12147) + H^0 (-8956) -> H_2^0 (-12356) +At time : 881.1 ps Reaction : OH^-1 (-12081) + H3O^1 (-5917) -> No product +At time : 881.1 ps Reaction : OH^0 (-10556) + OH^0 (-8789) -> H2O2^0 (-12357) +At time : 881.1 ps Reaction : H^0 (-9115) + OH^0 (-9021) -> No product +At time : 881.1 ps Reaction : H3O^1 (-7883) + e_aq^-1 (-8419) -> H^0 (-12358) +At time : 881.1 ps Reaction : e_aq^-1 (-4801) + H3O^1 (-8031) -> H^0 (-12359) +At time : 881.1 ps Reaction : OH^0 (-6602) + OH^0 (-7796) -> H2O2^0 (-12360) +At time : 881.1 ps Reaction : e_aq^-1 (-3536) + H3O^1 (-5887) -> H^0 (-12361) +At time : 891.1 ps Reaction : H3O^1 (-10980) + OH^-1 (-12338) -> No product +At time : 891.1 ps Reaction : H^0 (-12074) + OH^0 (-10401) -> No product +At time : 891.1 ps Reaction : e_aq^-1 (-5522) + H3O^1 (-8472) -> H^0 (-12362) +At time : 891.1 ps Reaction : e_aq^-1 (-4833) + OH^0 (-8046) -> OH^-1 (-12363) +At time : 901.1 ps Reaction : OH^0 (-10772) + e_aq^-1 (-4031) -> OH^-1 (-12364) +At time : 901.1 ps Reaction : e_aq^-1 (-5092) + H3O^1 (-7153) -> H^0 (-12365) +At time : 901.1 ps Reaction : H3O^1 (-5961) + OH^-1 (-12364) -> No product +At time : 911.1 ps Reaction : OH^-1 (-12350) + H3O^1 (-6371) -> No product +At time : 911.1 ps Reaction : H3O^1 (-7919) + OH^-1 (-12154) -> No product +At time : 911.1 ps Reaction : OH^0 (-10100) + OH^0 (-7002) -> H2O2^0 (-12366) +At time : 911.1 ps Reaction : OH^0 (-10070) + e_aq^-1 (-4614) -> OH^-1 (-12367) +At time : 911.1 ps Reaction : OH^0 (-9450) + OH^0 (-9446) -> H2O2^0 (-12368) +At time : 911.1 ps Reaction : e_aq^-1 (-4942) + H3O^1 (-8865) -> H^0 (-12369) +At time : 911.1 ps Reaction : e_aq^-1 (-5651) + e_aq^-1 (-5712) -> OH^-1 (-12370) + OH^-1 (-12371) + H_2^0 (-12372) +At time : 921.1 ps Reaction : OH^-1 (-12367) + H3O^1 (-8826) -> No product +At time : 921.1 ps Reaction : H^0 (-10376) + OH^0 (-7332) -> No product +At time : 921.1 ps Reaction : H3O^1 (-9861) + e_aq^-1 (-4044) -> H^0 (-12373) +At time : 921.1 ps Reaction : e_aq^-1 (-4316) + H3O^1 (-6859) -> H^0 (-12374) +At time : 921.1 ps Reaction : e_aq^-1 (-3820) + OH^0 (-5940) -> OH^-1 (-12375) +At time : 921.1 ps Reaction : e_aq^-1 (-457) + e_aq^-1 (-578) -> OH^-1 (-12376) + OH^-1 (-12377) + H_2^0 (-12378) +At time : 931.1 ps Reaction : H3O^1 (-10696) + OH^-1 (-12276) -> No product +At time : 931.1 ps Reaction : H^0 (-9393) + OH^0 (-7378) -> No product +At time : 931.1 ps Reaction : OH^0 (-8861) + OH^0 (-9075) -> H2O2^0 (-12379) +At time : 931.1 ps Reaction : OH^0 (-7324) + OH^0 (-8621) -> H2O2^0 (-12380) +At time : 931.1 ps Reaction : e_aq^-1 (-5157) + H3O^1 (-7187) -> H^0 (-12381) +At time : 931.1 ps Reaction : OH^0 (-7086) + OH^0 (-7092) -> H2O2^0 (-12382) +At time : 941.1 ps Reaction : H^0 (-12322) + OH^0 (-8480) -> No product +At time : 941.1 ps Reaction : H3O^1 (-10363) + e_aq^-1 (-5472) -> H^0 (-12383) +At time : 941.1 ps Reaction : OH^0 (-9567) + OH^0 (-6306) -> H2O2^0 (-12384) +At time : 941.1 ps Reaction : OH^0 (-5974) + OH^0 (-8543) -> H2O2^0 (-12385) +At time : 951.1 ps Reaction : H3O^1 (-10850) + OH^-1 (-12347) -> No product +At time : 951.1 ps Reaction : e_aq^-1 (-1561) + OH^0 (-7578) -> OH^-1 (-12386) +At time : 961.1 ps Reaction : OH^0 (-11323) + OH^0 (-8432) -> H2O2^0 (-12387) +At time : 961.1 ps Reaction : OH^0 (-9110) + e_aq^-1 (-2753) -> OH^-1 (-12388) +At time : 961.1 ps Reaction : OH^0 (-6196) + OH^0 (-7904) -> H2O2^0 (-12389) +At time : 961.1 ps Reaction : e_aq^-1 (-5010) + OH^0 (-7496) -> OH^-1 (-12390) +At time : 961.1 ps Reaction : OH^0 (-10182) + e_aq^-1 (-4968) -> OH^-1 (-12391) +At time : 961.1 ps Reaction : OH^-1 (-12391) + H3O^1 (-7503) -> No product +At time : 971.1 ps Reaction : H3O^1 (-7183) + OH^-1 (-12215) -> No product +At time : 971.1 ps Reaction : H^0 (-10472) + e_aq^-1 (-925) -> OH^-1 (-12392) + H_2^0 (-12393) +At time : 971.1 ps Reaction : OH^0 (-9684) + OH^0 (-7772) -> H2O2^0 (-12394) +At time : 971.1 ps Reaction : H^0 (-9531) + OH^0 (-5890) -> No product +At time : 971.1 ps Reaction : OH^0 (-9335) + OH^0 (-7182) -> H2O2^0 (-12395) +At time : 971.1 ps Reaction : e_aq^-1 (-4512) + OH^0 (-9288) -> OH^-1 (-12396) +At time : 971.1 ps Reaction : e_aq^-1 (-1593) + H^0 (-9038) -> OH^-1 (-12397) + H_2^0 (-12398) +At time : 971.1 ps Reaction : e_aq^-1 (-5111) + OH^0 (-8486) -> OH^-1 (-12399) +At time : 971.1 ps Reaction : e_aq^-1 (-1188) + H3O^1 (-8376) -> H^0 (-12400) +At time : 971.1 ps Reaction : e_aq^-1 (-4426) + H3O^1 (-7933) -> H^0 (-12401) +At time : 981.1 ps Reaction : H3O^1 (-6047) + OH^-1 (-12392) -> No product +At time : 981.1 ps Reaction : OH^0 (-9639) + OH^0 (-7748) -> H2O2^0 (-12402) +At time : 981.1 ps Reaction : e_aq^-1 (-4705) + H3O^1 (-8007) -> H^0 (-12403) +At time : 991.1 ps Reaction : e_aq^-1 (-3553) + H3O^1 (-9523) -> H^0 (-12404) +At time : 1.0011 ns Reaction : H3O^1 (-6921) + OH^-1 (-11838) -> No product +At time : 1.0011 ns Reaction : OH^-1 (-11568) + H3O^1 (-6997) -> No product +At time : 1.0011 ns Reaction : OH^0 (-11150) + OH^0 (-8254) -> H2O2^0 (-12405) +At time : 1.0011 ns Reaction : e_aq^-1 (-4413) + OH^0 (-7582) -> OH^-1 (-12406) +At time : 1.1011 ns Reaction : OH^-1 (-12352) + H3O^1 (-7985) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-8245) + OH^-1 (-12170) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-10465) + OH^-1 (-12155) -> No product +At time : 1.1011 ns Reaction : e_aq^-1 (-4040) + OH^0 (-11216) -> OH^-1 (-12407) +At time : 1.1011 ns Reaction : H^0 (-11212) + OH^0 (-6654) -> No product +At time : 1.1011 ns Reaction : OH^0 (-11108) + OH^0 (-7460) -> H2O2^0 (-12408) +At time : 1.1011 ns Reaction : H^0 (-10911) + OH^0 (-6906) -> No product +At time : 1.1011 ns Reaction : e_aq^-1 (-2151) + H3O^1 (-10804) -> H^0 (-12409) +At time : 1.1011 ns Reaction : H3O^1 (-10162) + e_aq^-1 (-4875) -> H^0 (-12410) +At time : 1.1011 ns Reaction : H^0 (-10073) + H^0 (-9141) -> H_2^0 (-12411) +At time : 1.1011 ns Reaction : OH^0 (-9892) + OH^0 (-6752) -> H2O2^0 (-12412) +At time : 1.1011 ns Reaction : e_aq^-1 (-2373) + H3O^1 (-9812) -> H^0 (-12413) +At time : 1.1011 ns Reaction : OH^0 (-9471) + e_aq^-1 (-3364) -> OH^-1 (-12414) +At time : 1.1011 ns Reaction : OH^0 (-9209) + OH^0 (-8753) -> H2O2^0 (-12415) +At time : 1.1011 ns Reaction : OH^0 (-9175) + OH^0 (-6262) -> H2O2^0 (-12416) +At time : 1.1011 ns Reaction : OH^0 (-9171) + OH^0 (-6250) -> H2O2^0 (-12417) +At time : 1.1011 ns Reaction : OH^0 (-7562) + OH^0 (-9059) -> H2O2^0 (-12418) +At time : 1.1011 ns Reaction : e_aq^-1 (-3499) + OH^0 (-8708) -> OH^-1 (-12419) +At time : 1.1011 ns Reaction : e_aq^-1 (-3178) + H3O^1 (-6285) -> H^0 (-12420) +At time : 1.1011 ns Reaction : e_aq^-1 (-4611) + e_aq^-1 (-1340) -> OH^-1 (-12421) + OH^-1 (-12422) + H_2^0 (-12423) +At time : 1.1011 ns Reaction : H3O^1 (-7973) + OH^-1 (-11704) -> No product +At time : 1.2011 ns Reaction : OH^-1 (-12371) + H3O^1 (-7375) -> No product +At time : 1.2011 ns Reaction : H^0 (-12326) + e_aq^-1 (-3763) -> OH^-1 (-12424) + H_2^0 (-12425) +At time : 1.2011 ns Reaction : H3O^1 (-5843) + OH^-1 (-12305) -> No product +At time : 1.2011 ns Reaction : OH^-1 (-12297) + H3O^1 (-8394) -> No product +At time : 1.2011 ns Reaction : H3O^1 (-9977) + OH^-1 (-12296) -> No product +At time : 1.2011 ns Reaction : OH^-1 (-11921) + H3O^1 (-7149) -> No product +At time : 1.2011 ns Reaction : H^0 (-11918) + OH^0 (-6096) -> No product +At time : 1.2011 ns Reaction : e_aq^-1 (-1604) + H2O2^0 (-11489) -> OH^-1 (-12426) + OH^0 (-12427) +At time : 1.2011 ns Reaction : OH^0 (-11334) + OH^0 (-7266) -> H2O2^0 (-12428) +At time : 1.2011 ns Reaction : H3O^1 (-11225) + e_aq^-1 (-4418) -> H^0 (-12429) +At time : 1.2011 ns Reaction : H^0 (-10957) + e_aq^-1 (-4641) -> OH^-1 (-12430) + H_2^0 (-12431) +At time : 1.2011 ns Reaction : H^0 (-10027) + OH^0 (-10896) -> No product +At time : 1.2011 ns Reaction : H^0 (-10841) + OH^0 (-7920) -> No product +At time : 1.2011 ns Reaction : OH^0 (-10825) + OH^0 (-10823) -> H2O2^0 (-12432) +At time : 1.2011 ns Reaction : H^0 (-9935) + OH^0 (-7612) -> No product +At time : 1.2011 ns Reaction : OH^0 (-6066) + H^0 (-9078) -> No product +At time : 1.2011 ns Reaction : OH^0 (-6574) + H^0 (-9010) -> No product +At time : 1.2011 ns Reaction : e_aq^-1 (-4186) + H3O^1 (-8418) -> H^0 (-12433) +At time : 1.2011 ns Reaction : e_aq^-1 (-4141) + H3O^1 (-6793) -> H^0 (-12434) +At time : 1.2011 ns Reaction : e_aq^-1 (-319) + H3O^1 (-6095) -> H^0 (-12435) +At time : 1.2011 ns Reaction : e_aq^-1 (-104) + e_aq^-1 (-5636) -> OH^-1 (-12436) + OH^-1 (-12437) + H_2^0 (-12438) +At time : 1.2011 ns Reaction : e_aq^-1 (-2893) + e_aq^-1 (-2924) -> OH^-1 (-12439) + OH^-1 (-12440) + H_2^0 (-12441) +At time : 1.2011 ns Reaction : e_aq^-1 (-1675) + OH^0 (-8801) -> OH^-1 (-12442) +At time : 1.2011 ns Reaction : e_aq^-1 (-4326) + OH^0 (-6892) -> OH^-1 (-12443) +At time : 1.3011 ns Reaction : H3O^1 (-11215) + OH^-1 (-12407) -> No product +At time : 1.3011 ns Reaction : OH^-1 (-12386) + H3O^1 (-7951) -> No product +At time : 1.3011 ns Reaction : OH^0 (-12303) + e_aq^-1 (-2930) -> OH^-1 (-12444) +At time : 1.3011 ns Reaction : OH^-1 (-12270) + H3O^1 (-8321) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-6129) + OH^-1 (-12224) -> No product +At time : 1.3011 ns Reaction : OH^-1 (-12120) + H3O^1 (-8757) -> No product +At time : 1.3011 ns Reaction : e_aq^-1 (-5300) + H2O2^0 (-12102) -> OH^-1 (-12445) + OH^0 (-12446) +At time : 1.3011 ns Reaction : H3O^1 (-6289) + OH^-1 (-12099) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-5817) + OH^-1 (-12017) -> No product +At time : 1.3011 ns Reaction : H^0 (-10527) + H^0 (-11891) -> H_2^0 (-12447) +At time : 1.3011 ns Reaction : H2O2^0 (-11778) + e_aq^-1 (-4799) -> OH^-1 (-12448) + OH^0 (-12449) +At time : 1.3011 ns Reaction : H2O2^0 (-11531) + e_aq^-1 (-3988) -> OH^-1 (-12450) + OH^0 (-12451) +At time : 1.3011 ns Reaction : H^0 (-10959) + OH^0 (-8961) -> No product +At time : 1.3011 ns Reaction : H^0 (-10917) + e_aq^-1 (-4499) -> OH^-1 (-12452) + H_2^0 (-12453) +At time : 1.3011 ns Reaction : OH^0 (-10599) + OH^0 (-6666) -> H2O2^0 (-12454) +At time : 1.3011 ns Reaction : OH^0 (-10500) + e_aq^-1 (-4797) -> OH^-1 (-12455) +At time : 1.3011 ns Reaction : OH^0 (-10086) + OH^0 (-7548) -> H2O2^0 (-12456) +At time : 1.3011 ns Reaction : H^0 (-9931) + OH^0 (-6806) -> No product +At time : 1.3011 ns Reaction : H^0 (-9728) + OH^0 (-5928) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-9655) + e_aq^-1 (-2826) -> H^0 (-12457) +At time : 1.3011 ns Reaction : OH^0 (-5718) + OH^0 (-8935) -> H2O2^0 (-12458) +At time : 1.3011 ns Reaction : e_aq^-1 (-980) + H3O^1 (-8083) -> H^0 (-12459) +At time : 1.3011 ns Reaction : e_aq^-1 (-2698) + H3O^1 (-7771) -> H^0 (-12460) +At time : 1.3011 ns Reaction : e_aq^-1 (-2269) + H3O^1 (-7633) -> H^0 (-12461) +At time : 1.3011 ns Reaction : e_aq^-1 (-4229) + H3O^1 (-6821) -> H^0 (-12462) +At time : 1.3011 ns Reaction : OH^0 (-6442) + OH^0 (-6448) -> H2O2^0 (-12463) +At time : 1.3011 ns Reaction : e_aq^-1 (-4790) + e_aq^-1 (-4877) -> OH^-1 (-12464) + OH^-1 (-12465) + H_2^0 (-12466) +At time : 1.3011 ns Reaction : OH^-1 (-12167) + H3O^1 (-7995) -> No product +At time : 1.3011 ns Reaction : OH^0 (-10994) + e_aq^-1 (-1139) -> OH^-1 (-12467) +At time : 1.4011 ns Reaction : e_aq^-1 (-4850) + H^0 (-12459) -> OH^-1 (-12468) + H_2^0 (-12469) +At time : 1.4011 ns Reaction : OH^-1 (-12450) + H3O^1 (-7827) -> No product +At time : 1.4011 ns Reaction : OH^-1 (-12443) + H3O^1 (-8802) -> No product +At time : 1.4011 ns Reaction : e_aq^-1 (-2424) + H^0 (-12237) -> OH^-1 (-12470) + H_2^0 (-12471) +At time : 1.4011 ns Reaction : H3O^1 (-5977) + OH^-1 (-12171) -> No product +At time : 1.4011 ns Reaction : H2O2^0 (-11459) + e_aq^-1 (-3034) -> OH^-1 (-12472) + OH^0 (-12473) +At time : 1.4011 ns Reaction : OH^0 (-11324) + OH^0 (-10493) -> H2O2^0 (-12474) +At time : 1.4011 ns Reaction : H^0 (-11082) + OH^0 (-7192) -> No product +At time : 1.4011 ns Reaction : OH^0 (-10306) + OH^0 (-7294) -> H2O2^0 (-12475) +At time : 1.4011 ns Reaction : H^0 (-10056) + H^0 (-10052) -> H_2^0 (-12476) +At time : 1.4011 ns Reaction : H^0 (-9803) + OH^0 (-6674) -> No product +At time : 1.4011 ns Reaction : OH^0 (-9644) + OH^0 (-6438) -> H2O2^0 (-12477) +At time : 1.4011 ns Reaction : e_aq^-1 (-5628) + H3O^1 (-8928) -> H^0 (-12478) +At time : 1.4011 ns Reaction : OH^0 (-7466) + OH^0 (-8170) -> H2O2^0 (-12479) +At time : 1.4011 ns Reaction : e_aq^-1 (-2511) + OH^0 (-6636) -> OH^-1 (-12480) +At time : 1.4011 ns Reaction : e_aq^-1 (-5523) + H3O^1 (-6119) -> H^0 (-12481) +At time : 1.4011 ns Reaction : e_aq^-1 (-5543) + e_aq^-1 (-5551) -> OH^-1 (-12482) + OH^-1 (-12483) + H_2^0 (-12484) +At time : 1.4011 ns Reaction : e_aq^-1 (-929) + e_aq^-1 (-1026) -> OH^-1 (-12485) + OH^-1 (-12486) + H_2^0 (-12487) +At time : 1.4011 ns Reaction : OH^-1 (-12448) + H3O^1 (-8853) -> No product +At time : 1.4011 ns Reaction : e_aq^-1 (-3301) + OH^0 (-7686) -> OH^-1 (-12488) +At time : 1.4011 ns Reaction : OH^0 (-6484) + OH^0 (-6498) -> H2O2^0 (-12489) +At time : 1.5011 ns Reaction : H3O^1 (-7067) + OH^-1 (-12464) -> No product +At time : 1.5011 ns Reaction : OH^-1 (-12406) + H3O^1 (-6005) -> No product +At time : 1.5011 ns Reaction : e_aq^-1 (-4946) + H^0 (-12369) -> OH^-1 (-12490) + H_2^0 (-12491) +At time : 1.5011 ns Reaction : H3O^1 (-6161) + OH^-1 (-12335) -> No product +At time : 1.5011 ns Reaction : H3O^1 (-6011) + OH^-1 (-12309) -> No product +At time : 1.5011 ns Reaction : H3O^1 (-7383) + OH^-1 (-12269) -> No product +At time : 1.5011 ns Reaction : OH^-1 (-12222) + H3O^1 (-7987) -> No product +At time : 1.5011 ns Reaction : OH^-1 (-12057) + H3O^1 (-8622) -> No product +At time : 1.5011 ns Reaction : e_aq^-1 (-5093) + H2O2^0 (-11881) -> OH^-1 (-12492) + OH^0 (-12493) +At time : 1.5011 ns Reaction : OH^0 (-11307) + OH^0 (-7916) -> H2O2^0 (-12494) +At time : 1.5011 ns Reaction : OH^0 (-10787) + OH^0 (-6730) -> H2O2^0 (-12495) +At time : 1.5011 ns Reaction : OH^0 (-10213) + OH^0 (-7160) -> H2O2^0 (-12496) +At time : 1.5011 ns Reaction : OH^0 (-9264) + e_aq^-1 (-4214) -> OH^-1 (-12497) +At time : 1.5011 ns Reaction : H^0 (-9227) + e_aq^-1 (-3828) -> OH^-1 (-12498) + H_2^0 (-12499) +At time : 1.5011 ns Reaction : OH^0 (-9189) + e_aq^-1 (-3085) -> OH^-1 (-12500) +At time : 1.5011 ns Reaction : OH^0 (-8054) + OH^0 (-8435) -> H2O2^0 (-12501) +At time : 1.5011 ns Reaction : OH^0 (-6042) + OH^0 (-8074) -> H2O2^0 (-12502) +At time : 1.5011 ns Reaction : e_aq^-1 (-5077) + e_aq^-1 (-5062) -> OH^-1 (-12503) + OH^-1 (-12504) + H_2^0 (-12505) +At time : 1.5011 ns Reaction : e_aq^-1 (-3901) + e_aq^-1 (-2466) -> OH^-1 (-12506) + OH^-1 (-12507) + H_2^0 (-12508) +At time : 1.5011 ns Reaction : H3O^1 (-9731) + OH^-1 (-12375) -> No product +At time : 1.6011 ns Reaction : OH^-1 (-12414) + H3O^1 (-8700) -> No product +At time : 1.6011 ns Reaction : H3O^1 (-10149) + OH^-1 (-12363) -> No product +At time : 1.6011 ns Reaction : H3O^1 (-10520) + OH^-1 (-12084) -> No product +At time : 1.6011 ns Reaction : e_aq^-1 (-3082) + H2O2^0 (-11696) -> OH^-1 (-12509) + OH^0 (-12510) +At time : 1.6011 ns Reaction : OH^0 (-8462) + OH^0 (-11252) -> H2O2^0 (-12511) +At time : 1.6011 ns Reaction : OH^0 (-11223) + OH^0 (-8552) -> H2O2^0 (-12512) +At time : 1.6011 ns Reaction : OH^0 (-9681) + H^0 (-11204) -> No product +At time : 1.6011 ns Reaction : OH^0 (-11026) + e_aq^-1 (-8494) -> OH^-1 (-12513) +At time : 1.6011 ns Reaction : H^0 (-10321) + OH^0 (-7400) -> No product +At time : 1.6011 ns Reaction : e_aq^-1 (-503) + H^0 (-10268) -> OH^-1 (-12514) + H_2^0 (-12515) +At time : 1.6011 ns Reaction : e_aq^-1 (-4402) + H3O^1 (-10032) -> H^0 (-12516) +At time : 1.6011 ns Reaction : OH^0 (-9598) + OH^0 (-5900) -> H2O2^0 (-12517) +At time : 1.6011 ns Reaction : e_aq^-1 (-5658) + OH^0 (-8609) -> OH^-1 (-12518) +At time : 1.6011 ns Reaction : e_aq^-1 (-5706) + OH^0 (-8607) -> OH^-1 (-12519) +At time : 1.6011 ns Reaction : OH^0 (-7122) + OH^0 (-8438) -> H2O2^0 (-12520) +At time : 1.6011 ns Reaction : e_aq^-1 (-1832) + H3O^1 (-8364) -> H^0 (-12521) +At time : 1.6011 ns Reaction : e_aq^-1 (-3585) + H3O^1 (-7723) -> H^0 (-12522) +At time : 1.6011 ns Reaction : e_aq^-1 (-5619) + H3O^1 (-7393) -> H^0 (-12523) +At time : 1.6011 ns Reaction : e_aq^-1 (-5330) + H3O^1 (-7265) -> H^0 (-12524) +At time : 1.6011 ns Reaction : OH^0 (-10944) + e_aq^-1 (-4601) -> OH^-1 (-12525) +At time : 1.7011 ns Reaction : OH^-1 (-12492) + H3O^1 (-8145) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12467) + H3O^1 (-7043) -> No product +At time : 1.7011 ns Reaction : OH^0 (-7260) + OH^0 (-12446) -> H2O2^0 (-12526) +At time : 1.7011 ns Reaction : H3O^1 (-7147) + OH^-1 (-12390) -> No product +At time : 1.7011 ns Reaction : H^0 (-12330) + OH^0 (-6872) -> No product +At time : 1.7011 ns Reaction : H3O^1 (-7033) + OH^-1 (-12286) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12278) + H3O^1 (-6509) -> No product +At time : 1.7011 ns Reaction : e_aq^-1 (-3690) + H2O2^0 (-12048) -> OH^-1 (-12527) + OH^0 (-12528) +At time : 1.7011 ns Reaction : OH^0 (-11071) + OH^0 (-8142) -> H2O2^0 (-12529) +At time : 1.7011 ns Reaction : H^0 (-10999) + OH^0 (-10152) -> No product +At time : 1.7011 ns Reaction : OH^0 (-10833) + OH^0 (-10831) -> H2O2^0 (-12530) +At time : 1.7011 ns Reaction : OH^0 (-10498) + OH^0 (-7058) -> H2O2^0 (-12531) +At time : 1.7011 ns Reaction : H^0 (-10067) + OH^0 (-10059) -> No product +At time : 1.7011 ns Reaction : OH^0 (-10061) + OH^0 (-5748) -> H2O2^0 (-12532) +At time : 1.7011 ns Reaction : H^0 (-9941) + OH^0 (-7892) -> No product +At time : 1.7011 ns Reaction : e_aq^-1 (-3850) + H3O^1 (-7651) -> H^0 (-12533) +At time : 1.7011 ns Reaction : e_aq^-1 (-5441) + H3O^1 (-7283) -> H^0 (-12534) +At time : 1.7011 ns Reaction : OH^0 (-6506) + OH^0 (-6510) -> H2O2^0 (-12535) +At time : 1.7011 ns Reaction : OH^0 (-7422) + OH^0 (-7424) -> H2O2^0 (-12536) +At time : 1.8011 ns Reaction : OH^-1 (-12527) + H3O^1 (-6447) -> No product +At time : 1.8011 ns Reaction : H3O^1 (-6993) + OH^-1 (-12525) -> No product +At time : 1.8011 ns Reaction : OH^-1 (-12513) + H3O^1 (-7127) -> No product +At time : 1.8011 ns Reaction : H3O^1 (-6647) + OH^-1 (-12470) -> No product +At time : 1.8011 ns Reaction : OH^0 (-9530) + H^0 (-12404) -> No product +At time : 1.8011 ns Reaction : OH^0 (-9934) + H^0 (-12358) -> No product +At time : 1.8011 ns Reaction : e_aq^-1 (-1096) + H^0 (-12339) -> OH^-1 (-12537) + H_2^0 (-12538) +At time : 1.8011 ns Reaction : e_aq^-1 (-5421) + H^0 (-12261) -> OH^-1 (-12539) + H_2^0 (-12540) +At time : 1.8011 ns Reaction : OH^0 (-9484) + OH^0 (-11199) -> H2O2^0 (-12541) +At time : 1.8011 ns Reaction : H^0 (-10969) + OH^0 (-8000) -> No product +At time : 1.8011 ns Reaction : OH^0 (-10885) + e_aq^-1 (-4397) -> OH^-1 (-12542) +At time : 1.8011 ns Reaction : H3O^1 (-10736) + e_aq^-1 (-3801) -> H^0 (-12543) +At time : 1.8011 ns Reaction : OH^0 (-9879) + OH^0 (-10582) -> H2O2^0 (-12544) +At time : 1.8011 ns Reaction : OH^0 (-9865) + OH^0 (-7852) -> H2O2^0 (-12545) +At time : 1.8011 ns Reaction : OH^0 (-6112) + OH^0 (-7392) -> H2O2^0 (-12546) +At time : 1.8011 ns Reaction : e_aq^-1 (-3606) + H3O^1 (-6347) -> H^0 (-12547) +At time : 1.8011 ns Reaction : e_aq^-1 (-2227) + H3O^1 (-5963) -> H^0 (-12548) +At time : 1.8011 ns Reaction : e_aq^-1 (-5085) + H2O2^0 (-11650) -> OH^-1 (-12549) + OH^0 (-12550) +At time : 1.8011 ns Reaction : e_aq^-1 (-1004) + H3O^1 (-8436) -> H^0 (-12551) +At time : 1.9011 ns Reaction : OH^-1 (-12549) + H3O^1 (-8105) -> No product +At time : 1.9011 ns Reaction : OH^-1 (-12399) + H3O^1 (-8487) -> No product +At time : 1.9011 ns Reaction : OH^-1 (-12370) + H3O^1 (-6111) -> No product +At time : 1.9011 ns Reaction : H3O^1 (-9923) + OH^-1 (-12337) -> No product +At time : 1.9011 ns Reaction : H^0 (-11790) + OH^0 (-7330) -> No product +At time : 1.9011 ns Reaction : OH^0 (-10883) + e_aq^-1 (-1721) -> OH^-1 (-12552) +At time : 1.9011 ns Reaction : OH^0 (-10681) + OH^0 (-8720) -> H2O2^0 (-12553) +At time : 1.9011 ns Reaction : e_aq^-1 (-5298) + H^0 (-10272) -> OH^-1 (-12554) + H_2^0 (-12555) +At time : 1.9011 ns Reaction : OH^0 (-10075) + OH^0 (-6960) -> H2O2^0 (-12556) +At time : 1.9011 ns Reaction : H^0 (-9203) + OH^0 (-7666) -> No product +At time : 1.9011 ns Reaction : e_aq^-1 (-5433) + e_aq^-1 (-8629) -> OH^-1 (-12557) + OH^-1 (-12558) + H_2^0 (-12559) +At time : 1.9011 ns Reaction : e_aq^-1 (-5483) + H3O^1 (-8469) -> H^0 (-12560) +At time : 1.9011 ns Reaction : e_aq^-1 (-4630) + H3O^1 (-7981) -> H^0 (-12561) +At time : 1.9011 ns Reaction : OH^0 (-6200) + OH^0 (-7610) -> H2O2^0 (-12562) +At time : 1.9011 ns Reaction : OH^0 (-6798) + OH^0 (-6804) -> H2O2^0 (-12563) +At time : 1.9011 ns Reaction : e_aq^-1 (-4070) + H3O^1 (-6729) -> H^0 (-12564) +At time : 1.9011 ns Reaction : e_aq^-1 (-3015) + H3O^1 (-6369) -> H^0 (-12565) +At time : 1.9011 ns Reaction : OH^0 (-6290) + OH^0 (-6294) -> H2O2^0 (-12566) +At time : 1.9011 ns Reaction : OH^-1 (-12444) + H3O^1 (-8733) -> No product +At time : 1.9011 ns Reaction : e_aq^-1 (-4880) + H^0 (-11544) -> OH^-1 (-12567) + H_2^0 (-12568) +At time : 1.9011 ns Reaction : H^0 (-10818) + OH^0 (-6816) -> No product +At time : 2.0011 ns Reaction : H2O2^0 (-12532) + e_aq^-1 (-4492) -> OH^-1 (-12569) + OH^0 (-12570) +At time : 2.0011 ns Reaction : OH^-1 (-12518) + H3O^1 (-8327) -> No product +At time : 2.0011 ns Reaction : OH^-1 (-12497) + H3O^1 (-7893) -> No product +At time : 2.0011 ns Reaction : H3O^1 (-10479) + OH^-1 (-12486) -> No product +At time : 2.0011 ns Reaction : OH^-1 (-12388) + H3O^1 (-10708) -> No product +At time : 2.0011 ns Reaction : H3O^1 (-10049) + OH^-1 (-12355) -> No product +At time : 2.0011 ns Reaction : e_aq^-1 (-5499) + H2O2^0 (-12005) -> OH^-1 (-12571) + OH^0 (-12572) +At time : 2.0011 ns Reaction : OH^0 (-10630) + e_aq^-1 (-3473) -> OH^-1 (-12573) +At time : 2.0011 ns Reaction : OH^0 (-6818) + H^0 (-8972) -> No product +At time : 2.0011 ns Reaction : OH^0 (-8495) + OH^0 (-8848) -> H2O2^0 (-12574) +At time : 2.0011 ns Reaction : e_aq^-1 (-5351) + H3O^1 (-8241) -> H^0 (-12575) +At time : 2.0011 ns Reaction : e_aq^-1 (-235) + H3O^1 (-7317) -> H^0 (-12576) +At time : 2.0011 ns Reaction : e_aq^-1 (-3738) + H3O^1 (-6475) -> H^0 (-12577) +At time : 2.0011 ns Reaction : e_aq^-1 (-810) + e_aq^-1 (-5028) -> OH^-1 (-12578) + OH^-1 (-12579) + H_2^0 (-12580) +At time : 2.0011 ns Reaction : e_aq^-1 (-4541) + e_aq^-1 (-4522) -> OH^-1 (-12581) + OH^-1 (-12582) + H_2^0 (-12583) +At time : 2.0011 ns Reaction : OH^-1 (-12396) + H3O^1 (-6949) -> No product +At time : 2.0011 ns Reaction : OH^0 (-10532) + e_aq^-1 (-4386) -> OH^-1 (-12584) +At time : 2.0011 ns Reaction : e_aq^-1 (-105) + OH^0 (-8314) -> OH^-1 (-12585) +At time : 2.1011 ns Reaction : H3O^1 (-10400) + OH^-1 (-12554) -> No product +At time : 2.1011 ns Reaction : OH^0 (-7372) + H^0 (-12029) -> No product +At time : 2.1011 ns Reaction : e_aq^-1 (-5142) + H2O2^0 (-11857) -> OH^-1 (-12586) + OH^0 (-12587) +At time : 2.1011 ns Reaction : OH^0 (-11144) + OH^0 (-8630) -> H2O2^0 (-12588) +At time : 2.1011 ns Reaction : e_aq^-1 (-592) + H3O^1 (-11109) -> H^0 (-12589) +At time : 2.1011 ns Reaction : H3O^1 (-10588) + e_aq^-1 (-3992) -> H^0 (-12590) +At time : 2.1011 ns Reaction : OH^0 (-10337) + OH^0 (-8320) -> H2O2^0 (-12591) +At time : 2.1011 ns Reaction : H^0 (-9275) + H^0 (-10002) -> H_2^0 (-12592) +At time : 2.1011 ns Reaction : H^0 (-9750) + OH^0 (-7652) -> No product +At time : 2.1011 ns Reaction : OH^0 (-9699) + e_aq^-1 (-3779) -> OH^-1 (-12593) +At time : 2.1011 ns Reaction : H^0 (-9696) + OH^0 (-6540) -> No product +At time : 2.1011 ns Reaction : OH^0 (-6964) + OH^0 (-9061) -> H2O2^0 (-12594) +At time : 2.1011 ns Reaction : e_aq^-1 (-4137) + e_aq^-1 (-8545) -> OH^-1 (-12595) + OH^-1 (-12596) + H_2^0 (-12597) +At time : 2.1011 ns Reaction : e_aq^-1 (-995) + H3O^1 (-8049) -> H^0 (-12598) +At time : 2.1011 ns Reaction : OH^0 (-6312) + OH^0 (-7720) -> H2O2^0 (-12599) +At time : 2.1011 ns Reaction : e_aq^-1 (-283) + H3O^1 (-7311) -> H^0 (-12600) +At time : 2.1011 ns Reaction : OH^0 (-7150) + OH^0 (-7158) -> H2O2^0 (-12601) +At time : 2.1011 ns Reaction : e_aq^-1 (-1471) + OH^0 (-6946) -> OH^-1 (-12602) +At time : 2.1011 ns Reaction : e_aq^-1 (-3539) + H3O^1 (-6279) -> H^0 (-12603) +At time : 2.1011 ns Reaction : e_aq^-1 (-4104) + OH^0 (-6768) -> OH^-1 (-12604) +At time : 2.2011 ns Reaction : OH^-1 (-12490) + H3O^1 (-8388) -> No product +At time : 2.2011 ns Reaction : OH^-1 (-12465) + H3O^1 (-7529) -> No product +At time : 2.2011 ns Reaction : e_aq^-1 (-5416) + H^0 (-12435) -> OH^-1 (-12605) + H_2^0 (-12606) +At time : 2.2011 ns Reaction : e_aq^-1 (-3960) + H2O2^0 (-12274) -> OH^-1 (-12607) + OH^0 (-12608) +At time : 2.2011 ns Reaction : e_aq^-1 (-4156) + H^0 (-12267) -> OH^-1 (-12609) + H_2^0 (-12610) +At time : 2.2011 ns Reaction : H^0 (-9956) + H^0 (-10835) -> H_2^0 (-12611) +At time : 2.2011 ns Reaction : H3O^1 (-10794) + e_aq^-1 (-4072) -> H^0 (-12612) +At time : 2.2011 ns Reaction : H^0 (-9787) + OH^0 (-9786) -> No product +At time : 2.2011 ns Reaction : H^0 (-9578) + OH^0 (-8723) -> No product +At time : 2.2011 ns Reaction : H^0 (-9561) + OH^0 (-6308) -> No product +At time : 2.2011 ns Reaction : H^0 (-9231) + e_aq^-1 (-2473) -> OH^-1 (-12613) + H_2^0 (-12614) +At time : 2.2011 ns Reaction : e_aq^-1 (-2540) + OH^0 (-8771) -> OH^-1 (-12615) +At time : 2.2011 ns Reaction : OH^0 (-8280) + OH^0 (-8468) -> H2O2^0 (-12616) +At time : 2.2011 ns Reaction : e_aq^-1 (-446) + H3O^1 (-7433) -> H^0 (-12617) +At time : 2.2011 ns Reaction : e_aq^-1 (-4513) + H3O^1 (-6945) -> H^0 (-12618) +At time : 2.2011 ns Reaction : e_aq^-1 (-3660) + H3O^1 (-6405) -> H^0 (-12619) +At time : 2.2011 ns Reaction : OH^-1 (-12609) + H3O^1 (-6801) -> No product +At time : 2.2011 ns Reaction : OH^0 (-9662) + e_aq^-1 (-2749) -> OH^-1 (-12620) +At time : 2.2011 ns Reaction : e_aq^-1 (-5248) + OH^0 (-8180) -> OH^-1 (-12621) +At time : 2.2011 ns Reaction : e_aq^-1 (-3218) + OH^0 (-6260) -> OH^-1 (-12622) +At time : 2.3011 ns Reaction : OH^-1 (-12607) + H3O^1 (-7645) -> No product +At time : 2.3011 ns Reaction : OH^-1 (-12593) + H3O^1 (-5827) -> No product +At time : 2.3011 ns Reaction : OH^-1 (-12488) + H3O^1 (-6237) -> No product +At time : 2.3011 ns Reaction : H3O^1 (-7773) + OH^-1 (-12424) -> No product +At time : 2.3011 ns Reaction : e_aq^-1 (-3895) + H^0 (-12321) -> OH^-1 (-12623) + H_2^0 (-12624) +At time : 2.3011 ns Reaction : H^0 (-12176) + OH^0 (-8126) -> No product +At time : 2.3011 ns Reaction : OH^0 (-5721) + OH^0 (-11247) -> H2O2^0 (-12625) +At time : 2.3011 ns Reaction : OH^0 (-11043) + OH^0 (-7488) -> H2O2^0 (-12626) +At time : 2.3011 ns Reaction : e_aq^-1 (-2599) + H3O^1 (-10734) -> H^0 (-12627) +At time : 2.3011 ns Reaction : OH^0 (-10502) + OH^0 (-10117) -> H2O2^0 (-12628) +At time : 2.3011 ns Reaction : OH^0 (-10249) + OH^0 (-7220) -> H2O2^0 (-12629) +At time : 2.3011 ns Reaction : e_aq^-1 (-5082) + OH^0 (-10215) -> OH^-1 (-12630) +At time : 2.3011 ns Reaction : e_aq^-1 (-5012) + H3O^1 (-10188) -> H^0 (-12631) +At time : 2.3011 ns Reaction : OH^0 (-9626) + e_aq^-1 (-3686) -> OH^-1 (-12632) +At time : 2.3011 ns Reaction : OH^0 (-9224) + OH^0 (-6584) -> H2O2^0 (-12633) +At time : 2.3011 ns Reaction : OH^0 (-8549) + H^0 (-9028) -> No product +At time : 2.3011 ns Reaction : e_aq^-1 (-5116) + OH^0 (-8164) -> OH^-1 (-12634) +At time : 2.3011 ns Reaction : OH^0 (-5966) + OH^0 (-7866) -> H2O2^0 (-12635) +At time : 2.3011 ns Reaction : e_aq^-1 (-3571) + H3O^1 (-7713) -> H^0 (-12636) +At time : 2.4011 ns Reaction : OH^-1 (-12623) + H3O^1 (-6651) -> No product +At time : 2.4011 ns Reaction : OH^0 (-12449) + OH^0 (-8042) -> H2O2^0 (-12637) +At time : 2.4011 ns Reaction : OH^-1 (-12442) + H3O^1 (-7927) -> No product +At time : 2.4011 ns Reaction : H3O^1 (-11181) + OH^-1 (-12436) -> No product +At time : 2.4011 ns Reaction : e_aq^-1 (-5185) + H^0 (-12316) -> OH^-1 (-12638) + H_2^0 (-12639) +At time : 2.4011 ns Reaction : H2O2^0 (-12063) + e_aq^-1 (-8671) -> OH^-1 (-12640) + OH^0 (-12641) +At time : 2.4011 ns Reaction : OH^0 (-9988) + OH^0 (-10849) -> H2O2^0 (-12642) +At time : 2.4011 ns Reaction : e_aq^-1 (-2093) + H3O^1 (-10811) -> H^0 (-12643) +At time : 2.4011 ns Reaction : H3O^1 (-10673) + e_aq^-1 (-3563) -> H^0 (-12644) +At time : 2.4011 ns Reaction : OH^0 (-10567) + OH^0 (-8690) -> H2O2^0 (-12645) +At time : 2.4011 ns Reaction : OH^0 (-9916) + OH^0 (-6794) -> H2O2^0 (-12646) +At time : 2.4011 ns Reaction : e_aq^-1 (-2080) + H^0 (-9908) -> OH^-1 (-12647) + H_2^0 (-12648) +At time : 2.4011 ns Reaction : H3O^1 (-9876) + e_aq^-1 (-4077) -> H^0 (-12649) +At time : 2.4011 ns Reaction : e_aq^-1 (-1565) + e_aq^-1 (-4457) -> OH^-1 (-12650) + OH^-1 (-12651) + H_2^0 (-12652) +At time : 2.4011 ns Reaction : OH^-1 (-12252) + H3O^1 (-8295) -> No product +At time : 2.4011 ns Reaction : H^0 (-9387) + H^0 (-11260) -> H_2^0 (-12653) +At time : 2.5011 ns Reaction : OH^-1 (-12640) + H3O^1 (-7031) -> No product +At time : 2.5011 ns Reaction : OH^-1 (-12630) + H3O^1 (-6145) -> No product +At time : 2.5011 ns Reaction : H3O^1 (-6319) + OH^-1 (-12500) -> No product +At time : 2.5011 ns Reaction : OH^-1 (-12455) + H3O^1 (-8502) -> No product +At time : 2.5011 ns Reaction : H^0 (-12052) + e_aq^-1 (-4989) -> OH^-1 (-12654) + H_2^0 (-12655) +At time : 2.5011 ns Reaction : OH^0 (-11073) + OH^0 (-8140) -> H2O2^0 (-12656) +At time : 2.5011 ns Reaction : H^0 (-9618) + OH^0 (-6382) -> No product +At time : 2.5011 ns Reaction : e_aq^-1 (-1027) + H3O^1 (-8055) -> H^0 (-12657) +At time : 2.5011 ns Reaction : e_aq^-1 (-4755) + H3O^1 (-8035) -> H^0 (-12658) +At time : 2.5011 ns Reaction : e_aq^-1 (-5657) + H3O^1 (-7359) -> H^0 (-12659) +At time : 2.5011 ns Reaction : e_aq^-1 (-5515) + H3O^1 (-7323) -> H^0 (-12660) +At time : 2.5011 ns Reaction : e_aq^-1 (-2808) + H3O^1 (-6465) -> H^0 (-12661) +At time : 2.5011 ns Reaction : e_aq^-1 (-2010) + e_aq^-1 (-2013) -> OH^-1 (-12662) + OH^-1 (-12663) + H_2^0 (-12664) +At time : 2.6011 ns Reaction : H3O^1 (-7925) + OH^-1 (-12552) -> No product +At time : 2.6011 ns Reaction : OH^-1 (-12426) + H3O^1 (-6889) -> No product +At time : 2.6011 ns Reaction : H^0 (-12403) + OH^0 (-7992) -> No product +At time : 2.6011 ns Reaction : H2O2^0 (-12379) + e_aq^-1 (-4873) -> OH^-1 (-12665) + OH^0 (-12666) +At time : 2.6011 ns Reaction : H3O^1 (-7715) + OH^-1 (-12228) -> No product +At time : 2.6011 ns Reaction : H^0 (-12216) + OH^0 (-6058) -> No product +At time : 2.6011 ns Reaction : H3O^1 (-6935) + OH^-1 (-12152) -> No product +At time : 2.6011 ns Reaction : H3O^1 (-7407) + OH^-1 (-12129) -> No product +At time : 2.6011 ns Reaction : e_aq^-1 (-876) + H2O2^0 (-12126) -> OH^-1 (-12667) + OH^0 (-12668) +At time : 2.6011 ns Reaction : H3O^1 (-5883) + OH^-1 (-11972) -> No product +At time : 2.6011 ns Reaction : e_aq^-1 (-4145) + H2O2^0 (-11936) -> OH^-1 (-12669) + OH^0 (-12670) +At time : 2.6011 ns Reaction : OH^0 (-11177) + H^0 (-9098) -> No product +At time : 2.6011 ns Reaction : OH^0 (-11141) + OH^0 (-8456) -> H2O2^0 (-12671) +At time : 2.6011 ns Reaction : OH^0 (-11138) + OH^0 (-7288) -> H2O2^0 (-12672) +At time : 2.6011 ns Reaction : e_aq^-1 (-2309) + H3O^1 (-10767) -> H^0 (-12673) +At time : 2.6011 ns Reaction : H^0 (-10634) + OH^0 (-9478) -> No product +At time : 2.6011 ns Reaction : OH^0 (-10375) + e_aq^-1 (-5545) -> OH^-1 (-12674) +At time : 2.6011 ns Reaction : H^0 (-9414) + OH^0 (-8110) -> No product +At time : 2.6011 ns Reaction : H3O^1 (-6423) + e_aq^-1 (-8761) -> H^0 (-12675) +At time : 2.6011 ns Reaction : e_aq^-1 (-2747) + H3O^1 (-7663) -> H^0 (-12676) +At time : 2.6011 ns Reaction : e_aq^-1 (-3599) + H3O^1 (-6315) -> H^0 (-12677) +At time : 2.6011 ns Reaction : OH^0 (-6234) + OH^0 (-6236) -> H2O2^0 (-12678) +At time : 2.6011 ns Reaction : OH^-1 (-12621) + H3O^1 (-6139) -> No product +At time : 2.7011 ns Reaction : H^0 (-12246) + OH^0 (-8885) -> No product +At time : 2.7011 ns Reaction : OH^-1 (-12138) + H3O^1 (-6291) -> No product +At time : 2.7011 ns Reaction : e_aq^-1 (-3968) + H2O2^0 (-12106) -> OH^-1 (-12679) + OH^0 (-12680) +At time : 2.7011 ns Reaction : H^0 (-11272) + OH^0 (-8847) -> No product +At time : 2.7011 ns Reaction : OH^0 (-5736) + OH^0 (-8953) -> H2O2^0 (-12681) +At time : 2.7011 ns Reaction : e_aq^-1 (-2396) + H3O^1 (-8352) -> H^0 (-12682) +At time : 2.7011 ns Reaction : e_aq^-1 (-2041) + e_aq^-1 (-4178) -> OH^-1 (-12683) + OH^-1 (-12684) + H_2^0 (-12685) +At time : 2.7011 ns Reaction : OH^-1 (-12662) + H3O^1 (-6807) -> No product +At time : 2.7011 ns Reaction : e_aq^-1 (-5139) + OH^0 (-8146) -> OH^-1 (-12686) +At time : 2.8011 ns Reaction : OH^-1 (-12213) + H3O^1 (-7373) -> No product +At time : 2.8011 ns Reaction : OH^0 (-10859) + e_aq^-1 (-8557) -> OH^-1 (-12687) +At time : 2.8011 ns Reaction : H3O^1 (-10830) + e_aq^-1 (-8689) -> H^0 (-12688) +At time : 2.8011 ns Reaction : OH^0 (-10345) + OH^0 (-8326) -> H2O2^0 (-12689) +At time : 2.8011 ns Reaction : OH^0 (-9720) + OH^0 (-6570) -> H2O2^0 (-12690) +At time : 2.8011 ns Reaction : e_aq^-1 (-3753) + H^0 (-9687) -> OH^-1 (-12691) + H_2^0 (-12692) +At time : 2.8011 ns Reaction : e_aq^-1 (-2685) + H3O^1 (-7769) -> H^0 (-12693) +At time : 2.8011 ns Reaction : e_aq^-1 (-3891) + H3O^1 (-5943) -> H^0 (-12694) +At time : 2.9011 ns Reaction : OH^-1 (-12665) + H3O^1 (-10179) -> No product +At time : 2.9011 ns Reaction : OH^-1 (-12605) + H3O^1 (-7289) -> No product +At time : 2.9011 ns Reaction : OH^-1 (-12567) + H3O^1 (-7099) -> No product +At time : 2.9011 ns Reaction : H3O^1 (-7085) + OH^-1 (-12537) -> No product +At time : 2.9011 ns Reaction : OH^-1 (-12519) + H3O^1 (-8466) -> No product +At time : 2.9011 ns Reaction : OH^-1 (-12514) + H3O^1 (-8207) -> No product +At time : 2.9011 ns Reaction : OH^0 (-10860) + H^0 (-12374) -> No product +At time : 2.9011 ns Reaction : e_aq^-1 (-4088) + H2O2^0 (-11460) -> OH^-1 (-12695) + OH^0 (-12696) +At time : 2.9011 ns Reaction : OH^0 (-11078) + e_aq^-1 (-5108) -> OH^-1 (-12697) +At time : 2.9011 ns Reaction : e_aq^-1 (-2119) + OH^0 (-10805) -> OH^-1 (-12698) +At time : 2.9011 ns Reaction : H3O^1 (-10706) + e_aq^-1 (-2849) -> H^0 (-12699) +At time : 2.9011 ns Reaction : e_aq^-1 (-3821) + H3O^1 (-6595) -> H^0 (-12700) +At time : 2.9011 ns Reaction : e_aq^-1 (-2725) + H3O^1 (-5919) -> H^0 (-12701) +At time : 2.9011 ns Reaction : OH^-1 (-12667) + H3O^1 (-8880) -> No product +At time : 2.9011 ns Reaction : H3O^1 (-6331) + OH^-1 (-12509) -> No product +At time : 3.0011 ns Reaction : OH^-1 (-12674) + H3O^1 (-9402) -> No product +At time : 3.0011 ns Reaction : OH^-1 (-12647) + H3O^1 (-6787) -> No product +At time : 3.0011 ns Reaction : OH^-1 (-12613) + H3O^1 (-6641) -> No product +At time : 3.0011 ns Reaction : OH^-1 (-12584) + H3O^1 (-6909) -> No product +At time : 3.0011 ns Reaction : H^0 (-12361) + e_aq^-1 (-3535) -> OH^-1 (-12702) + H_2^0 (-12703) +At time : 3.0011 ns Reaction : OH^0 (-11299) + H^0 (-9223) -> No product +At time : 3.0011 ns Reaction : H^0 (-9629) + e_aq^-1 (-3661) -> OH^-1 (-12704) + H_2^0 (-12705) +At time : 3.0011 ns Reaction : OH^0 (-9133) + OH^0 (-9392) -> H2O2^0 (-12706) +At time : 3.0011 ns Reaction : e_aq^-1 (-1232) + H3O^1 (-8427) -> H^0 (-12707) +At time : 3.0011 ns Reaction : e_aq^-1 (-477) + OH^0 (-8216) -> OH^-1 (-12708) +At time : 3.0011 ns Reaction : e_aq^-1 (-2382) + H3O^1 (-7831) -> H^0 (-12709) +At time : 3.0011 ns Reaction : e_aq^-1 (-1392) + H3O^1 (-7565) -> H^0 (-12710) +At time : 3.0011 ns Reaction : e_aq^-1 (-4548) + H3O^1 (-7549) -> H^0 (-12711) +At time : 3.0011 ns Reaction : e_aq^-1 (-912) + H3O^1 (-7119) -> H^0 (-12712) +At time : 3.0011 ns Reaction : e_aq^-1 (-2392) + e_aq^-1 (-3957) -> OH^-1 (-12713) + OH^-1 (-12714) + H_2^0 (-12715) +At time : 3.1011 ns Reaction : H3O^1 (-10105) + OH^-1 (-12221) -> No product +At time : 3.1011 ns Reaction : OH^0 (-11024) + OH^0 (-6154) -> H2O2^0 (-12716) +At time : 3.1011 ns Reaction : H^0 (-10685) + e_aq^-1 (-3603) -> OH^-1 (-12717) + H_2^0 (-12718) +At time : 3.1011 ns Reaction : H^0 (-10653) + OH^0 (-7698) -> No product +At time : 3.1011 ns Reaction : H3O^1 (-10646) + e_aq^-1 (-3502) -> H^0 (-12719) +At time : 3.1011 ns Reaction : OH^0 (-6888) + H^0 (-9046) -> No product +At time : 3.1011 ns Reaction : e_aq^-1 (-3861) + OH^0 (-6626) -> OH^-1 (-12720) +At time : 3.1011 ns Reaction : e_aq^-1 (-2693) + e_aq^-1 (-3752) -> OH^-1 (-12721) + OH^-1 (-12722) + H_2^0 (-12723) +At time : 3.2011 ns Reaction : H3O^1 (-11028) + OH^-1 (-12654) -> No product +At time : 3.2011 ns Reaction : e_aq^-1 (-642) + H2O2^0 (-12629) -> OH^-1 (-12724) + OH^0 (-12725) +At time : 3.2011 ns Reaction : H3O^1 (-10802) + OH^-1 (-12595) -> No product +At time : 3.2011 ns Reaction : H3O^1 (-11346) + OH^-1 (-12483) -> No product +At time : 3.2011 ns Reaction : OH^-1 (-12482) + H3O^1 (-8285) -> No product +At time : 3.2011 ns Reaction : e_aq^-1 (-2623) + H^0 (-12250) -> OH^-1 (-12726) + H_2^0 (-12727) +At time : 3.2011 ns Reaction : e_aq^-1 (-4277) + H^0 (-12028) -> OH^-1 (-12728) + H_2^0 (-12729) +At time : 3.2011 ns Reaction : e_aq^-1 (-815) + H3O^1 (-11070) -> H^0 (-12730) +At time : 3.2011 ns Reaction : H^0 (-10977) + OH^0 (-6026) -> No product +At time : 3.2011 ns Reaction : OH^0 (-10699) + OH^0 (-6408) -> H2O2^0 (-12731) +At time : 3.2011 ns Reaction : OH^0 (-10015) + OH^0 (-10029) -> H2O2^0 (-12732) +At time : 3.2011 ns Reaction : H^0 (-9910) + OH^0 (-6784) -> No product +At time : 3.2011 ns Reaction : H3O^1 (-9800) + e_aq^-1 (-3951) -> H^0 (-12733) +At time : 3.2011 ns Reaction : OH^0 (-9276) + OH^0 (-7588) -> H2O2^0 (-12734) +At time : 3.2011 ns Reaction : OH^0 (-6404) + e_aq^-1 (-8749) -> OH^-1 (-12735) +At time : 3.2011 ns Reaction : e_aq^-1 (-4403) + OH^0 (-7926) -> OH^-1 (-12736) +At time : 3.2011 ns Reaction : e_aq^-1 (-3642) + H3O^1 (-7739) -> H^0 (-12737) +At time : 3.2011 ns Reaction : OH^0 (-6854) + OH^0 (-6866) -> H2O2^0 (-12738) +At time : 3.2011 ns Reaction : e_aq^-1 (-2815) + e_aq^-1 (-3703) -> OH^-1 (-12739) + OH^-1 (-12740) + H_2^0 (-12741) +At time : 3.3011 ns Reaction : OH^-1 (-12695) + H3O^1 (-7865) -> No product +At time : 3.3011 ns Reaction : OH^-1 (-12679) + H3O^1 (-7643) -> No product +At time : 3.3011 ns Reaction : e_aq^-1 (-3701) + OH^0 (-12528) -> OH^-1 (-12742) +At time : 3.3011 ns Reaction : H3O^1 (-9781) + OH^-1 (-12506) -> No product +At time : 3.3011 ns Reaction : e_aq^-1 (-5390) + H^0 (-12233) -> OH^-1 (-12743) + H_2^0 (-12744) +At time : 3.3011 ns Reaction : e_aq^-1 (-2034) + H2O2^0 (-11490) -> OH^-1 (-12745) + OH^0 (-12746) +At time : 3.3011 ns Reaction : e_aq^-1 (-3783) + H3O^1 (-10714) -> H^0 (-12747) +At time : 3.3011 ns Reaction : e_aq^-1 (-1138) + OH^0 (-10139) -> OH^-1 (-12748) +At time : 3.3011 ns Reaction : e_aq^-1 (-3517) + H3O^1 (-7699) -> H^0 (-12749) +At time : 3.3011 ns Reaction : e_aq^-1 (-3930) + e_aq^-1 (-3900) -> OH^-1 (-12750) + OH^-1 (-12751) + H_2^0 (-12752) +At time : 3.4011 ns Reaction : H3O^1 (-6837) + OH^-1 (-12728) -> No product +At time : 3.4011 ns Reaction : H3O^1 (-6635) + OH^-1 (-12720) -> No product +At time : 3.4011 ns Reaction : OH^-1 (-12697) + H3O^1 (-8151) -> No product +At time : 3.4011 ns Reaction : OH^-1 (-12578) + H3O^1 (-7165) -> No product +At time : 3.4011 ns Reaction : e_aq^-1 (-746) + H2O2^0 (-12247) -> OH^-1 (-12753) + OH^0 (-12754) +At time : 3.4011 ns Reaction : H^0 (-12205) + OH^0 (-6090) -> No product +At time : 3.4011 ns Reaction : H2O2^0 (-11999) + e_aq^-1 (-1384) -> OH^-1 (-12755) + OH^0 (-12756) +At time : 3.4011 ns Reaction : H^0 (-11163) + e_aq^-1 (-5498) -> OH^-1 (-12757) + H_2^0 (-12758) +At time : 3.4011 ns Reaction : OH^0 (-11104) + OH^0 (-9342) -> H2O2^0 (-12759) +At time : 3.4011 ns Reaction : OH^0 (-11077) + OH^0 (-7210) -> H2O2^0 (-12760) +At time : 3.4011 ns Reaction : e_aq^-1 (-4429) + H3O^1 (-10898) -> H^0 (-12761) +At time : 3.4011 ns Reaction : OH^0 (-10402) + OH^0 (-8903) -> H2O2^0 (-12762) +At time : 3.4011 ns Reaction : e_aq^-1 (-5410) + H3O^1 (-10398) -> H^0 (-12763) +At time : 3.4011 ns Reaction : e_aq^-1 (-889) + H^0 (-10187) -> OH^-1 (-12764) + H_2^0 (-12765) +At time : 3.4011 ns Reaction : H^0 (-9520) + OH^0 (-8993) -> No product +At time : 3.4011 ns Reaction : e_aq^-1 (-584) + H3O^1 (-8195) -> H^0 (-12766) +At time : 3.4011 ns Reaction : e_aq^-1 (-2899) + H3O^1 (-5823) -> H^0 (-12767) +At time : 3.4011 ns Reaction : e_aq^-1 (-2496) + e_aq^-1 (-3898) -> OH^-1 (-12768) + OH^-1 (-12769) + H_2^0 (-12770) +At time : 3.4011 ns Reaction : e_aq^-1 (-516) + H3O^1 (-8189) -> H^0 (-12771) +At time : 3.5011 ns Reaction : H3O^1 (-7553) + OH^-1 (-12755) -> No product +At time : 3.5011 ns Reaction : OH^-1 (-12480) + H3O^1 (-9779) -> No product +At time : 3.5011 ns Reaction : e_aq^-1 (-4455) + OH^0 (-12345) -> OH^-1 (-12772) +At time : 3.5011 ns Reaction : H^0 (-10529) + H^0 (-10907) -> H_2^0 (-12773) +At time : 3.5011 ns Reaction : H^0 (-9776) + OH^0 (-6644) -> No product +At time : 3.5011 ns Reaction : e_aq^-1 (-2240) + H3O^1 (-7851) -> H^0 (-12774) +At time : 3.5011 ns Reaction : e_aq^-1 (-2490) + H3O^1 (-6625) -> H^0 (-12775) +At time : 3.5011 ns Reaction : e_aq^-1 (-4329) + e_aq^-1 (-1874) -> OH^-1 (-12776) + OH^-1 (-12777) + H_2^0 (-12778) +At time : 3.6011 ns Reaction : OH^-1 (-12735) + H3O^1 (-7743) -> No product +At time : 3.6011 ns Reaction : OH^-1 (-12698) + H3O^1 (-7623) -> No product +At time : 3.6011 ns Reaction : e_aq^-1 (-1994) + H^0 (-12643) -> OH^-1 (-12779) + H_2^0 (-12780) +At time : 3.6011 ns Reaction : H3O^1 (-5853) + OH^-1 (-12539) -> No product +At time : 3.6011 ns Reaction : OH^-1 (-12485) + H3O^1 (-7117) -> No product +At time : 3.6011 ns Reaction : OH^-1 (-12445) + H3O^1 (-8205) -> No product +At time : 3.6011 ns Reaction : e_aq^-1 (-3877) + H2O2^0 (-11626) -> OH^-1 (-12781) + OH^0 (-12782) +At time : 3.6011 ns Reaction : OH^0 (-10319) + e_aq^-1 (-5553) -> OH^-1 (-12783) +At time : 3.6011 ns Reaction : OH^0 (-10274) + OH^0 (-8212) -> H2O2^0 (-12784) +At time : 3.6011 ns Reaction : OH^0 (-8453) + e_aq^-1 (-8455) -> OH^-1 (-12785) +At time : 3.6011 ns Reaction : e_aq^-1 (-5156) + H3O^1 (-7459) -> H^0 (-12786) +At time : 3.6011 ns Reaction : OH^0 (-7316) + OH^0 (-7408) -> H2O2^0 (-12787) +At time : 3.6011 ns Reaction : H3O^1 (-9946) + OH^-1 (-12663) -> No product +At time : 3.6011 ns Reaction : H3O^1 (-10456) + OH^-1 (-12504) -> No product +At time : 3.7011 ns Reaction : H^0 (-12707) + e_aq^-1 (-4707) -> OH^-1 (-12788) + H_2^0 (-12789) +At time : 3.7011 ns Reaction : OH^-1 (-12686) + H3O^1 (-8886) -> No product +At time : 3.7011 ns Reaction : OH^0 (-5754) + H^0 (-12069) -> No product +At time : 3.7011 ns Reaction : H^0 (-11352) + OH^0 (-6120) -> No product +At time : 3.7011 ns Reaction : H^0 (-10879) + e_aq^-1 (-4363) -> OH^-1 (-12790) + H_2^0 (-12791) +At time : 3.7011 ns Reaction : e_aq^-1 (-4292) + H3O^1 (-10821) -> H^0 (-12792) +At time : 3.7011 ns Reaction : H^0 (-10663) + e_aq^-1 (-3549) -> OH^-1 (-12793) + H_2^0 (-12794) +At time : 3.7011 ns Reaction : OH^0 (-10079) + e_aq^-1 (-4558) -> OH^-1 (-12795) +At time : 3.7011 ns Reaction : OH^0 (-7476) + H^0 (-8950) -> No product +At time : 3.7011 ns Reaction : e_aq^-1 (-1105) + H3O^1 (-8664) -> H^0 (-12796) +At time : 3.7011 ns Reaction : e_aq^-1 (-1218) + H3O^1 (-8379) -> H^0 (-12797) +At time : 3.7011 ns Reaction : e_aq^-1 (-5293) + OH^0 (-8200) -> OH^-1 (-12798) +At time : 3.7011 ns Reaction : OH^0 (-7072) + OH^0 (-8050) -> H2O2^0 (-12799) +At time : 3.7011 ns Reaction : OH^0 (-6036) + OH^0 (-7518) -> H2O2^0 (-12800) +At time : 3.7011 ns Reaction : e_aq^-1 (-359) + H3O^1 (-6091) -> H^0 (-12801) +At time : 3.8011 ns Reaction : H3O^1 (-10960) + OH^-1 (-12430) -> No product +At time : 3.8011 ns Reaction : e_aq^-1 (-218) + H3O^1 (-11176) -> H^0 (-12802) +At time : 3.8011 ns Reaction : e_aq^-1 (-2691) + OH^0 (-10728) -> OH^-1 (-12803) +At time : 3.8011 ns Reaction : OH^0 (-10590) + OH^0 (-9847) -> H2O2^0 (-12804) +At time : 3.8011 ns Reaction : H^0 (-10490) + OH^0 (-7048) -> No product +At time : 3.8011 ns Reaction : OH^0 (-10242) + OH^0 (-7184) -> H2O2^0 (-12805) +At time : 3.8011 ns Reaction : OH^0 (-10229) + OH^0 (-9079) -> H2O2^0 (-12806) +At time : 3.8011 ns Reaction : H^0 (-9748) + OH^0 (-5936) -> No product +At time : 3.8011 ns Reaction : e_aq^-1 (-3612) + OH^0 (-6350) -> OH^-1 (-12807) +At time : 3.8011 ns Reaction : e_aq^-1 (-4551) + e_aq^-1 (-4578) -> OH^-1 (-12808) + OH^-1 (-12809) + H_2^0 (-12810) +At time : 3.8011 ns Reaction : e_aq^-1 (-5210) + H3O^1 (-7195) -> H^0 (-12811) +At time : 3.9011 ns Reaction : OH^-1 (-12726) + H3O^1 (-7655) -> No product +At time : 3.9011 ns Reaction : OH^-1 (-12638) + H3O^1 (-7215) -> No product +At time : 3.9011 ns Reaction : OH^-1 (-12569) + H3O^1 (-7943) -> No product +At time : 3.9011 ns Reaction : H3O^1 (-7173) + OH^-1 (-12503) -> No product +At time : 3.9011 ns Reaction : OH^-1 (-12275) + H3O^1 (-6373) -> No product +At time : 3.9011 ns Reaction : H2O2^0 (-12239) + e_aq^-1 (-4149) -> OH^-1 (-12812) + OH^0 (-12813) +At time : 3.9011 ns Reaction : H^0 (-11011) + e_aq^-1 (-4868) -> OH^-1 (-12814) + H_2^0 (-12815) +At time : 3.9011 ns Reaction : OH^0 (-10586) + e_aq^-1 (-4059) -> OH^-1 (-12816) +At time : 3.9011 ns Reaction : OH^0 (-10513) + e_aq^-1 (-1242) -> OH^-1 (-12817) +At time : 3.9011 ns Reaction : H^0 (-10037) + OH^0 (-10048) -> No product +At time : 3.9011 ns Reaction : e_aq^-1 (-5109) + H^0 (-9333) -> OH^-1 (-12818) + H_2^0 (-12819) +At time : 3.9011 ns Reaction : e_aq^-1 (-4239) + OH^0 (-5799) -> OH^-1 (-12820) +At time : 3.9011 ns Reaction : H3O^1 (-7397) + OH^-1 (-12783) -> No product +At time : 4.0011 ns Reaction : OH^-1 (-12812) + H3O^1 (-8547) -> No product +At time : 4.0011 ns Reaction : H3O^1 (-7579) + OH^-1 (-12397) -> No product +At time : 4.0011 ns Reaction : e_aq^-1 (-1149) + H2O2^0 (-12209) -> OH^-1 (-12821) + OH^0 (-12822) +At time : 4.0011 ns Reaction : H^0 (-11190) + OH^0 (-6902) -> No product +At time : 4.0011 ns Reaction : OH^0 (-10514) + e_aq^-1 (-4650) -> OH^-1 (-12823) +At time : 4.0011 ns Reaction : OH^0 (-10106) + OH^0 (-8959) -> H2O2^0 (-12824) +At time : 4.0011 ns Reaction : e_aq^-1 (-1319) + OH^0 (-7988) -> OH^-1 (-12825) +At time : 4.0011 ns Reaction : e_aq^-1 (-1522) + OH^0 (-7944) -> OH^-1 (-12826) +At time : 4.1011 ns Reaction : OH^-1 (-12736) + H3O^1 (-6907) -> No product +At time : 4.1011 ns Reaction : H^0 (-12649) + OH^0 (-9882) -> No product +At time : 4.1011 ns Reaction : OH^-1 (-12498) + H3O^1 (-7805) -> No product +At time : 4.1011 ns Reaction : H2O2^0 (-11365) + e_aq^-1 (-5129) -> OH^-1 (-12827) + OH^0 (-12828) +At time : 4.1011 ns Reaction : OH^0 (-10430) + OH^0 (-10256) -> H2O2^0 (-12829) +At time : 4.1011 ns Reaction : e_aq^-1 (-2842) + OH^0 (-9650) -> OH^-1 (-12830) +At time : 4.1011 ns Reaction : e_aq^-1 (-5406) + OH^0 (-8637) -> OH^-1 (-12831) +At time : 4.1011 ns Reaction : OH^0 (-8250) + OH^0 (-8633) -> H2O2^0 (-12832) +At time : 4.1011 ns Reaction : OH^0 (-7178) + OH^0 (-7478) -> H2O2^0 (-12833) +At time : 4.2011 ns Reaction : H^0 (-10610) + H^0 (-12775) -> H_2^0 (-12834) +At time : 4.2011 ns Reaction : H3O^1 (-7523) + OH^-1 (-12748) -> No product +At time : 4.2011 ns Reaction : OH^-1 (-12721) + H3O^1 (-6491) -> No product +At time : 4.2011 ns Reaction : H3O^1 (-6081) + OH^-1 (-12708) -> No product +At time : 4.2011 ns Reaction : H^0 (-9841) + OH^0 (-12680) -> No product +At time : 4.2011 ns Reaction : OH^-1 (-12582) + H3O^1 (-6987) -> No product +At time : 4.2011 ns Reaction : e_aq^-1 (-4567) + H2O2^0 (-11977) -> OH^-1 (-12835) + OH^0 (-12836) +At time : 4.2011 ns Reaction : H3O^1 (-6225) + OH^-1 (-11954) -> No product +At time : 4.2011 ns Reaction : OH^0 (-10906) + OH^0 (-7938) -> H2O2^0 (-12837) +At time : 4.2011 ns Reaction : e_aq^-1 (-539) + OH^0 (-10416) -> OH^-1 (-12838) +At time : 4.2011 ns Reaction : OH^0 (-9884) + OH^0 (-8780) -> H2O2^0 (-12839) +At time : 4.2011 ns Reaction : OH^0 (-9705) + e_aq^-1 (-2590) -> OH^-1 (-12840) +At time : 4.2011 ns Reaction : e_aq^-1 (-4107) + OH^0 (-9027) -> OH^-1 (-12841) +At time : 4.2011 ns Reaction : e_aq^-1 (-5579) + H3O^1 (-8279) -> H^0 (-12842) +At time : 4.2011 ns Reaction : e_aq^-1 (-605) + H3O^1 (-8165) -> H^0 (-12843) +At time : 4.2011 ns Reaction : e_aq^-1 (-4766) + OH^0 (-8026) -> OH^-1 (-12844) +At time : 4.3011 ns Reaction : OH^-1 (-12821) + H3O^1 (-7989) -> No product +At time : 4.3011 ns Reaction : H3O^1 (-10578) + OH^-1 (-12816) -> No product +At time : 4.3011 ns Reaction : OH^-1 (-12751) + H3O^1 (-6657) -> No product +At time : 4.3011 ns Reaction : H^0 (-12533) + H^0 (-12694) -> H_2^0 (-12845) +At time : 4.3011 ns Reaction : H3O^1 (-6811) + OH^-1 (-12669) -> No product +At time : 4.3011 ns Reaction : e_aq^-1 (-1497) + H2O2^0 (-12556) -> OH^-1 (-12846) + OH^0 (-12847) +At time : 4.3011 ns Reaction : OH^-1 (-12421) + H3O^1 (-7999) -> No product +At time : 4.3011 ns Reaction : e_aq^-1 (-775) + H2O2^0 (-12006) -> OH^-1 (-12848) + OH^0 (-12849) +At time : 4.3011 ns Reaction : H3O^1 (-10336) + e_aq^-1 (-5569) -> H^0 (-12850) +At time : 4.3011 ns Reaction : e_aq^-1 (-596) + H3O^1 (-7207) -> H^0 (-12851) +At time : 4.4011 ns Reaction : H3O^1 (-9638) + OH^-1 (-12704) -> No product +At time : 4.4011 ns Reaction : OH^0 (-6548) + H^0 (-12701) -> No product +At time : 4.4011 ns Reaction : H3O^1 (-7193) + OH^-1 (-12586) -> No product +At time : 4.4011 ns Reaction : OH^-1 (-12507) + H3O^1 (-7647) -> No product +At time : 4.4011 ns Reaction : e_aq^-1 (-8734) + H^0 (-11813) -> OH^-1 (-12852) + H_2^0 (-12853) +At time : 4.4011 ns Reaction : e_aq^-1 (-5566) + H3O^1 (-11254) -> H^0 (-12854) +At time : 4.4011 ns Reaction : H^0 (-11175) + e_aq^-1 (-5537) -> OH^-1 (-12855) + H_2^0 (-12856) +At time : 4.4011 ns Reaction : OH^0 (-10308) + OH^0 (-8594) -> H2O2^0 (-12857) +At time : 4.4011 ns Reaction : OH^0 (-10210) + OH^0 (-8441) -> H2O2^0 (-12858) +At time : 4.4011 ns Reaction : e_aq^-1 (-4439) + H3O^1 (-8685) -> H^0 (-12859) +At time : 4.4011 ns Reaction : OH^0 (-7108) + OH^0 (-7500) -> H2O2^0 (-12860) +At time : 4.4011 ns Reaction : e_aq^-1 (-17) + e_aq^-1 (-72) -> OH^-1 (-12861) + OH^-1 (-12862) + H_2^0 (-12863) +At time : 4.4011 ns Reaction : OH^-1 (-12848) + H3O^1 (-7489) -> No product +At time : 4.5011 ns Reaction : e_aq^-1 (-3864) + OH^0 (-12782) -> OH^-1 (-12864) +At time : 4.5011 ns Reaction : e_aq^-1 (-5273) + H^0 (-11332) -> OH^-1 (-12865) + H_2^0 (-12866) +At time : 4.5011 ns Reaction : OH^0 (-10654) + OH^0 (-7696) -> H2O2^0 (-12867) +At time : 4.5011 ns Reaction : OH^0 (-10609) + e_aq^-1 (-3929) -> OH^-1 (-12868) +At time : 4.5011 ns Reaction : H^0 (-10601) + OH^0 (-5772) -> No product +At time : 4.5011 ns Reaction : H^0 (-9485) + e_aq^-1 (-3342) -> OH^-1 (-12869) + H_2^0 (-12870) +At time : 4.5011 ns Reaction : OH^0 (-5866) + OH^0 (-7980) -> H2O2^0 (-12871) +At time : 4.5011 ns Reaction : OH^0 (-6760) + OH^0 (-7874) -> H2O2^0 (-12872) +At time : 4.5011 ns Reaction : e_aq^-1 (-5508) + H3O^1 (-7417) -> H^0 (-12873) +At time : 4.5011 ns Reaction : e_aq^-1 (-2252) + OH^0 (-6724) -> OH^-1 (-12874) +At time : 4.6011 ns Reaction : OH^-1 (-12764) + H3O^1 (-8077) -> No product +At time : 4.6011 ns Reaction : OH^0 (-9119) + H^0 (-12516) -> No product +At time : 4.6011 ns Reaction : e_aq^-1 (-4170) + H^0 (-12433) -> OH^-1 (-12875) + H_2^0 (-12876) +At time : 4.6011 ns Reaction : OH^0 (-10579) + H^0 (-12185) -> No product +At time : 4.6011 ns Reaction : OH^0 (-10689) + e_aq^-1 (-3654) -> OH^-1 (-12877) +At time : 4.6011 ns Reaction : OH^0 (-10553) + e_aq^-1 (-4220) -> OH^-1 (-12878) +At time : 4.6011 ns Reaction : H3O^1 (-6303) + e_aq^-1 (-8716) -> H^0 (-12879) +At time : 4.6011 ns Reaction : OH^0 (-7856) + OH^0 (-8411) -> H2O2^0 (-12880) +At time : 4.6011 ns Reaction : OH^0 (-5814) + OH^0 (-8294) -> H2O2^0 (-12881) +At time : 4.6011 ns Reaction : e_aq^-1 (-1466) + OH^0 (-6976) -> OH^-1 (-12882) +At time : 4.7011 ns Reaction : H2O2^0 (-11446) + e_aq^-1 (-3283) -> OH^-1 (-12883) + OH^0 (-12884) +At time : 4.7011 ns Reaction : OH^0 (-9837) + OH^0 (-9017) -> H2O2^0 (-12885) +At time : 4.7011 ns Reaction : OH^0 (-9258) + OH^0 (-6788) -> H2O2^0 (-12886) +At time : 4.7011 ns Reaction : OH^0 (-8908) + H^0 (-9088) -> No product +At time : 4.7011 ns Reaction : e_aq^-1 (-5065) + H3O^1 (-7483) -> H^0 (-12887) +At time : 4.7011 ns Reaction : OH^-1 (-12865) + H3O^1 (-8227) -> No product +At time : 4.7011 ns Reaction : H3O^1 (-9915) + OH^-1 (-12745) -> No product +At time : 4.8011 ns Reaction : OH^-1 (-12855) + H3O^1 (-8301) -> No product +At time : 4.8011 ns Reaction : H3O^1 (-9587) + OH^-1 (-12807) -> No product +At time : 4.8011 ns Reaction : OH^-1 (-12743) + H3O^1 (-7447) -> No product +At time : 4.8011 ns Reaction : OH^-1 (-12307) + H3O^1 (-8005) -> No product +At time : 4.8011 ns Reaction : H^0 (-9746) + OH^0 (-10748) -> No product +At time : 4.8011 ns Reaction : H3O^1 (-9971) + e_aq^-1 (-4325) -> H^0 (-12888) +At time : 4.8011 ns Reaction : e_aq^-1 (-4952) + H3O^1 (-8874) -> H^0 (-12889) +At time : 4.8011 ns Reaction : OH^0 (-6220) + e_aq^-1 (-8701) -> OH^-1 (-12890) +At time : 4.8011 ns Reaction : e_aq^-1 (-4027) + OH^0 (-7850) -> OH^-1 (-12891) +At time : 4.8011 ns Reaction : e_aq^-1 (-2479) + H3O^1 (-6633) -> H^0 (-12892) +At time : 4.8011 ns Reaction : e_aq^-1 (-546) + OH^0 (-10259) -> OH^-1 (-12893) +At time : 4.9011 ns Reaction : H3O^1 (-10257) + OH^-1 (-12893) -> No product +At time : 4.9011 ns Reaction : OH^-1 (-12826) + H3O^1 (-6911) -> No product +At time : 4.9011 ns Reaction : H3O^1 (-7257) + OH^-1 (-12798) -> No product +At time : 4.9011 ns Reaction : H3O^1 (-9362) + OH^-1 (-12785) -> No product +At time : 4.9011 ns Reaction : e_aq^-1 (-4065) + H^0 (-12590) -> OH^-1 (-12894) + H_2^0 (-12895) +At time : 4.9011 ns Reaction : H2O2^0 (-12273) + e_aq^-1 (-4322) -> OH^-1 (-12896) + OH^0 (-12897) +At time : 4.9011 ns Reaction : H3O^1 (-7305) + OH^-1 (-11989) -> No product +At time : 4.9011 ns Reaction : e_aq^-1 (-5036) + H^0 (-11962) -> OH^-1 (-12898) + H_2^0 (-12899) +At time : 4.9011 ns Reaction : H^0 (-10486) + H^0 (-10995) -> H_2^0 (-12900) +At time : 4.9011 ns Reaction : e_aq^-1 (-5112) + OH^0 (-10224) -> OH^-1 (-12901) +At time : 4.9011 ns Reaction : e_aq^-1 (-4396) + H3O^1 (-10028) -> H^0 (-12902) +At time : 4.9011 ns Reaction : OH^0 (-9535) + OH^0 (-6266) -> H2O2^0 (-12903) +At time : 4.9011 ns Reaction : OH^0 (-9469) + e_aq^-1 (-3469) -> OH^-1 (-12904) +At time : 4.9011 ns Reaction : e_aq^-1 (-766) + OH^0 (-8116) -> OH^-1 (-12905) +At time : 4.9011 ns Reaction : e_aq^-1 (-3523) + H3O^1 (-7693) -> H^0 (-12906) +At time : 4.9011 ns Reaction : e_aq^-1 (-1119) + H3O^1 (-7077) -> H^0 (-12907) +At time : 4.9011 ns Reaction : e_aq^-1 (-3032) + H3O^1 (-5897) -> H^0 (-12908) +At time : 4.9011 ns Reaction : OH^0 (-9312) + H^0 (-12551) -> No product +At time : 4.9011 ns Reaction : e_aq^-1 (-5468) + OH^0 (-8260) -> OH^-1 (-12909) +At time : 5.0011 ns Reaction : OH^-1 (-12894) + H3O^1 (-7849) -> No product +At time : 5.0011 ns Reaction : e_aq^-1 (-1893) + H2O2^0 (-12357) -> OH^-1 (-12910) + OH^0 (-12911) +At time : 5.0011 ns Reaction : e_aq^-1 (-778) + H^0 (-12299) -> OH^-1 (-12912) + H_2^0 (-12913) +At time : 5.0011 ns Reaction : e_aq^-1 (-5075) + H^0 (-12236) -> OH^-1 (-12914) + H_2^0 (-12915) +At time : 5.0011 ns Reaction : e_aq^-1 (-4777) + H2O2^0 (-12133) -> OH^-1 (-12916) + OH^0 (-12917) +At time : 5.0011 ns Reaction : OH^0 (-11029) + H^0 (-12082) -> No product +At time : 5.0011 ns Reaction : H^0 (-11590) + e_aq^-1 (-5134) -> OH^-1 (-12918) + H_2^0 (-12919) +At time : 5.0011 ns Reaction : e_aq^-1 (-4272) + H2O2^0 (-11455) -> OH^-1 (-12920) + OH^0 (-12921) +At time : 5.0011 ns Reaction : H^0 (-9795) + H^0 (-8978) -> H_2^0 (-12922) +At time : 5.0011 ns Reaction : OH^0 (-9524) + OH^0 (-6272) -> H2O2^0 (-12923) +At time : 5.0011 ns Reaction : e_aq^-1 (-2896) + H3O^1 (-7665) -> H^0 (-12924) +At time : 5.0011 ns Reaction : e_aq^-1 (-4585) + H3O^1 (-6969) -> H^0 (-12925) +At time : 5.0011 ns Reaction : e_aq^-1 (-3934) + H3O^1 (-6677) -> H^0 (-12926) +At time : 5.0011 ns Reaction : e_aq^-1 (-3119) + OH^0 (-6310) -> OH^-1 (-12927) +At time : 5.0011 ns Reaction : OH^0 (-10703) + e_aq^-1 (-2941) -> OH^-1 (-12928) +At time : 5.1011 ns Reaction : OH^-1 (-12918) + H3O^1 (-8127) -> No product +At time : 5.1011 ns Reaction : H3O^1 (-10318) + OH^-1 (-12909) -> No product +At time : 5.1011 ns Reaction : H3O^1 (-5975) + OH^-1 (-12875) -> No product +At time : 5.1011 ns Reaction : H^0 (-12359) + OH^0 (-7006) -> No product +At time : 5.1011 ns Reaction : e_aq^-1 (-1930) + H^0 (-12226) -> OH^-1 (-12929) + H_2^0 (-12930) +At time : 5.1011 ns Reaction : e_aq^-1 (-2230) + H2O2^0 (-11948) -> OH^-1 (-12931) + OH^0 (-12932) +At time : 5.1011 ns Reaction : e_aq^-1 (-2421) + H2O2^0 (-11938) -> OH^-1 (-12933) + OH^0 (-12934) +At time : 5.1011 ns Reaction : e_aq^-1 (-5547) + H2O2^0 (-11902) -> OH^-1 (-12935) + OH^0 (-12936) +At time : 5.1011 ns Reaction : e_aq^-1 (-1211) + H^0 (-11472) -> OH^-1 (-12937) + H_2^0 (-12938) +At time : 5.1011 ns Reaction : OH^0 (-11085) + e_aq^-1 (-5202) -> OH^-1 (-12939) +At time : 5.1011 ns Reaction : H^0 (-10569) + OH^0 (-6824) -> No product +At time : 5.1011 ns Reaction : OH^0 (-10565) + H^0 (-9443) -> No product +At time : 5.1011 ns Reaction : OH^0 (-10551) + OH^0 (-6840) -> H2O2^0 (-12940) +At time : 5.1011 ns Reaction : H^0 (-10294) + e_aq^-1 (-5380) -> OH^-1 (-12941) + H_2^0 (-12942) +At time : 5.1011 ns Reaction : H^0 (-9261) + OH^0 (-5790) -> No product +At time : 5.1011 ns Reaction : e_aq^-1 (-3548) + OH^0 (-7710) -> OH^-1 (-12943) +At time : 5.1011 ns Reaction : OH^0 (-6358) + OH^0 (-6364) -> H2O2^0 (-12944) +At time : 5.2011 ns Reaction : H3O^1 (-7899) + OH^-1 (-12910) -> No product +At time : 5.2011 ns Reaction : H3O^1 (-6777) + OH^-1 (-12596) -> No product +At time : 5.2011 ns Reaction : H3O^1 (-6707) + OH^-1 (-12022) -> No product +At time : 5.2011 ns Reaction : e_aq^-1 (-3176) + H2O2^0 (-11439) -> OH^-1 (-12945) + OH^0 (-12946) +At time : 5.2011 ns Reaction : e_aq^-1 (-3986) + H3O^1 (-10775) -> H^0 (-12947) +At time : 5.2011 ns Reaction : e_aq^-1 (-5603) + H3O^1 (-8919) -> H^0 (-12948) +At time : 5.2011 ns Reaction : OH^0 (-8018) + OH^0 (-8573) -> H2O2^0 (-12949) +At time : 5.2011 ns Reaction : OH^0 (-8252) + OH^0 (-8333) -> H2O2^0 (-12950) +At time : 5.2011 ns Reaction : e_aq^-1 (-4691) + H3O^1 (-7991) -> H^0 (-12951) +At time : 5.2011 ns Reaction : e_aq^-1 (-3024) + OH^0 (-6370) -> OH^-1 (-12952) +At time : 5.2011 ns Reaction : e_aq^-1 (-717) + e_aq^-1 (-5007) -> OH^-1 (-12953) + OH^-1 (-12954) + H_2^0 (-12955) +At time : 5.3011 ns Reaction : OH^-1 (-12905) + H3O^1 (-7481) -> No product +At time : 5.3011 ns Reaction : H3O^1 (-10310) + OH^-1 (-12558) -> No product +At time : 5.3011 ns Reaction : e_aq^-1 (-2460) + H2O2^0 (-12258) -> OH^-1 (-12956) + OH^0 (-12957) +At time : 5.3011 ns Reaction : OH^0 (-6326) + e_aq^-1 (-8719) -> OH^-1 (-12958) +At time : 5.3011 ns Reaction : e_aq^-1 (-4928) + H3O^1 (-8069) -> H^0 (-12959) +At time : 5.3011 ns Reaction : e_aq^-1 (-4193) + OH^0 (-6826) -> OH^-1 (-12960) +At time : 5.3011 ns Reaction : e_aq^-1 (-1416) + H3O^1 (-6179) -> H^0 (-12961) +At time : 5.3011 ns Reaction : e_aq^-1 (-3509) + e_aq^-1 (-3299) -> OH^-1 (-12962) + OH^-1 (-12963) + H_2^0 (-12964) +At time : 5.3011 ns Reaction : H3O^1 (-6327) + OH^-1 (-12958) -> No product +At time : 5.4011 ns Reaction : H^0 (-12561) + e_aq^-1 (-4607) -> OH^-1 (-12965) + H_2^0 (-12966) +At time : 5.4011 ns Reaction : e_aq^-1 (-1744) + H2O2^0 (-11847) -> OH^-1 (-12967) + OH^0 (-12968) +At time : 5.4011 ns Reaction : e_aq^-1 (-3922) + H3O^1 (-10761) -> H^0 (-12969) +At time : 5.4011 ns Reaction : OH^0 (-9813) + OH^0 (-7640) -> H2O2^0 (-12970) +At time : 5.4011 ns Reaction : H^0 (-9405) + OH^0 (-8918) -> No product +At time : 5.4011 ns Reaction : OH^0 (-9299) + OH^0 (-7530) -> H2O2^0 (-12971) +At time : 5.4011 ns Reaction : e_aq^-1 (-528) + H3O^1 (-8203) -> H^0 (-12972) +At time : 5.4011 ns Reaction : e_aq^-1 (-4171) + H3O^1 (-6203) -> H^0 (-12973) +At time : 5.5011 ns Reaction : e_aq^-1 (-2408) + H^0 (-12892) -> OH^-1 (-12974) + H_2^0 (-12975) +At time : 5.5011 ns Reaction : OH^-1 (-12844) + H3O^1 (-5863) -> No product +At time : 5.5011 ns Reaction : OH^0 (-10441) + OH^0 (-12828) -> H2O2^0 (-12976) +At time : 5.5011 ns Reaction : OH^-1 (-12818) + H3O^1 (-7167) -> No product +At time : 5.5011 ns Reaction : H3O^1 (-10497) + OH^-1 (-12814) -> No product +At time : 5.5011 ns Reaction : OH^-1 (-12793) + H3O^1 (-7697) -> No product +At time : 5.5011 ns Reaction : H3O^1 (-6943) + OH^-1 (-12331) -> No product +At time : 5.5011 ns Reaction : OH^-1 (-12143) + H3O^1 (-6403) -> No product +At time : 5.5011 ns Reaction : H3O^1 (-11022) + e_aq^-1 (-990) -> H^0 (-12977) +At time : 5.5011 ns Reaction : e_aq^-1 (-2363) + OH^0 (-10754) -> OH^-1 (-12978) +At time : 5.5011 ns Reaction : OH^0 (-9676) + H^0 (-10713) -> No product +At time : 5.5011 ns Reaction : e_aq^-1 (-4568) + OH^0 (-9291) -> OH^-1 (-12979) +At time : 5.5011 ns Reaction : e_aq^-1 (-5150) + OH^0 (-8128) -> OH^-1 (-12980) +At time : 5.6011 ns Reaction : OH^0 (-6700) + H^0 (-12947) -> No product +At time : 5.6011 ns Reaction : OH^-1 (-12937) + H3O^1 (-7533) -> No product +At time : 5.6011 ns Reaction : H2O2^0 (-11926) + e_aq^-1 (-3749) -> OH^-1 (-12981) + OH^0 (-12982) +At time : 5.6011 ns Reaction : OH^0 (-9951) + e_aq^-1 (-8692) -> OH^-1 (-12983) +At time : 5.6011 ns Reaction : OH^0 (-9929) + OH^0 (-5836) -> H2O2^0 (-12984) +At time : 5.6011 ns Reaction : OH^0 (-8172) + OH^0 (-8897) -> H2O2^0 (-12985) +At time : 5.6011 ns Reaction : OH^0 (-7876) + OH^0 (-8513) -> H2O2^0 (-12986) +At time : 5.6011 ns Reaction : e_aq^-1 (-4382) + H3O^1 (-7923) -> H^0 (-12987) +At time : 5.6011 ns Reaction : e_aq^-1 (-5033) + H3O^1 (-7491) -> H^0 (-12988) +At time : 5.6011 ns Reaction : e_aq^-1 (-3586) + OH^0 (-6356) -> OH^-1 (-12989) +At time : 5.7011 ns Reaction : OH^-1 (-12967) + H3O^1 (-5993) -> No product +At time : 5.7011 ns Reaction : OH^-1 (-12891) + H3O^1 (-6695) -> No product +At time : 5.7011 ns Reaction : OH^0 (-7426) + H^0 (-12763) -> No product +At time : 5.7011 ns Reaction : OH^-1 (-12684) + H3O^1 (-6783) -> No product +At time : 5.7011 ns Reaction : H3O^1 (-7027) + OH^-1 (-12422) -> No product +At time : 5.7011 ns Reaction : e_aq^-1 (-3021) + H2O2^0 (-11968) -> OH^-1 (-12990) + OH^0 (-12991) +At time : 5.7011 ns Reaction : e_aq^-1 (-2117) + H3O^1 (-7625) -> H^0 (-12992) +At time : 5.7011 ns Reaction : e_aq^-1 (-2683) + H3O^1 (-6521) -> H^0 (-12993) +At time : 5.8011 ns Reaction : OH^-1 (-12939) + H3O^1 (-7209) -> No product +At time : 5.8011 ns Reaction : H3O^1 (-6623) + OH^-1 (-12864) -> No product +At time : 5.8011 ns Reaction : OH^0 (-10258) + OH^0 (-11096) -> H2O2^0 (-12994) +At time : 5.8011 ns Reaction : OH^0 (-10341) + OH^0 (-7364) -> H2O2^0 (-12995) +At time : 5.8011 ns Reaction : OH^0 (-9533) + e_aq^-1 (-3557) -> OH^-1 (-12996) +At time : 5.8011 ns Reaction : e_aq^-1 (-4703) + OH^0 (-7028) -> OH^-1 (-12997) +At time : 5.9011 ns Reaction : OH^-1 (-12953) + H3O^1 (-7479) -> No product +At time : 5.9011 ns Reaction : H^0 (-12617) + e_aq^-1 (-5396) -> OH^-1 (-12998) + H_2^0 (-12999) +At time : 5.9011 ns Reaction : OH^0 (-12550) + H^0 (-10211) -> No product +At time : 5.9011 ns Reaction : H3O^1 (-11058) + e_aq^-1 (-5158) -> H^0 (-13000) +At time : 5.9011 ns Reaction : e_aq^-1 (-27) + OH^0 (-10349) -> OH^-1 (-13001) +At time : 5.9011 ns Reaction : OH^0 (-9109) + OH^0 (-8745) -> H2O2^0 (-13002) +At time : 5.9011 ns Reaction : e_aq^-1 (-4836) + H3O^1 (-8382) -> H^0 (-13003) +At time : 6.0011 ns Reaction : H3O^1 (-6341) + OH^-1 (-12989) -> No product +At time : 6.0011 ns Reaction : H^0 (-12534) + H^0 (-12801) -> H_2^0 (-13004) +At time : 6.0011 ns Reaction : H3O^1 (-7581) + OH^-1 (-12542) -> No product +At time : 6.0011 ns Reaction : e_aq^-1 (-4761) + H2O2^0 (-12060) -> OH^-1 (-13005) + OH^0 (-13006) +At time : 6.0011 ns Reaction : OH^0 (-11162) + H^0 (-9373) -> No product +At time : 6.0011 ns Reaction : H3O^1 (-10986) + e_aq^-1 (-1258) -> H^0 (-13007) +At time : 6.0011 ns Reaction : OH^0 (-10589) + e_aq^-1 (-3998) -> OH^-1 (-13008) +At time : 6.0011 ns Reaction : OH^0 (-8312) + OH^0 (-8603) -> H2O2^0 (-13009) +At time : 6.0011 ns Reaction : e_aq^-1 (-2159) + e_aq^-1 (-4022) -> OH^-1 (-13010) + OH^-1 (-13011) + H_2^0 (-13012) +At time : 6.0011 ns Reaction : OH^-1 (-13005) + H3O^1 (-7059) -> No product +At time : 6.1011 ns Reaction : OH^-1 (-12965) + H3O^1 (-7017) -> No product +At time : 6.1011 ns Reaction : OH^-1 (-12920) + H3O^1 (-5837) -> No product +At time : 6.1011 ns Reaction : H2O2^0 (-12872) + e_aq^-1 (-8515) -> OH^-1 (-13013) + OH^0 (-13014) +At time : 6.1011 ns Reaction : H3O^1 (-7019) + OH^-1 (-12284) -> No product +At time : 6.1011 ns Reaction : H2O2^0 (-12089) + e_aq^-1 (-4907) -> OH^-1 (-13015) + OH^0 (-13016) +At time : 6.1011 ns Reaction : H^0 (-11044) + OH^0 (-7484) -> No product +At time : 6.1011 ns Reaction : OH^0 (-10365) + e_aq^-1 (-5521) -> OH^-1 (-13017) +At time : 6.1011 ns Reaction : OH^0 (-9889) + e_aq^-1 (-2098) -> OH^-1 (-13018) +At time : 6.1011 ns Reaction : OH^0 (-7388) + OH^0 (-7394) -> H2O2^0 (-13019) +At time : 6.1011 ns Reaction : OH^-1 (-12898) + H3O^1 (-8129) -> No product +At time : 6.2011 ns Reaction : OH^-1 (-12998) + H3O^1 (-8239) -> No product +At time : 6.2011 ns Reaction : OH^0 (-10369) + H^0 (-12802) -> No product +At time : 6.2011 ns Reaction : OH^0 (-6830) + H^0 (-12792) -> No product +At time : 6.2011 ns Reaction : OH^-1 (-12604) + H3O^1 (-6771) -> No product +At time : 6.2011 ns Reaction : H^0 (-12575) + OH^0 (-8907) -> No product +At time : 6.2011 ns Reaction : H^0 (-10280) + OH^0 (-7446) -> No product +At time : 6.2011 ns Reaction : e_aq^-1 (-2359) + H3O^1 (-6637) -> H^0 (-13020) +At time : 6.2011 ns Reaction : e_aq^-1 (-5451) + e_aq^-1 (-5397) -> OH^-1 (-13021) + OH^-1 (-13022) + H_2^0 (-13023) +At time : 6.3011 ns Reaction : H3O^1 (-9895) + OH^-1 (-12779) -> No product +At time : 6.3011 ns Reaction : H^0 (-12733) + OH^0 (-7822) -> No product +At time : 6.3011 ns Reaction : OH^0 (-12570) + e_aq^-1 (-4580) -> OH^-1 (-13024) +At time : 6.3011 ns Reaction : H^0 (-12560) + e_aq^-1 (-5464) -> OH^-1 (-13025) + H_2^0 (-13026) +At time : 6.3011 ns Reaction : H3O^1 (-11035) + e_aq^-1 (-4966) -> H^0 (-13027) +At time : 6.3011 ns Reaction : OH^0 (-10968) + OH^0 (-8840) -> H2O2^0 (-13028) +At time : 6.3011 ns Reaction : e_aq^-1 (-2314) + H3O^1 (-7639) -> H^0 (-13029) +At time : 6.3011 ns Reaction : e_aq^-1 (-4804) + H3O^1 (-7081) -> H^0 (-13030) +At time : 6.4011 ns Reaction : OH^-1 (-13025) + H3O^1 (-7411) -> No product +At time : 6.4011 ns Reaction : H3O^1 (-11325) + OH^-1 (-12916) -> No product +At time : 6.4011 ns Reaction : OH^-1 (-12817) + H3O^1 (-7003) -> No product +At time : 6.4011 ns Reaction : e_aq^-1 (-4858) + H^0 (-12657) -> OH^-1 (-13031) + H_2^0 (-13032) +At time : 6.4011 ns Reaction : H3O^1 (-10880) + e_aq^-1 (-8809) -> H^0 (-13033) +At time : 6.4011 ns Reaction : H3O^1 (-8532) + e_aq^-1 (-8707) -> H^0 (-13034) +At time : 6.4011 ns Reaction : OH^0 (-7354) + OH^0 (-8597) -> H2O2^0 (-13035) +At time : 6.4011 ns Reaction : OH^0 (-5745) + OH^0 (-6980) -> H2O2^0 (-13036) +At time : 6.4011 ns Reaction : e_aq^-1 (-656) + e_aq^-1 (-5126) -> OH^-1 (-13037) + OH^-1 (-13038) + H_2^0 (-13039) +At time : 6.5011 ns Reaction : H3O^1 (-9868) + OH^-1 (-13018) -> No product +At time : 6.5011 ns Reaction : H^0 (-12977) + OH^0 (-7102) -> No product +At time : 6.5011 ns Reaction : OH^0 (-9191) + H^0 (-9603) -> No product +At time : 6.5011 ns Reaction : OH^0 (-9152) + OH^0 (-9455) -> H2O2^0 (-13040) +At time : 6.5011 ns Reaction : e_aq^-1 (-712) + OH^0 (-9339) -> OH^-1 (-13041) +At time : 6.5011 ns Reaction : e_aq^-1 (-4673) + H3O^1 (-8667) -> H^0 (-13042) +At time : 6.5011 ns Reaction : e_aq^-1 (-5426) + H3O^1 (-8249) -> H^0 (-13043) +At time : 6.5011 ns Reaction : e_aq^-1 (-4436) + OH^0 (-6920) -> OH^-1 (-13044) +At time : 6.5011 ns Reaction : OH^0 (-10339) + e_aq^-1 (-5709) -> OH^-1 (-13045) +At time : 6.6011 ns Reaction : OH^0 (-9332) + H^0 (-12851) -> No product +At time : 6.6011 ns Reaction : OH^-1 (-12753) + H3O^1 (-9322) -> No product +At time : 6.6011 ns Reaction : OH^0 (-10396) + OH^0 (-11246) -> H2O2^0 (-13046) +At time : 6.6011 ns Reaction : e_aq^-1 (-5221) + H3O^1 (-11107) -> H^0 (-13047) +At time : 6.6011 ns Reaction : e_aq^-1 (-5141) + H3O^1 (-11054) -> H^0 (-13048) +At time : 6.6011 ns Reaction : H^0 (-10591) + OH^0 (-7848) -> No product +At time : 6.6011 ns Reaction : OH^0 (-10571) + OH^0 (-6822) -> H2O2^0 (-13049) +At time : 6.6011 ns Reaction : H3O^1 (-9663) + e_aq^-1 (-3706) -> H^0 (-13050) +At time : 6.6011 ns Reaction : e_aq^-1 (-1590) + H3O^1 (-8808) -> H^0 (-13051) +At time : 6.6011 ns Reaction : e_aq^-1 (-189) + H3O^1 (-6101) -> H^0 (-13052) +At time : 6.6011 ns Reaction : e_aq^-1 (-5319) + e_aq^-1 (-5313) -> OH^-1 (-13053) + OH^-1 (-13054) + H_2^0 (-13055) +At time : 6.7011 ns Reaction : OH^-1 (-12954) + H3O^1 (-8107) -> No product +At time : 6.7011 ns Reaction : OH^0 (-12934) + OH^0 (-8979) -> H2O2^0 (-13056) +At time : 6.7011 ns Reaction : OH^0 (-10993) + OH^0 (-8040) -> H2O2^0 (-13057) +At time : 6.7011 ns Reaction : H^0 (-9104) + H^0 (-9505) -> H_2^0 (-13058) +At time : 6.7011 ns Reaction : e_aq^-1 (-5308) + H3O^1 (-8225) -> H^0 (-13059) +At time : 6.8011 ns Reaction : H3O^1 (-6273) + OH^-1 (-12996) -> No product +At time : 6.8011 ns Reaction : OH^0 (-12936) + OH^0 (-8937) -> H2O2^0 (-13060) +At time : 6.8011 ns Reaction : H3O^1 (-8652) + OH^-1 (-12901) -> No product +At time : 6.8011 ns Reaction : H2O2^0 (-12760) + e_aq^-1 (-5242) -> OH^-1 (-13061) + OH^0 (-13062) +At time : 6.8011 ns Reaction : OH^0 (-9386) + H^0 (-12481) -> No product +At time : 6.8011 ns Reaction : OH^0 (-5886) + H^0 (-11960) -> No product +At time : 6.8011 ns Reaction : e_aq^-1 (-5179) + OH^0 (-10423) -> OH^-1 (-13063) +At time : 6.8011 ns Reaction : e_aq^-1 (-4905) + OH^0 (-8078) -> OH^-1 (-13064) +At time : 6.8011 ns Reaction : e_aq^-1 (-3927) + H3O^1 (-7809) -> H^0 (-13065) +At time : 6.8011 ns Reaction : OH^0 (-6556) + OH^0 (-6558) -> H2O2^0 (-13066) +At time : 6.8011 ns Reaction : e_aq^-1 (-1031) + H3O^1 (-5861) -> H^0 (-13067) +At time : 6.9011 ns Reaction : OH^-1 (-13063) + H3O^1 (-10410) -> No product +At time : 6.9011 ns Reaction : H3O^1 (-6515) + OH^-1 (-12981) -> No product +At time : 6.9011 ns Reaction : H3O^1 (-10212) + OH^-1 (-12980) -> No product +At time : 6.9011 ns Reaction : H3O^1 (-10747) + OH^-1 (-12978) -> No product +At time : 6.9011 ns Reaction : OH^-1 (-12878) + H3O^1 (-6843) -> No product +At time : 6.9011 ns Reaction : H^0 (-10421) + OH^0 (-8186) -> No product +At time : 6.9011 ns Reaction : e_aq^-1 (-4930) + OH^0 (-8858) -> OH^-1 (-13068) +At time : 6.9011 ns Reaction : e_aq^-1 (-3790) + H3O^1 (-8349) -> H^0 (-13069) +At time : 6.9011 ns Reaction : e_aq^-1 (-5427) + H3O^1 (-8261) -> H^0 (-13070) +At time : 6.9011 ns Reaction : e_aq^-1 (-5105) + H3O^1 (-8141) -> H^0 (-13071) +At time : 7.0011 ns Reaction : e_aq^-1 (-4610) + H^0 (-13042) -> OH^-1 (-13072) + H_2^0 (-13073) +At time : 7.0011 ns Reaction : H^0 (-12850) + e_aq^-1 (-5597) -> OH^-1 (-13074) + H_2^0 (-13075) +At time : 7.0011 ns Reaction : OH^-1 (-12011) + H3O^1 (-7675) -> No product +At time : 7.0011 ns Reaction : H3O^1 (-10605) + e_aq^-1 (-3911) -> H^0 (-13076) +At time : 7.0011 ns Reaction : OH^0 (-6122) + OH^0 (-8284) -> H2O2^0 (-13077) +At time : 7.0011 ns Reaction : e_aq^-1 (-2704) + H3O^1 (-6519) -> H^0 (-13078) +At time : 7.0011 ns Reaction : e_aq^-1 (-5639) + OH^0 (-7390) -> OH^-1 (-13079) +At time : 7.1011 ns Reaction : OH^-1 (-13037) + H3O^1 (-7197) -> No product +At time : 7.1011 ns Reaction : e_aq^-1 (-2105) + H2O2^0 (-12412) -> OH^-1 (-13080) + OH^0 (-13081) +At time : 7.1011 ns Reaction : OH^0 (-10803) + H^0 (-12329) -> No product +At time : 7.1011 ns Reaction : OH^0 (-11042) + e_aq^-1 (-4990) -> OH^-1 (-13082) +At time : 7.1011 ns Reaction : OH^0 (-9823) + H^0 (-9235) -> No product +At time : 7.1011 ns Reaction : OH^0 (-6054) + e_aq^-1 (-8389) -> OH^-1 (-13083) +At time : 7.1011 ns Reaction : e_aq^-1 (-595) + OH^0 (-7236) -> OH^-1 (-13084) +At time : 7.1011 ns Reaction : e_aq^-1 (-4215) + OH^0 (-6828) -> OH^-1 (-13085) +At time : 7.1011 ns Reaction : e_aq^-1 (-3786) + H3O^1 (-6569) -> H^0 (-13086) +At time : 7.1011 ns Reaction : e_aq^-1 (-2667) + H^0 (-9711) -> OH^-1 (-13087) + H_2^0 (-13088) +At time : 7.2011 ns Reaction : OH^-1 (-12979) + H3O^1 (-5841) -> No product +At time : 7.2011 ns Reaction : OH^0 (-6956) + OH^0 (-12847) -> H2O2^0 (-13089) +At time : 7.2011 ns Reaction : H3O^1 (-8670) + OH^-1 (-12788) -> No product +At time : 7.2011 ns Reaction : OH^-1 (-12557) + H3O^1 (-8267) -> No product +At time : 7.2011 ns Reaction : H^0 (-11152) + OH^0 (-7300) -> No product +At time : 7.2011 ns Reaction : OH^0 (-10837) + e_aq^-1 (-1867) -> OH^-1 (-13090) +At time : 7.2011 ns Reaction : OH^0 (-10207) + OH^0 (-7490) -> H2O2^0 (-13091) +At time : 7.2011 ns Reaction : OH^0 (-9856) + OH^0 (-9852) -> H2O2^0 (-13092) +At time : 7.2011 ns Reaction : e_aq^-1 (-3878) + H^0 (-9012) -> OH^-1 (-13093) + H_2^0 (-13094) +At time : 7.2011 ns Reaction : e_aq^-1 (-1404) + H3O^1 (-7941) -> H^0 (-13095) +At time : 7.2011 ns Reaction : e_aq^-1 (-5045) + OH^0 (-7170) -> OH^-1 (-13096) +At time : 7.2011 ns Reaction : e_aq^-1 (-447) + OH^0 (-6082) -> OH^-1 (-13097) +At time : 7.3011 ns Reaction : H^0 (-9807) + H^0 (-13029) -> H_2^0 (-13098) +At time : 7.3011 ns Reaction : OH^-1 (-12882) + H3O^1 (-6181) -> No product +At time : 7.3011 ns Reaction : OH^-1 (-12579) + H3O^1 (-8868) -> No product +At time : 7.3011 ns Reaction : e_aq^-1 (-5288) + OH^0 (-11245) -> OH^-1 (-13099) +At time : 7.3011 ns Reaction : OH^0 (-10697) + e_aq^-1 (-3658) -> OH^-1 (-13100) +At time : 7.3011 ns Reaction : OH^0 (-5884) + e_aq^-1 (-8713) -> OH^-1 (-13101) +At time : 7.3011 ns Reaction : e_aq^-1 (-545) + OH^0 (-8218) -> OH^-1 (-13102) +At time : 7.3011 ns Reaction : e_aq^-1 (-2204) + H3O^1 (-7871) -> H^0 (-13103) +At time : 7.3011 ns Reaction : e_aq^-1 (-4158) + e_aq^-1 (-4111) -> OH^-1 (-13104) + OH^-1 (-13105) + H_2^0 (-13106) +At time : 7.4011 ns Reaction : H3O^1 (-9891) + OH^-1 (-13105) -> No product +At time : 7.4011 ns Reaction : OH^-1 (-13008) + H3O^1 (-6699) -> No product +At time : 7.4011 ns Reaction : OH^-1 (-12914) + H3O^1 (-7179) -> No product +At time : 7.4011 ns Reaction : OH^0 (-11343) + OH^0 (-9091) -> H2O2^0 (-13107) +At time : 7.4011 ns Reaction : H3O^1 (-10141) + e_aq^-1 (-4824) -> H^0 (-13108) +At time : 7.5011 ns Reaction : H3O^1 (-10202) + OH^-1 (-12912) -> No product +At time : 7.5011 ns Reaction : H3O^1 (-6863) + OH^-1 (-12687) -> No product +At time : 7.5011 ns Reaction : e_aq^-1 (-574) + OH^0 (-12493) -> OH^-1 (-13109) +At time : 7.5011 ns Reaction : e_aq^-1 (-5164) + H3O^1 (-7199) -> H^0 (-13110) +At time : 7.5011 ns Reaction : e_aq^-1 (-2316) + H3O^1 (-6703) -> H^0 (-13111) +At time : 7.5011 ns Reaction : e_aq^-1 (-2635) + H3O^1 (-6585) -> H^0 (-13112) +At time : 7.6011 ns Reaction : OH^-1 (-13096) + H3O^1 (-6065) -> No product +At time : 7.6011 ns Reaction : H^0 (-12926) + OH^0 (-7834) -> No product +At time : 7.6011 ns Reaction : OH^-1 (-12713) + H3O^1 (-7837) -> No product +At time : 7.6011 ns Reaction : H3O^1 (-9425) + OH^-1 (-12293) -> No product +At time : 7.6011 ns Reaction : e_aq^-1 (-4047) + H2O2^0 (-11583) -> OH^-1 (-13113) + OH^0 (-13114) +At time : 7.6011 ns Reaction : OH^0 (-10914) + OH^0 (-6928) -> H2O2^0 (-13115) +At time : 7.6011 ns Reaction : OH^0 (-10715) + OH^0 (-6472) -> H2O2^0 (-13116) +At time : 7.6011 ns Reaction : OH^0 (-10650) + OH^0 (-7690) -> H2O2^0 (-13117) +At time : 7.6011 ns Reaction : H^0 (-9225) + e_aq^-1 (-2471) -> OH^-1 (-13118) + H_2^0 (-13119) +At time : 7.6011 ns Reaction : e_aq^-1 (-1774) + H3O^1 (-7913) -> H^0 (-13120) +At time : 7.6011 ns Reaction : e_aq^-1 (-5074) + H3O^1 (-7137) -> H^0 (-13121) +At time : 7.7011 ns Reaction : H^0 (-13108) + e_aq^-1 (-4841) -> OH^-1 (-13122) + H_2^0 (-13123) +At time : 7.7011 ns Reaction : H3O^1 (-10192) + OH^-1 (-13083) -> No product +At time : 7.7011 ns Reaction : H^0 (-12961) + OH^0 (-6182) -> No product +At time : 7.7011 ns Reaction : H3O^1 (-10085) + OH^-1 (-12835) -> No product +At time : 7.7011 ns Reaction : H3O^1 (-10387) + OH^-1 (-12831) -> No product +At time : 7.7011 ns Reaction : OH^-1 (-12823) + H3O^1 (-7011) -> No product +At time : 7.7011 ns Reaction : H2O2^0 (-11390) + e_aq^-1 (-1910) -> OH^-1 (-13124) + OH^0 (-13125) +At time : 7.7011 ns Reaction : e_aq^-1 (-5550) + OH^0 (-8618) -> OH^-1 (-13126) +At time : 7.7011 ns Reaction : OH^0 (-6030) + OH^0 (-7536) -> H2O2^0 (-13127) +At time : 7.7011 ns Reaction : e_aq^-1 (-4409) + H3O^1 (-6189) -> H^0 (-13128) +At time : 7.7011 ns Reaction : OH^-1 (-12803) + H3O^1 (-5929) -> No product +At time : 7.8011 ns Reaction : H3O^1 (-10796) + OH^-1 (-13080) -> No product +At time : 7.8011 ns Reaction : e_aq^-1 (-841) + OH^0 (-13016) -> OH^-1 (-13129) +At time : 7.8011 ns Reaction : OH^0 (-12813) + OH^0 (-6780) -> H2O2^0 (-13130) +At time : 7.8011 ns Reaction : e_aq^-1 (-832) + H^0 (-12631) -> OH^-1 (-13131) + H_2^0 (-13132) +At time : 7.8011 ns Reaction : e_aq^-1 (-5652) + H2O2^0 (-12591) -> OH^-1 (-13133) + OH^0 (-13134) +At time : 7.8011 ns Reaction : OH^-1 (-12472) + H3O^1 (-6353) -> No product +At time : 7.8011 ns Reaction : H2O2^0 (-12257) + e_aq^-1 (-4552) -> OH^-1 (-13135) + OH^0 (-13136) +At time : 7.8011 ns Reaction : OH^0 (-10908) + e_aq^-1 (-4406) -> OH^-1 (-13137) +At time : 7.8011 ns Reaction : H^0 (-9536) + OH^0 (-7706) -> No product +At time : 7.8011 ns Reaction : e_aq^-1 (-5302) + OH^0 (-8226) -> OH^-1 (-13138) +At time : 7.9011 ns Reaction : OH^-1 (-13133) + H3O^1 (-8329) -> No product +At time : 7.9011 ns Reaction : H^0 (-12400) + OH^0 (-10495) -> No product +At time : 7.9011 ns Reaction : e_aq^-1 (-5276) + H2O2^0 (-12019) -> OH^-1 (-13139) + OH^0 (-13140) +At time : 7.9011 ns Reaction : H2O2^0 (-11766) + e_aq^-1 (-5312) -> OH^-1 (-13141) + OH^0 (-13142) +At time : 7.9011 ns Reaction : e_aq^-1 (-4917) + OH^0 (-8867) -> OH^-1 (-13143) +At time : 7.9011 ns Reaction : e_aq^-1 (-2044) + OH^0 (-7620) -> OH^-1 (-13144) +At time : 7.9011 ns Reaction : e_aq^-1 (-2639) + e_aq^-1 (-2717) -> OH^-1 (-13145) + OH^-1 (-13146) + H_2^0 (-13147) +At time : 8.0011 ns Reaction : H3O^1 (-10145) + OH^-1 (-13122) -> No product +At time : 8.0011 ns Reaction : H3O^1 (-11002) + OH^-1 (-13064) -> No product +At time : 8.0011 ns Reaction : OH^-1 (-12691) + H3O^1 (-8541) -> No product +At time : 8.0011 ns Reaction : e_aq^-1 (-4074) + H3O^1 (-8781) -> H^0 (-13148) +At time : 8.0011 ns Reaction : e_aq^-1 (-4060) + H3O^1 (-8514) -> H^0 (-13149) +At time : 8.1011 ns Reaction : H^0 (-9251) + H^0 (-13148) -> H_2^0 (-13150) +At time : 8.1011 ns Reaction : OH^-1 (-13109) + H3O^1 (-7211) -> No product +At time : 8.1011 ns Reaction : OH^-1 (-12956) + H3O^1 (-5933) -> No product +At time : 8.1011 ns Reaction : H3O^1 (-6393) + OH^-1 (-12877) -> No product +At time : 8.1011 ns Reaction : OH^-1 (-12281) + H3O^1 (-7125) -> No product +At time : 8.1011 ns Reaction : e_aq^-1 (-3533) + H2O2^0 (-11555) -> OH^-1 (-13151) + OH^0 (-13152) +At time : 8.1011 ns Reaction : H^0 (-9451) + e_aq^-1 (-3443) -> OH^-1 (-13153) + H_2^0 (-13154) +At time : 8.1011 ns Reaction : e_aq^-1 (-5599) + OH^0 (-7374) -> OH^-1 (-13155) +At time : 8.2011 ns Reaction : OH^-1 (-13143) + H3O^1 (-6149) -> No product +At time : 8.2011 ns Reaction : H3O^1 (-10273) + OH^-1 (-13141) -> No product +At time : 8.2011 ns Reaction : H^0 (-10535) + OH^0 (-7590) -> No product +At time : 8.2011 ns Reaction : H3O^1 (-10006) + e_aq^-1 (-8422) -> H^0 (-13156) +At time : 8.2011 ns Reaction : OH^0 (-9575) + e_aq^-1 (-3614) -> OH^-1 (-13157) +At time : 8.2011 ns Reaction : e_aq^-1 (-5258) + H3O^1 (-7263) -> H^0 (-13158) +At time : 8.2011 ns Reaction : OH^0 (-6114) + OH^0 (-6118) -> H2O2^0 (-13159) +At time : 8.2011 ns Reaction : OH^-1 (-12846) + H3O^1 (-6991) -> No product +At time : 8.3011 ns Reaction : OH^-1 (-13068) + H3O^1 (-8079) -> No product +At time : 8.3011 ns Reaction : e_aq^-1 (-5666) + H^0 (-12659) -> OH^-1 (-13160) + H_2^0 (-13161) +At time : 8.3011 ns Reaction : OH^0 (-12572) + e_aq^-1 (-5503) -> OH^-1 (-13162) +At time : 8.3011 ns Reaction : e_aq^-1 (-5710) + H2O2^0 (-11946) -> OH^-1 (-13163) + OH^0 (-13164) +At time : 8.3011 ns Reaction : OH^0 (-8208) + OH^0 (-9085) -> H2O2^0 (-13165) +At time : 8.3011 ns Reaction : e_aq^-1 (-4140) + OH^0 (-6792) -> OH^-1 (-13166) +At time : 8.3011 ns Reaction : e_aq^-1 (-2265) + H3O^1 (-5957) -> H^0 (-13167) +At time : 8.3011 ns Reaction : e_aq^-1 (-4188) + e_aq^-1 (-4255) -> OH^-1 (-13168) + OH^-1 (-13169) + H_2^0 (-13170) +At time : 8.4011 ns Reaction : H3O^1 (-5857) + OH^-1 (-12838) -> No product +At time : 8.4011 ns Reaction : H^0 (-9410) + OH^0 (-7246) -> No product +At time : 8.4011 ns Reaction : H^0 (-9196) + H^0 (-9198) -> H_2^0 (-13171) +At time : 8.4011 ns Reaction : e_aq^-1 (-4123) + H3O^1 (-7615) -> H^0 (-13172) +At time : 8.5011 ns Reaction : H^0 (-13003) + OH^0 (-10480) -> No product +At time : 8.5011 ns Reaction : OH^0 (-9869) + OH^0 (-12932) -> H2O2^0 (-13173) +At time : 8.5011 ns Reaction : OH^-1 (-12929) + H3O^1 (-6819) -> No product +At time : 8.5011 ns Reaction : OH^0 (-11030) + H^0 (-12122) -> No product +At time : 8.5011 ns Reaction : H2O2^0 (-11463) + e_aq^-1 (-4915) -> OH^-1 (-13174) + OH^0 (-13175) +At time : 8.5011 ns Reaction : OH^0 (-10975) + e_aq^-1 (-4754) -> OH^-1 (-13176) +At time : 8.5011 ns Reaction : H^0 (-9682) + OH^0 (-10709) -> No product +At time : 8.5011 ns Reaction : OH^0 (-10701) + OH^0 (-9620) -> H2O2^0 (-13177) +At time : 8.5011 ns Reaction : OH^0 (-9305) + OH^0 (-8012) -> H2O2^0 (-13178) +At time : 8.5011 ns Reaction : e_aq^-1 (-2285) + H3O^1 (-7835) -> H^0 (-13179) +At time : 8.5011 ns Reaction : e_aq^-1 (-3584) + OH^0 (-7712) -> OH^-1 (-13180) +At time : 8.5011 ns Reaction : e_aq^-1 (-4183) + H3O^1 (-7613) -> H^0 (-13181) +At time : 8.6011 ns Reaction : H3O^1 (-11172) + OH^-1 (-13017) -> No product +At time : 8.6011 ns Reaction : H^0 (-10417) + H^0 (-12263) -> H_2^0 (-13182) +At time : 8.6011 ns Reaction : e_aq^-1 (-2962) + H2O2^0 (-11654) -> OH^-1 (-13183) + OH^0 (-13184) +At time : 8.6011 ns Reaction : OH^-1 (-5813) + H3O^1 (-7367) -> No product +At time : 8.7011 ns Reaction : H3O^1 (-11000) + OH^-1 (-12997) -> No product +At time : 8.7011 ns Reaction : e_aq^-1 (-722) + H2O2^0 (-11585) -> OH^-1 (-13185) + OH^0 (-13186) +At time : 8.7011 ns Reaction : OH^0 (-9388) + H^0 (-11262) -> No product +At time : 8.7011 ns Reaction : OH^0 (-10684) + OH^0 (-6336) -> H2O2^0 (-13187) +At time : 8.7011 ns Reaction : e_aq^-1 (-249) + OH^0 (-8244) -> OH^-1 (-13188) +At time : 8.7011 ns Reaction : e_aq^-1 (-4675) + H3O^1 (-8009) -> H^0 (-13189) +At time : 8.7011 ns Reaction : e_aq^-1 (-3781) + OH^0 (-6546) -> OH^-1 (-13190) +At time : 8.7011 ns Reaction : e_aq^-1 (-142) + e_aq^-1 (-230) -> OH^-1 (-13191) + OH^-1 (-13192) + H_2^0 (-13193) +At time : 8.8011 ns Reaction : H3O^1 (-6631) + OH^-1 (-13093) -> No product +At time : 8.8011 ns Reaction : OH^-1 (-13041) + H3O^1 (-10241) -> No product +At time : 8.8011 ns Reaction : H3O^1 (-9755) + OH^-1 (-12974) -> No product +At time : 8.8011 ns Reaction : e_aq^-1 (-4710) + H^0 (-12907) -> OH^-1 (-13194) + H_2^0 (-13195) +At time : 8.8011 ns Reaction : OH^-1 (-12781) + H3O^1 (-7649) -> No product +At time : 8.8011 ns Reaction : OH^-1 (-12615) + H3O^1 (-6525) -> No product +At time : 8.8011 ns Reaction : H2O2^0 (-12380) + e_aq^-1 (-5453) -> OH^-1 (-13196) + OH^0 (-13197) +At time : 8.8011 ns Reaction : H^0 (-12085) + e_aq^-1 (-2719) -> OH^-1 (-13198) + H_2^0 (-13199) +At time : 8.8011 ns Reaction : H^0 (-9668) + OH^0 (-9656) -> No product +At time : 8.8011 ns Reaction : e_aq^-1 (-2038) + H3O^1 (-7619) -> H^0 (-13200) +At time : 8.8011 ns Reaction : OH^0 (-7602) + OH^0 (-7606) -> H2O2^0 (-13201) +At time : 8.8011 ns Reaction : e_aq^-1 (-3679) + OH^0 (-6412) -> OH^-1 (-13202) +At time : 8.8011 ns Reaction : e_aq^-1 (-3671) + H3O^1 (-6407) -> H^0 (-13203) +At time : 8.9011 ns Reaction : OH^-1 (-12830) + H3O^1 (-6463) -> No product +At time : 8.9011 ns Reaction : H^0 (-12301) + H^0 (-9044) -> H_2^0 (-13204) +At time : 8.9011 ns Reaction : e_aq^-1 (-2199) + H2O2^0 (-11668) -> OH^-1 (-13205) + OH^0 (-13206) +At time : 8.9011 ns Reaction : e_aq^-1 (-1487) + OH^0 (-9049) -> OH^-1 (-13207) +At time : 8.9011 ns Reaction : OH^0 (-6560) + OH^0 (-8770) -> H2O2^0 (-13208) +At time : 9.0011 ns Reaction : OH^-1 (-12862) + H3O^1 (-7385) -> No product +At time : 9.0011 ns Reaction : OH^-1 (-12717) + H3O^1 (-5895) -> No product +At time : 9.0011 ns Reaction : H3O^1 (-10220) + OH^-1 (-12634) -> No product +At time : 9.0011 ns Reaction : H2O2^0 (-12511) + e_aq^-1 (-5705) -> OH^-1 (-13209) + OH^0 (-13210) +At time : 9.0011 ns Reaction : e_aq^-1 (-3484) + H^0 (-12206) -> OH^-1 (-13211) + H_2^0 (-13212) +At time : 9.0011 ns Reaction : H2O2^0 (-11372) + e_aq^-1 (-4366) -> OH^-1 (-13213) + OH^0 (-13214) +At time : 9.0011 ns Reaction : e_aq^-1 (-4517) + H3O^1 (-6965) -> H^0 (-13215) +At time : 9.1011 ns Reaction : OH^0 (-7040) + H^0 (-13189) -> No product +At time : 9.1011 ns Reaction : OH^-1 (-13174) + H3O^1 (-7069) -> No product +At time : 9.1011 ns Reaction : OH^-1 (-13011) + H3O^1 (-7867) -> No product +At time : 9.1011 ns Reaction : H^0 (-12906) + OH^0 (-9493) -> No product +At time : 9.1011 ns Reaction : H3O^1 (-10447) + OH^-1 (-11915) -> No product +At time : 9.1011 ns Reaction : e_aq^-1 (-291) + H^0 (-10313) -> OH^-1 (-13216) + H_2^0 (-13217) +At time : 9.1011 ns Reaction : e_aq^-1 (-1982) + OH^0 (-9930) -> OH^-1 (-13218) +At time : 9.1011 ns Reaction : e_aq^-1 (-4496) + H3O^1 (-8367) -> H^0 (-13219) +At time : 9.2011 ns Reaction : H3O^1 (-6401) + OH^-1 (-13100) -> No product +At time : 9.2011 ns Reaction : OH^-1 (-13099) + H3O^1 (-6125) -> No product +At time : 9.2011 ns Reaction : OH^-1 (-12990) + H3O^1 (-6359) -> No product +At time : 9.2011 ns Reaction : H2O2^0 (-12489) + e_aq^-1 (-3720) -> OH^-1 (-13220) + OH^0 (-13221) +At time : 9.2011 ns Reaction : H3O^1 (-9619) + OH^-1 (-12440) -> No product +At time : 9.2011 ns Reaction : e_aq^-1 (-1976) + H^0 (-11220) -> OH^-1 (-13222) + H_2^0 (-13223) +At time : 9.2011 ns Reaction : OH^0 (-9165) + OH^0 (-9486) -> H2O2^0 (-13224) +At time : 9.2011 ns Reaction : e_aq^-1 (-4048) + H3O^1 (-7847) -> H^0 (-13225) +At time : 9.2011 ns Reaction : e_aq^-1 (-1362) + OH^0 (-7546) -> OH^-1 (-13226) +At time : 9.2011 ns Reaction : OH^0 (-6572) + OH^0 (-6588) -> H2O2^0 (-13227) +At time : 9.3011 ns Reaction : H3O^1 (-6507) + OH^-1 (-13220) -> No product +At time : 9.3011 ns Reaction : H3O^1 (-10904) + OH^-1 (-13137) -> No product +At time : 9.3011 ns Reaction : e_aq^-1 (-1408) + H2O2^0 (-13089) -> OH^-1 (-13228) + OH^0 (-13229) +At time : 9.3011 ns Reaction : e_aq^-1 (-4834) + H2O2^0 (-11849) -> OH^-1 (-13230) + OH^0 (-13231) +At time : 9.3011 ns Reaction : e_aq^-1 (-3667) + OH^0 (-6396) -> OH^-1 (-13232) +At time : 9.3011 ns Reaction : e_aq^-1 (-3649) + e_aq^-1 (-2977) -> OH^-1 (-13233) + OH^-1 (-13234) + H_2^0 (-13235) +At time : 9.4011 ns Reaction : H^0 (-11610) + OH^0 (-13006) -> No product +At time : 9.4011 ns Reaction : e_aq^-1 (-4317) + OH^0 (-12897) -> OH^-1 (-13236) +At time : 9.4011 ns Reaction : H^0 (-12067) + H^0 (-12673) -> H_2^0 (-13237) +At time : 9.4011 ns Reaction : H3O^1 (-11006) + OH^-1 (-12468) -> No product +At time : 9.4011 ns Reaction : OH^0 (-7010) + OH^0 (-8004) -> H2O2^0 (-13238) +At time : 9.4011 ns Reaction : e_aq^-1 (-2412) + H3O^1 (-6649) -> H^0 (-13239) +At time : 9.5011 ns Reaction : OH^-1 (-13236) + H3O^1 (-6877) -> No product +At time : 9.5011 ns Reaction : OH^-1 (-13169) + H3O^1 (-8691) -> No product +At time : 9.5011 ns Reaction : H3O^1 (-10882) + OH^-1 (-13044) -> No product +At time : 9.5011 ns Reaction : e_aq^-1 (-2593) + OH^0 (-10732) -> OH^-1 (-13240) +At time : 9.5011 ns Reaction : OH^0 (-9973) + OH^0 (-8795) -> H2O2^0 (-13241) +At time : 9.5011 ns Reaction : e_aq^-1 (-2872) + H3O^1 (-8763) -> H^0 (-13242) +At time : 9.5011 ns Reaction : e_aq^-1 (-4257) + H3O^1 (-7915) -> H^0 (-13243) +At time : 9.6011 ns Reaction : H3O^1 (-10815) + OH^-1 (-13124) -> No product +At time : 9.6011 ns Reaction : H3O^1 (-6795) + OH^-1 (-13104) -> No product +At time : 9.6011 ns Reaction : H^0 (-13059) + e_aq^-1 (-5356) -> OH^-1 (-13244) + H_2^0 (-13245) +At time : 9.6011 ns Reaction : e_aq^-1 (-4549) + H^0 (-12925) -> OH^-1 (-13246) + H_2^0 (-13247) +At time : 9.6011 ns Reaction : H^0 (-9259) + OH^0 (-8510) -> No product +At time : 9.6011 ns Reaction : OH^0 (-5820) + OH^0 (-5888) -> H2O2^0 (-13248) +At time : 9.6011 ns Reaction : e_aq^-1 (-4853) + e_aq^-1 (-1050) -> OH^-1 (-13249) + OH^-1 (-13250) + H_2^0 (-13251) +At time : 9.7011 ns Reaction : OH^-1 (-13194) + H3O^1 (-11008) -> No product +At time : 9.7011 ns Reaction : H3O^1 (-11020) + OH^-1 (-13082) -> No product +At time : 9.7011 ns Reaction : OH^-1 (-12632) + H3O^1 (-8751) -> No product +At time : 9.7011 ns Reaction : OH^0 (-9693) + OH^0 (-10725) -> H2O2^0 (-13252) +At time : 9.7011 ns Reaction : e_aq^-1 (-1046) + H^0 (-9308) -> OH^-1 (-13253) + H_2^0 (-13254) +At time : 9.7011 ns Reaction : e_aq^-1 (-3213) + H3O^1 (-7701) -> H^0 (-13255) +At time : 9.8011 ns Reaction : e_aq^-1 (-4524) + OH^0 (-13229) -> OH^-1 (-13256) +At time : 9.8011 ns Reaction : H3O^1 (-7853) + OH^-1 (-12874) -> No product +At time : 9.8011 ns Reaction : OH^-1 (-12724) + H3O^1 (-8171) -> No product +At time : 9.8011 ns Reaction : OH^0 (-9713) + OH^0 (-6552) -> H2O2^0 (-13257) +At time : 9.8011 ns Reaction : e_aq^-1 (-4781) + OH^0 (-7064) -> OH^-1 (-13258) +At time : 9.9011 ns Reaction : OH^-1 (-13126) + H3O^1 (-8265) -> No product +At time : 9.9011 ns Reaction : H3O^1 (-7891) + OH^-1 (-12960) -> No product +At time : 9.9011 ns Reaction : OH^-1 (-12933) + H3O^1 (-6653) -> No product +At time : 9.9011 ns Reaction : H^0 (-9906) + e_aq^-1 (-4198) -> OH^-1 (-13259) + H_2^0 (-13260) +At time : 9.9011 ns Reaction : H3O^1 (-9897) + e_aq^-1 (-2091) -> H^0 (-13261) +At time : 9.9011 ns Reaction : OH^0 (-9468) + e_aq^-1 (-3475) -> OH^-1 (-13262) +At time : 10.001 ns Reaction : H3O^1 (-10641) + OH^-1 (-13211) -> No product +At time : 10.001 ns Reaction : OH^-1 (-12757) + H3O^1 (-8305) -> No product +At time : 10.001 ns Reaction : e_aq^-1 (-3931) + H3O^1 (-9816) -> H^0 (-13263) +At time : 10.001 ns Reaction : OH^0 (-6210) + OH^0 (-7678) -> H2O2^0 (-13264) +At time : 11.001 ns Reaction : OH^-1 (-13228) + H3O^1 (-6979) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13176) + H3O^1 (-8017) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13166) + H3O^1 (-6775) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13163) + H3O^1 (-6121) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13151) + H3O^1 (-6233) -> No product +At time : 11.001 ns Reaction : H3O^1 (-7287) + OH^-1 (-13102) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13084) + H3O^1 (-7253) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13054) + H3O^1 (-8223) -> No product +At time : 11.001 ns Reaction : e_aq^-1 (-2770) + OH^0 (-12982) -> OH^-1 (-13265) +At time : 11.001 ns Reaction : OH^-1 (-12943) + H3O^1 (-7707) -> No product +At time : 11.001 ns Reaction : OH^-1 (-12795) + H3O^1 (-7541) -> No product +At time : 11.001 ns Reaction : e_aq^-1 (-364) + H^0 (-12771) -> OH^-1 (-13266) + H_2^0 (-13267) +At time : 11.001 ns Reaction : e_aq^-1 (-45) + H^0 (-12478) -> OH^-1 (-13268) + H_2^0 (-13269) +At time : 11.001 ns Reaction : OH^-1 (-12419) + H3O^1 (-6249) -> No product +At time : 11.001 ns Reaction : H2O2^0 (-12037) + e_aq^-1 (-4996) -> OH^-1 (-13270) + OH^0 (-13271) +At time : 11.001 ns Reaction : OH^-1 (-12021) + H3O^1 (-6719) -> No product +At time : 11.001 ns Reaction : H3O^1 (-10580) + e_aq^-1 (-3973) -> H^0 (-13272) +At time : 11.001 ns Reaction : H3O^1 (-10499) + e_aq^-1 (-4771) -> H^0 (-13273) +At time : 11.001 ns Reaction : H3O^1 (-10475) + e_aq^-1 (-4956) -> H^0 (-13274) +At time : 11.001 ns Reaction : H3O^1 (-10160) + e_aq^-1 (-4943) -> H^0 (-13275) +At time : 11.001 ns Reaction : H3O^1 (-6073) + OH^-1 (-13139) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13270) + H3O^1 (-7091) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13262) + H3O^1 (-6221) -> No product +At time : 12.001 ns Reaction : H3O^1 (-10064) + OH^-1 (-13256) -> No product +At time : 12.001 ns Reaction : H3O^1 (-10922) + OH^-1 (-13207) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13205) + H3O^1 (-6709) -> No product +At time : 12.001 ns Reaction : H3O^1 (-11147) + OH^-1 (-13162) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13155) + H3O^1 (-8293) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13144) + H3O^1 (-6765) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13118) + H3O^1 (-9770) -> No product +At time : 12.001 ns Reaction : H3O^1 (-10355) + OH^-1 (-13074) -> No product +At time : 12.001 ns Reaction : H3O^1 (-7977) + OH^-1 (-13072) -> No product +At time : 12.001 ns Reaction : OH^-1 (-12983) + H3O^1 (-6817) -> No product +At time : 12.001 ns Reaction : H^0 (-12843) + e_aq^-1 (-610) -> OH^-1 (-13276) + H_2^0 (-13277) +At time : 12.001 ns Reaction : OH^-1 (-12776) + H3O^1 (-7921) -> No product +At time : 12.001 ns Reaction : OH^-1 (-12768) + H3O^1 (-10740) -> No product +At time : 12.001 ns Reaction : H3O^1 (-9679) + OH^-1 (-12722) -> No product +At time : 12.001 ns Reaction : OH^-1 (-12377) + H3O^1 (-8904) -> No product +At time : 12.001 ns Reaction : e_aq^-1 (-436) + H^0 (-12128) -> OH^-1 (-13278) + H_2^0 (-13279) +At time : 12.001 ns Reaction : e_aq^-1 (-3917) + H2O2^0 (-11536) -> OH^-1 (-13280) + OH^0 (-13281) +At time : 12.001 ns Reaction : e_aq^-1 (-5457) + H2O2^0 (-11513) -> OH^-1 (-13282) + OH^0 (-13283) +At time : 12.001 ns Reaction : OH^0 (-11055) + OH^0 (-8882) -> H2O2^0 (-13284) +At time : 12.001 ns Reaction : OH^0 (-10231) + OH^0 (-7196) -> H2O2^0 (-13285) +At time : 12.001 ns Reaction : OH^0 (-7258) + OH^0 (-8943) -> H2O2^0 (-13286) +At time : 12.001 ns Reaction : e_aq^-1 (-4391) + OH^0 (-10901) -> OH^-1 (-13287) +At time : 13.001 ns Reaction : OH^-1 (-13268) + H3O^1 (-8307) -> No product +At time : 13.001 ns Reaction : H3O^1 (-9671) + OH^-1 (-13265) -> No product +At time : 13.001 ns Reaction : H3O^1 (-5907) + OH^-1 (-13202) -> No product +At time : 13.001 ns Reaction : OH^-1 (-13190) + H3O^1 (-6529) -> No product +At time : 13.001 ns Reaction : H3O^1 (-10299) + OH^-1 (-13138) -> No product +At time : 13.001 ns Reaction : e_aq^-1 (-601) + H^0 (-13071) -> OH^-1 (-13288) + H_2^0 (-13289) +At time : 13.001 ns Reaction : OH^-1 (-12825) + H3O^1 (-6007) -> No product +At time : 13.001 ns Reaction : e_aq^-1 (-2186) + H^0 (-12774) -> OH^-1 (-13290) + H_2^0 (-13291) +At time : 13.001 ns Reaction : e_aq^-1 (-2003) + H^0 (-11942) -> OH^-1 (-13292) + H_2^0 (-13293) +At time : 13.001 ns Reaction : e_aq^-1 (-2803) + H2O2^0 (-11772) -> OH^-1 (-13294) + OH^0 (-13295) +At time : 13.001 ns Reaction : OH^0 (-11297) + OH^0 (-6426) -> H2O2^0 (-13296) +At time : 13.001 ns Reaction : H3O^1 (-11018) + e_aq^-1 (-4954) -> H^0 (-13297) +At time : 13.001 ns Reaction : OH^0 (-10632) + e_aq^-1 (-3456) -> OH^-1 (-13298) +At time : 13.001 ns Reaction : e_aq^-1 (-5047) + H3O^1 (-10206) -> H^0 (-13299) +At time : 13.001 ns Reaction : OH^0 (-9978) + OH^0 (-7598) -> H2O2^0 (-13300) +At time : 13.001 ns Reaction : OH^0 (-9296) + OH^0 (-6180) -> H2O2^0 (-13301) +At time : 13.001 ns Reaction : OH^0 (-8270) + OH^0 (-8941) -> H2O2^0 (-13302) +At time : 13.001 ns Reaction : OH^0 (-7872) + OH^0 (-8357) -> H2O2^0 (-13303) +At time : 13.001 ns Reaction : OH^0 (-7662) + OH^0 (-8348) -> H2O2^0 (-13304) +At time : 13.001 ns Reaction : OH^0 (-6264) + OH^0 (-6276) -> H2O2^0 (-13305) +At time : 14.001 ns Reaction : OH^-1 (-13294) + H3O^1 (-6435) -> No product +At time : 14.001 ns Reaction : H3O^1 (-11121) + OH^-1 (-13266) -> No product +At time : 14.001 ns Reaction : OH^-1 (-13253) + H3O^1 (-8045) -> No product +At time : 14.001 ns Reaction : H3O^1 (-6959) + OH^-1 (-13246) -> No product +At time : 14.001 ns Reaction : H3O^1 (-7365) + OH^-1 (-13209) -> No product +At time : 14.001 ns Reaction : H3O^1 (-11168) + OH^-1 (-13196) -> No product +At time : 14.001 ns Reaction : OH^-1 (-13145) + H3O^1 (-7785) -> No product +At time : 14.001 ns Reaction : e_aq^-1 (-467) + OH^0 (-13140) -> OH^-1 (-13306) +At time : 14.001 ns Reaction : H3O^1 (-5851) + OH^-1 (-13079) -> No product +At time : 14.001 ns Reaction : OH^0 (-12911) + e_aq^-1 (-4227) -> OH^-1 (-13307) +At time : 14.001 ns Reaction : e_aq^-1 (-3592) + H^0 (-12547) -> OH^-1 (-13308) + H_2^0 (-13309) +At time : 14.001 ns Reaction : e_aq^-1 (-5068) + H2O2^0 (-12529) -> OH^-1 (-13310) + OH^0 (-13311) +At time : 14.001 ns Reaction : e_aq^-1 (-4897) + H2O2^0 (-12180) -> OH^-1 (-13312) + OH^0 (-13313) +At time : 14.001 ns Reaction : H^0 (-10723) + OH^0 (-6542) -> No product +At time : 14.001 ns Reaction : OH^0 (-10435) + e_aq^-1 (-5140) -> OH^-1 (-13314) +At time : 14.001 ns Reaction : H^0 (-9164) + OH^0 (-8711) -> No product +At time : 14.001 ns Reaction : OH^0 (-9136) + OH^0 (-6116) -> H2O2^0 (-13315) +At time : 14.001 ns Reaction : OH^-1 (-12437) + H3O^1 (-7309) -> No product +At time : 14.001 ns Reaction : e_aq^-1 (-5541) + H2O2^0 (-12354) -> OH^-1 (-13316) + OH^0 (-13317) +At time : 15.001 ns Reaction : H2O2^0 (-13300) + e_aq^-1 (-4368) -> OH^-1 (-13318) + OH^0 (-13319) +At time : 15.001 ns Reaction : H3O^1 (-7775) + OH^-1 (-13198) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-2096) + H^0 (-13181) -> OH^-1 (-13320) + H_2^0 (-13321) +At time : 15.001 ns Reaction : H3O^1 (-11012) + OH^-1 (-13129) -> No product +At time : 15.001 ns Reaction : OH^0 (-12754) + e_aq^-1 (-5132) -> OH^-1 (-13322) +At time : 15.001 ns Reaction : H2O2^0 (-12628) + e_aq^-1 (-8431) -> OH^-1 (-13323) + OH^0 (-13324) +At time : 15.001 ns Reaction : H3O^1 (-10631) + OH^-1 (-12573) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-3604) + H2O2^0 (-11615) -> OH^-1 (-13325) + OH^0 (-13326) +At time : 15.001 ns Reaction : e_aq^-1 (-344) + H3O^1 (-11340) -> H^0 (-13327) +At time : 15.001 ns Reaction : H^0 (-11330) + e_aq^-1 (-634) -> OH^-1 (-13328) + H_2^0 (-13329) +At time : 15.001 ns Reaction : H3O^1 (-10926) + e_aq^-1 (-4501) -> H^0 (-13330) +At time : 15.001 ns Reaction : OH^0 (-10739) + OH^0 (-6600) -> H2O2^0 (-13331) +At time : 15.001 ns Reaction : H^0 (-9221) + e_aq^-1 (-2604) -> OH^-1 (-13332) + H_2^0 (-13333) +At time : 15.001 ns Reaction : OH^0 (-6530) + OH^0 (-8540) -> H2O2^0 (-13334) +At time : 15.001 ns Reaction : e_aq^-1 (-4884) + H3O^1 (-7097) -> H^0 (-13335) +At time : 16.001 ns Reaction : OH^-1 (-13323) + H3O^1 (-6027) -> No product +At time : 16.001 ns Reaction : H3O^1 (-7115) + OH^-1 (-13312) -> No product +At time : 16.001 ns Reaction : H3O^1 (-5899) + OH^-1 (-12852) -> No product +At time : 16.001 ns Reaction : H3O^1 (-9675) + OH^-1 (-12840) -> No product +At time : 16.001 ns Reaction : H^0 (-12565) + e_aq^-1 (-2974) -> OH^-1 (-13336) + H_2^0 (-13337) +At time : 16.001 ns Reaction : e_aq^-1 (-3011) + OH^0 (-12473) -> OH^-1 (-13338) +At time : 16.001 ns Reaction : e_aq^-1 (-5699) + H2O2^0 (-12458) -> OH^-1 (-13339) + OH^0 (-13340) +At time : 16.001 ns Reaction : e_aq^-1 (-2400) + H2O2^0 (-12198) -> OH^-1 (-13341) + OH^0 (-13342) +At time : 16.001 ns Reaction : e_aq^-1 (-3714) + H2O2^0 (-11900) -> OH^-1 (-13343) + OH^0 (-13344) +At time : 16.001 ns Reaction : e_aq^-1 (-4176) + H2O2^0 (-11591) -> OH^-1 (-13345) + OH^0 (-13346) +At time : 16.001 ns Reaction : OH^0 (-11193) + OH^0 (-6970) -> H2O2^0 (-13347) +At time : 16.001 ns Reaction : OH^0 (-10857) + H^0 (-10873) -> No product +At time : 16.001 ns Reaction : OH^0 (-7276) + H^0 (-9086) -> No product +At time : 16.001 ns Reaction : e_aq^-1 (-5674) + OH^0 (-8322) -> OH^-1 (-13348) +At time : 16.001 ns Reaction : e_aq^-1 (-5701) + H3O^1 (-7371) -> H^0 (-13349) +At time : 16.001 ns Reaction : e_aq^-1 (-4450) + e_aq^-1 (-4467) -> OH^-1 (-13350) + OH^-1 (-13351) + H_2^0 (-13352) +At time : 17.001 ns Reaction : H3O^1 (-7727) + OH^-1 (-13308) -> No product +At time : 17.001 ns Reaction : e_aq^-1 (-2823) + OH^0 (-13295) -> OH^-1 (-13353) +At time : 17.001 ns Reaction : OH^-1 (-13288) + H3O^1 (-7225) -> No product +At time : 17.001 ns Reaction : H^0 (-12987) + e_aq^-1 (-4485) -> OH^-1 (-13354) + H_2^0 (-13355) +At time : 17.001 ns Reaction : H3O^1 (-10572) + OH^-1 (-12841) -> No product +At time : 17.001 ns Reaction : H^0 (-12693) + e_aq^-1 (-2786) -> OH^-1 (-13356) + H_2^0 (-13357) +At time : 17.001 ns Reaction : e_aq^-1 (-4677) + H^0 (-12658) -> OH^-1 (-13358) + H_2^0 (-13359) +At time : 17.001 ns Reaction : e_aq^-1 (-3782) + H^0 (-12627) -> OH^-1 (-13360) + H_2^0 (-13361) +At time : 17.001 ns Reaction : e_aq^-1 (-4415) + H2O2^0 (-12346) -> OH^-1 (-13362) + OH^0 (-13363) +At time : 17.001 ns Reaction : e_aq^-1 (-3755) + H2O2^0 (-12112) -> OH^-1 (-13364) + OH^0 (-13365) +At time : 17.001 ns Reaction : OH^0 (-11118) + OH^0 (-8393) -> H2O2^0 (-13366) +At time : 17.001 ns Reaction : H3O^1 (-10503) + e_aq^-1 (-8500) -> H^0 (-13367) +At time : 17.001 ns Reaction : OH^0 (-9843) + OH^0 (-8354) -> H2O2^0 (-13368) +At time : 17.001 ns Reaction : e_aq^-1 (-5424) + H3O^1 (-8925) -> H^0 (-13369) +At time : 17.001 ns Reaction : e_aq^-1 (-2533) + H3O^1 (-7819) -> H^0 (-13370) +At time : 17.001 ns Reaction : e_aq^-1 (-3818) + H3O^1 (-6605) -> H^0 (-13371) +At time : 17.001 ns Reaction : e_aq^-1 (-4575) + H3O^1 (-6015) -> H^0 (-13372) +At time : 17.001 ns Reaction : OH^-1 (-13314) + H3O^1 (-7455) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13362) + H3O^1 (-6849) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13339) + H3O^1 (-8291) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13234) + H3O^1 (-5901) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13113) + H3O^1 (-6727) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13061) + H3O^1 (-11060) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13015) + H3O^1 (-8583) -> No product +At time : 18.001 ns Reaction : OH^-1 (-12952) + H3O^1 (-6389) -> No product +At time : 18.001 ns Reaction : H^0 (-12749) + OH^0 (-6248) -> No product +At time : 18.001 ns Reaction : H3O^1 (-5825) + OH^-1 (-12740) -> No product +At time : 18.001 ns Reaction : OH^-1 (-12683) + H3O^1 (-7873) -> No product +At time : 18.001 ns Reaction : H3O^1 (-6305) + OH^-1 (-12229) -> No product +At time : 18.001 ns Reaction : OH^0 (-5808) + H^0 (-12207) -> No product +At time : 18.001 ns Reaction : OH^0 (-12172) + OH^0 (-7608) -> H2O2^0 (-13373) +At time : 18.001 ns Reaction : e_aq^-1 (-5563) + H2O2^0 (-12109) -> OH^-1 (-13374) + OH^0 (-13375) +At time : 18.001 ns Reaction : OH^-1 (-12092) + H3O^1 (-6317) -> No product +At time : 18.001 ns Reaction : H^0 (-11228) + OH^0 (-7962) -> No product +At time : 18.001 ns Reaction : OH^0 (-9534) + OH^0 (-6268) -> H2O2^0 (-13376) +At time : 18.001 ns Reaction : OH^0 (-7634) + OH^0 (-8975) -> H2O2^0 (-13377) +At time : 18.001 ns Reaction : OH^0 (-7746) + OH^0 (-7750) -> H2O2^0 (-13378) +At time : 18.001 ns Reaction : e_aq^-1 (-2700) + H3O^1 (-7661) -> H^0 (-13379) +At time : 18.001 ns Reaction : e_aq^-1 (-2768) + H3O^1 (-6513) -> H^0 (-13380) +At time : 19.001 ns Reaction : OH^-1 (-13374) + H3O^1 (-7335) -> No product +At time : 19.001 ns Reaction : H3O^1 (-10127) + OH^-1 (-13358) -> No product +At time : 19.001 ns Reaction : OH^-1 (-13328) + H3O^1 (-7189) -> No product +At time : 19.001 ns Reaction : H3O^1 (-9256) + OH^-1 (-13320) -> No product +At time : 19.001 ns Reaction : H3O^1 (-7461) + OH^-1 (-13244) -> No product +At time : 19.001 ns Reaction : H3O^1 (-7737) + OH^-1 (-13232) -> No product +At time : 19.001 ns Reaction : e_aq^-1 (-3808) + H2O2^0 (-13066) -> OH^-1 (-13381) + OH^0 (-13382) +At time : 19.001 ns Reaction : OH^-1 (-12927) + H3O^1 (-6329) -> No product +At time : 19.001 ns Reaction : H3O^1 (-6257) + OH^-1 (-12883) -> No product +At time : 19.001 ns Reaction : OH^-1 (-12861) + H3O^1 (-7345) -> No product +At time : 19.001 ns Reaction : e_aq^-1 (-5049) + H^0 (-12381) -> OH^-1 (-13383) + H_2^0 (-13384) +At time : 19.001 ns Reaction : e_aq^-1 (-4744) + H2O2^0 (-12043) -> OH^-1 (-13385) + OH^0 (-13386) +At time : 19.001 ns Reaction : e_aq^-1 (-3158) + H2O2^0 (-11708) -> OH^-1 (-13387) + OH^0 (-13388) +At time : 19.001 ns Reaction : OH^0 (-11019) + OH^0 (-6046) -> H2O2^0 (-13389) +At time : 19.001 ns Reaction : H3O^1 (-10561) + e_aq^-1 (-4155) -> H^0 (-13390) +At time : 19.001 ns Reaction : OH^0 (-9877) + OH^0 (-7630) -> H2O2^0 (-13391) +At time : 19.001 ns Reaction : H^0 (-9839) + OH^0 (-6702) -> No product +At time : 19.001 ns Reaction : H3O^1 (-9232) + e_aq^-1 (-3846) -> H^0 (-13392) +At time : 19.001 ns Reaction : e_aq^-1 (-827) + H3O^1 (-8075) -> H^0 (-13393) +At time : 19.001 ns Reaction : e_aq^-1 (-2504) + H3O^1 (-7801) -> H^0 (-13394) +At time : 19.001 ns Reaction : e_aq^-1 (-298) + H3O^1 (-7403) -> H^0 (-13395) +At time : 19.001 ns Reaction : e_aq^-1 (-2582) + e_aq^-1 (-2713) -> OH^-1 (-13396) + OH^-1 (-13397) + H_2^0 (-13398) +At time : 19.001 ns Reaction : e_aq^-1 (-1461) + OH^0 (-9057) -> OH^-1 (-13399) +At time : 20.001 ns Reaction : OH^0 (-13281) + e_aq^-1 (-2324) -> OH^-1 (-13400) +At time : 20.001 ns Reaction : H3O^1 (-5999) + OH^-1 (-13213) -> No product +At time : 20.001 ns Reaction : H3O^1 (-10389) + OH^-1 (-12941) -> No product +At time : 20.001 ns Reaction : e_aq^-1 (-4205) + H2O2^0 (-12432) -> OH^-1 (-13401) + OH^0 (-13402) +At time : 20.001 ns Reaction : e_aq^-1 (-4133) + H2O2^0 (-12104) -> OH^-1 (-13403) + OH^0 (-13404) +At time : 20.001 ns Reaction : e_aq^-1 (-4681) + H2O2^0 (-12054) -> OH^-1 (-13405) + OH^0 (-13406) +At time : 20.001 ns Reaction : H^0 (-10084) + e_aq^-1 (-4661) -> OH^-1 (-13407) + H_2^0 (-13408) +At time : 20.001 ns Reaction : H^0 (-9805) + OH^0 (-7814) -> No product +At time : 20.001 ns Reaction : OH^0 (-9730) + OH^0 (-7794) -> H2O2^0 (-13409) +At time : 20.001 ns Reaction : e_aq^-1 (-4560) + H3O^1 (-8832) -> H^0 (-13410) +At time : 20.001 ns Reaction : e_aq^-1 (-5072) + H3O^1 (-6071) -> H^0 (-13411) +At time : 20.001 ns Reaction : e_aq^-1 (-4441) + H3O^1 (-6003) -> H^0 (-13412) +At time : 21.001 ns Reaction : OH^-1 (-13353) + H3O^1 (-6443) -> No product +At time : 21.001 ns Reaction : e_aq^-1 (-284) + H2O2^0 (-13077) -> OH^-1 (-13413) + OH^0 (-13414) +At time : 21.001 ns Reaction : e_aq^-1 (-4017) + H2O2^0 (-12804) -> OH^-1 (-13415) + OH^0 (-13416) +At time : 21.001 ns Reaction : H3O^1 (-5865) + OH^-1 (-12772) -> No product +At time : 21.001 ns Reaction : H^0 (-11286) + e_aq^-1 (-1826) -> OH^-1 (-13417) + H_2^0 (-13418) +At time : 21.001 ns Reaction : e_aq^-1 (-5086) + H3O^1 (-7135) -> H^0 (-13419) +At time : 22.001 ns Reaction : OH^-1 (-13415) + H3O^1 (-6697) -> No product +At time : 22.001 ns Reaction : OH^-1 (-13325) + H3O^1 (-9573) -> No product +At time : 22.001 ns Reaction : H3O^1 (-6197) + OH^-1 (-13307) -> No product +At time : 22.001 ns Reaction : OH^-1 (-13280) + H3O^1 (-6655) -> No product +At time : 22.001 ns Reaction : OH^-1 (-13192) + H3O^1 (-7281) -> No product +At time : 22.001 ns Reaction : OH^-1 (-13185) + H3O^1 (-8073) -> No product +At time : 22.001 ns Reaction : e_aq^-1 (-5591) + OH^0 (-13164) -> OH^-1 (-13420) +At time : 22.001 ns Reaction : H3O^1 (-7009) + OH^-1 (-13031) -> No product +At time : 22.001 ns Reaction : e_aq^-1 (-2271) + H^0 (-12969) -> OH^-1 (-13421) + H_2^0 (-13422) +At time : 22.001 ns Reaction : e_aq^-1 (-2518) + H^0 (-12135) -> OH^-1 (-13423) + H_2^0 (-13424) +At time : 22.001 ns Reaction : e_aq^-1 (-2455) + H2O2^0 (-11548) -> OH^-1 (-13425) + OH^0 (-13426) +At time : 22.001 ns Reaction : OH^0 (-7252) + OH^0 (-11266) -> H2O2^0 (-13427) +At time : 22.001 ns Reaction : OH^0 (-9311) + OH^0 (-7084) -> H2O2^0 (-13428) +At time : 22.001 ns Reaction : e_aq^-1 (-3843) + H3O^1 (-7817) -> H^0 (-13429) +At time : 23.001 ns Reaction : H3O^1 (-7203) + OH^-1 (-13383) -> No product +At time : 23.001 ns Reaction : H3O^1 (-9630) + OH^-1 (-13343) -> No product +At time : 23.001 ns Reaction : OH^0 (-13319) + e_aq^-1 (-4234) -> OH^-1 (-13430) +At time : 23.001 ns Reaction : H3O^1 (-10287) + OH^-1 (-13306) -> No product +At time : 23.001 ns Reaction : OH^-1 (-13157) + H3O^1 (-6295) -> No product +At time : 23.001 ns Reaction : OH^-1 (-13097) + H3O^1 (-7237) -> No product +At time : 23.001 ns Reaction : OH^-1 (-13090) + H3O^1 (-6895) -> No product +At time : 23.001 ns Reaction : OH^-1 (-13010) + H3O^1 (-6745) -> No product +At time : 23.001 ns Reaction : e_aq^-1 (-3055) + OH^0 (-12991) -> OH^-1 (-13431) +At time : 23.001 ns Reaction : OH^-1 (-12931) + H3O^1 (-6751) -> No product +At time : 23.001 ns Reaction : H^0 (-12924) + e_aq^-1 (-3665) -> OH^-1 (-13432) + H_2^0 (-13433) +At time : 23.001 ns Reaction : OH^0 (-12921) + e_aq^-1 (-4361) -> OH^-1 (-13434) +At time : 23.001 ns Reaction : H^0 (-12320) + e_aq^-1 (-2170) -> OH^-1 (-13435) + H_2^0 (-13436) +At time : 23.001 ns Reaction : e_aq^-1 (-5015) + H2O2^0 (-11689) -> OH^-1 (-13437) + OH^0 (-13438) +At time : 23.001 ns Reaction : H3O^1 (-9899) + e_aq^-1 (-2103) -> H^0 (-13439) +At time : 23.001 ns Reaction : H^0 (-9860) + OH^0 (-5964) -> No product +At time : 23.001 ns Reaction : OH^0 (-9257) + OH^0 (-7880) -> H2O2^0 (-13440) +At time : 23.001 ns Reaction : OH^0 (-7972) + H^0 (-8964) -> No product +At time : 23.001 ns Reaction : OH^0 (-6098) + OH^0 (-8242) -> H2O2^0 (-13441) +At time : 23.001 ns Reaction : OH^0 (-6848) + OH^0 (-7918) -> H2O2^0 (-13442) +At time : 24.001 ns Reaction : H3O^1 (-9712) + OH^-1 (-13360) -> No product +At time : 24.001 ns Reaction : H3O^1 (-6367) + OH^-1 (-13336) -> No product +At time : 24.001 ns Reaction : H^0 (-12854) + e_aq^-1 (-5630) -> OH^-1 (-13443) + H_2^0 (-13444) +At time : 24.001 ns Reaction : OH^0 (-12587) + e_aq^-1 (-5115) -> OH^-1 (-13445) +At time : 24.001 ns Reaction : H3O^1 (-9544) + e_aq^-1 (-3613) -> H^0 (-13446) +At time : 24.001 ns Reaction : e_aq^-1 (-3876) + H3O^1 (-6609) -> H^0 (-13447) +At time : 24.001 ns Reaction : e_aq^-1 (-3583) + e_aq^-1 (-3575) -> OH^-1 (-13448) + OH^-1 (-13449) + H_2^0 (-13450) +At time : 25.001 ns Reaction : OH^-1 (-13364) + H3O^1 (-6499) -> No product +At time : 25.001 ns Reaction : e_aq^-1 (-4389) + H2O2^0 (-12173) -> OH^-1 (-13451) + OH^0 (-13452) +At time : 25.001 ns Reaction : e_aq^-1 (-573) + H^0 (-12137) -> OH^-1 (-13453) + H_2^0 (-13454) +At time : 25.001 ns Reaction : H^0 (-10232) + OH^0 (-6062) -> No product +At time : 25.001 ns Reaction : OH^0 (-9969) + OH^0 (-7908) -> H2O2^0 (-13455) +At time : 25.001 ns Reaction : e_aq^-1 (-2621) + OH^0 (-9009) -> OH^-1 (-13456) +At time : 25.001 ns Reaction : e_aq^-1 (-5060) + OH^0 (-8585) -> OH^-1 (-13457) +At time : 25.001 ns Reaction : e_aq^-1 (-4349) + H3O^1 (-6879) -> H^0 (-13458) +At time : 26.001 ns Reaction : H3O^1 (-6825) + OH^-1 (-13318) -> No product +At time : 26.001 ns Reaction : OH^-1 (-13230) + H3O^1 (-8097) -> No product +At time : 26.001 ns Reaction : OH^-1 (-12820) + H3O^1 (-6761) -> No product +At time : 26.001 ns Reaction : e_aq^-1 (-5120) + H2O2^0 (-12479) -> OH^-1 (-13459) + OH^0 (-13460) +At time : 26.001 ns Reaction : H2O2^0 (-12149) + e_aq^-1 (-5123) -> OH^-1 (-13461) + OH^0 (-13462) +At time : 26.001 ns Reaction : OH^0 (-9228) + OH^0 (-6634) -> H2O2^0 (-13463) +At time : 26.001 ns Reaction : e_aq^-1 (-5405) + H3O^1 (-8454) -> H^0 (-13464) +At time : 26.001 ns Reaction : OH^0 (-5742) + OH^0 (-8032) -> H2O2^0 (-13465) +At time : 26.001 ns Reaction : e_aq^-1 (-4704) + H3O^1 (-7013) -> H^0 (-13466) +At time : 26.001 ns Reaction : OH^0 (-10165) + e_aq^-1 (-4859) -> OH^-1 (-13467) +At time : 27.001 ns Reaction : OH^-1 (-13457) + H3O^1 (-6151) -> No product +At time : 27.001 ns Reaction : OH^-1 (-13456) + H3O^1 (-6553) -> No product +At time : 27.001 ns Reaction : OH^-1 (-13310) + H3O^1 (-8451) -> No product +At time : 27.001 ns Reaction : OH^-1 (-13282) + H3O^1 (-7405) -> No product +At time : 27.001 ns Reaction : OH^-1 (-12935) + H3O^1 (-7343) -> No product +At time : 27.001 ns Reaction : H^0 (-11496) + e_aq^-1 (-4546) -> OH^-1 (-13468) + H_2^0 (-13469) +At time : 27.001 ns Reaction : e_aq^-1 (-4034) + H3O^1 (-9814) -> H^0 (-13470) +At time : 27.001 ns Reaction : H^0 (-9610) + OH^0 (-5784) -> No product +At time : 27.001 ns Reaction : H^0 (-9472) + OH^0 (-5878) -> No product +At time : 27.001 ns Reaction : H^0 (-9436) + OH^0 (-6914) -> No product +At time : 27.001 ns Reaction : e_aq^-1 (-5565) + OH^0 (-8459) -> OH^-1 (-13471) +At time : 28.001 ns Reaction : OH^-1 (-13222) + H3O^1 (-9942) -> No product +At time : 28.001 ns Reaction : e_aq^-1 (-733) + H^0 (-12766) -> OH^-1 (-13472) + H_2^0 (-13473) +At time : 28.001 ns Reaction : H3O^1 (-9737) + OH^-1 (-12750) -> No product +At time : 28.001 ns Reaction : OH^-1 (-12452) + H3O^1 (-6901) -> No product +At time : 28.001 ns Reaction : H3O^1 (-9551) + OH^-1 (-12334) -> No product +At time : 28.001 ns Reaction : OH^0 (-11341) + OH^0 (-7318) -> H2O2^0 (-13474) +At time : 28.001 ns Reaction : OH^0 (-11056) + e_aq^-1 (-5144) -> OH^-1 (-13475) +At time : 28.001 ns Reaction : OH^0 (-10374) + e_aq^-1 (-111) -> OH^-1 (-13476) +At time : 28.001 ns Reaction : H^0 (-10323) + OH^0 (-10367) -> No product +At time : 28.001 ns Reaction : e_aq^-1 (-4999) + H3O^1 (-10204) -> H^0 (-13477) +At time : 28.001 ns Reaction : OH^0 (-10115) + OH^0 (-5802) -> H2O2^0 (-13478) +At time : 28.001 ns Reaction : OH^0 (-9146) + OH^0 (-9452) -> H2O2^0 (-13479) +At time : 28.001 ns Reaction : e_aq^-1 (-4586) + H3O^1 (-6171) -> H^0 (-13480) +At time : 29.001 ns Reaction : H^0 (-13477) + e_aq^-1 (-5002) -> OH^-1 (-13481) + H_2^0 (-13482) +At time : 29.001 ns Reaction : H2O2^0 (-13284) + e_aq^-1 (-5194) -> OH^-1 (-13483) + OH^0 (-13484) +At time : 29.001 ns Reaction : H3O^1 (-10024) + OH^-1 (-13226) -> No product +At time : 29.001 ns Reaction : H3O^1 (-6267) + OH^-1 (-12962) -> No product +At time : 29.001 ns Reaction : e_aq^-1 (-4896) + H2O2^0 (-12800) -> OH^-1 (-13485) + OH^0 (-13486) +At time : 29.001 ns Reaction : H^0 (-10979) + OH^0 (-7068) -> No product +At time : 29.001 ns Reaction : H^0 (-9522) + OH^0 (-6244) -> No product +At time : 29.001 ns Reaction : e_aq^-1 (-1776) + H^0 (-9058) -> OH^-1 (-13487) + H_2^0 (-13488) +At time : 29.001 ns Reaction : e_aq^-1 (-4304) + OH^0 (-7580) -> OH^-1 (-13489) +At time : 30.001 ns Reaction : H3O^1 (-5981) + OH^-1 (-12790) -> No product +At time : 30.001 ns Reaction : H2O2^0 (-12759) + e_aq^-1 (-8593) -> OH^-1 (-13490) + OH^0 (-13491) +At time : 30.001 ns Reaction : e_aq^-1 (-870) + H2O2^0 (-11923) -> OH^-1 (-13492) + OH^0 (-13493) +At time : 30.001 ns Reaction : e_aq^-1 (-5262) + H2O2^0 (-11723) -> OH^-1 (-13494) + OH^0 (-13495) +At time : 30.001 ns Reaction : H^0 (-10335) + OH^0 (-5811) -> No product +At time : 30.001 ns Reaction : e_aq^-1 (-3184) + H3O^1 (-7705) -> H^0 (-13496) +At time : 31.001 ns Reaction : H3O^1 (-6733) + OH^-1 (-13435) -> No product +At time : 31.001 ns Reaction : H3O^1 (-10592) + OH^-1 (-13400) -> No product +At time : 31.001 ns Reaction : H3O^1 (-7547) + OH^-1 (-13385) -> No product +At time : 31.001 ns Reaction : e_aq^-1 (-5607) + OH^0 (-13340) -> OH^-1 (-13497) +At time : 31.001 ns Reaction : H3O^1 (-7465) + OH^-1 (-13276) -> No product +At time : 31.001 ns Reaction : H2O2^0 (-13116) + e_aq^-1 (-2800) -> OH^-1 (-13498) + OH^0 (-13499) +At time : 31.001 ns Reaction : H3O^1 (-10611) + OH^-1 (-12714) -> No product +At time : 31.001 ns Reaction : OH^0 (-12451) + e_aq^-1 (-2235) -> OH^-1 (-13500) +At time : 31.001 ns Reaction : e_aq^-1 (-4153) + H2O2^0 (-12192) -> OH^-1 (-13501) + OH^0 (-13502) +At time : 31.001 ns Reaction : H2O2^0 (-11817) + e_aq^-1 (-4372) -> OH^-1 (-13503) + OH^0 (-13504) +At time : 31.001 ns Reaction : H2O2^0 (-11475) + e_aq^-1 (-2706) -> OH^-1 (-13505) + OH^0 (-13506) +At time : 31.001 ns Reaction : OH^0 (-10426) + OH^0 (-7222) -> H2O2^0 (-13507) +At time : 31.001 ns Reaction : e_aq^-1 (-4536) + OH^0 (-8828) -> OH^-1 (-13508) +At time : 31.001 ns Reaction : OH^0 (-6966) + OH^0 (-6974) -> H2O2^0 (-13509) +At time : 31.001 ns Reaction : OH^0 (-6656) + OH^0 (-6676) -> H2O2^0 (-13510) +At time : 31.001 ns Reaction : e_aq^-1 (-3893) + OH^0 (-6640) -> OH^-1 (-13511) +At time : 31.001 ns Reaction : e_aq^-1 (-2943) + OH^0 (-6456) -> OH^-1 (-13512) +At time : 32.001 ns Reaction : OH^-1 (-13511) + H3O^1 (-6665) -> No product +At time : 32.001 ns Reaction : OH^0 (-13502) + e_aq^-1 (-2137) -> OH^-1 (-13513) +At time : 32.001 ns Reaction : e_aq^-1 (-3765) + H2O2^0 (-13334) -> OH^-1 (-13514) + OH^0 (-13515) +At time : 32.001 ns Reaction : H^0 (-13274) + e_aq^-1 (-4921) -> OH^-1 (-13516) + H_2^0 (-13517) +At time : 32.001 ns Reaction : H^0 (-13219) + OH^0 (-6188) -> No product +At time : 32.001 ns Reaction : H3O^1 (-6589) + OH^-1 (-12769) -> No product +At time : 32.001 ns Reaction : e_aq^-1 (-4651) + OH^0 (-12641) -> OH^-1 (-13518) +At time : 32.001 ns Reaction : H3O^1 (-10966) + OH^-1 (-12581) -> No product +At time : 32.001 ns Reaction : H2O2^0 (-12094) + e_aq^-1 (-4298) -> OH^-1 (-13519) + OH^0 (-13520) +At time : 32.001 ns Reaction : H^0 (-9970) + OH^0 (-9976) -> No product +At time : 32.001 ns Reaction : H^0 (-9835) + e_aq^-1 (-3979) -> OH^-1 (-13521) + H_2^0 (-13522) +At time : 32.001 ns Reaction : OH^0 (-7360) + OH^0 (-7386) -> H2O2^0 (-13523) +At time : 33.001 ns Reaction : H3O^1 (-6201) + OH^-1 (-13519) -> No product +At time : 33.001 ns Reaction : H3O^1 (-7337) + OH^-1 (-13443) -> No product +At time : 33.001 ns Reaction : OH^0 (-13375) + OH^0 (-6106) -> H2O2^0 (-13524) +At time : 33.001 ns Reaction : e_aq^-1 (-3358) + H2O2^0 (-13224) -> OH^-1 (-13525) + OH^0 (-13526) +At time : 33.001 ns Reaction : OH^-1 (-13038) + H3O^1 (-7223) -> No product +At time : 33.001 ns Reaction : OH^-1 (-13021) + H3O^1 (-8187) -> No product +At time : 33.001 ns Reaction : OH^-1 (-12827) + H3O^1 (-8153) -> No product +At time : 33.001 ns Reaction : e_aq^-1 (-497) + H2O2^0 (-12762) -> OH^-1 (-13527) + OH^0 (-13528) +At time : 33.001 ns Reaction : H2O2^0 (-11647) + e_aq^-1 (-4438) -> OH^-1 (-13529) + OH^0 (-13530) +At time : 33.001 ns Reaction : e_aq^-1 (-2867) + H^0 (-9633) -> OH^-1 (-13531) + H_2^0 (-13532) +At time : 33.001 ns Reaction : OH^0 (-9272) + OH^0 (-9045) -> H2O2^0 (-13533) +At time : 34.001 ns Reaction : OH^-1 (-13421) + H3O^1 (-9739) -> No product +At time : 34.001 ns Reaction : H3O^1 (-7123) + OH^-1 (-13322) -> No product +At time : 34.001 ns Reaction : OH^-1 (-13183) + H3O^1 (-6419) -> No product +At time : 34.001 ns Reaction : H3O^1 (-5939) + OH^-1 (-12868) -> No product +At time : 34.001 ns Reaction : H^0 (-12548) + e_aq^-1 (-4080) -> OH^-1 (-13534) + H_2^0 (-13535) +At time : 34.001 ns Reaction : e_aq^-1 (-4805) + H2O2^0 (-12382) -> OH^-1 (-13536) + OH^0 (-13537) +At time : 34.001 ns Reaction : OH^0 (-10678) + e_aq^-1 (-3589) -> OH^-1 (-13538) +At time : 35.001 ns Reaction : OH^0 (-13317) + OH^0 (-7322) -> H2O2^0 (-13539) +At time : 35.001 ns Reaction : e_aq^-1 (-4750) + H^0 (-13297) -> OH^-1 (-13540) + H_2^0 (-13541) +At time : 35.001 ns Reaction : OH^-1 (-13216) + H3O^1 (-8595) -> No product +At time : 35.001 ns Reaction : OH^0 (-12040) + OH^0 (-8006) -> H2O2^0 (-13542) +At time : 35.001 ns Reaction : e_aq^-1 (-4126) + H^0 (-9026) -> OH^-1 (-13543) + H_2^0 (-13544) +At time : 35.001 ns Reaction : e_aq^-1 (-5050) + H3O^1 (-8850) -> H^0 (-13545) +At time : 35.001 ns Reaction : e_aq^-1 (-4460) + H3O^1 (-8025) -> H^0 (-13546) +At time : 35.001 ns Reaction : e_aq^-1 (-5102) + H3O^1 (-6059) -> H^0 (-13547) +At time : 36.001 ns Reaction : OH^-1 (-13518) + H3O^1 (-8039) -> No product +At time : 36.001 ns Reaction : OH^-1 (-13514) + H3O^1 (-9753) -> No product +At time : 36.001 ns Reaction : H3O^1 (-6115) + OH^-1 (-13316) -> No product +At time : 36.001 ns Reaction : H2O2^0 (-13056) + e_aq^-1 (-2181) -> OH^-1 (-13548) + OH^0 (-13549) +At time : 36.001 ns Reaction : e_aq^-1 (-5348) + H2O2^0 (-13046) -> OH^-1 (-13550) + OH^0 (-13551) +At time : 36.001 ns Reaction : OH^0 (-7594) + H^0 (-13033) -> No product +At time : 36.001 ns Reaction : H^0 (-10919) + OH^0 (-12968) -> No product +At time : 36.001 ns Reaction : H2O2^0 (-12646) + e_aq^-1 (-4252) -> OH^-1 (-13552) + OH^0 (-13553) +At time : 36.001 ns Reaction : H2O2^0 (-12633) + e_aq^-1 (-2587) -> OH^-1 (-13554) + OH^0 (-13555) +At time : 36.001 ns Reaction : OH^0 (-9641) + e_aq^-1 (-2957) -> OH^-1 (-13556) +At time : 36.001 ns Reaction : OH^0 (-7164) + OH^0 (-8138) -> H2O2^0 (-13557) +At time : 36.001 ns Reaction : e_aq^-1 (-4608) + H3O^1 (-8041) -> H^0 (-13558) +At time : 36.001 ns Reaction : e_aq^-1 (-1446) + OH^0 (-6968) -> OH^-1 (-13559) +At time : 36.001 ns Reaction : e_aq^-1 (-2730) + H3O^1 (-6545) -> H^0 (-13560) +At time : 36.001 ns Reaction : OH^0 (-5876) + OH^0 (-6230) -> H2O2^0 (-13561) +At time : 37.001 ns Reaction : OH^-1 (-13529) + H3O^1 (-8673) -> No product +At time : 37.001 ns Reaction : H3O^1 (-5829) + OH^-1 (-13397) -> No product +At time : 37.001 ns Reaction : OH^-1 (-13396) + H3O^1 (-5913) -> No product +At time : 37.001 ns Reaction : e_aq^-1 (-1991) + H2O2^0 (-13373) -> OH^-1 (-13562) + OH^0 (-13563) +At time : 37.001 ns Reaction : OH^0 (-13186) + e_aq^-1 (-8587) -> OH^-1 (-13564) +At time : 37.001 ns Reaction : OH^-1 (-13085) + H3O^1 (-6869) -> No product +At time : 37.001 ns Reaction : H^0 (-12719) + OH^0 (-6240) -> No product +At time : 37.001 ns Reaction : e_aq^-1 (-2657) + H2O2^0 (-12535) -> OH^-1 (-13565) + OH^0 (-13566) +At time : 37.001 ns Reaction : H^0 (-12410) + OH^0 (-6034) -> No product +At time : 37.001 ns Reaction : e_aq^-1 (-5176) + H2O2^0 (-11616) -> OH^-1 (-13567) + OH^0 (-13568) +At time : 37.001 ns Reaction : e_aq^-1 (-600) + H3O^1 (-11105) -> H^0 (-13569) +At time : 37.001 ns Reaction : H^0 (-9996) + OH^0 (-6874) -> No product +At time : 37.001 ns Reaction : H^0 (-9180) + e_aq^-1 (-3149) -> OH^-1 (-13570) + H_2^0 (-13571) +At time : 37.001 ns Reaction : e_aq^-1 (-706) + e_aq^-1 (-770) -> OH^-1 (-13572) + OH^-1 (-13573) + H_2^0 (-13574) +At time : 38.001 ns Reaction : OH^-1 (-13565) + H3O^1 (-6565) -> No product +At time : 38.001 ns Reaction : e_aq^-1 (-4920) + OH^0 (-13537) -> OH^-1 (-13575) +At time : 38.001 ns Reaction : e_aq^-1 (-4376) + OH^0 (-13363) -> OH^-1 (-13576) +At time : 38.001 ns Reaction : OH^-1 (-13332) + H3O^1 (-5923) -> No product +At time : 38.001 ns Reaction : OH^0 (-6032) + H^0 (-13067) -> No product +At time : 38.001 ns Reaction : e_aq^-1 (-5020) + H^0 (-12988) -> OH^-1 (-13577) + H_2^0 (-13578) +At time : 38.001 ns Reaction : e_aq^-1 (-4388) + H^0 (-12015) -> OH^-1 (-13579) + H_2^0 (-13580) +At time : 38.001 ns Reaction : e_aq^-1 (-5448) + H2O2^0 (-11554) -> OH^-1 (-13581) + OH^0 (-13582) +At time : 38.001 ns Reaction : H3O^1 (-10637) + e_aq^-1 (-3338) -> H^0 (-13583) +At time : 38.001 ns Reaction : OH^0 (-10612) + OH^0 (-6604) -> H2O2^0 (-13584) +At time : 38.001 ns Reaction : H3O^1 (-9788) + e_aq^-1 (-2572) -> H^0 (-13585) +At time : 38.001 ns Reaction : OH^0 (-9292) + e_aq^-1 (-4745) -> OH^-1 (-13586) +At time : 38.001 ns Reaction : H3O^1 (-9236) + e_aq^-1 (-2256) -> H^0 (-13587) +At time : 38.001 ns Reaction : e_aq^-1 (-5037) + H3O^1 (-8889) -> H^0 (-13588) +At time : 38.001 ns Reaction : e_aq^-1 (-4723) + H3O^1 (-8658) -> H^0 (-13589) +At time : 38.001 ns Reaction : OH^0 (-6464) + e_aq^-1 (-8527) -> OH^-1 (-13590) +At time : 38.001 ns Reaction : e_aq^-1 (-4538) + e_aq^-1 (-4581) -> OH^-1 (-13591) + OH^-1 (-13592) + H_2^0 (-13593) +At time : 39.001 ns Reaction : H3O^1 (-6511) + OH^-1 (-13505) -> No product +At time : 39.001 ns Reaction : H3O^1 (-7083) + OH^-1 (-13492) -> No product +At time : 39.001 ns Reaction : H3O^1 (-9346) + OH^-1 (-13490) -> No product +At time : 39.001 ns Reaction : OH^-1 (-13481) + H3O^1 (-8490) -> No product +At time : 39.001 ns Reaction : OH^-1 (-13403) + H3O^1 (-7863) -> No product +At time : 39.001 ns Reaction : OH^-1 (-13131) + H3O^1 (-8391) -> No product +At time : 39.001 ns Reaction : H3O^1 (-5879) + OH^-1 (-12890) -> No product +At time : 39.001 ns Reaction : OH^0 (-7624) + H^0 (-12030) -> No product +At time : 39.001 ns Reaction : OH^0 (-11053) + e_aq^-1 (-5039) -> OH^-1 (-13594) +At time : 39.001 ns Reaction : H3O^1 (-10788) + e_aq^-1 (-2141) -> H^0 (-13595) +At time : 39.001 ns Reaction : e_aq^-1 (-3028) + H^0 (-8988) -> OH^-1 (-13596) + H_2^0 (-13597) +At time : 39.001 ns Reaction : e_aq^-1 (-2782) + e_aq^-1 (-8764) -> OH^-1 (-13598) + OH^-1 (-13599) + H_2^0 (-13600) +At time : 39.001 ns Reaction : e_aq^-1 (-1504) + H3O^1 (-6981) -> H^0 (-13601) +At time : 40.001 ns Reaction : OH^-1 (-13567) + H3O^1 (-7213) -> No product +At time : 40.001 ns Reaction : OH^0 (-13504) + e_aq^-1 (-4301) -> OH^-1 (-13602) +At time : 40.001 ns Reaction : H3O^1 (-6791) + OH^-1 (-13501) -> No product +At time : 40.001 ns Reaction : OH^0 (-13406) + OH^0 (-6172) -> H2O2^0 (-13603) +At time : 40.001 ns Reaction : H3O^1 (-6355) + OH^-1 (-13338) -> No product +At time : 40.001 ns Reaction : e_aq^-1 (-4679) + H2O2^0 (-13028) -> OH^-1 (-13604) + OH^0 (-13605) +At time : 40.001 ns Reaction : e_aq^-1 (-3932) + H2O2^0 (-12885) -> OH^-1 (-13606) + OH^0 (-13607) +At time : 40.001 ns Reaction : H3O^1 (-6999) + OH^-1 (-12808) -> No product +At time : 40.001 ns Reaction : H2O2^0 (-11651) + e_aq^-1 (-4286) -> OH^-1 (-13608) + OH^0 (-13609) +At time : 40.001 ns Reaction : e_aq^-1 (-3822) + H2O2^0 (-11417) -> OH^-1 (-13610) + OH^0 (-13611) +At time : 40.001 ns Reaction : OH^0 (-9967) + H^0 (-9032) -> No product +At time : 40.001 ns Reaction : e_aq^-1 (-2601) + H^0 (-9674) -> OH^-1 (-13612) + H_2^0 (-13613) +At time : 40.001 ns Reaction : e_aq^-1 (-3823) + OH^0 (-8519) -> OH^-1 (-13614) +At time : 40.001 ns Reaction : OH^0 (-5954) + OH^0 (-8516) -> H2O2^0 (-13615) +At time : 40.001 ns Reaction : e_aq^-1 (-487) + OH^0 (-5805) -> OH^-1 (-13616) +At time : 41.001 ns Reaction : OH^-1 (-13586) + H3O^1 (-8340) -> No product +At time : 41.001 ns Reaction : OH^0 (-9491) + H^0 (-13583) -> No product +At time : 41.001 ns Reaction : OH^-1 (-13564) + H3O^1 (-7041) -> No product +At time : 41.001 ns Reaction : OH^-1 (-13476) + H3O^1 (-8334) -> No product +At time : 41.001 ns Reaction : e_aq^-1 (-4663) + H2O2^0 (-12387) -> OH^-1 (-13617) + OH^0 (-13618) +At time : 41.001 ns Reaction : H3O^1 (-10648) + OH^-1 (-12249) -> No product +At time : 41.001 ns Reaction : e_aq^-1 (-398) + H3O^1 (-11160) -> H^0 (-13619) +At time : 41.001 ns Reaction : H3O^1 (-10656) + e_aq^-1 (-3504) -> H^0 (-13620) +At time : 41.001 ns Reaction : e_aq^-1 (-4878) + OH^0 (-10142) -> OH^-1 (-13621) +At time : 41.001 ns Reaction : OH^0 (-10050) + e_aq^-1 (-1865) -> OH^-1 (-13622) +At time : 41.001 ns Reaction : OH^0 (-9880) + e_aq^-1 (-4099) -> OH^-1 (-13623) +At time : 41.001 ns Reaction : OH^0 (-9643) + OH^0 (-7752) -> H2O2^0 (-13624) +At time : 41.001 ns Reaction : OH^0 (-9197) + OH^0 (-6386) -> H2O2^0 (-13625) +At time : 41.001 ns Reaction : e_aq^-1 (-5318) + OH^0 (-8624) -> OH^-1 (-13626) +At time : 41.001 ns Reaction : OH^0 (-6698) + OH^0 (-7836) -> H2O2^0 (-13627) +At time : 42.001 ns Reaction : OH^-1 (-13536) + H3O^1 (-8089) -> No product +At time : 42.001 ns Reaction : H3O^1 (-7823) + OH^-1 (-13521) -> No product +At time : 42.001 ns Reaction : e_aq^-1 (-3742) + OH^0 (-13506) -> OH^-1 (-13628) +At time : 42.001 ns Reaction : e_aq^-1 (-670) + OH^0 (-13495) -> OH^-1 (-13629) +At time : 42.001 ns Reaction : H^0 (-13335) + OH^0 (-6168) -> No product +At time : 42.001 ns Reaction : H3O^1 (-9725) + OH^-1 (-13240) -> No product +At time : 42.001 ns Reaction : OH^-1 (-13087) + H3O^1 (-6573) -> No product +At time : 42.001 ns Reaction : e_aq^-1 (-5264) + H2O2^0 (-12183) -> OH^-1 (-13630) + OH^0 (-13631) +At time : 42.001 ns Reaction : e_aq^-1 (-4237) + H2O2^0 (-12130) -> OH^-1 (-13632) + OH^0 (-13633) +At time : 42.001 ns Reaction : e_aq^-1 (-5554) + H2O2^0 (-11785) -> OH^-1 (-13634) + OH^0 (-13635) +At time : 42.001 ns Reaction : OH^0 (-11003) + e_aq^-1 (-1005) -> OH^-1 (-13636) +At time : 42.001 ns Reaction : e_aq^-1 (-2702) + OH^0 (-10719) -> OH^-1 (-13637) +At time : 42.001 ns Reaction : OH^0 (-9859) + e_aq^-1 (-2246) -> OH^-1 (-13638) +At time : 43.001 ns Reaction : OH^-1 (-13500) + H3O^1 (-9751) -> No product +At time : 43.001 ns Reaction : e_aq^-1 (-1574) + H^0 (-13215) -> OH^-1 (-13639) + H_2^0 (-13640) +At time : 43.001 ns Reaction : H3O^1 (-11125) + OH^-1 (-13191) -> No product +At time : 43.001 ns Reaction : H2O2^0 (-12463) + e_aq^-1 (-2948) -> OH^-1 (-13641) + OH^0 (-13642) +At time : 43.001 ns Reaction : e_aq^-1 (-51) + H3O^1 (-8303) -> H^0 (-13643) +At time : 43.001 ns Reaction : e_aq^-1 (-4100) + H3O^1 (-7869) -> H^0 (-13644) +At time : 43.001 ns Reaction : OH^0 (-7296) + OH^0 (-7302) -> H2O2^0 (-13645) +At time : 44.001 ns Reaction : OH^0 (-13633) + OH^0 (-9922) -> H2O2^0 (-13646) +At time : 44.001 ns Reaction : OH^-1 (-13608) + H3O^1 (-6875) -> No product +At time : 44.001 ns Reaction : H^0 (-13429) + H^0 (-13112) -> H_2^0 (-13647) +At time : 44.001 ns Reaction : e_aq^-1 (-3629) + H2O2^0 (-11652) -> OH^-1 (-13648) + OH^0 (-13649) +At time : 44.001 ns Reaction : OH^0 (-11103) + OH^0 (-10270) -> H2O2^0 (-13650) +At time : 44.001 ns Reaction : OH^0 (-11097) + OH^0 (-7464) -> H2O2^0 (-13651) +At time : 44.001 ns Reaction : e_aq^-1 (-2127) + H^0 (-10824) -> OH^-1 (-13652) + H_2^0 (-13653) +At time : 44.001 ns Reaction : OH^0 (-9606) + OH^0 (-10690) -> H2O2^0 (-13654) +At time : 44.001 ns Reaction : e_aq^-1 (-4958) + H3O^1 (-8115) -> H^0 (-13655) +At time : 44.001 ns Reaction : e_aq^-1 (-2111) + H3O^1 (-7607) -> H^0 (-13656) +At time : 44.001 ns Reaction : e_aq^-1 (-304) + H3O^1 (-7369) -> H^0 (-13657) +At time : 44.001 ns Reaction : e_aq^-1 (-2885) + e_aq^-1 (-2914) -> OH^-1 (-13658) + OH^-1 (-13659) + H_2^0 (-13660) +At time : 45.001 ns Reaction : OH^0 (-13642) + e_aq^-1 (-3687) -> OH^-1 (-13661) +At time : 45.001 ns Reaction : H3O^1 (-6559) + OH^-1 (-13612) -> No product +At time : 45.001 ns Reaction : e_aq^-1 (-4041) + H2O2^0 (-13368) -> OH^-1 (-13662) + OH^0 (-13663) +At time : 45.001 ns Reaction : e_aq^-1 (-5213) + H2O2^0 (-12994) -> OH^-1 (-13664) + OH^0 (-13665) +At time : 45.001 ns Reaction : e_aq^-1 (-429) + H^0 (-12730) -> OH^-1 (-13666) + H_2^0 (-13667) +At time : 45.001 ns Reaction : e_aq^-1 (-3609) + H^0 (-12619) -> OH^-1 (-13668) + H_2^0 (-13669) +At time : 45.001 ns Reaction : e_aq^-1 (-4085) + H2O2^0 (-11636) -> OH^-1 (-13670) + OH^0 (-13671) +At time : 45.001 ns Reaction : e_aq^-1 (-4033) + H2O2^0 (-11539) -> OH^-1 (-13672) + OH^0 (-13673) +At time : 45.001 ns Reaction : OH^0 (-11179) + e_aq^-1 (-5613) -> OH^-1 (-13674) +At time : 45.001 ns Reaction : OH^0 (-10271) + OH^0 (-5856) -> H2O2^0 (-13675) +At time : 45.001 ns Reaction : H^0 (-9968) + e_aq^-1 (-2027) -> OH^-1 (-13676) + H_2^0 (-13677) +At time : 45.001 ns Reaction : OH^0 (-7218) + OH^0 (-8176) -> H2O2^0 (-13678) +At time : 45.001 ns Reaction : e_aq^-1 (-5291) + H3O^1 (-7457) -> H^0 (-13679) +At time : 45.001 ns Reaction : e_aq^-1 (-944) + OH^0 (-7094) -> OH^-1 (-13680) +At time : 45.001 ns Reaction : e_aq^-1 (-4931) + e_aq^-1 (-4904) -> OH^-1 (-13681) + OH^-1 (-13682) + H_2^0 (-13683) +At time : 46.001 ns Reaction : OH^-1 (-13639) + H3O^1 (-6953) -> No product +At time : 46.001 ns Reaction : H3O^1 (-6079) + OH^-1 (-13630) -> No product +At time : 46.001 ns Reaction : H3O^1 (-9999) + OH^-1 (-13562) -> No product +At time : 46.001 ns Reaction : H^0 (-13546) + H^0 (-13558) -> H_2^0 (-13684) +At time : 46.001 ns Reaction : OH^-1 (-13503) + H3O^1 (-5989) -> No product +At time : 46.001 ns Reaction : OH^-1 (-13497) + H3O^1 (-8313) -> No product +At time : 46.001 ns Reaction : H3O^1 (-7551) + OH^-1 (-13407) -> No product +At time : 46.001 ns Reaction : OH^0 (-6486) + OH^0 (-13365) -> H2O2^0 (-13685) +At time : 46.001 ns Reaction : OH^0 (-13346) + OH^0 (-6204) -> H2O2^0 (-13686) +At time : 46.001 ns Reaction : H2O2^0 (-12199) + e_aq^-1 (-5492) -> OH^-1 (-13687) + OH^0 (-13688) +At time : 46.001 ns Reaction : e_aq^-1 (-5361) + H^0 (-11964) -> OH^-1 (-13689) + H_2^0 (-13690) +At time : 46.001 ns Reaction : e_aq^-1 (-2574) + H3O^1 (-10718) -> H^0 (-13691) +At time : 46.001 ns Reaction : H^0 (-10523) + e_aq^-1 (-4594) -> OH^-1 (-13692) + H_2^0 (-13693) +At time : 46.001 ns Reaction : OH^0 (-9691) + H^0 (-9719) -> No product +At time : 46.001 ns Reaction : e_aq^-1 (-3002) + OH^0 (-6344) -> OH^-1 (-13694) +At time : 46.001 ns Reaction : e_aq^-1 (-5403) + OH^0 (-5854) -> OH^-1 (-13695) +At time : 47.001 ns Reaction : OH^-1 (-13602) + H3O^1 (-7573) -> No product +At time : 47.001 ns Reaction : H3O^1 (-6083) + OH^-1 (-13445) -> No product +At time : 47.001 ns Reaction : H3O^1 (-6861) + OH^-1 (-13434) -> No product +At time : 47.001 ns Reaction : e_aq^-1 (-4401) + H^0 (-13330) -> OH^-1 (-13696) + H_2^0 (-13697) +At time : 47.001 ns Reaction : OH^0 (-11285) + H^0 (-10543) -> No product +At time : 47.001 ns Reaction : OH^0 (-10953) + OH^0 (-9065) -> H2O2^0 (-13698) +At time : 47.001 ns Reaction : e_aq^-1 (-394) + e_aq^-1 (-502) -> OH^-1 (-13699) + OH^-1 (-13700) + H_2^0 (-13701) +At time : 48.001 ns Reaction : OH^-1 (-13638) + H3O^1 (-6757) -> No product +At time : 48.001 ns Reaction : e_aq^-1 (-2290) + OH^0 (-13607) -> OH^-1 (-13702) +At time : 48.001 ns Reaction : H^0 (-12462) + OH^0 (-6796) -> No product +At time : 48.001 ns Reaction : OH^0 (-6564) + H^0 (-9006) -> No product +At time : 49.001 ns Reaction : OH^-1 (-13687) + H3O^1 (-8403) -> No product +At time : 49.001 ns Reaction : OH^-1 (-13637) + H3O^1 (-5931) -> No product +At time : 49.001 ns Reaction : H3O^1 (-10404) + OH^-1 (-13472) -> No product +At time : 49.001 ns Reaction : OH^-1 (-13348) + H3O^1 (-6103) -> No product +At time : 49.001 ns Reaction : OH^0 (-12510) + OH^0 (-13326) -> H2O2^0 (-13703) +At time : 49.001 ns Reaction : e_aq^-1 (-4068) + OH^0 (-13206) -> OH^-1 (-13704) +At time : 49.001 ns Reaction : e_aq^-1 (-5167) + H2O2^0 (-12829) -> OH^-1 (-13705) + OH^0 (-13706) +At time : 49.001 ns Reaction : OH^0 (-12725) + e_aq^-1 (-5307) -> OH^-1 (-13707) +At time : 49.001 ns Reaction : H2O2^0 (-12123) + e_aq^-1 (-4423) -> OH^-1 (-13708) + OH^0 (-13709) +At time : 49.001 ns Reaction : H3O^1 (-10984) + e_aq^-1 (-4800) -> H^0 (-13710) +At time : 49.001 ns Reaction : OH^0 (-10664) + H^0 (-9516) -> No product +At time : 49.001 ns Reaction : e_aq^-1 (-4472) + H3O^1 (-6885) -> H^0 (-13711) +At time : 49.001 ns Reaction : OH^0 (-6504) + OH^0 (-6534) -> H2O2^0 (-13712) +At time : 50.001 ns Reaction : OH^-1 (-13696) + H3O^1 (-7955) -> No product +At time : 50.001 ns Reaction : OH^-1 (-13695) + H3O^1 (-11158) -> No product +At time : 50.001 ns Reaction : e_aq^-1 (-890) + OH^0 (-13438) -> OH^-1 (-13713) +At time : 50.001 ns Reaction : OH^-1 (-13292) + H3O^1 (-6799) -> No product +At time : 50.001 ns Reaction : e_aq^-1 (-3921) + H^0 (-13076) -> OH^-1 (-13714) + H_2^0 (-13715) +At time : 50.001 ns Reaction : e_aq^-1 (-3760) + H2O2^0 (-12256) -> OH^-1 (-13716) + OH^0 (-13717) +At time : 50.001 ns Reaction : H3O^1 (-9965) + e_aq^-1 (-4211) -> H^0 (-13718) +At time : 50.001 ns Reaction : OH^0 (-9254) + e_aq^-1 (-4058) -> OH^-1 (-13719) +At time : 50.001 ns Reaction : e_aq^-1 (-561) + H3O^1 (-8895) -> H^0 (-13720) +At time : 50.001 ns Reaction : e_aq^-1 (-591) + H3O^1 (-8646) -> H^0 (-13721) +At time : 51.001 ns Reaction : OH^-1 (-13702) + H3O^1 (-6627) -> No product +At time : 51.001 ns Reaction : e_aq^-1 (-4758) + H2O2^0 (-13698) -> OH^-1 (-13722) + OH^0 (-13723) +At time : 51.001 ns Reaction : e_aq^-1 (-266) + OH^0 (-13635) -> OH^-1 (-13724) +At time : 51.001 ns Reaction : e_aq^-1 (-4613) + H2O2^0 (-13478) -> OH^-1 (-13725) + OH^0 (-13726) +At time : 51.001 ns Reaction : OH^-1 (-13233) + H3O^1 (-6445) -> No product +At time : 51.001 ns Reaction : H^0 (-13172) + OH^0 (-5992) -> No product +At time : 51.001 ns Reaction : H3O^1 (-6975) + OH^-1 (-13135) -> No product +At time : 51.001 ns Reaction : H3O^1 (-5877) + OH^-1 (-12963) -> No product +At time : 51.001 ns Reaction : e_aq^-1 (-2345) + H^0 (-12373) -> OH^-1 (-13727) + H_2^0 (-13728) +At time : 51.001 ns Reaction : OH^0 (-10568) + e_aq^-1 (-4132) -> OH^-1 (-13729) +At time : 51.001 ns Reaction : e_aq^-1 (-4991) + OH^0 (-7492) -> OH^-1 (-13730) +At time : 51.001 ns Reaction : e_aq^-1 (-3141) + H3O^1 (-6283) -> H^0 (-13731) +At time : 52.001 ns Reaction : H3O^1 (-10884) + OH^-1 (-13622) -> No product +At time : 52.001 ns Reaction : OH^-1 (-13575) + H3O^1 (-8043) -> No product +At time : 52.001 ns Reaction : e_aq^-1 (-4182) + OH^0 (-13402) -> OH^-1 (-13732) +At time : 52.001 ns Reaction : H2O2^0 (-11822) + e_aq^-1 (-5357) -> OH^-1 (-13733) + OH^0 (-13734) +At time : 52.001 ns Reaction : OH^0 (-11126) + OH^0 (-8236) -> H2O2^0 (-13735) +At time : 52.001 ns Reaction : e_aq^-1 (-4818) + H3O^1 (-8493) -> H^0 (-13736) +At time : 52.001 ns Reaction : e_aq^-1 (-1295) + H3O^1 (-7543) -> H^0 (-13737) +At time : 52.001 ns Reaction : e_aq^-1 (-2556) + H3O^1 (-6541) -> H^0 (-13738) +At time : 52.001 ns Reaction : e_aq^-1 (-5054) + H3O^1 (-6157) -> H^0 (-13739) +At time : 53.001 ns Reaction : OH^-1 (-13676) + H3O^1 (-7881) -> No product +At time : 53.001 ns Reaction : OH^-1 (-13632) + H3O^1 (-6835) -> No product +At time : 53.001 ns Reaction : OH^-1 (-13617) + H3O^1 (-6983) -> No product +At time : 53.001 ns Reaction : OH^0 (-13484) + e_aq^-1 (-4874) -> OH^-1 (-13740) +At time : 53.001 ns Reaction : OH^0 (-13416) + e_aq^-1 (-2278) -> OH^-1 (-13741) +At time : 53.001 ns Reaction : OH^0 (-13404) + OH^0 (-9872) -> H2O2^0 (-13742) +At time : 53.001 ns Reaction : H3O^1 (-11170) + OH^-1 (-12571) -> No product +At time : 53.001 ns Reaction : H^0 (-12340) + OH^0 (-8136) -> No product +At time : 53.001 ns Reaction : H3O^1 (-7733) + OH^-1 (-12312) -> No product +At time : 53.001 ns Reaction : e_aq^-1 (-4515) + H^0 (-11357) -> OH^-1 (-13743) + H_2^0 (-13744) +At time : 53.001 ns Reaction : e_aq^-1 (-1996) + H3O^1 (-7627) -> H^0 (-13745) +At time : 54.001 ns Reaction : OH^-1 (-13704) + H3O^1 (-7885) -> No product +At time : 54.001 ns Reaction : OH^-1 (-13636) + H3O^1 (-8061) -> No product +At time : 54.001 ns Reaction : H2O2^0 (-11631) + e_aq^-1 (-8902) -> OH^-1 (-13746) + OH^0 (-13747) +At time : 54.001 ns Reaction : OH^0 (-11283) + e_aq^-1 (-4489) -> OH^-1 (-13748) +At time : 54.001 ns Reaction : e_aq^-1 (-2617) + H^0 (-10733) -> OH^-1 (-13749) + H_2^0 (-13750) +At time : 54.001 ns Reaction : OH^0 (-10727) + OH^0 (-6582) -> H2O2^0 (-13751) +At time : 54.001 ns Reaction : H^0 (-9702) + e_aq^-1 (-3722) -> OH^-1 (-13752) + H_2^0 (-13753) +At time : 54.001 ns Reaction : e_aq^-1 (-1311) + OH^0 (-6020) -> OH^-1 (-13754) +At time : 55.001 ns Reaction : H3O^1 (-10194) + OH^-1 (-13740) -> No product +At time : 55.001 ns Reaction : OH^-1 (-13732) + H3O^1 (-7917) -> No product +At time : 55.001 ns Reaction : e_aq^-1 (-4561) + H^0 (-12902) -> OH^-1 (-13755) + H_2^0 (-13756) +At time : 55.001 ns Reaction : e_aq^-1 (-2452) + H2O2^0 (-11537) -> OH^-1 (-13757) + OH^0 (-13758) +At time : 55.001 ns Reaction : OH^0 (-9440) + OH^0 (-10855) -> H2O2^0 (-13759) +At time : 55.001 ns Reaction : H3O^1 (-10344) + e_aq^-1 (-5686) -> H^0 (-13760) +At time : 55.001 ns Reaction : H^0 (-9306) + OH^0 (-7132) -> No product +At time : 55.001 ns Reaction : H^0 (-9271) + OH^0 (-7878) -> No product +At time : 55.001 ns Reaction : e_aq^-1 (-3491) + OH^0 (-8991) -> OH^-1 (-13761) +At time : 55.001 ns Reaction : e_aq^-1 (-5261) + H3O^1 (-7427) -> H^0 (-13762) +At time : 55.001 ns Reaction : e_aq^-1 (-5159) + H3O^1 (-7243) -> H^0 (-13763) +At time : 55.001 ns Reaction : OH^0 (-5932) + OH^0 (-6580) -> H2O2^0 (-13764) +At time : 55.001 ns Reaction : e_aq^-1 (-1941) + H3O^1 (-5979) -> H^0 (-13765) +At time : 56.001 ns Reaction : H3O^1 (-10285) + OH^-1 (-13733) -> No product +At time : 56.001 ns Reaction : OH^-1 (-13626) + H3O^1 (-7421) -> No product +At time : 56.001 ns Reaction : OH^-1 (-13468) + H3O^1 (-6183) -> No product +At time : 56.001 ns Reaction : OH^-1 (-13425) + H3O^1 (-7635) -> No product +At time : 56.001 ns Reaction : H3O^1 (-10060) + OH^-1 (-12650) -> No product +At time : 56.001 ns Reaction : H2O2^0 (-11503) + e_aq^-1 (-4839) -> OH^-1 (-13766) + OH^0 (-13767) +At time : 56.001 ns Reaction : H^0 (-10622) + H^0 (-9453) -> H_2^0 (-13768) +At time : 56.001 ns Reaction : OH^0 (-10577) + OH^0 (-9894) -> H2O2^0 (-13769) +At time : 56.001 ns Reaction : OH^0 (-9583) + OH^0 (-6378) -> H2O2^0 (-13770) +At time : 56.001 ns Reaction : e_aq^-1 (-5275) + H3O^1 (-8155) -> H^0 (-13771) +At time : 56.001 ns Reaction : e_aq^-1 (-5327) + H3O^1 (-7249) -> H^0 (-13772) +At time : 57.001 ns Reaction : OH^-1 (-13694) + H3O^1 (-8715) -> No product +At time : 57.001 ns Reaction : e_aq^-1 (-2273) + H2O2^0 (-13510) -> OH^-1 (-13773) + OH^0 (-13774) +At time : 57.001 ns Reaction : H3O^1 (-7161) + OH^-1 (-13461) -> No product +At time : 57.001 ns Reaction : H3O^1 (-9600) + OH^-1 (-12928) -> No product +At time : 57.001 ns Reaction : e_aq^-1 (-1914) + H3O^1 (-10836) -> H^0 (-13775) +At time : 57.001 ns Reaction : OH^0 (-9398) + e_aq^-1 (-5536) -> OH^-1 (-13776) +At time : 57.001 ns Reaction : OH^0 (-6460) + OH^0 (-7770) -> H2O2^0 (-13777) +At time : 57.001 ns Reaction : e_aq^-1 (-16) + H3O^1 (-7355) -> H^0 (-13778) +At time : 57.001 ns Reaction : e_aq^-1 (-3825) + H3O^1 (-6587) -> H^0 (-13779) +At time : 58.001 ns Reaction : OH^0 (-13726) + e_aq^-1 (-4667) -> OH^-1 (-13780) +At time : 58.001 ns Reaction : e_aq^-1 (-4504) + OH^0 (-13530) -> OH^-1 (-13781) +At time : 58.001 ns Reaction : H^0 (-13393) + H^0 (-12887) -> H_2^0 (-13782) +At time : 58.001 ns Reaction : OH^-1 (-13345) + H3O^1 (-7895) -> No product +At time : 58.001 ns Reaction : H3O^1 (-10912) + OH^-1 (-13287) -> No product +At time : 58.001 ns Reaction : e_aq^-1 (-1950) + H^0 (-12973) -> OH^-1 (-13783) + H_2^0 (-13784) +At time : 58.001 ns Reaction : e_aq^-1 (-4722) + H2O2^0 (-12574) -> OH^-1 (-13785) + OH^0 (-13786) +At time : 58.001 ns Reaction : OH^-1 (-12376) + H3O^1 (-8183) -> No product +At time : 58.001 ns Reaction : e_aq^-1 (-5255) + H2O2^0 (-12292) -> OH^-1 (-13787) + OH^0 (-13788) +At time : 58.001 ns Reaction : OH^0 (-10905) + OH^0 (-5840) -> H2O2^0 (-13789) +At time : 58.001 ns Reaction : e_aq^-1 (-3780) + OH^0 (-9718) -> OH^-1 (-13790) +At time : 58.001 ns Reaction : OH^0 (-9101) + OH^0 (-9502) -> H2O2^0 (-13791) +At time : 58.001 ns Reaction : e_aq^-1 (-4161) + H3O^1 (-7907) -> H^0 (-13792) +At time : 58.001 ns Reaction : e_aq^-1 (-3616) + H3O^1 (-7735) -> H^0 (-13793) +At time : 58.001 ns Reaction : e_aq^-1 (-4213) + H3O^1 (-7587) -> H^0 (-13794) +At time : 58.001 ns Reaction : e_aq^-1 (-3529) + OH^0 (-6274) -> OH^-1 (-13795) +At time : 58.001 ns Reaction : e_aq^-1 (-2223) + e_aq^-1 (-3836) -> OH^-1 (-13796) + OH^-1 (-13797) + H_2^0 (-13798) +At time : 59.001 ns Reaction : OH^-1 (-13666) + H3O^1 (-8181) -> No product +At time : 59.001 ns Reaction : OH^0 (-13136) + e_aq^-1 (-1357) -> OH^-1 (-13799) +At time : 59.001 ns Reaction : e_aq^-1 (-967) + H^0 (-12797) -> OH^-1 (-13800) + H_2^0 (-13801) +At time : 59.001 ns Reaction : e_aq^-1 (-3972) + H2O2^0 (-12544) -> OH^-1 (-13802) + OH^0 (-13803) +At time : 59.001 ns Reaction : e_aq^-1 (-2689) + OH^0 (-10712) -> OH^-1 (-13804) +At time : 59.001 ns Reaction : e_aq^-1 (-5314) + OH^0 (-7416) -> OH^-1 (-13805) +At time : 59.001 ns Reaction : e_aq^-1 (-5692) + H3O^1 (-6123) -> H^0 (-13806) +At time : 60.001 ns Reaction : e_aq^-1 (-4342) + OH^0 (-13709) -> OH^-1 (-13807) +At time : 60.001 ns Reaction : H^0 (-13458) + e_aq^-1 (-4344) -> OH^-1 (-13808) + H_2^0 (-13809) +At time : 60.001 ns Reaction : H3O^1 (-9640) + OH^-1 (-13432) -> No product +At time : 60.001 ns Reaction : OH^-1 (-13356) + H3O^1 (-6579) -> No product +At time : 61.001 ns Reaction : OH^-1 (-13719) + H3O^1 (-5969) -> No product +At time : 61.001 ns Reaction : OH^-1 (-13668) + H3O^1 (-6301) -> No product +At time : 61.001 ns Reaction : OH^-1 (-13610) + H3O^1 (-7659) -> No product +At time : 61.001 ns Reaction : H3O^1 (-5833) + OH^-1 (-13534) -> No product +At time : 61.001 ns Reaction : H2O2^0 (-12867) + e_aq^-1 (-3530) -> OH^-1 (-13810) + OH^0 (-13811) +At time : 61.001 ns Reaction : H^0 (-12210) + e_aq^-1 (-8863) -> OH^-1 (-13812) + H_2^0 (-13813) +At time : 61.001 ns Reaction : H2O2^0 (-11901) + e_aq^-1 (-5367) -> OH^-1 (-13814) + OH^0 (-13815) +At time : 61.001 ns Reaction : e_aq^-1 (-3847) + H^0 (-10766) -> OH^-1 (-13816) + H_2^0 (-13817) +At time : 61.001 ns Reaction : H^0 (-10122) + OH^0 (-6170) -> No product +At time : 61.001 ns Reaction : e_aq^-1 (-5236) + H3O^1 (-7039) -> H^0 (-13818) +At time : 61.001 ns Reaction : e_aq^-1 (-2735) + e_aq^-1 (-3696) -> OH^-1 (-13819) + OH^-1 (-13820) + H_2^0 (-13821) +At time : 62.001 ns Reaction : e_aq^-1 (-2294) + H^0 (-13447) -> OH^-1 (-13822) + H_2^0 (-13823) +At time : 62.001 ns Reaction : e_aq^-1 (-1306) + H^0 (-13128) -> OH^-1 (-13824) + H_2^0 (-13825) +At time : 62.001 ns Reaction : e_aq^-1 (-4882) + H^0 (-13030) -> OH^-1 (-13826) + H_2^0 (-13827) +At time : 62.001 ns Reaction : OH^0 (-10560) + OH^0 (-6838) -> H2O2^0 (-13828) +At time : 62.001 ns Reaction : e_aq^-1 (-1579) + OH^0 (-7952) -> OH^-1 (-13829) +At time : 62.001 ns Reaction : e_aq^-1 (-2645) + OH^0 (-6512) -> OH^-1 (-13830) +At time : 62.001 ns Reaction : e_aq^-1 (-5014) + OH^0 (-6060) -> OH^-1 (-13831) +At time : 63.001 ns Reaction : OH^-1 (-13814) + H3O^1 (-7387) -> No product +At time : 63.001 ns Reaction : OH^-1 (-13743) + H3O^1 (-10014) -> No product +At time : 63.001 ns Reaction : OH^0 (-13549) + H^0 (-12682) -> No product +At time : 63.001 ns Reaction : H^0 (-13156) + OH^0 (-7940) -> No product +At time : 63.001 ns Reaction : H3O^1 (-10460) + e_aq^-1 (-4919) -> H^0 (-13832) +At time : 63.001 ns Reaction : OH^0 (-10356) + OH^0 (-7342) -> H2O2^0 (-13833) +At time : 63.001 ns Reaction : OH^0 (-9408) + OH^0 (-6136) -> H2O2^0 (-13834) +At time : 63.001 ns Reaction : e_aq^-1 (-5379) + H3O^1 (-7435) -> H^0 (-13835) +At time : 63.001 ns Reaction : e_aq^-1 (-4015) + H3O^1 (-6681) -> H^0 (-13836) +At time : 63.001 ns Reaction : e_aq^-1 (-1169) + e_aq^-1 (-4566) -> OH^-1 (-13837) + OH^-1 (-13838) + H_2^0 (-13839) +At time : 64.001 ns Reaction : OH^-1 (-13716) + H3O^1 (-6501) -> No product +At time : 64.001 ns Reaction : H3O^1 (-6833) + OH^-1 (-13430) -> No product +At time : 64.001 ns Reaction : OH^-1 (-13188) + H3O^1 (-8910) -> No product +At time : 64.001 ns Reaction : e_aq^-1 (-2207) + H^0 (-12992) -> OH^-1 (-13840) + H_2^0 (-13841) +At time : 64.001 ns Reaction : e_aq^-1 (-4671) + H2O2^0 (-12501) -> OH^-1 (-13842) + OH^0 (-13843) +At time : 64.001 ns Reaction : e_aq^-1 (-236) + OH^0 (-8627) -> OH^-1 (-13844) +At time : 64.001 ns Reaction : e_aq^-1 (-5612) + OH^0 (-8268) -> OH^-1 (-13845) +At time : 64.001 ns Reaction : e_aq^-1 (-4106) + OH^0 (-7896) -> OH^-1 (-13846) +At time : 64.001 ns Reaction : e_aq^-1 (-3775) + OH^0 (-7778) -> OH^-1 (-13847) +At time : 64.001 ns Reaction : e_aq^-1 (-4110) + H3O^1 (-6773) -> H^0 (-13848) +At time : 65.001 ns Reaction : OH^0 (-13774) + OH^0 (-9806) -> H2O2^0 (-13849) +At time : 65.001 ns Reaction : H3O^1 (-10974) + OH^-1 (-13722) -> No product +At time : 65.001 ns Reaction : OH^-1 (-13576) + H3O^1 (-6963) -> No product +At time : 65.001 ns Reaction : e_aq^-1 (-4243) + H2O2^0 (-12494) -> OH^-1 (-13850) + OH^0 (-13851) +At time : 65.001 ns Reaction : OH^0 (-7646) + OH^0 (-8774) -> H2O2^0 (-13852) +At time : 65.001 ns Reaction : e_aq^-1 (-2565) + H3O^1 (-5937) -> H^0 (-13853) +At time : 66.001 ns Reaction : OH^-1 (-13812) + H3O^1 (-8143) -> No product +At time : 66.001 ns Reaction : OH^-1 (-13755) + H3O^1 (-7563) -> No product +At time : 66.001 ns Reaction : OH^-1 (-13730) + H3O^1 (-6163) -> No product +At time : 66.001 ns Reaction : OH^-1 (-13725) + H3O^1 (-6933) -> No product +At time : 66.001 ns Reaction : OH^-1 (-13543) + H3O^1 (-6723) -> No product +At time : 66.001 ns Reaction : OH^-1 (-13351) + H3O^1 (-8370) -> No product +At time : 66.001 ns Reaction : OH^0 (-7614) + OH^0 (-12746) -> H2O2^0 (-13854) +At time : 66.001 ns Reaction : e_aq^-1 (-2430) + H2O2^0 (-11687) -> OH^-1 (-13855) + OH^0 (-13856) +At time : 66.001 ns Reaction : e_aq^-1 (-303) + OH^0 (-11123) -> OH^-1 (-13857) +At time : 66.001 ns Reaction : e_aq^-1 (-1609) + H3O^1 (-10034) -> H^0 (-13858) +At time : 66.001 ns Reaction : e_aq^-1 (-3688) + OH^0 (-6468) -> OH^-1 (-13859) +At time : 67.001 ns Reaction : OH^-1 (-13766) + H3O^1 (-8001) -> No product +At time : 67.001 ns Reaction : OH^-1 (-13705) + H3O^1 (-8217) -> No product +At time : 67.001 ns Reaction : H3O^1 (-10932) + OH^-1 (-13399) -> No product +At time : 67.001 ns Reaction : e_aq^-1 (-5364) + H2O2^0 (-11502) -> OH^-1 (-13860) + OH^0 (-13861) +At time : 67.001 ns Reaction : OH^0 (-10603) + OH^0 (-6630) -> H2O2^0 (-13862) +At time : 67.001 ns Reaction : e_aq^-1 (-4281) + H3O^1 (-8361) -> H^0 (-13863) +At time : 68.001 ns Reaction : OH^-1 (-13713) + H3O^1 (-8161) -> No product +At time : 68.001 ns Reaction : OH^-1 (-13641) + H3O^1 (-6387) -> No product +At time : 68.001 ns Reaction : OH^-1 (-13634) + H3O^1 (-8457) -> No product +At time : 68.001 ns Reaction : OH^-1 (-13579) + H3O^1 (-7601) -> No product +At time : 68.001 ns Reaction : e_aq^-1 (-179) + H2O2^0 (-12857) -> OH^-1 (-13864) + OH^0 (-13865) +At time : 68.001 ns Reaction : H^0 (-12543) + OH^0 (-9740) -> No product +At time : 68.001 ns Reaction : H^0 (-10082) + e_aq^-1 (-4433) -> OH^-1 (-13866) + H_2^0 (-13867) +At time : 68.001 ns Reaction : e_aq^-1 (-859) + OH^0 (-9411) -> OH^-1 (-13868) +At time : 68.001 ns Reaction : e_aq^-1 (-4582) + OH^0 (-7990) -> OH^-1 (-13869) +At time : 69.001 ns Reaction : e_aq^-1 (-351) + H^0 (-13835) -> OH^-1 (-13870) + H_2^0 (-13871) +At time : 69.001 ns Reaction : H^0 (-13806) + OH^0 (-8328) -> No product +At time : 69.001 ns Reaction : OH^-1 (-13741) + H3O^1 (-6827) -> No product +At time : 69.001 ns Reaction : H3O^1 (-6087) + OH^-1 (-13724) -> No product +At time : 69.001 ns Reaction : OH^-1 (-13577) + H3O^1 (-8081) -> No product +At time : 69.001 ns Reaction : OH^0 (-12884) + OH^0 (-13526) -> H2O2^0 (-13872) +At time : 69.001 ns Reaction : OH^-1 (-13146) + H3O^1 (-6503) -> No product +At time : 69.001 ns Reaction : e_aq^-1 (-5071) + H2O2^0 (-12656) -> OH^-1 (-13873) + OH^0 (-13874) +At time : 69.001 ns Reaction : OH^0 (-10457) + H^0 (-11031) -> No product +At time : 69.001 ns Reaction : e_aq^-1 (-5615) + H3O^1 (-10373) -> H^0 (-13875) +At time : 69.001 ns Reaction : OH^0 (-6814) + H^0 (-9018) -> No product +At time : 69.001 ns Reaction : e_aq^-1 (-3044) + H3O^1 (-5891) -> H^0 (-13876) +At time : 70.001 ns Reaction : e_aq^-1 (-4036) + OH^0 (-13671) -> OH^-1 (-13877) +At time : 70.001 ns Reaction : H2O2^0 (-13625) + e_aq^-1 (-3666) -> OH^-1 (-13878) + OH^0 (-13879) +At time : 70.001 ns Reaction : OH^0 (-13582) + OH^0 (-7262) -> H2O2^0 (-13880) +At time : 70.001 ns Reaction : e_aq^-1 (-3628) + H^0 (-12675) -> OH^-1 (-13881) + H_2^0 (-13882) +At time : 70.001 ns Reaction : e_aq^-1 (-2337) + H^0 (-8984) -> OH^-1 (-13883) + H_2^0 (-13884) +At time : 71.001 ns Reaction : OH^-1 (-13538) + H3O^1 (-6333) -> No product +At time : 71.001 ns Reaction : H3O^1 (-5875) + OH^-1 (-13525) -> No product +At time : 71.001 ns Reaction : H3O^1 (-10607) + OH^-1 (-13381) -> No product +At time : 71.001 ns Reaction : e_aq^-1 (-5290) + H2O2^0 (-12201) -> OH^-1 (-13885) + OH^0 (-13886) +At time : 71.001 ns Reaction : e_aq^-1 (-4278) + OH^0 (-6910) -> OH^-1 (-13887) +At time : 72.001 ns Reaction : H3O^1 (-10700) + OH^-1 (-13878) -> No product +At time : 72.001 ns Reaction : H2O2^0 (-13791) + e_aq^-1 (-3543) -> OH^-1 (-13888) + OH^0 (-13889) +At time : 72.001 ns Reaction : OH^-1 (-13594) + H3O^1 (-8157) -> No product +At time : 72.001 ns Reaction : OH^0 (-13460) + e_aq^-1 (-5051) -> OH^-1 (-13890) +At time : 72.001 ns Reaction : e_aq^-1 (-4498) + H^0 (-12951) -> OH^-1 (-13891) + H_2^0 (-13892) +At time : 72.001 ns Reaction : e_aq^-1 (-5017) + H2O2^0 (-12681) -> OH^-1 (-13893) + OH^0 (-13894) +At time : 72.001 ns Reaction : H^0 (-10665) + e_aq^-1 (-3561) -> OH^-1 (-13895) + H_2^0 (-13896) +At time : 72.001 ns Reaction : e_aq^-1 (-4940) + H3O^1 (-8901) -> H^0 (-13897) +At time : 73.001 ns Reaction : OH^0 (-7104) + OH^0 (-13894) -> H2O2^0 (-13898) +At time : 73.001 ns Reaction : OH^-1 (-13877) + H3O^1 (-6705) -> No product +At time : 73.001 ns Reaction : OH^-1 (-13846) + H3O^1 (-6187) -> No product +At time : 73.001 ns Reaction : OH^-1 (-13592) + H3O^1 (-7935) -> No product +At time : 73.001 ns Reaction : H3O^1 (-9983) + OH^-1 (-13489) -> No product +At time : 73.001 ns Reaction : OH^0 (-10620) + e_aq^-1 (-3467) -> OH^-1 (-13899) +At time : 73.001 ns Reaction : H^0 (-9689) + OH^0 (-9742) -> No product +At time : 73.001 ns Reaction : e_aq^-1 (-3812) + OH^0 (-8983) -> OH^-1 (-13900) +At time : 73.001 ns Reaction : e_aq^-1 (-4623) + OH^0 (-7976) -> OH^-1 (-13901) +At time : 74.001 ns Reaction : OH^-1 (-13901) + H3O^1 (-6967) -> No product +At time : 74.001 ns Reaction : H3O^1 (-7259) + OH^-1 (-13870) -> No product +At time : 74.001 ns Reaction : H3O^1 (-6093) + OH^-1 (-13857) -> No product +At time : 74.001 ns Reaction : OH^-1 (-13218) + H3O^1 (-6855) -> No product +At time : 74.001 ns Reaction : OH^-1 (-12077) + H3O^1 (-7667) -> No product +At time : 74.001 ns Reaction : OH^0 (-10840) + OH^0 (-8812) -> H2O2^0 (-13902) +At time : 74.001 ns Reaction : H^0 (-10626) + H^0 (-9483) -> H_2^0 (-13903) +At time : 74.001 ns Reaction : e_aq^-1 (-3824) + H3O^1 (-6675) -> H^0 (-13904) +At time : 75.001 ns Reaction : OH^-1 (-13837) + H3O^1 (-8814) -> No product +At time : 75.001 ns Reaction : e_aq^-1 (-4680) + OH^0 (-13767) -> OH^-1 (-13905) +At time : 75.001 ns Reaction : e_aq^-1 (-2784) + OH^0 (-13515) -> OH^-1 (-13906) +At time : 75.001 ns Reaction : H3O^1 (-10255) + OH^-1 (-13453) -> No product +At time : 75.001 ns Reaction : e_aq^-1 (-4683) + H2O2^0 (-12971) -> OH^-1 (-13907) + OH^0 (-13908) +At time : 75.001 ns Reaction : e_aq^-1 (-3594) + H^0 (-12879) -> OH^-1 (-13909) + H_2^0 (-13910) +At time : 75.001 ns Reaction : e_aq^-1 (-4669) + H3O^1 (-7589) -> H^0 (-13911) +At time : 76.001 ns Reaction : H3O^1 (-10449) + OH^-1 (-13868) -> No product +At time : 76.001 ns Reaction : e_aq^-1 (-2432) + H2O2^0 (-13852) -> OH^-1 (-13912) + OH^0 (-13913) +At time : 76.001 ns Reaction : e_aq^-1 (-5349) + OH^0 (-13631) -> OH^-1 (-13914) +At time : 76.001 ns Reaction : OH^-1 (-13540) + H3O^1 (-6155) -> No product +At time : 76.001 ns Reaction : e_aq^-1 (-57) + H2O2^0 (-13302) -> OH^-1 (-13915) + OH^0 (-13916) +At time : 76.001 ns Reaction : e_aq^-1 (-2149) + H^0 (-13200) -> OH^-1 (-13917) + H_2^0 (-13918) +At time : 76.001 ns Reaction : OH^0 (-13014) + OH^0 (-7854) -> H2O2^0 (-13919) +At time : 76.001 ns Reaction : e_aq^-1 (-4419) + H2O2^0 (-11738) -> OH^-1 (-13920) + OH^0 (-13921) +At time : 76.001 ns Reaction : H^0 (-10597) + e_aq^-1 (-2426) -> OH^-1 (-13922) + H_2^0 (-13923) +At time : 77.001 ns Reaction : e_aq^-1 (-2380) + OH^0 (-13856) -> OH^-1 (-13924) +At time : 77.001 ns Reaction : OH^-1 (-13844) + H3O^1 (-8275) -> No product +At time : 77.001 ns Reaction : OH^-1 (-13780) + H3O^1 (-6941) -> No product +At time : 77.001 ns Reaction : OH^-1 (-13727) + H3O^1 (-6711) -> No product +At time : 77.001 ns Reaction : H3O^1 (-9883) + OH^-1 (-13606) -> No product +At time : 77.001 ns Reaction : e_aq^-1 (-1114) + H^0 (-13589) -> OH^-1 (-13925) + H_2^0 (-13926) +At time : 77.001 ns Reaction : OH^0 (-9142) + H^0 (-11200) -> No product +At time : 77.001 ns Reaction : H3O^1 (-6721) + e_aq^-1 (-8521) -> H^0 (-13927) +At time : 77.001 ns Reaction : OH^0 (-6808) + OH^0 (-7864) -> H2O2^0 (-13928) +At time : 77.001 ns Reaction : e_aq^-1 (-3759) + H3O^1 (-7779) -> H^0 (-13929) +At time : 77.001 ns Reaction : OH^-1 (-13869) + H3O^1 (-8019) -> No product +At time : 78.001 ns Reaction : OH^-1 (-13816) + H3O^1 (-7839) -> No product +At time : 78.001 ns Reaction : H2O2^0 (-13764) + e_aq^-1 (-3788) -> OH^-1 (-13930) + OH^0 (-13931) +At time : 78.001 ns Reaction : H^0 (-13731) + e_aq^-1 (-3598) -> OH^-1 (-13932) + H_2^0 (-13933) +At time : 78.001 ns Reaction : H3O^1 (-9818) + OH^-1 (-13554) -> No product +At time : 78.001 ns Reaction : H3O^1 (-7877) + OH^-1 (-13552) -> No product +At time : 78.001 ns Reaction : e_aq^-1 (-615) + H^0 (-13110) -> OH^-1 (-13934) + H_2^0 (-13935) +At time : 78.001 ns Reaction : H^0 (-9890) + OH^0 (-5838) -> No product +At time : 78.001 ns Reaction : H^0 (-9646) + OH^0 (-6518) -> No product +At time : 78.001 ns Reaction : OH^0 (-8094) + OH^0 (-8949) -> H2O2^0 (-13936) +At time : 78.001 ns Reaction : e_aq^-1 (-4206) + H3O^1 (-6853) -> H^0 (-13937) +At time : 79.001 ns Reaction : OH^-1 (-13804) + H3O^1 (-6477) -> No product +At time : 79.001 ns Reaction : OH^-1 (-13259) + H3O^1 (-8544) -> No product +At time : 79.001 ns Reaction : H^0 (-12196) + H^0 (-11274) -> H_2^0 (-13938) +At time : 79.001 ns Reaction : H2O2^0 (-11382) + e_aq^-1 (-4026) -> OH^-1 (-13939) + OH^0 (-13940) +At time : 79.001 ns Reaction : e_aq^-1 (-940) + H3O^1 (-10143) -> H^0 (-13941) +At time : 80.001 ns Reaction : H^0 (-13875) + OH^0 (-7292) -> No product +At time : 80.001 ns Reaction : OH^-1 (-13824) + H3O^1 (-7561) -> No product +At time : 80.001 ns Reaction : H3O^1 (-7591) + OH^-1 (-13417) -> No product +At time : 80.001 ns Reaction : e_aq^-1 (-4157) + H^0 (-12434) -> OH^-1 (-13942) + H_2^0 (-13943) +At time : 80.001 ns Reaction : e_aq^-1 (-4808) + H2O2^0 (-11933) -> OH^-1 (-13944) + OH^0 (-13945) +At time : 80.001 ns Reaction : e_aq^-1 (-4091) + H2O2^0 (-11693) -> OH^-1 (-13946) + OH^0 (-13947) +At time : 81.001 ns Reaction : OH^-1 (-13692) + H3O^1 (-7957) -> No product +At time : 81.001 ns Reaction : e_aq^-1 (-2354) + H^0 (-13371) -> OH^-1 (-13948) + H_2^0 (-13949) +At time : 81.001 ns Reaction : e_aq^-1 (-4432) + H^0 (-13051) -> OH^-1 (-13950) + H_2^0 (-13951) +At time : 81.001 ns Reaction : H^0 (-13007) + H^0 (-12598) -> H_2^0 (-13952) +At time : 81.001 ns Reaction : OH^0 (-10949) + e_aq^-1 (-4574) -> OH^-1 (-13953) +At time : 81.001 ns Reaction : OH^0 (-8999) + H^0 (-9000) -> No product +At time : 81.001 ns Reaction : OH^0 (-7542) + OH^0 (-8044) -> H2O2^0 (-13954) +At time : 81.001 ns Reaction : e_aq^-1 (-1755) + e_aq^-1 (-4534) -> OH^-1 (-13955) + OH^-1 (-13956) + H_2^0 (-13957) +At time : 82.001 ns Reaction : OH^-1 (-13781) + H3O^1 (-10151) -> No product +At time : 83.001 ns Reaction : OH^-1 (-13953) + H3O^1 (-7997) -> No product +At time : 83.001 ns Reaction : OH^-1 (-13830) + H3O^1 (-6497) -> No product +At time : 83.001 ns Reaction : H3O^1 (-9911) + OH^-1 (-13341) -> No product +At time : 83.001 ns Reaction : H^0 (-13000) + OH^0 (-8160) -> No product +At time : 83.001 ns Reaction : OH^0 (-9685) + e_aq^-1 (-3726) -> OH^-1 (-13958) +At time : 83.001 ns Reaction : e_aq^-1 (-3656) + e_aq^-1 (-3610) -> OH^-1 (-13959) + OH^-1 (-13960) + H_2^0 (-13961) +At time : 84.001 ns Reaction : H^0 (-13863) + e_aq^-1 (-1988) -> OH^-1 (-13962) + H_2^0 (-13963) +At time : 84.001 ns Reaction : OH^-1 (-13859) + H3O^1 (-6467) -> No product +At time : 84.001 ns Reaction : e_aq^-1 (-3718) + H^0 (-13691) -> OH^-1 (-13964) + H_2^0 (-13965) +At time : 84.001 ns Reaction : OH^0 (-6720) + H^0 (-12413) -> No product +At time : 85.001 ns Reaction : e_aq^-1 (-945) + OH^0 (-13231) -> OH^-1 (-13966) +At time : 85.001 ns Reaction : OH^0 (-12957) + H^0 (-9793) -> No product +At time : 85.001 ns Reaction : OH^0 (-12696) + H^0 (-9030) -> No product +At time : 85.001 ns Reaction : OH^-1 (-12585) + H3O^1 (-8137) -> No product +At time : 85.001 ns Reaction : e_aq^-1 (-1132) + H2O2^0 (-11931) -> OH^-1 (-13967) + OH^0 (-13968) +At time : 85.001 ns Reaction : e_aq^-1 (-4821) + OH^0 (-11067) -> OH^-1 (-13969) +At time : 85.001 ns Reaction : e_aq^-1 (-3826) + OH^0 (-7808) -> OH^-1 (-13970) +At time : 85.001 ns Reaction : OH^0 (-5914) + OH^0 (-6500) -> H2O2^0 (-13971) +At time : 86.001 ns Reaction : OH^0 (-9796) + H^0 (-13587) -> No product +At time : 86.001 ns Reaction : OH^-1 (-13431) + H3O^1 (-8718) -> No product +At time : 86.001 ns Reaction : e_aq^-1 (-4082) + OH^0 (-6772) -> OH^-1 (-13972) +At time : 86.001 ns Reaction : OH^0 (-6428) + OH^0 (-6444) -> H2O2^0 (-13973) +At time : 87.001 ns Reaction : e_aq^-1 (-2502) + OH^0 (-13931) -> OH^-1 (-13974) +At time : 87.001 ns Reaction : OH^-1 (-13905) + H3O^1 (-7535) -> No product +At time : 87.001 ns Reaction : OH^-1 (-13819) + H3O^1 (-6617) -> No product +At time : 87.001 ns Reaction : e_aq^-1 (-5446) + H2O2^0 (-11940) -> OH^-1 (-13975) + OH^0 (-13976) +At time : 87.001 ns Reaction : e_aq^-1 (-533) + H3O^1 (-6143) -> H^0 (-13977) +At time : 88.001 ns Reaction : H3O^1 (-10237) + OH^-1 (-13969) -> No product +At time : 88.001 ns Reaction : H^0 (-13818) + e_aq^-1 (-5019) -> OH^-1 (-13978) + H_2^0 (-13979) +At time : 88.001 ns Reaction : e_aq^-1 (-2846) + H^0 (-13560) -> OH^-1 (-13980) + H_2^0 (-13981) +At time : 88.001 ns Reaction : e_aq^-1 (-208) + H2O2^0 (-12881) -> OH^-1 (-13982) + OH^0 (-13983) +At time : 88.001 ns Reaction : e_aq^-1 (-484) + H3O^1 (-8193) -> H^0 (-13984) +At time : 89.001 ns Reaction : OH^-1 (-13883) + H3O^1 (-7811) -> No product +At time : 89.001 ns Reaction : OH^-1 (-13714) + H3O^1 (-6661) -> No product +At time : 89.001 ns Reaction : OH^-1 (-13661) + H3O^1 (-6427) -> No product +At time : 89.001 ns Reaction : e_aq^-1 (-5151) + H2O2^0 (-11746) -> OH^-1 (-13985) + OH^0 (-13986) +At time : 89.001 ns Reaction : e_aq^-1 (-5438) + H2O2^0 (-11567) -> OH^-1 (-13987) + OH^0 (-13988) +At time : 89.001 ns Reaction : H2O2^0 (-11520) + e_aq^-1 (-1683) -> OH^-1 (-13989) + OH^0 (-13990) +At time : 89.001 ns Reaction : H^0 (-10877) + OH^0 (-9989) -> No product +At time : 90.001 ns Reaction : OH^0 (-13986) + OH^0 (-8148) -> H2O2^0 (-13991) +At time : 90.001 ns Reaction : OH^-1 (-13802) + H3O^1 (-5967) -> No product +At time : 90.001 ns Reaction : OH^-1 (-13776) + H3O^1 (-8253) -> No product +At time : 90.001 ns Reaction : H2O2^0 (-12690) + e_aq^-1 (-2520) -> OH^-1 (-13992) + OH^0 (-13993) +At time : 90.001 ns Reaction : H2O2^0 (-11890) + e_aq^-1 (-5656) -> OH^-1 (-13994) + OH^0 (-13995) +At time : 90.001 ns Reaction : OH^0 (-10933) + OH^0 (-6916) -> H2O2^0 (-13996) +At time : 90.001 ns Reaction : e_aq^-1 (-3774) + OH^0 (-7784) -> OH^-1 (-13997) +At time : 90.001 ns Reaction : e_aq^-1 (-3515) + OH^0 (-7688) -> OH^-1 (-13998) +At time : 90.001 ns Reaction : e_aq^-1 (-3792) + H3O^1 (-6421) -> H^0 (-13999) +At time : 91.001 ns Reaction : OH^-1 (-13970) + H3O^1 (-7781) -> No product +At time : 91.001 ns Reaction : e_aq^-1 (-1890) + H^0 (-13718) -> OH^-1 (-14000) + H_2^0 (-14001) +At time : 91.001 ns Reaction : OH^-1 (-13659) + H3O^1 (-6379) -> No product +At time : 91.001 ns Reaction : e_aq^-1 (-4932) + H2O2^0 (-12496) -> OH^-1 (-14002) + OH^0 (-14003) +At time : 92.001 ns Reaction : H^0 (-12524) + OH^0 (-7264) -> No product +At time : 92.001 ns Reaction : e_aq^-1 (-2403) + H2O2^0 (-11896) -> OH^-1 (-14004) + OH^0 (-14005) +At time : 92.001 ns Reaction : H^0 (-10366) + OH^0 (-8274) -> No product +At time : 92.001 ns Reaction : H^0 (-10126) + OH^0 (-7130) -> No product +At time : 93.001 ns Reaction : OH^0 (-9732) + OH^0 (-14005) -> H2O2^0 (-14006) +At time : 93.001 ns Reaction : OH^-1 (-13800) + H3O^1 (-7931) -> No product +At time : 93.001 ns Reaction : OH^-1 (-13590) + H3O^1 (-6551) -> No product +At time : 93.001 ns Reaction : e_aq^-1 (-1365) + H2O2^0 (-12837) -> OH^-1 (-14007) + OH^0 (-14008) +At time : 93.001 ns Reaction : e_aq^-1 (-3730) + e_aq^-1 (-2921) -> OH^-1 (-14009) + OH^-1 (-14010) + H_2^0 (-14011) +At time : 94.001 ns Reaction : OH^0 (-14003) + e_aq^-1 (-4965) -> OH^-1 (-14012) +At time : 94.001 ns Reaction : OH^-1 (-13964) + H3O^1 (-6437) -> No product +At time : 94.001 ns Reaction : e_aq^-1 (-821) + OH^0 (-13874) -> OH^-1 (-14013) +At time : 94.001 ns Reaction : H^0 (-13027) + H^0 (-12889) -> H_2^0 (-14014) +At time : 94.001 ns Reaction : e_aq^-1 (-2263) + H^0 (-8976) -> OH^-1 (-14015) + H_2^0 (-14016) +At time : 94.001 ns Reaction : e_aq^-1 (-2488) + H3O^1 (-6619) -> H^0 (-14017) +At time : 95.001 ns Reaction : H3O^1 (-7261) + OH^-1 (-13934) -> No product +At time : 95.001 ns Reaction : OH^0 (-9986) + OH^0 (-7906) -> H2O2^0 (-14018) +At time : 95.001 ns Reaction : OH^0 (-6422) + OH^0 (-8756) -> H2O2^0 (-14019) +At time : 96.001 ns Reaction : OH^-1 (-13942) + H3O^1 (-6785) -> No product +At time : 96.001 ns Reaction : OH^0 (-5980) + H^0 (-13937) -> No product +At time : 96.001 ns Reaction : OH^-1 (-13860) + H3O^1 (-7279) -> No product +At time : 96.001 ns Reaction : OH^-1 (-13451) + H3O^1 (-8829) -> No product +At time : 96.001 ns Reaction : OH^-1 (-13278) + H3O^1 (-7233) -> No product +At time : 96.001 ns Reaction : e_aq^-1 (-41) + H^0 (-13043) -> OH^-1 (-14020) + H_2^0 (-14021) +At time : 96.001 ns Reaction : H^0 (-11206) + OH^0 (-5828) -> No product +At time : 96.001 ns Reaction : OH^0 (-9377) + OH^0 (-5727) -> H2O2^0 (-14022) +At time : 96.001 ns Reaction : e_aq^-1 (-4508) + H3O^1 (-7055) -> H^0 (-14023) +At time : 97.001 ns Reaction : H3O^1 (-5959) + OH^-1 (-13796) -> No product +At time : 97.001 ns Reaction : OH^-1 (-13674) + H3O^1 (-11131) -> No product +At time : 97.001 ns Reaction : e_aq^-1 (-3552) + OH^0 (-7692) -> OH^-1 (-14024) +At time : 98.001 ns Reaction : OH^-1 (-13906) + H3O^1 (-6455) -> No product +At time : 98.001 ns Reaction : OH^0 (-10264) + H^0 (-13273) -> No product +At time : 98.001 ns Reaction : H3O^1 (-11294) + OH^-1 (-13180) -> No product +At time : 98.001 ns Reaction : e_aq^-1 (-5594) + OH^0 (-8615) -> OH^-1 (-14025) +At time : 98.001 ns Reaction : e_aq^-1 (-585) + H3O^1 (-8481) -> H^0 (-14026) +At time : 99.001 ns Reaction : H3O^1 (-6659) + OH^-1 (-13912) -> No product +At time : 99.001 ns Reaction : OH^-1 (-13826) + H3O^1 (-8037) -> No product +At time : 99.001 ns Reaction : OH^-1 (-13748) + H3O^1 (-6193) -> No product +At time : 99.001 ns Reaction : e_aq^-1 (-2049) + H2O2^0 (-13686) -> OH^-1 (-14027) + OH^0 (-14028) +At time : 99.001 ns Reaction : H2O2^0 (-13509) + e_aq^-1 (-1238) -> OH^-1 (-14029) + OH^0 (-14030) +At time : 100 ns Reaction : OH^0 (-13990) + OH^0 (-9037) -> H2O2^0 (-14031) +At time : 100 ns Reaction : e_aq^-1 (-5583) + H3O^1 (-6127) -> H^0 (-14032) +At time : 100 ns Reaction : e_aq^-1 (-5269) + e_aq^-1 (-692) -> OH^-1 (-14033) + OH^-1 (-14034) + H_2^0 (-14035) +At time : 101 ns Reaction : e_aq^-1 (-2757) + H2O2^0 (-13971) -> OH^-1 (-14036) + OH^0 (-14037) +At time : 101 ns Reaction : OH^-1 (-13783) + H3O^1 (-9887) -> No product +At time : 101 ns Reaction : e_aq^-1 (-1289) + H^0 (-12318) -> OH^-1 (-14038) + H_2^0 (-14039) +At time : 101 ns Reaction : e_aq^-1 (-5231) + H2O2^0 (-12282) -> OH^-1 (-14040) + OH^0 (-14041) +At time : 101 ns Reaction : e_aq^-1 (-5466) + H2O2^0 (-12211) -> OH^-1 (-14042) + OH^0 (-14043) +At time : 101 ns Reaction : H2O2^0 (-11893) + e_aq^-1 (-3764) -> OH^-1 (-14044) + OH^0 (-14045) +At time : 102 ns Reaction : OH^0 (-14037) + H^0 (-10705) -> No product +At time : 102 ns Reaction : e_aq^-1 (-1283) + OH^0 (-14030) -> OH^-1 (-14046) +At time : 102 ns Reaction : H^0 (-13977) + e_aq^-1 (-5226) -> OH^-1 (-14047) + H_2^0 (-14048) +At time : 102 ns Reaction : H^0 (-11306) + OH^0 (-6728) -> No product +At time : 102 ns Reaction : OH^0 (-10693) + OH^0 (-7764) -> H2O2^0 (-14049) +At time : 102 ns Reaction : OH^0 (-7066) + OH^0 (-8058) -> H2O2^0 (-14050) +At time : 102 ns Reaction : e_aq^-1 (-1998) + H3O^1 (-6779) -> H^0 (-14051) +At time : 103 ns Reaction : H3O^1 (-9893) + OH^-1 (-14027) -> No product +At time : 103 ns Reaction : H3O^1 (-10137) + OH^-1 (-13944) -> No product +At time : 103 ns Reaction : e_aq^-1 (-4308) + H2O2^0 (-12512) -> OH^-1 (-14052) + OH^0 (-14053) +At time : 103 ns Reaction : H^0 (-11541) + OH^0 (-7982) -> No product +At time : 103 ns Reaction : e_aq^-1 (-3562) + H3O^1 (-6241) -> H^0 (-14054) +At time : 103 ns Reaction : e_aq^-1 (-2177) + OH^0 (-5978) -> OH^-1 (-14055) +At time : 104 ns Reaction : e_aq^-1 (-5504) + H2O2^0 (-12671) -> OH^-1 (-14056) + OH^0 (-14057) +At time : 104 ns Reaction : H3O^1 (-9842) + e_aq^-1 (-2023) -> H^0 (-14058) +At time : 104 ns Reaction : e_aq^-1 (-4333) + H3O^1 (-7531) -> H^0 (-14059) +At time : 105 ns Reaction : H3O^1 (-10594) + OH^-1 (-13900) -> No product +At time : 105 ns Reaction : OH^-1 (-13689) + H3O^1 (-8257) -> No product +At time : 105 ns Reaction : OH^0 (-13618) + e_aq^-1 (-4411) -> OH^-1 (-14060) +At time : 105 ns Reaction : H3O^1 (-6489) + OH^-1 (-13556) -> No product +At time : 105 ns Reaction : e_aq^-1 (-4030) + OH^0 (-5956) -> OH^-1 (-14061) +At time : 106 ns Reaction : H^0 (-13745) + OH^0 (-6710) -> No product +At time : 106 ns Reaction : OH^0 (-9543) + H^0 (-12644) -> No product +At time : 106 ns Reaction : H^0 (-12268) + OH^0 (-10973) -> No product +At time : 106 ns Reaction : OH^0 (-10128) + OH^0 (-6988) -> H2O2^0 (-14062) +At time : 106 ns Reaction : e_aq^-1 (-5268) + H3O^1 (-8185) -> H^0 (-14063) +At time : 106 ns Reaction : e_aq^-1 (-3534) + e_aq^-1 (-3512) -> OH^-1 (-14064) + OH^-1 (-14065) + H_2^0 (-14066) +At time : 107 ns Reaction : OH^-1 (-13820) + H3O^1 (-6517) -> No product +At time : 107 ns Reaction : OH^0 (-12849) + e_aq^-1 (-8881) -> OH^-1 (-14067) +At time : 107 ns Reaction : e_aq^-1 (-1198) + H2O2^0 (-12824) -> OH^-1 (-14068) + OH^0 (-14069) +At time : 107 ns Reaction : e_aq^-1 (-5234) + OH^0 (-8182) -> OH^-1 (-14070) +At time : 108 ns Reaction : H2O2^0 (-13735) + e_aq^-1 (-5517) -> OH^-1 (-14071) + OH^0 (-14072) +At time : 108 ns Reaction : e_aq^-1 (-5162) + H2O2^0 (-13678) -> OH^-1 (-14073) + OH^0 (-14074) +At time : 108 ns Reaction : H^0 (-12737) + e_aq^-1 (-3677) -> OH^-1 (-14075) + H_2^0 (-14076) +At time : 108 ns Reaction : e_aq^-1 (-3857) + H2O2^0 (-11751) -> OH^-1 (-14077) + OH^0 (-14078) +At time : 108 ns Reaction : H2O2^0 (-11560) + e_aq^-1 (-2820) -> OH^-1 (-14079) + OH^0 (-14080) +At time : 108 ns Reaction : e_aq^-1 (-4528) + H2O2^0 (-11464) -> OH^-1 (-14081) + OH^0 (-14082) +At time : 109 ns Reaction : OH^0 (-6022) + OH^0 (-13386) -> H2O2^0 (-14083) +At time : 109 ns Reaction : e_aq^-1 (-619) + e_aq^-1 (-8890) -> OH^-1 (-14084) + OH^-1 (-14085) + H_2^0 (-14086) +At time : 110 ns Reaction : OH^0 (-14080) + e_aq^-1 (-2891) -> OH^-1 (-14087) +At time : 110 ns Reaction : H3O^1 (-6473) + OH^-1 (-13598) -> No product +At time : 110 ns Reaction : e_aq^-1 (-290) + H^0 (-12972) -> OH^-1 (-14088) + H_2^0 (-14089) +At time : 110 ns Reaction : OH^-1 (-12809) + H3O^1 (-6919) -> No product +At time : 110 ns Reaction : e_aq^-1 (-5297) + H2O2^0 (-11657) -> OH^-1 (-14090) + OH^0 (-14091) +At time : 110 ns Reaction : H3O^1 (-9925) + e_aq^-1 (-2319) -> H^0 (-14092) +At time : 110 ns Reaction : OH^0 (-5908) + OH^0 (-7754) -> H2O2^0 (-14093) +At time : 111 ns Reaction : H3O^1 (-6247) + OH^-1 (-14024) -> No product +At time : 111 ns Reaction : H^0 (-12064) + OH^0 (-8102) -> No product +At time : 111 ns Reaction : H^0 (-11208) + OH^0 (-6578) -> No product +At time : 111 ns Reaction : H^0 (-11165) + H^0 (-9401) -> H_2^0 (-14094) +At time : 111 ns Reaction : OH^0 (-10558) + e_aq^-1 (-4264) -> OH^-1 (-14095) +At time : 111 ns Reaction : e_aq^-1 (-3526) + H^0 (-8992) -> OH^-1 (-14096) + H_2^0 (-14097) +At time : 111 ns Reaction : e_aq^-1 (-5073) + H3O^1 (-7229) -> H^0 (-14098) +At time : 111 ns Reaction : e_aq^-1 (-3507) + H3O^1 (-6243) -> H^0 (-14099) +At time : 112 ns Reaction : e_aq^-1 (-241) + OH^0 (-13688) -> OH^-1 (-14100) +At time : 112 ns Reaction : e_aq^-1 (-2937) + H2O2^0 (-12178) -> OH^-1 (-14101) + OH^0 (-14102) +At time : 112 ns Reaction : OH^0 (-10153) + OH^0 (-7110) -> H2O2^0 (-14103) +At time : 112 ns Reaction : e_aq^-1 (-5648) + H3O^1 (-8601) -> H^0 (-14104) +At time : 113 ns Reaction : H3O^1 (-7437) + OH^-1 (-14040) -> No product +At time : 113 ns Reaction : OH^-1 (-13572) + H3O^1 (-6075) -> No product +At time : 113 ns Reaction : H^0 (-12699) + OH^0 (-5910) -> No product +At time : 113 ns Reaction : e_aq^-1 (-4120) + H2O2^0 (-11623) -> OH^-1 (-14105) + OH^0 (-14106) +At time : 113 ns Reaction : e_aq^-1 (-2606) + OH^0 (-9664) -> OH^-1 (-14107) +At time : 114 ns Reaction : e_aq^-1 (-848) + H2O2^0 (-13465) -> OH^-1 (-14108) + OH^0 (-14109) +At time : 114 ns Reaction : OH^0 (-10528) + e_aq^-1 (-4138) -> OH^-1 (-14110) +At time : 115 ns Reaction : e_aq^-1 (-195) + OH^0 (-14043) -> OH^-1 (-14111) +At time : 115 ns Reaction : H3O^1 (-6591) + OH^-1 (-13930) -> No product +At time : 115 ns Reaction : H3O^1 (-9881) + OH^-1 (-13013) -> No product +At time : 115 ns Reaction : e_aq^-1 (-1161) + OH^0 (-12666) -> OH^-1 (-14112) +At time : 115 ns Reaction : H^0 (-10951) + OH^0 (-8387) -> No product +At time : 115 ns Reaction : e_aq^-1 (-4802) + H^0 (-9289) -> OH^-1 (-14113) + H_2^0 (-14114) +At time : 115 ns Reaction : e_aq^-1 (-5399) + OH^0 (-7444) -> OH^-1 (-14115) +At time : 115 ns Reaction : e_aq^-1 (-641) + e_aq^-1 (-5095) -> OH^-1 (-14116) + OH^-1 (-14117) + H_2^0 (-14118) +At time : 116 ns Reaction : e_aq^-1 (-5220) + H2O2^0 (-12806) -> OH^-1 (-14119) + OH^0 (-14120) +At time : 116 ns Reaction : e_aq^-1 (-3966) + H2O2^0 (-12545) -> OH^-1 (-14121) + OH^0 (-14122) +At time : 116 ns Reaction : e_aq^-1 (-418) + H2O2^0 (-11532) -> OH^-1 (-14123) + OH^0 (-14124) +At time : 116 ns Reaction : e_aq^-1 (-11) + OH^0 (-9385) -> OH^-1 (-14125) +At time : 116 ns Reaction : e_aq^-1 (-5335) + e_aq^-1 (-5342) -> OH^-1 (-14126) + OH^-1 (-14127) + H_2^0 (-14128) +At time : 117 ns Reaction : H^0 (-9809) + H^0 (-13836) -> H_2^0 (-14129) +At time : 117 ns Reaction : e_aq^-1 (-4295) + H2O2^0 (-11586) -> OH^-1 (-14130) + OH^0 (-14131) +At time : 117 ns Reaction : e_aq^-1 (-1749) + OH^0 (-6912) -> OH^-1 (-14132) +At time : 118 ns Reaction : OH^0 (-10223) + H^0 (-13832) -> No product +At time : 118 ns Reaction : H2O2^0 (-12880) + e_aq^-1 (-8344) -> OH^-1 (-14133) + OH^0 (-14134) +At time : 118 ns Reaction : e_aq^-1 (-5440) + H3O^1 (-7381) -> H^0 (-14135) +At time : 119 ns Reaction : OH^-1 (-14130) + H3O^1 (-6841) -> No product +At time : 119 ns Reaction : e_aq^-1 (-5409) + OH^0 (-13995) -> OH^-1 (-14136) +At time : 119 ns Reaction : e_aq^-1 (-5476) + OH^0 (-8402) -> OH^-1 (-14137) +At time : 119 ns Reaction : e_aq^-1 (-3694) + H3O^1 (-7749) -> H^0 (-14138) +At time : 119 ns Reaction : e_aq^-1 (-655) + e_aq^-1 (-957) -> OH^-1 (-14139) + OH^-1 (-14140) + H_2^0 (-14141) +At time : 119 ns Reaction : e_aq^-1 (-273) + e_aq^-1 (-471) -> OH^-1 (-14142) + OH^-1 (-14143) + H_2^0 (-14144) +At time : 120 ns Reaction : H3O^1 (-6831) + OH^-1 (-14133) -> No product +At time : 120 ns Reaction : OH^-1 (-14047) + H3O^1 (-7439) -> No product +At time : 120 ns Reaction : OH^-1 (-14004) + H3O^1 (-6671) -> No product +At time : 120 ns Reaction : OH^0 (-13197) + e_aq^-1 (-5511) -> OH^-1 (-14145) +At time : 121 ns Reaction : e_aq^-1 (-4718) + H^0 (-13941) -> OH^-1 (-14146) + H_2^0 (-14147) +At time : 121 ns Reaction : H3O^1 (-6383) + OH^-1 (-12702) -> No product +At time : 121 ns Reaction : OH^0 (-6652) + H^0 (-8980) -> No product +At time : 122 ns Reaction : OH^-1 (-13924) + H3O^1 (-9944) -> No product +At time : 122 ns Reaction : H^0 (-10482) + H^0 (-13545) -> H_2^0 (-14148) +At time : 122 ns Reaction : H^0 (-13380) + OH^0 (-5924) -> No product +At time : 122 ns Reaction : H^0 (-9902) + e_aq^-1 (-4375) -> OH^-1 (-14149) + H_2^0 (-14150) +At time : 122 ns Reaction : e_aq^-1 (-2528) + H3O^1 (-8523) -> H^0 (-14151) +At time : 122 ns Reaction : e_aq^-1 (-2595) + OH^0 (-8522) -> OH^-1 (-14152) +At time : 122 ns Reaction : e_aq^-1 (-5707) + OH^0 (-8282) -> OH^-1 (-14153) +At time : 122 ns Reaction : OH^0 (-6918) + OH^0 (-7568) -> H2O2^0 (-14154) +At time : 123 ns Reaction : H^0 (-9797) + OH^0 (-5912) -> No product +At time : 123 ns Reaction : e_aq^-1 (-4616) + OH^0 (-6012) -> OH^-1 (-14155) +At time : 123 ns Reaction : e_aq^-1 (-2627) + OH^0 (-5920) -> OH^-1 (-14156) +At time : 124 ns Reaction : H3O^1 (-6037) + OH^-1 (-13966) -> No product +At time : 124 ns Reaction : H^0 (-12676) + e_aq^-1 (-2637) -> OH^-1 (-14157) + H_2^0 (-14158) +At time : 125 ns Reaction : H3O^1 (-10342) + OH^-1 (-14137) -> No product +At time : 125 ns Reaction : OH^0 (-13605) + OH^0 (-8675) -> H2O2^0 (-14159) +At time : 125 ns Reaction : OH^0 (-10981) + e_aq^-1 (-4809) -> OH^-1 (-14160) +At time : 125 ns Reaction : e_aq^-1 (-3803) + H3O^1 (-7797) -> H^0 (-14161) +At time : 126 ns Reaction : H3O^1 (-6085) + OH^-1 (-14125) -> No product +At time : 126 ns Reaction : OH^-1 (-14070) + H3O^1 (-7191) -> No product +At time : 126 ns Reaction : OH^0 (-6206) + OH^0 (-13803) -> H2O2^0 (-14162) +At time : 126 ns Reaction : H^0 (-13775) + e_aq^-1 (-8785) -> OH^-1 (-14163) + H_2^0 (-14164) +At time : 126 ns Reaction : e_aq^-1 (-4737) + OH^0 (-7544) -> OH^-1 (-14165) +At time : 127 ns Reaction : OH^-1 (-14111) + H3O^1 (-7353) -> No product +At time : 127 ns Reaction : OH^-1 (-14036) + H3O^1 (-6451) -> No product +At time : 128 ns Reaction : H3O^1 (-10239) + OH^-1 (-13616) -> No product +At time : 128 ns Reaction : e_aq^-1 (-2968) + H2O2^0 (-11958) -> OH^-1 (-14166) + OH^0 (-14167) +At time : 128 ns Reaction : e_aq^-1 (-2059) + H3O^1 (-8784) -> H^0 (-14168) +At time : 128 ns Reaction : e_aq^-1 (-2179) + H3O^1 (-7843) -> H^0 (-14169) +At time : 129 ns Reaction : OH^-1 (-14013) + H3O^1 (-10168) -> No product +At time : 129 ns Reaction : e_aq^-1 (-2919) + OH^0 (-13499) -> OH^-1 (-14170) +At time : 129 ns Reaction : OH^-1 (-13494) + H3O^1 (-8445) -> No product +At time : 129 ns Reaction : e_aq^-1 (-3127) + H3O^1 (-9546) -> H^0 (-14171) +At time : 130 ns Reaction : OH^0 (-14122) + OH^0 (-6682) -> H2O2^0 (-14172) +At time : 130 ns Reaction : OH^-1 (-13485) + H3O^1 (-7473) -> No product +At time : 130 ns Reaction : e_aq^-1 (-3699) + H2O2^0 (-12477) -> OH^-1 (-14173) + OH^0 (-14174) +At time : 130 ns Reaction : e_aq^-1 (-4579) + H3O^1 (-8676) -> H^0 (-14175) +At time : 130 ns Reaction : e_aq^-1 (-4736) + OH^0 (-8429) -> OH^-1 (-14176) +At time : 131 ns Reaction : H^0 (-14017) + OH^0 (-5934) -> No product +At time : 131 ns Reaction : OH^-1 (-13785) + H3O^1 (-7517) -> No product +At time : 131 ns Reaction : H^0 (-13588) + H^0 (-9343) -> H_2^0 (-14177) +At time : 131 ns Reaction : H^0 (-13225) + H^0 (-10023) -> H_2^0 (-14178) +At time : 132 ns Reaction : e_aq^-1 (-229) + OH^0 (-14091) -> OH^-1 (-14179) +At time : 132 ns Reaction : OH^-1 (-14029) + H3O^1 (-8820) -> No product +At time : 132 ns Reaction : H3O^1 (-7295) + OH^-1 (-14020) -> No product +At time : 132 ns Reaction : OH^-1 (-14007) + H3O^1 (-8568) -> No product +At time : 132 ns Reaction : e_aq^-1 (-4812) + H^0 (-13911) -> OH^-1 (-14180) + H_2^0 (-14181) +At time : 133 ns Reaction : H3O^1 (-10391) + OH^-1 (-14179) -> No product +At time : 133 ns Reaction : OH^-1 (-13672) + H3O^1 (-9716) -> No product +At time : 133 ns Reaction : H3O^1 (-9703) + e_aq^-1 (-2416) -> H^0 (-14182) +At time : 134 ns Reaction : OH^-1 (-13822) + H3O^1 (-7629) -> No product +At time : 134 ns Reaction : H3O^1 (-11045) + OH^-1 (-13573) -> No product +At time : 134 ns Reaction : e_aq^-1 (-2796) + H^0 (-9648) -> OH^-1 (-14183) + H_2^0 (-14184) +At time : 135 ns Reaction : OH^-1 (-14166) + H3O^1 (-6453) -> No product +At time : 135 ns Reaction : H2O2^0 (-13347) + e_aq^-1 (-4794) -> OH^-1 (-14185) + OH^0 (-14186) +At time : 135 ns Reaction : e_aq^-1 (-5034) + H3O^1 (-8111) -> H^0 (-14187) +At time : 136 ns Reaction : e_aq^-1 (-4742) + H^0 (-14175) -> OH^-1 (-14188) + H_2^0 (-14189) +At time : 136 ns Reaction : OH^-1 (-14068) + H3O^1 (-6055) -> No product +At time : 136 ns Reaction : H^0 (-12429) + H^0 (-13595) -> H_2^0 (-14190) +At time : 136 ns Reaction : e_aq^-1 (-2260) + H^0 (-12709) -> OH^-1 (-14191) + H_2^0 (-14192) +At time : 136 ns Reaction : H^0 (-12521) + OH^0 (-7034) -> No product +At time : 136 ns Reaction : OH^0 (-6150) + OH^0 (-8489) -> H2O2^0 (-14193) +At time : 137 ns Reaction : e_aq^-1 (-498) + H2O2^0 (-13165) -> OH^-1 (-14194) + OH^0 (-14195) +At time : 137 ns Reaction : H^0 (-13086) + H^0 (-13078) -> H_2^0 (-14196) +At time : 137 ns Reaction : e_aq^-1 (-4223) + H2O2^0 (-11945) -> OH^-1 (-14197) + OH^0 (-14198) +At time : 138 ns Reaction : H^0 (-13103) + H^0 (-14182) -> H_2^0 (-14199) +At time : 138 ns Reaction : e_aq^-1 (-3570) + OH^0 (-7708) -> OH^-1 (-14200) +At time : 139 ns Reaction : H3O^1 (-7001) + OH^-1 (-14155) -> No product +At time : 139 ns Reaction : H3O^1 (-9741) + OH^-1 (-13773) -> No product +At time : 139 ns Reaction : OH^-1 (-13652) + H3O^1 (-6851) -> No product +At time : 139 ns Reaction : e_aq^-1 (-4852) + H2O2^0 (-13389) -> OH^-1 (-14201) + OH^0 (-14202) +At time : 139 ns Reaction : H2O2^0 (-11525) + e_aq^-1 (-3811) -> OH^-1 (-14203) + OH^0 (-14204) +At time : 139 ns Reaction : e_aq^-1 (-4053) + H3O^1 (-7653) -> H^0 (-14205) +At time : 140 ns Reaction : H3O^1 (-6281) + OH^-1 (-13932) -> No product +At time : 140 ns Reaction : H^0 (-13411) + OH^0 (-8174) -> No product +At time : 140 ns Reaction : OH^0 (-10454) + e_aq^-1 (-5462) -> OH^-1 (-14206) +At time : 141 ns Reaction : e_aq^-1 (-1901) + H2O2^0 (-13854) -> OH^-1 (-14207) + OH^0 (-14208) +At time : 141 ns Reaction : H2O2^0 (-12047) + e_aq^-1 (-4235) -> OH^-1 (-14209) + OH^0 (-14210) +At time : 141 ns Reaction : e_aq^-1 (-660) + e_aq^-1 (-4819) -> OH^-1 (-14211) + OH^-1 (-14212) + H_2^0 (-14213) +At time : 142 ns Reaction : e_aq^-1 (-1880) + H^0 (-14168) -> OH^-1 (-14214) + H_2^0 (-14215) +At time : 142 ns Reaction : H3O^1 (-6185) + OH^-1 (-14060) -> No product +At time : 142 ns Reaction : OH^-1 (-13948) + H3O^1 (-6693) -> No product +At time : 142 ns Reaction : H^0 (-13585) + OH^0 (-7806) -> No product +At time : 142 ns Reaction : OH^-1 (-13559) + H3O^1 (-7555) -> No product +At time : 142 ns Reaction : H^0 (-12873) + H^0 (-10317) -> H_2^0 (-14216) +At time : 142 ns Reaction : OH^0 (-10925) + OH^0 (-12836) -> H2O2^0 (-14217) +At time : 142 ns Reaction : e_aq^-1 (-476) + OH^0 (-8198) -> OH^-1 (-14218) +At time : 143 ns Reaction : H^0 (-12589) + OH^0 (-14057) -> No product +At time : 143 ns Reaction : e_aq^-1 (-1533) + H2O2^0 (-12738) -> OH^-1 (-14219) + OH^0 (-14220) +At time : 144 ns Reaction : H3O^1 (-10263) + OH^-1 (-13053) -> No product +At time : 144 ns Reaction : OH^0 (-9363) + e_aq^-1 (-5184) -> OH^-1 (-14221) +At time : 144 ns Reaction : e_aq^-1 (-5418) + H3O^1 (-8598) -> H^0 (-14222) +At time : 144 ns Reaction : e_aq^-1 (-4693) + H3O^1 (-8067) -> H^0 (-14223) +At time : 145 ns Reaction : H3O^1 (-6769) + OH^-1 (-14121) -> No product +At time : 145 ns Reaction : H^0 (-13439) + e_aq^-1 (-4115) -> OH^-1 (-14224) + H_2^0 (-14225) +At time : 145 ns Reaction : e_aq^-1 (-1741) + H^0 (-12564) -> OH^-1 (-14226) + H_2^0 (-14227) +At time : 145 ns Reaction : e_aq^-1 (-3625) + OH^0 (-6388) -> OH^-1 (-14228) +At time : 146 ns Reaction : H3O^1 (-10346) + OH^-1 (-13475) -> No product +At time : 146 ns Reaction : H^0 (-9503) + OH^0 (-13152) -> No product +At time : 146 ns Reaction : OH^0 (-10439) + e_aq^-1 (-688) -> OH^-1 (-14229) +At time : 147 ns Reaction : OH^-1 (-14081) + H3O^1 (-10045) -> No product +At time : 147 ns Reaction : e_aq^-1 (-3946) + H2O2^0 (-11899) -> OH^-1 (-14230) + OH^0 (-14231) +At time : 147 ns Reaction : e_aq^-1 (-2086) + H3O^1 (-6725) -> H^0 (-14232) +At time : 148 ns Reaction : OH^0 (-9647) + OH^0 (-14045) -> H2O2^0 (-14233) +At time : 148 ns Reaction : OH^-1 (-13890) + H3O^1 (-6051) -> No product +At time : 148 ns Reaction : H^0 (-13876) + OH^0 (-6384) -> No product +At time : 148 ns Reaction : OH^0 (-9218) + OH^0 (-6562) -> H2O2^0 (-14234) +At time : 149 ns Reaction : e_aq^-1 (-1984) + H^0 (-13263) -> OH^-1 (-14235) + H_2^0 (-14236) +At time : 150 ns Reaction : OH^-1 (-13350) + H3O^1 (-6961) -> No product +At time : 150 ns Reaction : OH^-1 (-12739) + H3O^1 (-10702) -> No product +At time : 151 ns Reaction : OH^0 (-6810) + H^0 (-14232) -> No product +At time : 151 ns Reaction : e_aq^-1 (-3707) + OH^0 (-14102) -> OH^-1 (-14237) +At time : 151 ns Reaction : OH^-1 (-14038) + H3O^1 (-8003) -> No product +At time : 151 ns Reaction : e_aq^-1 (-5645) + H^0 (-8934) -> OH^-1 (-14238) + H_2^0 (-14239) +At time : 152 ns Reaction : e_aq^-1 (-5491) + e_aq^-1 (-5582) -> OH^-1 (-14240) + OH^-1 (-14241) + H_2^0 (-14242) +At time : 153 ns Reaction : H3O^1 (-9735) + OH^-1 (-14055) -> No product +At time : 153 ns Reaction : e_aq^-1 (-3840) + H3O^1 (-6735) -> H^0 (-14243) +At time : 154 ns Reaction : OH^-1 (-14214) + H3O^1 (-7609) -> No product +At time : 154 ns Reaction : OH^-1 (-13437) + H3O^1 (-8433) -> No product +At time : 155 ns Reaction : H^0 (-13392) + OH^0 (-13566) -> No product +At time : 155 ns Reaction : OH^0 (-12668) + OH^0 (-9424) -> H2O2^0 (-14244) +At time : 155 ns Reaction : e_aq^-1 (-4602) + H2O2^0 (-12174) -> OH^-1 (-14245) + OH^0 (-14246) +At time : 155 ns Reaction : OH^0 (-10661) + e_aq^-1 (-3486) -> OH^-1 (-14247) +At time : 155 ns Reaction : OH^0 (-10012) + e_aq^-1 (-4378) -> OH^-1 (-14248) +At time : 156 ns Reaction : H3O^1 (-10948) + OH^-1 (-13842) -> No product +At time : 157 ns Reaction : H2O2^0 (-11523) + e_aq^-1 (-4826) -> OH^-1 (-14249) + OH^0 (-14250) +At time : 157 ns Reaction : H3O^1 (-10692) + e_aq^-1 (-2990) -> H^0 (-14251) +At time : 158 ns Reaction : H3O^1 (-6309) + OH^-1 (-13449) -> No product +At time : 158 ns Reaction : e_aq^-1 (-5413) + H2O2^0 (-12079) -> OH^-1 (-14252) + OH^0 (-14253) +At time : 158 ns Reaction : e_aq^-1 (-4175) + H2O2^0 (-11653) -> OH^-1 (-14254) + OH^0 (-14255) +At time : 158 ns Reaction : OH^0 (-10526) + e_aq^-1 (-4251) -> OH^-1 (-14256) +At time : 159 ns Reaction : e_aq^-1 (-1972) + H2O2^0 (-11574) -> OH^-1 (-14257) + OH^0 (-14258) +At time : 160 ns Reaction : OH^-1 (-14219) + H3O^1 (-8559) -> No product +At time : 160 ns Reaction : OH^-1 (-14117) + H3O^1 (-8135) -> No product +At time : 160 ns Reaction : H2O2^0 (-14031) + e_aq^-1 (-4332) -> OH^-1 (-14259) + OH^0 (-14260) +At time : 160 ns Reaction : OH^0 (-8687) + H^0 (-13858) -> No product +At time : 160 ns Reaction : e_aq^-1 (-5571) + H2O2^0 (-13035) -> OH^-1 (-14261) + OH^0 (-14262) +At time : 161 ns Reaction : OH^-1 (-14252) + H3O^1 (-7307) -> No product +At time : 161 ns Reaction : OH^0 (-14120) + H^0 (-12311) -> No product +At time : 161 ns Reaction : e_aq^-1 (-5282) + OH^0 (-13976) -> OH^-1 (-14263) +At time : 163 ns Reaction : H3O^1 (-10710) + OH^-1 (-14101) -> No product +At time : 163 ns Reaction : H^0 (-13069) + e_aq^-1 (-4005) -> OH^-1 (-14264) + H_2^0 (-14265) +At time : 164 ns Reaction : H^0 (-12522) + e_aq^-1 (-3608) -> OH^-1 (-14266) + H_2^0 (-14267) +At time : 164 ns Reaction : e_aq^-1 (-5059) + OH^0 (-8579) -> OH^-1 (-14268) +At time : 165 ns Reaction : OH^0 (-14220) + OH^0 (-13452) -> H2O2^0 (-14269) +At time : 165 ns Reaction : OH^0 (-14109) + OH^0 (-8879) -> H2O2^0 (-14270) +At time : 165 ns Reaction : H3O^1 (-7747) + OH^-1 (-13570) -> No product +At time : 166 ns Reaction : OH^-1 (-14211) + H3O^1 (-8215) -> No product +At time : 166 ns Reaction : OH^-1 (-13960) + H3O^1 (-6425) -> No product +At time : 166 ns Reaction : e_aq^-1 (-3602) + H^0 (-13793) -> OH^-1 (-14271) + H_2^0 (-14272) +At time : 166 ns Reaction : H2O2^0 (-13615) + e_aq^-1 (-8518) -> OH^-1 (-14273) + OH^0 (-14274) +At time : 166 ns Reaction : e_aq^-1 (-1482) + H^0 (-12710) -> OH^-1 (-14275) + H_2^0 (-14276) +At time : 167 ns Reaction : OH^-1 (-14183) + H3O^1 (-6567) -> No product +At time : 167 ns Reaction : OH^-1 (-13914) + H3O^1 (-8209) -> No product +At time : 167 ns Reaction : e_aq^-1 (-885) + OH^0 (-7480) -> OH^-1 (-14277) +At time : 168 ns Reaction : OH^-1 (-13893) + H3O^1 (-6045) -> No product +At time : 168 ns Reaction : OH^0 (-9233) + OH^0 (-7780) -> H2O2^0 (-14278) +At time : 169 ns Reaction : H3O^1 (-10813) + OH^-1 (-14256) -> No product +At time : 169 ns Reaction : H3O^1 (-7725) + OH^-1 (-13448) -> No product +At time : 169 ns Reaction : e_aq^-1 (-4984) + OH^0 (-7004) -> OH^-1 (-14279) +At time : 170 ns Reaction : OH^-1 (-14153) + H3O^1 (-7379) -> No product +At time : 170 ns Reaction : e_aq^-1 (-791) + OH^0 (-13486) -> OH^-1 (-14280) +At time : 170 ns Reaction : e_aq^-1 (-147) + H2O2^0 (-13019) -> OH^-1 (-14281) + OH^0 (-14282) +At time : 170 ns Reaction : e_aq^-1 (-5331) + OH^0 (-11239) -> OH^-1 (-14283) +At time : 170 ns Reaction : OH^0 (-7438) + OH^0 (-8927) -> H2O2^0 (-14284) +At time : 171 ns Reaction : H^0 (-9811) + OH^0 (-13114) -> No product +At time : 171 ns Reaction : H3O^1 (-7983) + e_aq^-1 (-8488) -> H^0 (-14285) +At time : 171 ns Reaction : OH^0 (-6184) + OH^0 (-8080) -> H2O2^0 (-14286) +At time : 172 ns Reaction : OH^-1 (-13749) + H3O^1 (-6613) -> No product +At time : 172 ns Reaction : H3O^1 (-11089) + e_aq^-1 (-5152) -> H^0 (-14287) +At time : 173 ns Reaction : H3O^1 (-9669) + OH^-1 (-12742) -> No product +At time : 174 ns Reaction : OH^-1 (-14266) + H3O^1 (-6413) -> No product +At time : 174 ns Reaction : e_aq^-1 (-1079) + H3O^1 (-7975) -> H^0 (-14288) +At time : 175 ns Reaction : e_aq^-1 (-3947) + e_aq^-1 (-2579) -> OH^-1 (-14289) + OH^-1 (-14290) + H_2^0 (-14291) +At time : 176 ns Reaction : H3O^1 (-5927) + OH^-1 (-13974) -> No product +At time : 176 ns Reaction : H3O^1 (-6209) + OH^-1 (-12203) -> No product +At time : 176 ns Reaction : H^0 (-10583) + OH^0 (-7884) -> No product +At time : 177 ns Reaction : OH^-1 (-14085) + H3O^1 (-8271) -> No product +At time : 177 ns Reaction : H^0 (-13771) + e_aq^-1 (-5369) -> OH^-1 (-14292) + H_2^0 (-14293) +At time : 177 ns Reaction : e_aq^-1 (-2077) + H2O2^0 (-13391) -> OH^-1 (-14294) + OH^0 (-14295) +At time : 177 ns Reaction : e_aq^-1 (-3841) + OH^0 (-6618) -> OH^-1 (-14296) +At time : 178 ns Reaction : OH^-1 (-14212) + H3O^1 (-7129) -> No product +At time : 178 ns Reaction : OH^-1 (-12651) + H3O^1 (-7905) -> No product +At time : 180 ns Reaction : OH^-1 (-13997) + H3O^1 (-7799) -> No product +At time : 180 ns Reaction : H3O^1 (-6365) + OH^-1 (-13512) -> No product +At time : 181 ns Reaction : e_aq^-1 (-3630) + OH^0 (-7740) -> OH^-1 (-14297) +At time : 182 ns Reaction : OH^0 (-9419) + OH^0 (-13313) -> H2O2^0 (-14298) +At time : 182 ns Reaction : OH^0 (-10183) + OH^0 (-7052) -> H2O2^0 (-14299) +At time : 183 ns Reaction : OH^-1 (-14145) + H3O^1 (-7171) -> No product +At time : 183 ns Reaction : OH^-1 (-14088) + H3O^1 (-7217) -> No product +At time : 183 ns Reaction : OH^0 (-13528) + OH^0 (-10300) -> H2O2^0 (-14300) +At time : 183 ns Reaction : H2O2^0 (-13252) + e_aq^-1 (-3716) -> OH^-1 (-14301) + OH^0 (-14302) +At time : 185 ns Reaction : H3O^1 (-10555) + OH^-1 (-14257) -> No product +At time : 185 ns Reaction : H^0 (-9120) + H^0 (-13480) -> H_2^0 (-14303) +At time : 185 ns Reaction : e_aq^-1 (-761) + H3O^1 (-8505) -> H^0 (-14304) +At time : 186 ns Reaction : OH^-1 (-14163) + H3O^1 (-7577) -> No product +At time : 186 ns Reaction : OH^0 (-10481) + OH^0 (-13462) -> H2O2^0 (-14305) +At time : 186 ns Reaction : OH^-1 (-13249) + H3O^1 (-10208) -> No product +At time : 187 ns Reaction : OH^-1 (-14142) + H3O^1 (-8625) -> No product +At time : 187 ns Reaction : H3O^1 (-10852) + e_aq^-1 (-4454) -> H^0 (-14306) +At time : 188 ns Reaction : H3O^1 (-6481) + OH^-1 (-14079) -> No product +At time : 189 ns Reaction : H^0 (-13897) + OH^0 (-7532) -> No product +At time : 190 ns Reaction : OH^0 (-14274) + H^0 (-12193) -> No product +At time : 190 ns Reaction : OH^-1 (-14238) + H3O^1 (-7347) -> No product +At time : 190 ns Reaction : e_aq^-1 (-740) + e_aq^-1 (-4864) -> OH^-1 (-14307) + OH^-1 (-14308) + H_2^0 (-14309) +At time : 191 ns Reaction : H3O^1 (-10786) + OH^-1 (-13513) -> No product +At time : 191 ns Reaction : e_aq^-1 (-5388) + H^0 (-11186) -> OH^-1 (-14310) + H_2^0 (-14311) +At time : 192 ns Reaction : OH^0 (-7474) + OH^0 (-13568) -> H2O2^0 (-14312) +At time : 192 ns Reaction : e_aq^-1 (-3719) + H3O^1 (-6417) -> H^0 (-14313) +At time : 192 ns Reaction : e_aq^-1 (-1966) + e_aq^-1 (-2000) -> OH^-1 (-14314) + OH^-1 (-14315) + H_2^0 (-14316) +At time : 194 ns Reaction : H3O^1 (-5909) + OH^-1 (-14087) -> No product +At time : 194 ns Reaction : e_aq^-1 (-4706) + H^0 (-13547) -> OH^-1 (-14317) + H_2^0 (-14318) +At time : 194 ns Reaction : OH^0 (-10288) + e_aq^-1 (-5423) -> OH^-1 (-14319) +At time : 194 ns Reaction : e_aq^-1 (-2999) + H3O^1 (-7729) -> H^0 (-14320) +At time : 195 ns Reaction : e_aq^-1 (-4775) + OH^0 (-14246) -> OH^-1 (-14321) +At time : 195 ns Reaction : OH^-1 (-14139) + H3O^1 (-8862) -> No product +At time : 195 ns Reaction : H3O^1 (-6643) + OH^-1 (-14105) -> No product +At time : 195 ns Reaction : H^0 (-13760) + OH^0 (-8465) -> No product +At time : 195 ns Reaction : e_aq^-1 (-4664) + H2O2^0 (-11759) -> OH^-1 (-14322) + OH^0 (-14323) +At time : 196 ns Reaction : e_aq^-1 (-4116) + H2O2^0 (-14172) -> OH^-1 (-14324) + OH^0 (-14325) +At time : 196 ns Reaction : H^0 (-13779) + OH^0 (-7774) -> No product +At time : 197 ns Reaction : OH^-1 (-13413) + H3O^1 (-7377) -> No product +At time : 197 ns Reaction : H2O2^0 (-13378) + e_aq^-1 (-3692) -> OH^-1 (-14326) + OH^0 (-14327) +At time : 197 ns Reaction : OH^0 (-10432) + e_aq^-1 (-458) -> OH^-1 (-14328) +At time : 198 ns Reaction : OH^-1 (-14185) + H3O^1 (-8577) -> No product +At time : 198 ns Reaction : OH^-1 (-13985) + H3O^1 (-8269) -> No product +At time : 199 ns Reaction : H3O^1 (-7089) + OH^-1 (-14188) -> No product +At time : 199 ns Reaction : OH^-1 (-14126) + H3O^1 (-7157) -> No product +At time : 201 ns Reaction : H3O^1 (-10047) + OH^-1 (-14275) -> No product +At time : 201 ns Reaction : OH^-1 (-14206) + H3O^1 (-8173) -> No product +At time : 201 ns Reaction : H2O2^0 (-12985) + e_aq^-1 (-5209) -> OH^-1 (-14329) + OH^0 (-14330) +At time : 201 ns Reaction : e_aq^-1 (-2057) + H^0 (-12888) -> OH^-1 (-14331) + H_2^0 (-14332) +At time : 201 ns Reaction : e_aq^-1 (-4885) + H3O^1 (-7499) -> H^0 (-14333) +At time : 202 ns Reaction : e_aq^-1 (-112) + H^0 (-14098) -> OH^-1 (-14334) + H_2^0 (-14335) +At time : 202 ns Reaction : OH^-1 (-13922) + H3O^1 (-6687) -> No product +At time : 203 ns Reaction : e_aq^-1 (-3511) + H2O2^0 (-12541) -> OH^-1 (-14336) + OH^0 (-14337) +At time : 203 ns Reaction : e_aq^-1 (-4724) + H3O^1 (-10866) -> H^0 (-14338) +At time : 204 ns Reaction : OH^-1 (-14290) + H3O^1 (-7845) -> No product +At time : 204 ns Reaction : OH^0 (-13125) + OH^0 (-6762) -> H2O2^0 (-14339) +At time : 204 ns Reaction : H^0 (-10234) + e_aq^-1 (-811) -> OH^-1 (-14340) + H_2^0 (-14341) +At time : 205 ns Reaction : H3O^1 (-9394) + OH^-1 (-14090) -> No product +At time : 205 ns Reaction : e_aq^-1 (-3744) + H^0 (-13738) -> OH^-1 (-14342) + H_2^0 (-14343) +At time : 205 ns Reaction : e_aq^-1 (-4105) + H2O2^0 (-12115) -> OH^-1 (-14344) + OH^0 (-14345) +At time : 205 ns Reaction : H^0 (-10080) + OH^0 (-6952) -> No product +At time : 206 ns Reaction : H3O^1 (-9558) + OH^-1 (-14297) -> No product +At time : 207 ns Reaction : e_aq^-1 (-12) + H2O2^0 (-11797) -> OH^-1 (-14346) + OH^0 (-14347) +At time : 207 ns Reaction : e_aq^-1 (-5574) + H3O^1 (-7463) -> H^0 (-14348) +At time : 208 ns Reaction : H3O^1 (-6323) + OH^-1 (-13596) -> No product +At time : 209 ns Reaction : e_aq^-1 (-3729) + H3O^1 (-6487) -> H^0 (-14349) +At time : 210 ns Reaction : OH^-1 (-13420) + H3O^1 (-8273) -> No product +At time : 210 ns Reaction : e_aq^-1 (-4935) + H2O2^0 (-12212) -> OH^-1 (-14350) + OH^0 (-14351) +At time : 210 ns Reaction : e_aq^-1 (-5442) + H3O^1 (-8315) -> H^0 (-14352) +At time : 211 ns Reaction : e_aq^-1 (-5207) + H2O2^0 (-11529) -> OH^-1 (-14353) + OH^0 (-14354) +At time : 214 ns Reaction : H^0 (-13644) + OH^0 (-7844) -> No product +At time : 215 ns Reaction : H3O^1 (-6041) + OH^-1 (-14350) -> No product +At time : 215 ns Reaction : OH^-1 (-14207) + H3O^1 (-10893) -> No product +At time : 215 ns Reaction : OH^-1 (-14073) + H3O^1 (-7219) -> No product +At time : 215 ns Reaction : e_aq^-1 (-1228) + OH^0 (-8056) -> OH^-1 (-14355) +At time : 215 ns Reaction : e_aq^-1 (-5272) + H3O^1 (-7113) -> H^0 (-14356) +At time : 216 ns Reaction : OH^-1 (-14245) + H3O^1 (-7065) -> No product +At time : 216 ns Reaction : e_aq^-1 (-4889) + e_aq^-1 (-4981) -> OH^-1 (-14357) + OH^-1 (-14358) + H_2^0 (-14359) +At time : 218 ns Reaction : H^0 (-9666) + OH^0 (-7786) -> No product +At time : 218 ns Reaction : e_aq^-1 (-5362) + H3O^1 (-8167) -> H^0 (-14360) +At time : 220 ns Reaction : OH^-1 (-14123) + H3O^1 (-7425) -> No product +At time : 221 ns Reaction : OH^0 (-14325) + e_aq^-1 (-2006) -> OH^-1 (-14361) +At time : 221 ns Reaction : OH^-1 (-14317) + H3O^1 (-8586) -> No product +At time : 221 ns Reaction : OH^-1 (-13729) + H3O^1 (-6803) -> No product +At time : 221 ns Reaction : e_aq^-1 (-1193) + OH^0 (-5860) -> OH^-1 (-14362) +At time : 222 ns Reaction : OH^-1 (-13799) + H3O^1 (-7471) -> No product +At time : 222 ns Reaction : e_aq^-1 (-3527) + H2O2^0 (-13561) -> OH^-1 (-14363) + OH^0 (-14364) +At time : 223 ns Reaction : OH^-1 (-14095) + H3O^1 (-8343) -> No product +At time : 223 ns Reaction : OH^0 (-10030) + H^0 (-12712) -> No product +At time : 224 ns Reaction : OH^0 (-5796) + OH^0 (-14008) -> H2O2^0 (-14365) +At time : 224 ns Reaction : e_aq^-1 (-3620) + H3O^1 (-6337) -> H^0 (-14366) +At time : 225 ns Reaction : H^0 (-10618) + H^0 (-9461) -> H_2^0 (-14367) +At time : 226 ns Reaction : OH^0 (-10961) + OH^0 (-6882) -> H2O2^0 (-14368) +At time : 227 ns Reaction : OH^-1 (-13795) + H3O^1 (-6259) -> No product +At time : 228 ns Reaction : OH^0 (-6330) + OH^0 (-13879) -> H2O2^0 (-14369) +At time : 228 ns Reaction : e_aq^-1 (-5570) + H3O^1 (-8442) -> H^0 (-14370) +At time : 228 ns Reaction : e_aq^-1 (-4452) + OH^0 (-6948) -> OH^-1 (-14371) +At time : 228 ns Reaction : OH^0 (-5824) + OH^0 (-6414) -> H2O2^0 (-14372) +At time : 229 ns Reaction : e_aq^-1 (-5455) + OH^0 (-8600) -> OH^-1 (-14373) +At time : 230 ns Reaction : OH^-1 (-14165) + H3O^1 (-8373) -> No product +At time : 230 ns Reaction : OH^0 (-8977) + H^0 (-9004) -> No product +At time : 231 ns Reaction : OH^0 (-13414) + OH^0 (-7162) -> H2O2^0 (-14374) +At time : 231 ns Reaction : H^0 (-10088) + H^0 (-9277) -> H_2^0 (-14375) +At time : 232 ns Reaction : H^0 (-14063) + H^0 (-10370) -> H_2^0 (-14376) +At time : 232 ns Reaction : H3O^1 (-7111) + OH^-1 (-13604) -> No product +At time : 232 ns Reaction : e_aq^-1 (-3537) + H^0 (-12420) -> OH^-1 (-14377) + H_2^0 (-14378) +At time : 232 ns Reaction : H3O^1 (-10792) + e_aq^-1 (-4246) -> H^0 (-14379) +At time : 234 ns Reaction : OH^0 (-6160) + H^0 (-13070) -> No product +At time : 235 ns Reaction : H3O^1 (-10864) + OH^-1 (-14209) -> No product +At time : 237 ns Reaction : e_aq^-1 (-5098) + OH^0 (-13551) -> OH^-1 (-14380) +At time : 237 ns Reaction : OH^-1 (-13101) + H3O^1 (-7685) -> No product +At time : 237 ns Reaction : OH^0 (-9596) + H^0 (-12577) -> No product +At time : 237 ns Reaction : H^0 (-11929) + OH^0 (-8474) -> No product +At time : 238 ns Reaction : e_aq^-1 (-4258) + e_aq^-1 (-4076) -> OH^-1 (-14381) + OH^-1 (-14382) + H_2^0 (-14383) +At time : 239 ns Reaction : OH^-1 (-14108) + H3O^1 (-6023) -> No product +At time : 239 ns Reaction : OH^0 (-13815) + OH^0 (-10372) -> H2O2^0 (-14384) +At time : 239 ns Reaction : H2O2^0 (-11658) + e_aq^-1 (-4887) -> OH^-1 (-14385) + OH^0 (-14386) +At time : 241 ns Reaction : H^0 (-13203) + OH^0 (-7810) -> No product +At time : 242 ns Reaction : H3O^1 (-7105) + OH^-1 (-14307) -> No product +At time : 243 ns Reaction : e_aq^-1 (-5567) + H3O^1 (-11183) -> H^0 (-14387) +At time : 244 ns Reaction : OH^-1 (-13962) + H3O^1 (-7901) -> No product +At time : 245 ns Reaction : OH^-1 (-13975) + H3O^1 (-8213) -> No product +At time : 248 ns Reaction : H3O^1 (-10900) + OH^-1 (-14355) -> No product +At time : 248 ns Reaction : H3O^1 (-7245) + OH^-1 (-14136) -> No product +At time : 249 ns Reaction : OH^0 (-6734) + OH^0 (-6802) -> H2O2^0 (-14388) +At time : 250 ns Reaction : OH^0 (-7026) + OH^0 (-8016) -> H2O2^0 (-14389) +At time : 251 ns Reaction : OH^-1 (-13847) + H3O^1 (-6533) -> No product +At time : 251 ns Reaction : H^0 (-12365) + e_aq^-1 (-5193) -> OH^-1 (-14390) + H_2^0 (-14391) +At time : 251 ns Reaction : e_aq^-1 (-4417) + H2O2^0 (-11624) -> OH^-1 (-14392) + OH^0 (-14393) +At time : 251 ns Reaction : e_aq^-1 (-5623) + H3O^1 (-11156) -> H^0 (-14394) +At time : 251 ns Reaction : e_aq^-1 (-5637) + H3O^1 (-7389) -> H^0 (-14395) +At time : 252 ns Reaction : OH^0 (-10347) + e_aq^-1 (-5212) -> OH^-1 (-14396) +At time : 252 ns Reaction : e_aq^-1 (-4296) + H3O^1 (-6789) -> H^0 (-14397) +At time : 253 ns Reaction : OH^-1 (-13581) + H3O^1 (-8628) -> No product +At time : 253 ns Reaction : OH^0 (-13388) + OH^0 (-8997) -> H2O2^0 (-14398) +At time : 253 ns Reaction : OH^0 (-5775) + e_aq^-1 (-8773) -> OH^-1 (-14399) +At time : 254 ns Reaction : OH^-1 (-14301) + H3O^1 (-7763) -> No product +At time : 254 ns Reaction : H^0 (-11120) + OH^0 (-7456) -> No product +At time : 254 ns Reaction : OH^0 (-10296) + e_aq^-1 (-5482) -> OH^-1 (-14400) +At time : 254 ns Reaction : e_aq^-1 (-4957) + H3O^1 (-7221) -> H^0 (-14401) +At time : 255 ns Reaction : e_aq^-1 (-4656) + H2O2^0 (-13127) -> OH^-1 (-14402) + OH^0 (-14403) +At time : 255 ns Reaction : e_aq^-1 (-1009) + H2O2^0 (-11655) -> OH^-1 (-14404) + OH^0 (-14405) +At time : 256 ns Reaction : H3O^1 (-11041) + OH^-1 (-13891) -> No product +At time : 257 ns Reaction : OH^0 (-14260) + H^0 (-14379) -> No product +At time : 257 ns Reaction : H2O2^0 (-12731) + e_aq^-1 (-3648) -> OH^-1 (-14406) + OH^0 (-14407) +At time : 258 ns Reaction : e_aq^-1 (-964) + H^0 (-12811) -> OH^-1 (-14408) + H_2^0 (-14409) +At time : 259 ns Reaction : OH^-1 (-13838) + H3O^1 (-7511) -> No product +At time : 259 ns Reaction : e_aq^-1 (-4848) + H3O^1 (-7505) -> H^0 (-14410) +At time : 262 ns Reaction : OH^-1 (-14009) + H3O^1 (-5941) -> No product +At time : 262 ns Reaction : OH^0 (-7946) + H^0 (-13121) -> No product +At time : 263 ns Reaction : OH^0 (-9413) + H^0 (-13048) -> No product +At time : 263 ns Reaction : H2O2^0 (-12108) + e_aq^-1 (-4926) -> OH^-1 (-14411) + OH^0 (-14412) +At time : 263 ns Reaction : e_aq^-1 (-2390) + H^0 (-9721) -> OH^-1 (-14413) + H_2^0 (-14414) +At time : 264 ns Reaction : H3O^1 (-6165) + OH^-1 (-14292) -> No product +At time : 264 ns Reaction : e_aq^-1 (-2133) + H2O2^0 (-13409) -> OH^-1 (-14415) + OH^0 (-14416) +At time : 264 ns Reaction : e_aq^-1 (-3272) + H3O^1 (-7709) -> H^0 (-14417) +At time : 267 ns Reaction : e_aq^-1 (-5310) + H2O2^0 (-11488) -> OH^-1 (-14418) + OH^0 (-14419) +At time : 268 ns Reaction : OH^0 (-9547) + H^0 (-14054) -> No product +At time : 268 ns Reaction : OH^-1 (-13850) + H3O^1 (-7007) -> No product +At time : 268 ns Reaction : H^0 (-9511) + e_aq^-1 (-3640) -> OH^-1 (-14420) + H_2^0 (-14421) +At time : 269 ns Reaction : OH^-1 (-13808) + H3O^1 (-6159) -> No product +At time : 269 ns Reaction : H3O^1 (-6299) + OH^-1 (-12945) -> No product +At time : 271 ns Reaction : H^0 (-11998) + OH^0 (-8492) -> No product +At time : 272 ns Reaction : H3O^1 (-7339) + OH^-1 (-13987) -> No product +At time : 272 ns Reaction : e_aq^-1 (-5247) + H^0 (-9080) -> OH^-1 (-14422) + H_2^0 (-14423) +At time : 273 ns Reaction : OH^0 (-13324) + OH^0 (-6048) -> H2O2^0 (-14424) +At time : 274 ns Reaction : OH^-1 (-14228) + H3O^1 (-8730) -> No product +At time : 275 ns Reaction : OH^-1 (-13925) + H3O^1 (-7271) -> No product +At time : 275 ns Reaction : e_aq^-1 (-2113) + OH^0 (-13342) -> OH^-1 (-14425) +At time : 277 ns Reaction : OH^0 (-6380) + OH^0 (-8747) -> H2O2^0 (-14426) +At time : 278 ns Reaction : OH^0 (-6466) + OH^0 (-6526) -> H2O2^0 (-14427) +At time : 280 ns Reaction : H^0 (-10869) + H^0 (-12409) -> H_2^0 (-14428) +At time : 280 ns Reaction : e_aq^-1 (-3623) + H2O2^0 (-11776) -> OH^-1 (-14429) + OH^0 (-14430) +At time : 281 ns Reaction : OH^0 (-14124) + H^0 (-13762) -> No product +At time : 282 ns Reaction : H^0 (-12612) + H^0 (-13179) -> H_2^0 (-14431) +At time : 283 ns Reaction : H3O^1 (-6069) + OH^-1 (-14279) -> No product +At time : 283 ns Reaction : e_aq^-1 (-2612) + H^0 (-12460) -> OH^-1 (-14432) + H_2^0 (-14433) +At time : 284 ns Reaction : OH^-1 (-14324) + H3O^1 (-8697) -> No product +At time : 284 ns Reaction : OH^-1 (-14283) + H3O^1 (-8149) -> No product +At time : 285 ns Reaction : OH^-1 (-14241) + H3O^1 (-8311) -> No product +At time : 285 ns Reaction : OH^-1 (-13621) + H3O^1 (-8177) -> No product +At time : 286 ns Reaction : OH^0 (-13786) + OH^0 (-8567) -> H2O2^0 (-14434) +At time : 286 ns Reaction : e_aq^-1 (-3651) + H2O2^0 (-12059) -> OH^-1 (-14435) + OH^0 (-14436) +At time : 287 ns Reaction : OH^0 (-14131) + OH^0 (-7942) -> H2O2^0 (-14437) +At time : 288 ns Reaction : OH^0 (-14258) + e_aq^-1 (-3955) -> OH^-1 (-14438) +At time : 292 ns Reaction : e_aq^-1 (-4493) + OH^0 (-14351) -> OH^-1 (-14439) +At time : 292 ns Reaction : e_aq^-1 (-2283) + H3O^1 (-10724) -> H^0 (-14440) +At time : 292 ns Reaction : e_aq^-1 (-136) + e_aq^-1 (-173) -> OH^-1 (-14441) + OH^-1 (-14442) + H_2^0 (-14443) +At time : 293 ns Reaction : OH^-1 (-14385) + H3O^1 (-7519) -> No product +At time : 295 ns Reaction : e_aq^-1 (-3969) + OH^0 (-10749) -> OH^-1 (-14444) +At time : 295 ns Reaction : e_aq^-1 (-4510) + e_aq^-1 (-4600) -> OH^-1 (-14445) + OH^-1 (-14446) + H_2^0 (-14447) +At time : 297 ns Reaction : OH^-1 (-13508) + H3O^1 (-7605) -> No product +At time : 297 ns Reaction : H^0 (-11142) + e_aq^-1 (-8458) -> OH^-1 (-14448) + H_2^0 (-14449) +At time : 298 ns Reaction : OH^-1 (-14052) + H3O^1 (-7585) -> No product +At time : 298 ns Reaction : e_aq^-1 (-4757) + H^0 (-13367) -> OH^-1 (-14450) + H_2^0 (-14451) +At time : 298 ns Reaction : e_aq^-1 (-3771) + H3O^1 (-6611) -> H^0 (-14452) +At time : 301 ns Reaction : OH^0 (-14345) + e_aq^-1 (-4006) -> OH^-1 (-14453) +At time : 301 ns Reaction : OH^-1 (-14310) + H3O^1 (-7333) -> No product +At time : 301 ns Reaction : H^0 (-13657) + H^0 (-8936) -> H_2^0 (-14454) +At time : 302 ns Reaction : H3O^1 (-7971) + OH^-1 (-14381) -> No product +At time : 302 ns Reaction : OH^0 (-9206) + e_aq^-1 (-3691) -> OH^-1 (-14455) +At time : 304 ns Reaction : OH^0 (-13665) + OH^0 (-8156) -> H2O2^0 (-14456) +At time : 304 ns Reaction : H3O^1 (-6377) + OH^-1 (-13648) -> No product +At time : 305 ns Reaction : H3O^1 (-9508) + OH^-1 (-14420) -> No product +At time : 305 ns Reaction : H2O2^0 (-11370) + e_aq^-1 (-4192) -> OH^-1 (-14457) + OH^0 (-14458) +At time : 305 ns Reaction : H^0 (-10655) + OH^0 (-6254) -> No product +At time : 306 ns Reaction : H^0 (-13047) + OH^0 (-7434) -> No product +At time : 307 ns Reaction : H3O^1 (-10434) + e_aq^-1 (-141) -> H^0 (-14459) +At time : 308 ns Reaction : e_aq^-1 (-5493) + OH^0 (-7334) -> OH^-1 (-14460) +At time : 309 ns Reaction : OH^-1 (-13658) + H3O^1 (-5915) -> No product +At time : 310 ns Reaction : e_aq^-1 (-5029) + H3O^1 (-10427) -> H^0 (-14461) +At time : 311 ns Reaction : e_aq^-1 (-4124) + H2O2^0 (-11671) -> OH^-1 (-14462) + OH^0 (-14463) +At time : 312 ns Reaction : OH^0 (-7550) + OH^0 (-12917) -> H2O2^0 (-14464) +At time : 313 ns Reaction : OH^0 (-7204) + H^0 (-14459) -> No product +At time : 313 ns Reaction : H3O^1 (-10946) + OH^-1 (-13866) -> No product +At time : 314 ns Reaction : e_aq^-1 (-2312) + H^0 (-12700) -> OH^-1 (-14465) + H_2^0 (-14466) +At time : 316 ns Reaction : OH^0 (-9616) + OH^0 (-14327) -> H2O2^0 (-14467) +At time : 318 ns Reaction : OH^0 (-9179) + OH^0 (-9519) -> H2O2^0 (-14468) +At time : 319 ns Reaction : OH^-1 (-13994) + H3O^1 (-8297) -> No product +At time : 320 ns Reaction : OH^-1 (-13831) + H3O^1 (-7487) -> No product +At time : 320 ns Reaction : H^0 (-12711) + OH^0 (-7030) -> No product +At time : 323 ns Reaction : H^0 (-10729) + H^0 (-14251) -> H_2^0 (-14469) +At time : 323 ns Reaction : e_aq^-1 (-5135) + H^0 (-11866) -> OH^-1 (-14470) + H_2^0 (-14471) +At time : 323 ns Reaction : OH^0 (-10013) + OH^0 (-6926) -> H2O2^0 (-14472) +At time : 324 ns Reaction : OH^-1 (-13024) + H3O^1 (-6897) -> No product +At time : 326 ns Reaction : e_aq^-1 (-4394) + H2O2^0 (-13440) -> OH^-1 (-14473) + OH^0 (-14474) +At time : 326 ns Reaction : H^0 (-13120) + e_aq^-1 (-2216) -> OH^-1 (-14475) + H_2^0 (-14476) +At time : 326 ns Reaction : H^0 (-9470) + OH^0 (-9448) -> No product +At time : 329 ns Reaction : OH^0 (-10007) + OH^0 (-7968) -> H2O2^0 (-14477) +At time : 330 ns Reaction : OH^-1 (-14015) + H3O^1 (-6539) -> No product +At time : 330 ns Reaction : H^0 (-13778) + H^0 (-11970) -> H_2^0 (-14478) +At time : 331 ns Reaction : H^0 (-9858) + OH^0 (-10760) -> No product +At time : 331 ns Reaction : e_aq^-1 (-3816) + H3O^1 (-7767) -> H^0 (-14479) +At time : 332 ns Reaction : e_aq^-1 (-1100) + H3O^1 (-8053) -> H^0 (-14480) +At time : 332 ns Reaction : e_aq^-1 (-3111) + e_aq^-1 (-3510) -> OH^-1 (-14481) + OH^-1 (-14482) + H_2^0 (-14483) +At time : 333 ns Reaction : OH^0 (-13553) + H^0 (-14169) -> No product +At time : 333 ns Reaction : H2O2^0 (-11767) + e_aq^-1 (-551) -> OH^-1 (-14484) + OH^0 (-14485) +At time : 333 ns Reaction : e_aq^-1 (-4420) + e_aq^-1 (-4356) -> OH^-1 (-14486) + OH^-1 (-14487) + H_2^0 (-14488) +At time : 335 ns Reaction : e_aq^-1 (-4221) + H3O^1 (-5997) -> H^0 (-14489) +At time : 338 ns Reaction : e_aq^-1 (-5649) + H3O^1 (-7319) -> H^0 (-14490) +At time : 340 ns Reaction : H^0 (-14401) + H^0 (-13299) -> H_2^0 (-14491) +At time : 340 ns Reaction : H^0 (-12461) + H^0 (-14338) -> H_2^0 (-14492) +At time : 344 ns Reaction : OH^-1 (-14329) + H3O^1 (-7449) -> No product +At time : 344 ns Reaction : OH^-1 (-14277) + H3O^1 (-6099) -> No product +At time : 346 ns Reaction : H^0 (-13927) + OH^0 (-13609) -> No product +At time : 348 ns Reaction : OH^0 (-10918) + OH^0 (-10053) -> H2O2^0 (-14493) +At time : 349 ns Reaction : OH^-1 (-14140) + H3O^1 (-8331) -> No product +At time : 353 ns Reaction : OH^-1 (-12622) + H3O^1 (-7753) -> No product +At time : 354 ns Reaction : H2O2^0 (-11988) + e_aq^-1 (-3802) -> OH^-1 (-14494) + OH^0 (-14495) +At time : 354 ns Reaction : e_aq^-1 (-3388) + H3O^1 (-8529) -> H^0 (-14496) +At time : 355 ns Reaction : OH^-1 (-13920) + H3O^1 (-7107) -> No product +At time : 358 ns Reaction : e_aq^-1 (-2946) + OH^0 (-5896) -> OH^-1 (-14497) +At time : 360 ns Reaction : H3O^1 (-9423) + OH^-1 (-14484) -> No product +At time : 362 ns Reaction : OH^-1 (-14115) + H3O^1 (-7293) -> No product +At time : 363 ns Reaction : e_aq^-1 (-3457) + H3O^1 (-6217) -> H^0 (-14498) +At time : 364 ns Reaction : OH^-1 (-13045) + H3O^1 (-7331) -> No product +At time : 365 ns Reaction : e_aq^-1 (-5389) + H2O2^0 (-11870) -> OH^-1 (-14499) + OH^0 (-14500) +At time : 366 ns Reaction : OH^-1 (-14442) + H3O^1 (-7321) -> No product +At time : 366 ns Reaction : H3O^1 (-10305) + OH^-1 (-14441) -> No product +At time : 366 ns Reaction : OH^0 (-6984) + OH^0 (-12822) -> H2O2^0 (-14501) +At time : 367 ns Reaction : OH^-1 (-13516) + H3O^1 (-6021) -> No product +At time : 371 ns Reaction : e_aq^-1 (-5626) + H2O2^0 (-12125) -> OH^-1 (-14502) + OH^0 (-14503) +At time : 373 ns Reaction : OH^0 (-11115) + H^0 (-14348) -> No product +At time : 373 ns Reaction : OH^-1 (-14077) + H3O^1 (-6645) -> No product +At time : 376 ns Reaction : H3O^1 (-9822) + OH^-1 (-14453) -> No product +At time : 378 ns Reaction : OH^-1 (-13670) + H3O^1 (-8412) -> No product +At time : 380 ns Reaction : e_aq^-1 (-4686) + OH^0 (-6904) -> OH^-1 (-14504) +At time : 382 ns Reaction : e_aq^-1 (-2107) + e_aq^-1 (-2305) -> OH^-1 (-14505) + OH^-1 (-14506) + H_2^0 (-14507) +At time : 383 ns Reaction : OH^-1 (-14173) + H3O^1 (-6253) -> No product +At time : 386 ns Reaction : OH^0 (-13555) + H^0 (-12747) -> No product +At time : 386 ns Reaction : e_aq^-1 (-4832) + H^0 (-12761) -> OH^-1 (-14508) + H_2^0 (-14509) +At time : 389 ns Reaction : OH^0 (-14195) + H^0 (-14387) -> No product +At time : 391 ns Reaction : H^0 (-12908) + e_aq^-1 (-3619) -> OH^-1 (-14510) + H_2^0 (-14511) +At time : 392 ns Reaction : OH^0 (-10956) + H^0 (-13275) -> No product +At time : 394 ns Reaction : OH^-1 (-14404) + H3O^1 (-8139) -> No product +At time : 394 ns Reaction : OH^0 (-11146) + OH^0 (-13734) -> H2O2^0 (-14512) +At time : 395 ns Reaction : OH^-1 (-14340) + H3O^1 (-7521) -> No product +At time : 396 ns Reaction : OH^-1 (-14402) + H3O^1 (-8071) -> No product +At time : 399 ns Reaction : e_aq^-1 (-3524) + H2O2^0 (-12044) -> OH^-1 (-14513) + OH^0 (-14514) +At time : 400 ns Reaction : H^0 (-14489) + OH^0 (-6190) -> No product +At time : 401 ns Reaction : H3O^1 (-8535) + OH^-1 (-13909) -> No product +At time : 404 ns Reaction : e_aq^-1 (-4284) + H3O^1 (-6755) -> H^0 (-14515) +At time : 405 ns Reaction : e_aq^-1 (-5577) + H2O2^0 (-11715) -> OH^-1 (-14516) + OH^0 (-14517) +At time : 405 ns Reaction : e_aq^-1 (-1068) + H3O^1 (-8859) -> H^0 (-14518) +At time : 406 ns Reaction : OH^0 (-6492) + OH^0 (-8987) -> H2O2^0 (-14519) +At time : 406 ns Reaction : e_aq^-1 (-2281) + e_aq^-1 (-2728) -> OH^-1 (-14520) + OH^-1 (-14521) + H_2^0 (-14522) +At time : 407 ns Reaction : e_aq^-1 (-2335) + H3O^1 (-6483) -> H^0 (-14523) +At time : 408 ns Reaction : e_aq^-1 (-994) + H2O2^0 (-11717) -> OH^-1 (-14524) + OH^0 (-14525) +At time : 409 ns Reaction : OH^-1 (-14415) + H3O^1 (-6561) -> No product +At time : 409 ns Reaction : e_aq^-1 (-202) + H2O2^0 (-11727) -> OH^-1 (-14526) + OH^0 (-14527) +At time : 411 ns Reaction : OH^0 (-10881) + OH^0 (-13851) -> H2O2^0 (-14528) +At time : 418 ns Reaction : H^0 (-10474) + OH^0 (-6158) -> No product +At time : 419 ns Reaction : OH^0 (-12670) + OH^0 (-7868) -> H2O2^0 (-14529) +At time : 421 ns Reaction : H3O^1 (-6743) + OH^-1 (-14201) -> No product +At time : 421 ns Reaction : e_aq^-1 (-2440) + H3O^1 (-5951) -> H^0 (-14530) +At time : 422 ns Reaction : H^0 (-13739) + OH^0 (-8308) -> No product +At time : 425 ns Reaction : e_aq^-1 (-5004) + H2O2^0 (-12075) -> OH^-1 (-14531) + OH^0 (-14532) +At time : 426 ns Reaction : H3O^1 (-9611) + OH^-1 (-13972) -> No product +At time : 427 ns Reaction : H^0 (-13327) + OH^0 (-13210) -> No product +At time : 428 ns Reaction : e_aq^-1 (-5540) + OH^0 (-7282) -> OH^-1 (-14533) +At time : 429 ns Reaction : OH^-1 (-13548) + H3O^1 (-6621) -> No product +At time : 431 ns Reaction : H3O^1 (-10438) + e_aq^-1 (-5246) -> H^0 (-14534) +At time : 434 ns Reaction : e_aq^-1 (-3595) + OH^0 (-7718) -> OH^-1 (-14535) +At time : 435 ns Reaction : H3O^1 (-6399) + OH^-1 (-14170) -> No product +At time : 440 ns Reaction : H3O^1 (-6397) + OH^-1 (-13752) -> No product +At time : 440 ns Reaction : OH^0 (-9830) + OH^0 (-5962) -> H2O2^0 (-14536) +At time : 440 ns Reaction : OH^0 (-9303) + OH^0 (-8501) -> H2O2^0 (-14537) +At time : 441 ns Reaction : OH^-1 (-13955) + H3O^1 (-8243) -> No product +At time : 443 ns Reaction : H3O^1 (-7037) + OH^-1 (-14353) -> No product +At time : 446.17 ns Reaction : OH^-1 (-13978) + H3O^1 (-7079) -> No product +At time : 447.17 ns Reaction : H^0 (-13372) + H^0 (-14306) -> H_2^0 (-14538) +At time : 449.17 ns Reaction : H^0 (-12523) + H^0 (-14490) -> H_2^0 (-14539) +At time : 452.17 ns Reaction : OH^0 (-14419) + H^0 (-9072) -> No product +At time : 453.17 ns Reaction : e_aq^-1 (-3674) + H3O^1 (-7787) -> H^0 (-14540) +At time : 454.17 ns Reaction : OH^-1 (-14157) + H3O^1 (-7803) -> No product +At time : 455.17 ns Reaction : H^0 (-9302) + H^0 (-13619) -> H_2^0 (-14541) +At time : 455.17 ns Reaction : e_aq^-1 (-4134) + OH^0 (-13520) -> OH^-1 (-14542) +At time : 457.17 ns Reaction : OH^-1 (-14314) + H3O^1 (-6571) -> No product +At time : 462.17 ns Reaction : e_aq^-1 (-95) + H3O^1 (-10371) -> H^0 (-14543) +At time : 462.17 ns Reaction : e_aq^-1 (-2514) + H3O^1 (-6601) -> H^0 (-14544) +At time : 465.17 ns Reaction : OH^-1 (-13531) + H3O^1 (-6375) -> No product +At time : 467.17 ns Reaction : H2O2^0 (-11506) + e_aq^-1 (-8710) -> OH^-1 (-14545) + OH^0 (-14546) +At time : 469.17 ns Reaction : OH^0 (-14231) + OH^0 (-6684) -> H2O2^0 (-14547) +At time : 471.17 ns Reaction : H^0 (-9369) + e_aq^-1 (-5345) -> OH^-1 (-14548) + H_2^0 (-14549) +At time : 476.17 ns Reaction : H^0 (-10039) + H^0 (-11710) -> H_2^0 (-14550) +At time : 478.17 ns Reaction : OH^0 (-9581) + H^0 (-13446) -> No product +At time : 479.17 ns Reaction : e_aq^-1 (-4813) + H2O2^0 (-14437) -> OH^-1 (-14551) + OH^0 (-14552) +At time : 484.17 ns Reaction : e_aq^-1 (-5360) + H2O2^0 (-11716) -> OH^-1 (-14553) + OH^0 (-14554) +At time : 485.17 ns Reaction : H2O2^0 (-11619) + e_aq^-1 (-4007) -> OH^-1 (-14555) + OH^0 (-14556) +At time : 489.17 ns Reaction : OH^-1 (-14506) + H3O^1 (-7841) -> No product +At time : 489.17 ns Reaction : e_aq^-1 (-2129) + H^0 (-14480) -> OH^-1 (-14557) + H_2^0 (-14558) +At time : 489.17 ns Reaction : OH^-1 (-14268) + H3O^1 (-5847) -> No product +At time : 490.17 ns Reaction : H3O^1 (-10103) + e_aq^-1 (-3939) -> H^0 (-14559) +At time : 492.17 ns Reaction : e_aq^-1 (-5259) + H2O2^0 (-11466) -> OH^-1 (-14560) + OH^0 (-14561) +At time : 496.17 ns Reaction : e_aq^-1 (-3721) + H3O^1 (-9757) -> H^0 (-14562) +At time : 497.17 ns Reaction : H^0 (-13736) + OH^0 (-8396) -> No product +At time : 499.17 ns Reaction : H3O^1 (-10680) + e_aq^-1 (-2950) -> H^0 (-14563) +At time : 500.17 ns Reaction : OH^0 (-10596) + OH^0 (-13940) -> H2O2^0 (-14564) +At time : 501.17 ns Reaction : e_aq^-1 (-1047) + H2O2^0 (-14299) -> OH^-1 (-14565) + OH^0 (-14566) +At time : 501.17 ns Reaction : OH^0 (-13921) + H^0 (-12058) -> No product +At time : 503.17 ns Reaction : OH^0 (-9134) + e_aq^-1 (-8410) -> OH^-1 (-14567) +At time : 506.17 ns Reaction : e_aq^-1 (-5484) + H2O2^0 (-14022) -> OH^-1 (-14568) + OH^0 (-14569) +At time : 507.17 ns Reaction : OH^0 (-7742) + H^0 (-14349) -> No product +At time : 510.36 ns Reaction : OH^0 (-9159) + H^0 (-14498) -> No product +At time : 510.36 ns Reaction : H^0 (-14313) + OH^0 (-7744) -> No product +At time : 511.36 ns Reaction : OH^0 (-14074) + OH^0 (-10312) -> H2O2^0 (-14570) +At time : 511.36 ns Reaction : e_aq^-1 (-3860) + OH^0 (-13717) -> OH^-1 (-14571) +At time : 513.77 ns Reaction : H3O^1 (-10214) + OH^-1 (-14025) -> No product +At time : 514.77 ns Reaction : OH^0 (-14517) + H^0 (-12362) -> No product +At time : 515.77 ns Reaction : OH^-1 (-14264) + H3O^1 (-6823) -> No product +At time : 520.77 ns Reaction : H3O^1 (-7363) + OH^-1 (-13405) -> No product +At time : 522.77 ns Reaction : H3O^1 (-10753) + OH^-1 (-14425) -> No product +At time : 522.77 ns Reaction : e_aq^-1 (-4488) + OH^0 (-7894) -> OH^-1 (-14572) +At time : 525.77 ns Reaction : e_aq^-1 (-3794) + H2O2^0 (-12317) -> OH^-1 (-14573) + OH^0 (-14574) +At time : 529.77 ns Reaction : OH^-1 (-13681) + H3O^1 (-8319) -> No product +At time : 531.77 ns Reaction : e_aq^-1 (-3700) + OH^0 (-9001) -> OH^-1 (-14575) +At time : 534.77 ns Reaction : OH^0 (-5994) + OH^0 (-12191) -> H2O2^0 (-14576) +At time : 538.77 ns Reaction : H3O^1 (-6555) + OH^-1 (-13980) -> No product +At time : 547.77 ns Reaction : OH^0 (-9754) + e_aq^-1 (-3725) -> OH^-1 (-14577) +At time : 553.77 ns Reaction : OH^0 (-7176) + e_aq^-1 (-8644) -> OH^-1 (-14578) +At time : 555.77 ns Reaction : OH^-1 (-14334) + H3O^1 (-8147) -> No product +At time : 557.77 ns Reaction : OH^-1 (-13967) + H3O^1 (-7075) -> No product +At time : 560.77 ns Reaction : OH^0 (-9591) + e_aq^-1 (-3676) -> OH^-1 (-14579) +At time : 564.77 ns Reaction : H3O^1 (-6781) + OH^-1 (-14573) -> No product +At time : 566.77 ns Reaction : H3O^1 (-6105) + OH^-1 (-14499) -> No product +At time : 566.77 ns Reaction : e_aq^-1 (-2164) + H^0 (-12026) -> OH^-1 (-14580) + H_2^0 (-14581) +At time : 568.77 ns Reaction : OH^0 (-9184) + OH^0 (-14514) -> H2O2^0 (-14582) +At time : 570.77 ns Reaction : H3O^1 (-10324) + OH^-1 (-14100) -> No product +At time : 574.77 ns Reaction : H3O^1 (-9384) + OH^-1 (-14263) -> No product +At time : 574.77 ns Reaction : OH^-1 (-13939) + H3O^1 (-6857) -> No product +At time : 579.77 ns Reaction : e_aq^-1 (-5602) + H^0 (-14104) -> OH^-1 (-14583) + H_2^0 (-14584) +At time : 579.77 ns Reaction : e_aq^-1 (-1324) + H3O^1 (-7131) -> H^0 (-14585) +At time : 584.77 ns Reaction : e_aq^-1 (-3593) + H3O^1 (-6349) -> H^0 (-14586) +At time : 589.77 ns Reaction : H3O^1 (-11303) + OH^-1 (-14152) -> No product +At time : 591.77 ns Reaction : H3O^1 (-6713) + OH^-1 (-14572) -> No product +At time : 595.77 ns Reaction : OH^0 (-14532) + e_aq^-1 (-4830) -> OH^-1 (-14587) +At time : 596.77 ns Reaction : H3O^1 (-10972) + OH^-1 (-14580) -> No product +At time : 597.77 ns Reaction : OH^0 (-13491) + H^0 (-12097) -> No product +At time : 597.77 ns Reaction : H2O2^0 (-11366) + e_aq^-1 (-5315) -> OH^-1 (-14588) + OH^0 (-14589) +At time : 598.77 ns Reaction : e_aq^-1 (-441) + H3O^1 (-8484) -> H^0 (-14590) +At time : 599.77 ns Reaction : e_aq^-1 (-2385) + H2O2^0 (-11728) -> OH^-1 (-14591) + OH^0 (-14592) +At time : 600.77 ns Reaction : OH^-1 (-14061) + H3O^1 (-6845) -> No product +At time : 605.77 ns Reaction : OH^-1 (-14460) + H3O^1 (-7299) -> No product +At time : 611.77 ns Reaction : OH^0 (-10397) + OH^0 (-8190) -> H2O2^0 (-14593) +At time : 614.77 ns Reaction : H3O^1 (-9919) + OH^-1 (-14315) -> No product +At time : 614.77 ns Reaction : e_aq^-1 (-4412) + OH^0 (-9432) -> OH^-1 (-14594) +At time : 622.77 ns Reaction : OH^0 (-14053) + OH^0 (-13663) -> H2O2^0 (-14595) +At time : 625.77 ns Reaction : OH^0 (-13983) + e_aq^-1 (-5679) -> OH^-1 (-14596) +At time : 636.77 ns Reaction : e_aq^-1 (-2863) + H^0 (-13243) -> OH^-1 (-14597) + H_2^0 (-14598) +At time : 640.77 ns Reaction : e_aq^-1 (-5103) + H2O2^0 (-13507) -> OH^-1 (-14599) + OH^0 (-14600) +At time : 643.77 ns Reaction : OH^-1 (-14502) + H3O^1 (-8229) -> No product +At time : 649.77 ns Reaction : OH^0 (-14255) + OH^0 (-14106) -> H2O2^0 (-14601) +At time : 650.77 ns Reaction : OH^0 (-14474) + H^0 (-12116) -> No product +At time : 651.77 ns Reaction : OH^0 (-11084) + H^0 (-8952) -> No product +At time : 652.77 ns Reaction : OH^-1 (-14494) + H3O^1 (-7757) -> No product +At time : 652.77 ns Reaction : OH^-1 (-13855) + H3O^1 (-7857) -> No product +At time : 653.77 ns Reaction : H^0 (-14440) + e_aq^-1 (-3925) -> OH^-1 (-14602) + H_2^0 (-14603) +At time : 654.77 ns Reaction : OH^-1 (-14067) + H3O^1 (-10222) -> No product +At time : 668.77 ns Reaction : H3O^1 (-10686) + OH^-1 (-14455) -> No product +At time : 669.77 ns Reaction : OH^-1 (-14042) + H3O^1 (-8640) -> No product +At time : 669.77 ns Reaction : OH^-1 (-14033) + H3O^1 (-8231) -> No product +At time : 677.77 ns Reaction : OH^0 (-12427) + OH^0 (-6992) -> H2O2^0 (-14604) +At time : 683.77 ns Reaction : H^0 (-14410) + H^0 (-13792) -> H_2^0 (-14605) +At time : 684.77 ns Reaction : OH^-1 (-14508) + H3O^1 (-7021) -> No product +At time : 684.77 ns Reaction : OH^0 (-13493) + OH^0 (-5862) -> H2O2^0 (-14606) +At time : 687.77 ns Reaction : OH^0 (-10645) + OH^0 (-6258) -> H2O2^0 (-14607) +At time : 689.77 ns Reaction : OH^-1 (-14362) + H3O^1 (-8430) -> No product +At time : 692.77 ns Reaction : OH^-1 (-14280) + H3O^1 (-7285) -> No product +At time : 700.77 ns Reaction : e_aq^-1 (-5689) + H3O^1 (-7357) -> H^0 (-14608) +At time : 702.77 ns Reaction : OH^-1 (-14342) + H3O^1 (-10694) -> No product +At time : 703.77 ns Reaction : e_aq^-1 (-3923) + OH^0 (-6622) -> OH^-1 (-14609) +At time : 712.77 ns Reaction : H^0 (-9886) + OH^0 (-6668) -> No product +At time : 720.77 ns Reaction : OH^-1 (-13787) + H3O^1 (-5849) -> No product +At time : 726.77 ns Reaction : H2O2^0 (-11450) + e_aq^-1 (-424) -> OH^-1 (-14610) + OH^0 (-14611) +At time : 731.77 ns Reaction : H^0 (-14562) + OH^0 (-6430) -> No product +At time : 731.77 ns Reaction : H3O^1 (-10574) + OH^-1 (-13946) -> No product +At time : 737.77 ns Reaction : e_aq^-1 (-4934) + H3O^1 (-8119) -> H^0 (-14612) +At time : 738.77 ns Reaction : e_aq^-1 (-3568) + OH^0 (-6406) -> OH^-1 (-14613) +At time : 741.77 ns Reaction : e_aq^-1 (-2722) + H2O2^0 (-12238) -> OH^-1 (-14614) + OH^0 (-14615) +At time : 748.77 ns Reaction : H3O^1 (-6593) + OH^-1 (-14344) -> No product +At time : 750.77 ns Reaction : OH^0 (-10489) + H^0 (-14585) -> No product +At time : 754.77 ns Reaction : e_aq^-1 (-3550) + H2O2^0 (-12182) -> OH^-1 (-14616) + OH^0 (-14617) +At time : 757.77 ns Reaction : H3O^1 (-6873) + OH^-1 (-14599) -> No product +At time : 758.77 ns Reaction : e_aq^-1 (-5206) + H3O^1 (-7051) -> H^0 (-14618) +At time : 760.77 ns Reaction : OH^-1 (-13614) + H3O^1 (-8553) -> No product +At time : 762.77 ns Reaction : OH^-1 (-14392) + H3O^1 (-6813) -> No product +At time : 773.77 ns Reaction : OH^-1 (-14308) + H3O^1 (-7967) -> No product +At time : 778.77 ns Reaction : OH^-1 (-14261) + H3O^1 (-7133) -> No product +At time : 783.77 ns Reaction : OH^0 (-7860) + H^0 (-14530) -> No product +At time : 783.77 ns Reaction : OH^0 (-10606) + OH^0 (-10778) -> H2O2^0 (-14619) +At time : 789.77 ns Reaction : H3O^1 (-9177) + e_aq^-1 (-3678) -> H^0 (-14620) +At time : 796.77 ns Reaction : OH^0 (-9163) + OH^0 (-9213) -> H2O2^0 (-14621) +At time : 798.77 ns Reaction : e_aq^-1 (-2109) + H^0 (-12959) -> OH^-1 (-14622) + H_2^0 (-14623) +At time : 799.77 ns Reaction : e_aq^-1 (-3670) + OH^0 (-6436) -> OH^-1 (-14624) +At time : 800.77 ns Reaction : H3O^1 (-10018) + OH^-1 (-14444) -> No product +At time : 810.77 ns Reaction : H^0 (-13470) + OH^0 (-6620) -> No product +At time : 812.77 ns Reaction : OH^-1 (-13662) + H3O^1 (-5831) -> No product +At time : 815.77 ns Reaction : H^0 (-9331) + e_aq^-1 (-5321) -> OH^-1 (-14625) + H_2^0 (-14626) +At time : 822.77 ns Reaction : e_aq^-1 (-1882) + H3O^1 (-7641) -> H^0 (-14627) +At time : 831.77 ns Reaction : OH^-1 (-14524) + H3O^1 (-7231) -> No product +At time : 836.77 ns Reaction : H^0 (-9157) + H^0 (-14496) -> H_2^0 (-14628) +At time : 837.77 ns Reaction : OH^0 (-5892) + H^0 (-14452) -> No product +At time : 839.77 ns Reaction : OH^0 (-14592) + OH^0 (-7840) -> H2O2^0 (-14629) +At time : 840.77 ns Reaction : OH^0 (-14485) + OH^0 (-6986) -> H2O2^0 (-14630) +At time : 840.77 ns Reaction : e_aq^-1 (-4660) + OH^0 (-5976) -> OH^-1 (-14631) +At time : 849.77 ns Reaction : H^0 (-14356) + OH^0 (-11051) -> No product +At time : 849.77 ns Reaction : H^0 (-9217) + e_aq^-1 (-2547) -> OH^-1 (-14632) + H_2^0 (-14633) +At time : 858.77 ns Reaction : OH^0 (-13706) + OH^0 (-7214) -> H2O2^0 (-14634) +At time : 861.77 ns Reaction : OH^0 (-9677) + OH^0 (-14078) -> H2O2^0 (-14635) +At time : 868.77 ns Reaction : H3O^1 (-10870) + e_aq^-1 (-4814) -> H^0 (-14636) +At time : 871.77 ns Reaction : OH^0 (-13747) + OH^0 (-8168) -> H2O2^0 (-14637) +At time : 876.77 ns Reaction : H3O^1 (-6107) + OH^-1 (-14400) -> No product +At time : 877.77 ns Reaction : e_aq^-1 (-3643) + H3O^1 (-7745) -> H^0 (-14638) +At time : 879.77 ns Reaction : e_aq^-1 (-2328) + H2O2^0 (-11706) -> OH^-1 (-14639) + OH^0 (-14640) +At time : 882.77 ns Reaction : H^0 (-13601) + OH^0 (-14295) -> No product +At time : 885.77 ns Reaction : OH^0 (-10958) + OH^0 (-14403) -> H2O2^0 (-14641) +At time : 891.77 ns Reaction : H3O^1 (-11066) + OH^-1 (-14084) -> No product +At time : 892.77 ns Reaction : e_aq^-1 (-2068) + H2O2^0 (-14269) -> OH^-1 (-14642) + OH^0 (-14643) +At time : 895.77 ns Reaction : OH^-1 (-13907) + H3O^1 (-5987) -> No product +At time : 896.77 ns Reaction : OH^0 (-6576) + OH^0 (-7648) -> H2O2^0 (-14644) +At time : 906.77 ns Reaction : OH^-1 (-14487) + H3O^1 (-7821) -> No product +At time : 907.77 ns Reaction : OH^0 (-14463) + OH^0 (-7932) -> H2O2^0 (-14645) +At time : 917.77 ns Reaction : OH^0 (-10393) + H^0 (-10290) -> No product +At time : 924.77 ns Reaction : OH^-1 (-14358) + H3O^1 (-8235) -> No product +At time : 926.77 ns Reaction : OH^0 (-14337) + e_aq^-1 (-3558) -> OH^-1 (-14646) +At time : 928.77 ns Reaction : OH^0 (-6870) + OH^0 (-7914) -> H2O2^0 (-14647) +At time : 930.77 ns Reaction : H^0 (-13390) + OH^0 (-8420) -> No product +At time : 931.77 ns Reaction : e_aq^-1 (-4037) + H^0 (-14151) -> OH^-1 (-14648) + H_2^0 (-14649) +At time : 937.77 ns Reaction : e_aq^-1 (-4748) + OH^0 (-7970) -> OH^-1 (-14650) +At time : 951.77 ns Reaction : OH^-1 (-14567) + H3O^1 (-8131) -> No product +At time : 953.77 ns Reaction : H^0 (-13569) + OH^0 (-6972) -> No product +At time : 956.77 ns Reaction : OH^-1 (-14096) + H3O^1 (-6239) -> No product +At time : 956.77 ns Reaction : H^0 (-13763) + OH^0 (-8302) -> No product +At time : 959.77 ns Reaction : e_aq^-1 (-4379) + OH^0 (-14393) -> OH^-1 (-14651) +At time : 961.77 ns Reaction : H3O^1 (-6523) + OH^-1 (-14513) -> No product +At time : 973.77 ns Reaction : H^0 (-14397) + H^0 (-13999) -> H_2^0 (-14652) +At time : 973.77 ns Reaction : OH^-1 (-14160) + H3O^1 (-7929) -> No product +At time : 985.77 ns Reaction : OH^-1 (-14180) + H3O^1 (-7963) -> No product +At time : 986.77 ns Reaction : OH^0 (-14364) + H^0 (-12153) -> No product +At time : 989.77 ns Reaction : OH^-1 (-13956) + H3O^1 (-7765) -> No product +At time : 989.77 ns Reaction : OH^0 (-6832) + OH^0 (-7936) -> H2O2^0 (-14653) +At time : 990.77 ns Reaction : H2O2^0 (-11530) + e_aq^-1 (-5527) -> OH^-1 (-14654) + OH^0 (-14655) +At time : 995.77 ns Reaction : e_aq^-1 (-352) + H^0 (-10102) -> OH^-1 (-14656) + H_2^0 (-14657) +At time : 996.77 ns Reaction : H3O^1 (-10970) + e_aq^-1 (-4351) -> H^0 (-14658) +At time : 997.77 ns Reaction : OH^-1 (-14578) + H3O^1 (-6043) -> No product *** G4Scheduler ends at time : 1 us ___________________________________ diff --git a/examples/extended/medical/dna/chem3/History b/examples/extended/medical/dna/chem3/History index 56270da572..591d7a8ca2 100644 --- a/examples/extended/medical/dna/chem3/History +++ b/examples/extended/medical/dna/chem3/History @@ -1,18 +1,16 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Example chem3 History - chem3 History file - ------------------ -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- + +## 2021-12-10 Ben Morgan (chem3-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 14.07.2021 John Allison tag chem3-V10-07-01 ----------------------------------------------------- diff --git a/examples/extended/medical/dna/chem3/chem3.out b/examples/extended/medical/dna/chem3/chem3.out index 4c02101afa..c01454700a 100644 --- a/examples/extended/medical/dna/chem3/chem3.out +++ b/examples/extended/medical/dna/chem3/chem3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,24 +21,6 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ===== Register constructor ==== G4EmDNAPhysics ===== Register constructor ==== G4EmDNAChemistry -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -58,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -96,12 +82,13 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -113,22 +100,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -136,18 +124,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -182,64 +170,75 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. End of tracking primary particle, its final energy is :25 meV @@ -305,13 +304,9 @@ At time : 30.425 ns Reaction : OH^0 (-124) + H^0 (-223) -> No product At time : 32.989 ns Reaction : e_aq^-1 (-90) + OH^0 (-118) -> OH^-1 (-233) At time : 35.664 ns Reaction : e_aq^-1 (-86) + H3O^1 (-167) -> H^0 (-234) At time : 40.406 ns Reaction : OH^-1 (-229) + H3O^1 (-119) -> No product -At time : 61.886 ns Reaction : H^0 (-188) + OH^0 (-110) -> No product -At time : 94.739 ns Reaction : e_aq^-1 (-37) + H3O^1 (-157) -> H^0 (-235) +At time : 61.89 ns Reaction : H^0 (-188) + OH^0 (-110) -> No product *** G4Scheduler ends at time : 100 ns ___________________________________ Seed used :1 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/chem4/.README.txt b/examples/extended/medical/dna/chem4/.README.txt index 7e18659734..30d7664ada 100644 --- a/examples/extended/medical/dna/chem4/.README.txt +++ b/examples/extended/medical/dna/chem4/.README.txt @@ -39,7 +39,22 @@ The default geometry is constructed in DetectorConstruction class. G4EmDNAChemistry constructors. It will later be updated to use the G4EmDNAModelActivator constructor -\section CHEM4_s3 ACTION INITALIZATION +\section CHEM4_s3 CHEMISTRY MODEL AND CHEMICAL REACTION LIST + + UI species are defined by format : + username [ molecule | charge | D(m2/s) | Radius(nm) ] + where : *username* is decided by users, *molecule* is used by Geant4, + *D* is diffusion constant, *Radius* is reaction radius. + Spaces between characters are needed. + + UI reactions are defined by format : + /chem/reaction/add H + H -> H2 | Fix | 1.2e10 | 0 + where : *H* is username, *1.2e10* is reaction rate, *0* is reaction type. + Spaces between characters are needed. + + (parameters can be found in Prog. Nucl. Sci. Tec. 2 (2011)) + +\section CHEM4_s4 ACTION INITALIZATION The class ActionInitialization instantiates and registers to Geant4 kernel all user action classes. @@ -55,7 +70,7 @@ The default geometry is constructed in DetectorConstruction class. ActionInitialization::BuildForMaster() which is invoked only in multi-threading mode. -\section CHEM4_s4 AN EVENT: PRIMARY GENERATOR +\section CHEM4_s5 AN EVENT: PRIMARY GENERATOR The primary kinematic consists of a single particle starting at the center of the box. The type of the particle and its energy are set in the @@ -64,9 +79,9 @@ The default geometry is constructed in DetectorConstruction class. The chemistry module is triggered in the StackingAction class when all physical tracks have been processed. -\section CHEM4_s5 DETECTOR RESPONSE : Scorers +\section CHEM4_s6 DETECTOR RESPONSE : Scorers -\subsection CHEM4_s5_sub1 Species scorer +\subsection CHEM4_s6_sub1 Species scorer Scorers are defined in DetectorConstruction::ConstructSDandField(). There is one G4MultiFunctionalDetector object which computes the energy deposition and @@ -87,7 +102,7 @@ The default geometry is constructed in DetectorConstruction class. ntuple file Species.root. The root macro program PlotNtuple.C can be used to plot the G values vs time, for each species. -\subsection CHEM4_s5_sub2 Primary Killer +\subsection CHEM4_s6_sub2 Primary Killer The G-values are computing for a range of deposited energy. We are in an infinite volume. Therefore the energy lost by the primary equals the deposited energy since all secondary particles @@ -116,14 +131,14 @@ The default geometry is constructed in DetectorConstruction class. The species scorer must check whether the event was aborted before taking it or not into account for the computation of the results. -\section CHEM4_s6 STACKING ACTION +\section CHEM4_s7 STACKING ACTION StackingAction::NewStage is called when a stack of tracks has been processed (for more details, look at the Geant4 documentation). A verification on whether physical tracks remain to be processed is done. If no tracks remain to be processed, the chemical module is then triggered. -\section CHEM4_s7 VISUALISATION +\section CHEM4_s8 VISUALISATION The visualization manager is set via the G4VisExecutive class in the main() function in chem4.cc. @@ -133,7 +148,7 @@ The default geometry is constructed in DetectorConstruction class. ./chem4 -vis \endverbatim -\section CHEM4_s8 OUTPUT +\section CHEM4_s9 OUTPUT Physics initialization and the defined reaction table are printed. G4Scheduler processes the chemical stage time step after time step. @@ -141,7 +156,7 @@ The default geometry is constructed in DetectorConstruction class. The molecular reaction as a function of the elapsed time can be displayed setting the macro command /scheduler/verbose 1 -\section CHEM4_s9 RELEVANT MACRO COMMANDS +\section CHEM4_s10 RELEVANT MACRO COMMANDS \verbatim /primaryKiller/eLoss 1 keV # after 1 keV of energy loss by the primary particle, the primary is killed /scheduler/verbose 1 # set the verbose level of the G4Scheduler class (time steps, reactions ...) @@ -150,7 +165,7 @@ The default geometry is constructed in DetectorConstruction class. # to know why the simulation has stopped \endverbatim -\section CHEM4_s10 PLOT +\section CHEM4_s11 PLOT The information about all the molecular species is scored in a ROOT ntuple file Species.root during the run of chem4. The ROOT program plotG can be used to plot the G values vs time, @@ -163,7 +178,7 @@ The default geometry is constructed in DetectorConstruction class. \endverbatim where Species.root is the file output by the chem4 application. -\section CHEM4_s11 OTHER INFORMATION +\section CHEM4_s12 OTHER INFORMATION I have access to a track. How do I access to its molecular information? \verbatim #include "G4Molecule.hh" diff --git a/examples/extended/medical/dna/chem4/History b/examples/extended/medical/dna/chem4/History index cddbe995a4..1b6c7789f0 100644 --- a/examples/extended/medical/dna/chem4/History +++ b/examples/extended/medical/dna/chem4/History @@ -1,18 +1,30 @@ --------------------------------------------------- +# Example chem4 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example chem4 History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-05-02 Hoang Tran (chem4-V11-00-04) +- Add localthread for fUse of G4VMoleculeCounter - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-03-21 Hoang Tran (chem4-V11-00-03) +- minor correction for reaction type in macro file beam.in + +## 2022-03-15 Hoang Tran (chem4-V11-00-02) +- remove macro commands to control chemistry models +(due to circular dependency) +- add infomation in README + +## 2022-03-04 Hoang Tran (chem4-V11-00-01) +- Add macro commands to control chemistry models, chemical molecules and +reactions + +## 2021-12-10 Ben Morgan (chem4-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06.10.2021 - I. Hrivnacova - chem4-V10-07-00 - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/chem4/README b/examples/extended/medical/dna/chem4/README index 341f6f9781..08b7a2c29d 100644 --- a/examples/extended/medical/dna/chem4/README +++ b/examples/extended/medical/dna/chem4/README @@ -42,7 +42,22 @@ in a range of deposited energy [X;Y] chosen by the user. G4EmDNAChemistry constructors. It will later be updated to use the G4EmDNAModelActivator constructor - 3 - ACTION INITALIZATION + 3 - CHEMISTRY MODEL AND CHEMICAL REACTION LIST + + ## UI species are defined by format : + username [ molecule | charge | D(m2/s) | Radius(nm) ] + where : *username* is decided by users, *molecule* is used by Geant4, + *D* is diffusion constant, *Radius* is reaction radius. + Spaces between characters are needed. + + ## UI reactions are defined by format : + /chem/reaction/add H + H -> H2 | Fix | 1.2e10 | 0 + where : *H* is username, *1.2e10* is reaction rate, *0* is reaction type. + Spaces between characters are needed. + + (parameters can be found in Prog. Nucl. Sci. Tec. 2 (2011)) + + 4 - ACTION INITALIZATION The class ActionInitialization instantiates and registers to Geant4 kernel all user action classes. @@ -58,7 +73,7 @@ in a range of deposited energy [X;Y] chosen by the user. ActionInitialization::BuildForMaster() which is invoked only in multi-threading mode. - 4 - AN EVENT: THE PRIMARY GENERATOR + 5 - AN EVENT: THE PRIMARY GENERATOR The primary kinematic consists of a single particle starting at the center of the box. The type of the particle and its energy are set in the @@ -67,9 +82,9 @@ in a range of deposited energy [X;Y] chosen by the user. The chemistry module is triggered in the StackingAction class when all physical tracks have been processed. - 5 - DETECTOR RESPONSE: Scorers + 6 - DETECTOR RESPONSE: Scorers - 5.1 - Species scorer + 6.1 - Species scorer Scorers are defined in DetectorConstruction::ConstructSDandField(). There is one G4MultiFunctionalDetector object which computes the energy deposition and @@ -87,7 +102,7 @@ in a range of deposited energy [X;Y] chosen by the user. ntuple file Species.root. The root macro program PlotNtuple.C can be used to plot the G values vs time, for each species. - 5.2 - Primary killer + 6.2 - Primary killer The G-values are computing for a range of deposited energy. We are in an infinite volume. Therefore the energy lost by the @@ -117,14 +132,14 @@ in a range of deposited energy [X;Y] chosen by the user. The species scorer must check whether the event was aborted before taking it or not into account for the computation of the results. - 6 - STACKING ACTION + 7 - STACKING ACTION StackingAction::NewStage is called when a stack of tracks has been processed (for more details, look at the Geant4 documentation). A verification on whether physical tracks remain to be processed is done. If no tracks remain to be processed, the chemical module is then triggered. - 7 - VISUALISATION + 8 - VISUALISATION The visualization manager is set via the G4VisExecutive class in the main() function in chem4.cc. @@ -132,7 +147,7 @@ in a range of deposited energy [X;Y] chosen by the user. in the macro vis.mac. To activate the visualization mode run: ./chem4 -vis - 8 - OUTPUT + 9 - OUTPUT Physics initialization and the defined reaction table are printed. G4Scheduler processes the chemical stage time step after time step. @@ -140,14 +155,14 @@ in a range of deposited energy [X;Y] chosen by the user. The molecular reaction as a function of the elapsed time can be displayed setting the macro command /scheduler/verbose 1 -9 - RELEVANT MACRO COMMANDS +10 - RELEVANT MACRO COMMANDS /primaryKiller/eLossMin 1 keV # after 1 keV of energy loss by the primary particle, the primary is killed /primaryKiller/eLossMax 2 keV # if the primary particle losses more than 2 keV, the event is aborted /scheduler/verbose 1 # set the verbose level of the G4Scheduler class (time steps, reactions ...) /scheduler/endTime 1 microsecond # set the time at which the simulation stops /scheduler/whyDoYouStop # for advanced users: print information at the end of the chemical stage to know why the simulation has stopped -10 - PLOT +11 - PLOT The information about all the molecular species is scored in a ROOT ntuple file Species.root during the run of chem4. The ROOT program plotG can be used to plot the G values vs time, @@ -158,7 +173,7 @@ in a range of deposited energy [X;Y] chosen by the user. .plot/plotG Species.root where Species.root is the file output by the chem4 application. -11 - OTHER INFORMATION +12 - OTHER INFORMATION I have access to a track. How do I access to its molecular information? #include "G4Molecule.hh" G4Track* thisIsMytrack = ... diff --git a/examples/extended/medical/dna/chem4/beam.in b/examples/extended/medical/dna/chem4/beam.in index 9c285eeb19..14c411d13f 100644 --- a/examples/extended/medical/dna/chem4/beam.in +++ b/examples/extended/medical/dna/chem4/beam.in @@ -7,7 +7,38 @@ #/process/dna/e-SolvationSubType Terrisol1990 # /run/initialize -# + +# species definition +# username [ molecule | charge | D(m2/s) | Radius(nm) ] +/chem/species O2 [ O2 | 0 | 2.4e-9 | 0.17 ] +/chem/species H3Op [ H3O | 1 | 9e-9 | 0.25 ] # H3Op is H3O plus +/chem/species OH [ OH | 0 | 2.8e-9 | 0.22 ] +/chem/species e_aq [ e_aq | -1 | 4.9e-9 | 0.5 ] +/chem/species OHm [ OH | -1 | 5.0e-9 | 0.33 ] # OHm is OH minus +/chem/species H [ H | 0 | 7e-09 | 0.19 ] +/chem/species H2 [ H2 | 0 | 5e-09 | 0.14 ] + +/chem/PrintSpeciesTable + +# reset and activate User interfact +/chem/reaction/UI +# totally diffusion-controlled (TDC) +# | Fix | reactionRate[dm3/(mol*s)] | TDC (0) +/chem/reaction/add H + H -> H2 | Fix | 1.2e10 | 0 +/chem/reaction/add e_aq + H -> H2 + OHm | Fix | 2.65e10 | 0 +/chem/reaction/add e_aq + e_aq -> H2 + OHm + OHm | Fix | 0.5e10 | 0 +/chem/reaction/add H3Op + OHm -> H2O | Fix | 1.43e11 | 0 + +# partially diffusion-controlled (PDC) +# | Fix | reactionRate[dm3/(mol*s)] | PDC (1) +/chem/reaction/add e_aq + OH -> OHm | Fix | 2.95e10 | 0 +/chem/reaction/add OH + OH -> H2O2 | Fix | 0.44e10 | 0 +/chem/reaction/add e_aq + H2O2 -> OHm + OH | Fix | 1.41e10 | 0 +/chem/reaction/add e_aq + H3Op -> H + H2O | Fix | 2.11e10 | 0 +/chem/reaction/add OH + H -> H2O | Fix | 1.44e10 | 0 + +/chem/reaction/print + /primaryKiller/eLossMin 1 keV # primary is killed if deposited E is greater than this value /primaryKiller/eLossMax 2 keV # event is aborted if deposited E is greated than this value # diff --git a/examples/extended/medical/dna/chem4/chem4.out b/examples/extended/medical/dna/chem4/chem4.out index e0648af29d..3292f9caf6 100644 --- a/examples/extended/medical/dna/chem4/chem4.out +++ b/examples/extended/medical/dna/chem4/chem4.out @@ -1,4 +1,4 @@ -Seed used : 1653387419 +Seed used : 1656510628 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -45,6 +45,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -80,7 +84,7 @@ Some /vis commands (optionally) take a string to specify colour. G4SDManager::AddNewCollection : the collection is registered at 1 G4SDManager::AddNewCollection : the collection is registered at 2 New sensitive detector is registered at / -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ +G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - O2 -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : PART101 @@ -89,27 +93,85 @@ G4ParticleDefinition should be created in PreInit state *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- +Molecular Config | Diffusion Coefficient (m2 / s) | Radius (nm) +_____________________________________________________________________________ +H3O^1 9e-09 0.25 +_____________________________________________________________________________ +OH^-1 5e-09 0.33 +_____________________________________________________________________________ +OH^0 2.8e-09 0.22 +_____________________________________________________________________________ +e_aq^-1 4.9e-09 0.5 +_____________________________________________________________________________ +H^0 7e-09 0.19 +_____________________________________________________________________________ +H_2^0 5e-09 0.14 +_____________________________________________________________________________ +H2O2^0 1.4e-09 0.3 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^-1 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +O2^0 2.4e-09 0 +_____________________________________________________________________________ +Number of chemical species involved in reactions = 6 +Reaction Reaction Rate [dm3/(mol*s)] +---------------------------------------------------------------------------- +H3O^1 + OH^-1 -> No product 1.43e+11 +---------------------------------------------------------------------------- +H3O^1 + e_aq^-1 -> H^0 2.11e+10 +---------------------------------------------------------------------------- +OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +---------------------------------------------------------------------------- +OH^0 + OH^0 -> H2O2^0 4.4e+09 +---------------------------------------------------------------------------- +OH^0 + H^0 -> No product 1.44e+10 +---------------------------------------------------------------------------- +e_aq^-1 + H^0 -> H_2^0 + OH^-1 2.65e+10 +---------------------------------------------------------------------------- +e_aq^-1 + e_aq^-1 -> H_2^0 + OH^-1 + OH^-1 5e+09 +---------------------------------------------------------------------------- +e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 +---------------------------------------------------------------------------- +H^0 + H^0 -> H_2^0 1.2e+10 +---------------------------------------------------------------------------- ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -121,22 +183,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -144,18 +207,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -190,64 +253,76 @@ Use DNA e- solvation model type 11001 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Ritchie1994 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI +#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(O2) skipped... G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -256,19 +331,19 @@ Start event 0 Number of chemical species involved in reactions = 6 Reaction Reaction Rate [dm3/(mol*s)] Interaction Range for chosen reaction model [nm] ------------------------------------------------------------------------------------------------------------------------------ -H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.200589 ------------------------------------------------------------------------------------------------------------------------------- H3O^1 + OH^-1 -> No product 1.43e+11 1.34973 ------------------------------------------------------------------------------------------------------------------------------ +H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.200589 +------------------------------------------------------------------------------------------------------------------------------ OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 ------------------------------------------------------------------------------------------------------------------------------ OH^0 + OH^0 -> H2O2^0 4.4e+09 0.207651 ------------------------------------------------------------------------------------------------------------------------------ OH^0 + H^0 -> No product 1.44e+10 0.194167 ------------------------------------------------------------------------------------------------------------------------------ -e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 5e+09 0.134838 +e_aq^-1 + H^0 -> H_2^0 + OH^-1 2.65e+10 0.294265 ------------------------------------------------------------------------------------------------------------------------------ -e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.65e+10 0.294265 +e_aq^-1 + e_aq^-1 -> H_2^0 + OH^-1 + OH^-1 5e+09 0.134838 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 0.295745 ------------------------------------------------------------------------------------------------------------------------------ @@ -282,19 +357,14 @@ Start event 4 Start event 5 Start event 6 Start event 7 - * PrimaryKiller: aborts event 7, energy loss is too large. - * Energy loss by primary is: 2.2927 keV. Event is aborted if the Eloss is > 2 keV Start event 8 Start event 9 --------------------End of Global Run----------------------- - The run has 9 events -Number of events recorded by the species scorer = 9 - Total energy deposited in the world volume : 10683 eV + The run has 10 events +Number of events recorded by the species scorer = 10 + Total energy deposited in the world volume : 11902 eV ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/chem4/src/ActionInitialization.cc b/examples/extended/medical/dna/chem4/src/ActionInitialization.cc index 4fc818a19f..2dcbbe2029 100644 --- a/examples/extended/medical/dna/chem4/src/ActionInitialization.cc +++ b/examples/extended/medical/dna/chem4/src/ActionInitialization.cc @@ -63,9 +63,6 @@ ActionInitialization::~ActionInitialization() void ActionInitialization::BuildForMaster() const { SetUserAction(new RunAction()); -// G4MoleculeCounter::Use(); - // G4MoleculeCounter::Instance()->SetVerbose(2); -// G4MoleculeCounter::Instance()->DontRegister(G4H2O::Definition()); G4DNAChemistryManager::Instance()->ResetCounterWhenRunEnds(false); } @@ -73,7 +70,7 @@ void ActionInitialization::BuildForMaster() const void ActionInitialization::Build() const { - G4MoleculeCounter::Use(); + G4MoleculeCounter::Instance()->Use(); // G4MoleculeCounter::Instance()->SetVerbose(2); G4MoleculeCounter::Instance()->DontRegister(G4H2O::Definition()); diff --git a/examples/extended/medical/dna/chem5/History b/examples/extended/medical/dna/chem5/History index 263749ca52..381a54cdad 100644 --- a/examples/extended/medical/dna/chem5/History +++ b/examples/extended/medical/dna/chem5/History @@ -1,18 +1,18 @@ --------------------------------------------------- +# Example chem5 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example chem5 History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-05-02 Hoang Tran (chem5-V11-00-01) +- Add localthread for fUse of G4VMoleculeCounter - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (chem5-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10.11.2020 - B. Morgan - chem5-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/medical/dna/chem5/chem5.out b/examples/extended/medical/dna/chem5/chem5.out index db64107dc3..cdc8194e06 100644 --- a/examples/extended/medical/dna/chem5/chem5.out +++ b/examples/extended/medical/dna/chem5/chem5.out @@ -1,4 +1,4 @@ -Seed used : 1653387421 +Seed used : 1656510642 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -32,13 +32,14 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -49,22 +50,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -72,18 +74,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -106,7 +108,7 @@ Type of PIXE cross section for e+- Livermore ======================================================================= ====== DNA Physics Parameters ======== ======================================================================= -Use fast sampling in DNA models 0 +Use fast sampling in DNA models 1 Use Stationary option in DNA models 0 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11001 @@ -133,6 +135,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -171,13 +177,14 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -188,22 +195,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -211,18 +219,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -245,7 +253,7 @@ Type of PIXE cross section for e+- Livermore ======================================================================= ====== DNA Physics Parameters ======== ======================================================================= -Use fast sampling in DNA models 0 +Use fast sampling in DNA models 1 Use Stationary option in DNA models 0 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11001 @@ -255,65 +263,83 @@ Use DNA e- solvation model type 11001 DefaultRegionForTheWorld 1 1 0 ### === Auger flag: 1 ### === Ignore cuts flag: 1 +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Ritchie1994 : Emin= 0 eV Emax= 11 eV + DummyModel : Emin= 11 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNACPA100ElasticModel : Emin= 11 eV Emax=255.955 keV -DNAChampionElasticModel : Emin=255.955 keV Emax= 1 MeV +DNACPA100ElasticModel : Emin= 0 eV Emax= 250 keV +DNAChampionElasticModel : Emin= 250 keV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -357,8 +383,5 @@ Number of events recorded by the species scorer = 10 Total energy deposited in the world volume : 10000 eV ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/chem5/src/ActionInitialization.cc b/examples/extended/medical/dna/chem5/src/ActionInitialization.cc index f21ce226f5..b686366d67 100644 --- a/examples/extended/medical/dna/chem5/src/ActionInitialization.cc +++ b/examples/extended/medical/dna/chem5/src/ActionInitialization.cc @@ -70,7 +70,7 @@ void ActionInitialization::BuildForMaster() const void ActionInitialization::Build() const { - G4MoleculeCounter::Use(); + G4MoleculeCounter::Instance()->Use(); G4MoleculeCounter::Instance()->DontRegister(G4H2O::Definition()); // sequential mode diff --git a/examples/extended/medical/dna/chem6/.README.txt b/examples/extended/medical/dna/chem6/.README.txt index 66541a217c..913e64b3c0 100644 --- a/examples/extended/medical/dna/chem6/.README.txt +++ b/examples/extended/medical/dna/chem6/.README.txt @@ -51,7 +51,30 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 \n - this chemistry constructor uses independent reaction time method as a default. -\section CHEM6_s4 ACTION INITALIZATION + +\section CHEM6_s4 CHEMISTRY MODEL AND CHEMICAL REACTION LIST + + - UI species are defined by format : + username [ molecule | charge | D(m2/s) | Radius(nm) ] + where : *username* is decided by users, *molecule* is used by Geant4, + *D* is diffusion constant, *Radius* is reaction radius. + Spaces between characters are needed. + + - UI reactions are defined by format : + /chem/reaction/add H + H -> H2 | Fix | 1.2e10 | 0 + where : *H* is username, *1.2e10* is reaction rate, *0* is reaction type. + Spaces between characters are needed. + + - UI time step model is defined only for: Step-by-Step (SBS), + independent reaction time (IRT) or synchronized IRT (IRT_syn). + *Note* : SBS is supposed for totally diffusion-controlled (TDC) reaction + only then please set reaction type 0 if use this model. + Only G4EmDNAChemistry_option3 can change time step model + + (parameters can be found in Med. Phys. 48 (2021) 890-901 + and Med. Phys. 47 (2020) 5919-5930) + +\section CHEM6_s5 ACTION INITALIZATION The class ActionInitialization instantiates and registers to Geant4 kernel all user action classes. @@ -67,7 +90,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 \n ActionInitialization::BuildForMaster() which is invoked only in multi-threading mode. -\section CHEM6_s5 AN EVENT: PRIMARY GENERATOR +\section CHEM6_s6 AN EVENT: PRIMARY GENERATOR The primary kinematic consists of a single particle starting at the center of the box. The type of the particle and its energy are set in the @@ -77,9 +100,9 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 \n The chemistry module is triggered in the StackingAction class when all physical tracks have been processed. -\section CHEM6_s6 DETECTOR RESPONSE : Scorers +\section CHEM6_s7 DETECTOR RESPONSE : Scorers -\subsection CHEM6_s6_sub1 Species scorer +\subsection CHEM6_s7_sub1 Species scorer This scorer computes the energy deposition and the number of species along time in order to extract the radiochemical yields as chem4 example. @@ -110,7 +133,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 \n The G versus LET results are accumulated all along, thus, user should remove Species.txt file directly in order to initialize the results. -\subsection CHEM6_s6_sub2 Primary Killer +\subsection CHEM6_s7_sub2 Primary Killer The G-values are computing for a range of deposited energy. We are in an infinite volume. Therefore the energy lost by the primary equals the deposited energy since all secondary particles @@ -146,7 +169,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 \n # kill the particles (primary and secondary) outside of the virtual volume \endverbatim -\subsection CHEM6_s6_sub3 LET scorer +\subsection CHEM6_s7_sub3 LET scorer In order to obtain G versus LET results, LET values are simultaneously calculated during the simulation in ScorerLET class. @@ -157,7 +180,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 \n # select cut-off energy for restricted LET. \endverbatim -\section CHEM6_s7 TIMESTEP ACTION +\section CHEM6_s8 TIMESTEP ACTION The user defined time steps can be given by G4UserTimeStepAction::AddTimeStep() method. This method is not recommended for IRT method. @@ -175,14 +198,14 @@ G4Molecule* thisIsMyMolecule = GetMolecule(thisIsMyTrack); const G4String& moleculeName = thisIsMyMolecule->GetName(); \endverbatim -\section CHEM6_s8 STACKING ACTION +\section CHEM6_s9 STACKING ACTION StackingAction::NewStage is called when a stack of tracks has been processed (for more details, look at the Geant4 documentation). A verification on whether physical tracks remain to be processed is done. If no tracks remain to be processed, the chemical module is then triggered. -\section CHEM6_s9 OUTPUT +\section CHEM6_s10 OUTPUT Physics initialization and the defined reaction table are printed. G4Scheduler processes the chemical stage time step after time step. @@ -191,7 +214,7 @@ const G4String& moleculeName = thisIsMyMolecule->GetName(); The molecular reaction as a function of the elapsed time can be displayed setting the macro command /scheduler/verbose 1 -\section CHEM6_s10 RELEVANT MACRO FILES +\section CHEM6_s11 RELEVANT MACRO FILES Two user macro files can be used: @@ -204,7 +227,7 @@ const G4String& moleculeName = thisIsMyMolecule->GetName(); \endverbatim -\section CHEM6_s11 PLOT +\section CHEM6_s12 PLOT Two root macros can be used: diff --git a/examples/extended/medical/dna/chem6/History b/examples/extended/medical/dna/chem6/History index f64b60eaf0..4ff8a3d808 100644 --- a/examples/extended/medical/dna/chem6/History +++ b/examples/extended/medical/dna/chem6/History @@ -1,19 +1,38 @@ -$Id $ --------------------------------------------------- +# Example chem6 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example chem6 History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-06-10 Sergio Losilla (chem6-V11-00-06) +- Added missing headers. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-05-02 Hoang Tran (chem6-V11-00-05) +- Add localthread for fUse of G4VMoleculeCounter + +## 2022-03-21 Hoang Tran (chem6-V11-00-04) +- Add PhysicsListMessenger +- Add macro commands to control chemistry models in PhysicsListMessenger +- Add infomation in README +- Add short chemical reaction list + +## 2022-03-15 Hoang Tran (chem6-V11-00-03) +- remove macro commands to control chemistry models +(due to circular dependency) +- add infomation in README + +## 2022-03-04 Hoang Tran (chem6-V11-00-02) +- Add macro commands to control chemistry models + +## 2022-02-21 Hoang Tran (chem6-V11-00-01) +- add the condition for only one event of chem6 (FPE detection) + +## 2021-12-10 Ben Morgan (chem6-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 08-11-2021: H. Tran chem6-V10-07-02 - delete limit time step diff --git a/examples/extended/medical/dna/chem6/README b/examples/extended/medical/dna/chem6/README index 66c1f2ebe5..45b3b57351 100644 --- a/examples/extended/medical/dna/chem6/README +++ b/examples/extended/medical/dna/chem6/README @@ -58,7 +58,29 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 - this chemistry constructor uses independent reaction time method as a default. - 3 - ACTION INITALIZATION + 3 - CHEMISTRY MODEL AND CHEMICAL REACTION LIST + + ## UI species are defined by format : + username [ molecule | charge | D(m2/s) | Radius(nm) ] + where : *username* is decided by users, *molecule* is used by Geant4, + *D* is diffusion constant, *Radius* is reaction radius. + Spaces between characters are needed. + + ## UI reactions are defined by format : + /chem/reaction/add H + H -> H2 | Fix | 1.2e10 | 0 + where : *H* is username, *1.2e10* is reaction rate, *0* is reaction type. + Spaces between characters are needed. + + ## UI time step model is defined only for: Step-by-Step (SBS), + independent reaction time (IRT) or synchronized IRT (IRT_syn). + *Note* : SBS is supposed for totally diffusion-controlled (TDC) reaction + only then please set reaction type 0 if use this model. + Only G4EmDNAChemistry_option3 can change time step model + + (parameters can be found in Med. Phys. 48 (2021) 890-901 + and Med. Phys. 47 (2020) 5919-5930) + + 4 - ACTION INITALIZATION The class ActionInitialization instantiates and registers to Geant4 kernel all user action classes. @@ -74,7 +96,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 ActionInitialization::BuildForMaster() which is invoked only in multi-threading mode. - 4 - AN EVENT: THE PRIMARY GENERATOR + 5 - AN EVENT: THE PRIMARY GENERATOR The primary kinematic consists of a single particle starting at the center of the box. The type of the particle and its energy are set in the @@ -83,9 +105,9 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 The chemistry module is triggered in the StackingAction class when all physical tracks have been processed. - 5 - DETECTOR RESPONSE: Scorers + 6 - DETECTOR RESPONSE: Scorers - 5.1 - Species scorer + 6.1 - Species scorer This scorer computes the energy deposition and the number of species along time in order to extract the radiochemical yields as in chem4 example. @@ -114,7 +136,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 The G versus LET results are accumulated all along, thus, user should remove Species.txt file directly in order to initialize the results. - 5.2 - Primary killer + 6.2 - Primary killer The G-values are computed for a range of deposited energy. We are in an infinite volume. Therefore the energy lost by the @@ -149,7 +171,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 /primaryKiller/setSize 5 5 5 um # kills the particles (primary and secondary) outside of the virtual volume - 5.3. - LET scorer + 6.3. - LET scorer In order to obtain G versus LET results, LET values are simultaneously calculated during the simulation in ScorerLET class. @@ -159,7 +181,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 /scorer/LET/cutoff # selects cut-off energy for restricted LET. - 6 - TIMESTEP ACTION + 7 - TIMESTEP ACTION The user defined time steps can be given by G4UserTimeStepAction::AddTimeStep() method. This method is not recommended for IRT method. @@ -177,14 +199,14 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 G4Molecule* thisIsMyMolecule = GetMolecule(thisIsMyTrack); const G4String& moleculeName = thisIsMyMolecule->GetName(); - 7 - STACKING ACTION + 8 - STACKING ACTION StackingAction::NewStage is called when a stack of tracks has been processed (for more details, look at the Geant4 documentation). A verification on whether physical tracks remain to be processed is done. If no tracks remain to be processed, the chemical module is then triggered. - 8 - OUTPUT + 9 - OUTPUT Physics initialization and the defined reaction table are printed. G4Scheduler processes the chemical stage time step after time step. @@ -192,7 +214,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 The molecular reaction as a function of the elapsed time can be displayed setting the macro command /scheduler/verbose 1 - 9 - RELEVANT MACRO FILES + 10 - RELEVANT MACRO FILES Two user macro files can be used: @@ -202,7 +224,7 @@ Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 ./chem6 beam_HCP.in # protons and alphas are generated at the edge of a 5x5x5 um3 water phantom. -10 - PLOT +11 - PLOT Two root macros can be used: diff --git a/examples/extended/medical/dna/chem6/beam.in b/examples/extended/medical/dna/chem6/beam.in index aad94da14f..3e555e1038 100644 --- a/examples/extended/medical/dna/chem6/beam.in +++ b/examples/extended/medical/dna/chem6/beam.in @@ -1,12 +1,40 @@ # - /run/numberOfThreads 2 /process/dna/e-SolvationSubType Meesungnoen2002 #/process/dna/e-SolvationSubType Ritchie1994 #/process/dna/e-SolvationSubType Terrisol1990 +# use Step-by-Step (SBS), independent reaction time (IRT) +# or synchronized IRT (IRT_syn), +# SBS ( is only for TDC, set 0 ) +/chem6/TimeStepModel IRT +#/chem6/TimeStepModel IRT_syn +#/chem6/TimeStepModel SBS + /run/initialize +# species definition +# username [ molecule | charge | D(m2/s) | Radius(nm) ] +#/chem/species O2 [ O2 | 0 | 2.4e-9 | 0.17 ] + +/chem/PrintSpeciesTable + +# reset reaction table +/chem/reaction/UI + +# totally diffusion-controlled (TDC) | Fix | reactionRate[dm3/(mol*s)] | TDC (0) +/chem/reaction/add H + H -> H2 | Fix | 0.503e10 | 0 +/chem/reaction/add e_aq + H -> H2 + OHm | Fix | 2.50e10 | 0 +/chem/reaction/add e_aq + e_aq -> H2 + OHm + OHm | Fix | 0.636e10 | 0 +/chem/reaction/add H3Op + OHm -> H2O | Fix | 1.13e11 | 0 + +# partially diffusion-controlled (PDC) | Fix | reactionRate[dm3/(mol*s)] | PDC (1) +/chem/reaction/add OH + H -> H2O | Fix | 1.55e10 | 1 +/chem/reaction/add OH + OH -> H2O2 | Fix | 0.55e10 | 1 +/chem/reaction/add e_aq + OH -> OHm | Fix | 2.95e10 | 1 +/chem/reaction/add e_aq + H2O2 -> OHm + OH | Fix | 1.10e10 | 1 +/chem/reaction/add e_aq + H3Op -> H + H2O | Fix | 2.11e10 | 1 + /chem/reaction/print /gun/position 0 0 0 @@ -21,7 +49,7 @@ #/scorer/species/addTimeToRecord 1 ps #/scorer/species/addTimeToRecord 10 ps -#/scorer/species/addTimeToRecord 100 ps +#/scorer/species/addTimeToRecord 100 ps #/scorer/species/addTimeToRecord 1 ns #/scorer/species/addTimeToRecord 10 ns #/scorer/species/addTimeToRecord 100 ns @@ -38,35 +66,35 @@ /primaryKiller/eLossMin 1.2 keV # primary is killed if deposited E is greater than this value /primaryKiller/eLossMax 1.212 keV # event is aborted if deposited E is greated than this value /gun/energy 2 keV -/run/beamOn 30 +/run/beamOn 15 /primaryKiller/eLossMin 1.6 keV # primary is killed if deposited E is greater than this value /primaryKiller/eLossMax 1.616 keV # event is aborted if deposited E is greated than this value /gun/energy 3.5 keV -/run/beamOn 30 +/run/beamOn 15 /primaryKiller/eLossMin 2.3 keV # primary is killed if deposited E is greater than this value /primaryKiller/eLossMax 2.323 keV # event is aborted if deposited E is greated than this value /gun/energy 7.5 keV -/run/beamOn 30 +/run/beamOn 15 /primaryKiller/eLossMin 3.8 keV # primary is killed if deposited E is greater than this value /primaryKiller/eLossMax 3.838 keV # event is aborted if deposited E is greated than this value /gun/energy 12.5 keV -/run/beamOn 10 +/run/beamOn 5 /primaryKiller/eLossMin 6.0 keV # primary is killed if deposited E is greater than this value /primaryKiller/eLossMax 6.06 keV # event is aborted if deposited E is greated than this value /gun/energy 30 keV -/run/beamOn 10 +/run/beamOn 5 /primaryKiller/eLossMin 8.0 keV # primary is killed if deposited E is greater than this value /primaryKiller/eLossMax 8.08 keV # event is aborted if deposited E is greated than this value /gun/energy 80 keV -/run/beamOn 10 +/run/beamOn 5 /primaryKiller/eLossMin 10 keV # primary is killed if deposited E is greater than this value /primaryKiller/eLossMax 10.1 keV # event is aborted if deposited E is greated than this value /gun/energy 999.999 keV -/run/beamOn 10 +/run/beamOn 2 diff --git a/examples/extended/medical/dna/chem6/chem6.out b/examples/extended/medical/dna/chem6/chem6.out index a68d70bec3..6de12fc6af 100644 --- a/examples/extended/medical/dna/chem6/chem6.out +++ b/examples/extended/medical/dna/chem6/chem6.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -27,166 +27,118 @@ G4SDManager::AddNewCollection : the collection is reg G4SDManager::AddNewCollection : the collection is registered at 2 G4SDManager::AddNewCollection : the collection is registered at 3 New sensitive detector is registered at / -Number of chemical species involved in reactions = 18 + +Molecular Config | Diffusion Coefficient (m2 / s) | Radius (nm) +_____________________________________________________________________________ +H3O^1 9.46e-09 0.25 +_____________________________________________________________________________ +OH^0 2.2e-09 0.22 +_____________________________________________________________________________ +OH^-1 5.3e-09 0.33 +_____________________________________________________________________________ +e_aq^-1 4.9e-09 0.5 +_____________________________________________________________________________ +H^0 7e-09 0.19 +_____________________________________________________________________________ +H_2^0 4.8e-09 0.14 +_____________________________________________________________________________ +H2O2^0 2.3e-09 0.21 +_____________________________________________________________________________ +HO_2^0 2.3e-09 0.21 +_____________________________________________________________________________ +HO_2^-1 1.4e-09 0.25 +_____________________________________________________________________________ +O^0 2e-09 0.2 +_____________________________________________________________________________ +O^-1 2e-09 0.25 +_____________________________________________________________________________ +O_2^0 2.4e-09 0.17 +_____________________________________________________________________________ +O_2^-1 1.75e-09 0.22 +_____________________________________________________________________________ +O_3^0 2e-09 0.2 +_____________________________________________________________________________ +O_3^-1 2e-09 0.2 +_____________________________________________________________________________ +H2O^0 0 0.275 +_____________________________________________________________________________ +H3O^1 0 0.0961 +_____________________________________________________________________________ +OH^-1 0 0.0958 +_____________________________________________________________________________ +None^0 0 0 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^1 2e-09 0.275 +_____________________________________________________________________________ +H2O^-1 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +H2O^0 2e-09 0.275 +_____________________________________________________________________________ +HO_2^0 2.3e-09 0.21 +_____________________________________________________________________________ +None^0 0 0 +_____________________________________________________________________________ +O^0 2e-09 0.2 +_____________________________________________________________________________ +O_2^0 2.4e-09 0.17 +_____________________________________________________________________________ +O_3^0 2e-09 0.2 +_____________________________________________________________________________ +Number of chemical species involved in reactions = 6 Reaction Reaction Rate [dm3/(mol*s)] ---------------------------------------------------------------------------- H3O^1 + OH^-1 -> No product 1.13e+11 ---------------------------------------------------------------------------- -H3O^1 + O_3^-1 -> OH^0 + O_2^0 9e+10 ----------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> H^0 2.11e+10 ---------------------------------------------------------------------------- -H3O^1 + O_2^-1 -> HO_2^0 4.78e+10 ----------------------------------------------------------------------------- -H3O^1 + HO_2^-1 -> H2O2^0 5e+10 ----------------------------------------------------------------------------- -H3O^1 + O^-1 -> OH^0 4.78e+10 ----------------------------------------------------------------------------- -H3O^1 + OH^-1 -> No product 0.0112 ----------------------------------------------------------------------------- -OH^0 + O^0 -> HO_2^0 2.02e+10 ----------------------------------------------------------------------------- OH^0 + H^0 -> No product 1.55e+10 ---------------------------------------------------------------------------- OH^0 + OH^0 -> H2O2^0 5.5e+09 ---------------------------------------------------------------------------- -OH^0 + H2O2^0 -> HO_2^0 2.88e+07 ----------------------------------------------------------------------------- -OH^0 + H_2^0 -> H^0 3.28e+07 ----------------------------------------------------------------------------- OH^0 + e_aq^-1 -> OH^-1 2.95e+10 ---------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 6.3e+09 +e_aq^-1 + H^0 -> H_2^0 + OH^-1 2.5e+10 ---------------------------------------------------------------------------- -OH^0 + HO_2^0 -> O_2^0 7.9e+09 ----------------------------------------------------------------------------- -OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 ----------------------------------------------------------------------------- -OH^0 + HO_2^-1 -> HO_2^0 + OH^-1 8.32e+09 ----------------------------------------------------------------------------- -OH^0 + O^-1 -> HO_2^-1 1e+09 ----------------------------------------------------------------------------- -OH^0 + O_3^-1 -> O_2^-1 + HO_2^0 8.5e+09 ----------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 0.000624 ----------------------------------------------------------------------------- -OH^-1 + H^0 -> e_aq^-1 2.51e+07 ----------------------------------------------------------------------------- -OH^-1 + H2O2^0 -> HO_2^-1 4.71e+08 ----------------------------------------------------------------------------- -OH^-1 + HO_2^0 -> O_2^-1 6.3e+09 ----------------------------------------------------------------------------- -OH^-1 + O^0 -> HO_2^-1 4.2e+08 ----------------------------------------------------------------------------- -OH^-1 + H3O^1 -> No product 0.0112 ----------------------------------------------------------------------------- -e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.5e+10 ----------------------------------------------------------------------------- -e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 +e_aq^-1 + e_aq^-1 -> H_2^0 + OH^-1 + OH^-1 6.36e+09 ---------------------------------------------------------------------------- e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 ---------------------------------------------------------------------------- -e_aq^-1 + O_2^0 -> O_2^-1 1.74e+10 ----------------------------------------------------------------------------- -e_aq^-1 + HO_2^0 -> HO_2^-1 1.29e+10 ----------------------------------------------------------------------------- -e_aq^-1 + O_2^-1 -> H2O2^0 + OH^-1 + OH^-1 1.29e+10 ----------------------------------------------------------------------------- -e_aq^-1 + HO_2^-1 -> O^-1 + OH^-1 3.51e+09 ----------------------------------------------------------------------------- -e_aq^-1 + O^-1 -> OH^-1 + OH^-1 2.31e+10 ----------------------------------------------------------------------------- -e_aq^-1 + H2O^0 -> H^0 + OH^-1 1.58e-05 ----------------------------------------------------------------------------- -e_aq^-1 + H3O^1 -> H^0 0.00209 ----------------------------------------------------------------------------- H^0 + H^0 -> H_2^0 5.03e+09 ---------------------------------------------------------------------------- -H^0 + O^0 -> OH^0 2.02e+10 ----------------------------------------------------------------------------- -H^0 + O^-1 -> OH^-1 2e+10 ----------------------------------------------------------------------------- -H^0 + H2O2^0 -> OH^0 3.5e+07 ----------------------------------------------------------------------------- -H^0 + O_2^0 -> HO_2^0 2.1e+10 ----------------------------------------------------------------------------- -H^0 + HO_2^0 -> H2O2^0 1e+10 ----------------------------------------------------------------------------- -H^0 + O_2^-1 -> HO_2^-1 1e+10 ----------------------------------------------------------------------------- -H^0 + H2O^0 -> e_aq^-1 + H3O^1 5.94e-06 ----------------------------------------------------------------------------- -H^0 + OH^-1 -> e_aq^-1 2.48e-06 ----------------------------------------------------------------------------- -H_2^0 + O^0 -> H^0 + OH^0 4770 ----------------------------------------------------------------------------- -H_2^0 + O^-1 -> H^0 + OH^-1 1.21e+08 ----------------------------------------------------------------------------- -H2O2^0 + O^0 -> HO_2^0 + OH^0 1.6e+09 ----------------------------------------------------------------------------- -H2O2^0 + O^-1 -> HO_2^0 + OH^-1 5.55e+08 ----------------------------------------------------------------------------- -H2O2^0 + OH^-1 -> HO_2^-1 4.66e-05 ----------------------------------------------------------------------------- -HO_2^0 + O^0 -> O_2^0 + OH^0 2.02e+10 ----------------------------------------------------------------------------- -HO_2^0 + HO_2^0 -> H2O2^0 + O_2^0 980000 ----------------------------------------------------------------------------- -HO_2^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 ----------------------------------------------------------------------------- -HO_2^0 + H2O^0 -> H3O^1 + O_2^-1 0.715 ----------------------------------------------------------------------------- -HO_2^0 + OH^-1 -> O_2^-1 0.000624 ----------------------------------------------------------------------------- -HO_2^-1 + O^0 -> O_2^-1 + OH^0 5.3e+09 ----------------------------------------------------------------------------- -HO_2^-1 + O^-1 -> O_2^-1 + OH^-1 3.5e+08 ----------------------------------------------------------------------------- -HO_2^-1 + H2O^0 -> H2O2^0 + OH^-1 1.36 ----------------------------------------------------------------------------- -HO_2^-1 + H3O^1 -> H2O2^0 0.00495 ----------------------------------------------------------------------------- -O^0 + O^0 -> O_2^0 2.2e+10 ----------------------------------------------------------------------------- -O^0 + O_2^0 -> O_3^0 4e+09 ----------------------------------------------------------------------------- -O^0 + H2O^0 -> OH^0 + OH^0 0.001 ----------------------------------------------------------------------------- -O^0 + OH^-1 -> HO_2^-1 4.16e-05 ----------------------------------------------------------------------------- -O^-1 + O_2^0 -> O_3^-1 3.7e+09 ----------------------------------------------------------------------------- -O^-1 + O_2^-1 -> O_2^0 + OH^-1 + OH^-1 6e+08 ----------------------------------------------------------------------------- -O^-1 + O^-1 -> H2O2^0 + OH^-1 + OH^-1 1e+08 ----------------------------------------------------------------------------- -O^-1 + O_3^-1 -> O_2^-1 + O_2^-1 7e+08 ----------------------------------------------------------------------------- -O^-1 + H2O^0 -> OH^0 + OH^-1 1.36 ----------------------------------------------------------------------------- -O^-1 + H3O^1 -> OH^0 0.00473 ----------------------------------------------------------------------------- -O_2^-1 + H2O^0 -> HO_2^0 + OH^-1 1.5e-07 ----------------------------------------------------------------------------- -O_2^-1 + H3O^1 -> HO_2^0 0.00473 ----------------------------------------------------------------------------- -O_3^-1 + None^0 -> H3O^1 + O_2^-1 0.00266 ----------------------------------------------------------------------------- -O_3^-1 + H3O^1 -> OH^0 + O_2^0 0.00891 ----------------------------------------------------------------------------- ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -197,22 +149,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -220,18 +173,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -254,7 +207,7 @@ Type of PIXE cross section for e+- Livermore ======================================================================= ====== DNA Physics Parameters ======== ======================================================================= -Use fast sampling in DNA models 0 +Use fast sampling in DNA models 1 Use Stationary option in DNA models 0 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11003 @@ -264,132 +217,143 @@ Use DNA e- solvation model type 11003 DefaultRegionForTheWorld 1 1 0 ### === Auger flag: 1 ### === Ignore cuts flag: 1 +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI ### Run 0 starts. ### Run 0 starts. --> Event 0 starts. DNAMolecularIRTModel will be used --------------------End of Global Run----------------------- - The run has 10 events -Number of events recorded by the species scorer = 10 - Total energy deposited in the world volume : 12053 eV + The run has 6 events +Number of events recorded by the species scorer = 6 + Total energy deposited in the world volume : 7249 eV ------------------------------------------------------------ ### Run 1 starts. ### Run 1 starts. --> Event 0 starts. ---------------------End of Global Run----------------------- - The run has 9 events -Number of events recorded by the species scorer = 9 - Total energy deposited in the world volume : 14490 eV - ------------------------------------------------------------ - -### Run 2 starts. -### Run 2 starts. ---> Event 0 starts. - ---------------------End of Global Run----------------------- - The run has 11 events -Number of events recorded by the species scorer = 11 - Total energy deposited in the world volume : 25440 eV - ------------------------------------------------------------ - -### Run 3 starts. -### Run 3 starts. ---> Event 0 starts. - ---------------------End of Global Run----------------------- - The run has 2 events -Number of events recorded by the species scorer = 2 - Total energy deposited in the world volume : 7633 eV - ------------------------------------------------------------ - -### Run 4 starts. -### Run 4 starts. ---> Event 0 starts. - ---------------------End of Global Run----------------------- - The run has 5 events -Number of events recorded by the species scorer = 5 - Total energy deposited in the world volume : 30060 eV - ------------------------------------------------------------ - -### Run 5 starts. -### Run 5 starts. ---> Event 0 starts. - --------------------End of Global Run----------------------- The run has 6 events Number of events recorded by the species scorer = 6 - Total energy deposited in the world volume : 48123 eV + Total energy deposited in the world volume : 9650.5 eV ------------------------------------------------------------ -### Run 6 starts. -### Run 6 starts. +### Run 2 starts. +### Run 2 starts. +--> Event 0 starts. + +--------------------End of Global Run----------------------- + The run has 7 events +Number of events recorded by the species scorer = 7 + Total energy deposited in the world volume : 16175 eV + ------------------------------------------------------------ + +### Run 3 starts. +### Run 3 starts. +--> Event 0 starts. + +--------------------End of Global Run----------------------- + The run has 3 events +Number of events recorded by the species scorer = 3 + Total energy deposited in the world volume : 11445 eV + ------------------------------------------------------------ + +### Run 4 starts. +### Run 4 starts. --> Event 0 starts. --------------------End of Global Run----------------------- The run has 4 events Number of events recorded by the species scorer = 4 - Total energy deposited in the world volume : 40108 eV + Total energy deposited in the world volume : 24057 eV ------------------------------------------------------------ +### Run 5 starts. +### Run 5 starts. +--> Event 0 starts. + +--------------------End of Global Run----------------------- + The run has 4 events +Number of events recorded by the species scorer = 4 + Total energy deposited in the world volume : 32107 eV + ------------------------------------------------------------ + +### Run 6 starts. +### Run 6 starts. +--> Event 0 starts. diff --git a/examples/extended/medical/dna/chem6/include/PhysicsList.hh b/examples/extended/medical/dna/chem6/include/PhysicsList.hh index fd38522a46..74389280d8 100644 --- a/examples/extended/medical/dna/chem6/include/PhysicsList.hh +++ b/examples/extended/medical/dna/chem6/include/PhysicsList.hh @@ -46,26 +46,27 @@ #include "G4VModularPhysicsList.hh" #include "globals.hh" - +#include "G4VUserChemistryList.hh" class G4VPhysicsConstructor; -//class G4VUserChemistryList; -//class G4EmDNAChemistry; -//class G4EmDNAChemistry_option1; +class PhysicsListMessenger; -class PhysicsList: public G4VModularPhysicsList +class PhysicsList : public G4VModularPhysicsList { - public: - explicit PhysicsList(); - ~PhysicsList() override; + public: + explicit PhysicsList(); + ~PhysicsList() override; - void ConstructParticle() override; - void ConstructProcess() override; + void ConstructParticle() override; + void ConstructProcess() override; - void RegisterConstructor(const G4String& name); + void RegisterTimeStepModel(const TimeStepModel& timeStepModel); - private: - G4VPhysicsConstructor* fEmDNAPhysicsList; - G4VPhysicsConstructor* fEmDNAChemistryList; - G4String fPhysDNAName; + void RegisterConstructor(const G4String& name); + + private: + std::unique_ptr fEmDNAPhysicsList; + std::unique_ptr fEmDNAChemistryList; + std::unique_ptr fpMessenger; + G4String fPhysDNAName; }; #endif diff --git a/examples/extended/medical/dna/chem6/include/PhysicsListMessenger.hh b/examples/extended/medical/dna/chem6/include/PhysicsListMessenger.hh new file mode 100644 index 0000000000..3d8af5eaea --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/PhysicsListMessenger.hh @@ -0,0 +1,58 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef PhysicsListMessenger_h +#define PhysicsListMessenger_h 1 + +#include "G4UImessenger.hh" +#include "globals.hh" + +#include + +class PhysicsList; +class G4UIdirectory; +class G4UIcmdWithAString; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PhysicsListMessenger : public G4UImessenger +{ + public: + PhysicsListMessenger(PhysicsList*); + ~PhysicsListMessenger(); + + void SetNewValue(G4UIcommand*, G4String) override; + + private: + PhysicsList* fPhysicsList; + std::unique_ptr fPhysDir; + std::unique_ptr fListCmd; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/chem6/src/ActionInitialization.cc b/examples/extended/medical/dna/chem6/src/ActionInitialization.cc index 82a3a039c1..a4f8c27d83 100644 --- a/examples/extended/medical/dna/chem6/src/ActionInitialization.cc +++ b/examples/extended/medical/dna/chem6/src/ActionInitialization.cc @@ -78,7 +78,7 @@ void ActionInitialization::BuildForMaster() const void ActionInitialization::Build() const { - G4MoleculeCounter::Use(); + G4MoleculeCounter::Instance()->Use(); // G4MoleculeCounter::Instance()->SetVerbose(2); G4MoleculeCounter::Instance()->DontRegister(G4H2O::Definition()); diff --git a/examples/extended/medical/dna/chem6/src/PhysicsList.cc b/examples/extended/medical/dna/chem6/src/PhysicsList.cc index 8e474647e5..1e1e67f229 100644 --- a/examples/extended/medical/dna/chem6/src/PhysicsList.cc +++ b/examples/extended/medical/dna/chem6/src/PhysicsList.cc @@ -40,8 +40,8 @@ /// \file PhysicsList.cc /// \brief Implementation of the PhysicsList class +#include #include "PhysicsList.hh" - #include "G4SystemOfUnits.hh" #include "G4EmDNAChemistry.hh" #include "G4EmDNAChemistry_option1.hh" @@ -58,40 +58,39 @@ #include "G4EmDNAPhysics_option8.hh" #include "G4PhysicsConstructorRegistry.hh" #include "G4EmParameters.hh" - +#include "PhysicsListMessenger.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... PhysicsList::PhysicsList() - : G4VModularPhysicsList(), - fEmDNAPhysicsList(nullptr),fEmDNAChemistryList(nullptr), - fPhysDNAName("") + : G4VModularPhysicsList() + , fpMessenger(new PhysicsListMessenger(this)) { - G4double currentDefaultCut = 1.*nanometer; - // fixe lower limit for cut - G4ProductionCutsTable::GetProductionCutsTable()-> - SetEnergyRange(100*eV, 1*GeV); + G4double currentDefaultCut = 0.001 * mm; + G4ProductionCutsTable::GetProductionCutsTable()->SetEnergyRange(100 * eV, + 1 * GeV); SetDefaultCutValue(currentDefaultCut); SetVerboseLevel(1); RegisterConstructor("G4EmDNAPhysics_option2"); RegisterConstructor("G4EmDNAChemistry_option3"); - } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -PhysicsList::~PhysicsList() -{ - delete fEmDNAPhysicsList; - delete fEmDNAChemistryList; -} +PhysicsList::~PhysicsList() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void PhysicsList::ConstructParticle() { - if(fEmDNAPhysicsList) { fEmDNAPhysicsList->ConstructParticle(); } - if(fEmDNAChemistryList) { fEmDNAChemistryList->ConstructParticle(); } + if(fEmDNAPhysicsList != nullptr) + { + fEmDNAPhysicsList->ConstructParticle(); + } + if(fEmDNAChemistryList != nullptr) + { + fEmDNAChemistryList->ConstructParticle(); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -99,74 +98,110 @@ void PhysicsList::ConstructParticle() void PhysicsList::ConstructProcess() { AddTransportation(); - if(fEmDNAPhysicsList) { fEmDNAPhysicsList->ConstructProcess(); } - if(fEmDNAChemistryList) { fEmDNAChemistryList->ConstructProcess(); } + if(fEmDNAPhysicsList != nullptr) + { + fEmDNAPhysicsList->ConstructProcess(); + } + if(fEmDNAChemistryList != nullptr) + { + fEmDNAChemistryList->ConstructProcess(); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void PhysicsList::RegisterConstructor(const G4String& name) { - if(name == fPhysDNAName) { return; } - if(verboseLevel > 0) { - G4cout << "===== Register constructor ==== " << name << G4endl; + if(name == fPhysDNAName) + { + return; } - if(name == "G4EmDNAPhysics") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAPhysics_option1") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics_option1(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAPhysics_option2") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics_option2(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAPhysics_option3") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics_option3(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAPhysics_option4") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics_option4(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAPhysics_option5") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics_option5(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAPhysics_option6") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics_option6(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAPhysics_option7") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics_option7(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAPhysics_option8") { - delete fEmDNAPhysicsList; - fEmDNAPhysicsList = new G4EmDNAPhysics_option8(verboseLevel); - fPhysDNAName = name; - } else if(name == "G4EmDNAChemistry") { - delete fEmDNAChemistryList; - fEmDNAChemistryList = new G4EmDNAChemistry(); + if(verboseLevel > 0) + { + G4cout << "===== Register constructor ==== " << name << G4endl; + } + if(name == "G4EmDNAPhysics") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAPhysics_option1") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAPhysics_option2") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAPhysics_option3") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAPhysics_option4") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAPhysics_option5") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAPhysics_option6") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAPhysics_option7") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAPhysics_option8") + { + fEmDNAPhysicsList = std::make_unique(verboseLevel); + fPhysDNAName = name; + } + else if(name == "G4EmDNAChemistry") + { + fEmDNAChemistryList = std::make_unique(); fEmDNAChemistryList->SetVerboseLevel(verboseLevel); - } else if(name == "G4EmDNAChemistry_option1") { - delete fEmDNAChemistryList; - fEmDNAChemistryList = new G4EmDNAChemistry_option1(); + } + else if(name == "G4EmDNAChemistry_option1") + { + fEmDNAChemistryList = std::make_unique(); fEmDNAChemistryList->SetVerboseLevel(verboseLevel); - } else if(name == "G4EmDNAChemistry_option2") { - delete fEmDNAChemistryList; - fEmDNAChemistryList = new G4EmDNAChemistry_option2(); + } + else if(name == "G4EmDNAChemistry_option2") + { + fEmDNAChemistryList = std::make_unique(); fEmDNAChemistryList->SetVerboseLevel(verboseLevel); - } else if(name == "G4EmDNAChemistry_option3") { - delete fEmDNAChemistryList; - fEmDNAChemistryList = new G4EmDNAChemistry_option3(); + } + else if(name == "G4EmDNAChemistry_option3") + { + fEmDNAChemistryList = std::make_unique(); fEmDNAChemistryList->SetVerboseLevel(verboseLevel); - } else { + } + else + { G4cout << "PhysicsList::RegisterConstructor: <" << name << ">" - << " fails - name is not defined" - << G4endl; + << " fails - name is not defined" << G4endl; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PhysicsList::RegisterTimeStepModel(const TimeStepModel& timeStepModel) +{ + auto pChemistry = + dynamic_cast(fEmDNAChemistryList.get()); + // only G4EmDNAChemistry_option3 can change time step model now + if(pChemistry != nullptr) + { + pChemistry->SetTimeStepModel(timeStepModel); } } diff --git a/examples/extended/medical/dna/chem6/src/PhysicsListMessenger.cc b/examples/extended/medical/dna/chem6/src/PhysicsListMessenger.cc new file mode 100644 index 0000000000..87e83f8bb2 --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/PhysicsListMessenger.cc @@ -0,0 +1,76 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "PhysicsListMessenger.hh" +#include "PhysicsList.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithAString.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PhysicsListMessenger::PhysicsListMessenger(PhysicsList* pPhys) + : G4UImessenger() + , fPhysicsList(pPhys) +{ + fPhysDir = std::make_unique("/chem6/",false); + fPhysDir->SetGuidance("Time Step Model commands"); + fPhysDir->AvailableForStates(G4State_PreInit); + + fListCmd = std::make_unique("/chem6/TimeStepModel", this); + fListCmd->SetGuidance("Add modula chemistry list."); + fListCmd->SetParameterName("ChemList", false); + fListCmd->SetCandidates("SBS IRT IRT_syn"); + fListCmd->SetToBeBroadcasted(false); + fListCmd->AvailableForStates(G4State_PreInit); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PhysicsListMessenger::~PhysicsListMessenger() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PhysicsListMessenger::SetNewValue(G4UIcommand* command, G4String newValue) +{ + if(command == fListCmd.get()) + { + if(newValue == "SBS") + { + fPhysicsList->RegisterTimeStepModel(TimeStepModel::fSBS); + } + else if(newValue == "IRT") + { + fPhysicsList->RegisterTimeStepModel(TimeStepModel::fIRT); + } + else if(newValue == "IRT_syn") + { + fPhysicsList->RegisterTimeStepModel(TimeStepModel::fIRT_syn); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/chem6/src/RunAction.cc b/examples/extended/medical/dna/chem6/src/RunAction.cc index 1a5c39aeb0..bc0e12ce06 100644 --- a/examples/extended/medical/dna/chem6/src/RunAction.cc +++ b/examples/extended/medical/dna/chem6/src/RunAction.cc @@ -129,8 +129,15 @@ void RunAction::EndOfRunAction(const G4Run* run) LET_mean /= nOfEvent; LET_square = std::sqrt(LET_square/nOfEvent - std::pow(LET_mean,2)); - out< 1) + { + out<OutputAndClear(); diff --git a/examples/extended/medical/dna/chem6/src/ScoreSpecies.cc b/examples/extended/medical/dna/chem6/src/ScoreSpecies.cc index 5bac6c4a46..fed28d17f7 100644 --- a/examples/extended/medical/dna/chem6/src/ScoreSpecies.cc +++ b/examples/extended/medical/dna/chem6/src/ScoreSpecies.cc @@ -352,8 +352,15 @@ ScoreSpecies::WriteWithAnalysisManager(G4VAnalysisManager* analysisManager) G4int N = fNEvent; if(time == *fTimeToRecord.rbegin()){ - out< 1) + { + out<FillNtupleIColumn(fNtupleID, 0, molID); // MolID diff --git a/examples/extended/medical/dna/clustering/History b/examples/extended/medical/dna/clustering/History index da28500524..8d07a0abfe 100644 --- a/examples/extended/medical/dna/clustering/History +++ b/examples/extended/medical/dna/clustering/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example clustering History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - clustering History file - -------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (clustering-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-2021: I. Hrivnacova (clustering-V10-07-01) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/clustering/clustering.out b/examples/extended/medical/dna/clustering/clustering.out index 1724a66c25..e1f5340ef3 100644 --- a/examples/extended/medical/dna/clustering/clustering.out +++ b/examples/extended/medical/dna/clustering/clustering.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,24 +19,6 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -56,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -94,12 +80,13 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -111,22 +98,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -134,18 +122,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -180,70 +168,86 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ----> Histogram file is opened in test. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 5 h1 histograms + 0 with 0 entries: simpleSSB + 1 with 0 entries: complexSSB + 2 with 0 entries: DSB + 3 with 0 entries: cluster size + 4 with 0 entries: edep +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/dnadamage1/History b/examples/extended/medical/dna/dnadamage1/History index 7b65fd5907..4ece04ef8a 100644 --- a/examples/extended/medical/dna/dnadamage1/History +++ b/examples/extended/medical/dna/dnadamage1/History @@ -1,9 +1,16 @@ - ========================================================= - Geant4 - dnadamage1 example - ========================================================= +# Example dnadamage1 History - Package History file - -------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (dnadamage1-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-21 - tag dnadamage1-V10-07-03 - I. Hrivnacova - Added analysis manager Clear() at the end of run diff --git a/examples/extended/medical/dna/dnadamage1/dnadamage1.out b/examples/extended/medical/dna/dnadamage1/dnadamage1.out index d04a793161..2c027950e7 100644 --- a/examples/extended/medical/dna/dnadamage1/dnadamage1.out +++ b/examples/extended/medical/dna/dnadamage1/dnadamage1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -80,24 +84,6 @@ userDetector->Construct() start. logicWorld is registered to the default region. physicsList->Construct() start. --- G4CoupledTransportation is used -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - physicsList->CheckParticleList() start. physicsList->setCut() start. /gun/particle proton @@ -112,12 +98,13 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -129,22 +116,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -152,18 +140,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -198,64 +186,75 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI Region -- -- appears in world volume This region is in the mass world. @@ -276,7 +275,7 @@ Region -- -- appears in world Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 100 eV e- 100 eV e+ 100 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld DefaultRegionForParallelWorld @@ -287,17 +286,17 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 2913 kByte - Total CPU time elapsed for geometry optimisation: 7.5 seconds + Total CPU time elapsed for geometry optimisation: 8.8 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 99.20 7.45 0.01 2914k VoxelStraight_logic + 99.20 8.70 0.01 2914k VoxelStraight_logic Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 100.00 2913k 20884 21735 54614 7.45 VoxelStraight_logic + 100.00 2913k 20884 21735 54614 8.70 VoxelStraight_logic G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -369,8 +368,8 @@ H2O2^0 + Histone^0 -> Histone^0 0 ------------------------------------------------------------------------------------------------------------------------------------ DNAMolecularStepByStepModel will be used *** G4Scheduler starts processing -At time : 1 ps Reaction : Guanine^0 (-2931) + OH^0 (-14623) -> Damaged_Guanine^0 (-14637) -At time : 1 ps Reaction : Thymine^0 (-2928) + OH^0 (-14622) -> Damaged_Thymine^0 (-14638) +At time : 1 ps Reaction : OH^0 (-14623) + Guanine^0 (-2931) -> Damaged_Guanine^0 (-14637) +At time : 1 ps Reaction : OH^0 (-14622) + Thymine^0 (-2928) -> Damaged_Thymine^0 (-14638) At time : 1 ps Reaction : OH^0 (-14558) + OH^0 (-14611) -> H2O2^0 (-14639) At time : 1 ps Reaction : OH^0 (-14584) + Cytosine^0 (-2932) -> Damaged_Cytosine^0 (-14640) At time : 1 ps Reaction : OH^0 (-14536) + OH^0 (-14544) -> H2O2^0 (-14641) @@ -389,99 +388,141 @@ At time : 10.581 ps Reaction : OH^0 (-14564) + H^0 (-14608) -> No product At time : 12.281 ps Reaction : H^0 (-14585) + OH^0 (-14580) -> No product At time : 14.281 ps Reaction : OH^0 (-14582) + Thymine^0 (-2936) -> Damaged_Thymine^0 (-14652) At time : 15.281 ps Reaction : OH^0 (-14586) + Guanine^0 (-2627) -> Damaged_Guanine^0 (-14653) -At time : 26.281 ps Reaction : OH^0 (-14603) + H^0 (-14604) -> No product +At time : 26.281 ps Reaction : H^0 (-14604) + OH^0 (-14603) -> No product At time : 27.281 ps Reaction : H^0 (-14593) + H^0 (-14545) -> H_2^0 (-14654) -At time : 31.281 ps Reaction : H^0 (-14579) + OH^0 (-14524) -> No product -At time : 43.281 ps Reaction : OH^0 (-14576) + H^0 (-14618) -> No product -At time : 46.281 ps Reaction : H^0 (-14555) + Cytosine^0 (-12236) -> Damaged_Cytosine^0 (-14655) -At time : 54.281 ps Reaction : OH^0 (-14572) + H^0 (-14569) -> No product -At time : 66.768 ps Reaction : OH^0 (-14552) + Deoxyribose^0 (-12209) -> Damaged_Deoxyribose^0 (-14656) -At time : 85.768 ps Reaction : H^0 (-14581) + Histone^0 (-2449) -> Histone^0 (-14657) -At time : 86.768 ps Reaction : H^0 (-14591) + Thymine^0 (-2632) -> Damaged_Thymine^0 (-14658) -At time : 101.15 ps Reaction : H^0 (-14589) + H^0 (-14597) -> H_2^0 (-14659) -At time : 116.15 ps Reaction : OH^0 (-14633) + OH^0 (-14547) -> H2O2^0 (-14660) -At time : 116.15 ps Reaction : H^0 (-14557) + H^0 (-14559) -> H_2^0 (-14661) -At time : 122.15 ps Reaction : OH^0 (-14596) + OH^0 (-14599) -> H2O2^0 (-14662) -At time : 146.15 ps Reaction : H^0 (-14543) + Deoxyribose^0 (-7420) -> Damaged_Deoxyribose^0 (-14663) -At time : 164.29 ps Reaction : H^0 (-14587) + OH^0 (-14624) -> No product -At time : 227.94 ps Reaction : OH^0 (-14578) + H^0 (-14620) -> No product -At time : 266.94 ps Reaction : H2O2^0 (-14642) + e_aq^-1 (-14532) -> OH^-1 (-14664) + OH^0 (-14665) -At time : 293.94 ps Reaction : H_2^0 (-14575) + Histone^0 (-14657) -> Histone^0 (-14666) -At time : 363.64 ps Reaction : H^0 (-14612) + Histone^0 (-7255) -> Histone^0 (-14667) -At time : 449.87 ps Reaction : e_aq^-1 (-112) + H^0 (-14610) -> OH^-1 (-14668) + H_2^0 (-14669) -At time : 455.87 ps Reaction : H^0 (-14561) + Thymine^0 (-8267) -> Damaged_Thymine^0 (-14670) -At time : 479.87 ps Reaction : OH^0 (-14574) + Histone^0 (-14667) -> Histone^0 (-14671) -At time : 568.93 ps Reaction : OH^0 (-14635) + Deoxyribose^0 (-7735) -> Damaged_Deoxyribose^0 (-14672) -At time : 583.93 ps Reaction : OH^0 (-14540) + H^0 (-14550) -> No product -At time : 624.27 ps Reaction : H^0 (-14583) + Deoxyribose^0 (-2065) -> Damaged_Deoxyribose^0 (-14673) -At time : 636.27 ps Reaction : Deoxyribose^0 (-2558) + H^0 (-14627) -> Damaged_Deoxyribose^0 (-14674) -At time : 699.59 ps Reaction : Histone^0 (-14671) + H3O^1 (-14525) -> Histone^0 (-14675) -At time : 705.59 ps Reaction : Histone^0 (-1648) + H^0 (-14625) -> Histone^0 (-14676) -At time : 708.59 ps Reaction : H^0 (-14537) + Histone^0 (-14666) -> Histone^0 (-14677) -At time : 747.3 ps Reaction : OH^0 (-14607) + Histone^0 (-14675) -> Histone^0 (-14678) -At time : 792.79 ps Reaction : H3O^1 (-14601) + Histone^0 (-14677) -> Histone^0 (-14679) -At time : 920.72 ps Reaction : Histone^0 (-14676) + H3O^1 (-14531) -> Histone^0 (-14680) -At time : 936.43 ps Reaction : OH^0 (-14553) + Guanine^0 (-7733) -> Damaged_Guanine^0 (-14681) -At time : 945.43 ps Reaction : H^0 (-14614) + Histone^0 (-14679) -> Histone^0 (-14682) -At time : 1.1132 ns Reaction : H^0 (-14616) + Deoxyribose^0 (-6862) -> Damaged_Deoxyribose^0 (-14683) -At time : 1.2253 ns Reaction : OH^0 (-14542) + OH^0 (-14665) -> H2O2^0 (-14684) -At time : 1.2753 ns Reaction : H^0 (-14539) + Histone^0 (-12061) -> Histone^0 (-14685) -At time : 1.3357 ns Reaction : H_2^0 (-14565) + Histone^0 (-12862) -> Histone^0 (-14686) -At time : 1.3657 ns Reaction : H2O2^0 (-14651) + Histone^0 (-14682) -> Histone^0 (-14687) -At time : 1.3757 ns Reaction : Thymine^0 (-2087) + e_aq^-1 (-14526) -> Damaged_Thymine^0 (-14688) -At time : 1.3957 ns Reaction : H^0 (-14636) + Histone^0 (-14685) -> Histone^0 (-14689) -At time : 1.5465 ns Reaction : H_2^0 (-14669) + Histone^0 (-14678) -> Histone^0 (-14690) -At time : 1.5565 ns Reaction : Histone^0 (-14690) + H2O2^0 (-14647) -> Histone^0 (-14691) -At time : 2.1262 ns Reaction : H_2^0 (-14562) + Histone^0 (-14689) -> Histone^0 (-14692) -At time : 2.3755 ns Reaction : OH^0 (-14568) + Cytosine^0 (-8223) -> Damaged_Cytosine^0 (-14693) -At time : 2.4255 ns Reaction : H_2^0 (-14661) + Histone^0 (-11260) -> Histone^0 (-14694) -At time : 2.4355 ns Reaction : Deoxyribose^0 (-2486) + OH^0 (-14626) -> Damaged_Deoxyribose^0 (-14695) +At time : 29.281 ps Reaction : H^0 (-14591) + Cytosine^0 (-2628) -> Damaged_Cytosine^0 (-14655) +At time : 68.632 ps Reaction : OH^0 (-14552) + Guanine^0 (-12203) -> Damaged_Guanine^0 (-14656) +At time : 77.632 ps Reaction : OH^0 (-14572) + Guanine^0 (-7421) -> Damaged_Guanine^0 (-14657) +At time : 79.632 ps Reaction : OH^0 (-14592) + OH^0 (-14594) -> H2O2^0 (-14658) +At time : 86.632 ps Reaction : H^0 (-14636) + Thymine^0 (-7746) -> Damaged_Thymine^0 (-14659) +At time : 89.632 ps Reaction : OH^0 (-14576) + e_aq^-1 (-14526) -> OH^-1 (-14660) +At time : 95.632 ps Reaction : OH^0 (-14599) + OH^0 (-14602) -> H2O2^0 (-14661) +At time : 137.69 ps Reaction : H^0 (-14561) + H^0 (-14610) -> H_2^0 (-14662) +At time : 173.69 ps Reaction : OH^0 (-14554) + Deoxyribose^0 (-12213) -> Damaged_Deoxyribose^0 (-14663) +At time : 273.4 ps Reaction : H^0 (-14583) + Deoxyribose^0 (-2945) -> Damaged_Deoxyribose^0 (-14664) +At time : 376.29 ps Reaction : Histone^0 (-6454) + H3O^1 (-14525) -> Histone^0 (-14665) +At time : 385.29 ps Reaction : Adenine^0 (-2623) + OH^0 (-14530) -> Damaged_Adenine^0 (-14666) +At time : 400.29 ps Reaction : H^0 (-14539) + OH^0 (-14631) -> No product +At time : 406.29 ps Reaction : H^0 (-14569) + Histone^0 (-7255) -> Histone^0 (-14667) +At time : 409.29 ps Reaction : H^0 (-14612) + Thymine^0 (-6901) -> Damaged_Thymine^0 (-14668) +At time : 461.8 ps Reaction : Histone^0 (-14667) + H^0 (-14559) -> Histone^0 (-14669) +At time : 470.8 ps Reaction : H^0 (-14555) + Deoxyribose^0 (-12250) -> Damaged_Deoxyribose^0 (-14670) +At time : 556.82 ps Reaction : H^0 (-14597) + OH^0 (-14606) -> No product +At time : 593.21 ps Reaction : Deoxyribose^0 (-7744) + OH^0 (-14607) -> Damaged_Deoxyribose^0 (-14671) +At time : 614.21 ps Reaction : OH^0 (-14540) + OH^0 (-14547) -> H2O2^0 (-14672) +At time : 617.21 ps Reaction : H^0 (-14616) + Cytosine^0 (-6841) -> Damaged_Cytosine^0 (-14673) +At time : 626.21 ps Reaction : H3O^1 (-14573) + Histone^0 (-14669) -> Histone^0 (-14674) +At time : 704.65 ps Reaction : Adenine^0 (-2943) + OH^0 (-14524) -> Damaged_Adenine^0 (-14675) +At time : 717.62 ps Reaction : H^0 (-14537) + Histone^0 (-1648) -> Histone^0 (-14676) +At time : 732.77 ps Reaction : OH^0 (-14632) + Guanine^0 (-13348) -> Damaged_Guanine^0 (-14677) +At time : 751.78 ps Reaction : OH^0 (-14635) + OH^0 (-14568) -> H2O2^0 (-14678) +At time : 785.45 ps Reaction : Histone^0 (-2449) + H3O^1 (-14534) -> Histone^0 (-14679) +At time : 788.45 ps Reaction : H^0 (-14579) + Deoxyribose^0 (-2065) -> Damaged_Deoxyribose^0 (-14680) +At time : 804.05 ps Reaction : OH^0 (-14553) + Thymine^0 (-12208) -> Damaged_Thymine^0 (-14681) +At time : 983.44 ps Reaction : OH^0 (-14542) + H^0 (-14620) -> No product +At time : 1.0364 ns Reaction : Histone^0 (-14676) + H_2^0 (-14654) -> Histone^0 (-14682) +At time : 1.4601 ns Reaction : OH^0 (-14578) + Guanine^0 (-2939) -> Damaged_Guanine^0 (-14683) +At time : 1.4701 ns Reaction : H^0 (-14589) + Deoxyribose^0 (-2049) -> Damaged_Deoxyribose^0 (-14684) +At time : 1.4901 ns Reaction : H_2^0 (-14562) + Histone^0 (-14674) -> Histone^0 (-14685) +At time : 1.5001 ns Reaction : H^0 (-14543) + Histone^0 (-14665) -> Histone^0 (-14686) +At time : 1.5401 ns Reaction : Thymine^0 (-3421) + e_aq^-1 (-14532) -> Damaged_Thymine^0 (-14687) +At time : 1.6664 ns Reaction : Histone^0 (-14679) + H^0 (-14618) -> Histone^0 (-14688) +At time : 1.7664 ns Reaction : OH^0 (-14538) + Guanine^0 (-12507) -> Damaged_Guanine^0 (-14689) +At time : 1.9524 ns Reaction : H^0 (-14541) + Adenine^0 (-8538) -> Damaged_Adenine^0 (-14690) +At time : 2.0342 ns Reaction : OH^0 (-14549) + Cytosine^0 (-12492) -> Damaged_Cytosine^0 (-14691) +At time : 2.3763 ns Reaction : H2O2^0 (-14642) + Histone^0 (-14685) -> Histone^0 (-14692) +At time : 2.4699 ns Reaction : Histone^0 (-3250) + H3O^1 (-14531) -> Histone^0 (-14693) *** G4Scheduler ends at time : 2.5 ns ___________________________________ Physics stage ends *** G4Scheduler starts processing -At time : 1 ps Reaction : OH^0 (-14514) + OH^0 (-14551) -> H2O2^0 (-14553) -At time : 1 ps Reaction : OH^0 (-14536) + OH^0 (-14508) -> H2O2^0 (-14554) -At time : 1 ps Reaction : OH^0 (-14534) + OH^0 (-14504) -> H2O2^0 (-14555) -At time : 1 ps Reaction : OH^0 (-14532) + OH^0 (-14496) -> H2O2^0 (-14556) -At time : 1 ps Reaction : OH^0 (-14512) + OH^0 (-14510) -> H2O2^0 (-14557) -At time : 10.954 ps Reaction : e_aq^-1 (-73) + OH^0 (-14525) -> OH^-1 (-14558) -At time : 15.321 ps Reaction : H^0 (-14526) + H^0 (-14524) -> H_2^0 (-14559) -At time : 58.085 ps Reaction : OH^0 (-14498) + OH^0 (-14500) -> H2O2^0 (-14560) -At time : 137.95 ps Reaction : OH^0 (-14527) + e_aq^-1 (-78) -> OH^-1 (-14561) -At time : 183.46 ps Reaction : OH^0 (-14493) + OH^0 (-14492) -> H2O2^0 (-14562) -At time : 313.84 ps Reaction : H^0 (-14546) + OH^0 (-14502) -> No product -At time : 350.72 ps Reaction : OH^0 (-14516) + H^0 (-14552) -> No product -At time : 363.16 ps Reaction : H3O^1 (-14521) + OH^-1 (-14558) -> No product -At time : 363.16 ps Reaction : H^0 (-14495) + OH^0 (-14494) -> No product -At time : 384.6 ps Reaction : OH^0 (-14543) + Cytosine^0 (-4353) -> Damaged_Cytosine^0 (-14563) -At time : 428.76 ps Reaction : OH^0 (-14490) + OH^0 (-14522) -> H2O2^0 (-14564) -At time : 494.19 ps Reaction : OH^0 (-14484) + Guanine^0 (-4064) -> Damaged_Guanine^0 (-14565) -At time : 890.99 ps Reaction : H^0 (-14533) + Deoxyribose^0 (-4114) -> Damaged_Deoxyribose^0 (-14566) -At time : 928.62 ps Reaction : OH^0 (-14545) + H^0 (-14499) -> No product -At time : 1.0581 ns Reaction : H^0 (-14539) + OH^0 (-14520) -> No product -At time : 1.2157 ns Reaction : OH^0 (-14542) + OH^0 (-14541) -> H2O2^0 (-14567) -At time : 1.3725 ns Reaction : H^0 (-14511) + H^0 (-14509) -> H_2^0 (-14568) -At time : 1.4625 ns Reaction : OH^0 (-14485) + Guanine^0 (-4784) -> Damaged_Guanine^0 (-14569) -At time : 1.4825 ns Reaction : H^0 (-14537) + Deoxyribose^0 (-4354) -> Damaged_Deoxyribose^0 (-14570) -At time : 1.5025 ns Reaction : H_2^0 (-14559) + Histone^0 (-4010) -> Histone^0 (-14571) -At time : 1.5125 ns Reaction : OH^0 (-14550) + H^0 (-14505) -> No product -At time : 1.5344 ns Reaction : OH^0 (-14530) + Deoxyribose^0 (-4030) -> Damaged_Deoxyribose^0 (-14572) -At time : 1.5644 ns Reaction : Histone^0 (-14571) + H_2^0 (-14488) -> Histone^0 (-14573) -At time : 1.944 ns Reaction : H_2^0 (-14529) + Histone^0 (-14573) -> Histone^0 (-14574) -At time : 1.964 ns Reaction : e_aq^-1 (-14487) + H^0 (-14503) -> OH^-1 (-14575) + H_2^0 (-14576) -At time : 2.284 ns Reaction : H3O^1 (-14549) + Histone^0 (-806) -> Histone^0 (-14577) +At time : 1 ps Reaction : OH^0 (-14590) + OH^0 (-14661) -> H2O2^0 (-14675) +At time : 1 ps Reaction : e_aq^-1 (-24) + OH^0 (-14641) -> OH^-1 (-14676) +At time : 1 ps Reaction : OH^0 (-14638) + Cytosine^0 (-2100) -> Damaged_Cytosine^0 (-14677) +At time : 1 ps Reaction : OH^0 (-14624) + OH^0 (-14626) -> H2O2^0 (-14678) +At time : 1 ps Reaction : OH^0 (-14622) + Guanine^0 (-6881) -> Damaged_Guanine^0 (-14679) +At time : 1 ps Reaction : OH^0 (-14610) + OH^0 (-14558) -> H2O2^0 (-14680) +At time : 1 ps Reaction : OH^0 (-14598) + OH^0 (-14570) -> H2O2^0 (-14681) +At time : 1 ps Reaction : Guanine^0 (-2099) + OH^0 (-14578) -> Damaged_Guanine^0 (-14682) +At time : 1.7 ps Reaction : OH^0 (-14617) + OH^0 (-14572) -> H2O2^0 (-14683) +At time : 2.4 ps Reaction : H^0 (-14637) + Histone^0 (-1673) -> Histone^0 (-14684) +At time : 2.4 ps Reaction : OH^0 (-14566) + OH^0 (-14594) -> H2O2^0 (-14685) +At time : 3.45 ps Reaction : OH^0 (-14616) + OH^0 (-14612) -> H2O2^0 (-14686) +At time : 3.45 ps Reaction : Deoxyribose^0 (-11361) + OH^0 (-14599) -> Damaged_Deoxyribose^0 (-14687) +At time : 3.45 ps Reaction : OH^0 (-14562) + OH^0 (-14588) -> H2O2^0 (-14688) +At time : 9.5926 ps Reaction : OH^0 (-14583) + OH^0 (-14580) -> H2O2^0 (-14689) +At time : 13.343 ps Reaction : OH^0 (-14564) + OH^0 (-14592) -> H2O2^0 (-14690) +At time : 14.343 ps Reaction : Guanine^0 (-2107) + OH^0 (-14642) -> Damaged_Guanine^0 (-14691) +At time : 14.343 ps Reaction : OH^0 (-14549) + OH^0 (-14621) -> H2O2^0 (-14692) +At time : 16.343 ps Reaction : OH^0 (-14636) + OH^0 (-14670) -> H2O2^0 (-14693) +At time : 16.343 ps Reaction : Histone^0 (-6479) + H^0 (-14575) -> Histone^0 (-14694) +At time : 17.343 ps Reaction : OH^0 (-14601) + e_aq^-1 (-128) -> OH^-1 (-14695) +At time : 23.343 ps Reaction : Adenine^0 (-2103) + H^0 (-14579) -> Damaged_Adenine^0 (-14696) +At time : 27.343 ps Reaction : Cytosine^0 (-7799) + OH^0 (-14668) -> Damaged_Cytosine^0 (-14697) +At time : 28.343 ps Reaction : OH^0 (-14576) + H^0 (-14577) -> No product +At time : 31.343 ps Reaction : e_aq^-1 (-146) + Guanine^0 (-2123) -> Damaged_Guanine^0 (-14698) +At time : 32.343 ps Reaction : OH^0 (-14645) + H^0 (-14648) -> No product +At time : 38.343 ps Reaction : H^0 (-14656) + OH^0 (-14657) -> No product +At time : 38.343 ps Reaction : e_aq^-1 (-14551) + H^0 (-14623) -> OH^-1 (-14699) + H_2^0 (-14700) +At time : 49.479 ps Reaction : OH^-1 (-14676) + H3O^1 (-14671) -> No product +At time : 53.479 ps Reaction : OH^0 (-14653) + OH^0 (-14673) -> H2O2^0 (-14701) +At time : 54.479 ps Reaction : OH^0 (-14630) + Adenine^0 (-6581) -> Damaged_Adenine^0 (-14702) +At time : 54.479 ps Reaction : OH^0 (-14628) + H^0 (-14627) -> No product +At time : 55.479 ps Reaction : Thymine^0 (-6590) + OH^0 (-14574) -> Damaged_Thymine^0 (-14703) +At time : 58.479 ps Reaction : H^0 (-14563) + OH^0 (-14587) -> No product +At time : 64.479 ps Reaction : Histone^0 (-14684) + H^0 (-14650) -> Histone^0 (-14704) +At time : 68.479 ps Reaction : H^0 (-14571) + H^0 (-14602) -> H_2^0 (-14705) +At time : 72.479 ps Reaction : Thymine^0 (-11352) + OH^0 (-14597) -> Damaged_Thymine^0 (-14706) +At time : 77.915 ps Reaction : H^0 (-14639) + OH^0 (-14643) -> No product +At time : 78.915 ps Reaction : Histone^0 (-14694) + H3O^1 (-14550) -> Histone^0 (-14707) +At time : 113.41 ps Reaction : OH^0 (-14620) + Deoxyribose^0 (-6880) -> Damaged_Deoxyribose^0 (-14708) +At time : 113.41 ps Reaction : H^0 (-14609) + OH^0 (-14607) -> No product +At time : 128.41 ps Reaction : OH^-1 (-14699) + H3O^1 (-14667) -> No product +At time : 140.41 ps Reaction : Deoxyribose^0 (-11941) + H^0 (-14593) -> Damaged_Deoxyribose^0 (-14709) +At time : 161.41 ps Reaction : e_aq^-1 (-134) + Adenine^0 (-7850) -> Damaged_Adenine^0 (-14710) +At time : 182.41 ps Reaction : H^0 (-14625) + Histone^0 (-14707) -> Histone^0 (-14711) +At time : 213.17 ps Reaction : H^0 (-14646) + OH^0 (-14651) -> No product +At time : 243.17 ps Reaction : Deoxyribose^0 (-11645) + OH^0 (-14568) -> Damaged_Deoxyribose^0 (-14712) +At time : 252.17 ps Reaction : OH^0 (-14633) + Deoxyribose^0 (-6595) -> Damaged_Deoxyribose^0 (-14713) +At time : 258.17 ps Reaction : e_aq^-1 (-142) + H2O2^0 (-14693) -> OH^-1 (-14714) + OH^0 (-14715) +At time : 285.17 ps Reaction : H^0 (-14629) + Histone^0 (-14711) -> Histone^0 (-14716) +At time : 300.17 ps Reaction : Guanine^0 (-2660) + OH^0 (-14672) -> Damaged_Guanine^0 (-14717) +At time : 336.17 ps Reaction : Deoxyribose^0 (-1765) + OH^0 (-14647) -> Damaged_Deoxyribose^0 (-14718) +At time : 372.17 ps Reaction : H^0 (-14567) + Thymine^0 (-11360) -> Damaged_Thymine^0 (-14719) +At time : 456.47 ps Reaction : Deoxyribose^0 (-11406) + H^0 (-14604) -> Damaged_Deoxyribose^0 (-14720) +At time : 465.47 ps Reaction : Histone^0 (-11285) + H^0 (-14662) -> Histone^0 (-14721) +At time : 472.06 ps Reaction : H^0 (-14569) + Thymine^0 (-11688) -> Damaged_Thymine^0 (-14722) +At time : 481.06 ps Reaction : e_aq^-1 (-14554) + H^0 (-14581) -> OH^-1 (-14723) + H_2^0 (-14724) +At time : 484.06 ps Reaction : Histone^0 (-14704) + H^0 (-14644) -> Histone^0 (-14725) +At time : 674.53 ps Reaction : H3O^1 (-14553) + OH^-1 (-14723) -> No product +At time : 726.1 ps Reaction : H^0 (-14631) + Deoxyribose^0 (-6599) -> Damaged_Deoxyribose^0 (-14726) +At time : 732.1 ps Reaction : H^0 (-14613) + Histone^0 (-14721) -> Histone^0 (-14727) +At time : 738.78 ps Reaction : H^0 (-14559) + H^0 (-14565) -> H_2^0 (-14728) +At time : 791.88 ps Reaction : Adenine^0 (-11327) + OH^0 (-14666) -> Damaged_Adenine^0 (-14729) +At time : 835.39 ps Reaction : H^0 (-14573) + OH^0 (-14606) -> No product +At time : 849.84 ps Reaction : Histone^0 (-14725) + H^0 (-14654) -> Histone^0 (-14730) +At time : 910.89 ps Reaction : OH^-1 (-14714) + H3O^1 (-14669) -> No product +At time : 1.0233 ns Reaction : H^0 (-14611) + Deoxyribose^0 (-11330) -> Damaged_Deoxyribose^0 (-14731) +At time : 1.1533 ns Reaction : Cytosine^0 (-11356) + OH^0 (-14603) -> Damaged_Cytosine^0 (-14732) +At time : 1.1633 ns Reaction : OH^-1 (-14695) + Histone^0 (-14716) -> Histone^0 (-14733) +At time : 1.1733 ns Reaction : Histone^0 (-12086) + H^0 (-14600) -> Histone^0 (-14734) +At time : 1.2833 ns Reaction : Histone^0 (-7280) + H_2^0 (-14705) -> Histone^0 (-14735) +At time : 1.3133 ns Reaction : H3O^1 (-14634) + Histone^0 (-2474) -> Histone^0 (-14736) +At time : 1.3233 ns Reaction : H_2^0 (-14619) + Histone^0 (-14735) -> Histone^0 (-14737) +At time : 1.3738 ns Reaction : H^0 (-14595) + OH^0 (-14663) -> No product +At time : 1.3738 ns Reaction : Thymine^0 (-11448) + e_aq^-1 (-137) -> Damaged_Thymine^0 (-14738) +At time : 1.3838 ns Reaction : H3O^1 (-14632) + Histone^0 (-14737) -> Histone^0 (-14739) +At time : 1.6438 ns Reaction : OH^0 (-14555) + Thymine^0 (-11952) -> Damaged_Thymine^0 (-14740) +At time : 1.7138 ns Reaction : Deoxyribose^0 (-11669) + H^0 (-14591) -> Damaged_Deoxyribose^0 (-14741) +At time : 1.896 ns Reaction : OH^0 (-14608) + Guanine^0 (-7774) -> Damaged_Guanine^0 (-14742) *** G4Scheduler ends at time : 2.5 ns ___________________________________ Run terminated. Run Summary Number of events processed : 2 - User=139.190000s Real=140.707366s Sys=0.080000s + User=141.060000s Real=143.023402s Sys=0.080000s ----> Histograms are saved -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -497,20 +538,20 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 29052 +Total navigation history collections cleaned: 29119 G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 27.9 MB Pool ID '19G4ElectronOccupancy', size : 0.000961 MB -Pool ID '15G4CountedObjectIvE', size : 0.667 MB +Pool ID '15G4CountedObjectIvE', size : 0.67 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.691 MB Pool ID '17G4SmartVoxelProxy', size : 0.657 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 2.33 MB -Pool ID '7G4Track', size : 4.67 MB +Pool ID '17G4DynamicParticle', size : 2.34 MB +Pool ID '7G4Track', size : 4.68 MB Pool ID '18G4TouchableHistory', size : 1.75 MB Pool ID '10G4Molecule', size : 1.4 MB Pool ID '8G4KDTree', size : 0.000961 MB diff --git a/examples/extended/medical/dna/dnaphysics/History b/examples/extended/medical/dna/dnaphysics/History index 077431badc..dde3557b75 100644 --- a/examples/extended/medical/dna/dnaphysics/History +++ b/examples/extended/medical/dna/dnaphysics/History @@ -1,9 +1,21 @@ - ========================================================= - Geant4 - dnaphysics example - ========================================================= +# Example dnaphysics History - Package History file - -------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2022-02-28 Vladimir Ivanchenko (dnaphysics-V11-00-01) +- dnaphysics.cc - enable visualisation only in interactive mode, + use G4RunManagerFactory +- PhysicsList - added RadioactiveDecayPhysics + +## 2021-12-10 Ben Morgan (dnaphysics-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06 Oct 21 I. Hrivnacova - tag dnaphysics-V10-07-01 - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/dnaphysics/dnaphysics.cc b/examples/extended/medical/dna/dnaphysics/dnaphysics.cc index 383dd8d35a..06a6eeec21 100644 --- a/examples/extended/medical/dna/dnaphysics/dnaphysics.cc +++ b/examples/extended/medical/dna/dnaphysics/dnaphysics.cc @@ -46,17 +46,16 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -int main(int argc,char** argv) -{ +int main(int argc, char **argv) { + // Detect interactive mode (if no arguments) and define UI session // - G4UIExecutive* ui = 0; + G4UIExecutive* ui = nullptr; if ( argc == 1 ) { ui = new G4UIExecutive(argc, argv); } // Construct the default run manager - auto* runManager = G4RunManagerFactory::CreateRunManager(); if(argc==3) runManager->SetNumberOfThreads(atoi(argv[2])); else runManager->SetNumberOfThreads(2); @@ -69,29 +68,23 @@ int main(int argc,char** argv) runManager->SetUserInitialization(new ActionInitialization()); // Visualization - G4VisManager* visManager = new G4VisExecutive; - visManager->Initialize(); + G4VisExecutive* visManager = nullptr; // Get the pointer to the User Interface manager - G4UImanager* UImanager = G4UImanager::GetUIpointer(); - - // Process macro or start UI session - // - if (argc>1) { + G4UImanager *UImanager = G4UImanager::GetUIpointer(); + if (nullptr == ui) { // batch mode G4String command = "/control/execute "; G4String fileName = argv[1]; UImanager->ApplyCommand(command+fileName); - } - else { - // interactive mode + } else { + visManager = new G4VisExecutive; + visManager->Initialize(); UImanager->ApplyCommand("/control/execute vis.mac"); ui->SessionStart(); delete ui; + delete visManager; } - - delete visManager; delete runManager; - return 0; } diff --git a/examples/extended/medical/dna/dnaphysics/dnaphysics.out b/examples/extended/medical/dna/dnaphysics/dnaphysics.out index eee2e394f8..526a9f7013 100644 --- a/examples/extended/medical/dna/dnaphysics/dnaphysics.out +++ b/examples/extended/medical/dna/dnaphysics/dnaphysics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,59 +19,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x228a8d0 +##### Create analysis manager 0x23181f0 Using analysis manager -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Registered graphics systems are: - ASCIITree (ATree) - DAWNFILE (DAWNFILE) - G4HepRepFile (HepRepFile) - RayTracer (RayTracer) - VRML2FILE (VRML2FILE) - gMocrenFile (gMocrenFile) - OpenGLImmediateQt (OGLIQt, OGLI) - OpenGLStoredQt (OGLSQt, OGL, OGLS) - OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) - OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) - OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) - OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) - RayTracerX (RayTracerX) - -Registering model factories... - -You have successfully registered the following model factories. -Registered model factories: - generic - drawByAttribute - drawByCharge - drawByOriginVolume - drawByParticleID - drawByEncounteredVolume - -Registered models: - None - -Registered filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -Registered filters: - None - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. /run/numberOfThreads 2 *** /run/numberOfThreads command is issued in sequential mode. Command is ignored. @@ -116,10 +65,8 @@ userDetector->Construct() start. World is registered to the default region. physicsList->Construct() start. -### G4EmDNAPhysicsActivator::ConstructProcess for 1 regions DNA physics type DNA_Opt0 +### G4EmDNAPhysicsActivator::ConstructProcess for 1 regions DNA physics type ### DNA models type DNA_Opt0 are activated for G4Region DefaultRegionForTheWorld -AddHeliumModels0 for a1msc: 1 a2msc: 1 elimel= 1 pminbba= 7.9452 -### G4EmConfigurator::AddModels n= 46 physicsList->CheckParticleList() start. physicsList->setCut() start. # @@ -142,7 +89,8 @@ physicsList->setCut() start. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -159,7 +107,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -169,8 +117,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -226,6 +175,10 @@ Use DNA e- solvation model type 11003 DefaultRegionForTheWorld 1 1 0 ### === Auger flag: 1 ### === Ignore cuts flag: 1 +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 LambdaPrime table from 200 keV to 1 GeV in 74 bins @@ -252,15 +205,15 @@ Rayl: for gamma SubType=11 BuildTable=1 msc: for e- SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 1 MeV Emax= 100 MeV Nbins=40 1 MeV - 100 MeV + GoudsmitSaunderson : Emin= 1 MeV Emax= 100 MeV Nbins=40 1 MeV - 100 MeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm WentzelVIUni : Emin= 100 MeV Emax= 1 GeV Nbins=20 100 MeV - 1 GeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 1 MeV Emax= 1 GeV deltaVI @@ -269,7 +222,7 @@ eBrem: for e- XStype:4 SubType=3 Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremSB : Emin= 1 MeV Emax= 1 GeV AngularGen2BS ePairProd: for e- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 1 GeV in 140 bins @@ -284,6 +237,12 @@ CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 100 MeV Emax= 1 GeV +e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 1 GeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV @@ -292,8 +251,13 @@ DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNAEmfietzoglouExcitationModel : Emin= 0 eV Emax= 10 keV -DNABornExcitationModel : Emin= 10 keV Emax= 1 MeV +DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 1 GeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo DummyModel : Emin= 1 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm @@ -303,24 +267,12 @@ DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV DummyModel : Emin= 100 eV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNAEmfietzoglouIonisationModel : Emin= 0 eV Emax= 10 keV deltaBorn Fluo -DNABornIonisationModel : Emin= 10 keV Emax= 1 MeV deltaBorn Fluo - DummyModel : Emin= 1 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm - e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV DummyModel : Emin= 13 eV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNAOneStepThermalizationModel : Emin= 0 eV Emax= 7.4 eV -DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 7.4 eV Emax= 8.22 eV - msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV @@ -328,10 +280,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 1 GeV Nbins=20 100 MeV - 1 GeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 1 GeV deltaVI @@ -362,21 +314,22 @@ CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 msc: for proton SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 1 MeV Emax= 1 GeV Nbins=60 1 MeV - 1 GeV + UrbanMsc : Emin= 1 MeV Emax= 1 GeV Nbins=60 1 MeV - 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheBloch : Emin= 100 MeV Emax= 1 GeV deltaVI + Bragg : Emin= 1 MeV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 1 GeV deltaVI CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 Lambda table from threshold to 1 GeV, 20 bins/decade, spline: 0 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 1 MeV Emax= 1 GeV + eCoulombScattering : Emin= 0 eV Emax= 1 GeV nuclearStopping: for proton SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -390,134 +343,136 @@ proton_G4DNAElastic: for proton SubType=51 BuildTable=0 proton_G4DNAExcitation: for proton SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 500 keV -DNABornExcitationModel : Emin= 500 keV Emax= 100 MeV - DummyModel : Emin= 100 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNABornExcitationModel : Emin= 500 keV Emax= 1 GeV proton_G4DNAIonisation: for proton SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNARuddIonisationModel : Emin= 0 eV Emax= 500 keV deltaRudd Fluo -DNABornIonisationModel : Emin= 500 keV Emax= 100 MeV deltaBorn Fluo - DummyModel : Emin= 100 MeV Emax= 1 GeV +DNABornIonisationModel : Emin= 500 keV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm proton_G4DNAChargeDecrease: for proton SubType=56 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNADingfelderChargeDecreaseModel : Emin= 0 eV Emax= 100 MeV - DummyModel : Emin= 100 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNADingfelderChargeDecreaseModel : Emin= 0 eV Emax= 1 GeV msc: for GenericIon SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 1 GeV + UrbanMsc : Emin= 100 MeV Emax= 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheBloch : Emin= 10 MeV Emax= 1 GeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 1 GeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== +====================================================================== +====== Radioactive Decay Physics Parameters ======= +====================================================================== +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us +Internal e- conversion flag 1 +Stored internal conversion coefficients 1 +Enable correlated gamma emission 0 +Max 2J for sampling of angular correlations 10 +Atomic de-excitation enabled 1 +Auger electron emission enabled 1 +Check EM cuts disabled for atomic de-excitation 1 +Use Bearden atomic level energies 0 +Use ANSTO fluorescence model 0 +Threshold for very long decay time at rest 3.171e+10 y +====================================================================== GenericIon_G4DNAIonisation: for GenericIon SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNARuddIonisationExtendedModel : Emin= 0 eV Emax= 10 MeV deltaRudd Fluo - DummyModel : Emin= 10 MeV Emax= 1 GeV + DummyModel : Emin= 0 eV Emax= 100 eV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNARuddIonisationExtendedModel : Emin= 100 eV Emax= 1 GeV deltaRudd Fluo msc: for alpha SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 1 MeV Emax= 1 GeV + UrbanMsc : Emin= 100 MeV Emax= 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheBloch : Emin=100.69 MeV Emax= 1 GeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 1 GeV deltaVI nuclearStopping: for alpha SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== alpha_G4DNAElastic: for alpha SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - DNAIonElasticModel : Emin= 0 eV Emax= 1 MeV - DummyModel : Emin= 1 MeV Emax= 1 GeV + DNAIonElasticModel : Emin= 0 eV Emax= 100 MeV + DummyModel : Emin= 100 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm alpha_G4DNAExcitation: for alpha SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 400 MeV - DummyModel : Emin= 400 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 1 GeV alpha_G4DNAIonisation: for alpha SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNARuddIonisationModel : Emin= 0 eV Emax= 400 MeV deltaRudd Fluo - DummyModel : Emin= 400 MeV Emax= 1 GeV +DNARuddIonisationModel : Emin= 0 eV Emax= 100 MeV deltaRudd Fluo + DummyModel : Emin= 100 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm alpha_G4DNAChargeDecrease: for alpha SubType=56 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNADingfelderChargeDecreaseModel : Emin= 0 eV Emax= 400 MeV - DummyModel : Emin= 400 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNADingfelderChargeDecreaseModel : Emin= 0 eV Emax= 1 GeV msc: for alpha+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 1 MeV Emax= 1 GeV + UrbanMsc : Emin= 100 MeV Emax= 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for alpha+ XStype:1 SubType=2 +hIoni: for alpha+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheBloch : Emin=100.69 MeV Emax= 1 GeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 1 GeV deltaVI alpha+_G4DNAElastic: for alpha+ SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - DNAIonElasticModel : Emin= 0 eV Emax= 1 MeV - DummyModel : Emin= 1 MeV Emax= 1 GeV + DNAIonElasticModel : Emin= 0 eV Emax= 100 MeV + DummyModel : Emin= 100 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm alpha+_G4DNAExcitation: for alpha+ SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 400 MeV - DummyModel : Emin= 400 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 1 GeV alpha+_G4DNAIonisation: for alpha+ SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNARuddIonisationModel : Emin= 0 eV Emax= 400 MeV deltaRudd Fluo - DummyModel : Emin= 400 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm - -alpha+_G4DNAChargeDecrease: for alpha+ SubType=56 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNADingfelderChargeDecreaseModel : Emin= 0 eV Emax= 400 MeV - DummyModel : Emin= 400 MeV Emax= 1 GeV +DNARuddIonisationModel : Emin= 0 eV Emax= 100 MeV deltaRudd Fluo + DummyModel : Emin= 100 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm alpha+_G4DNAChargeIncrease: for alpha+ SubType=57 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNADingfelderChargeIncreaseModel : Emin= 0 eV Emax= 400 MeV - DummyModel : Emin= 400 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNADingfelderChargeIncreaseModel : Emin= 0 eV Emax= 1 GeV + +alpha+_G4DNAChargeDecrease: for alpha+ SubType=56 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNADingfelderChargeDecreaseModel : Emin= 0 eV Emax= 1 GeV msc: for anti_proton SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 1 GeV Nbins=140 100 eV - 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 1 GeV deltaVI @@ -530,39 +485,33 @@ CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 helium_G4DNAElastic: for helium SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - DNAIonElasticModel : Emin= 0 eV Emax= 1 MeV - DummyModel : Emin= 1 MeV Emax= 1 GeV + DNAIonElasticModel : Emin= 0 eV Emax= 100 MeV + DummyModel : Emin= 100 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm helium_G4DNAExcitation: for helium SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 400 MeV - DummyModel : Emin= 400 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 1 GeV helium_G4DNAIonisation: for helium SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNARuddIonisationModel : Emin= 0 eV Emax= 400 MeV deltaRudd Fluo - DummyModel : Emin= 400 MeV Emax= 1 GeV +DNARuddIonisationModel : Emin= 0 eV Emax= 100 MeV deltaRudd Fluo + DummyModel : Emin= 100 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm helium_G4DNAChargeIncrease: for helium SubType=57 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNADingfelderChargeIncreaseModel : Emin= 0 eV Emax= 400 MeV - DummyModel : Emin= 400 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNADingfelderChargeIncreaseModel : Emin= 0 eV Emax= 1 GeV hydrogen_G4DNAElastic: for hydrogen SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - DNAIonElasticModel : Emin= 0 eV Emax= 1 MeV - DummyModel : Emin= 1 MeV Emax= 1 GeV + DNAIonElasticModel : Emin= 0 eV Emax= 100 MeV + DummyModel : Emin= 100 MeV Emax= 1 GeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm hydrogen_G4DNAExcitation: for hydrogen SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 500 keV - DummyModel : Emin= 500 keV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNAMillerGreenExcitationModel : Emin= 0 eV Emax= 1 GeV hydrogen_G4DNAIonisation: for hydrogen SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -572,19 +521,17 @@ DNARuddIonisationModel : Emin= 0 eV Emax= 100 MeV deltaRudd Fluo hydrogen_G4DNAChargeIncrease: for hydrogen SubType=57 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNADingfelderChargeIncreaseModel : Emin= 0 eV Emax= 100 MeV - DummyModel : Emin= 100 MeV Emax= 1 GeV - StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm +DNADingfelderChargeIncreaseModel : Emin= 0 eV Emax= 1 GeV msc: for kaon+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 1 GeV Nbins=140 100 eV - 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 1 GeV deltaVI @@ -600,10 +547,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 1 GeV Nbins=140 100 eV - 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 1 GeV deltaVI @@ -619,13 +566,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 1 GeV Nbins=140 100 eV - 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 200 keV Emax= 1 GeV CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 Lambda table from threshold to 1 GeV, 20 bins/decade, spline: 0 @@ -638,13 +585,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 1 GeV Nbins=140 100 eV - 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 200 keV Emax= 1 GeV CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 Used Lambda table of mu+ @@ -657,10 +604,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 1 GeV Nbins=140 100 eV - 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 1 GeV deltaVI @@ -676,10 +623,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 1 GeV Nbins=140 100 eV - 1 GeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 1 GeV in 140 bins Lambda tables from threshold to 1 GeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 1 GeV deltaVI @@ -708,7 +655,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 100 eV e- 242.143 eV e+ 239.346 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -719,8 +666,6 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -738,14 +683,9 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 2 - User=3.920000s Real=3.984336s Sys=0.030000s + User=4.280000s Real=4.368119s Sys=0.060000s ... write file : dna.root - done ... close file : dna.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. -Graphics systems deleted. -Visualization Manager deleting... G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. @@ -759,16 +699,16 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 7 +Total navigation history collections cleaned: 6 G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00481 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.353 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.362 MB -Pool ID '7G4Track', size : 0.725 MB +Pool ID '7G4Track', size : 0.706 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/medical/dna/dnaphysics/src/PhysicsList.cc b/examples/extended/medical/dna/dnaphysics/src/PhysicsList.cc index 00abc76660..2b30c76f1f 100644 --- a/examples/extended/medical/dna/dnaphysics/src/PhysicsList.cc +++ b/examples/extended/medical/dna/dnaphysics/src/PhysicsList.cc @@ -45,16 +45,17 @@ #include "G4EmDNAPhysics_option5.hh" #include "G4EmDNAPhysics_option6.hh" #include "G4EmDNAPhysics_option7.hh" +#include "G4EmDNAPhysics_option8.hh" #include "G4EmStandardPhysics_option4.hh" #include "G4DecayPhysics.hh" +#include "G4RadioactiveDecayPhysics.hh" #include "G4EmDNAPhysicsActivator.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -PhysicsList::PhysicsList() -: G4VModularPhysicsList() +PhysicsList::PhysicsList() : G4VModularPhysicsList() { SetDefaultCutValue(1.0*micrometer); SetVerboseLevel(1); @@ -84,6 +85,7 @@ PhysicsList::PhysicsList() RegisterPhysics(new G4EmStandardPhysics_option4()); RegisterPhysics(new G4DecayPhysics()); + RegisterPhysics(new G4RadioactiveDecayPhysics()); RegisterPhysics(new G4EmDNAPhysicsActivator()); diff --git a/examples/extended/medical/dna/icsd/History b/examples/extended/medical/dna/icsd/History index 14c94a78da..7a05c8f067 100644 --- a/examples/extended/medical/dna/icsd/History +++ b/examples/extended/medical/dna/icsd/History @@ -1,18 +1,16 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Example icsd History - icsd History file - ------------------ -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- + +## 2021-12-10 Ben Morgan (exicsd-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-2021 I. Hrivnacova - tag exicsd-V10-07-01 - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/icsd/icsd.out b/examples/extended/medical/dna/icsd/icsd.out index 0c7ed92f74..9e33b92b93 100644 --- a/examples/extended/medical/dna/icsd/icsd.out +++ b/examples/extended/medical/dna/icsd/icsd.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0xdfacb0 +##### Create analysis manager 0x27a1a40 Using analysis manager e-_G4DNAPTBAugerModel is constructed ======================================================================= @@ -28,6 +28,7 @@ e-_G4DNAPTBAugerModel is constructed LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -45,7 +46,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -55,8 +56,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 diff --git a/examples/extended/medical/dna/mfp/History b/examples/extended/medical/dna/mfp/History index c2443a35ed..0b55aa4596 100644 --- a/examples/extended/medical/dna/mfp/History +++ b/examples/extended/medical/dna/mfp/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example mfp History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - mfp History file - -------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (mfp-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-2021 I. Hrivnacova - tag mfp-V10-07-01 - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/mfp/mfp.out b/examples/extended/medical/dna/mfp/mfp.out index f98a657630..0ded5b7cdc 100644 --- a/examples/extended/medical/dna/mfp/mfp.out +++ b/examples/extended/medical/dna/mfp/mfp.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,6 +37,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -99,13 +103,14 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -116,22 +121,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -139,18 +145,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -173,7 +179,7 @@ Type of PIXE cross section for e+- Livermore ======================================================================= ====== DNA Physics Parameters ======== ======================================================================= -Use fast sampling in DNA models 0 +Use fast sampling in DNA models 1 Use Stationary option in DNA models 0 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11003 @@ -183,64 +189,82 @@ Use DNA e- solvation model type 11003 DefaultRegionForTheWorld 1 1 0 ### === Auger flag: 1 ### === Ignore cuts flag: 1 +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -254,9 +278,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 45756510.39 cm^-1 massic: 45756510.39 cm2/g mean energy of charged secondaries: 0.00 eV mass_energy_transfer coef: 0.00 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -268,9 +292,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 33852715.17 cm^-1 massic: 33852715.17 cm2/g mean energy of charged secondaries: 110.88 meV mass_energy_transfer coef: 187674.00 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -282,9 +306,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 28934278.50 cm^-1 massic: 28934278.50 cm2/g mean energy of charged secondaries: 640.29 meV mass_energy_transfer coef: 617546.31 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -296,9 +320,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 25529446.62 cm^-1 massic: 25529446.62 cm2/g mean energy of charged secondaries: 1.54 eV mass_energy_transfer coef: 982549.40 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -310,9 +334,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 23743719.57 cm^-1 massic: 23743719.57 cm2/g mean energy of charged secondaries: 2.45 eV mass_energy_transfer coef: 1161723.19 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -324,9 +348,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 22182243.27 cm^-1 massic: 22182243.27 cm2/g mean energy of charged secondaries: 3.31 eV mass_energy_transfer coef: 1223217.47 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -338,9 +362,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 21404234.56 cm^-1 massic: 21404234.56 cm2/g mean energy of charged secondaries: 3.93 eV mass_energy_transfer coef: 1202032.50 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -352,9 +376,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 20979403.03 cm^-1 massic: 20979403.03 cm2/g mean energy of charged secondaries: 4.67 eV mass_energy_transfer coef: 1225412.34 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -366,9 +390,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 20065022.32 cm^-1 massic: 20065022.32 cm2/g mean energy of charged secondaries: 5.21 eV mass_energy_transfer coef: 1160670.34 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -380,9 +404,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 19240808.50 cm^-1 massic: 19240808.50 cm2/g mean energy of charged secondaries: 5.66 eV mass_energy_transfer coef: 1088598.69 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -394,9 +418,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 11794397.22 cm^-1 massic: 11794397.22 cm2/g mean energy of charged secondaries: 10.62 eV mass_energy_transfer coef: 626275.13 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -408,9 +432,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 9275772.51 cm^-1 massic: 9275772.51 cm2/g mean energy of charged secondaries: 12.60 eV mass_energy_transfer coef: 389559.45 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -422,9 +446,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 7752710.95 cm^-1 massic: 7752710.95 cm2/g mean energy of charged secondaries: 13.37 eV mass_energy_transfer coef: 259209.28 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -436,9 +460,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 6649474.36 cm^-1 massic: 6649474.36 cm2/g mean energy of charged secondaries: 14.59 eV mass_energy_transfer coef: 194080.51 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -450,9 +474,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 5840393.38 cm^-1 massic: 5840393.38 cm2/g mean energy of charged secondaries: 15.04 eV mass_energy_transfer coef: 146371.88 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -464,9 +488,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 5252510.90 cm^-1 massic: 5252510.90 cm2/g mean energy of charged secondaries: 15.88 eV mass_energy_transfer coef: 119173.07 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -478,9 +502,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 4791410.32 cm^-1 massic: 4791410.32 cm2/g mean energy of charged secondaries: 16.29 eV mass_energy_transfer coef: 97570.41 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -492,9 +516,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 4404030.33 cm^-1 massic: 4404030.33 cm2/g mean energy of charged secondaries: 16.38 eV mass_energy_transfer coef: 80133.04 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -506,9 +530,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 4087223.44 cm^-1 massic: 4087223.44 cm2/g mean energy of charged secondaries: 17.74 eV mass_energy_transfer coef: 72510.37 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -520,9 +544,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 2338485.36 cm^-1 massic: 2338485.36 cm2/g mean energy of charged secondaries: 20.28 eV mass_energy_transfer coef: 23709.53 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -534,9 +558,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 1685255.24 cm^-1 massic: 1685255.24 cm2/g mean energy of charged secondaries: 22.94 eV mass_energy_transfer coef: 12888.63 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -548,9 +572,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 1327178.80 cm^-1 massic: 1327178.80 cm2/g mean energy of charged secondaries: 21.95 eV mass_energy_transfer coef: 7283.50 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -562,9 +586,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 1103224.70 cm^-1 massic: 1103224.70 cm2/g mean energy of charged secondaries: 23.00 eV mass_energy_transfer coef: 5075.28 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -576,9 +600,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 944103.90 cm^-1 massic: 944103.90 cm2/g mean energy of charged secondaries: 24.51 eV mass_energy_transfer coef: 3856.45 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -590,9 +614,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 810987.25 cm^-1 massic: 810987.25 cm2/g mean energy of charged secondaries: 24.57 eV mass_energy_transfer coef: 2846.37 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -604,9 +628,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 722866.36 cm^-1 massic: 722866.36 cm2/g mean energy of charged secondaries: 25.43 eV mass_energy_transfer coef: 2297.50 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -618,9 +642,9 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 655182.80 cm^-1 massic: 655182.80 cm2/g mean energy of charged secondaries: 28.13 eV mass_energy_transfer coef: 2047.73 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -632,6 +656,6 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 588506.79 cm^-1 massic: 588506.79 cm2/g mean energy of charged secondaries: 26.29 eV mass_energy_transfer coef: 1547.32 cm2/g -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 7 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". diff --git a/examples/extended/medical/dna/microdosimetry/History b/examples/extended/medical/dna/microdosimetry/History index c27a6a6591..c8eb7e7234 100644 --- a/examples/extended/medical/dna/microdosimetry/History +++ b/examples/extended/medical/dna/microdosimetry/History @@ -1,12 +1,16 @@ -------------------------------------------------------------------- -------------------------------------------------------------------- +# Example microdosimetry History - ========================================================= - Geant4 - Microdosimetry example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Package History file - -------------------- + +## 2021-12-10 Ben Morgan (microdosimetry-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-11-2021 I. Hrivnacova - microdosimetry-V10-07-04 - Added analysis manager Clear() call instead of diff --git a/examples/extended/medical/dna/microdosimetry/microdosimetry.out b/examples/extended/medical/dna/microdosimetry/microdosimetry.out index 01572aaefd..f1f63b229d 100644 --- a/examples/extended/medical/dna/microdosimetry/microdosimetry.out +++ b/examples/extended/medical/dna/microdosimetry/microdosimetry.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -76,6 +80,7 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -93,7 +98,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -103,8 +108,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -146,10 +152,10 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 1 MeV Emax= 100 TeV Nbins=56 1 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV ===== EM models for the G4Region Target ====== @@ -206,10 +212,10 @@ CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 ===== EM models for the G4Region Target ====== eCoulombScattering : Emin= 1 MeV Emax= 100 TeV -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -251,10 +257,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -268,10 +274,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 1 MeV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -339,14 +345,14 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 meV Region(s) which use this couple : Target @@ -363,15 +369,12 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=25.890000s Real=26.384591s Sys=0.010000s + User=24.890000s Real=25.437946s Sys=0.010000s Number and type of particles created outside region "Target" : -N e- : 750 +N e- : 729 _______________________ Number and type of particles created in region "Target" : -N e- : 45222 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +N e- : 46419 Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -396,7 +399,7 @@ Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '17G4DynamicParticle', size : 1.08 MB -Pool ID '7G4Track', size : 2.15 MB +Pool ID '7G4Track', size : 2.16 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/medical/dna/microprox/History b/examples/extended/medical/dna/microprox/History index e6e44c9875..26910f85ed 100644 --- a/examples/extended/medical/dna/microprox/History +++ b/examples/extended/medical/dna/microprox/History @@ -1,9 +1,16 @@ - ========================================================= - Geant4 - microprox example - ========================================================= +# Example microprox History - Package History file - -------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (microprox-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06/10/2021 - tag microprox-V10-07-02 - I. Hrivnacova - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/microprox/microprox.out b/examples/extended/medical/dna/microprox/microprox.out index 28b6bacb36..623e5ec774 100644 --- a/examples/extended/medical/dna/microprox/microprox.out +++ b/examples/extended/medical/dna/microprox/microprox.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x162b690 +##### Create analysis manager 0x20c0160 Using analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -106,13 +110,14 @@ Computed tolerance = 10 nm LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -123,22 +128,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -146,18 +152,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -180,7 +186,7 @@ Type of PIXE cross section for e+- Livermore ======================================================================= ====== DNA Physics Parameters ======== ======================================================================= -Use fast sampling in DNA models 0 +Use fast sampling in DNA models 1 Use Stationary option in DNA models 0 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11003 @@ -194,64 +200,82 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 ### === PIXE model for hadrons: Empirical ### === PIXE model for e+-: Livermore +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -280,8 +304,5 @@ Setting was ignored. --> Event 9000 starts. ... write file : t.root - done ... close file : t.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/microyz/History b/examples/extended/medical/dna/microyz/History index 40b49830fd..10a1686822 100644 --- a/examples/extended/medical/dna/microyz/History +++ b/examples/extended/medical/dna/microyz/History @@ -1,9 +1,21 @@ - ========================================================= - Geant4 - microyz example - ========================================================= +# Example microyz History - Package History file - -------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2022-06-10 Sergio Losilla (microyz-V11-00-02) +- Added missing headers. + +## 2022-05-28 Hoang Tran (microyz-V11-00-01) +- addition of UI to microyz for TrackerSD radius selection + +## 2021-12-10 Ben Morgan (microyz-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06/10/2021 - tag microyz-V10-07-02 - I. Hrivnacova - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/microyz/include/ActionInitialization.hh b/examples/extended/medical/dna/microyz/include/ActionInitialization.hh index c149a63708..eaf2104edd 100644 --- a/examples/extended/medical/dna/microyz/include/ActionInitialization.hh +++ b/examples/extended/medical/dna/microyz/include/ActionInitialization.hh @@ -44,10 +44,9 @@ class ActionInitialization : public G4VUserActionInitialization { public: ActionInitialization(); - virtual ~ActionInitialization(); - - virtual void BuildForMaster() const; - virtual void Build() const; + ~ActionInitialization() override = default; + void BuildForMaster() const override; + void Build() const override; }; #endif diff --git a/examples/extended/medical/dna/microyz/include/DetectorConstruction.hh b/examples/extended/medical/dna/microyz/include/DetectorConstruction.hh index 6939ebde21..668fa3edee 100644 --- a/examples/extended/medical/dna/microyz/include/DetectorConstruction.hh +++ b/examples/extended/medical/dna/microyz/include/DetectorConstruction.hh @@ -36,8 +36,11 @@ #ifndef DetectorConstruction_h #define DetectorConstruction_h 1 +#include #include "G4VUserDetectorConstruction.hh" +#include + class G4Material; class DetectorMessenger; @@ -48,24 +51,24 @@ class DetectorConstruction : public G4VUserDetectorConstruction { public: DetectorConstruction(); - virtual ~DetectorConstruction(); + ~DetectorConstruction()override; - virtual G4VPhysicalVolume* Construct(); - virtual void ConstructSDandField(); + G4VPhysicalVolume* Construct() override; + void ConstructSDandField() override; - void SetTrackingCut(G4double); - void SetMaxStepSize(G4double); + void SetTrackingCut(const G4double&); + void SetMaxStepSize(const G4double&); void PrintParameters() const; - + void SetTrackerSDRadius(const G4double&); + private: void DefineMaterials(); G4VPhysicalVolume* DefineVolumes(); - - DetectorMessenger* fDetectorMessenger; - - G4Material* fpWaterMaterial; - G4double fpTrackingCut; - G4double fpMaxStepSize; + std::unique_ptr fDetectorMessenger; + G4Material* fpWaterMaterial = nullptr; + G4double fpTrackingCut = 11.* CLHEP::eV; + G4double fpMaxStepSize = DBL_MAX; + G4double fRadius = 0.; }; diff --git a/examples/extended/medical/dna/microyz/include/DetectorMessenger.hh b/examples/extended/medical/dna/microyz/include/DetectorMessenger.hh index ae3f6850ac..dcb63654d3 100644 --- a/examples/extended/medical/dna/microyz/include/DetectorMessenger.hh +++ b/examples/extended/medical/dna/microyz/include/DetectorMessenger.hh @@ -40,7 +40,7 @@ #include "globals.hh" #include "G4UImessenger.hh" - +#include class DetectorConstruction; class G4UIdirectory; class G4UIcmdWithADoubleAndUnit; @@ -50,17 +50,18 @@ class DetectorMessenger: public G4UImessenger public: DetectorMessenger(DetectorConstruction*); - virtual ~DetectorMessenger(); + ~DetectorMessenger() override; - virtual void SetNewValue(G4UIcommand*, G4String); + void SetNewValue(G4UIcommand*, G4String) override; private: DetectorConstruction* fpDetector; - G4UIdirectory* fpTestDir; - G4UIdirectory* fpDetDir; - G4UIcmdWithADoubleAndUnit* fpTrackingCutCmd; - G4UIcmdWithADoubleAndUnit* fpMaxStepSizeCmd; + std::unique_ptr fpTestDir; + std::unique_ptr fpDetDir; + std::unique_ptr fpTrackingCutCmd; + std::unique_ptr fpMaxStepSizeCmd; + std::unique_ptr fAddRadius; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/include/PhysicsList.hh b/examples/extended/medical/dna/microyz/include/PhysicsList.hh index 47e6f7e163..d6eca8fa45 100644 --- a/examples/extended/medical/dna/microyz/include/PhysicsList.hh +++ b/examples/extended/medical/dna/microyz/include/PhysicsList.hh @@ -38,7 +38,7 @@ #include "G4VModularPhysicsList.hh" #include "globals.hh" - +#include class PhysicsListMessenger; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -46,24 +46,17 @@ class PhysicsListMessenger; class PhysicsList: public G4VModularPhysicsList { public: - PhysicsList(); - ~PhysicsList(); - - virtual void ConstructParticle(); - + ~PhysicsList() override; + void ConstructParticle() override; void AddPhysicsList(const G4String& name); - virtual void ConstructProcess(); - + void ConstructProcess() override; void AddTrackingCut(); - void AddMaxStepSize(); - - private: - + void AddMaxStepSize(); + private: G4String fEmName; - G4VPhysicsConstructor* fEmPhysicsList; - - PhysicsListMessenger* fMessenger; + std::unique_ptr fEmPhysicsList; + std::unique_ptr fMessenger; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/include/PhysicsListMessenger.hh b/examples/extended/medical/dna/microyz/include/PhysicsListMessenger.hh index 2ae40a3fe5..1625fb8c8b 100644 --- a/examples/extended/medical/dna/microyz/include/PhysicsListMessenger.hh +++ b/examples/extended/medical/dna/microyz/include/PhysicsListMessenger.hh @@ -39,6 +39,8 @@ #include "globals.hh" #include "G4UImessenger.hh" +#include + class PhysicsList; class G4UIdirectory; class G4UIcmdWithAString; @@ -50,16 +52,16 @@ class PhysicsListMessenger: public G4UImessenger public: PhysicsListMessenger(PhysicsList* ); - ~PhysicsListMessenger(); + ~PhysicsListMessenger() override; - virtual void SetNewValue(G4UIcommand*, G4String); + void SetNewValue(G4UIcommand*, G4String) override; private: PhysicsList* fPhysicsList; - G4UIdirectory* fPhysDir; - G4UIcmdWithAString* fListCmd; + std::unique_ptr fPhysDir; + std::unique_ptr fListCmd; }; diff --git a/examples/extended/medical/dna/microyz/include/PrimaryGeneratorAction.hh b/examples/extended/medical/dna/microyz/include/PrimaryGeneratorAction.hh index dde9180feb..3072725faf 100644 --- a/examples/extended/medical/dna/microyz/include/PrimaryGeneratorAction.hh +++ b/examples/extended/medical/dna/microyz/include/PrimaryGeneratorAction.hh @@ -36,6 +36,7 @@ #ifndef PrimaryGeneratorAction_h #define PrimaryGeneratorAction_h 1 +#include #include "G4VUserPrimaryGeneratorAction.hh" class G4ParticleGun; @@ -49,10 +50,10 @@ class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction virtual void GeneratePrimaries(G4Event* ); - G4ParticleGun* GetParticleGun() {return fParticleGun;} + G4ParticleGun* GetParticleGun() {return fParticleGun.get();} private: - G4ParticleGun* fParticleGun; + std::unique_ptr fParticleGun; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/include/RunAction.hh b/examples/extended/medical/dna/microyz/include/RunAction.hh index 9075143295..774bb7e453 100644 --- a/examples/extended/medical/dna/microyz/include/RunAction.hh +++ b/examples/extended/medical/dna/microyz/include/RunAction.hh @@ -44,10 +44,10 @@ class RunAction : public G4UserRunAction { public: RunAction(); - virtual ~RunAction(); + ~RunAction() override; - virtual void BeginOfRunAction(const G4Run* run); - virtual void EndOfRunAction(const G4Run* run); + void BeginOfRunAction(const G4Run* run) override; + void EndOfRunAction(const G4Run* run) override; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/include/TrackerHit.hh b/examples/extended/medical/dna/microyz/include/TrackerHit.hh index a9c973d1d0..0e3ca6f47f 100644 --- a/examples/extended/medical/dna/microyz/include/TrackerHit.hh +++ b/examples/extended/medical/dna/microyz/include/TrackerHit.hh @@ -65,33 +65,26 @@ class TrackerHit : public G4VHit virtual void Print(); // Set methods - void SetTrackID (G4int track) { fTrackID = track; }; - void SetEdep (G4double de) { fEdep = de; }; - void SetPos (G4ThreeVector xyz){ fPos = xyz; }; -//NEW - void SetIncidentEnergy (G4double e) { fIncidentEnergy = e; }; -// + inline void SetTrackID (const G4int& track) { fTrackID = track; }; + inline void SetEdep (const G4double& de) { fEdep = de; }; + inline void SetPos (const G4ThreeVector& xyz){ fPos = xyz; }; + inline void SetIncidentEnergy (const G4double& e) { fIncidentEnergy = e; }; // Get methods - G4int GetTrackID() const { return fTrackID; }; - G4double GetEdep() const { return fEdep; }; - G4ThreeVector GetPos() const { return fPos; }; -//NEW - G4double GetIncidentEnergy() const { return fIncidentEnergy; }; -// - + inline G4int GetTrackID() const { return fTrackID; }; + inline G4double GetEdep() const { return fEdep; }; + inline G4ThreeVector GetPos() const { return fPos; }; + inline G4double GetIncidentEnergy() const { return fIncidentEnergy; }; private: - - G4int fTrackID; - G4double fEdep; - G4ThreeVector fPos; -//NEW - G4double fIncidentEnergy; + G4int fTrackID = -1; + G4double fEdep = 0; + G4ThreeVector fPos = G4ThreeVector(); + G4double fIncidentEnergy = 0.; // }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -typedef G4THitsCollection TrackerHitsCollection; +using TrackerHitsCollection = G4THitsCollection ; extern G4ThreadLocal G4Allocator* TrackerHitAllocator; @@ -99,8 +92,9 @@ extern G4ThreadLocal G4Allocator* TrackerHitAllocator; inline void* TrackerHit::operator new(size_t) { - if(!TrackerHitAllocator) - TrackerHitAllocator = new G4Allocator; + if(!TrackerHitAllocator){ + TrackerHitAllocator = new G4Allocator; + } return (void *) TrackerHitAllocator->MallocSingle(); } diff --git a/examples/extended/medical/dna/microyz/include/TrackerSD.hh b/examples/extended/medical/dna/microyz/include/TrackerSD.hh index 43f8c9bcf3..7520f6e4f9 100644 --- a/examples/extended/medical/dna/microyz/include/TrackerSD.hh +++ b/examples/extended/medical/dna/microyz/include/TrackerSD.hh @@ -53,16 +53,17 @@ class TrackerSD : public G4VSensitiveDetector public: TrackerSD(const G4String& name, const G4String& hitsCollectionName); - virtual ~TrackerSD(); + ~TrackerSD() override; // methods from base class - virtual void Initialize(G4HCofThisEvent* hitCollection); - virtual G4bool ProcessHits(G4Step* step, G4TouchableHistory* history); - virtual void EndOfEvent(G4HCofThisEvent* hitCollection); + void Initialize(G4HCofThisEvent* hitCollection) override; + G4bool ProcessHits(G4Step* step, G4TouchableHistory* history) override; + void EndOfEvent(G4HCofThisEvent* hitCollection) override; + void SetRadius(const G4double& value); private: TrackerHitsCollection* fHitsCollection; - + G4double fRadius = 5*CLHEP::nm; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/microyz.in b/examples/extended/medical/dna/microyz/microyz.in index 54939be73b..0493455314 100644 --- a/examples/extended/medical/dna/microyz/microyz.in +++ b/examples/extended/medical/dna/microyz/microyz.in @@ -16,6 +16,7 @@ #/cuts/setLowEdge 100 eV #/process/em/lowestElectronEnergy 100 eV #/microyz/det/setMaxStepSize 1 nm +/microyz/det/Radius 2 nm # *** # /run/initialize diff --git a/examples/extended/medical/dna/microyz/microyz.out b/examples/extended/medical/dna/microyz/microyz.out index 2202ad9447..e858f87513 100644 --- a/examples/extended/medical/dna/microyz/microyz.out +++ b/examples/extended/medical/dna/microyz/microyz.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x21fcc70 +##### Create analysis manager 0x240ee10 Using analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -99,6 +103,7 @@ Computed tolerance = 0.1 nm --------------------------------------------------------- ---> The tracking cut is set to 11 eV ---> The maximum step size is set to 5.82593e+288 pc +---> The TrackerSD radius is set to 2 nm --------------------------------------------------------- ======================================================================= @@ -107,13 +112,14 @@ Computed tolerance = 0.1 nm LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -124,22 +130,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -147,18 +154,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -181,7 +188,7 @@ Type of PIXE cross section for e+- Livermore ======================================================================= ====== DNA Physics Parameters ======== ======================================================================= -Use fast sampling in DNA models 0 +Use fast sampling in DNA models 1 Use Stationary option in DNA models 0 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11003 @@ -195,64 +202,82 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 ### === PIXE model for hadrons: Empirical ### === PIXE model for e+-: Livermore +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -281,8 +306,5 @@ Setting was ignored. --> Event 900 starts. ... write file : yz.root - done ... close file : yz.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/microyz/src/ActionInitialization.cc b/examples/extended/medical/dna/microyz/src/ActionInitialization.cc index b07e33b38d..555771e19a 100644 --- a/examples/extended/medical/dna/microyz/src/ActionInitialization.cc +++ b/examples/extended/medical/dna/microyz/src/ActionInitialization.cc @@ -36,7 +36,6 @@ #include "ActionInitialization.hh" #include "PrimaryGeneratorAction.hh" #include "RunAction.hh" -#include "EventAction.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -46,11 +45,6 @@ ActionInitialization::ActionInitialization() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -ActionInitialization::~ActionInitialization() -{} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - void ActionInitialization::BuildForMaster() const { SetUserAction(new RunAction); @@ -62,7 +56,6 @@ void ActionInitialization::Build() const { SetUserAction(new PrimaryGeneratorAction); SetUserAction(new RunAction); - SetUserAction(new EventAction); -} +} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/src/DetectorConstruction.cc b/examples/extended/medical/dna/microyz/src/DetectorConstruction.cc index 830c4b90de..29500a7895 100644 --- a/examples/extended/medical/dna/microyz/src/DetectorConstruction.cc +++ b/examples/extended/medical/dna/microyz/src/DetectorConstruction.cc @@ -55,25 +55,15 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... DetectorConstruction::DetectorConstruction() -:G4VUserDetectorConstruction(), -fDetectorMessenger(0) +:G4VUserDetectorConstruction() { - // Default tracking cut - fpTrackingCut = 11.*eV; - - // Default maximum step size - fpMaxStepSize = DBL_MAX; - // Create commands for interactive definition of the detector - fDetectorMessenger = new DetectorMessenger(this); + fDetectorMessenger = std::make_unique(this); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -DetectorConstruction::~DetectorConstruction() -{ - delete fDetectorMessenger; -} +DetectorConstruction::~DetectorConstruction() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -115,11 +105,11 @@ G4VPhysicalVolume* DetectorConstruction::DefineVolumes() << G4GeometryTolerance::GetInstance()->GetSurfaceTolerance()/nm << " nm" << G4endl; - G4Box* worldS + auto* worldS = new G4Box("world", //its name worldLength/2,worldLength/2,worldLength/2); //its size - G4LogicalVolume* worldLV + auto* worldLV = new G4LogicalVolume( worldS, //its solid fpWaterMaterial, //its material @@ -127,11 +117,11 @@ G4VPhysicalVolume* DetectorConstruction::DefineVolumes() G4VPhysicalVolume* worldPV = new G4PVPlacement( - 0, // no rotation + nullptr, // no rotation G4ThreeVector(), // at (0,0,0) worldLV, // its logical volume "World", // its name - 0, // its mother volume + nullptr, // its mother volume false, // no boolean operations 0, // copy number false); // checking overlaps @@ -152,9 +142,10 @@ void DetectorConstruction::ConstructSDandField() G4String trackerChamberSDname = "TrackerChamberSD"; - TrackerSD* aTrackerSD = new TrackerSD(trackerChamberSDname, + auto* aTrackerSD = new TrackerSD(trackerChamberSDname, "TrackerHitsCollection"); - + aTrackerSD->SetRadius(fRadius); + G4SDManager::GetSDMpointer()->AddNewDetector(aTrackerSD); // Setting aTrackerSD to all logical volumes with the same name @@ -165,18 +156,23 @@ void DetectorConstruction::ConstructSDandField() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void DetectorConstruction::SetTrackingCut(G4double value) +void DetectorConstruction::SetTrackingCut(const G4double& value) { fpTrackingCut = value; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void DetectorConstruction::SetMaxStepSize(G4double value) +void DetectorConstruction::SetMaxStepSize(const G4double& value) { fpMaxStepSize = value; } +void DetectorConstruction::SetTrackerSDRadius(const G4double& value) +{ + fRadius = value; +} + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void DetectorConstruction::PrintParameters() const @@ -186,6 +182,8 @@ void DetectorConstruction::PrintParameters() const << G4BestUnit(fpTrackingCut,"Energy") << G4endl; G4cout << "---> The maximum step size is set to " << G4BestUnit(fpMaxStepSize,"Length") << G4endl; + G4cout << "---> The TrackerSD radius is set to " + << G4BestUnit(fRadius,"Length") << G4endl; G4cout << "\n---------------------------------------------------------\n"; } diff --git a/examples/extended/medical/dna/microyz/src/DetectorMessenger.cc b/examples/extended/medical/dna/microyz/src/DetectorMessenger.cc index d15f4d47e7..921a4672c4 100644 --- a/examples/extended/medical/dna/microyz/src/DetectorMessenger.cc +++ b/examples/extended/medical/dna/microyz/src/DetectorMessenger.cc @@ -46,17 +46,15 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... DetectorMessenger::DetectorMessenger(DetectorConstruction * Det) : -G4UImessenger(), fpDetector(Det), -fpTestDir(0), fpDetDir(0), fpTrackingCutCmd(0), fpMaxStepSizeCmd(0) +G4UImessenger(), fpDetector(Det) { - fpTestDir = new G4UIdirectory("/microyz/"); + fpTestDir = std::make_unique("/microyz/"); fpTestDir->SetGuidance(" detector control."); - fpDetDir = new G4UIdirectory("/microyz/det/"); + fpDetDir = std::make_unique("/microyz/det/"); fpDetDir->SetGuidance("detector construction commands"); - fpTrackingCutCmd = - new G4UIcmdWithADoubleAndUnit("/microyz/det/setTrackingCut",this); + fpTrackingCutCmd = std::make_unique("/microyz/det/setTrackingCut",this); fpTrackingCutCmd->SetGuidance("Set tracking cut"); fpTrackingCutCmd->SetParameterName("Cut",false); fpTrackingCutCmd->SetRange("Cut>0."); @@ -64,35 +62,39 @@ fpTestDir(0), fpDetDir(0), fpTrackingCutCmd(0), fpMaxStepSizeCmd(0) fpTrackingCutCmd->AvailableForStates(G4State_PreInit,G4State_Idle); fpTrackingCutCmd->SetToBeBroadcasted(false); - fpMaxStepSizeCmd = - new G4UIcmdWithADoubleAndUnit("/microyz/det/setMaxStepSize",this); + fpMaxStepSizeCmd = std::make_unique("/microyz/det/setMaxStepSize",this); fpMaxStepSizeCmd->SetGuidance("Set maximum step size"); fpMaxStepSizeCmd->SetParameterName("Size",false); fpMaxStepSizeCmd->SetRange("Size>0."); fpMaxStepSizeCmd->SetUnitCategory("Length"); fpMaxStepSizeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); fpMaxStepSizeCmd->SetToBeBroadcasted(false); + + fAddRadius = std::make_unique("/microyz/det/Radius",this); + fpMaxStepSizeCmd->SetGuidance("Set TrackSD radius"); + fAddRadius->SetToBeBroadcasted(false); + fAddRadius->SetParameterName("Radius",false); + fAddRadius->SetRange("Radius>0."); + fAddRadius->SetUnitCategory("Length"); + fAddRadius->AvailableForStates(G4State_PreInit,G4State_Idle); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -DetectorMessenger::~DetectorMessenger() -{ - delete fpTestDir; - delete fpDetDir; - delete fpTrackingCutCmd; - delete fpMaxStepSizeCmd; -} +DetectorMessenger::~DetectorMessenger() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void DetectorMessenger::SetNewValue(G4UIcommand* command, G4String newValue) { - if( command == fpTrackingCutCmd ) + if( command == fpTrackingCutCmd.get() ) { fpDetector->SetTrackingCut(fpTrackingCutCmd->GetNewDoubleValue(newValue));} - if( command == fpMaxStepSizeCmd ) + if( command == fpMaxStepSizeCmd.get() ) { fpDetector->SetMaxStepSize(fpMaxStepSizeCmd->GetNewDoubleValue(newValue));} + + if( command == fAddRadius.get() ) + { fpDetector->SetTrackerSDRadius(fAddRadius->GetNewDoubleValue(newValue));} } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/src/PhysicsList.cc b/examples/extended/medical/dna/microyz/src/PhysicsList.cc index 26880eb320..bebb36046c 100644 --- a/examples/extended/medical/dna/microyz/src/PhysicsList.cc +++ b/examples/extended/medical/dna/microyz/src/PhysicsList.cc @@ -33,9 +33,10 @@ /// \file PhysicsList.cc /// \brief Implementation of the PhysicsList class +#include + #include "PhysicsList.hh" #include "PhysicsListMessenger.hh" - #include "G4EmDNAPhysics.hh" #include "G4EmDNAPhysics_option1.hh" #include "G4EmDNAPhysics_option2.hh" @@ -45,20 +46,14 @@ #include "G4EmDNAPhysics_option6.hh" #include "G4EmDNAPhysics_option7.hh" #include "G4EmDNAPhysics_option8.hh" - #include "G4EmLivermorePhysics.hh" #include "G4EmPenelopePhysics.hh" #include "G4EmStandardPhysics_option4.hh" - #include "G4UserSpecialCuts.hh" #include "G4StepLimiter.hh" - -// particles - #include "G4BosonConstructor.hh" #include "G4LeptonConstructor.hh" #include "G4MesonConstructor.hh" -#include "G4BosonConstructor.hh" #include "G4BaryonConstructor.hh" #include "G4IonConstructor.hh" #include "G4ShortLivedConstructor.hh" @@ -66,25 +61,17 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -PhysicsList::PhysicsList() : G4VModularPhysicsList(), - fEmPhysicsList(0), fMessenger(0) +PhysicsList::PhysicsList() : G4VModularPhysicsList() { - fMessenger = new PhysicsListMessenger(this); - + fMessenger = std::make_unique(this); SetVerboseLevel(1); - - // EM physics - fEmPhysicsList = new G4EmDNAPhysics_option2(); + fEmPhysicsList = std::make_unique(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -PhysicsList::~PhysicsList() -{ - delete fMessenger; - delete fEmPhysicsList; -} +PhysicsList::~PhysicsList()= default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -150,63 +137,51 @@ void PhysicsList::AddPhysicsList(const G4String& name) if (name == "dna") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics(); + fEmPhysicsList = std::make_unique(); } else if (name == "dna_opt1") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics_option1(); + fEmPhysicsList = std::make_unique(); } else if (name == "dna_opt2") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics_option2(); + fEmPhysicsList = std::make_unique(); } else if (name == "dna_opt3") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics_option3(); + fEmPhysicsList = std::make_unique(); } else if (name == "dna_opt4") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics_option4(); + fEmPhysicsList = std::make_unique(); } else if (name == "dna_opt5") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics_option5(); + fEmPhysicsList = std::make_unique(); } else if (name == "dna_opt6") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics_option6(); + fEmPhysicsList = std::make_unique(); } else if (name == "dna_opt7") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics_option7(); + fEmPhysicsList = std::make_unique(); } else if (name == "dna_opt8") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmDNAPhysics_option8(); + fEmPhysicsList = std::make_unique(); } else if (name == "liv") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmLivermorePhysics(); + fEmPhysicsList = std::make_unique(); } else if (name == "pene") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmPenelopePhysics(); + fEmPhysicsList = std::make_unique(); } else if (name == "emstandard_opt4") { fEmName = name; - delete fEmPhysicsList; - fEmPhysicsList = new G4EmStandardPhysics_option4(); + fEmPhysicsList = std::make_unique(); } else { diff --git a/examples/extended/medical/dna/microyz/src/PhysicsListMessenger.cc b/examples/extended/medical/dna/microyz/src/PhysicsListMessenger.cc index 625eccf2c3..427c6b8ff3 100644 --- a/examples/extended/medical/dna/microyz/src/PhysicsListMessenger.cc +++ b/examples/extended/medical/dna/microyz/src/PhysicsListMessenger.cc @@ -35,20 +35,18 @@ #include "PhysicsListMessenger.hh" #include "PhysicsList.hh" - #include "G4UIdirectory.hh" #include "G4UIcmdWithAString.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... PhysicsListMessenger::PhysicsListMessenger(PhysicsList* pPhys) -:G4UImessenger(),fPhysicsList(pPhys), - fPhysDir(0), fListCmd(0) +:G4UImessenger(),fPhysicsList(pPhys) { - fPhysDir = new G4UIdirectory("/microyz/phys/"); + fPhysDir = std::make_unique("/microyz/phys/"); fPhysDir->SetGuidance("physics list commands"); - fListCmd = new G4UIcmdWithAString("/microyz/phys/addPhysics",this); + fListCmd = std::make_unique("/microyz/phys/addPhysics",this); fListCmd->SetGuidance("Add modular physics list."); fListCmd->SetParameterName("PList",false); fListCmd->AvailableForStates(G4State_PreInit); @@ -57,17 +55,13 @@ PhysicsListMessenger::PhysicsListMessenger(PhysicsList* pPhys) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -PhysicsListMessenger::~PhysicsListMessenger() -{ - delete fListCmd; - delete fPhysDir; -} +PhysicsListMessenger::~PhysicsListMessenger() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void PhysicsListMessenger::SetNewValue(G4UIcommand* command, G4String newValue) { - if( command == fListCmd ) + if( command == fListCmd.get() ) { fPhysicsList->AddPhysicsList(newValue);} } diff --git a/examples/extended/medical/dna/microyz/src/PrimaryGeneratorAction.cc b/examples/extended/medical/dna/microyz/src/PrimaryGeneratorAction.cc index 09078a14e5..89d19ddfa5 100644 --- a/examples/extended/medical/dna/microyz/src/PrimaryGeneratorAction.cc +++ b/examples/extended/medical/dna/microyz/src/PrimaryGeneratorAction.cc @@ -34,24 +34,18 @@ /// \brief Implementation of the PrimaryGeneratorAction class #include "PrimaryGeneratorAction.hh" - #include "G4ParticleGun.hh" #include "G4ParticleTable.hh" #include "G4SystemOfUnits.hh" #include "G4RandomDirection.hh" -//NEW #include "G4Event.hh" -// - -//#include "Randomize.hh" - //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... PrimaryGeneratorAction::PrimaryGeneratorAction() : G4VUserPrimaryGeneratorAction() { G4int nofParticles = 1; - fParticleGun = new G4ParticleGun(nofParticles); + fParticleGun = std::make_unique(nofParticles); G4ParticleDefinition* particleDefinition = G4ParticleTable::GetParticleTable()->FindParticle("e-"); @@ -63,10 +57,7 @@ PrimaryGeneratorAction::PrimaryGeneratorAction() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -PrimaryGeneratorAction::~PrimaryGeneratorAction() -{ - delete fParticleGun; -} +PrimaryGeneratorAction::~PrimaryGeneratorAction() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/src/RunAction.cc b/examples/extended/medical/dna/microyz/src/RunAction.cc index 9a0e716043..7337fe32e3 100644 --- a/examples/extended/medical/dna/microyz/src/RunAction.cc +++ b/examples/extended/medical/dna/microyz/src/RunAction.cc @@ -77,9 +77,7 @@ RunAction::RunAction() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -RunAction::~RunAction() -{ -} +RunAction::~RunAction() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/src/TrackerHit.cc b/examples/extended/medical/dna/microyz/src/TrackerHit.cc index f869ca5331..ddbf32880b 100644 --- a/examples/extended/medical/dna/microyz/src/TrackerHit.cc +++ b/examples/extended/medical/dna/microyz/src/TrackerHit.cc @@ -42,21 +42,17 @@ #include -G4ThreadLocal G4Allocator* TrackerHitAllocator=0; +G4ThreadLocal G4Allocator* TrackerHitAllocator = nullptr; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... TrackerHit::TrackerHit() - : G4VHit(), - fTrackID(-1), - fEdep(0.), - fPos(G4ThreeVector()), - fIncidentEnergy(0.) + : G4VHit() {} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TrackerHit::~TrackerHit() {} +TrackerHit::~TrackerHit() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -85,7 +81,7 @@ const TrackerHit& TrackerHit::operator=(const TrackerHit& right) G4bool TrackerHit::operator==(const TrackerHit& right) const { - return ( this == &right ) ? true : false; + return this == &right; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/src/TrackerSD.cc b/examples/extended/medical/dna/microyz/src/TrackerSD.cc index 766174ad16..96ecb4c08d 100644 --- a/examples/extended/medical/dna/microyz/src/TrackerSD.cc +++ b/examples/extended/medical/dna/microyz/src/TrackerSD.cc @@ -44,60 +44,63 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... TrackerSD::TrackerSD(const G4String& name, - const G4String& hitsCollectionName) + const G4String& hitsCollectionName) :G4VSensitiveDetector(name), -fHitsCollection(NULL) +fHitsCollection(nullptr) { collectionName.insert(hitsCollectionName); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TrackerSD::~TrackerSD() -{} +TrackerSD::~TrackerSD() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TrackerSD::Initialize(G4HCofThisEvent* hce) { // Create hits collection - fHitsCollection - = new TrackerHitsCollection(SensitiveDetectorName, collectionName[0]); + fHitsCollection + = new TrackerHitsCollection(SensitiveDetectorName, collectionName[0]); // Add this collection in hce - G4int hcID + G4int hcID = G4SDManager::GetSDMpointer()->GetCollectionID(collectionName[0]); - - hce->AddHitsCollection( hcID, fHitsCollection ); + + hce->AddHitsCollection( hcID, fHitsCollection ); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4bool TrackerSD::ProcessHits(G4Step* aStep, +G4bool TrackerSD::ProcessHits(G4Step* aStep, G4TouchableHistory*) -{ +{ // energy deposit G4double edep = aStep->GetTotalEnergyDeposit(); if (edep==0.) return false; - TrackerHit* newHit = new TrackerHit(); + auto newHit = new TrackerHit(); newHit->SetTrackID (aStep->GetTrack()->GetTrackID()); newHit->SetEdep(edep); newHit->SetPos (aStep->GetPostStepPoint()->GetPosition()); - if (aStep->GetTrack()->GetTrackID()==1&&aStep->GetTrack()->GetParentID()==0) + if (aStep->GetTrack()->GetTrackID()==1&&aStep->GetTrack()->GetParentID()==0){ newHit->SetIncidentEnergy(aStep->GetTrack()->GetVertexKineticEnergy()); - + } fHitsCollection->insert( newHit ); - //newHit->Print(); return true; } +void TrackerSD::SetRadius(const G4double& value) +{ + fRadius = value; +} + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TrackerSD::EndOfEvent(G4HCofThisEvent*) @@ -105,58 +108,58 @@ void TrackerSD::EndOfEvent(G4HCofThisEvent*) G4int nofHits = fHitsCollection->entries(); G4double Einc=0; - + /* G4cout << G4endl - << "-------->Hits Collection: in this event they are " - << nofHits + << "-------->Hits Collection: in this event they are " + << nofHits << " hits in the target volume " << G4endl; */ - + // PROCESSING OF MICRODOSIMETRY Y & Z SPECTRA - + // ************************************* // Please select herebelow : // the radius of the target sphere: // variable name = radius // it is set to 5 nm by default) // - - G4double radius = 5*nm; + + G4double radius = fRadius; // - + //*************** // y and z //*************** - + // select random hit G4int randHit=0; // Runs from 0 to number of hits - 1 randHit = static_cast( G4UniformRand()*nofHits ); - + /* - G4cout - << "======> random selection of hit number randHit =" + G4cout + << "======> random selection of hit number randHit =" << randHit << G4endl; */ - + // get selected random hit position G4ThreeVector hitPos = (*fHitsCollection)[randHit]->GetPos(); //G4cout << "======> random hit position x/nm =" << hitPos.x()/nm << G4endl; //G4cout << "======> random hit position y/nm =" << hitPos.y()/nm << G4endl; //G4cout << "======> random hit position z/nm =" << hitPos.z()/nm << G4endl; - + // set random position of center of sphere within radius G4double chord = 4.*radius/3; G4double density = 1 * g/cm3; G4double mass = (4./3)*CLHEP::pi*radius*radius*radius*density; - + // random placement of sphere: method 1 - /* + /* G4ThreeVector randDir = G4RandomDirection(); G4double randRadius = G4UniformRand()*radius; G4ThreeVector randCenterPos = randRadius*randDir + hitPos; - */ + */ // random placement of sphere: method 2 @@ -173,51 +176,51 @@ void TrackerSD::EndOfEvent(G4HCofThisEvent*) } while (randRad>radius); - G4ThreeVector + G4ThreeVector randCenterPos(xRand+hitPos.x(),yRand+hitPos.y(),zRand+hitPos.z()); - // search for neighbouring hits in the sphere and cumulate deposited energy + // search for neighbouring hits in the sphere and cumulate deposited energy // in epsilon G4double epsilon = 0; G4int nbEdep = 0; - - for ( G4int i=0; iGetIncidentEnergy()>0) Einc = (*fHitsCollection)[i]->GetIncidentEnergy(); - + G4ThreeVector localPos = (*fHitsCollection)[i]->GetPos(); - + // G4cout << i << " " << (*fHitsCollection)[i] << G4endl; // G4cout << i << " " << (*fHitsCollection)[i]->GetEdep()/eV << G4endl; - - if ( + + if ( (localPos.x()-randCenterPos.x()) * (localPos.x()-randCenterPos.x()) + (localPos.y()-randCenterPos.y()) * (localPos.y()-randCenterPos.y()) + - (localPos.z()-randCenterPos.z()) * (localPos.z()-randCenterPos.z()) + (localPos.z()-randCenterPos.z()) * (localPos.z()-randCenterPos.z()) <= radius*radius - ) - - { + ) + + { epsilon = epsilon + (*fHitsCollection)[i]->GetEdep() ; nbEdep = nbEdep+1; } - + } // for testing only /* G4cout << "======> for hit number #" << randHit << - ", we collect " - << nbEdep << " energy depositions in a sphere of radius " - << radius/nm << " nm and mass " - << mass/kg << " kg for a total of " - << epsilon/eV << " eV or " + ", we collect " + << nbEdep << " energy depositions in a sphere of radius " + << radius/nm << " nm and mass " + << mass/kg << " kg for a total of " + << epsilon/eV << " eV or " << (epsilon/joule)/(mass/kg) << " Gy" << G4endl; G4cout << "-" << G4endl; */ - + /* FILE* myFile; myFile=fopen("yz.txt","a"); diff --git a/examples/extended/medical/dna/moleculardna/.README.txt b/examples/extended/medical/dna/moleculardna/.README.txt new file mode 100644 index 0000000000..7f42668945 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/.README.txt @@ -0,0 +1,194 @@ + +///\file "medical/dna/moleculardna/.README.txt" +///\brief Example molecularDNA README page + +/*! \page Examplesmoleculardna Example moleculardna + +\author N. Lampe, M. Karamitros, D. Sakata, W. G. Shin, M. Dordevic, K. +Chatzipapas, H. N. Tran (*) et +al +. \n +(*) contact: tran@cenbg.in2p3.fr + +This example is provided by the Geant4-DNA collaboration. +(http://geant4-dna.org) + +Any report or published results obtained using the Geant4-DNA software shall +cite the following Geant4-DNA collaboration publications: +- Med. Phys. 45 (2018) e722-e739 +- Phys. Med. 31 (2015) 861-874 +- Med. Phys. 37 (2010) 4692-4708 +- Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 + +These two PhD theses describe the chain: +- W.-G. Shin (2020): https://tel.archives-ouvertes.fr/tel-03161030 +- N. Lampe (2017): http://www.theses.fr/2017CLFAC011 + +Related publications can be found at:http://geant4-dna.org + +\section MOLECULARDNA_s0 INTRODUCTION + +This example shows how to simulate physics, physico-chemistry and chemistry +processes in DNA geometries. + +To build the example: +\verbatim +mkdir build +cd build +cmake ../pathToExamples/moleculardna +make +\endverbatim + +To run the example: +\verbatim +./molecular -m cylinders.mac -t 2 -p 2 +# -m : macro file +# -t : number of threads to run +# -p : physics list option +\endverbatim + +Macro files can control every aspect of the simulation. + +\section MOLECULARDNA_s1 GEOMETRY DEFINITION + +The geometry is built from text files for cylinders (cylinders.mac), +ecoli (ecoli.mac) and human cell (human_cell.mac) geometries. + +- cylinders.mac : to build a 3 μm sphere filled with 200,000 individual 216 bp +long straight DNA segments in a 100×30×30 nm placement volume +- human_cell.mac : to model a fibroblast cell geometry +- ecoli.mac : to demonstrate a simple model where the bacterial DNA follows a +large scale fractal ‘Hilbert curve’ geometry + +For the details, please see documentation: +- To construct DNA geometry models: +http://natl.github.io/fractaldna/ +- To simulate radiation-induced DNA damage with these geometries +and define damage parameters:https://natl.github.io/molecular-docs/ + +Macro commands can be used to control the geometry parameters + +\verbatim +# Commands for world geometry params +/world/worldSize 10200 nm +/cell/radiusSize 3 3 3 um + +# Set Smartless for logicalVolume +/dnageom/setSmartVoxels 1 +# Check overlaps in DNA geometry region +/dnageom/checkOverlaps false # default + +# Distance from base pairs at which to kill radicals +/dnageom/radicalKillDistance 9 nm + +# Critical range to start recording SSBs from direct effects +/dnageom/interactionDirectRange 7 angstrom + +# Side length for each placement (x, y, z) +/dnageom/placementSize 30 30 100 nm + +# Scaling of XYZ in fractal definition file +/dnageom/fractalScaling 1 1 1 nm + +# Path to file that defines placement locations (cylinders.mac) +/dnageom/definitionFile geometries/prisms200k_r3000.txt + +# Set a placement volume [format] [name path] (cylinders.mac) +/dnageom/placementVolume prism geometries/straight-216-0.txt + +# Take the angles in the voxel placement file as multiples of pi +# E.g. set to true if the angle 0.5 should mean 90 degrees +/dnageom/setVoxelPlacementAnglesAsMultiplesOfPi false # default + +# The molecule size columns are optional, as they can either +# fall back onto the default sizes or be set to custom sizes in the macro +# used default moleculeSize (as belows) +/dnageom/useCustomMoleculeSizes false # default +#/dnageom/moleculeSize + +# Draw cell/chromosome volumes rather than DNA (makes DNA invisible) +/dnageom/drawCellVolumes false # default + +# Activate Histone scavenging function with default radius +/dnageom/activateHistoneScavenging true # default + +# DNA geometries are only ever placed in a chromosome +/chromosome/add cylinder sphere 3000 0 0 0 nm +\endverbatim + +\section MOLECULARDNA_s2 PHYSICS LIST + +MolecularPhysicsList is a Geant4 modular physics which can use the recommended +G4EmDNAPhysics_option2, G4EmDNAPhysics_option4 or G4EmDNAPhysics_option6 constructors. + +\section MOLECULARDNA_s3 PRIMARY GENERATOR + +The source can be specified via General Particle Source in the provided macro files. + +\section MOLECULARDNA_s4 DNA DAMAGE MODEL + +Mechanistic DNA simulations are dependent upon a +DNA damage model to relate energy depositions close to DNA, +and chemical reactions with DNA to actual DNA damage + +The fowlling macro commands is used to control the damage parameters + +\verbatim +# Direct damage Threshold +/dnadamage/directDamageLower 17.5 eV +/dnadamage/directDamageUpper 17.5 eV + +# Indirect damage probability to create a SSB for +# OH radical + DNA base, +/dnadamage/indirectOHBaseChance 1.0 +/dnadamage/indirectOHStrandChance 0.65 +/dnadamage/inductionOHChance 0.0 + +# H radical + DNA base +/dnadamage/indirectHBaseChance 1.0 +/dnadamage/indirectHStrandChance 0.65 +/dnadamage/inductionHChance 0.00 + +# e_aq radical + base +/dnadamage/indirectEaqBaseChance 1.0 +/dnadamage/indirectEaqStrandChance 0.65 +/dnadamage/inductionEaqChance 0.00 +\endverbatim + +\section MOLECULARDNA_s5 RESULTS + +\verbatim +# Bool to set whether strands ought be saved +/analysisDNA/saveStrands false # default + +# Directory to save DNA damage fragments +/analysisDNA/strandDir + +# Gap between DNA fragments in base pairs +# Set to zero to score placement volumes independently +/analysisDNA/fragmentGap 0 + +# To save the position of hits histos only on one chain +/analysisDNA/diagnosticChain +\endverbatim + +Several ROOT macro files are provided in the analysis directory: +\verbatim +root cylinders.C +# to plot damage from cylinders geometry + +root ecoli.C +# to plot damage from ecoli geometry + +root human_cell.C +# to plot damage and fragments distribution from human_cell geometry + + +# A python macro file is provided to modify ROOT output in SDD file format: +python createSDD.py +# to use it, insert the command "python3 createSDD.py". +# If error with root, simply source /path/to/root/bin/thisroot.(c)sh, +# do "pip install pyroot" and try again. +\endverbatim + +*/ diff --git a/examples/extended/medical/dna/moleculardna/CMakeLists.txt b/examples/extended/medical/dna/moleculardna/CMakeLists.txt new file mode 100644 index 0000000000..601bdfd7fc --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/CMakeLists.txt @@ -0,0 +1,115 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(molecular) + +#---------------------------------------------------------------------------- +# Find Geant4 package +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if (WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else () + find_package(Geant4 REQUIRED) +endif () + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# Setup include directory for this project +# +include_directories(${PROJECT_SOURCE_DIR}/include) +include(${Geant4_USE_FILE}) + + +#---------------------------------------------------------------------------- +# Dowload geometry data file +set(GEOMETRY_NEEDS_DOWNLOAD TRUE) +set(GEOMETRY_NEEDS_UNPACK_DELETE TRUE) +set(GEOMETRY_FILE_NAME "geometries.tar.gz") +set(GEOMETRY_FOlDER_NAME "geometries") +set(GEOMETRY_LOCAL_FILENAME "${PROJECT_BINARY_DIR}/${GEOMETRY_FILE_NAME}") +set(GEOMETRY_DATASETS_URL + "http://geant4-dna.in2p3.fr/geometries/molecularDNA/${GEOMETRY_FILE_NAME}") +set(HASH_MD5 "3e28151dc4c4647af3ae37d0385fc443") + +if (EXISTS "${GEOMETRY_FOlDER_NAME}") + set(GEOMETRY_NEEDS_DOWNLOAD FALSE) +endif () + + +if (GEOMETRY_NEEDS_DOWNLOAD) + message(STATUS "geometries-data: attempting download: ${GEOMETRY_DATASETS_URL} ...") + file(DOWNLOAD "${GEOMETRY_DATASETS_URL}" "${GEOMETRY_LOCAL_FILENAME}" + INACTIVITY_TIMEOUT 500 + TIMEOUT 500 + STATUS DownloadStatus + ) + + list(GET DownloadStatus 0 DownloadReturnStatus) + if (DownloadReturnStatus) + message(FATAL_ERROR "geometries-data: download FAILED: ${DownloadReturnStatus}, + This example needs internet for the geometry data file, + even configuring done and complied. + Please, check your connection. + ") + else () + message(STATUS "geometries-data: download OK") + endif () +endif () + + +if (EXISTS "${GEOMETRY_FOlDER_NAME}") + set(GEOMETRY_NEEDS_UNPACK_DELETE FALSE) +endif () + +if (GEOMETRY_NEEDS_UNPACK_DELETE) + message(STATUS "Going to unpack: geometries.tar.gz") + execute_process( + COMMAND ${CMAKE_COMMAND} -E tar xfz "${GEOMETRY_LOCAL_FILENAME}" + OUTPUT_QUIET + RESULT_VARIABLE __geometries_untar_result + ) + if (__geometries_untar_result) + message(FATAL_ERROR "geometries-data: failed to untar file : ${GEOMETRY_LOCAL_FILENAME}") + else () + message(STATUS "geometries-data: untarred in '${PROJECT_BINARY_DIR}/geometries' OK") + endif () + message(STATUS "Going to delete: ${GEOMETRY_LOCAL_FILENAME}") + execute_process( + COMMAND rm "${GEOMETRY_LOCAL_FILENAME}" + ) +endif () +#---------------------------------------------------------------------------- +# Locate sources and headers for this project +# NB: headers are included so they will show up in IDEs +# +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(molecular molecular.cc ${sources} ${headers}) +target_link_libraries(molecular ${Geant4_LIBRARIES}) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, i.e. the directory in which we +# build molecular_proj. This is so that we can run the executable directly because +# it relies on these scripts being in the current working directory. +# +file(GLOB molecular_SCRIPTS + ${PROJECT_SOURCE_DIR}/*.in + ${PROJECT_SOURCE_DIR}/*.mac + ${PROJECT_SOURCE_DIR}/*.C) + +foreach (_script ${molecular_SCRIPTS}) + configure_file( + ${_script} + ${PROJECT_BINARY_DIR}/. + COPYONLY + ) +endforeach () + +#---------------------------------------------------------------------------- +# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX +# +install(TARGETS molecular DESTINATION bin) diff --git a/examples/extended/medical/dna/moleculardna/History b/examples/extended/medical/dna/moleculardna/History new file mode 100755 index 0000000000..cefa31448c --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/History @@ -0,0 +1,35 @@ +# Example molecularDNA History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2022-06-10 Sergio Losilla (molecularDNA-V11-00-05) +- Added missing headers. + +## 2022-05-03 Konstantinos Chatzipapas (molecularDNA-V11-00-04) +- add ecoli.C macro file +- add createSDD.py + +## 2022-04-14 Hoang Tran (molecularDNA-V11-00-03) +- correct a minor mistake in AnalysisManager +- Add Complexity Frequency in cylinder.C +- add human_cell.C macro file + +## 2022-02-27 Vladimir Ivanchenko (molecularDNA-V11-00-02) +- PhysicsList - added DecayPhysics and RadioactiveDecayPhysics +- ParallelWorldPhysics - minor clean-up +- molecular.cc - updated according to the recent recommendations: + removed ifdef, removed RanecuEngine, use visualisation in + the interactive session only, use G4RunManagerFactory + +## 2022-02-17 Hoang Tran (molecularDNA-V11-00-01) +- modify Chemistry list +- timeout for the geometry data download +- the exception message in DNAGeometryMessenger::SetNewValue + +## 2022-01-07 Hoang Tran (molecularDNA-V11-00-00) +- initial tag + + + diff --git a/examples/extended/medical/dna/moleculardna/README b/examples/extended/medical/dna/moleculardna/README new file mode 100644 index 0000000000..1f40cad12a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/README @@ -0,0 +1,188 @@ +------------------------------------------------------------------- + + ========================================================= + Geant4 - an Object-Oriented Toolkit for Simulation in HEP + ========================================================= + + moleculardna + --------- + +A Geant4-DNA application for simulating DNA damage. + +AUTHORS + +N. Lampe, M. Karamitros, D. Sakata, W. G. Shin, M. Dordevic, K. Chatzipapas, H. +N. Tran (*) et al. +(*) contact: tran@cenbg.in2p3.fr + +This example is provided by the Geant4-DNA collaboration. +(http://geant4-dna.org) + +Any report or published results obtained using the Geant4-DNA software +shall cite the following Geant4-DNA collaboration publications: +Med. Phys. 45 (2018) e722-e739 +Phys. Med. 31 (2015) 861-874 +Med. Phys. 37 (2010) 4692-4708 +Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 + +These two PhD theses describe the chain: +W.-G. Shin (2020): https://tel.archives-ouvertes.fr/tel-03161030 +N. Lampe (2017): http://www.theses.fr/2017CLFAC011 + +Related publications can be found at: +http://geant4-dna.org + +0 - INTRODUCTION + + This example shows how to simulate physics, physico-chemistry and + chemistry processes in DNA geometries. + + To build the example: + mkdir build + cd build + cmake ../pathToExamples/moleculardna + make + + To run the example: + ./molecular -m cylinders.mac -t 2 -p 2 + # -m : macro file + # -t : number of threads to run + # -p : physics list option + + Macro files can control every aspect of the simulation. + +1 - GEOMETRY DEFINITION + + The geometry is built from text files for cylinders (cylinders.mac), + ecoli (ecoli.mac) and human cell (human_cell.mac) geometries. + + - cylinders.mac : to build a 3 μm sphere filled with 200,000 individual 216 bp + long straight DNA segments in a 100×30×30 nm placement volume + - human_cell.mac : to model a fibroblast cell geometry + - ecoli.mac : to demonstrate a simple model where the bacterial DNA follows a + large scale fractal ‘Hilbert curve’ geometry + + For the details, please see documentations: + - To construct DNA geometry models: + http://natl.github.io/fractaldna/ + - To simulate radiation-induced DNA damage with these geometries + and define damage parameters:https://geant4-dna.github.io/molecular-docs/ + + Macro commands can be used to control the geometry parameters + + # Commands for world geometry params + /world/worldSize 10200 nm + /cell/radiusSize 3 3 3 um + + # Set Smartless for logicalVolume + /dnageom/setSmartVoxels 1 + # Check overlaps in DNA geometry region + /dnageom/checkOverlaps false # default + + # Distance from base pairs at which to kill radicals + /dnageom/radicalKillDistance 9 nm + + # Critical range to start recording SSBs from direct effects + /dnageom/interactionDirectRange 7 angstrom + + # Side length for each placement (x, y, z) + /dnageom/placementSize 30 30 100 nm + + # Scaling of XYZ in fractal definition file + /dnageom/fractalScaling 1 1 1 nm + + # Path to file that defines placement locations (cylinders.mac) + /dnageom/definitionFile geometries/prisms200k_r3000.txt + + # Set a placement volume [format] [name path] (cylinders.mac) + /dnageom/placementVolume prism geometries/straight-216-0.txt + + # Take the angles in the voxel placement file as multiples of pi + # E.g. set to true if the angle 0.5 should mean 90 degrees + /dnageom/setVoxelPlacementAnglesAsMultiplesOfPi false # default + + # The molecule size columns are optional, as they can either + # fall back onto the default sizes or be set to custom sizes in the macro + # used default moleculeSize (as belows) + /dnageom/useCustomMoleculeSizes false # default + #/dnageom/moleculeSize + + # Draw cell/chromosome volumes rather than DNA (makes DNA invisible) + /dnageom/drawCellVolumes false # default + + # Activate Histone scavenging function with default radius + /dnageom/activateHistoneScavenging true # default + + # DNA geometries are only ever placed in a chromosome + /chromosome/add cylinder sphere 3000 0 0 0 nm + +2 - PHYSICS LIST + + MolecularPhysicsList is a Geant4 modular physics which can use + the recommended G4EmDNAPhysics_option2, G4EmDNAPhysics_option4 or + G4EmDNAPhysics_option6 constructors. + +3 - PRIMARY GENERATOR + + The source can be specified via General Particle Source in the provided + macro files. + +4 - DNA DAMAGE MODEL + + Mechanistic DNA simulations are dependent upon a + DNA damage model to relate energy depositions close to DNA, + and chemical reactions with DNA to actual DNA damage + + The fowlling macro commands is used to control the damage parameters + + # Direct damage Threshold + /dnadamage/directDamageLower 17.5 eV + /dnadamage/directDamageUpper 17.5 eV + + # Indirect damage probability to create a SSB for + # OH radical + DNA base, + /dnadamage/indirectOHBaseChance 1.0 + /dnadamage/indirectOHStrandChance 0.65 + /dnadamage/inductionOHChance 0.0 + + # H radicals + DNA base + /dnadamage/indirectHBaseChance 1.0 + /dnadamage/indirectHStrandChance 0.65 + /dnadamage/inductionHChance 0.00 + + # e_aq radicals + base + /dnadamage/indirectEaqBaseChance 1.0 + /dnadamage/indirectEaqStrandChance 0.65 + /dnadamage/inductionEaqChance 0.00 + +5 - RESULTS + + # Bool to set whether strands ought be saved + /analysisDNA/saveStrands false # default + + # Directory to save DNA damage fragments + /analysisDNA/strandDir + + # Gap between DNA fragments in base pairs + # Set to zero to score placement volumes independently + /analysisDNA/fragmentGap 0 + + # To save the position of hits histos only on one chain + /analysisDNA/diagnosticChain + + Several ROOT macro files are provided in the analysis directory: + - cylinders.C : to plot damage from cylinders geometry + - ecoli.C : to plot damage from ecoli geometry + - human_cell.C : to plot damage and fragments distribution from human_cell + geometry + + A python macro file is provided to modify ROOT output in SDD file format: + - createSDD.py : to use it, insert the command "python3 createSDD.py". + If error with root, simply + source /path/to/root/bin/thisroot.(c)sh, + do "pip install pyroot" and try again. + + + + + diff --git a/examples/extended/medical/dna/moleculardna/createSDD.py b/examples/extended/medical/dna/moleculardna/createSDD.py new file mode 100644 index 0000000000..fd567afa56 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/createSDD.py @@ -0,0 +1,336 @@ +#!/usr/bin/env python +# coding: utf-8 + +# In[1]: + + +# To run, change the links and definitions in this script and +# type in the terminal containing the file +# $python3 createSDD.py + +# Author contact, Konstantinos Chatzipapas, chatzipa@cenbg.in2p3.fr, 14/03/2022 + + +# In[2]: + + +import ROOT as root +import numpy as np + + +# In[3]: + + +# Define filenames +outputFile = "SDD_minFormatMolecularDNA.txt" +iMacFile = "human_cell.mac" +iRootFile = "molecular-dna.root" + + +# In[4]: + + +# Definitions +# They may be adapted in the code, if such information exists in the simulation definition file + +# Define if it is a simulation of a single-track irradiation (0), a delivered dose (1) or a fluence (2) +doseFluence = 1 +amountDoseFluence = 0 + +# Define dose rate +doseRate = float(0) + +# Define the number of chromosomes and the length in MBp +nbChromo = 1 +chromoLength = 6405.886128 + +# Define DNA density (BPs/um3) +dnaDensity = 1.2*1e07 + +# Define cell cycle phase (use G0 (1), G1 (2), S (3), G2 (4) and M (5), together with percentage, e.g [3,0.7] indicates a cell 70% of the way through S phase) +cellCyclePhase = "0, 0.0" + +# Define DNA structure : whole nucleus (0), a heterochromatin region (1), + # euchromatin region (2), + # a mixed (heterochromatin and euchromatin) region (3), + # single DNA fiber (4), DNA wrapped around a single histone (5), + # DNA plasmid (6) or a simple circular (7) or straight (8) DNA section. +dnaStructure = 4 +nakedWet = 1 # naked (0), wet (1) + +# Define if the real experiment was in-vitro (0) or in-vivo (1) +vitroVivo = 0 + +# Define the proliferation status, quiescent (0) or proliferating (1) +proliferation = 0 + +# Define the microenvironment +temperature = 27 # degrees +oxygen = 0.0 # molarity + +# Damage definition +directIndirect = 1 # direct effects only (0) or including chemistry (1) +bpNm = 0 # BPs (0) or in nm (1) +bpThres = 10.0 # the distance in BPs or nm between backbone lesions that are considered DSBs +baseLesions = -1 # This value then determines the distance (in BP or nm) beyond the outer backbone damages where base damages are also stored in the same site (float). + +# Default, if nothing exists in mac file +sourceTropus = "iso" + + +# In[5]: + + +# Initialize several parameters +title = "No Title Included" +incidentParticles = " " +particle = " " +energy = " " +energyUnits = " " +sourceShape = " " +sourceTropus = " " +sourceX = "0" +sourceY = "0" +sourceZ = "0" +sourceUnits = "nm" +targetType = " " +targetShape = " " +targetRadius = 0 +targetX = 0 +targetY = 0 +targetZ = 0 +r3 = 0 +worldSize = 0 +directDamageL = " " +directDamageU = " " +time = " " +timeUnit = " " + + + +# In[6]: + + +with open(iMacFile, 'r') as infile: + for line in infile: + spl = line.split(" ") + if spl[0] == "###": + title = spl[1] + #print(title) + if spl[0] =="/run/beamOn": + incidentParticles = int(spl[1]) + #print(incidentParticles) + if spl[0] =="/gps/particle": + spl2 = spl[1].split("\n") + particle = spl2[0] + #print(particle) + if spl[0] =="/gps/energy": + sourceType = 1 + energyDistribution = "M, 0" + particleFraction = float(1) + energy = float(spl[1]) + spl2 = spl[2].split("\n") + energyUnits = spl2[0] + #print(energy,energyUnits) + if spl[0] =="/gps/pos/shape": + spl2 = spl[1].split("\n") + sourceShape = spl2[0] + #print(sourceShape) + if spl[0] =="/gps/ang/type": + spl2 = spl[1].split("\n") + sourceTropus = spl2[0] + #print("type",sourceTropus) + if spl[0] =="/gps/pos/centre": + sourceX = spl[1] + sourceY = spl[2] + sourceZ = spl[3] + spl2 = spl[4].split("\n") + sourceUnits = spl2[0] + if spl[0] =="/chromosome/add": + targetType = spl[1] + targetShape = spl[2] + if targetShape == "sphere": + #print (spl) + if spl[4]=="nm\n": + targetRadius = float(spl[3])/1000 + r3 = float(spl[3])*1e-09 + #print ("r3=", r3) + elif spl[4]=="um\n": + targetRadius = float(spl[3]) + r3 = float(spl[3])*1e-06 + #print ("r3=", r3) + if targetShape == "ellipse": + #print (spl) + if spl[9]=="nm": + targetX = float(spl[3])/1000 + targetY = float(spl[4])/1000 + targetZ = float(spl[5])/1000 + r3 = float(spl[3])*1e-09*float(spl[4])*1e-09*float(spl[5])*1e-09 + #print ("r3=", r3) + elif spl[9]=="um": + targetX = float(spl[3]) + targetY = float(spl[4]) + targetZ = float(spl[5]) + r3 = float(spl[3])*1e-06*float(spl[4])*1e-06*float(spl[5])*1e-06 + #print ("r3=", r3) + #print(targetType,targetShape,targetRadius,targetX,targetY,targetZ) + if spl[0] =="/world/worldSize": + worldSize = float(spl[1])/2 + if spl[2] =="nm\n": + worldSize = worldSize/1000 + #print(worldSize) + if spl[0] =="/dnadamage/directDamageLower": + directDamageL = spl[1] + #print(directDamageL) + if spl[0] =="/dnadamage/directDamageUpper": + directDamageU = spl[1] + #print(directDamageU) + if spl[0] =="/scheduler/endTime": + time = spl[1] + spl2 = spl[2].split("\n") + timeUnit = spl2[0] + #print(time, timeUnit) + + +# In[7]: + + +# Creating SDD file +with open(outputFile, 'w') as ofile: +# Starting with header part of SDD file + ofile.write("\nSDD version, SDDv1.0;\n") + ofile.write("Software, MolecularDNA;\n") + ofile.write("Author contact, Konstantinos Chatzipapas, chatzipa@cenbg.in2p3.fr, " + "14/03/2022;\n") + ofile.write("***Important information*********************************************\n" + "To provide some extra information on the quantification of DSB, " + "DSB+ and DSB++, the last column of data section, includes the values " + "of 4, 5 that correspond to DSB+ and DSB++ respectively;\n" + "*********************************************************************\n") + #Adjust description + ofile.write("Simulation Details, "+title+". DNA damages from direct and indirect effects;\n") + ofile.write("Source, Monoenergetic "+sourceShape+" "+particle+" "+sourceTropus+"tropic,") + ofile.write(" centered at "+sourceX+" "+sourceY+" "+sourceZ+" "+sourceUnits) + ofile.write(" of a cell nucleus, containing a free DNA segment. Energy: ") + ofile.write(str(energy)+" "+energyUnits+";\n") + ###### + ofile.write("Source type, "+str(sourceType)+";\n") # Needs improvement + ofile.write("Incident particles, "+str(incidentParticles)+";\n") + ofile.write("Mean particle energy, "+str(energy)+" MeV;\n") + ofile.write("Energy distribution, "+energyDistribution+";\n") # Needs improvement + ofile.write("Particle fraction, "+str(particleFraction)+";\n") # Needs improvement + + f = root.TFile(iRootFile) + + eVtoJ = 1.60218e-19 + + mass = 997 * 4 * 3.141592 * r3 / 3 # density * 4/3 * pi * r3 + + acc_edep = 0 + dose = 0 + nbEntries = 0 + ffTree = f.Get("tuples/chromosome_hits") + nbEntries += ffTree.GetEntries() + for ev in ffTree: + acc_edep += (ev.e_chromosome_kev + ev.e_dna_kev) *1e3 # eV + + + # Calculate the absorbed dose + amountDoseFluence = acc_edep * eVtoJ / mass # Dose in Gy + + + + ofile.write("Dose or fluence, "+str(doseFluence)+", "+str(amountDoseFluence)+";\n") # Needs improvement + ofile.write("Dose rate, "+str(doseRate)+";\n") + ofile.write("Irradiation target, Simple free DNA fragment in a "+targetShape+" with ") + if targetShape == "sphere": + ofile.write("radius "+str(targetRadius)+" um;\n") + else: #targetShape == "ellipse": + ofile.write("dimensions "+str(targetX)+" "+str(targetY)+" "+str(targetZ)+" um;\n") + ofile.write("Volumes, 0,"+str(worldSize)+","+str(worldSize)+","+str(worldSize)+","+str(-worldSize)+","+str(-worldSize)+","+str(-worldSize)+",") + if targetShape == "sphere": + ofile.write(" 1,"+str(targetRadius)+","+str(targetRadius)+","+str(targetRadius)+";\n") + elif targetShape == "ellipse": + ofile.write(" 1,"+str(targetX)+","+str(targetY)+","+str(targetZ)+";\n") + else: + ofile.write(" 0,"+str(targetX)+","+str(targetY)+","+str(targetZ)+","+str(+targetX)+","+str(+targetY)+","+str(+targetZ)+";\n") + ofile.write("Chromosome sizes, "+str(nbChromo)+", "+str(chromoLength)+";\n") + ofile.write("DNA Density, "+str(dnaDensity)+";\n") + ofile.write("Cell Cycle Phase, "+cellCyclePhase+";\n") + ofile.write("DNA Structure, "+str(dnaStructure)+", "+str(nakedWet)+";\n") + ofile.write("In vitro / in vivo, "+str(vitroVivo)+";\n") + ofile.write("Proliferation status, "+str(proliferation)+";\n") + ofile.write("Microenvironment, "+str(temperature)+", "+str(oxygen)+";\n") + ofile.write("Damage definition, "+str(directIndirect)+", "+str(bpNm)+", "+str(bpThres)+", "+str(baseLesions)+", "+str(directDamageL)+";\n") + ofile.write("Time, "+str(time)+" "+timeUnit+";\n") + + number = 0 + gTree = f.Get("tuples/primary_source") + number += gTree.GetEntries() + + nEntries = 0 + fTree = f.Get("tuples/damage") + nEntries += fTree.GetEntries() + #print (nEntries) + + ofile.write("Damage and primary count, "+str(nEntries)+", "+str(number)+";\n") + ofile.write("Data entries, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0;\n") + ofile.write("Data was generated in minimal output format and used as an example. ") + ofile.write("Please modify description to match different conditions;\n") + ofile.write("\n***EndOfHeader***;\n\n") + +############################################################################################# +# Writing the data part of SDD file + currentEvent = 0 + Primaryflag = True + Eventflag = False + + for entry in fTree: + if entry.Event!=currentEvent: + Eventflag = True + currentEvent = entry.Event + #print(entry.SourceClassification) + DSB = 0 + if (entry.TypeClassification == "DSB"): + if (entry.SourceClassification == "DSBd"): + DSB = 1 + elif (entry.SourceClassification == "DSBi"): + DSB = 2 + elif (entry.SourceClassification == "DSBh" or entry.SourceClassification == "DSBm"): + DSB = 3 + #print (entry.TypeClassification, entry.SourceClassification) + elif (entry.TypeClassification == "DSB+"): + DSB = 4 + elif (entry.TypeClassification == "DSB++"): + DSB = 5 + #if (entry.SourceClassification == "DSBh" or entry.SourceClassification == "DSBm"): + #print (entry.TypeClassification, entry.SourceClassification) + else: + DSB = 0 + + #print(DSB) + if Primaryflag: + #print("True") + ofile.write("2, "+str(entry.Event)+"; ") + ofile.write(str(entry.Position_x_um)+", "+str(entry.Position_y_um)+", "+str(entry.Position_z_um)+"; ") + ofile.write(str(entry.BaseDamage)+", "+str(entry.StrandDamage)+", "+str(DSB)+";\n") + Primaryflag = False + Eventflag = False + else: + if Eventflag: + ofile.write("1, "+str(entry.Event)+"; ") + ofile.write(str(entry.Position_x_um)+", "+str(entry.Position_y_um)+", "+str(entry.Position_z_um)+"; ") + ofile.write(str(entry.BaseDamage)+", "+str(entry.StrandDamage)+", "+str(DSB)+";\n") + Eventflag = False + else: + ofile.write("0, "+str(entry.Event)+"; ") + ofile.write(str(entry.Position_x_um)+", "+str(entry.Position_y_um)+", "+str(entry.Position_z_um)+"; ") + ofile.write(str(entry.BaseDamage)+", "+str(entry.StrandDamage)+", "+str(DSB)+";\n") + + +# In[8]: + +print("Output file: ", outputFile) + + + diff --git a/examples/extended/medical/dna/moleculardna/cylinders.C b/examples/extended/medical/dna/moleculardna/cylinders.C new file mode 100644 index 0000000000..d30c670c39 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/cylinders.C @@ -0,0 +1,236 @@ +{ + gROOT->Reset(); + gStyle->SetPalette(1); + gROOT->SetStyle("Plain"); + gStyle->SetOptStat(00000); + + system ("hadd -O -f molecular-dna.root molecular-dna_t*.root"); + + c1 = new TCanvas("c1", "Damages", 120, 60, 1000, 1000); + c1->SetBorderSize(0); + c1->SetFillColor(0); + c1->SetFillStyle(4000); + c1->Divide(2,1); + gPad->SetLeftMargin(0.13); + + Int_t SSBd, SSBi, SSBm, DSBd, DSBi, DSBm, DSBh; + Int_t total_SSBd, total_SSBi, total_SSBm, total_DSBd, total_DSBi, total_DSBm, total_DSBh; + Float_t total_SSBd2, total_SSBi2, total_SSBm2, total_DSBd2, total_DSBi2, total_DSBm2, total_DSBh2; + Float_t mean_SSBd, mean_SSBi, mean_SSBm, mean_DSBd, mean_DSBi, mean_DSBm, mean_DSBh; + + Int_t SSB, SSBp, twoSSB, DSB, DSBp, DSBpp; + Int_t total_SSB, total_SSBp, total_twoSSB, total_DSB, total_DSBp, total_DSBpp; + Int_t total_SSB2, total_SSBp2, total_twoSSB2, total_DSB2, total_DSBp2, + total_DSBpp2; + Float_t mean_SSB, mean_SSBp, mean_twoSSB, mean_DSB, mean_DSBp, mean_DSBpp; + + total_SSBd = 0; + total_SSBi = 0; + total_SSBm = 0; + total_DSBd = 0; + total_DSBi = 0; + total_DSBm = 0; + total_DSBh = 0; + + total_SSBd2 = 0; + total_SSBi2 = 0; + total_SSBm2 = 0; + total_DSBd2 = 0; + total_DSBi2 = 0; + total_DSBm2 = 0; + total_DSBh2 = 0; + + total_SSB = 0; + total_SSBp = 0; + total_twoSSB = 0; + total_DSB = 0; + total_DSBp = 0; + total_DSBpp = 0; + + total_SSB2 = 0; + total_SSBp2 = 0; + total_twoSSB2 = 0; + total_DSB2 = 0; + total_DSBp2 = 0; + total_DSBpp2 = 0; + + Double_t EnergyDeposited_eV = 0; + Double_t acc_edep = 0; + Double_t acc_edep2 = 0; + + Double_t Energy; + Char_t Primary; + + TFile *f = TFile::Open("molecular-dna.root"); + TTree *tree = (TTree *) f->Get("tuples/primary_source"); + Float_t number = (Float_t) tree->GetEntries(); + + tree = (TTree *) f->Get("tuples/source"); + tree->SetBranchAddress("Primary",&Primary); + tree->SetBranchAddress("Energy",&Energy); + tree->SetBranchAddress("SSBd",&SSBd); + tree->SetBranchAddress("SSBi",&SSBi); + tree->SetBranchAddress("SSBm",&SSBm); + tree->SetBranchAddress("DSBd",&DSBd); + tree->SetBranchAddress("DSBi",&DSBi); + tree->SetBranchAddress("DSBm",&DSBm); + tree->SetBranchAddress("DSBh",&DSBh); + + Long64_t nentries = tree->GetEntries(); + + for(int i = 0;iGetEntry(i); + total_SSBd += SSBd; + total_SSBd2 += SSBd *SSBd; + total_SSBi += SSBi; + total_SSBi2 += SSBi *SSBi; + total_SSBm += SSBm; + total_SSBm2 += SSBm *SSBm; + + total_DSBd += DSBd; + total_DSBd2 += DSBd *DSBd; + total_DSBi += DSBi; + total_DSBi2 += DSBi *DSBi; + total_DSBm += DSBm; + total_DSBm2 += DSBm *DSBm; + total_DSBh += DSBh; + total_DSBh2 += DSBh *DSBh; + } + + tree = (TTree *) f->Get("tuples/damage"); + tree->SetBranchAddress("EnergyDeposited_eV",&EnergyDeposited_eV); + nentries = tree->GetEntries(); + for(int i = 0;iGetEntry(i); + acc_edep += EnergyDeposited_eV; + acc_edep2 += EnergyDeposited_eV *EnergyDeposited_eV; + } + + tree = (TTree *) f->Get("tuples/classification"); + tree->SetBranchAddress("SSB",&SSB); + tree->SetBranchAddress("SSBp",&SSBp); + tree->SetBranchAddress("2SSB",&twoSSB); + tree->SetBranchAddress("DSB",&DSB); + tree->SetBranchAddress("DSBp",&DSBp); + tree->SetBranchAddress("DSBpp",&DSBpp); + + nentries = tree->GetEntries(); + + for(int i = 0;iGetEntry(i); + total_SSB += SSB; + total_SSB2 += SSB *SSB; + total_SSBp += SSBp; + total_SSBp2 += SSBp *SSBp; + total_twoSSB += twoSSB; + total_twoSSB2 += twoSSB *twoSSB; + + total_DSB += DSB; + total_DSB2 += DSB *DSB; + total_DSBp += DSBp; + total_DSBp2 += DSBp *DSBp; + total_DSBpp += DSBpp; + total_DSBpp2 += DSBpp *DSBpp; + } + + mean_SSBd = (Float_t) total_SSBd / number; + mean_SSBi = (Float_t) total_SSBi / number; + mean_SSBm = (Float_t) total_SSBm / number; + + mean_DSBd = (Float_t) total_DSBd / number; + mean_DSBi = (Float_t) total_DSBi / number; + mean_DSBm = (Float_t) total_DSBm / number; + mean_DSBh = (Float_t) total_DSBh / number; + + Double_t SD_SSBd = sqrt(((total_SSBd2 / number) - pow(total_SSBd / number,2))/(number -1)); + Double_t SD_SSBi = sqrt(((total_SSBi2 / number) - pow(total_SSBi / number,2))/(number -1)); + Double_t SD_SSBm = sqrt(((total_SSBm2 / number) - pow(total_SSBm / number,2))/(number -1)); + + Double_t SD_DSBd = sqrt(((total_DSBd2 / number) - pow(total_DSBd / number,2))/(number -1)); + Double_t SD_DSBi = sqrt(((total_DSBi2 / number) - pow(total_DSBi / number,2))/(number -1)); + Double_t SD_DSBm = sqrt(((total_DSBm2 / number) - pow(total_DSBm / number,2))/(number -1)); + Double_t SD_DSBh = sqrt(((total_DSBh2 / number) - pow(total_DSBh / number,2))/(number -1)); + + + mean_SSB = (Float_t) total_SSB / number; + mean_SSBp = (Float_t) total_SSBp / number; + mean_twoSSB = (Float_t) total_twoSSB / number; + + mean_DSB = (Float_t) total_DSB / number; + mean_DSBp = (Float_t) total_DSBp / number; + mean_DSBpp = (Float_t) total_DSBpp / number; + + Double_t SD_SSB = sqrt(((total_SSB2 / number) - pow(total_SSB / number,2))/(number -1)); + Double_t SD_SSBp = sqrt(((total_SSBp2 / number) - pow(total_SSBp / number,2)) + /(number -1)); + Double_t SD_twoSSB = sqrt(((total_twoSSB2 / number) - pow(total_twoSSB / + number,2)) + /(number -1)); + + Double_t SD_DSB = sqrt(((total_DSB2 / number) - pow(total_DSB / number,2))/(number -1)); + Double_t SD_DSBp = sqrt(((total_DSBp2 / number) - pow(total_DSBp / number,2)) + /(number -1)); + Double_t SD_DSBpp = sqrt(((total_DSBpp2 / number) - pow(total_DSBpp / number,2)) + /(number -1)); + + cout<<"Paricle : "<Close(); + const Int_t n1 = 7; + Double_t x1[n1] = {2,4,6,8,10,12,14}; + Double_t _y1[n1] = {mean_SSBd,mean_SSBi,mean_SSBm,mean_DSBd,mean_DSBi, + mean_DSBm,mean_DSBh}; + Double_t err_y1[n1] = {SD_SSBd,SD_SSBi,SD_SSBm,SD_DSBd,SD_DSBi,SD_DSBm,SD_DSBh}; + TGraph* gr1 = new TGraphErrors(n1,x1,_y1,0,err_y1); + gr1->SetTitle("Break Source Frequency"); + gr1->GetXaxis()->SetBinLabel(10,"SSB direct"); + gr1->GetXaxis()->SetBinLabel(20,"SSB indirect"); + gr1->GetXaxis()->SetBinLabel(35,"SSB mix"); + gr1->GetXaxis()->SetBinLabel(50,"DSB direct"); + gr1->GetXaxis()->SetBinLabel(65,"DSB indirect"); + gr1->GetXaxis()->SetBinLabel(80,"DSB mix"); + gr1->GetXaxis()->SetBinLabel(90,"DSB hybrid"); + gr1->SetFillColor(49); + + const Int_t n2 = 6; + Double_t x2[n2] = {2,4,6,8,10,12}; + Double_t _y2[n2] = {mean_SSB,mean_SSBp,mean_twoSSB,mean_DSB,mean_DSBp, + mean_DSBpp}; + Double_t err_y2[n2] = {SD_SSB,SD_SSBp,SD_twoSSB,SD_DSB,SD_DSBp,SD_DSBpp}; + TGraph* gr2 = new TGraphErrors(n2,x2,_y2,0,err_y2); + gr2->SetTitle("Break Complexity Frequency"); + gr2->GetXaxis()->SetBinLabel(10,"SSB"); + gr2->GetXaxis()->SetBinLabel(25,"SSBp"); + gr2->GetXaxis()->SetBinLabel(45,"2SSB"); + gr2->GetXaxis()->SetBinLabel(60,"DSB"); + gr2->GetXaxis()->SetBinLabel(75,"DSBp"); + gr2->GetXaxis()->SetBinLabel(90,"DSBpp"); + gr2->SetFillColor(49); + + //Draw + c1->cd(1); + gr1->Draw("ba"); + + c1->cd(2); + gr2->Draw("ba"); +} diff --git a/examples/extended/medical/dna/moleculardna/cylinders.mac b/examples/extended/medical/dna/moleculardna/cylinders.mac new file mode 100644 index 0000000000..fd5533697d --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/cylinders.mac @@ -0,0 +1,78 @@ +#/process/dna/e-SolvationSubType Meesungnoen2002 +#/process/dna/e-SolvationSubType Ritchie1994 +#/process/dna/e-SolvationSubType Terrisol1990 + +/run/verbose 2 +/control/verbose 1 +/dnageom/verbose 1 + +/chem/activate true +/scheduler/verbose 0 +/material/verbose 2 + +/world/worldSize 10200 nm +/cell/radiusSize 3 3 3 um + +/dnageom/setSmartVoxels 1 +/dnageom/checkOverlaps false + +/dnageom/radicalKillDistance 9 nm +/dnageom/interactionDirectRange 7 angstrom + +/dnageom/placementSize 30 30 100 nm +/dnageom/fractalScaling 1 1 1 nm +/dnageom/definitionFile geometries/prisms200k_r3000.txt +/dnageom/placementVolume prism geometries/straight-216-0.txt + + +/dnageom/setVoxelPlacementAnglesAsMultiplesOfPi false +/dnageom/useCustomMoleculeSizes false + +# used default moleculeSize +#/dnageom/moleculeSize + +/dnageom/drawCellVolumes false +/dnageom/activateHistoneScavenging true + + +/chromosome/add cylinder sphere 3000 0 0 0 nm + +# Damage Model +/dnadamage/directDamageLower 17.5 eV +/dnadamage/directDamageUpper 17.5 eV + +/dnadamage/indirectOHBaseChance 1.0 +/dnadamage/indirectOHStrandChance 0.65 +/dnadamage/inductionOHChance 0.0 + +/dnadamage/indirectHBaseChance 1.0 +/dnadamage/indirectHStrandChance 0.65 +/dnadamage/inductionHChance 0.00 + +/dnadamage/indirectEaqBaseChance 1.0 +/dnadamage/indirectEaqStrandChance 0.65 +/dnadamage/inductionEaqChance 0.00 + +/analysisDNA/saveStrands false +/analysisDNA/fragmentGap 0 # do not join +#/analysisDNA/diagnosticChain + +/run/initialize + +# unit tests +#/dnatests/uniqueid +#/dnatests/basepairs +#/dnatests/chromosome +#/analysisDNA/testClassifier +# end unit tests + +/run/printProgress 100 + +/gps/particle e- +/gps/ang/type iso +/gps/energy 4.5 keV +/gps/pos/type Volume +/gps/pos/shape Sphere +/gps/pos/radius 500 nm +/gps/pos/centre 0 0 0 nm +/run/beamOn 2 diff --git a/examples/extended/medical/dna/moleculardna/ecoli.C b/examples/extended/medical/dna/moleculardna/ecoli.C new file mode 100644 index 0000000000..5eb371f9c2 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/ecoli.C @@ -0,0 +1,562 @@ +//-------------------------------------------------------------------------------// +// This macrofile was developed by Konstantinos Chatzipapas at LP2iB (ex. CENBG) // +// in collaboration with the whole team of molecularDNA Geant4-DNA example // +// Publication: .................................... // +// For any question please contact through: // +// chatzipa@cenbg.in2p3.fr (or k.chatzipapas@yahoo.com) // +//-------------------------------------------------------------------------------// + +// This macro requires the molecular-dna.root file generated from molecularDNA example +// To run this file just insert this command to the terminal: +// root .X analysis.C +// ROOT6.x should be installed + +//***************************************// +// Please define the parameters below // +// ifile, r3, Nbp (as shown in terminal) // +//***************************************// + +{ +//*******************************************************************************// +// If you need to add multiple root outputs, by multithreading, use this command: +system ("hadd -O -f moleXcular-dna.root molecular-dna_t*.root"); + +// Define these parameters of the simulation +char ifile[256] = "molecular-dna.root"; // input filepath +Double_t r3 = 950e-9 * 400e-9 * 400e-9; // a * b * c // Chromosome size, as defined in the mac file, but in meters. If sphere, a=b=c +Double_t Nbp = 2.448108; // Mbp // Length of the DNA chain in Mbp +Double_t mass = 997 * 4 * 3.141592 * r3 / 3 ; // waterDensity * 4/3 * pi * r3 in kg +/////////////////////////////////////////////////////////////////////////////////// +//*******************************************************************************// + +typedef std::pair ipair; +bool greaterPair(const ipair &l, const ipair &r); +bool smallerPair(const ipair &l, const ipair &r); + +void BinLogX(TH1 *h); + +gROOT->Reset(); +gStyle->SetPalette(1); +gROOT->SetStyle("Plain"); +gStyle->SetOptStat(00000); + +// Initialize output histograms +TCanvas *cfragment = new TCanvas("cfragment","DNA Fragments Distribution", 900, 120, 600,400); +cfragment->SetLogx(); +cfragment->SetLogy(); +TH1F *h1fragments = new TH1F("h1fragments","h1fragments",40,0,5); +BinLogX(h1fragments); + +TCanvas *c1 = new TCanvas("c1", "Molecular DNA - Damage Quantification", 60, 120, 800, 800); +c1->SetBorderSize(0); +c1->SetFillColor(0); +c1->SetFillStyle(4000); +gPad->SetLeftMargin(0.13); + +TPad* pad1 = new TPad("pad1","Species", 0, 0.51, 0.49, 1); +pad1->SetBorderSize(0); +pad1->SetFillColor(0); +pad1->SetFillStyle(4000); +pad1->SetLeftMargin(0.15); +pad1->SetRightMargin(0.01); +pad1->SetBottomMargin(0.2); + +TPad* pad2 = new TPad("pad2","Damage Yield", 0.51, 0.5, 1, 1); +pad2->SetBorderSize(0); +pad2->SetFillColor(0); +pad2->SetFillStyle(4000); +pad2->SetLeftMargin(0.15); +pad2->SetRightMargin(0.05); +pad2->SetBottomMargin(0.2); + +TPad* pad3 = new TPad("pad3","Breaks Yield SSB", 0, 0, 0.49, 0.49); +pad3->SetBorderSize(0); +pad3->SetFillColor(0); +pad3->SetFillStyle(4000); +pad3->SetLeftMargin(0.15); +pad3->SetRightMargin(0.01); +//pad3->SetTopMargin(0.2); +pad3->SetBottomMargin(0.2); + +TPad* pad4 = new TPad("pad4","Breaks Yield DSB", 0.51, 0, 1, 0.49); +pad4->SetBorderSize(0); +pad4->SetFillColor(0); +pad4->SetFillStyle(4000); +pad4->SetLeftMargin(0.15); +pad4->SetRightMargin(0.05); +//pad3->SetTopMargin(0.2); +pad4->SetBottomMargin(0.2); + +pad1->Draw(); +pad2->Draw(); +pad3->Draw(); +pad4->Draw(); + +// Open root file +TFile *f = TFile::Open(ifile); + +// Initialize Variables +Int_t EB, ES, OHB, OHS, HB, HS, FL; +Int_t total_EB, total_ES, total_OHB, total_OHS, total_HB, total_HS, total_FL; +Float_t total_EB2, total_ES2, total_OHB2, total_OHS2, total_HB2, total_HS2, total_FL2; +Float_t SD_EB, SD_ES, SD_OHB, SD_OHS, SD_HB, SD_HS; +Float_t SD_SSB, SD_SSBp, SD_SSB2p, SD_sSSB, SD_SSBd, SD_SSBi; +Float_t SD_DSB, SD_DSBp, SD_DSBpp, SD_sDSB, SD_DSBd, SD_DSBi, SD_DSBm, SD_DSBh; + +Int_t SSB, SSBp, SSB2p; +Int_t total_SSB, total_SSBp, total_SSB2p; +Float_t total_SSB2, total_SSBp2, total_SSB2p2; +Int_t DSB, DSBp, DSBpp; +Int_t total_DSB, total_DSBp, total_DSBpp; +Float_t total_DSB2, total_DSBp2, total_DSBpp2; + +Int_t SSBd, SSBi, SSBm; +Int_t total_sSSB, total_SSBd, total_SSBi, total_SSBm; +Float_t total_sSSB2, total_SSBd2, total_SSBi2, total_SSBm2; +Int_t DSBd, DSBi, DSBm, DSBh; +Int_t total_sDSB, total_DSBd, total_DSBi, total_DSBm, total_DSBh; +Float_t total_sDSB2, total_DSBd2, total_DSBi2, total_DSBm2, total_DSBh2; + +Double_t dose = 0; +Double_t SD_dose = 0; + +Double_t EB_yield = 0; Double_t ES_yield = 0; Double_t OHB_yield = 0; Double_t OHS_yield = 0; Double_t HB_yield = 0; Double_t HS_yield = 0; +Double_t SD_EB_yield = 0; Double_t SD_ES_yield = 0; Double_t SD_OHB_yield = 0; Double_t SD_OHS_yield = 0; Double_t SD_HB_yield = 0; Double_t SD_HS_yield = 0; + +Double_t SSB_yield = 0; Double_t SSBp_yield = 0; Double_t SSB2p_yield = 0; +Double_t SD_SSB_yield = 0; Double_t SD_SSBp_yield = 0; Double_t SD_SSB2p_yield = 0; +Double_t DSB_yield = 0; Double_t DSBp_yield = 0; Double_t DSBpp_yield = 0; +Double_t SD_DSB_yield = 0; Double_t SD_DSBp_yield = 0; Double_t SD_DSBpp_yield = 0; + +Double_t sSSB_yield = 0; Double_t SSBi_yield = 0; Double_t SSBd_yield = 0; Double_t SSBm_yield = 0; +Double_t SD_sSSB_yield = 0; Double_t SD_SSBi_yield = 0; Double_t SD_SSBd_yield = 0; Double_t SD_SSBm_yield = 0; +Double_t sDSB_yield = 0; Double_t DSBi_yield = 0; Double_t DSBd_yield = 0; Double_t DSBm_yield = 0; Double_t DSBh_yield = 0; +Double_t SD_sDSB_yield = 0; Double_t SD_DSBi_yield = 0; Double_t SD_DSBd_yield = 0; Double_t SD_DSBm_yield = 0; Double_t SD_DSBh_yield = 0; + +total_EB = 0; total_ES = 0; total_OHB = 0; total_OHS = 0; total_HB = 0; total_HS = 0; + +total_SSB = 0; total_SSBp = 0; total_SSB2p = 0; +total_SSB2 = 0; total_SSBp2 = 0; total_SSB2p2 = 0; +total_DSB = 0; total_DSBp = 0; total_DSBpp = 0; +total_DSB2 = 0; total_DSBp2 = 0; total_DSBpp2 = 0; + +total_sSSB = 0; total_SSBd = 0; total_SSBi = 0; total_SSBm = 0; +total_sSSB2 = 0; total_SSBd2 = 0; total_SSBi2 = 0; total_SSBm2 = 0; +total_sDSB = 0; total_DSBd = 0; total_DSBi = 0; total_DSBm = 0; total_DSBh = 0; +total_sDSB2 = 0; total_DSBd2 = 0; total_DSBi2 = 0; total_DSBm2 = 0; total_DSBh2 = 0; + +Double_t eVtoJ = 1.60218e-19; +Double_t EnergyDeposited_eV = 0; +Double_t acc_edep = 0; +Double_t acc_edep2 = 0; + +Double_t Energy; +Double_t BPID; +Char_t Primary; +char *primaryName = new char[32]; +char *type= new char[256]; + +// Read trees and leaves from root file, and give values to variables +TTree* tree = (TTree*) f->Get("tuples/primary_source"); +Float_t number = (Float_t) tree->GetEntries(); + +vector> DSBBPID; + +// For reading species production +tree = (TTree*) f->Get("tuples/damage"); +tree->SetBranchAddress("Primary", &Primary); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("EaqBaseHits", &EB); +tree->SetBranchAddress("EaqStrandHits", &ES); +tree->SetBranchAddress("OHBaseHits", &OHB); +tree->SetBranchAddress("OHStrandHits", &OHS); +tree->SetBranchAddress("HBaseHits", &HB); +tree->SetBranchAddress("HStrandHits", &HS); +tree->SetBranchAddress("TypeClassification", type); +tree->SetBranchAddress("BasePair", &BPID); + + +Long64_t nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_EB += EB; + total_EB2 += pow(EB,2); + total_ES += ES; + total_ES2 += pow(ES,2); + total_OHB += OHB; + total_OHB2 += pow(OHB,2); + total_OHS += OHS; + total_OHS2 += pow(OHS,2); + total_HB += HB; + total_HB2 += pow(HB,2); + total_HS += HS; + total_HS2 += pow(HS,2); + + if((string)type=="DSB"||(string)type=="DSB+"||(string)type=="DSB++"){ + //cout << "DSB:"<GetBinCenter(h1fragments->FindBin(val)); + double binw = h1fragments->GetBinWidth (h1fragments->FindBin(val)); + h1fragments->Fill(val,1./binw/1000);//bp-1 + //cout <<"val:"<Get("tuples/classification"); +tree->SetBranchAddress("Primary",&Primary); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("SSB", &SSB); +tree->SetBranchAddress("SSBp", &SSBp); +tree->SetBranchAddress("2SSB", &SSB2p); +tree->SetBranchAddress("DSB", &DSB); +tree->SetBranchAddress("DSBp", &DSBp); +tree->SetBranchAddress("DSBpp", &DSBpp); + + +Long64_t nentriesC = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_SSBp += SSBp; + total_SSBp2 += pow(SSBp,2); + total_SSB2p += SSB2p; + total_SSB2p2 += pow(SSB2p,2); + total_SSB += SSB; + total_SSB2 += pow(SSB,2); + + total_DSBp += DSBp; + total_DSBp2 += pow(DSBp,2); + total_DSBpp += DSBpp; + total_DSBpp2 += pow(DSBpp,2); + total_DSB += DSB; + total_DSB2 += pow(DSB,2); + + } + +// Calculate the standard deviation +SD_SSB = sqrt(((total_SSB2 / number) - pow(total_SSB / number,2))/(number -1)); +SD_SSBp = sqrt(((total_SSBp2 / number) - pow(total_SSBp / number,2))/(number -1)); +SD_SSB2p = sqrt(((total_SSB2p2 / number) - pow(total_SSB2p / number,2))/(number -1)); + +SD_DSB = sqrt(((total_DSB2 / number) - pow(total_DSB / number,2))/(number -1)); +SD_DSBp = sqrt(((total_DSBp2 / number) - pow(total_DSBp / number,2))/(number -1)); +SD_DSBpp = sqrt(((total_DSBpp2 / number) - pow(total_DSBpp / number,2))/(number -1)); + +// Read damage classification SSBd, SSBi, SSBm, DSBd, DSBi, DSBm, DSBh +// As they have been defined in: Nikjoo, H., O’Neill, O., Goodhead, T., & Terrissol, M. 1997, +// Computational modelling of low-energy electron-induced DNA damage by early physical +// and chemical events, International Journal of Radiation Biology, 71, 467. +tree = (TTree *) f->Get("tuples/source"); +tree->SetBranchAddress("Primary",primaryName); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("SSBd", &SSBd); +tree->SetBranchAddress("SSBi", &SSBi); +tree->SetBranchAddress("SSBm", &SSBm); +tree->SetBranchAddress("DSBd", &DSBd); +tree->SetBranchAddress("DSBi", &DSBi); +tree->SetBranchAddress("DSBm", &DSBm); +tree->SetBranchAddress("DSBh", &DSBh); + +Long64_t nentriesS = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_SSBd += SSBd; + total_SSBd2 += pow((SSBd),2); + total_SSBi += SSBi; + total_SSBi2 += pow((SSBi),2); + total_SSBm += SSBm; + total_SSBm2 += pow((SSBm),2); + total_sSSB += SSBd + SSBi + SSBm; + total_sSSB2 += pow((SSBd+SSBi+SSBm),2); + + total_DSBd += DSBd; + total_DSBd2 += pow(DSBd,2); + total_DSBi += DSBi; + total_DSBi2 += pow(DSBi,2); + total_DSBm += DSBm; + total_DSBm2 += pow(DSBm,2); + total_DSBh += DSBh; + total_DSBh2 += pow(DSBh,2); + total_sDSB += DSBd + DSBi + DSBm + DSBh; + total_sDSB2 += pow((DSBd+DSBi+DSBm+DSBh),2); + + } + +// Calculate the standard deviation +SD_sSSB = sqrt(((total_sSSB2 / number) - pow(total_sSSB / number,2))/(number -1)); +SD_SSBd = sqrt(((total_SSBd2 / number) - pow(total_SSBd / number,2))/(number -1)); +SD_SSBi = sqrt(((total_SSBi2 / number) - pow(total_SSBi / number,2))/(number -1)); +SD_SSBm = sqrt(((total_SSBm2 / number) - pow(total_SSBm / number,2))/(number -1)); + +SD_sDSB = sqrt(((total_sDSB2 / number) - pow(total_sDSB / number,2))/(number -1)); +SD_DSBd = sqrt(((total_DSBd2 / number) - pow(total_DSBd / number,2))/(number -1)); +SD_DSBi = sqrt(((total_DSBi2 / number) - pow(total_DSBi / number,2))/(number -1)); +SD_DSBm = sqrt(((total_DSBm2 / number) - pow(total_DSBm / number,2))/(number -1)); +SD_DSBh = sqrt(((total_DSBh2 / number) - pow(total_DSBh / number,2))/(number -1)); + + +// Measure the Deposited Energy in the whole volume that includes DNA chain (chromosome) + +tree = (TTree *) f->Get("tuples/chromosome_hits"); +tree->SetBranchAddress("e_chromosome_kev",&EnergyDeposited_eV); +nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + acc_edep += EnergyDeposited_eV *1e3; + acc_edep2 += EnergyDeposited_eV *EnergyDeposited_eV *1e6; +} +tree->SetBranchAddress("e_dna_kev",&EnergyDeposited_eV); +nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + acc_edep += EnergyDeposited_eV *1e3; + acc_edep2 += EnergyDeposited_eV *EnergyDeposited_eV *1e6; +} + +// Close the root file to free space +f->Close(); + +// Calculate the absorbed dose +dose = acc_edep * eVtoJ / mass; + +// This is a normalization factor to produce the output in Gy-1 Gbp-1, or else. +// Default value is 1 to produce the result in Gy-1 Mbp-1 +// It changes Mbp to Gbp. Some other changes may be needed in graphs section (name of axes) +double norm = 1; + +// Calculate the yields, together with their standard deviation +EB_yield = (Double_t) total_EB / dose / Nbp; +ES_yield = (Double_t) total_ES / dose / Nbp; +OHB_yield = (Double_t) total_OHB / dose / Nbp; +OHS_yield = (Double_t) total_OHS / dose / Nbp; +HB_yield = (Double_t) total_HB / dose / Nbp; +HS_yield = (Double_t) total_HS / dose / Nbp; + +SD_EB_yield = SD_EB / dose / Nbp; +SD_ES_yield = SD_ES / dose / Nbp; +SD_OHB_yield = SD_OHB / dose / Nbp; +SD_OHS_yield = SD_OHS / dose / Nbp; +SD_HB_yield = SD_HB / dose / Nbp; +SD_HS_yield = SD_HS / dose / Nbp; + + +SSB_yield = (Double_t) norm * total_SSB / dose / Nbp; +SSBp_yield = (Double_t) norm * total_SSBp / dose / Nbp; +SSB2p_yield = (Double_t) norm * total_SSB2p / dose / Nbp; + +DSB_yield = (Double_t) norm * total_DSB / dose / Nbp; +DSBp_yield = (Double_t) norm * total_DSBp / dose / Nbp; +DSBpp_yield = (Double_t) norm * total_DSBpp / dose / Nbp; + +SD_SSB_yield = norm * SD_SSB / dose / Nbp; +SD_SSBp_yield = norm * SD_SSBp / dose / Nbp; +SD_SSB2p_yield = norm * SD_SSB2p / dose / Nbp; + +SD_DSB_yield = norm * SD_DSB / dose / Nbp; +SD_DSBp_yield = norm * SD_DSBp / dose / Nbp; +SD_DSBpp_yield = norm * SD_DSBpp / dose / Nbp; + + +sSSB_yield = (Double_t) norm * total_sSSB / dose / Nbp; +SSBi_yield = (Double_t) norm * total_SSBi / dose / Nbp; +SSBd_yield = (Double_t) norm * total_SSBd / dose / Nbp; +SSBm_yield = (Double_t) norm * total_SSBm / dose / Nbp; + +sDSB_yield = (Double_t) norm * total_sDSB / dose / Nbp; +DSBi_yield = (Double_t) norm * total_DSBi / dose / Nbp; +DSBd_yield = (Double_t) norm * total_DSBd / dose / Nbp; +DSBm_yield = (Double_t) norm * total_DSBm / dose / Nbp; +DSBh_yield = (Double_t) norm * total_DSBh / dose / Nbp; + +SD_sSSB_yield = norm * SD_sSSB / dose / Nbp; +SD_SSBi_yield = norm * SD_SSBi / dose / Nbp; +SD_SSBd_yield = norm * SD_SSBd / dose / Nbp; +SD_SSBm_yield = norm * SD_SSBm / dose / Nbp; + +SD_sDSB_yield = norm * SD_sDSB / dose / Nbp; +SD_DSBi_yield = norm * SD_DSBi / dose / Nbp; +SD_DSBd_yield = norm * SD_DSBd / dose / Nbp; +SD_DSBm_yield = norm * SD_DSBm / dose / Nbp; +SD_DSBh_yield = norm * SD_DSBh / dose / Nbp; + + +// Print output in terminal + +float total_SSB_totalYield = SSB_yield + SSBp_yield + SSB2p_yield; +float total_DSB_totalYield = DSB_yield + DSBp_yield + DSBpp_yield; + +cout<<"\n" <GetCanvas()->cd(); +h1fragments->SetStats(false); +h1fragments->SetMarkerSize(0.1); +h1fragments->SetMarkerColor(kRed); +h1fragments->SetLineColor (kRed); +h1fragments->Scale(1./(Nbp*1e6)); //bp^-1 +h1fragments->SetTitle(""); +h1fragments->SetYTitle("Number of Fragments (bp^{-2})"); +h1fragments->SetXTitle("Fragment Length (kbp)"); +h1fragments->SetAxisRange(1,3e3); +h1fragments->SetMaximum(3e-08); +h1fragments->SetMinimum(1e-12); +h1fragments->Draw(); + + +c1->GetCanvas()->cd(); +pad1->cd(); +const Int_t n = 6; +Double_t x[n] = {1,2,3,4,5,6}; +Double_t y[n] = {EB_yield,ES_yield,OHB_yield,OHS_yield,HB_yield,HS_yield}; +Double_t err_y[n] = {SD_EB_yield,SD_ES_yield,SD_OHB_yield,SD_OHS_yield,SD_HB_yield,SD_HS_yield}; +TGraph* gr = new TGraphErrors(n,x,y,0,err_y); +gr->SetTitle("Species"); +gr->GetXaxis()->SetBinLabel(9, "EaqBaseHits"); +gr->GetXaxis()->SetBinLabel(25,"EaqStrandHits"); +gr->GetXaxis()->SetBinLabel(42,"OHBaseHits"); +gr->GetXaxis()->SetBinLabel(58,"OHStrandHits"); +gr->GetXaxis()->SetBinLabel(75,"HBaseHits"); +gr->GetXaxis()->SetBinLabel(92,"HStrandHits"); +gr->GetYaxis()->SetTitle("Species Hits (Gy^{-1} Mbp^{-1})"); +gr->GetYaxis()->SetTitleOffset(2); + +gr->SetFillColor(49); +gr->Draw("ba"); + + +pad2->cd(); +Double_t x2[n] = {1,2,3,4,5,6}; +Double_t y2[n] = {SSBp_yield,SSB2p_yield,SSB_yield,DSBp_yield,DSBpp_yield,DSB_yield}; +Double_t err_y2[n] = {SD_SSBp_yield,SD_SSB2p_yield,SD_SSB_yield,SD_DSBp_yield,SD_DSBpp_yield,SD_DSB_yield}; +TGraph* gr2 = new TGraphErrors(n,x2,y2,0,err_y2); +gr2->SetTitle("Damage Yield"); +gr2->GetXaxis()->SetBinLabel(9, "SSB+"); +gr2->GetXaxis()->SetBinLabel(25,"2SSB"); +gr2->GetXaxis()->SetBinLabel(42,"SSB"); +gr2->GetXaxis()->SetBinLabel(58,"DSB+"); +gr2->GetXaxis()->SetBinLabel(75,"DSB++"); +gr2->GetXaxis()->SetBinLabel(92,"DSB"); +gr2->GetYaxis()->SetTitle("Damage yield (Gy^{-1} Mbp^{-1})"); +//gr2->GetYaxis()->SetTitle("Damage yield (Gy^{-1} Gbp^{-1})"); +gr2->GetYaxis()->SetTitleOffset(2); + +gr2->SetFillColor(8); +gr2->Draw("ba"); + + +pad3->cd(); +const Int_t m = 4; +Double_t x3[m] = {1,2,3,4}; +Double_t y3[m] = {SSBd_yield,SSBi_yield,SSBm_yield,sSSB_yield}; +Double_t err_y3[m] = {SD_SSBd_yield,SD_SSBi_yield,SD_SSBm_yield,SD_sSSB_yield}; +TGraph* gr3 = new TGraphErrors(m,x3,y3,0,err_y3); +gr3->SetTitle("Breaks Yield"); +gr3->GetXaxis()->SetBinLabel(8, "SSB direct"); +gr3->GetXaxis()->SetBinLabel(35,"SSB indirect"); +gr3->GetXaxis()->SetBinLabel(64,"SSB mixed"); +gr3->GetXaxis()->SetBinLabel(92,"SSB all"); +gr3->GetYaxis()->SetTitle("Breaks yield (Gy^{-1} Mbp^{-1})"); +//gr3->GetYaxis()->SetTitle("SSB yield (Gy^{-1} Gbp^{-1})"); +gr3->GetYaxis()->SetTitleOffset(2); + +gr3->SetFillColor(7); +gr3->Draw("ba"); + + +pad4->cd(); +const Int_t k = 5; +Double_t x4[k] = {1,2,3,4,5}; +Double_t y4[k] = {DSBd_yield,DSBi_yield,DSBm_yield,DSBh_yield,sDSB_yield}; +Double_t err_y4[k] = {SD_DSBd_yield,SD_DSBi_yield,SD_DSBm_yield,SD_DSBh_yield,SD_sDSB_yield}; +TGraph* gr4 = new TGraphErrors(k,x4,y4,0,err_y4); +gr4->SetTitle("Breaks Yield"); +gr4->GetXaxis()->SetBinLabel(8,"DSB direct"); +gr4->GetXaxis()->SetBinLabel(29,"DSB indirect"); +gr4->GetXaxis()->SetBinLabel(50,"DSB mixed"); +gr4->GetXaxis()->SetBinLabel(71,"DSB hybrid"); +gr4->GetXaxis()->SetBinLabel(92,"DSB all"); +gr4->GetYaxis()->SetTitle("Breaks yield (Gy^{-1} Mbp^{-1})"); +//gr4->GetYaxis()->SetTitle("DSB yield (Gy^{-1} Gbp^{-1})"); +gr4->GetYaxis()->SetTitleOffset(2); + +gr4->SetFillColor(4); +gr4->Draw("ba"); + +} + +// Some important bools that are needed to run the root macro file +bool greaterPair(const ipair& l, const ipair& r){return l.second > r.second;} +bool smallerPair(const ipair& l, const ipair& r){return l.second < r.second;} + +void BinLogX(TH1 *h) { + TAxis *axis = h->GetXaxis(); + int bins = axis->GetNbins(); + Axis_t from = axis->GetXmin(); + Axis_t to = axis->GetXmax(); + Axis_t width = (to - from) / bins; + Axis_t *new_bins = new Axis_t[bins + 1]; + for (int i = 0; i <= bins; i++) { + new_bins[i] = TMath::Power(10, from + i * width); + } + axis->Set(bins, new_bins); + delete[] new_bins; + +} diff --git a/examples/extended/medical/dna/moleculardna/ecoli.mac b/examples/extended/medical/dna/moleculardna/ecoli.mac new file mode 100644 index 0000000000..1af9411c95 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/ecoli.mac @@ -0,0 +1,73 @@ +/run/verbose 2 +/control/verbose 1 +/dnageom/verbose 1 +#/tracking/verbose 2 + +/world/worldSize 8 um + +/dnageom/setSmartVoxels 20 + +/dnageom/radicalKillDistance 6 nm +/dnageom/interactionDirectRange 6 angstrom + +/dnageom/placementSize 50 50 50 nm +/dnageom/fractalScaling 50 50 50 nm + +/dnageom/definitionFile geometries/bacteria-XFXFXFX-4.txt +/dnageom/placementVolume turn geometries/4strands_50nm_turn.txt +/dnageom/placementVolume turntwist geometries/4strands_50nm_turn.txt true +/dnageom/placementVolume straight geometries/4strands_50nm_straight.txt + +/chem/activate true +/scheduler/verbose 1 + +/dnadamage/directDamageLower 17.5 eV +/dnadamage/directDamageUpper 17.5 eV + +/dnadamage/indirectOHBaseChance 1.0 +/dnadamage/indirectOHStrandChance 0.42 +/dnadamage/inductionOHChance 0.05 + +/dnadamage/indirectHBaseChance 1.0 +/dnadamage/indirectHStrandChance 1.0 +/dnadamage/inductionHChance 0.00 + +/dnadamage/indirectEaqBaseChance 1.0 +/dnadamage/indirectEaqStrandChance 1.0 +/dnadamage/inductionEaqChance 0.00 + + +/chromosome/add bacteria ellipse 950 400 400 0 0 0 nm 0 0 0 +# /chromosome/add bacteria rod 450 950 25 0 0 nm 0 90 0 + + +#/chromosome/plotData chromosome.txt +#/dnatests/chromosome + +/analysisDNA/saveStrands true +/analysisDNA/strandDir ./damage_maps/ + +/run/initialize + +/dnatests/uniqueid + +/dnatests/basepairs + +/run/printProgress 1 + +# Source Geometry + +/gps/pos/type Surface +/gps/pos/shape Ellipsoid +/gps/pos/centre 0 0 0 nm +/gps/pos/halfx 950 nm +/gps/pos/halfy 400 nm +/gps/pos/halfz 400 nm +/gps/ang/type cos + +# Source Energy + +/gps/particle e- +/gps/energy 9.999 keV + +/run/beamOn 1000 diff --git a/examples/extended/medical/dna/moleculardna/human_cell.C b/examples/extended/medical/dna/moleculardna/human_cell.C new file mode 100644 index 0000000000..4661953cf5 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/human_cell.C @@ -0,0 +1,562 @@ +//-------------------------------------------------------------------------------// +// This macrofile was developed by Konstantinos Chatzipapas at LP2iB (ex. CENBG) // +// in collaboration with the whole team of molecularDNA Geant4-DNA example // +// Publication: .................................... // +// For any question please contact through: // +// chatzipa@cenbg.in2p3.fr (or k.chatzipapas@yahoo.com) // +//-------------------------------------------------------------------------------// + +// This macro requires the molecular-dna.root file generated from molecularDNA example +// To run this file just insert this command to the terminal: +// root .X analysis.C +// ROOT6.x should be installed + +//***************************************// +// Please define the parameters below // +// ifile, r3, Nbp (as shown in terminal) // +//***************************************// + +{ +//*******************************************************************************// +// If you need to add multiple root outputs, by multithreading, use this command: +system ("hadd -O -f moleXcular-dna.root molecular-dna_t*.root"); + +// Define these parameters of the simulation +char ifile[256] = "molecular-dna.root"; // input filepath +Double_t r3 = 7100e-9 * 2500e-9 * 7100e-9; // a * b * c // Chromosome size, as defined in the mac file, but in meters. If sphere, a=b=c +Double_t Nbp = 6405.886128; // Mbp // Length of the DNA chain in Mbp +Double_t mass = 997 * 4 * 3.141592 * r3 / 3 ; // waterDensity * 4/3 * pi * r3 in kg +/////////////////////////////////////////////////////////////////////////////////// +//*******************************************************************************// + +typedef std::pair ipair; +bool greaterPair(const ipair &l, const ipair &r); +bool smallerPair(const ipair &l, const ipair &r); + +void BinLogX(TH1 *h); + +gROOT->Reset(); +gStyle->SetPalette(1); +gROOT->SetStyle("Plain"); +gStyle->SetOptStat(00000); + +// Initialize output histograms +TCanvas *cfragment = new TCanvas("cfragment","DNA Fragments Distribution", 900, 120, 600,400); +cfragment->SetLogx(); +cfragment->SetLogy(); +TH1F *h1fragments = new TH1F("h1fragments","h1fragments",40,0,5); +BinLogX(h1fragments); + +TCanvas *c1 = new TCanvas("c1", "Molecular DNA - Damage Quantification", 60, 120, 800, 800); +c1->SetBorderSize(0); +c1->SetFillColor(0); +c1->SetFillStyle(4000); +gPad->SetLeftMargin(0.13); + +TPad* pad1 = new TPad("pad1","Species", 0, 0.51, 0.49, 1); +pad1->SetBorderSize(0); +pad1->SetFillColor(0); +pad1->SetFillStyle(4000); +pad1->SetLeftMargin(0.15); +pad1->SetRightMargin(0.01); +pad1->SetBottomMargin(0.2); + +TPad* pad2 = new TPad("pad2","Damage Yield", 0.51, 0.5, 1, 1); +pad2->SetBorderSize(0); +pad2->SetFillColor(0); +pad2->SetFillStyle(4000); +pad2->SetLeftMargin(0.15); +pad2->SetRightMargin(0.05); +pad2->SetBottomMargin(0.2); + +TPad* pad3 = new TPad("pad3","Breaks Yield SSB", 0, 0, 0.49, 0.49); +pad3->SetBorderSize(0); +pad3->SetFillColor(0); +pad3->SetFillStyle(4000); +pad3->SetLeftMargin(0.15); +pad3->SetRightMargin(0.01); +//pad3->SetTopMargin(0.2); +pad3->SetBottomMargin(0.2); + +TPad* pad4 = new TPad("pad4","Breaks Yield DSB", 0.51, 0, 1, 0.49); +pad4->SetBorderSize(0); +pad4->SetFillColor(0); +pad4->SetFillStyle(4000); +pad4->SetLeftMargin(0.15); +pad4->SetRightMargin(0.05); +//pad3->SetTopMargin(0.2); +pad4->SetBottomMargin(0.2); + +pad1->Draw(); +pad2->Draw(); +pad3->Draw(); +pad4->Draw(); + +// Open root file +TFile *f = TFile::Open(ifile); + +// Initialize Variables +Int_t EB, ES, OHB, OHS, HB, HS, FL; +Int_t total_EB, total_ES, total_OHB, total_OHS, total_HB, total_HS, total_FL; +Float_t total_EB2, total_ES2, total_OHB2, total_OHS2, total_HB2, total_HS2, total_FL2; +Float_t SD_EB, SD_ES, SD_OHB, SD_OHS, SD_HB, SD_HS; +Float_t SD_SSB, SD_SSBp, SD_SSB2p, SD_sSSB, SD_SSBd, SD_SSBi; +Float_t SD_DSB, SD_DSBp, SD_DSBpp, SD_sDSB, SD_DSBd, SD_DSBi, SD_DSBm, SD_DSBh; + +Int_t SSB, SSBp, SSB2p; +Int_t total_SSB, total_SSBp, total_SSB2p; +Float_t total_SSB2, total_SSBp2, total_SSB2p2; +Int_t DSB, DSBp, DSBpp; +Int_t total_DSB, total_DSBp, total_DSBpp; +Float_t total_DSB2, total_DSBp2, total_DSBpp2; + +Int_t SSBd, SSBi, SSBm; +Int_t total_sSSB, total_SSBd, total_SSBi, total_SSBm; +Float_t total_sSSB2, total_SSBd2, total_SSBi2, total_SSBm2; +Int_t DSBd, DSBi, DSBm, DSBh; +Int_t total_sDSB, total_DSBd, total_DSBi, total_DSBm, total_DSBh; +Float_t total_sDSB2, total_DSBd2, total_DSBi2, total_DSBm2, total_DSBh2; + +Double_t dose = 0; +Double_t SD_dose = 0; + +Double_t EB_yield = 0; Double_t ES_yield = 0; Double_t OHB_yield = 0; Double_t OHS_yield = 0; Double_t HB_yield = 0; Double_t HS_yield = 0; +Double_t SD_EB_yield = 0; Double_t SD_ES_yield = 0; Double_t SD_OHB_yield = 0; Double_t SD_OHS_yield = 0; Double_t SD_HB_yield = 0; Double_t SD_HS_yield = 0; + +Double_t SSB_yield = 0; Double_t SSBp_yield = 0; Double_t SSB2p_yield = 0; +Double_t SD_SSB_yield = 0; Double_t SD_SSBp_yield = 0; Double_t SD_SSB2p_yield = 0; +Double_t DSB_yield = 0; Double_t DSBp_yield = 0; Double_t DSBpp_yield = 0; +Double_t SD_DSB_yield = 0; Double_t SD_DSBp_yield = 0; Double_t SD_DSBpp_yield = 0; + +Double_t sSSB_yield = 0; Double_t SSBi_yield = 0; Double_t SSBd_yield = 0; Double_t SSBm_yield = 0; +Double_t SD_sSSB_yield = 0; Double_t SD_SSBi_yield = 0; Double_t SD_SSBd_yield = 0; Double_t SD_SSBm_yield = 0; +Double_t sDSB_yield = 0; Double_t DSBi_yield = 0; Double_t DSBd_yield = 0; Double_t DSBm_yield = 0; Double_t DSBh_yield = 0; +Double_t SD_sDSB_yield = 0; Double_t SD_DSBi_yield = 0; Double_t SD_DSBd_yield = 0; Double_t SD_DSBm_yield = 0; Double_t SD_DSBh_yield = 0; + +total_EB = 0; total_ES = 0; total_OHB = 0; total_OHS = 0; total_HB = 0; total_HS = 0; + +total_SSB = 0; total_SSBp = 0; total_SSB2p = 0; +total_SSB2 = 0; total_SSBp2 = 0; total_SSB2p2 = 0; +total_DSB = 0; total_DSBp = 0; total_DSBpp = 0; +total_DSB2 = 0; total_DSBp2 = 0; total_DSBpp2 = 0; + +total_sSSB = 0; total_SSBd = 0; total_SSBi = 0; total_SSBm = 0; +total_sSSB2 = 0; total_SSBd2 = 0; total_SSBi2 = 0; total_SSBm2 = 0; +total_sDSB = 0; total_DSBd = 0; total_DSBi = 0; total_DSBm = 0; total_DSBh = 0; +total_sDSB2 = 0; total_DSBd2 = 0; total_DSBi2 = 0; total_DSBm2 = 0; total_DSBh2 = 0; + +Double_t eVtoJ = 1.60218e-19; +Double_t EnergyDeposited_eV = 0; +Double_t acc_edep = 0; +Double_t acc_edep2 = 0; + +Double_t Energy; +Double_t BPID; +Char_t Primary; +char *primaryName = new char[32]; +char *type= new char[256]; + +// Read trees and leaves from root file, and give values to variables +TTree* tree = (TTree*) f->Get("tuples/primary_source"); +Float_t number = (Float_t) tree->GetEntries(); + +vector> DSBBPID; + +// For reading species production +tree = (TTree*) f->Get("tuples/damage"); +tree->SetBranchAddress("Primary", &Primary); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("EaqBaseHits", &EB); +tree->SetBranchAddress("EaqStrandHits", &ES); +tree->SetBranchAddress("OHBaseHits", &OHB); +tree->SetBranchAddress("OHStrandHits", &OHS); +tree->SetBranchAddress("HBaseHits", &HB); +tree->SetBranchAddress("HStrandHits", &HS); +tree->SetBranchAddress("TypeClassification", type); +tree->SetBranchAddress("BasePair", &BPID); + + +Long64_t nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_EB += EB; + total_EB2 += pow(EB,2); + total_ES += ES; + total_ES2 += pow(ES,2); + total_OHB += OHB; + total_OHB2 += pow(OHB,2); + total_OHS += OHS; + total_OHS2 += pow(OHS,2); + total_HB += HB; + total_HB2 += pow(HB,2); + total_HS += HS; + total_HS2 += pow(HS,2); + + if((string)type=="DSB"||(string)type=="DSB+"||(string)type=="DSB++"){ + //cout << "DSB:"<GetBinCenter(h1fragments->FindBin(val)); + double binw = h1fragments->GetBinWidth (h1fragments->FindBin(val)); + h1fragments->Fill(val,1./binw/1000);//bp-1 + //cout <<"val:"<Get("tuples/classification"); +tree->SetBranchAddress("Primary",&Primary); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("SSB", &SSB); +tree->SetBranchAddress("SSBp", &SSBp); +tree->SetBranchAddress("2SSB", &SSB2p); +tree->SetBranchAddress("DSB", &DSB); +tree->SetBranchAddress("DSBp", &DSBp); +tree->SetBranchAddress("DSBpp", &DSBpp); + + +Long64_t nentriesC = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_SSBp += SSBp; + total_SSBp2 += pow(SSBp,2); + total_SSB2p += SSB2p; + total_SSB2p2 += pow(SSB2p,2); + total_SSB += SSB; + total_SSB2 += pow(SSB,2); + + total_DSBp += DSBp; + total_DSBp2 += pow(DSBp,2); + total_DSBpp += DSBpp; + total_DSBpp2 += pow(DSBpp,2); + total_DSB += DSB; + total_DSB2 += pow(DSB,2); + + } + +// Calculate the standard deviation +SD_SSB = sqrt(((total_SSB2 / number) - pow(total_SSB / number,2))/(number -1)); +SD_SSBp = sqrt(((total_SSBp2 / number) - pow(total_SSBp / number,2))/(number -1)); +SD_SSB2p = sqrt(((total_SSB2p2 / number) - pow(total_SSB2p / number,2))/(number -1)); + +SD_DSB = sqrt(((total_DSB2 / number) - pow(total_DSB / number,2))/(number -1)); +SD_DSBp = sqrt(((total_DSBp2 / number) - pow(total_DSBp / number,2))/(number -1)); +SD_DSBpp = sqrt(((total_DSBpp2 / number) - pow(total_DSBpp / number,2))/(number -1)); + +// Read damage classification SSBd, SSBi, SSBm, DSBd, DSBi, DSBm, DSBh +// As they have been defined in: Nikjoo, H., O’Neill, O., Goodhead, T., & Terrissol, M. 1997, +// Computational modelling of low-energy electron-induced DNA damage by early physical +// and chemical events, International Journal of Radiation Biology, 71, 467. +tree = (TTree *) f->Get("tuples/source"); +tree->SetBranchAddress("Primary",primaryName); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("SSBd", &SSBd); +tree->SetBranchAddress("SSBi", &SSBi); +tree->SetBranchAddress("SSBm", &SSBm); +tree->SetBranchAddress("DSBd", &DSBd); +tree->SetBranchAddress("DSBi", &DSBi); +tree->SetBranchAddress("DSBm", &DSBm); +tree->SetBranchAddress("DSBh", &DSBh); + +Long64_t nentriesS = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_SSBd += SSBd; + total_SSBd2 += pow((SSBd),2); + total_SSBi += SSBi; + total_SSBi2 += pow((SSBi),2); + total_SSBm += SSBm; + total_SSBm2 += pow((SSBm),2); + total_sSSB += SSBd + SSBi + SSBm; + total_sSSB2 += pow((SSBd+SSBi+SSBm),2); + + total_DSBd += DSBd; + total_DSBd2 += pow(DSBd,2); + total_DSBi += DSBi; + total_DSBi2 += pow(DSBi,2); + total_DSBm += DSBm; + total_DSBm2 += pow(DSBm,2); + total_DSBh += DSBh; + total_DSBh2 += pow(DSBh,2); + total_sDSB += DSBd + DSBi + DSBm + DSBh; + total_sDSB2 += pow((DSBd+DSBi+DSBm+DSBh),2); + + } + +// Calculate the standard deviation +SD_sSSB = sqrt(((total_sSSB2 / number) - pow(total_sSSB / number,2))/(number -1)); +SD_SSBd = sqrt(((total_SSBd2 / number) - pow(total_SSBd / number,2))/(number -1)); +SD_SSBi = sqrt(((total_SSBi2 / number) - pow(total_SSBi / number,2))/(number -1)); +SD_SSBm = sqrt(((total_SSBm2 / number) - pow(total_SSBm / number,2))/(number -1)); + +SD_sDSB = sqrt(((total_sDSB2 / number) - pow(total_sDSB / number,2))/(number -1)); +SD_DSBd = sqrt(((total_DSBd2 / number) - pow(total_DSBd / number,2))/(number -1)); +SD_DSBi = sqrt(((total_DSBi2 / number) - pow(total_DSBi / number,2))/(number -1)); +SD_DSBm = sqrt(((total_DSBm2 / number) - pow(total_DSBm / number,2))/(number -1)); +SD_DSBh = sqrt(((total_DSBh2 / number) - pow(total_DSBh / number,2))/(number -1)); + + +// Measure the Deposited Energy in the whole volume that includes DNA chain (chromosome) + +tree = (TTree *) f->Get("tuples/chromosome_hits"); +tree->SetBranchAddress("e_chromosome_kev",&EnergyDeposited_eV); +nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + acc_edep += EnergyDeposited_eV *1e3; + acc_edep2 += EnergyDeposited_eV *EnergyDeposited_eV *1e6; +} +tree->SetBranchAddress("e_dna_kev",&EnergyDeposited_eV); +nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + acc_edep += EnergyDeposited_eV *1e3; + acc_edep2 += EnergyDeposited_eV *EnergyDeposited_eV *1e6; +} + +// Close the root file to free space +f->Close(); + +// Calculate the absorbed dose +dose = acc_edep * eVtoJ / mass; + +// This is a normalization factor to produce the output in Gy-1 Gbp-1, or else. +// Default value is 1 to produce the result in Gy-1 Mbp-1 +// It changes Mbp to Gbp. Some other changes may be needed in graphs section (name of axes) +double norm = 1000; + +// Calculate the yields, together with their standard deviation +EB_yield = (Double_t) total_EB / dose / Nbp; +ES_yield = (Double_t) total_ES / dose / Nbp; +OHB_yield = (Double_t) total_OHB / dose / Nbp; +OHS_yield = (Double_t) total_OHS / dose / Nbp; +HB_yield = (Double_t) total_HB / dose / Nbp; +HS_yield = (Double_t) total_HS / dose / Nbp; + +SD_EB_yield = SD_EB / dose / Nbp; +SD_ES_yield = SD_ES / dose / Nbp; +SD_OHB_yield = SD_OHB / dose / Nbp; +SD_OHS_yield = SD_OHS / dose / Nbp; +SD_HB_yield = SD_HB / dose / Nbp; +SD_HS_yield = SD_HS / dose / Nbp; + + +SSB_yield = (Double_t) norm * total_SSB / dose / Nbp; +SSBp_yield = (Double_t) norm * total_SSBp / dose / Nbp; +SSB2p_yield = (Double_t) norm * total_SSB2p / dose / Nbp; + +DSB_yield = (Double_t) norm * total_DSB / dose / Nbp; +DSBp_yield = (Double_t) norm * total_DSBp / dose / Nbp; +DSBpp_yield = (Double_t) norm * total_DSBpp / dose / Nbp; + +SD_SSB_yield = norm * SD_SSB / dose / Nbp; +SD_SSBp_yield = norm * SD_SSBp / dose / Nbp; +SD_SSB2p_yield = norm * SD_SSB2p / dose / Nbp; + +SD_DSB_yield = norm * SD_DSB / dose / Nbp; +SD_DSBp_yield = norm * SD_DSBp / dose / Nbp; +SD_DSBpp_yield = norm * SD_DSBpp / dose / Nbp; + + +sSSB_yield = (Double_t) norm * total_sSSB / dose / Nbp; +SSBi_yield = (Double_t) norm * total_SSBi / dose / Nbp; +SSBd_yield = (Double_t) norm * total_SSBd / dose / Nbp; +SSBm_yield = (Double_t) norm * total_SSBm / dose / Nbp; + +sDSB_yield = (Double_t) norm * total_sDSB / dose / Nbp; +DSBi_yield = (Double_t) norm * total_DSBi / dose / Nbp; +DSBd_yield = (Double_t) norm * total_DSBd / dose / Nbp; +DSBm_yield = (Double_t) norm * total_DSBm / dose / Nbp; +DSBh_yield = (Double_t) norm * total_DSBh / dose / Nbp; + +SD_sSSB_yield = norm * SD_sSSB / dose / Nbp; +SD_SSBi_yield = norm * SD_SSBi / dose / Nbp; +SD_SSBd_yield = norm * SD_SSBd / dose / Nbp; +SD_SSBm_yield = norm * SD_SSBm / dose / Nbp; + +SD_sDSB_yield = norm * SD_sDSB / dose / Nbp; +SD_DSBi_yield = norm * SD_DSBi / dose / Nbp; +SD_DSBd_yield = norm * SD_DSBd / dose / Nbp; +SD_DSBm_yield = norm * SD_DSBm / dose / Nbp; +SD_DSBh_yield = norm * SD_DSBh / dose / Nbp; + + +// Print output in terminal + +float total_SSB_totalYield = SSB_yield + SSBp_yield + SSB2p_yield; +float total_DSB_totalYield = DSB_yield + DSBp_yield + DSBpp_yield; + +cout<<"\n" <GetCanvas()->cd(); +h1fragments->SetStats(false); +h1fragments->SetMarkerSize(0.1); +h1fragments->SetMarkerColor(kRed); +h1fragments->SetLineColor (kRed); +h1fragments->Scale(1./(Nbp*1e6)); //bp^-1 +h1fragments->SetTitle(""); +h1fragments->SetYTitle("Number of Fragments (bp^{-2})"); +h1fragments->SetXTitle("Fragment Length (kbp)"); +h1fragments->SetAxisRange(10,1e4); +h1fragments->SetMaximum(3e-11); +h1fragments->SetMinimum(1e-15); +h1fragments->Draw(); + + +c1->GetCanvas()->cd(); +pad1->cd(); +const Int_t n = 6; +Double_t x[n] = {1,2,3,4,5,6}; +Double_t y[n] = {EB_yield,ES_yield,OHB_yield,OHS_yield,HB_yield,HS_yield}; +Double_t err_y[n] = {SD_EB_yield,SD_ES_yield,SD_OHB_yield,SD_OHS_yield,SD_HB_yield,SD_HS_yield}; +TGraph* gr = new TGraphErrors(n,x,y,0,err_y); +gr->SetTitle("Species"); +gr->GetXaxis()->SetBinLabel(9, "EaqBaseHits"); +gr->GetXaxis()->SetBinLabel(25,"EaqStrandHits"); +gr->GetXaxis()->SetBinLabel(42,"OHBaseHits"); +gr->GetXaxis()->SetBinLabel(58,"OHStrandHits"); +gr->GetXaxis()->SetBinLabel(75,"HBaseHits"); +gr->GetXaxis()->SetBinLabel(92,"HStrandHits"); +gr->GetYaxis()->SetTitle("Species Hits (Gy^{-1} Mbp^{-1})"); +gr->GetYaxis()->SetTitleOffset(2); + +gr->SetFillColor(49); +gr->Draw("ba"); + + +pad2->cd(); +Double_t x2[n] = {1,2,3,4,5,6}; +Double_t y2[n] = {SSBp_yield,SSB2p_yield,SSB_yield,DSBp_yield,DSBpp_yield,DSB_yield}; +Double_t err_y2[n] = {SD_SSBp_yield,SD_SSB2p_yield,SD_SSB_yield,SD_DSBp_yield,SD_DSBpp_yield,SD_DSB_yield}; +TGraph* gr2 = new TGraphErrors(n,x2,y2,0,err_y2); +gr2->SetTitle("Damage Yield"); +gr2->GetXaxis()->SetBinLabel(9, "SSB+"); +gr2->GetXaxis()->SetBinLabel(25,"2SSB"); +gr2->GetXaxis()->SetBinLabel(42,"SSB"); +gr2->GetXaxis()->SetBinLabel(58,"DSB+"); +gr2->GetXaxis()->SetBinLabel(75,"DSB++"); +gr2->GetXaxis()->SetBinLabel(92,"DSB"); +//gr2->GetYaxis()->SetTitle("Damage yield (Gy^{-1} Mbp^{-1})"); +gr2->GetYaxis()->SetTitle("Damage yield (Gy^{-1} Gbp^{-1})"); +gr2->GetYaxis()->SetTitleOffset(2); + +gr2->SetFillColor(8); +gr2->Draw("ba"); + + +pad3->cd(); +const Int_t m = 4; +Double_t x3[m] = {1,2,3,4}; +Double_t y3[m] = {SSBd_yield,SSBi_yield,SSBm_yield,sSSB_yield}; +Double_t err_y3[m] = {SD_SSBd_yield,SD_SSBi_yield,SD_SSBm_yield,SD_sSSB_yield}; +TGraph* gr3 = new TGraphErrors(m,x3,y3,0,err_y3); +gr3->SetTitle("Breaks Yield"); +gr3->GetXaxis()->SetBinLabel(8, "SSB direct"); +gr3->GetXaxis()->SetBinLabel(35,"SSB indirect"); +gr3->GetXaxis()->SetBinLabel(64,"SSB mixed"); +gr3->GetXaxis()->SetBinLabel(92,"SSB all"); +//gr3->GetYaxis()->SetTitle("Breaks yield (Gy^{-1} Mbp^{-1})"); +gr3->GetYaxis()->SetTitle("SSB yield (Gy^{-1} Gbp^{-1})"); +gr3->GetYaxis()->SetTitleOffset(2); + +gr3->SetFillColor(7); +gr3->Draw("ba"); + + +pad4->cd(); +const Int_t k = 5; +Double_t x4[k] = {1,2,3,4,5}; +Double_t y4[k] = {DSBd_yield,DSBi_yield,DSBm_yield,DSBh_yield,sDSB_yield}; +Double_t err_y4[k] = {SD_DSBd_yield,SD_DSBi_yield,SD_DSBm_yield,SD_DSBh_yield,SD_sDSB_yield}; +TGraph* gr4 = new TGraphErrors(k,x4,y4,0,err_y4); +gr4->SetTitle("Breaks Yield"); +gr4->GetXaxis()->SetBinLabel(8,"DSB direct"); +gr4->GetXaxis()->SetBinLabel(29,"DSB indirect"); +gr4->GetXaxis()->SetBinLabel(50,"DSB mixed"); +gr4->GetXaxis()->SetBinLabel(71,"DSB hybrid"); +gr4->GetXaxis()->SetBinLabel(92,"DSB all"); +//gr4->GetYaxis()->SetTitle("Breaks yield (Gy^{-1} Mbp^{-1})"); +gr4->GetYaxis()->SetTitle("DSB yield (Gy^{-1} Gbp^{-1})"); +gr4->GetYaxis()->SetTitleOffset(2); + +gr4->SetFillColor(4); +gr4->Draw("ba"); + +} + +// Some important bools that are needed to run the root macro file +bool greaterPair(const ipair& l, const ipair& r){return l.second > r.second;} +bool smallerPair(const ipair& l, const ipair& r){return l.second < r.second;} + +void BinLogX(TH1 *h) { + TAxis *axis = h->GetXaxis(); + int bins = axis->GetNbins(); + Axis_t from = axis->GetXmin(); + Axis_t to = axis->GetXmax(); + Axis_t width = (to - from) / bins; + Axis_t *new_bins = new Axis_t[bins + 1]; + for (int i = 0; i <= bins; i++) { + new_bins[i] = TMath::Power(10, from + i * width); + } + axis->Set(bins, new_bins); + delete[] new_bins; + +} diff --git a/examples/extended/medical/dna/moleculardna/human_cell.mac b/examples/extended/medical/dna/moleculardna/human_cell.mac new file mode 100644 index 0000000000..50aac54ba5 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/human_cell.mac @@ -0,0 +1,60 @@ +/process/dna/e-SolvationSubType Meesungnoen2002 +#/process/dna/e-SolvationSubType Ritchie1994 +#/process/dna/e-SolvationSubType Terrisol1990 + +/run/verbose 1 +/control/verbose 1 + +/world/worldSize 50 um +/cell/radiusSize 14 2.5 14 um +/scheduler/endTime 5.0 ns +/scheduler/maxNullTimeSteps 10000000 +/dnageom/radicalKillDistance 9 nm +/dnageom/interactionDirectRange 3.5 angstrom + +/dnageom/placementSize 75 75 75 nm +/dnageom/fractalScaling 75 75 75 nm +/dnageom/definitionFile geometries/cube-centred-X-8.txt +/dnageom/placementVolume turn geometries/turned_solenoid_750_withHistone.txt +/dnageom/placementVolume turntwist geometries/turned_twisted_solenoid_750_withHistone.txt true +/dnageom/placementVolume straight geometries/straight_solenoid_750_withHistone.txt + +/dnadamage/directDamageLower 5 eV +/dnadamage/directDamageUpper 37.5 eV + +/dnadamage/indirectOHBaseChance 1.0 +/dnadamage/indirectOHStrandChance 0.405 +/dnadamage/inductionOHChance 0.00 + +/dnadamage/indirectHBaseChance 1.0 +/dnadamage/indirectHStrandChance 0.0 +/dnadamage/inductionHChance 0.00 + +/dnadamage/indirectEaqBaseChance 1.0 +/dnadamage/indirectEaqStrandChance 0.0 +/dnadamage/inductionEaqChance 0.00 + + +/chromosome/add cell ellipse 7100 2500 7100 0 0 0 nm 0 0 0 +#/chromosome/add cell sphere 3000 0 0 0 nm + +/run/initialize +/run/printProgress 10 + +# Source Geometry +/gps/pos/type Plane +/gps/pos/shape Circle +/gps/pos/centre 0 3000 0 nm +/gps/pos/rot1 0 0 1 +/gps/pos/rot2 1 0 0 +/gps/pos/radius 7100 nm +/gps/direction 0 -1 0 + +# Source Energy +/gps/particle proton + +/analysisDNA/fileName 50MeV +/gps/energy 50 MeV +/run/beamOn 2 + + diff --git a/examples/extended/medical/dna/moleculardna/include/ActionInitialization.hh b/examples/extended/medical/dna/moleculardna/include/ActionInitialization.hh new file mode 100644 index 0000000000..178231a6dc --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/ActionInitialization.hh @@ -0,0 +1,52 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file ActionInitialization.hh +/// \brief Molecular DNA Action Initialization + +#ifndef MOLECULAR_ACTION_INITIALIZATION_HH +#define MOLECULAR_ACTION_INITIALIZATION_HH + +#include "G4VUserActionInitialization.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ActionInitialization : public G4VUserActionInitialization +{ + public: + ActionInitialization(); + + ~ActionInitialization() override; + + void BuildForMaster() const override; + + void Build() const override; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_ACTION_INITIALIZATION_HH diff --git a/examples/extended/medical/dna/moleculardna/include/AnalysisManager.hh b/examples/extended/medical/dna/moleculardna/include/AnalysisManager.hh new file mode 100644 index 0000000000..04542333cb --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/AnalysisManager.hh @@ -0,0 +1,279 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_ANALYSIS_MANAGER_HH +#define MOLECULAR_ANALYSIS_MANAGER_HH + +#include "globals.hh" +#include "G4RootAnalysisManager.hh" +#include "G4AnalysisManager.hh" +#include "G4ThreeVector.hh" +#include "G4OH.hh" +#include "G4Electron_aq.hh" +#include "G4Hydrogen.hh" + +#include +#include + +class ChromosomeHit; + +class DNAHit; + +class AnalysisMessenger; + +class DNAGeometry; + +struct BasePairDamageRecord +{ + G4double fStrand1Energy = 0; + G4double fStrand2Energy = 0; + G4double fBp1Energy = 0; + G4double fBp2Energy = 0; + G4bool fBp1IndirectDmg = false; + G4bool fBp2IndirectDmg = false; + G4bool fStrand1IndirectDmg = false; + G4bool fStrand2IndirectDmg = false; + G4bool fBp1IndirectEvt = false; + G4bool fBp2IndirectEvt = false; + G4bool fStrand1IndirectEvt = false; + G4bool fStrand2IndirectEvt = false; + G4bool fbp1DirectDmg = false; + G4bool fbp2DirectDmg = false; + G4bool fStrand1DirectDmg = false; + G4bool fStrand2DirectDmg = false; + G4bool fbp1InducedBreak = false; + G4bool fbp2InducedBreak = false; +}; + +//exp +enum complexityEnum +{ + SSB, + SSBplus, + twoSSB, + DSB, + DSBplus, + DSBplusplus, + NoneComplexity +}; + +enum sourceEnum +{ + SSBd, + SSBi, + SSBm, + DSBh, + DSBm, + DSBd, + DSBi, + undefined +}; +// + +struct DamageClassification +{ + complexityEnum fComplexity = NoneComplexity; + sourceEnum fSource = undefined; + G4int fbaseDmg = 0; + G4int fStrandDmg = 0; + G4int fDirectBreaks = 0; + G4int fIndirectBreaks = 0; + G4int fInducedBreaks = 0; +}; + +class DamageRecord +{ + public: + DamageRecord(G4String , const int64_t&, const G4int&, + const G4int&); // dousatsu + virtual ~DamageRecord(); + + void AddBasePairDamage(BasePairDamageRecord* bp, const G4ThreeVector& pos) + { + fDamageRecords.push_back(bp); + fPositions.push_back(pos); + }; + + void AddEmptyBPDamage(const int64_t& ii); + + void AddStrandHit(const G4MoleculeDefinition* mol); + + void AddBaseHit(const G4MoleculeDefinition* mol); + + void PrintRecord(const G4String&, const G4double& dsbDistance = 10); + + DamageClassification* GetClassification(const G4double& dsbDistance = 10); + + inline const G4String& GetName() const { return fName; }; + + int64_t GetSize() const + { + return fDamageRecords.size(); + }; // dousatsu + + inline G4int GetOHBaseHits() const { return fOHBase; }; + + inline G4int GetEaqBaseHits() const { return fEaqBase; }; + + inline G4int GetHBaseHits() const { return fHBase; }; + + inline G4int GetOHStrandHits() const { return fOHStrand; }; + + inline G4int GetEaqStrandHits() const { return fEaqStrand; }; + + inline G4int GetHStrandHits() const { return fHStrand; }; + + inline G4int GetPlacementIdx() const { return fStartPlacement; }; + + inline G4int GetChainIdx() const { return fChainIdx; }; + + inline G4int GetStrandIdx() const { return fStrandIdx; }; + + inline int64_t GetStartBPIdx() const + { + return fStartIndex; + }; // dousatsu + void AddTestDamage(G4int, G4int, G4int, G4int); + + G4ThreeVector GetMeanPosition() const; + + G4double GetMeanDistance() const; + + G4double GetEnergy() const; + + private: + G4String fName; + int64_t fStartIndex; + G4int fStartPlacement, fChainIdx, fStrandIdx = 0; + G4int fOHBase = 0, fOHStrand = 0, fHBase = 0, fHStrand = 0, fEaqBase = 0, + fEaqStrand = 0; + std::vector fDamageRecords; + std::vector fPositions; + + const G4MoleculeDefinition* fOH = G4OH::Definition(); + const G4MoleculeDefinition* fe_aq = G4Electron_aq::Definition(); + const G4MoleculeDefinition* fH = G4Hydrogen::Definition(); + + static const char* fDirectDamageChar; + static const char* fIndirectDamageChar; + static const char* fHitNoDamageChar; + static const char* fNotHitChar; + static const char* fBothDamageChar; + + const char* GetChar(const G4bool&, const G4bool&, const G4double&); +}; + +struct Node +{ + int64_t fkey; + DNAHit* fdata; + Node* fleft; + Node* fright; + Node* fparent; +}; + +// A binary tree is used to order the DNA hit objects +// It creates internal copies of all DNA Hits passed to it and then +// deletes them +class BinaryTree +{ + public: + BinaryTree(); + + virtual ~BinaryTree(); + + void Insert(const DNAHit*); + + DNAHit* Search(const int64_t&); + + void Destroy_tree(); + + // return left-most node + DNAHit* First() const; + + // Return next node with higher key + DNAHit* Next(const DNAHit*) const; + + private: + void Destroy_tree_(Node*); + + void Insert_(DNAHit*, Node*); + + DNAHit* Search_(const int64_t&, Node*); + + DNAHit* First_(Node*) const; + + DNAHit* Next_(const int64_t&, Node*) const; + + Node* fRoot; +}; + +class AnalysisManager +{ + public: + AnalysisManager(); + + virtual ~AnalysisManager(); + + void Initialize(); + + void ProcessDNAHitsVector(const std::vector&); + + void ProcessChromosomeHitMap(const std::map&); + + void ProcessPrimary(const G4ThreeVector&, const G4double&, const G4double&); + + void ProcessCellEdep(const G4double&); // dousatsu + void Close(); + + inline void SetSaveStrands(const G4bool strand) { fSaveStrands = strand; }; + + inline void SetStrandDirectory(const G4String& dir) { fStrandDirectory = + dir; }; + + inline void SetFragmentGap(const G4int& gap) { fFragmentGap = gap; }; + + inline void SetDSBDistance(const G4int& gap) { fDSBDistance = gap; }; + + inline void SetChainToSave(const G4int& i) { fChainToSave = i; }; + + inline void SetFileName(const G4String& name) { fFileName = name; }; + + void TestClassification(); + + private: + G4AnalysisManager* fAnalysisManager; + G4bool fSaveStrands = false; + G4String fStrandDirectory = "./"; + G4String fFileName = "molecular-dna"; + G4int fFragmentGap = 100; + G4int fDSBDistance = 10; + G4int fChainToSave = -1; + DNAGeometry* fpDNAGeometry = nullptr; + AnalysisMessenger* fpAnalysisMessenger; +}; + +#endif // MOLECULAR_ANALYSIS_MANAGER_HH diff --git a/examples/extended/medical/dna/moleculardna/include/AnalysisMessenger.hh b/examples/extended/medical/dna/moleculardna/include/AnalysisMessenger.hh new file mode 100644 index 0000000000..6ea503934a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/AnalysisMessenger.hh @@ -0,0 +1,69 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_DETECTOR_MESSENGER_HH +#define MOLECULAR_DETECTOR_MESSENGER_HH + +#include "globals.hh" +#include "G4UImessenger.hh" +#include +#include "G4UIdirectory.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithABool.hh" +#include "G4UIcmdWithAnInteger.hh" +#include "G4UIcmdWithoutParameter.hh" + +class AnalysisManager; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class AnalysisMessenger : public G4UImessenger +{ + public: + explicit AnalysisMessenger(AnalysisManager*); + + ~AnalysisMessenger() override = default; + + void SetNewValue(G4UIcommand*, G4String) override; + + protected: + private: + AnalysisManager* fpAnalysisManager; + + // Related to geometry + std::unique_ptr fpAnalysisDirectory; + std::unique_ptr fpSaveStrands; + std::unique_ptr fpStrandDirectory; + std::unique_ptr fpFragmentLength; + std::unique_ptr fpSaveSingleChain; + std::unique_ptr fpDSBDistance; + std::unique_ptr fpTestClassifier; + std::unique_ptr fpFileName; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_DETECTOR_MESSENGER_HH diff --git a/examples/extended/medical/dna/moleculardna/include/ChemistryList.hh b/examples/extended/medical/dna/moleculardna/include/ChemistryList.hh new file mode 100644 index 0000000000..634f2390f8 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/ChemistryList.hh @@ -0,0 +1,63 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +#ifndef MolecularChemistryList_hh +#define MolecularChemistryList_hh 1 + +#include "G4VPhysicsConstructor.hh" +#include "G4VUserChemistryList.hh" +#include "globals.hh" + +class G4DNAMolecularReactionTable; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ChemistryList + : public G4VUserChemistryList + , public G4VPhysicsConstructor +{ + public: + ChemistryList(); + + ~ChemistryList() override = default; + + void ConstructParticle() override; + + void ConstructMolecule() override; + + void ConstructProcess() override; + + void ConstructDissociationChannels() override; + + void ConstructReactionTable( + G4DNAMolecularReactionTable* reactionTable) override; + + void ConstructTimeStepModel( + G4DNAMolecularReactionTable* reactionTable) override; +}; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/moleculardna/include/ChromosomeFactory.hh b/examples/extended/medical/dna/moleculardna/include/ChromosomeFactory.hh new file mode 100644 index 0000000000..664df4ab19 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/ChromosomeFactory.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. * +// ******************************************************************** +// +#ifndef MOLECULAR_CHROMOSOME_FACTORY_HH +#define MOLECULAR_CHROMOSOME_FACTORY_HH + +#include "globals.hh" + +#include + +class VirtualChromosome; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +class ChromosomeFactory +{ + public: + ChromosomeFactory() = default; + + ~ChromosomeFactory() = default; + + static VirtualChromosome* MakeChromosome(const G4String&, + const std::vector&); + + static void InvalidReading(const G4String& chromosome_type); + + void Test(); +}; + +#endif // MOLECULAR_CHROMOSOME_FACTORY_HH diff --git a/examples/extended/medical/dna/moleculardna/include/ChromosomeHit.hh b/examples/extended/medical/dna/moleculardna/include/ChromosomeHit.hh new file mode 100644 index 0000000000..8459184879 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/ChromosomeHit.hh @@ -0,0 +1,96 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file molecularChromosomeHit.hh +/// \brief Hit class for an event that interacts with DNA +#ifndef MOLECULAR_CHROMOSOME_HIT_HH +#define MOLECULAR_CHROMOSOME_HIT_HH + +#include "G4VHit.hh" + +#include "G4THitsCollection.hh" +#include "G4Allocator.hh" +#include "G4ThreeVector.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ChromosomeHit : public G4VHit +{ + public: + explicit ChromosomeHit(G4String key); + + ChromosomeHit(const ChromosomeHit&); + + ~ChromosomeHit() override; + + // operators + inline void* operator new(size_t); + + inline void operator delete(void*); + + const ChromosomeHit& operator=(const ChromosomeHit&); + + G4int operator==(const ChromosomeHit&) const; + + // Adders + void AddChromosomeEdep(G4double edep) { fEdepChromosome += edep; }; + + void AddDNAEdep(G4double edep) { fEdepDNA += edep; }; + + // Getters + G4double GetChromosomeEdep() const { return fEdepChromosome; }; + + G4double GetDNAEdep() const { return fEdepDNA; }; + + const G4String& GetName() const { return fName; }; + + private: + G4String fName; + G4double fEdepChromosome = 0.; + G4double fEdepDNA = 0.; +}; + +using MolecularChromosomeHitsCollection = G4THitsCollection; + +extern G4ThreadLocal G4Allocator* + MolecularChromosomeHitAllocator; + +inline void* ChromosomeHit::operator new(size_t) +{ + if(MolecularChromosomeHitAllocator == nullptr) + { + MolecularChromosomeHitAllocator = new G4Allocator; + } + return (void*) MolecularChromosomeHitAllocator->MallocSingle(); +} + +inline void ChromosomeHit::operator delete(void* hit) +{ + MolecularChromosomeHitAllocator->FreeSingle((ChromosomeHit*) hit); +} + +#endif // MOLECULAR_CHROMOSOME_HIT_HH diff --git a/examples/extended/medical/dna/moleculardna/include/ChromosomeMapper.hh b/examples/extended/medical/dna/moleculardna/include/ChromosomeMapper.hh new file mode 100644 index 0000000000..a220c4591a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/ChromosomeMapper.hh @@ -0,0 +1,81 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_CHROMOSOME_MAPPER_HH +#define MOLECULAR_CHROMOSOME_MAPPER_HH + +#include "globals.hh" +#include "G4ThreeVector.hh" + +#include "ChromosomeFactory.hh" + +#include +#include + +class VirtualChromosome; + +class ChromosomeMessenger; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ChromosomeMapper +{ + public: + ChromosomeMapper(); + + virtual ~ChromosomeMapper(); + + [[maybe_unused]] VirtualChromosome* GetChromosome( + const G4String&) const; + + [[maybe_unused]] VirtualChromosome* GetChromosome( + const G4ThreeVector& p) const; + + [[maybe_unused]] G4String GetCurrentChromosomeKey( + const G4ThreeVector&) const; + + [[maybe_unused]] std::vector GetChromosomeKeys() const; + + inline G4int GetNumberOfChromosomes() + { + return (G4int) fChromosomes.size(); + }; + + void AddChromosome(const G4String&, const std::vector&); + + void Test(); + + void SavePlotData(const G4String& filename); + + private: + std::map fChromosomes; + ChromosomeMessenger* fpChromosomeMessenger; + ChromosomeFactory* fpChromosomeFactory; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_CHROMOSOME_MAPPER_HH diff --git a/examples/extended/medical/dna/moleculardna/include/ChromosomeMessenger.hh b/examples/extended/medical/dna/moleculardna/include/ChromosomeMessenger.hh new file mode 100644 index 0000000000..8119740d08 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/ChromosomeMessenger.hh @@ -0,0 +1,61 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_CHROMOSOME_MESSENGER_HH +#define MOLECULAR_CHROMOSOME_MESSENGER_HH + +#include "globals.hh" +#include "G4UImessenger.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithAString.hh" + +#include + +class ChromosomeMapper; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ChromosomeMessenger : public G4UImessenger +{ + public: + explicit ChromosomeMessenger(ChromosomeMapper*); + + ~ChromosomeMessenger() override = default; + + void SetNewValue(G4UIcommand*, G4String) override; + + private: + ChromosomeMapper* fpChromosomeMapper; + + // Related to the chromosome + std::unique_ptr fpChromosomeDirectory; + std::unique_ptr fpAddChromosome; + std::unique_ptr fpSavePlotData; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_CHROMOSOME_MESSENGER_HH diff --git a/examples/extended/medical/dna/moleculardna/include/CylindricalChromosome.hh b/examples/extended/medical/dna/moleculardna/include/CylindricalChromosome.hh new file mode 100644 index 0000000000..e54911d53a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/CylindricalChromosome.hh @@ -0,0 +1,94 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// file: CylindricalChromosome.hh +/// brief: declaration file for a cylindrical chromosome model. + +#ifndef MOLECULAR_CYLINDRICAL_CHROMOSOME_HH +#define MOLECULAR_CYLINDRICAL_CHROMOSOME_HH + +#include "VirtualChromosome.hh" + +#include "globals.hh" + +#include "G4ThreeVector.hh" +#include "G4RotationMatrix.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class CylindricalChromosome : public VirtualChromosome +{ + public: + CylindricalChromosome(const G4String&, G4ThreeVector, const G4double&, + const G4double&); + + CylindricalChromosome(const G4String& name, G4ThreeVector pos, + const G4double& radius, const G4double& height, + G4RotationMatrix rot); + + ~CylindricalChromosome() override = default; + + G4ThreeVector RandomPointInChromosome() override; + + bool PointInChromosome(G4ThreeVector const& position) override; + + G4String GetShape() override { return fShape; }; + static const G4String fShape; + + void Print() override + { + G4cout << "type: " << fShape << G4endl; + G4cout << "radius: " << fRadius << G4endl; + G4cout << "height: " << fHeight << G4endl; + G4cout << "center: " << fCenter << G4endl; + G4cout << "rotation: " << fRotation.getPhi() << " " << fRotation.getTheta() + << " " << fRotation.getPhi() << G4endl; + } + + void SetRotation(G4RotationMatrix rot) + { + fRotation = rot; + fInverseRotation = fRotation.inverse(); + }; + + G4RotationMatrix GetRotation() const { return fRotation; }; + + G4ThreeVector GetPosition() const { return fCenter; }; + + G4double GetRadius() const { return fRadius; }; + + G4double GetHeight() const { return fHeight; }; + + protected: + private: + G4ThreeVector fCenter; + G4double fRadius; + G4double fHeight; + G4RotationMatrix fRotation, fInverseRotation; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_CYLINDRICAL_CHROMOSOME_HH diff --git a/examples/extended/medical/dna/moleculardna/include/DNAGeometry.hh b/examples/extended/medical/dna/moleculardna/include/DNAGeometry.hh new file mode 100644 index 0000000000..18433638f9 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DNAGeometry.hh @@ -0,0 +1,383 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: DNAGeometry.hh +/// brief: This file handls MolecularDNA Geometry + +#ifndef MOLECULAR_DNA_GEOMETRY_HH +#define MOLECULAR_DNA_GEOMETRY_HH + +#include "globals.hh" +#include "G4ThreeVector.hh" +#include "G4SystemOfUnits.hh" + +#include "G4VPhysicalVolume.hh" +#include "G4LogicalVolume.hh" +#include "G4VTouchable.hh" + +#include "UtilityFunctions.hh" +#include "MoleculeList.hh" +#include "DamageModel.hh" +#include "ChromosomeMapper.hh" +#include "DNAWorld.hh" +#include "G4VDNAMolecularGeometry.hh" + +#include +#include +#include +#include + +class G4Material; + +class G4MolecularConfiguration; + +class G4VisAttributes; + +class OctreeNode; + +class DNAGeometryMessenger; + +class PlacementVolumeInfo; + +using placement = std::tuple; // dousatsu +// G4int, G4int, G4ThreeVector, G4ThreeVector> placement;//ORG + +// Holder to describe the global co-ordinates of each DNA chain +// in a given placement volume +// Format << array of global chain indices for local indices 0, 1, 2, 3> +// < array of start indices for the base pairs along each chain, +// given by GLOBAL chain index> +// < array of end indices for the base pairs along each chain, +// given by GLOBAL chain index> +// < Boolean to indicate if the strand ID should be flipped due +// to a 180 degree rotation of the DNA > +// < Boolean to indicate if volume has actually been placed > +using placement_transform = + std::tuple, std::array, std::array, + G4bool, G4bool>; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +struct molecule_t +{ + G4String fname; + G4String fshape; + int64_t fchain_id; + int64_t fstrand_id; + int64_t fbase_idx; + G4ThreeVector fposition; + G4ThreeVector frotation; + G4ThreeVector fsize; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +struct compareLVByName +{ + bool operator()(const G4LogicalVolume* lhs, const G4LogicalVolume* rhs) const; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DNAGeometry : public G4VDNAMolecularGeometry +{ + public: + DNAGeometry(); + + ~DNAGeometry() override; + + void BuildDNA(G4LogicalVolume*); + + inline DNAWorld* GetDNAWorld(); + + void AddVoxelFile(const G4String& vname, const G4String& fname, + const G4bool& twist) + { + fVoxelNames[vname] = fname; + fVoxelTwist[vname] = twist; + } + + void SetFractalFilename(const G4String& fname) + { + fFractalCurveFile = fname; + FillVoxelVectors(); + } + + void SetFractalAnglesAsPi(const G4bool& value) { fAnglesAsPi = value; } + + void EnableCustomMoleculeSizes(const G4bool& value) + { + fEnableCustomMoleculeSizes = value; + } + + void AddChangeMoleculeSize(const G4String& name, const G4ThreeVector& size); + + inline void SetVoxelSideLength(const G4ThreeVector& length) + { fVoxelSideLength = length; } + + inline void SetFractalScaling(const G4ThreeVector& length) + { fFractalScaling = length; } + + OctreeNode* GetTopOctreeNode(G4LogicalVolume*) const; + + const PlacementVolumeInfo* GetPVInfo(const G4LogicalVolume*) const; + + inline auto GetChromosomeMapper() const + { return fpChromosomeMapper; }; + + inline void SetOverlaps(G4bool overlap) + { fCheckOverlaps = overlap; }; + + inline G4bool GetOverlaps() const { return fCheckOverlaps; }; + + inline void SetDrawCellVolumes(G4bool b) { fDrawCellVolumes = b; }; + + inline G4bool GetDrawCellVolumes() const { return fDrawCellVolumes; }; + + inline void SetVerbosity(G4int i) { fVerbosity = i; }; + + inline G4int GetVerbosity() const { return fVerbosity; }; + + inline void SetSmartless(G4int i) { fSmartless = i; }; + + inline G4int GetSmartless() const { return fSmartless; }; + + inline void SetMediumMaterial(G4Material* mat) { fpMediumMaterial = mat; }; + + inline G4LogicalVolume* GetDNAChemVolumePointer() const; + + inline G4LogicalVolume* GetDNAPhysicsVolumePointer() const; + + G4LogicalVolume* GetMatchingChemVolume(G4LogicalVolume*) const; + + G4LogicalVolume* GetMatchingPhysVolume(G4LogicalVolume*) const; + + void PrintOctreeStats(); + + inline void SetDirectInteractionRange(G4double r) + { fDirectInteractionRange = r; }; + + void SetRadicalKillDistance(G4double r) { fRadicalKillDistance = r; }; + + void SetHistoneScav(G4bool hf) { fUseHistoneScav = hf; }; + + inline G4double GetDirectInteractionRange() const + { + return fDirectInteractionRange; + }; + + G4double GetRadicalKillDistance() const + { + return fRadicalKillDistance; + }; + + const DamageModel* GetDamageModel() { return fpDamageModel; }; + + // Tests + void ChromosomeTest(); + + void BasePairIndexTest(); + + void UniqueIDTest(); + + int64_t GetGlobalUniqueIDTest( // dousatsu + int64_t, int64_t, int64_t, int64_t, int64_t) const; // dousatsu + + private: + DNAGeometryMessenger* fpMessenger; + G4String fFractalCurveFile; + G4bool fAnglesAsPi = false; + G4bool fEnableCustomMoleculeSizes = false; + G4bool fCheckOverlaps = false; + G4bool fDrawCellVolumes = false; + G4int fVerbosity = 0; + G4bool fUseHistoneScav = true; + // vis attrs to draw cells + G4VisAttributes* fpDrawCellAttrs; + // Materials + G4Material* fpMediumMaterial; + G4Material *fpSugarMaterial, *fpPhosphateMaterial; + G4Material *fpGuanineMaterial, *fpAdenineMaterial, *fpThymineMaterial; + G4Material *fpCytosineMaterial, *fpHistoneMaterial; + + // Placement of molecules + void FillParameterisedSpace(); + + G4VPhysicalVolume* PlacePhosphate(G4LogicalVolume*, const molecule_t&, + const molecule_t&); + + G4VPhysicalVolume* PlaceSugar(G4LogicalVolume*, const molecule_t&, + const molecule_t&); + + G4VPhysicalVolume* PlaceBase(G4LogicalVolume*, const molecule_t&, + const molecule_t&, const molecule_t&, + const molecule_t&); + + G4VPhysicalVolume* PlaceHistone(G4LogicalVolume*, // dousatsu + const molecule_t&); + + // defining voxels + std::pair LoadVoxelVolume( + const G4String&, const G4String&); + + void FillVoxelVectors(); + + G4LogicalVolume *fpDNAVolumePhys{}, *fpDNAVolumeChem{}; + std::map fPhysToChem; + std::map fChemToPhys; + std::vector fVoxelPositions; + std::vector fVoxelRotations; + std::vector fVoxelTypes; + std::vector fVoxelIndices; + // std::vector fVoxelLogicalVolumes; + G4ThreeVector fVoxelSideLength = G4ThreeVector(75 * nm, 75 * nm, 75 * nm); + G4ThreeVector fFractalScaling = G4ThreeVector(1, 1, 1); + std::map fVoxelNames; // For these, the first el. + std::map fVoxelTwist; // is also lv->GetName() + + std::map fInfoMap; + std::map fMoleculeSizes; + G4double fSmartless = 2.0; + G4double fRadicalKillDistance = 10 * nm, + fDirectInteractionRange = 6 * angstrom; + G4double fHistoneInteractionRadius = 25 * angstrom; + + ChromosomeMapper* fpChromosomeMapper; + DamageModel* fpDamageModel; + DNAWorld* fpDNAPhysicsWorld; + + // Members for placement transformations + public: + inline int64_t GetNumberOfPlacements() const + { + return (int64_t) fPlacementTransformations.size(); + } + + G4int GetGlobalChain(G4int vol_idx, G4int local_chain) const + { + return std::get<0>(fPlacementTransformations[vol_idx])[local_chain]; + }; + + G4int GetLocalChain(G4int vol_idx, G4int global_chain) const; + + inline int64_t GetStartIdx(int64_t vol_idx, + int64_t global_chn) const // dousatsu + { + return std::get<1>(fPlacementTransformations[vol_idx])[global_chn]; + }; + + inline int64_t GetEndIdx(int64_t vol_idx, + int64_t global_chn) const // dousatsu + { + return std::get<2>(fPlacementTransformations[vol_idx])[global_chn]; + }; + + int64_t GetMaxBPIdx() const; + + inline G4int GetNumberOfChains() const + { + return std::get<0>(fPlacementTransformations[0]).size(); + }; + + inline G4bool GetStrandsFlipped(G4int vol_idx) const + { + return std::get<3>(fPlacementTransformations[vol_idx]); + }; + + private: + std::vector fPlacementTransformations; + + void AddNewPlacement(const G4LogicalVolume*, std::array, G4bool, + G4bool); + + void AddFourChainPlacement(std::vector::iterator, + std::vector::iterator, G4bool); + + void AddSingleChainPlacement(std::vector::iterator, + std::vector::iterator, G4bool); + + // Lookup methods for chemistry handling + public: + // Unique ID generators + inline int64_t GetGlobalPairID(G4int, G4int, int64_t) const; + + int64_t GetGlobalUniqueID(G4VPhysicalVolume*, // dousatsu + const G4VTouchable*) const; + + // And reconstructors from unique ID + int64_t GetBasePairFromUniqueID(int64_t) const; + + static inline molecule GetMoleculeFromUniqueID(int64_t); + + G4Material* GetMaterialFromUniqueID(int64_t) const; + + G4int GetChainIDFromUniqueID(int64_t) const; + + G4int GetStrandIDFromUniqueID(int64_t) const; + + G4int GetPlacementIndexFromUniqueID(int64_t) const; + + void FindNearbyMolecules(const G4LogicalVolume* motherLogical, + const G4ThreeVector& localPosition, + std::vector& out, + double searchRange) override; + + G4bool IsInsideHistone(const G4LogicalVolume* motherLogical, + const G4ThreeVector& localPosition) const; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +inline int64_t DNAGeometry::GetGlobalPairID(G4int place_idx, G4int chain_idx, + int64_t base_idx) const +{ + return base_idx + this->GetStartIdx(place_idx, chain_idx); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +inline molecule DNAGeometry::GetMoleculeFromUniqueID(int64_t idx) +{ + return (molecule)(idx % ::molecule::Count); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +inline G4LogicalVolume* DNAGeometry::GetDNAPhysicsVolumePointer() const +{ + return fpDNAVolumePhys; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +inline DNAWorld* DNAGeometry::GetDNAWorld() { return fpDNAPhysicsWorld; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +inline G4LogicalVolume* DNAGeometry::GetDNAChemVolumePointer() const +{ + return fpDNAVolumeChem; +} +#endif // MOLECULAR_DNA_GEOMETRY_HH diff --git a/examples/extended/medical/dna/moleculardna/include/DNAGeometryMessenger.hh b/examples/extended/medical/dna/moleculardna/include/DNAGeometryMessenger.hh new file mode 100644 index 0000000000..2910afbede --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DNAGeometryMessenger.hh @@ -0,0 +1,98 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file DNAGeometryMessenger.hh + +#ifndef MOLECULAR_DNA_MESSENGER_HH +#define MOLECULAR_DNA_MESSENGER_HH + +#include "globals.hh" +#include "G4UImessenger.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWith3VectorAndUnit.hh" +#include "G4UIcmdWithADouble.hh" +#include "G4UIcmdWithABool.hh" +#include "G4UIcmdWithAnInteger.hh" +#include "G4UIcmdWithoutParameter.hh" + +#include + +class DNAGeometry; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DNAGeometryMessenger : public G4UImessenger +{ + public: + explicit DNAGeometryMessenger(DNAGeometry*); + + ~DNAGeometryMessenger() override = default; + + void SetNewValue(G4UIcommand*, G4String) override; + + protected: + private: + DNAGeometry* fpDNAGeometry; + + // Related to "voxel" placements + std::unique_ptr fpDNADirectory; + std::unique_ptr + fpNewPlacementVolumeFile; // specifies molecule locations + std::unique_ptr + fpVoxelPlacementsFile; // specifies voxel locations + std::unique_ptr fpVoxelSideLength; // voxel size + std::unique_ptr + fpFractalScaling; // multiplier for de-dimensionalised voxel locations + std::unique_ptr + fpAnglesAsPi; // take voxel placement angles as multiples of pi + std::unique_ptr + fpCustomMoleculeSizes; // turn off default molecule sizes and use custom + std::unique_ptr fpAddMoleculeSize; // set a molecule size + + // Related to processing + std::unique_ptr fpCheckDNAOverlaps; + std::unique_ptr fpVerbosity; + std::unique_ptr fpSmartless; + + // damage-like + std::unique_ptr fpIntRangeDirect; + std::unique_ptr fpRadicalKillDistance; + std::unique_ptr fpUseHistoneScav; + + // vis + std::unique_ptr fpDrawCellVolumes; + // testing + std::unique_ptr fpTestDirectory; + std::unique_ptr fpChromosomeTest; + std::unique_ptr fpBasePairTest; + std::unique_ptr fpUniqueIDTest; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_DNA_MESSENGER_HH diff --git a/examples/extended/medical/dna/moleculardna/include/DNAHashing.hh b/examples/extended/medical/dna/moleculardna/include/DNAHashing.hh new file mode 100644 index 0000000000..d70f49d70b --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DNAHashing.hh @@ -0,0 +1,301 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +// +// MolecularDNAHashing.hh +// Geant4 +// +// Created by Mathieu Karamitros +// +// + +#ifndef MolecularDNAHashing_h +#define MolecularDNAHashing_h + +#include +#include +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +namespace G4::hashing +{ + namespace crc32 + { + //-------------------------------------------------------------------------- + // Generate CRC lookup table + //-------------------------------------------------------------------------- + + template + struct f : f<((c & 1) ? 0xedb88320 : 0) ^ (c >> 1), k - 1> + {}; + template + struct f + { + enum + { + value = c + }; + }; + +#define _A_(x) _B_(x) _B_(x + 128llu) +#define _B_(x) _C_(x) _C_(x + 64llu) +#define _C_(x) _D_(x) _D_(x + 32llu) +#define _D_(x) _E_(x) _E_(x + 16llu) +#define _E_(x) _F_(x) _F_(x + 8llu) +#define _F_(x) _G_(x) _G_(x + 4llu) +#define _G_(x) _H_(x) _H_(x + 2llu) +#define _H_(x) _I_(x) _I_(x + 1llu) +#define _I_(x) f::value, + + static constexpr unsigned crc_table[] = { _A_(0llu) }; + + //-------------------------------------------------------------------------- + // CRC32 ALGO + //-------------------------------------------------------------------------- + + //-------------------------------- + // RUN TIME ALGO + uint32_t hash(const char* str, size_t len); + + //-------------------------------------------------------------------------- + // Details for compilation time + namespace detail + { + // CRC32 Table (zlib polynomial) + template + constexpr uint32_t combine_crc32(const char* str, uint32_t part) + { + return (part >> 8) ^ crc_table[(part ^ str[idx]) & 0x000000FF]; + } + + // recursion + template + constexpr uint32_t crc32(const char* str) + { + return combine_crc32(str, crc32(str)); + } + + // stop-recursion + template <> + constexpr uint32_t crc32(const char* /*str*/) + { + return 0xFFFFFFFF; + } + } // namespace detail + + //-------------------------------------------------------------------------- + // use COMPILATION TIME CRC32 as a hash function + template + constexpr uint32_t hash(const char (&str)[len]) + { + return detail::crc32(str) ^ 0xFFFFFFFF; + } + + //-------------------------------------------------------------------------- + // std::string hasher for convenience + uint32_t hash(const std::string& str); + // in window + //warning C4717: 'G4::hashing::crc32::crc32_hasher::operator()': recursive on all control paths, function will cause runtime stack overflow + /* + template + struct crc32_hasher + { + template + uint32_t constexpr operator()(const char (&str)[len]) const + { + return hash(str); + } + + uint32_t operator()(T str) const { return hash(str); } + }; + + template + uint32_t constexpr hash(T&& t) + { + return crc32_hasher::type>()(std::forward(t)); + } + */ + } // namespace crc32 + + //-------------------------------------------------------------------------- + // fnv ALGO + //-------------------------------------------------------------------------- + + namespace fnv + { + // Fowler / Noll / Vo (fnv) Hash - 1a + // magic numbers from http://www.isthe.com/chongo/tech/comp/fnv/ +#define fnv_offset_basis 0xcbf29ce484222325U +#define fnv_prime 0x100000001b3U // 64 bits + // 224 + 28 + 0x93 + + //------------------------------------------------------------------------ + // Run time + size_t hash(const std::string& str); + + //-------------------------------------------------------------------------- + // Details for compilation time + namespace detail + { + // recursion + template + constexpr size_t fnv(const char* str, size_t len, size_t hash) + { + return fnv(str, len, (hash ^ (str[len - idx])) * fnv_prime); + } + + // stop-recursion + template <> + constexpr size_t fnv<-1>(const char*, size_t, size_t hash) + { + return hash; + } + } // namespace detail + + //------------------------------------------------------------------------ + // COMPILATION TIME + template + constexpr size_t hash(const char (&str)[len]) + { + return detail::fnv(str, len - 2, fnv_offset_basis); + } + + //------------------------------------------------------------------------ + template + struct fnv_hasher; + + template + struct fnv_hasher + { + template + size_t constexpr operator()(const char (&str)[len]) const + { + return hash(str); + } + + size_t operator()(const T& str) const { return hash(str); } + }; + + // template<> + // size_t fnv_hasher::operator()(const std::string& str) + // const{ + // return hash(str.c_str()); + // } + + template + size_t constexpr hash(T&& t) + { + return fnv_hasher::type>()(std::forward(t)); + } + } // namespace fnv + + //-------------------------------------------------------------------------- + // LARSON + //-------------------------------------------------------------------------- + + namespace larson + { + //------------------------------------------------------------------------ + // Details for compilation time + namespace detail + { + // recursion + template + constexpr size_t larson(const char* str, size_t len, size_t hash) + { + return larson(str, len + 1, hash * 101 + str[len]); + } + + // stop-recursion + template <> + constexpr size_t larson<-1>(const char*, size_t, size_t hash) + { + return hash; + } + } // namespace detail + + //------------------------------------------------------------------------ + // COMPILATION TIME + template + constexpr size_t cthash(const char (&str)[len], unsigned int seed = 0) + { + return detail::larson(str, 0, seed); + } + + //------------------------------------------------------------------------ + // RUN TIME + size_t hash(const char* str, unsigned int seed = 0); + + size_t hash(std::string str, unsigned int seed = 0); + } // namespace larson + + //-------------------------------------------------------------------------- + // DEFAULT STRING HASHER + //-------------------------------------------------------------------------- + + template + struct hasher + { + std::size_t constexpr operator()(char const* input) const + { + return *input ? static_cast(*input) + 33 * (*this)(input + 1) + : 5381; + } + + std::size_t operator()(const std::string& str) const + { + return (*this)(str.c_str()); + } + }; + + template + std::size_t constexpr hash(T&& t) + { + return hasher::type>()(std::forward(t)); + } + + // not necessary + template <> + std::size_t constexpr hash(const char*&& str) + { + return hasher()(str); + } + + inline namespace literals + { + std::size_t constexpr operator"" _hash(const char* s, size_t) + { + return hasher()(s); + } + } // namespace literals +} // namespace G4::hashing + +using namespace G4::hashing::literals; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/moleculardna/include/DNAHit.hh b/examples/extended/medical/dna/moleculardna/include/DNAHit.hh new file mode 100644 index 0000000000..427d5118cf --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DNAHit.hh @@ -0,0 +1,229 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file molecularDNAHit.hh +/// \brief Hit class for an event that interacts with DNA +#ifndef MOLECULAR_DNA_HIT_HH +#define MOLECULAR_DNA_HIT_HH + +#include + +#include "G4VHit.hh" + +#include "MoleculeList.hh" + +#include "G4THitsCollection.hh" +#include "G4Allocator.hh" +#include "G4ThreeVector.hh" +#include "globals.hh" + +class G4MolecularConfiguration; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DNAHit : public G4VHit +{ + public: + // Main constructors + DNAHit(); + + DNAHit(const molecule&, const G4int&, const G4int&, const G4int&, + const int64_t&, + G4ThreeVector, // dousatsu + G4ThreeVector, const G4double&, const G4double&, G4String, // dousatsu + const G4MolecularConfiguration*); // dousatsu + + // Constructor delegation + // Physical Hit + DNAHit(const molecule& mol, const G4int& placement_idx, const G4int& chain, + const G4int& strand, const int64_t& bp, const G4ThreeVector& pos, + const G4ThreeVector& localpos, G4double energy, G4double d, + G4String chromo) + : DNAHit(mol, placement_idx, chain, strand, bp, pos, localpos, energy, d, + std::move(chromo), nullptr){}; + + // Chemical hit + DNAHit(const molecule& mol, const G4int& placement_idx, const G4int& chain, + const G4int& strand, const int64_t& bp, const G4ThreeVector& pos, + const G4ThreeVector& localpos, G4String chromo, + const G4MolecularConfiguration* radical) + : DNAHit(mol, placement_idx, chain, strand, bp, pos, localpos, 0, 0, + std::move(chromo), radical){}; + + DNAHit(const DNAHit&); + + ~DNAHit() override; + + // Add Method, not as an operator to prevent people making mistakes + void AddHit(const DNAHit&); + + // operators + inline void* operator new(size_t); + + inline void operator delete(void*); + + const DNAHit& operator=(const DNAHit&); + + G4int operator==(const DNAHit&) const; + + // setters + // Avoid setters in general and use the constructor, as it also sets + // the computed quantites + void SetMolecule(const molecule& mol) { fMoleculeEnum = mol; }; + + void SetPlacementIdx(const G4int& place_idx) { fPlacementIdx = place_idx; }; + + void SetChainIdx(const G4int& chainidx) { fChainIdx = chainidx; }; + + void SetStrandIdx(const G4int& strandidx) { fStrandIdx = strandidx; }; + + void SetBasePairIdx(const int64_t& bpidx) + { + fBasePairIdx = bpidx; + }; // dousatsu + + void SetPosition(const G4ThreeVector& p) { fPosition = p; }; + + void SetLocalPosition(const G4ThreeVector& p) { fLocalPosition = p; }; + + void SetEnergy(const G4double& energy) { fEnergy = energy; }; + + void SetDistance(const G4double& dist) { fDistance = dist; }; + + void SetChromosome(const G4String& chrom) { fChromosome = chrom; }; + + void SetRadical(const G4MolecularConfiguration* r) { fRadical = r; }; + + // getters + molecule GetMolecule() const { return fMoleculeEnum; }; + + G4int GetPlacementIdx() const { return fPlacementIdx; }; + + G4int GetChainIdx() const { return fChainIdx; }; + + G4int GetStrandIdx() const { return fStrandIdx; }; + + int64_t GetBasePairIdx() const + { + return fBasePairIdx; + }; // dousatsu + G4ThreeVector GetPosition() const { return fPosition; }; + + G4ThreeVector GetLocalPosition() const + { + return fLocalPosition; + }; + + G4double GetEnergy() const { return fEnergy; }; + + G4double GetDistance() const { return fDistance; }; + + G4String GetChromosome() const { return fChromosome; }; + + const G4MolecularConfiguration* GetRadical() const + { + return fRadical; + }; + + // Get Computed Quantites + const G4MolecularConfiguration* GetStrand1Rad() const + { + return fStrand1Rad; + }; + + const G4MolecularConfiguration* GetBase1Rad() const + { + return fBase1Rad; + }; + + const G4MolecularConfiguration* GetStrand2Rad() const + { + return fStrand2Rad; + }; + + const G4MolecularConfiguration* GetBase2Rad() const + { + return fBase2Rad; + }; + + G4double GetStrand1Energy() const { return fStrand1Energy; }; + + G4double GetStrand2Energy() const { return fStrand2Energy; }; + + G4double GetBP1Energy() const { return fBP1Energy; }; + + G4double GetBP2Energy() const { return fBP2Energy; }; + + private: + molecule fMoleculeEnum = UNSPECIFIED; + G4int fPlacementIdx = -1; // ORG + G4int fChainIdx = -1; // ORG + G4int fStrandIdx = -1; // ORG + int64_t fBasePairIdx = -1; // dousatsu + G4ThreeVector fPosition = G4ThreeVector(); + G4ThreeVector fLocalPosition = G4ThreeVector(); + G4double fEnergy = 0.; + G4double fDistance = 0.; + G4String fChromosome = ""; + const G4MolecularConfiguration* fRadical = nullptr; + const G4MolecularConfiguration* fStrand1Rad = nullptr; + const G4MolecularConfiguration* fBase1Rad = nullptr; + const G4MolecularConfiguration* fStrand2Rad = nullptr; + const G4MolecularConfiguration* fBase2Rad = nullptr; + + G4double fStrand1Energy = 0.; + G4double fStrand2Energy = 0.; + G4double fBP1Energy = 0.; + G4double fBP2Energy = 0.; +}; + +// typedefs +using MolecularDNAHitsCollection = G4THitsCollection; + +// memory management +extern G4ThreadLocal G4Allocator* MolecularDNAHitAllocator; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +inline void* DNAHit::operator new(size_t) +{ + if(MolecularDNAHitAllocator == nullptr) + { + MolecularDNAHitAllocator = new G4Allocator; + } + return (void*) MolecularDNAHitAllocator->MallocSingle(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +inline void DNAHit::operator delete(void* hit) +{ + MolecularDNAHitAllocator->FreeSingle((DNAHit*) hit); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_DNA_HIT_HH diff --git a/examples/extended/medical/dna/moleculardna/include/DNAWorld.hh b/examples/extended/medical/dna/moleculardna/include/DNAWorld.hh new file mode 100644 index 0000000000..bb49a9df37 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DNAWorld.hh @@ -0,0 +1,85 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file:DNAWorld.hh +/// brief : +/* + * This class contains the physical placements of DNA volumes. + * In order to keep all the volume placement in the same place, volumes + * are defined and placed in DNAGeometry, and their parent volume + * is passed to this class via SetDNAVolumePointer() + * + * This volume is then placed in the world volume. + * It is important that a physics process is created to ensure that this + * world functions as a layered mass geometry. + * + * The aim of this function is to allow the chemistry to run without seeing + * DNA volumes, in the geometry, but still allowing the chemistry to access + * the volume positions through an alternate data structure. + */ + +#ifndef MOLECULAR_DNA_WORLD_HH +#define MOLECULAR_DNA_WORLD_HH + +#include "G4VUserParallelWorld.hh" + +#include "G4ThreeVector.hh" +#include "G4RotationMatrix.hh" + +class G4LogicalVolume; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DNAWorld : public G4VUserParallelWorld +{ + public: + DNAWorld(); + + ~DNAWorld() override; + + void Construct() override; + + void SetDNAVolumePointer(G4LogicalVolume* lv) { fpDNAVolumePointer = lv; }; + + void SetDNAVolumeTranslation(G4ThreeVector* t) + { + fpDNAVolumeTranslation = t; + }; + + void SetDNAVolumeRotation(G4RotationMatrix* rot) + { + fpDNAVolumeRotation = rot; + }; + + private: + G4LogicalVolume* fpDNAVolumePointer = nullptr; + G4ThreeVector* fpDNAVolumeTranslation = nullptr; + G4RotationMatrix* fpDNAVolumeRotation = nullptr; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_DNA_WORLD_HH diff --git a/examples/extended/medical/dna/moleculardna/include/DamageModel.hh b/examples/extended/medical/dna/moleculardna/include/DamageModel.hh new file mode 100644 index 0000000000..0159fc2230 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DamageModel.hh @@ -0,0 +1,148 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: DamageModel.hh +/// brief: Parameters related to the DNA Damage model +#ifndef MOLECULAR_DAMAGE_MODEL +#define MOLECULAR_DAMAGE_MODEL + +#include "globals.hh" +#include "DamageModelMessenger.hh" +#include "G4MolecularConfiguration.hh" +#include "G4OH.hh" +#include "G4Electron_aq.hh" +#include "G4Hydrogen.hh" +#include "G4SystemOfUnits.hh" +#include "Randomize.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DamageModel +{ + public: + DamageModel(); + + virtual ~DamageModel() { delete fpDamageMessenger; }; + + // methods + G4bool IsDirectStrandBreak(const G4double&) const; + + G4bool IsIndirectStrandDamage(const G4MolecularConfiguration*) const; + + G4bool IsIndirectBaseDamage(const G4MolecularConfiguration*) const; + + G4bool IsInducedStrandBreak(const G4MolecularConfiguration*) const; + + // setters + void SetDirectDamageLower(G4double d) + { + fDirectDmgLower = d; + if(fDirectDmgLower < fDirectDmgUpper) + fDirectDmgUpper = fDirectDmgLower; + }; + + void SetDirectDamageUpper(G4double d) + { + fDirectDmgUpper = d; + if(fDirectDmgLower > fDirectDmgUpper) + fDirectDmgLower = fDirectDmgUpper; + }; + + // Indirect OH + void SetIndirectOHStrandChance(G4double d) + { + CheckValidProbability("DamageStrandOH", d); + fStrandOH = d; + } + + void SetIndirectOHBaseChance(G4double d) + { + CheckValidProbability("DamageBaseOH", d); + fBaseOH = d; + } + + void SetInductionOHChance(G4double d) + { + CheckValidProbability("InductionOH", d); + fInductionOH = d; + }; + + // Indirect Eaq + void SetIndirectEaqStrandChance(G4double d) + { + CheckValidProbability("DamageStrandEaq", d); + fStrandEaq = d; + } + + void SetIndirectEaqBaseChance(G4double d) + { + CheckValidProbability("DamageBaseEaq", d); + fBaseEaq = d; + } + + void SetInductionEaqChance(G4double d) + { + CheckValidProbability("InductionEaq", d); + fInductionEaq = d; + }; + + // Indirect H + void SetIndirectHStrandChance(G4double d) + { + CheckValidProbability("DamageStrandH", d); + fStrandH = d; + } + + void SetIndirectHBaseChance(G4double d) + { + CheckValidProbability("DamageBaseH", d); + fBaseH = d; + } + + void SetInductionHChance(G4double d) + { + CheckValidProbability("InductionH", d); + fInductionH = d; + }; + + protected: + static void CheckValidProbability(const G4String& str, G4double p) ; + + private: + DamageModelMessenger* fpDamageMessenger; + G4double fDirectDmgLower = 17.5 * eV, fDirectDmgUpper = 17.5 * eV; + G4double fInductionOH = 0, fInductionEaq = 0, fInductionH = 0; + G4double fStrandOH = 1.0, fStrandEaq = 1.0, fStrandH = 1.0; + G4double fBaseOH = 1.0, fBaseEaq = 1.0, fBaseH = 1.0; + const G4MoleculeDefinition* fOH = G4OH::Definition(); + const G4MoleculeDefinition* fe_aq = G4Electron_aq::Definition(); + const G4MoleculeDefinition* fH = G4Hydrogen::Definition(); +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_DAMAGE_MODEL diff --git a/examples/extended/medical/dna/moleculardna/include/DamageModelMessenger.hh b/examples/extended/medical/dna/moleculardna/include/DamageModelMessenger.hh new file mode 100644 index 0000000000..5fb5954b93 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DamageModelMessenger.hh @@ -0,0 +1,90 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: DamageModelMessenger.hh +/// brief: Parameters related to the DNA Damage model +#ifndef MOLECULAR_DAMAGE_MESSENGER_HH +#define MOLECULAR_DAMAGE_MESSENGER_HH + +#include "globals.hh" +#include "G4UImessenger.hh" + +class DamageModel; + +class G4UIcmdWithAString; + +class G4UIcmdWithADoubleAndUnit; + +class G4UIcmdWith3VectorAndUnit; + +class G4UIcmdWithADouble; + +class G4UIdirectory; + +class G4UIcommand; + +class G4UIcmdWithABool; + +class G4UIcmdWithAnInteger; + +class G4UIcmdWithoutParameter; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DamageModelMessenger : public G4UImessenger +{ + public: + explicit DamageModelMessenger(DamageModel*); + + ~DamageModelMessenger() override; + + void SetNewValue(G4UIcommand*, G4String) override; + + protected: + private: + DamageModel* fpDamageModel; + G4UIdirectory* fpDamageDirectory; + // interaction model + G4UIcmdWithADoubleAndUnit* fpIntRangeDirect; + G4UIcmdWithADoubleAndUnit* fpIntEnergyLower; + G4UIcmdWithADoubleAndUnit* fpIntEnergyUpper; + + G4UIcmdWithADouble* fpOHBaseChance; + G4UIcmdWithADouble* fpOHStrandChance; + G4UIcmdWithADouble* fpOHInductionChance; + + G4UIcmdWithADouble* fpHBaseChance; + G4UIcmdWithADouble* fpHStrandChance; + G4UIcmdWithADouble* fpHInductionChance; + + G4UIcmdWithADouble* fpEaqBaseChance; + G4UIcmdWithADouble* fpEaqStrandChance; + G4UIcmdWithADouble* fpEaqInductionChance; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_DAMAGE_MESSENGER_HH diff --git a/examples/extended/medical/dna/moleculardna/include/DetectorConstruction.hh b/examples/extended/medical/dna/moleculardna/include/DetectorConstruction.hh new file mode 100644 index 0000000000..ce40fd762f --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DetectorConstruction.hh @@ -0,0 +1,94 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file DetectorConstruction.hh +/// \brief Detector Construction for a DNA molecule in a cell + +#ifndef MOLECULAR_DETECTOR_CONSTRUCTION_HH +#define MOLECULAR_DETECTOR_CONSTRUCTION_HH + +#include "G4VUserDetectorConstruction.hh" +#include "globals.hh" + +#include "G4SystemOfUnits.hh" +#include "G4ThreeVector.hh" +#include "G4VDNAMolecularGeometry.hh" + +#include + +class DetectorMessenger; + +class DNAGeometry; + +class G4LogicalVolume; + +class G4VPhysicalVolume; + +class G4Material; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorConstruction : public G4VUserDetectorConstruction +{ + public: + DetectorConstruction(); + + ~DetectorConstruction() override; + + G4VPhysicalVolume* Construct() override; + + void ConstructSDandField() override{}; + + void SetWorldSideLength(const G4double& length) { fWorldSideLength = length; } + + void SetCellRadius(const G4ThreeVector& length) { fCellRadius = length; } + + [[maybe_unused]] auto GetWorld() const { return fWorld; }; + + auto GetDNAGeometry() const { return fpDNAGeometry; }; + + protected: + G4VPhysicalVolume* ConstructDetector(); + + void BuildMaterials(); + + private: + // G4bool fCheckOverlaps; + G4VPhysicalVolume* fWorld = nullptr; + DNAGeometry* fpDNAGeometry; + + // Misc messenger values + DetectorMessenger* fpDetectorMessenger; + G4double fWorldSideLength = 6 * um; + G4ThreeVector fCellRadius; + + // materials + G4Material* fpWorld = nullptr; // dousatsu + G4Material* fpWater = nullptr; +}; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_DETECTOR_CONSTRUCTION_HH diff --git a/examples/extended/medical/dna/moleculardna/include/DetectorMessenger.hh b/examples/extended/medical/dna/moleculardna/include/DetectorMessenger.hh new file mode 100644 index 0000000000..fe67f3c6c4 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/DetectorMessenger.hh @@ -0,0 +1,65 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// + +#ifndef MOLECULAR_DETECTOR_MESSENGER_HH +#define MOLECULAR_DETECTOR_MESSENGER_HH + +#include "globals.hh" +#include "G4UImessenger.hh" + +class DetectorConstruction; + +class G4UIcmdWith3VectorAndUnit; + +class G4UIcmdWithADoubleAndUnit; + +class G4UIdirectory; + +class G4UIcommand; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorMessenger : public G4UImessenger +{ + public: + explicit DetectorMessenger(DetectorConstruction*); + + ~DetectorMessenger() override; + + void SetNewValue(G4UIcommand*, G4String) override; + + private: + DetectorConstruction* fpDetectorConstruction; + + // Related to geometry + G4UIdirectory* fpWorldGeometryDirectory; + G4UIcmdWithADoubleAndUnit* fpWorldSideLength; + + G4UIdirectory* fpCellGeometryDirectory; + G4UIcmdWith3VectorAndUnit* fpCellRadius; +}; + +#endif // MOLECULAR_DETECTOR_MESSENGER_HH diff --git a/examples/extended/medical/dna/moleculardna/include/EllipticalChromosome.hh b/examples/extended/medical/dna/moleculardna/include/EllipticalChromosome.hh new file mode 100644 index 0000000000..462a7f4b6f --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/EllipticalChromosome.hh @@ -0,0 +1,95 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: EllipticalChromosome.hh +/// brief: declaration file for a rod-shaped chromosome model. + +#ifndef MOLECULAR_ELLIPTICAL_CHROMOSOME_HH +#define MOLECULAR_ELLIPTICAL_CHROMOSOME_HH + +#include "VirtualChromosome.hh" + +#include "globals.hh" + +#include "G4ThreeVector.hh" +#include "G4RotationMatrix.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class EllipticalChromosome : public VirtualChromosome +{ + public: + EllipticalChromosome(const G4String&, G4ThreeVector, const G4double&, + const G4double&, const G4double&); + + EllipticalChromosome(const G4String&, G4ThreeVector, const G4double&, + const G4double&, const G4double&, G4RotationMatrix); + + ~EllipticalChromosome() override; + + G4bool PointInChromosome(G4ThreeVector const& position) override; + + G4ThreeVector RandomPointInChromosome() override; + + G4String GetShape() override { return fShape; }; + static const G4String fShape; + + void Print() override + { + G4cout << "type: " << fShape << G4endl; + G4cout << "semi-x: " << fSemiX << G4endl; + G4cout << "semi-y: " << fSemiY << G4endl; + G4cout << "semi-z: " << fSemiZ << G4endl; + G4cout << "center: " << fCenter << G4endl; + G4cout << "rotation: " << fRotation.getPhi() << " " << fRotation.getTheta() + << " " << fRotation.getPhi() << G4endl; + } + + void SetRotation(const G4RotationMatrix& rot) + { + fRotation = rot; + fInverseRotation = fRotation.inverse(); + }; + + G4RotationMatrix GetRotation() const { return fRotation; }; + + G4ThreeVector GetPosition() const { return fCenter; }; + + G4double GetSemiX() const { return fSemiX; }; + + G4double GetSemiY() const { return fSemiY; }; + + G4double GetSemiZ() const { return fSemiZ; }; + + private: + G4ThreeVector fCenter; + G4double fSemiX, fSemiY, fSemiZ; + G4RotationMatrix fRotation, fInverseRotation; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_ELLIPTICAL_CHROMOSOME_HH diff --git a/examples/extended/medical/dna/moleculardna/include/EventAction.hh b/examples/extended/medical/dna/moleculardna/include/EventAction.hh new file mode 100644 index 0000000000..8c77b5ee50 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/EventAction.hh @@ -0,0 +1,87 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file:EventAction.hh +/// brief: +#ifndef MOLECULAR_EVENT_ACTION_HH +#define MOLECULAR_EVENT_ACTION_HH + +#include "G4UserEventAction.hh" +#include "G4ThreeVector.hh" + +#include "globals.hh" +#include +#include + +class AnalysisManager; + +class DNAHit; + +class ChromosomeHit; + +class DNAGeometry; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class EventAction : public G4UserEventAction +{ + public: + explicit EventAction(AnalysisManager*); + + ~EventAction() override; + + void BeginOfEventAction(const G4Event*) override; + + void EndOfEventAction(const G4Event*) override; + + void AddDNAHit(const DNAHit* hit) { fDNAHits.push_back(hit); }; + + void AddChromosomeEdep(const G4String&, const G4double&, const G4bool&); + + void AddCellEdep(const G4double&); + + void AddTrackLengthCell(const G4double&); + + void AddTrackLengthChro(const G4double&); + + void SetPrimStopPos(const G4ThreeVector& pos) { fprimstoppos = pos; }; + + void Initialize(); + + private: + G4bool fInitialized = false; + AnalysisManager* fAnalysisManager; + DNAGeometry* fDNAGeometry = nullptr; + std::map fChromoHitMap; + std::vector fDNAHits; + G4double fEdepCell = 0; // dousatsu + G4double fTraLenCell = 0; // dousatsu + G4double fTraLenChro = 0; // dousatsu + G4ThreeVector fprimstoppos = G4ThreeVector(0., 0., 0.); +}; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_EVENT_ACTION_HH diff --git a/examples/extended/medical/dna/moleculardna/include/IRTDamageReactionModel.hh b/examples/extended/medical/dna/moleculardna/include/IRTDamageReactionModel.hh new file mode 100644 index 0000000000..594b96aab0 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/IRTDamageReactionModel.hh @@ -0,0 +1,88 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorMessenger.hh +/// \brief +#ifndef MolecularIRTDamageReactionModel_hh +#define MolecularIRTDamageReactionModel_hh + +#include "globals.hh" +#include "G4VDNAHitModel.hh" +#include "G4String.hh" +#include "G4Integrator.hh" +#include "G4ThreeVector.hh" +#include "G4LogicalVolume.hh" + +class DNAGeometry; + +class G4DNAComponentNode; + +class G4MolecularConfiguration; + +class G4DNAMolecularReactionTable; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class IRTDamageReactionModel : public G4VDNAHitModel +{ + public: + explicit IRTDamageReactionModel(const G4String& name); + + ~IRTDamageReactionModel() override = default; + + IRTDamageReactionModel& operator=(const IRTDamageReactionModel& right) = + delete; + + IRTDamageReactionModel(const IRTDamageReactionModel&) = delete; + + using DNANode = + std::variant; + + G4double CalculateReactionTime(const G4Track& trackA, DNANode&) override; + + G4bool DoReaction(const G4Track& track, const G4double&, + const DNANode&) override; + + private: + G4double GetTimeToEncounter(const G4MolecularConfiguration* molA, + const G4MolecularConfiguration* molB, + const G4double& distance); + + void MakeReaction(const G4Track& track); + + void RecordDNADamage() const; + + const G4VPhysicalVolume* fpDNAPhyVolume = nullptr; + const G4Track* fpTrack = nullptr; + G4double fminTimeStep = DBL_MAX; + G4double fReactionTime = DBL_MAX; + DNAGeometry* fpDNAGeometry; + const G4DNAMolecularReactionTable* fMolecularReactionTable; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif \ No newline at end of file diff --git a/examples/extended/medical/dna/moleculardna/include/MoleculeList.hh b/examples/extended/medical/dna/moleculardna/include/MoleculeList.hh new file mode 100644 index 0000000000..37f1f19028 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/MoleculeList.hh @@ -0,0 +1,180 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: MolecularMoleculeList.hh +/// brief: Enumerators for DNA molecules + +#ifndef MOLECULAR_MOLECULE_LIST_HH +#define MOLECULAR_MOLECULE_LIST_HH + +#include "globals.hh" +#include "DNAHashing.hh" + +typedef enum molecule +{ + UNSPECIFIED, + SUGAR, + PHOSPHATE, + GUANINE, + ADENINE, + CYTOSINE, + THYMINE, + Count +} molecule; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +namespace utility +{ + using namespace G4::hashing; + // Larson: works for the given set of words and is the fastest +#define CT_HASHER(x) larson::cthash(x) +#define DEFINE_HASHER +#define RT_HASHER(x) larson::hash(x) + + // Default + //#define CT_HASHER(x) "x"_hash + //#define DEFINE_HASHER G4ThreadLocalStatic G4::hashing::hasher + //_hasher; #define RT_HASHER(x) _hasher(x) + + // CRC32 + //#define CT_HASHER(x) crc32::hash(x) + //#define DEFINE_HASHER + //#define RT_HASHER(x) crc32::hash(x) + + // STL + // static constexpr size_t sugar_h = 18188831749337764501llu; + // static constexpr size_t p_h = 18387783588576939323llu; + // static constexpr size_t a_h = 13783237927007415; + // static constexpr size_t g_h = 8059069078009542073; + // static constexpr size_t t_h = 11553912749450711402llu; + // static constexpr size_t c_h = 17880634351340259280llu; + //#define CT_HASHER(x) crc32::hash(x) + //#define DEFINE_HASHER G4ThreadLocalStatic std::hash stdhasher; + //#define RT_HASHER(x) stdhasher(x) + + static constexpr size_t sugar_h = CT_HASHER("SUGAR"); + static constexpr size_t p_h = CT_HASHER("PHOSPHATE"); + static constexpr size_t a_h = CT_HASHER("ADENINE"); + static constexpr size_t g_h = CT_HASHER("GUANINE"); + static constexpr size_t t_h = CT_HASHER("THYMINE"); + static constexpr size_t c_h = CT_HASHER("CYTOSINE"); + + inline ::molecule GetMoleculeEnum(const G4String& mol) + { + G4String _mol(mol); + std::transform(_mol.begin(), _mol.end(), _mol.begin(), ::toupper); + + DEFINE_HASHER + size_t mol_h = RT_HASHER(std::string(_mol)); + + switch(mol_h) + { + case sugar_h: + // G4cout << "RETURN SUGAR FOR : " << mol << G4endl; + return SUGAR; + case p_h: + // G4cout << "RETURN P FOR : " << mol << G4endl; + return PHOSPHATE; + case a_h: + // G4cout << "RETURN A FOR : " << mol << G4endl; + return ADENINE; + case g_h: + // G4cout << "RETURN G FOR : " << mol << G4endl; + return GUANINE; + case c_h: + // G4cout << "RETURN C FOR : " << mol << G4endl; + return CYTOSINE; + case t_h: + // G4cout << "RETURN T FOR : " << mol << G4endl; + return THYMINE; + default: + // G4cout << "RETURN UNSPECIFIED FOR : " << mol << G4endl; + // G4cout << "p_h " << p_h << G4endl; + G4Exception("MolecularMoleculeList::GetMoleculeEnum", + "ERR_UNKNOWN_MOLECULE", JustWarning, "Unknown molecule"); + return UNSPECIFIED; + } + } + + inline G4String GetMoleculeEnumString(::molecule mol) + { + switch(mol) + { + case PHOSPHATE: + return "Phosphate"; + case SUGAR: + return "Sugar"; + case GUANINE: + return "Guanine"; + case ADENINE: + return "Adenine"; + case CYTOSINE: + return "Cytosine"; + case THYMINE: + return "Thymine"; + default: + return "Unspecified"; + } + } + + // TODO : move to test part + inline int TestMoleculeEnum() + { + G4cout << GetMoleculeEnumString( + utility::GetMoleculeEnum(G4String("PHOSPHATE"))) + << G4endl; + + G4cout << GetMoleculeEnumString(utility::GetMoleculeEnum(G4String("SUGAR"))) + << G4endl; + + G4cout << GetMoleculeEnumString( + utility::GetMoleculeEnum(G4String("GUANINE"))) + << G4endl; + + G4cout << GetMoleculeEnumString( + utility::GetMoleculeEnum(G4String("ADENINE"))) + << G4endl; + + G4cout << GetMoleculeEnumString( + utility::GetMoleculeEnum(G4String("THYMINE"))) + << G4endl; + + G4cout << GetMoleculeEnumString( + utility::GetMoleculeEnum(G4String("CYTOSINE"))) + << G4endl; + + G4cout << GetMoleculeEnumString( + utility::GetMoleculeEnum(G4String("CyToSiNe"))) + << G4endl; + + return 0; + } +} // namespace utility + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_MOLECULE_LIST_HH diff --git a/examples/extended/medical/dna/moleculardna/include/OctreeNode.hh b/examples/extended/medical/dna/moleculardna/include/OctreeNode.hh new file mode 100644 index 0000000000..3ae71a8b0a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/OctreeNode.hh @@ -0,0 +1,118 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_OCTREE_NODE_HH +#define MOLECULAR_OCTREE_NODE_HH + +#include "globals.hh" +#include "G4ThreeVector.hh" + +#include +#include + +class G4VPhysicalVolume; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class OctreeNode +{ + public: + // Uniform divisions constructor along each axis + OctreeNode(G4ThreeVector, G4ThreeVector, G4int, OctreeNode* parent = nullptr); + + virtual ~OctreeNode(); + + inline G4bool HasChildren() const + { + return (fChildren[0] != nullptr); + } + + inline OctreeNode* GetParent() const { return fParent; }; + + inline const auto& GetHalfLengths() const + { + return fHalfLengths; + }; + + inline G4double GetHalfLengthsMag() const + { + return fHalfLengthsMag; + }; + + inline const G4ThreeVector& GetPosition() const + { + return fPosition; + }; + + inline const auto& GetChildren() const { return fChildren; }; + + const std::vector SearchOctree( + const G4ThreeVector&, G4double _rad = 0) const; + + void SearchOctree(const G4ThreeVector& pos, + std::vector& out, + G4double _rad = 0) const; + + const std::vector SearchOctree( + const G4ThreeVector&) const; + + G4int GetNumberOfTerminalNodes(); + + void AddPhysicalVolume(G4VPhysicalVolume*); + + std::vector GetContents() const; + + inline G4int GetMaxContents() const { return fMaxContents; }; + + protected: + void Split(); + + const OctreeNode* GetChildFromPosition( + G4ThreeVector const&) const; + + OctreeNode* GetChildFromPosition(G4ThreeVector const& pos); + + private: + G4ThreeVector fPosition, fHalfLengths; + G4int fMaxContents; + + std::vector fContents; + + OctreeNode* fParent; + // fChildren is arranged logically to save on queries + // The scheme is defined by quadrant as follows: + // X Y Z Index | X Y Z Index + // + + + 0 | - + + 4 + // + + - 1 | - + - 5 + // + - + 2 | - - + 6 + // + - - 3 | - - - 7 + std::array fChildren; + G4double fHalfLengthsMag; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_OCTREE_NODE_HH diff --git a/examples/extended/medical/dna/moleculardna/include/ParallelWorldPhysics.hh b/examples/extended/medical/dna/moleculardna/include/ParallelWorldPhysics.hh new file mode 100644 index 0000000000..9e8c31250a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/ParallelWorldPhysics.hh @@ -0,0 +1,59 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: ParallelWorldPhysics.hh +/// brief: G4ParallelWorldPhysics, but without application to molecular species + +#ifndef MOLECULAR_PARALLEL_WORLD_PHYSICS_HH +#define MOLECULAR_PARALLEL_WORLD_PHYSICS_HH + +#include "G4VPhysicsConstructor.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class ParallelWorldPhysics : public G4VPhysicsConstructor +{ + public: + explicit ParallelWorldPhysics(const G4String& name = "ParallelWP", + G4bool layerdMass = false); + + ~ParallelWorldPhysics() override; + + void ConstructProcess() override; + + void ConstructParticle() override; + + private: + ParallelWorldPhysics& operator=(const ParallelWorldPhysics&); + + ParallelWorldPhysics(const ParallelWorldPhysics&); + + G4bool fLayeredMass; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_PARALLEL_WORLD_PHYSICS_HH diff --git a/examples/extended/medical/dna/moleculardna/include/PhysicsList.hh b/examples/extended/medical/dna/moleculardna/include/PhysicsList.hh new file mode 100644 index 0000000000..12aaa3a002 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/PhysicsList.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. * +// ******************************************************************** +// +// +/// \file PhysicsList.hh +/// \brief Definition of the PhysicsList class + +#ifndef MOLECULAR_PHYSICS_LIST_HH +#define MOLECULAR_PHYSICS_LIST_HH + +#include "G4VModularPhysicsList.hh" +#include "globals.hh" + +class G4VPhysicsConstructor; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PhysicsList : public G4VModularPhysicsList +{ + public: + explicit PhysicsList(const G4int& list); + + ~PhysicsList() override; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_PHYSICS_LIST_HH diff --git a/examples/extended/medical/dna/moleculardna/include/PlacementVolumeInfo.hh b/examples/extended/medical/dna/moleculardna/include/PlacementVolumeInfo.hh new file mode 100644 index 0000000000..e3a7e804e0 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/PlacementVolumeInfo.hh @@ -0,0 +1,81 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_PLACEMENT_VOLUME_INFO_HH +#define MOLECULAR_PLACEMENT_VOLUME_INFO_HH + +#include "globals.hh" + +#include + +class OctreeNode; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PlacementVolumeInfo +{ + public: + PlacementVolumeInfo() = default; + + PlacementVolumeInfo(OctreeNode*, OctreeNode*, std::map); + + virtual ~PlacementVolumeInfo() = default; + + inline auto GetOctree() const { return fpOctree; }; + + inline auto GetHistoneOctree() const { return fpHistoneOctree; }; + + int64_t GetPairsOnChain(G4int idx) const; + + int64_t GetTotalBasePairs() const; + + inline int64_t GetTotalHistones() const { return fNHistones; } + + inline void SetNHistones(G4int histone) { fNHistones += (int64_t) histone; } + + G4int GetNumberOfChains() const + { + return fBasePairsInChain.size(); + }; + + void SetOctree(OctreeNode* octree) { fpOctree = octree; }; + + void SetHistoneOctree(OctreeNode* octree) { fpHistoneOctree = octree; }; + + inline void SetPairsOnChain(G4int chain, int64_t pairs) + { + fBasePairsInChain[chain] = pairs; + }; + + private: + int64_t fNHistones = 0; + OctreeNode* fpOctree = nullptr; + OctreeNode* fpHistoneOctree = nullptr; + std::map fBasePairsInChain; +}; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_PLACEMENT_VOLUME_INFO_HH diff --git a/examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorAction.hh b/examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorAction.hh new file mode 100644 index 0000000000..b108acdfa3 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorAction.hh @@ -0,0 +1,55 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file PrimaryGeneratorAction.hh +/// \brief Header file for Primary Generator for Molecular DNA simulation + +#ifndef MOLECULAR_PRIMARY_GENERATORACTION_HH +#define MOLECULAR_PRIMARY_GENERATORACTION_HH + +#include "G4VUserPrimaryGeneratorAction.hh" +#include "globals.hh" + +class G4GeneralParticleSource; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction +{ + public: + PrimaryGeneratorAction(); + + ~PrimaryGeneratorAction() override; + + void GeneratePrimaries(G4Event* anEvent) override; + + private: + G4GeneralParticleSource* fParticleGun = nullptr; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_PRIMARY_GENERATORACTION_HH diff --git a/examples/extended/medical/dna/moleculardna/include/RodChromosome.hh b/examples/extended/medical/dna/moleculardna/include/RodChromosome.hh new file mode 100644 index 0000000000..97c2489e5f --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/RodChromosome.hh @@ -0,0 +1,94 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: RodChromosome.hh +/// brief: declaration file for a rod-shaped chromosome model. + +#ifndef MOLECULAR_ROD_CHROMOSOME_HH +#define MOLECULAR_ROD_CHROMOSOME_HH + +#include "VirtualChromosome.hh" + +#include "globals.hh" + +#include "G4ThreeVector.hh" +#include "G4RotationMatrix.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class RodChromosome : public VirtualChromosome +{ + public: + explicit RodChromosome(const G4String&, G4ThreeVector, const G4double&, + const G4double&); + + explicit RodChromosome(const G4String&, G4ThreeVector, const G4double&, + const G4double&, G4RotationMatrix); + + ~RodChromosome() override; + + bool PointInChromosome(G4ThreeVector const& position) override; + + G4ThreeVector RandomPointInChromosome() override; + + G4String GetShape() override { return fShape; }; + static const G4String fShape; + + void Print() override + { + G4cout << "type: " << fShape << G4endl; + G4cout << "radius: " << fRadius << G4endl; + G4cout << "height: " << fHeight << G4endl; + G4cout << "center: " << fCenter << G4endl; + G4cout << "rotation: " << fRotation.getPhi() << " " << fRotation.getTheta() + << " " << fRotation.getPhi() << G4endl; + } + + void SetRotation(const G4RotationMatrix& rot) + { + fRotation = rot; + fInverseRotation = fRotation.inverse(); + }; + + G4RotationMatrix GetRotation() const { return fRotation; }; + + G4ThreeVector GetPosition() const { return fCenter; }; + + G4double GetRadius() const { return fRadius; }; + + G4double GetHeight() const { return fHeight; }; + + protected: + private: + G4ThreeVector fCenter; + G4double fRadius; + G4double fHeight; + G4RotationMatrix fRotation, fInverseRotation; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_ROD_CHROMOSOME_HH diff --git a/examples/extended/medical/dna/moleculardna/include/RunAction.hh b/examples/extended/medical/dna/moleculardna/include/RunAction.hh new file mode 100644 index 0000000000..5a15f6da65 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/RunAction.hh @@ -0,0 +1,59 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: RunAction.hh +/// brief: Header for Molecular DNA run Action +#ifndef MOLECULAR_RUN_ACTION_HH +#define MOLECULAR_RUN_ACTION_HH + +#include "G4UserRunAction.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class AnalysisManager; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class RunAction : public G4UserRunAction +{ + public: + explicit RunAction(AnalysisManager*); + + ~RunAction() override; + + public: + void BeginOfRunAction(const G4Run*) override; + + void EndOfRunAction(const G4Run*) override; + + private: + AnalysisManager* fAnalysisManager; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_RUN_ACTION_HH diff --git a/examples/extended/medical/dna/moleculardna/include/SphericalChromosome.hh b/examples/extended/medical/dna/moleculardna/include/SphericalChromosome.hh new file mode 100644 index 0000000000..cde529fd8f --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/SphericalChromosome.hh @@ -0,0 +1,80 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: SphericalChromosome.hh +/// brief: declaration file for a Spherical chromosome model. + +#ifndef MOLECULAR_SPHERICAL_CHROMOSOME_HH +#define MOLECULAR_SPHERICAL_CHROMOSOME_HH + +#include "VirtualChromosome.hh" +#include "globals.hh" +#include "G4ThreeVector.hh" +#include "G4RotationMatrix.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class SphericalChromosome : public VirtualChromosome +{ + public: + SphericalChromosome(const G4String&, G4ThreeVector, const G4double&); + + SphericalChromosome(const G4String&, G4ThreeVector, const G4double&, + G4RotationMatrix); + + ~SphericalChromosome() override; + + G4bool PointInChromosome(G4ThreeVector const& position) override; + + G4ThreeVector RandomPointInChromosome() override; + + G4String GetShape() override { return fShape; }; + + static const G4String fShape; + + void Print() override; + + inline void SetRotation(const G4RotationMatrix& rot) + { + fRotation = rot; + fInverseRotation = fRotation.inverse(); + }; + + inline G4RotationMatrix GetRotation() const { return fRotation; }; + + inline G4ThreeVector GetPosition() const { return fCenter; }; + + inline G4double GetRadius() const { return fRadius; }; + + private: + G4ThreeVector fCenter; + G4double fRadius; + G4RotationMatrix fRotation, fInverseRotation; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_SPHERICAL_CHROMOSOME_HH diff --git a/examples/extended/medical/dna/moleculardna/include/StackingAction.hh b/examples/extended/medical/dna/moleculardna/include/StackingAction.hh new file mode 100644 index 0000000000..159b4a000f --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/StackingAction.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. * +// ******************************************************************** +// +// +/// file: StackingAction.hh +/// brief: Declaration of StackingAction class + +#ifndef MOLECULAR_STACKING_ACTION_HH +#define MOLECULAR_STACKING_ACTION_HH + +#include "G4UserStackingAction.hh" +#include "globals.hh" +#include "G4UserStackingAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class StackingAction : public G4UserStackingAction +{ + public: + StackingAction(); + + ~StackingAction() override; + + void NewStage() override; +}; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_STACKING_ACTION_HH diff --git a/source/processes/electromagnetic/dna/management/include/G4DNAReactionTypeManager.hh b/examples/extended/medical/dna/moleculardna/include/SteppingAction.hh similarity index 60% rename from source/processes/electromagnetic/dna/management/include/G4DNAReactionTypeManager.hh rename to examples/extended/medical/dna/moleculardna/include/SteppingAction.hh index 4d597a3389..4479fb0c8b 100644 --- a/source/processes/electromagnetic/dna/management/include/G4DNAReactionTypeManager.hh +++ b/examples/extended/medical/dna/moleculardna/include/SteppingAction.hh @@ -24,43 +24,50 @@ // ******************************************************************** // // +/// file:SteppingAction.hh +/// brief: +#ifndef MOLECULAR_STEPPING_ACTION_HH +#define MOLECULAR_STEPPING_ACTION_HH -#ifndef G4DNAReactionTypeManager_hh -#define G4DNAReactionTypeManager_hh 1 +#include "G4UserSteppingAction.hh" -#include -#include "G4VReactionType.hh" +#include "globals.hh" +#include "G4ThreeVector.hh" -using ReactionTypeTable = std::map; -using ReactionID = G4int; +class EventAction; -class G4VReactionTypeManager +class DNAGeometry; + +class G4VPhysicalVolume; + +class PlacementVolumeInfo; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class SteppingAction : public G4UserSteppingAction { -public: - G4VReactionTypeManager() = default; - virtual ~G4VReactionTypeManager() = default; - virtual void SetReactionTypeTable(G4VReactionType*) = 0; - virtual const ReactionTypeTable* GetReactionTypeTable() const = 0; - virtual void SetTypeTableByID(std::map byIDMap) = 0; + public: + explicit SteppingAction(EventAction*); + + ~SteppingAction() override; + + void UserSteppingAction(const G4Step*) override; + + protected: + void ProcessDNARegionHit(const G4Step*); + + void DoChromosomeRegionHit(const G4ThreeVector&, const G4double&, + const G4bool&); + + void DoChromosomeDNAHit(const G4ThreeVector&, const G4ThreeVector&, + const G4double&, const G4double&, const G4String&, + const G4String&); + + private: + EventAction* fEventAction; + DNAGeometry* fDNAGeometry; }; -class G4DNAReactionTypeManager: public G4VReactionTypeManager -{ -public: - G4DNAReactionTypeManager(); - ~G4DNAReactionTypeManager() override; - void SetReactionTypeTable(G4VReactionType* process) override; - - const ReactionTypeTable* GetReactionTypeTable() const override; - - void SetTypeTableByID(std::map byIDMap) override; - ReactionType GetReactionTypeByID(ReactionID iD); - -private: - ReactionTypeTable fReactionTypeTable; - std::map fReactionTypeByID; -protected: - void Clear(); -}; -#endif +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +#endif // MOLECULAR_STEPPING_ACTION_HH diff --git a/examples/extended/medical/dna/moleculardna/include/TimeStepAction.hh b/examples/extended/medical/dna/moleculardna/include/TimeStepAction.hh new file mode 100644 index 0000000000..a32b7f0308 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/TimeStepAction.hh @@ -0,0 +1,67 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_TIMESTEP_ACTION_HH +#define MOLECULAR_TIMESTEP_ACTION_HH + +#include "G4UserTimeStepAction.hh" + +class DNAGeometry; + +class EventAction; + +class G4ITTrackHolder; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class TimeStepAction : public G4UserTimeStepAction +{ + public: + explicit TimeStepAction(EventAction*); + + ~TimeStepAction() override; + + void StartProcessing() override; + + void UserReactionAction(const G4Track&, const G4Track&, + const std::vector*) override; + + void UserPreTimeStepAction() override; + + void UserPostTimeStepAction() override; + + void RadicalKillDistance(); + + protected: + EventAction* fEventAction; + DNAGeometry* fDNAGeometry = nullptr; + G4double fRadicalKillDistance; + G4ITTrackHolder* fpChemistryTrackHolder; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_TIMESTEP_ACTION_HH diff --git a/examples/extended/medical/dna/moleculardna/include/UtilityFunctions.hh b/examples/extended/medical/dna/moleculardna/include/UtilityFunctions.hh new file mode 100644 index 0000000000..101fd94d3b --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/UtilityFunctions.hh @@ -0,0 +1,105 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_UTILITY_FUNCTIONS_HH +#define MOLECULAR_UTILITY_FUNCTIONS_HH + +#include "globals.hh" +#include +#include +#include +#include "G4ThreeVector.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +namespace utility +{ + std::vector& split(const G4String&, char, std::vector&); + + std::vector split(const G4String&, char); + + G4String get_seperated_element(const G4String&, char, G4int); + + std::array get_four_elements(const G4String&, char); + + bool path_exists(const G4String&); + + [[maybe_unused]] G4String getcwd(); + + G4double min(const G4ThreeVector&); + + // sign function + template + [[maybe_unused]] inline constexpr int signum(T, std::false_type); + + template + inline constexpr int signum(T, std::true_type); + + template + inline constexpr int signum(T); + + // find last (highest) significant bit + // linux implementation, copied for portability + // http://lxr.linux.no/#linux+v2.6.26.5/include/asm-generic/bitops/fls.h + static inline int fls(int x) + { + int r = 32; + + if(!x) + return 0; + if(!(x & 0xffff0000u)) + { + x <<= 16; + r -= 16; + } + if(!(x & 0xff000000u)) + { + x <<= 8; + r -= 8; + } + if(!(x & 0xf0000000u)) + { + x <<= 4; + r -= 4; + } + if(!(x & 0xc0000000u)) + { + x <<= 2; + r -= 2; + } + if(!(x & 0x80000000u)) + { + x <<= 1; + r -= 1; + } + return r; + } + +} // namespace utility + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_UTILITY_FUNCTIONS_HH diff --git a/examples/extended/medical/dna/moleculardna/include/VirtualChromosome.hh b/examples/extended/medical/dna/moleculardna/include/VirtualChromosome.hh new file mode 100644 index 0000000000..dbeafda080 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/include/VirtualChromosome.hh @@ -0,0 +1,62 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#ifndef MOLECULAR_CHROMOSOME_HH +#define MOLECULAR_CHROMOSOME_HH + +#include "globals.hh" +#include "G4ThreeVector.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class VirtualChromosome +{ + public: + explicit VirtualChromosome(G4String ); + + virtual ~VirtualChromosome() = default; + + /// brief: Check point is in chromosome + virtual bool PointInChromosome(G4ThreeVector const& position) = 0; + + /// brief: return a random point in chromosome, not guaranteed uniform + virtual G4ThreeVector RandomPointInChromosome() = 0; + + virtual G4String GetShape() = 0; + + virtual void Print() = 0; + + virtual G4String Plot(); + + const G4String& GetName() { return fName; }; + + private: + G4String fName; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_CHROMOSOME_HH diff --git a/examples/extended/medical/dna/moleculardna/molecular.cc b/examples/extended/medical/dna/moleculardna/molecular.cc new file mode 100644 index 0000000000..51ac1a4cfc --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/molecular.cc @@ -0,0 +1,124 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file molecular.cc +/// \brief Molecular level simulation of DNA + +#include "DetectorConstruction.hh" +#include "ActionInitialization.hh" +#include "PhysicsList.hh" + +#include "G4RunManagerFactory.hh" + +#include "G4UImanager.hh" +#include "G4UIExecutive.hh" +#include "G4VisExecutive.hh" + +#include +#include "G4MoleculeGun.hh" +#include "G4DNAChemistryManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +namespace { + void PrintUsage() { + G4cout << " Usage: " << G4endl; + G4cout << " molecular [-m macro ] [-t nThreads] [-p PhysicsList]" + << G4endl; + G4cout << " -p is the G4DNA Physics List option. Default (0) is" + << " G4EmDNAPhysics" << G4endl; + G4cout << " note: -t option is available only for multi-threaded mode." + << G4endl; + } +} + +int main(int argc, char **argv) { + if (argc > 7) { + PrintUsage(); + return 1; + } + + G4String macro; + G4int phys_option = 2; + + G4int nThreads = 2; + for (G4int ii = 1; ii < argc; ii = ii + 2) { + if (G4String(argv[ii]) == "-m") { + macro = argv[ii + 1]; + } else if (G4String(argv[ii]) == "-p") { + phys_option = G4UIcommand::ConvertToInt(argv[ii + 1]); + } else if (G4String(argv[ii]) == "-t") { + nThreads = G4UIcommand::ConvertToInt(argv[ii + 1]); + } else { + PrintUsage(); + return 1; + } + } + + G4UIExecutive *ui = nullptr; + if (!macro.size()) { + ui = new G4UIExecutive(argc, argv); + } + + /* + time_t timeStart; + time(&timeStart); + long seed = timeStart; + G4Random::setTheSeed(seed); + */ + + auto* runManager = G4RunManagerFactory::CreateRunManager(); + if (nThreads > 0) { + runManager->SetNumberOfThreads(nThreads); + } + + runManager->SetUserInitialization(new DetectorConstruction()); + G4VModularPhysicsList *physicsList = new PhysicsList(phys_option); + runManager->SetUserInitialization(physicsList); + runManager->SetUserInitialization(new ActionInitialization()); + G4DNAChemistryManager::Instance()->Initialize(); + + G4VisExecutive* visManager = nullptr; + + // Get the pointer to the User Interface manager + G4UImanager *UImanager = G4UImanager::GetUIpointer(); + if (!macro.empty()) { + // batch mode + G4String command = "/control/execute "; + UImanager->ApplyCommand(command + macro); + } else { + visManager = new G4VisExecutive; + visManager->Initialize(); + UImanager->ApplyCommand("/control/execute vis.mac"); + ui->SessionStart(); + delete ui; + delete visManager; + } + delete runManager; + return 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/moleculardna/src/ActionInitialization.cc b/examples/extended/medical/dna/moleculardna/src/ActionInitialization.cc new file mode 100644 index 0000000000..b96d4f8ced --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/ActionInitialization.cc @@ -0,0 +1,84 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file ActionInitialization.cc +/// \brief Molecular DNA Action Initialization + +#include "ActionInitialization.hh" +#include "RunAction.hh" +#include "EventAction.hh" +#include "SteppingAction.hh" +#include "PrimaryGeneratorAction.hh" +#include "AnalysisManager.hh" +#include "G4Scheduler.hh" +#include "StackingAction.hh" +#include "TimeStepAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::ActionInitialization() + : G4VUserActionInitialization() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::~ActionInitialization() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::BuildForMaster() const +{ + auto man = new AnalysisManager(); + auto runAction = new RunAction(man); + SetUserAction(runAction); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::Build() const +{ + auto man = new AnalysisManager(); + auto runAction = new RunAction(man); + SetUserAction(runAction); + + auto eventAction = new EventAction(man); + SetUserAction(eventAction); + + auto stepAction = new SteppingAction(eventAction); + SetUserAction(stepAction); + + auto generatorAction = new PrimaryGeneratorAction(); + SetUserAction(generatorAction); + + //--- CHEMISTRY ---- + auto stackingAction = new StackingAction(); + SetUserAction(stackingAction); + + auto timeStepAction = new TimeStepAction(eventAction); + G4Scheduler::Instance()->SetUserAction(timeStepAction); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file diff --git a/examples/extended/medical/dna/moleculardna/src/AnalysisManager.cc b/examples/extended/medical/dna/moleculardna/src/AnalysisManager.cc new file mode 100644 index 0000000000..2ebd3821ea --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/AnalysisManager.cc @@ -0,0 +1,2298 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: +/// brief: + +#include "AnalysisManager.hh" +#include "AnalysisMessenger.hh" +#include "ChromosomeHit.hh" +#include "DNAGeometry.hh" +#include "DNAHit.hh" +#include "DetectorConstruction.hh" +#include "G4Event.hh" +#include "G4EventManager.hh" +#include "G4MolecularConfiguration.hh" +#include "G4Run.hh" +#include "G4RunManager.hh" +#include "G4SystemOfUnits.hh" +#include "Randomize.hh" +#include "UtilityFunctions.hh" +#include +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +AnalysisManager::AnalysisManager() +{ + fAnalysisManager = G4AnalysisManager::Instance(); + fpAnalysisMessenger = new AnalysisMessenger(this); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +AnalysisManager::~AnalysisManager() { delete fpAnalysisMessenger; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void AnalysisManager::Initialize() +{ + const G4Run* run = G4RunManager::GetRunManager()->GetCurrentRun(); + if(run->GetRunID() == 0) + { + G4cout << "AnalysisManager::Initialize() GetRunID : " << run->GetRunID() + << G4endl; + fAnalysisManager->SetDefaultFileType("root"); + fAnalysisManager->SetVerboseLevel(1); + + fAnalysisManager->SetNtupleDirectoryName("tuples"); + fAnalysisManager->SetHistoDirectoryName("hists"); + + fAnalysisManager->CreateH1("ssb_counts", "SSBs", 1000, 0, 1000); + fAnalysisManager->CreateH1("ssb_energies_ev", "SSB Energies", 500, 0, 500); + // fAnalysisManager->CreateH1("fragments", "Fragment sizes", 500, 0, + // 500);//ORG + fAnalysisManager->CreateH1("fragments", "Fragment sizes", 10000, 0, + 10000); // dousatsu + fAnalysisManager->CreateH3("local_pos", "Strand Interaction Positions", 50, + -25, 25, 50, -25, 25, 50, -25, 25); + fAnalysisManager->CreateH3("global_pos", "Strand Interaction Positions", 50, + -100, 100, 50, -100, 100, 50, -100, 100); + fAnalysisManager->CreateH1("e_cell_kev", "Energy Deposits in Cell", 2500, 0, + 2500); // dousatsu + + fAnalysisManager->CreateNtuple("primary_source", "Primary Source"); + fAnalysisManager->CreateNtupleSColumn("Primary"); + fAnalysisManager->CreateNtupleDColumn("Energy"); + fAnalysisManager->CreateNtupleDColumn("PosX_um"); + fAnalysisManager->CreateNtupleDColumn("PosY_um"); + fAnalysisManager->CreateNtupleDColumn("PosZ_um"); + fAnalysisManager->CreateNtupleDColumn("MomX"); + fAnalysisManager->CreateNtupleDColumn("MomY"); + fAnalysisManager->CreateNtupleDColumn("MomZ"); + fAnalysisManager->CreateNtupleDColumn("StopPosX_um"); + fAnalysisManager->CreateNtupleDColumn("StopPosY_um"); + fAnalysisManager->CreateNtupleDColumn("StopPosZ_um"); + fAnalysisManager->CreateNtupleDColumn("TraLen_cell_um"); + fAnalysisManager->CreateNtupleDColumn("TraLen_chro_um"); + fAnalysisManager->FinishNtuple(); + + fAnalysisManager->CreateNtuple("chromosome_hits", + "Energy Deposits in Chromosomes"); + fAnalysisManager->CreateNtupleSColumn("chromosome"); + fAnalysisManager->CreateNtupleDColumn("e_chromosome_kev"); + fAnalysisManager->CreateNtupleDColumn("e_dna_kev"); + fAnalysisManager->FinishNtuple(); + + fAnalysisManager->CreateNtuple("classification", + "Break Complexity Frequency"); + fAnalysisManager->CreateNtupleSColumn("Primary"); + fAnalysisManager->CreateNtupleDColumn("Energy"); + fAnalysisManager->CreateNtupleIColumn("None"); + fAnalysisManager->CreateNtupleIColumn("SSB"); + fAnalysisManager->CreateNtupleIColumn("SSBp"); + fAnalysisManager->CreateNtupleIColumn("2SSB"); + fAnalysisManager->CreateNtupleIColumn("DSB"); + fAnalysisManager->CreateNtupleIColumn("DSBp"); + fAnalysisManager->CreateNtupleIColumn("DSBpp"); + fAnalysisManager->FinishNtuple(); + + fAnalysisManager->CreateNtuple("source", "Break Source Frequency"); + fAnalysisManager->CreateNtupleSColumn("Primary"); + fAnalysisManager->CreateNtupleDColumn("Energy"); + fAnalysisManager->CreateNtupleIColumn("None"); + fAnalysisManager->CreateNtupleIColumn("SSBd"); + fAnalysisManager->CreateNtupleIColumn("SSBi"); + fAnalysisManager->CreateNtupleIColumn("SSBm"); + fAnalysisManager->CreateNtupleIColumn("DSBd"); + fAnalysisManager->CreateNtupleIColumn("DSBi"); + fAnalysisManager->CreateNtupleIColumn("DSBm"); + fAnalysisManager->CreateNtupleIColumn("DSBh"); + fAnalysisManager->FinishNtuple(); + + fAnalysisManager->CreateNtuple("damage", "DNA damage locations"); + fAnalysisManager->CreateNtupleIColumn("Event"); + fAnalysisManager->CreateNtupleSColumn("Primary"); + fAnalysisManager->CreateNtupleDColumn("Energy"); + fAnalysisManager->CreateNtupleSColumn("TypeClassification"); + fAnalysisManager->CreateNtupleSColumn("SourceClassification"); + fAnalysisManager->CreateNtupleDColumn("Position_x_um"); + fAnalysisManager->CreateNtupleDColumn("Position_y_um"); + fAnalysisManager->CreateNtupleDColumn("Position_z_um"); + fAnalysisManager->CreateNtupleDColumn("Size_nm"); + fAnalysisManager->CreateNtupleIColumn("FragmentLength"); + fAnalysisManager->CreateNtupleIColumn("BaseDamage"); + fAnalysisManager->CreateNtupleIColumn("StrandDamage"); + fAnalysisManager->CreateNtupleIColumn("DirectBreaks"); + fAnalysisManager->CreateNtupleIColumn("IndirectBreaks"); + fAnalysisManager->CreateNtupleIColumn("EaqBaseHits"); + fAnalysisManager->CreateNtupleIColumn("EaqStrandHits"); + fAnalysisManager->CreateNtupleIColumn("OHBaseHits"); + fAnalysisManager->CreateNtupleIColumn("OHStrandHits"); + fAnalysisManager->CreateNtupleIColumn("HBaseHits"); + fAnalysisManager->CreateNtupleIColumn("HStrandHits"); + fAnalysisManager->CreateNtupleDColumn("EnergyDeposited_eV"); + fAnalysisManager->CreateNtupleIColumn("InducedBreaks"); + fAnalysisManager->CreateNtupleIColumn("Chain"); + fAnalysisManager->CreateNtupleIColumn("Strand"); // WG + fAnalysisManager->CreateNtupleDColumn("BasePair"); // dousatsu + fAnalysisManager->CreateNtupleSColumn("Name"); + fAnalysisManager->FinishNtuple(); + } + + if(!fFileName) + { + fFileName = "molecular-dna"; + } + fAnalysisManager->OpenFile(fFileName); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void AnalysisManager::Close() +{ + fAnalysisManager->Write(); + fAnalysisManager->CloseFile(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void AnalysisManager::ProcessDNAHitsVector( + const std::vector& dnaHits) +{ + // Check we have DNA Geometry (runs once) + if(fpDNAGeometry == nullptr) + { + auto det = dynamic_cast( + G4RunManager::GetRunManager()->GetUserDetectorConstruction()); + fpDNAGeometry = det->GetDNAGeometry(); + } + + if(dnaHits.empty()) + { + return; + } + const G4Event* event = + G4EventManager::GetEventManager()->GetConstCurrentEvent(); + // SSBs + for(auto dnaHit : dnaHits) + { + fAnalysisManager->FillH1(fAnalysisManager->GetH1Id("ssb_energies_ev"), + dnaHit->GetEnergy() / eV); + if(fChainToSave == -1) + { + // save all chains + fAnalysisManager->FillH3(fAnalysisManager->GetH3Id("local_pos"), + dnaHit->GetLocalPosition().getX() / nm, + dnaHit->GetLocalPosition().getY() / nm, + dnaHit->GetLocalPosition().getZ() / nm); + fAnalysisManager->FillH3(fAnalysisManager->GetH3Id("global_pos"), + dnaHit->GetPosition().getX() / nm, + dnaHit->GetPosition().getY() / nm, + dnaHit->GetPosition().getZ() / nm); + } + else if(fChainToSave == dnaHit->GetChainIdx()) + { // what is different ? + // save only specified chain + fAnalysisManager->FillH3(fAnalysisManager->GetH3Id("local_pos"), + dnaHit->GetLocalPosition().getX() / nm, + dnaHit->GetLocalPosition().getY() / nm, + dnaHit->GetLocalPosition().getZ() / nm); + fAnalysisManager->FillH3(fAnalysisManager->GetH3Id("global_pos"), + dnaHit->GetPosition().getX() / nm, + dnaHit->GetPosition().getY() / nm, + dnaHit->GetPosition().getZ() / nm); + } + } + fAnalysisManager->FillH1(fAnalysisManager->GetH1Id("ssb_counts"), + dnaHits.size()); + + // DSBs + // Sorting + // Make a map relating chromosome/chain to its binary tree + std::map, BinaryTree*> treemap; + + // Populate the binary tree + // G4cout << "Building Binary Trees for " << dnaHits.size() << " Nodes" << + // G4endl; + for(auto it = dnaHits.begin(); it != dnaHits.end(); ++it) + { + std::pair key = + std::make_pair((*it)->GetChromosome(), (*it)->GetChainIdx()); + if(treemap.find(key) == treemap.end()) + { + treemap[key] = new BinaryTree(); + if(fAnalysisManager->GetVerboseLevel() >= 2) + { + G4cout << "Constructing binary tree. Chromosome: " << key.first + << " Chain: " << key.second << G4endl; + } + } + treemap.at(key)->Insert(*it); + if(fAnalysisManager->GetVerboseLevel() >= 2) + { + G4cout << "Adding hit to binary tree. Chromosome: " << key.first + << " Chain: " << key.second << G4endl; + } + } + + // Analysis + // Create a vector to stock damage records for the event + // G4cout << "Building Damage Records" << G4endl; + std::vector damageRecords; + for(auto& it : treemap) + { + if(fAnalysisManager->GetVerboseLevel() >= 2) + { + G4cout << "Analysing hits for chromosome: " << it.first.first + << " Chain: " << it.first.second << G4endl; + } + DNAHit* currentHit = it.second->First(); + DNAHit* nextHit = currentHit; + + // Runs while their are still hits + while(nextHit) + { + // Create record for this fragment + if(currentHit->GetBasePairIdx() > 9223372036854775807) + { + G4cout << " SEE AnalysisManager !!!" << G4endl; + abort(); + } // dousatsu + // if (currentHit->GetBasePairIdx()>2147483647){G4cout<<" SEE + // AnalysisManager !!!"<GetBasePairIdx(); // dousatsu + int64_t startidx = (idx > 10) ? (idx - 10) : 0; // dousatsu + // G4int idx = currentHit->GetBasePairIdx();//ORG + // G4int startidx = (idx > 10) ? (idx - 10) : 0;//ORG + G4String name = it.first.first + "_" + std::to_string(it.first.second) + + "_" + std::to_string(startidx); // check!!!! + auto* record = new DamageRecord(name, idx, currentHit->GetPlacementIdx(), + currentHit->GetChainIdx()); + damageRecords.push_back(record); + BasePairDamageRecord* bp; + int64_t gap = 0; // dousatsu + + // bookend with 10 bps on either side of no damage + record->AddEmptyBPDamage(idx - startidx); + // continues until fragment ends + while(true) + { + bp = new BasePairDamageRecord; + bp->fStrand1Energy = currentHit->GetStrand1Energy(); + bp->fStrand2Energy = currentHit->GetStrand2Energy(); + bp->fBp1Energy = currentHit->GetBP1Energy(); + bp->fBp2Energy = currentHit->GetBP2Energy(); + bp->fBp1IndirectEvt = (currentHit->GetBase1Rad() != nullptr); + bp->fBp2IndirectEvt = (currentHit->GetBase2Rad() != nullptr); + bp->fStrand1IndirectEvt = (currentHit->GetStrand1Rad() != nullptr); + bp->fStrand2IndirectEvt = (currentHit->GetStrand2Rad() != nullptr); + bp->fbp1DirectDmg = false; // No physical damage on BPs + bp->fbp2DirectDmg = false; // No physical damage on BPs + + bp->fStrand1DirectDmg = + fpDNAGeometry->GetDamageModel()->IsDirectStrandBreak( + bp->fStrand1Energy); + bp->fStrand2DirectDmg = + fpDNAGeometry->GetDamageModel()->IsDirectStrandBreak( + bp->fStrand2Energy); + + // if(bp->fStrand1DirectDmg) bp->fStrandIdx = 1; + // else if(bp->fStrand2DirectDmg) strandID = 2; + + if(bp->fBp1IndirectEvt) + { + bp->fBp1IndirectDmg = + fpDNAGeometry->GetDamageModel()->IsIndirectBaseDamage( + currentHit->GetBase1Rad()); + if(bp->fBp1IndirectDmg) + { + bp->fbp1InducedBreak = + fpDNAGeometry->GetDamageModel()->IsInducedStrandBreak( + currentHit->GetBase1Rad()); + } + } + + if(bp->fBp2IndirectEvt) + { + bp->fBp2IndirectDmg = + fpDNAGeometry->GetDamageModel()->IsIndirectBaseDamage( + currentHit->GetBase2Rad()); + if(bp->fBp2IndirectDmg) + { + bp->fbp2InducedBreak = + fpDNAGeometry->GetDamageModel()->IsInducedStrandBreak( + currentHit->GetBase2Rad()); + } + } + + if(bp->fStrand1IndirectEvt) + { + bp->fStrand1IndirectDmg = + fpDNAGeometry->GetDamageModel()->IsIndirectStrandDamage( + currentHit->GetStrand1Rad()); + } + if(bp->fStrand2IndirectEvt) + { + bp->fStrand2IndirectDmg = + fpDNAGeometry->GetDamageModel()->IsIndirectStrandDamage( + currentHit->GetStrand2Rad()); + } + // Record radical-base/strand damage. + // it is possible for base/strand damage to not correspond to + // direct hits due to the damage induction probabilities. + // This mainly affects strands. + if(bp->fBp1IndirectDmg) + { + record->AddBaseHit(currentHit->GetBase1Rad()->GetDefinition()); + } + if(bp->fBp2IndirectDmg) + { + record->AddBaseHit(currentHit->GetBase2Rad()->GetDefinition()); + } + if(bp->fStrand1IndirectDmg) + { + record->AddStrandHit(currentHit->GetStrand1Rad()->GetDefinition()); + // strandID = 1; + } + if(bp->fStrand2IndirectDmg) + { + record->AddStrandHit(currentHit->GetStrand2Rad()->GetDefinition()); + // strandID = 2; + } + + record->AddBasePairDamage(bp, currentHit->GetPosition()); + + nextHit = it.second->Next(currentHit); + if(nextHit == nullptr) + { + break; + } + + gap = nextHit->GetBasePairIdx() - currentHit->GetBasePairIdx(); + if(fFragmentGap > 0) + { + // case 1: continuous strand + if(gap > fFragmentGap) + { + currentHit = nextHit; + break; + } + else + { + record->AddEmptyBPDamage(gap); + } + } + else if(fFragmentGap == 0) + { + // case 2: individual placements, not joined + // ie. plasmids etc. Each placement is a separate strand + if(currentHit->GetPlacementIdx() != nextHit->GetPlacementIdx()) + { + if(fpDNAGeometry->GetVerbosity() > 1) + { + G4cout << "Analysis passing to a new placement" << G4endl; + } + currentHit = nextHit; + break; + } + else + { + record->AddEmptyBPDamage(gap); + } + } + else + { + G4Exception("MolecularAnalaysisManager", "ERR_FRAGMENT_VALUE", + FatalException, + "The value set in /analysisDNA/fragmentGap is bad"); + } + currentHit = nextHit; + } + record->AddEmptyBPDamage(10); + // end bookend + } + } + // Count the number of breaks and print out the records + // std::map breakmap; + std::map breakmap; + + breakmap[DSBplusplus] = 0; + breakmap[DSBplus] = 0; + breakmap[DSB] = 0; + breakmap[twoSSB] = 0; + breakmap[SSBplus] = 0; + breakmap[SSB] = 0; + breakmap[NoneComplexity] = 0; + std::map sourcemap; + sourcemap[SSBd] = 0; + sourcemap[SSBi] = 0; + sourcemap[SSBm] = 0; + sourcemap[DSBh] = 0; + sourcemap[DSBm] = 0; + sourcemap[DSBd] = 0; + sourcemap[DSBi] = 0; + sourcemap[undefined] = 0; + + for(auto& damageRecord : damageRecords) + { + DamageClassification* classif = + damageRecord->GetClassification(fDSBDistance); + breakmap[classif->fComplexity]++; + sourcemap[classif->fSource]++; + fAnalysisManager->FillH1(fAnalysisManager->GetH1Id("fragments"), + damageRecord->GetSize()); + + ///////////dousatsu-------------------------------------------- + fAnalysisManager->FillNtupleIColumn(4, 0, event->GetEventID()); + fAnalysisManager->FillNtupleSColumn(4, 1, + event->GetPrimaryVertex() + ->GetPrimary() + ->GetParticleDefinition() + ->GetParticleName()); + fAnalysisManager->FillNtupleDColumn( + 4, 2, event->GetPrimaryVertex()->GetPrimary()->GetKineticEnergy()); + + G4String complexityString = "None"; + switch(classif->fComplexity) + { + case SSB: + complexityString = "SSB"; + break; + case SSBplus: + complexityString = "SSB+"; + break; + case twoSSB: + complexityString = "2SSB"; + break; + case DSB: + complexityString = "DSB"; + break; + case DSBplus: + complexityString = "DSB+"; + break; + case DSBplusplus: + complexityString = "DSB++"; + break; + default: + complexityString = "None"; + break; + } + fAnalysisManager->FillNtupleSColumn(4, 3, complexityString); + + G4String sourceString = "undefined"; + switch(classif->fSource) + { + case SSBd: + sourceString = "SSBd"; + break; + case SSBi: + sourceString = "SSBi"; + break; + case SSBm: + sourceString = "SSBm"; + break; + case DSBh: + sourceString = "DSBh"; + break; + case DSBm: + sourceString = "DSBm"; + break; + case DSBd: + sourceString = "DSBd"; + break; + case DSBi: + sourceString = "DSBi"; + break; + default: + sourceString = "undefined"; + break; + } + + fAnalysisManager->FillNtupleSColumn(4, 4, sourceString); + fAnalysisManager->FillNtupleDColumn( + 4, 5, damageRecord->GetMeanPosition().getX() / um); + fAnalysisManager->FillNtupleDColumn( + 4, 6, damageRecord->GetMeanPosition().getY() / um); + fAnalysisManager->FillNtupleDColumn( + 4, 7, damageRecord->GetMeanPosition().getZ() / um); + fAnalysisManager->FillNtupleDColumn(4, 8, + damageRecord->GetMeanDistance() / nm); + fAnalysisManager->FillNtupleIColumn(4, 9, damageRecord->GetSize()); + fAnalysisManager->FillNtupleIColumn(4, 10, classif->fbaseDmg); + fAnalysisManager->FillNtupleIColumn(4, 11, classif->fStrandDmg); + fAnalysisManager->FillNtupleIColumn(4, 12, classif->fDirectBreaks); + fAnalysisManager->FillNtupleIColumn(4, 13, classif->fIndirectBreaks); + fAnalysisManager->FillNtupleIColumn(4, 14, damageRecord->GetEaqBaseHits()); + fAnalysisManager->FillNtupleIColumn(4, 15, + damageRecord->GetEaqStrandHits()); + fAnalysisManager->FillNtupleIColumn(4, 16, damageRecord->GetOHBaseHits()); + fAnalysisManager->FillNtupleIColumn(4, 17, damageRecord->GetOHStrandHits()); + fAnalysisManager->FillNtupleIColumn(4, 18, damageRecord->GetHBaseHits()); + fAnalysisManager->FillNtupleIColumn(4, 19, damageRecord->GetHStrandHits()); + fAnalysisManager->FillNtupleDColumn(4, 20, damageRecord->GetEnergy() / eV); + fAnalysisManager->FillNtupleIColumn(4, 21, classif->fInducedBreaks); + fAnalysisManager->FillNtupleIColumn(4, 22, damageRecord->GetChainIdx()); + fAnalysisManager->FillNtupleIColumn(4, 23, damageRecord->GetPlacementIdx()); + fAnalysisManager->FillNtupleDColumn( + 4, 24, (G4double) damageRecord->GetStartBPIdx()); + // fAnalysisManager->FillNtupleIColumn(4, 23, (*it)->GetStartBPIdx());//ORG + fAnalysisManager->FillNtupleSColumn(4, 25, damageRecord->GetName()); + fAnalysisManager->AddNtupleRow(4); + delete classif; + // + // TODO: Use (*it)->GetPlacementIdx() to work out if the damage + // is continuously joined to a past event or not. + // If yes, save the fragment length. + // + if(fSaveStrands) + { + damageRecord->PrintRecord(fStrandDirectory + "/" + + std::to_string(event->GetEventID()) + "_" + + damageRecord->GetName() + ".txt"); + } + if(fAnalysisManager->GetVerboseLevel() >= 2) + damageRecord->PrintRecord(""); + } + + fAnalysisManager->FillNtupleSColumn(2, 0, + event->GetPrimaryVertex() + ->GetPrimary() + ->GetParticleDefinition() + ->GetParticleName()); + fAnalysisManager->FillNtupleDColumn( + 2, 1, event->GetPrimaryVertex()->GetPrimary()->GetKineticEnergy()); + fAnalysisManager->FillNtupleIColumn(2, 2, breakmap[NoneComplexity]); + fAnalysisManager->FillNtupleIColumn(2, 3, breakmap[SSB]); + fAnalysisManager->FillNtupleIColumn(2, 4, breakmap[SSBplus]); + fAnalysisManager->FillNtupleIColumn(2, 5, breakmap[twoSSB]); + fAnalysisManager->FillNtupleIColumn(2, 6, breakmap[DSB]); + fAnalysisManager->FillNtupleIColumn(2, 7, breakmap[DSBplus]); + fAnalysisManager->FillNtupleIColumn(2, 8, breakmap[DSBplusplus]); + fAnalysisManager->AddNtupleRow(2); + + fAnalysisManager->FillNtupleSColumn(3, 0, + event->GetPrimaryVertex() + ->GetPrimary() + ->GetParticleDefinition() + ->GetParticleName()); + fAnalysisManager->FillNtupleDColumn( + 3, 1, event->GetPrimaryVertex()->GetPrimary()->GetKineticEnergy()); + fAnalysisManager->FillNtupleIColumn(3, 2, sourcemap[undefined]); + fAnalysisManager->FillNtupleIColumn(3, 3, sourcemap[SSBd]); + fAnalysisManager->FillNtupleIColumn(3, 4, sourcemap[SSBi]); + fAnalysisManager->FillNtupleIColumn(3, 5, sourcemap[SSBm]); + fAnalysisManager->FillNtupleIColumn(3, 6, sourcemap[DSBd]); + fAnalysisManager->FillNtupleIColumn(3, 7, sourcemap[DSBi]); + fAnalysisManager->FillNtupleIColumn(3, 8, sourcemap[DSBm]); + fAnalysisManager->FillNtupleIColumn(3, 9, sourcemap[DSBh]); + fAnalysisManager->AddNtupleRow(3); + + for(auto it : damageRecords) + { + delete it; + } + + // Cleanup, delete binary trees + for(const auto& it : treemap) + { + delete it.second; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void AnalysisManager::ProcessChromosomeHitMap( + const std::map& chromosomes) +{ + for(auto chromosome : chromosomes) + { + fAnalysisManager->FillNtupleSColumn(1, 0, chromosome.second->GetName()); + fAnalysisManager->FillNtupleDColumn( + 1, 1, chromosome.second->GetChromosomeEdep() / keV); + fAnalysisManager->FillNtupleDColumn(1, 2, + chromosome.second->GetDNAEdep() / keV); + fAnalysisManager->AddNtupleRow(1); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void AnalysisManager::ProcessPrimary(const G4ThreeVector& primstoppos, + const G4double& tlcell, + const G4double& tlchro) +{ + const G4Event* event = + G4EventManager::GetEventManager()->GetConstCurrentEvent(); + fAnalysisManager->FillNtupleSColumn(0, 0, + event->GetPrimaryVertex() + ->GetPrimary() + ->GetParticleDefinition() + ->GetParticleName()); + fAnalysisManager->FillNtupleDColumn( + 0, 1, event->GetPrimaryVertex()->GetPrimary()->GetKineticEnergy()); + fAnalysisManager->FillNtupleDColumn(0, 2, + event->GetPrimaryVertex()->GetX0() / um); + fAnalysisManager->FillNtupleDColumn(0, 3, + event->GetPrimaryVertex()->GetY0() / um); + fAnalysisManager->FillNtupleDColumn(0, 4, + event->GetPrimaryVertex()->GetZ0() / um); + + G4ThreeVector mom = + event->GetPrimaryVertex()->GetPrimary()->GetMomentumDirection(); + fAnalysisManager->FillNtupleDColumn(0, 5, mom.x() / mom.mag()); + fAnalysisManager->FillNtupleDColumn(0, 6, mom.y() / mom.mag()); + fAnalysisManager->FillNtupleDColumn(0, 7, mom.z() / mom.mag()); + fAnalysisManager->FillNtupleDColumn(0, 8, primstoppos.x() / um); + fAnalysisManager->FillNtupleDColumn(0, 9, primstoppos.y() / um); + fAnalysisManager->FillNtupleDColumn(0, 10, primstoppos.z() / um); + fAnalysisManager->FillNtupleDColumn(0, 11, tlcell / um); + fAnalysisManager->FillNtupleDColumn(0, 12, tlchro / um); + fAnalysisManager->AddNtupleRow(0); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void AnalysisManager::ProcessCellEdep(const G4double& edep) +{ + fAnalysisManager->FillH1(fAnalysisManager->GetH1Id("e_cell_kev"), edep / keV); +} + +//////////////////////////////////////////////////////////////////////////////// +////// Binary Tree Methods +//////////////////////////////////////////////////////////////////////////////// + +BinaryTree::BinaryTree() { fRoot = nullptr; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +BinaryTree::~BinaryTree() { Destroy_tree(); } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// Makes own internal copy of hit +void BinaryTree::Insert(const DNAHit* hit) +{ + auto newHit = new DNAHit(*hit); + if(fRoot == nullptr) + { + Node* node = new Node; + node->fleft = nullptr; + node->fright = nullptr; + node->fparent = nullptr; + node->fdata = newHit; + node->fkey = newHit->GetBasePairIdx(); + fRoot = node; + } + else + { + Insert_(newHit, fRoot); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAHit* BinaryTree::Search(const int64_t& index) // dousatsu +{ + return Search_(index, fRoot); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void BinaryTree::Destroy_tree() { Destroy_tree_(fRoot); } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void BinaryTree::Destroy_tree_(Node* node) +{ + if(node != nullptr) + { + Destroy_tree_(node->fleft); + Destroy_tree_(node->fright); + delete node->fdata; + delete node; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void BinaryTree::Insert_(DNAHit* hit, Node* node) +{ + if(hit->GetBasePairIdx() > 9223372036854775807) + { + G4cout << " SEE AnalysisManager !!!" << G4endl; + G4ExceptionDescription exceptionDescription; + exceptionDescription << "!!!!!!!!!!!!!!!!!!!!" << G4endl; + G4cout << "!!! aborting ... " << G4endl; + G4cout << "This pair ID is so big " << hit->GetBasePairIdx() << G4endl; + G4cout << "!!!!!!!!!!!!!!!!!!!!" << G4endl; + G4Exception("BinaryTree" + "::insert()", + "insert000", FatalException, exceptionDescription); + } + int64_t key = hit->GetBasePairIdx(); // dousatsu + // G4int key = hit->GetBasePairIdx();//ORG + if(key < node->fkey) + { + if(node->fleft != nullptr) + { + Insert_(hit, node->fleft); + } + else + { + Node* daughter = new Node; + daughter->fparent = node; + daughter->fleft = nullptr; + daughter->fright = nullptr; + daughter->fdata = hit; + daughter->fkey = hit->GetBasePairIdx(); + node->fleft = daughter; + } + } + else if(key > node->fkey) + { + if(node->fright != nullptr) + { + Insert_(hit, node->fright); + } + else + { + Node* daughter = new Node; + daughter->fparent = node; + daughter->fleft = nullptr; + daughter->fright = nullptr; + daughter->fdata = hit; + daughter->fkey = hit->GetBasePairIdx(); + node->fright = daughter; + } + } + else + { + node->fdata->AddHit(*hit); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAHit* BinaryTree::Search_(const int64_t& key, Node* node) // dousatsu check +{ + if(node != nullptr) + { + if(key < node->fkey) + { + return Search_(key, node->fleft); + } + else if(key > node->fkey) + { + return Search_(key, node->fright); + } + else + { + return node->fdata; + } + } + else + { + return nullptr; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAHit* BinaryTree::First() const +{ + if(fRoot == nullptr) + { + return nullptr; + } + else + { + return First_(fRoot); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAHit* BinaryTree::First_(Node* node) const +{ + if(node->fleft == nullptr) + { + return node->fdata; + } + else + { + return First_(node->fleft); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAHit* BinaryTree::Next(const DNAHit* hit) const +{ + if(hit->GetBasePairIdx() > 9223372036854775807) + { + G4cout << " SEE AnalysisManager !!!" << G4endl; + G4ExceptionDescription exceptionDescription; + exceptionDescription << "!!!!!!!!!!!!!!!!!!!!" << G4endl; + G4cout << "!!! aborting ... " << G4endl; + G4cout << "This pair ID is so big " << hit->GetBasePairIdx() << G4endl; + G4cout << "!!!!!!!!!!!!!!!!!!!!" << G4endl; + G4Exception("BinaryTree" + "::insert()", + "insert000", FatalException, exceptionDescription); + } + int64_t key = hit->GetBasePairIdx(); // dousatsu + if(fRoot == nullptr) + { + return nullptr; + } + else + { + return Next_(key, fRoot); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// Looks more complicated than it is +// The interface to these functions with integer keys rather than node +// objects makes this look more complicated than standard algorithms +DNAHit* BinaryTree::Next_(const int64_t& key, Node* node) const // dousatsu +{ + if(key < node->fkey) + { + if(node->fleft != nullptr) + { + return Next_(key, node->fleft); + } + else // left is NULL + { + return node->fdata; + } + } + else // (key >= node->key) + { + if(node->fright != nullptr) + { + return Next_(key, node->fright); + } + else // right is NULL; solution is higher in tree + { + while(true) + { + node = node->fparent; + if(node == nullptr) + { + return nullptr; + } + if(key < node->fkey) + { + return node->fdata; + } + } + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +//////////////////////////////////////////////////////////////////////////////// +////////// Damage Record +//////////////////////////////////////////////////////////////////////////////// + +const char* DamageRecord::fDirectDamageChar = "D"; +const char* DamageRecord::fIndirectDamageChar = "I"; +const char* DamageRecord::fHitNoDamageChar = "~"; +const char* DamageRecord::fNotHitChar = "-"; +const char* DamageRecord::fBothDamageChar = "X"; + +DamageRecord::DamageRecord(G4String name, const int64_t& startIndex, + const G4int& place_idx, const G4int& chain_idx) + : fName(std::move(name)) + , fStartIndex(startIndex) + , fStartPlacement(place_idx) + , fChainIdx(chain_idx) +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DamageRecord::~DamageRecord() +{ + for(auto& fDamageRecord : fDamageRecords) + { + delete fDamageRecord; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DamageRecord::PrintRecord(const G4String& filename, + const G4double& dsbDistance) +{ + std::stringstream strand1; + std::stringstream bp1; + std::stringstream bp2; + std::stringstream strand2; + for(auto& fDamageRecord : fDamageRecords) + { + strand1 << GetChar(fDamageRecord->fStrand1DirectDmg, + fDamageRecord->fStrand1IndirectDmg, + fDamageRecord->fStrand1Energy); + bp1 << GetChar(fDamageRecord->fbp1DirectDmg, fDamageRecord->fBp1IndirectDmg, + fDamageRecord->fBp1Energy); + bp2 << GetChar(fDamageRecord->fbp2DirectDmg, fDamageRecord->fBp2IndirectDmg, + fDamageRecord->fBp2Energy); + strand2 << GetChar(fDamageRecord->fStrand2DirectDmg, + fDamageRecord->fStrand2IndirectDmg, + fDamageRecord->fStrand2Energy); + } + + // print to with no filename + if(filename.empty()) + { + DamageClassification* classification = this->GetClassification(dsbDistance); + G4cout << "Sequences starts at base pair " << fStartIndex + << " in placement " << fStartPlacement << ", Chain " << fChainIdx + << ". Total length: " << fDamageRecords.size() + << ". Classification: " << classification->fComplexity << " " + << classification->fSource << G4endl; + G4cout << strand1.str() << G4endl; + G4cout << bp1.str() << G4endl; + G4cout << bp2.str() << G4endl; + G4cout << strand2.str() << G4endl; + return; + } + // To Text output + std::fstream fs(filename, + std::fstream::in | std::fstream::out | std::fstream::trunc); + if(fs.fail()) + { + G4cout << "Could not open filestream" << G4endl; + } + DamageClassification* classification = this->GetClassification(dsbDistance); + fs << "Sequences starts at base pair " << fStartIndex << " in placement " + << fStartPlacement << ", Chain " << fChainIdx + << ". Total length: " << fDamageRecords.size() + << ". Classification: " << classification->fComplexity << " " + << classification->fSource << std::endl; + fs << strand1.str() << std::endl; + fs << bp1.str() << std::endl; + fs << bp2.str() << std::endl; + fs << strand2.str() << std::endl; + fs.close(); + delete classification; +} + +const char* DamageRecord::GetChar(const G4bool& direct, const G4bool& indirect, + const G4double& e) +{ + if(direct && indirect) + { + return fBothDamageChar; + } + else if(direct) + { + return fDirectDamageChar; + } + else if(indirect) + { + return fIndirectDamageChar; + } + else if(e > 0) + { + return fHitNoDamageChar; + } + else + { + return fNotHitChar; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DamageClassification* DamageRecord::GetClassification( + const G4double& dsbDistance) +{ + /* Explanation of class because we do some sneaky bit-level manipulation to + track breaks along the strand. + + Things to note straight off + 1) This routine makes no promise to count SSBs and DSBs correctly + once they cease being relevant to the break complexity. That is, once + a DSB has occurred, the SSB count becomes irrelevant + 2) The previous ten base pairs are kept in the ints lastTenStrandX + Each bit in the number represents one base pair precedent. The bit + is set if the strand was broken. + 3) The countX variables are used to track the number of breaks in the + preceeding 10 base pairs on each strand. This is needed to calculate + DSB+ events + 4) The lambda function count_bytes is an algorithm to count the number + of set bytes in constant time for 32-bit integers. It yields for + us the count of breaks in the previous ten bases. + + Classification of complexity: + DSB++ 2DSBs in fragment + DSB+ 1 DSB and then an SSB within 10 base pairs + DSB Each strand hit once within <=10 base pairs + 2SSB Each strand hit once with >10 base pairs separation + SSB+ One strand hit twice or more + SSB One strand hit only once + None Nothing hit + + Classification by Source + + */ + // lambda function to count the number of bytes set in a 32-bit uint + // https://blogs.msdn.microsoft.com/jeuge/2005/06/08/bit-fiddling-3/ + // Note: integers beginning with 0 are entered as octal! + auto count_bytes = [](uint32_t u) { + uint32_t uCount = u - ((u >> 1) & 033333333333) - ((u >> 2) & 011111111111); + return ((uCount + (uCount >> 3)) & 030707070707) % 63; + }; + + auto classification = new DamageClassification(); + + G4int nDSB = 0; + G4int nSSB = 0; + // Source classification + G4int oldnDSB = 0; + G4int nDSBm = 0; + G4int nDSBi = 0; + G4int nDSBd = 0; + G4int nDSBh = 0; + + // Complexity Classification + G4int nDSBPlus = 0; + G4bool SSB1 = false; + G4bool SSB2 = false; + // Counters for the last ten bp + uint32_t lastTenDirectStrand1 = 0; + uint32_t lastTenDirectStrand2 = 0; + uint32_t lastTenIndirectStrand1 = 0; + uint32_t lastTenIndirectStrand2 = 0; + uint32_t lastTenStrand1 = 0; + uint32_t lastTenStrand2 = 0; + uint32_t lastTenTracked1 = 0; // We remove entries from these if they have + uint32_t lastTenTracked2 = 0; // been counted in DSBs + uint32_t count1 = 0; + uint32_t count2 = 0; + G4bool strand1Indirect = false; + G4bool strand1Direct = false; + G4bool strand2Indirect = false; + G4bool strand2Direct = false; + G4int baseDamage = 0; + G4int strandDamage = 0; + uint32_t truncator = std::pow(2, dsbDistance + 1) - 1; + for(G4int ii = 0; ii != (G4int) fDamageRecords.size(); ii++) + { + lastTenDirectStrand1 = (lastTenDirectStrand1 << 1) & truncator; + lastTenDirectStrand2 = (lastTenDirectStrand2 << 1) & truncator; + lastTenIndirectStrand1 = (lastTenIndirectStrand1 << 1) & truncator; + lastTenIndirectStrand2 = (lastTenIndirectStrand2 << 1) & truncator; + + lastTenStrand1 = lastTenStrand1 << 1; + lastTenStrand2 = lastTenStrand2 << 1; + lastTenTracked1 = lastTenTracked1 << 1; + lastTenTracked2 = lastTenTracked2 << 1; + // DSB distance by default is 10 + // 2047 = 0b11111111111, ie. truncation to 11bp + lastTenStrand1 = lastTenStrand1 & truncator; + lastTenStrand2 = lastTenStrand2 & truncator; + lastTenTracked1 = lastTenTracked1 & truncator; + lastTenTracked2 = lastTenTracked2 & truncator; + // keep counters to ten binary places + count1 = count_bytes(lastTenStrand1); + count2 = count_bytes(lastTenStrand2); + + // Nightmare of if statements + if(fDamageRecords.at(ii)->fStrand1DirectDmg) + { + strand1Direct = true; + classification->fDirectBreaks++; + } + if(fDamageRecords.at(ii)->fStrand1IndirectDmg) + { + strand1Indirect = true; + classification->fIndirectBreaks++; + } + if(fDamageRecords.at(ii)->fStrand2DirectDmg) + { + strand2Direct = true; + classification->fDirectBreaks++; + } + if(fDamageRecords.at(ii)->fStrand2IndirectDmg) + { + strand2Indirect = true; + classification->fIndirectBreaks++; + } + if(fDamageRecords.at(ii)->fbp1DirectDmg) + { + // classification->fDirectBreaks++; //??? + } + if(fDamageRecords.at(ii)->fBp1IndirectDmg) + { + if(fDamageRecords.at(ii)->fbp1InducedBreak) + { + // Counts as a hit only if it breaks a strand + classification->fIndirectBreaks++; + strand1Indirect = true; + classification->fInducedBreaks++; + } + } + if(fDamageRecords.at(ii)->fbp2DirectDmg) + { + // classification->fDirectBreaks++; //??? + } + if(fDamageRecords.at(ii)->fBp2IndirectDmg) + { + if(fDamageRecords.at(ii)->fbp2InducedBreak) + { + // Counts as a hit only if it breaks a strand + classification->fIndirectBreaks++; + strand2Indirect = true; + classification->fInducedBreaks++; + } + } + + G4bool s1IndirectBreak = fDamageRecords.at(ii)->fStrand1IndirectDmg || + fDamageRecords.at(ii)->fbp1InducedBreak; + G4bool s2IndirectBreak = fDamageRecords.at(ii)->fStrand2IndirectDmg || + fDamageRecords.at(ii)->fbp2InducedBreak; + + // strand 1 hit + G4bool strand1hit = + fDamageRecords.at(ii)->fStrand1DirectDmg || s1IndirectBreak; + G4bool strand2hit = + fDamageRecords.at(ii)->fStrand2DirectDmg || s2IndirectBreak; + G4bool bp1hit = fDamageRecords.at(ii)->fbp1DirectDmg || + fDamageRecords.at(ii)->fBp1IndirectDmg; + G4bool bp2hit = fDamageRecords.at(ii)->fbp2DirectDmg || + fDamageRecords.at(ii)->fBp2IndirectDmg; + strandDamage += ((G4int) strand1hit + (G4int) strand2hit); + baseDamage += ((G4int) bp1hit + (G4int) bp2hit); + + // Update the damage type counters + // strand 1 + if(s1IndirectBreak) + { + lastTenIndirectStrand1++; + } + if(fDamageRecords.at(ii)->fStrand1DirectDmg) + { + lastTenDirectStrand1++; + } + // strand 2 + if(s2IndirectBreak) + { + lastTenIndirectStrand2++; + } + if(fDamageRecords.at(ii)->fStrand2DirectDmg) + lastTenDirectStrand2++; + + oldnDSB = nDSB + nDSBPlus; + if(strand1hit && strand2hit) + { + nDSB++; + if(count1 || count2) + { + nDSBPlus++; + } + lastTenStrand1++; + lastTenStrand2++; + } + else if(strand1hit) + { + if(lastTenTracked2) + { + nDSB++; + lastTenTracked2 = + (1 << (utility::fls(lastTenTracked2) - 1)) ^ lastTenTracked2; + if((count2 > 1) || (count1)) + { + nDSBPlus++; + } + } + else if(count1 && count2) + { + nDSBPlus++; + } + else + { + nSSB++; + } + SSB1 = true; + lastTenTracked1++; + lastTenStrand1++; + } + else if(strand2hit) + { + if(lastTenTracked1) + { + nDSB++; + lastTenTracked1 = + (1 << (utility::fls(lastTenTracked1) - 1)) ^ lastTenTracked1; + if((count1 > 1) || (count2)) + { + nDSBPlus++; + } + } + else if(count1 && count2) + { + nDSBPlus++; + } + else + { + nSSB++; + } + SSB2 = true; + lastTenStrand2++; + lastTenTracked2++; + } + if(oldnDSB != (nDSB + nDSBPlus)) + { + // we have had a DSB, time to classify its source. + // DSB + if(lastTenDirectStrand1 && lastTenDirectStrand2) + { + nDSBd = true; + if(lastTenIndirectStrand1 || lastTenIndirectStrand2) + nDSBm = true; + } + if(lastTenIndirectStrand1 && lastTenIndirectStrand2) + { + nDSBi = true; + if(lastTenDirectStrand1 || lastTenDirectStrand2) + nDSBh = true; + if(lastTenDirectStrand1 && lastTenDirectStrand2) + nDSBm = true; + } + if((lastTenDirectStrand1 && lastTenIndirectStrand2) || + (lastTenIndirectStrand1 && lastTenDirectStrand2)) + { + nDSBh = true; + } + } + } + + // Return based on order of severity + + // G4String complexity = "None"; + + complexityEnum complexity = NoneComplexity; + if(nDSB > 1) + { + complexity = DSBplusplus; + } + else if(nDSBPlus != 0) + { + complexity = DSBplus; + } + else if(nDSB != 0) + { + complexity = DSB; + } + else if((nSSB != 0) && SSB1 && SSB2) + { + complexity = twoSSB; + } + else if(nSSB > 1) + { + complexity = SSBplus; + } + else if(nSSB != 0) + { + complexity = SSB; + } + else + { + complexity = NoneComplexity; + } + G4bool direct = (strand1Direct || strand2Direct); + G4bool indirect = (strand1Indirect || strand2Indirect); + sourceEnum source = undefined; + if(nDSB == 0) + { + if(direct && indirect) + { + source = SSBm; + } + else if(direct) + { + source = SSBd; + } + else if(indirect) + { + source = SSBi; + } + else + { + source = undefined; + } + } + else + { + if(nDSBm != 0) + { + source = DSBm; + } + else if((nDSBd != 0) && (nDSBi != 0)) + { + source = DSBm; + } + else if((nDSBd != 0) && (nDSBh != 0)) + { + source = DSBm; + } + else if(nDSBd != 0) + { + source = DSBd; + } + else if(nDSBh != 0) + { + source = DSBh; // Catches DSBi && DSBh + } + else if(nDSBi != 0) + { + source = DSBi; + } + else + { + G4ExceptionDescription errmsg; + this->PrintRecord("", dsbDistance); + errmsg << "Error in source classification routine" << G4endl; + errmsg << "I think this is " << complexity << "/" + << "???" << G4endl; + G4Exception("DamageRecord::GetClassification", "ERR_BAD_CLASSIFICATION", + JustWarning, errmsg); + source = undefined; + } + } + + if(((complexity == NoneComplexity) && (source != undefined)) || + ((complexity != NoneComplexity) && (source == undefined))) + { + G4ExceptionDescription errmsg; + errmsg << "You can't have a complexity without a source etc." << G4endl; + errmsg << "I think this is " << complexity << "/" << source << G4endl; + this->PrintRecord("", dsbDistance); + G4Exception("DamageRecord::GetClassification", "ERR_BAD_CLASSIFICATION", + JustWarning, errmsg); + } + + classification->fComplexity = complexity; + classification->fSource = source; + classification->fbaseDmg = baseDamage; + classification->fStrandDmg = strandDamage; + + return classification; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// add a contrived test record to the damage record +// params: s1 -> strand 1 damage code +// b1 -> base 1 damage code +// b2 -> base 2 damage code +// s2 -> strand 2 damage code +// codes: +// param < 0: Nothing; param == 0 indirect damage; +// param == 1 direct hit, no damage; param > 1: Direct hit physical damage +void DamageRecord::AddTestDamage(G4int s1, G4int b1, G4int b2, G4int s2) +{ + auto* bp = new BasePairDamageRecord; + if(s1 == 0) + { + bp->fStrand1IndirectDmg = true; + } + if(s1 > 0) + { + bp->fStrand1Energy = 10 * eV; + } + if(s1 > 1) + { + bp->fStrand1DirectDmg = true; + } + + if(b1 == 0) + { + bp->fBp1IndirectDmg = true; + } + if(b1 > 0) + { + bp->fBp1Energy = 10 * eV; + } + if(b1 > 1) + { + bp->fbp1DirectDmg = true; + } + + if(s2 == 0) + { + bp->fStrand2IndirectDmg = true; + } + if(s2 > 0) + { + bp->fStrand2Energy = 10 * eV; + } + if(s2 > 1) + { + bp->fStrand2DirectDmg = true; + } + + if(b2 == 0) + { + bp->fBp2IndirectDmg = true; + } + if(b2 > 0) + { + bp->fBp2Energy = 10 * eV; + } + if(b2 > 1) + { + bp->fbp2DirectDmg = true; + } + + this->AddBasePairDamage(bp, G4ThreeVector(1, 1, G4UniformRand())); +} + +// Unit test for classification +void AnalysisManager::TestClassification() +{ + G4cout << G4endl; + G4cout << "=================================" << G4endl; + G4cout << "Classification Unit Test Begins" << G4endl; + + // None + auto* theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(1, -1, -1, 1); + theRecord->AddEmptyBPDamage(5); + theRecord->AddTestDamage(-1, -1, -1, 1); + theRecord->AddEmptyBPDamage(5); + theRecord->AddTestDamage(-1, -1, -1, 1); + theRecord->AddEmptyBPDamage(10); + DamageClassification* classification = theRecord->GetClassification(); + G4cout << "Test None" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == NoneComplexity); + assert(classification->fSource == sourceEnum::undefined); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // None, base damage + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(1, -1, 0, 1); + theRecord->AddEmptyBPDamage(5); + theRecord->AddTestDamage(-1, -1, -1, 1); + theRecord->AddEmptyBPDamage(5); + theRecord->AddTestDamage(-1, 0, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test None" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + G4cout << "indirect Breaks = " << classification->fIndirectBreaks << G4endl; + G4cout << "base Damage = " << classification->fbaseDmg << G4endl; + assert(classification->fComplexity == NoneComplexity); + assert(classification->fSource == sourceEnum::undefined); + assert(classification->fIndirectBreaks == 0); + assert(classification->fDirectBreaks == 0); + assert(classification->fbaseDmg == 2); + assert(classification->fStrandDmg == 0); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBd" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == SSB); + assert(classification->fSource == SSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSBi + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, 0, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBi" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == SSB); + assert(classification->fSource == SSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSBm / SSB+ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, 0, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(2, -1, 0, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBm / SSB+" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == SSBplus); + assert(classification->fSource == SSBm); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSBm / 2SSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(16); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBd / 2SSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == twoSSB); + assert(classification->fSource == SSBm); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSBi / 2SSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(16); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(16); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBi / 2SSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == twoSSB); + assert(classification->fSource == SSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSBd / SSB+ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(2, -1, 0, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBd / SSB+" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == SSBplus); + assert(classification->fSource == SSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSBm / SSB2 + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(16); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBm / 2SSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == twoSSB); + assert(classification->fSource == SSBm); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSBd / SSB2 + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(16); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBd / 2SSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == twoSSB); + assert(classification->fSource == SSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // SSBd / SSB2 + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(16); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBd / 2SSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == twoSSB); + assert(classification->fSource == SSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBd / DSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSB); + assert(classification->fSource == DSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + G4cout << G4endl; + + // Induced Breaks DSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + + auto* bp = new BasePairDamageRecord(); + bp->fBp1IndirectDmg = true; + bp->fbp1InducedBreak = true; + theRecord->AddBasePairDamage(bp, G4ThreeVector(0, 0, 0)); + + bp = new BasePairDamageRecord(); + bp->fBp2IndirectDmg = true; + bp->fbp2InducedBreak = true; + theRecord->AddBasePairDamage(bp, G4ThreeVector(0, 0, 0)); + + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBi/DSB induced" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSB); + assert(classification->fSource == DSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // Induced Breaks SSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + + bp = new BasePairDamageRecord(); + bp->fBp2IndirectDmg = true; + bp->fbp2InducedBreak = true; + theRecord->AddBasePairDamage(bp, G4ThreeVector(0, 0, 0)); + + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test SSBi/SSB induced" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == SSB); + assert(classification->fSource == SSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBi / DSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(9); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBi/DSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSB); + assert(classification->fSource == DSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBd / DSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSB); + assert(classification->fSource == DSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBi/ DSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, 0); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSB); + assert(classification->fSource == DSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBh / DSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSB); + assert(classification->fSource == DSBh); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBh / DSB+ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, 2); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB+" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplus); + assert(classification->fSource == DSBh); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBm / DSB+ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, 2); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB+" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplus); + assert(classification->fSource == DSBm); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBd / DSB+ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB+" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplus); + assert(classification->fSource == DSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBd / DSB+ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB+" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplus); + assert(classification->fSource == DSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBi / DSB+ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB+" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplus); + assert(classification->fSource == DSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBh / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBh); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBd / DSB + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSB); + assert(classification->fSource == DSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBd / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBh / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBh/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBh); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBm / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBm/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBm); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBi / DSB+ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBi/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBi / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBi/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBd / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(15); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(2, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBd/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBd); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBi / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(12); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(12); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBi/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBh / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddTestDamage(0, -1, -1, 0); + theRecord->AddTestDamage(0, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(12); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(12); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBh/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBh); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBm / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddTestDamage(2, -1, -1, 0); + theRecord->AddTestDamage(0, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(12); + theRecord->AddTestDamage(-1, -1, -1, 2); + theRecord->AddEmptyBPDamage(12); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddEmptyBPDamage(6); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBm/DSB++" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplusplus); + assert(classification->fSource == DSBm); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + // DSBi / DSB++ + theRecord = new DamageRecord("Test", 0, 0, 0); + theRecord->AddEmptyBPDamage(10); + theRecord->AddTestDamage(-1, 0, -1, -1); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddTestDamage(-1, -1, -1, -1); + theRecord->AddTestDamage(-1, -1, -1, 0); + theRecord->AddTestDamage(-1, -1, -1, -1); + theRecord->AddTestDamage(-1, -1, -1, -1); + theRecord->AddTestDamage(0, -1, -1, -1); + theRecord->AddEmptyBPDamage(10); + classification = theRecord->GetClassification(); + G4cout << "Test DSBi/DSB+" << G4endl; + theRecord->PrintRecord("", 10); + G4cout << "Classification: " << classification->fSource << "/" + << classification->fComplexity << G4endl; + assert(classification->fComplexity == DSBplus); + assert(classification->fSource == DSBi); + delete classification; + delete theRecord; + G4cout << "---------------------------------" << G4endl; + + G4cout << "Classification Unit Test Complete" << G4endl; + G4cout << "=================================" << G4endl; + + G4cout << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DamageRecord::AddEmptyBPDamage(const int64_t& ii) // dousatsu +{ + auto basePairNumber = ii; + while(basePairNumber > 0) + { + fDamageRecords.push_back(new BasePairDamageRecord); + basePairNumber--; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DamageRecord::AddStrandHit(const G4MoleculeDefinition* mol) +{ + if(mol == G4OH::Definition()) + { + fOHStrand++; + } + else if(mol == G4Electron_aq::Definition()) + { + fEaqStrand++; + } + else if(mol == G4Hydrogen::Definition()) + { + fHStrand++; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DamageRecord::AddBaseHit(const G4MoleculeDefinition* mol) +{ + // G4cout << "Hit by " << mol->GetParticleName() << G4endl; + if(mol == fOH) + { + fOHBase++; + } + else if(mol == fe_aq) + { + fEaqBase++; + } + else if(mol == fH) + { + fHBase++; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4ThreeVector DamageRecord::GetMeanPosition() const +{ + G4double x(0.); + G4double y(0.); + G4double z(0.); + for(const auto& fPosition : fPositions) + { + x += fPosition.getX(); + y += fPosition.getY(); + z += fPosition.getZ(); + } + + if(fPositions.empty()) + { + G4ExceptionDescription errmsg; + errmsg << "fPositions is emply "; + G4Exception("DamageRecord", "ERR_INVALID_PROB", FatalException, errmsg); + return G4ThreeVector(0., 0., 0.); + } + else + { + G4double factor = 1.0 / fPositions.size(); + return G4ThreeVector(x * factor, y * factor, z * factor); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4double DamageRecord::GetMeanDistance() const +{ + G4double d = 0.; + for(auto it = fPositions.begin(); it != fPositions.end(); ++it) + { + for(auto jt = it + 1; jt != fPositions.end(); ++jt) + { + d += ((*jt) - (*it)).mag(); + } + } + G4int number = fPositions.size(); + return d / number; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4double DamageRecord::GetEnergy() const +{ + G4double en = 0; + for(auto bp : fDamageRecords) + { + en = en + bp->fBp1Energy + bp->fBp2Energy + bp->fStrand1Energy + + bp->fStrand2Energy; + } + return en; +} \ No newline at end of file diff --git a/examples/extended/medical/dna/moleculardna/src/AnalysisMessenger.cc b/examples/extended/medical/dna/moleculardna/src/AnalysisMessenger.cc new file mode 100644 index 0000000000..78eb87335b --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/AnalysisMessenger.cc @@ -0,0 +1,109 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#include "AnalysisMessenger.hh" +#include "AnalysisManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +AnalysisMessenger::AnalysisMessenger(AnalysisManager* analysisManager) + : fpAnalysisManager(analysisManager) + , fpAnalysisDirectory(new G4UIdirectory("/analysisDNA/")) + , fpSaveStrands(new G4UIcmdWithABool("/analysisDNA/saveStrands", this)) + , fpStrandDirectory(new G4UIcmdWithAString("/analysisDNA/strandDir", this)) + , fpFragmentLength(new G4UIcmdWithAnInteger("/analysisDNA/fragmentGap", this)) + , fpSaveSingleChain( + new G4UIcmdWithAnInteger("/analysisDNA/diagnosticChain", this)) + , fpDSBDistance(new G4UIcmdWithAnInteger("/analysisDNA/dsbDistance", this)) + , fpTestClassifier( + new G4UIcmdWithoutParameter("/analysisDNA/testClassifier", this)) + , fpFileName(new G4UIcmdWithAString("/analysisDNA/fileName", this)) +{ + // world geometry + fpAnalysisDirectory->SetGuidance("App local commands for analysis"); + + fpSaveStrands->SetGuidance("Bool to set whether strands ought be saved"); + fpSaveStrands->SetGuidance("use /analysisDNA/strandDir to set location"); + + fpStrandDirectory->SetGuidance("Directory to save DNA damage fragments"); + fpStrandDirectory->SetParameterName("DNA framgents", false); + + fpFragmentLength->SetGuidance("Gap between DNA fragments in base pairs."); + fpFragmentLength->SetGuidance( + "Set to zero to score placement volumes independently"); + fpFragmentLength->SetParameterName("Base Pair gap", false); + + fpSaveSingleChain->SetGuidance( + "Save the position of hits histos only on one chain"); + fpSaveSingleChain->SetParameterName("Chain Index", false); + + fpDSBDistance->SetGuidance("Max separation of DSBs. Must be less than 31."); + fpDSBDistance->SetParameterName("Max. DSB distance.", false); + + fpTestClassifier->SetGuidance("Run unit test for break classification"); + + fpFileName->SetGuidance("ROOT output file name"); + fpFileName->SetParameterName("ROOT output file name", false); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void AnalysisMessenger::SetNewValue(G4UIcommand* command, G4String newValue) +{ + if(command == fpStrandDirectory.get()) + { + fpAnalysisManager->SetStrandDirectory(newValue); + } + else if(command == fpSaveStrands.get()) + { + fpAnalysisManager->SetSaveStrands( + G4UIcmdWithABool::GetNewBoolValue(newValue)); + } + else if(command == fpFragmentLength.get()) + { + fpAnalysisManager->SetFragmentGap( + G4UIcmdWithAnInteger::GetNewIntValue(newValue)); + } + else if(command == fpSaveSingleChain.get()) + { + fpAnalysisManager->SetChainToSave( + G4UIcmdWithAnInteger::GetNewIntValue(newValue)); + } + else if(command == fpDSBDistance.get()) + { + fpAnalysisManager->SetDSBDistance( + G4UIcmdWithAnInteger::GetNewIntValue(newValue)); + } + else if(command == fpTestClassifier.get()) + { + fpAnalysisManager->TestClassification(); + } + else if(command == fpFileName.get()) + { + fpAnalysisManager->SetFileName(newValue); + } +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/ChemistryList.cc b/examples/extended/medical/dna/moleculardna/src/ChemistryList.cc new file mode 100644 index 0000000000..2b16e197be --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/ChemistryList.cc @@ -0,0 +1,1075 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +#include "ChemistryList.hh" +#include "G4PhysicalConstants.hh" +#include "G4SystemOfUnits.hh" +#include "G4DNAWaterDissociationDisplacer.hh" +#include "G4DNAChemistryManager.hh" +#include "G4DNAWaterExcitationStructure.hh" +#include "G4ProcessManager.hh" +// *** Processes and models for Geant4-DNA +#include "G4DNAElectronSolvation.hh" +#include "G4DNAVibExcitation.hh" +#include "G4DNAUeharaScreenedRutherfordElasticModel.hh" +#include "G4DNAMolecularDissociation.hh" +#include "G4DNABrownianTransportation.hh" +#include "G4DNAMolecularReactionTable.hh" +#include "G4VDNAReactionModel.hh" +#include "G4DNAElectronHoleRecombination.hh" +#include "G4Electron.hh" +#include "G4MoleculeTable.hh" +#include "G4H2O.hh" +#include "G4H2.hh" +#include "G4Hydrogen.hh" +#include "G4OH.hh" +#include "G4H3O.hh" +#include "G4Electron_aq.hh" +#include "G4H2O2.hh" +#include "G4Oxygen.hh" +#include "G4O2.hh" +#include "G4HO2.hh" +#include "G4O3.hh" +#include "G4PhysicsListHelper.hh" +#include "G4RunManager.hh" +#include "G4DNAMoleculeEncounterStepper.hh" +#include "G4ProcessTable.hh" +#include "G4MolecularConfiguration.hh" +#include "DetectorConstruction.hh" +#include "G4VDNAHitModel.hh" +#include "IRTDamageReactionModel.hh" +#include "G4DNAPolyNucleotideReactionProcess.hh" +#include "G4DNAIndependentReactionTimeModel.hh" +#include "G4ChemicalMoleculeFinder.hh" + +ChemistryList::ChemistryList() + : G4VUserChemistryList(true) +{ + G4DNAChemistryManager::Instance()->SetChemistryList(this); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChemistryList::ConstructMolecule() +{ + //----------------------------------- + // Create the definition + + G4H2O::Definition(); + G4Hydrogen::Definition(); + G4H3O::Definition(); + G4OH::Definition(); + G4Electron_aq::Definition(); + G4H2O2::Definition(); + G4H2::Definition(); + + G4O2::Definition(); + G4HO2::Definition(); + G4Oxygen::Definition(); + G4O3::Definition(); + + //____________________________________________________________________________ + + G4MoleculeTable::Instance()->CreateConfiguration("H3Op", G4H3O::Definition()); + G4MolecularConfiguration* OHm = + G4MoleculeTable::Instance()->CreateConfiguration( + "OHm", // just a tag to store and retrieve from + // G4MoleculeTable + G4OH::Definition(), + -1, // charge + 5.0e-9 * (m2 / s)); + OHm->SetMass(17.0079 * g / Avogadro * c_squared); + G4MoleculeTable::Instance()->CreateConfiguration("OH", G4OH::Definition()); + G4MoleculeTable::Instance()->CreateConfiguration("e_aq", + G4Electron_aq::Definition()); + G4MoleculeTable::Instance()->CreateConfiguration("H", + G4Hydrogen::Definition()); + G4MoleculeTable::Instance()->CreateConfiguration("H2", G4H2::Definition()); + G4MoleculeTable::Instance()->CreateConfiguration("H2O2", + G4H2O2::Definition()); + + // molecules extension (RITRACKS) + + G4MoleculeTable::Instance()->CreateConfiguration("HO2", G4HO2::Definition()); + G4MoleculeTable::Instance()->GetConfiguration("HO2")->SetVanDerVaalsRadius( + 0.21 * nm); + + G4MolecularConfiguration* HO2m = + G4MoleculeTable::Instance()->CreateConfiguration( + "HO2m", // just a tag to store and retrieve from + // G4MoleculeTable + G4HO2::Definition(), + -1, // charge + 1.4e-9 * (m2 / s)); + HO2m->SetMass(33.00396 * g / Avogadro * c_squared); + HO2m->SetVanDerVaalsRadius(0.25 * nm); + + G4MoleculeTable::Instance()->CreateConfiguration("Oxy", + G4Oxygen::Definition()); + G4MoleculeTable::Instance()->GetConfiguration("Oxy")->SetVanDerVaalsRadius( + 0.20 * nm); + + G4MolecularConfiguration* Om = + G4MoleculeTable::Instance()->CreateConfiguration( + "Om", // just a tag to store and retrieve from + // G4MoleculeTable + G4Oxygen::Definition(), + -1, // charge + 2.0e-9 * (m2 / s)); + Om->SetMass(15.99829 * g / Avogadro * c_squared); + Om->SetVanDerVaalsRadius(0.25 * nm); + + G4MoleculeTable::Instance()->CreateConfiguration("O2", G4O2::Definition()); + G4MoleculeTable::Instance()->GetConfiguration("O2")->SetVanDerVaalsRadius( + 0.17 * nm); + + G4MolecularConfiguration* O2m = + G4MoleculeTable::Instance()->CreateConfiguration( + "O2m", // just a tag to store and retrieve from + // G4MoleculeTable + G4O2::Definition(), + -1, // charge + 1.75e-9 * (m2 / s)); + O2m->SetMass(31.99602 * g / Avogadro * c_squared); + O2m->SetVanDerVaalsRadius(0.22 * nm); + + G4MoleculeTable::Instance()->CreateConfiguration("O3", G4O3::Definition()); + G4MoleculeTable::Instance()->GetConfiguration("O3")->SetVanDerVaalsRadius( + 0.20 * nm); + + G4MolecularConfiguration* O3m = + G4MoleculeTable::Instance()->CreateConfiguration( + "O3m", // just a tag to store and retrieve from + // G4MoleculeTable + G4O3::Definition(), + -1, // charge + 2.0e-9 * (m2 / s)); + O3m->SetMass(47.99375 * g / Avogadro * c_squared); + O3m->SetVanDerVaalsRadius(0.20 * nm); + + G4MoleculeDefinition* A = + G4MoleculeTable::Instance()->CreateMoleculeDefinition("ADENINE", 0); + G4MoleculeTable::Instance()->CreateConfiguration("A", A); + + G4MoleculeDefinition* T = + G4MoleculeTable::Instance()->CreateMoleculeDefinition("THYMINE", 0); + G4MoleculeTable::Instance()->CreateConfiguration("T", T); + + G4MoleculeDefinition* G = + G4MoleculeTable::Instance()->CreateMoleculeDefinition("GUANINE", 0); + G4MoleculeTable::Instance()->CreateConfiguration("G", G); + + G4MoleculeDefinition* C = + G4MoleculeTable::Instance()->CreateMoleculeDefinition("CYTOSINE", 0); + G4MoleculeTable::Instance()->CreateConfiguration("C", C); + + G4MoleculeDefinition* S = + G4MoleculeTable::Instance()->CreateMoleculeDefinition("SUGAR", 0); + G4MoleculeTable::Instance()->CreateConfiguration("Sugar", S); + + G4DNAMolecularMaterial* molMaterialManager = + G4DNAMolecularMaterial::Instance(); + + molMaterialManager->SetMolecularConfiguration( + G4Material::GetMaterial("G4_DNA_DEOXYRIBOSE"), "Sugar"); + molMaterialManager->SetMolecularConfiguration("G4_DNA_PHOSPHATE", "Sugar"); + molMaterialManager->SetMolecularConfiguration( + G4Material::GetMaterial("G4_DNA_ADENINE"), "A"); + molMaterialManager->SetMolecularConfiguration( + G4Material::GetMaterial("G4_DNA_THYMINE"), "T"); + molMaterialManager->SetMolecularConfiguration( + G4Material::GetMaterial("G4_DNA_GUANINE"), "G"); + molMaterialManager->SetMolecularConfiguration( + G4Material::GetMaterial("G4_DNA_CYTOSINE"), "C"); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChemistryList::ConstructDissociationChannels() +{ + //----------------------------------- + // Get the molecular configuration + G4MolecularConfiguration* OH = + G4MoleculeTable::Instance()->GetConfiguration("OH"); + G4MolecularConfiguration* OHm = + G4MoleculeTable::Instance()->GetConfiguration("OHm"); + G4MolecularConfiguration* e_aq = + G4MoleculeTable::Instance()->GetConfiguration("e_aq"); + G4MolecularConfiguration* H2 = + G4MoleculeTable::Instance()->GetConfiguration("H2"); + G4MolecularConfiguration* H3O = + G4MoleculeTable::Instance()->GetConfiguration("H3Op"); + G4MolecularConfiguration* H = + G4MoleculeTable::Instance()->GetConfiguration("H"); + G4MolecularConfiguration* O = + G4MoleculeTable::Instance()->GetConfiguration("Oxy"); + + //------------------------------------- + // Define the decay channels + G4MoleculeDefinition* water = G4H2O::Definition(); + G4MolecularDissociationChannel* decCh1; + G4MolecularDissociationChannel* decCh2; + + auto* occ = + new G4ElectronOccupancy(*(water->GetGroundStateElectronOccupancy())); + + ////////////////////////////////////////////////////////// + // EXCITATIONS // + ////////////////////////////////////////////////////////// + G4DNAWaterExcitationStructure waterExcitation; + //-------------------------------------------------------- + //---------------Excitation on the fifth layer------------ + + decCh1 = new G4MolecularDissociationChannel("A^1B_1_Relaxation"); + decCh2 = new G4MolecularDissociationChannel("A^1B_1_DissociativeDecay"); + // Decay 1 : OH + H + decCh1->SetEnergy(waterExcitation.ExcitationEnergy(0)); + decCh1->SetProbability(0.35); + decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::NoDisplacement); + + decCh2->AddProduct(OH); + decCh2->AddProduct(H); + decCh2->SetProbability(0.65); + decCh2->SetDisplacementType( + G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); + + // water->AddExcitedState("A^1B_1"); + occ->RemoveElectron(4, 1); // this is the transition form ground state to + occ->AddElectron(5, 1); // the first unoccupied orbital: A^1B_1 + + water->NewConfigurationWithElectronOccupancy("A^1B_1", *occ); + water->AddDecayChannel("A^1B_1", decCh1); + water->AddDecayChannel("A^1B_1", decCh2); + + //-------------------------------------------------------- + //---------------Excitation on the fourth layer----------- + decCh1 = new G4MolecularDissociationChannel("B^1A_1_Relaxation_Channel"); + decCh2 = new G4MolecularDissociationChannel("B^1A_1_DissociativeDecay"); + auto* decCh3 = + new G4MolecularDissociationChannel("B^1A_1_AutoIonisation_Channel"); + auto* decCh4 = new G4MolecularDissociationChannel("A^1B_1_DissociativeDecay"); + auto* decCh5 = + new G4MolecularDissociationChannel("B^1A_1_DissociativeDecay2"); + + // Decay 1 : energy + decCh1->SetEnergy(waterExcitation.ExcitationEnergy(1)); + // TRACs + decCh1->SetProbability(0.175); + // Ballarini 0.23 + // decCh1->SetProbability(0.229); + + // Decay 2 : 2OH + H_2 + decCh2->AddProduct(H2); + decCh2->AddProduct(OH); + decCh2->AddProduct(OH); + // TRACs + decCh2->SetProbability(0.0325); + // Ballarini + // decCh2->SetProbability(0.032); + decCh2->SetDisplacementType( + G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay); + + // Decay 3 : OH + H_3Op + e_aq + decCh3->AddProduct(OH); + decCh3->AddProduct(H3O); + decCh3->AddProduct(e_aq); + // TRACs & Ballarini + decCh3->SetProbability(0.50); + decCh3->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); + + // Decay 4 : H + OH + decCh4->AddProduct(H); + decCh4->AddProduct(OH); + // TRACs + decCh4->SetProbability(0.2535); + // Ballarini + // decCh4->SetProbability(0.20); + decCh4->SetDisplacementType( + G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); + + // Decay 5 : 2H + O + decCh5->AddProduct(O); + decCh5->AddProduct(H); + decCh5->AddProduct(H); + // TRACs & Ballarini + decCh5->SetProbability(0.039); + decCh5->SetDisplacementType( + G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay2); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(3); // this is the transition form ground state to + occ->AddElectron(5, 1); // the first unoccupied orbital: B^1A_1 + + water->NewConfigurationWithElectronOccupancy("B^1A_1", *occ); + water->AddDecayChannel("B^1A_1", decCh1); + water->AddDecayChannel("B^1A_1", decCh2); + water->AddDecayChannel("B^1A_1", decCh3); + water->AddDecayChannel("B^1A_1", decCh4); + water->AddDecayChannel("B^1A_1", decCh5); + + //------------------------------------------------------- + //-------------------Excitation of 3rd layer----------------- + decCh1 = new G4MolecularDissociationChannel( + "Excitation3rdLayer_AutoIonisation_Channel"); + decCh2 = + new G4MolecularDissociationChannel("Excitation3rdLayer_Relaxation_Channel"); + + // Decay channel 1 : : OH + H_3Op + e_aq + decCh1->AddProduct(OH); + decCh1->AddProduct(H3O); + decCh1->AddProduct(e_aq); + + decCh1->SetProbability(0.5); + decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); + + // Decay channel 2 : energy + decCh2->SetEnergy(waterExcitation.ExcitationEnergy(2)); + decCh2->SetProbability(0.5); + + // Electronic configuration of this decay + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(2, 1); + occ->AddElectron(5, 1); + + // Configure the water molecule + water->NewConfigurationWithElectronOccupancy("Excitation3rdLayer", *occ); + water->AddDecayChannel("Excitation3rdLayer", decCh1); + water->AddDecayChannel("Excitation3rdLayer", decCh2); + + //------------------------------------------------------- + //-------------------Excitation of 2nd layer----------------- + decCh1 = new G4MolecularDissociationChannel( + "Excitation2ndLayer_AutoIonisation_Channel"); + decCh2 = + new G4MolecularDissociationChannel("Excitation2ndLayer_Relaxation_Channel"); + + // Decay Channel 1 : : OH + H_3Op + e_aq + decCh1->AddProduct(OH); + decCh1->AddProduct(H3O); + decCh1->AddProduct(e_aq); + + decCh1->SetProbability(0.5); + decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); + + // Decay channel 2 : energy + decCh2->SetEnergy(waterExcitation.ExcitationEnergy(3)); + decCh2->SetProbability(0.5); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(1, 1); + occ->AddElectron(5, 1); + + water->NewConfigurationWithElectronOccupancy("Excitation2ndLayer", *occ); + water->AddDecayChannel("Excitation2ndLayer", decCh1); + water->AddDecayChannel("Excitation2ndLayer", decCh2); + + //------------------------------------------------------- + //-------------------Excitation of 1st layer----------------- + decCh1 = new G4MolecularDissociationChannel( + "Excitation1stLayer_AutoIonisation_Channel"); + decCh2 = + new G4MolecularDissociationChannel("Excitation1stLayer_Relaxation_Channel"); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(0, 1); + occ->AddElectron(5, 1); + + // Decay Channel 1 : : OH + H_3Op + e_aq + decCh1->AddProduct(OH); + decCh1->AddProduct(H3O); + decCh1->AddProduct(e_aq); + decCh1->SetProbability(0.5); + decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); + + // Decay channel 2 : energy + decCh2->SetEnergy(waterExcitation.ExcitationEnergy(4)); + decCh2->SetProbability(0.5); + + water->NewConfigurationWithElectronOccupancy("Excitation1stLayer", *occ); + water->AddDecayChannel("Excitation1stLayer", decCh1); + water->AddDecayChannel("Excitation1stLayer", decCh2); + + ///////////////////////////////////////////////////////// + // IONISATION // + ///////////////////////////////////////////////////////// + //-------------------------------------------------------- + //------------------- Ionisation ------------------------- + + decCh1 = new G4MolecularDissociationChannel("Ionisation_Channel"); + + // Decay Channel 1 : : OH + H_3Op + decCh1->AddProduct(H3O); + decCh1->AddProduct(OH); + decCh1->SetProbability(1); + decCh1->SetDisplacementType( + G4DNAWaterDissociationDisplacer::Ionisation_DissociationDecay); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(4, 1); + // this is a ionized h2O with a hole in its last orbital + water->NewConfigurationWithElectronOccupancy("Ionisation5", *occ); + water->AddDecayChannel("Ionisation5", decCh1); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(3, 1); + water->NewConfigurationWithElectronOccupancy("Ionisation4", *occ); + water->AddDecayChannel("Ionisation4", + new G4MolecularDissociationChannel(*decCh1)); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(2, 1); + water->NewConfigurationWithElectronOccupancy("Ionisation3", *occ); + water->AddDecayChannel("Ionisation3", + new G4MolecularDissociationChannel(*decCh1)); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(1, 1); + water->NewConfigurationWithElectronOccupancy("Ionisation2", *occ); + water->AddDecayChannel("Ionisation2", + new G4MolecularDissociationChannel(*decCh1)); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->RemoveElectron(0, 1); + water->NewConfigurationWithElectronOccupancy("Ionisation1", *occ); + water->AddDecayChannel("Ionisation1", + new G4MolecularDissociationChannel(*decCh1)); + + ////////////////////////////////////////////////////////// + // Dissociative Attachment // + ////////////////////////////////////////////////////////// + decCh1 = new G4MolecularDissociationChannel("DissociativeAttachment_ch1"); + + // Decay 1 : OHm + H + decCh1->AddProduct(H2); + decCh1->AddProduct(OHm); + decCh1->AddProduct(OH); + decCh1->SetProbability(1); + decCh1->SetDisplacementType( + G4DNAWaterDissociationDisplacer::DissociativeAttachment); + + *occ = *(water->GetGroundStateElectronOccupancy()); + occ->AddElectron(5, 1); // H_2O^- + + water->NewConfigurationWithElectronOccupancy("DissociativeAttachment_ch1", + *occ); + water->AddDecayChannel("DissociativeAttachment_ch1", decCh1); + + ////////////////////////////////////////////////////////// + // Electron-hole recombination // + ////////////////////////////////////////////////////////// + decCh1 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay1"); + decCh2 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay2"); + decCh3 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay3"); + decCh4 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay4"); + + // Decay 1 : 2OH + H_2 + decCh1->AddProduct(H2); + decCh1->AddProduct(OH); + decCh1->AddProduct(OH); + decCh1->SetProbability(0.1365); + decCh1->SetDisplacementType( + G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay); + + // Decay 2 : OH + H + decCh2->AddProduct(OH); + decCh2->AddProduct(H); + decCh2->SetProbability(0.3575); + decCh2->SetDisplacementType( + G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); + + // Decay 3 : 2H + O(3p) + decCh3->AddProduct(O); + decCh3->AddProduct(H); + decCh3->AddProduct(H); + decCh3->SetProbability(0.156); + decCh3->SetDisplacementType( + G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay2); + + // Decay 4 : relaxation + decCh4->SetProbability(0.35); + + const auto pH2Ovib = G4H2O::Definition()->NewConfiguration("H2Ovib"); + assert(pH2Ovib != nullptr); + + water->AddDecayChannel(pH2Ovib, decCh1); + water->AddDecayChannel(pH2Ovib, decCh2); + water->AddDecayChannel(pH2Ovib, decCh3); + water->AddDecayChannel(pH2Ovib, decCh4); + + delete occ; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChemistryList::ConstructReactionTable( + G4DNAMolecularReactionTable* theReactionTable) +{ + //----------------------------------- + // Get the molecular configuration + G4MolecularConfiguration* OH = + G4MoleculeTable::Instance()->GetConfiguration("OH"); + G4MolecularConfiguration* OHm = + G4MoleculeTable::Instance()->GetConfiguration("OHm"); + G4MolecularConfiguration* e_aq = + G4MoleculeTable::Instance()->GetConfiguration("e_aq"); + G4MolecularConfiguration* H2 = + G4MoleculeTable::Instance()->GetConfiguration("H2"); + G4MolecularConfiguration* H3Op = + G4MoleculeTable::Instance()->GetConfiguration("H3Op"); + G4MolecularConfiguration* H = + G4MoleculeTable::Instance()->GetConfiguration("H"); + G4MolecularConfiguration* H2O2 = + G4MoleculeTable::Instance()->GetConfiguration("H2O2"); + G4MolecularConfiguration* HO2 = + G4MoleculeTable::Instance()->GetConfiguration("HO2"); + G4MolecularConfiguration* HO2m = + G4MoleculeTable::Instance()->GetConfiguration("HO2m"); + G4MolecularConfiguration* O = + G4MoleculeTable::Instance()->GetConfiguration("Oxy"); + G4MolecularConfiguration* Om = + G4MoleculeTable::Instance()->GetConfiguration("Om"); + G4MolecularConfiguration* O2 = + G4MoleculeTable::Instance()->GetConfiguration("O2"); + G4MolecularConfiguration* O2m = + G4MoleculeTable::Instance()->GetConfiguration("O2m"); + G4MolecularConfiguration* O3 = + G4MoleculeTable::Instance()->GetConfiguration("O3"); + G4MolecularConfiguration* O3m = + G4MoleculeTable::Instance()->GetConfiguration("O3m"); + + // Type I // + //------------------------------------------------------------------ + // *H + *H -> H2 + auto* reactionData = + new G4DNAMolecularReactionData(0.503e10 * (1e-3 * m3 / (mole * s)), H, H); + reactionData->AddProduct(H2); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // e_aq + H* + H2O -> H2 + OH- + reactionData = + new G4DNAMolecularReactionData(2.50e10 * (1e-3 * m3 / (mole * s)), e_aq, H); + reactionData->AddProduct(OHm); + reactionData->AddProduct(H2); + theReactionTable->SetReaction(reactionData); + + // H + O(3p) -> OH + reactionData = + new G4DNAMolecularReactionData(2.02e10 * (1e-3 * m3 / (mole * s)), H, O); + reactionData->AddProduct(OH); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H + O- -> OH- + reactionData = + new G4DNAMolecularReactionData(2.00e10 * (1e-3 * m3 / (mole * s)), H, Om); + reactionData->AddProduct(OHm); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + O(3p) -> HO2 + reactionData = + new G4DNAMolecularReactionData(2.02e10 * (1e-3 * m3 / (mole * s)), OH, O); + reactionData->AddProduct(HO2); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // HO2 + O(3p) -> O2 + reactionData = + new G4DNAMolecularReactionData(2.02e10 * (1e-3 * m3 / (mole * s)), HO2, O); + reactionData->AddProduct(O2); + reactionData->AddProduct(OH); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // O(3p) + O(3p) -> O2 + reactionData = + new G4DNAMolecularReactionData(2.20e10 * (1e-3 * m3 / (mole * s)), O, O); + reactionData->AddProduct(O2); + theReactionTable->SetReaction(reactionData); + + // Type III // + //------------------------------------------------------------------ + // e_aq + e_aq + 2H2O -> H2 + 2OH- + reactionData = new G4DNAMolecularReactionData( + 0.636e10 * (1e-3 * m3 / (mole * s)), e_aq, e_aq); + reactionData->AddProduct(OHm); + reactionData->AddProduct(OHm); + reactionData->AddProduct(H2); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H3O+ + OH- -> 2H2O + reactionData = new G4DNAMolecularReactionData( + 1.13e11 * (1e-3 * m3 / (mole * s)), H3Op, OHm); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H3O+ + O3- -> OH + O2 + reactionData = new G4DNAMolecularReactionData( + 9.0e10 * (1e-3 * m3 / (mole * s)), H3Op, O3m); + reactionData->AddProduct(OH); + reactionData->AddProduct(O2); + theReactionTable->SetReaction(reactionData); + + // Type II // + + //------------------------------------------------------------------ + // *OH + *H -> H2O + reactionData = + new G4DNAMolecularReactionData(1.55e10 * (1e-3 * m3 / (mole * s)), OH, H); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H + H2O2 -> OH + reactionData = + new G4DNAMolecularReactionData(3.50e7 * (1e-3 * m3 / (mole * s)), H, H2O2); + reactionData->AddProduct(OH); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H + OH- -> eaq- + reactionData = + new G4DNAMolecularReactionData(2.51e7 * (1e-3 * m3 / (mole * s)), H, OHm); + reactionData->AddProduct(e_aq); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H + O2 -> HO2 + reactionData = + new G4DNAMolecularReactionData(2.10e10 * (1e-3 * m3 / (mole * s)), H, O2); + reactionData->AddProduct(HO2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H + HO2 -> H2O2 + reactionData = + new G4DNAMolecularReactionData(1.00e10 * (1e-3 * m3 / (mole * s)), H, HO2); + reactionData->AddProduct(H2O2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H + O2- -> HO2- + reactionData = + new G4DNAMolecularReactionData(1.00e10 * (1e-3 * m3 / (mole * s)), H, O2m); + reactionData->AddProduct(HO2m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // *OH + *OH -> H2O2 + reactionData = + new G4DNAMolecularReactionData(0.55e10 * (1e-3 * m3 / (mole * s)), OH, OH); + reactionData->AddProduct(H2O2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + H2O2 -> HO2 + reactionData = + new G4DNAMolecularReactionData(2.88e7 * (1e-3 * m3 / (mole * s)), OH, H2O2); + reactionData->AddProduct(HO2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + H2 -> H + reactionData = + new G4DNAMolecularReactionData(3.28e7 * (1e-3 * m3 / (mole * s)), OH, H2); + reactionData->AddProduct(H); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // e_aq + *OH -> OH- + reactionData = new G4DNAMolecularReactionData( + 2.95e10 * (1e-3 * m3 / (mole * s)), e_aq, OH); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + OH- -> O- + reactionData = + new G4DNAMolecularReactionData(6.30e9 * (1e-3 * m3 / (mole * s)), OH, OHm); + reactionData->AddProduct(Om); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + HO2 -> O2 + reactionData = + new G4DNAMolecularReactionData(7.90e9 * (1e-3 * m3 / (mole * s)), OH, HO2); + reactionData->AddProduct(O2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + O2- -> O2 + OH- + reactionData = + new G4DNAMolecularReactionData(1.07e10 * (1e-3 * m3 / (mole * s)), OH, O2m); + reactionData->AddProduct(O2); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + HO2- -> HO2 + OH- + reactionData = + new G4DNAMolecularReactionData(8.32e9 * (1e-3 * m3 / (mole * s)), OH, HO2m); + reactionData->AddProduct(HO2); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + O- -> HO2- + reactionData = + new G4DNAMolecularReactionData(1.00e9 * (1e-3 * m3 / (mole * s)), OH, Om); + reactionData->AddProduct(HO2m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH + O3- -> O2- + HO2 + reactionData = + new G4DNAMolecularReactionData(8.50e9 * (1e-3 * m3 / (mole * s)), OH, O3m); + reactionData->AddProduct(O2m); + reactionData->AddProduct(HO2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // e_aq + H2O2 -> OH- + *OH + reactionData = new G4DNAMolecularReactionData( + 1.10e10 * (1e-3 * m3 / (mole * s)), e_aq, H2O2); + reactionData->AddProduct(OHm); + reactionData->AddProduct(OH); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H2O2 + OH- -> HO2- + reactionData = new G4DNAMolecularReactionData( + 4.71e8 * (1e-3 * m3 / (mole * s)), H2O2, OHm); + reactionData->AddProduct(HO2m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H2O2 + O(3p) -> HO2 + OH + reactionData = + new G4DNAMolecularReactionData(1.60e9 * (1e-3 * m3 / (mole * s)), H2O2, O); + reactionData->AddProduct(HO2); + reactionData->AddProduct(OH); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H2O2 + O- -> HO2 + OH- + reactionData = + new G4DNAMolecularReactionData(5.55e8 * (1e-3 * m3 / (mole * s)), H2O2, Om); + reactionData->AddProduct(HO2); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H2 + O(3p) -> H + OH + reactionData = + new G4DNAMolecularReactionData(4.77e3 * (1e-3 * m3 / (mole * s)), H2, O); + reactionData->AddProduct(H); + reactionData->AddProduct(OH); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H2 + O- -> H + OH- + reactionData = + new G4DNAMolecularReactionData(1.21e8 * (1e-3 * m3 / (mole * s)), H2, Om); + reactionData->AddProduct(H); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // eaq- + O2 -> O2- + reactionData = new G4DNAMolecularReactionData( + 1.74e10 * (1e-3 * m3 / (mole * s)), e_aq, O2); + reactionData->AddProduct(O2m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // eaq + HO2 -> HO2- + reactionData = new G4DNAMolecularReactionData( + 1.29e10 * (1e-3 * m3 / (mole * s)), e_aq, HO2); + reactionData->AddProduct(HO2m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH- + HO2 -> O2- + reactionData = + new G4DNAMolecularReactionData(6.30e9 * (1e-3 * m3 / (mole * s)), OHm, HO2); + reactionData->AddProduct(O2m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // OH- + O(3p) -> HO2- + reactionData = + new G4DNAMolecularReactionData(4.20e8 * (1e-3 * m3 / (mole * s)), OHm, O); + reactionData->AddProduct(HO2m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // O2 + O(3p) -> O3 + reactionData = + new G4DNAMolecularReactionData(4.00e9 * (1e-3 * m3 / (mole * s)), O2, O); + reactionData->AddProduct(O3); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // O2 + O- -> O3- + reactionData = + new G4DNAMolecularReactionData(3.70e9 * (1e-3 * m3 / (mole * s)), O2, Om); + reactionData->AddProduct(O3m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // HO2 + HO2 -> H2O2 + O2 + reactionData = + new G4DNAMolecularReactionData(9.80e5 * (1e-3 * m3 / (mole * s)), HO2, HO2); + reactionData->AddProduct(H2O2); + reactionData->AddProduct(O2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // HO2 + O2- -> HO2- + O2 + reactionData = + new G4DNAMolecularReactionData(9.70e7 * (1e-3 * m3 / (mole * s)), HO2, O2m); + reactionData->AddProduct(HO2m); + reactionData->AddProduct(O2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // HO2- + O(3p) -> O2- + OH + reactionData = + new G4DNAMolecularReactionData(5.30e9 * (1e-3 * m3 / (mole * s)), HO2m, O); + reactionData->AddProduct(O2m); + reactionData->AddProduct(OH); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + + // Type IV // + //------------------------------------------------------------------ + // e_aq + H3O+ -> H* + H2O + reactionData = new G4DNAMolecularReactionData( + 2.11e10 * (1e-3 * m3 / (mole * s)), e_aq, H3Op); + reactionData->AddProduct(H); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // e_aq + O2- -> H2O2 + OH- + OH- + reactionData = new G4DNAMolecularReactionData( + 1.29e10 * (1e-3 * m3 / (mole * s)), e_aq, O2m); + reactionData->AddProduct(H2O2); + reactionData->AddProduct(OHm); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // e_aq + HO2- -> O- + OH- + reactionData = new G4DNAMolecularReactionData( + 3.51e9 * (1e-3 * m3 / (mole * s)), e_aq, HO2m); + reactionData->AddProduct(Om); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // e_aq + O- -> OH- + OH- + reactionData = new G4DNAMolecularReactionData( + 2.31e10 * (1e-3 * m3 / (mole * s)), e_aq, Om); + reactionData->AddProduct(OHm); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H3O+ + O2- -> HO2 + reactionData = new G4DNAMolecularReactionData( + 4.78e10 * (1e-3 * m3 / (mole * s)), H3Op, O2m); + reactionData->AddProduct(HO2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H3O+ + HO2- -> H2O2 + reactionData = new G4DNAMolecularReactionData( + 5.00e10 * (1e-3 * m3 / (mole * s)), H3Op, HO2m); + reactionData->AddProduct(H2O2); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // H3O+ + O- -> OH + reactionData = new G4DNAMolecularReactionData( + 4.78e10 * (1e-3 * m3 / (mole * s)), H3Op, Om); + reactionData->AddProduct(OH); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // O2- + O- -> O2 + OH- + OH- + reactionData = + new G4DNAMolecularReactionData(6.00e8 * (1e-3 * m3 / (mole * s)), O2m, Om); + reactionData->AddProduct(O2); + reactionData->AddProduct(OHm); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // HO2- + O- -> O2- + OH- + reactionData = + new G4DNAMolecularReactionData(3.50e8 * (1e-3 * m3 / (mole * s)), HO2m, Om); + reactionData->AddProduct(O2m); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // O- + O- -> H2O2 + OH- + OH- + reactionData = + new G4DNAMolecularReactionData(1.00e8 * (1e-3 * m3 / (mole * s)), Om, Om); + reactionData->AddProduct(H2O2); + reactionData->AddProduct(OHm); + reactionData->AddProduct(OHm); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + //------------------------------------------------------------------ + // O- + O3- -> O2- + O2- + reactionData = + new G4DNAMolecularReactionData(7.00e8 * (1e-3 * m3 / (mole * s)), Om, O3m); + reactionData->AddProduct(O2m); + reactionData->AddProduct(O2m); + reactionData->SetReactionType(1); + theReactionTable->SetReaction(reactionData); + + //------------------------------------------------------------------ + // Get the DNA entites + G4MolecularConfiguration* A = + G4MoleculeTable::Instance()->GetConfiguration("A"); + G4MolecularConfiguration* T = + G4MoleculeTable::Instance()->GetConfiguration("T"); + G4MolecularConfiguration* G = + G4MoleculeTable::Instance()->GetConfiguration("G"); + G4MolecularConfiguration* C = + G4MoleculeTable::Instance()->GetConfiguration("C"); + G4MolecularConfiguration* Sugar = + G4MoleculeTable::Instance()->GetConfiguration("Sugar"); + + // From Buxton et al., J. Phys. Chern. Ref. Data, Vol. 17, No.2, 1988. + theReactionTable->SetReaction(0.61e10 * (1e-3 * m3 / (mole * s)), OH, A); + theReactionTable->SetReaction(0.64e10 * (1e-3 * m3 / (mole * s)), OH, T); + theReactionTable->SetReaction(0.92e10 * (1e-3 * m3 / (mole * s)), OH, G); + theReactionTable->SetReaction(0.61e10 * (1e-3 * m3 / (mole * s)), OH, C); + theReactionTable->SetReaction(0.18e10 * (1e-3 * m3 / (mole * s)), OH, Sugar); + + theReactionTable->SetReaction(0.9e10 * (1e-3 * m3 / (mole * s)), e_aq, A); + theReactionTable->SetReaction(1.8e10 * (1e-3 * m3 / (mole * s)), e_aq, T); + theReactionTable->SetReaction(1.4e10 * (1e-3 * m3 / (mole * s)), e_aq, G); + theReactionTable->SetReaction(1.3e10 * (1e-3 * m3 / (mole * s)), e_aq, C); + theReactionTable->SetReaction(1.0e7 * (1e-3 * m3 / (mole * s)), e_aq, Sugar); + + theReactionTable->SetReaction(1.0e8 * (1e-3 * m3 / (mole * s)), H, A); + theReactionTable->SetReaction(5.7e8 * (1e-3 * m3 / (mole * s)), H, T); + theReactionTable->SetReaction(9.2e7 * (1e-3 * m3 / (mole * s)), H, C); + theReactionTable->SetReaction(2.9e7 * (1e-3 * m3 / (mole * s)), H, Sugar); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChemistryList::ConstructProcess() +{ + G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper(); + + //=============================================================== + // Extend vibrational to low energy + // Anyway, solvation of electrons is taken into account from 7.4 eV + // So below this threshold, for now, no accurate modeling is done + // + G4VProcess* process = G4ProcessTable::GetProcessTable()->FindProcess( + "e-_G4DNAVibExcitation", "e-"); + + if(process != nullptr) + { + auto* vibExcitation = (G4DNAVibExcitation*) process; + G4VEmModel* model = vibExcitation->EmModel(); + auto* sancheExcitationMod = + dynamic_cast(model); + if(sancheExcitationMod != nullptr) + { + sancheExcitationMod->ExtendLowEnergyLimit(0.025 * eV); + } + } + + //=============================================================== + // *** Electron Solvatation *** + // + process = G4ProcessTable::GetProcessTable()->FindProcess( + "e-_G4DNAElectronSolvation", "e-"); + + if(process == nullptr) + { + ph->RegisterProcess(new G4DNAElectronSolvation("e-_G4DNAElectronSolvation"), + G4Electron::Definition()); + } + + //=============================================================== + // Define processes for molecules + // + G4MoleculeTable* theMoleculeTable = G4MoleculeTable::Instance(); + G4MoleculeDefinitionIterator iterator = + theMoleculeTable->GetDefintionIterator(); + iterator.reset(); + while(iterator()) + { + G4MoleculeDefinition* moleculeDef = iterator.value(); + + if(moleculeDef != G4H2O::Definition()) + { + auto brown = new G4DNABrownianTransportation(); + ph->RegisterProcess(brown, moleculeDef); + + if(moleculeDef == G4Electron_aq::Definition() || + moleculeDef == G4OH::Definition() || + moleculeDef == G4Hydrogen::Definition()) + { + G4VDNAHitModel* pDamageModel = + new IRTDamageReactionModel("IRTDamageReactionModel"); + auto staticMoleculeReactionProcess = + new G4DNAPolyNucleotideReactionProcess( + "PolyNucleotideReactionProcess"); + staticMoleculeReactionProcess->SetVerbose(1); + staticMoleculeReactionProcess->SetDNADamageReactionModel(pDamageModel); + ph->RegisterProcess(staticMoleculeReactionProcess, moleculeDef); + } + } + else + { + moleculeDef->GetProcessManager()->AddRestProcess( + new G4DNAElectronHoleRecombination(), 2); + auto* dissociationProcess = + new G4DNAMolecularDissociation("H2O_DNAMolecularDecay"); + dissociationProcess->SetDisplacer(moleculeDef, + new G4DNAWaterDissociationDisplacer); + dissociationProcess->SetVerboseLevel(3); + + moleculeDef->GetProcessManager()->AddRestProcess(dissociationProcess, 1); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChemistryList::ConstructTimeStepModel(G4DNAMolecularReactionTable* + /*reactionTable*/) +{ + G4ChemicalMoleculeFinder::Instance()->SetOctreeUsed(true); + auto IRT = new G4DNAIndependentReactionTimeModel(); + RegisterTimeStepModel(IRT); +} + +void ChemistryList::ConstructParticle() { ConstructMolecule(); } diff --git a/examples/extended/medical/dna/moleculardna/src/ChromosomeFactory.cc b/examples/extended/medical/dna/moleculardna/src/ChromosomeFactory.cc new file mode 100644 index 0000000000..1e710a8eb6 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/ChromosomeFactory.cc @@ -0,0 +1,357 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#include "ChromosomeFactory.hh" +#include "G4PhysicalConstants.hh" +#include "G4UnitsTable.hh" +#include "G4ThreeVector.hh" +#include "VirtualChromosome.hh" +#include "CylindricalChromosome.hh" +#include "RodChromosome.hh" +#include "SphericalChromosome.hh" +#include "EllipticalChromosome.hh" +#include "Randomize.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +VirtualChromosome* ChromosomeFactory::MakeChromosome( + const G4String& name, const std::vector& commands) +{ + VirtualChromosome* chromosome = nullptr; + G4String chromosome_type = commands[0]; + if(chromosome_type == CylindricalChromosome::fShape) + { + // interpret the command for cylinder + // expect cyl rad height x y z unit rx ry rz + // rotations are in degrees + if(commands.size() == 7) + { + G4double unit = G4UnitDefinition::GetValueOf(commands[6]); + G4double radius = std::stod(commands[1]) * unit; + G4double hgt = std::stod(commands[2]) * unit; + G4ThreeVector center(std::stod(commands[3]) * unit, + std::stod(commands[4]) * unit, + std::stod(commands[5]) * unit); + chromosome = new CylindricalChromosome(name, center, radius, hgt); + } + else if(commands.size() == 10) // euler angles given + { + G4double unit = G4UnitDefinition::GetValueOf(commands[6]); + G4double radius = std::stod(commands[1]) * unit; + G4double hgt = std::stod(commands[2]) * unit; + G4ThreeVector center(std::stod(commands[3]) * unit, + std::stod(commands[4]) * unit, + std::stod(commands[5]) * unit); + + // Rotations are first X, then Y, Then Z + G4RotationMatrix rot; + rot.rotateX(std::stod(commands[7]) * pi / 180); + rot.rotateY(std::stod(commands[8]) * pi / 180); + rot.rotateZ(std::stod(commands[9]) * pi / 180); + + chromosome = new CylindricalChromosome(name, center, radius, hgt, rot); + } + else + { + G4cout << "The arguments for a cylinder are:" << G4endl; + G4cout << "1) name cyl rad height x y z unit" << G4endl; + G4cout << "2) name cyl rad height x y z unit rx ry rz" << G4endl; + G4cout << "Note that rotations are in degrees" << G4endl; + InvalidReading(chromosome_type); + } + } + else if(chromosome_type == RodChromosome::fShape) + { + // interpret the command for rod + // expect cyl rad height x y z unit rx ry rz + // rotations are in degrees + if(commands.size() == 7) + { + G4double unit = G4UnitDefinition::GetValueOf(commands[6]); + G4double radius = std::stod(commands[1]) * unit; + G4double hgt = std::stod(commands[2]) * unit; + G4ThreeVector center(std::stod(commands[3]) * unit, + std::stod(commands[4]) * unit, + std::stod(commands[5]) * unit); + chromosome = new RodChromosome(name, center, radius, hgt); + } + else if(commands.size() == 10) // euler angles given + { + G4double unit = G4UnitDefinition::GetValueOf(commands[6]); + G4double radius = std::stod(commands[1]) * unit; + G4double hgt = std::stod(commands[2]) * unit; + G4ThreeVector center(std::stod(commands[3]) * unit, + std::stod(commands[4]) * unit, + std::stod(commands[5]) * unit); + + // Rotations are first X, then Y, Then Z + G4RotationMatrix rot; + rot.rotateX(std::stod(commands[7]) * pi / 180); + rot.rotateY(std::stod(commands[8]) * pi / 180); + rot.rotateZ(std::stod(commands[9]) * pi / 180); + + chromosome = new RodChromosome(name, center, radius, hgt, rot); + } + else + { + G4cout << "The arguments for a cylinder are:" << G4endl; + G4cout << "1) name rod rad height x y z unit" << G4endl; + G4cout << "2) name rod rad height x y z unit rx ry rz" << G4endl; + G4cout << "Note that rotations are in degrees" << G4endl; + InvalidReading(chromosome_type); + } + } + else if(chromosome_type == SphericalChromosome::fShape) + { + // interpret the command for sphere + // expect sphere rad x y z unit rx ry rz + // rotations are in degrees + if(commands.size() == 6) + { + G4double unit = G4UnitDefinition::GetValueOf(commands[5]); + G4double radius = std::stod(commands[1]) * unit; + G4ThreeVector center(std::stod(commands[2]) * unit, + std::stod(commands[3]) * unit, + std::stod(commands[4]) * unit); + chromosome = new SphericalChromosome(name, center, radius); + } + else if(commands.size() == 9) // euler angles given + { + G4double unit = G4UnitDefinition::GetValueOf(commands[5]); + G4double radius = std::stod(commands[1]) * unit; + G4ThreeVector center(std::stod(commands[2]) * unit, + std::stod(commands[3]) * unit, + std::stod(commands[4]) * unit); + + // Rotations are first X, then Y, Then Z + G4RotationMatrix rot; + rot.rotateX(std::stod(commands[6]) * pi / 180); + rot.rotateY(std::stod(commands[7]) * pi / 180); + rot.rotateZ(std::stod(commands[8]) * pi / 180); + + chromosome = new SphericalChromosome(name, center, radius, rot); + } + else + { + G4cout << "The arguments for a sphere are:" << G4endl; + G4cout << "1) name sphere rad x y z unit" << G4endl; + G4cout << "2) name sphere rad x y z unit rx ry rz" << G4endl; + G4cout << "Note that rotations are in degrees" << G4endl; + InvalidReading(chromosome_type); + } + } + else if(chromosome_type == EllipticalChromosome::fShape) + { + // interpret the command for Ellipse + // expect ellipse sx sy sz x y z unit rx ry rz + // rotations are in degrees + // sx sy sz are semi-major axes + if(commands.size() == 8) + { + G4double unit = G4UnitDefinition::GetValueOf(commands[7]); + G4double sx = std::stod(commands[1]) * unit; + G4double sy = std::stod(commands[2]) * unit; + G4double sz = std::stod(commands[3]) * unit; + G4ThreeVector center(std::stod(commands[4]) * unit, + std::stod(commands[5]) * unit, + std::stod(commands[6]) * unit); + chromosome = new EllipticalChromosome(name, center, sx, sy, sz); + } + else if(commands.size() == 11) // euler angles given + { + G4double unit = G4UnitDefinition::GetValueOf(commands[7]); + G4double sx = std::stod(commands[1]) * unit; + G4double sy = std::stod(commands[2]) * unit; + G4double sz = std::stod(commands[3]) * unit; + G4ThreeVector center(std::stod(commands[4]) * unit, + std::stod(commands[5]) * unit, + std::stod(commands[6]) * unit); + + // Rotations are first X, then Y, Then Z + G4RotationMatrix rot; + rot.rotateX(std::stod(commands[8]) * pi / 180); + rot.rotateY(std::stod(commands[9]) * pi / 180); + rot.rotateZ(std::stod(commands[10]) * pi / 180); + + chromosome = new EllipticalChromosome(name, center, sx, sy, sz, rot); + } + else + { + G4cout << "The arguments for a ellipse are:" << G4endl; + G4cout << "1) name ellipse sx sy sz x y z unit" << G4endl; + G4cout << "2) name ellipse sx sy sz x y z unit rx ry rz" << G4endl; + G4cout << "Note that rotations are in degrees" << G4endl; + G4cout << "Note that dimensions (sx, sy, sz) are semi-major axes" + << G4endl; + InvalidReading(chromosome_type); + } + } + else + { + chromosome = nullptr; + InvalidReading(chromosome_type); + } + return chromosome; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void ChromosomeFactory::InvalidReading(const G4String& chromosome_type) +{ + G4ExceptionDescription errmsg; + errmsg << "Chromosome type: " << chromosome_type << " is not valid" << G4endl; + G4Exception("ChromosomeFactory::MakeChromosome", "", FatalException, errmsg); +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChromosomeFactory::Test() +{ + G4cout << "------------------------------------------------------------" + << "--------------------" << G4endl; + G4cout << "Chromosome Test" << G4endl; + // populate vector for tests + std::vector*> tests; + G4double r; + for(G4int ii = 0; ii != 50; ii++) + { + // No rotation constructor test + auto vec = new std::vector(); + r = G4UniformRand(); + if(r < 0.25) + { + vec->push_back("rod"); + vec->push_back(std::to_string(10 * G4UniformRand() + 2)); + vec->push_back(std::to_string(5 * G4UniformRand() + 10)); + } + else if(r < 0.5) + { + vec->push_back("sphere"); + vec->push_back(std::to_string(10 * G4UniformRand() + 2)); + } + else if(r < 0.75) + { + vec->push_back("cyl"); + vec->push_back(std::to_string(10 * G4UniformRand() + 2)); + vec->push_back(std::to_string(5 * G4UniformRand() + 5)); + } + else + { + vec->push_back("ellipse"); + vec->push_back(std::to_string(10 * G4UniformRand() + 2)); + vec->push_back(std::to_string(5 * G4UniformRand() + 5)); + vec->push_back(std::to_string(20 * G4UniformRand() - 6)); + } + + vec->push_back(std::to_string(10 * (G4UniformRand() - 0.5))); + vec->push_back(std::to_string(10 * (G4UniformRand() - 0.5))); + vec->push_back(std::to_string(10 * (G4UniformRand() - 0.5))); + vec->push_back("um"); + tests.push_back(vec); + } + for(G4int ii = 0; ii != 50; ++ii) + { + // Test with rotation + auto vec = new std::vector(); + r = G4UniformRand(); + if(r < 0.25) + { + vec->push_back("rod"); + vec->push_back(std::to_string(10 * G4UniformRand() + 2)); + vec->push_back(std::to_string(5 * G4UniformRand() + 10)); + } + else if(r < 0.5) + { + vec->push_back("sphere"); + vec->push_back(std::to_string(10 * G4UniformRand() + 2)); + } + else if(r < 0.75) + { + vec->push_back("cyl"); + vec->push_back(std::to_string(10 * G4UniformRand() + 2)); + vec->push_back(std::to_string(5 * G4UniformRand() + 5)); + } + else + { + vec->push_back("ellipse"); + vec->push_back(std::to_string(10 * G4UniformRand() + 2)); + vec->push_back(std::to_string(5 * G4UniformRand() + 5)); + vec->push_back(std::to_string(20 * G4UniformRand() - 6)); + } + + vec->push_back(std::to_string(10 * (G4UniformRand() - 0.5))); + vec->push_back(std::to_string(10 * (G4UniformRand() - 0.5))); + vec->push_back(std::to_string(10 * (G4UniformRand() - 0.5))); + + vec->push_back("um"); + + vec->push_back(std::to_string(720 * (G4UniformRand() - 0.5))); + vec->push_back(std::to_string(720 * (G4UniformRand() - 0.5))); + vec->push_back(std::to_string(720 * (G4UniformRand() - 0.5))); + + tests.push_back(vec); + } + + VirtualChromosome* chromo; + for(auto& test : tests) + { + chromo = this->MakeChromosome("test", (*test)); + G4int passes = 0; + G4int n = 1000; + for(G4int jj = 0; jj != n; jj++) + { + G4ThreeVector point = chromo->RandomPointInChromosome(); + if(chromo->PointInChromosome(point)) + { + passes++; + } + else + { + G4cout << point << G4endl; + } + } + if(passes == n) + { + G4cout << "Chromosome Test Passed for " << chromo->GetShape() + << " based on " << n << " test points" << G4endl; + } + else + { + G4cout << "Chromosome Test Failed for " << chromo->GetShape() + << " based on " << n << " test points (only " << passes << " pass)" + << G4endl; + chromo->Print(); + } + delete chromo; + } + + for(auto& test : tests) + { + delete test; + } + G4cout << "------------------------------------------------------------" + << "--------------------" << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file diff --git a/source/visualization/modeling/include/G4BoundingSphereScene.hh b/examples/extended/medical/dna/moleculardna/src/ChromosomeHit.cc similarity index 59% rename from source/visualization/modeling/include/G4BoundingSphereScene.hh rename to examples/extended/medical/dna/moleculardna/src/ChromosomeHit.cc index 11f3ec7f4a..d0cf66f229 100644 --- a/source/visualization/modeling/include/G4BoundingSphereScene.hh +++ b/examples/extended/medical/dna/moleculardna/src/ChromosomeHit.cc @@ -24,51 +24,48 @@ // ******************************************************************** // // -// -// -// John Allison 7th June 1997 -// An artificial scene to reuse G4VScene code to calculate a bounding sphere. +/// \file ChromosomeHit.cc +/// \brief Hit class for a hit interacting with a DNA molecule -#ifndef G4BOUNDINGSPHERESCENE_HH -#define G4BOUNDINGSPHERESCENE_HH +#include -#include "G4PseudoScene.hh" -#include "G4VisExtent.hh" +#include "ChromosomeHit.hh" -class G4VModel; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -class G4BoundingSphereScene: public G4PseudoScene { +G4ThreadLocal G4Allocator* MolecularChromosomeHitAllocator = + nullptr; -public: +ChromosomeHit::ChromosomeHit(G4String name) + : G4VHit() + , fName(std::move(name)) +{} - G4BoundingSphereScene (G4VModel* pModel = 0); +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - virtual ~G4BoundingSphereScene (); +ChromosomeHit::~ChromosomeHit() = default; - G4VisExtent GetBoundingSphereExtent (); +ChromosomeHit::ChromosomeHit(const ChromosomeHit& right) + : G4VHit() + , fName(right.GetName()) + , fEdepChromosome(right.GetChromosomeEdep()) + , fEdepDNA(right.GetDNAEdep()) +{ + // consider setters? +} - const G4Point3D& GetCentre() const {return fCentre;} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - G4double GetRadius() const {return fRadius;} +const ChromosomeHit& ChromosomeHit::operator=(const ChromosomeHit& right) +{ + auto* newHit = new ChromosomeHit(right); + return *newHit; +} - void SetCentre(const G4Point3D& centre) {fCentre = centre;} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - //////////////////////////////////////////////////////////////// - // The following 2 functions can be used by any code which wishes to - // accrue a bounding sphere. Just instantiate a - // G4BoundingSphereScene and use AccrueBoundingSphere. - - void ResetBoundingSphere (); - void AccrueBoundingSphere (const G4Point3D& centre, - G4double radius); - -private: - - void ProcessVolume (const G4VSolid& solid); - - G4VModel* fpModel; // Instantiating code may optionally set this. - G4Point3D fCentre; - G4double fRadius; -}; - -#endif +G4int ChromosomeHit::operator==(const ChromosomeHit& right) const +{ + return (this == &right) ? 1 : 0; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/ChromosomeMapper.cc b/examples/extended/medical/dna/moleculardna/src/ChromosomeMapper.cc new file mode 100644 index 0000000000..9c8ea5ef69 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/ChromosomeMapper.cc @@ -0,0 +1,157 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: ChromosomeMapper.cc +/// brief: Implementation of class to track chromosomes +#include "ChromosomeMapper.hh" + +#include "VirtualChromosome.hh" +#include "ChromosomeMessenger.hh" + +#include +#include +#include "DNAHashing.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ChromosomeMapper::ChromosomeMapper() + : fChromosomes({}) +{ + fpChromosomeMessenger = new ChromosomeMessenger(this); + fpChromosomeFactory = new ChromosomeFactory(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ChromosomeMapper::~ChromosomeMapper() +{ + delete fpChromosomeMessenger; + delete fpChromosomeFactory; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +[[maybe_unused]] G4String ChromosomeMapper::GetCurrentChromosomeKey( + const G4ThreeVector& pos) const +{ + G4String key = ""; + for(const auto& Chromosome : fChromosomes) + { + if(Chromosome.second->PointInChromosome(pos)) + { + //key = Chromosome.first; + key = Chromosome.second->GetName(); + break; + } + } + return key; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +[[maybe_unused]] VirtualChromosome* ChromosomeMapper::GetChromosome( + const G4ThreeVector& pos) const +{ + for(const auto& fChromosome : fChromosomes) + { + if(fChromosome.second->PointInChromosome(pos)) + { + return fChromosome.second; + } + } + return nullptr; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +[[maybe_unused]] VirtualChromosome* ChromosomeMapper::GetChromosome( + const G4String& key) const +{ + uint32_t key_i = G4::hashing::crc32::hash(key); + + try + { + return fChromosomes.at(key_i); + } catch(const std::out_of_range& oor) + { + G4cout << "Chromosome does not exist with key: " << key << G4endl; + return nullptr; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChromosomeMapper::AddChromosome(const G4String& key, + const std::vector& commands) +{ + uint32_t key_i = G4::hashing::crc32::hash(key); + + auto it = fChromosomes.find(key_i); + + if(it == fChromosomes.end()) + { + auto* newChromosome = + ChromosomeFactory::MakeChromosome(key, commands); + fChromosomes.emplace(key_i, newChromosome); + } + else + { + G4ExceptionDescription errmsg; + errmsg << "ChromosomeMapper:: " + << "Chromosome already exists with key: " << key << G4endl; + G4Exception("ChromosomeMapper::AddChromosome", "", FatalException, errmsg); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChromosomeMapper::SavePlotData(const G4String& filename) +{ + std::fstream fs(filename, + std::fstream::in | std::fstream::out | std::fstream::trunc); + for(auto& fChromosome : fChromosomes) + { + fs << fChromosome.second->Plot(); + } + fs.close(); +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +[[maybe_unused]] std::vector ChromosomeMapper::GetChromosomeKeys() + const +{ + std::vector keys; + for(const auto& fChromosome : fChromosomes) + { + keys.push_back(fChromosome.second->GetName()); + } + return keys; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChromosomeMapper::Test() +{ fpChromosomeFactory->Test();} diff --git a/examples/extended/medical/dna/moleculardna/src/ChromosomeMessenger.cc b/examples/extended/medical/dna/moleculardna/src/ChromosomeMessenger.cc new file mode 100644 index 0000000000..893c998ebb --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/ChromosomeMessenger.cc @@ -0,0 +1,74 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#include "ChromosomeMessenger.hh" +#include "ChromosomeMapper.hh" +#include "UtilityFunctions.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithAString.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ChromosomeMessenger::ChromosomeMessenger(ChromosomeMapper* mapper) + : G4UImessenger() + , fpChromosomeMapper(mapper) + , fpChromosomeDirectory(new G4UIdirectory("/chromosome/")) + , fpAddChromosome(new G4UIcmdWithAString("/chromosome/add", this)) + , fpSavePlotData(new G4UIcmdWithAString("/chromosome/plotData", this)) +{ + // Chromosomes + fpChromosomeDirectory->SetGuidance("Commands for chromosome geometry."); + fpAddChromosome->SetGuidance("Add a chromosomal region"); + fpAddChromosome->SetGuidance("format: shape name geometry-commands"); + fpAddChromosome->SetGuidance("shape: sphere || cyl"); + fpAddChromosome->SetGuidance("geometry-commands:"); + fpAddChromosome->SetGuidance("sphere: rad x y z unit [rx ry rz]"); + fpAddChromosome->SetGuidance("cyl: rad height x y z unit [rx ry rz]"); + fpAddChromosome->SetGuidance("Rotations are optional and in degrees"); + fpSavePlotData->SetGuidance("Save plot data to specified file"); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ChromosomeMessenger::SetNewValue(G4UIcommand* command, G4String newValue) +{ + if(command == fpAddChromosome.get()) + { + std::vector values = utility::split(newValue, ' '); + G4String key = values[0]; + std::vector commands; + for(auto it = (values.begin() + 1); it != values.end(); it++) + { + commands.emplace_back(*it); + } + fpChromosomeMapper->AddChromosome(key, commands); + } + else if(command == fpSavePlotData.get()) + { + fpChromosomeMapper->SavePlotData(newValue); + } +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/CylindricalChromosome.cc b/examples/extended/medical/dna/moleculardna/src/CylindricalChromosome.cc new file mode 100644 index 0000000000..92d7a2829a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/CylindricalChromosome.cc @@ -0,0 +1,109 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: CylindricalChromosome.cc +/// brief: Implementation of virt chromosome class for cylindrical chromosomes + +#include + +#include "CylindricalChromosome.hh" + +#include "Randomize.hh" +#include "G4RandomDirection.hh" +#include "G4PhysicalConstants.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const G4String CylindricalChromosome::fShape = "cyl"; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +CylindricalChromosome::CylindricalChromosome(const G4String& name, + G4ThreeVector pos, + const G4double& radius, + const G4double& height) + : VirtualChromosome(name) + , fCenter(std::move(pos)) + , fRadius(radius) + , fHeight(height) + , fRotation(G4RotationMatrix()) +{ + fInverseRotation = fRotation.inverse(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +CylindricalChromosome::CylindricalChromosome(const G4String& name, + G4ThreeVector pos, + const G4double& radius, + const G4double& height, + G4RotationMatrix rot) + : VirtualChromosome(name) + , fCenter(std::move(pos)) + , fRadius(radius) + , fHeight(height) + , fRotation(std::move(rot)) +{ + fInverseRotation = fRotation.inverse(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +bool CylindricalChromosome::PointInChromosome(G4ThreeVector const& pos) +{ + G4ThreeVector rpos = pos - fCenter; + rpos = fInverseRotation(rpos); + + G4bool height_ok; + G4bool radius_ok; + G4double height; + G4double rad2; + + height = std::abs(rpos.getZ()); + rad2 = rpos.getX() * rpos.getX() + rpos.getY() * rpos.getY(); + + height_ok = (height < fHeight); + radius_ok = (rad2 < (fRadius * fRadius)); + + return height_ok && radius_ok; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4ThreeVector CylindricalChromosome::RandomPointInChromosome() +{ + G4ThreeVector point; + G4double z = 2 * (G4UniformRand() - 0.5) * fHeight; + G4double theta = twopi * G4UniformRand(); + G4double r = fRadius * std::pow(G4UniformRand(), 0.5); + G4double x = r * std::cos(theta); + G4double y = r * std::sin(theta); + point = G4ThreeVector(x, y, z); + point = fRotation(point) + fCenter; + + return point; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/DNAGeometry.cc b/examples/extended/medical/dna/moleculardna/src/DNAGeometry.cc new file mode 100644 index 0000000000..33ddba8c49 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/DNAGeometry.cc @@ -0,0 +1,1750 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: DNAGeometry.cc +/// brief: +/* + * This class builds the DNA geometry. It interacts in a non-standard way + * with the DNAWorld class, to create a physical DNA geometry + * in a parallel world. + * + */ +#include "DNAGeometry.hh" +#include "DNAGeometryMessenger.hh" +#include "OctreeNode.hh" +#include "PlacementVolumeInfo.hh" +#include "VirtualChromosome.hh" +#include "G4Box.hh" +#include "G4Ellipsoid.hh" +#include "G4PVPlacement.hh" +#include "G4PVParameterised.hh" +#include "G4PhysicalConstants.hh" +#include "G4VisAttributes.hh" +#include "G4Color.hh" +#include "G4NistManager.hh" +#include +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool compareLVByName::operator()(const G4LogicalVolume* lhs, + const G4LogicalVolume* rhs) const +{ + return lhs->GetName() < rhs->GetName(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAGeometry::DNAGeometry() + : G4VDNAMolecularGeometry() +{ + fpMessenger = new DNAGeometryMessenger(this); + fpChromosomeMapper = new ChromosomeMapper(); + + // Create Damage Model and add some default values + fpDamageModel = new DamageModel(); + G4NistManager* man = G4NistManager::Instance(); + fpSugarMaterial = man->FindOrBuildMaterial("G4_DNA_DEOXYRIBOSE"); + fpMediumMaterial = man->FindOrBuildMaterial("G4_WATER"); + fpPhosphateMaterial = man->FindOrBuildMaterial("G4_DNA_PHOSPHATE"); + fpGuanineMaterial = man->FindOrBuildMaterial("G4_DNA_GUANINE"); + fpAdenineMaterial = man->FindOrBuildMaterial("G4_DNA_ADENINE"); + fpThymineMaterial = man->FindOrBuildMaterial("G4_DNA_THYMINE"); + fpCytosineMaterial = man->FindOrBuildMaterial("G4_DNA_CYTOSINE"); + fpHistoneMaterial = man->FindOrBuildMaterial("G4_WATER"); + fpDNAPhysicsWorld = new DNAWorld(); + fpDrawCellAttrs = new G4VisAttributes(); + fpDrawCellAttrs->SetColor(G4Color(0, 0, 1, 0.2)); + fpDrawCellAttrs->SetForceSolid(true); + // set default molecule sizes + fMoleculeSizes["phosphate"] = + G4ThreeVector(2.282354, 2.282354, 2.282354) * angstrom; + fMoleculeSizes["sugar"] = + G4ThreeVector(2.632140, 2.632140, 2.632140) * angstrom; + fMoleculeSizes["guanine"] = + G4ThreeVector(3.631503, 3.799953, 1.887288) * angstrom; + fMoleculeSizes["cytosine"] = + G4ThreeVector(3.597341, 3.066331, 1.779361) * angstrom; + fMoleculeSizes["adenine"] = + G4ThreeVector(3.430711, 3.743504, 1.931958) * angstrom; + fMoleculeSizes["thymine"] = + G4ThreeVector(4.205943, 3.040448, 2.003359) * angstrom; + fMoleculeSizes["histone"] = G4ThreeVector(25, 25, 25) * angstrom; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAGeometry::~DNAGeometry() { delete fpMessenger; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometry::BuildDNA(G4LogicalVolume* vol) +{ + // TODO: Add Assertion tests to make sure files have been loaded + fpDNAVolumeChem = vol; + + // TODO: Make a complete copy of vol and it's physical volume + auto* volAsEllipsoid = dynamic_cast(vol->GetSolid()); + auto* volAsBox = dynamic_cast(vol->GetSolid()); + + G4VSolid* cloneSolid; + if(volAsEllipsoid != nullptr) + { + cloneSolid = new G4Ellipsoid(*((G4Ellipsoid*) vol->GetSolid())); + } + else if(volAsBox != nullptr) + { + cloneSolid = new G4Box(*((G4Box*) vol->GetSolid())); + } + else + { + G4ExceptionDescription errmsg; + errmsg + << "An invalid physical volume shape has been used to hold the DNA volume" + << G4endl; + G4Exception("MolecularDnaGeometry", "ERR_INVALID_DNA_SHAPE", FatalException, + errmsg); + return; + } + + fpDNAVolumePhys = new G4LogicalVolume(cloneSolid, vol->GetMaterial(), + "DNAPhysLV"); // dousatsu + FillParameterisedSpace(); + fpDNAPhysicsWorld->SetDNAVolumePointer(fpDNAVolumePhys); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometry::FillParameterisedSpace() +{ + // Create map for each logical volume with its parametrisation + // LV, placement_index, copy number, position, rotation + std::vector placementVector; + std::map currentCopyNumber; + G4int numberOfChains = 0; + + // read in and create the LV's specified in the macro + std::map namesToLVs; + for(const auto& it : fVoxelNames) + { + G4String thisVoxelName = it.first; + G4String thisVoxelFile = it.second; + + auto voxel = LoadVoxelVolume(thisVoxelName, thisVoxelFile); + G4LogicalVolume* lv = voxel.first; + fInfoMap[lv] = voxel.second; + namesToLVs[thisVoxelName] = lv; + currentCopyNumber[lv] = 0; + numberOfChains = this->GetPVInfo(lv)->GetNumberOfChains(); + if(!(numberOfChains == 1 || numberOfChains == 4 || numberOfChains == 8)) + { + G4cout << "Geometry contains volumes with none of 1/4/8" + << " chains. This can cause errors" << G4endl; + } + } + + // Go through the voxel types to build a placement vector + for(unsigned ii = 0; ii < fVoxelTypes.size(); ii++) + { + G4LogicalVolume* lv = namesToLVs[fVoxelTypes[ii]]; + + placement thisPlacement = + std::make_tuple(lv, fVoxelIndices[ii], currentCopyNumber[lv]++, + fVoxelPositions[ii], fVoxelRotations[ii]); + placementVector.push_back(thisPlacement); + } + + // Do each placement. + std::map histonesPerChromosome; // dousatsu + std::map basePairsPerChromosome; // dousatsu + // std::map basePairsPerChromosome;//ORG + for(auto it = placementVector.begin(); it != placementVector.end(); it++) + { + G4LogicalVolume* thisLogical = std::get<0>(*it); + if(thisLogical == nullptr) + { + G4Exception("DNAGeometry::FillParameterisedSpace", + "ERR_LOG_VOL_EXISTS_FALSE", FatalException, + "At least one of the placement names" + " specified doesn't exist"); + } + G4int thisIndex = std::get<1>(*it); + G4int thisCopyNo = std::get<2>(*it); + + G4ThreeVector thisPosition = std::get<3>(*it); + G4ThreeVector thisRotation = std::get<4>(*it); + std::stringstream ss; + ss << thisLogical->GetName() << "-" << thisIndex; + + auto inv = new G4RotationMatrix(); + inv->rotateX(thisRotation.getX()); + inv->rotateY(thisRotation.getY()); + inv->rotateZ(thisRotation.getZ()); + auto pRot = new G4RotationMatrix(inv->inverse()); + delete inv; + + G4bool isPhysicallyPlaced = false; + VirtualChromosome* thisChromosome = + this->GetChromosomeMapper()->GetChromosome(thisPosition); + if(thisChromosome != nullptr) + { + isPhysicallyPlaced = true; + // Place for Physics + new G4PVPlacement(pRot, thisPosition, thisLogical, ss.str(), + fpDNAVolumePhys, false, thisCopyNo, + this->GetOverlaps()); + // Place for Chemistry + new G4PVPlacement( + pRot, thisPosition, this->GetMatchingChemVolume(thisLogical), ss.str(), + fpDNAVolumeChem, false, thisCopyNo, this->GetOverlaps()); + + // dousatsu============== + if(histonesPerChromosome.find(thisChromosome->GetName()) == + histonesPerChromosome.end()) + { + histonesPerChromosome[thisChromosome->GetName()] = 0; + } + histonesPerChromosome[thisChromosome->GetName()] += + this->GetPVInfo(thisLogical)->GetTotalHistones(); + // dousatsu============== + + if(basePairsPerChromosome.find(thisChromosome->GetName()) == + basePairsPerChromosome.end()) + { + basePairsPerChromosome[thisChromosome->GetName()] = 0; + } + basePairsPerChromosome[thisChromosome->GetName()] += + this->GetPVInfo(thisLogical)->GetTotalBasePairs(); + } + + // add the placement to the local register, even if it isn't in a + // chromosome, as this tracks base pair index number. + if(numberOfChains == 4 || numberOfChains == 8) + { + AddFourChainPlacement(it, placementVector.begin(), isPhysicallyPlaced); + } + else if(numberOfChains == 1) + { + AddSingleChainPlacement(it, placementVector.begin(), isPhysicallyPlaced); + } + else + { + G4ExceptionDescription errmsg; + errmsg << "Having none of 1/4/8 chains in a placement is not " + << "supported, the application will crash" << G4endl; + G4Exception("DNAGeometry::FillParameterisedSpace", + "Number of chains not supported", FatalException, errmsg); + } + } + + // dousatsu------------------------------ + G4cout << "Histones placed per chromosome:" << G4endl; + G4cout << "Chromosome Histones" << G4endl; + G4cout << "-----------------------------------" << G4endl; + for(auto& it : histonesPerChromosome) + { + G4cout <GetVerbosity() > 0) + { + this->PrintOctreeStats(); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometry::AddSingleChainPlacement( + const std::vector::iterator it, + const std::vector::iterator, G4bool isPhysicallyPlaced) +{ + G4LogicalVolume* thisLogical = std::get<0>(*it); + G4bool twist = fVoxelTwist[thisLogical->GetName()]; + AddNewPlacement(thisLogical, { { 0, 1, 2, 3, 4, 5, 6, 7 } }, twist, + isPhysicallyPlaced); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometry::AddFourChainPlacement( + const std::vector::iterator it, + const std::vector::iterator begin, G4bool isPhysicallyPlaced) +{ + G4LogicalVolume* thisLogical = std::get<0>(*it); + G4int thisIndex = std::get<1>(*it); + // Use info to build the placement transforms. + std::array global_chain{}; + G4bool twist = fVoxelTwist[thisLogical->GetName()]; + if(it == begin) + { + global_chain = { { 0, 1, 2, 3, 4, 5, 6, 7 } }; + } + else + { + // work out global chain + placement previous = *(it - 1); + G4ThreeVector oldRotation = std::get<4>(previous); + G4ThreeVector thisRotation = std::get<4>(*it); + + G4RotationMatrix rotnew; + rotnew.rotateX(thisRotation.getX()); + rotnew.rotateY(thisRotation.getY()); + rotnew.rotateZ(thisRotation.getZ()); + + rotnew.rectify(); + + G4RotationMatrix rotold; + rotold.rotateX(oldRotation.getX()); + rotold.rotateY(oldRotation.getY()); + rotold.rotateZ(oldRotation.getZ()); + + G4ThreeVector zdiff = rotold.colZ() - rotnew.colZ(); + if(zdiff.mag2() > 0.1) + { + rotold = rotold.rotate(halfpi, rotold.colY()); + } + rotold.rectify(); + // rotnew.colz == rotold.colz now. + // There exists now a rotation around rotnew.colZ() + // that transforms rotold to rotnew. + G4RotationMatrix relative = rotnew * rotold.inverse(); + relative.rectify(); + G4ThreeVector axis = relative.getAxis(); + G4double angle = relative.getDelta(); + // get the sign of the rotation, and correct for quadrant. + G4int sign = (axis.dot(rotnew.colZ()) >= 0) ? 1 : -1; + if(sign < 0) { + angle = 2 * pi - angle;} + G4int zrots = ((G4int)(2.05 * angle / pi)) % 4; // ORG + + global_chain = { { (this->GetGlobalChain(thisIndex - 1, 0) + zrots) % 4, + (this->GetGlobalChain(thisIndex - 1, 1) + zrots) % 4, + (this->GetGlobalChain(thisIndex - 1, 2) + zrots) % 4, + (this->GetGlobalChain(thisIndex - 1, 3) + zrots) % 4, + 4 + (this->GetGlobalChain(thisIndex - 1, 4) + zrots) % 4, + 4 + (this->GetGlobalChain(thisIndex - 1, 5) + zrots) % 4, + 4 + (this->GetGlobalChain(thisIndex - 1, 6) + zrots) % 4, + 4 + (this->GetGlobalChain(thisIndex - 1, 7) + zrots) % + 4 } }; + twist = false; + } + this->AddNewPlacement(thisLogical, global_chain, twist, isPhysicallyPlaced); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometry::AddNewPlacement(const G4LogicalVolume* lv, + std::array global_chain, G4bool twist, + G4bool isPhysicallyPlaced) +{ + placement_transform pt; + std::array start{}; // dousatsu + std::array end{}; // dousatsu + // std::array start;//ORG + // std::array end;//ORG + if(fPlacementTransformations.empty()) + { + start = { { 0, 0, 0, 0, 0, 0, 0, 0 } }; + end = { { this->GetPVInfo(lv)->GetPairsOnChain(global_chain[0]), + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[1]), + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[2]), + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[3]) } }; + } + else + { + placement_transform previous = fPlacementTransformations.back(); + std::array previousEnd = std::get<2>(previous); // dousatsu + // std::array previousEnd = std::get<2>(previous);//ORG + start = { { previousEnd[0], previousEnd[1], previousEnd[2], previousEnd[3], + previousEnd[4], previousEnd[5], previousEnd[6], + previousEnd[7] } }; + end = { + { previousEnd[0] + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[0]), + previousEnd[1] + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[1]), + previousEnd[2] + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[2]), + previousEnd[3] + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[3]), + previousEnd[4] + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[4]), + previousEnd[5] + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[5]), + previousEnd[6] + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[6]), + previousEnd[7] + this->GetPVInfo(lv)->GetPairsOnChain(global_chain[7]) } + }; + } + pt = std::make_tuple(global_chain, start, end, twist, isPhysicallyPlaced); + fPlacementTransformations.push_back(pt); +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +std::pair DNAGeometry::LoadVoxelVolume( + const G4String& volumeName, const G4String& filename) +{ + if(this->GetVerbosity() > 0) + { + G4cout << "Loading Voxel: " << volumeName << G4endl; + } + + auto thisInfo = new PlacementVolumeInfo(); + + G4double vxdim = 0.5 * fVoxelSideLength.getX(); + G4double vydim = 0.5 * fVoxelSideLength.getY(); + G4double vzdim = 0.5 * fVoxelSideLength.getZ(); + + // Make Volumes, and put them into the maps for phys/chem comparison + auto physicsPhysical = new G4Box(volumeName, vxdim, vydim, vzdim); + auto physicsLogical = + new G4LogicalVolume(physicsPhysical, fpMediumMaterial, volumeName); + auto chemPhysical = new G4Box(volumeName, vxdim, vydim, vzdim); + auto chemLogical = + new G4LogicalVolume(chemPhysical, fpMediumMaterial, volumeName); + + if(this->GetDrawCellVolumes()) + { + chemLogical->SetVisAttributes(fpDrawCellAttrs); + } + + fChemToPhys[chemLogical] = physicsLogical; + fPhysToChem[physicsLogical] = chemLogical; + + physicsLogical->SetSmartless(this->GetSmartless()); + + auto thisOctree = new OctreeNode(G4ThreeVector(0, 0, 0), + G4ThreeVector(vxdim, vydim, vzdim), 1); + auto thisHistoneOctree = new OctreeNode( + G4ThreeVector(0, 0, 0), G4ThreeVector(vxdim, vydim, vzdim), 1); + + // open and load file + if(!utility::path_exists(filename)) + { + G4ExceptionDescription errmsg; + errmsg << "The file: " << filename << " could not be found." << G4endl; + G4Exception("DNAGeometry::LoadVoxelVolume", "File Not Found", + FatalException, errmsg); + } + std::ifstream infile(filename, std::ifstream::in); + G4String currentline; + G4String lower_name; + G4ThreeVector pos; + G4ThreeVector rot; + G4ThreeVector mol_size; + std::vector molecules; + std::vector histones; + G4bool file_contains_size = false; + G4int line_fields = 0; + G4int line_number = 0; + G4int uncommented_line_number = 0; + + if(infile.is_open()) + { + while(getline(infile, currentline)) + { + if(currentline[0] != '#') + { + std::vector line = utility::split(currentline, ' '); + // validation + if(uncommented_line_number == 0) + { + line_fields = line.size(); + file_contains_size = (line_fields == 14); + } + if((line_fields != 10) && (line_fields != 14)) + { + G4ExceptionDescription errmsg; + errmsg << filename << " should have 10 or 14 fields, only got " + << line_fields << G4endl; + G4Exception("DNAGeometry::LoadVoxelVolume", "BadFileFormat", + FatalErrorInArgument, errmsg); + } + if(line_fields != (G4int) line.size()) + { + G4ExceptionDescription errmsg; + errmsg << "Unexpected number of fields on line " << line_number + << " of file " << filename << G4endl << "Expected " + << line_fields << " fields, but got " << line.size() << G4endl; + G4Exception("DNAGeometry::LoadVoxelVolume", "BadFileFormat", + FatalErrorInArgument, errmsg); + } + molecule_t thisMolecule; + + thisMolecule.fname = (G4String) line.at(0); + thisMolecule.fshape = (G4String) line.at(1); + thisMolecule.fchain_id = (G4int) std::stoi(line.at(2)); + thisMolecule.fstrand_id = (G4int) std::stoi(line.at(3)); + thisMolecule.fbase_idx = (int64_t) std::stoll(line.at(4)); + + lower_name = (G4String) line.at(0); + G4StrUtil::to_lower(lower_name); + // lower_name.toLower(); + + G4int size_offset = (file_contains_size) ? 3 : 0; + if(file_contains_size) + { + mol_size = G4ThreeVector(std::stod(line.at(5)) * angstrom, + std::stod(line.at(6)) * angstrom, + std::stod(line.at(7)) * angstrom); + } + else + { + if(fMoleculeSizes.count(lower_name) == 0) + { + G4ExceptionDescription errmsg; + errmsg << "A molecule size has not been defined for " << lower_name + << G4endl; + G4Exception("DNAGeometry::LoadVoxelVolume", "MoleculeNotDefined", + FatalErrorInArgument, errmsg); + } + mol_size = fMoleculeSizes.at(lower_name); + } + pos = G4ThreeVector(std::stod(line.at(5 + size_offset)) * angstrom, + std::stod(line.at(6 + size_offset)) * angstrom, + std::stod(line.at(7 + size_offset)) * angstrom); + + rot = G4ThreeVector(std::stod(line.at(8 + size_offset)), + std::stod(line.at(9 + size_offset)), + std::stod(line.at(10 + size_offset))); + + thisMolecule.fsize = mol_size; + thisMolecule.fposition = pos; + thisMolecule.frotation = rot; + + if(lower_name == "histone") + { + histones.push_back(thisMolecule); + } + else + { + molecules.push_back(thisMolecule); + } + uncommented_line_number++; + } + line_number++; + } + infile.close(); + } + else + { + G4ExceptionDescription errmsg; + errmsg << "Voxel Position file read error" << G4endl + << "Name: " << volumeName << G4endl << "Filename: " << filename + << G4endl << "Format should be: " + << "# NAME SHAPE CHAIN_ID STRAND_ID BP_INDEX SIZE_X SIZE_Y " + << "SIZE_Z POS_X POS_Y POS_Z ROT_X ROT_Y ROT_Z" << G4endl << "or" + << G4endl + << "# NAME SHAPE CHAIN_ID STRAND_ID BP_INDEX POS_X POS_Y POS_Z " + "ROT_X ROT_Y ROT_Z" + << G4endl + << "Separator is space, lines with '#' as the first character are " + "commented" + << G4endl; + + G4Exception("DNAGeometry::LoadVoxelVolume", "BadFile", FatalErrorInArgument, + errmsg); + } + + // We can place the elements now, specify an order that they'll be placed + // for the union solid cuts. + G4VPhysicalVolume* pv_placement = nullptr; + + // Place Histones + G4int his_arr_size = histones.size(); + for(G4int ii = 0; ii != his_arr_size; ++ii) + { + molecule_t thisMolecule = histones[ii]; + if(this->GetVerbosity() > 4) + { + G4cout << "Placing molecule " << ii << ": " << thisMolecule.fname + << G4endl; + } + // Identify number of histones in voxel volume + pv_placement = PlaceHistone(physicsLogical, thisMolecule); + thisHistoneOctree->AddPhysicalVolume(pv_placement); + } + thisInfo->SetNHistones(his_arr_size); + thisInfo->SetHistoneOctree(thisHistoneOctree); + + // Place Molecules + G4int mol_arr_size = molecules.size(); + for(G4int ii = 0; ii != mol_arr_size; ii++) + { + molecule_t thisMolecule = molecules[ii]; + if(this->GetVerbosity() > 4) + { + G4cout << "Placing molecule " << ii << ": " << thisMolecule.fname + << G4endl; + } + // Identify number of molecules on chain + if(thisInfo->GetPairsOnChain(thisMolecule.fchain_id) < + (thisMolecule.fbase_idx + 1)) + { + thisInfo->SetPairsOnChain(thisMolecule.fchain_id, + thisMolecule.fbase_idx + 1); + } + + // Place Volume + if(thisMolecule.fname == "Sugar") + { + molecule_t phosphate = molecules[ii - 1]; + // G4int phosph_idx = (thisMolecule.strand_id == 0) ? ii - 1 : ii - 1; + G4int phosph_idx = ii - 1; + if((phosph_idx >= 0) && (phosph_idx < (G4int) mol_arr_size)) + { + phosphate = molecules[phosph_idx]; + if(phosphate.fchain_id != thisMolecule.fchain_id) + { + // There is no next sugar, just the voxel wall + phosphate = molecule_t(); + phosphate.fname = "wall"; + } + } + else + { + // There is no next sugar, just the voxel wall + phosphate = molecule_t(); + phosphate.fname = "wall"; + } + pv_placement = PlaceSugar(physicsLogical, thisMolecule, phosphate); + } + else if(thisMolecule.fname == "Phosphate") + { + molecule_t sugar; + G4int sugar_idx = (thisMolecule.fstrand_id == 0) ? ii + 7 : ii - 5; + if((sugar_idx >= 0) && (sugar_idx < mol_arr_size)) + { + sugar = molecules[sugar_idx]; + if(sugar.fchain_id != thisMolecule.fchain_id) + { + // There is no next sugar, just the voxel wall + sugar = molecule_t(); + sugar.fname = "wall"; + } + } + else + { + // There is no next sugar, just the voxel wall + sugar = molecule_t(); + sugar.fname = "wall"; + } + pv_placement = PlacePhosphate(physicsLogical, thisMolecule, sugar); + } + else if((thisMolecule.fname == "Guanine") || + (thisMolecule.fname == "Adenine") || + (thisMolecule.fname == "Cytosine") || + (thisMolecule.fname == "Thymine")) + { + molecule_t sugar = molecules[ii - 1]; + molecule_t oppBasePair; + molecule_t nextBasePair; + + G4int nextBPidx; + G4bool endOfChain = false; + G4bool nextBPexists; + if(thisMolecule.fstrand_id == 0) + { + oppBasePair = molecules[ii + 3]; + nextBPexists = (ii + 6 < mol_arr_size); + if(nextBPexists) + { + endOfChain = (thisMolecule.fchain_id != molecules[ii + 6].fchain_id); + } + nextBPidx = (nextBPexists && !endOfChain) ? ii + 6 : ii - 6; + } + else + { + oppBasePair = molecules[ii - 3]; + nextBPexists = (ii - 6 >= 0); + if(nextBPexists) + { + endOfChain = (thisMolecule.fchain_id != molecules[ii - 6].fchain_id); + } + nextBPidx = (nextBPexists && !endOfChain) ? ii - 6 : ii + 6; + } + nextBasePair = molecules[nextBPidx]; + pv_placement = PlaceBase(physicsLogical, thisMolecule, oppBasePair, + nextBasePair, sugar); + } + else + { + G4ExceptionDescription errmsg; + errmsg << "Molecule name: " << thisMolecule.fname << " is invalid." + << G4endl << "Aborting" << G4endl; + G4Exception("DNAGeometry::LoadVoxelVolume", "Invalid molecule name", + FatalException, errmsg); + } + if(this->GetOverlaps()) + { + if(pv_placement->CheckOverlaps()) + { + // NOTE: if there are overlaps, the simulation will probably + // crash. This is the desired behaviour (Fail Loud) + G4cout << "Overlap, translation: " + << pv_placement->GetFrameTranslation() << G4endl; + G4cout << "Overlap, rotationX: " + << pv_placement->GetFrameRotation()->colX() << G4endl; + G4cout << "Overlap, rotationY: " + << pv_placement->GetFrameRotation()->colY() << G4endl; + G4cout << "Overlap, rotationZ: " + << pv_placement->GetFrameRotation()->colZ() << G4endl; + } + } + if(this->GetDrawCellVolumes()) + { + // do not draw DNA, as we are drawing the cell volume + pv_placement->GetLogicalVolume()->SetVisAttributes( + G4VisAttributes::GetInvisible()); + } + thisOctree->AddPhysicalVolume(pv_placement); + } + thisInfo->SetOctree(thisOctree); + return std::make_pair(physicsLogical, thisInfo); +} + +void DNAGeometry::FillVoxelVectors() +{ + G4String filename = fFractalCurveFile; + if(!utility::path_exists(filename)) + { + G4ExceptionDescription errmsg; + errmsg << "The file: " << filename << " could not be found." << G4endl; + G4Exception("DNAGeometry::FillVoxelVectors", "File Not Found", + FatalException, errmsg); + } + std::ifstream infile(filename, std::ifstream::in); + G4String currentline; + G4ThreeVector pos; + G4ThreeVector rot; + + fVoxelTypes.clear(); + fVoxelIndices.clear(); + fVoxelPositions.clear(); + fVoxelRotations.clear(); + + if(infile.is_open()) + { + while(getline(infile, currentline)) + { + if(currentline[0] != '#') + { + try + { + G4int pi_or_one = fAnglesAsPi ? pi : 1; + std::vector line = utility::split(currentline, ' '); + fVoxelIndices.push_back(std::stoi(line.at(0))); + fVoxelTypes.push_back((G4String) line.at(1)); + pos = G4ThreeVector(std::stod(line.at(2)) * fFractalScaling.getX(), + std::stod(line.at(3)) * fFractalScaling.getY(), + std::stod(line.at(4)) * fFractalScaling.getZ()); + rot = G4ThreeVector(std::stod(line.at(5)), std::stod(line.at(6)), + std::stod(line.at(7))); + fVoxelPositions.push_back(pos); + fVoxelRotations.push_back(rot * pi_or_one); + } catch(int exception) + { + G4cout << "Voxel Position file read error" << G4endl; + G4cout << "Got Line: " << currentline << G4endl; + G4cout << "Format should be: " + << "IDX KIND POS_X POS_Y POS_Z EUL_PSI EUL_THETA" + << " EUL_PHI" << G4endl; + G4cout << "Separator is space, lines with '#' as the first " + << "character are commented" << G4endl; + std::exit(1); + } + } + } + infile.close(); + } + else + { + G4cout << "Voxel Position file read error on open" << G4endl; + G4cout << "Format should be: " + << "IDX KIND POS_X POS_Y POS_Z EUL_PSI EUL_THETA EUL_PHI" << G4endl; + G4cout << "Separator is space, lines with '#' as the first " + << "character are commented" << G4endl; + } +} + +OctreeNode* DNAGeometry::GetTopOctreeNode(G4LogicalVolume* lv) const +{ + const PlacementVolumeInfo* info = GetPVInfo(lv); + return (info == nullptr) ? nullptr : info->GetOctree(); +} + +const PlacementVolumeInfo* DNAGeometry::GetPVInfo( + const G4LogicalVolume* lv) const +{ + if(fInfoMap.find(lv) != fInfoMap.end()) + { + return fInfoMap.at(lv); + } + else if(fChemToPhys.find(lv) != fChemToPhys.end()) + { + return fInfoMap.at(fChemToPhys.at(lv)); + } + else + { + return nullptr; + } +} + +void DNAGeometry::PrintOctreeStats() +{ + G4cout << "Name Vols EndNodes Max(vols/node)" << G4endl; + G4cout << "----------------------------------------------" << G4endl; + OctreeNode* currentOctree; + for(auto& it : fInfoMap) + { + char buffer[80]; + currentOctree = it.second->GetOctree(); + G4int vols = currentOctree->GetContents().size(); + const char* lvname = it.first->GetName().c_str(); + G4int mvols = currentOctree->GetMaxContents(); + G4int nodes = currentOctree->GetNumberOfTerminalNodes(); + std::snprintf(buffer, 80, "%-12s %-7i %-7i %-9i", lvname, vols, nodes, + mvols); + G4cout << buffer << G4endl; + } + G4cout << "-------------------------------------------" << G4endl; +} + +//////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// + +G4VPhysicalVolume* DNAGeometry::PlacePhosphate(G4LogicalVolume* physicsLogical, + const molecule_t& thisMolecule, + const molecule_t& sugar) +{ + // Define Vis Attributes + auto vattrs = new G4VisAttributes(G4Color::Yellow()); + vattrs->SetForceSolid(true); + + std::stringstream ss; + ss << thisMolecule.fname << "-" << thisMolecule.fchain_id << "-" + << thisMolecule.fstrand_id << "-" << thisMolecule.fbase_idx; + G4String name = ss.str(); + // Initial Rotation of the sphere + G4RotationMatrix rot; + rot.rotateX(thisMolecule.frotation.getX()); + rot.rotateY(thisMolecule.frotation.getY()); + rot.rotateZ(thisMolecule.frotation.getZ()); + + G4VPhysicalVolume* pv_placement; + G4RotationMatrix* rot_pointer; + if(sugar.fname == "wall") + { + if(this->GetVerbosity() >= 2) + { + G4cout << "Wall placement" << G4endl; + } + G4ThreeVector abspos(std::abs(thisMolecule.fposition.getX()), + std::abs(thisMolecule.fposition.getY()), + std::abs(thisMolecule.fposition.getZ())); + G4ThreeVector overlaps = abspos + thisMolecule.fsize - fVoxelSideLength; + + G4Ellipsoid* mol; + // NOTE: will work to cut molecules at boundary only when the chain is + // leaving the box. + G4double z_cut = -1 * utility::min(overlaps); + if(z_cut < 0) // all molecules fit + { + mol = new G4Ellipsoid(name, thisMolecule.fsize.getX(), + thisMolecule.fsize.getY(), thisMolecule.fsize.getZ + ()); + } + else // need to cut molecule to fit in box + { + mol = new G4Ellipsoid(name, thisMolecule.fsize.getX(), + thisMolecule.fsize.getY(), thisMolecule.fsize + .getZ(), + -thisMolecule.fsize.getZ(), z_cut); + } + + rot_pointer = new G4RotationMatrix(rot.inverse()); + auto molLogic = new G4LogicalVolume(mol, fpPhosphateMaterial, name); + + molLogic->SetVisAttributes(vattrs); + pv_placement = + new G4PVPlacement(rot_pointer, thisMolecule.fposition, molLogic, name, + physicsLogical, false, 0, this->GetOverlaps()); + } + else + { + // Case where there is a sugar molecule that we would intersect with + G4ThreeVector z_direction = sugar.fposition - thisMolecule.fposition; + G4double separation = z_direction.mag(); + G4double z_cut = separation - sugar.fsize.getX(); + + G4ThreeVector local_z = G4ThreeVector(0, 0, 1); + G4ThreeVector z_new = z_direction / z_direction.mag(); + + G4ThreeVector ortho = local_z.cross(z_new); + G4double dp = local_z.dot(z_new); + G4double angle = -std::atan2(ortho.mag(), dp); + + G4RotationMatrix second_rot(ortho, angle); + rot_pointer = new G4RotationMatrix(second_rot); + + auto mol = new G4Ellipsoid( + name, thisMolecule.fsize.getX(), thisMolecule.fsize.getY(), + thisMolecule.fsize.getZ(), -thisMolecule.fsize.getZ(), z_cut); + + auto molLogic = new G4LogicalVolume(mol, fpPhosphateMaterial, name); + + molLogic->SetVisAttributes(vattrs); + pv_placement = + new G4PVPlacement(rot_pointer, thisMolecule.fposition, molLogic, name, + physicsLogical, false, 0, this->GetOverlaps()); + } + + return pv_placement; +} + +G4VPhysicalVolume* DNAGeometry::PlaceSugar(G4LogicalVolume* physicsLogical, + const molecule_t& thisMolecule, + const molecule_t& phosphate) +{ + // Define Vis Attributes + auto vattrs = new G4VisAttributes(G4Color::Red()); + vattrs->SetForceSolid(true); + + // Name: + std::stringstream ss; + ss << thisMolecule.fname << "-" << thisMolecule.fchain_id << "-" + << thisMolecule.fstrand_id << "-" << thisMolecule.fbase_idx; + G4String name = ss.str(); + // Initial Rotation of the sphere + G4RotationMatrix rot; + rot.rotateX(thisMolecule.frotation.getX()); + rot.rotateY(thisMolecule.frotation.getY()); + rot.rotateZ(thisMolecule.frotation.getZ()); + + G4VPhysicalVolume* pv_placement; + G4RotationMatrix* rot_pointer; + if(phosphate.fname == "wall") + { + if(this->GetVerbosity() >= 2) + { + G4cout << "Wall placement" << G4endl; + } + G4ThreeVector abspos(std::abs(thisMolecule.fposition.getX()), + std::abs(thisMolecule.fposition.getY()), + std::abs(thisMolecule.fposition.getZ())); + G4ThreeVector overlaps = abspos + thisMolecule.fsize - fVoxelSideLength; + + G4Ellipsoid* mol; + // NOTE: will work to cut molecules at boundary only when the chain is + // leaving the box. + G4double z_cut = -1 * utility::min(overlaps); + if(z_cut < 0) // all molecules fit + { + mol = new G4Ellipsoid(name, thisMolecule.fsize.getX(), + thisMolecule.fsize.getY(), thisMolecule.fsize.getZ + ()); + } + else // need to cut molecule to fit in box + { + mol = new G4Ellipsoid(name, thisMolecule.fsize.getX(), + thisMolecule.fsize.getY(), thisMolecule.fsize + .getZ(), + -thisMolecule.fsize.getZ(), z_cut); + } + + rot_pointer = new G4RotationMatrix(rot.inverse()); + auto molLogic = new G4LogicalVolume(mol, fpSugarMaterial, name); + + molLogic->SetVisAttributes(vattrs); + pv_placement = + new G4PVPlacement(rot_pointer, thisMolecule.fposition, molLogic, name, + physicsLogical, false, 0, this->GetOverlaps()); + } + else + { + // Get information about the phsophate + G4ThreeVector z_direction = phosphate.fposition - thisMolecule.fposition; + G4double separation = z_direction.mag(); + G4double z_cut = separation - phosphate.fsize.getX(); + + G4ThreeVector local_z = G4ThreeVector(0, 0, 1); + G4ThreeVector z_new = z_direction / z_direction.mag(); + + G4ThreeVector ortho = local_z.cross(z_new); + G4double dp = local_z.dot(z_new); + G4double angle = -std::atan2(ortho.mag(), dp); + + G4RotationMatrix first_rot(ortho, angle); + rot_pointer = new G4RotationMatrix(first_rot); + + auto mol = new G4Ellipsoid( + name, thisMolecule.fsize.getX(), thisMolecule.fsize.getY(), + thisMolecule.fsize.getZ(), -thisMolecule.fsize.getZ(), z_cut); + + auto molLogic = new G4LogicalVolume(mol, fpSugarMaterial, name); + + molLogic->SetVisAttributes(vattrs); + + pv_placement = + new G4PVPlacement(rot_pointer, thisMolecule.fposition, molLogic, name, + physicsLogical, false, 0, this->GetOverlaps()); + } + return pv_placement; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DNAGeometry::PlaceBase(G4LogicalVolume* physicsLogical, + const molecule_t& thisMolecule, + const molecule_t& oppBasePair, + const molecule_t& nextBasePair, + const molecule_t& sugar) +{ + std::stringstream ss; + ss << thisMolecule.fname << "-" << thisMolecule.fchain_id << "-" + << thisMolecule.fstrand_id << "-" << thisMolecule.fbase_idx; + G4String name = ss.str(); + // Initial Rotation of the sphere + G4RotationMatrix rot; + rot.rotateX(thisMolecule.frotation.getX()); + rot.rotateY(thisMolecule.frotation.getY()); + rot.rotateZ(thisMolecule.frotation.getZ()); + + G4ThreeVector sugar_dirn = sugar.fposition - thisMolecule.fposition; + G4ThreeVector oppBPdirn = oppBasePair.fposition - thisMolecule.fposition; + G4ThreeVector nextBPdirn = nextBasePair.fposition - thisMolecule.fposition; + // Do a cut for the sugar, do a scaling for the base pair + G4double sugar_cut = sugar_dirn.mag() - sugar.fsize.getX(); + + G4double base_scaling = oppBPdirn.mag() - oppBasePair.fsize.getY(); + base_scaling = std::min(1., base_scaling / thisMolecule.fsize.getY + ()); + + // Find the new constrained values + G4double thisShapeX = base_scaling * thisMolecule.fsize.getX(); + G4double thisShapeY = base_scaling * thisMolecule.fsize.getY(); + G4double thisShapeZ = base_scaling * thisMolecule.fsize.getZ(); + thisShapeZ = std::min(thisShapeZ, 1.7 * angstrom); + + // first rotation to turn the ellipse to run along sugar_dirn + G4ThreeVector z_old = G4ThreeVector(0, 0, 1); + G4ThreeVector z_new = sugar_dirn / sugar_dirn.mag(); + + G4ThreeVector ortho = z_old.cross(z_new); + G4double angle = std::acos(z_new.dot(z_old)); + + // Now find out quadrant of angle + G4RotationMatrix first_rot; + G4RotationMatrix first_rot_1(ortho, angle); + G4RotationMatrix first_rot_2(ortho, angle + halfpi); + G4RotationMatrix first_rot_3(ortho, angle + pi); + G4RotationMatrix first_rot_4(ortho, angle + 3 * halfpi); + + if(first_rot_1(z_old).dot(z_new) > 0.99) + { + first_rot = first_rot_1; + } + else if(first_rot_2(z_old).dot(z_new) > 0.99) + { + first_rot = first_rot_2; + } + else if(first_rot_3(z_old).dot(z_new) > 0.99) + { + first_rot = first_rot_3; + } + else if(first_rot_4(z_old).dot(z_new) > 0.99) + { + first_rot = first_rot_4; + } + else + { + G4cout << "Could not identify first rotation" << G4endl; + } + + // second rotation + // Get y vector aligned with next_base_pair_direction through a rotation + // around sugar_dirn + G4ThreeVector y = first_rot(G4ThreeVector(0, 1, 0)); + G4ThreeVector up = rot(G4ThreeVector(0, 0, 1)); + + G4double interval = 0.1; // precision for finding theta + G4double theta = -2 * interval; + G4double prev1 = -DBL_MAX; + G4double prev2 = -DBL_MAX; + G4double val = -DBL_MAX; + G4RotationMatrix z_rotation(z_new, theta); + while(theta <= twopi + interval) + { + prev2 = prev1; + prev1 = val; + theta += interval; + z_rotation.rotate(interval, z_new); + val = z_rotation(y).dot(up); + if((prev1 < val) && (prev1 < prev2)) + { + // prev1 contains a local minimum + theta -= interval; + break; + } + } + G4RotationMatrix second_rot(first_rot.inverse()(z_new), theta); + + auto rot_pointer = + new G4RotationMatrix(second_rot.inverse() * first_rot.inverse()); + auto mol = new G4Ellipsoid(name, thisShapeX, thisShapeZ, thisShapeY, + -thisShapeY, sugar_cut); + + G4LogicalVolume* molLogic = nullptr; + G4Color color; + if(thisMolecule.fname == "Guanine") + { + color = G4Color::Green(); + molLogic = new G4LogicalVolume(mol, fpGuanineMaterial, name); + } + else if(thisMolecule.fname == "Adenine") + { + color = G4Color::Blue(); + molLogic = new G4LogicalVolume(mol, fpAdenineMaterial, name); + } + else if(thisMolecule.fname == "Cytosine") + { + color = G4Color::Cyan(); + molLogic = new G4LogicalVolume(mol, fpCytosineMaterial, name); + } + else if(thisMolecule.fname == "Thymine") + { + color = G4Color::Magenta(); + molLogic = new G4LogicalVolume(mol, fpThymineMaterial, name); + } + else + { + G4ExceptionDescription errmsg; + errmsg << "Molecule name: " << thisMolecule.fname << " is invalid." << + G4endl + << "Aborting" << G4endl; + G4Exception("DNAGeometry::PlaceBase", "Invalid molecule name", + FatalException, errmsg); + } + + // Define Vis Attributes + auto vattrs = new G4VisAttributes(color); + vattrs->SetForceSolid(true); + molLogic->SetVisAttributes(vattrs); + + G4VPhysicalVolume* pv_placement = + new G4PVPlacement(rot_pointer, thisMolecule.fposition, molLogic, name, + physicsLogical, false, 0, this->GetOverlaps()); + + return pv_placement; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DNAGeometry::PlaceHistone(G4LogicalVolume* physicsLogical, + const molecule_t& thisMolecule) +{ + G4VPhysicalVolume* pv_placement; + + // Define Vis Attributes + auto vattrs = new G4VisAttributes(G4Color::Gray()); + vattrs->SetColor(G4Colour(0, 0, 1, 0.2)); + vattrs->SetForceSolid(true); + + // Name: + std::stringstream ss; + ss << thisMolecule.fname << "-" << thisMolecule.fchain_id << "-" + << thisMolecule.fstrand_id << "-" << thisMolecule.fbase_idx; + G4String name = ss.str(); + + //// Does the Histone fit in the voxel (assumes square voxels) + // G4double max_coord = std::max(std::abs(thisMolecule.position.getX()), + // std::abs(thisMolecule.position.getY())) + // max_coord = std::max(max_coord, std::abs(thisMolecule.position.getZ())); + //// if overlap + // G4double radius = utility::max(thisMolecule.size); + // G4double radiusx=0,radiusx=0,radiusx=0; + // if ((max_coord + radius) > fVoxelSideLength) + //{ + // radius = 0.9*(fVoxelSideLength - max_coord) + // G4cout<<" Warning : Histone overlap with mother voxel volume "<SetVisAttributes(vattrs); + + pv_placement = + new G4PVPlacement(rot_pointer, thisMolecule.fposition, molLogic, name, + physicsLogical, false, 0, this->GetOverlaps()); + + return pv_placement; +} +// dousatsu -------------------------------------------------------------------- + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometry::FindNearbyMolecules( + const G4LogicalVolume* lv, const G4ThreeVector& localPosition, + std::vector& daughters_pv_out, double searchRange) +{ + const PlacementVolumeInfo* pvInfo = GetPVInfo(lv); + if(pvInfo == nullptr) + { + return; + } + // never search more than the radical kill distance + searchRange = std::min(searchRange, fRadicalKillDistance); + OctreeNode* octreeNode = pvInfo->GetOctree(); + octreeNode->SearchOctree(localPosition, daughters_pv_out, searchRange); + + // G4double r = std::pow(std::pow(localPosition.getX(), 2) + + // std::pow(localPosition.getY(), 2), 0.5)/nm; if (r > 6) + // { + // G4cout << "candidates found in radius " << searchRange/nm << " nm : " + // << daughters_pv_out.size() << G4endl; + // G4cout << "Radius from center of point: " + // << r << " nm" << G4endl; + // G4cout << "----------------------------------------------------" << + // G4endl; + // } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool DNAGeometry::IsInsideHistone(const G4LogicalVolume* lv, + const G4ThreeVector& localPosition) const +{ + const PlacementVolumeInfo* pvInfo = GetPVInfo(lv); + if(pvInfo == nullptr) + { + G4cout << " Warning : no PV for IsInsideHistone " << G4endl; + return false; + } + + if(!fUseHistoneScav) { + return false;} + + OctreeNode* octreeNode = pvInfo->GetHistoneOctree(); + const std::vector result = + octreeNode->SearchOctree(localPosition, fHistoneInteractionRadius); + return !result.empty(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometry::BasePairIndexTest() +{ + G4cout << "------------------------" << G4endl; + G4cout << "Begin BasePairIndexTest" << G4endl; + G4bool pass = true; + for(G4int ii = 0; ii != GetNumberOfChains(); ii++) + { + G4cout << "Testing Chain " << ii << G4endl; + std::vector test_vector; // dousatsu + // std::vector test_vector;//ORG + int64_t start_idx; + int64_t end_idx; // dousatsu + // long long start_idx, end_idx;//ORG + for(G4int jj = 0; jj != (G4int) fPlacementTransformations.size(); jj++) + { + start_idx = GetStartIdx(jj, ii); + end_idx = GetEndIdx(jj, ii); + + test_vector.push_back(start_idx); + test_vector.push_back(end_idx); + } + for(auto it = test_vector.begin(); it != test_vector.end(); it++) + { + if(it == test_vector.begin()) // exception because start of vector + { + if(it + 1 != test_vector.end()) + { + if(*it > *(it + 1)) + { + G4ExceptionDescription errmsg; + errmsg << "BasePairIndexTest fails at start of test. " + << "The index " << *(it + 1) << " occurs after " << (*it) + << "." << G4endl; + G4Exception("DNAGeometry::BasePairIndexTest", "ERR_TEST_FAIL", + FatalException, errmsg); + } + } + } + else if(it == test_vector.end() - 1) // exception because vec end + { + if(*it < *(it - 1)) + { + G4ExceptionDescription errmsg; + errmsg << "BasePairIndexTest fails. " + << "The index " << *(it - 1) << " occurs before " << (*it) + << "." << G4endl; + G4Exception("DNAGeometry::BasePairIndexTest", "ERR_TEST_FAIL", + FatalException, errmsg); + } + } + else // default case + { + if(*it < *(it - 1)) + { + G4ExceptionDescription errmsg; + errmsg << "BasePairIndexTest fails. " + << "The index " << *(it - 1) << " occurs before " << (*it) + << "." << G4endl; + G4Exception("DNAGeometry::BasePairIndexTest", "ERR_TEST_FAIL", + FatalException, errmsg); + } + if(*it > *(it + 1)) + { + G4ExceptionDescription errmsg; + errmsg << "BasePairIndexTest fails. " + << "The index " << *(it + 1) << " occurs after " << (*it) + << "." << G4endl; + G4Exception("DNAGeometry::BasePairIndexTest", "ERR_TEST_FAIL", + FatalException, errmsg); + } + } + } + } + if(pass) + { + G4cout << "BasePairIndexTest passed" << G4endl; + G4cout << "------------------------" << G4endl; + } +} + +/** + * Global unique id is an integer with the following bases + * moleculeID: base ::molecule::Count + * PlacementIdx: base this->GetNumberOfPlacements() + * StrandID: base 2 + * ChainID: base GetNumberOfChains() + * BasePairIdx: base GetMaxBPIdx() + */ +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int64_t DNAGeometry::GetGlobalUniqueID(G4VPhysicalVolume* dnavol, + const G4VTouchable* touch) const +{ + const G4String& dnaName = dnavol->GetName(); + std::array pv_arr = utility::get_four_elements(dnaName, '-'); + molecule mol = utility::GetMoleculeEnum(pv_arr.at(0)); + G4int chainIdx = std::stoi(pv_arr.at(1)); + G4int strandIdx = std::stoi(pv_arr.at(2)); + int64_t baseIdx = std::stoll(pv_arr.at(3)); // dousatsu + // G4int baseIdx = std::stoi(pv_arr.at(3));//ORG + + const G4String& placementName = touch->GetVolume()->GetName(); + G4int placeIdx = + std::stoi(utility::get_seperated_element(placementName, '-', 1)); + + G4int chains = this->GetNumberOfChains(); // dousatsu + G4int placements = this->GetNumberOfPlacements(); // dousatsu + G4int molecules = ::molecule::Count; // dousatsu + // long long chains = this->GetNumberOfChains();//ORG + // long long placements = this->GetNumberOfPlacements();//ORG + // long long molecules = ::molecule::Count;//ORG + + chainIdx = this->GetGlobalChain(placeIdx, chainIdx); + // long long globalPair = baseIdx + this->GetStartIdx(placeIdx, chainIdx); + if(this->GetStrandsFlipped(placeIdx)) { + strandIdx = (strandIdx + 1) % 2;} + + int64_t val1 = mol; + int64_t val2 = molecules * placeIdx; + int64_t val3 = molecules * placements * strandIdx; + int64_t val4 = molecules * placements * 2 * chainIdx; + int64_t val5 = molecules * placements * 2 * chains * baseIdx; + int64_t sum = val1 + val2 + val3 + val4 + val5; + if(sum < 0) + { + G4ExceptionDescription errmsg; + errmsg << "v1: " << val1 << G4endl << "v2: " << val2 << G4endl + << "v3: " << val3 << G4endl << "v4: " << val4 << G4endl + << "v5: " << val5 << G4endl << "sum: " << sum << G4endl + << "placeIdx: " << placeIdx << G4endl << "placements: " << placements + << G4endl << "strandIdx: " << strandIdx << G4endl + << "chainIdx: " << chainIdx << G4endl << "chains: " << chains + << G4endl << "baseIdx: " << baseIdx << G4endl << "mol: " << mol + << G4endl; + G4Exception("DNAGeometry::GetGlobalUniqueID", "ERR_BAD_ID", FatalException, + errmsg); + } + return sum; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// copy of the GetGlobalUniqueID except with integer inputs rather than strings +int64_t +DNAGeometry::GetGlobalUniqueIDTest(int64_t mol, int64_t placeIdx, int64_t chainIdx, + int64_t strandIdx, int64_t baseIdx) const +{ + int64_t chains = this->GetNumberOfChains(); // dousatsu + int64_t placements = this->GetNumberOfPlacements(); // dousatsu + int64_t molecules = ::molecule::Count; // dousatsu + // long long chains = this->GetNumberOfChains();//ORG + // long long placements = this->GetNumberOfPlacements();//ORG + // long long molecules = ::molecule::Count;//ORG + + chainIdx = this->GetGlobalChain(placeIdx, chainIdx); + if(this->GetStrandsFlipped(placeIdx)) { + strandIdx = (strandIdx + 1) % 2;} + + int64_t val1 = mol; + int64_t val2 = molecules * placeIdx; + int64_t val3 = molecules * placements * strandIdx; + int64_t val4 = molecules * placements * 2 * chainIdx; + int64_t val5 = molecules * placements * 2 * chains * baseIdx; + int64_t sum = val1 + val2 + val3 + val4 + val5; + if(sum < 0) + { + G4ExceptionDescription errmsg; + errmsg << "v1: " << val1 << G4endl << "v2: " << val2 << G4endl + << "v3: " << val3 << G4endl << "v4: " << val4 << G4endl + << "v5: " << val5 << G4endl << "sum: " << sum << G4endl + <<" molecules : "<GetNumberOfChains(); + G4int placements = this->GetNumberOfPlacements(); + G4int basepairs = + 100000; // Maximum number of basepairs to consider per block + + G4bool pass = true; + G4int counter = 0; + for(G4int pment = 0; pment != (placements); ++pment) + { + for(G4int chain = 0; chain != (chains); ++chain) + { + for(G4int mol = 0; mol != (molecules); ++mol) + { + // repeat 10 times along the strand/chain/molecule + for(int64_t ii = 0; ii != 10; ++ii) + { + counter++; + G4int strand = G4UniformRand() > 0.5 ? 0 : 1; + G4int basepair = (G4int) basepairs * G4UniformRand(); // dousatsu + int64_t unique_id = // dousatsu + // long long unique_id = //ORG + this->GetGlobalUniqueIDTest(mol, pment, chain, strand, basepair); + + G4int real_strand = (this->GetStrandsFlipped(pment)) ? // ORG + (strand + 1) % 2 + : strand; + G4int real_chain = this->GetGlobalChain(pment, chain); // ORG + int64_t real_bp = + basepair + this->GetStartIdx(pment, real_chain); // dousatsu + // long long real_bp = basepair + this->GetStartIdx(pment, + // real_chain);//ORG + + G4int obs_mol = this->GetMoleculeFromUniqueID(unique_id); + G4int obs_placement = this->GetPlacementIndexFromUniqueID(unique_id); + G4int obs_strand = this->GetStrandIDFromUniqueID(unique_id); + G4int obs_chain = this->GetChainIDFromUniqueID(unique_id); + int64_t obs_basepair = + this->GetBasePairFromUniqueID(unique_id); // dousatsu + // long long obs_basepair = this->GetBasePairFromUniqueID + // (unique_id);//ORG + + if((pment != obs_placement) || (real_strand != obs_strand) || + (real_chain != obs_chain) || (obs_mol != mol) || + (real_bp != obs_basepair)) + { + pass = false; + G4cerr << "Unique ID test failed at ID: " << unique_id << G4endl; + G4cerr << "real_placement: " << pment + << " observed: " << obs_placement << G4endl; + G4cerr << "real_strand: " << real_strand + << " observed: " << obs_strand << G4endl; + G4cerr << "real_chain: " << real_chain << " observed: " << obs_chain + << G4endl; + G4cerr << "real_mol: " << mol << " observed: " << obs_mol << G4endl; + G4cerr << "real_bp: " << real_bp << " observed: " << obs_basepair + << G4endl; + } + } + } + } + } + if(!pass) + { + G4Exception("DNAGeometry::UniqueIDTest", "ERR_TEST_FAIL", FatalException, + "Algorithm to generate unique ID's failed"); + } + G4cout << "Unique ID Test completed, after running " << counter << " tests" + << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4Material* DNAGeometry::GetMaterialFromUniqueID(int64_t idx) const +{ + molecule mol = GetMoleculeFromUniqueID(idx); + switch(mol) + { + case ::molecule::SUGAR: + return fpSugarMaterial; + case ::molecule::PHOSPHATE: + return fpPhosphateMaterial; + case ::molecule::GUANINE: + return fpGuanineMaterial; + case ::molecule::ADENINE: + return fpAdenineMaterial; + case ::molecule::THYMINE: + return fpThymineMaterial; + case ::molecule::CYTOSINE: + return fpCytosineMaterial; + case ::molecule::UNSPECIFIED: + G4cout << "DNAGeometry::GetMaterialFromUniqueID: " + << "Encountered an unspecified material." << G4endl; + return fpMediumMaterial; + default: + G4cout << "DNAGeometry::GetMaterialFromUniqueID: " + << "Encountered a bad material enumerator." << G4endl; + return fpMediumMaterial; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int DNAGeometry::GetPlacementIndexFromUniqueID( + int64_t idx) const // dousatsu +{ + // remove molecule + idx -= idx % (int64_t)::molecule::Count; + // remove everything above molecule + idx = idx % (int64_t)(::molecule::Count * this->GetNumberOfPlacements()); + return (G4int) idx / (::molecule::Count); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int DNAGeometry::GetStrandIDFromUniqueID(int64_t idx) const // dousatsu +{ + // remove molecule + idx -= (int64_t)(idx % ::molecule::Count); + // remove placement + idx -= (int64_t)(idx % (::molecule::Count * this->GetNumberOfPlacements())); + // remove everything above strand + idx = + (int64_t)(idx % (::molecule::Count * this->GetNumberOfPlacements() * 2)); + // recover strand + return (G4int) idx / (::molecule::Count * this->GetNumberOfPlacements()); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int DNAGeometry::GetChainIDFromUniqueID(int64_t idx) const // dousatsu +{ + // remove molecule + idx -= idx % (int64_t)::molecule::Count; + // remove placement + idx -= idx % (int64_t)(::molecule::Count * this->GetNumberOfPlacements()); + // remove strand + idx -= idx % (int64_t)(::molecule::Count * this->GetNumberOfPlacements() * 2); + // remove everything above chain + idx = idx % (int64_t)(::molecule::Count * this->GetNumberOfPlacements() * 2 * + this->GetNumberOfChains()); + // recover chain + G4int chain = (G4int) idx / (int64_t)(::molecule::Count * + this->GetNumberOfPlacements() * 2); + return chain; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int64_t DNAGeometry::GetBasePairFromUniqueID(int64_t idx) const +{ + // remove molecule + idx -= idx % ::molecule::Count; + + // remove placement + int64_t placement_ = + idx % (int64_t)(::molecule::Count * this->GetNumberOfPlacements()); + idx -= placement_; + + // find placement for later + placement_ = placement_ / (int64_t)(::molecule::Count); + + // remove strand + idx -= idx % (int64_t)(::molecule::Count * this->GetNumberOfPlacements() * 2); + + // remove chain + int64_t chain = + idx % (int64_t)(::molecule::Count * this->GetNumberOfPlacements() * 2 * + this->GetNumberOfChains()); + idx -= chain; + + // find chain for later + chain = + chain / (int64_t)(::molecule::Count * this->GetNumberOfPlacements() * 2); + + // only base pairs left + int64_t bp = + idx / (int64_t)(::molecule::Count * this->GetNumberOfPlacements() * 2 * + this->GetNumberOfChains()); + + // use chain and placement to get BP offset + bp = bp + this->GetStartIdx(placement_, chain); + return bp; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int64_t DNAGeometry::GetMaxBPIdx() const // dousatsu +{ + int64_t mx = 0; // dousatsu + for(auto val : std::get<2>(*fPlacementTransformations.end())) + { + if(val > mx) { + mx = val;} + } + return mx; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int DNAGeometry::GetLocalChain(G4int vol_idx, G4int global_chain) const +{ + auto chains = std::get<0>(fPlacementTransformations[vol_idx]); + G4int local = 0; + for(auto chain : chains) + { + if(global_chain == chain) { + return local;} + local++; + } + return -1; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4LogicalVolume* DNAGeometry::GetMatchingPhysVolume( + G4LogicalVolume* chem) const +{ + auto it = fChemToPhys.find(chem); + if(it != fChemToPhys.end()) + { + return it->second; + } + else if(fPhysToChem.find(chem) != fPhysToChem.end()) + { + G4cout << "A phyics volume was used to find a chem volume" << G4endl; + return chem; + } + else + { + return nullptr; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4LogicalVolume* DNAGeometry::GetMatchingChemVolume( + G4LogicalVolume* physics) const +{ + auto it = fPhysToChem.find(physics); + if(it != fPhysToChem.end()) + { + return it->second; + } + else if(fChemToPhys.find(physics) != fChemToPhys.end()) + { + G4cout << "A chem volume was used to find a physics volume" << G4endl; + return physics; + } + else + { + return nullptr; + } +} + +void DNAGeometry::ChromosomeTest() { fpChromosomeMapper->Test(); } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometry::AddChangeMoleculeSize(const G4String& name, const + G4ThreeVector& size) +{ + G4String lower_name = name; + // lower_name.toLower(); + G4StrUtil::to_lower(lower_name); + if(!(fEnableCustomMoleculeSizes)) + { + G4cerr << "Custom Molecule Sizes need to be enabled first" << G4endl; + } + else + { + if(fMoleculeSizes.count(lower_name) == 0) + { + // add molecule + fMoleculeSizes[lower_name] = size; + } + else + { + // error message for replacement + G4cout << lower_name + << " is already defined in molecule size, I will update" + << G4endl << " this molecule's size from" + << fMoleculeSizes[lower_name] << G4endl << " to " << size + << G4endl; + fMoleculeSizes[lower_name] = size; + } + } +} \ No newline at end of file diff --git a/examples/extended/medical/dna/moleculardna/src/DNAGeometryMessenger.cc b/examples/extended/medical/dna/moleculardna/src/DNAGeometryMessenger.cc new file mode 100644 index 0000000000..5d77053089 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/DNAGeometryMessenger.cc @@ -0,0 +1,304 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#include "DNAGeometryMessenger.hh" +#include "DNAGeometry.hh" +#include "UtilityFunctions.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWith3VectorAndUnit.hh" +#include "G4UIcmdWithADouble.hh" +#include "G4UIcmdWithABool.hh" +#include "G4UIcmdWithAnInteger.hh" +#include "G4UIcmdWithoutParameter.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAGeometryMessenger::DNAGeometryMessenger(DNAGeometry* dnaGeometry) + : fpDNAGeometry(dnaGeometry) + , fpDNADirectory(new G4UIdirectory("/dnageom/")) + , fpNewPlacementVolumeFile( + new G4UIcmdWithAString("/dnageom/placementVolume", this)) + , fpVoxelPlacementsFile( + new G4UIcmdWithAString("/dnageom/definitionFile", this)) + , fpVoxelSideLength( + new G4UIcmdWith3VectorAndUnit("/dnageom/placementSize", this)) + , fpFractalScaling( + new G4UIcmdWith3VectorAndUnit("/dnageom/fractalScaling", this)) + , fpAnglesAsPi(new G4UIcmdWithABool( + "/dnageom/setVoxelPlacementAnglesAsMultiplesOfPi", this)) + , fpCustomMoleculeSizes( + new G4UIcmdWithABool("/dnageom/useCustomMoleculeSizes", this)) + , fpAddMoleculeSize(new G4UIcmdWithAString("/dnageom/moleculeSize", this)) + , fpCheckDNAOverlaps(new G4UIcmdWithABool("/dnageom/checkOverlaps", this)) + , fpVerbosity(new G4UIcmdWithAnInteger("/dnageom/verbose", this)) + , fpSmartless(new G4UIcmdWithAnInteger("/dnageom/setSmartVoxels", this)) + , fpIntRangeDirect( + new G4UIcmdWithADoubleAndUnit("/dnageom/interactionDirectRange", this)) + , fpRadicalKillDistance( + new G4UIcmdWithADoubleAndUnit("/dnageom/radicalKillDistance", this)) + , fpUseHistoneScav( + new G4UIcmdWithABool("/dnageom/activateHistoneScavenging", this)) + , fpDrawCellVolumes(new G4UIcmdWithABool("/dnageom/drawCellVolumes", this)) + , fpTestDirectory(new G4UIdirectory("/dnatests/")) + , fpChromosomeTest(new G4UIcmdWithoutParameter("/dnatests/chromosome", this)) + , fpBasePairTest(new G4UIcmdWithoutParameter("/dnatests/basepairs", this)) + , fpUniqueIDTest(new G4UIcmdWithoutParameter("/dnatests/uniqueid", this)) +{ + // Fractals + fpDNADirectory->SetGuidance("Commands to control the fractal."); + + fpNewPlacementVolumeFile->SetGuidance("Set a placement volume"); + fpNewPlacementVolumeFile->SetGuidance("format: name path"); + fpNewPlacementVolumeFile->SetParameterName("name path", false); + + fpVoxelPlacementsFile->SetGuidance( + "Path to file that defines placement locations"); + fpVoxelPlacementsFile->SetParameterName("path", false); + + fpVoxelSideLength->SetGuidance("Side length for each placement (x, y, z)"); + fpVoxelSideLength->SetParameterName("xlength", "ylength", "zlength", false); + + fpFractalScaling->SetGuidance("Scaling of XYZ in fractal definition file"); + fpFractalScaling->SetParameterName("xlength", "ylength", "zlength", false); + + fpAnglesAsPi->SetGuidance( + "Take the angles in the voxel placement file as multiples of pi"); + fpAnglesAsPi->SetGuidance( + "E.g. set to true if the angle 0.5 should mean 90 degrees"); + fpAnglesAsPi->SetParameterName("true/false angles as pi", false); + fpAnglesAsPi->SetDefaultValue(false); + + fpAnglesAsPi->SetGuidance("Enable custom molecule sizes"); + fpAnglesAsPi->SetGuidance("These can now be set via /dnageom/moleculeSize"); + fpAnglesAsPi->SetParameterName("true/false custom sizes", false); + fpAnglesAsPi->SetDefaultValue(false); + + fpAddMoleculeSize->SetGuidance("Set a molecule size in angstrom."); + fpAddMoleculeSize->SetGuidance("format: molecule_name x y z"); + fpAddMoleculeSize->SetGuidance("E.G.: PHOSPHATE 3 4 5"); + fpAddMoleculeSize->SetGuidance("Note: molecule names are case insensitive"); + fpAddMoleculeSize->SetParameterName("name x y z units", false); + + // control + fpCheckDNAOverlaps->SetGuidance("Check overlaps in DNA geometry region"); + fpCheckDNAOverlaps->SetParameterName("true/false check overlaps", false); + + fpVerbosity->SetGuidance("Verbosity for DNA geometry"); + fpVerbosity->SetParameterName("int verbose level", false); + + fpSmartless->SetGuidance("Optimisation value (int) for smart voxels"); + fpSmartless->SetGuidance("The G4 default is 2"); + fpSmartless->SetParameterName("Optimasation value", false); + + fpIntRangeDirect->SetGuidance( + "Critical range to start recording SSBs from direct effects"); + fpIntRangeDirect->SetParameterName("Range", false); + + fpRadicalKillDistance->SetGuidance( + "Distance from base pairs at which to kill radicals"); + fpRadicalKillDistance->SetParameterName("Range", false); + + fpUseHistoneScav->SetGuidance( + "Activate Histone scavenging function with default radius"); + fpUseHistoneScav->SetGuidance( + "Radius can be controlled with /dnageom/histoneScavengingRadius"); + fpUseHistoneScav->SetParameterName("true/false, set histone scavenging on", + false); + + fpDrawCellVolumes->SetGuidance( + "Draw cell/chromosome volumes rather than DNA (makes DNA invisible)"); + fpDrawCellVolumes->SetParameterName("true/false draw cell volumes", false); + + // Tests + fpTestDirectory->SetGuidance("Tests of the DNA geometry"); + + fpChromosomeTest->SetGuidance("Test Chromosome Placement classes"); + + fpBasePairTest->SetGuidance("Test Base Pair indices are correct"); + + fpUniqueIDTest->SetGuidance("Test Unique ID Algorithm"); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAGeometryMessenger::SetNewValue(G4UIcommand* command, G4String newValue) +{ + // Fractals + if(command == fpNewPlacementVolumeFile.get()) + { + std::vector cmd = utility::split(newValue, ' '); + // input validation + if(!(cmd.size() == 2 || cmd.size() == 3)) + { + G4cout << "Invalid input. Command takes 2 string parameters only" + << G4endl << "separated by a space, or three parameters" << G4endl + << "where the last is a boolean." << G4endl; + } + else + { + G4String vname = (G4String) cmd[0]; + G4String path = (G4String) cmd[1]; + G4bool twist = false; + if(cmd.size() == 3) + { + if((G4String) cmd[2] == "true") + { + twist = true; + } + else if((G4String) cmd[2] != "false") + { + G4ExceptionDescription errmsg; + errmsg << "Invalid input. Third value must be a boolean" + << "written as true or false." << G4endl; + G4Exception("DNAGeometryMessenger::SetNewValue", "DNAGeometry001", + FatalException, errmsg); + } + } + + if(utility::path_exists(path)) + { + fpDNAGeometry->AddVoxelFile(vname, path, twist); + } + else + { + G4ExceptionDescription errmsg; + errmsg << path << " has wrong path or does not exist :"; + G4Exception("DNAGeometryMessenger::SetNewValue", "DNAGeometry002", + FatalException, errmsg); + } + } + } + else if(command == fpVoxelPlacementsFile.get()) + { + G4String path = newValue; + if(utility::path_exists(path)) + { + fpDNAGeometry->SetFractalFilename(path); + } + else + { + G4ExceptionDescription errmsg; + errmsg << "The fractal file path has wrong path or does not exist : " + <SetVoxelSideLength( + G4UIcmdWith3VectorAndUnit::GetNew3VectorValue(newValue)); + } + else if(command == fpFractalScaling.get()) + { + fpDNAGeometry->SetFractalScaling( + G4UIcmdWith3VectorAndUnit::GetNew3VectorValue(newValue)); + } + else if(command == fpAnglesAsPi.get()) + { + fpDNAGeometry->SetFractalAnglesAsPi( + G4UIcmdWithABool::GetNewBoolValue(newValue)); + } + else if(command == fpCustomMoleculeSizes.get()) + { + fpDNAGeometry->EnableCustomMoleculeSizes( + G4UIcmdWithABool::GetNewBoolValue(newValue)); + } + else if(command == fpAddMoleculeSize.get()) + { + std::vector cmd = utility::split(newValue, ' '); + // input validation + if(cmd.size() == 4) + { + G4cout << "Invalid input. Command takes 4 parameters only" << G4endl + << "separated by a space, e.g. phosphate 1 2 3" << G4endl; + } + else + { + try + { + G4String name = cmd[0]; + G4int x_size = std::stod(cmd[1]); + G4int y_size = std::stod(cmd[2]); + G4int z_size = std::stod(cmd[3]); + G4ThreeVector molecule_size = G4ThreeVector(x_size, y_size, z_size); + fpDNAGeometry->AddChangeMoleculeSize(name, molecule_size); + } catch(const std::invalid_argument& ia) + { + G4cerr << "Invalid argument to convert to double: " << ia.what() + << G4endl; + } + } + } + // control + else if(command == fpCheckDNAOverlaps.get()) + { + fpDNAGeometry->SetOverlaps(G4UIcmdWithABool::GetNewBoolValue(newValue)); + } + else if(command == fpVerbosity.get()) + { + fpDNAGeometry->SetVerbosity(G4UIcmdWithAnInteger::GetNewIntValue(newValue)); + } + else if(command == fpSmartless.get()) + { + fpDNAGeometry->SetSmartless(G4UIcmdWithAnInteger::GetNewIntValue(newValue)); + } + else if(command == fpIntRangeDirect.get()) + { + fpDNAGeometry->SetDirectInteractionRange( + G4UIcmdWithADoubleAndUnit::GetNewDoubleValue(newValue)); + } + else if(command == fpRadicalKillDistance.get()) + { + fpDNAGeometry->SetRadicalKillDistance( + G4UIcmdWithADoubleAndUnit::GetNewDoubleValue(newValue)); + } + else if(command == fpUseHistoneScav.get()) + { + fpDNAGeometry->SetHistoneScav(G4UIcmdWithABool::GetNewBoolValue(newValue)); + } + else if(command == fpDrawCellVolumes.get()) + { + fpDNAGeometry->SetDrawCellVolumes( + G4UIcmdWithABool::GetNewBoolValue(newValue)); + } + else if(command == fpChromosomeTest.get()) + { + fpDNAGeometry->ChromosomeTest(); + } + else if(command == fpBasePairTest.get()) + { + fpDNAGeometry->BasePairIndexTest(); + } + else if(command == fpUniqueIDTest.get()) + { + fpDNAGeometry->UniqueIDTest(); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/DNAHashing.cc b/examples/extended/medical/dna/moleculardna/src/DNAHashing.cc new file mode 100644 index 0000000000..d48a27edf5 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/DNAHashing.cc @@ -0,0 +1,92 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +// G4Hashing.cc +// Geant4 +// +// Created by Mathieu Karamitros +// +// + +#include "DNAHashing.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +namespace G4::hashing + { + namespace crc32 + { + uint32_t hash(const char* str, size_t len) + { + uint32_t remainder = 0xFFFFFFFF; + for(size_t idx = 0; idx < len; ++idx) + { + remainder = + (remainder >> 8) ^ crc_table[(remainder ^ str[idx]) & 0x000000FF]; + } + return remainder ^ 0xFFFFFFFF; + } + + uint32_t hash(const std::string& str) + { + return hash(str.c_str(), str.size()); + } + } // namespace crc32 + + namespace fnv + { + size_t hash(const std::string& str) + { + size_t hash = fnv_offset_basis; + for(size_t i = 0; i < str.length(); i++) + { + hash = hash ^ (str[i]); // xor the low 8 bits + hash = hash * fnv_prime; // multiply by the magic number + } + return hash; + } + } // namespace fnv + + namespace larson + { + size_t hash(const char* str, unsigned int seed) + { + size_t hash = seed; + while(*str) + { + hash = hash * 101 + *str++; + } + return hash; + } + + size_t hash(std::string str, unsigned int seed) + { + return hash(str.c_str(), seed); + } + } // namespace larson + } // namespace G4 + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/DNAHit.cc b/examples/extended/medical/dna/moleculardna/src/DNAHit.cc new file mode 100644 index 0000000000..63200c5525 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/DNAHit.cc @@ -0,0 +1,197 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file DNAHit.cc +/// \brief Hit class for a hit interacting with a DNA molecule + +#include + +#include "DNAHit.hh" + +G4ThreadLocal G4Allocator* MolecularDNAHitAllocator = nullptr; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAHit::DNAHit() + : G4VHit() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAHit::DNAHit(const molecule& mol, const G4int& placement_idx, // ORG + const G4int& chain, const G4int& strand, // ORG + const int64_t& bp, G4ThreeVector pos, + G4ThreeVector localpos, // dousatsu + const G4double& energy, const G4double& d, G4String chromo, + const G4MolecularConfiguration* radical) + : G4VHit() + , fMoleculeEnum(mol) + , fPlacementIdx(placement_idx) + , fChainIdx(chain) + , fStrandIdx(strand) + , fBasePairIdx(bp) + , fPosition(std::move(pos)) + , fLocalPosition(std::move(localpos)) + , fEnergy(energy) + , fDistance(d) + , fChromosome(std::move(chromo)) + , fRadical(radical) +{ + // Computed quantities + if(fStrandIdx == 0) + { + if((fMoleculeEnum == SUGAR) || (fMoleculeEnum == PHOSPHATE)) + { + fStrand1Rad = fRadical; + fStrand1Energy = fEnergy; + } + else if((fMoleculeEnum == CYTOSINE) || (fMoleculeEnum == GUANINE) || + (fMoleculeEnum == ADENINE) || (fMoleculeEnum == THYMINE)) + { + fBase1Rad = fRadical; + fBP1Energy = fEnergy; + } + else + { + G4Exception("DNAHit", "ERR_UNKNOWN_MOLECULE", JustWarning, + "Chemical Reaction with unknown molecule"); + } + } + else if(fStrandIdx == 1) + { + if((fMoleculeEnum == SUGAR) || (fMoleculeEnum == PHOSPHATE)) + { + fStrand2Rad = fRadical; + fStrand2Energy = fEnergy; + } + else if((fMoleculeEnum == CYTOSINE) || (fMoleculeEnum == GUANINE) || + (fMoleculeEnum == ADENINE) || (fMoleculeEnum == THYMINE)) + { + fBase2Rad = fRadical; + fBP2Energy = fEnergy; + } + else + { + G4Exception("DNAHit", "ERR_UNKNOWN_MOLECULE", JustWarning, + "Hit with unknown molecule"); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAHit::~DNAHit() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// This method is used to combine the computed quantities of two hits. +// It keeps the settable parameters of the current hit, but the computed +// parameters come from both, letting the hit reflect what happened on each +// base pair. +void DNAHit::AddHit(const DNAHit& right) +{ + this->fStrand1Energy += right.GetStrand1Energy(); + this->fStrand2Energy += right.GetStrand2Energy(); + this->fBP1Energy += right.GetBP1Energy(); + this->fBP2Energy += right.GetBP2Energy(); + if(right.GetStrand1Rad() != nullptr) + { + this->fStrand1Rad = right.GetStrand1Rad(); + } + if(right.GetBase1Rad() != nullptr) + { + this->fBase1Rad = right.GetBase1Rad(); + } + if(right.GetStrand2Rad() != nullptr) + { + this->fStrand2Rad = right.GetStrand2Rad(); + } + if(right.GetBase2Rad() != nullptr) + { + this->fBase2Rad = right.GetBase2Rad(); + } +} + +DNAHit::DNAHit(const DNAHit& right) + : G4VHit() +{ + this->SetPlacementIdx(right.GetPlacementIdx()); + this->SetMolecule(right.GetMolecule()); + this->SetChainIdx(right.GetChainIdx()); + this->SetStrandIdx(right.GetStrandIdx()); + this->SetBasePairIdx(right.GetBasePairIdx()); + this->SetPosition(right.GetPosition()); + this->SetLocalPosition(right.GetLocalPosition()); + this->SetEnergy(right.GetEnergy()); + this->SetDistance(right.GetDistance()); + this->SetChromosome(right.GetChromosome()); + this->SetRadical(right.GetRadical()); + + // Computed Quantities, no setters. + this->fStrand1Energy = right.GetStrand1Energy(); + this->fStrand2Energy = right.GetStrand2Energy(); + this->fBP1Energy = right.GetBP1Energy(); + this->fBP2Energy = right.GetBP2Energy(); + this->fStrand1Rad = right.GetStrand1Rad(); + this->fBase1Rad = right.GetBase1Rad(); + this->fStrand2Rad = right.GetStrand2Rad(); + this->fBase2Rad = right.GetBase2Rad(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const DNAHit& DNAHit::operator=(const DNAHit& right) +{ + this->SetMolecule(right.GetMolecule()); + this->SetPlacementIdx(right.GetPlacementIdx()); + this->SetChainIdx(right.GetChainIdx()); + this->SetStrandIdx(right.GetStrandIdx()); + this->SetBasePairIdx(right.GetBasePairIdx()); + this->SetPosition(right.GetPosition()); + this->SetLocalPosition(right.GetLocalPosition()); + this->SetEnergy(right.GetEnergy()); + this->SetDistance(right.GetDistance()); + this->SetChromosome(right.GetChromosome()); + this->SetRadical(right.GetRadical()); + + this->fStrand1Energy = right.GetStrand1Energy(); + this->fStrand2Energy = right.GetStrand2Energy(); + this->fBP1Energy = right.GetBP1Energy(); + this->fBP2Energy = right.GetBP2Energy(); + this->fStrand1Rad = right.GetStrand1Rad(); + this->fBase1Rad = right.GetBase1Rad(); + this->fStrand2Rad = right.GetStrand2Rad(); + this->fBase2Rad = right.GetBase2Rad(); + return *this; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int DNAHit::operator==(const DNAHit& right) const +{ + return (this == &right) ? 1 : 0; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/dna/models/include/G4DNAPartiallyDiffusionControlled.hh b/examples/extended/medical/dna/moleculardna/src/DNAWorld.cc similarity index 61% rename from source/processes/electromagnetic/dna/models/include/G4DNAPartiallyDiffusionControlled.hh rename to examples/extended/medical/dna/moleculardna/src/DNAWorld.cc index d24207450d..181a23f86f 100644 --- a/source/processes/electromagnetic/dna/models/include/G4DNAPartiallyDiffusionControlled.hh +++ b/examples/extended/medical/dna/moleculardna/src/DNAWorld.cc @@ -23,34 +23,43 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// 20/2/2019 -// Author : HoangTRAN +/// file:DNAWorld.cc +/// brief: -#ifndef G4DNAPartiallyDiffusionControlled_h -#define G4DNAPartiallyDiffusionControlled_h 1 -#include "G4DNAReactionTypeManager.hh" -#include "G4VReactionType.hh" +#include "DNAWorld.hh" -class G4MolecularConfiguration; +#include "G4LogicalVolume.hh" +#include "G4VPhysicalVolume.hh" +#include "G4PVPlacement.hh" -class G4DNAPartiallyDiffusionControlled - : public G4VReactionType +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAWorld::DNAWorld() + : G4VUserParallelWorld("DNAWorld") +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DNAWorld::~DNAWorld() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DNAWorld::Construct() { -public: - G4DNAPartiallyDiffusionControlled(); - ~G4DNAPartiallyDiffusionControlled() override; - G4DNAPartiallyDiffusionControlled(const G4DNAPartiallyDiffusionControlled& other) = delete; - G4DNAPartiallyDiffusionControlled& operator=(const G4DNAPartiallyDiffusionControlled& other) = delete; - - G4double GetTimeToEncounter(const G4Track& trackA, - const G4Track& trackB) override; - - G4bool GeminateRecombinationProbability(const G4MolecularConfiguration*, - const G4MolecularConfiguration*) override; - -private: - - G4double GetDiffusionCoefficient(const G4MolecularConfiguration*, - const G4MolecularConfiguration*); -}; -#endif \ No newline at end of file + G4VPhysicalVolume* ghostWorld = GetWorld(); + if(fpDNAVolumePointer == nullptr) + { + G4cout << "Error: The DNA volume pointer is not set in the DNAWorld" + << G4endl; + } + else + { + if(fpDNAVolumeTranslation == nullptr) + { + fpDNAVolumeTranslation = new G4ThreeVector(0., 0., 0.); + } + new G4PVPlacement(fpDNAVolumeRotation, *fpDNAVolumeTranslation, "DNA", + fpDNAVolumePointer, ghostWorld, false, 0, false); + } +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/DamageModel.cc b/examples/extended/medical/dna/moleculardna/src/DamageModel.cc new file mode 100644 index 0000000000..c647357789 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/DamageModel.cc @@ -0,0 +1,113 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: DamageModel.cc +/// brief: Parameters related to the DNA Damage model + +#include "DamageModel.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DamageModel::DamageModel() +{ + fpDamageMessenger = new DamageModelMessenger(this); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool DamageModel::IsDirectStrandBreak(const G4double& d) const +{ + if(d < fDirectDmgLower){ + return false; + } + else if(d >= fDirectDmgUpper){ + return true; + } + else { + return (G4UniformRand() < + ((d - fDirectDmgLower) / (fDirectDmgUpper - fDirectDmgLower))); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool DamageModel::IsIndirectBaseDamage( + const G4MolecularConfiguration* mol) const +{ + if(mol->GetDefinition() == fOH){ + return G4UniformRand() < fBaseOH; + }else if(mol->GetDefinition() == fH){ + return G4UniformRand() < fBaseH; + }else if(mol->GetDefinition() == fe_aq){ + return G4UniformRand() < fBaseEaq; + }else{ + return false; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool DamageModel::IsIndirectStrandDamage( + const G4MolecularConfiguration* mol) const +{ + if(mol->GetDefinition() == fOH){ + return G4UniformRand() < fStrandOH; + }else if(mol->GetDefinition() == G4Hydrogen::Definition()){ + return G4UniformRand() < fStrandH; + }else if(mol->GetDefinition() == G4Electron_aq::Definition()){ + return G4UniformRand() < fStrandEaq; + }else{ + return false; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool DamageModel::IsInducedStrandBreak( + const G4MolecularConfiguration* mol) const +{ + if(mol->GetDefinition() == fOH){ + return G4UniformRand() < fInductionOH; + }else if(mol->GetDefinition() == G4Hydrogen::Definition()){ + return G4UniformRand() < fInductionH; + }else if(mol->GetDefinition() == G4Electron_aq::Definition()){ + return G4UniformRand() < fInductionEaq; + }else{ + return false; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DamageModel::CheckValidProbability(const G4String& str, G4double p) +{ + if((p < 0) || (p > 1)) + { + G4ExceptionDescription errmsg; + errmsg << "Invalid probability for " << str; + G4Exception("DamageModel", "ERR_INVALID_PROB", FatalException, errmsg); + } +} \ No newline at end of file diff --git a/examples/extended/medical/dna/moleculardna/src/DamageModelMessenger.cc b/examples/extended/medical/dna/moleculardna/src/DamageModelMessenger.cc new file mode 100644 index 0000000000..0089848e12 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/DamageModelMessenger.cc @@ -0,0 +1,209 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#include "DamageModelMessenger.hh" + +#include "DamageModel.hh" + +#include "G4UIdirectory.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWith3VectorAndUnit.hh" +#include "G4UIcmdWithADouble.hh" +#include "G4UIcmdWithABool.hh" +#include "G4UIcmdWithAnInteger.hh" +#include "G4UIcmdWithoutParameter.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DamageModelMessenger::DamageModelMessenger(DamageModel* damageModel) + : fpDamageModel(damageModel) + , fpDamageDirectory(nullptr) + , fpIntEnergyLower(nullptr) + , fpIntEnergyUpper(nullptr) + , fpOHBaseChance(nullptr) + , fpOHStrandChance(nullptr) + , fpOHInductionChance(nullptr) + , fpHBaseChance(nullptr) + , fpHStrandChance(nullptr) + , fpHInductionChance(nullptr) + , fpEaqBaseChance(nullptr) + , fpEaqStrandChance(nullptr) + , fpEaqInductionChance(nullptr) +{ + fpDamageDirectory = new G4UIdirectory("/dnadamage/"); + fpDamageDirectory->SetGuidance("Damage Model Parameters"); + + fpIntEnergyLower = + new G4UIcmdWithADoubleAndUnit("/dnadamage/directDamageLower", this); + fpIntEnergyLower->SetGuidance("Minimum Energy required for an SSB"); + fpIntEnergyLower->SetGuidance( + "Chance grows linearly until it reaches the upper value"); + fpIntEnergyLower->SetParameterName("Energy", false); + + fpIntEnergyUpper = + new G4UIcmdWithADoubleAndUnit("/dnadamage/directDamageUpper", this); + fpIntEnergyUpper->SetGuidance( + "Energy required for an SSB to definitely occur"); + fpIntEnergyUpper->SetParameterName("Energy", false); + + // OH + + fpOHBaseChance = + new G4UIcmdWithADouble("/dnadamage/indirectOHBaseChance", this); + fpOHBaseChance->SetGuidance("Chance [0,1] of a OH damaging a base"); + fpOHBaseChance->SetParameterName("Energy", false); + + fpOHStrandChance = + new G4UIcmdWithADouble("/dnadamage/indirectOHStrandChance", this); + fpOHStrandChance->SetGuidance( + "Chance [0,1] of a OH damaging sugar-phosphate"); + fpOHStrandChance->SetParameterName("Energy", false); + + fpOHInductionChance = + new G4UIcmdWithADouble("/dnadamage/inductionOHChance", this); + fpOHInductionChance->SetGuidance( + "Chance [0,1] of a Base + OH -> strand break"); + fpOHInductionChance->SetParameterName("Energy", false); + + // H + + fpHBaseChance = + new G4UIcmdWithADouble("/dnadamage/indirectHBaseChance", this); + fpHBaseChance->SetGuidance("Chance [0,1] of a H damaging a base"); + fpHBaseChance->SetParameterName("Energy", false); + + fpHStrandChance = + new G4UIcmdWithADouble("/dnadamage/indirectHStrandChance", this); + fpHStrandChance->SetGuidance("Chance [0,1] of a H damaging sugar-phosphate"); + fpHStrandChance->SetParameterName("Energy", false); + + fpHInductionChance = + new G4UIcmdWithADouble("/dnadamage/inductionHChance", this); + fpHInductionChance->SetGuidance("Chance [0,1] of a Base + H -> strand break"); + fpHInductionChance->SetParameterName("Energy", false); + + // E_aq + + fpEaqBaseChance = + new G4UIcmdWithADouble("/dnadamage/indirectEaqBaseChance", this); + fpEaqBaseChance->SetGuidance("Chance [0,1] of a Eaq damaging a base"); + fpEaqBaseChance->SetParameterName("Energy", false); + + fpEaqStrandChance = + new G4UIcmdWithADouble("/dnadamage/indirectEaqStrandChance", this); + fpEaqStrandChance->SetGuidance( + "Chance [0,1] of a Eaq damaging sugar-phosphate"); + fpEaqStrandChance->SetParameterName("Energy", false); + + fpEaqInductionChance = + new G4UIcmdWithADouble("/dnadamage/inductionEaqChance", this); + fpEaqInductionChance->SetGuidance( + "Chance [0,1] of a Base + Eaq -> strand break"); + fpEaqInductionChance->SetParameterName("Energy", false); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DamageModelMessenger::~DamageModelMessenger() +{ + // interaction model + delete fpOHStrandChance; + delete fpOHInductionChance; + delete fpOHBaseChance; + delete fpHStrandChance; + delete fpHInductionChance; + delete fpHBaseChance; + delete fpEaqStrandChance; + delete fpEaqInductionChance; + delete fpEaqBaseChance; + delete fpIntEnergyLower; + delete fpIntEnergyUpper; + delete fpIntRangeDirect; + delete fpDamageDirectory; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DamageModelMessenger::SetNewValue(G4UIcommand* command, G4String newValue) +{ + if(command == fpIntEnergyUpper) + { + fpDamageModel->SetDirectDamageUpper( + G4UIcmdWithADoubleAndUnit::GetNewDoubleValue(newValue)); + } + else if(command == fpIntEnergyLower) + { + fpDamageModel->SetDirectDamageLower( + G4UIcmdWithADoubleAndUnit::GetNewDoubleValue(newValue)); + } + else if(command == fpOHBaseChance) + { + fpDamageModel->SetIndirectOHBaseChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } + else if(command == fpOHStrandChance) + { + fpDamageModel->SetIndirectOHStrandChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } + else if(command == fpOHInductionChance) + { + fpDamageModel->SetInductionOHChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } + else if(command == fpHBaseChance) + { + fpDamageModel->SetIndirectHBaseChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } + else if(command == fpHStrandChance) + { + fpDamageModel->SetIndirectHStrandChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } + else if(command == fpHInductionChance) + { + fpDamageModel->SetInductionHChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } + else if(command == fpEaqBaseChance) + { + fpDamageModel->SetIndirectEaqBaseChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } + else if(command == fpEaqStrandChance) + { + fpDamageModel->SetIndirectEaqStrandChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } + else if(command == fpEaqInductionChance) + { + fpDamageModel->SetInductionEaqChance( + G4UIcmdWithADouble::GetNewDoubleValue(newValue)); + } +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/DetectorConstruction.cc b/examples/extended/medical/dna/moleculardna/src/DetectorConstruction.cc new file mode 100644 index 0000000000..294bdab79a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/DetectorConstruction.cc @@ -0,0 +1,130 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file DetectorConstruction.cc +/// \brief Detector Construction for a DNA molecule in a cell + +#include "DetectorConstruction.hh" +#include "DNAGeometry.hh" +#include "DetectorMessenger.hh" +#include "OctreeNode.hh" +#include "G4VPhysicalVolume.hh" +#include "G4Box.hh" +#include "G4Ellipsoid.hh" +#include "G4LogicalVolume.hh" +#include "G4PVPlacement.hh" +#include "G4VisAttributes.hh" +#include "G4Color.hh" +#include "G4NistManager.hh" +#include "G4SDManager.hh" +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() + : G4VUserDetectorConstruction() + , fpDNAGeometry(new DNAGeometry()) + , fpDetectorMessenger(new DetectorMessenger(this)) +{ + RegisterParallelWorld(fpDNAGeometry->GetDNAWorld()); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::~DetectorConstruction() { delete fpDetectorMessenger; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() +{ + BuildMaterials(); + return ConstructDetector(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::BuildMaterials() +{ + G4NistManager* man = G4NistManager::Instance(); + fpWorld = man->FindOrBuildMaterial("G4_Galactic"); + fpWater = man->FindOrBuildMaterial("G4_WATER"); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::ConstructDetector() +{ + ////////////////////////////////////////////////////////////////////////////// + // Brief :: Build the detector. This real world for only chemistry stage only. + // An other parallel world is built in DNAWorld for only physics We either + // build a DNA region inside a cell if fCellRadius is se in macro file, or we + // just run the experiment in the World if it isn't. If we run in a cell, the + // world material is a vacuum, and the cell is water. Otherwise everything is + // water. + ////////////////////////////////////////////////////////////////////////////// + + G4LogicalVolume* pDnaRegionLogical; + + G4double dnasx = fCellRadius.getX(); + G4double dnasy = fCellRadius.getY(); + G4double dnasz = fCellRadius.getZ(); + if((dnasx <= 0) || (dnasy <= 0) || (dnasz <= 0)) + { + // Experiment in the world only + G4cout + << "No cell radius has been specified (or the radii are less than 0)." + << G4endl; + G4cout << "This will fill the entire world with water" << G4endl; + + G4double wsize = 1.01 * fWorldSideLength / 2.; + auto worldPhysical = new G4Box("WorldPhysical", wsize, wsize, wsize); + auto worldLogical = new G4LogicalVolume(worldPhysical, fpWater, "world"); + fWorld = new G4PVPlacement(nullptr, G4ThreeVector(0), worldLogical, "world", + nullptr, false, 0); + pDnaRegionLogical = worldLogical; + } + else + { + // experiment inside a cell. + G4double wsize = 1.01 * fWorldSideLength / 2.; + auto worldPhysical = new G4Box("WorldPhysical", wsize, wsize, wsize); + auto worldLogical = new G4LogicalVolume(worldPhysical, fpWorld, "world"); + + fWorld = new G4PVPlacement(nullptr, G4ThreeVector(0), worldLogical, "world", + nullptr, false, 0); + auto dnaPhysical = new G4Ellipsoid("CellPhysical", dnasx, dnasy, dnasz); + auto dnaLogical = new G4LogicalVolume(dnaPhysical, fpWater, "CellLogical"); + + new G4PVPlacement(nullptr, G4ThreeVector(0), "CellVolume", dnaLogical, + fWorld, false, 0, false); + pDnaRegionLogical = dnaLogical; + } + // we build DNA geometry for physical stage + this->GetDNAGeometry()->BuildDNA(pDnaRegionLogical); + return fWorld; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/DetectorMessenger.cc b/examples/extended/medical/dna/moleculardna/src/DetectorMessenger.cc new file mode 100644 index 0000000000..fbb44e5d52 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/DetectorMessenger.cc @@ -0,0 +1,88 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#include "DetectorMessenger.hh" + +#include "DetectorConstruction.hh" + +#include "G4UIdirectory.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWith3VectorAndUnit.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::DetectorMessenger(DetectorConstruction* detConstruction) + : fpDetectorConstruction(detConstruction) + , fpWorldGeometryDirectory(0) + , fpWorldSideLength(0) + , fpCellGeometryDirectory(0) + , fpCellRadius(0) +{ + // World geometry + fpWorldGeometryDirectory = new G4UIdirectory("/world/"); + fpWorldGeometryDirectory->SetGuidance("Commands for world geometry params"); + + fpWorldSideLength = new G4UIcmdWithADoubleAndUnit("/world/worldSize", this); + fpWorldSideLength->SetGuidance("Side length for the world"); + fpWorldSideLength->SetParameterName("Side length", false); + + // Cell geometry + fpCellGeometryDirectory = new G4UIdirectory("/cell/"); + fpCellGeometryDirectory->SetGuidance("Commands for world geometry params"); + fpCellRadius = new G4UIcmdWith3VectorAndUnit("/cell/radiusSize", this); + fpCellRadius->SetGuidance( + "Set Semi-Major axes for cell (x, y, z) - unset, whole world is water"); + fpCellRadius->SetParameterName("xradius", "yradius", "zradius", false); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::~DetectorMessenger() +{ + // World + delete fpCellRadius; + delete fpWorldSideLength; + delete fpCellGeometryDirectory; + delete fpWorldGeometryDirectory; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorMessenger::SetNewValue(G4UIcommand* command, G4String newValue) +{ + // Geometry + if(command == fpWorldSideLength) + { + fpDetectorConstruction->SetWorldSideLength( + ((G4UIcmdWithADoubleAndUnit*) command)->GetNewDoubleValue(newValue)); + } + else if(command == fpCellRadius) + { + fpDetectorConstruction->SetCellRadius( + ((G4UIcmdWith3VectorAndUnit*) command)->GetNew3VectorValue(newValue)); + } +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/EllipticalChromosome.cc b/examples/extended/medical/dna/moleculardna/src/EllipticalChromosome.cc new file mode 100644 index 0000000000..77c7a37105 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/EllipticalChromosome.cc @@ -0,0 +1,104 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: EllipticalChromosome.cc +/// brief: Implementation of virt chromosome class for rod chromosomes + +#include "EllipticalChromosome.hh" +#include "Randomize.hh" +#include "G4RandomDirection.hh" +#include "G4PhysicalConstants.hh" + +const G4String EllipticalChromosome::fShape = "ellipse"; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +EllipticalChromosome::EllipticalChromosome(const G4String& name, + G4ThreeVector pos, + const G4double& sx, + const G4double& sy, + const G4double& sz) + : VirtualChromosome(name) + , fCenter(std::move(pos)) + , fSemiX(std::abs(sx)) + , fSemiY(std::abs(sy)) + , fSemiZ(std::abs(sz)) + , fRotation(G4RotationMatrix()) +{ + fInverseRotation = fRotation.inverse(); +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +EllipticalChromosome::EllipticalChromosome( + const G4String& name, G4ThreeVector pos, const G4double& sx, + const G4double& sy, const G4double& sz, G4RotationMatrix rot) + : VirtualChromosome(name) + , fCenter(std::move(pos)) + , fSemiX(std::abs(sx)) + , fSemiY(std::abs(sy)) + , fSemiZ(std::abs(sz)) + , fRotation(std::move(rot)) +{ + fInverseRotation = fRotation.inverse(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +EllipticalChromosome::~EllipticalChromosome() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool EllipticalChromosome::PointInChromosome(G4ThreeVector const& pos) +{ + G4ThreeVector rpos = pos - fCenter; + rpos = fInverseRotation(rpos); + + //====================dousatsu========================= + G4bool ok = ((std::pow(rpos.getX(), 2) / std::pow(fSemiX, 2) + + std::pow(rpos.getY(), 2) / std::pow(fSemiY, 2) + + std::pow(rpos.getZ(), 2) / std::pow(fSemiZ, 2)) <= 1.); + //====================dousatsu========================= + //// TODO: This is a box, not an ellipsoid + //// Check that (x/a)**2 + (y/b)**2 + (z/c)**2 <= 1 instead + // G4bool ok = (std::abs(rpos.getX()) <= fSemiX); + // ok = ok && (std::abs(rpos.getY()) <= fSemiY); + // ok = ok && (std::abs(rpos.getZ()) <= fSemiZ); + + return ok; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// NOTE: Not uniformly random +G4ThreeVector EllipticalChromosome::RandomPointInChromosome() +{ + G4ThreeVector point = G4UniformRand() * G4RandomDirection(); + point.setX(point.getX() * fSemiX); + point.setY(point.getY() * fSemiY); + point.setZ(point.getZ() * fSemiZ); + return fCenter + fRotation(point); +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/EventAction.cc b/examples/extended/medical/dna/moleculardna/src/EventAction.cc new file mode 100644 index 0000000000..1a4feb7d0d --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/EventAction.cc @@ -0,0 +1,160 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: +/// brief: +#include "EventAction.hh" +#include "AnalysisManager.hh" +#include "DetectorConstruction.hh" +#include "DNAGeometry.hh" +#include "ChromosomeMapper.hh" +#include "ChromosomeHit.hh" +#include "DNAHit.hh" + +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +EventAction::EventAction(AnalysisManager* man) + : G4UserEventAction() + , fAnalysisManager(man) +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void EventAction::Initialize() +{ + // Get DNA Geometry + const auto* det = dynamic_cast( + G4RunManager::GetRunManager()->GetUserDetectorConstruction()); + fDNAGeometry = det->GetDNAGeometry(); + + // Prepare Chromo Hits Map + std::vector keys = + fDNAGeometry->GetChromosomeMapper()->GetChromosomeKeys(); + for(const auto& key : keys) + { + uint32_t key_i = G4::hashing::crc32::hash(key); + fChromoHitMap[key_i] = nullptr; + } + fInitialized = true; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +EventAction::~EventAction() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void EventAction::BeginOfEventAction(const G4Event*) +{ + if(!fInitialized) + { + Initialize(); + } + + fEdepCell = 0; + fTraLenCell = 0; + fTraLenChro = 0; + + // Prepare DNA Hits vector + fDNAHits.reserve(10000); + + std::vector keys = + fDNAGeometry->GetChromosomeMapper()->GetChromosomeKeys(); + //ChromosomeHit* theHit; + for(const auto& it : keys) + { + uint32_t key_i = G4::hashing::crc32::hash(it); + fChromoHitMap[key_i] = new ChromosomeHit(it); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void EventAction::EndOfEventAction(const G4Event*) +{ + // post-analysis + fAnalysisManager->ProcessPrimary(fprimstoppos, fTraLenCell, fTraLenChro); + fAnalysisManager->ProcessDNAHitsVector(fDNAHits); + fAnalysisManager->ProcessChromosomeHitMap(fChromoHitMap); + fAnalysisManager->ProcessCellEdep(fEdepCell); + + // destruction ///////////////////////////////////////////////////////////// + for(auto& it : fChromoHitMap) + { + delete it.second; + } + + for(auto& fDNAHit : fDNAHits) + { + delete fDNAHit; + } + fDNAHits.clear(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void EventAction::AddChromosomeEdep(const G4String& key, const G4double& e, + const G4bool& isDNA) +{ + uint32_t key_i = G4::hashing::crc32::hash(key); + auto it = fChromoHitMap.find(key_i); + if(it != fChromoHitMap.end()) + { + if(isDNA) + { + it->second->AddDNAEdep(e); + } + else + { + it->second->AddChromosomeEdep(e); + } + } + else + { + G4ExceptionDescription errmsg; + errmsg << "Energy deposit in unknown chromosome: " << key << G4endl; + G4Exception("EventAction::AddChromosomeEdep", "ERR_UNKNOWN_CHROMOSOME", + FatalException, errmsg); + + } +} +//2600754154 +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void EventAction::AddCellEdep(const G4double& edep) { fEdepCell += edep; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void EventAction::AddTrackLengthCell(const G4double& tl) { fTraLenCell += tl; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void EventAction::AddTrackLengthChro(const G4double& tl) { fTraLenChro += tl; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/medical/dna/moleculardna/src/IRTDamageReactionModel.cc b/examples/extended/medical/dna/moleculardna/src/IRTDamageReactionModel.cc new file mode 100644 index 0000000000..1b2ab00128 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/IRTDamageReactionModel.cc @@ -0,0 +1,351 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +#include "IRTDamageReactionModel.hh" +#include "G4PhysicalConstants.hh" +#include "G4SystemOfUnits.hh" +#include "Randomize.hh" +#include "G4DNAMolecularReactionTable.hh" +#include "G4Molecule.hh" +#include "G4ErrorFunction.hh" +#include +#include "DetectorConstruction.hh" +#include "G4RunManager.hh" +#include "DNAGeometry.hh" +#include "G4DNAMolecularMaterial.hh" +#include "G4Scheduler.hh" +#include "G4UnitsTable.hh" +#include "EventAction.hh" +#include "G4EventManager.hh" +#include "DNAHit.hh" +#include "G4IRTUtils.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +IRTDamageReactionModel::IRTDamageReactionModel(const G4String& name) + : G4VDNAHitModel(name) + , fMolecularReactionTable(G4DNAMolecularReactionTable::Instance()) +{ + auto det = dynamic_cast( + G4RunManager::GetRunManager()->GetUserDetectorConstruction()); + fpDNAGeometry = det->GetDNAGeometry(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4double IRTDamageReactionModel::GetTimeToEncounter( + const G4MolecularConfiguration* molA, const G4MolecularConfiguration* molB, + const G4double& distance) +{ + G4double irt = -1; + const auto pMoleculeA = molA; + const auto pMoleculeB = molB; + auto reactionData = + fMolecularReactionTable->GetReactionData(pMoleculeA, pMoleculeB); + G4double D = + molA->GetDiffusionCoefficient() + molB->GetDiffusionCoefficient(); + auto kobs = reactionData->GetObservedReactionRateConstant(); + if(D == 0) + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "D = 0" + << " for : " << molA->GetName() << " and " + << molB->GetName(); + G4Exception("IRTDamageReactionModel" + "::GetTimeToEncounter()", + "MolecularIRTDamageReactionModel002", FatalException, + exceptionDescription); + return -1; + } + G4double Reff = kobs / (4 * CLHEP::pi * D * CLHEP::Avogadro); + + if(distance < Reff) + { + return 0; // + } + + G4double Winf = 0; + + if(distance != 0) + { + Winf = Reff / distance; + } + else + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "distance = " << distance << " is uncorrected with " + << " Reff = " << Reff << " for : " << molA->GetName() + << " and " << molB->GetName(); + G4Exception("IRTDamageReactionModel" + "::GetTimeToEncounter()", + "MolecularIRTDamageReactionModel001", FatalException, + exceptionDescription); + } + + G4double U = G4UniformRand(); + + if(Winf != 0 && U < Winf) + { + irt = (1.0 / (4 * D)) * + std::pow((distance - Reff) / G4ErrorFunction::erfcInv(U / Winf), 2); + } + return irt; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void IRTDamageReactionModel::RecordDNADamage() + const // let's suppose that this is not so much +{ + if(fpDNAPhyVolume == nullptr || fpTrack == nullptr) + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "fpDNAPhyVolume == nullptr or fpTrack == nullptr"; + G4Exception("IRTDamageReactionModel" + "RecordDNA", + "NO_VOLUME001", FatalException, exceptionDescription); + } + const G4VTouchable* touchable = fpTrack->GetTouchable(); + if(touchable == nullptr) + { + return; + } + auto pPhyVolum = const_cast(fpDNAPhyVolume); + const G4MolecularConfiguration* radical = + GetMolecule(fpTrack)->GetMolecularConfiguration(); + + // particle position + const G4ThreeVector& pos_particle = fpTrack->GetPosition(); + G4AffineTransform transform = touchable->GetHistory()->GetTopTransform(); + G4ThreeVector localpos_particle = transform.TransformPoint(pos_particle); + + // DNA position + G4ThreeVector localPos_DNA = pPhyVolum->GetTranslation(); + G4ThreeVector globalPos_DNA = + touchable->GetHistory()->GetTopTransform().Inverse().TransformPoint( + localPos_DNA); + + const int64_t idx = fpDNAGeometry->GetGlobalUniqueID(pPhyVolum, touchable); + + int64_t bp = fpDNAGeometry->GetBasePairFromUniqueID(idx); + G4int chainID = fpDNAGeometry->GetChainIDFromUniqueID(idx); + G4int strandID = fpDNAGeometry->GetStrandIDFromUniqueID(idx); + molecule mol = fpDNAGeometry->GetMoleculeFromUniqueID(idx); + G4int placementIdx = fpDNAGeometry->GetPlacementIndexFromUniqueID(idx); + + G4String chromosome = + fpDNAGeometry->GetChromosomeMapper()->GetCurrentChromosomeKey( + globalPos_DNA); + + auto dnaHit = new DNAHit(mol, placementIdx, chainID, strandID, bp, + globalPos_DNA, localPos_DNA, chromosome, radical); + + dynamic_cast( + G4EventManager::GetEventManager()->GetUserEventAction()) + ->AddDNAHit(dnaHit); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void IRTDamageReactionModel::MakeReaction(const G4Track& track) +{ + // G4Track *pTrackA = const_cast(&track); + if(track.GetTrackStatus() == fStopAndKill) + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "this track is killed"; + G4Exception("IRTDamageReactionModel" + "MakeReaction", + "NO_TRACK02", FatalException, exceptionDescription); + } + if(G4Scheduler::Instance()->GetVerbose() != 0) + { + G4cout << "At time : " << std::setw(7) + << G4BestUnit(G4Scheduler::Instance()->GetGlobalTime(), "Time") + << " Reaction : " << GetIT(track)->GetName() << " (" + << track.GetTrackID() << ") + " << fpDNAPhyVolume->GetName() + << " -> "; + G4cout << " Damaged " + fpDNAPhyVolume->GetName(); + G4cout << G4endl; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// DoReaction means : kill species and record DNA damage +G4bool IRTDamageReactionModel::DoReaction(const G4Track& track, + const G4double& reactionTime, + const DNANode& vp) +{ + fReactionTime = reactionTime; + + if(fReactionTime == G4Scheduler::Instance()->GetLimitingTimeStep()) + { + return false; + } + + fpTrack = &track; + fpDNAPhyVolume = std::get(vp); + MakeReaction(track); + RecordDNADamage(); + return true; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4double IRTDamageReactionModel::CalculateReactionTime(const G4Track& track, + DNANode& vp) +{ + fpTrack = nullptr; + fminTimeStep = DBL_MAX; + fReactionTime = DBL_MAX; + fpDNAPhyVolume = nullptr; + if(fpDNAGeometry == nullptr) + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "no fpDNAGeometry" << G4endl; + G4Exception("IRTDamageReactionModel" + "::CalculateReactionTime()", + "MolecularIRTDamageReactionModel007", FatalException, + exceptionDescription); + } + + auto pMoleculeA = GetMolecule(track); + auto pMolConfA = pMoleculeA->GetMolecularConfiguration(); + const auto pReactantList = fMolecularReactionTable->CanReactWith(pMolConfA); + + if(pReactantList == nullptr) + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "!!!!!!!!!!!!!!!!!!!!" << G4endl; + G4cout << "!!! WARNING" << G4endl; + G4cout + << "IRTDamageReactionModel::CalculateReactionTime will return infinity " + "for the reaction because the molecule " + << pMoleculeA->GetName() + << " does not have any reactants given in the reaction table." << G4endl; + G4cout << "!!!!!!!!!!!!!!!!!!!!" << G4endl; + G4Exception("IRTDamageReactionModel" + "::CalculateReactionTime()", + "MolecularIRTDamageReactionModel003", FatalException, + exceptionDescription); + return -1; + } + + size_t nbReactives = pReactantList->size(); + + if(nbReactives == 0) + { + G4cout << "!!!!!!!!!!!!!!!!!!!!" << G4endl; + G4cout << "!!! WARNING" << G4endl; + G4cout + << "IRTDamageReactionModel::CalculateReactionTime will return infinity " + "for the reaction because the molecule " + << pMoleculeA->GetName() + << " does not have any reactants given in the reaction table." + << "This message can also result from a wrong implementation of the " + "reaction table." + << G4endl; + G4cout << "!!!!!!!!!!!!!!!!!!!!" << G4endl; + return -1; + } + const G4VTouchable* touchable = track.GetTouchable(); + if(touchable == nullptr) + { + return -1; + } + + const G4LogicalVolume* logicalVolume = + touchable->GetVolume()->GetLogicalVolume(); + const G4ThreeVector& globalPos_track = track.GetPosition(); + const G4ThreeVector& localPos = + touchable->GetHistory()->GetTopTransform().TransformPoint(globalPos_track); + + G4double D = pMoleculeA->GetDiffusionCoefficient(); + std::vector result_pv; + result_pv.clear(); + fpDNAGeometry->FindNearbyMolecules(logicalVolume, localPos, result_pv, + G4IRTUtils::GetRCutOff(100 * ns)); + + if(result_pv.empty()) + { + return -1; + } + for(const auto& physicalVolume : result_pv) + { + const G4Material* material = + physicalVolume->GetLogicalVolume()->GetMaterial(); + + G4MolecularConfiguration* dna_molConf = + G4DNAMolecularMaterial::Instance()->GetMolecularConfiguration(material); + auto it = + std::find(pReactantList->begin(), pReactantList->end(), dna_molConf); + if(it == pReactantList->end()) + { + continue; + } + + G4ThreeVector localPos_DNA = physicalVolume->GetTranslation(); + G4ThreeVector globalPos_DNA = + touchable->GetHistory()->GetTopTransform().Inverse().TransformPoint( + localPos_DNA); + G4double distance = (localPos_DNA - localPos).mag(); + + G4double distance2 = distance * distance; + auto reactionData = + G4DNAMolecularReactionTable::Instance()->GetReactionData(pMolConfA, + dna_molConf); + + G4double kobs = reactionData->GetObservedReactionRateConstant(); + G4double Reff = kobs / (4 * CLHEP::pi * D * CLHEP::Avogadro); + + if(distance2 < Reff * Reff) + { + fminTimeStep = 0.; + vp = physicalVolume; + } + else + { + G4double tempMinET = GetTimeToEncounter(pMolConfA, dna_molConf, distance); + if(tempMinET > G4Scheduler::Instance()->GetEndTime() || tempMinET < 0) + { + continue; + } + if(tempMinET >= fminTimeStep) + { + continue; + } + fminTimeStep = tempMinET; + vp = physicalVolume; + } + } + if(fminTimeStep > G4Scheduler::Instance()->GetLimitingTimeStep() && + fminTimeStep < G4Scheduler::Instance()->GetEndTime()) + { + fminTimeStep = G4Scheduler::Instance()->GetLimitingTimeStep(); + } + return fminTimeStep; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/OctreeNode.cc b/examples/extended/medical/dna/moleculardna/src/OctreeNode.cc new file mode 100644 index 0000000000..03940f5885 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/OctreeNode.cc @@ -0,0 +1,358 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#include "OctreeNode.hh" +#include "G4VPhysicalVolume.hh" +#include +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +OctreeNode::OctreeNode(G4ThreeVector position, G4ThreeVector halfLengths, + G4int maxContents, OctreeNode* parent) + : fPosition(std::move(position)) + , fHalfLengths(std::move(halfLengths)) + , fMaxContents(maxContents) + , fParent(parent) + , fChildren(std::array()) +{ + fHalfLengthsMag = fHalfLengths.mag(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +OctreeNode::~OctreeNode() +{ + // Delete children + for(auto& it : fChildren) + { + delete it; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const OctreeNode* OctreeNode::GetChildFromPosition( + const G4ThreeVector& pos) const +{ + G4ThreeVector localPosition = pos - fPosition; + + // Get the right child + // The scheme is defined by quadrant as follows: + // Zero is treated as positive + // X Y Z Index | X Y Z Index + // + + + 0 | - + + 4 + // + + - 1 | - + - 5 + // + - + 2 | - - + 6 + // + - - 3 | - - - 7 + int bit2 = (localPosition.getX() < 0) ? 4 : 0; + int bit1 = (localPosition.getY() < 0) ? 2 : 0; + int bit0 = (localPosition.getZ() < 0) ? 1 : 0; + return fChildren[bit0 + bit1 + bit2]; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// Non-const version of above function. Ugly but useful in this case +OctreeNode* OctreeNode::GetChildFromPosition(const G4ThreeVector& pos) +{ + G4ThreeVector localPosition = pos - fPosition; + + // Get the right child + // The scheme is defined by quadrant as follows: + // Zero is treated as positive + // X Y Z Index | X Y Z Index + // + + + 0 | - + + 4 + // + + - 1 | - + - 5 + // + - + 2 | - - + 6 + // + - - 3 | - - - 7 + int bit2 = (localPosition.getX() < 0) ? 4 : 0; + int bit1 = (localPosition.getY() < 0) ? 2 : 0; + int bit0 = (localPosition.getZ() < 0) ? 1 : 0; + int idx = bit0 + bit1 + bit2; + + assert(idx < (int) fChildren.size()); + return fChildren[idx]; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void OctreeNode::AddPhysicalVolume(G4VPhysicalVolume* pv) +{ + // Consider adding test for the validity of the PV position + if(this->HasChildren()) + { + OctreeNode* child = this->GetChildFromPosition(pv->GetTranslation()); + child->AddPhysicalVolume(pv); + } + else + { + // if there are fMaxContents elements in the bin, we need to split + // the bin before adding a new element. + if((G4int) fContents.size() == fMaxContents) + { + this->Split(); + this->AddPhysicalVolume(pv); + } + else + { + fContents.push_back(pv); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void OctreeNode::Split() +{ + G4ThreeVector hl = 0.5 * fHalfLengths; + G4double xp = fPosition.getX(); + G4double yp = fPosition.getY(); + G4double zp = fPosition.getZ(); + G4double xl = hl.getX(); + G4double yl = hl.getY(); + G4double zl = hl.getZ(); + G4ThreeVector newpos; + + // Construct children + newpos = G4ThreeVector(xp + xl, yp + yl, zp + zl); + fChildren[0] = new OctreeNode(newpos, hl, fMaxContents, this); + newpos = G4ThreeVector(xp + xl, yp + yl, zp - zl); + fChildren[1] = new OctreeNode(newpos, hl, fMaxContents, this); + newpos = G4ThreeVector(xp + xl, yp - yl, zp + zl); + fChildren[2] = new OctreeNode(newpos, hl, fMaxContents, this); + newpos = G4ThreeVector(xp + xl, yp - yl, zp - zl); + fChildren[3] = new OctreeNode(newpos, hl, fMaxContents, this); + newpos = G4ThreeVector(xp - xl, yp + yl, zp + zl); + fChildren[4] = new OctreeNode(newpos, hl, fMaxContents, this); + newpos = G4ThreeVector(xp - xl, yp + yl, zp - zl); + fChildren[5] = new OctreeNode(newpos, hl, fMaxContents, this); + newpos = G4ThreeVector(xp - xl, yp - yl, zp + zl); + fChildren[6] = new OctreeNode(newpos, hl, fMaxContents, this); + newpos = G4ThreeVector(xp - xl, yp - yl, zp - zl); + fChildren[7] = new OctreeNode(newpos, hl, fMaxContents, this); + + // Distribute contents to children + + for(int i = fContents.size() - 1; i >= 0; --i) + { + G4VPhysicalVolume* pv = fContents[i]; + OctreeNode* child = this->GetChildFromPosition(pv->GetTranslation()); + assert(child != this); + child->AddPhysicalVolume(pv); + } + fContents.clear(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +std::vector OctreeNode::GetContents() const +{ + if(this->HasChildren()) // if has sub-nodes + { + std::vector vec; + std::vector childCont; + for(auto it = fChildren.begin(); it != fChildren.end(); ++it) + { + childCont = (*it)->GetContents(); + for(auto jt = childCont.begin(); jt != childCont.end(); ++jt) + { + vec.push_back(*jt); + } + } + return vec; + } + else // if no sub-nodes + { + return fContents; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// Search for Octree nodes in a volume +const std::vector OctreeNode::SearchOctree( + const G4ThreeVector& pos, G4double _rad) const +{ + // Need to search based on absolute position of each volume rather than + // relative position, and maintain a list of candidate nodes and + // final nodes within the radius + + std::vector nodes; + std::vector candidates; + nodes.reserve(512); + candidates.reserve(512); + + if(this->HasChildren()) + { + for(auto it = this->GetChildren().begin(); it != this->GetChildren().end(); + it++) + { + candidates.push_back(*it); + } + } + else + { + candidates.push_back(this); + } + + const OctreeNode* aNode; + G4double d; + while(!candidates.empty()) + { + aNode = candidates.back(); + candidates.pop_back(); + d = (aNode->GetPosition() - pos).mag() - aNode->GetHalfLengthsMag(); + // if node within circle + if(d < _rad) + { + if(aNode->HasChildren()) + { + for(auto it = aNode->GetChildren().begin(); + it != aNode->GetChildren().end(); ++it) + { + candidates.push_back(*it); + } + } + else + { + nodes.push_back(aNode); + } + } + } + + // G4cout << "Found " << nodes.size() << " nodes" << G4endl; + + // Get the physical volumes + G4double r2 = _rad * _rad; + std::vector pvols; + for(auto it = nodes.begin(); it != nodes.end(); ++it) + { + std::vector conts = (*it)->GetContents(); + for(auto jt = conts.begin(); jt != conts.end(); ++jt) + { + if((pos - (*jt)->GetTranslation()).mag2() < r2) { + pvols.push_back((*jt));} + } + } + // G4cout << "Found " << pvols.size() << " candidates" << G4endl; + return pvols; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// Search for Octree nodes in a volume +void OctreeNode::SearchOctree(const G4ThreeVector& pos, + std::vector& out, + G4double _rad) const +{ + // Need to search based on absolute position of each volume rather than + // relative position, and maintain a list of candidate nodes and + // final nodes within the radius + + std::vector nodes; + std::vector candidates; + nodes.reserve(512); + candidates.reserve(512); + + if(this->HasChildren()) + { + for(auto it = this->GetChildren().begin(); it != this->GetChildren().end(); + ++it) + { + candidates.push_back(*it); + } + } + else + { + candidates.push_back(this); + } + + const OctreeNode* aNode; + G4double d; + while(!candidates.empty()) + { + aNode = candidates.back(); + candidates.pop_back(); + d = (aNode->GetPosition() - pos).mag() - aNode->GetHalfLengthsMag(); + // if node within circle + if(d < _rad) + { + if(aNode->HasChildren()) + { + for(auto it = aNode->GetChildren().begin(); + it != aNode->GetChildren().end(); it++) + { + candidates.push_back(*it); + } + } + else + { + nodes.push_back(aNode); + } + } + } + + // Get the physical volumes + G4double r2 = _rad * _rad; + for(auto it = nodes.begin(); it != nodes.end(); ++it) + { + std::vector conts = (*it)->GetContents(); + for(auto jt = conts.begin(); jt != conts.end(); ++jt) + { + if((pos - (*jt)->GetTranslation()).mag2() < r2) { + out.push_back((*jt));} + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const std::vector OctreeNode::SearchOctree( + const G4ThreeVector& pos) const +{ + const OctreeNode* child = GetChildFromPosition(pos); + return child->GetContents(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4int OctreeNode::GetNumberOfTerminalNodes() +{ + if(!this->HasChildren()) { + return 1; +} + // sum the number of nodes of each child + G4int n = 0; + for(auto it = this->GetChildren().begin(); it != this->GetChildren().end(); + ++it) + { + n = n + (*it)->GetNumberOfTerminalNodes(); + } + + return n; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/ParallelWorldPhysics.cc b/examples/extended/medical/dna/moleculardna/src/ParallelWorldPhysics.cc new file mode 100644 index 0000000000..7375ca35c8 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/ParallelWorldPhysics.cc @@ -0,0 +1,94 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: ParallelWorldPhysics.cc +/// brief: G4ParallelWorldPhysics, but without application to molecular species + +#include "ParallelWorldPhysics.hh" +#include "G4ParticleDefinition.hh" +#include "G4ProcessManager.hh" +#include "G4TransportationManager.hh" +#include "G4ParallelWorldProcess.hh" +#include "G4PhysicsConstructorFactory.hh" +// +G4_DECLARE_PHYSCONSTR_FACTORY(ParallelWorldPhysics); + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ParallelWorldPhysics::ParallelWorldPhysics(const G4String& name, + G4bool layeredMass) + : G4VPhysicsConstructor(name) + , fLayeredMass(layeredMass) +{ + // ctor +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ParallelWorldPhysics::~ParallelWorldPhysics() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ParallelWorldPhysics::ConstructParticle() +{ + // stub +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ParallelWorldPhysics::ConstructProcess() +{ + // Make sure the parallel world registered + G4TransportationManager::GetTransportationManager()->GetParallelWorld( + namePhysics); + + // Add parallel world process//why do we need this + auto theParallelWorldProcess = new G4ParallelWorldProcess(namePhysics); + theParallelWorldProcess->SetParallelWorld(namePhysics); + theParallelWorldProcess->SetLayeredMaterialFlag(fLayeredMass); + + auto particleIterator = GetParticleIterator(); + particleIterator->reset(); + + while((*particleIterator)()) + { + G4ParticleDefinition* particle = particleIterator->value(); + if(!particle->IsShortLived() && particle->GetParticleType() != "Molecule" + && theParallelWorldProcess->IsApplicable(*particle)) + { + G4ProcessManager* pmanager = particle->GetProcessManager(); + pmanager->AddProcess(theParallelWorldProcess); + if(theParallelWorldProcess->IsAtRestRequired(particle)) + { + pmanager->SetProcessOrdering(theParallelWorldProcess, idxAtRest, 9900); + } + pmanager->SetProcessOrderingToSecond(theParallelWorldProcess, + idxAlongStep); + pmanager->SetProcessOrdering(theParallelWorldProcess, idxPostStep, 9900); + } + } +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/PhysicsList.cc b/examples/extended/medical/dna/moleculardna/src/PhysicsList.cc new file mode 100644 index 0000000000..09da5cba95 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/PhysicsList.cc @@ -0,0 +1,91 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file PhysicsList.cc +/// \brief Implementation of the PhysicsList class + +#include "PhysicsList.hh" +#include "G4SystemOfUnits.hh" +#include "ParallelWorldPhysics.hh" +#include "G4EmDNAPhysics.hh" +#include "G4EmDNAPhysics_option2.hh" +#include "G4EmDNAPhysics_option4.hh" +#include "G4EmDNAPhysics_option6.hh" + +#include "G4DecayPhysics.hh" +#include "G4RadioactiveDecayPhysics.hh" + +#include "ChemistryList.hh" +#include "G4EmParameters.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PhysicsList::PhysicsList(const G4int& phylist) + : G4VModularPhysicsList() +{ + SetDefaultCutValue(1.0 * micrometer); + SetVerboseLevel(1); + + UseCoupledTransportation(); + + if(phylist == 0) + { + RegisterPhysics(new G4EmDNAPhysics()); + } + else if(phylist == 2) + { + RegisterPhysics(new G4EmDNAPhysics_option2()); + } + else if(phylist == 4) + { + RegisterPhysics(new G4EmDNAPhysics_option4()); + } + else if(phylist == 6) + { + RegisterPhysics(new G4EmDNAPhysics_option6()); + } + else + { + G4ExceptionDescription errmsg; + errmsg << "Recommend to option 2, 4, 6 or default" << G4endl; + G4Exception("PhysicsList::PhysicsList", "", FatalException, errmsg); + } + RegisterPhysics(new G4DecayPhysics()); + RegisterPhysics(new G4RadioactiveDecayPhysics()); + + RegisterPhysics(new ParallelWorldPhysics("DNAWorld", true)); + + RegisterPhysics(new ChemistryList()); + + G4ProductionCutsTable::GetProductionCutsTable()->SetEnergyRange(100 * eV, + 1 * GeV); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PhysicsList::~PhysicsList() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/dna/management/src/G4DNAReactionTypeManager.cc b/examples/extended/medical/dna/moleculardna/src/PlacementVolumeInfo.cc similarity index 62% rename from source/processes/electromagnetic/dna/management/src/G4DNAReactionTypeManager.cc rename to examples/extended/medical/dna/moleculardna/src/PlacementVolumeInfo.cc index 32e6002307..934593ba48 100644 --- a/source/processes/electromagnetic/dna/management/src/G4DNAReactionTypeManager.cc +++ b/examples/extended/medical/dna/moleculardna/src/PlacementVolumeInfo.cc @@ -23,50 +23,40 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +/// file:PlacementVolumeInfo.cc +/// brief: +#include +#include "PlacementVolumeInfo.hh" +#include "OctreeNode.hh" +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include "G4DNAReactionTypeManager.hh" -#include "G4VReactionType.hh" - -G4DNAReactionTypeManager::G4DNAReactionTypeManager() - : G4VReactionTypeManager() +PlacementVolumeInfo::PlacementVolumeInfo(OctreeNode* octree, + OctreeNode* histoneoctree, + std::map chainbps) + : fpOctree(octree) + , fpHistoneOctree(histoneoctree) + , fBasePairsInChain(std::move(chainbps)) {} -G4DNAReactionTypeManager::~G4DNAReactionTypeManager() +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int64_t PlacementVolumeInfo::GetPairsOnChain(G4int idx) const { - Clear(); + if(fBasePairsInChain.find(idx) == fBasePairsInChain.end()) { + return 0; + } else { + return fBasePairsInChain.at(idx);} } -void G4DNAReactionTypeManager::Clear() -{ - for(auto it : fReactionTypeTable) - { - if(it.second != nullptr) - { - delete it.second; - it.second = nullptr; - } - } - fReactionTypeTable.clear(); -} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void G4DNAReactionTypeManager::SetReactionTypeTable(G4VReactionType* process) +int64_t PlacementVolumeInfo::GetTotalBasePairs() const { - G4int index = fReactionTypeTable.size(); - fReactionTypeTable[index] = process; -} - -const ReactionTypeTable* G4DNAReactionTypeManager::GetReactionTypeTable() const -{ - return &fReactionTypeTable; -} - -void G4DNAReactionTypeManager::SetTypeTableByID(std::map byIDMap) -{ - fReactionTypeByID = byIDMap; -} - -ReactionType G4DNAReactionTypeManager::GetReactionTypeByID(ReactionID iD) -{ - return fReactionTypeByID[iD]; -} + int64_t count = 0; + for(auto it : fBasePairsInChain) + { + count += it.second; + } + return count; +} \ No newline at end of file diff --git a/examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorAction.cc b/examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorAction.cc new file mode 100644 index 0000000000..2fbda2a0e8 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorAction.cc @@ -0,0 +1,53 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file PrimaryGeneratorAction.cc +/// \brief Primary Generator for Molecular DNA simulation + +#include "PrimaryGeneratorAction.hh" + +#include "G4GeneralParticleSource.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::PrimaryGeneratorAction() + : G4VUserPrimaryGeneratorAction() +{ + fParticleGun = new G4GeneralParticleSource(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() { delete fParticleGun; } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) +{ + fParticleGun->GeneratePrimaryVertex(anEvent); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/RodChromosome.cc b/examples/extended/medical/dna/moleculardna/src/RodChromosome.cc new file mode 100644 index 0000000000..6b17c8c159 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/RodChromosome.cc @@ -0,0 +1,133 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: RodChromosome.cc +/// brief: Implementation of virt chromosome class for rod chromosomes + +#include + +#include "RodChromosome.hh" +#include "Randomize.hh" +#include "G4RandomDirection.hh" +#include "G4PhysicalConstants.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const G4String RodChromosome::fShape = "rod"; + +RodChromosome::RodChromosome(const G4String& name, G4ThreeVector pos, + const G4double& radius, const G4double& height) + : VirtualChromosome(name) + , fCenter(std::move(pos)) + , fRadius(radius) + , fHeight(height) + , fRotation(G4RotationMatrix()) +{ + fInverseRotation = fRotation.inverse(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RodChromosome::RodChromosome(const G4String& name, G4ThreeVector pos, + const G4double& radius, const G4double& height, + G4RotationMatrix rot) + : VirtualChromosome(name) + , fCenter(std::move(pos)) + , fRadius(radius) + , fHeight(height) + , fRotation(std::move(rot)) +{ + fInverseRotation = fRotation.inverse(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RodChromosome::~RodChromosome() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool RodChromosome::PointInChromosome(G4ThreeVector const& pos) +{ + G4ThreeVector rpos = pos - fCenter; + rpos = fInverseRotation(rpos); + + // in the cylinder? + bool height_ok; + bool radius_ok; + G4double height; + G4double rad2; + + height = std::abs(rpos.getZ()); + rad2 = rpos.getX() * rpos.getX() + rpos.getY() * rpos.getY(); + + height_ok = (height < fHeight); + radius_ok = (rad2 < (fRadius * fRadius)); + + G4bool in_cylinder = height_ok && radius_ok; + // in the circles at each end? + G4ThreeVector pos1 = rpos - G4ThreeVector(0, 0, height); + G4bool in_sphere1 = (pos1.mag2() < (fRadius * fRadius)); + G4ThreeVector pos2 = rpos + G4ThreeVector(0, 0, height); + G4bool in_sphere2 = (pos2.mag2() < (fRadius * fRadius)); + + return (in_cylinder || in_sphere1 || in_sphere2); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +// NOTE: Not uniformly random +G4ThreeVector RodChromosome::RandomPointInChromosome() +{ + G4ThreeVector point; + if(G4UniformRand() < 0.5) + { + // in cylinder + G4double z = 2 * (G4UniformRand() - 0.5) * fHeight; + G4double theta = twopi * G4UniformRand(); + G4double r = fRadius * std::pow(G4UniformRand(), 0.5); + G4double x = r * std::cos(theta); + G4double y = r * std::sin(theta); + point = G4ThreeVector(x, y, z); + } + else + { + // in spheres + point = fRadius * std::pow(G4UniformRand(), 0.5) * G4RandomDirection(); + if(point.getZ() < 0) + { + // bottom half + point.setZ(point.getZ() - fHeight); + } + else + { + // top half + point.setZ(point.getZ() + fHeight); + } + } + return fRotation(point) + fCenter; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/microyz/src/EventAction.cc b/examples/extended/medical/dna/moleculardna/src/RunAction.cc similarity index 75% rename from examples/extended/medical/dna/microyz/src/EventAction.cc rename to examples/extended/medical/dna/moleculardna/src/RunAction.cc index d0343b7060..724806fa30 100644 --- a/examples/extended/medical/dna/microyz/src/EventAction.cc +++ b/examples/extended/medical/dna/moleculardna/src/RunAction.cc @@ -23,39 +23,46 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// This example is provided by the Geant4-DNA collaboration -// Any report or published results obtained using the Geant4-DNA software -// shall cite the following Geant4-DNA collaboration publications: -// Phys. Med. 31 (2015) 861-874 -// Med. Phys. 37 (2010) 4692-4708 -// The Geant4-DNA web site is available at http://geant4-dna.org -// -/// \file EventAction.cc -/// \brief Implementation of the EventAction class +/// \file PrimaryGeneratorAction.hh +/// \brief Header file for Primary Generator for Molecular DNA simulation +/// file: +/// brief: +#include "RunAction.hh" +#include "AnalysisManager.hh" -#include "EventAction.hh" - -#include "G4Event.hh" +#include "G4RootAnalysisManager.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -EventAction::EventAction() -: G4UserEventAction() +RunAction::RunAction(AnalysisManager* man) + : G4UserRunAction() + , fAnalysisManager(man) {} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -EventAction::~EventAction() -{} +RunAction::~RunAction() = default; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void EventAction::BeginOfEventAction(const G4Event*) -{} +void RunAction::BeginOfRunAction(const G4Run*) +{ + if(G4Threading::IsMultithreadedApplication() && IsMaster()) + { + return; + } + fAnalysisManager->Initialize(); +} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void EventAction::EndOfEventAction(const G4Event*) -{} +void RunAction::EndOfRunAction(const G4Run*) +{ + if(G4Threading::IsMultithreadedApplication() && IsMaster()) + { + return; + } + fAnalysisManager->Close(); +} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/SphericalChromosome.cc b/examples/extended/medical/dna/moleculardna/src/SphericalChromosome.cc new file mode 100644 index 0000000000..23c62a9791 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/SphericalChromosome.cc @@ -0,0 +1,95 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: SphericalChromosome.cc +/// brief: Implementation of virt chromosome class for Spherical chromosomes + +#include + +#include "SphericalChromosome.hh" +#include "Randomize.hh" +#include "G4RandomDirection.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const G4String SphericalChromosome::fShape = "sphere"; + +SphericalChromosome::SphericalChromosome(const G4String& name, + G4ThreeVector pos, + const G4double& radius) + : VirtualChromosome(name) + , fCenter(std::move(pos)) + , fRadius(radius) + , fRotation(G4RotationMatrix()) +{ + fInverseRotation = fRotation.inverse(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SphericalChromosome::SphericalChromosome(const G4String& name, + G4ThreeVector pos, + const G4double& radius, + G4RotationMatrix rot) + : VirtualChromosome(name) + , fCenter(std::move(pos)) + , fRadius(radius) + , fRotation(std::move(rot)) +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SphericalChromosome::~SphericalChromosome() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4bool SphericalChromosome::PointInChromosome(G4ThreeVector const& pos) +{ + G4ThreeVector rpos = pos - fCenter; + rpos = fInverseRotation(rpos); + G4bool radius_ok = (rpos.mag2() < fRadius * fRadius); + return radius_ok; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4ThreeVector SphericalChromosome::RandomPointInChromosome() +{ + G4ThreeVector point = fRadius * G4UniformRand() * G4RandomDirection(); + return fRotation(point) + fCenter; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SphericalChromosome::Print() +{ + G4cout << "type: " << fShape << G4endl; + G4cout << "radius: " << fRadius << G4endl; + G4cout << "center: " << fCenter << G4endl; + G4cout << "rotation: " << fRotation.getPhi() << " " << fRotation.getTheta() + << " " << fRotation.getPhi() << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/StackingAction.cc b/examples/extended/medical/dna/moleculardna/src/StackingAction.cc new file mode 100644 index 0000000000..7bad284cf0 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/StackingAction.cc @@ -0,0 +1,54 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: StackingAction.cc +/// brief: Implementation of the User Stacking Action + +#include "StackingAction.hh" +#include "G4StackManager.hh" +#include "G4DNAChemistryManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +StackingAction::StackingAction() + : G4UserStackingAction() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +StackingAction::~StackingAction() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void StackingAction::NewStage() +{ + if(stackManager->GetNTotalTrack() == 0) + { + G4DNAChemistryManager::Instance()->Run(); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file diff --git a/examples/extended/medical/dna/moleculardna/src/SteppingAction.cc b/examples/extended/medical/dna/moleculardna/src/SteppingAction.cc new file mode 100644 index 0000000000..b5a11f0ed1 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/SteppingAction.cc @@ -0,0 +1,267 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file:SteppingAction.cc +/// brief: +#include "SteppingAction.hh" + +#include "EventAction.hh" +#include "DetectorConstruction.hh" +#include "DNAGeometry.hh" +#include "DNAHit.hh" +#include "UtilityFunctions.hh" +#include "ChromosomeMapper.hh" +#include "OctreeNode.hh" +#include "PlacementVolumeInfo.hh" + +#include "G4VPhysicalVolume.hh" +#include "G4LogicalVolume.hh" +#include "G4ThreeVector.hh" +#include "G4AffineTransform.hh" +#include "G4StepPoint.hh" +#include "G4VTouchable.hh" +#include "Randomize.hh" + +#include "G4RunManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::SteppingAction(EventAction* evt) + : G4UserSteppingAction() + , fEventAction(evt) +{ + const auto* det = dynamic_cast( + G4RunManager::GetRunManager()->GetUserDetectorConstruction()); + + fDNAGeometry = det->GetDNAGeometry(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::~SteppingAction() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::UserSteppingAction(const G4Step* aStep) +{ + G4double edep = aStep->GetTotalEnergyDeposit(); + if(edep == 0) + return; + + // Work out if we are in the Logical volume assigned to DNA + const G4VTouchable* touch = aStep->GetPreStepPoint()->GetTouchable(); + + // remember the chem volume is the "real" volume. + G4LogicalVolume* dnaVol = fDNAGeometry->GetDNAChemVolumePointer(); + G4int depth = touch->GetHistoryDepth(); + G4bool isInDNARegion = false; + + if(depth >= 0) + { + fEventAction->AddCellEdep(edep); // dousatsu + } + + while((depth >= 0) && !isInDNARegion) + { + if(touch->GetVolume(depth) != nullptr) + { + isInDNARegion = isInDNARegion || + (touch->GetVolume(depth)->GetLogicalVolume() == dnaVol); + } + else + { + G4cout << "Null pointer volume in mother with depth of " + << touch->GetHistoryDepth() << " looking for volume at depth " + << depth << G4endl; + assert(depth < 0); + } + depth--; + } + + if(isInDNARegion) + { + ProcessDNARegionHit(aStep); + } + + G4ThreeVector prepos = aStep->GetPreStepPoint()->GetPosition(); + if(fDNAGeometry->GetChromosomeMapper()->GetChromosome(prepos) != nullptr) + { + DoChromosomeRegionHit(prepos, edep, false); + } + + if(aStep->GetTrack()->GetTrackID() == 1) + { + fEventAction->SetPrimStopPos(prepos); + G4double tl = aStep->GetStepLength(); + fEventAction->AddTrackLengthCell(tl); + if(fDNAGeometry->GetChromosomeMapper()->GetChromosome(prepos) != nullptr) + { + fEventAction->AddTrackLengthChro(tl); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::ProcessDNARegionHit(const G4Step* aStep) +{ + G4double edep = aStep->GetTotalEnergyDeposit(); + const G4VTouchable* touch = aStep->GetPreStepPoint()->GetTouchable(); + G4ThreeVector pos = + aStep->GetPreStepPoint()->GetPosition() + + G4UniformRand() * (aStep->GetPostStepPoint()->GetPosition() - + aStep->GetPreStepPoint()->GetPosition()); + G4VPhysicalVolume* pv = aStep->GetPreStepPoint()->GetPhysicalVolume(); + G4LogicalVolume* lv = pv->GetLogicalVolume(); + + std::vector molvec; + OctreeNode* parentNode; + G4AffineTransform transform = touch->GetHistory()->GetTopTransform(); + parentNode = fDNAGeometry->GetTopOctreeNode(lv); + if(parentNode == nullptr) + { // See if parent has an octree. + parentNode = fDNAGeometry->GetTopOctreeNode(pv->GetMotherLogical()); + if(parentNode != nullptr) + { // If mother is a node, update it to be the PV also + // These methods are unsafe if the pv is the top volume so they + // need to be in this if statement. + // lv = pv->GetMotherLogical(); + pv = touch->GetVolume(1); + transform = + touch->GetHistory()->GetTransform(touch->GetHistoryDepth() - 1); + } + } + + G4ThreeVector localPos = transform.TransformPoint(pos); + + if(parentNode != nullptr) + { // Get Molecule Vector + molvec = parentNode->SearchOctree( + localPos, fDNAGeometry->GetDirectInteractionRange()); + } + + // debug output for finding logical volumes. + if(fDNAGeometry->GetVerbosity() > 1) + { + if(parentNode != nullptr) + { + G4String lvname = pv->GetLogicalVolume()->GetName(); + G4cout << "Found octree for logical volume: " << lvname << G4endl; + } + else + { + // Don't bother doing error printouts if the particle + // is at the DNA mother volume level. + // Remember the Chemistry Volume is the "real" world + if(pv->GetLogicalVolume() != fDNAGeometry->GetDNAChemVolumePointer()) + { + G4String lvname = pv->GetLogicalVolume()->GetName(); + G4String motherlvname; + if(lv) + motherlvname = lv->GetName(); + G4cout << "Could not find octree for logical volume." << G4endl + << "Particle in LV: " << lvname + << ", with mother LV: " << motherlvname << G4endl; + } + } + } + + if(!molvec.empty()) + { + // NOTE: This loop can be optimised to avoid checking pairs twice + G4VPhysicalVolume* closest = molvec[0]; + G4double dist = (closest->GetTranslation() - localPos).mag(); + if(molvec.size() > 1) + { + G4double newdist; + for(auto it = molvec.begin() + 1; it != molvec.end(); it++) + { + newdist = ((*it)->GetTranslation() - localPos).mag(); + if(newdist < dist) + { + dist = newdist; + closest = (*it); + } + } + } + G4bool isDNAHit = (dist < fDNAGeometry->GetDirectInteractionRange()); + if(isDNAHit) + { + DoChromosomeDNAHit(pos, localPos, edep, dist, closest->GetName(), + pv->GetName()); + DoChromosomeRegionHit(pos, edep, true); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::DoChromosomeRegionHit(const G4ThreeVector& pos, + const G4double& edep, + const G4bool& dnahit) +{ + // TODO: chromosome should probably be based on position of center of + // parent volume, not of current pos + G4String chromosome = + fDNAGeometry->GetChromosomeMapper()->GetCurrentChromosomeKey(pos); + if(!(chromosome.empty())) + { + fEventAction->AddChromosomeEdep(chromosome, edep, dnahit); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::DoChromosomeDNAHit( + const G4ThreeVector& pos, const G4ThreeVector& localPos, const G4double& edep, + const G4double& dist, const G4String& pvName, const G4String& motherName) +{ + G4int placementIdx = std::stoi(utility::split(motherName, '-').at(1)); + std::vector pvNameVec = utility::split(pvName, '-'); + molecule mol = utility::GetMoleculeEnum(pvNameVec.at(0)); + G4int chainIdx = std::stoi(pvNameVec.at(1)); + G4int strandIdx = std::stoi(pvNameVec.at(2)); + int64_t baseIdx = std::stoll(pvNameVec.at(3)); + + // Convert to local chain and base index + chainIdx = fDNAGeometry->GetGlobalChain(placementIdx, chainIdx); + baseIdx += fDNAGeometry->GetStartIdx(placementIdx, chainIdx); + + if(fDNAGeometry->GetStrandsFlipped(placementIdx)) + { + strandIdx = (strandIdx + 1) % 2; + } + G4String chromosome = + fDNAGeometry->GetChromosomeMapper()->GetCurrentChromosomeKey(pos); + const DNAHit* dnaHit = + new DNAHit(mol, placementIdx, chainIdx, strandIdx, baseIdx, pos, localPos, + edep, dist, chromosome); + + fEventAction->AddDNAHit(dnaHit); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/medical/dna/moleculardna/src/TimeStepAction.cc b/examples/extended/medical/dna/moleculardna/src/TimeStepAction.cc new file mode 100644 index 0000000000..0a50d4a92f --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/TimeStepAction.cc @@ -0,0 +1,159 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// +#include "TimeStepAction.hh" +#include "EventAction.hh" +#include "DetectorConstruction.hh" +#include "DNAGeometry.hh" +#include "DNAHit.hh" +#include "ChromosomeMapper.hh" +#include "OctreeNode.hh" +#include "G4RunManager.hh" +#include "G4Molecule.hh" +#include "G4DNAMolecularReactionTable.hh" +#include "G4ITTrackHolder.hh" +#include "G4ITTrackingManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +TimeStepAction::TimeStepAction(EventAction* event) + : G4UserTimeStepAction() + , fEventAction(event) + , fRadicalKillDistance(4.5 * nm) + , fpChemistryTrackHolder(G4ITTrackHolder::Instance()) +{ + AddTimeStep(1 * picosecond, 0.5 * nanosecond); + // ctor +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +TimeStepAction::~TimeStepAction() = default; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void TimeStepAction::StartProcessing() +{ + auto det = dynamic_cast( + G4RunManager::GetRunManager()->GetUserDetectorConstruction()); + fDNAGeometry = det->GetDNAGeometry(); + if(fDNAGeometry == nullptr) + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "fDNAGeometry is null"; + G4Exception("TimeStepAction" + "StartProcessing", + "no fDNAGeometry", FatalException, exceptionDescription); + } + + fRadicalKillDistance = fDNAGeometry->GetRadicalKillDistance(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void TimeStepAction::UserPostTimeStepAction() { RadicalKillDistance(); } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void TimeStepAction::UserPreTimeStepAction() {} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void TimeStepAction::UserReactionAction(const G4Track&, const G4Track&, + const std::vector*) +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void TimeStepAction::RadicalKillDistance() +{ + if(fpChemistryTrackHolder == nullptr) + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "fpChemistryTrackHolder is null"; + G4Exception("TimeStepAction" + "RadicalKillDistance", + "NO_fpChemistryTrackHolder", FatalException, + exceptionDescription); + } + G4Track* trackToKill; + G4TrackManyList::iterator it_begin = + fpChemistryTrackHolder->GetMainList()->begin(); + G4TrackManyList::iterator it_end = + fpChemistryTrackHolder->GetMainList()->end(); + while(it_begin != it_end) + { + trackToKill = nullptr; + + const G4VTouchable* touchable = it_begin->GetTouchable(); + if(touchable == nullptr) + { + ++it_begin; + continue; + } + + G4LogicalVolume* trackLV = touchable->GetVolume()->GetLogicalVolume(); + G4LogicalVolume* motherLV = touchable->GetVolume()->GetMotherLogical(); + + OctreeNode* octree_track = fDNAGeometry->GetTopOctreeNode(trackLV); + OctreeNode* octree_mother = fDNAGeometry->GetTopOctreeNode(motherLV); + + if((octree_track == nullptr) && (octree_mother == nullptr)) + { + trackToKill = *it_begin; + } + else if(octree_track != nullptr) + { + const G4AffineTransform& trans = + it_begin->GetTouchable()->GetHistory()->GetTopTransform(); + G4ThreeVector pos = trans.TransformPoint(it_begin->GetPosition()); + size_t n = octree_track->SearchOctree(pos, fRadicalKillDistance).size(); + if(n == 0) + { + trackToKill = *it_begin; + } + if(fDNAGeometry->IsInsideHistone(trackLV, pos)) + { + trackToKill = *it_begin; + } + } + else + { + const G4AffineTransform& trans = + it_begin->GetTouchable()->GetHistory()->GetTopTransform(); + G4ThreeVector pos = trans.TransformPoint(it_begin->GetPosition()); + if(fDNAGeometry->IsInsideHistone(trackLV, pos)) + { + trackToKill = *it_begin; + } + } + ++it_begin; + if(trackToKill != nullptr) + { + fpChemistryTrackHolder->PushToKill(trackToKill); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/UtilityFunctions.cc b/examples/extended/medical/dna/moleculardna/src/UtilityFunctions.cc new file mode 100644 index 0000000000..680bd792ca --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/UtilityFunctions.cc @@ -0,0 +1,150 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +#include "UtilityFunctions.hh" + +#include +#include + +#ifdef WIN32 +#include +#else +#include +#endif + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +namespace utility +{ + std::vector& split(const G4String& str, char delim, + std::vector& elems) + { + std::stringstream ss(str); + std::string item; + while(std::getline(ss, item, delim)) + { + if(!item.empty()) + elems.push_back((G4String) item); + } + return elems; + } + + std::vector split(const G4String& str, char delim) + { + std::vector elems; + split(str, delim, elems); + return elems; + } + + // return element ii + G4String get_seperated_element(const G4String& str, char delim, G4int ii) + { + G4int delims = 0; + G4String ss; + for(char c : str) + { + if(delims > ii) { + return ss;} + if(c == delim) { + delims++; + } else if(delims == ii) { + ss += c;} + } + return ss; + } + + // return first four strings + std::array get_four_elements(const G4String& str, char delim) + { + G4int delims = 0; + std::array arr; + for(char c : str) + { + if(delims >= 4) + return arr; + if(c == delim) + delims++; + else + arr.at(delims) += c; + } + return arr; + } + + bool path_exists(const G4String& fname) + { + if(FILE* file = std::fopen(fname, "r")) + { + fclose(file); + return true; + } + else + { + return false; + } + } + + // Memory safe multi-platform getcwd + // http://stackoverflow.com/questions/2869594/ + [[maybe_unused]] G4String getcwd() + { + const size_t chunkSize = 255; + const int maxChunks = 10240; // 2550 KiBs of current path is plenty + + char stackBuffer[chunkSize]; // Stack buffer for the "normal" case + if(::getcwd(stackBuffer, sizeof(stackBuffer)) != NULL) + return stackBuffer; + if(errno != ERANGE) + { + // It's not ERANGE, so we don't know how to handle it + throw std::runtime_error("Cannot determine the current path."); + // Of course you may choose a different error reporting method + } + // Ok, the stack buffer isn't long enough; fallback to heap allocation + for(int chunks = 2; chunks < maxChunks; chunks++) + { + // With boost use scoped_ptr; in C++0x, use unique_ptr + // If you want to be less C++ but more efficient + // you may want to use realloc + std::unique_ptr cwd(new char[chunkSize * chunks]); + if(::getcwd(cwd.get(), chunkSize * chunks) != NULL) + return cwd.get(); + if(errno != ERANGE) + { + // It's not ERANGE, so we don't know how to handle it + throw std::runtime_error("Cannot determine the current path."); + // Of course you may choose a different error reporting method + } + } + throw std::runtime_error("Cannot determine the current path; the path is " + "apparently unreasonably long"); + } + + G4double min(const G4ThreeVector& v) + { + return std::min(std::min(v.x(), v.y()), v.z()); + } +} // namespace utility + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/VirtualChromosome.cc b/examples/extended/medical/dna/moleculardna/src/VirtualChromosome.cc new file mode 100644 index 0000000000..2264ae39e5 --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/src/VirtualChromosome.cc @@ -0,0 +1,56 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +#include + +#include "VirtualChromosome.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +VirtualChromosome::VirtualChromosome(G4String name) + : fName(std::move(name)) +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4String VirtualChromosome::Plot() +{ + G4String str = ""; + for(int ii = 0; ii != 2000; ++ii) + { + G4ThreeVector point = RandomPointInChromosome(); + str += GetName(); + str += " "; + str += point.getX(); + str += " "; + str += point.getY(); + str += " "; + str += point.getZ(); + str += "\n"; + } + return str; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/vis.mac b/examples/extended/medical/dna/moleculardna/vis.mac new file mode 100644 index 0000000000..1a3ab8a20a --- /dev/null +++ b/examples/extended/medical/dna/moleculardna/vis.mac @@ -0,0 +1,81 @@ +# Macro file for the visualization setting for the initialization phase +# + +# Use these open statements to open selected visualization +# +# Use this open statement to create an OpenGL view: +/vis/open OGLSQt +# +# Use this open statement to create an OpenInventor view: +#/vis/open OIX +# +# Use this open statement to create a .prim file suitable for +# viewing in DAWN: +#/vis/open DAWNFILE +# +# Use this open statement to create a .heprep file suitable for +# viewing in HepRApp: +#/vis/open HepRepFile +# +# Use this open statement to create a .wrl file suitable for +# viewing in a VRML viewer: +#/vis/open VRML2FILE +# +# Disable auto refresh and quieten vis messages whilst scene and +# trajectories are established: +/vis/viewer/set/autoRefresh false +/vis/verbose errors +# +# Draw geometry: +/vis/drawVolume DNAWorld +# +# Specify view angle: +/vis/viewer/set/viewpointThetaPhi 90. 180. +# +# Specify zoom value: +/vis/viewer/zoom 1.4 +# +# Specify style (surface, wireframe, auxiliary edges,...) +#/vis/viewer/set/style wireframe +#/vis/viewer/set/auxiliaryEdge true +#/vis/viewer/set/lineSegmentsPerCircle 100 +# +# Draw coordinate axes: +#/vis/scene/add/axes 0 0 0 50 nm +# +# Draw smooth trajectories at end of event, showing trajectory points +# as markers 2 pixels wide: +/vis/scene/add/trajectories smooth +/vis/modeling/trajectories/create/drawByCharge +/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true +/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2 +# (if too many tracks cause core dump => /tracking/storeTrajectory 0) +# +# Draw hits at end of event: +/vis/scene/add/hits +# +# To draw only gammas: +#/vis/filtering/trajectories/create/particleFilter +#/vis/filtering/trajectories/particleFilter-0/add gamma +# +# To invert the above, drawing all particles except gammas, +# keep the above two lines but also add: +#/vis/filtering/trajectories/particleFilter-0/invert true +# +# Many other options are available with /vis/modeling and /vis/filtering. +# For example, to select colour by particle ID: +#/vis/modeling/trajectories/create/drawByParticleID +#/vis/modeling/trajectories/drawByParticleID-0/default/setDrawStepPts true +# To select or override default colours (note: e+ is blue by default): +#/vis/modeling/trajectories/list +#/vis/modeling/trajectories/drawByParticleID-0/set e+ yellow +# +# To superimpose all of the events from a given run: +/vis/scene/endOfEventAction accumulate +# +# Re-establish auto refreshing and verbosity: +/vis/viewer/set/autoRefresh true +/vis/verbose warnings +# +# For file-based drivers, use this to create an empty detector view: +#/vis/viewer/flush diff --git a/examples/extended/medical/dna/neuron/History b/examples/extended/medical/dna/neuron/History index 53e3551c52..d6a491b89b 100644 --- a/examples/extended/medical/dna/neuron/History +++ b/examples/extended/medical/dna/neuron/History @@ -1,10 +1,16 @@ +# Example neuron History - ========================================================= - Geant4 - neuron example - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Package History file - -------------------- + +## 2021-12-10 Ben Morgan (neuron-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06 Oct 2021 I. Hrivnacova - tag neuron-V10-07-03 - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/neuron/neuron.out b/examples/extended/medical/dna/neuron/neuron.out index d9d6ba141b..95a5751626 100644 --- a/examples/extended/medical/dna/neuron/neuron.out +++ b/examples/extended/medical/dna/neuron/neuron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -72,6 +72,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -110,6 +114,7 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -127,7 +132,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -137,8 +142,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -228,10 +234,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -264,10 +270,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI @@ -301,10 +307,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -314,6 +320,7 @@ hBrems: for proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -337,12 +344,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -353,10 +360,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -370,10 +377,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -383,6 +390,7 @@ hBrems: for anti_proton XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for anti_proton XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -402,10 +410,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -415,6 +423,7 @@ hBrems: for kaon+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -434,10 +443,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -447,6 +456,7 @@ hBrems: for kaon- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for kaon- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -466,25 +476,25 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -499,25 +509,25 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -532,10 +542,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -545,6 +555,7 @@ hBrems: for pi+ XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -564,10 +575,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -577,6 +588,7 @@ hBrems: for pi- XStype:1 SubType=3 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied hPairProd: for pi- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -592,9 +604,9 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 eCoulombScattering : Emin= 0 eV Emax= 100 TeV G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -End of tracking primary particle, its final energy is :3.47619 GeV +End of tracking primary particle, its final energy is :3.47476 GeV Physics stage ends -End of tracking primary particle, its final energy is :3.47489 GeV +End of tracking primary particle, its final energy is :3.4755 GeV Physics stage ends ======= The summary of simulation results 'neuron' ======== @@ -602,24 +614,21 @@ Physics stage ends Primary particle = C12 Kinetic energy of beam = 3480 A*MeV Particle traversals the neuron = 0 of 2 - Full LET of beam as formulas = 12.865 keV/um - Mean LET of beam as simulation = 10.226 +- 1.3333 keV/um - Mean track length of beam = 425.5 +- 0.029302 um + Full LET of beam as formulas = 12.827 keV/um + Mean LET of beam as simulation = 11.408 +- 0.5129 keV/um + Mean track length of beam = 401.57 +- 0.0053246 um Particle fluence = 383.66 particles/cm^2 - Fluence dose (full) = 7.9081e-06 Gy - Fluence dose ber beam = 3.954e-06 Gy + Fluence dose (full) = 7.8848e-06 Gy + Fluence dose ber beam = 3.9424e-06 Gy List of generated physical process: - eBrem= 1 - eIoni= 735 - ionIoni= 531 - msc= 2239 - phot= 1 + eIoni= 4197 + ionIoni= 2630 + msc= 6618 List of generated particles outside neuron structure: - e- : 630 Emean = 4.7207 keV ( 508.94 eV --> 198.6 keV) Eflow/event = 1.487 MeV - gamma : 1 Emean = 1.4462 keV ( 1.4462 keV --> 1.4462 keV) Eflow/event = 723.1 eV + e- : 3180 Emean = 1.5519 keV ( 242.31 eV --> 424.07 keV) Eflow/event = 2.4675 MeV Number of secondary particles inside neuron structure: @@ -627,8 +636,8 @@ Physics stage ends time: 1 ps - 10 ps Total energy (MeV) deposition : - All volume: 8.7022 - Bounding slice: 2.3401 + All volume: 9.1624 + Bounding slice: 4.2246 Neuron: 0 Soma: 0 Dendrites: 0 @@ -646,10 +655,7 @@ Physics stage ends Outputs of energy deposition per event written in data file: OutputPerEvent.out -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - Calculation time = 3.24568 s + Calculation time = 2.74643 s Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/pdb4dna/History b/examples/extended/medical/dna/pdb4dna/History index f5525dcc07..d6dd5d1011 100644 --- a/examples/extended/medical/dna/pdb4dna/History +++ b/examples/extended/medical/dna/pdb4dna/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example pdb4dna History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - pdb4dna History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (pdb4dna-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova tag pdb4dna-V10-07-00 - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/pdb4dna/pdb4dna.out b/examples/extended/medical/dna/pdb4dna/pdb4dna.out index 378d5bb0c6..1b7175e4cb 100644 --- a/examples/extended/medical/dna/pdb4dna/pdb4dna.out +++ b/examples/extended/medical/dna/pdb4dna/pdb4dna.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,6 +39,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -83,24 +87,6 @@ Number of Sulfurs = 0 Number of Phosphorus = 692 Number of undifined atoms =0 -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - Load PDB file : 1ZBB.pdb. G4Material WARNING: duplicate name of material Galactic @@ -126,12 +112,13 @@ This PDB file is DNA. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -143,22 +130,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -166,18 +154,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -212,64 +200,75 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -373,8 +372,11 @@ See commands in /vis/modeling/trajectories/ for other options. --> Event 9700 starts. --> Event 9800 starts. --> Event 9900 starts. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 3 h1 histograms + 0 with 782 entries: Energy deposit in the target (eV) + 1 with 17 entries: Number of SSB + 2 with 1 entries: Number of DSB +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/range/History b/examples/extended/medical/dna/range/History index 4a9e803fbd..cb9e4fd96e 100644 --- a/examples/extended/medical/dna/range/History +++ b/examples/extended/medical/dna/range/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example range History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - range History file - -------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (range-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-10-21 I. Hrivnacova (range-V10-07-01) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/range/range.out b/examples/extended/medical/dna/range/range.out index 36badfa064..bf02a061ce 100644 --- a/examples/extended/medical/dna/range/range.out +++ b/examples/extended/medical/dna/range/range.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,6 +37,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -101,12 +105,13 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -118,22 +123,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -141,18 +147,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -187,62 +193,75 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -253,9 +272,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 29.002 nm +- 17.889 nm Projected range = 3.820 Ang +- 2.748 nm Penetration = 4.224 nm +- 2.525 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -264,9 +287,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 21.951 nm +- 23.987 nm Projected range = 4.067 Ang +- 2.479 nm Penetration = 3.440 nm +- 2.612 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -275,9 +302,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 11.147 nm +- 14.647 nm Projected range = 5.337 Ang +- 1.882 nm Penetration = 2.419 nm +- 1.932 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -286,9 +317,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 7.016 nm +- 7.440 nm Projected range = 3.868 Ang +- 1.448 nm Penetration = 1.972 nm +- 1.518 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -297,9 +332,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 6.373 nm +- 8.381 nm Projected range = 5.391 Ang +- 1.496 nm Penetration = 1.861 nm +- 1.630 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -308,9 +347,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 15.038 nm +- 18.804 nm Projected range = 5.255 Ang +- 2.146 nm Penetration = 2.780 nm +- 2.277 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -319,9 +362,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 17.395 nm +- 18.125 nm Projected range = 5.239 Ang +- 2.353 nm Penetration = 3.293 nm +- 2.397 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -330,9 +377,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 15.580 nm +- 17.445 nm Projected range = 5.842 Ang +- 2.199 nm Penetration = 3.042 nm +- 2.142 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -341,9 +392,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 12.725 nm +- 13.684 nm Projected range = 6.585 Ang +- 1.986 nm Penetration = 2.914 nm +- 2.017 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -352,9 +407,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 13.662 nm +- 14.860 nm Projected range = 8.018 Ang +- 2.132 nm Penetration = 3.023 nm +- 2.007 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -363,9 +422,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 15.223 nm +- 17.136 nm Projected range = 7.398 Ang +- 2.380 nm Penetration = 3.215 nm +- 2.278 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -374,9 +437,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 15.509 nm +- 15.605 nm Projected range = 9.015 Ang +- 2.487 nm Penetration = 3.394 nm +- 2.132 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -385,9 +452,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 16.108 nm +- 16.355 nm Projected range = 9.540 Ang +- 2.513 nm Penetration = 3.558 nm +- 2.205 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -396,9 +467,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 16.193 nm +- 14.905 nm Projected range = 1.294 nm +- 2.449 nm Penetration = 3.695 nm +- 2.120 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -407,9 +482,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 17.086 nm +- 15.614 nm Projected range = 1.441 nm +- 2.641 nm Penetration = 3.832 nm +- 2.185 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -418,9 +497,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 18.346 nm +- 17.721 nm Projected range = 1.347 nm +- 2.760 nm Penetration = 3.990 nm +- 2.241 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -429,9 +512,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 20.729 nm +- 17.414 nm Projected range = 2.042 nm +- 3.359 nm Penetration = 4.955 nm +- 2.598 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -440,9 +527,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 22.820 nm +- 17.248 nm Projected range = 2.869 nm +- 3.882 nm Penetration = 5.923 nm +- 2.897 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -451,9 +542,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 24.655 nm +- 16.269 nm Projected range = 3.955 nm +- 4.253 nm Penetration = 6.973 nm +- 3.187 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -462,9 +557,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 27.959 nm +- 17.884 nm Projected range = 4.542 nm +- 5.080 nm Penetration = 8.393 nm +- 3.677 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -473,9 +572,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 30.216 nm +- 17.613 nm Projected range = 6.020 nm +- 5.880 nm Penetration = 10.092 nm +- 4.375 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -484,9 +587,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 32.679 nm +- 18.083 nm Projected range = 6.712 nm +- 6.739 nm Penetration = 11.690 nm +- 5.089 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -495,9 +602,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 36.117 nm +- 18.561 nm Projected range = 8.213 nm +- 7.413 nm Penetration = 13.440 nm +- 5.834 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -506,9 +617,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 39.325 nm +- 18.495 nm Projected range = 9.566 nm +- 8.304 nm Penetration = 15.494 nm +- 6.215 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -517,9 +632,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 47.208 nm +- 20.676 nm Projected range = 12.115 nm +- 10.540 nm Penetration = 19.354 nm +- 7.964 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -528,9 +647,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 53.861 nm +- 20.324 nm Projected range = 15.223 nm +- 12.696 nm Penetration = 23.771 nm +- 9.860 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -539,9 +662,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 63.082 nm +- 21.675 nm Projected range = 19.698 nm +- 15.607 nm Penetration = 29.837 nm +- 11.756 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -550,9 +677,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 71.176 nm +- 23.369 nm Projected range = 23.688 nm +- 17.909 nm Penetration = 35.120 nm +- 13.668 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -561,9 +692,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 80.835 nm +- 26.248 nm Projected range = 27.336 nm +- 19.412 nm Penetration = 40.156 nm +- 15.309 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -572,9 +707,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 205.471 nm +- 53.650 nm Projected range = 83.424 nm +- 54.462 nm Penetration = 122.233 nm +- 43.688 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -583,9 +722,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 379.112 nm +- 97.994 nm Projected range = 157.614 nm +- 106.343 nm Penetration = 230.086 nm +- 81.104 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -594,9 +737,13 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 595.181 nm +- 142.317 nm Projected range = 265.667 nm +- 164.188 nm Penetration = 379.507 nm +- 121.351 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================= run summary ==================== @@ -605,8 +752,12 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 862.628 nm +- 202.525 nm Projected range = 396.862 nm +- 238.211 nm Penetration = 559.410 nm +- 183.300 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: track length + 2 with 0 entries: projected range + 3 with 0 entries: penetration +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/scavenger/History b/examples/extended/medical/dna/scavenger/History index 7d1ff601d5..338c062e46 100755 --- a/examples/extended/medical/dna/scavenger/History +++ b/examples/extended/medical/dna/scavenger/History @@ -1,18 +1,18 @@ --------------------------------------------------- +# Example scavenger History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example scavenger History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-05-02 Hoang Tran (scavenger-V11-00-01) +- Add localthread for fUse of G4VMoleculeCounter - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (scavenger-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 08-11-2021: H. Tran scavenger-V10-07-01 - delete limit time step diff --git a/examples/extended/medical/dna/scavenger/scavenger.out b/examples/extended/medical/dna/scavenger/scavenger.out new file mode 100644 index 0000000000..05474b65e6 --- /dev/null +++ b/examples/extended/medical/dna/scavenger/scavenger.out @@ -0,0 +1,320 @@ + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. +G4SDManager::AddNewCollection : the collection is registered at 1 +G4SDManager::AddNewCollection : the collection is registered at 2 +New sensitive detector is registered at / + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : parchem03 + issued by : ParserChemReaction::ReadReservoir +Null or negative scavenger concentration: +scavenger will not be registered! +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +Number of chemical species involved in reactions = 8 +Reaction Reaction Rate [dm3/(mol*s)] +---------------------------------------------------------------------------- +H3O^1 + OH^-1 -> No product 1.13e+11 +---------------------------------------------------------------------------- +H3O^1 + e_aq^-1 -> H^0 2.11e+10 +---------------------------------------------------------------------------- +OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +---------------------------------------------------------------------------- +OH^0 + OH^0 -> H2O2^0 5.5e+09 +---------------------------------------------------------------------------- +OH^0 + H^0 -> No product 1.55e+10 +---------------------------------------------------------------------------- +e_aq^-1 + H^0 -> H_2^0 + OH^-1 2.5e+10 +---------------------------------------------------------------------------- +e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 +---------------------------------------------------------------------------- +e_aq^-1 + e_aq^-1 -> H_2^0 + OH^-1 + OH^-1 6.36e+09 +---------------------------------------------------------------------------- +e_aq^-1 + O_2^0 -> O_2^-1 0.9048 +---------------------------------------------------------------------------- +H^0 + H^0 -> H_2^0 5.03e+09 +---------------------------------------------------------------------------- +H^0 + O_2^0 -> HO_2^0 1.092 +---------------------------------------------------------------------------- +O^-1 + O_2^0 -> O_3^-1 0.1924 +---------------------------------------------------------------------------- +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory epics_2017 +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV +Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 1 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +Use DNA e- solvation model type 11003 +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 0 +### === Auger flag: 1 +### === Ignore cuts flag: 1 +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 MeV in 54 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator + +e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +e-_G4DNAElastic: for e- SubType=51 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm + Energy thresholds : gamma 100 eV e- 100 eV e+ 100 eV proton 100 meV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +### Run 0 starts. +DNAMolecularIRTModel will be used + Run terminated. +Run Summary + Number of events processed : 2 + User=0.530000s Real=0.546476s Sys=0.010000s + +--------------------End of Global Run----------------------- + The run has 1 events +Number of events recorded by the species scorer = 1 + Total energy deposited in the world volume : 10010 eV + ------------------------------------------------------------ + +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 15 of which, static: 0 +Dynamic pools deleted: 15 / Total memory freed: 3.6 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/medical/dna/scavenger/src/ActionInitialization.cc b/examples/extended/medical/dna/scavenger/src/ActionInitialization.cc index 1aa069821a..a59e1e7f57 100644 --- a/examples/extended/medical/dna/scavenger/src/ActionInitialization.cc +++ b/examples/extended/medical/dna/scavenger/src/ActionInitialization.cc @@ -55,7 +55,7 @@ void ActionInitialization::BuildForMaster() const { //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... void ActionInitialization::Build() const { - G4MoleculeCounter::Use(); + G4MoleculeCounter::Instance()->Use(); G4MoleculeCounter::Instance()->SetVerbose(0); G4MoleculeCounter::Instance()->DontRegister(G4H2O::Definition()); // sequential mode diff --git a/examples/extended/medical/dna/slowing/History b/examples/extended/medical/dna/slowing/History index 64069c2115..2a2568cc3c 100644 --- a/examples/extended/medical/dna/slowing/History +++ b/examples/extended/medical/dna/slowing/History @@ -1,9 +1,16 @@ - ========================================================= - Geant4 - slowing example - ========================================================= +# Example slowing History - Package History file - -------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (slowing-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06 Oct 2021 - tag slowing-V10-07-02 - I. Hrivnacova - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/slowing/slowing.out b/examples/extended/medical/dna/slowing/slowing.out index 75f1fb63db..c4c5b663d2 100644 --- a/examples/extended/medical/dna/slowing/slowing.out +++ b/examples/extended/medical/dna/slowing/slowing.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,6 +39,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -107,12 +111,13 @@ Set file name: slowing LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -124,22 +129,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -147,18 +153,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -193,62 +199,75 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -273,8 +292,12 @@ See commands in /vis/modeling/trajectories/ for other options. ... write file : slowing.root - done ... close file : slowing.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 4 h1 histograms + 0 with 0 entries: dummy + 1 with 0 entries: Electrons + 2 with 0 entries: Primary e- + 3 with 0 entries: Secondary e- +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/splitting/History b/examples/extended/medical/dna/splitting/History index c45a64f86b..ca827c2f82 100644 --- a/examples/extended/medical/dna/splitting/History +++ b/examples/extended/medical/dna/splitting/History @@ -1,9 +1,16 @@ - ========================================================= - Geant4 - splitting example - ========================================================= +# Example splitting History - Package History file - -------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (splitting-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06 Oct 2021 - tag splitting-V10-07-02 - I. Hrivnacova - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/spower/History b/examples/extended/medical/dna/spower/History index 8b6cd4d404..9620fe1099 100644 --- a/examples/extended/medical/dna/spower/History +++ b/examples/extended/medical/dna/spower/History @@ -1,18 +1,20 @@ -------------------------------------------------------------------- +# Example spower History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - spower History file - -------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-02-28 Vladimir Ivanchenko (spower-V11-00-01) +- dnaphysics.cc - enable visualisation only in interactive mode, + use G4RunManagerFactory + +## 2021-12-10 Ben Morgan (spower-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 26-11-19 I. Hrivnacova (spower-V10-05-00) - Fixed Doxygen warnings diff --git a/examples/extended/medical/dna/spower/spower.cc b/examples/extended/medical/dna/spower/spower.cc index 3d931afc69..1f89c89d1e 100644 --- a/examples/extended/medical/dna/spower/spower.cc +++ b/examples/extended/medical/dna/spower/spower.cc @@ -27,14 +27,9 @@ /// \brief Main program of the medical/dna/spower example #include "G4Types.hh" -#ifdef G4MULTITHREADED -#include "G4MTRunManager.hh" -#else -#include "G4RunManager.hh" -#endif +#include "G4RunManagerFactory.hh" #include "G4UImanager.hh" -#include "Randomize.hh" #include "DetectorConstruction.hh" #include "PhysicsList.hh" @@ -54,18 +49,13 @@ int main(int argc,char** argv) { // Detect interactive mode (if no arguments) and define UI session // - G4UIExecutive* ui = 0; + G4UIExecutive* ui = nullptr; if ( argc == 1 ) { ui = new G4UIExecutive(argc, argv); } //construct the default run manager -#ifdef G4MULTITHREADED - G4MTRunManager* runManager = new G4MTRunManager; -#else - G4VSteppingVerbose::SetInstance(new SteppingVerbose); - G4RunManager* runManager = new G4RunManager; -#endif + auto* runManager = G4RunManagerFactory::CreateRunManager(); //set mandatory initialization classes DetectorConstruction* det = new DetectorConstruction; @@ -78,26 +68,25 @@ int main(int argc,char** argv) { // Initialize visualization // - G4VisManager* visManager = new G4VisExecutive; - // G4VisExecutive can take a verbosity argument - see /vis/verbose guidance. - // G4VisManager* visManager = new G4VisExecutive("Quiet"); - visManager->Initialize(); + G4VisManager* visManager = nullptr; // Get the pointer to the User Interface manager G4UImanager* UImanager = G4UImanager::GetUIpointer(); // Process macro or start UI session // - if ( ! ui ) { + if (nullptr == ui) { // batch mode G4String command = "/control/execute "; G4String fileName = argv[1]; UImanager->ApplyCommand(command+fileName); - } - else { + } else { // interactive mode + visManager = new G4VisExecutive(); + visManager->Initialize(); ui->SessionStart(); delete ui; + delete visManager; } //job termination diff --git a/examples/extended/medical/dna/spower/spower.in b/examples/extended/medical/dna/spower/spower.in index 9102c3d088..457c3781fb 100644 --- a/examples/extended/medical/dna/spower/spower.in +++ b/examples/extended/medical/dna/spower/spower.in @@ -1,5 +1,8 @@ # +/control/verbose 1 +/control/cout/ignoreThreadsExcept 0 /run/numberOfThreads 8 +/run/verbose 1 # /spower/det/setMat G4_WATER /spower/det/setRadius 1 m @@ -30,4 +33,4 @@ # /gun/energy 1000 eV /run/beamOn 10000 - +# diff --git a/examples/extended/medical/dna/spower/spower.out b/examples/extended/medical/dna/spower/spower.out index ddc3eacf44..8c7c5a0555 100644 --- a/examples/extended/medical/dna/spower/spower.out +++ b/examples/extended/medical/dna/spower/spower.out @@ -1,3 +1,4 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ !!! WARNING - FPE detection is activated !!! @@ -10,7 +11,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,61 +19,17 @@ WWW : http://geant4.org/ ************************************************************** -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Registered graphics systems are: - ASCIITree (ATree) - DAWNFILE (DAWNFILE) - G4HepRepFile (HepRepFile) - RayTracer (RayTracer) - VRML2FILE (VRML2FILE) - gMocrenFile (gMocrenFile) - OpenGLImmediateQt (OGLIQt, OGLI) - OpenGLStoredQt (OGLSQt, OGL, OGLS) - OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) - OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) - OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) - OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) - RayTracerX (RayTracerX) - -Registering model factories... - -You have successfully registered the following model factories. -Registered model factories: - generic - drawByAttribute - drawByCharge - drawByOriginVolume - drawByParticleID - drawByEncounteredVolume - -Registered models: - None - -Registered filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -Registered filters: - None - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. +/control/cout/ignoreThreadsExcept 0 +/run/numberOfThreads 8 *** /run/numberOfThreads command is issued in sequential mode. Command is ignored. -WARNING: There is no world volume! +/run/verbose 1 +/spower/det/setMat G4_WATER +/spower/det/setRadius 1 m +/run/reinitializeGeometry +/spower/phys/addPhysics dna_stat_opt2 PhysicsList::AddPhysicsList: +/run/initialize --------------------------------------------------------- ---> The Absorber is a sphere of 1 m radius of G4_WATER made of @@ -93,19 +50,24 @@ PhysicsList::AddPhysicsList: --------------------------------------------------------- +/tracking/verbose 0 +/gun/particle e- +/gun/energy 50 eV +/run/beamOn 10000 ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -116,22 +78,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -139,18 +102,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -173,8 +136,8 @@ Type of PIXE cross section for e+- Livermore ======================================================================= ====== DNA Physics Parameters ======== ======================================================================= -Use fast sampling in DNA models 0 -Use Stationary option in DNA models 0 +Use fast sampling in DNA models 1 +Use Stationary option in DNA models 1 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11003 ======================================================================= @@ -183,104 +146,208 @@ Use DNA e- solvation model type 11003 DefaultRegionForTheWorld 1 1 0 ### === Auger flag: 1 ### === Ignore cuts flag: 1 +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator + +e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNABornExcitationModel : Emin= 0 eV Emax= 100 TeV +DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=23.410000s Real=23.792340s Sys=0.010000s ======================== run summary ===================== The run is 10000 e- of 50.00 eV through a sphere of radius 1.00 m of G4_WATER (density: 1.00 g/cm3 ) total Stopping Power (keV/um) = 14.26 +- 0.86 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/gun/energy 100 eV +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=26.260000s Real=26.421068s Sys=0.000000s ======================== run summary ===================== The run is 10000 e- of 100.00 eV through a sphere of radius 1.00 m of G4_WATER (density: 1.00 g/cm3 ) total Stopping Power (keV/um) = 21.95 +- 1.15 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/gun/energy 200 eV +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 2 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=31.410000s Real=31.767737s Sys=0.000000s ======================== run summary ===================== The run is 10000 e- of 200.00 eV through a sphere of radius 1.00 m of G4_WATER (density: 1.00 g/cm3 ) total Stopping Power (keV/um) = 21.68 +- 1.07 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/gun/energy 500 eV +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 3 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=30.280000s Real=30.563605s Sys=0.010000s ======================== run summary ===================== The run is 10000 e- of 500.00 eV through a sphere of radius 1.00 m of G4_WATER (density: 1.00 g/cm3 ) total Stopping Power (keV/um) = 15.39 +- 0.84 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/gun/energy 1000 eV +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 4 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=29.600000s Real=29.880935s Sys=0.000000s ======================== run summary ===================== The run is 10000 e- of 1.00 keV through a sphere of radius 1.00 m of G4_WATER (density: 1.00 g/cm3 ) total Stopping Power (keV/um) = 10.50 +- 0.68 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 9 of which, static: 0 +Dynamic pools deleted: 9 / Total memory freed: 0.33 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/medical/dna/svalue/History b/examples/extended/medical/dna/svalue/History index 3e9eb2ec5b..20c2461ae1 100644 --- a/examples/extended/medical/dna/svalue/History +++ b/examples/extended/medical/dna/svalue/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example svalue History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - svalue History file - --------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (svalue-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-2021 - tag svalue-V10-07-02 - I. Hrivnacova - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/svalue/svalue.out b/examples/extended/medical/dna/svalue/svalue.out index cec1d33921..aec19ef1f2 100644 --- a/examples/extended/medical/dna/svalue/svalue.out +++ b/examples/extended/medical/dna/svalue/svalue.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,6 +37,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -107,13 +111,14 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -124,22 +129,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -147,18 +153,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -181,7 +187,7 @@ Type of PIXE cross section for e+- Livermore ======================================================================= ====== DNA Physics Parameters ======== ======================================================================= -Use fast sampling in DNA models 0 +Use fast sampling in DNA models 1 Use Stationary option in DNA models 0 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11003 @@ -195,68 +201,87 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 ### === PIXE model for hadrons: Empirical ### === PIXE model for e+-: Livermore +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== -DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 0.14427 ps +min MeanLife (from G4NuclideTable) 0.14427 ps +Max life time (from G4DeexPrecoParameters) 0.14427 ps Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -266,7 +291,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== ========= Table of registered couples ============================ @@ -274,7 +299,7 @@ Threshold for very long decay time at rest 1e+27 ns Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -286,7 +311,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.240000s Real=0.241422s Sys=0.000000s + User=0.230000s Real=0.235724s Sys=0.000000s ======================== run summary ===================== @@ -306,9 +331,9 @@ Run Summary Nb of steps of primary track = 43.48 +- 42.08 Step size = 3.201 Ang +- 83299.677 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 200 eV /run/beamOn 1000 @@ -317,7 +342,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -327,7 +352,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.420000s Real=0.430594s Sys=0.000000s + User=0.420000s Real=0.427199s Sys=0.000000s ======================== run summary ===================== @@ -347,9 +372,9 @@ Run Summary Nb of steps of primary track = 50.72 +- 45.14 Step size = 3.961 Ang +- 1.121 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 300 eV /run/beamOn 1000 @@ -358,7 +383,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -368,7 +393,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.610000s Real=0.619991s Sys=0.000000s + User=0.610000s Real=0.612392s Sys=0.000000s ======================== run summary ===================== @@ -388,9 +413,9 @@ Run Summary Nb of steps of primary track = 53.30 +- 39.45 Step size = 4.700 Ang +- 1.313 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 400 eV /run/beamOn 1000 @@ -399,7 +424,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -409,7 +434,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.810000s Real=0.812739s Sys=0.000000s + User=0.790000s Real=0.806494s Sys=0.000000s ======================== run summary ===================== @@ -429,9 +454,9 @@ Run Summary Nb of steps of primary track = 58.72 +- 40.37 Step size = 5.482 Ang +- 1.675 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 500 eV /run/beamOn 1000 @@ -440,7 +465,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -450,7 +475,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.990000s Real=1.003565s Sys=0.000000s + User=0.960000s Real=0.968492s Sys=0.000000s ======================== run summary ===================== @@ -470,9 +495,9 @@ Run Summary Nb of steps of primary track = 60.09 +- 37.44 Step size = 6.220 Ang +- 1.880 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 600 eV /run/beamOn 1000 @@ -481,7 +506,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -491,7 +516,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.200000s Real=1.206246s Sys=0.000000s + User=1.170000s Real=1.179068s Sys=0.000000s ======================== run summary ===================== @@ -511,9 +536,9 @@ Run Summary Nb of steps of primary track = 68.03 +- 41.33 Step size = 6.926 Ang +- 2.131 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 700 eV /run/beamOn 1000 @@ -522,7 +547,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -532,7 +557,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.370000s Real=1.386410s Sys=0.000000s + User=1.370000s Real=1.424663s Sys=0.000000s ======================== run summary ===================== @@ -552,9 +577,9 @@ Run Summary Nb of steps of primary track = 69.85 +- 37.85 Step size = 7.780 Ang +- 2.314 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 800 eV /run/beamOn 1000 @@ -563,7 +588,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -573,7 +598,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.580000s Real=1.591916s Sys=0.000000s + User=1.550000s Real=1.561930s Sys=0.000000s ======================== run summary ===================== @@ -593,9 +618,9 @@ Run Summary Nb of steps of primary track = 75.25 +- 40.33 Step size = 8.558 Ang +- 2.628 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 900 eV /run/beamOn 1000 @@ -604,7 +629,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -614,7 +639,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.750000s Real=1.817678s Sys=0.000000s + User=1.710000s Real=1.731727s Sys=0.000000s ======================== run summary ===================== @@ -634,9 +659,9 @@ Run Summary Nb of steps of primary track = 77.65 +- 39.50 Step size = 9.337 Ang +- 2.703 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 1 keV /run/beamOn 1000 @@ -645,7 +670,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -655,7 +680,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.930000s Real=1.949277s Sys=0.000000s + User=1.910000s Real=1.931799s Sys=0.000000s ======================== run summary ===================== @@ -675,9 +700,9 @@ Run Summary Nb of steps of primary track = 80.54 +- 37.61 Step size = 1.016 nm +- 2.826 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 2 keV /run/beamOn 1000 @@ -686,7 +711,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -696,7 +721,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=3.870000s Real=3.908892s Sys=0.000000s + User=3.750000s Real=3.786376s Sys=0.010000s ======================== run summary ===================== @@ -716,9 +741,9 @@ Run Summary Nb of steps of primary track = 121.71 +- 45.00 Step size = 1.787 nm +- 4.505 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 3 keV /run/beamOn 1000 @@ -727,7 +752,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -737,29 +762,29 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=6.230000s Real=6.373039s Sys=0.000000s + User=5.530000s Real=5.583839s Sys=0.000000s ======================== run summary ===================== The run is 1000 e- of 3.00 keV - Total Energy deposited in cytoplasm = 37.121 eV +- 73.144 eV + Total Energy deposited in cytoplasm = 36.862 eV +- 72.897 eV - S value for cytoplasm (C<-C) = 59.466 Gy/Bq.s +- 117.170 Gy/Bq.s + S value for cytoplasm (C<-C) = 59.050 Gy/Bq.s +- 116.776 Gy/Bq.s - Total Energy deposited in nucleus = 120.594 eV +- 244.212 eV + Total Energy deposited in nucleus = 119.198 eV +- 242.018 eV - S value for nucleus (N<-C) = 36.901 Gy/Bq.s +- 74.727 Gy/Bq.s + S value for nucleus (N<-C) = 36.474 Gy/Bq.s +- 74.056 Gy/Bq.s - Track length of primary track = 376.152 nm +- 90.566 nm - Projected range = 167.236 nm +- 107.693 nm + Track length of primary track = 376.247 nm +- 90.816 nm + Projected range = 166.897 nm +- 106.840 nm - Nb of steps of primary track = 152.22 +- 44.44 + Nb of steps of primary track = 152.29 +- 44.49 - Step size = 2.550 nm +- 5.611 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + Step size = 2.548 nm +- 5.601 Ang +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 4 keV /run/beamOn 1000 @@ -768,7 +793,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -778,29 +803,29 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=7.710000s Real=7.784422s Sys=0.000000s + User=7.400000s Real=7.561482s Sys=0.010000s ======================== run summary ===================== The run is 1000 e- of 4.00 keV - Total Energy deposited in cytoplasm = 27.434 eV +- 49.511 eV + Total Energy deposited in cytoplasm = 29.359 eV +- 56.532 eV - S value for cytoplasm (C<-C) = 43.947 Gy/Bq.s +- 79.313 Gy/Bq.s + S value for cytoplasm (C<-C) = 47.030 Gy/Bq.s +- 90.559 Gy/Bq.s - Total Energy deposited in nucleus = 100.215 eV +- 213.599 eV + Total Energy deposited in nucleus = 101.454 eV +- 204.888 eV - S value for nucleus (N<-C) = 30.665 Gy/Bq.s +- 65.360 Gy/Bq.s + S value for nucleus (N<-C) = 31.044 Gy/Bq.s +- 62.694 Gy/Bq.s - Track length of primary track = 594.496 nm +- 141.796 nm - Projected range = 269.783 nm +- 174.428 nm + Track length of primary track = 593.769 nm +- 139.361 nm + Projected range = 267.991 nm +- 171.957 nm - Nb of steps of primary track = 182.61 +- 45.23 + Nb of steps of primary track = 181.46 +- 43.40 - Step size = 3.319 nm +- 6.720 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + Step size = 3.333 nm +- 6.713 Ang +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 5 keV /run/beamOn 1000 @@ -809,7 +834,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -819,29 +844,29 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=9.710000s Real=9.798444s Sys=0.010000s + User=9.140000s Real=9.232620s Sys=0.010000s ======================== run summary ===================== The run is 1000 e- of 5.00 keV - Total Energy deposited in cytoplasm = 22.406 eV +- 45.644 eV + Total Energy deposited in cytoplasm = 23.330 eV +- 45.554 eV - S value for cytoplasm (C<-C) = 35.892 Gy/Bq.s +- 73.118 Gy/Bq.s + S value for cytoplasm (C<-C) = 37.374 Gy/Bq.s +- 72.974 Gy/Bq.s - Total Energy deposited in nucleus = 75.723 eV +- 172.441 eV + Total Energy deposited in nucleus = 81.933 eV +- 180.339 eV - S value for nucleus (N<-C) = 23.171 Gy/Bq.s +- 52.766 Gy/Bq.s + S value for nucleus (N<-C) = 25.071 Gy/Bq.s +- 55.183 Gy/Bq.s - Track length of primary track = 866.759 nm +- 208.344 nm - Projected range = 414.403 nm +- 239.328 nm + Track length of primary track = 853.552 nm +- 204.405 nm + Projected range = 402.541 nm +- 243.993 nm - Nb of steps of primary track = 216.94 +- 53.92 + Nb of steps of primary track = 212.23 +- 51.55 - Step size = 4.062 nm +- 7.889 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + Step size = 4.078 nm +- 7.540 Ang +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 6 keV /run/beamOn 1000 @@ -850,7 +875,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -860,29 +885,29 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=11.520000s Real=11.632281s Sys=0.000000s + User=10.970000s Real=11.056257s Sys=0.000000s ======================== run summary ===================== The run is 1000 e- of 6.00 keV - Total Energy deposited in cytoplasm = 20.544 eV +- 42.518 eV + Total Energy deposited in cytoplasm = 20.277 eV +- 46.872 eV - S value for cytoplasm (C<-C) = 32.910 Gy/Bq.s +- 68.110 Gy/Bq.s + S value for cytoplasm (C<-C) = 32.483 Gy/Bq.s +- 75.086 Gy/Bq.s - Total Energy deposited in nucleus = 67.521 eV +- 152.081 eV + Total Energy deposited in nucleus = 79.073 eV +- 179.211 eV - S value for nucleus (N<-C) = 20.661 Gy/Bq.s +- 46.536 Gy/Bq.s + S value for nucleus (N<-C) = 24.196 Gy/Bq.s +- 54.837 Gy/Bq.s - Track length of primary track = 1.145 um +- 265.175 nm - Projected range = 545.286 nm +- 321.156 nm + Track length of primary track = 1.154 um +- 251.748 nm + Projected range = 567.230 nm +- 311.695 nm - Nb of steps of primary track = 242.22 +- 53.16 + Nb of steps of primary track = 244.09 +- 50.68 - Step size = 4.773 nm +- 8.351 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + Step size = 4.783 nm +- 8.492 Ang +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 7 keV /run/beamOn 1000 @@ -891,7 +916,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -901,29 +926,29 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=13.330000s Real=13.492521s Sys=0.000000s + User=12.850000s Real=12.973539s Sys=0.000000s ======================== run summary ===================== The run is 1000 e- of 7.00 keV - Total Energy deposited in cytoplasm = 17.642 eV +- 39.041 eV + Total Energy deposited in cytoplasm = 21.191 eV +- 46.524 eV - S value for cytoplasm (C<-C) = 28.262 Gy/Bq.s +- 62.541 Gy/Bq.s + S value for cytoplasm (C<-C) = 33.947 Gy/Bq.s +- 74.527 Gy/Bq.s - Total Energy deposited in nucleus = 53.637 eV +- 129.394 eV + Total Energy deposited in nucleus = 57.963 eV +- 148.077 eV - S value for nucleus (N<-C) = 16.413 Gy/Bq.s +- 39.594 Gy/Bq.s + S value for nucleus (N<-C) = 17.736 Gy/Bq.s +- 45.311 Gy/Bq.s - Track length of primary track = 1.491 um +- 333.333 nm - Projected range = 742.031 nm +- 413.549 nm + Track length of primary track = 1.487 um +- 339.975 nm + Projected range = 727.058 nm +- 426.536 nm - Nb of steps of primary track = 270.23 +- 56.23 + Nb of steps of primary track = 269.13 +- 56.48 - Step size = 5.554 nm +- 8.792 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + Step size = 5.563 nm +- 9.321 Ang +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 8 keV /run/beamOn 1000 @@ -932,7 +957,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -942,29 +967,29 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=15.340000s Real=15.482310s Sys=0.000000s + User=14.870000s Real=15.010052s Sys=0.010000s ======================== run summary ===================== The run is 1000 e- of 8.00 keV - Total Energy deposited in cytoplasm = 14.986 eV +- 35.817 eV + Total Energy deposited in cytoplasm = 15.251 eV +- 38.892 eV - S value for cytoplasm (C<-C) = 24.006 Gy/Bq.s +- 57.376 Gy/Bq.s + S value for cytoplasm (C<-C) = 24.431 Gy/Bq.s +- 62.303 Gy/Bq.s - Total Energy deposited in nucleus = 48.635 eV +- 138.413 eV + Total Energy deposited in nucleus = 55.385 eV +- 154.544 eV - S value for nucleus (N<-C) = 14.882 Gy/Bq.s +- 42.353 Gy/Bq.s + S value for nucleus (N<-C) = 16.947 Gy/Bq.s +- 47.289 Gy/Bq.s - Track length of primary track = 1.841 um +- 430.855 nm - Projected range = 905.772 nm +- 495.995 nm + Track length of primary track = 1.851 um +- 416.219 nm + Projected range = 908.080 nm +- 516.266 nm - Nb of steps of primary track = 296.47 +- 60.79 + Nb of steps of primary track = 297.96 +- 62.40 - Step size = 6.234 nm +- 1.000 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + Step size = 6.250 nm +- 9.969 Ang +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 9 keV /run/beamOn 1000 @@ -973,7 +998,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -983,29 +1008,29 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=17.220000s Real=17.432392s Sys=0.010000s + User=16.770000s Real=17.244668s Sys=0.020000s ======================== run summary ===================== The run is 1000 e- of 9.00 keV - Total Energy deposited in cytoplasm = 13.037 eV +- 31.007 eV + Total Energy deposited in cytoplasm = 14.504 eV +- 33.068 eV - S value for cytoplasm (C<-C) = 20.884 Gy/Bq.s +- 49.672 Gy/Bq.s + S value for cytoplasm (C<-C) = 23.234 Gy/Bq.s +- 52.972 Gy/Bq.s - Total Energy deposited in nucleus = 45.935 eV +- 109.565 eV + Total Energy deposited in nucleus = 45.458 eV +- 116.289 eV - S value for nucleus (N<-C) = 14.056 Gy/Bq.s +- 33.526 Gy/Bq.s + S value for nucleus (N<-C) = 13.910 Gy/Bq.s +- 35.584 Gy/Bq.s - Track length of primary track = 2.279 um +- 496.900 nm - Projected range = 1.127 um +- 601.529 nm + Track length of primary track = 2.299 um +- 502.826 nm + Projected range = 1.161 um +- 620.021 nm - Nb of steps of primary track = 327.70 +- 60.61 + Nb of steps of primary track = 329.39 +- 62.43 - Step size = 6.975 nm +- 1.059 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + Step size = 6.999 nm +- 1.026 nm +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/energy 10 keV /run/beamOn 1000 @@ -1014,7 +1039,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Energy thresholds : gamma 10 eV e- 10 eV e+ 10 eV proton 100 meV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1024,34 +1049,34 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=19.620000s Real=19.823501s Sys=0.010000s + User=18.220000s Real=18.377594s Sys=0.010000s ======================== run summary ===================== The run is 1000 e- of 10.00 keV - Total Energy deposited in cytoplasm = 11.453 eV +- 31.859 eV + Total Energy deposited in cytoplasm = 10.917 eV +- 30.266 eV - S value for cytoplasm (C<-C) = 18.347 Gy/Bq.s +- 51.036 Gy/Bq.s + S value for cytoplasm (C<-C) = 17.488 Gy/Bq.s +- 48.483 Gy/Bq.s - Total Energy deposited in nucleus = 38.928 eV +- 94.168 eV + Total Energy deposited in nucleus = 40.915 eV +- 109.283 eV - S value for nucleus (N<-C) = 11.912 Gy/Bq.s +- 28.815 Gy/Bq.s + S value for nucleus (N<-C) = 12.520 Gy/Bq.s +- 33.440 Gy/Bq.s - Track length of primary track = 2.737 um +- 576.239 nm - Projected range = 1.377 um +- 745.673 nm + Track length of primary track = 2.762 um +- 569.005 nm + Projected range = 1.352 um +- 738.073 nm - Nb of steps of primary track = 354.98 +- 65.42 + Nb of steps of primary track = 358.85 +- 64.76 - Step size = 7.732 nm +- 1.094 nm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + Step size = 7.717 nm +- 1.069 nm +There are 11 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.16 MB +Dynamic pools deleted: 11 / Total memory freed: 0.17 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/medical/dna/wholeNuclearDNA/History b/examples/extended/medical/dna/wholeNuclearDNA/History index 201167fa02..bac5f4f5a4 100644 --- a/examples/extended/medical/dna/wholeNuclearDNA/History +++ b/examples/extended/medical/dna/wholeNuclearDNA/History @@ -1,9 +1,16 @@ - ========================================================= - Geant4 - wholeNuclearDNA example - ========================================================= +# Example wholeNuclearDNA History - Package History file - -------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2021-12-10 Ben Morgan (wholeNuclearDNA-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07 Nov 2021 I. Hrivnacova - wholeNuclearDNA-V10-07-02 - Added analysis manager Clear() call instead of diff --git a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out index d32907519b..8050c8daaa 100644 --- a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out +++ b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -66,24 +66,6 @@ chromo22.dat done chromoY.dat done chromoX.dat done Geometry has been loaded -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : PART101 - issued by : G4ParticleDefintion::G4ParticleDefinition() -G4ParticleDefinition should be created in PreInit state -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -103,6 +85,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -141,12 +127,13 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 Min kinetic energy for tables 10 eV -Max kinetic energy for tables 100 TeV +Max kinetic energy for tables 100 MeV Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 @@ -158,22 +145,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 0.1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -181,18 +169,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -227,68 +215,76 @@ Use DNA e- solvation model type 11003 ### === Ignore cuts flag: 1 phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + DummyModel : Emin= 7.4 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + DummyModel : Emin= 100 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + DummyModel : Emin= 13 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 10 eV to 100 TeV in 260 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... -#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/wvalue/History b/examples/extended/medical/dna/wvalue/History index fc3fe4b3f9..43a8f032d6 100644 --- a/examples/extended/medical/dna/wvalue/History +++ b/examples/extended/medical/dna/wvalue/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example wvalue History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - wvalue History file - -------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (wvalue-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-10-21 I. Hrivnacova (wvalue-V10-07-01) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/dna/wvalue/wvalue.out b/examples/extended/medical/dna/wvalue/wvalue.out index a55ce89780..818e9d5017 100644 --- a/examples/extended/medical/dna/wvalue/wvalue.out +++ b/examples/extended/medical/dna/wvalue/wvalue.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,6 +37,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -101,13 +105,14 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 -Min kinetic energy for tables 100 eV -Max kinetic energy for tables 100 TeV -Number of bins per decade of a table 7 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 MeV +Number of bins per decade of a table 20 Verbose level 1 Verbose level for worker thread 0 Bremsstrahlung energy threshold above which @@ -118,22 +123,23 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Step function for light ions (0.2, 0.1 mm) -Step function for general ions (0.2, 0.1 mm) -Lowest e+e- kinetic energy 1 keV +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 0 eV Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 -Enable angular generator interface 0 +Enable angular generator interface 1 Max kinetic energy for CSDA tables 1 GeV Max kinetic energy for NIEL computation 0 eV Linear loss limit 0.01 @@ -141,18 +147,18 @@ Read data from file for e+e- pair production by mu 0 ======================================================================= ====== Multiple Scattering Parameters ======== ======================================================================= -Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for e+- 2 Type of msc step limit algorithm for muons/hadrons 0 Msc lateral displacement for e+- enabled 1 Msc lateral displacement for muons and hadrons 0 Urban msc model lateral displacement alg96 1 -Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for e+- 0.08 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Safety factor for msc step limit for e+- 0.6 -Skin parameter for msc step limitation of e+- 1 +Skin parameter for msc step limitation of e+- 3 Lambda limit for msc step limit for e+- 1 mm -Use Mott correction for e- scattering 0 +Use Mott correction for e- scattering 1 Factor used for dynamic computation of angular limit between single and multiple scattering 1 Fixed angular limit between single @@ -185,6 +191,8 @@ Use DNA e- solvation model type 11003 DefaultRegionForTheWorld 1 1 0 ### === Auger flag: 1 ### === Ignore cuts flag: 1 +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : @@ -193,56 +201,70 @@ Use DNA e- solvation model type 11003 *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV +G4DNAIonElasticModel: high energy limit decreased from 100 MeV to 1 MeV phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins + LambdaPrime table from 200 keV to 100 MeV in 54 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + LivermorePhElectric : Emin= 0 eV Emax= 100 MeV SauterGavrila Fluo compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 MeV in 40 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 MeV Fluo conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + Lambda table from 1.022 MeV to 100 MeV, 32 bins/decade, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + BetheHeitlerLPM : Emin= 0 eV Emax= 100 MeV ModifiedTsai Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 MeV in 60 bins ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + LivermoreRayleigh : Emin= 0 eV Emax= 100 MeV CullenGenerator e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 10 eV + DummyModel : Emin= 10 eV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAElastic: for e- SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAUeharaScreenedRutherfordElasticModel : Emin= 0 eV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAEmfietzoglouExcitationModel : Emin= 0 eV Emax= 10 keV +DNABornExcitationModel : Emin= 10 keV Emax= 1 MeV + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAEmfietzoglouIonisationModel : Emin= 0 eV Emax= 10 keV deltaBorn Fluo +DNABornIonisationModel : Emin= 10 keV Emax= 1 MeV deltaBorn Fluo + DummyModel : Emin= 1 MeV Emax= 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV - StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm eIoni: for e+ XStype:1 SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + dE/dx and range tables from 10 eV to 100 MeV in 140 bins + Lambda tables from threshold to 100 MeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV + MollerBhabha : Emin= 0 eV Emax= 100 MeV deltaVI G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -262,9 +284,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 61.37 +- 58.20 Step size = 1.724 Ang +- 40341.774 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -282,9 +304,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 43.57 +- 38.47 Step size = 1.837 Ang +- 48581.147 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -302,9 +324,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 59.45 +- 72.51 Step size = 1.965 Ang +- 56108.192 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -322,9 +344,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 58.53 +- 58.36 Step size = 2.116 Ang +- 53906.863 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -342,9 +364,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 56.44 +- 53.88 Step size = 2.204 Ang +- 52897.110 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -362,9 +384,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 62.05 +- 52.75 Step size = 2.250 Ang +- 53177.361 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -382,9 +404,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 61.94 +- 59.52 Step size = 2.304 Ang +- 51042.118 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -402,9 +424,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 66.01 +- 61.06 Step size = 2.382 Ang +- 55677.696 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -422,9 +444,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 62.66 +- 55.90 Step size = 2.437 Ang +- 58312.937 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -442,9 +464,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 63.68 +- 51.82 Step size = 2.473 Ang +- 56051.383 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -462,9 +484,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 64.01 +- 51.58 Step size = 2.512 Ang +- 57595.343 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -482,9 +504,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 75.74 +- 57.75 Step size = 3.092 Ang +- 83363.156 fm -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -502,9 +524,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 81.20 +- 56.38 Step size = 3.658 Ang +- 1.108 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -522,9 +544,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 84.70 +- 54.16 Step size = 4.183 Ang +- 1.291 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -542,9 +564,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 92.55 +- 56.43 Step size = 4.725 Ang +- 1.495 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -562,9 +584,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 95.59 +- 58.09 Step size = 5.400 Ang +- 1.723 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -582,9 +604,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 99.69 +- 56.05 Step size = 5.995 Ang +- 1.914 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -602,9 +624,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 105.95 +- 58.60 Step size = 6.558 Ang +- 2.086 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -622,9 +644,9 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 107.18 +- 55.92 Step size = 7.187 Ang +- 2.324 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ======================== run summary ===================== @@ -642,8 +664,8 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 108.75 +- 53.70 Step size = 8.021 Ang +- 2.473 Ang -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/electronScattering/History b/examples/extended/medical/electronScattering/History index 79cc9ef788..d647b27161 100644 --- a/examples/extended/medical/electronScattering/History +++ b/examples/extended/medical/electronScattering/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example electronScattering History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - electronScattering History file - ------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (electronScattering-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-10-21 I. Hrivnacova (electronScattering-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/electronScattering/electronScattering.out b/examples/extended/medical/electronScattering/electronScattering.out index 1dd012c69b..39e8f3e776 100644 --- a/examples/extended/medical/electronScattering/electronScattering.out +++ b/examples/extended/medical/electronScattering/electronScattering.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -206,7 +206,8 @@ Set file name: eScattering LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -223,7 +224,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -233,8 +234,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -297,10 +299,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -325,10 +327,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -355,10 +357,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -387,10 +389,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -401,10 +403,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -414,10 +416,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -446,10 +448,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -478,10 +480,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -510,14 +512,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -528,7 +529,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -543,14 +544,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -561,7 +561,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -576,10 +576,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -608,10 +608,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -653,42 +653,42 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Air Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Titanium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 12.843 keV e- 806.984 keV e+ 769.485 keV proton 100 keV + Energy thresholds : gamma 12.8431 keV e- 806.983 keV e+ 769.483 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Mylar Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 3.01263 keV e- 420.624 keV e+ 407.83 keV proton 100 keV + Energy thresholds : gamma 3.01225 keV e- 420.617 keV e+ 407.834 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Helium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 5 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91691 keV e- 597.603 keV e+ 574.29 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -735,7 +735,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=4.860000s Real=4.915200s Sys=0.000000s + User=4.920000s Real=4.973098s Sys=0.000000s ======================== run summary ====================== @@ -746,7 +746,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={640169636817715404, 87090689986296013, 1130185708058750878, 1339038178148453370, 360216788601817321, 1081387088429516783, 655608892750126957, 1458936165549095864, 1806960345811006739, 1983802734411458313, 1599132619829283106, 560333063740242756, 247849373598508382, 1129811319933652397, 1973826512887815719, 717192870004739870, 337571408510559667} counter= 17sumtot= 968212332573181882 +N=17 V[N]={245588952032096822, 1435109679307801784, 2302706177841124477, 42140199209138864, 1753422017063956473, 765717151081358212, 1560405830363869194, 450495733818058814, 1674059976926125753, 823873974463700792, 1776912168739624298, 530443395122079524, 1670938540339989702, 207789207176918458, 2164971086519474607, 1863096537842034332, 1243476017178045103} counter= 3sumtot= 2064402571315845601 --------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -761,22 +761,22 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 11 +Total navigation history collections cleaned: 10 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0154 MB +Pool ID '20G4NavigationLevelRep', size : 0.0135 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.00288 MB Pool ID '16G4SmartVoxelNode', size : 0.000961 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00288 MB -Pool ID '7G4Track', size : 0.00481 MB +Pool ID '7G4Track', size : 0.00577 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.031 MB +Dynamic pools deleted: 11 / Total memory freed: 0.03 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/medical/electronScattering2/History b/examples/extended/medical/electronScattering2/History index 7822bb5478..4cf55a05ed 100644 --- a/examples/extended/medical/electronScattering2/History +++ b/examples/extended/medical/electronScattering2/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example electronScattering2 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example ElectronScattering2 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleES2-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 12-02-21 V. Ivanchenko (exampleES2-V10-07-00) - Fixed README; cosmetic modifications in PhysicsList, removed warning diff --git a/examples/extended/medical/electronScattering2/electronScattering2.out b/examples/extended/medical/electronScattering2/electronScattering2.out index 82e64e9aa4..7b6bfdb6dc 100644 --- a/examples/extended/medical/electronScattering2/electronScattering2.out +++ b/examples/extended/medical/electronScattering2/electronScattering2.out @@ -15,7 +15,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -179,7 +179,8 @@ New sensitive detector is registered at / LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -196,7 +197,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -206,8 +207,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -270,10 +272,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -298,10 +300,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -328,10 +330,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -360,10 +362,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -374,10 +376,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -387,10 +389,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -419,10 +421,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -451,10 +453,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -483,14 +485,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -501,7 +502,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -516,14 +517,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -534,7 +534,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -549,10 +549,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -581,10 +581,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -611,237 +611,237 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 --> Event 0 starts. Number of Events Processed:20000 Radius cell flux e cell flux population e population - 0 0.63664 0.63664 2 2 - 1 0.74279 0.74279 7 7 - 2 0.8277 0.8277 13 13 - 3 0.72774 0.68227 16 15 - 4 0.88444 0.8137 25 23 - 5 0.75258 0.72364 26 25 - 6 0.93062 0.93062 38 38 - 7 1.0826 0.97649 51 46 - 8 0.93666 0.88049 50 47 - 9 0.75402 0.687 45 41 - 10 0.72204 0.67657 47 44 - 11 0.87213 0.85829 63 62 - 12 0.73861 0.66221 58 52 - 13 0.89615 0.81362 76 69 - 14 0.84539 0.7905 77 72 - 15 0.91873 0.85712 89 83 - 16 0.94802 0.89979 97 92 - 17 0.96651 0.94832 106 104 - 18 0.87115 0.82813 100 95 - 19 0.92265 0.88184 113 108 - 20 0.88787 0.8801 114 113 - 21 0.90515 0.86813 118 113 - 22 0.95836 0.94421 130 128 - 23 0.82982 0.81627 116 114 - 24 0.79852 0.73347 121 111 - 25 0.74005 0.72132 114 111 - 26 0.8531 0.81706 142 136 - 27 0.76844 0.75107 133 130 - 28 0.66825 0.62357 118 110 - 29 0.84791 0.82093 145 140 - 30 0.77149 0.72451 145 136 - 31 0.75391 0.72864 144 139 - 32 0.68264 0.65324 138 132 - 33 0.80352 0.75599 154 144 - 34 0.72188 0.69419 156 150 - 35 0.76242 0.74448 166 162 - 36 0.69038 0.67293 154 150 - 37 0.61532 0.58984 144 138 - 38 0.65616 0.6272 148 141 - 39 0.74939 0.71714 185 177 - 40 0.66486 0.63341 162 154 - 41 0.6773 0.6501 177 170 - 42 0.69849 0.66851 185 177 - 43 0.59388 0.57924 155 151 - 44 0.63723 0.62291 178 174 - 45 0.74478 0.72378 212 206 - 46 0.68257 0.65859 199 192 - 47 0.67365 0.64012 193 183 - 48 0.68247 0.65291 208 199 - 49 0.60333 0.58724 183 178 - 50 0.67481 0.63695 199 187 - 51 0.6234 0.60793 201 196 - 52 0.62221 0.5949 205 196 - 53 0.60033 0.58246 201 195 - 54 0.56877 0.55415 191 186 - 55 0.5743 0.56566 200 197 - 56 0.60371 0.58114 213 205 - 57 0.61533 0.60424 220 216 - 58 0.55022 0.53385 188 182 - 59 0.49797 0.4819 185 179 - 60 0.57829 0.55985 219 212 - 61 0.48307 0.46234 182 174 - 62 0.50408 0.47858 193 183 - 63 0.47878 0.46372 189 183 - 64 0.4974 0.48998 182 179 - 65 0.45837 0.45107 185 182 - 66 0.53594 0.52635 206 202 - 67 0.47204 0.45078 193 184 - 68 0.43379 0.41516 187 179 - 69 0.47626 0.46249 206 200 - 70 0.3957 0.38439 174 169 - 71 0.46498 0.4516 206 200 - 72 0.40644 0.38444 183 173 - 73 0.4091 0.39826 189 184 - 74 0.37898 0.36185 176 168 - 75 0.37911 0.35587 176 165 - 76 0.37128 0.35251 177 168 - 77 0.3637 0.35135 171 165 - 78 0.38202 0.37186 177 172 - 79 0.38727 0.37323 184 177 - 80 0.33582 0.33186 167 165 - 81 0.35876 0.34897 179 174 - 82 0.33787 0.32627 170 164 - 83 0.33265 0.32118 174 168 - 84 0.3286 0.31538 174 167 - 85 0.30484 0.28803 163 154 - 86 0.30054 0.29131 162 157 - 87 0.3183 0.30371 174 166 - 88 0.33013 0.3193 183 177 - 89 0.25823 0.25288 145 142 - 90 0.25667 0.23903 144 134 - 91 0.28962 0.27741 163 156 - 92 0.27736 0.27046 152 148 - 93 0.26925 0.25729 154 147 - 94 0.25654 0.24978 150 146 - 95 0.22021 0.20851 133 126 - 96 0.23768 0.2294 133 128 - 97 0.22855 0.22036 137 132 - 98 0.2156 0.20749 130 125 - 99 0.24014 0.2289 142 135 - 100 0.21575 0.20621 135 129 - 101 0.19522 0.18735 124 119 - 102 0.20882 0.20414 128 125 - 103 0.19613 0.1915 127 124 - 104 0.1768 0.17068 112 108 - 105 0.18751 0.17993 121 116 - 106 0.167 0.1625 111 108 - 107 0.17213 0.16768 115 112 - 108 0.16926 0.16364 115 111 - 109 0.15503 0.15038 107 103 - 110 0.16927 0.16204 117 112 - 111 0.17071 0.16067 119 112 - 112 0.14112 0.13686 98 95 - 113 0.14455 0.14455 103 103 - 114 0.13836 0.13696 99 98 - 115 0.13156 0.12879 95 93 - 116 0.13616 0.13616 99 99 - 117 0.13569 0.13569 96 96 - 118 0.12403 0.11998 92 89 - 119 0.13741 0.13072 101 96 - 120 0.13567 0.12821 102 96 - 121 0.10837 0.10523 79 76 - 122 0.098005 0.09278 72 68 - 123 0.12511 0.11604 94 87 - 124 0.1056 0.1056 82 82 - 125 0.11102 0.10719 87 84 - 126 0.10906 0.10653 86 84 - 127 0.094201 0.087922 75 70 - 128 0.093738 0.089999 73 70 - 129 0.096991 0.092045 75 71 - 130 0.11047 0.10924 90 89 - 131 0.083298 0.077208 68 63 - 132 0.093356 0.087311 75 70 - 133 0.084025 0.082825 70 69 - 134 0.093417 0.091035 77 75 - 135 0.088292 0.085927 74 72 - 136 0.088984 0.084289 69 65 - 137 0.093268 0.090937 80 78 - 138 0.08001 0.077695 68 66 - 139 0.055504 0.055504 48 48 - 140 0.069596 0.066173 61 58 - 141 0.10429 0.098501 48 46 - 142 0.060777 0.05965 54 53 - 143 0.052549 0.051431 47 46 - 144 0.044335 0.044335 39 39 - 145 0.075281 0.069768 67 62 - 146 0.050383 0.050383 46 46 - 147 0.056916 0.052561 47 43 - 148 0.051854 0.048613 48 45 - 149 0.054759 0.052612 51 49 - 150 0.047978 0.045845 45 43 - 151 0.046667 0.042429 44 40 - 152 0.047161 0.035748 35 33 - 153 0.039899 0.036759 38 35 - 154 0.050457 0.043183 49 42 - 155 0.057972 0.056939 54 53 - 156 0.042105 0.038996 41 38 - 157 0.038751 0.036711 38 36 - 158 0.031423 0.029396 31 29 - 159 0.038313 0.03529 38 35 - 160 0.03615 0.034148 27 25 - 161 0.026867 0.024877 27 25 - 162 0.029231 0.028242 28 27 - 163 0.035908 0.033942 35 33 - 164 0.033234 0.029556 32 30 - 165 0.025464 0.025464 26 26 - 166 0.017376 0.014478 18 15 - 167 0.047241 0.035525 42 37 - 168 0.035058 0.02766 33 28 - 169 0.031369 0.031369 33 33 - 170 0.03807 0.034298 39 36 - 171 0.032518 0.032518 27 27 - 172 0.021468 0.019602 23 21 - 173 0.030925 0.027214 33 29 - 174 0.024752 0.023829 28 27 - 175 0.018024 0.017106 20 19 - 176 0.026466 0.02373 29 26 - 177 0.024497 0.024497 27 27 - 178 0.021664 0.018958 23 20 - 179 0.01795 0.017053 20 19 - 180 0.017855 0.017855 20 20 - 181 0.016493 0.015605 17 16 - 182 0.029207 0.027351 32 31 - 183 0.019188 0.01831 21 20 - 184 0.017814 0.015771 18 16 - 185 0.022304 0.018515 25 21 - 186 0.023509 0.021295 26 24 - 187 0.020216 0.017194 22 20 - 188 0.015539 0.015539 18 18 - 189 0.016184 0.016184 19 19 - 190 0.028622 0.023934 32 27 - 191 0.023796 0.023796 28 28 - 192 0.019171 0.014508 22 17 - 193 0.012641 0.0094384 14 11 - 194 0.01214 0.0083105 14 10 - 195 0.021074 0.018453 24 21 - 196 0.022103 0.021249 24 23 - 197 0.016302 0.015406 19 18 - 198 0.017343 0.013908 21 17 - 199 0.018247 0.014188 22 17 - 200 0.020589 0.017186 24 20 - 201 0.02424 0.016763 28 20 - 202 0.01312 0.0082996 16 10 - 203 0.011455 0.0074949 14 9 - 204 0.015151 0.010185 16 10 - 205 0.014151 0.0093514 15 9 - 206 0.006596 0.0025594 8 3 - 207 0.015734 0.0067016 19 8 - 208 0.0083167 0.0041361 9 4 - 209 0.013262 0.009004 15 10 - 210 0.015842 0.0071337 19 8 - 211 0.011667 0.0045116 13 4 - 212 0.016923 0.010717 18 10 - 213 0.012305 0.0062939 14 7 - 214 0.0082885 0.0048037 9 5 - 215 0.011649 0.0044403 14 5 - 216 0.0062373 0.00073716 8 1 - 217 0.010524 0.0055587 12 6 - 218 0.010135 0.003908 12 5 - 219 0.0047469 0.00074827 6 1 - 220 0.011165 0.0064782 13 7 - 221 0.0076578 0.0034881 10 4 - 222 0.009968 0.0030696 12 3 - 223 0.011449 0.0044263 14 5 - 224 0.012995 0.007003 14 7 - 225 0.0091661 0.0033931 10 4 - 226 0.0069216 0.0026888 8 3 - 227 0.010366 0.0025345 13 3 - 228 0.0068563 0.0032202 7 2 - 229 0.0023754 0.00075401 3 1 - 230 0.0089529 0.0033019 11 4 - 231 0.0064161 0.0021455 9 3 - 232 0.0077152 0.0032332 9 4 -### deleting electronFilter 0x2502a00 + 0 0.95504 0.95504 3 3 + 1 1.3795 1.3795 13 13 + 2 0.76405 0.76405 12 12 + 3 1.137 1.0916 25 24 + 4 1.2381 1.1674 35 33 + 5 0.95507 0.83932 33 29 + 6 1.0215 0.92357 41 37 + 7 0.86748 0.86748 38 38 + 8 0.88084 0.86212 46 45 + 9 0.78754 0.73728 47 44 + 10 0.94005 0.92489 62 61 + 11 0.87972 0.85204 62 60 + 12 0.87876 0.85329 69 67 + 13 0.96324 0.90429 77 72 + 14 1.1524 1.0865 92 86 + 15 0.90925 0.89898 87 86 + 16 0.91066 0.87207 94 90 + 17 0.84626 0.82807 92 90 + 18 0.71432 0.68851 83 80 + 19 0.8819 0.84109 108 103 + 20 0.97578 0.96025 89 87 + 21 0.8669 0.80767 98 90 + 22 0.8787 0.85748 124 121 + 23 0.71815 0.67073 106 99 + 24 0.84152 0.79604 128 121 + 25 0.81503 0.7526 130 120 + 26 0.8068 0.77069 134 128 + 27 0.69484 0.67747 120 117 + 28 0.87821 0.83352 157 149 + 29 0.80819 0.7812 149 144 + 30 0.78074 0.72332 147 136 + 31 0.74388 0.71355 147 141 + 32 0.75743 0.71332 154 145 + 33 0.79012 0.7711 167 163 + 34 0.72805 0.70498 157 152 + 35 0.79943 0.77252 177 171 + 36 0.84646 0.81593 194 187 + 37 0.74323 0.71775 175 169 + 38 0.67915 0.65847 164 159 + 39 0.76305 0.72661 163 154 + 40 0.68661 0.63723 168 161 + 41 0.77184 0.75266 188 183 + 42 0.63169 0.59047 162 151 + 43 0.68573 0.65644 184 176 + 44 0.65238 0.63448 182 177 + 45 0.59035 0.57284 167 162 + 46 0.93407 0.89653 186 181 + 47 0.66485 0.64808 199 194 + 48 0.56062 0.55405 170 168 + 49 0.67466 0.64891 208 200 + 50 0.58875 0.56982 186 180 + 51 0.64037 0.62181 197 191 + 52 0.64616 0.63098 213 208 + 53 0.59614 0.58125 200 195 + 54 0.63624 0.60115 216 204 + 55 0.5089 0.49159 177 171 + 56 0.5214 0.5073 181 176 + 57 0.56315 0.5493 203 198 + 58 0.55665 0.54031 203 197 + 59 0.49354 0.47479 184 177 + 60 0.45842 0.43734 174 166 + 61 0.51303 0.49489 192 185 + 62 0.60882 0.59605 215 210 + 63 0.52943 0.4968 210 197 + 64 0.49326 0.47102 197 188 + 65 0.448 0.43827 173 169 + 66 0.4898 0.46823 204 195 + 67 0.40947 0.39293 172 165 + 68 0.43763 0.42367 188 182 + 69 0.50206 0.4837 200 192 + 70 0.40493 0.39133 176 170 + 71 0.39557 0.37771 175 167 + 72 0.42951 0.41632 196 190 + 73 0.37913 0.37045 171 167 + 74 0.40439 0.38423 179 169 + 75 0.38623 0.37021 183 175 + 76 0.37604 0.36561 179 174 + 77 0.40745 0.38276 197 185 + 78 0.33796 0.32983 163 159 + 79 0.36533 0.3573 182 178 + 80 0.33124 0.31736 162 155 + 81 0.34521 0.33542 170 165 + 82 0.47486 0.45939 151 143 + 83 0.31594 0.29875 166 157 + 84 0.36248 0.34549 190 181 + 85 0.34316 0.33196 184 178 + 86 0.30699 0.29223 160 152 + 87 0.35629 0.34169 176 168 + 88 0.28946 0.28405 156 153 + 89 0.27655 0.27298 155 153 + 90 0.27463 0.25699 155 145 + 91 0.27749 0.27051 159 155 + 92 0.29334 0.28125 164 157 + 93 0.24744 0.2389 144 139 + 94 0.29071 0.28733 172 170 + 95 0.23158 0.22657 134 131 + 96 0.19364 0.18868 117 114 + 97 0.24933 0.23786 152 145 + 98 0.2069 0.19393 124 116 + 99 0.21515 0.20712 134 129 + 100 0.23603 0.22649 145 139 + 101 0.17691 0.17376 107 105 + 102 0.20272 0.19804 122 119 + 103 0.21 0.20383 136 132 + 104 0.19873 0.18802 128 121 + 105 0.19415 0.18809 127 123 + 106 0.21993 0.21542 143 140 + 107 0.17348 0.17051 116 114 + 108 0.1415 0.13561 96 92 + 109 0.16429 0.15845 113 109 + 110 0.15877 0.1472 109 101 + 111 0.14991 0.14418 104 100 + 112 0.1628 0.15712 115 111 + 113 0.1519 0.14767 107 104 + 114 0.14925 0.13946 102 95 + 115 0.14657 0.14242 105 102 + 116 0.12368 0.11544 90 84 + 117 0.12672 0.124 92 90 + 118 0.11616 0.11211 86 83 + 119 0.13496 0.13095 100 97 + 120 0.12085 0.11687 91 88 + 121 0.11069 0.10409 84 79 + 122 0.10063 0.099326 77 76 + 123 0.097602 0.095009 74 72 + 124 0.10375 0.097324 80 75 + 125 0.10435 0.10308 81 80 + 126 0.1 0.092409 79 73 + 127 0.09333 0.090819 74 72 + 128 0.10132 0.095084 81 76 + 129 0.090178 0.086468 71 68 + 130 0.081128 0.0799 66 65 + 131 0.078275 0.075839 63 61 + 132 0.095555 0.08951 79 74 + 133 0.090068 0.088868 75 74 + 134 0.074277 0.070703 62 59 + 135 0.089959 0.087593 70 68 + 136 0.076759 0.075583 65 64 + 137 0.072942 0.069445 59 56 + 138 0.077636 0.075322 67 65 + 139 0.086529 0.080769 72 67 + 140 0.083538 0.082397 67 66 + 141 0.069124 0.069124 61 61 + 142 0.067853 0.066727 60 59 + 143 0.058149 0.05479 52 49 + 144 0.073699 0.071479 66 64 + 145 0.063957 0.061752 58 56 + 146 0.051546 0.050452 44 43 + 147 0.044606 0.042417 41 39 + 148 0.059575 0.056278 54 51 + 149 0.045084 0.044011 42 41 + 150 0.043689 0.043689 38 38 + 151 0.045674 0.043547 42 40 + 152 0.047384 0.045279 45 43 + 153 0.039758 0.035575 38 34 + 154 0.032227 0.032227 31 31 + 155 0.055546 0.052448 44 41 + 156 0.045159 0.040034 44 39 + 157 0.042179 0.040137 41 39 + 158 0.044971 0.036473 37 35 + 159 0.044322 0.043315 44 43 + 160 0.042061 0.042061 42 42 + 161 0.054175 0.052184 27 25 + 162 0.047054 0.044087 43 40 + 163 0.030181 0.025267 29 24 + 164 0.034205 0.031274 35 32 + 165 0.032063 0.030117 33 31 + 166 0.031878 0.028981 33 30 + 167 0.036644 0.034724 37 35 + 168 0.045459 0.044485 44 43 + 169 0.028764 0.026866 30 28 + 170 0.033024 0.031137 35 33 + 171 0.025803 0.024865 26 25 + 172 0.031078 0.031078 32 32 + 173 0.026592 0.026592 27 27 + 174 0.02952 0.02952 32 32 + 175 0.023863 0.022946 26 25 + 176 0.021782 0.019957 23 21 + 177 0.023586 0.021772 26 24 + 178 0.02073 0.01805 22 20 + 179 0.02319 0.02319 25 25 + 180 0.017374 0.017374 19 19 + 181 0.019417 0.017348 21 19 + 182 0.016769 0.016769 19 19 + 183 0.016757 0.014122 18 15 + 184 0.015418 0.015418 17 17 + 185 0.014924 0.014056 17 16 + 186 0.019871 0.018142 22 20 + 187 0.016707 0.015629 19 18 + 188 0.018825 0.017113 22 20 + 189 0.02067 0.016714 23 19 + 190 0.020544 0.014657 22 16 + 191 0.022186 0.019535 24 22 + 192 0.01391 0.011135 16 13 + 193 0.010574 0.0069516 12 8 + 194 0.017432 0.016587 19 18 + 195 0.017183 0.014598 19 16 + 196 0.020248 0.013422 22 15 + 197 0.015734 0.012215 17 13 + 198 0.014994 0.013323 17 15 + 199 0.019835 0.015451 23 18 + 200 0.017688 0.016883 21 20 + 201 0.022517 0.016855 26 19 + 202 0.022257 0.016449 27 20 + 203 0.013567 0.0033134 15 4 + 204 0.010259 0.0062936 12 7 + 205 0.022171 0.020439 9 7 + 206 0.010378 0.0055368 11 5 + 207 0.0097626 0.0048129 12 6 + 208 0.0094109 0.0070823 10 7 + 209 0.01339 0.0044459 15 5 + 210 0.011285 0.0063808 11 7 + 211 0.011547 0.0076824 13 8 + 212 0.014414 0.0048871 16 5 + 213 0.016675 0.0075222 16 5 + 214 0.0068518 0.0027924 8 3 + 215 0.0099938 0.0020874 11 2 + 216 0.0055874 0.0024735 7 3 + 217 0.014803 0.0097945 17 11 + 218 0.012893 0.0077934 15 9 + 219 0.012444 0.004526 15 5 + 220 0.013054 0.0091236 16 11 + 221 0.01004 0.004918 12 6 + 222 0.0042964 0.0042964 5 5 + 223 0.0065175 0.003336 8 4 + 224 0.010318 0.0032169 12 4 + 225 0.0084761 0.0053198 10 6 + 226 0.0060196 0.0060196 7 7 + 227 0.014604 0.0074189 16 8 + 228 0.0091358 0.0046381 11 5 + 229 0.013342 0.0080858 15 8 + 230 0.0093168 0.004826 10 5 + 231 0.0022288 0.0007328 3 1 + 232 0.0077257 0.0032813 10 4 +### deleting electronFilter 0x141e940 diff --git a/examples/extended/medical/fanoCavity/History b/examples/extended/medical/fanoCavity/History index 4f8419eb8e..71c2bc939c 100644 --- a/examples/extended/medical/fanoCavity/History +++ b/examples/extended/medical/fanoCavity/History @@ -1,21 +1,19 @@ -------------------------------------------------------------------- +# Example fanoCavity History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - fanoCavity History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - -27-12-21 V. Ivantchenko (fano-V10-07-04) +## 2021-12-27 Vladimir Ivantchenko (fano-V11-00-01) - Make PhysicsLists of the example to be coherent with physics_list library + +## 2021-12-10 Ben Morgan (fano-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (fano-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index 3416cb6784..73a22d2329 100644 --- a/examples/extended/medical/fanoCavity/fanoCavity.out +++ b/examples/extended/medical/fanoCavity/fanoCavity.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -139,6 +139,7 @@ PhysicsList::SetCuts:CutLength : 10 km LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -156,7 +157,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -166,8 +167,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -266,14 +268,14 @@ hIoni: for proton XStype:1 SubType=2 Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 10 km e- 10 km e+ 10 km proton 10 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 1 TeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 1 TeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : g4Water_gas Range cuts : gamma 10 km e- 10 km e+ 10 km proton 10 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 1 TeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 1 TeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -283,18 +285,18 @@ Index : 1 used in the geometry : Yes ### Run 0 start. --> Event 0 starts. --> Event 1000 starts. - ---> NbofEvents= 1000 NbOfelectr= 70111 Tkin= 589.355 keV (0.000 %) NbOfelec in cav= 4602 Dose/EnFluence= 30.969 cm2/g (0.000 %) + ---> NbofEvents= 1000 NbOfelectr= 70412 Tkin= 588.048 keV (0.000 %) NbOfelec in cav= 4661 Dose/EnFluence= 28.936 cm2/g (0.000 %) --> Event 2000 starts. - ---> NbofEvents= 2000 NbOfelectr= 140982 Tkin= 589.004 keV (-0.060 %) NbOfelec in cav= 9508 Dose/EnFluence= 31.895 cm2/g (2.991 %) + ---> NbofEvents= 2000 NbOfelectr= 141062 Tkin= 588.463 keV (0.071 %) NbOfelec in cav= 9597 Dose/EnFluence= 31.202 cm2/g (7.829 %) --> Event 3000 starts. - ---> NbofEvents= 3000 NbOfelectr= 211272 Tkin= 588.919 keV (-0.015 %) NbOfelec in cav= 14413 Dose/EnFluence= 32.146 cm2/g (0.785 %) + ---> NbofEvents= 3000 NbOfelectr= 212079 Tkin= 588.710 keV (0.042 %) NbOfelec in cav= 14443 Dose/EnFluence= 30.413 cm2/g (-2.527 %) Run terminated. Run Summary Number of events processed : 4000 - User=6.640000s Real=6.719393s Sys=0.000000s + User=6.590000s Real=6.675273s Sys=0.000000s ======================== run summary ====================== @@ -304,28 +306,28 @@ Run Summary ============================================================ - Process calls frequency ---> compt= 281773 Transportation= 78120 msc= 458646 eIoni= 2209974 + Process calls frequency ---> compt= 283107 Transportation= 77147 msc= 448973 eIoni= 2234482 Gamma crossSections in wall material : compt= 63.464 cm2/g --> total= 63.464 cm2/g - Mean energy of secondary e- = 588.9642 keV +- 0.1028 % (--> range in wall material = 2.2248 mm ) - Mass_energy_transfer coef: 29.9023 cm2/g + Mean energy of secondary e- = 588.4069 keV +- 0.1026 % (--> range in wall material = 2.2220 mm ) + Mass_energy_transfer coef: 29.8740 cm2/g - StoppingPower in wall = 1.9640 MeV*cm2/g - in cavity = 1.9640 MeV*cm2/g + StoppingPower in wall = 1.9643 MeV*cm2/g + in cavity = 1.9643 MeV*cm2/g Charged particle flow in cavity : - Enter --> nbParticles = 19201 Energy = 9.6793 GeV - Exit --> nbParticles = 19207 Energy = 9.6792 GeV + Enter --> nbParticles = 19138 Energy = 9.6281 GeV + Exit --> nbParticles = 19151 Energy = 9.6320 GeV - Total edep in cavity = 13.9516 MeV +- 3.3499 % Total charged trackLength = 53.9141 m (mean value = 2.8079 mm ) - Total dose in cavity = 22.2047 MeV/mg - Dose/EnergyFluence = 31.3912 cm2/g + Total edep in cavity = 13.1072 MeV +- 2.8093 % Total charged trackLength = 52.9837 m (mean value = 2.7685 mm ) + Total dose in cavity = 20.8607 MeV/mg + Dose/EnergyFluence = 29.4912 cm2/g - (Dose/EnergyFluence)/Mass_energy_transfer = 1.04979 +- 0.03518 + (Dose/EnergyFluence)/Mass_energy_transfer = 0.98719 +- 0.02775 - StepSize of ch. tracks in wall = 174.6683 um +- 187.8429 um (nbSteps/track = 9.6492) - StepSize of ch. tracks in cavity = 2.6620 mm +- 2.0560 mm (nbSteps/track = 1.0548) + StepSize of ch. tracks in wall = 174.9550 um +- 188.4556 um (nbSteps/track = 9.6539) + StepSize of ch. tracks in cavity = 2.6481 mm +- 2.0419 mm (nbSteps/track = 1.0455) G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/medical/fanoCavity2/History b/examples/extended/medical/fanoCavity2/History index db9737ea1e..645fe31377 100644 --- a/examples/extended/medical/fanoCavity2/History +++ b/examples/extended/medical/fanoCavity2/History @@ -1,21 +1,19 @@ -------------------------------------------------------------------- +# Example fanoCavity2 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - fanoCavity2 History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - -27-12-21 V. Ivantchenko (fano2-V10-07-04) +## 2021-12-27 Vladimir Ivantchenko (fano2-V11-00-01) - Make PhysicsLists of the example to be coherent with physics_list library + +## 2021-12-10 Ben Morgan (fano2-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (fano2-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index 2db42c75ee..94133b81fd 100644 --- a/examples/extended/medical/fanoCavity2/fanoCavity2.out +++ b/examples/extended/medical/fanoCavity2/fanoCavity2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -137,6 +137,7 @@ PhysicsList::AddPhysicsList: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -154,7 +155,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -164,8 +165,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -264,14 +266,14 @@ hIoni: for proton XStype:1 SubType=2 Index : 0 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 10 km e- 10 km e+ 10 km proton 10 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 1 TeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 1 TeV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : g4Water_gas Range cuts : gamma 10 km e- 10 km e+ 10 km proton 10 km - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 1 TeV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 1 TeV Region(s) which use this couple : DefaultRegionForTheWorld @@ -300,47 +302,47 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 ### Run 0 start. --> Event 0 starts. --> Event 10000 starts. ---->evntNb= 10000 Nwall= 10000 Ncav= 1 Ic/Iw= 0.52676 Ne-_cav= 2929 doseCavity/Ebeam= 1.36059 (100*(ratio-1) = 36.05883 %) +--->evntNb= 10000 Nwall= 10000 Ncav= 1 Ic/Iw= 0.52676 Ne-_cav= 2935 doseCavity/Ebeam= 1.38478 (100*(ratio-1) = 38.47829 %) --> Event 20000 starts. ---->evntNb= 20000 Nwall= 19998 Ncav= 3 Ic/Iw= 0.79022 Ne-_cav= 5833 doseCavity/Ebeam= 1.29966 (100*(ratio-1) = 29.96607 %) +--->evntNb= 20000 Nwall= 19998 Ncav= 3 Ic/Iw= 0.79022 Ne-_cav= 5837 doseCavity/Ebeam= 1.30960 (100*(ratio-1) = 30.95961 %) --> Event 30000 starts. ---->evntNb= 30000 Nwall= 29995 Ncav= 6 Ic/Iw= 1.05370 Ne-_cav= 8640 doseCavity/Ebeam= 1.28234 (100*(ratio-1) = 28.23411 %) +--->evntNb= 30000 Nwall= 29995 Ncav= 6 Ic/Iw= 1.05370 Ne-_cav= 8639 doseCavity/Ebeam= 1.31119 (100*(ratio-1) = 31.11949 %) Run terminated. Run Summary Number of events processed : 40000 - User=1.160000s Real=1.183206s Sys=0.000000s + User=1.160000s Real=1.177376s Sys=0.000000s - Process calls frequency ---> eIoni= 328377 msc= 138784 Transportation= 22921 + Process calls frequency ---> eIoni= 328414 msc= 138727 Transportation= 22903 Charged particle flow in cavity : - Enter --> nbParticles = 11460 Energy = 7.208 GeV - Exit --> nbParticles = 11460 Energy = 7.210 GeV + Enter --> nbParticles = 11451 Energy = 7.205 GeV + Exit --> nbParticles = 11451 Energy = 7.207 GeV beamFluence in wall = 39988 in cavity = 12 Icav/Iwall = 1.58076 energyFluence = 37.96066 MeV*cm2/mg - Total edep in cavity = 10.07848 MeV +- 5.09793 % - Total dose in cavity = 50.39241 MeV*cm2/mg +- 5.09793 % + Total edep in cavity = 10.22817 MeV +- 5.11570 % + Total dose in cavity = 51.14086 MeV*cm2/mg +- 5.11570 % - DoseCavity/EnergyFluence = 1.32749 +- 0.06767 + DoseCavity/EnergyFluence = 1.34721 +- 0.06892 - Total charged trackLength in cavity = 42.8034 m (mean value = 3.7350 mm ) + Total charged trackLength in cavity = 43.4676 m (mean value = 3.7960 mm ) - StepSize of ch. tracks in wall = 369.4254 um +- 284.3910 um (nbSteps/track = 11.9580) - StepSize of ch. tracks in cavity = 3.5957 mm +- 9.2429 mm (nbSteps/track = 1.0387) + StepSize of ch. tracks in wall = 369.4681 um +- 284.3692 um (nbSteps/track = 11.9571) + StepSize of ch. tracks in cavity = 3.6518 mm +- 1.0372 cm (nbSteps/track = 1.0395) ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2092749592497649197, 434579495461712601, 1079543112934438194, 797730376220763308, 1337486248454233144, 1174329573933619888, 1032000357783861353, 1381706112479479715, 872079550668714938, 632043008343258040, 2069486147796826259, 420930916164881579, 1639547228898432769, 1114128558910937107, 1649250808378474067, 334790215466680627, 1210915680774403351} counter= 7sumtot= 826552911458814529 +N=17 V[N]={1654413378427596061, 2083774194714727894, 435632633583180387, 1249217075862885945, 1841610948578514178, 2195212315604842651, 604850147562425736, 71370128272451398, 692251873205795303, 688961742426314054, 1568443410653060393, 934486371783296866, 250285745308568758, 981911920856436405, 1911439761393675093, 1678696166129964874, 1107850824324498422} counter= 3sumtot= 1503664564978682810 --------------------------------------- ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2092749592497649197, 434579495461712601, 1079543112934438194, 797730376220763308, 1337486248454233144, 1174329573933619888, 1032000357783861353, 1381706112479479715, 872079550668714938, 632043008343258040, 2069486147796826259, 420930916164881579, 1639547228898432769, 1114128558910937107, 1649250808378474067, 334790215466680627, 1210915680774403351} counter= 7sumtot= 826552911458814529 +N=17 V[N]={1654413378427596061, 2083774194714727894, 435632633583180387, 1249217075862885945, 1841610948578514178, 2195212315604842651, 604850147562425736, 71370128272451398, 692251873205795303, 688961742426314054, 1568443410653060393, 934486371783296866, 250285745308568758, 981911920856436405, 1911439761393675093, 1678696166129964874, 1107850824324498422} counter= 3sumtot= 1503664564978682810 --------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/optical/History b/examples/extended/optical/History index 072cd14c8d..ccbdbcb9e0 100644 --- a/examples/extended/optical/History +++ b/examples/extended/optical/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example optical History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Optical Examples History file - ----------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exOptical-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 24 May 2021: B. Morgan (exOptical-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/optical/LXe/History b/examples/extended/optical/LXe/History index 5f9fa13edf..ce73eee76a 100644 --- a/examples/extended/optical/LXe/History +++ b/examples/extended/optical/LXe/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example LXe History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - LXe History file - ---------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (LXe-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 06, 2021 I. Hrivnacova (LXe-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/optical/LXe/LXe.out b/examples/extended/optical/LXe/LXe.out index 7fd79eb25c..5a533a676f 100644 --- a/examples/extended/optical/LXe/LXe.out +++ b/examples/extended/optical/LXe/LXe.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -112,7 +116,8 @@ OpWLS2 is created LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -129,7 +134,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -139,8 +144,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -219,12 +225,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -255,10 +261,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -293,10 +299,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -329,12 +335,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -345,10 +351,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -362,10 +368,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -394,10 +400,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -426,10 +432,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -458,14 +464,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -476,7 +481,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -491,14 +496,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -509,7 +513,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -524,10 +528,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -556,10 +560,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -593,15 +597,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -611,10 +618,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -622,10 +631,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -634,6 +645,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -641,11 +653,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -653,11 +667,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -666,10 +682,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -680,10 +698,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -694,10 +714,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -707,10 +729,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -721,10 +745,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -735,10 +761,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -749,10 +777,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -762,11 +792,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -774,6 +806,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -781,6 +814,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -790,6 +824,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -797,11 +832,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -809,11 +846,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -823,11 +862,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -835,6 +876,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -842,6 +884,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -851,11 +894,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -863,11 +908,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -877,11 +924,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -889,11 +938,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -903,29 +954,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -938,28 +991,28 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Al Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.84821 keV e- 461.317 keV e+ 445.215 keV proton 70 keV + Energy thresholds : gamma 5.84809 keV e- 461.311 keV e+ 445.215 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : LXe Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 23.9007 keV e- 392.975 keV e+ 377.543 keV proton 70 keV + Energy thresholds : gamma 23.9005 keV e- 392.984 keV e+ 377.557 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Glass Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09818 keV e- 281.681 keV e+ 274.857 keV proton 70 keV + Energy thresholds : gamma 2.09772 keV e- 281.684 keV e+ 274.852 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -971,46 +1024,44 @@ See commands in /vis/modeling/trajectories/ for other options. --> Event 0 starts. --> Event 10 starts. --> Event 20 starts. ---> Event 30 starts. -/control/shell cp ./currentEvent.rndm ./run0evt35.rndm -./currentEvent.rndm is copied to ./run0evt35.rndm--> Event 40 starts. +/control/shell cp ./currentEvent.rndm ./run0evt26.rndm +./currentEvent.rndm is copied to ./run0evt26.rndm--> Event 30 starts. +--> Event 40 starts. --> Event 50 starts. -/control/shell cp ./currentEvent.rndm ./run0evt53.rndm -./currentEvent.rndm is copied to ./run0evt53.rndm--> Event 60 starts. +--> Event 60 starts. --> Event 70 starts. --> Event 80 starts. -/control/shell cp ./currentEvent.rndm ./run0evt89.rndm -./currentEvent.rndm is copied to ./run0evt89.rndm--> Event 90 starts. ---> Event 100 starts. +--> Event 90 starts. +/control/shell cp ./currentEvent.rndm ./run0evt97.rndm +./currentEvent.rndm is copied to ./run0evt97.rndm--> Event 100 starts. --> Event 110 starts. -/control/shell cp ./currentEvent.rndm ./run0evt118.rndm -./currentEvent.rndm is copied to ./run0evt118.rndm--> Event 120 starts. ---> Event 130 starts. +--> Event 120 starts. +/control/shell cp ./currentEvent.rndm ./run0evt122.rndm +./currentEvent.rndm is copied to ./run0evt122.rndm--> Event 130 starts. --> Event 140 starts. --> Event 150 starts. --> Event 160 starts. --> Event 170 starts. --> Event 180 starts. -/control/shell cp ./currentEvent.rndm ./run0evt181.rndm -./currentEvent.rndm is copied to ./run0evt181.rndm--> Event 190 starts. +--> Event 190 starts. Run terminated. Run Summary Number of events processed : 200 - User=9.290000s Real=9.663098s Sys=0.090000s + User=7.760000s Real=8.088067s Sys=0.070000s ======================== run summary ====================== The run was 200 events. -Number of hits per event: 770.8 +- 9.78 -Number of hits per event above threshold: 31.14 +- 0.3144 -Number of scintillation photons per event : 4112 +- 0 -Number of Cerenkov photons per event: 0.48 +- 0.05743 -Number of absorbed photons per event : 3342 +- 0 +Number of hits per event: 1257 +- 13.72 +Number of hits per event above threshold: 31.66 +- 0.2254 +Number of scintillation photons per event : 4184 +- 0 +Number of Cerenkov photons per event: 0.7 +- 0.06442 +Number of absorbed photons per event : 2927 +- 31.82 Number of photons absorbed at boundary per event: 0 +- 0 -Total energy deposition in scintillator per event: 518.3 +- 5.943 keV. +Total energy deposition in scintillator per event: 517.9 +- 5.236 keV. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /vis/enable WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system has been instantiated. Use "/vis/open" or "/vis/sceneHandler/create". @@ -1034,28 +1085,28 @@ G4VisManager::Enable: WARNING: visualization remains disabled for Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Al Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.84821 keV e- 461.317 keV e+ 445.215 keV proton 70 keV + Energy thresholds : gamma 5.84809 keV e- 461.311 keV e+ 445.215 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : LXe Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 23.9007 keV e- 392.975 keV e+ 377.543 keV proton 70 keV + Energy thresholds : gamma 23.9005 keV e- 392.984 keV e+ 377.557 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Glass Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09818 keV e- 281.681 keV e+ 274.857 keV proton 70 keV + Energy thresholds : gamma 2.09772 keV e- 281.684 keV e+ 274.852 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1063,74 +1114,74 @@ Index : 3 used in the geometry : Yes ### Run 1 starts. --> Event 0 starts. - Energy weighted position of hits in LXe : (-2.22424,10.3099,-93.2125) - Total energy deposition in scintillator : 536.827 (keV) - Reconstructed position of hits in LXe : (5.696,5.8022,-27.6737) - Number of photons that hit PMTs in this event : 838 + Energy weighted position of hits in LXe : (-12.9462,9.52856,-81.1039) + Total energy deposition in scintillator : 532.853 (keV) + Reconstructed position of hits in LXe : (-4.76928,3.82194,-22.0706) + Number of photons that hit PMTs in this event : 1328 Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4492 + Number of photons produced by scintillation in this event : 4419 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3654 + Number of photons absorbed (OpAbsorption) in this event : 3091 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (0.0487087,0.0220949,-109.494) - Total energy deposition in scintillator : 321.46 (keV) - Reconstructed position of hits in LXe : (-2.84422,-2.13237,-31.0284) - Number of photons that hit PMTs in this event : 501 + Energy weighted position of hits in LXe : (-1.07755,3.10442,-93.4717) + Total energy deposition in scintillator : 532.993 (keV) + Reconstructed position of hits in LXe : (-1.04736,0.434513,-22.7684) + Number of photons that hit PMTs in this event : 1237 Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 2665 + Number of photons produced by scintillation in this event : 4348 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 2164 + Number of photons absorbed (OpAbsorption) in this event : 3111 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (9.82989,2.37017,-52.6496) - Total energy deposition in scintillator : 537.009 (keV) - Reconstructed position of hits in LXe : (6.39842,2.5582,-15.7084) - Number of photons that hit PMTs in this event : 870 + Energy weighted position of hits in LXe : (4.12514,-2.25133,-72.8561) + Total energy deposition in scintillator : 532.779 (keV) + Reconstructed position of hits in LXe : (1.81878,-2.53349,-23.8319) + Number of photons that hit PMTs in this event : 1392 Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4548 + Number of photons produced by scintillation in this event : 4472 + Number of photons produced by cerenkov in this event : 0 + Number of photons absorbed (OpAbsorption) in this event : 3080 + Number of photons absorbed at boundaries (OpBoundary) in this event : 0 +Unaccounted for photons in this event : 0 + Energy weighted position of hits in LXe : (-1.53804,-5.46199,-97.5577) + Total energy deposition in scintillator : 533.866 (keV) + Reconstructed position of hits in LXe : (-5.00775,-4.83599,-18.067) + Number of photons that hit PMTs in this event : 1264 + Number of PMTs above threshold(4) : 32 + Number of photons produced by scintillation in this event : 4499 + Number of photons produced by cerenkov in this event : 0 + Number of photons absorbed (OpAbsorption) in this event : 3235 + Number of photons absorbed at boundaries (OpBoundary) in this event : 0 +Unaccounted for photons in this event : 0 + Energy weighted position of hits in LXe : (-0.108608,-0.0383864,7.88135) + Total energy deposition in scintillator : 533.427 (keV) + Reconstructed position of hits in LXe : (-4.05244,-3.02192,4.18327) + Number of photons that hit PMTs in this event : 1388 + Number of PMTs above threshold(4) : 32 + Number of photons produced by scintillation in this event : 4559 Number of photons produced by cerenkov in this event : 1 - Number of photons absorbed (OpAbsorption) in this event : 3679 - Number of photons absorbed at boundaries (OpBoundary) in this event : 0 -Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (-7.49843,13.9203,-58.3383) - Total energy deposition in scintillator : 536.406 (keV) - Reconstructed position of hits in LXe : (-3.9173,3.53167,-24.5564) - Number of photons that hit PMTs in this event : 830 - Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4422 - Number of photons produced by cerenkov in this event : 2 - Number of photons absorbed (OpAbsorption) in this event : 3594 - Number of photons absorbed at boundaries (OpBoundary) in this event : 0 -Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (0.0168128,22.5714,-71.6467) - Total energy deposition in scintillator : 537.256 (keV) - Reconstructed position of hits in LXe : (1.27222,5.85844,-21.6095) - Number of photons that hit PMTs in this event : 805 - Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4519 - Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3714 + Number of photons absorbed (OpAbsorption) in this event : 3172 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 5 - User=0.300000s Real=0.316209s Sys=0.000000s + User=0.200000s Real=0.201531s Sys=0.000000s ======================== run summary ====================== The run was 5 events. -Number of hits per event: 768.8 +- 60.6 +Number of hits per event: 1322 +- 28.2 Number of hits per event above threshold: 32 +- 0 -Number of scintillation photons per event : 4129 +- 327.9 -Number of Cerenkov photons per event: 0.6 +- 0.3578 -Number of absorbed photons per event : 3361 +- 268.2 +Number of scintillation photons per event : 4459 +- 32.06 +Number of Cerenkov photons per event: 0.2 +- 0.1789 +Number of absorbed photons per event : 3138 +- 25.97 Number of photons absorbed at boundary per event: 0 +- 0 -Total energy deposition in scintillator per event: 493.8 +- 38.53 keV. +Total energy deposition in scintillator per event: 533.2 +- 0.1827 keV. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /tracking/verbose 1 /LXe/forceDrawPhotons true /LXe/detector/MainScintYield 100 @@ -1147,28 +1198,28 @@ Total energy deposition in scintillator per event: 493.8 +- 38.53 keV. Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Al Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.84821 keV e- 461.317 keV e+ 445.215 keV proton 70 keV + Energy thresholds : gamma 5.84809 keV e- 461.311 keV e+ 445.215 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : LXe Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 23.9007 keV e- 392.975 keV e+ 377.543 keV proton 70 keV + Energy thresholds : gamma 23.9005 keV e- 392.984 keV e+ 377.557 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Glass Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09818 keV e- 281.681 keV e+ 274.857 keV proton 70 keV + Energy thresholds : gamma 2.09772 keV e- 281.684 keV e+ 274.852 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1185,946 +1236,933 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 0 0 0 -200 0.511 0 0 0 expHall initStep 1 0 0 -114 0.511 0 86.4 86.4 housing Transportation 2 0 0 -113 0.511 0 0.635 87 scintillator Transportation - 3 0 0 -87.9 0 0.0346 25.1 112 scintillator phot + 3 0 0 -108 0.237 0.000678 4.83 91.8 scintillator compt + 4 -3.67 -1.9 -109 0.111 0.000927 4.14 96 scintillator compt + 5 -3.63 -1.84 -108 0 0.001 0.0923 96.1 scintillator phot + +********************************************************************************************************* +* 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 -3.63 -1.84 -108 0.11 0 0 0 scintillator initStep + 1 -3.62 -1.84 -108 0.106 0.00397 0.00649 0.00649 scintillator msc + 2 -3.62 -1.84 -108 0.0741 0.0318 0.0346 0.041 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.62 -1.84 -108 7.11e-06 0 0 0 scintillator initStep + 1 12.9 -17.1 -113 7.11e-06 0 22.9 22.9 housing Transportation + 2 12.9 -17.1 -113 7.11e-06 0 0 22.9 scintillator Transportation + 3 25.6 -28.9 -110 7.11e-06 7.11e-06 17.7 40.7 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.62 -1.84 -108 7.03e-06 0 0 0 scintillator initStep + 1 -89 0.272 -112 7.03e-06 0 85.5 85.5 housing Transportation + 2 -89 0.272 -112 7.03e-06 0 0 85.5 scintillator Transportation + 3 -76.3 0.586 -113 7.03e-06 0 12.7 98.2 housing Transportation + 4 -76.3 0.586 -113 7.03e-06 0 0 98.2 scintillator Transportation + 5 89 4.67 -105 7.03e-06 0 166 264 housing Transportation + 6 89 4.67 -105 7.03e-06 0 0 264 scintillator Transportation + 7 47.3 5.7 -103 7.03e-06 7.03e-06 41.8 306 scintillator OpAbsorption + +********************************************************************************************************* +* 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 + 2 -3.62 -1.84 -108 0.0741 0 0 0.041 scintillator initStep + 3 -3.62 -1.84 -108 0.072 0.00215 0.00342 0.0445 scintillator msc + 4 -3.63 -1.84 -108 0.0512 0.0207 0.0247 0.0691 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.62 -1.84 -108 7.03e-06 0 0 0 scintillator initStep + 1 14.2 -3.35 -88.9 7.03e-06 7.03e-06 26.5 26.5 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.63 -1.84 -108 7.03e-06 0 0 0 scintillator initStep + 1 -3.81 -2.25 -113 7.03e-06 0 4.53 4.53 housing Transportation + 2 -3.81 -2.25 -113 7.03e-06 0 0 4.53 scintillator Transportation + 3 -13.2 -22.9 113 7.03e-06 0 227 232 housing Transportation + 4 -13.2 -22.9 113 7.03e-06 0 0 232 scintillator Transportation + 5 -22.6 -43.5 -113 7.03e-06 0 227 459 pmt Transportation + 6 -22.6 -43.5 -113 7.03e-06 7.03e-06 0.319 459 photocath Transportation + +********************************************************************************************************* +* 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 + 4 -3.63 -1.84 -108 0.0512 0 0 0.0691 scintillator initStep + 5 -3.63 -1.84 -108 0.0495 0.00173 0.00187 0.071 scintillator msc + 6 -3.63 -1.84 -108 0.0377 0.0118 0.0185 0.0895 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.63 -1.84 -108 7.05e-06 0 0 0 scintillator initStep + 1 -2.83 -5.59 -113 7.05e-06 0 5.92 5.92 housing Transportation + 2 -2.83 -5.59 -113 7.05e-06 0 0 5.92 scintillator Transportation + 3 15 -89 -12.7 7.05e-06 0 132 138 housing Transportation + 4 15 -89 -12.7 7.05e-06 0 0 138 scintillator Transportation + 5 37.2 15.5 113 7.05e-06 0 165 303 housing Transportation + 6 37.2 15.5 113 7.05e-06 0 0 303 scintillator Transportation + 7 45 51.9 69.3 7.05e-06 0 57.4 360 sphere Transportation + 8 45 51.9 69.3 7.05e-06 0 0 360 scintillator Transportation + 9 34.4 89 98.4 7.05e-06 0 48.3 408 housing Transportation + 10 34.4 89 98.4 7.05e-06 0 0 408 scintillator Transportation + 11 29.1 70.4 113 7.05e-06 0 24.2 433 housing Transportation + 12 29.1 70.4 113 7.05e-06 0 0 433 scintillator Transportation + 13 19.1 35.1 85.3 7.05e-06 7.05e-06 46 479 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.63 -1.84 -108 7.12e-06 0 0 0 scintillator initStep + 1 89 7.43 -55 7.12e-06 0 107 107 housing Transportation + 2 89 7.43 -55 7.12e-06 0 0 107 scintillator Transportation + 3 89 7.43 -55 7.12e-06 7.12e-06 0.0258 107 scintillator OpAbsorption + +********************************************************************************************************* +* 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 + 6 -3.63 -1.84 -108 0.0377 0 0 0.0895 scintillator initStep + 7 -3.63 -1.84 -108 0.0372 0.000484 0.00113 0.0906 scintillator msc + 8 -3.63 -1.84 -108 0.00713 0.0301 0.0146 0.105 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.63 -1.84 -108 7.01e-06 0 0 0 scintillator initStep + 1 -27.4 -89 -85.3 7.01e-06 0 93.3 93.3 pmt Transportation + 2 -27.5 -89.3 -85.2 7.01e-06 7.01e-06 0.341 93.6 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.63 -1.84 -108 7.13e-06 0 0 0 scintillator initStep + 1 -9.64 -31.2 -113 7.13e-06 0 30.3 30.3 housing Transportation + 2 -9.64 -31.2 -113 7.13e-06 0 0 30.3 scintillator Transportation + 3 -21.5 -89 -104 7.13e-06 0 59.6 90 housing Transportation + 4 -21.5 -89 -104 7.13e-06 0 0 90 scintillator Transportation + 5 -43.2 17.5 -87.8 7.13e-06 7.13e-06 110 200 scintillator OpAbsorption + +********************************************************************************************************* +* 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 + 8 -3.63 -1.84 -108 0.00713 0 0 0.105 scintillator initStep + 9 -3.63 -1.84 -108 0.00704 9.78e-05 8.25e-05 0.105 scintillator msc + 10 -3.63 -1.84 -108 0 0.00704 0.00105 0.106 scintillator eIoni + 11 -3.63 -1.84 -108 0 0 0 0.106 scintillator NoProcess + +********************************************************************************************************* +* 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 -3.67 -1.9 -109 0.125 0 0 0 scintillator initStep + 1 -3.67 -1.9 -109 0.122 0.00326 0.00801 0.00801 scintillator msc + 2 -3.68 -1.9 -109 0.0969 0.0251 0.0397 0.0478 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.68 -1.9 -109 7e-06 0 0 0 scintillator initStep + 1 -46.6 -89 43.7 7e-06 0 181 181 housing Transportation + 2 -46.6 -89 43.7 7e-06 0 0 181 scintillator Transportation + 3 -66.1 -49.4 113 7e-06 0 82.2 263 pmt Transportation + 4 -66.2 -49.2 113 7e-06 7e-06 0.382 263 photocath Transportation + +********************************************************************************************************* +* 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 + 2 -3.68 -1.9 -109 0.0969 0 0 0.0478 scintillator initStep + 3 -3.68 -1.9 -109 0.0931 0.00377 0.00529 0.053 scintillator msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.68 -1.9 -109 7.06e-06 0 0 0 scintillator initStep + 1 -19.1 2.65 -113 7.06e-06 0 16.7 16.7 housing Transportation + 2 -19.1 2.65 -113 7.06e-06 0 0 16.7 scintillator Transportation + 3 -89 23.3 -92.8 7.06e-06 0 75.6 92.3 housing Transportation + 4 -89 23.3 -92.8 7.06e-06 0 0 92.3 scintillator Transportation + 5 21 55.7 -61 7.06e-06 7.06e-06 119 211 scintillator OpAbsorption + +********************************************************************************************************* +* 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 + 3 -3.68 -1.9 -109 0.0931 0 0 0.053 scintillator initStep + 4 -3.68 -1.9 -109 0.0892 0.00391 0.00496 0.058 scintillator msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.68 -1.9 -109 7.01e-06 0 0 0 scintillator initStep + 1 -89 -76.3 -69.5 7.01e-06 0 120 120 housing Transportation + 2 -89 -76.3 -69.5 7.01e-06 0 0 120 scintillator Transportation + 3 -74.5 -89 -62.9 7.01e-06 0 20.4 140 housing Transportation + 4 -74.5 -89 -62.9 7.01e-06 0 0 140 scintillator Transportation + 5 89 53.7 12 7.01e-06 0 230 370 pmt Transportation + 6 89.3 53.9 12.1 7.01e-06 7.01e-06 0.46 370 photocath Transportation + +********************************************************************************************************* +* 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 + 4 -3.68 -1.9 -109 0.0892 0 0 0.058 scintillator initStep + 5 -3.69 -1.9 -109 0.0885 0.000726 0.00463 0.0626 scintillator msc + 6 -3.69 -1.89 -109 0.0696 0.0188 0.0293 0.0919 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.69 -1.9 -109 7.07e-06 0 0 0 scintillator initStep + 1 -9.61 -1.22 -113 7.07e-06 0 7.45 7.45 housing Transportation + 2 -9.61 -1.22 -113 7.07e-06 0 0 7.45 scintillator Transportation + 3 -89 7.89 -53 7.07e-06 0 99.9 107 housing Transportation + 4 -89 7.89 -53 7.07e-06 0 0 107 scintillator Transportation + 5 1.14 18.2 15.1 7.07e-06 7.07e-06 113 221 scintillator OpAbsorption + +********************************************************************************************************* +* 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 + 6 -3.69 -1.89 -109 0.0696 0 0 0.0919 scintillator initStep + 7 -3.69 -1.9 -109 0.0687 0.000913 0.00309 0.095 scintillator msc + 8 -3.68 -1.9 -109 0.0506 0.0181 0.0238 0.119 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.69 -1.9 -109 7.01e-06 0 0 0 scintillator initStep + 1 1.33 -19.1 -101 7.01e-06 7.01e-06 19.5 19.5 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.69 -1.9 -109 7.08e-06 0 0 0 scintillator initStep + 1 3.36 1.8 -113 7.08e-06 0 9.13 9.13 housing Transportation + 2 3.36 1.8 -113 7.08e-06 0 0 9.13 scintillator Transportation + 3 74.6 39.2 -67.8 7.08e-06 7.08e-06 92.3 101 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.69 -1.9 -109 7.11e-06 0 0 0 scintillator initStep + 1 -89 -88.6 -103 7.11e-06 0 122 122 housing Transportation + 2 -89 -88.6 -103 7.11e-06 0 0 122 scintillator Transportation + 3 -88.6 -89 -103 7.11e-06 0 0.566 122 housing Transportation + 4 -88.6 -89 -103 7.11e-06 0 0 122 scintillator Transportation + 5 86.5 89 -92.7 7.11e-06 0 250 372 housing Transportation + 6 86.5 89 -92.7 7.11e-06 0 0 372 scintillator Transportation + 7 89 86.5 -92.5 7.11e-06 0 3.5 376 housing Transportation + 8 89 86.5 -92.5 7.11e-06 0 0 376 scintillator Transportation + 9 -83.7 -89 -82.1 7.11e-06 0 246 622 housing Transportation + 10 -83.7 -89 -82.1 7.11e-06 0 0 622 scintillator Transportation + 11 -89 -83.6 -81.7 7.11e-06 0 7.56 630 housing Transportation + 12 -89 -83.6 -81.7 7.11e-06 0 0 630 scintillator Transportation + 13 -26.4 -20 -77.9 7.11e-06 7.11e-06 89.4 719 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.69 -1.9 -109 7.06e-06 0 0 0 scintillator initStep + 1 -25.1 50.3 -113 7.06e-06 0 56.6 56.6 pmt Transportation + 2 -25.1 50.3 -113 7.06e-06 0 0 56.6 scintillator Transportation + 3 -41 89 -110 7.06e-06 0 42 98.6 housing Transportation + 4 -41 89 -110 7.06e-06 0 0 98.6 scintillator Transportation + 5 -89 -27.9 -99.7 7.06e-06 0 127 225 housing Transportation + 6 -89 -27.9 -99.7 7.06e-06 0 0 225 scintillator Transportation + 7 -63.9 -89 -94.4 7.06e-06 0 66.2 292 housing Transportation + 8 -63.9 -89 -94.4 7.06e-06 0 0 292 scintillator Transportation + 9 9.14 89 -79.2 7.06e-06 0 193 485 housing Transportation + 10 9.14 89 -79.2 7.06e-06 0 0 485 scintillator Transportation + 11 82.2 -89 -63.9 7.06e-06 0 193 678 housing Transportation + 12 82.2 -89 -63.9 7.06e-06 0 0 678 scintillator Transportation + 13 89 -72.5 -62.5 7.06e-06 0 17.9 696 housing Transportation + 14 89 -72.5 -62.5 7.06e-06 0 0 696 scintillator Transportation + 15 74.5 -37.1 -59.5 7.06e-06 7.06e-06 38.3 734 scintillator OpAbsorption + +********************************************************************************************************* +* 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 + 8 -3.68 -1.9 -109 0.0506 0 0 0.119 scintillator initStep + 9 -3.68 -1.9 -109 0.0502 0.00037 0.00183 0.121 scintillator msc + 10 -3.68 -1.9 -109 0.03 0.0202 0.0187 0.139 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.68 -1.9 -109 7.07e-06 0 0 0 scintillator initStep + 1 -7.66 0.23 -113 7.07e-06 0 6.36 6.36 housing Transportation + 2 -7.66 0.23 -113 7.07e-06 0 0 6.36 scintillator Transportation + 3 -89 43.7 -21.5 7.07e-06 0 130 136 pmt Transportation + 4 -89.3 43.8 -21.1 7.07e-06 7.07e-06 0.524 137 photocath Transportation + +********************************************************************************************************* +* 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 + 10 -3.68 -1.9 -109 0.03 0 0 0.139 scintillator initStep + 11 -3.68 -1.9 -109 0.0276 0.0024 0.000782 0.14 scintillator msc + 12 -3.68 -1.89 -109 0 0.0276 0.0101 0.15 scintillator eIoni + 13 -3.68 -1.89 -109 0 0 0 0.15 scintillator NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.68 -1.89 -109 7.1e-06 0 0 0 scintillator initStep + 1 -3.94 0.156 -113 7.1e-06 0 4.93 4.93 housing Transportation + 2 -3.94 0.156 -113 7.1e-06 0 0 4.93 scintillator Transportation + 3 -9.2 41.7 -22.3 7.1e-06 7.1e-06 99.9 105 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.68 -1.9 -109 7.11e-06 0 0 0 scintillator initStep + 1 -42.4 -89 -89.3 7.11e-06 0 97.3 97.3 pmt Transportation + 2 -42.6 -89.3 -89.2 7.11e-06 7.11e-06 0.355 97.6 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.68 -1.89 -109 7.14e-06 0 0 0 scintillator initStep + 1 -13.8 89 -45.4 7.14e-06 0 111 111 housing Transportation + 2 -13.8 89 -45.4 7.14e-06 0 0 111 scintillator Transportation + 3 -33.5 -89 78.3 7.14e-06 0 218 329 pmt Transportation + 4 -33.5 -89.3 78.6 7.14e-06 7.14e-06 0.389 329 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.68 -1.89 -109 7.14e-06 0 0 0 scintillator initStep + 1 -3.67 10.7 -113 7.14e-06 0 13.4 13.4 housing Transportation + 2 -3.67 10.7 -113 7.14e-06 0 0 13.4 scintillator Transportation + 3 -3.57 89 -85.3 7.14e-06 0 83 96.4 housing Transportation + 4 -3.57 89 -85.3 7.14e-06 0 0 96.4 scintillator Transportation + 5 -3.57 81.6 -82.7 7.14e-06 7.14e-06 7.83 104 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -87.9 0.476 0 0 0 scintillator initStep - 1 0.0279 -0.0386 -87.8 0.453 0.0238 0.0635 0.0635 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000894 -0.00124 -87.9 7.09e-06 0 0 0 scintillator initStep - 1 -2.19 12.2 -113 7.09e-06 0 28 28 housing Transportation - 2 -2.19 12.2 -113 7.09e-06 0 0 28 scintillator Transportation - 3 -16 89 45.4 7.09e-06 0 177 205 housing Transportation - 4 -16 89 45.4 7.09e-06 0 0 205 scintillator Transportation - 5 -21.9 56.2 113 7.09e-06 0 75.3 280 housing Transportation - 6 -21.9 56.2 113 7.09e-06 0 0 280 scintillator Transportation - 7 -22.8 51.2 103 7.09e-06 7.09e-06 11.7 292 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0254 -0.0352 -87.8 7.03e-06 0 0 0 scintillator initStep - 1 -33.4 -51.8 113 7.03e-06 0 210 210 pmt Transportation - 2 -33.5 -51.9 113 7.03e-06 7.03e-06 0.346 210 photocath Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0215 -0.0298 -87.8 7.04e-06 0 0 0 scintillator initStep - 1 -5.82 -1.88 -88.6 7.04e-06 7.04e-06 6.18 6.18 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0271 -0.0375 -87.8 7.03e-06 0 0 0 scintillator initStep - 1 27.5 89 -79.6 7.03e-06 0 93.6 93.6 pmt Transportation - 2 27.7 89.3 -79.6 7.03e-06 7.03e-06 0.35 93.9 photocath Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.0279 -0.0386 -87.8 0.453 0 0 0.0635 scintillator initStep - 2 0.049 -0.0918 -87.8 0.436 0.0161 0.0588 0.122 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0379 -0.0638 -87.8 7.01e-06 0 0 0 scintillator initStep - 1 -12.9 -6.96 -113 7.01e-06 0 29.1 29.1 housing Transportation - 2 -12.9 -6.96 -113 7.01e-06 0 0 29.1 scintillator Transportation - 3 -21.4 -11.5 -96.4 7.01e-06 7.01e-06 19.3 48.4 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.048 -0.0895 -87.8 7.04e-06 0 0 0 scintillator initStep - 1 -15.9 -33.2 -113 7.04e-06 0 44.5 44.5 housing Transportation - 2 -15.9 -33.2 -113 7.04e-06 0 0 44.5 scintillator Transportation - 3 -42.7 -89 -70.6 7.04e-06 0 75 120 pmt Transportation - 4 -43 -89.3 -70 7.04e-06 7.04e-06 0.769 120 photocath Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0412 -0.0722 -87.8 7.13e-06 0 0 0 scintillator initStep - 1 89 57.2 -47.4 7.13e-06 0 113 113 housing Transportation - 2 89 57.2 -47.4 7.13e-06 0 0 113 scintillator Transportation - 3 39.6 89 -24.9 7.13e-06 0 62.9 176 housing Transportation - 4 39.6 89 -24.9 7.13e-06 0 0 176 scintillator Transportation - 5 28.9 82.1 -20 7.13e-06 7.13e-06 13.6 190 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.049 -0.0918 -87.8 0.436 0 0 0.122 scintillator initStep - 3 0.0587 -0.144 -87.9 0.418 0.0186 0.0557 0.178 scintillator msc - 4 0.0573 -0.22 -87.9 0.368 0.0502 0.177 0.355 scintillator eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0584 -0.158 -87.9 7.02e-06 0 0 0 scintillator initStep - 1 -89 27.2 -57.1 7.02e-06 0 98.1 98.1 housing Transportation - 2 -89 27.2 -57.1 7.02e-06 0 0 98.1 scintillator Transportation - 3 30.3 63.9 -15.8 7.02e-06 7.02e-06 131 230 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0582 -0.17 -87.9 7.07e-06 0 0 0 scintillator initStep - 1 68.2 60.8 -84.1 7.07e-06 7.07e-06 91.5 91.5 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0581 -0.173 -87.9 7.02e-06 0 0 0 scintillator initStep - 1 -3.85 33.1 -57 7.02e-06 7.02e-06 45.6 45.6 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.0573 -0.22 -87.9 0.368 0 0 0.355 scintillator initStep - 5 0.0352 -0.233 -87.9 0.346 0.0218 0.043 0.398 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0512 -0.224 -87.9 7.03e-06 0 0 0 scintillator initStep - 1 2.49 89 4.94 7.03e-06 0 129 129 housing Transportation - 2 2.49 89 4.94 7.03e-06 0 0 129 scintillator Transportation - 3 5.32 -14.9 113 7.03e-06 0 150 279 housing Transportation - 4 5.32 -14.9 113 7.03e-06 0 0 279 scintillator Transportation - 5 7.34 -89 35.9 7.03e-06 0 107 386 housing Transportation - 6 7.34 -89 35.9 7.03e-06 0 0 386 scintillator Transportation - 7 10.7 32.6 -90.6 7.03e-06 7.03e-06 176 561 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0464 -0.227 -87.9 7.1e-06 0 0 0 scintillator initStep - 1 89 12.1 -7.4 7.1e-06 0 121 121 housing Transportation - 2 89 12.1 -7.4 7.1e-06 0 0 121 scintillator Transportation - 3 -44.1 30.5 113 7.1e-06 0 180 301 pmt Transportation - 4 -44.1 30.5 113 7.1e-06 0 0 301 scintillator Transportation - 5 -89 36.8 72.4 7.1e-06 0 60.9 362 pmt Transportation - 6 -89.3 36.9 71.7 7.1e-06 7.1e-06 0.755 363 photocath Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0467 -0.226 -87.9 7.06e-06 0 0 0 scintillator initStep - 1 -89 -38.9 46.8 7.06e-06 0 166 166 housing Transportation - 2 -89 -38.9 46.8 7.06e-06 0 0 166 scintillator Transportation - 3 -45.2 -57.9 113 7.06e-06 0 81.6 248 pmt Transportation - 4 -45.2 -57.9 113 7.06e-06 0 0 248 scintillator Transportation - 5 26.6 -89 4.42 7.06e-06 0 134 381 pmt Transportation - 6 26.6 -89 4.42 7.06e-06 0 0 381 scintillator Transportation - 7 89 -61.9 -90 7.06e-06 0 116 498 pmt Transportation - 8 89 -61.9 -90 7.06e-06 0 0 498 scintillator Transportation - 9 73.8 -55.3 -113 7.06e-06 0 28.4 526 housing Transportation - 10 73.8 -55.3 -113 7.06e-06 0 0 526 scintillator Transportation - 11 -75.7 9.52 113 7.06e-06 0 279 805 housing Transportation - 12 -75.7 9.52 113 7.06e-06 0 0 805 scintillator Transportation - 13 -89 15.3 92.8 7.06e-06 0 24.9 830 housing Transportation - 14 -89 15.3 92.8 7.06e-06 0 0 830 scintillator Transportation - 15 -36.4 38.1 13.2 7.06e-06 7.06e-06 98.1 928 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0552 -0.221 -87.9 7.1e-06 0 0 0 scintillator initStep - 1 12.9 80.4 -113 7.1e-06 0 85.4 85.4 housing Transportation - 2 12.9 80.4 -113 7.1e-06 0 0 85.4 scintillator Transportation - 3 14.2 89 -110 7.1e-06 0 9.07 94.5 housing Transportation - 4 14.2 89 -110 7.1e-06 0 0 94.5 scintillator Transportation - 5 38 -60.8 -63.7 7.1e-06 7.1e-06 159 253 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.0352 -0.233 -87.9 0.346 0 0 0.398 scintillator initStep - 6 0.0208 -0.263 -87.8 0.338 0.00774 0.0392 0.437 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0224 -0.259 -87.8 7.04e-06 0 0 0 scintillator initStep - 1 74.9 -61.4 68 7.04e-06 7.04e-06 183 183 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.0208 -0.263 -87.8 0.338 0 0 0.437 scintillator initStep - 7 -0.000875 -0.29 -87.8 0.321 0.0172 0.0379 0.475 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00703 -0.28 -87.8 7.06e-06 0 0 0 scintillator initStep - 1 18.5 -22.6 -113 7.06e-06 0 38.4 38.4 housing Transportation - 2 18.5 -22.6 -113 7.06e-06 0 0 38.4 scintillator Transportation - 3 73.7 -89 -38.1 7.06e-06 0 114 153 housing Transportation - 4 73.7 -89 -38.1 7.06e-06 0 0 153 scintillator Transportation - 5 89 -70.6 -17.4 7.06e-06 0 31.6 184 housing Transportation - 6 89 -70.6 -17.4 7.06e-06 0 0 184 scintillator Transportation - 7 -7.07 45 113 7.06e-06 0 199 383 housing Transportation - 8 -7.07 45 113 7.06e-06 0 0 383 scintillator Transportation - 9 -43.7 89 63.3 7.06e-06 0 75.8 459 pmt Transportation - 10 -43.7 89 63.3 7.06e-06 0 0 459 scintillator Transportation - 11 -89 34.5 1.82 7.06e-06 0 93.9 553 pmt Transportation - 12 -89 34.5 1.82 7.06e-06 0 0 553 scintillator Transportation - 13 -4.4 -67.3 -113 7.06e-06 0 175 728 housing Transportation - 14 -4.4 -67.3 -113 7.06e-06 0 0 728 scintillator Transportation - 15 13.6 -89 -88.6 7.06e-06 0 37.3 765 housing Transportation - 16 13.6 -89 -88.6 7.06e-06 0 0 765 scintillator Transportation - 17 89 1.73 13.7 7.06e-06 0 156 922 housing Transportation - 18 89 1.73 13.7 7.06e-06 0 0 922 scintillator Transportation - 19 62.1 34.1 50.2 7.06e-06 0 55.7 977 sphere Transportation - 20 62.1 34.1 50.2 7.06e-06 0 0 977 scintillator Transportation - 21 64.5 30.7 54 7.06e-06 7.06e-06 5.6 983 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -0.000875 -0.29 -87.8 0.321 0 0 0.475 scintillator initStep - 8 -0.0214 -0.307 -87.9 0.307 0.014 0.035 0.51 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0062 -0.294 -87.9 7.02e-06 0 0 0 scintillator initStep - 1 -10.5 -23.5 -113 7.02e-06 0 35.8 35.8 housing Transportation - 2 -10.5 -23.5 -113 7.02e-06 0 0 35.8 scintillator Transportation - 3 -40.2 -89 -41.9 7.02e-06 0 101 137 housing Transportation - 4 -40.2 -89 -41.9 7.02e-06 0 0 137 scintillator Transportation - 5 -89 18.7 75 7.02e-06 0 166 303 housing Transportation - 6 -89 18.7 75 7.02e-06 0 0 303 scintillator Transportation - 7 -73.1 53.7 113 7.02e-06 0 54.1 357 housing Transportation - 8 -73.1 53.7 113 7.02e-06 0 0 357 scintillator Transportation - 9 -57.1 89 74.7 7.02e-06 0 54.4 412 pmt Transportation - 10 -57.1 89 74.7 7.02e-06 0 0 412 scintillator Transportation - 11 21.2 -84 -113 7.02e-06 0 267 679 housing Transportation - 12 21.2 -84 -113 7.02e-06 0 0 679 scintillator Transportation - 13 23.5 -89 -108 7.02e-06 0 7.69 686 housing Transportation - 14 23.5 -89 -108 7.02e-06 0 0 686 scintillator Transportation - 15 89 55.5 49.3 7.02e-06 0 223 910 housing Transportation - 16 89 55.5 49.3 7.02e-06 0 0 910 scintillator Transportation - 17 73.8 89 85.6 7.02e-06 0 51.6 961 housing Transportation - 18 73.8 89 85.6 7.02e-06 0 0 961 scintillator Transportation - 19 62.4 63.7 113 7.02e-06 0 39 1e+03 housing Transportation - 20 62.4 63.7 113 7.02e-06 0 0 1e+03 scintillator Transportation - 21 -6.81 -89 -52.7 7.02e-06 0 236 1.24e+03 housing Transportation - 22 -6.81 -89 -52.7 7.02e-06 0 0 1.24e+03 scintillator Transportation - 23 -32 -33.4 -113 7.02e-06 0 85.8 1.32e+03 pmt Transportation - 24 -32.5 -32.3 -113 7.02e-06 0 1.33 1.32e+03 photocath Transportation - 25 -32.5 -32.3 -113 7.02e-06 0 0 1.32e+03 pmt Transportation - 26 -33.1 -31.1 -113 7.02e-06 0 1.33 1.32e+03 scintillator Transportation - 27 -62.6 34.2 -42.1 7.02e-06 7.02e-06 101 1.43e+03 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -0.0214 -0.307 -87.9 0.307 0 0 0.51 scintillator initStep - 9 -0.051 -0.306 -87.9 0.286 0.0211 0.0327 0.542 scintillator msc - 10 -0.0863 -0.292 -87.8 0.246 0.0396 0.109 0.651 scintillator eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0728 -0.298 -87.8 7.03e-06 0 0 0 scintillator initStep - 1 7.55 42.9 -113 7.03e-06 0 50.6 50.6 housing Transportation - 2 7.55 42.9 -113 7.03e-06 0 0 50.6 scintillator Transportation - 3 7.99 45.4 -112 7.03e-06 7.03e-06 2.88 53.5 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0862 -0.292 -87.8 7.1e-06 0 0 0 scintillator initStep - 1 30.9 28 -38.2 7.1e-06 7.1e-06 65 65 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 -0.0863 -0.292 -87.8 0.246 0 0 0.651 scintillator initStep - 11 -0.0961 -0.31 -87.8 0.234 0.0122 0.0233 0.675 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0937 -0.306 -87.8 7.1e-06 0 0 0 scintillator initStep - 1 -89 68.5 -69.7 7.1e-06 0 114 114 housing Transportation - 2 -89 68.5 -69.7 7.1e-06 0 0 114 scintillator Transportation - 3 -62.6 89 -64.3 7.1e-06 0 33.9 148 pmt Transportation - 4 -62.6 89 -64.3 7.1e-06 0 0 148 scintillator Transportation - 5 41 8.78 -43.2 7.1e-06 7.1e-06 133 280 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -0.0961 -0.31 -87.8 0.234 0 0 0.675 scintillator initStep - 12 -0.107 -0.329 -87.8 0.227 0.00757 0.0216 0.696 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.104 -0.323 -87.8 7.11e-06 0 0 0 scintillator initStep - 1 7.41 32.7 -113 7.11e-06 0 42.2 42.2 housing Transportation - 2 7.41 32.7 -113 7.11e-06 0 0 42.2 scintillator Transportation - 3 20.2 89 -70.1 7.11e-06 0 71.9 114 housing Transportation - 4 20.2 89 -70.1 7.11e-06 0 0 114 scintillator Transportation - 5 60.7 -89 65.5 7.11e-06 0 227 342 pmt Transportation - 6 60.8 -89.3 66 7.11e-06 0 0.575 342 photocath Transportation - 7 60.8 -89.3 66 7.11e-06 0 0 342 pmt Transportation - 8 61 -89 66.4 7.11e-06 0 0.575 343 scintillator Transportation - 9 74.9 -27.8 113 7.11e-06 0 78.1 421 housing Transportation - 10 74.9 -27.8 113 7.11e-06 0 0 421 scintillator Transportation - 11 89 34.2 65.7 7.11e-06 0 79.3 500 pmt Transportation - 12 89 34.2 65.7 7.11e-06 0 0 500 scintillator Transportation - 13 76.5 89 24 7.11e-06 0 70 570 housing Transportation - 14 76.5 89 24 7.11e-06 0 0 570 scintillator Transportation - 15 36 -89 -112 7.11e-06 0 227 797 housing Transportation - 16 36 -89 -112 7.11e-06 0 0 797 scintillator Transportation - 17 35.6 -87.2 -113 7.11e-06 0 2.34 800 housing Transportation - 18 35.6 -87.2 -113 7.11e-06 0 0 800 scintillator Transportation - 19 4.6 49.2 -9.08 7.11e-06 7.11e-06 174 974 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0985 -0.314 -87.8 7.11e-06 0 0 0 scintillator initStep - 1 -68.1 -19.3 92.9 7.11e-06 7.11e-06 194 194 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0962 -0.311 -87.8 7.1e-06 0 0 0 scintillator initStep - 1 -51.7 -40.5 -113 7.1e-06 0 70.1 70.1 pmt Transportation - 2 -51.7 -40.5 -113 7.1e-06 0 0 70.1 scintillator Transportation - 3 -89 -69.6 -94.8 7.1e-06 0 50.7 121 housing Transportation - 4 -89 -69.6 -94.8 7.1e-06 0 0 121 scintillator Transportation - 5 -85.6 -72.3 -93.1 7.1e-06 7.1e-06 4.58 125 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 -0.107 -0.329 -87.8 0.227 0 0 0.696 scintillator initStep - 13 -0.124 -0.336 -87.8 0.221 0.00517 0.0205 0.717 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 -0.334 -87.8 7.02e-06 0 0 0 scintillator initStep - 1 59.6 58.9 -113 7.02e-06 0 87.8 87.8 pmt Transportation - 2 59.6 58.9 -113 7.02e-06 0 0 87.8 scintillator Transportation - 3 89 88 -101 7.02e-06 0 43.2 131 housing Transportation - 4 89 88 -101 7.02e-06 0 0 131 scintillator Transportation - 5 88 89 -100 7.02e-06 0 1.43 132 housing Transportation - 6 88 89 -100 7.02e-06 0 0 132 scintillator Transportation - 7 33.9 35.3 -77.4 7.02e-06 7.02e-06 79.6 212 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 -0.124 -0.336 -87.8 0.221 0 0 0.717 scintillator initStep - 14 -0.131 -0.347 -87.8 0.211 0.00999 0.0198 0.737 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.129 -0.345 -87.8 7.07e-06 0 0 0 scintillator initStep - 1 89 61.9 -87.7 7.07e-06 0 109 109 pmt Transportation - 2 89.3 62.3 -87.7 7.07e-06 0 0.502 109 photocath Transportation - 3 89.3 62.3 -87.7 7.07e-06 0 0 109 pmt Transportation - 4 89 62.7 -87.7 7.07e-06 0 0.502 110 scintillator Transportation - 5 51.3 89 -87.7 7.07e-06 0 46 156 pmt Transportation - 6 51.3 89 -87.7 7.07e-06 0 0 156 scintillator Transportation - 7 -89 -8.96 -87.5 7.07e-06 0 171 327 housing Transportation - 8 -89 -8.96 -87.5 7.07e-06 0 0 327 scintillator Transportation - 9 25.6 -89 -87.4 7.07e-06 0 140 467 pmt Transportation - 10 25.6 -89 -87.4 7.07e-06 0 0 467 scintillator Transportation - 11 89 -44.8 -87.3 7.07e-06 0 77.3 544 pmt Transportation - 12 89.3 -44.4 -87.3 7.07e-06 0 0.502 544 photocath Transportation - 13 89.3 -44.4 -87.3 7.07e-06 0 0 544 pmt Transportation - 14 89 -44 -87.3 7.07e-06 0 0.502 545 scintillator Transportation - 15 -89 80.3 -87.1 7.07e-06 0 217 762 housing Transportation - 16 -89 80.3 -87.1 7.07e-06 0 0 762 scintillator Transportation - 17 -76.6 89 -87.1 7.07e-06 0 15.2 777 housing Transportation - 18 -76.6 89 -87.1 7.07e-06 0 0 777 scintillator Transportation - 19 -64.4 80.5 -87.1 7.07e-06 7.07e-06 14.9 792 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.131 -0.347 -87.8 7.13e-06 0 0 0 scintillator initStep - 1 -7.04 8.54 -113 7.13e-06 0 27.6 27.6 housing Transportation - 2 -7.04 8.54 -113 7.13e-06 0 0 27.6 scintillator Transportation - 3 -41.6 53 12.8 7.13e-06 7.13e-06 138 165 scintillator OpAbsorption + 0 0 0 -108 0.273 0 0 0 scintillator initStep + 1 -0.0064 0.000886 -108 0.267 0.00608 0.0274 0.0274 scintillator msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.125 -0.338 -87.8 7.01e-06 0 0 0 scintillator initStep - 1 -3.29 13.6 -63 7.01e-06 7.01e-06 28.7 28.7 scintillator OpAbsorption + 0 -0.00075 0.000104 -108 7.12e-06 0 0 0 scintillator initStep + 1 -39.6 76.4 113 7.12e-06 0 237 237 housing Transportation + 2 -39.6 76.4 113 7.12e-06 0 0 237 scintillator Transportation + 3 -46.1 89 76.6 7.12e-06 0 39.1 276 pmt Transportation + 4 -46.3 89.3 75.6 7.12e-06 0 1.05 277 photocath Transportation + 5 -46.3 89.3 75.6 7.12e-06 0 0 277 pmt Transportation + 6 -46.5 89 74.6 7.12e-06 0 1.05 278 scintillator Transportation + 7 -57.2 68.3 14.6 7.12e-06 7.12e-06 64.4 343 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.006 0.000831 -108 7.03e-06 0 0 0 scintillator initStep + 1 66.1 -89 -29.8 7.03e-06 0 136 136 housing Transportation + 2 66.1 -89 -29.8 7.03e-06 0 0 136 scintillator Transportation + 3 89 -58.1 -2.63 7.03e-06 0 47.1 183 pmt Transportation + 4 89.3 -57.6 -2.2 7.03e-06 7.03e-06 0.724 184 photocath Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 -0.131 -0.347 -87.8 0.211 0 0 0.737 scintillator initStep - 15 -0.131 -0.36 -87.8 0.204 0.00787 0.0184 0.755 scintillator msc + 1 -0.0064 0.000886 -108 0.267 0 0 0.0274 scintillator initStep + 2 -0.00831 0.0221 -108 0.257 0.0103 0.0265 0.0538 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 2 +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.131 -0.35 -87.8 7.09e-06 0 0 0 scintillator initStep - 1 0.407 89 -105 7.09e-06 0 91.1 91.1 housing Transportation - 2 0.407 89 -105 7.09e-06 0 0 91.1 scintillator Transportation - 3 0.642 49.9 -113 7.09e-06 0 39.8 131 housing Transportation - 4 0.642 49.9 -113 7.09e-06 0 0 131 scintillator Transportation - 5 1.48 -89 -85.8 7.09e-06 0 142 272 housing Transportation - 6 1.48 -89 -85.8 7.09e-06 0 0 272 scintillator Transportation - 7 1.64 -62 -80.5 7.09e-06 7.09e-06 27.5 300 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.131 -0.351 -87.8 7.05e-06 0 0 0 scintillator initStep - 1 6.39 27.2 58.7 7.05e-06 7.05e-06 149 149 scintillator OpAbsorption + 0 -0.0065 0.00192 -108 7.1e-06 0 0 0 scintillator initStep + 1 18.3 -14.5 -113 7.1e-06 0 23.9 23.9 housing Transportation + 2 18.3 -14.5 -113 7.1e-06 0 0 23.9 scintillator Transportation + 3 89 -70.7 -94.2 7.1e-06 0 92.2 116 housing Transportation + 4 89 -70.7 -94.2 7.1e-06 0 0 116 scintillator Transportation + 5 66 -89 -88.1 7.1e-06 0 30 146 housing Transportation + 6 66 -89 -88.1 7.1e-06 0 0 146 scintillator Transportation + 7 30.4 -60.8 -78.7 7.1e-06 7.1e-06 46.4 193 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 -0.131 -0.36 -87.8 0.204 0 0 0.755 scintillator initStep - 16 -0.136 -0.371 -87.8 0.197 0.00648 0.0173 0.772 scintillator msc + 2 -0.00831 0.0221 -108 0.257 0 0 0.0538 scintillator initStep + 3 -0.0195 0.0216 -108 0.245 0.0115 0.0249 0.0787 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 2 +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.135 -0.368 -87.8 7.13e-06 0 0 0 scintillator initStep - 1 89 -45.1 -16.8 7.13e-06 0 122 122 pmt Transportation - 2 89.3 -45.5 -16.2 7.13e-06 7.13e-06 0.778 123 photocath Transportation + 0 -0.0124 0.0219 -108 7.01e-06 0 0 0 scintillator initStep + 1 6.14 2.35 -113 7.01e-06 0 8.19 8.19 housing Transportation + 2 6.14 2.35 -113 7.01e-06 0 0 8.19 scintillator Transportation + 3 89 33.7 -47.4 7.01e-06 0 110 118 housing Transportation + 4 89 33.7 -47.4 7.01e-06 0 0 118 scintillator Transportation + 5 -56.8 89 68.1 7.01e-06 0 194 312 pmt Transportation + 6 -58.5 89.3 69.4 7.01e-06 0 2.18 315 photocath Transportation + 7 -58.5 89.3 69.4 7.01e-06 0 0 315 pmt Transportation + 8 -60.2 89 70.7 7.01e-06 0 2.18 317 scintillator Transportation + 9 -89 78.1 93.5 7.01e-06 0 38.3 355 housing Transportation + 10 -89 78.1 93.5 7.01e-06 0 0 355 scintillator Transportation + 11 -64.4 68.8 113 7.01e-06 0 32.7 388 housing Transportation + 12 -64.4 68.8 113 7.01e-06 0 0 388 scintillator Transportation + 13 89 10.7 -8.45 7.01e-06 0 204 592 housing Transportation + 14 89 10.7 -8.45 7.01e-06 0 0 592 scintillator Transportation + 15 82.3 8.12 -13.7 7.01e-06 7.01e-06 8.89 601 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -0.0195 0.0216 -108 0.245 0 0 0.0787 scintillator initStep + 4 -0.0212 0.025 -108 0.231 0.0146 0.0232 0.102 scintillator msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.134 -0.367 -87.8 7.12e-06 0 0 0 scintillator initStep - 1 20.6 16.7 -113 7.12e-06 0 36.8 36.8 housing Transportation - 2 20.6 16.7 -113 7.12e-06 0 0 36.8 scintillator Transportation - 3 89 72.9 -30 7.12e-06 0 121 158 housing Transportation - 4 89 72.9 -30 7.12e-06 0 0 158 scintillator Transportation - 5 69.4 89 -6.24 7.12e-06 0 34.8 193 housing Transportation - 6 69.4 89 -6.24 7.12e-06 0 0 193 scintillator Transportation - 7 -28.9 8.23 113 7.12e-06 0 174 367 housing Transportation - 8 -28.9 8.23 113 7.12e-06 0 0 367 scintillator Transportation - 9 -89 -41.2 40.1 7.12e-06 0 107 474 housing Transportation - 10 -89 -41.2 40.1 7.12e-06 0 0 474 scintillator Transportation - 11 -70.8 -56.1 18 7.12e-06 7.12e-06 32.3 506 scintillator OpAbsorption + 0 -0.02 0.0227 -108 7.06e-06 0 0 0 scintillator initStep + 1 0.673 8.45 -113 7.06e-06 0 9.77 9.77 housing Transportation + 2 0.673 8.45 -113 7.06e-06 0 0 9.77 scintillator Transportation + 3 5.67 69.2 -77.7 7.06e-06 7.06e-06 70.4 80.2 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0197 0.022 -108 7.07e-06 0 0 0 scintillator initStep + 1 89 -23.1 -31.9 7.07e-06 0 119 119 housing Transportation + 2 89 -23.1 -31.9 7.07e-06 0 0 119 scintillator Transportation + 3 50 -33.2 1.51 7.07e-06 7.07e-06 52.3 172 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0211 0.025 -108 7.09e-06 0 0 0 scintillator initStep + 1 20.3 -48 -83.7 7.09e-06 7.09e-06 57.6 57.6 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 -0.136 -0.371 -87.8 0.197 0 0 0.772 scintillator initStep - 17 -0.148 -0.38 -87.8 0.192 0.00547 0.0165 0.789 scintillator msc + 4 -0.0212 0.025 -108 0.231 0 0 0.102 scintillator initStep + 5 -0.00132 0.0205 -108 0.226 0.00492 0.0211 0.123 scintillator msc + 6 0.0204 0.0287 -108 0.193 0.0332 0.0804 0.203 scintillator eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.147 -0.379 -87.8 7.04e-06 0 0 0 scintillator initStep - 1 -0.749 3.82 -86.1 7.04e-06 7.04e-06 4.57 4.57 scintillator OpAbsorption + 0 9.32e-05 0.021 -108 7.05e-06 0 0 0 scintillator initStep + 1 89 -64.5 -109 7.05e-06 0 110 110 housing Transportation + 2 89 -64.5 -109 7.05e-06 0 0 110 scintillator Transportation + 3 60.2 -85.4 -109 7.05e-06 7.05e-06 35.6 146 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0107 0.025 -108 7.08e-06 0 0 0 scintillator initStep + 1 -3.64 6.49 -113 7.08e-06 0 8.9 8.9 housing Transportation + 2 -3.64 6.49 -113 7.08e-06 0 0 8.9 scintillator Transportation + 3 -50.3 89 -50.5 7.08e-06 0 114 122 housing Transportation + 4 -50.3 89 -50.5 7.08e-06 0 0 122 scintillator Transportation + 5 -89 20.5 1.36 7.08e-06 0 94.3 217 housing Transportation + 6 -89 20.5 1.36 7.08e-06 0 0 217 scintillator Transportation + 7 -60 -30.8 40.2 7.08e-06 7.08e-06 70.6 287 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 -0.148 -0.38 -87.8 0.192 0 0 0.789 scintillator initStep - 18 -0.152 -0.385 -87.8 0.177 0.0143 0.0158 0.805 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.15 -0.383 -87.8 7.01e-06 0 0 0 scintillator initStep - 1 -78.3 -11.5 -113 7.01e-06 0 82.8 82.8 housing Transportation - 2 -78.3 -11.5 -113 7.01e-06 0 0 82.8 scintillator Transportation - 3 -89 -13.1 -110 7.01e-06 0 11.4 94.2 housing Transportation - 4 -89 -13.1 -110 7.01e-06 0 0 94.2 scintillator Transportation - 5 89 -38.4 -52.2 7.01e-06 0 189 283 housing Transportation - 6 89 -38.4 -52.2 7.01e-06 0 0 283 scintillator Transportation - 7 18.1 -48.5 -29.4 7.01e-06 7.01e-06 75.2 358 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.149 -0.381 -87.8 7.07e-06 0 0 0 scintillator initStep - 1 37.5 -89 -33.6 7.07e-06 0 110 110 housing Transportation - 2 37.5 -89 -33.6 7.07e-06 0 0 110 scintillator Transportation - 3 89 32.1 40.4 7.07e-06 0 151 261 housing Transportation - 4 89 32.1 40.4 7.07e-06 0 0 261 scintillator Transportation - 5 64.8 89 75.2 7.07e-06 0 71 332 pmt Transportation - 6 64.5 89.3 75.6 7.07e-06 7.07e-06 0.54 333 photocath Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 -0.152 -0.385 -87.8 0.177 0 0 0.805 scintillator initStep - 19 -0.145 -0.39 -87.8 0.174 0.00369 0.014 0.819 scintillator msc - 20 -0.139 -0.396 -87.8 0.162 0.0114 0.0246 0.843 scintillator Cerenkov + 6 0.0204 0.0287 -108 0.193 0 0 0.203 scintillator initStep + 7 0.0294 0.0308 -108 0.188 0.00425 0.0159 0.219 scintillator msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.14 -0.395 -87.8 7.02e-06 0 0 0 scintillator initStep - 1 -29.3 30.4 -113 7.02e-06 0 49.3 49.3 pmt Transportation - 2 -29.3 30.4 -113 7.02e-06 0 0 49.3 scintillator Transportation - 3 -84.8 89 -65 7.02e-06 0 94 143 housing Transportation - 4 -84.8 89 -65 7.02e-06 0 0 143 scintillator Transportation - 5 -89 84.6 -61.3 7.02e-06 0 7.08 150 housing Transportation - 6 -89 84.6 -61.3 7.02e-06 0 0 150 scintillator Transportation - 7 37.7 -49.2 48.2 7.02e-06 7.02e-06 214 365 scintillator OpAbsorption + 0 0.0287 0.0306 -108 7.13e-06 0 0 0 scintillator initStep + 1 -3.95 3.9 -113 7.13e-06 0 7.39 7.39 housing Transportation + 2 -3.95 3.9 -113 7.13e-06 0 0 7.39 scintillator Transportation + 3 -89 86.5 -8.8 7.13e-06 0 158 165 housing Transportation + 4 -89 86.5 -8.8 7.13e-06 0 0 165 scintillator Transportation + 5 -86.4 89 -5.59 7.13e-06 0 4.86 170 housing Transportation + 6 -86.4 89 -5.59 7.13e-06 0 0 170 scintillator Transportation + 7 3.89 1.37 105 7.13e-06 7.13e-06 168 338 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0233 0.0294 -108 7.05e-06 0 0 0 scintillator initStep + 1 0.454 -47.9 -107 7.05e-06 7.05e-06 47.9 47.9 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0216 0.029 -108 7.04e-06 0 0 0 scintillator initStep + 1 -89 -75.2 -107 7.04e-06 0 117 117 housing Transportation + 2 -89 -75.2 -107 7.04e-06 0 0 117 scintillator Transportation + 3 -72.7 -89 -107 7.04e-06 0 21.4 138 housing Transportation + 4 -72.7 -89 -107 7.04e-06 0 0 138 scintillator Transportation + 5 89 47.6 -105 7.04e-06 0 212 350 housing Transportation + 6 89 47.6 -105 7.04e-06 0 0 350 scintillator Transportation + 7 40 89 -104 7.04e-06 0 64.1 414 housing Transportation + 8 40 89 -104 7.04e-06 0 0 414 scintillator Transportation + 9 -89 -20 -103 7.04e-06 0 169 583 housing Transportation + 10 -89 -20 -103 7.04e-06 0 0 583 scintillator Transportation + 11 -7.38 -89 -102 7.04e-06 0 107 690 housing Transportation + 12 -7.38 -89 -102 7.04e-06 0 0 690 scintillator Transportation + 13 89 -7.56 -101 7.04e-06 0 126 816 housing Transportation + 14 89 -7.56 -101 7.04e-06 0 0 816 scintillator Transportation + 15 57.5 19 -100 7.04e-06 7.04e-06 41.2 857 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 -0.139 -0.396 -87.8 0.162 0 0 0.843 scintillator initStep - 21 -0.137 -0.396 -87.8 0.162 0.000379 0.00244 0.846 scintillator Cerenkov - 22 -0.136 -0.395 -87.8 0.161 0.000503 0.00172 0.847 scintillator Cerenkov - 23 -0.135 -0.396 -87.8 0.161 7.18e-05 0.000765 0.848 scintillator Cerenkov - 24 -0.134 -0.396 -87.8 0.161 0.000131 0.000629 0.849 scintillator Cerenkov - 25 -0.134 -0.396 -87.8 0.161 0.000157 0.00038 0.849 scintillator Cerenkov - 26 -0.134 -0.396 -87.8 0.161 1.03e-05 8.24e-05 0.849 scintillator Cerenkov - 27 -0.134 -0.396 -87.8 0.161 6.9e-05 6.29e-05 0.849 scintillator Cerenkov - 28 -0.116 -0.397 -87.8 0.134 0.0265 0.0542 0.903 scintillator eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.13 -0.396 -87.8 7.05e-06 0 0 0 scintillator initStep - 1 -13.6 -3.34 -73.7 7.05e-06 7.05e-06 19.7 19.7 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.131 -0.396 -87.8 7.03e-06 0 0 0 scintillator initStep - 1 -89 -27.5 -59 7.03e-06 0 97.3 97.3 housing Transportation - 2 -89 -27.5 -59 7.03e-06 0 0 97.3 scintillator Transportation - 3 22.7 -61.7 -22.8 7.03e-06 7.03e-06 122 220 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.125 -0.396 -87.8 7.12e-06 0 0 0 scintillator initStep - 1 28 -19.2 -113 7.12e-06 0 42.2 42.2 housing Transportation - 2 28 -19.2 -113 7.12e-06 0 0 42.2 scintillator Transportation - 3 41.4 -28.1 -101 7.12e-06 7.12e-06 20.1 62.2 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.12 -0.396 -87.8 7.01e-06 0 0 0 scintillator initStep - 1 89 -12.3 -22.2 7.01e-06 0 111 111 housing Transportation - 2 89 -12.3 -22.2 7.01e-06 0 0 111 scintillator Transportation - 3 -89 -36.1 109 7.01e-06 0 222 334 housing Transportation - 4 -89 -36.1 109 7.01e-06 0 0 334 scintillator Transportation - 5 -83.5 -36.8 113 7.01e-06 0 6.86 341 housing Transportation - 6 -83.5 -36.8 113 7.01e-06 0 0 341 scintillator Transportation - 7 76.7 -58.3 -5 7.01e-06 7.01e-06 200 541 scintillator OpAbsorption + 7 0.0294 0.0308 -108 0.188 0 0 0.219 scintillator initStep + 8 0.0445 0.0324 -108 0.184 0.00427 0.0154 0.235 scintillator msc + 9 0.0632 0.043 -108 0.165 0.0191 0.0451 0.28 scintillator Cerenkov + 10 0.0575 0.0454 -108 0.162 0.0028 0.00775 0.288 scintillator Cerenkov + 11 0.0559 0.0465 -108 0.162 0.000325 0.00245 0.29 scintillator Cerenkov + 12 0.0547 0.0473 -108 0.162 0.000381 0.00183 0.292 scintillator Cerenkov + 13 0.0545 0.0481 -108 0.161 0.000748 0.00112 0.293 scintillator Cerenkov + 14 0.0458 0.0559 -108 0.148 0.013 0.0536 0.347 scintillator eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.127 -0.396 -87.8 7.01e-06 0 0 0 scintillator initStep - 1 -17 14 -113 7.01e-06 0 33.5 33.5 housing Transportation - 2 -17 14 -113 7.01e-06 0 0 33.5 scintillator Transportation - 3 -21 17.4 -107 7.01e-06 7.01e-06 8.08 41.6 scintillator OpAbsorption + 0 0.0539 0.0486 -108 7.05e-06 0 0 0 scintillator initStep + 1 2.91 4.59 -113 7.05e-06 0 7.26 7.26 housing Transportation + 2 2.91 4.59 -113 7.05e-06 0 0 7.26 scintillator Transportation + 3 56 89 -22.2 7.05e-06 0 135 142 housing Transportation + 4 56 89 -22.2 7.05e-06 0 0 142 scintillator Transportation + 5 89 36.6 34.1 7.05e-06 0 83.7 226 housing Transportation + 6 89 36.6 34.1 7.05e-06 0 0 226 scintillator Transportation + 7 42.9 -36.7 113 7.05e-06 0 117 343 pmt Transportation + 8 42.7 -37 113 7.05e-06 7.05e-06 0.486 343 photocath Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 -0.116 -0.397 -87.8 0.134 0 0 0.903 scintillator initStep - 29 -0.113 -0.401 -87.8 0.133 0.00156 0.00898 0.912 scintillator msc + 14 0.0458 0.0559 -108 0.148 0 0 0.347 scintillator initStep + 15 0.0533 0.0498 -108 0.145 0.0027 0.0104 0.357 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 2 +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.113 -0.401 -87.8 7.12e-06 0 0 0 scintillator initStep - 1 36.3 -28.4 -113 7.12e-06 0 52.4 52.4 pmt Transportation - 2 36.3 -28.4 -113 7.12e-06 0 0 52.4 scintillator Transportation - 3 89 -68.9 -76.5 7.12e-06 0 75.9 128 housing Transportation - 4 89 -68.9 -76.5 7.12e-06 0 0 128 scintillator Transportation - 5 79.2 -76.5 -69.7 7.12e-06 7.12e-06 14.1 142 scintillator OpAbsorption + 0 0.0522 0.0507 -108 7.12e-06 0 0 0 scintillator initStep + 1 -0.627 -1.84 -113 7.12e-06 0 5.3 5.3 housing Transportation + 2 -0.627 -1.84 -113 7.12e-06 0 0 5.3 scintillator Transportation + 3 -16.5 -46.1 1.65 7.12e-06 7.12e-06 124 129 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 29 -0.113 -0.401 -87.8 0.133 0 0 0.912 scintillator initStep - 30 -0.12 -0.406 -87.8 0.128 0.00466 0.00881 0.921 scintillator msc - 31 -0.134 -0.407 -87.8 0.103 0.0251 0.0423 0.963 scintillator eIoni + 15 0.0533 0.0498 -108 0.145 0 0 0.357 scintillator initStep + 16 0.0626 0.0478 -108 0.14 0.00541 0.0101 0.367 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 2 +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.131 -0.407 -87.8 7.06e-06 0 0 0 scintillator initStep - 1 10.3 -26.2 -113 7.06e-06 0 37.6 37.6 housing Transportation - 2 10.3 -26.2 -113 7.06e-06 0 0 37.6 scintillator Transportation - 3 35.9 -89 -51.7 7.06e-06 0 91.4 129 housing Transportation - 4 35.9 -89 -51.7 7.06e-06 0 0 129 scintillator Transportation - 5 78.8 16.7 51.6 7.06e-06 7.06e-06 154 283 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.132 -0.407 -87.8 7e-06 0 0 0 scintillator initStep - 1 89 -28.5 -107 7e-06 0 95.3 95.3 housing Transportation - 2 89 -28.5 -107 7e-06 0 0 95.3 scintillator Transportation - 3 58.5 -38.2 -113 7e-06 0 32.6 128 pmt Transportation - 4 58.5 -38.2 -113 7e-06 0 0 128 scintillator Transportation - 5 24.6 -48.8 -106 7e-06 7e-06 36.2 164 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.132 -0.407 -87.8 7.09e-06 0 0 0 scintillator initStep - 1 89 7.24 -16.5 7.09e-06 0 114 114 housing Transportation - 2 89 7.24 -16.5 7.09e-06 0 0 114 scintillator Transportation - 3 -73 21.1 113 7.09e-06 0 208 322 housing Transportation - 4 -73 21.1 113 7.09e-06 0 0 322 scintillator Transportation - 5 -89 22.5 100 7.09e-06 0 20.5 343 housing Transportation - 6 -89 22.5 100 7.09e-06 0 0 343 scintillator Transportation - 7 89 37.8 -42.1 7.09e-06 0 228 571 housing Transportation - 8 89 37.8 -42.1 7.09e-06 0 0 571 scintillator Transportation - 9 0.327 45.4 -113 7.09e-06 0 114 685 housing Transportation - 10 0.327 45.4 -113 7.09e-06 0 0 685 scintillator Transportation - 11 -7.03 46 -107 7.09e-06 7.09e-06 9.44 694 scintillator OpAbsorption + 0 0.0595 0.0485 -108 7.07e-06 0 0 0 scintillator initStep + 1 -2.16 -36.6 -72 7.07e-06 7.07e-06 51.5 51.5 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 -0.134 -0.407 -87.8 0.103 0 0 0.963 scintillator initStep - 32 -0.13 -0.409 -87.8 0.101 0.00256 0.00586 0.969 scintillator msc - 33 -0.121 -0.405 -87.8 0.0855 0.015 0.0332 1 scintillator eIoni + 16 0.0626 0.0478 -108 0.14 0 0 0.367 scintillator initStep + 17 0.0694 0.048 -108 0.136 0.00321 0.00954 0.377 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 2 +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.128 -0.408 -87.8 7.13e-06 0 0 0 scintillator initStep - 1 -16.7 -4.64 -92.4 7.13e-06 7.13e-06 17.7 17.7 scintillator OpAbsorption + 0 0.0645 0.0479 -108 7.07e-06 0 0 0 scintillator initStep + 1 -20.5 1.96 -113 7.07e-06 0 21.2 21.2 housing Transportation + 2 -20.5 1.96 -113 7.07e-06 0 0 21.2 scintillator Transportation + 3 -89 8.34 -96.7 7.07e-06 0 70.7 91.9 housing Transportation + 4 -89 8.34 -96.7 7.07e-06 0 0 91.9 scintillator Transportation + 5 -70.8 10 -92.3 7.07e-06 7.07e-06 18.8 111 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.0694 0.048 -108 0.136 0 0 0.377 scintillator initStep + 18 0.0729 0.0522 -108 0.132 0.00476 0.00919 0.386 scintillator msc + 19 0.0833 0.0619 -108 0.0882 0.0435 0.043 0.429 scintillator eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.13 -0.409 -87.8 7.04e-06 0 0 0 scintillator initStep - 1 1.36 -3.21 -113 7.04e-06 0 25.4 25.4 housing Transportation - 2 1.36 -3.21 -113 7.04e-06 0 0 25.4 scintillator Transportation - 3 14.7 -28.3 113 7.04e-06 0 228 253 housing Transportation - 4 14.7 -28.3 113 7.04e-06 0 0 253 scintillator Transportation - 5 15.7 -30.1 96.6 7.04e-06 7.04e-06 16.5 270 scintillator OpAbsorption + 0 0.0746 0.0538 -108 7.01e-06 0 0 0 scintillator initStep + 1 -6.33 89 -87.1 7.01e-06 0 91.6 91.6 housing Transportation + 2 -6.33 89 -87.1 7.01e-06 0 0 91.6 scintillator Transportation + 3 -11.9 11.1 -68.7 7.01e-06 7.01e-06 80.3 172 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.128 -0.408 -87.8 7.07e-06 0 0 0 scintillator initStep - 1 89 36.8 -64.4 7.07e-06 0 99.4 99.4 pmt Transportation - 2 89.3 37 -64.2 7.07e-06 0 0.396 99.8 photocath Transportation - 3 89.3 37 -64.2 7.07e-06 0 0 99.8 pmt Transportation - 4 89 37.2 -64.1 7.07e-06 0 0.396 100 scintillator Transportation - 5 -6.56 77 -39 7.07e-06 7.07e-06 107 207 scintillator OpAbsorption + 0 0.0786 0.0575 -108 7.09e-06 0 0 0 scintillator initStep + 1 -9.89 -19.2 -113 7.09e-06 0 22.2 22.2 housing Transportation + 2 -9.89 -19.2 -113 7.09e-06 0 0 22.2 scintillator Transportation + 3 -46.1 -89 -95.1 7.09e-06 0 80.7 103 pmt Transportation + 4 -46.3 -89.3 -95.1 7.09e-06 7.09e-06 0.369 103 photocath Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.129 -0.408 -87.8 7.11e-06 0 0 0 scintillator initStep - 1 -13.8 19.9 -92.4 7.11e-06 7.11e-06 24.9 24.9 scintillator OpAbsorption + 0 0.075 0.0541 -108 7.05e-06 0 0 0 scintillator initStep + 1 -2.87 -38.5 65.4 7.05e-06 7.05e-06 178 178 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0784 0.0573 -108 7.11e-06 0 0 0 scintillator initStep + 1 -17.8 38 -113 7.11e-06 0 42.2 42.2 housing Transportation + 2 -17.8 38 -113 7.11e-06 0 0 42.2 scintillator Transportation + 3 -41.9 89 -106 7.11e-06 0 56.8 99 housing Transportation + 4 -41.9 89 -106 7.11e-06 0 0 99 scintillator Transportation + 5 -45.9 80.6 -105 7.11e-06 7.11e-06 9.35 108 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.074 0.0532 -108 7.07e-06 0 0 0 scintillator initStep + 1 4.23 1.54 -113 7.07e-06 0 6.61 6.61 housing Transportation + 2 4.23 1.54 -113 7.07e-06 0 0 6.61 scintillator Transportation + 3 53.9 19.3 -54.4 7.07e-06 7.07e-06 78.8 85.5 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0807 0.0594 -108 7.09e-06 0 0 0 scintillator initStep + 1 -18.7 7.18 -113 7.09e-06 0 20.7 20.7 housing Transportation + 2 -18.7 7.18 -113 7.09e-06 0 0 20.7 scintillator Transportation + 3 -89 33.9 -94.6 7.09e-06 0 77.4 98.1 pmt Transportation + 4 -89.3 34 -94.5 7.09e-06 7.09e-06 0.351 98.4 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0749 0.054 -108 7.05e-06 0 0 0 scintillator initStep + 1 -89 65.1 -79 7.05e-06 0 114 114 pmt Transportation + 2 -89.3 65.3 -78.9 7.05e-06 7.05e-06 0.413 114 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0786 0.0575 -108 7.03e-06 0 0 0 scintillator initStep + 1 1.49 73.6 -113 7.03e-06 0 73.7 73.7 housing Transportation + 2 1.49 73.6 -113 7.03e-06 0 0 73.7 scintillator Transportation + 3 1.79 89 -112 7.03e-06 0 15.5 89.2 housing Transportation + 4 1.79 89 -112 7.03e-06 0 0 89.2 scintillator Transportation + 5 5.21 -89 -100 7.03e-06 0 178 268 housing Transportation + 6 5.21 -89 -100 7.03e-06 0 0 268 scintillator Transportation + 7 8.63 89 -88.2 7.03e-06 0 178 446 housing Transportation + 8 8.63 89 -88.2 7.03e-06 0 0 446 scintillator Transportation + 9 12.1 -89 -76.3 7.03e-06 0 178 624 housing Transportation + 10 12.1 -89 -76.3 7.03e-06 0 0 624 scintillator Transportation + 11 12.6 -62.9 -74.5 7.03e-06 7.03e-06 26.2 651 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 33 -0.121 -0.405 -87.8 0.0855 0 0 1 scintillator initStep - 34 -0.118 -0.406 -87.8 0.0841 0.00147 0.00432 1.01 scintillator msc - 35 -0.113 -0.411 -87.8 0.0646 0.0194 0.0283 1.04 scintillator eIoni + 19 0.0833 0.0619 -108 0.0882 0 0 0.429 scintillator initStep + 20 0.0802 0.0598 -108 0.0855 0.00261 0.00454 0.433 scintillator msc + 21 0.0763 0.0532 -108 0.0682 0.0174 0.0284 0.462 scintillator eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.116 -0.408 -87.8 7.09e-06 0 0 0 scintillator initStep - 1 -6.37 89 -1.68 7.09e-06 0 124 124 housing Transportation - 2 -6.37 89 -1.68 7.09e-06 0 0 124 scintillator Transportation - 3 -14.7 -30.1 113 7.09e-06 0 166 290 housing Transportation - 4 -14.7 -30.1 113 7.09e-06 0 0 290 scintillator Transportation - 5 -18.8 -89 56.2 7.09e-06 0 81.9 372 housing Transportation - 6 -18.8 -89 56.2 7.09e-06 0 0 372 scintillator Transportation - 7 -31.1 86.7 -113 7.09e-06 0 244 616 housing Transportation - 8 -31.1 86.7 -113 7.09e-06 0 0 616 scintillator Transportation - 9 -31.3 89 -111 7.09e-06 0 3.18 619 housing Transportation - 10 -31.3 89 -111 7.09e-06 0 0 619 scintillator Transportation - 11 -31.8 82 -104 7.09e-06 7.09e-06 9.77 629 scintillator OpAbsorption + 0 0.0773 0.0548 -108 7.09e-06 0 0 0 scintillator initStep + 1 2.25 20.9 -113 7.09e-06 0 21.5 21.5 housing Transportation + 2 2.25 20.9 -113 7.09e-06 0 0 21.5 scintillator Transportation + 3 9.36 89 -96.9 7.09e-06 0 70.4 91.9 housing Transportation + 4 9.36 89 -96.9 7.09e-06 0 0 91.9 scintillator Transportation + 5 22 -31.9 -68.4 7.09e-06 7.09e-06 125 217 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0778 0.0558 -108 7.11e-06 0 0 0 scintillator initStep + 1 1.69 -0.277 -113 7.11e-06 0 5.18 5.18 housing Transportation + 2 1.69 -0.277 -113 7.11e-06 0 0 5.18 scintillator Transportation + 3 5.5 -1.06 -101 7.11e-06 7.11e-06 12.2 17.4 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 35 -0.113 -0.411 -87.8 0.0646 0 0 1.04 scintillator initStep - 36 -0.113 -0.41 -87.8 0.0622 0.00246 0.00274 1.04 scintillator msc - 37 -0.11 -0.407 -87.8 0.0376 0.0246 0.0221 1.06 scintillator eIoni + 21 0.0763 0.0532 -108 0.0682 0 0 0.462 scintillator initStep + 22 0.074 0.0544 -108 0.067 0.00114 0.00299 0.465 scintillator msc + 23 0.0699 0.0563 -108 0.0539 0.0132 0.0233 0.488 scintillator eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.111 -0.408 -87.8 7.11e-06 0 0 0 scintillator initStep - 1 30.8 -74.8 -113 7.11e-06 0 84.4 84.4 housing Transportation - 2 30.8 -74.8 -113 7.11e-06 0 0 84.4 scintillator Transportation - 3 36.7 -89 -108 7.11e-06 0 16.1 101 housing Transportation - 4 36.7 -89 -108 7.11e-06 0 0 101 scintillator Transportation - 5 89 37.1 -65.5 7.11e-06 0 143 244 pmt Transportation - 6 89 37.1 -65.5 7.11e-06 0 0 244 scintillator Transportation - 7 67.4 89 -47.9 7.11e-06 0 58.9 302 housing Transportation - 8 67.4 89 -47.9 7.11e-06 0 0 302 scintillator Transportation - 9 41.6 26.8 -26.8 7.11e-06 7.11e-06 70.5 373 scintillator OpAbsorption + 0 0.0735 0.0546 -108 7.13e-06 0 0 0 scintillator initStep + 1 3.31 -9.08 -113 7.13e-06 0 10.9 10.9 housing Transportation + 2 3.31 -9.08 -113 7.13e-06 0 0 10.9 scintillator Transportation + 3 31.6 -89 -70.1 7.13e-06 0 95 106 pmt Transportation + 4 31.7 -89.3 -69.9 7.13e-06 7.13e-06 0.378 106 photocath Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 37 -0.11 -0.407 -87.8 0.0376 0 0 1.06 scintillator initStep - 38 -0.11 -0.408 -87.8 0.0368 0.000744 0.00113 1.06 scintillator msc - 39 -0.109 -0.41 -87.8 0.00956 0.0273 0.0146 1.08 scintillator eIoni + 23 0.0699 0.0563 -108 0.0539 0 0 0.488 scintillator initStep + 24 0.0702 0.0579 -108 0.0524 0.00151 0.00203 0.49 scintillator msc + 25 0.0702 0.0611 -108 0.0303 0.0221 0.0193 0.51 scintillator eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.109 -0.409 -87.8 7.1e-06 0 0 0 scintillator initStep - 1 -17.7 89 -83 7.1e-06 0 91.2 91.2 housing Transportation - 2 -17.7 89 -83 7.1e-06 0 0 91.2 scintillator Transportation - 3 -49.1 -71 -74.5 7.1e-06 7.1e-06 163 254 scintillator OpAbsorption + 0 0.0702 0.0589 -108 7.13e-06 0 0 0 scintillator initStep + 1 89 33.4 -87 7.13e-06 0 97.3 97.3 pmt Transportation + 2 89.3 33.6 -86.9 7.13e-06 7.13e-06 0.348 97.7 photocath Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.109 -0.409 -87.8 7.12e-06 0 0 0 scintillator initStep - 1 -14.2 -19.4 -113 7.12e-06 0 34.5 34.5 housing Transportation - 2 -14.2 -19.4 -113 7.12e-06 0 0 34.5 scintillator Transportation - 3 -65.9 -89 -20.3 7.12e-06 0 127 161 housing Transportation - 4 -65.9 -89 -20.3 7.12e-06 0 0 161 scintillator Transportation - 5 -89 -57.9 21.1 7.12e-06 0 56.7 218 housing Transportation - 6 -89 -57.9 21.1 7.12e-06 0 0 218 scintillator Transportation - 7 -37.7 11.2 113 7.12e-06 0 126 344 housing Transportation - 8 -37.7 11.2 113 7.12e-06 0 0 344 scintillator Transportation - 9 20.1 89 9.43 7.12e-06 0 142 486 housing Transportation - 10 20.1 89 9.43 7.12e-06 0 0 486 scintillator Transportation - 11 88.5 -3 -113 7.12e-06 0 168 654 housing Transportation - 12 88.5 -3 -113 7.12e-06 0 0 654 scintillator Transportation - 13 89 -3.72 -112 7.12e-06 0 1.31 655 housing Transportation - 14 89 -3.72 -112 7.12e-06 0 0 655 scintillator Transportation - 15 25.7 -89 1.44 7.12e-06 0 155 810 pmt Transportation - 16 25.7 -89 1.44 7.12e-06 0 0 810 scintillator Transportation - 17 -36.6 -5.17 113 7.12e-06 0 153 963 housing Transportation - 18 -36.6 -5.17 113 7.12e-06 0 0 963 scintillator Transportation - 19 -43.8 4.45 100 7.12e-06 7.12e-06 17.5 981 scintillator OpAbsorption + 0 0.0702 0.059 -108 7.11e-06 0 0 0 scintillator initStep + 1 -89 35.7 55.2 7.11e-06 0 189 189 pmt Transportation + 2 -89.3 35.9 55.8 7.11e-06 7.11e-06 0.7 190 photocath Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 39 -0.109 -0.41 -87.8 0.00956 0 0 1.08 scintillator initStep - 40 -0.109 -0.41 -87.8 0.00907 0.000488 0.000128 1.08 scintillator msc - 41 -0.109 -0.409 -87.8 0 0.00907 0.00158 1.08 scintillator eIoni - 42 -0.109 -0.409 -87.8 0 0 0 1.08 scintillator NoProcess + 25 0.0702 0.0611 -108 0.0303 0 0 0.51 scintillator initStep + 26 0.0701 0.0607 -108 0.0292 0.0011 0.000794 0.51 scintillator msc + 27 0.0701 0.0597 -108 0.00834 0.0208 0.011 0.521 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0701 0.0603 -108 7.1e-06 0 0 0 scintillator initStep + 1 -0.878 3.85 -113 7.1e-06 0 6.28 6.28 housing Transportation + 2 -0.878 3.85 -113 7.1e-06 0 0 6.28 scintillator Transportation + 3 -8.72 35.2 -72.3 7.1e-06 7.1e-06 52 58.2 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.109 -0.41 -87.8 7.03e-06 0 0 0 scintillator initStep - 1 -30.9 89 -101 7.03e-06 0 95.4 95.4 housing Transportation - 2 -30.9 89 -101 7.03e-06 0 0 95.4 scintillator Transportation - 3 -37.1 71.1 -103 7.03e-06 7.03e-06 19.1 114 scintillator OpAbsorption - Energy weighted position of hits in LXe : (-0.05397377831452965,-0.273933851376592,-88.65649067583557) - Total energy deposition in scintillator : 511.3321405735337 (keV) - Reconstructed position of hits in LXe : (0,7.469583333333333,18.88625) - Number of photons that hit PMTs in this event : 6 - Number of PMTs above threshold(4) : 0 - Number of photons produced by scintillation in this event : 52 - Number of photons produced by cerenkov in this event : 1 - Number of photons absorbed (OpAbsorption) in this event : 47 + 0 0.0701 0.0602 -108 7.09e-06 0 0 0 scintillator initStep + 1 -60 -89 -82.3 7.09e-06 0 110 110 pmt Transportation + 2 -60.2 -89.3 -82.2 7.09e-06 7.09e-06 0.397 111 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 27 0.0701 0.0597 -108 0.00834 0 0 0.521 scintillator initStep + 28 0.0701 0.0598 -108 0.00795 0.000392 0.000104 0.521 scintillator msc + 29 0.0702 0.0599 -108 0 0.00795 0.00128 0.523 scintillator eIoni + 30 0.0702 0.0599 -108 0 0 0 0.523 scintillator NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0701 0.0598 -108 7.07e-06 0 0 0 scintillator initStep + 1 -0.403 -14.4 -96.5 7.07e-06 7.07e-06 18.5 18.5 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0702 0.0599 -108 7.12e-06 0 0 0 scintillator initStep + 1 1.31 1.44 -113 7.12e-06 0 5.26 5.26 housing Transportation + 2 1.31 1.44 -113 7.12e-06 0 0 5.26 scintillator Transportation + 3 38.7 43.1 35 7.12e-06 0 158 163 sphere Transportation + 4 38.7 43.1 35 7.12e-06 0 0 163 scintillator Transportation + 5 -89 -15.6 -36.7 7.12e-06 0 158 321 housing Transportation + 6 -89 -15.6 -36.7 7.12e-06 0 0 321 scintillator Transportation + 7 -77.5 -20.8 -43.1 7.12e-06 7.12e-06 14.2 335 scintillator OpAbsorption + Energy weighted position of hits in LXe : (-1.664740769550083,-0.8417637690724556,-108.2693682901294) + Total energy deposition in scintillator : 511.268913112057 (keV) + Reconstructed position of hits in LXe : (-19.48859375,-27.9315625,-21.16765625) + Number of photons that hit PMTs in this event : 16 + Number of PMTs above threshold(4) : 1 + Number of photons produced by scintillation in this event : 54 + Number of photons produced by cerenkov in this event : 0 + Number of photons absorbed (OpAbsorption) in this event : 38 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 /control/shell cp ./currentEvent.rndm ./run2evt0.rndm ./currentEvent.rndm is copied to ./run2evt0.rndm Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.028424s Sys=0.010000s + User=0.000000s Real=0.056942s Sys=0.000000s ======================== run summary ====================== The run was 1 events. -Number of hits per event: 6 +- 0 -Number of hits per event above threshold: 0 +- 0 -Number of scintillation photons per event : 52 +- 0 -Number of Cerenkov photons per event: 1 +- 0 -Number of absorbed photons per event : 47 +- 0 +Number of hits per event: 16 +- 0 +Number of hits per event above threshold: 1 +- 0 +Number of scintillation photons per event : 54 +- 0 +Number of Cerenkov photons per event: 0 +- 0 +Number of absorbed photons per event : 38 +- 0 Number of photons absorbed at boundary per event: 0 +- 0 Total energy deposition in scintillator per event: 511.3 +- 0 keV. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 17 of which, static: 0 -Dynamic pools deleted: 17 / Total memory freed: 1.7 MB +Dynamic pools deleted: 17 / Total memory freed: 1.8 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/LXe/cerenkov.out b/examples/extended/optical/LXe/cerenkov.out index 902654edc9..55253f4303 100644 --- a/examples/extended/optical/LXe/cerenkov.out +++ b/examples/extended/optical/LXe/cerenkov.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -141,7 +145,8 @@ has been modified since last Run. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -158,7 +163,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -168,8 +173,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -248,12 +254,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -284,10 +290,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -322,10 +328,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -358,12 +364,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -374,10 +380,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -391,10 +397,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -423,10 +429,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -455,10 +461,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -487,14 +493,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -505,7 +510,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -520,14 +525,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -538,7 +542,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -553,10 +557,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -585,10 +589,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -622,15 +626,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -640,10 +647,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -651,10 +660,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -663,6 +674,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -670,11 +682,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -682,11 +696,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -695,10 +711,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -709,10 +727,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -723,10 +743,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -736,10 +758,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -750,10 +774,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -764,10 +790,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -778,10 +806,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -791,11 +821,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -803,6 +835,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -810,6 +843,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -819,6 +853,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -826,11 +861,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -838,11 +875,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -852,11 +891,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -864,6 +905,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -871,6 +913,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -880,11 +923,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -892,11 +937,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -906,11 +953,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -918,11 +967,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -932,29 +983,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -967,28 +1020,28 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Al Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.84821 keV e- 461.317 keV e+ 445.215 keV proton 70 keV + Energy thresholds : gamma 5.84809 keV e- 461.311 keV e+ 445.215 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : LXe Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 23.9007 keV e- 392.975 keV e+ 377.543 keV proton 70 keV + Energy thresholds : gamma 23.9005 keV e- 392.984 keV e+ 377.557 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Glass Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09818 keV e- 281.681 keV e+ 274.857 keV proton 70 keV + Energy thresholds : gamma 2.09772 keV e- 281.684 keV e+ 274.852 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1019,23 +1072,23 @@ WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system Run terminated. Run Summary Number of events processed : 10000 - User=3.750000s Real=3.822659s Sys=0.010000s + User=3.470000s Real=3.585041s Sys=0.000000s ======================== run summary ====================== The run was 10000 events. -Number of hits per event: 5.919 +- 0.04728 -Number of hits per event above threshold: 5.481 +- 0.04225 +Number of hits per event: 13.6 +- 0.09929 +Number of hits per event above threshold: 12.16 +- 0.08515 Number of scintillation photons per event : 0 +- 0 -Number of Cerenkov photons per event: 53.54 +- 0.3457 -Number of absorbed photons per event : 35.51 +- 0.2347 -Number of photons absorbed at boundary per event: 12.11 +- 0.07879 -Total energy deposition in scintillator per event: 6736 +- 40.09 keV. +Number of Cerenkov photons per event: 53.76 +- 0.3479 +Number of absorbed photons per event : 33.59 +- 0.2225 +Number of photons absorbed at boundary per event: 6.567 +- 0.04489 +Total energy deposition in scintillator per event: 6756 +- 40.28 keV. ... write file : cerenkov.root - done ... close file : cerenkov.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/optical/LXe/photon.out b/examples/extended/optical/LXe/photon.out index 4d2c646058..7111363f50 100644 --- a/examples/extended/optical/LXe/photon.out +++ b/examples/extended/optical/LXe/photon.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -92,7 +96,8 @@ Construction /LXeDet/scintSD LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -109,7 +114,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -119,8 +124,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -199,12 +205,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -235,10 +241,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -273,10 +279,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -309,12 +315,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -325,10 +331,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -342,10 +348,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -374,10 +380,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -406,10 +412,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -438,14 +444,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -456,7 +461,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -471,14 +476,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -489,7 +493,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -504,10 +508,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -536,10 +540,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -573,15 +577,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -591,10 +598,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -602,10 +611,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -614,6 +625,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -621,11 +633,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -633,11 +647,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -646,10 +662,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -660,10 +678,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -674,10 +694,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -687,10 +709,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -701,10 +725,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -715,10 +741,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -729,10 +757,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -742,11 +772,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -754,6 +786,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -761,6 +794,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -770,6 +804,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -777,11 +812,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -789,11 +826,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -803,11 +842,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -815,6 +856,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -822,6 +864,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -831,11 +874,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -843,11 +888,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -857,11 +904,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -869,11 +918,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -883,29 +934,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1033,8 +1086,8 @@ Number of absorbed photons per event : 0.5 +- 0.1581 Number of photons absorbed at boundary per event: 0 +- 0 Total energy deposition in scintillator per event: 0.003535 +- 0.001118 keV. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/optical/LXe/wls.out b/examples/extended/optical/LXe/wls.out index d625033b12..6eb1ab51a5 100644 --- a/examples/extended/optical/LXe/wls.out +++ b/examples/extended/optical/LXe/wls.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -137,7 +141,8 @@ expHall_log is registered to the default region. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -154,7 +159,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -164,8 +169,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -244,12 +250,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -280,10 +286,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -318,10 +324,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -354,12 +360,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -370,10 +376,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -387,10 +393,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -419,10 +425,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -451,10 +457,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -483,14 +489,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -501,7 +506,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -516,14 +521,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -534,7 +538,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -549,10 +553,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -581,10 +585,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -618,15 +622,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -636,10 +643,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -647,10 +656,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -659,6 +670,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -666,11 +678,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -678,11 +692,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -691,10 +707,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -705,10 +723,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -719,10 +739,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -732,10 +754,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -746,10 +770,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -760,10 +786,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -774,10 +802,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -787,11 +817,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -799,6 +831,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -806,6 +839,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -815,6 +849,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -822,11 +857,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -834,11 +871,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -848,11 +887,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -860,6 +901,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -867,6 +909,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -876,11 +919,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -888,11 +933,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -902,11 +949,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -914,11 +963,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -928,29 +979,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -976,35 +1029,35 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Vacuum Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Polystyrene Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.10259 keV e- 279.727 keV e+ 272.941 keV proton 70 keV + Energy thresholds : gamma 2.1022 keV e- 279.725 keV e+ 272.955 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Pethylene2 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.29547 keV e- 361.059 keV e+ 351.286 keV proton 70 keV + Energy thresholds : gamma 2.29489 keV e- 361.071 keV e+ 351.281 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Pethylene1 Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.16549 keV e- 325.707 keV e+ 317.36 keV proton 70 keV + Energy thresholds : gamma 2.1661 keV e- 325.715 keV e+ 317.349 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : PMMA Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.41124 keV e- 306.379 keV e+ 298.522 keV proton 70 keV + Energy thresholds : gamma 2.41079 keV e- 306.376 keV e+ 298.534 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1047,23 +1100,23 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=35.840000s Real=36.237834s Sys=0.020000s + User=32.440000s Real=33.093822s Sys=0.020000s ======================== run summary ====================== The run was 100 events. Number of hits per event: 0 +- 0 Number of hits per event above threshold: 0 +- 0 -Number of scintillation photons per event : 4525 +- 68.89 -Number of Cerenkov photons per event: 21.71 +- 0.675 -Number of absorbed photons per event : 4340 +- 66.02 +Number of scintillation photons per event : 4605 +- 49.66 +Number of Cerenkov photons per event: 23.04 +- 0.5867 +Number of absorbed photons per event : 4436 +- 47.87 Number of photons absorbed at boundary per event: 0 +- 0 Total energy deposition in scintillator per event: 0 +- 0 keV. ... write file : wls.root - done ... close file : wls.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 8 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1084,6 +1137,7 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00961 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.245 MB Pool ID '16G4SmartVoxelNode', size : 0.00481 MB Pool ID '17G4SmartVoxelProxy', size : 0.00288 MB Pool ID '7G4Event', size : 0.000961 MB @@ -1091,14 +1145,13 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.297 MB -Pool ID '7G4Track', size : 0.593 MB +Pool ID '7G4Track', size : 0.49 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '13LXeTrajectory', size : 0.000961 MB Pool ID '17G4TrajectoryPoint', size : 0.000961 MB Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.92 MB +Dynamic pools deleted: 15 / Total memory freed: 0.76 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/optical/OpNovice/History b/examples/extended/optical/OpNovice/History index e94a0b5164..792c84a79b 100644 --- a/examples/extended/optical/OpNovice/History +++ b/examples/extended/optical/OpNovice/History @@ -1,23 +1,20 @@ -------------------------------------------------------------------- +# Example OpNovice History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example OpNovice History file - ----------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - -January 17, 2022 D. Sawkey (OpNovice-V10-07-07) +## 2022-01-17 Daren Sawkey (OpNovice-V11-00-01) - Fix incorrect call to G4MaterialPropertiesTable::AddProperty. Add comments explaining use. Addresses issue 115. +## 2021-12-10 Ben Morgan (OpNovice-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + October 15, 2021 D. Sawkey (OpNovice-V10-07-06) - remove OpNoviceGDMLDetectorMessenger: use OpNoviceDetectorMessenger instead - rename class variables to start with f diff --git a/examples/extended/optical/OpNovice/OpNovice.out b/examples/extended/optical/OpNovice/OpNovice.out index beb1a91bd0..fd431395c0 100644 --- a/examples/extended/optical/OpNovice/OpNovice.out +++ b/examples/extended/optical/OpNovice/OpNovice.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,9 +31,6 @@ G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced wi /OpNovice/DetectorConstruction/enableVerbose true /OpNovice/DetectorConstruction/dumpGdml false /run/initialize -### G4PhysicsVector: spline cannot be used for 2 points - spline disabled -2.034e-06 1 -4.136e-06 1 Water G4MaterialPropertiesTable: 0: RINDEX 2.034e-06 1.3435 @@ -363,7 +360,8 @@ OpWLS2 is created LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -380,7 +378,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -390,8 +388,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -470,12 +469,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -506,10 +505,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -544,10 +543,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -580,12 +579,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -596,10 +595,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -613,10 +612,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -645,10 +644,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -677,10 +676,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -709,14 +708,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -727,7 +725,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -742,14 +740,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -760,7 +757,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -807,10 +804,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -839,10 +836,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -876,15 +873,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -894,10 +894,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -905,10 +907,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -917,6 +921,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -924,11 +929,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -936,11 +943,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -949,10 +958,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -963,10 +974,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -977,10 +990,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -990,10 +1005,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1004,10 +1021,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1018,10 +1037,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1032,10 +1053,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1045,11 +1068,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -1057,6 +1082,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -1064,6 +1090,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -1073,6 +1100,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -1080,11 +1108,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -1092,11 +1122,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1106,11 +1138,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -1118,6 +1152,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -1125,6 +1160,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -1134,11 +1170,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -1146,11 +1184,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1160,11 +1200,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1172,11 +1214,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1186,29 +1230,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1221,14 +1267,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52535 keV e- 277.593 keV e+ 270.769 keV proton 70 keV + Energy thresholds : gamma 2.52493 keV e- 277.585 keV e+ 270.777 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1242,430 +1288,467 @@ Index : 1 used in the geometry : Yes Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.00612 0 0 0.499 0.000597 0.00612 0.00612 Tank msc - 2 0.14 0.000316 -0.00161 0.475 0.0244 0.14 0.146 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0985 0.000217 -0.00111 3.03e-06 0 0 0 Tank initStep - 1 5e+03 2.46e+03 -1.77e+03 3.03e-06 0 5.85e+03 5.85e+03 expHall Transportation - 2 1e+04 9.15e+03 -9.73e+03 3.03e-06 0 1.15e+04 1.74e+04 world Transportation - 3 1.33e+04 1.36e+04 -1.5e+04 3.03e-06 0 7.64e+03 2.5e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.109 0.000242 -0.00124 3.3e-06 0 0 0 Tank initStep - 1 5e+03 -2.47e+03 -1.74e+03 3.3e-06 0 5.84e+03 5.84e+03 expHall Transportation - 2 5e+03 -2.47e+03 -1.74e+03 3.3e-06 0 0 5.84e+03 Tank Transportation - 3 1.88e+03 -5e+03 -2.24e+03 3.3e-06 0 4.05e+03 9.89e+03 expHall Transportation - 4 -8.58e+03 -1e+04 -5.35e+03 3.3e-06 0 1.2e+04 2.19e+04 world Transportation - 5 -1.5e+04 -1.31e+04 -7.26e+03 3.3e-06 0 7.37e+03 2.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.14 0.000316 -0.00161 0.475 0 0 0.146 Tank initStep - 3 0.26 -0.0262 0.0223 0.442 0.0333 0.126 0.272 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.252 -0.0244 0.0206 3.92e-06 0 0 0 Tank initStep - 1 3.39e+03 -648 3e+03 3.92e-06 0 4.57e+03 4.57e+03 Tank OpRayleigh - 2 2.14e+03 5e+03 -1.15e+03 3.92e-06 0 7.12e+03 1.17e+04 expHall Transportation - 3 2.14e+03 5e+03 -1.15e+03 3.92e-06 0 0 1.17e+04 Tank Transportation - 4 503 1.05e+03 -5e+03 3.92e-06 0 5.75e+03 1.74e+04 expHall Transportation - 5 503 1.05e+03 -5e+03 3.92e-06 0 0 1.74e+04 Tank Transportation - 6 -5e+03 -1.87e+03 -833 3.92e-06 0 7.49e+03 2.49e+04 expHall Transportation - 7 -5e+03 -1.87e+03 -833 3.92e-06 0 0 2.49e+04 Tank Transportation - 8 226 -1.1e+03 3e+03 3.92e-06 0 6.53e+03 3.15e+04 Tank OpRayleigh - 9 173 5e+03 -4.59e+03 3.92e-06 0 9.74e+03 4.12e+04 expHall Transportation - 10 173 5e+03 -4.59e+03 3.92e-06 0 0 4.12e+04 Tank Transportation - 11 190 4.44e+03 -5e+03 3.92e-06 0 689 4.19e+04 expHall Transportation - 12 190 4.44e+03 -5e+03 3.92e-06 0 0 4.19e+04 Tank Transportation - 13 1.29e+03 -5e+03 154 3.92e-06 0 1.08e+04 5.27e+04 expHall Transportation - 14 1.29e+03 -5e+03 154 3.92e-06 0 0 5.27e+04 Tank Transportation - 15 223 -1.7e+03 5e+03 3.92e-06 0 5.96e+03 5.87e+04 expHall Transportation - 16 -2.01e+03 7.08e+03 1e+04 3.92e-06 0 1.04e+04 6.9e+04 world Transportation - 17 -4.02e+03 1.5e+04 1.45e+04 3.92e-06 0 9.33e+03 7.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.166 -0.00526 0.00339 3.15e-06 0 0 0 Tank initStep - 1 5e+03 -1.5e+03 -1.74e+03 3.15e-06 0 5.5e+03 5.5e+03 expHall Transportation - 2 1e+04 -7.09e+03 -5.7e+03 3.15e-06 0 8.48e+03 1.4e+04 world Transportation - 3 1.5e+04 -1.27e+04 -9.67e+03 3.15e-06 0 8.48e+03 2.25e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.26 -0.0262 0.0223 0.442 0 0 0.272 Tank initStep - 4 0.361 -0.0465 0.0564 0.41 0.0319 0.109 0.381 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.266 -0.0273 0.0241 3.51e-06 0 0 0 Tank initStep - 1 -5e+03 -790 483 3.51e-06 0 5.09e+03 5.09e+03 expHall Transportation - 2 -5e+03 -790 483 3.51e-06 0 0 5.09e+03 Tank Transportation - 3 -3.46e+03 -4.53e+03 -57.5 3.51e-06 0 4.08e+03 9.17e+03 Tank OpRayleigh - 4 -4.99e+03 -5e+03 -355 3.51e-06 0 1.63e+03 1.08e+04 expHall Transportation - 5 -4.99e+03 -5e+03 -355 3.51e-06 0 0 1.08e+04 Tank Transportation - 6 -5e+03 -5e+03 -359 3.51e-06 0 12.2 1.08e+04 expHall Transportation - 7 -5e+03 -5e+03 -359 3.51e-06 0 0 1.08e+04 Tank Transportation - 8 -1.17e+03 5e+03 -1.04e+03 3.51e-06 0 1.07e+04 2.15e+04 expHall Transportation - 9 -1.17e+03 5e+03 -1.04e+03 3.51e-06 0 0 2.15e+04 Tank Transportation - 10 3.91e+03 958 3.49e+03 3.51e-06 0 7.92e+03 2.95e+04 Tank OpRayleigh - 11 5e+03 -527 2.71e+03 3.51e-06 0 2e+03 3.15e+04 expHall Transportation - 12 5e+03 -527 2.71e+03 3.51e-06 0 0 3.15e+04 Tank Transportation - 13 2.97e+03 -5e+03 -313 3.51e-06 0 5.77e+03 3.72e+04 expHall Transportation - 14 2.97e+03 -5e+03 -313 3.51e-06 0 0 3.72e+04 Tank Transportation - 15 -5e+03 4.3e+03 -2.23e+03 3.51e-06 0 1.24e+04 4.96e+04 expHall Transportation - 16 -5e+03 4.3e+03 -2.23e+03 3.51e-06 0 0 4.96e+04 Tank Transportation - 17 -4.12e+03 5e+03 -2.47e+03 3.51e-06 0 1.15e+03 5.08e+04 expHall Transportation - 18 -4.12e+03 5e+03 -2.47e+03 3.51e-06 0 0 5.08e+04 Tank Transportation - 19 73.8 2.17e+03 -3.26e+03 3.51e-06 3.51e-06 5.11e+03 5.59e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.262 -0.0266 0.0229 2.88e-06 0 0 0 Tank initStep - 1 1.42e+03 -5e+03 1.29e+03 2.88e-06 0 5.36e+03 5.36e+03 expHall Transportation - 2 2.68e+03 -1e+04 5.46e+03 2.88e-06 0 6.63e+03 1.2e+04 world Transportation - 3 3.94e+03 -1.5e+04 9.63e+03 2.88e-06 0 6.63e+03 1.86e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.355 -0.0453 0.0544 3.53e-06 0 0 0 Tank initStep - 1 -768 -70.2 5e+03 3.53e-06 0 5.06e+03 5.06e+03 expHall Transportation - 2 -4.01e+03 -1.68e+03 1e+04 3.53e-06 0 6.17e+03 1.12e+04 world Transportation - 3 -7.26e+03 -3.29e+03 1.5e+04 3.53e-06 0 6.17e+03 1.74e+04 OutOfWorld Transportation + 1 0.00257 0 0 0.5 0.000278 0.00257 0.00257 Tank msc + 2 0.137 -3.16e-05 4.31e-05 0.475 0.0248 0.14 0.142 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.351 -0.0444 0.0528 3.4e-06 0 0 0 Tank initStep - 1 1.47e+03 5e+03 499 3.4e-06 0 5.24e+03 5.24e+03 expHall Transportation - 2 4.29e+03 1e+04 2.78e+03 3.4e-06 0 6.18e+03 1.14e+04 world Transportation - 3 7.11e+03 1.5e+04 5.06e+03 3.4e-06 0 6.18e+03 1.76e+04 OutOfWorld Transportation + 0 0.0694 -1.57e-05 2.14e-05 2.42e-06 0 0 0 Tank initStep + 1 -1.04e+03 -5e+03 -1.39e+03 2.42e-06 0 5.29e+03 5.29e+03 expHall Transportation + 2 -2.21e+03 -1e+04 -3.55e+03 2.42e-06 0 5.57e+03 1.09e+04 world Transportation + 3 -3.37e+03 -1.5e+04 -5.71e+03 2.42e-06 0 5.57e+03 1.64e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.262 -0.0265 0.0226 3.27e-06 0 0 0 Tank initStep - 1 5e+03 -3.83e+03 651 3.27e-06 0 6.33e+03 6.33e+03 expHall Transportation - 2 5e+03 -3.83e+03 651 3.27e-06 0 0 6.33e+03 Tank Transportation - 3 2.78e+03 -4.88e+03 -2.19e+03 3.27e-06 3.27e-06 3.76e+03 1.01e+04 Tank OpAbsorption + 0 0.0445 -9.86e-06 1.35e-05 2.32e-06 0 0 0 Tank initStep + 1 5e+03 -2.83e+03 704 2.32e-06 0 5.79e+03 5.79e+03 expHall Transportation + 2 1e+04 -7.91e+03 1.03e+03 2.32e-06 0 7.14e+03 1.29e+04 world Transportation + 3 1.5e+04 -1.3e+04 1.36e+03 2.32e-06 0 7.14e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.095 -2.17e-05 2.97e-05 3.03e-06 0 0 0 Tank initStep + 1 5e+03 2.44e+03 -1.7e+03 3.03e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 5e+03 2.44e+03 -1.7e+03 3.03e-06 0 0 5.82e+03 Tank Transportation + 3 2.98e+03 5e+03 -2.74e+03 3.03e-06 0 3.42e+03 9.24e+03 expHall Transportation + 4 2.98e+03 5e+03 -2.74e+03 3.03e-06 0 0 9.24e+03 Tank Transportation + 5 1.01e+03 1.14e+03 -5e+03 3.03e-06 0 4.89e+03 1.41e+04 expHall Transportation + 6 1.01e+03 1.14e+03 -5e+03 3.03e-06 0 0 1.41e+04 Tank Transportation + 7 -352 -1.04e+03 -256 3.03e-06 0 5.4e+03 1.95e+04 Tank OpRayleigh + 8 -660 -2.42e+03 5e+03 3.03e-06 0 5.44e+03 2.5e+04 expHall Transportation + 9 -440 -6e+03 1e+04 3.03e-06 0 6.15e+03 3.11e+04 world Transportation + 10 -221 -9.58e+03 1.5e+04 3.03e-06 0 6.15e+03 3.73e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.106 -2.43e-05 3.31e-05 3.3e-06 0 0 0 Tank initStep + 1 5e+03 -2.48e+03 -1.67e+03 3.3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 1e+04 -8.98e+03 -6.68e+03 3.3e-06 0 9.61e+03 1.54e+04 world Transportation + 3 1.46e+04 -1.5e+04 -1.13e+04 3.3e-06 0 8.9e+03 2.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0319 -6.9e-06 9.42e-06 2.13e-06 0 0 0 Tank initStep + 1 5e+03 680 2.81e+03 2.13e-06 0 5.78e+03 5.78e+03 expHall Transportation + 2 5e+03 680 2.81e+03 2.13e-06 0 0 5.78e+03 Tank Transportation + 3 3.56e+03 640 4e+03 2.13e-06 2.13e-06 1.87e+03 7.65e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.125 -2.88e-05 3.94e-05 2.81e-06 0 0 0 Tank initStep + 1 5e+03 -1.06e+03 2.77e+03 2.81e-06 0 5.81e+03 5.81e+03 expHall Transportation + 2 5e+03 -1.06e+03 2.77e+03 2.81e-06 0 0 5.81e+03 Tank Transportation + 3 3.7e+03 -1.92e+03 5e+03 2.81e-06 0 2.72e+03 8.54e+03 expHall Transportation + 4 3.7e+03 -1.92e+03 5e+03 2.81e-06 0 0 8.54e+03 Tank Transportation + 5 -5e+03 -433 -3.92e+03 2.81e-06 0 1.25e+04 2.11e+04 expHall Transportation + 6 -5e+03 -433 -3.92e+03 2.81e-06 0 0 2.11e+04 Tank Transportation + 7 -4.33e+03 -357 -5e+03 2.81e-06 0 1.28e+03 2.24e+04 expHall Transportation + 8 1.31e+03 -810 -1e+04 2.81e-06 0 7.55e+03 2.99e+04 world Transportation + 9 6.94e+03 -1.26e+03 -1.5e+04 2.81e-06 0 7.55e+03 3.75e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.361 -0.0465 0.0564 0.41 0 0 0.381 Tank initStep - 5 0.445 -0.046 0.0961 0.394 0.0153 0.0936 0.474 Tank Cerenkov + 2 0.137 -3.16e-05 4.31e-05 0.475 0 0 0.142 Tank initStep + 3 0.252 -0.0489 -0.00891 0.455 0.0204 0.126 0.268 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.444 -0.046 0.0957 2.23e-06 0 0 0 Tank initStep - 1 -492 2e+03 -187 2.23e-06 0 2.07e+03 2.07e+03 Bubble Transportation + 0 0.251 -0.0484 -0.00882 2.69e-06 0 0 0 Tank initStep + 1 166 3.3e+03 -1.58e+03 2.69e-06 2.69e-06 3.67e+03 3.67e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.376 -0.0464 0.0632 3.26e-06 0 0 0 Tank initStep - 1 1.35e+03 5e+03 -13.9 3.26e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 3.29e+03 1e+04 -918 3.26e-06 0 5.44e+03 1.06e+04 world Transportation - 3 5.22e+03 1.5e+04 -1.82e+03 3.26e-06 0 5.44e+03 1.61e+04 OutOfWorld Transportation + 0 0.143 -0.00259 -0.000425 3.15e-06 0 0 0 Tank initStep + 1 5e+03 -1.23e+03 -3.32e+03 3.15e-06 0 6.13e+03 6.13e+03 expHall Transportation + 2 8.2e+03 -4.82e+03 -1e+04 3.15e-06 0 8.23e+03 1.44e+04 world Transportation + 3 1.06e+04 -7.5e+03 -1.5e+04 3.15e-06 0 6.16e+03 2.05e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.404 -0.0462 0.0766 3.01e-06 0 0 0 Tank initStep - 1 321 2e+03 78.2 3.01e-06 3.01e-06 2.03e+03 2.03e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.394 -0.0463 0.072 2.37e-06 0 0 0 Tank initStep - 1 3.92e+03 117 5e+03 2.37e-06 0 6.36e+03 6.36e+03 expHall Transportation - 2 3.92e+03 117 5e+03 2.37e-06 0 0 6.36e+03 Tank Transportation - 3 4.21e+03 102 4.85e+03 2.37e-06 2.37e-06 328 6.68e+03 Tank OpAbsorption + 0 0.176 -0.0168 -0.00302 3.24e-06 0 0 0 Tank initStep + 1 5e+03 -1.8e+03 -3.58e+03 3.24e-06 0 6.41e+03 6.41e+03 expHall Transportation + 2 6.41e+03 -3.98e+03 -1e+04 3.24e-06 0 6.93e+03 1.33e+04 world Transportation + 3 7.51e+03 -5.68e+03 -1.5e+04 3.24e-06 0 5.39e+03 1.87e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.445 -0.046 0.0961 0.394 0 0 0.474 Tank initStep - 6 0.518 -0.0271 0.137 0.374 0.0209 0.0867 0.561 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.482 -0.0364 0.117 3.03e-06 0 0 0 Tank initStep - 1 -333 -5e+03 -283 3.03e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 -2.29e+03 -1e+04 446 3.03e-06 0 5.42e+03 1.04e+04 world Transportation - 3 -4.25e+03 -1.5e+04 1.17e+03 3.03e-06 0 5.42e+03 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.489 -0.0346 0.121 2.33e-06 0 0 0 Tank initStep - 1 5e+03 4.19e+03 2.2e+03 2.33e-06 0 6.89e+03 6.89e+03 expHall Transportation - 2 5e+03 4.19e+03 2.2e+03 2.33e-06 0 0 6.89e+03 Tank Transportation - 3 4.6e+03 5e+03 2.16e+03 2.33e-06 0 900 7.79e+03 expHall Transportation - 4 -2.02e+03 1e+04 1.4e+03 2.33e-06 0 8.33e+03 1.61e+04 world Transportation - 5 -8.64e+03 1.5e+04 631 2.33e-06 0 8.33e+03 2.45e+04 OutOfWorld Transportation + 3 0.252 -0.0489 -0.00891 0.455 0 0 0.268 Tank initStep + 4 0.356 -0.0892 -0.0354 0.439 0.0154 0.115 0.384 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.509 -0.0294 0.132 2.63e-06 0 0 0 Tank initStep - 1 5e+03 1.01e+03 248 2.63e-06 0 5.11e+03 5.11e+03 expHall Transportation - 2 1e+04 3.39e+03 2.02e+03 2.63e-06 0 5.82e+03 1.09e+04 world Transportation - 3 1.5e+04 5.78e+03 3.8e+03 2.63e-06 0 5.82e+03 1.67e+04 OutOfWorld Transportation + 0 0.302 -0.0682 -0.0216 2.29e-06 0 0 0 Tank initStep + 1 5e+03 2.98e+03 -1.04e+03 2.29e-06 0 5.91e+03 5.91e+03 expHall Transportation + 2 5e+03 2.98e+03 -1.04e+03 2.29e-06 0 0 5.91e+03 Tank Transportation + 3 3.36e+03 5e+03 -1.08e+03 2.29e-06 0 2.61e+03 8.52e+03 expHall Transportation + 4 3.36e+03 5e+03 -1.08e+03 2.29e-06 0 0 8.52e+03 Tank Transportation + 5 -5e+03 1.21e+03 1.03e+03 2.29e-06 0 9.42e+03 1.79e+04 expHall Transportation + 6 -5e+03 1.21e+03 1.03e+03 2.29e-06 0 0 1.79e+04 Tank Transportation + 7 -2.08e+03 -435 3.66e+03 2.29e-06 2.29e-06 4.26e+03 2.22e+04 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.476 -0.0381 0.113 2.4e-06 0 0 0 Tank initStep - 1 5e+03 -452 949 2.4e-06 0 5.11e+03 5.11e+03 expHall Transportation - 2 5e+03 -452 949 2.4e-06 0 0 5.11e+03 Tank Transportation - 3 1.47e+03 5e+03 -472 2.4e-06 0 6.65e+03 1.18e+04 expHall Transportation - 4 -5.9e+03 1e+04 -4.99e+03 2.4e-06 0 9.98e+03 2.17e+04 world Transportation - 5 -1.33e+04 1.5e+04 -9.51e+03 2.4e-06 0 9.98e+03 3.17e+04 OutOfWorld Transportation + 0 0.323 -0.0764 -0.027 2.6e-06 0 0 0 Tank initStep + 1 5e+03 -3.22e+03 2.21e+03 2.6e-06 0 6.34e+03 6.34e+03 expHall Transportation + 2 5e+03 -3.22e+03 2.21e+03 2.6e-06 0 0 6.34e+03 Tank Transportation + 3 3.36e+03 -5e+03 2.15e+03 2.6e-06 0 2.42e+03 8.77e+03 expHall Transportation + 4 3.36e+03 -5e+03 2.15e+03 2.6e-06 0 0 8.77e+03 Tank Transportation + 5 -5e+03 282 2.25e+03 2.6e-06 0 9.89e+03 1.87e+04 expHall Transportation + 6 -1e+04 5.24e+03 1.66e+03 2.6e-06 0 7.07e+03 2.57e+04 world Transportation + 7 -1.5e+04 1.02e+04 1.07e+03 2.6e-06 0 7.07e+03 3.28e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.453 -0.0439 0.101 4e-06 0 0 0 Tank initStep - 1 5e+03 4.03e+03 1.68e+03 4e-06 0 6.64e+03 6.64e+03 expHall Transportation - 2 5e+03 4.03e+03 1.68e+03 4e-06 0 0 6.64e+03 Tank Transportation - 3 4.47e+03 5e+03 1.99e+03 4e-06 0 1.15e+03 7.79e+03 expHall Transportation - 4 -3.93e+03 8.44e+03 1e+04 4e-06 0 1.21e+04 1.99e+04 world Transportation - 5 -9.18e+03 1.06e+04 1.5e+04 4e-06 0 7.56e+03 2.75e+04 OutOfWorld Transportation + 0 0.353 -0.0879 -0.0346 3.89e-06 0 0 0 Tank initStep + 1 1.51e+03 -1.14e+03 394 3.89e-06 3.89e-06 1.93e+03 1.93e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.346 -0.0854 -0.0329 2.57e-06 0 0 0 Tank initStep + 1 5e+03 -3.41e+03 1.33e+03 2.57e-06 0 6.2e+03 6.2e+03 expHall Transportation + 2 9.91e+03 -1e+04 6.42e+03 2.57e-06 0 9.66e+03 1.59e+04 world Transportation + 3 1.36e+04 -1.5e+04 1.03e+04 2.57e-06 0 7.33e+03 2.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.311 -0.0718 -0.0239 4.04e-06 0 0 0 Tank initStep + 1 4.8e+03 -3.28e+03 -5e+03 4.04e-06 0 7.67e+03 7.67e+03 expHall Transportation + 2 4.8e+03 -3.28e+03 -5e+03 4.04e-06 0 0 7.67e+03 Tank Transportation + 3 5e+03 -3.38e+03 -4.84e+03 4.04e-06 0 274 7.94e+03 expHall Transportation + 4 5e+03 -3.38e+03 -4.84e+03 4.04e-06 0 0 7.94e+03 Tank Transportation + 5 1.53e+03 -5e+03 -1.34e+03 4.04e-06 0 5.19e+03 1.31e+04 expHall Transportation + 6 1.53e+03 -5e+03 -1.34e+03 4.04e-06 0 0 1.31e+04 Tank Transportation + 7 -1.12e+03 -2.87e+03 1.21e+03 4.04e-06 4.04e-06 4.24e+03 1.74e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.305 -0.0693 -0.0223 2.69e-06 0 0 0 Tank initStep + 1 4.14e+03 -5e+03 -990 2.69e-06 0 6.57e+03 6.57e+03 expHall Transportation + 2 4.14e+03 -5e+03 -990 2.69e-06 0 0 6.57e+03 Tank Transportation + 3 5e+03 -4.52e+03 -943 2.69e-06 0 986 7.55e+03 expHall Transportation + 4 5e+03 -4.52e+03 -943 2.69e-06 0 0 7.55e+03 Tank Transportation + 5 -147 3.69e+03 -4.08e+03 2.69e-06 2.69e-06 1.02e+04 1.77e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.28 -0.0597 -0.016 2.21e-06 0 0 0 Tank initStep + 1 5e+03 40.5 -3.38e+03 2.21e-06 0 6.04e+03 6.04e+03 expHall Transportation + 2 5e+03 40.5 -3.38e+03 2.21e-06 0 0 6.04e+03 Tank Transportation + 3 3.98e+03 283 -5e+03 2.21e-06 0 1.93e+03 7.96e+03 expHall Transportation + 4 -2.59e+03 2.44e+03 -1e+04 2.21e-06 0 8.54e+03 1.65e+04 world Transportation + 5 -9.17e+03 4.6e+03 -1.5e+04 2.21e-06 0 8.54e+03 2.5e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.518 -0.0271 0.137 0.374 0 0 0.561 Tank initStep - 7 0.566 0.0159 0.174 0.362 0.0112 0.0777 0.639 Tank Cerenkov + 4 0.356 -0.0892 -0.0354 0.439 0 0 0.384 Tank initStep + 5 0.46 -0.103 -0.0511 0.422 0.0167 0.108 0.491 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.391 -0.0937 -0.0407 3.54e-06 0 0 0 Tank initStep + 1 -4.89e+03 2.21e+03 -2.63e+03 3.54e-06 3.54e-06 5.98e+03 5.98e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.407 -0.0958 -0.0431 3.67e-06 0 0 0 Tank initStep + 1 2.28e+03 509 514 3.67e-06 3.67e-06 2.39e+03 2.39e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.46 -0.103 -0.0511 0.422 0 0 0.491 Tank initStep + 6 0.557 -0.114 -0.07 0.405 0.0174 0.0994 0.591 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.545 -0.00313 0.158 2.27e-06 0 0 0 Tank initStep - 1 346 -500 969 2.27e-06 2.27e-06 1.14e+03 1.14e+03 Tank OpAbsorption + 0 0.473 -0.104 -0.0537 2.49e-06 0 0 0 Tank initStep + 1 5e+03 -473 1.46e+03 2.49e-06 0 5.23e+03 5.23e+03 expHall Transportation + 2 1e+04 -1.45e+03 4.2e+03 2.49e-06 0 5.78e+03 1.1e+04 world Transportation + 3 1.5e+04 -2.43e+03 6.94e+03 2.49e-06 0 5.78e+03 1.68e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.561 0.0115 0.17 3.62e-06 0 0 0 Tank initStep - 1 3.01e+03 1.95e+03 5e+03 3.62e-06 0 6.15e+03 6.15e+03 expHall Transportation - 2 3.01e+03 1.95e+03 5e+03 3.62e-06 0 0 6.15e+03 Tank Transportation - 3 4.43e+03 3.41e+03 1.62e+03 3.62e-06 0 3.95e+03 1.01e+04 Tank OpRayleigh - 4 -5e+03 -1.6e+03 -2.33e+03 3.62e-06 0 1.14e+04 2.15e+04 expHall Transportation - 5 -9.06e+03 -7.79e+03 -1e+04 3.62e-06 0 1.07e+04 3.21e+04 world Transportation - 6 -1.17e+04 -1.18e+04 -1.5e+04 3.62e-06 0 6.95e+03 3.91e+04 OutOfWorld Transportation + 0 0.463 -0.103 -0.0517 3.1e-06 0 0 0 Tank initStep + 1 5e+03 -1.16e+03 1.47e+03 3.1e-06 0 5.34e+03 5.34e+03 expHall Transportation + 2 1e+04 -3.72e+03 4.24e+03 3.1e-06 0 6.26e+03 1.16e+04 world Transportation + 3 1.5e+04 -6.27e+03 7.01e+03 3.1e-06 0 6.26e+03 1.79e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.566 0.0159 0.174 0.362 0 0 0.639 Tank initStep - 8 0.596 0.0588 0.224 0.351 0.0116 0.0732 0.712 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.583 0.0399 0.202 2.69e-06 0 0 0 Tank initStep - 1 -1.52e+03 -634 3.35e+03 2.69e-06 2.69e-06 3.74e+03 3.74e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.596 0.0578 0.223 2.45e-06 0 0 0 Tank initStep - 1 4.36e+03 3.64e+03 2.46e+03 2.45e-06 2.45e-06 6.19e+03 6.19e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.593 0.0549 0.22 3.78e-06 0 0 0 Tank initStep - 1 1.53e+03 1.2e+03 4.44e+03 3.78e-06 3.78e-06 4.85e+03 4.85e+03 Tank OpAbsorption + 6 0.557 -0.114 -0.07 0.405 0 0 0.591 Tank initStep + 7 0.642 -0.139 -0.0543 0.39 0.0155 0.0914 0.682 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.571 0.0237 0.183 3.54e-06 0 0 0 Tank initStep - 1 1.91e+03 5e+03 2.22e+03 3.54e-06 0 5.79e+03 5.79e+03 expHall Transportation - 2 1.91e+03 5e+03 2.22e+03 3.54e-06 0 0 5.79e+03 Tank Transportation - 3 4.71e+03 -5e+03 3.99e+03 3.54e-06 0 1.05e+04 1.63e+04 expHall Transportation - 4 4.71e+03 -5e+03 3.99e+03 3.54e-06 0 0 1.63e+04 Tank Transportation - 5 5e+03 -4.77e+03 4.14e+03 3.54e-06 0 404 1.67e+04 expHall Transportation - 6 5e+03 -4.77e+03 4.14e+03 3.54e-06 0 0 1.67e+04 Tank Transportation - 7 192 5e+03 -642 3.54e-06 0 1.19e+04 2.86e+04 expHall Transportation - 8 192 5e+03 -642 3.54e-06 0 0 2.86e+04 Tank Transportation - 9 4.33e+03 4.59e+03 -5e+03 3.54e-06 0 6.02e+03 3.46e+04 expHall Transportation - 10 4.33e+03 4.59e+03 -5e+03 3.54e-06 0 0 3.46e+04 Tank Transportation - 11 4.92e+03 5e+03 -4.44e+03 3.54e-06 0 912 3.56e+04 expHall Transportation - 12 4.92e+03 5e+03 -4.44e+03 3.54e-06 0 0 3.56e+04 Tank Transportation - 13 5e+03 4.87e+03 -4.42e+03 3.54e-06 0 152 3.57e+04 expHall Transportation - 14 5e+03 4.87e+03 -4.42e+03 3.54e-06 0 0 3.57e+04 Tank Transportation - 15 -1.35e+03 -5e+03 1.22e+03 3.54e-06 0 1.3e+04 4.87e+04 expHall Transportation - 16 -1.35e+03 -5e+03 1.22e+03 3.54e-06 0 0 4.87e+04 Tank Transportation - 17 -4.07e+03 174 5e+03 3.54e-06 0 6.96e+03 5.57e+04 expHall Transportation - 18 -4.07e+03 174 5e+03 3.54e-06 0 0 5.57e+04 Tank Transportation - 19 -5e+03 1.42e+03 4.13e+03 3.54e-06 0 1.78e+03 5.75e+04 expHall Transportation - 20 -5e+03 1.42e+03 4.13e+03 3.54e-06 0 0 5.75e+04 Tank Transportation - 21 -3.25e+03 5e+03 2.39e+03 3.54e-06 0 4.35e+03 6.18e+04 expHall Transportation - 22 -3.25e+03 5e+03 2.39e+03 3.54e-06 0 0 6.18e+04 Tank Transportation - 23 2.09e+03 -2.25e+03 -5e+03 3.54e-06 0 1.17e+04 7.35e+04 expHall Transportation - 24 1e+04 -8.43e+03 -7.06e+03 3.54e-06 0 1.02e+04 8.37e+04 world Transportation - 25 1.5e+04 -1.23e+04 -8.36e+03 3.54e-06 0 6.48e+03 9.02e+04 OutOfWorld Transportation + 0 0.588 -0.123 -0.0643 2.33e-06 0 0 0 Tank initStep + 1 -3.17e+03 450 4.82e+03 2.33e-06 2.33e-06 5.79e+03 5.79e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.596 0.0588 0.224 0.351 0 0 0.712 Tank initStep - 9 0.628 0.092 0.275 0.338 0.0132 0.0686 0.78 Tank Cerenkov + 7 0.642 -0.139 -0.0543 0.39 0 0 0.682 Tank initStep + 8 0.716 -0.147 -0.0179 0.376 0.0134 0.0846 0.767 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.624 0.0887 0.27 2.65e-06 0 0 0 Tank initStep - 1 1.21e+03 5e+03 4.33e+03 2.65e-06 0 6.72e+03 6.72e+03 expHall Transportation - 2 3.54e+03 6.97e+03 1e+04 2.65e-06 0 6.44e+03 1.32e+04 world Transportation - 3 5.58e+03 8.71e+03 1.5e+04 2.65e-06 0 5.68e+03 1.88e+04 OutOfWorld Transportation + 0 0.711 -0.146 -0.0204 2.48e-06 0 0 0 Tank initStep + 1 -2.42e+03 293 -5e+03 2.48e-06 0 5.56e+03 5.56e+03 expHall Transportation + 2 -5.19e+03 -2.21e+03 -1e+04 2.48e-06 0 6.24e+03 1.18e+04 world Transportation + 3 -7.95e+03 -4.71e+03 -1.5e+04 2.48e-06 0 6.24e+03 1.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.683 -0.143 -0.034 3.55e-06 0 0 0 Tank initStep + 1 3.27e+03 335 137 3.55e-06 3.55e-06 3.29e+03 3.29e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.628 0.092 0.275 0.338 0 0 0.78 Tank initStep - 10 0.664 0.125 0.315 0.324 0.0135 0.0635 0.844 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.636 0.0994 0.284 3.02e-06 0 0 0 Tank initStep - 1 3.66e+03 4.44e+03 1.94e+03 3.02e-06 3.02e-06 6.06e+03 6.06e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.664 0.125 0.315 0.324 0 0 0.844 Tank initStep - 11 0.696 0.162 0.344 0.316 0.0081 0.0586 0.902 Tank Cerenkov + 8 0.716 -0.147 -0.0179 0.376 0 0 0.767 Tank initStep + 9 0.774 -0.178 0.018 0.363 0.0128 0.0788 0.845 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.679 0.142 0.329 3.5e-06 0 0 0 Tank initStep - 1 -5e+03 -3.78e+03 2.18e+03 3.5e-06 0 6.64e+03 6.64e+03 expHall Transportation - 2 -7.01e+03 -1e+04 3.29e+03 3.5e-06 0 6.63e+03 1.33e+04 world Transportation - 3 -8.62e+03 -1.5e+04 4.18e+03 3.5e-06 0 5.33e+03 1.86e+04 OutOfWorld Transportation + 0 0.718 -0.148 -0.0167 3.15e-06 0 0 0 Tank initStep + 1 2.49e+03 -968 400 3.15e-06 3.15e-06 2.7e+03 2.7e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.757 -0.169 0.00735 2.72e-06 0 0 0 Tank initStep + 1 3.05e+03 3.82e+03 2.61e+03 2.72e-06 2.72e-06 5.54e+03 5.54e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.729 -0.154 -0.00965 2.82e-06 0 0 0 Tank initStep + 1 5e+03 -2.98e+03 417 2.82e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 5e+03 -2.98e+03 417 2.82e-06 0 0 5.83e+03 Tank Transportation + 3 2.4e+03 -5e+03 666 2.82e-06 0 3.31e+03 9.14e+03 expHall Transportation + 4 2.4e+03 -5e+03 666 2.82e-06 0 0 9.14e+03 Tank Transportation + 5 -5e+03 614 -1.69e+03 2.82e-06 0 9.58e+03 1.87e+04 expHall Transportation + 6 -7.57e+03 1e+04 -4.73e+03 2.82e-06 0 1.02e+04 2.89e+04 world Transportation + 7 -8.93e+03 1.5e+04 -6.35e+03 2.82e-06 0 5.43e+03 3.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.751 -0.165 0.0038 3.25e-06 0 0 0 Tank initStep + 1 2.58e+03 -1.2e+03 3.89e+03 3.25e-06 0 4.82e+03 4.82e+03 Tank OpRayleigh + 2 1.99e+03 -5e+03 3.39e+03 3.25e-06 0 3.88e+03 8.7e+03 expHall Transportation + 3 -208 -1e+04 1.61e+03 3.25e-06 0 5.75e+03 1.44e+04 world Transportation + 4 -2.41e+03 -1.5e+04 -173 3.25e-06 0 5.75e+03 2.02e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.696 0.162 0.344 0.316 0 0 0.902 Tank initStep - 12 0.733 0.183 0.379 0.305 0.0106 0.0558 0.958 Tank Cerenkov - 13 0.773 0.195 0.408 0.278 0.0273 0.052 1.01 Tank Cerenkov + 9 0.774 -0.178 0.018 0.363 0 0 0.845 Tank initStep + 10 0.808 -0.242 0.0206 0.352 0.0114 0.0736 0.919 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.779 -0.188 0.0184 3.84e-06 0 0 0 Tank initStep + 1 -5e+03 1.24e+03 -650 3.84e-06 0 5.19e+03 5.19e+03 expHall Transportation + 2 -5e+03 1.24e+03 -650 3.84e-06 0 0 5.19e+03 Tank Transportation + 3 -2.2e+03 5e+03 2.59e+03 3.84e-06 0 5.7e+03 1.09e+04 expHall Transportation + 4 -2.2e+03 5e+03 2.59e+03 3.84e-06 0 0 1.09e+04 Tank Transportation + 5 3.19e+03 -5e+03 3.49e+03 3.84e-06 0 1.14e+04 2.23e+04 expHall Transportation + 6 8.25e+03 -1e+04 3.46e+03 3.84e-06 0 7.11e+03 2.94e+04 world Transportation + 7 1.33e+04 -1.5e+04 3.42e+03 3.84e-06 0 7.11e+03 3.65e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.757 0.19 0.396 2.2e-06 0 0 0 Tank initStep - 1 -4.39e+03 -5e+03 -2.53e+03 2.2e-06 0 7.12e+03 7.12e+03 expHall Transportation - 2 -4.39e+03 -5e+03 -2.53e+03 2.2e-06 0 0 7.12e+03 Tank Transportation - 3 -4.45e+03 -3.74e+03 5e+03 2.2e-06 0 7.63e+03 1.48e+04 expHall Transportation - 4 -4.8e+03 -2.91e+03 1e+04 2.2e-06 0 5.08e+03 1.98e+04 world Transportation - 5 -5.15e+03 -2.07e+03 1.5e+04 2.2e-06 0 5.08e+03 2.49e+04 OutOfWorld Transportation + 0 0.798 -0.223 0.0198 3.51e-06 0 0 0 Tank initStep + 1 5e+03 -4.18e+03 1.41e+03 3.51e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 5e+03 -4.18e+03 1.41e+03 3.51e-06 0 0 6.67e+03 Tank Transportation + 3 4.58e+03 -5e+03 2.27e+03 3.51e-06 0 1.26e+03 7.93e+03 expHall Transportation + 4 4.58e+03 -5e+03 2.27e+03 3.51e-06 0 0 7.93e+03 Tank Transportation + 5 1.15e+03 -1.56e+03 5e+03 3.51e-06 0 5.57e+03 1.35e+04 expHall Transportation + 6 1.15e+03 -1.56e+03 5e+03 3.51e-06 0 0 1.35e+04 Tank Transportation + 7 -1.81e+03 908 3.59e+03 3.51e-06 3.51e-06 4.1e+03 1.76e+04 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.771 0.194 0.406 3.79e-06 0 0 0 Tank initStep + 0 0.783 -0.195 0.0187 4.03e-06 0 0 0 Tank initStep + 1 2.22e+03 -2.83e+03 -1.34e+03 4.03e-06 4.03e-06 3.84e+03 3.84e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.808 -0.242 0.0206 0.352 0 0 0.919 Tank initStep + 11 0.833 -0.306 0.0188 0.338 0.014 0.0691 0.988 Tank Cerenkov + 12 0.857 -0.362 0.0119 0.313 0.0249 0.0637 1.05 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.841 -0.325 0.0165 3.05e-06 0 0 0 Tank initStep + 1 -315 -890 5e+03 3.05e-06 0 5.09e+03 5.09e+03 expHall Transportation + 2 -741 -3.52e+03 1e+04 3.05e-06 0 5.67e+03 1.08e+04 world Transportation + 3 -1.17e+03 -6.15e+03 1.5e+04 3.05e-06 0 5.67e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.847 -0.338 0.0149 3.33e-06 0 0 0 Tank initStep + 1 -4.94e+03 -934 5e+03 3.33e-06 0 7.09e+03 7.09e+03 expHall Transportation + 2 -4.94e+03 -934 5e+03 3.33e-06 0 0 7.09e+03 Tank Transportation + 3 -5e+03 -908 4.91e+03 3.33e-06 0 113 7.2e+03 expHall Transportation + 4 -5e+03 -908 4.91e+03 3.33e-06 0 0 7.2e+03 Tank Transportation + 5 -3.48e+03 5e+03 -2.02e+03 3.33e-06 0 9.23e+03 1.64e+04 expHall Transportation + 6 -3.48e+03 5e+03 -2.02e+03 3.33e-06 0 0 1.64e+04 Tank Transportation + 7 -3.24e+03 2.83e+03 -4.61e+03 3.33e-06 3.33e-06 3.38e+03 1.98e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.841 -0.325 0.0165 3.64e-06 0 0 0 Tank initStep + 1 -917 -54.5 1.18e+03 3.64e-06 3.64e-06 1.49e+03 1.49e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.857 -0.362 0.0119 0.313 0 0 1.05 Tank initStep + 13 0.879 -0.405 -0.0136 0.285 0.0285 0.0547 1.11 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.87 -0.388 -0.00351 2.2e-06 0 0 0 Tank initStep + 1 -4.39e+03 -5e+03 -2.53e+03 2.2e-06 0 7.12e+03 7.12e+03 expHall Transportation + 2 -4.39e+03 -5e+03 -2.53e+03 2.2e-06 0 0 7.12e+03 Tank Transportation + 3 -4.44e+03 -3.74e+03 5e+03 2.2e-06 0 7.63e+03 1.48e+04 expHall Transportation + 4 -4.8e+03 -2.91e+03 1e+04 2.2e-06 0 5.08e+03 1.98e+04 world Transportation + 5 -5.15e+03 -2.07e+03 1.5e+04 2.2e-06 0 5.08e+03 2.49e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.878 -0.403 -0.0123 3.79e-06 0 0 0 Tank initStep 1 4.29e+03 5e+03 -4.49e+03 3.79e-06 0 7.97e+03 7.97e+03 expHall Transportation 2 4.29e+03 5e+03 -4.49e+03 3.79e-06 0 0 7.97e+03 Tank Transportation - 3 4.22e+03 4.9e+03 -5e+03 3.79e-06 0 525 8.5e+03 expHall Transportation + 3 4.22e+03 4.9e+03 -5e+03 3.79e-06 0 524 8.5e+03 expHall Transportation 4 3.98e+03 2.87e+03 -1e+04 3.79e-06 0 5.4e+03 1.39e+04 world Transportation 5 3.74e+03 848 -1.5e+04 3.79e-06 0 5.4e+03 1.93e+04 OutOfWorld Transportation @@ -1674,11883 +1757,1333 @@ 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 - 13 0.773 0.195 0.408 0.278 0 0 1.01 Tank initStep - 14 0.807 0.184 0.431 0.269 0.0089 0.0433 1.05 Tank Cerenkov - 15 0.834 0.163 0.45 0.26 0.00923 0.0406 1.09 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.812 0.181 0.434 3.26e-06 0 0 0 Tank initStep - 1 1.35e+03 -3.73e+03 -5e+03 3.26e-06 0 6.38e+03 6.38e+03 expHall Transportation - 2 4.48e+03 -1e+04 -7.89e+03 3.26e-06 0 7.58e+03 1.4e+04 world Transportation - 3 6.97e+03 -1.5e+04 -1.02e+04 3.26e-06 0 6.04e+03 2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 0.834 0.163 0.45 0.26 0 0 1.09 Tank initStep - 16 0.866 0.148 0.465 0.253 0.00697 0.0379 1.13 Tank Cerenkov - 17 0.896 0.138 0.48 0.241 0.0118 0.036 1.17 Tank Cerenkov - 18 0.995 0.146 0.541 0.208 0.0331 0.132 1.3 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.966 0.144 0.523 2.95e-06 0 0 0 Tank initStep - 1 -5e+03 -23.8 403 2.95e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 -1e+04 514 472 2.95e-06 0 5.03e+03 1e+04 world Transportation - 3 -1.5e+04 1.05e+03 541 2.95e-06 0 5.03e+03 1.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.936 0.141 0.505 3.81e-06 0 0 0 Tank initStep - 1 2.96e+03 5e+03 4.29e+03 3.81e-06 0 7.22e+03 7.22e+03 expHall Transportation - 2 2.96e+03 5e+03 4.29e+03 3.81e-06 0 0 7.22e+03 Tank Transportation - 3 3.12e+03 3.99e+03 5e+03 3.81e-06 0 1.25e+03 8.47e+03 expHall Transportation - 4 3.12e+03 3.99e+03 5e+03 3.81e-06 0 0 8.47e+03 Tank Transportation - 5 3.04e+03 -2.86e+03 -5e+03 3.81e-06 0 1.21e+04 2.06e+04 expHall Transportation - 6 4.75e+03 -1e+04 -9.08e+03 3.81e-06 0 8.4e+03 2.9e+04 world Transportation - 7 5.95e+03 -1.5e+04 -1.19e+04 3.81e-06 0 5.88e+03 3.49e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 0.995 0.146 0.541 0.208 0 0 1.3 Tank initStep - 19 1.02 0.17 0.551 0.201 0.00736 0.0366 1.34 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.996 0.147 0.541 3.57e-06 0 0 0 Tank initStep - 1 -3.56e+03 5e+03 -1.57e+03 3.57e-06 0 6.34e+03 6.34e+03 expHall Transportation - 2 -3.56e+03 5e+03 -1.57e+03 3.57e-06 0 0 6.34e+03 Tank Transportation - 3 -5e+03 4.66e+03 -1.02e+03 3.57e-06 0 1.58e+03 7.92e+03 expHall Transportation - 4 -1e+04 4.98e+03 3.74e+03 3.57e-06 0 6.91e+03 1.48e+04 world Transportation - 5 -1.5e+04 5.29e+03 8.49e+03 3.57e-06 0 6.91e+03 2.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 1.02 0.17 0.551 0.201 0 0 1.34 Tank initStep - 20 1.05 0.19 0.561 0.194 0.00707 0.0345 1.37 Tank msc - 21 1.11 0.244 0.58 0.173 0.0206 0.0973 1.47 Tank eIoni - 22 1.17 0.292 0.59 0.152 0.0206 0.0835 1.55 Tank eIoni - 23 1.21 0.333 0.605 0.136 0.0166 0.0706 1.62 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.19 0.316 0.599 2.28e-06 0 0 0 Tank initStep - 1 315 -187 -2.62e+03 2.28e-06 2.28e-06 2.64e+03 2.64e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.19 0.318 0.6 3.05e-06 0 0 0 Tank initStep - 1 -5e+03 2.23e+03 -2.9e+03 3.05e-06 0 6.2e+03 6.2e+03 expHall Transportation - 2 -5e+03 2.23e+03 -2.9e+03 3.05e-06 0 0 6.2e+03 Tank Transportation - 3 -2.39e+03 1.77e+03 -3.94e+03 3.05e-06 3.05e-06 2.84e+03 9.04e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 23 1.21 0.333 0.605 0.136 0 0 1.62 Tank initStep - 24 1.22 0.343 0.615 0.126 0.0101 0.0181 1.64 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.21 0.334 0.607 2.57e-06 0 0 0 Tank initStep - 1 -2.2e+03 2.21e+03 5e+03 2.57e-06 0 5.89e+03 5.89e+03 expHall Transportation - 2 -2.2e+03 2.21e+03 5e+03 2.57e-06 0 0 5.89e+03 Tank Transportation - 3 -5e+03 3.3e+03 2.17e+03 2.57e-06 0 4.13e+03 1e+04 expHall Transportation - 4 -5e+03 3.3e+03 2.17e+03 2.57e-06 0 0 1e+04 Tank Transportation - 5 -2.81e+03 5e+03 2.02e+03 2.57e-06 0 2.78e+03 1.28e+04 expHall Transportation - 6 -2.81e+03 5e+03 2.02e+03 2.57e-06 0 0 1.28e+04 Tank Transportation - 7 5e+03 -2.51e+03 -1.56e+03 2.57e-06 0 1.14e+04 2.42e+04 expHall Transportation - 8 5e+03 -2.51e+03 -1.56e+03 2.57e-06 0 0 2.42e+04 Tank Transportation - 9 1.19e+03 -5e+03 -2.06e+03 2.57e-06 0 4.57e+03 2.88e+04 expHall Transportation - 10 1.19e+03 -5e+03 -2.06e+03 2.57e-06 0 0 2.88e+04 Tank Transportation - 11 -5e+03 -2.74e+03 -3.55e+03 2.57e-06 0 6.76e+03 3.55e+04 expHall Transportation - 12 -5e+03 -2.74e+03 -3.55e+03 2.57e-06 0 0 3.55e+04 Tank Transportation - 13 -3.43e+03 -5e+03 -2.06e+03 2.57e-06 0 3.13e+03 3.87e+04 expHall Transportation - 14 -3.43e+03 -5e+03 -2.06e+03 2.57e-06 0 0 3.87e+04 Tank Transportation - 15 5e+03 3.1e+03 902 2.57e-06 0 1.21e+04 5.07e+04 expHall Transportation - 16 5e+03 3.1e+03 902 2.57e-06 0 0 5.07e+04 Tank Transportation - 17 1.91e+03 5e+03 254 2.57e-06 0 3.68e+03 5.44e+04 expHall Transportation - 18 1.91e+03 5e+03 254 2.57e-06 0 0 5.44e+04 Tank Transportation - 19 -5e+03 1.78e+03 -921 2.57e-06 0 7.72e+03 6.21e+04 expHall Transportation - 20 -1e+04 -4.71e+03 -5.85e+03 2.57e-06 0 9.57e+03 7.17e+04 world Transportation - 21 -1.5e+04 -1.12e+04 -1.08e+04 2.57e-06 0 9.57e+03 8.13e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 24 1.22 0.343 0.615 0.126 0 0 1.64 Tank initStep - 25 1.23 0.352 0.621 0.121 0.0044 0.0159 1.66 Tank msc - 26 1.27 0.376 0.641 0.0995 0.0218 0.0529 1.71 Tank eIoni + 13 0.879 -0.405 -0.0136 0.285 0 0 1.11 Tank initStep + 14 0.901 -0.438 -0.0353 0.276 0.00897 0.0453 1.15 Tank Cerenkov + 15 0.922 -0.467 -0.0554 0.266 0.00992 0.0425 1.19 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.24 0.358 0.626 3.21e-06 0 0 0 Tank initStep - 1 -5e+03 1.26e+03 -3.41e+03 3.21e-06 0 6.18e+03 6.18e+03 expHall Transportation - 2 -5e+03 1.26e+03 -3.41e+03 3.21e-06 0 0 6.18e+03 Tank Transportation - 3 -2.89e+03 1.56e+03 -5e+03 3.21e-06 0 2.66e+03 8.84e+03 expHall Transportation - 4 -2.89e+03 1.56e+03 -5e+03 3.21e-06 0 0 8.84e+03 Tank Transportation - 5 5e+03 2.56e+03 -2.45e+03 3.21e-06 0 8.35e+03 1.72e+04 expHall Transportation - 6 1e+04 3.21e+03 336 3.21e-06 0 5.76e+03 2.3e+04 world Transportation - 7 1.5e+04 3.86e+03 3.12e+03 3.21e-06 0 5.76e+03 2.87e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 26 1.27 0.376 0.641 0.0995 0 0 1.71 Tank initStep - 27 1.27 0.383 0.644 0.0975 0.00204 0.0106 1.72 Tank msc - 28 1.29 0.406 0.658 0.0764 0.021 0.041 1.76 Tank eIoni - 29 1.31 0.409 0.672 0.0626 0.0139 0.0319 1.79 Tank eIoni - 30 1.33 0.4 0.682 0.0481 0.0145 0.0265 1.82 Tank eIoni - 31 1.32 0.392 0.692 0.0331 0.015 0.0213 1.84 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.32 0.394 0.69 3.7e-06 0 0 0 Tank initStep - 1 -2.63e+03 -5e+03 -1.83e+03 3.7e-06 0 5.94e+03 5.94e+03 expHall Transportation - 2 -1e+04 -6.68e+03 -6.14e+03 3.7e-06 0 8.7e+03 1.46e+04 world Transportation - 3 -1.5e+04 -7.82e+03 -9.07e+03 3.7e-06 0 5.91e+03 2.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 1.32 0.392 0.692 0.0331 0 0 1.84 Tank initStep - 32 1.32 0.392 0.692 0.0315 0.00164 0.00153 1.84 Tank msc - 33 1.31 0.393 0.692 0 0.0315 0.0149 1.86 Tank eIoni - 34 1.31 0.393 0.692 0 0 0 1.86 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.31 0.393 0.692 0.511 0 0 0 Tank initStep - 1 222 192 -187 0.24 1.42e-05 347 347 Tank compt - 2 133 99.1 -331 0.211 1.36e-05 193 540 Tank compt - 3 139 92 -353 0.184 2.92e-05 23.8 564 Tank compt - 4 84.3 88.3 -443 0.118 0.000537 106 670 Tank compt - 5 95.3 80 -419 0.108 1.42e-05 27.7 698 Tank compt - 6 89.8 77.3 -409 0.0777 2.92e-05 11.3 709 Tank compt - 7 107 69.7 -428 0.0734 1.42e-05 26.8 736 Tank compt - 8 126 92.1 -454 0.0667 1.36e-05 39 775 Tank compt - 9 186 39.2 -496 0.0638 1.36e-05 89.9 865 Tank compt - 10 207 33.8 -489 0.0625 2.92e-05 22.3 887 Tank compt - 11 248 23.4 -503 0.0515 1.36e-05 44.5 931 Tank compt - 12 227 95.3 -466 0.0503 1.36e-05 83.5 1.02e+03 Tank compt - 13 226 95.5 -466 0.0476 0.000537 0.412 1.02e+03 Tank compt - 14 211 155 -503 0.0473 1.36e-05 71.6 1.09e+03 Tank compt - 15 211 164 -505 0.0473 0 9.99 1.1e+03 Tank Rayl - 16 215 194 -515 0.0441 1.36e-05 31.7 1.13e+03 Tank compt - 17 206 202 -506 0.0402 1.42e-05 14.4 1.14e+03 Tank compt - 18 212 209 -511 0 0.000537 10.3 1.15e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 212 209 -511 0.0397 0 0 0 Tank initStep - 1 212 209 -511 0.0383 0.0014 0.00226 0.00226 Tank msc - 2 212 209 -511 0.0232 0.0151 0.0183 0.0205 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 212 209 -511 2.28e-06 0 0 0 Tank initStep - 1 5e+03 -1.5e+03 3.25e+03 2.28e-06 0 6.33e+03 6.33e+03 expHall Transportation - 2 5e+03 -1.5e+03 3.25e+03 2.28e-06 0 0 6.33e+03 Tank Transportation - 3 3.42e+03 -2.01e+03 5e+03 2.28e-06 0 2.41e+03 8.73e+03 expHall Transportation - 4 3.42e+03 -2.01e+03 5e+03 2.28e-06 0 0 8.73e+03 Tank Transportation - 5 2.67e+03 -5e+03 3.32e+03 2.28e-06 0 3.51e+03 1.22e+04 expHall Transportation - 6 2.67e+03 -5e+03 3.32e+03 2.28e-06 0 0 1.22e+04 Tank Transportation - 7 2.48e+03 -4.03e+03 2.02e+03 2.28e-06 2.28e-06 1.63e+03 1.39e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 212 209 -511 3.71e-06 0 0 0 Tank initStep - 1 -340 2.45e+03 -2.07e+03 3.71e-06 3.71e-06 2.78e+03 2.78e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 212 209 -511 0.0232 0 0 0.0205 Tank initStep - 3 212 209 -511 0.0221 0.00105 0.000874 0.0214 Tank msc - 4 212 209 -511 0 0.0221 0.0101 0.0315 Tank eIoni - 5 212 209 -511 0 0 0 0.0315 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 206 202 -506 0.00389 0 0 0 Tank initStep - 1 206 202 -506 0.00385 3.77e-05 3.83e-05 3.83e-05 Tank msc - 2 206 202 -506 0 0.00385 0.000471 0.00051 Tank eIoni - 3 206 202 -506 0 0 0 0.00051 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 215 194 -515 0.00315 0 0 0 Tank initStep - 1 215 194 -515 0.00312 2.65e-05 2.67e-05 2.67e-05 Tank msc - 2 215 194 -515 0 0.00312 0.000329 0.000356 Tank eIoni - 3 215 194 -515 0 0 0 0.000356 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 211 155 -503 0.000314 0 0 0 Tank initStep - 1 211 155 -503 0.000314 0 9.8e-07 9.8e-07 Tank msc - 2 211 155 -503 0 0.000314 1.23e-05 1.32e-05 Tank eIoni - 3 211 155 -503 0 0 0 1.32e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 226 95.5 -466 0.00212 0 0 0 Tank initStep - 1 226 95.5 -466 0.00197 0.000143 1.37e-05 1.37e-05 Tank msc - 2 226 95.5 -466 0 0.00197 0.000153 0.000167 Tank eIoni - 3 226 95.5 -466 0 0 0 0.000167 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 227 95.3 -466 0.00116 0 0 0 Tank initStep - 1 227 95.3 -466 0.00111 4.78e-05 5.27e-06 5.27e-06 Tank msc - 2 227 95.3 -466 0 0.00111 6.18e-05 6.71e-05 Tank eIoni - 3 227 95.3 -466 0 0 0 6.71e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 248 23.4 -503 0.011 0 0 0 Tank initStep - 1 248 23.4 -503 0.0108 0.000208 0.000236 0.000236 Tank msc - 2 248 23.4 -503 0 0.0108 0.00285 0.00309 Tank eIoni - 3 248 23.4 -503 0 0 0 0.00309 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 207 33.8 -489 0.00131 0 0 0 Tank initStep - 1 207 33.8 -489 0.00115 0.000155 6.36e-06 6.36e-06 Tank msc - 2 207 33.8 -489 0 0.00115 6.56e-05 7.19e-05 Tank eIoni - 3 207 33.8 -489 0 0 0 7.19e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 186 39.2 -496 0.00283 0 0 0 Tank initStep - 1 186 39.2 -496 0.00264 0.000188 2.23e-05 2.23e-05 Tank msc - 2 186 39.2 -496 0 0.00264 0.000248 0.00027 Tank eIoni - 3 186 39.2 -496 0 0 0 0.00027 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 126 92.1 -454 0.00676 0 0 0 Tank initStep - 1 126 92.1 -454 0.00659 0.000171 9.96e-05 9.96e-05 Tank msc - 2 126 92.1 -454 0 0.00659 0.00119 0.00129 Tank eIoni - 3 126 92.1 -454 0 0 0 0.00129 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 107 69.7 -428 0.00427 0 0 0 Tank initStep - 1 107 69.7 -428 0.00406 0.000205 4.49e-05 4.49e-05 Tank msc - 2 107 69.7 -428 0 0.00406 0.000516 0.000561 Tank eIoni - 3 107 69.7 -428 0 0 0 0.000561 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 89.8 77.3 -409 0.0302 0 0 0 Tank initStep - 1 89.8 77.3 -409 0.0276 0.00262 0.00139 0.00139 Tank msc - 2 89.8 77.3 -409 0.00854 0.019 0.0136 0.015 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 89.8 77.3 -409 2.32e-06 0 0 0 Tank initStep - 1 -5e+03 -3.36e+03 -196 2.32e-06 0 6.14e+03 6.14e+03 expHall Transportation - 2 -7.16e+03 -1e+04 950 2.32e-06 0 7.08e+03 1.32e+04 world Transportation - 3 -8.79e+03 -1.5e+04 1.81e+03 2.32e-06 0 5.33e+03 1.86e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 89.8 77.3 -409 0.00854 0 0 0.015 Tank initStep - 3 89.8 77.3 -409 0.00728 0.00126 0.00015 0.0151 Tank msc - 4 89.8 77.3 -409 0 0.00728 0.00142 0.0165 Tank eIoni - 5 89.8 77.3 -409 0 0 0 0.0165 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 89.8 77.3 -409 2.32e-06 0 0 0 Tank initStep - 1 5e+03 1.19e+03 -2.43e+03 2.32e-06 0 5.42e+03 5.42e+03 expHall Transportation - 2 5e+03 1.19e+03 -2.43e+03 2.32e-06 0 0 5.42e+03 Tank Transportation - 3 4.65e+03 2.01e+03 -5e+03 2.32e-06 0 2.72e+03 8.15e+03 expHall Transportation - 4 -1.09e+03 6.29e+03 -1e+04 2.32e-06 0 8.72e+03 1.69e+04 world Transportation - 5 -6.82e+03 1.06e+04 -1.5e+04 2.32e-06 0 8.72e+03 2.56e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 95.3 80 -419 0.00965 0 0 0 Tank initStep - 1 95.3 80 -419 0.00943 0.000219 0.000186 0.000186 Tank msc - 2 95.3 80 -419 0 0.00943 0.00224 0.00242 Tank eIoni - 3 95.3 80 -419 0 0 0 0.00242 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 84.3 88.3 -443 0.0658 0 0 0 Tank initStep - 1 84.3 88.3 -443 0.0626 0.00327 0.00551 0.00551 Tank msc - 2 84.2 88.3 -443 0.0478 0.0148 0.0273 0.0328 Tank eIoni - 3 84.2 88.3 -443 0.0323 0.0155 0.0218 0.0547 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 84.2 88.3 -443 3.56e-06 0 0 0 Tank initStep - 1 -1.65e+03 252 976 3.56e-06 3.56e-06 2.24e+03 2.24e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 84.2 88.3 -443 3.24e-06 0 0 0 Tank initStep - 1 -3.23e+03 5e+03 -39.3 3.24e-06 0 5.94e+03 5.94e+03 expHall Transportation - 2 -3.23e+03 5e+03 -39.3 3.24e-06 0 0 5.94e+03 Tank Transportation - 3 -5e+03 3.98e+03 911 3.24e-06 0 2.25e+03 8.19e+03 expHall Transportation - 4 -5e+03 3.98e+03 911 3.24e-06 0 0 8.19e+03 Tank Transportation - 5 -2.21e+03 107 5e+03 3.24e-06 0 6.28e+03 1.45e+04 expHall Transportation - 6 -2.21e+03 107 5e+03 3.24e-06 0 0 1.45e+04 Tank Transportation - 7 -2.14e+03 51.8 4.85e+03 3.24e-06 3.24e-06 170 1.46e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 84.2 88.3 -443 0.0323 0 0 0.0547 Tank initStep - 4 84.2 88.3 -443 0.0313 0.000957 0.00157 0.0562 Tank msc - 5 84.2 88.3 -443 0.0126 0.0188 0.0154 0.0716 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 84.2 88.3 -443 2.44e-06 0 0 0 Tank initStep - 1 3.8e+03 2.35e+03 5e+03 2.44e-06 0 6.96e+03 6.96e+03 expHall Transportation - 2 3.8e+03 2.35e+03 5e+03 2.44e-06 0 0 6.96e+03 Tank Transportation - 3 5e+03 2.3e+03 4.56e+03 2.44e-06 0 1.28e+03 8.25e+03 expHall Transportation - 4 1e+04 2.73e+03 -1.48e+03 2.44e-06 0 7.85e+03 1.61e+04 world Transportation - 5 1.5e+04 3.15e+03 -7.52e+03 2.44e-06 0 7.85e+03 2.4e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 84.2 88.3 -443 0.0126 0 0 0.0716 Tank initStep - 6 84.2 88.3 -443 0.0124 0.000159 0.000296 0.0719 Tank msc - 7 84.2 88.3 -443 0 0.0124 0.00362 0.0756 Tank eIoni - 8 84.2 88.3 -443 0 0 0 0.0756 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 84.2 88.3 -443 2.68e-06 0 0 0 Tank initStep - 1 -5e+03 -2.36e+03 -263 2.68e-06 0 5.64e+03 5.64e+03 expHall Transportation - 2 -5e+03 -2.36e+03 -263 2.68e-06 0 0 5.64e+03 Tank Transportation - 3 -4.15e+03 -3.91e+03 436 2.68e-06 2.68e-06 1.9e+03 7.55e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 139 92 -353 0.0265 0 0 0 Tank initStep - 1 139 92 -353 0.025 0.00151 0.00111 0.00111 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 139 92 -353 3.78e-06 0 0 0 Tank initStep - 1 5e+03 -685 -209 3.78e-06 0 4.92e+03 4.92e+03 expHall Transportation - 2 1e+04 -930 834 3.78e-06 0 5.11e+03 1e+04 world Transportation - 3 1.5e+04 -1.17e+03 1.88e+03 3.78e-06 0 5.11e+03 1.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 139 92 -353 0.025 0 0 0.00111 Tank initStep - 2 139 92 -353 0.0217 0.00328 0.000998 0.00211 Tank msc - 3 139 92 -353 0 0.0217 0.00972 0.0118 Tank eIoni - 4 139 92 -353 0 0 0 0.0118 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 139 92 -353 3.65e-06 0 0 0 Tank initStep - 1 -868 -450 786 3.65e-06 3.65e-06 1.61e+03 1.61e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 133 99.1 -331 0.0296 0 0 0 Tank initStep - 1 133 99.1 -331 0.0286 0.000989 0.00135 0.00135 Tank msc - 2 133 99.1 -331 0.0132 0.0154 0.0141 0.0155 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 133 99.1 -331 2.97e-06 0 0 0 Tank initStep - 1 -3.28e+03 -5e+03 -206 2.97e-06 0 6.14e+03 6.14e+03 expHall Transportation - 2 -3.28e+03 -5e+03 -206 2.97e-06 0 0 6.14e+03 Tank Transportation - 3 -5e+03 895 -1.65e+03 2.97e-06 0 6.31e+03 1.24e+04 expHall Transportation - 4 -5e+03 895 -1.65e+03 2.97e-06 0 0 1.24e+04 Tank Transportation - 5 -480 5e+03 -3.29e+03 2.97e-06 0 6.32e+03 1.88e+04 expHall Transportation - 6 -480 5e+03 -3.29e+03 2.97e-06 0 0 1.88e+04 Tank Transportation - 7 5e+03 -1.7e+03 -4.27e+03 2.97e-06 0 8.71e+03 2.75e+04 expHall Transportation - 8 5e+03 -1.7e+03 -4.27e+03 2.97e-06 0 0 2.75e+04 Tank Transportation - 9 3.73e+03 -3.71e+03 -5e+03 2.97e-06 0 2.48e+03 3e+04 expHall Transportation - 10 3.73e+03 -3.71e+03 -5e+03 2.97e-06 0 0 3e+04 Tank Transportation - 11 3.14e+03 -5e+03 -3.75e+03 2.97e-06 0 1.89e+03 3.19e+04 expHall Transportation - 12 -1e+04 -6.42e+03 8.73e+03 2.97e-06 0 1.82e+04 5e+04 world Transportation - 13 -1.5e+04 -6.97e+03 1.35e+04 2.97e-06 0 6.92e+03 5.7e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 133 99.1 -331 0.0132 0 0 0.0155 Tank initStep - 3 133 99.1 -331 0.0125 0.000713 0.000324 0.0158 Tank msc - 4 133 99.1 -331 0 0.0125 0.00368 0.0195 Tank eIoni - 5 133 99.1 -331 0 0 0 0.0195 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 0.271 0 0 0 Tank initStep - 1 222 192 -187 0.263 0.00759 0.0414 0.0414 Tank Cerenkov - 2 222 192 -187 0.255 0.0083 0.0392 0.0806 Tank Cerenkov - 3 222 192 -187 0.249 0.00602 0.0369 0.117 Tank Cerenkov - 4 222 192 -187 0.242 0.00672 0.0251 0.143 Tank Cerenkov - 5 222 192 -187 0.21 0.0317 0.136 0.279 Tank eIoni - 6 222 192 -187 0.132 0.0786 0.112 0.391 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 3.99e-06 0 0 0 Tank initStep - 1 -5e+03 -2.71e+03 1.25e+03 3.99e-06 0 6.14e+03 6.14e+03 expHall Transportation - 2 -1e+04 -9.49e+03 3.09e+03 3.99e-06 0 8.63e+03 1.48e+04 world Transportation - 3 -1.41e+04 -1.5e+04 4.58e+03 3.99e-06 0 7e+03 2.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 3.21e-06 0 0 0 Tank initStep - 1 2.5e+03 -3.61e+03 -3.18e+03 3.21e-06 3.21e-06 5.35e+03 5.35e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 2.63e-06 0 0 0 Tank initStep - 1 -130 -5e+03 -2.22e+03 2.63e-06 0 5.59e+03 5.59e+03 expHall Transportation - 2 -849 -1e+04 -5.61e+03 2.63e-06 0 6.09e+03 1.17e+04 world Transportation - 3 -1.57e+03 -1.5e+04 -9.01e+03 2.63e-06 0 6.09e+03 1.78e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 3.73e-06 0 0 0 Tank initStep - 1 5e+03 211 469 3.73e-06 0 4.82e+03 4.82e+03 expHall Transportation - 2 1e+04 351 1.86e+03 3.73e-06 0 5.19e+03 1e+04 world Transportation - 3 1.5e+04 492 3.25e+03 3.73e-06 0 5.19e+03 1.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 2.1e-06 0 0 0 Tank initStep - 1 2.99e+03 -1.94e+03 4.11e+03 2.1e-06 2.1e-06 5.54e+03 5.54e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 3.32e-06 0 0 0 Tank initStep - 1 5e+03 149 -749 3.32e-06 0 4.81e+03 4.81e+03 expHall Transportation - 2 1e+04 459 -2.19e+03 3.32e-06 0 5.21e+03 1e+04 world Transportation - 3 1.5e+04 768 -3.64e+03 3.32e-06 0 5.21e+03 1.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 222 192 -187 0.132 0 0 0.391 Tank initStep - 7 222 192 -187 0.126 0.00633 0.0181 0.409 Tank msc - 8 222 192 -187 0.11 0.0155 0.0573 0.467 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 3.98e-06 0 0 0 Tank initStep - 1 -1.76e+03 -3.08e+03 -5e+03 3.98e-06 0 6.15e+03 6.15e+03 expHall Transportation - 2 -1.76e+03 -3.08e+03 -5e+03 3.98e-06 0 0 6.15e+03 Tank Transportation - 3 -2.07e+03 -5e+03 -4.64e+03 3.98e-06 0 1.98e+03 8.13e+03 expHall Transportation - 4 -4.79e+03 -1e+04 -1.39e+03 3.98e-06 0 6.56e+03 1.47e+04 world Transportation - 5 -7.51e+03 -1.5e+04 1.86e+03 3.98e-06 0 6.56e+03 2.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 222 192 -187 0.11 0 0 0.467 Tank initStep - 9 222 192 -187 0.106 0.00428 0.0134 0.48 Tank msc - 10 222 192 -187 0.0878 0.018 0.0467 0.527 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 2.5e-06 0 0 0 Tank initStep - 1 371 2e+03 -438 2.5e-06 2.5e-06 1.83e+03 1.83e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 222 192 -187 0.0878 0 0 0.527 Tank initStep - 11 222 192 -187 0.0838 0.00391 0.00909 0.536 Tank msc - 12 222 192 -187 0.0674 0.0165 0.0362 0.572 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 3.9e-06 0 0 0 Tank initStep - 1 2.11e+03 84.3 -5e+03 3.9e-06 0 5.17e+03 5.17e+03 expHall Transportation - 2 5.88e+03 -177 -1e+04 3.9e-06 0 6.27e+03 1.14e+04 world Transportation - 3 9.64e+03 -439 -1.5e+04 3.9e-06 0 6.27e+03 1.77e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 222 192 -187 0.0674 0 0 0.572 Tank initStep - 13 222 192 -187 0.0642 0.00314 0.00574 0.578 Tank msc - 14 222 192 -187 0.0516 0.0126 0.028 0.606 Tank eIoni - 15 222 192 -187 0.0322 0.0194 0.0232 0.629 Tank eIoni - 16 222 192 -187 0.0143 0.0179 0.0158 0.645 Tank eIoni - 17 222 192 -187 0 0.0143 0.00465 0.65 Tank eIoni - 18 222 192 -187 0 0 0 0.65 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 222 192 -187 3.42e-06 0 0 0 Tank initStep - 1 5e+03 2.79e+03 2.63e+03 3.42e-06 0 6.12e+03 6.12e+03 expHall Transportation - 2 5e+03 2.79e+03 2.63e+03 3.42e-06 0 0 6.12e+03 Tank Transportation - 3 3.11e+03 5e+03 3.14e+03 3.42e-06 0 2.95e+03 9.08e+03 expHall Transportation - 4 -8.21e+03 1e+04 6.86e+03 3.42e-06 0 1.29e+04 2.2e+04 world Transportation - 5 -1.5e+04 1.3e+04 9.09e+03 3.42e-06 0 7.75e+03 2.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.31 0.393 0.692 0.511 0 0 0 Tank initStep - 1 -267 -233 230 0.208 1.42e-05 423 423 Tank compt - 2 -149 -206 292 0.16 0.000537 137 560 Tank compt - 3 -87.7 -126 166 0.139 0.000537 162 722 Tank compt - 4 -136 -130 96.7 0.0949 1.42e-05 84.4 806 Tank compt - 5 -70.4 39.2 314 0.0844 1.42e-05 283 1.09e+03 Tank compt - 6 -68.6 51.3 311 0.0679 2.92e-05 12.8 1.1e+03 Tank compt - 7 -102 17.7 459 0.0574 1.36e-05 156 1.26e+03 Tank compt - 8 -109 15.6 453 0.0511 0.000537 8.95 1.27e+03 Tank compt - 9 -91.5 24.1 434 0.0502 1.42e-05 27.4 1.29e+03 Tank compt - 10 -89 28.5 431 0 0.000537 5.62 1.3e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89 28.5 431 0.0496 0 0 0 Tank initStep - 1 -89 28.5 431 0.0482 0.00139 0.00335 0.00335 Tank msc - 2 -89 28.5 431 0.0293 0.0189 0.022 0.0253 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 90 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89 28.5 431 2.75e-06 0 0 0 Tank initStep - 1 -524 -246 -5e+03 2.75e-06 0 5.46e+03 5.46e+03 expHall Transportation - 2 -706 -634 -1e+04 2.75e-06 0 5.02e+03 1.05e+04 world Transportation - 3 -887 -1.02e+03 -1.5e+04 2.75e-06 0 5.02e+03 1.55e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 90 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89 28.5 431 2.78e-06 0 0 0 Tank initStep - 1 -2.41e+03 -5e+03 2.21e+03 2.78e-06 0 5.82e+03 5.82e+03 expHall Transportation - 2 -4.41e+03 -1e+04 2.6e+03 2.78e-06 0 5.4e+03 1.12e+04 world Transportation - 3 -6.41e+03 -1.5e+04 2.99e+03 2.78e-06 0 5.4e+03 1.66e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -89 28.5 431 0.0293 0 0 0.0253 Tank initStep - 3 -89 28.5 431 0.0281 0.00124 0.00132 0.0267 Tank msc - 4 -89 28.5 431 0.00947 0.0186 0.0138 0.0405 Tank eIoni - 5 -89 28.5 431 0 0.00947 0.00225 0.0427 Tank eIoni - 6 -89 28.5 431 0 0 0 0.0427 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 90 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89 28.5 431 2.23e-06 0 0 0 Tank initStep - 1 -3.69e+03 -5e+03 2.32e+03 2.23e-06 0 6.46e+03 6.46e+03 expHall Transportation - 2 -3.69e+03 -5e+03 2.32e+03 2.23e-06 0 0 6.46e+03 Tank Transportation - 3 -5e+03 -3.43e+03 2.04e+03 2.23e-06 0 2.07e+03 8.53e+03 expHall Transportation - 4 -5e+03 -3.43e+03 2.04e+03 2.23e-06 0 0 8.53e+03 Tank Transportation - 5 5e+03 4.89e+03 3.52e+03 2.23e-06 0 1.31e+04 2.16e+04 expHall Transportation - 6 7.1e+03 1e+04 3.88e+03 2.23e-06 0 5.54e+03 2.72e+04 world Transportation - 7 9.15e+03 1.5e+04 4.24e+03 2.23e-06 0 5.42e+03 3.26e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -91.5 24.1 434 0.000896 0 0 0 Tank initStep - 1 -91.5 24.1 434 0.000847 4.84e-05 3.6e-06 3.6e-06 Tank msc - 2 -91.5 24.1 434 0 0.000847 4.15e-05 4.51e-05 Tank eIoni - 3 -91.5 24.1 434 0 0 0 4.51e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -109 15.6 453 0.00583 0 0 0 Tank initStep - 1 -109 15.6 453 0.00547 0.000353 7.68e-05 7.68e-05 Tank msc - 2 -109 15.6 453 0 0.00547 0.000862 0.000939 Tank eIoni - 3 -109 15.6 453 0 0 0 0.000939 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -109 15.6 453 3.14e-06 0 0 0 Tank initStep - 1 -5e+03 -2.06e+03 2.8e+03 3.14e-06 0 5.81e+03 5.81e+03 expHall Transportation - 2 -7.75e+03 -6.67e+03 1e+04 3.14e-06 0 8.99e+03 1.48e+04 world Transportation - 3 -9.67e+03 -9.88e+03 1.5e+04 3.14e-06 0 6.24e+03 2.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 17.7 459 0.0104 0 0 0 Tank initStep - 1 -102 17.7 459 0.01 0.00041 0.000214 0.000214 Tank msc - 2 -102 17.7 459 0 0.01 0.0025 0.00271 Tank eIoni - 3 -102 17.7 459 0 0 0 0.00271 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68.6 51.3 311 0.0165 0 0 0 Tank initStep - 1 -68.6 51.3 311 0.0161 0.000368 0.000478 0.000478 Tank msc - 2 -68.6 51.3 311 0 0.0161 0.00575 0.00622 Tank eIoni - 3 -68.6 51.3 311 0 0 0 0.00622 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68.6 51.3 311 3.67e-06 0 0 0 Tank initStep - 1 2.04e+03 5e+03 2.54e+03 3.67e-06 0 5.82e+03 5.82e+03 expHall Transportation - 2 2.04e+03 5e+03 2.54e+03 3.67e-06 0 0 5.82e+03 Tank Transportation - 3 1.96e+03 3.37e+03 5e+03 3.67e-06 0 2.95e+03 8.78e+03 expHall Transportation - 4 1.56e+03 -2.66e+03 1e+04 3.67e-06 0 7.84e+03 1.66e+04 world Transportation - 5 1.17e+03 -8.7e+03 1.5e+04 3.67e-06 0 7.84e+03 2.45e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -70.4 39.2 314 0.0105 0 0 0 Tank initStep - 1 -70.4 39.2 314 0.0102 0.000276 0.000216 0.000216 Tank msc - 2 -70.4 39.2 314 0 0.0102 0.00257 0.00279 Tank eIoni - 3 -70.4 39.2 314 0 0 0 0.00279 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -136 -130 96.7 0.0436 0 0 0 Tank initStep - 1 -136 -130 96.7 0.0411 0.00255 0.00267 0.00267 Tank msc - 2 -136 -130 96.7 0.03 0.011 0.0193 0.022 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 84 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -136 -130 96.7 2.21e-06 0 0 0 Tank initStep - 1 -1.26e+03 -1.13e+03 -5e+03 2.21e-06 0 5.32e+03 5.32e+03 expHall Transportation - 2 -832 -2.94e+03 -1e+04 2.21e-06 0 5.33e+03 1.06e+04 world Transportation - 3 -404 -4.75e+03 -1.5e+04 2.21e-06 0 5.33e+03 1.6e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -136 -130 96.7 0.03 0 0 0.022 Tank initStep - 3 -136 -130 96.7 0.0289 0.00114 0.00138 0.0234 Tank msc - 4 -136 -130 96.7 0.00969 0.0192 0.0143 0.0377 Tank eIoni - 5 -136 -130 96.7 0 0.00969 0.00235 0.04 Tank eIoni - 6 -136 -130 96.7 0 0 0 0.04 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -87.7 -126 166 0.0213 0 0 0 Tank initStep - 1 -87.7 -126 166 0.0206 0.000656 0.000748 0.000748 Tank msc - 2 -87.7 -126 166 0 0.0206 0.00885 0.0096 Tank eIoni - 3 -87.7 -126 166 0 0 0 0.0096 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 83 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -87.7 -126 166 4e-06 0 0 0 Tank initStep - 1 -5e+03 3.79e+03 3.27e+03 4e-06 0 7e+03 7e+03 expHall Transportation - 2 -8.56e+03 1e+04 9.35e+03 4e-06 0 9.4e+03 1.64e+04 world Transportation - 3 -1.14e+04 1.5e+04 1.42e+04 4e-06 0 7.56e+03 2.4e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 83 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -87.7 -126 166 3.53e-06 0 0 0 Tank initStep - 1 -360 -2.83e+03 -5e+03 3.53e-06 0 5.84e+03 5.84e+03 expHall Transportation - 2 -360 -2.83e+03 -5e+03 3.53e-06 0 0 5.84e+03 Tank Transportation - 3 -344 -2.91e+03 -4.89e+03 3.53e-06 3.53e-06 135 5.97e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -149 -206 292 0.0466 0 0 0 Tank initStep - 1 -149 -206 292 0.0461 0.000585 0.00301 0.00301 Tank msc - 2 -149 -206 292 0.0354 0.0106 0.0212 0.0242 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -149 -206 292 2.42e-06 0 0 0 Tank initStep - 1 -422 -305 -5e+03 2.42e-06 0 5.3e+03 5.3e+03 expHall Transportation - 2 -881 -1.01e+03 -1e+04 2.42e-06 0 5.07e+03 1.04e+04 world Transportation - 3 -1.34e+03 -1.71e+03 -1.5e+04 2.42e-06 0 5.07e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -149 -206 292 3.01e-06 0 0 0 Tank initStep - 1 -400 2.76e+03 5e+03 3.01e-06 0 5.57e+03 5.57e+03 expHall Transportation - 2 1.32e+03 1e+04 6.07e+03 3.01e-06 0 7.52e+03 1.31e+04 world Transportation - 3 2.51e+03 1.5e+04 6.82e+03 3.01e-06 0 5.19e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -149 -206 292 0.0354 0 0 0.0242 Tank initStep - 3 -149 -206 292 0.0344 0.00107 0.00185 0.026 Tank msc - 4 -149 -206 292 0.0122 0.0222 0.0167 0.0428 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -149 -206 292 3.62e-06 0 0 0 Tank initStep - 1 3.11e+03 4.06e+03 -5e+03 3.62e-06 0 7.54e+03 7.54e+03 expHall Transportation - 2 3.11e+03 4.06e+03 -5e+03 3.62e-06 0 0 7.54e+03 Tank Transportation - 3 3.74e+03 5e+03 -4e+03 3.62e-06 0 1.5e+03 9.04e+03 expHall Transportation - 4 3.74e+03 5e+03 -4e+03 3.62e-06 0 0 9.04e+03 Tank Transportation - 5 5e+03 3.85e+03 -1.81e+03 3.62e-06 0 2.78e+03 1.18e+04 expHall Transportation - 6 1e+04 4.07e+03 7.91e+03 3.62e-06 0 1.09e+04 2.28e+04 world Transportation - 7 1.36e+04 4.23e+03 1.5e+04 3.62e-06 0 7.97e+03 3.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -149 -206 292 0.0122 0 0 0.0428 Tank initStep - 5 -149 -206 292 0.012 0.000194 0.00028 0.043 Tank msc - 6 -149 -206 292 0 0.012 0.00341 0.0464 Tank eIoni - 7 -149 -206 292 0 0 0 0.0464 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -267 -233 230 0.303 0 0 0 Tank initStep - 1 -267 -233 230 0.29 0.0139 0.0516 0.0516 Tank Cerenkov - 2 -267 -233 230 0.279 0.0111 0.0471 0.0987 Tank Cerenkov - 3 -267 -233 230 0.272 0.00644 0.0437 0.142 Tank Cerenkov - 4 -267 -233 230 0.262 0.00999 0.0418 0.184 Tank Cerenkov - 5 -267 -233 230 0.253 0.0092 0.0389 0.223 Tank Cerenkov - 6 -268 -233 230 0.244 0.00907 0.0363 0.259 Tank Cerenkov - 7 -268 -233 230 0.243 0.000441 0.00541 0.265 Tank Cerenkov - 8 -268 -233 230 0.243 0.00064 0.0037 0.269 Tank Cerenkov - 9 -268 -233 230 0.242 0.000925 0.00122 0.27 Tank Cerenkov - 10 -268 -233 230 0.214 0.0277 0.136 0.406 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 2.22e-06 0 0 0 Tank initStep - 1 -2.1e+03 5e+03 2.71e+03 2.22e-06 0 6.07e+03 6.07e+03 expHall Transportation - 2 -2.1e+03 5e+03 2.71e+03 2.22e-06 0 0 6.07e+03 Tank Transportation - 3 -3.98e+03 2.5e+03 5e+03 2.22e-06 0 3.87e+03 9.95e+03 expHall Transportation - 4 -3.98e+03 2.5e+03 5e+03 2.22e-06 0 0 9.95e+03 Tank Transportation - 5 -5e+03 2e+03 2.24e+03 2.22e-06 0 2.99e+03 1.29e+04 expHall Transportation - 6 -5e+03 2e+03 2.24e+03 2.22e-06 0 0 1.29e+04 Tank Transportation - 7 614 -1.69e+03 -5e+03 2.22e-06 0 9.87e+03 2.28e+04 expHall Transportation - 8 4.14e+03 -1.48e+03 -1e+04 2.22e-06 0 6.12e+03 2.89e+04 world Transportation - 9 7.66e+03 -1.28e+03 -1.5e+04 2.22e-06 0 6.12e+03 3.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 -268 -233 230 0.214 0 0 0.406 Tank initStep - 11 -268 -233 230 0.205 0.00937 0.0397 0.446 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 2.56e-06 0 0 0 Tank initStep - 1 -4.14e+03 2.02e+03 -5e+03 2.56e-06 0 6.89e+03 6.89e+03 expHall Transportation - 2 -1e+04 4.73e+03 -9.54e+03 2.56e-06 0 7.89e+03 1.48e+04 world Transportation - 3 -1.5e+04 7.04e+03 -1.34e+04 2.56e-06 0 6.74e+03 2.15e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 3.16e-06 0 0 0 Tank initStep - 1 -3.82e+03 -5e+03 -2.79e+03 3.16e-06 0 6.67e+03 6.67e+03 expHall Transportation - 2 -3.82e+03 -5e+03 -2.79e+03 3.16e-06 0 0 6.67e+03 Tank Transportation - 3 -1.86e+03 -4.1e+03 -5e+03 3.16e-06 0 3.09e+03 9.76e+03 expHall Transportation - 4 -1.86e+03 -4.1e+03 -5e+03 3.16e-06 0 0 9.76e+03 Tank Transportation - 5 5e+03 1.76e+03 -2.25e+03 3.16e-06 0 9.43e+03 1.92e+04 expHall Transportation - 6 5e+03 1.76e+03 -2.25e+03 3.16e-06 0 0 1.92e+04 Tank Transportation - 7 1.59e+03 5e+03 -197 3.16e-06 0 5.13e+03 2.43e+04 expHall Transportation - 8 1.59e+03 5e+03 -197 3.16e-06 0 0 2.43e+04 Tank Transportation - 9 -1.01e+03 -2.1e+03 5e+03 3.16e-06 0 9.17e+03 3.35e+04 expHall Transportation - 10 -5.26e+03 -1e+04 7.07e+03 3.16e-06 0 9.21e+03 4.27e+04 world Transportation - 11 -7.95e+03 -1.5e+04 8.38e+03 3.16e-06 0 5.83e+03 4.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 2.39e-06 0 0 0 Tank initStep - 1 -5e+03 -3.73e+03 2.29e+03 2.39e-06 0 6.24e+03 6.24e+03 expHall Transportation - 2 -8.15e+03 -1e+04 9.91e+03 2.39e-06 0 1.04e+04 1.66e+04 world Transportation - 3 -1.03e+04 -1.42e+04 1.5e+04 2.39e-06 0 6.91e+03 2.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -268 -233 230 0.205 0 0 0.446 Tank initStep - 12 -268 -233 230 0.195 0.00979 0.037 0.483 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 3.12e-06 0 0 0 Tank initStep - 1 1.01e+03 -16.4 5e+03 3.12e-06 0 4.94e+03 4.94e+03 expHall Transportation - 2 3.46e+03 1.35e+03 1e+04 3.12e-06 0 5.73e+03 1.07e+04 world Transportation - 3 5.92e+03 2.71e+03 1.5e+04 3.12e-06 0 5.73e+03 1.64e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 3.02e-06 0 0 0 Tank initStep - 1 -974 731 3.51e+03 3.02e-06 3.02e-06 3.49e+03 3.49e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 3.81e-06 0 0 0 Tank initStep - 1 -1.3e+03 -785 -330 3.81e-06 3.81e-06 1.29e+03 1.29e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 -268 -233 230 0.195 0 0 0.483 Tank initStep - 13 -268 -233 230 0.187 0.00823 0.0342 0.517 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 3.43e-06 0 0 0 Tank initStep - 1 5e+03 -3.97e+03 2.79e+03 3.43e-06 0 6.95e+03 6.95e+03 expHall Transportation - 2 5e+03 -3.97e+03 2.79e+03 3.43e-06 0 0 6.95e+03 Tank Transportation - 3 1.74e+03 -5e+03 3.78e+03 3.43e-06 0 3.55e+03 1.05e+04 expHall Transportation - 4 1.74e+03 -5e+03 3.78e+03 3.43e-06 0 0 1.05e+04 Tank Transportation - 5 -2.1e+03 -2.74e+03 5e+03 3.43e-06 0 4.63e+03 1.51e+04 expHall Transportation - 6 -2.1e+03 -2.74e+03 5e+03 3.43e-06 0 0 1.51e+04 Tank Transportation - 7 -5e+03 -3.35e+03 3.38e+03 3.43e-06 0 3.38e+03 1.85e+04 expHall Transportation - 8 -1e+04 -6.17e+03 -3.15e+03 3.43e-06 0 8.69e+03 2.72e+04 world Transportation - 9 -1.5e+04 -8.99e+03 -9.67e+03 3.43e-06 0 8.69e+03 3.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 -268 -233 230 0.187 0 0 0.517 Tank initStep - 14 -268 -233 230 0.181 0.00561 0.0319 0.549 Tank msc - 15 -268 -234 230 0.155 0.0264 0.0918 0.641 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -233 230 3.66e-06 0 0 0 Tank initStep - 1 1.99e+03 -5e+03 -2.32e+03 3.66e-06 0 5.86e+03 5.86e+03 expHall Transportation - 2 1.99e+03 -5e+03 -2.32e+03 3.66e-06 0 0 5.86e+03 Tank Transportation - 3 5e+03 -3.21e+03 -4.34e+03 3.66e-06 0 4.04e+03 9.9e+03 expHall Transportation - 4 5e+03 -3.21e+03 -4.34e+03 3.66e-06 0 0 9.9e+03 Tank Transportation - 5 4.86e+03 -3.18e+03 -5e+03 3.66e-06 0 678 1.06e+04 expHall Transportation - 6 3.15e+03 -1.93e+03 -1e+04 3.66e-06 0 5.43e+03 1.6e+04 world Transportation - 7 1.44e+03 -669 -1.5e+04 3.66e-06 0 5.43e+03 2.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 -268 -234 230 0.155 0 0 0.641 Tank initStep - 16 -268 -234 230 0.148 0.0064 0.0235 0.664 Tank msc - 17 -268 -234 229 0.129 0.0195 0.0706 0.735 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -234 229 3.43e-06 0 0 0 Tank initStep - 1 -2.51e+03 4.68e+03 5e+03 3.43e-06 0 7.21e+03 7.21e+03 expHall Transportation - 2 -3.11e+03 1e+04 7.14e+03 3.43e-06 0 5.76e+03 1.3e+04 world Transportation - 3 -3.68e+03 1.5e+04 9.15e+03 3.43e-06 0 5.42e+03 1.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -234 229 2.41e-06 0 0 0 Tank initStep - 1 536 -5e+03 2.92e+03 2.41e-06 0 5.53e+03 5.53e+03 expHall Transportation - 2 504 -9.77e+03 1e+04 2.41e-06 0 8.54e+03 1.41e+04 world Transportation - 3 482 -1.31e+04 1.5e+04 2.41e-06 0 6.03e+03 2.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 -268 -234 229 0.129 0 0 0.735 Tank initStep - 18 -268 -234 229 0.121 0.00785 0.0174 0.752 Tank msc - 19 -268 -234 229 0.102 0.0192 0.0548 0.807 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -268 -234 229 3.92e-06 0 0 0 Tank initStep - 1 -4.72e+03 5e+03 2.21e+03 3.92e-06 0 7.15e+03 7.15e+03 expHall Transportation - 2 -4.72e+03 5e+03 2.21e+03 3.92e-06 0 0 7.15e+03 Tank Transportation - 3 -5e+03 4.74e+03 2.22e+03 3.92e-06 0 384 7.53e+03 expHall Transportation - 4 -5e+03 4.74e+03 2.22e+03 3.92e-06 0 0 7.53e+03 Tank Transportation - 5 -561 -135 5e+03 3.92e-06 0 7.15e+03 1.47e+04 expHall Transportation - 6 -561 -135 5e+03 3.92e-06 0 0 1.47e+04 Tank Transportation - 7 3.95e+03 -5e+03 2.8e+03 3.92e-06 0 6.99e+03 2.17e+04 expHall Transportation - 8 3.95e+03 -5e+03 2.8e+03 3.92e-06 0 0 2.17e+04 Tank Transportation - 9 4.27e+03 -4.48e+03 2.28e+03 3.92e-06 0 801 2.25e+04 Tank OpRayleigh - 10 5e+03 -3.59e+03 1.61e+03 3.92e-06 0 1.33e+03 2.38e+04 expHall Transportation - 11 5e+03 -3.59e+03 1.61e+03 3.92e-06 0 0 2.38e+04 Tank Transportation - 12 4.7e+03 -3.54e+03 1.42e+03 3.92e-06 3.92e-06 363 2.42e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 -268 -234 229 0.102 0 0 0.807 Tank initStep - 20 -268 -234 229 0.0991 0.00271 0.0117 0.819 Tank msc - 21 -268 -234 229 0.0777 0.0214 0.0434 0.862 Tank eIoni - 22 -267 -234 229 0.0609 0.0168 0.0335 0.896 Tank eIoni - 23 -267 -234 229 0.0476 0.0134 0.0267 0.922 Tank eIoni - 24 -267 -234 229 0.0301 0.0175 0.0217 0.944 Tank eIoni - 25 -267 -234 229 0.0118 0.0183 0.0149 0.959 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -267 -234 229 3.39e-06 0 0 0 Tank initStep - 1 -2.99e+03 5e+03 -3.99e+03 3.39e-06 0 7.25e+03 7.25e+03 expHall Transportation - 2 -2.99e+03 5e+03 -3.99e+03 3.39e-06 0 0 7.25e+03 Tank Transportation - 3 -2.85e+03 2.81e+03 -5e+03 3.39e-06 0 2.42e+03 9.67e+03 expHall Transportation - 4 -2.85e+03 2.81e+03 -5e+03 3.39e-06 0 0 9.67e+03 Tank Transportation - 5 -2.89e+03 -4.59e+03 3.82e+03 3.39e-06 3.39e-06 1.15e+04 2.12e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 -267 -234 229 0.0118 0 0 0.959 Tank initStep - 26 -267 -234 229 0.0111 0.00071 0.000265 0.959 Tank msc - 27 -267 -234 229 0 0.0111 0.00297 0.962 Tank eIoni - 28 -267 -234 229 0 0 0 0.962 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -267 -234 229 3.45e-06 0 0 0 Tank initStep - 1 -4.19e+03 553 -5e+03 3.45e-06 0 6.58e+03 6.58e+03 expHall Transportation - 2 -4.19e+03 553 -5e+03 3.45e-06 0 0 6.58e+03 Tank Transportation - 3 -5e+03 342 -4.3e+03 3.45e-06 0 1.09e+03 7.68e+03 expHall Transportation - 4 -9.55e+03 -2.94e+03 1e+04 3.45e-06 0 1.54e+04 2.3e+04 world Transportation - 5 -1.11e+04 -4.09e+03 1.5e+04 3.45e-06 0 5.37e+03 2.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.32 0.393 0.692 3.94e-06 0 0 0 Tank initStep - 1 -123 -245 293 3.94e-06 3.94e-06 401 401 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.139 0.00274 -0.00755 0.48 0.0197 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0501 0.000988 -0.00272 3.38e-06 0 0 0 Tank initStep - 1 2.53e+03 -1.21e+03 643 3.38e-06 0 2.88e+03 2.88e+03 Tank OpRayleigh - 2 4.55e+03 5e+03 -4.81e+03 3.38e-06 0 8.51e+03 1.14e+04 expHall Transportation - 3 6.61e+03 6.3e+03 -1e+04 3.38e-06 0 5.74e+03 1.71e+04 world Transportation - 4 8.59e+03 7.55e+03 -1.5e+04 3.38e-06 0 5.52e+03 2.26e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0214 0.000422 -0.00116 2.72e-06 0 0 0 Tank initStep - 1 5e+03 1.77e+03 -2.85e+03 2.72e-06 0 6.02e+03 6.02e+03 expHall Transportation - 2 5e+03 1.77e+03 -2.85e+03 2.72e-06 0 0 6.02e+03 Tank Transportation - 3 2.51e+03 3.44e+03 -5e+03 2.72e-06 0 3.69e+03 9.71e+03 expHall Transportation - 4 -7.4e+03 6.02e+03 -1e+04 2.72e-06 0 1.14e+04 2.11e+04 world Transportation - 5 -1.5e+04 7.99e+03 -1.38e+04 2.72e-06 0 8.73e+03 2.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.139 0.00274 -0.00755 0.48 0 0 0.139 Tank initStep - 2 0.265 0.0213 -0.00848 0.461 0.0191 0.129 0.268 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.25 0.0191 -0.00837 3.67e-06 0 0 0 Tank initStep - 1 -129 307 -959 3.67e-06 3.67e-06 1.02e+03 1.02e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.158 0.00558 -0.00769 3.44e-06 0 0 0 Tank initStep - 1 4.85e+03 1.61e+03 2.76e+03 3.44e-06 3.44e-06 5.81e+03 5.81e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.265 0.0213 -0.00848 0.461 0 0 0.268 Tank initStep - 3 0.378 0.05 0.0141 0.443 0.0179 0.119 0.387 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 0.0387 0.0052 2.53e-06 0 0 0 Tank initStep - 1 -485 -5e+03 -2.91e+03 2.53e-06 0 5.81e+03 5.81e+03 expHall Transportation - 2 -948 -1e+04 -8.97e+03 2.53e-06 0 7.87e+03 1.37e+04 world Transportation - 3 -1.41e+03 -1.5e+04 -1.5e+04 2.53e-06 0 7.83e+03 2.15e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.323 0.0359 0.00299 3.29e-06 0 0 0 Tank initStep - 1 5e+03 4.41e+03 3.23e+03 3.29e-06 0 7.41e+03 7.41e+03 expHall Transportation - 2 5e+03 4.41e+03 3.23e+03 3.29e-06 0 0 7.41e+03 Tank Transportation - 3 4.68e+03 5e+03 3.89e+03 3.29e-06 0 938 8.35e+03 expHall Transportation - 4 4.68e+03 5e+03 3.89e+03 3.29e-06 0 0 8.35e+03 Tank Transportation - 5 4.9e+03 3.08e+03 5e+03 3.29e-06 0 2.23e+03 1.06e+04 expHall Transportation - 6 4.9e+03 3.08e+03 5e+03 3.29e-06 0 0 1.06e+04 Tank Transportation - 7 4.92e+03 1.35e+03 4.36e+03 3.29e-06 0 1.84e+03 1.24e+04 Tank OpRayleigh - 8 5e+03 992 4.75e+03 3.29e-06 0 534 1.3e+04 expHall Transportation - 9 5e+03 992 4.75e+03 3.29e-06 0 0 1.3e+04 Tank Transportation - 10 4.49e+03 872 4.96e+03 3.29e-06 3.29e-06 562 1.35e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.357 0.0448 0.00996 2.52e-06 0 0 0 Tank initStep - 1 5e+03 -210 3.61e+03 2.52e-06 0 6.17e+03 6.17e+03 expHall Transportation - 2 5e+03 -210 3.61e+03 2.52e-06 0 0 6.17e+03 Tank Transportation - 3 3.48e+03 -5e+03 3.61e+03 2.52e-06 0 5.02e+03 1.12e+04 expHall Transportation - 4 1.53e+03 -1e+04 3.77e+03 2.52e-06 0 5.37e+03 1.66e+04 world Transportation - 5 -423 -1.5e+04 3.92e+03 2.52e-06 0 5.37e+03 2.19e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.378 0.05 0.0141 0.443 0 0 0.387 Tank initStep - 4 0.477 0.091 0.0342 0.427 0.0163 0.11 0.497 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.421 0.068 0.0229 2.56e-06 0 0 0 Tank initStep - 1 -4.89e+03 3.14e+03 -5e+03 2.56e-06 0 7.67e+03 7.67e+03 expHall Transportation - 2 -4.89e+03 3.14e+03 -5e+03 2.56e-06 0 0 7.67e+03 Tank Transportation - 3 -5e+03 3.31e+03 -4.64e+03 2.56e-06 0 413 8.08e+03 expHall Transportation - 4 -5e+03 3.31e+03 -4.64e+03 2.56e-06 0 0 8.08e+03 Tank Transportation - 5 -4.09e+03 5e+03 -1.09e+03 2.56e-06 0 4.03e+03 1.21e+04 expHall Transportation - 6 -4.09e+03 5e+03 -1.09e+03 2.56e-06 0 0 1.21e+04 Tank Transportation - 7 -2.78e+03 -1.29e+03 5e+03 2.56e-06 0 8.85e+03 2.1e+04 expHall Transportation - 8 -2.78e+03 -1.29e+03 5e+03 2.56e-06 0 0 2.1e+04 Tank Transportation - 9 -1.62e+03 -5e+03 4.45e+03 2.56e-06 0 3.93e+03 2.49e+04 expHall Transportation - 10 -1.62e+03 -5e+03 4.45e+03 2.56e-06 0 0 2.49e+04 Tank Transportation - 11 3.28e+03 -2.85e+03 -2.05e+03 2.56e-06 2.56e-06 8.41e+03 3.33e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.461 0.0845 0.031 2.58e-06 0 0 0 Tank initStep - 1 5e+03 2.92e+03 -1.73e+03 2.58e-06 0 6.04e+03 6.04e+03 expHall Transportation - 2 5e+03 2.92e+03 -1.73e+03 2.58e-06 0 0 6.04e+03 Tank Transportation - 3 1.59e+03 5e+03 -4.93e+03 2.58e-06 0 5.12e+03 1.12e+04 expHall Transportation - 4 1.59e+03 5e+03 -4.93e+03 2.58e-06 0 0 1.12e+04 Tank Transportation - 5 1.47e+03 4.93e+03 -5e+03 2.58e-06 0 154 1.13e+04 expHall Transportation - 6 1.47e+03 4.93e+03 -5e+03 2.58e-06 0 0 1.13e+04 Tank Transportation - 7 -277 5e+03 -1.95e+03 2.58e-06 0 3.52e+03 1.48e+04 expHall Transportation - 8 -277 5e+03 -1.95e+03 2.58e-06 0 0 1.48e+04 Tank Transportation - 9 -4.99e+03 2.76e+03 5e+03 2.58e-06 0 8.69e+03 2.35e+04 expHall Transportation - 10 -1e+04 1.12e+03 7.06e+03 2.58e-06 0 5.66e+03 2.92e+04 world Transportation - 11 -1.5e+04 -524 9.12e+03 2.58e-06 0 5.65e+03 3.48e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.429 0.0712 0.0244 2.49e-06 0 0 0 Tank initStep - 1 4.01e+03 5e+03 1.22e+03 2.49e-06 0 6.52e+03 6.52e+03 expHall Transportation - 2 4.01e+03 5e+03 1.22e+03 2.49e-06 0 0 6.52e+03 Tank Transportation - 3 5e+03 4.07e+03 1.74e+03 2.49e-06 0 1.46e+03 7.98e+03 expHall Transportation - 4 5e+03 4.07e+03 1.74e+03 2.49e-06 0 0 7.98e+03 Tank Transportation - 5 -5e+03 52.5 2.75e+03 2.49e-06 0 1.08e+04 1.88e+04 expHall Transportation - 6 -5e+03 52.5 2.75e+03 2.49e-06 0 0 1.88e+04 Tank Transportation - 7 -4.25e+03 -22.8 5e+03 2.49e-06 0 2.37e+03 2.12e+04 expHall Transportation - 8 -1.54e+03 -1.2e+03 1e+04 2.49e-06 0 5.81e+03 2.7e+04 world Transportation - 9 1.18e+03 -2.37e+03 1.5e+04 2.49e-06 0 5.81e+03 3.28e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.387 0.0538 0.0159 2.32e-06 0 0 0 Tank initStep - 1 5e+03 4.58e+03 -1.1e+03 2.32e-06 0 6.87e+03 6.87e+03 expHall Transportation - 2 5e+03 4.58e+03 -1.1e+03 2.32e-06 0 0 6.87e+03 Tank Transportation - 3 4.96e+03 4.65e+03 -1.12e+03 2.32e-06 2.32e-06 87.4 6.95e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.449 0.0796 0.0286 2.4e-06 0 0 0 Tank initStep - 1 5e+03 911 -1.35e+03 2.4e-06 0 5.26e+03 5.26e+03 expHall Transportation - 2 1e+04 2.23e+03 -9.17e+03 2.4e-06 0 9.38e+03 1.46e+04 world Transportation - 3 1.37e+04 3.21e+03 -1.5e+04 2.4e-06 0 6.98e+03 2.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.39 0.0552 0.0166 2.52e-06 0 0 0 Tank initStep - 1 5e+03 -550 850 2.52e-06 0 5.1e+03 5.1e+03 expHall Transportation - 2 1e+04 -3.71e+03 2.14e+03 2.52e-06 0 6.05e+03 1.12e+04 world Transportation - 3 1.5e+04 -6.86e+03 3.43e+03 2.52e-06 0 6.05e+03 1.72e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.416 0.0658 0.0218 3.24e-06 0 0 0 Tank initStep - 1 1.99e+03 430 1.58e+03 3.24e-06 3.24e-06 2.58e+03 2.58e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.463 0.0852 0.0313 2.22e-06 0 0 0 Tank initStep - 1 4.06e+03 5e+03 1.65e+03 2.22e-06 0 6.65e+03 6.65e+03 expHall Transportation - 2 1e+04 9.53e+03 4.13e+03 2.22e-06 0 7.87e+03 1.45e+04 world Transportation - 3 1.5e+04 1.33e+04 6.22e+03 2.22e-06 0 6.62e+03 2.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.43 0.0717 0.0247 3.88e-06 0 0 0 Tank initStep - 1 1.15e+03 1.47e+03 391 3.88e-06 3.88e-06 1.91e+03 1.91e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.477 0.091 0.0342 0.427 0 0 0.497 Tank initStep - 5 0.573 0.12 0.0349 0.396 0.0308 0.102 0.598 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.511 0.101 0.0344 3.61e-06 0 0 0 Tank initStep - 1 -1.66e+03 -1.5e+03 5e+03 3.61e-06 0 5.48e+03 5.48e+03 expHall Transportation - 2 -6.44e+03 -6.22e+03 1e+04 3.61e-06 0 8.37e+03 1.38e+04 world Transportation - 3 -1.12e+04 -1.09e+04 1.5e+04 3.61e-06 0 8.37e+03 2.22e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.563 0.117 0.0348 3.96e-06 0 0 0 Tank initStep - 1 5e+03 -735 1.21e+03 3.96e-06 0 5.2e+03 5.2e+03 expHall Transportation - 2 1e+04 -1.05e+03 3.17e+03 3.96e-06 0 5.38e+03 1.06e+04 world Transportation - 3 1.5e+04 -1.36e+03 5.13e+03 3.96e-06 0 5.38e+03 1.6e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.533 0.108 0.0346 3.9e-06 0 0 0 Tank initStep - 1 5e+03 -810 1.03e+03 3.9e-06 0 5.17e+03 5.17e+03 expHall Transportation - 2 1e+04 -2.56e+03 4.11e+03 3.9e-06 0 6.13e+03 1.13e+04 world Transportation - 3 1.5e+04 -4.31e+03 7.2e+03 3.9e-06 0 6.13e+03 1.74e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.481 0.0923 0.0342 4.03e-06 0 0 0 Tank initStep - 1 5e+03 3.71e+03 2.32e+03 4.03e-06 0 6.64e+03 6.64e+03 expHall Transportation - 2 5e+03 3.71e+03 2.32e+03 4.03e-06 0 0 6.64e+03 Tank Transportation - 3 3.83e+03 5e+03 3.36e+03 4.03e-06 0 2.03e+03 8.67e+03 expHall Transportation - 4 3.83e+03 5e+03 3.36e+03 4.03e-06 0 0 8.67e+03 Tank Transportation - 5 1.37e+03 2.89e+03 5e+03 4.03e-06 0 3.63e+03 1.23e+04 expHall Transportation - 6 1.37e+03 2.89e+03 5e+03 4.03e-06 0 0 1.23e+04 Tank Transportation - 7 -5e+03 -813 4.5e+03 4.03e-06 0 7.39e+03 1.97e+04 expHall Transportation - 8 -5e+03 -813 4.5e+03 4.03e-06 0 0 1.97e+04 Tank Transportation - 9 -4.84e+03 -1e+03 4.47e+03 4.03e-06 4.03e-06 253 1.99e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.573 0.12 0.0349 0.396 0 0 0.598 Tank initStep - 6 0.66 0.127 0.0387 0.378 0.0178 0.0875 0.686 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.582 0.121 0.0353 3.98e-06 0 0 0 Tank initStep - 1 5e+03 340 4.31e+03 3.98e-06 0 6.61e+03 6.61e+03 expHall Transportation - 2 5e+03 340 4.31e+03 3.98e-06 0 0 6.61e+03 Tank Transportation - 3 4.91e+03 388 5e+03 3.98e-06 0 696 7.31e+03 expHall Transportation - 4 5.19e+03 2.4e+03 1e+04 3.98e-06 0 5.4e+03 1.27e+04 world Transportation - 5 5.47e+03 4.41e+03 1.5e+04 3.98e-06 0 5.4e+03 1.81e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.66 0.127 0.0387 0.378 0 0 0.686 Tank initStep - 7 0.738 0.114 0.048 0.361 0.0175 0.0797 0.765 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.733 0.115 0.0475 4e-06 0 0 0 Tank initStep - 1 2.46e+03 5e+03 293 4e-06 0 5.58e+03 5.58e+03 expHall Transportation - 2 7.64e+03 1e+04 2.02e+03 4e-06 0 7.4e+03 1.3e+04 world Transportation - 3 1.28e+04 1.5e+04 3.75e+03 4e-06 0 7.4e+03 2.04e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.661 0.127 0.0388 3.99e-06 0 0 0 Tank initStep - 1 4.12e+03 -1.16e+03 2.62e+03 3.99e-06 3.99e-06 5.02e+03 5.02e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.738 0.114 0.048 0.361 0 0 0.765 Tank initStep - 8 0.8 0.0789 0.0465 0.35 0.0112 0.0726 0.838 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.796 0.0812 0.0466 3.06e-06 0 0 0 Tank initStep - 1 5e+03 -618 -858 3.06e-06 0 5.11e+03 5.11e+03 expHall Transportation - 2 1e+04 -439 -2.46e+03 3.06e-06 0 5.25e+03 1.04e+04 world Transportation - 3 1.5e+04 -260 -4.05e+03 3.06e-06 0 5.25e+03 1.56e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.8 0.0789 0.0465 0.35 0 0 0.838 Tank initStep - 9 0.851 0.0363 0.0325 0.334 0.0157 0.0682 0.906 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.823 0.0598 0.0402 3.18e-06 0 0 0 Tank initStep - 1 133 2e+03 -172 3.18e-06 0 2.01e+03 2.01e+03 Bubble Transportation - 2 222 3e+03 -289 3.18e-06 3.18e-06 1.01e+03 3.02e+03 Tank Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.801 0.0781 0.0463 3.61e-06 0 0 0 Tank initStep - 1 4.45e+03 -3.66e+03 222 3.61e-06 3.61e-06 5.76e+03 5.76e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.821 0.0617 0.0408 3.66e-06 0 0 0 Tank initStep - 1 5e+03 -1.81e+03 -2.51e+03 3.66e-06 0 5.88e+03 5.88e+03 expHall Transportation - 2 1e+04 -3.34e+03 -7.42e+03 3.66e-06 0 7.17e+03 1.3e+04 world Transportation - 3 1.5e+04 -4.87e+03 -1.23e+04 3.66e-06 0 7.17e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.851 0.0363 0.0325 0.334 0 0 0.906 Tank initStep - 10 0.894 -0.00568 0.0181 0.32 0.0143 0.0622 0.968 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.886 0.00268 0.021 2.23e-06 0 0 0 Tank initStep - 1 98 86.8 64.2 2.23e-06 2.23e-06 145 145 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.894 -0.00568 0.0181 0.32 0 0 0.968 Tank initStep - 11 0.933 -0.0457 0.00896 0.304 0.0156 0.0571 1.03 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.93 -0.043 0.00956 3e-06 0 0 0 Tank initStep - 1 3.72e+03 -5e+03 -1.49e+03 3e-06 0 6.41e+03 6.41e+03 expHall Transportation - 2 3.72e+03 -5e+03 -1.49e+03 3e-06 0 0 6.41e+03 Tank Transportation - 3 5e+03 -2.95e+03 -2.14e+03 3e-06 0 2.5e+03 8.91e+03 expHall Transportation - 4 5e+03 -2.95e+03 -2.14e+03 3e-06 0 0 8.91e+03 Tank Transportation - 5 3.1e+03 3.87e+03 -2.92e+03 3e-06 3e-06 7.13e+03 1.6e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.933 -0.0457 0.00896 0.304 0 0 1.03 Tank initStep - 12 0.951 -0.0939 0.0117 0.295 0.00966 0.0516 1.08 Tank Cerenkov - 13 0.963 -0.139 0.0131 0.287 0.00787 0.0484 1.13 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.96 -0.129 0.0128 3.13e-06 0 0 0 Tank initStep - 1 4.56e+03 -5e+03 -441 3.13e-06 0 6.78e+03 6.78e+03 expHall Transportation - 2 4.56e+03 -5e+03 -441 3.13e-06 0 0 6.78e+03 Tank Transportation - 3 5e+03 -4.04e+03 -690 3.13e-06 0 1.09e+03 7.87e+03 expHall Transportation - 4 5e+03 -4.04e+03 -690 3.13e-06 0 0 7.87e+03 Tank Transportation - 5 4.62e+03 1.54e+03 -2.16e+03 3.13e-06 3.13e-06 5.78e+03 1.36e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 0.963 -0.139 0.0131 0.287 0 0 1.13 Tank initStep - 14 0.983 -0.177 -0.00391 0.28 0.00705 0.0459 1.17 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.967 -0.146 0.01 3.53e-06 0 0 0 Tank initStep - 1 1.16e+03 1.72e+03 -5e+03 3.53e-06 0 5.41e+03 5.41e+03 expHall Transportation - 2 1.16e+03 1.72e+03 -5e+03 3.53e-06 0 0 5.41e+03 Tank Transportation - 3 -1.23e+03 -613 5e+03 3.53e-06 0 1.05e+04 1.6e+04 expHall Transportation - 4 -2.7e+03 -5.67e+03 1e+04 3.53e-06 0 7.26e+03 2.32e+04 world Transportation - 5 -4.17e+03 -1.07e+04 1.5e+04 3.53e-06 0 7.26e+03 3.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 0.983 -0.177 -0.00391 0.28 0 0 1.17 Tank initStep - 15 1 -0.214 -0.00626 0.271 0.00863 0.0438 1.22 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.992 -0.193 -0.00492 3.52e-06 0 0 0 Tank initStep - 1 5e+03 320 -1.73e+03 3.52e-06 0 5.3e+03 5.3e+03 expHall Transportation - 2 1e+04 686 -3.53e+03 3.52e-06 0 5.33e+03 1.06e+04 world Transportation - 3 1.5e+04 1.05e+03 -5.33e+03 3.52e-06 0 5.33e+03 1.6e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.991 -0.191 -0.00482 2.33e-06 0 0 0 Tank initStep - 1 -1.9e+03 366 5e+03 2.33e-06 0 5.36e+03 5.36e+03 expHall Transportation - 2 -3.18e+03 89.9 1e+04 2.33e-06 0 5.17e+03 1.05e+04 world Transportation - 3 -4.46e+03 -186 1.5e+04 2.33e-06 0 5.17e+03 1.57e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 1 -0.214 -0.00626 0.271 0 0 1.22 Tank initStep - 16 0.986 -0.242 -0.00825 0.263 0.00785 0.0411 1.26 Tank Cerenkov - 17 0.956 -0.265 -0.0145 0.255 0.0083 0.0388 1.29 Tank Cerenkov - 18 0.925 -0.282 -0.0139 0.249 0.00549 0.0365 1.33 Tank Cerenkov - 19 0.904 -0.296 -0.0096 0.245 0.00423 0.0261 1.36 Tank Cerenkov - 20 0.896 -0.3 -0.00631 0.244 0.00131 0.0101 1.37 Tank Cerenkov - 21 0.891 -0.301 -0.00526 0.243 0.000341 0.00509 1.37 Tank Cerenkov - 22 0.887 -0.302 -0.00442 0.243 0.000559 0.0038 1.38 Tank Cerenkov - 23 0.886 -0.303 -0.00394 0.243 0.000259 0.00168 1.38 Tank Cerenkov - 24 0.885 -0.303 -0.00376 0.243 0.000115 0.0007 1.38 Tank Cerenkov - 25 0.885 -0.303 -0.00369 0.242 6.63e-05 0.000266 1.38 Tank Cerenkov - 26 0.885 -0.303 -0.00368 0.242 3.94e-06 1.51e-05 1.38 Tank Cerenkov - 27 0.885 -0.303 -0.00368 0.242 3.69e-08 1.41e-07 1.38 Tank Cerenkov - 28 0.885 -0.303 -0.00368 0.242 3.45e-10 1.32e-09 1.38 Tank Cerenkov - 29 0.885 -0.303 -0.00368 0.242 3.22e-12 1.23e-11 1.38 Tank Cerenkov - 30 0.885 -0.303 -0.00368 0.242 3.01e-14 1.15e-13 1.38 Tank Cerenkov - 31 0.776 -0.335 0.028 0.162 0.0802 0.133 1.51 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.842 -0.316 0.00865 3.24e-06 0 0 0 Tank initStep - 1 1.01e+03 2.48e+03 5e+03 3.24e-06 0 5.67e+03 5.67e+03 expHall Transportation - 2 4.63e+03 8.09e+03 1e+04 3.24e-06 0 8.34e+03 1.4e+04 world Transportation - 3 8.26e+03 1.37e+04 1.5e+04 3.24e-06 0 8.34e+03 2.24e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.871 -0.307 0.000346 2.37e-06 0 0 0 Tank initStep - 1 -1.05e+03 -5e+03 -3.25e+03 2.37e-06 0 6.05e+03 6.05e+03 expHall Transportation - 2 -1.05e+03 -5e+03 -3.25e+03 2.37e-06 0 0 6.05e+03 Tank Transportation - 3 -1.19e+03 -3.29e+03 -5e+03 2.37e-06 0 2.45e+03 8.51e+03 expHall Transportation - 4 -2.28e+03 1e+04 -8.59e+03 2.37e-06 0 1.38e+04 2.23e+04 world Transportation - 5 -2.69e+03 1.5e+04 -9.94e+03 2.37e-06 0 5.2e+03 2.75e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.864 -0.309 0.00248 4.02e-06 0 0 0 Tank initStep - 1 -2.25e+03 -273 -3.75e+03 4.02e-06 4.02e-06 4.38e+03 4.38e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.868 -0.308 0.00122 2.79e-06 0 0 0 Tank initStep - 1 5e+03 -2.79e+03 -2.3e+03 2.79e-06 0 6.17e+03 6.17e+03 expHall Transportation - 2 7.49e+03 -1e+04 -7.85e+03 2.79e-06 0 9.44e+03 1.56e+04 world Transportation - 3 9.21e+03 -1.5e+04 -1.17e+04 2.79e-06 0 6.54e+03 2.21e+04 OutOfWorld Transportation + 0 0.919 -0.463 -0.0527 3.63e-06 0 0 0 Tank initStep + 1 1.54e+03 -5e+03 4.12e+03 3.63e-06 0 6.66e+03 6.66e+03 expHall Transportation + 2 1.54e+03 -5e+03 4.12e+03 3.63e-06 0 0 6.66e+03 Tank Transportation + 3 1.66e+03 -4.07e+03 5e+03 3.63e-06 0 1.28e+03 7.94e+03 expHall Transportation + 4 1.66e+03 -4.07e+03 5e+03 3.63e-06 0 0 7.94e+03 Tank Transportation + 5 1.78e+03 5e+03 -1.81e+03 3.63e-06 0 1.13e+04 1.93e+04 expHall Transportation + 6 1.78e+03 5e+03 -1.81e+03 3.63e-06 0 0 1.93e+04 Tank Transportation + 7 1.18e+03 2.25e+03 -5e+03 3.63e-06 0 4.25e+03 2.35e+04 expHall Transportation + 8 1.18e+03 2.25e+03 -5e+03 3.63e-06 0 0 2.35e+04 Tank Transportation + 9 -1.63e+03 -2.3e+03 1.96e+03 3.63e-06 3.63e-06 8.78e+03 3.23e+04 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.878 -0.305 -0.00183 3.15e-06 0 0 0 Tank initStep - 1 -387 -194 5e+03 3.15e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 -1.29e+03 -385 1e+04 3.15e-06 0 5.08e+03 1.01e+04 world Transportation - 3 -2.2e+03 -577 1.5e+04 3.15e-06 0 5.08e+03 1.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.842 -0.316 0.00873 2.98e-06 0 0 0 Tank initStep - 1 5e+03 -2.45e+03 -1.76e+03 2.98e-06 0 5.84e+03 5.84e+03 expHall Transportation - 2 5e+03 -2.45e+03 -1.76e+03 2.98e-06 0 0 5.84e+03 Tank Transportation - 3 1.46e+03 -4.46e+03 -5e+03 2.98e-06 0 5.21e+03 1.1e+04 expHall Transportation - 4 1.46e+03 -4.46e+03 -5e+03 2.98e-06 0 0 1.1e+04 Tank Transportation - 5 851 -5e+03 -4.52e+03 2.98e-06 0 941 1.2e+04 expHall Transportation - 6 851 -5e+03 -4.52e+03 2.98e-06 0 0 1.2e+04 Tank Transportation - 7 -4.27e+03 5e+03 -4.14e+03 2.98e-06 0 1.12e+04 2.32e+04 expHall Transportation - 8 -1e+04 9.46e+03 -3.9e+03 2.98e-06 0 7.27e+03 3.05e+04 world Transportation - 9 -1.5e+04 1.34e+04 -3.68e+03 2.98e-06 0 6.34e+03 3.68e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.814 -0.324 0.0168 2.29e-06 0 0 0 Tank initStep - 1 3.26e+03 5e+03 3.24e+03 2.29e-06 0 6.79e+03 6.79e+03 expHall Transportation - 2 3.26e+03 5e+03 3.24e+03 2.29e-06 0 0 6.79e+03 Tank Transportation - 3 4.48e+03 611 5e+03 2.29e-06 0 4.88e+03 1.17e+04 expHall Transportation - 4 4.48e+03 611 5e+03 2.29e-06 0 0 1.17e+04 Tank Transportation - 5 5e+03 201 4.12e+03 2.29e-06 0 1.1e+03 1.28e+04 expHall Transportation - 6 5e+03 201 4.12e+03 2.29e-06 0 0 1.28e+04 Tank Transportation - 7 1.29e+03 -443 1.36e+03 2.29e-06 2.29e-06 4.66e+03 1.74e+04 Tank OpAbsorption + 0 0.901 -0.439 -0.036 2.37e-06 0 0 0 Tank initStep + 1 -5e+03 -1.32e+03 -2.77e+03 2.37e-06 0 5.87e+03 5.87e+03 expHall Transportation + 2 -1e+04 -4.05e+03 -7.27e+03 2.37e-06 0 7.26e+03 1.31e+04 world Transportation + 3 -1.5e+04 -6.77e+03 -1.18e+04 2.37e-06 0 7.26e+03 2.04e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 0.776 -0.335 0.028 0.162 0 0 1.51 Tank initStep - 32 0.752 -0.341 0.029 0.157 0.00551 0.0244 1.54 Tank msc - 33 0.692 -0.352 0.0113 0.124 0.0326 0.0732 1.61 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.699 -0.35 0.0133 3.54e-06 0 0 0 Tank initStep - 1 -3.58e+03 -5e+03 -1.99e+03 3.54e-06 0 6.46e+03 6.46e+03 expHall Transportation - 2 -1e+04 -7.45e+03 -7.19e+03 3.54e-06 0 8.62e+03 1.51e+04 world Transportation - 3 -1.5e+04 -9.36e+03 -1.12e+04 3.54e-06 0 6.71e+03 2.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.706 -0.349 0.0154 3.93e-06 0 0 0 Tank initStep - 1 665 1.18e+03 102 3.93e-06 3.93e-06 1.36e+03 1.36e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 33 0.692 -0.352 0.0113 0.124 0 0 1.61 Tank initStep - 34 0.684 -0.344 0.00125 0.119 0.00506 0.0155 1.63 Tank msc + 15 0.922 -0.467 -0.0554 0.266 0 0 1.19 Tank initStep + 16 0.943 -0.499 -0.0647 0.258 0.00745 0.0396 1.23 Tank Cerenkov + 17 0.959 -0.531 -0.0725 0.251 0.00699 0.0374 1.27 Tank Cerenkov + 18 0.967 -0.562 -0.0817 0.245 0.00668 0.0337 1.31 Tank Cerenkov + 19 0.968 -0.569 -0.0856 0.243 0.0013 0.00839 1.31 Tank Cerenkov + 20 0.968 -0.572 -0.0869 0.241 0.00227 0.00348 1.32 Tank Cerenkov + 21 0.962 -0.681 -0.128 0.217 0.0244 0.132 1.45 Tank eIoni + 22 0.93 -0.76 -0.181 0.0848 0.132 0.114 1.56 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.687 -0.347 0.0056 2.58e-06 0 0 0 Tank initStep - 1 4.43e+03 -5e+03 -3.08e+03 2.58e-06 0 7.36e+03 7.36e+03 expHall Transportation - 2 1e+04 -5.89e+03 -8.25e+03 2.58e-06 0 7.65e+03 1.5e+04 world Transportation - 3 1.5e+04 -6.69e+03 -1.29e+04 2.58e-06 0 6.87e+03 2.19e+04 OutOfWorld Transportation + 0 0.958 -0.691 -0.135 3.96e-06 0 0 0 Tank initStep + 1 5e+03 1.1e+03 4.01e+03 3.96e-06 0 6.51e+03 6.51e+03 expHall Transportation + 2 5e+03 1.1e+03 4.01e+03 3.96e-06 0 0 6.51e+03 Tank Transportation + 3 4.23e+03 1.33e+03 5e+03 3.96e-06 0 1.27e+03 7.78e+03 expHall Transportation + 4 4.23e+03 1.33e+03 5e+03 3.96e-06 0 0 7.78e+03 Tank Transportation + 5 3.1e+03 3.47e+03 3.36e+03 3.96e-06 0 2.93e+03 1.07e+04 Tank OpRayleigh + 6 5e+03 3.43e+03 4.86e+03 3.96e-06 0 2.42e+03 1.31e+04 expHall Transportation + 7 5e+03 3.43e+03 4.86e+03 3.96e-06 0 0 1.31e+04 Tank Transportation + 8 4.89e+03 3.44e+03 5e+03 3.96e-06 0 176 1.33e+04 expHall Transportation + 9 4.89e+03 3.44e+03 5e+03 3.96e-06 0 0 1.33e+04 Tank Transportation + 10 2.77e+03 3.11e+03 2.01e+03 3.96e-06 3.96e-06 3.68e+03 1.7e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.953 -0.705 -0.144 3.27e-06 0 0 0 Tank initStep + 1 2.65e+03 -5e+03 -297 3.27e-06 0 5.67e+03 5.67e+03 expHall Transportation + 2 2.65e+03 -5e+03 -297 3.27e-06 0 0 5.67e+03 Tank Transportation + 3 5e+03 -2.58e+03 -1.63e+03 3.27e-06 0 3.63e+03 9.29e+03 expHall Transportation + 4 5e+03 -2.58e+03 -1.63e+03 3.27e-06 0 0 9.29e+03 Tank Transportation + 5 1.23e+03 758 -2.31e+03 3.27e-06 3.27e-06 5.08e+03 1.44e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.962 -0.682 -0.129 2.41e-06 0 0 0 Tank initStep + 1 2.85e+03 5e+03 -1.67e+03 2.41e-06 0 5.99e+03 5.99e+03 expHall Transportation + 2 2.85e+03 5e+03 -1.67e+03 2.41e-06 0 0 5.99e+03 Tank Transportation + 3 5e+03 1.37e+03 -2.67e+03 2.41e-06 0 4.34e+03 1.03e+04 expHall Transportation + 4 5e+03 1.37e+03 -2.67e+03 2.41e-06 0 0 1.03e+04 Tank Transportation + 5 -382 -5e+03 -4.98e+03 2.41e-06 0 8.65e+03 1.9e+04 expHall Transportation + 6 -382 -5e+03 -4.98e+03 2.41e-06 0 0 1.9e+04 Tank Transportation + 7 -449 -4.97e+03 -5e+03 2.41e-06 0 75.4 1.91e+04 expHall Transportation + 8 -449 -4.97e+03 -5e+03 2.41e-06 0 0 1.91e+04 Tank Transportation + 9 -5e+03 2.94e+03 1.82e+03 2.41e-06 0 1.14e+04 3.05e+04 expHall Transportation + 10 -5e+03 2.94e+03 1.82e+03 2.41e-06 0 0 3.05e+04 Tank Transportation + 11 -4.34e+03 5e+03 2.75e+03 2.41e-06 0 2.35e+03 3.28e+04 expHall Transportation + 12 -1.02e+03 1e+04 5.64e+03 2.41e-06 0 6.66e+03 3.95e+04 world Transportation + 13 2.3e+03 1.5e+04 8.54e+03 2.41e-06 0 6.66e+03 4.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.957 -0.694 -0.136 2.36e-06 0 0 0 Tank initStep + 1 2.23e+03 -5e+03 -3.06e+03 2.36e-06 0 6.27e+03 6.27e+03 expHall Transportation + 2 7.01e+03 -8.97e+03 -1e+04 2.36e-06 0 9.32e+03 1.56e+04 world Transportation + 3 1.05e+04 -1.18e+04 -1.5e+04 2.36e-06 0 6.71e+03 2.23e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.95 -0.711 -0.148 2.82e-06 0 0 0 Tank initStep + 1 -4.89e+03 3.9e+03 -111 2.82e-06 2.82e-06 6.26e+03 6.26e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.932 -0.755 -0.177 3.65e-06 0 0 0 Tank initStep + 1 5e+03 14.5 898 3.65e-06 0 5.08e+03 5.08e+03 expHall Transportation + 2 1e+04 1.62e+03 2.23e+03 3.65e-06 0 5.42e+03 1.05e+04 world Transportation + 3 1.5e+04 3.22e+03 3.56e+03 3.65e-06 0 5.42e+03 1.59e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 34 0.684 -0.344 0.00125 0.119 0 0 1.63 Tank initStep - 35 0.677 -0.335 -0.00797 0.114 0.00546 0.0145 1.64 Tank msc - 36 0.66 -0.308 -0.0356 0.0889 0.0247 0.0489 1.69 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.671 -0.326 -0.0169 3.78e-06 0 0 0 Tank initStep - 1 551 -5e+03 -81.6 3.78e-06 0 5.03e+03 5.03e+03 expHall Transportation - 2 -85.6 -1e+04 -483 3.78e-06 0 5.06e+03 1.01e+04 world Transportation - 3 -722 -1.5e+04 -885 3.78e-06 0 5.06e+03 1.51e+04 OutOfWorld Transportation + 22 0.93 -0.76 -0.181 0.0848 0 0 1.56 Tank initStep + 23 0.935 -0.765 -0.185 0.0828 0.00203 0.00807 1.57 Tank msc + 24 0.958 -0.775 -0.198 0.0685 0.0143 0.0345 1.61 Tank eIoni + 25 0.976 -0.778 -0.212 0.0534 0.015 0.0287 1.63 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.669 -0.322 -0.0214 2.17e-06 0 0 0 Tank initStep - 1 1.3e+03 81 -5e+03 2.17e-06 0 5.17e+03 5.17e+03 expHall Transportation - 2 5.52e+03 104 -1e+04 2.17e-06 0 6.54e+03 1.17e+04 world Transportation - 3 9.74e+03 127 -1.5e+04 2.17e-06 0 6.54e+03 1.83e+04 OutOfWorld Transportation + 0 0.963 -0.776 -0.202 3.56e-06 0 0 0 Tank initStep + 1 401 -5e+03 78.6 3.56e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 579 -1e+04 -300 3.56e-06 0 5.02e+03 1e+04 world Transportation + 3 757 -1.5e+04 -678 3.56e-06 0 5.02e+03 1.51e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 36 0.66 -0.308 -0.0356 0.0889 0 0 1.69 Tank initStep - 37 0.655 -0.301 -0.0381 0.0868 0.00211 0.00875 1.7 Tank msc - 38 0.64 -0.277 -0.0462 0.053 0.0338 0.0362 1.73 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.641 -0.278 -0.0457 2.58e-06 0 0 0 Tank initStep - 1 -2.6e+03 -5e+03 -412 2.58e-06 0 5.65e+03 5.65e+03 expHall Transportation - 2 -1e+04 -8.62e+03 -1.57e+03 2.58e-06 0 8.32e+03 1.4e+04 world Transportation - 3 -1.5e+04 -1.11e+04 -2.35e+03 2.58e-06 0 5.62e+03 1.96e+04 OutOfWorld Transportation + 25 0.976 -0.778 -0.212 0.0534 0 0 1.63 Tank initStep + 26 0.977 -0.782 -0.212 0.0512 0.0023 0.00358 1.64 Tank msc + 27 0.985 -0.796 -0.213 0.0343 0.0169 0.0223 1.66 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.647 -0.288 -0.0426 3.03e-06 0 0 0 Tank initStep - 1 -2.52e+03 -448 -5e+03 3.03e-06 0 5.62e+03 5.62e+03 expHall Transportation - 2 -2.52e+03 -448 -5e+03 3.03e-06 0 0 5.62e+03 Tank Transportation - 3 -5e+03 -3.37e+03 -2.12e+03 3.03e-06 0 4.79e+03 1.04e+04 expHall Transportation - 4 -5e+03 -3.37e+03 -2.12e+03 3.03e-06 0 0 1.04e+04 Tank Transportation - 5 2.52e+03 -4.61e+03 5e+03 3.03e-06 0 1.04e+04 2.08e+04 expHall Transportation - 6 2.52e+03 -4.61e+03 5e+03 3.03e-06 0 0 2.08e+04 Tank Transportation - 7 5e+03 -3.96e+03 3.91e+03 3.03e-06 0 2.79e+03 2.36e+04 expHall Transportation - 8 1e+04 6.11e+03 -3.22e+03 3.03e-06 0 1.33e+04 3.69e+04 world Transportation - 9 1.44e+04 1.5e+04 -9.51e+03 3.03e-06 0 1.18e+04 4.87e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 38 0.64 -0.277 -0.0462 0.053 0 0 1.73 Tank initStep - 39 0.641 -0.275 -0.0491 0.0501 0.00294 0.00353 1.74 Tank msc - 40 0.645 -0.267 -0.062 0.0351 0.015 0.022 1.76 Tank eIoni - 41 0.646 -0.26 -0.07 0.0211 0.0139 0.0164 1.78 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.646 -0.262 -0.0675 3.86e-06 0 0 0 Tank initStep - 1 207 -74.5 137 3.86e-06 3.86e-06 259 259 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 41 0.646 -0.26 -0.07 0.0211 0 0 1.78 Tank initStep - 42 0.646 -0.261 -0.0702 0.0204 0.000741 0.000681 1.78 Tank msc - 43 0.642 -0.262 -0.0717 0 0.0204 0.00798 1.78 Tank eIoni - 44 0.642 -0.262 -0.0717 0 0 0 1.78 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.642 -0.262 -0.0717 0.511 0 0 0 Tank initStep - 1 -343 -96.7 -192 0.465 0.000537 405 405 Tank compt - 2 -431 -136 -322 0.166 1.36e-05 162 567 Tank compt - 3 -414 -117 -283 0.105 2.92e-05 46 613 Tank compt - 4 -464 -296 -399 0.0977 1.42e-05 219 832 Tank compt - 5 -482 -306 -406 0.0976 1.36e-05 21.9 854 Tank compt - 6 -563 -350 -430 0.0918 0.000537 94.6 949 Tank compt - 7 -566 -350 -428 0.0918 0 3.79 952 Tank Rayl - 8 -596 -342 -406 0.0911 1.42e-05 37 989 Tank compt - 9 -631 -314 -365 0.0808 1.42e-05 61.1 1.05e+03 Tank compt - 10 -589 -390 -215 0.0724 1.36e-05 173 1.22e+03 Tank compt - 11 -544 -328 -171 0.0724 0 88.6 1.31e+03 Tank Rayl - 12 -528 -311 -166 0.0615 0.000537 23.7 1.34e+03 Tank compt - 13 -571 -290 -130 0.0536 1.42e-05 59.2 1.39e+03 Tank compt - 14 -600 -327 -164 0.0536 0 58.4 1.45e+03 Tank Rayl - 15 -619 -391 -159 0.0511 1.42e-05 67.4 1.52e+03 Tank compt - 16 -615 -399 -167 0.0438 0.000537 11.5 1.53e+03 Tank compt - 17 -608 -330 -151 0.0422 1.36e-05 70.4 1.6e+03 Tank compt - 18 -607 -316 -164 0.0397 2.92e-05 19.6 1.62e+03 Tank compt - 19 -608 -324 -178 0.0347 1.42e-05 16.5 1.64e+03 Tank compt - 20 -622 -261 -132 0 0.000537 80.2 1.72e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -622 -261 -132 0.0341 0 0 0 Tank initStep - 1 -622 -261 -132 0.0318 0.00228 0.00173 0.00173 Tank msc - 2 -622 -261 -132 0.00838 0.0235 0.0156 0.0174 Tank eIoni - 3 -622 -261 -132 0 0.00838 0.00182 0.0192 Tank eIoni - 4 -622 -261 -132 0 0 0 0.0192 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -608 -324 -178 0.00507 0 0 0 Tank initStep - 1 -608 -324 -178 0.00488 0.000195 6.05e-05 6.05e-05 Tank msc - 2 -608 -324 -178 0 0.00488 0.000707 0.000768 Tank eIoni - 3 -608 -324 -178 0 0 0 0.000768 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -607 -316 -164 0.00246 0 0 0 Tank initStep - 1 -607 -316 -164 0.00229 0.000165 1.76e-05 1.76e-05 Tank msc - 2 -607 -316 -164 0 0.00229 0.000196 0.000213 Tank eIoni - 3 -607 -316 -164 0 0 0 0.000213 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -608 -330 -151 0.00153 0 0 0 Tank initStep - 1 -608 -330 -151 0.00153 0 8.14e-06 8.14e-06 Tank msc - 2 -608 -330 -151 0 0.00153 0.000102 0.00011 Tank eIoni - 3 -608 -330 -151 0 0 0 0.00011 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -615 -399 -167 0.00675 0 0 0 Tank initStep - 1 -615 -399 -167 0.0067 4.46e-05 9.93e-05 9.93e-05 Tank msc - 2 -615 -399 -167 0 0.0067 0.00123 0.00133 Tank eIoni - 3 -615 -399 -167 0 0 0 0.00133 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -619 -391 -159 0.00255 0 0 0 Tank initStep - 1 -619 -391 -159 0.00251 4.36e-05 1.88e-05 1.88e-05 Tank msc - 2 -619 -391 -159 0 0.00251 0.000228 0.000247 Tank eIoni - 3 -619 -391 -159 0 0 0 0.000247 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -571 -290 -130 0.00782 0 0 0 Tank initStep - 1 -571 -290 -130 0.00763 0.00019 0.000129 0.000129 Tank msc - 2 -571 -290 -130 0 0.00763 0.00154 0.00167 Tank eIoni - 3 -571 -290 -130 0 0 0 0.00167 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -528 -311 -166 0.0104 0 0 0 Tank initStep - 1 -528 -311 -166 0.00987 0.000547 0.000213 0.000213 Tank msc - 2 -528 -311 -166 0 0.00987 0.00242 0.00264 Tank eIoni - 3 -528 -311 -166 0 0 0 0.00264 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -589 -390 -215 0.00833 0 0 0 Tank initStep - 1 -589 -390 -215 0.00809 0.000236 0.000144 0.000144 Tank msc - 2 -589 -390 -215 0 0.00809 0.00171 0.00185 Tank eIoni - 3 -589 -390 -215 0 0 0 0.00185 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -631 -314 -365 0.0103 0 0 0 Tank initStep - 1 -631 -314 -365 0.00995 0.000336 0.000209 0.000209 Tank msc - 2 -631 -314 -365 0 0.00995 0.00246 0.00267 Tank eIoni - 3 -631 -314 -365 0 0 0 0.00267 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 60 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -631 -314 -365 4.07e-06 0 0 0 Tank initStep - 1 1.55e+03 2.8e+03 -5e+03 4.07e-06 0 6e+03 6e+03 expHall Transportation - 2 1.55e+03 2.8e+03 -5e+03 4.07e-06 0 0 6e+03 Tank Transportation - 3 5e+03 4.8e+03 739 4.07e-06 0 6.99e+03 1.3e+04 expHall Transportation - 4 5e+03 4.8e+03 739 4.07e-06 0 0 1.3e+04 Tank Transportation - 5 4.84e+03 5e+03 1.21e+03 4.07e-06 0 535 1.35e+04 expHall Transportation - 6 4.84e+03 5e+03 1.21e+03 4.07e-06 0 0 1.35e+04 Tank Transportation - 7 4.43e+03 3.85e+03 2.03e+03 4.07e-06 0 1.47e+03 1.5e+04 Tank OpRayleigh - 8 5e+03 4.33e+03 1.98e+03 4.07e-06 0 746 1.57e+04 expHall Transportation - 9 5e+03 4.33e+03 1.98e+03 4.07e-06 0 0 1.57e+04 Tank Transportation - 10 4.88e+03 5e+03 2.11e+03 4.07e-06 0 694 1.64e+04 expHall Transportation - 11 4.37e+03 1e+04 5.03e+03 4.07e-06 0 5.81e+03 2.22e+04 world Transportation - 12 3.86e+03 1.5e+04 7.94e+03 4.07e-06 0 5.81e+03 2.8e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -596 -342 -406 0.000764 0 0 0 Tank initStep - 1 -596 -342 -406 0.000764 0 2.87e-06 2.87e-06 Tank msc - 2 -596 -342 -406 0 0.000764 3.59e-05 3.87e-05 Tank eIoni - 3 -596 -342 -406 0 0 0 3.87e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -563 -350 -430 0.00522 0 0 0 Tank initStep - 1 -563 -350 -430 0.00476 0.000464 6.36e-05 6.36e-05 Tank msc - 2 -563 -350 -430 0 0.00476 0.000677 0.000741 Tank eIoni - 3 -563 -350 -430 0 0 0 0.000741 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -482 -306 -406 6.44e-05 0 0 0 Tank initStep - 1 -482 -306 -406 0 6.44e-05 3.46e-07 3.46e-07 Tank msc - 2 -482 -306 -406 0 0 0 3.46e-07 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -464 -296 -399 0.00687 0 0 0 Tank initStep - 1 -464 -296 -399 0.00627 0.000599 0.000103 0.000103 Tank msc - 2 -464 -296 -399 0 0.00627 0.00109 0.00119 Tank eIoni - 3 -464 -296 -399 0 0 0 0.00119 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -414 -117 -283 0.0615 0 0 0 Tank initStep - 1 -414 -117 -283 0.0596 0.00186 0.00488 0.00488 Tank msc - 2 -414 -117 -283 0.042 0.0176 0.0262 0.0311 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -414 -117 -283 3.83e-06 0 0 0 Tank initStep - 1 -60.7 -942 -5e+03 3.83e-06 0 4.8e+03 4.8e+03 expHall Transportation - 2 362 -1.92e+03 -1e+04 3.83e-06 0 5.11e+03 9.91e+03 world Transportation - 3 785 -2.9e+03 -1.5e+04 3.83e-06 0 5.11e+03 1.5e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -414 -117 -283 3.81e-06 0 0 0 Tank initStep - 1 -1.3e+03 -84.1 1.11e+03 3.81e-06 0 1.66e+03 1.66e+03 Tank OpRayleigh - 2 12.5 -662 5e+03 3.81e-06 0 4.15e+03 5.8e+03 expHall Transportation - 3 4.39e+03 -1.82e+03 1e+04 3.81e-06 0 6.75e+03 1.25e+04 world Transportation - 4 8.77e+03 -2.99e+03 1.5e+04 3.81e-06 0 6.75e+03 1.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -414 -117 -283 2.53e-06 0 0 0 Tank initStep - 1 -5e+03 1.54e+03 -2.23e+03 2.53e-06 0 5.25e+03 5.25e+03 expHall Transportation - 2 -1e+04 7.36e+03 -5.23e+03 2.53e-06 0 8.24e+03 1.35e+04 world Transportation - 3 -1.5e+04 1.32e+04 -8.23e+03 2.53e-06 0 8.24e+03 2.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -414 -117 -283 3.93e-06 0 0 0 Tank initStep - 1 767 212 1.16e+03 3.93e-06 3.93e-06 1.9e+03 1.9e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -414 -117 -283 0.042 0 0 0.0311 Tank initStep - 3 -414 -117 -283 0.0408 0.00119 0.0025 0.0336 Tank msc - 4 -414 -117 -283 0.0257 0.0151 0.0192 0.0528 Tank eIoni - 5 -414 -117 -283 0.0117 0.014 0.0125 0.0653 Tank eIoni - 6 -414 -117 -283 0 0.0117 0.00326 0.0686 Tank eIoni - 7 -414 -117 -283 0 0 0 0.0686 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -136 -322 0.298 0 0 0 Tank initStep - 1 -431 -136 -322 0.288 0.0103 0.05 0.05 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -136 -322 3.75e-06 0 0 0 Tank initStep - 1 -5e+03 -460 -1.11e+03 3.75e-06 0 4.65e+03 4.65e+03 expHall Transportation - 2 -5e+03 -460 -1.11e+03 3.75e-06 0 0 4.65e+03 Tank Transportation - 3 -3.11e+03 -5e+03 -300 3.75e-06 0 4.98e+03 9.63e+03 expHall Transportation - 4 -3.11e+03 -5e+03 -300 3.75e-06 0 0 9.63e+03 Tank Transportation - 5 5e+03 1.61e+03 1.09e+03 3.75e-06 0 1.06e+04 2.02e+04 expHall Transportation - 6 5e+03 1.61e+03 1.09e+03 3.75e-06 0 0 2.02e+04 Tank Transportation - 7 706 5e+03 1.18e+03 3.75e-06 0 5.47e+03 2.57e+04 expHall Transportation - 8 706 5e+03 1.18e+03 3.75e-06 0 0 2.57e+04 Tank Transportation - 9 -2.35e+03 3.34e+03 1.9e+03 3.75e-06 0 3.55e+03 2.92e+04 Tank OpRayleigh - 10 -3.51e+03 5e+03 756 3.75e-06 0 2.33e+03 3.15e+04 expHall Transportation - 11 -3.51e+03 5e+03 756 3.75e-06 0 0 3.15e+04 Tank Transportation - 12 -5e+03 3.44e+03 731 3.75e-06 0 2.16e+03 3.37e+04 expHall Transportation - 13 -5e+03 3.44e+03 731 3.75e-06 0 0 3.37e+04 Tank Transportation - 14 -465 -5e+03 584 3.75e-06 0 9.58e+03 4.33e+04 expHall Transportation - 15 4.61e+03 -1e+04 -883 3.75e-06 0 7.27e+03 5.05e+04 world Transportation - 16 9.68e+03 -1.5e+04 -2.35e+03 3.75e-06 0 7.27e+03 5.78e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -136 -322 2.96e-06 0 0 0 Tank initStep - 1 -1.4e+03 333 -5e+03 2.96e-06 0 4.8e+03 4.8e+03 expHall Transportation - 2 -4.65e+03 620 -1e+04 2.96e-06 0 5.97e+03 1.08e+04 world Transportation - 3 -7.91e+03 908 -1.5e+04 2.96e-06 0 5.97e+03 1.67e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -136 -322 2.25e-06 0 0 0 Tank initStep - 1 -4.53e+03 -1.12e+03 -5e+03 2.25e-06 0 6.3e+03 6.3e+03 expHall Transportation - 2 -1e+04 -5.09e+03 -5.47e+03 2.25e-06 0 6.78e+03 1.31e+04 world Transportation - 3 -1.5e+04 -8.72e+03 -5.89e+03 2.25e-06 0 6.19e+03 1.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -431 -136 -322 0.288 0 0 0.05 Tank initStep - 2 -431 -136 -322 0.234 0.0545 0.0467 0.0966 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -136 -322 2.35e-06 0 0 0 Tank initStep - 1 1.14e+03 148 -5e+03 2.35e-06 0 4.94e+03 4.94e+03 expHall Transportation - 2 1.14e+03 148 -5e+03 2.35e-06 0 0 4.94e+03 Tank Transportation - 3 -5e+03 -3.13e+03 -4.22e+03 2.35e-06 0 7.01e+03 1.19e+04 expHall Transportation - 4 -5e+03 -3.13e+03 -4.22e+03 2.35e-06 0 0 1.19e+04 Tank Transportation - 5 -3.9e+03 -5e+03 -4.4e+03 2.35e-06 0 2.18e+03 1.41e+04 expHall Transportation - 6 -3.9e+03 -5e+03 -4.4e+03 2.35e-06 0 0 1.41e+04 Tank Transportation - 7 -3.76e+03 -4.91e+03 -4.56e+03 2.35e-06 2.35e-06 229 1.44e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -431 -136 -322 0.234 0 0 0.0966 Tank initStep - 3 -431 -136 -322 0.221 0.0122 0.0455 0.142 Tank msc - 4 -431 -136 -322 0.187 0.0344 0.121 0.263 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -136 -322 2.74e-06 0 0 0 Tank initStep - 1 2.63e+03 -59.9 -5e+03 2.74e-06 0 5.59e+03 5.59e+03 expHall Transportation - 2 1e+04 911 -7.04e+03 2.74e-06 0 7.71e+03 1.33e+04 world Transportation - 3 1.5e+04 1.57e+03 -8.42e+03 2.74e-06 0 5.23e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -136 -322 2.8e-06 0 0 0 Tank initStep - 1 -1.53e+03 -5e+03 -1.77e+03 2.8e-06 0 5.19e+03 5.19e+03 expHall Transportation - 2 -1.53e+03 -5e+03 -1.77e+03 2.8e-06 0 0 5.19e+03 Tank Transportation - 3 -3.29e+03 -2.41e+03 -5e+03 2.8e-06 0 4.5e+03 9.69e+03 expHall Transportation - 4 -3.29e+03 -2.41e+03 -5e+03 2.8e-06 0 0 9.69e+03 Tank Transportation - 5 -5e+03 -1.43e+03 -3.39e+03 2.8e-06 0 2.54e+03 1.22e+04 expHall Transportation - 6 -1e+04 2.85e+03 -127 2.8e-06 0 7.35e+03 1.96e+04 world Transportation - 7 -1.5e+04 7.14e+03 3.14e+03 2.8e-06 0 7.35e+03 2.69e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -136 -322 3.34e-06 0 0 0 Tank initStep - 1 -14.6 -31.3 -1.17e+03 3.34e-06 3.34e-06 949 949 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -431 -136 -322 0.187 0 0 0.263 Tank initStep - 5 -431 -136 -322 0.179 0.00838 0.032 0.295 Tank msc - 6 -431 -136 -322 0.151 0.0279 0.0901 0.385 Tank eIoni - 7 -431 -135 -322 0.122 0.0288 0.0721 0.457 Tank eIoni - 8 -431 -135 -322 0.0681 0.0539 0.0553 0.512 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -135 -322 2.36e-06 0 0 0 Tank initStep - 1 1.14e+03 -5e+03 -1.63e+03 2.36e-06 0 5.28e+03 5.28e+03 expHall Transportation - 2 6.56e+03 -1e+04 -4.82e+03 2.36e-06 0 8.03e+03 1.33e+04 world Transportation - 3 1.2e+04 -1.5e+04 -8.01e+03 2.36e-06 0 8.03e+03 2.13e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -135 -322 2.3e-06 0 0 0 Tank initStep - 1 3.66e+03 123 -4.19e+03 2.3e-06 2.3e-06 5.63e+03 5.63e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -431 -135 -322 0.0681 0 0 0.512 Tank initStep - 9 -431 -135 -322 0.0648 0.00322 0.00584 0.518 Tank msc - 10 -431 -135 -322 0.0474 0.0174 0.0282 0.546 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -135 -322 2.52e-06 0 0 0 Tank initStep - 1 -3.74e+03 1.43e+03 -1.07e+03 2.52e-06 2.52e-06 3.73e+03 3.73e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 -431 -135 -322 0.0474 0 0 0.546 Tank initStep - 11 -431 -135 -322 0.0463 0.00115 0.0031 0.549 Tank msc - 12 -431 -135 -322 0.0337 0.0126 0.0213 0.571 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -431 -135 -322 3.46e-06 0 0 0 Tank initStep - 1 93.8 2e+03 -5.48 3.46e-06 3.46e-06 2.22e+03 2.22e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 -431 -135 -322 0.0337 0 0 0.571 Tank initStep - 13 -431 -135 -322 0.0328 0.000822 0.00169 0.572 Tank msc - 14 -431 -135 -322 0.0181 0.0148 0.0161 0.588 Tank eIoni - 15 -431 -135 -322 0 0.0181 0.00702 0.595 Tank eIoni - 16 -431 -135 -322 0 0 0 0.595 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -343 -96.7 -192 0.0459 0 0 0 Tank initStep - 1 -343 -96.7 -192 0.0453 0.000578 0.00293 0.00293 Tank msc - 2 -343 -96.7 -192 0.0321 0.0132 0.0209 0.0238 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -343 -96.7 -192 3.38e-06 0 0 0 Tank initStep - 1 812 -5e+03 174 3.38e-06 0 5.05e+03 5.05e+03 expHall Transportation - 2 2.44e+03 -1e+04 1.9e+03 3.38e-06 0 5.53e+03 1.06e+04 world Transportation - 3 4.06e+03 -1.5e+04 3.63e+03 3.38e-06 0 5.53e+03 1.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -343 -96.7 -192 3.97e-06 0 0 0 Tank initStep - 1 -5e+03 -1.18e+03 2.04e+03 3.97e-06 0 5.28e+03 5.28e+03 expHall Transportation - 2 -5e+03 -1.18e+03 2.04e+03 3.97e-06 0 0 5.28e+03 Tank Transportation - 3 -1.7e+03 -958 5e+03 3.97e-06 0 4.44e+03 9.72e+03 expHall Transportation - 4 -1.7e+03 -958 5e+03 3.97e-06 0 0 9.72e+03 Tank Transportation - 5 -394 -1.21e+03 3.35e+03 3.97e-06 3.97e-06 2.12e+03 1.18e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -343 -96.7 -192 0.0321 0 0 0.0238 Tank initStep - 3 -343 -96.7 -192 0.0289 0.00328 0.00156 0.0254 Tank msc - 4 -343 -96.7 -192 0.0118 0.0171 0.0143 0.0397 Tank eIoni - 5 -343 -96.7 -192 0 0.0118 0.00333 0.043 Tank eIoni - 6 -343 -96.7 -192 0 0 0 0.043 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.642 -0.262 -0.0717 0.511 0 0 0 Tank initStep - 1 348 97.4 194 0.309 1.42e-05 410 410 Tank compt - 2 337 115 252 0.201 1.42e-05 61.4 471 Tank compt - 3 183 129 236 0.126 1.42e-05 156 627 Tank compt - 4 184 129 238 0.126 0 1.73 629 Tank Rayl - 5 248 93.7 340 0.0954 1.36e-05 125 754 Tank compt - 6 212 105 351 0.0733 2.92e-05 39.5 794 Tank compt - 7 292 139 364 0.0665 1.42e-05 87.8 882 Tank compt - 8 316 109 414 0.0553 0.000537 63.3 945 Tank compt - 9 320 106 404 0.0553 0 11.1 956 Tank Rayl - 10 305 -7.93 301 0.0455 1.42e-05 154 1.11e+03 Tank compt - 11 306 -0.958 312 0.0415 1.42e-05 13.1 1.12e+03 Tank compt - 12 296 -93.6 341 0.0382 2.92e-05 97.6 1.22e+03 Tank compt - 13 287 -87.2 346 0 0.000537 12 1.23e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 287 -87.2 346 0.0376 0 0 0 Tank initStep - 1 287 -87.2 346 0.0363 0.00131 0.00206 0.00206 Tank msc - 2 287 -87.2 346 0.0215 0.0148 0.0175 0.0196 Tank eIoni - 3 287 -87.2 346 0 0.0215 0.00955 0.0291 Tank eIoni - 4 287 -87.2 346 0 0 0 0.0291 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 287 -87.2 346 3.61e-06 0 0 0 Tank initStep - 1 -2.85e+03 -5e+03 -1.15e+03 3.61e-06 0 6.02e+03 6.02e+03 expHall Transportation - 2 -1e+04 -9.64e+03 -3.12e+03 3.61e-06 0 8.75e+03 1.48e+04 world Transportation - 3 -1.5e+04 -1.29e+04 -4.5e+03 3.61e-06 0 6.12e+03 2.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 296 -93.6 341 0.00326 0 0 0 Tank initStep - 1 296 -93.6 341 0.00321 5.78e-05 2.84e-05 2.84e-05 Tank msc - 2 296 -93.6 341 0 0.00321 0.000344 0.000373 Tank eIoni - 3 296 -93.6 341 0 0 0 0.000373 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 306 -0.958 312 0.00407 0 0 0 Tank initStep - 1 306 -0.958 312 0.00403 3.76e-05 4.14e-05 4.14e-05 Tank msc - 2 306 -0.958 312 0 0.00403 0.000509 0.00055 Tank eIoni - 3 306 -0.958 312 0 0 0 0.00055 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 305 -7.93 301 0.00975 0 0 0 Tank initStep - 1 305 -7.93 301 0.00915 0.000594 0.00019 0.00019 Tank msc - 2 305 -7.93 301 0 0.00915 0.00212 0.00231 Tank eIoni - 3 305 -7.93 301 0 0 0 0.00231 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 316 109 414 0.0107 0 0 0 Tank initStep - 1 316 109 414 0.0103 0.000337 0.000223 0.000223 Tank msc - 2 316 109 414 0 0.0103 0.00263 0.00285 Tank eIoni - 3 316 109 414 0 0 0 0.00285 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 316 109 414 2.73e-06 0 0 0 Tank initStep - 1 -981 5e+03 3.4e+03 2.73e-06 0 5.88e+03 5.88e+03 expHall Transportation - 2 -981 5e+03 3.4e+03 2.73e-06 0 0 5.88e+03 Tank Transportation - 3 -2.74e+03 2.99e+03 5e+03 2.73e-06 0 3.11e+03 8.99e+03 expHall Transportation - 4 -2.74e+03 2.99e+03 5e+03 2.73e-06 0 0 8.99e+03 Tank Transportation - 5 -5e+03 -1.2e+03 -1.23e+03 2.73e-06 0 7.84e+03 1.68e+04 expHall Transportation - 6 -5e+03 -1.2e+03 -1.23e+03 2.73e-06 0 0 1.68e+04 Tank Transportation - 7 5e+03 -2.4e+03 -4.88e+03 2.73e-06 0 1.07e+04 2.75e+04 expHall Transportation - 8 1e+04 -3.78e+03 -7.97e+03 2.73e-06 0 6.04e+03 3.36e+04 world Transportation - 9 1.5e+04 -5.17e+03 -1.11e+04 2.73e-06 0 6.04e+03 3.96e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 292 139 364 0.00682 0 0 0 Tank initStep - 1 292 139 364 0.00665 0.000168 0.000101 0.000101 Tank msc - 2 292 139 364 0 0.00665 0.00121 0.00131 Tank eIoni - 3 292 139 364 0 0 0 0.00131 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 212 105 351 0.022 0 0 0 Tank initStep - 1 212 105 351 0.0216 0.000454 0.000796 0.000796 Tank msc - 2 212 105 351 0 0.0216 0.00959 0.0104 Tank eIoni - 3 212 105 351 0 0 0 0.0104 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 248 93.7 340 0.0307 0 0 0 Tank initStep - 1 248 93.7 340 0.0299 0.000866 0.00144 0.00144 Tank msc - 2 248 93.6 340 0.0133 0.0166 0.0147 0.0162 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 248 93.7 340 3.68e-06 0 0 0 Tank initStep - 1 5e+03 -1.82e+03 -3.53e+03 3.68e-06 0 6.42e+03 6.42e+03 expHall Transportation - 2 5e+03 -1.82e+03 -3.53e+03 3.68e-06 0 0 6.42e+03 Tank Transportation - 3 3.83e+03 -3.71e+03 -5e+03 3.68e-06 0 2.66e+03 9.08e+03 expHall Transportation - 4 3.83e+03 -3.71e+03 -5e+03 3.68e-06 0 0 9.08e+03 Tank Transportation - 5 3.08e+03 -5e+03 -4.02e+03 3.68e-06 0 1.79e+03 1.09e+04 expHall Transportation - 6 3.08e+03 -5e+03 -4.02e+03 3.68e-06 0 0 1.09e+04 Tank Transportation - 7 -5e+03 -522 -855 3.68e-06 0 9.76e+03 2.06e+04 expHall Transportation - 8 -5e+03 -522 -855 3.68e-06 0 0 2.06e+04 Tank Transportation - 9 -1.8e+03 2.4e+03 -866 3.68e-06 3.68e-06 4.33e+03 2.5e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 248 93.7 340 3.93e-06 0 0 0 Tank initStep - 1 -5e+03 -2.49e+03 -2.81e+03 3.93e-06 0 6.64e+03 6.64e+03 expHall Transportation - 2 -1e+04 -6.94e+03 -8.42e+03 3.93e-06 0 8.74e+03 1.54e+04 world Transportation - 3 -1.5e+04 -1.14e+04 -1.4e+04 3.93e-06 0 8.74e+03 2.41e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 248 93.7 340 2.2e-06 0 0 0 Tank initStep - 1 5e+03 3.99e+03 -1.88e+03 2.2e-06 0 6.54e+03 6.54e+03 expHall Transportation - 2 5e+03 3.99e+03 -1.88e+03 2.2e-06 0 0 6.54e+03 Tank Transportation - 3 4.15e+03 5e+03 -2.53e+03 2.2e-06 0 1.47e+03 8e+03 expHall Transportation - 4 4.15e+03 5e+03 -2.53e+03 2.2e-06 0 0 8e+03 Tank Transportation - 5 3.28e+03 3.13e+03 -5e+03 2.2e-06 0 3.22e+03 1.12e+04 expHall Transportation - 6 3.28e+03 3.13e+03 -5e+03 2.2e-06 0 0 1.12e+04 Tank Transportation - 7 4.18e+03 -90.8 1.82e+03 2.2e-06 2.2e-06 7.6e+03 1.88e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 248 93.6 340 0.0133 0 0 0.0162 Tank initStep - 3 248 93.6 340 0.0127 0.000576 0.000326 0.0165 Tank msc - 4 248 93.6 340 0 0.0127 0.00377 0.0203 Tank eIoni - 5 248 93.6 340 0 0 0 0.0203 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 248 93.6 340 2.27e-06 0 0 0 Tank initStep - 1 -1.74e+03 -5e+03 -1.97e+03 2.27e-06 0 5.94e+03 5.94e+03 expHall Transportation - 2 -1.74e+03 -5e+03 -1.97e+03 2.27e-06 0 0 5.94e+03 Tank Transportation - 3 -4.45e+03 -4.73e+03 -5e+03 2.27e-06 0 4.07e+03 1e+04 expHall Transportation - 4 -4.45e+03 -4.73e+03 -5e+03 2.27e-06 0 0 1e+04 Tank Transportation - 5 -5e+03 -4.6e+03 -4.8e+03 2.27e-06 0 601 1.06e+04 expHall Transportation - 6 -5e+03 -4.6e+03 -4.8e+03 2.27e-06 0 0 1.06e+04 Tank Transportation - 7 5e+03 -2.89e+03 -4.61e+03 2.27e-06 0 1.01e+04 2.08e+04 expHall Transportation - 8 1e+04 -1.33e+03 -4.92e+03 2.27e-06 0 5.25e+03 2.6e+04 world Transportation - 9 1.5e+04 221 -5.22e+03 2.27e-06 0 5.25e+03 3.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 248 93.6 340 3.84e-06 0 0 0 Tank initStep - 1 774 -1.22e+03 -2.19e+03 3.84e-06 0 2.89e+03 2.89e+03 Tank OpRayleigh - 2 1.93e+03 -2.12e+03 5e+03 3.84e-06 0 7.34e+03 1.02e+04 expHall Transportation - 3 1.93e+03 -2.12e+03 5e+03 3.84e-06 0 0 1.02e+04 Tank Transportation - 4 2.55e+03 -2.57e+03 4.82e+03 3.84e-06 0 792 1.1e+04 Tank OpRayleigh - 5 2.46e+03 -2.92e+03 5e+03 3.84e-06 0 405 1.14e+04 expHall Transportation - 6 2.46e+03 -2.92e+03 5e+03 3.84e-06 0 0 1.14e+04 Tank Transportation - 7 1.7e+03 -5e+03 3.59e+03 3.84e-06 0 2.62e+03 1.4e+04 expHall Transportation - 8 -1.59e+03 -1e+04 -1.64e+03 3.84e-06 0 7.95e+03 2.2e+04 world Transportation - 9 -4.89e+03 -1.5e+04 -6.87e+03 3.84e-06 0 7.95e+03 3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 183 129 236 0.0748 0 0 0 Tank initStep - 1 183 129 236 0.0724 0.00241 0.00689 0.00689 Tank msc - 2 183 130 236 0.0605 0.0119 0.0313 0.0382 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 90 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 183 129 236 2.25e-06 0 0 0 Tank initStep - 1 1.44e+03 4.83e+03 5e+03 2.25e-06 0 6.81e+03 6.81e+03 expHall Transportation - 2 3.27e+03 1e+04 7.18e+03 2.25e-06 0 5.9e+03 1.27e+04 world Transportation - 3 5.03e+03 1.5e+04 9.28e+03 2.25e-06 0 5.7e+03 1.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 183 130 236 0.0605 0 0 0.0382 Tank initStep - 3 183 130 236 0.0582 0.0023 0.00474 0.0429 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 90 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 183 130 236 3.45e-06 0 0 0 Tank initStep - 1 -183 2e+03 5.37 3.45e-06 0 1.92e+03 1.92e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 183 130 236 0.0582 0 0 0.0429 Tank initStep - 4 183 130 236 0.0557 0.00244 0.00443 0.0474 Tank msc - 5 183 130 236 0.0369 0.0188 0.0247 0.0721 Tank eIoni - 6 183 130 236 0.0195 0.0174 0.0177 0.0898 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 90 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 183 130 236 2.24e-06 0 0 0 Tank initStep - 1 1.93e+03 1.6e+03 1.65e+03 2.24e-06 2.24e-06 2.69e+03 2.69e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 183 130 236 0.0195 0 0 0.0898 Tank initStep - 7 183 130 236 0.0186 0.000934 0.000642 0.0905 Tank msc - 8 183 130 236 0 0.0186 0.00737 0.0978 Tank eIoni - 9 183 130 236 0 0 0 0.0978 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 337 115 252 0.108 0 0 0 Tank initStep - 1 337 115 252 0.107 0.00132 0.013 0.013 Tank msc - 2 337 115 252 0.0806 0.0263 0.0473 0.0603 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 89 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 337 115 252 2.4e-06 0 0 0 Tank initStep - 1 -2.74e+03 3.23e+03 2.79e+03 2.4e-06 2.4e-06 5.06e+03 5.06e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 337 115 252 0.0806 0 0 0.0603 Tank initStep - 3 337 115 252 0.0775 0.00309 0.00784 0.0681 Tank msc - 4 337 115 252 0.0637 0.0138 0.0334 0.102 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 89 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 337 115 252 3.38e-06 0 0 0 Tank initStep - 1 -2.76e+03 5e+03 -104 3.38e-06 0 5.8e+03 5.8e+03 expHall Transportation - 2 -9.17e+03 1e+04 -1.03e+03 3.38e-06 0 8.18e+03 1.4e+04 world Transportation - 3 -1.5e+04 1.45e+04 -1.88e+03 3.38e-06 0 7.44e+03 2.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 89 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 337 115 252 2.28e-06 0 0 0 Tank initStep - 1 -5e+03 4.94e+03 465 2.28e-06 0 7.2e+03 7.2e+03 expHall Transportation - 2 -7.38e+03 1e+04 442 2.28e-06 0 5.59e+03 1.28e+04 world Transportation - 3 -9.73e+03 1.5e+04 418 2.28e-06 0 5.53e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 89 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 337 115 252 3.32e-06 0 0 0 Tank initStep - 1 -410 1.02e+03 2.07e+03 3.32e-06 3.32e-06 2.16e+03 2.16e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 337 115 252 0.0637 0 0 0.102 Tank initStep - 5 337 115 252 0.0616 0.00213 0.00519 0.107 Tank msc - 6 337 115 252 0.041 0.0206 0.0269 0.134 Tank eIoni - 7 337 115 252 0.0173 0.0237 0.0193 0.153 Tank eIoni - 8 337 115 252 0 0.0173 0.00648 0.159 Tank eIoni - 9 337 115 252 0 0 0 0.159 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 89 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 337 115 252 3.24e-06 0 0 0 Tank initStep - 1 2.41e+03 2.48e+03 -5e+03 3.24e-06 0 6.12e+03 6.12e+03 expHall Transportation - 2 6.56e+03 5.32e+03 -1e+04 3.24e-06 0 7.1e+03 1.32e+04 world Transportation - 3 1.07e+04 8.16e+03 -1.5e+04 3.24e-06 0 7.1e+03 2.03e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.4 194 0.202 0 0 0 Tank initStep - 1 348 97.4 194 0.194 0.00734 0.0362 0.0362 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.4 194 3.36e-06 0 0 0 Tank initStep - 1 -5e+03 -989 -2.39e+03 3.36e-06 0 6.04e+03 6.04e+03 expHall Transportation - 2 -1e+04 -1.63e+03 -6.26e+03 3.36e-06 0 6.36e+03 1.24e+04 world Transportation - 3 -1.5e+04 -2.28e+03 -1.01e+04 3.36e-06 0 6.36e+03 1.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 348 97.4 194 0.194 0 0 0.0362 Tank initStep - 2 348 97.4 194 0.186 0.00824 0.0341 0.0702 Tank msc - 3 348 97.3 194 0.143 0.0431 0.0953 0.166 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.3 194 3.69e-06 0 0 0 Tank initStep - 1 -5e+03 -1.45e+03 3e+03 3.69e-06 0 6.23e+03 6.23e+03 expHall Transportation - 2 -1e+04 -3.65e+03 6.4e+03 3.69e-06 0 6.43e+03 1.27e+04 world Transportation - 3 -1.5e+04 -5.86e+03 9.79e+03 3.69e-06 0 6.43e+03 1.91e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.3 194 2.81e-06 0 0 0 Tank initStep - 1 -5e+03 4.44e+03 814 2.81e-06 0 6.92e+03 6.92e+03 expHall Transportation - 2 -5e+03 4.44e+03 814 2.81e-06 0 0 6.92e+03 Tank Transportation - 3 -4.72e+03 5e+03 929 2.81e-06 0 633 7.55e+03 expHall Transportation - 4 -4.72e+03 5e+03 929 2.81e-06 0 0 7.55e+03 Tank Transportation - 5 5e+03 2.6e+03 3.87e+03 2.81e-06 0 1.04e+04 1.8e+04 expHall Transportation - 6 5e+03 2.6e+03 3.87e+03 2.81e-06 0 0 1.8e+04 Tank Transportation - 7 4.51e+03 1.7e+03 4.3e+03 2.81e-06 2.81e-06 1.11e+03 1.91e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 348 97.3 194 0.143 0 0 0.166 Tank initStep - 4 348 97.3 194 0.139 0.00372 0.0207 0.186 Tank msc - 5 348 97.3 194 0.113 0.026 0.0652 0.251 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.3 194 3.97e-06 0 0 0 Tank initStep - 1 -493 2.17e+03 5e+03 3.97e-06 0 5.3e+03 5.3e+03 expHall Transportation - 2 -493 2.17e+03 5e+03 3.97e-06 0 0 5.3e+03 Tank Transportation - 3 -2.01e+03 5e+03 2.5e+03 3.97e-06 0 4.07e+03 9.37e+03 expHall Transportation - 4 -2.01e+03 5e+03 2.5e+03 3.97e-06 0 0 9.37e+03 Tank Transportation - 5 -3.39e+03 -1.52e+03 2.07e+03 3.97e-06 3.97e-06 6.68e+03 1.6e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 348 97.3 194 0.113 0 0 0.251 Tank initStep - 6 348 97.3 194 0.109 0.00451 0.0141 0.266 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.3 194 3.48e-06 0 0 0 Tank initStep - 1 -771 -488 -187 3.48e-06 3.48e-06 1.32e+03 1.32e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 348 97.3 194 0.109 0 0 0.266 Tank initStep - 7 348 97.3 194 0.105 0.00411 0.0131 0.279 Tank msc - 8 348 97.3 194 0.0868 0.018 0.0462 0.325 Tank eIoni - 9 348 97.4 194 0.0717 0.0151 0.0376 0.362 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.3 194 2.91e-06 0 0 0 Tank initStep - 1 -2.25e+03 -293 5e+03 2.91e-06 0 5.48e+03 5.48e+03 expHall Transportation - 2 -2.25e+03 -293 5e+03 2.91e-06 0 0 5.48e+03 Tank Transportation - 3 -5e+03 1.56e+03 2.15e+03 2.91e-06 0 4.37e+03 9.85e+03 expHall Transportation - 4 -5e+03 1.56e+03 2.15e+03 2.91e-06 0 0 9.85e+03 Tank Transportation - 5 5e+03 4.74e+03 4.67e+03 2.91e-06 0 1.08e+04 2.06e+04 expHall Transportation - 6 5e+03 4.74e+03 4.67e+03 2.91e-06 0 0 2.06e+04 Tank Transportation - 7 4.89e+03 5e+03 4.77e+03 2.91e-06 0 302 2.09e+04 expHall Transportation - 8 4.89e+03 5e+03 4.77e+03 2.91e-06 0 0 2.09e+04 Tank Transportation - 9 -5e+03 -3.47e+03 685 2.91e-06 0 1.36e+04 3.46e+04 expHall Transportation - 10 -5e+03 -3.47e+03 685 2.91e-06 0 0 3.46e+04 Tank Transportation - 11 -3.37e+03 -5e+03 1.2e+03 2.91e-06 0 2.3e+03 3.69e+04 expHall Transportation - 12 -3.37e+03 -5e+03 1.2e+03 2.91e-06 0 0 3.69e+04 Tank Transportation - 13 5e+03 756 -426 2.91e-06 0 1.03e+04 4.72e+04 expHall Transportation - 14 5e+03 756 -426 2.91e-06 0 0 4.72e+04 Tank Transportation - 15 762 1.9e+03 -5e+03 2.91e-06 0 6.34e+03 5.35e+04 expHall Transportation - 16 762 1.9e+03 -5e+03 2.91e-06 0 0 5.35e+04 Tank Transportation - 17 -3.8e+03 5e+03 -4.03e+03 2.91e-06 0 5.6e+03 5.91e+04 expHall Transportation - 18 -3.8e+03 5e+03 -4.03e+03 2.91e-06 0 0 5.91e+04 Tank Transportation - 19 -5e+03 3.64e+03 -3.96e+03 2.91e-06 0 1.81e+03 6.09e+04 expHall Transportation - 20 -5e+03 3.64e+03 -3.96e+03 2.91e-06 0 0 6.09e+04 Tank Transportation - 21 -4.71e+03 2.81e+03 -3.74e+03 2.91e-06 2.91e-06 907 6.18e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 348 97.4 194 0.0717 0 0 0.362 Tank initStep - 10 348 97.4 194 0.0671 0.00463 0.0064 0.369 Tank msc - 11 348 97.4 194 0.0548 0.0123 0.0291 0.398 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.4 194 2.47e-06 0 0 0 Tank initStep - 1 -1.12e+03 -5e+03 1.16e+03 2.47e-06 0 5.39e+03 5.39e+03 expHall Transportation - 2 -7.31e+03 -1e+04 2.5e+03 2.47e-06 0 8.07e+03 1.35e+04 world Transportation - 3 -1.35e+04 -1.5e+04 3.83e+03 2.47e-06 0 8.07e+03 2.15e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 348 97.4 194 0.0548 0 0 0.398 Tank initStep - 12 348 97.4 194 0.0526 0.00224 0.00399 0.402 Tank msc - 13 348 97.4 194 0.0407 0.0119 0.0236 0.426 Tank eIoni - 14 348 97.4 194 0.0274 0.0132 0.0192 0.445 Tank eIoni - 15 348 97.4 194 0.00557 0.0219 0.0135 0.458 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 88 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 97.4 194 2.47e-06 0 0 0 Tank initStep - 1 2.25e+03 -5e+03 -528 2.47e-06 0 5.49e+03 5.49e+03 expHall Transportation - 2 6.19e+03 -1e+04 -1.34e+03 2.47e-06 0 6.42e+03 1.19e+04 world Transportation - 3 1.01e+04 -1.5e+04 -2.15e+03 2.47e-06 0 6.42e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 348 97.4 194 0.00557 0 0 0.458 Tank initStep - 16 348 97.4 194 0.00532 0.000248 7.1e-05 0.458 Tank msc - 17 348 97.4 194 0 0.00532 0.00082 0.459 Tank eIoni - 18 348 97.4 194 0 0 0 0.459 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.644 -0.262 -0.071 3.54e-06 0 0 0 Tank initStep - 1 2.01e+03 -5e+03 372 3.54e-06 0 5.4e+03 5.4e+03 expHall Transportation - 2 2.01e+03 -5e+03 372 3.54e-06 0 0 5.4e+03 Tank Transportation - 3 5e+03 -2.33e+03 1.21e+03 3.54e-06 0 4.09e+03 9.49e+03 expHall Transportation - 4 5e+03 -2.33e+03 1.21e+03 3.54e-06 0 0 9.49e+03 Tank Transportation - 5 -1.29e+03 3.92e+03 5e+03 3.54e-06 0 9.64e+03 1.91e+04 expHall Transportation - 6 -1.29e+03 3.92e+03 5e+03 3.54e-06 0 0 1.91e+04 Tank Transportation - 7 -1.5e+03 5e+03 3.49e+03 3.54e-06 0 1.87e+03 2.1e+04 expHall Transportation - 8 -1.5e+03 5e+03 3.49e+03 3.54e-06 0 0 2.1e+04 Tank Transportation - 9 -5e+03 786 -8.38 3.54e-06 0 6.5e+03 2.75e+04 expHall Transportation - 10 -5e+03 786 -8.38 3.54e-06 0 0 2.75e+04 Tank Transportation - 11 5e+03 -4.11e+03 -3.6e+03 3.54e-06 0 1.17e+04 3.92e+04 expHall Transportation - 12 5e+03 -4.11e+03 -3.6e+03 3.54e-06 0 0 3.92e+04 Tank Transportation - 13 3.53e+03 -5e+03 -4.62e+03 3.54e-06 0 2e+03 4.12e+04 expHall Transportation - 14 3.53e+03 -5e+03 -4.62e+03 3.54e-06 0 0 4.12e+04 Tank Transportation - 15 3.53e+03 -4.17e+03 -5e+03 3.54e-06 0 911 4.21e+04 expHall Transportation - 16 3.53e+03 -4.17e+03 -5e+03 3.54e-06 0 0 4.21e+04 Tank Transportation - 17 2.5e+03 1.48e+03 -3.34e+03 3.54e-06 3.54e-06 5.98e+03 4.81e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.139 -0.0102 -0.00628 0.473 0.0269 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0725 -0.00531 -0.00328 2.19e-06 0 0 0 Tank initStep - 1 3.07e+03 -2.07e+03 5e+03 2.19e-06 0 6.22e+03 6.22e+03 expHall Transportation - 2 7.3e+03 -3.8e+03 1e+04 2.19e-06 0 6.77e+03 1.3e+04 world Transportation - 3 1.15e+04 -5.54e+03 1.5e+04 2.19e-06 0 6.77e+03 1.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0919 -0.00674 -0.00417 2.4e-06 0 0 0 Tank initStep - 1 461 2e+03 -263 2.4e-06 2.4e-06 2.07e+03 2.07e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0964 -0.00707 -0.00437 2.88e-06 0 0 0 Tank initStep - 1 -2.57e+03 5e+03 3.38e+03 2.88e-06 0 6.56e+03 6.56e+03 expHall Transportation - 2 -2.57e+03 5e+03 3.38e+03 2.88e-06 0 0 6.56e+03 Tank Transportation - 3 -4.36e+03 3.73e+03 5e+03 2.88e-06 0 2.73e+03 9.29e+03 expHall Transportation - 4 -4.36e+03 3.73e+03 5e+03 2.88e-06 0 0 9.29e+03 Tank Transportation - 5 -5e+03 2.94e+03 4.24e+03 2.88e-06 0 1.27e+03 1.06e+04 expHall Transportation - 6 -5e+03 2.94e+03 4.24e+03 2.88e-06 0 0 1.06e+04 Tank Transportation - 7 353 2.2e+03 500 2.88e-06 0 6.57e+03 1.71e+04 Bubble Transportation - 8 353 2.2e+03 500 2.88e-06 0 0 1.71e+04 Tank Transportation - 9 3.51e+03 1.76e+03 2.71e+03 2.88e-06 2.88e-06 3.88e+03 2.1e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.074 -0.00543 -0.00335 2.06e-06 0 0 0 Tank initStep - 1 131 -2.5e+03 -2.34e+03 2.06e-06 2.06e-06 3.43e+03 3.43e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00182 -0.000133 -8.24e-05 3.66e-06 0 0 0 Tank initStep - 1 5e+03 -25 1.71e+03 3.66e-06 0 5.28e+03 5.28e+03 expHall Transportation - 2 5e+03 -25 1.71e+03 3.66e-06 0 0 5.28e+03 Tank Transportation - 3 98.4 -2.52e+03 5e+03 3.66e-06 0 6.41e+03 1.17e+04 expHall Transportation - 4 98.4 -2.52e+03 5e+03 3.66e-06 0 0 1.17e+04 Tank Transportation - 5 -3.84e+03 -5e+03 -1.87e+03 3.66e-06 0 8.3e+03 2e+04 expHall Transportation - 6 -3.84e+03 -5e+03 -1.87e+03 3.66e-06 0 0 2e+04 Tank Transportation - 7 -5e+03 -2.58e+03 -3.34e+03 3.66e-06 0 3.06e+03 2.3e+04 expHall Transportation - 8 -5e+03 -2.58e+03 -3.34e+03 3.66e-06 0 0 2.3e+04 Tank Transportation - 9 -4.02e+03 -376 -4.3e+03 3.66e-06 3.66e-06 2.6e+03 2.56e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0425 -0.00312 -0.00193 2.55e-06 0 0 0 Tank initStep - 1 5e+03 -1.26e+03 -3.16e+03 2.55e-06 0 6.05e+03 6.05e+03 expHall Transportation - 2 9.8e+03 -5.34e+03 -1e+04 2.55e-06 0 9.3e+03 1.53e+04 world Transportation - 3 1.33e+04 -8.32e+03 -1.5e+04 2.55e-06 0 6.8e+03 2.21e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0868 -0.00636 -0.00393 3.46e-06 0 0 0 Tank initStep - 1 5e+03 2.39e+03 -1.18e+03 3.46e-06 0 5.67e+03 5.67e+03 expHall Transportation - 2 5e+03 2.39e+03 -1.18e+03 3.46e-06 0 0 5.67e+03 Tank Transportation - 3 2.74e+03 5e+03 -1.29e+03 3.46e-06 0 3.46e+03 9.12e+03 expHall Transportation - 4 2.74e+03 5e+03 -1.29e+03 3.46e-06 0 0 9.12e+03 Tank Transportation - 5 -3.56e+03 -1.27e+03 5e+03 3.46e-06 0 1.09e+04 2e+04 expHall Transportation - 6 -3.56e+03 -1.27e+03 5e+03 3.46e-06 0 0 2e+04 Tank Transportation - 7 -5e+03 -2.58e+03 4.73e+03 3.46e-06 0 1.96e+03 2.2e+04 expHall Transportation - 8 -9.24e+03 -1e+04 2.54e+03 3.46e-06 0 8.82e+03 3.08e+04 world Transportation - 9 -1.21e+04 -1.5e+04 1.07e+03 3.46e-06 0 5.95e+03 3.67e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0241 -0.00176 -0.00109 2.89e-06 0 0 0 Tank initStep - 1 5e+03 -1.66e+03 -3.06e+03 2.89e-06 0 6.09e+03 6.09e+03 expHall Transportation - 2 8.83e+03 -7.29e+03 -1e+04 2.89e-06 0 9.72e+03 1.58e+04 world Transportation - 3 1.16e+04 -1.13e+04 -1.5e+04 2.89e-06 0 7e+03 2.28e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.139 -0.0102 -0.00628 0.473 0 0 0.139 Tank initStep - 2 0.263 -0.00551 -0.00249 0.391 0.0818 0.125 0.264 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.181 -0.00858 -0.00499 2.47e-06 0 0 0 Tank initStep - 1 -5e+03 -2.23e+03 -3.19e+03 2.47e-06 0 6.34e+03 6.34e+03 expHall Transportation - 2 -8.46e+03 -9.25e+03 -1e+04 2.47e-06 0 1.04e+04 1.67e+04 world Transportation - 3 -1.1e+04 -1.44e+04 -1.5e+04 2.47e-06 0 7.62e+03 2.43e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.17 -0.00898 -0.00532 3.28e-06 0 0 0 Tank initStep - 1 2.42e+03 -5e+03 1.36e+03 3.28e-06 0 5.72e+03 5.72e+03 expHall Transportation - 2 6.59e+03 -1e+04 4.52e+03 3.28e-06 0 7.24e+03 1.3e+04 world Transportation - 3 1.08e+04 -1.5e+04 7.69e+03 3.28e-06 0 7.24e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.22 -0.00713 -0.00381 3.69e-06 0 0 0 Tank initStep - 1 4.5e+03 5e+03 -753 3.69e-06 0 6.77e+03 6.77e+03 expHall Transportation - 2 4.5e+03 5e+03 -753 3.69e-06 0 0 6.77e+03 Tank Transportation - 3 5e+03 4.89e+03 -796 3.69e-06 0 509 7.28e+03 expHall Transportation - 4 1e+04 1.77e+03 -2.32e+03 3.69e-06 0 6.09e+03 1.34e+04 world Transportation - 5 1.5e+04 -1.36e+03 -3.84e+03 3.69e-06 0 6.09e+03 1.95e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.162 -0.00928 -0.00557 3.39e-06 0 0 0 Tank initStep - 1 5e+03 3.31e+03 2.17e+03 3.39e-06 0 6.38e+03 6.38e+03 expHall Transportation - 2 1e+04 6.15e+03 3.28e+03 3.39e-06 0 5.86e+03 1.22e+04 world Transportation - 3 1.5e+04 8.99e+03 4.39e+03 3.39e-06 0 5.86e+03 1.81e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.261 -0.00557 -0.00254 3.23e-06 0 0 0 Tank initStep - 1 5e+03 698 -1.69e+03 3.23e-06 0 5.32e+03 5.32e+03 expHall Transportation - 2 5e+03 698 -1.69e+03 3.23e-06 0 0 5.32e+03 Tank Transportation - 3 3.84e+03 370 -5e+03 3.23e-06 0 3.52e+03 8.85e+03 expHall Transportation - 4 1.14e+03 -154 -1e+04 3.23e-06 0 5.71e+03 1.46e+04 world Transportation - 5 -1.56e+03 -678 -1.5e+04 3.23e-06 0 5.71e+03 2.03e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.144 -0.00994 -0.0061 3.45e-06 0 0 0 Tank initStep - 1 5e+03 720 -910 3.45e-06 0 5.13e+03 5.13e+03 expHall Transportation - 2 1e+04 2.38e+03 -2.57e+03 3.45e-06 0 5.52e+03 1.07e+04 world Transportation - 3 1.5e+04 4.05e+03 -4.22e+03 3.45e-06 0 5.52e+03 1.62e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.263 -0.00551 -0.00249 0.391 0 0 0.264 Tank initStep - 3 0.346 -0.00276 0.014 0.371 0.0206 0.0853 0.35 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.273 -0.00519 -0.000584 3.71e-06 0 0 0 Tank initStep - 1 -377 2.41e+03 1.26e+03 3.71e-06 3.71e-06 2.75e+03 2.75e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.278 -0.00503 0.000414 3.3e-06 0 0 0 Tank initStep - 1 5e+03 412 -117 3.3e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 1e+04 4.84e+03 3.2e+03 3.3e-06 0 7.45e+03 1.25e+04 world Transportation - 3 1.5e+04 9.27e+03 6.51e+03 3.3e-06 0 7.45e+03 1.99e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.289 -0.00463 0.00278 2.08e-06 0 0 0 Tank initStep - 1 2.95e+03 -4.81e+03 3.47e+03 2.08e-06 2.08e-06 6.62e+03 6.62e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.314 -0.0038 0.00778 3.78e-06 0 0 0 Tank initStep - 1 1.58e+03 802 93.7 3.78e-06 3.78e-06 1.77e+03 1.77e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.346 -0.00276 0.014 0.371 0 0 0.35 Tank initStep - 4 0.422 -0.00332 0.00771 0.357 0.0137 0.0765 0.426 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.39 -0.00308 0.0104 3.37e-06 0 0 0 Tank initStep - 1 5e+03 -1.41e+03 -2.39e+03 3.37e-06 0 5.72e+03 5.72e+03 expHall Transportation - 2 5e+03 -1.41e+03 -2.39e+03 3.37e-06 0 0 5.72e+03 Tank Transportation - 3 4.77e+03 -320 -1.06e+03 3.37e-06 3.37e-06 1.73e+03 7.45e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.422 -0.00332 0.00771 0.357 0 0 0.426 Tank initStep - 5 0.487 0.00434 -0.0178 0.337 0.0195 0.071 0.497 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.484 0.00397 -0.0165 2.35e-06 0 0 0 Tank initStep - 1 5e+03 125 305 2.35e-06 0 5.01e+03 5.01e+03 expHall Transportation - 2 1e+04 -471 608 2.35e-06 0 5.04e+03 1.01e+04 world Transportation - 3 1.5e+04 -1.07e+03 911 2.35e-06 0 5.04e+03 1.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.487 0.00434 -0.0178 0.337 0 0 0.497 Tank initStep - 6 0.538 0.029 -0.0433 0.323 0.0141 0.0635 0.561 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.517 0.0185 -0.0325 2.46e-06 0 0 0 Tank initStep - 1 -5e+03 2.84e+03 1.55e+03 2.46e-06 0 5.96e+03 5.96e+03 expHall Transportation - 2 -5e+03 2.84e+03 1.55e+03 2.46e-06 0 0 5.96e+03 Tank Transportation - 3 -3.09e+03 5e+03 2.44e+03 2.46e-06 0 3.02e+03 8.97e+03 expHall Transportation - 4 -3.09e+03 5e+03 2.44e+03 2.46e-06 0 0 8.97e+03 Tank Transportation - 5 -3.01e+03 3.61e+03 2.72e+03 2.46e-06 2.46e-06 1.43e+03 1.04e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.538 0.029 -0.0433 0.323 0 0 0.561 Tank initStep - 7 0.585 0.0521 -0.0679 0.313 0.0102 0.0583 0.619 Tank Cerenkov - 8 0.622 0.0758 -0.0975 0.307 0.00662 0.0547 0.674 Tank Cerenkov - 9 0.663 0.0926 -0.122 0.3 0.00693 0.0524 0.726 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.645 0.085 -0.111 4.08e-06 0 0 0 Tank initStep - 1 -3.55e+03 2.1e+03 2.45e+03 4.08e-06 4.08e-06 4.8e+03 4.8e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.623 0.0763 -0.0982 4.08e-06 0 0 0 Tank initStep - 1 -2.2e+03 5e+03 -2.03e+03 4.08e-06 0 5.83e+03 5.83e+03 expHall Transportation - 2 -6.64e+03 1e+04 -3.52e+03 4.08e-06 0 6.85e+03 1.27e+04 world Transportation - 3 -1.11e+04 1.5e+04 -5e+03 4.08e-06 0 6.85e+03 1.95e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.663 0.0926 -0.122 0.3 0 0 0.726 Tank initStep - 10 0.693 0.128 -0.141 0.284 0.0161 0.0501 0.776 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.686 0.12 -0.137 2.25e-06 0 0 0 Tank initStep - 1 713 5e+03 1.35e+03 2.25e-06 0 5.23e+03 5.23e+03 expHall Transportation - 2 2.09e+03 1e+04 5.46e+03 2.25e-06 0 6.62e+03 1.18e+04 world Transportation - 3 3.47e+03 1.5e+04 9.58e+03 2.25e-06 0 6.62e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.664 0.0933 -0.123 2.8e-06 0 0 0 Tank initStep - 1 5e+03 4.31e+03 -4.88e+03 2.8e-06 0 8.21e+03 8.21e+03 expHall Transportation - 2 5e+03 4.31e+03 -4.88e+03 2.8e-06 0 0 8.21e+03 Tank Transportation - 3 4.84e+03 4.44e+03 -5e+03 2.8e-06 0 240 8.45e+03 expHall Transportation - 4 4.84e+03 4.44e+03 -5e+03 2.8e-06 0 0 8.45e+03 Tank Transportation - 5 3.58e+03 5e+03 -2.97e+03 2.8e-06 0 2.46e+03 1.09e+04 expHall Transportation - 6 3.58e+03 5e+03 -2.97e+03 2.8e-06 0 0 1.09e+04 Tank Transportation - 7 3.87e+03 -2.07e+03 5e+03 2.8e-06 0 1.07e+04 2.16e+04 expHall Transportation - 8 3.87e+03 -2.07e+03 5e+03 2.8e-06 0 0 2.16e+04 Tank Transportation - 9 5e+03 -4.3e+03 2.31e+03 2.8e-06 0 3.67e+03 2.52e+04 expHall Transportation - 10 5e+03 -4.3e+03 2.31e+03 2.8e-06 0 0 2.52e+04 Tank Transportation - 11 4.59e+03 -5e+03 1.66e+03 2.8e-06 0 1.04e+03 2.63e+04 expHall Transportation - 12 4.59e+03 -5e+03 1.66e+03 2.8e-06 0 0 2.63e+04 Tank Transportation - 13 5e+03 49.5 -3e+03 2.8e-06 0 6.88e+03 3.32e+04 expHall Transportation - 14 5e+03 49.5 -3e+03 2.8e-06 0 0 3.32e+04 Tank Transportation - 15 3.13e+03 2.63e+03 -5e+03 2.8e-06 0 3.76e+03 3.69e+04 expHall Transportation - 16 3.13e+03 2.63e+03 -5e+03 2.8e-06 0 0 3.69e+04 Tank Transportation - 17 1.77e+03 5e+03 -4.44e+03 2.8e-06 0 2.79e+03 3.97e+04 expHall Transportation - 18 -7.23e+03 1e+04 -660 2.8e-06 0 1.1e+04 5.07e+04 world Transportation - 19 -1.5e+04 1.43e+04 2.6e+03 2.8e-06 0 9.47e+03 6.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.693 0.128 -0.141 0.284 0 0 0.776 Tank initStep - 11 0.714 0.167 -0.148 0.273 0.0104 0.045 0.821 Tank Cerenkov - 12 0.73 0.203 -0.156 0.237 0.0363 0.0418 0.863 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.723 0.187 -0.152 3.73e-06 0 0 0 Tank initStep - 1 44.4 173 -1.21e+03 3.73e-06 3.73e-06 1.22e+03 1.22e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 0.73 0.203 -0.156 0.237 0 0 0.863 Tank initStep - 13 0.751 0.24 -0.172 0.228 0.00856 0.0451 0.908 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.731 0.204 -0.156 2.49e-06 0 0 0 Tank initStep - 1 -1.22e+03 4.1e+03 -2.63e+03 2.49e-06 2.49e-06 5.02e+03 5.02e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 0.751 0.24 -0.172 0.228 0 0 0.908 Tank initStep - 14 0.764 0.275 -0.19 0.219 0.00907 0.0425 0.951 Tank msc - 15 0.779 0.357 -0.248 0.194 0.0256 0.115 1.07 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.765 0.281 -0.194 2.2e-06 0 0 0 Tank initStep - 1 2.32e+03 5e+03 608 2.2e-06 0 5.55e+03 5.55e+03 expHall Transportation - 2 4.2e+03 1e+04 1.66e+03 2.2e-06 0 5.44e+03 1.1e+04 world Transportation - 3 6.07e+03 1.5e+04 2.71e+03 2.2e-06 0 5.44e+03 1.64e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.77 0.309 -0.214 3.35e-06 0 0 0 Tank initStep - 1 5e+03 -741 -1.42e+03 3.35e-06 0 5.25e+03 5.25e+03 expHall Transportation - 2 1e+04 -1.53e+03 -2.46e+03 3.35e-06 0 5.17e+03 1.04e+04 world Transportation - 3 1.5e+04 -2.32e+03 -3.5e+03 3.35e-06 0 5.17e+03 1.56e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.777 0.347 -0.241 3.67e-06 0 0 0 Tank initStep - 1 1.83e+03 1e+03 3.37e+03 3.67e-06 0 3.96e+03 3.96e+03 Tank OpRayleigh - 2 913 -1.55e+03 5e+03 3.67e-06 0 3.17e+03 7.13e+03 expHall Transportation - 3 913 -1.55e+03 5e+03 3.67e-06 0 0 7.13e+03 Tank Transportation - 4 -286 -5e+03 3.85e+03 3.67e-06 0 3.83e+03 1.1e+04 expHall Transportation - 5 -4.34e+03 -1e+04 1.69e+03 3.67e-06 0 6.79e+03 1.77e+04 world Transportation - 6 -8.4e+03 -1.5e+04 -464 3.67e-06 0 6.79e+03 2.45e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.779 0.357 -0.248 3.8e-06 0 0 0 Tank initStep - 1 -5e+03 3.1e+03 9.88 3.8e-06 0 5.89e+03 5.89e+03 expHall Transportation - 2 -1e+04 8.99e+03 -466 3.8e-06 0 7.74e+03 1.36e+04 world Transportation - 3 -1.5e+04 1.49e+04 -942 3.8e-06 0 7.74e+03 2.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.771 0.315 -0.218 2.42e-06 0 0 0 Tank initStep - 1 -2.41e+03 5e+03 3.16e+03 2.42e-06 0 6.39e+03 6.39e+03 expHall Transportation - 2 -2.41e+03 5e+03 3.16e+03 2.42e-06 0 0 6.39e+03 Tank Transportation - 3 -4.75e+03 745 5e+03 2.42e-06 0 5.2e+03 1.16e+04 expHall Transportation - 4 -4.75e+03 745 5e+03 2.42e-06 0 0 1.16e+04 Tank Transportation - 5 -5e+03 472 4.71e+03 2.42e-06 0 465 1.2e+04 expHall Transportation - 6 -5e+03 472 4.71e+03 2.42e-06 0 0 1.2e+04 Tank Transportation - 7 2.74e+03 -3.18e+03 -2.59e+03 2.42e-06 2.42e-06 1.12e+04 2.33e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 0.779 0.357 -0.248 0.194 0 0 1.07 Tank initStep - 16 0.782 0.382 -0.269 0.186 0.00717 0.0326 1.1 Tank msc - 17 0.782 0.445 -0.32 0.161 0.0257 0.0924 1.19 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.782 0.401 -0.285 3.7e-06 0 0 0 Tank initStep - 1 2.5e+03 -3.77e+03 -5e+03 3.7e-06 0 6.74e+03 6.74e+03 expHall Transportation - 2 2.5e+03 -3.77e+03 -5e+03 3.7e-06 0 0 6.74e+03 Tank Transportation - 3 2.82e+03 -5e+03 -4.39e+03 3.7e-06 0 1.41e+03 8.15e+03 expHall Transportation - 4 -53.5 -1e+04 877 3.7e-06 0 7.81e+03 1.6e+04 world Transportation - 5 -2.92e+03 -1.5e+04 6.15e+03 3.7e-06 0 7.81e+03 2.38e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 0.782 0.445 -0.32 0.161 0 0 1.19 Tank initStep - 18 0.79 0.466 -0.312 0.153 0.00785 0.024 1.22 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.788 0.461 -0.314 3.38e-06 0 0 0 Tank initStep - 1 -2.25e+03 5e+03 882 3.38e-06 0 5.55e+03 5.55e+03 expHall Transportation - 2 -4.62e+03 1e+04 457 3.38e-06 0 5.55e+03 1.11e+04 world Transportation - 3 -6.99e+03 1.5e+04 31.9 3.38e-06 0 5.55e+03 1.67e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 0.79 0.466 -0.312 0.153 0 0 1.22 Tank initStep - 19 0.794 0.486 -0.305 0.146 0.00685 0.0221 1.24 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.792 0.475 -0.309 3.66e-06 0 0 0 Tank initStep - 1 5e+03 -1.77e+03 -1.62e+03 3.66e-06 0 5.55e+03 5.55e+03 expHall Transportation - 2 1e+04 -4.88e+03 -4.84e+03 3.66e-06 0 6.71e+03 1.23e+04 world Transportation - 3 1.5e+04 -7.99e+03 -8.05e+03 3.66e-06 0 6.71e+03 1.9e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 0.794 0.486 -0.305 0.146 0 0 1.24 Tank initStep - 20 0.805 0.501 -0.297 0.141 0.00472 0.0204 1.26 Tank msc - 21 0.843 0.523 -0.263 0.119 0.0223 0.064 1.32 Tank eIoni - 22 0.854 0.558 -0.239 0.104 0.0155 0.0517 1.37 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.854 0.557 -0.239 4.07e-06 0 0 0 Tank initStep - 1 -1.48e+03 -5e+03 3.67e+03 4.07e-06 0 6.38e+03 6.38e+03 expHall Transportation - 2 -1.48e+03 -5e+03 3.67e+03 4.07e-06 0 0 6.38e+03 Tank Transportation - 3 -2.03e+03 -3.26e+03 5e+03 4.07e-06 0 2.26e+03 8.64e+03 expHall Transportation - 4 -2.03e+03 -3.26e+03 5e+03 4.07e-06 0 0 8.64e+03 Tank Transportation - 5 -630 5e+03 -50.3 4.07e-06 0 9.78e+03 1.84e+04 expHall Transportation - 6 730 1e+04 -9.11e+03 4.07e-06 0 1.04e+04 2.89e+04 world Transportation - 7 1.61e+03 1.32e+04 -1.5e+04 4.07e-06 0 6.78e+03 3.56e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 22 0.854 0.558 -0.239 0.104 0 0 1.37 Tank initStep - 23 0.858 0.569 -0.238 0.0999 0.00366 0.0114 1.38 Tank msc - 24 0.873 0.601 -0.234 0.0858 0.0141 0.0421 1.43 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.871 0.597 -0.235 3.34e-06 0 0 0 Tank initStep - 1 865 -5e+03 293 3.34e-06 0 5.08e+03 5.08e+03 expHall Transportation - 2 3.55e+03 -1e+04 1.71e+03 3.34e-06 0 5.85e+03 1.09e+04 world Transportation - 3 6.23e+03 -1.5e+04 3.12e+03 3.34e-06 0 5.85e+03 1.68e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 24 0.873 0.601 -0.234 0.0858 0 0 1.43 Tank initStep - 25 0.867 0.601 -0.229 0.0837 0.00212 0.00823 1.44 Tank msc - 26 0.849 0.593 -0.208 0.0705 0.0132 0.0349 1.47 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.862 0.599 -0.224 2.33e-06 0 0 0 Tank initStep - 1 2.81e+03 -5e+03 -3.22e+03 2.33e-06 0 6.58e+03 6.58e+03 expHall Transportation - 2 2.81e+03 -5e+03 -3.22e+03 2.33e-06 0 0 6.58e+03 Tank Transportation - 3 3.1e+03 -3.52e+03 -4.2e+03 2.33e-06 2.33e-06 1.8e+03 8.38e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 26 0.849 0.593 -0.208 0.0705 0 0 1.47 Tank initStep - 27 0.843 0.593 -0.21 0.068 0.00255 0.00583 1.48 Tank msc - 28 0.824 0.585 -0.219 0.0534 0.0146 0.0285 1.5 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.841 0.592 -0.211 3.32e-06 0 0 0 Tank initStep - 1 -1.49e+03 5e+03 -3.03e+03 3.32e-06 0 6.03e+03 6.03e+03 expHall Transportation - 2 -6.04e+03 9.2e+03 -1e+04 3.32e-06 0 9.32e+03 1.54e+04 world Transportation - 3 -9.3e+03 1.22e+04 -1.5e+04 3.32e-06 0 6.68e+03 2.2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 0.824 0.585 -0.219 0.0534 0 0 1.5 Tank initStep - 29 0.824 0.584 -0.222 0.0512 0.00218 0.00357 1.51 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.824 0.584 -0.22 3.62e-06 0 0 0 Tank initStep - 1 391 815 -106 3.62e-06 3.62e-06 910 910 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 29 0.824 0.584 -0.222 0.0512 0 0 1.51 Tank initStep - 30 0.825 0.583 -0.225 0.0501 0.00108 0.00332 1.51 Tank msc - 31 0.828 0.581 -0.241 0.0348 0.0153 0.022 1.53 Tank eIoni - 32 0.829 0.576 -0.249 0.00574 0.029 0.0163 1.55 Tank eIoni - 33 0.829 0.576 -0.25 0 0.00574 0.000834 1.55 Tank eIoni - 34 0.829 0.576 -0.25 0 0 0 1.55 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.829 0.576 -0.25 0.511 0 0 0 Tank initStep - 1 54.5 127 4.38 0.205 0.000537 138 138 Tank compt - 2 17.3 122 12.3 0.198 1.42e-05 38.3 176 Tank compt - 3 7.05 124 17.6 0.187 1.36e-05 11.7 188 Tank compt - 4 -33.2 124 82.4 0.123 2.92e-05 76.3 264 Tank compt - 5 -32.3 124 82.4 0.0955 2.92e-05 0.955 265 Tank compt - 6 -35.1 118 78.5 0.0827 2.92e-05 7.38 273 Tank compt - 7 -24.9 121 60.6 0.0669 1.42e-05 20.7 293 Tank compt - 8 -122 101 58.3 0.0549 0.000537 99.7 393 Tank compt - 9 -102 120 54.5 0.0512 1.42e-05 28.1 421 Tank compt - 10 -103 134 66.6 0.045 1.36e-05 19.2 440 Tank compt - 11 -85 69.3 108 0 0.000537 79.2 520 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85 69.3 108 0.0445 0 0 0 Tank initStep - 1 -85 69.3 108 0.0433 0.00123 0.00277 0.00277 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85 69.3 108 2.9e-06 0 0 0 Tank initStep - 1 949 -144 345 2.9e-06 2.9e-06 1.08e+03 1.08e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -85 69.3 108 0.0433 0 0 0.00277 Tank initStep - 2 -85 69.3 108 0.0414 0.00182 0.00264 0.00541 Tank msc - 3 -85 69.3 108 0.00894 0.0325 0.0195 0.0249 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85 69.3 108 2.48e-06 0 0 0 Tank initStep - 1 1.12e+03 5e+03 2.32e+03 2.48e-06 0 5.54e+03 5.54e+03 expHall Transportation - 2 5.61e+03 1e+04 8.73e+03 2.48e-06 0 9.28e+03 1.48e+04 world Transportation - 3 9.99e+03 1.49e+04 1.5e+04 2.48e-06 0 9.08e+03 2.39e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -85 69.3 108 0.00894 0 0 0.0249 Tank initStep - 4 -85 69.3 108 0.00884 9.98e-05 0.000163 0.0251 Tank msc - 5 -85 69.3 108 0 0.00884 0.002 0.027 Tank eIoni - 6 -85 69.3 108 0 0 0 0.027 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -103 134 66.6 0.00611 0 0 0 Tank initStep - 1 -103 134 66.6 0.00585 0.000256 8.35e-05 8.35e-05 Tank msc - 2 -103 134 66.6 0 0.00585 0.000969 0.00105 Tank eIoni - 3 -103 134 66.6 0 0 0 0.00105 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 120 54.5 0.0037 0 0 0 Tank initStep - 1 -102 120 54.5 0.00367 3.31e-05 3.51e-05 3.51e-05 Tank msc - 2 -102 120 54.5 0 0.00367 0.000433 0.000468 Tank eIoni - 3 -102 120 54.5 0 0 0 0.000468 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -122 101 58.3 0.0115 0 0 0 Tank initStep - 1 -122 101 58.3 0.0113 0.000186 0.000253 0.000253 Tank msc - 2 -122 101 58.3 0 0.0113 0.00307 0.00332 Tank eIoni - 3 -122 101 58.3 0 0 0 0.00332 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.9 121 60.6 0.0158 0 0 0 Tank initStep - 1 -24.9 121 60.6 0.0156 0.000195 0.000446 0.000446 Tank msc - 2 -24.9 121 60.6 0 0.0156 0.00545 0.00589 Tank eIoni - 3 -24.9 121 60.6 0 0 0 0.00589 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.1 118 78.5 0.0127 0 0 0 Tank initStep - 1 -35.1 118 78.5 0.0123 0.000375 0.000302 0.000302 Tank msc - 2 -35.1 118 78.5 0 0.0123 0.00359 0.00389 Tank eIoni - 3 -35.1 118 78.5 0 0 0 0.00389 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.3 124 82.4 0.0272 0 0 0 Tank initStep - 1 -32.3 124 82.4 0.0266 0.000621 0.00116 0.00116 Tank msc - 2 -32.3 124 82.4 0.00526 0.0213 0.013 0.0142 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.3 124 82.4 2.52e-06 0 0 0 Tank initStep - 1 -43.9 -144 614 2.52e-06 2.52e-06 595 595 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.3 124 82.4 2.46e-06 0 0 0 Tank initStep - 1 363 2e+03 -400 2.46e-06 0 1.98e+03 1.98e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.3 124 82.4 4.02e-06 0 0 0 Tank initStep - 1 -109 5e+03 1.78e+03 4.02e-06 0 5.16e+03 5.16e+03 expHall Transportation - 2 -109 5e+03 1.78e+03 4.02e-06 0 0 5.16e+03 Tank Transportation - 3 68.8 4.45e+03 2.87e+03 4.02e-06 4.02e-06 1.23e+03 6.4e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.3 124 82.4 3.61e-06 0 0 0 Tank initStep - 1 -5e+03 1.49e+03 -2.32e+03 3.61e-06 0 5.68e+03 5.68e+03 expHall Transportation - 2 -5e+03 1.49e+03 -2.32e+03 3.61e-06 0 0 5.68e+03 Tank Transportation - 3 -2.86e+03 5e+03 -3.52e+03 3.61e-06 0 4.29e+03 9.97e+03 expHall Transportation - 4 3.24e+03 1e+04 -5.72e+03 3.61e-06 0 8.19e+03 1.82e+04 world Transportation - 5 9.34e+03 1.5e+04 -7.91e+03 3.61e-06 0 8.19e+03 2.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -32.3 124 82.4 0.00526 0 0 0.0142 Tank initStep - 3 -32.3 124 82.4 0.00511 0.000144 6.43e-05 0.0143 Tank msc - 4 -32.3 124 82.4 0 0.00511 0.000766 0.015 Tank eIoni - 5 -32.3 124 82.4 0 0 0 0.015 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.2 124 82.4 0.064 0 0 0 Tank initStep - 1 -33.3 124 82.4 0.0618 0.00223 0.00524 0.00524 Tank msc - 2 -33.3 124 82.4 0.0433 0.0185 0.027 0.0322 Tank eIoni - 3 -33.3 124 82.4 0.0297 0.0136 0.0202 0.0524 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.3 124 82.4 3.38e-06 0 0 0 Tank initStep - 1 5e+03 2.11e+03 222 3.38e-06 0 5.41e+03 5.41e+03 expHall Transportation - 2 1e+04 6.37e+03 1.46e+03 3.38e-06 0 6.69e+03 1.21e+04 world Transportation - 3 1.5e+04 1.06e+04 2.69e+03 3.38e-06 0 6.69e+03 1.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -33.3 124 82.4 0.0297 0 0 0.0524 Tank initStep - 4 -33.3 124 82.4 0.028 0.00162 0.00135 0.0538 Tank msc - 5 -33.3 124 82.4 0.00746 0.0206 0.0138 0.0676 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.3 124 82.4 3.3e-06 0 0 0 Tank initStep - 1 -570 -3.8e+03 3.09e+03 3.3e-06 3.3e-06 4.97e+03 4.97e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -33.3 124 82.4 0.00746 0 0 0.0676 Tank initStep - 6 -33.3 124 82.4 0.00722 0.000238 0.000119 0.0677 Tank msc - 7 -33.3 124 82.4 0 0.00722 0.0014 0.0691 Tank eIoni - 8 -33.3 124 82.4 0 0 0 0.0691 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.05 124 17.6 0.0115 0 0 0 Tank initStep - 1 7.05 124 17.6 0.0111 0.000406 0.000253 0.000253 Tank msc - 2 7.05 124 17.6 0 0.0111 0.00297 0.00323 Tank eIoni - 3 7.05 124 17.6 0 0 0 0.00323 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.05 124 17.6 2.14e-06 0 0 0 Tank initStep - 1 -5e+03 1.41e+03 2.07e+03 2.14e-06 0 5.56e+03 5.56e+03 expHall Transportation - 2 -5e+03 1.41e+03 2.07e+03 2.14e-06 0 0 5.56e+03 Tank Transportation - 3 -3.51e+03 3.89e+03 5e+03 2.14e-06 0 4.12e+03 9.68e+03 expHall Transportation - 4 -3.51e+03 3.89e+03 5e+03 2.14e-06 0 0 9.68e+03 Tank Transportation - 5 -2.56e+03 5e+03 2.82e+03 2.14e-06 0 2.63e+03 1.23e+04 expHall Transportation - 6 -2.56e+03 5e+03 2.82e+03 2.14e-06 0 0 1.23e+04 Tank Transportation - 7 -1.39e+03 4.17e+03 1.69e+03 2.14e-06 2.14e-06 1.83e+03 1.41e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.3 122 12.3 0.00668 0 0 0 Tank initStep - 1 17.3 122 12.3 0.00655 0.000128 9.75e-05 9.75e-05 Tank msc - 2 17.3 122 12.3 0 0.00655 0.00118 0.00128 Tank eIoni - 3 17.3 122 12.3 0 0 0 0.00128 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.5 127 4.38 0.306 0 0 0 Tank initStep - 1 54.5 128 4.37 0.294 0.012 0.0523 0.0523 Tank Cerenkov - 2 54.5 128 4.37 0.282 0.0111 0.0484 0.101 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.5 128 4.37 2.2e-06 0 0 0 Tank initStep - 1 315 781 -878 2.2e-06 2.2e-06 1.13e+03 1.13e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.5 128 4.37 2.88e-06 0 0 0 Tank initStep - 1 5e+03 4.36e+03 301 2.88e-06 0 6.52e+03 6.52e+03 expHall Transportation - 2 5e+03 4.36e+03 301 2.88e-06 0 0 6.52e+03 Tank Transportation - 3 4.5e+03 5e+03 333 2.88e-06 0 812 7.33e+03 expHall Transportation - 4 4.5e+03 5e+03 333 2.88e-06 0 0 7.33e+03 Tank Transportation - 5 -3.52e+03 -444 -5e+03 2.88e-06 0 1.11e+04 1.84e+04 expHall Transportation - 6 -3.52e+03 -444 -5e+03 2.88e-06 0 0 1.84e+04 Tank Transportation - 7 -4.68e+03 -2.74e+03 2.77e+03 2.88e-06 2.88e-06 8.18e+03 2.66e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 54.5 128 4.37 0.282 0 0 0.101 Tank initStep - 3 54.6 128 4.36 0.275 0.00721 0.0449 0.146 Tank Cerenkov - 4 54.6 128 4.34 0.258 0.0168 0.0427 0.188 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 128 4.34 3.41e-06 0 0 0 Tank initStep - 1 2.08e+03 886 -1.08e+03 3.41e-06 0 2.42e+03 2.42e+03 Tank OpRayleigh - 2 -3.79e+03 -5e+03 -2.85e+03 3.41e-06 0 8.5e+03 1.09e+04 expHall Transportation - 3 -3.79e+03 -5e+03 -2.85e+03 3.41e-06 0 0 1.09e+04 Tank Transportation - 4 -5e+03 -3.81e+03 -2.9e+03 3.41e-06 0 1.7e+03 1.26e+04 expHall Transportation - 5 -1e+04 6.71e+03 -8.04e+03 3.41e-06 0 1.27e+04 2.54e+04 world Transportation - 6 -1.39e+04 1.5e+04 -1.21e+04 3.41e-06 0 1e+04 3.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 54.6 128 4.34 0.258 0 0 0.188 Tank initStep - 5 54.6 128 4.31 0.251 0.007 0.0378 0.226 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 128 4.33 4.04e-06 0 0 0 Tank initStep - 1 1.75e+03 4.39e+03 4.84e+03 4.04e-06 4.04e-06 6.67e+03 6.67e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 54.6 128 4.31 0.251 0 0 0.226 Tank initStep - 6 54.6 128 4.29 0.243 0.00874 0.0351 0.261 Tank Cerenkov - 7 54.6 128 4.29 0.242 0.000203 0.000971 0.262 Tank Cerenkov - 8 54.6 128 4.29 0.242 3.79e-05 0.000187 0.262 Tank Cerenkov - 9 54.6 128 4.29 0.242 0 3.97e-05 0.262 Tank Cerenkov - 10 54.6 128 4.29 0.242 0 3.97e-05 0.262 Tank Cerenkov - 11 54.6 128 4.29 0.242 0 3.97e-05 0.262 Tank Cerenkov - 12 54.6 128 4.29 0.242 0 3.97e-05 0.262 Tank Cerenkov - 13 54.6 128 4.29 0.242 6.81e-05 3.97e-05 0.263 Tank Cerenkov - 14 54.7 128 4.21 0.205 0.037 0.136 0.399 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 128 4.27 3.78e-06 0 0 0 Tank initStep - 1 -1.22e+03 124 -2.14e+03 3.78e-06 0 2.49e+03 2.49e+03 Tank OpRayleigh - 2 -2.45e+03 -240 5e+03 3.78e-06 0 7.25e+03 9.74e+03 expHall Transportation - 3 -4.75e+03 -954 1e+04 3.78e-06 0 5.55e+03 1.53e+04 world Transportation - 4 -7.06e+03 -1.67e+03 1.5e+04 3.78e-06 0 5.55e+03 2.08e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 128 4.28 2.6e-06 0 0 0 Tank initStep - 1 -3.83e+03 -90.3 83.3 2.6e-06 2.6e-06 3.89e+03 3.89e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 54.7 128 4.21 0.205 0 0 0.399 Tank initStep - 15 54.7 128 4.18 0.198 0.00694 0.0372 0.436 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.7 128 4.19 2.21e-06 0 0 0 Tank initStep - 1 -520 552 361 2.21e-06 2.21e-06 798 798 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 54.7 128 4.18 0.198 0 0 0.436 Tank initStep - 16 54.7 128 4.16 0.184 0.0145 0.0352 0.471 Tank msc - 17 54.7 128 4.12 0.161 0.0231 0.0937 0.565 Tank eIoni - 18 54.7 128 4.08 0.139 0.0221 0.0785 0.644 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.7 128 4.12 3.53e-06 0 0 0 Tank initStep - 1 838 -5e+03 3.24e+03 3.53e-06 0 6.11e+03 6.11e+03 expHall Transportation - 2 3.34e+03 -9.17e+03 1e+04 3.53e-06 0 8.33e+03 1.44e+04 world Transportation - 3 5.19e+03 -1.23e+04 1.5e+04 3.53e-06 0 6.16e+03 2.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.7 128 4.11 3.15e-06 0 0 0 Tank initStep - 1 -5e+03 -1.4e+03 3.28e+03 3.15e-06 0 6.21e+03 6.21e+03 expHall Transportation - 2 -5e+03 -1.4e+03 3.28e+03 3.15e-06 0 0 6.21e+03 Tank Transportation - 3 3.16e+03 -5e+03 2.54e+03 3.15e-06 0 8.95e+03 1.52e+04 expHall Transportation - 4 3.16e+03 -5e+03 2.54e+03 3.15e-06 0 0 1.52e+04 Tank Transportation - 5 5e+03 -1.7e+03 3.68e+03 3.15e-06 0 3.95e+03 1.91e+04 expHall Transportation - 6 5e+03 -1.7e+03 3.68e+03 3.15e-06 0 0 1.91e+04 Tank Transportation - 7 3.52e+03 1.94e+03 5e+03 3.15e-06 0 4.14e+03 2.33e+04 expHall Transportation - 8 3.52e+03 1.94e+03 5e+03 3.15e-06 0 0 2.33e+04 Tank Transportation - 9 1.92e+03 5e+03 3.97e+03 3.15e-06 0 3.61e+03 2.69e+04 expHall Transportation - 10 -2.43e+03 1e+04 2.04e+03 3.15e-06 0 6.9e+03 3.38e+04 world Transportation - 11 -6.77e+03 1.5e+04 118 3.15e-06 0 6.9e+03 4.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.7 128 4.09 2.72e-06 0 0 0 Tank initStep - 1 -2.35e+03 -2.01e+03 -1.81e+03 2.72e-06 2.72e-06 3.69e+03 3.69e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 54.7 128 4.08 0.139 0 0 0.644 Tank initStep - 19 54.6 128 4.07 0.134 0.0049 0.0197 0.663 Tank msc - 20 54.6 127 4.05 0.114 0.0197 0.062 0.725 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 128 4.07 3.39e-06 0 0 0 Tank initStep - 1 -493 2.04e+03 -5e+03 3.39e-06 0 5.39e+03 5.39e+03 expHall Transportation - 2 -839 4.85e+03 -1e+04 3.39e-06 0 5.74e+03 1.11e+04 world Transportation - 3 -1.19e+03 7.66e+03 -1.5e+04 3.39e-06 0 5.74e+03 1.69e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 127 4.05 3.72e-06 0 0 0 Tank initStep - 1 -1.75e+03 3.13e+03 -5e+03 3.72e-06 0 6.11e+03 6.11e+03 expHall Transportation - 2 -1.75e+03 3.13e+03 -5e+03 3.72e-06 0 0 6.11e+03 Tank Transportation - 3 -2.09e+03 3.36e+03 -4.69e+03 3.72e-06 3.72e-06 520 6.63e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 54.6 127 4.05 0.114 0 0 0.725 Tank initStep - 21 54.6 127 4.04 0.109 0.00561 0.0142 0.739 Tank msc - 22 54.6 128 4.01 0.0954 0.0132 0.0482 0.788 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 128 4.01 3.36e-06 0 0 0 Tank initStep - 1 -3.87e+03 -1.9e+03 -2.85e+03 3.36e-06 0 5.26e+03 5.26e+03 Tank OpRayleigh - 2 -5e+03 1.76e+03 3.91e+03 3.36e-06 0 7.77e+03 1.3e+04 expHall Transportation - 3 -5e+03 1.76e+03 3.91e+03 3.36e-06 0 0 1.3e+04 Tank Transportation - 4 -4.32e+03 2.14e+03 5e+03 3.36e-06 0 1.34e+03 1.44e+04 expHall Transportation - 5 -4.32e+03 2.14e+03 5e+03 3.36e-06 0 0 1.44e+04 Tank Transportation - 6 193 5e+03 1.83e+03 3.36e-06 0 6.21e+03 2.06e+04 expHall Transportation - 7 193 5e+03 1.83e+03 3.36e-06 0 0 2.06e+04 Tank Transportation - 8 5e+03 -146 1.06e+03 3.36e-06 0 7.08e+03 2.77e+04 expHall Transportation - 9 5e+03 -146 1.06e+03 3.36e-06 0 0 2.77e+04 Tank Transportation - 10 192 -5e+03 916 3.36e-06 0 6.83e+03 3.45e+04 expHall Transportation - 11 192 -5e+03 916 3.36e-06 0 0 3.45e+04 Tank Transportation - 12 -3.47e+03 -2.34e+03 3.17e+03 3.36e-06 3.36e-06 5.06e+03 3.96e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.6 127 4.04 3.86e-06 0 0 0 Tank initStep - 1 138 96.9 1.97 3.86e-06 3.86e-06 88.7 88.7 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 22 54.6 128 4.01 0.0954 0 0 0.788 Tank initStep - 23 54.6 128 4.01 0.0915 0.00389 0.0105 0.798 Tank msc - 24 54.5 127 4 0.0663 0.0252 0.0398 0.838 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.5 127 4 2.38e-06 0 0 0 Tank initStep - 1 1.72e+03 5e+03 3.21e+03 2.38e-06 0 6.07e+03 6.07e+03 expHall Transportation - 2 1.72e+03 5e+03 3.21e+03 2.38e-06 0 0 6.07e+03 Tank Transportation - 3 2.75e+03 4.02e+03 5e+03 2.38e-06 0 2.29e+03 8.35e+03 expHall Transportation - 4 1e+04 -244 9.9e+03 2.38e-06 0 9.74e+03 1.81e+04 world Transportation - 5 1.5e+04 -3.19e+03 1.33e+04 2.38e-06 0 6.72e+03 2.48e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 24 54.5 127 4 0.0663 0 0 0.838 Tank initStep - 25 54.5 127 4 0.0642 0.00211 0.00557 0.843 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54.5 127 4 3.07e-06 0 0 0 Tank initStep - 1 -569 -1.44e+03 -5e+03 3.07e-06 0 5.28e+03 5.28e+03 expHall Transportation - 2 -1.51e+03 -4.14e+03 -1e+04 3.07e-06 0 5.76e+03 1.1e+04 world Transportation - 3 -2.45e+03 -6.84e+03 -1.5e+04 3.07e-06 0 5.76e+03 1.68e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 54.5 127 4 0.0642 0 0 0.843 Tank initStep - 26 54.5 127 4 0.0627 0.00142 0.00526 0.849 Tank msc - 27 54.5 127 4 0.0453 0.0175 0.0274 0.876 Tank eIoni - 28 54.5 127 3.99 0.0244 0.0208 0.0209 0.897 Tank eIoni - 29 54.5 127 3.98 0.00116 0.0233 0.0117 0.909 Tank eIoni - 30 54.5 127 3.98 0 0.00116 6.59e-05 0.909 Tank eIoni - 31 54.5 127 3.98 0 0 0 0.909 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.829 0.576 -0.25 0.511 0 0 0 Tank initStep - 1 -17.3 -42.3 -1.81 0.502 1.42e-05 46.6 46.6 Tank compt - 2 -123 -346 -71.3 0.357 0.000537 329 376 Tank compt - 3 -189 -364 -113 0.261 1.42e-05 80.2 456 Tank compt - 4 -238 -340 -98 0.204 1.42e-05 56.8 513 Tank compt - 5 -238 -337 -95.6 0.193 2.92e-05 3.39 516 Tank compt - 6 -282 -222 -40.6 0.183 1.42e-05 135 652 Tank compt - 7 -299 -198 -1.29 0.178 1.42e-05 49.2 701 Tank compt - 8 -292 -148 70 0.104 0.000537 87 788 Tank compt - 9 -445 -249 -49.3 0.0829 0.000537 218 1.01e+03 Tank compt - 10 -446 -258 -47.4 0.0815 0.000537 9.15 1.02e+03 Tank compt - 11 -465 -284 -40.7 0.0726 1.42e-05 32.5 1.05e+03 Tank compt - 12 -418 -342 -48.4 0.0637 2.92e-05 75 1.12e+03 Tank compt - 13 -426 -348 -44.6 0.0592 1.36e-05 10.5 1.13e+03 Tank compt - 14 -486 -322 -59.8 0.0592 0 67.2 1.2e+03 Tank Rayl - 15 -568 -285 -92.9 0.0571 2.92e-05 96 1.3e+03 Tank compt - 16 -577 -246 -108 0.0531 1.42e-05 43 1.34e+03 Tank compt - 17 -545 -225 -94.5 0.0503 1.42e-05 40.2 1.38e+03 Tank compt - 18 -482 -271 -37.8 0.0427 0.000537 96.8 1.48e+03 Tank compt - 19 -507 -264 -44.7 0.0405 2.92e-05 27.9 1.5e+03 Tank compt - 20 -553 -329 -67 0.038 1.42e-05 82.8 1.59e+03 Tank compt - 21 -550 -333 -64.6 0 0.000537 6.21 1.59e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -550 -333 -64.6 0.0375 0 0 0 Tank initStep - 1 -550 -333 -64.6 0.036 0.00147 0.00204 0.00204 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 99 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -550 -333 -64.6 4.12e-06 0 0 0 Tank initStep - 1 -770 -996 -12.6 4.12e-06 4.12e-06 700 700 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -550 -333 -64.6 0.036 0 0 0.00204 Tank initStep - 2 -550 -333 -64.6 0.0345 0.00157 0.0019 0.00395 Tank msc - 3 -550 -333 -64.6 0.013 0.0215 0.0168 0.0207 Tank eIoni - 4 -550 -333 -64.6 0 0.013 0.00391 0.0246 Tank eIoni - 5 -550 -333 -64.6 0 0 0 0.0246 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 99 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -550 -333 -64.6 3.25e-06 0 0 0 Tank initStep - 1 -2.59e+03 -5e+03 -2.93e+03 3.25e-06 0 5.85e+03 5.85e+03 expHall Transportation - 2 -2.59e+03 -5e+03 -2.93e+03 3.25e-06 0 0 5.85e+03 Tank Transportation - 3 -2.96e+03 -2.04e+03 -5e+03 3.25e-06 0 3.63e+03 9.48e+03 expHall Transportation - 4 -2.96e+03 -2.04e+03 -5e+03 3.25e-06 0 0 9.48e+03 Tank Transportation - 5 -3.21e+03 -1.69e+03 -4.07e+03 3.25e-06 3.25e-06 1.02e+03 1.05e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 99 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -550 -333 -64.6 3e-06 0 0 0 Tank initStep - 1 -2.03e+03 -248 -5e+03 3e-06 0 5.15e+03 5.15e+03 expHall Transportation - 2 -4.12e+03 487 -1e+04 3e-06 0 5.47e+03 1.06e+04 world Transportation - 3 -6.21e+03 1.22e+03 -1.5e+04 3e-06 0 5.47e+03 1.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -553 -329 -67 0.00246 0 0 0 Tank initStep - 1 -553 -329 -67 0.00244 1.6e-05 1.77e-05 1.77e-05 Tank msc - 2 -553 -329 -67 0 0.00244 0.000218 0.000236 Tank eIoni - 3 -553 -329 -67 0 0 0 0.000236 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -507 -264 -44.7 0.00215 0 0 0 Tank initStep - 1 -507 -264 -44.7 0.00215 0 1.42e-05 1.42e-05 Tank msc - 2 -507 -264 -44.7 0 0.00215 0.000177 0.000191 Tank eIoni - 3 -507 -264 -44.7 0 0 0 0.000191 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -482 -271 -37.8 0.00708 0 0 0 Tank initStep - 1 -482 -271 -37.8 0.00672 0.000361 0.000108 0.000108 Tank msc - 2 -482 -271 -37.8 0 0.00672 0.00123 0.00134 Tank eIoni - 3 -482 -271 -37.8 0 0 0 0.00134 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -545 -225 -94.5 0.00273 0 0 0 Tank initStep - 1 -545 -225 -94.5 0.00273 0 2.1e-05 2.1e-05 Tank msc - 2 -545 -225 -94.5 0 0.00273 0.000263 0.000284 Tank eIoni - 3 -545 -225 -94.5 0 0 0 0.000284 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -577 -246 -108 0.00401 0 0 0 Tank initStep - 1 -577 -246 -108 0.00394 6.36e-05 4.03e-05 4.03e-05 Tank msc - 2 -577 -246 -108 0 0.00394 0.00049 0.000531 Tank eIoni - 3 -577 -246 -108 0 0 0 0.000531 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -568 -285 -92.9 0.00204 0 0 0 Tank initStep - 1 -568 -285 -92.9 0.00195 9.15e-05 1.3e-05 1.3e-05 Tank msc - 2 -568 -285 -92.9 0 0.00195 0.000151 0.000164 Tank eIoni - 3 -568 -285 -92.9 0 0 0 0.000164 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -426 -348 -44.6 0.00452 0 0 0 Tank initStep - 1 -426 -348 -44.6 0.00448 3.72e-05 4.97e-05 4.97e-05 Tank msc - 2 -426 -348 -44.6 0 0.00448 0.000612 0.000662 Tank eIoni - 3 -426 -348 -44.6 0 0 0 0.000662 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -418 -342 -48.4 0.00891 0 0 0 Tank initStep - 1 -418 -342 -48.4 0.00866 0.000255 0.000162 0.000162 Tank msc - 2 -418 -342 -48.4 0 0.00866 0.00193 0.00209 Tank eIoni - 3 -418 -342 -48.4 0 0 0 0.00209 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -465 -284 -40.7 0.0088 0 0 0 Tank initStep - 1 -465 -284 -40.7 0.00852 0.000275 0.000158 0.000158 Tank msc - 2 -465 -284 -40.7 0 0.00852 0.00187 0.00203 Tank eIoni - 3 -465 -284 -40.7 0 0 0 0.00203 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -446 -258 -47.4 0.000909 0 0 0 Tank initStep - 1 -446 -258 -47.4 0.000865 4.41e-05 3.68e-06 3.68e-06 Tank msc - 2 -446 -258 -47.4 0 0.000865 4.28e-05 4.65e-05 Tank eIoni - 3 -446 -258 -47.4 0 0 0 4.65e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -445 -249 -49.3 0.0201 0 0 0 Tank initStep - 1 -445 -249 -49.3 0.0193 0.000736 0.000677 0.000677 Tank msc - 2 -445 -249 -49.3 0 0.0193 0.00793 0.0086 Tank eIoni - 3 -445 -249 -49.3 0 0 0 0.0086 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -292 -148 70 0.0735 0 0 0 Tank initStep - 1 -292 -148 70 0.0713 0.00216 0.00668 0.00668 Tank msc - 2 -292 -148 70.1 0.0583 0.013 0.0308 0.0375 Tank eIoni - 3 -292 -148 70.1 0.0456 0.0127 0.0257 0.0632 Tank eIoni - 4 -292 -148 70.1 0.0269 0.0187 0.021 0.0842 Tank eIoni - 5 -292 -148 70.1 0.00959 0.0173 0.0132 0.0974 Tank eIoni - 6 -292 -148 70.1 0 0.00959 0.0023 0.0997 Tank eIoni - 7 -292 -148 70.1 0 0 0 0.0997 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -299 -198 -1.29 0.00563 0 0 0 Tank initStep - 1 -299 -198 -1.29 0.00546 0.000169 7.24e-05 7.24e-05 Tank msc - 2 -299 -198 -1.29 0 0.00546 0.000859 0.000931 Tank eIoni - 3 -299 -198 -1.29 0 0 0 0.000931 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -282 -222 -40.6 0.0101 0 0 0 Tank initStep - 1 -282 -222 -40.6 0.00879 0.00131 0.000202 0.000202 Tank msc - 2 -282 -222 -40.6 0 0.00879 0.00198 0.00218 Tank eIoni - 3 -282 -222 -40.6 0 0 0 0.00218 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -238 -337 -95.6 0.0108 0 0 0 Tank initStep - 1 -238 -337 -95.6 0.0106 0.000247 0.000229 0.000229 Tank msc - 2 -238 -337 -95.6 0 0.0106 0.00275 0.00298 Tank eIoni - 3 -238 -337 -95.6 0 0 0 0.00298 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -238 -340 -98 0.057 0 0 0 Tank initStep - 1 -238 -340 -98 0.0552 0.00182 0.00428 0.00428 Tank msc - 2 -238 -340 -98 0.0422 0.013 0.0245 0.0288 Tank eIoni - 3 -238 -340 -98 0.0234 0.0188 0.0198 0.0485 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 83 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -238 -340 -98 3.31e-06 0 0 0 Tank initStep - 1 -5e+03 -2.18e+03 1.2e+03 3.31e-06 0 5.27e+03 5.27e+03 expHall Transportation - 2 -1e+04 -5.25e+03 6.54e+03 3.31e-06 0 7.93e+03 1.32e+04 world Transportation - 3 -1.5e+04 -8.31e+03 1.19e+04 3.31e-06 0 7.93e+03 2.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -238 -340 -98 0.0234 0 0 0.0485 Tank initStep - 4 -238 -340 -98 0.0223 0.00107 0.000887 0.0494 Tank msc - 5 -238 -340 -98 0.00387 0.0185 0.0102 0.0596 Tank eIoni - 6 -238 -340 -98 0 0.00387 0.000474 0.0601 Tank eIoni - 7 -238 -340 -98 0 0 0 0.0601 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -189 -364 -113 0.0957 0 0 0 Tank initStep - 1 -189 -364 -113 0.0925 0.00316 0.0105 0.0105 Tank msc - 2 -189 -364 -113 0.0714 0.0211 0.0403 0.0508 Tank eIoni - 3 -189 -364 -113 0.0573 0.0141 0.0309 0.0817 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -189 -364 -113 3.57e-06 0 0 0 Tank initStep - 1 -5e+03 1.03e+03 695 3.57e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 -1e+04 3.48e+03 2.66e+03 3.57e-06 0 5.9e+03 1.1e+04 world Transportation - 3 -1.5e+04 5.93e+03 4.62e+03 3.57e-06 0 5.9e+03 1.69e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -189 -364 -113 0.0573 0 0 0.0817 Tank initStep - 4 -189 -364 -113 0.0562 0.00111 0.00432 0.086 Tank msc - 5 -189 -364 -113 0.0408 0.0154 0.0249 0.111 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -189 -364 -113 3.59e-06 0 0 0 Tank initStep - 1 -3.3e+03 -3.53e+03 -5e+03 3.59e-06 0 6.6e+03 6.6e+03 expHall Transportation - 2 -3.3e+03 -3.53e+03 -5e+03 3.59e-06 0 0 6.6e+03 Tank Transportation - 3 -3.74e+03 -5e+03 -2.55e+03 3.59e-06 0 2.89e+03 9.49e+03 expHall Transportation - 4 -3.74e+03 -5e+03 -2.55e+03 3.59e-06 0 0 9.49e+03 Tank Transportation - 5 -4.3e+03 -3.45e+03 2.02e+03 3.59e-06 3.59e-06 4.85e+03 1.43e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -189 -364 -113 2.22e-06 0 0 0 Tank initStep - 1 5e+03 4.53e+03 4.9e+03 2.22e-06 0 8.71e+03 8.71e+03 expHall Transportation - 2 5e+03 4.53e+03 4.9e+03 2.22e-06 0 0 8.71e+03 Tank Transportation - 3 4.89e+03 4.56e+03 5e+03 2.22e-06 0 154 8.87e+03 expHall Transportation - 4 4.89e+03 4.56e+03 5e+03 2.22e-06 0 0 8.87e+03 Tank Transportation - 5 4.38e+03 5e+03 4.62e+03 2.22e-06 0 774 9.64e+03 expHall Transportation - 6 4.38e+03 5e+03 4.62e+03 2.22e-06 0 0 9.64e+03 Tank Transportation - 7 4.52e+03 4.82e+03 5e+03 2.22e-06 0 446 1.01e+04 expHall Transportation - 8 4.52e+03 4.82e+03 5e+03 2.22e-06 0 0 1.01e+04 Tank Transportation - 9 5e+03 3.92e+03 4.35e+03 2.22e-06 0 1.21e+03 1.13e+04 expHall Transportation - 10 5e+03 3.92e+03 4.35e+03 2.22e-06 0 0 1.13e+04 Tank Transportation - 11 -1.63e+03 -5e+03 -3.41e+03 2.22e-06 0 1.36e+04 2.49e+04 expHall Transportation - 12 -8.94e+03 -9.29e+03 -1e+04 2.22e-06 0 1.07e+04 3.56e+04 world Transportation - 13 -1.45e+04 -1.25e+04 -1.5e+04 2.22e-06 0 8.15e+03 4.37e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -189 -364 -113 0.0408 0 0 0.111 Tank initStep - 6 -189 -364 -113 0.0395 0.0013 0.00238 0.113 Tank msc - 7 -189 -364 -113 0.0215 0.018 0.0188 0.132 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -189 -364 -113 2.65e-06 0 0 0 Tank initStep - 1 5e+03 1.2e+03 2.4e+03 2.65e-06 0 5.97e+03 5.97e+03 expHall Transportation - 2 5e+03 1.2e+03 2.4e+03 2.65e-06 0 0 5.97e+03 Tank Transportation - 3 2.35e+03 1.94e+03 5e+03 2.65e-06 0 3.79e+03 9.76e+03 expHall Transportation - 4 2.35e+03 1.94e+03 5e+03 2.65e-06 0 0 9.76e+03 Tank Transportation - 5 -4.77e+03 -1.24e+03 -5e+03 2.65e-06 0 1.27e+04 2.24e+04 expHall Transportation - 6 -4.77e+03 -1.24e+03 -5e+03 2.65e-06 0 0 2.24e+04 Tank Transportation - 7 -5e+03 -1.38e+03 -4.67e+03 2.65e-06 0 420 2.29e+04 expHall Transportation - 8 -5e+03 -1.38e+03 -4.67e+03 2.65e-06 0 0 2.29e+04 Tank Transportation - 9 -4.02e+03 -2.9e+03 -5e+03 2.65e-06 0 1.83e+03 2.47e+04 expHall Transportation - 10 -4.02e+03 -2.9e+03 -5e+03 2.65e-06 0 0 2.47e+04 Tank Transportation - 11 -2.75e+03 -5e+03 -1.75e+03 2.65e-06 0 4.07e+03 2.88e+04 expHall Transportation - 12 -2.75e+03 -5e+03 -1.75e+03 2.65e-06 0 0 2.88e+04 Tank Transportation - 13 -1.82e+03 2.89e+03 5e+03 2.65e-06 0 1.04e+04 3.92e+04 expHall Transportation - 14 -1.82e+03 2.89e+03 5e+03 2.65e-06 0 0 3.92e+04 Tank Transportation - 15 49.2 5e+03 615 2.65e-06 0 5.21e+03 4.44e+04 expHall Transportation - 16 49.2 5e+03 615 2.65e-06 0 0 4.44e+04 Tank Transportation - 17 3.32e+03 2.17e+03 -5e+03 2.65e-06 0 7.09e+03 5.15e+04 expHall Transportation - 18 3.32e+03 2.17e+03 -5e+03 2.65e-06 0 0 5.15e+04 Tank Transportation - 19 2.04e+03 378 5e+03 2.65e-06 0 1.02e+04 6.17e+04 expHall Transportation - 20 1.52e+03 -1.58e+03 1e+04 2.65e-06 0 5.4e+03 6.71e+04 world Transportation - 21 999 -3.55e+03 1.5e+04 2.65e-06 0 5.4e+03 7.25e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -189 -364 -113 2.65e-06 0 0 0 Tank initStep - 1 -728 3.3e+03 -764 2.65e-06 0 3.76e+03 3.76e+03 Tank OpRayleigh - 2 -238 -5e+03 -1.38e+03 2.65e-06 0 8.33e+03 1.21e+04 expHall Transportation - 3 -359 -1e+04 -1.28e+03 2.65e-06 0 5e+03 1.71e+04 world Transportation - 4 -481 -1.5e+04 -1.18e+03 2.65e-06 0 5e+03 2.21e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -189 -364 -113 0.0215 0 0 0.132 Tank initStep - 8 -189 -364 -113 0.0209 0.000563 0.000764 0.133 Tank msc - 9 -189 -364 -113 0 0.0209 0.00912 0.142 Tank eIoni - 10 -189 -364 -113 0 0 0 0.142 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 82 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -189 -364 -113 2.27e-06 0 0 0 Tank initStep - 1 -1.87e+03 2.37e+03 -5e+03 2.27e-06 0 5.85e+03 5.85e+03 expHall Transportation - 2 -4.29e+03 1e+04 -9.6e+03 2.27e-06 0 9.23e+03 1.51e+04 world Transportation - 3 -5.87e+03 1.5e+04 -1.26e+04 2.27e-06 0 6.05e+03 2.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.3 0.144 0 0 0 Tank initStep - 1 -123 -346 -71.3 0.139 0.00553 0.021 0.021 Tank msc - 2 -123 -346 -71.3 0.122 0.0168 0.0649 0.0859 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.3 2.15e-06 0 0 0 Tank initStep - 1 1.19e+03 -2.66e+03 624 2.15e-06 2.15e-06 2.75e+03 2.75e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.3 3.37e-06 0 0 0 Tank initStep - 1 -2.67e+03 -3.16e+03 -5e+03 3.37e-06 0 6.22e+03 6.22e+03 expHall Transportation - 2 -4.55e+03 -6.12e+03 -1e+04 3.37e-06 0 6.11e+03 1.23e+04 world Transportation - 3 -6.43e+03 -9.09e+03 -1.5e+04 3.37e-06 0 6.11e+03 1.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -123 -346 -71.3 0.122 0 0 0.0859 Tank initStep - 3 -123 -346 -71.3 0.118 0.00387 0.0159 0.102 Tank msc - 4 -123 -346 -71.3 0.104 0.0141 0.0532 0.155 Tank eIoni - 5 -123 -346 -71.3 0.0905 0.0135 0.0459 0.201 Tank eIoni - 6 -123 -346 -71.3 0.0778 0.0127 0.0393 0.24 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.3 3.91e-06 0 0 0 Tank initStep - 1 -202 227 -5e+03 3.91e-06 0 4.96e+03 4.96e+03 expHall Transportation - 2 -2.09e+03 2.13e+03 -1e+04 3.91e-06 0 5.67e+03 1.06e+04 world Transportation - 3 -3.98e+03 4.03e+03 -1.5e+04 3.91e-06 0 5.67e+03 1.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -123 -346 -71.3 0.0778 0 0 0.24 Tank initStep - 7 -123 -346 -71.3 0.0761 0.00177 0.00738 0.248 Tank msc - 8 -123 -346 -71.3 0.0519 0.0241 0.0328 0.28 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.3 3.17e-06 0 0 0 Tank initStep - 1 -2.75e+03 -5e+03 -1.68e+03 3.17e-06 0 5.58e+03 5.58e+03 expHall Transportation - 2 -2.75e+03 -5e+03 -1.68e+03 3.17e-06 0 0 5.58e+03 Tank Transportation - 3 -3.22e+03 -4.49e+03 -2.15e+03 3.17e-06 3.17e-06 844 6.42e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.3 2.51e-06 0 0 0 Tank initStep - 1 -1.73e+03 -2.08e+03 5e+03 2.51e-06 0 5.6e+03 5.6e+03 expHall Transportation - 2 -3.48e+03 -3.91e+03 1e+04 2.51e-06 0 5.6e+03 1.12e+04 world Transportation - 3 -5.23e+03 -5.74e+03 1.5e+04 2.51e-06 0 5.6e+03 1.68e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -123 -346 -71.3 0.0519 0 0 0.28 Tank initStep - 9 -123 -346 -71.3 0.0502 0.00175 0.00363 0.284 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.3 4.08e-06 0 0 0 Tank initStep - 1 4.61e+03 -664 -5e+03 4.08e-06 0 6.84e+03 6.84e+03 expHall Transportation - 2 1e+04 747 -9.95e+03 4.08e-06 0 7.45e+03 1.43e+04 world Transportation - 3 1.5e+04 2.05e+03 -1.45e+04 4.08e-06 0 6.91e+03 2.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -123 -346 -71.3 0.0502 0 0 0.284 Tank initStep - 10 -123 -346 -71.3 0.0484 0.00176 0.00342 0.288 Tank msc - 11 -123 -346 -71.3 0.0375 0.011 0.022 0.31 Tank eIoni - 12 -123 -346 -71.4 0.024 0.0134 0.018 0.328 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.4 3.62e-06 0 0 0 Tank initStep - 1 2.99e+03 -5e+03 -2.4e+03 3.62e-06 0 6.07e+03 6.07e+03 expHall Transportation - 2 2.99e+03 -5e+03 -2.4e+03 3.62e-06 0 0 6.07e+03 Tank Transportation - 3 5e+03 -1.94e+03 -3.69e+03 3.62e-06 0 3.88e+03 9.94e+03 expHall Transportation - 4 5e+03 -1.94e+03 -3.69e+03 3.62e-06 0 0 9.94e+03 Tank Transportation - 5 2.3e+03 2.19e+03 -5e+03 3.62e-06 0 5.11e+03 1.51e+04 expHall Transportation - 6 2.3e+03 2.19e+03 -5e+03 3.62e-06 0 0 1.51e+04 Tank Transportation - 7 2.7e+03 5e+03 -1.14e+03 3.62e-06 0 4.79e+03 1.98e+04 expHall Transportation - 8 2.7e+03 5e+03 -1.14e+03 3.62e-06 0 0 1.98e+04 Tank Transportation - 9 4.06e+03 2.77e+03 5e+03 3.62e-06 0 6.67e+03 2.65e+04 expHall Transportation - 10 6.89e+03 -1.57e+03 1e+04 3.62e-06 0 7.2e+03 3.37e+04 world Transportation - 11 9.72e+03 -5.91e+03 1.5e+04 3.62e-06 0 7.2e+03 4.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 -346 -71.4 3.88e-06 0 0 0 Tank initStep - 1 5e+03 1.14e+03 -3.26e+03 3.88e-06 0 6.21e+03 6.21e+03 expHall Transportation - 2 5e+03 1.14e+03 -3.26e+03 3.88e-06 0 0 6.21e+03 Tank Transportation - 3 3.58e+03 5e+03 -4.76e+03 3.88e-06 0 4.38e+03 1.06e+04 expHall Transportation - 4 3.58e+03 5e+03 -4.76e+03 3.88e-06 0 0 1.06e+04 Tank Transportation - 5 3.57e+03 4.78e+03 -5e+03 3.88e-06 0 325 1.09e+04 expHall Transportation - 6 3.57e+03 4.78e+03 -5e+03 3.88e-06 0 0 1.09e+04 Tank Transportation - 7 -2.27e+03 -1.63e+03 -1.41e+03 3.88e-06 3.88e-06 9.38e+03 2.03e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 -123 -346 -71.4 0.024 0 0 0.328 Tank initStep - 13 -123 -346 -71.4 0.0226 0.00143 0.000929 0.328 Tank msc - 14 -123 -346 -71.4 0.00287 0.0197 0.0104 0.339 Tank eIoni - 15 -123 -346 -71.4 0 0.00287 0.000287 0.339 Tank eIoni - 16 -123 -346 -71.4 0 0 0 0.339 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.3 -42.3 -1.81 0.00911 0 0 0 Tank initStep - 1 -17.3 -42.3 -1.81 0.00887 0.000238 0.000168 0.000168 Tank msc - 2 -17.3 -42.3 -1.81 0 0.00887 0.00201 0.00218 Tank eIoni - 3 -17.3 -42.3 -1.81 0 0 0 0.00218 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 80 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.3 -42.3 -1.81 2.82e-06 0 0 0 Tank initStep - 1 -66.6 -47.1 -63.1 2.82e-06 2.82e-06 78.8 78.8 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.137 -0.0129 0.0143 0.481 0.0185 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0205 -0.00192 0.00214 3.73e-06 0 0 0 Tank initStep - 1 -565 1.33e+03 -2.34e+03 3.73e-06 0 2.74e+03 2.74e+03 Tank OpRayleigh - 2 -1.93e+03 2.18e+03 -1.16e+03 3.73e-06 0 1.99e+03 4.74e+03 Tank OpRayleigh - 3 -2.68e+03 1.72e+03 -5e+03 3.73e-06 0 3.94e+03 8.68e+03 expHall Transportation - 4 -2.68e+03 1.72e+03 -5e+03 3.73e-06 0 0 8.68e+03 Tank Transportation - 5 -2.28e+03 1.36e+03 -4.02e+03 3.73e-06 3.73e-06 1.12e+03 9.8e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0474 -0.00445 0.00495 2.34e-06 0 0 0 Tank initStep - 1 5e+03 -2.3e+03 3.21e+03 2.34e-06 0 6.37e+03 6.37e+03 expHall Transportation - 2 5e+03 -2.3e+03 3.21e+03 2.34e-06 0 0 6.37e+03 Tank Transportation - 3 4.9e+03 -1.92e+03 5e+03 2.34e-06 0 1.83e+03 8.2e+03 expHall Transportation - 4 6.01e+03 547 1e+04 2.34e-06 0 5.68e+03 1.39e+04 world Transportation - 5 7.13e+03 3.01e+03 1.5e+04 2.34e-06 0 5.68e+03 1.96e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0952 -0.00894 0.00995 3.6e-06 0 0 0 Tank initStep - 1 2.32e+03 1.11e+03 46.2 3.6e-06 3.6e-06 2.57e+03 2.57e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.137 -0.0129 0.0143 0.481 0 0 0.139 Tank initStep - 2 0.262 -0.0268 0.0434 0.425 0.0561 0.13 0.269 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.218 -0.0219 0.0332 2.74e-06 0 0 0 Tank initStep - 1 5e+03 -9.57 4.46e+03 2.74e-06 0 6.7e+03 6.7e+03 expHall Transportation - 2 5e+03 -9.57 4.46e+03 2.74e-06 0 0 6.7e+03 Tank Transportation - 3 3.9e+03 -115 5e+03 2.74e-06 0 1.23e+03 7.93e+03 expHall Transportation - 4 3.9e+03 -115 5e+03 2.74e-06 0 0 7.93e+03 Tank Transportation - 5 -5e+03 -1.09e+03 3.93e+03 2.74e-06 0 9.02e+03 1.69e+04 expHall Transportation - 6 -5e+03 -1.09e+03 3.93e+03 2.74e-06 0 0 1.69e+04 Tank Transportation - 7 1.08e+03 -855 -5e+03 2.74e-06 0 1.08e+04 2.77e+04 expHall Transportation - 8 1.08e+03 -855 -5e+03 2.74e-06 0 0 2.77e+04 Tank Transportation - 9 5e+03 -744 -2.14e+03 2.74e-06 0 4.85e+03 3.26e+04 expHall Transportation - 10 5e+03 -744 -2.14e+03 2.74e-06 0 0 3.26e+04 Tank Transportation - 11 4.25e+03 -3.8e+03 5e+03 2.74e-06 0 7.81e+03 4.04e+04 expHall Transportation - 12 1.68e+03 -1e+04 9.88e+03 2.74e-06 0 8.3e+03 4.87e+04 world Transportation - 13 -389 -1.5e+04 1.38e+04 2.74e-06 0 6.69e+03 5.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.262 -0.0268 0.0434 0.425 0 0 0.269 Tank initStep - 3 0.354 -0.0411 0.0809 0.412 0.0129 0.101 0.37 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.272 -0.0285 0.0477 2.13e-06 0 0 0 Tank initStep - 1 4.99e+03 805 5e+03 2.13e-06 0 7.11e+03 7.11e+03 expHall Transportation - 2 4.99e+03 805 5e+03 2.13e-06 0 0 7.11e+03 Tank Transportation - 3 5e+03 809 4.97e+03 2.13e-06 0 29.5 7.14e+03 expHall Transportation - 4 5e+03 809 4.97e+03 2.13e-06 0 0 7.14e+03 Tank Transportation - 5 3.21e+03 2.68e+03 -583 2.13e-06 2.13e-06 6.13e+03 1.33e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.266 -0.0275 0.0452 2.24e-06 0 0 0 Tank initStep - 1 5e+03 -159 -383 2.24e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 1e+04 -3.4e+03 -1.65e+03 2.24e-06 0 6.09e+03 1.11e+04 world Transportation - 3 1.5e+04 -6.64e+03 -2.92e+03 2.24e-06 0 6.09e+03 1.72e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.354 -0.0411 0.0809 0.412 0 0 0.37 Tank initStep - 4 0.44 -0.0686 0.108 0.331 0.0811 0.0948 0.464 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.357 -0.0421 0.0819 2.37e-06 0 0 0 Tank initStep - 1 5e+03 -2.68e+03 -3.08e+03 2.37e-06 0 6.46e+03 6.46e+03 expHall Transportation - 2 5e+03 -2.68e+03 -3.08e+03 2.37e-06 0 0 6.46e+03 Tank Transportation - 3 3.84e+03 -5e+03 -4.32e+03 2.37e-06 0 2.87e+03 9.33e+03 expHall Transportation - 4 -2.44e+03 -9.25e+03 -1e+04 2.37e-06 0 9.48e+03 1.88e+04 world Transportation - 5 -7.96e+03 -1.3e+04 -1.5e+04 2.37e-06 0 8.34e+03 2.71e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.418 -0.0617 0.101 2.92e-06 0 0 0 Tank initStep - 1 -4.92e+03 5e+03 3.03e+03 2.92e-06 0 7.64e+03 7.64e+03 expHall Transportation - 2 -4.92e+03 5e+03 3.03e+03 2.92e-06 0 0 7.64e+03 Tank Transportation - 3 -5e+03 4.92e+03 2.99e+03 2.92e-06 0 119 7.76e+03 expHall Transportation - 4 -5e+03 4.92e+03 2.99e+03 2.92e-06 0 0 7.76e+03 Tank Transportation - 5 -2.71e+03 -5e+03 -1.62e+03 2.92e-06 0 1.12e+04 1.89e+04 expHall Transportation - 6 262 -1e+04 -4.53e+03 2.92e-06 0 6.5e+03 2.54e+04 world Transportation - 7 3.24e+03 -1.5e+04 -7.44e+03 2.92e-06 0 6.5e+03 3.19e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.399 -0.0556 0.095 2.11e-06 0 0 0 Tank initStep - 1 21.8 1.69 2.63 2.11e-06 0 21.6 21.6 Tank OpRayleigh - 2 1.36e+03 -1.18e+03 188 2.11e-06 2.11e-06 1.79e+03 1.81e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.359 -0.0427 0.0825 2.26e-06 0 0 0 Tank initStep - 1 5e+03 -3.36e+03 4.37e+03 2.26e-06 0 7.44e+03 7.44e+03 expHall Transportation - 2 6.1e+03 -6.74e+03 1e+04 2.26e-06 0 6.66e+03 1.41e+04 world Transportation - 3 7.07e+03 -9.75e+03 1.5e+04 2.26e-06 0 5.91e+03 2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.44 -0.0686 0.108 0.331 0 0 0.464 Tank initStep - 5 0.496 -0.0883 0.12 0.307 0.0245 0.0612 0.526 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.487 -0.085 0.118 3.88e-06 0 0 0 Tank initStep - 1 786 -2.6e+03 -5e+03 3.88e-06 0 5.69e+03 5.69e+03 expHall Transportation - 2 2.73e+03 -6.06e+03 -1e+04 3.88e-06 0 6.39e+03 1.21e+04 world Transportation - 3 4.68e+03 -9.53e+03 -1.5e+04 3.88e-06 0 6.39e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.465 -0.0772 0.113 3.18e-06 0 0 0 Tank initStep - 1 4.1e+03 5e+03 -36.7 3.18e-06 0 6.46e+03 6.46e+03 expHall Transportation - 2 4.1e+03 5e+03 -36.7 3.18e-06 0 0 6.46e+03 Tank Transportation - 3 5e+03 4.29e+03 325 3.18e-06 0 1.2e+03 7.67e+03 expHall Transportation - 4 8.39e+03 -1e+04 7.17e+03 3.18e-06 0 1.62e+04 2.39e+04 world Transportation - 5 9.58e+03 -1.5e+04 9.57e+03 3.18e-06 0 5.67e+03 2.95e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.496 -0.0883 0.12 0.307 0 0 0.526 Tank initStep - 6 0.546 -0.103 0.13 0.284 0.0223 0.0525 0.578 Tank Cerenkov - 7 0.586 -0.12 0.137 0.27 0.0146 0.0453 0.623 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.581 -0.117 0.136 2.58e-06 0 0 0 Tank initStep - 1 1.13e+03 -1.01e+03 5e+03 2.58e-06 0 5.22e+03 5.22e+03 expHall Transportation - 2 150 -5.25e+03 1e+04 2.58e-06 0 6.63e+03 1.19e+04 world Transportation - 3 -832 -9.49e+03 1.5e+04 2.58e-06 0 6.63e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.575 -0.115 0.135 2.64e-06 0 0 0 Tank initStep - 1 -4.87e+03 -4.62e+03 -5e+03 2.64e-06 0 8.37e+03 8.37e+03 expHall Transportation - 2 -4.87e+03 -4.62e+03 -5e+03 2.64e-06 0 0 8.37e+03 Tank Transportation - 3 -5e+03 -4.73e+03 -4.87e+03 2.64e-06 0 210 8.58e+03 expHall Transportation - 4 -5e+03 -4.73e+03 -4.87e+03 2.64e-06 0 0 8.58e+03 Tank Transportation - 5 -4.42e+03 -5e+03 -4.69e+03 2.64e-06 0 666 9.25e+03 expHall Transportation - 6 -4.42e+03 -5e+03 -4.69e+03 2.64e-06 0 0 9.25e+03 Tank Transportation - 7 -348 -3.01e+03 -2.83e+03 2.64e-06 2.64e-06 4.9e+03 1.41e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.586 -0.12 0.137 0.27 0 0 0.623 Tank initStep - 8 0.62 -0.14 0.135 0.261 0.00878 0.0408 0.664 Tank Cerenkov - 9 0.653 -0.155 0.143 0.256 0.00471 0.0382 0.703 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.637 -0.148 0.139 3.42e-06 0 0 0 Tank initStep - 1 -161 -1.21e+03 -5e+03 3.42e-06 0 5.15e+03 5.15e+03 expHall Transportation - 2 0.394 -2.39e+03 -1e+04 3.42e-06 0 5.14e+03 1.03e+04 world Transportation - 3 162 -3.57e+03 -1.5e+04 3.42e-06 0 5.14e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.653 -0.155 0.143 0.256 0 0 0.703 Tank initStep - 10 0.688 -0.166 0.148 0.247 0.00912 0.0369 0.739 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.671 -0.16 0.146 3.79e-06 0 0 0 Tank initStep - 1 618 -5e+03 695 3.79e-06 0 5.09e+03 5.09e+03 expHall Transportation - 2 2.33e+03 -1e+04 2.8e+03 3.79e-06 0 5.69e+03 1.08e+04 world Transportation - 3 4.04e+03 -1.5e+04 4.91e+03 3.79e-06 0 5.69e+03 1.65e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.688 -0.166 0.148 0.247 0 0 0.739 Tank initStep - 11 0.705 -0.173 0.151 0.244 0.00288 0.0184 0.758 Tank Cerenkov - 12 0.711 -0.175 0.153 0.244 0.000483 0.00755 0.765 Tank Cerenkov - 13 0.716 -0.179 0.154 0.243 0.00115 0.00572 0.771 Tank Cerenkov - 14 0.717 -0.18 0.154 0.243 0.000183 0.00135 0.772 Tank Cerenkov - 15 0.717 -0.18 0.154 0.243 0 0.000653 0.773 Tank Cerenkov - 16 0.718 -0.181 0.154 0.243 0.00011 0.000653 0.774 Tank Cerenkov - 17 0.718 -0.181 0.154 0.243 0 0.000235 0.774 Tank Cerenkov - 18 0.718 -0.181 0.154 0.243 0 0.000235 0.774 Tank Cerenkov - 19 0.718 -0.181 0.154 0.242 6.69e-05 0.000235 0.775 Tank Cerenkov - 20 0.811 -0.253 0.166 0.215 0.0274 0.133 0.907 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.79 -0.237 0.163 3.93e-06 0 0 0 Tank initStep - 1 -1.26e+03 -916 535 3.93e-06 3.93e-06 1.65e+03 1.65e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 0.811 -0.253 0.166 0.215 0 0 0.907 Tank initStep - 21 0.814 -0.278 0.194 0.206 0.0094 0.0386 0.946 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.813 -0.269 0.184 3.45e-06 0 0 0 Tank initStep - 1 -2.47e+03 -602 87.3 3.45e-06 3.45e-06 2.55e+03 2.55e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.812 -0.258 0.172 2.83e-06 0 0 0 Tank initStep - 1 -1.77e+03 -5e+03 1.33e+03 2.83e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 -5.31e+03 -1e+04 3.08e+03 2.83e-06 0 6.37e+03 1.18e+04 world Transportation - 3 -8.85e+03 -1.5e+04 4.84e+03 2.83e-06 0 6.37e+03 1.82e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 0.814 -0.278 0.194 0.206 0 0 0.946 Tank initStep - 22 0.841 -0.283 0.217 0.2 0.00602 0.0359 0.982 Tank msc - 23 0.916 -0.288 0.266 0.16 0.0397 0.101 1.08 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.897 -0.287 0.254 3.46e-06 0 0 0 Tank initStep - 1 -167 -49.4 54.6 3.46e-06 3.46e-06 183 183 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 23 0.916 -0.288 0.266 0.16 0 0 1.08 Tank initStep - 24 0.934 -0.292 0.256 0.154 0.00556 0.0238 1.11 Tank msc - 25 0.98 -0.291 0.214 0.125 0.0296 0.0718 1.18 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.964 -0.291 0.229 3.7e-06 0 0 0 Tank initStep - 1 3.44e+03 -556 -152 3.7e-06 0 3.49e+03 3.49e+03 Tank OpRayleigh - 2 -5e+03 2.58e+03 4.77e+03 3.7e-06 0 1.03e+04 1.38e+04 expHall Transportation - 3 -5e+03 2.58e+03 4.77e+03 3.7e-06 0 0 1.38e+04 Tank Transportation - 4 -4.4e+03 2.9e+03 5e+03 3.7e-06 0 714 1.45e+04 expHall Transportation - 5 -4.4e+03 2.9e+03 5e+03 3.7e-06 0 0 1.45e+04 Tank Transportation - 6 -3.69e+03 2.89e+03 1.87e+03 3.7e-06 3.7e-06 3.21e+03 1.77e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.955 -0.291 0.236 2.4e-06 0 0 0 Tank initStep - 1 4.61e+03 3.01e+03 -5e+03 2.4e-06 0 7.43e+03 7.43e+03 expHall Transportation - 2 4.61e+03 3.01e+03 -5e+03 2.4e-06 0 0 7.43e+03 Tank Transportation - 3 5e+03 3.41e+03 -4.79e+03 2.4e-06 0 600 8.03e+03 expHall Transportation - 4 5e+03 3.41e+03 -4.79e+03 2.4e-06 0 0 8.03e+03 Tank Transportation - 5 4.28e+03 4.86e+03 -4.51e+03 2.4e-06 2.4e-06 1.64e+03 9.68e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 0.98 -0.291 0.214 0.125 0 0 1.18 Tank initStep - 26 0.987 -0.289 0.2 0.121 0.00399 0.0157 1.19 Tank msc - 27 0.993 -0.286 0.155 0.0993 0.0215 0.0526 1.25 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.992 -0.286 0.164 3.42e-06 0 0 0 Tank initStep - 1 -10.1 -15.9 35.4 3.42e-06 3.42e-06 40.1 40.1 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 27 0.993 -0.286 0.155 0.0993 0 0 1.25 Tank initStep - 28 0.991 -0.277 0.151 0.0952 0.00412 0.0106 1.26 Tank msc - 29 0.984 -0.247 0.136 0.0783 0.0169 0.04 1.3 Tank eIoni - 30 0.988 -0.227 0.119 0.0629 0.0154 0.0326 1.33 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.987 -0.233 0.124 2.19e-06 0 0 0 Tank initStep - 1 -5e+03 3.34e+03 1.8e+03 2.19e-06 0 6.28e+03 6.28e+03 expHall Transportation - 2 -5e+03 3.34e+03 1.8e+03 2.19e-06 0 0 6.28e+03 Tank Transportation - 3 -3.69e+03 4.3e+03 2.93e+03 2.19e-06 2.19e-06 1.98e+03 8.26e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 30 0.988 -0.227 0.119 0.0629 0 0 1.33 Tank initStep - 31 0.985 -0.226 0.115 0.00366 0.0592 0.00476 1.34 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.987 -0.226 0.118 3.4e-06 0 0 0 Tank initStep - 1 48 -12.8 73.2 3.4e-06 3.4e-06 87.8 87.8 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 0.985 -0.226 0.115 0.00366 0 0 1.34 Tank initStep - 32 0.985 -0.226 0.115 0.0036 5.91e-05 3.04e-05 1.34 Tank msc - 33 0.985 -0.226 0.115 0 0.0036 0.00037 1.34 Tank eIoni - 34 0.985 -0.226 0.115 0 0 0 1.34 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.985 -0.226 0.115 0.511 0 0 0 Tank initStep - 1 38.2 -90.8 -183 0.296 0.000537 208 208 Tank compt - 2 71.1 -127 -170 0.214 2.92e-05 50.5 258 Tank compt - 3 72.4 -127 -158 0.177 1.42e-05 12.4 271 Tank compt - 4 64.7 -204 -113 0.107 1.42e-05 88.8 360 Tank compt - 5 55.4 -178 -123 0.0828 2.92e-05 29 389 Tank compt - 6 42.4 -242 -184 0.0754 1.36e-05 89.7 478 Tank compt - 7 44.9 -252 -181 0.0667 0.000537 10.7 489 Tank compt - 8 27.9 -284 -250 0.0648 0.000537 78.3 567 Tank compt - 9 32.1 -272 -289 0.056 1.42e-05 41.2 608 Tank compt - 10 34 -346 -292 0.0541 1.42e-05 74 682 Tank compt - 11 12.2 -365 -305 0.051 0.000537 32.2 715 Tank compt - 12 26.2 -392 -329 0.0482 0.000537 38.6 753 Tank compt - 13 -2.45 -417 -352 0.0436 2.92e-05 44.5 798 Tank compt - 14 -14.8 -399 -356 0.0394 2.92e-05 22.1 820 Tank compt - 15 22.4 -398 -393 0.0358 2.92e-05 53 873 Tank compt - 16 15.7 -382 -390 0 0.000537 18.5 891 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15.7 -382 -390 0.0352 0 0 0 Tank initStep - 1 15.7 -382 -390 0.0344 0.000854 0.00183 0.00183 Tank msc - 2 15.7 -382 -390 0 0.0344 0.0167 0.0186 Tank eIoni - 3 15.7 -382 -390 0 0 0 0.0186 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15.7 -382 -390 2.34e-06 0 0 0 Tank initStep - 1 5e+03 2.42e+03 469 2.34e-06 0 5.78e+03 5.78e+03 expHall Transportation - 2 5e+03 2.42e+03 469 2.34e-06 0 0 5.78e+03 Tank Transportation - 3 3.84e+03 5e+03 1.07e+03 2.34e-06 0 2.89e+03 8.67e+03 expHall Transportation - 4 3.84e+03 5e+03 1.07e+03 2.34e-06 0 0 8.67e+03 Tank Transportation - 5 -662 -5e+03 -3.26e+03 2.34e-06 0 1.18e+04 2.05e+04 expHall Transportation - 6 -5.22e+03 -1e+04 -8.3e+03 2.34e-06 0 8.43e+03 2.89e+04 world Transportation - 7 -9.78e+03 -1.5e+04 -1.33e+04 2.34e-06 0 8.43e+03 3.73e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.4 -398 -393 0.00354 0 0 0 Tank initStep - 1 22.4 -398 -393 0.00339 0.000151 3.26e-05 3.26e-05 Tank msc - 2 22.4 -398 -393 0 0.00339 0.000378 0.000411 Tank eIoni - 3 22.4 -398 -393 0 0 0 0.000411 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.8 -399 -356 0.0042 0 0 0 Tank initStep - 1 -14.8 -399 -356 0.0041 0.000104 4.37e-05 4.37e-05 Tank msc - 2 -14.8 -399 -356 0 0.0041 0.000524 0.000567 Tank eIoni - 3 -14.8 -399 -356 0 0 0 0.000567 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.45 -417 -352 0.00456 0 0 0 Tank initStep - 1 -2.45 -417 -352 0.00439 0.000169 5.04e-05 5.04e-05 Tank msc - 2 -2.45 -417 -352 0 0.00439 0.00059 0.000641 Tank eIoni - 3 -2.45 -417 -352 0 0 0 0.000641 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 26.2 -392 -329 0.00226 0 0 0 Tank initStep - 1 26.2 -392 -329 0.00209 0.00017 1.54e-05 1.54e-05 Tank msc - 2 26.2 -392 -329 0 0.00209 0.000169 0.000184 Tank eIoni - 3 26.2 -392 -329 0 0 0 0.000184 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.2 -365 -305 0.00259 0 0 0 Tank initStep - 1 12.2 -365 -305 0.00248 0.000107 1.92e-05 1.92e-05 Tank msc - 2 12.2 -365 -305 0 0.00248 0.000224 0.000243 Tank eIoni - 3 12.2 -365 -305 0 0 0 0.000243 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34 -346 -292 0.00187 0 0 0 Tank initStep - 1 34 -346 -292 0.00176 0.000106 1.12e-05 1.12e-05 Tank msc - 2 34 -346 -292 0 0.00176 0.000128 0.000139 Tank eIoni - 3 34 -346 -292 0 0 0 0.000139 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.1 -272 -289 0.0088 0 0 0 Tank initStep - 1 32.1 -272 -289 0.00863 0.000169 0.000158 0.000158 Tank msc - 2 32.1 -272 -289 0 0.00863 0.00191 0.00207 Tank eIoni - 3 32.1 -272 -289 0 0 0 0.00207 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.9 -284 -250 0.00141 0 0 0 Tank initStep - 1 27.9 -284 -250 0.00137 3.69e-05 7.12e-06 7.12e-06 Tank msc - 2 27.9 -284 -250 0 0.00137 8.54e-05 9.25e-05 Tank eIoni - 3 27.9 -284 -250 0 0 0 9.25e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -252 -181 0.00808 0 0 0 Tank initStep - 1 44.9 -252 -181 0.00795 0.000138 0.000136 0.000136 Tank msc - 2 44.9 -252 -181 0 0.00795 0.00165 0.00179 Tank eIoni - 3 44.9 -252 -181 0 0 0 0.00179 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 42.4 -242 -184 0.00746 0 0 0 Tank initStep - 1 42.4 -242 -184 0.00733 0.00013 0.000118 0.000118 Tank msc - 2 42.4 -242 -184 0 0.00733 0.00143 0.00155 Tank eIoni - 3 42.4 -242 -184 0 0 0 0.00155 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 55.4 -178 -123 0.0239 0 0 0 Tank initStep - 1 55.4 -178 -123 0.0229 0.000992 0.00092 0.00092 Tank msc - 2 55.4 -178 -123 0.0102 0.0127 0.0106 0.0115 Tank eIoni - 3 55.4 -178 -123 0 0.0102 0.00255 0.0141 Tank eIoni - 4 55.4 -178 -123 0 0 0 0.0141 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.7 -204 -113 0.0706 0 0 0 Tank initStep - 1 64.7 -204 -113 0.0678 0.00277 0.00622 0.00622 Tank msc - 2 64.7 -204 -113 0.0547 0.0131 0.0294 0.0356 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.7 -204 -113 3.55e-06 0 0 0 Tank initStep - 1 -2.76e+03 209 -5e+03 3.55e-06 0 5.66e+03 5.66e+03 expHall Transportation - 2 -2.76e+03 209 -5e+03 3.55e-06 0 0 5.66e+03 Tank Transportation - 3 -2.7e+03 -2.77e+03 5e+03 3.55e-06 0 1.04e+04 1.61e+04 expHall Transportation - 4 -2.56e+03 -4.97e+03 1e+04 3.55e-06 0 5.47e+03 2.16e+04 world Transportation - 5 -2.42e+03 -7.18e+03 1.5e+04 3.55e-06 0 5.47e+03 2.7e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.7 -204 -113 2.21e-06 0 0 0 Tank initStep - 1 -2.19e+03 323 -326 2.21e-06 2.21e-06 2.33e+03 2.33e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 64.7 -204 -113 0.0547 0 0 0.0356 Tank initStep - 3 64.7 -204 -113 0.0522 0.00257 0.00398 0.0396 Tank msc - 4 64.7 -204 -113 0.0355 0.0167 0.0234 0.063 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.7 -204 -113 3.48e-06 0 0 0 Tank initStep - 1 749 -632 -1.38e+03 3.48e-06 3.48e-06 1.5e+03 1.5e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 64.7 -204 -113 0.0355 0 0 0.063 Tank initStep - 5 64.7 -204 -113 0.0345 0.00105 0.00185 0.0648 Tank msc - 6 64.7 -204 -113 0.00526 0.0292 0.0168 0.0816 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.7 -204 -113 2.29e-06 0 0 0 Tank initStep - 1 -1.69e+03 -3.95e+03 -5e+03 2.29e-06 0 6.4e+03 6.4e+03 expHall Transportation - 2 -4.14e+03 -1e+04 -7.63e+03 2.29e-06 0 7.04e+03 1.34e+04 world Transportation - 3 -6.16e+03 -1.5e+04 -9.81e+03 2.29e-06 0 5.82e+03 1.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.7 -204 -113 2.64e-06 0 0 0 Tank initStep - 1 -3.67e+03 -1.97e+03 5e+03 2.64e-06 0 6.57e+03 6.57e+03 expHall Transportation - 2 -3.67e+03 -1.97e+03 5e+03 2.64e-06 0 0 6.57e+03 Tank Transportation - 3 -5e+03 -3.16e+03 2.06e+03 2.64e-06 0 3.44e+03 1e+04 expHall Transportation - 4 -5e+03 -3.16e+03 2.06e+03 2.64e-06 0 0 1e+04 Tank Transportation - 5 -3.09e+03 -5e+03 -2.38e+03 2.64e-06 0 5.16e+03 1.52e+04 expHall Transportation - 6 -3.09e+03 -5e+03 -2.38e+03 2.64e-06 0 0 1.52e+04 Tank Transportation - 7 -4.97e+03 -589 -5e+03 2.64e-06 0 5.47e+03 2.06e+04 expHall Transportation - 8 -4.97e+03 -589 -5e+03 2.64e-06 0 0 2.06e+04 Tank Transportation - 9 -5e+03 -552 -4.97e+03 2.64e-06 0 53.4 2.07e+04 expHall Transportation - 10 -1e+04 8.01e+03 -1.17e+03 2.64e-06 0 1.06e+04 3.13e+04 world Transportation - 11 -1.41e+04 1.5e+04 1.95e+03 2.64e-06 0 8.68e+03 4e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 64.7 -204 -113 0.00526 0 0 0.0816 Tank initStep - 7 64.7 -204 -113 0.005 0.000256 6.44e-05 0.0817 Tank msc - 8 64.7 -204 -113 0 0.005 0.000739 0.0824 Tank eIoni - 9 64.7 -204 -113 0 0 0 0.0824 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.4 -127 -158 0.0365 0 0 0 Tank initStep - 1 72.4 -127 -158 0.0344 0.0021 0.00195 0.00195 Tank msc - 2 72.5 -127 -158 0.0171 0.0173 0.0167 0.0187 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.4 -127 -158 2.3e-06 0 0 0 Tank initStep - 1 2.6e+03 5e+03 3.63e+03 2.3e-06 0 6.86e+03 6.86e+03 expHall Transportation - 2 2.6e+03 5e+03 3.63e+03 2.3e-06 0 0 6.86e+03 Tank Transportation - 3 3.67e+03 3.82e+03 5e+03 2.3e-06 0 2.1e+03 8.96e+03 expHall Transportation - 4 3.67e+03 3.82e+03 5e+03 2.3e-06 0 0 8.96e+03 Tank Transportation - 5 5e+03 3.21e+03 4.18e+03 2.3e-06 0 1.68e+03 1.06e+04 expHall Transportation - 6 5e+03 3.21e+03 4.18e+03 2.3e-06 0 0 1.06e+04 Tank Transportation - 7 4.99e+03 3.2e+03 4.18e+03 2.3e-06 2.3e-06 19.5 1.07e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 72.5 -127 -158 0.0171 0 0 0.0187 Tank initStep - 3 72.5 -127 -158 0.0168 0.000338 0.00051 0.0192 Tank msc - 4 72.5 -127 -158 0 0.0168 0.00615 0.0253 Tank eIoni - 5 72.5 -127 -158 0 0 0 0.0253 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 71.1 -127 -170 0.082 0 0 0 Tank initStep - 1 71.1 -127 -170 0.0713 0.0108 0.00809 0.00809 Tank msc - 2 71.1 -127 -170 0.0599 0.0114 0.0308 0.0389 Tank eIoni - 3 71.1 -127 -170 0.0423 0.0175 0.0263 0.0652 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 71.1 -127 -170 2.66e-06 0 0 0 Tank initStep - 1 -3.98e+03 5e+03 2.74e+03 2.66e-06 0 7.15e+03 7.15e+03 expHall Transportation - 2 -3.98e+03 5e+03 2.74e+03 2.66e-06 0 0 7.15e+03 Tank Transportation - 3 -5e+03 4.25e+03 4.5e+03 2.66e-06 0 2.17e+03 9.32e+03 expHall Transportation - 4 -5e+03 4.25e+03 4.5e+03 2.66e-06 0 0 9.32e+03 Tank Transportation - 5 -4.18e+03 3.98e+03 5e+03 2.66e-06 0 1e+03 1.03e+04 expHall Transportation - 6 -4.18e+03 3.98e+03 5e+03 2.66e-06 0 0 1.03e+04 Tank Transportation - 7 5e+03 1.13e+03 674 2.66e-06 0 1.05e+04 2.09e+04 expHall Transportation - 8 1e+04 -6.35e+03 -6.8e+03 2.66e-06 0 1.17e+04 3.26e+04 world Transportation - 9 1.5e+04 -1.38e+04 -1.43e+04 2.66e-06 0 1.17e+04 4.43e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 71.1 -127 -170 0.0423 0 0 0.0652 Tank initStep - 4 71.1 -127 -170 0.0406 0.0018 0.00254 0.0677 Tank msc - 5 71.1 -127 -170 0.0276 0.013 0.0191 0.0869 Tank eIoni - 6 71.1 -127 -170 0.00624 0.0213 0.0136 0.1 Tank eIoni - 7 71.1 -127 -170 0 0.00624 0.00108 0.102 Tank eIoni - 8 71.1 -127 -170 0 0 0 0.102 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.2 -90.8 -183 0.215 0 0 0 Tank initStep - 1 38.2 -90.8 -183 0.199 0.0151 0.0398 0.0398 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.2 -90.8 -183 4.09e-06 0 0 0 Tank initStep - 1 -1.8e+03 -3.91e+03 5e+03 4.09e-06 0 6.7e+03 6.7e+03 expHall Transportation - 2 -1.8e+03 -3.91e+03 5e+03 4.09e-06 0 0 6.7e+03 Tank Transportation - 3 -3.01e+03 -4.72e+03 3.59e+03 4.09e-06 0 2.03e+03 8.73e+03 Tank OpRayleigh - 4 -2.41e+03 -5e+03 1.91e+03 4.09e-06 0 1.8e+03 1.05e+04 expHall Transportation - 5 -2.41e+03 -5e+03 1.91e+03 4.09e-06 0 0 1.05e+04 Tank Transportation - 6 -1.23e+03 -3.35e+03 -1.03e+03 4.09e-06 0 3.57e+03 1.41e+04 Tank OpRayleigh - 7 -1.04e+03 -5e+03 -523 4.09e-06 0 1.74e+03 1.58e+04 expHall Transportation - 8 1.19e+03 -1e+04 2.93e+03 4.09e-06 0 6.47e+03 2.23e+04 world Transportation - 9 3.41e+03 -1.5e+04 6.39e+03 4.09e-06 0 6.47e+03 2.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 38.2 -90.8 -183 0.199 0 0 0.0398 Tank initStep - 2 38.2 -90.8 -183 0.192 0.00711 0.0355 0.0753 Tank msc - 3 38.2 -90.8 -183 0.171 0.0216 0.0995 0.175 Tank eIoni - 4 38.1 -90.8 -183 0.143 0.0276 0.0849 0.26 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.1 -90.8 -183 3.37e-06 0 0 0 Tank initStep - 1 -521 5e+03 -4.93e+03 3.37e-06 0 6.98e+03 6.98e+03 expHall Transportation - 2 -521 5e+03 -4.93e+03 3.37e-06 0 0 6.98e+03 Tank Transportation - 3 -548 4.92e+03 -5e+03 3.37e-06 0 113 7.09e+03 expHall Transportation - 4 -548 4.92e+03 -5e+03 3.37e-06 0 0 7.09e+03 Tank Transportation - 5 -3.98e+03 942 1.77e+03 3.37e-06 0 8.57e+03 1.57e+04 Tank OpRayleigh - 6 -5e+03 1.1e+03 1.47e+03 3.37e-06 0 1.08e+03 1.67e+04 expHall Transportation - 7 -1e+04 3.89e+03 -4.45e+03 3.37e-06 0 8.23e+03 2.5e+04 world Transportation - 8 -1.5e+04 6.68e+03 -1.04e+04 3.37e-06 0 8.23e+03 3.32e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.1 -90.8 -183 2.64e-06 0 0 0 Tank initStep - 1 -566 5e+03 2.37e+03 2.64e-06 0 5.73e+03 5.73e+03 expHall Transportation - 2 -566 5e+03 2.37e+03 2.64e-06 0 0 5.73e+03 Tank Transportation - 3 -1.85e+03 3.7e+03 5e+03 2.64e-06 0 3.2e+03 8.93e+03 expHall Transportation - 4 -1.85e+03 3.7e+03 5e+03 2.64e-06 0 0 8.93e+03 Tank Transportation - 5 -5e+03 -2.97e+03 384 2.64e-06 0 8.7e+03 1.76e+04 expHall Transportation - 6 -5e+03 -2.97e+03 384 2.64e-06 0 0 1.76e+04 Tank Transportation - 7 -2.67e+03 -5e+03 -1.27e+03 2.64e-06 0 3.5e+03 2.11e+04 expHall Transportation - 8 -2.67e+03 -5e+03 -1.27e+03 2.64e-06 0 0 2.11e+04 Tank Transportation - 9 719 812 -5e+03 2.64e-06 0 7.7e+03 2.88e+04 expHall Transportation - 10 719 812 -5e+03 2.64e-06 0 0 2.88e+04 Tank Transportation - 11 2.15e+03 5e+03 -2.74e+03 2.64e-06 0 4.97e+03 3.38e+04 expHall Transportation - 12 2.15e+03 5e+03 -2.74e+03 2.64e-06 0 0 3.38e+04 Tank Transportation - 13 5e+03 2.01e+03 3e+03 2.64e-06 0 7.07e+03 4.09e+04 expHall Transportation - 14 5e+03 2.01e+03 3e+03 2.64e-06 0 0 4.09e+04 Tank Transportation - 15 3.98e+03 1.19e+03 5e+03 2.64e-06 0 2.39e+03 4.33e+04 expHall Transportation - 16 3.98e+03 1.19e+03 5e+03 2.64e-06 0 0 4.33e+04 Tank Transportation - 17 124 -676 671 2.64e-06 2.64e-06 6.09e+03 4.94e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 38.1 -90.8 -183 0.143 0 0 0.26 Tank initStep - 5 38.1 -90.8 -183 0.135 0.00839 0.0207 0.28 Tank msc - 6 38.2 -90.9 -183 0.117 0.0175 0.0625 0.343 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.2 -90.9 -183 3.49e-06 0 0 0 Tank initStep - 1 -678 -2.42e+03 1.23e+03 3.49e-06 3.49e-06 2.82e+03 2.82e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 38.2 -90.9 -183 0.117 0 0 0.343 Tank initStep - 7 38.2 -90.9 -183 0.114 0.00341 0.0149 0.358 Tank msc - 8 38.2 -90.9 -183 0.096 0.0179 0.0509 0.409 Tank eIoni - 9 38.2 -90.9 -183 0.0815 0.0145 0.0419 0.451 Tank eIoni - 10 38.3 -90.9 -183 0.0612 0.0203 0.0352 0.486 Tank eIoni - 11 38.3 -90.9 -183 0.0429 0.0183 0.0268 0.513 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.3 -90.9 -183 3.6e-06 0 0 0 Tank initStep - 1 -3.2e+03 -2.43e+03 5e+03 3.6e-06 0 6.55e+03 6.55e+03 expHall Transportation - 2 -3.2e+03 -2.43e+03 5e+03 3.6e-06 0 0 6.55e+03 Tank Transportation - 3 -5e+03 -3.57e+03 4.62e+03 3.6e-06 0 2.16e+03 8.71e+03 expHall Transportation - 4 -5e+03 -3.57e+03 4.62e+03 3.6e-06 0 0 8.71e+03 Tank Transportation - 5 -3.95e+03 -5e+03 4.43e+03 3.6e-06 0 1.78e+03 1.05e+04 expHall Transportation - 6 -3.95e+03 -5e+03 4.43e+03 3.6e-06 0 0 1.05e+04 Tank Transportation - 7 -1.28e+03 -2.35e+03 5e+03 3.6e-06 0 3.81e+03 1.43e+04 expHall Transportation - 8 6.83e+03 1e+04 6.4e+03 3.6e-06 0 1.48e+04 2.91e+04 world Transportation - 9 1.01e+04 1.5e+04 6.96e+03 3.6e-06 0 6.01e+03 3.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 38.3 -90.9 -183 0.0429 0 0 0.513 Tank initStep - 12 38.3 -90.9 -183 0.0419 0.00105 0.0026 0.515 Tank msc - 13 38.3 -90.9 -183 0.0242 0.0177 0.0196 0.535 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.3 -90.9 -183 2.4e-06 0 0 0 Tank initStep - 1 5e+03 114 -1.1e+03 2.4e-06 0 5.05e+03 5.05e+03 expHall Transportation - 2 5e+03 114 -1.1e+03 2.4e-06 0 0 5.05e+03 Tank Transportation - 3 338 1.52e+03 -2.15e+03 2.4e-06 2.4e-06 4.98e+03 1e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 38.3 -90.9 -183 0.0242 0 0 0.535 Tank initStep - 14 38.3 -90.9 -183 0.0231 0.00101 0.000939 0.536 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.3 -90.9 -183 2.64e-06 0 0 0 Tank initStep - 1 -4.62e+03 -3.48e+03 -5e+03 2.64e-06 0 7.51e+03 7.51e+03 expHall Transportation - 2 -4.62e+03 -3.48e+03 -5e+03 2.64e-06 0 0 7.51e+03 Tank Transportation - 3 -5e+03 -3.77e+03 -4.46e+03 2.64e-06 0 720 8.23e+03 expHall Transportation - 4 -5e+03 -3.77e+03 -4.46e+03 2.64e-06 0 0 8.23e+03 Tank Transportation - 5 -2.35e+03 -5e+03 -3.21e+03 2.64e-06 0 3.18e+03 1.14e+04 expHall Transportation - 6 -2.35e+03 -5e+03 -3.21e+03 2.64e-06 0 0 1.14e+04 Tank Transportation - 7 5e+03 -2.87e+03 742 2.64e-06 0 8.61e+03 2e+04 expHall Transportation - 8 5e+03 -2.87e+03 742 2.64e-06 0 0 2e+04 Tank Transportation - 9 4.03e+03 -2.49e+03 1.41e+03 2.64e-06 2.64e-06 1.23e+03 2.13e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 38.3 -90.9 -183 0.0231 0 0 0.536 Tank initStep - 15 38.3 -90.9 -183 0.0223 0.000858 0.00087 0.537 Tank msc - 16 38.3 -90.9 -183 0 0.0223 0.0102 0.547 Tank eIoni - 17 38.3 -90.9 -183 0 0 0 0.547 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.3 -90.9 -183 2.95e-06 0 0 0 Tank initStep - 1 1.53e+03 -2.26e+03 1.8e+03 2.95e-06 2.95e-06 3.29e+03 3.29e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 30 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.3 -90.9 -183 3.37e-06 0 0 0 Tank initStep - 1 -5e+03 -629 3.73e+03 3.37e-06 0 6.4e+03 6.4e+03 expHall Transportation - 2 -7.72e+03 509 1e+04 3.37e-06 0 6.93e+03 1.33e+04 world Transportation - 3 -9.89e+03 1.42e+03 1.5e+04 3.37e-06 0 5.52e+03 1.89e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.985 -0.226 0.115 0.511 0 0 0 Tank initStep - 1 -6.07 17 34.9 0.215 1.36e-05 39.4 39.4 Tank compt - 2 199 12.6 -11.7 0.215 0 210 250 Tank Rayl - 3 220 6.25 -17.3 0.154 0.000537 22.8 273 Tank compt - 4 220 6.56 -18.4 0.109 1.42e-05 1.11 274 Tank compt - 5 330 -47.8 35.8 0.105 2.92e-05 134 407 Tank compt - 6 336 -48 36.3 0.0859 2.92e-05 6.23 414 Tank compt - 7 312 47.7 213 0.0782 2.92e-05 202 616 Tank compt - 8 258 9.14 270 0.0647 1.42e-05 87.5 703 Tank compt - 9 245 26.5 256 0.0614 1.42e-05 25.8 729 Tank compt - 10 259 46.7 185 0.0614 1.42e-05 74.7 804 Tank compt - 11 259 46.9 185 0.0546 2.92e-05 0.76 805 Tank compt - 12 213 9.04 165 0 0.000537 62.8 868 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 213 9.04 165 2.89e-06 0 0 0 Tank initStep - 1 2.39e+03 -1.92e+03 5e+03 2.89e-06 0 5.64e+03 5.64e+03 expHall Transportation - 2 2.39e+03 -1.92e+03 5e+03 2.89e-06 0 0 5.64e+03 Tank Transportation - 3 5e+03 -4.34e+03 2.51e+03 2.89e-06 0 4.34e+03 9.98e+03 expHall Transportation - 4 5e+03 -4.34e+03 2.51e+03 2.89e-06 0 0 9.98e+03 Tank Transportation - 5 4.89e+03 -5e+03 1.34e+03 2.89e-06 0 1.35e+03 1.13e+04 expHall Transportation - 6 4.89e+03 -5e+03 1.34e+03 2.89e-06 0 0 1.13e+04 Tank Transportation - 7 3.69e+03 2.27e+03 -5e+03 2.89e-06 0 9.72e+03 2.11e+04 expHall Transportation - 8 3.69e+03 2.27e+03 -5e+03 2.89e-06 0 0 2.11e+04 Tank Transportation - 9 2.73e+03 5e+03 418 2.89e-06 0 6.14e+03 2.72e+04 expHall Transportation - 10 2.73e+03 5e+03 418 2.89e-06 0 0 2.72e+04 Tank Transportation - 11 749 3.3e+03 4.7e+03 2.89e-06 0 5.01e+03 3.22e+04 Tank OpRayleigh - 12 -733 -2.11e+03 -5e+03 2.89e-06 0 1.12e+04 4.34e+04 expHall Transportation - 13 -2.89e+03 -6.72e+03 -1e+04 2.89e-06 0 7.13e+03 5.05e+04 world Transportation - 14 -5.04e+03 -1.13e+04 -1.5e+04 2.89e-06 0 7.13e+03 5.77e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 213 9.04 165 0.054 0 0 0 Tank initStep - 1 213 9.05 165 0.0527 0.00133 0.00389 0.00389 Tank msc - 2 213 9.06 165 0.042 0.0107 0.0236 0.0275 Tank eIoni - 3 213 9.07 165 0.0221 0.02 0.0197 0.0472 Tank eIoni - 4 213 9.07 165 0 0.0221 0.00999 0.0572 Tank eIoni - 5 213 9.07 165 0 0 0 0.0572 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 259 46.9 185 0.0068 0 0 0 Tank initStep - 1 259 46.9 185 0.00653 0.000273 0.000101 0.000101 Tank msc - 2 259 46.9 185 0 0.00653 0.00117 0.00127 Tank eIoni - 3 259 46.9 185 0 0 0 0.00127 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 259 46.9 185 2.68e-06 0 0 0 Tank initStep - 1 -4.46e+03 -5e+03 -618 2.68e-06 0 6.96e+03 6.96e+03 expHall Transportation - 2 -4.46e+03 -5e+03 -618 2.68e-06 0 0 6.96e+03 Tank Transportation - 3 -5e+03 -4.61e+03 -682 2.68e-06 0 666 7.62e+03 expHall Transportation - 4 -1e+04 5.28e+03 755 2.68e-06 0 1.12e+04 1.88e+04 world Transportation - 5 -1.49e+04 1.5e+04 2.17e+03 2.68e-06 0 1.1e+04 2.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 259 46.7 185 3.19e-05 0 0 0 Tank initStep - 1 259 46.7 185 0 3.19e-05 1.71e-07 1.71e-07 Tank msc - 2 259 46.7 185 0 0 0 1.71e-07 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 245 26.5 256 0.00326 0 0 0 Tank initStep - 1 245 26.5 256 0.00315 0.000106 2.84e-05 2.84e-05 Tank msc - 2 245 26.5 256 0 0.00315 0.000335 0.000364 Tank eIoni - 3 245 26.5 256 0 0 0 0.000364 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 258 9.14 270 0.0134 0 0 0 Tank initStep - 1 258 9.14 270 0.0131 0.000373 0.000334 0.000334 Tank msc - 2 258 9.14 270 0 0.0131 0.00397 0.00431 Tank eIoni - 3 258 9.14 270 0 0 0 0.00431 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 312 47.7 213 0.00771 0 0 0 Tank initStep - 1 312 47.7 213 0.00762 9.22e-05 0.000126 0.000126 Tank msc - 2 312 47.7 213 0 0.00762 0.00154 0.00166 Tank eIoni - 3 312 47.7 213 0 0 0 0.00166 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 336 -48 36.3 0.0195 0 0 0 Tank initStep - 1 336 -48 36.2 0.0189 0.000611 0.000642 0.000642 Tank msc - 2 336 -48 36.2 0 0.0189 0.00759 0.00823 Tank eIoni - 3 336 -48 36.2 0 0 0 0.00823 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 336 -48 36.2 3.48e-06 0 0 0 Tank initStep - 1 -474 -4.25e+03 4.53e+03 3.48e-06 3.48e-06 6.2e+03 6.2e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 336 -48 36.2 2.4e-06 0 0 0 Tank initStep - 1 15.2 2e+03 254 2.4e-06 0 2.08e+03 2.08e+03 Bubble Transportation - 2 -199 3e+03 400 2.4e-06 0 1.03e+03 3.12e+03 Tank Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 330 -47.8 35.8 0.00326 0 0 0 Tank initStep - 1 330 -47.8 35.8 0.00326 0 2.84e-05 2.84e-05 Tank msc - 2 330 -47.8 35.8 0 0.00326 0.000355 0.000384 Tank eIoni - 3 330 -47.8 35.8 0 0 0 0.000384 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 66 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 330 -47.8 35.8 3.65e-06 0 0 0 Tank initStep - 1 -4.54e+03 -5e+03 -1.99e+03 3.65e-06 0 7.23e+03 7.23e+03 expHall Transportation - 2 -8.65e+03 -1e+04 -6.87e+03 3.65e-06 0 8.11e+03 1.53e+04 world Transportation - 3 -1.28e+04 -1.5e+04 -1.18e+04 3.65e-06 0 8.11e+03 2.34e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 6.56 -18.4 0.0454 0 0 0 Tank initStep - 1 220 6.56 -18.4 0.0439 0.00149 0.00287 0.00287 Tank msc - 2 220 6.57 -18.4 0.0304 0.0135 0.0204 0.0233 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 6.57 -18.4 2.2e-06 0 0 0 Tank initStep - 1 1.51e+03 -82.9 1.28e+03 2.2e-06 2.2e-06 1.84e+03 1.84e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 220 6.57 -18.4 0.0304 0 0 0.0233 Tank initStep - 3 220 6.57 -18.4 0.0291 0.00127 0.00141 0.0247 Tank msc - 4 220 6.58 -18.4 0.0081 0.021 0.0144 0.039 Tank eIoni - 5 220 6.58 -18.4 0 0.0081 0.00171 0.0407 Tank eIoni - 6 220 6.58 -18.4 0 0 0 0.0407 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 65 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 6.58 -18.4 3.85e-06 0 0 0 Tank initStep - 1 -1.53e+03 5e+03 3.49e+03 3.85e-06 0 6.35e+03 6.35e+03 expHall Transportation - 2 -2.79e+03 8.42e+03 1e+04 3.85e-06 0 7.46e+03 1.38e+04 world Transportation - 3 -3.75e+03 1.1e+04 1.5e+04 3.85e-06 0 5.73e+03 1.95e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 6.25 -17.3 0.0602 0 0 0 Tank initStep - 1 220 6.25 -17.3 0.0589 0.00124 0.0047 0.0047 Tank msc - 2 220 6.24 -17.3 0.0459 0.013 0.0259 0.0306 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 64 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 6.24 -17.3 3.28e-06 0 0 0 Tank initStep - 1 5e+03 361 499 3.28e-06 0 4.82e+03 4.82e+03 expHall Transportation - 2 5e+03 361 499 3.28e-06 0 0 4.82e+03 Tank Transportation - 3 2.68e+03 4.06e+03 911 3.28e-06 3.28e-06 4.38e+03 9.21e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 64 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 6.24 -17.3 2.18e-06 0 0 0 Tank initStep - 1 3.64e+03 4.71e+03 5e+03 2.18e-06 0 7.68e+03 7.68e+03 expHall Transportation - 2 3.64e+03 4.71e+03 5e+03 2.18e-06 0 0 7.68e+03 Tank Transportation - 3 3.56e+03 5e+03 4.2e+03 2.18e-06 0 854 8.53e+03 expHall Transportation - 4 3.56e+03 5e+03 4.2e+03 2.18e-06 0 0 8.53e+03 Tank Transportation - 5 2.84e+03 3.76e+03 -5e+03 2.18e-06 0 9.31e+03 1.78e+04 expHall Transportation - 6 2.65e+03 3e+03 -1e+04 2.18e-06 0 5.06e+03 2.29e+04 world Transportation - 7 2.46e+03 2.24e+03 -1.5e+04 2.18e-06 0 5.06e+03 2.8e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 220 6.24 -17.3 0.0459 0 0 0.0306 Tank initStep - 3 220 6.23 -17.3 0.0437 0.00218 0.00293 0.0335 Tank msc - 4 220 6.22 -17.3 0.0318 0.0119 0.0203 0.0539 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 64 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 6.23 -17.3 2.28e-06 0 0 0 Tank initStep - 1 386 -3.71e+03 -5e+03 2.28e-06 0 6.22e+03 6.22e+03 expHall Transportation - 2 386 -3.71e+03 -5e+03 2.28e-06 0 0 6.22e+03 Tank Transportation - 3 631 -5e+03 -3.03e+03 2.28e-06 0 2.37e+03 8.59e+03 expHall Transportation - 4 631 -5e+03 -3.03e+03 2.28e-06 0 0 8.59e+03 Tank Transportation - 5 5e+03 3.11e+03 4.04e+03 2.28e-06 0 1.16e+04 2.02e+04 expHall Transportation - 6 5e+03 3.11e+03 4.04e+03 2.28e-06 0 0 2.02e+04 Tank Transportation - 7 4.49e+03 3.01e+03 5e+03 2.28e-06 0 1.1e+03 2.13e+04 expHall Transportation - 8 1.15e+03 1.93e+03 1e+04 2.28e-06 0 6.11e+03 2.74e+04 world Transportation - 9 -2.18e+03 855 1.5e+04 2.28e-06 0 6.11e+03 3.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 220 6.22 -17.3 0.0318 0 0 0.0539 Tank initStep - 5 220 6.22 -17.3 0.03 0.00183 0.00153 0.0554 Tank msc - 6 220 6.21 -17.3 0.0166 0.0134 0.0148 0.0702 Tank eIoni - 7 220 6.21 -17.3 0 0.0166 0.00602 0.0762 Tank eIoni - 8 220 6.21 -17.3 0 0 0 0.0762 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 64 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 6.21 -17.3 3.59e-06 0 0 0 Tank initStep - 1 -1.98e+03 -34 -173 3.59e-06 0 2.2e+03 2.2e+03 Tank OpRayleigh - 2 5e+03 3.82e+03 -3.86e+03 3.59e-06 0 8.78e+03 1.1e+04 expHall Transportation - 3 1e+04 9.25e+03 -8.88e+03 3.59e-06 0 8.92e+03 1.99e+04 world Transportation - 4 1.5e+04 1.47e+04 -1.39e+04 3.59e-06 0 8.92e+03 2.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.07 17 34.9 0.296 0 0 0 Tank initStep - 1 -6.09 17 34.9 0.283 0.0137 0.0492 0.0492 Tank Cerenkov - 2 -6.11 17 35 0.276 0.00633 0.0449 0.0941 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.1 17 34.9 3.6e-06 0 0 0 Tank initStep - 1 1.21e+03 -3.99e+03 5e+03 3.6e-06 0 6.5e+03 6.5e+03 expHall Transportation - 2 1.12e+03 -8.01e+03 1e+04 3.6e-06 0 6.42e+03 1.29e+04 world Transportation - 3 1.03e+03 -1.2e+04 1.5e+04 3.6e-06 0 6.42e+03 1.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -6.11 17 35 0.276 0 0 0.0941 Tank initStep - 3 -6.1 17 35 0.269 0.00723 0.043 0.137 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.1 17 35 2.15e-06 0 0 0 Tank initStep - 1 698 -1.34e+03 296 2.15e-06 2.15e-06 1.55e+03 1.55e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -6.1 17 35 0.269 0 0 0.137 Tank initStep - 4 -6.1 17 35 0.26 0.00888 0.0409 0.178 Tank Cerenkov - 5 -6.1 17.1 35 0.255 0.00545 0.0383 0.216 Tank Cerenkov - 6 -6.1 17.1 35.1 0.246 0.00827 0.0368 0.253 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.1 17.1 35 3.38e-06 0 0 0 Tank initStep - 1 1.9e+03 2.49e+03 -5e+03 3.38e-06 0 5.92e+03 5.92e+03 expHall Transportation - 2 6.67e+03 9.6e+03 -1e+04 3.38e-06 0 9.91e+03 1.58e+04 world Transportation - 3 1.03e+04 1.5e+04 -1.38e+04 3.38e-06 0 7.54e+03 2.34e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -6.1 17.1 35.1 0.246 0 0 0.253 Tank initStep - 7 -6.1 17.1 35.1 0.243 0.0032 0.0152 0.268 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.1 17.1 35.1 3.54e-06 0 0 0 Tank initStep - 1 -2.34e+03 -3.51e+03 -5e+03 3.54e-06 0 6.58e+03 6.58e+03 expHall Transportation - 2 -2.34e+03 -3.51e+03 -5e+03 3.54e-06 0 0 6.58e+03 Tank Transportation - 3 -3.36e+03 -5e+03 -4.01e+03 3.54e-06 0 2.06e+03 8.63e+03 expHall Transportation - 4 -3.36e+03 -5e+03 -4.01e+03 3.54e-06 0 0 8.63e+03 Tank Transportation - 5 -2.84e+03 4.03e+03 5e+03 3.54e-06 0 1.28e+04 2.14e+04 expHall Transportation - 6 -2.84e+03 4.03e+03 5e+03 3.54e-06 0 0 2.14e+04 Tank Transportation - 7 -3.14e+03 5e+03 4.45e+03 3.54e-06 0 1.15e+03 2.26e+04 expHall Transportation - 8 -3.14e+03 5e+03 4.45e+03 3.54e-06 0 0 2.26e+04 Tank Transportation - 9 -5e+03 3.57e+03 2.59e+03 3.54e-06 0 2.99e+03 2.55e+04 expHall Transportation - 10 -5e+03 3.57e+03 2.59e+03 3.54e-06 0 0 2.55e+04 Tank Transportation - 11 -4.38e+03 2.71e+03 1.49e+03 3.54e-06 0 1.53e+03 2.71e+04 Tank OpRayleigh - 12 3.17e+03 -1.83e+03 -5e+03 3.54e-06 0 1.09e+04 3.8e+04 expHall Transportation - 13 3.17e+03 -1.83e+03 -5e+03 3.54e-06 0 0 3.8e+04 Tank Transportation - 14 1.64e+03 -5e+03 694 3.54e-06 0 6.7e+03 4.47e+04 expHall Transportation - 15 1.64e+03 -5e+03 694 3.54e-06 0 0 4.47e+04 Tank Transportation - 16 1.42e+03 -4.32e+03 2.78e+03 3.54e-06 3.54e-06 2.2e+03 4.69e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -6.1 17.1 35.1 0.243 0 0 0.268 Tank initStep - 8 -6.1 17.1 35.1 0.243 0.000364 0.00277 0.271 Tank Cerenkov - 9 -6.1 17.1 35.1 0.243 0.000144 0.00136 0.272 Tank Cerenkov - 10 -6.1 17.1 35.1 0.243 0.000107 0.000802 0.273 Tank Cerenkov - 11 -6.1 17.1 35.1 0.243 2.9e-05 0.000386 0.274 Tank Cerenkov - 12 -6.1 17.1 35.1 0.242 2.19e-05 0.000274 0.274 Tank Cerenkov - 13 -6.1 17.1 35.1 0.242 3.09e-05 0.000189 0.274 Tank Cerenkov - 14 -6.1 17.1 35.1 0.242 0 6.95e-05 0.274 Tank Cerenkov - 15 -6.1 17.1 35.1 0.242 0 6.95e-05 0.274 Tank Cerenkov - 16 -6.1 17.1 35.1 0.242 2.38e-05 6.95e-05 0.274 Tank Cerenkov - 17 -6.16 17.2 35.1 0.209 0.033 0.136 0.411 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.14 17.2 35.1 3.45e-06 0 0 0 Tank initStep - 1 -1.5e+03 -3.42e+03 -5e+03 3.45e-06 0 6.28e+03 6.28e+03 expHall Transportation - 2 -1.5e+03 -3.42e+03 -5e+03 3.45e-06 0 0 6.28e+03 Tank Transportation - 3 -5e+03 -4.09e+03 -513 3.45e-06 0 5.73e+03 1.2e+04 expHall Transportation - 4 -5e+03 -4.09e+03 -513 3.45e-06 0 0 1.2e+04 Tank Transportation - 5 -3.77e+03 -4.47e+03 1.51e+03 3.45e-06 3.45e-06 2.4e+03 1.44e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 -6.16 17.2 35.1 0.209 0 0 0.411 Tank initStep - 18 -6.13 17.3 35 0.201 0.00867 0.0384 0.449 Tank msc - 19 -6.08 17.3 35 0.179 0.022 0.105 0.555 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.09 17.3 35 2.97e-06 0 0 0 Tank initStep - 1 -1.35e+03 -5e+03 -4.37e+03 2.97e-06 0 6.81e+03 6.81e+03 expHall Transportation - 2 -1.35e+03 -5e+03 -4.37e+03 2.97e-06 0 0 6.81e+03 Tank Transportation - 3 -2.12e+03 -4.65e+03 -5e+03 2.97e-06 0 1.06e+03 7.87e+03 expHall Transportation - 4 -2.12e+03 -4.65e+03 -5e+03 2.97e-06 0 0 7.87e+03 Tank Transportation - 5 -1.76e+03 -4.31e+03 -2.71e+03 2.97e-06 2.97e-06 2.34e+03 1.02e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.08 17.3 35 2.31e-06 0 0 0 Tank initStep - 1 -4.07e+03 463 5e+03 2.31e-06 0 6.43e+03 6.43e+03 expHall Transportation - 2 -1e+04 829 9.45e+03 2.31e-06 0 7.43e+03 1.39e+04 world Transportation - 3 -1.5e+04 1.14e+03 1.32e+04 2.31e-06 0 6.26e+03 2.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.1 17.3 35 2.48e-06 0 0 0 Tank initStep - 1 5e+03 23.2 -740 2.48e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 1e+04 -1.01e+03 -3.29e+03 2.48e-06 0 5.71e+03 1.08e+04 world Transportation - 3 1.5e+04 -2.04e+03 -5.84e+03 2.48e-06 0 5.71e+03 1.65e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.12 17.3 35 2.45e-06 0 0 0 Tank initStep - 1 2.51e+03 -3e+03 2.19e+03 2.45e-06 2.45e-06 4.48e+03 4.48e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.11 17.3 35 2.45e-06 0 0 0 Tank initStep - 1 -2.53e+03 -5e+03 315 2.45e-06 0 5.62e+03 5.62e+03 expHall Transportation - 2 -8.42e+03 -1e+04 2.56e+03 2.45e-06 0 8.04e+03 1.37e+04 world Transportation - 3 -1.43e+04 -1.5e+04 4.81e+03 2.45e-06 0 8.04e+03 2.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 -6.08 17.3 35 0.179 0 0 0.555 Tank initStep - 20 -6.05 17.3 35 0.172 0.00662 0.0298 0.584 Tank msc - 21 -6 17.4 35 0.15 0.0223 0.0858 0.67 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6 17.4 35 2.13e-06 0 0 0 Tank initStep - 1 4.17e+03 -479 -5e+03 2.13e-06 0 6.56e+03 6.56e+03 expHall Transportation - 2 1e+04 -723 -8.44e+03 2.13e-06 0 6.77e+03 1.33e+04 world Transportation - 3 1.5e+04 -932 -1.14e+04 2.13e-06 0 5.81e+03 1.91e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 -6 17.4 35 0.15 0 0 0.67 Tank initStep - 22 -5.98 17.4 35 0.144 0.00547 0.0223 0.692 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.98 17.4 35 2.45e-06 0 0 0 Tank initStep - 1 -307 -5e+03 1.95e+03 2.45e-06 0 5.38e+03 5.38e+03 expHall Transportation - 2 5.5 -1e+04 3.44e+03 2.45e-06 0 5.23e+03 1.06e+04 world Transportation - 3 318 -1.5e+04 4.93e+03 2.45e-06 0 5.23e+03 1.58e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 22 -5.98 17.4 35 0.144 0 0 0.692 Tank initStep - 23 -5.96 17.4 35 0.138 0.00645 0.021 0.714 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.98 17.4 35 2.04e-06 0 0 0 Tank initStep - 1 -3.24e+03 2.26e+03 1.06e+03 2.04e-06 2.04e-06 4.07e+03 4.07e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 23 -5.96 17.4 35 0.138 0 0 0.714 Tank initStep - 24 -5.95 17.4 35 0.135 0.00329 0.0195 0.733 Tank msc - 25 -5.9 17.4 35 0.118 0.0167 0.0625 0.795 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.94 17.4 35 2.93e-06 0 0 0 Tank initStep - 1 -3.04e+03 -5e+03 -1.35e+03 2.93e-06 0 6.02e+03 6.02e+03 expHall Transportation - 2 -8.81e+03 -1e+04 -5.75e+03 2.93e-06 0 8.82e+03 1.48e+04 world Transportation - 3 -1.46e+04 -1.5e+04 -1.02e+04 2.93e-06 0 8.82e+03 2.37e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.91 17.4 35 2.07e-06 0 0 0 Tank initStep - 1 -2.61e+03 527 691 2.07e-06 2.07e-06 2.73e+03 2.73e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.94 17.4 35 3.65e-06 0 0 0 Tank initStep - 1 -5e+03 808 -1.14e+03 3.65e-06 0 5.19e+03 5.19e+03 expHall Transportation - 2 -1e+04 1.79e+03 -3.04e+03 3.65e-06 0 5.44e+03 1.06e+04 world Transportation - 3 -1.5e+04 2.77e+03 -4.94e+03 3.65e-06 0 5.44e+03 1.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 -5.9 17.4 35 0.118 0 0 0.795 Tank initStep - 26 -5.9 17.4 34.9 0.115 0.003 0.015 0.81 Tank msc - 27 -5.88 17.4 34.9 0.0941 0.0209 0.0515 0.862 Tank eIoni - 28 -5.85 17.4 34.9 0.0739 0.0202 0.041 0.903 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.87 17.4 34.9 3.55e-06 0 0 0 Tank initStep - 1 -2e+03 1.01e+03 -2.49e+03 3.55e-06 3.55e-06 3.37e+03 3.37e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 -5.85 17.4 34.9 0.0739 0 0 0.903 Tank initStep - 29 -5.85 17.4 34.9 0.0721 0.00181 0.00674 0.91 Tank msc - 30 -5.84 17.4 35 0.0539 0.0182 0.0311 0.941 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.84 17.4 35 3.13e-06 0 0 0 Tank initStep - 1 -5e+03 -2.58e+03 1.09e+03 3.13e-06 0 5.73e+03 5.73e+03 expHall Transportation - 2 -1e+04 -7.8e+03 4.06e+03 3.13e-06 0 7.81e+03 1.35e+04 world Transportation - 3 -1.5e+04 -1.3e+04 7.02e+03 3.13e-06 0 7.81e+03 2.13e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 30 -5.84 17.4 35 0.0539 0 0 0.941 Tank initStep - 31 -5.84 17.4 35 0.0509 0.00292 0.00387 0.945 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.84 17.4 35 3.79e-06 0 0 0 Tank initStep - 1 -5e+03 1.11e+03 -829 3.79e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 -1e+04 3.11e+03 -6.31e+03 3.79e-06 0 7.69e+03 1.29e+04 world Transportation - 3 -1.5e+04 5.12e+03 -1.18e+04 3.79e-06 0 7.69e+03 2.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 -5.84 17.4 35 0.0509 0 0 0.945 Tank initStep - 32 -5.83 17.4 35 0.0483 0.00266 0.00351 0.948 Tank msc - 33 -5.82 17.4 35 0.0345 0.0138 0.022 0.97 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.83 17.4 35 4.11e-06 0 0 0 Tank initStep - 1 -5e+03 989 296 4.11e-06 0 5.09e+03 5.09e+03 expHall Transportation - 2 -1e+04 2.3e+03 981 4.11e-06 0 5.21e+03 1.03e+04 world Transportation - 3 -1.5e+04 3.6e+03 1.67e+03 4.11e-06 0 5.21e+03 1.55e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 33 -5.82 17.4 35 0.0345 0 0 0.97 Tank initStep - 34 -5.82 17.4 35 0.0325 0.00198 0.00176 0.972 Tank msc - 35 -5.82 17.4 35 0.00697 0.0256 0.0159 0.988 Tank eIoni - 36 -5.82 17.4 35 0 0.00697 0.00131 0.989 Tank eIoni - 37 -5.82 17.4 35 0 0 0 0.989 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.985 -0.226 0.115 2.12e-06 0 0 0 Tank initStep - 1 5e+03 4.12e+03 1.45e+03 2.12e-06 0 6.64e+03 6.64e+03 expHall Transportation - 2 5e+03 4.12e+03 1.45e+03 2.12e-06 0 0 6.64e+03 Tank Transportation - 3 4.46e+03 4.42e+03 1.43e+03 2.12e-06 2.12e-06 617 7.26e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.125 0.0267 0.0457 0.465 0.0355 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.122 0.0261 0.0447 3.65e-06 0 0 0 Tank initStep - 1 -92.9 -83.8 -16.5 3.65e-06 3.65e-06 126 126 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0505 0.0108 0.0185 3.86e-06 0 0 0 Tank initStep - 1 701 185 -98.8 3.86e-06 3.86e-06 731 731 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0736 0.0157 0.0269 2.54e-06 0 0 0 Tank initStep - 1 -1.35e+03 -1.09e+03 -392 2.54e-06 2.54e-06 1.78e+03 1.78e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0545 0.0116 0.02 2.2e-06 0 0 0 Tank initStep - 1 4.76e+03 4.2e+03 4.36e+03 2.2e-06 2.2e-06 7.7e+03 7.7e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.125 0.0267 0.0457 0.465 0 0 0.139 Tank initStep - 2 0.222 0.0327 0.114 0.441 0.024 0.12 0.26 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.201 0.0313 0.0984 3.64e-06 0 0 0 Tank initStep - 1 5e+03 1.17e+03 576 3.64e-06 0 5.17e+03 5.17e+03 expHall Transportation - 2 1e+04 2.4e+03 2.67e+03 3.64e-06 0 5.56e+03 1.07e+04 world Transportation - 3 1.5e+04 3.62e+03 4.77e+03 3.64e-06 0 5.56e+03 1.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.153 0.0284 0.0654 3.63e-06 0 0 0 Tank initStep - 1 5e+03 3.81e+03 3.25e+03 3.63e-06 0 7.08e+03 7.08e+03 expHall Transportation - 2 5e+03 3.81e+03 3.25e+03 3.63e-06 0 0 7.08e+03 Tank Transportation - 3 4.36e+03 4.68e+03 5e+03 3.63e-06 0 2.06e+03 9.13e+03 expHall Transportation - 4 -1.56e+03 9.37e+03 1e+04 3.63e-06 0 9.05e+03 1.82e+04 world Transportation - 5 -7.47e+03 1.41e+04 1.5e+04 3.63e-06 0 9.05e+03 2.72e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.222 0.0327 0.114 0.441 0 0 0.26 Tank initStep - 3 0.297 0.0201 0.184 0.424 0.0163 0.108 0.368 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.274 0.0241 0.162 2.21e-06 0 0 0 Tank initStep - 1 2.08e+03 3.99e+03 -3.9e+03 2.21e-06 2.21e-06 5.95e+03 5.95e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.282 0.0227 0.17 3.03e-06 0 0 0 Tank initStep - 1 2.31e+03 -1.27e+03 -5e+03 3.03e-06 0 5.65e+03 5.65e+03 expHall Transportation - 2 6.89e+03 -1.67e+03 -1e+04 3.03e-06 0 6.79e+03 1.24e+04 world Transportation - 3 1.15e+04 -2.07e+03 -1.5e+04 3.03e-06 0 6.79e+03 1.92e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.245 0.0289 0.135 2.65e-06 0 0 0 Tank initStep - 1 2.73e+03 1.62e+03 3.76e+03 2.65e-06 2.65e-06 4.92e+03 4.92e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.297 0.0201 0.184 0.424 0 0 0.368 Tank initStep - 4 0.321 0.0449 0.278 0.411 0.0129 0.1 0.468 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.32 0.0438 0.274 4.07e-06 0 0 0 Tank initStep - 1 1.65e+03 -1.27e+03 5e+03 4.07e-06 0 5.41e+03 5.41e+03 expHall Transportation - 2 4.35e+03 -3.6e+03 1e+04 4.07e-06 0 6.14e+03 1.16e+04 world Transportation - 3 7.05e+03 -5.93e+03 1.5e+04 4.07e-06 0 6.14e+03 1.77e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.317 0.0414 0.265 3.49e-06 0 0 0 Tank initStep - 1 -205 3.99e+03 5e+03 3.49e-06 0 6.4e+03 6.4e+03 expHall Transportation - 2 969 1e+04 8.07e+03 3.49e-06 0 6.85e+03 1.33e+04 world Transportation - 3 1.95e+03 1.5e+04 1.06e+04 3.49e-06 0 5.7e+03 1.9e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.321 0.0449 0.278 0.411 0 0 0.468 Tank initStep - 5 0.309 0.0792 0.363 0.399 0.012 0.0943 0.563 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.318 0.0522 0.296 3.41e-06 0 0 0 Tank initStep - 1 -46.9 587 -1.9e+03 3.41e-06 3.41e-06 1.99e+03 1.99e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.312 0.069 0.338 2.93e-06 0 0 0 Tank initStep - 1 61.6 -25.6 672 2.93e-06 0 675 675 Tank OpRayleigh - 2 2.09e+03 -1.57e+03 -5e+03 2.93e-06 0 6.22e+03 6.89e+03 expHall Transportation - 3 2.09e+03 -1.57e+03 -5e+03 2.93e-06 0 0 6.89e+03 Tank Transportation - 4 4.2e+03 -5e+03 -3.06e+03 2.93e-06 0 4.47e+03 1.14e+04 expHall Transportation - 5 4.2e+03 -5e+03 -3.06e+03 2.93e-06 0 0 1.14e+04 Tank Transportation - 6 5e+03 -3.94e+03 -2.77e+03 2.93e-06 0 1.36e+03 1.27e+04 expHall Transportation - 7 5e+03 -3.94e+03 -2.77e+03 2.93e-06 0 0 1.27e+04 Tank Transportation - 8 1.51e+03 5e+03 1.55e+03 2.93e-06 0 1.05e+04 2.32e+04 expHall Transportation - 9 -2.25e+03 1e+04 5.28e+03 2.93e-06 0 7.29e+03 3.05e+04 world Transportation - 10 -6.02e+03 1.5e+04 9.01e+03 2.93e-06 0 7.29e+03 3.78e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.311 0.0718 0.345 2.82e-06 0 0 0 Tank initStep - 1 -1.94e+03 5e+03 4.49e+03 2.82e-06 0 6.99e+03 6.99e+03 expHall Transportation - 2 -1.94e+03 5e+03 4.49e+03 2.82e-06 0 0 6.99e+03 Tank Transportation - 3 -2.16e+03 4.92e+03 5e+03 2.82e-06 0 563 7.56e+03 expHall Transportation - 4 -2.16e+03 4.92e+03 5e+03 2.82e-06 0 0 7.56e+03 Tank Transportation - 5 -5e+03 976 1.56e+03 2.82e-06 0 5.96e+03 1.35e+04 expHall Transportation - 6 -5e+03 976 1.56e+03 2.82e-06 0 0 1.35e+04 Tank Transportation - 7 -598 1.13e+03 525 2.82e-06 2.82e-06 4.53e+03 1.8e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.309 0.0792 0.363 0.399 0 0 0.563 Tank initStep - 6 0.308 0.088 0.452 0.388 0.0112 0.0889 0.652 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.308 0.0844 0.416 2.39e-06 0 0 0 Tank initStep - 1 209 -1.84e+03 5e+03 2.39e-06 0 5.33e+03 5.33e+03 expHall Transportation - 2 1.78e+03 -6.34e+03 1e+04 2.39e-06 0 6.91e+03 1.22e+04 world Transportation - 3 3.36e+03 -1.08e+04 1.5e+04 2.39e-06 0 6.91e+03 1.92e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.308 0.0831 0.403 3.68e-06 0 0 0 Tank initStep - 1 115 188 361 3.68e-06 3.68e-06 422 422 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.308 0.0838 0.41 3.92e-06 0 0 0 Tank initStep - 1 -1.05e+03 2.99e+03 5e+03 3.92e-06 0 5.92e+03 5.92e+03 expHall Transportation - 2 -2.45e+03 1e+04 9.05e+03 3.92e-06 0 8.22e+03 1.41e+04 world Transportation - 3 -3.46e+03 1.5e+04 1.19e+04 3.92e-06 0 5.86e+03 2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.308 0.088 0.452 0.388 0 0 0.652 Tank initStep - 7 0.304 0.0701 0.532 0.363 0.025 0.0839 0.735 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.308 0.0864 0.459 3.31e-06 0 0 0 Tank initStep - 1 5e+03 30.9 2.94e+03 3.31e-06 0 5.8e+03 5.8e+03 expHall Transportation - 2 1e+04 1.25e+03 5.7e+03 3.31e-06 0 5.84e+03 1.16e+04 world Transportation - 3 1.5e+04 2.46e+03 8.47e+03 3.31e-06 0 5.84e+03 1.75e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.304 0.0701 0.532 0.363 0 0 0.735 Tank initStep - 8 0.301 0.0299 0.592 0.349 0.0141 0.0735 0.809 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.302 0.053 0.557 2.93e-06 0 0 0 Tank initStep - 1 -3e+03 -3.55e+03 5e+03 2.93e-06 0 6.83e+03 6.83e+03 expHall Transportation - 2 -3e+03 -3.55e+03 5e+03 2.93e-06 0 0 6.83e+03 Tank Transportation - 3 -3.9e+03 -5e+03 3.95e+03 2.93e-06 0 2e+03 8.83e+03 expHall Transportation - 4 -3.9e+03 -5e+03 3.95e+03 2.93e-06 0 0 8.83e+03 Tank Transportation - 5 -5e+03 -3.47e+03 -452 2.93e-06 0 4.78e+03 1.36e+04 expHall Transportation - 6 -5e+03 -3.47e+03 -452 2.93e-06 0 0 1.36e+04 Tank Transportation - 7 892 -1.06e+03 -5e+03 2.93e-06 0 7.83e+03 2.14e+04 expHall Transportation - 8 892 -1.06e+03 -5e+03 2.93e-06 0 0 2.14e+04 Tank Transportation - 9 2.49e+03 -5e+03 -3.34e+03 2.93e-06 0 4.57e+03 2.6e+04 expHall Transportation - 10 2.49e+03 -5e+03 -3.34e+03 2.93e-06 0 0 2.6e+04 Tank Transportation - 11 5e+03 -2.8e+03 -3.93e+03 2.93e-06 0 3.39e+03 2.94e+04 expHall Transportation - 12 5e+03 -2.8e+03 -3.93e+03 2.93e-06 0 0 2.94e+04 Tank Transportation - 13 -482 1.4e+03 -4.43e+03 2.93e-06 2.93e-06 6.93e+03 3.63e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.301 0.0299 0.592 0.349 0 0 0.809 Tank initStep - 9 0.301 -0.0251 0.63 0.339 0.0097 0.0679 0.877 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.301 -0.00996 0.619 2.99e-06 0 0 0 Tank initStep - 1 -2.43e+03 -4.72e+03 5e+03 2.99e-06 0 7.29e+03 7.29e+03 expHall Transportation - 2 -2.43e+03 -4.72e+03 5e+03 2.99e-06 0 0 7.29e+03 Tank Transportation - 3 -2.61e+03 -5e+03 4.8e+03 2.99e-06 0 388 7.68e+03 expHall Transportation - 4 -2.61e+03 -5e+03 4.8e+03 2.99e-06 0 0 7.68e+03 Tank Transportation - 5 -3.16e+03 3.81e+03 -5e+03 2.99e-06 0 1.32e+04 2.09e+04 expHall Transportation - 6 -3.16e+03 3.81e+03 -5e+03 2.99e-06 0 0 2.09e+04 Tank Transportation - 7 -3.47e+03 5e+03 -4.54e+03 2.99e-06 0 1.31e+03 2.22e+04 expHall Transportation - 8 -7.89e+03 1e+04 1.14e+03 2.99e-06 0 8.76e+03 3.09e+04 world Transportation - 9 -1.23e+04 1.5e+04 6.82e+03 2.99e-06 0 8.76e+03 3.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.301 0.0258 0.595 3.72e-06 0 0 0 Tank initStep - 1 1.24e+03 -4.23e+03 1.28e+03 3.72e-06 3.72e-06 4.59e+03 4.59e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.301 -0.0214 0.627 3.23e-06 0 0 0 Tank initStep - 1 237 -5e+03 1.03e+03 3.23e-06 0 5.11e+03 5.11e+03 expHall Transportation - 2 242 -1e+04 1.72e+03 3.23e-06 0 5.05e+03 1.02e+04 world Transportation - 3 246 -1.5e+04 2.42e+03 3.23e-06 0 5.05e+03 1.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.301 -0.0251 0.63 0.339 0 0 0.877 Tank initStep - 10 0.306 -0.0755 0.669 0.329 0.0103 0.0642 0.941 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.304 -0.0556 0.653 2.53e-06 0 0 0 Tank initStep - 1 795 5e+03 -3.2e+03 2.53e-06 0 5.99e+03 5.99e+03 expHall Transportation - 2 1.16e+03 7.76e+03 -1e+04 2.53e-06 0 7.35e+03 1.33e+04 world Transportation - 3 1.42e+03 9.78e+03 -1.5e+04 2.53e-06 0 5.4e+03 1.87e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.302 -0.031 0.634 3.64e-06 0 0 0 Tank initStep - 1 3.06e+03 -4.39e+03 5e+03 3.64e-06 0 7.32e+03 7.32e+03 expHall Transportation - 2 3.06e+03 -4.39e+03 5e+03 3.64e-06 0 0 7.32e+03 Tank Transportation - 3 3.09e+03 -5e+03 3.87e+03 3.64e-06 0 1.28e+03 8.6e+03 expHall Transportation - 4 3.09e+03 -5e+03 3.87e+03 3.64e-06 0 0 8.6e+03 Tank Transportation - 5 3.57e+03 -2.14e+03 -5e+03 3.64e-06 0 9.33e+03 1.79e+04 expHall Transportation - 6 2.4e+03 1.25e+03 -1e+04 3.64e-06 0 6.15e+03 2.41e+04 world Transportation - 7 1.22e+03 4.63e+03 -1.5e+04 3.64e-06 0 6.15e+03 3.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.306 -0.0755 0.669 0.329 0 0 0.941 Tank initStep - 11 0.325 -0.121 0.704 0.32 0.00875 0.0604 1 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.312 -0.0882 0.678 3.37e-06 0 0 0 Tank initStep - 1 5e+03 -106 4.59e+03 3.37e-06 0 6.79e+03 6.79e+03 expHall Transportation - 2 7.99e+03 -420 1e+04 3.37e-06 0 6.19e+03 1.3e+04 world Transportation - 3 1.08e+04 -710 1.5e+04 3.37e-06 0 5.72e+03 1.87e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.316 -0.099 0.687 2.2e-06 0 0 0 Tank initStep - 1 2.15e+03 -2.25e+03 -2.5e+03 2.2e-06 2.2e-06 4e+03 4e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.325 -0.121 0.704 0.32 0 0 1 Tank initStep - 12 0.344 -0.163 0.737 0.311 0.00902 0.0573 1.06 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.342 -0.159 0.733 3.04e-06 0 0 0 Tank initStep - 1 534 -3.79e+03 5e+03 3.04e-06 0 6.3e+03 6.3e+03 expHall Transportation - 2 534 -3.79e+03 5e+03 3.04e-06 0 0 6.3e+03 Tank Transportation - 3 643 -5e+03 4.65e+03 3.04e-06 0 1.26e+03 7.56e+03 expHall Transportation - 4 833 -1e+04 845 3.04e-06 0 6.29e+03 1.38e+04 world Transportation - 5 1.02e+03 -1.5e+04 -2.96e+03 3.04e-06 0 6.29e+03 2.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 0.344 -0.163 0.737 0.311 0 0 1.06 Tank initStep - 13 0.353 -0.207 0.767 0.303 0.00788 0.0541 1.11 Tank Cerenkov - 14 0.36 -0.248 0.794 0.289 0.0141 0.0514 1.16 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.359 -0.246 0.793 2.44e-06 0 0 0 Tank initStep - 1 734 -4.14e+03 5e+03 2.44e-06 0 6.53e+03 6.53e+03 expHall Transportation - 2 734 -4.14e+03 5e+03 2.44e-06 0 0 6.53e+03 Tank Transportation - 3 1.32e+03 -5e+03 3.75e+03 2.44e-06 0 1.62e+03 8.15e+03 expHall Transportation - 4 1.32e+03 -5e+03 3.75e+03 2.44e-06 0 0 8.15e+03 Tank Transportation - 5 4.19e+03 1.22e+03 -5e+03 2.44e-06 0 1.11e+04 1.93e+04 expHall Transportation - 6 3.24e+03 7.19e+03 -1e+04 2.44e-06 0 7.84e+03 2.71e+04 world Transportation - 7 2.28e+03 1.31e+04 -1.5e+04 2.44e-06 0 7.84e+03 3.5e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 0.36 -0.248 0.794 0.289 0 0 1.16 Tank initStep - 15 0.35 -0.284 0.823 0.281 0.00817 0.0468 1.21 Tank Cerenkov - 16 0.34 -0.315 0.85 0.274 0.00698 0.0442 1.26 Tank Cerenkov - 17 0.319 -0.338 0.877 0.265 0.00883 0.0421 1.3 Tank Cerenkov - 18 0.3 -0.354 0.906 0.259 0.00635 0.0394 1.34 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.317 -0.339 0.88 3.4e-06 0 0 0 Tank initStep - 1 487 -129 1.49e+03 3.4e-06 3.4e-06 1.57e+03 1.57e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 0.3 -0.354 0.906 0.259 0 0 1.34 Tank initStep - 19 0.289 -0.383 0.927 0.254 0.00522 0.0376 1.37 Tank Cerenkov - 20 0.282 -0.412 0.946 0.249 0.00475 0.0362 1.41 Tank Cerenkov - 21 0.276 -0.43 0.96 0.244 0.00514 0.0249 1.44 Tank Cerenkov - 22 0.274 -0.434 0.964 0.242 0.00157 0.00547 1.44 Tank Cerenkov - 23 0.233 -0.513 1.04 0.188 0.054 0.133 1.57 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.273 -0.436 0.965 3.67e-06 0 0 0 Tank initStep - 1 5e+03 15.2 2.92e+03 3.67e-06 0 5.79e+03 5.79e+03 expHall Transportation - 2 9.7e+03 -1.27e+03 1e+04 3.67e-06 0 8.59e+03 1.44e+04 world Transportation - 3 1.3e+04 -2.18e+03 1.5e+04 3.67e-06 0 6.07e+03 2.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.272 -0.439 0.968 2.44e-06 0 0 0 Tank initStep - 1 1.55e+03 -622 -535 2.44e-06 2.44e-06 1.75e+03 1.75e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.245 -0.491 1.02 3.05e-06 0 0 0 Tank initStep - 1 4.9e+03 -3.95e+03 -1.14e+03 3.05e-06 3.05e-06 6.39e+03 6.39e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 23 0.233 -0.513 1.04 0.188 0 0 1.57 Tank initStep - 24 0.214 -0.538 1.04 0.181 0.00689 0.0311 1.6 Tank msc - 25 0.159 -0.593 1.04 0.165 0.0167 0.089 1.69 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.171 -0.581 1.04 2.38e-06 0 0 0 Tank initStep - 1 2.31e+03 2.64e+03 -5e+03 2.38e-06 0 6.11e+03 6.11e+03 expHall Transportation - 2 6.97e+03 1e+04 -9.25e+03 2.38e-06 0 9.7e+03 1.58e+04 world Transportation - 3 1.01e+04 1.5e+04 -1.21e+04 2.38e-06 0 6.59e+03 2.24e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.168 -0.584 1.04 3.52e-06 0 0 0 Tank initStep - 1 -629 -1.33e+03 -2.83e+03 3.52e-06 0 3.19e+03 3.19e+03 Tank OpRayleigh - 2 -46.5 -2.93e+03 -3.85e+03 3.52e-06 3.52e-06 1.98e+03 5.17e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 0.159 -0.593 1.04 0.165 0 0 1.69 Tank initStep - 26 0.153 -0.616 1.04 0.16 0.00504 0.025 1.72 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.155 -0.607 1.04 3.54e-06 0 0 0 Tank initStep - 1 -5e+03 -3.39e+03 1.79e+03 3.54e-06 0 6.3e+03 6.3e+03 expHall Transportation - 2 -5e+03 -3.39e+03 1.79e+03 3.54e-06 0 0 6.3e+03 Tank Transportation - 3 -3.96e+03 -5e+03 1.53e+03 3.54e-06 0 1.94e+03 8.24e+03 expHall Transportation - 4 4.17e+03 -1e+04 327 3.54e-06 0 9.62e+03 1.79e+04 world Transportation - 5 1.23e+04 -1.5e+04 -871 3.54e-06 0 9.62e+03 2.75e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 26 0.153 -0.616 1.04 0.16 0 0 1.72 Tank initStep - 27 0.144 -0.638 1.04 0.151 0.00837 0.0237 1.74 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.149 -0.626 1.04 3.84e-06 0 0 0 Tank initStep - 1 -154 4.14e+03 -2.07e+03 3.84e-06 3.84e-06 4.64e+03 4.64e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 27 0.144 -0.638 1.04 0.151 0 0 1.74 Tank initStep - 28 0.134 -0.657 1.03 0.145 0.00624 0.0217 1.76 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.136 -0.653 1.03 2.83e-06 0 0 0 Tank initStep - 1 -160 135 -863 2.83e-06 2.83e-06 889 889 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 0.134 -0.657 1.03 0.145 0 0 1.76 Tank initStep - 29 0.122 -0.665 1.02 0.136 0.00859 0.0202 1.78 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.131 -0.659 1.03 3.29e-06 0 0 0 Tank initStep - 1 5e+03 3.01e+03 2.59e+03 3.29e-06 0 6.38e+03 6.38e+03 expHall Transportation - 2 9.7e+03 1e+04 7.46e+03 3.29e-06 0 9.73e+03 1.61e+04 world Transportation - 3 1.31e+04 1.5e+04 1.1e+04 3.29e-06 0 6.96e+03 2.31e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 29 0.122 -0.665 1.02 0.136 0 0 1.78 Tank initStep - 30 0.107 -0.667 1.02 0.128 0.00845 0.0182 1.8 Tank msc - 31 0.0598 -0.653 1.02 0.107 0.0207 0.0565 1.86 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0871 -0.661 1.02 3.56e-06 0 0 0 Tank initStep - 1 5e+03 4.15e+03 1.52e+03 3.56e-06 0 6.67e+03 6.67e+03 expHall Transportation - 2 5e+03 4.15e+03 1.52e+03 3.56e-06 0 0 6.67e+03 Tank Transportation - 3 4.26e+03 4.68e+03 1.72e+03 3.56e-06 3.56e-06 934 7.61e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0731 -0.657 1.02 4.05e-06 0 0 0 Tank initStep - 1 -1.17e+03 184 -340 4.05e-06 4.05e-06 1.23e+03 1.23e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 0.0598 -0.653 1.02 0.107 0 0 1.86 Tank initStep - 32 0.0537 -0.646 1.02 0.104 0.003 0.0121 1.87 Tank msc - 33 0.035 -0.621 1.04 0.081 0.0233 0.0443 1.92 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0454 -0.635 1.03 3.93e-06 0 0 0 Tank initStep - 1 3.36e+03 969 -4.89e+03 3.93e-06 3.93e-06 6.01e+03 6.01e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0358 -0.622 1.04 3.26e-06 0 0 0 Tank initStep - 1 2.03e+03 -595 -5e+03 3.26e-06 0 5.43e+03 5.43e+03 expHall Transportation - 2 3.75e+03 -2.43e+03 -1e+04 3.26e-06 0 5.6e+03 1.1e+04 world Transportation - 3 5.47e+03 -4.26e+03 -1.5e+04 3.26e-06 0 5.6e+03 1.66e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 33 0.035 -0.621 1.04 0.081 0 0 1.92 Tank initStep - 34 0.0352 -0.617 1.04 0.0781 0.00295 0.00745 1.92 Tank msc - 35 0.042 -0.606 1.02 0.0667 0.0114 0.0325 1.96 Tank eIoni - 36 0.0512 -0.591 1 0.0541 0.0126 0.028 1.98 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0438 -0.603 1.01 2.12e-06 0 0 0 Tank initStep - 1 90.7 5e+03 2.99e+03 2.12e-06 0 5.82e+03 5.82e+03 expHall Transportation - 2 90.7 5e+03 2.99e+03 2.12e-06 0 0 5.82e+03 Tank Transportation - 3 407 2.7e+03 5e+03 2.12e-06 0 3.07e+03 8.9e+03 expHall Transportation - 4 -3.27e+03 -6.76e+03 1e+04 2.12e-06 0 1.13e+04 2.02e+04 world Transportation - 5 -6.48e+03 -1.5e+04 1.44e+04 2.12e-06 0 9.85e+03 3.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 36 0.0512 -0.591 1 0.0541 0 0 1.98 Tank initStep - 37 0.0518 -0.588 1 0.0516 0.0025 0.00366 1.99 Tank msc - 38 0.0565 -0.573 0.995 0.0385 0.0132 0.0225 2.01 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0557 -0.576 0.996 3.86e-06 0 0 0 Tank initStep - 1 3.04e+03 -2.18e+03 -3.25e+03 3.86e-06 0 4.96e+03 4.96e+03 Tank OpRayleigh - 2 5e+03 -703 -4.7e+03 3.86e-06 0 2.85e+03 7.8e+03 expHall Transportation - 3 5e+03 -703 -4.7e+03 3.86e-06 0 0 7.8e+03 Tank Transportation - 4 4.64e+03 -479 -5e+03 3.86e-06 0 519 8.32e+03 expHall Transportation - 5 4.64e+03 -479 -5e+03 3.86e-06 0 0 8.32e+03 Tank Transportation - 6 -819 159 -1.91e+03 3.86e-06 3.86e-06 6.3e+03 1.46e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 38 0.0565 -0.573 0.995 0.0385 0 0 2.01 Tank initStep - 39 0.0566 -0.571 0.994 0.0364 0.00208 0.002 2.01 Tank msc - 40 0.0568 -0.563 0.987 0.018 0.0184 0.017 2.03 Tank eIoni + 0 0.98 -0.787 -0.213 3.91e-06 0 0 0 Tank initStep + 1 -2.75e+03 -4.57e+03 -1.12e+03 3.91e-06 3.91e-06 5.45e+03 5.45e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0568 -0.564 0.988 2.97e-06 0 0 0 Tank initStep - 1 -5e+03 -79.4 -296 2.97e-06 0 5.01e+03 5.01e+03 expHall Transportation - 2 -1e+04 451 -449 2.97e-06 0 5.03e+03 1e+04 world Transportation - 3 -1.5e+04 982 -602 2.97e-06 0 5.03e+03 1.51e+04 OutOfWorld Transportation + 0 0.977 -0.783 -0.212 3.34e-06 0 0 0 Tank initStep + 1 2.49e+03 400 -5e+03 3.34e-06 0 5.6e+03 5.6e+03 expHall Transportation + 2 2.49e+03 400 -5e+03 3.34e-06 0 0 5.6e+03 Tank Transportation + 3 5e+03 554 -3.28e+03 3.34e-06 0 3.04e+03 8.64e+03 expHall Transportation + 4 8.88e+03 4.39e+03 1e+04 3.34e-06 0 1.44e+04 2.3e+04 world Transportation + 5 1.03e+04 5.84e+03 1.5e+04 3.34e-06 0 5.41e+03 2.84e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 40 0.0568 -0.563 0.987 0.018 0 0 2.03 Tank initStep - 41 0.0565 -0.563 0.987 0.0148 0.00327 0.000512 2.03 Tank msc - 42 0.0552 -0.563 0.985 0 0.0148 0.00448 2.03 Tank eIoni - 43 0.0552 -0.563 0.985 0 0 0 2.03 Tank Scintillation + 27 0.985 -0.796 -0.213 0.0343 0 0 1.66 Tank initStep + 28 0.986 -0.796 -0.214 0.0337 0.000599 0.00162 1.66 Tank msc + 29 0.991 -0.798 -0.222 0.0171 0.0166 0.0159 1.68 Tank eIoni + 30 0.989 -0.8 -0.224 0 0.0171 0.00582 1.68 Tank eIoni + 31 0.989 -0.8 -0.224 0 0 0 1.68 Tank annihil ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0552 -0.563 0.985 0.511 0 0 0 Tank initStep - 1 -2.1 3.56 -44 0.252 1.42e-05 45.2 45.2 Tank compt - 2 -10.1 76.3 -33.5 0.215 1.42e-05 74 119 Tank compt - 3 -45.7 102 -11.7 0.192 1.42e-05 48.9 168 Tank compt - 4 -102 183 -32.6 0.179 1.42e-05 101 269 Tank compt - 5 -109 204 -24.2 0.165 1.42e-05 24.1 293 Tank compt - 6 -116 248 55 0.13 0.000537 90.6 384 Tank compt - 7 -92.7 172 111 0.0907 2.92e-05 97.4 481 Tank compt - 8 -73.3 209 101 0.0813 0.000537 43.6 525 Tank compt - 9 -97.7 227 90.5 0.0789 1.36e-05 31.4 556 Tank compt - 10 -98.3 228 89.3 0.0744 2.92e-05 1.72 558 Tank compt - 11 -73.7 205 -58.2 0.0607 0.000537 151 709 Tank compt - 12 -89 205 -51.3 0.0486 1.42e-05 16.8 726 Tank compt - 13 -80.7 201 -55.1 0.0407 1.42e-05 10.1 736 Tank compt - 14 -93.5 214 -29 0 0.000537 31.9 768 Tank phot + 0 0.989 -0.8 -0.224 0.511 0 0 0 Tank initStep + 1 5.26 5.96 -8.35 0.455 1.42e-05 11.4 11.4 Tank compt + 2 32.1 28.4 -21.7 0.349 0.000537 37.5 48.9 Tank compt + 3 68.8 44.9 -124 0.325 1.36e-05 110 159 Tank compt + 4 69.7 48.6 -129 0.148 2.92e-05 6.73 165 Tank compt + 5 74.8 35.8 -120 0.144 1.36e-05 16.8 182 Tank compt + 6 129 -109 -103 0.109 1.42e-05 156 338 Tank compt + 7 131 -78.2 -28.5 0.0903 2.92e-05 80.4 418 Tank compt + 8 124 -85.9 -24.7 0.0902 1.42e-05 11 429 Tank compt + 9 113 -99.4 -19.7 0.0895 1.42e-05 18 447 Tank compt + 10 102 -107 -13.2 0.0743 1.36e-05 15 462 Tank compt + 11 47.1 -52.5 -84.8 0.071 1.36e-05 105 567 Tank compt + 12 46.8 -52.8 -88.5 0.0663 1.42e-05 3.71 571 Tank compt + 13 48.7 -54.5 -89.7 0.0574 1.42e-05 2.85 574 Tank compt + 14 52.9 -52.3 -81 0.056 1.36e-05 9.96 584 Tank compt + 15 143 -0.63 -38 0.0529 1.42e-05 112 696 Tank compt + 16 142 6.3 -29.3 0.0529 0 11.1 707 Tank Rayl + 17 140 26.4 -3.25 0.047 0.000537 32.9 740 Tank compt + 18 253 36.7 -69.6 0.0447 0.000537 131 871 Tank compt + 19 251 35.3 -69.4 0.0437 1.42e-05 2.35 874 Tank compt + 20 167 32.8 -58.6 0.0383 1.36e-05 84.5 958 Tank compt + 21 209 0.136 -58.7 0.0349 1.42e-05 52.9 1.01e+03 Tank compt + 22 140 -28 -91.9 0.0349 0 81 1.09e+03 Tank Rayl + 23 110 -85.5 -135 0.0346 2.92e-05 78 1.17e+03 Tank compt + 24 77.1 -102 -150 0 0.000538 39.8 1.21e+03 Tank phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -93.5 214 -29 0.0402 0 0 0 Tank initStep - 1 -93.5 214 -29 0.0393 0.000901 0.00231 0.00231 Tank msc - 2 -93.5 214 -29 0.0277 0.0116 0.0187 0.021 Tank eIoni + 0 77.1 -102 -150 0.0341 0 0 0 Tank initStep + 1 77.1 -102 -150 0.0323 0.00176 0.00174 0.00174 Tank msc + 2 77.1 -102 -150 0.0123 0.02 0.0159 0.0176 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 62 +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 72 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -93.5 214 -29 3.06e-06 0 0 0 Tank initStep - 1 5e+03 -62.5 -167 3.06e-06 0 5.1e+03 5.1e+03 expHall Transportation - 2 1e+04 -431 -600 3.06e-06 0 5.03e+03 1.01e+04 world Transportation - 3 1.5e+04 -799 -1.03e+03 3.06e-06 0 5.03e+03 1.52e+04 OutOfWorld Transportation + 0 77.1 -102 -150 2.37e-06 0 0 0 Tank initStep + 1 -3.21e+03 -2.16e+03 -5e+03 2.37e-06 0 6.21e+03 6.21e+03 expHall Transportation + 2 -3.21e+03 -2.16e+03 -5e+03 2.37e-06 0 0 6.21e+03 Tank Transportation + 3 -5e+03 -3.35e+03 -1.41e+03 2.37e-06 0 4.18e+03 1.04e+04 expHall Transportation + 4 -5e+03 -3.35e+03 -1.41e+03 2.37e-06 0 0 1.04e+04 Tank Transportation + 5 3.09e+03 -5e+03 3.14e+03 2.37e-06 0 9.43e+03 1.98e+04 expHall Transportation + 6 3.09e+03 -5e+03 3.14e+03 2.37e-06 0 0 1.98e+04 Tank Transportation + 7 5e+03 989 245 2.37e-06 0 6.92e+03 2.67e+04 expHall Transportation + 8 5e+03 989 245 2.37e-06 0 0 2.67e+04 Tank Transportation + 9 -259 5e+03 -4.3e+03 2.37e-06 0 8.03e+03 3.48e+04 expHall Transportation + 10 -259 5e+03 -4.3e+03 2.37e-06 0 0 3.48e+04 Tank Transportation + 11 -634 3.58e+03 -5e+03 2.37e-06 0 1.63e+03 3.64e+04 expHall Transportation + 12 -634 3.58e+03 -5e+03 2.37e-06 0 0 3.64e+04 Tank Transportation + 13 -2.45e+03 -688 -1.73e+03 2.37e-06 2.37e-06 5.67e+03 4.21e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -93.5 214 -29 0.0277 0 0 0.021 Tank initStep - 3 -93.5 214 -29 0.0261 0.00158 0.0012 0.0222 Tank msc - 4 -93.5 214 -29 0.00685 0.0193 0.0128 0.035 Tank eIoni - 5 -93.5 214 -29 0 0.00685 0.00128 0.0362 Tank eIoni - 6 -93.5 214 -29 0 0 0 0.0362 Tank NoProcess + 2 77.1 -102 -150 0.0123 0 0 0.0176 Tank initStep + 3 77.1 -102 -150 0.0119 0.000401 0.000285 0.0179 Tank msc + 4 77.1 -102 -150 0 0.0119 0.00336 0.0213 Tank eIoni + 5 77.1 -102 -150 0 0 0 0.0213 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 62 +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -93.5 214 -29 3.82e-06 0 0 0 Tank initStep - 1 -49.7 -5e+03 -2.25e+03 3.82e-06 0 5.67e+03 5.67e+03 expHall Transportation - 2 -503 -1e+04 -4.38e+03 3.82e-06 0 5.45e+03 1.11e+04 world Transportation - 3 -956 -1.5e+04 -6.51e+03 3.82e-06 0 5.45e+03 1.66e+04 OutOfWorld Transportation + 0 110 -85.5 -135 0.000272 0 0 0 Tank initStep + 1 110 -85.5 -135 0.000147 0.000126 7.61e-07 7.61e-07 Tank msc + 2 110 -85.5 -135 0 0.000147 5.7e-06 6.46e-06 Tank eIoni + 3 110 -85.5 -135 0 0 0 6.46e-06 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.7 201 -55.1 0.00782 0 0 0 Tank initStep - 1 -80.7 201 -55.1 0.00775 6.54e-05 0.000129 0.000129 Tank msc - 2 -80.7 201 -55.1 0 0.00775 0.00158 0.00171 Tank eIoni - 3 -80.7 201 -55.1 0 0 0 0.00171 Tank NoProcess + 0 209 0.136 -58.7 0.00332 0 0 0 Tank initStep + 1 209 0.136 -58.7 0.00322 0.000102 2.95e-05 2.95e-05 Tank msc + 2 209 0.136 -58.7 0 0.00322 0.000349 0.000379 Tank eIoni + 3 209 0.136 -58.7 0 0 0 0.000379 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89 205 -51.3 0.0121 0 0 0 Tank initStep - 1 -89 205 -51.3 0.0116 0.000476 0.000278 0.000278 Tank msc - 2 -89 205 -51.3 0 0.0116 0.00324 0.00352 Tank eIoni - 3 -89 205 -51.3 0 0 0 0.00352 Tank NoProcess + 0 167 32.8 -58.6 0.00538 0 0 0 Tank initStep + 1 167 32.8 -58.6 0.00534 4.17e-05 6.72e-05 6.72e-05 Tank msc + 2 167 32.8 -58.6 0 0.00534 0.000828 0.000896 Tank eIoni + 3 167 32.8 -58.6 0 0 0 0.000896 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 60 +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89 205 -51.3 3.45e-06 0 0 0 Tank initStep - 1 -2.31e+03 1.9e+03 5e+03 3.45e-06 0 5.77e+03 5.77e+03 expHall Transportation - 2 -2.31e+03 1.9e+03 5e+03 3.45e-06 0 0 5.77e+03 Tank Transportation - 3 -1.94e+03 2.61e+03 4.54e+03 3.45e-06 3.45e-06 922 6.69e+03 Tank OpAbsorption + 0 251 35.3 -69.4 0.000984 0 0 0 Tank initStep + 1 251 35.3 -69.4 0.000984 0 4.07e-06 4.07e-06 Tank msc + 2 251 35.3 -69.4 0 0.000984 5.09e-05 5.49e-05 Tank eIoni + 3 251 35.3 -69.4 0 0 0 5.49e-05 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.7 205 -58.2 0.0131 0 0 0 Tank initStep - 1 -73.7 205 -58.2 0.0121 0.00105 0.000321 0.000321 Tank msc - 2 -73.7 205 -58.2 0 0.0121 0.00347 0.00379 Tank eIoni - 3 -73.7 205 -58.2 0 0 0 0.00379 Tank NoProcess + 0 253 36.7 -69.6 0.00184 0 0 0 Tank initStep + 1 253 36.7 -69.6 0.00114 0.000699 1.1e-05 1.1e-05 Tank msc + 2 253 36.7 -69.6 0 0.00114 6.37e-05 7.47e-05 Tank eIoni + 3 253 36.7 -69.6 0 0 0 7.47e-05 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 59 +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.7 205 -58.2 3.34e-06 0 0 0 Tank initStep - 1 -498 1.28e+03 -5e+03 3.34e-06 0 5.08e+03 5.08e+03 expHall Transportation - 2 -4.85e+03 7.43e+03 -1e+04 3.34e-06 0 9.04e+03 1.41e+04 world Transportation - 3 -9.21e+03 1.36e+04 -1.5e+04 3.34e-06 0 9.04e+03 2.32e+04 OutOfWorld Transportation + 0 140 26.4 -3.25 0.00528 0 0 0 Tank initStep + 1 140 26.4 -3.25 0.00516 0.00012 6.5e-05 6.5e-05 Tank msc + 2 140 26.4 -3.25 0 0.00516 0.00078 0.000845 Tank eIoni + 3 140 26.4 -3.25 0 0 0 0.000845 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 66 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98.3 228 89.3 0.0045 0 0 0 Tank initStep - 1 -98.3 228 89.3 0.00402 0.000477 4.93e-05 4.93e-05 Tank msc + 0 140 26.4 -3.25 2.44e-06 0 0 0 Tank initStep + 1 2.83e+03 5e+03 -3.59e+03 2.44e-06 0 6.69e+03 6.69e+03 expHall Transportation + 2 2.83e+03 5e+03 -3.59e+03 2.44e-06 0 0 6.69e+03 Tank Transportation + 3 4.46e+03 3.38e+03 -5e+03 2.44e-06 0 2.7e+03 9.39e+03 expHall Transportation + 4 4.46e+03 3.38e+03 -5e+03 2.44e-06 0 0 9.39e+03 Tank Transportation + 5 5e+03 3.1e+03 -3.99e+03 2.44e-06 0 1.17e+03 1.06e+04 expHall Transportation + 6 5e+03 3.1e+03 -3.99e+03 2.44e-06 0 0 1.06e+04 Tank Transportation + 7 -3.39e+03 2.65e+03 5e+03 2.44e-06 0 1.23e+04 2.29e+04 expHall Transportation + 8 -3.39e+03 2.65e+03 5e+03 2.44e-06 0 0 2.29e+04 Tank Transportation + 9 -5e+03 1.86e+03 1.54e+03 2.44e-06 0 3.9e+03 2.68e+04 expHall Transportation + 10 -5e+03 1.86e+03 1.54e+03 2.44e-06 0 0 2.68e+04 Tank Transportation + 11 3.28e+03 -276 -5e+03 2.44e-06 0 1.08e+04 3.75e+04 expHall Transportation + 12 3.28e+03 -276 -5e+03 2.44e-06 0 0 3.75e+04 Tank Transportation + 13 5e+03 -557 -4.7e+03 2.44e-06 0 1.77e+03 3.93e+04 expHall Transportation + 14 1e+04 -3e+03 -3.21e+03 2.44e-06 0 5.76e+03 4.51e+04 world Transportation + 15 1.5e+04 -5.45e+03 -1.72e+03 2.44e-06 0 5.76e+03 5.08e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 58 +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98.3 228 89.3 3.66e-06 0 0 0 Tank initStep - 1 932 1.2e+03 -822 3.66e-06 3.66e-06 1.69e+03 1.69e+03 Tank OpAbsorption + 0 143 -0.63 -38 0.00308 0 0 0 Tank initStep + 1 143 -0.63 -38 0.00299 9.02e-05 2.59e-05 2.59e-05 Tank msc + 2 143 -0.63 -38 0 0.00299 0.000308 0.000334 Tank eIoni + 3 143 -0.63 -38 0 0 0 0.000334 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -98.3 228 89.3 0.00402 0 0 4.93e-05 Tank initStep - 2 -98.3 228 89.3 0.00373 0.000292 4.06e-05 8.99e-05 Tank msc - 3 -98.3 228 89.3 0 0.00373 0.000446 0.000536 Tank eIoni - 4 -98.3 228 89.3 0 0 0 0.000536 Tank NoProcess + 0 52.9 -52.3 -81 0.00139 0 0 0 Tank initStep + 1 52.9 -52.3 -81 0.00101 0.000388 7.04e-06 7.04e-06 Tank msc + 2 52.9 -52.3 -81 0 0.00101 5.26e-05 5.97e-05 Tank eIoni + 3 52.9 -52.3 -81 0 0 0 5.97e-05 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -97.7 227 90.5 0.00234 0 0 0 Tank initStep - 1 -97.7 227 90.5 0.00229 5.66e-05 1.63e-05 1.63e-05 Tank msc - 2 -97.7 227 90.5 0 0.00229 0.000195 0.000212 Tank eIoni - 3 -97.7 227 90.5 0 0 0 0.000212 Tank NoProcess + 0 48.7 -54.5 -89.7 0.00895 0 0 0 Tank initStep + 1 48.7 -54.5 -89.7 0.00877 0.000183 0.000163 0.000163 Tank msc + 2 48.7 -54.5 -89.7 0 0.00877 0.00197 0.00213 Tank eIoni + 3 48.7 -54.5 -89.7 0 0 0 0.00213 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.3 209 101 0.00892 0 0 0 Tank initStep - 1 -73.3 209 101 0.00824 0.000672 0.000162 0.000162 Tank msc - 2 -73.3 209 101 0 0.00824 0.00176 0.00193 Tank eIoni - 3 -73.3 209 101 0 0 0 0.00193 Tank NoProcess + 0 46.8 -52.8 -88.5 0.00464 0 0 0 Tank initStep + 1 46.8 -52.8 -88.5 0.0045 0.000138 5.21e-05 5.21e-05 Tank msc + 2 46.8 -52.8 -88.5 0 0.0045 0.000618 0.00067 Tank eIoni + 3 46.8 -52.8 -88.5 0 0 0 0.00067 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -92.7 172 111 0.0389 0 0 0 Tank initStep - 1 -92.7 172 111 0.0325 0.0064 0.00218 0.00218 Tank msc + 0 47.1 -52.5 -84.8 0.00331 0 0 0 Tank initStep + 1 47.1 -52.5 -84.8 0.0033 1.3e-05 2.93e-05 2.93e-05 Tank msc + 2 47.1 -52.5 -84.8 0 0.0033 0.000364 0.000393 Tank eIoni + 3 47.1 -52.5 -84.8 0 0 0 0.000393 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 55 +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -92.7 172 111 2.57e-06 0 0 0 Tank initStep - 1 -5e+03 -4e+03 3.12e+03 2.57e-06 0 7.11e+03 7.11e+03 expHall Transportation - 2 -5e+03 -4e+03 3.12e+03 2.57e-06 0 0 7.11e+03 Tank Transportation - 3 -4.38e+03 -5e+03 4.35e+03 2.57e-06 0 1.7e+03 8.81e+03 expHall Transportation - 4 -4.38e+03 -5e+03 4.35e+03 2.57e-06 0 0 8.81e+03 Tank Transportation - 5 -4.28e+03 -4.34e+03 5e+03 2.57e-06 0 935 9.74e+03 expHall Transportation - 6 -4.28e+03 -4.34e+03 5e+03 2.57e-06 0 0 9.74e+03 Tank Transportation - 7 -5e+03 -3.94e+03 3.29e+03 2.57e-06 0 1.9e+03 1.16e+04 expHall Transportation - 8 -5e+03 -3.94e+03 3.29e+03 2.57e-06 0 0 1.16e+04 Tank Transportation - 9 5e+03 -1.72e+03 -2.72e+03 2.57e-06 0 1.19e+04 2.35e+04 expHall Transportation - 10 1e+04 2.8e+03 -9.31e+03 2.57e-06 0 9.43e+03 3.3e+04 world Transportation - 11 1.43e+04 6.7e+03 -1.5e+04 2.57e-06 0 8.13e+03 4.11e+04 OutOfWorld Transportation + 0 102 -107 -13.2 0.0151 0 0 0 Tank initStep + 1 102 -107 -13.2 0.0147 0.00043 0.000412 0.000412 Tank msc + 2 102 -107 -13.2 0 0.0147 0.00489 0.00531 Tank eIoni + 3 102 -107 -13.2 0 0 0 0.00531 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 60 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -92.7 172 111 0.0325 0 0 0.00218 Tank initStep - 2 -92.7 172 111 0.0317 0.00082 0.00159 0.00377 Tank msc - 3 -92.7 172 111 0.0165 0.0152 0.0156 0.0193 Tank eIoni - 4 -92.7 172 111 0 0.0165 0.00597 0.0253 Tank eIoni - 5 -92.7 172 111 0 0 0 0.0253 Tank NoProcess + 0 102 -107 -13.2 2.46e-06 0 0 0 Tank initStep + 1 5e+03 1.4e+03 -3.43e+03 2.46e-06 0 6.16e+03 6.16e+03 expHall Transportation + 2 8.9e+03 4.32e+03 -1e+04 2.46e-06 0 8.19e+03 1.43e+04 world Transportation + 3 1.19e+04 6.55e+03 -1.5e+04 2.46e-06 0 6.23e+03 2.06e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 55 +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -92.7 172 111 2.34e-06 0 0 0 Tank initStep - 1 5e+03 291 3.56e+03 2.34e-06 0 6.15e+03 6.15e+03 expHall Transportation - 2 5e+03 291 3.56e+03 2.34e-06 0 0 6.15e+03 Tank Transportation - 3 4.39e+03 577 5e+03 2.34e-06 0 1.59e+03 7.74e+03 expHall Transportation - 4 4.39e+03 577 5e+03 2.34e-06 0 0 7.74e+03 Tank Transportation - 5 2.18e+03 5e+03 3.83e+03 2.34e-06 0 5.08e+03 1.28e+04 expHall Transportation - 6 -2.97e+03 1e+04 713 2.34e-06 0 7.82e+03 2.06e+04 world Transportation - 7 -8.12e+03 1.5e+04 -2.4e+03 2.34e-06 0 7.82e+03 2.85e+04 OutOfWorld Transportation + 0 113 -99.4 -19.7 0.000751 0 0 0 Tank initStep + 1 113 -99.4 -19.7 0.0006 0.000151 2.71e-06 2.71e-06 Tank msc + 2 113 -99.4 -19.7 0 0.0006 2.46e-05 2.73e-05 Tank eIoni + 3 113 -99.4 -19.7 0 0 0 2.73e-05 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -116 248 55 0.0348 0 0 0 Tank initStep - 1 -116 248 55 0.0332 0.00153 0.00179 0.00179 Tank msc - 2 -116 248 55 0.0209 0.0123 0.0162 0.018 Tank eIoni + 0 124 -85.9 -24.7 8.4e-06 0 0 0 Tank initStep + 1 124 -85.9 -24.7 0 8.4e-06 1.32e-06 1.32e-06 Tank eIoni + 2 124 -85.9 -24.7 0 0 0 1.32e-06 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 54 +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -116 248 55 3.72e-06 0 0 0 Tank initStep - 1 2.43e+03 5e+03 -3.86e+03 3.72e-06 0 6.66e+03 6.66e+03 expHall Transportation - 2 2.43e+03 5e+03 -3.86e+03 3.72e-06 0 0 6.66e+03 Tank Transportation - 3 3.47e+03 2.32e+03 -5e+03 3.72e-06 0 3.09e+03 9.76e+03 expHall Transportation - 4 3.47e+03 2.32e+03 -5e+03 3.72e-06 0 0 9.76e+03 Tank Transportation - 5 5e+03 -797 -1.84e+03 3.72e-06 0 4.7e+03 1.45e+04 expHall Transportation - 6 5e+03 -797 -1.84e+03 3.72e-06 0 0 1.45e+04 Tank Transportation - 7 -266 -5e+03 4.64e+03 3.72e-06 0 9.34e+03 2.38e+04 expHall Transportation - 8 -266 -5e+03 4.64e+03 3.72e-06 0 0 2.38e+04 Tank Transportation - 9 -454 -4.41e+03 5e+03 3.72e-06 0 717 2.45e+04 expHall Transportation - 10 -454 -4.41e+03 5e+03 3.72e-06 0 0 2.45e+04 Tank Transportation - 11 -5e+03 -2.14e+03 3.63e+03 3.72e-06 0 5.26e+03 2.98e+04 expHall Transportation - 12 -5e+03 -2.14e+03 3.63e+03 3.72e-06 0 0 2.98e+04 Tank Transportation - 13 967 3.15e+03 3.07e+03 3.72e-06 3.72e-06 7.99e+03 3.78e+04 Tank OpAbsorption + 0 131 -78.2 -28.5 0.0185 0 0 0 Tank initStep + 1 131 -78.2 -28.5 0.00908 0.00947 0.00059 0.00059 Tank msc + 2 131 -78.2 -28.5 0 0.00908 0.00209 0.00268 Tank eIoni + 3 131 -78.2 -28.5 0 0 0 0.00268 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -116 248 55 0.0209 0 0 0.018 Tank initStep - 3 -116 248 55 0.0201 0.00079 0.000727 0.0188 Tank msc - 4 -116 248 55 0 0.0201 0.00849 0.0272 Tank eIoni - 5 -116 248 55 0 0 0 0.0272 Tank NoProcess + 0 129 -109 -103 0.0356 0 0 0 Tank initStep + 1 129 -109 -103 0.0347 0.000938 0.00188 0.00188 Tank msc + 2 129 -109 -103 0.0207 0.0139 0.0169 0.0188 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 56 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -109 204 -24.2 0.014 0 0 0 Tank initStep - 1 -109 204 -24.2 0.0136 0.00039 0.00036 0.00036 Tank msc - 2 -109 204 -24.2 0 0.0136 0.00428 0.00464 Tank eIoni - 3 -109 204 -24.2 0 0 0 0.00464 Tank NoProcess + 0 129 -109 -103 3.38e-06 0 0 0 Tank initStep + 1 -1.15e+03 -260 2.16e+03 3.38e-06 3.38e-06 2.61e+03 2.61e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 53 +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 56 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -109 204 -24.2 2.34e-06 0 0 0 Tank initStep - 1 -2.14e+03 5e+03 -2.57e+03 2.34e-06 0 5.79e+03 5.79e+03 expHall Transportation - 2 -8.94e+03 9.29e+03 -1e+04 2.34e-06 0 1.1e+04 1.67e+04 world Transportation - 3 -1.35e+04 1.22e+04 -1.5e+04 2.34e-06 0 7.37e+03 2.41e+04 OutOfWorld Transportation + 0 129 -109 -103 3.67e-06 0 0 0 Tank initStep + 1 -5e+03 1.13e+03 2.96e+03 3.67e-06 0 6.1e+03 6.1e+03 expHall Transportation + 2 -5e+03 1.13e+03 2.96e+03 3.67e-06 0 0 6.1e+03 Tank Transportation + 3 -4.45e+03 2.06e+03 5e+03 3.67e-06 0 2.31e+03 8.41e+03 expHall Transportation + 4 -852 7.16e+03 1e+04 3.67e-06 0 8e+03 1.64e+04 world Transportation + 5 2.75e+03 1.23e+04 1.5e+04 3.67e-06 0 8e+03 2.44e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 183 -32.6 0.0135 0 0 0 Tank initStep - 1 -102 183 -32.6 0.0124 0.00103 0.000334 0.000334 Tank msc + 2 129 -109 -103 0.0207 0 0 0.0188 Tank initStep + 3 129 -109 -103 0.0202 0.000534 0.00072 0.0195 Tank msc + 4 129 -109 -103 0 0.0202 0.00859 0.0281 Tank eIoni + 5 129 -109 -103 0 0 0 0.0281 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 52 +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 183 -32.6 2.28e-06 0 0 0 Tank initStep - 1 1.47e+03 678 -2.35e+03 2.28e-06 2.28e-06 2.85e+03 2.85e+03 Tank OpAbsorption + 0 74.8 35.8 -120 0.00384 0 0 0 Tank initStep + 1 74.8 35.8 -120 0.00358 0.000261 3.76e-05 3.76e-05 Tank msc + 2 74.8 35.8 -120 0 0.00358 0.000417 0.000454 Tank eIoni + 3 74.8 35.8 -120 0 0 0 0.000454 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -102 183 -32.6 0.0124 0 0 0.000334 Tank initStep - 2 -102 183 -32.6 0.012 0.000394 0.000291 0.000626 Tank msc - 3 -102 183 -32.6 0 0.012 0.00344 0.00407 Tank eIoni - 4 -102 183 -32.6 0 0 0 0.00407 Tank NoProcess + 0 69.7 48.6 -129 0.177 0 0 0 Tank initStep + 1 69.7 48.6 -129 0.172 0.00484 0.0292 0.0292 Tank msc + 2 69.7 48.7 -129 0.152 0.0203 0.0855 0.115 Tank eIoni + 3 69.7 48.7 -129 0.125 0.0264 0.0725 0.187 Tank eIoni + 4 69.7 48.8 -129 0.102 0.0237 0.0569 0.244 Tank eIoni + 5 69.6 48.8 -129 0.0841 0.0174 0.0445 0.289 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 54 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.7 102 -11.7 0.0225 0 0 0 Tank initStep - 1 -45.7 102 -11.7 0.0213 0.00121 0.00083 0.00083 Tank msc - 2 -45.7 102 -11.7 0 0.0213 0.00941 0.0102 Tank eIoni - 3 -45.7 102 -11.7 0 0 0 0.0102 Tank NoProcess + 0 69.7 48.8 -129 3.58e-06 0 0 0 Tank initStep + 1 -3.33e+03 2.83e+03 2.82e+03 3.58e-06 0 5.29e+03 5.29e+03 Tank OpRayleigh + 2 -3.05e+03 -2.69e+03 -5e+03 3.58e-06 0 9.57e+03 1.49e+04 expHall Transportation + 3 -733 -6.77e+03 -1e+04 3.58e-06 0 6.86e+03 2.17e+04 world Transportation + 4 1.59e+03 -1.09e+04 -1.5e+04 3.58e-06 0 6.86e+03 2.86e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 54 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 76.3 -33.5 0.0368 0 0 0 Tank initStep - 1 -10.1 76.3 -33.5 0.036 0.000895 0.00198 0.00198 Tank msc - 2 -10.1 76.3 -33.5 0.0195 0.0164 0.0174 0.0193 Tank eIoni + 0 69.6 48.8 -129 3.32e-06 0 0 0 Tank initStep + 1 -4.73e+03 -5e+03 3.22e+03 3.32e-06 0 7.73e+03 7.73e+03 expHall Transportation + 2 -4.73e+03 -5e+03 3.22e+03 3.32e-06 0 0 7.73e+03 Tank Transportation + 3 -4.81e+03 -2.91e+03 5e+03 3.32e-06 0 2.75e+03 1.05e+04 expHall Transportation + 4 -4.81e+03 -2.91e+03 5e+03 3.32e-06 0 0 1.05e+04 Tank Transportation + 5 -2.81e+03 2.03e+03 -5e+03 3.32e-06 0 1.13e+04 2.18e+04 expHall Transportation + 6 -992 6.25e+03 -1e+04 3.32e-06 0 6.79e+03 2.86e+04 world Transportation + 7 823 1.05e+04 -1.5e+04 3.32e-06 0 6.79e+03 3.54e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 50 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 76.3 -33.5 3.66e-06 0 0 0 Tank initStep - 1 -5e+03 3.03e+03 1.39e+03 3.66e-06 0 5.97e+03 5.97e+03 expHall Transportation - 2 -1e+04 6.22e+03 8.17e+03 3.66e-06 0 9.01e+03 1.5e+04 world Transportation - 3 -1.5e+04 9.41e+03 1.5e+04 3.66e-06 0 9.01e+03 2.4e+04 OutOfWorld Transportation + 5 69.6 48.8 -129 0.0841 0 0 0.289 Tank initStep + 6 69.6 48.8 -129 0.0764 0.00771 0.00841 0.297 Tank msc ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 54 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -10.1 76.3 -33.5 0.0195 0 0 0.0193 Tank initStep - 3 -10.1 76.3 -33.5 0.019 0.000492 0.000644 0.02 Tank msc - 4 -10.1 76.3 -33.5 0 0.019 0.00769 0.0277 Tank eIoni - 5 -10.1 76.3 -33.5 0 0 0 0.0277 Tank NoProcess + 0 69.6 48.8 -129 3.69e-06 0 0 0 Tank initStep + 1 -4.36e+03 -5e+03 750 3.69e-06 0 6.78e+03 6.78e+03 expHall Transportation + 2 -4.36e+03 -5e+03 750 3.69e-06 0 0 6.78e+03 Tank Transportation + 3 -5e+03 -4.62e+03 1.28e+03 3.69e-06 0 907 7.68e+03 expHall Transportation + 4 -5e+03 -4.62e+03 1.28e+03 3.69e-06 0 0 7.68e+03 Tank Transportation + 5 -2.6e+03 -1.34e+03 5e+03 3.69e-06 0 5.51e+03 1.32e+04 expHall Transportation + 6 -2.6e+03 -1.34e+03 5e+03 3.69e-06 0 0 1.32e+04 Tank Transportation + 7 759 1.24e+03 -5e+03 3.69e-06 0 1.09e+04 2.41e+04 expHall Transportation + 8 2.75e+03 4.02e+03 -1e+04 3.69e-06 0 6.06e+03 3.01e+04 world Transportation + 9 4.74e+03 6.8e+03 -1.5e+04 3.69e-06 0 6.06e+03 3.62e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 54 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.1 3.56 -44 0.259 0 0 0 Tank initStep - 1 -2.1 3.55 -44.1 0.253 0.00569 0.038 0.038 Tank Cerenkov + 0 69.6 48.8 -129 3.18e-06 0 0 0 Tank initStep + 1 -5e+03 1.05e+03 2.38e+03 3.18e-06 0 5.74e+03 5.74e+03 expHall Transportation + 2 -5e+03 1.05e+03 2.38e+03 3.18e-06 0 0 5.74e+03 Tank Transportation + 3 -2.98e+03 3.05e+03 5e+03 3.18e-06 0 3.86e+03 9.61e+03 expHall Transportation + 4 -2.98e+03 3.05e+03 5e+03 3.18e-06 0 0 9.61e+03 Tank Transportation + 5 -1.82e+03 5e+03 2.2e+03 3.18e-06 0 3.61e+03 1.32e+04 expHall Transportation + 6 -1.82e+03 5e+03 2.2e+03 3.18e-06 0 0 1.32e+04 Tank Transportation + 7 1.09e+03 -1.28e+03 -5e+03 3.18e-06 0 9.98e+03 2.32e+04 expHall Transportation + 8 1.09e+03 -1.28e+03 -5e+03 3.18e-06 0 0 2.32e+04 Tank Transportation + 9 5e+03 -3.2e+03 -1.78e+03 3.18e-06 0 5.42e+03 2.86e+04 expHall Transportation + 10 5e+03 -3.2e+03 -1.78e+03 3.18e-06 0 0 2.86e+04 Tank Transportation + 11 2.25e+03 -5e+03 7.71 3.18e-06 0 3.74e+03 3.24e+04 expHall Transportation + 12 2.25e+03 -5e+03 7.71 3.18e-06 0 0 3.24e+04 Tank Transportation + 13 -1.61e+03 2.41e+03 5e+03 3.18e-06 0 9.73e+03 4.21e+04 expHall Transportation + 14 -1.61e+03 2.41e+03 5e+03 3.18e-06 0 0 4.21e+04 Tank Transportation + 15 -1.88e+03 5e+03 803 3.18e-06 0 4.94e+03 4.7e+04 expHall Transportation + 16 -1.88e+03 5e+03 803 3.18e-06 0 0 4.7e+04 Tank Transportation + 17 -3.31e+03 3.64e+03 5e+03 3.18e-06 0 4.64e+03 5.17e+04 expHall Transportation + 18 -7.8e+03 352 1e+04 3.18e-06 0 7.48e+03 5.92e+04 world Transportation + 19 -1.23e+04 -2.94e+03 1.5e+04 3.18e-06 0 7.48e+03 6.66e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 49 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.1 3.56 -44 3.08e-06 0 0 0 Tank initStep - 1 1.62e+03 5e+03 -3.2e+03 3.08e-06 0 6.13e+03 6.13e+03 expHall Transportation - 2 1.62e+03 5e+03 -3.2e+03 3.08e-06 0 0 6.13e+03 Tank Transportation - 3 1e+03 2.9e+03 -5e+03 3.08e-06 0 2.84e+03 8.96e+03 expHall Transportation - 4 1e+03 2.9e+03 -5e+03 3.08e-06 0 0 8.96e+03 Tank Transportation - 5 -1.14e+03 -5e+03 743 3.08e-06 0 1e+04 1.9e+04 expHall Transportation - 6 -1.14e+03 -5e+03 743 3.08e-06 0 0 1.9e+04 Tank Transportation - 7 -1.72e+03 -3.53e+03 5e+03 3.08e-06 0 4.54e+03 2.35e+04 expHall Transportation - 8 -1.72e+03 -3.53e+03 5e+03 3.08e-06 0 0 2.35e+04 Tank Transportation - 9 5e+03 -1.84e+03 -1.5e+03 3.08e-06 0 9.5e+03 3.3e+04 expHall Transportation - 10 5e+03 -1.84e+03 -1.5e+03 3.08e-06 0 0 3.3e+04 Tank Transportation - 11 1.11e+03 -1.41e+03 -5e+03 3.08e-06 0 5.25e+03 3.83e+04 expHall Transportation - 12 1.11e+03 -1.41e+03 -5e+03 3.08e-06 0 0 3.83e+04 Tank Transportation - 13 -5e+03 625 2.19e+03 3.08e-06 0 9.65e+03 4.79e+04 expHall Transportation - 14 -5e+03 625 2.19e+03 3.08e-06 0 0 4.79e+04 Tank Transportation - 15 -573 583 5e+03 3.08e-06 0 5.24e+03 5.32e+04 expHall Transportation - 16 1e+04 -1.28e+03 6.73e+03 3.08e-06 0 1.09e+04 6.4e+04 world Transportation - 17 1.5e+04 -2.17e+03 7.55e+03 3.08e-06 0 5.14e+03 6.92e+04 OutOfWorld Transportation + 6 69.6 48.8 -129 0.0764 0 0 0.297 Tank initStep + 7 69.6 48.8 -129 0.0749 0.00152 0.00713 0.304 Tank msc + 8 69.6 48.8 -129 0.0544 0.0204 0.0323 0.336 Tank eIoni + 9 69.6 48.8 -129 0.037 0.0175 0.0243 0.361 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 49 +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 54 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.1 3.56 -44 2.49e-06 0 0 0 Tank initStep - 1 3.36e+03 829 614 2.49e-06 2.49e-06 3.53e+03 3.53e+03 Tank OpAbsorption + 0 69.6 48.8 -129 2.32e-06 0 0 0 Tank initStep + 1 -3.47e+03 -1.25e+03 5e+03 2.32e-06 0 6.37e+03 6.37e+03 expHall Transportation + 2 -1e+04 -1.91e+03 7.9e+03 2.32e-06 0 7.18e+03 1.35e+04 world Transportation + 3 -1.5e+04 -2.42e+03 1.01e+04 2.32e-06 0 5.49e+03 1.9e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 49 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.1 3.56 -44 2.43e-06 0 0 0 Tank initStep - 1 5e+03 3.66e+03 -2.96e+03 2.43e-06 0 6.85e+03 6.85e+03 expHall Transportation - 2 5e+03 3.66e+03 -2.96e+03 2.43e-06 0 0 6.85e+03 Tank Transportation - 3 4.91e+03 5e+03 -3.46e+03 2.43e-06 0 1.43e+03 8.28e+03 expHall Transportation - 4 4.91e+03 5e+03 -3.46e+03 2.43e-06 0 0 8.28e+03 Tank Transportation - 5 5e+03 452 -3.21e+03 2.43e-06 0 4.56e+03 1.28e+04 expHall Transportation - 6 5e+03 452 -3.21e+03 2.43e-06 0 0 1.28e+04 Tank Transportation - 7 119 -1.09e+03 -5e+03 2.43e-06 0 5.42e+03 1.83e+04 expHall Transportation - 8 119 -1.09e+03 -5e+03 2.43e-06 0 0 1.83e+04 Tank Transportation - 9 -5e+03 -3.02e+03 -2.51e+03 2.43e-06 0 6.01e+03 2.43e+04 expHall Transportation - 10 -1e+04 -6.42e+03 125 2.43e-06 0 6.6e+03 3.09e+04 world Transportation - 11 -1.5e+04 -9.83e+03 2.76e+03 2.43e-06 0 6.6e+03 3.75e+04 OutOfWorld Transportation + 9 69.6 48.8 -129 0.037 0 0 0.361 Tank initStep + 10 69.6 48.8 -129 0.0349 0.00203 0.002 0.363 Tank msc ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 54 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -2.1 3.55 -44.1 0.253 0 0 0.038 Tank initStep - 2 -2.1 3.53 -44.1 0.236 0.0173 0.0364 0.0745 Tank Cerenkov + 0 69.6 48.8 -129 2.5e-06 0 0 0 Tank initStep + 1 4.58e+03 -240 5e+03 2.5e-06 0 6.84e+03 6.84e+03 expHall Transportation + 2 1e+04 -1.71e+03 6.96e+03 2.5e-06 0 5.95e+03 1.28e+04 world Transportation + 3 1.5e+04 -3.07e+03 8.78e+03 2.5e-06 0 5.49e+03 1.83e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 49 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.1 3.53 -44.1 3.23e-06 0 0 0 Tank initStep - 1 5e+03 -727 864 3.23e-06 0 5.14e+03 5.14e+03 expHall Transportation - 2 1e+04 -2.38e+03 3.22e+03 3.23e-06 0 5.77e+03 1.09e+04 world Transportation - 3 1.5e+04 -4.04e+03 5.58e+03 3.23e-06 0 5.77e+03 1.67e+04 OutOfWorld Transportation + 10 69.6 48.8 -129 0.0349 0 0 0.363 Tank initStep + 11 69.6 48.8 -129 0.0278 0.00715 0.00181 0.364 Tank msc + 12 69.6 48.8 -129 0.013 0.0148 0.0137 0.378 Tank eIoni + 13 69.6 48.8 -129 0 0.013 0.00391 0.382 Tank eIoni + 14 69.6 48.8 -129 0 0 0 0.382 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 49 +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 54 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.1 3.55 -44.1 2.74e-06 0 0 0 Tank initStep - 1 -1.77e+03 -5e+03 1.76e+03 2.74e-06 0 5.6e+03 5.6e+03 expHall Transportation - 2 -4.29e+03 -1e+04 6.92e+03 2.74e-06 0 7.61e+03 1.32e+04 world Transportation - 3 -6.81e+03 -1.5e+04 1.21e+04 2.74e-06 0 7.61e+03 2.08e+04 OutOfWorld Transportation + 0 69.6 48.8 -129 3.21e-06 0 0 0 Tank initStep + 1 3.1e+03 -5e+03 -4.1e+03 3.21e-06 0 7.11e+03 7.11e+03 expHall Transportation + 2 3.1e+03 -5e+03 -4.1e+03 3.21e-06 0 0 7.11e+03 Tank Transportation + 3 3.5e+03 -4.73e+03 -5e+03 3.21e-06 0 1.01e+03 8.12e+03 expHall Transportation + 4 8.14e+03 -2.96e+03 -1e+04 3.21e-06 0 7.05e+03 1.52e+04 world Transportation + 5 1.28e+04 -1.19e+03 -1.5e+04 3.21e-06 0 7.05e+03 2.22e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -2.1 3.53 -44.1 0.236 0 0 0.0745 Tank initStep - 3 -2.1 3.52 -44.1 0.226 0.01 0.0463 0.121 Tank msc - 4 -2.12 3.53 -44.2 0.195 0.0314 0.124 0.245 Tank eIoni + 0 68.8 44.9 -124 0.024 0 0 0 Tank initStep + 1 68.8 44.9 -124 0.0228 0.0012 0.000932 0.000932 Tank msc + 2 68.8 44.9 -124 0.00377 0.019 0.0106 0.0115 Tank eIoni + 3 68.8 44.9 -124 0 0.00377 0.000455 0.012 Tank eIoni + 4 68.8 44.9 -124 0 0 0 0.012 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 49 +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.1 3.52 -44.2 4.11e-06 0 0 0 Tank initStep - 1 -4.43e+03 -849 -1.35e+03 4.11e-06 4.11e-06 4.69e+03 4.69e+03 Tank OpAbsorption + 0 32.1 28.4 -21.7 0.105 0 0 0 Tank initStep + 1 32.1 28.4 -21.7 0.101 0.00449 0.0123 0.0123 Tank msc ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -2.12 3.53 -44.2 0.195 0 0 0.245 Tank initStep - 5 -2.13 3.54 -44.3 0.187 0.00754 0.0341 0.279 Tank msc - 6 -2.13 3.55 -44.3 0.165 0.0217 0.0959 0.375 Tank eIoni + 0 32.1 28.4 -21.7 3.97e-06 0 0 0 Tank initStep + 1 -5e+03 1.91e+03 2.48e+03 3.97e-06 0 5.93e+03 5.93e+03 expHall Transportation + 2 -1e+04 3.67e+03 6.09e+03 3.97e-06 0 6.41e+03 1.23e+04 world Transportation + 3 -1.5e+04 5.44e+03 9.69e+03 3.97e-06 0 6.41e+03 1.88e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 49 +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.13 3.54 -44.3 3.78e-06 0 0 0 Tank initStep - 1 1.57e+03 -1.01e+03 5e+03 3.78e-06 0 5.38e+03 5.38e+03 expHall Transportation - 2 4.72e+03 -1.72e+03 1e+04 3.78e-06 0 5.95e+03 1.13e+04 world Transportation - 3 7.87e+03 -2.43e+03 1.5e+04 3.78e-06 0 5.95e+03 1.73e+04 OutOfWorld Transportation + 1 32.1 28.4 -21.7 0.101 0 0 0.0123 Tank initStep + 2 32.1 28.4 -21.7 0.0896 0.0111 0.0114 0.0237 Tank msc + 3 32.2 28.4 -21.7 0.0757 0.0139 0.0387 0.0625 Tank eIoni + 4 32.2 28.4 -21.7 0.063 0.0126 0.0326 0.0951 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -2.13 3.55 -44.3 0.165 0 0 0.375 Tank initStep - 7 -2.14 3.55 -44.4 0.158 0.00719 0.0263 0.401 Tank msc - 8 -2.16 3.53 -44.4 0.14 0.0181 0.0768 0.478 Tank eIoni + 0 32.2 28.4 -21.7 4.05e-06 0 0 0 Tank initStep + 1 -797 -1.77e+03 -3.46e+03 4.05e-06 4.05e-06 3.97e+03 3.97e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 49 +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.14 3.55 -44.4 4.08e-06 0 0 0 Tank initStep - 1 -369 2.21e+03 898 4.08e-06 4.08e-06 2.43e+03 2.43e+03 Tank OpAbsorption + 4 32.2 28.4 -21.7 0.063 0 0 0.0951 Tank initStep + 5 32.2 28.4 -21.7 0.061 0.00204 0.00511 0.1 Tank msc + 6 32.2 28.4 -21.7 0.0171 0.0439 0.0267 0.127 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 49 +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.16 3.53 -44.4 2.08e-06 0 0 0 Tank initStep - 1 -1.32e+03 -2.47e+03 -1.68e+03 2.08e-06 2.08e-06 3.25e+03 3.25e+03 Tank OpAbsorption + 0 32.2 28.4 -21.7 3.71e-06 0 0 0 Tank initStep + 1 -2.05e+03 -2.26e+03 -5e+03 3.71e-06 0 5.86e+03 5.86e+03 expHall Transportation + 2 -2.05e+03 -2.26e+03 -5e+03 3.71e-06 0 0 5.86e+03 Tank Transportation + 3 -2.98e+03 -4.02e+03 -2.89e+03 3.71e-06 3.71e-06 2.9e+03 8.76e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -2.16 3.53 -44.4 0.14 0 0 0.478 Tank initStep - 9 -2.14 3.53 -44.4 0.136 0.00421 0.02 0.498 Tank msc - 10 -2.11 3.57 -44.5 0.1 0.0357 0.0632 0.561 Tank eIoni + 6 32.2 28.4 -21.7 0.0171 0 0 0.127 Tank initStep + 7 32.2 28.4 -21.7 0.0163 0.000722 0.00051 0.127 Tank msc + 8 32.2 28.4 -21.7 0 0.0163 0.0059 0.133 Tank eIoni + 9 32.2 28.4 -21.7 0 0 0 0.133 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 49 +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.11 3.57 -44.5 4.09e-06 0 0 0 Tank initStep - 1 5e+03 4.96e+03 -1.88e+03 4.09e-06 0 7.28e+03 7.28e+03 expHall Transportation - 2 5e+03 4.96e+03 -1.88e+03 4.09e-06 0 0 7.28e+03 Tank Transportation - 3 4.79e+03 5e+03 -1.91e+03 4.09e-06 0 218 7.49e+03 expHall Transportation - 4 4.79e+03 5e+03 -1.91e+03 4.09e-06 0 0 7.49e+03 Tank Transportation - 5 -3.11e+03 553 -5e+03 4.09e-06 0 9.58e+03 1.71e+04 expHall Transportation - 6 -3.11e+03 553 -5e+03 4.09e-06 0 0 1.71e+04 Tank Transportation - 7 -5e+03 -727 -4.51e+03 4.09e-06 0 2.33e+03 1.94e+04 expHall Transportation - 8 -1e+04 -6.42e+03 -1.66e+03 4.09e-06 0 8.09e+03 2.75e+04 world Transportation - 9 -1.5e+04 -1.21e+04 1.18e+03 4.09e-06 0 8.09e+03 3.56e+04 OutOfWorld Transportation + 0 32.2 28.4 -21.7 3.4e-06 0 0 0 Tank initStep + 1 -1.58e+03 -3.17e+03 -2.4e+03 3.4e-06 3.4e-06 4.3e+03 4.3e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 49 +* 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.12 3.55 -44.5 2.42e-06 0 0 0 Tank initStep - 1 1.64e+03 1.57e+03 -5e+03 2.42e-06 0 5.45e+03 5.45e+03 expHall Transportation - 2 4.83e+03 4.96e+03 -1e+04 2.42e-06 0 6.83e+03 1.23e+04 world Transportation - 3 8.01e+03 8.34e+03 -1.5e+04 2.42e-06 0 6.83e+03 1.91e+04 OutOfWorld Transportation + 0 5.26 5.96 -8.35 0.0561 0 0 0 Tank initStep + 1 5.26 5.96 -8.35 0.0531 0.00306 0.00418 0.00418 Tank msc + 2 5.25 5.97 -8.37 0.0362 0.0169 0.0238 0.028 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 49 +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 51 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.13 3.54 -44.4 2.21e-06 0 0 0 Tank initStep - 1 -123 2e+03 -440 2.21e-06 2.21e-06 2.04e+03 2.04e+03 Bubble Transportation + 0 5.26 5.97 -8.36 2.56e-06 0 0 0 Tank initStep + 1 2.65e+03 1.83e+03 5e+03 2.56e-06 0 5.95e+03 5.95e+03 expHall Transportation + 2 7.53e+03 4.68e+03 1e+04 2.56e-06 0 7.54e+03 1.35e+04 world Transportation + 3 1.24e+04 7.52e+03 1.5e+04 2.56e-06 0 7.54e+03 2.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +* 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 - 10 -2.11 3.57 -44.5 0.1 0 0 0.561 Tank initStep - 11 -2.1 3.56 -44.5 0.0967 0.00359 0.0114 0.573 Tank msc - 12 -2.09 3.55 -44.5 0.0808 0.0159 0.0422 0.615 Tank eIoni - 13 -2.08 3.53 -44.5 0.0627 0.0181 0.0349 0.65 Tank eIoni + 2 5.25 5.97 -8.37 0.0362 0 0 0.028 Tank initStep + 3 5.26 5.97 -8.37 0.0339 0.00225 0.00193 0.0299 Tank msc + 4 5.26 5.98 -8.37 0.0157 0.0183 0.0166 0.0465 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 49 +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 51 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.09 3.54 -44.5 3.21e-06 0 0 0 Tank initStep - 1 534 -1.81e+03 5e+03 3.21e-06 0 5.39e+03 5.39e+03 expHall Transportation - 2 534 -1.81e+03 5e+03 3.21e-06 0 0 5.39e+03 Tank Transportation - 3 -314 -3.52e+03 3.73e+03 3.21e-06 3.21e-06 2.29e+03 7.68e+03 Tank OpAbsorption + 0 5.26 5.98 -8.37 3.81e-06 0 0 0 Tank initStep + 1 5e+03 -3.25e+03 -1.51e+03 3.81e-06 0 6.15e+03 6.15e+03 expHall Transportation + 2 5e+03 -3.25e+03 -1.51e+03 3.81e-06 0 0 6.15e+03 Tank Transportation + 3 2.72e+03 -5e+03 -2.3e+03 3.81e-06 0 2.98e+03 9.13e+03 expHall Transportation + 4 2.72e+03 -5e+03 -2.3e+03 3.81e-06 0 0 9.13e+03 Tank Transportation + 5 251 -1.58e+03 -5e+03 3.81e-06 0 5.01e+03 1.41e+04 expHall Transportation + 6 251 -1.58e+03 -5e+03 3.81e-06 0 0 1.41e+04 Tank Transportation + 7 -5e+03 3.83e+03 2.61e+03 3.81e-06 0 1.07e+04 2.48e+04 expHall Transportation + 8 -5e+03 3.83e+03 2.61e+03 3.81e-06 0 0 2.48e+04 Tank Transportation + 9 -3.83e+03 5e+03 4.81e+03 3.81e-06 0 2.75e+03 2.76e+04 expHall Transportation + 10 -3.83e+03 5e+03 4.81e+03 3.81e-06 0 0 2.76e+04 Tank Transportation + 11 -3.78e+03 4.96e+03 5e+03 3.81e-06 0 202 2.78e+04 expHall Transportation + 12 -3.78e+03 4.96e+03 5e+03 3.81e-06 0 0 2.78e+04 Tank Transportation + 13 -3.68e+03 5e+03 4.9e+03 3.81e-06 0 148 2.8e+04 expHall Transportation + 14 -3.68e+03 5e+03 4.9e+03 3.81e-06 0 0 2.8e+04 Tank Transportation + 15 -1.05e+03 940 2.37e+03 3.81e-06 0 5.46e+03 3.34e+04 Tank OpRayleigh + 16 -2.03e+03 -4.19e+03 5e+03 3.81e-06 0 5.85e+03 3.93e+04 expHall Transportation + 17 -2.03e+03 -4.19e+03 5e+03 3.81e-06 0 0 3.93e+04 Tank Transportation + 18 -644 -4.61e+03 2.73e+03 3.81e-06 3.81e-06 2.7e+03 4.2e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 49 +* 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.08 3.54 -44.5 3.63e-06 0 0 0 Tank initStep - 1 868 5e+03 -1.98e+03 3.63e-06 0 5.43e+03 5.43e+03 expHall Transportation - 2 868 5e+03 -1.98e+03 3.63e-06 0 0 5.43e+03 Tank Transportation - 3 2.03e+03 -1.62e+03 -5e+03 3.63e-06 0 7.36e+03 1.28e+04 expHall Transportation - 4 2.03e+03 -1.62e+03 -5e+03 3.63e-06 0 0 1.28e+04 Tank Transportation - 5 1.78e+03 -5e+03 -2.93e+03 3.63e-06 0 3.97e+03 1.68e+04 expHall Transportation - 6 1.78e+03 -5e+03 -2.93e+03 3.63e-06 0 0 1.68e+04 Tank Transportation - 7 2.58e+03 -2.59e+03 1.37e+03 3.63e-06 3.63e-06 5e+03 2.18e+04 Tank OpAbsorption + 4 5.26 5.98 -8.37 0.0157 0 0 0.0465 Tank initStep + 5 5.26 5.98 -8.37 0.0153 0.000399 0.000438 0.0469 Tank msc + 6 5.26 5.98 -8.37 0 0.0153 0.00523 0.0521 Tank eIoni + 7 5.26 5.98 -8.37 0 0 0 0.0521 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 -2.08 3.53 -44.5 0.0627 0 0 0.65 Tank initStep - 14 -2.08 3.53 -44.5 0.0603 0.00241 0.00506 0.655 Tank msc - 15 -2.08 3.51 -44.5 0.0448 0.0155 0.0264 0.681 Tank eIoni - 16 -2.08 3.51 -44.5 0.0283 0.0164 0.0207 0.702 Tank eIoni + 0 0.989 -0.8 -0.224 0.511 0 0 0 Tank initStep + 1 -33.2 -55 64.9 0.291 1.42e-05 91.4 91.4 Tank compt + 2 -21 -61.9 70.9 0.158 2.92e-05 15.3 107 Tank compt + 3 -33.1 -70.2 68.8 0.15 1.42e-05 14.9 122 Tank compt + 4 -49.7 -76.9 51.6 0.0946 2.92e-05 24.8 146 Tank compt + 5 -40.1 -73.1 54.3 0.086 2.92e-05 10.7 157 Tank compt + 6 -39.5 -74.9 54.4 0.0748 1.42e-05 1.9 159 Tank compt + 7 -58.4 -85.7 145 0.0608 1.42e-05 92.8 252 Tank compt + 8 18.8 -65.6 118 0.0558 1.36e-05 84.1 336 Tank compt + 9 11.9 -63.6 66.5 0.0471 1.42e-05 51.9 388 Tank compt + 10 47.4 -132 92.4 0.0471 0 81.4 469 Tank Rayl + 11 50.2 -137 94.3 0 0.000538 5.95 475 Tank phot ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 49 +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.08 3.51 -44.5 3.27e-06 0 0 0 Tank initStep - 1 632 849 -467 3.27e-06 3.27e-06 1.14e+03 1.14e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 49 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.08 3.51 -44.5 3.03e-06 0 0 0 Tank initStep - 1 -3.18e+03 -5e+03 -2.49e+03 3.03e-06 0 6.41e+03 6.41e+03 expHall Transportation - 2 -1e+04 -9.63e+03 -6.84e+03 3.03e-06 0 9.32e+03 1.57e+04 world Transportation - 3 -1.5e+04 -1.3e+04 -1e+04 3.03e-06 0 6.83e+03 2.26e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 -2.08 3.51 -44.5 0.0283 0 0 0.702 Tank initStep - 17 -2.08 3.51 -44.5 0.0277 0.000659 0.00125 0.703 Tank msc - 18 -2.08 3.51 -44.5 0.0106 0.017 0.0136 0.717 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 49 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.08 3.51 -44.5 2.33e-06 0 0 0 Tank initStep - 1 -949 -702 1.04e+03 2.33e-06 2.33e-06 1.6e+03 1.6e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 -2.08 3.51 -44.5 0.0106 0 0 0.717 Tank initStep - 19 -2.08 3.51 -44.5 0.0105 0.000191 0.000222 0.717 Tank msc - 20 -2.08 3.5 -44.5 0 0.0105 0.00268 0.72 Tank eIoni - 21 -2.08 3.5 -44.5 0 0 0 0.72 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0552 -0.563 0.985 0.511 0 0 0 Tank initStep - 1 4.94 -9.89 103 0.178 2.92e-05 102 102 Tank compt - 2 7.94 -6.19 95.4 0.167 0.000537 8.72 111 Tank compt - 3 9.15 -5.8 94.8 0.164 2.92e-05 1.43 112 Tank compt - 4 35 14.4 71.7 0.109 1.36e-05 40.1 153 Tank compt - 5 -83.9 15.3 61.1 0.0762 1.36e-05 119 272 Tank compt - 6 -36.8 26.8 68 0.0598 1.42e-05 49 321 Tank compt - 7 -130 44.3 80.5 0.0528 1.36e-05 95.7 417 Tank compt - 8 -137 6.64 71.3 0.0507 1.42e-05 39.3 456 Tank compt - 9 -167 -13.9 81.3 0.0434 2.92e-05 37.9 494 Tank compt - 10 -150 31.3 13.8 0 0.000537 82.9 577 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -150 31.3 13.8 0.0428 0 0 0 Tank initStep - 1 -150 31.3 13.8 0.0409 0.00191 0.00259 0.00259 Tank msc - 2 -150 31.3 13.8 0.0297 0.0112 0.0193 0.0219 Tank eIoni + 0 50.2 -137 94.3 0.0466 0 0 0 Tank initStep + 1 50.2 -137 94.3 0.0447 0.00184 0.00301 0.00301 Tank msc + 2 50.2 -137 94.3 0.0313 0.0134 0.0207 0.0237 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 100 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -150 31.3 13.8 3.37e-06 0 0 0 Tank initStep - 1 -5e+03 1.42e+03 3.08e+03 3.37e-06 0 5.91e+03 5.91e+03 expHall Transportation - 2 -1e+04 3.26e+03 9.23e+03 3.37e-06 0 8.13e+03 1.4e+04 world Transportation - 3 -1.47e+04 4.98e+03 1.5e+04 3.37e-06 0 7.63e+03 2.17e+04 OutOfWorld Transportation + 0 50.2 -137 94.3 3.46e-06 0 0 0 Tank initStep + 1 4.67e+03 -5e+03 -759 3.46e-06 0 6.76e+03 6.76e+03 expHall Transportation + 2 4.67e+03 -5e+03 -759 3.46e-06 0 0 6.76e+03 Tank Transportation + 3 5e+03 -4.76e+03 -717 3.46e-06 0 412 7.17e+03 expHall Transportation + 4 1e+04 610 1.31e+03 3.46e-06 0 7.61e+03 1.48e+04 world Transportation + 5 1.5e+04 5.98e+03 3.34e+03 3.46e-06 0 7.61e+03 2.24e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -150 31.3 13.8 0.0297 0 0 0.0219 Tank initStep - 3 -150 31.3 13.8 0.0279 0.0018 0.00136 0.0232 Tank msc - 4 -150 31.3 13.8 0.0115 0.0164 0.0138 0.037 Tank eIoni + 2 50.2 -137 94.3 0.0313 0 0 0.0237 Tank initStep + 3 50.2 -137 94.3 0.0303 0.000971 0.00149 0.0252 Tank msc + 4 50.2 -137 94.3 0.0156 0.0148 0.015 0.0402 Tank eIoni + 5 50.2 -137 94.3 0 0.0156 0.00541 0.0456 Tank eIoni + 6 50.2 -137 94.3 0 0 0 0.0456 Tank NoProcess ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 100 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -150 31.3 13.8 2.34e-06 0 0 0 Tank initStep - 1 -1.77e+03 2.22e+03 -182 2.34e-06 2.34e-06 2.73e+03 2.73e+03 Tank OpAbsorption + 0 50.2 -137 94.3 2.68e-06 0 0 0 Tank initStep + 1 -1.97e+03 -5e+03 4.35e+03 2.68e-06 0 6.77e+03 6.77e+03 expHall Transportation + 2 -1.97e+03 -5e+03 4.35e+03 2.68e-06 0 0 6.77e+03 Tank Transportation + 3 -2.13e+03 -4.2e+03 5e+03 2.68e-06 0 1.04e+03 7.81e+03 expHall Transportation + 4 -2.13e+03 -4.2e+03 5e+03 2.68e-06 0 0 7.81e+03 Tank Transportation + 5 -312 3e+03 -5e+03 2.68e-06 0 1.25e+04 2.03e+04 expHall Transportation + 6 -312 3e+03 -5e+03 2.68e-06 0 0 2.03e+04 Tank Transportation + 7 5e+03 4.85e+03 728 2.68e-06 0 8.03e+03 2.83e+04 expHall Transportation + 8 5e+03 4.85e+03 728 2.68e-06 0 0 2.83e+04 Tank Transportation + 9 4.99e+03 5e+03 1.05e+03 2.68e-06 0 354 2.87e+04 expHall Transportation + 10 4.99e+03 5e+03 1.05e+03 2.68e-06 0 0 2.87e+04 Tank Transportation + 11 4.48e+03 3.84e+03 5e+03 2.68e-06 0 4.15e+03 3.28e+04 expHall Transportation + 12 4.54e+03 4.64e+03 1e+04 2.68e-06 0 5.06e+03 3.79e+04 world Transportation + 13 4.61e+03 5.43e+03 1.5e+04 2.68e-06 0 5.06e+03 4.29e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -150 31.3 13.8 0.0115 0 0 0.037 Tank initStep - 5 -150 31.3 13.8 0.0113 0.000255 0.000254 0.0373 Tank msc - 6 -150 31.3 13.8 0 0.0113 0.00305 0.0403 Tank eIoni - 7 -150 31.3 13.8 0 0 0 0.0403 Tank NoProcess + 0 11.9 -63.6 66.5 0.00871 0 0 0 Tank initStep + 1 11.9 -63.6 66.5 0.0087 1.09e-05 0.000155 0.000155 Tank msc + 2 11.9 -63.6 66.5 0 0.0087 0.00194 0.00209 Tank eIoni + 3 11.9 -63.6 66.5 0 0 0 0.00209 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 100 +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -150 31.3 13.8 2.4e-06 0 0 0 Tank initStep - 1 -3.9e+03 888 -5e+03 2.4e-06 0 6.32e+03 6.32e+03 expHall Transportation - 2 -1e+04 3.66e+03 -9.59e+03 2.4e-06 0 8.12e+03 1.44e+04 world Transportation - 3 -1.5e+04 5.93e+03 -1.33e+04 2.4e-06 0 6.66e+03 2.11e+04 OutOfWorld Transportation + 0 18.8 -65.6 118 0.00492 0 0 0 Tank initStep + 1 18.8 -65.6 118 0.00457 0.000345 5.75e-05 5.75e-05 Tank msc + 2 18.8 -65.6 118 0 0.00457 0.000634 0.000692 Tank eIoni + 3 18.8 -65.6 118 0 0 0 0.000692 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -167 -13.9 81.3 0.00728 0 0 0 Tank initStep - 1 -167 -13.9 81.3 0.00669 0.000587 0.000113 0.000113 Tank msc - 2 -167 -13.9 81.3 0 0.00669 0.00122 0.00134 Tank eIoni - 3 -167 -13.9 81.3 0 0 0 0.00134 Tank NoProcess + 0 -58.4 -85.7 145 0.0141 0 0 0 Tank initStep + 1 -58.4 -85.7 145 0.0137 0.000372 0.000361 0.000361 Tank msc + 2 -58.4 -85.7 145 0 0.0137 0.00431 0.00467 Tank eIoni + 3 -58.4 -85.7 145 0 0 0 0.00467 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 47 +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 97 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -137 6.64 71.3 0.00213 0 0 0 Tank initStep - 1 -137 6.64 71.3 0.00197 0.000159 1.39e-05 1.39e-05 Tank msc - 2 -137 6.64 71.3 0 0.00197 0.000153 0.000167 Tank eIoni - 3 -137 6.64 71.3 0 0 0 0.000167 Tank NoProcess + 0 -58.4 -85.7 145 2.16e-06 0 0 0 Tank initStep + 1 1.93e+03 -1.46e+03 5e+03 2.16e-06 0 5.42e+03 5.42e+03 expHall Transportation + 2 7.83e+03 -3.72e+03 1e+04 2.16e-06 0 8.06e+03 1.35e+04 world Transportation + 3 1.37e+04 -5.98e+03 1.5e+04 2.16e-06 0 8.06e+03 2.15e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -130 44.3 80.5 0.00694 0 0 0 Tank initStep - 1 -130 44.3 80.5 0.00631 0.000639 0.000104 0.000104 Tank msc - 2 -130 44.3 80.5 0 0.00631 0.0011 0.00121 Tank eIoni - 3 -130 44.3 80.5 0 0 0 0.00121 Tank NoProcess + 0 -39.5 -74.9 54.4 0.0112 0 0 0 Tank initStep + 1 -39.5 -74.9 54.4 0.0108 0.000365 0.000242 0.000242 Tank msc + 2 -39.5 -74.9 54.4 0 0.0108 0.00285 0.00309 Tank eIoni + 3 -39.5 -74.9 54.4 0 0 0 0.00309 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 97 +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -130 44.3 80.5 2.18e-06 0 0 0 Tank initStep - 1 212 706 361 2.18e-06 2.18e-06 796 796 Tank OpAbsorption + 0 -40.1 -73.1 54.3 0.00854 0 0 0 Tank initStep + 1 -40.1 -73.1 54.3 0.0079 0.000641 0.00015 0.00015 Tank msc + 2 -40.1 -73.1 54.3 0 0.0079 0.00164 0.00179 Tank eIoni + 3 -40.1 -73.1 54.3 0 0 0 0.00179 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.8 26.8 68 0.0164 0 0 0 Tank initStep - 1 -36.8 26.8 68 0.0162 0.000246 0.000476 0.000476 Tank msc - 2 -36.8 26.8 68 0 0.0162 0.00579 0.00627 Tank eIoni - 3 -36.8 26.8 68 0 0 0 0.00627 Tank NoProcess + 0 -49.7 -76.9 51.6 0.0556 0 0 0 Tank initStep + 1 -49.7 -76.9 51.6 0.0527 0.00297 0.00411 0.00411 Tank msc + 2 -49.7 -76.9 51.6 0.0384 0.0143 0.0236 0.0277 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 47 +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -83.9 15.3 61.1 0.0324 0 0 0 Tank initStep - 1 -83.9 15.3 61.1 0.0318 0.000625 0.00158 0.00158 Tank msc - 2 -84 15.3 61.1 0.0155 0.0164 0.0156 0.0172 Tank eIoni - 3 -84 15.3 61.1 0 0.0155 0.00533 0.0226 Tank eIoni - 4 -84 15.3 61.1 0 0 0 0.0226 Tank NoProcess + 0 -49.7 -76.9 51.6 3.76e-06 0 0 0 Tank initStep + 1 1.22e+03 -42.1 5e+03 3.76e-06 0 5.11e+03 5.11e+03 expHall Transportation + 2 3.26e+03 -317 1e+04 3.76e-06 0 5.41e+03 1.05e+04 world Transportation + 3 5.3e+03 -591 1.5e+04 3.76e-06 0 5.41e+03 1.59e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 95 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84 15.3 61.1 3.24e-06 0 0 0 Tank initStep - 1 -5e+03 4.26e+03 -2.38e+03 3.24e-06 0 6.94e+03 6.94e+03 expHall Transportation - 2 -5e+03 4.26e+03 -2.38e+03 3.24e-06 0 0 6.94e+03 Tank Transportation - 3 -4.51e+03 5e+03 -2.88e+03 3.24e-06 0 1.02e+03 7.96e+03 expHall Transportation - 4 824 6.92e+03 -1e+04 3.24e-06 0 9.1e+03 1.71e+04 world Transportation - 5 4.57e+03 8.28e+03 -1.5e+04 3.24e-06 0 6.39e+03 2.34e+04 OutOfWorld Transportation + 2 -49.7 -76.9 51.6 0.0384 0 0 0.0277 Tank initStep + 3 -49.7 -76.9 51.6 0.0378 0.000597 0.00214 0.0299 Tank msc + 4 -49.7 -76.9 51.6 0.0128 0.025 0.0181 0.048 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 95 +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84 15.3 61.1 3.88e-06 0 0 0 Tank initStep - 1 28.4 463 -555 3.88e-06 3.88e-06 770 770 Tank OpAbsorption + 0 -49.7 -76.9 51.6 3.77e-06 0 0 0 Tank initStep + 1 2.7e+03 -212 -5e+03 3.77e-06 0 5.75e+03 5.75e+03 expHall Transportation + 2 2.7e+03 -212 -5e+03 3.77e-06 0 0 5.75e+03 Tank Transportation + 3 3.73e+03 5e+03 -1.85e+03 3.77e-06 0 6.18e+03 1.19e+04 expHall Transportation + 4 6.41e+03 1e+04 4.24e+03 3.77e-06 0 8.32e+03 2.03e+04 world Transportation + 5 9.09e+03 1.5e+04 1.03e+04 3.77e-06 0 8.32e+03 2.86e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35 14.4 71.7 0.0556 0 0 0 Tank initStep - 1 35 14.4 71.7 0.0537 0.00196 0.0041 0.0041 Tank msc - 2 35.1 14.4 71.7 0.0398 0.0139 0.024 0.0281 Tank eIoni - 3 35.1 14.4 71.7 0.0245 0.0153 0.0189 0.0469 Tank eIoni + 4 -49.7 -76.9 51.6 0.0128 0 0 0.048 Tank initStep + 5 -49.7 -76.9 51.6 0.0123 0.000546 0.000306 0.0483 Tank msc + 6 -49.7 -76.9 51.6 0 0.0123 0.00355 0.0518 Tank eIoni + 7 -49.7 -76.9 51.6 0 0 0 0.0518 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 94 +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 14.4 71.7 4e-06 0 0 0 Tank initStep - 1 1.35e+03 -221 -5e+03 4e-06 0 5.24e+03 5.24e+03 expHall Transportation - 2 4.74e+03 -1.77e+03 -1e+04 4e-06 0 6.24e+03 1.15e+04 world Transportation - 3 8.14e+03 -3.31e+03 -1.5e+04 4e-06 0 6.24e+03 1.77e+04 OutOfWorld Transportation + 0 -33.1 -70.2 68.8 0.00812 0 0 0 Tank initStep + 1 -33.1 -70.2 68.8 0.00785 0.000271 0.000137 0.000137 Tank msc + 2 -33.1 -70.2 68.8 0 0.00785 0.00162 0.00176 Tank eIoni + 3 -33.1 -70.2 68.8 0 0 0 0.00176 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 35.1 14.4 71.7 0.0245 0 0 0.0469 Tank initStep - 4 35.1 14.4 71.7 0.0239 0.000593 0.000962 0.0479 Tank msc - 5 35.1 14.4 71.7 0 0.0239 0.0114 0.0592 Tank eIoni - 6 35.1 14.4 71.7 0 0 0 0.0592 Tank NoProcess + 0 -21 -61.9 70.9 0.133 0 0 0 Tank initStep + 1 -20.9 -61.9 70.9 0.125 0.00803 0.0182 0.0182 Tank msc + 2 -20.9 -61.9 70.9 0.107 0.0179 0.0566 0.0748 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 94 +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 14.4 71.7 2.52e-06 0 0 0 Tank initStep - 1 2.72e+03 -320 5e+03 2.52e-06 0 5.62e+03 5.62e+03 expHall Transportation - 2 5.92e+03 -1.01e+03 1e+04 2.52e-06 0 5.98e+03 1.16e+04 world Transportation - 3 9.12e+03 -1.7e+03 1.5e+04 2.52e-06 0 5.98e+03 1.76e+04 OutOfWorld Transportation + 0 -20.9 -61.9 70.9 4.07e-06 0 0 0 Tank initStep + 1 1.15e+03 2.91e+03 -100 4.07e-06 4.07e-06 3.2e+03 3.2e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 47 +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.15 -5.8 94.8 0.0029 0 0 0 Tank initStep - 1 9.15 -5.8 94.8 0.00275 0.000148 2.33e-05 2.33e-05 Tank msc - 2 9.15 -5.8 94.8 0 0.00275 0.000267 0.00029 Tank eIoni - 3 9.15 -5.8 94.8 0 0 0 0.00029 Tank NoProcess + 0 -20.9 -61.9 70.9 3.89e-06 0 0 0 Tank initStep + 1 671 -773 184 3.89e-06 0 999 999 Tank OpRayleigh + 2 1.76e+03 -3.05e+03 1.22e+03 3.89e-06 3.89e-06 2.73e+03 3.73e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.94 -6.19 95.4 0.0105 0 0 0 Tank initStep - 1 7.94 -6.19 95.4 0.0102 0.000254 0.000216 0.000216 Tank msc - 2 7.94 -6.19 95.4 0 0.0102 0.00259 0.0028 Tank eIoni - 3 7.94 -6.19 95.4 0 0 0 0.0028 Tank NoProcess + 2 -20.9 -61.9 70.9 0.107 0 0 0.0748 Tank initStep + 3 -20.9 -61.9 70.9 0.103 0.00355 0.0126 0.0874 Tank msc + 4 -20.9 -61.9 70.9 0.0835 0.0197 0.0453 0.133 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.94 -9.89 103 0.333 0 0 0 Tank initStep - 1 4.94 -9.91 103 0.322 0.0105 0.0616 0.0616 Tank Cerenkov + 0 -20.9 -61.9 70.9 2.17e-06 0 0 0 Tank initStep + 1 -2.82e+03 5e+03 805 2.17e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 -2.82e+03 5e+03 805 2.17e-06 0 0 5.83e+03 Tank Transportation + 3 -5e+03 3.7e+03 769 2.17e-06 0 2.54e+03 8.37e+03 expHall Transportation + 4 -1e+04 -2.51e+03 2.23e+03 2.17e-06 0 8.1e+03 1.65e+04 world Transportation + 5 -1.5e+04 -8.71e+03 3.69e+03 2.17e-06 0 8.1e+03 2.46e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 91 +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.94 -9.9 103 3.37e-06 0 0 0 Tank initStep - 1 -4.98e+03 2.04e+03 -449 3.37e-06 0 5.42e+03 5.42e+03 Tank OpRayleigh - 2 -4e+03 -333 561 3.37e-06 3.37e-06 2.76e+03 8.18e+03 Tank OpAbsorption + 0 -20.9 -61.9 70.9 3.18e-06 0 0 0 Tank initStep + 1 6.71 2e+03 -185 3.18e-06 3.18e-06 2.08e+03 2.08e+03 Bubble Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 4.94 -9.91 103 0.322 0 0 0.0616 Tank initStep - 2 4.93 -9.91 103 0.313 0.00879 0.0579 0.12 Tank Cerenkov - 3 4.93 -9.92 103 0.302 0.011 0.0549 0.174 Tank Cerenkov + 4 -20.9 -61.9 70.9 0.0835 0 0 0.133 Tank initStep + 5 -20.9 -61.9 70.9 0.0784 0.00512 0.00831 0.141 Tank msc + 6 -20.8 -61.9 70.9 0.0239 0.0545 0.0338 0.175 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 91 +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.93 -9.91 103 2.91e-06 0 0 0 Tank initStep - 1 -1.41e+03 -2.7e+03 5e+03 2.91e-06 0 5.76e+03 5.76e+03 expHall Transportation - 2 -1.41e+03 -2.7e+03 5e+03 2.91e-06 0 0 5.76e+03 Tank Transportation - 3 -2.43e+03 -3.7e+03 3.16e+03 2.91e-06 2.91e-06 2.32e+03 8.09e+03 Tank OpAbsorption + 0 -20.8 -61.9 70.9 3.39e-06 0 0 0 Tank initStep + 1 3.42e+03 -2.14e+03 3.66e+03 3.39e-06 3.39e-06 5.39e+03 5.39e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 4.93 -9.92 103 0.302 0 0 0.174 Tank initStep - 4 4.96 -9.88 103 0.295 0.00717 0.0512 0.226 Tank Cerenkov - 5 4.98 -9.84 103 0.283 0.0119 0.0489 0.274 Tank Cerenkov - 6 4.99 -9.8 103 0.274 0.00943 0.0452 0.32 Tank Cerenkov + 0 -20.9 -61.9 70.9 2.31e-06 0 0 0 Tank initStep + 1 1.83e+03 -2.15e+03 5e+03 2.31e-06 0 5.66e+03 5.66e+03 expHall Transportation + 2 1.83e+03 -2.15e+03 5e+03 2.31e-06 0 0 5.66e+03 Tank Transportation + 3 4.54e+03 -2.03e+03 4.2e+03 2.31e-06 2.31e-06 2.83e+03 8.49e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 91 +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.98 -9.82 103 3.23e-06 0 0 0 Tank initStep - 1 1.32e+03 -317 -404 3.23e-06 3.23e-06 1.44e+03 1.44e+03 Tank OpAbsorption + 6 -20.8 -61.9 70.9 0.0239 0 0 0.175 Tank initStep + 7 -20.8 -61.9 70.9 0.0232 0.000698 0.000923 0.176 Tank msc + 8 -20.8 -61.9 70.9 0.000801 0.0224 0.0109 0.187 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 4.99 -9.8 103 0.274 0 0 0.32 Tank initStep - 7 5 -9.76 103 0.265 0.0086 0.0423 0.362 Tank Cerenkov - 8 5.01 -9.72 103 0.256 0.00907 0.0398 0.402 Tank Cerenkov - 9 5.01 -9.68 103 0.239 0.0173 0.0372 0.439 Tank Cerenkov + 0 -20.8 -61.9 70.9 3.37e-06 0 0 0 Tank initStep + 1 -1.31e+03 5e+03 3.69e+03 3.37e-06 0 6.36e+03 6.36e+03 expHall Transportation + 2 -6.73e+03 1e+04 9.33e+03 3.37e-06 0 9.28e+03 1.56e+04 world Transportation + 3 -1.22e+04 1.5e+04 1.5e+04 3.37e-06 0 9.28e+03 2.49e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 91 +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.01 -9.69 103 2.61e-06 0 0 0 Tank initStep - 1 5e+03 129 2.19e+03 2.61e-06 0 5.42e+03 5.42e+03 expHall Transportation - 2 5e+03 129 2.19e+03 2.61e-06 0 0 5.42e+03 Tank Transportation - 3 2.12e+03 1.42e+03 5e+03 2.61e-06 0 4.22e+03 9.64e+03 expHall Transportation - 4 2.12e+03 1.42e+03 5e+03 2.61e-06 0 0 9.64e+03 Tank Transportation - 5 -5e+03 4.65e+03 -52.2 2.61e-06 0 9.31e+03 1.89e+04 expHall Transportation - 6 -5e+03 4.65e+03 -52.2 2.61e-06 0 0 1.89e+04 Tank Transportation - 7 -4.39e+03 5e+03 -437 2.61e-06 0 801 1.97e+04 expHall Transportation - 8 -4.39e+03 5e+03 -437 2.61e-06 0 0 1.97e+04 Tank Transportation - 9 621 1.49e+03 -5e+03 2.61e-06 0 7.64e+03 2.74e+04 expHall Transportation - 10 621 1.49e+03 -5e+03 2.61e-06 0 0 2.74e+04 Tank Transportation - 11 5e+03 -577 -1.72e+03 2.61e-06 0 5.85e+03 3.32e+04 expHall Transportation - 12 5e+03 -577 -1.72e+03 2.61e-06 0 0 3.32e+04 Tank Transportation - 13 4.55e+03 -2.41e+03 -3.59e+03 2.61e-06 2.61e-06 2.66e+03 3.59e+04 Tank OpAbsorption + 8 -20.8 -61.9 70.9 0.000801 0 0 0.187 Tank initStep + 9 -20.8 -61.9 70.9 0.000519 0.000282 2.98e-06 0.187 Tank msc + 10 -20.8 -61.9 70.9 0 0.000519 2.02e-05 0.187 Tank eIoni + 11 -20.8 -61.9 70.9 0 0 0 0.187 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 5.01 -9.68 103 0.239 0 0 0.439 Tank initStep - 10 5.01 -9.64 103 0.229 0.00974 0.0471 0.486 Tank msc - 11 5.02 -9.53 103 0.194 0.0351 0.126 0.612 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.01 -9.59 103 2.97e-06 0 0 0 Tank initStep - 1 -4.17e+03 5e+03 -2.34e+03 2.97e-06 0 6.96e+03 6.96e+03 expHall Transportation - 2 -1e+04 7.91e+03 -2.26e+03 2.97e-06 0 6.52e+03 1.35e+04 world Transportation - 3 -1.5e+04 1.04e+04 -2.19e+03 2.97e-06 0 5.59e+03 1.91e+04 OutOfWorld Transportation + 0 -33.2 -55 64.9 0.22 0 0 0 Tank initStep + 1 -33.3 -55 64.9 0.212 0.00831 0.0413 0.0413 Tank msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.02 -9.58 103 3.39e-06 0 0 0 Tank initStep - 1 -3.15e+03 -3.49e+03 -5e+03 3.39e-06 0 6.94e+03 6.94e+03 expHall Transportation - 2 -3.15e+03 -3.49e+03 -5e+03 3.39e-06 0 0 6.94e+03 Tank Transportation - 3 -3.83e+03 -5e+03 -3.09e+03 3.39e-06 0 2.52e+03 9.46e+03 expHall Transportation - 4 -3.83e+03 -5e+03 -3.09e+03 3.39e-06 0 0 9.46e+03 Tank Transportation - 5 -5e+03 -3.51e+03 1.9e+03 3.39e-06 0 5.34e+03 1.48e+04 expHall Transportation - 6 -5e+03 -3.51e+03 1.9e+03 3.39e-06 0 0 1.48e+04 Tank Transportation - 7 -3.57e+03 -2.04e+03 5e+03 3.39e-06 0 3.72e+03 1.85e+04 expHall Transportation - 8 -3.57e+03 -2.04e+03 5e+03 3.39e-06 0 0 1.85e+04 Tank Transportation - 9 5e+03 2.84e+03 -3.04e+03 3.39e-06 0 1.27e+04 3.12e+04 expHall Transportation - 10 6.95e+03 5.61e+03 -1e+04 3.39e-06 0 7.74e+03 3.9e+04 world Transportation - 11 8.35e+03 7.6e+03 -1.5e+04 3.39e-06 0 5.56e+03 4.45e+04 OutOfWorld Transportation + 0 -33.2 -55 64.9 3.62e-06 0 0 0 Tank initStep + 1 2.25e+03 -5e+03 -2.88e+03 3.62e-06 0 6.19e+03 6.19e+03 expHall Transportation + 2 2.25e+03 -5e+03 -2.88e+03 3.62e-06 0 0 6.19e+03 Tank Transportation + 3 -1.68e+03 -860 -5e+03 3.62e-06 0 6.09e+03 1.23e+04 expHall Transportation + 4 -1.68e+03 -860 -5e+03 3.62e-06 0 0 1.23e+04 Tank Transportation + 5 -5e+03 2.78e+03 -4.25e+03 3.62e-06 0 4.98e+03 1.73e+04 expHall Transportation + 6 -5e+03 2.78e+03 -4.25e+03 3.62e-06 0 0 1.73e+04 Tank Transportation + 7 -4.18e+03 5e+03 -3.72e+03 3.62e-06 0 2.43e+03 1.97e+04 expHall Transportation + 8 4.21e+03 1e+04 2.11e+03 3.62e-06 0 1.14e+04 3.11e+04 world Transportation + 9 1.26e+04 1.5e+04 7.94e+03 3.62e-06 0 1.14e+04 4.24e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 5.02 -9.53 103 0.194 0 0 0.612 Tank initStep - 12 5.01 -9.51 103 0.179 0.0152 0.034 0.646 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.02 -9.52 103 2.23e-06 0 0 0 Tank initStep - 1 -2.32e+03 5e+03 -2.44e+03 2.23e-06 0 6.08e+03 6.08e+03 expHall Transportation - 2 -1e+04 8.76e+03 -8.62e+03 2.23e-06 0 1.06e+04 1.66e+04 world Transportation - 3 -1.5e+04 1.12e+04 -1.27e+04 2.23e-06 0 6.87e+03 2.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 5.01 -9.51 103 0.179 0 0 0.646 Tank initStep - 13 5 -9.48 103 0.171 0.00762 0.0298 0.676 Tank msc - 14 4.98 -9.42 103 0.154 0.0169 0.0852 0.761 Tank eIoni + 1 -33.3 -55 64.9 0.212 0 0 0.0413 Tank initStep + 2 -33.3 -55 64.9 0.189 0.023 0.0389 0.0802 Tank msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.99 -9.48 103 3.75e-06 0 0 0 Tank initStep - 1 -4.62e+03 5e+03 -1.03e+03 3.75e-06 0 6.91e+03 6.91e+03 expHall Transportation - 2 -7.91e+03 1e+04 -4.45e+03 3.75e-06 0 6.89e+03 1.38e+04 world Transportation - 3 -1.12e+04 1.5e+04 -7.87e+03 3.75e-06 0 6.89e+03 2.07e+04 OutOfWorld Transportation + 0 -33.3 -55 64.9 4.04e-06 0 0 0 Tank initStep + 1 1.04e+03 -583 -2.76e+03 4.04e-06 4.04e-06 3.07e+03 3.07e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 4.98 -9.42 103 0.154 0 0 0.761 Tank initStep - 15 4.98 -9.4 103 0.148 0.00624 0.0234 0.785 Tank msc - 16 4.97 -9.34 103 0.124 0.0243 0.0705 0.855 Tank eIoni + 0 -33.3 -55 64.9 3.5e-06 0 0 0 Tank initStep + 1 -355 -224 312 3.5e-06 3.5e-06 439 439 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.3 -55 64.9 2.24e-06 0 0 0 Tank initStep + 1 -2.15 2e+03 455 2.24e-06 2.24e-06 2.09e+03 2.09e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -33.3 -55 64.9 0.189 0 0 0.0802 Tank initStep + 3 -33.3 -55.1 64.9 0.182 0.00655 0.0324 0.113 Tank msc + 4 -33.4 -55.1 64.9 0.163 0.0192 0.0922 0.205 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.98 -9.36 103 2.49e-06 0 0 0 Tank initStep - 1 -4.55e+03 -5e+03 -2.57e+03 2.49e-06 0 7.27e+03 7.27e+03 expHall Transportation - 2 -4.55e+03 -5e+03 -2.57e+03 2.49e-06 0 0 7.27e+03 Tank Transportation - 3 -5e+03 -4.76e+03 -2.71e+03 2.49e-06 0 528 7.79e+03 expHall Transportation - 4 -1e+04 1.68e+03 -5.46e+03 2.49e-06 0 8.6e+03 1.64e+04 world Transportation - 5 -1.5e+04 8.12e+03 -8.2e+03 2.49e-06 0 8.6e+03 2.5e+04 OutOfWorld Transportation + 0 -33.4 -55.1 64.9 3.3e-06 0 0 0 Tank initStep + 1 1.17e+03 -2.31e+03 5e+03 3.3e-06 0 5.56e+03 5.56e+03 expHall Transportation + 2 2.95e+03 -1e+04 7.87e+03 3.3e-06 0 8.39e+03 1.4e+04 world Transportation + 3 4.1e+03 -1.5e+04 9.74e+03 3.3e-06 0 5.46e+03 1.94e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.98 -9.37 103 3.1e-06 0 0 0 Tank initStep - 1 -1.55e+03 -5e+03 854 3.1e-06 0 5.28e+03 5.28e+03 expHall Transportation - 2 -4.93e+03 -1e+04 4.12e+03 3.1e-06 0 6.86e+03 1.21e+04 world Transportation - 3 -8.32e+03 -1.5e+04 7.38e+03 3.1e-06 0 6.86e+03 1.9e+04 OutOfWorld Transportation + 0 -33.3 -55.1 64.9 3.4e-06 0 0 0 Tank initStep + 1 2.51e+03 -5e+03 -396 3.4e-06 0 5.58e+03 5.58e+03 expHall Transportation + 2 7.49e+03 -1e+04 -350 3.4e-06 0 7.06e+03 1.26e+04 world Transportation + 3 1.25e+04 -1.5e+04 -304 3.4e-06 0 7.06e+03 1.97e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 4.97 -9.34 103 0.124 0 0 0.855 Tank initStep - 17 4.98 -9.33 103 0.117 0.00664 0.0163 0.872 Tank msc + 4 -33.4 -55.1 64.9 0.163 0 0 0.205 Tank initStep + 5 -33.4 -55.1 64.9 0.147 0.0155 0.0255 0.23 Tank msc + 6 -33.4 -55.1 64.9 0.129 0.0184 0.0699 0.3 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.98 -9.34 103 3.54e-06 0 0 0 Tank initStep - 1 5e+03 2.62e+03 1.88e+03 3.54e-06 0 5.92e+03 5.92e+03 expHall Transportation - 2 5e+03 2.62e+03 1.88e+03 3.54e-06 0 0 5.92e+03 Tank Transportation - 3 3.67e+03 5e+03 3.21e+03 3.54e-06 0 3.04e+03 8.95e+03 expHall Transportation - 4 3.67e+03 5e+03 3.21e+03 3.54e-06 0 0 8.95e+03 Tank Transportation - 5 1.7e+03 3.3e+03 5e+03 3.54e-06 0 3.16e+03 1.21e+04 expHall Transportation - 6 1.7e+03 3.3e+03 5e+03 3.54e-06 0 0 1.21e+04 Tank Transportation - 7 -3.94e+03 -272 -5e+03 3.54e-06 0 1.2e+04 2.41e+04 expHall Transportation - 8 -3.94e+03 -272 -5e+03 3.54e-06 0 0 2.41e+04 Tank Transportation - 9 -5e+03 -1.02e+03 -4.06e+03 3.54e-06 0 1.61e+03 2.57e+04 expHall Transportation - 10 -5e+03 -1.02e+03 -4.06e+03 3.54e-06 0 0 2.57e+04 Tank Transportation - 11 2.17e+03 -5e+03 2.24e+03 3.54e-06 0 1.03e+04 3.61e+04 expHall Transportation - 12 2.17e+03 -5e+03 2.24e+03 3.54e-06 0 0 3.61e+04 Tank Transportation - 13 4.89e+03 -3.96e+03 5e+03 3.54e-06 0 4.01e+03 4.01e+04 expHall Transportation - 14 4.89e+03 -3.96e+03 5e+03 3.54e-06 0 0 4.01e+04 Tank Transportation - 15 5e+03 -3.94e+03 4.99e+03 3.54e-06 0 117 4.02e+04 expHall Transportation - 16 1e+04 -2.45e+03 3.96e+03 3.54e-06 0 5.32e+03 4.55e+04 world Transportation - 17 1.5e+04 -967 2.93e+03 3.54e-06 0 5.32e+03 5.08e+04 OutOfWorld Transportation + 0 -33.4 -55.1 64.9 3.81e-06 0 0 0 Tank initStep + 1 -1.54e+03 -5e+03 4.27e+03 3.81e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 -1.54e+03 -5e+03 4.27e+03 3.81e-06 0 0 6.67e+03 Tank Transportation + 3 -1.73e+03 -2.87e+03 5e+03 3.81e-06 0 2.26e+03 8.93e+03 expHall Transportation + 4 -1.73e+03 -2.87e+03 5e+03 3.81e-06 0 0 8.93e+03 Tank Transportation + 5 -2.29e+03 3.77e+03 2.87e+03 3.81e-06 3.81e-06 6.99e+03 1.59e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 4.98 -9.33 103 0.117 0 0 0.872 Tank initStep - 18 4.98 -9.33 103 0.113 0.00465 0.0148 0.886 Tank msc - 19 4.99 -9.33 103 0.0961 0.0164 0.0502 0.937 Tank eIoni + 6 -33.4 -55.1 64.9 0.129 0 0 0.3 Tank initStep + 7 -33.5 -55.1 64.9 0.123 0.00611 0.0174 0.317 Tank msc + 8 -33.5 -55.1 64.9 0.108 0.0153 0.0556 0.373 Tank eIoni + 9 -33.5 -55.1 64.8 0.092 0.0156 0.0475 0.421 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 91 +* G4Track Information: Particle = opticalphoton, Track ID = 125, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.99 -9.33 103 2.53e-06 0 0 0 Tank initStep - 1 -493 -256 -5e+03 2.53e-06 0 5.13e+03 5.13e+03 expHall Transportation - 2 -493 -256 -5e+03 2.53e-06 0 0 5.13e+03 Tank Transportation - 3 1.72e+03 676 5e+03 2.53e-06 0 1.03e+04 1.54e+04 expHall Transportation - 4 3.16e+03 601 1e+04 2.53e-06 0 5.2e+03 2.06e+04 world Transportation - 5 4.6e+03 527 1.5e+04 2.53e-06 0 5.2e+03 2.58e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 4.99 -9.33 103 0.0961 0 0 0.937 Tank initStep - 20 4.99 -9.33 103 0.0926 0.00347 0.0106 0.947 Tank msc - 21 5.01 -9.33 103 0.0769 0.0157 0.0403 0.988 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5 -9.33 103 2.3e-06 0 0 0 Tank initStep - 1 -3.13e+03 4.8e+03 -5e+03 2.3e-06 0 7.68e+03 7.68e+03 expHall Transportation - 2 -3.13e+03 4.8e+03 -5e+03 2.3e-06 0 0 7.68e+03 Tank Transportation - 3 -3.16e+03 5e+03 -4.42e+03 2.3e-06 0 612 8.29e+03 expHall Transportation - 4 -3.16e+03 5e+03 -4.42e+03 2.3e-06 0 0 8.29e+03 Tank Transportation - 5 -965 -5e+03 2.57e+03 2.3e-06 0 1.24e+04 2.07e+04 expHall Transportation - 6 -965 -5e+03 2.57e+03 2.3e-06 0 0 2.07e+04 Tank Transportation - 7 -3.85e+03 -2.77e+03 5e+03 2.3e-06 0 4.38e+03 2.51e+04 expHall Transportation - 8 -3.85e+03 -2.77e+03 5e+03 2.3e-06 0 0 2.51e+04 Tank Transportation - 9 -5e+03 -2.87e+03 4.54e+03 2.3e-06 0 1.24e+03 2.63e+04 expHall Transportation - 10 -1e+04 -4.43e+03 971 2.3e-06 0 6.34e+03 3.27e+04 world Transportation - 11 -1.5e+04 -5.99e+03 -2.6e+03 2.3e-06 0 6.34e+03 3.9e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5 -9.33 103 2.28e-06 0 0 0 Tank initStep - 1 5e+03 4.94e+03 -885 2.28e-06 0 7.1e+03 7.1e+03 expHall Transportation - 2 5e+03 4.94e+03 -885 2.28e-06 0 0 7.1e+03 Tank Transportation - 3 4.96e+03 5e+03 -906 2.28e-06 0 77.4 7.18e+03 expHall Transportation - 4 4.96e+03 5e+03 -906 2.28e-06 0 0 7.18e+03 Tank Transportation - 5 -35.8 -3.86e+03 -5e+03 2.28e-06 0 1.1e+04 1.81e+04 expHall Transportation - 6 -35.8 -3.86e+03 -5e+03 2.28e-06 0 0 1.81e+04 Tank Transportation - 7 -656 -5e+03 -3.32e+03 2.28e-06 0 2.13e+03 2.03e+04 expHall Transportation - 8 -656 -5e+03 -3.32e+03 2.28e-06 0 0 2.03e+04 Tank Transportation - 9 -2.82e+03 -2.04e+03 -5e+03 2.28e-06 0 4.04e+03 2.43e+04 expHall Transportation - 10 -2.82e+03 -2.04e+03 -5e+03 2.28e-06 0 0 2.43e+04 Tank Transportation - 11 -5e+03 -646 -4.06e+03 2.28e-06 0 2.75e+03 2.71e+04 expHall Transportation - 12 -5e+03 -646 -4.06e+03 2.28e-06 0 0 2.71e+04 Tank Transportation - 13 -3.55e+03 -102 -2.98e+03 2.28e-06 2.28e-06 1.89e+03 2.89e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 5.01 -9.33 103 0.0769 0 0 0.988 Tank initStep - 22 5 -9.33 103 0.0744 0.00243 0.00723 0.995 Tank msc - 23 4.99 -9.35 103 0.0617 0.0127 0.0321 1.03 Tank eIoni - 24 4.98 -9.37 103 0.0488 0.0129 0.027 1.05 Tank eIoni - 25 4.97 -9.37 103 0.0351 0.0137 0.0222 1.08 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.98 -9.37 103 3.5e-06 0 0 0 Tank initStep - 1 1.12e+03 -2.62e+03 5e+03 3.5e-06 0 5.66e+03 5.66e+03 expHall Transportation - 2 1.12e+03 -2.62e+03 5e+03 3.5e-06 0 0 5.66e+03 Tank Transportation - 3 -501 -5e+03 2.25e+03 3.5e-06 0 3.98e+03 9.64e+03 expHall Transportation - 4 -501 -5e+03 2.25e+03 3.5e-06 0 0 9.64e+03 Tank Transportation - 5 -5e+03 -2.57e+03 -672 3.5e-06 0 5.89e+03 1.55e+04 expHall Transportation - 6 -7.83e+03 5.36e+03 -1e+04 3.5e-06 0 1.26e+04 2.81e+04 world Transportation - 7 -9.35e+03 9.61e+03 -1.5e+04 3.5e-06 0 6.74e+03 3.48e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 4.97 -9.37 103 0.0351 0 0 1.08 Tank initStep - 26 4.97 -9.37 103 0.0336 0.00148 0.00182 1.08 Tank msc - 27 4.98 -9.38 103 0.0192 0.0144 0.0164 1.09 Tank eIoni - 28 4.98 -9.38 103 0 0.0192 0.00784 1.1 Tank eIoni - 29 4.98 -9.38 103 0 0 0 1.1 Tank NoProcess + 0 -33.5 -55.1 64.8 3.53e-06 0 0 0 Tank initStep + 1 -5e+03 -1.83e+03 -2.41e+03 3.53e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 -5e+03 -1.83e+03 -2.41e+03 3.53e-06 0 0 5.83e+03 Tank Transportation + 3 -1.93e+03 -5e+03 -3.82e+03 3.53e-06 0 4.63e+03 1.05e+04 expHall Transportation + 4 -1.93e+03 -5e+03 -3.82e+03 3.53e-06 0 0 1.05e+04 Tank Transportation + 5 548 -3.14e+03 -4.9e+03 3.53e-06 0 3.28e+03 1.37e+04 Tank OpRayleigh + 6 654 -3.31e+03 -5e+03 3.53e-06 0 216 1.4e+04 expHall Transportation + 7 654 -3.31e+03 -5e+03 3.53e-06 0 0 1.4e+04 Tank Transportation + 8 888 -5e+03 -4.64e+03 3.53e-06 0 1.75e+03 1.57e+04 expHall Transportation + 9 2.08e+03 -1e+04 -2.54e+03 3.53e-06 0 5.55e+03 2.13e+04 world Transportation + 10 3.28e+03 -1.5e+04 -436 3.53e-06 0 5.55e+03 2.68e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.98 -9.38 103 3.76e-06 0 0 0 Tank initStep - 1 -2.3e+03 -4.26e+03 -1.79e+03 3.76e-06 0 5.19e+03 5.19e+03 Tank OpRayleigh - 2 -578 -4.45e+03 5e+03 3.76e-06 0 7e+03 1.22e+04 expHall Transportation - 3 1.16e+03 -2.99e+03 1e+04 3.76e-06 0 5.49e+03 1.77e+04 world Transportation - 4 2.91e+03 -1.52e+03 1.5e+04 3.76e-06 0 5.49e+03 2.32e+04 OutOfWorld Transportation + 0 -33.5 -55.1 64.8 2.74e-06 0 0 0 Tank initStep + 1 5e+03 -545 -43.9 2.74e-06 0 5.06e+03 5.06e+03 expHall Transportation + 2 1e+04 -1.83e+03 -1.08e+03 2.74e-06 0 5.27e+03 1.03e+04 world Transportation + 3 1.5e+04 -3.12e+03 -2.12e+03 2.74e-06 0 5.27e+03 1.56e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.138 -0.0165 0.00868 0.474 0.0258 0.139 0.139 Tank msc + 0 -33.5 -55.1 64.8 3.67e-06 0 0 0 Tank initStep + 1 -1.69e+03 -851 -492 3.67e-06 3.67e-06 1.92e+03 1.92e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0296 -0.00356 0.00187 3.42e-06 0 0 0 Tank initStep - 1 -5e+03 -1.94e+03 742 3.42e-06 0 5.41e+03 5.41e+03 expHall Transportation - 2 -1e+04 -1.88e+03 -766 3.42e-06 0 5.22e+03 1.06e+04 world Transportation - 3 -1.5e+04 -1.83e+03 -2.27e+03 3.42e-06 0 5.22e+03 1.59e+04 OutOfWorld Transportation + 0 -33.5 -55.1 64.9 3.8e-06 0 0 0 Tank initStep + 1 -3.14e+03 -2.9e+03 -5e+03 3.8e-06 0 6.59e+03 6.59e+03 expHall Transportation + 2 -3.14e+03 -2.9e+03 -5e+03 3.8e-06 0 0 6.59e+03 Tank Transportation + 3 -3.55e+03 -3.61e+03 -4.36e+03 3.8e-06 3.8e-06 1.04e+03 7.63e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.113 -0.0136 0.00716 2.41e-06 0 0 0 Tank initStep - 1 1.9e+03 597 832 2.41e-06 2.41e-06 2.16e+03 2.16e+03 Tank OpAbsorption + 0 -33.5 -55.1 64.8 2.98e-06 0 0 0 Tank initStep + 1 -1.36e+03 5e+03 -444 2.98e-06 0 5.25e+03 5.25e+03 expHall Transportation + 2 -1.46e+03 1e+04 -2.87e+03 2.98e-06 0 5.56e+03 1.08e+04 world Transportation + 3 -1.57e+03 1.5e+04 -5.29e+03 2.98e-06 0 5.56e+03 1.64e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0272 -0.00327 0.00172 4.12e-06 0 0 0 Tank initStep - 1 2.06e+03 640 975 4.12e-06 0 2.37e+03 2.37e+03 Tank OpRayleigh - 2 4.41e+03 797 4.93e+03 4.12e-06 4.12e-06 4.6e+03 6.97e+03 Tank OpAbsorption + 0 -33.5 -55.1 64.8 3.21e-06 0 0 0 Tank initStep + 1 -5e+03 1.43e+03 4.61e+03 3.21e-06 0 6.89e+03 6.89e+03 expHall Transportation + 2 -5e+03 1.43e+03 4.61e+03 3.21e-06 0 0 6.89e+03 Tank Transportation + 3 -4.51e+03 1.59e+03 5e+03 3.21e-06 0 647 7.54e+03 expHall Transportation + 4 -4.51e+03 1.59e+03 5e+03 3.21e-06 0 0 7.54e+03 Tank Transportation + 5 -202 3.88e+03 -5e+03 3.21e-06 0 1.11e+04 1.87e+04 expHall Transportation + 6 -202 3.88e+03 -5e+03 3.21e-06 0 0 1.87e+04 Tank Transportation + 7 5e+03 2.61e+03 -524 3.21e-06 0 6.98e+03 2.56e+04 expHall Transportation + 8 9.05e+03 2.26e+03 1e+04 3.21e-06 0 1.13e+04 3.69e+04 world Transportation + 9 1.1e+04 2.09e+03 1.5e+04 3.21e-06 0 5.36e+03 4.23e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.106 -0.0127 0.00667 3.27e-06 0 0 0 Tank initStep - 1 5e+03 -3.03e+03 -1.64e+03 3.27e-06 0 6.07e+03 6.07e+03 expHall Transportation - 2 5e+03 -3.03e+03 -1.64e+03 3.27e-06 0 0 6.07e+03 Tank Transportation - 3 -396 -5e+03 -3.81e+03 3.27e-06 0 6.14e+03 1.22e+04 expHall Transportation - 4 -396 -5e+03 -3.81e+03 3.27e-06 0 0 1.22e+04 Tank Transportation - 5 -3.35e+03 -4.38e+03 -4.92e+03 3.27e-06 3.27e-06 3.22e+03 1.54e+04 Tank OpAbsorption + 9 -33.5 -55.1 64.8 0.092 0 0 0.421 Tank initStep + 10 -33.5 -55.1 64.8 0.0889 0.00302 0.0098 0.43 Tank msc + 11 -33.6 -55.1 64.9 0.0732 0.0157 0.0385 0.469 Tank eIoni + 12 -33.6 -55.1 64.9 0.0606 0.0126 0.0316 0.5 Tank eIoni + 13 -33.6 -55.1 64.9 0.0483 0.0123 0.0266 0.527 Tank eIoni + 14 -33.6 -55.2 64.9 0.0246 0.0237 0.022 0.549 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 126, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0219 -0.00264 0.00138 4.14e-06 0 0 0 Tank initStep - 1 2.05e+03 -1.13e+03 -798 4.14e-06 4.14e-06 2.48e+03 2.48e+03 Tank OpAbsorption + 0 -33.6 -55.2 64.9 3.06e-06 0 0 0 Tank initStep + 1 1.29e+03 -1.93e+03 -1.95e+03 3.06e-06 0 3.05e+03 3.05e+03 Tank OpRayleigh + 2 -1.33e+03 -3.13e+03 -5e+03 3.06e-06 0 4.2e+03 7.25e+03 expHall Transportation + 3 -1.33e+03 -3.13e+03 -5e+03 3.06e-06 0 0 7.25e+03 Tank Transportation + 4 -5e+03 -1.74e+03 -847 3.06e-06 0 5.71e+03 1.3e+04 expHall Transportation + 5 -5e+03 -1.74e+03 -847 3.06e-06 0 0 1.3e+04 Tank Transportation + 6 -415 -2.15e+03 5e+03 3.06e-06 0 7.44e+03 2.04e+04 expHall Transportation + 7 -415 -2.15e+03 5e+03 3.06e-06 0 0 2.04e+04 Tank Transportation + 8 3.19e+03 -5e+03 1.84e+03 3.06e-06 0 5.58e+03 2.6e+04 expHall Transportation + 9 3.19e+03 -5e+03 1.84e+03 3.06e-06 0 0 2.6e+04 Tank Transportation + 10 5e+03 -2.62e+03 -1.57e+03 3.06e-06 0 4.54e+03 3.05e+04 expHall Transportation + 11 5e+03 -2.62e+03 -1.57e+03 3.06e-06 0 0 3.05e+04 Tank Transportation + 12 1.89e+03 2.22e+03 -5e+03 3.06e-06 0 6.69e+03 3.72e+04 expHall Transportation + 13 1.89e+03 2.22e+03 -5e+03 3.06e-06 0 0 3.72e+04 Tank Transportation + 14 21.2 5e+03 -2.97e+03 3.06e-06 0 3.92e+03 4.11e+04 expHall Transportation + 15 21.2 5e+03 -2.97e+03 3.06e-06 0 0 4.11e+04 Tank Transportation + 16 -5e+03 1.94e+03 -1.43e+03 3.06e-06 0 6.08e+03 4.72e+04 expHall Transportation + 17 -5e+03 1.94e+03 -1.43e+03 3.06e-06 0 0 4.72e+04 Tank Transportation + 18 2.22e+03 -5e+03 2.12e+03 3.06e-06 0 1.06e+04 5.78e+04 expHall Transportation + 19 2.22e+03 -5e+03 2.12e+03 3.06e-06 0 0 5.78e+04 Tank Transportation + 20 5e+03 1.38e+03 3.77e+03 3.06e-06 0 7.15e+03 6.5e+04 expHall Transportation + 21 5e+03 1.38e+03 3.77e+03 3.06e-06 0 0 6.5e+04 Tank Transportation + 22 3.62e+03 5e+03 4.86e+03 3.06e-06 0 4.03e+03 6.9e+04 expHall Transportation + 23 2.15e+03 1e+04 6.79e+03 3.06e-06 0 5.56e+03 7.46e+04 world Transportation + 24 669 1.5e+04 8.71e+03 3.06e-06 0 5.56e+03 8.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.104 -0.0125 0.00655 2.56e-06 0 0 0 Tank initStep - 1 5e+03 -3.54e+03 1.71e+03 2.56e-06 0 6.36e+03 6.36e+03 expHall Transportation - 2 5e+03 -3.54e+03 1.71e+03 2.56e-06 0 0 6.36e+03 Tank Transportation - 3 3.55e+03 -5e+03 1.08e+03 2.56e-06 0 2.15e+03 8.51e+03 expHall Transportation - 4 3.55e+03 -5e+03 1.08e+03 2.56e-06 0 0 8.51e+03 Tank Transportation - 5 -5e+03 372 79.5 2.56e-06 0 1.01e+04 1.87e+04 expHall Transportation - 6 -1e+04 8.6e+03 368 2.56e-06 0 9.63e+03 2.83e+04 world Transportation - 7 -1.39e+04 1.5e+04 593 2.56e-06 0 7.5e+03 3.58e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.138 -0.0165 0.00868 0.474 0 0 0.139 Tank initStep - 2 0.261 -0.0309 0.0257 0.455 0.0189 0.126 0.265 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.229 -0.0272 0.0213 3.2e-06 0 0 0 Tank initStep - 1 4.87e+03 -916 -1.99e+03 3.2e-06 3.2e-06 5.34e+03 5.34e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.139 -0.0168 0.00894 2.61e-06 0 0 0 Tank initStep - 1 5e+03 -3.6e+03 1.79e+03 2.61e-06 0 6.41e+03 6.41e+03 expHall Transportation - 2 5e+03 -3.6e+03 1.79e+03 2.61e-06 0 0 6.41e+03 Tank Transportation - 3 2.96e+03 -5e+03 2.12e+03 2.61e-06 0 2.5e+03 8.91e+03 expHall Transportation - 4 2.96e+03 -5e+03 2.12e+03 2.61e-06 0 0 8.91e+03 Tank Transportation - 5 -3.67e+03 5e+03 1.57e+03 2.61e-06 0 1.2e+04 2.09e+04 expHall Transportation - 6 -1e+04 9.17e+03 525 2.61e-06 0 7.65e+03 2.86e+04 world Transportation - 7 -1.5e+04 1.25e+04 -299 2.61e-06 0 6.05e+03 3.46e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.261 -0.0309 0.0257 0.455 0 0 0.265 Tank initStep - 3 0.376 -0.039 0.0224 0.438 0.0172 0.116 0.381 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.269 -0.0314 0.0255 4.01e-06 0 0 0 Tank initStep - 1 -5e+03 1.07e+03 -1.09e+03 4.01e-06 0 5.23e+03 5.23e+03 expHall Transportation - 2 -1e+04 2.9e+03 -2.75e+03 4.01e-06 0 5.58e+03 1.08e+04 world Transportation - 3 -1.5e+04 4.72e+03 -4.41e+03 4.01e-06 0 5.58e+03 1.64e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.376 -0.039 0.0224 0.438 0 0 0.381 Tank initStep - 4 0.475 -0.0578 -0.0137 0.422 0.016 0.107 0.488 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.377 -0.0392 0.0221 2.46e-06 0 0 0 Tank initStep - 1 5e+03 -4.26e+03 -2.25e+03 2.46e-06 0 6.94e+03 6.94e+03 expHall Transportation - 2 5e+03 -4.26e+03 -2.25e+03 2.46e-06 0 0 6.94e+03 Tank Transportation - 3 4.42e+03 -5e+03 -2.45e+03 2.46e-06 0 960 7.9e+03 expHall Transportation - 4 4.42e+03 -5e+03 -2.45e+03 2.46e-06 0 0 7.9e+03 Tank Transportation - 5 -564 2.74e+03 -5e+03 2.46e-06 0 9.55e+03 1.75e+04 expHall Transportation - 6 -564 2.74e+03 -5e+03 2.46e-06 0 0 1.75e+04 Tank Transportation - 7 -3.35e+03 5e+03 -3.49e+03 2.46e-06 0 3.89e+03 2.13e+04 expHall Transportation - 8 -3.35e+03 5e+03 -3.49e+03 2.46e-06 0 0 2.13e+04 Tank Transportation - 9 -5e+03 3.3e+03 -2.22e+03 2.46e-06 0 2.69e+03 2.4e+04 expHall Transportation - 10 -5e+03 3.3e+03 -2.22e+03 2.46e-06 0 0 2.4e+04 Tank Transportation - 11 -2.34e+03 131 -5e+03 2.46e-06 0 4.99e+03 2.9e+04 expHall Transportation - 12 -2.34e+03 131 -5e+03 2.46e-06 0 0 2.9e+04 Tank Transportation - 13 5e+03 -4.02e+03 1.3e+03 2.46e-06 0 1.05e+04 3.95e+04 expHall Transportation - 14 5e+03 -4.02e+03 1.3e+03 2.46e-06 0 0 3.95e+04 Tank Transportation - 15 2.77e+03 -3.88e+03 5e+03 2.46e-06 0 4.33e+03 4.39e+04 expHall Transportation - 16 2.77e+03 -3.88e+03 5e+03 2.46e-06 0 0 4.39e+04 Tank Transportation - 17 -1.57e+03 -5e+03 -383 2.46e-06 0 7e+03 5.09e+04 expHall Transportation - 18 -1.57e+03 -5e+03 -383 2.46e-06 0 0 5.09e+04 Tank Transportation - 19 -4.94e+03 -4.38e+03 -5e+03 2.46e-06 0 5.75e+03 5.66e+04 expHall Transportation - 20 -1e+04 -2.08e+03 -5.77e+03 2.46e-06 0 5.61e+03 6.22e+04 world Transportation - 21 -1.5e+04 192 -6.53e+03 2.46e-06 0 5.55e+03 6.78e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.386 -0.041 0.0186 3.67e-06 0 0 0 Tank initStep - 1 4.47e+03 -366 -5e+03 3.67e-06 0 6.72e+03 6.72e+03 expHall Transportation - 2 4.47e+03 -366 -5e+03 3.67e-06 0 0 6.72e+03 Tank Transportation - 3 5e+03 -499 -4.09e+03 3.67e-06 0 1.06e+03 7.78e+03 expHall Transportation - 4 5e+03 -499 -4.09e+03 3.67e-06 0 0 7.78e+03 Tank Transportation - 5 -5e+03 -2.91e+03 -4.1e+03 3.67e-06 0 1.03e+04 1.81e+04 expHall Transportation - 6 -5e+03 -2.91e+03 -4.1e+03 3.67e-06 0 0 1.81e+04 Tank Transportation - 7 -4.75e+03 -3.49e+03 -5e+03 3.67e-06 0 1.1e+03 1.92e+04 expHall Transportation - 8 -4.75e+03 -3.49e+03 -5e+03 3.67e-06 0 0 1.92e+04 Tank Transportation - 9 -4.42e+03 -5e+03 -4.31e+03 3.67e-06 0 1.69e+03 2.09e+04 expHall Transportation - 10 -3.52e+03 -1e+04 667 3.67e-06 0 7.11e+03 2.8e+04 world Transportation - 11 -2.62e+03 -1.5e+04 5.64e+03 3.67e-06 0 7.11e+03 3.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.475 -0.0578 -0.0137 0.422 0 0 0.488 Tank initStep - 5 0.555 -0.104 -0.0478 0.391 0.0315 0.0993 0.587 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.523 -0.0861 -0.0343 3.24e-06 0 0 0 Tank initStep - 1 -1.24e+03 -5e+03 574 3.24e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 -5.81e+03 -1e+04 1.94e+03 3.24e-06 0 6.91e+03 1.21e+04 world Transportation - 3 -1.04e+04 -1.5e+04 3.3e+03 3.24e-06 0 6.91e+03 1.9e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.505 -0.0758 -0.0268 3.29e-06 0 0 0 Tank initStep - 1 3.57e+03 101 5e+03 3.29e-06 0 6.14e+03 6.14e+03 expHall Transportation - 2 1e+04 82.4 6.57e+03 3.29e-06 0 6.62e+03 1.28e+04 world Transportation - 3 1.5e+04 67.9 7.78e+03 3.29e-06 0 5.15e+03 1.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.554 -0.104 -0.0475 2.91e-06 0 0 0 Tank initStep - 1 -5e+03 -4.13e+03 -3.17e+03 2.91e-06 0 7.22e+03 7.22e+03 expHall Transportation - 2 -5e+03 -4.13e+03 -3.17e+03 2.91e-06 0 0 7.22e+03 Tank Transportation - 3 -3.98e+03 -5e+03 -3.85e+03 2.91e-06 0 1.5e+03 8.72e+03 expHall Transportation - 4 -3.98e+03 -5e+03 -3.85e+03 2.91e-06 0 0 8.72e+03 Tank Transportation - 5 33.9 3.76e+03 -5e+03 2.91e-06 0 9.7e+03 1.84e+04 expHall Transportation - 6 33.9 3.76e+03 -5e+03 2.91e-06 0 0 1.84e+04 Tank Transportation - 7 149 3.97e+03 -4.96e+03 2.91e-06 0 246 1.87e+04 Tank OpRayleigh - 8 358 5e+03 -4.99e+03 2.91e-06 0 1.05e+03 1.97e+04 expHall Transportation - 9 1.15e+03 1e+04 -6.07e+03 2.91e-06 0 5.18e+03 2.49e+04 world Transportation - 10 1.94e+03 1.5e+04 -7.15e+03 2.91e-06 0 5.18e+03 3.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.55 -0.102 -0.0459 3.51e-06 0 0 0 Tank initStep - 1 1.28e+03 -1.54e+03 956 3.51e-06 3.51e-06 2.22e+03 2.22e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.55 -0.102 -0.0458 3.82e-06 0 0 0 Tank initStep - 1 2.81e+03 -46.9 -1.46e+03 3.82e-06 0 3.16e+03 3.16e+03 Tank OpRayleigh - 2 2.25e+03 -565 -4.05e+03 3.82e-06 3.82e-06 2.7e+03 5.87e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.554 -0.104 -0.0473 2.88e-06 0 0 0 Tank initStep - 1 5e+03 -2.43e+03 652 2.88e-06 0 5.6e+03 5.6e+03 expHall Transportation - 2 1e+04 -6.45e+03 1.3e+03 2.88e-06 0 6.44e+03 1.2e+04 world Transportation - 3 1.5e+04 -1.05e+04 1.94e+03 2.88e-06 0 6.44e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.555 -0.104 -0.0478 0.391 0 0 0.587 Tank initStep - 6 0.625 -0.139 -0.0796 0.376 0.0143 0.085 0.672 Tank Cerenkov - 7 0.688 -0.173 -0.107 0.33 0.0461 0.0789 0.751 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.686 -0.172 -0.106 3.97e-06 0 0 0 Tank initStep - 1 -4.05e+03 1.76e+03 5e+03 3.97e-06 0 6.67e+03 6.67e+03 expHall Transportation - 2 -1e+04 4.9e+03 8.72e+03 3.97e-06 0 7.69e+03 1.44e+04 world Transportation - 3 -1.5e+04 7.54e+03 1.19e+04 3.97e-06 0 6.46e+03 2.08e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.655 -0.155 -0.0927 3.41e-06 0 0 0 Tank initStep - 1 -1.82e+03 3.28e+03 5e+03 3.41e-06 0 6.25e+03 6.25e+03 expHall Transportation - 2 -1.82e+03 3.28e+03 5e+03 3.41e-06 0 0 6.25e+03 Tank Transportation - 3 -2.58e+03 5e+03 3.99e+03 3.41e-06 0 2.13e+03 8.38e+03 expHall Transportation - 4 -2.58e+03 5e+03 3.99e+03 3.41e-06 0 0 8.38e+03 Tank Transportation - 5 -5e+03 992 1.28e+03 3.41e-06 0 5.41e+03 1.38e+04 expHall Transportation - 6 -5e+03 992 1.28e+03 3.41e-06 0 0 1.38e+04 Tank Transportation - 7 -614 -4.35e+03 -2.23e+03 3.41e-06 0 7.75e+03 2.15e+04 Tank OpRayleigh - 8 -5e+03 -2.71e+03 -2.88e+03 3.41e-06 0 4.73e+03 2.63e+04 expHall Transportation - 9 -1e+04 -2.08 -4.85e+03 3.41e-06 0 6.02e+03 3.23e+04 world Transportation - 10 -1.5e+04 2.71e+03 -6.82e+03 3.41e-06 0 6.02e+03 3.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.671 -0.164 -0.0993 4.13e-06 0 0 0 Tank initStep - 1 -2.1e+03 5e+03 3.22e+03 4.13e-06 0 6.31e+03 6.31e+03 expHall Transportation - 2 -2.1e+03 5e+03 3.22e+03 4.13e-06 0 0 6.31e+03 Tank Transportation - 3 -3.54e+03 2.38e+03 5e+03 4.13e-06 0 3.48e+03 9.79e+03 expHall Transportation - 4 -3.54e+03 2.38e+03 5e+03 4.13e-06 0 0 9.79e+03 Tank Transportation - 5 -5e+03 1e+03 2.59e+03 4.13e-06 0 3.14e+03 1.29e+04 expHall Transportation - 6 -5e+03 1e+03 2.59e+03 4.13e-06 0 0 1.29e+04 Tank Transportation - 7 -1.9e+03 -3.21e+03 -749 4.13e-06 4.13e-06 6.21e+03 1.91e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.638 -0.146 -0.085 2.37e-06 0 0 0 Tank initStep - 1 -1.14e+03 -764 5e+03 2.37e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 -4.15e+03 -1.5e+03 1e+04 2.37e-06 0 5.89e+03 1.11e+04 world Transportation - 3 -7.17e+03 -2.24e+03 1.5e+04 2.37e-06 0 5.89e+03 1.7e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.627 -0.14 -0.0804 3.7e-06 0 0 0 Tank initStep - 1 5e+03 -496 -1.06e+03 3.7e-06 0 5.13e+03 5.13e+03 expHall Transportation - 2 1e+04 -1.92e+03 -2.26e+03 3.7e-06 0 5.33e+03 1.05e+04 world Transportation - 3 1.5e+04 -3.34e+03 -3.46e+03 3.7e-06 0 5.33e+03 1.58e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.629 -0.141 -0.0813 2.77e-06 0 0 0 Tank initStep - 1 4e+03 -5e+03 -4.2e+03 2.77e-06 0 7.65e+03 7.65e+03 expHall Transportation - 2 4e+03 -5e+03 -4.2e+03 2.77e-06 0 0 7.65e+03 Tank Transportation - 3 5e+03 -3.7e+03 -4.76e+03 2.77e-06 0 1.74e+03 9.39e+03 expHall Transportation - 4 5e+03 -3.7e+03 -4.76e+03 2.77e-06 0 0 9.39e+03 Tank Transportation - 5 4.91e+03 -2.62e+03 -5e+03 2.77e-06 0 1.11e+03 1.05e+04 expHall Transportation - 6 4.91e+03 -2.62e+03 -5e+03 2.77e-06 0 0 1.05e+04 Tank Transportation - 7 3.94e+03 4.8e+03 5e+03 2.77e-06 0 1.25e+04 2.3e+04 expHall Transportation - 8 3.94e+03 4.8e+03 5e+03 2.77e-06 0 0 2.3e+04 Tank Transportation - 9 4.05e+03 5e+03 4.56e+03 2.77e-06 0 500 2.35e+04 expHall Transportation - 10 4.05e+03 5e+03 4.56e+03 2.77e-06 0 0 2.35e+04 Tank Transportation - 11 5e+03 4.3e+03 3.46e+03 2.77e-06 0 1.61e+03 2.51e+04 expHall Transportation - 12 5e+03 4.3e+03 3.46e+03 2.77e-06 0 0 2.51e+04 Tank Transportation - 13 -172 473 -5e+03 2.77e-06 0 1.06e+04 3.57e+04 expHall Transportation - 14 -172 473 -5e+03 2.77e-06 0 0 3.57e+04 Tank Transportation - 15 -4.08e+03 -4.45e+03 5e+03 2.77e-06 0 1.18e+04 4.75e+04 expHall Transportation - 16 -4.08e+03 -4.45e+03 5e+03 2.77e-06 0 0 4.75e+04 Tank Transportation - 17 -5e+03 -4.62e+03 3.6e+03 2.77e-06 0 1.69e+03 4.92e+04 expHall Transportation - 18 -5e+03 -4.62e+03 3.6e+03 2.77e-06 0 0 4.92e+04 Tank Transportation - 19 5e+03 -1.68e+03 -192 2.77e-06 0 1.11e+04 6.03e+04 expHall Transportation - 20 5e+03 -1.68e+03 -192 2.77e-06 0 0 6.03e+04 Tank Transportation - 21 771 2.79e+03 -5e+03 2.77e-06 0 7.81e+03 6.81e+04 expHall Transportation - 22 771 2.79e+03 -5e+03 2.77e-06 0 0 6.81e+04 Tank Transportation - 23 -834 5e+03 -3.62e+03 2.77e-06 0 3.06e+03 7.12e+04 expHall Transportation - 24 -834 5e+03 -3.62e+03 2.77e-06 0 0 7.12e+04 Tank Transportation - 25 -4.26e+03 -2.46e+03 -138 2.77e-06 2.77e-06 8.92e+03 8.01e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.68 -0.169 -0.103 3.85e-06 0 0 0 Tank initStep - 1 255 -325 -79.5 3.85e-06 3.85e-06 420 420 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.688 -0.173 -0.107 0.33 0 0 0.751 Tank initStep - 8 0.745 -0.175 -0.0876 0.318 0.0119 0.0608 0.812 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.718 -0.174 -0.0964 4.1e-06 0 0 0 Tank initStep - 1 5e+03 -1.77e+03 3.45e+03 4.1e-06 0 6.33e+03 6.33e+03 expHall Transportation - 2 8.78e+03 -1.84e+03 1e+04 4.1e-06 0 7.57e+03 1.39e+04 world Transportation - 3 1.17e+04 -1.89e+03 1.5e+04 4.1e-06 0 5.77e+03 1.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.745 -0.175 -0.0876 0.318 0 0 0.812 Tank initStep - 9 0.783 -0.185 -0.0485 0.306 0.0126 0.0566 0.868 Tank Cerenkov - 10 0.816 -0.196 -0.0115 0.286 0.0194 0.0521 0.92 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.79 -0.188 -0.041 2.51e-06 0 0 0 Tank initStep - 1 -1.06e+03 -3.4e+03 5e+03 2.51e-06 0 6.14e+03 6.14e+03 expHall Transportation - 2 -1.06e+03 -3.4e+03 5e+03 2.51e-06 0 0 6.14e+03 Tank Transportation - 3 -2.54e+03 -5e+03 -1.29e+03 2.51e-06 0 6.65e+03 1.28e+04 expHall Transportation - 4 -2.54e+03 -5e+03 -1.29e+03 2.51e-06 0 0 1.28e+04 Tank Transportation - 5 -3.45e+03 -2.72e+03 -5e+03 2.51e-06 0 4.45e+03 1.72e+04 expHall Transportation - 6 -3.45e+03 -2.72e+03 -5e+03 2.51e-06 0 0 1.72e+04 Tank Transportation - 7 -3.3e+03 -2.22e+03 -4.37e+03 2.51e-06 2.51e-06 819 1.81e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.816 -0.196 -0.0115 0.286 0 0 0.92 Tank initStep - 11 0.846 -0.21 0.0198 0.275 0.0109 0.0458 0.966 Tank Cerenkov - 12 0.877 -0.228 0.0398 0.259 0.0162 0.0424 1.01 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.86 -0.218 0.0288 2.29e-06 0 0 0 Tank initStep - 1 -84.6 -43.6 -110 2.29e-06 2.29e-06 146 146 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 0.877 -0.228 0.0398 0.259 0 0 1.01 Tank initStep - 13 0.898 -0.235 0.0695 0.254 0.00477 0.0377 1.05 Tank Cerenkov - 14 0.916 -0.235 0.0993 0.25 0.00491 0.0364 1.08 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.903 -0.235 0.0788 2.35e-06 0 0 0 Tank initStep - 1 -1.46e+03 4.62e+03 4.62e+03 2.35e-06 2.35e-06 6.69e+03 6.69e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 0.916 -0.235 0.0993 0.25 0 0 1.08 Tank initStep - 15 0.911 -0.242 0.124 0.245 0.00484 0.0269 1.11 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.915 -0.236 0.105 2.18e-06 0 0 0 Tank initStep - 1 4.21e+03 5e+03 -674 2.18e-06 0 6.57e+03 6.57e+03 expHall Transportation - 2 4.21e+03 5e+03 -674 2.18e-06 0 0 6.57e+03 Tank Transportation - 3 5e+03 3.55e+03 -1.66e+03 2.18e-06 0 1.93e+03 8.5e+03 expHall Transportation - 4 5e+03 3.55e+03 -1.66e+03 2.18e-06 0 0 8.5e+03 Tank Transportation - 5 2.85e+03 -671 -5e+03 2.18e-06 0 5.79e+03 1.43e+04 expHall Transportation - 6 -2.51e+03 -1e+04 -8.49e+03 2.18e-06 0 1.13e+04 2.56e+04 world Transportation - 7 -5.39e+03 -1.5e+04 -1.04e+04 2.18e-06 0 6.06e+03 3.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 0.911 -0.242 0.124 0.245 0 0 1.11 Tank initStep - 16 0.907 -0.244 0.13 0.242 0.00226 0.00855 1.12 Tank Cerenkov - 17 0.835 -0.274 0.219 0.212 0.0302 0.133 1.25 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.837 -0.273 0.216 2.44e-06 0 0 0 Tank initStep - 1 5e+03 1.83e+03 -4.1e+03 2.44e-06 0 6.72e+03 6.72e+03 expHall Transportation - 2 5e+03 1.83e+03 -4.1e+03 2.44e-06 0 0 6.72e+03 Tank Transportation - 3 3.95e+03 2.11e+03 -5e+03 2.44e-06 0 1.41e+03 8.13e+03 expHall Transportation - 4 3.95e+03 2.11e+03 -5e+03 2.44e-06 0 0 8.13e+03 Tank Transportation - 5 444 5e+03 -3.84e+03 2.44e-06 0 4.69e+03 1.28e+04 expHall Transportation - 6 444 5e+03 -3.84e+03 2.44e-06 0 0 1.28e+04 Tank Transportation - 7 -5e+03 -430 -1.33e+03 2.44e-06 0 8.09e+03 2.09e+04 expHall Transportation - 8 -5e+03 -430 -1.33e+03 2.44e-06 0 0 2.09e+04 Tank Transportation - 9 1.12e+03 -5e+03 -174 2.44e-06 0 7.72e+03 2.86e+04 expHall Transportation - 10 1.12e+03 -5e+03 -174 2.44e-06 0 0 2.86e+04 Tank Transportation - 11 4.47e+03 5e+03 462 2.44e-06 0 1.06e+04 3.92e+04 expHall Transportation - 12 6.73e+03 1e+04 385 2.44e-06 0 5.49e+03 4.47e+04 world Transportation - 13 8.98e+03 1.5e+04 308 2.44e-06 0 5.49e+03 5.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.889 -0.252 0.153 3.01e-06 0 0 0 Tank initStep - 1 1.26e+03 5e+03 3.67e+03 3.01e-06 0 6.33e+03 6.33e+03 expHall Transportation - 2 1.26e+03 5e+03 3.67e+03 3.01e-06 0 0 6.33e+03 Tank Transportation - 3 4.35e+03 2.93e+03 5e+03 3.01e-06 0 3.95e+03 1.03e+04 expHall Transportation - 4 1e+04 -959 5.66e+03 3.01e-06 0 6.89e+03 1.72e+04 world Transportation - 5 1.5e+04 -4.39e+03 6.23e+03 3.01e-06 0 6.09e+03 2.33e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 0.835 -0.274 0.219 0.212 0 0 1.25 Tank initStep - 18 0.836 -0.291 0.252 0.2 0.0118 0.0378 1.29 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.836 -0.281 0.232 3.35e-06 0 0 0 Tank initStep - 1 1.96e+03 5e+03 -1.47e+03 3.35e-06 0 5.57e+03 5.57e+03 expHall Transportation - 2 1.96e+03 5e+03 -1.47e+03 3.35e-06 0 0 5.57e+03 Tank Transportation - 3 5e+03 1.7e+03 -3.32e+03 3.35e-06 0 4.85e+03 1.04e+04 expHall Transportation - 4 5e+03 1.7e+03 -3.32e+03 3.35e-06 0 0 1.04e+04 Tank Transportation - 5 2.23e+03 -5e+03 -4.41e+03 3.35e-06 0 7.33e+03 1.78e+04 expHall Transportation - 6 96.8 -1e+04 -4.91e+03 3.35e-06 0 5.46e+03 2.32e+04 world Transportation - 7 -2.03e+03 -1.5e+04 -5.41e+03 3.35e-06 0 5.46e+03 2.87e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.835 -0.278 0.227 2.88e-06 0 0 0 Tank initStep - 1 3.29e+03 -1.47e+03 -1.96e+03 2.88e-06 2.88e-06 4.1e+03 4.1e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 0.836 -0.291 0.252 0.2 0 0 1.29 Tank initStep - 19 0.84 -0.312 0.279 0.192 0.00875 0.0344 1.32 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.838 -0.303 0.267 3.33e-06 0 0 0 Tank initStep - 1 -3.71e+03 5e+03 -2.06e+03 3.33e-06 0 6.56e+03 6.56e+03 expHall Transportation - 2 -3.71e+03 5e+03 -2.06e+03 3.33e-06 0 0 6.56e+03 Tank Transportation - 3 -3.86e+03 4.66e+03 -5e+03 3.33e-06 0 2.97e+03 9.53e+03 expHall Transportation - 4 -3.99e+03 3.5e+03 -1e+04 3.33e-06 0 5.14e+03 1.47e+04 world Transportation - 5 -4.11e+03 2.33e+03 -1.5e+04 3.33e-06 0 5.14e+03 1.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 0.84 -0.312 0.279 0.192 0 0 1.32 Tank initStep - 20 0.842 -0.341 0.293 0.187 0.00461 0.032 1.36 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.841 -0.329 0.287 3.75e-06 0 0 0 Tank initStep - 1 -5e+03 -3.1e+03 1.21e+03 3.75e-06 0 6e+03 6e+03 expHall Transportation - 2 -1e+04 -7.98e+03 4.78e+03 3.75e-06 0 7.85e+03 1.39e+04 world Transportation - 3 -1.5e+04 -1.29e+04 8.35e+03 3.75e-06 0 7.85e+03 2.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.841 -0.333 0.289 3.27e-06 0 0 0 Tank initStep - 1 -1.77e+03 -1.64e+03 -5e+03 3.27e-06 0 5.55e+03 5.55e+03 expHall Transportation - 2 -4.94e+03 -5.22e+03 -1e+04 3.27e-06 0 6.91e+03 1.25e+04 world Transportation - 3 -8.11e+03 -8.79e+03 -1.5e+04 3.27e-06 0 6.91e+03 1.94e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 0.842 -0.341 0.293 0.187 0 0 1.36 Tank initStep - 21 0.836 -0.366 0.309 0.18 0.00676 0.0308 1.39 Tank msc - 22 0.84 -0.422 0.362 0.155 0.0257 0.0882 1.47 Tank eIoni - 23 0.848 -0.484 0.367 0.132 0.0224 0.0719 1.55 Tank eIoni - 24 0.883 -0.519 0.377 0.112 0.0202 0.0588 1.61 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.873 -0.51 0.374 3.81e-06 0 0 0 Tank initStep - 1 1.09e+03 -4.18e+03 5e+03 3.81e-06 0 6.6e+03 6.6e+03 expHall Transportation - 2 1.09e+03 -4.18e+03 5e+03 3.81e-06 0 0 6.6e+03 Tank Transportation - 3 3.69e+03 -3.78e+03 3.71e+03 3.81e-06 0 2.92e+03 9.52e+03 Tank OpRayleigh - 4 5e+03 -4.86e+03 3.04e+03 3.81e-06 0 1.83e+03 1.14e+04 expHall Transportation - 5 5e+03 -4.86e+03 3.04e+03 3.81e-06 0 0 1.14e+04 Tank Transportation - 6 4.81e+03 -5e+03 2.59e+03 3.81e-06 0 509 1.19e+04 expHall Transportation - 7 4.81e+03 -5e+03 2.59e+03 3.81e-06 0 0 1.19e+04 Tank Transportation - 8 1.74e+03 -1.5e+03 157 3.81e-06 3.81e-06 5.26e+03 1.71e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 24 0.883 -0.519 0.377 0.112 0 0 1.61 Tank initStep - 25 0.895 -0.521 0.381 0.107 0.00451 0.013 1.62 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.883 -0.519 0.377 2.47e-06 0 0 0 Tank initStep - 1 -512 -4.17e+03 -5e+03 2.47e-06 0 6.53e+03 6.53e+03 expHall Transportation - 2 -512 -4.17e+03 -5e+03 2.47e-06 0 0 6.53e+03 Tank Transportation - 3 -1.1e+03 -5e+03 -4.07e+03 2.47e-06 0 1.38e+03 7.91e+03 expHall Transportation - 4 -1.1e+03 -5e+03 -4.07e+03 2.47e-06 0 0 7.91e+03 Tank Transportation - 5 -3.72e+03 1.71e+03 5e+03 2.47e-06 0 1.16e+04 1.95e+04 expHall Transportation - 6 -9.41e+03 1e+04 9.77e+03 2.47e-06 0 1.11e+04 3.06e+04 world Transportation - 7 -1.28e+04 1.5e+04 1.26e+04 2.47e-06 0 6.71e+03 3.73e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 0.895 -0.521 0.381 0.107 0 0 1.62 Tank initStep - 26 0.906 -0.526 0.381 0.105 0.00238 0.0121 1.63 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.897 -0.522 0.381 2.56e-06 0 0 0 Tank initStep - 1 -3.22e+03 5e+03 -4.41e+03 2.56e-06 0 7.4e+03 7.4e+03 expHall Transportation - 2 -3.22e+03 5e+03 -4.41e+03 2.56e-06 0 0 7.4e+03 Tank Transportation - 3 -3.87e+03 4.71e+03 -4.77e+03 2.56e-06 2.56e-06 798 8.2e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 26 0.906 -0.526 0.381 0.105 0 0 1.63 Tank initStep - 27 0.916 -0.531 0.38 0.101 0.00364 0.0117 1.64 Tank msc - 28 0.95 -0.546 0.378 0.0867 0.0147 0.0429 1.68 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.931 -0.538 0.379 2.18e-06 0 0 0 Tank initStep - 1 -795 1.04e+03 -5e+03 2.18e-06 0 5.17e+03 5.17e+03 expHall Transportation - 2 -1.23e+03 3.2e+03 -1e+04 2.18e-06 0 5.46e+03 1.06e+04 world Transportation - 3 -1.67e+03 5.36e+03 -1.5e+04 2.18e-06 0 5.46e+03 1.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 0.95 -0.546 0.378 0.0867 0 0 1.68 Tank initStep - 29 0.957 -0.55 0.378 0.0842 0.00245 0.00837 1.69 Tank msc - 30 0.982 -0.563 0.377 0.0478 0.0364 0.0351 1.73 Tank eIoni - 31 0.993 -0.553 0.378 0.0348 0.0131 0.0212 1.75 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.993 -0.553 0.378 3.58e-06 0 0 0 Tank initStep - 1 -2.92e+03 4.63e+03 4.27e+03 3.58e-06 3.58e-06 6.94e+03 6.94e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.986 -0.56 0.378 2.09e-06 0 0 0 Tank initStep - 1 -1.29e+03 -1.26e+03 -989 2.09e-06 2.09e-06 2.06e+03 2.06e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 0.993 -0.553 0.378 0.0348 0 0 1.75 Tank initStep - 32 0.995 -0.552 0.378 0.0337 0.00107 0.00166 1.75 Tank msc - 33 1 -0.552 0.374 0.015 0.0187 0.0159 1.77 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1 -0.552 0.375 4.09e-06 0 0 0 Tank initStep - 1 1.75e+03 -5e+03 -1.08e+03 4.09e-06 0 5.4e+03 5.4e+03 expHall Transportation - 2 4.98e+03 -1e+04 -2.18e+03 4.09e-06 0 6.05e+03 1.15e+04 world Transportation - 3 8.2e+03 -1.5e+04 -3.27e+03 4.09e-06 0 6.05e+03 1.75e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 33 1 -0.552 0.374 0.015 0 0 1.77 Tank initStep - 34 1 -0.552 0.374 0.0137 0.00131 0.000369 1.77 Tank msc - 35 1 -0.553 0.374 0 0.0137 0.00391 1.77 Tank eIoni - 36 1 -0.553 0.374 0 0 0 1.77 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1 -0.553 0.374 0.511 0 0 0 Tank initStep - 1 44.9 -35.1 11.6 0.261 0.000537 57 57 Tank compt - 2 48.1 -40.7 -35.6 0.161 1.42e-05 47.7 105 Tank compt - 3 52.5 -36.2 -34.1 0.108 1.42e-05 6.46 111 Tank compt - 4 70.2 -111 -49.6 0.103 1.42e-05 78 189 Tank compt - 5 43.6 -160 -59.3 0.0995 1.36e-05 56.8 246 Tank compt - 6 27.8 -278 -26.6 0.0976 0.000537 123 369 Tank compt - 7 -17.9 -363 -24.4 0.0969 1.36e-05 97.2 466 Tank compt - 8 -43.7 -506 -5.68 0.0767 1.42e-05 146 613 Tank compt - 9 -46.3 -497 -34.4 0.0749 0.000537 30.3 643 Tank compt - 10 -46.7 -494 -36.5 0.0739 0.000537 3.47 647 Tank compt - 11 -34 -457 -57.5 0.0739 0 44.2 691 Tank Rayl - 12 -21.4 -427 -77.1 0.0604 1.36e-05 38.1 729 Tank compt - 13 -32.9 -427 -60.8 0.0571 1.42e-05 20 749 Tank compt - 14 -79.2 -436 -58.7 0.0485 1.42e-05 47.2 796 Tank compt - 15 -27.4 -423 -27.8 0.0485 0 61.7 858 Tank Rayl - 16 4.39 -416 -20.3 0.0436 1.36e-05 33.3 891 Tank compt - 17 -6.45 -395 -15.2 0 0.000537 24.4 916 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.45 -395 -15.2 0.0431 0 0 0 Tank initStep - 1 -6.45 -395 -15.2 0.04 0.00306 0.00261 0.00261 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.45 -395 -15.2 3.86e-06 0 0 0 Tank initStep - 1 2.54e+03 -2.39e+03 -2.85e+03 3.86e-06 3.86e-06 4.3e+03 4.3e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -6.45 -395 -15.2 0.04 0 0 0.00261 Tank initStep - 2 -6.45 -395 -15.2 0.0382 0.00177 0.00229 0.0049 Tank msc - 3 -6.44 -395 -15.2 0.0255 0.0128 0.0183 0.0232 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.44 -395 -15.2 2.63e-06 0 0 0 Tank initStep - 1 -987 -5e+03 3.85e+03 2.63e-06 0 6.09e+03 6.09e+03 expHall Transportation - 2 -987 -5e+03 3.85e+03 2.63e-06 0 0 6.09e+03 Tank Transportation - 3 -1.4e+03 -3.35e+03 5e+03 2.63e-06 0 2.05e+03 8.14e+03 expHall Transportation - 4 -1.4e+03 -3.35e+03 5e+03 2.63e-06 0 0 8.14e+03 Tank Transportation - 5 -4.18e+03 1.09e+03 -5e+03 2.63e-06 0 1.13e+04 1.94e+04 expHall Transportation - 6 -6.27e+03 5.15e+03 -1e+04 2.63e-06 0 6.77e+03 2.62e+04 world Transportation - 7 -8.35e+03 9.22e+03 -1.5e+04 2.63e-06 0 6.77e+03 3.3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.44 -395 -15.2 3.92e-06 0 0 0 Tank initStep - 1 278 4.77e+03 -5e+03 3.92e-06 0 7.19e+03 7.19e+03 expHall Transportation - 2 278 4.77e+03 -5e+03 3.92e-06 0 0 7.19e+03 Tank Transportation - 3 279 5e+03 -4.93e+03 3.92e-06 0 239 7.42e+03 expHall Transportation - 4 149 1e+04 -2.82e+03 3.92e-06 0 5.43e+03 1.29e+04 world Transportation - 5 19 1.5e+04 -717 3.92e-06 0 5.43e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -6.44 -395 -15.2 0.0255 0 0 0.0232 Tank initStep - 4 -6.44 -395 -15.2 0.0235 0.00199 0.00103 0.0242 Tank msc - 5 -6.43 -395 -15.2 0.00239 0.0211 0.011 0.0352 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 61 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.44 -395 -15.2 2.67e-06 0 0 0 Tank initStep - 1 849 -1.13e+03 -5e+03 2.67e-06 0 5.11e+03 5.11e+03 expHall Transportation - 2 1.29e+03 -3.08e+03 -1e+04 2.67e-06 0 5.38e+03 1.05e+04 world Transportation - 3 1.72e+03 -5.02e+03 -1.5e+04 2.67e-06 0 5.38e+03 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.44 -395 -15.2 3.53e-06 0 0 0 Tank initStep - 1 3.95e+03 4.86e+03 -5e+03 3.53e-06 0 8.25e+03 8.25e+03 expHall Transportation - 2 3.95e+03 4.86e+03 -5e+03 3.53e-06 0 0 8.25e+03 Tank Transportation - 3 4.03e+03 5e+03 -4.76e+03 3.53e-06 0 292 8.54e+03 expHall Transportation - 4 4.03e+03 5e+03 -4.76e+03 3.53e-06 0 0 8.54e+03 Tank Transportation - 5 5e+03 3.46e+03 -3.23e+03 3.53e-06 0 2.38e+03 1.09e+04 expHall Transportation - 6 5e+03 3.46e+03 -3.23e+03 3.53e-06 0 0 1.09e+04 Tank Transportation - 7 -5e+03 3.63e+03 143 3.53e-06 0 1.06e+04 2.15e+04 expHall Transportation - 8 -1e+04 3.08e+03 923 3.53e-06 0 5.09e+03 2.66e+04 world Transportation - 9 -1.5e+04 2.54e+03 1.7e+03 3.53e-06 0 5.09e+03 3.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -6.43 -395 -15.2 0.00239 0 0 0.0352 Tank initStep - 6 -6.43 -395 -15.2 0.00232 6.18e-05 1.68e-05 0.0353 Tank msc - 7 -6.43 -395 -15.2 0 0.00232 0.000201 0.0355 Tank eIoni - 8 -6.43 -395 -15.2 0 0 0 0.0355 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.39 -416 -20.3 0.00486 0 0 0 Tank initStep - 1 4.39 -416 -20.3 0.00449 0.00037 5.62e-05 5.62e-05 Tank msc - 2 4.39 -416 -20.3 0 0.00449 0.000613 0.000669 Tank eIoni - 3 4.39 -416 -20.3 0 0 0 0.000669 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.2 -436 -58.7 0.00859 0 0 0 Tank initStep - 1 -79.2 -436 -58.7 0.0082 0.000394 0.000152 0.000152 Tank msc - 2 -79.2 -436 -58.7 0 0.0082 0.00175 0.0019 Tank eIoni - 3 -79.2 -436 -58.7 0 0 0 0.0019 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.9 -427 -60.8 0.00333 0 0 0 Tank initStep - 1 -32.9 -427 -60.8 0.00326 6.68e-05 2.94e-05 2.94e-05 Tank msc - 2 -32.9 -427 -60.8 0 0.00326 0.000355 0.000384 Tank eIoni - 3 -32.9 -427 -60.8 0 0 0 0.000384 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.4 -427 -77.1 0.0135 0 0 0 Tank initStep - 1 -21.4 -427 -77.2 0.0129 0.000536 0.000334 0.000334 Tank msc - 2 -21.4 -427 -77.2 0 0.0129 0.00389 0.00422 Tank eIoni - 3 -21.4 -427 -77.2 0 0 0 0.00422 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 57 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.4 -427 -77.2 2.15e-06 0 0 0 Tank initStep - 1 -3.24e+03 5e+03 -2.07e+03 2.15e-06 0 6.61e+03 6.61e+03 expHall Transportation - 2 -7.33e+03 1e+04 -7.19e+03 2.15e-06 0 8.25e+03 1.49e+04 world Transportation - 3 -1.14e+04 1.5e+04 -1.23e+04 2.15e-06 0 8.25e+03 2.31e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 57 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.4 -427 -77.2 2.71e-06 0 0 0 Tank initStep - 1 -378 917 5e+03 2.71e-06 0 5.26e+03 5.26e+03 expHall Transportation - 2 -2.21e+03 2.49e+03 1e+04 2.71e-06 0 5.55e+03 1.08e+04 world Transportation - 3 -4.04e+03 4.06e+03 1.5e+04 2.71e-06 0 5.55e+03 1.64e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.7 -494 -36.5 0.00045 0 0 0 Tank initStep - 1 -46.7 -494 -36.5 0.000401 4.9e-05 1.44e-06 1.44e-06 Tank msc - 2 -46.7 -494 -36.5 0 0.000401 1.58e-05 1.73e-05 Tank eIoni - 3 -46.7 -494 -36.5 0 0 0 1.73e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.3 -497 -34.4 0.00132 0 0 0 Tank initStep - 1 -46.3 -497 -34.4 0.00132 0 6.46e-06 6.46e-06 Tank msc - 2 -46.3 -497 -34.4 0 0.00132 8.08e-05 8.73e-05 Tank eIoni - 3 -46.3 -497 -34.4 0 0 0 8.73e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.7 -506 -5.68 0.0202 0 0 0 Tank initStep - 1 -43.7 -506 -5.68 0.0184 0.00176 0.000682 0.000682 Tank msc - 2 -43.7 -506 -5.67 0 0.0184 0.00727 0.00795 Tank eIoni - 3 -43.7 -506 -5.67 0 0 0 0.00795 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.9 -363 -24.4 0.000702 0 0 0 Tank initStep - 1 -17.9 -363 -24.4 0.000629 7.31e-05 2.55e-06 2.55e-06 Tank msc - 2 -17.9 -363 -24.4 0 0.000629 2.75e-05 3.01e-05 Tank eIoni - 3 -17.9 -363 -24.4 0 0 0 3.01e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.8 -278 -26.6 0.00137 0 0 0 Tank initStep - 1 27.8 -278 -26.6 0.00136 1.72e-05 6.86e-06 6.86e-06 Tank msc - 2 27.8 -278 -26.6 0 0.00136 8.41e-05 9.1e-05 Tank eIoni - 3 27.8 -278 -26.6 0 0 0 9.1e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 43.6 -160 -59.3 0.00325 0 0 0 Tank initStep - 1 43.6 -160 -59.3 0.0031 0.000143 2.81e-05 2.81e-05 Tank msc - 2 43.6 -160 -59.3 0 0.0031 0.000326 0.000354 Tank eIoni - 3 43.6 -160 -59.3 0 0 0 0.000354 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 70.2 -111 -49.6 0.00554 0 0 0 Tank initStep - 1 70.2 -111 -49.6 0.00537 0.00017 7.03e-05 7.03e-05 Tank msc - 2 70.2 -111 -49.6 0 0.00537 0.000833 0.000903 Tank eIoni - 3 70.2 -111 -49.6 0 0 0 0.000903 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.5 -36.2 -34.1 0.0529 0 0 0 Tank initStep - 1 52.5 -36.2 -34.1 0.0501 0.00279 0.00375 0.00375 Tank msc - 2 52.5 -36.2 -34.1 0.033 0.0171 0.0226 0.0264 Tank eIoni - 3 52.5 -36.2 -34.1 0.00569 0.0273 0.0162 0.0426 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 49 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.5 -36.2 -34.1 3.93e-06 0 0 0 Tank initStep - 1 -2.93e+03 -5e+03 281 3.93e-06 0 5.8e+03 5.8e+03 expHall Transportation - 2 -2.93e+03 -5e+03 281 3.93e-06 0 0 5.8e+03 Tank Transportation - 3 -3.71e+03 -4.98e+03 530 3.93e-06 3.93e-06 818 6.62e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 52.5 -36.2 -34.1 0.00569 0 0 0.0426 Tank initStep - 4 52.5 -36.2 -34.1 0.00535 0.00034 7.38e-05 0.0426 Tank msc - 5 52.5 -36.2 -34.1 0 0.00535 0.000829 0.0435 Tank eIoni - 6 52.5 -36.2 -34.1 0 0 0 0.0435 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.7 -35.6 0.0995 0 0 0 Tank initStep - 1 48.1 -40.7 -35.6 0.0951 0.00439 0.0113 0.0113 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.7 -35.6 2.38e-06 0 0 0 Tank initStep - 1 -5e+03 -20.1 4.57e+03 2.38e-06 0 6.83e+03 6.83e+03 expHall Transportation - 2 -5e+03 -20.1 4.57e+03 2.38e-06 0 0 6.83e+03 Tank Transportation - 3 -4.8e+03 -63.7 5e+03 2.38e-06 0 479 7.31e+03 expHall Transportation - 4 -1.16e+03 -284 1e+04 2.38e-06 0 6.19e+03 1.35e+04 world Transportation - 5 2.47e+03 -504 1.5e+04 2.38e-06 0 6.19e+03 1.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 48.1 -40.7 -35.6 0.0951 0 0 0.0113 Tank initStep - 2 48.1 -40.7 -35.6 0.0929 0.00221 0.0104 0.0217 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.7 -35.6 3.98e-06 0 0 0 Tank initStep - 1 4.34e+03 -2.41e+03 -1.55e+03 3.98e-06 0 5.13e+03 5.13e+03 Tank OpRayleigh - 2 2.67e+03 -5e+03 -1.28e+03 3.98e-06 0 3.1e+03 8.23e+03 expHall Transportation - 3 2.67e+03 -5e+03 -1.28e+03 3.98e-06 0 0 8.23e+03 Tank Transportation - 4 -5e+03 807 -664 3.98e-06 0 9.64e+03 1.79e+04 expHall Transportation - 5 -5e+03 807 -664 3.98e-06 0 0 1.79e+04 Tank Transportation - 6 86.6 3.19e+03 -5e+03 3.98e-06 0 7.1e+03 2.5e+04 expHall Transportation - 7 86.6 3.19e+03 -5e+03 3.98e-06 0 0 2.5e+04 Tank Transportation - 8 4.87e+03 5e+03 -2.59e+03 3.98e-06 0 5.65e+03 3.06e+04 expHall Transportation - 9 4.87e+03 5e+03 -2.59e+03 3.98e-06 0 0 3.06e+04 Tank Transportation - 10 5e+03 4.92e+03 -2.5e+03 3.98e-06 0 179 3.08e+04 expHall Transportation - 11 9.62e+03 -9.92e+03 1e+04 3.98e-06 0 1.99e+04 5.07e+04 world Transportation - 12 1.12e+04 -1.5e+04 1.43e+04 3.98e-06 0 6.83e+03 5.76e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.7 -35.6 2.62e-06 0 0 0 Tank initStep - 1 3.19e+03 2.79e+03 3.01e+03 2.62e-06 2.62e-06 5.21e+03 5.21e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 48.1 -40.7 -35.6 0.0929 0 0 0.0217 Tank initStep - 3 48.1 -40.7 -35.7 0.088 0.00486 0.01 0.0317 Tank msc - 4 48.1 -40.8 -35.7 0.0753 0.0128 0.0381 0.0699 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.7 -35.7 2.74e-06 0 0 0 Tank initStep - 1 -843 -4.79e+03 -5e+03 2.74e-06 0 6.93e+03 6.93e+03 expHall Transportation - 2 -2.46e+03 -1e+04 -6.26e+03 2.74e-06 0 5.6e+03 1.25e+04 world Transportation - 3 -4.01e+03 -1.5e+04 -7.47e+03 2.74e-06 0 5.37e+03 1.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.7 -35.7 3.69e-06 0 0 0 Tank initStep - 1 -2.05e+03 2.15e+03 72.7 3.69e-06 0 3.03e+03 3.03e+03 Tank OpRayleigh - 2 -3.66e+03 5e+03 188 3.69e-06 0 3.28e+03 6.31e+03 expHall Transportation - 3 -3.66e+03 5e+03 188 3.69e-06 0 0 6.31e+03 Tank Transportation - 4 -5e+03 3.47e+03 -953 3.69e-06 0 2.33e+03 8.64e+03 expHall Transportation - 5 -5e+03 3.47e+03 -953 3.69e-06 0 0 8.64e+03 Tank Transportation - 6 2.36e+03 219 -1.85e+03 3.69e-06 3.69e-06 8.09e+03 1.67e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 48.1 -40.8 -35.7 0.0753 0 0 0.0699 Tank initStep - 5 48.1 -40.8 -35.7 0.0727 0.00253 0.00696 0.0768 Tank msc - 6 48.1 -40.8 -35.7 0.0575 0.0153 0.0314 0.108 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.8 -35.7 2.71e-06 0 0 0 Tank initStep - 1 -5e+03 3.69e+03 -33.1 2.71e-06 0 6.28e+03 6.28e+03 expHall Transportation - 2 -5e+03 3.69e+03 -33.1 2.71e-06 0 0 6.28e+03 Tank Transportation - 3 -2.12e+03 5e+03 -1.43e+03 2.71e-06 0 3.46e+03 9.74e+03 expHall Transportation - 4 -2.12e+03 5e+03 -1.43e+03 2.71e-06 0 0 9.74e+03 Tank Transportation - 5 3.05e+03 -730 -5e+03 2.71e-06 0 8.5e+03 1.82e+04 expHall Transportation - 6 3.05e+03 -730 -5e+03 2.71e-06 0 0 1.82e+04 Tank Transportation - 7 5e+03 -2.14e+03 -3.3e+03 2.71e-06 0 2.95e+03 2.12e+04 expHall Transportation - 8 5e+03 -2.14e+03 -3.3e+03 2.71e-06 0 0 2.12e+04 Tank Transportation - 9 2.16e+03 -5e+03 826 2.71e-06 0 5.77e+03 2.7e+04 expHall Transportation - 10 2.16e+03 -5e+03 826 2.71e-06 0 0 2.7e+04 Tank Transportation - 11 119 -666 5e+03 2.71e-06 0 6.35e+03 3.33e+04 expHall Transportation - 12 119 -666 5e+03 2.71e-06 0 0 3.33e+04 Tank Transportation - 13 -3.22e+03 5e+03 -4.02e+03 2.71e-06 0 1.12e+04 4.45e+04 expHall Transportation - 14 -3.22e+03 5e+03 -4.02e+03 2.71e-06 0 0 4.45e+04 Tank Transportation - 15 -3.63e+03 4.8e+03 -5e+03 2.71e-06 0 1.08e+03 4.56e+04 expHall Transportation - 16 -8.77e+03 1.97e+03 -1e+04 2.71e-06 0 7.71e+03 5.33e+04 world Transportation - 17 -1.39e+04 -857 -1.5e+04 2.71e-06 0 7.71e+03 6.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.8 -35.7 3.78e-06 0 0 0 Tank initStep - 1 -1.25e+03 222 4.45e+03 3.78e-06 3.78e-06 4.68e+03 4.68e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 48.1 -40.8 -35.7 0.0575 0 0 0.108 Tank initStep - 7 48.1 -40.8 -35.7 0.0545 0.00295 0.00434 0.113 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.8 -35.7 2.17e-06 0 0 0 Tank initStep - 1 -3.57e+03 5e+03 860 2.17e-06 0 6.27e+03 6.27e+03 expHall Transportation - 2 -1e+04 7.44e+03 1.4e+03 2.17e-06 0 6.9e+03 1.32e+04 world Transportation - 3 -1.5e+04 9.34e+03 1.83e+03 2.17e-06 0 5.37e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 48.1 -40.8 -35.7 0.0545 0 0 0.113 Tank initStep - 8 48.1 -40.8 -35.7 0.054 0.000569 0.00396 0.117 Tank msc - 9 48.1 -40.8 -35.7 0.0405 0.0134 0.0241 0.141 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.8 -35.7 2.3e-06 0 0 0 Tank initStep - 1 1.65e+03 5e+03 -933 2.3e-06 0 5.37e+03 5.37e+03 expHall Transportation - 2 5.09e+03 1e+04 -3.36e+03 2.3e-06 0 6.53e+03 1.19e+04 world Transportation - 3 8.52e+03 1.5e+04 -5.79e+03 2.3e-06 0 6.53e+03 1.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 48.1 -40.8 -35.7 0.0405 0 0 0.141 Tank initStep - 10 48.1 -40.8 -35.7 0.0397 0.000803 0.00235 0.143 Tank msc - 11 48.1 -40.8 -35.7 0.0251 0.0146 0.0188 0.162 Tank eIoni - 12 48 -40.8 -35.7 0 0.0251 0.0121 0.174 Tank eIoni - 13 48 -40.8 -35.7 0 0 0 0.174 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.8 -35.7 2.35e-06 0 0 0 Tank initStep - 1 2.85e+03 -5e+03 3.69e+03 2.35e-06 0 6.81e+03 6.81e+03 expHall Transportation - 2 2.85e+03 -5e+03 3.69e+03 2.35e-06 0 0 6.81e+03 Tank Transportation - 3 3.78e+03 -3.01e+03 5e+03 2.35e-06 0 2.56e+03 9.37e+03 expHall Transportation - 4 3.78e+03 -3.01e+03 5e+03 2.35e-06 0 0 9.37e+03 Tank Transportation - 5 -5e+03 2.73e+03 947 2.35e-06 0 1.12e+04 2.06e+04 expHall Transportation - 6 -5e+03 2.73e+03 947 2.35e-06 0 0 2.06e+04 Tank Transportation - 7 -3.29e+03 3.88e+03 466 2.35e-06 2.35e-06 2.12e+03 2.27e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.1 -40.8 -35.7 2.04e-06 0 0 0 Tank initStep - 1 -1.11e+03 551 2.41e+03 2.04e-06 2.04e-06 2.77e+03 2.77e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48 -40.8 -35.7 3.53e-06 0 0 0 Tank initStep - 1 -324 -5e+03 -382 3.53e-06 0 4.99e+03 4.99e+03 expHall Transportation - 2 128 -1e+04 1.38e+03 3.53e-06 0 5.32e+03 1.03e+04 world Transportation - 3 579 -1.5e+04 3.14e+03 3.53e-06 0 5.32e+03 1.56e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -35.1 11.6 0.25 0 0 0 Tank initStep - 1 44.9 -35.1 11.7 0.238 0.0114 0.0283 0.0283 Tank Cerenkov - 2 45 -35.1 11.7 0.201 0.037 0.133 0.162 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -35.1 11.7 3.62e-06 0 0 0 Tank initStep - 1 -5e+03 -4.86e+03 259 3.62e-06 0 6.99e+03 6.99e+03 expHall Transportation - 2 -7.67e+03 -1e+04 -479 3.62e-06 0 5.84e+03 1.28e+04 world Transportation - 3 -1.03e+04 -1.5e+04 -1.2e+03 3.62e-06 0 5.68e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -35.1 11.7 2.89e-06 0 0 0 Tank initStep - 1 -4.41e+03 5e+03 -2.15e+03 2.89e-06 0 7.06e+03 7.06e+03 expHall Transportation - 2 -4.41e+03 5e+03 -2.15e+03 2.89e-06 0 0 7.06e+03 Tank Transportation - 3 -5e+03 4.22e+03 -2.25e+03 2.89e-06 0 984 8.05e+03 expHall Transportation - 4 -5e+03 4.22e+03 -2.25e+03 2.89e-06 0 0 8.05e+03 Tank Transportation - 5 3.87e+03 -12.2 -5e+03 2.89e-06 0 1.02e+04 1.82e+04 expHall Transportation - 6 3.87e+03 -12.2 -5e+03 2.89e-06 0 0 1.82e+04 Tank Transportation - 7 5e+03 -429 -3.85e+03 2.89e-06 0 1.67e+03 1.99e+04 expHall Transportation - 8 5e+03 -429 -3.85e+03 2.89e-06 0 0 1.99e+04 Tank Transportation - 9 -5e+03 -644 1.97e+03 2.89e-06 0 1.16e+04 3.15e+04 expHall Transportation - 10 -5e+03 -644 1.97e+03 2.89e-06 0 0 3.15e+04 Tank Transportation - 11 -2.65e+03 -3.58e+03 5e+03 2.89e-06 0 4.83e+03 3.63e+04 expHall Transportation - 12 -2.65e+03 -3.58e+03 5e+03 2.89e-06 0 0 3.63e+04 Tank Transportation - 13 5e+03 -3.27e+03 -877 2.89e-06 0 9.65e+03 4.6e+04 expHall Transportation - 14 5e+03 -3.27e+03 -877 2.89e-06 0 0 4.6e+04 Tank Transportation - 15 3e+03 -4.01e+03 -5e+03 2.89e-06 0 4.64e+03 5.06e+04 expHall Transportation - 16 3e+03 -4.01e+03 -5e+03 2.89e-06 0 0 5.06e+04 Tank Transportation - 17 684 -5e+03 -2.67e+03 2.89e-06 0 3.43e+03 5.4e+04 expHall Transportation - 18 684 -5e+03 -2.67e+03 2.89e-06 0 0 5.4e+04 Tank Transportation - 19 -5e+03 -350 1.32e+03 2.89e-06 0 8.36e+03 6.24e+04 expHall Transportation - 20 -5e+03 -350 1.32e+03 2.89e-06 0 0 6.24e+04 Tank Transportation - 21 3.75e+03 4.27e+03 5e+03 2.89e-06 0 1.06e+04 7.3e+04 expHall Transportation - 22 3.75e+03 4.27e+03 5e+03 2.89e-06 0 0 7.3e+04 Tank Transportation - 23 4.44e+03 5e+03 4.57e+03 2.89e-06 0 1.09e+03 7.41e+04 expHall Transportation - 24 4.44e+03 5e+03 4.57e+03 2.89e-06 0 0 7.41e+04 Tank Transportation - 25 5e+03 4.79e+03 3.94e+03 2.89e-06 0 870 7.49e+04 expHall Transportation - 26 5e+03 4.79e+03 3.94e+03 2.89e-06 0 0 7.49e+04 Tank Transportation - 27 -5e+03 1.51e+03 1.22e+03 2.89e-06 0 1.09e+04 8.58e+04 expHall Transportation - 28 -1e+04 -404 -331 2.89e-06 0 5.58e+03 9.14e+04 world Transportation - 29 -1.5e+04 -2.32e+03 -1.88e+03 2.89e-06 0 5.58e+03 9.69e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 45 -35.1 11.7 0.201 0 0 0.162 Tank initStep - 3 45 -35.1 11.8 0.193 0.00818 0.036 0.198 Tank msc - 4 44.9 -35.1 11.8 0.167 0.0257 0.1 0.298 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 45 -35.1 11.8 3.93e-06 0 0 0 Tank initStep - 1 -2.15e+03 -5e+03 -2.54e+03 3.93e-06 0 6e+03 6e+03 expHall Transportation - 2 -2.15e+03 -5e+03 -2.54e+03 3.93e-06 0 0 6e+03 Tank Transportation - 3 -397 -2.36e+03 -3.7e+03 3.93e-06 3.93e-06 3.37e+03 9.37e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 44.9 -35.1 11.8 0.167 0 0 0.298 Tank initStep - 5 44.9 -35.1 11.9 0.157 0.0108 0.0268 0.325 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -35.1 11.9 3.83e-06 0 0 0 Tank initStep - 1 2.56e+03 -5e+03 3.48e+03 3.83e-06 0 6.56e+03 6.56e+03 expHall Transportation - 2 3.96e+03 -1e+04 8.43e+03 3.83e-06 0 7.17e+03 1.37e+04 world Transportation - 3 5.35e+03 -1.5e+04 1.34e+04 3.83e-06 0 7.17e+03 2.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 44.9 -35.1 11.9 0.157 0 0 0.325 Tank initStep - 6 44.9 -35.1 11.9 0.146 0.0107 0.024 0.349 Tank msc - 7 44.9 -35 11.9 0.125 0.0209 0.0691 0.418 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -35.1 11.9 3.56e-06 0 0 0 Tank initStep - 1 5e+03 -4.32e+03 -1.35e+03 3.56e-06 0 6.69e+03 6.69e+03 expHall Transportation - 2 5e+03 -4.32e+03 -1.35e+03 3.56e-06 0 0 6.69e+03 Tank Transportation - 3 3.39e+03 -5e+03 -3.8e+03 3.56e-06 0 3e+03 9.7e+03 expHall Transportation - 4 3.39e+03 -5e+03 -3.8e+03 3.56e-06 0 0 9.7e+03 Tank Transportation - 5 2.73e+03 -4.2e+03 -5e+03 3.56e-06 0 1.59e+03 1.13e+04 expHall Transportation - 6 2.73e+03 -4.2e+03 -5e+03 3.56e-06 0 0 1.13e+04 Tank Transportation - 7 -5e+03 1.81e+03 4.25e+03 3.56e-06 0 1.35e+04 2.48e+04 expHall Transportation - 8 -5e+03 1.81e+03 4.25e+03 3.56e-06 0 0 2.48e+04 Tank Transportation - 9 -4.14e+03 2.53e+03 5e+03 3.56e-06 0 1.35e+03 2.61e+04 expHall Transportation - 10 -4.14e+03 2.53e+03 5e+03 3.56e-06 0 0 2.61e+04 Tank Transportation - 11 433 5e+03 743 3.56e-06 0 6.72e+03 3.28e+04 expHall Transportation - 12 433 5e+03 743 3.56e-06 0 0 3.28e+04 Tank Transportation - 13 4.7e+03 -2.2e+03 -3.08e+03 3.56e-06 3.56e-06 9.2e+03 4.2e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -35 11.9 3.67e-06 0 0 0 Tank initStep - 1 -865 322 129 3.67e-06 3.67e-06 985 985 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -35.1 11.9 3.1e-06 0 0 0 Tank initStep - 1 5e+03 -1.13e+03 -3.33e+03 3.1e-06 0 6.08e+03 6.08e+03 expHall Transportation - 2 5e+03 -1.13e+03 -3.33e+03 3.1e-06 0 0 6.08e+03 Tank Transportation - 3 3.76e+03 -2.5e+03 -5e+03 3.1e-06 0 2.49e+03 8.57e+03 expHall Transportation - 4 3.76e+03 -2.5e+03 -5e+03 3.1e-06 0 0 8.57e+03 Tank Transportation - 5 2.3e+03 -5e+03 -3.13e+03 3.1e-06 0 3.45e+03 1.2e+04 expHall Transportation - 6 -3.5e+03 -1e+04 2.61e+03 3.1e-06 0 9.57e+03 2.16e+04 world Transportation - 7 -9.31e+03 -1.5e+04 8.34e+03 3.1e-06 0 9.57e+03 3.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 44.9 -35 11.9 0.125 0 0 0.418 Tank initStep - 8 45 -35 11.9 0.12 0.00539 0.0165 0.434 Tank msc - 9 45 -35 12 0.098 0.0216 0.054 0.488 Tank eIoni - 10 44.9 -34.9 12 0.084 0.0141 0.0429 0.531 Tank eIoni - 11 44.9 -34.9 12 0.0689 0.015 0.0363 0.567 Tank eIoni - 12 44.9 -34.9 12 0.0561 0.0129 0.0299 0.597 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -34.9 12 2.36e-06 0 0 0 Tank initStep - 1 597 87.9 5e+03 2.36e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 597 87.9 5e+03 2.36e-06 0 0 5.02e+03 Tank Transportation - 3 -5e+03 821 -4.62e+03 2.36e-06 0 1.12e+04 1.62e+04 expHall Transportation - 4 -5e+03 821 -4.62e+03 2.36e-06 0 0 1.62e+04 Tank Transportation - 5 -4.91e+03 813 -5e+03 2.36e-06 0 393 1.66e+04 expHall Transportation - 6 -1.85e+03 738 -1e+04 2.36e-06 0 5.86e+03 2.24e+04 world Transportation - 7 1.21e+03 662 -1.5e+04 2.36e-06 0 5.86e+03 2.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 44.9 -34.9 12 0.0561 0 0 0.597 Tank initStep - 13 44.9 -34.9 12 0.0538 0.00226 0.00415 0.601 Tank msc - 14 44.9 -34.9 12 0.0423 0.0115 0.024 0.625 Tank eIoni - 15 44.9 -34.9 12 0.0223 0.0201 0.0198 0.645 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -34.9 12 3.15e-06 0 0 0 Tank initStep - 1 -4.56e+03 -589 999 3.15e-06 3.15e-06 4.74e+03 4.74e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 44.9 -34.9 12 0.0223 0 0 0.645 Tank initStep - 16 44.9 -34.9 12 0.0191 0.00314 0.000812 0.646 Tank msc - 17 44.9 -34.9 12 0 0.0191 0.00777 0.654 Tank eIoni - 18 44.9 -34.9 12 0 0 0 0.654 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -34.9 12 2.36e-06 0 0 0 Tank initStep - 1 -1.09e+03 -1.07e+03 5e+03 2.36e-06 0 5.22e+03 5.22e+03 expHall Transportation - 2 -1.09e+03 -1.07e+03 5e+03 2.36e-06 0 0 5.22e+03 Tank Transportation - 3 -1.45e+03 -5e+03 3.76e+03 2.36e-06 0 4.14e+03 9.36e+03 expHall Transportation - 4 -1.45e+03 -5e+03 3.76e+03 2.36e-06 0 0 9.36e+03 Tank Transportation - 5 -5e+03 -3.6e+03 1.63e+03 2.36e-06 0 4.37e+03 1.37e+04 expHall Transportation - 6 -5e+03 -3.6e+03 1.63e+03 2.36e-06 0 0 1.37e+04 Tank Transportation - 7 -4.5e+03 -3.08e+03 302 2.36e-06 2.36e-06 1.51e+03 1.52e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -34.9 12 3.66e-06 0 0 0 Tank initStep - 1 -1.91e+03 5e+03 -782 3.66e-06 0 5.46e+03 5.46e+03 expHall Transportation - 2 -4.77e+03 1e+04 -2.63e+03 3.66e-06 0 6.05e+03 1.15e+04 world Transportation - 3 -7.63e+03 1.5e+04 -4.48e+03 3.66e-06 0 6.05e+03 1.76e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.9 -34.9 12 2.68e-06 0 0 0 Tank initStep - 1 -5e+03 2.18e+03 4.72e+03 2.68e-06 0 7.24e+03 7.24e+03 expHall Transportation - 2 -5e+03 2.18e+03 4.72e+03 2.68e-06 0 0 7.24e+03 Tank Transportation - 3 -4.74e+03 2.22e+03 5e+03 2.68e-06 0 386 7.63e+03 expHall Transportation - 4 9.01e+03 4.66e+03 1e+04 2.68e-06 0 1.48e+04 2.25e+04 world Transportation - 5 1.5e+04 5.73e+03 1.22e+04 2.68e-06 0 6.47e+03 2.89e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1 -0.553 0.374 0.511 0 0 0 Tank initStep - 1 -9.3 7.56 -2.27 0.385 0.000537 13.4 13.4 Tank compt - 2 -83.5 15 34.2 0.374 0.000537 83 96.4 Tank compt - 3 -107 16.2 39 0.315 1.42e-05 24.4 121 Tank compt - 4 -136 8.2 24.4 0.28 1.36e-05 33.3 154 Tank compt - 5 -140 7.61 25.1 0.145 2.92e-05 3.77 158 Tank compt - 6 -135 11.4 27.8 0.13 1.36e-05 6.88 165 Tank compt - 7 -138 42.9 50.7 0.129 1.42e-05 39 204 Tank compt - 8 -130 84.5 70.5 0.126 2.92e-05 46.9 251 Tank compt - 9 -166 320 250 0.0876 1.36e-05 298 549 Tank compt - 10 -140 240 249 0 0.000537 84.6 634 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 240 249 0.0871 0 0 0 Tank initStep - 1 -140 240 249 0.0832 0.00392 0.00897 0.00897 Tank msc - 2 -140 240 249 0.0653 0.0179 0.0359 0.0449 Tank eIoni - 3 -140 240 249 0.0443 0.021 0.0284 0.0733 Tank eIoni - 4 -140 240 249 0.0311 0.0132 0.0205 0.0938 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 103 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 240 249 2.38e-06 0 0 0 Tank initStep - 1 2.25e+03 5e+03 -39.1 2.38e-06 0 5.34e+03 5.34e+03 expHall Transportation - 2 2.25e+03 5e+03 -39.1 2.38e-06 0 0 5.34e+03 Tank Transportation - 3 5e+03 3.26e+03 -756 2.38e-06 0 3.33e+03 8.67e+03 expHall Transportation - 4 5e+03 3.26e+03 -756 2.38e-06 0 0 8.67e+03 Tank Transportation - 5 3.83e+03 2.44e+03 -1.4e+03 2.38e-06 2.38e-06 1.57e+03 1.02e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -140 240 249 0.0311 0 0 0.0938 Tank initStep - 5 -140 240 249 0.0304 0.00068 0.00147 0.0953 Tank msc - 6 -140 240 249 0 0.0304 0.015 0.11 Tank eIoni - 7 -140 240 249 0 0 0 0.11 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 103 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 240 249 3.08e-06 0 0 0 Tank initStep - 1 -655 -4.34e+03 -5e+03 3.08e-06 0 6.99e+03 6.99e+03 expHall Transportation - 2 -2.37e+03 -1e+04 -9.41e+03 3.08e-06 0 7.37e+03 1.44e+04 world Transportation - 3 -3.89e+03 -1.5e+04 -1.33e+04 3.08e-06 0 6.52e+03 2.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -166 320 250 0.0388 0 0 0 Tank initStep - 1 -166 320 250 0.0371 0.00174 0.00217 0.00217 Tank msc - 2 -166 320 250 0.018 0.0191 0.0178 0.02 Tank eIoni - 3 -166 320 250 0 0.018 0.00697 0.0269 Tank eIoni - 4 -166 320 250 0 0 0 0.0269 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -130 84.5 70.5 0.00221 0 0 0 Tank initStep - 1 -130 84.5 70.5 0.00218 3.5e-05 1.48e-05 1.48e-05 Tank msc - 2 -130 84.5 70.5 0 0.00218 0.00018 0.000195 Tank eIoni - 3 -130 84.5 70.5 0 0 0 0.000195 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -138 42.9 50.7 0.00168 0 0 0 Tank initStep - 1 -138 42.9 50.7 0.00168 0 9.43e-06 9.43e-06 Tank msc - 2 -138 42.9 50.7 0 0.00168 0.000118 0.000127 Tank eIoni - 3 -138 42.9 50.7 0 0 0 0.000127 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 100 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -138 42.9 50.7 4.08e-06 0 0 0 Tank initStep - 1 -573 215 -20.3 4.08e-06 0 473 473 Tank OpRayleigh - 2 1.54e+03 614 921 4.08e-06 4.08e-06 2.35e+03 2.82e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 100 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -138 42.9 50.7 3.4e-06 0 0 0 Tank initStep - 1 -2.92e+03 -398 5e+03 3.4e-06 0 5.69e+03 5.69e+03 expHall Transportation - 2 -6.99e+03 -1.68e+03 1e+04 3.4e-06 0 6.58e+03 1.23e+04 world Transportation - 3 -1.11e+04 -2.96e+03 1.5e+04 3.4e-06 0 6.58e+03 1.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -135 11.4 27.8 0.0142 0 0 0 Tank initStep - 1 -135 11.4 27.8 0.014 0.000133 0.000365 0.000365 Tank msc - 2 -135 11.4 27.8 0 0.014 0.00449 0.00486 Tank eIoni - 3 -135 11.4 27.8 0 0 0 0.00486 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 99 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -135 11.4 27.8 2.38e-06 0 0 0 Tank initStep - 1 -5e+03 -2.85e+03 74.8 2.38e-06 0 5.65e+03 5.65e+03 expHall Transportation - 2 -1e+04 -5.95e+03 54.1 2.38e-06 0 5.88e+03 1.15e+04 world Transportation - 3 -1.5e+04 -9.04e+03 33.3 2.38e-06 0 5.88e+03 1.74e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 7.61 25.1 0.135 0 0 0 Tank initStep - 1 -140 7.6 25.1 0.13 0.00487 0.0188 0.0188 Tank msc - 2 -140 7.58 25.1 0.113 0.0174 0.0599 0.0787 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 7.6 25.1 3.7e-06 0 0 0 Tank initStep - 1 1.19e+03 -1.55e+03 2.38e+03 3.7e-06 3.7e-06 3.12e+03 3.12e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -140 7.58 25.1 0.113 0 0 0.0787 Tank initStep - 3 -140 7.58 25.1 0.108 0.00451 0.0139 0.0926 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 7.58 25.1 2.39e-06 0 0 0 Tank initStep - 1 -1.68e+03 -4.1e+03 5e+03 2.39e-06 0 6.63e+03 6.63e+03 expHall Transportation - 2 -1.68e+03 -4.1e+03 5e+03 2.39e-06 0 0 6.63e+03 Tank Transportation - 3 -3.14e+03 -5e+03 2.84e+03 2.39e-06 0 2.76e+03 9.39e+03 expHall Transportation - 4 -3.14e+03 -5e+03 2.84e+03 2.39e-06 0 0 9.39e+03 Tank Transportation - 5 -5e+03 -2.07e+03 270 2.39e-06 0 4.32e+03 1.37e+04 expHall Transportation - 6 -5e+03 -2.07e+03 270 2.39e-06 0 0 1.37e+04 Tank Transportation - 7 -4.18e+03 3.3e+03 -5e+03 2.39e-06 0 7.57e+03 2.13e+04 expHall Transportation - 8 -4.18e+03 3.3e+03 -5e+03 2.39e-06 0 0 2.13e+04 Tank Transportation - 9 -3.11e+03 5e+03 -3.36e+03 2.39e-06 0 2.59e+03 2.39e+04 expHall Transportation - 10 -3.11e+03 5e+03 -3.36e+03 2.39e-06 0 0 2.39e+04 Tank Transportation - 11 374 669 1.38e+03 2.39e-06 2.39e-06 7.31e+03 3.12e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -140 7.58 25.1 0.108 0 0 0.0926 Tank initStep - 4 -140 7.58 25.1 0.104 0.00441 0.013 0.106 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 7.58 25.1 2.59e-06 0 0 0 Tank initStep - 1 -5e+03 1.84e+03 -525 2.59e-06 0 5.22e+03 5.22e+03 expHall Transportation - 2 -1e+04 4.66e+03 -2.03e+03 2.59e-06 0 5.93e+03 1.12e+04 world Transportation - 3 -1.5e+04 7.47e+03 -3.54e+03 2.59e-06 0 5.93e+03 1.71e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -140 7.58 25.1 0.104 0 0 0.106 Tank initStep - 5 -140 7.58 25.1 0.0929 0.011 0.0121 0.118 Tank msc - 6 -140 7.58 25.1 0.0777 0.0152 0.0404 0.158 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 7.58 25.1 2.11e-06 0 0 0 Tank initStep - 1 2.82e+03 689 -5e+03 2.11e-06 0 5.87e+03 5.87e+03 expHall Transportation - 2 1e+04 172 -8.91e+03 2.11e-06 0 8.19e+03 1.41e+04 world Transportation - 3 1.5e+04 -188 -1.16e+04 2.11e-06 0 5.7e+03 1.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 7.58 25.1 3.19e-06 0 0 0 Tank initStep - 1 -408 5e+03 -4e+03 3.19e-06 0 6.42e+03 6.42e+03 expHall Transportation - 2 -408 5e+03 -4e+03 3.19e-06 0 0 6.42e+03 Tank Transportation - 3 -796 4.73e+03 -5e+03 3.19e-06 0 1.1e+03 7.52e+03 expHall Transportation - 4 -796 4.73e+03 -5e+03 3.19e-06 0 0 7.52e+03 Tank Transportation - 5 -1.6e+03 5e+03 -4.95e+03 3.19e-06 0 851 8.38e+03 expHall Transportation - 6 -1.6e+03 5e+03 -4.95e+03 3.19e-06 0 0 8.38e+03 Tank Transportation - 7 -2e+03 4.67e+03 -5e+03 3.19e-06 0 522 8.9e+03 expHall Transportation - 8 -2e+03 4.67e+03 -5e+03 3.19e-06 0 0 8.9e+03 Tank Transportation - 9 -5e+03 3.35e+03 -2.88e+03 3.19e-06 0 3.9e+03 1.28e+04 expHall Transportation - 10 -9.98e+03 -1.25e+03 1e+04 3.19e-06 0 1.46e+04 2.74e+04 world Transportation - 11 -1.19e+04 -3.04e+03 1.5e+04 3.19e-06 0 5.65e+03 3.3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -140 7.58 25.1 0.0777 0 0 0.158 Tank initStep - 7 -140 7.58 25.1 0.0735 0.00419 0.00736 0.165 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 7.58 25.1 3.21e-06 0 0 0 Tank initStep - 1 4.63e+03 5e+03 1.33e+03 3.21e-06 0 7.03e+03 7.03e+03 expHall Transportation - 2 4.63e+03 5e+03 1.33e+03 3.21e-06 0 0 7.03e+03 Tank Transportation - 3 5e+03 4.33e+03 1.25e+03 3.21e-06 0 771 7.8e+03 expHall Transportation - 4 5e+03 4.33e+03 1.25e+03 3.21e-06 0 0 7.8e+03 Tank Transportation - 5 -3.45e+03 -5e+03 -2.04e+03 3.21e-06 0 1.3e+04 2.08e+04 expHall Transportation - 6 -3.45e+03 -5e+03 -2.04e+03 3.21e-06 0 0 2.08e+04 Tank Transportation - 7 -5e+03 -1.69e+03 -2.76e+03 3.21e-06 0 3.73e+03 2.45e+04 expHall Transportation - 8 -5e+03 -1.69e+03 -2.76e+03 3.21e-06 0 0 2.45e+04 Tank Transportation - 9 -1.75e+03 5e+03 -4.6e+03 3.21e-06 0 7.66e+03 3.22e+04 expHall Transportation - 10 -1.75e+03 5e+03 -4.6e+03 3.21e-06 0 0 3.22e+04 Tank Transportation - 11 -1.3e+03 -1.41e+03 1.19e+03 3.21e-06 3.21e-06 8.64e+03 4.08e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -140 7.58 25.1 0.0735 0 0 0.165 Tank initStep - 8 -140 7.58 25.1 0.0714 0.00214 0.00668 0.172 Tank msc - 9 -140 7.6 25.2 0.0572 0.0142 0.0309 0.203 Tank eIoni - 10 -140 7.6 25.2 0.0407 0.0165 0.0253 0.228 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 7.6 25.2 3.14e-06 0 0 0 Tank initStep - 1 -2.08e+03 4.27e+03 -5e+03 3.14e-06 0 6.87e+03 6.87e+03 expHall Transportation - 2 -4.05e+03 1e+04 -5.61e+03 3.14e-06 0 6.09e+03 1.3e+04 world Transportation - 3 -5.78e+03 1.5e+04 -6.14e+03 3.14e-06 0 5.32e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 -140 7.6 25.2 0.0407 0 0 0.228 Tank initStep - 11 -140 7.6 25.2 0.0382 0.00255 0.00237 0.231 Tank msc - 12 -140 7.61 25.2 0.0151 0.0231 0.0182 0.249 Tank eIoni - 13 -140 7.62 25.2 0 0.0151 0.00509 0.254 Tank eIoni - 14 -140 7.62 25.2 0 0 0 0.254 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -136 8.2 24.4 0.0354 0 0 0 Tank initStep - 1 -136 8.2 24.4 0.0346 0.000847 0.00185 0.00185 Tank msc - 2 -136 8.19 24.4 0.0193 0.0153 0.0168 0.0187 Tank eIoni - 3 -136 8.2 24.4 0 0.0193 0.00792 0.0266 Tank eIoni - 4 -136 8.2 24.4 0 0 0 0.0266 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 16.2 39 0.059 0 0 0 Tank initStep - 1 -107 16.2 39 0.0574 0.00164 0.00454 0.00454 Tank msc - 2 -107 16.2 39 0.0444 0.0129 0.0253 0.0299 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 96 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 16.2 39 3.22e-06 0 0 0 Tank initStep - 1 1.25e+03 -20.7 5e+03 3.22e-06 0 5.14e+03 5.14e+03 expHall Transportation - 2 2.37e+03 -157 1e+04 3.22e-06 0 5.13e+03 1.03e+04 world Transportation - 3 3.48e+03 -294 1.5e+04 3.22e-06 0 5.13e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -107 16.2 39 0.0444 0 0 0.0299 Tank initStep - 3 -107 16.2 39 0.0426 0.00183 0.00276 0.0326 Tank msc - 4 -107 16.3 39 0.0296 0.0131 0.0199 0.0525 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 96 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 16.2 39 3.68e-06 0 0 0 Tank initStep - 1 -3.14e+03 197 5e+03 3.68e-06 0 5.82e+03 5.82e+03 expHall Transportation - 2 -3.14e+03 197 5e+03 3.68e-06 0 0 5.82e+03 Tank Transportation - 3 -3.88e+03 1.46e+03 3.95e+03 3.68e-06 3.68e-06 1.81e+03 7.62e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -107 16.3 39 0.0296 0 0 0.0525 Tank initStep - 5 -107 16.3 39 0.0273 0.00227 0.00134 0.0539 Tank msc - 6 -107 16.3 39 0.0113 0.016 0.0134 0.0673 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 96 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 16.3 39 3.63e-06 0 0 0 Tank initStep - 1 -1.55e+03 5e+03 -2.33e+03 3.63e-06 0 5.7e+03 5.7e+03 expHall Transportation - 2 -1.55e+03 5e+03 -2.33e+03 3.63e-06 0 0 5.7e+03 Tank Transportation - 3 -3.38e+03 1.43e+03 -5e+03 3.63e-06 0 4.82e+03 1.05e+04 expHall Transportation - 4 -3.38e+03 1.43e+03 -5e+03 3.63e-06 0 0 1.05e+04 Tank Transportation - 5 -3.99e+03 -1.04e+03 -3.98e+03 3.63e-06 0 2.74e+03 1.33e+04 Tank OpRayleigh - 6 -5e+03 -2.57e+03 -270 3.63e-06 0 4.14e+03 1.74e+04 expHall Transportation - 7 -5e+03 -2.57e+03 -270 3.63e-06 0 0 1.74e+04 Tank Transportation - 8 -4.47e+03 -5e+03 3.97e+03 3.63e-06 0 4.92e+03 2.23e+04 expHall Transportation - 9 -4.47e+03 -5e+03 3.97e+03 3.63e-06 0 0 2.23e+04 Tank Transportation - 10 -4.16e+03 -3.86e+03 5e+03 3.63e-06 0 1.57e+03 2.39e+04 expHall Transportation - 11 -4.16e+03 -3.86e+03 5e+03 3.63e-06 0 0 2.39e+04 Tank Transportation - 12 -4.79e+03 -1.87e+03 1.47e+03 3.63e-06 3.63e-06 4.1e+03 2.8e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 96 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 16.3 39 2.16e-06 0 0 0 Tank initStep - 1 -1.34e+03 5e+03 -1.1e+03 2.16e-06 0 5.26e+03 5.26e+03 expHall Transportation - 2 -3.9e+03 1e+04 -3.65e+03 2.16e-06 0 6.17e+03 1.14e+04 world Transportation - 3 -6.46e+03 1.5e+04 -6.21e+03 2.16e-06 0 6.17e+03 1.76e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -107 16.3 39 0.0113 0 0 0.0673 Tank initStep - 7 -107 16.3 39 0.0108 0.000471 0.000247 0.0676 Tank msc - 8 -107 16.3 39 0 0.0108 0.00286 0.0704 Tank eIoni - 9 -107 16.3 39 0 0 0 0.0704 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -83.5 15 34.2 0.0108 0 0 0 Tank initStep - 1 -83.5 15 34.2 0.0106 0.000237 0.000228 0.000228 Tank msc - 2 -83.5 15 34.2 0 0.0106 0.00274 0.00297 Tank eIoni - 3 -83.5 15 34.2 0 0 0 0.00297 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.3 7.56 -2.27 0.125 0 0 0 Tank initStep - 1 -9.3 7.57 -2.28 0.12 0.00489 0.0166 0.0166 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.3 7.56 -2.27 2.35e-06 0 0 0 Tank initStep - 1 2.44e+03 -423 -4.57e+03 2.35e-06 2.35e-06 5.2e+03 5.2e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -9.3 7.57 -2.28 0.12 0 0 0.0166 Tank initStep - 2 -9.31 7.58 -2.29 0.116 0.00427 0.0155 0.032 Tank msc - 3 -9.3 7.59 -2.34 0.0975 0.0184 0.052 0.084 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.3 7.58 -2.31 2.43e-06 0 0 0 Tank initStep - 1 43.6 -213 756 2.43e-06 2.43e-06 792 792 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.3 7.58 -2.31 3.98e-06 0 0 0 Tank initStep - 1 2.44e+03 1.89e+03 5e+03 3.98e-06 0 5.88e+03 5.88e+03 expHall Transportation - 2 2.44e+03 1.89e+03 5e+03 3.98e-06 0 0 5.88e+03 Tank Transportation - 3 3.59e+03 2.96e+03 3.45e+03 3.98e-06 3.98e-06 2.21e+03 8.09e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -9.3 7.59 -2.34 0.0975 0 0 0.084 Tank initStep - 4 -9.3 7.58 -2.35 0.0933 0.00421 0.0109 0.0949 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.3 7.58 -2.34 3.75e-06 0 0 0 Tank initStep - 1 1.83e+03 1.47e+03 167 3.75e-06 3.75e-06 2.36e+03 2.36e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -9.3 7.58 -2.35 0.0933 0 0 0.0949 Tank initStep - 5 -9.31 7.58 -2.35 0.0899 0.0034 0.0101 0.105 Tank msc - 6 -9.34 7.57 -2.37 0.0769 0.013 0.039 0.144 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.32 7.58 -2.36 3.54e-06 0 0 0 Tank initStep - 1 5e+03 -33.8 2.14e+03 3.54e-06 0 5.45e+03 5.45e+03 expHall Transportation - 2 1e+04 93.1 5.82e+03 3.54e-06 0 6.21e+03 1.17e+04 world Transportation - 3 1.5e+04 220 9.5e+03 3.54e-06 0 6.21e+03 1.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -9.34 7.57 -2.37 0.0769 0 0 0.144 Tank initStep - 7 -9.34 7.57 -2.37 0.0569 0.02 0.00723 0.151 Tank msc - 8 -9.36 7.57 -2.38 0.0463 0.0107 0.0252 0.176 Tank eIoni - 9 -9.37 7.56 -2.38 0.0321 0.0142 0.0213 0.198 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 127, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.37 7.56 -2.38 2.47e-06 0 0 0 Tank initStep - 1 -1.67e+03 4.45e+03 -5e+03 2.47e-06 0 6.89e+03 6.89e+03 expHall Transportation - 2 -1.67e+03 4.45e+03 -5e+03 2.47e-06 0 0 6.89e+03 Tank Transportation - 3 -1.96e+03 5e+03 -3.92e+03 2.47e-06 0 1.25e+03 8.14e+03 expHall Transportation - 4 -1.96e+03 5e+03 -3.92e+03 2.47e-06 0 0 8.14e+03 Tank Transportation - 5 -3.81e+03 1.85e+03 709 2.47e-06 2.47e-06 5.89e+03 1.4e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 126, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.37 7.56 -2.38 3.71e-06 0 0 0 Tank initStep - 1 -721 -2.23e+03 -5e+03 3.71e-06 0 5.52e+03 5.52e+03 expHall Transportation - 2 -1.72e+03 -8.25e+03 -1e+04 3.71e-06 0 7.89e+03 1.34e+04 world Transportation - 3 -2.72e+03 -1.43e+04 -1.5e+04 3.71e-06 0 7.89e+03 2.13e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 125, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.37 7.56 -2.38 2.31e-06 0 0 0 Tank initStep - 1 -5e+03 -563 -725 2.31e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 -1e+04 -2.28e+03 -1.91e+03 2.31e-06 0 5.42e+03 1.05e+04 world Transportation - 3 -1.5e+04 -3.99e+03 -3.09e+03 2.31e-06 0 5.42e+03 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -9.37 7.56 -2.38 0.0321 0 0 0.198 Tank initStep - 10 -9.37 7.56 -2.38 0.0276 0.00448 0.00155 0.199 Tank msc - 11 -9.36 7.56 -2.38 0.00965 0.0179 0.0136 0.213 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 130, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.37 7.56 -2.38 2.16e-06 0 0 0 Tank initStep - 1 5e+03 -4.24e+03 1.11e+03 2.16e-06 0 6.66e+03 6.66e+03 expHall Transportation - 2 8.44e+03 -1e+04 2.44e+03 2.16e-06 0 6.84e+03 1.35e+04 world Transportation - 3 1.14e+04 -1.5e+04 3.59e+03 2.16e-06 0 5.94e+03 1.94e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 129, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.37 7.56 -2.38 2.74e-06 0 0 0 Tank initStep - 1 4.98e+03 5e+03 3.89e+03 2.74e-06 0 8.06e+03 8.06e+03 expHall Transportation - 2 4.98e+03 5e+03 3.89e+03 2.74e-06 0 0 8.06e+03 Tank Transportation - 3 5e+03 4.97e+03 3.91e+03 2.74e-06 0 39.5 8.1e+03 expHall Transportation - 4 5e+03 4.97e+03 3.91e+03 2.74e-06 0 0 8.1e+03 Tank Transportation - 5 4.43e+03 3.4e+03 5e+03 2.74e-06 0 2e+03 1.01e+04 expHall Transportation - 6 4.43e+03 3.4e+03 5e+03 2.74e-06 0 0 1.01e+04 Tank Transportation - 7 -419 -5e+03 3.42e+03 2.74e-06 0 9.83e+03 1.99e+04 expHall Transportation - 8 -419 -5e+03 3.42e+03 2.74e-06 0 0 1.99e+04 Tank Transportation - 9 -5e+03 -1.37e+03 3.96e+03 2.74e-06 0 5.87e+03 2.58e+04 expHall Transportation - 10 -5e+03 -1.37e+03 3.96e+03 2.74e-06 0 0 2.58e+04 Tank Transportation - 11 -3.72e+03 1.38e+03 5e+03 2.74e-06 0 3.2e+03 2.9e+04 expHall Transportation - 12 -3.72e+03 1.38e+03 5e+03 2.74e-06 0 0 2.9e+04 Tank Transportation - 13 -3.17e+03 5e+03 3.67e+03 2.74e-06 0 3.9e+03 3.29e+04 expHall Transportation - 14 -1.46e+03 1e+04 1.27e+03 2.74e-06 0 5.8e+03 3.87e+04 world Transportation - 15 251 1.5e+04 -1.14e+03 2.74e-06 0 5.8e+03 4.45e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 128, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.37 7.56 -2.38 2.16e-06 0 0 0 Tank initStep - 1 5e+03 -2.59e+03 3.01e+03 2.16e-06 0 6.4e+03 6.4e+03 expHall Transportation - 2 5e+03 -2.59e+03 3.01e+03 2.16e-06 0 0 6.4e+03 Tank Transportation - 3 2.19e+03 -3.57e+03 5e+03 2.16e-06 0 3.58e+03 9.97e+03 expHall Transportation - 4 2.19e+03 -3.57e+03 5e+03 2.16e-06 0 0 9.97e+03 Tank Transportation - 5 698 -4.33e+03 2.55e+03 2.16e-06 2.16e-06 2.97e+03 1.29e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -9.36 7.56 -2.38 0.00965 0 0 0.213 Tank initStep - 12 -9.36 7.56 -2.38 0.00932 0.000329 0.000186 0.213 Tank msc - 13 -9.36 7.56 -2.38 0 0.00932 0.00219 0.215 Tank eIoni - 14 -9.36 7.56 -2.38 0 0 0 0.215 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 131, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.36 7.56 -2.38 3.65e-06 0 0 0 Tank initStep - 1 5e+03 605 -590 3.65e-06 0 5.08e+03 5.08e+03 expHall Transportation - 2 5e+03 605 -590 3.65e-06 0 0 5.08e+03 Tank Transportation - 3 4.03e+03 1.85e+03 -1.32e+03 3.65e-06 3.65e-06 1.74e+03 6.82e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.137 -0.0134 0.019 0.48 0.0201 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.112 -0.011 0.0155 3.71e-06 0 0 0 Tank initStep - 1 5e+03 3.16e+03 -1.94e+03 3.71e-06 0 6.23e+03 6.23e+03 expHall Transportation - 2 9.86e+03 1e+04 -5.83e+03 3.71e-06 0 9.25e+03 1.55e+04 world Transportation - 3 1.34e+04 1.5e+04 -8.68e+03 3.71e-06 0 6.76e+03 2.22e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.106 -0.0104 0.0147 3.11e-06 0 0 0 Tank initStep - 1 3.12e+03 -3.54e+03 5e+03 3.11e-06 0 6.87e+03 6.87e+03 expHall Transportation - 2 3.12e+03 -3.54e+03 5e+03 3.11e-06 0 0 6.87e+03 Tank Transportation - 3 5e+03 -2.56e+03 1.59e+03 3.11e-06 0 4.02e+03 1.09e+04 expHall Transportation - 4 5e+03 -2.56e+03 1.59e+03 3.11e-06 0 0 1.09e+04 Tank Transportation - 5 -2.76e+03 803 -857 3.11e-06 3.11e-06 8.81e+03 1.97e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.065 -0.00637 0.00902 2.75e-06 0 0 0 Tank initStep - 1 -2.59e+03 -4.35e+03 -5e+03 2.75e-06 0 7.12e+03 7.12e+03 expHall Transportation - 2 -7.36e+03 -8.71e+03 -1e+04 2.75e-06 0 8.17e+03 1.53e+04 world Transportation - 3 -1.21e+04 -1.31e+04 -1.5e+04 2.75e-06 0 8.17e+03 2.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0821 -0.00804 0.0114 2.44e-06 0 0 0 Tank initStep - 1 5e+03 -771 -2.08e+03 2.44e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 1e+04 -1.14e+03 -5.29e+03 2.44e-06 0 5.95e+03 1.14e+04 world Transportation - 3 1.5e+04 -1.5e+03 -8.49e+03 2.44e-06 0 5.95e+03 1.74e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0943 -0.00924 0.0131 2.63e-06 0 0 0 Tank initStep - 1 4.58e+03 531 3.39e+03 2.63e-06 2.63e-06 5.72e+03 5.72e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.102 -0.00996 0.0141 3.44e-06 0 0 0 Tank initStep - 1 5e+03 1.27e+03 3.33e+03 3.44e-06 0 6.14e+03 6.14e+03 expHall Transportation - 2 1e+04 2.93e+03 7.99e+03 3.44e-06 0 7.04e+03 1.32e+04 world Transportation - 3 1.5e+04 4.59e+03 1.27e+04 3.44e-06 0 7.04e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.137 -0.0134 0.019 0.48 0 0 0.139 Tank initStep - 2 0.262 -0.036 0.0327 0.448 0.0317 0.129 0.268 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.255 -0.0347 0.0319 3.2e-06 0 0 0 Tank initStep - 1 5e+03 1.69e+03 1.51e+03 3.2e-06 0 5.49e+03 5.49e+03 expHall Transportation - 2 1e+04 6.07e+03 4.67e+03 3.2e-06 0 7.36e+03 1.29e+04 world Transportation - 3 1.5e+04 1.05e+04 7.84e+03 3.2e-06 0 7.36e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.151 -0.0159 0.0205 2.72e-06 0 0 0 Tank initStep - 1 5e+03 -3.72e+03 2.41e+03 2.72e-06 0 6.68e+03 6.68e+03 expHall Transportation - 2 5e+03 -3.72e+03 2.41e+03 2.72e-06 0 0 6.68e+03 Tank Transportation - 3 -5e+03 -1.86e+03 4.2e+03 2.72e-06 0 1.03e+04 1.7e+04 expHall Transportation - 4 -5e+03 -1.86e+03 4.2e+03 2.72e-06 0 0 1.7e+04 Tank Transportation - 5 -3.66e+03 -1.15e+03 5e+03 2.72e-06 0 1.72e+03 1.87e+04 expHall Transportation - 6 -3.66e+03 -1.15e+03 5e+03 2.72e-06 0 0 1.87e+04 Tank Transportation - 7 294 5e+03 238 2.72e-06 0 8.73e+03 2.75e+04 expHall Transportation - 8 294 5e+03 238 2.72e-06 0 0 2.75e+04 Tank Transportation - 9 5e+03 -601 -4.79e+03 2.72e-06 0 8.88e+03 3.63e+04 expHall Transportation - 10 5e+03 -601 -4.79e+03 2.72e-06 0 0 3.63e+04 Tank Transportation - 11 4.69e+03 -752 -5e+03 2.72e-06 0 405 3.67e+04 expHall Transportation - 12 4.69e+03 -752 -5e+03 2.72e-06 0 0 3.67e+04 Tank Transportation - 13 -1.63e+03 -2.86e+03 -1.59e+03 2.72e-06 2.72e-06 7.48e+03 4.42e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.262 -0.036 0.0327 0.448 0 0 0.268 Tank initStep - 3 0.37 -0.00798 0.042 0.433 0.015 0.112 0.38 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.362 -0.00985 0.0414 3.68e-06 0 0 0 Tank initStep - 1 -1.56e+03 5e+03 376 3.68e-06 0 5.25e+03 5.25e+03 expHall Transportation - 2 -4.28e+03 1e+04 -643 3.68e-06 0 5.78e+03 1.1e+04 world Transportation - 3 -6.99e+03 1.5e+04 -1.66e+03 3.68e-06 0 5.78e+03 1.68e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.313 -0.0227 0.0371 2.33e-06 0 0 0 Tank initStep - 1 5e+03 4.33e+03 2e+03 2.33e-06 0 6.91e+03 6.91e+03 expHall Transportation - 2 6.74e+03 1e+04 6.18e+03 2.33e-06 0 7.26e+03 1.42e+04 world Transportation - 3 8.27e+03 1.5e+04 9.87e+03 2.33e-06 0 6.4e+03 2.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.324 -0.0198 0.0381 3.97e-06 0 0 0 Tank initStep - 1 3.71e+03 2.95e+03 -1.05e+03 3.97e-06 0 4.85e+03 4.85e+03 Tank OpRayleigh - 2 4.3e+03 1.42e+03 99.9 3.97e-06 3.97e-06 2e+03 6.85e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.288 -0.0294 0.0349 2.39e-06 0 0 0 Tank initStep - 1 5e+03 1.14e+03 -2.24e+03 2.39e-06 0 5.6e+03 5.6e+03 expHall Transportation - 2 1e+04 4.64e+03 -8.16e+03 2.39e-06 0 8.5e+03 1.41e+04 world Transportation - 3 1.5e+04 8.15e+03 -1.41e+04 2.39e-06 0 8.5e+03 2.26e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.316 -0.0219 0.0374 3.04e-06 0 0 0 Tank initStep - 1 5e+03 4.06e+03 -1.24e+03 3.04e-06 0 6.56e+03 6.56e+03 expHall Transportation - 2 8.15e+03 1e+04 -1.94e+03 3.04e-06 0 6.76e+03 1.33e+04 world Transportation - 3 1.08e+04 1.5e+04 -2.53e+03 3.04e-06 0 5.69e+03 1.9e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.336 -0.0168 0.0391 3.93e-06 0 0 0 Tank initStep - 1 5e+03 -1.1e+03 -599 3.93e-06 0 5.15e+03 5.15e+03 expHall Transportation - 2 5e+03 -1.1e+03 -599 3.93e-06 0 0 5.15e+03 Tank Transportation - 3 2.84e+03 -5e+03 -691 3.93e-06 0 4.46e+03 9.61e+03 expHall Transportation - 4 -2.64e+03 -1e+04 -3.27e+03 3.93e-06 0 7.85e+03 1.75e+04 world Transportation - 5 -8.12e+03 -1.5e+04 -5.84e+03 3.93e-06 0 7.85e+03 2.53e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.35 -0.0131 0.0403 3.04e-06 0 0 0 Tank initStep - 1 5e+03 1.36e+03 3.46e+03 3.04e-06 0 6.23e+03 6.23e+03 expHall Transportation - 2 5e+03 1.36e+03 3.46e+03 3.04e-06 0 0 6.23e+03 Tank Transportation - 3 4.3e+03 1.96e+03 5e+03 3.04e-06 0 1.79e+03 8.02e+03 expHall Transportation - 4 4.3e+03 1.96e+03 5e+03 3.04e-06 0 0 8.02e+03 Tank Transportation - 5 2.44e+03 5e+03 2.19e+03 3.04e-06 0 4.54e+03 1.26e+04 expHall Transportation - 6 2.44e+03 5e+03 2.19e+03 3.04e-06 0 0 1.26e+04 Tank Transportation - 7 -2.45e+03 1.29e+03 -5e+03 3.04e-06 0 9.46e+03 2.2e+04 expHall Transportation - 8 -2.45e+03 1.29e+03 -5e+03 3.04e-06 0 0 2.2e+04 Tank Transportation - 9 -5e+03 798 -4.63e+03 3.04e-06 0 2.62e+03 2.46e+04 expHall Transportation - 10 -1e+04 -93.6 -3.29e+03 3.04e-06 0 5.25e+03 2.99e+04 world Transportation - 11 -1.5e+04 -986 -1.95e+03 3.04e-06 0 5.25e+03 3.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.37 -0.00798 0.042 0.433 0 0 0.38 Tank initStep - 4 0.446 0.062 0.0483 0.42 0.0134 0.105 0.485 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.397 0.0172 0.0443 4.11e-06 0 0 0 Tank initStep - 1 510 -5e+03 -1.86e+03 4.11e-06 0 5.36e+03 5.36e+03 expHall Transportation - 2 1.72e+03 -1e+04 -5.09e+03 4.11e-06 0 6.07e+03 1.14e+04 world Transportation - 3 2.93e+03 -1.5e+04 -8.32e+03 4.11e-06 0 6.07e+03 1.75e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.374 -0.00401 0.0423 4.1e-06 0 0 0 Tank initStep - 1 -3.71e+03 -1.91e+03 -4.1e+03 4.1e-06 4.1e-06 5.85e+03 5.85e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.382 0.00305 0.043 2.82e-06 0 0 0 Tank initStep - 1 5e+03 2.28e+03 -1.84e+03 2.82e-06 0 5.8e+03 5.8e+03 expHall Transportation - 2 1e+04 2.9e+03 -2.85e+03 2.82e-06 0 5.14e+03 1.09e+04 world Transportation - 3 1.5e+04 3.53e+03 -3.86e+03 2.82e-06 0 5.14e+03 1.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.404 0.0238 0.0448 2.58e-06 0 0 0 Tank initStep - 1 5e+03 1.28e+03 414 2.58e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 1e+04 3.67e+03 331 2.58e-06 0 5.54e+03 1.07e+04 world Transportation - 3 1.5e+04 6.05e+03 248 2.58e-06 0 5.54e+03 1.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.446 0.062 0.0483 0.42 0 0 0.485 Tank initStep - 5 0.509 0.128 0.0134 0.399 0.0205 0.0982 0.583 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.454 0.0698 0.0442 2.42e-06 0 0 0 Tank initStep - 1 469 -4.08e+03 2.77e+03 2.42e-06 2.42e-06 4.95e+03 4.95e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.453 0.0686 0.0448 2.48e-06 0 0 0 Tank initStep - 1 -5e+03 412 -2.85e+03 2.48e-06 0 5.77e+03 5.77e+03 expHall Transportation - 2 -1e+04 2.83e+03 -8.43e+03 2.48e-06 0 7.87e+03 1.36e+04 world Transportation - 3 -1.5e+04 5.25e+03 -1.4e+04 2.48e-06 0 7.87e+03 2.15e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.509 0.128 0.0134 0.399 0 0 0.583 Tank initStep - 6 0.561 0.191 -0.022 0.384 0.0149 0.0889 0.672 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.554 0.183 -0.0174 3.48e-06 0 0 0 Tank initStep - 1 -5e+03 1.12e+03 1.58e+03 3.48e-06 0 5.36e+03 5.36e+03 expHall Transportation - 2 -5e+03 1.12e+03 1.58e+03 3.48e-06 0 0 5.36e+03 Tank Transportation - 3 -4.42e+03 3.27e+03 5e+03 3.48e-06 0 4.08e+03 9.44e+03 expHall Transportation - 4 -2.96e+03 1e+04 9.36e+03 3.48e-06 0 8.15e+03 1.76e+04 world Transportation - 5 -1.88e+03 1.5e+04 1.26e+04 3.48e-06 0 6.05e+03 2.36e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.546 0.173 -0.0115 2.65e-06 0 0 0 Tank initStep - 1 261 1.35e+03 -583 2.65e-06 2.65e-06 1.49e+03 1.49e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.544 0.171 -0.0103 2.84e-06 0 0 0 Tank initStep - 1 5e+03 2.02e+03 -3.17e+03 2.84e-06 0 6.26e+03 6.26e+03 expHall Transportation - 2 5e+03 2.02e+03 -3.17e+03 2.84e-06 0 0 6.26e+03 Tank Transportation - 3 3.45e+03 3.56e+03 -3.9e+03 2.84e-06 2.84e-06 2.3e+03 8.55e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.561 0.191 -0.022 0.384 0 0 0.672 Tank initStep - 7 0.624 0.234 -0.0528 0.367 0.0176 0.0823 0.754 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.616 0.228 -0.0489 2.74e-06 0 0 0 Tank initStep - 1 3.85e+03 2.55e+03 -5e+03 2.74e-06 0 6.81e+03 6.81e+03 expHall Transportation - 2 1e+04 7.86e+03 -9.34e+03 2.74e-06 0 9.21e+03 1.6e+04 world Transportation - 3 1.5e+04 1.22e+04 -1.29e+04 2.74e-06 0 7.49e+03 2.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.577 0.202 -0.03 2.4e-06 0 0 0 Tank initStep - 1 4.51e+03 5e+03 -146 2.4e-06 0 6.74e+03 6.74e+03 expHall Transportation - 2 4.51e+03 5e+03 -146 2.4e-06 0 0 6.74e+03 Tank Transportation - 3 5e+03 4.83e+03 -408 2.4e-06 0 579 7.31e+03 expHall Transportation - 4 1e+04 3.03e+03 -7.56e+03 2.4e-06 0 8.91e+03 1.62e+04 world Transportation - 5 1.5e+04 1.23e+03 -1.47e+04 2.4e-06 0 8.91e+03 2.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.575 0.201 -0.0289 3.97e-06 0 0 0 Tank initStep - 1 5e+03 653 -1.48e+03 3.97e-06 0 5.25e+03 5.25e+03 expHall Transportation - 2 5e+03 653 -1.48e+03 3.97e-06 0 0 5.25e+03 Tank Transportation - 3 3.02e+03 5e+03 -335 3.97e-06 0 4.91e+03 1.02e+04 expHall Transportation - 4 -557 1e+04 1.49e+03 3.97e-06 0 6.41e+03 1.66e+04 world Transportation - 5 -4.14e+03 1.5e+04 3.31e+03 3.97e-06 0 6.41e+03 2.3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.624 0.234 -0.0528 0.367 0 0 0.754 Tank initStep - 8 0.677 0.256 -0.0985 0.348 0.0185 0.075 0.829 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.676 0.255 -0.0972 2.41e-06 0 0 0 Tank initStep - 1 62 788 -146 2.41e-06 2.41e-06 804 804 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.677 0.256 -0.0985 0.348 0 0 0.829 Tank initStep - 9 0.716 0.279 -0.149 0.336 0.0125 0.0676 0.897 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.688 0.262 -0.113 3.7e-06 0 0 0 Tank initStep - 1 594 -15.6 -537 3.7e-06 3.7e-06 800 800 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.716 0.279 -0.149 0.336 0 0 0.897 Tank initStep - 10 0.75 0.302 -0.196 0.325 0.0104 0.0629 0.96 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.728 0.287 -0.165 2.41e-06 0 0 0 Tank initStep - 1 5e+03 1.09e+03 -3.72e+03 2.41e-06 0 6.32e+03 6.32e+03 expHall Transportation - 2 9.83e+03 3.11e+03 -1e+04 2.41e-06 0 8.18e+03 1.45e+04 world Transportation - 3 1.37e+04 4.71e+03 -1.5e+04 2.41e-06 0 6.51e+03 2.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.744 0.298 -0.188 2.69e-06 0 0 0 Tank initStep - 1 1.45e+03 3.69e+03 -5e+03 2.69e-06 0 6.38e+03 6.38e+03 expHall Transportation - 2 1.45e+03 3.69e+03 -5e+03 2.69e-06 0 0 6.38e+03 Tank Transportation - 3 1.39e+03 5e+03 -3.74e+03 2.69e-06 0 1.82e+03 8.2e+03 expHall Transportation - 4 1.39e+03 5e+03 -3.74e+03 2.69e-06 0 0 8.2e+03 Tank Transportation - 5 -342 -4.77e+03 5e+03 2.69e-06 0 1.32e+04 2.14e+04 expHall Transportation - 6 -342 -4.77e+03 5e+03 2.69e-06 0 0 2.14e+04 Tank Transportation - 7 -650 -5e+03 4.58e+03 2.69e-06 0 570 2.2e+04 expHall Transportation - 8 -650 -5e+03 4.58e+03 2.69e-06 0 0 2.2e+04 Tank Transportation - 9 -5e+03 980 -1.59e+03 2.69e-06 0 9.63e+03 3.16e+04 expHall Transportation - 10 -5e+03 980 -1.59e+03 2.69e-06 0 0 3.16e+04 Tank Transportation - 11 -4.49e+03 1.49e+03 -1.7e+03 2.69e-06 0 726 3.24e+04 Tank OpRayleigh - 12 -5e+03 94.5 -2.3e+03 2.69e-06 0 1.6e+03 3.4e+04 expHall Transportation - 13 -5e+03 94.5 -2.3e+03 2.69e-06 0 0 3.4e+04 Tank Transportation - 14 1.33e+03 -5e+03 -1.55e+03 2.69e-06 0 8.16e+03 4.21e+04 expHall Transportation - 15 1.33e+03 -5e+03 -1.55e+03 2.69e-06 0 0 4.21e+04 Tank Transportation - 16 5e+03 -2.22e+03 -1.6e+03 2.69e-06 0 4.61e+03 4.67e+04 expHall Transportation - 17 5e+03 -2.22e+03 -1.6e+03 2.69e-06 0 0 4.67e+04 Tank Transportation - 18 3.22e+03 589 -3.01e+03 2.69e-06 2.69e-06 3.61e+03 5.03e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.75 0.302 -0.196 0.325 0 0 0.96 Tank initStep - 11 0.786 0.315 -0.241 0.314 0.0118 0.0591 1.02 Tank Cerenkov - 12 0.818 0.317 -0.283 0.308 0.00552 0.0549 1.07 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.806 0.316 -0.268 3.97e-06 0 0 0 Tank initStep - 1 2.76e+03 1.07e+03 -2.22e+03 3.97e-06 3.97e-06 3.7e+03 3.7e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 0.818 0.317 -0.283 0.308 0 0 1.07 Tank initStep - 13 0.848 0.324 -0.326 0.298 0.00982 0.053 1.13 Tank Cerenkov - 14 0.875 0.329 -0.366 0.287 0.0117 0.0497 1.18 Tank Cerenkov - 15 0.897 0.335 -0.404 0.278 0.00825 0.0459 1.22 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.889 0.333 -0.39 3.76e-06 0 0 0 Tank initStep - 1 -569 -111 2.08e+03 3.76e-06 3.76e-06 2.16e+03 2.16e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.886 0.332 -0.385 2.69e-06 0 0 0 Tank initStep - 1 -2.69e+03 5e+03 923 2.69e-06 0 5.75e+03 5.75e+03 expHall Transportation - 2 -8.21e+03 1e+04 4.46e+03 2.69e-06 0 8.25e+03 1.4e+04 world Transportation - 3 -1.37e+04 1.5e+04 7.99e+03 2.69e-06 0 8.25e+03 2.22e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.891 0.333 -0.393 2.4e-06 0 0 0 Tank initStep - 1 258 5e+03 -3.38e+03 2.4e-06 0 6.04e+03 6.04e+03 expHall Transportation - 2 2.22e+03 9.15e+03 -1e+04 2.4e-06 0 8.05e+03 1.41e+04 world Transportation - 3 3.71e+03 1.23e+04 -1.5e+04 2.4e-06 0 6.08e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 0.897 0.335 -0.404 0.278 0 0 1.22 Tank initStep - 16 0.919 0.327 -0.44 0.271 0.00731 0.0434 1.27 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.912 0.33 -0.427 2.32e-06 0 0 0 Tank initStep - 1 -5e+03 -2.27e+03 3.5e+03 2.32e-06 0 6.51e+03 6.51e+03 expHall Transportation - 2 -5e+03 -2.27e+03 3.5e+03 2.32e-06 0 0 6.51e+03 Tank Transportation - 3 -2.24e+03 -5e+03 3.75e+03 2.32e-06 0 3.89e+03 1.04e+04 expHall Transportation - 4 -2.24e+03 -5e+03 3.75e+03 2.32e-06 0 0 1.04e+04 Tank Transportation - 5 4.59e+03 933 5e+03 2.32e-06 0 9.14e+03 1.95e+04 expHall Transportation - 6 4.59e+03 933 5e+03 2.32e-06 0 0 1.95e+04 Tank Transportation - 7 5e+03 1.35e+03 4.82e+03 2.32e-06 0 608 2.01e+04 expHall Transportation - 8 5e+03 1.35e+03 4.82e+03 2.32e-06 0 0 2.01e+04 Tank Transportation - 9 4.06e+03 3.22e+03 5e+03 2.32e-06 0 2.1e+03 2.22e+04 expHall Transportation - 10 4.06e+03 3.22e+03 5e+03 2.32e-06 0 0 2.22e+04 Tank Transportation - 11 3.09e+03 5e+03 4.34e+03 2.32e-06 0 2.13e+03 2.44e+04 expHall Transportation - 12 3.09e+03 5e+03 4.34e+03 2.32e-06 0 0 2.44e+04 Tank Transportation - 13 959 2.69e+03 4.48e+03 2.32e-06 2.32e-06 3.15e+03 2.75e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 0.919 0.327 -0.44 0.271 0 0 1.27 Tank initStep - 17 0.947 0.323 -0.47 0.265 0.00554 0.0411 1.31 Tank Cerenkov - 18 0.974 0.32 -0.497 0.258 0.00717 0.0395 1.35 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.964 0.321 -0.487 3.52e-06 0 0 0 Tank initStep - 1 -791 2.51e+03 5e+03 3.52e-06 0 5.65e+03 5.65e+03 expHall Transportation - 2 -3.18e+03 8.63e+03 1e+04 3.52e-06 0 8.26e+03 1.39e+04 world Transportation - 3 -5.58e+03 1.47e+04 1.5e+04 3.52e-06 0 8.26e+03 2.22e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 0.974 0.32 -0.497 0.258 0 0 1.35 Tank initStep - 19 1.01 0.325 -0.514 0.252 0.00591 0.0374 1.38 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.986 0.322 -0.503 3.76e-06 0 0 0 Tank initStep - 1 -514 913 -1.92e+03 3.76e-06 0 2.19e+03 2.19e+03 Tank OpRayleigh - 2 1.12e+03 309 -2.36e+03 3.76e-06 3.76e-06 1.8e+03 3.99e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 1.01 0.325 -0.514 0.252 0 0 1.38 Tank initStep - 20 1.04 0.326 -0.523 0.245 0.0078 0.0358 1.42 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03 0.326 -0.52 3.39e-06 0 0 0 Tank initStep - 1 789 5e+03 -2.72e+03 3.39e-06 0 5.75e+03 5.75e+03 expHall Transportation - 2 789 5e+03 -2.72e+03 3.39e-06 0 0 5.75e+03 Tank Transportation - 3 301 3.23e+03 -5e+03 3.39e-06 0 2.93e+03 8.67e+03 expHall Transportation - 4 301 3.23e+03 -5e+03 3.39e-06 0 0 8.67e+03 Tank Transportation - 5 1.14e+03 -3.86e+03 2.23e+03 3.39e-06 3.39e-06 1.02e+04 1.88e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 1.04 0.326 -0.523 0.245 0 0 1.42 Tank initStep - 21 1.05 0.323 -0.523 0.236 0.00872 0.00814 1.43 Tank Cerenkov - 22 1.15 0.272 -0.531 0.208 0.0277 0.128 1.56 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05 0.321 -0.524 3.41e-06 0 0 0 Tank initStep - 1 388 -435 -5e+03 3.41e-06 0 5.03e+03 5.03e+03 expHall Transportation - 2 388 -435 -5e+03 3.41e-06 0 0 5.03e+03 Tank Transportation - 3 -2.4e+03 -4.38e+03 -4.26e+03 3.41e-06 3.41e-06 4.89e+03 9.92e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.12 0.287 -0.529 2.44e-06 0 0 0 Tank initStep - 1 381 -283 5e+03 2.44e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 1.68e+03 -1.14e+03 1e+04 2.44e-06 0 5.24e+03 1.03e+04 world Transportation - 3 2.99e+03 -2e+03 1.5e+04 2.44e-06 0 5.24e+03 1.55e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 22 1.15 0.272 -0.531 0.208 0 0 1.56 Tank initStep - 23 1.18 0.262 -0.525 0.202 0.0062 0.0367 1.59 Tank msc - 24 1.27 0.238 -0.507 0.167 0.0348 0.103 1.7 Tank eIoni - 25 1.33 0.208 -0.48 0.141 0.0257 0.0798 1.77 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.31 0.216 -0.487 3.9e-06 0 0 0 Tank initStep - 1 -3.14e+03 -1.91e+03 1.39e+03 3.9e-06 0 3.93e+03 3.93e+03 Tank OpRayleigh - 2 99.1 98.4 2.2e+03 3.9e-06 3.9e-06 3.9e+03 7.83e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 1.33 0.208 -0.48 0.141 0 0 1.77 Tank initStep - 26 1.34 0.198 -0.473 0.137 0.00482 0.0194 1.79 Tank msc - 27 1.38 0.171 -0.447 0.123 0.0141 0.0614 1.86 Tank eIoni - 28 1.4 0.142 -0.422 0.1 0.0221 0.0536 1.91 Tank eIoni - 29 1.43 0.126 -0.4 0.0808 0.0197 0.0424 1.95 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.41 0.136 -0.413 3.43e-06 0 0 0 Tank initStep - 1 -1.25e+03 -5e+03 1.8e+03 3.43e-06 0 5.46e+03 5.46e+03 expHall Transportation - 2 -5.91e+03 -1e+04 3.99e+03 3.43e-06 0 7.18e+03 1.26e+04 world Transportation - 3 -1.06e+04 -1.5e+04 6.17e+03 3.43e-06 0 7.18e+03 1.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.43 0.127 -0.401 2.5e-06 0 0 0 Tank initStep - 1 5e+03 154 631 2.5e-06 0 5.04e+03 5.04e+03 expHall Transportation - 2 1e+04 269 -0.895 2.5e-06 0 5.04e+03 1.01e+04 world Transportation - 3 1.5e+04 385 -633 2.5e-06 0 5.04e+03 1.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.41 0.135 -0.413 3.08e-06 0 0 0 Tank initStep - 1 2.87e+03 -3.43e+03 -5e+03 3.08e-06 0 6.71e+03 6.71e+03 expHall Transportation - 2 2.87e+03 -3.43e+03 -5e+03 3.08e-06 0 0 6.71e+03 Tank Transportation - 3 5e+03 -4.36e+03 -1.06e+03 3.08e-06 0 4.58e+03 1.13e+04 expHall Transportation - 4 5e+03 -4.36e+03 -1.06e+03 3.08e-06 0 0 1.13e+04 Tank Transportation - 5 -3.13e+03 -1.6e+03 5e+03 3.08e-06 0 1.05e+04 2.18e+04 expHall Transportation - 6 -3.13e+03 -1.6e+03 5e+03 3.08e-06 0 0 2.18e+04 Tank Transportation - 7 -5e+03 -910 3.7e+03 3.08e-06 0 2.38e+03 2.42e+04 expHall Transportation - 8 -5e+03 -910 3.7e+03 3.08e-06 0 0 2.42e+04 Tank Transportation - 9 5e+03 -361 -2.91e+03 3.08e-06 0 1.2e+04 3.62e+04 expHall Transportation - 10 5e+03 -361 -2.91e+03 3.08e-06 0 0 3.62e+04 Tank Transportation - 11 4.59e+03 -54.2 -5e+03 3.08e-06 0 2.15e+03 3.83e+04 expHall Transportation - 12 4.59e+03 -54.2 -5e+03 3.08e-06 0 0 3.83e+04 Tank Transportation - 13 5e+03 4.4e+03 -2.13e+03 3.08e-06 0 5.31e+03 4.36e+04 expHall Transportation - 14 5e+03 4.4e+03 -2.13e+03 3.08e-06 0 0 4.36e+04 Tank Transportation - 15 4.53e+03 5e+03 -2.06e+03 3.08e-06 0 767 4.44e+04 expHall Transportation - 16 4.53e+03 5e+03 -2.06e+03 3.08e-06 0 0 4.44e+04 Tank Transportation - 17 -2.98e+03 -5e+03 -2.18e+03 3.08e-06 0 1.25e+04 5.69e+04 expHall Transportation - 18 -2.98e+03 -5e+03 -2.18e+03 3.08e-06 0 0 5.69e+04 Tank Transportation - 19 -5e+03 -3e+03 -2.27e+03 3.08e-06 0 2.84e+03 5.98e+04 expHall Transportation - 20 -5e+03 -3e+03 -2.27e+03 3.08e-06 0 0 5.98e+04 Tank Transportation - 21 5e+03 3.97e+03 1.04e+03 3.08e-06 0 1.26e+04 7.24e+04 expHall Transportation - 22 5e+03 3.97e+03 1.04e+03 3.08e-06 0 0 7.24e+04 Tank Transportation - 23 4.25e+03 5e+03 1.04e+03 3.08e-06 0 1.28e+03 7.37e+04 expHall Transportation - 24 4.25e+03 5e+03 1.04e+03 3.08e-06 0 0 7.37e+04 Tank Transportation - 25 -1.9e+03 -295 -5e+03 3.08e-06 0 1.01e+04 8.38e+04 expHall Transportation - 26 -1.9e+03 -295 -5e+03 3.08e-06 0 0 8.38e+04 Tank Transportation - 27 -5e+03 -1.68e+03 -996 3.08e-06 0 5.25e+03 8.9e+04 expHall Transportation - 28 -5e+03 -1.68e+03 -996 3.08e-06 0 0 8.9e+04 Tank Transportation - 29 -4.59e+03 -1.8e+03 -710 3.08e-06 0 514 8.95e+04 Tank OpRayleigh - 30 -2.85e+03 4.69e+03 5e+03 3.08e-06 0 8.81e+03 9.84e+04 expHall Transportation - 31 -2.85e+03 4.69e+03 5e+03 3.08e-06 0 0 9.84e+04 Tank Transportation - 32 -2.76e+03 5e+03 4.72e+03 3.08e-06 0 432 9.88e+04 expHall Transportation - 33 -2.76e+03 5e+03 4.72e+03 3.08e-06 0 0 9.88e+04 Tank Transportation - 34 -450 671 -5e+03 3.08e-06 0 1.09e+04 1.1e+05 expHall Transportation - 35 4.84e+03 -3.25e+03 -1e+04 3.08e-06 0 8.26e+03 1.18e+05 world Transportation - 36 1.01e+04 -7.16e+03 -1.5e+04 3.08e-06 0 8.26e+03 1.26e+05 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 29 1.43 0.126 -0.4 0.0808 0 0 1.95 Tank initStep - 30 1.43 0.124 -0.393 0.0778 0.00304 0.00741 1.96 Tank msc - 31 1.44 0.112 -0.373 0.0593 0.0185 0.0324 1.99 Tank eIoni + 14 -33.6 -55.2 64.9 0.0246 0 0 0.549 Tank initStep + 15 -33.6 -55.2 64.9 0.0238 0.000856 0.000975 0.55 Tank msc + 16 -33.6 -55.2 64.9 0.00744 0.0163 0.0113 0.561 Tank eIoni + 17 -33.6 -55.2 64.9 0 0.00744 0.00147 0.563 Tank eIoni + 18 -33.6 -55.2 64.9 0 0 0 0.563 Tank NoProcess ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.43 0.119 -0.386 4.09e-06 0 0 0 Tank initStep - 1 -4.1e+03 -5e+03 4.24e+03 4.09e-06 0 7.73e+03 7.73e+03 expHall Transportation - 2 -4.1e+03 -5e+03 4.24e+03 4.09e-06 0 0 7.73e+03 Tank Transportation - 3 -5e+03 -3.81e+03 4.68e+03 4.09e-06 0 1.56e+03 9.29e+03 expHall Transportation - 4 -5e+03 -3.81e+03 4.68e+03 4.09e-06 0 0 9.29e+03 Tank Transportation - 5 2.63e+03 -190 5e+03 4.09e-06 0 8.45e+03 1.77e+04 expHall Transportation - 6 2.63e+03 -190 5e+03 4.09e-06 0 0 1.77e+04 Tank Transportation - 7 5e+03 1.53e+03 4.29e+03 4.09e-06 0 3.02e+03 2.08e+04 expHall Transportation - 8 5e+03 1.53e+03 4.29e+03 4.09e-06 0 0 2.08e+04 Tank Transportation - 9 4.83e+03 1.59e+03 4.19e+03 4.09e-06 4.09e-06 207 2.1e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.44 0.113 -0.375 3.75e-06 0 0 0 Tank initStep - 1 -3.03e+03 -459 -5e+03 3.75e-06 0 5.87e+03 5.87e+03 expHall Transportation - 2 -9.68e+03 -2.28e+03 -1e+04 3.75e-06 0 8.52e+03 1.44e+04 world Transportation - 3 -1.5e+04 -3.74e+03 -1.4e+04 3.75e-06 0 6.81e+03 2.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 1.44 0.112 -0.373 0.0593 0 0 1.99 Tank initStep - 32 1.44 0.108 -0.371 0.0572 0.00206 0.0043 2 Tank msc - 33 1.44 0.0959 -0.357 0.0388 0.0184 0.0245 2.02 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.44 0.108 -0.37 3.56e-06 0 0 0 Tank initStep - 1 5e+03 3.13e+03 1.54e+03 3.56e-06 0 6.09e+03 6.09e+03 expHall Transportation - 2 5e+03 3.13e+03 1.54e+03 3.56e-06 0 0 6.09e+03 Tank Transportation - 3 3.94e+03 5e+03 2.08e+03 3.56e-06 0 2.22e+03 8.31e+03 expHall Transportation - 4 3.94e+03 5e+03 2.08e+03 3.56e-06 0 0 8.31e+03 Tank Transportation - 5 527 2.74e+03 4.76e+03 3.56e-06 3.56e-06 4.89e+03 1.32e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.44 0.102 -0.363 3.18e-06 0 0 0 Tank initStep - 1 -1.14e+03 -5e+03 -3.29e+03 3.18e-06 0 6.09e+03 6.09e+03 expHall Transportation - 2 -2.95e+03 -9.06e+03 -1e+04 3.18e-06 0 8.05e+03 1.41e+04 world Transportation - 3 -4.29e+03 -1.21e+04 -1.5e+04 3.18e-06 0 6e+03 2.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 33 1.44 0.0959 -0.357 0.0388 0 0 2.02 Tank initStep - 34 1.44 0.0944 -0.358 0.0381 0.000788 0.00203 2.02 Tank msc - 35 1.44 0.0846 -0.36 0.0215 0.0166 0.0176 2.04 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.44 0.0874 -0.359 3.46e-06 0 0 0 Tank initStep - 1 -5e+03 -1.91e+03 1.11e+03 3.46e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 -1e+04 -6.98e+03 -312 3.46e-06 0 7.26e+03 1.27e+04 world Transportation - 3 -1.5e+04 -1.21e+04 -1.73e+03 3.46e-06 0 7.26e+03 2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 35 1.44 0.0846 -0.36 0.0215 0 0 2.04 Tank initStep - 36 1.44 0.0841 -0.36 0.0209 0.000553 0.000702 2.04 Tank msc - 37 1.43 0.0811 -0.358 0 0.0209 0.00838 2.05 Tank eIoni - 38 1.43 0.0811 -0.358 0 0 0 2.05 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.43 0.0811 -0.358 0.511 0 0 0 Tank initStep - 1 46.9 22.4 -0.215 0.242 2.92e-05 50.7 50.7 Tank compt - 2 36.6 36.6 19.1 0.175 1.42e-05 26.2 76.9 Tank compt - 3 -51 -84.9 90.1 0.114 1.42e-05 166 243 Tank compt - 4 50.8 -116 5.96 0.0865 2.92e-05 136 378 Tank compt - 5 49.3 -53.3 36.2 0.0815 0.000537 70 448 Tank compt - 6 72.7 -14.2 23.3 0.0665 1.36e-05 47.4 496 Tank compt - 7 52.8 -11.1 37.3 0.0638 1.42e-05 24.6 520 Tank compt - 8 30.4 48.5 66.6 0.0506 1.42e-05 70 590 Tank compt - 9 35.8 39.3 65.5 0 0.000537 10.7 601 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.8 39.3 65.5 0.0501 0 0 0 Tank initStep - 1 35.8 39.3 65.5 0.0477 0.00233 0.00341 0.00341 Tank msc - 2 35.8 39.3 65.5 0.0327 0.015 0.0218 0.0252 Tank eIoni - 3 35.8 39.3 65.5 0.0191 0.0136 0.016 0.0412 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.8 39.3 65.5 3.27e-06 0 0 0 Tank initStep - 1 -628 2.21e+03 5e+03 3.27e-06 0 5.43e+03 5.43e+03 expHall Transportation - 2 -1.35e+03 5.48e+03 1e+04 3.27e-06 0 6.02e+03 1.14e+04 world Transportation - 3 -2.08e+03 8.75e+03 1.5e+04 3.27e-06 0 6.02e+03 1.75e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.8 39.3 65.5 3.76e-06 0 0 0 Tank initStep - 1 2.31e+03 1.36e+03 -2.24e+03 3.76e-06 3.76e-06 3.5e+03 3.5e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 35.8 39.3 65.5 0.0191 0 0 0.0412 Tank initStep - 4 35.8 39.3 65.5 0.0187 0.000401 0.000622 0.0419 Tank msc - 5 35.8 39.3 65.5 0 0.0187 0.00749 0.0494 Tank eIoni - 6 35.8 39.3 65.5 0 0 0 0.0494 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.8 39.3 65.5 3.44e-06 0 0 0 Tank initStep - 1 5e+03 -4.51e+03 4.42e+03 3.44e-06 0 8.02e+03 8.02e+03 expHall Transportation - 2 1e+04 -9.07e+03 7.17e+03 3.44e-06 0 7.31e+03 1.53e+04 world Transportation - 3 1.5e+04 -1.36e+04 9.92e+03 3.44e-06 0 7.31e+03 2.26e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 62 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.8 39.3 65.5 3.57e-06 0 0 0 Tank initStep - 1 1.65e+03 -5e+03 3.93e+03 3.57e-06 0 6.55e+03 6.55e+03 expHall Transportation - 2 6.93e+03 -9e+03 1e+04 3.57e-06 0 8.98e+03 1.55e+04 world Transportation - 3 1.13e+04 -1.23e+04 1.5e+04 3.57e-06 0 7.41e+03 2.29e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 30.4 48.5 66.6 0.0132 0 0 0 Tank initStep - 1 30.4 48.5 66.6 0.0102 0.003 0.000323 0.000323 Tank msc - 2 30.4 48.5 66.6 0 0.0102 0.00257 0.00289 Tank eIoni - 3 30.4 48.5 66.6 0 0 0 0.00289 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.8 -11.1 37.3 0.00266 0 0 0 Tank initStep - 1 52.8 -11.1 37.3 0.00266 0 2.01e-05 2.01e-05 Tank msc - 2 52.8 -11.1 37.3 0 0.00266 0.000251 0.000271 Tank eIoni - 3 52.8 -11.1 37.3 0 0 0 0.000271 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.7 -14.2 23.3 0.015 0 0 0 Tank initStep - 1 72.7 -14.2 23.3 0.0143 0.000752 0.000405 0.000405 Tank msc - 2 72.7 -14.2 23.3 0 0.0143 0.00463 0.00503 Tank eIoni - 3 72.7 -14.2 23.3 0 0 0 0.00503 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 49.3 -53.3 36.2 0.0044 0 0 0 Tank initStep - 1 49.3 -53.3 36.2 0.00423 0.000166 4.73e-05 4.73e-05 Tank msc - 2 49.3 -53.3 36.2 0 0.00423 0.000554 0.000601 Tank eIoni - 3 49.3 -53.3 36.2 0 0 0 0.000601 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.8 -116 5.96 0.0279 0 0 0 Tank initStep - 1 50.8 -116 5.95 0.0272 0.000771 0.00122 0.00122 Tank msc - 2 50.8 -116 5.95 0.015 0.0121 0.0134 0.0146 Tank eIoni - 3 50.8 -116 5.95 0 0.015 0.00506 0.0196 Tank eIoni - 4 50.8 -116 5.95 0 0 0 0.0196 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51 -84.9 90.1 0.0602 0 0 0 Tank initStep - 1 -51 -84.9 90.1 0.0581 0.00215 0.00471 0.00471 Tank msc - 2 -51.1 -84.9 90.1 0.0416 0.0165 0.0256 0.0303 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.1 -84.9 90.1 3.55e-06 0 0 0 Tank initStep - 1 4.4e+03 1.07e+03 -1.37e+03 3.55e-06 3.55e-06 4.82e+03 4.82e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -51.1 -84.9 90.1 0.0416 0 0 0.0303 Tank initStep - 3 -51.1 -84.9 90.1 0.0397 0.00183 0.00245 0.0327 Tank msc - 4 -51.1 -84.9 90.1 0.0287 0.011 0.0188 0.0516 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.1 -84.9 90.1 3.54e-06 0 0 0 Tank initStep - 1 -7.96 -5e+03 -858 3.54e-06 0 5.01e+03 5.01e+03 expHall Transportation - 2 -519 -1e+04 -1.98e+03 3.54e-06 0 5.15e+03 1.02e+04 world Transportation - 3 -1.03e+03 -1.5e+04 -3.1e+03 3.54e-06 0 5.15e+03 1.53e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -51.1 -84.9 90.1 0.0287 0 0 0.0516 Tank initStep - 5 -51.1 -84.9 90.1 0.0254 0.0033 0.00128 0.0529 Tank msc - 6 -51.1 -84.9 90.1 0.00493 0.0205 0.0123 0.0652 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.1 -84.9 90.1 2.34e-06 0 0 0 Tank initStep - 1 -294 -5e+03 1.95e+03 2.34e-06 0 5.26e+03 5.26e+03 expHall Transportation - 2 -1.78e+03 -1e+04 5.13e+03 2.34e-06 0 6.11e+03 1.14e+04 world Transportation - 3 -3.27e+03 -1.5e+04 8.31e+03 2.34e-06 0 6.11e+03 1.75e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -51.1 -84.9 90.1 0.00493 0 0 0.0652 Tank initStep - 7 -51.1 -84.9 90.1 0.00469 0.000237 5.75e-05 0.0653 Tank msc - 8 -51.1 -84.9 90.1 0 0.00469 0.000661 0.0659 Tank eIoni - 9 -51.1 -84.9 90.1 0 0 0 0.0659 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.6 36.6 19.1 0.0674 0 0 0 Tank initStep - 1 36.6 36.6 19.1 0.0651 0.00227 0.00574 0.00574 Tank msc - 2 36.6 36.7 19.1 0.05 0.0151 0.0283 0.0341 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.6 36.7 19.1 2.25e-06 0 0 0 Tank initStep - 1 -1.25e+03 -5e+03 572 2.25e-06 0 5.23e+03 5.23e+03 expHall Transportation - 2 -6.72e+03 -1e+04 3.81e+03 2.25e-06 0 8.09e+03 1.33e+04 world Transportation - 3 -1.22e+04 -1.5e+04 7.04e+03 2.25e-06 0 8.09e+03 2.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 36.6 36.7 19.1 0.05 0 0 0.0341 Tank initStep - 3 36.6 36.7 19.1 0.0476 0.00237 0.0034 0.0375 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.6 36.7 19.1 3.77e-06 0 0 0 Tank initStep - 1 -1.43e+03 556 -2.29e+03 3.77e-06 0 2.79e+03 2.79e+03 Tank OpRayleigh - 2 5e+03 -2.07e+03 9.59 3.77e-06 0 7.32e+03 1.01e+04 expHall Transportation - 3 1e+04 -8.02e+03 9.2e+03 3.77e-06 0 1.2e+04 2.21e+04 world Transportation - 4 1.32e+04 -1.18e+04 1.5e+04 3.77e-06 0 7.6e+03 2.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 36.6 36.7 19.1 0.0476 0 0 0.0375 Tank initStep - 4 36.6 36.7 19.2 0.0464 0.00119 0.00312 0.0406 Tank msc - 5 36.6 36.7 19.2 0.0322 0.0142 0.0213 0.0619 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.6 36.7 19.2 3.71e-06 0 0 0 Tank initStep - 1 -5e+03 -188 -562 3.71e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 -1e+04 -1.14e+03 -1.48e+03 3.71e-06 0 5.17e+03 1.02e+04 world Transportation - 3 -1.5e+04 -2.1e+03 -2.4e+03 3.71e-06 0 5.17e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 36.6 36.7 19.2 0.0322 0 0 0.0619 Tank initStep - 6 36.6 36.7 19.2 0.0317 0.00058 0.00156 0.0635 Tank msc - 7 36.6 36.7 19.2 0.0181 0.0136 0.0156 0.079 Tank eIoni - 8 36.6 36.7 19.2 0 0.0181 0.00703 0.0861 Tank eIoni - 9 36.6 36.7 19.2 0 0 0 0.0861 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.6 36.7 19.2 3.86e-06 0 0 0 Tank initStep - 1 -321 1.91e+03 -1.78e+03 3.86e-06 3.86e-06 2.62e+03 2.62e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 55 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.6 36.7 19.2 2.06e-06 0 0 0 Tank initStep - 1 834 -201 112 2.06e-06 2.06e-06 837 837 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 46.9 22.4 -0.215 0.269 0 0 0 Tank initStep - 1 47 22.4 -0.24 0.261 0.00838 0.0409 0.0409 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47 22.4 -0.231 3.59e-06 0 0 0 Tank initStep - 1 -5e+03 3.14e+03 -2.27e+03 3.59e-06 0 6.35e+03 6.35e+03 expHall Transportation - 2 -5e+03 3.14e+03 -2.27e+03 3.59e-06 0 0 6.35e+03 Tank Transportation - 3 -4.42e+03 4.36e+03 -5e+03 3.59e-06 0 3.04e+03 9.4e+03 expHall Transportation - 4 -3.17e+03 9.29e+03 -1e+04 3.59e-06 0 7.13e+03 1.65e+04 world Transportation - 5 -1.92e+03 1.42e+04 -1.5e+04 3.59e-06 0 7.13e+03 2.37e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47 22.4 -0.229 4.08e-06 0 0 0 Tank initStep - 1 2.2e+03 -5e+03 16.2 4.08e-06 0 5.46e+03 5.46e+03 expHall Transportation - 2 6.7e+03 -1e+04 40.8 4.08e-06 0 6.73e+03 1.22e+04 world Transportation - 3 1.12e+04 -1.5e+04 65.4 4.08e-06 0 6.73e+03 1.89e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 47 22.4 -0.24 0.261 0 0 0.0409 Tank initStep - 2 47 22.4 -0.265 0.252 0.00882 0.0384 0.0793 Tank Cerenkov - 3 47 22.4 -0.284 0.244 0.00787 0.036 0.115 Tank Cerenkov - 4 47 22.4 -0.286 0.243 0.000602 0.00551 0.121 Tank Cerenkov - 5 47 22.4 -0.288 0.243 0.000251 0.00317 0.124 Tank Cerenkov - 6 47 22.4 -0.289 0.243 0.000391 0.0022 0.126 Tank Cerenkov - 7 47 22.4 -0.289 0.243 8.34e-05 0.000687 0.127 Tank Cerenkov - 8 47 22.4 -0.289 0.242 7.2e-05 0.000364 0.127 Tank Cerenkov - 9 47 22.4 -0.289 0.242 4.98e-05 8.54e-05 0.127 Tank Cerenkov - 10 47.1 22.3 -0.351 0.211 0.0314 0.136 0.264 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.1 22.4 -0.313 3.96e-06 0 0 0 Tank initStep - 1 5e+03 1.4e+03 1.78e+03 3.96e-06 0 5.44e+03 5.44e+03 expHall Transportation - 2 1e+04 6.49e+03 6.01e+03 3.96e-06 0 8.3e+03 1.37e+04 world Transportation - 3 1.5e+04 1.16e+04 1.02e+04 3.96e-06 0 8.3e+03 2.2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.1 22.3 -0.344 3.05e-06 0 0 0 Tank initStep - 1 -3.57e+03 3.23e+03 5e+03 3.05e-06 0 6.96e+03 6.96e+03 expHall Transportation - 2 -3.57e+03 3.23e+03 5e+03 3.05e-06 0 0 6.96e+03 Tank Transportation - 3 -5e+03 3.99e+03 4.6e+03 3.05e-06 0 1.67e+03 8.62e+03 expHall Transportation - 4 -5e+03 3.99e+03 4.6e+03 3.05e-06 0 0 8.62e+03 Tank Transportation - 5 -3.2e+03 4.18e+03 4.29e+03 3.05e-06 3.05e-06 1.83e+03 1.05e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.1 22.3 -0.341 4.08e-06 0 0 0 Tank initStep - 1 -45.1 -4.52e+03 3.4e+03 4.08e-06 4.08e-06 5.67e+03 5.67e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 47.1 22.3 -0.351 0.211 0 0 0.264 Tank initStep - 11 47.2 22.3 -0.385 0.204 0.00693 0.0388 0.303 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.1 22.3 -0.367 3.61e-06 0 0 0 Tank initStep - 1 -34.1 2e+03 -275 3.61e-06 0 2e+03 2e+03 Bubble Transportation - 2 -90.3 3e+03 -466 3.61e-06 3.61e-06 1.02e+03 3.02e+03 Tank Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.1 22.3 -0.356 2.53e-06 0 0 0 Tank initStep - 1 4.98e+03 -5e+03 2.22e+03 2.53e-06 0 7.38e+03 7.38e+03 expHall Transportation - 2 1e+04 -5.9e+03 3.72e+03 2.53e-06 0 5.31e+03 1.27e+04 world Transportation - 3 1.5e+04 -6.8e+03 5.22e+03 2.53e-06 0 5.3e+03 1.8e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 47.2 22.3 -0.385 0.204 0 0 0.303 Tank initStep - 12 47.2 22.3 -0.415 0.189 0.0153 0.0368 0.339 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.2 22.3 -0.4 3.45e-06 0 0 0 Tank initStep - 1 5e+03 -4.18e+03 -559 3.45e-06 0 6.52e+03 6.52e+03 expHall Transportation - 2 8.91e+03 -1e+04 -3.43e+03 3.45e-06 0 7.58e+03 1.41e+04 world Transportation - 3 1.23e+04 -1.5e+04 -5.89e+03 3.45e-06 0 6.51e+03 2.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 47.2 22.3 -0.415 0.189 0 0 0.339 Tank initStep - 13 47.2 22.4 -0.428 0.182 0.0071 0.0325 0.372 Tank msc - 14 47.3 22.4 -0.457 0.156 0.0262 0.0922 0.464 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.2 22.4 -0.441 2.37e-06 0 0 0 Tank initStep - 1 3.36e+03 -5e+03 -2.22e+03 2.37e-06 0 6.41e+03 6.41e+03 expHall Transportation - 2 3.36e+03 -5e+03 -2.22e+03 2.37e-06 0 0 6.41e+03 Tank Transportation - 3 5e+03 -1.97e+03 -3.21e+03 2.37e-06 0 3.58e+03 1e+04 expHall Transportation - 4 5e+03 -1.97e+03 -3.21e+03 2.37e-06 0 0 1e+04 Tank Transportation - 5 4.99e+03 -1.95e+03 -3.22e+03 2.37e-06 2.37e-06 29.4 1e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.2 22.4 -0.433 3.33e-06 0 0 0 Tank initStep - 1 -2.53e+03 779 5e+03 3.33e-06 0 5.68e+03 5.68e+03 expHall Transportation - 2 -2.53e+03 779 5e+03 3.33e-06 0 0 5.68e+03 Tank Transportation - 3 -5e+03 2.48e+03 2.18e+03 3.33e-06 0 4.11e+03 9.79e+03 expHall Transportation - 4 -6.23e+03 1e+04 -9.27e+03 3.33e-06 0 1.38e+04 2.35e+04 world Transportation - 5 -6.84e+03 1.38e+04 -1.5e+04 3.33e-06 0 6.88e+03 3.04e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.2 22.4 -0.437 2.51e-06 0 0 0 Tank initStep - 1 -1.95e+03 5e+03 2.51e+03 2.51e-06 0 5.92e+03 5.92e+03 expHall Transportation - 2 -1.95e+03 5e+03 2.51e+03 2.51e-06 0 0 5.92e+03 Tank Transportation - 3 -3.64e+03 2.13e+03 5e+03 2.51e-06 0 4.16e+03 1.01e+04 expHall Transportation - 4 -3.64e+03 2.13e+03 5e+03 2.51e-06 0 0 1.01e+04 Tank Transportation - 5 -4.62e+03 -4.74e+03 -5e+03 2.51e-06 0 1.22e+04 2.23e+04 expHall Transportation - 6 -5.21e+03 -1e+04 -6.89e+03 2.51e-06 0 5.62e+03 2.79e+04 world Transportation - 7 -5.76e+03 -1.5e+04 -8.68e+03 2.51e-06 0 5.34e+03 3.32e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.2 22.4 -0.44 2.51e-06 0 0 0 Tank initStep - 1 2.27e+03 5e+03 -3.76e+03 2.51e-06 0 6.62e+03 6.62e+03 expHall Transportation - 2 2.27e+03 5e+03 -3.76e+03 2.51e-06 0 0 6.62e+03 Tank Transportation - 3 2.64e+03 4.27e+03 -5e+03 2.51e-06 0 1.48e+03 8.11e+03 expHall Transportation - 4 2.64e+03 4.27e+03 -5e+03 2.51e-06 0 0 8.11e+03 Tank Transportation - 5 1.79e+03 -5e+03 487 2.51e-06 0 1.08e+04 1.89e+04 expHall Transportation - 6 1.79e+03 -5e+03 487 2.51e-06 0 0 1.89e+04 Tank Transportation - 7 2.74e+03 -2.43e+03 5e+03 2.51e-06 0 5.28e+03 2.42e+04 expHall Transportation - 8 2.74e+03 -2.43e+03 5e+03 2.51e-06 0 0 2.42e+04 Tank Transportation - 9 3.55e+03 -2.12e+03 4.49e+03 2.51e-06 2.51e-06 1e+03 2.52e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 47.3 22.4 -0.457 0.156 0 0 0.464 Tank initStep - 15 47.3 22.4 -0.457 0.0949 0.0606 0.0237 0.488 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.3 22.4 -0.457 2.2e-06 0 0 0 Tank initStep - 1 2.13e+03 -761 -5e+03 2.2e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 1e+04 -5.33e+03 -9.41e+03 2.2e-06 0 1.01e+04 1.56e+04 world Transportation - 3 1.5e+04 -8.22e+03 -1.22e+04 2.2e-06 0 6.42e+03 2.2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.3 22.4 -0.457 3.69e-06 0 0 0 Tank initStep - 1 396 1.16e+03 5e+03 3.69e-06 0 5.14e+03 5.14e+03 expHall Transportation - 2 396 1.16e+03 5e+03 3.69e-06 0 0 5.14e+03 Tank Transportation - 3 2.65e+03 5e+03 2.48e+03 3.69e-06 0 5.11e+03 1.03e+04 expHall Transportation - 4 1e+04 9.22e+03 -8.55e+03 3.69e-06 0 1.39e+04 2.42e+04 world Transportation - 5 1.43e+04 1.17e+04 -1.5e+04 3.69e-06 0 8.14e+03 3.23e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.3 22.4 -0.457 2.85e-06 0 0 0 Tank initStep - 1 -1.3e+03 1.2e+03 -2.04e+03 2.85e-06 2.85e-06 2.72e+03 2.72e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 47.3 22.4 -0.457 0.0949 0 0 0.488 Tank initStep - 16 47.3 22.4 -0.455 0.0934 0.00154 0.0104 0.498 Tank msc - 17 47.3 22.5 -0.45 0.0749 0.0185 0.0407 0.539 Tank eIoni - 18 47.3 22.5 -0.439 0.0623 0.0126 0.0323 0.571 Tank eIoni - 19 47.3 22.5 -0.448 0.0482 0.0141 0.0272 0.598 Tank eIoni - 20 47.3 22.5 -0.444 0.035 0.0133 0.022 0.62 Tank eIoni - 21 47.3 22.5 -0.435 0.021 0.014 0.017 0.637 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.3 22.5 -0.439 3.55e-06 0 0 0 Tank initStep - 1 -324 -132 5e+03 3.55e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 -809 -3.76e+03 1e+04 3.55e-06 0 6.2e+03 1.12e+04 world Transportation - 3 -1.29e+03 -7.4e+03 1.5e+04 3.55e-06 0 6.2e+03 1.74e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 47.3 22.5 -0.435 0.021 0 0 0.637 Tank initStep - 22 47.3 22.5 -0.435 0.0203 0.000657 0.00073 0.638 Tank msc - 23 47.3 22.5 -0.437 0 0.0203 0.00862 0.647 Tank eIoni - 24 47.3 22.5 -0.437 0 0 0 0.647 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.3 22.5 -0.435 3.43e-06 0 0 0 Tank initStep - 1 -5e+03 -3.31e+03 3.77e+03 3.43e-06 0 7.13e+03 7.13e+03 expHall Transportation - 2 -5e+03 -3.31e+03 3.77e+03 3.43e-06 0 0 7.13e+03 Tank Transportation - 3 -3.21e+03 -5e+03 4.8e+03 3.43e-06 0 2.67e+03 9.8e+03 expHall Transportation - 4 -3.21e+03 -5e+03 4.8e+03 3.43e-06 0 0 9.8e+03 Tank Transportation - 5 -3.2e+03 -4.6e+03 5e+03 3.43e-06 0 446 1.02e+04 expHall Transportation - 6 -3.2e+03 -4.6e+03 5e+03 3.43e-06 0 0 1.02e+04 Tank Transportation - 7 -4.53e+03 5e+03 3.61e+03 3.43e-06 0 9.8e+03 2e+04 expHall Transportation - 8 -6.73e+03 1e+04 2.87e+03 3.43e-06 0 5.51e+03 2.55e+04 world Transportation - 9 -8.93e+03 1.5e+04 2.14e+03 3.43e-06 0 5.51e+03 3.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.3 22.5 -0.436 2.18e-06 0 0 0 Tank initStep - 1 119 -4.65e+03 -5e+03 2.18e-06 0 6.84e+03 6.84e+03 expHall Transportation - 2 119 -4.65e+03 -5e+03 2.18e-06 0 0 6.84e+03 Tank Transportation - 3 22.6 -5e+03 -4.82e+03 2.18e-06 0 408 7.25e+03 expHall Transportation - 4 22.6 -5e+03 -4.82e+03 2.18e-06 0 0 7.25e+03 Tank Transportation - 5 -5e+03 -473 489 2.18e-06 0 8.59e+03 1.58e+04 expHall Transportation - 6 -5e+03 -473 489 2.18e-06 0 0 1.58e+04 Tank Transportation - 7 4.18e+03 2.71e+03 5e+03 2.18e-06 0 1.07e+04 2.66e+04 expHall Transportation - 8 4.18e+03 2.71e+03 5e+03 2.18e-06 0 0 2.66e+04 Tank Transportation - 9 4.23e+03 2.74e+03 4.98e+03 2.18e-06 2.18e-06 62.9 2.66e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 47.3 22.5 -0.436 3.4e-06 0 0 0 Tank initStep - 1 -5e+03 -605 -1.03e+03 3.4e-06 0 5.19e+03 5.19e+03 expHall Transportation - 2 -1e+04 -2.88e+03 -3.86e+03 3.4e-06 0 6.18e+03 1.14e+04 world Transportation - 3 -1.5e+04 -5.15e+03 -6.7e+03 3.4e-06 0 6.18e+03 1.76e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.43 0.0811 -0.358 0.511 0 0 0 Tank initStep - 1 -15.7 -8.31 -0.411 0.31 1.42e-05 19.1 19.1 Tank compt - 2 -9.5 -77.6 -14.3 0.19 1.42e-05 71 90 Tank compt - 3 35.8 -86.4 66.1 0.165 1.42e-05 92.7 183 Tank compt - 4 -7.47 -67.5 171 0.14 0.000537 115 298 Tank compt - 5 17.3 -126 244 0.0919 1.36e-05 97.3 395 Tank compt - 6 11 -124 221 0.079 1.42e-05 23.9 419 Tank compt - 7 53.5 -203 192 0.0648 1.36e-05 94.1 513 Tank compt - 8 28.3 -208 208 0.0536 1.42e-05 29.9 543 Tank compt - 9 108 -307 78.3 0.049 1.42e-05 181 724 Tank compt - 10 110 -307 78.8 0.0415 1.42e-05 2.76 727 Tank compt - 11 101 -312 72.1 0.0361 1.42e-05 12.5 740 Tank compt - 12 101 -294 79.3 0 0.000537 19.6 759 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 101 -294 79.3 0.0355 0 0 0 Tank initStep - 1 101 -294 79.3 0.0338 0.00177 0.00186 0.00186 Tank msc - 2 101 -294 79.3 0.0176 0.0162 0.0165 0.0183 Tank eIoni - 3 101 -294 79.3 0 0.0176 0.00671 0.025 Tank eIoni - 4 101 -294 79.3 0 0 0 0.025 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 105 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 101 -294 79.3 3.93e-06 0 0 0 Tank initStep - 1 93.4 -3.81e+03 677 3.93e-06 0 3.57e+03 3.57e+03 Tank OpRayleigh - 2 -1.4e+03 2e+03 5e+03 3.93e-06 0 7.4e+03 1.1e+04 expHall Transportation - 3 -1.4e+03 2e+03 5e+03 3.93e-06 0 0 1.1e+04 Tank Transportation - 4 -3.05e+03 5e+03 -4.96e+03 3.93e-06 0 1.05e+04 2.15e+04 expHall Transportation - 5 -3.05e+03 5e+03 -4.96e+03 3.93e-06 0 0 2.15e+04 Tank Transportation - 6 -3.06e+03 4.97e+03 -5e+03 3.93e-06 0 49.1 2.15e+04 expHall Transportation - 7 -3.06e+03 4.97e+03 -5e+03 3.93e-06 0 0 2.15e+04 Tank Transportation - 8 -4.24e+03 -2.05e+03 4.36e+03 3.93e-06 3.93e-06 1.18e+04 3.33e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 105 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 101 -294 79.3 3.48e-06 0 0 0 Tank initStep - 1 4.18e+03 -2.62e+03 5e+03 3.48e-06 0 6.8e+03 6.8e+03 expHall Transportation - 2 4.18e+03 -2.62e+03 5e+03 3.48e-06 0 0 6.8e+03 Tank Transportation - 3 5e+03 -3.04e+03 4.59e+03 3.48e-06 0 1.01e+03 7.81e+03 expHall Transportation - 4 8.81e+03 -1e+04 -1.25e+03 3.48e-06 0 9.85e+03 1.77e+04 world Transportation - 5 1.16e+04 -1.5e+04 -5.44e+03 3.48e-06 0 7.08e+03 2.47e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 101 -312 72.1 0.00538 0 0 0 Tank initStep - 1 101 -312 72.1 0.00521 0.000176 6.7e-05 6.7e-05 Tank msc - 2 101 -312 72.1 0 0.00521 0.00079 0.000857 Tank eIoni - 3 101 -312 72.1 0 0 0 0.000857 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 110 -307 78.8 0.00749 0 0 0 Tank initStep - 1 110 -307 78.8 0.0071 0.000383 0.000119 0.000119 Tank msc - 2 110 -307 78.8 0 0.0071 0.00136 0.00148 Tank eIoni - 3 110 -307 78.8 0 0 0 0.00148 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 108 -307 78.3 0.00461 0 0 0 Tank initStep - 1 108 -307 78.3 0.00439 0.000216 5.14e-05 5.14e-05 Tank msc - 2 108 -307 78.3 0 0.00439 0.000591 0.000643 Tank eIoni - 3 108 -307 78.3 0 0 0 0.000643 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 28.3 -208 208 0.0112 0 0 0 Tank initStep - 1 28.3 -208 208 0.011 0.000198 0.000242 0.000242 Tank msc - 2 28.3 -208 208 0 0.011 0.00293 0.00317 Tank eIoni - 3 28.3 -208 208 0 0 0 0.00317 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 101 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 28.3 -208 208 3.58e-06 0 0 0 Tank initStep - 1 4.82e+03 -1.06e+03 2.08e+03 3.58e-06 3.58e-06 5.22e+03 5.22e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 101 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 28.3 -208 208 3.25e-06 0 0 0 Tank initStep - 1 -2.37e+03 -5e+03 4.25e+03 3.25e-06 0 6.71e+03 6.71e+03 expHall Transportation - 2 -2.37e+03 -5e+03 4.25e+03 3.25e-06 0 0 6.71e+03 Tank Transportation - 3 -3.59e+03 -2.66e+03 5e+03 3.25e-06 0 2.74e+03 9.45e+03 expHall Transportation - 4 -3.59e+03 -2.66e+03 5e+03 3.25e-06 0 0 9.45e+03 Tank Transportation - 5 -5e+03 4.91e+03 -1.88e+03 3.25e-06 0 1.03e+04 1.98e+04 expHall Transportation - 6 -5e+03 4.91e+03 -1.88e+03 3.25e-06 0 0 1.98e+04 Tank Transportation - 7 -4.95e+03 5e+03 -1.96e+03 3.25e-06 0 132 1.99e+04 expHall Transportation - 8 -4.95e+03 5e+03 -1.96e+03 3.25e-06 0 0 1.99e+04 Tank Transportation - 9 -3.18e+03 52.4 -4.69e+03 3.25e-06 0 5.92e+03 2.58e+04 Tank OpRayleigh - 10 -3.09e+03 -22.3 -5e+03 3.25e-06 0 330 2.62e+04 expHall Transportation - 11 -1.86e+03 -622 -1e+04 3.25e-06 0 5.18e+03 3.13e+04 world Transportation - 12 -639 -1.22e+03 -1.5e+04 3.25e-06 0 5.18e+03 3.65e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 53.5 -203 192 0.0142 0 0 0 Tank initStep - 1 53.5 -203 192 0.0138 0.000333 0.000365 0.000365 Tank msc - 2 53.5 -203 192 0 0.0138 0.00438 0.00474 Tank eIoni - 3 53.5 -203 192 0 0 0 0.00474 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11 -124 221 0.0129 0 0 0 Tank initStep - 1 11 -124 221 0.0126 0.00028 0.000311 0.000311 Tank msc - 2 11 -124 221 0 0.0126 0.00374 0.00405 Tank eIoni - 3 11 -124 221 0 0 0 0.00405 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.3 -126 244 0.0477 0 0 0 Tank initStep - 1 17.3 -126 244 0.0464 0.00128 0.00312 0.00312 Tank msc - 2 17.3 -126 244 0.0333 0.0131 0.0213 0.0244 Tank eIoni - 3 17.3 -126 244 0.017 0.0163 0.0163 0.0407 Tank eIoni - 4 17.3 -126 244 0 0.017 0.00633 0.047 Tank eIoni - 5 17.3 -126 244 0 0 0 0.047 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.47 -67.5 171 0.025 0 0 0 Tank initStep - 1 -7.47 -67.5 171 0.0241 0.000925 0.001 0.001 Tank msc - 2 -7.47 -67.5 171 0.00853 0.0156 0.0115 0.0125 Tank eIoni - 3 -7.47 -67.5 171 0 0.00853 0.00188 0.0144 Tank eIoni - 4 -7.47 -67.5 171 0 0 0 0.0144 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.8 -86.4 66.1 0.0252 0 0 0 Tank initStep - 1 35.8 -86.4 66.1 0.0242 0.000958 0.00101 0.00101 Tank msc - 2 35.8 -86.4 66.1 0.00347 0.0208 0.0116 0.0126 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 96 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.8 -86.4 66.1 3.99e-06 0 0 0 Tank initStep - 1 3.49e+03 4.16e+03 5e+03 3.99e-06 0 7.37e+03 7.37e+03 expHall Transportation - 2 3.49e+03 4.16e+03 5e+03 3.99e-06 0 0 7.37e+03 Tank Transportation - 3 3.79e+03 5e+03 4.74e+03 3.99e-06 0 928 8.3e+03 expHall Transportation - 4 8.7e+03 1e+04 -2.26e+03 3.99e-06 0 9.9e+03 1.82e+04 world Transportation - 5 1.36e+04 1.5e+04 -9.25e+03 3.99e-06 0 9.9e+03 2.81e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 35.8 -86.4 66.1 0.00347 0 0 0.0126 Tank initStep - 3 35.8 -86.4 66.1 0.00335 0.000114 3.15e-05 0.0126 Tank msc - 4 35.8 -86.4 66.1 0 0.00335 0.000372 0.013 Tank eIoni - 5 35.8 -86.4 66.1 0 0 0 0.013 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.5 -77.6 -14.3 0.119 0 0 0 Tank initStep - 1 -9.5 -77.6 -14.3 0.115 0.00448 0.0153 0.0153 Tank msc - 2 -9.48 -77.7 -14.4 0.101 0.0139 0.0515 0.0668 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 95 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.49 -77.6 -14.4 3.71e-06 0 0 0 Tank initStep - 1 -854 1.65e+03 5e+03 3.71e-06 0 5.37e+03 5.37e+03 expHall Transportation - 2 -6.44e+03 1e+04 7.76e+03 3.71e-06 0 1.04e+04 1.58e+04 world Transportation - 3 -9.79e+03 1.5e+04 9.41e+03 3.71e-06 0 6.24e+03 2.2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -9.48 -77.7 -14.4 0.101 0 0 0.0668 Tank initStep - 3 -9.48 -77.7 -14.4 0.0989 0.00209 0.0116 0.0783 Tank msc - 4 -9.47 -77.7 -14.4 0.0795 0.0194 0.0433 0.122 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 95 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.48 -77.7 -14.4 3.18e-06 0 0 0 Tank initStep - 1 4.21e+03 4.13e+03 5e+03 3.18e-06 0 7.79e+03 7.79e+03 expHall Transportation - 2 4.21e+03 4.13e+03 5e+03 3.18e-06 0 0 7.79e+03 Tank Transportation - 3 5e+03 4.56e+03 4.49e+03 3.18e-06 0 1.03e+03 8.82e+03 expHall Transportation - 4 1e+04 7.95e+03 -1.02e+03 3.18e-06 0 8.17e+03 1.7e+04 world Transportation - 5 1.5e+04 1.13e+04 -6.53e+03 3.18e-06 0 8.17e+03 2.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -9.47 -77.7 -14.4 0.0795 0 0 0.122 Tank initStep - 5 -9.47 -77.7 -14.4 0.0769 0.00255 0.00765 0.129 Tank msc - 6 -9.48 -77.6 -14.5 0.0526 0.0243 0.0332 0.162 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 95 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.47 -77.7 -14.4 3.51e-06 0 0 0 Tank initStep - 1 651 514 725 3.51e-06 3.51e-06 1.15e+03 1.15e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -9.48 -77.6 -14.5 0.0526 0 0 0.162 Tank initStep - 7 -9.48 -77.6 -14.5 0.0509 0.00167 0.00371 0.166 Tank msc - 8 -9.48 -77.6 -14.5 0.0327 0.0182 0.0229 0.189 Tank eIoni - 9 -9.48 -77.6 -14.5 0.0179 0.0148 0.016 0.205 Tank eIoni - 10 -9.48 -77.6 -14.5 0 0.0179 0.00691 0.212 Tank eIoni - 11 -9.48 -77.6 -14.5 0 0 0 0.212 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 95 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.48 -77.6 -14.5 3.15e-06 0 0 0 Tank initStep - 1 5e+03 1.05e+03 537 3.15e-06 0 5.16e+03 5.16e+03 expHall Transportation - 2 1e+04 4.77e+03 1.33e+03 3.15e-06 0 6.28e+03 1.14e+04 world Transportation - 3 1.5e+04 8.49e+03 2.12e+03 3.15e-06 0 6.28e+03 1.77e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.7 -8.31 -0.411 0.201 0 0 0 Tank initStep - 1 -15.7 -8.3 -0.402 0.195 0.00586 0.036 0.036 Tank msc - 2 -15.8 -8.27 -0.38 0.171 0.024 0.102 0.138 Tank eIoni - 3 -15.9 -8.26 -0.418 0.149 0.0226 0.0853 0.223 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.8 -8.26 -0.399 2.51e-06 0 0 0 Tank initStep - 1 -5e+03 1.14e+03 3.52e+03 2.51e-06 0 6.21e+03 6.21e+03 expHall Transportation - 2 -5e+03 1.14e+03 3.52e+03 2.51e-06 0 0 6.21e+03 Tank Transportation - 3 -3.94e+03 1.56e+03 5e+03 2.51e-06 0 1.87e+03 8.08e+03 expHall Transportation - 4 -3.94e+03 1.56e+03 5e+03 2.51e-06 0 0 8.08e+03 Tank Transportation - 5 -2.75e+03 2.54e+03 3.24e+03 2.51e-06 2.51e-06 2.34e+03 1.04e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -15.9 -8.26 -0.418 0.149 0 0 0.223 Tank initStep - 4 -15.9 -8.25 -0.429 0.142 0.00628 0.0221 0.245 Tank msc - 5 -15.9 -8.23 -0.455 0.111 0.0319 0.0671 0.312 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.9 -8.24 -0.445 3.44e-06 0 0 0 Tank initStep - 1 -4.13e+03 1.83e+03 -2.29e+03 3.44e-06 3.44e-06 5.06e+03 5.06e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -15.9 -8.23 -0.455 0.111 0 0 0.312 Tank initStep - 6 -15.9 -8.22 -0.46 0.107 0.00323 0.0135 0.326 Tank msc - 7 -16 -8.21 -0.478 0.0929 0.0144 0.0475 0.373 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16 -8.22 -0.467 2.63e-06 0 0 0 Tank initStep - 1 -1.37e+03 -2.39e+03 5e+03 2.63e-06 0 5.7e+03 5.7e+03 expHall Transportation - 2 -2.64e+03 -6.6e+03 1e+04 2.63e-06 0 6.66e+03 1.24e+04 world Transportation - 3 -3.9e+03 -1.08e+04 1.5e+04 2.63e-06 0 6.66e+03 1.9e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -16 -8.21 -0.478 0.0929 0 0 0.373 Tank initStep - 8 -16 -8.21 -0.477 0.0864 0.00654 0.01 0.383 Tank msc - 9 -16 -8.23 -0.465 0.066 0.0203 0.0374 0.42 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16 -8.23 -0.469 2.31e-06 0 0 0 Tank initStep - 1 3.62e+03 204 -5e+03 2.31e-06 0 6.19e+03 6.19e+03 expHall Transportation - 2 3.62e+03 204 -5e+03 2.31e-06 0 0 6.19e+03 Tank Transportation - 3 5e+03 -228 -3.94e+03 2.31e-06 0 1.79e+03 7.98e+03 expHall Transportation - 4 1e+04 -3.68e+03 2.26e+03 2.31e-06 0 8.68e+03 1.67e+04 world Transportation - 5 1.5e+04 -7.13e+03 8.47e+03 2.31e-06 0 8.68e+03 2.53e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -16 -8.23 -0.465 0.066 0 0 0.42 Tank initStep - 10 -16 -8.23 -0.47 0.0638 0.00223 0.00553 0.426 Tank msc - 11 -16 -8.23 -0.491 0.0491 0.0146 0.0278 0.454 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16 -8.23 -0.487 3.55e-06 0 0 0 Tank initStep - 1 -1.52e+03 5e+03 -27.6 3.55e-06 0 5.23e+03 5.23e+03 expHall Transportation - 2 -3.18e+03 1e+04 -194 3.55e-06 0 5.27e+03 1.05e+04 world Transportation - 3 -4.83e+03 1.5e+04 -360 3.55e-06 0 5.27e+03 1.58e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -16 -8.23 -0.491 0.0491 0 0 0.454 Tank initStep - 12 -16 -8.23 -0.491 0.046 0.00312 0.0033 0.457 Tank msc - 13 -16 -8.24 -0.488 0.0324 0.0137 0.0212 0.478 Tank eIoni - 14 -16 -8.25 -0.479 0.0201 0.0122 0.0159 0.494 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16 -8.24 -0.483 2.11e-06 0 0 0 Tank initStep - 1 158 -354 128 2.11e-06 2.11e-06 408 408 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16 -8.24 -0.484 2.37e-06 0 0 0 Tank initStep - 1 -236 1.52e+03 -5e+03 2.37e-06 0 5.23e+03 5.23e+03 expHall Transportation - 2 -691 5.19e+03 -1e+04 2.37e-06 0 6.22e+03 1.14e+04 world Transportation - 3 -1.14e+03 8.85e+03 -1.5e+04 2.37e-06 0 6.22e+03 1.77e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 -16 -8.25 -0.479 0.0201 0 0 0.494 Tank initStep - 15 -16 -8.25 -0.478 0.0174 0.00275 0.00068 0.495 Tank msc - 16 -16 -8.25 -0.476 0 0.0174 0.00657 0.501 Tank eIoni - 17 -16 -8.25 -0.476 0 0 0 0.501 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 94 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16 -8.25 -0.478 3.68e-06 0 0 0 Tank initStep - 1 -2.24e+03 2.35e+03 5e+03 3.68e-06 0 5.96e+03 5.96e+03 expHall Transportation - 2 -2.24e+03 2.35e+03 5e+03 3.68e-06 0 0 5.96e+03 Tank Transportation - 3 -5e+03 4.27e+03 901 3.68e-06 0 5.31e+03 1.13e+04 expHall Transportation - 4 -5e+03 4.27e+03 901 3.68e-06 0 0 1.13e+04 Tank Transportation - 5 -698 5e+03 -3.75e+03 3.68e-06 0 6.37e+03 1.76e+04 expHall Transportation - 6 -698 5e+03 -3.75e+03 3.68e-06 0 0 1.76e+04 Tank Transportation - 7 1.44e+03 -2.04e+03 -4.68e+03 3.68e-06 3.68e-06 7.42e+03 2.51e+04 Tank OpAbsorption + 0 0.99 -0.799 -0.223 3.78e-06 0 0 0 Tank initStep + 1 -33.9 -379 -5e+03 3.78e-06 0 5.01e+03 5.01e+03 expHall Transportation + 2 -561 -1.73e+03 -1e+04 3.78e-06 0 5.21e+03 1.02e+04 world Transportation + 3 -1.09e+03 -3.07e+03 -1.5e+04 3.78e-06 0 5.21e+03 1.54e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 @@ -13558,263 +3091,10775 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.139 0.00083 0.00112 0.473 0.0272 0.139 0.139 Tank msc + 1 0.139 0.0106 0.000478 0.478 0.022 0.139 0.139 Tank msc + 2 0.26 0.0214 -0.0148 0.452 0.0257 0.128 0.267 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.24 0.0196 -0.0123 3.55e-06 0 0 0 Tank initStep + 1 -693 872 5e+03 3.55e-06 0 5.12e+03 5.12e+03 expHall Transportation + 2 -1.6e+03 1.24e+03 1e+04 3.55e-06 0 5.1e+03 1.02e+04 world Transportation + 3 -2.52e+03 1.6e+03 1.5e+04 3.55e-06 0 5.1e+03 1.53e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0965 0.000577 0.000782 2.54e-06 0 0 0 Tank initStep - 1 337 -5e+03 1.39e+03 2.54e-06 0 5.2e+03 5.2e+03 expHall Transportation - 2 337 -5e+03 1.39e+03 2.54e-06 0 0 5.2e+03 Tank Transportation - 3 3.85e+03 4.58e+03 5e+03 2.54e-06 0 1.08e+04 1.6e+04 expHall Transportation - 4 3.85e+03 4.58e+03 5e+03 2.54e-06 0 0 1.6e+04 Tank Transportation - 5 3.91e+03 5e+03 4.78e+03 2.54e-06 0 480 1.65e+04 expHall Transportation - 6 3.91e+03 5e+03 4.78e+03 2.54e-06 0 0 1.65e+04 Tank Transportation - 7 3.77e+03 4.97e+03 5e+03 2.54e-06 0 264 1.68e+04 expHall Transportation - 8 3.77e+03 4.97e+03 5e+03 2.54e-06 0 0 1.68e+04 Tank Transportation - 9 3.75e+03 5e+03 4.95e+03 2.54e-06 0 64.2 1.68e+04 expHall Transportation - 10 3.75e+03 5e+03 4.95e+03 2.54e-06 0 0 1.68e+04 Tank Transportation - 11 -461 -3.04e+03 -5e+03 2.54e-06 0 1.35e+04 3.03e+04 expHall Transportation - 12 -1.3e+03 -1e+04 -9.6e+03 2.54e-06 0 8.39e+03 3.87e+04 world Transportation - 13 -1.9e+03 -1.5e+04 -1.29e+04 2.54e-06 0 6.02e+03 4.47e+04 OutOfWorld Transportation + 0 0.18 0.0143 -0.00476 2.35e-06 0 0 0 Tank initStep + 1 -4.03e+03 -3.12e+03 -2.11e+03 2.35e-06 2.35e-06 5.52e+03 5.52e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0122 7.29e-05 9.87e-05 3.41e-06 0 0 0 Tank initStep - 1 5e+03 -2.7e+03 1.24e+03 3.41e-06 0 5.82e+03 5.82e+03 expHall Transportation - 2 1e+04 -7.52e+03 2.62e+03 3.41e-06 0 7.08e+03 1.29e+04 world Transportation - 3 1.5e+04 -1.23e+04 3.99e+03 3.41e-06 0 7.08e+03 2e+04 OutOfWorld Transportation + 0 0.147 0.0113 -0.000579 4.12e-06 0 0 0 Tank initStep + 1 1.02e+03 -2.73e+03 -690 4.12e-06 4.12e-06 2.99e+03 2.99e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.139 0.00083 0.00112 0.473 0 0 0.139 Tank initStep - 2 0.222 0.0198 -0.0225 0.439 0.0185 0.0894 0.229 Tank eBrem - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.195 0.0138 -0.015 3.96e-06 0 0 0 Tank initStep - 1 1.19e+03 -176 122 3.96e-06 3.96e-06 1.2e+03 1.2e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.165 0.00682 -0.00632 3.16e-06 0 0 0 Tank initStep - 1 4.86e+03 3.82e+03 -4.23e+03 3.16e-06 3.16e-06 7.49e+03 7.49e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.195 0.0136 -0.0148 3.37e-06 0 0 0 Tank initStep - 1 5e+03 220 1.11e+03 3.37e-06 0 5.13e+03 5.13e+03 expHall Transportation - 2 1e+04 85.4 2.63e+03 3.37e-06 0 5.23e+03 1.04e+04 world Transportation - 3 1.5e+04 -49 4.15e+03 3.37e-06 0 5.23e+03 1.56e+04 OutOfWorld Transportation + 2 0.26 0.0214 -0.0148 0.452 0 0 0.267 Tank initStep + 3 0.374 0.025 -0.00862 0.437 0.0157 0.114 0.381 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.201 0.0151 -0.0166 2.77e-06 0 0 0 Tank initStep - 1 4.95e+03 942 -5e+03 2.77e-06 0 7.1e+03 7.1e+03 expHall Transportation - 2 4.95e+03 942 -5e+03 2.77e-06 0 0 7.1e+03 Tank Transportation - 3 5e+03 934 -4.95e+03 2.77e-06 0 70.5 7.17e+03 expHall Transportation - 4 5e+03 934 -4.95e+03 2.77e-06 0 0 7.17e+03 Tank Transportation - 5 -3.16e+03 -5e+03 -1.02e+03 2.77e-06 0 1.08e+04 1.8e+04 expHall Transportation - 6 -3.16e+03 -5e+03 -1.02e+03 2.77e-06 0 0 1.8e+04 Tank Transportation - 7 -5e+03 -2.9e+03 -118 2.77e-06 0 2.93e+03 2.09e+04 expHall Transportation - 8 -5e+03 -2.9e+03 -118 2.77e-06 0 0 2.09e+04 Tank Transportation - 9 3.65e+03 5e+03 2.69e+03 2.77e-06 0 1.2e+04 3.3e+04 expHall Transportation - 10 1e+04 8.51e+03 6.82e+03 2.77e-06 0 8.35e+03 4.13e+04 world Transportation - 11 1.5e+04 1.13e+04 1.01e+04 2.77e-06 0 6.57e+03 4.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.222 0.0198 -0.0225 0.0154 0 0 0 Tank initStep - 1 -0.781 -1.44 0.468 0 0.000537 1.83 1.83 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.781 -1.44 0.468 0.0149 0 0 0 Tank initStep - 1 -0.781 -1.44 0.468 0.0146 0.000334 0.0004 0.0004 Tank msc - 2 -0.782 -1.43 0.47 0 0.0146 0.0048 0.0052 Tank eIoni - 3 -0.782 -1.43 0.47 0 0 0 0.0052 Tank NoProcess + 0 0.29 0.0223 -0.0132 3.92e-06 0 0 0 Tank initStep + 1 5e+03 -936 2.96e+03 3.92e-06 0 5.88e+03 5.88e+03 expHall Transportation + 2 5e+03 -936 2.96e+03 3.92e-06 0 0 5.88e+03 Tank Transportation + 3 3.28e+03 -1.32e+03 5e+03 3.92e-06 0 2.7e+03 8.58e+03 expHall Transportation + 4 -3.71e+03 -2.03e+03 1e+04 3.92e-06 0 8.62e+03 1.72e+04 world Transportation + 5 -1.07e+04 -2.75e+03 1.5e+04 3.92e-06 0 8.62e+03 2.58e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.222 0.0198 -0.0225 0.439 0 0 0.229 Tank initStep - 3 0.312 0.0536 -0.07 0.426 0.0131 0.107 0.336 Tank Cerenkov + 3 0.374 0.025 -0.00862 0.437 0 0 0.381 Tank initStep + 4 0.478 0.0311 0.00851 0.417 0.0194 0.106 0.487 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.252 0.031 -0.0382 2.64e-06 0 0 0 Tank initStep - 1 5e+03 -856 -4.09e+03 2.64e-06 0 6.52e+03 6.52e+03 expHall Transportation - 2 5e+03 -856 -4.09e+03 2.64e-06 0 0 6.52e+03 Tank Transportation - 3 3.58e+03 -990 -4.89e+03 2.64e-06 2.64e-06 1.63e+03 8.15e+03 Tank OpAbsorption + 0 0.432 0.0284 0.000844 2.35e-06 0 0 0 Tank initStep + 1 1.84e+03 426 125 2.35e-06 2.35e-06 1.89e+03 1.89e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.233 0.0241 -0.0285 2.6e-06 0 0 0 Tank initStep - 1 5e+03 1.06e+03 51.9 2.6e-06 0 5.11e+03 5.11e+03 expHall Transportation - 2 1e+04 2.06e+03 -396 2.6e-06 0 5.12e+03 1.02e+04 world Transportation - 3 1.5e+04 3.06e+03 -843 2.6e-06 0 5.12e+03 1.53e+04 OutOfWorld Transportation + 0 0.467 0.0304 0.00663 3.03e-06 0 0 0 Tank initStep + 1 1.39e+03 867 257 3.03e-06 3.03e-06 1.66e+03 1.66e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.413 0.0273 -0.00214 2.64e-06 0 0 0 Tank initStep + 1 5e+03 1.32e+03 -1.52e+03 2.64e-06 0 5.39e+03 5.39e+03 expHall Transportation + 2 5e+03 1.32e+03 -1.52e+03 2.64e-06 0 0 5.39e+03 Tank Transportation + 3 3.91e+03 1.04e+03 -5e+03 2.64e-06 0 3.66e+03 9.05e+03 expHall Transportation + 4 1.16e+03 -597 -1e+04 2.64e-06 0 5.94e+03 1.5e+04 world Transportation + 5 -1.59e+03 -2.24e+03 -1.5e+04 2.64e-06 0 5.94e+03 2.09e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.312 0.0536 -0.07 0.426 0 0 0.336 Tank initStep - 4 0.386 0.107 -0.11 0.406 0.0201 0.101 0.437 Tank Cerenkov + 4 0.478 0.0311 0.00851 0.417 0 0 0.487 Tank initStep + 5 0.57 0.0358 0.0371 0.403 0.0139 0.097 0.584 Tank Cerenkov + 6 0.655 0.0287 0.0585 0.389 0.0146 0.0907 0.675 Tank Cerenkov + 7 0.731 0.0241 0.0863 0.374 0.0145 0.0842 0.759 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.346 0.0783 -0.0883 3.64e-06 0 0 0 Tank initStep - 1 2.32e+03 5e+03 -1.76e+03 3.64e-06 0 5.79e+03 5.79e+03 expHall Transportation - 2 2.32e+03 5e+03 -1.76e+03 3.64e-06 0 0 5.79e+03 Tank Transportation - 3 5e+03 2.01e+03 -2.49e+03 3.64e-06 0 4.08e+03 9.86e+03 expHall Transportation - 4 5e+03 2.01e+03 -2.49e+03 3.64e-06 0 0 9.86e+03 Tank Transportation - 5 3.35e+03 -2.83e+03 -5e+03 3.64e-06 0 5.7e+03 1.56e+04 expHall Transportation - 6 3.35e+03 -2.83e+03 -5e+03 3.64e-06 0 0 1.56e+04 Tank Transportation - 7 1.92e+03 -5e+03 -3.47e+03 3.64e-06 0 3.02e+03 1.86e+04 expHall Transportation - 8 1.92e+03 -5e+03 -3.47e+03 3.64e-06 0 0 1.86e+04 Tank Transportation - 9 742 -1.98e+03 511 3.64e-06 3.64e-06 5.13e+03 2.37e+04 Tank OpAbsorption + 0 0.694 0.0263 0.073 3.37e-06 0 0 0 Tank initStep + 1 1.9e+03 511 44.1 3.37e-06 3.37e-06 1.97e+03 1.97e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.386 0.107 -0.11 0.406 0 0 0.437 Tank initStep - 5 0.454 0.161 -0.137 0.395 0.0107 0.0917 0.529 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.426 0.139 -0.126 2.37e-06 0 0 0 Tank initStep - 1 5e+03 975 -2.17e+03 2.37e-06 0 5.53e+03 5.53e+03 expHall Transportation - 2 9.69e+03 4.53e+03 -1e+04 2.37e-06 0 9.8e+03 1.53e+04 world Transportation - 3 1.27e+04 6.8e+03 -1.5e+04 2.37e-06 0 6.25e+03 2.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.454 0.161 -0.137 0.395 0 0 0.529 Tank initStep - 6 0.522 0.213 -0.137 0.381 0.0142 0.0869 0.616 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.501 0.197 -0.137 3.58e-06 0 0 0 Tank initStep - 1 112 -144 -215 3.58e-06 3.58e-06 282 282 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.465 0.169 -0.137 3.6e-06 0 0 0 Tank initStep - 1 -4.13e+03 720 5e+03 3.6e-06 0 6.53e+03 6.53e+03 expHall Transportation - 2 -4.13e+03 720 5e+03 3.6e-06 0 0 6.53e+03 Tank Transportation - 3 -5e+03 864 4.42e+03 3.6e-06 0 1.05e+03 7.58e+03 expHall Transportation - 4 -5e+03 864 4.42e+03 3.6e-06 0 0 7.58e+03 Tank Transportation - 5 -4.49e+03 -1.17e+03 -1.79e+03 3.6e-06 0 6.55e+03 1.41e+04 Tank OpRayleigh - 6 -4.89e+03 -5e+03 -839 3.6e-06 0 3.97e+03 1.81e+04 expHall Transportation - 7 -5.77e+03 -1e+04 623 3.6e-06 0 5.28e+03 2.34e+04 world Transportation - 8 -6.65e+03 -1.5e+04 2.08e+03 3.6e-06 0 5.28e+03 2.87e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.522 0.213 -0.137 3.46e-06 0 0 0 Tank initStep - 1 3.38e+03 -1.36e+03 1.55e+03 3.46e-06 0 3.96e+03 3.96e+03 Tank OpRayleigh - 2 286 -5e+03 74.9 3.46e-06 0 5e+03 8.96e+03 expHall Transportation - 3 286 -5e+03 74.9 3.46e-06 0 0 8.96e+03 Tank Transportation - 4 -2.44e+03 -2.74e+03 151 3.46e-06 3.46e-06 3.54e+03 1.25e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.468 0.172 -0.137 2.08e-06 0 0 0 Tank initStep - 1 768 822 480 2.08e-06 2.08e-06 1.22e+03 1.22e+03 Tank OpAbsorption + 7 0.731 0.0241 0.0863 0.374 0 0 0.759 Tank initStep + 8 0.808 0.0242 0.0884 0.362 0.0125 0.078 0.837 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.478 0.18 -0.137 2.41e-06 0 0 0 Tank initStep - 1 5e+03 2.72e+03 2.51e+03 2.41e-06 0 6.22e+03 6.22e+03 expHall Transportation - 2 5e+03 2.72e+03 2.51e+03 2.41e-06 0 0 6.22e+03 Tank Transportation - 3 1.99e+03 5e+03 3.23e+03 2.41e-06 0 3.85e+03 1.01e+04 expHall Transportation - 4 1.99e+03 5e+03 3.23e+03 2.41e-06 0 0 1.01e+04 Tank Transportation - 5 -5e+03 1.87e+03 4.67e+03 2.41e-06 0 7.79e+03 1.79e+04 expHall Transportation - 6 -1e+04 -2.08e+03 7.28e+03 2.41e-06 0 6.89e+03 2.47e+04 world Transportation - 7 -1.5e+04 -6.02e+03 9.9e+03 2.41e-06 0 6.89e+03 3.16e+04 OutOfWorld Transportation + 0 0.807 0.0242 0.0884 2.44e-06 0 0 0 Tank initStep + 1 -2.84e+03 -5e+03 -629 2.44e-06 0 5.78e+03 5.78e+03 expHall Transportation + 2 -2.84e+03 -5e+03 -629 2.44e-06 0 0 5.78e+03 Tank Transportation + 3 -5e+03 -3.1e+03 205 2.44e-06 0 3e+03 8.78e+03 expHall Transportation + 4 -5e+03 -3.1e+03 205 2.44e-06 0 0 8.78e+03 Tank Transportation + 5 2.52e+03 5e+03 1.29e+03 2.44e-06 0 1.11e+04 1.99e+04 expHall Transportation + 6 2.52e+03 5e+03 1.29e+03 2.44e-06 0 0 1.99e+04 Tank Transportation + 7 5e+03 3.85e+03 1.06e+03 2.44e-06 0 2.74e+03 2.26e+04 expHall Transportation + 8 1e+04 -9.21e+03 -1.61e+03 2.44e-06 0 1.42e+04 3.69e+04 world Transportation + 9 1.22e+04 -1.5e+04 -2.79e+03 2.44e-06 0 6.31e+03 4.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.763 0.0242 0.0871 3.28e-06 0 0 0 Tank initStep + 1 -2.43e+03 5e+03 2.21e+03 3.28e-06 0 5.98e+03 5.98e+03 expHall Transportation + 2 -2.43e+03 5e+03 2.21e+03 3.28e-06 0 0 5.98e+03 Tank Transportation + 3 -3.73e+03 3.89e+03 3.27e+03 3.28e-06 3.28e-06 2.01e+03 7.99e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.733 0.0241 0.0863 3.93e-06 0 0 0 Tank initStep + 1 -4.62e+03 350 -3.63e+03 3.93e-06 0 5.88e+03 5.88e+03 Tank OpRayleigh + 2 -1.8e+03 3.3e+03 -4.33e+03 3.93e-06 3.93e-06 4.14e+03 1e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.798 0.0242 0.0881 3.89e-06 0 0 0 Tank initStep + 1 5e+03 -375 -2.17e+03 3.89e-06 0 5.46e+03 5.46e+03 expHall Transportation + 2 1e+04 -1.46e+03 -5.52e+03 3.89e-06 0 6.12e+03 1.16e+04 world Transportation + 3 1.5e+04 -2.54e+03 -8.88e+03 3.89e-06 0 6.12e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.751 0.0241 0.0868 2.43e-06 0 0 0 Tank initStep + 1 5e+03 1.48e+03 1.88e+03 2.43e-06 0 5.54e+03 5.54e+03 expHall Transportation + 2 1e+04 2.89e+03 5.07e+03 2.43e-06 0 6.1e+03 1.16e+04 world Transportation + 3 1.5e+04 4.3e+03 8.27e+03 2.43e-06 0 6.1e+03 1.77e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.522 0.213 -0.137 0.381 0 0 0.616 Tank initStep - 7 0.587 0.26 -0.126 0.349 0.0319 0.0807 0.697 Tank Cerenkov + 8 0.808 0.0242 0.0884 0.362 0 0 0.837 Tank initStep + 9 0.88 0.0203 0.1 0.346 0.016 0.0729 0.91 Tank Cerenkov + 10 0.943 0.0228 0.113 0.325 0.0211 0.0666 0.977 Tank Cerenkov + 11 0.985 0.0396 0.148 0.307 0.0174 0.0588 1.04 Tank Cerenkov + 12 1.02 0.0498 0.181 0.299 0.00814 0.0527 1.09 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.985 0.0396 0.148 4.01e-06 0 0 0 Tank initStep + 1 -381 824 958 4.01e-06 4.01e-06 1.32e+03 1.32e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 1.02 0.0498 0.181 0.299 0 0 1.09 Tank initStep + 13 1.06 0.0404 0.209 0.287 0.0126 0.05 1.14 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.02 0.0498 0.181 3.34e-06 0 0 0 Tank initStep + 1 -448 446 -1.06e+03 3.34e-06 0 1.23e+03 1.23e+03 Tank OpRayleigh + 2 -907 568 -737 3.34e-06 3.34e-06 573 1.81e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 1.06 0.0404 0.209 0.287 0 0 1.14 Tank initStep + 14 1.1 0.0329 0.234 0.279 0.00793 0.0459 1.18 Tank Cerenkov + 15 1.14 0.0296 0.254 0.265 0.0133 0.0435 1.23 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.13 0.0298 0.253 3.45e-06 0 0 0 Tank initStep + 1 5e+03 305 69 3.45e-06 0 5.01e+03 5.01e+03 expHall Transportation + 2 5e+03 305 69 3.45e-06 0 0 5.01e+03 Tank Transportation + 3 3.52e+03 623 489 3.45e-06 3.45e-06 1.57e+03 6.58e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 1.14 0.0296 0.254 0.265 0 0 1.23 Tank initStep + 16 1.15 -0.000265 0.272 0.26 0.00584 0.0395 1.27 Tank Cerenkov + 17 1.16 -0.032 0.288 0.253 0.00652 0.0378 1.31 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.15 -0.00121 0.273 2.46e-06 0 0 0 Tank initStep + 1 4.85e+03 -204 -5e+03 2.46e-06 0 6.97e+03 6.97e+03 expHall Transportation + 2 4.85e+03 -204 -5e+03 2.46e-06 0 0 6.97e+03 Tank Transportation + 3 5e+03 -285 -4.84e+03 2.46e-06 0 231 7.2e+03 expHall Transportation + 4 5e+03 -285 -4.84e+03 2.46e-06 0 0 7.2e+03 Tank Transportation + 5 3.34e+03 -925 2.94e+03 2.46e-06 2.46e-06 7.99e+03 1.52e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 1.16 -0.032 0.288 0.253 0 0 1.31 Tank initStep + 18 1.18 -0.0632 0.301 0.237 0.0159 0.036 1.34 Tank Cerenkov + 19 1.22 -0.161 0.34 0.211 0.0261 0.129 1.47 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.19 -0.101 0.316 2.44e-06 0 0 0 Tank initStep + 1 392 5e+03 -3.6e+03 2.44e-06 0 6.17e+03 6.17e+03 expHall Transportation + 2 1.42e+03 8.81e+03 -1e+04 2.44e-06 0 7.52e+03 1.37e+04 world Transportation + 3 2.22e+03 1.18e+04 -1.5e+04 2.44e-06 0 5.88e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 1.22 -0.161 0.34 0.211 0 0 1.47 Tank initStep + 20 1.21 -0.175 0.373 0.182 0.0291 0.0375 1.51 Tank msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.546 0.231 -0.133 4.07e-06 0 0 0 Tank initStep - 1 -3.25e+03 -1.75e+03 5e+03 4.07e-06 0 6.22e+03 6.22e+03 expHall Transportation - 2 -1e+04 -4.96e+03 8.53e+03 4.07e-06 0 8.27e+03 1.45e+04 world Transportation - 3 -1.5e+04 -7.34e+03 1.12e+04 4.07e-06 0 6.13e+03 2.06e+04 OutOfWorld Transportation + 0 1.21 -0.174 0.372 3.65e-06 0 0 0 Tank initStep + 1 -5e+03 -441 3.64e+03 3.65e-06 0 6.2e+03 6.2e+03 expHall Transportation + 2 -5e+03 -441 3.64e+03 3.65e-06 0 0 6.2e+03 Tank Transportation + 3 -917 -4.47e+03 4.68e+03 3.65e-06 3.65e-06 5.83e+03 1.2e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 1.21 -0.175 0.373 0.182 0 0 1.51 Tank initStep + 21 1.21 -0.186 0.401 0.176 0.00634 0.0294 1.54 Tank msc + 22 1.21 -0.223 0.465 0.15 0.0254 0.0852 1.62 Tank eIoni + 23 1.19 -0.25 0.516 0.125 0.0251 0.0693 1.69 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.21 -0.225 0.469 3.76e-06 0 0 0 Tank initStep + 1 3.83e+03 -354 -5e+03 3.76e-06 0 6.31e+03 6.31e+03 expHall Transportation + 2 3.83e+03 -354 -5e+03 3.76e-06 0 0 6.31e+03 Tank Transportation + 3 5e+03 -472 -3.53e+03 3.76e-06 0 1.88e+03 8.19e+03 expHall Transportation + 4 5e+03 -472 -3.53e+03 3.76e-06 0 0 8.19e+03 Tank Transportation + 5 -2.54e+03 -424 5e+03 3.76e-06 0 1.14e+04 1.96e+04 expHall Transportation + 6 -2.54e+03 -424 5e+03 3.76e-06 0 0 1.96e+04 Tank Transportation + 7 -5e+03 -1.27e+03 1.76e+03 3.76e-06 0 4.15e+03 2.37e+04 expHall Transportation + 8 -5e+03 -1.27e+03 1.76e+03 3.76e-06 0 0 2.37e+04 Tank Transportation + 9 -2.31e+03 -1.53e+03 -5e+03 3.76e-06 0 7.28e+03 3.1e+04 expHall Transportation + 10 4.51e+03 -2.33e+03 -1e+04 3.76e-06 0 8.49e+03 3.95e+04 world Transportation + 11 1.13e+04 -3.13e+03 -1.5e+04 3.76e-06 0 8.49e+03 4.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 1.19 -0.25 0.516 0.125 0 0 1.69 Tank initStep + 24 1.19 -0.264 0.512 0.121 0.00391 0.0157 1.71 Tank msc + 25 1.17 -0.299 0.491 0.0664 0.0548 0.0529 1.76 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.18 -0.284 0.5 3.61e-06 0 0 0 Tank initStep + 1 2.48e+03 5e+03 2.11e+03 3.61e-06 0 5.97e+03 5.97e+03 expHall Transportation + 2 2.48e+03 5e+03 2.11e+03 3.61e-06 0 0 5.97e+03 Tank Transportation + 3 5e+03 1.33e+03 3.63e+03 3.61e-06 0 4.7e+03 1.07e+04 expHall Transportation + 4 5e+03 1.33e+03 3.63e+03 3.61e-06 0 0 1.07e+04 Tank Transportation + 5 4.22e+03 -796 5e+03 3.61e-06 0 2.65e+03 1.33e+04 expHall Transportation + 6 4.22e+03 -796 5e+03 3.61e-06 0 0 1.33e+04 Tank Transportation + 7 3.63e+03 -2.32e+03 4.5e+03 3.61e-06 3.61e-06 1.71e+03 1.5e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.18 -0.271 0.508 3.08e-06 0 0 0 Tank initStep + 1 -3.07e+03 5e+03 3.8e+03 3.08e-06 0 6.99e+03 6.99e+03 expHall Transportation + 2 -3.07e+03 5e+03 3.8e+03 3.08e-06 0 0 6.99e+03 Tank Transportation + 3 -4.69e+03 4.44e+03 5e+03 3.08e-06 0 2.09e+03 9.08e+03 expHall Transportation + 4 -4.69e+03 4.44e+03 5e+03 3.08e-06 0 0 9.08e+03 Tank Transportation + 5 -5e+03 4.61e+03 4.28e+03 3.08e-06 0 803 9.89e+03 expHall Transportation + 6 -5e+03 4.61e+03 4.28e+03 3.08e-06 0 0 9.89e+03 Tank Transportation + 7 -200 1.51e+03 -5e+03 3.08e-06 0 1.09e+04 2.08e+04 expHall Transportation + 8 -200 1.51e+03 -5e+03 3.08e-06 0 0 2.08e+04 Tank Transportation + 9 3.97e+03 -2.04e+03 5e+03 3.08e-06 0 1.14e+04 3.22e+04 expHall Transportation + 10 8.07e+03 -3.92e+03 1e+04 3.08e-06 0 6.74e+03 3.89e+04 world Transportation + 11 1.22e+04 -5.8e+03 1.5e+04 3.08e-06 0 6.74e+03 4.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 1.17 -0.299 0.491 0.0664 0 0 1.76 Tank initStep + 26 1.17 -0.303 0.493 0.0645 0.00187 0.00526 1.77 Tank msc + 27 1.15 -0.318 0.496 0.0493 0.0153 0.0272 1.79 Tank eIoni + 28 1.15 -0.32 0.48 0.0344 0.0149 0.0217 1.81 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.15 -0.32 0.483 3.27e-06 0 0 0 Tank initStep + 1 -5e+03 -458 -1.81e+03 3.27e-06 0 5.34e+03 5.34e+03 expHall Transportation + 2 -1e+04 -1.22e+03 -3.42e+03 3.27e-06 0 5.31e+03 1.06e+04 world Transportation + 3 -1.5e+04 -1.98e+03 -5.03e+03 3.27e-06 0 5.31e+03 1.6e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 1.15 -0.32 0.48 0.0344 0 0 1.81 Tank initStep + 29 1.15 -0.319 0.481 0.0329 0.00152 0.00163 1.82 Tank msc + 30 1.15 -0.311 0.486 0.018 0.0149 0.0155 1.83 Tank eIoni + 31 1.15 -0.309 0.484 0 0.018 0.00638 1.84 Tank eIoni + 32 1.15 -0.309 0.484 0 0 0 1.84 Tank annihil + +********************************************************************************************************* +* 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 1.15 -0.309 0.484 0.511 0 0 0 Tank initStep + 1 42.5 -117 -48.4 0.172 2.92e-05 133 133 Tank compt + 2 18.1 11.6 15 0.141 1.36e-05 146 279 Tank compt + 3 19.3 11.2 20.4 0.138 1.36e-05 5.51 285 Tank compt + 4 0.136 11.3 153 0.131 0.000537 134 418 Tank compt + 5 20.9 -10.1 187 0.0949 2.92e-05 45.8 464 Tank compt + 6 7.72 -4.47 201 0.0872 2.92e-05 20 484 Tank compt + 7 25.2 281 294 0.0855 1.36e-05 301 785 Tank compt + 8 15 317 323 0.0855 0 47.2 832 Tank Rayl + 9 -9.43 412 347 0.0844 1.36e-05 101 933 Tank compt + 10 -19 446 340 0.0801 1.42e-05 35.7 969 Tank compt + 11 -11.3 457 338 0.0715 2.92e-05 13.6 982 Tank compt + 12 -21.9 468 339 0.066 2.92e-05 15.6 998 Tank compt + 13 -43.2 468 372 0 0.000538 38.9 1.04e+03 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -43.2 468 372 0.0654 0 0 0 Tank initStep + 1 -43.2 468 372 0.0617 0.00377 0.00545 0.00545 Tank msc + 2 -43.1 468 372 0.0418 0.0199 0.027 0.0324 Tank eIoni + 3 -43.1 468 372 0.023 0.0188 0.0196 0.0521 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -43.1 468 372 3.62e-06 0 0 0 Tank initStep + 1 1.09e+03 5e+03 4.86e+03 3.62e-06 0 6.48e+03 6.48e+03 expHall Transportation + 2 1.09e+03 5e+03 4.86e+03 3.62e-06 0 0 6.48e+03 Tank Transportation + 3 1.14e+03 4.91e+03 5e+03 3.62e-06 0 167 6.65e+03 expHall Transportation + 4 1.14e+03 4.91e+03 5e+03 3.62e-06 0 0 6.65e+03 Tank Transportation + 5 1.56e+03 -5e+03 -2.75e+03 3.62e-06 0 1.26e+04 1.92e+04 expHall Transportation + 6 2.85e+03 -8.58e+03 -1e+04 3.62e-06 0 8.18e+03 2.74e+04 world Transportation + 7 3.73e+03 -1.1e+04 -1.5e+04 3.62e-06 0 5.65e+03 3.31e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -43.1 468 372 0.023 0 0 0.0521 Tank initStep + 4 -43.1 468 372 0.0221 0.000827 0.000862 0.0529 Tank msc + 5 -43.1 468 372 0.0036 0.0185 0.0101 0.063 Tank eIoni + 6 -43.1 468 372 0 0.0036 0.000422 0.0635 Tank eIoni + 7 -43.1 468 372 0 0 0 0.0635 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.9 468 339 0.00548 0 0 0 Tank initStep + 1 -21.9 468 339 0.005 0.000485 6.94e-05 6.94e-05 Tank msc + 2 -21.9 468 339 0 0.005 0.000739 0.000808 Tank eIoni + 3 -21.9 468 339 0 0 0 0.000808 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.9 468 339 2.36e-06 0 0 0 Tank initStep + 1 5e+03 -30.6 -2.02e+03 2.36e-06 0 5.57e+03 5.57e+03 expHall Transportation + 2 5e+03 -30.6 -2.02e+03 2.36e-06 0 0 5.57e+03 Tank Transportation + 3 3.85e+03 -363 -5e+03 2.36e-06 0 3.21e+03 8.78e+03 expHall Transportation + 4 3.85e+03 -363 -5e+03 2.36e-06 0 0 8.78e+03 Tank Transportation + 5 4.12e+03 -5e+03 -3.31e+03 2.36e-06 0 4.94e+03 1.37e+04 expHall Transportation + 6 4.87e+03 -1e+04 720 2.36e-06 0 6.47e+03 2.02e+04 world Transportation + 7 5.63e+03 -1.5e+04 4.75e+03 2.36e-06 0 6.47e+03 2.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.3 457 338 0.0086 0 0 0 Tank initStep + 1 -11.3 457 338 0.00832 0.000284 0.000152 0.000152 Tank msc + 2 -11.3 457 338 0 0.00832 0.00179 0.00194 Tank eIoni + 3 -11.3 457 338 0 0 0 0.00194 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.3 457 338 2.45e-06 0 0 0 Tank initStep + 1 -1e+03 5e+03 3.2e+03 2.45e-06 0 5.46e+03 5.46e+03 expHall Transportation + 2 -1e+03 5e+03 3.2e+03 2.45e-06 0 0 5.46e+03 Tank Transportation + 3 2.22e+03 3.22e+03 5e+03 2.45e-06 0 4.1e+03 9.56e+03 expHall Transportation + 4 2.22e+03 3.22e+03 5e+03 2.45e-06 0 0 9.56e+03 Tank Transportation + 5 5e+03 1.84e+03 2.07e+03 2.45e-06 0 4.26e+03 1.38e+04 expHall Transportation + 6 5e+03 1.84e+03 2.07e+03 2.45e-06 0 0 1.38e+04 Tank Transportation + 7 330 -5e+03 -4.29e+03 2.45e-06 0 1.04e+04 2.43e+04 expHall Transportation + 8 330 -5e+03 -4.29e+03 2.45e-06 0 0 2.43e+04 Tank Transportation + 9 276 -4.37e+03 -5e+03 2.45e-06 0 952 2.52e+04 expHall Transportation + 10 276 -4.37e+03 -5e+03 2.45e-06 0 0 2.52e+04 Tank Transportation + 11 -940 5e+03 2.79e+03 2.45e-06 0 1.22e+04 3.75e+04 expHall Transportation + 12 -940 5e+03 2.79e+03 2.45e-06 0 0 3.75e+04 Tank Transportation + 13 -912 4.84e+03 2.91e+03 2.45e-06 2.45e-06 201 3.77e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19 446 340 0.00427 0 0 0 Tank initStep + 1 -19 446 340 0.00398 0.00029 4.51e-05 4.51e-05 Tank msc + 2 -19 446 340 0 0.00398 0.0005 0.000545 Tank eIoni + 3 -19 446 340 0 0 0 0.000545 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.43 412 347 0.00112 0 0 0 Tank initStep + 1 -9.43 412 347 0.00108 4.81e-05 5.01e-06 5.01e-06 Tank msc + 2 -9.43 412 347 0 0.00108 5.84e-05 6.34e-05 Tank eIoni + 3 -9.43 412 347 0 0 0 6.34e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.2 281 294 0.00166 0 0 0 Tank initStep + 1 25.2 281 294 0.00157 9e-05 9.33e-06 9.33e-06 Tank msc + 2 25.2 281 294 0 0.00157 0.000107 0.000116 Tank eIoni + 3 25.2 281 294 0 0 0 0.000116 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.72 -4.47 201 0.00767 0 0 0 Tank initStep + 1 7.72 -4.47 201 0.00694 0.000732 0.000124 0.000124 Tank msc + 2 7.72 -4.47 201 0 0.00694 0.00131 0.00143 Tank eIoni + 3 7.72 -4.47 201 0 0 0 0.00143 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 20.9 -10.1 187 0.0363 0 0 0 Tank initStep + 1 20.9 -10.1 187 0.0337 0.00259 0.00194 0.00194 Tank msc + 2 20.9 -10.1 187 0.0202 0.0135 0.0165 0.0184 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 20.9 -10.1 187 2.42e-06 0 0 0 Tank initStep + 1 -2.39e+03 -5e+03 4.52e+03 2.42e-06 0 7.04e+03 7.04e+03 expHall Transportation + 2 -2.39e+03 -5e+03 4.52e+03 2.42e-06 0 0 7.04e+03 Tank Transportation + 3 -2.49e+03 -4.74e+03 4.77e+03 2.42e-06 2.42e-06 369 7.41e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 20.9 -10.1 187 2.32e-06 0 0 0 Tank initStep + 1 7.25 46.8 171 2.32e-06 2.32e-06 60.8 60.8 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 20.9 -10.1 187 0.0202 0 0 0.0184 Tank initStep + 3 20.9 -10.1 187 0.02 0.000267 0.000689 0.0191 Tank msc + 4 20.9 -10.1 187 0 0.02 0.00841 0.0275 Tank eIoni + 5 20.9 -10.1 187 0 0 0 0.0275 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 20.9 -10.1 187 3.12e-06 0 0 0 Tank initStep + 1 194 176 819 3.12e-06 3.12e-06 681 681 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.136 11.3 153 0.00672 0 0 0 Tank initStep + 1 0.136 11.3 153 0.00669 3.22e-05 9.89e-05 9.89e-05 Tank msc + 2 0.135 11.3 153 0 0.00669 0.00123 0.00132 Tank eIoni + 3 0.135 11.3 153 0 0 0 0.00132 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 19.3 11.2 20.4 0.00232 0 0 0 Tank initStep + 1 19.3 11.2 20.4 0.00229 2.97e-05 1.62e-05 1.62e-05 Tank msc + 2 19.3 11.2 20.4 0 0.00229 0.000198 0.000214 Tank eIoni + 3 19.3 11.2 20.4 0 0 0 0.000214 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 18.1 11.6 15 0.0309 0 0 0 Tank initStep + 1 18.1 11.6 15 0.0302 0.000722 0.00146 0.00146 Tank msc + 2 18.1 11.6 15 0.0139 0.0163 0.0149 0.0164 Tank eIoni + 3 18.1 11.6 15 0 0.0139 0.00444 0.0208 Tank eIoni + 4 18.1 11.6 15 0 0 0 0.0208 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.5 -117 -48.4 0.339 0 0 0 Tank initStep + 1 42.5 -117 -48.4 0.328 0.0109 0.0639 0.0639 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.5 -117 -48.4 3.74e-06 0 0 0 Tank initStep + 1 945 627 5e+03 3.74e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 1.21e+03 -43 1e+04 3.74e-06 0 5.05e+03 1.02e+04 world Transportation + 3 1.47e+03 -713 1.5e+04 3.74e-06 0 5.05e+03 1.53e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.5 -117 -48.4 3.59e-06 0 0 0 Tank initStep + 1 55.4 -767 -618 3.59e-06 3.59e-06 864 864 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 42.5 -117 -48.4 0.328 0 0 0.0639 Tank initStep + 2 42.5 -117 -48.5 0.315 0.0135 0.06 0.124 Tank Cerenkov + 3 42.5 -118 -48.5 0.307 0.00737 0.0553 0.179 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.5 -117 -48.5 2.16e-06 0 0 0 Tank initStep + 1 5e+03 -4.44e+03 -2.76e+03 2.16e-06 0 7.12e+03 7.12e+03 expHall Transportation + 2 5e+03 -4.44e+03 -2.76e+03 2.16e-06 0 0 7.12e+03 Tank Transportation + 3 1.9e+03 -4.85e+03 -5e+03 2.16e-06 0 3.84e+03 1.1e+04 expHall Transportation + 4 -1e+04 -6.71e+03 -7.95e+03 2.16e-06 0 1.24e+04 2.34e+04 world Transportation + 5 -1.5e+04 -7.49e+03 -9.19e+03 2.16e-06 0 5.21e+03 2.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 42.5 -118 -48.5 0.307 0 0 0.179 Tank initStep + 4 42.6 -118 -48.5 0.3 0.00775 0.0528 0.232 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.5 -118 -48.5 2.49e-06 0 0 0 Tank initStep + 1 -755 -5e+03 1.09e+03 2.49e-06 0 5.08e+03 5.08e+03 expHall Transportation + 2 -755 -5e+03 1.09e+03 2.49e-06 0 0 5.08e+03 Tank Transportation + 3 -5e+03 -3.1e+03 -1.27e+03 2.49e-06 0 5.22e+03 1.03e+04 expHall Transportation + 4 -5e+03 -3.1e+03 -1.27e+03 2.49e-06 0 0 1.03e+04 Tank Transportation + 5 5e+03 574 4.48e+03 2.49e-06 0 1.21e+04 2.24e+04 expHall Transportation + 6 5e+03 574 4.48e+03 2.49e-06 0 0 2.24e+04 Tank Transportation + 7 2.76e+03 1.04e+03 5e+03 2.49e-06 0 2.35e+03 2.47e+04 expHall Transportation + 8 2.76e+03 1.04e+03 5e+03 2.49e-06 0 0 2.47e+04 Tank Transportation + 9 2.63e+03 1.1e+03 4.95e+03 2.49e-06 2.49e-06 148 2.49e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 42.6 -118 -48.5 0.3 0 0 0.232 Tank initStep + 5 42.6 -118 -48.5 0.291 0.0086 0.0503 0.282 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.5 2.74e-06 0 0 0 Tank initStep + 1 5e+03 -4.28e+03 -1.33e+03 2.74e-06 0 6.6e+03 6.6e+03 expHall Transportation + 2 5e+03 -4.28e+03 -1.33e+03 2.74e-06 0 0 6.6e+03 Tank Transportation + 3 4.65e+03 -5e+03 -1.44e+03 2.74e-06 0 809 7.41e+03 expHall Transportation + 4 2.45e+03 -1e+04 -4.87e+03 2.74e-06 0 6.45e+03 1.39e+04 world Transportation + 5 252 -1.5e+04 -8.3e+03 2.74e-06 0 6.45e+03 2.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 42.6 -118 -48.5 0.291 0 0 0.282 Tank initStep + 6 42.6 -118 -48.5 0.281 0.00957 0.0475 0.33 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.5 2.76e-06 0 0 0 Tank initStep + 1 1.97e+03 -5e+03 166 2.76e-06 0 5.25e+03 5.25e+03 expHall Transportation + 2 1.97e+03 -5e+03 166 2.76e-06 0 0 5.25e+03 Tank Transportation + 3 4.99e+03 5e+03 3.48e+03 2.76e-06 0 1.1e+04 1.62e+04 expHall Transportation + 4 9.7e+03 1e+04 7.98e+03 2.76e-06 0 8.21e+03 2.44e+04 world Transportation + 5 1.44e+04 1.5e+04 1.25e+04 2.76e-06 0 8.21e+03 3.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.5 2.99e-06 0 0 0 Tank initStep + 1 2.03e+03 -5e+03 -1.33e+03 2.99e-06 0 5.42e+03 5.42e+03 expHall Transportation + 2 9.22e+03 -1e+04 -4.24e+03 2.99e-06 0 9.23e+03 1.47e+04 world Transportation + 3 1.5e+04 -1.4e+04 -6.59e+03 2.99e-06 0 7.43e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 42.6 -118 -48.5 0.281 0 0 0.33 Tank initStep + 7 42.6 -118 -48.5 0.272 0.00905 0.0446 0.374 Tank Cerenkov + 8 42.6 -118 -48.5 0.265 0.0078 0.0418 0.416 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.5 2.38e-06 0 0 0 Tank initStep + 1 1.36e+03 -2.2e+03 -5e+03 2.38e-06 0 5.53e+03 5.53e+03 expHall Transportation + 2 1.36e+03 -2.2e+03 -5e+03 2.38e-06 0 0 5.53e+03 Tank Transportation + 3 5e+03 -4.1e+03 -1.41e+03 2.38e-06 0 5.46e+03 1.1e+04 expHall Transportation + 4 5e+03 -4.1e+03 -1.41e+03 2.38e-06 0 0 1.1e+04 Tank Transportation + 5 4.6e+03 -5e+03 -584 2.38e-06 0 1.29e+03 1.23e+04 expHall Transportation + 6 1.71e+03 -9.42e+03 1e+04 2.38e-06 0 1.18e+04 2.41e+04 world Transportation + 7 352 -1.15e+04 1.5e+04 2.38e-06 0 5.59e+03 2.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 42.6 -118 -48.5 0.265 0 0 0.416 Tank initStep + 9 42.6 -118 -48.5 0.256 0.00848 0.0396 0.456 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.5 3.4e-06 0 0 0 Tank initStep + 1 1.4e+03 -845 -1.68e+03 3.4e-06 3.4e-06 2.24e+03 2.24e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 42.6 -118 -48.5 0.256 0 0 0.456 Tank initStep + 10 42.6 -118 -48.5 0.246 0.0106 0.0372 0.493 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.5 3.8e-06 0 0 0 Tank initStep + 1 889 236 -295 3.8e-06 0 950 950 Tank OpRayleigh + 2 -5e+03 1.06e+03 46.6 3.8e-06 0 5.96e+03 6.91e+03 expHall Transportation + 3 -1e+04 1.54e+03 -301 3.8e-06 0 5.03e+03 1.19e+04 world Transportation + 4 -1.5e+04 2.01e+03 -648 3.8e-06 0 5.03e+03 1.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 42.6 -118 -48.5 0.246 0 0 0.493 Tank initStep + 11 42.6 -118 -48.5 0.243 0.00272 0.0121 0.505 Tank Cerenkov + 12 42.6 -118 -48.5 0.242 0.000354 0.00153 0.507 Tank Cerenkov + 13 42.6 -118 -48.5 0.242 1.5e-05 0.00016 0.507 Tank Cerenkov + 14 42.6 -118 -48.5 0.242 0 0.000102 0.507 Tank Cerenkov + 15 42.6 -118 -48.5 0.242 2.07e-05 0.000102 0.507 Tank Cerenkov + 16 42.6 -118 -48.5 0.242 5.66e-06 2.19e-05 0.507 Tank Cerenkov + 17 42.6 -118 -48.6 0.2 0.042 0.136 0.643 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.5 3.32e-06 0 0 0 Tank initStep + 1 3.02e+03 -5e+03 4.25e+03 3.32e-06 0 7.15e+03 7.15e+03 expHall Transportation + 2 3.02e+03 -5e+03 4.25e+03 3.32e-06 0 0 7.15e+03 Tank Transportation + 3 3.62e+03 -3.45e+03 5e+03 3.32e-06 0 1.83e+03 8.98e+03 expHall Transportation + 4 3.62e+03 -3.45e+03 5e+03 3.32e-06 0 0 8.98e+03 Tank Transportation + 5 4.9e+03 5e+03 -1.94e+03 3.32e-06 0 1.1e+04 2e+04 expHall Transportation + 6 6.75e+03 9.79e+03 -1e+04 3.32e-06 0 9.55e+03 2.95e+04 world Transportation + 7 7.89e+03 1.28e+04 -1.5e+04 3.32e-06 0 5.93e+03 3.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 42.6 -118 -48.6 0.2 0 0 0.643 Tank initStep + 18 42.6 -118 -48.6 0.195 0.00506 0.0357 0.679 Tank msc + 19 42.7 -118 -48.7 0.176 0.0196 0.101 0.78 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.7 -118 -48.7 3.22e-06 0 0 0 Tank initStep + 1 4.55e+03 3.94e+03 -5e+03 3.22e-06 0 7.83e+03 7.83e+03 expHall Transportation + 2 1e+04 7.63e+03 -5.78e+03 3.22e-06 0 6.63e+03 1.45e+04 world Transportation + 3 1.5e+04 1.1e+04 -6.5e+03 3.22e-06 0 6.08e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 42.7 -118 -48.7 0.176 0 0 0.78 Tank initStep + 20 42.6 -118 -48.7 0.166 0.00964 0.0289 0.809 Tank msc + 21 42.6 -118 -48.7 0.143 0.0235 0.0816 0.891 Tank eIoni + 22 42.6 -118 -48.8 0.124 0.0188 0.0669 0.958 Tank eIoni + 23 42.6 -118 -48.8 0.101 0.0226 0.0561 1.01 Tank eIoni + 24 42.6 -118 -48.8 0.0867 0.0145 0.0443 1.06 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.8 3.94e-06 0 0 0 Tank initStep + 1 -2.47e+03 -5e+03 3.86e+03 3.94e-06 0 6.74e+03 6.74e+03 expHall Transportation + 2 -6.14e+03 -8.01e+03 1e+04 3.94e-06 0 7.75e+03 1.45e+04 world Transportation + 3 -9.13e+03 -1.05e+04 1.5e+04 3.94e-06 0 6.32e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 24 42.6 -118 -48.8 0.0867 0 0 1.06 Tank initStep + 25 42.6 -118 -48.8 0.0844 0.00227 0.00886 1.07 Tank msc + 26 42.6 -118 -48.8 0.0671 0.0173 0.0364 1.1 Tank eIoni + 27 42.6 -118 -48.8 0.0531 0.0141 0.0291 1.13 Tank eIoni + 28 42.6 -118 -48.9 0.0398 0.0133 0.0238 1.16 Tank eIoni + 29 42.6 -118 -48.9 0.0258 0.014 0.0189 1.18 Tank eIoni + 30 42.6 -118 -48.8 0 0.0258 0.0126 1.19 Tank eIoni + 31 42.6 -118 -48.8 0 0 0 1.19 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.8 3.1e-06 0 0 0 Tank initStep + 1 5e+03 2.68e+03 -1.27e+03 3.1e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 5e+03 2.68e+03 -1.27e+03 3.1e-06 0 0 5.82e+03 Tank Transportation + 3 3.87e+03 5e+03 -1.63e+03 3.1e-06 0 2.6e+03 8.43e+03 expHall Transportation + 4 -8.8e+03 1e+04 -3.52e+03 3.1e-06 0 1.38e+04 2.22e+04 world Transportation + 5 -1.5e+04 1.24e+04 -4.45e+03 3.1e-06 0 6.73e+03 2.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -118 -48.8 2.05e-06 0 0 0 Tank initStep + 1 -5e+03 -4.98e+03 1.85e+03 2.05e-06 0 7.26e+03 7.26e+03 expHall Transportation + 2 -5e+03 -4.98e+03 1.85e+03 2.05e-06 0 0 7.26e+03 Tank Transportation + 3 -4.98e+03 -5e+03 1.86e+03 2.05e-06 0 26.1 7.29e+03 expHall Transportation + 4 -4.98e+03 -5e+03 1.86e+03 2.05e-06 0 0 7.29e+03 Tank Transportation + 5 -4.67e+03 -4.72e+03 1.95e+03 2.05e-06 2.05e-06 429 7.72e+03 Tank OpAbsorption + +********************************************************************************************************* +* 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 1.15 -0.309 0.484 0.511 0 0 0 Tank initStep + 1 -30.7 89.7 38.1 0.304 2.92e-05 103 103 Tank compt + 2 -30.1 108 17.4 0.298 2.92e-05 27.9 131 Tank compt + 3 -16 159 -23.3 0.173 1.42e-05 66.2 197 Tank compt + 4 76.3 75.7 -38.7 0.11 2.92e-05 125 322 Tank compt + 5 65 75.9 -32.3 0.0953 2.92e-05 13 335 Tank compt + 6 68.3 88.2 -14.5 0.0801 0.000537 21.9 357 Tank compt + 7 116 93.2 -27.7 0.0754 1.36e-05 49.5 406 Tank compt + 8 136 120 -21.3 0.065 0.000537 34.5 441 Tank compt + 9 71.9 88.4 1.37 0.0553 2.92e-05 75.2 516 Tank compt + 10 73.7 90.9 4.55 0.0534 2.92e-05 4.44 520 Tank compt + 11 79.8 86.2 25.8 0.0502 1.36e-05 22.6 543 Tank compt + 12 82.9 137 63 0.0502 0 63.1 606 Tank Rayl + 13 83.2 141 67.3 0.0486 1.42e-05 5.77 612 Tank compt + 14 81.7 162 64.9 0.0447 1.36e-05 21.6 633 Tank compt + 15 85.1 164 72.8 0.0433 0.000537 8.85 642 Tank compt + 16 84.5 163 74.8 0.0376 1.42e-05 2.11 644 Tank compt + 17 101 164 61.7 0.034 1.36e-05 21.3 666 Tank compt + 18 83.9 188 57.6 0.0317 2.92e-05 29.8 695 Tank compt + 19 88.7 192 64.6 0 0.000538 9.25 705 Tank phot + +********************************************************************************************************* +* 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 88.7 192 64.6 0.0312 0 0 0 Tank initStep + 1 88.7 192 64.6 0.0288 0.00239 0.00149 0.00149 Tank msc + 2 88.7 192 64.6 0.0104 0.0184 0.0143 0.0157 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 78 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.7 192 64.6 3.33e-06 0 0 0 Tank initStep + 1 -2.56e+03 -5e+03 1.18e+03 3.33e-06 0 5.94e+03 5.94e+03 expHall Transportation + 2 -5.76e+03 -1e+04 3.24e+03 3.33e-06 0 6.28e+03 1.22e+04 world Transportation + 3 -8.95e+03 -1.5e+04 5.31e+03 3.33e-06 0 6.28e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 + 2 88.7 192 64.6 0.0104 0 0 0.0157 Tank initStep + 3 88.7 192 64.6 0.0103 7.68e-05 0.000211 0.016 Tank msc + 4 88.7 192 64.6 0 0.0103 0.00261 0.0186 Tank eIoni + 5 88.7 192 64.6 0 0 0 0.0186 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 78 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.7 192 64.6 2.54e-06 0 0 0 Tank initStep + 1 -3.99e+03 -5e+03 257 2.54e-06 0 6.61e+03 6.61e+03 expHall Transportation + 2 -3.99e+03 -5e+03 257 2.54e-06 0 0 6.61e+03 Tank Transportation + 3 -5e+03 -3.75e+03 641 2.54e-06 0 1.65e+03 8.26e+03 expHall Transportation + 4 -5e+03 -3.75e+03 641 2.54e-06 0 0 8.26e+03 Tank Transportation + 5 -847 5e+03 -3.23e+03 2.54e-06 0 1.04e+04 1.87e+04 expHall Transportation + 6 -847 5e+03 -3.23e+03 2.54e-06 0 0 1.87e+04 Tank Transportation + 7 5e+03 -598 -4.78e+03 2.54e-06 0 8.24e+03 2.69e+04 expHall Transportation + 8 5e+03 -598 -4.78e+03 2.54e-06 0 0 2.69e+04 Tank Transportation + 9 128 -5e+03 -4.75e+03 2.54e-06 0 6.57e+03 3.35e+04 expHall Transportation + 10 128 -5e+03 -4.75e+03 2.54e-06 0 0 3.35e+04 Tank Transportation + 11 -5e+03 3.21e+03 -4.38e+03 2.54e-06 0 9.69e+03 4.32e+04 expHall Transportation + 12 -5e+03 3.21e+03 -4.38e+03 2.54e-06 0 0 4.32e+04 Tank Transportation + 13 -3.34e+03 4.83e+03 -5e+03 2.54e-06 0 2.4e+03 4.56e+04 expHall Transportation + 14 -3.34e+03 4.83e+03 -5e+03 2.54e-06 0 0 4.56e+04 Tank Transportation + 15 -2.97e+03 5e+03 -4.87e+03 2.54e-06 0 422 4.6e+04 expHall Transportation + 16 -2.97e+03 5e+03 -4.87e+03 2.54e-06 0 0 4.6e+04 Tank Transportation + 17 -714 3.56e+03 -4.13e+03 2.54e-06 2.54e-06 2.78e+03 4.88e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 83.9 188 57.6 0.00227 0 0 0 Tank initStep + 1 83.9 188 57.6 0.00227 0 1.56e-05 1.56e-05 Tank msc + 2 83.9 188 57.6 0 0.00227 0.000195 0.00021 Tank eIoni + 3 83.9 188 57.6 0 0 0 0.00021 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 101 164 61.7 0.00358 0 0 0 Tank initStep + 1 101 164 61.7 0.00343 0.000145 3.33e-05 3.33e-05 Tank msc + 2 101 164 61.7 0 0.00343 0.000388 0.000422 Tank eIoni + 3 101 164 61.7 0 0 0 0.000422 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.5 163 74.8 0.0056 0 0 0 Tank initStep + 1 84.5 163 74.8 0.00539 0.000212 7.2e-05 7.2e-05 Tank msc + 2 84.5 163 74.8 0 0.00539 0.000842 0.000914 Tank eIoni + 3 84.5 163 74.8 0 0 0 0.000914 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.5 163 74.8 3.77e-06 0 0 0 Tank initStep + 1 4e+03 -2.59e+03 -5e+03 3.77e-06 0 6.97e+03 6.97e+03 expHall Transportation + 2 4e+03 -2.59e+03 -5e+03 3.77e-06 0 0 6.97e+03 Tank Transportation + 3 5e+03 -2.4e+03 -3.3e+03 3.77e-06 0 1.98e+03 8.95e+03 expHall Transportation + 4 5e+03 -2.4e+03 -3.3e+03 3.77e-06 0 0 8.95e+03 Tank Transportation + 5 -1.97e+03 -1.17e+03 5e+03 3.77e-06 0 1.09e+04 1.99e+04 expHall Transportation + 6 -1.97e+03 -1.17e+03 5e+03 3.77e-06 0 0 1.99e+04 Tank Transportation + 7 -5e+03 -1.37e+03 -182 3.77e-06 0 6.01e+03 2.59e+04 expHall Transportation + 8 -5e+03 -1.37e+03 -182 3.77e-06 0 0 2.59e+04 Tank Transportation + 9 1.79e+03 -1.36e+03 -5e+03 3.77e-06 0 8.33e+03 3.42e+04 expHall Transportation + 10 1.79e+03 -1.36e+03 -5e+03 3.77e-06 0 0 3.42e+04 Tank Transportation + 11 2.67e+03 -1.57e+03 -4.46e+03 3.77e-06 3.77e-06 1.06e+03 3.53e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 85.1 164 72.8 0.000897 0 0 0 Tank initStep + 1 85.1 164 72.8 0.000897 0 3.53e-06 3.53e-06 Tank msc + 2 85.1 164 72.8 0 0.000897 4.42e-05 4.77e-05 Tank eIoni + 3 85.1 164 72.8 0 0 0 4.77e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 81.7 162 64.9 0.00386 0 0 0 Tank initStep + 1 81.7 162 64.9 0.00378 8.46e-05 3.8e-05 3.8e-05 Tank msc + 2 81.7 162 64.9 0 0.00378 0.000457 0.000495 Tank eIoni + 3 81.7 162 64.9 0 0 0 0.000495 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 83.2 141 67.3 0.0016 0 0 0 Tank initStep + 1 83.2 141 67.3 0.00152 7.32e-05 8.75e-06 8.75e-06 Tank msc + 2 83.2 141 67.3 0 0.00152 0.000101 0.00011 Tank eIoni + 3 83.2 141 67.3 0 0 0 0.00011 Tank NoProcess + +********************************************************************************************************* +* 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 79.8 86.2 25.8 0.00317 0 0 0 Tank initStep + 1 79.8 86.2 25.8 0.00301 0.000156 2.72e-05 2.72e-05 Tank msc + 2 79.8 86.2 25.8 0 0.00301 0.000312 0.000339 Tank eIoni + 3 79.8 86.2 25.8 0 0 0 0.000339 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 73.7 90.9 4.55 0.0019 0 0 0 Tank initStep + 1 73.7 90.9 4.55 0.00186 4.07e-05 1.17e-05 1.17e-05 Tank msc + 2 73.7 90.9 4.55 0 0.00186 0.000141 0.000152 Tank eIoni + 3 73.7 90.9 4.55 0 0 0 0.000152 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 71.9 88.4 1.37 0.00965 0 0 0 Tank initStep + 1 71.9 88.4 1.37 0.00951 0.00014 0.000186 0.000186 Tank msc + 2 71.9 88.4 1.37 0 0.00951 0.00227 0.00245 Tank eIoni + 3 71.9 88.4 1.37 0 0 0 0.00245 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 71.9 88.4 1.37 2.28e-06 0 0 0 Tank initStep + 1 -4.6e+03 -4.79e+03 -5e+03 2.28e-06 0 8.4e+03 8.4e+03 expHall Transportation + 2 -4.6e+03 -4.79e+03 -5e+03 2.28e-06 0 0 8.4e+03 Tank Transportation + 3 -4.92e+03 -5e+03 -4.61e+03 2.28e-06 0 545 8.95e+03 expHall Transportation + 4 -4.92e+03 -5e+03 -4.61e+03 2.28e-06 0 0 8.95e+03 Tank Transportation + 5 -5e+03 -4.8e+03 -4.46e+03 2.28e-06 0 265 9.21e+03 expHall Transportation + 6 -5e+03 -4.8e+03 -4.46e+03 2.28e-06 0 0 9.21e+03 Tank Transportation + 7 -4.31e+03 -5e+03 -3.96e+03 2.28e-06 0 878 1.01e+04 expHall Transportation + 8 -4.31e+03 -5e+03 -3.96e+03 2.28e-06 0 0 1.01e+04 Tank Transportation + 9 1.47e+03 -2.16e+03 3.34e+03 2.28e-06 2.28e-06 9.73e+03 1.98e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 136 120 -21.3 0.00985 0 0 0 Tank initStep + 1 136 120 -21.3 0.00971 0.000149 0.000193 0.000193 Tank msc + 2 136 120 -21.3 0 0.00971 0.00235 0.00254 Tank eIoni + 3 136 120 -21.3 0 0 0 0.00254 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 116 93.2 -27.7 0.00472 0 0 0 Tank initStep + 1 116 93.2 -27.7 0.00441 0.000308 5.35e-05 5.35e-05 Tank msc + 2 116 93.2 -27.7 0 0.00441 0.000596 0.00065 Tank eIoni + 3 116 93.2 -27.7 0 0 0 0.00065 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 68.3 88.2 -14.5 0.0147 0 0 0 Tank initStep + 1 68.3 88.2 -14.5 0.0135 0.00122 0.000391 0.000391 Tank msc + 2 68.3 88.2 -14.5 0 0.0135 0.0042 0.00459 Tank eIoni + 3 68.3 88.2 -14.5 0 0 0 0.00459 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 66 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 68.3 88.2 -14.5 3.2e-06 0 0 0 Tank initStep + 1 -5e+03 -1.75e+03 920 3.2e-06 0 5.47e+03 5.47e+03 expHall Transportation + 2 -5e+03 -1.75e+03 920 3.2e-06 0 0 5.47e+03 Tank Transportation + 3 -4.01e+03 -4.96e+03 -366 3.2e-06 3.2e-06 3.59e+03 9.07e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 65 75.9 -32.3 0.0148 0 0 0 Tank initStep + 1 65 75.9 -32.3 0.0145 0.000259 0.000393 0.000393 Tank msc + 2 65 75.9 -32.3 0 0.0145 0.00477 0.00516 Tank eIoni + 3 65 75.9 -32.3 0 0 0 0.00516 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 65 75.9 -32.3 3.72e-06 0 0 0 Tank initStep + 1 1.75e+03 -5e+03 -3.12e+03 3.72e-06 0 6.18e+03 6.18e+03 expHall Transportation + 2 1.75e+03 -5e+03 -3.12e+03 3.72e-06 0 0 6.18e+03 Tank Transportation + 3 3.8e+03 -3.42e+03 -5e+03 3.72e-06 0 3.2e+03 9.37e+03 expHall Transportation + 4 3.8e+03 -3.42e+03 -5e+03 3.72e-06 0 0 9.37e+03 Tank Transportation + 5 5e+03 -2.44e+03 -4.36e+03 3.72e-06 0 1.68e+03 1.1e+04 expHall Transportation + 6 5e+03 -2.44e+03 -4.36e+03 3.72e-06 0 0 1.1e+04 Tank Transportation + 7 -4.58e+03 3.77e+03 1.36e+03 3.72e-06 3.72e-06 1.28e+04 2.38e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.3 75.7 -38.7 0.0625 0 0 0 Tank initStep + 1 76.3 75.7 -38.7 0.059 0.00344 0.00503 0.00503 Tank msc + 2 76.3 75.7 -38.7 0.00653 0.0525 0.026 0.031 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.3 75.7 -38.7 4.08e-06 0 0 0 Tank initStep + 1 2.94e+03 -1.13e+03 -3.24e+03 4.08e-06 4.08e-06 4.46e+03 4.46e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.3 75.7 -38.7 3.52e-06 0 0 0 Tank initStep + 1 -2.21e+03 -4.3e+03 5e+03 3.52e-06 0 7.05e+03 7.05e+03 expHall Transportation + 2 -4.08e+03 -1e+04 8.05e+03 3.52e-06 0 6.73e+03 1.38e+04 world Transportation + 3 -5.72e+03 -1.5e+04 1.07e+04 3.52e-06 0 5.9e+03 1.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.3 75.7 -38.7 2.62e-06 0 0 0 Tank initStep + 1 -2.33e+03 -1.08e+03 -5e+03 2.62e-06 0 5.63e+03 5.63e+03 expHall Transportation + 2 -2.33e+03 -1.08e+03 -5e+03 2.62e-06 0 0 5.63e+03 Tank Transportation + 3 -5e+03 -1.99e+03 -1.97e+03 2.62e-06 0 4.14e+03 9.77e+03 expHall Transportation + 4 -5e+03 -1.99e+03 -1.97e+03 2.62e-06 0 0 9.77e+03 Tank Transportation + 5 -1.53e+03 -5e+03 3.06e+03 2.62e-06 0 6.81e+03 1.66e+04 expHall Transportation + 6 -1.53e+03 -5e+03 3.06e+03 2.62e-06 0 0 1.66e+04 Tank Transportation + 7 -110 -3.3e+03 5e+03 2.62e-06 0 2.95e+03 1.95e+04 expHall Transportation + 8 -110 -3.3e+03 5e+03 2.62e-06 0 0 1.95e+04 Tank Transportation + 9 5e+03 4.84e+03 2.43e+03 2.62e-06 0 9.95e+03 2.95e+04 expHall Transportation + 10 5e+03 4.84e+03 2.43e+03 2.62e-06 0 0 2.95e+04 Tank Transportation + 11 4.82e+03 5e+03 2.4e+03 2.62e-06 0 247 2.97e+04 expHall Transportation + 12 4.82e+03 5e+03 2.4e+03 2.62e-06 0 0 2.97e+04 Tank Transportation + 13 -4.63e+03 -3.17e+03 188 2.62e-06 2.62e-06 1.27e+04 4.24e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 76.3 75.7 -38.7 0.00653 0 0 0.031 Tank initStep + 3 76.3 75.7 -38.7 0.00636 0.000167 9.39e-05 0.0311 Tank msc + 4 76.3 75.7 -38.7 0 0.00636 0.00112 0.0322 Tank eIoni + 5 76.3 75.7 -38.7 0 0 0 0.0322 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16 159 -23.3 0.125 0 0 0 Tank initStep + 1 -16 159 -23.3 0.122 0.0038 0.0166 0.0166 Tank msc + 2 -16 159 -23.3 0.107 0.0149 0.055 0.0716 Tank eIoni + 3 -16 159 -23.4 0.0908 0.016 0.0471 0.119 Tank eIoni + 4 -16 159 -23.4 0.0758 0.015 0.0393 0.158 Tank eIoni + 5 -16 159 -23.4 0.0568 0.0189 0.0327 0.191 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16 159 -23.4 3.08e-06 0 0 0 Tank initStep + 1 -2.78e+03 4.5e+03 5e+03 3.08e-06 0 7.19e+03 7.19e+03 expHall Transportation + 2 -2.78e+03 4.5e+03 5e+03 3.08e-06 0 0 7.19e+03 Tank Transportation + 3 -2.89e+03 5e+03 4.62e+03 3.08e-06 0 642 7.83e+03 expHall Transportation + 4 -2.89e+03 5e+03 4.62e+03 3.08e-06 0 0 7.83e+03 Tank Transportation + 5 -3.2e+03 3.5e+03 3e+03 3.08e-06 3.08e-06 2.23e+03 1.01e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16 159 -23.4 2.23e-06 0 0 0 Tank initStep + 1 -2.02e+03 5e+03 4.01e+03 2.23e-06 0 6.61e+03 6.61e+03 expHall Transportation + 2 -2.02e+03 5e+03 4.01e+03 2.23e-06 0 0 6.61e+03 Tank Transportation + 3 -3.46e+03 3.85e+03 5e+03 2.23e-06 0 2.1e+03 8.71e+03 expHall Transportation + 4 -3.46e+03 3.85e+03 5e+03 2.23e-06 0 0 8.71e+03 Tank Transportation + 5 -5e+03 1.5e+03 3.17e+03 2.23e-06 0 3.35e+03 1.21e+04 expHall Transportation + 6 -5e+03 1.5e+03 3.17e+03 2.23e-06 0 0 1.21e+04 Tank Transportation + 7 965 -5e+03 4.43e+03 2.23e-06 0 8.91e+03 2.1e+04 expHall Transportation + 8 1e+04 -8.42e+03 7.79e+03 2.23e-06 0 1.02e+04 3.12e+04 world Transportation + 9 1.5e+04 -1.03e+04 9.65e+03 2.23e-06 0 5.66e+03 3.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -16 159 -23.4 0.0568 0 0 0.191 Tank initStep + 6 -16 159 -23.4 0.0544 0.00249 0.00427 0.195 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16 159 -23.4 4.02e-06 0 0 0 Tank initStep + 1 -2.54e+03 -769 -5e+03 4.02e-06 0 5.66e+03 5.66e+03 expHall Transportation + 2 -2.54e+03 -769 -5e+03 4.02e-06 0 0 5.66e+03 Tank Transportation + 3 -4.37e+03 -2.73e+03 -3.94e+03 4.02e-06 4.02e-06 2.89e+03 8.54e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16 159 -23.4 3.35e-06 0 0 0 Tank initStep + 1 -253 992 -395 3.35e-06 0 942 942 Tank OpRayleigh + 2 -3.86e+03 5e+03 -3.38e+03 3.35e-06 0 6.17e+03 7.11e+03 expHall Transportation + 3 -3.86e+03 5e+03 -3.38e+03 3.35e-06 0 0 7.11e+03 Tank Transportation + 4 -5e+03 4.31e+03 -3.96e+03 3.35e-06 0 1.45e+03 8.56e+03 expHall Transportation + 5 -5e+03 4.31e+03 -3.96e+03 3.35e-06 0 0 8.56e+03 Tank Transportation + 6 -2.5e+03 863 -4.7e+03 3.35e-06 3.35e-06 4.33e+03 1.29e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -16 159 -23.4 0.0544 0 0 0.195 Tank initStep + 7 -16 159 -23.4 0.0527 0.00166 0.00395 0.199 Tank msc + 8 -16 159 -23.4 0.0383 0.0144 0.0236 0.222 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16 159 -23.4 2.4e-06 0 0 0 Tank initStep + 1 553 2.01e+03 -603 2.4e-06 2.4e-06 2.02e+03 2.02e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -16 159 -23.4 0.0383 0 0 0.222 Tank initStep + 9 -16 159 -23.4 0.0374 0.000889 0.00213 0.225 Tank msc + 10 -16 159 -23.4 0.00877 0.0286 0.018 0.243 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16 159 -23.4 3.49e-06 0 0 0 Tank initStep + 1 -781 1.35e+03 -877 3.49e-06 3.49e-06 1.65e+03 1.65e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -16 159 -23.4 0.00877 0 0 0.243 Tank initStep + 11 -16 159 -23.4 0.00794 0.00083 0.000157 0.243 Tank msc + 12 -16 159 -23.4 0 0.00794 0.00165 0.244 Tank eIoni + 13 -16 159 -23.4 0 0 0 0.244 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.1 108 17.4 0.00552 0 0 0 Tank initStep + 1 -30.1 108 17.4 0.00543 9.48e-05 7.03e-05 7.03e-05 Tank msc + 2 -30.1 108 17.4 0 0.00543 0.000852 0.000923 Tank eIoni + 3 -30.1 108 17.4 0 0 0 0.000923 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.7 89.7 38.1 0.207 0 0 0 Tank initStep + 1 -30.7 89.8 38.1 0.198 0.009 0.0376 0.0376 Tank msc + 2 -30.7 89.8 38.2 0.171 0.0271 0.103 0.141 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.7 89.8 38.1 3.87e-06 0 0 0 Tank initStep + 1 1.99e+03 5e+03 -3.16e+03 3.87e-06 0 6.2e+03 6.2e+03 expHall Transportation + 2 1.99e+03 5e+03 -3.16e+03 3.87e-06 0 0 6.2e+03 Tank Transportation + 3 2.3e+03 4.29e+03 -3.7e+03 3.87e-06 3.87e-06 946 7.15e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.7 89.8 38.2 3.76e-06 0 0 0 Tank initStep + 1 -2.9e+03 -800 5e+03 3.76e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 -2.9e+03 -800 5e+03 3.76e-06 0 0 5.8e+03 Tank Transportation + 3 -5e+03 -1.17e+03 4.12e+03 3.76e-06 0 2.31e+03 8.11e+03 expHall Transportation + 4 -5e+03 -1.17e+03 4.12e+03 3.76e-06 0 0 8.11e+03 Tank Transportation + 5 -3.58e+03 -5e+03 4.65e+03 3.76e-06 0 4.12e+03 1.22e+04 expHall Transportation + 6 -3.58e+03 -5e+03 4.65e+03 3.76e-06 0 0 1.22e+04 Tank Transportation + 7 4.97e+03 5e+03 352 3.76e-06 0 1.38e+04 2.61e+04 expHall Transportation + 8 4.97e+03 5e+03 352 3.76e-06 0 0 2.61e+04 Tank Transportation + 9 5e+03 4.96e+03 319 3.76e-06 0 61.9 2.61e+04 expHall Transportation + 10 5e+03 4.96e+03 319 3.76e-06 0 0 2.61e+04 Tank Transportation + 11 3.35e+03 2.71e+03 -2.52e+03 3.76e-06 0 3.98e+03 3.01e+04 Tank OpRayleigh + 12 434 -5e+03 1.58e+03 3.76e-06 0 9.21e+03 3.93e+04 expHall Transportation + 13 -754 -1e+04 7.85e+03 3.76e-06 0 8.1e+03 4.74e+04 world Transportation + 14 -1.94e+03 -1.5e+04 1.41e+04 3.76e-06 0 8.1e+03 5.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.7 89.8 38.2 2.46e-06 0 0 0 Tank initStep + 1 -5e+03 4.47e+03 451 2.46e-06 0 6.63e+03 6.63e+03 expHall Transportation + 2 -5.99e+03 1e+04 1.26e+03 2.46e-06 0 5.68e+03 1.23e+04 world Transportation + 3 -6.89e+03 1.5e+04 2e+03 2.46e-06 0 5.13e+03 1.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -30.7 89.8 38.2 0.171 0 0 0.141 Tank initStep + 3 -30.7 89.8 38.2 0.163 0.00843 0.0277 0.169 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.7 89.8 38.2 2.68e-06 0 0 0 Tank initStep + 1 3.55e+03 -953 -5e+03 2.68e-06 0 6.27e+03 6.27e+03 expHall Transportation + 2 3.55e+03 -953 -5e+03 2.68e-06 0 0 6.27e+03 Tank Transportation + 3 5e+03 -382 -3.62e+03 2.68e-06 0 2.08e+03 8.35e+03 expHall Transportation + 4 5e+03 -382 -3.62e+03 2.68e-06 0 0 8.35e+03 Tank Transportation + 5 500 2.01e+03 -213 2.68e-06 2.68e-06 6.13e+03 1.45e+04 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -30.7 89.8 38.2 0.163 0 0 0.169 Tank initStep + 4 -30.7 89.9 38.2 0.158 0.00505 0.0255 0.194 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.7 89.9 38.2 3.51e-06 0 0 0 Tank initStep + 1 -5e+03 1.33e+03 -2.33e+03 3.51e-06 0 5.64e+03 5.64e+03 expHall Transportation + 2 -1e+04 2.77e+03 -4.99e+03 3.51e-06 0 5.85e+03 1.15e+04 world Transportation + 3 -1.5e+04 4.21e+03 -7.66e+03 3.51e-06 0 5.85e+03 1.73e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -30.7 89.9 38.2 0.158 0 0 0.194 Tank initStep + 5 -30.7 89.9 38.2 0.148 0.0099 0.0242 0.218 Tank msc + 6 -30.6 89.9 38.3 0.118 0.0299 0.0701 0.289 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.6 89.9 38.2 3.15e-06 0 0 0 Tank initStep + 1 5e+03 663 3.26e+03 3.15e-06 0 6e+03 6e+03 expHall Transportation + 2 9.13e+03 1.35e+03 1e+04 3.15e-06 0 7.94e+03 1.39e+04 world Transportation + 3 1.22e+04 1.86e+03 1.5e+04 3.15e-06 0 5.88e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.6 89.9 38.2 3.37e-06 0 0 0 Tank initStep + 1 2.24e+03 106 5e+03 3.37e-06 0 5.46e+03 5.46e+03 expHall Transportation + 2 2.24e+03 106 5e+03 3.37e-06 0 0 5.46e+03 Tank Transportation + 3 5e+03 -655 3.53e+03 3.37e-06 0 3.22e+03 8.68e+03 expHall Transportation + 4 1e+04 -2.75e+03 -1.63e+03 3.37e-06 0 7.48e+03 1.62e+04 world Transportation + 5 1.5e+04 -4.84e+03 -6.78e+03 3.37e-06 0 7.48e+03 2.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -30.6 89.9 38.3 0.118 0 0 0.289 Tank initStep + 7 -30.6 89.9 38.3 0.113 0.00467 0.015 0.304 Tank msc + 8 -30.6 89.9 38.3 0.0975 0.0158 0.0505 0.354 Tank eIoni + 9 -30.6 89.9 38.3 0.0838 0.0137 0.0425 0.396 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.6 89.9 38.3 3.53e-06 0 0 0 Tank initStep + 1 -2.73e+03 5e+03 -3.57e+03 3.53e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 -2.73e+03 5e+03 -3.57e+03 3.53e-06 0 0 6.67e+03 Tank Transportation + 3 -3.72e+03 4.81e+03 -5e+03 3.53e-06 0 1.74e+03 8.41e+03 expHall Transportation + 4 -1e+04 3.07e+03 -8.14e+03 3.53e-06 0 7.24e+03 1.56e+04 world Transportation + 5 -1.5e+04 1.68e+03 -1.06e+04 3.53e-06 0 5.76e+03 2.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 26 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -30.6 89.9 38.3 0.0838 0 0 0.396 Tank initStep + 10 -30.5 89.9 38.3 0.0807 0.00306 0.00836 0.405 Tank msc + 11 -30.5 89.9 38.3 0.0685 0.0122 0.0348 0.44 Tank eIoni + 12 -30.5 89.9 38.2 0.0514 0.0171 0.0297 0.469 Tank eIoni + 13 -30.5 89.9 38.2 0.0398 0.0115 0.0232 0.492 Tank eIoni + 14 -30.5 89.9 38.2 0.019 0.0209 0.0189 0.511 Tank eIoni + 15 -30.5 89.9 38.2 0 0.019 0.00768 0.519 Tank eIoni + 16 -30.5 89.9 38.2 0 0 0 0.519 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.5 89.9 38.2 3.57e-06 0 0 0 Tank initStep + 1 5e+03 608 666 3.57e-06 0 5.1e+03 5.1e+03 expHall Transportation + 2 1e+04 3.85e+03 4.43e+03 3.57e-06 0 7.05e+03 1.21e+04 world Transportation + 3 1.5e+04 7.1e+03 8.2e+03 3.57e-06 0 7.05e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.5 89.9 38.2 2.36e-06 0 0 0 Tank initStep + 1 -2.08e+03 -2.79e+03 -5e+03 2.36e-06 0 6.16e+03 6.16e+03 expHall Transportation + 2 -2.08e+03 -2.79e+03 -5e+03 2.36e-06 0 0 6.16e+03 Tank Transportation + 3 -2.15e+03 -5e+03 -2.91e+03 2.36e-06 0 3.04e+03 9.2e+03 expHall Transportation + 4 -2.15e+03 -5e+03 -2.91e+03 2.36e-06 0 0 9.2e+03 Tank Transportation + 5 -2.7e+03 -3.44e+03 -1.44e+03 2.36e-06 2.36e-06 2.21e+03 1.14e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.15 -0.309 0.484 2.35e-06 0 0 0 Tank initStep + 1 -1.67e+03 4.66e+03 3.84e+03 2.35e-06 2.35e-06 6.27e+03 6.27e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.133 -0.0274 0.0152 0.476 0.0242 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0154 -0.00319 0.00177 3.56e-06 0 0 0 Tank initStep + 1 2.25e+03 5e+03 171 3.56e-06 0 5.49e+03 5.49e+03 expHall Transportation + 2 6.01e+03 1e+04 -559 3.56e-06 0 6.3e+03 1.18e+04 world Transportation + 3 9.76e+03 1.5e+04 -1.29e+03 3.56e-06 0 6.3e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0974 -0.0201 0.0112 2.63e-06 0 0 0 Tank initStep + 1 -293 5e+03 -2.22e+03 2.63e-06 0 5.48e+03 5.48e+03 expHall Transportation + 2 -293 5e+03 -2.22e+03 2.63e-06 0 0 5.48e+03 Tank Transportation + 3 -1.55e+03 3.83e+03 -5e+03 2.63e-06 0 3.27e+03 8.74e+03 expHall Transportation + 4 -1.55e+03 3.83e+03 -5e+03 2.63e-06 0 0 8.74e+03 Tank Transportation + 5 -4.7e+03 1.42e+03 5e+03 2.63e-06 0 1.08e+04 1.95e+04 expHall Transportation + 6 -6.56e+03 106 1e+04 2.63e-06 0 5.49e+03 2.5e+04 world Transportation + 7 -8.41e+03 -1.21e+03 1.5e+04 2.63e-06 0 5.49e+03 3.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0304 -0.00628 0.00349 3.39e-06 0 0 0 Tank initStep + 1 5e+03 -4.58e+03 309 3.39e-06 0 6.79e+03 6.79e+03 expHall Transportation + 2 5e+03 -4.58e+03 309 3.39e-06 0 0 6.79e+03 Tank Transportation + 3 4.84e+03 -5e+03 378 3.39e-06 0 457 7.24e+03 expHall Transportation + 4 4.84e+03 -5e+03 378 3.39e-06 0 0 7.24e+03 Tank Transportation + 5 5e+03 -3.55e+03 202 3.39e-06 0 1.47e+03 8.71e+03 expHall Transportation + 6 5e+03 -3.55e+03 202 3.39e-06 0 0 8.71e+03 Tank Transportation + 7 -1.76e+03 5e+03 -879 3.39e-06 0 1.1e+04 1.97e+04 expHall Transportation + 8 -1e+04 5.37e+03 -1.84e+03 3.39e-06 0 8.3e+03 2.8e+04 world Transportation + 9 -1.5e+04 5.6e+03 -2.42e+03 3.39e-06 0 5.04e+03 3.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0972 -0.0201 0.0111 2.9e-06 0 0 0 Tank initStep + 1 5e+03 602 3.12e+03 2.9e-06 0 5.92e+03 5.92e+03 expHall Transportation + 2 5e+03 602 3.12e+03 2.9e-06 0 0 5.92e+03 Tank Transportation + 3 2.97e+03 -5e+03 1.78e+03 2.9e-06 0 6.11e+03 1.2e+04 expHall Transportation + 4 -5.35e+03 -1e+04 -4.19e+03 2.9e-06 0 1.14e+04 2.34e+04 world Transportation + 5 -1.37e+04 -1.5e+04 -1.02e+04 2.9e-06 0 1.14e+04 3.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0839 -0.0173 0.00961 3.6e-06 0 0 0 Tank initStep + 1 5e+03 -4.55e+03 126 3.6e-06 0 6.76e+03 6.76e+03 expHall Transportation + 2 6.65e+03 -1e+04 -1.44e+03 3.6e-06 0 5.91e+03 1.27e+04 world Transportation + 3 8.17e+03 -1.5e+04 -2.87e+03 3.6e-06 0 5.42e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0197 -0.00406 0.00225 2.89e-06 0 0 0 Tank initStep + 1 35.7 -14.6 -16 2.89e-06 2.89e-06 41.7 41.7 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.133 -0.0274 0.0152 0.476 0 0 0.139 Tank initStep + 2 0.234 -0.0754 0.0705 0.453 0.023 0.126 0.266 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.148 -0.0344 0.0233 3.28e-06 0 0 0 Tank initStep + 1 1.36e+03 -4.04e+03 5e+03 3.28e-06 0 6.57e+03 6.57e+03 expHall Transportation + 2 3.46e+03 -1e+04 6.35e+03 3.28e-06 0 6.46e+03 1.3e+04 world Transportation + 3 5.22e+03 -1.5e+04 7.49e+03 3.28e-06 0 5.42e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.223 -0.0703 0.0646 2.75e-06 0 0 0 Tank initStep + 1 2.88e+03 -3.83e+03 5e+03 2.75e-06 0 6.93e+03 6.93e+03 expHall Transportation + 2 2.88e+03 -3.83e+03 5e+03 2.75e-06 0 0 6.93e+03 Tank Transportation + 3 3.27e+03 -5e+03 3.66e+03 2.75e-06 0 1.82e+03 8.75e+03 expHall Transportation + 4 3.27e+03 -5e+03 3.66e+03 2.75e-06 0 0 8.75e+03 Tank Transportation + 5 4.52e+03 -761 1.19e+03 2.75e-06 2.75e-06 5.06e+03 1.38e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.234 -0.0754 0.0705 0.453 0 0 0.266 Tank initStep + 3 0.316 -0.134 0.123 0.351 0.102 0.114 0.38 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.285 -0.112 0.103 3.08e-06 0 0 0 Tank initStep + 1 -697 5e+03 -1.83e+03 3.08e-06 0 5.37e+03 5.37e+03 expHall Transportation + 2 -1.9e+03 1e+04 -6.48e+03 3.08e-06 0 6.94e+03 1.23e+04 world Transportation + 3 -3.1e+03 1.5e+04 -1.11e+04 3.08e-06 0 6.94e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.253 -0.0889 0.0826 3.44e-06 0 0 0 Tank initStep + 1 1.6e+03 -2.03e+03 5e+03 3.44e-06 0 5.63e+03 5.63e+03 expHall Transportation + 2 5.17e+03 -4.68e+03 1e+04 3.44e-06 0 6.69e+03 1.23e+04 world Transportation + 3 8.73e+03 -7.33e+03 1.5e+04 3.44e-06 0 6.69e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.237 -0.0773 0.0722 3.23e-06 0 0 0 Tank initStep + 1 5e+03 4.33e+03 -2.01e+03 3.23e-06 0 6.91e+03 6.91e+03 expHall Transportation + 2 6.22e+03 1e+04 -4.17e+03 3.23e-06 0 6.2e+03 1.31e+04 world Transportation + 3 7.3e+03 1.5e+04 -6.08e+03 3.23e-06 0 5.46e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.296 -0.12 0.111 2.46e-06 0 0 0 Tank initStep + 1 648 23.8 210 2.46e-06 2.46e-06 681 681 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.316 -0.134 0.123 0.351 0 0 0.38 Tank initStep + 4 0.358 -0.117 0.087 0.34 0.0111 0.0685 0.449 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.321 -0.132 0.119 3.38e-06 0 0 0 Tank initStep + 1 -5e+03 4.62e+03 491 3.38e-06 0 6.83e+03 6.83e+03 expHall Transportation + 2 -5e+03 4.62e+03 491 3.38e-06 0 0 6.83e+03 Tank Transportation + 3 -4.53e+03 5e+03 339 3.38e-06 0 622 7.45e+03 expHall Transportation + 4 -4.53e+03 5e+03 339 3.38e-06 0 0 7.45e+03 Tank Transportation + 5 2.48e+03 -5e+03 3.47e+03 3.38e-06 0 1.26e+04 2.01e+04 expHall Transportation + 6 2.48e+03 -5e+03 3.47e+03 3.38e-06 0 0 2.01e+04 Tank Transportation + 7 5e+03 -300 4.77e+03 3.38e-06 0 5.49e+03 2.55e+04 expHall Transportation + 8 5e+03 -300 4.77e+03 3.38e-06 0 0 2.55e+04 Tank Transportation + 9 4.41e+03 1.17e+03 5e+03 3.38e-06 0 1.6e+03 2.71e+04 expHall Transportation + 10 4.41e+03 1.17e+03 5e+03 3.38e-06 0 0 2.71e+04 Tank Transportation + 11 2.23e+03 4.97e+03 3.91e+03 3.38e-06 3.38e-06 4.51e+03 3.17e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.334 -0.127 0.107 3.04e-06 0 0 0 Tank initStep + 1 -5e+03 -1.82e+03 -3.78e+03 3.04e-06 0 6.53e+03 6.53e+03 expHall Transportation + 2 -5e+03 -1.82e+03 -3.78e+03 3.04e-06 0 0 6.53e+03 Tank Transportation + 3 -4.37e+03 -2.21e+03 -5e+03 3.04e-06 0 1.42e+03 7.95e+03 expHall Transportation + 4 4.31e+03 -1e+04 -8.3e+03 3.04e-06 0 1.21e+04 2.01e+04 world Transportation + 5 9.87e+03 -1.5e+04 -1.04e+04 3.04e-06 0 7.78e+03 2.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.358 -0.117 0.0873 4.13e-06 0 0 0 Tank initStep + 1 -1.16e+03 2.12e+03 -721 4.13e-06 4.13e-06 2.53e+03 2.53e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.358 -0.117 0.087 0.34 0 0 0.449 Tank initStep + 5 0.388 -0.0948 0.0348 0.328 0.0111 0.0642 0.513 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.375 -0.104 0.0569 3.43e-06 0 0 0 Tank initStep + 1 100 -175 191 3.43e-06 0 277 277 Tank OpRayleigh + 2 1.65e+03 5e+03 -1.75e+03 3.43e-06 0 5.74e+03 6.02e+03 expHall Transportation + 3 1.65e+03 5e+03 -1.75e+03 3.43e-06 0 0 6.02e+03 Tank Transportation + 4 4.19e+03 3.42e+03 -4.53e+03 3.43e-06 3.43e-06 4.08e+03 1.01e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.388 -0.0949 0.0349 3.84e-06 0 0 0 Tank initStep + 1 1.56e+03 -5e+03 1.25e+03 3.84e-06 0 5.39e+03 5.39e+03 expHall Transportation + 2 5.64e+03 -1e+04 8.84e+03 3.84e-06 0 9.96e+03 1.53e+04 world Transportation + 3 8.96e+03 -1.41e+04 1.5e+04 3.84e-06 0 8.09e+03 2.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.388 -0.0948 0.0348 0.328 0 0 0.513 Tank initStep + 6 0.409 -0.0733 -0.017 0.319 0.0098 0.0601 0.573 Tank Cerenkov + 7 0.432 -0.0597 -0.065 0.308 0.0109 0.0566 0.63 Tank Cerenkov + 8 0.457 -0.044 -0.107 0.295 0.0123 0.0528 0.683 Tank Cerenkov + 9 0.464 -0.0396 -0.153 0.284 0.0117 0.0487 0.731 Tank Cerenkov + 10 0.472 -0.0405 -0.196 0.274 0.01 0.045 0.776 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -******************************************************************************** +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.469 -0.0402 -0.182 4.11e-06 0 0 0 Tank initStep + 1 160 366 -121 4.11e-06 4.11e-06 417 417 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.472 -0.0405 -0.196 0.274 0 0 0.776 Tank initStep + 11 0.492 -0.0548 -0.23 0.261 0.0123 0.0419 0.818 Tank Cerenkov + 12 0.505 -0.0713 -0.26 0.254 0.00766 0.0383 0.856 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.494 -0.0576 -0.235 3.55e-06 0 0 0 Tank initStep + 1 -5e+03 5e+03 -1.78e+03 3.55e-06 0 7.29e+03 7.29e+03 expHall Transportation + 2 -1e+04 6.64e+03 -3.37e+03 3.55e-06 0 5.5e+03 1.28e+04 world Transportation + 3 -1.5e+04 8.28e+03 -4.96e+03 3.55e-06 0 5.5e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.505 -0.0713 -0.26 0.254 0 0 0.856 Tank initStep + 13 0.513 -0.0922 -0.288 0.245 0.00872 0.0361 0.893 Tank Cerenkov + 14 0.515 -0.0978 -0.295 0.242 0.00313 0.0093 0.902 Tank Cerenkov + 15 0.53 -0.164 -0.391 0.22 0.022 0.132 1.03 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.518 -0.112 -0.315 4.04e-06 0 0 0 Tank initStep + 1 342 -131 -1.47e+03 4.04e-06 4.04e-06 1.51e+03 1.51e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.515 -0.098 -0.296 2.26e-06 0 0 0 Tank initStep + 1 978 574 309 2.26e-06 2.26e-06 1.18e+03 1.18e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.53 -0.164 -0.391 0.22 0 0 1.03 Tank initStep + 16 0.532 -0.169 -0.43 0.213 0.00637 0.04 1.07 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.531 -0.168 -0.422 3.63e-06 0 0 0 Tank initStep + 1 -1.69e+03 -5e+03 -900 3.63e-06 0 5.35e+03 5.35e+03 expHall Transportation + 2 -4.36e+03 -1e+04 -2.01e+03 3.63e-06 0 5.78e+03 1.11e+04 world Transportation + 3 -7.04e+03 -1.5e+04 -3.12e+03 3.63e-06 0 5.78e+03 1.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 0.532 -0.169 -0.43 0.213 0 0 1.07 Tank initStep + 17 0.538 -0.173 -0.467 0.207 0.00592 0.0382 1.11 Tank msc + 18 0.56 -0.174 -0.559 0.185 0.0222 0.107 1.22 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.541 -0.173 -0.481 3.72e-06 0 0 0 Tank initStep + 1 -1.15e+03 -5e+03 -937 3.72e-06 0 5.22e+03 5.22e+03 expHall Transportation + 2 -3.51e+03 -1e+04 -2.34e+03 3.72e-06 0 5.7e+03 1.09e+04 world Transportation + 3 -5.87e+03 -1.5e+04 -3.74e+03 3.72e-06 0 5.7e+03 1.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.54 -0.173 -0.474 2.15e-06 0 0 0 Tank initStep + 1 2.01e+03 5e+03 -463 2.15e-06 0 5.41e+03 5.41e+03 expHall Transportation + 2 2.01e+03 5e+03 -463 2.15e-06 0 0 5.41e+03 Tank Transportation + 3 -5e+03 4.45e+03 -2.29e+03 2.15e-06 0 7.27e+03 1.27e+04 expHall Transportation + 4 -1e+04 5.31e+03 -5.11e+03 2.15e-06 0 5.81e+03 1.85e+04 world Transportation + 5 -1.5e+04 6.18e+03 -7.94e+03 2.15e-06 0 5.81e+03 2.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 0.56 -0.174 -0.559 0.185 0 0 1.22 Tank initStep + 19 0.57 -0.186 -0.585 0.18 0.00483 0.0303 1.25 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.569 -0.184 -0.581 3.3e-06 0 0 0 Tank initStep + 1 5e+03 2.9e+03 -2.61e+03 3.3e-06 0 6.34e+03 6.34e+03 expHall Transportation + 2 5.62e+03 1e+04 -7.51e+03 3.3e-06 0 8.65e+03 1.5e+04 world Transportation + 3 6.06e+03 1.5e+04 -1.1e+04 3.3e-06 0 6.09e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 0.57 -0.186 -0.585 0.18 0 0 1.25 Tank initStep + 20 0.575 -0.204 -0.607 0.174 0.00607 0.029 1.28 Tank msc + 21 0.581 -0.25 -0.665 0.154 0.0202 0.0844 1.36 Tank eIoni + 22 0.607 -0.307 -0.666 0.139 0.015 0.0717 1.43 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.602 -0.297 -0.666 2.32e-06 0 0 0 Tank initStep + 1 111 5e+03 -4.4e+03 2.32e-06 0 6.66e+03 6.66e+03 expHall Transportation + 2 111 5e+03 -4.4e+03 2.32e-06 0 0 6.66e+03 Tank Transportation + 3 238 4.47e+03 -5e+03 2.32e-06 0 809 7.47e+03 expHall Transportation + 4 238 4.47e+03 -5e+03 2.32e-06 0 0 7.47e+03 Tank Transportation + 5 923 5e+03 -4.88e+03 2.32e-06 0 874 8.35e+03 expHall Transportation + 6 923 5e+03 -4.88e+03 2.32e-06 0 0 8.35e+03 Tank Transportation + 7 1.76e+03 4.4e+03 -5e+03 2.32e-06 0 1.03e+03 9.38e+03 expHall Transportation + 8 1.76e+03 4.4e+03 -5e+03 2.32e-06 0 0 9.38e+03 Tank Transportation + 9 5e+03 2.35e+03 -3.68e+03 2.32e-06 0 4.06e+03 1.34e+04 expHall Transportation + 10 1e+04 -3.47e+03 -773 2.32e-06 0 8.2e+03 2.16e+04 world Transportation + 11 1.5e+04 -9.29e+03 2.14e+03 2.32e-06 0 8.2e+03 2.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.595 -0.281 -0.666 3.73e-06 0 0 0 Tank initStep + 1 -1.73e+03 2.64e+03 5e+03 3.73e-06 0 5.91e+03 5.91e+03 expHall Transportation + 2 -1.73e+03 2.64e+03 5e+03 3.73e-06 0 0 5.91e+03 Tank Transportation + 3 -2.33e+03 5e+03 3.92e+03 3.73e-06 0 2.66e+03 8.58e+03 expHall Transportation + 4 -2.33e+03 5e+03 3.92e+03 3.73e-06 0 0 8.58e+03 Tank Transportation + 5 -3.79e+03 4.15e+03 2.97e+03 3.73e-06 0 1.94e+03 1.05e+04 Tank OpRayleigh + 6 919 1.97e+03 -5e+03 3.73e-06 0 9.51e+03 2e+04 expHall Transportation + 7 919 1.97e+03 -5e+03 3.73e-06 0 0 2e+04 Tank Transportation + 8 5e+03 -4.7e+03 -435 3.73e-06 0 9.05e+03 2.91e+04 expHall Transportation + 9 5e+03 -4.7e+03 -435 3.73e-06 0 0 2.91e+04 Tank Transportation + 10 4.55e+03 -5e+03 -12.6 3.73e-06 0 684 2.98e+04 expHall Transportation + 11 4.55e+03 -5e+03 -12.6 3.73e-06 0 0 2.98e+04 Tank Transportation + 12 -2.5e+03 4.38e+03 2.31e+03 3.73e-06 3.73e-06 1.2e+04 4.17e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.593 -0.275 -0.665 3.01e-06 0 0 0 Tank initStep + 1 84.3 -369 63.7 3.01e-06 3.01e-06 383 383 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 0.607 -0.307 -0.666 0.139 0 0 1.43 Tank initStep + 23 0.609 -0.324 -0.674 0.136 0.0032 0.0188 1.45 Tank msc + 24 0.618 -0.372 -0.693 0.115 0.0206 0.061 1.51 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.615 -0.356 -0.687 3.86e-06 0 0 0 Tank initStep + 1 2.02e+03 4.89e+03 -5e+03 3.86e-06 0 7.28e+03 7.28e+03 expHall Transportation + 2 2.02e+03 4.89e+03 -5e+03 3.86e-06 0 0 7.28e+03 Tank Transportation + 3 2.06e+03 5e+03 -4.86e+03 3.86e-06 3.86e-06 181 7.46e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.612 -0.341 -0.681 3.07e-06 0 0 0 Tank initStep + 1 -1.28e+03 -76.3 3.14e+03 3.07e-06 0 3.39e+03 3.39e+03 Tank OpRayleigh + 2 1.24e+03 -5e+03 2.4e+03 3.07e-06 0 5.58e+03 8.97e+03 expHall Transportation + 3 5.07e+03 -1e+04 -521 3.07e-06 0 6.94e+03 1.59e+04 world Transportation + 4 8.9e+03 -1.5e+04 -3.44e+03 3.07e-06 0 6.94e+03 2.29e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 24 0.618 -0.372 -0.693 0.115 0 0 1.51 Tank initStep + 25 0.609 -0.373 -0.702 0.111 0.00389 0.0137 1.53 Tank msc + 26 0.585 -0.361 -0.733 0.0948 0.0166 0.0478 1.58 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.601 -0.369 -0.712 3.54e-06 0 0 0 Tank initStep + 1 -1.29e+03 2.19e+03 -5e+03 3.54e-06 0 5.61e+03 5.61e+03 expHall Transportation + 2 -2.74e+03 9.04e+03 -1e+04 3.54e-06 0 8.61e+03 1.42e+04 world Transportation + 3 -4.01e+03 1.5e+04 -1.43e+04 3.54e-06 0 7.49e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.589 -0.363 -0.728 3.21e-06 0 0 0 Tank initStep + 1 957 -2.69e+03 -4.69e+03 3.21e-06 3.21e-06 5.49e+03 5.49e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 0.585 -0.361 -0.733 0.0948 0 0 1.58 Tank initStep + 27 0.582 -0.353 -0.738 0.0921 0.00266 0.00978 1.59 Tank msc + 28 0.569 -0.332 -0.757 0.0779 0.0142 0.0386 1.62 Tank eIoni + 29 0.572 -0.31 -0.772 0.056 0.0219 0.0324 1.66 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.57 -0.32 -0.765 3.54e-06 0 0 0 Tank initStep + 1 2.86e+03 -562 -1.05e+03 3.54e-06 3.54e-06 3.1e+03 3.1e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 0.572 -0.31 -0.772 0.056 0 0 1.66 Tank initStep + 30 0.575 -0.309 -0.774 0.0534 0.00261 0.00389 1.66 Tank msc + 31 0.589 -0.304 -0.784 0.0415 0.0119 0.0232 1.68 Tank eIoni + 32 0.584 -0.298 -0.774 0.0285 0.013 0.0189 1.7 Tank eIoni + 33 0.59 -0.294 -0.771 0.01 0.0185 0.0134 1.72 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.585 -0.297 -0.773 4.08e-06 0 0 0 Tank initStep + 1 -4.43e+03 5e+03 -3e+03 4.08e-06 0 7.32e+03 7.32e+03 expHall Transportation + 2 -4.43e+03 5e+03 -3e+03 4.08e-06 0 0 7.32e+03 Tank Transportation + 3 -5e+03 4.3e+03 -3.41e+03 4.08e-06 0 996 8.32e+03 expHall Transportation + 4 -5e+03 4.3e+03 -3.41e+03 4.08e-06 0 0 8.32e+03 Tank Transportation + 5 -458 674 -3.7e+03 4.08e-06 0 5.82e+03 1.41e+04 Tank OpRayleigh + 6 5e+03 -85.9 -11 4.08e-06 0 6.63e+03 2.08e+04 expHall Transportation + 7 5e+03 -85.9 -11 4.08e-06 0 0 2.08e+04 Tank Transportation + 8 1.05e+03 514 5e+03 4.08e-06 0 6.41e+03 2.72e+04 expHall Transportation + 9 1.05e+03 514 5e+03 4.08e-06 0 0 2.72e+04 Tank Transportation + 10 -3.99e+03 515 -4.22e+03 4.08e-06 4.08e-06 1.05e+04 3.77e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.585 -0.298 -0.773 2.99e-06 0 0 0 Tank initStep + 1 81.1 2.99e+03 3.03e+03 2.99e-06 0 4.25e+03 4.25e+03 Tank OpRayleigh + 2 3.2e+03 5e+03 4.24e+03 2.99e-06 0 3.9e+03 8.16e+03 expHall Transportation + 3 3.2e+03 5e+03 4.24e+03 2.99e-06 0 0 8.16e+03 Tank Transportation + 4 5e+03 3.6e+03 3.99e+03 2.99e-06 0 2.3e+03 1.05e+04 expHall Transportation + 5 5e+03 3.6e+03 3.99e+03 2.99e-06 0 0 1.05e+04 Tank Transportation + 6 -5e+03 -3.84e+03 2.55e+03 2.99e-06 0 1.25e+04 2.3e+04 expHall Transportation + 7 -5e+03 -3.84e+03 2.55e+03 2.99e-06 0 0 2.3e+04 Tank Transportation + 8 -3.59e+03 -5e+03 2.48e+03 2.99e-06 0 1.83e+03 2.48e+04 expHall Transportation + 9 -3.59e+03 -5e+03 2.48e+03 2.99e-06 0 0 2.48e+04 Tank Transportation + 10 4.55e+03 -2.27e+03 5e+03 2.99e-06 0 8.95e+03 3.38e+04 expHall Transportation + 11 4.55e+03 -2.27e+03 5e+03 2.99e-06 0 0 3.38e+04 Tank Transportation + 12 5e+03 -2.02e+03 4.57e+03 2.99e-06 0 672 3.45e+04 expHall Transportation + 13 5e+03 -2.02e+03 4.57e+03 2.99e-06 0 0 3.45e+04 Tank Transportation + 14 3.99e+03 1.42e+03 -5e+03 2.99e-06 0 1.02e+04 4.47e+04 expHall Transportation + 15 3.6e+03 3.74e+03 -1e+04 2.99e-06 0 5.53e+03 5.02e+04 world Transportation + 16 3.21e+03 6.06e+03 -1.5e+04 2.99e-06 0 5.53e+03 5.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 0.59 -0.294 -0.771 0.01 0 0 1.72 Tank initStep + 34 0.59 -0.294 -0.771 0.00973 0.000301 0.000179 1.72 Tank msc + 35 0.59 -0.293 -0.772 0 0.00973 0.00212 1.72 Tank eIoni + 36 0.59 -0.293 -0.772 0 0 0 1.72 Tank annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.59 -0.293 -0.772 0.511 0 0 0 Tank initStep + 1 407 -131 71.9 0.455 1.36e-05 433 433 Tank compt + 2 458 -141 54.4 0.168 1.36e-05 55.4 488 Tank compt + 3 417 -153 62.6 0.129 2.92e-05 43.4 532 Tank compt + 4 421 -148 100 0.126 1.42e-05 37.9 569 Tank compt + 5 406 -111 180 0.12 1.42e-05 89.1 659 Tank compt + 6 419 -101 206 0.118 2.92e-05 31.2 690 Tank compt + 7 540 -82.5 312 0.0809 1.36e-05 161 851 Tank compt + 8 515 -93 285 0.0732 1.36e-05 38.3 889 Tank compt + 9 540 -114 245 0.0679 2.92e-05 51.8 941 Tank compt + 10 540 -114 244 0.0639 1.36e-05 0.5 942 Tank compt + 11 470 -28.7 218 0.0592 2.92e-05 114 1.06e+03 Tank compt + 12 470 -17.4 227 0.0538 1.42e-05 14.5 1.07e+03 Tank compt + 13 481 -34.5 257 0.0521 1.42e-05 36 1.11e+03 Tank compt + 14 474 -40.9 306 0 0.000538 50.4 1.16e+03 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 474 -40.9 306 0.0516 0 0 0 Tank initStep + 1 474 -40.9 306 0.0497 0.00182 0.0036 0.0036 Tank msc + 2 474 -40.9 306 0.0325 0.0173 0.0226 0.0262 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 474 -40.9 306 4.11e-06 0 0 0 Tank initStep + 1 -5e+03 -4.06e+03 2.99e+03 4.11e-06 0 7.3e+03 7.3e+03 expHall Transportation + 2 -5e+03 -4.06e+03 2.99e+03 4.11e-06 0 0 7.3e+03 Tank Transportation + 3 -3.16e+03 -5e+03 4.18e+03 4.11e-06 0 2.38e+03 9.68e+03 expHall Transportation + 4 -3.16e+03 -5e+03 4.18e+03 4.11e-06 0 0 9.68e+03 Tank Transportation + 5 -1.88e+03 -4.06e+03 5e+03 4.11e-06 0 1.79e+03 1.15e+04 expHall Transportation + 6 -1.88e+03 -4.06e+03 5e+03 4.11e-06 0 0 1.15e+04 Tank Transportation + 7 -394 -2.94e+03 3.87e+03 4.11e-06 4.11e-06 2.18e+03 1.37e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 474 -40.9 306 0.0325 0 0 0.0262 Tank initStep + 3 474 -40.9 306 0.0318 0.000669 0.00159 0.0277 Tank msc + 4 474 -40.9 306 0.0112 0.0206 0.0157 0.0434 Tank eIoni + 5 474 -40.9 306 0 0.0112 0.00304 0.0465 Tank eIoni + 6 474 -40.9 306 0 0 0 0.0465 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 474 -40.9 306 3.15e-06 0 0 0 Tank initStep + 1 -4.08e+03 1.87e+03 -5e+03 3.15e-06 0 7.25e+03 7.25e+03 expHall Transportation + 2 -4.08e+03 1.87e+03 -5e+03 3.15e-06 0 0 7.25e+03 Tank Transportation + 3 -5e+03 2.37e+03 -4.35e+03 3.15e-06 0 1.23e+03 8.48e+03 expHall Transportation + 4 -1e+04 7.81e+03 2.3e+03 3.15e-06 0 9.95e+03 1.84e+04 world Transportation + 5 -1.5e+04 1.33e+04 8.96e+03 3.15e-06 0 9.95e+03 2.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 481 -34.5 257 0.00163 0 0 0 Tank initStep + 1 481 -34.5 257 0.0016 3e-05 9.1e-06 9.1e-06 Tank msc + 2 481 -34.5 257 0 0.0016 0.00011 0.000119 Tank eIoni + 3 481 -34.5 257 0 0 0 0.000119 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 470 -17.4 227 0.00548 0 0 0 Tank initStep + 1 470 -17.4 227 0.00544 3.53e-05 6.93e-05 6.93e-05 Tank msc + 2 470 -17.4 227 0 0.00544 0.000857 0.000926 Tank eIoni + 3 470 -17.4 227 0 0 0 0.000926 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 470 -28.7 218 0.00459 0 0 0 Tank initStep + 1 470 -28.7 218 0.0045 9.46e-05 5.12e-05 5.12e-05 Tank msc + 2 470 -28.7 218 0 0.0045 0.000617 0.000668 Tank eIoni + 3 470 -28.7 218 0 0 0 0.000668 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 540 -114 244 0.00404 0 0 0 Tank initStep + 1 540 -114 244 0.00404 0 4.1e-05 4.1e-05 Tank msc + 2 540 -114 244 0 0.00404 0.000513 0.000554 Tank eIoni + 3 540 -114 244 0 0 0 0.000554 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 540 -114 245 0.00525 0 0 0 Tank initStep + 1 540 -114 245 0.00519 5.39e-05 6.43e-05 6.43e-05 Tank msc + 2 540 -114 245 0 0.00519 0.00079 0.000854 Tank eIoni + 3 540 -114 245 0 0 0 0.000854 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 515 -93 285 0.00773 0 0 0 Tank initStep + 1 515 -93 285 0.00762 0.000105 0.000126 0.000126 Tank msc + 2 515 -93 285 0 0.00762 0.00154 0.00166 Tank eIoni + 3 515 -93 285 0 0 0 0.00166 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 515 -93 285 3.86e-06 0 0 0 Tank initStep + 1 2.9e+03 -5e+03 2.43e+03 3.86e-06 0 5.86e+03 5.86e+03 expHall Transportation + 2 6.03e+03 -1e+04 6.4e+03 3.86e-06 0 7.12e+03 1.3e+04 world Transportation + 3 9.17e+03 -1.5e+04 1.04e+04 3.86e-06 0 7.12e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 540 -82.5 312 0.0367 0 0 0 Tank initStep + 1 540 -82.5 312 0.0363 0.000409 0.00198 0.00198 Tank msc + 2 540 -82.5 312 0.0105 0.0258 0.0175 0.0195 Tank eIoni + 3 540 -82.5 312 0 0.0105 0.00268 0.0222 Tank eIoni + 4 540 -82.5 312 0 0 0 0.0222 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 419 -101 206 0.00242 0 0 0 Tank initStep + 1 419 -101 206 0.00227 0.000149 1.72e-05 1.72e-05 Tank msc + 2 419 -101 206 0 0.00227 0.000194 0.000211 Tank eIoni + 3 419 -101 206 0 0 0 0.000211 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 406 -111 180 0.00593 0 0 0 Tank initStep + 1 406 -111 180 0.00544 0.000489 7.96e-05 7.96e-05 Tank msc + 2 406 -111 180 0 0.00544 0.000857 0.000936 Tank eIoni + 3 406 -111 180 0 0 0 0.000936 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 421 -148 100 0.00247 0 0 0 Tank initStep + 1 421 -148 100 0.00238 8.99e-05 1.78e-05 1.78e-05 Tank msc + 2 421 -148 100 0 0.00238 0.00021 0.000228 Tank eIoni + 3 421 -148 100 0 0 0 0.000228 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 417 -153 62.6 0.0397 0 0 0 Tank initStep + 1 417 -153 62.6 0.0369 0.00282 0.00228 0.00228 Tank msc + 2 417 -153 62.6 0.0233 0.0136 0.0178 0.0201 Tank eIoni + 3 417 -153 62.6 0.00808 0.0152 0.011 0.031 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 417 -153 62.6 3.13e-06 0 0 0 Tank initStep + 1 4.65e+03 1.15e+03 -5e+03 3.13e-06 0 6.73e+03 6.73e+03 expHall Transportation + 2 4.65e+03 1.15e+03 -5e+03 3.13e-06 0 0 6.73e+03 Tank Transportation + 3 5e+03 1.14e+03 -4.98e+03 3.13e-06 0 353 7.08e+03 expHall Transportation + 4 5e+03 1.14e+03 -4.98e+03 3.13e-06 0 0 7.08e+03 Tank Transportation + 5 4.99e+03 1.12e+03 -5e+03 3.13e-06 0 33.4 7.11e+03 expHall Transportation + 6 4.99e+03 1.12e+03 -5e+03 3.13e-06 0 0 7.11e+03 Tank Transportation + 7 3.07e+03 -2.53e+03 5e+03 3.13e-06 0 1.08e+04 1.79e+04 expHall Transportation + 8 588 -6.21e+03 1e+04 3.13e-06 0 6.69e+03 2.46e+04 world Transportation + 9 -1.9e+03 -9.89e+03 1.5e+04 3.13e-06 0 6.69e+03 3.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 417 -153 62.6 2.38e-06 0 0 0 Tank initStep + 1 3.99e+03 980 -5e+03 2.38e-06 0 6.3e+03 6.3e+03 expHall Transportation + 2 3.99e+03 980 -5e+03 2.38e-06 0 0 6.3e+03 Tank Transportation + 3 5e+03 1.45e+03 -4.39e+03 2.38e-06 0 1.27e+03 7.57e+03 expHall Transportation + 4 5e+03 1.45e+03 -4.39e+03 2.38e-06 0 0 7.57e+03 Tank Transportation + 5 -833 5e+03 1.41e+03 2.38e-06 0 8.96e+03 1.65e+04 expHall Transportation + 6 -833 5e+03 1.41e+03 2.38e-06 0 0 1.65e+04 Tank Transportation + 7 -3.74e+03 4.53e+03 5e+03 2.38e-06 0 4.65e+03 2.12e+04 expHall Transportation + 8 -3.74e+03 4.53e+03 5e+03 2.38e-06 0 0 2.12e+04 Tank Transportation + 9 -5e+03 4.18e+03 3.81e+03 2.38e-06 0 1.77e+03 2.29e+04 expHall Transportation + 10 -5e+03 4.18e+03 3.81e+03 2.38e-06 0 0 2.29e+04 Tank Transportation + 11 2.33e+03 5e+03 -4.37e+03 2.38e-06 0 1.1e+04 3.4e+04 expHall Transportation + 12 1e+04 6.12e+03 -8.01e+03 2.38e-06 0 8.56e+03 4.25e+04 world Transportation + 13 1.5e+04 6.86e+03 -1.04e+04 2.38e-06 0 5.58e+03 4.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 417 -153 62.6 2.24e-06 0 0 0 Tank initStep + 1 434 -5e+03 2.31e+03 2.24e-06 0 5.34e+03 5.34e+03 expHall Transportation + 2 434 -5e+03 2.31e+03 2.24e-06 0 0 5.34e+03 Tank Transportation + 3 -287 -1.38e+03 5e+03 2.24e-06 0 4.57e+03 9.91e+03 expHall Transportation + 4 -287 -1.38e+03 5e+03 2.24e-06 0 0 9.91e+03 Tank Transportation + 5 -498 2.69e+03 500 2.24e-06 2.24e-06 6.07e+03 1.6e+04 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 417 -153 62.6 0.00808 0 0 0.031 Tank initStep + 4 417 -153 62.6 0.00763 0.000445 0.000136 0.0312 Tank msc + 5 417 -153 62.6 0 0.00763 0.00154 0.0327 Tank eIoni + 6 417 -153 62.6 0 0 0 0.0327 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 458 -141 54.4 0.287 0 0 0 Tank initStep + 1 458 -141 54.4 0.276 0.0111 0.0462 0.0462 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 458 -141 54.4 2.72e-06 0 0 0 Tank initStep + 1 5e+03 376 421 2.72e-06 0 4.59e+03 4.59e+03 expHall Transportation + 2 1e+04 363 1.4e+03 2.72e-06 0 5.09e+03 9.68e+03 world Transportation + 3 1.5e+04 350 2.38e+03 2.72e-06 0 5.09e+03 1.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 458 -141 54.4 3.49e-06 0 0 0 Tank initStep + 1 2.37e+03 2.03e+03 -5e+03 3.49e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 8e+03 7.46e+03 -1e+04 3.49e-06 0 9.29e+03 1.51e+04 world Transportation + 3 1.36e+04 1.29e+04 -1.5e+04 3.49e-06 0 9.29e+03 2.44e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 458 -141 54.4 2.6e-06 0 0 0 Tank initStep + 1 -682 -5e+03 1.68e+03 2.6e-06 0 5.25e+03 5.25e+03 expHall Transportation + 2 -4.42e+03 -1e+04 7.12e+03 2.6e-06 0 8.28e+03 1.35e+04 world Transportation + 3 -8.16e+03 -1.5e+04 1.26e+04 2.6e-06 0 8.28e+03 2.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 458 -141 54.4 0.276 0 0 0.0462 Tank initStep + 2 458 -141 54.4 0.267 0.00826 0.0428 0.089 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 458 -141 54.4 3.52e-06 0 0 0 Tank initStep + 1 5e+03 -4.11e+03 -3.03e+03 3.52e-06 0 6.78e+03 6.78e+03 expHall Transportation + 2 5e+03 -4.11e+03 -3.03e+03 3.52e-06 0 0 6.78e+03 Tank Transportation + 3 4.26e+03 -5e+03 -3.4e+03 3.52e-06 0 1.21e+03 7.99e+03 expHall Transportation + 4 -7.52e+03 -8.53e+03 -1e+04 3.52e-06 0 1.4e+04 2.19e+04 world Transportation + 5 -1.5e+04 -1.08e+04 -1.42e+04 3.52e-06 0 8.87e+03 3.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 458 -141 54.4 0.267 0 0 0.089 Tank initStep + 3 458 -141 54.4 0.258 0.00902 0.0404 0.129 Tank Cerenkov + 4 458 -142 54.4 0.217 0.0419 0.0378 0.167 Tank Cerenkov + 5 458 -142 54.4 0.193 0.0231 0.117 0.284 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 458 -142 54.4 2.48e-06 0 0 0 Tank initStep + 1 -420 -5e+03 -1.44e+03 2.48e-06 0 5.16e+03 5.16e+03 expHall Transportation + 2 -1.84e+03 -1e+04 -2.89e+03 2.48e-06 0 5.4e+03 1.06e+04 world Transportation + 3 -3.25e+03 -1.5e+04 -4.35e+03 2.48e-06 0 5.4e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 458 -142 54.4 3.37e-06 0 0 0 Tank initStep + 1 730 133 270 3.37e-06 3.37e-06 443 443 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 458 -142 54.4 0.193 0 0 0.284 Tank initStep + 6 458 -142 54.4 0.186 0.00795 0.0337 0.318 Tank msc + 7 458 -142 54.5 0.163 0.0224 0.0946 0.412 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 458 -142 54.4 3.03e-06 0 0 0 Tank initStep + 1 2.75e+03 -2.25e+03 -5e+03 3.03e-06 0 5.93e+03 5.93e+03 expHall Transportation + 2 2.75e+03 -2.25e+03 -5e+03 3.03e-06 0 0 5.93e+03 Tank Transportation + 3 2.82e+03 -2.82e+03 -4.57e+03 3.03e-06 3.03e-06 719 6.65e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 458 -142 54.5 0.163 0 0 0.412 Tank initStep + 8 459 -142 54.5 0.155 0.00824 0.0256 0.438 Tank msc + 9 459 -142 54.5 0.128 0.0271 0.0745 0.512 Tank eIoni + 10 459 -142 54.5 0.109 0.0188 0.0584 0.571 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 459 -142 54.5 2.31e-06 0 0 0 Tank initStep + 1 2.83e+03 -1.94e+03 -5e+03 2.31e-06 0 5.87e+03 5.87e+03 expHall Transportation + 2 2.83e+03 -1.94e+03 -5e+03 2.31e-06 0 0 5.87e+03 Tank Transportation + 3 5e+03 -2.84e+03 -3.39e+03 2.31e-06 0 2.85e+03 8.71e+03 expHall Transportation + 4 9.86e+03 -1e+04 7.86e+03 2.31e-06 0 1.42e+04 2.29e+04 world Transportation + 5 1.29e+04 -1.46e+04 1.5e+04 2.31e-06 0 9.02e+03 3.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 459 -142 54.5 3.2e-06 0 0 0 Tank initStep + 1 1.23e+03 -1.17e+03 -5e+03 3.2e-06 0 5.22e+03 5.22e+03 expHall Transportation + 2 1.97e+03 -4.24e+03 -1e+04 3.2e-06 0 5.91e+03 1.11e+04 world Transportation + 3 2.71e+03 -7.31e+03 -1.5e+04 3.2e-06 0 5.91e+03 1.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 459 -142 54.5 0.109 0 0 0.571 Tank initStep + 11 459 -142 54.5 0.105 0.00412 0.0131 0.584 Tank msc + 12 459 -142 54.5 0.0822 0.0226 0.0461 0.63 Tank eIoni + 13 459 -142 54.5 0.0678 0.0145 0.0354 0.665 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 459 -142 54.5 2.39e-06 0 0 0 Tank initStep + 1 -259 1.75e+03 -915 2.39e-06 2.39e-06 2.24e+03 2.24e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 459 -142 54.5 0.0678 0 0 0.665 Tank initStep + 14 459 -142 54.5 0.065 0.0028 0.00579 0.671 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 459 -142 54.5 2.13e-06 0 0 0 Tank initStep + 1 -94.2 301 626 2.13e-06 2.13e-06 910 910 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 459 -142 54.5 2.06e-06 0 0 0 Tank initStep + 1 -1.45e+03 -116 1.64e+03 2.06e-06 2.06e-06 2.48e+03 2.48e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 459 -142 54.5 0.065 0 0 0.671 Tank initStep + 15 459 -142 54.5 0.0621 0.00285 0.00539 0.676 Tank msc + 16 459 -142 54.4 0.0516 0.0105 0.0272 0.704 Tank eIoni + 17 459 -142 54.4 0.0371 0.0145 0.0232 0.727 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 459 -142 54.4 2.75e-06 0 0 0 Tank initStep + 1 251 5e+03 2.01e+03 2.75e-06 0 5.5e+03 5.5e+03 expHall Transportation + 2 -1.45e+03 1e+04 4.82e+03 2.75e-06 0 5.98e+03 1.15e+04 world Transportation + 3 -3.14e+03 1.5e+04 7.63e+03 2.75e-06 0 5.98e+03 1.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 459 -142 54.4 0.0371 0 0 0.727 Tank initStep + 18 459 -142 54.4 0.0358 0.00134 0.00202 0.729 Tank msc + 19 459 -142 54.4 0.0209 0.0149 0.0174 0.746 Tank eIoni + 20 459 -142 54.4 0 0.0209 0.0091 0.755 Tank eIoni + 21 459 -142 54.4 0 0 0 0.755 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 40 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 459 -142 54.4 3.13e-06 0 0 0 Tank initStep + 1 9.72 -1.16e+03 -623 3.13e-06 3.13e-06 1.3e+03 1.3e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 407 -131 71.9 0.0558 0 0 0 Tank initStep + 1 407 -131 71.9 0.0546 0.00126 0.00414 0.00414 Tank msc + 2 407 -131 71.9 0.0441 0.0105 0.0243 0.0285 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 407 -131 71.9 3.23e-06 0 0 0 Tank initStep + 1 640 -1.87e+03 38.8 3.23e-06 3.23e-06 1.75e+03 1.75e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 407 -131 71.9 3.9e-06 0 0 0 Tank initStep + 1 -2.37e+03 -335 -2.96e+03 3.9e-06 0 4.12e+03 4.12e+03 Tank OpRayleigh + 2 5e+03 -4.8e+03 -2.45e+03 3.9e-06 0 8.63e+03 1.27e+04 expHall Transportation + 3 5e+03 -4.8e+03 -2.45e+03 3.9e-06 0 0 1.27e+04 Tank Transportation + 4 4.72e+03 -5e+03 -2.58e+03 3.9e-06 0 367 1.31e+04 expHall Transportation + 5 4.72e+03 -5e+03 -2.58e+03 3.9e-06 0 0 1.31e+04 Tank Transportation + 6 -1.97e+03 5e+03 -1.89e+03 3.9e-06 0 1.21e+04 2.52e+04 expHall Transportation + 7 -1.97e+03 5e+03 -1.89e+03 3.9e-06 0 0 2.52e+04 Tank Transportation + 8 -5e+03 1.11e+03 3.07e+03 3.9e-06 0 6.99e+03 3.22e+04 expHall Transportation + 9 -5e+03 1.11e+03 3.07e+03 3.9e-06 0 0 3.22e+04 Tank Transportation + 10 -3.82e+03 -138 5e+03 3.9e-06 0 2.59e+03 3.47e+04 expHall Transportation + 11 -3.82e+03 -138 5e+03 3.9e-06 0 0 3.47e+04 Tank Transportation + 12 -2.28e+03 -5e+03 -255 3.9e-06 0 7.32e+03 4.21e+04 expHall Transportation + 13 -2.28e+03 -5e+03 -255 3.9e-06 0 0 4.21e+04 Tank Transportation + 14 -3.22e+03 -1.01e+03 -5e+03 3.9e-06 0 6.27e+03 4.83e+04 expHall Transportation + 15 -3.22e+03 -1.01e+03 -5e+03 3.9e-06 0 0 4.83e+04 Tank Transportation + 16 -3.29e+03 -711 -4.57e+03 3.9e-06 0 525 4.89e+04 Tank OpRayleigh + 17 -3.46e+03 -1.32e+03 -5e+03 3.9e-06 0 764 4.96e+04 expHall Transportation + 18 -7.55e+03 -9.07e+03 -1e+04 3.9e-06 0 1.01e+04 5.97e+04 world Transportation + 19 -1.07e+04 -1.5e+04 -1.38e+04 3.9e-06 0 7.72e+03 6.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 407 -131 71.9 0.0441 0 0 0.0285 Tank initStep + 3 407 -131 71.9 0.0433 0.000809 0.00273 0.0312 Tank msc + 4 407 -131 71.9 0.0274 0.0158 0.0202 0.0514 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 407 -131 71.9 3.95e-06 0 0 0 Tank initStep + 1 -1.4e+03 237 5e+03 3.95e-06 0 5.26e+03 5.26e+03 expHall Transportation + 2 -1.4e+03 237 5e+03 3.95e-06 0 0 5.26e+03 Tank Transportation + 3 -1.35e+03 176 -751 3.95e-06 3.95e-06 5.75e+03 1.1e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 407 -131 71.9 0.0274 0 0 0.0514 Tank initStep + 5 407 -131 71.9 0.0267 0.00073 0.00118 0.0526 Tank msc + 6 407 -131 71.9 0.00875 0.0179 0.0131 0.0657 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 407 -131 71.9 2.46e-06 0 0 0 Tank initStep + 1 -5e+03 688 910 2.46e-06 0 5.53e+03 5.53e+03 expHall Transportation + 2 -1e+04 551 4.26e+03 2.46e-06 0 6.02e+03 1.16e+04 world Transportation + 3 -1.5e+04 415 7.62e+03 2.46e-06 0 6.02e+03 1.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 407 -131 71.9 0.00875 0 0 0.0657 Tank initStep + 7 407 -131 71.9 0.00863 0.00012 0.000157 0.0659 Tank msc + 8 407 -131 71.9 0 0.00863 0.00191 0.0678 Tank eIoni + 9 407 -131 71.9 0 0 0 0.0678 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.59 -0.293 -0.772 0.511 0 0 0 Tank initStep + 1 -8.11 2.51 -2.33 0.252 1.36e-05 9.28 9.28 Tank compt + 2 6.6 35.7 -20.3 0.25 2.92e-05 40.6 49.8 Tank compt + 3 45.5 102 -45.4 0.136 1.42e-05 80.5 130 Tank compt + 4 24.7 74.9 -63.5 0.128 0.000537 38.4 169 Tank compt + 5 13.2 -29.6 -141 0.0871 0.000537 131 299 Tank compt + 6 -3.65 10 -87.7 0.084 1.42e-05 68.5 368 Tank compt + 7 -5.17 9.89 -85.1 0.0718 0.000537 3.04 371 Tank compt + 8 7.05 9.92 -81.9 0.0573 1.42e-05 12.6 384 Tank compt + 9 3.35 7.7 -82.7 0.0556 1.42e-05 4.4 388 Tank compt + 10 -4.59 -6.09 -76.3 0.0556 0 17.1 405 Tank Rayl + 11 -30.1 -58.4 -39.2 0.0529 2.92e-05 69.1 474 Tank compt + 12 -39.5 -60.9 -39.3 0.0501 1.42e-05 9.72 484 Tank compt + 13 -60.7 -108 10.1 0.0462 1.36e-05 71.8 556 Tank compt + 14 -89.8 -88.8 23.6 0.0392 2.92e-05 37.5 593 Tank compt + 15 -74.1 -110 15.1 0.0392 0 27.8 621 Tank Rayl + 16 -42.5 -149 -6.87 0.0341 1.36e-05 54.7 676 Tank compt + 17 -55.8 -127 14.3 0.0334 1.42e-05 33.4 709 Tank compt + 18 -58.7 -120 13.7 0.0302 2.92e-05 7.65 717 Tank compt + 19 -67.5 -159 32.1 0 0.000538 44.3 761 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -67.5 -159 32.1 3.13e-06 0 0 0 Tank initStep + 1 1.23e+03 -5e+03 1.49e+03 3.13e-06 0 5.22e+03 5.22e+03 expHall Transportation + 2 4.61e+03 -1e+04 4.59e+03 3.13e-06 0 6.78e+03 1.2e+04 world Transportation + 3 7.98e+03 -1.5e+04 7.69e+03 3.13e-06 0 6.78e+03 1.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -67.5 -159 32.1 0.0297 0 0 0 Tank initStep + 1 -67.5 -159 32.1 0.0284 0.00126 0.00136 0.00136 Tank msc + 2 -67.5 -159 32.1 0.00866 0.0197 0.0141 0.0154 Tank eIoni + 3 -67.5 -159 32.1 0 0.00866 0.00192 0.0173 Tank eIoni + 4 -67.5 -159 32.1 0 0 0 0.0173 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -58.7 -120 13.7 0.00319 0 0 0 Tank initStep + 1 -58.7 -120 13.7 0.00316 2.83e-05 2.74e-05 2.74e-05 Tank msc + 2 -58.7 -120 13.7 0 0.00316 0.000338 0.000365 Tank eIoni + 3 -58.7 -120 13.7 0 0 0 0.000365 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -55.8 -127 14.3 0.000639 0 0 0 Tank initStep + 1 -55.8 -127 14.3 0.000639 0 2.15e-06 2.15e-06 Tank msc + 2 -55.8 -127 14.3 0 0.000639 2.69e-05 2.91e-05 Tank eIoni + 3 -55.8 -127 14.3 0 0 0 2.91e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.5 -149 -6.87 0.00513 0 0 0 Tank initStep + 1 -42.5 -149 -6.87 0.00503 0.000103 6.19e-05 6.19e-05 Tank msc + 2 -42.5 -149 -6.87 0 0.00503 0.000747 0.000809 Tank eIoni + 3 -42.5 -149 -6.87 0 0 0 0.000809 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89.8 -88.8 23.6 0.00691 0 0 0 Tank initStep + 1 -89.8 -88.8 23.6 0.00676 0.000147 0.000104 0.000104 Tank msc + 2 -89.8 -88.8 23.6 0 0.00676 0.00125 0.00135 Tank eIoni + 3 -89.8 -88.8 23.6 0 0 0 0.00135 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -60.7 -108 10.1 0.00391 0 0 0 Tank initStep + 1 -60.7 -108 10.1 0.00296 0.000948 3.88e-05 3.88e-05 Tank msc + 2 -60.7 -108 10.1 0 0.00296 0.000303 0.000342 Tank eIoni + 3 -60.7 -108 10.1 0 0 0 0.000342 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -60.7 -108 10.1 3.21e-06 0 0 0 Tank initStep + 1 -5e+03 -4.92e+03 161 3.21e-06 0 6.89e+03 6.89e+03 expHall Transportation + 2 -5e+03 -4.92e+03 161 3.21e-06 0 0 6.89e+03 Tank Transportation + 3 -4.94e+03 -5e+03 269 3.21e-06 0 148 7.04e+03 expHall Transportation + 4 -4.94e+03 -5e+03 269 3.21e-06 0 0 7.04e+03 Tank Transportation + 5 809 2.35e+03 5e+03 3.21e-06 0 1.05e+04 1.75e+04 expHall Transportation + 6 809 2.35e+03 5e+03 3.21e-06 0 0 1.75e+04 Tank Transportation + 7 3.61e+03 5e+03 3.59e+03 3.21e-06 0 4.11e+03 2.16e+04 expHall Transportation + 8 3.61e+03 5e+03 3.59e+03 3.21e-06 0 0 2.16e+04 Tank Transportation + 9 5e+03 4.8e+03 2.45e+03 3.21e-06 0 1.81e+03 2.34e+04 expHall Transportation + 10 5e+03 4.8e+03 2.45e+03 3.21e-06 0 0 2.34e+04 Tank Transportation + 11 4.89e+03 5e+03 1.96e+03 3.21e-06 0 534 2.4e+04 expHall Transportation + 12 4.89e+03 5e+03 1.96e+03 3.21e-06 0 0 2.4e+04 Tank Transportation + 13 4.97e+03 3.24e+03 -5e+03 3.21e-06 0 7.18e+03 3.11e+04 expHall Transportation + 14 4.97e+03 3.24e+03 -5e+03 3.21e-06 0 0 3.11e+04 Tank Transportation + 15 -4.72e+03 -5e+03 4.59e+03 3.21e-06 0 1.59e+04 4.71e+04 expHall Transportation + 16 -4.72e+03 -5e+03 4.59e+03 3.21e-06 0 0 4.71e+04 Tank Transportation + 17 -4.94e+03 -4.78e+03 5e+03 3.21e-06 0 515 4.76e+04 expHall Transportation + 18 -4.94e+03 -4.78e+03 5e+03 3.21e-06 0 0 4.76e+04 Tank Transportation + 19 -5e+03 -4.72e+03 4.89e+03 3.21e-06 0 142 4.77e+04 expHall Transportation + 20 -5e+03 -4.72e+03 4.89e+03 3.21e-06 0 0 4.77e+04 Tank Transportation + 21 -1.74e+03 -5e+03 3.21e+03 3.21e-06 0 3.68e+03 5.14e+04 expHall Transportation + 22 -1.74e+03 -5e+03 3.21e+03 3.21e-06 0 0 5.14e+04 Tank Transportation + 23 4.36e+03 -3.69e+03 -5e+03 3.21e-06 0 1.03e+04 6.17e+04 expHall Transportation + 24 4.36e+03 -3.69e+03 -5e+03 3.21e-06 0 0 6.17e+04 Tank Transportation + 25 5e+03 -3.63e+03 -4.8e+03 3.21e-06 0 676 6.24e+04 expHall Transportation + 26 1e+04 444 -3.4e+03 3.21e-06 0 6.6e+03 6.9e+04 world Transportation + 27 1.5e+04 4.51e+03 -2.01e+03 3.21e-06 0 6.6e+03 7.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.5 -60.9 -39.3 0.00283 0 0 0 Tank initStep + 1 -39.5 -60.9 -39.3 0.00274 8.64e-05 2.25e-05 2.25e-05 Tank msc + 2 -39.5 -60.9 -39.3 0 0.00274 0.000266 0.000289 Tank eIoni + 3 -39.5 -60.9 -39.3 0 0 0 0.000289 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.1 -58.4 -39.2 0.0026 0 0 0 Tank initStep + 1 -30.1 -58.4 -39.2 0.00245 0.000146 1.95e-05 1.95e-05 Tank msc + 2 -30.1 -58.4 -39.2 0 0.00245 0.000221 0.000241 Tank eIoni + 3 -30.1 -58.4 -39.2 0 0 0 0.000241 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.35 7.7 -82.7 0.00173 0 0 0 Tank initStep + 1 3.35 7.7 -82.7 0.00171 1.98e-05 1e-05 1e-05 Tank msc + 2 3.35 7.7 -82.7 0 0.00171 0.000123 0.000133 Tank eIoni + 3 3.35 7.7 -82.7 0 0 0 0.000133 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.05 9.92 -81.9 0.0145 0 0 0 Tank initStep + 1 7.05 9.92 -81.9 0.0142 0.000291 0.000383 0.000383 Tank msc + 2 7.06 9.92 -81.9 0 0.0142 0.00462 0.005 Tank eIoni + 3 7.06 9.92 -81.9 0 0 0 0.005 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.17 9.89 -85.1 0.0116 0 0 0 Tank initStep + 1 -5.17 9.89 -85.1 0.0113 0.000299 0.000258 0.000258 Tank msc + 2 -5.17 9.89 -85.1 0 0.0113 0.00308 0.00334 Tank eIoni + 3 -5.17 9.89 -85.1 0 0 0 0.00334 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 83 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.17 9.89 -85.1 3.77e-06 0 0 0 Tank initStep + 1 -5e+03 1.75e+03 2.75e+03 3.77e-06 0 6e+03 6e+03 expHall Transportation + 2 -5e+03 1.75e+03 2.75e+03 3.77e-06 0 0 6e+03 Tank Transportation + 3 -2.69e+03 2.88e+03 5e+03 3.77e-06 0 3.42e+03 9.42e+03 expHall Transportation + 4 -2.69e+03 2.88e+03 5e+03 3.77e-06 0 0 9.42e+03 Tank Transportation + 5 2.82e+03 5e+03 3.83e+03 3.77e-06 0 6.02e+03 1.54e+04 expHall Transportation + 6 2.82e+03 5e+03 3.83e+03 3.77e-06 0 0 1.54e+04 Tank Transportation + 7 5e+03 3.83e+03 3.56e+03 3.77e-06 0 2.49e+03 1.79e+04 expHall Transportation + 8 5e+03 3.83e+03 3.56e+03 3.77e-06 0 0 1.79e+04 Tank Transportation + 9 -1.3e+03 -5e+03 262 3.77e-06 0 1.13e+04 2.93e+04 expHall Transportation + 10 -1.3e+03 -5e+03 262 3.77e-06 0 0 2.93e+04 Tank Transportation + 11 -5e+03 -2.61e+03 -2.4e+03 3.77e-06 0 5.14e+03 3.44e+04 expHall Transportation + 12 -5e+03 -2.61e+03 -2.4e+03 3.77e-06 0 0 3.44e+04 Tank Transportation + 13 -3.86e+03 -3e+03 -5e+03 3.77e-06 0 2.86e+03 3.73e+04 expHall Transportation + 14 1.01e+03 -1.24e+03 -1e+04 3.77e-06 0 7.2e+03 4.45e+04 world Transportation + 15 5.88e+03 529 -1.5e+04 3.77e-06 0 7.2e+03 5.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.65 10 -87.7 0.00312 0 0 0 Tank initStep + 1 -3.65 10 -87.7 0.003 0.000127 2.65e-05 2.65e-05 Tank msc + 2 -3.65 10 -87.7 0 0.003 0.000309 0.000336 Tank eIoni + 3 -3.65 10 -87.7 0 0 0 0.000336 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13.2 -29.6 -141 0.0408 0 0 0 Tank initStep + 1 13.2 -29.6 -141 0.0401 0.000721 0.00238 0.00238 Tank msc + 2 13.2 -29.6 -141 0.0239 0.0162 0.019 0.0214 Tank eIoni + 3 13.2 -29.6 -141 0.00335 0.0205 0.0114 0.0328 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13.2 -29.6 -141 3.78e-06 0 0 0 Tank initStep + 1 2.9e+03 1.44e+03 -1.53e+03 3.78e-06 3.78e-06 3.52e+03 3.52e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 13.2 -29.6 -141 0.00335 0 0 0.0328 Tank initStep + 4 13.2 -29.6 -141 0.00296 0.00039 2.99e-05 0.0328 Tank msc + 5 13.2 -29.6 -141 0 0.00296 0.000303 0.0331 Tank eIoni + 6 13.2 -29.6 -141 0 0 0 0.0331 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.7 74.9 -63.5 0.00702 0 0 0 Tank initStep + 1 24.7 74.9 -63.5 0.00686 0.000157 0.000107 0.000107 Tank msc + 2 24.7 74.9 -63.5 0 0.00686 0.00128 0.00139 Tank eIoni + 3 24.7 74.9 -63.5 0 0 0 0.00139 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 80 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.7 74.9 -63.5 2.55e-06 0 0 0 Tank initStep + 1 2.06e+03 -5e+03 -1.01e+03 2.55e-06 0 5.55e+03 5.55e+03 expHall Transportation + 2 8.07e+03 -1e+04 -3.99e+03 2.55e-06 0 8.36e+03 1.39e+04 world Transportation + 3 1.41e+04 -1.5e+04 -6.96e+03 2.55e-06 0 8.36e+03 2.23e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.5 102 -45.4 0.114 0 0 0 Tank initStep + 1 45.6 102 -45.4 0.113 0.00152 0.0142 0.0142 Tank msc + 2 45.6 102 -45.4 0.0969 0.016 0.0503 0.0645 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 3.43e-06 0 0 0 Tank initStep + 1 -315 2.36e+03 -5e+03 3.43e-06 0 5.46e+03 5.46e+03 expHall Transportation + 2 -1.66e+03 5.07e+03 -1e+04 3.43e-06 0 5.85e+03 1.13e+04 world Transportation + 3 -3.01e+03 7.79e+03 -1.5e+04 3.43e-06 0 5.85e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 45.6 102 -45.4 0.0969 0 0 0.0645 Tank initStep + 3 45.6 102 -45.4 0.093 0.00387 0.0107 0.0752 Tank msc + 4 45.6 102 -45.4 0.0804 0.0126 0.0404 0.116 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 3.25e-06 0 0 0 Tank initStep + 1 95.4 2e+03 431 3.25e-06 0 1.96e+03 1.96e+03 Bubble Transportation + 2 103 2.2e+03 500 3.25e-06 0 210 2.17e+03 Tank Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 45.6 102 -45.4 0.0804 0 0 0.116 Tank initStep + 5 45.6 102 -45.4 0.0783 0.00208 0.00779 0.123 Tank msc + 6 45.6 102 -45.4 0.056 0.0223 0.0337 0.157 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 2.16e-06 0 0 0 Tank initStep + 1 1.25e+03 -5e+03 2.88e+03 2.16e-06 0 6e+03 6e+03 expHall Transportation + 2 7.36e+03 -1e+04 8.09e+03 2.16e-06 0 9.46e+03 1.55e+04 world Transportation + 3 1.35e+04 -1.5e+04 1.33e+04 2.16e-06 0 9.46e+03 2.49e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 2.43e-06 0 0 0 Tank initStep + 1 226 3.6e+03 -5e+03 2.43e-06 0 6.07e+03 6.07e+03 expHall Transportation + 2 109 5.84e+03 -1e+04 2.43e-06 0 5.48e+03 1.15e+04 world Transportation + 3 -7.35 8.08e+03 -1.5e+04 2.43e-06 0 5.48e+03 1.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 3.19e-06 0 0 0 Tank initStep + 1 -1.02e+03 -3.69e+03 -84.2 3.19e-06 3.19e-06 3.94e+03 3.94e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 3.08e-06 0 0 0 Tank initStep + 1 -762 5e+03 4.61e+03 3.08e-06 0 6.81e+03 6.81e+03 expHall Transportation + 2 -762 5e+03 4.61e+03 3.08e-06 0 0 6.81e+03 Tank Transportation + 3 -259 4.02e+03 5e+03 3.08e-06 0 1.17e+03 7.98e+03 expHall Transportation + 4 -259 4.02e+03 5e+03 3.08e-06 0 0 7.98e+03 Tank Transportation + 5 3.66e+03 -5e+03 2.59e+03 3.08e-06 0 1.01e+04 1.81e+04 expHall Transportation + 6 3.66e+03 -5e+03 2.59e+03 3.08e-06 0 0 1.81e+04 Tank Transportation + 7 5e+03 -3.71e+03 704 3.08e-06 0 2.65e+03 2.07e+04 expHall Transportation + 8 5e+03 -3.71e+03 704 3.08e-06 0 0 2.07e+04 Tank Transportation + 9 -5e+03 3.99e+03 -3.49e+03 3.08e-06 0 1.33e+04 3.41e+04 expHall Transportation + 10 -5e+03 3.99e+03 -3.49e+03 3.08e-06 0 0 3.41e+04 Tank Transportation + 11 -3.51e+03 4.07e+03 -5e+03 3.08e-06 0 2.12e+03 3.62e+04 expHall Transportation + 12 -3.51e+03 4.07e+03 -5e+03 3.08e-06 0 0 3.62e+04 Tank Transportation + 13 -932 5e+03 -254 3.08e-06 0 5.48e+03 4.17e+04 expHall Transportation + 14 -932 5e+03 -254 3.08e-06 0 0 4.17e+04 Tank Transportation + 15 2.54e+03 4.1e+03 5e+03 3.08e-06 0 6.36e+03 4.8e+04 expHall Transportation + 16 6.96e+03 3.09e+03 1e+04 3.08e-06 0 6.75e+03 5.48e+04 world Transportation + 17 1.14e+04 2.09e+03 1.5e+04 3.08e-06 0 6.75e+03 6.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 45.6 102 -45.4 0.056 0 0 0.157 Tank initStep + 7 45.6 102 -45.4 0.0513 0.00471 0.00415 0.161 Tank msc + 8 45.6 102 -45.4 0.0387 0.0125 0.0231 0.184 Tank eIoni + 9 45.6 102 -45.4 0.0246 0.0141 0.0185 0.203 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 4.08e-06 0 0 0 Tank initStep + 1 -4.4e+03 -1.79e+03 -5e+03 4.08e-06 0 6.92e+03 6.92e+03 expHall Transportation + 2 -4.4e+03 -1.79e+03 -5e+03 4.08e-06 0 0 6.92e+03 Tank Transportation + 3 -5e+03 -1.86e+03 -4.55e+03 4.08e-06 0 748 7.67e+03 expHall Transportation + 4 -1e+04 -1.24e+03 5.6e+03 4.08e-06 0 1.13e+04 1.9e+04 world Transportation + 5 -1.46e+04 -669 1.5e+04 4.08e-06 0 1.05e+04 2.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 45.6 102 -45.4 0.0246 0 0 0.203 Tank initStep + 10 45.6 102 -45.4 0.0238 0.000828 0.000977 0.204 Tank msc + 11 45.6 102 -45.4 0.00462 0.0192 0.0113 0.215 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 2.26e-06 0 0 0 Tank initStep + 1 -2.25e+03 -5e+03 3.66e+03 2.26e-06 0 6.71e+03 6.71e+03 expHall Transportation + 2 -2.25e+03 -5e+03 3.66e+03 2.26e-06 0 0 6.71e+03 Tank Transportation + 3 -3.74e+03 -3.63e+03 4.64e+03 2.26e-06 2.26e-06 2.26e+03 8.96e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.6 102 -45.4 3.82e-06 0 0 0 Tank initStep + 1 -56.9 -357 -406 3.82e-06 3.82e-06 592 592 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 45.6 102 -45.4 0.00462 0 0 0.215 Tank initStep + 12 45.6 102 -45.4 0.00455 7.08e-05 5.16e-05 0.215 Tank msc + 13 45.6 102 -45.4 0 0.00455 0.000628 0.216 Tank eIoni + 14 45.6 102 -45.4 0 0 0 0.216 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.6 35.7 -20.3 0.0018 0 0 0 Tank initStep + 1 6.6 35.7 -20.3 0.0018 0 1.06e-05 1.06e-05 Tank msc + 2 6.6 35.7 -20.3 0 0.0018 0.000133 0.000143 Tank eIoni + 3 6.6 35.7 -20.3 0 0 0 0.000143 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.11 2.51 -2.33 0.259 0 0 0 Tank initStep + 1 -8.15 2.51 -2.33 0.249 0.00979 0.0379 0.0379 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.13 2.51 -2.33 2.42e-06 0 0 0 Tank initStep + 1 552 552 289 2.42e-06 2.42e-06 837 837 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -8.15 2.51 -2.33 0.249 0 0 0.0379 Tank initStep + 2 -8.17 2.5 -2.32 0.245 0.00384 0.0251 0.063 Tank Cerenkov + 3 -8.18 2.51 -2.32 0.196 0.0487 0.0101 0.0731 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.18 2.51 -2.32 3.64e-06 0 0 0 Tank initStep + 1 -1.72e+03 2.33e+03 5e+03 3.64e-06 0 5.78e+03 5.78e+03 expHall Transportation + 2 -5.92e+03 7.64e+03 1e+04 3.64e-06 0 8.42e+03 1.42e+04 world Transportation + 3 -1.01e+04 1.29e+04 1.5e+04 3.64e-06 0 8.42e+03 2.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -8.18 2.51 -2.32 0.196 0 0 0.0731 Tank initStep + 4 -8.21 2.51 -2.3 0.189 0.00779 0.0345 0.108 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.19 2.51 -2.32 2.68e-06 0 0 0 Tank initStep + 1 -3.72e+03 -5e+03 -4.82e+03 2.68e-06 0 7.88e+03 7.88e+03 expHall Transportation + 2 -3.72e+03 -5e+03 -4.82e+03 2.68e-06 0 0 7.88e+03 Tank Transportation + 3 -3.91e+03 -4.84e+03 -5e+03 2.68e-06 0 303 8.18e+03 expHall Transportation + 4 -3.91e+03 -4.84e+03 -5e+03 2.68e-06 0 0 8.18e+03 Tank Transportation + 5 -5e+03 -3.98e+03 -3.72e+03 2.68e-06 0 1.89e+03 1.01e+04 expHall Transportation + 6 -5e+03 -3.98e+03 -3.72e+03 2.68e-06 0 0 1.01e+04 Tank Transportation + 7 -2.3e+03 -831 5e+03 2.68e-06 0 9.66e+03 1.97e+04 expHall Transportation + 8 -800 2.85e+03 1e+04 2.68e-06 0 6.39e+03 2.61e+04 world Transportation + 9 702 6.53e+03 1.5e+04 2.68e-06 0 6.39e+03 3.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -8.21 2.51 -2.3 0.189 0 0 0.108 Tank initStep + 5 -8.23 2.52 -2.28 0.183 0.00549 0.0323 0.14 Tank msc + 6 -8.27 2.56 -2.22 0.154 0.0289 0.0929 0.233 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.25 2.54 -2.25 2.16e-06 0 0 0 Tank initStep + 1 -3.28e+03 2.64e+03 5e+03 2.16e-06 0 6.53e+03 6.53e+03 expHall Transportation + 2 -1e+04 7.12e+03 8.82e+03 2.16e-06 0 8.94e+03 1.55e+04 world Transportation + 3 -1.5e+04 1.05e+04 1.17e+04 2.16e-06 0 6.65e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -8.27 2.56 -2.22 0.154 0 0 0.233 Tank initStep + 7 -8.27 2.58 -2.21 0.149 0.0047 0.0233 0.256 Tank msc + 8 -8.27 2.63 -2.16 0.0948 0.0546 0.0711 0.327 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.27 2.59 -2.2 2.54e-06 0 0 0 Tank initStep + 1 -1.28e+03 -5e+03 -3.96e+03 2.54e-06 0 6.5e+03 6.5e+03 expHall Transportation + 2 -1.28e+03 -5e+03 -3.96e+03 2.54e-06 0 0 6.5e+03 Tank Transportation + 3 -1.35e+03 -4.25e+03 -5e+03 2.54e-06 0 1.29e+03 7.79e+03 expHall Transportation + 4 -1.13e+03 2.62e+03 -1e+04 2.54e-06 0 8.49e+03 1.63e+04 world Transportation + 5 -910 9.48e+03 -1.5e+04 2.54e-06 0 8.49e+03 2.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -8.27 2.63 -2.16 0.0948 0 0 0.327 Tank initStep + 9 -8.28 2.63 -2.16 0.0673 0.0276 0.0103 0.338 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.27 2.63 -2.16 2.26e-06 0 0 0 Tank initStep + 1 2.44e+03 -2.54e+03 -5e+03 2.26e-06 0 6.12e+03 6.12e+03 expHall Transportation + 2 2.44e+03 -2.54e+03 -5e+03 2.26e-06 0 0 6.12e+03 Tank Transportation + 3 5e+03 -4.01e+03 -2.5e+03 2.26e-06 0 3.87e+03 9.99e+03 expHall Transportation + 4 5e+03 -4.01e+03 -2.5e+03 2.26e-06 0 0 9.99e+03 Tank Transportation + 5 4.33e+03 -5e+03 -1.87e+03 2.26e-06 0 1.35e+03 1.13e+04 expHall Transportation + 6 -1.97e+03 -1e+04 4.12e+03 2.26e-06 0 1e+04 2.14e+04 world Transportation + 7 -8.26e+03 -1.5e+04 1.01e+04 2.26e-06 0 1e+04 3.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.28 2.63 -2.16 2.06e-06 0 0 0 Tank initStep + 1 -1.93e+03 1.48e+03 4.79e+03 2.06e-06 2.06e-06 5.37e+03 5.37e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.27 2.63 -2.16 2.53e-06 0 0 0 Tank initStep + 1 2.09e+03 -2.97e+03 -5e+03 2.53e-06 0 6.19e+03 6.19e+03 expHall Transportation + 2 2.09e+03 -2.97e+03 -5e+03 2.53e-06 0 0 6.19e+03 Tank Transportation + 3 5e+03 -3.68e+03 -2.37e+03 2.53e-06 0 3.98e+03 1.02e+04 expHall Transportation + 4 5e+03 -3.68e+03 -2.37e+03 2.53e-06 0 0 1.02e+04 Tank Transportation + 5 2.87e+03 -4.3e+03 -1.18e+03 2.53e-06 2.53e-06 2.51e+03 1.27e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.27 2.63 -2.16 3.24e-06 0 0 0 Tank initStep + 1 3.01e+03 -5e+03 3.37e+03 3.24e-06 0 6.74e+03 6.74e+03 expHall Transportation + 2 3.01e+03 -5e+03 3.37e+03 3.24e-06 0 0 6.74e+03 Tank Transportation + 3 4.33e+03 -265 5e+03 3.24e-06 0 5.18e+03 1.19e+04 expHall Transportation + 4 4.33e+03 -265 5e+03 3.24e-06 0 0 1.19e+04 Tank Transportation + 5 5e+03 -360 4.76e+03 3.24e-06 0 722 1.26e+04 expHall Transportation + 6 5e+03 -360 4.76e+03 3.24e-06 0 0 1.26e+04 Tank Transportation + 7 4.01e+03 -1.67e+03 4.55e+03 3.24e-06 3.24e-06 1.65e+03 1.43e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -8.28 2.63 -2.16 0.0673 0 0 0.338 Tank initStep + 10 -8.28 2.64 -2.16 0.0661 0.00121 0.00572 0.343 Tank msc + 11 -8.29 2.66 -2.15 0.0496 0.0164 0.0287 0.372 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.28 2.64 -2.16 2.21e-06 0 0 0 Tank initStep + 1 -1.96e+03 -935 -5e+03 2.21e-06 0 5.45e+03 5.45e+03 expHall Transportation + 2 -1.96e+03 -935 -5e+03 2.21e-06 0 0 5.45e+03 Tank Transportation + 3 -5e+03 -1.91e+03 -2.82e+03 2.21e-06 0 3.87e+03 9.31e+03 expHall Transportation + 4 -5e+03 -1.91e+03 -2.82e+03 2.21e-06 0 0 9.31e+03 Tank Transportation + 5 -3.17e+03 -3.96e+03 -1.89e+03 2.21e-06 2.21e-06 2.9e+03 1.22e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -8.29 2.66 -2.15 0.0496 0 0 0.372 Tank initStep + 12 -8.29 2.66 -2.15 0.0471 0.00248 0.00336 0.375 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.29 2.66 -2.15 3.63e-06 0 0 0 Tank initStep + 1 -4.95e+03 -2.31e+03 865 3.63e-06 3.63e-06 5.53e+03 5.53e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 -8.29 2.66 -2.15 0.0471 0 0 0.375 Tank initStep + 13 -8.29 2.66 -2.15 0.0458 0.00129 0.00307 0.378 Tank msc + 14 -8.3 2.67 -2.16 0.0261 0.0198 0.0211 0.4 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.3 2.67 -2.16 3.19e-06 0 0 0 Tank initStep + 1 -1.78e+03 5e+03 -4.64e+03 3.19e-06 0 7.04e+03 7.04e+03 expHall Transportation + 2 -1.78e+03 5e+03 -4.64e+03 3.19e-06 0 0 7.04e+03 Tank Transportation + 3 -2.09e+03 4.05e+03 -5e+03 3.19e-06 0 1.06e+03 8.1e+03 expHall Transportation + 4 -2.09e+03 4.05e+03 -5e+03 3.19e-06 0 0 8.1e+03 Tank Transportation + 5 -5e+03 -4.13e+03 -4.05e+03 3.19e-06 0 8.73e+03 1.68e+04 expHall Transportation + 6 -5e+03 -4.13e+03 -4.05e+03 3.19e-06 0 0 1.68e+04 Tank Transportation + 7 -4.07e+03 -5e+03 -3.28e+03 3.19e-06 0 1.5e+03 1.83e+04 expHall Transportation + 8 -4.07e+03 -5e+03 -3.28e+03 3.19e-06 0 0 1.83e+04 Tank Transportation + 9 5e+03 -2.59e+03 -481 3.19e-06 0 9.79e+03 2.81e+04 expHall Transportation + 10 5e+03 -2.59e+03 -481 3.19e-06 0 0 2.81e+04 Tank Transportation + 11 218 -47.9 5e+03 3.19e-06 0 7.71e+03 3.58e+04 expHall Transportation + 12 -1e+04 4.8e+03 6.59e+03 3.19e-06 0 1.14e+04 4.72e+04 world Transportation + 13 -1.5e+04 7.18e+03 7.36e+03 3.19e-06 0 5.59e+03 5.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 -8.3 2.67 -2.16 0.0261 0 0 0.4 Tank initStep + 15 -8.3 2.67 -2.16 0.0254 0.000652 0.00108 0.401 Tank msc + 16 -8.3 2.67 -2.16 0.00768 0.0177 0.0124 0.413 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.3 2.67 -2.16 3.35e-06 0 0 0 Tank initStep + 1 2.57e+03 5e+03 1.51e+03 3.35e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 2.57e+03 5e+03 1.51e+03 3.35e-06 0 0 5.82e+03 Tank Transportation + 3 4.63e+03 1.05e+03 5e+03 3.35e-06 0 5.66e+03 1.15e+04 expHall Transportation + 4 4.63e+03 1.05e+03 5e+03 3.35e-06 0 0 1.15e+04 Tank Transportation + 5 5e+03 387 4.45e+03 3.35e-06 0 940 1.24e+04 expHall Transportation + 6 5e+03 387 4.45e+03 3.35e-06 0 0 1.24e+04 Tank Transportation + 7 4.95e+03 343 4.45e+03 3.35e-06 3.35e-06 70.2 1.25e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 -8.3 2.67 -2.16 0.00768 0 0 0.413 Tank initStep + 17 -8.3 2.67 -2.16 0.00718 0.000506 0.000125 0.413 Tank msc + 18 -8.3 2.67 -2.16 0 0.00718 0.00139 0.414 Tank eIoni + 19 -8.3 2.67 -2.16 0 0 0 0.414 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.136 0.0303 0.00362 0.476 0.0245 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0347 0.00777 0.000928 3.44e-06 0 0 0 Tank initStep + 1 1.35e+03 5e+03 -1.99e+03 3.44e-06 0 5.55e+03 5.55e+03 expHall Transportation + 2 1.35e+03 5e+03 -1.99e+03 3.44e-06 0 0 5.55e+03 Tank Transportation + 3 1.64e+03 1.38e+03 -5e+03 3.44e-06 0 4.71e+03 1.03e+04 expHall Transportation + 4 1.64e+03 1.38e+03 -5e+03 3.44e-06 0 0 1.03e+04 Tank Transportation + 5 3.06e+03 -5e+03 -1.08e+03 3.44e-06 0 7.63e+03 1.79e+04 expHall Transportation + 6 3.06e+03 -5e+03 -1.08e+03 3.44e-06 0 0 1.79e+04 Tank Transportation + 7 5e+03 -2.22e+03 1.08e+03 3.44e-06 0 4.02e+03 2.19e+04 expHall Transportation + 8 5e+03 -2.22e+03 1.08e+03 3.44e-06 0 0 2.19e+04 Tank Transportation + 9 4.25e+03 1.95e+03 5e+03 3.44e-06 0 5.77e+03 2.77e+04 expHall Transportation + 10 4.25e+03 1.95e+03 5e+03 3.44e-06 0 0 2.77e+04 Tank Transportation + 11 1.9e+03 4.83e+03 3.08e+03 3.44e-06 3.44e-06 4.18e+03 3.19e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0104 0.00231 0.000277 2.52e-06 0 0 0 Tank initStep + 1 1.1e+03 843 -4.5e+03 2.52e-06 2.52e-06 4.7e+03 4.7e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0842 0.0188 0.00225 3.03e-06 0 0 0 Tank initStep + 1 -2.37e+03 -5e+03 -1.73e+03 3.03e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 -2.37e+03 -5e+03 -1.73e+03 3.03e-06 0 0 5.8e+03 Tank Transportation + 3 -5e+03 -1.14e+03 -1.74e+03 3.03e-06 0 4.67e+03 1.05e+04 expHall Transportation + 4 -5e+03 -1.14e+03 -1.74e+03 3.03e-06 0 0 1.05e+04 Tank Transportation + 5 -500 2.31e+03 34 3.03e-06 0 5.95e+03 1.64e+04 Bubble Transportation + 6 -94.7 3e+03 387 3.03e-06 3.03e-06 872 1.73e+04 Tank Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0456 0.0102 0.00122 2.46e-06 0 0 0 Tank initStep + 1 -5e+03 40 -1.47e+03 2.46e-06 0 5.21e+03 5.21e+03 expHall Transportation + 2 -1e+04 -95.6 -3.38e+03 2.46e-06 0 5.35e+03 1.06e+04 world Transportation + 3 -1.5e+04 -231 -5.29e+03 2.46e-06 0 5.35e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.102 0.0229 0.00273 3.23e-06 0 0 0 Tank initStep + 1 -891 533 5e+03 3.23e-06 0 5.11e+03 5.11e+03 expHall Transportation + 2 -1.42e+03 1.42e+03 1e+04 3.23e-06 0 5.1e+03 1.02e+04 world Transportation + 3 -1.94e+03 2.31e+03 1.5e+04 3.23e-06 0 5.1e+03 1.53e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0923 0.0206 0.00246 3.45e-06 0 0 0 Tank initStep + 1 2.25e+03 -13.7 1.29e+03 3.45e-06 0 2.59e+03 2.59e+03 Tank OpRayleigh + 2 1.81e+03 -770 992 3.45e-06 3.45e-06 924 3.52e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0707 0.0158 0.00189 3.97e-06 0 0 0 Tank initStep + 1 5e+03 3.9e+03 2.36e+03 3.97e-06 0 6.76e+03 6.76e+03 expHall Transportation + 2 8.14e+03 1e+04 5.46e+03 3.97e-06 0 7.54e+03 1.43e+04 world Transportation + 3 1.07e+04 1.5e+04 8.01e+03 3.97e-06 0 6.17e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0691 0.0154 0.00185 3.37e-06 0 0 0 Tank initStep + 1 5e+03 4.08e+03 -1.69e+03 3.37e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 5e+03 4.08e+03 -1.69e+03 3.37e-06 0 0 6.67e+03 Tank Transportation + 3 4.5e+03 5e+03 -2e+03 3.37e-06 0 1.09e+03 7.76e+03 expHall Transportation + 4 -981 1e+04 -6.61e+03 3.37e-06 0 8.73e+03 1.65e+04 world Transportation + 5 -6.46e+03 1.5e+04 -1.12e+04 3.37e-06 0 8.73e+03 2.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.136 0.0303 0.00362 0.476 0 0 0.139 Tank initStep + 2 0.246 0.0828 -0.00857 0.454 0.021 0.126 0.266 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.191 0.0565 -0.00247 3.84e-06 0 0 0 Tank initStep + 1 -637 -1.18e+03 1.39e+03 3.84e-06 3.84e-06 1.93e+03 1.93e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.159 0.0412 0.00109 3.49e-06 0 0 0 Tank initStep + 1 3.26e+03 -165 268 3.49e-06 3.49e-06 3.27e+03 3.27e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.185 0.0536 -0.00178 3.27e-06 0 0 0 Tank initStep + 1 0.721 0.833 -0.164 3.27e-06 3.27e-06 0.96 0.96 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.196 0.0591 -0.00307 2.31e-06 0 0 0 Tank initStep + 1 5e+03 4.74e+03 -3.92e+03 2.31e-06 0 7.93e+03 7.93e+03 expHall Transportation + 2 5e+03 4.74e+03 -3.92e+03 2.31e-06 0 0 7.93e+03 Tank Transportation + 3 4.8e+03 5e+03 -4.02e+03 2.31e-06 0 343 8.27e+03 expHall Transportation + 4 4.8e+03 5e+03 -4.02e+03 2.31e-06 0 0 8.27e+03 Tank Transportation + 5 2.57e+03 1.71e+03 -4.07e+03 2.31e-06 2.31e-06 3.97e+03 1.22e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.246 0.0828 -0.00857 0.454 0 0 0.266 Tank initStep + 3 0.344 0.136 -0.0365 0.437 0.0178 0.115 0.381 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.316 0.121 -0.0286 3.52e-06 0 0 0 Tank initStep + 1 -1.56e+03 -5e+03 -3.87e+03 3.52e-06 0 6.51e+03 6.51e+03 expHall Transportation + 2 -1.56e+03 -5e+03 -3.87e+03 3.52e-06 0 0 6.51e+03 Tank Transportation + 3 -2.39e+03 -3.12e+03 -5e+03 3.52e-06 0 2.34e+03 8.86e+03 expHall Transportation + 4 -2.39e+03 -3.12e+03 -5e+03 3.52e-06 0 0 8.86e+03 Tank Transportation + 5 -4.82e+03 5e+03 -881 3.52e-06 0 9.42e+03 1.83e+04 expHall Transportation + 6 -4.82e+03 5e+03 -881 3.52e-06 0 0 1.83e+04 Tank Transportation + 7 -5e+03 4.9e+03 -274 3.52e-06 0 640 1.89e+04 expHall Transportation + 8 -5e+03 4.9e+03 -274 3.52e-06 0 0 1.89e+04 Tank Transportation + 9 216 2.87e+03 5e+03 3.52e-06 0 7.69e+03 2.66e+04 expHall Transportation + 10 216 2.87e+03 5e+03 3.52e-06 0 0 2.66e+04 Tank Transportation + 11 5e+03 3.74e+03 1.65e+03 3.52e-06 0 5.91e+03 3.25e+04 expHall Transportation + 12 5e+03 3.74e+03 1.65e+03 3.52e-06 0 0 3.25e+04 Tank Transportation + 13 -2.46e+03 4.32e+03 -5e+03 3.52e-06 0 1e+04 4.25e+04 expHall Transportation + 14 -2.46e+03 4.32e+03 -5e+03 3.52e-06 0 0 4.25e+04 Tank Transportation + 15 -5e+03 4.24e+03 -2.1e+03 3.52e-06 0 3.86e+03 4.64e+04 expHall Transportation + 16 -5e+03 4.24e+03 -2.1e+03 3.52e-06 0 0 4.64e+04 Tank Transportation + 17 -1.03e+03 2.82e+03 5e+03 3.52e-06 0 8.26e+03 5.46e+04 expHall Transportation + 18 1e+04 863 7.22e+03 3.52e-06 0 1.14e+04 6.61e+04 world Transportation + 19 1.5e+04 -24 8.22e+03 3.52e-06 0 5.18e+03 7.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.334 0.131 -0.0336 3.62e-06 0 0 0 Tank initStep + 1 -5e+03 2.49e+03 -4.95e+03 3.62e-06 0 7.46e+03 7.46e+03 expHall Transportation + 2 -5e+03 2.49e+03 -4.95e+03 3.62e-06 0 0 7.46e+03 Tank Transportation + 3 -4.94e+03 2.54e+03 -5e+03 3.62e-06 0 96.9 7.56e+03 expHall Transportation + 4 -4.94e+03 2.54e+03 -5e+03 3.62e-06 0 0 7.56e+03 Tank Transportation + 5 -4.19e+03 3.69e+03 -4.11e+03 3.62e-06 3.62e-06 1.63e+03 9.19e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.332 0.13 -0.0332 2.93e-06 0 0 0 Tank initStep + 1 5e+03 1.08e+03 904 2.93e-06 0 5.19e+03 5.19e+03 expHall Transportation + 2 5e+03 1.08e+03 904 2.93e-06 0 0 5.19e+03 Tank Transportation + 3 3.26e+03 2.97e+03 5e+03 2.93e-06 0 4.84e+03 1e+04 expHall Transportation + 4 3.26e+03 2.97e+03 5e+03 2.93e-06 0 0 1e+04 Tank Transportation + 5 -5e+03 3.22e+03 -1.82e+03 2.93e-06 0 1.07e+04 2.07e+04 expHall Transportation + 6 -5e+03 3.22e+03 -1.82e+03 2.93e-06 0 0 2.07e+04 Tank Transportation + 7 -2.9e+03 3.16e+03 -5e+03 2.93e-06 0 3.81e+03 2.46e+04 expHall Transportation + 8 -2.9e+03 3.16e+03 -5e+03 2.93e-06 0 0 2.46e+04 Tank Transportation + 9 5e+03 1.87e+03 -2.42e+03 2.93e-06 0 8.41e+03 3.3e+04 expHall Transportation + 10 5e+03 1.87e+03 -2.42e+03 2.93e-06 0 0 3.3e+04 Tank Transportation + 11 -1.27e+03 -5e+03 1.04e+03 2.93e-06 0 9.93e+03 4.29e+04 expHall Transportation + 12 -1.27e+03 -5e+03 1.04e+03 2.93e-06 0 0 4.29e+04 Tank Transportation + 13 -3.45e+03 -4.81e+03 2.34e+03 2.93e-06 2.93e-06 2.55e+03 4.54e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.295 0.11 -0.0226 2.56e-06 0 0 0 Tank initStep + 1 5e+03 1.87e+03 1.29e+03 2.56e-06 0 5.49e+03 5.49e+03 expHall Transportation + 2 5e+03 1.87e+03 1.29e+03 2.56e-06 0 0 5.49e+03 Tank Transportation + 3 4.19e+03 5e+03 1.44e+03 2.56e-06 0 3.24e+03 8.73e+03 expHall Transportation + 4 2.97e+03 1e+04 677 2.56e-06 0 5.2e+03 1.39e+04 world Transportation + 5 1.74e+03 1.5e+04 -82 2.56e-06 0 5.2e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.341 0.135 -0.0357 3.2e-06 0 0 0 Tank initStep + 1 868 341 -859 3.2e-06 3.2e-06 1.27e+03 1.27e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.318 0.122 -0.0292 3.07e-06 0 0 0 Tank initStep + 1 4.5e+03 2.92e+03 -5e+03 3.07e-06 0 7.33e+03 7.33e+03 expHall Transportation + 2 4.5e+03 2.92e+03 -5e+03 3.07e-06 0 0 7.33e+03 Tank Transportation + 3 5e+03 3e+03 -4.48e+03 3.07e-06 0 726 8.06e+03 expHall Transportation + 4 1e+04 4.11e+03 2.58e+03 3.07e-06 0 8.72e+03 1.68e+04 world Transportation + 5 1.5e+04 5.23e+03 9.63e+03 3.07e-06 0 8.72e+03 2.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.344 0.136 -0.0365 0.437 0 0 0.381 Tank initStep + 4 0.443 0.172 -0.046 0.424 0.0127 0.106 0.487 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.396 0.155 -0.0415 3.82e-06 0 0 0 Tank initStep + 1 2.98e+03 -266 -314 3.82e-06 3.82e-06 3.01e+03 3.01e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.392 0.154 -0.0412 2.1e-06 0 0 0 Tank initStep + 1 5e+03 4.68e+03 1.21e+03 2.1e-06 0 6.96e+03 6.96e+03 expHall Transportation + 2 5e+03 4.68e+03 1.21e+03 2.1e-06 0 0 6.96e+03 Tank Transportation + 3 4.89e+03 4.94e+03 1.33e+03 2.1e-06 2.1e-06 306 7.26e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.375 0.147 -0.0395 2.97e-06 0 0 0 Tank initStep + 1 5e+03 -715 -25.3 2.97e-06 0 5.05e+03 5.05e+03 expHall Transportation + 2 1e+04 -3.88e+03 303 2.97e-06 0 5.93e+03 1.1e+04 world Transportation + 3 1.5e+04 -7.05e+03 630 2.97e-06 0 5.93e+03 1.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.443 0.172 -0.046 0.424 0 0 0.487 Tank initStep + 5 0.537 0.205 -0.0528 0.407 0.0169 0.1 0.587 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.457 0.177 -0.047 3.45e-06 0 0 0 Tank initStep + 1 5e+03 -132 1.34e+03 3.45e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 1e+04 -322 4.57e+03 3.45e-06 0 5.95e+03 1.11e+04 world Transportation + 3 1.5e+04 -512 7.79e+03 3.45e-06 0 5.95e+03 1.71e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.45 0.174 -0.0465 4.01e-06 0 0 0 Tank initStep + 1 5e+03 3.04e+03 2.32e+03 4.01e-06 0 6.3e+03 6.3e+03 expHall Transportation + 2 8.33e+03 1e+04 7.64e+03 4.01e-06 0 9.37e+03 1.57e+04 world Transportation + 3 1.07e+04 1.5e+04 1.15e+04 4.01e-06 0 6.73e+03 2.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.47 0.182 -0.048 2.78e-06 0 0 0 Tank initStep + 1 5e+03 -586 484 2.78e-06 0 5.06e+03 5.06e+03 expHall Transportation + 2 5e+03 -586 484 2.78e-06 0 0 5.06e+03 Tank Transportation + 3 -5e+03 -643 3.16e+03 2.78e-06 0 1.04e+04 1.54e+04 expHall Transportation + 4 -1e+04 -901 5.18e+03 2.78e-06 0 5.4e+03 2.08e+04 world Transportation + 5 -1.5e+04 -1.16e+03 7.2e+03 2.78e-06 0 5.4e+03 2.62e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.537 0.205 -0.0528 0.407 0 0 0.587 Tank initStep + 6 0.606 0.259 -0.0784 0.393 0.014 0.0923 0.68 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.548 0.214 -0.057 2.8e-06 0 0 0 Tank initStep + 1 4.5e+03 3e+03 -5e+03 2.8e-06 0 7.37e+03 7.37e+03 expHall Transportation + 2 4.5e+03 3e+03 -5e+03 2.8e-06 0 0 7.37e+03 Tank Transportation + 3 5e+03 3.29e+03 -4.8e+03 2.8e-06 0 608 7.98e+03 expHall Transportation + 4 5e+03 3.29e+03 -4.8e+03 2.8e-06 0 0 7.98e+03 Tank Transportation + 5 4.39e+03 4.58e+03 -4.31e+03 2.8e-06 2.8e-06 1.51e+03 9.48e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.606 0.259 -0.0784 0.393 0 0 0.68 Tank initStep + 7 0.656 0.321 -0.111 0.374 0.0191 0.086 0.766 Tank Cerenkov + 8 0.693 0.378 -0.142 0.359 0.0148 0.0778 0.843 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.689 0.373 -0.139 2.56e-06 0 0 0 Tank initStep + 1 -5e+03 -2.48e+03 -2.95e+03 2.56e-06 0 6.32e+03 6.32e+03 expHall Transportation + 2 -8.25e+03 -9.26e+03 -1e+04 2.56e-06 0 1.03e+04 1.66e+04 world Transportation + 3 -1.06e+04 -1.41e+04 -1.5e+04 2.56e-06 0 7.31e+03 2.39e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.67 0.343 -0.123 3.17e-06 0 0 0 Tank initStep + 1 621 5e+03 -3.57e+03 3.17e-06 0 6.18e+03 6.18e+03 expHall Transportation + 2 2.27e+03 7.32e+03 -1e+04 3.17e-06 0 7.03e+03 1.32e+04 world Transportation + 3 3.56e+03 9.12e+03 -1.5e+04 3.17e-06 0 5.47e+03 1.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.661 0.329 -0.115 3.66e-06 0 0 0 Tank initStep + 1 3.59e+03 4.33e+03 -56.8 3.66e-06 3.66e-06 5.62e+03 5.62e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.693 0.378 -0.142 0.359 0 0 0.843 Tank initStep + 9 0.739 0.43 -0.159 0.347 0.0121 0.0718 0.915 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.706 0.393 -0.147 3.44e-06 0 0 0 Tank initStep + 1 5e+03 3.58e+03 -4.19e+03 3.44e-06 0 7.44e+03 7.44e+03 expHall Transportation + 2 5e+03 3.58e+03 -4.19e+03 3.44e-06 0 0 7.44e+03 Tank Transportation + 3 4.11e+03 3.95e+03 -5e+03 3.44e-06 0 1.25e+03 8.7e+03 expHall Transportation + 4 4.11e+03 3.95e+03 -5e+03 3.44e-06 0 0 8.7e+03 Tank Transportation + 5 2.39e+03 5e+03 -3.88e+03 3.44e-06 0 2.31e+03 1.1e+04 expHall Transportation + 6 2.39e+03 5e+03 -3.88e+03 3.44e-06 0 0 1.1e+04 Tank Transportation + 7 -2.02e+03 3.9e+03 957 3.44e-06 3.44e-06 6.64e+03 1.76e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.719 0.407 -0.151 4.04e-06 0 0 0 Tank initStep + 1 878 2.32e+03 -1.26e+03 4.04e-06 4.04e-06 2.78e+03 2.78e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.739 0.43 -0.159 0.347 0 0 0.915 Tank initStep + 10 0.794 0.463 -0.174 0.327 0.0194 0.0671 0.982 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.758 0.441 -0.164 3.66e-06 0 0 0 Tank initStep + 1 3.49e+03 -2.9e+03 -2.69e+03 3.66e-06 0 5.28e+03 5.28e+03 Tank OpRayleigh + 2 5e+03 -2.15e+03 -2.03e+03 3.66e-06 0 1.81e+03 7.08e+03 expHall Transportation + 3 5e+03 -2.15e+03 -2.03e+03 3.66e-06 0 0 7.08e+03 Tank Transportation + 4 -5e+03 551 -4.38e+03 3.66e-06 0 1.06e+04 1.77e+04 expHall Transportation + 5 -1e+04 5.45e+03 -6.36e+03 3.66e-06 0 7.27e+03 2.5e+04 world Transportation + 6 -1.5e+04 1.03e+04 -8.34e+03 3.66e-06 0 7.27e+03 3.22e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.771 0.449 -0.167 2.98e-06 0 0 0 Tank initStep + 1 3.76e+03 5e+03 -2.36e+03 2.98e-06 0 6.68e+03 6.68e+03 expHall Transportation + 2 3.76e+03 5e+03 -2.36e+03 2.98e-06 0 0 6.68e+03 Tank Transportation + 3 5e+03 4.19e+03 -2.98e+03 2.98e-06 0 1.61e+03 8.29e+03 expHall Transportation + 4 5e+03 4.19e+03 -2.98e+03 2.98e-06 0 0 8.29e+03 Tank Transportation + 5 4.52e+03 4.45e+03 -5e+03 2.98e-06 0 2.09e+03 1.04e+04 expHall Transportation + 6 4.52e+03 4.45e+03 -5e+03 2.98e-06 0 0 1.04e+04 Tank Transportation + 7 -5e+03 1.49e+03 1.75e+03 2.98e-06 0 1.2e+04 2.24e+04 expHall Transportation + 8 -5e+03 1.49e+03 1.75e+03 2.98e-06 0 0 2.24e+04 Tank Transportation + 9 -3.55e+03 2.48e+03 5e+03 2.98e-06 0 3.69e+03 2.61e+04 expHall Transportation + 10 361 3.91e+03 1e+04 2.98e-06 0 6.51e+03 3.26e+04 world Transportation + 11 4.27e+03 5.34e+03 1.5e+04 2.98e-06 0 6.51e+03 3.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.794 0.463 -0.174 0.327 0 0 0.982 Tank initStep + 11 0.84 0.498 -0.166 0.315 0.0126 0.0598 1.04 Tank Cerenkov + 12 0.88 0.532 -0.156 0.305 0.00942 0.0554 1.1 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.879 0.531 -0.156 3.66e-06 0 0 0 Tank initStep + 1 5e+03 2.39e+03 -152 3.66e-06 0 5.54e+03 5.54e+03 expHall Transportation + 2 1e+04 7.79e+03 -2.06e+03 3.66e-06 0 7.6e+03 1.31e+04 world Transportation + 3 1.5e+04 1.32e+04 -3.97e+03 3.66e-06 0 7.6e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.88 0.532 -0.156 0.305 0 0 1.1 Tank initStep + 13 0.919 0.564 -0.144 0.291 0.0145 0.0521 1.15 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.895 0.545 -0.151 3.8e-06 0 0 0 Tank initStep + 1 418 176 187 3.8e-06 3.8e-06 490 490 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.919 0.564 -0.144 0.291 0 0 1.15 Tank initStep + 14 0.95 0.596 -0.128 0.281 0.00955 0.0473 1.2 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.92 0.565 -0.144 3.32e-06 0 0 0 Tank initStep + 1 -175 431 -5e+03 3.32e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 487 1.59e+03 -1e+04 3.32e-06 0 5.17e+03 1.02e+04 world Transportation + 3 1.15e+03 2.74e+03 -1.5e+04 3.32e-06 0 5.17e+03 1.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 0.95 0.596 -0.128 0.281 0 0 1.2 Tank initStep + 15 0.971 0.632 -0.114 0.272 0.00923 0.0443 1.24 Tank Cerenkov + 16 0.985 0.668 -0.102 0.263 0.0091 0.0415 1.28 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.982 0.661 -0.104 3.49e-06 0 0 0 Tank initStep + 1 5e+03 2.91e+03 -457 3.49e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 7.89e+03 1e+04 -2.22e+03 3.49e-06 0 7.86e+03 1.37e+04 world Transportation + 3 9.92e+03 1.5e+04 -3.46e+03 3.49e-06 0 5.54e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.982 0.662 -0.104 2.69e-06 0 0 0 Tank initStep + 1 25.1 -71.7 -5e+03 2.69e-06 0 5e+03 5e+03 expHall Transportation + 2 49.3 -144 -1e+04 2.69e-06 0 5e+03 1e+04 world Transportation + 3 73.4 -216 -1.5e+04 2.69e-06 0 5e+03 1.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 0.985 0.668 -0.102 0.263 0 0 1.28 Tank initStep + 17 0.999 0.701 -0.088 0.258 0.00553 0.0388 1.32 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.993 0.686 -0.0941 3.53e-06 0 0 0 Tank initStep + 1 -3.02e+03 940 5e+03 3.53e-06 0 5.92e+03 5.92e+03 expHall Transportation + 2 -3.02e+03 940 5e+03 3.53e-06 0 0 5.92e+03 Tank Transportation + 3 -5e+03 1.86e+03 4.18e+03 3.53e-06 0 2.33e+03 8.25e+03 expHall Transportation + 4 -5e+03 1.86e+03 4.18e+03 3.53e-06 0 0 8.25e+03 Tank Transportation + 5 559 5e+03 1.23e+03 3.53e-06 0 7.03e+03 1.53e+04 expHall Transportation + 6 559 5e+03 1.23e+03 3.53e-06 0 0 1.53e+04 Tank Transportation + 7 1.98e+03 726 -2.97e+03 3.53e-06 3.53e-06 6.16e+03 2.14e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.999 0.701 -0.088 0.258 0 0 1.32 Tank initStep + 18 1.01 0.729 -0.0661 0.251 0.00627 0.0372 1.36 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 0.71 -0.0807 3.17e-06 0 0 0 Tank initStep + 1 1.54e+03 5e+03 3.53e+03 3.17e-06 0 6.31e+03 6.31e+03 expHall Transportation + 2 4.48e+03 6.84e+03 1e+04 3.17e-06 0 7.34e+03 1.37e+04 world Transportation + 3 6.75e+03 8.25e+03 1.5e+04 3.17e-06 0 5.67e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 1.01 0.729 -0.0661 0.251 0 0 1.36 Tank initStep + 19 1.02 0.753 -0.0458 0.241 0.0101 0.0334 1.39 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.02 0.746 -0.0523 2.41e-06 0 0 0 Tank initStep + 1 3.5e+03 -2.22e+03 -434 2.41e-06 2.41e-06 4.17e+03 4.17e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 1.02 0.753 -0.0458 0.241 0 0 1.39 Tank initStep + 20 1.03 0.788 -0.0195 0.22 0.0212 0.0464 1.44 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 0.768 -0.0346 3.46e-06 0 0 0 Tank initStep + 1 -5e+03 3.96e+03 677 3.46e-06 0 6.41e+03 6.41e+03 expHall Transportation + 2 -5e+03 3.96e+03 677 3.46e-06 0 0 6.41e+03 Tank Transportation + 3 -4.87e+03 3.78e+03 480 3.46e-06 0 300 6.71e+03 Tank OpRayleigh + 4 -2.94e+03 3.36e+03 -5e+03 3.46e-06 0 5.82e+03 1.25e+04 expHall Transportation + 5 742 2.47e+03 -1e+04 3.46e-06 0 6.27e+03 1.88e+04 world Transportation + 6 4.43e+03 1.59e+03 -1.5e+04 3.46e-06 0 6.27e+03 2.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 0.767 -0.0354 2.03e-06 0 0 0 Tank initStep + 1 474 1.56e+03 929 2.03e-06 2.03e-06 1.87e+03 1.87e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 1.03 0.788 -0.0195 0.22 0 0 1.44 Tank initStep + 21 1.04 0.821 0.00147 0.213 0.00714 0.0401 1.48 Tank msc + 22 1.05 0.905 0.051 0.137 0.0759 0.111 1.59 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.05 0.894 0.0446 2.44e-06 0 0 0 Tank initStep + 1 3.91e+03 -5e+03 4.09e+03 2.44e-06 0 7.55e+03 7.55e+03 expHall Transportation + 2 3.91e+03 -5e+03 4.09e+03 2.44e-06 0 0 7.55e+03 Tank Transportation + 3 4.64e+03 -4.11e+03 5e+03 2.44e-06 0 1.46e+03 9.01e+03 expHall Transportation + 4 4.64e+03 -4.11e+03 5e+03 2.44e-06 0 0 9.01e+03 Tank Transportation + 5 5e+03 -3.72e+03 4.5e+03 2.44e-06 0 731 9.75e+03 expHall Transportation + 6 5e+03 -3.72e+03 4.5e+03 2.44e-06 0 0 9.75e+03 Tank Transportation + 7 934 -813 2.33e+03 2.44e-06 2.44e-06 5.45e+03 1.52e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.04 0.834 0.00946 2.47e-06 0 0 0 Tank initStep + 1 -4.87e+03 -1.08e+03 -5e+03 2.47e-06 0 7.07e+03 7.07e+03 expHall Transportation + 2 -4.87e+03 -1.08e+03 -5e+03 2.47e-06 0 0 7.07e+03 Tank Transportation + 3 -5e+03 -1.24e+03 -4.76e+03 2.47e-06 0 318 7.38e+03 expHall Transportation + 4 -5e+03 -1.24e+03 -4.76e+03 2.47e-06 0 0 7.38e+03 Tank Transportation + 5 -806 -5e+03 -893 2.47e-06 0 6.83e+03 1.42e+04 expHall Transportation + 6 -806 -5e+03 -893 2.47e-06 0 0 1.42e+04 Tank Transportation + 7 4.15e+03 4.07e+03 5e+03 2.47e-06 0 1.19e+04 2.61e+04 expHall Transportation + 8 4.15e+03 4.07e+03 5e+03 2.47e-06 0 0 2.61e+04 Tank Transportation + 9 4.64e+03 5e+03 3.94e+03 2.47e-06 0 1.49e+03 2.76e+04 expHall Transportation + 10 4.64e+03 5e+03 3.94e+03 2.47e-06 0 0 2.76e+04 Tank Transportation + 11 4.62e+03 -2.09e+03 1.67e+03 2.47e-06 2.47e-06 7.45e+03 3.5e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.05 0.86 0.0243 2.28e-06 0 0 0 Tank initStep + 1 5e+03 2.81e+03 862 2.28e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 1e+04 7.02e+03 310 2.28e-06 0 6.56e+03 1.24e+04 world Transportation + 3 1.5e+04 1.12e+04 -241 2.28e-06 0 6.56e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 1.05 0.905 0.051 0.137 0 0 1.59 Tank initStep + 23 1.04 0.917 0.061 0.134 0.00258 0.0183 1.61 Tank msc + 24 1.01 0.949 0.0885 0.116 0.0185 0.0601 1.67 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.01 0.948 0.0875 2.27e-06 0 0 0 Tank initStep + 1 -1.95e+03 5e+03 1.07e+03 2.27e-06 0 5.47e+03 5.47e+03 expHall Transportation + 2 -9.2e+03 1e+04 5.66e+03 2.27e-06 0 9.93e+03 1.54e+04 world Transportation + 3 -1.5e+04 1.4e+04 9.34e+03 2.27e-06 0 7.95e+03 2.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 24 1.01 0.949 0.0885 0.116 0 0 1.67 Tank initStep + 25 1 0.957 0.0967 0.112 0.00375 0.0138 1.68 Tank msc + 26 0.981 0.983 0.12 0.0805 0.0316 0.0481 1.73 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.99 0.972 0.111 3.96e-06 0 0 0 Tank initStep + 1 5e+03 -3.5e+03 3.43e+03 3.96e-06 0 7e+03 7e+03 expHall Transportation + 2 5e+03 -3.5e+03 3.43e+03 3.96e-06 0 0 7e+03 Tank Transportation + 3 4.06e+03 -4.15e+03 5e+03 3.96e-06 0 1.94e+03 8.94e+03 expHall Transportation + 4 -6.69e+03 -1e+04 7.82e+03 3.96e-06 0 1.26e+04 2.15e+04 world Transportation + 5 -1.5e+04 -1.45e+04 1e+04 3.96e-06 0 9.7e+03 3.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.991 0.971 0.109 3.86e-06 0 0 0 Tank initStep + 1 63.5 2e+03 55.5 3.86e-06 3.86e-06 2e+03 2e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.99 0.973 0.111 2.86e-06 0 0 0 Tank initStep + 1 -5e+03 3.86e+03 -59.6 2.86e-06 0 6.32e+03 6.32e+03 expHall Transportation + 2 -5e+03 3.86e+03 -59.6 2.86e-06 0 0 6.32e+03 Tank Transportation + 3 -3.97e+03 5e+03 38.3 2.86e-06 0 1.54e+03 7.85e+03 expHall Transportation + 4 -3.97e+03 5e+03 38.3 2.86e-06 0 0 7.85e+03 Tank Transportation + 5 -499 1.43e+03 5e+03 2.86e-06 0 7.03e+03 1.49e+04 expHall Transportation + 6 -499 1.43e+03 5e+03 2.86e-06 0 0 1.49e+04 Tank Transportation + 7 5e+03 363 -13.6 2.86e-06 0 7.52e+03 2.24e+04 expHall Transportation + 8 5e+03 363 -13.6 2.86e-06 0 0 2.24e+04 Tank Transportation + 9 1.51e+03 1.5e+03 -5e+03 2.86e-06 0 6.19e+03 2.86e+04 expHall Transportation + 10 1.51e+03 1.5e+03 -5e+03 2.86e-06 0 0 2.86e+04 Tank Transportation + 11 -3.07e+03 5e+03 -1.16e+03 2.86e-06 0 6.92e+03 3.55e+04 expHall Transportation + 12 -3.07e+03 5e+03 -1.16e+03 2.86e-06 0 0 3.55e+04 Tank Transportation + 13 -5e+03 280 17.1 2.86e-06 0 5.23e+03 4.08e+04 expHall Transportation + 14 -5e+03 280 17.1 2.86e-06 0 0 4.08e+04 Tank Transportation + 15 -3.27e+03 -5e+03 1.02e+03 2.86e-06 0 5.65e+03 4.64e+04 expHall Transportation + 16 -3.27e+03 -5e+03 1.02e+03 2.86e-06 0 0 4.64e+04 Tank Transportation + 17 45.9 3.86e+03 1.06e+03 2.86e-06 0 9.46e+03 5.59e+04 Tank OpRayleigh + 18 5e+03 3.69e+03 218 2.86e-06 0 5.03e+03 6.09e+04 expHall Transportation + 19 1e+04 2.84e+03 -3.04e+03 2.86e-06 0 6.03e+03 6.69e+04 world Transportation + 20 1.5e+04 1.99e+03 -6.29e+03 2.86e-06 0 6.03e+03 7.29e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 0.981 0.983 0.12 0.0805 0 0 1.73 Tank initStep + 27 0.975 0.987 0.122 0.0769 0.00358 0.00736 1.74 Tank msc + 28 0.954 1 0.125 0.0609 0.0161 0.0321 1.77 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.963 0.996 0.123 2.41e-06 0 0 0 Tank initStep + 1 75.2 2e+03 -352 2.41e-06 2.41e-06 2.03e+03 2.03e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.962 0.996 0.124 3.4e-06 0 0 0 Tank initStep + 1 -2.47e+03 361 -4.26e+03 3.4e-06 3.4e-06 4.94e+03 4.94e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.974 0.988 0.122 2.21e-06 0 0 0 Tank initStep + 1 -5e+03 1.17e+03 -470 2.21e-06 0 5.16e+03 5.16e+03 expHall Transportation + 2 -1e+04 4.05e+03 -862 2.21e-06 0 5.78e+03 1.09e+04 world Transportation + 3 -1.5e+04 6.93e+03 -1.25e+03 2.21e-06 0 5.78e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 0.954 1 0.125 0.0609 0 0 1.77 Tank initStep + 29 0.953 0.998 0.124 0.0587 0.00215 0.00451 1.77 Tank msc + 30 0.949 0.98 0.12 0.0401 0.0186 0.0251 1.8 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.95 0.985 0.121 2.51e-06 0 0 0 Tank initStep + 1 1.97e+03 4.07e+03 -947 2.51e-06 2.51e-06 4.62e+03 4.62e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 30 0.949 0.98 0.12 0.0401 0 0 1.8 Tank initStep + 31 0.951 0.979 0.12 0.0395 0.0006 0.00215 1.8 Tank msc + 32 0.958 0.97 0.116 0.0246 0.015 0.0182 1.82 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.954 0.975 0.118 2.43e-06 0 0 0 Tank initStep + 1 5e+03 1.61e+03 -4.12e+03 2.43e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 5e+03 1.61e+03 -4.12e+03 2.43e-06 0 0 6.67e+03 Tank Transportation + 3 3.13e+03 1.96e+03 -5e+03 2.43e-06 0 2.09e+03 8.77e+03 expHall Transportation + 4 3.13e+03 1.96e+03 -5e+03 2.43e-06 0 0 8.77e+03 Tank Transportation + 5 -425 4.44e+03 -615 2.43e-06 2.43e-06 6.17e+03 1.49e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 32 0.958 0.97 0.116 0.0246 0 0 1.82 Tank initStep + 33 0.958 0.97 0.116 0.0235 0.00102 0.000892 1.82 Tank msc + 34 0.954 0.972 0.12 0 0.0235 0.0103 1.83 Tank eIoni + 35 0.954 0.972 0.12 0 0 0 1.83 Tank annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.954 0.972 0.12 0.511 0 0 0 Tank initStep + 1 31.6 153 -115 0.185 0.000537 193 193 Tank compt + 2 36.3 146 -112 0.179 0.000537 9.2 202 Tank compt + 3 24.4 75.5 -110 0.158 2.92e-05 71.2 274 Tank compt + 4 18.2 53.8 -78.4 0.111 1.42e-05 38.8 312 Tank compt + 5 22.7 52.5 -80.9 0.097 2.92e-05 5.28 318 Tank compt + 6 85.2 105 -57.2 0.0845 2.92e-05 85.3 403 Tank compt + 7 -16.7 242 53.4 0.082 0.000537 203 606 Tank compt + 8 9.19 289 115 0.0695 1.42e-05 82 688 Tank compt + 9 74.5 308 61.9 0.0686 1.42e-05 86.2 774 Tank compt + 10 129 298 32.5 0.0569 1.42e-05 62.6 837 Tank compt + 11 124 289 51.8 0.0518 1.42e-05 21.5 858 Tank compt + 12 132 238 39.1 0.0506 0.000537 53.6 912 Tank compt + 13 104 217 -0.537 0.0457 2.92e-05 52.4 964 Tank compt + 14 130 249 -26.6 0.0429 1.42e-05 48.3 1.01e+03 Tank compt + 15 151 241 -27.5 0.0417 1.36e-05 22.7 1.04e+03 Tank compt + 16 156 227 -31.9 0.0357 0.000537 16.1 1.05e+03 Tank compt + 17 155 231 -29.5 0.0353 1.36e-05 5.54 1.06e+03 Tank compt + 18 155 236 -30.3 0.0353 0 4.37 1.06e+03 Tank Rayl + 19 145 286 -12 0.0325 1.42e-05 54.6 1.12e+03 Tank compt + 20 145 286 -11.2 0.0302 1.36e-05 0.881 1.12e+03 Tank compt + 21 138 280 -16.6 0.0244 0.000537 10.5 1.13e+03 Tank compt + 22 156 287 -28.8 0 0.000538 22.9 1.15e+03 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 156 287 -28.8 0.0239 0 0 0 Tank initStep + 1 156 287 -28.8 0.0211 0.00279 0.000925 0.000925 Tank msc + 2 156 287 -28.8 0 0.0211 0.00927 0.0102 Tank eIoni + 3 156 287 -28.8 0 0 0 0.0102 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 138 280 -16.6 0.00526 0 0 0 Tank initStep + 1 138 280 -16.6 0.00507 0.000186 6.45e-05 6.45e-05 Tank msc + 2 138 280 -16.6 0 0.00507 0.000758 0.000823 Tank eIoni + 3 138 280 -16.6 0 0 0 0.000823 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 145 286 -11.2 0.00227 0 0 0 Tank initStep + 1 145 286 -11.2 0.00214 0.000139 1.56e-05 1.56e-05 Tank msc + 2 145 286 -11.2 0 0.00214 0.000176 0.000192 Tank eIoni + 3 145 286 -11.2 0 0 0 0.000192 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 78 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 145 286 -11.2 3.05e-06 0 0 0 Tank initStep + 1 -1.05e+03 -5e+03 -1.24e+03 3.05e-06 0 5.56e+03 5.56e+03 expHall Transportation + 2 -3.65e+03 -1e+04 -4.16e+03 3.05e-06 0 6.35e+03 1.19e+04 world Transportation + 3 -6.25e+03 -1.5e+04 -7.09e+03 3.05e-06 0 6.35e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 145 286 -12 0.00278 0 0 0 Tank initStep + 1 145 286 -12 0.00267 0.000102 2.18e-05 2.18e-05 Tank msc + 2 145 286 -12 0 0.00267 0.000256 0.000277 Tank eIoni + 3 145 286 -12 0 0 0 0.000277 Tank NoProcess + +********************************************************************************************************* +* 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 155 231 -29.5 0.000412 0 0 0 Tank initStep + 1 155 231 -29.5 0.000412 0 1.21e-06 1.21e-06 Tank msc + 2 155 231 -29.5 0 0.000412 1.51e-05 1.63e-05 Tank eIoni + 3 155 231 -29.5 0 0 0 1.63e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 156 227 -31.9 0.00539 0 0 0 Tank initStep + 1 156 227 -31.9 0.00519 0.000201 6.74e-05 6.74e-05 Tank msc + 2 156 227 -31.9 0 0.00519 0.000789 0.000857 Tank eIoni + 3 156 227 -31.9 0 0 0 0.000857 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 151 241 -27.5 0.00127 0 0 0 Tank initStep + 1 151 241 -27.5 0.00117 0.000104 6.07e-06 6.07e-06 Tank msc + 2 151 241 -27.5 0 0.00117 6.62e-05 7.23e-05 Tank eIoni + 3 151 241 -27.5 0 0 0 7.23e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 130 249 -26.6 0.00275 0 0 0 Tank initStep + 1 130 249 -26.6 0.00265 0.000103 2.14e-05 2.14e-05 Tank msc + 2 130 249 -26.6 0 0.00265 0.000251 0.000272 Tank eIoni + 3 130 249 -26.6 0 0 0 0.000272 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 104 217 -0.537 0.00482 0 0 0 Tank initStep + 1 104 217 -0.537 0.00457 0.000246 5.55e-05 5.55e-05 Tank msc + 2 104 217 -0.537 0 0.00457 0.000635 0.00069 Tank eIoni + 3 104 217 -0.537 0 0 0 0.00069 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 132 238 39.1 0.000731 0 0 0 Tank initStep + 1 132 238 39.1 0.000731 0 2.61e-06 2.61e-06 Tank msc + 2 132 238 39.1 0 0.000731 3.26e-05 3.52e-05 Tank eIoni + 3 132 238 39.1 0 0 0 3.52e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 124 289 51.8 0.00507 0 0 0 Tank initStep + 1 124 289 51.8 0.00498 9.46e-05 6.06e-05 6.06e-05 Tank msc + 2 124 289 51.8 0 0.00498 0.000734 0.000794 Tank eIoni + 3 124 289 51.8 0 0 0 0.000794 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 129 298 32.5 0.0117 0 0 0 Tank initStep + 1 129 298 32.5 0.0111 0.000621 0.000261 0.000261 Tank msc + 2 129 298 32.5 0 0.0111 0.00296 0.00322 Tank eIoni + 3 129 298 32.5 0 0 0 0.00322 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 74.5 308 61.9 0.000883 0 0 0 Tank initStep + 1 74.5 308 61.9 0.000839 4.44e-05 3.45e-06 3.45e-06 Tank msc + 2 74.5 308 61.9 0 0.000839 3.99e-05 4.33e-05 Tank eIoni + 3 74.5 308 61.9 0 0 0 4.33e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.19 289 115 0.0124 0 0 0 Tank initStep + 1 9.19 289 115 0.012 0.000405 0.000291 0.000291 Tank msc + 2 9.19 289 115 0 0.012 0.00344 0.00373 Tank eIoni + 3 9.19 289 115 0 0 0 0.00373 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.7 242 53.4 0.00197 0 0 0 Tank initStep + 1 -16.7 242 53.4 0.00186 0.000111 1.23e-05 1.23e-05 Tank msc + 2 -16.7 242 53.4 0 0.00186 0.00014 0.000152 Tank eIoni + 3 -16.7 242 53.4 0 0 0 0.000152 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 85.2 105 -57.2 0.0125 0 0 0 Tank initStep + 1 85.2 105 -57.2 0.0122 0.000294 0.000294 0.000294 Tank msc + 2 85.2 105 -57.2 0 0.0122 0.00352 0.00381 Tank eIoni + 3 85.2 105 -57.2 0 0 0 0.00381 Tank NoProcess + +********************************************************************************************************* +* 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 22.7 52.5 -80.9 0.0144 0 0 0 Tank initStep + 1 22.7 52.5 -80.9 0.0137 0.000663 0.000377 0.000377 Tank msc + 2 22.7 52.5 -80.9 0 0.0137 0.00434 0.00472 Tank eIoni + 3 22.7 52.5 -80.9 0 0 0 0.00472 Tank NoProcess + +********************************************************************************************************* +* 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 18.2 53.8 -78.4 0.047 0 0 0 Tank initStep + 1 18.2 53.8 -78.4 0.0452 0.0018 0.00306 0.00306 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 18.2 53.8 -78.4 2.64e-06 0 0 0 Tank initStep + 1 -4.74e+03 -3.41e+03 -5e+03 2.64e-06 0 7.67e+03 7.67e+03 expHall Transportation + 2 -4.74e+03 -3.41e+03 -5e+03 2.64e-06 0 0 7.67e+03 Tank Transportation + 3 -5e+03 -3.61e+03 -4.64e+03 2.64e-06 0 490 8.16e+03 expHall Transportation + 4 -5e+03 -3.61e+03 -4.64e+03 2.64e-06 0 0 8.16e+03 Tank Transportation + 5 -1.99e+03 -5e+03 -3.21e+03 2.64e-06 0 3.61e+03 1.18e+04 expHall Transportation + 6 -1.99e+03 -5e+03 -3.21e+03 2.64e-06 0 0 1.18e+04 Tank Transportation + 7 5e+03 -2.98e+03 547 2.64e-06 0 8.19e+03 2e+04 expHall Transportation + 8 5e+03 -2.98e+03 547 2.64e-06 0 0 2e+04 Tank Transportation + 9 3.99e+03 -2.57e+03 1.24e+03 2.64e-06 2.64e-06 1.29e+03 2.13e+04 Tank OpAbsorption + +********************************************************************************************************* +* 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 + 1 18.2 53.8 -78.4 0.0452 0 0 0.00306 Tank initStep + 2 18.2 53.8 -78.4 0.0438 0.00137 0.00286 0.00591 Tank msc + 3 18.2 53.8 -78.4 0 0.0438 0.0204 0.0263 Tank eIoni + 4 18.2 53.8 -78.4 0 0 0 0.0263 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 18.2 53.8 -78.4 2.35e-06 0 0 0 Tank initStep + 1 -2.92e+03 5e+03 3e+03 2.35e-06 0 6.52e+03 6.52e+03 expHall Transportation + 2 -8.06e+03 7.09e+03 1e+04 2.35e-06 0 8.94e+03 1.55e+04 world Transportation + 3 -1.17e+04 8.58e+03 1.5e+04 2.35e-06 0 6.38e+03 2.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 18.2 53.8 -78.4 3.59e-06 0 0 0 Tank initStep + 1 -2.96e+03 -3.43e+03 -5e+03 3.59e-06 0 6.73e+03 6.73e+03 expHall Transportation + 2 -2.96e+03 -3.43e+03 -5e+03 3.59e-06 0 0 6.73e+03 Tank Transportation + 3 -3.07e+03 -3.78e+03 -4.4e+03 3.59e-06 3.59e-06 708 7.43e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.4 75.5 -110 0.0208 0 0 0 Tank initStep + 1 24.4 75.5 -110 0.0199 0.000919 0.000726 0.000726 Tank msc + 2 24.4 75.5 -110 0 0.0199 0.00837 0.0091 Tank eIoni + 3 24.4 75.5 -110 0 0 0 0.0091 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.4 75.5 -110 2.25e-06 0 0 0 Tank initStep + 1 -3.13e+03 -5e+03 -1.6e+03 2.25e-06 0 6.16e+03 6.16e+03 expHall Transportation + 2 -1e+04 -8.34e+03 -4.54e+03 2.25e-06 0 8.18e+03 1.43e+04 world Transportation + 3 -1.5e+04 -1.08e+04 -6.69e+03 2.25e-06 0 5.96e+03 2.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.3 146 -112 0.00487 0 0 0 Tank initStep + 1 36.3 146 -112 0.00481 6.16e-05 5.65e-05 5.65e-05 Tank msc + 2 36.3 146 -112 0 0.00481 0.000691 0.000748 Tank eIoni + 3 36.3 146 -112 0 0 0 0.000748 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.6 153 -115 0.326 0 0 0 Tank initStep + 1 31.6 153 -115 0.316 0.00981 0.0591 0.0591 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.6 153 -115 3.91e-06 0 0 0 Tank initStep + 1 -2.78e+03 2.3e+03 -210 3.91e-06 3.91e-06 3.54e+03 3.54e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 31.6 153 -115 0.316 0 0 0.0591 Tank initStep + 2 31.6 153 -115 0.279 0.0373 0.0557 0.115 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.6 153 -115 3.54e-06 0 0 0 Tank initStep + 1 -384 -40.3 -309 3.54e-06 0 498 498 Tank OpRayleigh + 2 -338 20.5 -305 3.54e-06 0 76.4 574 Tank OpRayleigh + 3 1.76e+03 -3.9e+03 -5e+03 3.54e-06 0 6.47e+03 7.04e+03 expHall Transportation + 4 1.76e+03 -3.9e+03 -5e+03 3.54e-06 0 0 7.04e+03 Tank Transportation + 5 5e+03 -4.37e+03 -2.08e+03 3.54e-06 0 4.39e+03 1.14e+04 expHall Transportation + 6 5e+03 -4.37e+03 -2.08e+03 3.54e-06 0 0 1.14e+04 Tank Transportation + 7 -5e+03 -3.74e+03 4.69e+03 3.54e-06 0 1.21e+04 2.35e+04 expHall Transportation + 8 -9.72e+03 -4.59e+03 1e+04 3.54e-06 0 7.16e+03 3.07e+04 world Transportation + 9 -1.42e+04 -5.39e+03 1.5e+04 3.54e-06 0 6.74e+03 3.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.6 153 -115 2.75e-06 0 0 0 Tank initStep + 1 -5e+03 -3.53e+03 4.29e+03 2.75e-06 0 7.64e+03 7.64e+03 expHall Transportation + 2 -5e+03 -3.53e+03 4.29e+03 2.75e-06 0 0 7.64e+03 Tank Transportation + 3 -4.36e+03 -3.6e+03 5e+03 2.75e-06 0 957 8.6e+03 expHall Transportation + 4 -4.36e+03 -3.6e+03 5e+03 2.75e-06 0 0 8.6e+03 Tank Transportation + 5 359 -2.54e+03 3.04e+03 2.75e-06 2.75e-06 5.22e+03 1.38e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.6 153 -115 4.09e-06 0 0 0 Tank initStep + 1 1.57e+03 5e+03 -425 4.09e-06 0 5.09e+03 5.09e+03 expHall Transportation + 2 1.57e+03 5e+03 -425 4.09e-06 0 0 5.09e+03 Tank Transportation + 3 5e+03 835 -616 4.09e-06 0 5.4e+03 1.05e+04 expHall Transportation + 4 5e+03 835 -616 4.09e-06 0 0 1.05e+04 Tank Transportation + 5 -3.93e+03 -5e+03 -295 4.09e-06 0 1.07e+04 2.12e+04 expHall Transportation + 6 -3.93e+03 -5e+03 -295 4.09e-06 0 0 2.12e+04 Tank Transportation + 7 -5e+03 -4.35e+03 74.2 4.09e-06 0 1.3e+03 2.25e+04 expHall Transportation + 8 -1e+04 4.71e+03 6.39e+03 4.09e-06 0 1.21e+04 3.46e+04 world Transportation + 9 -1.5e+04 1.38e+04 1.27e+04 4.09e-06 0 1.21e+04 4.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 31.6 153 -115 0.279 0 0 0.115 Tank initStep + 3 31.6 153 -115 0.27 0.00895 0.0437 0.158 Tank Cerenkov + 4 31.6 153 -115 0.257 0.0122 0.041 0.2 Tank Cerenkov + 5 31.6 153 -115 0.25 0.00751 0.0375 0.237 Tank Cerenkov + 6 31.6 153 -115 0.244 0.0058 0.029 0.266 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.6 153 -115 2.21e-06 0 0 0 Tank initStep + 1 4.52e+03 -469 -5e+03 2.21e-06 0 6.66e+03 6.66e+03 expHall Transportation + 2 4.52e+03 -469 -5e+03 2.21e-06 0 0 6.66e+03 Tank Transportation + 3 5e+03 -577 -4.81e+03 2.21e-06 0 528 7.19e+03 expHall Transportation + 4 1e+04 -1.48e+03 -2.31e+03 2.21e-06 0 5.66e+03 1.29e+04 world Transportation + 5 1.5e+04 -2.39e+03 190 2.21e-06 0 5.66e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 31.6 153 -115 0.244 0 0 0.266 Tank initStep + 7 31.6 153 -115 0.243 0.00081 0.00636 0.272 Tank Cerenkov + 8 31.6 153 -115 0.243 0.000418 0.00322 0.276 Tank Cerenkov + 9 31.6 153 -115 0.243 0.000273 0.0016 0.277 Tank Cerenkov + 10 31.6 153 -115 0.243 0 0.000547 0.278 Tank Cerenkov + 11 31.6 153 -115 0.243 6.43e-05 0.000547 0.278 Tank Cerenkov + 12 31.6 153 -115 0.243 0 0.000298 0.279 Tank Cerenkov + 13 31.6 153 -115 0.242 0.000113 0.000298 0.279 Tank Cerenkov + 14 31.7 154 -115 0.209 0.0335 0.136 0.415 Tank eIoni + 15 31.7 154 -115 0.184 0.0251 0.111 0.526 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.7 154 -115 2.49e-06 0 0 0 Tank initStep + 1 5e+03 3.58e+03 362 2.49e-06 0 6.06e+03 6.06e+03 expHall Transportation + 2 5e+03 3.58e+03 362 2.49e-06 0 0 6.06e+03 Tank Transportation + 3 3.36e+03 5e+03 489 2.49e-06 0 2.17e+03 8.23e+03 expHall Transportation + 4 3.36e+03 5e+03 489 2.49e-06 0 0 8.23e+03 Tank Transportation + 5 -5e+03 -1.95e+03 2.08e+03 2.49e-06 0 1.1e+04 1.92e+04 expHall Transportation + 6 -5e+03 -1.95e+03 2.08e+03 2.49e-06 0 0 1.92e+04 Tank Transportation + 7 -1.21e+03 -5e+03 3.8e+03 2.49e-06 0 5.16e+03 2.44e+04 expHall Transportation + 8 -1.21e+03 -5e+03 3.8e+03 2.49e-06 0 0 2.44e+04 Tank Transportation + 9 681 -1.42e+03 5e+03 2.49e-06 0 4.22e+03 2.86e+04 expHall Transportation + 10 681 -1.42e+03 5e+03 2.49e-06 0 0 2.86e+04 Tank Transportation + 11 2.02e+03 5e+03 707 2.49e-06 0 7.84e+03 3.64e+04 expHall Transportation + 12 2.02e+03 5e+03 707 2.49e-06 0 0 3.64e+04 Tank Transportation + 13 5e+03 -789 -3.88e+03 2.49e-06 0 7.96e+03 4.44e+04 expHall Transportation + 14 5e+03 -789 -3.88e+03 2.49e-06 0 0 4.44e+04 Tank Transportation + 15 3.48e+03 -2.39e+03 -5e+03 2.49e-06 0 2.47e+03 4.69e+04 expHall Transportation + 16 3.48e+03 -2.39e+03 -5e+03 2.49e-06 0 0 4.69e+04 Tank Transportation + 17 1.36e+03 -5e+03 -2.76e+03 2.49e-06 0 4.04e+03 5.09e+04 expHall Transportation + 18 1.36e+03 -5e+03 -2.76e+03 2.49e-06 0 0 5.09e+04 Tank Transportation + 19 -222 -2.56e+03 -3.19e+03 2.49e-06 2.49e-06 2.94e+03 5.39e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 31.7 154 -115 0.184 0 0 0.526 Tank initStep + 16 31.7 154 -115 0.178 0.00578 0.031 0.557 Tank msc + 17 31.7 154 -115 0.149 0.0288 0.0895 0.647 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.7 154 -115 2.39e-06 0 0 0 Tank initStep + 1 1.86e+03 1.47e+03 -1.02e+03 2.39e-06 2.39e-06 2.43e+03 2.43e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 31.7 154 -115 0.149 0 0 0.647 Tank initStep + 18 31.7 154 -115 0.145 0.00431 0.0221 0.669 Tank msc + 19 31.8 154 -115 0.125 0.0202 0.0683 0.737 Tank eIoni + 20 31.8 154 -115 0.108 0.0169 0.0566 0.794 Tank eIoni + 21 31.9 154 -115 0.0908 0.017 0.0476 0.841 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.9 154 -115 3.87e-06 0 0 0 Tank initStep + 1 815 1.3e+03 -1.51e+03 3.87e-06 3.87e-06 1.97e+03 1.97e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 31.9 154 -115 0.0908 0 0 0.841 Tank initStep + 22 31.9 154 -115 0.0882 0.00256 0.00959 0.851 Tank msc + 23 31.9 154 -115 0.0648 0.0234 0.0381 0.889 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.9 154 -115 3.47e-06 0 0 0 Tank initStep + 1 -5e+03 -4.98e+03 610 3.47e-06 0 7.22e+03 7.22e+03 expHall Transportation + 2 -6.07e+03 -1e+04 1.8e+03 3.47e-06 0 5.27e+03 1.25e+04 world Transportation + 3 -7.13e+03 -1.5e+04 2.99e+03 3.47e-06 0 5.25e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.9 154 -115 3.3e-06 0 0 0 Tank initStep + 1 5e+03 3.2e+03 4.61e+03 3.3e-06 0 7.5e+03 7.5e+03 expHall Transportation + 2 6.53e+03 8.02e+03 1e+04 3.3e-06 0 7.39e+03 1.49e+04 world Transportation + 3 7.95e+03 1.25e+04 1.5e+04 3.3e-06 0 6.86e+03 2.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 31.9 154 -115 0.0648 0 0 0.889 Tank initStep + 24 31.9 154 -115 0.0634 0.00135 0.00536 0.894 Tank msc + 25 31.9 154 -115 0.0386 0.0248 0.0277 0.922 Tank eIoni + 26 31.9 154 -115 0.0199 0.0187 0.0185 0.94 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.9 154 -115 2.69e-06 0 0 0 Tank initStep + 1 -704 -3.66e+03 -126 2.69e-06 2.69e-06 3.88e+03 3.88e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 31.9 154 -115 0.0199 0 0 0.94 Tank initStep + 27 31.9 154 -115 0.0195 0.000383 0.00067 0.941 Tank msc + 28 31.9 154 -115 0 0.0195 0.00809 0.949 Tank eIoni + 29 31.9 154 -115 0 0 0 0.949 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.9 154 -115 2.57e-06 0 0 0 Tank initStep + 1 2.69e+03 2.07e+03 -5e+03 2.57e-06 0 5.88e+03 5.88e+03 expHall Transportation + 2 2.69e+03 2.07e+03 -5e+03 2.57e-06 0 0 5.88e+03 Tank Transportation + 3 5e+03 2.97e+03 -3.33e+03 2.57e-06 0 2.99e+03 8.87e+03 expHall Transportation + 4 5e+03 2.97e+03 -3.33e+03 2.57e-06 0 0 8.87e+03 Tank Transportation + 5 3.96e+03 5e+03 -2.52e+03 2.57e-06 0 2.42e+03 1.13e+04 expHall Transportation + 6 3.96e+03 5e+03 -2.52e+03 2.57e-06 0 0 1.13e+04 Tank Transportation + 7 -3.21e+03 -5e+03 -2.24e+03 2.57e-06 0 1.23e+04 2.36e+04 expHall Transportation + 8 -1e+04 -8.36e+03 235 2.57e-06 0 7.97e+03 3.16e+04 world Transportation + 9 -1.5e+04 -1.08e+04 2.06e+03 2.57e-06 0 5.87e+03 3.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31.9 154 -115 2.32e-06 0 0 0 Tank initStep + 1 3.78e+03 -5e+03 284 2.32e-06 0 6.38e+03 6.38e+03 expHall Transportation + 2 1e+04 -7.72e+03 2.16e+03 2.32e-06 0 7.05e+03 1.34e+04 world Transportation + 3 1.5e+04 -9.91e+03 3.67e+03 2.32e-06 0 5.66e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.954 0.972 0.12 0.511 0 0 0 Tank initStep + 1 -6.04 -33.8 26.3 0.395 1.42e-05 44.1 44.1 Tank compt + 2 -30 -50.5 156 0.34 1.36e-05 133 177 Tank compt + 3 -29.1 -60 167 0.308 1.36e-05 14.1 191 Tank compt + 4 -126 -170 307 0.147 1.42e-05 203 394 Tank compt + 5 -73.2 -152 289 0.0955 1.42e-05 58.6 453 Tank compt + 6 -141 -207 287 0.0762 0.000537 87.1 540 Tank compt + 7 -140 -205 288 0.0639 1.42e-05 2.4 542 Tank compt + 8 -147 -214 296 0.0577 2.92e-05 13.9 556 Tank compt + 9 -166 -206 291 0.0533 1.42e-05 21 577 Tank compt + 10 -165 -206 267 0.0433 1.42e-05 24.2 601 Tank compt + 11 -152 -214 288 0.0386 1.36e-05 25.2 626 Tank compt + 12 -144 -192 277 0.0375 1.42e-05 25.2 652 Tank compt + 13 -144 -165 284 0.035 0.000537 28.1 680 Tank compt + 14 -139 -152 321 0 0.000538 40.1 720 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -139 -152 321 0.0344 0 0 0 Tank initStep + 1 -139 -152 321 0.0336 0.00078 0.00177 0.00177 Tank msc + 2 -139 -152 321 0.0197 0.014 0.0165 0.0182 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 112 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -139 -152 321 3.55e-06 0 0 0 Tank initStep + 1 528 1.9e+03 5e+03 3.55e-06 0 5.15e+03 5.15e+03 expHall Transportation + 2 810 5.48e+03 1e+04 3.55e-06 0 6.16e+03 1.13e+04 world Transportation + 3 1.09e+03 9.07e+03 1.5e+04 3.55e-06 0 6.16e+03 1.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -139 -152 321 0.0197 0 0 0.0182 Tank initStep + 3 -139 -152 321 0.0195 0.000158 0.000654 0.0189 Tank msc + 4 -139 -152 321 0 0.0195 0.00806 0.027 Tank eIoni + 5 -139 -152 321 0 0 0 0.027 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 112 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -139 -152 321 3.1e-06 0 0 0 Tank initStep + 1 -224 327 -519 3.1e-06 3.1e-06 971 971 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -144 -165 284 0.00198 0 0 0 Tank initStep + 1 -144 -165 284 0.00195 3.42e-05 1.25e-05 1.25e-05 Tank msc + 2 -144 -165 284 0 0.00195 0.000151 0.000164 Tank eIoni + 3 -144 -165 284 0 0 0 0.000164 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -144 -192 277 0.00109 0 0 0 Tank initStep + 1 -144 -192 277 0.00109 0 4.74e-06 4.74e-06 Tank msc + 2 -144 -192 277 0 0.00109 5.93e-05 6.4e-05 Tank eIoni + 3 -144 -192 277 0 0 0 6.4e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -152 -214 288 0.00468 0 0 0 Tank initStep + 1 -152 -214 288 0.00447 0.000213 5.28e-05 5.28e-05 Tank msc + 2 -152 -214 288 0 0.00447 0.000609 0.000662 Tank eIoni + 3 -152 -214 288 0 0 0 0.000662 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -165 -206 267 0.00998 0 0 0 Tank initStep + 1 -165 -206 267 0.00791 0.00207 0.000198 0.000198 Tank msc + 2 -165 -206 267 0 0.00791 0.00164 0.00184 Tank eIoni + 3 -165 -206 267 0 0 0 0.00184 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -166 -206 291 0.00443 0 0 0 Tank initStep + 1 -166 -206 291 0.00409 0.000336 4.8e-05 4.8e-05 Tank msc + 2 -166 -206 291 0 0.00409 0.000524 0.000572 Tank eIoni + 3 -166 -206 291 0 0 0 0.000572 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -147 -214 296 0.00619 0 0 0 Tank initStep + 1 -147 -214 296 0.00563 0.000561 8.57e-05 8.57e-05 Tank msc + 2 -147 -214 296 0 0.00563 0.000909 0.000994 Tank eIoni + 3 -147 -214 296 0 0 0 0.000994 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 106 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -147 -214 296 4.06e-06 0 0 0 Tank initStep + 1 -5e+03 1.15e+03 3.41e+03 4.06e-06 0 5.93e+03 5.93e+03 expHall Transportation + 2 -5e+03 1.15e+03 3.41e+03 4.06e-06 0 0 5.93e+03 Tank Transportation + 3 -4.96e+03 1.21e+03 3.55e+03 4.06e-06 4.06e-06 160 6.09e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 -205 288 0.0123 0 0 0 Tank initStep + 1 -140 -205 288 0.012 0.000254 0.000284 0.000284 Tank msc + 2 -140 -205 288 0 0.012 0.00342 0.0037 Tank eIoni + 3 -140 -205 288 0 0 0 0.0037 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -141 -207 287 0.0187 0 0 0 Tank initStep + 1 -141 -207 287 0.0181 0.000583 0.0006 0.0006 Tank msc + 2 -141 -207 287 0 0.0181 0.0071 0.0077 Tank eIoni + 3 -141 -207 287 0 0 0 0.0077 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.2 -152 289 0.0518 0 0 0 Tank initStep + 1 -73.2 -152 289 0.0478 0.00391 0.00362 0.00362 Tank msc + 2 -73.2 -152 289 0.0158 0.0321 0.0219 0.0255 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 103 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.2 -152 289 3.88e-06 0 0 0 Tank initStep + 1 -2.58e+03 5e+03 4.51e+03 3.88e-06 0 7.12e+03 7.12e+03 expHall Transportation + 2 -2.58e+03 5e+03 4.51e+03 3.88e-06 0 0 7.12e+03 Tank Transportation + 3 -2.53e+03 4.31e+03 5e+03 3.88e-06 0 845 7.97e+03 expHall Transportation + 4 -2.53e+03 4.31e+03 5e+03 3.88e-06 0 0 7.97e+03 Tank Transportation + 5 -1.12e+03 -211 -984 3.88e-06 3.88e-06 7.63e+03 1.56e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 103 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.2 -152 289 3.72e-06 0 0 0 Tank initStep + 1 41.1 -290 448 3.72e-06 3.72e-06 239 239 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -73.2 -152 289 0.0158 0 0 0.0255 Tank initStep + 3 -73.2 -152 289 0.0153 0.000448 0.000442 0.0259 Tank msc + 4 -73.2 -152 289 0 0.0153 0.00525 0.0312 Tank eIoni + 5 -73.2 -152 289 0 0 0 0.0312 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 103 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.2 -152 289 3.45e-06 0 0 0 Tank initStep + 1 4.24e+03 -5e+03 -2e+03 3.45e-06 0 6.89e+03 6.89e+03 expHall Transportation + 2 4.24e+03 -5e+03 -2e+03 3.45e-06 0 0 6.89e+03 Tank Transportation + 3 5e+03 -2.11e+03 -2.98e+03 3.45e-06 0 3.14e+03 1e+04 expHall Transportation + 4 5e+03 -2.11e+03 -2.98e+03 3.45e-06 0 0 1e+04 Tank Transportation + 5 1.24e+03 5e+03 -4.45e+03 3.45e-06 0 8.18e+03 1.82e+04 expHall Transportation + 6 -5.69e+03 7.24e+03 -1e+04 3.45e-06 0 9.16e+03 2.74e+04 world Transportation + 7 -1.19e+04 9.26e+03 -1.5e+04 3.45e-06 0 8.24e+03 3.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 103 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.2 -152 289 2.03e-06 0 0 0 Tank initStep + 1 -5e+03 3.27e+03 1.85e+03 2.03e-06 0 6.2e+03 6.2e+03 expHall Transportation + 2 -7.41e+03 1e+04 4.09e+03 2.03e-06 0 7.49e+03 1.37e+04 world Transportation + 3 -9.21e+03 1.5e+04 5.76e+03 2.03e-06 0 5.57e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 0.161 0 0 0 Tank initStep + 1 -126 -170 307 0.154 0.00673 0.025 0.025 Tank msc + 2 -126 -170 307 0.135 0.0192 0.074 0.099 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 3.91e-06 0 0 0 Tank initStep + 1 -2.53e+03 5e+03 -2.73e+03 3.91e-06 0 6.46e+03 6.46e+03 expHall Transportation + 2 -2.53e+03 5e+03 -2.73e+03 3.91e-06 0 0 6.46e+03 Tank Transportation + 3 -2.49e+03 3.73e+03 -4.23e+03 3.91e-06 3.91e-06 1.97e+03 8.43e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 2.3e-06 0 0 0 Tank initStep + 1 3.94e+03 -2.08e+03 201 2.3e-06 2.3e-06 4.49e+03 4.49e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -126 -170 307 0.135 0 0 0.099 Tank initStep + 3 -126 -170 307 0.13 0.00518 0.0187 0.118 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 3.68e-06 0 0 0 Tank initStep + 1 -5e+03 -1.6e+03 1.32e+03 3.68e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 -1e+04 -4.67e+03 3.1e+03 3.68e-06 0 6.13e+03 1.13e+04 world Transportation + 3 -1.5e+04 -7.73e+03 4.88e+03 3.68e-06 0 6.13e+03 1.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -126 -170 307 0.13 0 0 0.118 Tank initStep + 4 -126 -170 307 0.125 0.00479 0.0175 0.135 Tank msc + 5 -126 -170 307 0.104 0.021 0.0568 0.192 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 2.48e-06 0 0 0 Tank initStep + 1 -1.17e+03 5e+03 -1.01e+03 2.48e-06 0 5.44e+03 5.44e+03 expHall Transportation + 2 -2.77e+03 1e+04 -3e+03 2.48e-06 0 5.61e+03 1.1e+04 world Transportation + 3 -4.36e+03 1.5e+04 -4.99e+03 2.48e-06 0 5.61e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -126 -170 307 0.104 0 0 0.192 Tank initStep + 6 -126 -170 307 0.0936 0.0103 0.0121 0.204 Tank msc + 7 -126 -170 307 0.0798 0.0137 0.0406 0.245 Tank eIoni + 8 -126 -170 307 0.0554 0.0245 0.0344 0.279 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 127, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 3.98e-06 0 0 0 Tank initStep + 1 -49.7 -77.5 163 3.98e-06 3.98e-06 187 187 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 126, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 2.29e-06 0 0 0 Tank initStep + 1 -5e+03 -469 -2.81e+03 2.29e-06 0 5.79e+03 5.79e+03 expHall Transportation + 2 -5e+03 -469 -2.81e+03 2.29e-06 0 0 5.79e+03 Tank Transportation + 3 -2.31e+03 610 -5e+03 2.29e-06 0 3.63e+03 9.42e+03 expHall Transportation + 4 -2.31e+03 610 -5e+03 2.29e-06 0 0 9.42e+03 Tank Transportation + 5 5e+03 4.42e+03 -2.95e+03 2.29e-06 0 8.5e+03 1.79e+04 expHall Transportation + 6 1e+04 7.55e+03 -819 2.29e-06 0 6.27e+03 2.42e+04 world Transportation + 7 1.5e+04 1.07e+04 1.31e+03 2.29e-06 0 6.27e+03 3.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 125, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 4.12e-06 0 0 0 Tank initStep + 1 1.68e+03 3.02e+03 -2.43e+03 4.12e-06 4.12e-06 4.57e+03 4.57e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 2.69e-06 0 0 0 Tank initStep + 1 546 -5e+03 1.41e+03 2.69e-06 0 5e+03 5e+03 expHall Transportation + 2 546 -5e+03 1.41e+03 2.69e-06 0 0 5e+03 Tank Transportation + 3 -5e+03 -2.48e+03 719 2.69e-06 0 6.13e+03 1.11e+04 expHall Transportation + 4 -1e+04 3.6e+03 -601 2.69e-06 0 7.98e+03 1.91e+04 world Transportation + 5 -1.5e+04 9.67e+03 -1.92e+03 2.69e-06 0 7.98e+03 2.71e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -126 -170 307 0.0554 0 0 0.279 Tank initStep + 9 -126 -170 307 0.0542 0.00121 0.00408 0.283 Tank msc + 10 -126 -170 307 0.0411 0.0131 0.0242 0.307 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 128, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 3.19e-06 0 0 0 Tank initStep + 1 -5e+03 2.38e+03 2.14e+03 3.19e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 -5e+03 2.38e+03 2.14e+03 3.19e-06 0 0 5.8e+03 Tank Transportation + 3 -1.02e+03 3.78e+03 5e+03 3.19e-06 0 5.1e+03 1.09e+04 expHall Transportation + 4 -1.02e+03 3.78e+03 5e+03 3.19e-06 0 0 1.09e+04 Tank Transportation + 5 5e+03 4.12e+03 2.42e+03 3.19e-06 0 6.55e+03 1.75e+04 expHall Transportation + 6 5e+03 4.12e+03 2.42e+03 3.19e-06 0 0 1.75e+04 Tank Transportation + 7 4.08e+03 5e+03 -89.3 3.19e-06 0 2.82e+03 2.03e+04 expHall Transportation + 8 4.08e+03 5e+03 -89.3 3.19e-06 0 0 2.03e+04 Tank Transportation + 9 1.81e+03 3.07e+03 -5e+03 3.19e-06 0 5.74e+03 2.6e+04 expHall Transportation + 10 1.81e+03 3.07e+03 -5e+03 3.19e-06 0 0 2.6e+04 Tank Transportation + 11 -1.03e+03 -3.29e+03 1.75e+03 3.19e-06 3.19e-06 9.71e+03 3.57e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -126 -170 307 0.0411 0 0 0.307 Tank initStep + 11 -126 -170 307 0.0378 0.00326 0.00241 0.31 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 129, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 3.56e-06 0 0 0 Tank initStep + 1 720 1.53e+03 2.03e+03 3.56e-06 3.56e-06 2.56e+03 2.56e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -126 -170 307 0.0378 0 0 0.31 Tank initStep + 12 -126 -170 307 0.0368 0.000992 0.00208 0.312 Tank msc + 13 -126 -170 307 0.0166 0.0202 0.0178 0.33 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 130, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -126 -170 307 4.1e-06 0 0 0 Tank initStep + 1 521 887 -5e+03 4.1e-06 0 5.45e+03 5.45e+03 expHall Transportation + 2 -949 3.03e+03 -1e+04 4.1e-06 0 5.63e+03 1.11e+04 world Transportation + 3 -2.42e+03 5.17e+03 -1.5e+04 4.1e-06 0 5.63e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 -126 -170 307 0.0166 0 0 0.33 Tank initStep + 14 -126 -170 307 0.0161 0.000496 0.000485 0.33 Tank msc + 15 -126 -170 307 0 0.0161 0.00574 0.336 Tank eIoni + 16 -126 -170 307 0 0 0 0.336 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.1 -60 167 0.0322 0 0 0 Tank initStep + 1 -29.1 -60 167 0.0313 0.000875 0.00157 0.00157 Tank msc + 2 -29.1 -60 167 0.0154 0.0159 0.0154 0.017 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 131, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.1 -60 167 3.67e-06 0 0 0 Tank initStep + 1 237 2e+03 30.4 3.67e-06 3.67e-06 2.08e+03 2.08e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -29.1 -60 167 0.0154 0 0 0.017 Tank initStep + 3 -29.1 -60 167 0.0151 0.000332 0.000424 0.0174 Tank msc + 4 -29.1 -60 167 0 0.0151 0.00511 0.0225 Tank eIoni + 5 -29.1 -60 167 0 0 0 0.0225 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30 -50.5 156 0.0547 0 0 0 Tank initStep + 1 -30 -50.5 156 0.0535 0.00111 0.00398 0.00398 Tank msc + 2 -30 -50.5 156 0.0314 0.0221 0.0239 0.0279 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 133, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30 -50.5 156 2.26e-06 0 0 0 Tank initStep + 1 -641 -5e+03 -483 2.26e-06 0 5.03e+03 5.03e+03 expHall Transportation + 2 -2.03e+03 -1e+04 -3.85e+03 2.26e-06 0 6.19e+03 1.12e+04 world Transportation + 3 -3.41e+03 -1.5e+04 -7.22e+03 2.26e-06 0 6.19e+03 1.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 132, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30 -50.5 156 2.41e-06 0 0 0 Tank initStep + 1 2.2e+03 410 -5e+03 2.41e-06 0 5.64e+03 5.64e+03 expHall Transportation + 2 2.2e+03 410 -5e+03 2.41e-06 0 0 5.64e+03 Tank Transportation + 3 3.7e+03 5e+03 -1.23e+03 2.41e-06 0 6.13e+03 1.18e+04 expHall Transportation + 4 3.68e+03 1e+04 4.5e+03 2.41e-06 0 7.61e+03 1.94e+04 world Transportation + 5 3.66e+03 1.5e+04 1.02e+04 2.41e-06 0 7.61e+03 2.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -30 -50.5 156 0.0314 0 0 0.0279 Tank initStep + 3 -30 -50.5 156 0.0282 0.00326 0.0015 0.0294 Tank msc + 4 -30 -50.5 156 0.00911 0.0191 0.0139 0.0434 Tank eIoni + 5 -30 -50.5 156 0 0.00911 0.0021 0.0455 Tank eIoni + 6 -30 -50.5 156 0 0 0 0.0455 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.04 -33.8 26.3 0.116 0 0 0 Tank initStep + 1 -6.04 -33.8 26.3 0.103 0.0133 0.0145 0.0145 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 134, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.04 -33.8 26.3 4.02e-06 0 0 0 Tank initStep + 1 183 -2.8e+03 -2.46e+03 4.02e-06 4.02e-06 3.72e+03 3.72e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -6.04 -33.8 26.3 0.103 0 0 0.0145 Tank initStep + 2 -6.04 -33.8 26.3 0.0985 0.00425 0.0118 0.0264 Tank msc + 3 -6.03 -33.8 26.3 0.0782 0.0202 0.043 0.0693 Tank eIoni + 4 -6.02 -33.8 26.3 0.0642 0.014 0.0337 0.103 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 136, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.02 -33.8 26.3 3.7e-06 0 0 0 Tank initStep + 1 5e+03 4.48e+03 1.05e+03 3.7e-06 0 6.82e+03 6.82e+03 expHall Transportation + 2 5.95e+03 1e+04 2.09e+03 3.7e-06 0 5.69e+03 1.25e+04 world Transportation + 3 6.82e+03 1.5e+04 3.02e+03 3.7e-06 0 5.16e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 135, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.03 -33.8 26.3 2.13e-06 0 0 0 Tank initStep + 1 -575 790 -624 2.13e-06 2.13e-06 1.19e+03 1.19e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -6.02 -33.8 26.3 0.0642 0 0 0.103 Tank initStep + 5 -6.02 -33.8 26.3 0.057 0.00718 0.00527 0.108 Tank msc + 6 -6.03 -33.8 26.2 0.0349 0.0221 0.0252 0.134 Tank eIoni + 7 -6.03 -33.8 26.2 0.0157 0.0192 0.017 0.151 Tank eIoni + 8 -6.03 -33.8 26.2 0 0.0157 0.00547 0.156 Tank eIoni + 9 -6.03 -33.8 26.2 0 0 0 0.156 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 137, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.03 -33.8 26.2 3.84e-06 0 0 0 Tank initStep + 1 -972 84.2 -603 3.84e-06 3.84e-06 1.16e+03 1.16e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.955 0.971 0.118 2.43e-06 0 0 0 Tank initStep + 1 2.35e+03 -792 5e+03 2.43e-06 0 5.58e+03 5.58e+03 expHall Transportation + 2 2.35e+03 -792 5e+03 2.43e-06 0 0 5.58e+03 Tank Transportation + 3 5e+03 -1.29e+03 3e+03 2.43e-06 0 3.36e+03 8.94e+03 expHall Transportation + 4 5e+03 -1.29e+03 3e+03 2.43e-06 0 0 8.94e+03 Tank Transportation + 5 118 -215 -549 2.43e-06 2.43e-06 6.13e+03 1.51e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.956 0.971 0.117 3.16e-06 0 0 0 Tank initStep + 1 -2.66e+03 4.7e+03 -2.78e+03 3.16e-06 3.16e-06 6.07e+03 6.07e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.138 -0.00546 0.0158 0.477 0.0233 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0923 -0.00367 0.0106 3.11e-06 0 0 0 Tank initStep + 1 -5e+03 -454 -1.29e+03 3.11e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 -5e+03 -454 -1.29e+03 3.11e-06 0 0 5.18e+03 Tank Transportation + 3 -4.95e+03 -542 -1.43e+03 3.11e-06 3.11e-06 174 5.36e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.132 -0.00524 0.0152 2.59e-06 0 0 0 Tank initStep + 1 5e+03 3.87e+03 2.38e+03 2.59e-06 0 6.75e+03 6.75e+03 expHall Transportation + 2 5e+03 3.87e+03 2.38e+03 2.59e-06 0 0 6.75e+03 Tank Transportation + 3 3.15e+03 5e+03 2.38e+03 2.59e-06 0 2.17e+03 8.92e+03 expHall Transportation + 4 3.15e+03 5e+03 2.38e+03 2.59e-06 0 0 8.92e+03 Tank Transportation + 5 -5e+03 1.23e+03 3.88e+03 2.59e-06 0 9.1e+03 1.8e+04 expHall Transportation + 6 -5e+03 1.23e+03 3.88e+03 2.59e-06 0 0 1.8e+04 Tank Transportation + 7 -3.33e+03 79.7 5e+03 2.59e-06 0 2.32e+03 2.03e+04 expHall Transportation + 8 -3.33e+03 79.7 5e+03 2.59e-06 0 0 2.03e+04 Tank Transportation + 9 5e+03 -4.31e+03 -4.9e+03 2.59e-06 0 1.37e+04 3.4e+04 expHall Transportation + 10 5e+03 -4.31e+03 -4.9e+03 2.59e-06 0 0 3.4e+04 Tank Transportation + 11 4.94e+03 -4.32e+03 -5e+03 2.59e-06 0 121 3.41e+04 expHall Transportation + 12 4.94e+03 -4.32e+03 -5e+03 2.59e-06 0 0 3.41e+04 Tank Transportation + 13 -2.74e+03 5e+03 -2.17e+03 2.59e-06 0 1.24e+04 4.65e+04 expHall Transportation + 14 -2.74e+03 5e+03 -2.17e+03 2.59e-06 0 0 4.65e+04 Tank Transportation + 15 -5e+03 4.56e+03 -2.71e+03 2.59e-06 0 2.36e+03 4.89e+04 expHall Transportation + 16 -1e+04 2.58e+03 -5.39e+03 2.59e-06 0 6.01e+03 5.49e+04 world Transportation + 17 -1.5e+04 593 -8.08e+03 2.59e-06 0 6.01e+03 6.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.112 -0.00446 0.0129 3.7e-06 0 0 0 Tank initStep + 1 5e+03 2.77e+03 544 3.7e-06 0 5.74e+03 5.74e+03 expHall Transportation + 2 1e+04 6.4e+03 1.51e+03 3.7e-06 0 6.26e+03 1.2e+04 world Transportation + 3 1.5e+04 1e+04 2.48e+03 3.7e-06 0 6.26e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0264 -0.00105 0.00304 2.88e-06 0 0 0 Tank initStep + 1 5e+03 -1.49e+03 3.55e+03 2.88e-06 0 6.31e+03 6.31e+03 expHall Transportation + 2 5e+03 -1.49e+03 3.55e+03 2.88e-06 0 0 6.31e+03 Tank Transportation + 3 3.77e+03 -556 5e+03 2.88e-06 0 2.12e+03 8.43e+03 expHall Transportation + 4 3.77e+03 -556 5e+03 2.88e-06 0 0 8.43e+03 Tank Transportation + 5 709 626 2.61e+03 2.88e-06 0 4.06e+03 1.25e+04 Tank OpRayleigh + 6 2.28e+03 -1.7e+03 5e+03 2.88e-06 0 3.69e+03 1.62e+04 expHall Transportation + 7 2.28e+03 -1.7e+03 5e+03 2.88e-06 0 0 1.62e+04 Tank Transportation + 8 3.73e+03 -5e+03 4.45e+03 2.88e-06 0 3.65e+03 1.98e+04 expHall Transportation + 9 3.73e+03 -5e+03 4.45e+03 2.88e-06 0 0 1.98e+04 Tank Transportation + 10 5e+03 -4.07e+03 4.12e+03 2.88e-06 0 1.61e+03 2.14e+04 expHall Transportation + 11 7.09e+03 1e+04 -963 2.88e-06 0 1.51e+04 3.65e+04 world Transportation + 12 7.84e+03 1.5e+04 -2.77e+03 2.88e-06 0 5.37e+03 4.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.119 -0.00471 0.0137 3.5e-06 0 0 0 Tank initStep + 1 5e+03 1.77e+03 3.04e+03 3.5e-06 0 6.12e+03 6.12e+03 expHall Transportation + 2 7.35e+03 3.77e+03 1e+04 3.5e-06 0 7.61e+03 1.37e+04 world Transportation + 3 9.04e+03 5.2e+03 1.5e+04 3.5e-06 0 5.47e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.138 -0.00546 0.0158 0.477 0 0 0.139 Tank initStep + 2 0.258 -0.0357 0.0297 0.46 0.0163 0.127 0.266 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.251 -0.034 0.0289 3.48e-06 0 0 0 Tank initStep + 1 2.53e+03 -5e+03 45.3 3.48e-06 0 5.6e+03 5.6e+03 expHall Transportation + 2 2.53e+03 -5e+03 45.3 3.48e-06 0 0 5.6e+03 Tank Transportation + 3 5e+03 -2.92e+03 599 3.48e-06 0 3.28e+03 8.88e+03 expHall Transportation + 4 1e+04 5.1e+03 4.33e+03 3.48e-06 0 1.02e+04 1.9e+04 world Transportation + 5 1.5e+04 1.31e+04 8.06e+03 3.48e-06 0 1.02e+04 2.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.235 -0.0298 0.027 2.16e-06 0 0 0 Tank initStep + 1 251 5e+03 2.15e+03 2.16e-06 0 5.45e+03 5.45e+03 expHall Transportation + 2 251 5e+03 2.15e+03 2.16e-06 0 0 5.45e+03 Tank Transportation + 3 -242 2.57e+03 5e+03 2.16e-06 0 3.78e+03 9.23e+03 expHall Transportation + 4 -242 2.57e+03 5e+03 2.16e-06 0 0 9.23e+03 Tank Transportation + 5 -936 50 1.33e+03 2.16e-06 2.16e-06 4.51e+03 1.37e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.245 -0.0323 0.0282 4.02e-06 0 0 0 Tank initStep + 1 -875 774 -634 4.02e-06 4.02e-06 1.33e+03 1.33e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.226 -0.0277 0.0261 2.68e-06 0 0 0 Tank initStep + 1 5e+03 1.07e+03 2.1e+03 2.68e-06 0 5.53e+03 5.53e+03 expHall Transportation + 2 5e+03 1.07e+03 2.1e+03 2.68e-06 0 0 5.53e+03 Tank Transportation + 3 827 5e+03 4.36e+03 2.68e-06 0 6.16e+03 1.17e+04 expHall Transportation + 4 827 5e+03 4.36e+03 2.68e-06 0 0 1.17e+04 Tank Transportation + 5 -842 4.15e+03 5e+03 2.68e-06 0 1.98e+03 1.37e+04 expHall Transportation + 6 -842 4.15e+03 5e+03 2.68e-06 0 0 1.37e+04 Tank Transportation + 7 -1.51e+03 4.23e+03 4.41e+03 2.68e-06 2.68e-06 891 1.46e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.184 -0.0171 0.0212 2.14e-06 0 0 0 Tank initStep + 1 3.33e+03 -744 2.45e+03 2.14e-06 2.14e-06 4.2e+03 4.2e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.149 -0.00842 0.0172 2.19e-06 0 0 0 Tank initStep + 1 5e+03 1.39e+03 833 2.19e-06 0 5.26e+03 5.26e+03 expHall Transportation + 2 5e+03 1.39e+03 833 2.19e-06 0 0 5.26e+03 Tank Transportation + 3 -548 4.92e+03 4.74e+03 2.19e-06 2.19e-06 7.65e+03 1.29e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.258 -0.0357 0.0297 0.46 0 0 0.266 Tank initStep + 3 0.348 -0.109 0.0393 0.441 0.0198 0.118 0.385 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.32 -0.0861 0.0363 2.24e-06 0 0 0 Tank initStep + 1 -474 2e+03 -375 2.24e-06 0 2.09e+03 2.09e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.272 -0.047 0.0312 3.89e-06 0 0 0 Tank initStep + 1 3.01e+03 -500 -76.8 3.89e-06 0 3.05e+03 3.05e+03 Tank OpRayleigh + 2 2.6e+03 -3.97e+03 -5e+03 3.89e-06 0 6.04e+03 9.09e+03 expHall Transportation + 3 2.6e+03 -3.97e+03 -5e+03 3.89e-06 0 0 9.09e+03 Tank Transportation + 4 2.58e+03 -3.98e+03 -4.99e+03 3.89e-06 3.89e-06 24.2 9.11e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.321 -0.0869 0.0364 3.97e-06 0 0 0 Tank initStep + 1 4.59e+03 -5e+03 2.72e+03 3.97e-06 0 7.31e+03 7.31e+03 expHall Transportation + 2 1e+04 -6.47e+03 4.73e+03 3.97e-06 0 5.96e+03 1.33e+04 world Transportation + 3 1.5e+04 -7.83e+03 6.59e+03 3.97e-06 0 5.5e+03 1.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.348 -0.109 0.0393 0.441 0 0 0.385 Tank initStep + 4 0.42 -0.189 0.041 0.426 0.0149 0.108 0.493 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.418 -0.186 0.041 3.53e-06 0 0 0 Tank initStep + 1 -265 2e+03 209 3.53e-06 0 2.03e+03 2.03e+03 Bubble Transportation + 2 -448 3e+03 353 3.53e-06 0 1.03e+03 3.06e+03 Tank Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.42 -0.189 0.041 0.426 0 0 0.493 Tank initStep + 5 0.493 -0.254 0.0639 0.408 0.0177 0.101 0.594 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.433 -0.201 0.0451 2.5e-06 0 0 0 Tank initStep + 1 1.94e+03 -1.04e+03 1.71e+03 2.5e-06 0 2.79e+03 2.79e+03 Tank OpRayleigh + 2 5e+03 642 -3.13e+03 2.5e-06 0 5.96e+03 8.75e+03 expHall Transportation + 3 5e+03 642 -3.13e+03 2.5e-06 0 0 8.75e+03 Tank Transportation + 4 4.15e+03 -2.55e+03 -5e+03 2.5e-06 0 3.79e+03 1.25e+04 expHall Transportation + 5 4.15e+03 -2.55e+03 -5e+03 2.5e-06 0 0 1.25e+04 Tank Transportation + 6 3.54e+03 -5e+03 -3.59e+03 2.5e-06 0 2.9e+03 1.54e+04 expHall Transportation + 7 2.84e+03 -1e+04 8.11e+03 2.5e-06 0 1.27e+04 2.82e+04 world Transportation + 8 2.43e+03 -1.29e+04 1.5e+04 2.5e-06 0 7.51e+03 3.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.478 -0.24 0.0592 2.2e-06 0 0 0 Tank initStep + 1 4.77e+03 -1.17e+03 1.32e+03 2.2e-06 2.2e-06 5.09e+03 5.09e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.472 -0.235 0.0573 2.4e-06 0 0 0 Tank initStep + 1 5e+03 -1.23e+03 1.06e+03 2.4e-06 0 5.26e+03 5.26e+03 expHall Transportation + 2 1e+04 -3.34e+03 3.07e+03 2.4e-06 0 5.79e+03 1.1e+04 world Transportation + 3 1.5e+04 -5.46e+03 5.08e+03 2.4e-06 0 5.79e+03 1.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.49 -0.251 0.063 2.81e-06 0 0 0 Tank initStep + 1 1.12e+03 -3.1e+03 872 2.81e-06 2.81e-06 3.41e+03 3.41e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.493 -0.254 0.0639 0.408 0 0 0.594 Tank initStep + 6 0.568 -0.306 0.0797 0.394 0.0142 0.0927 0.686 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.503 -0.26 0.066 3.35e-06 0 0 0 Tank initStep + 1 504 -826 868 3.35e-06 3.35e-06 1.3e+03 1.3e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.494 -0.254 0.0642 3.2e-06 0 0 0 Tank initStep + 1 5e+03 -1.25e+03 -664 3.2e-06 0 5.19e+03 5.19e+03 expHall Transportation + 2 5e+03 -1.25e+03 -664 3.2e-06 0 0 5.19e+03 Tank Transportation + 3 2.61e+03 -5e+03 1.85e+03 3.2e-06 0 5.11e+03 1.03e+04 expHall Transportation + 4 -1.74e+03 -1e+04 5.64e+03 3.2e-06 0 7.63e+03 1.79e+04 world Transportation + 5 -6.08e+03 -1.5e+04 9.43e+03 3.2e-06 0 7.63e+03 2.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.568 -0.306 0.0797 0.394 0 0 0.686 Tank initStep + 7 0.637 -0.35 0.104 0.378 0.016 0.0864 0.773 Tank Cerenkov + 8 0.696 -0.39 0.132 0.366 0.0121 0.0794 0.852 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.69 -0.386 0.13 2.47e-06 0 0 0 Tank initStep + 1 3.59e+03 -3.44e+03 5e+03 2.47e-06 0 7.05e+03 7.05e+03 expHall Transportation + 2 3.59e+03 -3.44e+03 5e+03 2.47e-06 0 0 7.05e+03 Tank Transportation + 3 5e+03 -3.7e+03 4.29e+03 2.47e-06 0 1.6e+03 8.65e+03 expHall Transportation + 4 5e+03 -3.7e+03 4.29e+03 2.47e-06 0 0 8.65e+03 Tank Transportation + 5 -3.14e+03 -3.4e+03 -5e+03 2.47e-06 0 1.24e+04 2.1e+04 expHall Transportation + 6 -3.14e+03 -3.4e+03 -5e+03 2.47e-06 0 0 2.1e+04 Tank Transportation + 7 -4.78e+03 -5e+03 -3.57e+03 2.47e-06 0 2.7e+03 2.37e+04 expHall Transportation + 8 -4.78e+03 -5e+03 -3.57e+03 2.47e-06 0 0 2.37e+04 Tank Transportation + 9 -5e+03 -4.77e+03 -2.58e+03 2.47e-06 0 1.04e+03 2.47e+04 expHall Transportation + 10 -5e+03 -4.77e+03 -2.58e+03 2.47e-06 0 0 2.47e+04 Tank Transportation + 11 -3.43e+03 -2.27e+03 5e+03 2.47e-06 0 8.13e+03 3.29e+04 expHall Transportation + 12 -1.26e+03 -1.14e+03 1e+04 2.47e-06 0 5.57e+03 3.84e+04 world Transportation + 13 911 -11.9 1.5e+04 2.47e-06 0 5.57e+03 4.4e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.696 -0.39 0.132 0.366 0 0 0.852 Tank initStep + 9 0.73 -0.347 0.183 0.354 0.0113 0.0744 0.927 Tank Cerenkov + 10 0.76 -0.306 0.227 0.334 0.0201 0.07 0.997 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.753 -0.315 0.216 2.15e-06 0 0 0 Tank initStep + 1 4.78e+03 5e+03 2.45e+03 2.15e-06 0 7.34e+03 7.34e+03 expHall Transportation + 2 4.78e+03 5e+03 2.45e+03 2.15e-06 0 0 7.34e+03 Tank Transportation + 3 5e+03 4.51e+03 2.6e+03 2.15e-06 0 562 7.9e+03 expHall Transportation + 4 5e+03 4.51e+03 2.6e+03 2.15e-06 0 0 7.9e+03 Tank Transportation + 5 2.92e+03 3.01e+03 -109 2.15e-06 2.15e-06 3.74e+03 1.16e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.744 -0.328 0.202 2.81e-06 0 0 0 Tank initStep + 1 4.54e+03 2.33e+03 3.19e+03 2.81e-06 0 6.02e+03 6.02e+03 Tank OpRayleigh + 2 4.69e+03 4.35e+03 2.77e+03 2.81e-06 0 2.07e+03 8.09e+03 Tank OpRayleigh + 3 -2.23e+03 -3.36e+03 -5e+03 2.81e-06 0 1.3e+04 2.1e+04 expHall Transportation + 4 -2.23e+03 -3.36e+03 -5e+03 2.81e-06 0 0 2.1e+04 Tank Transportation + 5 -3.2e+03 -5e+03 -3.08e+03 2.81e-06 0 2.71e+03 2.38e+04 expHall Transportation + 6 -3.2e+03 -5e+03 -3.08e+03 2.81e-06 0 0 2.38e+04 Tank Transportation + 7 -4.01e+03 5e+03 1.42e+03 2.81e-06 0 1.1e+04 3.47e+04 expHall Transportation + 8 -2.9e+03 1e+04 4.62e+03 2.81e-06 0 6.04e+03 4.08e+04 world Transportation + 9 -1.79e+03 1.5e+04 7.82e+03 2.81e-06 0 6.04e+03 4.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.76 -0.306 0.227 0.334 0 0 0.997 Tank initStep + 11 0.809 -0.279 0.249 0.278 0.0557 0.0622 1.06 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.775 -0.298 0.233 3.55e-06 0 0 0 Tank initStep + 1 -1.97e+03 -2.7e+03 -5e+03 3.55e-06 0 6.02e+03 6.02e+03 expHall Transportation + 2 -6.42e+03 -7.68e+03 -1e+04 3.55e-06 0 8.34e+03 1.44e+04 world Transportation + 3 -1.09e+04 -1.26e+04 -1.5e+04 3.55e-06 0 8.34e+03 2.27e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.768 -0.301 0.23 2.47e-06 0 0 0 Tank initStep + 1 -5e+03 4.88e+03 4.94e+03 2.47e-06 0 8.56e+03 8.56e+03 expHall Transportation + 2 -5e+03 4.88e+03 4.94e+03 2.47e-06 0 0 8.56e+03 Tank Transportation + 3 -4.94e+03 5e+03 4.99e+03 2.47e-06 0 141 8.7e+03 expHall Transportation + 4 -4.94e+03 5e+03 4.99e+03 2.47e-06 0 0 8.7e+03 Tank Transportation + 5 -4.94e+03 4.99e+03 5e+03 2.47e-06 0 9.71 8.71e+03 expHall Transportation + 6 -4.94e+03 4.99e+03 5e+03 2.47e-06 0 0 8.71e+03 Tank Transportation + 7 -3.53e+03 -880 -5e+03 2.47e-06 0 1.17e+04 2.04e+04 expHall Transportation + 8 -3.53e+03 -880 -5e+03 2.47e-06 0 0 2.04e+04 Tank Transportation + 9 -3.61e+03 -4.47e+03 -4.14e+03 2.47e-06 2.47e-06 3.69e+03 2.41e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.785 -0.292 0.238 2.6e-06 0 0 0 Tank initStep + 1 5e+03 2.39e+03 424 2.6e-06 0 5.56e+03 5.56e+03 expHall Transportation + 2 9.03e+03 1e+04 4.47e+03 2.6e-06 0 9.51e+03 1.51e+04 world Transportation + 3 1.17e+04 1.5e+04 7.12e+03 2.6e-06 0 6.25e+03 2.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 0.809 -0.279 0.249 0.278 0 0 1.06 Tank initStep + 12 0.852 -0.274 0.257 0.269 0.00934 0.0434 1.1 Tank Cerenkov + 13 0.891 -0.271 0.262 0.258 0.0112 0.0405 1.14 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.881 -0.271 0.261 4.05e-06 0 0 0 Tank initStep + 1 -5e+03 -3.75e+03 2.33e+03 4.05e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 -5e+03 -3.75e+03 2.33e+03 4.05e-06 0 0 6.67e+03 Tank Transportation + 3 -3.98e+03 -4.91e+03 2.88e+03 4.05e-06 4.05e-06 1.64e+03 8.31e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.883 -0.271 0.261 2.13e-06 0 0 0 Tank initStep + 1 -5e+03 1.8e+03 191 2.13e-06 0 5.32e+03 5.32e+03 expHall Transportation + 2 -1e+04 6.86e+03 -812 2.13e-06 0 7.18e+03 1.25e+04 world Transportation + 3 -1.5e+04 1.19e+04 -1.82e+03 2.13e-06 0 7.18e+03 1.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.852 -0.274 0.257 4.04e-06 0 0 0 Tank initStep + 1 5e+03 207 -356 4.04e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 1e+04 1.14e+03 1.01e+03 4.04e-06 0 5.27e+03 1.03e+04 world Transportation + 3 1.5e+04 2.07e+03 2.37e+03 4.04e-06 0 5.27e+03 1.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.891 -0.271 0.262 0.258 0 0 1.14 Tank initStep + 14 0.924 -0.275 0.278 0.251 0.00676 0.0373 1.18 Tank Cerenkov + 15 0.951 -0.282 0.294 0.246 0.00512 0.0331 1.21 Tank Cerenkov + 16 0.963 -0.285 0.3 0.244 0.00179 0.0138 1.23 Tank Cerenkov + 17 0.968 -0.288 0.304 0.243 0.000865 0.00697 1.23 Tank Cerenkov + 18 0.971 -0.289 0.306 0.243 0.0005 0.00369 1.24 Tank Cerenkov + 19 0.972 -0.289 0.307 0.243 0.000152 0.0018 1.24 Tank Cerenkov + 20 0.973 -0.289 0.308 0.243 0.000122 0.00123 1.24 Tank Cerenkov + 21 0.974 -0.289 0.308 0.243 0.000104 0.000764 1.24 Tank Cerenkov + 22 0.974 -0.289 0.309 0.243 0 0.000369 1.24 Tank Cerenkov + 23 0.974 -0.29 0.309 0.242 4.56e-05 0.000369 1.24 Tank Cerenkov + 24 0.975 -0.29 0.309 0.242 1.05e-05 0.000197 1.24 Tank Cerenkov + 25 0.975 -0.29 0.309 0.242 0 0.000157 1.24 Tank Cerenkov + 26 0.975 -0.29 0.309 0.242 6.85e-05 0.000157 1.24 Tank Cerenkov + 27 1.07 -0.305 0.377 0.15 0.0926 0.133 1.38 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.997 -0.293 0.325 2.58e-06 0 0 0 Tank initStep + 1 -1.38e+03 -789 340 2.58e-06 2.58e-06 1.63e+03 1.63e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.984 -0.291 0.316 3.38e-06 0 0 0 Tank initStep + 1 -2.56e+03 -126 -5e+03 3.38e-06 0 5.62e+03 5.62e+03 expHall Transportation + 2 -2.56e+03 -126 -5e+03 3.38e-06 0 0 5.62e+03 Tank Transportation + 3 -5e+03 -707 -2.65e+03 3.38e-06 0 3.44e+03 9.06e+03 expHall Transportation + 4 -5e+03 -707 -2.65e+03 3.38e-06 0 0 9.06e+03 Tank Transportation + 5 -4.86e+03 -772 -2.41e+03 3.38e-06 3.38e-06 280 9.34e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.01 -0.295 0.334 3.46e-06 0 0 0 Tank initStep + 1 -966 -2.86e+03 -1.51e+03 3.46e-06 3.46e-06 3.38e+03 3.38e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 -0.299 0.349 3.96e-06 0 0 0 Tank initStep + 1 1.84e+03 5e+03 1.78e+03 3.96e-06 0 5.62e+03 5.62e+03 expHall Transportation + 2 2.56e+03 1e+04 1.83e+03 3.96e-06 0 5.05e+03 1.07e+04 world Transportation + 3 3.29e+03 1.5e+04 1.88e+03 3.96e-06 0 5.05e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.997 -0.293 0.325 2.15e-06 0 0 0 Tank initStep + 1 272 -675 -1.52e+03 2.15e-06 2.15e-06 1.69e+03 1.69e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 27 1.07 -0.305 0.377 0.15 0 0 1.38 Tank initStep + 28 1.09 -0.3 0.376 0.145 0.00488 0.0213 1.4 Tank msc + 29 1.15 -0.292 0.382 0.126 0.019 0.0661 1.46 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.09 -0.3 0.376 3.47e-06 0 0 0 Tank initStep + 1 -2.91e+03 -806 5e+03 3.47e-06 0 5.84e+03 5.84e+03 expHall Transportation + 2 -6.11e+03 -3.82e+03 1e+04 3.47e-06 0 6.66e+03 1.25e+04 world Transportation + 3 -9.31e+03 -6.82e+03 1.5e+04 3.47e-06 0 6.66e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 1.15 -0.292 0.382 0.126 0 0 1.46 Tank initStep + 30 1.16 -0.289 0.394 0.122 0.00426 0.0159 1.48 Tank msc + 31 1.18 -0.273 0.427 0.103 0.0189 0.0531 1.53 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.17 -0.281 0.411 3.9e-06 0 0 0 Tank initStep + 1 -322 -5e+03 1.54e+03 3.9e-06 0 5.24e+03 5.24e+03 expHall Transportation + 2 -1.07e+03 -1e+04 4.09e+03 3.9e-06 0 5.66e+03 1.09e+04 world Transportation + 3 -1.82e+03 -1.5e+04 6.63e+03 3.9e-06 0 5.66e+03 1.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 1.18 -0.273 0.427 0.103 0 0 1.53 Tank initStep + 32 1.18 -0.277 0.437 0.0991 0.0037 0.0113 1.54 Tank msc + 33 1.18 -0.293 0.468 0.0861 0.013 0.0418 1.59 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.18 -0.285 0.452 3.38e-06 0 0 0 Tank initStep + 1 -4.1e+03 -5e+03 4.3e+03 3.38e-06 0 7.76e+03 7.76e+03 expHall Transportation + 2 -4.1e+03 -5e+03 4.3e+03 3.38e-06 0 0 7.76e+03 Tank Transportation + 3 -5e+03 -4.37e+03 4.9e+03 3.38e-06 0 1.26e+03 9.02e+03 expHall Transportation + 4 -1e+04 1.99e+03 9.78e+03 3.38e-06 0 9.45e+03 1.85e+04 world Transportation + 5 -1.5e+04 8.35e+03 1.47e+04 3.38e-06 0 9.45e+03 2.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 1.18 -0.293 0.468 0.0861 0 0 1.59 Tank initStep + 34 1.18 -0.295 0.475 0.0848 0.00131 0.00827 1.59 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.18 -0.295 0.473 2.67e-06 0 0 0 Tank initStep + 1 5e+03 -2.46e+03 -3.34e+03 2.67e-06 0 6.5e+03 6.5e+03 expHall Transportation + 2 5e+03 -2.46e+03 -3.34e+03 2.67e-06 0 0 6.5e+03 Tank Transportation + 3 2.82e+03 -3.43e+03 -5e+03 2.67e-06 0 2.91e+03 9.41e+03 expHall Transportation + 4 2.82e+03 -3.43e+03 -5e+03 2.67e-06 0 0 9.41e+03 Tank Transportation + 5 -2.66e+03 -5e+03 2.88e+03 2.67e-06 0 9.72e+03 1.91e+04 expHall Transportation + 6 -2.66e+03 -5e+03 2.88e+03 2.67e-06 0 0 1.91e+04 Tank Transportation + 7 -4.49e+03 414 5e+03 2.67e-06 0 6.1e+03 2.52e+04 expHall Transportation + 8 -4.49e+03 414 5e+03 2.67e-06 0 0 2.52e+04 Tank Transportation + 9 -4.52e+03 5e+03 3.27e+03 2.67e-06 0 4.9e+03 3.01e+04 expHall Transportation + 10 -3.57e+03 1e+04 813 2.67e-06 0 5.65e+03 3.58e+04 world Transportation + 11 -2.62e+03 1.5e+04 -1.64e+03 2.67e-06 0 5.65e+03 4.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 34 1.18 -0.295 0.475 0.0848 0 0 1.59 Tank initStep + 35 1.18 -0.298 0.483 0.0813 0.00347 0.00806 1.6 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.18 -0.296 0.478 4e-06 0 0 0 Tank initStep + 1 5e+03 588 -832 4e-06 0 5.1e+03 5.1e+03 expHall Transportation + 2 1e+04 1.96e+03 -2.88e+03 4e-06 0 5.58e+03 1.07e+04 world Transportation + 3 1.5e+04 3.34e+03 -4.93e+03 4e-06 0 5.58e+03 1.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 35 1.18 -0.298 0.483 0.0813 0 0 1.6 Tank initStep + 36 1.19 -0.302 0.487 0.0789 0.00243 0.00749 1.61 Tank msc + 37 1.2 -0.326 0.491 0.0562 0.0226 0.0328 1.64 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.19 -0.305 0.488 4.02e-06 0 0 0 Tank initStep + 1 -1.68e+03 1.23e+03 3.64e+03 4.02e-06 0 4.19e+03 4.19e+03 Tank OpRayleigh + 2 -1.7e+03 1.26e+03 3.61e+03 4.02e-06 4.02e-06 48 4.24e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.19 -0.307 0.488 3.41e-06 0 0 0 Tank initStep + 1 431 2e+03 -223 3.41e-06 0 2.06e+03 2.06e+03 Bubble Transportation + 2 500 2.23e+03 -259 3.41e-06 3.41e-06 244 2.3e+03 Tank Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.19 -0.318 0.49 3.11e-06 0 0 0 Tank initStep + 1 -2.79e+03 3.06e+03 -5e+03 3.11e-06 0 6.49e+03 6.49e+03 expHall Transportation + 2 -2.79e+03 3.06e+03 -5e+03 3.11e-06 0 0 6.49e+03 Tank Transportation + 3 -3.95e+03 5e+03 -3.08e+03 3.11e-06 0 2.97e+03 9.46e+03 expHall Transportation + 4 -3.95e+03 5e+03 -3.08e+03 3.11e-06 0 0 9.46e+03 Tank Transportation + 5 -5e+03 -603 -92.4 3.11e-06 0 6.44e+03 1.59e+04 expHall Transportation + 6 -5e+03 -603 -92.4 3.11e-06 0 0 1.59e+04 Tank Transportation + 7 -4.15e+03 -2.09e+03 -883 3.11e-06 3.11e-06 1.89e+03 1.78e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 37 1.2 -0.326 0.491 0.0562 0 0 1.64 Tank initStep + 38 1.2 -0.327 0.495 0.0542 0.002 0.00391 1.65 Tank msc + 39 1.21 -0.331 0.509 0.0423 0.0119 0.0234 1.67 Tank eIoni + 40 1.2 -0.338 0.52 0.0243 0.0181 0.0192 1.69 Tank eIoni + 41 1.2 -0.335 0.525 0.00635 0.0179 0.0108 1.7 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.2 -0.336 0.523 2.12e-06 0 0 0 Tank initStep + 1 4.02e+03 268 4.33e+03 2.12e-06 2.12e-06 5.91e+03 5.91e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 41 1.2 -0.335 0.525 0.00635 0 0 1.7 Tank initStep + 42 1.2 -0.335 0.525 0.00161 0.00474 7.97e-05 1.7 Tank msc + 43 1.2 -0.335 0.525 0 0.00161 9.55e-05 1.7 Tank eIoni + 44 1.2 -0.335 0.525 0 0 0 1.7 Tank annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.2 -0.335 0.525 0.511 0 0 0 Tank initStep + 1 5.88 27.3 31.9 0.211 0.000537 42.1 42.1 Tank compt + 2 -89.4 -16.7 28.9 0.196 1.36e-05 105 147 Tank compt + 3 -140 -7.5 25.2 0.183 1.36e-05 51.7 199 Tank compt + 4 -416 254 -90.8 0.108 1.42e-05 397 596 Tank compt + 5 -415 250 -90.6 0 0.000538 4.49 601 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -415 250 -90.6 0.108 0 0 0 Tank initStep + 1 -415 250 -90.6 0.102 0.00533 0.0128 0.0128 Tank msc + 2 -415 250 -90.6 0.0864 0.016 0.0449 0.0577 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -415 250 -90.6 2.5e-06 0 0 0 Tank initStep + 1 2.91e+03 4.7e+03 -5e+03 2.5e-06 0 7.41e+03 7.41e+03 expHall Transportation + 2 2.91e+03 4.7e+03 -5e+03 2.5e-06 0 0 7.41e+03 Tank Transportation + 3 5e+03 4.02e+03 -754 2.5e-06 0 4.78e+03 1.22e+04 expHall Transportation + 4 5e+03 4.02e+03 -754 2.5e-06 0 0 1.22e+04 Tank Transportation + 5 3.55e+03 2.26e+03 5e+03 2.5e-06 0 6.19e+03 1.84e+04 expHall Transportation + 6 3.14e+03 -3.78 1e+04 2.5e-06 0 5.5e+03 2.39e+04 world Transportation + 7 2.73e+03 -2.27e+03 1.5e+04 2.5e-06 0 5.5e+03 2.94e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -415 250 -90.6 0.0864 0 0 0.0577 Tank initStep + 3 -415 250 -90.6 0.0824 0.004 0.00881 0.0665 Tank msc + 4 -415 250 -90.6 0.0683 0.0141 0.0355 0.102 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -415 250 -90.6 3.66e-06 0 0 0 Tank initStep + 1 443 2e+03 -263 3.66e-06 3.66e-06 1.96e+03 1.96e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -415 250 -90.6 0.0683 0 0 0.102 Tank initStep + 5 -415 250 -90.6 0.0648 0.00347 0.00587 0.108 Tank msc + 6 -415 250 -90.6 0.0491 0.0157 0.0282 0.136 Tank eIoni + 7 -415 250 -90.6 0.0368 0.0124 0.0223 0.158 Tank eIoni + 8 -415 250 -90.6 0.0149 0.0218 0.0177 0.176 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -415 250 -90.6 2.39e-06 0 0 0 Tank initStep + 1 73.2 1.48e+03 5e+03 2.39e-06 0 5.26e+03 5.26e+03 expHall Transportation + 2 -216 2.42e+03 1e+04 2.39e-06 0 5.1e+03 1.04e+04 world Transportation + 3 -506 3.37e+03 1.5e+04 2.39e-06 0 5.1e+03 1.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -415 250 -90.6 2.59e-06 0 0 0 Tank initStep + 1 -2.38e+03 -1.62e+03 -2.5e+03 2.59e-06 0 3.63e+03 3.63e+03 Tank OpRayleigh + 2 1.26e+03 -1.69e+03 -5e+03 2.59e-06 0 4.42e+03 8.05e+03 expHall Transportation + 3 1.26e+03 -1.69e+03 -5e+03 2.59e-06 0 0 8.05e+03 Tank Transportation + 4 5e+03 -643 3.57e+03 2.59e-06 0 9.41e+03 1.75e+04 expHall Transportation + 5 5e+03 -643 3.57e+03 2.59e-06 0 0 1.75e+04 Tank Transportation + 6 1.84e+03 -2.1e+03 5e+03 2.59e-06 0 3.76e+03 2.12e+04 expHall Transportation + 7 1.84e+03 -2.1e+03 5e+03 2.59e-06 0 0 2.12e+04 Tank Transportation + 8 1.19e+03 399 -5e+03 2.59e-06 0 1.03e+04 3.16e+04 expHall Transportation + 9 291 1.26e+03 -1e+04 2.59e-06 0 5.15e+03 3.67e+04 world Transportation + 10 -605 2.11e+03 -1.5e+04 2.59e-06 0 5.15e+03 4.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -415 250 -90.6 0.0149 0 0 0.176 Tank initStep + 9 -415 250 -90.6 0.0145 0.000472 0.000402 0.177 Tank msc + 10 -415 250 -90.6 0 0.0145 0.00475 0.181 Tank eIoni + 11 -415 250 -90.6 0 0 0 0.181 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -416 254 -90.8 0.0748 0 0 0 Tank initStep + 1 -416 254 -90.8 0.0719 0.00295 0.00688 0.00688 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -416 254 -90.8 2.47e-06 0 0 0 Tank initStep + 1 715 531 130 2.47e-06 2.47e-06 1.19e+03 1.19e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -416 254 -90.8 2.43e-06 0 0 0 Tank initStep + 1 5e+03 4.21e+03 -3.25e+03 2.43e-06 0 7.42e+03 7.42e+03 expHall Transportation + 2 5e+03 4.21e+03 -3.25e+03 2.43e-06 0 0 7.42e+03 Tank Transportation + 3 4.2e+03 5e+03 -4.04e+03 2.43e-06 0 1.37e+03 8.79e+03 expHall Transportation + 4 4.2e+03 5e+03 -4.04e+03 2.43e-06 0 0 8.79e+03 Tank Transportation + 5 2.97e+03 4.88e+03 -5e+03 2.43e-06 0 1.57e+03 1.04e+04 expHall Transportation + 6 2.97e+03 4.88e+03 -5e+03 2.43e-06 0 0 1.04e+04 Tank Transportation + 7 2.14e+03 5e+03 -3.25e+03 2.43e-06 0 1.94e+03 1.23e+04 expHall Transportation + 8 2.14e+03 5e+03 -3.25e+03 2.43e-06 0 0 1.23e+04 Tank Transportation + 9 -1.69e+03 1.95e+03 5e+03 2.43e-06 0 9.59e+03 2.19e+04 expHall Transportation + 10 -4.13e+03 -2.26e+03 1e+04 2.43e-06 0 6.98e+03 2.89e+04 world Transportation + 11 -6.57e+03 -6.47e+03 1.5e+04 2.43e-06 0 6.98e+03 3.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -416 254 -90.8 0.0719 0 0 0.00688 Tank initStep + 2 -416 254 -90.8 0.068 0.00393 0.00642 0.0133 Tank msc + 3 -416 254 -90.8 0.0352 0.0328 0.0295 0.0428 Tank eIoni + 4 -416 254 -90.8 0.0131 0.0221 0.0171 0.0599 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -416 254 -90.8 2.45e-06 0 0 0 Tank initStep + 1 -1.62e+03 3.52e+03 5e+03 2.45e-06 0 6.17e+03 6.17e+03 expHall Transportation + 2 -1.62e+03 3.52e+03 5e+03 2.45e-06 0 0 6.17e+03 Tank Transportation + 3 -1.54e+03 5e+03 3.29e+03 2.45e-06 0 2.26e+03 8.43e+03 expHall Transportation + 4 -2.47e+03 6.63e+03 -1e+04 2.45e-06 0 1.34e+04 2.19e+04 world Transportation + 5 -2.82e+03 7.24e+03 -1.5e+04 2.45e-06 0 5.05e+03 2.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -416 254 -90.8 0.0131 0 0 0.0599 Tank initStep + 5 -416 254 -90.8 0.0125 0.000626 0.000318 0.0602 Tank msc + 6 -416 254 -90.8 0 0.0125 0.00365 0.0638 Tank eIoni + 7 -416 254 -90.8 0 0 0 0.0638 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 -7.5 25.2 0.0127 0 0 0 Tank initStep + 1 -140 -7.5 25.2 0.0123 0.000328 0.000301 0.000301 Tank msc + 2 -140 -7.5 25.2 0 0.0123 0.00359 0.00389 Tank eIoni + 3 -140 -7.5 25.2 0 0 0 0.00389 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89.4 -16.7 28.9 0.0149 0 0 0 Tank initStep + 1 -89.4 -16.7 28.9 0.0145 0.00037 0.000399 0.000399 Tank msc + 2 -89.4 -16.7 28.9 0 0.0145 0.00477 0.00516 Tank eIoni + 3 -89.4 -16.7 28.9 0 0 0 0.00516 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.88 27.3 31.9 0.3 0 0 0 Tank initStep + 1 5.89 27.4 31.9 0.292 0.0077 0.0503 0.0503 Tank Cerenkov + 2 5.9 27.4 31.9 0.281 0.0111 0.0479 0.0982 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.89 27.4 31.9 2.61e-06 0 0 0 Tank initStep + 1 472 2e+03 455 2.61e-06 2.61e-06 2.07e+03 2.07e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 5.9 27.4 31.9 0.281 0 0 0.0982 Tank initStep + 3 5.92 27.4 31.9 0.271 0.0102 0.0444 0.143 Tank Cerenkov + 4 5.94 27.5 32 0.246 0.0245 0.0414 0.184 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.93 27.5 31.9 2.42e-06 0 0 0 Tank initStep + 1 1.86e+03 -933 1.12e+03 2.42e-06 2.42e-06 2.35e+03 2.35e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.92 27.4 31.9 3.86e-06 0 0 0 Tank initStep + 1 3.48e+03 103 -1.08e+03 3.86e-06 3.86e-06 3.65e+03 3.65e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 5.94 27.5 32 0.246 0 0 0.184 Tank initStep + 5 5.94 27.5 32 0.243 0.00365 0.0151 0.199 Tank Cerenkov + 6 5.95 27.5 32 0.242 0.000767 0.000894 0.2 Tank Cerenkov + 7 6.03 27.5 32 0.214 0.0281 0.136 0.336 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6 27.5 32 3.99e-06 0 0 0 Tank initStep + 1 -5e+03 3.06e+03 -2.73e+03 3.99e-06 0 6.47e+03 6.47e+03 expHall Transportation + 2 -5e+03 3.06e+03 -2.73e+03 3.99e-06 0 0 6.47e+03 Tank Transportation + 3 -1.9e+03 5e+03 -4.65e+03 3.99e-06 0 4.13e+03 1.06e+04 expHall Transportation + 4 -1.9e+03 5e+03 -4.65e+03 3.99e-06 0 0 1.06e+04 Tank Transportation + 5 -1.94e+03 4.35e+03 -5e+03 3.99e-06 0 738 1.13e+04 expHall Transportation + 6 -1.94e+03 4.35e+03 -5e+03 3.99e-06 0 0 1.13e+04 Tank Transportation + 7 -2.58e+03 435 -3.8e+03 3.99e-06 3.99e-06 4.14e+03 1.55e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 6.03 27.5 32 0.214 0 0 0.336 Tank initStep + 8 6.06 27.6 32 0.177 0.0367 0.0395 0.375 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.05 27.6 32 3.41e-06 0 0 0 Tank initStep + 1 -5e+03 1.46e+03 1.5e+03 3.41e-06 0 5.41e+03 5.41e+03 expHall Transportation + 2 -1e+04 3.55e+03 4.41e+03 3.41e-06 0 6.15e+03 1.16e+04 world Transportation + 3 -1.5e+04 5.63e+03 7.31e+03 3.41e-06 0 6.15e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.05 27.6 32 2.82e-06 0 0 0 Tank initStep + 1 -5e+03 -4.46e+03 3.33e+03 2.82e-06 0 7.49e+03 7.49e+03 expHall Transportation + 2 -5e+03 -4.46e+03 3.33e+03 2.82e-06 0 0 7.49e+03 Tank Transportation + 3 -4.47e+03 -5e+03 4.12e+03 2.82e-06 0 1.1e+03 8.59e+03 expHall Transportation + 4 -4.47e+03 -5e+03 4.12e+03 2.82e-06 0 0 8.59e+03 Tank Transportation + 5 -2.75e+03 -3.44e+03 5e+03 2.82e-06 0 2.48e+03 1.11e+04 expHall Transportation + 6 -2.75e+03 -3.44e+03 5e+03 2.82e-06 0 0 1.11e+04 Tank Transportation + 7 3.47e+03 5e+03 -894 2.82e-06 0 1.2e+04 2.31e+04 expHall Transportation + 8 1e+04 6.07e+03 -8.97e+03 2.82e-06 0 1.04e+04 3.35e+04 world Transportation + 9 1.49e+04 6.86e+03 -1.5e+04 2.82e-06 0 7.8e+03 4.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 6.06 27.6 32 0.177 0 0 0.375 Tank initStep + 9 6.07 27.6 32 0.165 0.0119 0.0292 0.404 Tank msc + 10 6.12 27.7 32 0.144 0.0209 0.0811 0.486 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.11 27.6 32 3.78e-06 0 0 0 Tank initStep + 1 37.7 3.14e+03 1.68e+03 3.78e-06 0 3.52e+03 3.52e+03 Tank OpRayleigh + 2 -2.44e+03 5e+03 3.26e+03 3.78e-06 0 3.48e+03 7e+03 expHall Transportation + 3 -2.44e+03 5e+03 3.26e+03 3.78e-06 0 0 7e+03 Tank Transportation + 4 -4.56e+03 3.99e+03 5e+03 3.78e-06 0 2.92e+03 9.92e+03 expHall Transportation + 5 -4.56e+03 3.99e+03 5e+03 3.78e-06 0 0 9.92e+03 Tank Transportation + 6 -5e+03 3.78e+03 4.83e+03 3.78e-06 0 518 1.04e+04 expHall Transportation + 7 -1e+04 -7.89e+03 -4.17e+03 3.78e-06 0 1.56e+04 2.6e+04 world Transportation + 8 -1.3e+04 -1.5e+04 -9.65e+03 3.78e-06 0 9.48e+03 3.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 6.12 27.7 32 0.144 0 0 0.486 Tank initStep + 11 6.13 27.7 32 0.136 0.00849 0.0209 0.506 Tank msc + 12 6.14 27.7 32 0.103 0.0326 0.063 0.569 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.14 27.7 32 3.62e-06 0 0 0 Tank initStep + 1 -1.83e+03 3.75e+03 555 3.62e-06 3.62e-06 4.19e+03 4.19e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.14 27.7 32 3.92e-06 0 0 0 Tank initStep + 1 5e+03 2.46e+03 3.71e+03 3.92e-06 0 6.66e+03 6.66e+03 expHall Transportation + 2 5e+03 2.46e+03 3.71e+03 3.92e-06 0 0 6.66e+03 Tank Transportation + 3 3.95e+03 2.96e+03 5e+03 3.92e-06 0 1.74e+03 8.4e+03 expHall Transportation + 4 3.95e+03 2.96e+03 5e+03 3.92e-06 0 0 8.4e+03 Tank Transportation + 5 -1.21e+03 5e+03 2.42e+03 3.92e-06 0 6.12e+03 1.45e+04 expHall Transportation + 6 -1.21e+03 5e+03 2.42e+03 3.92e-06 0 0 1.45e+04 Tank Transportation + 7 -5e+03 1.59e+03 179 3.92e-06 0 5.57e+03 2.01e+04 expHall Transportation + 8 -5e+03 1.59e+03 179 3.92e-06 0 0 2.01e+04 Tank Transportation + 9 -2.41e+03 360 -922 3.92e-06 3.92e-06 3.07e+03 2.32e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 6.14 27.7 32 0.103 0 0 0.569 Tank initStep + 13 6.15 27.7 32 0.0998 0.00348 0.012 0.581 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.15 27.7 32 3.62e-06 0 0 0 Tank initStep + 1 889 -3.15e+03 -5e+03 3.62e-06 0 6.02e+03 6.02e+03 expHall Transportation + 2 -336 -1e+04 -9.15e+03 3.62e-06 0 8.1e+03 1.41e+04 world Transportation + 3 -1.23e+03 -1.5e+04 -1.22e+04 3.62e-06 0 5.91e+03 2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 6.15 27.7 32 0.0998 0 0 0.581 Tank initStep + 14 6.16 27.7 32 0.0962 0.00365 0.0113 0.593 Tank msc + 15 6.19 27.7 32 0.0715 0.0247 0.0419 0.635 Tank eIoni + 16 6.2 27.8 32 0.0568 0.0147 0.0309 0.665 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.2 27.8 32 3.94e-06 0 0 0 Tank initStep + 1 -4.03e+03 216 -2.64e+03 3.94e-06 3.94e-06 4.84e+03 4.84e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 6.2 27.8 32 0.0568 0 0 0.665 Tank initStep + 17 6.2 27.8 32 0.0555 0.00135 0.00426 0.67 Tank msc + 18 6.2 27.8 32 0.0437 0.0118 0.0247 0.694 Tank eIoni + 19 6.19 27.8 32 0.0282 0.0154 0.0203 0.715 Tank eIoni + 20 6.19 27.8 32 0.0128 0.0154 0.014 0.729 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.19 27.8 32 2.4e-06 0 0 0 Tank initStep + 1 -761 -76.8 -564 2.4e-06 2.4e-06 977 977 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 6.19 27.8 32 0.0128 0 0 0.729 Tank initStep + 21 6.19 27.8 32 0.0123 0.000493 0.000307 0.729 Tank msc + 22 6.19 27.8 32 0 0.0123 0.00358 0.733 Tank eIoni + 23 6.19 27.8 32 0 0 0 0.733 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.19 27.8 32 3.77e-06 0 0 0 Tank initStep + 1 4.01e+03 -1.64e+03 -5e+03 3.77e-06 0 6.64e+03 6.64e+03 expHall Transportation + 2 4.01e+03 -1.64e+03 -5e+03 3.77e-06 0 0 6.64e+03 Tank Transportation + 3 5e+03 -2.23e+03 -4.29e+03 3.77e-06 0 1.36e+03 8e+03 expHall Transportation + 4 5e+03 -2.23e+03 -4.29e+03 3.77e-06 0 0 8e+03 Tank Transportation + 5 3.39e+03 -2.96e+03 -1.12e+03 3.77e-06 3.77e-06 3.62e+03 1.16e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.2 -0.335 0.525 0.511 0 0 0 Tank initStep + 1 -22.9 -143 -161 0.426 2.92e-05 216 216 Tank compt + 2 -40.5 -151 -180 0.398 1.36e-05 27.8 244 Tank compt + 3 -125 -297 -347 0.254 1.42e-05 237 481 Tank compt + 4 -144 -306 -339 0.196 1.36e-05 21.9 503 Tank compt + 5 -150 -301 -248 0.158 1.42e-05 90.7 594 Tank compt + 6 -323 -232 -189 0.112 1.42e-05 196 789 Tank compt + 7 -270 -200 -173 0.0825 1.42e-05 63.3 853 Tank compt + 8 -472 -127 -190 0.0727 1.36e-05 216 1.07e+03 Tank compt + 9 -520 -173 -272 0.0673 1.42e-05 105 1.17e+03 Tank compt + 10 -477 -168 -343 0.0558 1.36e-05 83 1.26e+03 Tank compt + 11 -492 -168 -343 0.0549 2.92e-05 15.3 1.27e+03 Tank compt + 12 -534 -175 -367 0.0524 2.92e-05 48.7 1.32e+03 Tank compt + 13 -558 -173 -356 0.0524 0 26.8 1.35e+03 Tank Rayl + 14 -619 -174 -350 0.051 2.92e-05 61.7 1.41e+03 Tank compt + 15 -667 -218 -325 0.0484 2.92e-05 69.6 1.48e+03 Tank compt + 16 -658 -242 -313 0.0484 0 28.2 1.51e+03 Tank Rayl + 17 -697 -270 -317 0.0481 2.92e-05 48.3 1.55e+03 Tank compt + 18 -790 -306 -302 0.0449 1.36e-05 101 1.66e+03 Tank compt + 19 -802 -282 -290 0.0442 1.36e-05 29.2 1.68e+03 Tank compt + 20 -797 -242 -283 0.0442 0 40.6 1.73e+03 Tank Rayl + 21 -794 -228 -280 0.0417 1.42e-05 14.4 1.74e+03 Tank compt + 22 -846 -192 -286 0.038 1.42e-05 63.8 1.8e+03 Tank compt + 23 -843 -193 -287 0.0375 1.42e-05 4.12 1.81e+03 Tank compt + 24 -841 -195 -287 0.0375 0 2.21 1.81e+03 Tank Rayl + 25 -838 -208 -282 0.0331 1.36e-05 14.1 1.82e+03 Tank compt + 26 -846 -192 -274 0.0329 1.36e-05 19.4 1.84e+03 Tank compt + 27 -931 -109 -149 0.0297 2.92e-05 173 2.02e+03 Tank compt + 28 -897 -117 -158 0 0.000538 35.8 2.05e+03 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -897 -117 -158 0.0291 0 0 0 Tank initStep + 1 -897 -117 -158 0.0273 0.00178 0.00131 0.00131 Tank msc + 2 -897 -117 -158 0.00393 0.0234 0.0135 0.0148 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -897 -117 -158 3.61e-06 0 0 0 Tank initStep + 1 -1.68e+03 2.01e+03 2.02e+03 3.61e-06 3.61e-06 3.14e+03 3.14e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -897 -117 -158 3.12e-06 0 0 0 Tank initStep + 1 845 2.9e+03 5e+03 3.12e-06 0 6.22e+03 6.22e+03 expHall Transportation + 2 845 2.9e+03 5e+03 3.12e-06 0 0 6.22e+03 Tank Transportation + 3 3.03e+03 5e+03 4.35e+03 3.12e-06 0 3.1e+03 9.32e+03 expHall Transportation + 4 3.03e+03 5e+03 4.35e+03 3.12e-06 0 0 9.32e+03 Tank Transportation + 5 5e+03 4.28e+03 4.14e+03 3.12e-06 0 2.11e+03 1.14e+04 expHall Transportation + 6 1e+04 2.59e+03 4.36e+03 3.12e-06 0 5.28e+03 1.67e+04 world Transportation + 7 1.5e+04 888 4.57e+03 3.12e-06 0 5.28e+03 2.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -897 -117 -158 0.00393 0 0 0.0148 Tank initStep + 3 -897 -117 -158 0.00378 0.000158 3.92e-05 0.0148 Tank msc + 4 -897 -117 -158 0 0.00378 0.000457 0.0153 Tank eIoni + 5 -897 -117 -158 0 0 0 0.0153 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -931 -109 -149 0.00321 0 0 0 Tank initStep + 1 -931 -109 -149 0.00317 4.62e-05 2.78e-05 2.78e-05 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 95 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -931 -109 -149 3.04e-06 0 0 0 Tank initStep + 1 -1.77e+03 980 -5e+03 3.04e-06 0 5.04e+03 5.04e+03 expHall Transportation + 2 -4.13e+03 3.5e+03 -1e+04 3.04e-06 0 6.08e+03 1.11e+04 world Transportation + 3 -6.5e+03 6.02e+03 -1.5e+04 3.04e-06 0 6.08e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -931 -109 -149 0.00317 0 0 2.78e-05 Tank initStep + 2 -931 -109 -149 0.00313 3.79e-05 2.72e-05 5.5e-05 Tank msc + 3 -931 -109 -149 0 0.00313 0.000333 0.000388 Tank eIoni + 4 -931 -109 -149 0 0 0 0.000388 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -846 -192 -274 0.0002 0 0 0 Tank initStep + 1 -846 -192 -274 0.0002 0 5.75e-07 5.75e-07 Tank msc + 2 -846 -192 -274 0 0.0002 7.18e-06 7.76e-06 Tank eIoni + 3 -846 -192 -274 0 0 0 7.76e-06 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -838 -208 -282 0.00436 0 0 0 Tank initStep + 1 -838 -208 -282 0.00399 0.000367 4.67e-05 4.67e-05 Tank msc + 2 -838 -208 -282 0 0.00399 0.000502 0.000549 Tank eIoni + 3 -838 -208 -282 0 0 0 0.000549 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -843 -193 -287 0.000531 0 0 0 Tank initStep + 1 -843 -193 -287 0.000531 0 1.67e-06 1.67e-06 Tank msc + 2 -843 -193 -287 0 0.000531 2.08e-05 2.25e-05 Tank eIoni + 3 -843 -193 -287 0 0 0 2.25e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -846 -192 -286 0.00364 0 0 0 Tank initStep + 1 -846 -192 -286 0.00345 0.000194 3.44e-05 3.44e-05 Tank msc + 2 -846 -192 -286 0 0.00345 0.000392 0.000426 Tank eIoni + 3 -846 -192 -286 0 0 0 0.000426 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -794 -228 -280 0.00251 0 0 0 Tank initStep + 1 -794 -228 -280 0.00251 0 1.84e-05 1.84e-05 Tank msc + 2 -794 -228 -280 0 0.00251 0.00023 0.000248 Tank eIoni + 3 -794 -228 -280 0 0 0 0.000248 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -802 -282 -290 0.000616 0 0 0 Tank initStep + 1 -802 -282 -290 0.000616 0 2.04e-06 2.04e-06 Tank msc + 2 -802 -282 -290 0 0.000616 2.55e-05 2.76e-05 Tank eIoni + 3 -802 -282 -290 0 0 0 2.76e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -790 -306 -302 0.00328 0 0 0 Tank initStep + 1 -790 -306 -302 0.00322 6.56e-05 2.88e-05 2.88e-05 Tank msc + 2 -790 -306 -302 0 0.00322 0.000349 0.000377 Tank eIoni + 3 -790 -306 -302 0 0 0 0.000377 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -697 -270 -317 0.0002 0 0 0 Tank initStep + 1 -697 -270 -317 0.0002 0 5.75e-07 5.75e-07 Tank msc + 2 -697 -270 -317 0 0.0002 7.18e-06 7.76e-06 Tank eIoni + 3 -697 -270 -317 0 0 0 7.76e-06 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -667 -218 -325 0.00261 0 0 0 Tank initStep + 1 -667 -218 -325 0.0026 1.42e-05 1.97e-05 1.97e-05 Tank msc + 2 -667 -218 -325 0 0.0026 0.000244 0.000263 Tank eIoni + 3 -667 -218 -325 0 0 0 0.000263 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -619 -174 -350 0.00138 0 0 0 Tank initStep + 1 -619 -174 -350 0.00138 0 6.95e-06 6.95e-06 Tank msc + 2 -619 -174 -350 0 0.00138 8.69e-05 9.39e-05 Tank eIoni + 3 -619 -174 -350 0 0 0 9.39e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -534 -175 -367 0.00245 0 0 0 Tank initStep + 1 -534 -175 -367 0.0024 5.54e-05 1.77e-05 1.77e-05 Tank msc + 2 -534 -175 -367 0 0.0024 0.000213 0.000231 Tank eIoni + 3 -534 -175 -367 0 0 0 0.000231 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -492 -168 -343 0.000884 0 0 0 Tank initStep + 1 -492 -168 -343 0.000793 9.11e-05 3.45e-06 3.45e-06 Tank msc + 2 -492 -168 -343 0 0.000793 3.67e-05 4.02e-05 Tank eIoni + 3 -492 -168 -343 0 0 0 4.02e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -477 -168 -343 0.0114 0 0 0 Tank initStep + 1 -477 -168 -343 0.0104 0.001 0.000251 0.000251 Tank msc + 2 -477 -168 -343 0 0.0104 0.00267 0.00292 Tank eIoni + 3 -477 -168 -343 0 0 0 0.00292 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -477 -168 -343 3.67e-06 0 0 0 Tank initStep + 1 -631 5e+03 -4.43e+03 3.67e-06 0 6.59e+03 6.59e+03 expHall Transportation + 2 -631 5e+03 -4.43e+03 3.67e-06 0 0 6.59e+03 Tank Transportation + 3 -285 4.76e+03 -5e+03 3.67e-06 0 713 7.3e+03 expHall Transportation + 4 1e+04 -9.95e+03 -8.68e+03 3.67e-06 0 1.83e+04 2.56e+04 world Transportation + 5 1.35e+04 -1.5e+04 -9.94e+03 3.67e-06 0 6.29e+03 3.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -520 -173 -272 0.00541 0 0 0 Tank initStep + 1 -520 -173 -272 0.00508 0.000334 6.78e-05 6.78e-05 Tank msc + 2 -520 -173 -272 0 0.00508 0.000759 0.000827 Tank eIoni + 3 -520 -173 -272 0 0 0 0.000827 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -472 -127 -190 0.00979 0 0 0 Tank initStep + 1 -472 -127 -190 0.00946 0.000326 0.000191 0.000191 Tank msc + 2 -472 -127 -190 0 0.00946 0.00225 0.00244 Tank eIoni + 3 -472 -127 -190 0 0 0 0.00244 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 80 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -472 -127 -190 3.71e-06 0 0 0 Tank initStep + 1 5e+03 -1.15e+03 1.82e+03 3.71e-06 0 5.92e+03 5.92e+03 expHall Transportation + 2 1e+04 -2.18e+03 3.46e+03 3.71e-06 0 5.36e+03 1.13e+04 world Transportation + 3 1.5e+04 -3.2e+03 5.1e+03 3.71e-06 0 5.36e+03 1.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 80 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -472 -127 -190 2.72e-06 0 0 0 Tank initStep + 1 -4.87e+03 -1.37e+03 5e+03 2.72e-06 0 6.91e+03 6.91e+03 expHall Transportation + 2 -4.87e+03 -1.37e+03 5e+03 2.72e-06 0 0 6.91e+03 Tank Transportation + 3 -5e+03 -1.45e+03 4.93e+03 2.72e-06 0 172 7.08e+03 expHall Transportation + 4 -8.52e+03 -1e+04 477 2.72e-06 0 1.03e+04 1.73e+04 world Transportation + 5 -1.06e+04 -1.5e+04 -2.12e+03 2.72e-06 0 6e+03 2.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -270 -200 -173 0.0296 0 0 0 Tank initStep + 1 -270 -200 -173 0.0285 0.00107 0.00135 0.00135 Tank msc + 2 -270 -200 -173 0.00205 0.0265 0.0141 0.0155 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -270 -200 -173 3.1e-06 0 0 0 Tank initStep + 1 -120 -172 4.1 3.1e-06 3.1e-06 234 234 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -270 -200 -173 0.00205 0 0 0.0155 Tank initStep + 3 -270 -200 -173 0.00202 2.65e-05 1.32e-05 0.0155 Tank msc + 4 -270 -200 -173 0 0.00202 0.000161 0.0156 Tank eIoni + 5 -270 -200 -173 0 0 0 0.0156 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -323 -232 -189 0.0461 0 0 0 Tank initStep + 1 -323 -232 -189 0.0448 0.0013 0.00295 0.00295 Tank msc + 2 -323 -232 -189 0.0266 0.0182 0.0207 0.0237 Tank eIoni + 3 -323 -232 -189 0.00818 0.0184 0.0131 0.0367 Tank eIoni + 4 -323 -232 -189 0 0.00818 0.00174 0.0385 Tank eIoni + 5 -323 -232 -189 0 0 0 0.0385 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 -301 -248 0.038 0 0 0 Tank initStep + 1 -150 -301 -248 0.0368 0.00123 0.00211 0.00211 Tank msc + 2 -150 -301 -248 0.0232 0.0136 0.0177 0.0199 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 -301 -248 3.21e-06 0 0 0 Tank initStep + 1 -5e+03 -2.29e+03 -2.27e+03 3.21e-06 0 5.62e+03 5.62e+03 expHall Transportation + 2 -1e+04 -5.34e+03 -4.41e+03 3.21e-06 0 6.23e+03 1.19e+04 world Transportation + 3 -1.5e+04 -8.38e+03 -6.54e+03 3.21e-06 0 6.23e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 -301 -248 3.47e-06 0 0 0 Tank initStep + 1 -684 -5e+03 -2.06e+03 3.47e-06 0 5.06e+03 5.06e+03 expHall Transportation + 2 -1.05e+03 -1e+04 -8.48e+03 3.47e-06 0 8.15e+03 1.32e+04 world Transportation + 3 -1.42e+03 -1.5e+04 -1.49e+04 3.47e-06 0 8.15e+03 2.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -150 -301 -248 0.0232 0 0 0.0199 Tank initStep + 3 -150 -301 -248 0.0226 0.00061 0.000877 0.0207 Tank msc + 4 -150 -301 -248 0.0057 0.0169 0.0104 0.0312 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 -301 -248 2.53e-06 0 0 0 Tank initStep + 1 -613 -531 -5e+03 2.53e-06 0 4.78e+03 4.78e+03 expHall Transportation + 2 -613 -531 -5e+03 2.53e-06 0 0 4.78e+03 Tank Transportation + 3 1.6e+03 401 5e+03 2.53e-06 0 1.03e+04 1.51e+04 expHall Transportation + 4 3.04e+03 326 1e+04 2.53e-06 0 5.2e+03 2.03e+04 world Transportation + 5 4.48e+03 252 1.5e+04 2.53e-06 0 5.2e+03 2.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -150 -301 -248 0.0057 0 0 0.0312 Tank initStep + 5 -150 -301 -248 0.00559 0.000106 7.41e-05 0.0312 Tank msc + 6 -150 -301 -248 0 0.00559 0.000897 0.0321 Tank eIoni + 7 -150 -301 -248 0 0 0 0.0321 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -144 -306 -339 0.0577 0 0 0 Tank initStep + 1 -144 -306 -339 0.0563 0.00138 0.00438 0.00438 Tank msc + 2 -144 -306 -339 0.0393 0.017 0.025 0.0293 Tank eIoni + 3 -144 -306 -339 0.0278 0.0115 0.0187 0.0481 Tank eIoni + 4 -144 -306 -339 0.00334 0.0245 0.0137 0.0618 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 76 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -144 -306 -339 3.44e-06 0 0 0 Tank initStep + 1 -2e+03 1.81e+03 -5e+03 3.44e-06 0 5.45e+03 5.45e+03 expHall Transportation + 2 -1e+04 9.99e+03 -8.31e+03 3.44e-06 0 1.19e+04 1.74e+04 world Transportation + 3 -1.49e+04 1.5e+04 -1.03e+04 3.44e-06 0 7.3e+03 2.47e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -144 -306 -339 0.00334 0 0 0.0618 Tank initStep + 5 -144 -306 -339 0.00328 5.22e-05 2.96e-05 0.0618 Tank msc + 6 -144 -306 -339 0 0.00328 0.000361 0.0622 Tank eIoni + 7 -144 -306 -339 0 0 0 0.0622 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 0.144 0 0 0 Tank initStep + 1 -125 -297 -347 0.14 0.00401 0.0209 0.0209 Tank msc + 2 -125 -297 -347 0.124 0.0167 0.0656 0.0865 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 3.69e-06 0 0 0 Tank initStep + 1 3.15e+03 5e+03 410 3.69e-06 0 6.27e+03 6.27e+03 expHall Transportation + 2 7.01e+03 1e+04 1.49e+03 3.69e-06 0 6.41e+03 1.27e+04 world Transportation + 3 1.09e+04 1.5e+04 2.58e+03 3.69e-06 0 6.41e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 3.89e-06 0 0 0 Tank initStep + 1 -2.46e+03 444 -1.17e+03 3.89e-06 0 2.58e+03 2.58e+03 Tank OpRayleigh + 2 -1.07e+03 903 -1.09e+03 3.89e-06 3.89e-06 1.47e+03 4.06e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 3.44e-06 0 0 0 Tank initStep + 1 4.48e+03 -558 5e+03 3.44e-06 0 7.06e+03 7.06e+03 expHall Transportation + 2 1e+04 -1.4e+03 5.95e+03 3.44e-06 0 5.66e+03 1.27e+04 world Transportation + 3 1.5e+04 -2.17e+03 6.81e+03 3.44e-06 0 5.13e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -125 -297 -347 0.124 0 0 0.0865 Tank initStep + 3 -125 -297 -347 0.117 0.00619 0.0162 0.103 Tank msc + 4 -125 -297 -347 0.0693 0.0482 0.0527 0.155 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 2.44e-06 0 0 0 Tank initStep + 1 -1.65e+03 2.64e+03 4.72e+03 2.44e-06 0 6.05e+03 6.05e+03 Tank OpRayleigh + 2 -5e+03 1.49e+03 3.83e+03 2.44e-06 0 3.65e+03 9.7e+03 expHall Transportation + 3 -1e+04 -1.65e+03 2.4e+03 2.44e-06 0 6.08e+03 1.58e+04 world Transportation + 4 -1.5e+04 -4.79e+03 971 2.44e-06 0 6.08e+03 2.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 3.42e-06 0 0 0 Tank initStep + 1 -3.42e+03 -783 -5e+03 3.42e-06 0 5.72e+03 5.72e+03 expHall Transportation + 2 -1e+04 -665 -9.33e+03 3.42e-06 0 7.87e+03 1.36e+04 world Transportation + 3 -1.5e+04 -576 -1.26e+04 3.42e-06 0 5.99e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 3.87e-06 0 0 0 Tank initStep + 1 -3.86e+03 -2.96e+03 -5e+03 3.87e-06 0 6.53e+03 6.53e+03 expHall Transportation + 2 -3.86e+03 -2.96e+03 -5e+03 3.87e-06 0 0 6.53e+03 Tank Transportation + 3 -4.92e+03 -5e+03 -1.92e+03 3.87e-06 0 3.84e+03 1.04e+04 expHall Transportation + 4 -4.92e+03 -5e+03 -1.92e+03 3.87e-06 0 0 1.04e+04 Tank Transportation + 5 -4.93e+03 -4.95e+03 -1.9e+03 3.87e-06 3.87e-06 57.8 1.04e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -125 -297 -347 0.0693 0 0 0.155 Tank initStep + 5 -125 -297 -347 0.0675 0.00181 0.00602 0.161 Tank msc + 6 -125 -297 -347 0.0511 0.0163 0.0293 0.191 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 2.5e-06 0 0 0 Tank initStep + 1 1.87e+03 5e+03 2.63e+03 2.5e-06 0 6.4e+03 6.4e+03 expHall Transportation + 2 1.87e+03 5e+03 2.63e+03 2.5e-06 0 0 6.4e+03 Tank Transportation + 3 4.78e+03 1.99e+03 5e+03 2.5e-06 0 4.81e+03 1.12e+04 expHall Transportation + 4 1e+04 -4.2e+03 6.58e+03 2.5e-06 0 8.25e+03 1.95e+04 world Transportation + 5 1.5e+04 -1.01e+04 8.09e+03 2.5e-06 0 7.9e+03 2.73e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -125 -297 -347 0.0511 0 0 0.191 Tank initStep + 7 -125 -297 -347 0.0496 0.0015 0.00354 0.194 Tank msc + 8 -125 -297 -347 0.0359 0.0137 0.0225 0.217 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 2.23e-06 0 0 0 Tank initStep + 1 2.1e+03 -668 2.57e+03 2.23e-06 2.23e-06 3.68e+03 3.68e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -125 -297 -347 0.0359 0 0 0.217 Tank initStep + 9 -125 -297 -347 0.0352 0.00078 0.00191 0.219 Tank msc + 10 -125 -297 -347 0.0203 0.0149 0.0171 0.236 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 2.53e-06 0 0 0 Tank initStep + 1 -4.83e+03 5e+03 -3.4e+03 2.53e-06 0 7.72e+03 7.72e+03 expHall Transportation + 2 -4.83e+03 5e+03 -3.4e+03 2.53e-06 0 0 7.72e+03 Tank Transportation + 3 -5e+03 4.71e+03 -3.77e+03 2.53e-06 0 500 8.22e+03 expHall Transportation + 4 -5e+03 4.71e+03 -3.77e+03 2.53e-06 0 0 8.22e+03 Tank Transportation + 5 -4.38e+03 3.44e+03 -5e+03 2.53e-06 0 1.88e+03 1.01e+04 expHall Transportation + 6 -4.38e+03 3.44e+03 -5e+03 2.53e-06 0 0 1.01e+04 Tank Transportation + 7 -4.28e+03 1.28e+03 -3.22e+03 2.53e-06 2.53e-06 2.8e+03 1.29e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -125 -297 -347 0.0203 0 0 0.236 Tank initStep + 11 -125 -297 -347 0.0198 0.000507 0.000691 0.236 Tank msc + 12 -125 -297 -347 0 0.0198 0.00826 0.245 Tank eIoni + 13 -125 -297 -347 0 0 0 0.245 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -125 -297 -347 3.28e-06 0 0 0 Tank initStep + 1 -200 5e+03 1.96e+03 3.28e-06 0 5.78e+03 5.78e+03 expHall Transportation + 2 -2.22e+03 1e+04 7.65e+03 3.28e-06 0 7.84e+03 1.36e+04 world Transportation + 3 -4.23e+03 1.5e+04 1.33e+04 3.28e-06 0 7.84e+03 2.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.5 -151 -180 0.0274 0 0 0 Tank initStep + 1 -40.5 -151 -180 0.0271 0.000398 0.00118 0.00118 Tank msc + 2 -40.5 -151 -180 0.0108 0.0163 0.0133 0.0145 Tank eIoni + 3 -40.5 -151 -180 0 0.0108 0.00282 0.0173 Tank eIoni + 4 -40.5 -151 -180 0 0 0 0.0173 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.9 -143 -161 0.0852 0 0 0 Tank initStep + 1 -22.9 -143 -161 0.0818 0.00342 0.00861 0.00861 Tank msc + 2 -22.8 -143 -161 0.0633 0.0185 0.0353 0.0439 Tank eIoni + 3 -22.8 -143 -161 0.0414 0.0219 0.0276 0.0715 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 73 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.8 -143 -161 2.28e-06 0 0 0 Tank initStep + 1 -5e+03 -1.3e+03 -4.34e+03 2.28e-06 0 6.6e+03 6.6e+03 expHall Transportation + 2 -6.6e+03 -3.03e+03 -1e+04 2.28e-06 0 6.14e+03 1.27e+04 world Transportation + 3 -8.02e+03 -4.57e+03 -1.5e+04 2.28e-06 0 5.42e+03 1.82e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 73 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.8 -143 -161 2.96e-06 0 0 0 Tank initStep + 1 -346 -1.45e+03 -11 2.96e-06 2.96e-06 1.35e+03 1.35e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 73 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.8 -143 -161 3.29e-06 0 0 0 Tank initStep + 1 3.66e+03 -38.3 5e+03 3.29e-06 0 6.34e+03 6.34e+03 expHall Transportation + 2 1e+04 2.79e+03 7.66e+03 3.29e-06 0 7.43e+03 1.38e+04 world Transportation + 3 1.5e+04 5.01e+03 9.75e+03 3.29e-06 0 5.86e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -22.8 -143 -161 0.0414 0 0 0.0715 Tank initStep + 4 -22.8 -143 -161 0.0403 0.00112 0.00245 0.0739 Tank msc + 5 -22.8 -143 -161 0.0221 0.0182 0.0191 0.093 Tank eIoni + 6 -22.8 -143 -161 0 0.0221 0.01 0.103 Tank eIoni + 7 -22.8 -143 -161 0 0 0 0.103 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 73 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.8 -143 -161 3.85e-06 0 0 0 Tank initStep + 1 -1.35e+03 956 -5e+03 3.85e-06 0 5.14e+03 5.14e+03 expHall Transportation + 2 -4.43e+03 4.35e+03 -1e+04 3.85e-06 0 6.78e+03 1.19e+04 world Transportation + 3 -7.5e+03 7.74e+03 -1.5e+04 3.85e-06 0 6.78e+03 1.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.12 -0.00832 0.0526 0.482 0.018 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0886 -0.00616 0.0389 2.31e-06 0 0 0 Tank initStep + 1 4.13e+03 -3.26e+03 1.89e+03 2.31e-06 2.31e-06 5.59e+03 5.59e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0873 -0.00607 0.0383 2.55e-06 0 0 0 Tank initStep + 1 5e+03 2.5e+03 1.35e+03 2.55e-06 0 5.75e+03 5.75e+03 expHall Transportation + 2 5e+03 2.5e+03 1.35e+03 2.55e-06 0 0 5.75e+03 Tank Transportation + 3 3.86e+03 2.81e+03 3.1e+03 2.55e-06 2.55e-06 2.12e+03 7.87e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.12 -0.00832 0.0526 0.482 0 0 0.139 Tank initStep + 2 0.216 -0.0122 0.139 0.461 0.0213 0.13 0.269 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.18 -0.0107 0.106 3.51e-06 0 0 0 Tank initStep + 1 2.23e+03 -998 783 3.51e-06 3.51e-06 2.57e+03 2.57e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.161 -0.00998 0.0893 2.21e-06 0 0 0 Tank initStep + 1 3.36e+03 -3.2e+03 5e+03 2.21e-06 0 6.82e+03 6.82e+03 expHall Transportation + 2 3.36e+03 -3.2e+03 5e+03 2.21e-06 0 0 6.82e+03 Tank Transportation + 3 5e+03 -3.19e+03 3.1e+03 2.21e-06 0 2.51e+03 9.33e+03 expHall Transportation + 4 5e+03 -3.19e+03 3.1e+03 2.21e-06 0 0 9.33e+03 Tank Transportation + 5 2.66e+03 -3.19e+03 -748 2.21e-06 2.21e-06 4.5e+03 1.38e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.125 -0.00852 0.0569 3.71e-06 0 0 0 Tank initStep + 1 5e+03 2.09e+03 1.96e+03 3.71e-06 0 5.76e+03 5.76e+03 expHall Transportation + 2 1e+04 5.48e+03 3.67e+03 3.71e-06 0 6.28e+03 1.2e+04 world Transportation + 3 1.5e+04 8.88e+03 5.39e+03 3.71e-06 0 6.28e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.216 -0.0122 0.139 0.461 0 0 0.269 Tank initStep + 3 0.291 -0.0216 0.228 0.444 0.0168 0.118 0.388 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.257 -0.0174 0.187 3.82e-06 0 0 0 Tank initStep + 1 5e+03 1.97e+03 3.02e+03 3.82e-06 0 6.17e+03 6.17e+03 expHall Transportation + 2 7.89e+03 5.92e+03 1e+04 3.82e-06 0 8.52e+03 1.47e+04 world Transportation + 3 9.96e+03 8.75e+03 1.5e+04 3.82e-06 0 6.11e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.252 -0.0167 0.182 2.79e-06 0 0 0 Tank initStep + 1 5e+03 -150 1.9e+03 2.79e-06 0 5.35e+03 5.35e+03 expHall Transportation + 2 1e+04 501 6.38e+03 2.79e-06 0 6.75e+03 1.21e+04 world Transportation + 3 1.5e+04 1.15e+03 1.09e+04 2.79e-06 0 6.75e+03 1.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.291 -0.0216 0.228 0.444 0 0 0.388 Tank initStep + 4 0.326 -0.0724 0.318 0.415 0.0286 0.11 0.497 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.319 -0.062 0.299 2.55e-06 0 0 0 Tank initStep + 1 4.62e+03 5e+03 -1.38e+03 2.55e-06 0 6.95e+03 6.95e+03 expHall Transportation + 2 1e+04 7.67e+03 -2.93e+03 2.55e-06 0 6.2e+03 1.31e+04 world Transportation + 3 1.5e+04 1.02e+04 -4.38e+03 2.55e-06 0 5.77e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.292 -0.0231 0.23 2.71e-06 0 0 0 Tank initStep + 1 2.22e+03 3.21e+03 5e+03 2.71e-06 0 6.34e+03 6.34e+03 expHall Transportation + 2 7.67e+03 1e+04 7.65e+03 2.71e-06 0 9.09e+03 1.54e+04 world Transportation + 3 1.17e+04 1.5e+04 9.59e+03 2.71e-06 0 6.7e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.299 -0.0337 0.249 3.17e-06 0 0 0 Tank initStep + 1 -3.2e+03 -1.07e+03 -5e+03 3.17e-06 0 6.03e+03 6.03e+03 expHall Transportation + 2 -7.26e+03 -780 -1e+04 3.17e-06 0 6.45e+03 1.25e+04 world Transportation + 3 -1.13e+04 -488 -1.5e+04 3.17e-06 0 6.45e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.325 -0.0705 0.314 3.22e-06 0 0 0 Tank initStep + 1 5e+03 -1.28e+03 2.7e+03 3.22e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 1e+04 -2.28e+03 7.78e+03 3.22e-06 0 7.2e+03 1.3e+04 world Transportation + 3 1.5e+04 -3.27e+03 1.29e+04 3.22e-06 0 7.2e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.316 -0.0584 0.293 2.98e-06 0 0 0 Tank initStep + 1 -21.9 -5e+03 4.08e+03 2.98e-06 0 6.45e+03 6.45e+03 expHall Transportation + 2 -776 -9.13e+03 1e+04 2.98e-06 0 7.26e+03 1.37e+04 world Transportation + 3 -1.41e+03 -1.26e+04 1.5e+04 2.98e-06 0 6.13e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.308 -0.0455 0.27 3.76e-06 0 0 0 Tank initStep + 1 -999 -2.91e+03 5e+03 3.76e-06 0 5.87e+03 5.87e+03 expHall Transportation + 2 -1.77e+03 -7.7e+03 1e+04 3.76e-06 0 6.97e+03 1.28e+04 world Transportation + 3 -2.53e+03 -1.25e+04 1.5e+04 3.76e-06 0 6.97e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.316 -0.0571 0.29 3.31e-06 0 0 0 Tank initStep + 1 2.25e+03 -5e+03 2.91e+03 3.31e-06 0 6.21e+03 6.21e+03 expHall Transportation + 2 1e+04 -9.52e+03 8.13e+03 3.31e-06 0 1.04e+04 1.66e+04 world Transportation + 3 1.5e+04 -1.24e+04 1.15e+04 3.31e-06 0 6.69e+03 2.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.305 -0.0416 0.263 3.57e-06 0 0 0 Tank initStep + 1 374 4.03 1.47e+03 3.57e-06 3.57e-06 1.51e+03 1.51e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.326 -0.0724 0.318 0.415 0 0 0.497 Tank initStep + 5 0.361 -0.129 0.385 0.392 0.0229 0.096 0.594 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.355 -0.119 0.374 3.23e-06 0 0 0 Tank initStep + 1 -34 -71.7 35.3 3.23e-06 3.23e-06 86.7 86.7 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.335 -0.0868 0.335 2.99e-06 0 0 0 Tank initStep + 1 1.87e+03 -5e+03 1.97e+03 2.99e-06 0 5.69e+03 5.69e+03 expHall Transportation + 2 4.72e+03 -1e+04 4.22e+03 2.99e-06 0 6.18e+03 1.19e+04 world Transportation + 3 7.57e+03 -1.5e+04 6.46e+03 2.99e-06 0 6.18e+03 1.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.361 -0.129 0.385 0.392 0 0 0.594 Tank initStep + 6 0.39 -0.184 0.443 0.352 0.0406 0.0858 0.679 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.361 -0.129 0.386 2.47e-06 0 0 0 Tank initStep + 1 1.41e+03 1.3e+03 -5e+03 2.47e-06 0 5.36e+03 5.36e+03 expHall Transportation + 2 5.88e+03 2.75e+03 -1e+04 2.47e-06 0 6.86e+03 1.22e+04 world Transportation + 3 1.03e+04 4.21e+03 -1.5e+04 2.47e-06 0 6.86e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.364 -0.134 0.391 2.6e-06 0 0 0 Tank initStep + 1 -1.22e+03 -1.91e+03 458 2.6e-06 2.6e-06 2.31e+03 2.31e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.361 -0.129 0.386 2.06e-06 0 0 0 Tank initStep + 1 3.71e+03 -2.06e+03 4.11e+03 2.06e-06 2.06e-06 5.9e+03 5.9e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.383 -0.171 0.429 2.91e-06 0 0 0 Tank initStep + 1 5e+03 -3.8e+03 3.28e+03 2.91e-06 0 7.08e+03 7.08e+03 expHall Transportation + 2 5.2e+03 -8.65e+03 1e+04 2.91e-06 0 8.29e+03 1.54e+04 world Transportation + 3 5.34e+03 -1.23e+04 1.5e+04 2.91e-06 0 6.17e+03 2.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.39 -0.184 0.443 0.352 0 0 0.679 Tank initStep + 7 0.422 -0.234 0.478 0.34 0.0122 0.069 0.748 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.392 -0.187 0.445 3.92e-06 0 0 0 Tank initStep + 1 5e+03 1.7e+03 -2.76e+03 3.92e-06 0 5.96e+03 5.96e+03 expHall Transportation + 2 8.8e+03 7.56e+03 -1e+04 3.92e-06 0 1.01e+04 1.6e+04 world Transportation + 3 1.14e+04 1.16e+04 -1.5e+04 3.92e-06 0 6.94e+03 2.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.404 -0.207 0.459 2.78e-06 0 0 0 Tank initStep + 1 4.31e+03 -2.52e+03 3.41e+03 2.78e-06 2.78e-06 6.05e+03 6.05e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.418 -0.228 0.474 2.5e-06 0 0 0 Tank initStep + 1 2.93e+03 -1.74e+03 2.39e+03 2.5e-06 2.5e-06 4.16e+03 4.16e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.422 -0.234 0.478 0.34 0 0 0.748 Tank initStep + 8 0.448 -0.285 0.506 0.332 0.00747 0.0642 0.813 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.441 -0.271 0.498 2.99e-06 0 0 0 Tank initStep + 1 5e+03 -3.12e+03 -2.84e+03 2.99e-06 0 6.54e+03 6.54e+03 expHall Transportation + 2 9.94e+03 -1e+04 -7.99e+03 2.99e-06 0 9.91e+03 1.65e+04 world Transportation + 3 1.35e+04 -1.5e+04 -1.17e+04 2.99e-06 0 7.21e+03 2.37e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.427 -0.245 0.484 3.32e-06 0 0 0 Tank initStep + 1 827 -5e+03 992 3.32e-06 0 5.16e+03 5.16e+03 expHall Transportation + 2 827 -5e+03 992 3.32e-06 0 0 5.16e+03 Tank Transportation + 3 -739 5e+03 2.64e+03 3.32e-06 0 1.03e+04 1.54e+04 expHall Transportation + 4 -746 1e+04 5.97e+03 3.32e-06 0 6.01e+03 2.14e+04 world Transportation + 5 -752 1.5e+04 9.3e+03 3.32e-06 0 6.01e+03 2.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.448 -0.285 0.506 0.332 0 0 0.813 Tank initStep + 9 0.453 -0.342 0.529 0.316 0.0165 0.0615 0.874 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.452 -0.332 0.525 3.5e-06 0 0 0 Tank initStep + 1 -281 181 -5e+03 3.5e-06 0 5.01e+03 5.01e+03 expHall Transportation + 2 1.15e+03 -951 -1e+04 3.5e-06 0 5.32e+03 1.03e+04 world Transportation + 3 2.59e+03 -2.08e+03 -1.5e+04 3.5e-06 0 5.32e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.453 -0.342 0.529 0.316 0 0 0.874 Tank initStep + 10 0.468 -0.393 0.541 0.307 0.0082 0.0556 0.93 Tank Cerenkov + 11 0.497 -0.435 0.543 0.295 0.0121 0.0527 0.982 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.496 -0.434 0.543 3.95e-06 0 0 0 Tank initStep + 1 3.79e+03 -5e+03 -1.84e+03 3.95e-06 0 6.54e+03 6.54e+03 expHall Transportation + 2 3.79e+03 -5e+03 -1.84e+03 3.95e-06 0 0 6.54e+03 Tank Transportation + 3 5e+03 -4.2e+03 -2.01e+03 3.95e-06 0 1.46e+03 8e+03 expHall Transportation + 4 5e+03 -4.2e+03 -2.01e+03 3.95e-06 0 0 8e+03 Tank Transportation + 5 3.26e+03 -1.44e+03 -1.06e+03 3.95e-06 3.95e-06 3.4e+03 1.14e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 0.497 -0.435 0.543 0.295 0 0 0.982 Tank initStep + 12 0.531 -0.47 0.548 0.286 0.00962 0.0487 1.03 Tank Cerenkov + 13 0.561 -0.503 0.552 0.268 0.0176 0.0456 1.08 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.551 -0.492 0.55 4.07e-06 0 0 0 Tank initStep + 1 -3.87e+03 3.61e+03 -5e+03 4.07e-06 0 7.28e+03 7.28e+03 expHall Transportation + 2 -3.87e+03 3.61e+03 -5e+03 4.07e-06 0 0 7.28e+03 Tank Transportation + 3 -4.64e+03 5e+03 -3.23e+03 4.07e-06 0 2.38e+03 9.66e+03 expHall Transportation + 4 -4.64e+03 5e+03 -3.23e+03 4.07e-06 0 0 9.66e+03 Tank Transportation + 5 -5e+03 4.01e+03 -2.4e+03 4.07e-06 0 1.35e+03 1.1e+04 expHall Transportation + 6 -5.93e+03 -1e+04 9.18e+03 4.07e-06 0 1.82e+04 2.92e+04 world Transportation + 7 -6.27e+03 -1.5e+04 1.33e+04 4.07e-06 0 6.49e+03 3.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.561 -0.503 0.552 0.268 0 0 1.08 Tank initStep + 14 0.587 -0.532 0.559 0.262 0.00565 0.0402 1.12 Tank Cerenkov + 15 0.609 -0.56 0.57 0.257 0.00504 0.0386 1.16 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.591 -0.538 0.561 2.51e-06 0 0 0 Tank initStep + 1 -3.09e+03 5e+03 2.51e+03 2.51e-06 0 6.39e+03 6.39e+03 expHall Transportation + 2 -3.09e+03 5e+03 2.51e+03 2.51e-06 0 0 6.39e+03 Tank Transportation + 3 -5e+03 4.25e+03 3.29e+03 2.51e-06 0 2.2e+03 8.59e+03 expHall Transportation + 4 -5e+03 4.25e+03 3.29e+03 2.51e-06 0 0 8.59e+03 Tank Transportation + 5 -4.46e+03 1.34e+03 5e+03 2.51e-06 0 3.42e+03 1.2e+04 expHall Transportation + 6 -4.46e+03 1.34e+03 5e+03 2.51e-06 0 0 1.2e+04 Tank Transportation + 7 -1.66e+03 -5e+03 1.83e+03 2.51e-06 0 7.62e+03 1.96e+04 expHall Transportation + 8 -1.66e+03 -5e+03 1.83e+03 2.51e-06 0 0 1.96e+04 Tank Transportation + 9 5e+03 -1.91e+03 -1.06e+03 2.51e-06 0 7.9e+03 2.75e+04 expHall Transportation + 10 5e+03 -1.91e+03 -1.06e+03 2.51e-06 0 0 2.75e+04 Tank Transportation + 11 -3.64e+03 5e+03 -4.38e+03 2.51e-06 0 1.15e+04 3.91e+04 expHall Transportation + 12 -3.64e+03 5e+03 -4.38e+03 2.51e-06 0 0 3.91e+04 Tank Transportation + 13 -3.7e+03 3.66e+03 -5e+03 2.51e-06 0 1.48e+03 4.05e+04 expHall Transportation + 14 -3.7e+03 3.66e+03 -5e+03 2.51e-06 0 0 4.05e+04 Tank Transportation + 15 -5e+03 -509 -2.28e+03 2.51e-06 0 5.14e+03 4.57e+04 expHall Transportation + 16 -5e+03 -509 -2.28e+03 2.51e-06 0 0 4.57e+04 Tank Transportation + 17 -495 -5e+03 -673 2.51e-06 0 6.56e+03 5.22e+04 expHall Transportation + 18 -495 -5e+03 -673 2.51e-06 0 0 5.22e+04 Tank Transportation + 19 4.67e+03 408 5e+03 2.51e-06 0 9.38e+03 6.16e+04 expHall Transportation + 20 4.67e+03 408 5e+03 2.51e-06 0 0 6.16e+04 Tank Transportation + 21 5e+03 872 4.64e+03 2.51e-06 0 674 6.23e+04 expHall Transportation + 22 5e+03 872 4.64e+03 2.51e-06 0 0 6.23e+04 Tank Transportation + 23 3.6e+03 5e+03 2.68e+03 2.51e-06 0 4.78e+03 6.71e+04 expHall Transportation + 24 3.6e+03 5e+03 2.68e+03 2.51e-06 0 0 6.71e+04 Tank Transportation + 25 -5e+03 -2.59e+03 1.06e+03 2.51e-06 0 1.16e+04 7.87e+04 expHall Transportation + 26 -5e+03 -2.59e+03 1.06e+03 2.51e-06 0 0 7.87e+04 Tank Transportation + 27 -4.98e+03 -2.61e+03 1.07e+03 2.51e-06 2.51e-06 32.2 7.87e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.609 -0.56 0.57 0.257 0 0 1.16 Tank initStep + 16 0.637 -0.584 0.575 0.251 0.00679 0.0372 1.19 Tank Cerenkov + 17 0.66 -0.603 0.578 0.243 0.00741 0.0308 1.22 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.637 -0.584 0.575 3.56e-06 0 0 0 Tank initStep + 1 -5e+03 -758 300 3.56e-06 0 5.07e+03 5.07e+03 expHall Transportation + 2 -5e+03 -758 300 3.56e-06 0 0 5.07e+03 Tank Transportation + 3 5e+03 326 -1.87e+03 3.56e-06 0 1.03e+04 1.54e+04 expHall Transportation + 4 1e+04 1.62e+03 -3.95e+03 3.56e-06 0 5.57e+03 2.09e+04 world Transportation + 5 1.5e+04 2.91e+03 -6.03e+03 3.56e-06 0 5.57e+03 2.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.66 -0.603 0.578 0.243 0 0 1.22 Tank initStep + 18 0.662 -0.605 0.579 0.243 0.000367 0.00273 1.23 Tank Cerenkov + 19 0.663 -0.605 0.579 0.242 0.000303 0.00134 1.23 Tank Cerenkov + 20 0.663 -0.605 0.579 0.242 0 0.000193 1.23 Tank Cerenkov + 21 0.664 -0.605 0.579 0.242 3.52e-06 0.000193 1.23 Tank Cerenkov + 22 0.664 -0.606 0.579 0.242 0 0.00018 1.23 Tank Cerenkov + 23 0.664 -0.606 0.579 0.242 0 0.00018 1.23 Tank Cerenkov + 24 0.664 -0.606 0.579 0.242 0 0.00018 1.23 Tank Cerenkov + 25 0.664 -0.606 0.579 0.242 3.45e-05 0.00018 1.23 Tank Cerenkov + 26 0.664 -0.606 0.579 0.242 0 4.92e-05 1.23 Tank Cerenkov + 27 0.664 -0.606 0.579 0.242 0 4.92e-05 1.23 Tank Cerenkov + 28 0.664 -0.606 0.579 0.242 0 4.92e-05 1.23 Tank Cerenkov + 29 0.664 -0.606 0.579 0.242 5.4e-05 4.92e-05 1.23 Tank Cerenkov + 30 0.767 -0.658 0.604 0.175 0.0676 0.133 1.36 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.719 -0.634 0.593 3.22e-06 0 0 0 Tank initStep + 1 423 2.56e+03 5e+03 3.22e-06 0 5.63e+03 5.63e+03 expHall Transportation + 2 423 2.56e+03 5e+03 3.22e-06 0 0 5.63e+03 Tank Transportation + 3 2.46e+03 4.18e+03 4.3e+03 3.22e-06 0 2.7e+03 8.33e+03 Tank OpRayleigh + 4 5e+03 -306 -2.83e+03 3.22e-06 0 8.8e+03 1.71e+04 expHall Transportation + 5 5e+03 -306 -2.83e+03 3.22e-06 0 0 1.71e+04 Tank Transportation + 6 2.43e+03 -654 -5e+03 3.22e-06 0 3.38e+03 2.05e+04 expHall Transportation + 7 2.43e+03 -654 -5e+03 3.22e-06 0 0 2.05e+04 Tank Transportation + 8 -5e+03 -1.43e+03 -3.63e+03 3.22e-06 0 7.6e+03 2.81e+04 expHall Transportation + 9 -1e+04 -2.98e+03 -2.11e+03 3.22e-06 0 5.45e+03 3.36e+04 world Transportation + 10 -1.5e+04 -4.52e+03 -586 3.22e-06 0 5.45e+03 3.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.704 -0.626 0.589 3.43e-06 0 0 0 Tank initStep + 1 132 -773 -2.95e+03 3.43e-06 3.43e-06 3.05e+03 3.05e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.765 -0.657 0.604 3.46e-06 0 0 0 Tank initStep + 1 -2.2e+03 3.48e+03 3.21e+03 3.46e-06 3.46e-06 5.22e+03 5.22e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.699 -0.623 0.588 2.09e-06 0 0 0 Tank initStep + 1 -5e+03 -4.85e+03 -3.82e+03 2.09e-06 0 7.95e+03 7.95e+03 expHall Transportation + 2 -5e+03 -4.85e+03 -3.82e+03 2.09e-06 0 0 7.95e+03 Tank Transportation + 3 -4.89e+03 -5e+03 -3.98e+03 2.09e-06 0 241 8.19e+03 expHall Transportation + 4 -4.89e+03 -5e+03 -3.98e+03 2.09e-06 0 0 8.19e+03 Tank Transportation + 5 -4.49e+03 -84.3 -5e+03 2.09e-06 0 5.04e+03 1.32e+04 expHall Transportation + 6 -4.49e+03 -84.3 -5e+03 2.09e-06 0 0 1.32e+04 Tank Transportation + 7 -4.51e+03 5e+03 -3.74e+03 2.09e-06 0 5.24e+03 1.85e+04 expHall Transportation + 8 -4.1e+03 1e+04 -2.81e+03 2.09e-06 0 5.1e+03 2.36e+04 world Transportation + 9 -3.68e+03 1.5e+04 -1.88e+03 2.09e-06 0 5.1e+03 2.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.748 -0.649 0.6 3.8e-06 0 0 0 Tank initStep + 1 -2.17e+03 2.14e+03 5e+03 3.8e-06 0 5.85e+03 5.85e+03 expHall Transportation + 2 -2.17e+03 2.14e+03 5e+03 3.8e-06 0 0 5.85e+03 Tank Transportation + 3 -1.21e+03 5e+03 3.45e+03 3.8e-06 0 3.39e+03 9.25e+03 expHall Transportation + 4 2.46e+03 1e+04 617 3.8e-06 0 6.82e+03 1.61e+04 world Transportation + 5 6.13e+03 1.5e+04 -2.21e+03 3.8e-06 0 6.82e+03 2.29e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.684 -0.616 0.584 2.99e-06 0 0 0 Tank initStep + 1 369 -3.05e+03 -5e+03 2.99e-06 0 5.87e+03 5.87e+03 expHall Transportation + 2 871 -7.41e+03 -1e+04 2.99e-06 0 6.65e+03 1.25e+04 world Transportation + 3 1.37e+03 -1.18e+04 -1.5e+04 2.99e-06 0 6.65e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.758 -0.654 0.602 2.27e-06 0 0 0 Tank initStep + 1 3.59e+03 -2.27e+03 -3.76e+03 2.27e-06 2.27e-06 5.67e+03 5.67e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 30 0.767 -0.658 0.604 0.175 0 0 1.36 Tank initStep + 31 0.793 -0.656 0.612 0.167 0.00754 0.0275 1.39 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.79 -0.656 0.612 3.4e-06 0 0 0 Tank initStep + 1 -5e+03 -719 -2.05e+03 3.4e-06 0 5.45e+03 5.45e+03 expHall Transportation + 2 -1e+04 -1.28e+03 -7.54e+03 3.4e-06 0 7.44e+03 1.29e+04 world Transportation + 3 -1.5e+04 -1.84e+03 -1.3e+04 3.4e-06 0 7.44e+03 2.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 0.793 -0.656 0.612 0.167 0 0 1.39 Tank initStep + 32 0.814 -0.661 0.625 0.163 0.00425 0.0256 1.41 Tank msc + 33 0.869 -0.68 0.659 0.136 0.0272 0.0771 1.49 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.852 -0.674 0.648 3.06e-06 0 0 0 Tank initStep + 1 311 -58.2 -970 3.06e-06 0 1.02e+03 1.02e+03 Tank OpRayleigh + 2 -1.93e+03 745 -5e+03 3.06e-06 0 4.68e+03 5.7e+03 expHall Transportation + 3 -7.16e+03 1.26e+03 -1e+04 3.06e-06 0 7.25e+03 1.3e+04 world Transportation + 4 -1.24e+04 1.78e+03 -1.5e+04 3.06e-06 0 7.25e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.862 -0.677 0.655 3.09e-06 0 0 0 Tank initStep + 1 1.34e+03 321 569 3.09e-06 0 1.49e+03 1.49e+03 Tank OpRayleigh + 2 4.5e+03 -2.57e+03 2.43e+03 3.09e-06 3.09e-06 4.67e+03 6.16e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.851 -0.674 0.648 3.66e-06 0 0 0 Tank initStep + 1 -3.78e+03 -744 5e+03 3.66e-06 0 6.31e+03 6.31e+03 expHall Transportation + 2 -1e+04 -1.5e+03 6.57e+03 3.66e-06 0 6.46e+03 1.28e+04 world Transportation + 3 -1.5e+04 -2.11e+03 7.83e+03 3.66e-06 0 5.19e+03 1.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 0.869 -0.68 0.659 0.136 0 0 1.49 Tank initStep + 34 0.879 -0.694 0.656 0.13 0.00536 0.0181 1.51 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.875 -0.689 0.657 3.39e-06 0 0 0 Tank initStep + 1 2.21e+03 5e+03 -1.9e+03 3.39e-06 0 5.79e+03 5.79e+03 expHall Transportation + 2 6.19e+03 1e+04 -4.37e+03 3.39e-06 0 6.86e+03 1.26e+04 world Transportation + 3 1.02e+04 1.5e+04 -6.84e+03 3.39e-06 0 6.86e+03 1.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.878 -0.694 0.656 3.61e-06 0 0 0 Tank initStep + 1 3.09e+03 5e+03 -605 3.61e-06 0 5.91e+03 5.91e+03 expHall Transportation + 2 8.71e+03 1e+04 -743 3.61e-06 0 7.52e+03 1.34e+04 world Transportation + 3 1.43e+04 1.5e+04 -881 3.61e-06 0 7.52e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 34 0.879 -0.694 0.656 0.13 0 0 1.51 Tank initStep + 35 0.891 -0.706 0.658 0.125 0.00515 0.0169 1.53 Tank msc + 36 0.926 -0.737 0.664 0.105 0.0203 0.055 1.58 Tank eIoni + 37 0.901 -0.759 0.646 0.0915 0.0134 0.0446 1.63 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.909 -0.752 0.652 3.86e-06 0 0 0 Tank initStep + 1 -2.52e+03 -2.49e+03 5e+03 3.86e-06 0 6.13e+03 6.13e+03 expHall Transportation + 2 -6.7e+03 -8.64e+03 1e+04 3.86e-06 0 8.96e+03 1.51e+04 world Transportation + 3 -1.09e+04 -1.48e+04 1.5e+04 3.86e-06 0 8.96e+03 2.41e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 37 0.901 -0.759 0.646 0.0915 0 0 1.63 Tank initStep + 38 0.894 -0.757 0.641 0.0879 0.00359 0.0092 1.64 Tank msc + 39 0.869 -0.756 0.624 0.0721 0.0158 0.0367 1.67 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.894 -0.757 0.641 3.46e-06 0 0 0 Tank initStep + 1 -5e+03 -64.6 4.11e+03 3.46e-06 0 6.48e+03 6.48e+03 expHall Transportation + 2 -5e+03 -64.6 4.11e+03 3.46e-06 0 0 6.48e+03 Tank Transportation + 3 -3.6e+03 350 5e+03 3.46e-06 0 1.71e+03 8.19e+03 expHall Transportation + 4 -3.6e+03 350 5e+03 3.46e-06 0 0 8.19e+03 Tank Transportation + 5 4.53e+03 5e+03 -1.41e+03 3.46e-06 0 1.13e+04 1.95e+04 expHall Transportation + 6 4.53e+03 5e+03 -1.41e+03 3.46e-06 0 0 1.95e+04 Tank Transportation + 7 5e+03 4.48e+03 -1.58e+03 3.46e-06 0 720 2.03e+04 expHall Transportation + 8 5e+03 4.48e+03 -1.58e+03 3.46e-06 0 0 2.03e+04 Tank Transportation + 9 -5e+03 -2.09e+03 -4.05e+03 3.46e-06 0 1.22e+04 3.25e+04 expHall Transportation + 10 -9.7e+03 -1e+04 -6.74e+03 3.46e-06 0 9.59e+03 4.21e+04 world Transportation + 11 -1.27e+04 -1.5e+04 -8.44e+03 3.46e-06 0 6.06e+03 4.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.876 -0.756 0.629 3.41e-06 0 0 0 Tank initStep + 1 5e+03 -1.24e+03 -264 3.41e-06 0 5.16e+03 5.16e+03 expHall Transportation + 2 1e+04 -3.99e+03 -125 3.41e-06 0 5.71e+03 1.09e+04 world Transportation + 3 1.5e+04 -6.74e+03 14.2 3.41e-06 0 5.71e+03 1.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.882 -0.757 0.633 2.48e-06 0 0 0 Tank initStep + 1 2.48e+03 2.38e+03 1.97e+03 2.48e-06 0 3.96e+03 3.96e+03 Tank OpRayleigh + 2 -2.87e+03 -5e+03 3.63e+03 2.48e-06 0 9.27e+03 1.32e+04 expHall Transportation + 3 -2.87e+03 -5e+03 3.63e+03 2.48e-06 0 0 1.32e+04 Tank Transportation + 4 -5e+03 -3.33e+03 4.77e+03 2.48e-06 0 2.94e+03 1.62e+04 expHall Transportation + 5 -6.48e+03 3.89e+03 1e+04 2.48e-06 0 9.03e+03 2.52e+04 world Transportation + 6 -7.89e+03 1.08e+04 1.5e+04 2.48e-06 0 8.64e+03 3.38e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 39 0.869 -0.756 0.624 0.0721 0 0 1.67 Tank initStep + 40 0.865 -0.759 0.622 0.068 0.00412 0.00607 1.68 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.866 -0.758 0.623 3.53e-06 0 0 0 Tank initStep + 1 5e+03 -2.7e+03 -3.98e+03 3.53e-06 0 6.94e+03 6.94e+03 expHall Transportation + 2 5e+03 -2.7e+03 -3.98e+03 3.53e-06 0 0 6.94e+03 Tank Transportation + 3 4.2e+03 -3.19e+03 -5e+03 3.53e-06 0 1.39e+03 8.32e+03 expHall Transportation + 4 4.2e+03 -3.19e+03 -5e+03 3.53e-06 0 0 8.32e+03 Tank Transportation + 5 -5e+03 -4.18e+03 602 3.53e-06 0 1.08e+04 1.91e+04 expHall Transportation + 6 -5e+03 -4.18e+03 602 3.53e-06 0 0 1.91e+04 Tank Transportation + 7 -4.69e+03 -4.13e+03 1.51e+03 3.53e-06 3.53e-06 961 2.01e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 40 0.865 -0.759 0.622 0.068 0 0 1.68 Tank initStep + 41 0.86 -0.762 0.621 0.0657 0.00225 0.00548 1.68 Tank msc + 42 0.84 -0.762 0.612 0.0497 0.016 0.0277 1.71 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.853 -0.762 0.618 2.15e-06 0 0 0 Tank initStep + 1 -2.96e+03 5e+03 -1.83e+03 2.15e-06 0 6.09e+03 6.09e+03 expHall Transportation + 2 -2.96e+03 5e+03 -1.83e+03 2.15e-06 0 0 6.09e+03 Tank Transportation + 3 -4.18e+03 3.14e+03 -2.51e+03 2.15e-06 2.15e-06 2.32e+03 8.41e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.855 -0.762 0.619 2.71e-06 0 0 0 Tank initStep + 1 -351 1.32e+03 5e+03 2.71e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 -2.18e+03 2.9e+03 1e+04 2.71e-06 0 5.55e+03 1.07e+04 world Transportation + 3 -4.01e+03 4.47e+03 1.5e+04 2.71e-06 0 5.55e+03 1.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 42 0.84 -0.762 0.612 0.0497 0 0 1.71 Tank initStep + 43 0.839 -0.762 0.615 0.0483 0.00146 0.00315 1.71 Tank msc + 44 0.836 -0.763 0.63 0.0192 0.0291 0.0213 1.74 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.838 -0.762 0.621 2.24e-06 0 0 0 Tank initStep + 1 5e+03 3.28e+03 -3.56e+03 2.24e-06 0 6.96e+03 6.96e+03 expHall Transportation + 2 5e+03 3.28e+03 -3.56e+03 2.24e-06 0 0 6.96e+03 Tank Transportation + 3 4.72e+03 3.3e+03 -4.63e+03 2.24e-06 2.24e-06 1.11e+03 8.07e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.837 -0.763 0.627 2.76e-06 0 0 0 Tank initStep + 1 5e+03 3.19e+03 647 2.76e-06 0 5.97e+03 5.97e+03 expHall Transportation + 2 5e+03 3.19e+03 647 2.76e-06 0 0 5.97e+03 Tank Transportation + 3 4.09e+03 5e+03 1.01e+03 2.76e-06 0 2.06e+03 8.02e+03 expHall Transportation + 4 4.09e+03 5e+03 1.01e+03 2.76e-06 0 0 8.02e+03 Tank Transportation + 5 500 2.61e+03 -240 2.76e-06 2.76e-06 4.49e+03 1.25e+04 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 44 0.836 -0.763 0.63 0.0192 0 0 1.74 Tank initStep + 45 0.836 -0.763 0.631 0.0186 0.000657 0.000574 1.74 Tank msc + 46 0.836 -0.763 0.634 0 0.0186 0.00674 1.74 Tank eIoni + 47 0.836 -0.763 0.634 0 0 0 1.74 Tank annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.836 -0.763 0.634 0.511 0 0 0 Tank initStep + 1 -56.8 -15.1 -18.5 0.228 1.36e-05 62.4 62.4 Tank compt + 2 -56.6 -11.8 -18.8 0.125 2.92e-05 3.3 65.7 Tank compt + 3 -25.9 -109 43.4 0.0901 0.000537 119 185 Tank compt + 4 -19 -92.2 14.5 0.0742 2.92e-05 33.9 219 Tank compt + 5 -64.3 -135 -14 0.0579 1.42e-05 68.5 287 Tank compt + 6 -51.6 -124 -13.9 0 0.000538 17.1 304 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.6 -124 -13.9 0.0574 0 0 0 Tank initStep + 1 -51.6 -124 -13.9 0.0558 0.00152 0.00433 0.00433 Tank msc + 2 -51.6 -124 -13.9 0.0407 0.0152 0.0248 0.0291 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.6 -124 -13.9 3.97e-06 0 0 0 Tank initStep + 1 566 -320 -435 3.97e-06 3.97e-06 773 773 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -51.6 -124 -13.9 0.0407 0 0 0.0291 Tank initStep + 3 -51.6 -124 -13.9 0.0383 0.00235 0.00237 0.0315 Tank msc + 4 -51.6 -124 -13.9 0.0264 0.0119 0.0183 0.0498 Tank eIoni + 5 -51.6 -124 -13.9 0.00738 0.0191 0.013 0.0628 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.6 -124 -13.9 3.44e-06 0 0 0 Tank initStep + 1 -2.38e+03 5e+03 3.26e+03 3.44e-06 0 6.51e+03 6.51e+03 expHall Transportation + 2 -2.38e+03 5e+03 3.26e+03 3.44e-06 0 0 6.51e+03 Tank Transportation + 3 -5e+03 3.58e+03 4.76e+03 3.44e-06 0 3.34e+03 9.85e+03 expHall Transportation + 4 -5e+03 3.58e+03 4.76e+03 3.44e-06 0 0 9.85e+03 Tank Transportation + 5 -4.61e+03 3.4e+03 5e+03 3.44e-06 0 490 1.03e+04 expHall Transportation + 6 -4.61e+03 3.4e+03 5e+03 3.44e-06 0 0 1.03e+04 Tank Transportation + 7 -2.58e+03 2.71e+03 3.06e+03 3.44e-06 0 2.9e+03 1.32e+04 Tank OpRayleigh + 8 -140 2.87e+03 500 3.44e-06 3.44e-06 3.53e+03 1.68e+04 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.6 -124 -13.9 3.01e-06 0 0 0 Tank initStep + 1 1.74e+03 1.02e+03 -5e+03 3.01e-06 0 5.42e+03 5.42e+03 expHall Transportation + 2 6.04e+03 4.03e+03 -1e+04 3.01e-06 0 7.25e+03 1.27e+04 world Transportation + 3 1.04e+04 7.04e+03 -1.5e+04 3.01e-06 0 7.25e+03 1.99e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -51.6 -124 -13.9 0.00738 0 0 0.0628 Tank initStep + 6 -51.6 -124 -13.9 0.00732 6.37e-05 0.000116 0.0629 Tank msc + 7 -51.6 -124 -13.9 0 0.00732 0.00143 0.0644 Tank eIoni + 8 -51.6 -124 -13.9 0 0 0 0.0644 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -64.3 -135 -14 0.0163 0 0 0 Tank initStep + 1 -64.3 -135 -14 0.0162 0.000159 0.000471 0.000471 Tank msc + 2 -64.3 -135 -14 0 0.0162 0.00578 0.00626 Tank eIoni + 3 -64.3 -135 -14 0 0 0 0.00626 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19 -92.2 14.5 0.0158 0 0 0 Tank initStep + 1 -19 -92.2 14.5 0.0151 0.000732 0.000446 0.000446 Tank msc + 2 -19 -92.2 14.5 0 0.0151 0.00513 0.00558 Tank eIoni + 3 -19 -92.2 14.5 0 0 0 0.00558 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19 -92.2 14.5 2.42e-06 0 0 0 Tank initStep + 1 -2.21e+03 -470 -5e+03 2.42e-06 0 5.49e+03 5.49e+03 expHall Transportation + 2 -6.75e+03 -3.21e+03 -1e+04 2.42e-06 0 7.29e+03 1.28e+04 world Transportation + 3 -1.13e+04 -5.95e+03 -1.5e+04 2.42e-06 0 7.29e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19 -92.2 14.5 3.61e-06 0 0 0 Tank initStep + 1 -3.86e+03 -3.71e+03 -5e+03 3.61e-06 0 7.28e+03 7.28e+03 expHall Transportation + 2 -3.86e+03 -3.71e+03 -5e+03 3.61e-06 0 0 7.28e+03 Tank Transportation + 3 -5e+03 -4.11e+03 -4.35e+03 3.61e-06 0 1.37e+03 8.65e+03 expHall Transportation + 4 -5e+03 -4.11e+03 -4.35e+03 3.61e-06 0 0 8.65e+03 Tank Transportation + 5 -1.77e+03 -5e+03 30.2 3.61e-06 0 5.52e+03 1.42e+04 expHall Transportation + 6 -1.77e+03 -5e+03 30.2 3.61e-06 0 0 1.42e+04 Tank Transportation + 7 -559 -3.9e+03 1.82e+03 3.61e-06 3.61e-06 2.42e+03 1.66e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.9 -109 43.4 0.0346 0 0 0 Tank initStep + 1 -25.9 -109 43.4 0.0332 0.00139 0.00179 0.00179 Tank msc + 2 -25.9 -109 43.4 0.0188 0.0145 0.0163 0.0181 Tank eIoni + 3 -25.9 -109 43.4 0 0.0188 0.00753 0.0256 Tank eIoni + 4 -25.9 -109 43.4 0 0 0 0.0256 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.9 -109 43.4 3.56e-06 0 0 0 Tank initStep + 1 4.19e+03 3.28e+03 956 3.56e-06 3.56e-06 5.48e+03 5.48e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.6 -11.8 -18.8 0.102 0 0 0 Tank initStep + 1 -56.6 -11.8 -18.8 0.0972 0.0052 0.0118 0.0118 Tank msc + 2 -56.6 -11.8 -18.8 0.0824 0.0148 0.0423 0.0541 Tank eIoni + 3 -56.6 -11.8 -18.8 0.0601 0.0223 0.0355 0.0896 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.6 -11.8 -18.8 3.49e-06 0 0 0 Tank initStep + 1 314 2.66e+03 3.62e+03 3.49e-06 3.49e-06 4.53e+03 4.53e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.6 -11.8 -18.8 2.09e-06 0 0 0 Tank initStep + 1 70.8 459 -449 2.09e-06 2.09e-06 651 651 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -56.6 -11.8 -18.8 0.0601 0 0 0.0896 Tank initStep + 4 -56.6 -11.8 -18.8 0.0561 0.00398 0.0047 0.0943 Tank msc + 5 -56.6 -11.7 -18.8 0.0449 0.0112 0.0249 0.119 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.6 -11.7 -18.8 4.1e-06 0 0 0 Tank initStep + 1 1.42e+03 2.43e+03 5e+03 4.1e-06 0 5.77e+03 5.77e+03 expHall Transportation + 2 2.42e+03 7.54e+03 1e+04 4.1e-06 0 7.22e+03 1.3e+04 world Transportation + 3 3.41e+03 1.26e+04 1.5e+04 4.1e-06 0 7.22e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -56.6 -11.7 -18.8 0.0449 0 0 0.119 Tank initStep + 6 -56.6 -11.7 -18.8 0.0423 0.00258 0.00282 0.122 Tank msc + 7 -56.7 -11.7 -18.8 0.0283 0.0141 0.0198 0.142 Tank eIoni + 8 -56.7 -11.7 -18.8 0.00683 0.0214 0.014 0.156 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.7 -11.7 -18.8 3.35e-06 0 0 0 Tank initStep + 1 -4.63e+03 5e+03 982 3.35e-06 0 6.86e+03 6.86e+03 expHall Transportation + 2 -4.63e+03 5e+03 982 3.35e-06 0 0 6.86e+03 Tank Transportation + 3 -5e+03 4.8e+03 1.07e+03 3.35e-06 0 434 7.29e+03 expHall Transportation + 4 -1e+04 642 4.05e+03 3.35e-06 0 7.15e+03 1.44e+04 world Transportation + 5 -1.5e+04 -3.51e+03 7.03e+03 3.35e-06 0 7.15e+03 2.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -56.7 -11.7 -18.8 0.00683 0 0 0.156 Tank initStep + 9 -56.7 -11.7 -18.8 0.0062 0.000636 0.000102 0.156 Tank msc + 10 -56.7 -11.7 -18.8 0 0.0062 0.00107 0.157 Tank eIoni + 11 -56.7 -11.7 -18.8 0 0 0 0.157 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.8 -15.1 -18.5 0.283 0 0 0 Tank initStep + 1 -56.8 -15.1 -18.5 0.275 0.00872 0.0451 0.0451 Tank Cerenkov + 2 -56.8 -15.1 -18.5 0.268 0.00706 0.0425 0.0876 Tank Cerenkov + 3 -56.9 -15.1 -18.5 0.259 0.00844 0.0404 0.128 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.9 -15.1 -18.5 2.23e-06 0 0 0 Tank initStep + 1 -239 -1.38e+03 -24.5 2.23e-06 0 1.38e+03 1.38e+03 Tank OpRayleigh + 2 -245 2.66e+03 -1.39e+03 2.23e-06 2.23e-06 4.27e+03 5.64e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.9 -15.1 -18.5 4.1e-06 0 0 0 Tank initStep + 1 -5e+03 -3.16e+03 4.38e+03 4.1e-06 0 7.32e+03 7.32e+03 expHall Transportation + 2 -5e+03 -3.16e+03 4.38e+03 4.1e-06 0 0 7.32e+03 Tank Transportation + 3 -3.94e+03 -3.37e+03 5e+03 4.1e-06 0 1.25e+03 8.57e+03 expHall Transportation + 4 -3.94e+03 -3.37e+03 5e+03 4.1e-06 0 0 8.57e+03 Tank Transportation + 5 3.32e+03 -5e+03 1.59e+03 4.1e-06 0 8.18e+03 1.68e+04 expHall Transportation + 6 3.32e+03 -5e+03 1.59e+03 4.1e-06 0 0 1.68e+04 Tank Transportation + 7 5e+03 -3.09e+03 882 4.1e-06 0 2.64e+03 1.94e+04 expHall Transportation + 8 6.13e+03 1e+04 -413 4.1e-06 0 1.32e+04 3.26e+04 world Transportation + 9 6.55e+03 1.5e+04 -908 4.1e-06 0 5.04e+03 3.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -56.9 -15.1 -18.5 0.259 0 0 0.128 Tank initStep + 4 -56.9 -15.1 -18.5 0.25 0.00881 0.038 0.166 Tank Cerenkov + 5 -56.9 -15.1 -18.5 0.244 0.0061 0.0306 0.197 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.9 -15.1 -18.5 3.64e-06 0 0 0 Tank initStep + 1 -5e+03 782 -695 3.64e-06 0 5.05e+03 5.05e+03 expHall Transportation + 2 -1e+04 1.88e+03 -1.73e+03 3.64e-06 0 5.22e+03 1.03e+04 world Transportation + 3 -1.5e+04 2.97e+03 -2.77e+03 3.64e-06 0 5.22e+03 1.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -56.9 -15.1 -18.5 4.13e-06 0 0 0 Tank initStep + 1 5e+03 -1.82e+03 515 4.13e-06 0 5.4e+03 5.4e+03 expHall Transportation + 2 1e+04 -5.42e+03 2.74e+03 4.13e-06 0 6.55e+03 1.19e+04 world Transportation + 3 1.5e+04 -9.02e+03 4.97e+03 4.13e-06 0 6.55e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -56.9 -15.1 -18.5 0.244 0 0 0.197 Tank initStep + 6 -56.9 -15.1 -18.5 0.242 0.00253 0.00679 0.203 Tank Cerenkov + 7 -57.1 -15.2 -18.5 0.215 0.0265 0.136 0.339 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57 -15.2 -18.5 2.47e-06 0 0 0 Tank initStep + 1 -1.6e+03 2.51e+03 -5e+03 2.47e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 -3.35e+03 9.14e+03 -1e+04 2.47e-06 0 8.49e+03 1.43e+04 world Transportation + 3 -4.89e+03 1.5e+04 -1.44e+04 2.47e-06 0 7.5e+03 2.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57 -15.2 -18.5 3.57e-06 0 0 0 Tank initStep + 1 -5e+03 1.61e+03 -931 3.57e-06 0 5.28e+03 5.28e+03 expHall Transportation + 2 -5e+03 1.61e+03 -931 3.57e-06 0 0 5.28e+03 Tank Transportation + 3 -2.67e+03 322 -13.4 3.57e-06 3.57e-06 2.82e+03 8.1e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -57.1 -15.2 -18.5 0.215 0 0 0.339 Tank initStep + 8 -57.1 -15.2 -18.5 0.193 0.0225 0.0399 0.379 Tank msc + 9 -57.2 -15.2 -18.5 0.172 0.0202 0.0995 0.478 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57.1 -15.2 -18.5 3.4e-06 0 0 0 Tank initStep + 1 -340 3.39e+03 -3.05e+03 3.4e-06 3.4e-06 4.57e+03 4.57e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57.1 -15.2 -18.5 3.32e-06 0 0 0 Tank initStep + 1 -2.05e+03 5e+03 -3.84e+03 3.32e-06 0 6.62e+03 6.62e+03 expHall Transportation + 2 -4.41e+03 1e+04 -8.07e+03 3.32e-06 0 6.96e+03 1.36e+04 world Transportation + 3 -6.77e+03 1.5e+04 -1.23e+04 3.32e-06 0 6.96e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -57.2 -15.2 -18.5 0.172 0 0 0.478 Tank initStep + 10 -57.2 -15.2 -18.5 0.166 0.00687 0.028 0.506 Tank msc + 11 -57.3 -15.2 -18.5 0.148 0.0172 0.0813 0.588 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57.3 -15.2 -18.5 3.53e-06 0 0 0 Tank initStep + 1 -273 2e+03 314 3.53e-06 0 2.05e+03 2.05e+03 Bubble Transportation + 2 -393 2.82e+03 500 3.53e-06 0 847 2.9e+03 Tank Transportation + 3 -700 4.9e+03 2.54e+03 3.53e-06 3.53e-06 2.93e+03 5.83e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -57.3 -15.2 -18.5 0.148 0 0 0.588 Tank initStep + 12 -57.3 -15.2 -18.5 0.143 0.0049 0.0219 0.61 Tank msc + 13 -57.3 -15.3 -18.5 0.129 0.0145 0.0675 0.677 Tank eIoni + 14 -57.3 -15.3 -18.4 0.111 0.0179 0.059 0.736 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57.3 -15.3 -18.5 2.98e-06 0 0 0 Tank initStep + 1 -419 540 5e+03 2.98e-06 0 5.06e+03 5.06e+03 expHall Transportation + 2 -1.46e+03 1.25e+03 1e+04 2.98e-06 0 5.16e+03 1.02e+04 world Transportation + 3 -2.5e+03 1.97e+03 1.5e+04 2.98e-06 0 5.16e+03 1.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57.3 -15.3 -18.5 3.05e-06 0 0 0 Tank initStep + 1 1.59e+03 5e+03 4.42e+03 3.05e-06 0 6.89e+03 6.89e+03 expHall Transportation + 2 1.59e+03 5e+03 4.42e+03 3.05e-06 0 0 6.89e+03 Tank Transportation + 3 1.69e+03 4.76e+03 5e+03 3.05e-06 0 639 7.53e+03 expHall Transportation + 4 2.87e+03 2.13e+03 1e+04 3.05e-06 0 5.77e+03 1.33e+04 world Transportation + 5 4.04e+03 -489 1.5e+04 3.05e-06 0 5.77e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 -57.3 -15.3 -18.4 0.111 0 0 0.736 Tank initStep + 15 -57.3 -15.2 -18.4 0.106 0.00541 0.0135 0.75 Tank msc + 16 -57.3 -15.2 -18.4 0.0662 0.0394 0.0465 0.796 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57.3 -15.2 -18.4 2.31e-06 0 0 0 Tank initStep + 1 -86.8 61.7 -354 2.31e-06 2.31e-06 345 345 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57.3 -15.2 -18.4 3.9e-06 0 0 0 Tank initStep + 1 1.85e+03 -610 5e+03 3.9e-06 0 5.4e+03 5.4e+03 expHall Transportation + 2 1e+04 227 9.01e+03 3.9e-06 0 9.12e+03 1.45e+04 world Transportation + 3 1.5e+04 740 1.15e+04 3.9e-06 0 5.59e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 -57.3 -15.2 -18.4 0.0662 0 0 0.796 Tank initStep + 17 -57.3 -15.2 -18.4 0.0632 0.00302 0.00557 0.802 Tank msc + 18 -57.3 -15.2 -18.4 0.0418 0.0215 0.0276 0.829 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -57.3 -15.2 -18.4 3.3e-06 0 0 0 Tank initStep + 1 605 122 -1.83e+03 3.3e-06 3.3e-06 1.93e+03 1.93e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 -57.3 -15.2 -18.4 0.0418 0 0 0.829 Tank initStep + 19 -57.3 -15.2 -18.4 0.0406 0.00115 0.00249 0.832 Tank msc + 20 -57.3 -15.2 -18.4 0.0189 0.0217 0.0192 0.851 Tank eIoni + 21 -57.3 -15.2 -18.4 0 0.0189 0.00763 0.859 Tank eIoni + 22 -57.3 -15.2 -18.4 0 0 0 0.859 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.836 -0.763 0.634 0.511 0 0 0 Tank initStep + 1 109 26.1 36.4 0.189 1.42e-05 117 117 Tank compt + 2 74.6 45.8 32.9 0.185 2.92e-05 39.5 156 Tank compt + 3 -239 132 73.1 0.106 2.92e-05 327 484 Tank compt + 4 -220 127 72 0.093 1.42e-05 19.4 503 Tank compt + 5 -215 131 62.7 0.0719 1.42e-05 11.5 514 Tank compt + 6 -204 121 87.8 0.0712 1.36e-05 29.2 544 Tank compt + 7 -185 122 135 0.0617 1.36e-05 51.1 595 Tank compt + 8 -184 135 133 0.0548 1.36e-05 13 608 Tank compt + 9 -180 131 119 0.0451 2.92e-05 14.6 622 Tank compt + 10 -178 128 203 0.0414 0.000537 84.3 707 Tank compt + 11 -169 110 202 0 0.000538 20 727 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -169 110 202 0.0408 0 0 0 Tank initStep + 1 -169 110 202 0.0384 0.00246 0.00239 0.00239 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 97 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -169 110 202 2.64e-06 0 0 0 Tank initStep + 1 1.63e+03 -932 1.02e+03 2.64e-06 0 2.24e+03 2.24e+03 Tank OpRayleigh + 2 -5e+03 3.69e+03 -3.09e+03 2.64e-06 0 9.07e+03 1.13e+04 expHall Transportation + 3 -5e+03 3.69e+03 -3.09e+03 2.64e-06 0 0 1.13e+04 Tank Transportation + 4 -2.21e+03 5e+03 -3.46e+03 2.64e-06 0 3.11e+03 1.44e+04 expHall Transportation + 5 1e+04 7.98e+03 -5.67e+03 2.64e-06 0 1.28e+04 2.72e+04 world Transportation + 6 1.5e+04 9.19e+03 -6.58e+03 2.64e-06 0 5.23e+03 3.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -169 110 202 0.0384 0 0 0.00239 Tank initStep + 2 -169 110 202 0.0376 0.000776 0.00214 0.00453 Tank msc + 3 -169 110 202 0.0187 0.0189 0.0181 0.0226 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 97 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -169 110 202 3.11e-06 0 0 0 Tank initStep + 1 4.3e+03 1.91e+03 -3.42e+03 3.11e-06 3.11e-06 6.03e+03 6.03e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -169 110 202 0.0187 0 0 0.0226 Tank initStep + 4 -169 110 202 0.00268 0.016 0.0006 0.0232 Tank msc + 5 -169 110 202 0 0.00268 0.000257 0.0234 Tank eIoni + 6 -169 110 202 0 0 0 0.0234 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -178 128 203 0.00318 0 0 0 Tank initStep + 1 -178 128 203 0.00297 0.00021 2.73e-05 2.73e-05 Tank msc + 2 -178 128 203 0 0.00297 0.000304 0.000332 Tank eIoni + 3 -178 128 203 0 0 0 0.000332 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -180 131 119 0.00972 0 0 0 Tank initStep + 1 -180 131 119 0.00881 0.000913 0.000188 0.000188 Tank msc + 2 -180 131 119 0 0.00881 0.00198 0.00217 Tank eIoni + 3 -180 131 119 0 0 0 0.00217 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -184 135 133 0.00684 0 0 0 Tank initStep + 1 -184 135 133 0.00656 0.000279 0.000102 0.000102 Tank msc + 2 -184 135 133 0 0.00656 0.00118 0.00129 Tank eIoni + 3 -184 135 133 0 0 0 0.00129 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -185 122 135 0.00951 0 0 0 Tank initStep + 1 -185 122 135 0.00856 0.000943 0.000181 0.000181 Tank msc + 2 -185 122 135 0 0.00856 0.00189 0.00207 Tank eIoni + 3 -185 122 135 0 0 0 0.00207 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -204 121 87.8 0.000687 0 0 0 Tank initStep + 1 -204 121 87.8 0.000687 0 2.38e-06 2.38e-06 Tank msc + 2 -204 121 87.8 0 0.000687 2.98e-05 3.22e-05 Tank eIoni + 3 -204 121 87.8 0 0 0 3.22e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -215 131 62.7 0.0211 0 0 0 Tank initStep + 1 -215 131 62.7 0.0205 0.000559 0.000743 0.000743 Tank msc + 2 -215 131 62.7 0 0.0205 0.00885 0.00959 Tank eIoni + 3 -215 131 62.7 0 0 0 0.00959 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 127 72 0.0132 0 0 0 Tank initStep + 1 -220 127 72 0.0129 0.000328 0.000324 0.000324 Tank msc + 2 -220 127 72 0 0.0129 0.00387 0.0042 Tank eIoni + 3 -220 127 72 0 0 0 0.0042 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 127 72 2.32e-06 0 0 0 Tank initStep + 1 973 2.03e+03 -5e+03 2.32e-06 0 5.55e+03 5.55e+03 expHall Transportation + 2 973 2.03e+03 -5e+03 2.32e-06 0 0 5.55e+03 Tank Transportation + 3 2.03e+03 5e+03 -4.01e+03 2.32e-06 0 3.3e+03 8.85e+03 expHall Transportation + 4 6.35e+03 1e+04 -79.4 2.32e-06 0 7.69e+03 1.65e+04 world Transportation + 5 1.07e+04 1.5e+04 3.85e+03 2.32e-06 0 7.69e+03 2.42e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -239 132 73.1 0.0785 0 0 0 Tank initStep + 1 -239 132 73.1 0.0747 0.00382 0.00748 0.00748 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -239 132 73.1 3.05e-06 0 0 0 Tank initStep + 1 -5e+03 4.24e+03 -3.45e+03 3.05e-06 0 7.21e+03 7.21e+03 expHall Transportation + 2 -5e+03 4.24e+03 -3.45e+03 3.05e-06 0 0 7.21e+03 Tank Transportation + 3 -1.77e+03 4.38e+03 -5e+03 3.05e-06 0 3.58e+03 1.08e+04 expHall Transportation + 4 -1.77e+03 4.38e+03 -5e+03 3.05e-06 0 0 1.08e+04 Tank Transportation + 5 784 5e+03 -2.18e+03 3.05e-06 0 3.86e+03 1.46e+04 expHall Transportation + 6 784 5e+03 -2.18e+03 3.05e-06 0 0 1.46e+04 Tank Transportation + 7 5e+03 -4.14e+03 3.87e+03 3.05e-06 0 1.17e+04 2.64e+04 expHall Transportation + 8 5e+03 -4.14e+03 3.87e+03 3.05e-06 0 0 2.64e+04 Tank Transportation + 9 4.68e+03 -5e+03 4.57e+03 3.05e-06 0 1.15e+03 2.75e+04 expHall Transportation + 10 4.68e+03 -5e+03 4.57e+03 3.05e-06 0 0 2.75e+04 Tank Transportation + 11 4.43e+03 -4.71e+03 5e+03 3.05e-06 0 581 2.81e+04 expHall Transportation + 12 4.43e+03 -4.71e+03 5e+03 3.05e-06 0 0 2.81e+04 Tank Transportation + 13 4.07e+03 -5e+03 4.73e+03 3.05e-06 0 537 2.87e+04 expHall Transportation + 14 4.07e+03 -5e+03 4.73e+03 3.05e-06 0 0 2.87e+04 Tank Transportation + 15 -5e+03 2.14e+03 -3.4e+03 3.05e-06 0 1.41e+04 4.28e+04 expHall Transportation + 16 -5e+03 2.14e+03 -3.4e+03 3.05e-06 0 0 4.28e+04 Tank Transportation + 17 -3.28e+03 2.88e+03 -5e+03 3.05e-06 0 2.47e+03 4.52e+04 expHall Transportation + 18 -3.28e+03 2.88e+03 -5e+03 3.05e-06 0 0 4.52e+04 Tank Transportation + 19 4.47e+03 5e+03 -2.14e+03 3.05e-06 0 8.52e+03 5.38e+04 expHall Transportation + 20 4.47e+03 5e+03 -2.14e+03 3.05e-06 0 0 5.38e+04 Tank Transportation + 21 5e+03 4.72e+03 -1.94e+03 3.05e-06 0 633 5.44e+04 expHall Transportation + 22 1e+04 2.07e+03 2.33e+03 3.05e-06 0 7.09e+03 6.15e+04 world Transportation + 23 1.5e+04 -588 6.6e+03 3.05e-06 0 7.09e+03 6.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -239 132 73.1 0.0747 0 0 0.00748 Tank initStep + 2 -239 132 73.1 0.0723 0.00241 0.00686 0.0143 Tank msc + 3 -239 132 73.1 0.0572 0.0151 0.0312 0.0456 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -239 132 73.1 3.24e-06 0 0 0 Tank initStep + 1 492 3.06e+03 5e+03 3.24e-06 0 5.78e+03 5.78e+03 expHall Transportation + 2 3.58e+03 1e+04 6.8e+03 3.24e-06 0 7.8e+03 1.36e+04 world Transportation + 3 5.8e+03 1.5e+04 8.1e+03 3.24e-06 0 5.62e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -239 132 73.1 0.0572 0 0 0.0456 Tank initStep + 4 -239 132 73.1 0.0558 0.00142 0.00432 0.0499 Tank msc + 5 -239 132 73.1 0.045 0.0109 0.0248 0.0747 Tank eIoni + 6 -239 132 73.1 0.0311 0.0139 0.0208 0.0955 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -239 132 73.1 3.89e-06 0 0 0 Tank initStep + 1 1.38e+03 -4.38e+03 1.12e+03 3.89e-06 3.89e-06 4.91e+03 4.91e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -239 132 73.1 0.0311 0 0 0.0955 Tank initStep + 7 -239 132 73.1 0.0307 0.000398 0.00147 0.0969 Tank msc + 8 -239 132 73.1 0.00214 0.0285 0.0152 0.112 Tank eIoni + 9 -239 132 73.1 0 0.00214 0.000177 0.112 Tank eIoni + 10 -239 132 73.1 0 0 0 0.112 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 74.6 45.8 32.9 0.00388 0 0 0 Tank initStep + 1 74.6 45.8 32.9 0.00361 0.000274 3.84e-05 3.84e-05 Tank msc + 2 74.6 45.8 32.9 0 0.00361 0.000424 0.000462 Tank eIoni + 3 74.6 45.8 32.9 0 0 0 0.000462 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.4 0.322 0 0 0 Tank initStep + 1 109 26 36.4 0.308 0.0145 0.0579 0.0579 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.4 2.44e-06 0 0 0 Tank initStep + 1 -4.67e+03 269 -1.45e+03 2.44e-06 0 5.01e+03 5.01e+03 Tank OpRayleigh + 2 -918 -754 -5e+03 2.44e-06 0 5.27e+03 1.03e+04 expHall Transportation + 3 -918 -754 -5e+03 2.44e-06 0 0 1.03e+04 Tank Transportation + 4 -680 -1.85e+03 -3.48e+03 2.44e-06 2.44e-06 1.89e+03 1.22e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 109 26 36.4 0.308 0 0 0.0579 Tank initStep + 2 109 26 36.4 0.297 0.0109 0.053 0.111 Tank Cerenkov + 3 109 26.1 36.4 0.288 0.00839 0.0494 0.16 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26 36.4 3.29e-06 0 0 0 Tank initStep + 1 -5e+03 -4.76e+03 530 3.29e-06 0 7.02e+03 7.02e+03 expHall Transportation + 2 -5e+03 -4.76e+03 530 3.29e-06 0 0 7.02e+03 Tank Transportation + 3 -4.78e+03 -5e+03 593 3.29e-06 0 330 7.35e+03 expHall Transportation + 4 -4.78e+03 -5e+03 593 3.29e-06 0 0 7.35e+03 Tank Transportation + 5 -3.89e+03 -4.37e+03 1.69e+03 3.29e-06 0 1.54e+03 8.89e+03 Tank OpRayleigh + 6 -2.09e+03 -754 5e+03 3.29e-06 0 5.23e+03 1.41e+04 expHall Transportation + 7 -2.09e+03 -754 5e+03 3.29e-06 0 0 1.41e+04 Tank Transportation + 8 3.09e+03 5e+03 -3.21e+03 3.29e-06 0 1.13e+04 2.54e+04 expHall Transportation + 9 3.09e+03 5e+03 -3.21e+03 3.29e-06 0 0 2.54e+04 Tank Transportation + 10 4.92e+03 3.63e+03 -5e+03 3.29e-06 0 2.9e+03 2.83e+04 expHall Transportation + 11 4.92e+03 3.63e+03 -5e+03 3.29e-06 0 0 2.83e+04 Tank Transportation + 12 5e+03 3.58e+03 -4.96e+03 3.29e-06 0 108 2.84e+04 expHall Transportation + 13 1e+04 -3.52e+03 3.37e+03 3.29e-06 0 1.2e+04 4.04e+04 world Transportation + 14 1.5e+04 -1.06e+04 1.17e+04 3.29e-06 0 1.2e+04 5.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 109 26.1 36.4 0.288 0 0 0.16 Tank initStep + 4 109 26.1 36.4 0.276 0.0121 0.0467 0.207 Tank Cerenkov + 5 109 26.1 36.3 0.268 0.00782 0.043 0.25 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.3 2.56e-06 0 0 0 Tank initStep + 1 5e+03 2.21e+03 -2.66e+03 2.56e-06 0 6e+03 6e+03 expHall Transportation + 2 5e+03 2.21e+03 -2.66e+03 2.56e-06 0 0 6e+03 Tank Transportation + 3 3.47e+03 349 -5e+03 2.56e-06 0 3.35e+03 9.35e+03 expHall Transportation + 4 3.47e+03 349 -5e+03 2.56e-06 0 0 9.35e+03 Tank Transportation + 5 -1.88e+03 5e+03 -1.49e+03 2.56e-06 0 7.91e+03 1.73e+04 expHall Transportation + 6 -1.88e+03 5e+03 -1.49e+03 2.56e-06 0 0 1.73e+04 Tank Transportation + 7 -5e+03 2.64e+03 835 2.56e-06 0 4.55e+03 2.18e+04 expHall Transportation + 8 -5e+03 2.64e+03 835 2.56e-06 0 0 2.18e+04 Tank Transportation + 9 -391 -1.43e+03 5e+03 2.56e-06 0 7.43e+03 2.92e+04 expHall Transportation + 10 -391 -1.43e+03 5e+03 2.56e-06 0 0 2.92e+04 Tank Transportation + 11 5e+03 -3.18e+03 532 2.56e-06 0 7.22e+03 3.65e+04 expHall Transportation + 12 5e+03 -3.18e+03 532 2.56e-06 0 0 3.65e+04 Tank Transportation + 13 -5e+03 -4.25e+03 -4.55e+03 2.56e-06 0 1.13e+04 4.77e+04 expHall Transportation + 14 -1e+04 -3.97e+03 -9.24e+03 2.56e-06 0 6.86e+03 5.46e+04 world Transportation + 15 -1.5e+04 -3.68e+03 -1.39e+04 2.56e-06 0 6.86e+03 6.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.4 3.26e-06 0 0 0 Tank initStep + 1 4.92e+03 5e+03 1.33e+03 3.26e-06 0 7.04e+03 7.04e+03 expHall Transportation + 2 1e+04 8.86e+03 2.04e+03 3.26e-06 0 6.42e+03 1.35e+04 world Transportation + 3 1.5e+04 1.27e+04 2.74e+03 3.26e-06 0 6.32e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 109 26.1 36.3 0.268 0 0 0.25 Tank initStep + 6 109 26.1 36.3 0.26 0.00797 0.0407 0.291 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.3 3.39e-06 0 0 0 Tank initStep + 1 -4.66e+03 -3.15e+03 -5e+03 3.39e-06 0 7.63e+03 7.63e+03 expHall Transportation + 2 -4.66e+03 -3.15e+03 -5e+03 3.39e-06 0 0 7.63e+03 Tank Transportation + 3 -5e+03 -3.37e+03 -4.6e+03 3.39e-06 0 567 8.19e+03 expHall Transportation + 4 -5e+03 -3.37e+03 -4.6e+03 3.39e-06 0 0 8.19e+03 Tank Transportation + 5 -4.02e+03 -5e+03 -1.33e+03 3.39e-06 0 3.79e+03 1.2e+04 expHall Transportation + 6 -4.02e+03 -5e+03 -1.33e+03 3.39e-06 0 0 1.2e+04 Tank Transportation + 7 -1.2e+03 5e+03 4.33e+03 3.39e-06 0 1.18e+04 2.38e+04 expHall Transportation + 8 -1.2e+03 5e+03 4.33e+03 3.39e-06 0 0 2.38e+04 Tank Transportation + 9 -1.53e+03 4.55e+03 5e+03 3.39e-06 0 875 2.47e+04 expHall Transportation + 10 -1.53e+03 4.55e+03 5e+03 3.39e-06 0 0 2.47e+04 Tank Transportation + 11 -3.6e+03 -1.76e+03 -5e+03 3.39e-06 0 1.2e+04 3.67e+04 expHall Transportation + 12 -3.6e+03 -1.76e+03 -5e+03 3.39e-06 0 0 3.67e+04 Tank Transportation + 13 -5e+03 -2.49e+03 -3.85e+03 3.39e-06 0 1.95e+03 3.86e+04 expHall Transportation + 14 -1e+04 -6.22e+03 -3.49e+03 3.39e-06 0 6.25e+03 4.49e+04 world Transportation + 15 -1.5e+04 -9.95e+03 -3.13e+03 3.39e-06 0 6.25e+03 5.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 109 26.1 36.3 0.26 0 0 0.291 Tank initStep + 7 109 26.1 36.3 0.253 0.00771 0.0384 0.329 Tank Cerenkov + 8 109 26.1 36.3 0.241 0.0113 0.0362 0.365 Tank Cerenkov + 9 109 26.1 36.2 0.213 0.0284 0.135 0.501 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 3.58e-06 0 0 0 Tank initStep + 1 1.6e+03 58.1 283 3.58e-06 3.58e-06 1.51e+03 1.51e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 109 26.1 36.2 0.213 0 0 0.501 Tank initStep + 10 109 26.2 36.2 0.173 0.0397 0.0393 0.54 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.2 36.2 2.41e-06 0 0 0 Tank initStep + 1 2.19e+03 5e+03 -1.49e+03 2.41e-06 0 5.61e+03 5.61e+03 expHall Transportation + 2 2.19e+03 5e+03 -1.49e+03 2.41e-06 0 0 5.61e+03 Tank Transportation + 3 2.34e+03 4.9e+03 -1.61e+03 2.41e-06 2.41e-06 215 5.82e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.2 36.2 2.83e-06 0 0 0 Tank initStep + 1 364 1.85e+03 -5e+03 2.83e-06 0 5.36e+03 5.36e+03 expHall Transportation + 2 364 1.85e+03 -5e+03 2.83e-06 0 0 5.36e+03 Tank Transportation + 3 -354 1.96e+03 1.62e+03 2.83e-06 2.83e-06 6.66e+03 1.2e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.2 36.2 2.76e-06 0 0 0 Tank initStep + 1 122 -3.25e+03 3.43e+03 2.76e-06 2.76e-06 4.71e+03 4.71e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.2 36.2 2.9e-06 0 0 0 Tank initStep + 1 2.11e+03 5e+03 -920 2.9e-06 0 5.45e+03 5.45e+03 expHall Transportation + 2 1e+04 8.77e+03 -4.92e+03 2.9e-06 0 9.62e+03 1.51e+04 world Transportation + 3 1.5e+04 1.12e+04 -7.45e+03 2.9e-06 0 6.09e+03 2.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 2.15e-06 0 0 0 Tank initStep + 1 2.82e+03 -1.37e+03 -5e+03 2.15e-06 0 5.88e+03 5.88e+03 expHall Transportation + 2 7.06e+03 -4.88e+03 -1e+04 2.15e-06 0 7.44e+03 1.33e+04 world Transportation + 3 1.13e+04 -8.4e+03 -1.5e+04 2.15e-06 0 7.44e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 109 26.2 36.2 0.173 0 0 0.54 Tank initStep + 11 109 26.2 36.2 0.169 0.00483 0.0282 0.568 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.2 36.2 3.45e-06 0 0 0 Tank initStep + 1 -4.58e+03 -5e+03 357 3.45e-06 0 6.88e+03 6.88e+03 expHall Transportation + 2 -4.58e+03 -5e+03 357 3.45e-06 0 0 6.88e+03 Tank Transportation + 3 -5e+03 -4.33e+03 279 3.45e-06 0 791 7.68e+03 expHall Transportation + 4 -5e+03 -4.33e+03 279 3.45e-06 0 0 7.68e+03 Tank Transportation + 5 -4.71e+03 -4.24e+03 117 3.45e-06 3.45e-06 342 8.02e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 109 26.2 36.2 0.169 0 0 0.568 Tank initStep + 12 109 26.2 36.1 0.163 0.00604 0.027 0.595 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.2 36.1 3.94e-06 0 0 0 Tank initStep + 1 -2.26e+03 265 -4.67e+03 3.94e-06 3.94e-06 5.27e+03 5.27e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 109 26.2 36.1 0.163 0 0 0.595 Tank initStep + 13 109 26.2 36.2 0.151 0.0114 0.0254 0.621 Tank msc + 14 109 26.1 36.2 0.134 0.0171 0.0722 0.693 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 3.78e-06 0 0 0 Tank initStep + 1 -102 -150 168 3.78e-06 3.78e-06 305 305 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 109 26.1 36.2 0.134 0 0 0.693 Tank initStep + 15 109 26.1 36.2 0.13 0.00434 0.0185 0.711 Tank msc + 16 109 26.1 36.2 0.11 0.0197 0.0594 0.771 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 4.1e-06 0 0 0 Tank initStep + 1 1.29e+03 238 -5e+03 4.1e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 5.01e+03 878 -1e+04 4.1e-06 0 6.27e+03 1.14e+04 world Transportation + 3 8.74e+03 1.52e+03 -1.5e+04 4.1e-06 0 6.27e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 109 26.1 36.2 0.11 0 0 0.771 Tank initStep + 17 109 26.1 36.2 0.107 0.00326 0.0133 0.784 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 3.58e-06 0 0 0 Tank initStep + 1 -283 -3.57e+03 5e+03 3.58e-06 0 6.14e+03 6.14e+03 expHall Transportation + 2 -283 -3.57e+03 5e+03 3.58e-06 0 0 6.14e+03 Tank Transportation + 3 -149 -5e+03 3.35e+03 3.58e-06 0 2.19e+03 8.33e+03 expHall Transportation + 4 -149 -5e+03 3.35e+03 3.58e-06 0 0 8.33e+03 Tank Transportation + 5 848 1.3e+03 -5e+03 3.58e-06 0 1.05e+04 1.88e+04 expHall Transportation + 6 848 1.3e+03 -5e+03 3.58e-06 0 0 1.88e+04 Tank Transportation + 7 5e+03 3.14e+03 -2.74e+03 3.58e-06 0 5.07e+03 2.39e+04 expHall Transportation + 8 1e+04 5.84e+03 4.54e+03 3.58e-06 0 9.23e+03 3.31e+04 world Transportation + 9 1.5e+04 8.54e+03 1.18e+04 3.58e-06 0 9.23e+03 4.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 109 26.1 36.2 0.107 0 0 0.784 Tank initStep + 18 109 26.1 36.2 0.105 0.00202 0.0126 0.797 Tank msc + 19 109 26.1 36.2 0.0721 0.0325 0.046 0.843 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 2.96e-06 0 0 0 Tank initStep + 1 -5e+03 -1.41e+03 -1.88e+03 2.96e-06 0 5.64e+03 5.64e+03 expHall Transportation + 2 -5e+03 -1.41e+03 -1.88e+03 2.96e-06 0 0 5.64e+03 Tank Transportation + 3 -2.86e+03 -3.84e+03 -5e+03 2.96e-06 0 4.49e+03 1.01e+04 expHall Transportation + 4 692 -1e+04 -7.1e+03 2.96e-06 0 7.41e+03 1.76e+04 world Transportation + 5 3.58e+03 -1.5e+04 -8.8e+03 2.96e-06 0 6.02e+03 2.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 3.93e-06 0 0 0 Tank initStep + 1 -4.07e+03 -5e+03 -2e+03 3.93e-06 0 6.85e+03 6.85e+03 expHall Transportation + 2 -4.07e+03 -5e+03 -2e+03 3.93e-06 0 0 6.85e+03 Tank Transportation + 3 -5e+03 -4.31e+03 -2.51e+03 3.93e-06 0 1.26e+03 8.11e+03 expHall Transportation + 4 -5e+03 -4.31e+03 -2.51e+03 3.93e-06 0 0 8.11e+03 Tank Transportation + 5 -1.4e+03 635 -2.98e+03 3.93e-06 3.93e-06 6.14e+03 1.42e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 109 26.1 36.2 0.0721 0 0 0.843 Tank initStep + 20 109 26.1 36.2 0.0682 0.00389 0.00646 0.849 Tank msc + 21 109 26.1 36.2 0.0536 0.0147 0.0296 0.879 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 3.14e-06 0 0 0 Tank initStep + 1 -203 -5e+03 -4.12e+03 3.14e-06 0 6.53e+03 6.53e+03 expHall Transportation + 2 -471 -8.13e+03 -1e+04 3.14e-06 0 6.67e+03 1.32e+04 world Transportation + 3 -699 -1.08e+04 -1.5e+04 3.14e-06 0 5.67e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 2.67e-06 0 0 0 Tank initStep + 1 -5e+03 -3.56e+03 -4.06e+03 2.67e-06 0 7.47e+03 7.47e+03 expHall Transportation + 2 -5e+03 -3.56e+03 -4.06e+03 2.67e-06 0 0 7.47e+03 Tank Transportation + 3 -4.52e+03 -4.18e+03 -5e+03 2.67e-06 0 1.22e+03 8.69e+03 expHall Transportation + 4 -4.52e+03 -4.18e+03 -5e+03 2.67e-06 0 0 8.69e+03 Tank Transportation + 5 -1.34e+03 5e+03 -503 2.67e-06 0 1.07e+04 1.94e+04 expHall Transportation + 6 2.03e+03 1e+04 5.83e+03 2.67e-06 0 8.74e+03 2.81e+04 world Transportation + 7 5.4e+03 1.5e+04 1.22e+04 2.67e-06 0 8.74e+03 3.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 109 26.1 36.2 0.0536 0 0 0.879 Tank initStep + 22 109 26.1 36.2 0.0483 0.00532 0.00385 0.883 Tank msc + 23 109 26.1 36.2 0.0118 0.0365 0.022 0.905 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 125, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 3.29e-06 0 0 0 Tank initStep + 1 -2.49e+03 5e+03 2.46e+03 3.29e-06 0 6.11e+03 6.11e+03 expHall Transportation + 2 -2.49e+03 5e+03 2.46e+03 3.29e-06 0 0 6.11e+03 Tank Transportation + 3 -3.02e+03 4.69e+03 2.47e+03 3.29e-06 0 617 6.73e+03 Tank OpRayleigh + 4 -4.31e+03 5e+03 2.84e+03 3.29e-06 0 1.37e+03 8.1e+03 expHall Transportation + 5 -4.31e+03 5e+03 2.84e+03 3.29e-06 0 0 8.1e+03 Tank Transportation + 6 -5e+03 4.82e+03 3.04e+03 3.29e-06 0 742 8.84e+03 expHall Transportation + 7 -5e+03 4.82e+03 3.04e+03 3.29e-06 0 0 8.84e+03 Tank Transportation + 8 -4.04e+03 3.19e+03 5e+03 3.29e-06 0 2.72e+03 1.16e+04 expHall Transportation + 9 5.43e+03 -1e+04 5.84e+03 3.29e-06 0 1.63e+04 2.78e+04 world Transportation + 10 9.02e+03 -1.5e+04 6.15e+03 3.29e-06 0 6.16e+03 3.4e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 2.68e-06 0 0 0 Tank initStep + 1 4.89e+03 -1.2e+03 5e+03 2.68e-06 0 7e+03 7e+03 expHall Transportation + 2 4.89e+03 -1.2e+03 5e+03 2.68e-06 0 0 7e+03 Tank Transportation + 3 5e+03 -1.17e+03 4.9e+03 2.68e-06 0 153 7.15e+03 expHall Transportation + 4 5e+03 -1.17e+03 4.9e+03 2.68e-06 0 0 7.15e+03 Tank Transportation + 5 -176 3.34e+03 -1.97e+03 2.68e-06 2.68e-06 9.72e+03 1.69e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 109 26.1 36.2 0.0118 0 0 0.905 Tank initStep + 24 109 26.1 36.2 0.0116 0.000151 0.000264 0.905 Tank msc + 25 109 26.1 36.2 0 0.0116 0.00323 0.908 Tank eIoni + 26 109 26.1 36.2 0 0 0 0.908 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 126, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 26.1 36.2 3.54e-06 0 0 0 Tank initStep + 1 369 214 165 3.54e-06 3.54e-06 346 346 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.133 0.0329 0.0175 0.475 0.0255 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0154 0.0038 0.00202 3.27e-06 0 0 0 Tank initStep + 1 5e+03 -905 4.29e+03 3.27e-06 0 6.65e+03 6.65e+03 expHall Transportation + 2 8.83e+03 -63.9 1e+04 3.27e-06 0 6.93e+03 1.36e+04 world Transportation + 3 1.22e+04 673 1.5e+04 3.27e-06 0 6.07e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.123 0.0304 0.0161 4e-06 0 0 0 Tank initStep + 1 4.56e+03 -973 -837 4e-06 0 4.74e+03 4.74e+03 Tank OpRayleigh + 2 3.72e+03 -2.37e+03 288 4e-06 4e-06 1.98e+03 6.72e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.133 0.0329 0.0175 0.475 0 0 0.139 Tank initStep + 2 0.251 0.0402 0.0599 0.458 0.0169 0.126 0.265 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.148 0.0338 0.0227 2.75e-06 0 0 0 Tank initStep + 1 5e+03 -2.59e+03 1.52e+03 2.75e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 5e+03 -2.59e+03 1.52e+03 2.75e-06 0 0 5.83e+03 Tank Transportation + 3 3.43e+03 -5e+03 2.17e+03 2.75e-06 0 2.95e+03 8.78e+03 expHall Transportation + 4 -1e+04 -7.61e+03 5.26e+03 2.75e-06 0 1.4e+04 2.28e+04 world Transportation + 5 -1.5e+04 -8.59e+03 6.41e+03 2.75e-06 0 5.22e+03 2.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.208 0.0375 0.0445 3.15e-06 0 0 0 Tank initStep + 1 5e+03 2.69e+03 200 3.15e-06 0 5.68e+03 5.68e+03 expHall Transportation + 2 1e+04 8.05e+03 258 3.15e-06 0 7.33e+03 1.3e+04 world Transportation + 3 1.5e+04 1.34e+04 315 3.15e-06 0 7.33e+03 2.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.251 0.0402 0.0599 0.458 0 0 0.265 Tank initStep + 3 0.359 0.0338 0.102 0.44 0.0178 0.117 0.382 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.324 0.0359 0.0879 2.75e-06 0 0 0 Tank initStep + 1 1.97e+03 1.71e+03 5e+03 2.75e-06 0 5.64e+03 5.64e+03 expHall Transportation + 2 8.92e+03 5.21e+03 1e+04 2.75e-06 0 9.25e+03 1.49e+04 world Transportation + 3 1.5e+04 8.27e+03 1.44e+04 2.75e-06 0 8.09e+03 2.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.343 0.0348 0.0953 2.36e-06 0 0 0 Tank initStep + 1 63.3 -71.2 -135 2.36e-06 2.36e-06 165 165 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.292 0.0378 0.0756 3.59e-06 0 0 0 Tank initStep + 1 5e+03 436 -655 3.59e-06 0 5.06e+03 5.06e+03 expHall Transportation + 2 5e+03 436 -655 3.59e-06 0 0 5.06e+03 Tank Transportation + 3 -5e+03 4.69e+03 -1.51e+03 3.59e-06 0 1.09e+04 1.6e+04 expHall Transportation + 4 -1e+04 7.74e+03 -668 3.59e-06 0 5.92e+03 2.19e+04 world Transportation + 5 -1.5e+04 1.08e+04 171 3.59e-06 0 5.92e+03 2.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.279 0.0385 0.0708 2.21e-06 0 0 0 Tank initStep + 1 5e+03 -3.37e+03 3.13e+03 2.21e-06 0 6.8e+03 6.8e+03 expHall Transportation + 2 1e+04 -2.9e+03 3.2e+03 2.21e-06 0 5.02e+03 1.18e+04 world Transportation + 3 1.5e+04 -2.43e+03 3.27e+03 2.21e-06 0 5.02e+03 1.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.359 0.0338 0.102 0.44 0 0 0.382 Tank initStep + 4 0.461 0.0441 0.125 0.418 0.0222 0.108 0.49 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.451 0.043 0.123 3.35e-06 0 0 0 Tank initStep + 1 5e+03 2.25e+03 2.37e+03 3.35e-06 0 5.98e+03 5.98e+03 expHall Transportation + 2 5e+03 2.25e+03 2.37e+03 3.35e-06 0 0 5.98e+03 Tank Transportation + 3 4.18e+03 5e+03 3.64e+03 3.35e-06 0 3.14e+03 9.11e+03 expHall Transportation + 4 4.18e+03 5e+03 3.64e+03 3.35e-06 0 0 9.11e+03 Tank Transportation + 5 -5e+03 -218 2.82e+03 3.35e-06 0 1.06e+04 1.97e+04 expHall Transportation + 6 -5e+03 -218 2.82e+03 3.35e-06 0 0 1.97e+04 Tank Transportation + 7 -1.05e+03 -5e+03 -6.17 3.35e-06 0 6.81e+03 2.65e+04 expHall Transportation + 8 -1.05e+03 -5e+03 -6.17 3.35e-06 0 0 2.65e+04 Tank Transportation + 9 122 -2.49e+03 -1.54e+03 3.35e-06 3.35e-06 3.17e+03 2.97e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.381 0.036 0.106 2.41e-06 0 0 0 Tank initStep + 1 4.37e+03 -1.79e+03 696 2.41e-06 2.41e-06 4.78e+03 4.78e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.461 0.0441 0.125 0.418 0 0 0.49 Tank initStep + 5 0.556 0.0606 0.12 0.4 0.0175 0.0971 0.587 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.476 0.0466 0.124 3.58e-06 0 0 0 Tank initStep + 1 259 1.74e+03 5e+03 3.58e-06 0 5.3e+03 5.3e+03 expHall Transportation + 2 -96.1 5.36e+03 1e+04 3.58e-06 0 6.18e+03 1.15e+04 world Transportation + 3 -452 8.98e+03 1.5e+04 3.58e-06 0 6.18e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.48 0.0473 0.124 2.16e-06 0 0 0 Tank initStep + 1 5e+03 -668 1.58e+03 2.16e-06 0 5.28e+03 5.28e+03 expHall Transportation + 2 1e+04 -3.31e+03 4.54e+03 2.16e-06 0 6.38e+03 1.17e+04 world Transportation + 3 1.5e+04 -5.94e+03 7.51e+03 2.16e-06 0 6.38e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.556 0.0606 0.12 0.4 0 0 0.587 Tank initStep + 6 0.626 0.101 0.088 0.381 0.0187 0.0892 0.676 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.578 0.0732 0.11 3.38e-06 0 0 0 Tank initStep + 1 -5e+03 -2.31e+03 853 3.38e-06 0 5.57e+03 5.57e+03 expHall Transportation + 2 -1e+04 -7.02e+03 2.85e+03 3.38e-06 0 7.16e+03 1.27e+04 world Transportation + 3 -1.5e+04 -1.17e+04 4.85e+03 3.38e-06 0 7.16e+03 1.99e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.619 0.0969 0.0911 2.07e-06 0 0 0 Tank initStep + 1 -910 -3.06e+03 -970 2.07e-06 2.07e-06 3.34e+03 3.34e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.558 0.0617 0.119 3.17e-06 0 0 0 Tank initStep + 1 -5e+03 4.12e+03 718 3.17e-06 0 6.52e+03 6.52e+03 expHall Transportation + 2 -5e+03 4.12e+03 718 3.17e-06 0 0 6.52e+03 Tank Transportation + 3 -3.41e+03 5e+03 2.56e+03 3.17e-06 0 2.58e+03 9.11e+03 expHall Transportation + 4 -3.41e+03 5e+03 2.56e+03 3.17e-06 0 0 9.11e+03 Tank Transportation + 5 -1.35e+03 3.01e+03 5e+03 3.17e-06 0 3.77e+03 1.29e+04 expHall Transportation + 6 2.14e+03 -549 1e+04 3.17e-06 0 7.06e+03 1.99e+04 world Transportation + 7 5.63e+03 -4.1e+03 1.5e+04 3.17e-06 0 7.06e+03 2.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.561 0.0631 0.118 3.26e-06 0 0 0 Tank initStep + 1 3.61e+03 2.81e+03 -5e+03 3.26e-06 0 6.78e+03 6.78e+03 expHall Transportation + 2 3.61e+03 2.81e+03 -5e+03 3.26e-06 0 0 6.78e+03 Tank Transportation + 3 5e+03 4.9e+03 -1.22e+03 3.26e-06 0 4.53e+03 1.13e+04 expHall Transportation + 4 5e+03 4.9e+03 -1.22e+03 3.26e-06 0 0 1.13e+04 Tank Transportation + 5 4.43e+03 5e+03 -945 3.26e-06 0 638 1.19e+04 expHall Transportation + 6 4.43e+03 5e+03 -945 3.26e-06 0 0 1.19e+04 Tank Transportation + 7 199 1.78e+03 2.13e+03 3.26e-06 3.26e-06 6.15e+03 1.81e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.611 0.0923 0.0948 3.41e-06 0 0 0 Tank initStep + 1 5e+03 753 -478 3.41e-06 0 5.08e+03 5.08e+03 expHall Transportation + 2 1e+04 1.24e+03 -1.56e+03 3.41e-06 0 5.14e+03 1.02e+04 world Transportation + 3 1.5e+04 1.73e+03 -2.63e+03 3.41e-06 0 5.14e+03 1.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.577 0.0726 0.111 3.14e-06 0 0 0 Tank initStep + 1 4.78e+03 5e+03 -75.7 3.14e-06 0 6.92e+03 6.92e+03 expHall Transportation + 2 4.78e+03 5e+03 -75.7 3.14e-06 0 0 6.92e+03 Tank Transportation + 3 5e+03 4.9e+03 -126 3.14e-06 0 244 7.16e+03 expHall Transportation + 4 1e+04 -785 -5.65e+03 3.14e-06 0 9.38e+03 1.65e+04 world Transportation + 5 1.5e+04 -6.47e+03 -1.12e+04 3.14e-06 0 9.38e+03 2.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.56 0.063 0.118 3.98e-06 0 0 0 Tank initStep + 1 5e+03 790 -404 3.98e-06 0 5.08e+03 5.08e+03 expHall Transportation + 2 1e+04 2.05e+03 -2.08e+03 3.98e-06 0 5.42e+03 1.05e+04 world Transportation + 3 1.5e+04 3.3e+03 -3.75e+03 3.98e-06 0 5.42e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.578 0.073 0.11 3.34e-06 0 0 0 Tank initStep + 1 3.04e+03 5e+03 -2.33e+03 3.34e-06 0 6.29e+03 6.29e+03 expHall Transportation + 2 8.8e+03 1e+04 -7.96e+03 3.34e-06 0 9.48e+03 1.58e+04 world Transportation + 3 1.46e+04 1.5e+04 -1.36e+04 3.34e-06 0 9.48e+03 2.53e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.619 0.0969 0.0911 3.87e-06 0 0 0 Tank initStep + 1 3.5e+03 3.07e+03 -5e+03 3.87e-06 0 6.83e+03 6.83e+03 expHall Transportation + 2 3.5e+03 3.07e+03 -5e+03 3.87e-06 0 0 6.83e+03 Tank Transportation + 3 4.59e+03 4.74e+03 -3.13e+03 3.87e-06 3.87e-06 2.74e+03 9.57e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.626 0.101 0.088 0.381 0 0 0.676 Tank initStep + 7 0.662 0.167 0.0599 0.223 0.158 0.081 0.757 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.658 0.159 0.0636 4.01e-06 0 0 0 Tank initStep + 1 -1.05e+03 1.29e+03 -1.07e+03 4.01e-06 4.01e-06 1.98e+03 1.98e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.639 0.126 0.0775 4.07e-06 0 0 0 Tank initStep + 1 -3.21e+03 3.69e+03 -5e+03 4.07e-06 0 7e+03 7e+03 expHall Transportation + 2 -3.21e+03 3.69e+03 -5e+03 4.07e-06 0 0 7e+03 Tank Transportation + 3 -5e+03 3.86e+03 -2.35e+03 4.07e-06 0 3.2e+03 1.02e+04 expHall Transportation + 4 -5e+03 3.86e+03 -2.35e+03 4.07e-06 0 0 1.02e+04 Tank Transportation + 5 -4.69e+03 3.82e+03 -2.03e+03 4.07e-06 4.07e-06 445 1.06e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.643 0.133 0.0743 3.81e-06 0 0 0 Tank initStep + 1 2.01e+03 -801 976 3.81e-06 3.81e-06 2.37e+03 2.37e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.629 0.106 0.0858 2.53e-06 0 0 0 Tank initStep + 1 -1.99e+03 210 3.98e+03 2.53e-06 2.53e-06 4.45e+03 4.45e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.653 0.151 0.0668 3.89e-06 0 0 0 Tank initStep + 1 4.78e+03 1.86e+03 1.23e+03 3.89e-06 3.89e-06 5.28e+03 5.28e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.662 0.167 0.0599 0.223 0 0 0.757 Tank initStep + 8 0.684 0.199 0.0465 0.218 0.00571 0.041 0.798 Tank msc + 9 0.742 0.275 0.015 0.193 0.0247 0.114 0.913 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.684 0.199 0.0465 3.28e-06 0 0 0 Tank initStep + 1 3.76e+03 5e+03 428 3.28e-06 0 6.27e+03 6.27e+03 expHall Transportation + 2 3.76e+03 5e+03 428 3.28e-06 0 0 6.27e+03 Tank Transportation + 3 5e+03 2.89e+03 1.06e+03 3.28e-06 0 2.53e+03 8.8e+03 expHall Transportation + 4 5e+03 2.89e+03 1.06e+03 3.28e-06 0 0 8.8e+03 Tank Transportation + 5 -5e+03 -3.19e+03 4.45e+03 3.28e-06 0 1.22e+04 2.1e+04 expHall Transportation + 6 -5e+03 -3.19e+03 4.45e+03 3.28e-06 0 0 2.1e+04 Tank Transportation + 7 -4.03e+03 -3.66e+03 5e+03 3.28e-06 0 1.21e+03 2.22e+04 expHall Transportation + 8 -4.03e+03 -3.66e+03 5e+03 3.28e-06 0 0 2.22e+04 Tank Transportation + 9 -2.6e+03 -5e+03 3.56e+03 3.28e-06 0 2.43e+03 2.46e+04 expHall Transportation + 10 -2.6e+03 -5e+03 3.56e+03 3.28e-06 0 0 2.46e+04 Tank Transportation + 11 2.04e+03 5e+03 -1.96e+03 3.28e-06 0 1.23e+04 3.7e+04 expHall Transportation + 12 8.67e+03 1e+04 -5.6e+03 3.28e-06 0 9.06e+03 4.6e+04 world Transportation + 13 1.5e+04 1.48e+04 -9.08e+03 3.28e-06 0 8.66e+03 5.47e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.742 0.275 0.015 0.193 0 0 0.913 Tank initStep + 10 0.745 0.286 -0.0153 0.188 0.00499 0.0324 0.945 Tank msc + 11 0.74 0.303 -0.0953 0.162 0.0264 0.0935 1.04 Tank eIoni + 12 0.743 0.297 -0.162 0.141 0.0211 0.0763 1.11 Tank eIoni + 13 0.693 0.28 -0.175 0.122 0.0183 0.0636 1.18 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.731 0.293 -0.165 3.64e-06 0 0 0 Tank initStep + 1 -1.55e+03 -5e+03 -4.1e+03 3.64e-06 0 6.65e+03 6.65e+03 expHall Transportation + 2 -1.55e+03 -5e+03 -4.1e+03 3.64e-06 0 0 6.65e+03 Tank Transportation + 3 -2.2e+03 -3.73e+03 -5e+03 3.64e-06 0 1.69e+03 8.34e+03 expHall Transportation + 4 -2.2e+03 -3.73e+03 -5e+03 3.64e-06 0 0 8.34e+03 Tank Transportation + 5 -2.62e+03 -2.62e+03 -4.84e+03 3.64e-06 3.64e-06 1.2e+03 9.54e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.693 0.28 -0.175 0.122 0 0 1.18 Tank initStep + 14 0.678 0.285 -0.176 0.119 0.00326 0.0151 1.19 Tank msc + 15 0.636 0.297 -0.172 0.103 0.0156 0.0517 1.25 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.644 0.295 -0.173 3.71e-06 0 0 0 Tank initStep + 1 2.51e+03 5e+03 807 3.71e-06 0 5.65e+03 5.65e+03 expHall Transportation + 2 2.51e+03 5e+03 807 3.71e-06 0 0 5.65e+03 Tank Transportation + 3 3.14e+03 4.16e+03 1.03e+03 3.71e-06 3.71e-06 1.07e+03 6.73e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.636 0.297 -0.172 0.103 0 0 1.25 Tank initStep + 16 0.625 0.298 -0.169 0.0917 0.0117 0.0114 1.26 Tank msc + 17 0.594 0.296 -0.163 0.0731 0.0185 0.0384 1.3 Tank eIoni + 18 0.57 0.288 -0.164 0.0307 0.0424 0.0305 1.33 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.579 0.291 -0.164 3.13e-06 0 0 0 Tank initStep + 1 -2.16e+03 2.32e+03 -5e+03 3.13e-06 0 5.92e+03 5.92e+03 expHall Transportation + 2 -1e+04 8.47e+03 -9.94e+03 3.13e-06 0 1.11e+04 1.7e+04 world Transportation + 3 -1.5e+04 1.24e+04 -1.31e+04 3.13e-06 0 7.09e+03 2.41e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.574 0.289 -0.164 2.3e-06 0 0 0 Tank initStep + 1 260 -430 -861 2.3e-06 2.3e-06 997 997 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 0.57 0.288 -0.164 0.0307 0 0 1.33 Tank initStep + 19 0.569 0.287 -0.163 0.0298 0.000912 0.00133 1.33 Tank msc + 20 0.563 0.284 -0.16 0.00971 0.0201 0.0141 1.34 Tank eIoni + 21 0.563 0.285 -0.16 0 0.00971 0.00212 1.34 Tank eIoni + 22 0.563 0.285 -0.16 0 0 0 1.34 Tank annihil + +********************************************************************************************************* +* 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.563 0.285 -0.16 0.511 0 0 0 Tank initStep + 1 -16.8 -14.9 -15.6 0.386 1.36e-05 27.7 27.7 Tank compt + 2 -24.6 -40 -13.6 0.2 2.92e-05 26.4 54.1 Tank compt + 3 -69.9 -6.29 29.3 0.135 1.42e-05 70.9 125 Tank compt + 4 -76.9 -4.06 13.8 0.0958 2.92e-05 17.1 142 Tank compt + 5 -161 -18.5 142 0.0809 1.42e-05 154 296 Tank compt + 6 -162 -18.2 141 0.0604 2.92e-05 0.668 296 Tank compt + 7 -77.9 15 168 0.0504 1.36e-05 93.9 390 Tank compt + 8 -84.4 -1.82 163 0.0455 2.92e-05 18.7 409 Tank compt + 9 -90.8 1.34 165 0 0.000538 7.19 416 Tank phot + +********************************************************************************************************* +* 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 -90.8 1.34 165 0.0449 0 0 0 Tank initStep + 1 -90.8 1.34 165 0.0438 0.00114 0.00283 0.00283 Tank msc + 2 -90.8 1.35 165 0.0336 0.0103 0.0204 0.0232 Tank eIoni + 3 -90.8 1.36 165 0.0122 0.0214 0.0164 0.0396 Tank eIoni + 4 -90.8 1.36 165 0 0.0122 0.00351 0.0432 Tank eIoni + 5 -90.8 1.36 165 0 0 0 0.0432 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -90.8 1.36 165 3.48e-06 0 0 0 Tank initStep + 1 2.47e+03 -139 5e+03 3.48e-06 0 5.47e+03 5.47e+03 expHall Transportation + 2 2.47e+03 -139 5e+03 3.48e-06 0 0 5.47e+03 Tank Transportation + 3 5e+03 -980 1.51e+03 3.48e-06 0 4.4e+03 9.87e+03 expHall Transportation + 4 5e+03 -980 1.51e+03 3.48e-06 0 0 9.87e+03 Tank Transportation + 5 2.3e+03 -5e+03 3.94e+03 3.48e-06 0 5.42e+03 1.53e+04 expHall Transportation + 6 2.3e+03 -5e+03 3.94e+03 3.48e-06 0 0 1.53e+04 Tank Transportation + 7 2.18e+03 -4.68e+03 5e+03 3.48e-06 0 1.11e+03 1.64e+04 expHall Transportation + 8 2.18e+03 -4.68e+03 5e+03 3.48e-06 0 0 1.64e+04 Tank Transportation + 9 225 -636 1.72e+03 3.48e-06 3.48e-06 5.56e+03 2.2e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -90.8 1.36 165 3.66e-06 0 0 0 Tank initStep + 1 -674 -602 902 3.66e-06 3.66e-06 1.12e+03 1.12e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.4 -1.82 163 0.00488 0 0 0 Tank initStep + 1 -84.4 -1.82 163 0.00466 0.000219 5.68e-05 5.68e-05 Tank msc + 2 -84.4 -1.82 163 0 0.00466 0.000656 0.000713 Tank eIoni + 3 -84.4 -1.82 163 0 0 0 0.000713 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -77.9 15 168 0.01 0 0 0 Tank initStep + 1 -77.9 15 168 0.0098 0.000232 0.000199 0.000199 Tank msc + 2 -77.9 15 168 0 0.0098 0.00239 0.00259 Tank eIoni + 3 -77.9 15 168 0 0 0 0.00259 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -162 -18.2 141 0.0204 0 0 0 Tank initStep + 1 -162 -18.2 141 0.0193 0.00115 0.000699 0.000699 Tank msc + 2 -162 -18.2 141 0 0.0193 0.00789 0.00859 Tank eIoni + 3 -162 -18.2 141 0 0 0 0.00859 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -161 -18.5 142 0.0149 0 0 0 Tank initStep + 1 -161 -18.5 142 0.0145 0.000446 0.000401 0.000401 Tank msc + 2 -161 -18.5 142 0 0.0145 0.00476 0.00516 Tank eIoni + 3 -161 -18.5 142 0 0 0 0.00516 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 39 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -161 -18.5 142 3.46e-06 0 0 0 Tank initStep + 1 -4.64e+03 5e+03 1.18e+03 3.46e-06 0 6.81e+03 6.81e+03 expHall Transportation + 2 -4.64e+03 5e+03 1.18e+03 3.46e-06 0 0 6.81e+03 Tank Transportation + 3 -5e+03 4.88e+03 1.72e+03 3.46e-06 0 657 7.47e+03 expHall Transportation + 4 -5e+03 4.88e+03 1.72e+03 3.46e-06 0 0 7.47e+03 Tank Transportation + 5 -4.84e+03 5e+03 1.84e+03 3.46e-06 0 230 7.69e+03 expHall Transportation + 6 -4.84e+03 5e+03 1.84e+03 3.46e-06 0 0 7.69e+03 Tank Transportation + 7 1.29e+03 -5e+03 3.06e+03 3.46e-06 0 1.18e+04 1.95e+04 expHall Transportation + 8 1.29e+03 -5e+03 3.06e+03 3.46e-06 0 0 1.95e+04 Tank Transportation + 9 3.45e+03 -3.22e+03 5e+03 3.46e-06 0 3.41e+03 2.29e+04 expHall Transportation + 10 3.45e+03 -3.22e+03 5e+03 3.46e-06 0 0 2.29e+04 Tank Transportation + 11 5e+03 -2.48e+03 4.1e+03 3.46e-06 0 1.94e+03 2.48e+04 expHall Transportation + 12 1e+04 3.45e+03 -3.95e+03 3.46e-06 0 1.12e+04 3.6e+04 world Transportation + 13 1.5e+04 9.37e+03 -1.2e+04 3.46e-06 0 1.12e+04 4.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76.9 -4.06 13.8 0.039 0 0 0 Tank initStep + 1 -76.9 -4.06 13.8 0.0371 0.00189 0.0022 0.0022 Tank msc + 2 -76.9 -4.06 13.8 0.0235 0.0136 0.0179 0.0201 Tank eIoni + 3 -76.9 -4.06 13.8 0.00313 0.0204 0.0111 0.0312 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76.9 -4.06 13.8 3.08e-06 0 0 0 Tank initStep + 1 -5e+03 4.35e+03 133 3.08e-06 0 6.57e+03 6.57e+03 expHall Transportation + 2 -5e+03 4.35e+03 133 3.08e-06 0 0 6.57e+03 Tank Transportation + 3 -4.87e+03 5e+03 112 3.08e-06 0 664 7.24e+03 expHall Transportation + 4 -2.52e+03 1e+04 1.02e+03 3.08e-06 0 5.6e+03 1.28e+04 world Transportation + 5 -169 1.5e+04 1.94e+03 3.08e-06 0 5.6e+03 1.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76.9 -4.06 13.8 3.21e-06 0 0 0 Tank initStep + 1 963 -5e+03 -4.46e+03 3.21e-06 0 6.79e+03 6.79e+03 expHall Transportation + 2 963 -5e+03 -4.46e+03 3.21e-06 0 0 6.79e+03 Tank Transportation + 3 845 -4.32e+03 -5e+03 3.21e-06 0 871 7.66e+03 expHall Transportation + 4 845 -4.32e+03 -5e+03 3.21e-06 0 0 7.66e+03 Tank Transportation + 5 562 -726 5e+03 3.21e-06 0 1.06e+04 1.83e+04 expHall Transportation + 6 751 4.41e+03 1e+04 3.21e-06 0 7.17e+03 2.55e+04 world Transportation + 7 940 9.55e+03 1.5e+04 3.21e-06 0 7.17e+03 3.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -76.9 -4.06 13.8 0.00313 0 0 0.0312 Tank initStep + 4 -76.9 -4.06 13.8 0.00311 2.31e-05 2.67e-05 0.0312 Tank msc + 5 -76.9 -4.06 13.8 0 0.00311 0.000329 0.0315 Tank eIoni + 6 -76.9 -4.06 13.8 0 0 0 0.0315 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -69.9 -6.29 29.3 0.0656 0 0 0 Tank initStep + 1 -69.9 -6.29 29.3 0.065 0.00062 0.00548 0.00548 Tank msc + 2 -69.9 -6.28 29.3 0.0398 0.0252 0.0283 0.0338 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -69.9 -6.29 29.3 2.16e-06 0 0 0 Tank initStep + 1 1.59e+03 1.89e+03 5e+03 2.16e-06 0 5.57e+03 5.57e+03 expHall Transportation + 2 2.83e+03 2.14e+03 1e+04 2.16e-06 0 5.16e+03 1.07e+04 world Transportation + 3 4.06e+03 2.4e+03 1.5e+04 2.16e-06 0 5.16e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -69.9 -6.28 29.3 0.0398 0 0 0.0338 Tank initStep + 3 -69.9 -6.28 29.3 0.0385 0.00132 0.00228 0.0361 Tank msc + 4 -69.9 -6.28 29.3 0.0149 0.0236 0.0184 0.0544 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -69.9 -6.28 29.3 2.66e-06 0 0 0 Tank initStep + 1 4.25e+03 658 -5e+03 2.66e-06 0 6.66e+03 6.66e+03 expHall Transportation + 2 4.25e+03 658 -5e+03 2.66e-06 0 0 6.66e+03 Tank Transportation + 3 5e+03 686 -4.33e+03 2.66e-06 0 1.01e+03 7.67e+03 expHall Transportation + 4 5e+03 686 -4.33e+03 2.66e-06 0 0 7.67e+03 Tank Transportation + 5 -1.42e+03 1.55e+03 5e+03 2.66e-06 0 1.14e+04 1.9e+04 expHall Transportation + 6 -1e+04 4.56e+03 8.99e+03 2.66e-06 0 9.93e+03 2.9e+04 world Transportation + 7 -1.5e+04 6.31e+03 1.13e+04 2.66e-06 0 5.78e+03 3.47e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -69.9 -6.28 29.3 0.0149 0 0 0.0544 Tank initStep + 5 -69.9 -6.28 29.3 0.0126 0.00232 0.000401 0.0549 Tank msc + 6 -69.9 -6.28 29.3 0 0.0126 0.00371 0.0586 Tank eIoni + 7 -69.9 -6.28 29.3 0 0 0 0.0586 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.6 -40 -13.6 0.185 0 0 0 Tank initStep + 1 -24.6 -40 -13.6 0.177 0.00776 0.0314 0.0314 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.6 -40 -13.6 3.21e-06 0 0 0 Tank initStep + 1 -387 694 5e+03 3.21e-06 0 5.08e+03 5.08e+03 expHall Transportation + 2 615 3.93e+03 1e+04 3.21e-06 0 6.04e+03 1.11e+04 world Transportation + 3 1.62e+03 7.17e+03 1.5e+04 3.21e-06 0 6.04e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -24.6 -40 -13.6 0.177 0 0 0.0314 Tank initStep + 2 -24.6 -40.1 -13.6 0.17 0.00727 0.0293 0.0607 Tank msc + 3 -24.5 -40.1 -13.7 0.147 0.0235 0.0842 0.145 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.6 -40.1 -13.7 2.32e-06 0 0 0 Tank initStep + 1 4.3e+03 85.6 -3.41e+03 2.32e-06 2.32e-06 5.5e+03 5.5e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.6 -40.1 -13.6 3.73e-06 0 0 0 Tank initStep + 1 -5e+03 3.46e+03 -2.14e+03 3.73e-06 0 6.44e+03 6.44e+03 expHall Transportation + 2 -5e+03 3.46e+03 -2.14e+03 3.73e-06 0 0 6.44e+03 Tank Transportation + 3 -4.83e+03 5e+03 -3.21e+03 3.73e-06 0 1.88e+03 8.33e+03 expHall Transportation + 4 -4.83e+03 5e+03 -3.21e+03 3.73e-06 0 0 8.33e+03 Tank Transportation + 5 -4.33e+03 4.25e+03 -3.7e+03 3.73e-06 3.73e-06 1.02e+03 9.35e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -24.5 -40.1 -13.7 0.147 0 0 0.145 Tank initStep + 4 -24.5 -40.1 -13.7 0.0725 0.0741 0.0215 0.166 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.5 -40.1 -13.7 3.91e-06 0 0 0 Tank initStep + 1 75 -1.07e+03 440 3.91e-06 3.91e-06 1.13e+03 1.13e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -24.5 -40.1 -13.7 0.0725 0 0 0.166 Tank initStep + 5 -24.5 -40.1 -13.7 0.0698 0.00275 0.00652 0.173 Tank msc + 6 -24.5 -40.2 -13.7 0.056 0.0138 0.0302 0.203 Tank eIoni + 7 -24.5 -40.1 -13.7 0.0431 0.0129 0.0249 0.228 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.5 -40.1 -13.7 3.84e-06 0 0 0 Tank initStep + 1 -301 -162 8.03 3.84e-06 3.84e-06 303 303 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -24.5 -40.1 -13.7 0.0431 0 0 0.228 Tank initStep + 8 -24.5 -40.1 -13.7 0.0422 0.000961 0.00263 0.231 Tank msc + 9 -24.5 -40.1 -13.7 0.0195 0.0227 0.0198 0.25 Tank eIoni + 10 -24.5 -40.1 -13.7 0 0.0195 0.00807 0.258 Tank eIoni + 11 -24.5 -40.1 -13.7 0 0 0 0.258 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.8 -14.9 -15.6 0.125 0 0 0 Tank initStep + 1 -16.8 -14.9 -15.6 0.12 0.00569 0.0166 0.0166 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 35 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.8 -14.9 -15.6 3.83e-06 0 0 0 Tank initStep + 1 2.61e+03 -5e+03 -1.43e+03 3.83e-06 0 5.81e+03 5.81e+03 expHall Transportation + 2 8.22e+03 -1e+04 -2.2e+03 3.83e-06 0 7.55e+03 1.34e+04 world Transportation + 3 1.38e+04 -1.5e+04 -2.96e+03 3.83e-06 0 7.55e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -16.8 -14.9 -15.6 0.12 0 0 0.0166 Tank initStep + 2 -16.8 -14.9 -15.6 0.114 0.00563 0.0153 0.0319 Tank msc + 3 -16.9 -14.8 -15.6 0.0972 0.0168 0.0509 0.0827 Tank eIoni + 4 -16.9 -14.8 -15.6 0.0728 0.0245 0.0424 0.125 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 35 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.9 -14.8 -15.6 2.27e-06 0 0 0 Tank initStep + 1 386 2.04e+03 -5e+03 2.27e-06 0 5.41e+03 5.41e+03 expHall Transportation + 2 140 7.51e+03 -1e+04 2.27e-06 0 7.41e+03 1.28e+04 world Transportation + 3 -106 1.3e+04 -1.5e+04 2.27e-06 0 7.41e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -16.9 -14.8 -15.6 0.0728 0 0 0.125 Tank initStep + 5 -16.9 -14.8 -15.6 0.0705 0.00232 0.00656 0.132 Tank msc + 6 -16.9 -14.8 -15.7 0.0496 0.0208 0.0305 0.162 Tank eIoni + 7 -16.9 -14.8 -15.7 0.0361 0.0135 0.0225 0.185 Tank eIoni + 8 -16.8 -14.8 -15.7 0.0135 0.0226 0.0175 0.202 Tank eIoni + 9 -16.8 -14.8 -15.7 0 0.0135 0.00422 0.206 Tank eIoni + 10 -16.8 -14.8 -15.7 0 0 0 0.206 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 35 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.8 -14.8 -15.7 3.72e-06 0 0 0 Tank initStep + 1 3.52e+03 2.48e+03 5e+03 3.72e-06 0 6.62e+03 6.62e+03 expHall Transportation + 2 1e+04 5.76e+03 9.79e+03 3.72e-06 0 8.71e+03 1.53e+04 world Transportation + 3 1.5e+04 8.3e+03 1.35e+04 3.72e-06 0 6.71e+03 2.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.563 0.285 -0.16 0.511 0 0 0 Tank initStep + 1 26.8 23.1 23.1 0.388 1.42e-05 41.8 41.8 Tank compt + 2 -1.23 169 148 0.162 1.42e-05 194 236 Tank compt + 3 -14.4 24.5 136 0.15 2.92e-05 146 382 Tank compt + 4 -142 -94.8 117 0.146 1.42e-05 176 557 Tank compt + 5 -156 -99.3 118 0.143 1.42e-05 14.5 572 Tank compt + 6 -234 -97.9 128 0.128 0.000537 79.1 651 Tank compt + 7 -298 -105 27.6 0.113 0.000537 120 770 Tank compt + 8 -289 -72.9 -8.79 0.0935 1.36e-05 49.2 820 Tank compt + 9 -286 -80.4 -16.8 0.0899 1.36e-05 11.4 831 Tank compt + 10 -295 -95.3 -32 0.074 1.36e-05 23.1 854 Tank compt + 11 -321 -53.2 -40.5 0.0639 0.000537 50.1 904 Tank compt + 12 -318 -28.7 -12.3 0.055 1.36e-05 37.4 942 Tank compt + 13 -351 -37.9 -17.6 0.0529 1.36e-05 34.6 976 Tank compt + 14 -469 -65.5 87.2 0.0523 1.42e-05 161 1.14e+03 Tank compt + 15 -476 -71.8 96.1 0.0523 0 12.5 1.15e+03 Tank Rayl + 16 -500 -73.8 118 0.046 1.36e-05 32.6 1.18e+03 Tank compt + 17 -504 -264 -22.1 0.0408 1.36e-05 236 1.42e+03 Tank compt + 18 -506 -259 -24.4 0.0364 1.42e-05 5.36 1.42e+03 Tank compt + 19 -496 -266 -4.43 0.0338 1.42e-05 23.6 1.45e+03 Tank compt + 20 -490 -257 0.142 0.0308 1.42e-05 11.9 1.46e+03 Tank compt + 21 -561 -239 -88.9 0.0307 1.42e-05 116 1.57e+03 Tank compt + 22 -570 -231 -105 0.0302 2.92e-05 19.6 1.59e+03 Tank compt + 23 -572 -216 -112 0.03 1.36e-05 17.5 1.61e+03 Tank compt + 24 -571 -215 -112 0 0.000538 1 1.61e+03 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -571 -215 -112 0.0295 0 0 0 Tank initStep + 1 -571 -215 -112 0.0289 0.000553 0.00134 0.00134 Tank msc + 2 -571 -215 -112 0.00818 0.0207 0.0143 0.0156 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -571 -215 -112 3.31e-06 0 0 0 Tank initStep + 1 -4.66e+03 -5e+03 3.75e+03 3.31e-06 0 7.39e+03 7.39e+03 expHall Transportation + 2 -4.66e+03 -5e+03 3.75e+03 3.31e-06 0 0 7.39e+03 Tank Transportation + 3 -5e+03 -4.36e+03 3.99e+03 3.31e-06 0 760 8.15e+03 expHall Transportation + 4 -5e+03 -4.36e+03 3.99e+03 3.31e-06 0 0 8.15e+03 Tank Transportation + 5 -3.18e+03 -1.39e+03 5e+03 3.31e-06 0 3.63e+03 1.18e+04 expHall Transportation + 6 -3.18e+03 -1.39e+03 5e+03 3.31e-06 0 0 1.18e+04 Tank Transportation + 7 1.47e+03 5e+03 -649 3.31e-06 0 9.71e+03 2.15e+04 expHall Transportation + 8 1.47e+03 5e+03 -649 3.31e-06 0 0 2.15e+04 Tank Transportation + 9 4.67e+03 -2.39e+03 -5e+03 3.31e-06 0 9.15e+03 3.06e+04 expHall Transportation + 10 4.67e+03 -2.39e+03 -5e+03 3.31e-06 0 0 3.06e+04 Tank Transportation + 11 5e+03 -2.9e+03 -4.56e+03 3.31e-06 0 751 3.14e+04 expHall Transportation + 12 5e+03 -2.9e+03 -4.56e+03 3.31e-06 0 0 3.14e+04 Tank Transportation + 13 4.11e+03 -4.83e+03 -5e+03 3.31e-06 0 2.16e+03 3.36e+04 expHall Transportation + 14 4.11e+03 -4.83e+03 -5e+03 3.31e-06 0 0 3.36e+04 Tank Transportation + 15 4.07e+03 -5e+03 -4.84e+03 3.31e-06 0 238 3.38e+04 expHall Transportation + 16 4.07e+03 -5e+03 -4.84e+03 3.31e-06 0 0 3.38e+04 Tank Transportation + 17 -355 3.96e+03 5e+03 3.31e-06 0 1.4e+04 4.78e+04 expHall Transportation + 18 -355 3.96e+03 5e+03 3.31e-06 0 0 4.78e+04 Tank Transportation + 19 -2.56e+03 5e+03 3.43e+03 3.31e-06 0 2.9e+03 5.07e+04 expHall Transportation + 20 -2.56e+03 5e+03 3.43e+03 3.31e-06 0 0 5.07e+04 Tank Transportation + 21 -5e+03 4.14e+03 1.7e+03 3.31e-06 0 3.11e+03 5.38e+04 expHall Transportation + 22 -9.9e+03 -3.05e+03 -1e+04 3.31e-06 0 1.46e+04 6.84e+04 world Transportation + 23 -1.2e+04 -6.13e+03 -1.5e+04 3.31e-06 0 6.23e+03 7.46e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -571 -215 -112 0.00818 0 0 0.0156 Tank initStep + 3 -571 -215 -112 0.00785 0.000334 0.000139 0.0158 Tank msc + 4 -571 -215 -112 0 0.00785 0.00162 0.0174 Tank eIoni + 5 -571 -215 -112 0 0 0 0.0174 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -572 -216 -112 0.000222 0 0 0 Tank initStep + 1 -572 -216 -112 0.000222 0 6.26e-07 6.26e-07 Tank msc + 2 -572 -216 -112 0 0.000222 7.83e-06 8.45e-06 Tank eIoni + 3 -572 -216 -112 0 0 0 8.45e-06 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -570 -231 -105 0.000461 0 0 0 Tank initStep + 1 -570 -231 -105 0.000461 0 1.39e-06 1.39e-06 Tank msc + 2 -570 -231 -105 0 0.000461 1.73e-05 1.87e-05 Tank eIoni + 3 -570 -231 -105 0 0 0 1.87e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -561 -239 -88.9 0.000108 0 0 0 Tank initStep + 1 -561 -239 -88.9 0 0.000108 3.81e-07 3.81e-07 Tank msc + 2 -561 -239 -88.9 0 0 0 3.81e-07 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -490 -257 0.142 0.00297 0 0 0 Tank initStep + 1 -490 -257 0.142 0.00288 9.44e-05 2.44e-05 2.44e-05 Tank msc + 2 -490 -257 0.142 0 0.00288 0.000289 0.000314 Tank eIoni + 3 -490 -257 0.142 0 0 0 0.000314 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -496 -266 -4.43 0.00255 0 0 0 Tank initStep + 1 -496 -266 -4.43 0.00245 9.98e-05 1.89e-05 1.89e-05 Tank msc + 2 -496 -266 -4.43 0 0.00245 0.000221 0.000239 Tank eIoni + 3 -496 -266 -4.43 0 0 0 0.000239 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -506 -259 -24.4 0.00436 0 0 0 Tank initStep + 1 -506 -259 -24.4 0.00425 0.000107 4.67e-05 4.67e-05 Tank msc + 2 -506 -259 -24.4 0 0.00425 0.000559 0.000606 Tank eIoni + 3 -506 -259 -24.4 0 0 0 0.000606 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -504 -264 -22.1 0.0052 0 0 0 Tank initStep + 1 -504 -264 -22.1 0.00495 0.000245 6.33e-05 6.33e-05 Tank msc + 2 -504 -264 -22.1 0 0.00495 0.000728 0.000791 Tank eIoni + 3 -504 -264 -22.1 0 0 0 0.000791 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -500 -73.8 118 0.00632 0 0 0 Tank initStep + 1 -500 -73.8 118 0.00603 0.000294 8.88e-05 8.88e-05 Tank msc + 2 -500 -73.8 118 0 0.00603 0.00102 0.00111 Tank eIoni + 3 -500 -73.8 118 0 0 0 0.00111 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -469 -65.5 87.2 0.000555 0 0 0 Tank initStep + 1 -469 -65.5 87.2 0.000555 0 1.77e-06 1.77e-06 Tank msc + 2 -469 -65.5 87.2 0 0.000555 2.21e-05 2.39e-05 Tank eIoni + 3 -469 -65.5 87.2 0 0 0 2.39e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -351 -37.9 -17.6 0.00206 0 0 0 Tank initStep + 1 -351 -37.9 -17.6 0.00198 8.17e-05 1.33e-05 1.33e-05 Tank msc + 2 -351 -37.9 -17.6 0 0.00198 0.000155 0.000168 Tank eIoni + 3 -351 -37.9 -17.6 0 0 0 0.000168 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -318 -28.7 -12.3 0.00892 0 0 0 Tank initStep + 1 -318 -28.7 -12.3 0.00848 0.000441 0.000162 0.000162 Tank msc + 2 -318 -28.7 -12.3 0 0.00848 0.00185 0.00201 Tank eIoni + 3 -318 -28.7 -12.3 0 0 0 0.00201 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 70 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -318 -28.7 -12.3 3.34e-06 0 0 0 Tank initStep + 1 -1.67e+03 -5e+03 -111 3.34e-06 0 5.15e+03 5.15e+03 expHall Transportation + 2 -5.05e+03 -1e+04 -423 3.34e-06 0 6.04e+03 1.12e+04 world Transportation + 3 -8.43e+03 -1.5e+04 -735 3.34e-06 0 6.04e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -321 -53.2 -40.5 0.00958 0 0 0 Tank initStep + 1 -321 -53.2 -40.5 0.00937 0.000206 0.000184 0.000184 Tank msc + 2 -321 -53.2 -40.5 0 0.00937 0.00221 0.00239 Tank eIoni + 3 -321 -53.2 -40.5 0 0 0 0.00239 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -295 -95.3 -32 0.0159 0 0 0 Tank initStep + 1 -295 -95.3 -32 0.0153 0.000593 0.000451 0.000451 Tank msc + 2 -295 -95.3 -32 0 0.0153 0.00527 0.00572 Tank eIoni + 3 -295 -95.3 -32 0 0 0 0.00572 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -286 -80.4 -16.8 0.00357 0 0 0 Tank initStep + 1 -286 -80.4 -16.8 0.00343 0.000138 3.32e-05 3.32e-05 Tank msc + 2 -286 -80.4 -16.8 0 0.00343 0.000388 0.000422 Tank eIoni + 3 -286 -80.4 -16.8 0 0 0 0.000422 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -289 -72.9 -8.79 0.0194 0 0 0 Tank initStep + 1 -289 -72.9 -8.79 0.0186 0.000873 0.000641 0.000641 Tank msc + 2 -289 -72.9 -8.79 0 0.0186 0.00739 0.00803 Tank eIoni + 3 -289 -72.9 -8.79 0 0 0 0.00803 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -298 -105 27.6 0.0141 0 0 0 Tank initStep + 1 -298 -105 27.6 0.0139 0.000141 0.000362 0.000362 Tank msc + 2 -298 -105 27.6 0 0.0139 0.00445 0.00481 Tank eIoni + 3 -298 -105 27.6 0 0 0 0.00481 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -234 -97.9 128 0.0151 0 0 0 Tank initStep + 1 -234 -97.9 128 0.0145 0.000676 0.000412 0.000412 Tank msc + 2 -234 -97.9 128 0 0.0145 0.00475 0.00516 Tank eIoni + 3 -234 -97.9 128 0 0 0 0.00516 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -156 -99.3 118 0.00262 0 0 0 Tank initStep + 1 -156 -99.3 118 0.00259 2.81e-05 1.98e-05 1.98e-05 Tank msc + 2 -156 -99.3 118 0 0.00259 0.000243 0.000262 Tank eIoni + 3 -156 -99.3 118 0 0 0 0.000262 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -142 -94.8 117 0.00447 0 0 0 Tank initStep + 1 -142 -94.8 117 0.00415 0.000323 4.88e-05 4.88e-05 Tank msc + 2 -142 -94.8 117 0 0.00415 0.000536 0.000585 Tank eIoni + 3 -142 -94.8 117 0 0 0 0.000585 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.4 24.5 136 0.0113 0 0 0 Tank initStep + 1 -14.4 24.5 136 0.011 0.000242 0.000245 0.000245 Tank msc + 2 -14.4 24.5 136 0 0.011 0.00295 0.0032 Tank eIoni + 3 -14.4 24.5 136 0 0 0 0.0032 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.4 24.5 136 3.45e-06 0 0 0 Tank initStep + 1 -352 2.05e+03 554 3.45e-06 0 2.09e+03 2.09e+03 Tank OpRayleigh + 2 398 5e+03 1.44e+03 3.45e-06 0 3.17e+03 5.27e+03 expHall Transportation + 3 398 5e+03 1.44e+03 3.45e-06 0 0 5.27e+03 Tank Transportation + 4 482 4.86e+03 1.66e+03 3.45e-06 3.45e-06 274 5.54e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.23 169 148 0.226 0 0 0 Tank initStep + 1 -1.24 169 148 0.219 0.00706 0.0431 0.0431 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.23 169 148 2.13e-06 0 0 0 Tank initStep + 1 -3.84e+03 5e+03 -1.37e+03 2.13e-06 0 6.35e+03 6.35e+03 expHall Transportation + 2 -3.84e+03 5e+03 -1.37e+03 2.13e-06 0 0 6.35e+03 Tank Transportation + 3 -4.88e+03 3.41e+03 -2.28e+03 2.13e-06 2.13e-06 2.11e+03 8.46e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -1.24 169 148 0.219 0 0 0.0431 Tank initStep + 2 -1.24 169 148 0.21 0.00855 0.041 0.0841 Tank msc + 3 -1.25 169 148 0.189 0.0217 0.112 0.196 Tank eIoni + 4 -1.2 169 148 0.166 0.0223 0.0966 0.293 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.23 169 148 3.98e-06 0 0 0 Tank initStep + 1 -4.2e+03 -5e+03 -1.73e+03 3.98e-06 0 6.92e+03 6.92e+03 expHall Transportation + 2 -4.2e+03 -5e+03 -1.73e+03 3.98e-06 0 0 6.92e+03 Tank Transportation + 3 -5e+03 -4.01e+03 -2.14e+03 3.98e-06 0 1.34e+03 8.26e+03 expHall Transportation + 4 -5e+03 -4.01e+03 -2.14e+03 3.98e-06 0 0 8.26e+03 Tank Transportation + 5 -4.99e+03 -3.99e+03 -2.14e+03 3.98e-06 0 17.7 8.28e+03 Tank OpRayleigh + 6 -5e+03 -3.96e+03 -2.12e+03 3.98e-06 0 39.2 8.32e+03 expHall Transportation + 7 -5e+03 -3.96e+03 -2.12e+03 3.98e-06 0 0 8.32e+03 Tank Transportation + 8 -15.3 788 514 3.98e-06 0 7.37e+03 1.57e+04 Tank OpRayleigh + 9 -3.17e+03 3.91e+03 5e+03 3.98e-06 0 6.31e+03 2.2e+04 expHall Transportation + 10 -3.17e+03 3.91e+03 5e+03 3.98e-06 0 0 2.2e+04 Tank Transportation + 11 -3.94e+03 5e+03 4.21e+03 3.98e-06 0 1.55e+03 2.35e+04 expHall Transportation + 12 -3.94e+03 5e+03 4.21e+03 3.98e-06 0 0 2.35e+04 Tank Transportation + 13 -5e+03 4.67e+03 3.1e+03 3.98e-06 0 1.57e+03 2.51e+04 expHall Transportation + 14 -5e+03 4.67e+03 3.1e+03 3.98e-06 0 0 2.51e+04 Tank Transportation + 15 -3.3e+03 4.93e+03 -3.82e+03 3.98e-06 0 7.13e+03 3.22e+04 Tank OpRayleigh + 16 -4.08e+03 3.36e+03 295 3.98e-06 3.98e-06 4.47e+03 3.67e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -1.2 169 148 0.166 0 0 0.293 Tank initStep + 5 -1.19 169 148 0.159 0.00686 0.0264 0.319 Tank msc + 6 -1.16 169 148 0.142 0.0176 0.0773 0.396 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.18 169 148 3.34e-06 0 0 0 Tank initStep + 1 2.16e+03 -1.77e+03 -5e+03 3.34e-06 0 5.91e+03 5.91e+03 expHall Transportation + 2 2.16e+03 -1.77e+03 -5e+03 3.34e-06 0 0 5.91e+03 Tank Transportation + 3 2.36e+03 -2.62e+03 -4.55e+03 3.34e-06 3.34e-06 981 6.89e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.17 169 148 3.36e-06 0 0 0 Tank initStep + 1 -1.49e+03 5e+03 -1.03e+03 3.36e-06 0 5.19e+03 5.19e+03 expHall Transportation + 2 -4.1e+03 1e+04 -3.65e+03 3.36e-06 0 6.22e+03 1.14e+04 world Transportation + 3 -6.7e+03 1.5e+04 -6.27e+03 3.36e-06 0 6.22e+03 1.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -1.16 169 148 0.142 0 0 0.396 Tank initStep + 7 -1.17 169 148 0.136 0.00603 0.0203 0.417 Tank msc + 8 -1.2 169 148 0.116 0.0201 0.0629 0.48 Tank eIoni + 9 -1.24 169 148 0.0983 0.0174 0.0517 0.531 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.22 169 148 3.2e-06 0 0 0 Tank initStep + 1 -4.06e+03 -5e+03 -4.62e+03 3.2e-06 0 8.12e+03 8.12e+03 expHall Transportation + 2 -4.06e+03 -5e+03 -4.62e+03 3.2e-06 0 0 8.12e+03 Tank Transportation + 3 -4.19e+03 -4.76e+03 -5e+03 3.2e-06 0 473 8.59e+03 expHall Transportation + 4 -4.19e+03 -4.76e+03 -5e+03 3.2e-06 0 0 8.59e+03 Tank Transportation + 5 -5e+03 -2.39e+03 -2.06e+03 3.2e-06 0 3.86e+03 1.24e+04 expHall Transportation + 6 -5e+03 -2.39e+03 -2.06e+03 3.2e-06 0 0 1.24e+04 Tank Transportation + 7 1.58e+03 1.47e+03 5e+03 3.2e-06 0 1.04e+04 2.28e+04 expHall Transportation + 8 1.58e+03 1.47e+03 5e+03 3.2e-06 0 0 2.28e+04 Tank Transportation + 9 5e+03 3.15e+03 -733 3.2e-06 0 6.88e+03 2.97e+04 expHall Transportation + 10 5e+03 3.15e+03 -733 3.2e-06 0 0 2.97e+04 Tank Transportation + 11 3.83e+03 4.17e+03 -2.47e+03 3.2e-06 0 2.33e+03 3.21e+04 Tank OpRayleigh + 12 -559 1.02e+03 -1.61e+03 3.2e-06 3.2e-06 5.47e+03 3.75e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.22 169 148 3.2e-06 0 0 0 Tank initStep + 1 575 9.62 -543 3.2e-06 0 914 914 Tank OpRayleigh + 2 3.94e+03 727 -3.25e+03 3.2e-06 3.2e-06 4.38e+03 5.3e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -1.24 169 148 0.0983 0 0 0.531 Tank initStep + 10 -1.25 169 148 0.0956 0.00264 0.011 0.542 Tank msc + 11 -1.28 169 148 0.0786 0.017 0.0416 0.584 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.26 169 148 3.99e-06 0 0 0 Tank initStep + 1 2.08e+03 1.04e+03 2.17e+03 3.99e-06 3.99e-06 3.03e+03 3.03e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -1.28 169 148 0.0786 0 0 0.584 Tank initStep + 12 -1.28 169 148 0.0751 0.0035 0.0075 0.592 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.28 169 148 3.61e-06 0 0 0 Tank initStep + 1 -182 2e+03 -325 3.61e-06 3.61e-06 1.9e+03 1.9e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 -1.28 169 148 0.0751 0 0 0.592 Tank initStep + 13 -1.29 169 148 0.0736 0.00159 0.00693 0.598 Tank msc + 14 -1.3 169 148 0.0602 0.0133 0.0317 0.63 Tank eIoni + 15 -1.32 169 148 0.0384 0.0218 0.0264 0.657 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.31 169 148 3.35e-06 0 0 0 Tank initStep + 1 1.75e+03 -2.29e+03 5e+03 3.35e-06 0 5.71e+03 5.71e+03 expHall Transportation + 2 9.49e+03 -6.86e+03 1e+04 3.35e-06 0 1.03e+04 1.6e+04 world Transportation + 3 1.5e+04 -1.01e+04 1.36e+04 3.35e-06 0 7.32e+03 2.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 -1.32 169 148 0.0384 0 0 0.657 Tank initStep + 16 -1.32 169 148 0.0368 0.00161 0.00214 0.659 Tank msc + 17 -1.32 169 148 0.0184 0.0184 0.0177 0.676 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.32 169 148 3.23e-06 0 0 0 Tank initStep + 1 73.5 169 214 3.23e-06 0 100 100 Tank OpRayleigh + 2 -5e+03 3.61e+03 1.37e+03 3.23e-06 0 6.24e+03 6.34e+03 expHall Transportation + 3 -5e+03 3.61e+03 1.37e+03 3.23e-06 0 0 6.34e+03 Tank Transportation + 4 -2.39e+03 5e+03 1.31e+03 3.23e-06 0 2.96e+03 9.3e+03 expHall Transportation + 5 -2.39e+03 5e+03 1.31e+03 3.23e-06 0 0 9.3e+03 Tank Transportation + 6 5e+03 2.77e+03 2.91e+03 3.23e-06 0 7.88e+03 1.72e+04 expHall Transportation + 7 1e+04 -213 4.26e+03 3.23e-06 0 5.97e+03 2.32e+04 world Transportation + 8 1.5e+04 -3.19e+03 5.6e+03 3.23e-06 0 5.97e+03 2.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.32 169 148 3.88e-06 0 0 0 Tank initStep + 1 -1.5e+03 1.1e+03 93.4 3.88e-06 0 1.76e+03 1.76e+03 Tank OpRayleigh + 2 4.53e+03 176 786 3.88e-06 3.88e-06 6.14e+03 7.9e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 -1.32 169 148 0.0184 0 0 0.676 Tank initStep + 18 -1.32 169 148 0.0181 0.00029 0.000583 0.677 Tank msc + 19 -1.32 169 148 0 0.0181 0.00709 0.684 Tank eIoni + 20 -1.32 169 148 0 0 0 0.684 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.32 169 148 2.67e-06 0 0 0 Tank initStep + 1 5e+03 -963 1.22e+03 2.67e-06 0 5.24e+03 5.24e+03 expHall Transportation + 2 1e+04 -958 2.72e+03 2.67e-06 0 5.22e+03 1.05e+04 world Transportation + 3 1.5e+04 -953 4.23e+03 2.67e-06 0 5.22e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.8 23.1 23.1 0.123 0 0 0 Tank initStep + 1 26.8 23.1 23.1 0.119 0.00422 0.0161 0.0161 Tank msc + 2 26.8 23.1 23.1 0.102 0.0176 0.0536 0.0697 Tank eIoni + 3 26.9 23.1 23.1 0.0821 0.0195 0.0445 0.114 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.9 23.1 23.1 2.27e-06 0 0 0 Tank initStep + 1 4.38e+03 5e+03 -2.16e+03 2.27e-06 0 6.97e+03 6.97e+03 expHall Transportation + 2 4.38e+03 5e+03 -2.16e+03 2.27e-06 0 0 6.97e+03 Tank Transportation + 3 5e+03 3.4e+03 -2.38e+03 2.27e-06 0 1.73e+03 8.7e+03 expHall Transportation + 4 5e+03 3.4e+03 -2.38e+03 2.27e-06 0 0 8.7e+03 Tank Transportation + 5 -675 -1.25e+03 -3.74e+03 2.27e-06 2.27e-06 7.46e+03 1.62e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.9 23.1 23.1 3.2e-06 0 0 0 Tank initStep + 1 5e+03 423 759 3.2e-06 0 5.04e+03 5.04e+03 expHall Transportation + 2 1e+04 -160 4.73e+03 3.2e-06 0 6.41e+03 1.15e+04 world Transportation + 3 1.5e+04 -744 8.69e+03 3.2e-06 0 6.41e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 26.9 23.1 23.1 0.0821 0 0 0.114 Tank initStep + 4 26.9 23.1 23.1 0.0802 0.00191 0.00808 0.122 Tank msc + 5 26.9 23.2 23.1 0.0378 0.0424 0.0346 0.157 Tank eIoni + 6 26.9 23.2 23.1 0.0212 0.0167 0.0181 0.175 Tank eIoni + 7 26.9 23.2 23.1 0 0.0212 0.00932 0.184 Tank eIoni + 8 26.9 23.2 23.1 0 0 0 0.184 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.135 0.011 0.0158 0.476 0.0244 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.12 0.00974 0.014 3.17e-06 0 0 0 Tank initStep + 1 3.01e+03 -2.85e+03 5e+03 3.17e-06 0 6.49e+03 6.49e+03 expHall Transportation + 2 3.01e+03 -2.85e+03 5e+03 3.17e-06 0 0 6.49e+03 Tank Transportation + 3 5e+03 -4.66e+03 3.06e+03 3.17e-06 0 3.32e+03 9.81e+03 expHall Transportation + 4 5e+03 -4.66e+03 3.06e+03 3.17e-06 0 0 9.81e+03 Tank Transportation + 5 4.46e+03 -5e+03 2.38e+03 3.17e-06 0 928 1.07e+04 expHall Transportation + 6 4.46e+03 -5e+03 2.38e+03 3.17e-06 0 0 1.07e+04 Tank Transportation + 7 -1.92e+03 -3.45e+03 -5e+03 3.17e-06 0 9.88e+03 2.06e+04 expHall Transportation + 8 -1.92e+03 -3.45e+03 -5e+03 3.17e-06 0 0 2.06e+04 Tank Transportation + 9 -5e+03 -2.59e+03 -3.82e+03 3.17e-06 0 3.41e+03 2.4e+04 expHall Transportation + 10 -1e+04 -93.2 -1.03e+03 3.17e-06 0 6.25e+03 3.03e+04 world Transportation + 11 -1.5e+04 2.4e+03 1.76e+03 3.17e-06 0 6.25e+03 3.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0946 0.0077 0.011 3.96e-06 0 0 0 Tank initStep + 1 140 -287 4.69e+03 3.96e-06 0 4.7e+03 4.7e+03 Tank OpRayleigh + 2 -408 -5e+03 1.21e+03 3.96e-06 0 5.88e+03 1.06e+04 expHall Transportation + 3 -7.16e+03 -9.04e+03 -1e+04 3.96e-06 0 1.37e+04 2.43e+04 world Transportation + 4 -1.02e+04 -1.08e+04 -1.5e+04 3.96e-06 0 6.11e+03 3.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0315 0.00256 0.00367 3.18e-06 0 0 0 Tank initStep + 1 5e+03 2.91e+03 -1.1e+03 3.18e-06 0 5.89e+03 5.89e+03 expHall Transportation + 2 9.83e+03 1e+04 -5.79e+03 3.18e-06 0 9.77e+03 1.57e+04 world Transportation + 3 1.32e+04 1.5e+04 -9.1e+03 3.18e-06 0 6.9e+03 2.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0796 0.00649 0.0093 3.28e-06 0 0 0 Tank initStep + 1 5e+03 1e+03 -2.22e+03 3.28e-06 0 5.56e+03 5.56e+03 expHall Transportation + 2 5e+03 1e+03 -2.22e+03 3.28e-06 0 0 5.56e+03 Tank Transportation + 3 3e+03 1.46e+03 -5e+03 3.28e-06 0 3.45e+03 9.01e+03 expHall Transportation + 4 3e+03 1.46e+03 -5e+03 3.28e-06 0 0 9.01e+03 Tank Transportation + 5 527 2.61e+03 -2.2e+03 3.28e-06 3.28e-06 3.91e+03 1.29e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0883 0.00719 0.0103 2.65e-06 0 0 0 Tank initStep + 1 5e+03 -1.48e+03 2.99e+03 2.65e-06 0 6.01e+03 6.01e+03 expHall Transportation + 2 1e+04 -4.43e+03 7.65e+03 2.65e-06 0 7.45e+03 1.35e+04 world Transportation + 3 1.5e+04 -7.39e+03 1.23e+04 2.65e-06 0 7.45e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.135 0.011 0.0158 0.476 0 0 0.139 Tank initStep + 2 0.244 0.0106 0.0797 0.442 0.0336 0.126 0.266 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.166 0.0109 0.0338 3.72e-06 0 0 0 Tank initStep + 1 477 -5e+03 3.22e+03 3.72e-06 0 5.97e+03 5.97e+03 expHall Transportation + 2 1.27e+03 -1e+04 9.82e+03 3.72e-06 0 8.32e+03 1.43e+04 world Transportation + 3 1.89e+03 -1.39e+04 1.5e+04 3.72e-06 0 6.52e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.214 0.0107 0.0623 4.05e-06 0 0 0 Tank initStep + 1 5e+03 -1.12e+03 246 4.05e-06 0 5.13e+03 5.13e+03 expHall Transportation + 2 1e+04 -3.46e+03 1.68e+03 4.05e-06 0 5.7e+03 1.08e+04 world Transportation + 3 1.5e+04 -5.8e+03 3.12e+03 4.05e-06 0 5.7e+03 1.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.14 0.011 0.0186 4.12e-06 0 0 0 Tank initStep + 1 5e+03 2.75e+03 1.65e+03 4.12e-06 0 5.94e+03 5.94e+03 expHall Transportation + 2 7.32e+03 1e+04 5.36e+03 4.12e-06 0 8.47e+03 1.44e+04 world Transportation + 3 8.91e+03 1.5e+04 7.93e+03 4.12e-06 0 5.84e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.142 0.011 0.0194 2.41e-06 0 0 0 Tank initStep + 1 196 -101 280 2.41e-06 2.41e-06 356 356 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.244 0.0106 0.0797 0.442 0 0 0.266 Tank initStep + 3 0.35 0.0159 0.102 0.427 0.0146 0.109 0.375 Tank Cerenkov + 4 0.447 0.0133 0.114 0.415 0.0129 0.102 0.477 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.354 0.0157 0.102 3.65e-06 0 0 0 Tank initStep + 1 -5e+03 -1.44e+03 -25 3.65e-06 0 5.2e+03 5.2e+03 expHall Transportation + 2 -5e+03 -1.44e+03 -25 3.65e-06 0 0 5.2e+03 Tank Transportation + 3 -2.49e+03 -4.2e+03 -5e+03 3.65e-06 0 6.22e+03 1.14e+04 expHall Transportation + 4 -2.49e+03 -4.2e+03 -5e+03 3.65e-06 0 0 1.14e+04 Tank Transportation + 5 -2.03e+03 -5e+03 -4.83e+03 3.65e-06 0 934 1.24e+04 expHall Transportation + 6 1e+04 -9.98e+03 -3e+03 3.65e-06 0 1.32e+04 2.55e+04 world Transportation + 7 1.5e+04 -1.21e+04 -2.24e+03 3.65e-06 0 5.46e+03 3.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.408 0.0143 0.109 2.16e-06 0 0 0 Tank initStep + 1 2.23e+03 919 984 2.16e-06 2.16e-06 2.61e+03 2.61e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.372 0.0153 0.105 3.33e-06 0 0 0 Tank initStep + 1 5e+03 -886 3.5e+03 3.33e-06 0 6.17e+03 6.17e+03 expHall Transportation + 2 5e+03 -886 3.5e+03 3.33e-06 0 0 6.17e+03 Tank Transportation + 3 3.35e+03 -808 4.96e+03 3.33e-06 3.33e-06 2.21e+03 8.38e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.447 0.0133 0.114 0.415 0 0 0.477 Tank initStep + 5 0.542 0.00404 0.113 0.399 0.0159 0.0957 0.572 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.448 0.0133 0.114 4.08e-06 0 0 0 Tank initStep + 1 3.53e+03 -4.88e+03 -3.31e+03 4.08e-06 4.08e-06 6.87e+03 6.87e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.526 0.00555 0.113 3.88e-06 0 0 0 Tank initStep + 1 2.24e+03 -1.31e+03 -652 3.88e-06 0 2.67e+03 2.67e+03 Tank OpRayleigh + 2 1.67e+03 1.08e+03 -479 3.88e-06 3.88e-06 2.46e+03 5.14e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.531 0.00503 0.113 2.4e-06 0 0 0 Tank initStep + 1 5e+03 -1.82e+03 -2.36e+03 2.4e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 5e+03 -1.82e+03 -2.36e+03 2.4e-06 0 0 5.82e+03 Tank Transportation + 3 3.82e+03 -3.26e+03 -5e+03 2.4e-06 0 3.23e+03 9.05e+03 expHall Transportation + 4 3.82e+03 -3.26e+03 -5e+03 2.4e-06 0 0 9.05e+03 Tank Transportation + 5 3.47e+03 -3.66e+03 -4.76e+03 2.4e-06 2.4e-06 582 9.63e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.542 0.00404 0.113 0.399 0 0 0.572 Tank initStep + 6 0.629 0.00398 0.118 0.388 0.0103 0.0886 0.661 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.62 0.00399 0.117 2.46e-06 0 0 0 Tank initStep + 1 -5e+03 465 1.19e+03 2.46e-06 0 5.16e+03 5.16e+03 expHall Transportation + 2 -1e+04 3.26e+03 2.93e+03 2.46e-06 0 5.99e+03 1.11e+04 world Transportation + 3 -1.5e+04 6.06e+03 4.67e+03 2.46e-06 0 5.99e+03 1.71e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.548 0.00404 0.113 2.32e-06 0 0 0 Tank initStep + 1 5e+03 524 2.73e+03 2.32e-06 0 5.72e+03 5.72e+03 expHall Transportation + 2 1e+04 195 4.92e+03 2.32e-06 0 5.47e+03 1.12e+04 world Transportation + 3 1.5e+04 -135 7.1e+03 2.32e-06 0 5.47e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.629 0.00398 0.118 0.388 0 0 0.661 Tank initStep + 7 0.712 -0.00735 0.124 0.375 0.0136 0.084 0.745 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.679 -0.00283 0.122 2.15e-06 0 0 0 Tank initStep + 1 -2.43e+03 -301 4.52e+03 2.15e-06 2.15e-06 5.15e+03 5.15e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.699 -0.00558 0.123 3.76e-06 0 0 0 Tank initStep + 1 1.69e+03 -682 -577 3.76e-06 3.76e-06 1.91e+03 1.91e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.712 -0.00735 0.124 0.375 0 0 0.745 Tank initStep + 8 0.788 -0.0128 0.135 0.265 0.11 0.0782 0.823 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.757 -0.0106 0.131 3.63e-06 0 0 0 Tank initStep + 1 985 -787 -5e+03 3.63e-06 0 5.16e+03 5.16e+03 expHall Transportation + 2 2.75e+03 -1.06e+03 -1e+04 3.63e-06 0 5.31e+03 1.05e+04 world Transportation + 3 4.52e+03 -1.33e+03 -1.5e+04 3.63e-06 0 5.31e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.768 -0.0113 0.132 3.93e-06 0 0 0 Tank initStep + 1 85.6 48.4 500 3.93e-06 3.93e-06 509 509 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.752 -0.0102 0.13 2.98e-06 0 0 0 Tank initStep + 1 -4.13e+03 -5e+03 354 2.98e-06 0 6.5e+03 6.5e+03 expHall Transportation + 2 -1e+04 -7.13e+03 139 2.98e-06 0 6.24e+03 1.27e+04 world Transportation + 3 -1.5e+04 -8.94e+03 -43.7 2.98e-06 0 5.32e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.788 -0.0128 0.135 0.265 0 0 0.823 Tank initStep + 9 0.826 -0.0138 0.145 0.26 0.0051 0.0393 0.862 Tank Cerenkov + 10 0.861 -0.0126 0.157 0.253 0.00717 0.0379 0.9 Tank Cerenkov + 11 0.893 -0.002 0.165 0.244 0.00836 0.0359 0.936 Tank Cerenkov + 12 0.898 0.00278 0.167 0.243 0.00175 0.00717 0.943 Tank Cerenkov + 13 0.898 0.00315 0.167 0.243 6.07e-05 0.000532 0.944 Tank Cerenkov + 14 0.898 0.00336 0.167 0.243 2.34e-05 0.000303 0.944 Tank Cerenkov + 15 0.898 0.00351 0.167 0.242 6.44e-05 0.000214 0.944 Tank Cerenkov + 16 0.978 0.0855 0.195 0.216 0.0262 0.133 1.08 Tank eIoni + 17 1.07 0.124 0.206 0.189 0.0273 0.113 1.19 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.982 0.0873 0.195 2.19e-06 0 0 0 Tank initStep + 1 -1.09e+03 391 -5e+03 2.19e-06 0 5.13e+03 5.13e+03 expHall Transportation + 2 -1.09e+03 391 -5e+03 2.19e-06 0 0 5.13e+03 Tank Transportation + 3 -4.1e+03 -47.7 5e+03 2.19e-06 0 1.05e+04 1.56e+04 expHall Transportation + 4 -4.1e+03 -47.7 5e+03 2.19e-06 0 0 1.56e+04 Tank Transportation + 5 -5e+03 -223 4.01e+03 2.19e-06 0 1.35e+03 1.69e+04 expHall Transportation + 6 -5e+03 -223 4.01e+03 2.19e-06 0 0 1.69e+04 Tank Transportation + 7 989 -2.01e+03 -2.8e+03 2.19e-06 2.19e-06 9.24e+03 2.62e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 1.07 0.124 0.206 0.189 0 0 1.19 Tank initStep + 18 1.1 0.135 0.22 0.181 0.00811 0.0313 1.22 Tank msc + 19 1.16 0.159 0.248 0.16 0.0209 0.0886 1.31 Tank eIoni + 20 1.21 0.195 0.284 0.135 0.025 0.0752 1.39 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.19 0.183 0.271 3.02e-06 0 0 0 Tank initStep + 1 5e+03 -260 4.03e+03 3.02e-06 0 6.43e+03 6.43e+03 expHall Transportation + 2 5e+03 -260 4.03e+03 3.02e-06 0 0 6.43e+03 Tank Transportation + 3 3.38e+03 -944 5e+03 3.02e-06 0 2.01e+03 8.43e+03 expHall Transportation + 4 3.38e+03 -944 5e+03 3.02e-06 0 0 8.43e+03 Tank Transportation + 5 -3.03e+03 -739 -5e+03 3.02e-06 0 1.19e+04 2.03e+04 expHall Transportation + 6 -3.03e+03 -739 -5e+03 3.02e-06 0 0 2.03e+04 Tank Transportation + 7 -5e+03 -831 -1.55e+03 3.02e-06 0 3.98e+03 2.43e+04 expHall Transportation + 8 -5e+03 -831 -1.55e+03 3.02e-06 0 0 2.43e+04 Tank Transportation + 9 -2.91e+03 -1.25e+03 5e+03 3.02e-06 0 6.89e+03 3.12e+04 expHall Transportation + 10 -2.91e+03 -1.25e+03 5e+03 3.02e-06 0 0 3.12e+04 Tank Transportation + 11 -1.27e+03 -1.58e+03 1.57e+03 3.02e-06 3.02e-06 3.82e+03 3.5e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.19 0.186 0.275 3.01e-06 0 0 0 Tank initStep + 1 5e+03 -335 681 3.01e-06 0 5.06e+03 5.06e+03 expHall Transportation + 2 1e+04 -2.04e+03 -64.2 3.01e-06 0 5.34e+03 1.04e+04 world Transportation + 3 1.5e+04 -3.75e+03 -810 3.01e-06 0 5.34e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.18 0.174 0.263 3.22e-06 0 0 0 Tank initStep + 1 -1.59e+03 219 -5e+03 3.22e-06 0 5.25e+03 5.25e+03 expHall Transportation + 2 -4.74e+03 -584 -1e+04 3.22e-06 0 5.96e+03 1.12e+04 world Transportation + 3 -7.88e+03 -1.39e+03 -1.5e+04 3.22e-06 0 5.96e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.19 0.182 0.271 3.37e-06 0 0 0 Tank initStep + 1 5e+03 -1.72e+03 4.91e+03 3.37e-06 0 7.21e+03 7.21e+03 expHall Transportation + 2 5e+03 -1.72e+03 4.91e+03 3.37e-06 0 0 7.21e+03 Tank Transportation + 3 4.93e+03 -1.8e+03 5e+03 3.37e-06 0 138 7.35e+03 expHall Transportation + 4 4.93e+03 -1.8e+03 5e+03 3.37e-06 0 0 7.35e+03 Tank Transportation + 5 1.31e+03 -5e+03 2.64e+03 3.37e-06 0 5.38e+03 1.27e+04 expHall Transportation + 6 1.31e+03 -5e+03 2.64e+03 3.37e-06 0 0 1.27e+04 Tank Transportation + 7 -1.81e+03 -1.08e+03 5e+03 3.37e-06 0 5.55e+03 1.83e+04 expHall Transportation + 8 -1.81e+03 -1.08e+03 5e+03 3.37e-06 0 0 1.83e+04 Tank Transportation + 9 -5e+03 1.38e+03 1.59e+03 3.37e-06 0 5.28e+03 2.36e+04 expHall Transportation + 10 -5e+03 1.38e+03 1.59e+03 3.37e-06 0 0 2.36e+04 Tank Transportation + 11 -3.19e+03 5e+03 -3.28e+03 3.37e-06 0 6.33e+03 2.99e+04 expHall Transportation + 12 -3.19e+03 5e+03 -3.28e+03 3.37e-06 0 0 2.99e+04 Tank Transportation + 13 -193 -5e+03 -2.28e+03 3.37e-06 0 1.05e+04 4.04e+04 expHall Transportation + 14 2.85e+03 -1e+04 -2.18e+03 3.37e-06 0 5.85e+03 4.62e+04 world Transportation + 15 5.89e+03 -1.5e+04 -2.07e+03 3.37e-06 0 5.85e+03 5.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.17 0.168 0.257 3.73e-06 0 0 0 Tank initStep + 1 5e+03 -402 -1.09e+03 3.73e-06 0 5.13e+03 5.13e+03 expHall Transportation + 2 1e+04 -368 -3.01e+03 3.73e-06 0 5.36e+03 1.05e+04 world Transportation + 3 1.5e+04 -333 -4.93e+03 3.73e-06 0 5.36e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.2 0.188 0.277 3.64e-06 0 0 0 Tank initStep + 1 169 5e+03 -1.5e+03 3.64e-06 0 5.22e+03 5.22e+03 expHall Transportation + 2 29.5 1e+04 -3.75e+03 3.64e-06 0 5.49e+03 1.07e+04 world Transportation + 3 -110 1.5e+04 -6e+03 3.64e-06 0 5.49e+03 1.62e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 1.21 0.195 0.284 0.135 0 0 1.39 Tank initStep + 21 1.21 0.19 0.301 0.13 0.00457 0.0179 1.4 Tank msc + 22 1.22 0.172 0.346 0.111 0.0191 0.0578 1.46 Tank eIoni + 23 1.23 0.157 0.382 0.0941 0.0172 0.0477 1.51 Tank eIoni + 24 1.25 0.151 0.406 0.0775 0.0165 0.0395 1.55 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.24 0.155 0.39 3.55e-06 0 0 0 Tank initStep + 1 1.02e+03 -1.99e+03 -1.07e+03 3.55e-06 3.55e-06 2.48e+03 2.48e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.24 0.156 0.387 2.11e-06 0 0 0 Tank initStep + 1 10.4 -92.9 113 2.11e-06 2.11e-06 147 147 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 24 1.25 0.151 0.406 0.0775 0 0 1.55 Tank initStep + 25 1.26 0.154 0.409 0.074 0.00356 0.0069 1.56 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.26 0.154 0.408 3.24e-06 0 0 0 Tank initStep + 1 -5e+03 3.94e+03 -1.24e+03 3.24e-06 0 6.49e+03 6.49e+03 expHall Transportation + 2 -5e+03 3.94e+03 -1.24e+03 3.24e-06 0 0 6.49e+03 Tank Transportation + 3 -4.04e+03 5e+03 -1.45e+03 3.24e-06 0 1.44e+03 7.93e+03 expHall Transportation + 4 -4.04e+03 5e+03 -1.45e+03 3.24e-06 0 0 7.93e+03 Tank Transportation + 5 -1.47e+03 -373 -5e+03 3.24e-06 0 6.94e+03 1.49e+04 expHall Transportation + 6 -1.47e+03 -373 -5e+03 3.24e-06 0 0 1.49e+04 Tank Transportation + 7 -2.57e+03 -5e+03 386 3.24e-06 0 7.19e+03 2.21e+04 expHall Transportation + 8 -2.57e+03 -5e+03 386 3.24e-06 0 0 2.21e+04 Tank Transportation + 9 630 -92.1 5e+03 3.24e-06 0 7.46e+03 2.95e+04 expHall Transportation + 10 630 -92.1 5e+03 3.24e-06 0 0 2.95e+04 Tank Transportation + 11 5e+03 4.5e+03 3.51e+03 3.24e-06 0 6.51e+03 3.6e+04 expHall Transportation + 12 5e+03 4.5e+03 3.51e+03 3.24e-06 0 0 3.6e+04 Tank Transportation + 13 4.38e+03 5e+03 3.02e+03 3.24e-06 0 936 3.7e+04 expHall Transportation + 14 -291 1e+04 -6.86e+03 3.24e-06 0 1.2e+04 4.9e+04 world Transportation + 15 -4.15e+03 1.41e+04 -1.5e+04 3.24e-06 0 9.91e+03 5.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 1.26 0.154 0.409 0.074 0 0 1.56 Tank initStep + 26 1.26 0.158 0.411 0.0701 0.00386 0.00635 1.56 Tank msc + 27 1.28 0.171 0.419 0.0564 0.0137 0.0293 1.59 Tank eIoni + 28 1.29 0.188 0.421 0.0384 0.018 0.0242 1.62 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.29 0.187 0.421 2.52e-06 0 0 0 Tank initStep + 1 4.25e+03 -2.1e+03 5e+03 2.52e-06 0 6.89e+03 6.89e+03 expHall Transportation + 2 4.25e+03 -2.1e+03 5e+03 2.52e-06 0 0 6.89e+03 Tank Transportation + 3 5e+03 -2.68e+03 4.24e+03 2.52e-06 0 1.22e+03 8.1e+03 expHall Transportation + 4 5e+03 -2.68e+03 4.24e+03 2.52e-06 0 0 8.1e+03 Tank Transportation + 5 2.95e+03 -5e+03 553 2.52e-06 0 4.82e+03 1.29e+04 expHall Transportation + 6 2.95e+03 -5e+03 553 2.52e-06 0 0 1.29e+04 Tank Transportation + 7 383 -3.72e+03 -5e+03 2.52e-06 0 6.25e+03 1.92e+04 expHall Transportation + 8 -3.24e+03 -2.79e+03 -1e+04 2.52e-06 0 6.24e+03 2.54e+04 world Transportation + 9 -6.86e+03 -1.87e+03 -1.5e+04 2.52e-06 0 6.24e+03 3.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 1.29 0.188 0.421 0.0384 0 0 1.62 Tank initStep + 29 1.29 0.19 0.42 0.0372 0.00113 0.00198 1.62 Tank msc + 30 1.29 0.199 0.414 0.0167 0.0205 0.0173 1.63 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.29 0.191 0.419 3.77e-06 0 0 0 Tank initStep + 1 -35.4 -9.12 -11.9 3.77e-06 0 39.8 39.8 Tank OpRayleigh + 2 -5e+03 1.63e+03 1.08e+03 3.77e-06 0 5.34e+03 5.38e+03 expHall Transportation + 3 -1e+04 3.85e+03 4.83e+03 3.77e-06 0 6.63e+03 1.2e+04 world Transportation + 4 -1.5e+04 6.07e+03 8.58e+03 3.77e-06 0 6.63e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 30 1.29 0.199 0.414 0.0167 0 0 1.63 Tank initStep + 31 1.29 0.199 0.414 0.0163 0.000408 0.000446 1.64 Tank msc + 32 1.29 0.201 0.416 0 0.0163 0.00533 1.64 Tank eIoni + 33 1.29 0.201 0.416 0 0 0 1.64 Tank annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.29 0.201 0.416 0.511 0 0 0 Tank initStep + 1 -10.2 5.52 0.547 0.228 1.42e-05 12.7 12.7 Tank compt + 2 -3.42 14.2 -0.0202 0.208 1.42e-05 11 23.7 Tank compt + 3 -3.2 15.7 0.547 0.152 0.000537 1.6 25.3 Tank compt + 4 118 14 0.388 0.129 0.000537 121 146 Tank compt + 5 119 40.5 -9.49 0.107 0.000537 28.3 175 Tank compt + 6 414 94.5 -163 0.0849 1.42e-05 337 511 Tank compt + 7 412 89.3 -164 0.0684 1.42e-05 5.76 517 Tank compt + 8 425 114 -183 0.0684 0 33.5 551 Tank Rayl + 9 438 117 -198 0.0547 1.36e-05 20.2 571 Tank compt + 10 434 116 -196 0.0416 0.000537 4.28 575 Tank compt + 11 468 133 -194 0.0396 1.42e-05 38.1 613 Tank compt + 12 471 141 -207 0.0374 1.36e-05 15.5 629 Tank compt + 13 465 147 -207 0.0328 1.42e-05 8.76 638 Tank compt + 14 470 146 -205 0 0.000538 5.51 643 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 470 146 -205 0.0323 0 0 0 Tank initStep + 1 470 146 -205 0.0315 0.000814 0.00158 0.00158 Tank msc + 2 470 146 -205 0.0163 0.0151 0.0155 0.0171 Tank eIoni + 3 470 146 -205 0 0.0163 0.00589 0.023 Tank eIoni + 4 470 146 -205 0 0 0 0.023 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 470 146 -205 3.12e-06 0 0 0 Tank initStep + 1 -5e+03 -1.33e+03 -3.98e+03 3.12e-06 0 6.81e+03 6.81e+03 expHall Transportation + ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ @@ -13826,21 +13871,21 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 1000 - User=1.650000s Real=1.666107s Sys=0.000000s + User=1.840000s Real=1.855677s Sys=0.000000s ======================== run summary ====================== Primary particle was: e+ with energy 500 keV. Number of events: 1000 -Average number of Cerenkov photons created per event: 17.5 +- 6.78 -Average number of scintillation photons created per event: 67.1 +- 7.99 -Average number of optical Rayleigh interactions per event: 7.89 +- 3.11 -Average number of optical absorption interactions per event: 35 +- 6.17 -Average number of optical Mie interactions per event: 0.108 +- 0.326 -Average number of optical boundary interactions per event: 193 +- 31.4 +Average number of Cerenkov photons created per event: 16.7 +- 5.47 +Average number of scintillation photons created per event: 67.1 +- 8.67 +Average number of optical Rayleigh interactions per event: 7.95 +- 3.06 +Average number of optical absorption interactions per event: 34.8 +- 6.12 +Average number of optical Mie interactions per event: 0.101 +- 0.314 +Average number of optical boundary interactions per event: 191 +- 30.3 G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.032 MB +Dynamic pools deleted: 9 / Total memory freed: 0.03 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice/opgdml.out b/examples/extended/optical/OpNovice/opgdml.out new file mode 100644 index 0000000000..93a50d2684 --- /dev/null +++ b/examples/extended/optical/OpNovice/opgdml.out @@ -0,0 +1,13613 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +Building detector from GDML file: /geant4/examples/extended/optical/OpNovice/gdml/NoviceExample.gdml + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +/tracking/verbose 1 +/process/optical/verbose 1 +/run/physicsModified +/run/verbose 1 +/control/cout/ignoreThreadsExcept 0 +# +/OpNovice/DetectorConstruction/enableVerbose true +/OpNovice/DetectorConstruction/dumpGdml false +/run/initialize +G4GDML: Reading '/geant4/examples/extended/optical/OpNovice/gdml/NoviceExample.gdml'... +G4GDML: Reading definitions... +G4GDML: Reading materials... +G4GDML: Reading solids... +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/Rough_LUT.z successfully read in. +LUT DAVIS - data file: Rough_LUT.z read in! +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/Rough_LUTR.z successfully read in. +LUT DAVIS - reflectivity data file: Rough_LUTR.z read in! +G4GDML: Reading structure... +G4GDML: Reading setup... +G4GDML: Reading '/geant4/examples/extended/optical/OpNovice/gdml/NoviceExample.gdml' done! +Stripping off GDML names of materials, solids and volumes ... +(0,0,0) + +Found world: World_log_PV +world LV: World_log +Found 4 logical volumes. + +Found 4 physical volumes. + + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time +# +/gun/particle e+ +/gun/energy 500 keV +# +/process/optical/cerenkov/setMaxBetaChange 1 +/run/physicsModified +/run/beamOn 10 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled +Use general process 1 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory epics_2017 +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + MuBetheBloch : Emin= 200 keV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + MuBetheBloch : Emin= 200 keV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV +2.034e-06MeV 857214mm +2.068e-06MeV 798979mm +2.103e-06MeV 744093mm +2.139e-06MeV 692451mm +2.177e-06MeV 642760mm +2.216e-06MeV 596287mm +2.256e-06MeV 552882mm +2.298e-06MeV 511498mm +2.341e-06MeV 473038mm +2.386e-06MeV 436596mm +2.433e-06MeV 402211mm +2.481e-06MeV 369900mm +2.532e-06MeV 338815mm +2.585e-06MeV 310630mm +2.64e-06MeV 284407mm +2.697e-06MeV 259459mm +2.757e-06MeV 236845mm +2.82e-06MeV 215010mm +2.885e-06MeV 195502mm +2.954e-06MeV 177163mm +3.026e-06MeV 160259mm +3.102e-06MeV 144549mm +3.181e-06MeV 130201mm +3.265e-06MeV 116849mm +3.353e-06MeV 104397mm +3.446e-06MeV 93281.2mm +3.545e-06MeV 82767.8mm +3.649e-06MeV 73439.2mm +3.76e-06MeV 64888.9mm +3.877e-06MeV 57179.3mm +4.002e-06MeV 50166.7mm +4.136e-06MeV 43700.7mm + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Air + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Water + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52497 keV e- 277.678 keV e+ 270.867 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank_phys initStep + 1 0.00257 0 0 0.5 0.000278 0.00257 0.00257 Tank_phys msc + 2 0.137 -3.16e-05 4.31e-05 0.475 0.0248 0.14 0.142 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0694 -1.57e-05 2.14e-05 2.42e-06 0 0 0 Tank_phys initStep + 1 -1.04e+03 -5e+03 -1.39e+03 2.42e-06 0 5.29e+03 5.29e+03 expHall_phys Transportation + 2 -2.21e+03 -1e+04 -3.55e+03 2.42e-06 0 5.57e+03 1.09e+04 World_log_PV Transportation + 3 -3.37e+03 -1.5e+04 -5.71e+03 2.42e-06 0 5.57e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0445 -9.86e-06 1.35e-05 2.32e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.83e+03 704 2.32e-06 0 5.79e+03 5.79e+03 expHall_phys Transportation + 2 1e+04 -7.91e+03 1.03e+03 2.32e-06 0 7.14e+03 1.29e+04 World_log_PV Transportation + 3 1.5e+04 -1.3e+04 1.36e+03 2.32e-06 0 7.14e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.095 -2.17e-05 2.97e-05 3.03e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.44e+03 -1.7e+03 3.03e-06 0 5.82e+03 5.82e+03 expHall_phys Transportation + 2 5e+03 2.44e+03 -1.7e+03 3.03e-06 0 0 5.82e+03 Tank_phys Transportation + 3 2.98e+03 5e+03 -2.74e+03 3.03e-06 0 3.42e+03 9.24e+03 expHall_phys Transportation + 4 2.98e+03 5e+03 -2.74e+03 3.03e-06 0 0 9.24e+03 Tank_phys Transportation + 5 1.01e+03 1.14e+03 -5e+03 3.03e-06 0 4.89e+03 1.41e+04 expHall_phys Transportation + 6 1.01e+03 1.14e+03 -5e+03 3.03e-06 0 0 1.41e+04 Tank_phys Transportation + 7 -352 -1.04e+03 -256 3.03e-06 0 5.4e+03 1.95e+04 Tank_phys OpRayleigh + 8 -660 -2.42e+03 5e+03 3.03e-06 0 5.44e+03 2.5e+04 expHall_phys Transportation + 9 -440 -6e+03 1e+04 3.03e-06 0 6.15e+03 3.11e+04 World_log_PV Transportation + 10 -221 -9.58e+03 1.5e+04 3.03e-06 0 6.15e+03 3.73e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.106 -2.42e-05 3.31e-05 3.3e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.48e+03 -1.67e+03 3.3e-06 0 5.83e+03 5.83e+03 expHall_phys Transportation + 2 1e+04 -8.98e+03 -6.68e+03 3.3e-06 0 9.61e+03 1.54e+04 World_log_PV Transportation + 3 1.46e+04 -1.5e+04 -1.13e+04 3.3e-06 0 8.9e+03 2.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0319 -6.9e-06 9.42e-06 2.13e-06 0 0 0 Tank_phys initStep + 1 5e+03 680 2.81e+03 2.13e-06 0 5.78e+03 5.78e+03 expHall_phys Transportation + 2 5e+03 680 2.81e+03 2.13e-06 0 0 5.78e+03 Tank_phys Transportation + 3 3.51e+03 638 4.04e+03 2.13e-06 2.13e-06 1.93e+03 7.71e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.125 -2.88e-05 3.93e-05 2.81e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.06e+03 2.77e+03 2.81e-06 0 5.81e+03 5.81e+03 expHall_phys Transportation + 2 5e+03 -1.06e+03 2.77e+03 2.81e-06 0 0 5.81e+03 Tank_phys Transportation + 3 3.7e+03 -1.92e+03 5e+03 2.81e-06 0 2.72e+03 8.54e+03 expHall_phys Transportation + 4 3.7e+03 -1.92e+03 5e+03 2.81e-06 0 0 8.54e+03 Tank_phys Transportation + 5 -5e+03 -433 -3.92e+03 2.81e-06 0 1.25e+04 2.11e+04 expHall_phys Transportation + 6 -5e+03 -433 -3.92e+03 2.81e-06 0 0 2.11e+04 Tank_phys Transportation + 7 -4.33e+03 -357 -5e+03 2.81e-06 0 1.28e+03 2.24e+04 expHall_phys Transportation + 8 1.31e+03 -810 -1e+04 2.81e-06 0 7.55e+03 2.99e+04 World_log_PV Transportation + 9 6.94e+03 -1.26e+03 -1.5e+04 2.81e-06 0 7.55e+03 3.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.137 -3.16e-05 4.31e-05 0.475 0 0 0.142 Tank_phys initStep + 3 0.252 -0.0489 -0.0089 0.455 0.0204 0.126 0.268 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.251 -0.0484 -0.00881 2.69e-06 0 0 0 Tank_phys initStep + 1 166 3.31e+03 -1.58e+03 2.69e-06 2.69e-06 3.67e+03 3.67e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.143 -0.00259 -0.000425 3.15e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.23e+03 -3.32e+03 3.15e-06 0 6.13e+03 6.13e+03 expHall_phys Transportation + 2 8.2e+03 -4.82e+03 -1e+04 3.15e-06 0 8.23e+03 1.44e+04 World_log_PV Transportation + 3 1.06e+04 -7.5e+03 -1.5e+04 3.15e-06 0 6.16e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.176 -0.0168 -0.00302 3.24e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.8e+03 -3.58e+03 3.24e-06 0 6.4e+03 6.4e+03 expHall_phys Transportation + 2 6.41e+03 -3.98e+03 -1e+04 3.24e-06 0 6.93e+03 1.33e+04 World_log_PV Transportation + 3 7.51e+03 -5.68e+03 -1.5e+04 3.24e-06 0 5.39e+03 1.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.252 -0.0489 -0.0089 0.455 0 0 0.268 Tank_phys initStep + 4 0.356 -0.0891 -0.0354 0.439 0.0154 0.115 0.384 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.302 -0.0682 -0.0216 2.29e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.98e+03 -1.04e+03 2.29e-06 0 5.91e+03 5.91e+03 expHall_phys Transportation + 2 5e+03 2.98e+03 -1.04e+03 2.29e-06 0 0 5.91e+03 Tank_phys Transportation + 3 3.36e+03 5e+03 -1.08e+03 2.29e-06 0 2.61e+03 8.52e+03 expHall_phys Transportation + 4 3.36e+03 5e+03 -1.08e+03 2.29e-06 0 0 8.52e+03 Tank_phys Transportation + 5 -5e+03 1.21e+03 1.03e+03 2.29e-06 0 9.42e+03 1.79e+04 expHall_phys Transportation + 6 -5e+03 1.21e+03 1.03e+03 2.29e-06 0 0 1.79e+04 Tank_phys Transportation + 7 -2.06e+03 -444 3.68e+03 2.29e-06 2.29e-06 4.28e+03 2.22e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.323 -0.0764 -0.027 2.6e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.22e+03 2.21e+03 2.6e-06 0 6.34e+03 6.34e+03 expHall_phys Transportation + 2 5e+03 -3.22e+03 2.21e+03 2.6e-06 0 0 6.34e+03 Tank_phys Transportation + 3 3.36e+03 -5e+03 2.15e+03 2.6e-06 0 2.42e+03 8.77e+03 expHall_phys Transportation + 4 3.36e+03 -5e+03 2.15e+03 2.6e-06 0 0 8.77e+03 Tank_phys Transportation + 5 -5e+03 282 2.25e+03 2.6e-06 0 9.89e+03 1.87e+04 expHall_phys Transportation + 6 -1e+04 5.24e+03 1.66e+03 2.6e-06 0 7.07e+03 2.57e+04 World_log_PV Transportation + 7 -1.5e+04 1.02e+04 1.07e+03 2.6e-06 0 7.07e+03 3.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.352 -0.0878 -0.0345 3.89e-06 0 0 0 Tank_phys initStep + 1 1.52e+03 -1.14e+03 394 3.89e-06 3.89e-06 1.93e+03 1.93e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.346 -0.0853 -0.0329 2.57e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.41e+03 1.33e+03 2.57e-06 0 6.2e+03 6.2e+03 expHall_phys Transportation + 2 9.91e+03 -1e+04 6.42e+03 2.57e-06 0 9.66e+03 1.59e+04 World_log_PV Transportation + 3 1.36e+04 -1.5e+04 1.03e+04 2.57e-06 0 7.33e+03 2.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.311 -0.0717 -0.0239 4.04e-06 0 0 0 Tank_phys initStep + 1 4.8e+03 -3.28e+03 -5e+03 4.04e-06 0 7.67e+03 7.67e+03 expHall_phys Transportation + 2 4.8e+03 -3.28e+03 -5e+03 4.04e-06 0 0 7.67e+03 Tank_phys Transportation + 3 5e+03 -3.38e+03 -4.84e+03 4.04e-06 0 273 7.94e+03 expHall_phys Transportation + 4 5e+03 -3.38e+03 -4.84e+03 4.04e-06 0 0 7.94e+03 Tank_phys Transportation + 5 1.52e+03 -5e+03 -1.34e+03 4.04e-06 0 5.19e+03 1.31e+04 expHall_phys Transportation + 6 1.52e+03 -5e+03 -1.34e+03 4.04e-06 0 0 1.31e+04 Tank_phys Transportation + 7 -989 -2.98e+03 1.08e+03 4.04e-06 4.04e-06 4.04e+03 1.72e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.304 -0.0692 -0.0223 2.69e-06 0 0 0 Tank_phys initStep + 1 4.14e+03 -5e+03 -990 2.69e-06 0 6.57e+03 6.57e+03 expHall_phys Transportation + 2 4.14e+03 -5e+03 -990 2.69e-06 0 0 6.57e+03 Tank_phys Transportation + 3 5e+03 -4.52e+03 -943 2.69e-06 0 985 7.55e+03 expHall_phys Transportation + 4 5e+03 -4.52e+03 -943 2.69e-06 0 0 7.55e+03 Tank_phys Transportation + 5 -155 3.7e+03 -4.08e+03 2.69e-06 2.69e-06 1.02e+04 1.78e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.28 -0.0597 -0.016 2.21e-06 0 0 0 Tank_phys initStep + 1 5e+03 40.8 -3.38e+03 2.21e-06 0 6.04e+03 6.04e+03 expHall_phys Transportation + 2 5e+03 40.8 -3.38e+03 2.21e-06 0 0 6.04e+03 Tank_phys Transportation + 3 3.98e+03 284 -5e+03 2.21e-06 0 1.93e+03 7.96e+03 expHall_phys Transportation + 4 -2.59e+03 2.45e+03 -1e+04 2.21e-06 0 8.54e+03 1.65e+04 World_log_PV Transportation + 5 -9.17e+03 4.61e+03 -1.5e+04 2.21e-06 0 8.54e+03 2.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.356 -0.0891 -0.0354 0.439 0 0 0.384 Tank_phys initStep + 5 0.46 -0.103 -0.0511 0.422 0.0167 0.107 0.491 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.391 -0.0937 -0.0407 3.54e-06 0 0 0 Tank_phys initStep + 1 -4.88e+03 2.21e+03 -2.63e+03 3.54e-06 3.54e-06 5.97e+03 5.97e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.407 -0.0957 -0.043 3.67e-06 0 0 0 Tank_phys initStep + 1 2.28e+03 509 514 3.67e-06 3.67e-06 2.39e+03 2.39e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.46 -0.103 -0.0511 0.422 0 0 0.491 Tank_phys initStep + 6 0.557 -0.114 -0.0699 0.405 0.0174 0.0994 0.59 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.473 -0.104 -0.0536 2.49e-06 0 0 0 Tank_phys initStep + 1 5e+03 -472 1.46e+03 2.49e-06 0 5.23e+03 5.23e+03 expHall_phys Transportation + 2 1e+04 -1.45e+03 4.2e+03 2.49e-06 0 5.78e+03 1.1e+04 World_log_PV Transportation + 3 1.5e+04 -2.43e+03 6.94e+03 2.49e-06 0 5.78e+03 1.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.463 -0.103 -0.0516 3.1e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.16e+03 1.47e+03 3.1e-06 0 5.34e+03 5.34e+03 expHall_phys Transportation + 2 1e+04 -3.72e+03 4.24e+03 3.1e-06 0 6.26e+03 1.16e+04 World_log_PV Transportation + 3 1.5e+04 -6.27e+03 7.01e+03 3.1e-06 0 6.26e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.557 -0.114 -0.0699 0.405 0 0 0.59 Tank_phys initStep + 7 0.642 -0.139 -0.0543 0.39 0.0155 0.0914 0.682 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.587 -0.123 -0.0643 2.33e-06 0 0 0 Tank_phys initStep + 1 -3.14e+03 447 4.79e+03 2.33e-06 2.33e-06 5.75e+03 5.75e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.642 -0.139 -0.0543 0.39 0 0 0.682 Tank_phys initStep + 8 0.716 -0.147 -0.0179 0.376 0.0134 0.0845 0.766 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.711 -0.146 -0.0204 2.48e-06 0 0 0 Tank_phys initStep + 1 -2.42e+03 293 -5e+03 2.48e-06 0 5.56e+03 5.56e+03 expHall_phys Transportation + 2 -5.19e+03 -2.21e+03 -1e+04 2.48e-06 0 6.24e+03 1.18e+04 World_log_PV Transportation + 3 -7.95e+03 -4.71e+03 -1.5e+04 2.48e-06 0 6.24e+03 1.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.683 -0.143 -0.034 3.55e-06 0 0 0 Tank_phys initStep + 1 3.27e+03 335 137 3.55e-06 3.55e-06 3.29e+03 3.29e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.716 -0.147 -0.0179 0.376 0 0 0.766 Tank_phys initStep + 9 0.773 -0.178 0.018 0.363 0.0128 0.0788 0.845 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.718 -0.148 -0.0167 3.15e-06 0 0 0 Tank_phys initStep + 1 2.5e+03 -971 401 3.15e-06 3.15e-06 2.71e+03 2.71e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.756 -0.168 0.00735 2.72e-06 0 0 0 Tank_phys initStep + 1 3.05e+03 3.82e+03 2.61e+03 2.72e-06 2.72e-06 5.54e+03 5.54e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.729 -0.154 -0.00964 2.82e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.97e+03 417 2.82e-06 0 5.83e+03 5.83e+03 expHall_phys Transportation + 2 5e+03 -2.97e+03 417 2.82e-06 0 0 5.83e+03 Tank_phys Transportation + 3 2.81e+03 -5e+03 853 2.82e-06 0 3.02e+03 8.85e+03 expHall_phys Transportation + 4 2.81e+03 -5e+03 853 2.82e-06 0 0 8.85e+03 Tank_phys Transportation + 5 -451 5e+03 3.28e+03 2.82e-06 0 1.08e+04 1.96e+04 expHall_phys Transportation + 6 -2.6e+03 1e+04 5.12e+03 2.82e-06 0 5.74e+03 2.54e+04 World_log_PV Transportation + 7 -4.74e+03 1.5e+04 6.95e+03 2.82e-06 0 5.74e+03 3.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.751 -0.165 0.0038 3.25e-06 0 0 0 Tank_phys initStep + 1 2.58e+03 -1.2e+03 3.89e+03 3.25e-06 0 4.82e+03 4.82e+03 Tank_phys OpRayleigh + 2 1.99e+03 -5e+03 3.39e+03 3.25e-06 0 3.88e+03 8.7e+03 expHall_phys Transportation + 3 -206 -1e+04 1.61e+03 3.25e-06 0 5.75e+03 1.44e+04 World_log_PV Transportation + 4 -2.4e+03 -1.5e+04 -175 3.25e-06 0 5.75e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.773 -0.178 0.018 0.363 0 0 0.845 Tank_phys initStep + 10 0.807 -0.242 0.0206 0.352 0.0114 0.0735 0.919 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.779 -0.188 0.0184 3.84e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.24e+03 -650 3.84e-06 0 5.19e+03 5.19e+03 expHall_phys Transportation + 2 -5e+03 1.24e+03 -650 3.84e-06 0 0 5.19e+03 Tank_phys Transportation + 3 -2.2e+03 5e+03 2.59e+03 3.84e-06 0 5.7e+03 1.09e+04 expHall_phys Transportation + 4 -2.2e+03 5e+03 2.59e+03 3.84e-06 0 0 1.09e+04 Tank_phys Transportation + 5 3.19e+03 -5e+03 3.49e+03 3.84e-06 0 1.14e+04 2.23e+04 expHall_phys Transportation + 6 8.25e+03 -1e+04 3.46e+03 3.84e-06 0 7.11e+03 2.94e+04 World_log_PV Transportation + 7 1.33e+04 -1.5e+04 3.42e+03 3.84e-06 0 7.11e+03 3.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.797 -0.223 0.0198 3.51e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.18e+03 1.41e+03 3.51e-06 0 6.66e+03 6.66e+03 expHall_phys Transportation + 2 5e+03 -4.18e+03 1.41e+03 3.51e-06 0 0 6.66e+03 Tank_phys Transportation + 3 4.58e+03 -5e+03 2.27e+03 3.51e-06 0 1.26e+03 7.93e+03 expHall_phys Transportation + 4 4.58e+03 -5e+03 2.27e+03 3.51e-06 0 0 7.93e+03 Tank_phys Transportation + 5 1.15e+03 -1.57e+03 5e+03 3.51e-06 0 5.57e+03 1.35e+04 expHall_phys Transportation + 6 1.15e+03 -1.57e+03 5e+03 3.51e-06 0 0 1.35e+04 Tank_phys Transportation + 7 -1.76e+03 867 3.62e+03 3.51e-06 3.51e-06 4.04e+03 1.75e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.783 -0.195 0.0187 4.03e-06 0 0 0 Tank_phys initStep + 1 2.19e+03 -2.81e+03 -1.33e+03 4.03e-06 4.03e-06 3.8e+03 3.8e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.807 -0.242 0.0206 0.352 0 0 0.919 Tank_phys initStep + 11 0.833 -0.306 0.0188 0.338 0.014 0.0691 0.988 Tank_phys Cerenkov + 12 0.857 -0.362 0.0119 0.313 0.0249 0.0637 1.05 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.841 -0.325 0.0165 3.05e-06 0 0 0 Tank_phys initStep + 1 -315 -890 5e+03 3.05e-06 0 5.09e+03 5.09e+03 expHall_phys Transportation + 2 -741 -3.52e+03 1e+04 3.05e-06 0 5.67e+03 1.08e+04 World_log_PV Transportation + 3 -1.17e+03 -6.15e+03 1.5e+04 3.05e-06 0 5.67e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.846 -0.337 0.0149 3.33e-06 0 0 0 Tank_phys initStep + 1 -4.94e+03 -934 5e+03 3.33e-06 0 7.09e+03 7.09e+03 expHall_phys Transportation + 2 -4.94e+03 -934 5e+03 3.33e-06 0 0 7.09e+03 Tank_phys Transportation + 3 -5e+03 -908 4.91e+03 3.33e-06 0 113 7.2e+03 expHall_phys Transportation + 4 -5e+03 -908 4.91e+03 3.33e-06 0 0 7.2e+03 Tank_phys Transportation + 5 -3.48e+03 5e+03 -2.02e+03 3.33e-06 0 9.23e+03 1.64e+04 expHall_phys Transportation + 6 -3.48e+03 5e+03 -2.02e+03 3.33e-06 0 0 1.64e+04 Tank_phys Transportation + 7 -3.23e+03 2.76e+03 -4.68e+03 3.33e-06 3.33e-06 3.48e+03 1.99e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.841 -0.325 0.0165 3.64e-06 0 0 0 Tank_phys initStep + 1 -917 -54.5 1.18e+03 3.64e-06 3.64e-06 1.49e+03 1.49e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.857 -0.362 0.0119 0.313 0 0 1.05 Tank_phys initStep + 13 0.879 -0.405 -0.0136 0.285 0.0285 0.0547 1.11 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.87 -0.388 -0.00349 2.2e-06 0 0 0 Tank_phys initStep + 1 -4.39e+03 -5e+03 -2.53e+03 2.2e-06 0 7.12e+03 7.12e+03 expHall_phys Transportation + 2 -4.39e+03 -5e+03 -2.53e+03 2.2e-06 0 0 7.12e+03 Tank_phys Transportation + 3 -4.44e+03 -3.74e+03 5e+03 2.2e-06 0 7.63e+03 1.48e+04 expHall_phys Transportation + 4 -4.8e+03 -2.91e+03 1e+04 2.2e-06 0 5.08e+03 1.98e+04 World_log_PV Transportation + 5 -5.15e+03 -2.07e+03 1.5e+04 2.2e-06 0 5.08e+03 2.49e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.877 -0.403 -0.0122 3.79e-06 0 0 0 Tank_phys initStep + 1 4.29e+03 5e+03 -4.49e+03 3.79e-06 0 7.97e+03 7.97e+03 expHall_phys Transportation + 2 4.29e+03 5e+03 -4.49e+03 3.79e-06 0 0 7.97e+03 Tank_phys Transportation + 3 4.22e+03 4.9e+03 -5e+03 3.79e-06 0 524 8.5e+03 expHall_phys Transportation + 4 3.98e+03 2.87e+03 -1e+04 3.79e-06 0 5.4e+03 1.39e+04 World_log_PV Transportation + 5 3.74e+03 848 -1.5e+04 3.79e-06 0 5.4e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.879 -0.405 -0.0136 0.285 0 0 1.11 Tank_phys initStep + 14 0.9 -0.438 -0.0353 0.276 0.00897 0.0453 1.15 Tank_phys Cerenkov + 15 0.922 -0.467 -0.0554 0.266 0.00992 0.0425 1.19 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.919 -0.463 -0.0526 3.63e-06 0 0 0 Tank_phys initStep + 1 1.54e+03 -5e+03 4.12e+03 3.63e-06 0 6.66e+03 6.66e+03 expHall_phys Transportation + 2 1.54e+03 -5e+03 4.12e+03 3.63e-06 0 0 6.66e+03 Tank_phys Transportation + 3 1.66e+03 -4.07e+03 5e+03 3.63e-06 0 1.28e+03 7.94e+03 expHall_phys Transportation + 4 1.66e+03 -4.07e+03 5e+03 3.63e-06 0 0 7.94e+03 Tank_phys Transportation + 5 1.78e+03 5e+03 -1.81e+03 3.63e-06 0 1.13e+04 1.93e+04 expHall_phys Transportation + 6 1.78e+03 5e+03 -1.81e+03 3.63e-06 0 0 1.93e+04 Tank_phys Transportation + 7 1.18e+03 2.25e+03 -5e+03 3.63e-06 0 4.25e+03 2.35e+04 expHall_phys Transportation + 8 1.18e+03 2.25e+03 -5e+03 3.63e-06 0 0 2.35e+04 Tank_phys Transportation + 9 -1.62e+03 -2.29e+03 1.94e+03 3.63e-06 3.63e-06 8.76e+03 3.23e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.901 -0.439 -0.036 2.37e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -1.32e+03 -2.77e+03 2.37e-06 0 5.87e+03 5.87e+03 expHall_phys Transportation + 2 -1e+04 -4.05e+03 -7.27e+03 2.37e-06 0 7.26e+03 1.31e+04 World_log_PV Transportation + 3 -1.5e+04 -6.77e+03 -1.18e+04 2.37e-06 0 7.26e+03 2.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.922 -0.467 -0.0554 0.266 0 0 1.19 Tank_phys initStep + 16 0.943 -0.499 -0.0647 0.258 0.00745 0.0396 1.23 Tank_phys Cerenkov + 17 0.959 -0.531 -0.0724 0.251 0.00699 0.0374 1.27 Tank_phys Cerenkov + 18 0.967 -0.561 -0.0817 0.245 0.00669 0.0337 1.3 Tank_phys Cerenkov + 19 0.968 -0.569 -0.0855 0.243 0.0013 0.00839 1.31 Tank_phys Cerenkov + 20 0.967 -0.572 -0.0868 0.241 0.00227 0.00348 1.32 Tank_phys Cerenkov + 21 0.962 -0.681 -0.128 0.217 0.0244 0.132 1.45 Tank_phys eIoni + 22 0.929 -0.76 -0.181 0.0848 0.132 0.114 1.56 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.935 -0.745 -0.171 2.25e-06 0 0 0 Tank_phys initStep + 1 2.84e+03 3.24e+03 5e+03 2.25e-06 0 6.6e+03 6.6e+03 expHall_phys Transportation + 2 8.34e+03 1e+04 9.38e+03 2.25e-06 0 9.75e+03 1.64e+04 World_log_PV Transportation + 3 1.24e+04 1.5e+04 1.26e+04 2.25e-06 0 7.21e+03 2.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.958 -0.691 -0.135 3.96e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.1e+03 4.01e+03 3.96e-06 0 6.51e+03 6.51e+03 expHall_phys Transportation + 2 5e+03 1.1e+03 4.01e+03 3.96e-06 0 0 6.51e+03 Tank_phys Transportation + 3 4.09e+03 996 5e+03 3.96e-06 0 1.35e+03 7.85e+03 expHall_phys Transportation + 4 4.09e+03 996 5e+03 3.96e-06 0 0 7.85e+03 Tank_phys Transportation + 5 3.62e+03 1e+03 4.78e+03 3.96e-06 3.96e-06 518 8.37e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.952 -0.704 -0.144 3e-06 0 0 0 Tank_phys initStep + 1 2.65e+03 -5e+03 -297 3e-06 0 5.67e+03 5.67e+03 expHall_phys Transportation + 2 2.65e+03 -5e+03 -297 3e-06 0 0 5.67e+03 Tank_phys Transportation + 3 5e+03 -2.58e+03 -1.63e+03 3e-06 0 3.63e+03 9.29e+03 expHall_phys Transportation + 4 5e+03 -2.58e+03 -1.63e+03 3e-06 0 0 9.29e+03 Tank_phys Transportation + 5 -3.08e+03 4.58e+03 -3.08e+03 3e-06 3e-06 1.09e+04 2.02e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.962 -0.681 -0.128 2.41e-06 0 0 0 Tank_phys initStep + 1 2.85e+03 5e+03 -1.67e+03 2.41e-06 0 5.99e+03 5.99e+03 expHall_phys Transportation + 2 2.85e+03 5e+03 -1.67e+03 2.41e-06 0 0 5.99e+03 Tank_phys Transportation + 3 5e+03 1.37e+03 -2.67e+03 2.41e-06 0 4.34e+03 1.03e+04 expHall_phys Transportation + 4 5e+03 1.37e+03 -2.67e+03 2.41e-06 0 0 1.03e+04 Tank_phys Transportation + 5 -382 -5e+03 -4.98e+03 2.41e-06 0 8.65e+03 1.9e+04 expHall_phys Transportation + 6 -382 -5e+03 -4.98e+03 2.41e-06 0 0 1.9e+04 Tank_phys Transportation + 7 -449 -4.97e+03 -5e+03 2.41e-06 0 75.4 1.91e+04 expHall_phys Transportation + 8 -449 -4.97e+03 -5e+03 2.41e-06 0 0 1.91e+04 Tank_phys Transportation + 9 -5e+03 2.94e+03 1.82e+03 2.41e-06 0 1.14e+04 3.05e+04 expHall_phys Transportation + 10 -5e+03 2.94e+03 1.82e+03 2.41e-06 0 0 3.05e+04 Tank_phys Transportation + 11 -4.34e+03 5e+03 2.75e+03 2.41e-06 0 2.35e+03 3.28e+04 expHall_phys Transportation + 12 -1.02e+03 1e+04 5.64e+03 2.41e-06 0 6.66e+03 3.95e+04 World_log_PV Transportation + 13 2.3e+03 1.5e+04 8.54e+03 2.41e-06 0 6.66e+03 4.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.957 -0.693 -0.136 2.36e-06 0 0 0 Tank_phys initStep + 1 2.23e+03 -5e+03 -3.06e+03 2.36e-06 0 6.27e+03 6.27e+03 expHall_phys Transportation + 2 7.01e+03 -8.97e+03 -1e+04 2.36e-06 0 9.32e+03 1.56e+04 World_log_PV Transportation + 3 1.05e+04 -1.18e+04 -1.5e+04 2.36e-06 0 6.71e+03 2.23e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.949 -0.711 -0.148 2.82e-06 0 0 0 Tank_phys initStep + 1 -4.89e+03 3.91e+03 -111 2.82e-06 2.82e-06 6.26e+03 6.26e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.932 -0.755 -0.177 3.65e-06 0 0 0 Tank_phys initStep + 1 5e+03 14.5 898 3.65e-06 0 5.08e+03 5.08e+03 expHall_phys Transportation + 2 1e+04 1.62e+03 2.23e+03 3.65e-06 0 5.42e+03 1.05e+04 World_log_PV Transportation + 3 1.5e+04 3.22e+03 3.56e+03 3.65e-06 0 5.42e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 0.929 -0.76 -0.181 0.0848 0 0 1.56 Tank_phys initStep + 23 0.934 -0.765 -0.185 0.0828 0.00203 0.00806 1.57 Tank_phys msc + 24 0.957 -0.775 -0.198 0.0685 0.0143 0.0345 1.6 Tank_phys eIoni + 25 0.976 -0.778 -0.211 0.0534 0.015 0.0287 1.63 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.974 -0.778 -0.21 3.69e-06 0 0 0 Tank_phys initStep + 1 -5e+03 3.49e+03 -1.61e+03 3.69e-06 0 6.31e+03 6.31e+03 expHall_phys Transportation + 2 -5e+03 3.49e+03 -1.61e+03 3.69e-06 0 0 6.31e+03 Tank_phys Transportation + 3 -4.71e+03 3.71e+03 -1.53e+03 3.69e-06 3.69e-06 377 6.68e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.963 -0.776 -0.202 3.42e-06 0 0 0 Tank_phys initStep + 1 401 -5e+03 78.6 3.42e-06 0 5.02e+03 5.02e+03 expHall_phys Transportation + 2 1.3e+03 -1e+04 1.89e+03 3.42e-06 0 5.39e+03 1.04e+04 World_log_PV Transportation + 3 2.21e+03 -1.5e+04 3.7e+03 3.42e-06 0 5.39e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 0.976 -0.778 -0.211 0.0534 0 0 1.63 Tank_phys initStep + 26 0.976 -0.78 -0.214 0.0472 0.00621 0.00358 1.64 Tank_phys msc + 27 0.98 -0.79 -0.225 0.0313 0.0159 0.021 1.66 Tank_phys eIoni + 28 0.979 -0.784 -0.219 0.00799 0.0234 0.0148 1.67 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.979 -0.787 -0.222 4.04e-06 0 0 0 Tank_phys initStep + 1 2.17e+03 5e+03 757 4.04e-06 0 5.5e+03 5.5e+03 expHall_phys Transportation + 2 2.17e+03 5e+03 757 4.04e-06 0 0 5.5e+03 Tank_phys Transportation + 3 5e+03 1.61e+03 -2e+03 4.04e-06 0 5.21e+03 1.07e+04 expHall_phys Transportation + 4 5e+03 1.61e+03 -2e+03 4.04e-06 0 0 1.07e+04 Tank_phys Transportation + 5 2.09e+03 -4.35e+03 -5e+03 4.04e-06 4.04e-06 7.28e+03 1.8e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 0.979 -0.784 -0.219 0.00799 0 0 1.67 Tank_phys initStep + 29 0.979 -0.784 -0.219 0.00367 0.00433 0.00012 1.67 Tank_phys msc + 30 0.979 -0.784 -0.219 0 0.00367 0.000382 1.67 Tank_phys eIoni + 31 0.979 -0.784 -0.219 0 0 0 1.67 Tank_phys annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.979 -0.784 -0.219 0.511 0 0 0 Tank_phys initStep + 1 47.4 -31.5 -65.5 0.331 1.42e-05 85.8 85.8 Tank_phys compt + 2 133 -244 -39.6 0.311 1.42e-05 230 316 Tank_phys compt + 3 117 -454 -10.4 0.167 1.42e-05 212 529 Tank_phys compt + 4 116 -406 59.9 0.149 1.42e-05 84.9 614 Tank_phys compt + 5 110 -403 63.8 0.141 0.000537 7.8 621 Tank_phys compt + 6 108 -402 63.8 0.119 1.42e-05 2.45 624 Tank_phys compt + 7 91.2 -408 49.4 0.0969 2.92e-05 23.1 647 Tank_phys compt + 8 91.4 -402 46.4 0.0729 1.42e-05 6.99 654 Tank_phys compt + 9 84.4 -451 36.4 0.0624 0.000537 50.4 704 Tank_phys compt + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.4 -451 36.4 3.6e-06 0 0 0 Tank_phys initStep + 1 2.01e+03 -734 -570 3.6e-06 3.6e-06 2.04e+03 2.04e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.4 -451 36.4 0.00994 0 0 0 Tank_phys initStep + 1 84.4 -451 36.4 0.00945 0.000494 0.000196 0.000196 Tank_phys msc + 2 84.4 -451 36.4 0 0.00945 0.00224 0.00244 Tank_phys eIoni + 3 84.4 -451 36.4 0 0 0 0.00244 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.4 -451 36.4 3.85e-06 0 0 0 Tank_phys initStep + 1 1.83e+03 5e+03 -101 3.85e-06 0 5.73e+03 5.73e+03 expHall_phys Transportation + 2 5.27e+03 1e+04 -1.47e+03 3.85e-06 0 6.22e+03 1.19e+04 World_log_PV Transportation + 3 8.71e+03 1.5e+04 -2.84e+03 3.85e-06 0 6.22e+03 1.82e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 91.4 -402 46.4 0.0239 0 0 0 Tank_phys initStep + 1 91.4 -402 46.4 0.0236 0.000299 0.000928 0.000928 Tank_phys msc + 2 91.4 -402 46.4 0.00549 0.0182 0.0112 0.0121 Tank_phys eIoni + 3 91.4 -402 46.4 0 0.00549 0.000868 0.013 Tank_phys eIoni + 4 91.4 -402 46.4 0 0 0 0.013 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 91.4 -402 46.4 3.96e-06 0 0 0 Tank_phys initStep + 1 281 -205 -232 3.96e-06 0 390 390 Tank_phys OpRayleigh + 2 -110 969 343 3.96e-06 3.96e-06 1.36e+03 1.76e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 91.2 -408 49.4 0.0217 0 0 0 Tank_phys initStep + 1 91.2 -408 49.4 0.0211 0.000651 0.000782 0.000782 Tank_phys msc + 2 91.2 -408 49.4 0 0.0211 0.00926 0.01 Tank_phys eIoni + 3 91.2 -408 49.4 0 0 0 0.01 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 91.2 -408 49.4 2.42e-06 0 0 0 Tank_phys initStep + 1 -5e+03 880 1.34e+03 2.42e-06 0 5.41e+03 5.41e+03 expHall_phys Transportation + 2 -1e+04 2.95e+03 7.79e+03 2.42e-06 0 8.42e+03 1.38e+04 World_log_PV Transportation + 3 -1.5e+04 5.01e+03 1.42e+04 2.42e-06 0 8.42e+03 2.22e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 108 -402 63.8 0.0219 0 0 0 Tank_phys initStep + 1 108 -402 63.8 0.0212 0.000684 0.00079 0.00079 Tank_phys msc + 2 108 -402 63.8 0 0.0212 0.00933 0.0101 Tank_phys eIoni + 3 108 -402 63.8 0 0 0 0.0101 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 -403 63.8 0.00829 0 0 0 Tank_phys initStep + 1 110 -403 63.8 0.00796 0.000339 0.000143 0.000143 Tank_phys msc + 2 110 -403 63.8 0 0.00796 0.00166 0.0018 Tank_phys eIoni + 3 110 -403 63.8 0 0 0 0.0018 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 116 -406 59.9 0.0174 0 0 0 Tank_phys initStep + 1 116 -406 59.9 0.0167 0.000717 0.000526 0.000526 Tank_phys msc + 2 116 -406 59.9 0 0.0167 0.0061 0.00663 Tank_phys eIoni + 3 116 -406 59.9 0 0 0 0.00663 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 116 -406 59.9 2.39e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.85e+03 2.14e+03 2.39e-06 0 6.8e+03 6.8e+03 expHall_phys Transportation + 2 5e+03 3.85e+03 2.14e+03 2.39e-06 0 0 6.8e+03 Tank_phys Transportation + 3 4.39e+03 5e+03 2.55e+03 2.39e-06 0 1.37e+03 8.17e+03 expHall_phys Transportation + 4 -209 1e+04 4.74e+03 2.39e-06 0 7.14e+03 1.53e+04 World_log_PV Transportation + 5 -4.8e+03 1.5e+04 6.93e+03 2.39e-06 0 7.14e+03 2.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -454 -10.4 0.144 0 0 0 Tank_phys initStep + 1 117 -454 -10.4 0.139 0.00529 0.0209 0.0209 Tank_phys msc + 2 117 -454 -10.4 0.119 0.02 0.0649 0.0858 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -454 -10.4 3.55e-06 0 0 0 Tank_phys initStep + 1 -2.38e+03 -5e+03 -3.22e+03 3.55e-06 0 6.1e+03 6.1e+03 expHall_phys Transportation + 2 -8.12e+03 -9.48e+03 -1e+04 3.55e-06 0 9.95e+03 1.6e+04 World_log_PV Transportation + 3 -1.24e+04 -1.28e+04 -1.5e+04 3.55e-06 0 7.34e+03 2.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -454 -10.4 2.6e-06 0 0 0 Tank_phys initStep + 1 2.47e+03 -1.98e+03 -5e+03 2.6e-06 0 5.72e+03 5.72e+03 expHall_phys Transportation + 2 2.47e+03 -1.98e+03 -5e+03 2.6e-06 0 0 5.72e+03 Tank_phys Transportation + 3 2.78e+03 -2.22e+03 -4.77e+03 2.6e-06 2.6e-06 455 6.18e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 117 -454 -10.4 0.119 0 0 0.0858 Tank_phys initStep + 3 117 -454 -10.4 0.112 0.00704 0.0152 0.101 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -454 -10.4 3.22e-06 0 0 0 Tank_phys initStep + 1 5e+03 186 4.22e+03 3.22e-06 0 6.49e+03 6.49e+03 expHall_phys Transportation + 2 5e+03 186 4.22e+03 3.22e-06 0 0 6.49e+03 Tank_phys Transportation + 3 4.3e+03 590 5e+03 3.22e-06 0 1.12e+03 7.62e+03 expHall_phys Transportation + 4 4.3e+03 590 5e+03 3.22e-06 0 0 7.62e+03 Tank_phys Transportation + 5 -5e+03 901 1.76e+03 3.22e-06 0 9.85e+03 1.75e+04 expHall_phys Transportation + 6 -1e+04 692 -3.27e+03 3.22e-06 0 7.1e+03 2.46e+04 World_log_PV Transportation + 7 -1.5e+04 482 -8.31e+03 3.22e-06 0 7.1e+03 3.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 117 -454 -10.4 0.112 0 0 0.101 Tank_phys initStep + 4 117 -454 -10.4 0.109 0.00297 0.0137 0.115 Tank_phys msc + 5 117 -454 -10.4 0.09 0.0191 0.0483 0.163 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -454 -10.4 3.72e-06 0 0 0 Tank_phys initStep + 1 103 -335 -187 3.72e-06 3.72e-06 213 213 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -454 -10.4 3.95e-06 0 0 0 Tank_phys initStep + 1 1.54e+03 -1.68e+03 -1.35e+03 3.95e-06 3.95e-06 2.31e+03 2.31e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 117 -454 -10.4 0.09 0 0 0.163 Tank_phys initStep + 6 117 -454 -10.4 0.0877 0.00229 0.00944 0.172 Tank_phys msc + 7 117 -454 -10.4 0.0739 0.0138 0.0379 0.21 Tank_phys eIoni + 8 117 -454 -10.4 0.0624 0.0115 0.0319 0.242 Tank_phys eIoni + 9 117 -454 -10.4 0.0504 0.012 0.0273 0.269 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 117 -454 -10.4 2.42e-06 0 0 0 Tank_phys initStep + 1 3.01e+03 -5e+03 3.3e+03 2.42e-06 0 6.32e+03 6.32e+03 expHall_phys Transportation + 2 3.01e+03 -5e+03 3.3e+03 2.42e-06 0 0 6.32e+03 Tank_phys Transportation + 3 4.06e+03 -4.03e+03 5e+03 2.42e-06 0 2.22e+03 8.55e+03 expHall_phys Transportation + 4 4.06e+03 -4.03e+03 5e+03 2.42e-06 0 0 8.55e+03 Tank_phys Transportation + 5 5e+03 -2.8e+03 2.97e+03 2.42e-06 0 2.55e+03 1.11e+04 expHall_phys Transportation + 6 5e+03 -2.8e+03 2.97e+03 2.42e-06 0 0 1.11e+04 Tank_phys Transportation + 7 2.81e+03 -1e+03 -898 2.42e-06 2.42e-06 4.79e+03 1.59e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 117 -454 -10.4 0.0504 0 0 0.269 Tank_phys initStep + 10 118 -454 -10.4 0.0455 0.00494 0.00346 0.273 Tank_phys msc + 11 118 -454 -10.4 0.0312 0.0142 0.021 0.294 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -454 -10.4 3.45e-06 0 0 0 Tank_phys initStep + 1 22.3 -1.37e+03 63.8 3.45e-06 3.45e-06 927 927 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -454 -10.4 2.43e-06 0 0 0 Tank_phys initStep + 1 5e+03 -245 -3.45e+03 2.43e-06 0 5.98e+03 5.98e+03 expHall_phys Transportation + 2 5e+03 -245 -3.45e+03 2.43e-06 0 0 5.98e+03 Tank_phys Transportation + 3 2.51e+03 -788 -5e+03 2.43e-06 0 2.98e+03 8.96e+03 expHall_phys Transportation + 4 2.51e+03 -788 -5e+03 2.43e-06 0 0 8.96e+03 Tank_phys Transportation + 5 1.35e+03 -2.85e+03 -3.58e+03 2.43e-06 2.43e-06 2.76e+03 1.17e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -454 -10.4 3.66e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.87e+03 166 3.66e-06 0 5.41e+03 5.41e+03 expHall_phys Transportation + 2 1e+04 5.65e+03 -810 3.66e-06 0 6.34e+03 1.18e+04 World_log_PV Transportation + 3 1.5e+04 9.43e+03 -1.79e+03 3.66e-06 0 6.34e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -454 -10.4 2.32e-06 0 0 0 Tank_phys initStep + 1 -5e+03 429 -4.98e+03 2.32e-06 0 7.19e+03 7.19e+03 expHall_phys Transportation + 2 -5e+03 429 -4.98e+03 2.32e-06 0 0 7.19e+03 Tank_phys Transportation + 3 -4.95e+03 421 -5e+03 2.32e-06 0 56.5 7.24e+03 expHall_phys Transportation + 4 -4.95e+03 421 -5e+03 2.32e-06 0 0 7.24e+03 Tank_phys Transportation + 5 -1.28e+03 -1.55e+03 -3.04e+03 2.32e-06 2.32e-06 4.6e+03 1.18e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -454 -10.4 2.63e-06 0 0 0 Tank_phys initStep + 1 -697 5e+03 -2e+03 2.63e-06 0 5.86e+03 5.86e+03 expHall_phys Transportation + 2 -1.99e+03 1e+04 -3.64e+03 2.63e-06 0 5.42e+03 1.13e+04 World_log_PV Transportation + 3 -3.28e+03 1.5e+04 -5.27e+03 2.63e-06 0 5.42e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 118 -454 -10.4 0.0312 0 0 0.294 Tank_phys initStep + 12 118 -454 -10.4 0.0308 0.000458 0.00149 0.295 Tank_phys msc + 13 118 -454 -10.4 0.0107 0.02 0.0152 0.311 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 118 -454 -10.4 3.43e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -81.4 -426 3.43e-06 0 5.15e+03 5.15e+03 expHall_phys Transportation + 2 -5e+03 -81.4 -426 3.43e-06 0 0 5.15e+03 Tank_phys Transportation + 3 -4.85e+03 461 -505 3.43e-06 3.43e-06 568 5.72e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 118 -454 -10.4 0.0107 0 0 0.311 Tank_phys initStep + 14 118 -454 -10.4 0.01 0.000734 0.000225 0.311 Tank_phys msc + 15 118 -454 -10.4 0 0.01 0.00248 0.313 Tank_phys eIoni + 16 118 -454 -10.4 0 0 0 0.313 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 133 -244 -39.6 0.02 0 0 0 Tank_phys initStep + 1 133 -244 -39.6 0.0194 0.000555 0.000673 0.000673 Tank_phys msc + 2 133 -244 -39.6 0 0.0194 0.008 0.00867 Tank_phys eIoni + 3 133 -244 -39.6 0 0 0 0.00867 Tank_phys NoProcess + +********************************************************************************************************* +* 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 47.4 -31.5 -65.5 0.18 0 0 0 Tank_phys initStep + 1 47.4 -31.5 -65.6 0.172 0.00806 0.0299 0.0299 Tank_phys msc + 2 47.4 -31.5 -65.6 0.147 0.0247 0.0853 0.115 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.5 -65.6 3.92e-06 0 0 0 Tank_phys initStep + 1 -94.9 -152 -265 3.92e-06 3.92e-06 273 273 Tank_phys OpAbsorption + +********************************************************************************************************* +* 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 + 2 47.4 -31.5 -65.6 0.147 0 0 0.115 Tank_phys initStep + 3 47.4 -31.6 -65.7 0.14 0.00668 0.0216 0.137 Tank_phys msc + 4 47.4 -31.6 -65.7 0.122 0.0179 0.0656 0.202 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.6 -65.7 3.99e-06 0 0 0 Tank_phys initStep + 1 -3.88e+03 5e+03 3.68e+03 3.99e-06 0 7.4e+03 7.4e+03 expHall_phys Transportation + 2 -3.88e+03 5e+03 3.68e+03 3.99e-06 0 0 7.4e+03 Tank_phys Transportation + 3 -5e+03 3.34e+03 4.64e+03 3.99e-06 0 2.22e+03 9.62e+03 expHall_phys Transportation + 4 -5e+03 3.34e+03 4.64e+03 3.99e-06 0 0 9.62e+03 Tank_phys Transportation + 5 -4.81e+03 3.04e+03 4.71e+03 3.99e-06 3.99e-06 359 9.98e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.6 -65.7 2.17e-06 0 0 0 Tank_phys initStep + 1 2.99e+03 1.43e+03 4e+03 2.17e-06 2.17e-06 5.23e+03 5.23e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* 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 + 4 47.4 -31.6 -65.7 0.122 0 0 0.202 Tank_phys initStep + 5 47.4 -31.6 -65.7 0.12 0.00287 0.0159 0.218 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.6 -65.7 3.28e-06 0 0 0 Tank_phys initStep + 1 5e+03 809 -808 3.28e-06 0 5.08e+03 5.08e+03 expHall_phys Transportation + 2 1e+04 2.19e+03 -1.83e+03 3.28e-06 0 5.29e+03 1.04e+04 World_log_PV Transportation + 3 1.5e+04 3.56e+03 -2.85e+03 3.28e-06 0 5.29e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 + 5 47.4 -31.6 -65.7 0.12 0 0 0.218 Tank_phys initStep + 6 47.4 -31.6 -65.7 0.115 0.00464 0.0153 0.234 Tank_phys msc + 7 47.4 -31.5 -65.7 0.0954 0.0195 0.0513 0.285 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.6 -65.7 2.46e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.23e+03 171 2.46e-06 0 5.21e+03 5.21e+03 expHall_phys Transportation + 2 -5e+03 1.23e+03 171 2.46e-06 0 0 5.21e+03 Tank_phys Transportation + 3 1.89e+03 2.06e+03 4.62e+03 2.46e-06 2.46e-06 8.24e+03 1.34e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* 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 + 7 47.4 -31.5 -65.7 0.0954 0 0 0.285 Tank_phys initStep + 8 47.4 -31.5 -65.7 0.0931 0.00225 0.0104 0.295 Tank_phys msc + 9 47.4 -31.5 -65.7 0.0776 0.0155 0.0404 0.336 Tank_phys eIoni + 10 47.4 -31.5 -65.7 0.0619 0.0157 0.0334 0.369 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.5 -65.7 2.5e-06 0 0 0 Tank_phys initStep + 1 4.51e+03 -316 5e+03 2.5e-06 0 6.75e+03 6.75e+03 expHall_phys Transportation + 2 1e+04 -1.81e+03 6.99e+03 2.5e-06 0 6.03e+03 1.28e+04 World_log_PV Transportation + 3 1.5e+04 -3.17e+03 8.81e+03 2.5e-06 0 5.49e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.5 -65.7 3.8e-06 0 0 0 Tank_phys initStep + 1 471 -442 -96.8 3.8e-06 3.8e-06 591 591 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.5 -65.7 3.8e-06 0 0 0 Tank_phys initStep + 1 -1.05e+03 5e+03 -4.19e+03 3.8e-06 0 6.6e+03 6.6e+03 expHall_phys Transportation + 2 -4.53e+03 8.24e+03 -1e+04 3.8e-06 0 7.5e+03 1.41e+04 World_log_PV Transportation + 3 -7.52e+03 1.1e+04 -1.5e+04 3.8e-06 0 6.46e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 + 10 47.4 -31.5 -65.7 0.0619 0 0 0.369 Tank_phys initStep + 11 47.4 -31.5 -65.7 0.0591 0.00283 0.00495 0.374 Tank_phys msc + 12 47.4 -31.5 -65.7 0.033 0.0261 0.026 0.4 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.5 -65.7 3.16e-06 0 0 0 Tank_phys initStep + 1 121 3.66e+03 -5e+03 3.16e-06 0 6.16e+03 6.16e+03 expHall_phys Transportation + 2 121 3.66e+03 -5e+03 3.16e-06 0 0 6.16e+03 Tank_phys Transportation + 3 -840 5e+03 -3.33e+03 3.16e-06 0 2.35e+03 8.51e+03 expHall_phys Transportation + 4 -1e+04 5.82e+03 8.82e+03 3.16e-06 0 1.52e+04 2.37e+04 World_log_PV Transportation + 5 -1.47e+04 6.23e+03 1.5e+04 3.16e-06 0 7.76e+03 3.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 + 12 47.4 -31.5 -65.7 0.033 0 0 0.4 Tank_phys initStep + 13 47.4 -31.5 -65.7 0.0319 0.00113 0.00164 0.402 Tank_phys msc + 14 47.4 -31.5 -65.7 0.00575 0.0261 0.0157 0.417 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.4 -31.5 -65.7 2.56e-06 0 0 0 Tank_phys initStep + 1 4.35e+03 -695 2.43e+03 2.56e-06 2.56e-06 5.02e+03 5.02e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* 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 + 14 47.4 -31.5 -65.7 0.00575 0 0 0.417 Tank_phys initStep + 15 47.4 -31.5 -65.7 0.00532 0.000431 7.53e-05 0.417 Tank_phys msc + 16 47.4 -31.5 -65.7 0 0.00532 0.000823 0.418 Tank_phys eIoni + 17 47.4 -31.5 -65.7 0 0 0 0.418 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 84.4 -451 36.4 0.0624 0 0 704 Tank_phys initStep + 10 91.6 -435 41.9 0.0624 0 18.7 723 Tank_phys Rayl + 11 110 -424 48.2 0.0537 1.36e-05 21.8 745 Tank_phys compt + 12 114 -439 40.1 0.0464 1.42e-05 17.6 762 Tank_phys compt + 13 123 -433 55.3 0.0415 1.36e-05 18.9 781 Tank_phys compt + 14 164 -533 26.3 0 0.000538 112 893 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 164 -533 26.3 0.041 0 0 0 Tank_phys initStep + 1 164 -533 26.3 0.0399 0.00106 0.0024 0.0024 Tank_phys msc + 2 164 -533 26.3 0.0249 0.015 0.0189 0.0214 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 164 -533 26.3 3.69e-06 0 0 0 Tank_phys initStep + 1 130 1.29e+03 59.7 3.69e-06 3.69e-06 1.82e+03 1.82e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 164 -533 26.3 3.41e-06 0 0 0 Tank_phys initStep + 1 884 -5e+03 1.17e+03 3.41e-06 0 4.67e+03 4.67e+03 expHall_phys Transportation + 2 2.03e+03 -1e+04 3.99e+03 3.41e-06 0 5.85e+03 1.05e+04 World_log_PV Transportation + 3 3.17e+03 -1.5e+04 6.8e+03 3.41e-06 0 5.85e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 164 -533 26.3 3.39e-06 0 0 0 Tank_phys initStep + 1 979 -713 -1.04e+03 3.39e-06 3.39e-06 1.36e+03 1.36e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 164 -533 26.3 0.0249 0 0 0.0214 Tank_phys initStep + 3 164 -533 26.3 0.024 0.00088 0.000995 0.0223 Tank_phys msc + 4 164 -533 26.3 0.00559 0.0184 0.0115 0.0338 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 164 -533 26.3 2.91e-06 0 0 0 Tank_phys initStep + 1 3.6e+03 3.86e+03 -5e+03 2.91e-06 0 7.51e+03 7.51e+03 expHall_phys Transportation + 2 3.6e+03 3.86e+03 -5e+03 2.91e-06 0 0 7.51e+03 Tank_phys Transportation + 3 4.65e+03 5e+03 -4.6e+03 2.91e-06 0 1.6e+03 9.11e+03 expHall_phys Transportation + 4 4.65e+03 5e+03 -4.6e+03 2.91e-06 0 0 9.11e+03 Tank_phys Transportation + 5 5e+03 4.48e+03 -4.44e+03 2.91e-06 0 650 9.76e+03 expHall_phys Transportation + 6 5e+03 4.48e+03 -4.44e+03 2.91e-06 0 0 9.76e+03 Tank_phys Transportation + 7 -5e+03 -4.07e+03 -3.36e+03 2.91e-06 0 1.32e+04 2.3e+04 expHall_phys Transportation + 8 -5e+03 -4.07e+03 -3.36e+03 2.91e-06 0 0 2.3e+04 Tank_phys Transportation + 9 -3.12e+03 -5e+03 -2.32e+03 2.91e-06 0 2.34e+03 2.53e+04 expHall_phys Transportation + 10 -3.12e+03 -5e+03 -2.32e+03 2.91e-06 0 0 2.53e+04 Tank_phys Transportation + 11 5e+03 2.37e+03 -1.62e+03 2.91e-06 0 1.1e+04 3.63e+04 expHall_phys Transportation + 12 5e+03 2.37e+03 -1.62e+03 2.91e-06 0 0 3.63e+04 Tank_phys Transportation + 13 3.11e+03 5e+03 -2.11e+03 2.91e-06 0 3.28e+03 3.96e+04 expHall_phys Transportation + 14 -1.74e+03 1e+04 -3.23e+03 2.91e-06 0 7.06e+03 4.66e+04 World_log_PV Transportation + 15 -6.6e+03 1.5e+04 -4.35e+03 2.91e-06 0 7.06e+03 5.37e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 164 -533 26.3 2.19e-06 0 0 0 Tank_phys initStep + 1 -334 492 1.24e+03 2.19e-06 2.19e-06 1.67e+03 1.67e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 164 -533 26.3 3.34e-06 0 0 0 Tank_phys initStep + 1 -528 3.87e+03 5e+03 3.34e-06 0 6.68e+03 6.68e+03 expHall_phys Transportation + 2 -528 3.87e+03 5e+03 3.34e-06 0 0 6.68e+03 Tank_phys Transportation + 3 -577 3.92e+03 4.94e+03 3.34e-06 3.34e-06 93.9 6.77e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 164 -533 26.3 0.00559 0 0 0.0338 Tank_phys initStep + 5 164 -533 26.3 0.00547 0.000119 7.17e-05 0.0339 Tank_phys msc + 6 164 -533 26.3 0 0.00547 0.000864 0.0348 Tank_phys eIoni + 7 164 -533 26.3 0 0 0 0.0348 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 123 -433 55.3 0.00486 0 0 0 Tank_phys initStep + 1 123 -433 55.3 0.00478 8.23e-05 5.64e-05 5.64e-05 Tank_phys msc + 2 123 -433 55.3 0 0.00478 0.000684 0.00074 Tank_phys eIoni + 3 123 -433 55.3 0 0 0 0.00074 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -439 40.1 0.00725 0 0 0 Tank_phys initStep + 1 114 -439 40.1 0.00711 0.000134 0.000113 0.000113 Tank_phys msc + 2 114 -439 40.1 0 0.00711 0.00136 0.00148 Tank_phys eIoni + 3 114 -439 40.1 0 0 0 0.00148 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 -424 48.2 0.00872 0 0 0 Tank_phys initStep + 1 110 -424 48.2 0.00849 0.000236 0.000156 0.000156 Tank_phys msc + 2 110 -424 48.2 0 0.00849 0.00186 0.00201 Tank_phys eIoni + 3 110 -424 48.2 0 0 0 0.00201 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 -424 48.2 3.58e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -3.5e+03 4.01e+03 3.58e-06 0 7.16e+03 7.16e+03 expHall_phys Transportation + 2 -5e+03 -3.5e+03 4.01e+03 3.58e-06 0 0 7.16e+03 Tank_phys Transportation + 3 -3.75e+03 -5e+03 4.44e+03 3.58e-06 0 2e+03 9.16e+03 expHall_phys Transportation + 4 -3.75e+03 -5e+03 4.44e+03 3.58e-06 0 0 9.16e+03 Tank_phys Transportation + 5 -3.08e+03 -4.33e+03 5e+03 3.58e-06 0 1.1e+03 1.03e+04 expHall_phys Transportation + 6 -3.08e+03 -4.33e+03 5e+03 3.58e-06 0 0 1.03e+04 Tank_phys Transportation + 7 -2.36e+03 -2.57e+03 3.25e+03 3.58e-06 3.58e-06 2.59e+03 1.29e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.979 -0.784 -0.219 0.511 0 0 0 Tank_phys initStep + 1 -173 115 245 0.407 1.42e-05 322 322 Tank_phys compt + 2 -175 113 255 0.401 1.42e-05 10.1 332 Tank_phys compt + 3 -176 97.4 297 0.161 1.42e-05 44.5 377 Tank_phys compt + 4 -177 99 256 0.099 2.92e-05 40.2 417 Tank_phys compt + 5 -174 94 265 0.0894 2.92e-05 10.8 428 Tank_phys compt + 6 -175 93.1 265 0.0774 1.42e-05 1.92 430 Tank_phys compt + 7 -192 109 356 0.0625 1.42e-05 93.9 524 Tank_phys compt + 8 -150 39.9 330 0.0573 1.36e-05 85.1 609 Tank_phys compt + 9 -150 46.5 278 0.0482 1.42e-05 52.5 661 Tank_phys compt + 10 -209 -4.55 305 0.0482 0 82.6 744 Tank_phys Rayl + 11 -213 -8.47 307 0 0.000538 6.04 750 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -213 -8.47 307 0.0476 0 0 0 Tank_phys initStep + 1 -213 -8.47 307 0.0458 0.00186 0.00313 0.00313 Tank_phys msc + 2 -213 -8.47 307 0.0324 0.0133 0.0211 0.0242 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 107 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -213 -8.47 307 3.46e-06 0 0 0 Tank_phys initStep + 1 4.53e+03 -5e+03 -569 3.46e-06 0 6.94e+03 6.94e+03 expHall_phys Transportation + 2 4.53e+03 -5e+03 -569 3.46e-06 0 0 6.94e+03 Tank_phys Transportation + 3 5e+03 -4.66e+03 -509 3.46e-06 0 587 7.52e+03 expHall_phys Transportation + 4 1e+04 711 1.52e+03 3.46e-06 0 7.61e+03 1.51e+04 World_log_PV Transportation + 5 1.5e+04 6.08e+03 3.54e+03 3.46e-06 0 7.61e+03 2.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -213 -8.47 307 0.0324 0 0 0.0242 Tank_phys initStep + 3 -213 -8.47 307 0.0314 0.000987 0.00159 0.0258 Tank_phys msc + 4 -213 -8.47 307 0.0169 0.0145 0.0155 0.0413 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 107 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -213 -8.47 307 3.67e-06 0 0 0 Tank_phys initStep + 1 -2.15e+03 5e+03 -2.69e+03 3.67e-06 0 6.15e+03 6.15e+03 expHall_phys Transportation + 2 -2.15e+03 5e+03 -2.69e+03 3.67e-06 0 0 6.15e+03 Tank_phys Transportation + 3 -5e+03 -219 -4.97e+03 3.67e-06 0 6.37e+03 1.25e+04 expHall_phys Transportation + 4 -5e+03 -219 -4.97e+03 3.67e-06 0 0 1.25e+04 Tank_phys Transportation + 5 -4.94e+03 -295 -5e+03 3.67e-06 0 104 1.26e+04 expHall_phys Transportation + 6 -4.94e+03 -295 -5e+03 3.67e-06 0 0 1.26e+04 Tank_phys Transportation + 7 -3.42e+03 -3.07e+03 -3.33e+03 3.67e-06 3.67e-06 3.57e+03 1.62e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -213 -8.47 307 0.0169 0 0 0.0413 Tank_phys initStep + 5 -213 -8.47 307 0.0163 0.000623 0.000501 0.0418 Tank_phys msc + 6 -213 -8.47 307 0 0.0163 0.00586 0.0477 Tank_phys eIoni + 7 -213 -8.47 307 0 0 0 0.0477 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 46.5 278 0.00908 0 0 0 Tank_phys initStep + 1 -150 46.5 278 0.0085 0.00058 0.000167 0.000167 Tank_phys msc + 2 -150 46.5 278 0 0.0085 0.00186 0.00203 Tank_phys eIoni + 3 -150 46.5 278 0 0 0 0.00203 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 39.9 330 0.00519 0 0 0 Tank_phys initStep + 1 -150 39.9 330 0.00507 0.00012 6.3e-05 6.3e-05 Tank_phys msc + 2 -150 39.9 330 0 0.00507 0.000756 0.000819 Tank_phys eIoni + 3 -150 39.9 330 0 0 0 0.000819 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -192 109 356 0.0149 0 0 0 Tank_phys initStep + 1 -192 109 356 0.0143 0.000584 0.000401 0.000401 Tank_phys msc + 2 -192 109 356 0 0.0143 0.00467 0.00507 Tank_phys eIoni + 3 -192 109 356 0 0 0 0.00507 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -175 93.1 265 0.012 0 0 0 Tank_phys initStep + 1 -175 93.1 265 0.0117 0.0003 0.000274 0.000274 Tank_phys msc + 2 -175 93.1 265 0 0.0117 0.00327 0.00355 Tank_phys eIoni + 3 -175 93.1 265 0 0 0 0.00355 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 103 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -175 93.1 265 3.27e-06 0 0 0 Tank_phys initStep + 1 179 -850 -5e+03 3.27e-06 0 5.36e+03 5.36e+03 expHall_phys Transportation + 2 1.27e+03 -2.88e+03 -1e+04 3.27e-06 0 5.5e+03 1.09e+04 World_log_PV Transportation + 3 2.36e+03 -4.91e+03 -1.5e+04 3.27e-06 0 5.5e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -174 94 265 0.00952 0 0 0 Tank_phys initStep + 1 -174 94 265 0.00896 0.000559 0.000182 0.000182 Tank_phys msc + 2 -174 94 265 0 0.00896 0.00204 0.00222 Tank_phys eIoni + 3 -174 94 265 0 0 0 0.00222 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -174 94 265 3.41e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -4.81e+03 -3.58e+03 3.41e-06 0 7.88e+03 7.88e+03 expHall_phys Transportation + 2 -5e+03 -4.81e+03 -3.58e+03 3.41e-06 0 0 7.88e+03 Tank_phys Transportation + 3 -4.49e+03 -5e+03 -3.82e+03 3.41e-06 0 595 8.48e+03 expHall_phys Transportation + 4 -4.49e+03 -5e+03 -3.82e+03 3.41e-06 0 0 8.48e+03 Tank_phys Transportation + 5 -4.06e+03 -3.55e+03 -5e+03 3.41e-06 0 1.92e+03 1.04e+04 expHall_phys Transportation + 6 -4.06e+03 -3.55e+03 -5e+03 3.41e-06 0 0 1.04e+04 Tank_phys Transportation + 7 5e+03 1.51e+03 3.82e+03 3.41e-06 0 1.36e+04 2.4e+04 expHall_phys Transportation + 8 5e+03 1.51e+03 3.82e+03 3.41e-06 0 0 2.4e+04 Tank_phys Transportation + 9 3.58e+03 2.05e+03 5e+03 3.41e-06 0 1.92e+03 2.59e+04 expHall_phys Transportation + 10 3.58e+03 2.05e+03 5e+03 3.41e-06 0 0 2.59e+04 Tank_phys Transportation + 11 1.03e+03 5e+03 69.7 3.41e-06 0 6.29e+03 3.22e+04 expHall_phys Transportation + 12 1.03e+03 5e+03 69.7 3.41e-06 0 0 3.22e+04 Tank_phys Transportation + 13 2.69e+03 -5e+03 -1.63e+03 3.41e-06 0 1.03e+04 4.25e+04 expHall_phys Transportation + 14 4.13e+03 -1e+04 -3.64e+03 3.41e-06 0 5.58e+03 4.81e+04 World_log_PV Transportation + 15 5.57e+03 -1.5e+04 -5.64e+03 3.41e-06 0 5.58e+03 5.37e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -177 99 256 0.062 0 0 0 Tank_phys initStep + 1 -177 99 256 0.0601 0.00184 0.00496 0.00496 Tank_phys msc + 2 -177 99 256 0.0319 0.0282 0.0264 0.0314 Tank_phys eIoni + 3 -177 99 256 0.0158 0.0162 0.0157 0.0471 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -177 99 256 2.22e-06 0 0 0 Tank_phys initStep + 1 4.41e+03 -2.88e+03 -5e+03 2.22e-06 0 7.59e+03 7.59e+03 expHall_phys Transportation + 2 1e+04 -4.89e+03 -6.52e+03 2.22e-06 0 6.13e+03 1.37e+04 World_log_PV Transportation + 3 1.5e+04 -6.69e+03 -7.89e+03 2.22e-06 0 5.49e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -177 99 256 3.61e-06 0 0 0 Tank_phys initStep + 1 -2.11e+03 3.62e+03 -586 3.61e-06 3.61e-06 4.11e+03 4.11e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -177 99 256 0.0158 0 0 0.0471 Tank_phys initStep + 4 -177 99 256 0.00986 0.0059 0.000442 0.0475 Tank_phys msc + 5 -177 99 256 0 0.00986 0.00241 0.0499 Tank_phys eIoni + 6 -177 99 256 0 0 0 0.0499 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -177 99 256 2.04e-06 0 0 0 Tank_phys initStep + 1 2.31e+03 -5e+03 2.32e+03 2.04e-06 0 6.04e+03 6.04e+03 expHall_phys Transportation + 2 1e+04 -9.96e+03 9.34e+03 2.04e-06 0 1.15e+04 1.76e+04 World_log_PV Transportation + 3 1.5e+04 -1.32e+04 1.39e+04 2.04e-06 0 7.5e+03 2.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.4 297 0.24 0 0 0 Tank_phys initStep + 1 -176 97.4 297 0.229 0.0106 0.0473 0.0473 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.4 297 3.88e-06 0 0 0 Tank_phys initStep + 1 4.78e+03 -5e+03 1.11e+03 3.88e-06 0 7.16e+03 7.16e+03 expHall_phys Transportation + 2 4.78e+03 -5e+03 1.11e+03 3.88e-06 0 0 7.16e+03 Tank_phys Transportation + 3 5e+03 -4.59e+03 1.03e+03 3.88e-06 0 474 7.63e+03 expHall_phys Transportation + 4 5e+03 -4.59e+03 1.03e+03 3.88e-06 0 0 7.63e+03 Tank_phys Transportation + 5 3.2e+03 -3.18e+03 945 3.88e-06 3.88e-06 2.28e+03 9.91e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -176 97.4 297 0.229 0 0 0.0473 Tank_phys initStep + 2 -176 97.4 297 0.222 0.00744 0.0441 0.0913 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.4 297 3.28e-06 0 0 0 Tank_phys initStep + 1 -4.63e+03 4.16e+03 -1.98e+03 3.28e-06 3.28e-06 6.45e+03 6.45e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -176 97.4 297 0.222 0 0 0.0913 Tank_phys initStep + 3 -176 97.3 297 0.213 0.00879 0.0418 0.133 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.3 297 3.41e-06 0 0 0 Tank_phys initStep + 1 -150 2e+03 60.8 3.41e-06 3.41e-06 1.92e+03 1.92e+03 Bubble_phys Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -176 97.3 297 0.213 0 0 0.133 Tank_phys initStep + 4 -176 97.3 297 0.203 0.0099 0.0392 0.172 Tank_phys msc + 5 -176 97.3 297 0.175 0.0284 0.107 0.279 Tank_phys eIoni + 6 -176 97.3 297 0.149 0.0256 0.0872 0.366 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.3 297 3.39e-06 0 0 0 Tank_phys initStep + 1 3.29e+03 -1.99e+03 3.91e+03 3.39e-06 3.39e-06 5.42e+03 5.42e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -176 97.3 297 0.149 0 0 0.366 Tank_phys initStep + 7 -176 97.2 297 0.137 0.012 0.0221 0.388 Tank_phys msc + 8 -176 97.2 297 0.107 0.0302 0.0637 0.452 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 2.45e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.95e+03 -2.99e+03 2.45e-06 0 6.85e+03 6.85e+03 expHall_phys Transportation + 2 5e+03 -2.95e+03 -2.99e+03 2.45e-06 0 0 6.85e+03 Tank_phys Transportation + 3 3.32e+03 -4.11e+03 -5e+03 2.45e-06 0 2.86e+03 9.71e+03 expHall_phys Transportation + 4 3.32e+03 -4.11e+03 -5e+03 2.45e-06 0 0 9.71e+03 Tank_phys Transportation + 5 823 -5e+03 -3.53e+03 2.45e-06 0 3.03e+03 1.27e+04 expHall_phys Transportation + 6 823 -5e+03 -3.53e+03 2.45e-06 0 0 1.27e+04 Tank_phys Transportation + 7 -5e+03 228 3.13e+03 2.45e-06 0 1.03e+04 2.3e+04 expHall_phys Transportation + 8 -5e+03 228 3.13e+03 2.45e-06 0 0 2.3e+04 Tank_phys Transportation + 9 -1.58e+03 1.45e+03 5e+03 2.45e-06 0 4.08e+03 2.71e+04 expHall_phys Transportation + 10 -1.58e+03 1.45e+03 5e+03 2.45e-06 0 0 2.71e+04 Tank_phys Transportation + 11 4.81e+03 3.14e+03 -5e+03 2.45e-06 0 1.2e+04 3.91e+04 expHall_phys Transportation + 12 4.81e+03 3.14e+03 -5e+03 2.45e-06 0 0 3.91e+04 Tank_phys Transportation + 13 5e+03 3.34e+03 -4.81e+03 2.45e-06 0 339 3.94e+04 expHall_phys Transportation + 14 5e+03 3.34e+03 -4.81e+03 2.45e-06 0 0 3.94e+04 Tank_phys Transportation + 15 2.67e+03 5e+03 -3.06e+03 2.45e-06 0 3.35e+03 4.28e+04 expHall_phys Transportation + 16 2.67e+03 5e+03 -3.06e+03 2.45e-06 0 0 4.28e+04 Tank_phys Transportation + 17 -241 4.13e+03 -1.8e+03 2.45e-06 2.45e-06 3.29e+03 4.61e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 3.67e-06 0 0 0 Tank_phys initStep + 1 472 -54.6 5e+03 3.67e-06 0 4.75e+03 4.75e+03 expHall_phys Transportation + 2 472 -54.6 5e+03 3.67e-06 0 0 4.75e+03 Tank_phys Transportation + 3 4.1e+03 -5e+03 1.59e+03 3.67e-06 0 7.02e+03 1.18e+04 expHall_phys Transportation + 4 4.1e+03 -5e+03 1.59e+03 3.67e-06 0 0 1.18e+04 Tank_phys Transportation + 5 5e+03 -4e+03 455 3.67e-06 0 1.75e+03 1.35e+04 expHall_phys Transportation + 6 5e+03 -4e+03 455 3.67e-06 0 0 1.35e+04 Tank_phys Transportation + 7 2.12e+03 -740 -2.68e+03 3.67e-06 0 5.37e+03 1.89e+04 Tank_phys OpRayleigh + 8 2.17e+03 -792 -2.76e+03 3.67e-06 0 104 1.9e+04 Tank_phys OpRayleigh + 9 949 -1.16e+03 5e+03 3.67e-06 0 7.86e+03 2.69e+04 expHall_phys Transportation + 10 -559 -2.22e+03 1e+04 3.67e-06 0 5.33e+03 3.22e+04 World_log_PV Transportation + 11 -2.07e+03 -3.29e+03 1.5e+04 3.67e-06 0 5.33e+03 3.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -176 97.2 297 0.107 0 0 0.452 Tank_phys initStep + 9 -176 97.2 297 0.0953 0.0116 0.0126 0.465 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 3.6e-06 0 0 0 Tank_phys initStep + 1 -3.34e+03 -1.56e+03 2.73e+03 3.6e-06 0 4.32e+03 4.32e+03 Tank_phys OpRayleigh + 2 -3.44e+03 -3.77e+03 5e+03 3.6e-06 0 3.17e+03 7.49e+03 expHall_phys Transportation + 3 -3.44e+03 -3.77e+03 5e+03 3.6e-06 0 0 7.49e+03 Tank_phys Transportation + 4 -3.58e+03 -5e+03 3.91e+03 3.6e-06 0 1.65e+03 9.14e+03 expHall_phys Transportation + 5 -3.58e+03 -5e+03 3.91e+03 3.6e-06 0 0 9.14e+03 Tank_phys Transportation + 6 -3.41e+03 -664 413 3.6e-06 3.6e-06 5.57e+03 1.47e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 2.24e-06 0 0 0 Tank_phys initStep + 1 -101 5e+03 1.23e+03 2.24e-06 0 4.99e+03 4.99e+03 expHall_phys Transportation + 2 -735 1e+04 3.44e+03 2.24e-06 0 5.5e+03 1.05e+04 World_log_PV Transportation + 3 -1.37e+03 1.5e+04 5.65e+03 2.24e-06 0 5.5e+03 1.6e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -176 97.2 297 0.0953 0 0 0.465 Tank_phys initStep + 10 -176 97.2 297 0.0928 0.00247 0.0104 0.475 Tank_phys msc + 11 -176 97.2 297 0.0749 0.0179 0.0402 0.515 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 3.28e-06 0 0 0 Tank_phys initStep + 1 5e+03 748 1.61e+03 3.28e-06 0 5.38e+03 5.38e+03 expHall_phys Transportation + 2 1e+04 1.69e+03 1.78e+03 3.28e-06 0 5.09e+03 1.05e+04 World_log_PV Transportation + 3 1.5e+04 2.63e+03 1.95e+03 3.28e-06 0 5.09e+03 1.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 3.59e-06 0 0 0 Tank_phys initStep + 1 -3.31e+03 5e+03 -799 3.59e-06 0 5.92e+03 5.92e+03 expHall_phys Transportation + 2 -9.93e+03 1e+04 -2.79e+03 3.59e-06 0 8.53e+03 1.45e+04 World_log_PV Transportation + 3 -1.5e+04 1.38e+04 -4.31e+03 3.59e-06 0 6.53e+03 2.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -176 97.2 297 0.0749 0 0 0.515 Tank_phys initStep + 12 -176 97.2 297 0.0674 0.00749 0.00689 0.522 Tank_phys msc + 13 -176 97.2 297 0.0556 0.0118 0.0292 0.552 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 125, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 2.42e-06 0 0 0 Tank_phys initStep + 1 1.67e+03 5e+03 -2.03e+03 2.42e-06 0 5.73e+03 5.73e+03 expHall_phys Transportation + 2 1e+04 6.5e+03 -7.36e+03 2.42e-06 0 1e+04 1.57e+04 World_log_PV Transportation + 3 1.5e+04 7.4e+03 -1.06e+04 2.42e-06 0 6e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 -176 97.2 297 0.0556 0 0 0.552 Tank_phys initStep + 14 -176 97.2 297 0.0531 0.00257 0.00411 0.556 Tank_phys msc + 15 -176 97.2 297 0.0377 0.0154 0.0238 0.579 Tank_phys eIoni + 16 -176 97.2 297 0.021 0.0167 0.0181 0.597 Tank_phys eIoni + 17 -176 97.2 297 0 0.021 0.0092 0.607 Tank_phys eIoni + 18 -176 97.2 297 0 0 0 0.607 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 127, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 3.27e-06 0 0 0 Tank_phys initStep + 1 -1.38e+03 4.24e+03 -5e+03 3.27e-06 0 6.83e+03 6.83e+03 expHall_phys Transportation + 2 -4.68e+03 1e+04 -9.08e+03 3.27e-06 0 7.79e+03 1.46e+04 World_log_PV Transportation + 3 -7.53e+03 1.5e+04 -1.26e+04 3.27e-06 0 6.76e+03 2.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 126, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -176 97.2 297 3.47e-06 0 0 0 Tank_phys initStep + 1 -348 5e+03 1.24e+03 3.47e-06 0 5e+03 5e+03 expHall_phys Transportation + 2 462 1e+04 3.3e+03 3.47e-06 0 5.47e+03 1.05e+04 World_log_PV Transportation + 3 1.27e+03 1.5e+04 5.35e+03 3.47e-06 0 5.47e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -175 113 255 0.0062 0 0 0 Tank_phys initStep + 1 -175 113 255 0.00594 0.000256 8.58e-05 8.58e-05 Tank_phys msc + 2 -175 113 255 0 0.00594 0.000997 0.00108 Tank_phys eIoni + 3 -175 113 255 0 0 0 0.00108 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 128, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -175 113 255 3.5e-06 0 0 0 Tank_phys initStep + 1 -183 199 -3.16 3.5e-06 3.5e-06 272 272 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -173 115 245 0.104 0 0 0 Tank_phys initStep + 1 -173 115 245 0.101 0.00269 0.0121 0.0121 Tank_phys msc + 2 -173 115 245 0.0742 0.0272 0.0444 0.0565 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 129, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -173 115 245 3.96e-06 0 0 0 Tank_phys initStep + 1 -1.02e+03 439 954 3.96e-06 3.96e-06 1.15e+03 1.15e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -173 115 245 0.0742 0 0 0.0565 Tank_phys initStep + 3 -173 115 245 0.0708 0.00339 0.00678 0.0632 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 130, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -173 115 245 3.91e-06 0 0 0 Tank_phys initStep + 1 -1.74e+03 5e+03 -169 3.91e-06 0 5.15e+03 5.15e+03 expHall_phys Transportation + 2 -1.74e+03 5e+03 -169 3.91e-06 0 0 5.15e+03 Tank_phys Transportation + 3 -5e+03 4.21e+03 -2.95e+03 3.91e-06 0 4.36e+03 9.51e+03 expHall_phys Transportation + 4 -5e+03 4.21e+03 -2.95e+03 3.91e-06 0 0 9.51e+03 Tank_phys Transportation + 5 -4.01e+03 3.91e+03 -5e+03 3.91e-06 0 2.29e+03 1.18e+04 expHall_phys Transportation + 6 -4.01e+03 3.91e+03 -5e+03 3.91e-06 0 0 1.18e+04 Tank_phys Transportation + 7 428 -881 -1.99e+03 3.91e-06 0 7.2e+03 1.9e+04 Tank_phys OpRayleigh + 8 5e+03 1.37e+03 1.28e+03 3.91e-06 0 6.05e+03 2.5e+04 expHall_phys Transportation + 9 5e+03 1.37e+03 1.28e+03 3.91e-06 0 0 2.5e+04 Tank_phys Transportation + 10 -2.62e+03 3.65e+03 5e+03 3.91e-06 0 8.78e+03 3.38e+04 expHall_phys Transportation + 11 -2.62e+03 3.65e+03 5e+03 3.91e-06 0 0 3.38e+04 Tank_phys Transportation + 12 -4.81e+03 5e+03 2.26e+03 3.91e-06 0 3.76e+03 3.76e+04 expHall_phys Transportation + 13 -4.81e+03 5e+03 2.26e+03 3.91e-06 0 0 3.76e+04 Tank_phys Transportation + 14 -5e+03 4.88e+03 2.1e+03 3.91e-06 0 278 3.79e+04 expHall_phys Transportation + 15 -5e+03 4.88e+03 2.1e+03 3.91e-06 0 0 3.79e+04 Tank_phys Transportation + 16 -2.84e+03 2.35e+03 -1.37e+03 3.91e-06 3.91e-06 4.81e+03 4.27e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -173 115 245 0.0708 0 0 0.0632 Tank_phys initStep + 4 -173 115 245 0.0689 0.00193 0.00625 0.0695 Tank_phys msc + 5 -173 115 245 0.0524 0.0164 0.0298 0.0993 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 131, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -173 115 245 3.61e-06 0 0 0 Tank_phys initStep + 1 -1.21e+03 1.05e+03 -3.56e+03 3.61e-06 0 4.05e+03 4.05e+03 Tank_phys OpRayleigh + 2 2.01e+03 5e+03 -3.38e+03 3.61e-06 0 5.11e+03 9.16e+03 expHall_phys Transportation + 3 2.01e+03 5e+03 -3.38e+03 3.61e-06 0 0 9.16e+03 Tank_phys Transportation + 4 5e+03 1.33e+03 -1.74e+03 3.61e-06 0 5.01e+03 1.42e+04 expHall_phys Transportation + 5 5e+03 1.33e+03 -1.74e+03 3.61e-06 0 0 1.42e+04 Tank_phys Transportation + 6 -5e+03 -4.05e+03 2.76e+03 3.61e-06 0 1.22e+04 2.64e+04 expHall_phys Transportation + 7 -8.6e+03 -1e+04 9.04e+03 3.61e-06 0 9.38e+03 3.58e+04 World_log_PV Transportation + 8 -1.16e+04 -1.5e+04 1.43e+04 3.61e-06 0 7.88e+03 4.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -173 115 245 0.0524 0 0 0.0993 Tank_phys initStep + 6 -173 115 245 0.0501 0.00232 0.0037 0.103 Tank_phys msc + 7 -173 115 245 0.0259 0.0242 0.0227 0.126 Tank_phys eIoni + 8 -173 115 245 0.00374 0.0222 0.0127 0.138 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 133, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -173 115 245 2.52e-06 0 0 0 Tank_phys initStep + 1 -5e+03 3.24e+03 -865 2.52e-06 0 5.86e+03 5.86e+03 expHall_phys Transportation + 2 -5e+03 3.24e+03 -865 2.52e-06 0 0 5.86e+03 Tank_phys Transportation + 3 -3.6e+03 5e+03 -1.87e+03 2.52e-06 0 2.46e+03 8.32e+03 expHall_phys Transportation + 4 -3.6e+03 5e+03 -1.87e+03 2.52e-06 0 0 8.32e+03 Tank_phys Transportation + 5 -1.34e+03 1e+03 -5e+03 2.52e-06 0 5.56e+03 1.39e+04 expHall_phys Transportation + 6 -1.34e+03 1e+03 -5e+03 2.52e-06 0 0 1.39e+04 Tank_phys Transportation + 7 4.3e+03 -5e+03 4.49e+03 2.52e-06 0 1.26e+04 2.64e+04 expHall_phys Transportation + 8 4.3e+03 -5e+03 4.49e+03 2.52e-06 0 0 2.64e+04 Tank_phys Transportation + 9 4.61e+03 -4.73e+03 5e+03 2.52e-06 0 654 2.71e+04 expHall_phys Transportation + 10 4.61e+03 -4.73e+03 5e+03 2.52e-06 0 0 2.71e+04 Tank_phys Transportation + 11 5e+03 -4.76e+03 4.58e+03 2.52e-06 0 573 2.77e+04 expHall_phys Transportation + 12 5e+03 -4.76e+03 4.58e+03 2.52e-06 0 0 2.77e+04 Tank_phys Transportation + 13 3.91e+03 -5e+03 2.7e+03 2.52e-06 0 2.18e+03 2.99e+04 expHall_phys Transportation + 14 3.91e+03 -5e+03 2.7e+03 2.52e-06 0 0 2.99e+04 Tank_phys Transportation + 15 2.19e+03 2.56e+03 -5e+03 2.52e-06 0 1.09e+04 4.08e+04 expHall_phys Transportation + 16 2.19e+03 2.56e+03 -5e+03 2.52e-06 0 0 4.08e+04 Tank_phys Transportation + 17 5e+03 3.06e+03 -4e+03 2.52e-06 0 3.02e+03 4.38e+04 expHall_phys Transportation + 18 1e+04 5.95e+03 1.73e+03 2.52e-06 0 8.14e+03 5.19e+04 World_log_PV Transportation + 19 1.5e+04 8.84e+03 7.47e+03 2.52e-06 0 8.14e+03 6.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 132, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -173 115 245 3.91e-06 0 0 0 Tank_phys initStep + 1 75.7 5e+03 2.93e+03 3.91e-06 0 5.58e+03 5.58e+03 expHall_phys Transportation + 2 75.7 5e+03 2.93e+03 3.91e-06 0 0 5.58e+03 Tank_phys Transportation + 3 799 2.92e+03 5e+03 3.91e-06 0 3.02e+03 8.6e+03 expHall_phys Transportation + 4 3.5e+03 -7.47e+03 1e+04 3.91e-06 0 1.18e+04 2.04e+04 World_log_PV Transportation + 5 5.46e+03 -1.5e+04 1.36e+04 3.91e-06 0 8.58e+03 2.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -173 115 245 0.00374 0 0 0.138 Tank_phys initStep + 9 -173 115 245 0.00361 0.000131 3.6e-05 0.138 Tank_phys msc + 10 -173 115 245 0 0.00361 0.000424 0.139 Tank_phys eIoni + 11 -173 115 245 0 0 0 0.139 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank_phys initStep + 1 0.136 -0.021 0.00203 0.47 0.0303 0.139 0.139 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0648 -0.00998 0.000966 3.63e-06 0 0 0 Tank_phys initStep + 1 -5e+03 486 3.02e+03 3.63e-06 0 5.86e+03 5.86e+03 expHall_phys Transportation + 2 -9.4e+03 2.92e+03 1e+04 3.63e-06 0 8.6e+03 1.45e+04 World_log_PV Transportation + 3 -1.26e+04 4.67e+03 1.5e+04 3.63e-06 0 6.17e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.00738 -0.00114 0.00011 2.66e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -212 849 2.66e-06 0 5.08e+03 5.08e+03 expHall_phys Transportation + 2 -1e+04 1.3e+03 3.15e+03 2.66e-06 0 5.71e+03 1.08e+04 World_log_PV Transportation + 3 -1.5e+04 2.82e+03 5.45e+03 2.66e-06 0 5.71e+03 1.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0766 -0.0118 0.00114 2.22e-06 0 0 0 Tank_phys initStep + 1 4.01e+03 -3.02e+03 2.03e+03 2.22e-06 2.22e-06 5.42e+03 5.42e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0387 -0.00597 0.000577 3.41e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.64e+03 3.08e+03 3.41e-06 0 6.1e+03 6.1e+03 expHall_phys Transportation + 2 5e+03 -1.64e+03 3.08e+03 3.41e-06 0 0 6.1e+03 Tank_phys Transportation + 3 4.31e+03 -2.16e+03 5e+03 3.41e-06 0 2.1e+03 8.2e+03 expHall_phys Transportation + 4 4.31e+03 -2.16e+03 5e+03 3.41e-06 0 0 8.2e+03 Tank_phys Transportation + 5 2.53e+03 -5e+03 3.87e+03 3.41e-06 0 3.54e+03 1.17e+04 expHall_phys Transportation + 6 -942 -1e+04 2.01e+03 3.41e-06 0 6.37e+03 1.81e+04 World_log_PV Transportation + 7 -4.42e+03 -1.5e+04 151 3.41e-06 0 6.37e+03 2.45e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0684 -0.0105 0.00102 3.08e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.02e+03 -2.13e+03 3.08e-06 0 5.53e+03 5.53e+03 expHall_phys Transportation + 2 1e+04 2.02e+03 -6.65e+03 3.08e-06 0 6.82e+03 1.23e+04 World_log_PV Transportation + 3 1.5e+04 3.03e+03 -1.12e+04 3.08e-06 0 6.82e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0931 -0.0143 0.00139 2.74e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.28e+03 -2.88e+03 2.74e-06 0 5.91e+03 5.91e+03 expHall_phys Transportation + 2 1e+04 -5.83e+03 -9.95e+03 2.74e-06 0 9.78e+03 1.57e+04 World_log_PV Transportation + 3 1.36e+04 -9.09e+03 -1.5e+04 2.74e-06 0 7e+03 2.27e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.136 -0.021 0.00203 0.47 0 0 0.139 Tank_phys initStep + 2 0.252 -0.0597 -0.00836 0.314 0.155 0.123 0.262 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.194 -0.0403 -0.00314 3.95e-06 0 0 0 Tank_phys initStep + 1 -1.06e+03 -5e+03 851 3.95e-06 0 5.18e+03 5.18e+03 expHall_phys Transportation + 2 -2.16e+03 -1e+04 1.94e+03 3.95e-06 0 5.24e+03 1.04e+04 World_log_PV Transportation + 3 -3.26e+03 -1.5e+04 3.04e+03 3.95e-06 0 5.24e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.212 -0.0461 -0.00472 2.19e-06 0 0 0 Tank_phys initStep + 1 -297 289 524 2.19e-06 2.19e-06 668 668 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.244 -0.0568 -0.0076 2.89e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.97e+03 2.05e+03 2.89e-06 0 5.75e+03 5.75e+03 expHall_phys Transportation + 2 -5e+03 1.97e+03 2.05e+03 2.89e-06 0 0 5.75e+03 Tank_phys Transportation + 3 -527 5e+03 3.8e+03 2.89e-06 0 5.68e+03 1.14e+04 expHall_phys Transportation + 4 -527 5e+03 3.8e+03 2.89e-06 0 0 1.14e+04 Tank_phys Transportation + 5 938 2.4e+03 5e+03 2.89e-06 0 3.22e+03 1.46e+04 expHall_phys Transportation + 6 938 2.4e+03 5e+03 2.89e-06 0 0 1.46e+04 Tank_phys Transportation + 7 3.7e+03 -5e+03 -2.91e+03 2.89e-06 0 1.12e+04 2.58e+04 expHall_phys Transportation + 8 3.7e+03 -5e+03 -2.91e+03 2.89e-06 0 0 2.58e+04 Tank_phys Transportation + 9 3.41e+03 -2.99e+03 -5e+03 2.89e-06 0 2.92e+03 2.87e+04 expHall_phys Transportation + 10 3.41e+03 -2.99e+03 -5e+03 2.89e-06 0 0 2.87e+04 Tank_phys Transportation + 11 5e+03 4.35e+03 -726 2.89e-06 0 8.64e+03 3.74e+04 expHall_phys Transportation + 12 5e+03 4.35e+03 -726 2.89e-06 0 0 3.74e+04 Tank_phys Transportation + 13 4.88e+03 4.6e+03 -605 2.89e-06 2.89e-06 301 3.77e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.168 -0.0315 -0.00079 2.13e-06 0 0 0 Tank_phys initStep + 1 3.16e+03 -4.28e+03 -5e+03 2.13e-06 0 7.3e+03 7.3e+03 expHall_phys Transportation + 2 3.16e+03 -4.28e+03 -5e+03 2.13e-06 0 0 7.3e+03 Tank_phys Transportation + 3 3.27e+03 -4.32e+03 -4.73e+03 2.13e-06 2.13e-06 297 7.6e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.167 -0.0311 -0.000679 2.27e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -531 2.78e+03 2.27e-06 0 5.74e+03 5.74e+03 expHall_phys Transportation + 2 -1e+04 -1.5e+03 8.62e+03 2.27e-06 0 7.75e+03 1.35e+04 World_log_PV Transportation + 3 -1.5e+04 -2.47e+03 1.45e+04 2.27e-06 0 7.75e+03 2.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.204 -0.0434 -0.004 2.32e-06 0 0 0 Tank_phys initStep + 1 4.88e+03 5e+03 733 2.32e-06 0 7.02e+03 7.02e+03 expHall_phys Transportation + 2 4.88e+03 5e+03 733 2.32e-06 0 0 7.02e+03 Tank_phys Transportation + 3 5e+03 4.96e+03 772 2.32e-06 0 135 7.16e+03 expHall_phys Transportation + 4 1e+04 3.53e+03 2.88e+03 2.32e-06 0 5.61e+03 1.28e+04 World_log_PV Transportation + 5 1.5e+04 2.1e+03 4.99e+03 2.32e-06 0 5.61e+03 1.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.22 -0.049 -0.00549 2.09e-06 0 0 0 Tank_phys initStep + 1 -5e+03 436 4.33e+03 2.09e-06 0 6.63e+03 6.63e+03 expHall_phys Transportation + 2 -5e+03 436 4.33e+03 2.09e-06 0 0 6.63e+03 Tank_phys Transportation + 3 -4.63e+03 485 5e+03 2.09e-06 0 765 7.4e+03 expHall_phys Transportation + 4 -4.63e+03 485 5e+03 2.09e-06 0 0 7.4e+03 Tank_phys Transportation + 5 -4.59e+03 1.65e+03 4.18e+03 2.09e-06 2.09e-06 1.43e+03 8.83e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.223 -0.0499 -0.00575 2.84e-06 0 0 0 Tank_phys initStep + 1 628 5e+03 -2.04e+03 2.84e-06 0 5.44e+03 5.44e+03 expHall_phys Transportation + 2 4.31e+03 1e+04 -8.02e+03 2.84e-06 0 8.62e+03 1.41e+04 World_log_PV Transportation + 3 7.99e+03 1.5e+04 -1.4e+04 2.84e-06 0 8.62e+03 2.27e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.203 -0.0432 -0.00394 2.62e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.24e+03 -2.22e+03 2.62e-06 0 6.92e+03 6.92e+03 expHall_phys Transportation + 2 7.5e+03 -1e+04 -5.26e+03 2.62e-06 0 6.98e+03 1.39e+04 World_log_PV Transportation + 3 9.66e+03 -1.5e+04 -7.89e+03 2.62e-06 0 6.05e+03 1.99e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.147 -0.0245 0.00111 2.59e-06 0 0 0 Tank_phys initStep + 1 115 -36.5 -70 2.59e-06 2.59e-06 139 139 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.252 -0.0597 -0.00836 0.314 0 0 0.262 Tank_phys initStep + 3 0.304 -0.0785 -0.0139 0.302 0.0121 0.0552 0.318 Tank_phys Cerenkov + 4 0.35 -0.0959 -0.019 0.292 0.0105 0.051 0.369 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.321 -0.0852 -0.0159 2.26e-06 0 0 0 Tank_phys initStep + 1 -2.32e+03 -2.66e+03 -5e+03 2.26e-06 0 6.12e+03 6.12e+03 expHall_phys Transportation + 2 -8.18e+03 -8.47e+03 -1e+04 2.26e-06 0 9.66e+03 1.58e+04 World_log_PV Transportation + 3 -1.4e+04 -1.43e+04 -1.5e+04 2.26e-06 0 9.66e+03 2.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.35 -0.0959 -0.019 0.292 0 0 0.369 Tank_phys initStep + 5 0.39 -0.119 -0.0131 0.284 0.00747 0.0475 0.416 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.389 -0.118 -0.0134 3.53e-06 0 0 0 Tank_phys initStep + 1 -2.97e+03 -2.57e+03 3.91e+03 3.53e-06 0 5.54e+03 5.54e+03 Tank_phys OpRayleigh + 2 -3.05e+03 -3.11e+03 4.23e+03 3.53e-06 3.53e-06 636 6.18e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.39 -0.119 -0.0131 0.284 0 0 0.416 Tank_phys initStep + 6 0.427 -0.146 -0.0134 0.265 0.0194 0.0452 0.461 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.425 -0.145 -0.0134 3.46e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -1.6e+03 -2.36e+03 3.46e-06 0 5.76e+03 5.76e+03 expHall_phys Transportation + 2 -1e+04 -4.87e+03 -6.39e+03 3.46e-06 0 7.21e+03 1.3e+04 World_log_PV Transportation + 3 -1.5e+04 -8.15e+03 -1.04e+04 3.46e-06 0 7.21e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.398 -0.124 -0.0132 3.32e-06 0 0 0 Tank_phys initStep + 1 2.04e+03 -5e+03 -141 3.32e-06 0 5.4e+03 5.4e+03 expHall_phys Transportation + 2 2.04e+03 -5e+03 -141 3.32e-06 0 0 5.4e+03 Tank_phys Transportation + 3 2.58e+03 -4.57e+03 -453 3.32e-06 0 757 6.16e+03 Tank_phys OpRayleigh + 4 2.84e+03 -5e+03 -694 3.32e-06 0 559 6.72e+03 expHall_phys Transportation + 5 2.84e+03 -5e+03 -694 3.32e-06 0 0 6.72e+03 Tank_phys Transportation + 6 4.84e+03 -2.65e+03 -5e+03 3.32e-06 0 5.3e+03 1.2e+04 expHall_phys Transportation + 7 4.84e+03 -2.65e+03 -5e+03 3.32e-06 0 0 1.2e+04 Tank_phys Transportation + 8 5e+03 -2.52e+03 -4.91e+03 3.32e-06 0 232 1.22e+04 expHall_phys Transportation + 9 5e+03 -2.52e+03 -4.91e+03 3.32e-06 0 0 1.22e+04 Tank_phys Transportation + 10 1.67e+03 -1.1e+03 -226 3.32e-06 0 5.91e+03 1.82e+04 Tank_phys OpRayleigh + 11 5e+03 -4.98e+03 -293 3.32e-06 0 5.11e+03 2.33e+04 expHall_phys Transportation + 12 5e+03 -4.98e+03 -293 3.32e-06 0 0 2.33e+04 Tank_phys Transportation + 13 5e+03 -5e+03 -296 3.32e-06 0 16.1 2.33e+04 expHall_phys Transportation + 14 2.06e+03 -1e+04 -1.28e+03 3.32e-06 0 5.88e+03 2.92e+04 World_log_PV Transportation + 15 -886 -1.5e+04 -2.26e+03 3.32e-06 0 5.88e+03 3.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.427 -0.146 -0.0134 0.265 0 0 0.461 Tank_phys initStep + 7 0.461 -0.165 -0.0141 0.254 0.0105 0.0393 0.501 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.446 -0.157 -0.0138 3.53e-06 0 0 0 Tank_phys initStep + 1 -2.23e+03 -1.58e+03 5e+03 3.53e-06 0 5.7e+03 5.7e+03 expHall_phys Transportation + 2 -8.23e+03 -7.29e+03 1e+04 3.53e-06 0 9.68e+03 1.54e+04 World_log_PV Transportation + 3 -1.42e+04 -1.3e+04 1.5e+04 3.53e-06 0 9.68e+03 2.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.461 -0.165 -0.0141 0.254 0 0 0.501 Tank_phys initStep + 8 0.494 -0.176 -0.00613 0.247 0.00764 0.0364 0.537 Tank_phys Cerenkov + 9 0.509 -0.183 -0.00458 0.244 0.0024 0.0165 0.554 Tank_phys Cerenkov + 10 0.515 -0.186 -0.0047 0.243 0.00174 0.0074 0.561 Tank_phys Cerenkov + 11 0.516 -0.187 -0.00466 0.242 0.000161 0.000808 0.562 Tank_phys Cerenkov + 12 0.516 -0.187 -0.00465 0.242 1.58e-05 0.000197 0.562 Tank_phys Cerenkov + 13 0.516 -0.187 -0.00464 0.242 5.76e-05 0.000137 0.562 Tank_phys Cerenkov + 14 0.621 -0.241 0.000998 0.208 0.0345 0.133 0.695 Tank_phys eIoni + 15 0.71 -0.239 -0.0292 0.133 0.075 0.107 0.802 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.699 -0.239 -0.0253 3.34e-06 0 0 0 Tank_phys initStep + 1 443 -2.53e+03 5e+03 3.34e-06 0 5.62e+03 5.62e+03 expHall_phys Transportation + 2 -1.81e+03 -8.91e+03 1e+04 3.34e-06 0 8.41e+03 1.4e+04 World_log_PV Transportation + 3 -3.96e+03 -1.5e+04 1.48e+04 3.34e-06 0 8.03e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.623 -0.24 9.62e-05 3.76e-06 0 0 0 Tank_phys initStep + 1 -933 5e+03 -1.85e+03 3.76e-06 0 5.41e+03 5.41e+03 expHall_phys Transportation + 2 -2.74e+03 1e+04 -7.56e+03 3.76e-06 0 7.8e+03 1.32e+04 World_log_PV Transportation + 3 -4.54e+03 1.5e+04 -1.33e+04 3.76e-06 0 7.8e+03 2.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.628 -0.24 -0.00131 2.87e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -4.2e+03 323 2.87e-06 0 6.54e+03 6.54e+03 expHall_phys Transportation + 2 -5e+03 -4.2e+03 323 2.87e-06 0 0 6.54e+03 Tank_phys Transportation + 3 -4.78e+03 -5e+03 637 2.87e-06 0 885 7.42e+03 expHall_phys Transportation + 4 -4.78e+03 -5e+03 637 2.87e-06 0 0 7.42e+03 Tank_phys Transportation + 5 -4.77e+03 -4.95e+03 656 2.87e-06 2.87e-06 50.1 7.47e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.641 -0.24 -0.00598 3.75e-06 0 0 0 Tank_phys initStep + 1 -1.92e+03 -907 -5e+03 3.75e-06 0 5.43e+03 5.43e+03 expHall_phys Transportation + 2 -1e+04 -6.66e+03 -8.27e+03 3.75e-06 0 1.04e+04 1.59e+04 World_log_PV Transportation + 3 -1.5e+04 -1.02e+04 -1.03e+04 3.75e-06 0 6.46e+03 2.23e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.71 -0.239 -0.0292 0.133 0 0 0.802 Tank_phys initStep + 16 0.724 -0.233 -0.0374 0.126 0.00655 0.0174 0.82 Tank_phys msc + 17 0.764 -0.211 -0.0546 0.111 0.0156 0.0556 0.875 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.745 -0.222 -0.0463 2.37e-06 0 0 0 Tank_phys initStep + 1 -5e+03 772 3.03e+03 2.37e-06 0 5.9e+03 5.9e+03 expHall_phys Transportation + 2 -5e+03 772 3.03e+03 2.37e-06 0 0 5.9e+03 Tank_phys Transportation + 3 -3.61e+03 247 5e+03 2.37e-06 0 2.47e+03 8.36e+03 expHall_phys Transportation + 4 -3.61e+03 247 5e+03 2.37e-06 0 0 8.36e+03 Tank_phys Transportation + 5 5e+03 -3.88e+03 -1.18e+03 2.37e-06 0 1.14e+04 1.97e+04 expHall_phys Transportation + 6 5e+03 -3.88e+03 -1.18e+03 2.37e-06 0 0 1.97e+04 Tank_phys Transportation + 7 2.35e+03 -4.82e+03 -2.53e+03 2.37e-06 2.37e-06 3.12e+03 2.29e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.764 -0.211 -0.0546 0.111 0 0 0.875 Tank_phys initStep + 18 0.776 -0.21 -0.057 0.108 0.00311 0.0128 0.888 Tank_phys msc + 19 0.815 -0.208 -0.0632 0.0939 0.0137 0.0459 0.934 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.79 -0.21 -0.0593 3.25e-06 0 0 0 Tank_phys initStep + 1 -161 1.35e+03 5e+03 3.25e-06 0 5.18e+03 5.18e+03 expHall_phys Transportation + 2 -776 2.56e+03 1e+04 3.25e-06 0 5.18e+03 1.04e+04 World_log_PV Transportation + 3 -1.39e+03 3.77e+03 1.5e+04 3.25e-06 0 5.18e+03 1.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 0.815 -0.208 -0.0632 0.0939 0 0 0.934 Tank_phys initStep + 20 0.822 -0.202 -0.0627 0.0884 0.00555 0.00962 0.943 Tank_phys msc + 21 0.841 -0.178 -0.0669 0.0745 0.0139 0.0369 0.98 Tank_phys eIoni + 22 0.838 -0.16 -0.0842 0.0583 0.0162 0.0311 1.01 Tank_phys eIoni + 23 0.85 -0.146 -0.0867 0.0393 0.0189 0.0249 1.04 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.843 -0.154 -0.0853 3.84e-06 0 0 0 Tank_phys initStep + 1 2.28e+03 -2.82e+03 5e+03 3.84e-06 0 6.18e+03 6.18e+03 expHall_phys Transportation + 2 6.13e+03 -1e+04 9.65e+03 3.84e-06 0 9.38e+03 1.56e+04 World_log_PV Transportation + 3 8.81e+03 -1.5e+04 1.29e+04 3.84e-06 0 6.53e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 0.85 -0.146 -0.0867 0.0393 0 0 1.04 Tank_phys initStep + 24 0.852 -0.147 -0.0859 0.0383 0.00101 0.00207 1.04 Tank_phys msc + 25 0.864 -0.147 -0.0836 0.0183 0.02 0.0177 1.06 Tank_phys eIoni + 26 0.865 -0.145 -0.0857 0 0.0183 0.00659 1.06 Tank_phys eIoni + 27 0.865 -0.145 -0.0857 0 0 0 1.06 Tank_phys annihil + +********************************************************************************************************* +* 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.865 -0.145 -0.0857 0.511 0 0 0 Tank_phys initStep + 1 -52.6 139 -46.1 0.263 1.42e-05 156 156 Tank_phys compt + 2 -52.8 139 -46 0.152 1.42e-05 0.308 157 Tank_phys compt + 3 -34.5 93.7 -84.8 0.117 1.42e-05 62.6 219 Tank_phys compt + 4 -34.1 96.3 -87.4 0.11 1.42e-05 3.62 223 Tank_phys compt + 5 -90.3 120 -168 0.0994 2.92e-05 101 323 Tank_phys compt + 6 -92.6 158 -180 0.0698 1.42e-05 40.3 364 Tank_phys compt + 7 -89.7 133 -172 0.0697 1.36e-05 26 390 Tank_phys compt + 8 -91.9 85.3 -146 0.0549 1.36e-05 54.5 444 Tank_phys compt + 9 -90.1 98.6 -157 0.052 2.92e-05 17.2 462 Tank_phys compt + 10 -62.8 115 -126 0.0514 2.92e-05 44.6 506 Tank_phys compt + 11 -27.1 137 -112 0.0477 0.000537 44.2 550 Tank_phys compt + 12 -2.18 124 -123 0.0404 1.42e-05 30.2 581 Tank_phys compt + 13 -15.1 130 -131 0 0.000538 16.3 597 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.1 130 -131 0.0399 0 0 0 Tank_phys initStep + 1 -15.1 130 -131 0.0387 0.00119 0.00229 0.00229 Tank_phys msc + 2 -15.1 130 -131 0.0139 0.0248 0.0185 0.0208 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.1 130 -131 3.53e-06 0 0 0 Tank_phys initStep + 1 878 5e+03 -2.43e+03 3.53e-06 0 5.46e+03 5.46e+03 expHall_phys Transportation + 2 2.9e+03 1e+04 -8.02e+03 3.53e-06 0 7.76e+03 1.32e+04 World_log_PV Transportation + 3 4.92e+03 1.5e+04 -1.36e+04 3.53e-06 0 7.76e+03 2.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -15.1 130 -131 0.0139 0 0 0.0208 Tank_phys initStep + 3 -15.1 130 -131 0.0131 0.000749 0.000354 0.0211 Tank_phys msc + 4 -15.1 130 -131 0 0.0131 0.00401 0.0251 Tank_phys eIoni + 5 -15.1 130 -131 0 0 0 0.0251 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.1 130 -131 3.62e-06 0 0 0 Tank_phys initStep + 1 996 4.16e+03 3.86e+03 3.62e-06 3.62e-06 5.76e+03 5.76e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.18 124 -123 0.00731 0 0 0 Tank_phys initStep + 1 -2.17 124 -123 0.00703 0.000279 0.000114 0.000114 Tank_phys msc + 2 -2.17 124 -123 0 0.00703 0.00134 0.00145 Tank_phys eIoni + 3 -2.17 124 -123 0 0 0 0.00145 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.1 137 -112 0.00309 0 0 0 Tank_phys initStep + 1 -27.1 137 -112 0.00305 3.63e-05 2.6e-05 2.6e-05 Tank_phys msc + 2 -27.1 137 -112 0 0.00305 0.000319 0.000345 Tank_phys eIoni + 3 -27.1 137 -112 0 0 0 0.000345 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.1 137 -112 3.97e-06 0 0 0 Tank_phys initStep + 1 -1.66e+03 4.63e+03 -71.2 3.97e-06 3.97e-06 4.78e+03 4.78e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -62.8 115 -126 0.000559 0 0 0 Tank_phys initStep + 1 -62.8 115 -126 0.000559 0 1.78e-06 1.78e-06 Tank_phys msc + 2 -62.8 115 -126 0 0.000559 2.23e-05 2.41e-05 Tank_phys eIoni + 3 -62.8 115 -126 0 0 0 2.41e-05 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -90.1 98.6 -157 0.00289 0 0 0 Tank_phys initStep + 1 -90.1 98.6 -157 0.00284 5.53e-05 2.33e-05 2.33e-05 Tank_phys msc + 2 -90.1 98.6 -157 0 0.00284 0.000282 0.000305 Tank_phys eIoni + 3 -90.1 98.6 -157 0 0 0 0.000305 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -91.9 85.3 -146 0.0148 0 0 0 Tank_phys initStep + 1 -91.9 85.3 -146 0.0147 0.000145 0.000396 0.000396 Tank_phys msc + 2 -91.9 85.3 -146 0 0.0147 0.00486 0.00526 Tank_phys eIoni + 3 -91.9 85.3 -146 0 0 0 0.00526 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89.7 133 -172 0.000137 0 0 0 Tank_phys initStep + 1 -89.7 133 -172 0.00011 2.7e-05 4.37e-07 4.37e-07 Tank_phys msc + 2 -89.7 133 -172 0 0.00011 4.8e-06 5.24e-06 Tank_phys eIoni + 3 -89.7 133 -172 0 0 0 5.24e-06 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.6 158 -180 0.0295 0 0 0 Tank_phys initStep + 1 -92.6 158 -180 0.0282 0.00138 0.00135 0.00135 Tank_phys msc + 2 -92.6 158 -180 0.0143 0.0139 0.0139 0.0153 Tank_phys eIoni + 3 -92.6 158 -180 0 0.0143 0.00463 0.0199 Tank_phys eIoni + 4 -92.6 158 -180 0 0 0 0.0199 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.6 158 -180 2.52e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.23e+03 1.05e+03 2.52e-06 0 6.07e+03 6.07e+03 expHall_phys Transportation + 2 5e+03 3.23e+03 1.05e+03 2.52e-06 0 0 6.07e+03 Tank_phys Transportation + 3 3.95e+03 5e+03 702 2.52e-06 0 2.09e+03 8.16e+03 expHall_phys Transportation + 4 3.95e+03 5e+03 702 2.52e-06 0 0 8.16e+03 Tank_phys Transportation + 5 1.31e+03 -1.39e+03 1.33e+03 2.52e-06 0 6.94e+03 1.51e+04 Tank_phys OpRayleigh + 6 4.37e+03 5e+03 -1.47e+03 2.52e-06 0 7.62e+03 2.27e+04 expHall_phys Transportation + 7 4.37e+03 5e+03 -1.47e+03 2.52e-06 0 0 2.27e+04 Tank_phys Transportation + 8 5e+03 4.17e+03 -1.88e+03 2.52e-06 0 1.12e+03 2.38e+04 expHall_phys Transportation + 9 1e+04 -294 -5.06e+03 2.52e-06 0 7.42e+03 3.13e+04 World_log_PV Transportation + 10 1.5e+04 -4.76e+03 -8.24e+03 2.52e-06 0 7.42e+03 3.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -90.3 120 -168 0.0105 0 0 0 Tank_phys initStep + 1 -90.3 120 -168 0.0103 0.000176 0.000215 0.000215 Tank_phys msc + 2 -90.3 120 -168 0 0.0103 0.00261 0.00282 Tank_phys eIoni + 3 -90.3 120 -168 0 0 0 0.00282 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -90.3 120 -168 2.5e-06 0 0 0 Tank_phys initStep + 1 -2.42e+03 -695 -5e+03 2.5e-06 0 5.43e+03 5.43e+03 expHall_phys Transportation + 2 -6.94e+03 -856 -1e+04 2.5e-06 0 6.74e+03 1.22e+04 World_log_PV Transportation + 3 -1.15e+04 -1.02e+03 -1.5e+04 2.5e-06 0 6.74e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.1 96.3 -87.4 0.00744 0 0 0 Tank_phys initStep + 1 -34.1 96.3 -87.4 0.00725 0.000197 0.000118 0.000118 Tank_phys msc + 2 -34.1 96.3 -87.4 0 0.00725 0.00141 0.00153 Tank_phys eIoni + 3 -34.1 96.3 -87.4 0 0 0 0.00153 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.5 93.7 -84.8 0.0351 0 0 0 Tank_phys initStep + 1 -34.5 93.7 -84.8 0.0343 0.000793 0.00183 0.00183 Tank_phys msc + 2 -34.5 93.7 -84.8 0.0179 0.0164 0.0167 0.0186 Tank_phys eIoni + 3 -34.5 93.7 -84.8 0 0.0179 0.00694 0.0255 Tank_phys eIoni + 4 -34.5 93.7 -84.8 0 0 0 0.0255 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.8 139 -46 0.111 0 0 0 Tank_phys initStep + 1 -52.9 139 -45.9 0.095 0.0155 0.0134 0.0134 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.8 139 -46 4e-06 0 0 0 Tank_phys initStep + 1 -789 -5e+03 -4.11e+03 4e-06 0 6.59e+03 6.59e+03 expHall_phys Transportation + 2 -789 -5e+03 -4.11e+03 4e-06 0 0 6.59e+03 Tank_phys Transportation + 3 -879 -2.16e+03 -5e+03 4e-06 0 2.98e+03 9.57e+03 expHall_phys Transportation + 4 -879 -2.16e+03 -5e+03 4e-06 0 0 9.57e+03 Tank_phys Transportation + 5 -4.22e+03 -3.67e+03 4.93e+03 4e-06 0 1.06e+04 2.02e+04 Tank_phys OpRayleigh + 6 -5e+03 -3.92e+03 4.55e+03 4e-06 0 901 2.11e+04 expHall_phys Transportation + 7 -1e+04 -5.55e+03 1.72e+03 4e-06 0 5.97e+03 2.7e+04 World_log_PV Transportation + 8 -1.5e+04 -7.18e+03 -1.11e+03 4e-06 0 5.97e+03 3.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.8 139 -46 3.77e-06 0 0 0 Tank_phys initStep + 1 1.41e+03 5e+03 -2.8e+03 3.77e-06 0 5.78e+03 5.78e+03 expHall_phys Transportation + 2 1.41e+03 5e+03 -2.8e+03 3.77e-06 0 0 5.78e+03 Tank_phys Transportation + 3 2.44e+03 1.47e+03 -5e+03 3.77e-06 0 4.28e+03 1.01e+04 expHall_phys Transportation + 4 2.44e+03 1.47e+03 -5e+03 3.77e-06 0 0 1.01e+04 Tank_phys Transportation + 5 3.69e+03 -5e+03 -2.76e+03 3.77e-06 0 6.96e+03 1.7e+04 expHall_phys Transportation + 6 4.09e+03 -1e+04 -423 3.77e-06 0 5.53e+03 2.26e+04 World_log_PV Transportation + 7 4.49e+03 -1.5e+04 1.91e+03 3.77e-06 0 5.53e+03 2.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -52.9 139 -45.9 0.095 0 0 0.0134 Tank_phys initStep + 2 -52.9 139 -45.9 0.0924 0.0026 0.0104 0.0238 Tank_phys msc + 3 -52.9 139 -45.9 0.0783 0.0142 0.0401 0.0638 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.9 139 -45.9 3.51e-06 0 0 0 Tank_phys initStep + 1 -3.07e+03 -2.31e+03 -5e+03 3.51e-06 0 6.3e+03 6.3e+03 expHall_phys Transportation + 2 -9.18e+03 -6.58e+03 -1e+04 3.51e-06 0 8.97e+03 1.53e+04 World_log_PV Transportation + 3 -1.5e+04 -1.06e+04 -1.48e+04 3.51e-06 0 8.55e+03 2.38e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -52.9 139 -45.9 0.0783 0 0 0.0638 Tank_phys initStep + 4 -52.9 139 -45.9 0.0753 0.00301 0.00743 0.0713 Tank_phys msc + 5 -52.9 139 -45.9 0.0604 0.0148 0.0324 0.104 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.9 139 -45.9 3.16e-06 0 0 0 Tank_phys initStep + 1 -794 1.2e+03 5e+03 3.16e-06 0 5.21e+03 5.21e+03 expHall_phys Transportation + 2 -1.89e+03 3.19e+03 1e+04 3.16e-06 0 5.49e+03 1.07e+04 World_log_PV Transportation + 3 -2.98e+03 5.18e+03 1.5e+04 3.16e-06 0 5.49e+03 1.62e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -52.9 139 -45.9 0.0604 0 0 0.104 Tank_phys initStep + 6 -52.9 139 -45.9 0.0576 0.00282 0.00474 0.108 Tank_phys msc + 7 -52.9 139 -45.9 0.0449 0.0127 0.0254 0.134 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.9 139 -45.9 3.15e-06 0 0 0 Tank_phys initStep + 1 155 603 670 3.15e-06 3.15e-06 877 877 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.9 139 -45.9 3.55e-06 0 0 0 Tank_phys initStep + 1 1.9e+03 2.04e+03 5e+03 3.55e-06 0 5.74e+03 5.74e+03 expHall_phys Transportation + 2 1.9e+03 2.04e+03 5e+03 3.55e-06 0 0 5.74e+03 Tank_phys Transportation + 3 5e+03 4.6e+03 1e+03 3.55e-06 0 5.67e+03 1.14e+04 expHall_phys Transportation + 4 5e+03 4.6e+03 1e+03 3.55e-06 0 0 1.14e+04 Tank_phys Transportation + 5 -472 5e+03 18 3.55e-06 0 5.57e+03 1.7e+04 expHall_phys Transportation + 6 -472 5e+03 18 3.55e-06 0 0 1.7e+04 Tank_phys Transportation + 7 -5e+03 2.78e+03 -1.27e+03 3.55e-06 0 5.21e+03 2.22e+04 expHall_phys Transportation + 8 -5e+03 2.78e+03 -1.27e+03 3.55e-06 0 0 2.22e+04 Tank_phys Transportation + 9 1.1e+03 -4.09e+03 285 3.55e-06 3.55e-06 9.32e+03 3.15e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -52.9 139 -45.9 0.0449 0 0 0.134 Tank_phys initStep + 8 -52.9 139 -45.9 0.0436 0.00124 0.00282 0.137 Tank_phys msc + 9 -52.9 139 -45.9 0.022 0.0216 0.0203 0.157 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.9 139 -45.9 3.64e-06 0 0 0 Tank_phys initStep + 1 685 -508 -325 3.64e-06 0 1.02e+03 1.02e+03 Tank_phys OpRayleigh + 2 -499 -5e+03 -4.9e+03 3.64e-06 0 6.52e+03 7.54e+03 expHall_phys Transportation + 3 -4.82e+03 -8.58e+03 -1e+04 3.64e-06 0 7.58e+03 1.51e+04 World_log_PV Transportation + 4 -9.07e+03 -1.21e+04 -1.5e+04 3.64e-06 0 7.44e+03 2.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.9 139 -45.9 3.04e-06 0 0 0 Tank_phys initStep + 1 -3.01e+03 5e+03 -2.7e+03 3.04e-06 0 6.28e+03 6.28e+03 expHall_phys Transportation + 2 -3.01e+03 5e+03 -2.7e+03 3.04e-06 0 0 6.28e+03 Tank_phys Transportation + 3 -5e+03 2.31e+03 -3.85e+03 3.04e-06 0 3.54e+03 9.82e+03 expHall_phys Transportation + 4 -5e+03 2.31e+03 -3.85e+03 3.04e-06 0 0 9.82e+03 Tank_phys Transportation + 5 -3.15e+03 -93.6 -5e+03 3.04e-06 0 3.24e+03 1.31e+04 expHall_phys Transportation + 6 7.63e+03 -1e+04 -6.35e+03 3.04e-06 0 1.47e+04 2.78e+04 World_log_PV Transportation + 7 1.31e+04 -1.5e+04 -7.04e+03 3.04e-06 0 7.42e+03 3.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -52.9 139 -45.9 0.022 0 0 0.157 Tank_phys initStep + 10 -52.9 139 -45.9 0.0215 0.00045 0.000798 0.158 Tank_phys msc + 11 -52.9 139 -45.9 0 0.0215 0.00961 0.167 Tank_phys eIoni + 12 -52.9 139 -45.9 0 0 0 0.167 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.6 139 -46.1 0.248 0 0 0 Tank_phys initStep + 1 -52.6 139 -46.1 0.243 0.00486 0.0212 0.0212 Tank_phys Cerenkov + 2 -52.6 139 -46.1 0.243 0.000331 0.00235 0.0236 Tank_phys Cerenkov + 3 -52.6 139 -46.1 0.242 0.000234 0.00107 0.0246 Tank_phys Cerenkov + 4 -52.6 139 -46.1 0.242 6.68e-05 0.000166 0.0248 Tank_phys Cerenkov + 5 -52.5 139 -46.1 0.205 0.0376 0.136 0.161 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.5 139 -46.1 2.4e-06 0 0 0 Tank_phys initStep + 1 -63 192 114 2.4e-06 2.4e-06 169 169 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.5 139 -46.1 4e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -1.46e+03 -713 4e-06 0 5.24e+03 5.24e+03 expHall_phys Transportation + 2 -1e+04 -4.09e+03 -3.6e+03 4e-06 0 6.35e+03 1.16e+04 World_log_PV Transportation + 3 -1.5e+04 -6.72e+03 -6.49e+03 4e-06 0 6.35e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.5 139 -46.1 3.17e-06 0 0 0 Tank_phys initStep + 1 1.76e+03 -832 -2.22e+03 3.17e-06 0 2.99e+03 2.99e+03 Tank_phys OpRayleigh + 2 -3.18e+03 5e+03 1.3e+03 3.17e-06 0 8.41e+03 1.14e+04 expHall_phys Transportation + 3 -1e+04 7.93e+03 4.75e+03 3.17e-06 0 8.19e+03 1.96e+04 World_log_PV Transportation + 4 -1.5e+04 1.01e+04 7.28e+03 3.17e-06 0 6e+03 2.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -52.5 139 -46.1 0.205 0 0 0.161 Tank_phys initStep + 6 -52.5 139 -46.2 0.195 0.00971 0.0369 0.198 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.5 139 -46.2 2.39e-06 0 0 0 Tank_phys initStep + 1 -721 -1.68e+03 -798 2.39e-06 2.39e-06 2.08e+03 2.08e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -52.5 139 -46.2 0.195 0 0 0.198 Tank_phys initStep + 7 -52.5 139 -46.2 0.185 0.00991 0.0341 0.232 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.5 139 -46.2 3.09e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -4.12e+03 4.27e+03 3.09e-06 0 7.82e+03 7.82e+03 expHall_phys Transportation + 2 -5e+03 -4.12e+03 4.27e+03 3.09e-06 0 0 7.82e+03 Tank_phys Transportation + 3 -4.5e+03 -4.12e+03 5e+03 3.09e-06 0 889 8.71e+03 expHall_phys Transportation + 4 -4.5e+03 -4.12e+03 5e+03 3.09e-06 0 0 8.71e+03 Tank_phys Transportation + 5 5e+03 -2.77e+03 -4.05e+03 3.09e-06 0 1.32e+04 2.19e+04 expHall_phys Transportation + 6 5e+03 -2.77e+03 -4.05e+03 3.09e-06 0 0 2.19e+04 Tank_phys Transportation + 7 4.35e+03 -2.96e+03 -5e+03 3.09e-06 0 1.16e+03 2.31e+04 expHall_phys Transportation + 8 -1.21e+03 -3.6e+03 -1e+04 3.09e-06 0 7.5e+03 3.06e+04 World_log_PV Transportation + 9 -6.76e+03 -4.24e+03 -1.5e+04 3.09e-06 0 7.5e+03 3.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -52.5 139 -46.2 0.185 0 0 0.232 Tank_phys initStep + 8 -52.5 139 -46.2 0.178 0.00712 0.0314 0.263 Tank_phys msc + 9 -52.5 140 -46.3 0.152 0.0258 0.0894 0.353 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.5 139 -46.2 3.44e-06 0 0 0 Tank_phys initStep + 1 1.34e+03 919 -3.78e+03 3.44e-06 3.44e-06 4.06e+03 4.06e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -52.5 140 -46.3 0.152 0 0 0.353 Tank_phys initStep + 10 -52.5 140 -46.3 0.147 0.00481 0.0228 0.376 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.5 140 -46.3 3.48e-06 0 0 0 Tank_phys initStep + 1 2.39e+03 -2.07e+03 -5e+03 3.48e-06 0 5.95e+03 5.95e+03 expHall_phys Transportation + 2 9.58e+03 -7.6e+03 -1e+04 3.48e-06 0 1.04e+04 1.63e+04 World_log_PV Transportation + 3 1.5e+04 -1.18e+04 -1.38e+04 3.48e-06 0 7.81e+03 2.41e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -52.5 140 -46.3 0.147 0 0 0.376 Tank_phys initStep + 11 -52.5 140 -46.3 0.142 0.00524 0.0216 0.397 Tank_phys msc + 12 -52.4 139 -46.3 0.125 0.0169 0.0667 0.464 Tank_phys eIoni + 13 -52.4 139 -46.3 0.103 0.0222 0.0569 0.521 Tank_phys eIoni + 14 -52.3 139 -46.3 0.0871 0.016 0.0452 0.566 Tank_phys eIoni + 15 -52.3 139 -46.4 0.0686 0.0185 0.0376 0.604 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.3 139 -46.4 2.12e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.09e+03 3.12e+03 2.12e-06 0 5.95e+03 5.95e+03 expHall_phys Transportation + 2 -1e+04 1.32e+03 7.93e+03 2.12e-06 0 6.95e+03 1.29e+04 World_log_PV Transportation + 3 -1.5e+04 1.55e+03 1.27e+04 2.12e-06 0 6.95e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 -52.3 139 -46.4 0.0686 0 0 0.604 Tank_phys initStep + 16 -52.3 139 -46.4 0.0644 0.00424 0.00592 0.61 Tank_phys msc + 17 -52.3 139 -46.4 0.0114 0.053 0.028 0.638 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.3 139 -46.4 3.82e-06 0 0 0 Tank_phys initStep + 1 -5e+03 90.3 903 3.82e-06 0 5.04e+03 5.04e+03 expHall_phys Transportation + 2 -1e+04 -0.748 4.14e+03 3.82e-06 0 5.96e+03 1.1e+04 World_log_PV Transportation + 3 -1.5e+04 -91.8 7.38e+03 3.82e-06 0 5.96e+03 1.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.3 139 -46.4 2.35e-06 0 0 0 Tank_phys initStep + 1 -466 1.51e+03 2.19e+03 2.35e-06 2.35e-06 2.65e+03 2.65e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 -52.3 139 -46.4 0.0114 0 0 0.638 Tank_phys initStep + 18 -52.3 139 -46.4 0.011 0.00037 0.000248 0.638 Tank_phys msc + 19 -52.3 139 -46.4 0 0.011 0.00293 0.641 Tank_phys eIoni + 20 -52.3 139 -46.4 0 0 0 0.641 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.865 -0.145 -0.0857 0.511 0 0 0 Tank_phys initStep + 1 3.95 -8.19 2.57 0.218 0.000537 9.02 9.02 Tank_phys compt + 2 3.33 10.2 15.9 0.201 1.36e-05 22.7 31.7 Tank_phys compt + 3 0.888 23.1 59.7 0.136 1.42e-05 45.8 77.5 Tank_phys compt + 4 42 10.7 55.1 0.135 1.42e-05 43.2 121 Tank_phys compt + 5 63.4 -1.94 54 0.123 1.42e-05 24.9 146 Tank_phys compt + 6 67.2 -28.9 61.3 0.0843 1.36e-05 28.2 174 Tank_phys compt + 7 75.6 11.9 37.7 0.0753 2.92e-05 47.9 222 Tank_phys compt + 8 114 -12.3 23.2 0 2.85e-05 48 270 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -12.3 23.2 0.0753 0 0 0 Tank_phys initStep + 1 114 -12.3 23.2 0.0709 0.0044 0.00695 0.00695 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 76 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 -12.3 23.2 3.82e-06 0 0 0 Tank_phys initStep + 1 -666 5e+03 -2.46e+03 3.82e-06 0 5.65e+03 5.65e+03 expHall_phys Transportation + 2 -666 5e+03 -2.46e+03 3.82e-06 0 0 5.65e+03 Tank_phys Transportation + 3 -5e+03 4.02e+03 -4.84e+03 3.82e-06 0 5.04e+03 1.07e+04 expHall_phys Transportation + 4 -5e+03 4.02e+03 -4.84e+03 3.82e-06 0 0 1.07e+04 Tank_phys Transportation + 5 -4.8e+03 3.89e+03 -5e+03 3.82e-06 0 281 1.1e+04 expHall_phys Transportation + 6 -4.8e+03 3.89e+03 -5e+03 3.82e-06 0 0 1.1e+04 Tank_phys Transportation + 7 414 295 4.36e+03 3.82e-06 0 1.13e+04 2.23e+04 Tank_phys OpRayleigh + 8 1.74e+03 -2.43e+03 -3.27e+03 3.82e-06 3.82e-06 8.21e+03 3.05e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 114 -12.3 23.2 0.0709 0 0 0.00695 Tank_phys initStep + 2 114 -12.3 23.2 0.0673 0.0036 0.00627 0.0132 Tank_phys msc + 3 114 -12.3 23.2 0.0542 0.0131 0.0292 0.0424 Tank_phys eIoni + 4 114 -12.3 23.2 0.0383 0.0159 0.0242 0.0666 Tank_phys eIoni + 5 114 -12.3 23.2 0.0235 0.0148 0.0183 0.0849 Tank_phys eIoni + 6 114 -12.3 23.2 0.00505 0.0184 0.0111 0.0961 Tank_phys eIoni + 7 114 -12.3 23.2 0 0.00505 0.000753 0.0968 Tank_phys eIoni + 8 114 -12.3 23.2 0 0 0 0.0968 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 75.6 11.9 37.7 0.00895 0 0 0 Tank_phys initStep + 1 75.6 11.9 37.7 0.00635 0.00261 0.000163 0.000163 Tank_phys msc + 2 75.6 12 37.7 0 0.00635 0.00112 0.00128 Tank_phys eIoni + 3 75.6 12 37.7 0 0 0 0.00128 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.2 -28.9 61.3 0.0384 0 0 0 Tank_phys initStep + 1 67.2 -28.9 61.3 0.0374 0.001 0.00214 0.00214 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 74 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.2 -28.9 61.3 4.01e-06 0 0 0 Tank_phys initStep + 1 -759 5e+03 1.2e+03 4.01e-06 0 5.22e+03 5.22e+03 expHall_phys Transportation + 2 -1.38e+03 1e+04 4.41e+03 4.01e-06 0 5.97e+03 1.12e+04 World_log_PV Transportation + 3 -2.01e+03 1.5e+04 7.62e+03 4.01e-06 0 5.97e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 67.2 -28.9 61.3 0.0374 0 0 0.00214 Tank_phys initStep + 2 67.2 -28.9 61.3 0.0366 0.000766 0.00204 0.00418 Tank_phys msc + 3 67.2 -28.9 61.3 0.0178 0.0188 0.0177 0.0218 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 74 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.2 -28.9 61.3 3.54e-06 0 0 0 Tank_phys initStep + 1 201 -601 799 3.54e-06 0 943 943 Tank_phys OpRayleigh + 2 -3.11e+03 420 -5e+03 3.54e-06 0 6.75e+03 7.7e+03 expHall_phys Transportation + 3 -3.11e+03 420 -5e+03 3.54e-06 0 0 7.7e+03 Tank_phys Transportation + 4 -5e+03 545 -3.86e+03 3.54e-06 0 2.21e+03 9.91e+03 expHall_phys Transportation + 5 -1e+04 3.04e+03 9.2e+03 3.54e-06 0 1.42e+04 2.41e+04 World_log_PV Transportation + 6 -1.22e+04 4.15e+03 1.5e+04 3.54e-06 0 6.31e+03 3.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 67.2 -28.9 61.3 0.0178 0 0 0.0218 Tank_phys initStep + 4 67.2 -28.9 61.3 0.0171 0.00067 0.000549 0.0224 Tank_phys msc + 5 67.2 -28.9 61.3 0 0.0171 0.00641 0.0288 Tank_phys eIoni + 6 67.2 -28.9 61.3 0 0 0 0.0288 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 74 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.2 -28.9 61.3 3.13e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.73e+03 4.55e+03 3.13e-06 0 8.16e+03 8.16e+03 expHall_phys Transportation + 2 5e+03 -4.73e+03 4.55e+03 3.13e-06 0 0 8.16e+03 Tank_phys Transportation + 3 4.64e+03 -5e+03 4.83e+03 3.13e-06 0 531 8.69e+03 expHall_phys Transportation + 4 4.64e+03 -5e+03 4.83e+03 3.13e-06 0 0 8.69e+03 Tank_phys Transportation + 5 4.43e+03 -4.69e+03 5e+03 3.13e-06 0 413 9.1e+03 expHall_phys Transportation + 6 4.43e+03 -4.69e+03 5e+03 3.13e-06 0 0 9.1e+03 Tank_phys Transportation + 7 4.33e+03 -4.41e+03 4.54e+03 3.13e-06 3.13e-06 545 9.65e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 63.4 -1.94 54 0.0125 0 0 0 Tank_phys initStep + 1 63.4 -1.94 54 0.0121 0.000412 0.000292 0.000292 Tank_phys msc + 2 63.4 -1.94 54 0 0.0121 0.00344 0.00373 Tank_phys eIoni + 3 63.4 -1.94 54 0 0 0 0.00373 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 73 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 63.4 -1.94 54 2.34e-06 0 0 0 Tank_phys initStep + 1 -54 2e+03 -451 2.34e-06 2.34e-06 2.07e+03 2.07e+03 Bubble_phys Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42 10.7 55.1 0.00116 0 0 0 Tank_phys initStep + 1 42 10.7 55.1 0.00113 2.33e-05 5.23e-06 5.23e-06 Tank_phys msc + 2 42 10.7 55.1 0 0.00113 6.33e-05 6.86e-05 Tank_phys eIoni + 3 42 10.7 55.1 0 0 0 6.86e-05 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.888 23.1 59.7 0.0643 0 0 0 Tank_phys initStep + 1 0.885 23.1 59.8 0.0628 0.00153 0.00529 0.00529 Tank_phys msc + 2 0.876 23.1 59.8 0.0415 0.0213 0.0274 0.0327 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.878 23.1 59.8 4.08e-06 0 0 0 Tank_phys initStep + 1 -3.42e+03 -737 4.13e+03 4.08e-06 4.08e-06 5.37e+03 5.37e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.876 23.1 59.8 0.0415 0 0 0.0327 Tank_phys initStep + 3 0.875 23.1 59.8 0.0398 0.00171 0.00245 0.0352 Tank_phys msc + 4 0.867 23.1 59.8 0.025 0.0148 0.0189 0.054 Tank_phys eIoni + 5 0.867 23.1 59.8 0.00977 0.0152 0.0121 0.0662 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.867 23.1 59.8 3.28e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.03e+03 526 3.28e-06 0 5.85e+03 5.85e+03 expHall_phys Transportation + 2 7.22e+03 1e+04 2.21e+03 3.28e-06 0 7.5e+03 1.34e+04 World_log_PV Transportation + 3 8.81e+03 1.5e+04 3.42e+03 3.28e-06 0 5.38e+03 1.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.867 23.1 59.8 0.00977 0 0 0.0662 Tank_phys initStep + 6 0.867 23.1 59.8 0.00941 0.00036 0.00019 0.0663 Tank_phys msc + 7 0.866 23.1 59.8 0 0.00941 0.00223 0.0686 Tank_phys eIoni + 8 0.866 23.1 59.8 0 0 0 0.0686 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.33 10.2 15.9 0.0173 0 0 0 Tank_phys initStep + 1 3.33 10.2 15.9 0.0171 0.000207 0.000522 0.000522 Tank_phys msc + 2 3.33 10.2 15.9 0 0.0171 0.00639 0.00691 Tank_phys eIoni + 3 3.33 10.2 15.9 0 0 0 0.00691 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 70 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.33 10.2 15.9 3.64e-06 0 0 0 Tank_phys initStep + 1 163 -5e+03 1.13e+03 3.64e-06 0 5.14e+03 5.14e+03 expHall_phys Transportation + 2 163 -5e+03 1.13e+03 3.64e-06 0 0 5.14e+03 Tank_phys Transportation + 3 -272 -2.94e+03 5e+03 3.64e-06 0 4.4e+03 9.54e+03 expHall_phys Transportation + 4 -272 -2.94e+03 5e+03 3.64e-06 0 0 9.54e+03 Tank_phys Transportation + 5 -790 -2.32e+03 3.64e+03 3.64e-06 3.64e-06 1.59e+03 1.11e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.95 -8.19 2.57 0.292 0 0 0 Tank_phys initStep + 1 3.97 -8.23 2.57 0.28 0.0123 0.048 0.048 Tank_phys Cerenkov + 2 3.99 -8.27 2.58 0.27 0.0101 0.0441 0.0921 Tank_phys Cerenkov + 3 4 -8.31 2.58 0.262 0.00851 0.0411 0.133 Tank_phys Cerenkov + 4 4.03 -8.34 2.59 0.253 0.00845 0.0387 0.172 Tank_phys Cerenkov + 5 4.05 -8.36 2.59 0.246 0.00675 0.0363 0.208 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.05 -8.36 2.59 3.92e-06 0 0 0 Tank_phys initStep + 1 -358 -187 -215 3.92e-06 3.92e-06 459 459 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.03 -8.34 2.59 2.2e-06 0 0 0 Tank_phys initStep + 1 5e+03 4.09e+03 -2.33e+03 2.2e-06 0 6.87e+03 6.87e+03 expHall_phys Transportation + 2 5e+03 4.09e+03 -2.33e+03 2.2e-06 0 0 6.87e+03 Tank_phys Transportation + 3 3.51e+03 5e+03 -2.36e+03 2.2e-06 0 1.75e+03 8.62e+03 expHall_phys Transportation + 4 3.51e+03 5e+03 -2.36e+03 2.2e-06 0 0 8.62e+03 Tank_phys Transportation + 5 -1.43e+03 4e+03 -2.17e+03 2.2e-06 2.2e-06 5.04e+03 1.37e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 4.05 -8.36 2.59 0.246 0 0 0.208 Tank_phys initStep + 6 4.07 -8.36 2.59 0.24 0.006 0.0152 0.223 Tank_phys Cerenkov + 7 4.18 -8.37 2.64 0.131 0.109 0.135 0.358 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.1 -8.36 2.61 3.32e-06 0 0 0 Tank_phys initStep + 1 2.48e+03 -941 5e+03 3.32e-06 0 5.66e+03 5.66e+03 expHall_phys Transportation + 2 5.86e+03 -4.67e+03 1e+04 3.32e-06 0 7.09e+03 1.28e+04 World_log_PV Transportation + 3 9.25e+03 -8.4e+03 1.5e+04 3.32e-06 0 7.09e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.09 -8.36 2.6 3.57e-06 0 0 0 Tank_phys initStep + 1 1.32e+03 47.3 5e+03 3.57e-06 0 5.17e+03 5.17e+03 expHall_phys Transportation + 2 5.31e+03 -882 1e+04 3.57e-06 0 6.47e+03 1.16e+04 World_log_PV Transportation + 3 9.31e+03 -1.81e+03 1.5e+04 3.57e-06 0 6.47e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.1 -8.36 2.61 3.49e-06 0 0 0 Tank_phys initStep + 1 261 -5e+03 1.68e+03 3.49e-06 0 5.27e+03 5.27e+03 expHall_phys Transportation + 2 256 -1e+04 4.8e+03 3.49e-06 0 5.89e+03 1.12e+04 World_log_PV Transportation + 3 252 -1.5e+04 7.92e+03 3.49e-06 0 5.89e+03 1.71e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.07 -8.36 2.6 3.74e-06 0 0 0 Tank_phys initStep + 1 4.14e+03 -3.19e+03 1.59e+03 3.74e-06 3.74e-06 5.45e+03 5.45e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.16 -8.37 2.63 3.46e-06 0 0 0 Tank_phys initStep + 1 868 5e+03 -1.32e+03 3.46e-06 0 5.25e+03 5.25e+03 expHall_phys Transportation + 2 2.26e+03 1e+04 -2.02e+03 3.46e-06 0 5.24e+03 1.05e+04 World_log_PV Transportation + 3 3.66e+03 1.5e+04 -2.72e+03 3.46e-06 0 5.24e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.08 -8.36 2.6 2.19e-06 0 0 0 Tank_phys initStep + 1 1.12e+03 4e+03 5e+03 2.19e-06 0 6.51e+03 6.51e+03 expHall_phys Transportation + 2 1.94e+03 1e+04 7.57e+03 2.19e-06 0 6.57e+03 1.31e+04 World_log_PV Transportation + 3 2.63e+03 1.5e+04 9.71e+03 2.19e-06 0 5.48e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 4.18 -8.37 2.64 0.131 0 0 0.358 Tank_phys initStep + 8 4.19 -8.36 2.63 0.126 0.00457 0.0178 0.376 Tank_phys msc + 9 4.22 -8.34 2.6 0.113 0.0131 0.0576 0.433 Tank_phys eIoni + 10 4.22 -8.3 2.57 0.097 0.0164 0.0505 0.484 Tank_phys eIoni + 11 4.24 -8.28 2.55 0.0817 0.0153 0.0422 0.526 Tank_phys eIoni + 12 4.25 -8.26 2.55 0.0626 0.0191 0.0352 0.561 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.25 -8.26 2.55 3.08e-06 0 0 0 Tank_phys initStep + 1 -2.75e+03 4.31e+03 5e+03 3.08e-06 0 7.15e+03 7.15e+03 expHall_phys Transportation + 2 -2.75e+03 4.31e+03 5e+03 3.08e-06 0 0 7.15e+03 Tank_phys Transportation + 3 -2.89e+03 5e+03 4.47e+03 3.08e-06 0 884 8.04e+03 expHall_phys Transportation + 4 -2.89e+03 5e+03 4.47e+03 3.08e-06 0 0 8.04e+03 Tank_phys Transportation + 5 -3.17e+03 3.67e+03 3.04e+03 3.08e-06 3.08e-06 1.97e+03 1e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.25 -8.27 2.55 2.23e-06 0 0 0 Tank_phys initStep + 1 -2.06e+03 5e+03 4.18e+03 2.23e-06 0 6.84e+03 6.84e+03 expHall_phys Transportation + 2 -2.06e+03 5e+03 4.18e+03 2.23e-06 0 0 6.84e+03 Tank_phys Transportation + 3 -3.27e+03 4.04e+03 5e+03 2.23e-06 0 1.75e+03 8.59e+03 expHall_phys Transportation + 4 -3.27e+03 4.04e+03 5e+03 2.23e-06 0 0 8.59e+03 Tank_phys Transportation + 5 -5e+03 1.39e+03 2.94e+03 2.23e-06 0 3.77e+03 1.24e+04 expHall_phys Transportation + 6 -5e+03 1.39e+03 2.94e+03 2.23e-06 0 0 1.24e+04 Tank_phys Transportation + 7 870 -5e+03 4.18e+03 2.23e-06 0 8.77e+03 2.11e+04 expHall_phys Transportation + 8 1e+04 -8.46e+03 7.58e+03 2.23e-06 0 1.03e+04 3.15e+04 World_log_PV Transportation + 9 1.5e+04 -1.03e+04 9.44e+03 2.23e-06 0 5.66e+03 3.71e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 4.25 -8.26 2.55 0.0626 0 0 0.561 Tank_phys initStep + 13 4.25 -8.25 2.55 0.0599 0.00265 0.00504 0.566 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.25 -8.26 2.55 4.02e-06 0 0 0 Tank_phys initStep + 1 -2.53e+03 -941 -5e+03 4.02e-06 0 5.68e+03 5.68e+03 expHall_phys Transportation + 2 -2.53e+03 -941 -5e+03 4.02e-06 0 0 5.68e+03 Tank_phys Transportation + 3 -4.31e+03 -2.85e+03 -3.97e+03 4.02e-06 4.02e-06 2.81e+03 8.49e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.25 -8.25 2.55 3.35e-06 0 0 0 Tank_phys initStep + 1 -233 825 -369 3.35e-06 0 942 942 Tank_phys OpRayleigh + 2 -3.99e+03 5e+03 -3.48e+03 3.35e-06 0 6.42e+03 7.37e+03 expHall_phys Transportation + 3 -3.99e+03 5e+03 -3.48e+03 3.35e-06 0 0 7.37e+03 Tank_phys Transportation + 4 -5e+03 4.39e+03 -3.99e+03 3.35e-06 0 1.28e+03 8.65e+03 expHall_phys Transportation + 5 -5e+03 4.39e+03 -3.99e+03 3.35e-06 0 0 8.65e+03 Tank_phys Transportation + 6 -2.53e+03 992 -4.72e+03 3.35e-06 3.35e-06 4.26e+03 1.29e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 4.25 -8.25 2.55 0.0599 0 0 0.566 Tank_phys initStep + 14 4.25 -8.25 2.55 0.058 0.00186 0.00467 0.571 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.25 -8.25 2.55 3.31e-06 0 0 0 Tank_phys initStep + 1 -1.01e+03 3.43e+03 -5e+03 3.31e-06 0 6.16e+03 6.16e+03 expHall_phys Transportation + 2 -1.01e+03 3.43e+03 -5e+03 3.31e-06 0 0 6.16e+03 Tank_phys Transportation + 3 -1.53e+03 5e+03 -2.83e+03 3.31e-06 0 2.73e+03 8.88e+03 expHall_phys Transportation + 4 -1.53e+03 5e+03 -2.83e+03 3.31e-06 0 0 8.88e+03 Tank_phys Transportation + 5 -1.58e+03 23.2 3.01e+03 3.31e-06 3.31e-06 7.67e+03 1.66e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 4.25 -8.25 2.55 0.058 0 0 0.571 Tank_phys initStep + 15 4.26 -8.25 2.54 0.057 0.00109 0.00442 0.575 Tank_phys msc + 16 4.27 -8.23 2.54 0.0278 0.0292 0.0252 0.601 Tank_phys eIoni + 17 4.27 -8.23 2.53 0.00748 0.0203 0.0137 0.614 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.27 -8.23 2.53 2.3e-06 0 0 0 Tank_phys initStep + 1 731 251 414 2.3e-06 2.3e-06 874 874 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 4.27 -8.23 2.53 0.00748 0 0 0.614 Tank_phys initStep + 18 4.27 -8.23 2.53 0.00724 0.00024 0.000119 0.614 Tank_phys msc + 19 4.27 -8.23 2.53 0 0.00724 0.00141 0.616 Tank_phys eIoni + 20 4.27 -8.23 2.53 0 0 0 0.616 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.27 -8.23 2.53 2.64e-06 0 0 0 Tank_phys initStep + 1 3.03e+03 3.98e+03 5e+03 2.64e-06 0 7.07e+03 7.07e+03 expHall_phys Transportation + 2 3.03e+03 3.98e+03 5e+03 2.64e-06 0 0 7.07e+03 Tank_phys Transportation + 3 3.44e+03 5e+03 2.94e+03 2.64e-06 0 2.34e+03 9.41e+03 expHall_phys Transportation + 4 3.44e+03 5e+03 2.94e+03 2.64e-06 0 0 9.41e+03 Tank_phys Transportation + 5 5e+03 4.02e+03 3.54e+03 2.64e-06 0 1.94e+03 1.13e+04 expHall_phys Transportation + 6 5e+03 4.02e+03 3.54e+03 2.64e-06 0 0 1.13e+04 Tank_phys Transportation + 7 2.49e+03 2.48e+03 5e+03 2.64e-06 0 3.29e+03 1.46e+04 expHall_phys Transportation + 8 -7.23e+03 -21.6 1e+04 2.64e-06 0 1.12e+04 2.58e+04 World_log_PV Transportation + 9 -1.5e+04 -2.03e+03 1.4e+04 2.64e-06 0 8.97e+03 3.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.864 -0.147 -0.0838 3.73e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -575 -1.64e+03 3.73e-06 0 5.29e+03 5.29e+03 expHall_phys Transportation + 2 -1e+04 -1.97e+03 -4.04e+03 3.73e-06 0 5.72e+03 1.1e+04 World_log_PV Transportation + 3 -1.5e+04 -3.36e+03 -6.45e+03 3.73e-06 0 5.72e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank_phys initStep + 1 0.137 0.0162 -0.0171 0.479 0.0214 0.139 0.139 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0729 0.00861 -0.00909 4.06e-06 0 0 0 Tank_phys initStep + 1 -752 -62.6 -489 4.06e-06 4.06e-06 900 900 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0143 0.00169 -0.00178 2.04e-06 0 0 0 Tank_phys initStep + 1 -742 -544 5e+03 2.04e-06 0 5.08e+03 5.08e+03 expHall_phys Transportation + 2 -742 -544 5e+03 2.04e-06 0 0 5.08e+03 Tank_phys Transportation + 3 -1.12e+03 -803 4.77e+03 2.04e-06 2.04e-06 508 5.59e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.096 0.0113 -0.012 3.36e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.84e+03 1.44e+03 3.36e-06 0 5.93e+03 5.93e+03 expHall_phys Transportation + 2 1e+04 9.44e+03 2.82e+03 3.36e-06 0 8.4e+03 1.43e+04 World_log_PV Transportation + 3 1.42e+04 1.5e+04 3.99e+03 3.36e-06 0 7.07e+03 2.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.093 0.011 -0.0116 4.07e-06 0 0 0 Tank_phys initStep + 1 5e+03 -940 -3.41e+03 4.07e-06 0 6.12e+03 6.12e+03 expHall_phys Transportation + 2 5e+03 -940 -3.41e+03 4.07e-06 0 0 6.12e+03 Tank_phys Transportation + 3 4.23e+03 -719 -4.14e+03 4.07e-06 4.07e-06 1.08e+03 7.21e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0602 0.00711 -0.0075 2.17e-06 0 0 0 Tank_phys initStep + 1 4.3e+03 2.03e+03 -2.95e+03 2.17e-06 2.17e-06 5.6e+03 5.6e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.122 0.0145 -0.0153 3.3e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.24e+03 -2.81e+03 3.3e-06 0 6.59e+03 6.59e+03 expHall_phys Transportation + 2 1e+04 1.46e+03 -4.77e+03 3.3e-06 0 5.66e+03 1.22e+04 World_log_PV Transportation + 3 1.5e+04 -309 -6.73e+03 3.3e-06 0 5.66e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.096 0.0113 -0.012 3.87e-06 0 0 0 Tank_phys initStep + 1 196 147 -77.2 3.87e-06 3.87e-06 257 257 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.137 0.0162 -0.0171 0.479 0 0 0.139 Tank_phys initStep + 2 0.262 0.0156 -0.0411 0.441 0.0381 0.128 0.267 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.212 0.0158 -0.0316 3.52e-06 0 0 0 Tank_phys initStep + 1 -1.43e+03 1.44e+03 1.82e+03 3.52e-06 3.52e-06 2.73e+03 2.73e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.182 0.016 -0.0258 2.83e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -1.97e+03 -2.15e+03 2.83e-06 0 5.79e+03 5.79e+03 expHall_phys Transportation + 2 -1e+04 -5.38e+03 -6.62e+03 2.83e-06 0 7.52e+03 1.33e+04 World_log_PV Transportation + 3 -1.5e+04 -8.79e+03 -1.11e+04 2.83e-06 0 7.52e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.211 0.0158 -0.0313 3.68e-06 0 0 0 Tank_phys initStep + 1 2.88e+03 -5e+03 -567 3.68e-06 0 5.8e+03 5.8e+03 expHall_phys Transportation + 2 1e+04 -6.92e+03 -928 3.68e-06 0 7.38e+03 1.32e+04 World_log_PV Transportation + 3 1.5e+04 -8.26e+03 -1.18e+03 3.68e-06 0 5.18e+03 1.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.225 0.0158 -0.0341 2.93e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.89e+03 1.01e+03 2.93e-06 0 5.44e+03 5.44e+03 expHall_phys Transportation + 2 1e+04 -6.64e+03 1.5e+03 2.93e-06 0 6.91e+03 1.24e+04 World_log_PV Transportation + 3 1.5e+04 -1.14e+04 1.99e+03 2.93e-06 0 6.91e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.203 0.0159 -0.0298 2.36e-06 0 0 0 Tank_phys initStep + 1 1.08e+03 599 -144 2.36e-06 2.36e-06 1.25e+03 1.25e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.165 0.0161 -0.0225 4.03e-06 0 0 0 Tank_phys initStep + 1 2.68e+03 189 919 4.03e-06 4.03e-06 2.84e+03 2.84e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.224 0.0158 -0.0338 2.9e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.74e+03 -2.41e+03 2.9e-06 0 6.19e+03 6.19e+03 expHall_phys Transportation + 2 5e+03 -2.74e+03 -2.41e+03 2.9e-06 0 0 6.19e+03 Tank_phys Transportation + 3 2.42e+03 -2.68e+03 -5e+03 2.9e-06 0 3.66e+03 9.84e+03 expHall_phys Transportation + 4 2.42e+03 -2.68e+03 -5e+03 2.9e-06 0 0 9.84e+03 Tank_phys Transportation + 5 -2.2e+03 -3.68e+03 1.21e+03 2.9e-06 0 7.8e+03 1.76e+04 Tank_phys OpRayleigh + 6 -53.1 -5e+03 -1.51e+03 2.9e-06 0 3.7e+03 2.13e+04 expHall_phys Transportation + 7 -53.1 -5e+03 -1.51e+03 2.9e-06 0 0 2.13e+04 Tank_phys Transportation + 8 2.94e+03 -1.51e+03 -5e+03 2.9e-06 0 5.77e+03 2.71e+04 expHall_phys Transportation + 9 2.94e+03 -1.51e+03 -5e+03 2.9e-06 0 0 2.71e+04 Tank_phys Transportation + 10 5e+03 -154 -3.62e+03 2.9e-06 0 2.83e+03 2.99e+04 expHall_phys Transportation + 11 8.71e+03 1e+04 7.94e+03 2.9e-06 0 1.58e+04 4.58e+04 World_log_PV Transportation + 12 1.05e+04 1.5e+04 1.36e+04 2.9e-06 0 7.79e+03 5.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.262 0.0156 -0.0411 0.441 0 0 0.267 Tank_phys initStep + 3 0.367 0.0067 -0.0595 0.422 0.0187 0.108 0.375 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.324 0.0104 -0.052 3.85e-06 0 0 0 Tank_phys initStep + 1 1.46e+03 2.73e+03 -5e+03 3.85e-06 0 5.88e+03 5.88e+03 expHall_phys Transportation + 2 1.46e+03 2.73e+03 -5e+03 3.85e-06 0 0 5.88e+03 Tank_phys Transportation + 3 -5e+03 3.48e+03 -4.6e+03 3.85e-06 0 6.51e+03 1.24e+04 expHall_phys Transportation + 4 -5e+03 3.48e+03 -4.6e+03 3.85e-06 0 0 1.24e+04 Tank_phys Transportation + 5 -3.79e+03 4.36e+03 -5e+03 3.85e-06 0 1.55e+03 1.39e+04 expHall_phys Transportation + 6 -3.79e+03 4.36e+03 -5e+03 3.85e-06 0 0 1.39e+04 Tank_phys Transportation + 7 -2.12e+03 5e+03 -2.48e+03 3.85e-06 0 3.08e+03 1.7e+04 expHall_phys Transportation + 8 -2.12e+03 5e+03 -2.48e+03 3.85e-06 0 0 1.7e+04 Tank_phys Transportation + 9 610 4.19e+03 1.95e+03 3.85e-06 3.85e-06 5.27e+03 2.23e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.333 0.00964 -0.0535 3.39e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.67e+03 1.46e+03 3.39e-06 0 5.47e+03 5.47e+03 expHall_phys Transportation + 2 1e+04 -2.22e+03 5.1e+03 3.39e-06 0 6.21e+03 1.17e+04 World_log_PV Transportation + 3 1.5e+04 -2.76e+03 8.75e+03 3.39e-06 0 6.21e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.321 0.0106 -0.0515 3.99e-06 0 0 0 Tank_phys initStep + 1 5e+03 955 1.32e+03 3.99e-06 0 5.26e+03 5.26e+03 expHall_phys Transportation + 2 5e+03 955 1.32e+03 3.99e-06 0 0 5.26e+03 Tank_phys Transportation + 3 3.48e+03 2.18e+03 5e+03 3.99e-06 0 4.16e+03 9.42e+03 expHall_phys Transportation + 4 3.48e+03 2.18e+03 5e+03 3.99e-06 0 0 9.42e+03 Tank_phys Transportation + 5 -1.05e+03 5e+03 806 3.99e-06 0 6.78e+03 1.62e+04 expHall_phys Transportation + 6 -1.05e+03 5e+03 806 3.99e-06 0 0 1.62e+04 Tank_phys Transportation + 7 -3.21e+03 3.86e+03 595 3.99e-06 0 2.45e+03 1.87e+04 Tank_phys OpRayleigh + 8 -3.66e+03 5e+03 -136 3.99e-06 0 1.42e+03 2.01e+04 expHall_phys Transportation + 9 -3.66e+03 5e+03 -136 3.99e-06 0 0 2.01e+04 Tank_phys Transportation + 10 -4.72e+03 2.39e+03 -1.63e+03 3.99e-06 3.99e-06 3.19e+03 2.33e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.355 0.00773 -0.0574 2.08e-06 0 0 0 Tank_phys initStep + 1 342 98.8 52 2.08e-06 2.08e-06 359 359 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.367 0.0067 -0.0595 0.422 0 0 0.375 Tank_phys initStep + 4 0.466 0.0033 -0.0679 0.41 0.0118 0.0991 0.475 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.43 0.00455 -0.0648 2.77e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.43e+03 -1.98e+03 2.77e-06 0 5.9e+03 5.9e+03 expHall_phys Transportation + 2 5e+03 -2.43e+03 -1.98e+03 2.77e-06 0 0 5.9e+03 Tank_phys Transportation + 3 2.03e+03 -5e+03 -2.58e+03 2.77e-06 0 3.97e+03 9.88e+03 expHall_phys Transportation + 4 2.03e+03 -5e+03 -2.58e+03 2.77e-06 0 0 9.88e+03 Tank_phys Transportation + 5 -5e+03 -1.38e+03 -4.03e+03 2.77e-06 0 8.04e+03 1.79e+04 expHall_phys Transportation + 6 -1e+04 1.81e+03 -5.58e+03 2.77e-06 0 6.13e+03 2.4e+04 World_log_PV Transportation + 7 -1.5e+04 5e+03 -7.12e+03 2.77e-06 0 6.13e+03 3.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.466 0.0033 -0.0679 0.41 0 0 0.475 Tank_phys initStep + 5 0.552 -0.0223 -0.0675 0.391 0.0195 0.0936 0.568 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.537 -0.0177 -0.0675 4.03e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.15e+03 -2.09e+03 4.03e-06 0 5.54e+03 5.54e+03 expHall_phys Transportation + 2 1e+04 -4.91e+03 -5.94e+03 4.03e-06 0 7.35e+03 1.29e+04 World_log_PV Transportation + 3 1.5e+04 -8.68e+03 -9.79e+03 4.03e-06 0 7.35e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.548 -0.0212 -0.0675 3.03e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.19e+03 3.65e+03 3.03e-06 0 6.97e+03 6.97e+03 expHall_phys Transportation + 2 5e+03 -3.19e+03 3.65e+03 3.03e-06 0 0 6.97e+03 Tank_phys Transportation + 3 3.16e+03 -4.38e+03 5e+03 3.03e-06 0 2.57e+03 9.54e+03 expHall_phys Transportation + 4 3.16e+03 -4.38e+03 5e+03 3.03e-06 0 0 9.54e+03 Tank_phys Transportation + 5 2.66e+03 -5e+03 4.58e+03 3.03e-06 0 901 1.04e+04 expHall_phys Transportation + 6 2.66e+03 -5e+03 4.58e+03 3.03e-06 0 0 1.04e+04 Tank_phys Transportation + 7 -3.25e+03 2.58e+03 -5e+03 3.03e-06 0 1.36e+04 2.4e+04 expHall_phys Transportation + 8 -3.25e+03 2.58e+03 -5e+03 3.03e-06 0 0 2.4e+04 Tank_phys Transportation + 9 -5e+03 3.92e+03 -2.85e+03 3.03e-06 0 3.08e+03 2.71e+04 expHall_phys Transportation + 10 -5e+03 3.92e+03 -2.85e+03 3.03e-06 0 0 2.71e+04 Tank_phys Transportation + 11 -4.44e+03 5e+03 -688 3.03e-06 0 2.48e+03 2.96e+04 expHall_phys Transportation + 12 -4.44e+03 5e+03 -688 3.03e-06 0 0 2.96e+04 Tank_phys Transportation + 13 -4.49e+03 4.62e+03 -1.53e+03 3.03e-06 0 924 3.05e+04 Tank_phys OpRayleigh + 14 -5e+03 4.34e+03 -1.29e+03 3.03e-06 0 623 3.11e+04 expHall_phys Transportation + 15 -1e+04 374 1.8e+03 3.03e-06 0 7.09e+03 3.82e+04 World_log_PV Transportation + 16 -1.5e+04 -3.59e+03 4.89e+03 3.03e-06 0 7.09e+03 4.53e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.552 -0.0223 -0.0675 0.391 0 0 0.568 Tank_phys initStep + 6 0.616 -0.0724 -0.0434 0.375 0.016 0.0849 0.653 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.578 -0.0429 -0.0576 4.11e-06 0 0 0 Tank_phys initStep + 1 2.66e+03 -1.3e+03 2.55e+03 4.11e-06 0 3.91e+03 3.91e+03 Tank_phys OpRayleigh + 2 3.75e+03 161 2.98e+03 4.11e-06 4.11e-06 1.88e+03 5.78e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.554 -0.0236 -0.0668 2.79e-06 0 0 0 Tank_phys initStep + 1 41.9 -72.5 53.2 2.79e-06 2.79e-06 99 99 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.616 -0.0724 -0.0434 0.375 0 0 0.653 Tank_phys initStep + 7 0.673 -0.12 -0.0215 0.36 0.0141 0.0781 0.731 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.672 -0.119 -0.022 2.39e-06 0 0 0 Tank_phys initStep + 1 2.16e+03 -4.66e+03 1.53e+03 2.39e-06 2.39e-06 5.35e+03 5.35e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.673 -0.12 -0.0215 0.36 0 0 0.731 Tank_phys initStep + 8 0.727 -0.159 0.00686 0.348 0.0127 0.0724 0.804 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.715 -0.15 0.000382 4.02e-06 0 0 0 Tank_phys initStep + 1 -2.62e+03 -695 1.14e+03 4.02e-06 4.02e-06 2.94e+03 2.94e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.727 -0.159 0.00686 0.348 0 0 0.804 Tank_phys initStep + 9 0.772 -0.202 0.0309 0.336 0.0115 0.0674 0.871 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.763 -0.194 0.0262 3.01e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.74e+03 388 3.01e-06 0 5.71e+03 5.71e+03 expHall_phys Transportation + 2 1e+04 -6.82e+03 -359 3.01e-06 0 6.5e+03 1.22e+04 World_log_PV Transportation + 3 1.5e+04 -1.09e+04 -1.11e+03 3.01e-06 0 6.5e+03 1.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.772 -0.202 0.0309 0.336 0 0 0.871 Tank_phys initStep + 10 0.811 -0.247 0.0524 0.325 0.0109 0.063 0.934 Tank_phys Cerenkov + 11 0.854 -0.281 0.0686 0.316 0.00946 0.059 0.993 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.827 -0.26 0.0585 3.23e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.35e+03 39.9 3.23e-06 0 5.52e+03 5.52e+03 expHall_phys Transportation + 2 5e+03 -2.35e+03 39.9 3.23e-06 0 0 5.52e+03 Tank_phys Transportation + 3 3.32e+03 -5e+03 -394 3.23e-06 0 3.17e+03 8.69e+03 expHall_phys Transportation + 4 -2.33e+03 -1e+04 -2.17e+03 3.23e-06 0 7.75e+03 1.64e+04 World_log_PV Transportation + 5 -7.98e+03 -1.5e+04 -3.95e+03 3.23e-06 0 7.75e+03 2.42e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 0.854 -0.281 0.0686 0.316 0 0 0.993 Tank_phys initStep + 12 0.869 -0.334 0.0659 0.306 0.00958 0.0557 1.05 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.859 -0.298 0.0677 2.71e-06 0 0 0 Tank_phys initStep + 1 -288 371 -5e+03 2.71e-06 0 5.02e+03 5.02e+03 expHall_phys Transportation + 2 -288 371 -5e+03 2.71e-06 0 0 5.02e+03 Tank_phys Transportation + 3 -1.72e+03 5e+03 1.76e+03 2.71e-06 0 8.31e+03 1.33e+04 expHall_phys Transportation + 4 -1.72e+03 5e+03 1.76e+03 2.71e-06 0 0 1.33e+04 Tank_phys Transportation + 5 -2.18e+03 4.32e+03 5e+03 2.71e-06 0 3.35e+03 1.67e+04 expHall_phys Transportation + 6 -1.13e+03 1.46e+03 1e+04 2.71e-06 0 5.85e+03 2.25e+04 World_log_PV Transportation + 7 -85.8 -1.39e+03 1.5e+04 2.71e-06 0 5.85e+03 2.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.868 -0.332 0.066 2.73e-06 0 0 0 Tank_phys initStep + 1 3.01e+03 -2.57e+03 5e+03 2.73e-06 0 6.37e+03 6.37e+03 expHall_phys Transportation + 2 3.01e+03 -2.57e+03 5e+03 2.73e-06 0 0 6.37e+03 Tank_phys Transportation + 3 5e+03 -4.35e+03 4.9e+03 2.73e-06 0 2.68e+03 9.05e+03 expHall_phys Transportation + 4 5e+03 -4.35e+03 4.9e+03 2.73e-06 0 0 9.05e+03 Tank_phys Transportation + 5 4.72e+03 -5e+03 4.83e+03 2.73e-06 0 706 9.76e+03 expHall_phys Transportation + 6 4.72e+03 -5e+03 4.83e+03 2.73e-06 0 0 9.76e+03 Tank_phys Transportation + 7 1.89e+03 5e+03 3.68e+03 2.73e-06 0 1.05e+04 2.02e+04 expHall_phys Transportation + 8 -147 1e+04 2.14e+03 2.73e-06 0 5.61e+03 2.58e+04 World_log_PV Transportation + 9 -2.18e+03 1.5e+04 600 2.73e-06 0 5.61e+03 3.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.869 -0.334 0.0659 0.306 0 0 1.05 Tank_phys initStep + 13 0.884 -0.384 0.0607 0.298 0.00841 0.0523 1.1 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.88 -0.37 0.0622 3.58e-06 0 0 0 Tank_phys initStep + 1 4.91e+03 -5e+03 2.48e+03 3.58e-06 0 7.43e+03 7.43e+03 expHall_phys Transportation + 2 4.91e+03 -5e+03 2.48e+03 3.58e-06 0 0 7.43e+03 Tank_phys Transportation + 3 5e+03 -4.82e+03 2.63e+03 3.58e-06 0 252 7.69e+03 expHall_phys Transportation + 4 5e+03 -4.82e+03 2.63e+03 3.58e-06 0 0 7.69e+03 Tank_phys Transportation + 5 2.83e+03 -1.82e+03 5e+03 3.58e-06 0 4.39e+03 1.21e+04 expHall_phys Transportation + 6 2.83e+03 -1.82e+03 5e+03 3.58e-06 0 0 1.21e+04 Tank_phys Transportation + 7 -375 2e+03 346 3.58e-06 0 6.82e+03 1.89e+04 Bubble_phys Transportation + 8 -375 2e+03 346 3.58e-06 0 0 1.89e+04 Tank_phys Transportation + 9 -4.06e+03 -2.39e+03 -5e+03 3.58e-06 0 7.84e+03 2.67e+04 expHall_phys Transportation + 10 -4.06e+03 -2.39e+03 -5e+03 3.58e-06 0 0 2.67e+04 Tank_phys Transportation + 11 -5e+03 -4.22e+03 -1.81e+03 3.58e-06 0 3.8e+03 3.05e+04 expHall_phys Transportation + 12 -5e+03 -4.22e+03 -1.81e+03 3.58e-06 0 0 3.05e+04 Tank_phys Transportation + 13 -3.5e+03 -5e+03 -546 3.58e-06 0 2.11e+03 3.26e+04 expHall_phys Transportation + 14 3.06e+03 -8.71e+03 1e+04 3.58e-06 0 1.3e+04 4.56e+04 World_log_PV Transportation + 15 6.17e+03 -1.05e+04 1.5e+04 3.58e-06 0 6.15e+03 5.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.875 -0.355 0.0637 4.05e-06 0 0 0 Tank_phys initStep + 1 2.23e+03 -5e+03 1.16e+03 4.05e-06 0 5.6e+03 5.6e+03 expHall_phys Transportation + 2 7.65e+03 -1e+04 4.38e+03 4.05e-06 0 8.04e+03 1.36e+04 World_log_PV Transportation + 3 1.31e+04 -1.5e+04 7.6e+03 4.05e-06 0 8.04e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.884 -0.384 0.0607 0.298 0 0 1.1 Tank_phys initStep + 14 0.902 -0.429 0.0519 0.288 0.0095 0.0495 1.15 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.887 -0.392 0.0592 3.49e-06 0 0 0 Tank_phys initStep + 1 5e+03 412 -116 3.49e-06 0 5.02e+03 5.02e+03 expHall_phys Transportation + 2 1e+04 472 -532 3.49e-06 0 5.02e+03 1e+04 World_log_PV Transportation + 3 1.5e+04 532 -948 3.49e-06 0 5.02e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 0.902 -0.429 0.0519 0.288 0 0 1.15 Tank_phys initStep + 15 0.908 -0.473 0.0389 0.281 0.00749 0.0465 1.2 Tank_phys Cerenkov + 16 0.912 -0.514 0.0272 0.272 0.00888 0.0442 1.24 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.908 -0.474 0.0387 3.86e-06 0 0 0 Tank_phys initStep + 1 5e+03 -736 1.75e+03 3.86e-06 0 5.35e+03 5.35e+03 expHall_phys Transportation + 2 1e+04 -2.39e+03 5.13e+03 3.86e-06 0 6.26e+03 1.16e+04 World_log_PV Transportation + 3 1.5e+04 -4.05e+03 8.51e+03 3.86e-06 0 6.26e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.91 -0.499 0.0314 3e-06 0 0 0 Tank_phys initStep + 1 351 -1.99e+03 5e+03 3e-06 0 5.39e+03 5.39e+03 expHall_phys Transportation + 2 989 -4.38e+03 1e+04 3e-06 0 5.58e+03 1.1e+04 World_log_PV Transportation + 3 1.63e+03 -6.77e+03 1.5e+04 3e-06 0 5.58e+03 1.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.912 -0.512 0.0278 3.25e-06 0 0 0 Tank_phys initStep + 1 1.58e+03 -5e+03 -2.45e+03 3.25e-06 0 5.79e+03 5.79e+03 expHall_phys Transportation + 2 4.8e+03 -1e+04 -7.92e+03 3.25e-06 0 8.08e+03 1.39e+04 World_log_PV Transportation + 3 8.02e+03 -1.5e+04 -1.34e+04 3.25e-06 0 8.08e+03 2.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 0.912 -0.514 0.0272 0.272 0 0 1.24 Tank_phys initStep + 17 0.911 -0.555 0.0197 0.264 0.00783 0.0414 1.28 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.911 -0.541 0.0222 3.39e-06 0 0 0 Tank_phys initStep + 1 -272 -2.53e+03 -1.04e+03 3.39e-06 0 2.75e+03 2.75e+03 Tank_phys OpRayleigh + 2 -1.13e+03 -5e+03 -4.58e+03 3.39e-06 0 4.4e+03 7.16e+03 expHall_phys Transportation + 3 -1.13e+03 -5e+03 -4.58e+03 3.39e-06 0 0 7.16e+03 Tank_phys Transportation + 4 -1.07e+03 -4.41e+03 -5e+03 3.39e-06 0 728 7.88e+03 expHall_phys Transportation + 5 -1.07e+03 -4.41e+03 -5e+03 3.39e-06 0 0 7.88e+03 Tank_phys Transportation + 6 27.8 -1.98e+03 -63.9 3.39e-06 3.39e-06 5.61e+03 1.35e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.911 -0.555 0.0197 0.264 0 0 1.28 Tank_phys initStep + 18 0.918 -0.593 0.0154 0.255 0.00898 0.0391 1.32 Tank_phys Cerenkov + 19 0.926 -0.627 0.0106 0.249 0.00608 0.0366 1.36 Tank_phys Cerenkov + 20 0.938 -0.649 0.00813 0.244 0.00546 0.0254 1.38 Tank_phys Cerenkov + 21 0.94 -0.653 0.00807 0.243 0.000984 0.00476 1.39 Tank_phys Cerenkov + 22 0.941 -0.654 0.008 0.243 0.00017 0.00104 1.39 Tank_phys Cerenkov + 23 0.941 -0.654 0.00798 0.242 5e-05 0.000392 1.39 Tank_phys Cerenkov + 24 0.941 -0.654 0.00796 0.242 0 0.000202 1.39 Tank_phys Cerenkov + 25 0.941 -0.654 0.00794 0.242 0.00073 0.000202 1.39 Tank_phys Cerenkov + 26 1 -0.754 -0.00156 0.222 0.02 0.132 1.52 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.977 -0.713 0.00234 2.49e-06 0 0 0 Tank_phys initStep + 1 3.89e+03 -5e+03 -1.23e+03 2.49e-06 0 6.45e+03 6.45e+03 expHall_phys Transportation + 2 3.89e+03 -5e+03 -1.23e+03 2.49e-06 0 0 6.45e+03 Tank_phys Transportation + 3 5e+03 -3.87e+03 -2.58e+03 2.49e-06 0 2.08e+03 8.53e+03 expHall_phys Transportation + 4 5e+03 -3.87e+03 -2.58e+03 2.49e-06 0 0 8.53e+03 Tank_phys Transportation + 5 4.48e+03 -1.26e+03 -5e+03 2.49e-06 0 3.6e+03 1.21e+04 expHall_phys Transportation + 6 4.48e+03 -1.26e+03 -5e+03 2.49e-06 0 0 1.21e+04 Tank_phys Transportation + 7 4.07e+03 5e+03 -1.4e+03 2.49e-06 0 7.23e+03 1.94e+04 expHall_phys Transportation + 8 3.93e+03 1e+04 4.23e+03 2.49e-06 0 7.53e+03 2.69e+04 World_log_PV Transportation + 9 3.79e+03 1.5e+04 9.86e+03 2.49e-06 0 7.53e+03 3.44e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.945 -0.66 0.00738 3.11e-06 0 0 0 Tank_phys initStep + 1 -1.39e+03 5e+03 1.8e+03 3.11e-06 0 5.49e+03 5.49e+03 expHall_phys Transportation + 2 -3.66e+03 1e+04 5.39e+03 3.11e-06 0 6.56e+03 1.21e+04 World_log_PV Transportation + 3 -5.94e+03 1.5e+04 8.98e+03 3.11e-06 0 6.56e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 1 -0.754 -0.00156 0.222 0 0 1.52 Tank_phys initStep + 27 1.02 -0.789 -0.013 0.212 0.00955 0.0406 1.56 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.01 -0.764 -0.00487 3.28e-06 0 0 0 Tank_phys initStep + 1 -1.78e+03 1.95e+03 5e+03 3.28e-06 0 5.66e+03 5.66e+03 expHall_phys Transportation + 2 -3.3e+03 4.04e+03 1e+04 3.28e-06 0 5.63e+03 1.13e+04 World_log_PV Transportation + 3 -4.81e+03 6.13e+03 1.5e+04 3.28e-06 0 5.63e+03 1.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 -0.76 -0.00339 2.84e-06 0 0 0 Tank_phys initStep + 1 5e+03 -310 -375 2.84e-06 0 5.02e+03 5.02e+03 expHall_phys Transportation + 2 1e+04 -301 -2.06e+03 2.84e-06 0 5.28e+03 1.03e+04 World_log_PV Transportation + 3 1.5e+04 -292 -3.75e+03 2.84e-06 0 5.28e+03 1.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 27 1.02 -0.789 -0.013 0.212 0 0 1.56 Tank_phys initStep + 28 1.03 -0.781 -0.0364 0.194 0.0186 0.0378 1.6 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.02 -0.787 -0.0184 3.35e-06 0 0 0 Tank_phys initStep + 1 2.57e+03 5e+03 2.37e+03 3.35e-06 0 6.1e+03 6.1e+03 expHall_phys Transportation + 2 2.57e+03 5e+03 2.37e+03 3.35e-06 0 0 6.1e+03 Tank_phys Transportation + 3 2.87e+03 1.94e+03 5e+03 3.35e-06 0 4.05e+03 1.01e+04 expHall_phys Transportation + 4 2.87e+03 1.94e+03 5e+03 3.35e-06 0 0 1.01e+04 Tank_phys Transportation + 5 2.79e+03 1.7e+03 4.69e+03 3.35e-06 3.35e-06 399 1.05e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.02 -0.788 -0.0153 2.19e-06 0 0 0 Tank_phys initStep + 1 -624 -132 1.87e+03 2.19e-06 2.19e-06 1.98e+03 1.98e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 -0.783 -0.0286 2.24e-06 0 0 0 Tank_phys initStep + 1 2.14e+03 5e+03 -4.11e+03 2.24e-06 0 6.82e+03 6.82e+03 expHall_phys Transportation + 2 2.14e+03 5e+03 -4.11e+03 2.24e-06 0 0 6.82e+03 Tank_phys Transportation + 3 2.74e+03 4.42e+03 -4.96e+03 2.24e-06 2.24e-06 1.19e+03 8.01e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 1.03 -0.781 -0.0364 0.194 0 0 1.6 Tank_phys initStep + 29 1.03 -0.762 -0.0619 0.188 0.0055 0.0326 1.63 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 -0.771 -0.0496 3.71e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.74e+03 -233 3.71e-06 0 6.89e+03 6.89e+03 expHall_phys Transportation + 2 5e+03 -4.74e+03 -233 3.71e-06 0 0 6.89e+03 Tank_phys Transportation + 3 4.92e+03 -5e+03 -207 3.71e-06 0 277 7.17e+03 expHall_phys Transportation + 4 3.56e+03 -1e+04 -1.31e+03 3.71e-06 0 5.3e+03 1.25e+04 World_log_PV Transportation + 5 2.19e+03 -1.5e+04 -2.41e+03 3.71e-06 0 5.3e+03 1.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 1.03 -0.762 -0.0619 0.188 0 0 1.63 Tank_phys initStep + 30 1.03 -0.749 -0.0895 0.182 0.0058 0.0311 1.66 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 -0.759 -0.0687 3.4e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.83e+03 2.31e+03 3.4e-06 0 6.71e+03 6.71e+03 expHall_phys Transportation + 2 5e+03 3.83e+03 2.31e+03 3.4e-06 0 0 6.71e+03 Tank_phys Transportation + 3 2.41e+03 5e+03 2.44e+03 3.4e-06 0 2.84e+03 9.55e+03 expHall_phys Transportation + 4 2.41e+03 5e+03 2.44e+03 3.4e-06 0 0 9.55e+03 Tank_phys Transportation + 5 1.12e+03 3.84e+03 2.14e+03 3.4e-06 0 1.77e+03 1.13e+04 Tank_phys OpRayleigh + 6 -5e+03 384 -3.47e+03 3.4e-06 0 8.99e+03 2.03e+04 expHall_phys Transportation + 7 -5e+03 384 -3.47e+03 3.4e-06 0 0 2.03e+04 Tank_phys Transportation + 8 -3.61e+03 -776 -5e+03 3.4e-06 0 2.37e+03 2.27e+04 expHall_phys Transportation + 9 -3.61e+03 -776 -5e+03 3.4e-06 0 0 2.27e+04 Tank_phys Transportation + 10 -2.63e+03 -1.07e+03 -3.78e+03 3.4e-06 0 1.59e+03 2.43e+04 Tank_phys OpRayleigh + 11 -4.32e+03 5e+03 -1.06e+03 3.4e-06 0 6.86e+03 3.11e+04 expHall_phys Transportation + 12 -9e+03 1e+04 4.03e+03 3.4e-06 0 8.53e+03 3.97e+04 World_log_PV Transportation + 13 -1.37e+04 1.5e+04 9.13e+03 3.4e-06 0 8.53e+03 4.82e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 30 1.03 -0.749 -0.0895 0.182 0 0 1.66 Tank_phys initStep + 31 1.03 -0.734 -0.115 0.175 0.00745 0.0295 1.69 Tank_phys msc + 32 1.03 -0.69 -0.175 0.146 0.029 0.0847 1.78 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 -0.718 -0.136 3.33e-06 0 0 0 Tank_phys initStep + 1 -1.82e+03 -109 4.48e+03 3.33e-06 3.33e-06 4.84e+03 4.84e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 -0.725 -0.126 3.22e-06 0 0 0 Tank_phys initStep + 1 -874 4.69e+03 5e+03 3.22e-06 0 6.91e+03 6.91e+03 expHall_phys Transportation + 2 -874 4.69e+03 5e+03 3.22e-06 0 0 6.91e+03 Tank_phys Transportation + 3 -820 5e+03 4.84e+03 3.22e-06 0 354 7.26e+03 expHall_phys Transportation + 4 1.99e+03 1e+04 546 3.22e-06 0 7.17e+03 1.44e+04 World_log_PV Transportation + 5 4.81e+03 1.5e+04 -3.75e+03 3.22e-06 0 7.17e+03 2.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 32 1.03 -0.69 -0.175 0.146 0 0 1.78 Tank_phys initStep + 33 1.03 -0.684 -0.194 0.14 0.00572 0.0204 1.8 Tank_phys msc + 34 1.03 -0.669 -0.247 0.123 0.0168 0.0633 1.86 Tank_phys eIoni + 35 1.02 -0.682 -0.291 0.105 0.0187 0.054 1.92 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 -0.67 -0.249 2.72e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.91e+03 3.14e+03 2.72e-06 0 6.21e+03 6.21e+03 expHall_phys Transportation + 2 5e+03 -1.91e+03 3.14e+03 2.72e-06 0 0 6.21e+03 Tank_phys Transportation + 3 2.76e+03 -2.66e+03 5e+03 2.72e-06 0 3e+03 9.21e+03 expHall_phys Transportation + 4 2.76e+03 -2.66e+03 5e+03 2.72e-06 0 0 9.21e+03 Tank_phys Transportation + 5 -3.44e+03 -4.61e+03 -5e+03 2.72e-06 0 1.19e+04 2.11e+04 expHall_phys Transportation + 6 -1e+04 -7.24e+03 -8.09e+03 2.72e-06 0 7.71e+03 2.89e+04 World_log_PV Transportation + 7 -1.5e+04 -9.25e+03 -1.04e+04 2.72e-06 0 5.88e+03 3.47e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 35 1.02 -0.682 -0.291 0.105 0 0 1.92 Tank_phys initStep + 36 1.02 -0.677 -0.301 0.1 0.00433 0.0116 1.93 Tank_phys msc + 37 1.01 -0.664 -0.334 0.0865 0.0138 0.0423 1.97 Tank_phys eIoni + 38 1.02 -0.641 -0.353 0.0661 0.0204 0.0361 2.01 Tank_phys eIoni + 39 1 -0.634 -0.367 0.0511 0.015 0.0278 2.03 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.01 -0.64 -0.355 3.71e-06 0 0 0 Tank_phys initStep + 1 -2.18e+03 100 -478 3.71e-06 3.71e-06 2.23e+03 2.23e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 39 1 -0.634 -0.367 0.0511 0 0 2.03 Tank_phys initStep + 40 1 -0.633 -0.37 0.0495 0.00158 0.0033 2.04 Tank_phys msc + 41 0.998 -0.625 -0.384 0.0353 0.0142 0.0217 2.06 Tank_phys eIoni + 42 1 -0.621 -0.393 0.0174 0.0179 0.0165 2.08 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 -0.623 -0.388 3.06e-06 0 0 0 Tank_phys initStep + 1 225 2e+03 -303 3.06e-06 0 2.04e+03 2.04e+03 Bubble_phys Transportation + 2 371 2.94e+03 -500 3.06e-06 3.06e-06 976 3.01e+03 Tank_phys Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 42 1 -0.621 -0.393 0.0174 0 0 2.08 Tank_phys initStep + 43 1 -0.621 -0.393 0.0161 0.00126 0.00048 2.08 Tank_phys msc + 44 1 -0.619 -0.394 0 0.0161 0.00524 2.08 Tank_phys eIoni + 45 1 -0.619 -0.394 0 0 0 2.08 Tank_phys annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 -0.619 -0.394 0.511 0 0 0 Tank_phys initStep + 1 -4.25 6.81 8.57 0.177 1.42e-05 12.8 12.8 Tank_phys compt + 2 -4.57 0.613 -6.96 0.108 2.92e-05 16.7 29.5 Tank_phys compt + 3 -13.5 11.2 3.27 0.0822 0.000537 17.2 46.7 Tank_phys compt + 4 97.7 40.7 -23.9 0.0751 1.36e-05 118 165 Tank_phys compt + 5 111 53.1 -110 0.0604 2.92e-05 88.4 253 Tank_phys compt + 6 91.8 41.3 -95.7 0.0487 1.36e-05 27.1 280 Tank_phys compt + 7 104 60.5 -111 0.0444 2.92e-05 27.3 308 Tank_phys compt + 8 113 70.3 -90.9 0.0441 1.42e-05 24.4 332 Tank_phys compt + 9 119 110 -50.5 0 0.000538 57.2 389 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 119 110 -50.5 0.0435 0 0 0 Tank_phys initStep + 1 119 110 -50.5 0.0392 0.00427 0.00267 0.00267 Tank_phys msc + 2 119 110 -50.5 0.0268 0.0124 0.0187 0.0214 Tank_phys eIoni + 3 119 110 -50.5 0.0105 0.0163 0.0132 0.0345 Tank_phys eIoni + 4 119 110 -50.5 0 0.0105 0.00271 0.0373 Tank_phys eIoni + 5 119 110 -50.5 0 0 0 0.0373 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 119 110 -50.5 2.41e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.77e+03 -59.1 2.41e-06 0 6.1e+03 6.1e+03 expHall_phys Transportation + 2 8.27e+03 1e+04 607 2.41e-06 0 7.07e+03 1.32e+04 World_log_PV Transportation + 3 1.09e+04 1.5e+04 1.14e+03 2.41e-06 0 5.67e+03 1.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 70.3 -90.9 0.000336 0 0 0 Tank_phys initStep + 1 113 70.3 -90.9 0.00027 6.53e-05 9.48e-07 9.48e-07 Tank_phys msc + 2 113 70.3 -90.9 0 0.00027 9.43e-06 1.04e-05 Tank_phys eIoni + 3 113 70.3 -90.9 0 0 0 1.04e-05 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 104 60.5 -111 0.00426 0 0 0 Tank_phys initStep + 1 104 60.5 -111 0.00416 9.92e-05 4.5e-05 4.5e-05 Tank_phys msc + 2 104 60.5 -111 0 0.00416 0.00054 0.000585 Tank_phys eIoni + 3 104 60.5 -111 0 0 0 0.000585 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 91.8 41.3 -95.7 0.0117 0 0 0 Tank_phys initStep + 1 91.8 41.3 -95.7 0.0113 0.000372 0.000262 0.000262 Tank_phys msc + 2 91.8 41.3 -95.7 0 0.0113 0.00309 0.00335 Tank_phys eIoni + 3 91.8 41.3 -95.7 0 0 0 0.00335 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 111 53.1 -110 0.0146 0 0 0 Tank_phys initStep + 1 111 53.1 -110 0.0142 0.00037 0.000387 0.000387 Tank_phys msc + 2 111 53.1 -110 0 0.0142 0.00462 0.00501 Tank_phys eIoni + 3 111 53.1 -110 0 0 0 0.00501 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 97.7 40.7 -23.9 0.00713 0 0 0 Tank_phys initStep + 1 97.7 40.7 -23.9 0.00707 6.07e-05 0.000109 0.000109 Tank_phys msc + 2 97.7 40.7 -23.9 0 0.00707 0.00135 0.00146 Tank_phys eIoni + 3 97.7 40.7 -23.9 0 0 0 0.00146 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.5 11.2 3.27 0.0255 0 0 0 Tank_phys initStep + 1 -13.5 11.2 3.27 0.0249 0.000652 0.00104 0.00104 Tank_phys msc + 2 -13.5 11.2 3.27 0.00513 0.0197 0.012 0.0131 Tank_phys eIoni + 3 -13.5 11.2 3.27 0 0.00513 0.000772 0.0138 Tank_phys eIoni + 4 -13.5 11.2 3.27 0 0 0 0.0138 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.57 0.613 -6.96 0.0689 0 0 0 Tank_phys initStep + 1 -4.57 0.61 -6.96 0.0663 0.00258 0.00596 0.00596 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.57 0.612 -6.96 2.37e-06 0 0 0 Tank_phys initStep + 1 -2.57e+03 3.84e+03 2.03e+03 2.37e-06 2.37e-06 5.05e+03 5.05e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -4.57 0.61 -6.96 0.0663 0 0 0.00596 Tank_phys initStep + 2 -4.57 0.608 -6.97 0.0642 0.00213 0.00557 0.0115 Tank_phys msc + 3 -4.56 0.601 -6.98 0.0465 0.0176 0.028 0.0395 Tank_phys eIoni + 4 -4.56 0.597 -7 0.0285 0.018 0.0214 0.0609 Tank_phys eIoni + 5 -4.55 0.592 -7 0.00895 0.0196 0.0141 0.075 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.55 0.592 -7 3.34e-06 0 0 0 Tank_phys initStep + 1 5e+03 798 1.58e+03 3.34e-06 0 5.31e+03 5.31e+03 expHall_phys Transportation + 2 5e+03 798 1.58e+03 3.34e-06 0 0 5.31e+03 Tank_phys Transportation + 3 3.47e+03 2.28e+03 5e+03 3.34e-06 0 4.03e+03 9.34e+03 expHall_phys Transportation + 4 -1.28e+03 7.33e+03 1e+04 3.34e-06 0 8.55e+03 1.79e+04 World_log_PV Transportation + 5 -6.04e+03 1.24e+04 1.5e+04 3.34e-06 0 8.55e+03 2.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.56 0.595 -7 2.32e-06 0 0 0 Tank_phys initStep + 1 241 -3.03e+03 4.76e+03 2.32e-06 2.32e-06 5.65e+03 5.65e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -4.55 0.592 -7 0.00895 0 0 0.075 Tank_phys initStep + 6 -4.55 0.592 -7 0.00871 0.00024 0.000163 0.0751 Tank_phys msc + 7 -4.56 0.593 -7 0 0.00871 0.00194 0.0771 Tank_phys eIoni + 8 -4.56 0.593 -7 0 0 0 0.0771 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.25 6.81 8.57 0.334 0 0 0 Tank_phys initStep + 1 -4.26 6.84 8.62 0.32 0.0139 0.062 0.062 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.25 6.82 8.59 3.74e-06 0 0 0 Tank_phys initStep + 1 -7.32 -197 -904 3.74e-06 3.74e-06 935 935 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -4.26 6.84 8.62 0.32 0 0 0.062 Tank_phys initStep + 2 -4.27 6.87 8.67 0.299 0.0205 0.0571 0.119 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.27 6.86 8.65 3.93e-06 0 0 0 Tank_phys initStep + 1 -3.33e+03 3.78e+03 5e+03 3.93e-06 0 7.08e+03 7.08e+03 expHall_phys Transportation + 2 -3.33e+03 3.78e+03 5e+03 3.93e-06 0 0 7.08e+03 Tank_phys Transportation + 3 -4.65e+03 5e+03 4.95e+03 3.93e-06 0 1.8e+03 8.89e+03 expHall_phys Transportation + 4 -4.65e+03 5e+03 4.95e+03 3.93e-06 0 0 8.89e+03 Tank_phys Transportation + 5 -5e+03 4.32e+03 4.99e+03 3.93e-06 0 764 9.65e+03 expHall_phys Transportation + 6 -5e+03 4.32e+03 4.99e+03 3.93e-06 0 0 9.65e+03 Tank_phys Transportation + 7 -4.95e+03 4.25e+03 5e+03 3.93e-06 0 85.1 9.73e+03 expHall_phys Transportation + 8 -4.95e+03 4.25e+03 5e+03 3.93e-06 0 0 9.73e+03 Tank_phys Transportation + 9 -4.41e+03 3.32e+03 4.7e+03 3.93e-06 3.93e-06 1.12e+03 1.09e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -4.27 6.87 8.67 0.299 0 0 0.119 Tank_phys initStep + 3 -4.27 6.89 8.71 0.29 0.00934 0.0502 0.169 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.27 6.88 8.68 2.18e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.99e+03 -2.6e+03 2.18e-06 0 5.98e+03 5.98e+03 expHall_phys Transportation + 2 5e+03 1.99e+03 -2.6e+03 2.18e-06 0 0 5.98e+03 Tank_phys Transportation + 3 2.47e+03 3.83e+03 -3.56e+03 2.18e-06 2.18e-06 3.27e+03 9.25e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -4.27 6.89 8.71 0.29 0 0 0.169 Tank_phys initStep + 4 -4.26 6.91 8.75 0.28 0.0102 0.0472 0.216 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.27 6.89 8.71 2.13e-06 0 0 0 Tank_phys initStep + 1 2.81e+03 1.94e+03 5e+03 2.13e-06 0 6.05e+03 6.05e+03 expHall_phys Transportation + 2 9.6e+03 5.63e+03 1e+04 2.13e-06 0 9.2e+03 1.53e+04 World_log_PV Transportation + 3 1.5e+04 8.56e+03 1.4e+04 2.13e-06 0 7.31e+03 2.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -4.26 6.91 8.75 0.28 0 0 0.216 Tank_phys initStep + 5 -4.26 6.94 8.78 0.272 0.00762 0.0441 0.261 Tank_phys Cerenkov + 6 -4.25 6.97 8.81 0.266 0.00606 0.0418 0.302 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.25 6.95 8.79 3.19e-06 0 0 0 Tank_phys initStep + 1 367 2e+03 453 3.19e-06 3.19e-06 2.08e+03 2.08e+03 Bubble_phys Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -4.25 6.97 8.81 0.266 0 0 0.302 Tank_phys initStep + 7 -4.24 7 8.83 0.261 0.00488 0.04 0.342 Tank_phys Cerenkov + 8 -4.23 7.02 8.86 0.248 0.0135 0.0386 0.381 Tank_phys Cerenkov + 9 -4.22 7.03 8.87 0.244 0.00397 0.021 0.402 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.22 7.03 8.87 3.6e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.49e+03 -1.46e+03 3.6e-06 0 5.42e+03 5.42e+03 expHall_phys Transportation + 2 5e+03 -1.49e+03 -1.46e+03 3.6e-06 0 0 5.42e+03 Tank_phys Transportation + 3 180 5e+03 -4.99e+03 3.6e-06 0 8.82e+03 1.42e+04 expHall_phys Transportation + 4 -1e+04 9.55e+03 -9.5e+03 3.6e-06 0 1.2e+04 2.63e+04 World_log_PV Transportation + 5 -1.5e+04 1.18e+04 -1.17e+04 3.6e-06 0 5.91e+03 3.22e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -4.22 7.03 8.87 0.244 0 0 0.402 Tank_phys initStep + 10 -4.22 7.04 8.88 0.242 0.00154 0.00556 0.407 Tank_phys Cerenkov + 11 -4.21 7.08 8.99 0.213 0.0296 0.136 0.544 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.21 7.08 8.98 3.24e-06 0 0 0 Tank_phys initStep + 1 -4.2e+03 5e+03 2.75e+03 3.24e-06 0 7.07e+03 7.07e+03 expHall_phys Transportation + 2 -1e+04 7.28e+03 6.84e+03 3.24e-06 0 7.46e+03 1.45e+04 World_log_PV Transportation + 3 -1.5e+04 9.25e+03 1.04e+04 3.24e-06 0 6.43e+03 2.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.21 7.07 8.98 3.94e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -4.56e+03 589 3.94e-06 0 6.8e+03 6.8e+03 expHall_phys Transportation + 2 -7.73e+03 -1e+04 2.37e+03 3.94e-06 0 6.34e+03 1.31e+04 World_log_PV Transportation + 3 -1.02e+04 -1.5e+04 4.01e+03 3.94e-06 0 5.83e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -4.21 7.08 8.99 0.213 0 0 0.544 Tank_phys initStep + 12 -4.2 7.11 9.02 0.204 0.00865 0.0392 0.583 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.2 7.1 9.01 2.74e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.77e+03 2.37e+03 2.74e-06 0 6.69e+03 6.69e+03 expHall_phys Transportation + 2 5e+03 3.77e+03 2.37e+03 2.74e-06 0 0 6.69e+03 Tank_phys Transportation + 3 321 5e+03 4.95e+03 2.74e-06 0 5.48e+03 1.22e+04 expHall_phys Transportation + 4 321 5e+03 4.95e+03 2.74e-06 0 0 1.22e+04 Tank_phys Transportation + 5 201 4.94e+03 5e+03 2.74e-06 0 144 1.23e+04 expHall_phys Transportation + 6 201 4.94e+03 5e+03 2.74e-06 0 0 1.23e+04 Tank_phys Transportation + 7 -5e+03 314 2.08e+03 2.74e-06 0 7.55e+03 1.99e+04 expHall_phys Transportation + 8 -5e+03 314 2.08e+03 2.74e-06 0 0 1.99e+04 Tank_phys Transportation + 9 -1.46e+03 -5e+03 -1.79e+03 2.74e-06 0 7.47e+03 2.73e+04 expHall_phys Transportation + 10 -1.46e+03 -5e+03 -1.79e+03 2.74e-06 0 0 2.73e+04 Tank_phys Transportation + 11 -850 -775 -5e+03 2.74e-06 0 5.34e+03 3.27e+04 expHall_phys Transportation + 12 -850 -775 -5e+03 2.74e-06 0 0 3.27e+04 Tank_phys Transportation + 13 900 5e+03 -1.18e+03 2.74e-06 0 7.14e+03 3.98e+04 expHall_phys Transportation + 14 6.22e+03 1e+04 7.56e+03 2.74e-06 0 1.14e+04 5.12e+04 World_log_PV Transportation + 15 1.08e+04 1.43e+04 1.5e+04 2.74e-06 0 9.7e+03 6.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 -4.2 7.11 9.02 0.204 0 0 0.583 Tank_phys initStep + 13 -4.2 7.13 9.04 0.197 0.00739 0.0367 0.619 Tank_phys msc + 14 -4.22 7.19 9.1 0.163 0.0333 0.102 0.722 Tank_phys eIoni + 15 -4.24 7.25 9.14 0.133 0.0308 0.0798 0.801 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.22 7.2 9.1 3.6e-06 0 0 0 Tank_phys initStep + 1 2.93e+03 -2.36e+03 1.51e+03 3.6e-06 0 4.06e+03 4.06e+03 Tank_phys OpRayleigh + 2 5e+03 -4.58e+03 1.06e+03 3.6e-06 0 3.07e+03 7.13e+03 expHall_phys Transportation + 3 5e+03 -4.58e+03 1.06e+03 3.6e-06 0 0 7.13e+03 Tank_phys Transportation + 4 4.49e+03 -5e+03 1.2e+03 3.6e-06 0 676 7.8e+03 expHall_phys Transportation + 5 4.49e+03 -5e+03 1.2e+03 3.6e-06 0 0 7.8e+03 Tank_phys Transportation + 6 4.27e+03 -2.74e+03 5e+03 3.6e-06 0 4.43e+03 1.22e+04 expHall_phys Transportation + 7 4.78e+03 1.26e+03 1e+04 3.6e-06 0 6.42e+03 1.87e+04 World_log_PV Transportation + 8 5.3e+03 5.26e+03 1.5e+04 3.6e-06 0 6.42e+03 2.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.24 7.25 9.14 3.51e-06 0 0 0 Tank_phys initStep + 1 5e+03 139 377 3.51e-06 0 5.02e+03 5.02e+03 expHall_phys Transportation + 2 1e+04 -424 619 3.51e-06 0 5.04e+03 1.01e+04 World_log_PV Transportation + 3 1.5e+04 -987 861 3.51e-06 0 5.04e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.23 7.22 9.12 2.54e-06 0 0 0 Tank_phys initStep + 1 3.56e+03 351 -3.85e+03 2.54e-06 0 5.26e+03 5.26e+03 Tank_phys OpRayleigh + 2 1.87e+03 -344 -3.01e+03 2.54e-06 2.54e-06 2.01e+03 7.28e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 -4.24 7.25 9.14 0.133 0 0 0.801 Tank_phys initStep + 16 -4.25 7.26 9.15 0.129 0.00344 0.0181 0.82 Tank_phys msc + 17 -4.27 7.29 9.19 0.11 0.019 0.0591 0.879 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.27 7.28 9.18 3.71e-06 0 0 0 Tank_phys initStep + 1 4.13e+03 -2.16e+03 829 3.71e-06 3.71e-06 4.74e+03 4.74e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 -4.27 7.29 9.19 0.11 0 0 0.879 Tank_phys initStep + 18 -4.27 7.3 9.19 0.105 0.00492 0.0133 0.892 Tank_phys msc + 19 -4.24 7.32 9.2 0.0787 0.0264 0.0463 0.938 Tank_phys eIoni + 20 -4.22 7.33 9.19 0.0457 0.0331 0.0339 0.972 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.22 7.33 9.2 2.1e-06 0 0 0 Tank_phys initStep + 1 -2.5e+03 520 -5e+03 2.1e-06 0 5.62e+03 5.62e+03 expHall_phys Transportation + 2 -2.5e+03 520 -5e+03 2.1e-06 0 0 5.62e+03 Tank_phys Transportation + 3 -5e+03 -189 -4.74e+03 2.1e-06 0 2.61e+03 8.23e+03 expHall_phys Transportation + 4 -5e+03 -189 -4.74e+03 2.1e-06 0 0 8.23e+03 Tank_phys Transportation + 5 -4.49e+03 -5e+03 -3.61e+03 2.1e-06 0 4.97e+03 1.32e+04 expHall_phys Transportation + 6 -3.63e+03 -1e+04 -826 2.1e-06 0 5.79e+03 1.9e+04 World_log_PV Transportation + 7 -2.76e+03 -1.5e+04 1.96e+03 2.1e-06 0 5.79e+03 2.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.23 7.33 9.2 3.97e-06 0 0 0 Tank_phys initStep + 1 4.32e+03 357 5e+03 3.97e-06 0 6.61e+03 6.61e+03 expHall_phys Transportation + 2 4.32e+03 357 5e+03 3.97e-06 0 0 6.61e+03 Tank_phys Transportation + 3 5e+03 307 3.87e+03 3.97e-06 0 1.33e+03 7.94e+03 expHall_phys Transportation + 4 5e+03 307 3.87e+03 3.97e-06 0 0 7.94e+03 Tank_phys Transportation + 5 4.24e+03 -403 1.13e+03 3.97e-06 3.97e-06 2.92e+03 1.09e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 -4.22 7.33 9.19 0.0457 0 0 0.972 Tank_phys initStep + 21 -4.21 7.33 9.2 0.044 0.00168 0.00291 0.975 Tank_phys msc + 22 -4.2 7.33 9.2 0.0274 0.0166 0.0204 0.995 Tank_phys eIoni + 23 -4.2 7.33 9.19 0.0117 0.0157 0.0135 1.01 Tank_phys eIoni + 24 -4.2 7.33 9.19 0 0.0117 0.00326 1.01 Tank_phys eIoni + 25 -4.2 7.33 9.19 0 0 0 1.01 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.2 7.33 9.19 3.84e-06 0 0 0 Tank_phys initStep + 1 3.63e+03 5e+03 443 3.84e-06 0 6.19e+03 6.19e+03 expHall_phys Transportation + 2 3.63e+03 5e+03 443 3.84e-06 0 0 6.19e+03 Tank_phys Transportation + 3 5e+03 4.43e+03 849 3.84e-06 0 1.54e+03 7.73e+03 expHall_phys Transportation + 4 1e+04 966 2e+03 3.84e-06 0 6.19e+03 1.39e+04 World_log_PV Transportation + 5 1.5e+04 -2.5e+03 3.15e+03 3.84e-06 0 6.19e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 -0.619 -0.394 0.511 0 0 0 Tank_phys initStep + 1 27.9 -38.6 -46.3 0.216 2.92e-05 65.4 65.4 Tank_phys compt + 2 88.5 66.5 -34 0.127 1.42e-05 122 187 Tank_phys compt + 3 65.6 53.4 -60.2 0.12 1.42e-05 37.2 225 Tank_phys compt + 4 59 54.5 -93.9 0.0999 1.42e-05 34.4 259 Tank_phys compt + 5 72.4 17.8 -106 0.0955 0.000537 40.9 300 Tank_phys compt + 6 137 -15.4 -157 0.0711 1.36e-05 88.8 389 Tank_phys compt + 7 95.6 27.3 -146 0.0708 1.42e-05 60.5 449 Tank_phys compt + 8 89.7 30 -145 0.0642 1.36e-05 6.63 456 Tank_phys compt + 9 95.6 73.9 -83.2 0.0522 0.000537 75.8 532 Tank_phys compt + 10 106 76.1 -93.4 0.0444 0.000537 14.5 546 Tank_phys compt + 11 53.6 146 17.2 0.0378 1.36e-05 141 687 Tank_phys compt + 12 82.2 94.3 -27.3 0.0333 1.42e-05 74.1 761 Tank_phys compt + 13 84.1 103 -14.5 0 0.000538 15.5 777 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.1 103 -14.5 0.0327 0 0 0 Tank_phys initStep + 1 84.1 103 -14.5 0.0305 0.00227 0.00161 0.00161 Tank_phys msc + 2 84.1 103 -14.5 0.0144 0.0161 0.0151 0.0167 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.1 103 -14.5 3.56e-06 0 0 0 Tank_phys initStep + 1 -1.74e+03 2.08e+03 -5e+03 3.56e-06 0 5.67e+03 5.67e+03 expHall_phys Transportation + 2 -6.13e+03 6.46e+03 -1e+04 3.56e-06 0 7.96e+03 1.36e+04 World_log_PV Transportation + 3 -1.05e+04 1.08e+04 -1.5e+04 3.56e-06 0 7.96e+03 2.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 84.1 103 -14.5 0.0144 0 0 0.0167 Tank_phys initStep + 3 84.1 103 -14.5 0.0142 0.000215 0.000377 0.017 Tank_phys msc + 4 84.1 103 -14.5 0 0.0142 0.00459 0.0216 Tank_phys eIoni + 5 84.1 103 -14.5 0 0 0 0.0216 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 82.2 94.3 -27.3 0.00452 0 0 0 Tank_phys initStep + 1 82.2 94.3 -27.3 0.00393 0.000587 4.97e-05 4.97e-05 Tank_phys msc + 2 82.2 94.3 -27.3 0 0.00393 0.00049 0.000539 Tank_phys eIoni + 3 82.2 94.3 -27.3 0 0 0 0.000539 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 53.6 146 17.2 0.00655 0 0 0 Tank_phys initStep + 1 53.6 146 17.2 0.00613 0.00042 9.44e-05 9.44e-05 Tank_phys msc + 2 53.6 146 17.2 0 0.00613 0.00105 0.00115 Tank_phys eIoni + 3 53.6 146 17.2 0 0 0 0.00115 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 106 76.1 -93.4 0.00726 0 0 0 Tank_phys initStep + 1 106 76.1 -93.4 0.00684 0.000424 0.000113 0.000113 Tank_phys msc + 2 106 76.1 -93.4 0 0.00684 0.00127 0.00139 Tank_phys eIoni + 3 106 76.1 -93.4 0 0 0 0.00139 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.6 73.9 -83.2 0.0115 0 0 0 Tank_phys initStep + 1 95.6 73.9 -83.2 0.0114 9.44e-05 0.000255 0.000255 Tank_phys msc + 2 95.6 73.9 -83.2 0 0.0114 0.00314 0.0034 Tank_phys eIoni + 3 95.6 73.9 -83.2 0 0 0 0.0034 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 92 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.6 73.9 -83.2 2.21e-06 0 0 0 Tank_phys initStep + 1 -2.77e+03 5e+03 2.48e+03 2.21e-06 0 6.25e+03 6.25e+03 expHall_phys Transportation + 2 -2.77e+03 5e+03 2.48e+03 2.21e-06 0 0 6.25e+03 Tank_phys Transportation + 3 -4.95e+03 1.71e+03 5e+03 2.21e-06 0 4.68e+03 1.09e+04 expHall_phys Transportation + 4 -4.95e+03 1.71e+03 5e+03 2.21e-06 0 0 1.09e+04 Tank_phys Transportation + 5 -5e+03 1.64e+03 4.95e+03 2.21e-06 0 97 1.1e+04 expHall_phys Transportation + 6 -5e+03 1.64e+03 4.95e+03 2.21e-06 0 0 1.1e+04 Tank_phys Transportation + 7 5e+03 -2.94e+03 1.15e+03 2.21e-06 0 1.16e+04 2.27e+04 expHall_phys Transportation + 8 5e+03 -2.94e+03 1.15e+03 2.21e-06 0 0 2.27e+04 Tank_phys Transportation + 9 -461 -3.09e+03 -5e+03 2.21e-06 0 8.22e+03 3.09e+04 expHall_phys Transportation + 10 -461 -3.09e+03 -5e+03 2.21e-06 0 0 3.09e+04 Tank_phys Transportation + 11 -1.43e+03 -5e+03 479 2.21e-06 0 5.88e+03 3.68e+04 expHall_phys Transportation + 12 -1.43e+03 -5e+03 479 2.21e-06 0 0 3.68e+04 Tank_phys Transportation + 13 -1.35e+03 -4.33e+03 1.49e+03 2.21e-06 2.21e-06 1.22e+03 3.8e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 89.7 30 -145 0.00658 0 0 0 Tank_phys initStep + 1 89.7 30 -145 0.00647 0.000107 9.52e-05 9.52e-05 Tank_phys msc + 2 89.7 30 -145 0 0.00647 0.00116 0.00125 Tank_phys eIoni + 3 89.7 30 -145 0 0 0 0.00125 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.6 27.3 -146 0.000217 0 0 0 Tank_phys initStep + 1 95.6 27.3 -146 0.000171 4.59e-05 6.15e-07 6.15e-07 Tank_phys msc + 2 95.6 27.3 -146 0 0.000171 6.34e-06 6.96e-06 Tank_phys eIoni + 3 95.6 27.3 -146 0 0 0 6.96e-06 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 137 -15.4 -157 0.0245 0 0 0 Tank_phys initStep + 1 137 -15.4 -157 0.0238 0.000661 0.000964 0.000964 Tank_phys msc + 2 137 -15.4 -157 0.00609 0.0177 0.0113 0.0123 Tank_phys eIoni + 3 137 -15.4 -157 0 0.00609 0.00104 0.0133 Tank_phys eIoni + 4 137 -15.4 -157 0 0 0 0.0133 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.4 17.8 -106 0.00386 0 0 0 Tank_phys initStep + 1 72.4 17.8 -106 0.00383 3.74e-05 3.8e-05 3.8e-05 Tank_phys msc + 2 72.4 17.7 -106 0 0.00383 0.000467 0.000505 Tank_phys eIoni + 3 72.4 17.7 -106 0 0 0 0.000505 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.4 17.7 -106 2.15e-06 0 0 0 Tank_phys initStep + 1 -1.37e+03 -1.31e+03 -5e+03 2.15e-06 0 5.27e+03 5.27e+03 expHall_phys Transportation + 2 -4.23e+03 -3.97e+03 -1e+04 2.15e-06 0 6.34e+03 1.16e+04 World_log_PV Transportation + 3 -7.09e+03 -6.62e+03 -1.5e+04 2.15e-06 0 6.34e+03 1.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 59 54.5 -93.9 0.0198 0 0 0 Tank_phys initStep + 1 59 54.5 -93.9 0.0193 0.000471 0.000662 0.000662 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 59 54.5 -93.9 3.13e-06 0 0 0 Tank_phys initStep + 1 1.41e+03 -5e+03 1.43e+03 3.13e-06 0 5.45e+03 5.45e+03 expHall_phys Transportation + 2 4.79e+03 -1e+04 4.53e+03 3.13e-06 0 6.78e+03 1.22e+04 World_log_PV Transportation + 3 8.17e+03 -1.5e+04 7.63e+03 3.13e-06 0 6.78e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 59 54.5 -93.9 0.0193 0 0 0.000662 Tank_phys initStep + 2 59 54.5 -93.9 0.0186 0.000725 0.000635 0.0013 Tank_phys msc + 3 59 54.5 -93.9 0 0.0186 0.00741 0.00871 Tank_phys eIoni + 4 59 54.5 -93.9 0 0 0 0.00871 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 65.6 53.4 -60.2 0.00715 0 0 0 Tank_phys initStep + 1 65.6 53.4 -60.2 0.00705 9.54e-05 0.00011 0.00011 Tank_phys msc + 2 65.6 53.4 -60.2 0 0.00705 0.00134 0.00145 Tank_phys eIoni + 3 65.6 53.4 -60.2 0 0 0 0.00145 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.5 66.5 -34 0.0888 0 0 0 Tank_phys initStep + 1 88.6 66.5 -34 0.0863 0.00244 0.00923 0.00923 Tank_phys msc + 2 88.6 66.6 -34 0.0666 0.0197 0.0373 0.0465 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.6 66.6 -34 4.13e-06 0 0 0 Tank_phys initStep + 1 -3.29e+03 -681 -1.23e+03 4.13e-06 4.13e-06 3.66e+03 3.66e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.6 66.5 -34 2.94e-06 0 0 0 Tank_phys initStep + 1 -3.95e+03 -5e+03 170 2.94e-06 0 6.48e+03 6.48e+03 expHall_phys Transportation + 2 -3.95e+03 -5e+03 170 2.94e-06 0 0 6.48e+03 Tank_phys Transportation + 3 -5e+03 -3.99e+03 553 2.94e-06 0 1.51e+03 7.99e+03 expHall_phys Transportation + 4 -5e+03 -3.99e+03 553 2.94e-06 0 0 7.99e+03 Tank_phys Transportation + 5 93.6 -4.17e+03 5e+03 2.94e-06 0 6.76e+03 1.48e+04 expHall_phys Transportation + 6 1e+04 -7.62e+03 8.18e+03 2.94e-06 0 1.1e+04 2.57e+04 World_log_PV Transportation + 7 1.5e+04 -9.37e+03 9.79e+03 2.94e-06 0 5.53e+03 3.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 88.6 66.6 -34 0.0666 0 0 0.0465 Tank_phys initStep + 3 88.6 66.6 -34 0.0638 0.00284 0.00562 0.0521 Tank_phys msc + 4 88.6 66.5 -34 0.054 0.00974 0.0278 0.0799 Tank_phys eIoni + 5 88.6 66.5 -34 0.0392 0.0148 0.0241 0.104 Tank_phys eIoni + 6 88.5 66.5 -34 0.0129 0.0263 0.0187 0.123 Tank_phys eIoni + 7 88.5 66.5 -34 0 0.0129 0.00388 0.127 Tank_phys eIoni + 8 88.5 66.5 -34 0 0 0 0.127 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.9 -38.6 -46.3 0.295 0 0 0 Tank_phys initStep + 1 27.9 -38.7 -46.3 0.286 0.00914 0.0489 0.0489 Tank_phys Cerenkov + 2 27.9 -38.7 -46.3 0.28 0.00606 0.046 0.0948 Tank_phys Cerenkov + 3 27.9 -38.7 -46.4 0.271 0.00875 0.0441 0.139 Tank_phys Cerenkov + 4 27.9 -38.8 -46.4 0.263 0.00837 0.0415 0.18 Tank_phys Cerenkov + 5 27.9 -38.8 -46.4 0.257 0.00611 0.0391 0.22 Tank_phys Cerenkov + 6 27.8 -38.8 -46.4 0.251 0.00615 0.0373 0.257 Tank_phys Cerenkov + 7 27.8 -38.9 -46.4 0.242 0.0088 0.0321 0.289 Tank_phys Cerenkov + 8 27.8 -39 -46.5 0.202 0.0395 0.136 0.425 Tank_phys eIoni + 9 27.7 -39 -46.5 0.178 0.0245 0.106 0.531 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.8 -39 -46.5 3.72e-06 0 0 0 Tank_phys initStep + 1 4.8e+03 -5e+03 1.74e+03 3.72e-06 0 7.12e+03 7.12e+03 expHall_phys Transportation + 2 1e+04 -6.66e+03 3.01e+03 3.72e-06 0 5.6e+03 1.27e+04 World_log_PV Transportation + 3 1.5e+04 -8.25e+03 4.22e+03 3.72e-06 0 5.39e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.7 -39 -46.5 2.43e-06 0 0 0 Tank_phys initStep + 1 -2.72e+03 -878 5e+03 2.43e-06 0 5.81e+03 5.81e+03 expHall_phys Transportation + 2 -9.88e+03 -4.3e+03 1e+04 2.43e-06 0 9.38e+03 1.52e+04 World_log_PV Transportation + 3 -1.5e+04 -6.75e+03 1.36e+04 2.43e-06 0 6.71e+03 2.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 27.7 -39 -46.5 0.178 0 0 0.531 Tank_phys initStep + 10 27.7 -39 -46.5 0.171 0.00669 0.0295 0.561 Tank_phys msc + 11 27.6 -39.1 -46.5 0.14 0.0313 0.085 0.645 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.7 -39.1 -46.5 2.37e-06 0 0 0 Tank_phys initStep + 1 4.29e+03 53.7 3.58e+03 2.37e-06 2.37e-06 5.6e+03 5.6e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 27.6 -39.1 -46.5 0.14 0 0 0.645 Tank_phys initStep + 12 27.6 -39.1 -46.5 0.136 0.00396 0.0199 0.665 Tank_phys msc + 13 27.6 -39.1 -46.5 0.117 0.0188 0.0631 0.728 Tank_phys eIoni + 14 27.5 -39.1 -46.4 0.102 0.0155 0.0525 0.781 Tank_phys eIoni + 15 27.5 -39.1 -46.4 0.0825 0.0192 0.0445 0.826 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.5 -39.1 -46.4 2.47e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.81e+03 -138 2.47e-06 0 5.36e+03 5.36e+03 expHall_phys Transportation + 2 -1e+04 3.18e+03 -551 2.47e-06 0 5.2e+03 1.06e+04 World_log_PV Transportation + 3 -1.5e+04 4.56e+03 -965 2.47e-06 0 5.2e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.5 -39.1 -46.4 3.04e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -1.98e+03 1.33e+03 3.04e-06 0 5.56e+03 5.56e+03 expHall_phys Transportation + 2 -1e+04 -5.4e+03 4e+03 3.04e-06 0 6.62e+03 1.22e+04 World_log_PV Transportation + 3 -1.5e+04 -8.82e+03 6.67e+03 3.04e-06 0 6.62e+03 1.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 27.5 -39.1 -46.4 0.0825 0 0 0.826 Tank_phys initStep + 16 27.5 -39.1 -46.4 0.0806 0.00193 0.00813 0.834 Tank_phys msc + 17 27.5 -39.1 -46.4 0.0667 0.0139 0.0347 0.868 Tank_phys eIoni + 18 27.5 -39.1 -46.4 0.0529 0.0138 0.029 0.897 Tank_phys eIoni + 19 27.4 -39.1 -46.4 0.0377 0.0151 0.0237 0.921 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.5 -39.1 -46.4 3.42e-06 0 0 0 Tank_phys initStep + 1 -5e+03 2.97e+03 3.3e+03 3.42e-06 0 6.75e+03 6.75e+03 expHall_phys Transportation + 2 -5e+03 2.97e+03 3.3e+03 3.42e-06 0 0 6.75e+03 Tank_phys Transportation + 3 -3.33e+03 2.54e+03 5e+03 3.42e-06 0 2.42e+03 9.17e+03 expHall_phys Transportation + 4 -3.33e+03 2.54e+03 5e+03 3.42e-06 0 0 9.17e+03 Tank_phys Transportation + 5 -2.82e+03 2.5e+03 4.49e+03 3.42e-06 0 729 9.9e+03 Tank_phys OpRayleigh + 6 -3.29e+03 5e+03 3e+03 3.42e-06 0 2.95e+03 1.28e+04 expHall_phys Transportation + 7 -8.33e+03 1e+04 -1.44e+03 3.42e-06 0 8.37e+03 2.12e+04 World_log_PV Transportation + 8 -1.34e+04 1.5e+04 -5.87e+03 3.42e-06 0 8.37e+03 2.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.5 -39.1 -46.4 2.92e-06 0 0 0 Tank_phys initStep + 1 5e+03 -892 409 2.92e-06 0 5.07e+03 5.07e+03 expHall_phys Transportation + 2 1e+04 -3e+03 437 2.92e-06 0 5.42e+03 1.05e+04 World_log_PV Transportation + 3 1.5e+04 -5.1e+03 465 2.92e-06 0 5.42e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.4 -39.1 -46.4 2.62e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.72e+03 -2.79e+03 2.62e-06 0 7.36e+03 7.36e+03 expHall_phys Transportation + 2 5e+03 -4.72e+03 -2.79e+03 2.62e-06 0 0 7.36e+03 Tank_phys Transportation + 3 4.51e+03 -5e+03 -2.82e+03 2.62e-06 0 570 7.93e+03 expHall_phys Transportation + 4 4.51e+03 -5e+03 -2.82e+03 2.62e-06 0 0 7.93e+03 Tank_phys Transportation + 5 3.74e+03 337 -5e+03 2.62e-06 0 5.82e+03 1.37e+04 expHall_phys Transportation + 6 3.74e+03 337 -5e+03 2.62e-06 0 0 1.37e+04 Tank_phys Transportation + 7 3.68e+03 5e+03 505 2.62e-06 0 7.21e+03 2.1e+04 expHall_phys Transportation + 8 4.43e+03 6.27e+03 1e+04 2.62e-06 0 9.61e+03 3.06e+04 World_log_PV Transportation + 9 4.82e+03 6.94e+03 1.5e+04 2.62e-06 0 5.06e+03 3.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 27.4 -39.1 -46.4 0.0377 0 0 0.921 Tank_phys initStep + 20 27.4 -39.1 -46.4 0.0366 0.00117 0.00208 0.923 Tank_phys msc + 21 27.4 -39.1 -46.4 0.0253 0.0113 0.0176 0.941 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.4 -39.1 -46.4 3.65e-06 0 0 0 Tank_phys initStep + 1 -226 3.25e+03 -5e+03 3.65e-06 0 5.95e+03 5.95e+03 expHall_phys Transportation + 2 -270 6.76e+03 -1e+04 3.65e-06 0 6.1e+03 1.21e+04 World_log_PV Transportation + 3 -315 1.03e+04 -1.5e+04 3.65e-06 0 6.1e+03 1.82e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 27.4 -39.1 -46.4 0.0253 0 0 0.941 Tank_phys initStep + 22 27.4 -39.1 -46.4 0.0249 0.000381 0.00102 0.942 Tank_phys msc + 23 27.4 -39.1 -46.4 0.00686 0.018 0.012 0.954 Tank_phys eIoni + 24 27.4 -39.1 -46.4 0 0.00686 0.00128 0.955 Tank_phys eIoni + 25 27.4 -39.1 -46.4 0 0 0 0.955 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.4 -39.1 -46.4 2.37e-06 0 0 0 Tank_phys initStep + 1 501 -1.53e+03 1.36e+03 2.37e-06 2.37e-06 2.1e+03 2.1e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.4 -39.1 -46.4 3.04e-06 0 0 0 Tank_phys initStep + 1 -1.26e+03 5e+03 2.2e+03 3.04e-06 0 5.67e+03 5.67e+03 expHall_phys Transportation + 2 -1.26e+03 5e+03 2.2e+03 3.04e-06 0 0 5.67e+03 Tank_phys Transportation + 3 -4.32e+03 2.42e+03 5e+03 3.04e-06 0 4.88e+03 1.05e+04 expHall_phys Transportation + 4 -4.32e+03 2.42e+03 5e+03 3.04e-06 0 0 1.05e+04 Tank_phys Transportation + 5 -5e+03 1.94e+03 4.54e+03 3.04e-06 0 956 1.15e+04 expHall_phys Transportation + 6 -5e+03 1.94e+03 4.54e+03 3.04e-06 0 0 1.15e+04 Tank_phys Transportation + 7 -1.39e+03 -211 4.4e+03 3.04e-06 3.04e-06 4.2e+03 1.57e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 -0.62 -0.394 3.48e-06 0 0 0 Tank_phys initStep + 1 -2.24e+03 -3.99e+03 5e+03 3.48e-06 0 6.78e+03 6.78e+03 expHall_phys Transportation + 2 -7.44e+03 -1e+04 7.14e+03 3.48e-06 0 8.23e+03 1.5e+04 World_log_PV Transportation + 3 -1.18e+04 -1.5e+04 8.92e+03 3.48e-06 0 6.85e+03 2.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank_phys initStep + 1 0.134 -0.00332 0.0151 0.483 0.0171 0.139 0.139 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0155 -0.000383 0.00175 3.11e-06 0 0 0 Tank_phys initStep + 1 380 -4.1e+03 -5e+03 3.11e-06 0 6.48e+03 6.48e+03 expHall_phys Transportation + 2 380 -4.1e+03 -5e+03 3.11e-06 0 0 6.48e+03 Tank_phys Transportation + 3 946 -5e+03 -4.59e+03 3.11e-06 0 1.14e+03 7.62e+03 expHall_phys Transportation + 4 3.31e+03 -1e+04 -2.78e+03 3.11e-06 0 5.82e+03 1.34e+04 World_log_PV Transportation + 5 5.67e+03 -1.5e+04 -968 3.11e-06 0 5.82e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.13 -0.00321 0.0146 2.17e-06 0 0 0 Tank_phys initStep + 1 122 32.4 -43.8 2.17e-06 2.17e-06 133 133 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0411 -0.00102 0.00463 2.26e-06 0 0 0 Tank_phys initStep + 1 2.2e+03 1.12e+03 -184 2.26e-06 2.26e-06 2.47e+03 2.47e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.134 -0.00331 0.0151 3.39e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.41e+03 2.39e+03 3.39e-06 0 6.04e+03 6.04e+03 expHall_phys Transportation + 2 1e+04 9.42e+03 8.02e+03 3.39e-06 0 1.03e+04 1.63e+04 World_log_PV Transportation + 3 1.4e+04 1.5e+04 1.25e+04 3.39e-06 0 8.18e+03 2.45e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0453 -0.00112 0.0051 3.48e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.55e+03 -1.96e+03 3.48e-06 0 5.59e+03 5.59e+03 expHall_phys Transportation + 2 5e+03 -1.55e+03 -1.96e+03 3.48e-06 0 0 5.59e+03 Tank_phys Transportation + 3 -5e+03 3.92e+03 -3.58e+03 3.48e-06 0 1.15e+04 1.71e+04 expHall_phys Transportation + 4 -8.79e+03 1e+04 -5.33e+03 3.48e-06 0 7.37e+03 2.45e+04 World_log_PV Transportation + 5 -1.19e+04 1.5e+04 -6.76e+03 3.48e-06 0 6.06e+03 3.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0999 -0.00247 0.0112 3.52e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.77e+03 1.56e+03 3.52e-06 0 5.93e+03 5.93e+03 expHall_phys Transportation + 2 5e+03 2.77e+03 1.56e+03 3.52e-06 0 0 5.93e+03 Tank_phys Transportation + 3 1.61e+03 5e+03 3.74e+03 3.52e-06 0 4.61e+03 1.05e+04 expHall_phys Transportation + 4 1.61e+03 5e+03 3.74e+03 3.52e-06 0 0 1.05e+04 Tank_phys Transportation + 5 676 1.34e+03 5e+03 3.52e-06 0 3.98e+03 1.45e+04 expHall_phys Transportation + 6 676 1.34e+03 5e+03 3.52e-06 0 0 1.45e+04 Tank_phys Transportation + 7 -5e+03 -4.98e+03 1.91e+03 3.52e-06 0 9.03e+03 2.36e+04 expHall_phys Transportation + 8 -5e+03 -4.98e+03 1.91e+03 3.52e-06 0 0 2.36e+04 Tank_phys Transportation + 9 -4.96e+03 -5e+03 1.88e+03 3.52e-06 0 61.8 2.36e+04 expHall_phys Transportation + 10 -4.96e+03 -5e+03 1.88e+03 3.52e-06 0 0 2.36e+04 Tank_phys Transportation + 11 919 5e+03 -3.31e+03 3.52e-06 0 1.27e+04 3.63e+04 expHall_phys Transportation + 12 919 5e+03 -3.31e+03 3.52e-06 0 0 3.63e+04 Tank_phys Transportation + 13 4.94e+03 1.56e+03 -5e+03 3.52e-06 0 5.56e+03 4.19e+04 expHall_phys Transportation + 14 4.94e+03 1.56e+03 -5e+03 3.52e-06 0 0 4.19e+04 Tank_phys Transportation + 15 5e+03 1.49e+03 -4.87e+03 3.52e-06 0 158 4.2e+04 expHall_phys Transportation + 16 5e+03 1.49e+03 -4.87e+03 3.52e-06 0 0 4.2e+04 Tank_phys Transportation + 17 3.84e+03 -572 -2.57e+03 3.52e-06 3.52e-06 3.3e+03 4.53e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0798 -0.00197 0.00898 2.94e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.35e+03 3.57e+03 2.94e-06 0 6.29e+03 6.29e+03 expHall_phys Transportation + 2 5e+03 -1.35e+03 3.57e+03 2.94e-06 0 0 6.29e+03 Tank_phys Transportation + 3 4.19e+03 -629 5e+03 2.94e-06 0 1.8e+03 8.09e+03 expHall_phys Transportation + 4 4.19e+03 -629 5e+03 2.94e-06 0 0 8.09e+03 Tank_phys Transportation + 5 -2.86e+03 1.28e+03 -5e+03 2.94e-06 0 1.24e+04 2.05e+04 expHall_phys Transportation + 6 -1e+04 4.78e+03 -9.71e+03 2.94e-06 0 9.24e+03 2.97e+04 World_log_PV Transportation + 7 -1.5e+04 7.23e+03 -1.3e+04 2.94e-06 0 6.47e+03 3.62e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0389 -0.000962 0.00438 3.32e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.78e+03 3.11e+03 3.32e-06 0 6.15e+03 6.15e+03 expHall_phys Transportation + 2 8.52e+03 1e+04 8.96e+03 3.32e-06 0 1.07e+04 1.68e+04 World_log_PV Transportation + 3 1.07e+04 1.5e+04 1.25e+04 3.32e-06 0 6.5e+03 2.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0877 -0.00217 0.00988 2.58e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.65e+03 -894 2.58e-06 0 5.73e+03 5.73e+03 expHall_phys Transportation + 2 5e+03 -2.65e+03 -894 2.58e-06 0 0 5.73e+03 Tank_phys Transportation + 3 3.94e+03 -5e+03 219 2.58e-06 0 2.81e+03 8.54e+03 expHall_phys Transportation + 4 -1e+04 -1e+04 8.68e+03 2.58e-06 0 1.71e+04 2.56e+04 World_log_PV Transportation + 5 -1.5e+04 -1.18e+04 1.17e+04 2.58e-06 0 6.12e+03 3.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0749 -0.00185 0.00844 2.1e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.54e+03 -970 2.1e-06 0 5.69e+03 5.69e+03 expHall_phys Transportation + 2 5e+03 -2.54e+03 -970 2.1e-06 0 0 5.69e+03 Tank_phys Transportation + 3 3.33e+03 -4.36e+03 -2.4e+03 2.1e-06 2.1e-06 2.86e+03 8.55e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.134 -0.00332 0.0151 0.483 0 0 0.139 Tank_phys initStep + 2 0.236 -0.0372 0.0826 0.412 0.071 0.13 0.27 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.137 -0.0042 0.0169 3.16e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.85e+03 -4.15e+03 3.16e-06 0 7.55e+03 7.55e+03 expHall_phys Transportation + 2 5e+03 3.85e+03 -4.15e+03 3.16e-06 0 0 7.55e+03 Tank_phys Transportation + 3 3.55e+03 5e+03 -4.85e+03 3.16e-06 0 1.98e+03 9.53e+03 expHall_phys Transportation + 4 3.55e+03 5e+03 -4.85e+03 3.16e-06 0 0 9.53e+03 Tank_phys Transportation + 5 2.4e+03 3.22e+03 -4.02e+03 3.16e-06 3.16e-06 2.27e+03 1.18e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.179 -0.0183 0.0449 3.58e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.59e+03 4.93e+03 3.58e-06 0 7.2e+03 7.2e+03 expHall_phys Transportation + 2 5e+03 -1.59e+03 4.93e+03 3.58e-06 0 0 7.2e+03 Tank_phys Transportation + 3 4.96e+03 -1.6e+03 5e+03 3.58e-06 0 83.9 7.28e+03 expHall_phys Transportation + 4 -1.76e+03 -4.31e+03 1e+04 3.58e-06 0 8.8e+03 1.61e+04 World_log_PV Transportation + 5 -8.47e+03 -7.01e+03 1.5e+04 3.58e-06 0 8.8e+03 2.49e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.177 -0.0174 0.0432 2.74e-06 0 0 0 Tank_phys initStep + 1 -855 -2.08e+03 5e+03 2.74e-06 0 5.48e+03 5.48e+03 expHall_phys Transportation + 2 -855 -2.08e+03 5e+03 2.74e-06 0 0 5.48e+03 Tank_phys Transportation + 3 -1.63e+03 -5e+03 3.2e+03 2.74e-06 0 3.52e+03 9e+03 expHall_phys Transportation + 4 -1.63e+03 -5e+03 3.2e+03 2.74e-06 0 0 9e+03 Tank_phys Transportation + 5 -3.94e+03 2.73e+03 -5e+03 2.74e-06 0 1.15e+04 2.05e+04 expHall_phys Transportation + 6 -5.69e+03 1e+04 -6.51e+03 2.74e-06 0 7.63e+03 2.81e+04 World_log_PV Transportation + 7 -6.9e+03 1.5e+04 -7.55e+03 2.74e-06 0 5.25e+03 3.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.151 -0.0088 0.026 4.02e-06 0 0 0 Tank_phys initStep + 1 1.08e+03 -479 2.17e+03 4.02e-06 4.02e-06 2.47e+03 2.47e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.236 -0.0372 0.0826 0.412 0 0 0.27 Tank_phys initStep + 3 0.288 -0.0698 0.153 0.398 0.014 0.0945 0.364 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.277 -0.0627 0.137 2.88e-06 0 0 0 Tank_phys initStep + 1 2.14e+03 308 5e+03 2.88e-06 0 5.45e+03 5.45e+03 expHall_phys Transportation + 2 2.14e+03 308 5e+03 2.88e-06 0 0 5.45e+03 Tank_phys Transportation + 3 5e+03 -309 2.75e+03 2.88e-06 0 3.69e+03 9.14e+03 expHall_phys Transportation + 4 5e+03 -309 2.75e+03 2.88e-06 0 0 9.14e+03 Tank_phys Transportation + 5 -4.83e+03 -4.88e+03 -5e+03 2.88e-06 0 1.33e+04 2.25e+04 expHall_phys Transportation + 6 -4.83e+03 -4.88e+03 -5e+03 2.88e-06 0 0 2.25e+04 Tank_phys Transportation + 7 -4.87e+03 -5e+03 -4.92e+03 2.88e-06 0 147 2.26e+04 expHall_phys Transportation + 8 -8.09e+03 -1e+04 1.84e+03 2.88e-06 0 9e+03 3.16e+04 World_log_PV Transportation + 9 -1.13e+04 -1.5e+04 8.6e+03 2.88e-06 0 9e+03 4.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.263 -0.0541 0.119 2.96e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.34e+03 2.41e+03 2.96e-06 0 6.48e+03 6.48e+03 expHall_phys Transportation + 2 5e+03 -3.34e+03 2.41e+03 2.96e-06 0 0 6.48e+03 Tank_phys Transportation + 3 4.28e+03 -5e+03 3.49e+03 2.96e-06 0 2.11e+03 8.58e+03 expHall_phys Transportation + 4 4.28e+03 -5e+03 3.49e+03 2.96e-06 0 0 8.58e+03 Tank_phys Transportation + 5 3.5e+03 -2.28e+03 5e+03 2.96e-06 0 3.21e+03 1.18e+04 expHall_phys Transportation + 6 3.5e+03 -2.28e+03 5e+03 2.96e-06 0 0 1.18e+04 Tank_phys Transportation + 7 1.35e+03 5e+03 -2.6e+03 2.96e-06 0 1.07e+04 2.25e+04 expHall_phys Transportation + 8 -3.21e+03 1e+04 -9.8e+03 2.96e-06 0 9.88e+03 3.24e+04 World_log_PV Transportation + 9 -6.5e+03 1.36e+04 -1.5e+04 2.96e-06 0 7.14e+03 3.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.25 -0.0459 0.101 3.42e-06 0 0 0 Tank_phys initStep + 1 5e+03 675 4.95e+03 3.42e-06 0 7.07e+03 7.07e+03 expHall_phys Transportation + 2 5e+03 675 4.95e+03 3.42e-06 0 0 7.07e+03 Tank_phys Transportation + 3 4.94e+03 641 5e+03 3.42e-06 0 86.8 7.16e+03 expHall_phys Transportation + 4 4.94e+03 641 5e+03 3.42e-06 0 0 7.16e+03 Tank_phys Transportation + 5 3.8e+03 -336 4.38e+03 3.42e-06 3.42e-06 1.62e+03 8.78e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.262 -0.0534 0.118 3.84e-06 0 0 0 Tank_phys initStep + 1 744 -206 354 3.84e-06 3.84e-06 849 849 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.288 -0.0698 0.153 0.398 0 0 0.364 Tank_phys initStep + 4 0.335 -0.12 0.204 0.378 0.0198 0.0882 0.452 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.297 -0.08 0.163 3.56e-06 0 0 0 Tank_phys initStep + 1 4.39e+03 1.71e+03 -4.99e+03 3.56e-06 3.56e-06 6.87e+03 6.87e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.306 -0.0897 0.173 3.34e-06 0 0 0 Tank_phys initStep + 1 -31.3 2e+03 -91 3.34e-06 3.34e-06 2e+03 2e+03 Bubble_phys Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.335 -0.12 0.204 0.378 0 0 0.452 Tank_phys initStep + 5 0.378 -0.187 0.21 0.361 0.0168 0.0796 0.532 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.341 -0.129 0.204 2.29e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -3.82e+03 377 2.29e-06 0 6.3e+03 6.3e+03 expHall_phys Transportation + 2 -5e+03 -3.82e+03 377 2.29e-06 0 0 6.3e+03 Tank_phys Transportation + 3 -4.03e+03 -5e+03 232 2.29e-06 0 1.53e+03 7.84e+03 expHall_phys Transportation + 4 -4.03e+03 -5e+03 232 2.29e-06 0 0 7.84e+03 Tank_phys Transportation + 5 3.12e+03 5e+03 -3.14e+03 2.29e-06 0 1.27e+04 2.06e+04 expHall_phys Transportation + 6 3.12e+03 5e+03 -3.14e+03 2.29e-06 0 0 2.06e+04 Tank_phys Transportation + 7 5e+03 3.08e+03 -3.29e+03 2.29e-06 0 2.69e+03 2.33e+04 expHall_phys Transportation + 8 5e+03 3.08e+03 -3.29e+03 2.29e-06 0 0 2.33e+04 Tank_phys Transportation + 9 -636 -4.89e+03 -5e+03 2.29e-06 0 9.91e+03 3.32e+04 expHall_phys Transportation + 10 -636 -4.89e+03 -5e+03 2.29e-06 0 0 3.32e+04 Tank_phys Transportation + 11 -670 -5e+03 -4.92e+03 2.29e-06 0 138 3.33e+04 expHall_phys Transportation + 12 -670 -5e+03 -4.92e+03 2.29e-06 0 0 3.33e+04 Tank_phys Transportation + 13 -5e+03 -1.01e+03 -3.45e+03 2.29e-06 0 6.07e+03 3.94e+04 expHall_phys Transportation + 14 -5e+03 -1.01e+03 -3.45e+03 2.29e-06 0 0 3.94e+04 Tank_phys Transportation + 15 -3.42e+03 248 -2.68e+03 2.29e-06 2.29e-06 2.16e+03 4.16e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.372 -0.178 0.209 2.76e-06 0 0 0 Tank_phys initStep + 1 2.46e+03 -5e+03 3.06e+03 2.76e-06 0 6.36e+03 6.36e+03 expHall_phys Transportation + 2 2.46e+03 -5e+03 3.06e+03 2.76e-06 0 0 6.36e+03 Tank_phys Transportation + 3 3.69e+03 -3.02e+03 5e+03 2.76e-06 0 3.03e+03 9.39e+03 expHall_phys Transportation + 4 3.69e+03 -3.02e+03 5e+03 2.76e-06 0 0 9.39e+03 Tank_phys Transportation + 5 5e+03 -1.23e+03 2.15e+03 2.76e-06 0 3.61e+03 1.3e+04 expHall_phys Transportation + 6 5e+03 -1.23e+03 2.15e+03 2.76e-06 0 0 1.3e+04 Tank_phys Transportation + 7 -5e+03 2.2e+03 -3.97e+03 2.76e-06 0 1.22e+04 2.52e+04 expHall_phys Transportation + 8 -5e+03 2.2e+03 -3.97e+03 2.76e-06 0 0 2.52e+04 Tank_phys Transportation + 9 -4.24e+03 2.55e+03 -4.59e+03 2.76e-06 0 1.04e+03 2.63e+04 Tank_phys OpMieHG + 10 -3.7e+03 2.78e+03 -5e+03 2.76e-06 0 723 2.7e+04 expHall_phys Transportation + 11 -3.7e+03 2.78e+03 -5e+03 2.76e-06 0 0 2.7e+04 Tank_phys Transportation + 12 491 5e+03 3.59e+03 2.76e-06 0 9.81e+03 3.68e+04 expHall_phys Transportation + 13 491 5e+03 3.59e+03 2.76e-06 0 0 3.68e+04 Tank_phys Transportation + 14 762 2.3e+03 5e+03 2.76e-06 0 3.06e+03 3.98e+04 expHall_phys Transportation + 15 762 2.3e+03 5e+03 2.76e-06 0 0 3.98e+04 Tank_phys Transportation + 16 2.21e+03 -5e+03 1.33e+03 2.76e-06 0 8.29e+03 4.81e+04 expHall_phys Transportation + 17 2.21e+03 -5e+03 1.33e+03 2.76e-06 0 0 4.81e+04 Tank_phys Transportation + 18 5e+03 -2.85e+03 -1.55e+03 2.76e-06 0 4.55e+03 5.27e+04 expHall_phys Transportation + 19 5e+03 -2.85e+03 -1.55e+03 2.76e-06 0 0 5.27e+04 Tank_phys Transportation + 20 4.44e+03 -2.12e+03 -2.67e+03 2.76e-06 2.76e-06 1.45e+03 5.41e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.345 -0.135 0.205 3.16e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.16e+03 2.8e+03 3.16e-06 0 7.08e+03 7.08e+03 expHall_phys Transportation + 2 5e+03 -4.16e+03 2.8e+03 3.16e-06 0 0 7.08e+03 Tank_phys Transportation + 3 3.24e+03 -5e+03 3.33e+03 3.16e-06 0 2.02e+03 9.1e+03 expHall_phys Transportation + 4 3.24e+03 -5e+03 3.33e+03 3.16e-06 0 0 9.1e+03 Tank_phys Transportation + 5 -1.83e+03 1.66e+03 5e+03 3.16e-06 0 8.54e+03 1.76e+04 expHall_phys Transportation + 6 -1.83e+03 1.66e+03 5e+03 3.16e-06 0 0 1.76e+04 Tank_phys Transportation + 7 -4.99e+03 5e+03 2.47e+03 3.16e-06 0 5.25e+03 2.29e+04 expHall_phys Transportation + 8 -4.99e+03 5e+03 2.47e+03 3.16e-06 0 0 2.29e+04 Tank_phys Transportation + 9 -5e+03 4.99e+03 2.47e+03 3.16e-06 0 12.2 2.29e+04 expHall_phys Transportation + 10 -5e+03 4.99e+03 2.47e+03 3.16e-06 0 0 2.29e+04 Tank_phys Transportation + 11 -3.15e+03 -1.87e+03 -5e+03 3.16e-06 0 1.03e+04 3.32e+04 expHall_phys Transportation + 12 -3.15e+03 -1.87e+03 -5e+03 3.16e-06 0 0 3.32e+04 Tank_phys Transportation + 13 -2.32e+03 -4.36e+03 -2.49e+03 3.16e-06 3.16e-06 3.63e+03 3.68e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.378 -0.187 0.21 0.361 0 0 0.532 Tank_phys initStep + 6 0.425 -0.241 0.21 0.347 0.0146 0.0727 0.605 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.378 -0.188 0.21 3.58e-06 0 0 0 Tank_phys initStep + 1 5e+03 -144 -1.93e+03 3.58e-06 0 5.36e+03 5.36e+03 expHall_phys Transportation + 2 5e+03 -144 -1.93e+03 3.58e-06 0 0 5.36e+03 Tank_phys Transportation + 3 2.25e+03 -4.24e+03 -5e+03 3.58e-06 0 5.81e+03 1.12e+04 expHall_phys Transportation + 4 2.25e+03 -4.24e+03 -5e+03 3.58e-06 0 0 1.12e+04 Tank_phys Transportation + 5 2.12e+03 -5e+03 -4.74e+03 3.58e-06 0 811 1.2e+04 expHall_phys Transportation + 6 755 -1e+04 -2.34e+03 3.58e-06 0 5.71e+03 1.77e+04 World_log_PV Transportation + 7 -612 -1.5e+04 48.3 3.58e-06 0 5.71e+03 2.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.425 -0.241 0.21 0.347 0 0 0.605 Tank_phys initStep + 7 0.464 -0.296 0.21 0.334 0.0132 0.067 0.672 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.43 -0.248 0.21 3.12e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.77e+03 688 3.12e-06 0 6.3e+03 6.3e+03 expHall_phys Transportation + 2 5e+03 -3.77e+03 688 3.12e-06 0 0 6.3e+03 Tank_phys Transportation + 3 4.34e+03 -5e+03 1.61e+03 3.12e-06 0 1.68e+03 7.98e+03 expHall_phys Transportation + 4 4.34e+03 -5e+03 1.61e+03 3.12e-06 0 0 7.98e+03 Tank_phys Transportation + 5 -2.02e+03 -648 5e+03 3.12e-06 0 8.42e+03 1.64e+04 expHall_phys Transportation + 6 -2.02e+03 -648 5e+03 3.12e-06 0 0 1.64e+04 Tank_phys Transportation + 7 -5e+03 330 3.31e+03 3.12e-06 0 3.56e+03 2e+04 expHall_phys Transportation + 8 -5e+03 330 3.31e+03 3.12e-06 0 0 2e+04 Tank_phys Transportation + 9 -121 5e+03 -3.27e+03 3.12e-06 0 9.43e+03 2.94e+04 expHall_phys Transportation + 10 -121 5e+03 -3.27e+03 3.12e-06 0 0 2.94e+04 Tank_phys Transportation + 11 966 3.41e+03 -5e+03 3.12e-06 0 2.59e+03 3.2e+04 expHall_phys Transportation + 12 1e+04 -7.11e+03 -7.21e+03 3.12e-06 0 1.4e+04 4.6e+04 World_log_PV Transportation + 13 1.5e+04 -1.29e+04 -8.43e+03 3.12e-06 0 7.77e+03 5.38e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.454 -0.282 0.21 3.18e-06 0 0 0 Tank_phys initStep + 1 2.08e+03 -5e+03 1.89e+03 3.18e-06 0 5.73e+03 5.73e+03 expHall_phys Transportation + 2 2.08e+03 -5e+03 1.89e+03 3.18e-06 0 0 5.73e+03 Tank_phys Transportation + 3 5e+03 -3.15e+03 1.49e+03 3.18e-06 0 3.49e+03 9.22e+03 expHall_phys Transportation + 4 1e+04 147 1.37e+03 3.18e-06 0 5.99e+03 1.52e+04 World_log_PV Transportation + 5 1.5e+04 3.44e+03 1.24e+03 3.18e-06 0 5.99e+03 2.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.464 -0.296 0.21 0.334 0 0 0.672 Tank_phys initStep + 8 0.498 -0.347 0.218 0.267 0.0665 0.062 0.734 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.486 -0.329 0.216 3.48e-06 0 0 0 Tank_phys initStep + 1 1.5e+03 -5e+03 1.14e+03 3.48e-06 0 5.34e+03 5.34e+03 expHall_phys Transportation + 2 6.35e+03 -1e+04 3.07e+03 3.48e-06 0 7.23e+03 1.26e+04 World_log_PV Transportation + 3 1.12e+04 -1.5e+04 5.01e+03 3.48e-06 0 7.23e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.498 -0.347 0.218 0.267 0 0 0.734 Tank_phys initStep + 9 0.518 -0.381 0.223 0.261 0.00655 0.0399 0.773 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.502 -0.354 0.219 3.49e-06 0 0 0 Tank_phys initStep + 1 1.78e+03 -5e+03 952 3.49e-06 0 5.39e+03 5.39e+03 expHall_phys Transportation + 2 5.09e+03 -1e+04 2.85e+03 3.49e-06 0 6.29e+03 1.17e+04 World_log_PV Transportation + 3 8.4e+03 -1.5e+04 4.75e+03 3.49e-06 0 6.29e+03 1.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.518 -0.381 0.223 0.261 0 0 0.773 Tank_phys initStep + 10 0.537 -0.413 0.221 0.254 0.00648 0.038 0.811 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.525 -0.392 0.222 3.5e-06 0 0 0 Tank_phys initStep + 1 3.16e+03 -5e+03 -1.16e+03 3.5e-06 0 6.03e+03 6.03e+03 expHall_phys Transportation + 2 3.16e+03 -5e+03 -1.16e+03 3.5e-06 0 0 6.03e+03 Tank_phys Transportation + 3 5e+03 -3.21e+03 -4.3e+03 3.5e-06 0 4.05e+03 1.01e+04 expHall_phys Transportation + 4 5e+03 -3.21e+03 -4.3e+03 3.5e-06 0 0 1.01e+04 Tank_phys Transportation + 5 4.87e+03 -2.8e+03 -5e+03 3.5e-06 0 825 1.09e+04 expHall_phys Transportation + 6 4.87e+03 -2.8e+03 -5e+03 3.5e-06 0 0 1.09e+04 Tank_phys Transportation + 7 3.97e+03 4.9e+03 -902 3.5e-06 0 8.77e+03 1.97e+04 Tank_phys OpRayleigh + 8 3.82e+03 5e+03 -731 3.5e-06 0 250 1.99e+04 expHall_phys Transportation + 9 -1.8e+03 6.36e+03 1e+04 3.5e-06 0 1.22e+04 3.21e+04 World_log_PV Transportation + 10 -4.41e+03 7e+03 1.5e+04 3.5e-06 0 5.68e+03 3.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.537 -0.413 0.221 0.254 0 0 0.811 Tank_phys initStep + 11 0.54 -0.448 0.212 0.247 0.00681 0.0362 0.848 Tank_phys Cerenkov + 12 0.543 -0.465 0.207 0.241 0.00671 0.0181 0.866 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.541 -0.454 0.21 3.99e-06 0 0 0 Tank_phys initStep + 1 5e+03 482 3.95e+03 3.99e-06 0 6.39e+03 6.39e+03 expHall_phys Transportation + 2 6.38e+03 3.34e+03 1e+04 3.99e-06 0 6.83e+03 1.32e+04 World_log_PV Transportation + 3 7.51e+03 5.71e+03 1.5e+04 3.99e-06 0 5.65e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.543 -0.465 0.207 0.241 0 0 0.866 Tank_phys initStep + 13 0.557 -0.504 0.187 0.227 0.0136 0.0462 0.912 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.555 -0.498 0.19 2.58e-06 0 0 0 Tank_phys initStep + 1 1.13e+03 -1.01e+03 5e+03 2.58e-06 0 5.22e+03 5.22e+03 expHall_phys Transportation + 2 149 -5.25e+03 1e+04 2.58e-06 0 6.63e+03 1.19e+04 World_log_PV Transportation + 3 -832 -9.49e+03 1.5e+04 2.58e-06 0 6.63e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.553 -0.493 0.192 2.64e-06 0 0 0 Tank_phys initStep + 1 -4.87e+03 -4.63e+03 -5e+03 2.64e-06 0 8.37e+03 8.37e+03 expHall_phys Transportation + 2 -4.87e+03 -4.63e+03 -5e+03 2.64e-06 0 0 8.37e+03 Tank_phys Transportation + 3 -5e+03 -4.73e+03 -4.87e+03 2.64e-06 0 210 8.58e+03 expHall_phys Transportation + 4 -5e+03 -4.73e+03 -4.87e+03 2.64e-06 0 0 8.58e+03 Tank_phys Transportation + 5 -4.42e+03 -5e+03 -4.69e+03 2.64e-06 0 665 9.25e+03 expHall_phys Transportation + 6 -4.42e+03 -5e+03 -4.69e+03 2.64e-06 0 0 9.25e+03 Tank_phys Transportation + 7 -363 -3.02e+03 -2.84e+03 2.64e-06 2.64e-06 4.88e+03 1.41e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.557 -0.504 0.187 0.227 0 0 0.912 Tank_phys initStep + 14 0.557 -0.54 0.166 0.217 0.00954 0.0421 0.954 Tank_phys msc + 15 0.553 -0.628 0.118 0.196 0.0216 0.114 1.07 Tank_phys eIoni + 16 0.542 -0.704 0.0762 0.174 0.0214 0.0987 1.17 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.548 -0.661 0.0998 2.42e-06 0 0 0 Tank_phys initStep + 1 -2.15e+03 -5e+03 -1.85e+03 2.42e-06 0 5.75e+03 5.75e+03 expHall_phys Transportation + 2 -7.51e+03 -1e+04 -6.61e+03 2.42e-06 0 8.74e+03 1.45e+04 World_log_PV Transportation + 3 -1.29e+04 -1.5e+04 -1.14e+04 2.42e-06 0 8.74e+03 2.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.543 -0.701 0.0777 3.64e-06 0 0 0 Tank_phys initStep + 1 3.35e+03 -3.27e+03 5e+03 3.64e-06 0 6.85e+03 6.85e+03 expHall_phys Transportation + 2 1e+04 -9.74e+03 9.02e+03 3.64e-06 0 1.01e+04 1.7e+04 World_log_PV Transportation + 3 1.5e+04 -1.46e+04 1.2e+04 3.64e-06 0 7.6e+03 2.46e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.543 -0.701 0.0779 3.67e-06 0 0 0 Tank_phys initStep + 1 -3.58e+03 -802 5e+03 3.67e-06 0 6.2e+03 6.2e+03 expHall_phys Transportation + 2 -1e+04 -717 8.86e+03 3.67e-06 0 7.5e+03 1.37e+04 World_log_PV Transportation + 3 -1.5e+04 -650 1.19e+04 3.67e-06 0 5.84e+03 1.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.547 -0.666 0.0968 3.97e-06 0 0 0 Tank_phys initStep + 1 -133 2e+03 -40.4 3.97e-06 3.97e-06 2.01e+03 2.01e+03 Bubble_phys Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 0.542 -0.704 0.0762 0.174 0 0 1.17 Tank_phys initStep + 17 0.542 -0.705 0.0491 0.17 0.00464 0.0274 1.19 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.542 -0.704 0.0592 3.7e-06 0 0 0 Tank_phys initStep + 1 -4.35e+03 -5e+03 -3.92e+03 3.7e-06 0 7.7e+03 7.7e+03 expHall_phys Transportation + 2 -4.35e+03 -5e+03 -3.92e+03 3.7e-06 0 0 7.7e+03 Tank_phys Transportation + 3 -5e+03 -4.6e+03 -4.54e+03 3.7e-06 0 986 8.68e+03 expHall_phys Transportation + 4 -5e+03 -4.6e+03 -4.54e+03 3.7e-06 0 0 8.68e+03 Tank_phys Transportation + 5 -2.82e+03 -2.77e+03 -5e+03 3.7e-06 0 2.88e+03 1.16e+04 expHall_phys Transportation + 6 -2.82e+03 -2.77e+03 -5e+03 3.7e-06 0 0 1.16e+04 Tank_phys Transportation + 7 -784 -1.04e+03 -3.98e+03 3.7e-06 3.7e-06 2.86e+03 1.44e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.542 -0.705 0.0491 0.17 0 0 1.19 Tank_phys initStep + 18 0.547 -0.7 0.024 0.163 0.00676 0.0262 1.22 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.545 -0.702 0.033 2.14e-06 0 0 0 Tank_phys initStep + 1 2.73e+03 938 2.69e+03 2.14e-06 2.14e-06 3.94e+03 3.94e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 0.547 -0.7 0.024 0.163 0 0 1.22 Tank_phys initStep + 19 0.554 -0.692 0.002 0.155 0.00747 0.0245 1.25 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.553 -0.694 0.00701 3.09e-06 0 0 0 Tank_phys initStep + 1 1.19e+03 -1.45e+03 5e+03 3.09e-06 0 5.34e+03 5.34e+03 expHall_phys Transportation + 2 2.02e+03 -5.49e+03 1e+04 3.09e-06 0 6.48e+03 1.18e+04 World_log_PV Transportation + 3 2.86e+03 -9.52e+03 1.5e+04 3.09e-06 0 6.48e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 0.554 -0.692 0.002 0.155 0 0 1.25 Tank_phys initStep + 20 0.564 -0.683 -0.0158 0.15 0.00543 0.0227 1.27 Tank_phys msc + 21 0.594 -0.662 -0.0639 0.127 0.0227 0.0692 1.34 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.566 -0.681 -0.0187 3.1e-06 0 0 0 Tank_phys initStep + 1 -3.82e+03 -455 -1.64e+03 3.1e-06 3.1e-06 4.18e+03 4.18e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 0.594 -0.662 -0.0639 0.127 0 0 1.34 Tank_phys initStep + 22 0.609 -0.663 -0.0701 0.122 0.00524 0.0162 1.35 Tank_phys msc + 23 0.651 -0.672 -0.0857 0.101 0.0207 0.0533 1.41 Tank_phys eIoni + 24 0.677 -0.673 -0.111 0.0856 0.0158 0.0429 1.45 Tank_phys eIoni + 25 0.696 -0.678 -0.133 0.0738 0.0119 0.0357 1.48 Tank_phys eIoni + 26 0.714 -0.667 -0.146 0.0627 0.011 0.0308 1.52 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.711 -0.669 -0.143 2.42e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.36e+03 -3.33e+03 2.42e-06 0 6.16e+03 6.16e+03 expHall_phys Transportation + 2 -6.09e+03 4.09e+03 -1e+04 2.42e-06 0 7.29e+03 1.35e+04 World_log_PV Transportation + 3 -6.9e+03 6.14e+03 -1.5e+04 2.42e-06 0 5.46e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 0.714 -0.667 -0.146 0.0627 0 0 1.52 Tank_phys initStep + 27 0.717 -0.667 -0.149 0.0477 0.015 0.00474 1.52 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.717 -0.667 -0.149 2.23e-06 0 0 0 Tank_phys initStep + 1 -4.97e+03 5e+03 4.39e+03 2.23e-06 0 8.31e+03 8.31e+03 expHall_phys Transportation + 2 -4.97e+03 5e+03 4.39e+03 2.23e-06 0 0 8.31e+03 Tank_phys Transportation + 3 -5e+03 4.62e+03 4.57e+03 2.23e-06 0 419 8.73e+03 expHall_phys Transportation + 4 -5e+03 4.62e+03 4.57e+03 2.23e-06 0 0 8.73e+03 Tank_phys Transportation + 5 -3.99e+03 3.21e+03 5e+03 2.23e-06 0 1.79e+03 1.05e+04 expHall_phys Transportation + 6 -3.99e+03 3.21e+03 5e+03 2.23e-06 0 0 1.05e+04 Tank_phys Transportation + 7 -78 -1.82e+03 4.53e+03 2.23e-06 2.23e-06 6.39e+03 1.69e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 27 0.717 -0.667 -0.149 0.0477 0 0 1.52 Tank_phys initStep + 28 0.719 -0.666 -0.151 0.045 0.00273 0.00293 1.52 Tank_phys msc + 29 0.731 -0.664 -0.159 0.0314 0.0137 0.0202 1.54 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.726 -0.665 -0.155 3.55e-06 0 0 0 Tank_phys initStep + 1 401 -1.23e+03 -235 3.55e-06 3.55e-06 1.32e+03 1.32e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.726 -0.665 -0.155 3.8e-06 0 0 0 Tank_phys initStep + 1 -3.33e+03 -5e+03 -2.69e+03 3.8e-06 0 6.58e+03 6.58e+03 expHall_phys Transportation + 2 -7e+03 -6.93e+03 -1e+04 3.8e-06 0 8.41e+03 1.5e+04 World_log_PV Transportation + 3 -9.52e+03 -8.25e+03 -1.5e+04 3.8e-06 0 5.75e+03 2.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 0.731 -0.664 -0.159 0.0314 0 0 1.54 Tank_phys initStep + 30 0.73 -0.664 -0.158 0.0305 0.000857 0.00138 1.54 Tank_phys msc + 31 0.723 -0.667 -0.154 0.0119 0.0186 0.0144 1.56 Tank_phys eIoni + 32 0.723 -0.665 -0.153 0 0.0119 0.00306 1.56 Tank_phys eIoni + 33 0.723 -0.665 -0.153 0 0 0 1.56 Tank_phys annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.723 -0.665 -0.153 0.511 0 0 0 Tank_phys initStep + 1 -0.48 5.41 7.3 0.323 1.42e-05 9.69 9.69 Tank_phys compt + 2 0.131 9.98 6.27 0.268 1.42e-05 4.73 14.4 Tank_phys compt + 3 -7.93 25 -14.4 0.173 1.42e-05 26.7 41.2 Tank_phys compt + 4 -37.3 -29 -37.2 0.14 1.42e-05 65.5 107 Tank_phys compt + 5 -17.2 -53.4 -27.9 0.111 1.36e-05 32.9 140 Tank_phys compt + 6 -32.4 -52.2 17.7 0.0838 2.92e-05 48.1 188 Tank_phys compt + 7 25.5 -62.7 4.88 0.0806 1.42e-05 60.3 248 Tank_phys compt + 8 44.5 -79 -18.9 0.0604 0.000537 34.4 282 Tank_phys compt + 9 28.6 -72.7 -13.3 0.0596 1.42e-05 18 300 Tank_phys compt + 10 -93.5 -54.3 107 0.0544 1.36e-05 172 472 Tank_phys compt + 11 -106 -82.2 103 0 0.000538 30.9 503 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -106 -82.2 103 0.0539 0 0 0 Tank_phys initStep + 1 -106 -82.2 103 0.0514 0.00244 0.00388 0.00388 Tank_phys msc + 2 -106 -82.2 103 0.0385 0.013 0.0232 0.0271 Tank_phys eIoni + 3 -106 -82.2 103 0.0213 0.0171 0.0184 0.0454 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -106 -82.2 103 3.29e-06 0 0 0 Tank_phys initStep + 1 2.1e+03 -421 5e+03 3.29e-06 0 5.38e+03 5.38e+03 expHall_phys Transportation + 2 2.1e+03 -421 5e+03 3.29e-06 0 0 5.38e+03 Tank_phys Transportation + 3 5e+03 87 3.08e+03 3.29e-06 0 3.51e+03 8.89e+03 expHall_phys Transportation + 4 5e+03 87 3.08e+03 3.29e-06 0 0 8.89e+03 Tank_phys Transportation + 5 -2.08e+03 2.23e+03 -5e+03 3.29e-06 0 1.1e+04 1.99e+04 expHall_phys Transportation + 6 -2.08e+03 2.23e+03 -5e+03 3.29e-06 0 0 1.99e+04 Tank_phys Transportation + 7 -5e+03 2.85e+03 -3.1e+03 3.29e-06 0 3.54e+03 2.34e+04 expHall_phys Transportation + 8 -1e+04 4.2e+03 2.16e+03 3.29e-06 0 7.38e+03 3.08e+04 World_log_PV Transportation + 9 -1.5e+04 5.55e+03 7.42e+03 3.29e-06 0 7.38e+03 3.82e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -106 -82.2 103 3.44e-06 0 0 0 Tank_phys initStep + 1 -1.02e+03 5e+03 2.01e+03 3.44e-06 0 5.51e+03 5.51e+03 expHall_phys Transportation + 2 -1.32e+03 1e+04 5.45e+03 3.44e-06 0 6.07e+03 1.16e+04 World_log_PV Transportation + 3 -1.61e+03 1.5e+04 8.88e+03 3.44e-06 0 6.07e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -106 -82.2 103 0.0213 0 0 0.0454 Tank_phys initStep + 4 -106 -82.2 103 0.0202 0.00117 0.000756 0.0462 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -106 -82.2 103 2.48e-06 0 0 0 Tank_phys initStep + 1 805 -5e+03 37.8 2.48e-06 0 5e+03 5e+03 expHall_phys Transportation + 2 2.91e+03 -1e+04 -40.9 2.48e-06 0 5.42e+03 1.04e+04 World_log_PV Transportation + 3 5e+03 -1.5e+04 -120 2.48e-06 0 5.42e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -106 -82.2 103 0.0202 0 0 0.0462 Tank_phys initStep + 5 -106 -82.2 103 0.0198 0.000401 0.000684 0.0469 Tank_phys msc + 6 -106 -82.2 103 0 0.0198 0.00825 0.0551 Tank_phys eIoni + 7 -106 -82.2 103 0 0 0 0.0551 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -106 -82.2 103 2.22e-06 0 0 0 Tank_phys initStep + 1 1.28e+03 -149 52.1 2.22e-06 2.22e-06 1.39e+03 1.39e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -93.5 -54.3 107 0.00517 0 0 0 Tank_phys initStep + 1 -93.5 -54.3 107 0.00515 1.88e-05 6.26e-05 6.26e-05 Tank_phys msc + 2 -93.5 -54.3 107 0 0.00515 0.000778 0.000841 Tank_phys eIoni + 3 -93.5 -54.3 107 0 0 0 0.000841 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.6 -72.7 -13.3 0.000778 0 0 0 Tank_phys initStep + 1 28.6 -72.7 -13.3 0.000651 0.000127 2.86e-06 2.86e-06 Tank_phys msc + 2 28.6 -72.7 -13.3 0 0.000651 2.76e-05 3.04e-05 Tank_phys eIoni + 3 28.6 -72.7 -13.3 0 0 0 3.04e-05 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -79 -18.9 0.0197 0 0 0 Tank_phys initStep + 1 44.5 -79 -18.9 0.0194 0.000244 0.000656 0.000656 Tank_phys msc + 2 44.5 -79 -18.9 0 0.0194 0.00802 0.00867 Tank_phys eIoni + 3 44.5 -79 -18.9 0 0 0 0.00867 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.5 -62.7 4.88 0.00315 0 0 0 Tank_phys initStep + 1 25.5 -62.7 4.88 0.00302 0.000133 2.69e-05 2.69e-05 Tank_phys msc + 2 25.5 -62.7 4.88 0 0.00302 0.000313 0.00034 Tank_phys eIoni + 3 25.5 -62.7 4.88 0 0 0 0.00034 Tank_phys NoProcess + +********************************************************************************************************* +* 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 -32.4 -52.2 17.7 0.0273 0 0 0 Tank_phys initStep + 1 -32.4 -52.2 17.7 0.0252 0.0021 0.00117 0.00117 Tank_phys msc + 2 -32.4 -52.2 17.7 0 0.0252 0.0122 0.0134 Tank_phys eIoni + 3 -32.4 -52.2 17.7 0 0 0 0.0134 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.2 -53.4 -27.9 0.0289 0 0 0 Tank_phys initStep + 1 -17.2 -53.4 -27.9 0.0283 0.000601 0.0013 0.0013 Tank_phys msc + 2 -17.2 -53.4 -27.9 0.00883 0.0195 0.014 0.0153 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.2 -53.4 -27.9 2.99e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -2.43e+03 -2.67e+03 2.99e-06 0 6.12e+03 6.12e+03 expHall_phys Transportation + 2 -5e+03 -2.43e+03 -2.67e+03 2.99e-06 0 0 6.12e+03 Tank_phys Transportation + 3 -1.49e+03 -3.23e+03 -5e+03 2.99e-06 0 4.29e+03 1.04e+04 expHall_phys Transportation + 4 -1.49e+03 -3.23e+03 -5e+03 2.99e-06 0 0 1.04e+04 Tank_phys Transportation + 5 4.49e+03 -2.86e+03 -1.33e+03 2.99e-06 2.99e-06 7.02e+03 1.74e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -17.2 -53.4 -27.9 0.00883 0 0 0.0153 Tank_phys initStep + 3 -17.2 -53.4 -27.9 0.00857 0.000259 0.000159 0.0155 Tank_phys msc + 4 -17.2 -53.4 -27.9 0 0.00857 0.00189 0.0174 Tank_phys eIoni + 5 -17.2 -53.4 -27.9 0 0 0 0.0174 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.3 -29 -37.2 0.0331 0 0 0 Tank_phys initStep + 1 -37.3 -29 -37.2 0.0319 0.00121 0.00164 0.00164 Tank_phys msc + 2 -37.3 -29 -37.2 0.0176 0.0143 0.0157 0.0173 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.3 -29 -37.2 2.41e-06 0 0 0 Tank_phys initStep + 1 38.1 2e+03 -394 2.41e-06 2.41e-06 2.06e+03 2.06e+03 Bubble_phys Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.3 -29 -37.2 3.4e-06 0 0 0 Tank_phys initStep + 1 -2.52e+03 333 -4.33e+03 3.4e-06 3.4e-06 4.97e+03 4.97e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.3 -29 -37.2 2.21e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.13e+03 -504 2.21e-06 0 5.12e+03 5.12e+03 expHall_phys Transportation + 2 -1e+04 4.01e+03 -896 2.21e-06 0 5.78e+03 1.09e+04 World_log_PV Transportation + 3 -1.5e+04 6.89e+03 -1.29e+03 2.21e-06 0 5.78e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -37.3 -29 -37.2 0.0176 0 0 0.0173 Tank_phys initStep + 3 -37.3 -29 -37.2 0.0167 0.000907 0.000538 0.0179 Tank_phys msc + 4 -37.3 -29 -37.2 0 0.0167 0.00612 0.024 Tank_phys eIoni + 5 -37.3 -29 -37.2 0 0 0 0.024 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.3 -29 -37.2 2.43e-06 0 0 0 Tank_phys initStep + 1 -5e+03 3.01e+03 1.21e+03 2.43e-06 0 5.95e+03 5.95e+03 expHall_phys Transportation + 2 -7.12e+03 1e+04 3.57e+03 2.43e-06 0 7.68e+03 1.36e+04 World_log_PV Transportation + 3 -8.63e+03 1.5e+04 5.25e+03 2.43e-06 0 5.49e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.3 -29 -37.2 3.31e-06 0 0 0 Tank_phys initStep + 1 1.61e+03 -3.21e+03 -4.76e+03 3.31e-06 0 5.92e+03 5.92e+03 Tank_phys OpRayleigh + 2 1.61e+03 -3.32e+03 -5e+03 3.31e-06 0 270 6.19e+03 expHall_phys Transportation + 3 1.79e+03 -8.52e+03 -1e+04 3.31e-06 0 7.22e+03 1.34e+04 World_log_PV Transportation + 4 1.98e+03 -1.37e+04 -1.5e+04 3.31e-06 0 7.22e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.93 25 -14.4 0.0952 0 0 0 Tank_phys initStep + 1 -7.94 25 -14.4 0.0919 0.00331 0.0104 0.0104 Tank_phys msc + 2 -7.95 25 -14.4 0.0771 0.0148 0.0398 0.0502 Tank_phys eIoni + 3 -7.95 25 -14.4 0.0578 0.0193 0.0332 0.0834 Tank_phys eIoni + 4 -7.95 25 -14.4 0.026 0.0318 0.0255 0.109 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.95 25 -14.4 4.12e-06 0 0 0 Tank_phys initStep + 1 1.49e+03 5e+03 -2.76e+03 4.12e-06 0 5.88e+03 5.88e+03 expHall_phys Transportation + 2 4.26e+03 9.58e+03 -1e+04 4.12e-06 0 9e+03 1.49e+04 World_log_PV Transportation + 3 6.18e+03 1.27e+04 -1.5e+04 4.12e-06 0 6.22e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.95 25 -14.4 2.89e-06 0 0 0 Tank_phys initStep + 1 5e+03 949 578 2.89e-06 0 5.13e+03 5.13e+03 expHall_phys Transportation + 2 1e+04 866 280 2.89e-06 0 5.01e+03 1.01e+04 World_log_PV Transportation + 3 1.5e+04 783 -18.7 2.89e-06 0 5.01e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.95 25 -14.4 2.81e-06 0 0 0 Tank_phys initStep + 1 2.12e+03 5e+03 2.01e+03 2.81e-06 0 5.78e+03 5.78e+03 expHall_phys Transportation + 2 2.12e+03 5e+03 2.01e+03 2.81e-06 0 0 5.78e+03 Tank_phys Transportation + 3 2.73e+03 3.21e+03 -5e+03 2.81e-06 0 7.26e+03 1.3e+04 expHall_phys Transportation + 4 2.73e+03 3.21e+03 -5e+03 2.81e-06 0 0 1.3e+04 Tank_phys Transportation + 5 5e+03 2.67e+03 -3.15e+03 2.81e-06 0 2.97e+03 1.6e+04 expHall_phys Transportation + 6 5e+03 2.67e+03 -3.15e+03 2.81e-06 0 0 1.6e+04 Tank_phys Transportation + 7 -121 -2.58e+03 5e+03 2.81e-06 0 1.1e+04 2.7e+04 expHall_phys Transportation + 8 -1e+04 -6.76e+03 6.55e+03 2.81e-06 0 1.08e+04 3.78e+04 World_log_PV Transportation + 9 -1.5e+04 -8.87e+03 7.34e+03 2.81e-06 0 5.49e+03 4.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -7.95 25 -14.4 0.026 0 0 0.109 Tank_phys initStep + 5 -7.95 25 -14.4 0.0246 0.00144 0.00107 0.11 Tank_phys msc + 6 -7.95 25 -14.4 0.0061 0.0185 0.0118 0.122 Tank_phys eIoni + 7 -7.95 25 -14.4 0 0.0061 0.00104 0.123 Tank_phys eIoni + 8 -7.95 25 -14.4 0 0 0 0.123 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.131 9.98 6.27 0.0548 0 0 0 Tank_phys initStep + 1 0.134 9.98 6.27 0.053 0.0018 0.00401 0.00401 Tank_phys msc + 2 0.142 9.99 6.28 0.0411 0.0119 0.0237 0.0278 Tank_phys eIoni + 3 0.146 10 6.29 0.0238 0.0173 0.0194 0.0471 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.145 10 6.29 3.26e-06 0 0 0 Tank_phys initStep + 1 -594 -5e+03 -924 3.26e-06 0 5.13e+03 5.13e+03 expHall_phys Transportation + 2 -594 -5e+03 -924 3.26e-06 0 0 5.13e+03 Tank_phys Transportation + 3 -1.49e+03 5e+03 3.03e+03 3.26e-06 0 1.08e+04 1.59e+04 expHall_phys Transportation + 4 -2.81e+03 1e+04 8.16e+03 3.26e-06 0 7.28e+03 2.32e+04 World_log_PV Transportation + 5 -4.13e+03 1.5e+04 1.33e+04 3.26e-06 0 7.28e+03 3.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.146 10 6.29 0.0238 0 0 0.0471 Tank_phys initStep + 4 0.147 10 6.29 0.0228 0.00104 0.00092 0.0481 Tank_phys msc + 5 0.148 10 6.3 0.00431 0.0185 0.0106 0.0586 Tank_phys eIoni + 6 0.148 10 6.3 0 0.00431 0.000573 0.0592 Tank_phys eIoni + 7 0.148 10 6.3 0 0 0 0.0592 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.48 5.41 7.3 0.188 0 0 0 Tank_phys initStep + 1 -0.486 5.41 7.33 0.18 0.0073 0.0321 0.0321 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.483 5.41 7.32 3.51e-06 0 0 0 Tank_phys initStep + 1 647 -3.56e+03 4.18e+03 3.51e-06 3.51e-06 5.52e+03 5.52e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -0.486 5.41 7.33 0.18 0 0 0.0321 Tank_phys initStep + 2 -0.493 5.4 7.36 0.174 0.00652 0.0301 0.0622 Tank_phys msc + 3 -0.503 5.39 7.43 0.146 0.0276 0.0867 0.149 Tank_phys eIoni + 4 -0.506 5.41 7.49 0.109 0.0371 0.0692 0.218 Tank_phys eIoni + 5 -0.491 5.42 7.53 0.0601 0.0492 0.0484 0.267 Tank_phys eIoni + 6 -0.482 5.42 7.55 0.0419 0.0183 0.0264 0.293 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.491 5.42 7.53 2.34e-06 0 0 0 Tank_phys initStep + 1 -2.94e+03 -891 450 2.34e-06 2.34e-06 3.1e+03 3.1e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.484 5.42 7.54 3.09e-06 0 0 0 Tank_phys initStep + 1 3.03e+03 5e+03 -4.41e+03 3.09e-06 0 7.33e+03 7.33e+03 expHall_phys Transportation + 2 1e+04 8.28e+03 -9.39e+03 3.09e-06 0 9.17e+03 1.65e+04 World_log_PV Transportation + 3 1.5e+04 1.06e+04 -1.3e+04 3.09e-06 0 6.58e+03 2.31e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -0.482 5.42 7.55 0.0419 0 0 0.293 Tank_phys initStep + 7 -0.48 5.42 7.55 0.0411 0.000823 0.0025 0.295 Tank_phys msc + 8 -0.47 5.41 7.55 0.0235 0.0175 0.0194 0.315 Tank_phys eIoni + 9 -0.465 5.41 7.55 0.00396 0.0196 0.0111 0.326 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.467 5.41 7.55 2.96e-06 0 0 0 Tank_phys initStep + 1 -4.57e+03 5e+03 -2.67e+03 2.96e-06 0 7.28e+03 7.28e+03 expHall_phys Transportation + 2 -4.57e+03 5e+03 -2.67e+03 2.96e-06 0 0 7.28e+03 Tank_phys Transportation + 3 -5e+03 4.54e+03 -2.85e+03 2.96e-06 0 654 7.94e+03 expHall_phys Transportation + 4 -5e+03 4.54e+03 -2.85e+03 2.96e-06 0 0 7.94e+03 Tank_phys Transportation + 5 235 3.21e+03 -5e+03 2.96e-06 0 5.81e+03 1.37e+04 expHall_phys Transportation + 6 235 3.21e+03 -5e+03 2.96e-06 0 0 1.37e+04 Tank_phys Transportation + 7 5e+03 1.11e+03 -1.89e+03 2.96e-06 0 6.06e+03 1.98e+04 expHall_phys Transportation + 8 5e+03 1.11e+03 -1.89e+03 2.96e-06 0 0 1.98e+04 Tank_phys Transportation + 9 3.06e+03 1.15e+03 -519 2.96e-06 0 2.37e+03 2.22e+04 Tank_phys OpMieHG + 10 5e+03 271 490 2.96e-06 0 2.35e+03 2.45e+04 expHall_phys Transportation + 11 1e+04 -5.75e+03 6.38e+03 2.96e-06 0 9.79e+03 3.43e+04 World_log_PV Transportation + 12 1.5e+04 -1.18e+04 1.23e+04 2.96e-06 0 9.79e+03 4.41e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.469 5.41 7.55 2.38e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.54e+03 1.4e+03 2.38e-06 0 6.29e+03 6.29e+03 expHall_phys Transportation + 2 5e+03 -3.54e+03 1.4e+03 2.38e-06 0 0 6.29e+03 Tank_phys Transportation + 3 3.87e+03 -5e+03 131 2.38e-06 0 2.24e+03 8.53e+03 expHall_phys Transportation + 4 3.87e+03 -5e+03 131 2.38e-06 0 0 8.53e+03 Tank_phys Transportation + 5 588 -2.89e+03 -2.6e+03 2.38e-06 2.38e-06 4.77e+03 1.33e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -0.465 5.41 7.55 0.00396 0 0 0.326 Tank_phys initStep + 10 -0.465 5.41 7.55 0.00389 6.55e-05 3.96e-05 0.326 Tank_phys msc + 11 -0.465 5.41 7.55 0 0.00389 0.000481 0.327 Tank_phys eIoni + 12 -0.465 5.41 7.55 0 0 0 0.327 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.723 -0.665 -0.153 0.511 0 0 0 Tank_phys initStep + 1 9.59 -45.4 -55.1 0.23 1.42e-05 71.4 71.4 Tank_phys compt + 2 -28 -51.4 -44.8 0.229 0.000537 39.4 111 Tank_phys compt + 3 -59.7 -50.2 -33.7 0.155 1.42e-05 33.6 144 Tank_phys compt + 4 -53.6 -33.1 -21.2 0.142 1.42e-05 22 166 Tank_phys compt + 5 -120 39.7 88.8 0.111 1.42e-05 148 314 Tank_phys compt + 6 -202 46.1 37.3 0.0944 1.36e-05 96.4 411 Tank_phys compt + 7 -200 -20.5 -1.6 0.0936 2.92e-05 77.1 488 Tank_phys compt + 8 -204 -32.7 -6.79 0.0788 1.36e-05 13.7 501 Tank_phys compt + 9 -115 -23.3 -80 0.0584 0.000537 115 617 Tank_phys compt + 10 -159 41.2 -52.8 0.0475 1.36e-05 82.6 699 Tank_phys compt + 11 4.17 -133 -171 0 2.85e-05 266 965 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.17 -133 -171 0.0474 0 0 0 Tank_phys initStep + 1 4.17 -133 -171 0.0456 0.00181 0.00311 0.00311 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.17 -133 -171 2.64e-06 0 0 0 Tank_phys initStep + 1 -4.67e+03 -3.53e+03 -5e+03 2.64e-06 0 7.53e+03 7.53e+03 expHall_phys Transportation + 2 -4.67e+03 -3.53e+03 -5e+03 2.64e-06 0 0 7.53e+03 Tank_phys Transportation + 3 -5e+03 -3.79e+03 -4.53e+03 2.64e-06 0 632 8.16e+03 expHall_phys Transportation + 4 -5e+03 -3.79e+03 -4.53e+03 2.64e-06 0 0 8.16e+03 Tank_phys Transportation + 5 -2.38e+03 -5e+03 -3.29e+03 2.64e-06 0 3.14e+03 1.13e+04 expHall_phys Transportation + 6 -2.38e+03 -5e+03 -3.29e+03 2.64e-06 0 0 1.13e+04 Tank_phys Transportation + 7 5e+03 -2.86e+03 678 2.64e-06 0 8.64e+03 1.99e+04 expHall_phys Transportation + 8 5e+03 -2.86e+03 678 2.64e-06 0 0 1.99e+04 Tank_phys Transportation + 9 4e+03 -2.46e+03 1.36e+03 2.64e-06 2.64e-06 1.28e+03 2.12e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 4.17 -133 -171 0.0456 0 0 0.00311 Tank_phys initStep + 2 4.17 -133 -171 0.0442 0.00138 0.0029 0.00601 Tank_phys msc + 3 4.19 -133 -171 0 0.0442 0.0205 0.0266 Tank_phys eIoni + 4 4.19 -133 -171 0 0 0 0.0266 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.18 -133 -171 3.95e-06 0 0 0 Tank_phys initStep + 1 -176 -5e+03 -2.71e+03 3.95e-06 0 5.49e+03 5.49e+03 expHall_phys Transportation + 2 -176 -5e+03 -2.71e+03 3.95e-06 0 0 5.49e+03 Tank_phys Transportation + 3 -687 -2.89e+03 -5e+03 3.95e-06 0 3.16e+03 8.65e+03 expHall_phys Transportation + 4 -687 -2.89e+03 -5e+03 3.95e-06 0 0 8.65e+03 Tank_phys Transportation + 5 -1.14e+03 -1.4e+03 -1.81e+03 3.95e-06 3.95e-06 3.55e+03 1.22e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.18 -133 -171 2.3e-06 0 0 0 Tank_phys initStep + 1 -3.04e+03 5e+03 3.02e+03 2.3e-06 0 6.77e+03 6.77e+03 expHall_phys Transportation + 2 -3.04e+03 5e+03 3.02e+03 2.3e-06 0 0 6.77e+03 Tank_phys Transportation + 3 -4.4e+03 4.6e+03 5e+03 2.3e-06 0 2.44e+03 9.2e+03 expHall_phys Transportation + 4 -4.4e+03 4.6e+03 5e+03 2.3e-06 0 0 9.2e+03 Tank_phys Transportation + 5 -5e+03 4.71e+03 4.24e+03 2.3e-06 0 968 1.02e+04 expHall_phys Transportation + 6 -5e+03 4.71e+03 4.24e+03 2.3e-06 0 0 1.02e+04 Tank_phys Transportation + 7 -1.42e+03 5e+03 80.5 2.3e-06 0 5.5e+03 1.57e+04 expHall_phys Transportation + 8 -1.42e+03 5e+03 80.5 2.3e-06 0 0 1.57e+04 Tank_phys Transportation + 9 2.87e+03 3.16e+03 -5e+03 2.3e-06 0 6.89e+03 2.26e+04 expHall_phys Transportation + 10 2.87e+03 3.16e+03 -5e+03 2.3e-06 0 0 2.26e+04 Tank_phys Transportation + 11 5e+03 -2.62e+03 3.23e+03 2.3e-06 0 1.03e+04 3.29e+04 expHall_phys Transportation + 12 5e+03 -2.62e+03 3.23e+03 2.3e-06 0 0 3.29e+04 Tank_phys Transportation + 13 2.96e+03 -3.57e+03 5e+03 2.3e-06 0 2.86e+03 3.57e+04 expHall_phys Transportation + 14 2.96e+03 -3.57e+03 5e+03 2.3e-06 0 0 3.57e+04 Tank_phys Transportation + 15 -483 -5e+03 3.88e+03 2.3e-06 0 3.9e+03 3.96e+04 expHall_phys Transportation + 16 -1e+04 -5.19e+03 479 2.3e-06 0 1.01e+04 4.97e+04 World_log_PV Transportation + 17 -1.5e+04 -5.3e+03 -1.31e+03 2.3e-06 0 5.31e+03 5.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.18 -133 -171 3.59e-06 0 0 0 Tank_phys initStep + 1 -2.92e+03 -3.55e+03 -5e+03 3.59e-06 0 6.6e+03 6.6e+03 expHall_phys Transportation + 2 -2.92e+03 -3.55e+03 -5e+03 3.59e-06 0 0 6.6e+03 Tank_phys Transportation + 3 -3.55e+03 -5e+03 -4.83e+03 3.59e-06 0 1.59e+03 8.19e+03 expHall_phys Transportation + 4 -6.89e+03 -1e+04 -4.72e+03 3.59e-06 0 6.02e+03 1.42e+04 World_log_PV Transportation + 5 -1.02e+04 -1.5e+04 -4.62e+03 3.59e-06 0 6.02e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -159 41.2 -52.8 0.0109 0 0 0 Tank_phys initStep + 1 -159 41.2 -52.8 0.0109 4.87e-05 0.000232 0.000232 Tank_phys msc + 2 -159 41.2 -52.8 0 0.0109 0.00287 0.0031 Tank_phys eIoni + 3 -159 41.2 -52.8 0 0 0 0.0031 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -115 -23.3 -80 0.0199 0 0 0 Tank_phys initStep + 1 -115 -23.3 -80 0.0191 0.000744 0.000667 0.000667 Tank_phys msc + 2 -115 -23.3 -80.1 0 0.0191 0.00779 0.00845 Tank_phys eIoni + 3 -115 -23.3 -80.1 0 0 0 0.00845 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 87 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -115 -23.3 -80.1 2.47e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.04e+03 2.99e+03 2.47e-06 0 6.06e+03 6.06e+03 expHall_phys Transportation + 2 5e+03 1.04e+03 2.99e+03 2.47e-06 0 0 6.06e+03 Tank_phys Transportation + 3 3.61e+03 1.35e+03 5e+03 2.47e-06 0 2.46e+03 8.52e+03 expHall_phys Transportation + 4 3.61e+03 1.35e+03 5e+03 2.47e-06 0 0 8.52e+03 Tank_phys Transportation + 5 1.8e+03 100 3.8e+03 2.47e-06 2.47e-06 2.5e+03 1.1e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -204 -32.7 -6.79 0.0148 0 0 0 Tank_phys initStep + 1 -204 -32.7 -6.79 0.0144 0.000391 0.000397 0.000397 Tank_phys msc + 2 -204 -32.7 -6.79 0 0.0144 0.00473 0.00512 Tank_phys eIoni + 3 -204 -32.7 -6.79 0 0 0 0.00512 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -200 -20.5 -1.6 0.00073 0 0 0 Tank_phys initStep + 1 -200 -20.5 -1.6 0 0.00073 2.6e-06 2.6e-06 Tank_phys msc + 2 -200 -20.5 -1.6 0 0 0 2.6e-06 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -202 46.1 37.3 0.0161 0 0 0 Tank_phys initStep + 1 -202 46.1 37.3 0.0153 0.000827 0.000462 0.000462 Tank_phys msc + 2 -202 46.1 37.3 0 0.0153 0.00526 0.00572 Tank_phys eIoni + 3 -202 46.1 37.3 0 0 0 0.00572 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -120 39.7 88.8 0.0313 0 0 0 Tank_phys initStep + 1 -120 39.7 88.8 0.0296 0.00168 0.00149 0.00149 Tank_phys msc + 2 -120 39.7 88.8 0.0126 0.0171 0.0147 0.0162 Tank_phys eIoni + 3 -120 39.7 88.8 0 0.0126 0.00372 0.0199 Tank_phys eIoni + 4 -120 39.7 88.8 0 0 0 0.0199 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -53.6 -33.1 -21.2 0.0135 0 0 0 Tank_phys initStep + 1 -53.6 -33.1 -21.2 0.0128 0.000753 0.000338 0.000338 Tank_phys msc + 2 -53.6 -33.1 -21.2 0 0.0128 0.00382 0.00416 Tank_phys eIoni + 3 -53.6 -33.1 -21.2 0 0 0 0.00416 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -53.6 -33.1 -21.2 2.56e-06 0 0 0 Tank_phys initStep + 1 -5e+03 3.12e+03 4.61e+03 2.56e-06 0 7.48e+03 7.48e+03 expHall_phys Transportation + 2 -7.69e+03 5.57e+03 1e+04 2.56e-06 0 6.5e+03 1.4e+04 World_log_PV Transportation + 3 -1.02e+04 7.84e+03 1.5e+04 2.56e-06 0 6.03e+03 2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -59.7 -50.2 -33.7 0.0738 0 0 0 Tank_phys initStep + 1 -59.7 -50.2 -33.7 0.0716 0.00224 0.00672 0.00672 Tank_phys msc + 2 -59.7 -50.2 -33.7 0.0529 0.0186 0.0309 0.0376 Tank_phys eIoni + 3 -59.7 -50.2 -33.7 0.04 0.0129 0.0237 0.0614 Tank_phys eIoni + 4 -59.7 -50.2 -33.7 0.0264 0.0136 0.019 0.0803 Tank_phys eIoni + 5 -59.7 -50.2 -33.7 0.00587 0.0205 0.013 0.0933 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -59.7 -50.2 -33.7 3.02e-06 0 0 0 Tank_phys initStep + 1 365 -5e+03 2.63e+03 3.02e-06 0 5.64e+03 5.64e+03 expHall_phys Transportation + 2 5.18e+03 -8.85e+03 1e+04 3.02e-06 0 9.61e+03 1.52e+04 World_log_PV Transportation + 3 8.45e+03 -1.15e+04 1.5e+04 3.02e-06 0 6.52e+03 2.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -59.7 -50.2 -33.7 0.00587 0 0 0.0933 Tank_phys initStep + 6 -59.7 -50.2 -33.7 0.00571 0.000153 7.79e-05 0.0934 Tank_phys msc + 7 -59.7 -50.2 -33.7 0 0.00571 0.000931 0.0943 Tank_phys eIoni + 8 -59.7 -50.2 -33.7 0 0 0 0.0943 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -59.7 -50.2 -33.7 2.37e-06 0 0 0 Tank_phys initStep + 1 -703 -3.76e+03 4.84e+03 2.37e-06 2.37e-06 6.16e+03 6.16e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28 -51.4 -44.8 0.000396 0 0 0 Tank_phys initStep + 1 -28 -51.4 -44.8 0.000396 0 1.15e-06 1.15e-06 Tank_phys msc + 2 -28 -51.4 -44.8 0 0.000396 1.44e-05 1.55e-05 Tank_phys eIoni + 3 -28 -51.4 -44.8 0 0 0 1.55e-05 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.59 -45.4 -55.1 0.281 0 0 0 Tank_phys initStep + 1 9.61 -45.4 -55.2 0.272 0.00857 0.0443 0.0443 Tank_phys Cerenkov + 2 9.63 -45.5 -55.2 0.258 0.0141 0.0417 0.0861 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.62 -45.5 -55.2 2.42e-06 0 0 0 Tank_phys initStep + 1 54.9 2.13 4.7 2.42e-06 2.42e-06 88.9 88.9 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 9.63 -45.5 -55.2 0.258 0 0 0.0861 Tank_phys initStep + 3 9.64 -45.5 -55.2 0.252 0.00587 0.0377 0.124 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.64 -45.5 -55.2 2.05e-06 0 0 0 Tank_phys initStep + 1 -189 5e+03 -2.76e+03 2.05e-06 0 5.73e+03 5.73e+03 expHall_phys Transportation + 2 -939 1e+04 -6.17e+03 2.05e-06 0 6.1e+03 1.18e+04 World_log_PV Transportation + 3 -1.69e+03 1.5e+04 -9.58e+03 2.05e-06 0 6.1e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 9.64 -45.5 -55.2 0.252 0 0 0.124 Tank_phys initStep + 4 9.66 -45.5 -55.2 0.246 0.00586 0.036 0.16 Tank_phys Cerenkov + 5 9.66 -45.5 -55.3 0.245 0.00175 0.015 0.175 Tank_phys Cerenkov + 6 9.66 -45.5 -55.3 0.243 0.00138 0.00823 0.183 Tank_phys Cerenkov + 7 9.66 -45.5 -55.3 0.243 0.000111 0.00287 0.186 Tank_phys Cerenkov + 8 9.66 -45.5 -55.3 0.243 0.000449 0.00244 0.188 Tank_phys Cerenkov + 9 9.66 -45.5 -55.3 0.243 1.95e-05 0.000707 0.189 Tank_phys Cerenkov + 10 9.66 -45.5 -55.3 0.242 0.000162 0.000632 0.19 Tank_phys Cerenkov + 11 9.66 -45.5 -55.3 0.242 1.03e-06 3.96e-06 0.19 Tank_phys Cerenkov + 12 9.7 -45.6 -55.4 0.209 0.0332 0.136 0.326 Tank_phys eIoni + 13 9.76 -45.6 -55.4 0.162 0.0468 0.111 0.437 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.72 -45.6 -55.4 2.29e-06 0 0 0 Tank_phys initStep + 1 -194 -679 1.38e+03 2.29e-06 2.29e-06 1.59e+03 1.59e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.71 -45.6 -55.4 3.62e-06 0 0 0 Tank_phys initStep + 1 -1.12e+03 324 -281 3.62e-06 3.62e-06 1.21e+03 1.21e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 9.76 -45.6 -55.4 0.162 0 0 0.437 Tank_phys initStep + 14 9.76 -45.7 -55.4 0.157 0.00575 0.0254 0.462 Tank_phys msc + 15 9.77 -45.7 -55.4 0.111 0.0455 0.0756 0.538 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.77 -45.7 -55.4 3.14e-06 0 0 0 Tank_phys initStep + 1 -309 -5e+03 -129 3.14e-06 0 4.97e+03 4.97e+03 expHall_phys Transportation + 2 632 -1e+04 220 3.14e-06 0 5.1e+03 1.01e+04 World_log_PV Transportation + 3 1.57e+03 -1.5e+04 569 3.14e-06 0 5.1e+03 1.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.76 -45.7 -55.4 2.4e-06 0 0 0 Tank_phys initStep + 1 3e+03 1.94e+03 5e+03 2.4e-06 0 6.2e+03 6.2e+03 expHall_phys Transportation + 2 7.06e+03 5.07e+03 1e+04 2.4e-06 0 7.16e+03 1.34e+04 World_log_PV Transportation + 3 1.11e+04 8.19e+03 1.5e+04 2.4e-06 0 7.16e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.77 -45.7 -55.4 2.13e-06 0 0 0 Tank_phys initStep + 1 567 -1.61e+03 1.28e+03 2.13e-06 2.13e-06 2.13e+03 2.13e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.76 -45.7 -55.4 3.34e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.74e+03 3.43e+03 3.34e-06 0 6.36e+03 6.36e+03 expHall_phys Transportation + 2 -5e+03 1.74e+03 3.43e+03 3.34e-06 0 0 6.36e+03 Tank_phys Transportation + 3 -4.15e+03 1.47e+03 5e+03 3.34e-06 0 1.81e+03 8.17e+03 expHall_phys Transportation + 4 -4.15e+03 1.47e+03 5e+03 3.34e-06 0 0 8.17e+03 Tank_phys Transportation + 5 5e+03 2.6e+03 1.41e+03 3.34e-06 0 9.89e+03 1.81e+04 expHall_phys Transportation + 6 1e+04 2.95e+03 -5.68e+03 3.34e-06 0 8.69e+03 2.67e+04 World_log_PV Transportation + 7 1.5e+04 3.31e+03 -1.28e+04 3.34e-06 0 8.69e+03 3.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 9.77 -45.7 -55.4 0.111 0 0 0.538 Tank_phys initStep + 16 9.77 -45.7 -55.4 0.106 0.0047 0.0135 0.552 Tank_phys msc + 17 9.77 -45.7 -55.5 0.0889 0.0176 0.0469 0.598 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.77 -45.7 -55.5 2.44e-06 0 0 0 Tank_phys initStep + 1 2.6e+03 89.2 -5e+03 2.44e-06 0 5.58e+03 5.58e+03 expHall_phys Transportation + 2 7.01e+03 2.43e+03 -1e+04 2.44e-06 0 7.06e+03 1.26e+04 World_log_PV Transportation + 3 1.14e+04 4.77e+03 -1.5e+04 2.44e-06 0 7.06e+03 1.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 9.77 -45.7 -55.5 0.0889 0 0 0.598 Tank_phys initStep + 18 9.77 -45.7 -55.5 0.0858 0.00302 0.00924 0.608 Tank_phys msc + 19 9.78 -45.7 -55.5 0.0726 0.0132 0.037 0.645 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.77 -45.7 -55.5 4.02e-06 0 0 0 Tank_phys initStep + 1 948 -1.13e+03 5e+03 4.02e-06 0 5.25e+03 5.25e+03 expHall_phys Transportation + 2 2.25e+03 -2.5e+03 1e+04 4.02e-06 0 5.34e+03 1.06e+04 World_log_PV Transportation + 3 3.54e+03 -3.87e+03 1.5e+04 4.02e-06 0 5.34e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 9.78 -45.7 -55.5 0.0726 0 0 0.645 Tank_phys initStep + 20 9.78 -45.7 -55.5 0.0688 0.00379 0.00653 0.651 Tank_phys msc + 21 9.77 -45.7 -55.6 0.0534 0.0154 0.0298 0.681 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.77 -45.7 -55.5 3.39e-06 0 0 0 Tank_phys initStep + 1 5e+03 760 389 3.39e-06 0 5.07e+03 5.07e+03 expHall_phys Transportation + 2 1e+04 2.96e+03 -425 3.39e-06 0 5.52e+03 1.06e+04 World_log_PV Transportation + 3 1.5e+04 5.17e+03 -1.24e+03 3.39e-06 0 5.52e+03 1.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.77 -45.7 -55.5 4.05e-06 0 0 0 Tank_phys initStep + 1 755 1.37e+03 1.14e+03 4.05e-06 4.05e-06 2e+03 2e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 9.77 -45.7 -55.6 0.0534 0 0 0.681 Tank_phys initStep + 22 9.77 -45.7 -55.6 0.0521 0.00137 0.00383 0.685 Tank_phys msc + 23 9.79 -45.7 -55.6 0.0417 0.0103 0.0234 0.708 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.78 -45.7 -55.6 3.24e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.48e+03 -970 3.24e-06 0 5.27e+03 5.27e+03 expHall_phys Transportation + 2 1e+04 -4.27e+03 -2.29e+03 3.24e-06 0 5.88e+03 1.12e+04 World_log_PV Transportation + 3 1.5e+04 -7.07e+03 -3.62e+03 3.24e-06 0 5.88e+03 1.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.78 -45.7 -55.6 2.92e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.43e+03 4.34e+03 2.92e-06 0 6.81e+03 6.81e+03 expHall_phys Transportation + 2 5e+03 1.43e+03 4.34e+03 2.92e-06 0 0 6.81e+03 Tank_phys Transportation + 3 3.92e+03 2.29e+03 5e+03 2.92e-06 0 1.53e+03 8.34e+03 expHall_phys Transportation + 4 3.92e+03 2.29e+03 5e+03 2.92e-06 0 0 8.34e+03 Tank_phys Transportation + 5 1.6e+03 5e+03 1.25e+03 2.92e-06 0 5.17e+03 1.35e+04 expHall_phys Transportation + 6 -4.62e+03 9.69e+03 -1e+04 2.92e-06 0 1.37e+04 2.72e+04 World_log_PV Transportation + 7 -7.39e+03 1.18e+04 -1.5e+04 2.92e-06 0 6.08e+03 3.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 9.79 -45.7 -55.6 0.0417 0 0 0.708 Tank_phys initStep + 24 9.79 -45.7 -55.6 0.0405 0.00121 0.00248 0.711 Tank_phys msc + 25 9.8 -45.7 -55.5 0.0207 0.0198 0.0192 0.73 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.79 -45.7 -55.6 3.45e-06 0 0 0 Tank_phys initStep + 1 5e+03 211 526 3.45e-06 0 5.03e+03 5.03e+03 expHall_phys Transportation + 2 1e+04 2.17e+03 -75.5 3.45e-06 0 5.4e+03 1.04e+04 World_log_PV Transportation + 3 1.5e+04 4.13e+03 -677 3.45e-06 0 5.4e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 9.8 -45.7 -55.5 0.0207 0 0 0.73 Tank_phys initStep + 26 9.8 -45.7 -55.5 0.0188 0.00193 0.000719 0.731 Tank_phys msc + 27 9.8 -45.7 -55.5 0 0.0188 0.00756 0.738 Tank_phys eIoni + 28 9.8 -45.7 -55.5 0 0 0 0.738 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.8 -45.7 -55.5 3.56e-06 0 0 0 Tank_phys initStep + 1 1.89e+03 4.87e+03 5e+03 3.56e-06 0 7.3e+03 7.3e+03 expHall_phys Transportation + 2 1.89e+03 4.87e+03 5e+03 3.56e-06 0 0 7.3e+03 Tank_phys Transportation + 3 1.92e+03 5e+03 4.9e+03 3.56e-06 0 168 7.47e+03 expHall_phys Transportation + 4 7.54e+03 1e+04 -6.96e+03 3.56e-06 0 1.4e+04 2.15e+04 World_log_PV Transportation + 5 1.14e+04 1.34e+04 -1.5e+04 3.56e-06 0 9.53e+03 3.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 79 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.8 -45.7 -55.5 2.39e-06 0 0 0 Tank_phys initStep + 1 5e+03 542 1.82e+03 2.39e-06 0 5.36e+03 5.36e+03 expHall_phys Transportation + 2 1e+04 1.51e+03 8.48e+03 2.39e-06 0 8.39e+03 1.37e+04 World_log_PV Transportation + 3 1.49e+04 2.46e+03 1.5e+04 2.39e-06 0 8.2e+03 2.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.723 -0.666 -0.154 3.58e-06 0 0 0 Tank_phys initStep + 1 -3.26e+03 -1.93e+03 -4.64e+03 3.58e-06 3.58e-06 5.99e+03 5.99e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank_phys initStep + 1 0.139 -0.0108 0.00392 0.479 0.0213 0.139 0.139 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.096 -0.00748 0.00271 3.38e-06 0 0 0 Tank_phys initStep + 1 -3.77e+03 -5e+03 -3.94e+03 3.38e-06 0 7.4e+03 7.4e+03 expHall_phys Transportation + 2 -3.77e+03 -5e+03 -3.94e+03 3.38e-06 0 0 7.4e+03 Tank_phys Transportation + 3 -4.94e+03 -2.71e+03 -5e+03 3.38e-06 0 2.78e+03 1.02e+04 expHall_phys Transportation + 4 -4.94e+03 -2.71e+03 -5e+03 3.38e-06 0 0 1.02e+04 Tank_phys Transportation + 5 -5e+03 -2.62e+03 -4.92e+03 3.38e-06 0 135 1.03e+04 expHall_phys Transportation + 6 -5e+03 -2.62e+03 -4.92e+03 3.38e-06 0 0 1.03e+04 Tank_phys Transportation + 7 3.14e+03 4.45e+03 -4.03e+03 3.38e-06 0 1.08e+04 2.11e+04 Tank_phys OpRayleigh + 8 3.3e+03 5e+03 -3.97e+03 3.38e-06 0 572 2.17e+04 expHall_phys Transportation + 9 9.99e+03 1e+04 -5.57e+03 3.38e-06 0 8.51e+03 3.02e+04 World_log_PV Transportation + 10 1.5e+04 1.37e+04 -6.77e+03 3.38e-06 0 6.37e+03 3.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0462 -0.0036 0.0013 2.99e-06 0 0 0 Tank_phys initStep + 1 -10.4 5e+03 -3.1e+03 2.99e-06 0 5.88e+03 5.88e+03 expHall_phys Transportation + 2 1.86e+03 1e+04 -7.31e+03 2.99e-06 0 6.8e+03 1.27e+04 World_log_PV Transportation + 3 3.73e+03 1.5e+04 -1.15e+04 2.99e-06 0 6.8e+03 1.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.134 -0.0105 0.00379 3.35e-06 0 0 0 Tank_phys initStep + 1 93.8 5e+03 3.52e+03 3.35e-06 0 6.12e+03 6.12e+03 expHall_phys Transportation + 2 93.8 5e+03 3.52e+03 3.35e-06 0 0 6.12e+03 Tank_phys Transportation + 3 140 3.42e+03 5e+03 3.35e-06 0 2.16e+03 8.28e+03 expHall_phys Transportation + 4 140 3.42e+03 5e+03 3.35e-06 0 0 8.28e+03 Tank_phys Transportation + 5 57.2 1.91e+03 4.6e+03 3.35e-06 0 1.56e+03 9.84e+03 Tank_phys OpRayleigh + 6 999 3.47e+03 5e+03 3.35e-06 0 1.86e+03 1.17e+04 expHall_phys Transportation + 7 999 3.47e+03 5e+03 3.35e-06 0 0 1.17e+04 Tank_phys Transportation + 8 1.9e+03 5e+03 3.22e+03 3.35e-06 0 2.52e+03 1.42e+04 expHall_phys Transportation + 9 1.9e+03 5e+03 3.22e+03 3.35e-06 0 0 1.42e+04 Tank_phys Transportation + 10 5e+03 772 -2.92e+03 3.35e-06 0 8.07e+03 2.23e+04 expHall_phys Transportation + 11 5e+03 772 -2.92e+03 3.35e-06 0 0 2.23e+04 Tank_phys Transportation + 12 4.47e+03 120 -5e+03 3.35e-06 0 2.25e+03 2.45e+04 expHall_phys Transportation + 13 4.47e+03 120 -5e+03 3.35e-06 0 0 2.45e+04 Tank_phys Transportation + 14 -3.28e+03 -5e+03 3.72e+03 3.35e-06 0 1.27e+04 3.73e+04 expHall_phys Transportation + 15 -3.28e+03 -5e+03 3.72e+03 3.35e-06 0 0 3.73e+04 Tank_phys Transportation + 16 -5e+03 -3.43e+03 4.55e+03 3.35e-06 0 2.47e+03 3.97e+04 expHall_phys Transportation + 17 -5e+03 -3.43e+03 4.55e+03 3.35e-06 0 0 3.97e+04 Tank_phys Transportation + 18 -4.65e+03 -1.97e+03 5e+03 3.35e-06 0 1.57e+03 4.13e+04 expHall_phys Transportation + 19 -4.65e+03 -1.97e+03 5e+03 3.35e-06 0 0 4.13e+04 Tank_phys Transportation + 20 -721 -372 -5e+03 3.35e-06 0 1.09e+04 5.22e+04 expHall_phys Transportation + 21 3.56e+03 1.26e+03 -1e+04 3.35e-06 0 6.78e+03 5.9e+04 World_log_PV Transportation + 22 7.84e+03 2.89e+03 -1.5e+04 3.35e-06 0 6.78e+03 6.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0974 -0.00759 0.00275 2.68e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.37e+03 -710 2.68e-06 0 6.07e+03 6.07e+03 expHall_phys Transportation + 2 5e+03 -3.37e+03 -710 2.68e-06 0 0 6.07e+03 Tank_phys Transportation + 3 4.82e+03 -5e+03 -793 2.68e-06 0 1.64e+03 7.71e+03 expHall_phys Transportation + 4 4.39e+03 -1e+04 -738 2.68e-06 0 5.02e+03 1.27e+04 World_log_PV Transportation + 5 3.96e+03 -1.5e+04 -684 2.68e-06 0 5.02e+03 1.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.139 -0.0108 0.00392 0.479 0 0 0.139 Tank_phys initStep + 2 0.261 -0.0456 0.00611 0.458 0.0208 0.128 0.267 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.158 -0.0163 0.00426 3.78e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.46e+03 -2.97e+03 3.78e-06 0 5.99e+03 5.99e+03 expHall_phys Transportation + 2 5e+03 1.46e+03 -2.97e+03 3.78e-06 0 0 5.99e+03 Tank_phys Transportation + 3 4.52e+03 2.04e+03 -3.41e+03 3.78e-06 0 869 6.86e+03 Tank_phys OpRayleigh + 4 4.93e+03 5e+03 -3.12e+03 3.78e-06 0 3e+03 9.87e+03 expHall_phys Transportation + 5 4.74e+03 1e+04 -1.94e+03 3.78e-06 0 5.14e+03 1.5e+04 World_log_PV Transportation + 6 4.55e+03 1.5e+04 -761 3.78e-06 0 5.14e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.254 -0.0436 0.00598 2.07e-06 0 0 0 Tank_phys initStep + 1 29.2 13.6 -120 2.07e-06 2.07e-06 124 124 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.208 -0.0305 0.00516 3.99e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.71e+03 -3.75e+03 3.99e-06 0 7.26e+03 7.26e+03 expHall_phys Transportation + 2 5e+03 3.71e+03 -3.75e+03 3.99e-06 0 0 7.26e+03 Tank_phys Transportation + 3 3.89e+03 5e+03 -4.28e+03 3.99e-06 0 1.79e+03 9.05e+03 expHall_phys Transportation + 4 3.89e+03 5e+03 -4.28e+03 3.99e-06 0 0 9.05e+03 Tank_phys Transportation + 5 2.61e+03 4.36e+03 -5e+03 3.99e-06 0 1.6e+03 1.07e+04 expHall_phys Transportation + 6 2.61e+03 4.36e+03 -5e+03 3.99e-06 0 0 1.07e+04 Tank_phys Transportation + 7 -5e+03 1.27e+03 -2.83e+03 3.99e-06 0 8.49e+03 1.91e+04 expHall_phys Transportation + 8 -1e+04 -2.71e+03 2.02e+03 3.99e-06 0 8.02e+03 2.72e+04 World_log_PV Transportation + 9 -1.5e+04 -6.7e+03 6.86e+03 3.99e-06 0 8.02e+03 3.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.26 -0.0452 0.00609 2.77e-06 0 0 0 Tank_phys initStep + 1 4.99e+03 -5e+03 -688 2.77e-06 0 7.1e+03 7.1e+03 expHall_phys Transportation + 2 4.99e+03 -5e+03 -688 2.77e-06 0 0 7.1e+03 Tank_phys Transportation + 3 5e+03 -4.97e+03 -685 2.77e-06 0 29 7.12e+03 expHall_phys Transportation + 4 5e+03 -4.97e+03 -685 2.77e-06 0 0 7.12e+03 Tank_phys Transportation + 5 1.09e+03 316 427 2.77e-06 2.77e-06 6.67e+03 1.38e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.261 -0.0456 0.00611 0.458 0 0 0.267 Tank_phys initStep + 3 0.374 -0.0723 -0.00604 0.431 0.0267 0.117 0.384 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.363 -0.0696 -0.00482 3.97e-06 0 0 0 Tank_phys initStep + 1 763 223 -1.7e+03 3.97e-06 3.97e-06 1.88e+03 1.88e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.358 -0.0684 -0.00426 2.76e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.81e+03 -2.72e+03 2.76e-06 0 6.85e+03 6.85e+03 expHall_phys Transportation + 2 8.08e+03 -1e+04 -6.37e+03 2.76e-06 0 7.82e+03 1.47e+04 World_log_PV Transportation + 3 1.06e+04 -1.5e+04 -9.31e+03 2.76e-06 0 6.31e+03 2.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.374 -0.0723 -0.00604 0.431 0 0 0.384 Tank_phys initStep + 4 0.47 -0.109 -0.0134 0.404 0.0269 0.104 0.488 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.413 -0.0871 -0.00901 3.82e-06 0 0 0 Tank_phys initStep + 1 4.35e+03 -3.24e+03 -5e+03 3.82e-06 0 7.38e+03 7.38e+03 expHall_phys Transportation + 2 4.35e+03 -3.24e+03 -5e+03 3.82e-06 0 0 7.38e+03 Tank_phys Transportation + 3 5e+03 -2.88e+03 -3.82e+03 3.82e-06 0 1.4e+03 8.77e+03 expHall_phys Transportation + 4 5e+03 -2.88e+03 -3.82e+03 3.82e-06 0 0 8.77e+03 Tank_phys Transportation + 5 1.07e+03 5e+03 -1.3e+03 3.82e-06 0 9.16e+03 1.79e+04 expHall_phys Transportation + 6 1.07e+03 5e+03 -1.3e+03 3.82e-06 0 0 1.79e+04 Tank_phys Transportation + 7 -4.83e+03 -2.29e+03 800 3.82e-06 3.82e-06 9.61e+03 2.75e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.445 -0.0994 -0.0115 3.16e-06 0 0 0 Tank_phys initStep + 1 3.81e+03 -4.37e+03 -500 3.16e-06 3.16e-06 5.82e+03 5.82e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.47 -0.109 -0.0134 0.404 0 0 0.488 Tank_phys initStep + 5 0.554 -0.143 -0.00647 0.39 0.0138 0.091 0.579 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.523 -0.131 -0.00902 4.13e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.59e+03 -2.17e+03 4.13e-06 0 5.68e+03 5.68e+03 expHall_phys Transportation + 2 9.11e+03 -6.32e+03 -1e+04 4.13e-06 0 1e+04 1.57e+04 World_log_PV Transportation + 3 1.17e+04 -9.35e+03 -1.5e+04 4.13e-06 0 6.4e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.477 -0.112 -0.0128 3.93e-06 0 0 0 Tank_phys initStep + 1 3.85e+03 -4.35e+03 -362 3.93e-06 3.93e-06 5.82e+03 5.82e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.554 -0.143 -0.00647 0.39 0 0 0.579 Tank_phys initStep + 6 0.622 -0.178 0.0267 0.376 0.0141 0.0849 0.664 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.57 -0.152 0.00137 3.85e-06 0 0 0 Tank_phys initStep + 1 1.7e+03 -816 2.21e+03 3.85e-06 3.85e-06 2.91e+03 2.91e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.6 -0.167 0.016 2.35e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.63e+03 -198 2.35e-06 0 5.65e+03 5.65e+03 expHall_phys Transportation + 2 5e+03 -2.63e+03 -198 2.35e-06 0 0 5.65e+03 Tank_phys Transportation + 3 1.91e+03 -5e+03 -4.42e+03 2.35e-06 0 5.74e+03 1.14e+04 expHall_phys Transportation + 4 1.91e+03 -5e+03 -4.42e+03 2.35e-06 0 0 1.14e+04 Tank_phys Transportation + 5 1.57e+03 -4.84e+03 -5e+03 2.35e-06 0 693 1.21e+04 expHall_phys Transportation + 6 1.57e+03 -4.84e+03 -5e+03 2.35e-06 0 0 1.21e+04 Tank_phys Transportation + 7 -5e+03 -2.46e+03 -2.06e+03 2.35e-06 0 7.58e+03 1.97e+04 expHall_phys Transportation + 8 -5e+03 -2.46e+03 -2.06e+03 2.35e-06 0 0 1.97e+04 Tank_phys Transportation + 9 2.46e+03 -4.03e+03 3.25e+03 2.35e-06 2.35e-06 9.29e+03 2.9e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.622 -0.178 0.0267 0.376 0 0 0.664 Tank_phys initStep + 7 0.675 -0.232 0.0231 0.349 0.0272 0.0788 0.743 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.662 -0.218 0.024 2.37e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.74e+03 483 2.37e-06 0 6.26e+03 6.26e+03 expHall_phys Transportation + 2 5e+03 3.74e+03 483 2.37e-06 0 0 6.26e+03 Tank_phys Transportation + 3 3.54e+03 5e+03 276 2.37e-06 0 1.94e+03 8.2e+03 expHall_phys Transportation + 4 3.54e+03 5e+03 276 2.37e-06 0 0 8.2e+03 Tank_phys Transportation + 5 679 -328 -2.29e+03 2.37e-06 2.37e-06 6.57e+03 1.48e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.671 -0.228 0.0233 3.11e-06 0 0 0 Tank_phys initStep + 1 -186 -61.5 3.7 3.11e-06 3.11e-06 197 197 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.675 -0.232 0.0231 0.349 0 0 0.743 Tank_phys initStep + 8 0.715 -0.283 0.00531 0.335 0.0137 0.0679 0.81 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.694 -0.256 0.0148 3.41e-06 0 0 0 Tank_phys initStep + 1 5e+03 -568 -4.4e+03 3.41e-06 0 6.68e+03 6.68e+03 expHall_phys Transportation + 2 5e+03 -568 -4.4e+03 3.41e-06 0 0 6.68e+03 Tank_phys Transportation + 3 4.21e+03 -509 -5e+03 3.41e-06 0 990 7.67e+03 expHall_phys Transportation + 4 4.21e+03 -509 -5e+03 3.41e-06 0 0 7.67e+03 Tank_phys Transportation + 5 -5e+03 2.85e+03 319 3.41e-06 0 1.12e+04 1.88e+04 expHall_phys Transportation + 6 -5e+03 2.85e+03 319 3.41e-06 0 0 1.88e+04 Tank_phys Transportation + 7 -3.37e+03 5e+03 567 3.41e-06 0 2.71e+03 2.15e+04 expHall_phys Transportation + 8 -3.37e+03 5e+03 567 3.41e-06 0 0 2.15e+04 Tank_phys Transportation + 9 1.95e+03 783 2.21e+03 3.41e-06 3.41e-06 6.99e+03 2.85e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.679 -0.237 0.0213 2.52e-06 0 0 0 Tank_phys initStep + 1 4.91e+03 -5e+03 757 2.52e-06 0 7.05e+03 7.05e+03 expHall_phys Transportation + 2 4.91e+03 -5e+03 757 2.52e-06 0 0 7.05e+03 Tank_phys Transportation + 3 5e+03 -4.83e+03 782 2.52e-06 0 191 7.24e+03 expHall_phys Transportation + 4 5e+03 -4.83e+03 782 2.52e-06 0 0 7.24e+03 Tank_phys Transportation + 5 1.42e+03 2.96e+03 4.15e+03 2.52e-06 0 9.21e+03 1.65e+04 Tank_phys OpRayleigh + 6 5e+03 4.96 1.92e+03 2.52e-06 0 5.15e+03 2.16e+04 expHall_phys Transportation + 7 5e+03 4.96 1.92e+03 2.52e-06 0 0 2.16e+04 Tank_phys Transportation + 8 4.48e+03 -347 1.95e+03 2.52e-06 2.52e-06 627 2.22e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.715 -0.283 0.00531 0.335 0 0 0.81 Tank_phys initStep + 9 0.747 -0.329 -0.0222 0.321 0.0147 0.0626 0.873 Tank_phys Cerenkov + 10 0.762 -0.373 -0.0532 0.31 0.0108 0.0573 0.93 Tank_phys Cerenkov + 11 0.756 -0.391 -0.0981 0 0.0111 0.0503 0.981 Tank_phys annihil + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.759 -0.382 -0.0759 2.54e-06 0 0 0 Tank_phys initStep + 1 -446 -249 -1.03e+03 2.54e-06 2.54e-06 1.15e+03 1.15e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* 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.756 -0.391 -0.0981 0.632 0 0 0 Tank_phys initStep + 1 -23.6 3.06 -12.8 0.628 0.000537 27.7 27.7 Tank_phys compt + 2 -122 12.7 -52.6 0.602 2.92e-05 106 134 Tank_phys compt + 3 -129 11.8 -57.3 0.549 1.42e-05 8.81 143 Tank_phys compt + 4 -174 28.7 -83.8 0.528 1.42e-05 55.2 198 Tank_phys compt + 5 -192 38.2 -103 0.291 0.000537 28 226 Tank_phys compt + 6 -260 21.5 -68.1 0.146 2.92e-05 77.7 303 Tank_phys compt + 7 -250 36.7 -91.4 0.102 1.36e-05 29.6 333 Tank_phys compt + 8 -241 45.2 -62.9 0.1 1.36e-05 31.1 364 Tank_phys compt + 9 -231 47.9 -51.1 0.0987 1.42e-05 15.7 380 Tank_phys compt + 10 -220 57.4 -37.5 0.0745 1.42e-05 19.9 400 Tank_phys compt + 11 -210 26.2 -131 0.0576 1.42e-05 98.9 499 Tank_phys compt + 12 -187 44.4 -75.9 0.0478 2.92e-05 62.3 561 Tank_phys compt + 13 -208 72.8 -152 0 0.000538 84.3 645 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -208 72.8 -152 0.0472 0 0 0 Tank_phys initStep + 1 -208 72.8 -152 0.0428 0.00445 0.00308 0.00308 Tank_phys msc + 2 -208 72.8 -152 0.03 0.0128 0.02 0.0231 Tank_phys eIoni + 3 -208 72.8 -152 0.0106 0.0194 0.0148 0.0379 Tank_phys eIoni + 4 -208 72.8 -152 0 0.0106 0.00273 0.0406 Tank_phys eIoni + 5 -208 72.8 -152 0 0 0 0.0406 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -187 44.4 -75.9 0.00981 0 0 0 Tank_phys initStep + 1 -187 44.4 -75.9 0.00977 4.61e-05 0.000192 0.000192 Tank_phys msc + 2 -187 44.4 -75.9 0 0.00977 0.00237 0.00257 Tank_phys eIoni + 3 -187 44.4 -75.9 0 0 0 0.00257 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -187 44.4 -75.9 3.49e-06 0 0 0 Tank_phys initStep + 1 245 1.15e+03 -4.42e+03 3.49e-06 0 4.5e+03 4.5e+03 Tank_phys OpRayleigh + 2 513 1.52e+03 -4.74e+03 3.49e-06 3.49e-06 559 5.06e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -210 26.2 -131 0.0169 0 0 0 Tank_phys initStep + 1 -210 26.2 -131 0.0162 0.000641 0.0005 0.0005 Tank_phys msc + 2 -210 26.2 -131 0 0.0162 0.00583 0.00633 Tank_phys eIoni + 3 -210 26.2 -131 0 0 0 0.00633 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 57.4 -37.5 0.0242 0 0 0 Tank_phys initStep + 1 -220 57.4 -37.5 0.0232 0.000966 0.000947 0.000947 Tank_phys msc + 2 -220 57.4 -37.5 0 0.0232 0.0109 0.0119 Tank_phys eIoni + 3 -220 57.4 -37.5 0 0 0 0.0119 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 57.4 -37.5 3.35e-06 0 0 0 Tank_phys initStep + 1 520 280 -5e+03 3.35e-06 0 5.02e+03 5.02e+03 expHall_phys Transportation + 2 2.69e+03 1.05e+03 -1e+04 3.35e-06 0 5.51e+03 1.05e+04 World_log_PV Transportation + 3 4.86e+03 1.81e+03 -1.5e+04 3.35e-06 0 5.51e+03 1.6e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 34 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 57.4 -37.5 3.32e-06 0 0 0 Tank_phys initStep + 1 2.22e+03 5e+03 202 3.32e-06 0 5.52e+03 5.52e+03 expHall_phys Transportation + 2 2.22e+03 5e+03 202 3.32e-06 0 0 5.52e+03 Tank_phys Transportation + 3 5e+03 -869 -3.92e+03 3.32e-06 0 7.69e+03 1.32e+04 expHall_phys Transportation + 4 5e+03 -869 -3.92e+03 3.32e-06 0 0 1.32e+04 Tank_phys Transportation + 5 3.06e+03 -2.17e+03 -5e+03 3.32e-06 0 2.57e+03 1.58e+04 expHall_phys Transportation + 6 -8.19e+03 -1e+04 -7.24e+03 3.32e-06 0 1.39e+04 2.97e+04 World_log_PV Transportation + 7 -1.5e+04 -1.47e+04 -8.59e+03 3.32e-06 0 8.41e+03 3.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -231 47.9 -51.1 0.00173 0 0 0 Tank_phys initStep + 1 -231 47.9 -51.1 0.00173 0 1e-05 1e-05 Tank_phys msc + 2 -231 47.9 -51.1 0 0.00173 0.000125 0.000135 Tank_phys eIoni + 3 -231 47.9 -51.1 0 0 0 0.000135 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -241 45.2 -62.9 0.00165 0 0 0 Tank_phys initStep + 1 -241 45.2 -62.9 0.00165 0 9.2e-06 9.2e-06 Tank_phys msc + 2 -241 45.2 -62.9 0 0.00165 0.000115 0.000124 Tank_phys eIoni + 3 -241 45.2 -62.9 0 0 0 0.000124 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -250 36.7 -91.4 0.0438 0 0 0 Tank_phys initStep + 1 -250 36.7 -91.4 0.0419 0.00193 0.0027 0.0027 Tank_phys msc + 2 -250 36.7 -91.4 0.0278 0.0141 0.0197 0.0224 Tank_phys eIoni + 3 -250 36.7 -91.4 0.0109 0.0169 0.0137 0.0361 Tank_phys eIoni + 4 -250 36.7 -91.4 0 0.0109 0.00287 0.039 Tank_phys eIoni + 5 -250 36.7 -91.4 0 0 0 0.039 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -260 21.5 -68.1 0.145 0 0 0 Tank_phys initStep + 1 -260 21.5 -68.1 0.138 0.00624 0.021 0.021 Tank_phys msc + 2 -260 21.5 -68 0.122 0.0168 0.0645 0.0855 Tank_phys eIoni + 3 -260 21.4 -68 0.103 0.0189 0.0549 0.14 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -260 21.5 -68 3.79e-06 0 0 0 Tank_phys initStep + 1 1.32e+03 154 5e+03 3.79e-06 0 5.31e+03 5.31e+03 expHall_phys Transportation + 2 9.74e+03 -486 1e+04 3.79e-06 0 9.82e+03 1.51e+04 World_log_PV Transportation + 3 1.5e+04 -886 1.31e+04 3.79e-06 0 6.13e+03 2.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -260 21.4 -68 0.103 0 0 0.14 Tank_phys initStep + 4 -260 21.4 -68 0.0996 0.00312 0.0118 0.152 Tank_phys msc + 5 -260 21.5 -67.9 0.0826 0.017 0.0435 0.196 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -260 21.5 -68 3.43e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.61e+03 -3.02e+03 3.43e-06 0 6.56e+03 6.56e+03 expHall_phys Transportation + 2 5e+03 2.61e+03 -3.02e+03 3.43e-06 0 0 6.56e+03 Tank_phys Transportation + 3 3.59e+03 969 -5e+03 3.43e-06 0 2.94e+03 9.5e+03 expHall_phys Transportation + 4 3.59e+03 969 -5e+03 3.43e-06 0 0 9.5e+03 Tank_phys Transportation + 5 -517 -1.79e+03 5e+03 3.43e-06 0 1.12e+04 2.07e+04 expHall_phys Transportation + 6 -4.9e+03 -3.82e+03 1e+04 3.43e-06 0 6.95e+03 2.76e+04 World_log_PV Transportation + 7 -9.28e+03 -5.86e+03 1.5e+04 3.43e-06 0 6.95e+03 3.46e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -260 21.5 -68 2.84e-06 0 0 0 Tank_phys initStep + 1 -543 -2.1e+03 5e+03 2.84e-06 0 5.5e+03 5.5e+03 expHall_phys Transportation + 2 -543 -2.1e+03 5e+03 2.84e-06 0 0 5.5e+03 Tank_phys Transportation + 3 -82.6 -5e+03 3.33e+03 2.84e-06 0 3.38e+03 8.88e+03 expHall_phys Transportation + 4 620 -1e+04 -4.59e+03 2.84e-06 0 9.39e+03 1.83e+04 World_log_PV Transportation + 5 1.32e+03 -1.5e+04 -1.25e+04 2.84e-06 0 9.39e+03 2.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -260 21.5 -67.9 0.0826 0 0 0.196 Tank_phys initStep + 6 -260 21.5 -67.9 0.0804 0.00218 0.00815 0.204 Tank_phys msc + 7 -260 21.5 -67.9 0.0653 0.0151 0.0346 0.239 Tank_phys eIoni + 8 -260 21.5 -67.9 0.0508 0.0145 0.0284 0.267 Tank_phys eIoni + 9 -260 21.4 -67.9 0.0329 0.018 0.0229 0.29 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -260 21.5 -67.9 3.98e-06 0 0 0 Tank_phys initStep + 1 -48.1 -24.6 355 3.98e-06 3.98e-06 475 475 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -260 21.4 -67.9 0.0329 0 0 0.29 Tank_phys initStep + 10 -260 21.4 -67.9 0.0314 0.00145 0.00163 0.292 Tank_phys msc + 11 -260 21.4 -67.9 0.00802 0.0234 0.0155 0.307 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -260 21.4 -67.9 2.65e-06 0 0 0 Tank_phys initStep + 1 -5e+03 549 765 2.65e-06 0 4.84e+03 4.84e+03 expHall_phys Transportation + 2 -1e+04 -765 931 2.65e-06 0 5.17e+03 1e+04 World_log_PV Transportation + 3 -1.5e+04 -2.08e+03 1.1e+03 2.65e-06 0 5.17e+03 1.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -260 21.4 -67.9 0.00802 0 0 0.307 Tank_phys initStep + 12 -260 21.4 -67.9 0.00765 0.000365 0.000134 0.307 Tank_phys msc + 13 -260 21.4 -67.9 0 0.00765 0.00155 0.309 Tank_phys eIoni + 14 -260 21.4 -67.9 0 0 0 0.309 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -192 38.2 -103 0.237 0 0 0 Tank_phys initStep + 1 -192 38.2 -103 0.223 0.0143 0.0464 0.0464 Tank_phys msc + 2 -192 38.3 -103 0.199 0.0236 0.121 0.167 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -192 38.3 -103 3.47e-06 0 0 0 Tank_phys initStep + 1 2.67e+03 2.65e+03 -5e+03 3.47e-06 0 6.25e+03 6.25e+03 expHall_phys Transportation + 2 2.67e+03 2.65e+03 -5e+03 3.47e-06 0 0 6.25e+03 Tank_phys Transportation + 3 3.98e+03 3.8e+03 -4.36e+03 3.47e-06 3.47e-06 1.85e+03 8.1e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -192 38.3 -103 0.199 0 0 0.167 Tank_phys initStep + 3 -192 38.3 -103 0.19 0.00932 0.0352 0.203 Tank_phys msc + 4 -193 38.3 -103 0.164 0.0254 0.0973 0.3 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -192 38.3 -103 2.36e-06 0 0 0 Tank_phys initStep + 1 -1.08e+03 -1.58e+03 -5e+03 2.36e-06 0 5.23e+03 5.23e+03 expHall_phys Transportation + 2 -3.63e+03 -6.69e+03 -1e+04 2.36e-06 0 7.59e+03 1.28e+04 World_log_PV Transportation + 3 -6.18e+03 -1.18e+04 -1.5e+04 2.36e-06 0 7.59e+03 2.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -193 38.3 -103 0.164 0 0 0.3 Tank_phys initStep + 5 -193 38.3 -103 0.158 0.0062 0.0258 0.326 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 2.78e-06 0 0 0 Tank_phys initStep + 1 -3.44e+03 5e+03 2.39e+03 2.78e-06 0 6.43e+03 6.43e+03 expHall_phys Transportation + 2 -3.44e+03 5e+03 2.39e+03 2.78e-06 0 0 6.43e+03 Tank_phys Transportation + 3 -5e+03 3.84e+03 2.61e+03 2.78e-06 0 1.96e+03 8.39e+03 expHall_phys Transportation + 4 -5e+03 3.84e+03 2.61e+03 2.78e-06 0 0 8.39e+03 Tank_phys Transportation + 5 4.24e+03 -5e+03 1.29e+03 2.78e-06 0 1.29e+04 2.12e+04 expHall_phys Transportation + 6 4.24e+03 -5e+03 1.29e+03 2.78e-06 0 0 2.12e+04 Tank_phys Transportation + 7 5e+03 -4.45e+03 1.21e+03 2.78e-06 0 944 2.22e+04 expHall_phys Transportation + 8 5e+03 -4.45e+03 1.21e+03 2.78e-06 0 0 2.22e+04 Tank_phys Transportation + 9 -257 -897 5e+03 2.78e-06 0 7.39e+03 2.96e+04 expHall_phys Transportation + 10 -257 -897 5e+03 2.78e-06 0 0 2.96e+04 Tank_phys Transportation + 11 -5e+03 1.34e+03 3.68e+03 2.78e-06 0 5.41e+03 3.5e+04 expHall_phys Transportation + 12 -1e+04 5.55e+03 581 2.78e-06 0 7.23e+03 4.22e+04 World_log_PV Transportation + 13 -1.5e+04 9.77e+03 -2.51e+03 2.78e-06 0 7.23e+03 4.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 2.14e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.18e+03 2.91e+03 2.14e-06 0 6.13e+03 6.13e+03 expHall_phys Transportation + 2 5e+03 -1.18e+03 2.91e+03 2.14e-06 0 0 6.13e+03 Tank_phys Transportation + 3 2.47e+03 -1.43e+03 4.66e+03 2.14e-06 2.14e-06 3.08e+03 9.21e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -193 38.3 -103 0.158 0 0 0.326 Tank_phys initStep + 6 -193 38.3 -103 0.152 0.00591 0.0243 0.35 Tank_phys msc + 7 -193 38.3 -103 0.136 0.0164 0.0727 0.423 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 2.41e-06 0 0 0 Tank_phys initStep + 1 -576 -5e+03 -2.28e+03 2.41e-06 0 5.5e+03 5.5e+03 expHall_phys Transportation + 2 -576 -5e+03 -2.28e+03 2.41e-06 0 0 5.5e+03 Tank_phys Transportation + 3 2.16e+03 -3.76e+03 -5e+03 2.41e-06 0 4.06e+03 9.56e+03 expHall_phys Transportation + 4 1e+04 -716 -6.75e+03 2.41e-06 0 8.59e+03 1.81e+04 World_log_PV Transportation + 5 1.5e+04 1.22e+03 -7.86e+03 2.41e-06 0 5.48e+03 2.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -193 38.3 -103 0.136 0 0 0.423 Tank_phys initStep + 8 -193 38.3 -103 0.127 0.00847 0.0189 0.442 Tank_phys msc + 9 -193 38.3 -103 0.0885 0.0387 0.058 0.5 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 2.35e-06 0 0 0 Tank_phys initStep + 1 5e+03 -998 -1.81e+03 2.35e-06 0 5.56e+03 5.56e+03 expHall_phys Transportation + 2 1e+04 -1.7e+03 -4.52e+03 2.35e-06 0 5.73e+03 1.13e+04 World_log_PV Transportation + 3 1.5e+04 -2.4e+03 -7.22e+03 2.35e-06 0 5.73e+03 1.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 3.93e-06 0 0 0 Tank_phys initStep + 1 2.52e+03 608 5e+03 3.93e-06 0 5.81e+03 5.81e+03 expHall_phys Transportation + 2 8.2e+03 2.94e+03 1e+04 3.93e-06 0 7.92e+03 1.37e+04 World_log_PV Transportation + 3 1.39e+04 5.27e+03 1.5e+04 3.93e-06 0 7.92e+03 2.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 4.11e-06 0 0 0 Tank_phys initStep + 1 -3.46e+03 -3.03e+03 1.94e+03 4.11e-06 4.11e-06 4.92e+03 4.92e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -193 38.3 -103 0.0885 0 0 0.5 Tank_phys initStep + 10 -193 38.3 -103 0.0821 0.00639 0.00917 0.509 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 3.53e-06 0 0 0 Tank_phys initStep + 1 -1.13e+03 -1.2e+03 -25.7 3.53e-06 3.53e-06 1.56e+03 1.56e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -193 38.3 -103 0.0821 0 0 0.509 Tank_phys initStep + 11 -193 38.3 -103 0.0792 0.0029 0.00807 0.517 Tank_phys msc + 12 -193 38.3 -103 0.0635 0.0157 0.0341 0.551 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 2.3e-06 0 0 0 Tank_phys initStep + 1 -3.79e+03 -5e+03 865 2.3e-06 0 6.27e+03 6.27e+03 expHall_phys Transportation + 2 -1e+04 -7.25e+03 2.1e+03 2.3e-06 0 6.72e+03 1.3e+04 World_log_PV Transportation + 3 -1.5e+04 -9.07e+03 3.09e+03 2.3e-06 0 5.41e+03 1.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 3.54e-06 0 0 0 Tank_phys initStep + 1 1.1e+03 -3.99e+03 2.34e+03 3.54e-06 3.54e-06 4.88e+03 4.88e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 -193 38.3 -103 0.0635 0 0 0.551 Tank_phys initStep + 13 -193 38.3 -103 0.0602 0.00337 0.00518 0.556 Tank_phys msc + 14 -193 38.3 -103 0.0455 0.0147 0.0264 0.583 Tank_phys eIoni + 15 -193 38.3 -103 0.0316 0.0139 0.021 0.604 Tank_phys eIoni + 16 -193 38.3 -103 0 0.0316 0.0156 0.619 Tank_phys eIoni + 17 -193 38.3 -103 0 0 0 0.619 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 3.42e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.48e+03 2.75e+03 3.42e-06 0 6.85e+03 6.85e+03 expHall_phys Transportation + 2 7.78e+03 1e+04 5.02e+03 3.42e-06 0 7.44e+03 1.43e+04 World_log_PV Transportation + 3 9.92e+03 1.5e+04 6.77e+03 3.42e-06 0 5.71e+03 2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -193 38.3 -103 3.53e-06 0 0 0 Tank_phys initStep + 1 -5e+03 2.59e+03 2.09e+03 3.53e-06 0 5.87e+03 5.87e+03 expHall_phys Transportation + 2 -5e+03 2.59e+03 2.09e+03 3.53e-06 0 0 5.87e+03 Tank_phys Transportation + 3 -4.52e+03 2.93e+03 2.35e+03 3.53e-06 0 636 6.51e+03 Tank_phys OpRayleigh + 4 -5e+03 3.69e+03 3.03e+03 3.53e-06 0 1.13e+03 7.63e+03 expHall_phys Transportation + 5 -5e+03 3.69e+03 3.03e+03 3.53e-06 0 0 7.63e+03 Tank_phys Transportation + 6 -3.13e+03 5e+03 4.94e+03 3.53e-06 0 2.98e+03 1.06e+04 expHall_phys Transportation + 7 -3.13e+03 5e+03 4.94e+03 3.53e-06 0 0 1.06e+04 Tank_phys Transportation + 8 -3.09e+03 4.99e+03 5e+03 3.53e-06 0 75.3 1.07e+04 expHall_phys Transportation + 9 -3.09e+03 4.99e+03 5e+03 3.53e-06 0 0 1.07e+04 Tank_phys Transportation + 10 -3.06e+03 4.99e+03 4.95e+03 3.53e-06 0 63.2 1.07e+04 Tank_phys OpRayleigh + 11 -2.56e+03 -3.02e+03 -5e+03 3.53e-06 0 1.28e+04 2.35e+04 expHall_phys Transportation + 12 -2.56e+03 -3.02e+03 -5e+03 3.53e-06 0 0 2.35e+04 Tank_phys Transportation + 13 -3.15e+03 -4.47e+03 -3.26e+03 3.53e-06 3.53e-06 2.34e+03 2.59e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -174 28.7 -83.8 0.0205 0 0 0 Tank_phys initStep + 1 -174 28.7 -83.8 0.0198 0.00077 0.000708 0.000708 Tank_phys msc + 2 -174 28.7 -83.7 0 0.0198 0.00827 0.00897 Tank_phys eIoni + 3 -174 28.7 -83.7 0 0 0 0.00897 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -174 28.7 -83.8 3.76e-06 0 0 0 Tank_phys initStep + 1 5e+03 488 1.58e+03 3.76e-06 0 5.46e+03 5.46e+03 expHall_phys Transportation + 2 1e+04 466 5.23e+03 3.76e-06 0 6.19e+03 1.16e+04 World_log_PV Transportation + 3 1.5e+04 444 8.88e+03 3.76e-06 0 6.19e+03 1.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -174 28.7 -83.7 3.95e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.17e+03 1.25e+03 3.95e-06 0 5.48e+03 5.48e+03 expHall_phys Transportation + 2 1e+04 -2.92e+03 4.22e+03 3.95e-06 0 6.07e+03 1.15e+04 World_log_PV Transportation + 3 1.5e+04 -4.67e+03 7.18e+03 3.95e-06 0 6.07e+03 1.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -129 11.8 -57.3 0.0536 0 0 0 Tank_phys initStep + 1 -129 11.8 -57.3 0.0524 0.00122 0.00385 0.00385 Tank_phys msc + 2 -129 11.8 -57.3 0.00983 0.0425 0.0235 0.0274 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -129 11.8 -57.3 2.6e-06 0 0 0 Tank_phys initStep + 1 -1.91e+03 2.76e+03 -5e+03 2.6e-06 0 5.93e+03 5.93e+03 expHall_phys Transportation + 2 -1.91e+03 2.76e+03 -5e+03 2.6e-06 0 0 5.93e+03 Tank_phys Transportation + 3 -3.23e+03 5e+03 -2.19e+03 2.6e-06 0 3.83e+03 9.76e+03 expHall_phys Transportation + 4 -3.23e+03 5e+03 -2.19e+03 2.6e-06 0 0 9.76e+03 Tank_phys Transportation + 5 -5e+03 2.86e+03 -318 2.6e-06 0 3.35e+03 1.31e+04 expHall_phys Transportation + 6 -5e+03 2.86e+03 -318 2.6e-06 0 0 1.31e+04 Tank_phys Transportation + 7 4.28e+03 399 5e+03 2.6e-06 0 1.1e+04 2.41e+04 expHall_phys Transportation + 8 4.28e+03 399 5e+03 2.6e-06 0 0 2.41e+04 Tank_phys Transportation + 9 5e+03 -88 4.3e+03 2.6e-06 0 1.12e+03 2.52e+04 expHall_phys Transportation + 10 5e+03 -88 4.3e+03 2.6e-06 0 0 2.52e+04 Tank_phys Transportation + 11 -5e+03 -2.55e+03 -1.31e+03 2.6e-06 0 1.17e+04 3.69e+04 expHall_phys Transportation + 12 -9.74e+03 -8.29e+03 -1e+04 2.6e-06 0 1.14e+04 4.84e+04 World_log_PV Transportation + 13 -1.25e+04 -1.16e+04 -1.5e+04 2.6e-06 0 6.58e+03 5.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -129 11.8 -57.3 0.00983 0 0 0.0274 Tank_phys initStep + 3 -129 11.8 -57.3 0.00882 0.00102 0.000192 0.0275 Tank_phys msc + 4 -129 11.8 -57.3 0 0.00882 0.00198 0.0295 Tank_phys eIoni + 5 -129 11.8 -57.3 0 0 0 0.0295 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -129 11.8 -57.3 3.75e-06 0 0 0 Tank_phys initStep + 1 897 5e+03 -3.73e+03 3.75e-06 0 6.28e+03 6.28e+03 expHall_phys Transportation + 2 897 5e+03 -3.73e+03 3.75e-06 0 0 6.28e+03 Tank_phys Transportation + 3 -98.6 1.42e+03 -5e+03 3.75e-06 0 3.93e+03 1.02e+04 expHall_phys Transportation + 4 -98.6 1.42e+03 -5e+03 3.75e-06 0 0 1.02e+04 Tank_phys Transportation + 5 -3.32e+03 -5e+03 -236 3.75e-06 0 8.62e+03 1.88e+04 expHall_phys Transportation + 6 -3.32e+03 -5e+03 -236 3.75e-06 0 0 1.88e+04 Tank_phys Transportation + 7 -3.28e+03 -3.96e+03 464 3.75e-06 0 1.25e+03 2.01e+04 Tank_phys OpRayleigh + 8 -4.07e+03 -5e+03 3.93e+03 3.75e-06 0 3.71e+03 2.38e+04 expHall_phys Transportation + 9 -4.07e+03 -5e+03 3.93e+03 3.75e-06 0 0 2.38e+04 Tank_phys Transportation + 10 -2.71e+03 -3.58e+03 5e+03 3.75e-06 0 2.23e+03 2.6e+04 expHall_phys Transportation + 11 -2.71e+03 -3.58e+03 5e+03 3.75e-06 0 0 2.6e+04 Tank_phys Transportation + 12 5e+03 4.38e+03 -1.99e+03 3.75e-06 0 1.31e+04 3.91e+04 expHall_phys Transportation + 13 7.35e+03 1e+04 -8.18e+03 3.75e-06 0 8.69e+03 4.78e+04 World_log_PV Transportation + 14 9.45e+03 1.5e+04 -1.37e+04 3.75e-06 0 7.73e+03 5.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 12.7 -52.6 0.0258 0 0 0 Tank_phys initStep + 1 -122 12.7 -52.6 0.0249 0.000935 0.00106 0.00106 Tank_phys msc + 2 -122 12.7 -52.6 0.00755 0.0173 0.012 0.0131 Tank_phys eIoni + 3 -122 12.7 -52.6 0 0.00755 0.00151 0.0146 Tank_phys eIoni + 4 -122 12.7 -52.6 0 0 0 0.0146 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.6 3.06 -12.8 0.00302 0 0 0 Tank_phys initStep + 1 -23.6 3.06 -12.8 0.00288 0.000136 2.5e-05 2.5e-05 Tank_phys msc + 2 -23.6 3.06 -12.8 0 0.00288 0.000289 0.000314 Tank_phys eIoni + 3 -23.6 3.06 -12.8 0 0 0 0.000314 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 25 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.6 3.06 -12.8 3.03e-06 0 0 0 Tank_phys initStep + 1 4.07e+03 3.28e+03 -2.88e+03 3.03e-06 0 5.97e+03 5.97e+03 Tank_phys OpRayleigh + 2 5e+03 3.2e+03 -4.58e+03 3.03e-06 0 1.95e+03 7.92e+03 expHall_phys Transportation + 3 5e+03 3.2e+03 -4.58e+03 3.03e-06 0 0 7.92e+03 Tank_phys Transportation + 4 4.61e+03 3.31e+03 -5e+03 3.03e-06 0 581 8.5e+03 expHall_phys Transportation + 5 4.61e+03 3.31e+03 -5e+03 3.03e-06 0 0 8.5e+03 Tank_phys Transportation + 6 1.2e+03 954 -2.34e+03 3.03e-06 0 4.92e+03 1.34e+04 Tank_phys OpRayleigh + 7 3.82e+03 167 -5e+03 3.03e-06 0 3.81e+03 1.72e+04 expHall_phys Transportation + 8 1e+04 -3.49e+03 -6.45e+03 3.03e-06 0 7.33e+03 2.46e+04 World_log_PV Transportation + 9 1.5e+04 -6.44e+03 -7.61e+03 3.03e-06 0 5.92e+03 3.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.756 -0.391 -0.0981 0.689 0 0 0 Tank_phys initStep + 1 88.1 -49.9 -47.8 0.24 1.42e-05 111 111 Tank_phys compt + 2 70.1 -30.8 -70.5 0.188 2.92e-05 34.7 146 Tank_phys compt + 3 76.7 -53.2 -145 0.157 0.000537 78 224 Tank_phys compt + 4 153 23.1 -226 0.102 1.42e-05 135 359 Tank_phys compt + 5 146 6.47 -157 0.0975 0.000537 72.2 431 Tank_phys compt + 6 133 7.5 -141 0.0812 1.36e-05 19.8 451 Tank_phys compt + 7 132 6.75 -143 0.0734 0.000537 2.27 453 Tank_phys compt + 8 165 -38.6 -166 0 2.85e-05 60.9 514 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -38.6 -166 0.0734 0 0 0 Tank_phys initStep + 1 165 -38.7 -166 0.0693 0.00412 0.00665 0.00665 Tank_phys msc + 2 165 -38.7 -166 0.055 0.0143 0.03 0.0366 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -38.7 -166 3.66e-06 0 0 0 Tank_phys initStep + 1 2.91e+03 -5e+03 514 3.66e-06 0 5.71e+03 5.71e+03 expHall_phys Transportation + 2 1e+04 -9.58e+03 3.52e+03 3.66e-06 0 8.96e+03 1.47e+04 World_log_PV Transportation + 3 1.5e+04 -1.28e+04 5.64e+03 3.66e-06 0 6.32e+03 2.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 165 -38.7 -166 0.055 0 0 0.0366 Tank_phys initStep + 3 165 -38.7 -166 0.0534 0.00165 0.00403 0.0407 Tank_phys msc + 4 165 -38.7 -166 0.0354 0.0179 0.0239 0.0646 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -38.7 -166 3.84e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.84e+03 -1.29e+03 3.84e-06 0 5.61e+03 5.61e+03 expHall_phys Transportation + 2 -1e+04 5.53e+03 -1.83e+03 3.84e-06 0 6.24e+03 1.18e+04 World_log_PV Transportation + 3 -1.5e+04 9.23e+03 -2.37e+03 3.84e-06 0 6.24e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 165 -38.7 -166 0.0354 0 0 0.0646 Tank_phys initStep + 5 165 -38.7 -166 0.0184 0.017 0.00186 0.0664 Tank_phys msc + 6 165 -38.7 -166 0 0.0184 0.00729 0.0737 Tank_phys eIoni + 7 165 -38.7 -166 0 0 0 0.0737 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -38.7 -166 3.78e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.58e+03 250 3.78e-06 0 5.43e+03 5.43e+03 expHall_phys Transportation + 2 -1e+04 3.91e+03 2.25e+03 3.78e-06 0 5.87e+03 1.13e+04 World_log_PV Transportation + 3 -1.5e+04 6.24e+03 4.24e+03 3.78e-06 0 5.87e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 165 -38.7 -166 3.81e-06 0 0 0 Tank_phys initStep + 1 1.44e+03 2.75e+03 -5e+03 3.81e-06 0 5.73e+03 5.73e+03 expHall_phys Transportation + 2 3.53e+03 1e+04 -9.86e+03 3.81e-06 0 8.97e+03 1.47e+04 World_log_PV Transportation + 3 4.98e+03 1.5e+04 -1.32e+04 3.81e-06 0 6.19e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 132 6.75 -143 0.00719 0 0 0 Tank_phys initStep + 1 132 6.75 -143 0.00704 0.00015 0.000111 0.000111 Tank_phys msc + 2 132 6.75 -143 0 0.00704 0.00134 0.00145 Tank_phys eIoni + 3 132 6.75 -143 0 0 0 0.00145 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 133 7.5 -141 0.0163 0 0 0 Tank_phys initStep + 1 133 7.5 -141 0.016 0.000283 0.000471 0.000471 Tank_phys msc + 2 133 7.51 -141 0 0.016 0.00571 0.00618 Tank_phys eIoni + 3 133 7.51 -141 0 0 0 0.00618 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 146 6.47 -157 0.00355 0 0 0 Tank_phys initStep + 1 146 6.47 -157 0.00347 7.75e-05 3.29e-05 3.29e-05 Tank_phys msc + 2 146 6.47 -157 0 0.00347 0.000396 0.000429 Tank_phys eIoni + 3 146 6.47 -157 0 0 0 0.000429 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 153 23.1 -226 0.0551 0 0 0 Tank_phys initStep + 1 153 23.1 -226 0.0523 0.00279 0.00404 0.00404 Tank_phys msc + 2 153 23.1 -226 0.0392 0.0131 0.0235 0.0275 Tank_phys eIoni + 3 153 23.1 -226 0.0231 0.0161 0.0187 0.0462 Tank_phys eIoni + 4 153 23.1 -226 0.0071 0.016 0.0108 0.057 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 67 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 153 23.1 -226 3.88e-06 0 0 0 Tank_phys initStep + 1 -193 2e+03 38.8 3.88e-06 3.88e-06 2.02e+03 2.02e+03 Bubble_phys Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 153 23.1 -226 0.0071 0 0 0.057 Tank_phys initStep + 5 153 23.1 -226 0.00682 0.000285 0.000109 0.0571 Tank_phys msc + 6 153 23.1 -226 0 0.00682 0.00126 0.0584 Tank_phys eIoni + 7 153 23.1 -226 0 0 0 0.0584 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.7 -53.2 -145 0.0312 0 0 0 Tank_phys initStep + 1 76.7 -53.2 -145 0.0305 0.000711 0.00149 0.00149 Tank_phys msc + 2 76.7 -53.2 -145 0.0123 0.0182 0.0151 0.0166 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 66 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.7 -53.2 -145 3.1e-06 0 0 0 Tank_phys initStep + 1 -1.05e+03 5e+03 3.25e+03 3.1e-06 0 6.19e+03 6.19e+03 expHall_phys Transportation + 2 -1.05e+03 5e+03 3.25e+03 3.1e-06 0 0 6.19e+03 Tank_phys Transportation + 3 -1.04e+03 2.39e+03 5e+03 3.1e-06 0 3.14e+03 9.33e+03 expHall_phys Transportation + 4 -1.04e+03 2.39e+03 5e+03 3.1e-06 0 0 9.33e+03 Tank_phys Transportation + 5 1.62e+03 -5e+03 -2.79e+03 3.1e-06 0 1.11e+04 2.04e+04 expHall_phys Transportation + 6 1.62e+03 -5e+03 -2.79e+03 3.1e-06 0 0 2.04e+04 Tank_phys Transportation + 7 3.77e+03 1.9e+03 -5e+03 3.1e-06 0 7.56e+03 2.8e+04 expHall_phys Transportation + 8 3.77e+03 1.9e+03 -5e+03 3.1e-06 0 0 2.8e+04 Tank_phys Transportation + 9 4.88e+03 5e+03 -4.66e+03 3.1e-06 0 3.31e+03 3.13e+04 expHall_phys Transportation + 10 1e+04 9.87e+03 -1.88e+03 3.1e-06 0 7.59e+03 3.89e+04 World_log_PV Transportation + 11 1.5e+04 1.46e+04 840 3.1e-06 0 7.42e+03 4.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 66 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.7 -53.2 -145 2.84e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -3.82e+03 444 2.84e-06 0 6.35e+03 6.35e+03 expHall_phys Transportation + 2 -5e+03 -3.82e+03 444 2.84e-06 0 0 6.35e+03 Tank_phys Transportation + 3 -120 -5e+03 -1.52e+03 2.84e-06 0 5.39e+03 1.17e+04 expHall_phys Transportation + 4 -120 -5e+03 -1.52e+03 2.84e-06 0 0 1.17e+04 Tank_phys Transportation + 5 5e+03 -3.67e+03 -4.74e+03 2.84e-06 0 6.19e+03 1.79e+04 expHall_phys Transportation + 6 8.05e+03 -2.49e+03 -1e+04 2.84e-06 0 6.2e+03 2.41e+04 World_log_PV Transportation + 7 1.1e+04 -1.37e+03 -1.5e+04 2.84e-06 0 5.89e+03 3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 66 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.7 -53.2 -145 2.41e-06 0 0 0 Tank_phys initStep + 1 -3.58e+03 1.82e+03 -5e+03 2.41e-06 0 6.36e+03 6.36e+03 expHall_phys Transportation + 2 -3.58e+03 1.82e+03 -5e+03 2.41e-06 0 0 6.36e+03 Tank_phys Transportation + 3 -5e+03 3.09e+03 -1.44e+03 2.41e-06 0 4.04e+03 1.04e+04 expHall_phys Transportation + 4 -5e+03 3.09e+03 -1.44e+03 2.41e-06 0 0 1.04e+04 Tank_phys Transportation + 5 -4.64e+03 5e+03 987 2.41e-06 0 3.1e+03 1.35e+04 expHall_phys Transportation + 6 -4.64e+03 5e+03 987 2.41e-06 0 0 1.35e+04 Tank_phys Transportation + 7 -3.4e+03 3.98e+03 5e+03 2.41e-06 0 4.32e+03 1.78e+04 expHall_phys Transportation + 8 -1.33e+03 2.91e+03 1e+04 2.41e-06 0 5.51e+03 2.33e+04 World_log_PV Transportation + 9 735 1.84e+03 1.5e+04 2.41e-06 0 5.51e+03 2.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 76.7 -53.2 -145 0.0123 0 0 0.0166 Tank_phys initStep + 3 76.7 -53.2 -145 0.0118 0.000499 0.000285 0.0168 Tank_phys msc + 4 76.7 -53.2 -145 0 0.0118 0.00331 0.0202 Tank_phys eIoni + 5 76.7 -53.2 -145 0 0 0 0.0202 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 66 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.7 -53.2 -145 3.29e-06 0 0 0 Tank_phys initStep + 1 1.27e+03 5e+03 -1.03e+03 3.29e-06 0 5.27e+03 5.27e+03 expHall_phys Transportation + 2 2.26e+03 1e+04 -2e+03 3.29e-06 0 5.19e+03 1.05e+04 World_log_PV Transportation + 3 3.26e+03 1.5e+04 -2.98e+03 3.29e-06 0 5.19e+03 1.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.1 -30.8 -70.5 0.0517 0 0 0 Tank_phys initStep + 1 70.1 -30.8 -70.5 0.05 0.00173 0.00361 0.00361 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.1 -30.8 -70.5 2.39e-06 0 0 0 Tank_phys initStep + 1 -2.49e+03 5e+03 -2.88e+03 2.39e-06 0 6.3e+03 6.3e+03 expHall_phys Transportation + 2 -2.49e+03 5e+03 -2.88e+03 2.39e-06 0 0 6.3e+03 Tank_phys Transportation + 3 -5e+03 2.39e+03 -3.85e+03 2.39e-06 0 3.75e+03 1.01e+04 expHall_phys Transportation + 4 -5e+03 2.39e+03 -3.85e+03 2.39e-06 0 0 1.01e+04 Tank_phys Transportation + 5 736 -1.94e+03 -4.03e+03 2.39e-06 2.39e-06 7.19e+03 1.72e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 70.1 -30.8 -70.5 0.05 0 0 0.00361 Tank_phys initStep + 2 70.1 -30.8 -70.5 0.0488 0.00114 0.0034 0.00702 Tank_phys msc + 3 70.1 -30.8 -70.5 0.0345 0.0144 0.0222 0.0292 Tank_phys eIoni + 4 70.1 -30.8 -70.5 0.0204 0.0141 0.0168 0.046 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.1 -30.8 -70.5 3.14e-06 0 0 0 Tank_phys initStep + 1 1.06e+03 5e+03 2.68e+03 3.14e-06 0 5.82e+03 5.82e+03 expHall_phys Transportation + 2 1.06e+03 5e+03 2.68e+03 3.14e-06 0 0 5.82e+03 Tank_phys Transportation + 3 796 3.1e+03 5e+03 3.14e-06 0 3.01e+03 8.83e+03 expHall_phys Transportation + 4 796 3.1e+03 5e+03 3.14e-06 0 0 8.83e+03 Tank_phys Transportation + 5 1e+03 -3.64e+03 -5e+03 3.14e-06 0 1.21e+04 2.09e+04 expHall_phys Transportation + 6 1e+03 -3.64e+03 -5e+03 3.14e-06 0 0 2.09e+04 Tank_phys Transportation + 7 1.7e+03 -5e+03 -4.42e+03 3.14e-06 0 1.63e+03 2.25e+04 expHall_phys Transportation + 8 5.18e+03 -1e+04 -505 3.14e-06 0 7.24e+03 2.98e+04 World_log_PV Transportation + 9 8.65e+03 -1.5e+04 3.41e+03 3.14e-06 0 7.24e+03 3.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.1 -30.8 -70.5 2.99e-06 0 0 0 Tank_phys initStep + 1 243 400 -5e+03 2.99e-06 0 4.95e+03 4.95e+03 expHall_phys Transportation + 2 1.05e+03 974 -1e+04 2.99e-06 0 5.1e+03 1e+04 World_log_PV Transportation + 3 1.86e+03 1.55e+03 -1.5e+04 2.99e-06 0 5.1e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 70.1 -30.8 -70.5 0.0204 0 0 0.046 Tank_phys initStep + 5 70.1 -30.8 -70.5 0.019 0.00143 0.000699 0.0467 Tank_phys msc + 6 70.1 -30.8 -70.5 0 0.019 0.00767 0.0544 Tank_phys eIoni + 7 70.1 -30.8 -70.5 0 0 0 0.0544 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.1 -30.8 -70.5 2.61e-06 0 0 0 Tank_phys initStep + 1 999 -2.51e+03 -5e+03 2.61e-06 0 5.59e+03 5.59e+03 expHall_phys Transportation + 2 999 -2.51e+03 -5e+03 2.61e-06 0 0 5.59e+03 Tank_phys Transportation + 3 3.37e+03 -5e+03 -1.85e+03 2.61e-06 0 4.67e+03 1.03e+04 expHall_phys Transportation + 4 3.37e+03 -5e+03 -1.85e+03 2.61e-06 0 0 1.03e+04 Tank_phys Transportation + 5 5e+03 4.1e+03 3.93e+03 2.61e-06 0 1.09e+04 2.12e+04 expHall_phys Transportation + 6 5e+03 4.1e+03 3.93e+03 2.61e-06 0 0 2.12e+04 Tank_phys Transportation + 7 4.7e+03 4.78e+03 4.38e+03 2.61e-06 2.61e-06 874 2.2e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.1 -30.8 -70.5 3.56e-06 0 0 0 Tank_phys initStep + 1 844 -1.07e+03 3.42e+03 3.56e-06 3.56e-06 3.72e+03 3.72e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.1 -30.8 -70.5 2.71e-06 0 0 0 Tank_phys initStep + 1 -586 -5e+03 2.41e+03 2.71e-06 0 5.59e+03 5.59e+03 expHall_phys Transportation + 2 -2.46e+03 -1e+04 8.03e+03 2.71e-06 0 7.76e+03 1.33e+04 World_log_PV Transportation + 3 -4.34e+03 -1.5e+04 1.37e+04 2.71e-06 0 7.76e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.1 -49.9 -47.8 0.449 0 0 0 Tank_phys initStep + 1 88.2 -49.9 -47.8 0.395 0.0545 0.111 0.111 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.2 -49.9 -47.8 2.57e-06 0 0 0 Tank_phys initStep + 1 -1.15e+03 -675 -5e+03 2.57e-06 0 5.14e+03 5.14e+03 expHall_phys Transportation + 2 -6.63e+03 -3.84e+03 -1e+04 2.57e-06 0 8.06e+03 1.32e+04 World_log_PV Transportation + 3 -1.21e+04 -7.01e+03 -1.5e+04 2.57e-06 0 8.06e+03 2.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.1 -49.9 -47.8 3.82e-06 0 0 0 Tank_phys initStep + 1 880 -150 -584 3.82e-06 3.82e-06 962 962 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 88.2 -49.9 -47.8 0.395 0 0 0.111 Tank_phys initStep + 2 88.3 -50 -47.9 0.333 0.0618 0.0858 0.196 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.2 -49.9 -47.8 3.83e-06 0 0 0 Tank_phys initStep + 1 1.54e+03 1.76e+03 2.08e+03 3.83e-06 3.83e-06 3.15e+03 3.15e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.2 -49.9 -47.8 3.65e-06 0 0 0 Tank_phys initStep + 1 203 -369 5e+03 3.65e-06 0 5.06e+03 5.06e+03 expHall_phys Transportation + 2 -307 -1.7e+03 1e+04 3.65e-06 0 5.2e+03 1.03e+04 World_log_PV Transportation + 3 -818 -3.03e+03 1.5e+04 3.65e-06 0 5.2e+03 1.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.2 -49.9 -47.8 2.7e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.75e+03 1.18e+03 2.7e-06 0 6.27e+03 6.27e+03 expHall_phys Transportation + 2 5e+03 -3.75e+03 1.18e+03 2.7e-06 0 0 6.27e+03 Tank_phys Transportation + 3 3.9e+03 -5e+03 1.07e+03 2.7e-06 0 1.67e+03 7.94e+03 expHall_phys Transportation + 4 3.9e+03 -5e+03 1.07e+03 2.7e-06 0 0 7.94e+03 Tank_phys Transportation + 5 -3.12e+03 5e+03 -3.11e+03 2.7e-06 0 1.29e+04 2.09e+04 expHall_phys Transportation + 6 -3.12e+03 5e+03 -3.11e+03 2.7e-06 0 0 2.09e+04 Tank_phys Transportation + 7 -3.4e+03 4.94e+03 -3.2e+03 2.7e-06 2.7e-06 298 2.12e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50 -47.8 2.92e-06 0 0 0 Tank_phys initStep + 1 375 157 -5e+03 2.92e-06 0 4.96e+03 4.96e+03 expHall_phys Transportation + 2 1.54e+03 -158 -1e+04 2.92e-06 0 5.14e+03 1.01e+04 World_log_PV Transportation + 3 2.7e+03 -472 -1.5e+04 2.92e-06 0 5.14e+03 1.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50 -47.8 2.55e-06 0 0 0 Tank_phys initStep + 1 2.21e+03 -5e+03 366 2.55e-06 0 5.4e+03 5.4e+03 expHall_phys Transportation + 2 2.21e+03 -5e+03 366 2.55e-06 0 0 5.4e+03 Tank_phys Transportation + 3 5e+03 2.77e+03 4.08e+03 2.55e-06 0 9.05e+03 1.45e+04 expHall_phys Transportation + 4 5e+03 2.77e+03 4.08e+03 2.55e-06 0 0 1.45e+04 Tank_phys Transportation + 5 3.17e+03 5e+03 4.12e+03 2.55e-06 0 2.89e+03 1.73e+04 expHall_phys Transportation + 6 3.17e+03 5e+03 4.12e+03 2.55e-06 0 0 1.73e+04 Tank_phys Transportation + 7 -3.86e+03 -741 5e+03 2.55e-06 0 9.12e+03 2.65e+04 expHall_phys Transportation + 8 -3.86e+03 -741 5e+03 2.55e-06 0 0 2.65e+04 Tank_phys Transportation + 9 -5e+03 -1.66e+03 1.59e+03 2.55e-06 0 3.71e+03 3.02e+04 expHall_phys Transportation + 10 -5e+03 -1.66e+03 1.59e+03 2.55e-06 0 0 3.02e+04 Tank_phys Transportation + 11 -1.75e+03 -3.07e+03 -5e+03 2.55e-06 0 7.48e+03 3.77e+04 expHall_phys Transportation + 12 -1.75e+03 -3.07e+03 -5e+03 2.55e-06 0 0 3.77e+04 Tank_phys Transportation + 13 2.11e+03 -5e+03 -385 2.55e-06 0 6.32e+03 4.4e+04 expHall_phys Transportation + 14 2.11e+03 -5e+03 -385 2.55e-06 0 0 4.4e+04 Tank_phys Transportation + 15 2.69e+03 -4.04e+03 -135 2.55e-06 2.55e-06 1.14e+03 4.51e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 88.3 -50 -47.9 0.333 0 0 0.196 Tank_phys initStep + 3 88.3 -50 -47.9 0.315 0.0174 0.0616 0.258 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50 -47.9 2.08e-06 0 0 0 Tank_phys initStep + 1 1.38e+03 2.54e+03 -1.44e+03 2.08e-06 2.08e-06 3.21e+03 3.21e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50 -47.9 4.12e-06 0 0 0 Tank_phys initStep + 1 234 -896 -2.65e+03 4.12e-06 4.12e-06 2.74e+03 2.74e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 88.3 -50 -47.9 0.315 0 0 0.258 Tank_phys initStep + 4 88.3 -50.1 -47.9 0.306 0.0093 0.0555 0.314 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50 -47.9 2.39e-06 0 0 0 Tank_phys initStep + 1 3.82e+03 5e+03 -1.35e+03 2.39e-06 0 6.41e+03 6.41e+03 expHall_phys Transportation + 2 3.82e+03 5e+03 -1.35e+03 2.39e-06 0 0 6.41e+03 Tank_phys Transportation + 3 5e+03 4.07e+03 -1.92e+03 2.39e-06 0 1.61e+03 8.02e+03 expHall_phys Transportation + 4 1e+04 -5.95e+03 -8.45e+03 2.39e-06 0 1.3e+04 2.1e+04 World_log_PV Transportation + 5 1.45e+04 -1.5e+04 -1.43e+04 2.39e-06 0 1.17e+04 3.27e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50.1 -47.9 4.07e-06 0 0 0 Tank_phys initStep + 1 -662 -894 862 4.07e-06 4.07e-06 1.45e+03 1.45e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 88.3 -50.1 -47.9 0.306 0 0 0.314 Tank_phys initStep + 5 88.3 -50.1 -47.9 0.296 0.0103 0.0524 0.366 Tank_phys Cerenkov + 6 88.3 -50.2 -47.9 0.286 0.00947 0.049 0.415 Tank_phys Cerenkov + 7 88.3 -50.2 -47.9 0.279 0.00696 0.046 0.461 Tank_phys Cerenkov + 8 88.3 -50.3 -48 0.271 0.00831 0.0439 0.505 Tank_phys Cerenkov + 9 88.3 -50.3 -48 0.265 0.00627 0.0414 0.546 Tank_phys Cerenkov + 10 88.3 -50.3 -48 0.258 0.00661 0.0396 0.586 Tank_phys Cerenkov + 11 88.3 -50.3 -48 0.248 0.00976 0.0377 0.623 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50.3 -48 2.28e-06 0 0 0 Tank_phys initStep + 1 -21.1 -1.77e+03 -848 2.28e-06 2.28e-06 1.9e+03 1.9e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 88.3 -50.3 -48 0.248 0 0 0.623 Tank_phys initStep + 12 88.3 -50.3 -48 0.242 0.00672 0.0228 0.646 Tank_phys Cerenkov + 13 88.3 -50.4 -48.1 0.19 0.0516 0.136 0.782 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50.4 -48.1 3.79e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -105 -888 3.79e-06 0 5.16e+03 5.16e+03 expHall_phys Transportation + 2 -1e+04 -458 -2.59e+03 3.79e-06 0 5.29e+03 1.04e+04 World_log_PV Transportation + 3 -1.5e+04 -811 -4.29e+03 3.79e-06 0 5.29e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50.4 -48.1 2.89e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.96e+03 4.08e+03 2.89e-06 0 7.57e+03 7.57e+03 expHall_phys Transportation + 2 5e+03 3.96e+03 4.08e+03 2.89e-06 0 0 7.57e+03 Tank_phys Transportation + 3 4.54e+03 5e+03 4.39e+03 2.89e-06 0 1.18e+03 8.74e+03 expHall_phys Transportation + 4 4.54e+03 5e+03 4.39e+03 2.89e-06 0 0 8.74e+03 Tank_phys Transportation + 5 4.59e+03 2.85e+03 5e+03 2.89e-06 0 2.23e+03 1.1e+04 expHall_phys Transportation + 6 4.59e+03 2.85e+03 5e+03 2.89e-06 0 0 1.1e+04 Tank_phys Transportation + 7 5e+03 1.89e+03 4.52e+03 2.89e-06 0 1.15e+03 1.21e+04 expHall_phys Transportation + 8 5e+03 1.89e+03 4.52e+03 2.89e-06 0 0 1.21e+04 Tank_phys Transportation + 9 -5e+03 2.05e+03 2.99e+03 2.89e-06 0 1.01e+04 2.22e+04 expHall_phys Transportation + 10 -1e+04 1.08e+03 571 2.89e-06 0 5.64e+03 2.79e+04 World_log_PV Transportation + 11 -1.5e+04 109 -1.85e+03 2.89e-06 0 5.64e+03 3.35e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50.4 -48.1 2.1e-06 0 0 0 Tank_phys initStep + 1 -928 197 1.17e+03 2.1e-06 2.1e-06 1.6e+03 1.6e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50.4 -48.1 2.95e-06 0 0 0 Tank_phys initStep + 1 3.82e+03 -5e+03 2.3e+03 2.95e-06 0 6.63e+03 6.63e+03 expHall_phys Transportation + 2 1e+04 -9.21e+03 5.69e+03 2.95e-06 0 8.21e+03 1.48e+04 World_log_PV Transportation + 3 1.5e+04 -1.26e+04 8.43e+03 2.95e-06 0 6.64e+03 2.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.3 -50.4 -48.1 2.51e-06 0 0 0 Tank_phys initStep + 1 3.08e+03 -663 5e+03 2.51e-06 0 5.9e+03 5.9e+03 expHall_phys Transportation + 2 3.08e+03 -663 5e+03 2.51e-06 0 0 5.9e+03 Tank_phys Transportation + 3 3.72e+03 -5e+03 2.38e+03 2.51e-06 0 5.11e+03 1.1e+04 expHall_phys Transportation + 4 3.72e+03 -5e+03 2.38e+03 2.51e-06 0 0 1.1e+04 Tank_phys Transportation + 5 5e+03 -2.43e+03 -1.57e+03 2.51e-06 0 4.88e+03 1.59e+04 expHall_phys Transportation + 6 5e+03 -2.43e+03 -1.57e+03 2.51e-06 0 0 1.59e+04 Tank_phys Transportation + 7 1.12e+03 438 -5e+03 2.51e-06 0 5.92e+03 2.18e+04 expHall_phys Transportation + 8 1.12e+03 438 -5e+03 2.51e-06 0 0 2.18e+04 Tank_phys Transportation + 9 -3.84e+03 5e+03 8.09 2.51e-06 0 8.4e+03 3.02e+04 expHall_phys Transportation + 10 -3.84e+03 5e+03 8.09 2.51e-06 0 0 3.02e+04 Tank_phys Transportation + 11 -5e+03 3.51e+03 684 2.51e-06 0 2.01e+03 3.22e+04 expHall_phys Transportation + 12 -5e+03 3.51e+03 684 2.51e-06 0 0 3.22e+04 Tank_phys Transportation + 13 -2.47e+03 -2.96e+03 4.81e+03 2.51e-06 2.51e-06 8.08e+03 4.03e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 88.3 -50.4 -48.1 0.19 0 0 0.782 Tank_phys initStep + 14 88.2 -50.4 -48.1 0.184 0.00603 0.0327 0.814 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.2 -50.4 -48.1 3.43e-06 0 0 0 Tank_phys initStep + 1 -1.45e+03 -1.33e+03 2.05e+03 3.43e-06 3.43e-06 2.9e+03 2.9e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 88.2 -50.4 -48.1 0.184 0 0 0.814 Tank_phys initStep + 15 88.2 -50.5 -48.1 0.178 0.00575 0.0311 0.846 Tank_phys msc + 16 88.1 -50.5 -48.2 0.157 0.0214 0.0896 0.935 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.2 -50.5 -48.2 3.82e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.56e+03 334 3.82e-06 0 5.53e+03 5.53e+03 expHall_phys Transportation + 2 1e+04 -8.64e+03 2.14e+03 3.82e-06 0 8.08e+03 1.36e+04 World_log_PV Transportation + 3 1.5e+04 -1.47e+04 3.95e+03 3.82e-06 0 8.08e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 88.1 -50.5 -48.2 0.157 0 0 0.935 Tank_phys initStep + 17 88.1 -50.5 -48.2 0.152 0.00521 0.024 0.959 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.1 -50.5 -48.2 2.32e-06 0 0 0 Tank_phys initStep + 1 3.77e+03 -5e+03 1.84e+03 2.32e-06 0 6.45e+03 6.45e+03 expHall_phys Transportation + 2 3.77e+03 -5e+03 1.84e+03 2.32e-06 0 0 6.45e+03 Tank_phys Transportation + 3 5e+03 -2.34e+03 2.65e+03 2.32e-06 0 3.04e+03 9.49e+03 expHall_phys Transportation + 4 5e+03 -2.34e+03 2.65e+03 2.32e-06 0 0 9.49e+03 Tank_phys Transportation + 5 -1.94e+03 5e+03 2.6e+03 2.32e-06 0 1.01e+04 1.96e+04 expHall_phys Transportation + 6 -4.6e+03 1e+04 236 2.32e-06 0 6.14e+03 2.57e+04 World_log_PV Transportation + 7 -7.26e+03 1.5e+04 -2.12e+03 2.32e-06 0 6.14e+03 3.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 88.1 -50.5 -48.2 0.152 0 0 0.959 Tank_phys initStep + 18 88.1 -50.5 -48.2 0.147 0.0042 0.0227 0.982 Tank_phys msc + 19 88 -50.5 -48.2 0.128 0.0199 0.0698 1.05 Tank_phys eIoni + 20 88 -50.5 -48.2 0.112 0.0154 0.0582 1.11 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88 -50.5 -48.2 2.34e-06 0 0 0 Tank_phys initStep + 1 -1.53e+03 2.13e+03 -243 2.34e-06 2.34e-06 2.72e+03 2.72e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 88 -50.5 -48.2 0.112 0 0 1.11 Tank_phys initStep + 21 88 -50.5 -48.2 0.109 0.00314 0.0137 1.12 Tank_phys msc + 22 88 -50.4 -48.2 0.078 0.031 0.0482 1.17 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88 -50.5 -48.2 2.24e-06 0 0 0 Tank_phys initStep + 1 -501 -163 -5e+03 2.24e-06 0 4.99e+03 4.99e+03 expHall_phys Transportation + 2 -1.49e+03 -49.7 -1e+04 2.24e-06 0 5.1e+03 1.01e+04 World_log_PV Transportation + 3 -2.49e+03 63.9 -1.5e+04 2.24e-06 0 5.1e+03 1.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88 -50.5 -48.2 3.2e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.68e+03 -2.31e+03 3.2e-06 0 6.06e+03 6.06e+03 expHall_phys Transportation + 2 5e+03 2.68e+03 -2.31e+03 3.2e-06 0 0 6.06e+03 Tank_phys Transportation + 3 3.55e+03 3.12e+03 -5e+03 3.2e-06 0 3.09e+03 9.15e+03 expHall_phys Transportation + 4 3.55e+03 3.12e+03 -5e+03 3.2e-06 0 0 9.15e+03 Tank_phys Transportation + 5 -3.53e+03 5e+03 117 3.2e-06 0 8.93e+03 1.81e+04 expHall_phys Transportation + 6 -3.53e+03 5e+03 117 3.2e-06 0 0 1.81e+04 Tank_phys Transportation + 7 -5e+03 4.48e+03 1.13e+03 3.2e-06 0 1.86e+03 1.99e+04 expHall_phys Transportation + 8 -9.21e+03 -2.42e+03 1e+04 3.2e-06 0 1.2e+04 3.19e+04 World_log_PV Transportation + 9 -1.16e+04 -6.31e+03 1.5e+04 3.2e-06 0 6.77e+03 3.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 88 -50.4 -48.2 0.078 0 0 1.17 Tank_phys initStep + 23 88 -50.4 -48.2 0.0743 0.00364 0.00738 1.18 Tank_phys msc + 24 87.9 -50.5 -48.2 0.0558 0.0186 0.0321 1.21 Tank_phys eIoni + 25 87.9 -50.4 -48.2 0.0418 0.014 0.0248 1.24 Tank_phys eIoni + 26 87.9 -50.4 -48.2 0.0258 0.016 0.0196 1.26 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 87.9 -50.4 -48.2 3.47e-06 0 0 0 Tank_phys initStep + 1 -2.39e+03 -5e+03 632 3.47e-06 0 5.58e+03 5.58e+03 expHall_phys Transportation + 2 -5.43e+03 -1e+04 1.79e+03 3.47e-06 0 5.96e+03 1.15e+04 World_log_PV Transportation + 3 -8.46e+03 -1.5e+04 2.95e+03 3.47e-06 0 5.96e+03 1.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 87.9 -50.4 -48.2 0.0258 0 0 1.26 Tank_phys initStep + 27 87.9 -50.4 -48.2 0.0251 0.000707 0.00106 1.26 Tank_phys msc + 28 87.9 -50.4 -48.2 0.00955 0.0156 0.0122 1.27 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 87.9 -50.4 -48.2 4.12e-06 0 0 0 Tank_phys initStep + 1 91.1 -33.6 957 4.12e-06 4.12e-06 1.01e+03 1.01e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 22 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 87.9 -50.4 -48.2 0.00955 0 0 1.27 Tank_phys initStep + 29 87.9 -50.4 -48.2 0.00953 1.58e-05 0.000182 1.27 Tank_phys msc + 30 87.9 -50.4 -48.2 0 0.00953 0.00227 1.27 Tank_phys eIoni + 31 87.9 -50.4 -48.2 0 0 0 1.27 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 87.9 -50.4 -48.2 3.61e-06 0 0 0 Tank_phys initStep + 1 2.63e+03 -314 -5e+03 3.61e-06 0 5.57e+03 5.57e+03 expHall_phys Transportation + 2 1e+04 -1.09e+03 -9.31e+03 3.61e-06 0 8.57e+03 1.41e+04 World_log_PV Transportation + 3 1.5e+04 -1.61e+03 -1.22e+04 3.61e-06 0 5.82e+03 2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank_phys initStep + 1 0.137 -0.00804 -0.0181 0.478 0.0222 0.139 0.139 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0921 -0.0054 -0.0121 3.2e-06 0 0 0 Tank_phys initStep + 1 -4.99e+03 -2.43e+03 -5e+03 3.2e-06 0 7.47e+03 7.47e+03 expHall_phys Transportation + 2 -4.99e+03 -2.43e+03 -5e+03 3.2e-06 0 0 7.47e+03 Tank_phys Transportation + 3 -5e+03 -2.52e+03 -4.9e+03 3.2e-06 0 135 7.61e+03 expHall_phys Transportation + 4 -5e+03 -2.52e+03 -4.9e+03 3.2e-06 0 0 7.61e+03 Tank_phys Transportation + 5 -4.5e+03 -5e+03 -1.71e+03 3.2e-06 0 4.07e+03 1.17e+04 expHall_phys Transportation + 6 -4.5e+03 -5e+03 -1.71e+03 3.2e-06 0 0 1.17e+04 Tank_phys Transportation + 7 -3.45e+03 4.87e+03 5e+03 3.2e-06 0 1.2e+04 2.37e+04 expHall_phys Transportation + 8 -3.45e+03 4.87e+03 5e+03 3.2e-06 0 0 2.37e+04 Tank_phys Transportation + 9 -3.42e+03 5e+03 4.87e+03 3.2e-06 0 187 2.38e+04 expHall_phys Transportation + 10 -3.42e+03 5e+03 4.87e+03 3.2e-06 0 0 2.38e+04 Tank_phys Transportation + 11 -5e+03 2.48e+03 228 3.2e-06 0 5.51e+03 2.94e+04 expHall_phys Transportation + 12 -5e+03 2.48e+03 228 3.2e-06 0 0 2.94e+04 Tank_phys Transportation + 13 -4.31e+03 1.88e+03 -902 3.2e-06 3.2e-06 1.46e+03 3.08e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.102 -0.00597 -0.0134 3.87e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.29e+03 -3.88e+03 3.87e-06 0 6.46e+03 6.46e+03 expHall_phys Transportation + 2 8.55e+03 -3.93e+03 -1e+04 3.87e-06 0 7.55e+03 1.4e+04 World_log_PV Transportation + 3 1.14e+04 -6.09e+03 -1.5e+04 3.87e-06 0 6.17e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.137 -0.00804 -0.0181 0.478 0 0 0.139 Tank_phys initStep + 2 0.261 -0.022 -0.0247 0.459 0.0187 0.127 0.267 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.195 -0.0145 -0.0211 4.06e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.74e+03 1.3e+03 4.06e-06 0 5.45e+03 5.45e+03 expHall_phys Transportation + 2 1e+04 5.49e+03 4.36e+03 4.06e-06 0 6.96e+03 1.24e+04 World_log_PV Transportation + 3 1.5e+04 9.23e+03 7.42e+03 4.06e-06 0 6.96e+03 1.94e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.234 -0.0189 -0.0232 2.13e-06 0 0 0 Tank_phys initStep + 1 1.31e+03 -323 642 2.13e-06 2.13e-06 1.5e+03 1.5e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.261 -0.022 -0.0247 0.459 0 0 0.267 Tank_phys initStep + 3 0.373 -0.051 -0.00529 0.417 0.0426 0.118 0.384 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.341 -0.0428 -0.0108 2.57e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -5.5 -2.19e+03 2.57e-06 0 5.46e+03 5.46e+03 expHall_phys Transportation + 2 -1e+04 -662 -7.83e+03 2.57e-06 0 7.56e+03 1.3e+04 World_log_PV Transportation + 3 -1.5e+04 -1.32e+03 -1.35e+04 2.57e-06 0 7.56e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.328 -0.0394 -0.0131 3.63e-06 0 0 0 Tank_phys initStep + 1 -3.27e+03 206 5e+03 3.63e-06 0 5.98e+03 5.98e+03 expHall_phys Transportation + 2 -1e+04 1e+03 8.71e+03 3.63e-06 0 7.72e+03 1.37e+04 World_log_PV Transportation + 3 -1.5e+04 1.59e+03 1.15e+04 3.63e-06 0 5.74e+03 1.94e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.36 -0.0476 -0.00758 2.86e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -186 1.74e+03 2.86e-06 0 5.3e+03 5.3e+03 expHall_phys Transportation + 2 -1e+04 -1.82e+03 4.5e+03 2.86e-06 0 5.94e+03 1.12e+04 World_log_PV Transportation + 3 -1.5e+04 -3.45e+03 7.26e+03 2.86e-06 0 5.94e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.361 -0.0479 -0.00737 3.85e-06 0 0 0 Tank_phys initStep + 1 5e+03 -178 3.69e+03 3.85e-06 0 6.22e+03 6.22e+03 expHall_phys Transportation + 2 9.35e+03 -2.16e+03 1e+04 3.85e-06 0 7.92e+03 1.41e+04 World_log_PV Transportation + 3 1.28e+04 -3.73e+03 1.5e+04 3.85e-06 0 6.27e+03 2.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.351 -0.0453 -0.00909 2.94e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.01e+03 -261 2.94e-06 0 5.11e+03 5.11e+03 expHall_phys Transportation + 2 1e+04 2.26e+03 -1.5e+03 2.94e-06 0 5.3e+03 1.04e+04 World_log_PV Transportation + 3 1.5e+04 3.5e+03 -2.74e+03 2.94e-06 0 5.3e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.36 -0.0476 -0.00757 2.06e-06 0 0 0 Tank_phys initStep + 1 3.54e+03 -3.27e+03 1.24e+03 2.06e-06 2.06e-06 4.98e+03 4.98e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.326 -0.0387 -0.0135 4e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.35e+03 1.14e+03 4e-06 0 5.3e+03 5.3e+03 expHall_phys Transportation + 2 1e+04 4.36e+03 5.52e+03 4e-06 0 7.3e+03 1.26e+04 World_log_PV Transportation + 3 1.5e+04 7.38e+03 9.91e+03 4e-06 0 7.3e+03 1.99e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.297 -0.0312 -0.0186 3.63e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.33e+03 1.18e+03 3.63e-06 0 5.31e+03 5.31e+03 expHall_phys Transportation + 2 1e+04 1.99e+03 3.83e+03 3.63e-06 0 5.69e+03 1.1e+04 World_log_PV Transportation + 3 1.5e+04 2.64e+03 6.47e+03 3.63e-06 0 5.69e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.373 -0.051 -0.00529 0.417 0 0 0.384 Tank_phys initStep + 4 0.458 -0.0871 0.0234 0.398 0.0181 0.0966 0.481 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.391 -0.0587 0.000871 3e-06 0 0 0 Tank_phys initStep + 1 5e+03 901 539 3e-06 0 5.11e+03 5.11e+03 expHall_phys Transportation + 2 1e+04 2.57e+03 1.57e+03 3e-06 0 5.37e+03 1.05e+04 World_log_PV Transportation + 3 1.5e+04 4.23e+03 2.61e+03 3e-06 0 5.37e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.441 -0.0798 0.0177 2.35e-06 0 0 0 Tank_phys initStep + 1 2.41e+03 -980 5e+03 2.35e-06 0 5.64e+03 5.64e+03 expHall_phys Transportation + 2 2.41e+03 -980 5e+03 2.35e-06 0 0 5.64e+03 Tank_phys Transportation + 3 2.98e+03 -5e+03 3.58e+03 2.35e-06 0 4.3e+03 9.94e+03 expHall_phys Transportation + 4 3.58e+03 -1e+04 1.19e+03 2.35e-06 0 5.57e+03 1.55e+04 World_log_PV Transportation + 5 4.19e+03 -1.5e+04 -1.2e+03 2.35e-06 0 5.57e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.438 -0.0789 0.0169 3e-06 0 0 0 Tank_phys initStep + 1 -5e+03 3.04e+03 -1.52e+03 3e-06 0 6.04e+03 6.04e+03 expHall_phys Transportation + 2 -9.71e+03 1e+04 -7.51e+03 3e-06 0 1.03e+04 1.64e+04 World_log_PV Transportation + 3 -1.31e+04 1.5e+04 -1.18e+04 3e-06 0 7.41e+03 2.38e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.386 -0.0564 -0.00099 3.15e-06 0 0 0 Tank_phys initStep + 1 5e+03 280 2.97e+03 3.15e-06 0 5.82e+03 5.82e+03 expHall_phys Transportation + 2 5e+03 280 2.97e+03 3.15e-06 0 0 5.82e+03 Tank_phys Transportation + 3 3.71e+03 5e+03 -2.97e+03 3.15e-06 0 7.69e+03 1.35e+04 expHall_phys Transportation + 4 3.71e+03 5e+03 -2.97e+03 3.15e-06 0 0 1.35e+04 Tank_phys Transportation + 5 1.97e+03 519 -5e+03 3.15e-06 0 5.22e+03 1.87e+04 expHall_phys Transportation + 6 1.97e+03 519 -5e+03 3.15e-06 0 0 1.87e+04 Tank_phys Transportation + 7 79.6 -5e+03 -3.51e+03 3.15e-06 0 6.02e+03 2.48e+04 expHall_phys Transportation + 8 -5.21e+03 -1e+04 5.56e+03 3.15e-06 0 1.16e+04 3.64e+04 World_log_PV Transportation + 9 -1.05e+04 -1.5e+04 1.46e+04 3.15e-06 0 1.16e+04 4.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.41 -0.0669 0.00735 3.46e-06 0 0 0 Tank_phys initStep + 1 5e+03 454 1.21e+03 3.46e-06 0 5.16e+03 5.16e+03 expHall_phys Transportation + 2 1e+04 2.69e+03 2.76e+03 3.46e-06 0 5.69e+03 1.09e+04 World_log_PV Transportation + 3 1.5e+04 4.93e+03 4.31e+03 3.46e-06 0 5.69e+03 1.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.444 -0.0815 0.0189 3e-06 0 0 0 Tank_phys initStep + 1 5e+03 -467 4.2e+03 3e-06 0 6.54e+03 6.54e+03 expHall_phys Transportation + 2 5e+03 -467 4.2e+03 3e-06 0 0 6.54e+03 Tank_phys Transportation + 3 3.97e+03 -319 5e+03 3e-06 0 1.32e+03 7.86e+03 expHall_phys Transportation + 4 3.97e+03 -319 5e+03 3e-06 0 0 7.86e+03 Tank_phys Transportation + 5 -5e+03 -31.3 2.27e+03 3e-06 0 9.38e+03 1.72e+04 expHall_phys Transportation + 6 -1e+04 63.6 681 3e-06 0 5.25e+03 2.25e+04 World_log_PV Transportation + 7 -1.5e+04 159 -906 3e-06 0 5.25e+03 2.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.443 -0.081 0.0186 2.55e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3.54e+03 -726 2.55e-06 0 6.17e+03 6.17e+03 expHall_phys Transportation + 2 1e+04 -9.55e+03 -1.86e+03 2.55e-06 0 7.9e+03 1.41e+04 World_log_PV Transportation + 3 1.45e+04 -1.5e+04 -2.9e+03 2.55e-06 0 7.17e+03 2.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.458 -0.0871 0.0234 0.398 0 0 0.481 Tank_phys initStep + 5 0.527 -0.13 0.0535 0.382 0.0162 0.0885 0.569 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.526 -0.129 0.053 2.45e-06 0 0 0 Tank_phys initStep + 1 2.84e+03 -3.68e+03 -5e+03 2.45e-06 0 6.82e+03 6.82e+03 expHall_phys Transportation + 2 2.84e+03 -3.68e+03 -5e+03 2.45e-06 0 0 6.82e+03 Tank_phys Transportation + 3 3.07e+03 -5e+03 -3e+03 2.45e-06 0 2.41e+03 9.24e+03 expHall_phys Transportation + 4 3.07e+03 -5e+03 -3e+03 2.45e-06 0 0 9.24e+03 Tank_phys Transportation + 5 4.61e+03 1.26e+03 5e+03 2.45e-06 0 1.03e+04 1.95e+04 expHall_phys Transportation + 6 4.61e+03 1.26e+03 5e+03 2.45e-06 0 0 1.95e+04 Tank_phys Transportation + 7 5e+03 1.07e+03 2.94e+03 2.45e-06 0 2.1e+03 2.16e+04 expHall_phys Transportation + 8 5e+03 1.07e+03 2.94e+03 2.45e-06 0 0 2.16e+04 Tank_phys Transportation + 9 4.51e+03 991 -5e+03 2.45e-06 0 7.96e+03 2.96e+04 expHall_phys Transportation + 10 3.45e+03 1.27e+03 -1e+04 2.45e-06 0 5.12e+03 3.47e+04 World_log_PV Transportation + 11 2.39e+03 1.55e+03 -1.5e+04 2.45e-06 0 5.12e+03 3.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.527 -0.13 0.0535 0.382 0 0 0.569 Tank_phys initStep + 6 0.535 -0.149 0.129 0.369 0.0134 0.0814 0.651 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.53 -0.136 0.0785 3.49e-06 0 0 0 Tank_phys initStep + 1 1.79e+03 -546 5e+03 3.49e-06 0 5.34e+03 5.34e+03 expHall_phys Transportation + 2 5.98e+03 -1.63e+03 1e+04 3.49e-06 0 6.62e+03 1.2e+04 World_log_PV Transportation + 3 1.02e+04 -2.72e+03 1.5e+04 3.49e-06 0 6.62e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.53 -0.136 0.0782 2.15e-06 0 0 0 Tank_phys initStep + 1 1.13e+03 -4.03e+03 5e+03 2.15e-06 0 6.52e+03 6.52e+03 expHall_phys Transportation + 2 2.58e+03 -1e+04 9.28e+03 2.15e-06 0 7.48e+03 1.4e+04 World_log_PV Transportation + 3 3.81e+03 -1.5e+04 1.29e+04 2.15e-06 0 6.27e+03 2.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.53 -0.136 0.0777 2.24e-06 0 0 0 Tank_phys initStep + 1 2.21e+03 251 5e+03 2.24e-06 0 5.47e+03 5.47e+03 expHall_phys Transportation + 2 6.53e+03 1.67e+03 1e+04 2.24e-06 0 6.75e+03 1.22e+04 World_log_PV Transportation + 3 1.08e+04 3.08e+03 1.5e+04 2.24e-06 0 6.75e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.533 -0.145 0.111 3.02e-06 0 0 0 Tank_phys initStep + 1 -445 749 5e+03 3.02e-06 0 5.08e+03 5.08e+03 expHall_phys Transportation + 2 -445 749 5e+03 3.02e-06 0 0 5.08e+03 Tank_phys Transportation + 3 5e+03 2.51e+03 -906 3.02e-06 0 8.22e+03 1.33e+04 expHall_phys Transportation + 4 5e+03 2.51e+03 -906 3.02e-06 0 0 1.33e+04 Tank_phys Transportation + 5 925 3.29e+03 -4.79e+03 3.02e-06 3.02e-06 5.69e+03 1.9e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.535 -0.149 0.129 0.369 0 0 0.651 Tank_phys initStep + 7 0.539 -0.135 0.203 0.348 0.0213 0.0758 0.727 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.536 -0.146 0.147 2.34e-06 0 0 0 Tank_phys initStep + 1 900 91.7 2.49e+03 2.34e-06 0 2.65e+03 2.65e+03 Tank_phys OpRayleigh + 2 156 -3.69e+03 5e+03 2.34e-06 0 4.6e+03 7.25e+03 expHall_phys Transportation + 3 156 -3.69e+03 5e+03 2.34e-06 0 0 7.25e+03 Tank_phys Transportation + 4 1.72e+03 -5e+03 1.65e+03 2.34e-06 0 3.92e+03 1.12e+04 expHall_phys Transportation + 5 1e+04 -6.87e+03 -9.97e+03 2.34e-06 0 1.44e+04 2.56e+04 World_log_PV Transportation + 6 1.36e+04 -7.68e+03 -1.5e+04 2.34e-06 0 6.24e+03 3.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.538 -0.141 0.172 3.84e-06 0 0 0 Tank_phys initStep + 1 -421 -1.05e+03 5e+03 3.84e-06 0 5.13e+03 5.13e+03 expHall_phys Transportation + 2 -1e+03 -2.14e+03 1e+04 3.84e-06 0 5.15e+03 1.03e+04 World_log_PV Transportation + 3 -1.59e+03 -3.22e+03 1.5e+04 3.84e-06 0 5.15e+03 1.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.539 -0.135 0.203 0.348 0 0 0.727 Tank_phys initStep + 8 0.538 -0.118 0.267 0.334 0.0134 0.0673 0.794 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.538 -0.124 0.243 3.43e-06 0 0 0 Tank_phys initStep + 1 553 5e+03 -3.56e+03 3.43e-06 0 6.16e+03 6.16e+03 expHall_phys Transportation + 2 363 9.98e+03 -1e+04 3.43e-06 0 8.14e+03 1.43e+04 World_log_PV Transportation + 3 215 1.39e+04 -1.5e+04 3.43e-06 0 6.32e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.539 -0.127 0.23 3.95e-06 0 0 0 Tank_phys initStep + 1 186 -729 5e+03 3.95e-06 0 5.06e+03 5.06e+03 expHall_phys Transportation + 2 279 -1.32e+03 1e+04 3.95e-06 0 5.04e+03 1.01e+04 World_log_PV Transportation + 3 371 -1.91e+03 1.5e+04 3.95e-06 0 5.04e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.538 -0.118 0.267 0.334 0 0 0.794 Tank_phys initStep + 9 0.556 -0.104 0.325 0.322 0.0122 0.0622 0.856 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.547 -0.11 0.297 3.12e-06 0 0 0 Tank_phys initStep + 1 1.6e+03 3.45e+03 -5e+03 3.12e-06 0 6.28e+03 6.28e+03 expHall_phys Transportation + 2 5.28e+03 1e+04 -5.92e+03 3.12e-06 0 7.56e+03 1.38e+04 World_log_PV Transportation + 3 8.08e+03 1.5e+04 -6.63e+03 3.12e-06 0 5.78e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.549 -0.109 0.302 2.2e-06 0 0 0 Tank_phys initStep + 1 2.53e+03 -531 5e+03 2.2e-06 0 5.63e+03 5.63e+03 expHall_phys Transportation + 2 5.46e+03 -2.25e+03 1e+04 2.2e-06 0 6.04e+03 1.17e+04 World_log_PV Transportation + 3 8.39e+03 -3.98e+03 1.5e+04 2.2e-06 0 6.04e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.55 -0.109 0.304 3.23e-06 0 0 0 Tank_phys initStep + 1 3.74e+03 391 4.87e+03 3.23e-06 3.23e-06 6.16e+03 6.16e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.556 -0.104 0.325 0.322 0 0 0.856 Tank_phys initStep + 10 0.574 -0.0994 0.379 0.309 0.0129 0.0578 0.914 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.567 -0.101 0.359 2.58e-06 0 0 0 Tank_phys initStep + 1 2.31e+03 2.32e+03 5e+03 2.58e-06 0 5.97e+03 5.97e+03 expHall_phys Transportation + 2 2.31e+03 2.32e+03 5e+03 2.58e-06 0 0 5.97e+03 Tank_phys Transportation + 3 5e+03 -1.22e+03 1.26e+03 2.58e-06 0 5.81e+03 1.18e+04 expHall_phys Transportation + 4 5e+03 -1.22e+03 1.26e+03 2.58e-06 0 0 1.18e+04 Tank_phys Transportation + 5 4.36e+03 -3.02e+03 -1.42e+03 2.58e-06 0 3.29e+03 1.51e+04 Tank_phys OpRayleigh + 6 2.48e+03 -537 2.49e+03 2.58e-06 2.58e-06 5e+03 2.01e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.574 -0.0994 0.379 0.309 0 0 0.914 Tank_phys initStep + 11 0.599 -0.0889 0.424 0.299 0.0101 0.0533 0.967 Tank_phys Cerenkov + 12 0.628 -0.0727 0.46 0.292 0.00738 0.0499 1.02 Tank_phys Cerenkov + 13 0.655 -0.0539 0.491 0.283 0.00892 0.0475 1.06 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.648 -0.0589 0.483 2.75e-06 0 0 0 Tank_phys initStep + 1 2.61e+03 1.47e+03 5e+03 2.75e-06 0 5.83e+03 5.83e+03 expHall_phys Transportation + 2 2.61e+03 1.47e+03 5e+03 2.75e-06 0 0 5.83e+03 Tank_phys Transportation + 3 5e+03 2.87e+03 3.08e+03 2.75e-06 0 3.37e+03 9.2e+03 expHall_phys Transportation + 4 5e+03 2.87e+03 3.08e+03 2.75e-06 0 0 9.2e+03 Tank_phys Transportation + 5 1.61e+03 -5e+03 1.46e+03 2.75e-06 0 8.72e+03 1.79e+04 expHall_phys Transportation + 6 1.61e+03 -5e+03 1.46e+03 2.75e-06 0 0 1.79e+04 Tank_phys Transportation + 7 -1.44e+03 5e+03 3.53e+03 2.75e-06 0 1.07e+04 2.86e+04 expHall_phys Transportation + 8 -8.74e+03 1e+04 8.77e+03 2.75e-06 0 1.03e+04 3.89e+04 World_log_PV Transportation + 9 -1.5e+04 1.43e+04 1.33e+04 2.75e-06 0 8.82e+03 4.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.655 -0.0539 0.491 0.283 0 0 1.06 Tank_phys initStep + 14 0.675 -0.0182 0.51 0.274 0.0088 0.0447 1.11 Tank_phys Cerenkov + 15 0.695 0.0131 0.526 0.265 0.0084 0.042 1.15 Tank_phys Cerenkov + 16 0.717 0.0422 0.538 0.261 0.00495 0.0395 1.19 Tank_phys Cerenkov + 17 0.744 0.0613 0.555 0.254 0.00671 0.038 1.23 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.725 0.0483 0.543 2.35e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -2.53e+03 399 2.35e-06 0 5.62e+03 5.62e+03 expHall_phys Transportation + 2 -1e+04 -3.14e+03 1.27e+03 2.35e-06 0 5.11e+03 1.07e+04 World_log_PV Transportation + 3 -1.5e+04 -3.74e+03 2.13e+03 2.35e-06 0 5.11e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.744 0.0613 0.555 0.254 0 0 1.23 Tank_phys initStep + 18 0.764 0.0858 0.569 0.244 0.00963 0.0362 1.26 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.749 0.0679 0.559 3.87e-06 0 0 0 Tank_phys initStep + 1 5e+03 -296 2.71e+03 3.87e-06 0 5.7e+03 5.7e+03 expHall_phys Transportation + 2 1e+04 -1.02e+03 7.24e+03 3.87e-06 0 6.78e+03 1.25e+04 World_log_PV Transportation + 3 1.5e+04 -1.75e+03 1.18e+04 3.87e-06 0 6.78e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 0.764 0.0858 0.569 0.244 0 0 1.26 Tank_phys initStep + 19 0.767 0.0916 0.57 0.244 0.000659 0.00656 1.27 Tank_phys Cerenkov + 20 0.768 0.095 0.571 0.243 0.0007 0.00406 1.28 Tank_phys Cerenkov + 21 0.769 0.0962 0.571 0.243 0.000255 0.00142 1.28 Tank_phys Cerenkov + 22 0.769 0.0966 0.571 0.243 6.61e-06 0.000449 1.28 Tank_phys Cerenkov + 23 0.769 0.097 0.571 0.243 1.02e-05 0.000424 1.28 Tank_phys Cerenkov + 24 0.77 0.0973 0.571 0.242 6.48e-05 0.000385 1.28 Tank_phys Cerenkov + 25 0.77 0.0974 0.571 0.242 0 0.00014 1.28 Tank_phys Cerenkov + 26 0.77 0.0975 0.572 0.212 0.0301 0.00014 1.28 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.77 0.0975 0.572 2.41e-06 0 0 0 Tank_phys initStep + 1 -4.37e+03 5e+03 1.37e+03 2.41e-06 0 6.78e+03 6.78e+03 expHall_phys Transportation + 2 -4.37e+03 5e+03 1.37e+03 2.41e-06 0 0 6.78e+03 Tank_phys Transportation + 3 -5e+03 4.76e+03 1.64e+03 2.41e-06 0 727 7.51e+03 expHall_phys Transportation + 4 -5e+03 4.76e+03 1.64e+03 2.41e-06 0 0 7.51e+03 Tank_phys Transportation + 5 -747 -5e+03 4.38e+03 2.41e-06 0 1.1e+04 1.85e+04 expHall_phys Transportation + 6 7.01e+03 -1e+04 6.45e+03 2.41e-06 0 9.46e+03 2.8e+04 World_log_PV Transportation + 7 1.48e+04 -1.5e+04 8.52e+03 2.41e-06 0 9.46e+03 3.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.77 0.0974 0.571 2.5e-06 0 0 0 Tank_phys initStep + 1 103 -915 -4.61e+03 2.5e-06 2.5e-06 4.7e+03 4.7e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.77 0.0975 0.572 2.37e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -3.1e+03 -70.1 2.37e-06 0 5.88e+03 5.88e+03 expHall_phys Transportation + 2 -5e+03 -3.1e+03 -70.1 2.37e-06 0 0 5.88e+03 Tank_phys Transportation + 3 -3.51e+03 -5e+03 -61.5 2.37e-06 0 2.42e+03 8.3e+03 expHall_phys Transportation + 4 1e+04 -8.47e+03 -2.65e+03 2.37e-06 0 1.42e+04 2.25e+04 World_log_PV Transportation + 5 1.5e+04 -9.75e+03 -3.61e+03 2.37e-06 0 5.25e+03 2.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 0.77 0.0975 0.572 0.212 0 0 1.28 Tank_phys initStep + 27 0.78 0.128 0.592 0.193 0.0195 0.0379 1.32 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.776 0.117 0.585 3.95e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.07e+03 3.38e+03 3.95e-06 0 6.77e+03 6.77e+03 expHall_phys Transportation + 2 5e+03 3.07e+03 3.38e+03 3.95e-06 0 0 6.77e+03 Tank_phys Transportation + 3 2.48e+03 5e+03 4.54e+03 3.95e-06 0 3.38e+03 1.02e+04 expHall_phys Transportation + 4 2.48e+03 5e+03 4.54e+03 3.95e-06 0 0 1.02e+04 Tank_phys Transportation + 5 1.28e+03 3.65e+03 5e+03 3.95e-06 0 1.86e+03 1.2e+04 expHall_phys Transportation + 6 1.28e+03 3.65e+03 5e+03 3.95e-06 0 0 1.2e+04 Tank_phys Transportation + 7 -200 2.31e+03 3.01e+03 3.95e-06 0 2.82e+03 1.48e+04 Tank_phys OpRayleigh + 8 -4.82e+03 -3.2e+03 2.79e+03 3.95e-06 3.95e-06 7.2e+03 2.2e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 27 0.78 0.128 0.592 0.193 0 0 1.32 Tank_phys initStep + 28 0.784 0.154 0.61 0.178 0.015 0.0324 1.35 Tank_phys msc + 29 0.786 0.218 0.65 0.16 0.0178 0.0866 1.44 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.786 0.207 0.643 2.14e-06 0 0 0 Tank_phys initStep + 1 -897 333 -199 2.14e-06 2.14e-06 978 978 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 0.786 0.218 0.65 0.16 0 0 1.44 Tank_phys initStep + 30 0.796 0.238 0.657 0.155 0.00538 0.0238 1.46 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.795 0.236 0.656 2.18e-06 0 0 0 Tank_phys initStep + 1 3.14e+03 -2.66e+03 -5e+03 2.18e-06 0 6.48e+03 6.48e+03 expHall_phys Transportation + 2 1e+04 -7.38e+03 -9.43e+03 2.18e-06 0 9.43e+03 1.59e+04 World_log_PV Transportation + 3 1.5e+04 -1.08e+04 -1.27e+04 2.18e-06 0 6.87e+03 2.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 30 0.796 0.238 0.657 0.155 0 0 1.46 Tank_phys initStep + 31 0.801 0.26 0.663 0.152 0.00229 0.0225 1.48 Tank_phys msc + 32 0.813 0.316 0.684 0.136 0.0169 0.0706 1.55 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.807 0.289 0.674 4.12e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.43e+03 212 4.12e-06 0 5.2e+03 5.2e+03 expHall_phys Transportation + 2 1e+04 3.67e+03 557 4.12e-06 0 5.49e+03 1.07e+04 World_log_PV Transportation + 3 1.5e+04 5.92e+03 903 4.12e-06 0 5.49e+03 1.62e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 32 0.813 0.316 0.684 0.136 0 0 1.55 Tank_phys initStep + 33 0.823 0.331 0.682 0.132 0.00388 0.018 1.57 Tank_phys msc + 34 0.855 0.37 0.678 0.0881 0.0435 0.0585 1.63 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.853 0.367 0.678 3.35e-06 0 0 0 Tank_phys initStep + 1 -701 967 -1.18e+03 3.35e-06 3.35e-06 1.68e+03 1.68e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.838 0.349 0.68 2.88e-06 0 0 0 Tank_phys initStep + 1 -337 238 -124 2.88e-06 2.88e-06 431 431 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.848 0.361 0.679 3.54e-06 0 0 0 Tank_phys initStep + 1 62.5 2.74e+03 5e+03 3.54e-06 0 5.7e+03 5.7e+03 expHall_phys Transportation + 2 64.7 1e+04 7.48e+03 3.54e-06 0 7.67e+03 1.34e+04 World_log_PV Transportation + 3 66.2 1.5e+04 9.2e+03 3.54e-06 0 5.28e+03 1.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 34 0.855 0.37 0.678 0.0881 0 0 1.63 Tank_phys initStep + 35 0.858 0.375 0.672 0.0826 0.00556 0.00861 1.64 Tank_phys msc + 36 0.863 0.397 0.655 0.0531 0.0294 0.0344 1.67 Tank_phys eIoni + 37 0.87 0.406 0.642 0.0372 0.0159 0.023 1.69 Tank_phys eIoni + 38 0.88 0.404 0.637 0.014 0.0233 0.0173 1.71 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.871 0.406 0.642 2.69e-06 0 0 0 Tank_phys initStep + 1 -4.26e+03 2.14e+03 -5e+03 2.69e-06 0 6.91e+03 6.91e+03 expHall_phys Transportation + 2 -4.26e+03 2.14e+03 -5e+03 2.69e-06 0 0 6.91e+03 Tank_phys Transportation + 3 -5e+03 2.8e+03 -4.01e+03 2.69e-06 0 1.4e+03 8.31e+03 expHall_phys Transportation + 4 -5e+03 2.8e+03 -4.01e+03 2.69e-06 0 0 8.31e+03 Tank_phys Transportation + 5 1.89e+03 5e+03 928 2.69e-06 0 8.75e+03 1.71e+04 expHall_phys Transportation + 6 1.89e+03 5e+03 928 2.69e-06 0 0 1.71e+04 Tank_phys Transportation + 7 5e+03 533 3.2e+03 2.69e-06 0 5.9e+03 2.3e+04 expHall_phys Transportation + 8 5e+03 533 3.2e+03 2.69e-06 0 0 2.3e+04 Tank_phys Transportation + 9 4.71e+03 218 3.18e+03 2.69e-06 0 428 2.34e+04 Tank_phys OpRayleigh + 10 5e+03 -205 2.59e+03 2.69e-06 0 782 2.42e+04 expHall_phys Transportation + 11 5e+03 -205 2.59e+03 2.69e-06 0 0 2.42e+04 Tank_phys Transportation + 12 -1.19e+03 -3.74e+03 -5e+03 2.69e-06 0 1.04e+04 3.46e+04 expHall_phys Transportation + 13 -1.19e+03 -3.74e+03 -5e+03 2.69e-06 0 0 3.46e+04 Tank_phys Transportation + 14 -5e+03 -4.83e+03 809 2.69e-06 0 7.03e+03 4.16e+04 expHall_phys Transportation + 15 -5e+03 -4.83e+03 809 2.69e-06 0 0 4.16e+04 Tank_phys Transportation + 16 -4.83e+03 -5e+03 1.03e+03 2.69e-06 0 331 4.19e+04 expHall_phys Transportation + 17 -4.83e+03 -5e+03 1.03e+03 2.69e-06 0 0 4.19e+04 Tank_phys Transportation + 18 -5e+03 -3.83e+03 2.06e+03 2.69e-06 0 1.57e+03 4.35e+04 expHall_phys Transportation + 19 -5e+03 -3.83e+03 2.06e+03 2.69e-06 0 0 4.35e+04 Tank_phys Transportation + 20 -2.46e+03 -1.05e+03 5e+03 2.69e-06 0 4.78e+03 4.83e+04 expHall_phys Transportation + 21 7.51e+03 9.45e+03 1e+04 2.69e-06 0 1.53e+04 6.36e+04 World_log_PV Transportation + 22 1.28e+04 1.5e+04 1.26e+04 2.69e-06 0 8.11e+03 7.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.871 0.406 0.642 3.85e-06 0 0 0 Tank_phys initStep + 1 -1.37e+03 1.14e+03 -5e+03 3.85e-06 0 5.31e+03 5.31e+03 expHall_phys Transportation + 2 -1.37e+03 1.14e+03 -5e+03 3.85e-06 0 0 5.31e+03 Tank_phys Transportation + 3 -4.39e+03 3.24e+03 -2.14e+03 3.85e-06 0 4.66e+03 9.97e+03 Tank_phys OpRayleigh + 4 -4.08e+03 428 -5e+03 3.85e-06 0 4.02e+03 1.4e+04 expHall_phys Transportation + 5 -4.08e+03 428 -5e+03 3.85e-06 0 0 1.4e+04 Tank_phys Transportation + 6 -5e+03 -1.84e+03 -1.75e+03 3.85e-06 0 4.06e+03 1.81e+04 expHall_phys Transportation + 7 -5e+03 -1.84e+03 -1.75e+03 3.85e-06 0 0 1.81e+04 Tank_phys Transportation + 8 -3.69e+03 -3.18e+03 115 3.85e-06 3.85e-06 2.65e+03 2.07e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 38 0.88 0.404 0.637 0.014 0 0 1.71 Tank_phys initStep + 39 0.88 0.404 0.638 0.0135 0.000445 0.000323 1.71 Tank_phys msc + 40 0.881 0.405 0.639 0 0.0135 0.00381 1.72 Tank_phys eIoni + 41 0.881 0.405 0.639 0 0 0 1.72 Tank_phys annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.881 0.405 0.639 0.511 0 0 0 Tank_phys initStep + 1 38.4 11.5 -2.12 0.249 0.000537 39.2 39.2 Tank_phys compt + 2 36.9 -13.6 -8.47 0.225 0.000537 26 65.1 Tank_phys compt + 3 -23.7 -77.1 -25.9 0.169 0.000537 89.6 155 Tank_phys compt + 4 -37.2 -73.3 -14.6 0.141 2.92e-05 18 173 Tank_phys compt + 5 -109 -67.3 -51.2 0.131 1.42e-05 80.4 253 Tank_phys compt + 6 -140 -73.8 -42.3 0.0981 2.92e-05 33.3 286 Tank_phys compt + 7 -114 -104 -31 0.0848 2.92e-05 41.8 328 Tank_phys compt + 8 -156 -208 -132 0.0826 1.42e-05 151 479 Tank_phys compt + 9 -155 -210 -135 0.0685 1.36e-05 3.35 482 Tank_phys compt + 10 -213 -235 -114 0.0635 1.42e-05 67.7 550 Tank_phys compt + 11 -220 -234 -119 0 0.000538 8.21 558 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 -234 -119 0.063 0 0 0 Tank_phys initStep + 1 -220 -234 -119 0.0607 0.00229 0.0051 0.0051 Tank_phys msc + 2 -220 -234 -119 0.0474 0.0133 0.0266 0.0317 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 -234 -119 4.06e-06 0 0 0 Tank_phys initStep + 1 117 5e+03 3.68e+03 4.06e-06 0 6.48e+03 6.48e+03 expHall_phys Transportation + 2 -1.08e+03 8.57e+03 1e+04 4.06e-06 0 7.36e+03 1.38e+04 World_log_PV Transportation + 3 -2.02e+03 1.14e+04 1.5e+04 4.06e-06 0 5.82e+03 1.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 -234 -119 3.51e-06 0 0 0 Tank_phys initStep + 1 1.41e+03 5e+03 -1.09e+03 3.51e-06 0 5.57e+03 5.57e+03 expHall_phys Transportation + 2 1.41e+03 5e+03 -1.09e+03 3.51e-06 0 0 5.57e+03 Tank_phys Transportation + 3 2.79e+03 -5e+03 -3.9e+03 3.51e-06 0 1.05e+04 1.6e+04 expHall_phys Transportation + 4 3.09e+03 -1e+04 -9.46e+03 3.51e-06 0 7.49e+03 2.35e+04 World_log_PV Transportation + 5 3.38e+03 -1.5e+04 -1.5e+04 3.51e-06 0 7.45e+03 3.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -220 -234 -119 3.94e-06 0 0 0 Tank_phys initStep + 1 3e+03 5e+03 -1.06e+03 3.94e-06 0 6.21e+03 6.21e+03 expHall_phys Transportation + 2 1e+04 7.52e+03 295 3.94e-06 0 7.57e+03 1.38e+04 World_log_PV Transportation + 3 1.5e+04 9.32e+03 1.26e+03 3.94e-06 0 5.4e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -220 -234 -119 0.0474 0 0 0.0317 Tank_phys initStep + 3 -220 -234 -119 0.037 0.0104 0.0031 0.0348 Tank_phys msc + 4 -220 -234 -119 0.023 0.014 0.0178 0.0526 Tank_phys eIoni + 5 -220 -234 -119 0.00468 0.0183 0.0108 0.0634 Tank_phys eIoni + 6 -220 -234 -119 0 0.00468 0.00066 0.064 Tank_phys eIoni + 7 -220 -234 -119 0 0 0 0.064 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -213 -235 -114 0.00497 0 0 0 Tank_phys initStep + 1 -213 -235 -114 0.00497 0 5.86e-05 5.86e-05 Tank_phys msc + 2 -213 -235 -114 0 0.00497 0.000732 0.000791 Tank_phys eIoni + 3 -213 -235 -114 0 0 0 0.000791 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -155 -210 -135 0.0141 0 0 0 Tank_phys initStep + 1 -155 -210 -135 0.0133 0.000861 0.000365 0.000365 Tank_phys msc + 2 -155 -210 -135 0 0.0133 0.00408 0.00444 Tank_phys eIoni + 3 -155 -210 -135 0 0 0 0.00444 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -156 -208 -132 0.00215 0 0 0 Tank_phys initStep + 1 -156 -208 -132 0.00214 1.38e-05 1.43e-05 1.43e-05 Tank_phys msc + 2 -156 -208 -132 0 0.00214 0.000176 0.000191 Tank_phys eIoni + 3 -156 -208 -132 0 0 0 0.000191 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -114 -104 -31 0.0132 0 0 0 Tank_phys initStep + 1 -114 -104 -31 0.0125 0.000738 0.000324 0.000324 Tank_phys msc + 2 -114 -104 -31 0 0.0125 0.00366 0.00399 Tank_phys eIoni + 3 -114 -104 -31 0 0 0 0.00399 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -114 -104 -31 2.41e-06 0 0 0 Tank_phys initStep + 1 -1.97e+03 -3.08e+03 -5e+03 2.41e-06 0 6.08e+03 6.08e+03 expHall_phys Transportation + 2 -1.97e+03 -3.08e+03 -5e+03 2.41e-06 0 0 6.08e+03 Tank_phys Transportation + 3 -3.17e+03 -4.17e+03 -2.28e+03 2.41e-06 2.41e-06 3.16e+03 9.25e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 -73.8 -42.3 0.0332 0 0 0 Tank_phys initStep + 1 -140 -73.8 -42.3 0.0323 0.000948 0.00166 0.00166 Tank_phys msc + 2 -140 -73.8 -42.3 0.0133 0.0189 0.0159 0.0175 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 -73.8 -42.3 3.83e-06 0 0 0 Tank_phys initStep + 1 1.56e+03 -5e+03 1.15e+03 3.83e-06 0 5.35e+03 5.35e+03 expHall_phys Transportation + 2 4.58e+03 -1e+04 3.25e+03 3.83e-06 0 6.21e+03 1.16e+04 World_log_PV Transportation + 3 7.6e+03 -1.5e+04 5.34e+03 3.83e-06 0 6.21e+03 1.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 -73.8 -42.3 2.6e-06 0 0 0 Tank_phys initStep + 1 -505 -3.25e+03 -5e+03 2.6e-06 0 5.9e+03 5.9e+03 expHall_phys Transportation + 2 -823 -1e+04 -7.82e+03 2.6e-06 0 7.32e+03 1.32e+04 World_log_PV Transportation + 3 -1.06e+03 -1.5e+04 -9.91e+03 2.6e-06 0 5.42e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -140 -73.8 -42.3 0.0133 0 0 0.0175 Tank_phys initStep + 3 -140 -73.8 -42.3 0.0117 0.00159 0.000329 0.0179 Tank_phys msc + 4 -140 -73.8 -42.3 0 0.0117 0.00329 0.0212 Tank_phys eIoni + 5 -140 -73.8 -42.3 0 0 0 0.0212 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -109 -67.3 -51.2 0.00942 0 0 0 Tank_phys initStep + 1 -109 -67.3 -51.2 0.00911 0.000308 0.000178 0.000178 Tank_phys msc + 2 -109 -67.3 -51.2 0 0.00911 0.0021 0.00228 Tank_phys eIoni + 3 -109 -67.3 -51.2 0 0 0 0.00228 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.2 -73.3 -14.6 0.0279 0 0 0 Tank_phys initStep + 1 -37.2 -73.3 -14.6 0.0265 0.00143 0.00122 0.00122 Tank_phys msc + 2 -37.2 -73.3 -14.6 0.00524 0.0212 0.013 0.0142 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.2 -73.3 -14.6 3.55e-06 0 0 0 Tank_phys initStep + 1 -2.94e+03 -5e+03 1.76e+03 3.55e-06 0 5.99e+03 5.99e+03 expHall_phys Transportation + 2 -9.22e+03 -6.29e+03 1e+04 3.55e-06 0 1.04e+04 1.64e+04 World_log_PV Transportation + 3 -1.3e+04 -7.07e+03 1.5e+04 3.55e-06 0 6.34e+03 2.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -37.2 -73.3 -14.6 0.00524 0 0 0.0142 Tank_phys initStep + 3 -37.2 -73.3 -14.6 0.00503 0.000206 6.4e-05 0.0143 Tank_phys msc + 4 -37.2 -73.3 -14.6 0 0.00503 0.000747 0.015 Tank_phys eIoni + 5 -37.2 -73.3 -14.6 0 0 0 0.015 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.7 -77.1 -25.9 0.0563 0 0 0 Tank_phys initStep + 1 -23.7 -77.1 -25.9 0.054 0.00228 0.00419 0.00419 Tank_phys msc + 2 -23.7 -77.1 -25.9 0.0363 0.0177 0.0241 0.0283 Tank_phys eIoni + 3 -23.7 -77.1 -25.9 0.0191 0.0172 0.0176 0.0459 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.7 -77.1 -25.9 2.45e-06 0 0 0 Tank_phys initStep + 1 -1.51e+03 1.29e+03 -4.7e+03 2.45e-06 2.45e-06 5.09e+03 5.09e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -23.7 -77.1 -25.9 0.0191 0 0 0.0459 Tank_phys initStep + 4 -23.7 -77.1 -25.9 0.0186 0.000528 0.000623 0.0465 Tank_phys msc + 5 -23.7 -77.1 -25.9 0 0.0186 0.00741 0.0539 Tank_phys eIoni + 6 -23.7 -77.1 -25.9 0 0 0 0.0539 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.9 -13.6 -8.47 0.0227 0 0 0 Tank_phys initStep + 1 36.9 -13.6 -8.47 0.022 0.000692 0.000847 0.000847 Tank_phys msc + 2 37 -13.6 -8.47 0 0.022 0.01 0.0109 Tank_phys eIoni + 3 37 -13.6 -8.47 0 0 0 0.0109 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.9 -13.6 -8.47 2.38e-06 0 0 0 Tank_phys initStep + 1 -1.42e+03 -851 -5e+03 2.38e-06 0 5.27e+03 5.27e+03 expHall_phys Transportation + 2 -3.79e+03 -1.48e+03 -1e+04 2.38e-06 0 5.57e+03 1.08e+04 World_log_PV Transportation + 3 -6.17e+03 -2.12e+03 -1.5e+04 2.38e-06 0 5.57e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.4 11.5 -2.12 0.262 0 0 0 Tank_phys initStep + 1 38.4 11.6 -2.11 0.254 0.00801 0.0387 0.0387 Tank_phys Cerenkov + 2 38.4 11.6 -2.11 0.248 0.0057 0.0365 0.0752 Tank_phys Cerenkov + 3 38.4 11.6 -2.12 0.245 0.00344 0.0216 0.0968 Tank_phys Cerenkov + 4 38.4 11.6 -2.12 0.243 0.00119 0.0082 0.105 Tank_phys Cerenkov + 5 38.4 11.6 -2.12 0.243 0.000728 0.00361 0.109 Tank_phys Cerenkov + 6 38.4 11.6 -2.12 0.243 7.33e-05 0.00079 0.109 Tank_phys Cerenkov + 7 38.4 11.6 -2.12 0.242 8.11e-05 0.000507 0.11 Tank_phys Cerenkov + 8 38.4 11.6 -2.12 0.242 5.06e-05 0.000193 0.11 Tank_phys Cerenkov + 9 38.5 11.7 -2.16 0.201 0.0415 0.136 0.246 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.4 11.6 -2.12 2.53e-06 0 0 0 Tank_phys initStep + 1 1.42e+03 2.14e+03 -2.25e+03 2.53e-06 2.53e-06 3.4e+03 3.4e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.5 11.7 -2.15 3e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.14e+03 3.17e+03 3e-06 0 6.06e+03 6.06e+03 expHall_phys Transportation + 2 -5e+03 1.14e+03 3.17e+03 3e-06 0 0 6.06e+03 Tank_phys Transportation + 3 -684 5e+03 2.97e+03 3e-06 0 5.79e+03 1.19e+04 expHall_phys Transportation + 4 -684 5e+03 2.97e+03 3e-06 0 0 1.19e+04 Tank_phys Transportation + 5 397 1.56e+03 5e+03 3e-06 0 4.13e+03 1.6e+04 expHall_phys Transportation + 6 397 1.56e+03 5e+03 3e-06 0 0 1.6e+04 Tank_phys Transportation + 7 3.24e+03 -5e+03 1.81e+03 3e-06 0 7.83e+03 2.38e+04 expHall_phys Transportation + 8 3.24e+03 -5e+03 1.81e+03 3e-06 0 0 2.38e+04 Tank_phys Transportation + 9 4.52e+03 -2.56e+03 -2.74e+03 3e-06 0 5.32e+03 2.91e+04 Tank_phys OpRayleigh + 10 4.57e+03 2.33e+03 -5e+03 3e-06 0 5.38e+03 3.45e+04 expHall_phys Transportation + 11 4.57e+03 2.33e+03 -5e+03 3e-06 0 0 3.45e+04 Tank_phys Transportation + 12 3.56e+03 5e+03 -149 3e-06 0 5.63e+03 4.02e+04 expHall_phys Transportation + 13 3.56e+03 5e+03 -149 3e-06 0 0 4.02e+04 Tank_phys Transportation + 14 2.83e+03 2.16e+03 5e+03 3e-06 0 5.92e+03 4.61e+04 expHall_phys Transportation + 15 2.83e+03 2.16e+03 5e+03 3e-06 0 0 4.61e+04 Tank_phys Transportation + 16 -3.45e+03 -4.86e+03 -5e+03 3e-06 0 1.37e+04 5.98e+04 expHall_phys Transportation + 17 -1e+04 -9.66e+03 -7.12e+03 3e-06 0 8.39e+03 6.82e+04 World_log_PV Transportation + 18 -1.5e+04 -1.33e+04 -8.74e+03 3e-06 0 6.41e+03 7.46e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 38.5 11.7 -2.16 0.201 0 0 0.246 Tank_phys initStep + 10 38.5 11.7 -2.18 0.194 0.007 0.0358 0.282 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.5 11.7 -2.18 2.19e-06 0 0 0 Tank_phys initStep + 1 -2.38e+03 -2.53e+03 -5e+03 2.19e-06 0 6.1e+03 6.1e+03 expHall_phys Transportation + 2 -7.38e+03 -6.76e+03 -1e+04 2.19e-06 0 8.24e+03 1.43e+04 World_log_PV Transportation + 3 -1.24e+04 -1.1e+04 -1.5e+04 2.19e-06 0 8.24e+03 2.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 38.5 11.7 -2.18 0.194 0 0 0.282 Tank_phys initStep + 11 38.5 11.7 -2.2 0.187 0.00727 0.0338 0.316 Tank_phys msc + 12 38.6 11.8 -2.25 0.166 0.0207 0.0953 0.411 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.6 11.8 -2.25 3.72e-06 0 0 0 Tank_phys initStep + 1 530 -1.35e+03 358 3.72e-06 3.72e-06 1.49e+03 1.49e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 38.6 11.8 -2.25 0.166 0 0 0.411 Tank_phys initStep + 13 38.6 11.8 -2.24 0.16 0.00558 0.0263 0.437 Tank_phys msc + 14 38.7 11.8 -2.21 0.143 0.0179 0.0779 0.515 Tank_phys eIoni + 15 38.7 11.8 -2.23 0.12 0.0222 0.0669 0.582 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.7 11.8 -2.22 2.66e-06 0 0 0 Tank_phys initStep + 1 3.78e+03 -1.32e+03 -5e+03 2.66e-06 0 6.38e+03 6.38e+03 expHall_phys Transportation + 2 1e+04 -3.99e+03 -7.46e+03 2.66e-06 0 7.2e+03 1.36e+04 World_log_PV Transportation + 3 1.5e+04 -6.13e+03 -9.44e+03 2.66e-06 0 5.79e+03 1.94e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 38.7 11.8 -2.23 0.12 0 0 0.582 Tank_phys initStep + 16 38.7 11.8 -2.24 0.114 0.00606 0.0155 0.598 Tank_phys msc + 17 38.6 11.9 -2.28 0.0924 0.0219 0.051 0.649 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.7 11.8 -2.25 3.23e-06 0 0 0 Tank_phys initStep + 1 1e+03 5e+03 4.78e+03 3.23e-06 0 6.98e+03 6.98e+03 expHall_phys Transportation + 2 1e+03 5e+03 4.78e+03 3.23e-06 0 0 6.98e+03 Tank_phys Transportation + 3 1.13e+03 4.89e+03 5e+03 3.23e-06 0 279 7.26e+03 expHall_phys Transportation + 4 1.13e+03 4.89e+03 5e+03 3.23e-06 0 0 7.26e+03 Tank_phys Transportation + 5 275 504 985 3.23e-06 0 6.01e+03 1.33e+04 Tank_phys OpRayleigh + 6 -1.81e+03 310 494 3.23e-06 0 2.15e+03 1.54e+04 Tank_phys OpRayleigh + 7 -2.93e+03 5e+03 3.28e+03 3.23e-06 0 5.57e+03 2.1e+04 expHall_phys Transportation + 8 -2.93e+03 5e+03 3.28e+03 3.23e-06 0 0 2.1e+04 Tank_phys Transportation + 9 -3.57e+03 3.03e+03 4.72e+03 3.23e-06 3.23e-06 2.52e+03 2.35e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.7 11.9 -2.25 3.82e-06 0 0 0 Tank_phys initStep + 1 -1.92e+03 5e+03 2.1e+03 3.82e-06 0 5.76e+03 5.76e+03 expHall_phys Transportation + 2 -1.92e+03 5e+03 2.1e+03 3.82e-06 0 0 5.76e+03 Tank_phys Transportation + 3 -5e+03 1.03e+03 4.29e+03 3.82e-06 0 5.48e+03 1.12e+04 expHall_phys Transportation + 4 -5e+03 1.03e+03 4.29e+03 3.82e-06 0 0 1.12e+04 Tank_phys Transportation + 5 -3.99e+03 -620 5e+03 3.82e-06 0 2.06e+03 1.33e+04 expHall_phys Transportation + 6 -3.99e+03 -620 5e+03 3.82e-06 0 0 1.33e+04 Tank_phys Transportation + 7 -1.64e+03 -5e+03 1.55e+03 3.82e-06 0 6.05e+03 1.94e+04 expHall_phys Transportation + 8 -1.64e+03 -5e+03 1.55e+03 3.82e-06 0 0 1.94e+04 Tank_phys Transportation + 9 357 848 -5e+03 3.82e-06 0 9e+03 2.84e+04 expHall_phys Transportation + 10 357 848 -5e+03 3.82e-06 0 0 2.84e+04 Tank_phys Transportation + 11 374 5e+03 -1e+03 3.82e-06 0 5.76e+03 3.41e+04 expHall_phys Transportation + 12 374 5e+03 -1e+03 3.82e-06 0 0 3.41e+04 Tank_phys Transportation + 13 -658 4.08e+03 3.48e+03 3.82e-06 3.82e-06 4.69e+03 3.88e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 38.6 11.9 -2.28 0.0924 0 0 0.649 Tank_phys initStep + 18 38.7 11.9 -2.29 0.0877 0.00465 0.00987 0.659 Tank_phys msc + 19 38.7 11.9 -2.32 0.072 0.0157 0.0379 0.696 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.7 11.9 -2.3 2.22e-06 0 0 0 Tank_phys initStep + 1 -4.52e+03 757 2.55e+03 2.22e-06 2.22e-06 5.28e+03 5.28e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 38.7 11.9 -2.32 0.072 0 0 0.696 Tank_phys initStep + 20 38.7 11.9 -2.32 0.069 0.00301 0.00643 0.703 Tank_phys msc + 21 38.6 11.9 -2.34 0.0461 0.0228 0.0299 0.733 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.6 11.9 -2.33 2.61e-06 0 0 0 Tank_phys initStep + 1 -4.25e+03 -181 5e+03 2.61e-06 0 6.59e+03 6.59e+03 expHall_phys Transportation + 2 -4.25e+03 -181 5e+03 2.61e-06 0 0 6.59e+03 Tank_phys Transportation + 3 -5e+03 41.8 4.1e+03 2.61e-06 0 1.2e+03 7.79e+03 expHall_phys Transportation + 4 -5e+03 41.8 4.1e+03 2.61e-06 0 0 7.79e+03 Tank_phys Transportation + 5 2.8e+03 -525 -5e+03 2.61e-06 0 1.2e+04 1.98e+04 expHall_phys Transportation + 6 2.8e+03 -525 -5e+03 2.61e-06 0 0 1.98e+04 Tank_phys Transportation + 7 3.55e+03 -1.2e+03 -4.54e+03 2.61e-06 2.61e-06 1.11e+03 2.09e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 38.6 11.9 -2.34 0.0461 0 0 0.733 Tank_phys initStep + 22 38.6 11.9 -2.34 0.0447 0.00145 0.00296 0.736 Tank_phys msc + 23 38.6 11.9 -2.34 0.018 0.0267 0.0207 0.756 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.6 11.9 -2.34 3.8e-06 0 0 0 Tank_phys initStep + 1 -1.06e+03 4.29e+03 -5e+03 3.8e-06 0 6.67e+03 6.67e+03 expHall_phys Transportation + 2 -1.06e+03 4.29e+03 -5e+03 3.8e-06 0 0 6.67e+03 Tank_phys Transportation + 3 -1.18e+03 5e+03 -4.45e+03 3.8e-06 0 902 7.58e+03 expHall_phys Transportation + 4 -1.18e+03 5e+03 -4.45e+03 3.8e-06 0 0 7.58e+03 Tank_phys Transportation + 5 -4.53e+03 -5e+03 -2.17e+03 3.8e-06 0 1.08e+04 1.84e+04 expHall_phys Transportation + 6 -8.45e+03 -1e+04 -2.15e+03 3.8e-06 0 6.35e+03 2.47e+04 World_log_PV Transportation + 7 -1.24e+04 -1.5e+04 -2.13e+03 3.8e-06 0 6.35e+03 3.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 38.6 11.9 -2.34 0.018 0 0 0.756 Tank_phys initStep + 24 38.6 11.9 -2.34 0.0173 0.000637 0.000558 0.757 Tank_phys msc + 25 38.6 11.9 -2.34 0 0.0173 0.00654 0.764 Tank_phys eIoni + 26 38.6 11.9 -2.34 0 0 0 0.764 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.6 11.9 -2.34 3.53e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.67e+03 -3.95e+03 3.53e-06 0 6.88e+03 6.88e+03 expHall_phys Transportation + 2 8.74e+03 -5.53e+03 -1e+04 3.53e-06 0 7.67e+03 1.46e+04 World_log_PV Transportation + 3 1.18e+04 -7.9e+03 -1.5e+04 3.53e-06 0 6.34e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.6 11.9 -2.34 2.41e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -1.46e+03 528 2.41e-06 0 5.28e+03 5.28e+03 expHall_phys Transportation + 2 -1e+04 -4.04e+03 1.06e+03 2.41e-06 0 5.65e+03 1.09e+04 World_log_PV Transportation + 3 -1.5e+04 -6.62e+03 1.58e+03 2.41e-06 0 5.65e+03 1.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.881 0.405 0.639 0.511 0 0 0 Tank_phys initStep + 1 -143 -42.4 11.2 0.47 2.92e-05 151 151 Tank_phys compt + 2 -168 -40.1 9.39 0.251 1.42e-05 25 176 Tank_phys compt + 3 -188 115 202 0.237 1.42e-05 248 424 Tank_phys compt + 4 -167 146 242 0.217 2.92e-05 55.6 479 Tank_phys compt + 5 -142 166 249 0.126 2.92e-05 32.3 512 Tank_phys compt + 6 -154 86 211 0.118 1.42e-05 89.8 601 Tank_phys compt + 7 -158 83.6 206 0.118 0 6.36 608 Tank_phys Rayl + 8 -197 57.8 152 0.0979 1.42e-05 71.7 680 Tank_phys compt + 9 -179 52.8 138 0.0953 2.92e-05 23.3 703 Tank_phys compt + 10 -157 31.8 129 0.0918 0.000537 32.1 735 Tank_phys compt + 11 -83 -5.7 172 0.0892 1.36e-05 93.7 829 Tank_phys compt + 12 -39 -71.3 263 0.0673 1.42e-05 121 949 Tank_phys compt + 13 -36.7 -37 139 0.0646 1.36e-05 129 1.08e+03 Tank_phys compt + 14 -91.7 -119 -5.14 0.0561 2.92e-05 175 1.25e+03 Tank_phys compt + 15 -96.6 -119 -0.342 0.0531 1.42e-05 6.85 1.26e+03 Tank_phys compt + 16 -74.2 -141 82.9 0.0531 0 88.9 1.35e+03 Tank_phys Rayl + 17 -69.9 -147 106 0.0529 1.36e-05 24 1.37e+03 Tank_phys compt + 18 -78.7 -173 211 0.0452 1.42e-05 109 1.48e+03 Tank_phys compt + 19 -58.2 -236 116 0.0404 1.42e-05 116 1.6e+03 Tank_phys compt + 20 -10.5 -250 130 0 2.85e-05 51.7 1.65e+03 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.5 -250 130 0.0403 0 0 0 Tank_phys initStep + 1 -10.5 -250 130 0.0381 0.00223 0.00234 0.00234 Tank_phys msc + 2 -10.5 -250 130 0.0217 0.0164 0.0183 0.0206 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.5 -250 130 3.85e-06 0 0 0 Tank_phys initStep + 1 1.26e+03 -1.12e+03 94.4 3.85e-06 3.85e-06 1.54e+03 1.54e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -10.5 -250 130 0.0217 0 0 0.0206 Tank_phys initStep + 3 -10.5 -250 130 0.0212 0.000474 0.000779 0.0214 Tank_phys msc + 4 -10.5 -250 130 0 0.0212 0.00937 0.0307 Tank_phys eIoni + 5 -10.5 -250 130 0 0 0 0.0307 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -58.2 -236 116 0.00483 0 0 0 Tank_phys initStep + 1 -58.2 -236 116 0.00479 3.55e-05 5.57e-05 5.57e-05 Tank_phys msc + 2 -58.2 -236 116 0 0.00479 0.000688 0.000743 Tank_phys eIoni + 3 -58.2 -236 116 0 0 0 0.000743 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -58.2 -236 116 2.62e-06 0 0 0 Tank_phys initStep + 1 1.36e+03 -1e+03 -5e+03 2.62e-06 0 5.36e+03 5.36e+03 expHall_phys Transportation + 2 1.36e+03 -1e+03 -5e+03 2.62e-06 0 0 5.36e+03 Tank_phys Transportation + 3 5e+03 -3.14e+03 -3.03e+03 2.62e-06 0 4.65e+03 1e+04 expHall_phys Transportation + 4 6.7e+03 -8e+03 1e+04 2.62e-06 0 1.4e+04 2.4e+04 World_log_PV Transportation + 5 7.35e+03 -9.87e+03 1.5e+04 2.62e-06 0 5.38e+03 2.94e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -78.7 -173 211 0.00766 0 0 0 Tank_phys initStep + 1 -78.7 -173 211 0.00746 0.000194 0.000124 0.000124 Tank_phys msc + 2 -78.7 -173 211 0 0.00746 0.00148 0.00161 Tank_phys eIoni + 3 -78.7 -173 211 0 0 0 0.00161 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -78.7 -173 211 2.74e-06 0 0 0 Tank_phys initStep + 1 887 -649 321 2.74e-06 2.74e-06 1.08e+03 1.08e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -78.7 -173 211 2.22e-06 0 0 0 Tank_phys initStep + 1 -223 -2.55e+03 946 2.22e-06 2.22e-06 2.49e+03 2.49e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -69.9 -147 106 0.000171 0 0 0 Tank_phys initStep + 1 -69.9 -147 106 0.000171 0 5.07e-07 5.07e-07 Tank_phys msc + 2 -69.9 -147 106 0 0.000171 6.33e-06 6.84e-06 Tank_phys eIoni + 3 -69.9 -147 106 0 0 0 6.84e-06 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -96.6 -119 -0.342 0.003 0 0 0 Tank_phys initStep + 1 -96.6 -119 -0.342 0.00297 2.96e-05 2.48e-05 2.48e-05 Tank_phys msc + 2 -96.6 -119 -0.342 0 0.00297 0.000304 0.000329 Tank_phys eIoni + 3 -96.6 -119 -0.342 0 0 0 0.000329 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -91.7 -119 -5.14 0.00851 0 0 0 Tank_phys initStep + 1 -91.7 -119 -5.14 0.00798 0.000529 0.000149 0.000149 Tank_phys msc + 2 -91.7 -119 -5.14 0 0.00798 0.00167 0.00182 Tank_phys eIoni + 3 -91.7 -119 -5.14 0 0 0 0.00182 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.7 -37 139 0.00269 0 0 0 Tank_phys initStep + 1 -36.7 -37 139 0.00262 6.95e-05 2.06e-05 2.06e-05 Tank_phys msc + 2 -36.7 -37 139 0 0.00262 0.000247 0.000267 Tank_phys eIoni + 3 -36.7 -37 139 0 0 0 0.000267 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 95 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.7 -37 139 3.33e-06 0 0 0 Tank_phys initStep + 1 -95 -2.01e+03 1.27e+03 3.33e-06 3.33e-06 2.28e+03 2.28e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39 -71.3 263 0.0219 0 0 0 Tank_phys initStep + 1 -39 -71.3 263 0.0213 0.000555 0.000791 0.000791 Tank_phys msc + 2 -39 -71.3 263 0 0.0213 0.00944 0.0102 Tank_phys eIoni + 3 -39 -71.3 263 0 0 0 0.0102 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39 -71.3 263 3.17e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -750 4.43e+03 3.17e-06 0 6.51e+03 6.51e+03 expHall_phys Transportation + 2 -5e+03 -750 4.43e+03 3.17e-06 0 0 6.51e+03 Tank_phys Transportation + 3 -4.78e+03 -660 5e+03 3.17e-06 0 620 7.13e+03 expHall_phys Transportation + 4 -4.78e+03 -660 5e+03 3.17e-06 0 0 7.13e+03 Tank_phys Transportation + 5 -5e+03 -634 4.23e+03 3.17e-06 0 800 7.93e+03 expHall_phys Transportation + 6 -5e+03 -634 4.23e+03 3.17e-06 0 0 7.93e+03 Tank_phys Transportation + 7 -1.4e+03 -1.84e+03 1.12e+03 3.17e-06 3.17e-06 4.91e+03 1.28e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -83 -5.7 172 0.00253 0 0 0 Tank_phys initStep + 1 -83 -5.7 172 0.00245 7.29e-05 1.86e-05 1.86e-05 Tank_phys msc + 2 -83 -5.7 172 0 0.00245 0.000221 0.00024 Tank_phys eIoni + 3 -83 -5.7 172 0 0 0 0.00024 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -157 31.8 129 0.003 0 0 0 Tank_phys initStep + 1 -157 31.8 129 0.003 0 2.48e-05 2.48e-05 Tank_phys msc + 2 -157 31.8 129 0 0.003 0.000309 0.000334 Tank_phys eIoni + 3 -157 31.8 129 0 0 0 0.000334 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -179 52.8 138 0.00254 0 0 0 Tank_phys initStep + 1 -179 52.8 138 0.0025 4.18e-05 1.87e-05 1.87e-05 Tank_phys msc + 2 -179 52.8 138 0 0.0025 0.000228 0.000246 Tank_phys eIoni + 3 -179 52.8 138 0 0 0 0.000246 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -197 57.8 152 0.0198 0 0 0 Tank_phys initStep + 1 -197 57.8 152 0.019 0.0008 0.000663 0.000663 Tank_phys msc + 2 -197 57.8 152 0 0.019 0.0077 0.00836 Tank_phys eIoni + 3 -197 57.8 152 0 0 0 0.00836 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -154 86 211 0.00781 0 0 0 Tank_phys initStep + 1 -154 86 211 0.00753 0.000286 0.000128 0.000128 Tank_phys msc + 2 -154 86 211 0 0.00753 0.0015 0.00163 Tank_phys eIoni + 3 -154 86 211 0 0 0 0.00163 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -142 166 249 0.091 0 0 0 Tank_phys initStep + 1 -142 166 249 0.0854 0.00555 0.00962 0.00962 Tank_phys msc + 2 -142 166 249 0.0713 0.0141 0.0369 0.0465 Tank_phys eIoni + 3 -142 166 249 0.0509 0.0204 0.0308 0.0773 Tank_phys eIoni + 4 -142 166 249 0.0309 0.0201 0.023 0.1 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -142 166 249 3.7e-06 0 0 0 Tank_phys initStep + 1 -2.76e+03 5e+03 1.5e+03 3.7e-06 0 5.63e+03 5.63e+03 expHall_phys Transportation + 2 -2.76e+03 5e+03 1.5e+03 3.7e-06 0 0 5.63e+03 Tank_phys Transportation + 3 -5e+03 3.28e+03 2.47e+03 3.7e-06 0 2.99e+03 8.63e+03 expHall_phys Transportation + 4 -5e+03 3.28e+03 2.47e+03 3.7e-06 0 0 8.63e+03 Tank_phys Transportation + 5 -366 2.51e+03 5e+03 3.7e-06 0 5.33e+03 1.4e+04 expHall_phys Transportation + 6 -366 2.51e+03 5e+03 3.7e-06 0 0 1.4e+04 Tank_phys Transportation + 7 1.98e+03 5e+03 802 3.7e-06 0 5.42e+03 1.94e+04 expHall_phys Transportation + 8 1.98e+03 5e+03 802 3.7e-06 0 0 1.94e+04 Tank_phys Transportation + 9 2.71e+03 -5e+03 -3.88e+03 3.7e-06 0 1.11e+04 3.04e+04 expHall_phys Transportation + 10 2.71e+03 -5e+03 -3.88e+03 3.7e-06 0 0 3.04e+04 Tank_phys Transportation + 11 2.88e+03 -3.81e+03 -5e+03 3.7e-06 0 1.65e+03 3.21e+04 expHall_phys Transportation + 12 2.88e+03 -3.81e+03 -5e+03 3.7e-06 0 0 3.21e+04 Tank_phys Transportation + 13 5e+03 3.21e+03 -1.64e+03 3.7e-06 0 8.07e+03 4.02e+04 expHall_phys Transportation + 14 5e+03 3.21e+03 -1.64e+03 3.7e-06 0 0 4.02e+04 Tank_phys Transportation + 15 2.16e+03 5e+03 -528 3.7e-06 0 3.53e+03 4.37e+04 expHall_phys Transportation + 16 2.16e+03 5e+03 -528 3.7e-06 0 0 4.37e+04 Tank_phys Transportation + 17 51.1 531 2.61e+03 3.7e-06 3.7e-06 5.85e+03 4.95e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -142 166 249 0.0309 0 0 0.1 Tank_phys initStep + 5 -142 166 249 0.0295 0.00135 0.00146 0.102 Tank_phys msc + 6 -142 166 249 0.0145 0.015 0.0146 0.116 Tank_phys eIoni + 7 -142 166 249 0 0.0145 0.0048 0.121 Tank_phys eIoni + 8 -142 166 249 0 0 0 0.121 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -167 146 242 0.0207 0 0 0 Tank_phys initStep + 1 -167 146 242 0.019 0.00169 0.000717 0.000717 Tank_phys msc + 2 -167 146 242 0 0.019 0.00771 0.00842 Tank_phys eIoni + 3 -167 146 242 0 0 0 0.00842 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -188 115 202 0.0134 0 0 0 Tank_phys initStep + 1 -188 115 202 0.0129 0.00052 0.000332 0.000332 Tank_phys msc + 2 -188 115 202 0 0.0129 0.00387 0.00421 Tank_phys eIoni + 3 -188 115 202 0 0 0 0.00421 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -168 -40.1 9.39 0.22 0 0 0 Tank_phys initStep + 1 -168 -40.1 9.37 0.213 0.00692 0.0412 0.0412 Tank_phys msc + 2 -168 -40.2 9.33 0.186 0.0269 0.114 0.155 Tank_phys eIoni + 3 -168 -40.2 9.31 0.0792 0.107 0.0947 0.25 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -168 -40.2 9.32 2.23e-06 0 0 0 Tank_phys initStep + 1 -429 81.5 -511 2.23e-06 2.23e-06 594 594 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -168 -40.2 9.33 2.11e-06 0 0 0 Tank_phys initStep + 1 -146 -869 1.46e+03 2.11e-06 2.11e-06 1.67e+03 1.67e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -168 -40.2 9.32 2.44e-06 0 0 0 Tank_phys initStep + 1 4.41e+03 -2.29e+03 3.83e+03 2.44e-06 2.44e-06 6.38e+03 6.38e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -168 -40.2 9.31 0.0792 0 0 0.25 Tank_phys initStep + 4 -168 -40.2 9.31 0.0773 0.00183 0.00758 0.257 Tank_phys msc + 5 -168 -40.3 9.31 0.0262 0.0511 0.0333 0.291 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -168 -40.2 9.31 3.79e-06 0 0 0 Tank_phys initStep + 1 -2.52e+03 -2.03e+03 -454 3.79e-06 0 3.12e+03 3.12e+03 Tank_phys OpRayleigh + 2 -2.44e+03 -2.06e+03 -1.01e+03 3.79e-06 3.79e-06 566 3.69e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -168 -40.3 9.31 3.97e-06 0 0 0 Tank_phys initStep + 1 -163 -217 -155 3.97e-06 3.97e-06 241 241 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -168 -40.2 9.31 3.56e-06 0 0 0 Tank_phys initStep + 1 -4.76e+03 700 -619 3.56e-06 3.56e-06 4.69e+03 4.69e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -168 -40.3 9.31 0.0262 0 0 0.291 Tank_phys initStep + 6 -168 -40.3 9.31 0.0255 0.000671 0.00109 0.292 Tank_phys msc + 7 -168 -40.3 9.32 0.00757 0.018 0.0124 0.304 Tank_phys eIoni + 8 -168 -40.3 9.31 0 0.00757 0.00152 0.306 Tank_phys eIoni + 9 -168 -40.3 9.31 0 0 0 0.306 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -168 -40.3 9.32 3.31e-06 0 0 0 Tank_phys initStep + 1 661 2.98e+03 5e+03 3.31e-06 0 5.89e+03 5.89e+03 expHall_phys Transportation + 2 -623 1e+04 8.43e+03 3.31e-06 0 7.91e+03 1.38e+04 World_log_PV Transportation + 3 -1.54e+03 1.5e+04 1.09e+04 3.31e-06 0 5.64e+03 1.94e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -143 -42.4 11.2 0.0406 0 0 0 Tank_phys initStep + 1 -143 -42.4 11.2 0.0392 0.0014 0.00236 0.00236 Tank_phys msc + 2 -143 -42.4 11.2 0.0271 0.0121 0.0187 0.021 Tank_phys eIoni + 3 -143 -42.4 11.2 0.01 0.017 0.0133 0.0344 Tank_phys eIoni + 4 -143 -42.4 11.2 0 0.01 0.00249 0.0369 Tank_phys eIoni + 5 -143 -42.4 11.2 0 0 0 0.0369 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -143 -42.4 11.2 3.9e-06 0 0 0 Tank_phys initStep + 1 1.5e+03 5e+03 3.33e+03 3.9e-06 0 6.26e+03 6.26e+03 expHall_phys Transportation + 2 1.5e+03 5e+03 3.33e+03 3.9e-06 0 0 6.26e+03 Tank_phys Transportation + 3 5e+03 1.97e+03 3.24e+03 3.9e-06 0 4.63e+03 1.09e+04 expHall_phys Transportation + 4 5e+03 1.97e+03 3.24e+03 3.9e-06 0 0 1.09e+04 Tank_phys Transportation + 5 -4.13e+03 -5e+03 3.13e+03 3.9e-06 0 1.15e+04 2.24e+04 expHall_phys Transportation + 6 -1e+04 -6.4e+03 5.25e+03 3.9e-06 0 6.39e+03 2.88e+04 World_log_PV Transportation + 7 -1.5e+04 -7.59e+03 7.05e+03 3.9e-06 0 5.45e+03 3.42e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.88 0.404 0.638 2.23e-06 0 0 0 Tank_phys initStep + 1 2.83e+03 -1.71e+03 -3.24e+03 2.23e-06 2.23e-06 4.63e+03 4.63e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank_phys initStep + 1 0.137 -0.00351 -0.0175 0.477 0.0233 0.139 0.139 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0322 -0.000828 -0.00412 2.36e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.83e+03 752 2.36e-06 0 5.38e+03 5.38e+03 expHall_phys Transportation + 2 -1e+04 6.15e+03 4.94e+03 2.36e-06 0 7.82e+03 1.32e+04 World_log_PV Transportation + 3 -1.5e+04 1.05e+04 9.13e+03 2.36e-06 0 7.82e+03 2.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0846 -0.00217 -0.0108 3.01e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.81e+03 -472 3.01e-06 0 5.76e+03 5.76e+03 expHall_phys Transportation + 2 5e+03 2.81e+03 -472 3.01e-06 0 0 5.76e+03 Tank_phys Transportation + 3 -1.58e+03 4.84e+03 -5e+03 3.01e-06 0 8.24e+03 1.4e+04 expHall_phys Transportation + 4 -1.58e+03 4.84e+03 -5e+03 3.01e-06 0 0 1.4e+04 Tank_phys Transportation + 5 -5e+03 4.44e+03 -972 3.01e-06 0 5.3e+03 1.93e+04 expHall_phys Transportation + 6 -5e+03 4.44e+03 -972 3.01e-06 0 0 1.93e+04 Tank_phys Transportation + 7 497 5e+03 4.7e+03 3.01e-06 0 7.92e+03 2.72e+04 expHall_phys Transportation + 8 497 5e+03 4.7e+03 3.01e-06 0 0 2.72e+04 Tank_phys Transportation + 9 738 4.24e+03 5e+03 3.01e-06 0 848 2.81e+04 expHall_phys Transportation + 10 738 4.24e+03 5e+03 3.01e-06 0 0 2.81e+04 Tank_phys Transportation + 11 3.88e+03 -5e+03 -2.41e+03 3.01e-06 0 1.23e+04 4.03e+04 expHall_phys Transportation + 12 3.88e+03 -5e+03 -2.41e+03 3.01e-06 0 0 4.03e+04 Tank_phys Transportation + 13 4.89e+03 -3.44e+03 -5e+03 3.01e-06 0 3.18e+03 4.35e+04 expHall_phys Transportation + 14 9.01e+03 1e+04 -9.08e+03 3.01e-06 0 1.46e+04 5.81e+04 World_log_PV Transportation + 15 1.05e+04 1.5e+04 -1.06e+04 3.01e-06 0 5.44e+03 6.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0248 -0.000636 -0.00317 3.76e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.65e+03 915 3.76e-06 0 5.73e+03 5.73e+03 expHall_phys Transportation + 2 5e+03 -2.65e+03 915 3.76e-06 0 0 5.73e+03 Tank_phys Transportation + 3 1.97e+03 -5e+03 1.42e+03 3.76e-06 0 3.87e+03 9.6e+03 expHall_phys Transportation + 4 1.97e+03 -5e+03 1.42e+03 3.76e-06 0 0 9.6e+03 Tank_phys Transportation + 5 -907 233 4.02e+03 3.76e-06 3.76e-06 6.51e+03 1.61e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0944 -0.00242 -0.0121 3.16e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.51e+03 539 3.16e-06 0 5.62e+03 5.62e+03 expHall_phys Transportation + 2 5e+03 2.51e+03 539 3.16e-06 0 0 5.62e+03 Tank_phys Transportation + 3 -1.93e+03 5e+03 -3.75e+03 3.16e-06 0 8.53e+03 1.41e+04 expHall_phys Transportation + 4 -1.93e+03 5e+03 -3.75e+03 3.16e-06 0 0 1.41e+04 Tank_phys Transportation + 5 -2.36e+03 4.72e+03 -3.82e+03 3.16e-06 3.16e-06 516 1.47e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.078 -0.002 -0.00997 3.74e-06 0 0 0 Tank_phys initStep + 1 1.81e+03 364 715 3.74e-06 3.74e-06 1.98e+03 1.98e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.137 -0.00351 -0.0175 0.477 0 0 0.139 Tank_phys initStep + 2 0.253 0.0132 -0.0562 0.448 0.0289 0.127 0.266 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.248 0.0124 -0.0543 3.89e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.26e+03 72.5 3.89e-06 0 6.57e+03 6.57e+03 expHall_phys Transportation + 2 5e+03 -4.26e+03 72.5 3.89e-06 0 0 6.57e+03 Tank_phys Transportation + 3 4.26e+03 -5e+03 371 3.89e-06 0 1.08e+03 7.65e+03 expHall_phys Transportation + 4 4.26e+03 -5e+03 371 3.89e-06 0 0 7.65e+03 Tank_phys Transportation + 5 -3.96e+03 5e+03 890 3.89e-06 0 1.3e+04 2.06e+04 expHall_phys Transportation + 6 -3.96e+03 5e+03 890 3.89e-06 0 0 2.06e+04 Tank_phys Transportation + 7 -5e+03 2.95e+03 1.35e+03 3.89e-06 0 2.34e+03 2.3e+04 expHall_phys Transportation + 8 -5e+03 2.95e+03 1.35e+03 3.89e-06 0 0 2.3e+04 Tank_phys Transportation + 9 -3.56e+03 -5e+03 2.71e+03 3.89e-06 0 8.19e+03 3.12e+04 expHall_phys Transportation + 10 -1.91e+03 -1e+04 4e+03 3.89e-06 0 5.42e+03 3.66e+04 World_log_PV Transportation + 11 -256 -1.5e+04 5.3e+03 3.89e-06 0 5.42e+03 4.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.164 0.000461 -0.0266 2.22e-06 0 0 0 Tank_phys initStep + 1 2.17e+03 -3.84e+03 2.59e+03 2.22e-06 2.22e-06 5.11e+03 5.11e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.194 0.0047 -0.0365 3.64e-06 0 0 0 Tank_phys initStep + 1 20.9 4.13e+03 5e+03 3.64e-06 0 6.48e+03 6.48e+03 expHall_phys Transportation + 2 20.9 4.13e+03 5e+03 3.64e-06 0 0 6.48e+03 Tank_phys Transportation + 3 218 5e+03 3.72e+03 3.64e-06 0 1.56e+03 8.04e+03 expHall_phys Transportation + 4 218 5e+03 3.72e+03 3.64e-06 0 0 8.04e+03 Tank_phys Transportation + 5 -2.76e+03 -3.04e+03 -5e+03 3.64e-06 0 1.22e+04 2.03e+04 expHall_phys Transportation + 6 -2.76e+03 -3.04e+03 -5e+03 3.64e-06 0 0 2.03e+04 Tank_phys Transportation + 7 -2.85e+03 -5e+03 -3.31e+03 3.64e-06 0 2.59e+03 2.29e+04 expHall_phys Transportation + 8 -2.85e+03 -5e+03 -3.31e+03 3.64e-06 0 0 2.29e+04 Tank_phys Transportation + 9 -4.35e+03 -176 1.31e+03 3.64e-06 3.64e-06 6.85e+03 2.97e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.24 0.0112 -0.0516 2.4e-06 0 0 0 Tank_phys initStep + 1 4.5e+03 1.11e+03 -5e+03 2.4e-06 0 6.82e+03 6.82e+03 expHall_phys Transportation + 2 1e+04 1.23e+03 -7.84e+03 2.4e-06 0 6.19e+03 1.3e+04 World_log_PV Transportation + 3 1.5e+04 1.34e+03 -1.04e+04 2.4e-06 0 5.63e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.229 0.0098 -0.0483 3.89e-06 0 0 0 Tank_phys initStep + 1 5e+03 -351 840 3.89e-06 0 5.08e+03 5.08e+03 expHall_phys Transportation + 2 1e+04 -686 4.72e+03 3.89e-06 0 6.34e+03 1.14e+04 World_log_PV Transportation + 3 1.5e+04 -1.02e+03 8.6e+03 3.89e-06 0 6.34e+03 1.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.253 0.0132 -0.0562 0.448 0 0 0.266 Tank_phys initStep + 3 0.317 0.0297 -0.141 0.427 0.0209 0.112 0.378 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.298 0.0249 -0.116 3.3e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.86e+03 -2.32e+03 3.3e-06 0 5.81e+03 5.81e+03 expHall_phys Transportation + 2 1e+04 4.24e+03 -5.42e+03 3.3e-06 0 6.35e+03 1.22e+04 World_log_PV Transportation + 3 1.5e+04 6.63e+03 -8.53e+03 3.3e-06 0 6.35e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.317 0.0297 -0.141 0.427 0 0 0.378 Tank_phys initStep + 4 0.379 0.0373 -0.219 0.411 0.0156 0.101 0.479 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.379 0.0372 -0.219 3.47e-06 0 0 0 Tank_phys initStep + 1 -860 -288 -1.47e+03 3.47e-06 3.47e-06 1.73e+03 1.73e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.377 0.037 -0.217 4.06e-06 0 0 0 Tank_phys initStep + 1 3.42e+03 4.87e+03 -921 4.06e-06 4.06e-06 6.02e+03 6.02e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.369 0.036 -0.206 3.62e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.2e+03 -2.26e+03 3.62e-06 0 5.61e+03 5.61e+03 expHall_phys Transportation + 2 1e+04 3.88e+03 -9.83e+03 3.62e-06 0 9.46e+03 1.51e+04 World_log_PV Transportation + 3 1.34e+04 5.72e+03 -1.5e+04 3.62e-06 0 6.46e+03 2.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.351 0.0339 -0.184 3.34e-06 0 0 0 Tank_phys initStep + 1 1.46e+03 -1.23e+03 -5e+03 3.34e-06 0 5.35e+03 5.35e+03 expHall_phys Transportation + 2 1.46e+03 -1.23e+03 -5e+03 3.34e-06 0 0 5.35e+03 Tank_phys Transportation + 3 1.62e+03 -1.25e+03 -4.77e+03 3.34e-06 3.34e-06 284 5.63e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.338 0.0322 -0.166 2.72e-06 0 0 0 Tank_phys initStep + 1 2.41e+03 1.63e+03 -1.83e+03 2.72e-06 2.72e-06 3.43e+03 3.43e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.331 0.0314 -0.159 3.93e-06 0 0 0 Tank_phys initStep + 1 492 207 -2.81e+03 3.93e-06 3.93e-06 2.86e+03 2.86e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.379 0.0373 -0.219 0.411 0 0 0.479 Tank_phys initStep + 5 0.451 -0.0017 -0.256 0.394 0.0173 0.0942 0.574 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.418 0.0163 -0.239 3.7e-06 0 0 0 Tank_phys initStep + 1 2.96e+03 4.38e+03 5e+03 3.7e-06 0 7.27e+03 7.27e+03 expHall_phys Transportation + 2 2.96e+03 4.38e+03 5e+03 3.7e-06 0 0 7.27e+03 Tank_phys Transportation + 3 3.85e+03 5e+03 4.01e+03 3.7e-06 0 1.47e+03 8.74e+03 expHall_phys Transportation + 4 3.85e+03 5e+03 4.01e+03 3.7e-06 0 0 8.74e+03 Tank_phys Transportation + 5 5e+03 1.71e+03 2.94e+03 3.7e-06 0 3.64e+03 1.24e+04 expHall_phys Transportation + 6 5e+03 1.71e+03 2.94e+03 3.7e-06 0 0 1.24e+04 Tank_phys Transportation + 7 521 -5e+03 366 3.7e-06 0 8.47e+03 2.09e+04 expHall_phys Transportation + 8 521 -5e+03 366 3.7e-06 0 0 2.09e+04 Tank_phys Transportation + 9 -1.47e+03 -1.56e+03 -1.97e+03 3.7e-06 3.7e-06 4.6e+03 2.55e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.403 0.0243 -0.231 2.22e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -2.45e+03 -4.55e+03 2.22e-06 0 7.19e+03 7.19e+03 expHall_phys Transportation + 2 -5e+03 -2.45e+03 -4.55e+03 2.22e-06 0 0 7.19e+03 Tank_phys Transportation + 3 -4.49e+03 -2.94e+03 -5e+03 2.22e-06 0 834 8.03e+03 expHall_phys Transportation + 4 -4.49e+03 -2.94e+03 -5e+03 2.22e-06 0 0 8.03e+03 Tank_phys Transportation + 5 -4.16e+03 -3.05e+03 -4.81e+03 2.22e-06 2.22e-06 398 8.42e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.38 0.0371 -0.219 3.8e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.51e+03 -17.1 3.8e-06 0 6.74e+03 6.74e+03 expHall_phys Transportation + 2 5e+03 -4.51e+03 -17.1 3.8e-06 0 0 6.74e+03 Tank_phys Transportation + 3 4.69e+03 -5e+03 -115 3.8e-06 0 583 7.32e+03 expHall_phys Transportation + 4 4.69e+03 -5e+03 -115 3.8e-06 0 0 7.32e+03 Tank_phys Transportation + 5 -3.31e+03 264 -5e+03 3.8e-06 0 1.07e+04 1.81e+04 expHall_phys Transportation + 6 -3.31e+03 264 -5e+03 3.8e-06 0 0 1.81e+04 Tank_phys Transportation + 7 -5e+03 1.33e+03 -4.54e+03 3.8e-06 0 2.06e+03 2.01e+04 expHall_phys Transportation + 8 -5e+03 1.33e+03 -4.54e+03 3.8e-06 0 0 2.01e+04 Tank_phys Transportation + 9 -4.52e+03 298 -4.75e+03 3.8e-06 3.8e-06 1.16e+03 2.13e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.443 0.00273 -0.252 2.82e-06 0 0 0 Tank_phys initStep + 1 3.75e+03 -1.61e+03 -5e+03 2.82e-06 0 6.45e+03 6.45e+03 expHall_phys Transportation + 2 3.75e+03 -1.61e+03 -5e+03 2.82e-06 0 0 6.45e+03 Tank_phys Transportation + 3 5e+03 -902 -4.16e+03 2.82e-06 0 1.67e+03 8.12e+03 expHall_phys Transportation + 4 1e+04 9.05e+03 1.84e+03 2.82e-06 0 1.26e+04 2.08e+04 World_log_PV Transportation + 5 1.3e+04 1.5e+04 5.43e+03 2.82e-06 0 7.57e+03 2.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.395 0.0287 -0.227 3.92e-06 0 0 0 Tank_phys initStep + 1 3.04e+03 -5e+03 -2.63e+03 3.92e-06 0 6.42e+03 6.42e+03 expHall_phys Transportation + 2 5.75e+03 -1e+04 -8.61e+03 3.92e-06 0 8.25e+03 1.47e+04 World_log_PV Transportation + 3 8.46e+03 -1.5e+04 -1.46e+04 3.92e-06 0 8.25e+03 2.29e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.451 -0.0017 -0.256 0.394 0 0 0.574 Tank_phys initStep + 6 0.505 -0.0541 -0.223 0.383 0.0112 0.0865 0.66 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.46 -0.0105 -0.25 3.31e-06 0 0 0 Tank_phys initStep + 1 -2.51e+03 5e+03 -352 3.31e-06 0 5.61e+03 5.61e+03 expHall_phys Transportation + 2 -2.51e+03 5e+03 -352 3.31e-06 0 0 5.61e+03 Tank_phys Transportation + 3 -5e+03 3.78e+03 -2.69e+03 3.31e-06 0 3.63e+03 9.24e+03 expHall_phys Transportation + 4 -5e+03 3.78e+03 -2.69e+03 3.31e-06 0 0 9.24e+03 Tank_phys Transportation + 5 -180 813 -5e+03 3.31e-06 0 6.11e+03 1.53e+04 expHall_phys Transportation + 6 -180 813 -5e+03 3.31e-06 0 0 1.53e+04 Tank_phys Transportation + 7 -122 808 -4.83e+03 3.31e-06 0 176 1.55e+04 Tank_phys OpRayleigh + 8 -342 809 -5e+03 3.31e-06 0 276 1.58e+04 expHall_phys Transportation + 9 -342 809 -5e+03 3.31e-06 0 0 1.58e+04 Tank_phys Transportation + 10 -4.69e+03 -241 887 3.31e-06 3.31e-06 7.39e+03 2.32e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.491 -0.0403 -0.232 3.15e-06 0 0 0 Tank_phys initStep + 1 -983 349 5e+03 3.15e-06 0 5.11e+03 5.11e+03 expHall_phys Transportation + 2 -3.29e+03 835 1e+04 3.15e-06 0 5.53e+03 1.06e+04 World_log_PV Transportation + 3 -5.59e+03 1.32e+03 1.5e+04 3.15e-06 0 5.53e+03 1.62e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.484 -0.0333 -0.236 2.44e-06 0 0 0 Tank_phys initStep + 1 781 -1.77e+03 -5e+03 2.44e-06 0 5.36e+03 5.36e+03 expHall_phys Transportation + 2 920 -5.04e+03 -1e+04 2.44e-06 0 5.98e+03 1.13e+04 World_log_PV Transportation + 3 1.06e+03 -8.32e+03 -1.5e+04 2.44e-06 0 5.98e+03 1.73e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.495 -0.0439 -0.23 2.14e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.39e+03 542 2.14e-06 0 5.57e+03 5.57e+03 expHall_phys Transportation + 2 5e+03 -2.39e+03 542 2.14e-06 0 0 5.57e+03 Tank_phys Transportation + 3 868 -5e+03 606 2.14e-06 0 4.89e+03 1.05e+04 expHall_phys Transportation + 4 -1e+04 -8.13e+03 1.58e+03 2.14e-06 0 1.14e+04 2.18e+04 World_log_PV Transportation + 5 -1.5e+04 -9.56e+03 2.03e+03 2.14e-06 0 5.22e+03 2.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.489 -0.0385 -0.233 4.13e-06 0 0 0 Tank_phys initStep + 1 2.26e+03 -4.23e+03 5e+03 4.13e-06 0 6.93e+03 6.93e+03 expHall_phys Transportation + 2 5.84e+03 -1e+04 7.61e+03 4.13e-06 0 7.27e+03 1.42e+04 World_log_PV Transportation + 3 8.94e+03 -1.5e+04 9.88e+03 4.13e-06 0 6.3e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.505 -0.0541 -0.223 0.383 0 0 0.66 Tank_phys initStep + 7 0.553 -0.1 -0.177 0.369 0.0141 0.0816 0.742 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.53 -0.0775 -0.199 2.81e-06 0 0 0 Tank_phys initStep + 1 1.72e+03 -5e+03 2.54e+03 2.81e-06 0 5.87e+03 5.87e+03 expHall_phys Transportation + 2 1.72e+03 -5e+03 2.54e+03 2.81e-06 0 0 5.87e+03 Tank_phys Transportation + 3 768 840 5e+03 2.81e-06 0 6.41e+03 1.23e+04 expHall_phys Transportation + 4 768 840 5e+03 2.81e-06 0 0 1.23e+04 Tank_phys Transportation + 5 196 5e+03 4.6e+03 2.81e-06 0 4.22e+03 1.65e+04 expHall_phys Transportation + 6 -1.55e+03 1e+04 4.81e+03 2.81e-06 0 5.3e+03 2.18e+04 World_log_PV Transportation + 7 -3.29e+03 1.5e+04 5.01e+03 2.81e-06 0 5.3e+03 2.71e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.535 -0.0825 -0.194 3.97e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.52e+03 2.3e+03 3.97e-06 0 5.71e+03 5.71e+03 expHall_phys Transportation + 2 5e+03 -1.52e+03 2.3e+03 3.97e-06 0 0 5.71e+03 Tank_phys Transportation + 3 4.14e+03 -4.29e+03 5e+03 3.97e-06 0 3.97e+03 9.68e+03 expHall_phys Transportation + 4 4.14e+03 -4.29e+03 5e+03 3.97e-06 0 0 9.68e+03 Tank_phys Transportation + 5 3.7e+03 -5e+03 2.99e+03 3.97e-06 0 2.18e+03 1.19e+04 expHall_phys Transportation + 6 3.7e+03 -5e+03 2.99e+03 3.97e-06 0 0 1.19e+04 Tank_phys Transportation + 7 -957 5e+03 239 3.97e-06 0 1.14e+04 2.32e+04 expHall_phys Transportation + 8 -5.09e+03 1e+04 -3.72e+03 3.97e-06 0 7.6e+03 3.08e+04 World_log_PV Transportation + 9 -9.22e+03 1.5e+04 -7.68e+03 3.97e-06 0 7.6e+03 3.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.552 -0.0986 -0.178 3.84e-06 0 0 0 Tank_phys initStep + 1 1.24e+03 -4.17e+03 5e+03 3.84e-06 0 6.63e+03 6.63e+03 expHall_phys Transportation + 2 1.24e+03 -4.17e+03 5e+03 3.84e-06 0 0 6.63e+03 Tank_phys Transportation + 3 3.06e+03 -5e+03 2.6e+03 3.84e-06 0 3.12e+03 9.75e+03 expHall_phys Transportation + 4 3.06e+03 -5e+03 2.6e+03 3.84e-06 0 0 9.75e+03 Tank_phys Transportation + 5 4.81e+03 2.35e+03 1.83e+03 3.84e-06 3.84e-06 7.6e+03 1.73e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.553 -0.1 -0.177 0.369 0 0 0.742 Tank_phys initStep + 8 0.599 -0.131 -0.126 0.358 0.0108 0.0757 0.817 Tank_phys Cerenkov + 9 0.635 -0.162 -0.0759 0.348 0.00969 0.0714 0.889 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.613 -0.144 -0.106 3.82e-06 0 0 0 Tank_phys initStep + 1 2.55e+03 4.11e+03 -2.79e+03 3.82e-06 3.82e-06 5.58e+03 5.58e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.605 -0.136 -0.118 3.51e-06 0 0 0 Tank_phys initStep + 1 4.25e+03 -4.61e+03 2.67e+03 3.51e-06 0 6.81e+03 6.81e+03 Tank_phys OpRayleigh + 2 2.41e+03 5e+03 -2.13e+03 3.51e-06 0 1.09e+04 1.77e+04 expHall_phys Transportation + 3 2.41e+03 5e+03 -2.13e+03 3.51e-06 0 0 1.77e+04 Tank_phys Transportation + 4 541 2.06e+03 -5e+03 3.51e-06 0 4.51e+03 2.22e+04 expHall_phys Transportation + 5 541 2.06e+03 -5e+03 3.51e-06 0 0 2.22e+04 Tank_phys Transportation + 6 2.01e+03 -3.01e+03 5e+03 3.51e-06 0 1.13e+04 3.35e+04 expHall_phys Transportation + 7 3.36e+03 -6.93e+03 1e+04 3.51e-06 0 6.5e+03 4e+04 World_log_PV Transportation + 8 4.71e+03 -1.09e+04 1.5e+04 3.51e-06 0 6.5e+03 4.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.635 -0.162 -0.0759 0.348 0 0 0.889 Tank_phys initStep + 10 0.665 -0.162 -0.0156 0.331 0.0176 0.0676 0.956 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.635 -0.162 -0.0753 3.16e-06 0 0 0 Tank_phys initStep + 1 -5e+03 351 2.66e+03 3.16e-06 0 5.68e+03 5.68e+03 expHall_phys Transportation + 2 -7.79e+03 3.06e+03 1e+04 3.16e-06 0 8.31e+03 1.4e+04 World_log_PV Transportation + 3 -9.69e+03 4.91e+03 1.5e+04 3.16e-06 0 5.66e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.665 -0.162 -0.0156 0.331 0 0 0.956 Tank_phys initStep + 11 0.702 -0.143 0.0286 0.321 0.0097 0.0609 1.02 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.679 -0.154 0.00165 2.22e-06 0 0 0 Tank_phys initStep + 1 3.93e+03 5e+03 4.9e+03 2.22e-06 0 8.03e+03 8.03e+03 expHall_phys Transportation + 2 3.93e+03 5e+03 4.9e+03 2.22e-06 0 0 8.03e+03 Tank_phys Transportation + 3 3.95e+03 4.73e+03 5e+03 2.22e-06 0 291 8.32e+03 expHall_phys Transportation + 4 3.95e+03 4.73e+03 5e+03 2.22e-06 0 0 8.32e+03 Tank_phys Transportation + 5 2.36e+03 3.48e+03 4.56e+03 2.22e-06 2.22e-06 2.07e+03 1.04e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.676 -0.156 -0.00257 3.62e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.09e+03 2.82e+03 3.62e-06 0 6.52e+03 6.52e+03 expHall_phys Transportation + 2 7.99e+03 8.32e+03 1e+04 3.62e-06 0 9.37e+03 1.59e+04 World_log_PV Transportation + 3 1.01e+04 1.2e+04 1.5e+04 3.62e-06 0 6.53e+03 2.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 0.702 -0.143 0.0286 0.321 0 0 1.02 Tank_phys initStep + 12 0.732 -0.113 0.0674 0.309 0.0118 0.0575 1.07 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.721 -0.124 0.0539 3.96e-06 0 0 0 Tank_phys initStep + 1 2.78e+03 1.21e+03 5e+03 3.96e-06 0 5.85e+03 5.85e+03 expHall_phys Transportation + 2 7.18e+03 1.3e+03 1e+04 3.96e-06 0 6.66e+03 1.25e+04 World_log_PV Transportation + 3 1.16e+04 1.39e+03 1.5e+04 3.96e-06 0 6.66e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.732 -0.113 0.0674 0.309 0 0 1.07 Tank_phys initStep + 13 0.75 -0.0814 0.106 0.301 0.00837 0.0533 1.13 Tank_phys Cerenkov + 14 0.763 -0.0487 0.14 0.292 0.00874 0.0505 1.18 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.751 -0.0795 0.108 3.71e-06 0 0 0 Tank_phys initStep + 1 -2.46e+03 -2.95e+03 1.09e+03 3.71e-06 3.71e-06 3.99e+03 3.99e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 0.763 -0.0487 0.14 0.292 0 0 1.18 Tank_phys initStep + 15 0.772 -0.0135 0.17 0.284 0.00854 0.0476 1.23 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.764 -0.0455 0.142 3.54e-06 0 0 0 Tank_phys initStep + 1 4.47e+03 5e+03 -593 3.54e-06 0 6.73e+03 6.73e+03 expHall_phys Transportation + 2 1e+04 8.23e+03 -5.68e+03 3.54e-06 0 8.18e+03 1.49e+04 World_log_PV Transportation + 3 1.5e+04 1.11e+04 -1.03e+04 3.54e-06 0 7.39e+03 2.23e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.766 -0.0386 0.148 4.11e-06 0 0 0 Tank_phys initStep + 1 1.61e+03 3.13e+03 5e+03 4.11e-06 0 6.12e+03 6.12e+03 expHall_phys Transportation + 2 1.61e+03 3.13e+03 5e+03 4.11e-06 0 0 6.12e+03 Tank_phys Transportation + 3 2.6e+03 5e+03 3.68e+03 4.11e-06 0 2.49e+03 8.61e+03 expHall_phys Transportation + 4 2.6e+03 5e+03 3.68e+03 4.11e-06 0 0 8.61e+03 Tank_phys Transportation + 5 5e+03 2.88e+03 3.67e+03 4.11e-06 0 3.2e+03 1.18e+04 expHall_phys Transportation + 6 5e+03 2.88e+03 3.67e+03 4.11e-06 0 0 1.18e+04 Tank_phys Transportation + 7 5e+03 2.88e+03 3.66e+03 4.11e-06 0 2.18 1.18e+04 Tank_phys OpRayleigh + 8 5e+03 2.87e+03 3.66e+03 4.11e-06 0 3.05 1.18e+04 expHall_phys Transportation + 9 5e+03 2.87e+03 3.66e+03 4.11e-06 0 0 1.18e+04 Tank_phys Transportation + 10 -2.09e+03 -5e+03 3.15e+03 4.11e-06 0 1.06e+04 2.24e+04 expHall_phys Transportation + 11 -2.09e+03 -5e+03 3.15e+03 4.11e-06 0 0 2.24e+04 Tank_phys Transportation + 12 -2.45e+03 -3.86e+03 3.17e+03 4.11e-06 0 1.2e+03 2.36e+04 Tank_phys OpRayleigh + 13 -2.29e+03 -3.93e+03 3.4e+03 4.11e-06 4.11e-06 292 2.39e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.772 -0.0135 0.17 0.284 0 0 1.23 Tank_phys initStep + 16 0.774 0.0236 0.195 0.277 0.00694 0.045 1.27 Tank_phys Cerenkov + 17 0.769 0.058 0.218 0.267 0.00913 0.0428 1.31 Tank_phys Cerenkov + 18 0.767 0.0879 0.243 0.261 0.00632 0.04 1.35 Tank_phys Cerenkov + 19 0.78 0.111 0.269 0.251 0.00972 0.0382 1.39 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.778 0.107 0.264 3.8e-06 0 0 0 Tank_phys initStep + 1 -2.41e+03 5e+03 -277 3.8e-06 0 5.56e+03 5.56e+03 expHall_phys Transportation + 2 -2.41e+03 5e+03 -277 3.8e-06 0 0 5.56e+03 Tank_phys Transportation + 3 2.8e+03 4.63e+03 -3.12e+03 3.8e-06 0 5.95e+03 1.15e+04 Tank_phys OpRayleigh + 4 5e+03 2.85e+03 -854 3.8e-06 0 3.62e+03 1.51e+04 expHall_phys Transportation + 5 5e+03 2.85e+03 -854 3.8e-06 0 0 1.51e+04 Tank_phys Transportation + 6 4.04e+03 923 764 3.8e-06 3.8e-06 2.69e+03 1.78e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 0.78 0.111 0.269 0.251 0 0 1.39 Tank_phys initStep + 20 0.792 0.134 0.29 0.247 0.00444 0.0341 1.43 Tank_phys Cerenkov + 21 0.797 0.148 0.297 0.243 0.00433 0.0172 1.44 Tank_phys Cerenkov + 22 0.797 0.149 0.297 0.243 6.48e-05 0.000833 1.44 Tank_phys Cerenkov + 23 0.797 0.15 0.297 0.243 9.58e-05 0.000588 1.45 Tank_phys Cerenkov + 24 0.797 0.15 0.298 0.242 1.07e-05 0.000225 1.45 Tank_phys Cerenkov + 25 0.797 0.15 0.298 0.242 8.7e-05 0.000184 1.45 Tank_phys Cerenkov + 26 0.826 0.263 0.315 0.214 0.0285 0.133 1.58 Tank_phys eIoni + 27 0.826 0.351 0.36 0.186 0.028 0.112 1.69 Tank_phys eIoni + 28 0.817 0.4 0.423 0.16 0.0258 0.092 1.78 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.819 0.389 0.41 2.24e-06 0 0 0 Tank_phys initStep + 1 3.48e+03 5e+03 2.12e+03 2.24e-06 0 6.45e+03 6.45e+03 expHall_phys Transportation + 2 3.48e+03 5e+03 2.12e+03 2.24e-06 0 0 6.45e+03 Tank_phys Transportation + 3 5e+03 4.38e+03 2.7e+03 2.24e-06 0 1.74e+03 8.19e+03 expHall_phys Transportation + 4 5e+03 4.38e+03 2.7e+03 2.24e-06 0 0 8.19e+03 Tank_phys Transportation + 5 139 1.11e+03 5e+03 2.24e-06 0 6.29e+03 1.45e+04 expHall_phys Transportation + 6 139 1.11e+03 5e+03 2.24e-06 0 0 1.45e+04 Tank_phys Transportation + 7 -5e+03 -753 1.6e+03 2.24e-06 0 6.44e+03 2.09e+04 expHall_phys Transportation + 8 -1e+04 -3.28e+03 -936 2.24e-06 0 6.15e+03 2.71e+04 World_log_PV Transportation + 9 -1.5e+04 -5.81e+03 -3.48e+03 2.24e-06 0 6.15e+03 3.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.82 0.383 0.402 3.26e-06 0 0 0 Tank_phys initStep + 1 623 -792 5e+03 3.26e-06 0 5.1e+03 5.1e+03 expHall_phys Transportation + 2 1.58e+03 -3.08e+03 1e+04 3.26e-06 0 5.58e+03 1.07e+04 World_log_PV Transportation + 3 2.53e+03 -5.37e+03 1.5e+04 3.26e-06 0 5.58e+03 1.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 0.817 0.4 0.423 0.16 0 0 1.78 Tank_phys initStep + 29 0.81 0.406 0.445 0.143 0.0174 0.0238 1.81 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.812 0.404 0.439 3.22e-06 0 0 0 Tank_phys initStep + 1 944 -5e+03 -1.56e+03 3.22e-06 0 5.32e+03 5.32e+03 expHall_phys Transportation + 2 944 -5e+03 -1.56e+03 3.22e-06 0 0 5.32e+03 Tank_phys Transportation + 3 5e+03 -1.13e+03 -4.93e+03 3.22e-06 0 6.54e+03 1.19e+04 expHall_phys Transportation + 4 5e+03 -1.13e+03 -4.93e+03 3.22e-06 0 0 1.19e+04 Tank_phys Transportation + 5 4.89e+03 -1.12e+03 -5e+03 3.22e-06 0 128 1.2e+04 expHall_phys Transportation + 6 4.89e+03 -1.12e+03 -5e+03 3.22e-06 0 0 1.2e+04 Tank_phys Transportation + 7 -89.7 327 3.59e+03 3.22e-06 0 1e+04 2.2e+04 Tank_phys OpRayleigh + 8 -5e+03 -4.25e+03 4.8e+03 3.22e-06 0 6.82e+03 2.88e+04 expHall_phys Transportation + 9 -5e+03 -4.25e+03 4.8e+03 3.22e-06 0 0 2.88e+04 Tank_phys Transportation + 10 -4.63e+03 -5e+03 4.88e+03 3.22e-06 0 842 2.97e+04 expHall_phys Transportation + 11 1.11e+03 -1e+04 6.24e+03 3.22e-06 0 7.73e+03 3.74e+04 World_log_PV Transportation + 12 6.85e+03 -1.5e+04 7.59e+03 3.22e-06 0 7.73e+03 4.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.814 0.403 0.434 2.44e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.78e+03 384 2.44e-06 0 6.93e+03 6.93e+03 expHall_phys Transportation + 2 5e+03 -4.78e+03 384 2.44e-06 0 0 6.93e+03 Tank_phys Transportation + 3 4.61e+03 -5e+03 425 2.44e-06 0 449 7.38e+03 expHall_phys Transportation + 4 4.61e+03 -5e+03 425 2.44e-06 0 0 7.38e+03 Tank_phys Transportation + 5 3.65e+03 -4.37e+03 1.02e+03 2.44e-06 2.44e-06 1.29e+03 8.67e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 0.81 0.406 0.445 0.143 0 0 1.81 Tank_phys initStep + 30 0.81 0.42 0.458 0.137 0.00526 0.0196 1.83 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.81 0.407 0.446 4.08e-06 0 0 0 Tank_phys initStep + 1 1.37e+03 -804 -828 4.08e-06 4.08e-06 1.79e+03 1.79e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 30 0.81 0.42 0.458 0.137 0 0 1.83 Tank_phys initStep + 31 0.808 0.435 0.468 0.132 0.00517 0.0185 1.84 Tank_phys msc + 32 0.804 0.478 0.496 0.11 0.0223 0.0589 1.9 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.804 0.478 0.496 3.69e-06 0 0 0 Tank_phys initStep + 1 2.88e+03 -5e+03 3.33e+03 3.69e-06 0 6.66e+03 6.66e+03 expHall_phys Transportation + 2 2.88e+03 -5e+03 3.33e+03 3.69e-06 0 0 6.66e+03 Tank_phys Transportation + 3 4.63e+03 -4.81e+03 5e+03 3.69e-06 0 2.42e+03 9.09e+03 expHall_phys Transportation + 4 4.63e+03 -4.81e+03 5e+03 3.69e-06 0 0 9.09e+03 Tank_phys Transportation + 5 5e+03 -4.74e+03 4.71e+03 3.69e-06 0 475 9.56e+03 expHall_phys Transportation + 6 5e+03 -4.74e+03 4.71e+03 3.69e-06 0 0 9.56e+03 Tank_phys Transportation + 7 2.8e+03 -5e+03 3.38e+03 3.69e-06 0 2.59e+03 1.22e+04 expHall_phys Transportation + 8 2.8e+03 -5e+03 3.38e+03 3.69e-06 0 0 1.22e+04 Tank_phys Transportation + 9 -4e+03 -2.61e+03 638 3.69e-06 3.69e-06 7.7e+03 1.99e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.805 0.467 0.489 4.1e-06 0 0 0 Tank_phys initStep + 1 320 1.38e+03 5e+03 4.1e-06 0 5.2e+03 5.2e+03 expHall_phys Transportation + 2 490 1e+04 8.37e+03 4.1e-06 0 9.26e+03 1.45e+04 World_log_PV Transportation + 3 588 1.5e+04 1.03e+04 4.1e-06 0 5.37e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.806 0.448 0.477 4.02e-06 0 0 0 Tank_phys initStep + 1 -118 -3.4e+03 110 4.02e-06 4.02e-06 3.4e+03 3.4e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 32 0.804 0.478 0.496 0.11 0 0 1.9 Tank_phys initStep + 33 0.797 0.484 0.505 0.105 0.00483 0.0126 1.92 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.799 0.483 0.502 2.21e-06 0 0 0 Tank_phys initStep + 1 -2.96e+03 -5e+03 2.63e+03 2.21e-06 0 6.38e+03 6.38e+03 expHall_phys Transportation + 2 -2.96e+03 -5e+03 2.63e+03 2.21e-06 0 0 6.38e+03 Tank_phys Transportation + 3 -4.9e+03 -1.58e+03 5e+03 2.21e-06 0 4.59e+03 1.1e+04 expHall_phys Transportation + 4 -4.9e+03 -1.58e+03 5e+03 2.21e-06 0 0 1.1e+04 Tank_phys Transportation + 5 -5e+03 -1.43e+03 4.94e+03 2.21e-06 0 189 1.12e+04 expHall_phys Transportation + 6 -5e+03 -1.43e+03 4.94e+03 2.21e-06 0 0 1.12e+04 Tank_phys Transportation + 7 -3.09e+03 5e+03 3.7e+03 2.21e-06 0 6.82e+03 1.8e+04 expHall_phys Transportation + 8 -513 1e+04 2.39e+03 2.21e-06 0 5.77e+03 2.38e+04 World_log_PV Transportation + 9 2.06e+03 1.5e+04 1.08e+03 2.21e-06 0 5.77e+03 2.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 0.797 0.484 0.505 0.105 0 0 1.92 Tank_phys initStep + 34 0.797 0.485 0.515 0.0952 0.00997 0.0117 1.93 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.797 0.485 0.509 2.72e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -1.13e+03 -4.87e+03 2.72e-06 0 7.07e+03 7.07e+03 expHall_phys Transportation + 2 -5e+03 -1.13e+03 -4.87e+03 2.72e-06 0 0 7.07e+03 Tank_phys Transportation + 3 -4.98e+03 -1.16e+03 -5e+03 2.72e-06 0 136 7.21e+03 expHall_phys Transportation + 4 -4.26e+03 -2.74e+03 -1e+04 2.72e-06 0 5.29e+03 1.25e+04 World_log_PV Transportation + 5 -3.55e+03 -4.31e+03 -1.5e+04 2.72e-06 0 5.29e+03 1.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 34 0.797 0.485 0.515 0.0952 0 0 1.93 Tank_phys initStep + 35 0.8 0.48 0.523 0.0935 0.00169 0.00986 1.94 Tank_phys msc + 36 0.811 0.462 0.548 0.0762 0.0173 0.0392 1.98 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.804 0.473 0.532 3.47e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.95e+03 2.18e+03 3.47e-06 0 5.79e+03 5.79e+03 expHall_phys Transportation + 2 5e+03 1.95e+03 2.18e+03 3.47e-06 0 0 5.79e+03 Tank_phys Transportation + 3 142 5e+03 4.5e+03 3.47e-06 0 6.19e+03 1.2e+04 expHall_phys Transportation + 4 142 5e+03 4.5e+03 3.47e-06 0 0 1.2e+04 Tank_phys Transportation + 5 -912 4.79e+03 5e+03 3.47e-06 0 1.18e+03 1.32e+04 expHall_phys Transportation + 6 -912 4.79e+03 5e+03 3.47e-06 0 0 1.32e+04 Tank_phys Transportation + 7 -1.75e+03 4.31e+03 4.34e+03 3.47e-06 0 1.17e+03 1.43e+04 Tank_phys OpRayleigh + 8 -3.72e+03 5e+03 650 3.47e-06 0 4.24e+03 1.86e+04 expHall_phys Transportation + 9 -3.72e+03 5e+03 650 3.47e-06 0 0 1.86e+04 Tank_phys Transportation + 10 -3.76e+03 4.86e+03 468 3.47e-06 3.47e-06 233 1.88e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 36 0.811 0.462 0.548 0.0762 0 0 1.98 Tank_phys initStep + 37 0.811 0.456 0.549 0.0742 0.002 0.00669 1.98 Tank_phys msc + 38 0.811 0.431 0.551 0.0628 0.0114 0.031 2.01 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.811 0.432 0.551 2.45e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.32e+03 -838 2.45e-06 0 5.24e+03 5.24e+03 expHall_phys Transportation + 2 -1e+04 5.17e+03 -2.1e+03 2.45e-06 0 6.43e+03 1.17e+04 World_log_PV Transportation + 3 -1.5e+04 9.01e+03 -3.36e+03 2.45e-06 0 6.43e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 38 0.811 0.431 0.551 0.0628 0 0 2.01 Tank_phys initStep + 39 0.809 0.429 0.555 0.06 0.00288 0.00476 2.02 Tank_phys msc + 40 0.801 0.42 0.57 0.0463 0.0137 0.0255 2.04 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.803 0.422 0.567 3.78e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -2.41e+03 -2.73e+03 3.78e-06 0 6.19e+03 6.19e+03 expHall_phys Transportation + 2 -5e+03 -2.41e+03 -2.73e+03 3.78e-06 0 0 6.19e+03 Tank_phys Transportation + 3 -2.97e+03 -3.95e+03 -5e+03 3.78e-06 0 3.41e+03 9.6e+03 expHall_phys Transportation + 4 -2.97e+03 -3.95e+03 -5e+03 3.78e-06 0 0 9.6e+03 Tank_phys Transportation + 5 -2.53e+03 -5e+03 -3.67e+03 3.78e-06 0 1.75e+03 1.14e+04 expHall_phys Transportation + 6 -2.53e+03 -5e+03 -3.67e+03 3.78e-06 0 0 1.14e+04 Tank_phys Transportation + 7 -3.86e+03 5e+03 2.73e+03 3.78e-06 0 1.19e+04 2.33e+04 expHall_phys Transportation + 8 -3.86e+03 5e+03 2.73e+03 3.78e-06 0 0 2.33e+04 Tank_phys Transportation + 9 -5e+03 4.8e+03 1.9e+03 3.78e-06 0 1.42e+03 2.47e+04 expHall_phys Transportation + 10 -5e+03 4.8e+03 1.9e+03 3.78e-06 0 0 2.47e+04 Tank_phys Transportation + 11 1.4e+03 -2.75e+03 -5e+03 3.78e-06 0 1.21e+04 3.68e+04 expHall_phys Transportation + 12 1.4e+03 -2.75e+03 -5e+03 3.78e-06 0 0 3.68e+04 Tank_phys Transportation + 13 2.78e+03 -4.79e+03 5e+03 3.78e-06 0 1.03e+04 4.71e+04 expHall_phys Transportation + 14 5.53e+03 -7.81e+03 1e+04 3.78e-06 0 6.46e+03 5.35e+04 World_log_PV Transportation + 15 8.28e+03 -1.08e+04 1.5e+04 3.78e-06 0 6.46e+03 6e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.807 0.426 0.559 3.66e-06 0 0 0 Tank_phys initStep + 1 70 11.7 -90.6 3.66e-06 3.66e-06 115 115 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 40 0.801 0.42 0.57 0.0463 0 0 2.04 Tank_phys initStep + 41 0.801 0.422 0.569 0.0448 0.00148 0.00277 2.05 Tank_phys msc + 42 0.8 0.435 0.564 0.0329 0.0119 0.0201 2.07 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.801 0.435 0.564 2.36e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.64e+03 -2.63e+03 2.36e-06 0 6.23e+03 6.23e+03 expHall_phys Transportation + 2 5e+03 2.64e+03 -2.63e+03 2.36e-06 0 0 6.23e+03 Tank_phys Transportation + 3 2.7e+03 5e+03 -3.53e+03 2.36e-06 0 3.42e+03 9.65e+03 expHall_phys Transportation + 4 2.7e+03 5e+03 -3.53e+03 2.36e-06 0 0 9.65e+03 Tank_phys Transportation + 5 -5e+03 113 -4.65e+03 2.36e-06 0 9.19e+03 1.88e+04 expHall_phys Transportation + 6 -5e+03 113 -4.65e+03 2.36e-06 0 0 1.88e+04 Tank_phys Transportation + 7 -4.82e+03 34.4 -5e+03 2.36e-06 0 398 1.92e+04 expHall_phys Transportation + 8 -4.82e+03 34.4 -5e+03 2.36e-06 0 0 1.92e+04 Tank_phys Transportation + 9 3.29e+03 -2.6e+03 3.09e+03 2.36e-06 2.36e-06 1.18e+04 3.1e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 42 0.8 0.435 0.564 0.0329 0 0 2.07 Tank_phys initStep + 43 0.802 0.435 0.563 0.0307 0.00223 0.00151 2.07 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.801 0.435 0.564 3.75e-06 0 0 0 Tank_phys initStep + 1 -63.3 -151 -131 3.75e-06 3.75e-06 211 211 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 43 0.802 0.435 0.563 0.0307 0 0 2.07 Tank_phys initStep + 44 0.803 0.434 0.563 0.0293 0.00144 0.00133 2.07 Tank_phys msc + 45 0.81 0.432 0.562 0.00922 0.02 0.0138 2.08 Tank_phys eIoni + 46 0.81 0.431 0.562 0 0.00922 0.00193 2.09 Tank_phys eIoni + 47 0.81 0.431 0.562 0 0 0 2.09 Tank_phys annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.81 0.431 0.562 0.511 0 0 0 Tank_phys initStep + 1 -62.4 132 2.54 0.506 0.000537 146 146 Tank_phys compt + 2 -122 226 -7.76 0.254 1.42e-05 112 258 Tank_phys compt + 3 -181 193 51.2 0.211 1.42e-05 89.8 348 Tank_phys compt + 4 -174 92.4 92.3 0.151 1.42e-05 109 457 Tank_phys compt + 5 -116 65.6 11.9 0.145 2.92e-05 103 559 Tank_phys compt + 6 -69.6 -7.02 -44.4 0.114 0.000537 103 662 Tank_phys compt + 7 -53.3 20.7 -94.7 0.11 0.000537 59.8 722 Tank_phys compt + 8 -60.6 67.9 -127 0.084 1.42e-05 57.4 780 Tank_phys compt + 9 -6.37 76.3 -42.9 0.0793 1.36e-05 100 880 Tank_phys compt + 10 -11.2 47.8 6.54 0.0773 0.000537 57.3 937 Tank_phys compt + 11 -11.8 46.7 7.22 0.0708 1.36e-05 1.42 938 Tank_phys compt + 12 11.2 44.9 126 0.0586 1.36e-05 121 1.06e+03 Tank_phys compt + 13 22.5 55.2 114 0.0586 0 19.2 1.08e+03 Tank_phys Rayl + 14 75.1 104 109 0.0491 1.36e-05 72 1.15e+03 Tank_phys compt + 15 6.63 89.9 60.1 0.0468 1.42e-05 85.2 1.24e+03 Tank_phys compt + 16 4.08 81.8 57.5 0.0411 1.42e-05 8.91 1.24e+03 Tank_phys compt + 17 -3.04 89.1 61.9 0 0.000538 11.2 1.26e+03 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.04 89.1 61.9 0.0405 0 0 0 Tank_phys initStep + 1 -3.04 89.1 61.9 0.0391 0.00142 0.00236 0.00236 Tank_phys msc + 2 -3.04 89.1 61.9 0.0126 0.0265 0.0186 0.021 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 76 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.04 89.1 61.9 2.74e-06 0 0 0 Tank_phys initStep + 1 5e+03 539 1.81e+03 2.74e-06 0 5.32e+03 5.32e+03 expHall_phys Transportation + 2 1e+04 843 4.3e+03 2.74e-06 0 5.59e+03 1.09e+04 World_log_PV Transportation + 3 1.5e+04 1.15e+03 6.8e+03 2.74e-06 0 5.59e+03 1.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 76 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.04 89.1 61.9 2.5e-06 0 0 0 Tank_phys initStep + 1 2.21e+03 4.48e+03 5e+03 2.5e-06 0 6.97e+03 6.97e+03 expHall_phys Transportation + 2 2.21e+03 4.48e+03 5e+03 2.5e-06 0 0 6.97e+03 Tank_phys Transportation + 3 5e+03 4.36e+03 2.45e+03 2.5e-06 0 3.78e+03 1.08e+04 expHall_phys Transportation + 4 5e+03 4.36e+03 2.45e+03 2.5e-06 0 0 1.08e+04 Tank_phys Transportation + 5 -5e+03 3.96e+03 -954 2.5e-06 0 1.06e+04 2.13e+04 expHall_phys Transportation + 6 -5e+03 3.96e+03 -954 2.5e-06 0 0 2.13e+04 Tank_phys Transportation + 7 -1.32e+03 5e+03 -48.4 2.5e-06 0 3.93e+03 2.52e+04 expHall_phys Transportation + 8 -1.32e+03 5e+03 -48.4 2.5e-06 0 0 2.52e+04 Tank_phys Transportation + 9 5e+03 2.04e+03 1.62e+03 2.5e-06 0 7.18e+03 3.24e+04 expHall_phys Transportation + 10 1e+04 -3.91e+03 4.87e+03 2.5e-06 0 8.42e+03 4.09e+04 World_log_PV Transportation + 11 1.5e+04 -9.86e+03 8.12e+03 2.5e-06 0 8.42e+03 4.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -3.04 89.1 61.9 0.0126 0 0 0.021 Tank_phys initStep + 3 -3.04 89.1 61.9 0.0126 1.08e-05 0.000296 0.0213 Tank_phys msc + 4 -3.04 89.1 61.9 0 0.0126 0.0037 0.025 Tank_phys eIoni + 5 -3.04 89.1 61.9 0 0 0 0.025 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 76 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.04 89.1 61.9 3.4e-06 0 0 0 Tank_phys initStep + 1 2.77e+03 -252 -445 3.4e-06 0 2.84e+03 2.84e+03 Tank_phys OpRayleigh + 2 -2.42e+03 -2.44e+03 -5e+03 3.4e-06 0 7.24e+03 1.01e+04 expHall_phys Transportation + 3 -2.42e+03 -2.44e+03 -5e+03 3.4e-06 0 0 1.01e+04 Tank_phys Transportation + 4 -5e+03 -4.37e+03 1.08e+03 3.4e-06 0 6.88e+03 1.7e+04 expHall_phys Transportation + 5 -5e+03 -4.37e+03 1.08e+03 3.4e-06 0 0 1.7e+04 Tank_phys Transportation + 6 -3.81e+03 -5e+03 2.25e+03 3.4e-06 0 1.79e+03 1.87e+04 expHall_phys Transportation + 7 -3.81e+03 -5e+03 2.25e+03 3.4e-06 0 0 1.87e+04 Tank_phys Transportation + 8 -2.19e+03 -4.61e+03 5e+03 3.4e-06 0 3.21e+03 2.2e+04 expHall_phys Transportation + 9 -2.19e+03 -4.61e+03 5e+03 3.4e-06 0 0 2.2e+04 Tank_phys Transportation + 10 847 -5e+03 2.83e+03 3.4e-06 0 3.75e+03 2.57e+04 expHall_phys Transportation + 11 847 -5e+03 2.83e+03 3.4e-06 0 0 2.57e+04 Tank_phys Transportation + 12 4.22e+03 5e+03 236 3.4e-06 0 1.09e+04 3.66e+04 expHall_phys Transportation + 13 7.84e+03 1e+04 -3.49e+03 3.4e-06 0 7.21e+03 4.38e+04 World_log_PV Transportation + 14 1.15e+04 1.5e+04 -7.21e+03 3.4e-06 0 7.21e+03 5.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 76 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.04 89.1 61.9 2.96e-06 0 0 0 Tank_phys initStep + 1 -987 -5e+03 -3.96e+03 2.96e-06 0 6.56e+03 6.56e+03 expHall_phys Transportation + 2 -987 -5e+03 -3.96e+03 2.96e-06 0 0 6.56e+03 Tank_phys Transportation + 3 -1.28e+03 -3.91e+03 -5e+03 2.96e-06 0 1.54e+03 8.1e+03 expHall_phys Transportation + 4 -1.28e+03 -3.91e+03 -5e+03 2.96e-06 0 0 8.1e+03 Tank_phys Transportation + 5 -2.11e+03 -2.67e+03 -2.49e+03 2.96e-06 2.96e-06 2.92e+03 1.1e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* 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 4.08 81.8 57.5 0.00576 0 0 0 Tank_phys initStep + 1 4.08 81.8 57.5 0.00576 0 7.54e-05 7.54e-05 Tank_phys msc + 2 4.08 81.8 57.5 0 0.00576 0.000943 0.00102 Tank_phys eIoni + 3 4.08 81.8 57.5 0 0 0 0.00102 Tank_phys NoProcess + +********************************************************************************************************* +* 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 6.63 89.9 60.1 0.00229 0 0 0 Tank_phys initStep + 1 6.63 89.9 60.1 0.00218 0.000111 1.58e-05 1.58e-05 Tank_phys msc + 2 6.63 89.9 60.1 0 0.00218 0.000182 0.000198 Tank_phys eIoni + 3 6.63 89.9 60.1 0 0 0 0.000198 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 75.1 104 109 0.00948 0 0 0 Tank_phys initStep + 1 75.1 104 109 0.00885 0.000628 0.00018 0.00018 Tank_phys msc + 2 75.1 104 109 0 0.00885 0.002 0.00218 Tank_phys eIoni + 3 75.1 104 109 0 0 0 0.00218 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11.2 44.9 126 0.0122 0 0 0 Tank_phys initStep + 1 11.2 44.9 126 0.0116 0.00059 0.000281 0.000281 Tank_phys msc + 2 11.2 44.9 126 0 0.0116 0.00322 0.0035 Tank_phys eIoni + 3 11.2 44.9 126 0 0 0 0.0035 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 72 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11.2 44.9 126 2.35e-06 0 0 0 Tank_phys initStep + 1 -1.81e+03 5e+03 1.53e+03 2.35e-06 0 5.46e+03 5.46e+03 expHall_phys Transportation + 2 -1.81e+03 5e+03 1.53e+03 2.35e-06 0 0 5.46e+03 Tank_phys Transportation + 3 -4.94e+03 -1.25e+03 1.89e+03 2.35e-06 2.35e-06 7e+03 1.25e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.8 46.7 7.22 0.00642 0 0 0 Tank_phys initStep + 1 -11.8 46.7 7.22 0.0062 0.000219 9.11e-05 9.11e-05 Tank_phys msc + 2 -11.8 46.7 7.22 0 0.0062 0.00107 0.00116 Tank_phys eIoni + 3 -11.8 46.7 7.22 0 0 0 0.00116 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.8 46.7 7.22 4.11e-06 0 0 0 Tank_phys initStep + 1 2.23e+03 -5e+03 -1.28e+03 4.11e-06 0 5.67e+03 5.67e+03 expHall_phys Transportation + 2 2.23e+03 -5e+03 -1.28e+03 4.11e-06 0 0 5.67e+03 Tank_phys Transportation + 3 5e+03 -3.51e+03 -1.49e+03 4.11e-06 0 3.15e+03 8.82e+03 expHall_phys Transportation + 4 5e+03 -3.51e+03 -1.49e+03 4.11e-06 0 0 8.82e+03 Tank_phys Transportation + 5 -5e+03 4.64e+03 -3.32e+03 4.11e-06 0 1.3e+04 2.19e+04 expHall_phys Transportation + 6 -9.72e+03 1e+04 -5.07e+03 4.11e-06 0 7.35e+03 2.92e+04 World_log_PV Transportation + 7 -1.41e+04 1.5e+04 -6.69e+03 4.11e-06 0 6.86e+03 3.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.2 47.8 6.54 0.00146 0 0 0 Tank_phys initStep + 1 -11.2 47.8 6.54 0.00146 0 7.58e-06 7.58e-06 Tank_phys msc + 2 -11.2 47.8 6.54 0 0.00146 9.47e-05 0.000102 Tank_phys eIoni + 3 -11.2 47.8 6.54 0 0 0 0.000102 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.37 76.3 -42.9 0.00469 0 0 0 Tank_phys initStep + 1 -6.37 76.3 -42.9 0.00464 5.44e-05 5.3e-05 5.3e-05 Tank_phys msc + 2 -6.37 76.3 -42.9 0 0.00464 0.000649 0.000702 Tank_phys eIoni + 3 -6.37 76.3 -42.9 0 0 0 0.000702 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -60.6 67.9 -127 0.0259 0 0 0 Tank_phys initStep + 1 -60.6 67.9 -127 0.00291 0.023 0.00107 0.00107 Tank_phys msc + 2 -60.6 67.9 -127 0 0.00291 0.000294 0.00136 Tank_phys eIoni + 3 -60.6 67.9 -127 0 0 0 0.00136 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -53.3 20.7 -94.7 0.0039 0 0 0 Tank_phys initStep + 1 -53.3 20.7 -94.7 0.00284 0.00106 3.86e-05 3.86e-05 Tank_phys msc + 2 -53.3 20.7 -94.7 0 0.00284 0.000282 0.00032 Tank_phys eIoni + 3 -53.3 20.7 -94.7 0 0 0 0.00032 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -69.6 -7.02 -44.4 0.0304 0 0 0 Tank_phys initStep + 1 -69.6 -7.02 -44.4 0.0291 0.00133 0.00142 0.00142 Tank_phys msc + 2 -69.6 -7.03 -44.4 0.0102 0.0189 0.0144 0.0158 Tank_phys eIoni + 3 -69.6 -7.03 -44.4 0 0.0102 0.00255 0.0183 Tank_phys eIoni + 4 -69.6 -7.03 -44.4 0 0 0 0.0183 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -116 65.6 11.9 0.00572 0 0 0 Tank_phys initStep + 1 -116 65.6 11.9 0.00554 0.000183 7.47e-05 7.47e-05 Tank_phys msc + 2 -116 65.6 11.9 0 0.00554 0.000883 0.000957 Tank_phys eIoni + 3 -116 65.6 11.9 0 0 0 0.000957 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -174 92.4 92.3 0.0597 0 0 0 Tank_phys initStep + 1 -174 92.4 92.3 0.0584 0.00134 0.00465 0.00465 Tank_phys msc + 2 -174 92.4 92.3 0.0426 0.0158 0.0257 0.0304 Tank_phys eIoni + 3 -174 92.4 92.3 0.0267 0.0158 0.0199 0.0503 Tank_phys eIoni + 4 -174 92.4 92.3 0.00955 0.0172 0.0132 0.0635 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -174 92.4 92.3 2.24e-06 0 0 0 Tank_phys initStep + 1 502 -5e+03 2.35e+03 2.24e-06 0 5.61e+03 5.61e+03 expHall_phys Transportation + 2 502 -5e+03 2.35e+03 2.24e-06 0 0 5.61e+03 Tank_phys Transportation + 3 -1.44e+03 -2.26e+03 5e+03 2.24e-06 0 4.28e+03 9.89e+03 expHall_phys Transportation + 4 -1.44e+03 -2.26e+03 5e+03 2.24e-06 0 0 9.89e+03 Tank_phys Transportation + 5 -1.46e+03 -2.22e+03 4.98e+03 2.24e-06 2.24e-06 51.8 9.94e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -174 92.4 92.3 0.00955 0 0 0.0635 Tank_phys initStep + 5 -174 92.4 92.3 0.00946 9.2e-05 0.000183 0.0636 Tank_phys msc + 6 -174 92.4 92.3 0 0.00946 0.00224 0.0659 Tank_phys eIoni + 7 -174 92.4 92.3 0 0 0 0.0659 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -181 193 51.2 0.0437 0 0 0 Tank_phys initStep + 1 -181 193 51.2 0.041 0.00271 0.00269 0.00269 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -181 193 51.2 3.37e-06 0 0 0 Tank_phys initStep + 1 5e+03 -820 -2.31e+03 3.37e-06 0 5.78e+03 5.78e+03 expHall_phys Transportation + 2 1e+04 -2.12e+03 -6.13e+03 3.37e-06 0 6.43e+03 1.22e+04 World_log_PV Transportation + 3 1.5e+04 -3.42e+03 -9.95e+03 3.37e-06 0 6.43e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -181 193 51.2 0.041 0 0 0.00269 Tank_phys initStep + 2 -181 193 51.2 0.04 0.00104 0.00241 0.0051 Tank_phys msc + 3 -181 193 51.2 0.0256 0.0144 0.019 0.0241 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -181 193 51.2 3.65e-06 0 0 0 Tank_phys initStep + 1 -1.62e+03 -960 -12.6 3.65e-06 3.65e-06 1.84e+03 1.84e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -181 193 51.2 3.19e-06 0 0 0 Tank_phys initStep + 1 -5e+03 4.12e+03 4.66e+03 3.19e-06 0 7.74e+03 7.74e+03 expHall_phys Transportation + 2 -5e+03 4.12e+03 4.66e+03 3.19e-06 0 0 7.74e+03 Tank_phys Transportation + 3 -3.62e+03 5e+03 4.91e+03 3.19e-06 0 1.65e+03 9.39e+03 expHall_phys Transportation + 4 -3.62e+03 5e+03 4.91e+03 3.19e-06 0 0 9.39e+03 Tank_phys Transportation + 5 -2.78e+03 4.59e+03 5e+03 3.19e-06 0 939 1.03e+04 expHall_phys Transportation + 6 -2.78e+03 4.59e+03 5e+03 3.19e-06 0 0 1.03e+04 Tank_phys Transportation + 7 166 -1.88e+03 -5e+03 3.19e-06 0 1.23e+04 2.26e+04 expHall_phys Transportation + 8 1.97e+03 -2.24e+03 -1e+04 3.19e-06 0 5.33e+03 2.79e+04 World_log_PV Transportation + 9 3.77e+03 -2.6e+03 -1.5e+04 3.19e-06 0 5.33e+03 3.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -181 193 51.2 0.0256 0 0 0.0241 Tank_phys initStep + 4 -181 193 51.2 0.0251 0.000478 0.00104 0.0251 Tank_phys msc + 5 -181 193 51.2 0.00665 0.0184 0.0122 0.0373 Tank_phys eIoni + 6 -181 193 51.2 0 0.00665 0.00121 0.0385 Tank_phys eIoni + 7 -181 193 51.2 0 0 0 0.0385 Tank_phys NoProcess + +********************************************************************************************************* +* 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 -122 226 -7.76 0.252 0 0 0 Tank_phys initStep + 1 -122 226 -7.77 0.241 0.0108 0.0359 0.0359 Tank_phys Cerenkov + 2 -122 226 -7.82 0.206 0.035 0.135 0.171 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 226 -7.79 2.63e-06 0 0 0 Tank_phys initStep + 1 5e+03 -3e+03 1.87e+03 2.63e-06 0 6.34e+03 6.34e+03 expHall_phys Transportation + 2 5e+03 -3e+03 1.87e+03 2.63e-06 0 0 6.34e+03 Tank_phys Transportation + 3 2.92e+03 -5e+03 2.7e+03 2.63e-06 0 3e+03 9.34e+03 expHall_phys Transportation + 4 2.92e+03 -5e+03 2.7e+03 2.63e-06 0 0 9.34e+03 Tank_phys Transportation + 5 2.52e+03 -1.38e+03 5e+03 2.63e-06 0 4.31e+03 1.36e+04 expHall_phys Transportation + 6 2.52e+03 -1.38e+03 5e+03 2.63e-06 0 0 1.36e+04 Tank_phys Transportation + 7 3.9e+03 5e+03 541 2.63e-06 0 7.9e+03 2.15e+04 expHall_phys Transportation + 8 3.9e+03 5e+03 541 2.63e-06 0 0 2.15e+04 Tank_phys Transportation + 9 5e+03 -4.12e+03 -2.31e+03 2.63e-06 0 9.62e+03 3.12e+04 expHall_phys Transportation + 10 5e+03 -4.12e+03 -2.31e+03 2.63e-06 0 0 3.12e+04 Tank_phys Transportation + 11 4.28e+03 -5e+03 -2.64e+03 2.63e-06 0 1.18e+03 3.23e+04 expHall_phys Transportation + 12 4.28e+03 -5e+03 -2.64e+03 2.63e-06 0 0 3.23e+04 Tank_phys Transportation + 13 -2.12e+03 5e+03 -3.75e+03 2.63e-06 0 1.19e+04 4.43e+04 expHall_phys Transportation + 14 -2.12e+03 5e+03 -3.75e+03 2.63e-06 0 0 4.43e+04 Tank_phys Transportation + 15 -2.75e+03 4.43e+03 -4.21e+03 2.63e-06 2.63e-06 964 4.52e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 226 -7.77 3.2e-06 0 0 0 Tank_phys initStep + 1 -1.86e+03 3.77e+03 -5e+03 3.2e-06 0 6.36e+03 6.36e+03 expHall_phys Transportation + 2 -1.86e+03 3.77e+03 -5e+03 3.2e-06 0 0 6.36e+03 Tank_phys Transportation + 3 -3.72e+03 5e+03 -4.56e+03 3.2e-06 0 2.28e+03 8.64e+03 expHall_phys Transportation + 4 -3.72e+03 5e+03 -4.56e+03 3.2e-06 0 0 8.64e+03 Tank_phys Transportation + 5 -5e+03 4.5e+03 -4.45e+03 3.2e-06 0 1.37e+03 1e+04 expHall_phys Transportation + 6 -1e+04 1.79e+03 -4.15e+03 3.2e-06 0 5.69e+03 1.57e+04 World_log_PV Transportation + 7 -1.5e+04 -915 -3.86e+03 3.2e-06 0 5.69e+03 2.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 + 2 -122 226 -7.82 0.206 0 0 0.171 Tank_phys initStep + 3 -122 226 -7.83 0.2 0.00634 0.0372 0.208 Tank_phys msc + 4 -122 227 -7.83 0.151 0.049 0.104 0.313 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 226 -7.83 3.62e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.89e+03 -2.27e+03 3.62e-06 0 5.99e+03 5.99e+03 expHall_phys Transportation + 2 5e+03 -1.89e+03 -2.27e+03 3.62e-06 0 0 5.99e+03 Tank_phys Transportation + 3 3.31e+03 -5e+03 -3.25e+03 3.62e-06 0 3.67e+03 9.66e+03 expHall_phys Transportation + 4 -1e+04 -9.37e+03 -8.4e+03 3.62e-06 0 1.49e+04 2.46e+04 World_log_PV Transportation + 5 -1.5e+04 -1.1e+04 -1.03e+04 3.62e-06 0 5.61e+03 3.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 226 -7.83 3.09e-06 0 0 0 Tank_phys initStep + 1 -341 2e+03 142 3.09e-06 3.09e-06 1.79e+03 1.79e+03 Bubble_phys Transportation + +********************************************************************************************************* +* 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 + 4 -122 227 -7.83 0.151 0 0 0.313 Tank_phys initStep + 5 -122 227 -7.84 0.144 0.00643 0.0225 0.335 Tank_phys msc + 6 -122 226 -7.85 0.128 0.0158 0.068 0.403 Tank_phys eIoni + 7 -122 226 -7.83 0.109 0.0197 0.0587 0.462 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 226 -7.84 3.53e-06 0 0 0 Tank_phys initStep + 1 -1.45e+03 434 5e+03 3.53e-06 0 5.18e+03 5.18e+03 expHall_phys Transportation + 2 -2.16e+03 1.31e+03 1e+04 3.53e-06 0 5.13e+03 1.03e+04 World_log_PV Transportation + 3 -2.87e+03 2.19e+03 1.5e+04 3.53e-06 0 5.13e+03 1.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 + 7 -122 226 -7.83 0.109 0 0 0.462 Tank_phys initStep + 8 -122 226 -7.82 0.104 0.00463 0.013 0.475 Tank_phys msc + 9 -122 226 -7.8 0.082 0.0221 0.0458 0.521 Tank_phys eIoni + 10 -122 226 -7.8 0.0679 0.0142 0.0353 0.556 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 226 -7.8 3.04e-06 0 0 0 Tank_phys initStep + 1 289 1.92e+03 5e+03 3.04e-06 0 5.3e+03 5.3e+03 expHall_phys Transportation + 2 1.25e+03 5.82e+03 1e+04 3.04e-06 0 6.41e+03 1.17e+04 World_log_PV Transportation + 3 2.21e+03 9.72e+03 1.5e+04 3.04e-06 0 6.41e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 226 -7.8 3.17e-06 0 0 0 Tank_phys initStep + 1 -1.95e+03 1.6e+03 184 3.17e-06 3.17e-06 2.3e+03 2.3e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 226 -7.8 2.51e-06 0 0 0 Tank_phys initStep + 1 1.96e+03 5e+03 -1.54e+03 2.51e-06 0 5.43e+03 5.43e+03 expHall_phys Transportation + 2 1.96e+03 5e+03 -1.54e+03 2.51e-06 0 0 5.43e+03 Tank_phys Transportation + 3 5e+03 3.45e+03 -2.84e+03 2.51e-06 0 3.65e+03 9.08e+03 expHall_phys Transportation + 4 1e+04 -1.08e+03 -8.87e+03 2.51e-06 0 9.05e+03 1.81e+04 World_log_PV Transportation + 5 1.5e+04 -5.62e+03 -1.49e+04 2.51e-06 0 9.05e+03 2.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 + 10 -122 226 -7.8 0.0679 0 0 0.556 Tank_phys initStep + 11 -122 226 -7.8 0.0654 0.00244 0.00581 0.562 Tank_phys msc + 12 -121 226 -7.8 0.0527 0.0127 0.0285 0.59 Tank_phys eIoni + 13 -121 226 -7.79 0.037 0.0157 0.0236 0.614 Tank_phys eIoni + 14 -121 226 -7.78 0.0106 0.0264 0.0178 0.632 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -121 226 -7.79 3.59e-06 0 0 0 Tank_phys initStep + 1 -5e+03 554 -537 3.59e-06 0 4.92e+03 4.92e+03 expHall_phys Transportation + 2 -1e+04 837 -2.85e+03 3.59e-06 0 5.52e+03 1.04e+04 World_log_PV Transportation + 3 -1.5e+04 1.12e+03 -5.17e+03 3.59e-06 0 5.52e+03 1.6e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 + 14 -121 226 -7.78 0.0106 0 0 0.632 Tank_phys initStep + 15 -121 226 -7.78 0.0102 0.000409 0.000218 0.632 Tank_phys msc + 16 -121 226 -7.78 0 0.0102 0.00255 0.634 Tank_phys eIoni + 17 -121 226 -7.78 0 0 0 0.634 Tank_phys NoProcess + +********************************************************************************************************* +* 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 -62.4 132 2.54 0.00416 0 0 0 Tank_phys initStep + 1 -62.4 132 2.54 0.00405 0.000114 4.31e-05 4.31e-05 Tank_phys msc + 2 -62.4 132 2.54 0 0.00405 0.000514 0.000558 Tank_phys eIoni + 3 -62.4 132 2.54 0 0 0 0.000558 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.81 0.431 0.562 0.511 0 0 0 Tank_phys initStep + 1 5.12 -8.51 0.427 0.437 1.36e-05 9.93 9.93 Tank_phys compt + 2 1.46 -42.4 -8.57 0.429 0.000537 35.2 45.2 Tank_phys compt + 3 -37.9 -182 -36.9 0.281 1.42e-05 148 193 Tank_phys compt + 4 90.3 -303 39.3 0.192 1.42e-05 192 385 Tank_phys compt + 5 88.8 -309 35.5 0.192 0 7.13 392 Tank_phys Rayl + 6 84.5 -327 25.3 0.15 1.36e-05 20.5 413 Tank_phys compt + 7 88.7 -330 26.5 0.106 1.42e-05 5.26 418 Tank_phys compt + 8 87.3 -325 7.86 0.0849 1.36e-05 19.2 437 Tank_phys compt + 9 65.9 -406 8.78 0.0839 1.42e-05 84 521 Tank_phys compt + 10 55 -432 19 0.0721 1.42e-05 30.2 552 Tank_phys compt + 11 66.8 -465 -40.3 0.0608 2.92e-05 68.8 620 Tank_phys compt + 12 179 -445 19.3 0.056 2.92e-05 129 749 Tank_phys compt + 13 184 -441 13.6 0.055 0.000537 7.93 757 Tank_phys compt + 14 218 -469 -20.9 0.0446 0.000537 56.1 813 Tank_phys compt + 15 217 -457 -12.2 0.0446 0 14.4 828 Tank_phys Rayl + 16 206 -433 -28.2 0.0408 0.000537 31.1 859 Tank_phys compt + 17 204 -438 -32.9 0 1.36e-05 7.11 866 Tank_phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 204 -438 -32.9 0.0408 0 0 0 Tank_phys initStep + 1 204 -438 -32.9 0.0389 0.00191 0.00239 0.00239 Tank_phys msc + 2 204 -438 -33 0.022 0.0169 0.0186 0.0209 Tank_phys eIoni + 3 204 -438 -33 0.0025 0.0195 0.01 0.031 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 110 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 204 -438 -33 3.77e-06 0 0 0 Tank_phys initStep + 1 -3.73e+03 464 -4.18e+03 3.77e-06 3.77e-06 5.79e+03 5.79e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 110 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 204 -438 -33 2.17e-06 0 0 0 Tank_phys initStep + 1 4.7e+03 2.95e+03 -1.22e+03 2.17e-06 0 5.76e+03 5.76e+03 Tank_phys OpRayleigh + 2 1.03e+03 5e+03 2.55e+03 2.17e-06 0 5.65e+03 1.14e+04 expHall_phys Transportation + 3 1.03e+03 5e+03 2.55e+03 2.17e-06 0 0 1.14e+04 Tank_phys Transportation + 4 -1.8e+03 4.62e+03 5e+03 2.17e-06 0 3.77e+03 1.52e+04 expHall_phys Transportation + 5 -1.8e+03 4.62e+03 5e+03 2.17e-06 0 0 1.52e+04 Tank_phys Transportation + 6 -4.98e+03 4.44e+03 1.89e+03 2.17e-06 2.17e-06 4.44e+03 1.96e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 110 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 204 -438 -33 2.04e-06 0 0 0 Tank_phys initStep + 1 -1.97e+03 -514 -1.67e+03 2.04e-06 2.04e-06 2.72e+03 2.72e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 204 -438 -33 0.0025 0 0 0.031 Tank_phys initStep + 4 204 -438 -33 0.0025 0 1.82e-05 0.031 Tank_phys msc + 5 204 -438 -33 0 0.0025 0.000228 0.0312 Tank_phys eIoni + 6 204 -438 -33 0 0 0 0.0312 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 206 -433 -28.2 0.00324 0 0 0 Tank_phys initStep + 1 206 -433 -28.2 0.0032 3.59e-05 2.81e-05 2.81e-05 Tank_phys msc + 2 206 -433 -28.2 0 0.0032 0.000345 0.000373 Tank_phys eIoni + 3 206 -433 -28.2 0 0 0 0.000373 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 218 -469 -20.9 0.00987 0 0 0 Tank_phys initStep + 1 218 -469 -20.9 0.00946 0.000412 0.000194 0.000194 Tank_phys msc + 2 218 -469 -20.9 0 0.00946 0.00225 0.00244 Tank_phys eIoni + 3 218 -469 -20.9 0 0 0 0.00244 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 184 -441 13.6 0.000395 0 0 0 Tank_phys initStep + 1 184 -441 13.6 0.000395 0 1.14e-06 1.14e-06 Tank_phys msc + 2 184 -441 13.6 0 0.000395 1.43e-05 1.54e-05 Tank_phys eIoni + 3 184 -441 13.6 0 0 0 1.54e-05 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 179 -445 19.3 0.00483 0 0 0 Tank_phys initStep + 1 179 -445 19.3 0.00414 0.00069 5.57e-05 5.57e-05 Tank_phys msc + 2 179 -445 19.3 0 0.00414 0.000534 0.00059 Tank_phys eIoni + 3 179 -445 19.3 0 0 0 0.00059 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 66.8 -465 -40.3 0.0112 0 0 0 Tank_phys initStep + 1 66.8 -465 -40.3 0.0111 0.00018 0.000243 0.000243 Tank_phys msc + 2 66.8 -465 -40.3 0 0.0111 0.00296 0.0032 Tank_phys eIoni + 3 66.8 -465 -40.3 0 0 0 0.0032 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 105 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 66.8 -465 -40.3 3.12e-06 0 0 0 Tank_phys initStep + 1 2.48e+03 -2.95e+03 -5e+03 3.12e-06 0 6.05e+03 6.05e+03 expHall_phys Transportation + 2 1e+04 -5.64e+03 -8.44e+03 3.12e-06 0 8.7e+03 1.47e+04 World_log_PV Transportation + 3 1.5e+04 -7.43e+03 -1.07e+04 3.12e-06 0 5.78e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 105 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 66.8 -465 -40.3 3.8e-06 0 0 0 Tank_phys initStep + 1 2.62e+03 -199 5e+03 3.8e-06 0 5.65e+03 5.65e+03 expHall_phys Transportation + 2 1e+04 4.34e+03 9.55e+03 3.8e-06 0 9.79e+03 1.54e+04 World_log_PV Transportation + 3 1.5e+04 7.42e+03 1.26e+04 3.8e-06 0 6.63e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55 -432 19 0.0118 0 0 0 Tank_phys initStep + 1 55 -432 19 0.0114 0.000424 0.000266 0.000266 Tank_phys msc + 2 55 -432 19 0 0.0114 0.00312 0.00339 Tank_phys eIoni + 3 55 -432 19 0 0 0 0.00339 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 65.9 -406 8.78 0.000943 0 0 0 Tank_phys initStep + 1 65.9 -406 8.78 0.000943 0 3.81e-06 3.81e-06 Tank_phys msc + 2 65.9 -406 8.78 0 0.000943 4.76e-05 5.15e-05 Tank_phys eIoni + 3 65.9 -406 8.78 0 0 0 5.15e-05 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 87.3 -325 7.86 0.0209 0 0 0 Tank_phys initStep + 1 87.3 -325 7.86 0.0196 0.00126 0.000727 0.000727 Tank_phys msc + 2 87.3 -325 7.86 0 0.0196 0.00814 0.00887 Tank_phys eIoni + 3 87.3 -325 7.86 0 0 0 0.00887 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.7 -330 26.5 0.0439 0 0 0 Tank_phys initStep + 1 88.7 -330 26.5 0.0421 0.00175 0.00271 0.00271 Tank_phys msc + 2 88.7 -330 26.5 0.023 0.0191 0.0198 0.0225 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.7 -330 26.5 3.67e-06 0 0 0 Tank_phys initStep + 1 898 2.76e+03 -5e+03 3.67e-06 0 5.95e+03 5.95e+03 expHall_phys Transportation + 2 3.27e+03 1e+04 -9.71e+03 3.67e-06 0 8.96e+03 1.49e+04 World_log_PV Transportation + 3 4.91e+03 1.5e+04 -1.3e+04 3.67e-06 0 6.19e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 88.7 -330 26.5 0.023 0 0 0.0225 Tank_phys initStep + 3 88.7 -330 26.5 0.0226 0.000343 0.000863 0.0233 Tank_phys msc + 4 88.7 -330 26.5 0 0.0226 0.0105 0.0338 Tank_phys eIoni + 5 88.7 -330 26.5 0 0 0 0.0338 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.7 -330 26.5 2.48e-06 0 0 0 Tank_phys initStep + 1 -717 -2.18e+03 5e+03 2.48e-06 0 5.37e+03 5.37e+03 expHall_phys Transportation + 2 -3.7e+03 -4.23e+03 1e+04 2.48e-06 0 6.17e+03 1.15e+04 World_log_PV Transportation + 3 -6.68e+03 -6.29e+03 1.5e+04 2.48e-06 0 6.17e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.5 -327 25.3 0.0425 0 0 0 Tank_phys initStep + 1 84.5 -327 25.3 0.0414 0.00111 0.00256 0.00256 Tank_phys msc + 2 84.5 -327 25.3 0.0273 0.0141 0.0195 0.0221 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.5 -327 25.3 3.35e-06 0 0 0 Tank_phys initStep + 1 -2.02e+03 -5e+03 526 3.35e-06 0 5.15e+03 5.15e+03 expHall_phys Transportation + 2 -2.02e+03 -5e+03 526 3.35e-06 0 0 5.15e+03 Tank_phys Transportation + 3 -5e+03 -2.36e+03 2.41e+03 3.35e-06 0 4.4e+03 9.55e+03 expHall_phys Transportation + 4 -5e+03 -2.36e+03 2.41e+03 3.35e-06 0 0 9.55e+03 Tank_phys Transportation + 5 -4e+03 -1.06e+03 3.11e+03 3.35e-06 3.35e-06 1.78e+03 1.13e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 84.5 -327 25.3 0.0273 0 0 0.0221 Tank_phys initStep + 3 84.5 -327 25.3 0.0258 0.00159 0.00117 0.0232 Tank_phys msc + 4 84.5 -327 25.3 0 0.0258 0.0126 0.0358 Tank_phys eIoni + 5 84.5 -327 25.3 0 0 0 0.0358 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.3 -303 39.3 0.089 0 0 0 Tank_phys initStep + 1 90.3 -303 39.3 0.086 0.00295 0.00926 0.00926 Tank_phys msc + 2 90.3 -303 39.3 0.0626 0.0234 0.0371 0.0464 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.3 -303 39.3 2.34e-06 0 0 0 Tank_phys initStep + 1 -2.16e+03 -5e+03 -2.03e+03 2.34e-06 0 5.6e+03 5.6e+03 expHall_phys Transportation + 2 -2.16e+03 -5e+03 -2.03e+03 2.34e-06 0 0 5.6e+03 Tank_phys Transportation + 3 -5e+03 -1.48e+03 -2.97e+03 2.34e-06 0 4.62e+03 1.02e+04 expHall_phys Transportation + 4 -5e+03 -1.48e+03 -2.97e+03 2.34e-06 0 0 1.02e+04 Tank_phys Transportation + 5 -2e+03 996 -2.64e+03 2.34e-06 2.34e-06 3.9e+03 1.41e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 90.3 -303 39.3 0.0626 0 0 0.0464 Tank_phys initStep + 3 90.3 -303 39.3 0.0605 0.00208 0.00504 0.0514 Tank_phys msc + 4 90.3 -303 39.3 0.0467 0.0138 0.0265 0.078 Tank_phys eIoni + 5 90.3 -303 39.3 0.0318 0.015 0.0215 0.0994 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.3 -303 39.3 2.43e-06 0 0 0 Tank_phys initStep + 1 5e+03 540 -2.85e+03 2.43e-06 0 5.76e+03 5.76e+03 expHall_phys Transportation + 2 8.33e+03 2.46e+03 -1e+04 2.43e-06 0 8.12e+03 1.39e+04 World_log_PV Transportation + 3 1.07e+04 3.8e+03 -1.5e+04 2.43e-06 0 5.67e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.3 -303 39.3 3.03e-06 0 0 0 Tank_phys initStep + 1 -2.27e+03 5e+03 3.92e+03 3.03e-06 0 6.98e+03 6.98e+03 expHall_phys Transportation + 2 -2.27e+03 5e+03 3.92e+03 3.03e-06 0 0 6.98e+03 Tank_phys Transportation + 3 -2.89e+03 4.54e+03 5e+03 3.03e-06 0 1.32e+03 8.31e+03 expHall_phys Transportation + 4 -2.89e+03 4.54e+03 5e+03 3.03e-06 0 0 8.31e+03 Tank_phys Transportation + 5 -5e+03 4.08e+03 3.36e+03 3.03e-06 0 2.72e+03 1.1e+04 expHall_phys Transportation + 6 -5e+03 4.08e+03 3.36e+03 3.03e-06 0 0 1.1e+04 Tank_phys Transportation + 7 755 5e+03 953 3.03e-06 0 6.3e+03 1.73e+04 expHall_phys Transportation + 8 755 5e+03 953 3.03e-06 0 0 1.73e+04 Tank_phys Transportation + 9 5e+03 3.02e+03 -141 3.03e-06 0 4.81e+03 2.21e+04 expHall_phys Transportation + 10 1e+04 -1.01e+03 -2.16e+03 3.03e-06 0 6.73e+03 2.89e+04 World_log_PV Transportation + 11 1.5e+04 -5.04e+03 -4.17e+03 3.03e-06 0 6.73e+03 3.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 90.3 -303 39.3 0.0318 0 0 0.0994 Tank_phys initStep + 6 90.3 -303 39.3 0.0307 0.00102 0.00153 0.101 Tank_phys msc + 7 90.3 -303 39.3 0.0137 0.0171 0.0152 0.116 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.3 -303 39.3 3.4e-06 0 0 0 Tank_phys initStep + 1 -5e+03 156 -756 3.4e-06 0 5.17e+03 5.17e+03 expHall_phys Transportation + 2 -1e+04 4.35e+03 -8.64e+03 3.4e-06 0 1.02e+04 1.54e+04 World_log_PV Transportation + 3 -1.4e+04 7.73e+03 -1.5e+04 3.4e-06 0 8.25e+03 2.37e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.3 -303 39.3 2.26e-06 0 0 0 Tank_phys initStep + 1 531 -189 -7.02 2.26e-06 2.26e-06 458 458 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.3 -303 39.3 3.47e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.85e+03 -2.4e+03 3.47e-06 0 5.7e+03 5.7e+03 expHall_phys Transportation + 2 5e+03 -1.85e+03 -2.4e+03 3.47e-06 0 0 5.7e+03 Tank_phys Transportation + 3 2.49e+03 -1.8e+03 -5e+03 3.47e-06 0 3.61e+03 9.31e+03 expHall_phys Transportation + 4 -7.87e+03 1.04e+03 -1e+04 3.47e-06 0 1.18e+04 2.12e+04 World_log_PV Transportation + 5 -1.5e+04 3e+03 -1.34e+04 3.47e-06 0 8.15e+03 2.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 90.3 -303 39.3 0.0137 0 0 0.116 Tank_phys initStep + 8 90.3 -303 39.3 0.0134 0.000281 0.000344 0.116 Tank_phys msc + 9 90.3 -303 39.3 0 0.0134 0.00415 0.121 Tank_phys eIoni + 10 90.3 -303 39.3 0 0 0 0.121 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -182 -36.9 0.147 0 0 0 Tank_phys initStep + 1 -37.9 -182 -36.9 0.143 0.00451 0.0217 0.0217 Tank_phys msc + 2 -38 -182 -37 0.124 0.0193 0.0671 0.0888 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 125, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38 -182 -37 2.49e-06 0 0 0 Tank_phys initStep + 1 -249 1.29e+03 -1e+03 2.49e-06 2.49e-06 1.77e+03 1.77e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -38 -182 -37 0.124 0 0 0.0888 Tank_phys initStep + 3 -38 -182 -37 0.12 0.00399 0.0162 0.105 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 127, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38 -182 -37 3.4e-06 0 0 0 Tank_phys initStep + 1 -4.01e+03 521 -5e+03 3.4e-06 0 6.4e+03 6.4e+03 expHall_phys Transportation + 2 -1e+04 771 -7.19e+03 3.4e-06 0 6.38e+03 1.28e+04 World_log_PV Transportation + 3 -1.5e+04 979 -9.02e+03 3.4e-06 0 5.33e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 126, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38 -182 -37 2.7e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -974 -1.47e+03 2.7e-06 0 5.23e+03 5.23e+03 expHall_phys Transportation + 2 -1e+04 -1.48e+03 -3.11e+03 2.7e-06 0 5.29e+03 1.05e+04 World_log_PV Transportation + 3 -1.5e+04 -1.99e+03 -4.75e+03 2.7e-06 0 5.29e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -38 -182 -37 0.12 0 0 0.105 Tank_phys initStep + 4 -37.9 -182 -37 0.116 0.00349 0.0153 0.12 Tank_phys msc + 5 -37.9 -182 -37 0.0982 0.0179 0.052 0.172 Tank_phys eIoni + 6 -37.9 -182 -37 0.0798 0.0184 0.0428 0.215 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 129, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -182 -37 2.41e-06 0 0 0 Tank_phys initStep + 1 1.14e+03 -5e+03 1.39e+03 2.41e-06 0 5.16e+03 5.16e+03 expHall_phys Transportation + 2 4.55e+03 -1e+04 3.41e+03 2.41e-06 0 6.38e+03 1.15e+04 World_log_PV Transportation + 3 7.96e+03 -1.5e+04 5.43e+03 2.41e-06 0 6.38e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 128, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -182 -37 2.49e-06 0 0 0 Tank_phys initStep + 1 -1.26e+03 5e+03 1.71e+03 2.49e-06 0 5.6e+03 5.6e+03 expHall_phys Transportation + 2 -2.46e+03 1e+04 4.34e+03 2.49e-06 0 5.78e+03 1.14e+04 World_log_PV Transportation + 3 -3.67e+03 1.5e+04 6.98e+03 2.49e-06 0 5.78e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -37.9 -182 -37 0.0798 0 0 0.215 Tank_phys initStep + 7 -37.9 -182 -37 0.0763 0.00356 0.00769 0.223 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 130, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -182 -37 2.55e-06 0 0 0 Tank_phys initStep + 1 743 -5e+03 4.97e+03 2.55e-06 0 6.99e+03 6.99e+03 expHall_phys Transportation + 2 743 -5e+03 4.97e+03 2.55e-06 0 0 6.99e+03 Tank_phys Transportation + 3 772 -4.95e+03 5e+03 2.55e-06 0 60.9 7.05e+03 expHall_phys Transportation + 4 772 -4.95e+03 5e+03 2.55e-06 0 0 7.05e+03 Tank_phys Transportation + 5 5e+03 4.45e+03 990 2.55e-06 0 1.11e+04 1.81e+04 expHall_phys Transportation + 6 5e+03 4.45e+03 990 2.55e-06 0 0 1.81e+04 Tank_phys Transportation + 7 4.7e+03 5e+03 782 2.55e-06 0 656 1.88e+04 expHall_phys Transportation + 8 4.7e+03 5e+03 782 2.55e-06 0 0 1.88e+04 Tank_phys Transportation + 9 -1.19e+03 -1.23e+03 -5e+03 2.55e-06 0 1.03e+04 2.91e+04 expHall_phys Transportation + 10 -2.19e+03 -1e+04 -9.72e+03 2.55e-06 0 1e+04 3.91e+04 World_log_PV Transportation + 11 -2.76e+03 -1.5e+04 -1.24e+04 2.55e-06 0 5.71e+03 4.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -37.9 -182 -37 0.0763 0 0 0.223 Tank_phys initStep + 8 -37.9 -182 -37 0.0745 0.0018 0.00711 0.23 Tank_phys msc + 9 -37.9 -182 -37 0.0564 0.018 0.0321 0.262 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 131, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -182 -37 3.71e-06 0 0 0 Tank_phys initStep + 1 2.85e+03 -5e+03 -1.86e+03 3.71e-06 0 5.91e+03 5.91e+03 expHall_phys Transportation + 2 2.85e+03 -5e+03 -1.86e+03 3.71e-06 0 0 5.91e+03 Tank_phys Transportation + 3 4.39e+03 -1.84e+03 -5e+03 3.71e-06 0 4.71e+03 1.06e+04 expHall_phys Transportation + 4 4.39e+03 -1.84e+03 -5e+03 3.71e-06 0 0 1.06e+04 Tank_phys Transportation + 5 5e+03 -1.35e+03 -4.15e+03 3.71e-06 0 1.15e+03 1.18e+04 expHall_phys Transportation + 6 5e+03 -1.35e+03 -4.15e+03 3.71e-06 0 0 1.18e+04 Tank_phys Transportation + 7 -2.35e+03 -2.08e+03 5e+03 3.71e-06 0 1.18e+04 2.35e+04 expHall_phys Transportation + 8 -2.35e+03 -2.08e+03 5e+03 3.71e-06 0 0 2.35e+04 Tank_phys Transportation + 9 -5e+03 -3.29e+03 1.63e+03 3.71e-06 0 4.45e+03 2.8e+04 expHall_phys Transportation + 10 -5e+03 -3.29e+03 1.63e+03 3.71e-06 0 0 2.8e+04 Tank_phys Transportation + 11 -2.48e+03 -5e+03 -4.69e+03 3.71e-06 0 7.02e+03 3.5e+04 expHall_phys Transportation + 12 -709 -6.54e+03 -1e+04 3.71e-06 0 5.81e+03 4.08e+04 World_log_PV Transportation + 13 962 -8e+03 -1.5e+04 3.71e-06 0 5.47e+03 4.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -37.9 -182 -37 0.0564 0 0 0.262 Tank_phys initStep + 10 -37.9 -182 -37 0.0551 0.00129 0.00421 0.266 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 132, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -182 -37 2.35e-06 0 0 0 Tank_phys initStep + 1 -810 4.55e+03 -5e+03 2.35e-06 0 6.9e+03 6.9e+03 expHall_phys Transportation + 2 -810 4.55e+03 -5e+03 2.35e-06 0 0 6.9e+03 Tank_phys Transportation + 3 -282 5e+03 -4.81e+03 2.35e-06 0 721 7.62e+03 expHall_phys Transportation + 4 -282 5e+03 -4.81e+03 2.35e-06 0 0 7.62e+03 Tank_phys Transportation + 5 5e+03 -2.16e+03 -1.61e+03 2.35e-06 0 9.45e+03 1.71e+04 expHall_phys Transportation + 6 5e+03 -2.16e+03 -1.61e+03 2.35e-06 0 0 1.71e+04 Tank_phys Transportation + 7 -3.32e+03 -5e+03 2.19e+03 2.35e-06 0 9.58e+03 2.67e+04 expHall_phys Transportation + 8 -3.32e+03 -5e+03 2.19e+03 2.35e-06 0 0 2.67e+04 Tank_phys Transportation + 9 -3.45e+03 -4.92e+03 2.21e+03 2.35e-06 2.35e-06 152 2.68e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -37.9 -182 -37 0.0551 0 0 0.266 Tank_phys initStep + 11 -37.9 -182 -37 0.0531 0.00201 0.00404 0.27 Tank_phys msc + 12 -37.9 -182 -36.9 0.0335 0.0197 0.0238 0.294 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 133, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -182 -37 2.51e-06 0 0 0 Tank_phys initStep + 1 984 5e+03 -1.44e+03 2.51e-06 0 5.47e+03 5.47e+03 expHall_phys Transportation + 2 9.53e+03 1e+04 -6.98e+03 2.51e-06 0 1.13e+04 1.68e+04 World_log_PV Transportation + 3 1.5e+04 1.32e+04 -1.05e+04 2.51e-06 0 7.26e+03 2.41e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 -37.9 -182 -36.9 0.0335 0 0 0.294 Tank_phys initStep + 13 -37.9 -182 -36.9 0.0312 0.00226 0.00168 0.296 Tank_phys msc + 14 -37.9 -182 -36.9 0.00991 0.0213 0.0154 0.311 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 134, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.9 -182 -36.9 2.5e-06 0 0 0 Tank_phys initStep + 1 -4.98e+03 5e+03 -1.39e+03 2.5e-06 0 7.29e+03 7.29e+03 expHall_phys Transportation + 2 -4.98e+03 5e+03 -1.39e+03 2.5e-06 0 0 7.29e+03 Tank_phys Transportation + 3 -5e+03 4.98e+03 -1.4e+03 2.5e-06 0 28.8 7.32e+03 expHall_phys Transportation + 4 -5e+03 4.98e+03 -1.4e+03 2.5e-06 0 0 7.32e+03 Tank_phys Transportation + 5 1.18e+03 2.2e+03 -5e+03 2.5e-06 0 7.67e+03 1.5e+04 expHall_phys Transportation + 6 1.18e+03 2.2e+03 -5e+03 2.5e-06 0 0 1.5e+04 Tank_phys Transportation + 7 5e+03 -322 -4.34e+03 2.5e-06 0 4.63e+03 1.96e+04 expHall_phys Transportation + 8 5e+03 -322 -4.34e+03 2.5e-06 0 0 1.96e+04 Tank_phys Transportation + 9 273 -5e+03 -3.66e+03 2.5e-06 0 6.69e+03 2.63e+04 expHall_phys Transportation + 10 273 -5e+03 -3.66e+03 2.5e-06 0 0 2.63e+04 Tank_phys Transportation + 11 -4.46e+03 5e+03 -2.28e+03 2.5e-06 0 1.12e+04 3.74e+04 expHall_phys Transportation + 12 -4.46e+03 5e+03 -2.28e+03 2.5e-06 0 0 3.74e+04 Tank_phys Transportation + 13 -5e+03 4.51e+03 -1.83e+03 2.5e-06 0 858 3.83e+04 expHall_phys Transportation + 14 -5e+03 4.51e+03 -1.83e+03 2.5e-06 0 0 3.83e+04 Tank_phys Transportation + 15 -2.58e+03 -2.43e+03 5e+03 2.5e-06 0 1e+04 4.83e+04 expHall_phys Transportation + 16 -2.58e+03 -2.43e+03 5e+03 2.5e-06 0 0 4.83e+04 Tank_phys Transportation + 17 -2.1e+03 -5e+03 3.52e+03 2.5e-06 0 3.01e+03 5.13e+04 expHall_phys Transportation + 18 -2.16e+03 -1e+04 -3.63e+03 2.5e-06 0 8.73e+03 6.01e+04 World_log_PV Transportation + 19 -2.23e+03 -1.5e+04 -1.08e+04 2.5e-06 0 8.73e+03 6.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 -37.9 -182 -36.9 0.00991 0 0 0.311 Tank_phys initStep + 15 -37.9 -182 -36.9 0.00937 0.000534 0.000195 0.311 Tank_phys msc + 16 -37.9 -182 -36.9 0 0.00937 0.00221 0.313 Tank_phys eIoni + 17 -37.9 -182 -36.9 0 0 0 0.313 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.46 -42.4 -8.57 0.00738 0 0 0 Tank_phys initStep + 1 1.46 -42.4 -8.57 0.00701 0.000372 0.000116 0.000116 Tank_phys msc + 2 1.46 -42.4 -8.57 0 0.00701 0.00133 0.00144 Tank_phys eIoni + 3 1.46 -42.4 -8.57 0 0 0 0.00144 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.12 -8.51 0.427 0.0744 0 0 0 Tank_phys initStep + 1 5.12 -8.51 0.429 0.0728 0.00162 0.00681 0.00681 Tank_phys msc + 2 5.14 -8.51 0.441 0.061 0.0118 0.0314 0.0382 Tank_phys eIoni + 3 5.16 -8.5 0.453 0.0459 0.0152 0.0268 0.065 Tank_phys eIoni + 4 5.17 -8.49 0.449 0.0307 0.0151 0.0211 0.0861 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 136, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.16 -8.5 0.451 3.2e-06 0 0 0 Tank_phys initStep + 1 -3.91e+03 -5e+03 -4.6e+03 3.2e-06 0 7.84e+03 7.84e+03 expHall_phys Transportation + 2 -3.91e+03 -5e+03 -4.6e+03 3.2e-06 0 0 7.84e+03 Tank_phys Transportation + 3 -4.05e+03 -4.75e+03 -5e+03 3.2e-06 0 493 8.33e+03 expHall_phys Transportation + 4 -4.05e+03 -4.75e+03 -5e+03 3.2e-06 0 0 8.33e+03 Tank_phys Transportation + 5 -5e+03 -1.97e+03 -1.55e+03 3.2e-06 0 4.53e+03 1.29e+04 expHall_phys Transportation + 6 -5e+03 -1.97e+03 -1.55e+03 3.2e-06 0 0 1.29e+04 Tank_phys Transportation + 7 1.1e+03 1.61e+03 5e+03 3.2e-06 0 9.64e+03 2.25e+04 expHall_phys Transportation + 8 1.1e+03 1.61e+03 5e+03 3.2e-06 0 0 2.25e+04 Tank_phys Transportation + 9 5e+03 3.52e+03 -1.53e+03 3.2e-06 0 7.84e+03 3.03e+04 expHall_phys Transportation + 10 5e+03 3.52e+03 -1.53e+03 3.2e-06 0 0 3.03e+04 Tank_phys Transportation + 11 4.14e+03 4.27e+03 -2.81e+03 3.2e-06 0 1.71e+03 3.21e+04 Tank_phys OpRayleigh + 12 -333 1.07e+03 -1.93e+03 3.2e-06 3.2e-06 5.57e+03 3.76e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 135, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.16 -8.5 0.451 3.2e-06 0 0 0 Tank_phys initStep + 1 582 -168 -691 3.2e-06 0 914 914 Tank_phys OpRayleigh + 2 3.96e+03 552 -3.41e+03 3.2e-06 3.2e-06 4.39e+03 5.31e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 5.17 -8.49 0.449 0.0307 0 0 0.0861 Tank_phys initStep + 5 5.17 -8.49 0.448 0.03 0.000734 0.00145 0.0876 Tank_phys msc + 6 5.17 -8.48 0.443 0.0112 0.0188 0.0148 0.102 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 137, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.17 -8.49 0.447 3.99e-06 0 0 0 Tank_phys initStep + 1 2.09e+03 859 2.03e+03 3.99e-06 3.99e-06 3.03e+03 3.03e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 5.17 -8.48 0.443 0.0112 0 0 0.102 Tank_phys initStep + 7 5.17 -8.48 0.443 0.011 0.000212 0.000241 0.103 Tank_phys msc + 8 5.17 -8.48 0.442 0 0.011 0.00291 0.106 Tank_phys eIoni + 9 5.17 -8.48 0.442 0 0 0 0.106 Tank_phys NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.81 0.431 0.562 3.69e-06 0 0 0 Tank_phys initStep + 1 -5e+03 3.74e+03 1.36e+03 3.69e-06 0 6.39e+03 6.39e+03 expHall_phys Transportation + 2 -5e+03 3.74e+03 1.36e+03 3.69e-06 0 0 6.39e+03 Tank_phys Transportation + 3 -4.36e+03 5e+03 1.54e+03 3.69e-06 0 1.43e+03 7.82e+03 expHall_phys Transportation + 4 -829 1e+04 3.21e+03 3.69e-06 0 6.35e+03 1.42e+04 World_log_PV Transportation + 5 2.7e+03 1.5e+04 4.89e+03 3.69e-06 0 6.35e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank_phys initStep + 1 0.136 -0.0215 0.0181 0.481 0.0194 0.139 0.139 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.098 -0.0155 0.013 3.5e-06 0 0 0 Tank_phys initStep + 1 4.63e+03 -3.58e+03 5e+03 3.5e-06 0 7.7e+03 7.7e+03 expHall_phys Transportation + 2 4.63e+03 -3.58e+03 5e+03 3.5e-06 0 0 7.7e+03 Tank_phys Transportation + 3 5e+03 -3.9e+03 3.89e+03 3.5e-06 0 1.22e+03 8.91e+03 expHall_phys Transportation + 4 5e+03 -3.9e+03 3.89e+03 3.5e-06 0 0 8.91e+03 Tank_phys Transportation + 5 2.11e+03 -5e+03 2.5e+03 3.5e-06 0 3.39e+03 1.23e+04 expHall_phys Transportation + 6 2.11e+03 -5e+03 2.5e+03 3.5e-06 0 0 1.23e+04 Tank_phys Transportation + 7 -4.14e+03 5e+03 1.28e+03 3.5e-06 0 1.19e+04 2.42e+04 expHall_phys Transportation + 8 -4.14e+03 5e+03 1.28e+03 3.5e-06 0 0 2.42e+04 Tank_phys Transportation + 9 -5e+03 3.41e+03 1.44e+03 3.5e-06 0 1.81e+03 2.6e+04 expHall_phys Transportation + 10 -5e+03 3.41e+03 1.44e+03 3.5e-06 0 0 2.6e+04 Tank_phys Transportation + 11 -2.13e+03 5e+03 3.06e+03 3.5e-06 0 3.66e+03 2.96e+04 expHall_phys Transportation + 12 -2.13e+03 5e+03 3.06e+03 3.5e-06 0 0 2.96e+04 Tank_phys Transportation + 13 -682 2.35e+03 5e+03 3.5e-06 0 3.59e+03 3.32e+04 expHall_phys Transportation + 14 -682 2.35e+03 5e+03 3.5e-06 0 0 3.32e+04 Tank_phys Transportation + 15 103 -4.29e+03 -5e+03 3.5e-06 0 1.2e+04 4.52e+04 expHall_phys Transportation + 16 519 -9.67e+03 -1e+04 3.5e-06 0 7.36e+03 5.26e+04 World_log_PV Transportation + 17 930 -1.5e+04 -1.5e+04 3.5e-06 0 7.29e+03 5.99e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0985 -0.0156 0.0131 3.03e-06 0 0 0 Tank_phys initStep + 1 511 -104 411 3.03e-06 0 664 664 Tank_phys OpRayleigh + 2 -5e+03 -4.02e+03 -76.7 3.03e-06 0 6.78e+03 7.45e+03 expHall_phys Transportation + 3 -5e+03 -4.02e+03 -76.7 3.03e-06 0 0 7.45e+03 Tank_phys Transportation + 4 -4.46e+03 -5e+03 -498 3.03e-06 0 1.19e+03 8.64e+03 expHall_phys Transportation + 5 -4.46e+03 -5e+03 -498 3.03e-06 0 0 8.64e+03 Tank_phys Transportation + 6 22.5 -714 -5e+03 3.03e-06 0 7.66e+03 1.63e+04 expHall_phys Transportation + 7 22.5 -714 -5e+03 3.03e-06 0 0 1.63e+04 Tank_phys Transportation + 8 2.14e+03 5e+03 -1.76e+03 3.03e-06 0 6.9e+03 2.32e+04 expHall_phys Transportation + 9 2.14e+03 5e+03 -1.76e+03 3.03e-06 0 0 2.32e+04 Tank_phys Transportation + 10 4.37e+03 -1.42e+03 5e+03 3.03e-06 0 9.59e+03 3.28e+04 expHall_phys Transportation + 11 4.37e+03 -1.42e+03 5e+03 3.03e-06 0 0 3.28e+04 Tank_phys Transportation + 12 5e+03 -2.35e+03 3.5e+03 3.03e-06 0 1.87e+03 3.47e+04 expHall_phys Transportation + 13 5e+03 -2.35e+03 3.5e+03 3.03e-06 0 0 3.47e+04 Tank_phys Transportation + 14 -3.94e+03 -5e+03 -2.33e+03 3.03e-06 0 1.1e+04 4.57e+04 expHall_phys Transportation + 15 -3.94e+03 -5e+03 -2.33e+03 3.03e-06 0 0 4.57e+04 Tank_phys Transportation + 16 -5e+03 -4.03e+03 -2.84e+03 3.03e-06 0 1.53e+03 4.72e+04 expHall_phys Transportation + 17 -5e+03 -4.03e+03 -2.84e+03 3.03e-06 0 0 4.72e+04 Tank_phys Transportation + 18 -3.72e+03 -2.2e+03 -5e+03 3.03e-06 0 3.11e+03 5.03e+04 expHall_phys Transportation + 19 -3.72e+03 -2.2e+03 -5e+03 3.03e-06 0 0 5.03e+04 Tank_phys Transportation + 20 -3.52e+03 3.24e+03 5e+03 3.03e-06 0 1.14e+04 6.17e+04 expHall_phys Transportation + 21 -2.23e+03 1e+04 9.77e+03 3.03e-06 0 8.37e+03 7e+04 World_log_PV Transportation + 22 -1.28e+03 1.5e+04 1.33e+04 3.03e-06 0 6.19e+03 7.62e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0022 -0.000347 0.000292 3.1e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.37e+03 4.02e+03 3.1e-06 0 6.56e+03 6.56e+03 expHall_phys Transportation + 2 5e+03 -1.37e+03 4.02e+03 3.1e-06 0 0 6.56e+03 Tank_phys Transportation + 3 3.5e+03 -1.93e+03 5e+03 3.1e-06 0 1.88e+03 8.44e+03 expHall_phys Transportation + 4 3.5e+03 -1.93e+03 5e+03 3.1e-06 0 0 8.44e+03 Tank_phys Transportation + 5 -5e+03 1.06e+03 313 3.1e-06 0 1.02e+04 1.86e+04 expHall_phys Transportation + 6 -5e+03 1.06e+03 313 3.1e-06 0 0 1.86e+04 Tank_phys Transportation + 7 -4.92e+03 1.08e+03 216 3.1e-06 0 128 1.87e+04 Tank_phys OpRayleigh + 8 -3.15e+03 4.64e+03 5e+03 3.1e-06 0 6.22e+03 2.49e+04 expHall_phys Transportation + 9 -3.15e+03 4.64e+03 5e+03 3.1e-06 0 0 2.49e+04 Tank_phys Transportation + 10 -2.67e+03 5e+03 4.09e+03 3.1e-06 0 1.09e+03 2.6e+04 expHall_phys Transportation + 11 -2.67e+03 5e+03 4.09e+03 3.1e-06 0 0 2.6e+04 Tank_phys Transportation + 12 -2.21e+03 3.97e+03 2.89e+03 3.1e-06 3.1e-06 1.64e+03 2.77e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.136 -0.0215 0.0181 0.481 0 0 0.139 Tank_phys initStep + 2 0.256 -0.0329 0.06 0.46 0.0204 0.129 0.268 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.202 -0.0278 0.0412 2.67e-06 0 0 0 Tank_phys initStep + 1 5e+03 -1.13e+03 1.07e+03 2.67e-06 0 5.24e+03 5.24e+03 expHall_phys Transportation + 2 5e+03 -1.13e+03 1.07e+03 2.67e-06 0 0 5.24e+03 Tank_phys Transportation + 3 -5e+03 -996 1.38e+03 2.67e-06 0 1e+04 1.52e+04 expHall_phys Transportation + 4 -1e+04 244 1.77e+03 2.67e-06 0 5.17e+03 2.04e+04 World_log_PV Transportation + 5 -1.5e+04 1.48e+03 2.15e+03 2.67e-06 0 5.17e+03 2.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.204 -0.0279 0.0419 2.64e-06 0 0 0 Tank_phys initStep + 1 4.3e+03 -759 5e+03 2.64e-06 0 6.64e+03 6.64e+03 expHall_phys Transportation + 2 4.3e+03 -759 5e+03 2.64e-06 0 0 6.64e+03 Tank_phys Transportation + 3 5e+03 -3.48e+03 3.37e+03 2.64e-06 0 3.25e+03 9.89e+03 expHall_phys Transportation + 4 5e+03 -3.48e+03 3.37e+03 2.64e-06 0 0 9.89e+03 Tank_phys Transportation + 5 4.2e+03 -5e+03 2.78e+03 2.64e-06 0 1.82e+03 1.17e+04 expHall_phys Transportation + 6 4.2e+03 -5e+03 2.78e+03 2.64e-06 0 0 1.17e+04 Tank_phys Transportation + 7 2.66e+03 -4.38e+03 5e+03 2.64e-06 0 2.77e+03 1.45e+04 expHall_phys Transportation + 8 2.66e+03 -4.38e+03 5e+03 2.64e-06 0 0 1.45e+04 Tank_phys Transportation + 9 -5e+03 -2.96e+03 -3.69e+03 2.64e-06 0 1.17e+04 2.61e+04 expHall_phys Transportation + 10 -5e+03 -2.96e+03 -3.69e+03 2.64e-06 0 0 2.61e+04 Tank_phys Transportation + 11 -3.27e+03 -3.07e+03 -5e+03 2.64e-06 0 2.17e+03 2.83e+04 expHall_phys Transportation + 12 -3.27e+03 -3.07e+03 -5e+03 2.64e-06 0 0 2.83e+04 Tank_phys Transportation + 13 -258 5e+03 -1.08e+03 2.64e-06 0 9.46e+03 3.78e+04 expHall_phys Transportation + 14 -258 5e+03 -1.08e+03 2.64e-06 0 0 3.78e+04 Tank_phys Transportation + 15 2.42e+03 2.34e+03 -256 2.64e-06 2.64e-06 3.86e+03 4.16e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.195 -0.0271 0.0388 3.28e-06 0 0 0 Tank_phys initStep + 1 4.26e+03 -975 5e+03 3.28e-06 0 6.64e+03 6.64e+03 expHall_phys Transportation + 2 8.32e+03 -7.63e+03 1e+04 3.28e-06 0 9.26e+03 1.59e+04 World_log_PV Transportation + 3 1.24e+04 -1.43e+04 1.5e+04 3.28e-06 0 9.26e+03 2.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.256 -0.0329 0.06 0.46 0 0 0.268 Tank_phys initStep + 3 0.368 -0.00712 0.0799 0.444 0.0166 0.118 0.386 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.333 -0.0152 0.0737 3.19e-06 0 0 0 Tank_phys initStep + 1 -5e+03 4.71e+03 1.08e+03 3.19e-06 0 6.95e+03 6.95e+03 expHall_phys Transportation + 2 -9.59e+03 1e+04 1.25e+03 3.19e-06 0 7.01e+03 1.4e+04 World_log_PV Transportation + 3 -1.39e+04 1.5e+04 1.41e+03 3.19e-06 0 6.63e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.352 -0.0108 0.077 3.22e-06 0 0 0 Tank_phys initStep + 1 -5e+03 1.78e+03 1.36e+03 3.22e-06 0 5.48e+03 5.48e+03 expHall_phys Transportation + 2 -5e+03 1.78e+03 1.36e+03 3.22e-06 0 0 5.48e+03 Tank_phys Transportation + 3 -4.71e+03 2.15e+03 1.49e+03 3.22e-06 3.22e-06 489 5.97e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.363 -0.00818 0.0791 3.67e-06 0 0 0 Tank_phys initStep + 1 -5e+03 2.49e+03 -3.13e+03 3.67e-06 0 6.4e+03 6.4e+03 expHall_phys Transportation + 2 -5e+03 2.49e+03 -3.13e+03 3.67e-06 0 0 6.4e+03 Tank_phys Transportation + 3 -1.49e+03 4.46e+03 -5e+03 3.67e-06 0 4.44e+03 1.08e+04 expHall_phys Transportation + 4 -1.49e+03 4.46e+03 -5e+03 3.67e-06 0 0 1.08e+04 Tank_phys Transportation + 5 615 4.36e+03 2.04e+03 3.67e-06 0 7.34e+03 1.82e+04 Tank_phys OpRayleigh + 6 616 3.79e+03 588 3.67e-06 3.67e-06 1.55e+03 1.97e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.263 -0.0311 0.0613 2.78e-06 0 0 0 Tank_phys initStep + 1 5e+03 -827 -823 2.78e-06 0 5.13e+03 5.13e+03 expHall_phys Transportation + 2 1e+04 -2.52e+03 -3.19e+03 2.78e-06 0 5.78e+03 1.09e+04 World_log_PV Transportation + 3 1.5e+04 -4.21e+03 -5.55e+03 2.78e-06 0 5.78e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.312 -0.0199 0.07 3.24e-06 0 0 0 Tank_phys initStep + 1 5e+03 3.26e+03 -1.25e+03 3.24e-06 0 6.1e+03 6.1e+03 expHall_phys Transportation + 2 9.76e+03 1e+04 -3.22e+03 3.24e-06 0 8.48e+03 1.46e+04 World_log_PV Transportation + 3 1.33e+04 1.5e+04 -4.68e+03 3.24e-06 0 6.29e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.347 -0.012 0.0761 3.41e-06 0 0 0 Tank_phys initStep + 1 5e+03 270 -1.64e+03 3.41e-06 0 5.27e+03 5.27e+03 expHall_phys Transportation + 2 1e+04 917 -2.9e+03 3.41e-06 0 5.2e+03 1.05e+04 World_log_PV Transportation + 3 1.5e+04 1.57e+03 -4.17e+03 3.41e-06 0 5.2e+03 1.57e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.31 -0.0204 0.0696 3.2e-06 0 0 0 Tank_phys initStep + 1 19.9 5.34 -7.14 3.2e-06 3.2e-06 21.5 21.5 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.344 -0.0125 0.0757 2.24e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.5e+03 4.14e+03 2.24e-06 0 6.66e+03 6.66e+03 expHall_phys Transportation + 2 6.56e+03 5.19e+03 1e+04 2.24e-06 0 7.1e+03 1.38e+04 World_log_PV Transportation + 3 7.9e+03 8.34e+03 1.5e+04 2.24e-06 0 6.06e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.368 -0.00712 0.0799 0.444 0 0 0.386 Tank_phys initStep + 4 0.474 0.0103 0.101 0.419 0.0247 0.11 0.496 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.419 0.00135 0.0903 3.72e-06 0 0 0 Tank_phys initStep + 1 5e+03 -130 3.96e+03 3.72e-06 0 6.38e+03 6.38e+03 expHall_phys Transportation + 2 6.79e+03 -710 1e+04 3.72e-06 0 6.32e+03 1.27e+04 World_log_PV Transportation + 3 8.27e+03 -1.19e+03 1.5e+04 3.72e-06 0 5.24e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.474 0.0103 0.101 0.419 0 0 0.496 Tank_phys initStep + 5 0.571 0.00504 0.11 0.402 0.0173 0.0977 0.594 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.55 0.00615 0.108 3.33e-06 0 0 0 Tank_phys initStep + 1 5e+03 -2.58e+03 2.01e+03 3.33e-06 0 5.97e+03 5.97e+03 expHall_phys Transportation + 2 5e+03 -2.58e+03 2.01e+03 3.33e-06 0 0 5.97e+03 Tank_phys Transportation + 3 3.91e+03 -4.52e+03 2.86e+03 3.33e-06 3.33e-06 2.38e+03 8.35e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.505 0.00859 0.104 3.45e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.17e+03 1.38e+03 3.45e-06 0 5.62e+03 5.62e+03 expHall_phys Transportation + 2 1e+04 8.65e+03 3.5e+03 3.45e-06 0 8.45e+03 1.41e+04 World_log_PV Transportation + 3 1.49e+04 1.5e+04 5.57e+03 3.45e-06 0 8.28e+03 2.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.571 0.00504 0.11 0.402 0 0 0.594 Tank_phys initStep + 6 0.66 0.00298 0.112 0.376 0.0253 0.0898 0.684 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.591 0.00458 0.11 2.43e-06 0 0 0 Tank_phys initStep + 1 1.12e+03 3.33e+03 5e+03 2.43e-06 0 6.11e+03 6.11e+03 expHall_phys Transportation + 2 4.5e+03 1e+04 9.84e+03 2.43e-06 0 8.91e+03 1.5e+04 World_log_PV Transportation + 3 7.03e+03 1.5e+04 1.35e+04 2.43e-06 0 6.68e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.652 0.00317 0.112 2.52e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.18e+03 -4.07e+03 2.52e-06 0 7.68e+03 7.68e+03 expHall_phys Transportation + 2 5e+03 -4.18e+03 -4.07e+03 2.52e-06 0 0 7.68e+03 Tank_phys Transportation + 3 4.57e+03 -5e+03 -4.75e+03 2.52e-06 0 1.15e+03 8.83e+03 expHall_phys Transportation + 4 4.57e+03 -5e+03 -4.75e+03 2.52e-06 0 0 8.83e+03 Tank_phys Transportation + 5 4.42e+03 -4.89e+03 -5e+03 2.52e-06 0 309 9.14e+03 expHall_phys Transportation + 6 -3.68e+03 1.06e+03 -1e+04 2.52e-06 0 1.12e+04 2.04e+04 World_log_PV Transportation + 7 -1.18e+04 7.01e+03 -1.5e+04 2.52e-06 0 1.12e+04 3.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.598 0.00442 0.111 3.52e-06 0 0 0 Tank_phys initStep + 1 -422 -2.95e+03 -5e+03 3.52e-06 0 5.82e+03 5.82e+03 expHall_phys Transportation + 2 -3.84e+03 -1e+04 -8.08e+03 3.52e-06 0 8.42e+03 1.42e+04 World_log_PV Transportation + 3 -6.27e+03 -1.5e+04 -1.03e+04 3.52e-06 0 5.97e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.574 0.00495 0.11 4.12e-06 0 0 0 Tank_phys initStep + 1 3.71e+03 1.63e+03 -612 4.12e-06 4.12e-06 4.09e+03 4.09e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.576 0.00492 0.11 2.41e-06 0 0 0 Tank_phys initStep + 1 4.38e+03 -1.34e+03 1.83e+03 2.41e-06 2.41e-06 4.93e+03 4.93e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.66 0.00298 0.112 0.376 0 0 0.684 Tank_phys initStep + 7 0.738 0.00568 0.12 0.365 0.0111 0.0788 0.762 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.662 0.00303 0.112 3.34e-06 0 0 0 Tank_phys initStep + 1 -5e+03 959 2.38e+03 3.34e-06 0 5.62e+03 5.62e+03 expHall_phys Transportation + 2 -5e+03 959 2.38e+03 3.34e-06 0 0 5.62e+03 Tank_phys Transportation + 3 -3.49e+03 1.78e+03 5e+03 3.34e-06 0 3.14e+03 8.76e+03 expHall_phys Transportation + 4 2.47e+03 3.44e+03 1e+04 3.34e-06 0 7.95e+03 1.67e+04 World_log_PV Transportation + 5 8.43e+03 5.1e+03 1.5e+04 3.34e-06 0 7.95e+03 2.47e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.738 0.00568 0.12 0.365 0 0 0.762 Tank_phys initStep + 8 0.81 0.0156 0.134 0.354 0.0109 0.0742 0.837 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.788 0.0126 0.13 3.43e-06 0 0 0 Tank_phys initStep + 1 647 760 -5e+03 3.43e-06 0 5.1e+03 5.1e+03 expHall_phys Transportation + 2 1.08e+03 2.61e+03 -1e+04 3.43e-06 0 5.35e+03 1.04e+04 World_log_PV Transportation + 3 1.51e+03 4.45e+03 -1.5e+04 3.43e-06 0 5.35e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.776 0.0108 0.127 4.04e-06 0 0 0 Tank_phys initStep + 1 3.01e+03 514 2.16e+03 4.04e-06 4.04e-06 3.74e+03 3.74e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.793 0.0132 0.13 2.38e-06 0 0 0 Tank_phys initStep + 1 4.68e+03 -1.29e+03 457 2.38e-06 2.38e-06 4.87e+03 4.87e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.81 0.0156 0.134 0.354 0 0 0.837 Tank_phys initStep + 9 0.875 0.0403 0.133 0.335 0.0196 0.0699 0.907 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.842 0.0275 0.133 2.51e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.03e+03 -2.27e+03 2.51e-06 0 5.85e+03 5.85e+03 expHall_phys Transportation + 2 1e+04 7.32e+03 -5.99e+03 2.51e-06 0 8.17e+03 1.4e+04 World_log_PV Transportation + 3 1.5e+04 1.26e+04 -9.71e+03 2.51e-06 0 8.17e+03 2.22e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.855 0.0326 0.133 3.43e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.02e+03 -2.03e+03 3.43e-06 0 5.49e+03 5.49e+03 expHall_phys Transportation + 2 1e+04 2.97e+03 -4.65e+03 3.43e-06 0 5.97e+03 1.15e+04 World_log_PV Transportation + 3 1.5e+04 4.92e+03 -7.27e+03 3.43e-06 0 5.97e+03 1.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.875 0.0403 0.133 0.335 0 0 0.907 Tank_phys initStep + 10 0.923 0.0757 0.116 0.322 0.0123 0.0623 0.969 Tank_phys Cerenkov + 11 0.958 0.114 0.0928 0.311 0.0115 0.0579 1.03 Tank_phys Cerenkov + 12 0.992 0.15 0.0769 0.301 0.00959 0.0539 1.08 Tank_phys Cerenkov + 13 1.02 0.18 0.0541 0.285 0.016 0.0506 1.13 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.02 0.18 0.0541 2.23e-06 0 0 0 Tank_phys initStep + 1 5e+03 -704 -2.7e+03 2.23e-06 0 5.72e+03 5.72e+03 expHall_phys Transportation + 2 5e+03 -704 -2.7e+03 2.23e-06 0 0 5.72e+03 Tank_phys Transportation + 3 1.66e+03 -1.14e+03 -5e+03 2.23e-06 0 4.08e+03 9.8e+03 expHall_phys Transportation + 4 1.66e+03 -1.14e+03 -5e+03 2.23e-06 0 0 9.8e+03 Tank_phys Transportation + 5 -3.35e+03 -1.74e+03 -1.42e+03 2.23e-06 2.23e-06 6.18e+03 1.6e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 1.02 0.18 0.0541 0.285 0 0 1.13 Tank_phys initStep + 14 1.07 0.188 0.0527 0.265 0.0198 0.0455 1.18 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.06 0.186 0.053 2.62e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -1.08e+03 -2.01e+03 2.62e-06 0 5.5e+03 5.5e+03 expHall_phys Transportation + 2 -1e+04 -2.98e+03 -7.31e+03 2.62e-06 0 7.53e+03 1.3e+04 World_log_PV Transportation + 3 -1.5e+04 -4.88e+03 -1.26e+04 2.62e-06 0 7.53e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 0.182 0.0538 3.64e-06 0 0 0 Tank_phys initStep + 1 1.57e+03 -5e+03 884 3.64e-06 0 5.31e+03 5.31e+03 expHall_phys Transportation + 2 1.57e+03 -5e+03 884 3.64e-06 0 0 5.31e+03 Tank_phys Transportation + 3 417 3.42e+03 5e+03 3.64e-06 0 9.45e+03 1.48e+04 expHall_phys Transportation + 4 417 3.42e+03 5e+03 3.64e-06 0 0 1.48e+04 Tank_phys Transportation + 5 1.37e+03 5e+03 4.3e+03 3.64e-06 0 1.97e+03 1.67e+04 expHall_phys Transportation + 6 1.37e+03 5e+03 4.3e+03 3.64e-06 0 0 1.67e+04 Tank_phys Transportation + 7 5e+03 2.62e+03 3.64e+03 3.64e-06 0 4.39e+03 2.11e+04 expHall_phys Transportation + 8 5e+03 2.62e+03 3.64e+03 3.64e-06 0 0 2.11e+04 Tank_phys Transportation + 9 4.27e+03 -1.72e+03 5e+03 3.64e-06 0 4.61e+03 2.57e+04 expHall_phys Transportation + 10 4.27e+03 -1.72e+03 5e+03 3.64e-06 0 0 2.57e+04 Tank_phys Transportation + 11 4.19e+03 -2.22e+03 4.57e+03 3.64e-06 3.64e-06 657 2.64e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.05 0.184 0.0533 3.95e-06 0 0 0 Tank_phys initStep + 1 5e+03 1.27e+03 1.1e+03 3.95e-06 0 5.27e+03 5.27e+03 expHall_phys Transportation + 2 1e+04 3.28e+03 4.15e+03 3.95e-06 0 6.19e+03 1.15e+04 World_log_PV Transportation + 3 1.5e+04 5.28e+03 7.2e+03 3.95e-06 0 6.19e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 1.07 0.188 0.0527 0.265 0 0 1.18 Tank_phys initStep + 15 1.1 0.185 0.0565 0.259 0.00649 0.0394 1.22 Tank_phys Cerenkov + 16 1.14 0.176 0.0727 0.252 0.00721 0.0376 1.25 Tank_phys Cerenkov + 17 1.16 0.165 0.0939 0.245 0.00635 0.0352 1.29 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.15 0.169 0.086 3.78e-06 0 0 0 Tank_phys initStep + 1 -1.72e+03 5e+03 4.83e+03 3.78e-06 0 7.16e+03 7.16e+03 expHall_phys Transportation + 2 -5.19e+03 7.95e+03 1e+04 3.78e-06 0 6.89e+03 1.41e+04 World_log_PV Transportation + 3 -8.55e+03 1.08e+04 1.5e+04 3.78e-06 0 6.67e+03 2.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 1.16 0.165 0.0939 0.245 0 0 1.29 Tank_phys initStep + 18 1.17 0.165 0.102 0.244 0.000886 0.0111 1.3 Tank_phys Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.16 0.165 0.0941 3.35e-06 0 0 0 Tank_phys initStep + 1 5e+03 2.41e+03 958 3.35e-06 0 5.63e+03 5.63e+03 expHall_phys Transportation + 2 1e+04 9.43e+03 1.22e+03 3.35e-06 0 8.62e+03 1.42e+04 World_log_PV Transportation + 3 1.4e+04 1.5e+04 1.42e+03 3.35e-06 0 6.85e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 1.17 0.165 0.102 0.244 0 0 1.3 Tank_phys initStep + 19 1.17 0.165 0.108 0.214 0.03 0.00774 1.31 Tank_phys Cerenkov + 20 1.23 0.163 0.188 0.192 0.0221 0.112 1.42 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.2 0.164 0.148 3.28e-06 0 0 0 Tank_phys initStep + 1 3.97e+03 4.72e+03 3.74e+03 3.28e-06 3.28e-06 7.21e+03 7.21e+03 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 1.23 0.163 0.188 0.192 0 0 1.42 Tank_phys initStep + 21 1.24 0.175 0.214 0.186 0.0062 0.0322 1.45 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.24 0.169 0.201 3.54e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -4.2e+03 3.88e+03 3.54e-06 0 7.6e+03 7.6e+03 expHall_phys Transportation + 2 -5e+03 -4.2e+03 3.88e+03 3.54e-06 0 0 7.6e+03 Tank_phys Transportation + 3 -4.23e+03 -5e+03 3.97e+03 3.54e-06 0 1.11e+03 8.71e+03 expHall_phys Transportation + 4 2.45e+03 -1e+04 687 3.54e-06 0 8.97e+03 1.77e+04 World_log_PV Transportation + 5 9.12e+03 -1.5e+04 -2.6e+03 3.54e-06 0 8.97e+03 2.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 1.24 0.175 0.214 0.186 0 0 1.45 Tank_phys initStep + 22 1.26 0.183 0.241 0.178 0.00775 0.0306 1.48 Tank_phys msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.25 0.176 0.216 2.3e-06 0 0 0 Tank_phys initStep + 1 2.23e+03 -5e+03 4.1e+03 2.3e-06 0 6.84e+03 6.84e+03 expHall_phys Transportation + 2 2.23e+03 -5e+03 4.1e+03 2.3e-06 0 0 6.84e+03 Tank_phys Transportation + 3 5e+03 -4.1e+03 4.75e+03 2.3e-06 0 2.99e+03 9.83e+03 expHall_phys Transportation + 4 1e+04 -1.53e+03 6.81e+03 2.3e-06 0 5.99e+03 1.58e+04 World_log_PV Transportation + 5 1.5e+04 1.04e+03 8.88e+03 2.3e-06 0 5.99e+03 2.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 1.26 0.183 0.241 0.178 0 0 1.48 Tank_phys initStep + 23 1.27 0.186 0.266 0.172 0.00676 0.0285 1.51 Tank_phys msc + 24 1.3 0.189 0.33 0.149 0.0226 0.0826 1.59 Tank_phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.28 0.187 0.296 3.99e-06 0 0 0 Tank_phys initStep + 1 -5e+03 -2.28e+03 3.51e+03 3.99e-06 0 6.52e+03 6.52e+03 expHall_phys Transportation + 2 -5e+03 -2.28e+03 3.51e+03 3.99e-06 0 0 6.52e+03 Tank_phys Transportation + 3 -3.52e+03 -5e+03 3.33e+03 3.99e-06 0 3.11e+03 9.63e+03 expHall_phys Transportation + 4 -3.52e+03 -5e+03 3.33e+03 3.99e-06 0 0 9.63e+03 Tank_phys Transportation + 5 5e+03 3.92e+03 3.9e+03 3.99e-06 0 1.23e+04 2.2e+04 expHall_phys Transportation + 6 5e+03 3.92e+03 3.9e+03 3.99e-06 0 0 2.2e+04 Tank_phys Transportation + 7 3.59e+03 5e+03 4.29e+03 3.99e-06 0 1.82e+03 2.38e+04 expHall_phys Transportation + 8 3.59e+03 5e+03 4.29e+03 3.99e-06 0 0 2.38e+04 Tank_phys Transportation + 9 1.3e+03 3.6e+03 5e+03 3.99e-06 0 2.77e+03 2.66e+04 expHall_phys Transportation + 10 1.3e+03 3.6e+03 5e+03 3.99e-06 0 0 2.66e+04 Tank_phys Transportation + 11 -5e+03 -126 2.33e+03 3.99e-06 0 7.79e+03 3.44e+04 expHall_phys Transportation + 12 -5e+03 -126 2.33e+03 3.99e-06 0 0 3.44e+04 Tank_phys Transportation + 13 4.45e+03 -2.94e+03 -3.39e+03 3.99e-06 3.99e-06 1.14e+04 4.58e+04 Tank_phys OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.28 0.187 0.296 2.52e-06 0 0 0 Tank_phys initStep + 1 5e+03 -4.53e+03 -4.01e+03 2.52e-06 0 7.85e+03 7.85e+03 expHall_phys Transportation + 2 5e+03 -4.53e+03 -4.01e+03 2.52e-06 0 0 7.85e+03 Tank_phys Transportation + 3 4.4e+03 -5e+03 -4.23e+03 2.52e-06 0 789 8.64e+03 expHall_phys Transportation + +============================================================================================ +================= lines above cut to keep file within limits =============================== +============================================================================================ + + +================================================================== + +### Run 1 starts. + Run terminated. +Run Summary + Number of events processed : 1000 + User=2.060000s Real=2.092069s Sys=0.000000s + + ======================== run summary ====================== +Primary particle was: e+ with energy 500 keV. +Number of events: 1000 +Average number of Cerenkov photons created per event: 17.2 +- 5.71 +Average number of scintillation photons created per event: 76.1 +- 8.87 +Average number of optical Rayleigh interactions per event: 8.99 +- 3.35 +Average number of optical absorption interactions per event: 38.8 +- 6.42 +Average number of optical Mie interactions per event: 0.106 +- 0.327 +Average number of optical boundary interactions per event: 214 +- 30.8 + +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 9 of which, static: 0 +Dynamic pools deleted: 9 / Total memory freed: 0.038 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice/optPhoton.out b/examples/extended/optical/OpNovice/optPhoton.out index dc4ff993b8..3fa8c629d7 100644 --- a/examples/extended/optical/OpNovice/optPhoton.out +++ b/examples/extended/optical/OpNovice/optPhoton.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,9 +29,6 @@ G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced wi /control/cout/ignoreThreadsExcept 0 # /run/initialize -### G4PhysicsVector: spline cannot be used for 2 points - spline disabled -2.034e-06 1 -4.136e-06 1 Water G4MaterialPropertiesTable: 0: RINDEX 2.034e-06 1.3435 @@ -354,7 +351,8 @@ OpWLS2 is created LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -371,7 +369,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -381,8 +379,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -461,12 +460,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -497,10 +496,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -535,10 +534,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -571,12 +570,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -587,10 +586,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -604,10 +603,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -636,10 +635,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -668,10 +667,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -700,14 +699,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -718,7 +716,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -733,14 +731,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -751,7 +748,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -798,10 +795,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -830,10 +827,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -867,15 +864,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -885,10 +885,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -896,10 +898,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -908,6 +912,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -915,11 +920,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -927,11 +934,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -940,10 +949,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -954,10 +965,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -968,10 +981,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -981,10 +996,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -995,10 +1012,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1009,10 +1028,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1023,10 +1044,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1036,11 +1059,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -1048,6 +1073,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -1055,6 +1081,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -1064,6 +1091,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -1071,11 +1099,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -1083,11 +1113,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1097,11 +1129,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -1109,6 +1143,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -1116,6 +1151,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -1125,11 +1161,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -1137,11 +1175,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1151,11 +1191,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1163,11 +1205,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1177,29 +1221,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1212,14 +1258,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52535 keV e- 277.593 keV e+ 270.769 keV proton 70 keV + Energy thresholds : gamma 2.52493 keV e- 277.585 keV e+ 270.777 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1371,7 +1417,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001487s Sys=0.010000s + User=0.010000s Real=0.001436s Sys=0.000000s ======================== run summary ====================== Primary particle was: opticalphoton with energy 3 eV . @@ -1394,14 +1440,14 @@ Average number of optical boundary interactions per event: 3.7 +- 3.35 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.525347827299922 keV e- 277.5934763678286 keV e+ 270.7691906611086 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1411,7 +1457,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.160000s Real=0.154442s Sys=0.000000s + User=0.150000s Real=0.153384s Sys=0.000000s ======================== run summary ====================== Primary particle was: opticalphoton with energy 3 eV . diff --git a/examples/extended/optical/OpNovice/src/OpNoviceDetectorConstruction.cc b/examples/extended/optical/OpNovice/src/OpNoviceDetectorConstruction.cc index 6cbfea950e..bca28a7945 100644 --- a/examples/extended/optical/OpNovice/src/OpNoviceDetectorConstruction.cc +++ b/examples/extended/optical/OpNovice/src/OpNoviceDetectorConstruction.cc @@ -153,10 +153,16 @@ G4VPhysicalVolume* OpNoviceDetectorConstruction::Construct() FatalException, ed); } + // Adding a property from two std::vectors. Argument createNewKey is false + // and spline is true. myMPT1->AddProperty("ABSLENGTH", photonEnergy, absorption, false, true); - // adding property with a C-style array + + // Adding a property using a C-style array. + // Spline interpolation isn't used for scintillation. + // Arguments spline and createNewKey both take default value false. myMPT1->AddProperty("SCINTILLATIONCOMPONENT1", energyArray, scintilFastArray, - lenArray, false, true); + lenArray); + myMPT1->AddProperty("SCINTILLATIONCOMPONENT2", photonEnergy, scintilSlow, false, true); myMPT1->AddConstProperty("SCINTILLATIONYIELD", 50. / MeV); @@ -180,8 +186,9 @@ G4VPhysicalVolume* OpNoviceDetectorConstruction::Construct() 5.16665 * eV, 5.39129 * eV, 5.63635 * eV, 5.90475 * eV, 6.19998 * eV }; - // Rayleigh scattering length calculated by G4OpRayleigh - // assume 100 times larger than the rayleigh scattering for now. + // Rayleigh scattering length is calculated by G4OpRayleigh + + // Mie: assume 100 times larger than the rayleigh scattering std::vector mie_water = { 167024.4 * m, 158726.7 * m, 150742 * m, 143062.5 * m, 135680.2 * m, 128587.4 * m, 121776.3 * m, 115239.5 * m, 108969.5 * m, 102958.8 * m, @@ -197,7 +204,7 @@ G4VPhysicalVolume* OpNoviceDetectorConstruction::Construct() 1422.710 * m, 1200.004 * m, 1004.528 * m, 833.9666 * m, 686.1063 * m }; - // gforward, gbackward, forward backward ratio + // Mie: gforward, gbackward, forward backward ratio G4double mie_water_const[3] = { 0.99, 0.99, 0.8 }; myMPT1->AddProperty("MIEHG", energy_water, mie_water, false, true); diff --git a/examples/extended/optical/OpNovice2/.README.txt b/examples/extended/optical/OpNovice2/.README.txt index f0fcec9ed3..43ee9faff2 100644 --- a/examples/extended/optical/OpNovice2/.README.txt +++ b/examples/extended/optical/OpNovice2/.README.txt @@ -6,7 +6,8 @@ Investigate optical properties and parameters. Details of optical photon boundary interactions on a surface are recorded. Details -of optical photon generation and transport are recorded. +of optical photon generation and transport are recorded. Group velocity +may be examined. \section OpNovice2_s1 GEOMETRY DEFINITION @@ -89,7 +90,8 @@ Idle> exit \section OpNovice2_s6 RESULTS A table of optical photon events is printed at the end of the run. - + Group velocity is printed with /tracking/verbose 1 or higher. + \section OpNovice2_s7 HISTOGRAMS OpNovice2 has several predefined 1D histograms : @@ -112,10 +114,15 @@ Idle> exit - 17 : X momentum dir of Fresnel-refracted photons - 18 : Y momentum dir of Fresnel-refracted photons - 19 : Z momentum dir of Fresnel-refracted photons - - 20 : fraction of photons transmitted at surface - - 21 : fraction of photons reflected at surface + - 20 : fraction of photons refracted (i.e. Fresnel transmission) + - 21 : fraction of photons Fresnel-reflected + - 22 : fraction of photons total internal reflected (TIR) + - 23 : fraction of photons reflected (Fresnel reflection plus TIR) + - 24 : fraction of photons absorbed at surface + - 25 : fraction of photons "transmitted" (i.e. TRANSMITTANCE material property) + - 26 : fraction of photons spike-reflected - Histograms 11-19 are recorded for photons scattered from the +X + Histograms 11-26 are recorded for photons scattered from the +X surface of the cube. Only the first interaction is recorded. The histograms are managed by G4Analysis classes. @@ -148,6 +155,8 @@ Idle> exit fresnel.mac: Shoot optical photons of fixed polarization and random direction at a surface, and plot reflectance/transmittance vs incident angle. + complexRindex.mac: Use a dielectric-metal surface with a complex index of + refraction. OpNovice2.mac: Shoot an optical photon inside a box. scint_by_particle.mac: Configure scintillation to have particle-specific yields and yield ratios. Shoot different types of particles. diff --git a/examples/extended/optical/OpNovice2/CMakeLists.txt b/examples/extended/optical/OpNovice2/CMakeLists.txt index 8e773f3440..c4fc8b9ac2 100644 --- a/examples/extended/optical/OpNovice2/CMakeLists.txt +++ b/examples/extended/optical/OpNovice2/CMakeLists.txt @@ -43,6 +43,7 @@ set(OpNovice2_SCRIPTS OpNovice2.out OpNovice2.mac boundary.mac + complexRindex.mac electron.mac fresnel.mac scint_by_particle.mac diff --git a/examples/extended/optical/OpNovice2/History b/examples/extended/optical/OpNovice2/History index 7cb8d4550f..538b4a0a00 100644 --- a/examples/extended/optical/OpNovice2/History +++ b/examples/extended/optical/OpNovice2/History @@ -1,17 +1,27 @@ +# Example OpNovice2 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example OpNovice2 History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-04-28 Daren Sawkey (OpNovice2-V11-00-02) +- Add local SteppingVerbose to print velocity with /tracking/verbose 1 - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-04-25 Birgit Zatschler and Daren Sawkey (OpNovice2-V11-00-01) +- Add new macro complexRindex.mac, using dielectric-metal surface with the surface + having a complex index of refraction +- Add new histograms to record separately Fresnel reflection, TIR, absorption, etc. +- Use new histos to plot spike reflection/absorption vs angle on surface (useful + for complex refractive index) +- PrimaryGeneratorMessenger.cc: fixed command /opnovice2/gun/randomDirection +- Addresses PR 33. + +## 2021-12-10 Ben Morgan (OpNovice2-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 06, 2021 I. Hrivnacova (OpNovice2-V10-07-02) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/optical/OpNovice2/OpNovice2.cc b/examples/extended/optical/OpNovice2/OpNovice2.cc index b4e5ddd8e7..c5919362c6 100644 --- a/examples/extended/optical/OpNovice2/OpNovice2.cc +++ b/examples/extended/optical/OpNovice2/OpNovice2.cc @@ -31,6 +31,7 @@ #include "ActionInitialization.hh" #include "DetectorConstruction.hh" +#include "SteppingVerbose.hh" #include "FTFP_BERT.hh" #include "G4EmStandardPhysics_option4.hh" @@ -51,6 +52,9 @@ int main(int argc, char** argv) if(argc == 1) ui = new G4UIExecutive(argc, argv); + // application-specific SteppingVerbose + auto steppingVerbose = new SteppingVerbose; + auto runManager = G4RunManagerFactory::CreateRunManager(); DetectorConstruction* detector = new DetectorConstruction(); @@ -90,6 +94,7 @@ int main(int argc, char** argv) // job termination delete visManager; delete runManager; + delete steppingVerbose; return 0; } diff --git a/examples/extended/optical/OpNovice2/OpNovice2.out b/examples/extended/optical/OpNovice2/OpNovice2.out index 898ef31733..a72410e95d 100644 --- a/examples/extended/optical/OpNovice2/OpNovice2.out +++ b/examples/extended/optical/OpNovice2/OpNovice2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -228,7 +232,8 @@ OpWLS2 is created LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -245,7 +250,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -255,8 +260,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -335,12 +341,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -371,10 +377,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -409,10 +415,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -445,12 +451,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -461,10 +467,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -478,10 +484,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -510,10 +516,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -542,10 +548,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -574,14 +580,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -592,7 +597,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -607,14 +612,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -625,7 +629,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -640,10 +644,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -672,10 +676,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -709,15 +713,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -727,10 +734,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -738,10 +747,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -750,6 +761,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -757,11 +769,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -769,11 +783,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -782,10 +798,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -796,10 +814,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -810,10 +830,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -823,10 +845,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -837,10 +861,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -851,10 +877,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -865,10 +893,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -878,11 +908,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -890,6 +922,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -897,6 +930,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -906,6 +940,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -913,11 +948,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -925,11 +962,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -939,11 +978,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -951,6 +992,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -958,6 +1000,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -967,11 +1010,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -979,11 +1024,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -993,11 +1040,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1005,11 +1054,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1019,29 +1070,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1054,14 +1107,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1077,7 +1130,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100000 - User=1.330000s Real=1.345568s Sys=0.010000s + User=1.290000s Real=1.308342s Sys=0.010000s Run Summary --------------------------------- @@ -1126,9 +1179,9 @@ Surface events by process: ... write file : opnovice2.root - done ... close file : opnovice2.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/optical/OpNovice2/README b/examples/extended/optical/OpNovice2/README index 1bc19f3f22..643cc7db11 100644 --- a/examples/extended/optical/OpNovice2/README +++ b/examples/extended/optical/OpNovice2/README @@ -9,7 +9,8 @@ Investigate optical properties and parameters. Details of optical photon boundary interactions on a surface are recorded. Details - of optical photon generation and transport are recorded. + of optical photon generation and transport are recorded. Group velocity + may be examined. 1- GEOMETRY DEFINITION @@ -75,7 +76,8 @@ 6- RESULTS - A table of optical photon events is printed at the end of the run. + A table of optical photon events is printed at the end of the run. + Group velocity is printed with /tracking/verbose 1 or higher. 7- HISTOGRAMS @@ -99,10 +101,15 @@ 17 : X momentum dir of Fresnel-refracted photons 18 : Y momentum dir of Fresnel-refracted photons 19 : Z momentum dir of Fresnel-refracted photons - 20 : fraction of photons transmitted at surface - 21 : fraction of photons reflected at surface + 20 : fraction of photons refracted (i.e. Fresnel transmission) + 21 : fraction of photons Fresnel-reflected + 22 : fraction of photons total internal reflected (TIR) + 23 : fraction of photons reflected (Fresnel reflection plus TIR) + 24 : fraction of photons absorbed at surface + 25 : fraction of photons "transmitted" (i.e. TRANSMITTANCE material property) + 26 : fraction of photons spike-reflected - Histograms 11-19 are recorded for photons scattered from the +X + Histograms 11-26 are recorded for photons scattered from the +X surface of the cube. Only the first interaction is recorded. The histograms are managed by G4Analysis classes. @@ -129,6 +136,8 @@ fresnel.mac: Shoot optical photons of fixed polarization and random direction at a surface, and plot reflectance/transmittance vs incident angle. + complexRindex.mac: Use a dielectric-metal surface with a complex index of + refraction. OpNovice2.mac: Shoot an optical photon inside a box. scint_by_particle.mac: Configure scintillation to have particle-specific yields and yield ratios. Shoot different types of particles. diff --git a/examples/extended/optical/OpNovice2/boundary.out b/examples/extended/optical/OpNovice2/boundary.out index c83bd680d1..d21003681b 100644 --- a/examples/extended/optical/OpNovice2/boundary.out +++ b/examples/extended/optical/OpNovice2/boundary.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -307,7 +311,8 @@ Set file name: unified LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -324,7 +329,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -334,8 +339,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -414,12 +420,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -450,10 +456,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -488,10 +494,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -524,12 +530,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -540,10 +546,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -557,10 +563,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -589,10 +595,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -621,10 +627,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -653,14 +659,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -671,7 +676,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -686,14 +691,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -704,7 +708,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -719,10 +723,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -751,10 +755,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -788,15 +792,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -806,10 +813,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -817,10 +826,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -829,6 +840,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -836,11 +848,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -848,11 +862,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -861,10 +877,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -875,10 +893,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -889,10 +909,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -902,10 +924,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -916,10 +940,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -930,10 +956,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -944,10 +972,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -957,11 +987,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -969,6 +1001,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -976,6 +1009,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -985,6 +1019,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -992,11 +1027,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -1004,11 +1041,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1018,11 +1057,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -1030,6 +1071,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -1037,6 +1079,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -1046,11 +1089,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -1058,11 +1103,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1072,11 +1119,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1084,11 +1133,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1098,29 +1149,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1133,14 +1186,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1156,7 +1209,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.210000s Real=0.209632s Sys=0.000000s + User=0.260000s Real=0.262454s Sys=0.000000s Run Summary --------------------------------- @@ -1207,9 +1260,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". # restore default #/opnovice2/surfaceSigmaAlpha 0.0 # @@ -1225,14 +1278,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1245,7 +1298,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.120000s Real=0.120560s Sys=0.000000s + User=0.120000s Real=0.129378s Sys=0.000000s Run Summary --------------------------------- @@ -1293,9 +1346,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.01 The MPT for the surface is now: 0: RINDEX @@ -1332,14 +1385,14 @@ The MPT for the surface is now: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1352,7 +1405,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.130000s Real=0.136966s Sys=0.000000s + User=0.130000s Real=0.127567s Sys=0.000000s Run Summary --------------------------------- @@ -1400,9 +1453,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". # restore default /opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.0 The MPT for the surface is now: @@ -1445,14 +1498,14 @@ The MPT for the surface is now: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1465,7 +1518,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.140000s Real=0.139935s Sys=0.000000s + User=0.130000s Real=0.170074s Sys=0.000000s Run Summary --------------------------------- @@ -1512,9 +1565,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish groundfrontpainted /run/geometryModified /run/initialize @@ -1525,14 +1578,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1545,7 +1598,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.153464s Sys=0.000000s + User=0.150000s Real=0.147604s Sys=0.000000s Run Summary --------------------------------- @@ -1592,9 +1645,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish polishedbackpainted /run/geometryModified /run/initialize @@ -1605,14 +1658,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1625,7 +1678,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.750000s Real=0.759464s Sys=0.000000s + User=0.740000s Real=0.821421s Sys=0.000000s Run Summary --------------------------------- @@ -1676,9 +1729,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish groundbackpainted /run/geometryModified /run/initialize @@ -1689,14 +1742,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1709,7 +1762,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.750000s Real=0.757380s Sys=0.000000s + User=0.740000s Real=0.750019s Sys=0.010000s Run Summary --------------------------------- @@ -1760,9 +1813,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". # #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dielectric_metal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # @@ -1778,14 +1831,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1798,7 +1851,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.141016s Sys=0.000000s + User=0.130000s Real=0.134577s Sys=0.000000s Run Summary --------------------------------- @@ -1845,9 +1898,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish ground /run/geometryModified /run/initialize @@ -1858,14 +1911,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1878,7 +1931,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.156780s Sys=0.000000s + User=0.150000s Real=0.157012s Sys=0.000000s Run Summary --------------------------------- @@ -1928,9 +1981,9 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ############################################################################### ################################# GLISUR ###################################### ############################################################################### @@ -1953,14 +2006,14 @@ Set file name: glisur Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1973,7 +2026,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.110000s Real=0.119158s Sys=0.000000s + User=0.150000s Real=0.158073s Sys=0.000000s Run Summary --------------------------------- @@ -2021,9 +2074,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.01 The MPT for the surface is now: 0: RINDEX @@ -2060,14 +2113,14 @@ The MPT for the surface is now: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2080,7 +2133,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.130000s Real=0.132746s Sys=0.000000s + User=0.170000s Real=0.181164s Sys=0.000000s Run Summary --------------------------------- @@ -2128,9 +2181,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.0 The MPT for the surface is now: 0: RINDEX @@ -2175,14 +2228,14 @@ Surface polish set to: 0.2 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2195,7 +2248,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.140000s Real=0.137294s Sys=0.000000s + User=0.130000s Real=0.166371s Sys=0.000000s Run Summary --------------------------------- @@ -2244,9 +2297,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". # restore default /opnovice2/surfacePolish 1.0 /run/geometryModified @@ -2264,14 +2317,14 @@ Surface polish set to: 1 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2284,7 +2337,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.140000s Real=0.139197s Sys=0.000000s + User=0.130000s Real=0.135767s Sys=0.000000s Run Summary --------------------------------- @@ -2331,9 +2384,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish polishedbackpainted /run/geometryModified /run/initialize @@ -2344,14 +2397,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2364,7 +2417,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.350000s Real=0.360047s Sys=0.000000s + User=0.420000s Real=0.427520s Sys=0.000000s Run Summary --------------------------------- @@ -2412,9 +2465,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish groundfrontpainted /run/geometryModified /run/initialize @@ -2425,14 +2478,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2445,7 +2498,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.151215s Sys=0.000000s + User=0.140000s Real=0.150851s Sys=0.000000s Run Summary --------------------------------- @@ -2492,9 +2545,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish groundbackpainted /run/geometryModified /opnovice2/surfacePolish 0.2 @@ -2508,14 +2561,14 @@ Surface polish set to: 0.2 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2528,7 +2581,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.360000s Real=0.371485s Sys=0.000000s + User=0.360000s Real=0.367694s Sys=0.010000s Run Summary --------------------------------- @@ -2576,9 +2629,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfacePolish 1.0 /run/geometryModified Surface polish set to: 1 @@ -2597,14 +2650,14 @@ Surface polish set to: 1 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2617,7 +2670,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.140000s Real=0.139245s Sys=0.000000s + User=0.130000s Real=0.136930s Sys=0.000000s Run Summary --------------------------------- @@ -2664,9 +2717,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish ground /run/geometryModified /run/initialize @@ -2680,14 +2733,14 @@ Surface polish set to: 0.2 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2700,7 +2753,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.160000s Real=0.156499s Sys=0.000000s + User=0.150000s Real=0.146964s Sys=0.000000s Run Summary --------------------------------- @@ -2747,9 +2800,9 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfacePolish 1.0 /run/geometryModified Surface polish set to: 1 @@ -2776,14 +2829,14 @@ Set file name: davis_roughTeflon Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2796,7 +2849,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=1.160000s Real=1.170561s Sys=0.000000s + User=1.080000s Real=1.092155s Sys=0.000000s Run Summary --------------------------------- @@ -2842,9 +2895,9 @@ Surface events by process: ... write file : davis_roughTeflon.root - done ... close file : davis_roughTeflon.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /opnovice2/surfaceFinish Detector_LUT G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/Detector_LUT.z successfully read in. LUT DAVIS - data file: Detector_LUT.z read in! @@ -2860,14 +2913,14 @@ Set file name: davis_detector Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2880,7 +2933,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.049609s Sys=0.000000s + User=0.050000s Real=0.043714s Sys=0.000000s Run Summary --------------------------------- @@ -2926,9 +2979,9 @@ Surface events by process: ... write file : davis_detector.root - done ... close file : davis_detector.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". ############################################################################### ################################# LUT (LBNL) ################################## ############################################################################### @@ -2949,14 +3002,14 @@ Set file name: lbnl_polishedLumirrorAir Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2969,7 +3022,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.080000s Real=0.086151s Sys=0.000000s + User=0.080000s Real=0.080336s Sys=0.000000s Run Summary --------------------------------- @@ -3016,9 +3069,9 @@ Surface events by process: ... write file : lbnl_polishedLumirrorAir.root - done ... close file : lbnl_polishedLumirrorAir.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/optical/OpNovice2/complexRindex.mac b/examples/extended/optical/OpNovice2/complexRindex.mac new file mode 100644 index 0000000000..f511940430 --- /dev/null +++ b/examples/extended/optical/OpNovice2/complexRindex.mac @@ -0,0 +1,39 @@ +/control/verbose 2 +/tracking/verbose 0 +/run/verbose 0 +/process/optical/verbose 1 +/control/cout/ignoreThreadsExcept 0 + +/opnovice2/worldMaterial G4_Al +/opnovice2/worldProperty RINDEX 0.000002 1.38 0.000004 0.28 0.000006 0.13 0.000008 0.077 +/opnovice2/worldProperty ABSLENGTH 0.000002 6.75e-9 0.000004 6.65e-9 0.000006 6.96e-9 0.000008 7.45e-9 + +/opnovice2/boxMaterial G4_AIR +/opnovice2/boxProperty RINDEX 0.000002 1.01 0.000008 1.01 +/opnovice2/boxProperty ABSLENGTH 0.000002 1000000 0.000005 2000000 0.000008 3000000 + +/opnovice2/surfaceModel unified +/opnovice2/surfaceType dielectric_metal +/opnovice2/surfaceFinish polished + +/opnovice2/surfaceProperty REALRINDEX 0.000002 1.38 0.000004 0.28 0.000006 0.13 0.000008 0.077 +/opnovice2/surfaceProperty IMAGINARYRINDEX 0.000002 7.31 0.000004 3.71 0.000006 2.40 0.000008 1.71 + +/run/initialize + +/gun/particle opticalphoton +/gun/energy 4 eV +/gun/position 90 0 0 cm +/gun/direction 1 0 0 +/opnovice2/gun/optPhotonPolar 0. deg +/opnovice2/gun/randomDirection true + +/analysis/setFileName complexRindex_0 +/analysis/h1/set 24 90 0 90 # deg +/analysis/h1/set 26 90 0 90 # deg +/run/printProgress 100000 +/run/beamOn 500000 + +/analysis/setFileName complexRindex_90 +/opnovice2/gun/optPhotonPolar 90. deg +/run/beamOn 500000 diff --git a/examples/extended/optical/OpNovice2/electron.out b/examples/extended/optical/OpNovice2/electron.out index 6856350d71..867fd07078 100644 --- a/examples/extended/optical/OpNovice2/electron.out +++ b/examples/extended/optical/OpNovice2/electron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -784,7 +788,8 @@ Set file name: electron LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -801,7 +806,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -811,8 +816,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -891,12 +897,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -927,10 +933,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -965,10 +971,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -1001,12 +1007,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1017,10 +1023,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -1034,10 +1040,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -1066,10 +1072,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -1098,10 +1104,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -1130,14 +1136,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -1148,7 +1153,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -1163,14 +1168,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -1181,7 +1185,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -1196,10 +1200,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -1228,10 +1232,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -1265,15 +1269,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -1283,10 +1290,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -1294,10 +1303,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -1306,6 +1317,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -1313,11 +1325,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -1325,11 +1339,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -1338,10 +1354,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1352,10 +1370,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1366,10 +1386,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1379,10 +1401,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1393,10 +1417,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1407,10 +1433,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1421,10 +1449,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1434,11 +1464,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -1446,6 +1478,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -1453,6 +1486,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -1462,6 +1496,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -1469,11 +1504,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -1481,11 +1518,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1495,11 +1534,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -1507,6 +1548,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -1514,6 +1556,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -1523,11 +1566,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -1535,11 +1580,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1549,11 +1596,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1561,11 +1610,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1575,29 +1626,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1610,14 +1663,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_BGO Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Energy thresholds : gamma 64.4521 keV e- 770.195 keV e+ 731.433 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1634,7 +1687,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=2.630000s Real=2.664873s Sys=0.000000s + User=2.620000s Real=2.663314s Sys=0.000000s Run Summary --------------------------------- @@ -1643,11 +1696,11 @@ Number of events: 100 Material of world: G4_AIR Material of tank: G4_BGO -Average energy of Cerenkov photons created per event: 2.2e+02 eV. -Average number of Cerenkov photons created per event: 42 +Average energy of Cerenkov photons created per event: 2.4e+02 eV. +Average number of Cerenkov photons created per event: 46 Average energy per photon: 5.2 eV. -Average energy of scintillation photons created per event: 1.6e+04 eV. -Average number of scintillation photons created per event: 2.9e+03 +Average energy of scintillation photons created per event: 1.7e+04 eV. +Average number of scintillation photons created per event: 3.1e+03 Average energy per photon: 5.4 eV. Average number of photons absorbed by WLS per event: 0 Average number of photons created by WLS per event: 0 @@ -1655,43 +1708,43 @@ Average energy of WLS photons created per event: 0 eV. Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. -Average number of OpRayleigh per event: 5.3e+03 -Average number of OpAbsorption per event: 2.7e+03 +Average number of OpRayleigh per event: 5.9e+03 +Average number of OpAbsorption per event: 3e+03 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+02 -OpAbsorption before surface: 154596 -Total # of surface events: 136700 +OpAbsorption before surface: 174523 +Total # of surface events: 140768 Surface events by process: - Transmission: 13583 - Fresnel refraction: 4611 - Lambertian reflection: 73560 - Lobe reflection: 9726 - Spike reflection: 10723 - Backscattering: 10632 - Absorption: 12454 - Detection: 1411 - Sum: 136700 + Transmission: 14111 + Fresnel refraction: 4905 + Lambertian reflection: 75801 + Lobe reflection: 10106 + Spike reflection: 10838 + Backscattering: 10947 + Absorption: 12632 + Detection: 1428 + Sum: 140768 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - Cerenkov spectrum: mean = 5.16587 eV rms = 1.72376 eV. - Scintillation spectrum: mean = 5.43887 eV rms = 1.66316 eV. - Scintillation time: mean = 48.2672 ns rms = 46.7552 ns. + Cerenkov spectrum: mean = 5.16763 eV rms = 1.70628 eV. + Scintillation spectrum: mean = 5.43459 eV rms = 1.66517 eV. + Scintillation time: mean = 48.3451 ns rms = 46.907 ns. ... write file : electron.root - done ... close file : electron.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.46 MB +Dynamic pools deleted: 10 / Total memory freed: 0.43 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice2/fresnel.mac b/examples/extended/optical/OpNovice2/fresnel.mac index 1fd558de91..c5cb583f33 100644 --- a/examples/extended/optical/OpNovice2/fresnel.mac +++ b/examples/extended/optical/OpNovice2/fresnel.mac @@ -29,6 +29,8 @@ /analysis/setFileName fresnel_0 /analysis/h1/set 20 90 0 90 # deg /analysis/h1/set 21 90 0 90 # deg +/analysis/h1/set 22 90 0 90 # deg +/analysis/h1/set 23 90 0 90 # deg /run/printProgress 100000 /run/beamOn 500000 diff --git a/examples/extended/optical/OpNovice2/fresnel.out b/examples/extended/optical/OpNovice2/fresnel.out index 21aecb2b73..032d308b71 100644 --- a/examples/extended/optical/OpNovice2/fresnel.out +++ b/examples/extended/optical/OpNovice2/fresnel.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -174,6 +178,8 @@ OpWLS2 is created Set file name: fresnel_0 /analysis/h1/set 20 90 0 90 /analysis/h1/set 21 90 0 90 +/analysis/h1/set 22 90 0 90 +/analysis/h1/set 23 90 0 90 /run/printProgress 100000 /run/beamOn 500000 ======================================================================= @@ -182,7 +188,8 @@ Set file name: fresnel_0 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -199,7 +206,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -209,8 +216,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -289,12 +297,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -325,10 +333,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -363,10 +371,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -399,12 +407,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -415,10 +423,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -432,10 +440,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -464,10 +472,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -496,10 +504,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -528,14 +536,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -546,7 +553,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -561,14 +568,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -579,7 +585,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -594,10 +600,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -626,10 +632,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -663,15 +669,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -681,10 +690,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -692,10 +703,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -704,6 +717,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -711,11 +725,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -723,11 +739,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -736,10 +754,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -750,10 +770,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -764,10 +786,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -777,10 +801,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -791,10 +817,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -805,10 +833,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -819,10 +849,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -832,11 +864,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -844,6 +878,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -851,6 +886,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -860,6 +896,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -867,11 +904,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -879,11 +918,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -893,11 +934,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -905,6 +948,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -912,6 +956,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -921,11 +966,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -933,11 +980,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -947,11 +996,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -959,11 +1010,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -973,29 +1026,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1008,14 +1063,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1036,7 +1091,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 500000 - User=3.680000s Real=3.731261s Sys=0.010000s + User=3.210000s Real=3.239856s Sys=0.000000s Run Summary --------------------------------- @@ -1069,18 +1124,19 @@ Surface events by process: --------------------------------- Polarization of primary optical photons: 0 deg. Reflectance shows a minimum at: 36.5 +/- 0.5 deg. Expected Brewster angle: 35.7109 deg. -Transmission goes to 0 at: 45.5 +/- 0.5 deg. Expected: 45.9605 deg. +Fresnel transmission goes to 0 at: 45.5 +/- 0.5 deg. Expected: 45.9605 deg. Histogram statistics for the entire run: - Angle of transmitted photons: mean = 0.00409217 rms = 0.351946 - Angle of reflected photons: mean = 0.0121195 rms = 0.92143 + Angle of Fresnel-reflected photons: mean = 0.00541596 rms = 0.463058 + Angle of total internal reflected photons: mean = 0.0123245 rms = 0.931904 + Angle of Fresnel-refracted photons: mean = 0.00409217 rms = 0.351946 ... write file : fresnel_0.root - done ... close file : fresnel_0.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /analysis/setFileName fresnel_90 Set file name: fresnel_90 /opnovice2/gun/optPhotonPolar 90. deg @@ -1091,14 +1147,14 @@ Set file name: fresnel_90 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1116,7 +1172,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 500000 - User=3.870000s Real=3.928824s Sys=0.000000s + User=3.460000s Real=3.485611s Sys=0.000000s Run Summary --------------------------------- @@ -1148,18 +1204,19 @@ Surface events by process: Unaccounted for: 0 --------------------------------- Polarization of primary optical photons: 90 deg. -Transmission goes to 0 at: 45.5 +/- 0.5 deg. Expected: 45.9605 deg. +Fresnel transmission goes to 0 at: 45.5 +/- 0.5 deg. Expected: 45.9605 deg. Histogram statistics for the entire run: - Angle of transmitted photons: mean = 0.00393817 rms = 0.339996 - Angle of reflected photons: mean = 0.0118014 rms = 0.902835 + Angle of Fresnel-reflected photons: mean = 0.00624227 rms = 0.492325 + Angle of total internal reflected photons: mean = 0.0123158 rms = 0.931721 + Angle of Fresnel-refracted photons: mean = 0.00393817 rms = 0.339996 ... write file : fresnel_90.root - done ... close file : fresnel_90.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/optical/OpNovice2/include/SteppingVerbose.hh b/examples/extended/optical/OpNovice2/include/SteppingVerbose.hh new file mode 100644 index 0000000000..67fcf49a0e --- /dev/null +++ b/examples/extended/optical/OpNovice2/include/SteppingVerbose.hh @@ -0,0 +1,58 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file OpNovice2/include/SteppingVerbose.hh +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class SteppingVerbose; + +#ifndef SteppingVerbose_h +#define SteppingVerbose_h 1 + +#include "G4SteppingVerbose.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// This class manages the verbose outputs in G4SteppingManager. +/// It inherits from G4SteppingVerbose. +/// It shows how to extract information during the tracking of a particle. + +class SteppingVerbose : public G4SteppingVerbose +{ + public: + SteppingVerbose(); + virtual ~SteppingVerbose(); + + virtual G4VSteppingVerbose* Clone() { return new SteppingVerbose; } + + void StepInfo(); + void TrackingStarted(); +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/optical/OpNovice2/scint_by_particle.out b/examples/extended/optical/OpNovice2/scint_by_particle.out index b92293bdfc..156142baf0 100644 --- a/examples/extended/optical/OpNovice2/scint_by_particle.out +++ b/examples/extended/optical/OpNovice2/scint_by_particle.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -1135,7 +1139,8 @@ Set file name: scint_by_particle LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -1152,7 +1157,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -1162,8 +1167,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -1250,12 +1256,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -1286,10 +1292,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -1324,10 +1330,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -1360,12 +1366,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1376,10 +1382,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -1393,10 +1399,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -1425,10 +1431,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -1457,10 +1463,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -1489,14 +1495,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -1507,7 +1512,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -1522,14 +1527,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -1540,7 +1544,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -1555,10 +1559,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -1587,10 +1591,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -1624,15 +1628,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -1642,10 +1649,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -1653,10 +1662,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -1665,6 +1676,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -1672,11 +1684,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -1684,11 +1698,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -1697,10 +1713,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1711,10 +1729,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1725,10 +1745,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1738,10 +1760,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1752,10 +1776,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1766,10 +1792,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1780,10 +1808,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1793,11 +1823,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -1805,6 +1837,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -1812,6 +1845,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -1821,6 +1855,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -1828,11 +1863,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -1840,11 +1877,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1854,11 +1893,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -1866,6 +1907,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -1873,6 +1915,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -1882,11 +1925,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -1894,11 +1939,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1908,11 +1955,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1920,11 +1969,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1934,29 +1985,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1969,14 +2022,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_BGO Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Energy thresholds : gamma 64.4521 keV e- 770.195 keV e+ 731.433 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1992,7 +2045,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=8.110000s Real=8.334753s Sys=0.010000s + User=8.280000s Real=8.414022s Sys=0.020000s Run Summary --------------------------------- @@ -2003,8 +2056,8 @@ Material of tank: G4_BGO Average energy of Cerenkov photons created per event: 0 eV. Average number of Cerenkov photons created per event: 0 -Average energy of scintillation photons created per event: 1.8e+05 eV. -Average number of scintillation photons created per event: 3.5e+04 +Average energy of scintillation photons created per event: 1.7e+05 eV. +Average number of scintillation photons created per event: 3.4e+04 Average energy per photon: 5 eV. Average number of photons absorbed by WLS per event: 0 Average number of photons created by WLS per event: 0 @@ -2013,28 +2066,28 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 3.5e+04 +Average number of OpAbsorption per event: 3.4e+04 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+02 -OpAbsorption before surface: 2167829 -Total # of surface events: 1325006 +OpAbsorption before surface: 2115686 +Total # of surface events: 1322347 Surface events by process: Sum: 0 - Unaccounted for: 1325006 + Unaccounted for: 1322347 --------------------------------- Histogram statistics for the entire run: - Scintillation spectrum: mean = 5.01393 eV rms = 1.73109 eV. - Scintillation time: mean = 28.7616 ns rms = 35.4658 ns. + Scintillation spectrum: mean = 5.01519 eV rms = 1.73191 eV. + Scintillation time: mean = 28.7638 ns rms = 35.4747 ns. ... write file : scint_by_particle.root - done ... close file : scint_by_particle.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/particle proton /run/beamOn 100 @@ -2043,14 +2096,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_BGO Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Energy thresholds : gamma 64.4521 keV e- 770.195 keV e+ 731.433 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2063,7 +2116,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.120000s Real=0.124204s Sys=0.000000s + User=0.120000s Real=0.121121s Sys=0.000000s Run Summary --------------------------------- @@ -2088,24 +2141,24 @@ Average number of OpAbsorption per event: 5e+02 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+02 -OpAbsorption before surface: 25226 -Total # of surface events: 24284 +OpAbsorption before surface: 25099 +Total # of surface events: 24489 Surface events by process: Sum: 0 - Unaccounted for: 24284 + Unaccounted for: 24489 --------------------------------- Histogram statistics for the entire run: - Scintillation spectrum: mean = 4.77431 eV rms = 1.71576 eV. - Scintillation time: mean = 65.8159 ns rms = 56.8777 ns. + Scintillation spectrum: mean = 4.75847 eV rms = 1.70924 eV. + Scintillation time: mean = 65.7124 ns rms = 56.6962 ns. ... write file : scint_by_particle.root - done ... close file : scint_by_particle.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/particle alpha /run/beamOn 100 @@ -2114,14 +2167,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_BGO Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Energy thresholds : gamma 64.4521 keV e- 770.195 keV e+ 731.433 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2134,7 +2187,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.190000s Real=1.226742s Sys=0.000000s + User=1.210000s Real=1.285847s Sys=0.000000s Run Summary --------------------------------- @@ -2159,24 +2212,24 @@ Average number of OpAbsorption per event: 5e+03 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+02 -OpAbsorption before surface: 251229 -Total # of surface events: 248377 +OpAbsorption before surface: 250073 +Total # of surface events: 247949 Surface events by process: Sum: 0 - Unaccounted for: 248377 + Unaccounted for: 247949 --------------------------------- Histogram statistics for the entire run: - Scintillation spectrum: mean = 4.97217 eV rms = 1.73258 eV. - Scintillation time: mean = 33.4972 ns rms = 40.7423 ns. + Scintillation spectrum: mean = 4.97343 eV rms = 1.73317 eV. + Scintillation time: mean = 33.5166 ns rms = 40.7942 ns. ... write file : scint_by_particle.root - done ... close file : scint_by_particle.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/particle deuteron /run/beamOn 100 @@ -2185,14 +2238,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_BGO Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Energy thresholds : gamma 64.4521 keV e- 770.195 keV e+ 731.433 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2205,7 +2258,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.120000s Real=0.116997s Sys=0.000000s + User=0.120000s Real=0.128928s Sys=0.000000s Run Summary --------------------------------- @@ -2216,8 +2269,8 @@ Material of tank: G4_BGO Average energy of Cerenkov photons created per event: 0 eV. Average number of Cerenkov photons created per event: 0 -Average energy of scintillation photons created per event: 2.4e+03 eV. -Average number of scintillation photons created per event: 4.9e+02 +Average energy of scintillation photons created per event: 2.5e+03 eV. +Average number of scintillation photons created per event: 5e+02 Average energy per photon: 4.9 eV. Average number of photons absorbed by WLS per event: 0 Average number of photons created by WLS per event: 0 @@ -2226,28 +2279,28 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 4.9e+02 +Average number of OpAbsorption per event: 5e+02 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+02 -OpAbsorption before surface: 25014 -Total # of surface events: 24147 +OpAbsorption before surface: 25246 +Total # of surface events: 24496 Surface events by process: Sum: 0 - Unaccounted for: 24147 + Unaccounted for: 24496 --------------------------------- Histogram statistics for the entire run: - Scintillation spectrum: mean = 4.93806 eV rms = 1.73053 eV. - Scintillation time: mean = 38.9336 ns rms = 45.426 ns. + Scintillation spectrum: mean = 4.93029 eV rms = 1.7293 eV. + Scintillation time: mean = 38.8758 ns rms = 45.3628 ns. ... write file : scint_by_particle.root - done ... close file : scint_by_particle.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". /gun/particle ion /gun/ion 6 12 6 /run/beamOn 100 @@ -2257,14 +2310,14 @@ Surface events by process: Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_BGO Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Energy thresholds : gamma 64.4521 keV e- 770.195 keV e+ 731.433 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2277,7 +2330,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.120000s Real=0.121496s Sys=0.000000s + User=0.120000s Real=0.124648s Sys=0.000000s Run Summary --------------------------------- @@ -2289,7 +2342,7 @@ Material of tank: G4_BGO Average energy of Cerenkov photons created per event: 0 eV. Average number of Cerenkov photons created per event: 0 Average energy of scintillation photons created per event: 2.5e+03 eV. -Average number of scintillation photons created per event: 5e+02 +Average number of scintillation photons created per event: 4.9e+02 Average energy per photon: 5 eV. Average number of photons absorbed by WLS per event: 0 Average number of photons created by WLS per event: 0 @@ -2298,33 +2351,33 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 5e+02 +Average number of OpAbsorption per event: 4.9e+02 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+02 -OpAbsorption before surface: 24850 -Total # of surface events: 24706 +OpAbsorption before surface: 24772 +Total # of surface events: 24694 Surface events by process: Sum: 0 - Unaccounted for: 24706 + Unaccounted for: 24694 --------------------------------- Histogram statistics for the entire run: - Scintillation spectrum: mean = 4.97619 eV rms = 1.73276 eV. - Scintillation time: mean = 33.7374 ns rms = 41.0346 ns. + Scintillation spectrum: mean = 4.96621 eV rms = 1.7292 eV. + Scintillation time: mean = 33.7391 ns rms = 40.8302 ns. ... write file : scint_by_particle.root - done ... close file : scint_by_particle.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 10 MB +Dynamic pools deleted: 10 / Total memory freed: 16 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice2/src/HistoManager.cc b/examples/extended/optical/OpNovice2/src/HistoManager.cc index 3159c2ed1a..56b87343f6 100644 --- a/examples/extended/optical/OpNovice2/src/HistoManager.cc +++ b/examples/extended/optical/OpNovice2/src/HistoManager.cc @@ -116,9 +116,24 @@ void HistoManager::Book() analysisMan->CreateH1( "z_fresnel", "Z momentum dir of Fresnel-refracted photons", n, xmn, xmx); // 20 - analysisMan->CreateH1("Transmitted", "Transmitted photons", n, xmn, xmx); + analysisMan->CreateH1("Fresnel refraction", "Fresnel-refracted photons", n, + xmn, xmx); // 21 - analysisMan->CreateH1("Reflected", "Reflected photons", n, xmn, xmx); + analysisMan->CreateH1("Fresnel reflection", "Fresnel-reflected photons", n, + xmn, xmx); + // 22 + analysisMan->CreateH1("Total internal reflection", + "Total internal reflected photons", n, xmn, xmx); + // 23 + analysisMan->CreateH1("Fresnel reflection plus TIR", + "Fresnel-reflected plus TIR photons", n, xmn, xmx); + // 24 + analysisMan->CreateH1("Absorption", "Absorbed photons", n, xmn, xmx); + // 25 + analysisMan->CreateH1("Transmitted", "Transmitted photons", n, xmn, xmx); + // 26 + analysisMan->CreateH1("Spike reflection", "Spike reflected photons", n, xmn, + xmx); for(G4int i = 0; i < analysisMan->GetNofH1s(); ++i) { diff --git a/examples/extended/optical/OpNovice2/src/PrimaryGeneratorMessenger.cc b/examples/extended/optical/OpNovice2/src/PrimaryGeneratorMessenger.cc index 5eedd9d440..bdfa4898d1 100644 --- a/examples/extended/optical/OpNovice2/src/PrimaryGeneratorMessenger.cc +++ b/examples/extended/optical/OpNovice2/src/PrimaryGeneratorMessenger.cc @@ -50,8 +50,7 @@ PrimaryGeneratorMessenger::PrimaryGeneratorMessenger( fPolarCmd = new G4UIcmdWithADoubleAndUnit("/opnovice2/gun/optPhotonPolar", this); - fPolarCmd->SetGuidance("Set linear polarization"); - fPolarCmd->SetGuidance(" angle w.r.t. (k,n) plane"); + fPolarCmd->SetGuidance("Set linear polarization angle w.r.t. (k,n) plane"); fPolarCmd->SetParameterName("angle", true); fPolarCmd->SetUnitCategory("Angle"); fPolarCmd->SetDefaultValue(-360.0); @@ -60,6 +59,9 @@ PrimaryGeneratorMessenger::PrimaryGeneratorMessenger( fRandomDirectionCmd = new G4UIcmdWithABool("/opnovice2/gun/randomDirection", this); + fRandomDirectionCmd->SetGuidance( + "Set direction of each primary particle randomly."); + fRandomDirectionCmd->SetDefaultValue(true); fRandomDirectionCmd->AvailableForStates(G4State_Idle, G4State_PreInit); } diff --git a/examples/extended/optical/OpNovice2/src/Run.cc b/examples/extended/optical/OpNovice2/src/Run.cc index 7e94fa89ab..7e70a39bba 100644 --- a/examples/extended/optical/OpNovice2/src/Run.cc +++ b/examples/extended/optical/OpNovice2/src/Run.cc @@ -214,11 +214,31 @@ void Run::EndOfRun() analysisMan->SetH1XAxisTitle(id, "Direction cosine"); analysisMan->SetH1YAxisTitle(id, "Number of photons"); + id = analysisMan->GetH1Id("Fresnel reflection"); + analysisMan->SetH1XAxisTitle(id, "Angle [deg]"); + analysisMan->SetH1YAxisTitle(id, "Fraction of photons"); + + id = analysisMan->GetH1Id("Fresnel refraction"); + analysisMan->SetH1XAxisTitle(id, "Angle [deg]"); + analysisMan->SetH1YAxisTitle(id, "Fraction of photons"); + + id = analysisMan->GetH1Id("Total internal reflection"); + analysisMan->SetH1XAxisTitle(id, "Angle [deg]"); + analysisMan->SetH1YAxisTitle(id, "Fraction of photons"); + + id = analysisMan->GetH1Id("Fresnel reflection plus TIR"); + analysisMan->SetH1XAxisTitle(id, "Angle [deg]"); + analysisMan->SetH1YAxisTitle(id, "Fraction of photons"); + + id = analysisMan->GetH1Id("Absorption"); + analysisMan->SetH1XAxisTitle(id, "Angle [deg]"); + analysisMan->SetH1YAxisTitle(id, "Fraction of photons"); + id = analysisMan->GetH1Id("Transmitted"); analysisMan->SetH1XAxisTitle(id, "Angle [deg]"); analysisMan->SetH1YAxisTitle(id, "Fraction of photons"); - id = analysisMan->GetH1Id("Reflected"); + id = analysisMan->GetH1Id("Spike reflection"); analysisMan->SetH1XAxisTitle(id, "Angle [deg]"); analysisMan->SetH1YAxisTitle(id, "Fraction of photons"); @@ -520,101 +540,152 @@ void Run::EndOfRun() G4cout.setf(mode, std::ios::floatfield); G4cout.precision(prec); - G4int histo_id_trans = analysisMan->GetH1Id("Transmitted"); - G4int histo_id_refl = analysisMan->GetH1Id("Reflected"); - if(analysisMan->GetH1Activation(histo_id_trans)) + G4int histo_id_refract = analysisMan->GetH1Id("Fresnel refraction"); + G4int histo_id_reflect = analysisMan->GetH1Id("Fresnel reflection plus TIR"); + G4int histo_id_spike = analysisMan->GetH1Id("Spike reflection"); + G4int histo_id_absorption = analysisMan->GetH1Id("Absorption"); + + if(analysisMan->GetH1Activation(histo_id_refract) && + analysisMan->GetH1Activation(histo_id_reflect)) { + G4double rindex1 = det->GetTankMaterial() + ->GetMaterialPropertiesTable() + ->GetProperty(kRINDEX) + ->Value(fEkin); + G4double rindex2 = det->GetWorldMaterial() + ->GetMaterialPropertiesTable() + ->GetProperty(kRINDEX) + ->Value(fEkin); + + auto histo_refract = analysisMan->GetH1(histo_id_refract); + auto histo_reflect = analysisMan->GetH1(histo_id_reflect); + // std::vector refract; + std::vector reflect; + // std::vector tir; + std::vector tot; + for(size_t i = 0; i < histo_refract->axis().bins(); ++i) + { + // refract.push_back(histo_refract->bin_height(i)); + reflect.push_back(histo_reflect->bin_height(i)); + // tir.push_back(histo_TIR->bin_height(i)); + tot.push_back(histo_refract->bin_height(i) + + histo_reflect->bin_height(i)); + } + + // find Brewster angle: Rp = 0 + // need enough statistics for this method to work + G4double min_angle = -1.; + G4double min_val = DBL_MAX; + G4double bin_width = 0.; + for(size_t i = 0; i < reflect.size(); ++i) + { + if(reflect[i] < min_val) + { + min_val = reflect[i]; + min_angle = histo_reflect->axis().bin_lower_edge(i); + bin_width = histo_reflect->axis().bin_upper_edge(i) - + histo_reflect->axis().bin_lower_edge(i); + min_angle += bin_width / 2.; + } + } + G4cout << "Polarization of primary optical photons: " + << fPolarization / deg << " deg." << G4endl; + if(fPolarized && fPolarization == 0.0) + { + G4cout << "Reflectance shows a minimum at: " << min_angle << " +/- " + << bin_width / 2; + G4cout << " deg. Expected Brewster angle: " + << (360. / CLHEP::twopi) * std::atan(rindex2 / rindex1) + << " deg. " << G4endl; + } + + // find angle of total internal reflection: T -> 0 + // last bin for T > 0 + min_angle = -1.; + min_val = DBL_MAX; + for(size_t i = 0; i < histo_refract->axis().bins() - 1; ++i) + { + if(histo_refract->bin_height(i) > 0. && + histo_refract->bin_height(i + 1) == 0.) + { + min_angle = histo_refract->axis().bin_lower_edge(i); + bin_width = histo_reflect->axis().bin_upper_edge(i) - + histo_reflect->axis().bin_lower_edge(i); + min_angle += bin_width / 2.; + break; + } + } if(fPolarized) { - G4double rindex1 = det->GetTankMaterial() - ->GetMaterialPropertiesTable() - ->GetProperty(kRINDEX) - ->Value(fEkin); - G4double rindex2 = det->GetWorldMaterial() - ->GetMaterialPropertiesTable() - ->GetProperty(kRINDEX) - ->Value(fEkin); - - auto histo_trans = analysisMan->GetH1(histo_id_trans); - auto histo_refl = analysisMan->GetH1(histo_id_refl); - std::vector trans; - std::vector refl; - std::vector tot; - for(size_t i = 0; i < histo_trans->axis().bins(); ++i) - { - trans.push_back(histo_trans->bin_height(i)); - refl.push_back(histo_refl->bin_height(i)); - tot.push_back(histo_trans->bin_height(i) + histo_refl->bin_height(i)); - } - - // find Brewster angle: Rp = 0 - // need enough statistics for this method to work - G4double min_angle = -1.; - G4double min_val = DBL_MAX; - G4double bin_width = 0.; - for(size_t i = 0; i < refl.size(); ++i) - { - if(refl[i] < min_val) - { - min_val = refl[i]; - min_angle = histo_refl->axis().bin_lower_edge(i); - bin_width = histo_refl->axis().bin_upper_edge(i) - - histo_refl->axis().bin_lower_edge(i); - min_angle += bin_width / 2.; - } - } - G4cout << "Polarization of primary optical photons: " - << fPolarization / deg << " deg." << G4endl; - if(fPolarization == 0.0) - { - G4cout << "Reflectance shows a minimum at: " << min_angle << " +/- " - << bin_width / 2; - G4cout << " deg. Expected Brewster angle: " - << (360. / CLHEP::twopi) * std::atan(rindex2 / rindex1) - << " deg. " << G4endl; - } - - // find angle of total internal reflection: T -> 0 - // last bin for T > 0 - min_angle = -1.; - min_val = DBL_MAX; - for(size_t i = 0; i < histo_trans->axis().bins() - 1; ++i) - { - if(histo_trans->bin_height(i) > 0. && - histo_trans->bin_height(i + 1) == 0.) - { - min_angle = histo_trans->axis().bin_lower_edge(i); - bin_width = histo_refl->axis().bin_upper_edge(i) - - histo_refl->axis().bin_lower_edge(i); - min_angle += bin_width / 2.; - break; - } - } - G4cout << "Transmission goes to 0 at: " << min_angle << " +/- " + G4cout << "Fresnel transmission goes to 0 at: " << min_angle << " +/- " << bin_width / 2. << " deg." << " Expected: " - << (360. / CLHEP::twopi) * std::asin(rindex2 / rindex1) << " deg." - << G4endl; + << (360. / CLHEP::twopi) * std::asin(rindex2 / rindex1) + << " deg." << G4endl; + } - // Normalize the transmission/reflection histos so that max is 1. - // Only if x values are the same - if((analysisMan->GetH1Nbins(histo_id_trans) == - analysisMan->GetH1Nbins(histo_id_refl)) && - (analysisMan->GetH1Xmin(histo_id_trans) == - analysisMan->GetH1Xmin(histo_id_refl)) && - (analysisMan->GetH1Xmax(histo_id_trans) == - analysisMan->GetH1Xmax(histo_id_refl))) + // Normalize the transmission/reflection histos so that max is 1. + // Only if x values are the same + if((analysisMan->GetH1Nbins(histo_id_refract) == + analysisMan->GetH1Nbins(histo_id_reflect)) && + (analysisMan->GetH1Xmin(histo_id_refract) == + analysisMan->GetH1Xmin(histo_id_reflect)) && + (analysisMan->GetH1Xmax(histo_id_refract) == + analysisMan->GetH1Xmax(histo_id_reflect))) + { + unsigned int ent; + G4double sw; + G4double sw2; + G4double sx2; + G4double sx2w; + for(size_t bin = 0; bin < histo_refract->axis().bins(); ++bin) { - unsigned int ent; - G4double sw; - G4double sw2; - G4double sx2; - G4double sx2w; - for(size_t bin = 0; bin < histo_trans->axis().bins(); ++bin) + // "bin+1" below because bin 0 is underflow bin + // NB. We are ignoring underflow/overflow bins + histo_refract->get_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + if(tot[bin] > 0) { - // "bin+1" below because bin 0 is underflow bin - // NB. We are ignoring underflow/overflow bins - histo_trans->get_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + sw /= tot[bin]; + // bin error is sqrt(sw2) + sw2 /= (tot[bin] * tot[bin]); + sx2 /= (tot[bin] * tot[bin]); + sx2w /= (tot[bin] * tot[bin]); + histo_refract->set_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + } + + histo_reflect->get_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + if(tot[bin] > 0) + { + sw /= tot[bin]; + // bin error is sqrt(sw2) + sw2 /= (tot[bin] * tot[bin]); + sx2 /= (tot[bin] * tot[bin]); + sx2w /= (tot[bin] * tot[bin]); + histo_reflect->set_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + } + + G4int histo_id_fresnelrefl = + analysisMan->GetH1Id("Fresnel reflection"); + auto histo_fresnelreflect = analysisMan->GetH1(histo_id_fresnelrefl); + histo_fresnelreflect->get_bin_content(bin + 1, ent, sw, sw2, sx2, + sx2w); + if(tot[bin] > 0) + { + sw /= tot[bin]; + // bin error is sqrt(sw2) + sw2 /= (tot[bin] * tot[bin]); + sx2 /= (tot[bin] * tot[bin]); + sx2w /= (tot[bin] * tot[bin]); + histo_fresnelreflect->set_bin_content(bin + 1, ent, sw, sw2, sx2, + sx2w); + } + + G4int histo_id_TIR = + analysisMan->GetH1Id("Total internal reflection"); + auto histo_TIR = analysisMan->GetH1(histo_id_TIR); + if(analysisMan->GetH1Activation(histo_id_TIR)) + { + histo_TIR->get_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); if(tot[bin] > 0) { sw /= tot[bin]; @@ -622,28 +693,76 @@ void Run::EndOfRun() sw2 /= (tot[bin] * tot[bin]); sx2 /= (tot[bin] * tot[bin]); sx2w /= (tot[bin] * tot[bin]); - histo_trans->set_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); - } - } - for(size_t bin = 0; bin < histo_refl->axis().bins(); ++bin) - { - histo_refl->get_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); - if(tot[bin] > 0) - { - sw /= tot[bin]; - // bin error is sqrt(sw2) - sw2 /= (tot[bin] * tot[bin]); - sx2 /= (tot[bin] * tot[bin]); - sx2w /= (tot[bin] * tot[bin]); - histo_refl->set_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + histo_TIR->set_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); } } } - else + } + else + { + G4cout << "Not going to normalize refraction and reflection " + << "histograms because bins are not the same." << G4endl; + } + } + + // complex index of refraction; have spike reflection and absorption + // Only works for polished surfaces. Ground surfaces neglected. + else if(analysisMan->GetH1Activation(histo_id_absorption) && + analysisMan->GetH1Activation(histo_id_spike)) + { + auto histo_spike = analysisMan->GetH1(histo_id_spike); + auto histo_absorption = analysisMan->GetH1(histo_id_absorption); + + std::vector tot; + for(size_t i = 0; i < histo_absorption->axis().bins(); ++i) + { + tot.push_back(histo_absorption->bin_height(i) + + histo_spike->bin_height(i)); + } + + if((analysisMan->GetH1Nbins(histo_id_absorption) == + analysisMan->GetH1Nbins(histo_id_spike)) && + (analysisMan->GetH1Xmin(histo_id_absorption) == + analysisMan->GetH1Xmin(histo_id_spike)) && + (analysisMan->GetH1Xmax(histo_id_absorption) == + analysisMan->GetH1Xmax(histo_id_spike))) + { + unsigned int ent; + G4double sw; + G4double sw2; + G4double sx2; + G4double sx2w; + for(size_t bin = 0; bin < histo_absorption->axis().bins(); ++bin) { - G4cout << "Not going to normalize transmission and reflection " - << "histograms because bins are not the same." << G4endl; + // "bin+1" below because bin 0 is underflow bin + // NB. We are ignoring underflow/overflow bins + histo_absorption->get_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + if(tot[bin] > 0) + { + sw /= tot[bin]; + // bin error is sqrt(sw2) + sw2 /= (tot[bin] * tot[bin]); + sx2 /= (tot[bin] * tot[bin]); + sx2w /= (tot[bin] * tot[bin]); + histo_absorption->set_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + } + + histo_spike->get_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + if(tot[bin] > 0) + { + sw /= tot[bin]; + // bin error is sqrt(sw2) + sw2 /= (tot[bin] * tot[bin]); + sx2 /= (tot[bin] * tot[bin]); + sx2w /= (tot[bin] * tot[bin]); + histo_spike->set_bin_content(bin + 1, ent, sw, sw2, sx2, sx2w); + } } } + else + { + G4cout << "Not going to normalize spike reflection and absorption " + << "histograms because bins are not the same." << G4endl; + } } } diff --git a/examples/extended/optical/OpNovice2/src/RunAction.cc b/examples/extended/optical/OpNovice2/src/RunAction.cc index c3ad31c794..d793e49027 100644 --- a/examples/extended/optical/OpNovice2/src/RunAction.cc +++ b/examples/extended/optical/OpNovice2/src/RunAction.cc @@ -243,13 +243,37 @@ void RunAction::EndOfRunAction(const G4Run*) << analysisManager->GetH1(id)->mean() << "; rms = " << analysisManager->GetH1(id)->rms() << G4endl; } - id = analysisManager->GetH1Id("Reflected"); + id = analysisManager->GetH1Id("Fresnel reflection"); if(analysisManager->GetH1Activation(id)) { - G4cout << " Angle of reflected photons: mean = " + G4cout << " Angle of Fresnel-reflected photons: mean = " << analysisManager->GetH1(id)->mean() << "; rms = " << analysisManager->GetH1(id)->rms() << G4endl; } + id = analysisManager->GetH1Id("Total internal reflection"); + if(analysisManager->GetH1Activation(id)) + { + G4cout << " Angle of total internal reflected photons: mean = " + << analysisManager->GetH1(id)->mean() + << "; rms = " << analysisManager->GetH1(id)->rms() << G4endl; + } + + id = analysisManager->GetH1Id("Fresnel refraction"); + if(analysisManager->GetH1Activation(id)) + { + G4cout << " Angle of Fresnel-refracted photons: mean = " + << analysisManager->GetH1(id)->mean() + << "; rms = " << analysisManager->GetH1(id)->rms() << G4endl; + } + + id = analysisManager->GetH1Id("Absorption"); + if(analysisManager->GetH1Activation(id)) + { + G4cout << " Angle of absorbed photons: mean = " + << analysisManager->GetH1(id)->mean() + << "; rms = " << analysisManager->GetH1(id)->rms() << G4endl; + } + G4cout << G4endl; if(analysisManager->IsActive()) diff --git a/examples/extended/optical/OpNovice2/src/SteppingAction.cc b/examples/extended/optical/OpNovice2/src/SteppingAction.cc index 2798d2a855..65bc7139c5 100644 --- a/examples/extended/optical/OpNovice2/src/SteppingAction.cc +++ b/examples/extended/optical/OpNovice2/src/SteppingAction.cc @@ -183,23 +183,24 @@ void SteppingAction::UserSteppingAction(const G4Step* step) { case Transmission: run->AddTransmission(); + analysisMan->FillH1(25, angle / deg); break; case FresnelRefraction: run->AddFresnelRefraction(); analysisMan->FillH1(17, px1); analysisMan->FillH1(18, py1); analysisMan->FillH1(19, pz1); - - // transmission analysisMan->FillH1(20, angle / deg); break; case FresnelReflection: run->AddFresnelReflection(); analysisMan->FillH1(21, angle / deg); + analysisMan->FillH1(23, angle / deg); break; case TotalInternalReflection: run->AddTotalInternalReflection(); - analysisMan->FillH1(21, angle / deg); + analysisMan->FillH1(22, angle / deg); + analysisMan->FillH1(23, angle / deg); break; case LambertianReflection: run->AddLambertianReflection(); @@ -209,11 +210,13 @@ void SteppingAction::UserSteppingAction(const G4Step* step) break; case SpikeReflection: run->AddSpikeReflection(); + analysisMan->FillH1(26, angle / deg); break; case BackScattering: run->AddBackScattering(); break; case Absorption: + analysisMan->FillH1(24, angle / deg); run->AddAbsorption(); break; case Detection: diff --git a/examples/extended/optical/OpNovice2/src/SteppingVerbose.cc b/examples/extended/optical/OpNovice2/src/SteppingVerbose.cc new file mode 100644 index 0000000000..d843b0aed8 --- /dev/null +++ b/examples/extended/optical/OpNovice2/src/SteppingVerbose.cc @@ -0,0 +1,189 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file /src/SteppingVerbose.cc +/// \brief Implementation of the SteppingVerbose class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "SteppingVerbose.hh" + +#include "G4SteppingManager.hh" +#include "G4UnitsTable.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +SteppingVerbose::SteppingVerbose() + : G4SteppingVerbose() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +SteppingVerbose::~SteppingVerbose() = default; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void SteppingVerbose::StepInfo() +{ + CopyState(); + + G4int prec = G4cout.precision(3); + + if(verboseLevel >= 1) + { + if(verboseLevel >= 4) + VerboseTrack(); + if(verboseLevel >= 3) + { + G4cout << G4endl; + G4cout << std::setw(5) << "#Step#" + << " " << std::setw(6) << "X" + << " " << std::setw(6) << "Y" + << " " << std::setw(6) << "Z" + << " " << std::setw(8) << "KineE" + << " " << std::setw(9) << "Velocity" + << std::setw(9) << "dEStep" + << " " << std::setw(10) << "StepLeng" << std::setw(10) + << "TrakLeng" << std::setw(10) << "Volume" + << " " << std::setw(10) << "Process" << G4endl; + } + + G4cout << std::setw(5) << fTrack->GetCurrentStepNumber() << " " + << std::setw(6) << G4BestUnit(fTrack->GetPosition().x(), "Length") + << std::setw(6) << G4BestUnit(fTrack->GetPosition().y(), "Length") + << std::setw(6) << G4BestUnit(fTrack->GetPosition().z(), "Length") + << std::setw(6) << G4BestUnit(fTrack->GetKineticEnergy(), "Energy") + << std::setw(6) + << G4BestUnit(fStep->GetPreStepPoint()->GetVelocity(), "Velocity") + << std::setw(6) + << G4BestUnit(fStep->GetTotalEnergyDeposit(), "Energy") + << std::setw(6) << G4BestUnit(fStep->GetStepLength(), "Length") + << std::setw(6) << G4BestUnit(fTrack->GetTrackLength(), "Length") + << " "; + + if(fTrack->GetNextVolume() != nullptr) + { + G4cout << std::setw(10) << fTrack->GetVolume()->GetName(); + } + else + { + G4cout << std::setw(10) << "OutOfWorld"; + } + + if(fStep->GetPostStepPoint()->GetProcessDefinedStep() != nullptr) + { + G4cout + << " " << std::setw(10) + << fStep->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName(); + } + else + { + G4cout << " UserLimit"; + } + + G4cout << G4endl; + + if(verboseLevel == 2) + { + G4int tN2ndariesTot = + fN2ndariesAtRestDoIt + fN2ndariesAlongStepDoIt + fN2ndariesPostStepDoIt; + if(tN2ndariesTot > 0) + { + G4cout << " :----- List of 2ndaries - " + << "#SpawnInStep=" << std::setw(3) << tN2ndariesTot + << "(Rest=" << std::setw(2) << fN2ndariesAtRestDoIt + << ",Along=" << std::setw(2) << fN2ndariesAlongStepDoIt + << ",Post=" << std::setw(2) << fN2ndariesPostStepDoIt << "), " + << "#SpawnTotal=" << std::setw(3) << (*fSecondary).size() + << " ---------------" << G4endl; + + for(size_t lp1 = (*fSecondary).size() - tN2ndariesTot; + lp1 < (*fSecondary).size(); lp1++) + { + G4cout << " : " << std::setw(6) + << G4BestUnit((*fSecondary)[lp1]->GetPosition().x(), "Length") + << std::setw(6) + << G4BestUnit((*fSecondary)[lp1]->GetPosition().y(), "Length") + << std::setw(6) + << G4BestUnit((*fSecondary)[lp1]->GetPosition().z(), "Length") + << std::setw(6) + << G4BestUnit((*fSecondary)[lp1]->GetKineticEnergy(), "Energy") + << std::setw(10) + << (*fSecondary)[lp1]->GetDefinition()->GetParticleName(); + G4cout << G4endl; + } + + G4cout << " :-----------------------------" + << "----------------------------------" + << "-- EndOf2ndaries Info ---------------" << G4endl; + } + } + } + G4cout.precision(prec); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void SteppingVerbose::TrackingStarted() +{ + CopyState(); + G4int prec = G4cout.precision(3); + if(verboseLevel > 0) + { + G4cout << std::setw(5) << "Step#" + << " " << std::setw(6) << "X" + << " " << std::setw(6) << "Y" + << " " << std::setw(6) << "Z" + << " " << std::setw(9) << "KineE" + << " " << std::setw(9) << "Velocity" + << std::setw(9) << "dEStep" + << std::setw(10) << "StepLeng" << std::setw(10) << "TrakLeng" + << std::setw(13) << "Volume" + << " " << std::setw(10) << "Process" << G4endl; + + G4cout << std::setw(5) << fTrack->GetCurrentStepNumber() << " " + << std::setw(6) << G4BestUnit(fTrack->GetPosition().x(), "Length") + << std::setw(6) << G4BestUnit(fTrack->GetPosition().y(), "Length") + << std::setw(6) << G4BestUnit(fTrack->GetPosition().z(), "Length") + << std::setw(6) << G4BestUnit(fTrack->GetKineticEnergy(), "Energy") + << std::setw(6) + << G4BestUnit(fStep->GetPreStepPoint()->GetVelocity(), "Velocity") + << std::setw(6) + << G4BestUnit(fStep->GetTotalEnergyDeposit(), "Energy") + << std::setw(6) << G4BestUnit(fStep->GetStepLength(), "Length") + << std::setw(6) << G4BestUnit(fTrack->GetTrackLength(), "Length") + << " "; + + if(fTrack->GetNextVolume()) + { + G4cout << std::setw(10) << fTrack->GetVolume()->GetName(); + } + else + { + G4cout << std::setw(10) << "OutOfWorld"; + } + G4cout << " initStep" << G4endl; + } + G4cout.precision(prec); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/optical/OpNovice2/wls.out b/examples/extended/optical/OpNovice2/wls.out index f8ab2c142c..6c57f16212 100644 --- a/examples/extended/optical/OpNovice2/wls.out +++ b/examples/extended/optical/OpNovice2/wls.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -480,7 +484,8 @@ Set file name: wls LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -497,7 +502,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -507,8 +512,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 1 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -587,12 +593,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -623,10 +629,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -661,10 +667,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -697,12 +703,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -713,10 +719,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -730,10 +736,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -762,10 +768,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -794,10 +800,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -826,14 +832,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -844,7 +849,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -859,14 +864,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -877,7 +881,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -892,10 +896,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -924,10 +928,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -961,15 +965,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -979,10 +986,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -990,10 +999,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -1002,6 +1013,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -1009,11 +1021,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -1021,11 +1035,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -1034,10 +1050,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1048,10 +1066,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1062,10 +1082,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1075,10 +1097,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1089,10 +1113,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1103,10 +1129,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1117,10 +1145,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -1130,11 +1160,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -1142,6 +1174,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -1149,6 +1182,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -1158,6 +1192,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -1165,11 +1200,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -1177,11 +1214,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1191,11 +1230,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -1203,6 +1244,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -1210,6 +1252,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -1219,11 +1262,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -1231,11 +1276,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1245,11 +1292,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -1257,11 +1306,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -1271,29 +1322,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1306,14 +1359,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_BGO Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Energy thresholds : gamma 64.4521 keV e- 770.195 keV e+ 731.433 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1339,7 +1392,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.560000s Real=0.562001s Sys=0.000000s + User=0.560000s Real=0.557136s Sys=0.000000s Run Summary --------------------------------- @@ -1383,9 +1436,9 @@ Surface events by process: ... write file : wls.root - done ... close file : wls.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 27 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/optical/wls/History b/examples/extended/optical/wls/History index 10806c2c22..d9a247ecc3 100644 --- a/examples/extended/optical/wls/History +++ b/examples/extended/optical/wls/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example wls History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - WLS History file - ---------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (WLS-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Oct 25, 2021 B. Morgan (WLS-V10-07-04) - Use G4StrUtil functions replacing deprecated G4String member functions diff --git a/examples/extended/optical/wls/electron.out b/examples/extended/optical/wls/electron.out new file mode 100644 index 0000000000..7705636591 --- /dev/null +++ b/examples/extended/optical/wls/electron.out @@ -0,0 +1,1337 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Using +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/run/verbose 1 +/tracking/verbose 0 +/event/verbose 0 +/WLS/setPhotonDetGeometry Circle +/run/geometryModified +/WLS/setNumOfLayers 2 +/run/geometryModified +/WLS/setSurfaceRoughness 0.999 +/run/geometryModified +/WLS/setXYRatio 0.8 +/run/geometryModified +/WLS/setWLSLength 1. m +/run/geometryModified +/WLS/setWLSRadius 0.5 mm +/run/geometryModified +/WLS/setClad1Radius 0.3 mm +/run/geometryModified +/WLS/setClad2Radius 0.1 mm +/run/geometryModified +/WLS/setPhotonDetHalfLength 0.6 mm +/run/geometryModified +/WLS/setGap 0.15 mm +/run/geometryModified +/WLS/setAlignment 0.1 deg +/run/geometryModified +/WLS/setMirror true +/run/geometryModified +/WLS/setBarLength 1.1 m +/run/geometryModified +/WLS/setBarBase 9.5 mm +/run/geometryModified +/WLS/setHoleRadius 0.9 mm +/run/geometryModified +/WLS/setCoatingThickness 0.3 mm +/run/geometryModified +/WLS/setCoatingRadius 1.775 mm +/run/geometryModified +/run/initialize +G4NistMaterialBuilder::FindOrBuildMaterial G4_Galactic +G4NistMaterialBuilder: BuildMaterial #286 +New material nComponents= 1 +G4NistElementBuilder: Build Element Z= 1 Aeff= 1.00794 with natural isotope composition +G4Material: Mean excitation energy is changed for G4_Galactic Iold= 19.2eV Inew= 21.8 eV +G4NistMaterialBuilder::FindOrBuildMaterial G4_AIR +G4NistMaterialBuilder: BuildMaterial #104 +New material nComponents= 4 +G4NistElementBuilder: Build Element Z= 6 Aeff= 12.0107 with natural isotope composition +G4NistElementBuilder: Build Element Z= 7 Aeff= 14.0068 with natural isotope composition +G4NistElementBuilder: Build Element Z= 8 Aeff= 15.9994 with natural isotope composition +G4NistElementBuilder: Build Element Z= 18 Aeff= 39.9477 with natural isotope composition +G4NistMaterialBuilder::FindOrBuildMaterial PMMA +G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. +New material PMMA is prepared nMaterials= 309 nComponents= 777 nCurrent= 3 +G4NistMaterialBuilder: BuildMaterial #308 +New material nComponents= 3 +G4NistMaterialBuilder::FindOrBuildMaterial Pethylene +G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. +New material Pethylene is prepared nMaterials= 310 nComponents= 780 nCurrent= 2 +G4NistMaterialBuilder: BuildMaterial #309 +New material nComponents= 2 +G4NistMaterialBuilder::FindOrBuildMaterial FPethylene +G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. +New material FPethylene is prepared nMaterials= 311 nComponents= 782 nCurrent= 2 +G4NistMaterialBuilder: BuildMaterial #310 +New material nComponents= 2 +G4NistMaterialBuilder::FindOrBuildMaterial Polystyrene +G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. +New material Polystyrene is prepared nMaterials= 312 nComponents= 784 nCurrent= 2 +G4NistMaterialBuilder: BuildMaterial #311 +New material nComponents= 2 +G4NistMaterialBuilder::FindOrBuildMaterial Silicone +G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. +New material Silicone is prepared nMaterials= 313 nComponents= 786 nCurrent= 2 +G4NistMaterialBuilder: BuildMaterial #312 +New material nComponents= 2 +G4NistMaterialBuilder::FindOrBuildMaterial G4_Al +G4NistMaterialBuilder: BuildMaterial #13 +New material nComponents= 1 +G4NistElementBuilder: Build Element Z= 13 Aeff= 26.9815 with natural isotope composition +G4NistMaterialBuilder::FindOrBuildMaterial TiO2 +G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. +New material TiO2 is prepared nMaterials= 314 nComponents= 788 nCurrent= 2 +G4NistMaterialBuilder: BuildMaterial #313 +New material nComponents= 2 +G4NistElementBuilder: Build Element Z= 22 Aeff= 47.8667 with natural isotope composition + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +### Birks coefficients used in run time + Polystyrene 0.126 mm/MeV 0.01323 g/cm^2/MeV massFactor= 101.167 effCharge= 0.027027 +/hits/verbose 2 +/process/optical/verbose 1 +/run/physicsModified +/gps/particle e- +/gps/energy 10 MeV +/gps/pos/type Plane +/gps/pos/shape Circle +/gps/pos/radius 0.5 mm +/gps/pos/centre 0.0 0.0 0.0 cm +/gps/pos/rot1 0 1 0 +/gps/pos/rot2 0 0 1 +/gps/ang/type iso +/gps/ang/mintheta 0.0 deg +/gps/ang/maxtheta 90.0 deg +/run/printProgress 1 +/run/beamOn 10 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled +Use general process 1 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory epics_2017 +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + MuBetheBloch : Emin= 200 keV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + MuBetheBloch : Emin= 200 keV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Coating + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.94006 keV e- 353.752 keV e+ 343.944 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : Polystyrene + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.11747 keV e- 283.267 keV e+ 276.345 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : FPethylene + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.29509 keV e- 361.129 keV e+ 351.337 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 4 used in the geometry : Yes + Material : Pethylene + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.1663 keV e- 325.767 keV e+ 317.398 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 5 used in the geometry : Yes + Material : PMMA + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.41092 keV e- 306.404 keV e+ 298.561 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 6 used in the geometry : Yes + Material : G4_Al + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.84707 keV e- 461.19 keV e+ 445.1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : wls.root - done +... open analysis file : wls.root - done +... open analysis file : wls.root - done +--> Event 0 starts. + +-------->Hits Collection: in this event there are 34 hits in the photon detector: +Arrival time: 6.13333 ns Arrival position: (30.6861 um , 342.658 um ) Exit position: (116.287 um , 315.098 um ) Energy: 2.85608 eV +Arrival time: 13.1579 ns Arrival position: (69.9982 um , 57.818 um ) Exit position: (51.8058 um , -21.5242 um ) Energy: 2.62075 eV +Arrival time: 9.13634 ns Arrival position: (-488.08 um , -24.3976 um ) Exit position: (-348.085 um , -72.0477 um ) Energy: 2.60481 eV +Arrival time: 9.12107 ns Arrival position: (204.024 um , 2.92852 um ) Exit position: (183.766 um , 117.619 um ) Energy: 2.35933 eV +Arrival time: 19.2825 ns Arrival position: (204.329 um , -307.426 um ) Exit position: (292.896 um , -303.56 um ) Energy: 2.71195 eV +Arrival time: 37.5118 ns Arrival position: (205.574 um , -52.8913 um ) Exit position: (221.909 um , -57.3129 um ) Energy: 2.35386 eV +Arrival time: 24.0488 ns Arrival position: (-212.677 um , 185.143 um ) Exit position: (-162.497 um , 203.401 um ) Energy: 2.87477 eV +Arrival time: 9.89923 ns Arrival position: (59.8113 um , 23.4665 um ) Exit position: (108.134 um , 47.3901 um ) Energy: 2.7637 eV +Arrival time: 34.853 ns Arrival position: (-29.4974 um , 377.571 um ) Exit position: (15.5244 um , 381.175 um ) Energy: 2.58402 eV +Arrival time: 10.9854 ns Arrival position: (353.229 um , -138.034 um ) Exit position: ( 368.78 um , -92.7575 um ) Energy: 2.29095 eV +Arrival time: 31.8945 ns Arrival position: (-14.8743 um , -331.132 um ) Exit position: (-144.643 um , -294.106 um ) Energy: 2.80661 eV +Arrival time: 14.4951 ns Arrival position: (-239.993 um , -188.173 um ) Exit position: (-177.277 um , -100.929 um ) Energy: 2.88287 eV +Arrival time: 18.3595 ns Arrival position: (-388.193 um , 273.627 um ) Exit position: (-342.964 um , 219.79 um ) Energy: 2.51887 eV +Arrival time: 29.688 ns Arrival position: (-23.1652 um , -304.302 um ) Exit position: (-37.5986 um , -434.629 um ) Energy: 2.41968 eV +Arrival time: 7.49448 ns Arrival position: (-73.7806 um , -20.5641 um ) Exit position: (37.7808 um , -97.1863 um ) Energy: 2.44028 eV +Arrival time: 27.4046 ns Arrival position: (88.5077 um , -48.5353 um ) Exit position: (-6.01902 um , -155.848 um ) Energy: 2.52875 eV +Arrival time: 6.96419 ns Arrival position: (-119.743 um , 300.132 um ) Exit position: (-51.2921 um , 226.046 um ) Energy: 2.70525 eV +Arrival time: 17.6048 ns Arrival position: (209.212 um , 271.417 um ) Exit position: (116.316 um , 309.212 um ) Energy: 2.58399 eV +Arrival time: 6.8261 ns Arrival position: (-262.901 um , -5.13768 um ) Exit position: (-212.052 um , 71.5658 um ) Energy: 2.90396 eV +Arrival time: 7.84046 ns Arrival position: (-158.642 um , -198.5 um ) Exit position: (-131.409 um , -175.943 um ) Energy: 2.4437 eV +Arrival time: 24.9033 ns Arrival position: (-479.028 um , -70.7927 um ) Exit position: (-342.716 um , -83.2379 um ) Energy: 2.82387 eV +Arrival time: 7.98217 ns Arrival position: (184.251 um , -135.996 um ) Exit position: ( 134.39 um , -31.9688 um ) Energy: 2.34272 eV +Arrival time: 40.9842 ns Arrival position: (-35.6542 um , 181.359 um ) Exit position: (-8.90005 um , 97.9074 um ) Energy: 2.6942 eV +Arrival time: 22.5089 ns Arrival position: ( 91.533 um , -16.9597 um ) Exit position: (115.797 um , 29.8357 um ) Energy: 2.40995 eV +Arrival time: 49.949 ns Arrival position: (-465.657 um , 182.944 um ) Exit position: (-319.183 um , -162.747 um ) Energy: 2.36724 eV +Arrival time: 12.7788 ns Arrival position: (-281.163 um , -16.2311 um ) Exit position: (-175.536 um , -93.4332 um ) Energy: 2.50627 eV +Arrival time: 15.3178 ns Arrival position: (-318.564 um , 391.504 um ) Exit position: (-250.995 um , 369.053 um ) Energy: 2.82919 eV +Arrival time: 11.8045 ns Arrival position: (-88.8867 um , 489.768 um ) Exit position: (-88.4696 um , 489.3 um ) Energy: 2.53217 eV +Arrival time: 34.7431 ns Arrival position: (104.518 um , 405.582 um ) Exit position: (48.2557 um , 299.497 um ) Energy: 2.68897 eV +Arrival time: 11.9895 ns Arrival position: (-226.298 um , 298.181 um ) Exit position: (-313.598 um , 302.772 um ) Energy: 2.80111 eV +Arrival time: 8.77923 ns Arrival position: (-229.439 um , 440.863 um ) Exit position: (-222.997 um , 377.166 um ) Energy: 2.57937 eV +Arrival time: 40.3203 ns Arrival position: (-166.063 um , 289.499 um ) Exit position: (-135.669 um , 296.421 um ) Energy: 2.74239 eV +Arrival time: 10.7665 ns Arrival position: (79.6005 um , 276.907 um ) Exit position: (236.632 um , 318.284 um ) Energy: 2.86 eV +Arrival time: 18.6849 ns Arrival position: (-43.4799 um , -383.868 um ) Exit position: (-88.3271 um , -421.157 um ) Energy: 2.79739 eV +--> Event 1 starts. + +-------->Hits Collection: in this event there are 17 hits in the photon detector: +Arrival time: 20.4057 ns Arrival position: (1.73407 um , -23.3619 um ) Exit position: (120.076 um , -53.7195 um ) Energy: 2.44997 eV +Arrival time: 7.38308 ns Arrival position: (-164.961 um , 175.667 um ) Exit position: (-106.188 um , 128.948 um ) Energy: 2.61432 eV +Arrival time: 15.471 ns Arrival position: (-189.355 um , -312.119 um ) Exit position: (-116.285 um , -226.332 um ) Energy: 2.5185 eV +Arrival time: 14.7322 ns Arrival position: (-342.508 um , -168.76 um ) Exit position: (-330.043 um , -88.189 um ) Energy: 2.48941 eV +Arrival time: 26.6499 ns Arrival position: (-128.214 um , 337.26 um ) Exit position: (-130.097 um , 369.245 um ) Energy: 2.21634 eV +Arrival time: 10.2515 ns Arrival position: ( 9.8761 um , 197.435 um ) Exit position: (-10.6776 um , 155.627 um ) Energy: 2.65207 eV +Arrival time: 41.104 ns Arrival position: (304.219 um , 348.037 um ) Exit position: (153.872 um , 345.281 um ) Energy: 2.25508 eV +Arrival time: 20.0136 ns Arrival position: (-198.078 um , -328.2 um ) Exit position: (-89.298 um , -365.791 um ) Energy: 2.83196 eV +Arrival time: 7.67791 ns Arrival position: (216.464 um , 56.2791 um ) Exit position: (110.646 um , 168.436 um ) Energy: 2.86824 eV +Arrival time: 7.31901 ns Arrival position: (-24.8408 um , -31.5444 um ) Exit position: (-8.09214 um , -632.212 nm ) Energy: 2.99188 eV +Arrival time: 18.4831 ns Arrival position: (-158.67 um , 169.095 um ) Exit position: (-265.352 um , 170.554 um ) Energy: 2.57565 eV +Arrival time: 16.2485 ns Arrival position: (-377.155 um , 379.168 um ) Exit position: (-322.525 um , 262.439 um ) Energy: 2.81414 eV +Arrival time: 8.5404 ns Arrival position: (-360.992 um , 178.196 um ) Exit position: (-287.873 um , 215.067 um ) Energy: 2.43571 eV +Arrival time: 7.4847 ns Arrival position: (-210.323 um , 161.049 um ) Exit position: (-248.014 um , 102.468 um ) Energy: 2.73586 eV +Arrival time: 14.5685 ns Arrival position: (-164.586 um , -429.636 um ) Exit position: (-25.7387 um , -472.697 um ) Energy: 2.73347 eV +Arrival time: 8.60083 ns Arrival position: (-64.1833 um , 57.423 um ) Exit position: (59.3467 um , 56.3092 um ) Energy: 2.51314 eV +Arrival time: 15.2246 ns Arrival position: (-77.9868 um , -552.445 um ) Exit position: (13.7009 um , -489.498 um ) Energy: 2.59741 eV +--> Event 2 starts. + +-------->Hits Collection: in this event there are 3 hits in the photon detector: +Arrival time: 5.50529 ns Arrival position: (27.6899 um , -331.773 um ) Exit position: (-32.9036 um , -331.113 um ) Energy: 2.91434 eV +Arrival time: 5.44074 ns Arrival position: (381.502 um , -198.751 um ) Exit position: (366.694 um , -152.859 um ) Energy: 2.78597 eV +Arrival time: 5.36828 ns Arrival position: (323.884 um , 93.955 um ) Exit position: (318.141 um , 70.0991 um ) Energy: 2.93427 eV +--> Event 3 starts. + +-------->Hits Collection: in this event there are 1 hits in the photon detector: +Arrival time: 5.4939 ns Arrival position: (-424.606 um , 17.2699 um ) Exit position: (-368.617 um , 2.678 um ) Energy: 2.92923 eV +--> Event 4 starts. + +-------->Hits Collection: in this event there are 0 hits in the photon detector: +--> Event 5 starts. + +-------->Hits Collection: in this event there are 9 hits in the photon detector: +Arrival time: 24.9371 ns Arrival position: (99.6712 um , -302.939 um ) Exit position: (-37.9808 um , -289.796 um ) Energy: 2.68745 eV +Arrival time: 15.2044 ns Arrival position: (-22.5342 um , 101.552 um ) Exit position: (-146.521 um , -603.973 nm ) Energy: 2.33166 eV +Arrival time: 17.3794 ns Arrival position: (46.1237 um , -366.181 um ) Exit position: (93.4882 um , -234.747 um ) Energy: 2.26067 eV +Arrival time: 8.77678 ns Arrival position: (80.0659 um , 466.981 um ) Exit position: (174.012 um , 371.229 um ) Energy: 2.80559 eV +Arrival time: 10.9173 ns Arrival position: (222.661 um , 315.206 um ) Exit position: (153.069 um , 279.017 um ) Energy: 2.94295 eV +Arrival time: 12.1523 ns Arrival position: (-355.448 um , -238.124 um ) Exit position: (-287.564 um , -187.454 um ) Energy: 2.79506 eV +Arrival time: 42.9222 ns Arrival position: (-185.456 um , 20.5333 um ) Exit position: (-241.37 um , 128.011 um ) Energy: 2.68216 eV +Arrival time: 23.6623 ns Arrival position: (-60.8108 um , 339.404 um ) Exit position: (-58.8893 um , 271.827 um ) Energy: 2.59502 eV +Arrival time: 12.461 ns Arrival position: (-261.372 um , -8.91036 um ) Exit position: (-259.685 um , -15.1961 um ) Energy: 2.80967 eV +--> Event 6 starts. + +-------->Hits Collection: in this event there are 25 hits in the photon detector: +Arrival time: 16.1668 ns Arrival position: (-91.0841 um , -10.7921 um ) Exit position: (-211.365 um , 2.02929 um ) Energy: 2.89824 eV +Arrival time: 14.6704 ns Arrival position: (86.5021 um , 176.078 um ) Exit position: (200.732 um , 221.819 um ) Energy: 2.36095 eV +Arrival time: 6.10968 ns Arrival position: (184.032 um , -154.989 um ) Exit position: (241.117 um , -171.471 um ) Energy: 2.37161 eV +Arrival time: 7.00504 ns Arrival position: (-94.186 um , -335.245 um ) Exit position: (-75.7878 um , -324.785 um ) Energy: 2.39013 eV +Arrival time: 21.6739 ns Arrival position: (-161.912 um , 78.2309 um ) Exit position: (-172.27 um , -30.8179 um ) Energy: 2.68703 eV +Arrival time: 20.5839 ns Arrival position: (75.7659 um , -55.8213 um ) Exit position: (-416.159 nm , -90.0643 um ) Energy: 2.18175 eV +Arrival time: 6.20106 ns Arrival position: (-257.945 um , 86.7451 um ) Exit position: (-313.795 um , 106.499 um ) Energy: 2.51466 eV +Arrival time: 9.45516 ns Arrival position: (319.192 um , 355.98 um ) Exit position: (252.751 um , 261.147 um ) Energy: 2.5778 eV +Arrival time: 8.90829 ns Arrival position: (123.988 um , -107.113 um ) Exit position: (52.3375 um , -67.3893 um ) Energy: 2.542 eV +Arrival time: 9.7221 ns Arrival position: ( 337.28 um , 357.799 um ) Exit position: (326.534 um , 267.996 um ) Energy: 2.50002 eV +Arrival time: 10.5197 ns Arrival position: (337.311 um , 19.3965 um ) Exit position: (406.721 um , 33.3324 um ) Energy: 2.47056 eV +Arrival time: 17.1958 ns Arrival position: (-243.09 um , -91.4102 um ) Exit position: (-280.679 um , -119.916 um ) Energy: 2.73257 eV +Arrival time: 14.0034 ns Arrival position: ( 280.49 um , -241.713 um ) Exit position: (282.637 um , -48.2201 um ) Energy: 2.71358 eV +Arrival time: 9.49329 ns Arrival position: (-5.37147 um , 328.862 um ) Exit position: (67.9793 um , 392.618 um ) Energy: 2.57479 eV +Arrival time: 17.5855 ns Arrival position: (-60.3377 um , 77.7459 um ) Exit position: (-68.299 um , -30.914 um ) Energy: 2.74631 eV +Arrival time: 8.19467 ns Arrival position: (94.9624 um , -39.1957 um ) Exit position: (217.585 um , 11.9224 um ) Energy: 2.28692 eV +Arrival time: 10.0747 ns Arrival position: (-134.053 um , 307.339 um ) Exit position: (-49.6881 um , 230.734 um ) Energy: 2.43695 eV +Arrival time: 6.84317 ns Arrival position: (-135.53 um , -98.7207 um ) Exit position: (-42.4738 um , -81.0907 um ) Energy: 2.59249 eV +Arrival time: 12.1141 ns Arrival position: (133.209 um , -127.233 um ) Exit position: ( 183.47 um , -261.928 um ) Energy: 2.62834 eV +Arrival time: 8.90697 ns Arrival position: (-343.771 um , -230.032 um ) Exit position: (-192.982 um , -405.414 um ) Energy: 2.49515 eV +Arrival time: 12.0463 ns Arrival position: (-287.56 um , -298.945 um ) Exit position: (-281.829 um , -374.133 um ) Energy: 2.40333 eV +Arrival time: 21.6727 ns Arrival position: (-200.437 um , 20.7808 um ) Exit position: (-76.9965 um , -19.7607 um ) Energy: 2.34454 eV +Arrival time: 12.7468 ns Arrival position: (-277.761 um , 15.4992 um ) Exit position: (-299.332 um , -91.1535 um ) Energy: 2.48243 eV +Arrival time: 38.7616 ns Arrival position: (-197.01 um , 385.579 um ) Exit position: (-230.91 um , 392.127 um ) Energy: 2.22845 eV +Arrival time: 8.68736 ns Arrival position: ( 31.966 um , 107.828 um ) Exit position: (-77.4287 um , 119.852 um ) Energy: 2.83035 eV +--> Event 7 starts. + +-------->Hits Collection: in this event there are 17 hits in the photon detector: +Arrival time: 5.93336 ns Arrival position: (-86.4388 um , 135.77 um ) Exit position: (-98.8759 um , 181.05 um ) Energy: 2.43281 eV +Arrival time: 8.8576 ns Arrival position: (234.547 um , 196.922 um ) Exit position: (189.493 um , 218.892 um ) Energy: 2.59363 eV +Arrival time: 13.3732 ns Arrival position: (-328.465 um , -28.4488 um ) Exit position: (-268.907 um , 70.9008 um ) Energy: 2.57806 eV +Arrival time: 10.1672 ns Arrival position: (284.217 um , 89.0118 um ) Exit position: (205.457 um , -5.59325 um ) Energy: 2.79896 eV +Arrival time: 6.85943 ns Arrival position: (192.587 um , 85.9238 um ) Exit position: (122.284 um , 45.0155 um ) Energy: 2.51841 eV +Arrival time: 9.07563 ns Arrival position: (-354.997 um , 186.469 um ) Exit position: (-237.924 um , 114.952 um ) Energy: 2.47876 eV +Arrival time: 6.23387 ns Arrival position: (-187.012 um , 270.755 um ) Exit position: (-213.726 um , 258.276 um ) Energy: 2.69579 eV +Arrival time: 16.0006 ns Arrival position: (-209.541 um , -561.146 nm ) Exit position: (-302.582 um , 128.42 um ) Energy: 2.59808 eV +Arrival time: 16.0247 ns Arrival position: (320.174 um , -43.6706 um ) Exit position: (214.625 um , -24.4496 um ) Energy: 2.56766 eV +Arrival time: 8.99812 ns Arrival position: (-102.636 um , 186.667 um ) Exit position: (-70.542 um , 238.168 um ) Energy: 2.55373 eV +Arrival time: 32.2354 ns Arrival position: (-224.581 um , -278.48 um ) Exit position: (-143.905 um , -218.351 um ) Energy: 2.86113 eV +Arrival time: 6.16674 ns Arrival position: (188.699 um , 422.784 um ) Exit position: (119.862 um , 435.919 um ) Energy: 2.45506 eV +Arrival time: 11.2233 ns Arrival position: (-32.903 um , -268.374 um ) Exit position: (14.9965 um , -224.986 um ) Energy: 2.81562 eV +Arrival time: 25.6471 ns Arrival position: (-16.3991 um , -173.898 um ) Exit position: (88.1238 um , -66.4379 um ) Energy: 2.39549 eV +Arrival time: 12.2036 ns Arrival position: (-488.368 um , -178.451 um ) Exit position: (-347.881 um , -126.076 um ) Energy: 2.34682 eV +Arrival time: 12.9435 ns Arrival position: (250.884 um , -54.5237 um ) Exit position: (291.805 um , -142.717 um ) Energy: 2.49638 eV +Arrival time: 15.1538 ns Arrival position: (188.028 um , 259.01 um ) Exit position: (163.317 um , 265.452 um ) Energy: 2.62275 eV +--> Event 8 starts. + +-------->Hits Collection: in this event there are 11 hits in the photon detector: +Arrival time: 10.7005 ns Arrival position: (-15.2736 um , -8.92356 um ) Exit position: (-57.3062 um , 100.512 um ) Energy: 2.25077 eV +Arrival time: 16.1379 ns Arrival position: (-195.842 um , -104.181 um ) Exit position: (-209.236 um , -56.2251 um ) Energy: 2.83903 eV +Arrival time: 24.084 ns Arrival position: (345.728 um , -24.8199 um ) Exit position: (322.165 um , 182.768 um ) Energy: 2.61483 eV +Arrival time: 10.0152 ns Arrival position: (210.383 um , -228.168 um ) Exit position: (135.708 um , -208.559 um ) Energy: 2.83489 eV +Arrival time: 14.3621 ns Arrival position: (273.488 um , -225.507 um ) Exit position: (190.354 um , -286.994 um ) Energy: 2.6109 eV +Arrival time: 17.178 ns Arrival position: (54.6802 um , 498.779 um ) Exit position: (221.069 um , 374.076 um ) Energy: 2.74569 eV +Arrival time: 21.6197 ns Arrival position: (350.871 um , -177.809 um ) Exit position: (266.496 um , -245.882 um ) Energy: 2.65845 eV +Arrival time: 22.5756 ns Arrival position: (76.2982 um , -49.0994 um ) Exit position: (67.9717 um , -17.8517 um ) Energy: 2.76608 eV +Arrival time: 35.7726 ns Arrival position: (163.292 um , 370.883 um ) Exit position: (132.177 um , 412.315 um ) Energy: 2.86112 eV +Arrival time: 34.329 ns Arrival position: (-139.728 um , -299.782 um ) Exit position: (-10.3699 um , -229.98 um ) Energy: 2.67129 eV +Arrival time: 19.7028 ns Arrival position: (37.1123 um , 380.779 um ) Exit position: (23.6197 um , 434.874 um ) Energy: 2.7424 eV +--> Event 9 starts. + +-------->Hits Collection: in this event there are 23 hits in the photon detector: +Arrival time: 7.71778 ns Arrival position: (30.2775 um , 347.407 um ) Exit position: ( 67.159 um , 312.313 um ) Energy: 2.45498 eV +Arrival time: 13.9752 ns Arrival position: (49.6502 um , 510.923 um ) Exit position: (-218.881 um , 373.126 um ) Energy: 2.68194 eV +Arrival time: 23.3063 ns Arrival position: (-195.757 um , 52.4082 um ) Exit position: (-231.251 um , -43.6343 um ) Energy: 2.75251 eV +Arrival time: 15.6263 ns Arrival position: (-415.076 um , -244.346 um ) Exit position: (-370.723 um , -212.474 um ) Energy: 2.49084 eV +Arrival time: 7.44072 ns Arrival position: (167.937 um , -96.1828 um ) Exit position: ( 90.641 um , -85.8273 um ) Energy: 2.45911 eV +Arrival time: 24.9932 ns Arrival position: (285.333 um , 425.78 um ) Exit position: (258.253 um , 366.223 um ) Energy: 2.68775 eV +Arrival time: 11.1974 ns Arrival position: (-354.376 um , -165.541 um ) Exit position: (-278.686 um , -160.038 um ) Energy: 2.49914 eV +Arrival time: 6.60851 ns Arrival position: (-57.5404 um , 239.692 um ) Exit position: (-165.072 um , 200.277 um ) Energy: 2.60511 eV +Arrival time: 17.3868 ns Arrival position: (263.476 um , -106.221 um ) Exit position: ( 289.77 um , -141.541 um ) Energy: 2.38305 eV +Arrival time: 29.0721 ns Arrival position: (-182.691 um , 228.11 um ) Exit position: (-229.65 um , 201.983 um ) Energy: 2.49368 eV +Arrival time: 27.4813 ns Arrival position: (340.869 um , -299.533 um ) Exit position: (237.475 um , -231.603 um ) Energy: 2.76666 eV +Arrival time: 30.9253 ns Arrival position: (5.09792 um , -416.192 um ) Exit position: (61.6496 um , -441.324 um ) Energy: 2.80199 eV +Arrival time: 54.6232 ns Arrival position: (-229.91 um , 17.4856 nm ) Exit position: (-340.263 um , -34.909 um ) Energy: 2.36109 eV +Arrival time: 32.1019 ns Arrival position: (12.7244 um , 458.954 um ) Exit position: (43.6909 um , 450.917 um ) Energy: 2.54858 eV +Arrival time: 18.3802 ns Arrival position: (-125.832 um , -282.582 um ) Exit position: (-186.962 um , -425.994 um ) Energy: 2.62918 eV +Arrival time: 44.646 ns Arrival position: (410.152 um , -29.6566 um ) Exit position: (377.146 um , 111.156 um ) Energy: 2.50019 eV +Arrival time: 21.2899 ns Arrival position: (-372.97 um , 109.442 um ) Exit position: (-366.712 um , -37.5747 um ) Energy: 2.38915 eV +Arrival time: 23.3544 ns Arrival position: (-212.81 um , 83.1217 um ) Exit position: (-167.954 um , -15.2458 um ) Energy: 2.61339 eV +Arrival time: 16.7043 ns Arrival position: (-374.504 um , -25.5839 um ) Exit position: (-312.742 um , 33.5182 um ) Energy: 2.81231 eV +Arrival time: 14.695 ns Arrival position: (103.507 um , -49.9355 um ) Exit position: (165.557 um , 31.2319 um ) Energy: 2.48377 eV +Arrival time: 8.93644 ns Arrival position: (61.4173 um , -235.002 um ) Exit position: (209.561 um , -236.818 um ) Energy: 2.22771 eV +Arrival time: 23.728 ns Arrival position: ( 393.35 um , 182.61 um ) Exit position: (282.085 um , 213.028 um ) Energy: 2.71405 eV +Arrival time: 49.5638 ns Arrival position: (-47.1908 um , -306.211 um ) Exit position: (-45.7493 um , -275.471 um ) Energy: 2.81996 eV + Run terminated. +Run Summary + Number of events processed : 10 + User=13.370000s Real=13.626124s Sys=0.010000s + + ----> print histograms statistics for the entire run + + Mean number of photons detected/event: 14 rms = 10.6771 +... write file : wls.root - done +... close file : wls.root - done + + ======================== run summary ===================== +Average number per event: + TIR: 1.43e+05 +- 1.15e+05 + Exiting: 3.07e+05 +- 2.37e+05 + Escaped Mid: 266 +- 205 + Escaped End: 14.2 +- 10.8 + Bounced: 1.15e+04 +- 8.86e+03 + WLS Bounce: 0 +- 0 + Clad1 Bounce: 7.73e+03 +- 5.96e+03 + Clad2 Bounce: 0 +- 0 + Reflected: 1.69e+04 +- 1.3e+04 + Escaped: 0.2 +- 0.4 + Mirror: 14.5 +- 14.8 + Detector hit: 14 +- 10.7 + +There are 3 h1 histograms + 0 with 0 entries: Energy of optical photon + 1 with 0 entries: Arrival time + 2 with 0 entries: Number of photons +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 16 of which, static: 0 +Dynamic pools deleted: 16 / Total memory freed: 1.9 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/parallel/History b/examples/extended/parallel/History index 3225d8831f..bfb15d961b 100644 --- a/examples/extended/parallel/History +++ b/examples/extended/parallel/History @@ -1,14 +1,16 @@ +# Example parallel History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Parallel Examples History file - ------------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exparallel-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 05 May 2021, B. Morgan (exparallel-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/parallel/MPI/History b/examples/extended/parallel/MPI/History index 73baf9c810..9294481f0f 100644 --- a/examples/extended/parallel/MPI/History +++ b/examples/extended/parallel/MPI/History @@ -1,13 +1,23 @@ - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +# Example MPI History - Category History file - --------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-05-18 Guy Barrand (MPI-V11-00-02) +- have "toolx" namespace for g4tools code related to MPI, then: + - namespace tools::mpi becomes toolx::mpi. + - includes #include become #include + +## 2022-03-10 Ben Morgan (MPI-V11-00-01) +- Remove use of obsolete G4DeveloperAPI functions + +## 2021-12-10 Ben Morgan (MPI-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 9 Novemeber 2021, I. Hrivnacova (MPI-V10-07-03) - Updated analysis classes for changes in analysis diff --git a/examples/extended/parallel/MPI/examples/exMPI04/src/RunAction.cc b/examples/extended/parallel/MPI/examples/exMPI04/src/RunAction.cc index 8c1350b54f..263a5f9530 100644 --- a/examples/extended/parallel/MPI/examples/exMPI04/src/RunAction.cc +++ b/examples/extended/parallel/MPI/examples/exMPI04/src/RunAction.cc @@ -36,7 +36,7 @@ #include "Run.hh" #include "G4MPIscorerMerger.hh" -#include "tools/mpi/wrmpi" +#include "toolx/mpi/wrmpi" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/MPI/source/CMakeLists.txt b/examples/extended/parallel/MPI/source/CMakeLists.txt index ab79b620cd..ce475f022c 100644 --- a/examples/extended/parallel/MPI/source/CMakeLists.txt +++ b/examples/extended/parallel/MPI/source/CMakeLists.txt @@ -147,7 +147,7 @@ if(NOT DEFINED CMAKE_INSTALL_LIBDIR) endif() #If this is built as part of G4 CMAKE_INSTALL_LIBDIR is defined, we need to #so force check of what we should use -include(Geant4MacroLibraryTargets OPTIONAL RESULT_VARIABLE _internal_build) +include(G4DeveloperAPI OPTIONAL RESULT_VARIABLE _internal_build) if(_internal_build) set(_dolib64 TRUE) endif() diff --git a/examples/extended/parallel/MPI/source/analysis/include/G4RootMpiPNtupleDescription.hh b/examples/extended/parallel/MPI/source/analysis/include/G4RootMpiPNtupleDescription.hh index 4e6f728511..b61c7567ae 100644 --- a/examples/extended/parallel/MPI/source/analysis/include/G4RootMpiPNtupleDescription.hh +++ b/examples/extended/parallel/MPI/source/analysis/include/G4RootMpiPNtupleDescription.hh @@ -41,12 +41,12 @@ #include "tools/ntuple_booking" #include "tools/impi" #include "tools/wroot/impi_ntuple" +#include "tools/wroot/ntuple" namespace tools { namespace wroot { class branch; class base_pntuple; -class ntuple; } } diff --git a/examples/extended/parallel/MPI/source/include/G4MPIntupleMerger.hh b/examples/extended/parallel/MPI/source/include/G4MPIntupleMerger.hh index 5e75fcfb65..bd1f4ceb74 100644 --- a/examples/extended/parallel/MPI/source/include/G4MPIntupleMerger.hh +++ b/examples/extended/parallel/MPI/source/include/G4MPIntupleMerger.hh @@ -33,7 +33,7 @@ #include "G4MPImanager.hh" #include "G4VMPIextraWorker.hh" -namespace tools { +namespace toolx { namespace mpi { class wrmpi; } @@ -49,7 +49,7 @@ public: ~G4MPIntupleMerger(); private: - tools::mpi::wrmpi* fWrmpi; + toolx::mpi::wrmpi* fWrmpi; }; #endif //G4MPINTUPLEMERGER_HH diff --git a/examples/extended/parallel/MPI/source/src/G4MPIhistoMerger.cc b/examples/extended/parallel/MPI/source/src/G4MPIhistoMerger.cc index a1ae2963f4..6b9c4f10a7 100644 --- a/examples/extended/parallel/MPI/source/src/G4MPIhistoMerger.cc +++ b/examples/extended/parallel/MPI/source/src/G4MPIhistoMerger.cc @@ -31,7 +31,7 @@ #include "G4MPIhistoMerger.hh" #include "G4MPImanager.hh" #include "G4ios.hh" -#include "tools/mpi/hmpi" +#include "toolx/mpi/hmpi" #include #include "G4VAnalysisManager.hh" @@ -54,8 +54,8 @@ void G4MPIhistoMerger::Merge() G4bool verbose = ( verboseLevel > 1 ); G4int tag = G4MPImanager::kTAG_HISTO; //const MPI::Intracomm* comm = &COMM_G4COMMAND_; - tools::mpi::hmpi* hmpi - = new tools::mpi::hmpi(G4cout, destination, tag, comm, verbose); + toolx::mpi::hmpi* hmpi + = new toolx::mpi::hmpi(G4cout, destination, tag, comm, verbose); if ( ! manager->Merge(hmpi) ) { G4cout<<" Merge FAILED"< @@ -57,7 +57,7 @@ G4MPIntupleMerger::G4MPIntupleMerger(G4int nofReducedNtupleFiles, auto comm = mpiManager->GetAllComm(); // G4int tag = G4MPImanager::kTAG_NTUPLE; - fWrmpi = new tools::mpi::wrmpi(G4cout, *comm); + fWrmpi = new toolx::mpi::wrmpi(G4cout, *comm); analysisManager->SetMpiNtupleMerging( fWrmpi, mpiRank, mpiSize, nofReducedNtupleFiles); diff --git a/examples/extended/parallel/TBB/History b/examples/extended/parallel/TBB/History index b85dc4bc4f..05c7a24142 100644 --- a/examples/extended/parallel/TBB/History +++ b/examples/extended/parallel/TBB/History @@ -1,19 +1,16 @@ -d: History 68751 2013-04-05 10:21:24Z gcosmo $ -------------------------------------------------------------------- +# Example TBB History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - extended/parllel/tbb History file - --------------------------------- -his file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (tbbex-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 28th May 2020 J. Madsen (tbbex-V10-06-00) - Updated TBB example to use new tasking system which is fully compatible with TBB diff --git a/examples/extended/parallel/ThreadsafeScorers/History b/examples/extended/parallel/ThreadsafeScorers/History index 1432fd3cce..070521d8bf 100644 --- a/examples/extended/parallel/ThreadsafeScorers/History +++ b/examples/extended/parallel/ThreadsafeScorers/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example ThreadsafeScorers History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ThreadsafeScorers History file - --------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (ThreadsafeScorers-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13/02/2021 V. Ivantchenko (ThreadsafeScorers-V10-07-00) - TSPhysicsList - removed obsolete header G4EmProcessOptions; removed diff --git a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out index a8a4d1a471..41655fcf66 100644 --- a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out +++ b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,9 +29,9 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo 1) between BERT and FTF/P over the interval 3 to 6 GeV. 2) between FTF/P and QGS/P over the interval 12 to 25 GeV. -- quasiElastic: 1 for QGS and 0 for FTF -/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 +/cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -51,6 +51,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -96,7 +100,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -113,7 +118,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -123,8 +128,9 @@ Step function for light ions (0.1, 0.02 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -204,12 +210,12 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI eBrem: for e- XStype:4 SubType=3 @@ -240,10 +246,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 100 keV MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI @@ -278,10 +284,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -314,12 +320,12 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -327,7 +333,8 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 1.4427e+06 ps +min MeanLife (from G4NuclideTable) 1.4427 us +Max life time (from G4DeexPrecoParameters) 1.4427 us Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -337,7 +344,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 1 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -345,10 +352,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -362,10 +369,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -394,10 +401,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -426,10 +433,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -458,14 +465,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -476,7 +482,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -491,14 +497,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 240 bins @@ -509,7 +514,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -531,17 +536,17 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 UseNRESP71Model ? 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -570,10 +575,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -608,10 +613,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -620,10 +627,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -631,11 +640,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: RadioactiveDecay --------------------------------------------------- @@ -645,11 +656,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -657,11 +670,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -669,11 +684,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_alpha @@ -681,11 +698,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -693,11 +712,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_lambda @@ -706,10 +727,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_neutron @@ -717,11 +740,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_proton @@ -729,11 +754,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_triton @@ -741,11 +768,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for deuteron @@ -753,11 +782,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -767,10 +798,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -780,10 +813,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for lambda @@ -793,10 +828,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for neutron @@ -806,26 +843,34 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: BertiniCascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV Model: nRadCapture: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nFission Model: NeutronHPFission: 0 eV ---> 20 MeV Model: G4LFission: 19.9 MeV ---> 100 TeV Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV Model: NeutronHPElastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -835,10 +880,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -848,10 +895,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for proton @@ -861,10 +910,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -874,10 +925,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton @@ -885,29 +938,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1442.7 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1.4427 us Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -920,21 +975,21 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Energy thresholds : gamma 2.93547 keV e- 351.353 keV e+ 341.657 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_B Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.75233 keV e- 567.818 keV e+ 548.359 keV proton 100 keV + Energy thresholds : gamma 2.75154 keV e- 567.827 keV e+ 548.355 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -954,776 +1009,776 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=22.800000s Real=25.032663s Sys=1.180000s + User=21.950000s Real=25.901849s Sys=1.180000s ###### EndOfTSRunAction ###### ============================================================ opened file mfd_tl_EnergyDeposit.out for output ============================================================ - 0 2060.618127 keV - 1 233.090134 keV - 2 130.768875 keV - 3 23.712052 keV - 4 198.879682 keV - 5 317.221786 keV - 6 1578.862940 keV - 7 2054.190422 keV - 8 259.712541 keV - 9 1052.604501 keV - 10 58.604457 keV - 11 1729.141230 keV - 12 409.211221 keV - 13 758.904318 keV - 14 3226.300735 keV - 15 2612.582523 keV - 16 151.767079 keV - 17 1073.066114 keV - 18 908.047800 keV - 19 1503.446576 keV - 20 840.600102 keV - 21 224.902797 keV - 22 584.293653 keV - 23 557.536970 keV - 24 247.431845 keV - 25 2246.516631 keV - 26 844.996126 keV - 27 4939.228101 keV - 28 1712.689055 keV - 29 2542.268688 keV - 30 3890.914666 keV - 31 7629.016695 keV - 32 812.043664 keV - 33 5560.005022 keV - 34 3909.977724 keV - 35 2334.639577 keV - 36 6836.325538 keV - 37 8197.743827 keV - 38 4809.919485 keV - 39 3464.313029 keV - 40 3859.163449 keV - 41 3988.725325 keV - 42 2492.834730 keV - 43 7393.404799 keV - 44 1332.026503 keV - 45 2615.056669 keV - 46 4551.169173 keV - 47 611.304799 keV - 48 2217.053212 keV - 49 808.539352 keV - 50 5097.448291 keV - 51 3391.951082 keV - 52 4754.013690 keV - 53 9048.000553 keV - 54 660.206157 keV - 55 4448.354528 keV - 56 13171.499440 keV - 57 17807.480504 keV - 58 17133.714492 keV - 59 7763.580393 keV - 60 7228.661377 keV - 61 12138.873926 keV - 62 16804.023580 keV - 63 23355.281042 keV - 64 9411.447845 keV - 65 12257.854487 keV - 66 34627.559315 keV - 67 24987.162330 keV - 68 9756.824780 keV - 69 6996.239324 keV - 70 9688.816649 keV - 71 7740.468072 keV - 72 9707.587252 keV - 73 6882.452598 keV - 74 5905.850722 keV - 75 21531.649116 keV - 76 35266.655088 keV - 77 31731.242437 keV - 78 34664.246038 keV - 79 29740.549803 keV - 80 26324.035928 keV - 81 357193.209181 keV - 82 321060.200709 keV - 83 390218.390200 keV - 84 43832.356200 keV - 85 41211.701232 keV - 86 360483.572242 keV - 87 274742.725299 keV - 88 322820.323292 keV - 89 32673.959337 keV - 90 38527.817999 keV - 91 353328.014819 keV - 92 319494.188764 keV - 93 390499.706521 keV - 94 27167.943207 keV - 95 29174.491020 keV - 96 37201.853677 keV - 97 27858.248016 keV - 98 31292.371826 keV - 99 19664.344099 keV - 100 320694.254320 keV - 101 335850.924915 keV - 102 361385.423900 keV - 103 372675.406010 keV - 104 322756.071402 keV - 105 369597.461005 keV - 106 384319.525464 keV - 107 418105.922937 keV - 108 397755.558704 keV - 109 350283.817152 keV - 110 376063.632499 keV - 111 418623.138616 keV - 112 400591.180089 keV - 113 368567.652116 keV - 114 360842.587431 keV - 115 392324.605774 keV - 116 423647.043258 keV - 117 403587.222553 keV - 118 376243.712122 keV - 119 345057.454750 keV - 120 330345.273580 keV - 121 329921.744443 keV - 122 344239.457586 keV - 123 381430.053860 keV - 124 323019.357008 keV - 0 2060.62 [sigma: 741.322 | error: 0.804441 | coeff: 0.804441 | eff: 1 | fom: 0.0671867 | r2int: 0.5177 | r2eff: 0 | hits: 5 ] keV - 1 233.09 [sigma: 56.9449 | error: 0.423148 | coeff: 0.423148 | eff: 1 | fom: 0.242822 | r2int: 0.119369 | r2eff: 0 | hits: 3 ] keV - 2 130.769 [sigma: 6.6088 | error: 0.0714715 | coeff: 0.0714715 | eff: 1 | fom: 8.5115 | r2int: 0.00255409 | r2eff: 0 | hits: 2 ] keV - 3 23.7121 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV - 4 198.88 [sigma: 72.9154 | error: 0.635023 | coeff: 0.635023 | eff: 1 | fom: 0.107818 | r2int: 0.268836 | r2eff: 0 | hits: 3 ] keV - 5 317.222 [sigma: 15.8982 | error: 0.100234 | coeff: 0.100234 | eff: 1 | fom: 4.32757 | r2int: 0.00753511 | r2eff: 0 | hits: 4 ] keV - 6 1578.86 [sigma: 280.128 | error: 0.469419 | coeff: 0.469419 | eff: 1 | fom: 0.197311 | r2int: 0.188875 | r2eff: 0 | hits: 7 ] keV - 7 2054.19 [sigma: 937.949 | error: 0.790859 | coeff: 0.790859 | eff: 1 | fom: 0.0695142 | r2int: 0.416972 | r2eff: 0 | hits: 3 ] keV - 8 259.713 [sigma: 53.6482 | error: 0.461899 | coeff: 0.461899 | eff: 1 | fom: 0.203788 | r2int: 0.170681 | r2eff: 0 | hits: 5 ] keV - 9 1052.6 [sigma: 260.464 | error: 0.553309 | coeff: 0.553309 | eff: 1 | fom: 0.142016 | r2int: 0.244921 | r2eff: 0 | hits: 5 ] keV - 10 58.6045 [sigma: 3.93704 | error: 0.0950068 | coeff: 0.0950068 | eff: 1 | fom: 4.81685 | r2int: 0.00451315 | r2eff: 0 | hits: 2 ] keV - 11 1729.14 [sigma: 496.957 | error: 0.642649 | coeff: 0.642649 | eff: 1 | fom: 0.105275 | r2int: 0.330398 | r2eff: 0 | hits: 5 ] keV - 12 409.211 [sigma: 47.5282 | error: 0.25971 | coeff: 0.25971 | eff: 1 | fom: 0.644606 | r2int: 0.0539595 | r2eff: 0 | hits: 5 ] keV - 13 758.904 [sigma: 170.255 | error: 0.634539 | coeff: 0.634539 | eff: 1 | fom: 0.107983 | r2int: 0.35231 | r2eff: 0 | hits: 8 ] keV - 14 3226.3 [sigma: 925.758 | error: 0.573882 | coeff: 0.573882 | eff: 1 | fom: 0.132016 | r2int: 0.247005 | r2eff: 0 | hits: 4 ] keV - 15 2612.58 [sigma: 612.563 | error: 0.468933 | coeff: 0.468933 | eff: 1 | fom: 0.19772 | r2int: 0.164924 | r2eff: 0 | hits: 4 ] keV - 16 151.767 [sigma: 43.6499 | error: 0.498157 | coeff: 0.498157 | eff: 1 | fom: 0.175202 | r2int: 0.16544 | r2eff: 0 | hits: 3 ] keV - 17 1073.07 [sigma: 346.742 | error: 0.854926 | coeff: 0.854926 | eff: 1 | fom: 0.059486 | r2int: 0.626485 | r2eff: 0 | hits: 7 ] keV - 18 908.048 [sigma: 258.831 | error: 0.754149 | coeff: 0.754149 | eff: 1 | fom: 0.0764466 | r2int: 0.487492 | r2eff: 0 | hits: 7 ] keV - 19 1503.45 [sigma: 656.337 | error: 0.756136 | coeff: 0.756136 | eff: 1 | fom: 0.0760454 | r2int: 0.381161 | r2eff: 0 | hits: 3 ] keV - 20 840.6 [sigma: 364.015 | error: 0.866084 | coeff: 0.866084 | eff: 1 | fom: 0.0579631 | r2int: 0.562576 | r2eff: 0 | hits: 4 ] keV - 21 224.903 [sigma: 128.696 | error: 0.809256 | coeff: 0.809256 | eff: 1 | fom: 0.0663896 | r2int: 0.327448 | r2eff: 0 | hits: 2 ] keV - 22 584.294 [sigma: 136.461 | error: 0.404519 | coeff: 0.404519 | eff: 1 | fom: 0.265702 | r2int: 0.10909 | r2eff: 0 | hits: 3 ] keV - 23 557.537 [sigma: 258.056 | error: 0.801681 | coeff: 0.801681 | eff: 1 | fom: 0.0676502 | r2int: 0.428461 | r2eff: 0 | hits: 3 ] keV - 24 247.432 [sigma: 38.7729 | error: 0.313403 | coeff: 0.313403 | eff: 1 | fom: 0.442657 | r2int: 0.0736659 | r2eff: 0 | hits: 4 ] keV - 25 2246.52 [sigma: 534.693 | error: 0.71403 | coeff: 0.71403 | eff: 1 | fom: 0.0852785 | r2int: 0.45319 | r2eff: 0 | hits: 9 ] keV - 26 844.996 [sigma: 128.915 | error: 0.457688 | coeff: 0.457688 | eff: 1 | fom: 0.207555 | r2int: 0.186203 | r2eff: 0 | hits: 9 ] keV - 27 4939.23 [sigma: 700.045 | error: 0.425195 | coeff: 0.425195 | eff: 1 | fom: 0.24049 | r2int: 0.160703 | r2eff: 0 | hits: 9 ] keV - 28 1712.69 [sigma: 185.277 | error: 0.374743 | coeff: 0.374743 | eff: 1 | fom: 0.309603 | r2int: 0.12873 | r2eff: 0 | hits: 12 ] keV - 29 2542.27 [sigma: 625.114 | error: 0.602301 | coeff: 0.602301 | eff: 1 | fom: 0.119852 | r2int: 0.302305 | r2eff: 0 | hits: 6 ] keV - 30 3890.91 [sigma: 490.841 | error: 0.488579 | coeff: 0.488579 | eff: 1 | fom: 0.182139 | r2int: 0.222795 | r2eff: 0 | hits: 15 ] keV - 31 7629.02 [sigma: 746.341 | error: 0.415054 | coeff: 0.415054 | eff: 1 | fom: 0.252384 | r2int: 0.162699 | r2eff: 0 | hits: 18 ] keV - 32 812.044 [sigma: 66.704 | error: 0.31814 | coeff: 0.31814 | eff: 1 | fom: 0.429572 | r2int: 0.0944655 | r2eff: 0 | hits: 15 ] keV - 33 5560.01 [sigma: 407.591 | error: 0.359133 | coeff: 0.359133 | eff: 1 | fom: 0.337102 | r2int: 0.123603 | r2eff: 0 | hits: 24 ] keV - 34 3909.98 [sigma: 876.953 | error: 0.593405 | coeff: 0.593405 | eff: 1 | fom: 0.123472 | r2int: 0.301825 | r2eff: 0 | hits: 7 ] keV - 35 2334.64 [sigma: 275.023 | error: 0.499788 | coeff: 0.499788 | eff: 1 | fom: 0.174061 | r2int: 0.235911 | r2eff: 0 | hits: 18 ] keV - 36 6836.33 [sigma: 775.518 | error: 0.39297 | coeff: 0.39297 | eff: 1 | fom: 0.281548 | r2int: 0.141557 | r2eff: 0 | hits: 12 ] keV - 37 8197.74 [sigma: 498.279 | error: 0.309931 | coeff: 0.309931 | eff: 1 | fom: 0.452629 | r2int: 0.0923627 | r2eff: 0 | hits: 26 ] keV - 38 4809.92 [sigma: 512.145 | error: 0.521628 | coeff: 0.521628 | eff: 1 | fom: 0.15979 | r2int: 0.260758 | r2eff: 0 | hits: 24 ] keV - 39 3464.31 [sigma: 603.768 | error: 0.551129 | coeff: 0.551129 | eff: 1 | fom: 0.143142 | r2int: 0.273369 | r2eff: 0 | hits: 10 ] keV - 40 3859.16 [sigma: 689.437 | error: 0.564938 | coeff: 0.564938 | eff: 1 | fom: 0.136229 | r2int: 0.28724 | r2eff: 0 | hits: 10 ] keV - 41 3988.73 [sigma: 333.901 | error: 0.374367 | coeff: 0.374367 | eff: 1 | fom: 0.310224 | r2int: 0.133143 | r2eff: 0 | hits: 20 ] keV - 42 2492.83 [sigma: 223.798 | error: 0.439814 | coeff: 0.439814 | eff: 1 | fom: 0.224768 | r2int: 0.185376 | r2eff: 0 | hits: 24 ] keV - 43 7393.4 [sigma: 731.795 | error: 0.494897 | coeff: 0.494897 | eff: 1 | fom: 0.177518 | r2int: 0.235126 | r2eff: 0 | hits: 25 ] keV - 44 1332.03 [sigma: 285.628 | error: 0.742811 | coeff: 0.742811 | eff: 1 | fom: 0.0787981 | r2int: 0.505787 | r2eff: 0 | hits: 12 ] keV - 45 2615.06 [sigma: 621.765 | error: 0.71329 | coeff: 0.71329 | eff: 1 | fom: 0.0854554 | r2int: 0.452252 | r2eff: 0 | hits: 9 ] keV - 46 4551.17 [sigma: 809.114 | error: 0.589635 | coeff: 0.589635 | eff: 1 | fom: 0.125056 | r2int: 0.316063 | r2eff: 0 | hits: 11 ] keV - 47 611.305 [sigma: 47.5645 | error: 0.280541 | coeff: 0.280541 | eff: 1 | fom: 0.552432 | r2int: 0.0726493 | r2eff: 0 | hits: 13 ] keV - 48 2217.05 [sigma: 260.773 | error: 0.424091 | coeff: 0.424091 | eff: 1 | fom: 0.241743 | r2int: 0.166018 | r2eff: 0 | hits: 13 ] keV - 49 808.539 [sigma: 194.784 | error: 0.681393 | coeff: 0.681393 | eff: 1 | fom: 0.0936434 | r2int: 0.406259 | r2eff: 0 | hits: 8 ] keV - 50 5097.45 [sigma: 579.182 | error: 0.440056 | coeff: 0.440056 | eff: 1 | fom: 0.224521 | r2int: 0.180739 | r2eff: 0 | hits: 15 ] keV - 51 3391.95 [sigma: 421.067 | error: 0.52667 | coeff: 0.52667 | eff: 1 | fom: 0.156746 | r2int: 0.261971 | r2eff: 0 | hits: 18 ] keV - 52 4754.01 [sigma: 189.919 | error: 0.246263 | coeff: 0.246263 | eff: 1 | fom: 0.716923 | r2int: 0.0590497 | r2eff: 0 | hits: 38 ] keV - 53 9048 [sigma: 425.245 | error: 0.304587 | coeff: 0.304587 | eff: 1 | fom: 0.468651 | r2int: 0.0905642 | r2eff: 0 | hits: 42 ] keV - 54 660.206 [sigma: 59.3228 | error: 0.401844 | coeff: 0.401844 | eff: 1 | fom: 0.269251 | r2int: 0.153404 | r2eff: 0 | hits: 20 ] keV - 55 4448.35 [sigma: 296.803 | error: 0.383289 | coeff: 0.383289 | eff: 1 | fom: 0.295951 | r2int: 0.142459 | r2eff: 0 | hits: 33 ] keV - 56 13171.5 [sigma: 477.028 | error: 0.275818 | coeff: 0.275818 | eff: 1 | fom: 0.571513 | r2int: 0.074764 | r2eff: 0 | hits: 58 ] keV - 57 17807.5 [sigma: 548.272 | error: 0.244379 | coeff: 0.244379 | eff: 1 | fom: 0.697688 | r2int: 0.0587731 | r2eff: 0 | hits: 63 ] keV - 58 17133.7 [sigma: 608.555 | error: 0.258575 | coeff: 0.258575 | eff: 1 | fom: 0.623184 | r2int: 0.0655994 | r2eff: 0 | hits: 53 ] keV - 59 7763.58 [sigma: 480.168 | error: 0.386246 | coeff: 0.386246 | eff: 1 | fom: 0.279294 | r2int: 0.145361 | r2eff: 0 | hits: 39 ] keV - 60 7228.66 [sigma: 293.731 | error: 0.26334 | coeff: 0.26334 | eff: 1 | fom: 0.600835 | r2int: 0.0676968 | r2eff: 0 | hits: 42 ] keV - 61 12138.9 [sigma: 332.656 | error: 0.217514 | coeff: 0.217514 | eff: 1 | fom: 0.880671 | r2int: 0.0465614 | r2eff: 0 | hits: 63 ] keV - 62 16804 [sigma: 439.122 | error: 0.232266 | coeff: 0.232266 | eff: 1 | fom: 0.772357 | r2int: 0.0532646 | r2eff: 0 | hits: 79 ] keV - 63 23355.3 [sigma: 643.574 | error: 0.230548 | coeff: 0.230548 | eff: 1 | fom: 0.783907 | r2int: 0.0523932 | r2eff: 0 | hits: 70 ] keV - 64 9411.45 [sigma: 421.977 | error: 0.297412 | coeff: 0.297412 | eff: 1 | fom: 0.471055 | r2int: 0.0864436 | r2eff: 0 | hits: 44 ] keV - 65 12257.9 [sigma: 623.524 | error: 0.300935 | coeff: 0.300935 | eff: 1 | fom: 0.46009 | r2int: 0.0879745 | r2eff: 0 | hits: 35 ] keV - 66 34627.6 [sigma: 769.098 | error: 0.183153 | coeff: 0.183153 | eff: 1 | fom: 1.24211 | r2int: 0.0330518 | r2eff: 0 | hits: 68 ] keV - 67 24987.2 [sigma: 658.56 | error: 0.232769 | coeff: 0.232769 | eff: 1 | fom: 0.769019 | r2int: 0.0534869 | r2eff: 0 | hits: 78 ] keV - 68 9756.82 [sigma: 464.706 | error: 0.336787 | coeff: 0.336787 | eff: 1 | fom: 0.367349 | r2int: 0.111157 | r2eff: 0 | hits: 50 ] keV - 69 6996.24 [sigma: 387.092 | error: 0.345527 | coeff: 0.345527 | eff: 1 | fom: 0.349 | r2int: 0.116328 | r2eff: 0 | hits: 39 ] keV - 70 9688.82 [sigma: 579.665 | error: 0.293097 | coeff: 0.293097 | eff: 1 | fom: 0.485026 | r2int: 0.0823266 | r2eff: 0 | hits: 24 ] keV - 71 7740.47 [sigma: 412.164 | error: 0.315019 | coeff: 0.315019 | eff: 1 | fom: 0.419869 | r2int: 0.0964019 | r2eff: 0 | hits: 35 ] keV - 72 9707.59 [sigma: 422.527 | error: 0.291977 | coeff: 0.291977 | eff: 1 | fom: 0.488754 | r2int: 0.0833563 | r2eff: 0 | hits: 45 ] keV - 73 6882.45 [sigma: 495.024 | error: 0.359627 | coeff: 0.359627 | eff: 1 | fom: 0.322169 | r2int: 0.124159 | r2eff: 0 | hits: 25 ] keV - 74 5905.85 [sigma: 381.387 | error: 0.341713 | coeff: 0.341713 | eff: 1 | fom: 0.356833 | r2int: 0.112598 | r2eff: 0 | hits: 28 ] keV - 75 21531.6 [sigma: 396.322 | error: 0.196527 | coeff: 0.196527 | eff: 1 | fom: 1.0788 | r2int: 0.0382842 | r2eff: 0 | hits: 114 ] keV - 76 35266.7 [sigma: 453.176 | error: 0.162541 | coeff: 0.162541 | eff: 1 | fom: 1.57711 | r2int: 0.0262545 | r2eff: 0 | hits: 160 ] keV - 77 31731.2 [sigma: 362.383 | error: 0.151078 | coeff: 0.151078 | eff: 1 | fom: 1.82553 | r2int: 0.022694 | r2eff: 0 | hits: 175 ] keV - 78 34664.2 [sigma: 377.472 | error: 0.138599 | coeff: 0.138599 | eff: 1 | fom: 2.16904 | r2int: 0.0190911 | r2eff: 0 | hits: 162 ] keV - 79 29740.5 [sigma: 536.417 | error: 0.183051 | coeff: 0.183051 | eff: 1 | fom: 1.2435 | r2int: 0.0331824 | r2eff: 0 | hits: 103 ] keV - 80 26324 [sigma: 352.412 | error: 0.174551 | coeff: 0.174551 | eff: 1 | fom: 1.36755 | r2int: 0.0302888 | r2eff: 0 | hits: 170 ] keV - 81 357193 [sigma: 1129.26 | error: 0.0505835 | coeff: 0.0505835 | eff: 1 | fom: 16.2844 | r2int: 0.00254869 | r2eff: 0 | hits: 256 ] keV - 82 321060 [sigma: 1158.85 | error: 0.057751 | coeff: 0.057751 | eff: 1 | fom: 12.4931 | r2int: 0.00332214 | r2eff: 0 | hits: 256 ] keV - 83 390218 [sigma: 1114.56 | error: 0.0456998 | coeff: 0.0456998 | eff: 1 | fom: 19.9508 | r2int: 0.00208031 | r2eff: 0 | hits: 256 ] keV - 84 43832.4 [sigma: 516.033 | error: 0.140783 | coeff: 0.140783 | eff: 1 | fom: 2.10226 | r2int: 0.0196813 | r2eff: 0 | hits: 143 ] keV - 85 41211.7 [sigma: 483.509 | error: 0.155647 | coeff: 0.155647 | eff: 1 | fom: 1.71992 | r2int: 0.0240883 | r2eff: 0 | hits: 176 ] keV - 86 360484 [sigma: 1129.76 | error: 0.0534623 | coeff: 0.0534623 | eff: 1 | fom: 14.5779 | r2int: 0.0028484 | r2eff: 0 | hits: 291 ] keV - 87 274743 [sigma: 1119.91 | error: 0.0669788 | coeff: 0.0669788 | eff: 1 | fom: 9.28781 | r2int: 0.00446955 | r2eff: 0 | hits: 270 ] keV - 88 322820 [sigma: 1158.13 | error: 0.0571758 | coeff: 0.0571758 | eff: 1 | fom: 12.7457 | r2int: 0.0032562 | r2eff: 0 | hits: 254 ] keV - 89 32674 [sigma: 424.083 | error: 0.155209 | coeff: 0.155209 | eff: 1 | fom: 1.72964 | r2int: 0.0239214 | r2eff: 0 | hits: 143 ] keV - 90 38527.8 [sigma: 443.946 | error: 0.1533 | coeff: 0.1533 | eff: 1 | fom: 1.77298 | r2int: 0.0233681 | r2eff: 0 | hits: 177 ] keV - 91 353328 [sigma: 1139.79 | error: 0.0525134 | coeff: 0.0525134 | eff: 1 | fom: 15.1095 | r2int: 0.00274725 | r2eff: 0 | hits: 265 ] keV - 92 319494 [sigma: 1147.36 | error: 0.0577945 | coeff: 0.0577945 | eff: 1 | fom: 12.4743 | r2int: 0.0033273 | r2eff: 0 | hits: 259 ] keV - 93 390500 [sigma: 1130.44 | error: 0.0463176 | coeff: 0.0463176 | eff: 1 | fom: 19.4221 | r2int: 0.00213694 | r2eff: 0 | hits: 256 ] keV - 94 27167.9 [sigma: 397.249 | error: 0.176678 | coeff: 0.176678 | eff: 1 | fom: 1.33483 | r2int: 0.0310013 | r2eff: 0 | hits: 146 ] keV - 95 29174.5 [sigma: 475.993 | error: 0.174201 | coeff: 0.174201 | eff: 1 | fom: 1.37306 | r2int: 0.0300797 | r2eff: 0 | hits: 114 ] keV - 96 37201.9 [sigma: 511.319 | error: 0.162045 | coeff: 0.162045 | eff: 1 | fom: 1.58679 | r2int: 0.0260695 | r2eff: 0 | hits: 139 ] keV - 97 27858.2 [sigma: 327.858 | error: 0.146047 | coeff: 0.146047 | eff: 1 | fom: 1.95345 | r2int: 0.0211912 | r2eff: 0 | hits: 154 ] keV - 98 31292.4 [sigma: 409.906 | error: 0.163609 | coeff: 0.163609 | eff: 1 | fom: 1.55659 | r2int: 0.0265964 | r2eff: 0 | hits: 156 ] keV - 99 19664.3 [sigma: 416.827 | error: 0.205513 | coeff: 0.205513 | eff: 1 | fom: 0.986527 | r2int: 0.0417864 | r2eff: 0 | hits: 94 ] keV - 100 320694 [sigma: 462.342 | error: 0.0356072 | coeff: 0.0356072 | eff: 1 | fom: 32.8635 | r2int: 0.00126579 | r2eff: 0 | hits: 610 ] keV - 101 335851 [sigma: 461.192 | error: 0.0361495 | coeff: 0.0361495 | eff: 1 | fom: 31.8849 | r2int: 0.0013049 | r2eff: 0 | hits: 693 ] keV - 102 361385 [sigma: 475.988 | error: 0.0356354 | coeff: 0.0356354 | eff: 1 | fom: 32.8115 | r2int: 0.00126815 | r2eff: 0 | hits: 732 ] keV - 103 372675 [sigma: 474.912 | error: 0.0336916 | coeff: 0.0336916 | eff: 1 | fom: 36.7068 | r2int: 0.0011335 | r2eff: 0 | hits: 699 ] keV - 104 322756 [sigma: 480.494 | error: 0.0353551 | coeff: 0.0353551 | eff: 1 | fom: 33.3337 | r2int: 0.00124777 | r2eff: 0 | hits: 564 ] keV - 105 369597 [sigma: 496.639 | error: 0.0360059 | coeff: 0.0360059 | eff: 1 | fom: 32.1396 | r2int: 0.00129462 | r2eff: 0 | hits: 718 ] keV - 106 384320 [sigma: 497.343 | error: 0.0371247 | coeff: 0.0371247 | eff: 1 | fom: 30.2317 | r2int: 0.00137657 | r2eff: 0 | hits: 823 ] keV - 107 418106 [sigma: 491.469 | error: 0.0355566 | coeff: 0.0355566 | eff: 1 | fom: 32.957 | r2int: 0.00126289 | r2eff: 0 | hits: 915 ] keV - 108 397756 [sigma: 482.195 | error: 0.035344 | coeff: 0.035344 | eff: 1 | fom: 33.3547 | r2int: 0.00124773 | r2eff: 0 | hits: 850 ] keV - 109 350284 [sigma: 505.832 | error: 0.0370424 | coeff: 0.0370424 | eff: 1 | fom: 30.3662 | r2int: 0.00137006 | r2eff: 0 | hits: 658 ] keV - 110 376064 [sigma: 487.264 | error: 0.0353656 | coeff: 0.0353656 | eff: 1 | fom: 33.314 | r2int: 0.00124904 | r2eff: 0 | hits: 745 ] keV - 111 418623 [sigma: 519.05 | error: 0.0361277 | coeff: 0.0361277 | eff: 1 | fom: 31.9234 | r2int: 0.00130367 | r2eff: 0 | hits: 849 ] keV - 112 400591 [sigma: 481.533 | error: 0.0354148 | coeff: 0.0354148 | eff: 1 | fom: 33.2216 | r2int: 0.00125276 | r2eff: 0 | hits: 868 ] keV - 113 368568 [sigma: 473.915 | error: 0.0372891 | coeff: 0.0372891 | eff: 1 | fom: 29.9658 | r2int: 0.00138882 | r2eff: 0 | hits: 841 ] keV - 114 360843 [sigma: 479.345 | error: 0.0347169 | coeff: 0.0347169 | eff: 1 | fom: 34.5706 | r2int: 0.0012035 | r2eff: 0 | hits: 683 ] keV - 115 392325 [sigma: 504.232 | error: 0.0353149 | coeff: 0.0353149 | eff: 1 | fom: 33.4097 | r2int: 0.00124549 | r2eff: 0 | hits: 755 ] keV - 116 423647 [sigma: 527.208 | error: 0.0364944 | coeff: 0.0364944 | eff: 1 | fom: 31.2849 | r2int: 0.0013303 | r2eff: 0 | hits: 860 ] keV - 117 403587 [sigma: 471.846 | error: 0.0352101 | coeff: 0.0352101 | eff: 1 | fom: 33.609 | r2int: 0.00123838 | r2eff: 0 | hits: 907 ] keV - 118 376244 [sigma: 476.141 | error: 0.0363491 | coeff: 0.0363491 | eff: 1 | fom: 31.5356 | r2int: 0.00131966 | r2eff: 0 | hits: 825 ] keV - 119 345057 [sigma: 467.266 | error: 0.0353384 | coeff: 0.0353384 | eff: 1 | fom: 33.3654 | r2int: 0.00124697 | r2eff: 0 | hits: 681 ] keV - 120 330345 [sigma: 438.995 | error: 0.0324425 | coeff: 0.0324425 | eff: 1 | fom: 38.0042 | r2int: 0.00105075 | r2eff: 0 | hits: 596 ] keV - 121 329922 [sigma: 467.685 | error: 0.0365005 | coeff: 0.0365005 | eff: 1 | fom: 30.0235 | r2int: 0.00133028 | r2eff: 0 | hits: 663 ] keV - 122 344239 [sigma: 479.015 | error: 0.036313 | coeff: 0.036313 | eff: 1 | fom: 30.3344 | r2int: 0.0013167 | r2eff: 0 | hits: 681 ] keV - 123 381430 [sigma: 491.823 | error: 0.0345266 | coeff: 0.0345266 | eff: 1 | fom: 33.5547 | r2int: 0.00119042 | r2eff: 0 | hits: 717 ] keV - 124 323019 [sigma: 473.949 | error: 0.0351221 | coeff: 0.0351221 | eff: 1 | fom: 32.4265 | r2int: 0.00123141 | r2eff: 0 | hits: 573 ] keV + 0 450.408152 keV + 1 53.852373 keV + 2 161.952941 keV + 3 496.187273 keV + 4 887.796594 keV + 5 488.511789 keV + 6 718.082408 keV + 7 325.987992 keV + 8 716.963201 keV + 9 2943.576560 keV + 10 4004.119639 keV + 11 158.745269 keV + 12 202.971796 keV + 13 909.405405 keV + 14 1870.547077 keV + 15 1781.535206 keV + 16 1072.392336 keV + 17 787.312126 keV + 18 192.366159 keV + 19 1143.131862 keV + 20 60.777762 keV + 21 1880.659827 keV + 22 84.634057 keV + 23 188.610079 keV + 24 1525.402704 keV + 25 28.487497 keV + 26 1030.295938 keV + 27 527.984214 keV + 28 433.468980 keV + 29 3185.610093 keV + 30 2137.493231 keV + 31 14285.176313 keV + 32 3052.347819 keV + 33 9775.250975 keV + 34 1627.285660 keV + 35 5843.070986 keV + 36 2299.269166 keV + 37 5802.087851 keV + 38 3888.944771 keV + 39 847.065687 keV + 40 2227.503957 keV + 41 3681.379202 keV + 42 8949.720989 keV + 43 696.528006 keV + 44 1900.742782 keV + 45 2341.586536 keV + 46 2739.316986 keV + 47 3160.306606 keV + 48 1174.063271 keV + 49 2506.518169 keV + 50 2525.715177 keV + 51 4987.548089 keV + 52 4822.551279 keV + 53 2727.636901 keV + 54 6422.250719 keV + 55 9727.402666 keV + 56 12759.724795 keV + 57 24468.184258 keV + 58 21971.221665 keV + 59 9845.622096 keV + 60 7021.523226 keV + 61 13419.031333 keV + 62 21395.818551 keV + 63 15527.364021 keV + 64 6755.418076 keV + 65 4366.960562 keV + 66 18755.369735 keV + 67 34302.221749 keV + 68 15659.919198 keV + 69 3616.141451 keV + 70 10111.055006 keV + 71 8920.922519 keV + 72 5739.693818 keV + 73 5562.169219 keV + 74 6499.269094 keV + 75 24616.409196 keV + 76 28941.468498 keV + 77 41955.389920 keV + 78 34065.758599 keV + 79 17015.112790 keV + 80 33801.572594 keV + 81 360880.371895 keV + 82 291048.077612 keV + 83 344754.837269 keV + 84 33018.818566 keV + 85 34215.424134 keV + 86 303922.780457 keV + 87 277811.369979 keV + 88 338145.585692 keV + 89 31061.004959 keV + 90 33998.369985 keV + 91 342705.722152 keV + 92 360850.205175 keV + 93 359081.848763 keV + 94 30191.192185 keV + 95 28743.427337 keV + 96 18734.721014 keV + 97 40907.736966 keV + 98 31835.697698 keV + 99 15616.277597 keV + 100 325498.885487 keV + 101 320207.593447 keV + 102 357739.214468 keV + 103 372460.067968 keV + 104 324790.021048 keV + 105 345291.861837 keV + 106 357152.272753 keV + 107 397585.124829 keV + 108 397325.423083 keV + 109 383348.564924 keV + 110 369955.151987 keV + 111 389921.629708 keV + 112 383831.643054 keV + 113 391686.635536 keV + 114 357987.676921 keV + 115 385644.004950 keV + 116 433103.160163 keV + 117 412139.228311 keV + 118 412727.319326 keV + 119 361682.967811 keV + 120 299570.884070 keV + 121 370620.612522 keV + 122 352760.726500 keV + 123 356367.374362 keV + 124 317175.552024 keV + 0 450.408 [sigma: 255.053 | error: 0.98081 | coeff: 0.98081 | eff: 1 | fom: 0.0451963 | r2int: 0.641325 | r2eff: 0 | hits: 3 ] keV + 1 53.8524 [sigma: 25.8476 | error: 0.831334 | coeff: 0.831334 | eff: 1 | fom: 0.0629102 | r2int: 0.460744 | r2eff: 0 | hits: 3 ] keV + 2 161.953 [sigma: 63.8982 | error: 0.557975 | coeff: 0.557975 | eff: 1 | fom: 0.13965 | r2int: 0.155668 | r2eff: 0 | hits: 2 ] keV + 3 496.187 [sigma: 127.292 | error: 0.444342 | coeff: 0.444342 | eff: 1 | fom: 0.22021 | r2int: 0.131626 | r2eff: 0 | hits: 3 ] keV + 4 887.797 [sigma: 248.997 | error: 0.560932 | coeff: 0.560932 | eff: 1 | fom: 0.138182 | r2int: 0.235983 | r2eff: 0 | hits: 4 ] keV + 5 488.512 [sigma: 288.155 | error: 0.834193 | coeff: 0.834193 | eff: 1 | fom: 0.0624797 | r2int: 0.347939 | r2eff: 0 | hits: 2 ] keV + 6 718.082 [sigma: 134.778 | error: 0.593532 | coeff: 0.593532 | eff: 1 | fom: 0.123419 | r2int: 0.317052 | r2eff: 0 | hits: 10 ] keV + 7 325.988 [sigma: 63.5141 | error: 0.477248 | coeff: 0.477248 | eff: 1 | fom: 0.19089 | r2int: 0.189805 | r2eff: 0 | hits: 6 ] keV + 8 716.963 [sigma: 199.181 | error: 0.680499 | coeff: 0.680499 | eff: 1 | fom: 0.0938897 | r2int: 0.385899 | r2eff: 0 | hits: 6 ] keV + 9 2943.58 [sigma: 964.803 | error: 0.655531 | coeff: 0.655531 | eff: 1 | fom: 0.101178 | r2int: 0.322291 | r2eff: 0 | hits: 4 ] keV + 10 4004.12 [sigma: 872.715 | error: 0.48736 | coeff: 0.48736 | eff: 1 | fom: 0.183051 | r2int: 0.190016 | r2eff: 0 | hits: 5 ] keV + 11 158.745 [sigma: 34.0413 | error: 0.479502 | coeff: 0.479502 | eff: 1 | fom: 0.1891 | r2int: 0.183938 | r2eff: 0 | hits: 5 ] keV + 12 202.972 [sigma: 24.6629 | error: 0.364527 | coeff: 0.364527 | eff: 1 | fom: 0.327199 | r2int: 0.118116 | r2eff: 0 | hits: 9 ] keV + 13 909.405 [sigma: 285.508 | error: 0.769018 | coeff: 0.769018 | eff: 1 | fom: 0.0735189 | r2int: 0.492824 | r2eff: 0 | hits: 6 ] keV + 14 1870.55 [sigma: 494.098 | error: 0.747118 | coeff: 0.747118 | eff: 1 | fom: 0.0778922 | r2int: 0.488412 | r2eff: 0 | hits: 8 ] keV + 15 1781.54 [sigma: 628.128 | error: 0.863633 | coeff: 0.863633 | eff: 1 | fom: 0.0582927 | r2int: 0.621551 | r2eff: 0 | hits: 6 ] keV + 16 1072.39 [sigma: 383.247 | error: 0.714752 | coeff: 0.714752 | eff: 1 | fom: 0.0851063 | r2int: 0.383153 | r2eff: 0 | hits: 4 ] keV + 17 787.312 [sigma: 171.695 | error: 0.53418 | coeff: 0.53418 | eff: 1 | fom: 0.152369 | r2int: 0.23779 | r2eff: 0 | hits: 6 ] keV + 18 192.366 [sigma: 53.7328 | error: 0.558652 | coeff: 0.558652 | eff: 1 | fom: 0.139313 | r2int: 0.234069 | r2eff: 0 | hits: 4 ] keV + 19 1143.13 [sigma: 325.128 | error: 0.635979 | coeff: 0.635979 | eff: 1 | fom: 0.107495 | r2int: 0.323575 | r2eff: 0 | hits: 5 ] keV + 20 60.7778 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV + 21 1880.66 [sigma: 704.121 | error: 0.837186 | coeff: 0.837186 | eff: 1 | fom: 0.0620338 | r2int: 0.560704 | r2eff: 0 | hits: 5 ] keV + 22 84.6341 [sigma: 19.0236 | error: 0.389322 | coeff: 0.389322 | eff: 1 | fom: 0.28685 | r2int: 0.101048 | r2eff: 0 | hits: 3 ] keV + 23 188.61 [sigma: 22.0786 | error: 0.286736 | coeff: 0.286736 | eff: 1 | fom: 0.52882 | r2int: 0.0685146 | r2eff: 0 | hits: 6 ] keV + 24 1525.4 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV + 25 28.4875 [sigma: 10.7765 | error: 0.534982 | coeff: 0.534982 | eff: 1 | fom: 0.151913 | r2int: 0.143103 | r2eff: 0 | hits: 2 ] keV + 26 1030.3 [sigma: 209.449 | error: 0.537856 | coeff: 0.537856 | eff: 1 | fom: 0.150293 | r2int: 0.247962 | r2eff: 0 | hits: 7 ] keV + 27 527.984 [sigma: 74.8864 | error: 0.44852 | coeff: 0.44852 | eff: 1 | fom: 0.216126 | r2int: 0.181053 | r2eff: 0 | hits: 10 ] keV + 28 433.469 [sigma: 57.6815 | error: 0.399209 | coeff: 0.399209 | eff: 1 | fom: 0.272818 | r2int: 0.14166 | r2eff: 0 | hits: 9 ] keV + 29 3185.61 [sigma: 711.896 | error: 0.632075 | coeff: 0.632075 | eff: 1 | fom: 0.108826 | r2int: 0.349579 | r2eff: 0 | hits: 8 ] keV + 30 2137.49 [sigma: 428.904 | error: 0.601973 | coeff: 0.601973 | eff: 1 | fom: 0.119983 | r2int: 0.322108 | r2eff: 0 | hits: 9 ] keV + 31 14285.2 [sigma: 855.641 | error: 0.280942 | coeff: 0.280942 | eff: 1 | fom: 0.550856 | r2int: 0.0753409 | r2eff: 0 | hits: 22 ] keV + 32 3052.35 [sigma: 169.254 | error: 0.265931 | coeff: 0.265931 | eff: 1 | fom: 0.6148 | r2int: 0.0676446 | r2eff: 0 | hits: 23 ] keV + 33 9775.25 [sigma: 687.675 | error: 0.329964 | coeff: 0.329964 | eff: 1 | fom: 0.399336 | r2int: 0.103927 | r2eff: 0 | hits: 22 ] keV + 34 1627.29 [sigma: 311.496 | error: 0.663101 | coeff: 0.663101 | eff: 1 | fom: 0.098881 | r2int: 0.403061 | r2eff: 0 | hits: 12 ] keV + 35 5843.07 [sigma: 723.843 | error: 0.391745 | coeff: 0.391745 | eff: 1 | fom: 0.283312 | r2int: 0.138118 | r2eff: 0 | hits: 10 ] keV + 36 2299.27 [sigma: 383.559 | error: 0.746031 | coeff: 0.746031 | eff: 1 | fom: 0.0781193 | r2int: 0.528734 | r2eff: 0 | hits: 20 ] keV + 37 5802.09 [sigma: 439.906 | error: 0.42214 | coeff: 0.42214 | eff: 1 | fom: 0.243983 | r2int: 0.172454 | r2eff: 0 | hits: 31 ] keV + 38 3888.94 [sigma: 504.063 | error: 0.607945 | coeff: 0.607945 | eff: 1 | fom: 0.117637 | r2int: 0.352797 | r2eff: 0 | hits: 22 ] keV + 39 847.066 [sigma: 93.0221 | error: 0.425319 | coeff: 0.425319 | eff: 1 | fom: 0.240349 | r2int: 0.168836 | r2eff: 0 | hits: 15 ] keV + 40 2227.5 [sigma: 232.112 | error: 0.375708 | coeff: 0.375708 | eff: 1 | fom: 0.308014 | r2int: 0.130298 | r2eff: 0 | hits: 13 ] keV + 41 3681.38 [sigma: 270.902 | error: 0.337218 | coeff: 0.337218 | eff: 1 | fom: 0.38234 | r2int: 0.108301 | r2eff: 0 | hits: 21 ] keV + 42 8949.72 [sigma: 805.943 | error: 0.392529 | coeff: 0.392529 | eff: 1 | fom: 0.282182 | r2int: 0.145969 | r2eff: 0 | hits: 19 ] keV + 43 696.528 [sigma: 79.0582 | error: 0.42469 | coeff: 0.42469 | eff: 1 | fom: 0.241061 | r2int: 0.167479 | r2eff: 0 | hits: 14 ] keV + 44 1900.74 [sigma: 542.037 | error: 0.90179 | coeff: 0.90179 | eff: 1 | fom: 0.053464 | r2int: 0.731902 | r2eff: 0 | hits: 10 ] keV + 45 2341.59 [sigma: 634.231 | error: 0.766095 | coeff: 0.766095 | eff: 1 | fom: 0.0740811 | r2int: 0.513538 | r2eff: 0 | hits: 8 ] keV + 46 2739.32 [sigma: 433.084 | error: 0.591554 | coeff: 0.591554 | eff: 1 | fom: 0.124246 | r2int: 0.324941 | r2eff: 0 | hits: 14 ] keV + 47 3160.31 [sigma: 395.666 | error: 0.468451 | coeff: 0.468451 | eff: 1 | fom: 0.198127 | r2int: 0.203771 | r2eff: 0 | hits: 14 ] keV + 48 1174.06 [sigma: 111.006 | error: 0.3409 | coeff: 0.3409 | eff: 1 | fom: 0.374126 | r2int: 0.107273 | r2eff: 0 | hits: 13 ] keV + 49 2506.52 [sigma: 664.562 | error: 0.749911 | coeff: 0.749911 | eff: 1 | fom: 0.0773131 | r2int: 0.49207 | r2eff: 0 | hits: 8 ] keV + 50 2525.72 [sigma: 207.013 | error: 0.366546 | coeff: 0.366546 | eff: 1 | fom: 0.323605 | r2int: 0.127638 | r2eff: 0 | hits: 20 ] keV + 51 4987.55 [sigma: 368.34 | error: 0.430627 | coeff: 0.430627 | eff: 1 | fom: 0.23446 | r2int: 0.179986 | r2eff: 0 | hits: 34 ] keV + 52 4822.55 [sigma: 316.473 | error: 0.359435 | coeff: 0.359435 | eff: 1 | fom: 0.336536 | r2int: 0.124887 | r2eff: 0 | hits: 30 ] keV + 53 2727.64 [sigma: 424.477 | error: 0.678336 | coeff: 0.678336 | eff: 1 | fom: 0.0944893 | r2int: 0.435921 | r2eff: 0 | hits: 19 ] keV + 54 6422.25 [sigma: 557.953 | error: 0.388531 | coeff: 0.388531 | eff: 1 | fom: 0.288019 | r2int: 0.143408 | r2eff: 0 | hits: 20 ] keV + 55 9727.4 [sigma: 574.62 | error: 0.349477 | coeff: 0.349477 | eff: 1 | fom: 0.355989 | r2int: 0.118644 | r2eff: 0 | hits: 35 ] keV + 56 12759.7 [sigma: 548.123 | error: 0.306777 | coeff: 0.306777 | eff: 1 | fom: 0.461985 | r2int: 0.0922665 | r2eff: 0 | hits: 51 ] keV + 57 24468.2 [sigma: 772.938 | error: 0.254683 | coeff: 0.254683 | eff: 1 | fom: 0.670306 | r2int: 0.0638654 | r2eff: 0 | hits: 65 ] keV + 58 21971.2 [sigma: 693.148 | error: 0.250405 | coeff: 0.250405 | eff: 1 | fom: 0.693406 | r2int: 0.0617072 | r2eff: 0 | hits: 63 ] keV + 59 9845.62 [sigma: 535.181 | error: 0.321582 | coeff: 0.321582 | eff: 1 | fom: 0.420426 | r2int: 0.10046 | r2eff: 0 | hits: 35 ] keV + 60 7021.52 [sigma: 388.108 | error: 0.336219 | coeff: 0.336219 | eff: 1 | fom: 0.384617 | r2int: 0.109988 | r2eff: 0 | hits: 37 ] keV + 61 13419 [sigma: 411.06 | error: 0.259927 | coeff: 0.259927 | eff: 1 | fom: 0.643533 | r2int: 0.0666235 | r2eff: 0 | hits: 72 ] keV + 62 21395.8 [sigma: 516.069 | error: 0.214384 | coeff: 0.214384 | eff: 1 | fom: 0.94599 | r2int: 0.0453788 | r2eff: 0 | hits: 79 ] keV + 63 15527.4 [sigma: 561.477 | error: 0.291535 | coeff: 0.291535 | eff: 1 | fom: 0.511553 | r2int: 0.083685 | r2eff: 0 | hits: 65 ] keV + 64 6755.42 [sigma: 391.435 | error: 0.322618 | coeff: 0.322618 | eff: 1 | fom: 0.417729 | r2int: 0.100725 | r2eff: 0 | hits: 31 ] keV + 65 4366.96 [sigma: 346.083 | error: 0.468851 | coeff: 0.468851 | eff: 1 | fom: 0.197789 | r2int: 0.213541 | r2eff: 0 | hits: 35 ] keV + 66 18755.4 [sigma: 699.277 | error: 0.283947 | coeff: 0.283947 | eff: 1 | fom: 0.539259 | r2int: 0.0792358 | r2eff: 0 | hits: 58 ] keV + 67 34302.2 [sigma: 863.307 | error: 0.216501 | coeff: 0.216501 | eff: 1 | fom: 0.927586 | r2int: 0.0462391 | r2eff: 0 | hits: 74 ] keV + 68 15659.9 [sigma: 496.4 | error: 0.247575 | coeff: 0.247575 | eff: 1 | fom: 0.709345 | r2int: 0.0602887 | r2eff: 0 | hits: 61 ] keV + 69 3616.14 [sigma: 242.872 | error: 0.355395 | coeff: 0.355395 | eff: 1 | fom: 0.34423 | r2int: 0.121795 | r2eff: 0 | hits: 28 ] keV + 70 10111.1 [sigma: 643.985 | error: 0.298738 | coeff: 0.298738 | eff: 1 | fom: 0.487182 | r2int: 0.0851878 | r2eff: 0 | hits: 22 ] keV + 71 8920.92 [sigma: 517.666 | error: 0.312492 | coeff: 0.312492 | eff: 1 | fom: 0.445241 | r2int: 0.0942839 | r2eff: 0 | hits: 29 ] keV + 72 5739.69 [sigma: 322.751 | error: 0.360057 | coeff: 0.360057 | eff: 1 | fom: 0.335375 | r2int: 0.126479 | r2eff: 0 | hits: 41 ] keV + 73 5562.17 [sigma: 345.963 | error: 0.373196 | coeff: 0.373196 | eff: 1 | fom: 0.312176 | r2int: 0.135406 | r2eff: 0 | hits: 36 ] keV + 74 6499.27 [sigma: 547.268 | error: 0.376574 | coeff: 0.376574 | eff: 1 | fom: 0.3066 | r2int: 0.134718 | r2eff: 0 | hits: 20 ] keV + 75 24616.4 [sigma: 466.298 | error: 0.19037 | coeff: 0.19037 | eff: 1 | fom: 1.1997 | r2int: 0.0358821 | r2eff: 0 | hits: 101 ] keV + 76 28941.5 [sigma: 424.204 | error: 0.174662 | coeff: 0.174662 | eff: 1 | fom: 1.4252 | r2int: 0.030292 | r2eff: 0 | hits: 142 ] keV + 77 41955.4 [sigma: 512.227 | error: 0.154431 | coeff: 0.154431 | eff: 1 | fom: 1.82307 | r2int: 0.0236999 | r2eff: 0 | hits: 160 ] keV + 78 34065.8 [sigma: 510.806 | error: 0.176785 | coeff: 0.176785 | eff: 1 | fom: 1.39117 | r2int: 0.0310281 | r2eff: 0 | hits: 139 ] keV + 79 17015.1 [sigma: 432.775 | error: 0.254347 | coeff: 0.254347 | eff: 1 | fom: 0.672074 | r2int: 0.0640457 | r2eff: 0 | hits: 100 ] keV + 80 33801.6 [sigma: 482.394 | error: 0.17185 | coeff: 0.17185 | eff: 1 | fom: 1.47223 | r2int: 0.0293287 | r2eff: 0 | hits: 145 ] keV + 81 360880 [sigma: 1115.95 | error: 0.0491862 | coeff: 0.0491862 | eff: 1 | fom: 17.9716 | r2int: 0.00240972 | r2eff: 0 | hits: 253 ] keV + 82 291048 [sigma: 1117.56 | error: 0.0605906 | coeff: 0.0605906 | eff: 1 | fom: 11.843 | r2int: 0.00365648 | r2eff: 0 | hits: 249 ] keV + 83 344755 [sigma: 1145.82 | error: 0.0531774 | coeff: 0.0531774 | eff: 1 | fom: 15.3751 | r2int: 0.00281678 | r2eff: 0 | hits: 256 ] keV + 84 33018.8 [sigma: 434.443 | error: 0.165387 | coeff: 0.165387 | eff: 1 | fom: 1.58954 | r2int: 0.0271796 | r2eff: 0 | hits: 158 ] keV + 85 34215.4 [sigma: 424.557 | error: 0.153483 | coeff: 0.153483 | eff: 1 | fom: 1.84566 | r2int: 0.023403 | r2eff: 0 | hits: 153 ] keV + 86 303923 [sigma: 1132.47 | error: 0.0595022 | coeff: 0.0595022 | eff: 1 | fom: 12.2802 | r2int: 0.00352663 | r2eff: 0 | hits: 255 ] keV + 87 277811 [sigma: 1145.91 | error: 0.0673995 | coeff: 0.0673995 | eff: 1 | fom: 9.57103 | r2int: 0.00452568 | r2eff: 0 | hits: 267 ] keV + 88 338146 [sigma: 1144.75 | error: 0.0553173 | coeff: 0.0553173 | eff: 1 | fom: 14.2085 | r2int: 0.00304855 | r2eff: 0 | hits: 267 ] keV + 89 31061 [sigma: 418.023 | error: 0.167552 | coeff: 0.167552 | eff: 1 | fom: 1.54872 | r2int: 0.0278926 | r2eff: 0 | hits: 155 ] keV + 90 33998.4 [sigma: 420.048 | error: 0.158702 | coeff: 0.158702 | eff: 1 | fom: 1.72626 | r2int: 0.0250337 | r2eff: 0 | hits: 165 ] keV + 91 342706 [sigma: 1128.02 | error: 0.0528696 | coeff: 0.0528696 | eff: 1 | fom: 15.5547 | r2int: 0.00278436 | r2eff: 0 | hits: 258 ] keV + 92 360850 [sigma: 1167.27 | error: 0.0553707 | coeff: 0.0553707 | eff: 1 | fom: 14.1812 | r2int: 0.00305545 | r2eff: 0 | hits: 293 ] keV + 93 359082 [sigma: 1131.81 | error: 0.0515998 | coeff: 0.0515998 | eff: 1 | fom: 16.3296 | r2int: 0.00265261 | r2eff: 0 | hits: 268 ] keV + 94 30191.2 [sigma: 425.008 | error: 0.166564 | coeff: 0.166564 | eff: 1 | fom: 1.56715 | r2int: 0.0275453 | r2eff: 0 | hits: 140 ] keV + 95 28743.4 [sigma: 469.229 | error: 0.167279 | coeff: 0.167279 | eff: 1 | fom: 1.55378 | r2int: 0.0277158 | r2eff: 0 | hits: 105 ] keV + 96 18734.7 [sigma: 319.355 | error: 0.203842 | coeff: 0.203842 | eff: 1 | fom: 1.04637 | r2int: 0.0412611 | r2eff: 0 | hits: 143 ] keV + 97 40907.7 [sigma: 467.254 | error: 0.143119 | coeff: 0.143119 | eff: 1 | fom: 2.12265 | r2int: 0.0203526 | r2eff: 0 | hits: 157 ] keV + 98 31835.7 [sigma: 478.963 | error: 0.177376 | coeff: 0.177376 | eff: 1 | fom: 1.38192 | r2int: 0.0312359 | r2eff: 0 | hits: 139 ] keV + 99 15616.3 [sigma: 364.184 | error: 0.224897 | coeff: 0.224897 | eff: 1 | fom: 0.859614 | r2int: 0.050035 | r2eff: 0 | hits: 93 ] keV + 100 325499 [sigma: 449.722 | error: 0.0324317 | coeff: 0.0324317 | eff: 1 | fom: 41.3363 | r2int: 0.00104991 | r2eff: 0 | hits: 551 ] keV + 101 320208 [sigma: 515.44 | error: 0.0410712 | coeff: 0.0410712 | eff: 1 | fom: 25.7749 | r2int: 0.00168425 | r2eff: 0 | hits: 651 ] keV + 102 357739 [sigma: 490.862 | error: 0.0360949 | coeff: 0.0360949 | eff: 1 | fom: 33.3719 | r2int: 0.00130096 | r2eff: 0 | hits: 692 ] keV + 103 372460 [sigma: 474.767 | error: 0.0344163 | coeff: 0.0344163 | eff: 1 | fom: 36.7065 | r2int: 0.00118286 | r2eff: 0 | hits: 729 ] keV + 104 324790 [sigma: 451.06 | error: 0.0334173 | coeff: 0.0334173 | eff: 1 | fom: 38.9341 | r2int: 0.00111479 | r2eff: 0 | hits: 579 ] keV + 105 345292 [sigma: 481.819 | error: 0.0364409 | coeff: 0.0364409 | eff: 1 | fom: 32.7411 | r2int: 0.00132599 | r2eff: 0 | hits: 682 ] keV + 106 357152 [sigma: 440.964 | error: 0.035656 | coeff: 0.035656 | eff: 1 | fom: 34.1985 | r2int: 0.00126982 | r2eff: 0 | hits: 834 ] keV + 107 397585 [sigma: 495.052 | error: 0.0355249 | coeff: 0.0355249 | eff: 1 | fom: 34.4514 | r2int: 0.00126047 | r2eff: 0 | hits: 814 ] keV + 108 397325 [sigma: 484.975 | error: 0.0360232 | coeff: 0.0360232 | eff: 1 | fom: 33.5049 | r2int: 0.00129618 | r2eff: 0 | hits: 871 ] keV + 109 383349 [sigma: 508.638 | error: 0.035898 | coeff: 0.035898 | eff: 1 | fom: 33.7389 | r2int: 0.00128691 | r2eff: 0 | hits: 732 ] keV + 110 369955 [sigma: 466.152 | error: 0.0341603 | coeff: 0.0341603 | eff: 1 | fom: 37.2588 | r2int: 0.00116534 | r2eff: 0 | hits: 735 ] keV + 111 389922 [sigma: 477.984 | error: 0.0364058 | coeff: 0.0364058 | eff: 1 | fom: 32.8043 | r2int: 0.00132388 | r2eff: 0 | hits: 882 ] keV + 112 383832 [sigma: 502.95 | error: 0.037932 | coeff: 0.037932 | eff: 1 | fom: 30.2176 | r2int: 0.00143712 | r2eff: 0 | hits: 838 ] keV + 113 391687 [sigma: 477.05 | error: 0.0360888 | coeff: 0.0360888 | eff: 1 | fom: 33.3831 | r2int: 0.00130092 | r2eff: 0 | hits: 878 ] keV + 114 357988 [sigma: 461.671 | error: 0.034484 | coeff: 0.034484 | eff: 1 | fom: 36.5626 | r2int: 0.00118748 | r2eff: 0 | hits: 715 ] keV + 115 385644 [sigma: 511.222 | error: 0.0360854 | coeff: 0.0360854 | eff: 1 | fom: 33.3894 | r2int: 0.0013004 | r2eff: 0 | hits: 741 ] keV + 116 433103 [sigma: 481.867 | error: 0.0327412 | coeff: 0.0327412 | eff: 1 | fom: 40.5586 | r2int: 0.00107075 | r2eff: 0 | hits: 866 ] keV + 117 412139 [sigma: 493.097 | error: 0.0353707 | coeff: 0.0353707 | eff: 1 | fom: 34.7523 | r2int: 0.00124966 | r2eff: 0 | hits: 874 ] keV + 118 412727 [sigma: 499.969 | error: 0.0355659 | coeff: 0.0355659 | eff: 1 | fom: 34.372 | r2int: 0.00126347 | r2eff: 0 | hits: 862 ] keV + 119 361683 [sigma: 473.507 | error: 0.0347857 | coeff: 0.0347857 | eff: 1 | fom: 34.434 | r2int: 0.00120833 | r2eff: 0 | hits: 706 ] keV + 120 299571 [sigma: 488.932 | error: 0.0386228 | coeff: 0.0386228 | eff: 1 | fom: 27.932 | r2int: 0.00148905 | r2eff: 0 | hits: 560 ] keV + 121 370621 [sigma: 526.187 | error: 0.0374286 | coeff: 0.0374286 | eff: 1 | fom: 29.7428 | r2int: 0.00139888 | r2eff: 0 | hits: 695 ] keV + 122 352761 [sigma: 473.952 | error: 0.0358756 | coeff: 0.0358756 | eff: 1 | fom: 32.3736 | r2int: 0.00128525 | r2eff: 0 | hits: 713 ] keV + 123 356367 [sigma: 458.477 | error: 0.0344492 | coeff: 0.0344492 | eff: 1 | fom: 35.11 | r2int: 0.00118509 | r2eff: 0 | hits: 717 ] keV + 124 317176 [sigma: 457.398 | error: 0.0350877 | coeff: 0.0350877 | eff: 1 | fom: 33.8437 | r2int: 0.00122907 | r2eff: 0 | hits: 592 ] keV ============================================================ closed file mfd_tl_EnergyDeposit.out for output ============================================================ opened file mfd_tg_EnergyDeposit.out for output ============================================================ - 0 2060.618127 keV - 1 233.090134 keV - 2 130.768875 keV - 3 23.712052 keV - 4 198.879682 keV - 5 317.221786 keV - 6 1578.862940 keV - 7 2054.190422 keV - 8 259.712541 keV - 9 1052.604501 keV - 10 58.604457 keV - 11 1729.141230 keV - 12 409.211221 keV - 13 758.904318 keV - 14 3226.300735 keV - 15 2612.582523 keV - 16 151.767079 keV - 17 1073.066114 keV - 18 908.047800 keV - 19 1503.446576 keV - 20 840.600102 keV - 21 224.902797 keV - 22 584.293653 keV - 23 557.536970 keV - 24 247.431845 keV - 25 2246.516631 keV - 26 844.996126 keV - 27 4939.228101 keV - 28 1712.689055 keV - 29 2542.268688 keV - 30 3890.914666 keV - 31 7629.016695 keV - 32 812.043664 keV - 33 5560.005022 keV - 34 3909.977724 keV - 35 2334.639577 keV - 36 6836.325538 keV - 37 8197.743827 keV - 38 4809.919485 keV - 39 3464.313029 keV - 40 3859.163449 keV - 41 3988.725325 keV - 42 2492.834730 keV - 43 7393.404799 keV - 44 1332.026503 keV - 45 2615.056669 keV - 46 4551.169173 keV - 47 611.304799 keV - 48 2217.053212 keV - 49 808.539352 keV - 50 5097.448291 keV - 51 3391.951082 keV - 52 4754.013690 keV - 53 9048.000553 keV - 54 660.206157 keV - 55 4448.354528 keV - 56 13171.499440 keV - 57 17807.480504 keV - 58 17133.714492 keV - 59 7763.580393 keV - 60 7228.661377 keV - 61 12138.873926 keV - 62 16804.023580 keV - 63 23355.281042 keV - 64 9411.447845 keV - 65 12257.854487 keV - 66 34627.559315 keV - 67 24987.162330 keV - 68 9756.824780 keV - 69 6996.239324 keV - 70 9688.816649 keV - 71 7740.468072 keV - 72 9707.587252 keV - 73 6882.452598 keV - 74 5905.850722 keV - 75 21531.649116 keV - 76 35266.655088 keV - 77 31731.242437 keV - 78 34664.246038 keV - 79 29740.549803 keV - 80 26324.035928 keV - 81 357193.209181 keV - 82 321060.200709 keV - 83 390218.390200 keV - 84 43832.356200 keV - 85 41211.701232 keV - 86 360483.572242 keV - 87 274742.725299 keV - 88 322820.323292 keV - 89 32673.959337 keV - 90 38527.817999 keV - 91 353328.014819 keV - 92 319494.188764 keV - 93 390499.706521 keV - 94 27167.943207 keV - 95 29174.491020 keV - 96 37201.853677 keV - 97 27858.248016 keV - 98 31292.371826 keV - 99 19664.344099 keV - 100 320694.254320 keV - 101 335850.924915 keV - 102 361385.423900 keV - 103 372675.406010 keV - 104 322756.071402 keV - 105 369597.461005 keV - 106 384319.525464 keV - 107 418105.922937 keV - 108 397755.558704 keV - 109 350283.817152 keV - 110 376063.632499 keV - 111 418623.138616 keV - 112 400591.180089 keV - 113 368567.652116 keV - 114 360842.587431 keV - 115 392324.605774 keV - 116 423647.043258 keV - 117 403587.222553 keV - 118 376243.712122 keV - 119 345057.454750 keV - 120 330345.273580 keV - 121 329921.744443 keV - 122 344239.457586 keV - 123 381430.053860 keV - 124 323019.357008 keV + 0 450.408152 keV + 1 53.852373 keV + 2 161.952941 keV + 3 496.187273 keV + 4 887.796594 keV + 5 488.511789 keV + 6 718.082408 keV + 7 325.987992 keV + 8 716.963201 keV + 9 2943.576560 keV + 10 4004.119639 keV + 11 158.745269 keV + 12 202.971796 keV + 13 909.405405 keV + 14 1870.547077 keV + 15 1781.535206 keV + 16 1072.392336 keV + 17 787.312126 keV + 18 192.366159 keV + 19 1143.131862 keV + 20 60.777762 keV + 21 1880.659827 keV + 22 84.634057 keV + 23 188.610079 keV + 24 1525.402704 keV + 25 28.487497 keV + 26 1030.295938 keV + 27 527.984214 keV + 28 433.468980 keV + 29 3185.610093 keV + 30 2137.493231 keV + 31 14285.176313 keV + 32 3052.347819 keV + 33 9775.250975 keV + 34 1627.285660 keV + 35 5843.070986 keV + 36 2299.269166 keV + 37 5802.087851 keV + 38 3888.944771 keV + 39 847.065687 keV + 40 2227.503957 keV + 41 3681.379202 keV + 42 8949.720989 keV + 43 696.528006 keV + 44 1900.742782 keV + 45 2341.586536 keV + 46 2739.316986 keV + 47 3160.306606 keV + 48 1174.063271 keV + 49 2506.518169 keV + 50 2525.715177 keV + 51 4987.548089 keV + 52 4822.551279 keV + 53 2727.636901 keV + 54 6422.250719 keV + 55 9727.402666 keV + 56 12759.724795 keV + 57 24468.184258 keV + 58 21971.221665 keV + 59 9845.622096 keV + 60 7021.523226 keV + 61 13419.031333 keV + 62 21395.818551 keV + 63 15527.364021 keV + 64 6755.418076 keV + 65 4366.960562 keV + 66 18755.369735 keV + 67 34302.221749 keV + 68 15659.919198 keV + 69 3616.141451 keV + 70 10111.055006 keV + 71 8920.922519 keV + 72 5739.693818 keV + 73 5562.169219 keV + 74 6499.269094 keV + 75 24616.409196 keV + 76 28941.468498 keV + 77 41955.389920 keV + 78 34065.758599 keV + 79 17015.112790 keV + 80 33801.572594 keV + 81 360880.371895 keV + 82 291048.077612 keV + 83 344754.837269 keV + 84 33018.818566 keV + 85 34215.424134 keV + 86 303922.780457 keV + 87 277811.369979 keV + 88 338145.585692 keV + 89 31061.004959 keV + 90 33998.369985 keV + 91 342705.722152 keV + 92 360850.205175 keV + 93 359081.848763 keV + 94 30191.192185 keV + 95 28743.427337 keV + 96 18734.721014 keV + 97 40907.736966 keV + 98 31835.697698 keV + 99 15616.277597 keV + 100 325498.885487 keV + 101 320207.593447 keV + 102 357739.214468 keV + 103 372460.067968 keV + 104 324790.021048 keV + 105 345291.861837 keV + 106 357152.272753 keV + 107 397585.124829 keV + 108 397325.423083 keV + 109 383348.564924 keV + 110 369955.151987 keV + 111 389921.629708 keV + 112 383831.643054 keV + 113 391686.635536 keV + 114 357987.676921 keV + 115 385644.004950 keV + 116 433103.160163 keV + 117 412139.228311 keV + 118 412727.319326 keV + 119 361682.967811 keV + 120 299570.884070 keV + 121 370620.612522 keV + 122 352760.726500 keV + 123 356367.374362 keV + 124 317175.552024 keV ============================================================ closed file mfd_tg_EnergyDeposit.out for output ============================================================ opened file mfd_tl_NumberOfSteps.out for output ============================================================ - 0 98.000000 steps - 1 28.000000 steps - 2 17.000000 steps - 3 12.000000 steps - 4 39.000000 steps - 5 77.000000 steps - 6 133.000000 steps - 7 68.000000 steps - 8 41.000000 steps - 9 95.000000 steps - 10 15.000000 steps - 11 65.000000 steps - 12 87.000000 steps - 13 79.000000 steps - 14 83.000000 steps - 15 88.000000 steps - 16 33.000000 steps - 17 91.000000 steps - 18 82.000000 steps - 19 57.000000 steps - 20 39.000000 steps - 21 26.000000 steps - 22 55.000000 steps - 23 54.000000 steps - 24 35.000000 steps - 25 143.000000 steps - 26 118.000000 steps - 27 183.000000 steps - 28 219.000000 steps - 29 121.000000 steps - 30 243.000000 steps - 31 314.000000 steps - 32 208.000000 steps - 33 454.000000 steps - 34 141.000000 steps - 35 274.000000 steps - 36 260.000000 steps - 37 449.000000 steps - 38 412.000000 steps - 39 193.000000 steps - 40 178.000000 steps - 41 288.000000 steps - 42 334.000000 steps - 43 357.000000 steps - 44 130.000000 steps - 45 101.000000 steps - 46 212.000000 steps - 47 140.000000 steps - 48 159.000000 steps - 49 131.000000 steps - 50 272.000000 steps - 51 300.000000 steps - 52 584.000000 steps - 53 707.000000 steps - 54 409.000000 steps - 55 482.000000 steps - 56 846.000000 steps - 57 1051.000000 steps - 58 1090.000000 steps - 59 685.000000 steps - 60 739.000000 steps - 61 1033.000000 steps - 62 1310.000000 steps - 63 1329.000000 steps - 64 675.000000 steps - 65 729.000000 steps - 66 1236.000000 steps - 67 1228.000000 steps - 68 673.000000 steps - 69 965.000000 steps - 70 544.000000 steps - 71 840.000000 steps - 72 709.000000 steps - 73 397.000000 steps - 74 506.000000 steps - 75 3883.000000 steps - 76 3792.000000 steps - 77 4764.000000 steps - 78 4141.000000 steps - 79 2835.000000 steps - 80 4701.000000 steps - 81 4217.000000 steps - 82 3893.000000 steps - 83 3907.000000 steps - 84 4038.000000 steps - 85 4323.000000 steps - 86 4696.000000 steps - 87 4565.000000 steps - 88 3921.000000 steps - 89 3297.000000 steps - 90 4813.000000 steps - 91 3837.000000 steps - 92 4174.000000 steps - 93 3968.000000 steps - 94 4050.000000 steps - 95 3149.000000 steps - 96 3520.000000 steps - 97 4607.000000 steps - 98 3723.000000 steps - 99 2309.000000 steps - 100 15332.000000 steps - 101 18315.000000 steps - 102 20529.000000 steps - 103 19655.000000 steps - 104 15134.000000 steps - 105 19188.000000 steps - 106 23101.000000 steps - 107 25102.000000 steps - 108 24644.000000 steps - 109 16981.000000 steps - 110 19948.000000 steps - 111 23011.000000 steps - 112 24098.000000 steps - 113 24186.000000 steps - 114 19626.000000 steps - 115 19754.000000 steps - 116 23864.000000 steps - 117 24115.000000 steps - 118 22970.000000 steps - 119 18126.000000 steps - 120 13821.000000 steps - 121 17555.000000 steps - 122 19098.000000 steps - 123 21494.000000 steps - 124 14878.000000 steps - 0 98 [sigma: 14.9726 | error: 0.483137 | coeff: 0.483137 | eff: 1 | fom: 0.171364 | r2int: 0.210079 | r2eff: 0 | hits: 10 ] steps - 1 28 [sigma: 3.91578 | error: 0.370006 | coeff: 0.370006 | eff: 1 | fom: 0.292174 | r2int: 0.117347 | r2eff: 0 | hits: 7 ] steps - 2 17 [sigma: 3.77492 | error: 0.444108 | coeff: 0.444108 | eff: 1 | fom: 0.202807 | r2int: 0.147924 | r2eff: 0 | hits: 4 ] steps - 3 12 [sigma: 2.44949 | error: 0.5 | coeff: 0.5 | eff: 1 | fom: 0.16 | r2int: 0.208333 | r2eff: 0 | hits: 6 ] steps - 4 39 [sigma: 6.52833 | error: 0.44288 | coeff: 0.44288 | eff: 1 | fom: 0.203933 | r2int: 0.168122 | r2eff: 0 | hits: 7 ] steps - 5 77 [sigma: 10.6984 | error: 0.439367 | coeff: 0.439367 | eff: 1 | fom: 0.207207 | r2int: 0.173739 | r2eff: 0 | hits: 10 ] steps - 6 133 [sigma: 13.3864 | error: 0.301948 | coeff: 0.301948 | eff: 1 | fom: 0.438729 | r2int: 0.0810422 | r2eff: 0 | hits: 9 ] steps - 7 68 [sigma: 12.0653 | error: 0.469438 | coeff: 0.469438 | eff: 1 | fom: 0.181511 | r2int: 0.18889 | r2eff: 0 | hits: 7 ] steps - 8 41 [sigma: 3.81153 | error: 0.278893 | coeff: 0.278893 | eff: 1 | fom: 0.514264 | r2int: 0.0691387 | r2eff: 0 | hits: 9 ] steps - 9 95 [sigma: 14.684 | error: 0.408949 | coeff: 0.408949 | eff: 1 | fom: 0.239178 | r2int: 0.143348 | r2eff: 0 | hits: 7 ] steps - 10 15 [sigma: 2.82843 | error: 0.421637 | coeff: 0.421637 | eff: 1 | fom: 0.225 | r2int: 0.142222 | r2eff: 0 | hits: 5 ] steps - 11 65 [sigma: 8.76954 | error: 0.356954 | coeff: 0.356954 | eff: 1 | fom: 0.313932 | r2int: 0.109214 | r2eff: 0 | hits: 7 ] steps - 12 87 [sigma: 11.498 | error: 0.45782 | coeff: 0.45782 | eff: 1 | fom: 0.190841 | r2int: 0.192132 | r2eff: 0 | hits: 12 ] steps - 13 79 [sigma: 5.14417 | error: 0.260464 | coeff: 0.260464 | eff: 1 | fom: 0.589608 | r2int: 0.0636016 | r2eff: 0 | hits: 16 ] steps - 14 83 [sigma: 15.1085 | error: 0.51486 | coeff: 0.51486 | eff: 1 | fom: 0.150897 | r2int: 0.231946 | r2eff: 0 | hits: 8 ] steps - 15 88 [sigma: 13.866 | error: 0.385962 | coeff: 0.385962 | eff: 1 | fom: 0.268516 | r2int: 0.124139 | r2eff: 0 | hits: 6 ] steps - 16 33 [sigma: 6.75154 | error: 0.409184 | coeff: 0.409184 | eff: 1 | fom: 0.238903 | r2int: 0.125574 | r2eff: 0 | hits: 4 ] steps - 17 91 [sigma: 9.87613 | error: 0.375955 | coeff: 0.375955 | eff: 1 | fom: 0.283001 | r2int: 0.129564 | r2eff: 0 | hits: 12 ] steps - 18 82 [sigma: 8.14453 | error: 0.344067 | coeff: 0.344067 | eff: 1 | fom: 0.337889 | r2int: 0.108517 | r2eff: 0 | hits: 12 ] steps - 19 57 [sigma: 13.8173 | error: 0.484816 | coeff: 0.484816 | eff: 1 | fom: 0.170179 | r2int: 0.176285 | r2eff: 0 | hits: 4 ] steps - 20 39 [sigma: 8.70057 | error: 0.498848 | coeff: 0.498848 | eff: 1 | fom: 0.16074 | r2int: 0.19908 | r2eff: 0 | hits: 5 ] steps - 21 26 [sigma: 9.11043 | error: 0.700803 | coeff: 0.700803 | eff: 1 | fom: 0.0814458 | r2int: 0.368343 | r2eff: 0 | hits: 4 ] steps - 22 55 [sigma: 8.18426 | error: 0.420883 | coeff: 0.420883 | eff: 1 | fom: 0.225806 | r2int: 0.155 | r2eff: 0 | hits: 8 ] steps - 23 54 [sigma: 10.7803 | error: 0.564652 | coeff: 0.564652 | eff: 1 | fom: 0.125458 | r2int: 0.278978 | r2eff: 0 | hits: 8 ] steps - 24 35 [sigma: 3.86868 | error: 0.270751 | coeff: 0.270751 | eff: 1 | fom: 0.545657 | r2int: 0.0610884 | r2eff: 0 | hits: 6 ] steps - 25 143 [sigma: 11.7046 | error: 0.34726 | coeff: 0.34726 | eff: 1 | fom: 0.331703 | r2int: 0.11389 | r2eff: 0 | hits: 18 ] steps - 26 118 [sigma: 8.27964 | error: 0.271753 | coeff: 0.271753 | eff: 1 | fom: 0.541639 | r2int: 0.0689266 | r2eff: 0 | hits: 15 ] steps - 27 183 [sigma: 15.8529 | error: 0.335508 | coeff: 0.335508 | eff: 1 | fom: 0.355348 | r2int: 0.105061 | r2eff: 0 | hits: 15 ] steps - 28 219 [sigma: 12.9984 | error: 0.271991 | coeff: 0.271991 | eff: 1 | fom: 0.540695 | r2int: 0.0704561 | r2eff: 0 | hits: 21 ] steps - 29 121 [sigma: 13.4428 | error: 0.415689 | coeff: 0.415689 | eff: 1 | fom: 0.231485 | r2int: 0.160454 | r2eff: 0 | hits: 14 ] steps - 30 243 [sigma: 10.074 | error: 0.219369 | coeff: 0.219369 | eff: 1 | fom: 0.83121 | r2int: 0.046404 | r2eff: 0 | hits: 28 ] steps - 31 314 [sigma: 15.3132 | error: 0.228743 | coeff: 0.228743 | eff: 1 | fom: 0.764479 | r2int: 0.0499449 | r2eff: 0 | hits: 22 ] steps - 32 208 [sigma: 9.46034 | error: 0.218126 | coeff: 0.218126 | eff: 1 | fom: 0.840708 | r2int: 0.0455103 | r2eff: 0 | hits: 23 ] steps - 33 454 [sigma: 14.4359 | error: 0.17416 | coeff: 0.17416 | eff: 1 | fom: 1.31875 | r2int: 0.0293207 | r2eff: 0 | hits: 30 ] steps - 34 141 [sigma: 14.4734 | error: 0.447433 | coeff: 0.447433 | eff: 1 | fom: 0.199803 | r2int: 0.18966 | r2eff: 0 | hits: 19 ] steps - 35 274 [sigma: 11.6593 | error: 0.216974 | coeff: 0.216974 | eff: 1 | fom: 0.84966 | r2int: 0.045267 | r2eff: 0 | hits: 26 ] steps - 36 260 [sigma: 14.9611 | error: 0.207473 | coeff: 0.207473 | eff: 1 | fom: 0.929263 | r2int: 0.0397337 | r2eff: 0 | hits: 13 ] steps - 37 449 [sigma: 15.2132 | error: 0.197567 | coeff: 0.197567 | eff: 1 | fom: 1.02479 | r2int: 0.0378845 | r2eff: 0 | hits: 34 ] steps - 38 412 [sigma: 12.33 | error: 0.184483 | coeff: 0.184483 | eff: 1 | fom: 1.17529 | r2int: 0.0331384 | r2eff: 0 | hits: 38 ] steps - 39 193 [sigma: 14.2184 | error: 0.3376 | coeff: 0.3376 | eff: 1 | fom: 0.350959 | r2int: 0.108546 | r2eff: 0 | hits: 21 ] steps - 40 178 [sigma: 12.9651 | error: 0.325741 | coeff: 0.325741 | eff: 1 | fom: 0.376978 | r2int: 0.100802 | r2eff: 0 | hits: 20 ] steps - 41 288 [sigma: 10.8711 | error: 0.177049 | coeff: 0.177049 | eff: 1 | fom: 1.27606 | r2int: 0.0299216 | r2eff: 0 | hits: 22 ] steps - 42 334 [sigma: 9.6885 | error: 0.164091 | coeff: 0.164091 | eff: 1 | fom: 1.48556 | r2int: 0.0260844 | r2eff: 0 | hits: 32 ] steps - 43 357 [sigma: 12.3604 | error: 0.198893 | coeff: 0.198893 | eff: 1 | fom: 1.01116 | r2int: 0.0383597 | r2eff: 0 | hits: 33 ] steps - 44 130 [sigma: 8.6019 | error: 0.272819 | coeff: 0.272819 | eff: 1 | fom: 0.537414 | r2int: 0.0700522 | r2eff: 0 | hits: 17 ] steps - 45 101 [sigma: 7.74774 | error: 0.287024 | coeff: 0.287024 | eff: 1 | fom: 0.48554 | r2int: 0.0764981 | r2eff: 0 | hits: 14 ] steps - 46 212 [sigma: 14.0318 | error: 0.30331 | coeff: 0.30331 | eff: 1 | fom: 0.434798 | r2int: 0.0876159 | r2eff: 0 | hits: 21 ] steps - 47 140 [sigma: 6.42377 | error: 0.220052 | coeff: 0.220052 | eff: 1 | fom: 0.826054 | r2int: 0.0463177 | r2eff: 0 | hits: 23 ] steps - 48 159 [sigma: 7.86092 | error: 0.209755 | coeff: 0.209755 | eff: 1 | fom: 0.909148 | r2int: 0.0415529 | r2eff: 0 | hits: 18 ] steps - 49 131 [sigma: 12.0681 | error: 0.356789 | coeff: 0.356789 | eff: 1 | fom: 0.314222 | r2int: 0.118812 | r2eff: 0 | hits: 15 ] steps - 50 272 [sigma: 13.1653 | error: 0.29837 | coeff: 0.29837 | eff: 1 | fom: 0.449315 | r2int: 0.0866816 | r2eff: 0 | hits: 38 ] steps - 51 300 [sigma: 13.0357 | error: 0.281604 | coeff: 0.281604 | eff: 1 | fom: 0.504408 | r2int: 0.0774127 | r2eff: 0 | hits: 42 ] steps - 52 584 [sigma: 16.7776 | error: 0.222532 | coeff: 0.222532 | eff: 1 | fom: 0.807748 | r2int: 0.048695 | r2eff: 0 | hits: 60 ] steps - 53 707 [sigma: 14.4238 | error: 0.164482 | coeff: 0.164482 | eff: 1 | fom: 1.47851 | r2int: 0.0266381 | r2eff: 0 | hits: 65 ] steps - 54 409 [sigma: 18.6418 | error: 0.295385 | coeff: 0.295385 | eff: 1 | fom: 0.458441 | r2int: 0.0851748 | r2eff: 0 | hits: 42 ] steps - 55 482 [sigma: 11.2219 | error: 0.180341 | coeff: 0.180341 | eff: 1 | fom: 1.2299 | r2int: 0.0319809 | r2eff: 0 | hits: 60 ] steps - 56 846 [sigma: 11.5223 | error: 0.114762 | coeff: 0.114762 | eff: 1 | fom: 3.03712 | r2int: 0.0129849 | r2eff: 0 | hits: 71 ] steps - 57 1051 [sigma: 10.5834 | error: 0.089503 | coeff: 0.089503 | eff: 1 | fom: 4.99327 | r2int: 0.00790938 | r2eff: 0 | hits: 79 ] steps - 58 1090 [sigma: 15.7393 | error: 0.129958 | coeff: 0.129958 | eff: 1 | fom: 2.3684 | r2int: 0.0166805 | r2eff: 0 | hits: 81 ] steps - 59 685 [sigma: 17.3804 | error: 0.196537 | coeff: 0.196537 | eff: 1 | fom: 1.03555 | r2int: 0.037983 | r2eff: 0 | hits: 60 ] steps - 60 739 [sigma: 15.8857 | error: 0.177262 | coeff: 0.177262 | eff: 1 | fom: 1.273 | r2int: 0.0309598 | r2eff: 0 | hits: 68 ] steps - 61 1033 [sigma: 11.5692 | error: 0.103255 | coeff: 0.103255 | eff: 1 | fom: 3.75179 | r2int: 0.0105362 | r2eff: 0 | hits: 85 ] steps - 62 1310 [sigma: 13.6101 | error: 0.111897 | coeff: 0.111897 | eff: 1 | fom: 3.19464 | r2int: 0.012413 | r2eff: 0 | hits: 116 ] steps - 63 1329 [sigma: 15.4325 | error: 0.112584 | coeff: 0.112584 | eff: 1 | fom: 3.15578 | r2int: 0.0125403 | r2eff: 0 | hits: 94 ] steps - 64 675 [sigma: 14.6263 | error: 0.183864 | coeff: 0.183864 | eff: 1 | fom: 1.18323 | r2int: 0.0333364 | r2eff: 0 | hits: 72 ] steps - 65 729 [sigma: 17.2409 | error: 0.183193 | coeff: 0.183193 | eff: 1 | fom: 1.19191 | r2int: 0.0330002 | r2eff: 0 | hits: 60 ] steps - 66 1236 [sigma: 14.2976 | error: 0.107896 | coeff: 0.107896 | eff: 1 | fom: 3.43598 | r2int: 0.0115077 | r2eff: 0 | hits: 87 ] steps - 67 1228 [sigma: 12.9696 | error: 0.104554 | coeff: 0.104554 | eff: 1 | fom: 3.65913 | r2int: 0.01082 | r2eff: 0 | hits: 98 ] steps - 68 673 [sigma: 10.577 | error: 0.125729 | coeff: 0.125729 | eff: 1 | fom: 2.53038 | r2int: 0.0155609 | r2eff: 0 | hits: 64 ] steps - 69 965 [sigma: 31.8107 | error: 0.248877 | coeff: 0.248877 | eff: 1 | fom: 0.645791 | r2int: 0.0608529 | r2eff: 0 | hits: 57 ] steps - 70 544 [sigma: 21.0873 | error: 0.260033 | coeff: 0.260033 | eff: 1 | fom: 0.591567 | r2int: 0.0661144 | r2eff: 0 | hits: 45 ] steps - 71 840 [sigma: 22.2806 | error: 0.203739 | coeff: 0.203739 | eff: 1 | fom: 0.963635 | r2int: 0.0408059 | r2eff: 0 | hits: 59 ] steps - 72 709 [sigma: 11.6264 | error: 0.135224 | coeff: 0.135224 | eff: 1 | fom: 2.18752 | r2int: 0.0180167 | r2eff: 0 | hits: 68 ] steps - 73 397 [sigma: 13.3198 | error: 0.222554 | coeff: 0.222554 | eff: 1 | fom: 0.807589 | r2int: 0.0484045 | r2eff: 0 | hits: 44 ] steps - 74 506 [sigma: 16.9312 | error: 0.226943 | coeff: 0.226943 | eff: 1 | fom: 0.776651 | r2int: 0.0503835 | r2eff: 0 | hits: 46 ] steps - 75 3883 [sigma: 33.5016 | error: 0.105668 | coeff: 0.105668 | eff: 1 | fom: 3.58239 | r2int: 0.0110913 | r2eff: 0 | hits: 150 ] steps - 76 3792 [sigma: 20.4376 | error: 0.0813822 | coeff: 0.0813822 | eff: 1 | fom: 6.0395 | r2int: 0.00659401 | r2eff: 0 | hits: 228 ] steps - 77 4764 [sigma: 27.0845 | error: 0.0869675 | coeff: 0.0869675 | eff: 1 | fom: 5.28866 | r2int: 0.00753102 | r2eff: 0 | hits: 234 ] steps - 78 4141 [sigma: 25.0177 | error: 0.0862894 | coeff: 0.0862894 | eff: 1 | fom: 5.37212 | r2int: 0.00740936 | r2eff: 0 | hits: 204 ] steps - 79 2835 [sigma: 27.6176 | error: 0.114439 | coeff: 0.114439 | eff: 1 | fom: 3.05433 | r2int: 0.0130013 | r2eff: 0 | hits: 138 ] steps - 80 4701 [sigma: 32.3239 | error: 0.104957 | coeff: 0.104957 | eff: 1 | fom: 3.63109 | r2int: 0.0109687 | r2eff: 0 | hits: 233 ] steps - 81 4217 [sigma: 13.2009 | error: 0.0556474 | coeff: 0.0556474 | eff: 1 | fom: 12.9173 | r2int: 0.00308683 | r2eff: 0 | hits: 316 ] steps - 82 3893 [sigma: 12.4428 | error: 0.0573538 | coeff: 0.0573538 | eff: 1 | fom: 12.1601 | r2int: 0.00327924 | r2eff: 0 | hits: 322 ] steps - 83 3907 [sigma: 12.6888 | error: 0.0574581 | coeff: 0.0574581 | eff: 1 | fom: 12.116 | r2int: 0.00329088 | r2eff: 0 | hits: 313 ] steps - 84 4038 [sigma: 27.6654 | error: 0.0951808 | coeff: 0.0951808 | eff: 1 | fom: 4.41531 | r2int: 0.00901244 | r2eff: 0 | hits: 193 ] steps - 85 4323 [sigma: 25.7027 | error: 0.0919161 | coeff: 0.0919161 | eff: 1 | fom: 4.73453 | r2int: 0.00841323 | r2eff: 0 | hits: 239 ] steps - 86 4696 [sigma: 12.2908 | error: 0.0491745 | coeff: 0.0491745 | eff: 1 | fom: 16.5417 | r2int: 0.00241128 | r2eff: 0 | hits: 353 ] steps - 87 4565 [sigma: 13.3035 | error: 0.05294 | coeff: 0.05294 | eff: 1 | fom: 14.2723 | r2int: 0.00279415 | r2eff: 0 | hits: 330 ] steps - 88 3921 [sigma: 13.2696 | error: 0.0588119 | coeff: 0.0588119 | eff: 1 | fom: 11.5646 | r2int: 0.00344738 | r2eff: 0 | hits: 302 ] steps - 89 3297 [sigma: 22.5792 | error: 0.0990062 | coeff: 0.0990062 | eff: 1 | fom: 4.08071 | r2int: 0.00975533 | r2eff: 0 | hits: 209 ] steps - 90 4813 [sigma: 29.586 | error: 0.0952305 | coeff: 0.0952305 | eff: 1 | fom: 4.4107 | r2int: 0.00903106 | r2eff: 0 | hits: 240 ] steps - 91 3837 [sigma: 12.57 | error: 0.0591498 | coeff: 0.0591498 | eff: 1 | fom: 11.4328 | r2int: 0.00348796 | r2eff: 0 | hits: 326 ] steps - 92 4174 [sigma: 12.6515 | error: 0.0543051 | coeff: 0.0543051 | eff: 1 | fom: 13.5637 | r2int: 0.00293986 | r2eff: 0 | hits: 321 ] steps - 93 3968 [sigma: 12.6191 | error: 0.0559934 | coeff: 0.0559934 | eff: 1 | fom: 12.7581 | r2int: 0.00312515 | r2eff: 0 | hits: 310 ] steps - 94 4050 [sigma: 27.2385 | error: 0.100883 | coeff: 0.100883 | eff: 1 | fom: 3.93025 | r2int: 0.0101322 | r2eff: 0 | hits: 225 ] steps - 95 3149 [sigma: 25.4451 | error: 0.100275 | coeff: 0.100275 | eff: 1 | fom: 3.97811 | r2int: 0.00998972 | r2eff: 0 | hits: 154 ] steps - 96 3520 [sigma: 26.4006 | error: 0.103383 | coeff: 0.103383 | eff: 1 | fom: 3.74252 | r2int: 0.0106317 | r2eff: 0 | hits: 190 ] steps - 97 4607 [sigma: 33.3214 | error: 0.109212 | coeff: 0.109212 | eff: 1 | fom: 3.35363 | r2int: 0.011875 | r2eff: 0 | hits: 228 ] steps - 98 3723 [sigma: 22.5159 | error: 0.0876406 | coeff: 0.0876406 | eff: 1 | fom: 5.20774 | r2int: 0.0076443 | r2eff: 0 | hits: 210 ] steps - 99 2309 [sigma: 21.6751 | error: 0.112647 | coeff: 0.112647 | eff: 1 | fom: 3.15227 | r2int: 0.0126012 | r2eff: 0 | hits: 144 ] steps - 100 15332 [sigma: 26.9186 | error: 0.0451392 | coeff: 0.0451392 | eff: 1 | fom: 19.6315 | r2int: 0.00203446 | r2eff: 0 | hits: 661 ] steps - 101 18315 [sigma: 29.1748 | error: 0.0442885 | coeff: 0.0442885 | eff: 1 | fom: 20.3929 | r2int: 0.00195893 | r2eff: 0 | hits: 773 ] steps - 102 20529 [sigma: 31.2315 | error: 0.0433514 | coeff: 0.0433514 | eff: 1 | fom: 21.284 | r2int: 0.00187703 | r2eff: 0 | hits: 812 ] steps - 103 19655 [sigma: 31.7663 | error: 0.045051 | coeff: 0.045051 | eff: 1 | fom: 19.7084 | r2int: 0.00202698 | r2eff: 0 | hits: 777 ] steps - 104 15134 [sigma: 30.5768 | error: 0.0501857 | coeff: 0.0501857 | eff: 1 | fom: 15.8818 | r2int: 0.00251453 | r2eff: 0 | hits: 617 ] steps - 105 19188 [sigma: 28.3318 | error: 0.0415273 | coeff: 0.0415273 | eff: 1 | fom: 23.195 | r2int: 0.00172233 | r2eff: 0 | hits: 791 ] steps - 106 23101 [sigma: 30.8166 | error: 0.040484 | coeff: 0.040484 | eff: 1 | fom: 24.4058 | r2int: 0.00163717 | r2eff: 0 | hits: 921 ] steps - 107 25102 [sigma: 28.4368 | error: 0.0362865 | coeff: 0.0362865 | eff: 1 | fom: 30.3787 | r2int: 0.00131543 | r2eff: 0 | hits: 1026 ] steps - 108 24644 [sigma: 29.3439 | error: 0.0364288 | coeff: 0.0364288 | eff: 1 | fom: 28.9826 | r2int: 0.00132564 | r2eff: 0 | hits: 936 ] steps - 109 16981 [sigma: 27.9317 | error: 0.044198 | coeff: 0.044198 | eff: 1 | fom: 19.6889 | r2int: 0.00195076 | r2eff: 0 | hits: 722 ] steps - 110 19948 [sigma: 28.291 | error: 0.0408344 | coeff: 0.0408344 | eff: 1 | fom: 23.0661 | r2int: 0.00166544 | r2eff: 0 | hits: 829 ] steps - 111 23011 [sigma: 27.0241 | error: 0.0365765 | coeff: 0.0365765 | eff: 1 | fom: 28.749 | r2int: 0.00133646 | r2eff: 0 | hits: 970 ] steps - 112 24098 [sigma: 29.0729 | error: 0.037979 | coeff: 0.037979 | eff: 1 | fom: 26.6649 | r2int: 0.00144095 | r2eff: 0 | hits: 991 ] steps - 113 24186 [sigma: 30.142 | error: 0.0381893 | coeff: 0.0381893 | eff: 1 | fom: 26.3721 | r2int: 0.00145687 | r2eff: 0 | hits: 939 ] steps - 114 19626 [sigma: 33.7468 | error: 0.0472158 | coeff: 0.0472158 | eff: 1 | fom: 17.2525 | r2int: 0.00222637 | r2eff: 0 | hits: 754 ] steps - 115 19754 [sigma: 27.8312 | error: 0.0407117 | coeff: 0.0407117 | eff: 1 | fom: 23.2053 | r2int: 0.00165546 | r2eff: 0 | hits: 835 ] steps - 116 23864 [sigma: 30.2941 | error: 0.0395775 | coeff: 0.0395775 | eff: 1 | fom: 24.5544 | r2int: 0.00156477 | r2eff: 0 | hits: 972 ] steps - 117 24115 [sigma: 29.2294 | error: 0.0385778 | coeff: 0.0385778 | eff: 1 | fom: 24.8864 | r2int: 0.00148677 | r2eff: 0 | hits: 1013 ] steps - 118 22970 [sigma: 30.9953 | error: 0.0411063 | coeff: 0.0411063 | eff: 1 | fom: 21.9189 | r2int: 0.00168791 | r2eff: 0 | hits: 928 ] steps - 119 18126 [sigma: 29.7357 | error: 0.044927 | coeff: 0.044927 | eff: 1 | fom: 18.3494 | r2int: 0.00201575 | r2eff: 0 | hits: 750 ] steps - 120 13821 [sigma: 24.4999 | error: 0.0448451 | coeff: 0.0448451 | eff: 1 | fom: 18.4165 | r2int: 0.00200794 | r2eff: 0 | hits: 640 ] steps - 121 17555 [sigma: 29.3625 | error: 0.0453456 | coeff: 0.0453456 | eff: 1 | fom: 18.0122 | r2int: 0.00205343 | r2eff: 0 | hits: 735 ] steps - 122 19098 [sigma: 31.6755 | error: 0.0459638 | coeff: 0.0459638 | eff: 1 | fom: 17.5309 | r2int: 0.00210992 | r2eff: 0 | hits: 768 ] steps - 123 21494 [sigma: 33.8448 | error: 0.0442296 | coeff: 0.0442296 | eff: 1 | fom: 18.9326 | r2int: 0.00195378 | r2eff: 0 | hits: 789 ] steps - 124 14878 [sigma: 28.8719 | error: 0.0487081 | coeff: 0.0487081 | eff: 1 | fom: 15.6111 | r2int: 0.00236872 | r2eff: 0 | hits: 630 ] steps + 0 38.000000 steps + 1 21.000000 steps + 2 21.000000 steps + 3 41.000000 steps + 4 62.000000 steps + 5 47.000000 steps + 6 116.000000 steps + 7 70.000000 steps + 8 70.000000 steps + 9 116.000000 steps + 10 104.000000 steps + 11 48.000000 steps + 12 128.000000 steps + 13 87.000000 steps + 14 109.000000 steps + 15 77.000000 steps + 16 42.000000 steps + 17 72.000000 steps + 18 45.000000 steps + 19 63.000000 steps + 20 17.000000 steps + 21 114.000000 steps + 22 24.000000 steps + 23 39.000000 steps + 24 34.000000 steps + 25 20.000000 steps + 26 92.000000 steps + 27 101.000000 steps + 28 94.000000 steps + 29 140.000000 steps + 30 145.000000 steps + 31 495.000000 steps + 32 358.000000 steps + 33 359.000000 steps + 34 211.000000 steps + 35 209.000000 steps + 36 207.000000 steps + 37 462.000000 steps + 38 370.000000 steps + 39 149.000000 steps + 40 175.000000 steps + 41 319.000000 steps + 42 294.000000 steps + 43 156.000000 steps + 44 116.000000 steps + 45 120.000000 steps + 46 156.000000 steps + 47 187.000000 steps + 48 142.000000 steps + 49 136.000000 steps + 50 297.000000 steps + 51 618.000000 steps + 52 431.000000 steps + 53 266.000000 steps + 54 529.000000 steps + 55 643.000000 steps + 56 720.000000 steps + 57 1158.000000 steps + 58 977.000000 steps + 59 673.000000 steps + 60 539.000000 steps + 61 1205.000000 steps + 62 1316.000000 steps + 63 970.000000 steps + 64 562.000000 steps + 65 477.000000 steps + 66 843.000000 steps + 67 1091.000000 steps + 68 1051.000000 steps + 69 488.000000 steps + 70 522.000000 steps + 71 514.000000 steps + 72 609.000000 steps + 73 651.000000 steps + 74 474.000000 steps + 75 2997.000000 steps + 76 3702.000000 steps + 77 3755.000000 steps + 78 3637.000000 steps + 79 2596.000000 steps + 80 3384.000000 steps + 81 3950.000000 steps + 82 4039.000000 steps + 83 4020.000000 steps + 84 4264.000000 steps + 85 3643.000000 steps + 86 4058.000000 steps + 87 4274.000000 steps + 88 4587.000000 steps + 89 4378.000000 steps + 90 4149.000000 steps + 91 3935.000000 steps + 92 4468.000000 steps + 93 3991.000000 steps + 94 3711.000000 steps + 95 2632.000000 steps + 96 3502.000000 steps + 97 4170.000000 steps + 98 3574.000000 steps + 99 3056.000000 steps + 100 14145.000000 steps + 101 18699.000000 steps + 102 18655.000000 steps + 103 20429.000000 steps + 104 14900.000000 steps + 105 18037.000000 steps + 106 22221.000000 steps + 107 22897.000000 steps + 108 23972.000000 steps + 109 20314.000000 steps + 110 19817.000000 steps + 111 24046.000000 steps + 112 23097.000000 steps + 113 23080.000000 steps + 114 19665.000000 steps + 115 20974.000000 steps + 116 25503.000000 steps + 117 23751.000000 steps + 118 25192.000000 steps + 119 17766.000000 steps + 120 15062.000000 steps + 121 17697.000000 steps + 122 19375.000000 steps + 123 19370.000000 steps + 124 14229.000000 steps + 0 38 [sigma: 8.84873 | error: 0.520694 | coeff: 0.520694 | eff: 1 | fom: 0.153682 | r2int: 0.216898 | r2eff: 0 | hits: 5 ] steps + 1 21 [sigma: 2.06155 | error: 0.294508 | coeff: 0.294508 | eff: 1 | fom: 0.480392 | r2int: 0.0770975 | r2eff: 0 | hits: 9 ] steps + 2 21 [sigma: 3.82971 | error: 0.482498 | coeff: 0.482498 | eff: 1 | fom: 0.178977 | r2int: 0.199546 | r2eff: 0 | hits: 7 ] steps + 3 41 [sigma: 9.14877 | error: 0.498958 | coeff: 0.498958 | eff: 1 | fom: 0.167364 | r2int: 0.199167 | r2eff: 0 | hits: 5 ] steps + 4 62 [sigma: 7.50555 | error: 0.242115 | coeff: 0.242115 | eff: 1 | fom: 0.710799 | r2int: 0.0439646 | r2eff: 0 | hits: 4 ] steps + 5 47 [sigma: 9.94509 | error: 0.559835 | coeff: 0.559835 | eff: 1 | fom: 0.132944 | r2int: 0.268641 | r2eff: 0 | hits: 7 ] steps + 6 116 [sigma: 9.19657 | error: 0.285851 | coeff: 0.285851 | eff: 1 | fom: 0.509929 | r2int: 0.0754253 | r2eff: 0 | hits: 13 ] steps + 7 70 [sigma: 6.9282 | error: 0.312984 | coeff: 0.312984 | eff: 1 | fom: 0.425347 | r2int: 0.0881633 | r2eff: 0 | hits: 10 ] steps + 8 70 [sigma: 8.44591 | error: 0.319225 | coeff: 0.319225 | eff: 1 | fom: 0.408879 | r2int: 0.0873469 | r2eff: 0 | hits: 7 ] steps + 9 116 [sigma: 20.7089 | error: 0.504944 | coeff: 0.504944 | eff: 1 | fom: 0.163419 | r2int: 0.223098 | r2eff: 0 | hits: 8 ] steps + 10 104 [sigma: 13.9809 | error: 0.32929 | coeff: 0.32929 | eff: 1 | fom: 0.384266 | r2int: 0.09036 | r2eff: 0 | hits: 6 ] steps + 11 48 [sigma: 5.52914 | error: 0.325808 | coeff: 0.325808 | eff: 1 | fom: 0.392523 | r2int: 0.0928819 | r2eff: 0 | hits: 8 ] steps + 12 128 [sigma: 19.3405 | error: 0.501134 | coeff: 0.501134 | eff: 1 | fom: 0.165913 | r2int: 0.228305 | r2eff: 0 | hits: 11 ] steps + 13 87 [sigma: 9.51652 | error: 0.394394 | coeff: 0.394394 | eff: 1 | fom: 0.267872 | r2int: 0.143582 | r2eff: 0 | hits: 13 ] steps + 14 109 [sigma: 9.46245 | error: 0.300724 | coeff: 0.300724 | eff: 1 | fom: 0.460738 | r2int: 0.0828985 | r2eff: 0 | hits: 12 ] steps + 15 77 [sigma: 11.9917 | error: 0.516518 | coeff: 0.516518 | eff: 1 | fom: 0.156178 | r2int: 0.242537 | r2eff: 0 | hits: 11 ] steps + 16 42 [sigma: 6.16441 | error: 0.359516 | coeff: 0.359516 | eff: 1 | fom: 0.322368 | r2int: 0.10771 | r2eff: 0 | hits: 6 ] steps + 17 72 [sigma: 6.20484 | error: 0.258535 | coeff: 0.258535 | eff: 1 | fom: 0.623377 | r2int: 0.0594136 | r2eff: 0 | hits: 9 ] steps + 18 45 [sigma: 5.22015 | error: 0.34801 | coeff: 0.34801 | eff: 1 | fom: 0.344037 | r2int: 0.107654 | r2eff: 0 | hits: 9 ] steps + 19 63 [sigma: 7.39594 | error: 0.28756 | coeff: 0.28756 | eff: 1 | fom: 0.503885 | r2int: 0.068909 | r2eff: 0 | hits: 6 ] steps + 20 17 [sigma: 6.5 | error: 0.764706 | coeff: 0.764706 | eff: 1 | fom: 0.0712525 | r2int: 0.438581 | r2eff: 0 | hits: 4 ] steps + 21 114 [sigma: 20.8172 | error: 0.516491 | coeff: 0.516491 | eff: 1 | fom: 0.156193 | r2int: 0.233418 | r2eff: 0 | hits: 8 ] steps + 22 24 [sigma: 2.17051 | error: 0.28599 | coeff: 0.28599 | eff: 1 | fom: 0.509434 | r2int: 0.0736111 | r2eff: 0 | hits: 10 ] steps + 23 39 [sigma: 2.63283 | error: 0.233857 | coeff: 0.233857 | eff: 1 | fom: 0.761885 | r2int: 0.0501315 | r2eff: 0 | hits: 12 ] steps + 24 34 [sigma: 12.9692 | error: 0.852941 | coeff: 0.852941 | eff: 1 | fom: 0.0572731 | r2int: 0.582007 | r2eff: 0 | hits: 5 ] steps + 25 20 [sigma: 2.82843 | error: 0.4 | coeff: 0.4 | eff: 1 | fom: 0.260417 | r2int: 0.14 | r2eff: 0 | hits: 8 ] steps + 26 92 [sigma: 6.92339 | error: 0.301017 | coeff: 0.301017 | eff: 1 | fom: 0.45984 | r2int: 0.084948 | r2eff: 0 | hits: 16 ] steps + 27 101 [sigma: 4.78141 | error: 0.216942 | coeff: 0.216942 | eff: 1 | fom: 0.885319 | r2int: 0.0448229 | r2eff: 0 | hits: 21 ] steps + 28 94 [sigma: 7.47594 | error: 0.327916 | coeff: 0.327916 | eff: 1 | fom: 0.387493 | r2int: 0.101204 | r2eff: 0 | hits: 17 ] steps + 29 140 [sigma: 12.3616 | error: 0.341974 | coeff: 0.341974 | eff: 1 | fom: 0.35629 | r2int: 0.10915 | r2eff: 0 | hits: 15 ] steps + 30 145 [sigma: 9.30263 | error: 0.300919 | coeff: 0.300919 | eff: 1 | fom: 0.46014 | r2int: 0.0864361 | r2eff: 0 | hits: 22 ] steps + 31 495 [sigma: 18.8459 | error: 0.190362 | coeff: 0.190362 | eff: 1 | fom: 1.14981 | r2int: 0.0347883 | r2eff: 0 | hits: 25 ] steps + 32 358 [sigma: 12.0957 | error: 0.181948 | coeff: 0.181948 | eff: 1 | fom: 1.25863 | r2int: 0.0319634 | r2eff: 0 | hits: 29 ] steps + 33 359 [sigma: 11.7205 | error: 0.169642 | coeff: 0.169642 | eff: 1 | fom: 1.44784 | r2int: 0.0277126 | r2eff: 0 | hits: 27 ] steps + 34 211 [sigma: 11.8469 | error: 0.26335 | coeff: 0.26335 | eff: 1 | fom: 0.600791 | r2int: 0.0662006 | r2eff: 0 | hits: 22 ] steps + 35 209 [sigma: 12.5793 | error: 0.300941 | coeff: 0.300941 | eff: 1 | fom: 0.460071 | r2int: 0.0869431 | r2eff: 0 | hits: 25 ] steps + 36 207 [sigma: 6.61232 | error: 0.156491 | coeff: 0.156491 | eff: 1 | fom: 1.70141 | r2int: 0.023469 | r2eff: 0 | hits: 24 ] steps + 37 462 [sigma: 11.5887 | error: 0.154627 | coeff: 0.154627 | eff: 1 | fom: 1.74268 | r2int: 0.0232804 | r2eff: 0 | hits: 38 ] steps + 38 370 [sigma: 12.9025 | error: 0.18779 | coeff: 0.18779 | eff: 1 | fom: 1.18153 | r2int: 0.034049 | r2eff: 0 | hits: 29 ] steps + 39 149 [sigma: 5.88426 | error: 0.189395 | coeff: 0.189395 | eff: 1 | fom: 1.16158 | r2int: 0.034311 | r2eff: 0 | hits: 23 ] steps + 40 175 [sigma: 9.37452 | error: 0.239566 | coeff: 0.239566 | eff: 1 | fom: 0.726001 | r2int: 0.0545224 | r2eff: 0 | hits: 20 ] steps + 41 319 [sigma: 10.0151 | error: 0.153805 | coeff: 0.153805 | eff: 1 | fom: 1.76136 | r2int: 0.0226704 | r2eff: 0 | hits: 24 ] steps + 42 294 [sigma: 13.7122 | error: 0.2332 | coeff: 0.2332 | eff: 1 | fom: 0.766182 | r2int: 0.052207 | r2eff: 0 | hits: 25 ] steps + 43 156 [sigma: 6.13654 | error: 0.180264 | coeff: 0.180264 | eff: 1 | fom: 1.28225 | r2int: 0.0309477 | r2eff: 0 | hits: 21 ] steps + 44 116 [sigma: 7.06459 | error: 0.258384 | coeff: 0.258384 | eff: 1 | fom: 0.624105 | r2int: 0.0630532 | r2eff: 0 | hits: 18 ] steps + 45 120 [sigma: 12.008 | error: 0.360796 | coeff: 0.360796 | eff: 1 | fom: 0.320085 | r2int: 0.12016 | r2eff: 0 | hits: 13 ] steps + 46 156 [sigma: 6.99666 | error: 0.195498 | coeff: 0.195498 | eff: 1 | fom: 1.09019 | r2int: 0.036208 | r2eff: 0 | hits: 19 ] steps + 47 187 [sigma: 8.81551 | error: 0.210824 | coeff: 0.210824 | eff: 1 | fom: 0.937449 | r2int: 0.0422245 | r2eff: 0 | hits: 20 ] steps + 48 142 [sigma: 7.39837 | error: 0.244376 | coeff: 0.244376 | eff: 1 | fom: 0.697702 | r2int: 0.0570053 | r2eff: 0 | hits: 22 ] steps + 49 136 [sigma: 13.1293 | error: 0.409581 | coeff: 0.409581 | eff: 1 | fom: 0.248376 | r2int: 0.158437 | r2eff: 0 | hits: 18 ] steps + 50 297 [sigma: 13.3041 | error: 0.257328 | coeff: 0.257328 | eff: 1 | fom: 0.629237 | r2int: 0.0642111 | r2eff: 0 | hits: 33 ] steps + 51 618 [sigma: 16.3607 | error: 0.19811 | coeff: 0.19811 | eff: 1 | fom: 1.06164 | r2int: 0.0385467 | r2eff: 0 | hits: 56 ] steps + 52 431 [sigma: 10.016 | error: 0.176982 | coeff: 0.176982 | eff: 1 | fom: 1.33024 | r2int: 0.0307827 | r2eff: 0 | hits: 58 ] steps + 53 266 [sigma: 10.9416 | error: 0.275935 | coeff: 0.275935 | eff: 1 | fom: 0.547237 | r2int: 0.074448 | r2eff: 0 | hits: 45 ] steps + 54 529 [sigma: 29.3631 | error: 0.323658 | coeff: 0.323658 | eff: 1 | fom: 0.397756 | r2int: 0.101673 | r2eff: 0 | hits: 34 ] steps + 55 643 [sigma: 15.0399 | error: 0.171882 | coeff: 0.171882 | eff: 1 | fom: 1.41035 | r2int: 0.0289964 | r2eff: 0 | hits: 54 ] steps + 56 720 [sigma: 13.0373 | error: 0.153646 | coeff: 0.153646 | eff: 1 | fom: 1.765 | r2int: 0.0232793 | r2eff: 0 | hits: 72 ] steps + 57 1158 [sigma: 16.0482 | error: 0.120816 | coeff: 0.120816 | eff: 1 | fom: 2.85458 | r2int: 0.0144044 | r2eff: 0 | hits: 76 ] steps + 58 977 [sigma: 12.0084 | error: 0.108552 | coeff: 0.108552 | eff: 1 | fom: 3.53603 | r2int: 0.0116324 | r2eff: 0 | hits: 78 ] steps + 59 673 [sigma: 14.5541 | error: 0.164697 | coeff: 0.164697 | eff: 1 | fom: 1.5361 | r2int: 0.0266573 | r2eff: 0 | hits: 58 ] steps + 60 539 [sigma: 10.7923 | error: 0.156383 | coeff: 0.156383 | eff: 1 | fom: 1.70378 | r2int: 0.0240546 | r2eff: 0 | hits: 61 ] steps + 61 1205 [sigma: 12.8958 | error: 0.103206 | coeff: 0.103206 | eff: 1 | fom: 3.91184 | r2int: 0.0105369 | r2eff: 0 | hits: 93 ] steps + 62 1316 [sigma: 12.5805 | error: 0.0941516 | coeff: 0.0941516 | eff: 1 | fom: 4.70038 | r2int: 0.00877314 | r2eff: 0 | hits: 97 ] steps + 63 970 [sigma: 10.2077 | error: 0.0970211 | coeff: 0.0970211 | eff: 1 | fom: 4.42646 | r2int: 0.00930236 | r2eff: 0 | hits: 85 ] steps + 64 562 [sigma: 14.8232 | error: 0.200872 | coeff: 0.200872 | eff: 1 | fom: 1.03264 | r2int: 0.0396538 | r2eff: 0 | hits: 58 ] steps + 65 477 [sigma: 12.9057 | error: 0.200653 | coeff: 0.200653 | eff: 1 | fom: 1.0349 | r2int: 0.0395295 | r2eff: 0 | hits: 55 ] steps + 66 843 [sigma: 12.1163 | error: 0.125299 | coeff: 0.125299 | eff: 1 | fom: 2.65393 | r2int: 0.0154934 | r2eff: 0 | hits: 76 ] steps + 67 1091 [sigma: 11.0911 | error: 0.10166 | coeff: 0.10166 | eff: 1 | fom: 4.03172 | r2int: 0.0102314 | r2eff: 0 | hits: 100 ] steps + 68 1051 [sigma: 11.9384 | error: 0.102231 | coeff: 0.102231 | eff: 1 | fom: 3.98676 | r2int: 0.0103222 | r2eff: 0 | hits: 81 ] steps + 69 488 [sigma: 14.9002 | error: 0.236509 | coeff: 0.236509 | eff: 1 | fom: 0.744892 | r2int: 0.0550043 | r2eff: 0 | hits: 60 ] steps + 70 522 [sigma: 18.2306 | error: 0.203644 | coeff: 0.203644 | eff: 1 | fom: 1.00472 | r2int: 0.040251 | r2eff: 0 | hits: 34 ] steps + 71 514 [sigma: 12.2766 | error: 0.173881 | coeff: 0.173881 | eff: 1 | fom: 1.37811 | r2int: 0.0296642 | r2eff: 0 | hits: 53 ] steps + 72 609 [sigma: 12.2506 | error: 0.169499 | coeff: 0.169499 | eff: 1 | fom: 1.45029 | r2int: 0.0283253 | r2eff: 0 | hits: 71 ] steps + 73 651 [sigma: 16.1017 | error: 0.188367 | coeff: 0.188367 | eff: 1 | fom: 1.1743 | r2int: 0.0348703 | r2eff: 0 | hits: 58 ] steps + 74 474 [sigma: 21.2288 | error: 0.261148 | coeff: 0.261148 | eff: 1 | fom: 0.610962 | r2int: 0.0661926 | r2eff: 0 | hits: 34 ] steps + 75 2997 [sigma: 34.9317 | error: 0.139867 | coeff: 0.139867 | eff: 1 | fom: 2.12991 | r2int: 0.0194268 | r2eff: 0 | hits: 144 ] steps + 76 3702 [sigma: 26.2663 | error: 0.0988244 | coeff: 0.0988244 | eff: 1 | fom: 4.26639 | r2int: 0.00971591 | r2eff: 0 | hits: 194 ] steps + 77 3755 [sigma: 24.3832 | error: 0.0949921 | coeff: 0.0949921 | eff: 1 | fom: 4.61757 | r2int: 0.00898133 | r2eff: 0 | hits: 214 ] steps + 78 3637 [sigma: 23.5453 | error: 0.092917 | coeff: 0.092917 | eff: 1 | fom: 4.82612 | r2int: 0.00859166 | r2eff: 0 | hits: 206 ] steps + 79 2596 [sigma: 26.6557 | error: 0.122787 | coeff: 0.122787 | eff: 1 | fom: 2.76365 | r2int: 0.0149713 | r2eff: 0 | hits: 143 ] steps + 80 3384 [sigma: 22.7572 | error: 0.0955792 | coeff: 0.0955792 | eff: 1 | fom: 4.56102 | r2int: 0.00909016 | r2eff: 0 | hits: 202 ] steps + 81 3950 [sigma: 13.5097 | error: 0.0595347 | coeff: 0.0595347 | eff: 1 | fom: 11.7557 | r2int: 0.00353268 | r2eff: 0 | hits: 303 ] steps + 82 4039 [sigma: 13.2251 | error: 0.0560477 | coeff: 0.0560477 | eff: 1 | fom: 13.264 | r2int: 0.00313062 | r2eff: 0 | hits: 293 ] steps + 83 4020 [sigma: 12.7422 | error: 0.0564349 | coeff: 0.0564349 | eff: 1 | fom: 13.0826 | r2int: 0.00317485 | r2eff: 0 | hits: 317 ] steps + 84 4264 [sigma: 32.9054 | error: 0.11524 | coeff: 0.11524 | eff: 1 | fom: 3.1375 | r2int: 0.0132206 | r2eff: 0 | hits: 223 ] steps + 85 3643 [sigma: 22.9317 | error: 0.093366 | coeff: 0.093366 | eff: 1 | fom: 4.77981 | r2int: 0.00867759 | r2eff: 0 | hits: 220 ] steps + 86 4058 [sigma: 12.8325 | error: 0.0564801 | coeff: 0.0564801 | eff: 1 | fom: 13.0617 | r2int: 0.00318 | r2eff: 0 | hits: 319 ] steps + 87 4274 [sigma: 13.1402 | error: 0.0554255 | coeff: 0.0554255 | eff: 1 | fom: 13.5634 | r2int: 0.00306254 | r2eff: 0 | hits: 325 ] steps + 88 4587 [sigma: 13.1602 | error: 0.0522759 | coeff: 0.0522759 | eff: 1 | fom: 15.2471 | r2int: 0.00272454 | r2eff: 0 | hits: 332 ] steps + 89 4378 [sigma: 29.8752 | error: 0.102586 | coeff: 0.102586 | eff: 1 | fom: 3.95922 | r2int: 0.0104774 | r2eff: 0 | hits: 226 ] steps + 90 4149 [sigma: 25.0754 | error: 0.0906557 | coeff: 0.0906557 | eff: 1 | fom: 5.06989 | r2int: 0.00818193 | r2eff: 0 | hits: 225 ] steps + 91 3935 [sigma: 12.6725 | error: 0.0569756 | coeff: 0.0569756 | eff: 1 | fom: 12.8354 | r2int: 0.00323585 | r2eff: 0 | hits: 313 ] steps + 92 4468 [sigma: 12.9661 | error: 0.0546776 | coeff: 0.0546776 | eff: 1 | fom: 13.937 | r2int: 0.00298122 | r2eff: 0 | hits: 355 ] steps + 93 3991 [sigma: 11.2744 | error: 0.0507707 | coeff: 0.0507707 | eff: 1 | fom: 16.1645 | r2int: 0.00256968 | r2eff: 0 | hits: 323 ] steps + 94 3711 [sigma: 27.9436 | error: 0.106223 | coeff: 0.106223 | eff: 1 | fom: 3.69277 | r2int: 0.0112266 | r2eff: 0 | hits: 199 ] steps + 95 2632 [sigma: 21.5134 | error: 0.0991019 | coeff: 0.0991019 | eff: 1 | fom: 4.24253 | r2int: 0.00975437 | r2eff: 0 | hits: 147 ] steps + 96 3502 [sigma: 27.5626 | error: 0.111027 | coeff: 0.111027 | eff: 1 | fom: 3.38009 | r2int: 0.0122651 | r2eff: 0 | hits: 199 ] steps + 97 4170 [sigma: 24.8593 | error: 0.0911928 | coeff: 0.0911928 | eff: 1 | fom: 5.01034 | r2int: 0.0082806 | r2eff: 0 | hits: 234 ] steps + 98 3574 [sigma: 26.3056 | error: 0.102517 | coeff: 0.102517 | eff: 1 | fom: 3.96459 | r2int: 0.0104555 | r2eff: 0 | hits: 194 ] steps + 99 3056 [sigma: 35.7616 | error: 0.138461 | coeff: 0.138461 | eff: 1 | fom: 2.17337 | r2int: 0.0190345 | r2eff: 0 | hits: 140 ] steps + 100 14145 [sigma: 27.9362 | error: 0.0482156 | coeff: 0.0482156 | eff: 1 | fom: 17.9231 | r2int: 0.00232084 | r2eff: 0 | hits: 596 ] steps + 101 18699 [sigma: 31.5257 | error: 0.0453018 | coeff: 0.0453018 | eff: 1 | fom: 20.3029 | r2int: 0.00204941 | r2eff: 0 | hits: 722 ] steps + 102 18655 [sigma: 31.0281 | error: 0.0460636 | coeff: 0.0460636 | eff: 1 | fom: 19.6369 | r2int: 0.00211909 | r2eff: 0 | hits: 767 ] steps + 103 20429 [sigma: 31.7282 | error: 0.0438182 | coeff: 0.0438182 | eff: 1 | fom: 21.701 | r2int: 0.00191762 | r2eff: 0 | hits: 796 ] steps + 104 14900 [sigma: 30.2977 | error: 0.0508757 | coeff: 0.0508757 | eff: 1 | fom: 16.0978 | r2int: 0.00258421 | r2eff: 0 | hits: 626 ] steps + 105 18037 [sigma: 29.5948 | error: 0.0449946 | coeff: 0.0449946 | eff: 1 | fom: 20.5811 | r2int: 0.00202182 | r2eff: 0 | hits: 752 ] steps + 106 22221 [sigma: 29.5712 | error: 0.0405396 | coeff: 0.0405396 | eff: 1 | fom: 24.3389 | r2int: 0.00164169 | r2eff: 0 | hits: 928 ] steps + 107 22897 [sigma: 31.2523 | error: 0.0416242 | coeff: 0.0416242 | eff: 1 | fom: 23.0871 | r2int: 0.00173071 | r2eff: 0 | hits: 930 ] steps + 108 23972 [sigma: 30.1602 | error: 0.0393661 | coeff: 0.0393661 | eff: 1 | fom: 25.8117 | r2int: 0.0015481 | r2eff: 0 | hits: 979 ] steps + 109 20314 [sigma: 32.2616 | error: 0.0448915 | coeff: 0.0448915 | eff: 1 | fom: 19.8487 | r2int: 0.00201273 | r2eff: 0 | hits: 799 ] steps + 110 19817 [sigma: 30.9946 | error: 0.0446505 | coeff: 0.0446505 | eff: 1 | fom: 20.0635 | r2int: 0.00199122 | r2eff: 0 | hits: 815 ] steps + 111 24046 [sigma: 30.9472 | error: 0.040617 | coeff: 0.040617 | eff: 1 | fom: 24.2462 | r2int: 0.00164809 | r2eff: 0 | hits: 996 ] steps + 112 23097 [sigma: 28.543 | error: 0.0384884 | coeff: 0.0384884 | eff: 1 | fom: 27.0023 | r2int: 0.00147983 | r2eff: 0 | hits: 970 ] steps + 113 23080 [sigma: 26.3332 | error: 0.0359537 | coeff: 0.0359537 | eff: 1 | fom: 30.9438 | r2int: 0.00129136 | r2eff: 0 | hits: 993 ] steps + 114 19665 [sigma: 30.3845 | error: 0.0436748 | coeff: 0.0436748 | eff: 1 | fom: 20.97 | r2int: 0.0019051 | r2eff: 0 | hits: 799 ] steps + 115 20974 [sigma: 31.8899 | error: 0.0435125 | coeff: 0.0435125 | eff: 1 | fom: 21.1268 | r2int: 0.00189102 | r2eff: 0 | hits: 819 ] steps + 116 25503 [sigma: 32.9406 | error: 0.0401656 | coeff: 0.0401656 | eff: 1 | fom: 24.7943 | r2int: 0.0016116 | r2eff: 0 | hits: 967 ] steps + 117 23751 [sigma: 29.012 | error: 0.0384532 | coeff: 0.0384532 | eff: 1 | fom: 27.0518 | r2int: 0.00147715 | r2eff: 0 | hits: 991 ] steps + 118 25192 [sigma: 31.9432 | error: 0.0396741 | coeff: 0.0396741 | eff: 1 | fom: 25.4124 | r2int: 0.00157243 | r2eff: 0 | hits: 979 ] steps + 119 17766 [sigma: 26.8724 | error: 0.0423251 | coeff: 0.0423251 | eff: 1 | fom: 22.3287 | r2int: 0.00178913 | r2eff: 0 | hits: 783 ] steps + 120 15062 [sigma: 30.6666 | error: 0.0505328 | coeff: 0.0505328 | eff: 1 | fom: 15.0619 | r2int: 0.00254942 | r2eff: 0 | hits: 616 ] steps + 121 17697 [sigma: 28.4743 | error: 0.0444442 | coeff: 0.0444442 | eff: 1 | fom: 19.4714 | r2int: 0.0019727 | r2eff: 0 | hits: 763 ] steps + 122 19375 [sigma: 30.6351 | error: 0.0441879 | coeff: 0.0441879 | eff: 1 | fom: 19.6979 | r2int: 0.00195007 | r2eff: 0 | hits: 781 ] steps + 123 19370 [sigma: 28.6675 | error: 0.0417295 | coeff: 0.0417295 | eff: 1 | fom: 22.0872 | r2int: 0.00173916 | r2eff: 0 | hits: 795 ] steps + 124 14229 [sigma: 28.1297 | error: 0.0501299 | coeff: 0.0501299 | eff: 1 | fom: 15.305 | r2int: 0.00250909 | r2eff: 0 | hits: 643 ] steps ============================================================ closed file mfd_tl_NumberOfSteps.out for output ============================================================ opened file mfd_tg_NumberOfSteps.out for output ============================================================ - 0 98.000000 steps - 1 28.000000 steps - 2 17.000000 steps - 3 12.000000 steps - 4 39.000000 steps - 5 77.000000 steps - 6 133.000000 steps - 7 68.000000 steps - 8 41.000000 steps - 9 95.000000 steps - 10 15.000000 steps - 11 65.000000 steps - 12 87.000000 steps - 13 79.000000 steps - 14 83.000000 steps - 15 88.000000 steps - 16 33.000000 steps - 17 91.000000 steps - 18 82.000000 steps - 19 57.000000 steps - 20 39.000000 steps - 21 26.000000 steps - 22 55.000000 steps - 23 54.000000 steps - 24 35.000000 steps - 25 143.000000 steps - 26 118.000000 steps - 27 183.000000 steps - 28 219.000000 steps - 29 121.000000 steps - 30 243.000000 steps - 31 314.000000 steps - 32 208.000000 steps - 33 454.000000 steps - 34 141.000000 steps - 35 274.000000 steps - 36 260.000000 steps - 37 449.000000 steps - 38 412.000000 steps - 39 193.000000 steps - 40 178.000000 steps - 41 288.000000 steps - 42 334.000000 steps - 43 357.000000 steps - 44 130.000000 steps - 45 101.000000 steps - 46 212.000000 steps - 47 140.000000 steps - 48 159.000000 steps - 49 131.000000 steps - 50 272.000000 steps - 51 300.000000 steps - 52 584.000000 steps - 53 707.000000 steps - 54 409.000000 steps - 55 482.000000 steps - 56 846.000000 steps - 57 1051.000000 steps - 58 1090.000000 steps - 59 685.000000 steps - 60 739.000000 steps - 61 1033.000000 steps - 62 1310.000000 steps - 63 1329.000000 steps - 64 675.000000 steps - 65 729.000000 steps - 66 1236.000000 steps - 67 1228.000000 steps - 68 673.000000 steps - 69 965.000000 steps - 70 544.000000 steps - 71 840.000000 steps - 72 709.000000 steps - 73 397.000000 steps - 74 506.000000 steps - 75 3883.000000 steps - 76 3792.000000 steps - 77 4764.000000 steps - 78 4141.000000 steps - 79 2835.000000 steps - 80 4701.000000 steps - 81 4217.000000 steps - 82 3893.000000 steps - 83 3907.000000 steps - 84 4038.000000 steps - 85 4323.000000 steps - 86 4696.000000 steps - 87 4565.000000 steps - 88 3921.000000 steps - 89 3297.000000 steps - 90 4813.000000 steps - 91 3837.000000 steps - 92 4174.000000 steps - 93 3968.000000 steps - 94 4050.000000 steps - 95 3149.000000 steps - 96 3520.000000 steps - 97 4607.000000 steps - 98 3723.000000 steps - 99 2309.000000 steps - 100 15332.000000 steps - 101 18315.000000 steps - 102 20529.000000 steps - 103 19655.000000 steps - 104 15134.000000 steps - 105 19188.000000 steps - 106 23101.000000 steps - 107 25102.000000 steps - 108 24644.000000 steps - 109 16981.000000 steps - 110 19948.000000 steps - 111 23011.000000 steps - 112 24098.000000 steps - 113 24186.000000 steps - 114 19626.000000 steps - 115 19754.000000 steps - 116 23864.000000 steps - 117 24115.000000 steps - 118 22970.000000 steps - 119 18126.000000 steps - 120 13821.000000 steps - 121 17555.000000 steps - 122 19098.000000 steps - 123 21494.000000 steps - 124 14878.000000 steps + 0 38.000000 steps + 1 21.000000 steps + 2 21.000000 steps + 3 41.000000 steps + 4 62.000000 steps + 5 47.000000 steps + 6 116.000000 steps + 7 70.000000 steps + 8 70.000000 steps + 9 116.000000 steps + 10 104.000000 steps + 11 48.000000 steps + 12 128.000000 steps + 13 87.000000 steps + 14 109.000000 steps + 15 77.000000 steps + 16 42.000000 steps + 17 72.000000 steps + 18 45.000000 steps + 19 63.000000 steps + 20 17.000000 steps + 21 114.000000 steps + 22 24.000000 steps + 23 39.000000 steps + 24 34.000000 steps + 25 20.000000 steps + 26 92.000000 steps + 27 101.000000 steps + 28 94.000000 steps + 29 140.000000 steps + 30 145.000000 steps + 31 495.000000 steps + 32 358.000000 steps + 33 359.000000 steps + 34 211.000000 steps + 35 209.000000 steps + 36 207.000000 steps + 37 462.000000 steps + 38 370.000000 steps + 39 149.000000 steps + 40 175.000000 steps + 41 319.000000 steps + 42 294.000000 steps + 43 156.000000 steps + 44 116.000000 steps + 45 120.000000 steps + 46 156.000000 steps + 47 187.000000 steps + 48 142.000000 steps + 49 136.000000 steps + 50 297.000000 steps + 51 618.000000 steps + 52 431.000000 steps + 53 266.000000 steps + 54 529.000000 steps + 55 643.000000 steps + 56 720.000000 steps + 57 1158.000000 steps + 58 977.000000 steps + 59 673.000000 steps + 60 539.000000 steps + 61 1205.000000 steps + 62 1316.000000 steps + 63 970.000000 steps + 64 562.000000 steps + 65 477.000000 steps + 66 843.000000 steps + 67 1091.000000 steps + 68 1051.000000 steps + 69 488.000000 steps + 70 522.000000 steps + 71 514.000000 steps + 72 609.000000 steps + 73 651.000000 steps + 74 474.000000 steps + 75 2997.000000 steps + 76 3702.000000 steps + 77 3755.000000 steps + 78 3637.000000 steps + 79 2596.000000 steps + 80 3384.000000 steps + 81 3950.000000 steps + 82 4039.000000 steps + 83 4020.000000 steps + 84 4264.000000 steps + 85 3643.000000 steps + 86 4058.000000 steps + 87 4274.000000 steps + 88 4587.000000 steps + 89 4378.000000 steps + 90 4149.000000 steps + 91 3935.000000 steps + 92 4468.000000 steps + 93 3991.000000 steps + 94 3711.000000 steps + 95 2632.000000 steps + 96 3502.000000 steps + 97 4170.000000 steps + 98 3574.000000 steps + 99 3056.000000 steps + 100 14145.000000 steps + 101 18699.000000 steps + 102 18655.000000 steps + 103 20429.000000 steps + 104 14900.000000 steps + 105 18037.000000 steps + 106 22221.000000 steps + 107 22897.000000 steps + 108 23972.000000 steps + 109 20314.000000 steps + 110 19817.000000 steps + 111 24046.000000 steps + 112 23097.000000 steps + 113 23080.000000 steps + 114 19665.000000 steps + 115 20974.000000 steps + 116 25503.000000 steps + 117 23751.000000 steps + 118 25192.000000 steps + 119 17766.000000 steps + 120 15062.000000 steps + 121 17697.000000 steps + 122 19375.000000 steps + 123 19370.000000 steps + 124 14229.000000 steps ============================================================ closed file mfd_tg_NumberOfSteps.out for output ============================================================ @@ -1731,14 +1786,11 @@ Run Summary ============================================================ closed file mfd_diff.out for difference output ============================================================ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.099 MB +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.1 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/parallel/TopC/History b/examples/extended/parallel/TopC/History index c180847978..092c0db762 100644 --- a/examples/extended/parallel/TopC/History +++ b/examples/extended/parallel/TopC/History @@ -1,14 +1,16 @@ +# Example TopC History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - TopC Examples History file - -------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exTopC-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 30 October 2020, G. Cosmo (exTopC-V10-06-00) - Fixed README.html. Addressing problem report #2284. diff --git a/examples/extended/parallel/TopC/ParN02/History b/examples/extended/parallel/TopC/ParN02/History index b1583d107a..c5472c9dd4 100644 --- a/examples/extended/parallel/TopC/ParN02/History +++ b/examples/extended/parallel/TopC/ParN02/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example ParN02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example ParN02 History file - --------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (ParN02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 28th, 2019 I.Hrivnacova (ParN02-V10-05-00) - Fixed Doxygen warnings diff --git a/examples/extended/parallel/TopC/ParN04/History b/examples/extended/parallel/TopC/ParN04/History index ce301db26a..62877fbe9d 100644 --- a/examples/extended/parallel/TopC/ParN04/History +++ b/examples/extended/parallel/TopC/ParN04/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example ParN04 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example ParN04 History file - --------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (ParN04-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 28th, 2019 I.Hrivnacova - ParN04-V10-05-00 ------------------------- diff --git a/examples/extended/parameterisations/History b/examples/extended/parameterisations/History index 2ae618325f..fd7f92a929 100644 --- a/examples/extended/parameterisations/History +++ b/examples/extended/parameterisations/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example parameterisations History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exParameterisations-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Nov 8th 2021, D. Salamani, A. Zaborowska (exParameterisations-V10-07-01) - Add new Par04 example diff --git a/examples/extended/parameterisations/Par01/History b/examples/extended/parameterisations/Par01/History index 66e36e235e..77d88f3894 100644 --- a/examples/extended/parameterisations/Par01/History +++ b/examples/extended/parameterisations/Par01/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Par01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example Par01 History file - --------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (expar01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 10-11-2020 B. Morgan (expar01-V10-06-00) - Migration to G4RunManagerFactory. diff --git a/examples/extended/parameterisations/Par01/examplePar01.out b/examples/extended/parameterisations/Par01/examplePar01.out index 1b0ad49e66..92d12fc46d 100644 --- a/examples/extended/parameterisations/Par01/examplePar01.out +++ b/examples/extended/parameterisations/Par01/examplePar01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -62,6 +62,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -100,7 +104,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -117,7 +122,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -127,8 +132,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -191,10 +197,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -219,10 +225,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -249,10 +255,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -281,10 +287,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -295,10 +301,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -308,10 +314,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -340,10 +346,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -372,10 +378,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -404,14 +410,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -422,7 +427,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -437,14 +442,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -455,7 +459,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -470,10 +474,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -502,10 +506,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -539,15 +543,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -557,10 +564,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -568,10 +577,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -580,6 +591,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -587,11 +599,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -599,11 +613,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -612,10 +628,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -626,10 +644,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -640,10 +660,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -653,10 +675,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -667,10 +691,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -681,10 +707,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -695,10 +723,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -708,11 +738,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -720,6 +752,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -727,6 +760,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -736,6 +770,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -743,11 +778,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -755,11 +792,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -769,11 +808,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -781,6 +822,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -788,6 +830,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -797,11 +840,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -809,11 +854,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -823,11 +870,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -835,11 +884,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -849,29 +900,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -887,86 +940,171 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 -0.000254 36.2 60.4 999 0.0173 70.4 70.4 WorldPhysical eBrem - 2 -0.000433 39.1 65.1 999 0.00193 5.51 76 WorldPhysical eIoni - 3 -0.00349 60 100 999 0.00784 40.7 117 DriftChamberPhysical CoupledTransportation - 4 -0.122 510 850 999 0.0291 875 992 DriftChamberPhysical eIoni - 5 -0.134 540 900 999 0.0013 57.7 1.05e+03 WorldPhysical CoupledTransportation - 6 -0.147 591 986 999 0.0219 100 1.15e+03 WorldPhysical eIoni - 7 -0.149 600 1e+03 999 0.00356 16.2 1.17e+03 Crystal CoupledTransportation - 8 -0.149 600 1e+03 0 999 0 1.17e+03 Crystal fastSimProcess_massGeom + 1 -0.000253 36.2 60.4 997 0.0141 70.4 70.4 WorldPhysical eBrem + 2 -0.000386 38.7 64.5 997 0.000634 4.77 75.2 WorldPhysical eIoni + 3 -0.00356 60 100 997 0.0104 41.4 117 DriftChamberPhysical CoupledTransportation + 4 -0.141 501 836 997 0.0292 858 974 DriftChamberPhysical eIoni + 5 -0.145 519 866 997 0.000982 35.2 1.01e+03 DriftChamberPhysical eIoni + 6 -0.148 540 900 997 0.00105 39.7 1.05e+03 WorldPhysical CoupledTransportation + 7 -0.158 600 1e+03 996 0.0233 117 1.17e+03 Crystal CoupledTransportation + 8 -0.158 600 1e+03 0 996 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* * 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.147 591 986 0.00174 0 0 0 WorldPhysical initStep - 1 -0.11 591 986 0 0.00174 0.13 0.13 WorldPhysical eIoni + 0 -0.145 519 866 0.00196 0 0 0 DriftChamberPhysical initStep + 1 -0.751 519 866 0 0.00196 0.879 0.879 DriftChamberPhysical 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.122 510 850 0.00288 0 0 0 DriftChamberPhysical initStep - 1 0.81 509 851 0 0.00288 1.47 1.47 DriftChamberPhysical eIoni + 0 -0.141 501 836 0.00416 0 0 0 DriftChamberPhysical initStep + 1 0.932 500 837 0.00141 0.00275 2.01 2.01 DriftChamberPhysical eIoni + 2 1.13 500 837 0 0.00141 0.513 2.52 DriftChamberPhysical 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.000433 39.1 65.1 0.00257 0 0 0 WorldPhysical initStep - 1 0.1 39.1 65.1 0 0.00257 0.243 0.243 WorldPhysical eIoni + 0 -0.000386 38.7 64.5 0.00255 0 0 0 WorldPhysical initStep + 1 0.0985 38.7 64.5 0 0.00255 0.239 0.239 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000254 36.2 60.4 0.899 0 0 0 WorldPhysical initStep - 1 0.00615 60 100 0.899 0 46.2 46.2 DriftChamberPhysical CoupledTransportation - 2 0.136 540 900 0.899 0 933 979 WorldPhysical CoupledTransportation - 3 0.152 600 1e+03 0.899 0 117 1.1e+03 Crystal CoupledTransportation - 4 0.152 600 1e+03 0.899 0 0.729 1.1e+03 Crystal CoupledTransportation - 5 0.157 620 1.03e+03 0.852 0 39.7 1.14e+03 Crystal compt - 6 1.14e-15 621 1.04e+03 0.852 0 0.743 1.14e+03 Crystal CoupledTransportation - 7 -3.97 628 1.05e+03 0.85 0 18.7 1.16e+03 Crystal compt - 8 -4.73 630 1.06e+03 0.267 0 4.38 1.16e+03 Crystal compt - 9 -0.686 647 1.04e+03 0 0.0332 23.5 1.18e+03 Crystal phot + 0 -0.000253 36.2 60.4 3.43 0 0 0 WorldPhysical initStep + 1 0.0123 60 100 3.43 0 46.2 46.2 DriftChamberPhysical CoupledTransportation + 2 0.267 540 900 3.43 0 933 979 WorldPhysical CoupledTransportation + 3 0.299 600 1e+03 3.43 0 117 1.1e+03 Crystal CoupledTransportation + 4 0.314 630 1.05e+03 0.482 0 57.6 1.15e+03 Crystal compt + 5 1.61e-15 630 1.05e+03 0.482 0 0.315 1.15e+03 Crystal CoupledTransportation + 6 -50 632 1.05e+03 0.482 0 50.2 1.2e+03 Crystal CoupledTransportation + 7 -53.5 632 1.05e+03 0.471 0 3.55 1.21e+03 Crystal compt + 8 -75.4 634 1.06e+03 0.469 0 23 1.23e+03 Crystal compt + 9 -77.7 635 1.06e+03 0.179 0 2.41 1.23e+03 Crystal compt + 10 -70.6 639 1.06e+03 0 0.036 10 1.24e+03 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -70.6 639 1.06e+03 0.143 0 0 0 Crystal initStep + 1 -70.6 639 1.06e+03 0 0.143 0.108 0.108 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.686 647 1.04e+03 0.234 0 0 0 Crystal initStep - 1 -0.668 647 1.04e+03 0 0.234 0.232 0.232 Crystal eIoni + 0 -77.7 635 1.06e+03 0.29 0 0 0 Crystal initStep + 1 -77.8 635 1.06e+03 0 0.29 0.32 0.32 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.73 630 1.06e+03 0.582 0 0 0 Crystal initStep - 1 -4.74 630 1.06e+03 0 0.582 0.845 0.845 Crystal eIoni + 0 -75.4 634 1.06e+03 0.00126 0 0 0 Crystal initStep + 1 -75.4 634 1.06e+03 0 0.00126 7.41e-05 7.41e-05 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.97 628 1.05e+03 0.00247 0 0 0 Crystal initStep - 1 -3.97 628 1.05e+03 0 0.00247 0.000184 0.000184 Crystal eIoni + 0 -53.5 632 1.05e+03 0.0112 0 0 0 Crystal initStep + 1 -53.5 632 1.05e+03 0 0.0112 0.00167 0.00167 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.157 620 1.03e+03 0.0474 0 0 0 Crystal initStep - 1 0.159 620 1.03e+03 0 0.0474 0.0176 0.0176 Crystal eIoni + 0 0.314 630 1.05e+03 2.95 0 0 0 Crystal initStep + 1 0.401 630 1.05e+03 2.81 0.145 0.231 0.231 Crystal msc + 2 0.428 630 1.05e+03 1.85 0.026 0.103 0.333 Crystal eBrem + 3 0.529 630 1.05e+03 1.78 0.0707 0.191 0.524 Crystal msc + 4 0.503 630 1.05e+03 1.63 0.151 0.338 0.862 Crystal msc + 5 0.517 630 1.05e+03 1.51 0.117 0.276 1.14 Crystal msc + 6 0.753 629 1.05e+03 1.38 0.131 0.349 1.49 Crystal msc + 7 0.769 629 1.05e+03 1.16 0.22 0.0467 1.53 Crystal eBrem + 8 0.675 629 1.05e+03 0.968 0.191 0.448 1.98 Crystal msc + 9 0.579 629 1.05e+03 0.804 0.164 0.44 2.42 Crystal msc + 10 0.609 629 1.05e+03 0.651 0.153 0.309 2.73 Crystal msc + 11 0.62 629 1.05e+03 0 0.651 0.977 3.71 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.428 630 1.05e+03 0.931 0 0 0 Crystal initStep + 1 4.22 633 1.06e+03 0.931 0 7.24 7.24 Crystal Rayl + 2 21.9 648 1.08e+03 0.824 0 32.6 39.9 Crystal compt + 3 27.9 650 1.08e+03 0.64 0 7.36 47.2 Crystal compt + 4 28.2 650 1.08e+03 0.64 0 0.471 47.7 Crystal CoupledTransportation + 5 50 676 1.09e+03 0.64 0 34.4 82.1 Crystal CoupledTransportation + 6 68.9 698 1.09e+03 0.46 0 29.8 112 Crystal compt + 7 68.9 700 1.1e+03 0.46 0 2.23 114 Crystal CoupledTransportation + 8 68.9 702 1.1e+03 0.351 0 2.77 117 Crystal compt + 9 67.8 703 1.1e+03 0.276 0 1.66 119 Crystal compt + 10 64.3 702 1.1e+03 0 0.036 3.47 122 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.3 702 1.1e+03 0.24 0 0 0 Crystal initStep + 1 64.3 702 1.1e+03 0 0.24 0.24 0.24 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.8 703 1.1e+03 0.0758 0 0 0 Crystal initStep + 1 67.8 703 1.1e+03 0 0.0758 0.0383 0.0383 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 68.9 702 1.1e+03 0.109 0 0 0 Crystal initStep + 1 68.9 702 1.1e+03 0 0.109 0.0694 0.0694 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 68.9 698 1.09e+03 0.179 0 0 0 Crystal initStep + 1 68.9 698 1.09e+03 0 0.179 0.154 0.154 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.9 650 1.08e+03 0.184 0 0 0 Crystal initStep + 1 27.9 650 1.08e+03 0 0.184 0.161 0.161 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 21.9 648 1.08e+03 0.107 0 0 0 Crystal initStep + 1 21.9 648 1.08e+03 0 0.107 0.0679 0.0679 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -974,3808 +1112,2719 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 -5.44e-05 43.1 71.8 1e+03 0.0122 83.7 83.7 WorldPhysical eIoni - 2 0.000326 52 86.7 1e+03 0.00218 17.4 101 WorldPhysical eIoni - 3 0.000453 60 100 1e+03 0.00219 15.5 117 DriftChamberPhysical CoupledTransportation - 4 0.0691 540 900 1e+03 0.0278 933 1.05e+03 WorldPhysical CoupledTransportation - 5 0.0687 544 907 1e+03 0.00129 8.23 1.06e+03 WorldPhysical eIoni - 6 0.0537 595 991 1e+03 0.0215 98 1.16e+03 WorldPhysical eIoni - 7 0.0524 597 996 1e+03 0.000658 5.24 1.16e+03 WorldPhysical eIoni - 8 0.0509 600 1e+03 1e+03 0.000819 5.18 1.17e+03 Crystal CoupledTransportation - 9 0.0509 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 1 0.0113 37.3 62.2 1e+03 0.0144 72.6 72.6 WorldPhysical eIoni + 2 0.0176 60 100 1e+03 0.00874 44.1 117 DriftChamberPhysical CoupledTransportation + 3 0.0758 322 536 1e+03 0.0149 508 625 DriftChamberPhysical eIoni + 4 0.11 540 900 1e+03 0.0138 425 1.05e+03 WorldPhysical CoupledTransportation + 5 0.11 544 907 1e+03 0.000565 8.1 1.06e+03 WorldPhysical eIoni + 6 0.108 574 956 1e+03 0.00919 57.6 1.12e+03 WorldPhysical eIoni + 7 0.102 600 1e+03 1e+03 0.00935 50.9 1.17e+03 Crystal CoupledTransportation + 8 0.102 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + +********************************************************************************************************* +* 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.108 574 956 0.00121 0 0 0 WorldPhysical initStep + 1 0.133 574 956 0 0.00121 0.0748 0.0748 WorldPhysical 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.11 544 907 0.00173 0 0 0 WorldPhysical initStep + 1 0.0964 544 907 0 0.00173 0.129 0.129 WorldPhysical 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.0758 322 536 0.00787 0 0 0 DriftChamberPhysical initStep + 1 -0.927 325 535 0.00648 0.00139 3.62 3.62 DriftChamberPhysical eIoni + 2 -2.4 326 533 0.00376 0.00271 2.95 6.57 DriftChamberPhysical eIoni + 3 -3.7 327 533 0.00257 0.0012 1.85 8.43 DriftChamberPhysical eIoni + 4 -4.37 328 533 0.00116 0.00141 1.3 9.73 DriftChamberPhysical eIoni + 5 -4.36 328 533 0 0.00116 0.377 10.1 DriftChamberPhysical 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.0113 37.3 62.2 0.00136 0 0 0 WorldPhysical initStep + 1 0.0455 37.3 62.2 0 0.00136 0.0895 0.0895 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -0.000838 20.2 33.6 941 0.00702 39.2 39.2 WorldPhysical eBrem + 2 -0.000153 60 100 941 0.0189 77.4 117 DriftChamberPhysical CoupledTransportation + 3 0.0175 212 353 941 0.0107 295 412 DriftChamberPhysical eIoni + 4 0.0246 399 665 941 0.0108 363 775 DriftChamberPhysical eIoni + 5 0.0191 540 900 941 0.00814 274 1.05e+03 WorldPhysical CoupledTransportation + 6 0.00803 584 974 941 0.0193 85.9 1.14e+03 WorldPhysical eIoni + 7 0.00515 595 991 941 0.00442 20.4 1.16e+03 WorldPhysical eIoni + 8 0.0038 600 1e+03 941 0.00348 10.3 1.17e+03 Crystal CoupledTransportation + 9 0.0038 600 1e+03 0 941 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* * 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.0524 597 996 0.00242 0 0 0 WorldPhysical initStep - 1 0.0954 597 996 0 0.00242 0.219 0.219 WorldPhysical eIoni + 0 0.00515 595 991 0.00252 0 0 0 WorldPhysical initStep + 1 -0.0727 595 991 0 0.00252 0.236 0.236 WorldPhysical 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.0537 595 991 0.00267 0 0 0 WorldPhysical initStep - 1 0.0251 595 991 0 0.00267 0.258 0.258 WorldPhysical eIoni + 0 0.00803 584 974 0.00228 0 0 0 WorldPhysical initStep + 1 -0.0153 584 974 0 0.00228 0.2 0.2 WorldPhysical 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.0687 544 907 0.00329 0 0 0 WorldPhysical initStep - 1 0.201 544 907 0 0.00329 0.369 0.369 WorldPhysical eIoni + 0 0.0246 399 665 0.00299 0 0 0 DriftChamberPhysical initStep + 1 0.917 399 664 0.0011 0.00189 1.52 1.52 DriftChamberPhysical eIoni + 2 0.821 399 664 0 0.0011 0.346 1.87 DriftChamberPhysical 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.000326 52 86.7 0.00107 0 0 0 WorldPhysical initStep - 1 0.0239 52 86.7 0 0.00107 0.0629 0.0629 WorldPhysical eIoni + 0 0.0175 212 353 0.00179 0 0 0 DriftChamberPhysical initStep + 1 0.554 212 353 0 0.00179 0.756 0.756 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.44e-05 43.1 71.8 0.00101 0 0 0 WorldPhysical initStep - 1 -0.0125 43.1 71.8 0 0.00101 0.0582 0.0582 WorldPhysical eIoni + 0 -0.000838 20.2 33.6 58.8 0 0 0 WorldPhysical initStep + 1 -0.0278 60 100 58.8 0 77.4 77.4 DriftChamberPhysical CoupledTransportation + 2 -0.353 540 900 58.8 0 933 1.01e+03 WorldPhysical CoupledTransportation + 3 -0.394 600 1e+03 58.8 0 117 1.13e+03 Crystal CoupledTransportation + 4 -0.394 600 1e+03 58.8 0 0.17 1.13e+03 Crystal CoupledTransportation + 5 -0.428 650 1.08e+03 58.8 0 97.2 1.22e+03 Crystal CoupledTransportation + 6 -0.431 655 1.09e+03 0 0 9.82 1.23e+03 Crystal conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e+, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 60 100 1e+03 0.0288 117 117 DriftChamberPhysical CoupledTransportation - 2 0.0119 122 204 1e+03 0.00424 121 238 DriftChamberPhysical eIoni - 3 0.163 540 900 1e+03 0.0245 812 1.05e+03 WorldPhysical CoupledTransportation - 4 0.166 555 925 1e+03 0.00741 28.7 1.08e+03 WorldPhysical eIoni - 5 0.191 600 1e+03 1e+03 0.0174 87.9 1.17e+03 Crystal CoupledTransportation - 6 0.191 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 -0.431 655 1.09e+03 49.9 0 0 0 Crystal initStep + 1 -0.491 656 1.09e+03 44 1.34 2.49 2.49 Crystal eBrem + 2 -0.495 657 1.1e+03 41.2 1.6 1.85 4.34 Crystal eBrem + 3 -0.49 658 1.1e+03 36.3 0.129 0.224 4.57 Crystal eIoni + 4 -0.481 658 1.1e+03 34.5 0.0469 0.122 4.69 Crystal eBrem + 5 -0.454 658 1.1e+03 33.9 0.505 1.26 5.95 Crystal eBrem + 6 -0.397 660 1.1e+03 22.2 1.84 3.45 9.39 Crystal eBrem + 7 -0.409 660 1.1e+03 21.9 0.0544 0.101 9.49 Crystal eBrem + 8 -0.436 660 1.1e+03 21.7 0.0929 0.187 9.68 Crystal eBrem + 9 -0.438 658 1.1e+03 20.3 0.769 1.71 11.4 Crystal eBrem + 10 -0.164 656 1.1e+03 18.8 1.08 1.87 13.3 Crystal eBrem + 11 -1.44e-15 655 1.1e+03 18.2 0.612 1.26 14.5 Crystal CoupledTransportation + 12 0.168 653 1.1e+03 16.8 1.1 2.48 17 Crystal eBrem + 13 0.207 652 1.1e+03 16.4 0.217 0.259 17.3 Crystal eBrem + 14 0.284 652 1.1e+03 14.5 0.379 0.749 18 Crystal eBrem + 15 0.539 651 1.1e+03 6.34 0.698 1.11 19.1 Crystal eBrem + 16 0.664 650 1.1e+03 5.95 0.384 0.722 19.8 Crystal CoupledTransportation + 17 0.776 649 1.1e+03 5.42 0.531 0.997 20.8 Crystal msc + 18 0.835 649 1.1e+03 4.32 1.1 1.16 22 Crystal msc + 19 1.3 649 1.1e+03 3.83 0.492 1.04 23 Crystal msc + 20 1.61 649 1.1e+03 3.46 0.371 0.788 23.8 Crystal msc + 21 1.8 648 1.1e+03 2.97 0.492 1.07 24.9 Crystal msc + 22 2.33 648 1.1e+03 2.51 0.462 1.06 26 Crystal msc + 23 3.31 648 1.1e+03 1.99 0.517 1.2 27.2 Crystal msc + 24 4.1 649 1.1e+03 1.44 0.55 1.24 28.4 Crystal msc + 25 4.43 649 1.1e+03 1 0.436 0.88 29.3 Crystal msc + 26 4.5 649 1.1e+03 0.506 0.496 0.972 30.2 Crystal msc + 27 4.51 648 1.1e+03 0 0.506 0.694 30.9 Crystal eIoni + 28 4.51 648 1.1e+03 0 0 0 30.9 Crystal annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.166 555 925 0.0392 0 0 0 WorldPhysical initStep - 1 -1.35 554 926 0.0363 0.00175 2.11 2.11 WorldPhysical eIoni - 2 -5.38 553 926 0.0328 0.00225 4.58 6.69 WorldPhysical eIoni - 3 -10.4 552 927 0.0291 0.00371 6.27 13 WorldPhysical eIoni - 4 -12.2 553 927 0.0256 0.0021 1.96 14.9 WorldPhysical eIoni - 5 -12.6 552 931 0.0205 0.00509 4.53 19.5 WorldPhysical eIoni - 6 -13.4 551 932 0.0168 0.00266 2.74 22.2 WorldPhysical eIoni - 7 -14.3 550 934 0.0119 0.00482 2.85 25 WorldPhysical eIoni - 8 -14.4 551 934 0.0103 0.000144 0.465 25.5 WorldPhysical eIoni - 9 -14.8 551 935 0.00511 0.0052 1.88 27.4 WorldPhysical eIoni - 10 -14.8 552 936 0 0.00511 0.794 28.2 WorldPhysical eIoni + 0 4.51 648 1.1e+03 0.511 0 0 0 Crystal initStep + 1 1.9 647 1.11e+03 0 0.00519 4.41 4.41 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.4 551 934 0.00149 0 0 0 WorldPhysical initStep - 1 -14.4 551 934 0 0.00149 0.102 0.102 WorldPhysical eIoni + 0 1.9 647 1.11e+03 0.506 0 0 0 Crystal initStep + 1 1.87 647 1.11e+03 0 0.506 0.701 0.701 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.4 551 932 0.0011 0 0 0 WorldPhysical initStep - 1 -13.4 551 932 0 0.0011 0.0653 0.0653 WorldPhysical eIoni + 0 4.51 648 1.1e+03 0.511 0 0 0 Crystal initStep + 1 7.08 650 1.1e+03 0.511 0 4.36 4.36 Crystal CoupledTransportation + 2 9.72 652 1.1e+03 0.331 0 4.47 8.83 Crystal compt + 3 6.95 654 1.09e+03 0 0.00122 6.19 15 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.2 553 927 0.0014 0 0 0 WorldPhysical initStep - 1 -12.2 553 927 0 0.0014 0.0936 0.0936 WorldPhysical eIoni + 0 6.95 654 1.09e+03 0.33 0 0 0 Crystal initStep + 1 6.98 654 1.09e+03 0 0.33 0.386 0.386 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.38 553 926 0.00127 0 0 0 WorldPhysical initStep - 1 -5.39 553 926 0 0.00127 0.0806 0.0806 WorldPhysical eIoni + 0 9.72 652 1.1e+03 0.18 0 0 0 Crystal initStep + 1 9.73 652 1.1e+03 0 0.18 0.155 0.155 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.35 554 926 0.00106 0 0 0 WorldPhysical initStep - 1 -1.35 554 926 0 0.00106 0.0624 0.0624 WorldPhysical eIoni + 0 0.539 651 1.1e+03 7.44 0 0 0 Crystal initStep + 1 0.749 650 1.1e+03 7.44 0 0.727 0.727 Crystal CoupledTransportation + 2 17 600 1.08e+03 7.44 0 56.3 57 Crystal CoupledTransportation + 3 33.2 550 1.06e+03 7.44 0 56.3 113 Crystal CoupledTransportation + 4 49.4 500 1.04e+03 7.44 0 56.3 169 Crystal CoupledTransportation + 5 50 498 1.04e+03 7.44 0 1.94 171 Crystal CoupledTransportation + 6 57.8 474 1.03e+03 0 0 27.1 199 Crystal conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 22 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0119 122 204 0.0128 0 0 0 DriftChamberPhysical initStep - 1 -5.59 120 206 0.0115 0.00136 6.74 6.74 DriftChamberPhysical eIoni - 2 -9.69 117 208 0.0104 0.00112 5.76 12.5 DriftChamberPhysical eIoni - 3 -12.7 116 212 0.00787 0.00249 5.03 17.5 DriftChamberPhysical eIoni - 4 -15.1 116 214 0.00509 0.00278 3.61 21.1 DriftChamberPhysical eIoni - 5 -15.1 116 214 0.00375 0 0.0449 21.2 DriftChamberPhysical eIoni - 6 -16.5 115 214 0.0026 0.00115 1.85 23 DriftChamberPhysical eIoni - 7 -17 115 215 0.0014 0.0012 1.33 24.4 DriftChamberPhysical eIoni - 8 -17.2 115 215 0 0.0014 0.509 24.9 DriftChamberPhysical eIoni + 0 57.8 474 1.03e+03 0.597 0 0 0 Crystal initStep + 1 57.8 474 1.03e+03 0 0.597 0.869 0.869 Crystal eIoni + 2 57.8 474 1.03e+03 0 0 0 0.869 Crystal annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.1 116 214 0.00134 0 0 0 DriftChamberPhysical initStep - 1 -15.2 116 214 0 0.00134 0.472 0.472 DriftChamberPhysical eIoni + 0 57.8 474 1.03e+03 0.511 0 0 0 Crystal initStep + 1 53.7 476 1.02e+03 0.223 0 8.74 8.74 Crystal compt + 2 56.6 475 1.02e+03 0.223 0 3.13 11.9 Crystal Rayl + 3 57.5 475 1.02e+03 0.223 0 0.977 12.9 Crystal Rayl + 4 59.8 474 1.02e+03 0 0.036 2.48 15.3 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0.00537 24.9 41.6 1e+03 0.00895 48.5 48.5 WorldPhysical eIoni - 2 0.00864 35.1 58.5 1e+03 0.00342 19.7 68.2 WorldPhysical eIoni - 3 0.0125 46.5 77.6 1e+03 0.00695 22.2 90.5 WorldPhysical eIoni - 4 0.016 60 100 1e+03 0.00283 26.2 117 DriftChamberPhysical CoupledTransportation - 5 0.17 390 649 1e+03 0.019 641 757 DriftChamberPhysical eIoni - 6 0.242 540 900 1e+03 0.00961 292 1.05e+03 WorldPhysical CoupledTransportation - 7 0.271 600 1e+03 1e+03 0.0243 117 1.17e+03 Crystal CoupledTransportation - 8 0.271 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 59.8 474 1.02e+03 0.187 0 0 0 Crystal initStep + 1 59.8 474 1.02e+03 0 0.187 0.164 0.164 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.17 390 649 0.00135 0 0 0 DriftChamberPhysical initStep - 1 0.329 389 649 0 0.00135 0.477 0.477 DriftChamberPhysical eIoni + 0 53.7 476 1.02e+03 0.288 0 0 0 Crystal initStep + 1 53.7 476 1.02e+03 0 0.288 0.316 0.316 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0125 46.5 77.6 0.00141 0 0 0 WorldPhysical initStep - 1 -0.0239 46.5 77.6 0 0.00141 0.0945 0.0945 WorldPhysical eIoni + 0 57.8 474 1.03e+03 0.511 0 0 0 Crystal initStep + 1 58 474 1.03e+03 0 0.036 0.484 0.484 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00864 35.1 58.5 0.00124 0 0 0 WorldPhysical initStep - 1 -0.0135 35.1 58.5 0 0.00124 0.0776 0.0776 WorldPhysical eIoni + 0 58 474 1.03e+03 0.475 0 0 0 Crystal initStep + 1 58.1 474 1.03e+03 0 0.475 0.644 0.644 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 22 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00537 24.9 41.6 0.00118 0 0 0 WorldPhysical initStep - 1 0.0318 25 41.6 0 0.00118 0.0724 0.0724 WorldPhysical eIoni + 0 57.8 474 1.03e+03 5.82 0 0 0 Crystal initStep + 1 58.5 472 1.03e+03 3.94 1.89 3.77 3.77 Crystal eIoni + 2 58.4 472 1.03e+03 3.52 0.0307 0.0861 3.85 Crystal eBrem + 3 57.9 472 1.03e+03 2.17 1.35 2.82 6.67 Crystal eIoni + 4 58.3 472 1.03e+03 1.05 1.04 1.75 8.41 Crystal eBrem + 5 58.3 472 1.03e+03 0.282 0.771 1.5 9.92 Crystal eIoni + 6 58.3 472 1.03e+03 0 0.282 0.307 10.2 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 28 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 60 100 1e+03 0.0268 117 117 DriftChamberPhysical CoupledTransportation - 2 0.015 110 184 1e+03 0.00274 97.5 214 DriftChamberPhysical eIoni - 3 0.0292 141 235 1e+03 0.00142 60.5 275 DriftChamberPhysical eIoni - 4 0.225 540 900 1e+03 0.0228 775 1.05e+03 WorldPhysical CoupledTransportation - 5 0.278 600 1e+03 1e+03 0.0186 117 1.17e+03 Crystal CoupledTransportation - 6 0.278 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 58.3 472 1.03e+03 0.0731 0 0 0 Crystal initStep + 1 58.3 472 1.03e+03 0 0.036 0.199 0.199 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0292 141 235 0.00144 0 0 0 DriftChamberPhysical initStep - 1 -0.201 141 235 0 0.00144 0.531 0.531 DriftChamberPhysical eIoni + 0 58.3 472 1.03e+03 0.0371 0 0 0 Crystal initStep + 1 58.3 472 1.03e+03 0 0.0371 0.0117 0.0117 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 28 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.015 110 184 0.00255 0 0 0 DriftChamberPhysical initStep - 1 -0.94 110 184 0 0.00255 1.29 1.29 DriftChamberPhysical eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 58.4 472 1.03e+03 0.388 0 0 0 Crystal initStep + 1 57.5 473 1.03e+03 0.216 0 3.24 3.24 Crystal compt + 2 57.6 474 1.03e+03 0.216 0 0.502 3.75 Crystal Rayl + 3 58.4 477 1.03e+03 0 0.036 3.24 6.98 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 30 100 1e+03 0.0206 104 104 DriftChamberPhysical CoupledTransportation - 2 0.0439 270 900 1e+03 0.0277 835 940 WorldPhysical CoupledTransportation - 3 0.0428 300 1e+03 1e+03 0.0177 104 1.04e+03 Crystal CoupledTransportation - 4 0.0428 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 58.4 477 1.03e+03 0.18 0 0 0 Crystal initStep + 1 58.4 477 1.03e+03 0 0.18 0.155 0.155 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 30 100 1e+03 0.0216 104 104 DriftChamberPhysical CoupledTransportation - 2 0.0682 153 509 1e+03 0.0128 426 531 DriftChamberPhysical eIoni - 3 0.139 270 900 1e+03 0.013 409 940 WorldPhysical CoupledTransportation - 4 0.152 300 1e+03 1e+03 0.0168 104 1.04e+03 Crystal CoupledTransportation - 5 0.152 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 57.5 473 1.03e+03 0.172 0 0 0 Crystal initStep + 1 57.5 473 1.03e+03 0 0.172 0.144 0.144 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0682 153 509 0.00347 0 0 0 DriftChamberPhysical initStep - 1 0.0999 154 508 0.0012 0.00227 1.74 1.74 DriftChamberPhysical eIoni - 2 -0.11 154 508 0 0.0012 0.4 2.14 DriftChamberPhysical eIoni + 0 0.284 652 1.1e+03 1.56 0 0 0 Crystal initStep + 1 0.986 650 1.1e+03 1.56 0 1.85 1.85 Crystal CoupledTransportation + 2 13.6 620 1.09e+03 0.569 0 33.2 35 Crystal compt + 3 35.1 611 1.01e+03 0.195 0 79.4 114 Crystal compt + 4 33.7 616 1.02e+03 0 0.00501 6.28 121 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 21 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 -0.000645 19.4 64.6 1e+03 0.0135 67.5 67.5 WorldPhysical eIoni - 2 0.000446 30 100 1e+03 0.00505 36.9 104 DriftChamberPhysical CoupledTransportation - 3 0.0268 270 900 1e+03 0.0269 835 940 WorldPhysical CoupledTransportation - 4 0.0284 300 1e+03 1e+03 0.0191 104 1.04e+03 Crystal CoupledTransportation - 5 0.0284 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 33.7 616 1.02e+03 0.19 0 0 0 Crystal initStep + 1 33.7 616 1.02e+03 0 0.19 0.169 0.169 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 21 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000645 19.4 64.6 0.00167 0 0 0 WorldPhysical initStep - 1 -0.0481 19.4 64.6 0 0.00167 0.123 0.123 WorldPhysical eIoni + 0 35.1 611 1.01e+03 0.374 0 0 0 Crystal initStep + 1 35.1 611 1.01e+03 0 0.374 0.461 0.461 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 21 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0.00123 8.79 29.3 1e+03 0.00458 30.6 30.6 WorldPhysical eIoni - 2 0.00884 29 96.6 1e+03 0.013 70.2 101 WorldPhysical eIoni - 3 0.00902 30 100 1e+03 2.14e-05 3.58 104 DriftChamberPhysical CoupledTransportation - 4 0.0135 81.6 272 1e+03 0.00411 180 284 DriftChamberPhysical eIoni - 5 0.036 270 900 1e+03 0.0243 655 940 WorldPhysical CoupledTransportation - 6 0.0412 300 1e+03 1e+03 0.0201 104 1.04e+03 Crystal CoupledTransportation - 7 0.0412 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 13.6 620 1.09e+03 0.992 0 0 0 Crystal initStep + 1 13.7 620 1.09e+03 0.265 0.728 1.44 1.44 Crystal eIoni + 2 13.6 620 1.09e+03 0 0.265 0.279 1.72 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0135 81.6 272 0.00293 0 0 0 DriftChamberPhysical initStep - 1 -1.16 81.8 272 0.00105 0.00189 1.5 1.5 DriftChamberPhysical eIoni - 2 -1.28 81.9 272 0 0.00105 0.322 1.82 DriftChamberPhysical eIoni + 0 0.207 652 1.1e+03 0.147 0 0 0 Crystal initStep + 1 0.286 652 1.1e+03 0 0.00572 0.589 0.589 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 20 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00884 29 96.6 0.00125 0 0 0 WorldPhysical initStep - 1 -0.000969 29 96.6 0 0.00125 0.079 0.079 WorldPhysical eIoni + 0 0.286 652 1.1e+03 0.141 0 0 0 Crystal initStep + 1 0.286 652 1.1e+03 0 0.141 0.106 0.106 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00123 8.79 29.3 0.00109 0 0 0 WorldPhysical initStep - 1 -0.0198 8.77 29.3 0 0.00109 0.0648 0.0648 WorldPhysical eIoni + 0 0.168 653 1.1e+03 0.333 0 0 0 Crystal initStep + 1 0.738 650 1.1e+03 0.333 0 2.7 2.7 Crystal CoupledTransportation + 2 5.63 627 1.1e+03 0.309 0 23.2 25.9 Crystal compt + 3 5.51 625 1.1e+03 0 0.036 3.08 29 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 -0.000342 22.7 75.7 1e+03 0.0185 79 79 WorldPhysical eIoni - 2 -0.00116 28.7 95.6 1e+03 0.00322 20.7 99.8 WorldPhysical eIoni - 3 -0.00183 30 100 1e+03 0.00106 4.64 104 DriftChamberPhysical CoupledTransportation - 4 -0.103 270 900 1e+03 0.0261 835 940 WorldPhysical CoupledTransportation - 5 -0.104 276 919 1e+03 0.00168 20 960 WorldPhysical eIoni - 6 -0.104 278 928 1e+03 0.000751 9.13 969 WorldPhysical eIoni - 7 -0.0852 300 1e+03 1e+03 0.013 75.3 1.04e+03 Crystal CoupledTransportation - 8 -0.0852 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 5.51 625 1.1e+03 0.273 0 0 0 Crystal initStep + 1 5.52 624 1.1e+03 0 0.273 0.292 0.292 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.104 278 928 0.0648 0 0 0 WorldPhysical initStep - 1 -1.32 278 928 0.0584 0.00103 1.41 1.41 WorldPhysical eIoni - 2 -15.3 277 928 0.0507 0.00775 15 16.4 WorldPhysical eIoni - 3 -20.1 275 930 0.0441 0.00498 5.95 22.4 WorldPhysical eIoni - 4 -23.9 272 938 0.0363 0.00772 9.63 32 WorldPhysical eIoni - 5 -28.1 270 941 0.0319 0.0044 7.24 39.2 WorldPhysical eIoni - 6 -28.9 269 942 0.0154 0.00132 1.31 40.5 WorldPhysical eIoni - 7 -28.9 269 942 0.0116 2.89e-05 0.0753 40.6 WorldPhysical eIoni - 8 -29.9 270 943 0.00627 0.00538 2.08 42.7 WorldPhysical eIoni - 9 -29.8 270 943 0.001 0.00526 1.13 43.8 WorldPhysical eIoni - 10 -29.8 270 943 0 0.001 0.0573 43.9 WorldPhysical eIoni + 0 5.63 627 1.1e+03 0.0236 0 0 0 Crystal initStep + 1 5.63 627 1.1e+03 0 0.0236 0.00555 0.00555 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 +* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.9 269 942 0.00372 0 0 0 WorldPhysical initStep - 1 -29 269 942 0 0.00372 0.456 0.456 WorldPhysical eIoni + 0 -0.164 656 1.1e+03 0.382 0 0 0 Crystal initStep + 1 -1.44e-15 655 1.1e+03 0.382 0 1.17 1.17 Crystal CoupledTransportation + 2 0.719 650 1.1e+03 0.382 0 5.13 6.3 Crystal CoupledTransportation + 3 3.44 631 1.1e+03 0 0.0332 19.4 25.7 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 18 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.9 269 942 0.0152 0 0 0 WorldPhysical initStep - 1 -28.7 268 944 0.0119 0.00333 2.61 2.61 WorldPhysical eIoni - 2 -28.7 268 944 0.0105 0.000401 0.248 2.86 WorldPhysical eIoni - 3 -28.4 269 943 0.00426 0.00624 1.91 4.77 WorldPhysical eIoni - 4 -28.4 269 943 0 0.00426 0.578 5.35 WorldPhysical eIoni + 0 3.44 631 1.1e+03 0.348 0 0 0 Crystal initStep + 1 3.44 631 1.1e+03 0 0.348 0.417 0.417 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 +* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.7 268 944 0.001 0 0 0 WorldPhysical initStep - 1 -28.7 268 944 0 0.001 0.0572 0.0572 WorldPhysical eIoni + 0 -0.438 658 1.1e+03 0.65 0 0 0 Crystal initStep + 1 -1.55e-15 655 1.1e+03 0.65 0 3.32 3.32 Crystal CoupledTransportation + 2 0.646 650 1.1e+03 0.65 0 4.9 8.22 Crystal CoupledTransportation + 3 7.39 600 1.09e+03 0.65 0 51.1 59.4 Crystal CoupledTransportation + 4 9.01 588 1.09e+03 0.569 0 12.3 71.6 Crystal compt + 5 19 566 1.09e+03 0.448 0 24.7 96.3 Crystal compt + 6 17.6 550 1.09e+03 0.448 0 16.8 113 Crystal CoupledTransportation + 7 15.9 531 1.08e+03 0.29 0 19.8 133 Crystal compt + 8 14.4 530 1.08e+03 0 0.00572 2.6 135 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.1 275 930 0.00164 0 0 0 WorldPhysical initStep - 1 -20.2 275 930 0 0.00164 0.119 0.119 WorldPhysical eIoni + 0 14.4 530 1.08e+03 0.284 0 0 0 Crystal initStep + 1 14.4 530 1.08e+03 0 0.284 0.311 0.311 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.32 278 928 0.00536 0 0 0 WorldPhysical initStep - 1 -1.34 278 929 0 0.00536 0.865 0.865 WorldPhysical eIoni + 0 15.9 531 1.08e+03 0.158 0 0 0 Crystal initStep + 1 15.9 531 1.08e+03 0 0.158 0.126 0.126 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.104 276 919 0.00152 0 0 0 WorldPhysical initStep - 1 -0.121 276 919 0 0.00152 0.106 0.106 WorldPhysical eIoni + 0 19 566 1.09e+03 0.121 0 0 0 Crystal initStep + 1 19.1 566 1.09e+03 0 0.121 0.0822 0.0822 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00116 28.7 95.6 0.00227 0 0 0 WorldPhysical initStep - 1 0.0329 28.7 95.5 0 0.00227 0.199 0.199 WorldPhysical eIoni + 0 9.01 588 1.09e+03 0.0807 0 0 0 Crystal initStep + 1 9 588 1.09e+03 0 0.0807 0.0425 0.0425 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000342 22.7 75.7 0.00113 0 0 0 WorldPhysical initStep - 1 -0.0117 22.7 75.7 0 0.00113 0.0681 0.0681 WorldPhysical eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 -0.436 660 1.1e+03 0.0628 0 0 0 Crystal initStep + 1 -0.449 660 1.1e+03 0 0.036 0.0952 0.0952 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0.000564 -18.5 61.5 1e+03 0.0135 64.2 64.2 WorldPhysical eIoni - 2 -0.00125 -30 100 1e+03 0.00859 40.2 104 DriftChamberPhysical CoupledTransportation - 3 -0.00988 -270 900 1e+03 0.0239 835 940 WorldPhysical CoupledTransportation - 4 -0.0137 -300 1e+03 1e+03 0.0152 104 1.04e+03 Crystal CoupledTransportation - 5 -0.0137 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 -0.449 660 1.1e+03 0.0268 0 0 0 Crystal initStep + 1 -0.449 660 1.1e+03 0 0.0268 0.00685 0.00685 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000564 -18.5 61.5 0.00229 0 0 0 WorldPhysical initStep - 1 -0.0231 -18.5 61.5 0 0.00229 0.202 0.202 WorldPhysical eIoni + 0 -0.409 660 1.1e+03 0.275 0 0 0 Crystal initStep + 1 -1.8 650 1.1e+03 0.275 0 10.3 10.3 Crystal CoupledTransportation + 2 -3.27 640 1.09e+03 0.275 0 10.9 21.3 Crystal Rayl + 3 -3.86 636 1.09e+03 0 0.0332 4.04 25.3 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 15 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -30 100 1e+03 0.0244 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.0952 -270 900 1e+03 0.0277 835 940 WorldPhysical CoupledTransportation - 3 -0.105 -300 1e+03 1e+03 0.0197 104 1.04e+03 Crystal CoupledTransportation - 4 -0.105 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 -3.86 636 1.09e+03 0.242 0 0 0 Crystal initStep + 1 -3.87 636 1.09e+03 0 0.242 0.244 0.244 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0.000168 -7.78 25.9 1e+03 0.00412 27.1 27.1 WorldPhysical eIoni - 2 -0.000298 -30 100 1e+03 0.0141 77.3 104 DriftChamberPhysical CoupledTransportation - 3 -0.0281 -110 367 1e+03 0.00971 279 383 DriftChamberPhysical eIoni - 4 -0.0815 -270 900 1e+03 0.0169 556 940 WorldPhysical CoupledTransportation - 5 -0.076 -300 1e+03 1e+03 0.0189 104 1.04e+03 Crystal CoupledTransportation - 6 -0.076 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 -0.397 660 1.1e+03 9.85 0 0 0 Crystal initStep + 1 -1.85 650 1.1e+03 9.85 0 10.3 10.3 Crystal CoupledTransportation + 2 -6.55 618 1.09e+03 5.9 0 33.2 43.5 Crystal compt + 3 -7.94 600 1.09e+03 5.9 0 17.9 61.4 Crystal CoupledTransportation + 4 -9.93 575 1.09e+03 0 0 25.4 86.8 Crystal conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0281 -110 367 0.00266 0 0 0 DriftChamberPhysical initStep - 1 0.95 -110 367 0 0.00266 1.36 1.36 DriftChamberPhysical eIoni + 0 -9.93 575 1.09e+03 3.97 0 0 0 Crystal initStep + 1 -10 574 1.09e+03 2.1 0.379 1.01 1.01 Crystal eBrem + 2 -9.42 574 1.09e+03 0.517 1.59 2.19 3.21 Crystal eIoni + 3 -9.45 573 1.09e+03 0 0.517 0.714 3.92 Crystal eIoni + 4 -9.45 573 1.09e+03 0 0 0 3.92 Crystal annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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.000168 -7.78 25.9 0.00176 0 0 0 WorldPhysical initStep - 1 0.0529 -7.77 25.9 0 0.00176 0.132 0.132 WorldPhysical eIoni + 0 -9.45 573 1.09e+03 0.511 0 0 0 Crystal initStep + 1 -14.2 567 1.09e+03 0.325 0 9.8 9.8 Crystal compt + 2 -1.99 551 1.08e+03 0.302 0 21.8 31.6 Crystal compt + 3 -1.26 551 1.08e+03 0 0.036 0.842 32.5 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0.00024 -1.42 4.74 1e+03 0.00131 4.95 4.95 WorldPhysical eIoni - 2 0.00466 -30 100 1e+03 0.0219 99.5 104 DriftChamberPhysical CoupledTransportation - 3 0.0705 -222 740 1e+03 0.0242 669 773 DriftChamberPhysical eIoni - 4 0.0697 -255 851 1e+03 0.00271 116 889 DriftChamberPhysical eIoni - 5 0.0693 -270 900 1e+03 0.000626 50.7 940 WorldPhysical CoupledTransportation - 6 0.0634 -300 1e+03 1e+03 0.0182 104 1.04e+03 Crystal CoupledTransportation - 7 0.0634 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 -1.26 551 1.08e+03 0.266 0 0 0 Crystal initStep + 1 -1.25 550 1.08e+03 0 0.266 0.281 0.281 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0697 -255 851 0.00238 0 0 0 DriftChamberPhysical initStep - 1 -0.213 -256 851 0 0.00238 1.19 1.19 DriftChamberPhysical eIoni + 0 -1.99 551 1.08e+03 0.023 0 0 0 Crystal initStep + 1 -1.99 551 1.08e+03 0 0.023 0.00531 0.00531 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0705 -222 740 0.0188 0 0 0 DriftChamberPhysical initStep - 1 11.4 -221 742 0.0157 0.00311 12.1 12.1 DriftChamberPhysical eIoni - 2 19.8 -223 743 0.0146 0.00105 9.06 21.1 DriftChamberPhysical eIoni - 3 26.8 -224 747 0.0125 0.00209 8.15 29.3 DriftChamberPhysical eIoni - 4 28.6 -224 747 0.01 0.000389 1.9 31.2 DriftChamberPhysical eIoni - 5 32.6 -223 749 0.00899 0.00103 4.82 36 DriftChamberPhysical eIoni - 6 35.2 -224 751 0.00757 0.00142 4.21 40.2 DriftChamberPhysical eIoni - 7 36.9 -226 753 0.0068 0.000772 3.46 43.7 DriftChamberPhysical eIoni - 8 37.4 -229 754 0.00432 0.00247 3.1 46.8 DriftChamberPhysical eIoni - 9 38.3 -230 755 0.00224 0.00209 2.07 48.8 DriftChamberPhysical eIoni - 10 38.8 -231 755 0 0.00224 1.09 49.9 DriftChamberPhysical eIoni + 0 -14.2 567 1.09e+03 0.186 0 0 0 Crystal initStep + 1 -14.3 567 1.09e+03 0 0.186 0.163 0.163 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* 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 28.6 -224 747 0.00211 0 0 0 DriftChamberPhysical initStep - 1 28.7 -225 747 0 0.00211 0.998 0.998 DriftChamberPhysical eIoni + 0 -9.45 573 1.09e+03 0.511 0 0 0 Crystal initStep + 1 0 586 1.1e+03 0.511 0 19.3 19.3 Crystal CoupledTransportation + 2 10.3 600 1.12e+03 0.511 0 21 40.3 Crystal CoupledTransportation + 3 10.6 600 1.12e+03 0 0.036 0.639 41 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00024 -1.42 4.74 0.00101 0 0 0 WorldPhysical initStep - 1 0.0149 -1.41 4.75 0 0.00101 0.0579 0.0579 WorldPhysical eIoni + 0 10.6 600 1.12e+03 0.475 0 0 0 Crystal initStep + 1 10.6 600 1.12e+03 0 0.475 0.644 0.644 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -30 100 1e+03 0.0188 104 104 DriftChamberPhysical CoupledTransportation - 2 0.0323 -270 900 1e+03 0.0229 835 940 WorldPhysical CoupledTransportation - 3 0.0388 -278 928 1e+03 0.00439 29.3 969 WorldPhysical eIoni - 4 0.0584 -300 1e+03 1e+03 0.0108 75.1 1.04e+03 Crystal CoupledTransportation - 5 0.0584 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 -10 574 1.09e+03 1.48 0 0 0 Crystal initStep + 1 0 565 1.09e+03 1.48 0 14.2 14.2 Crystal CoupledTransportation + 2 16.2 550 1.08e+03 1.48 0 23 37.2 Crystal CoupledTransportation + 3 50 519 1.07e+03 1.48 0 48 85.2 Crystal CoupledTransportation + 4 51.1 518 1.07e+03 0.321 0 1.51 86.7 Crystal compt + 5 50 517 1.07e+03 0.321 0 5.4 92.1 Crystal CoupledTransportation + 6 49.8 516 1.07e+03 0 0.036 0.783 92.9 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 56 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0388 -278 928 0.00592 0 0 0 WorldPhysical initStep - 1 -0.181 -279 928 0.00281 0.00199 0.491 0.491 WorldPhysical eIoni - 2 -0.116 -279 928 0 0.00281 0.281 0.772 WorldPhysical eIoni + 0 49.8 516 1.07e+03 0.285 0 0 0 Crystal initStep + 1 49.8 516 1.07e+03 0.218 0.0667 0.0904 0.0904 Crystal msc + 2 49.8 516 1.07e+03 0 0.218 0.209 0.299 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 56 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.181 -279 928 0.00113 0 0 0 WorldPhysical initStep - 1 -0.198 -279 928 0 0.00113 0.0677 0.0677 WorldPhysical eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 51.1 518 1.07e+03 1.16 0 0 0 Crystal initStep + 1 51.6 518 1.07e+03 0.86 0.302 0.695 0.695 Crystal msc + 2 51.7 518 1.07e+03 0 0.86 1.3 2 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -60 100 1e+03 0.0174 117 117 DriftChamberPhysical CoupledTransportation - 2 0.0142 -125 208 1e+03 0.00309 126 243 DriftChamberPhysical eIoni - 3 0.0607 -504 840 1e+03 0.0183 737 980 DriftChamberPhysical eIoni - 4 0.0623 -540 900 1e+03 0.00162 69.5 1.05e+03 WorldPhysical CoupledTransportation - 5 0.0701 -569 949 1e+03 0.0101 56.8 1.11e+03 WorldPhysical eIoni - 6 0.0745 -581 968 1e+03 0.00579 22.7 1.13e+03 WorldPhysical eIoni - 7 0.0841 -600 1e+03 1e+03 0.0077 37.2 1.17e+03 Crystal CoupledTransportation - 8 0.0841 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 -9.93 575 1.09e+03 0.91 0 0 0 Crystal initStep + 1 -9.89 575 1.09e+03 0.0615 0.849 1.36 1.36 Crystal eIoni + 2 -9.89 575 1.09e+03 0 0.0615 0.0271 1.39 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0745 -581 968 0.00163 0 0 0 WorldPhysical initStep - 1 0.0428 -581 968 0 0.00163 0.117 0.117 WorldPhysical eIoni + 0 -6.55 618 1.09e+03 3.95 0 0 0 Crystal initStep + 1 -6.8 617 1.09e+03 2.82 0.988 2.07 2.07 Crystal eBrem + 2 -7.43 617 1.09e+03 1.72 1.1 2.51 4.58 Crystal eIoni + 3 -7.41 617 1.09e+03 0.802 0.923 1.96 6.54 Crystal eIoni + 4 -7.4 617 1.09e+03 0.144 0.658 1.23 7.77 Crystal eIoni + 5 -7.4 617 1.09e+03 0 0.144 0.109 7.88 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 53 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0701 -569 949 0.00104 0 0 0 WorldPhysical initStep - 1 0.0917 -569 949 0 0.00104 0.06 0.06 WorldPhysical eIoni + 0 -6.8 617 1.09e+03 0.138 0 0 0 Crystal initStep + 1 -7 617 1.09e+03 0 0.036 0.284 0.284 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0607 -504 840 0.00259 0 0 0 DriftChamberPhysical initStep - 1 1.01 -505 840 0 0.00259 1.32 1.32 DriftChamberPhysical eIoni + 0 -7 617 1.09e+03 0.102 0 0 0 Crystal initStep + 1 -7 617 1.09e+03 0 0.102 0.0627 0.0627 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0142 -125 208 0.00529 0 0 0 DriftChamberPhysical initStep - 1 0.971 -123 209 0.00252 0.00277 2.45 2.45 DriftChamberPhysical eIoni - 2 1.48 -123 210 0 0.00252 1.28 3.73 DriftChamberPhysical eIoni + 0 -0.454 658 1.1e+03 0.0931 0 0 0 Crystal initStep + 1 -0.448 659 1.1e+03 0 0.036 0.356 0.356 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0.000722 -7.99 13.3 1e+03 0.00313 15.5 15.5 WorldPhysical eIoni - 2 0.00569 -60 100 1e+03 0.0213 101 117 DriftChamberPhysical CoupledTransportation - 3 -0.043 -540 900 1e+03 0.0268 933 1.05e+03 WorldPhysical CoupledTransportation - 4 -0.0464 -600 1e+03 1e+03 0.0198 117 1.17e+03 Crystal CoupledTransportation - 5 -0.0464 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 -0.448 659 1.1e+03 0.0571 0 0 0 Crystal initStep + 1 -0.45 659 1.1e+03 0 0.0571 0.0239 0.0239 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000722 -7.99 13.3 0.002 0 0 0 WorldPhysical initStep - 1 0.0547 -8.03 13.3 0 0.002 0.162 0.162 WorldPhysical eIoni + 0 -0.481 658 1.1e+03 1.74 0 0 0 Crystal initStep + 1 -2.22e-16 661 1.1e+03 1.74 0 6.34 6.34 Crystal CoupledTransportation + 2 0.0697 662 1.1e+03 0.322 0 0.92 7.26 Crystal compt + 3 6.21 657 1.1e+03 0 0.036 7.95 15.2 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 -0.000672 -10.8 18 1e+03 0.00594 21 21 WorldPhysical eIoni - 2 -0.0111 -60 100 1e+03 0.019 95.6 117 DriftChamberPhysical CoupledTransportation - 3 -0.29 -347 579 1e+03 0.0177 558 675 DriftChamberPhysical eIoni - 4 -0.457 -532 886 1e+03 0.0116 358 1.03e+03 DriftChamberPhysical eIoni - 5 -0.464 -540 900 1e+03 0.000216 16.6 1.05e+03 WorldPhysical CoupledTransportation - 6 -0.479 -554 922 1e+03 0.00434 26.1 1.08e+03 WorldPhysical eIoni - 7 -0.479 -554 923 1e+03 9.46e-05 0.671 1.08e+03 WorldPhysical eIoni - 8 -0.481 -556 926 1e+03 0.000606 3.38 1.08e+03 WorldPhysical eIoni - 9 -0.509 -600 1e+03 1e+03 0.0225 86.5 1.17e+03 Crystal CoupledTransportation - 10 -0.509 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 6.21 657 1.1e+03 0.286 0 0 0 Crystal initStep + 1 6.19 657 1.1e+03 0 0.286 0.314 0.314 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.481 -556 926 0.108 0 0 0 WorldPhysical initStep - 1 -5.04 -563 923 0.104 0.0028 9.08 9.08 WorldPhysical eIoni - 2 -20.3 -578 912 0.0894 0.00945 25.4 34.5 WorldPhysical eIoni - 3 -31 -599 900 0.0773 0.012 30.2 64.7 WorldPhysical eIoni - 4 -31 -599 900 0.0772 0.000143 0.546 65.2 DriftChamberPhysical CoupledTransportation - 5 -25.9 -689 794 0.0693 0.00784 141 206 DriftChamberPhysical eIoni - 6 -50 -775 723 0.0604 0.00891 117 323 DriftChamberPhysical eIoni - 7 -86.8 -822 656 0.0516 0.00881 91.4 414 DriftChamberPhysical eIoni - 8 -120 -844 615 0.0451 0.00551 58.2 473 DriftChamberPhysical eIoni - 9 -153 -863 579 0.0405 0.00463 54.3 527 DriftChamberPhysical eIoni - 10 -185 -883 558 0.0348 0.00566 44.8 572 DriftChamberPhysical eIoni - 11 -217 -876 557 0.0291 0.00574 34.3 606 DriftChamberPhysical eIoni - 12 -241 -871 559 0.0264 0.00268 25.1 631 DriftChamberPhysical eIoni - 13 -245 -871 559 0.0188 0.000804 3.94 635 DriftChamberPhysical eIoni - 14 -255 -867 554 0.015 0.00374 12.1 647 DriftChamberPhysical eIoni - 15 -260 -863 550 0.0142 0.000808 8.51 656 DriftChamberPhysical eIoni - 16 -264 -860 544 0.0126 0.00159 7.83 663 DriftChamberPhysical eIoni - 17 -267 -858 539 0.0104 0.00229 6.59 670 DriftChamberPhysical eIoni - 18 -270 -857 535 0.00677 0.00358 5.02 675 DriftChamberPhysical eIoni - 19 -271 -858 534 0.00501 0.000485 1.44 676 DriftChamberPhysical eIoni - 20 -272 -859 535 0.00395 0.00106 2.34 679 DriftChamberPhysical eIoni - 21 -273 -861 535 0.00296 0.00099 1.93 681 DriftChamberPhysical eIoni - 22 -273 -862 535 0.00121 0.00175 1.51 682 DriftChamberPhysical eIoni - 23 -273 -862 535 0 0.00121 0.404 683 DriftChamberPhysical eIoni + 0 0.0697 662 1.1e+03 1.42 0 0 0 Crystal initStep + 1 0.0828 662 1.1e+03 1.38 0.0392 0.0915 0.0915 Crystal msc + 2 0.0844 662 1.1e+03 1.31 0.0713 0.125 0.217 Crystal msc + 3 0.0312 662 1.1e+03 1.29 0.0189 0.0814 0.298 Crystal msc + 4 8.78e-16 662 1.1e+03 1.28 0.0117 0.0387 0.337 Crystal CoupledTransportation + 5 -0.0841 662 1.1e+03 1.24 0.0397 0.0918 0.428 Crystal msc + 6 -0.164 662 1.1e+03 1.2 0.042 0.0885 0.517 Crystal msc + 7 -0.22 662 1.1e+03 1.15 0.0419 0.105 0.622 Crystal msc + 8 -0.232 662 1.1e+03 1.1 0.0551 0.127 0.749 Crystal msc + 9 -0.146 662 1.1e+03 1 0.0974 0.105 0.853 Crystal msc + 10 -0.1 662 1.1e+03 0.961 0.0411 0.0848 0.938 Crystal msc + 11 -0.0724 662 1.1e+03 0.924 0.0371 0.0848 1.02 Crystal msc + 12 -0.0601 662 1.1e+03 0.881 0.0433 0.102 1.12 Crystal msc + 13 -0.0941 662 1.1e+03 0.86 0.0211 0.0856 1.21 Crystal msc + 14 -0.136 662 1.1e+03 0.815 0.0449 0.0788 1.29 Crystal msc + 15 -0.188 662 1.1e+03 0.79 0.0251 0.0842 1.37 Crystal msc + 16 -0.251 662 1.1e+03 0.754 0.0355 0.113 1.49 Crystal msc + 17 -0.367 662 1.1e+03 0.694 0.0604 0.142 1.63 Crystal msc + 18 -0.478 661 1.1e+03 0.604 0.0894 0.225 1.85 Crystal msc + 19 -0.354 661 1.1e+03 0.447 0.157 0.273 2.12 Crystal msc + 20 -0.297 661 1.1e+03 0 0.447 0.593 2.72 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -271 -858 534 0.00127 0 0 0 DriftChamberPhysical initStep - 1 -271 -858 534 0 0.00127 0.437 0.437 DriftChamberPhysical eIoni + 0 -0.49 658 1.1e+03 4.76 0 0 0 Crystal initStep + 1 -0.856 658 1.1e+03 4.53 0.232 0.619 0.619 Crystal msc + 2 -0.915 658 1.1e+03 3.57 0.0202 0.0851 0.704 Crystal eBrem + 3 -1.44 658 1.1e+03 3.32 0.257 0.611 1.31 Crystal msc + 4 -2.05 658 1.1e+03 2.84 0.479 0.955 2.27 Crystal msc + 5 -2.54 658 1.1e+03 1.71 0.228 0.59 2.86 Crystal eBrem + 6 -2.56 658 1.1e+03 0.866 0.0415 0.106 2.97 Crystal eIoni + 7 -2.45 658 1.1e+03 0.208 0.658 1.31 4.27 Crystal eIoni + 8 -2.45 658 1.1e+03 0 0.208 0.194 4.47 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -245 -871 559 0.00679 0 0 0 DriftChamberPhysical initStep - 1 -246 -872 561 0.00527 0.00152 3.1 3.1 DriftChamberPhysical eIoni - 2 -247 -872 563 0.00319 0.00209 2.45 5.54 DriftChamberPhysical eIoni - 3 -247 -872 564 0 0.00319 1.61 7.15 DriftChamberPhysical eIoni + 0 -2.56 658 1.1e+03 0.802 0 0 0 Crystal initStep + 1 -2.42 658 1.1e+03 0.108 0.694 1.23 1.23 Crystal eIoni + 2 -2.41 658 1.1e+03 0 0.108 0.0687 1.29 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -120 -844 615 0.00104 0 0 0 DriftChamberPhysical initStep - 1 -120 -844 615 0 0.00104 0.317 0.317 DriftChamberPhysical eIoni + 0 -2.54 658 1.1e+03 0.901 0 0 0 Crystal initStep + 1 -7.17 653 1.09e+03 0.654 0 10.3 10.3 Crystal compt + 2 -5.75 650 1.08e+03 0.654 0 7.77 18.1 Crystal CoupledTransportation + 3 0 638 1.05e+03 0.654 0 31.6 49.7 Crystal CoupledTransportation + 4 0.41 637 1.05e+03 0.383 0 2.25 51.9 Crystal compt + 5 28.2 638 1.04e+03 0.383 0 29.3 81.2 Crystal Rayl + 6 40.5 639 1.04e+03 0 0.0332 12.7 94 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 71 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.3 -578 912 0.00492 0 0 0 WorldPhysical initStep - 1 -20.6 -578 912 0 0.00492 0.744 0.744 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.04 -563 923 0.00144 0 0 0 WorldPhysical initStep - 1 -5.05 -563 923 0 0.00144 0.097 0.097 WorldPhysical 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.479 -554 923 0.00122 0 0 0 WorldPhysical initStep - 1 -0.508 -554 923 0 0.00122 0.0758 0.0758 WorldPhysical 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.479 -554 922 0.0199 0 0 0 WorldPhysical initStep - 1 -1.07 -552 924 0.0132 0.00666 3.39 3.39 WorldPhysical eIoni - 2 -1.08 -552 925 0.00918 0.00296 1.56 4.95 WorldPhysical eIoni - 3 -1.29 -553 926 0.00508 0.0041 1.71 6.65 WorldPhysical eIoni - 4 -1.43 -553 926 0 0.00508 0.786 7.44 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.08 -552 925 0.00107 0 0 0 WorldPhysical initStep - 1 -1.05 -552 925 0 0.00107 0.063 0.063 WorldPhysical 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.457 -532 886 0.0012 0 0 0 DriftChamberPhysical initStep - 1 -0.725 -532 886 0 0.0012 0.398 0.398 DriftChamberPhysical 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.29 -347 579 0.00195 0 0 0 DriftChamberPhysical initStep - 1 -0.883 -347 579 0 0.00195 0.871 0.871 DriftChamberPhysical 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.000672 -10.8 18 0.00208 0 0 0 WorldPhysical initStep - 1 0.0651 -10.8 18 0 0.00208 0.172 0.172 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0.00226 -27.8 46.3 1e+03 0.0129 54 54 WorldPhysical eIoni - 2 0.00903 -60 100 1e+03 0.00961 62.6 117 DriftChamberPhysical CoupledTransportation - 3 0.0591 -368 613 1e+03 0.0167 598 715 DriftChamberPhysical eIoni - 4 0.0468 -466 777 1e+03 0.00655 191 906 DriftChamberPhysical eIoni - 5 0.0359 -540 900 1e+03 0.0046 144 1.05e+03 WorldPhysical CoupledTransportation - 6 0.0347 -544 908 1e+03 0.00148 8.92 1.06e+03 WorldPhysical eIoni - 7 0.0206 -585 975 1e+03 0.0144 78.9 1.14e+03 WorldPhysical eIoni - 8 0.0107 -600 1e+03 1e+03 0.00365 28.8 1.17e+03 Crystal CoupledTransportation - 9 0.0107 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom - -********************************************************************************************************* -* 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.0206 -585 975 0.00206 0 0 0 WorldPhysical initStep - 1 0.0543 -585 975 0 0.00206 0.17 0.17 WorldPhysical 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.0347 -544 908 0.00529 0 0 0 WorldPhysical initStep - 1 0.0337 -544 908 0 0.00529 0.846 0.846 WorldPhysical 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.0468 -466 777 0.00114 0 0 0 DriftChamberPhysical initStep - 1 -0.016 -466 777 0 0.00114 0.369 0.369 DriftChamberPhysical 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.0591 -368 613 0.00118 0 0 0 DriftChamberPhysical initStep - 1 0.25 -368 613 0 0.00118 0.388 0.388 DriftChamberPhysical 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.00226 -27.8 46.3 0.00349 0 0 0 WorldPhysical initStep - 1 -0.0571 -27.9 46.2 0 0.00349 0.408 0.408 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 4.54e-05 -3.79 6.32 1e+03 0.00101 7.37 7.37 WorldPhysical eIoni - 2 0.00233 -45.8 76.4 1e+03 0.0158 81.7 89.1 WorldPhysical eIoni - 3 0.0056 -60 100 1e+03 0.00599 27.5 117 DriftChamberPhysical CoupledTransportation - 4 0.0108 -74.2 124 1e+03 0.000453 27.6 144 DriftChamberPhysical eIoni - 5 0.152 -404 673 1e+03 0.0157 641 785 DriftChamberPhysical eIoni - 6 0.222 -540 900 1e+03 0.00793 265 1.05e+03 WorldPhysical CoupledTransportation - 7 0.255 -600 1e+03 1e+03 0.0223 117 1.17e+03 Crystal CoupledTransportation - 8 0.255 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom - -********************************************************************************************************* -* 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.152 -404 673 0.00169 0 0 0 DriftChamberPhysical initStep - 1 0.497 -404 673 0 0.00169 0.69 0.69 DriftChamberPhysical 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.0108 -74.2 124 0.00222 0 0 0 DriftChamberPhysical initStep - 1 -0.744 -74.4 124 0 0.00222 1.08 1.08 DriftChamberPhysical 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.00233 -45.8 76.4 0.00144 0 0 0 WorldPhysical initStep - 1 -0.0356 -45.9 76.4 0 0.00144 0.0979 0.0979 WorldPhysical 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 4.54e-05 -3.79 6.32 0.0016 0 0 0 WorldPhysical initStep - 1 -0.0451 -3.8 6.32 0 0.0016 0.114 0.114 WorldPhysical eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 60 100 1e+03 0.0182 117 117 DriftChamberPhysical CoupledTransportation - 2 0.113 411 685 1e+03 0.0135 683 799 DriftChamberPhysical hIoni - 3 0.135 540 900 1e+03 0.00456 250 1.05e+03 WorldPhysical CoupledTransportation - 4 0.142 570 950 1e+03 0.00965 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 5 0.142 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.113 411 685 0.00189 0 0 0 DriftChamberPhysical initStep - 1 0.562 411 686 0 0.00189 0.828 0.828 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 53.5 89.1 1e+03 0.0127 104 104 WorldPhysical hIoni - 2 -0.00232 60 100 1e+03 0.00233 12.7 117 DriftChamberPhysical CoupledTransportation - 3 -0.0738 257 428 1e+03 0.00728 383 499 DriftChamberPhysical hIoni - 4 -0.125 398 663 1e+03 0.00598 274 773 DriftChamberPhysical hIoni - 5 -0.189 540 900 1e+03 0.00533 276 1.05e+03 WorldPhysical CoupledTransportation - 6 -0.211 570 950 1e+03 0.00609 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 7 -0.211 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.125 398 663 0.00117 0 0 0 DriftChamberPhysical initStep - 1 0.133 398 663 0 0.00117 0.383 0.383 DriftChamberPhysical 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.0738 257 428 0.00848 0 0 0 DriftChamberPhysical initStep - 1 -0.604 254 430 0.00712 0.00136 3.93 3.93 DriftChamberPhysical eIoni - 2 -1.08 251 431 0.00438 0.00274 3.25 7.18 DriftChamberPhysical eIoni - 3 -1.08 250 433 0.00254 0.00184 2.1 9.28 DriftChamberPhysical eIoni - 4 -0.842 250 433 0.00185 0.000694 0.353 9.63 DriftChamberPhysical eIoni - 5 -0.52 250 434 0 0.00185 0.802 10.4 DriftChamberPhysical 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 53.5 89.1 0.00256 0 0 0 WorldPhysical initStep - 1 0.0739 53.4 89.1 0 0.00256 0.242 0.242 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 60 100 1e+03 0.014 117 117 DriftChamberPhysical CoupledTransportation - 2 -0.105 435 725 1e+03 0.0146 729 846 DriftChamberPhysical hIoni - 3 -0.137 540 900 1e+03 0.00296 204 1.05e+03 WorldPhysical CoupledTransportation - 4 -0.147 567 946 1e+03 0.00751 53.8 1.1e+03 WorldPhysical hIoni - 5 -0.148 570 950 1e+03 0.000496 4.54 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 6 -0.148 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.147 567 946 0.00119 0 0 0 WorldPhysical initStep - 1 -0.173 567 946 0 0.00119 0.0734 0.0734 WorldPhysical 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.105 435 725 0.0126 0 0 0 DriftChamberPhysical initStep - 1 -1.59 441 723 0.0118 0.000808 6.59 6.59 DriftChamberPhysical eIoni - 2 -4.4 445 721 0.00731 0.00244 5.81 12.4 DriftChamberPhysical eIoni - 3 -5.1 448 720 0.00673 0.000581 3.34 15.7 DriftChamberPhysical eIoni - 4 -6.08 450 720 0.00476 0.00197 3.07 18.8 DriftChamberPhysical eIoni - 5 -6.55 452 718 0.00254 0.00222 2.24 21 DriftChamberPhysical eIoni - 6 -6.55 452 718 0 0.00254 1.29 22.3 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.4 445 721 0.00208 0 0 0 DriftChamberPhysical initStep - 1 -4.61 445 720 0 0.00208 0.971 0.971 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 12.1 20.2 1e+03 0.00518 23.6 23.6 WorldPhysical hIoni - 2 0.00198 44.8 74.6 1e+03 0.0063 63.4 87 WorldPhysical hIoni - 3 0.00329 60 100 1e+03 0.00362 29.6 117 DriftChamberPhysical CoupledTransportation - 4 0.0239 474 790 1e+03 0.0143 805 921 DriftChamberPhysical hIoni - 5 0.039 540 900 1e+03 0.00197 128 1.05e+03 WorldPhysical CoupledTransportation - 6 0.0412 570 950 1e+03 0.00876 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 7 0.0412 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.0239 474 790 0.00435 0 0 0 DriftChamberPhysical initStep - 1 -0.724 475 789 0.00252 0.00184 2.08 2.08 DriftChamberPhysical eIoni - 2 -1.37 476 789 0.0011 0.00142 1.27 3.36 DriftChamberPhysical eIoni - 3 -1.41 476 789 0 0.0011 0.346 3.7 DriftChamberPhysical 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.00198 44.8 74.6 0.00223 0 0 0 WorldPhysical initStep - 1 -0.00969 44.9 74.6 0 0.00223 0.193 0.193 WorldPhysical 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 12.1 20.2 0.00171 0 0 0 WorldPhysical initStep - 1 -0.0494 12.2 20.2 0 0.00171 0.127 0.127 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 60 100 1e+03 0.0178 117 117 DriftChamberPhysical CoupledTransportation - 2 0.0204 188 314 1e+03 0.00305 249 366 DriftChamberPhysical hIoni - 3 0.0152 455 759 1e+03 0.0122 519 885 DriftChamberPhysical hIoni - 4 0.0152 540 900 1e+03 0.00465 165 1.05e+03 WorldPhysical CoupledTransportation - 5 0.0166 570 950 1e+03 0.00466 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 6 0.0166 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.0152 455 759 0.00109 0 0 0 DriftChamberPhysical initStep - 1 0.042 455 759 0 0.00109 0.343 0.343 DriftChamberPhysical 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.0204 188 314 0.00437 0 0 0 DriftChamberPhysical initStep - 1 1.65 189 313 0.0028 0.00157 2.09 2.09 DriftChamberPhysical eIoni - 2 2.54 189 313 0 0.0028 1.43 3.52 DriftChamberPhysical eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 30 100 1e+03 0.0129 104 104 DriftChamberPhysical CoupledTransportation - 2 0.00531 270 900 1e+03 0.0174 835 940 WorldPhysical CoupledTransportation - 3 0.00795 285 950 1e+03 0.00771 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 4 0.00795 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 26.8 89.5 1e+03 0.0137 93.4 93.4 WorldPhysical hIoni - 2 0.0012 30 100 1e+03 0.000507 11 104 DriftChamberPhysical CoupledTransportation - 3 0.00961 53.3 177 1e+03 0.00101 80.9 185 DriftChamberPhysical hIoni - 4 0.0463 207 690 1e+03 0.0114 535 720 DriftChamberPhysical hIoni - 5 0.0544 270 900 1e+03 0.00344 220 940 WorldPhysical CoupledTransportation - 6 0.0583 285 950 1e+03 0.00501 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 7 0.0583 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.0463 207 690 0.00126 0 0 0 DriftChamberPhysical initStep - 1 0.302 207 690 0 0.00126 0.431 0.431 DriftChamberPhysical 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.00961 53.3 177 0.0258 0 0 0 DriftChamberPhysical initStep - 1 -3.09 34.1 182 0.0219 0.00386 20.4 20.4 DriftChamberPhysical eIoni - 2 -3.96 28.4 184 0.0158 0.000512 6.16 26.6 DriftChamberPhysical eIoni - 3 -1.01 20.9 188 0.0129 0.00296 9.2 35.8 DriftChamberPhysical eIoni - 4 2.63 18 192 0.011 0.00183 6.76 42.5 DriftChamberPhysical eIoni - 5 6.67 16.4 195 0.00873 0.00232 5.47 48 DriftChamberPhysical eIoni - 6 9.94 15.1 196 0.00754 0.00118 4.07 52.1 DriftChamberPhysical eIoni - 7 12.8 13.7 197 0.00634 0.0012 3.45 55.5 DriftChamberPhysical eIoni - 8 15.4 13.2 196 0.00468 0.00167 2.89 58.4 DriftChamberPhysical eIoni - 9 16.9 13.5 195 0.00339 0.00128 2.21 60.6 DriftChamberPhysical eIoni - 10 18.3 13.8 195 0.002 0.00139 1.7 62.3 DriftChamberPhysical eIoni - 11 18.9 13.7 195 0 0.002 0.915 63.2 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.96 28.4 184 0.00557 0 0 0 DriftChamberPhysical initStep - 1 -5.83 27.3 183 0.00404 0.00153 2.56 2.56 DriftChamberPhysical eIoni - 2 -7.11 26.4 183 0.00237 0.00167 1.96 4.53 DriftChamberPhysical eIoni - 3 -6.69 26.3 183 0 0.00237 1.18 5.71 DriftChamberPhysical 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 26.8 89.5 0.00493 0 0 0 WorldPhysical initStep - 1 -0.286 26.7 89.5 0 0.00493 0.747 0.747 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 19 63.5 1e+03 0.00885 66.3 66.3 WorldPhysical hIoni - 2 -0.00186 28 93.4 1e+03 0.00365 31.2 97.5 WorldPhysical hIoni - 3 -0.00248 30 100 1e+03 0.000462 6.93 104 DriftChamberPhysical CoupledTransportation - 4 -0.0388 270 900 1e+03 0.0193 835 940 WorldPhysical CoupledTransportation - 5 -0.0407 278 927 1e+03 0.00239 27.8 967 WorldPhysical hIoni - 6 -0.0429 285 950 1e+03 0.00297 24.4 992 WorldPhysical fastSimProcess_parallelGeom - 7 -0.0429 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.0407 278 927 0.00188 0 0 0 WorldPhysical initStep - 1 -0.0668 278 927 0 0.00188 0.147 0.147 WorldPhysical 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.00186 28 93.4 0.00112 0 0 0 WorldPhysical initStep - 1 0.021 28 93.4 0 0.00112 0.0673 0.0673 WorldPhysical 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 19 63.5 0.00115 0 0 0 WorldPhysical initStep - 1 -0.0178 19.1 63.5 0 0.00115 0.0699 0.0699 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 15.6 52 1e+03 0.01 54.3 54.3 WorldPhysical hIoni - 2 -0.00523 29.5 98.4 1e+03 0.00667 48.4 103 WorldPhysical hIoni - 3 -0.0055 30 100 1e+03 0.000149 1.69 104 DriftChamberPhysical CoupledTransportation - 4 -0.0821 169 563 1e+03 0.0116 483 587 DriftChamberPhysical hIoni - 5 -0.122 270 900 1e+03 0.00598 352 940 WorldPhysical CoupledTransportation - 6 -0.123 272 907 1e+03 0.00186 7.31 947 WorldPhysical hIoni - 7 -0.137 282 939 1e+03 0.00389 33.4 980 WorldPhysical hIoni - 8 -0.143 285 950 1e+03 0.00158 11.5 992 WorldPhysical fastSimProcess_parallelGeom - 9 -0.143 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.137 282 939 0.00222 0 0 0 WorldPhysical initStep - 1 -0.0612 282 939 0 0.00222 0.192 0.192 WorldPhysical 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.123 272 907 0.00112 0 0 0 WorldPhysical initStep - 1 -0.145 272 907 0 0.00112 0.0669 0.0669 WorldPhysical 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.0821 169 563 0.00104 0 0 0 DriftChamberPhysical initStep - 1 -0.3 169 563 0 0.00104 0.317 0.317 DriftChamberPhysical 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.00523 29.5 98.4 0.00157 0 0 0 WorldPhysical initStep - 1 -0.0468 29.5 98.4 0 0.00157 0.111 0.111 WorldPhysical 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 15.6 52 0.00333 0 0 0 WorldPhysical initStep - 1 0.151 15.6 52 0 0.00333 0.376 0.376 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 5.8 19.3 1e+03 0.00277 20.2 20.2 WorldPhysical hIoni - 2 -5.77e-05 8.41 28 1e+03 0.000645 9.09 29.3 WorldPhysical hIoni - 3 -0.00161 30 100 1e+03 0.0102 75.1 104 DriftChamberPhysical CoupledTransportation - 4 -0.0191 82.3 274 1e+03 0.00333 182 286 DriftChamberPhysical hIoni - 5 -0.0665 270 900 1e+03 0.0124 653 940 WorldPhysical CoupledTransportation - 6 -0.0753 285 950 1e+03 0.00825 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 7 -0.0753 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.0191 82.3 274 0.00473 0 0 0 DriftChamberPhysical initStep - 1 -0.751 81.3 275 0.00255 0.000484 1.37 1.37 DriftChamberPhysical eIoni - 2 -0.82 80.5 275 0 0.00255 1.11 2.48 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.751 81.3 275 0.0017 0 0 0 DriftChamberPhysical initStep - 1 -1.22 81.3 275 0 0.0017 0.694 0.694 DriftChamberPhysical 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 -5.77e-05 8.41 28 0.00192 0 0 0 WorldPhysical initStep - 1 0.034 8.46 28 0 0.00192 0.152 0.152 WorldPhysical 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 5.8 19.3 0.00129 0 0 0 WorldPhysical initStep - 1 0.0112 5.83 19.3 0 0.00129 0.0828 0.0828 WorldPhysical eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -30 100 1e+03 0.0119 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.0462 -112 372 1e+03 0.00531 284 388 DriftChamberPhysical hIoni - 3 -0.103 -228 761 1e+03 0.00931 406 794 DriftChamberPhysical hIoni - 4 -0.138 -270 900 1e+03 0.00277 145 940 WorldPhysical CoupledTransportation - 5 -0.151 -285 950 1e+03 0.00983 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 6 -0.151 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.103 -228 761 0.00645 0 0 0 DriftChamberPhysical initStep - 1 2.27 -229 761 0.00319 0.0011 2.59 2.59 DriftChamberPhysical eIoni - 2 3.18 -229 760 0.00186 0.00133 1.62 4.2 DriftChamberPhysical eIoni - 3 3.54 -229 760 0 0.00186 0.806 5.01 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.27 -229 761 0.00216 0 0 0 DriftChamberPhysical initStep - 1 2.73 -229 761 0 0.00216 1.04 1.04 DriftChamberPhysical 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.0462 -112 372 0.0101 0 0 0 DriftChamberPhysical initStep - 1 -0.516 -112 372 0.0087 0.000186 0.542 0.542 DriftChamberPhysical eIoni - 2 -3.79 -113 373 0.00713 0.00157 4.05 4.59 DriftChamberPhysical eIoni - 3 -6.47 -115 374 0.00603 0.0011 3.25 7.84 DriftChamberPhysical eIoni - 4 -7.99 -116 375 0.0034 0.00263 2.76 10.6 DriftChamberPhysical eIoni - 5 -8 -115 375 0.00155 0.00185 1.71 12.3 DriftChamberPhysical eIoni - 6 -8.17 -115 375 0 0.00155 0.599 12.9 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.516 -112 372 0.00123 0 0 0 DriftChamberPhysical initStep - 1 -0.589 -112 372 0 0.00123 0.411 0.411 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -30 100 1e+03 0.00787 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.143 -192 640 1e+03 0.0144 564 668 DriftChamberPhysical hIoni - 3 -0.222 -270 900 1e+03 0.00648 272 940 WorldPhysical CoupledTransportation - 4 -0.239 -285 950 1e+03 0.00543 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 5 -0.239 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.143 -192 640 0.00395 0 0 0 DriftChamberPhysical initStep - 1 0.709 -190 640 0.00196 0.00199 1.93 1.93 DriftChamberPhysical eIoni - 2 0.935 -190 641 0 0.00196 0.88 2.81 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 1.05e-06 -0.28 0.932 1e+03 0.000117 0.974 0.974 WorldPhysical hIoni - 2 -0.00448 -30 100 1e+03 0.0106 103 104 DriftChamberPhysical CoupledTransportation - 3 -0.0138 -43.1 144 1e+03 0.000771 45.4 150 DriftChamberPhysical hIoni - 4 -0.0182 -50.1 167 1e+03 0.000799 24.4 174 DriftChamberPhysical hIoni - 5 -0.02 -53.4 178 1e+03 0.000191 11.5 186 DriftChamberPhysical hIoni - 6 -0.0232 -62.8 209 1e+03 0.000544 32.8 219 DriftChamberPhysical hIoni - 7 -0.0911 -270 900 1e+03 0.0114 721 940 WorldPhysical CoupledTransportation - 8 -0.0946 -285 950 1e+03 0.00717 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 9 -0.0946 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.0232 -62.8 209 0.00228 0 0 0 DriftChamberPhysical initStep - 1 -0.0457 -63.6 209 0 0.00228 1.12 1.12 DriftChamberPhysical 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.02 -53.4 178 0.00692 0 0 0 DriftChamberPhysical initStep - 1 -2.66 -54.6 178 0.00415 0.00277 3.16 3.16 DriftChamberPhysical eIoni - 2 -4.2 -55.4 178 0.00232 0.00183 2.01 5.16 DriftChamberPhysical eIoni - 3 -4.8 -55.9 177 0 0.00232 1.15 6.32 DriftChamberPhysical 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.0182 -50.1 167 0.00171 0 0 0 DriftChamberPhysical initStep - 1 -0.225 -50.5 167 0 0.00171 0.705 0.705 DriftChamberPhysical 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.0138 -43.1 144 0.0729 0 0 0 DriftChamberPhysical initStep - 1 -38 54.5 212 0.0643 0.00857 127 127 DriftChamberPhysical eIoni - 2 -71.7 113 286 0.0543 0.00997 102 229 DriftChamberPhysical eIoni - 3 -112 130 344 0.0488 0.00374 74.1 303 DriftChamberPhysical eIoni - 4 -114 130 347 0.0468 0.000433 3.94 307 DriftChamberPhysical eIoni - 5 -133 136 400 0.0421 0.00476 58 365 DriftChamberPhysical eIoni - 6 -141 136 445 0.0393 0.00277 48 413 DriftChamberPhysical eIoni - 7 -147 140 485 0.0333 0.00594 42.5 456 DriftChamberPhysical eIoni - 8 -129 136 509 0.03 0.00335 31.9 488 DriftChamberPhysical eIoni - 9 -117 128 524 0.0212 0.00697 20.9 509 DriftChamberPhysical eIoni - 10 -117 128 524 0.0181 9.57e-05 0.368 509 DriftChamberPhysical eIoni - 11 -114 126 535 0.0149 0.00323 11.4 520 DriftChamberPhysical eIoni - 12 -113 124 542 0.014 0.000869 8.4 529 DriftChamberPhysical eIoni - 13 -113 120 548 0.0122 0.00185 7.67 537 DriftChamberPhysical eIoni - 14 -112 119 552 0.0101 0.00105 4.26 541 DriftChamberPhysical eIoni - 15 -112 119 557 0.00866 0.00142 4.85 546 DriftChamberPhysical eIoni - 16 -112 118 561 0.006 0.00266 4.03 550 DriftChamberPhysical eIoni - 17 -113 119 563 0.00479 0.00122 2.75 552 DriftChamberPhysical eIoni - 18 -113 118 565 0.00205 0.00273 2.25 555 DriftChamberPhysical eIoni - 19 -113 119 565 0 0.00205 0.953 556 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -112 119 552 0.00106 0 0 0 DriftChamberPhysical initStep - 1 -113 119 552 0 0.00106 0.329 0.329 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -117 128 524 0.003 0 0 0 DriftChamberPhysical initStep - 1 -116 127 524 0 0.003 1.53 1.53 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -117 128 524 0.00178 0 0 0 DriftChamberPhysical initStep - 1 -117 128 524 0 0.00178 0.753 0.753 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -114 130 347 0.00159 0 0 0 DriftChamberPhysical initStep - 1 -114 130 347 0 0.00159 0.628 0.628 DriftChamberPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -112 130 344 0.00175 0 0 0 DriftChamberPhysical initStep - 1 -112 131 344 0 0.00175 0.732 0.732 DriftChamberPhysical 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 1.05e-06 -0.28 0.932 0.0048 0 0 0 WorldPhysical initStep - 1 0.207 -0.0938 1.01 0.00196 0.00283 0.522 0.522 WorldPhysical eIoni - 2 0.224 -0.0583 1.06 0 0.00196 0.157 0.679 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 7.74e-05 -2.6 8.66 1e+03 0.00182 9.04 9.04 WorldPhysical hIoni - 2 0.00414 -30 100 1e+03 0.0133 95.4 104 DriftChamberPhysical CoupledTransportation - 3 -0.0896 -270 900 1e+03 0.0163 835 940 WorldPhysical CoupledTransportation - 4 -0.0932 -285 950 1e+03 0.00752 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 5 -0.0932 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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 7.74e-05 -2.6 8.66 0.0108 0 0 0 WorldPhysical initStep - 1 -0.472 -1.67 9.06 0.00647 0.00315 1.72 1.72 WorldPhysical eIoni - 2 -0.31 -2.1 9.28 0.00136 0.0051 1.18 2.9 WorldPhysical eIoni - 3 -0.339 -2.11 9.28 0 0.00136 0.0899 2.99 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.472 -1.67 9.06 0.00118 0 0 0 WorldPhysical initStep - 1 -0.493 -1.68 9.05 0 0.00118 0.0726 0.0726 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -16.7 55.7 1e+03 0.0105 58.1 58.1 WorldPhysical hIoni - 2 0.00146 -30 100 1e+03 0.008 46.3 104 DriftChamberPhysical CoupledTransportation - 3 0.185 -270 900 1e+03 0.0142 835 940 WorldPhysical CoupledTransportation - 4 0.186 -271 903 1e+03 0.000117 3.1 943 WorldPhysical hIoni - 5 0.197 -285 950 1e+03 0.0063 49.1 992 WorldPhysical fastSimProcess_parallelGeom - 6 0.197 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.186 -271 903 0.00222 0 0 0 WorldPhysical initStep - 1 0.162 -271 903 0 0.00222 0.191 0.191 WorldPhysical 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 -16.7 55.7 0.00197 0 0 0 WorldPhysical initStep - 1 -0.059 -16.7 55.7 0 0.00197 0.157 0.157 WorldPhysical eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -11.6 19.3 1e+03 0.00207 22.5 22.5 WorldPhysical hIoni - 2 0.00859 -60 100 1e+03 0.0153 94.2 117 DriftChamberPhysical CoupledTransportation - 3 0.152 -515 858 1e+03 0.0191 884 1e+03 DriftChamberPhysical hIoni - 4 0.165 -540 900 1e+03 0.00136 49.4 1.05e+03 WorldPhysical CoupledTransportation - 5 0.172 -552 921 1e+03 0.00279 24.1 1.07e+03 WorldPhysical hIoni - 6 0.178 -570 950 1e+03 0.00411 34.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 7 0.178 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.172 -552 921 0.00242 0 0 0 WorldPhysical initStep - 1 0.231 -553 921 0 0.00242 0.22 0.22 WorldPhysical 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.152 -515 858 0.00149 0 0 0 DriftChamberPhysical initStep - 1 -0.185 -515 858 0 0.00149 0.559 0.559 DriftChamberPhysical 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 -11.6 19.3 0.0911 0 0 0 WorldPhysical initStep - 1 -5.58 3.79 43.5 0.0776 0.0135 31.2 31.2 WorldPhysical eIoni - 2 12.9 13.8 51.1 0.0674 0.0102 23.9 55 WorldPhysical eIoni - 3 15.6 20.7 63.1 0.0566 0.00813 14.9 69.9 WorldPhysical eIoni - 4 21 23.8 70.9 0.0497 0.00587 10.5 80.4 WorldPhysical eIoni - 5 26.1 23.6 78.2 0.0412 0.00695 9.36 89.8 WorldPhysical eIoni - 6 28 21.8 79 0.0365 0.00262 2.84 92.6 WorldPhysical eIoni - 7 33.5 21.1 82.8 0.0313 0.00513 7.28 99.9 WorldPhysical eIoni - 8 37.6 19.9 85.1 0.0267 0.00463 5.89 106 WorldPhysical eIoni - 9 38.4 20.1 85.7 0.014 0.000997 1.05 107 WorldPhysical eIoni - 10 39.9 19.3 85.4 0.00898 0.00506 2.43 109 WorldPhysical eIoni - 11 40.1 18.4 85.2 0.00227 0.00672 1.67 111 WorldPhysical eIoni - 12 40.2 18.4 85.2 0 0.00227 0.198 111 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.4 20.1 85.7 0.0117 0 0 0 WorldPhysical initStep - 1 38.9 20.6 86.5 0.00748 0.00309 1.6 1.6 WorldPhysical eIoni - 2 39.4 21 86.8 0 0.00748 1.41 3 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.9 20.6 86.5 0.00111 0 0 0 WorldPhysical initStep - 1 38.9 20.6 86.5 0 0.00111 0.0659 0.0659 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 28 21.8 79 0.00213 0 0 0 WorldPhysical initStep - 1 28 21.8 78.9 0 0.00213 0.179 0.179 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 26.1 23.6 78.2 0.00157 0 0 0 WorldPhysical initStep - 1 26.1 23.6 78.2 0 0.00157 0.111 0.111 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 21 23.8 70.9 0.00103 0 0 0 WorldPhysical initStep - 1 21 23.8 70.9 0 0.00103 0.0596 0.0596 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15.6 20.7 63.1 0.00263 0 0 0 WorldPhysical initStep - 1 15.7 20.8 63.1 0.0011 0.00153 0.209 0.209 WorldPhysical eIoni - 2 15.6 20.8 63.1 0 0.0011 0.0654 0.275 WorldPhysical eIoni - -********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -57.3 95.5 1e+03 0.0165 111 111 WorldPhysical hIoni - 2 0.000355 -60 100 1e+03 0.00094 5.22 117 DriftChamberPhysical CoupledTransportation - 3 0.035 -275 458 1e+03 0.00833 418 534 DriftChamberPhysical Decay - -********************************************************************************************************* -* G4Track Information: Particle = mu-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.035 -275 458 561 0 0 0 DriftChamberPhysical initStep - 1 -3.03 -491 809 561 0.0103 412 412 DriftChamberPhysical muIoni - 2 -3.86 -547 900 561 0.00189 107 519 WorldPhysical CoupledTransportation - 3 -4.67 -602 989 561 0.0153 105 624 WorldPhysical muIoni - 4 -4.76 -608 1e+03 561 0.0025 12.4 636 Crystal CoupledTransportation - 5 -4.91 -620 1.02e+03 550 10.8 22.5 659 Crystal muIoni - 6 -4.94 -623 1.02e+03 547 2.28 4.31 663 Crystal muIoni - 7 -5.03 -626 1.03e+03 540 3.1 6.45 669 Crystal muIoni - 8 -4.78 -650 1.07e+03 519 21.3 44.5 714 Crystal CoupledTransportation - 9 -4.22 -677 1.11e+03 490 24.8 51 765 Crystal muIoni - 10 -4.22 -678 1.11e+03 488 0.203 0.414 765 Crystal muIoni - 11 -4.38 -687 1.12e+03 476 9.65 18.5 784 Crystal muIoni - 12 -4.43 -688 1.13e+03 473 1.24 2.64 786 Crystal muIoni - 13 -4.43 -688 1.13e+03 470 0.157 0.328 787 Crystal muIoni - 14 -4.77 -700 1.15e+03 459 11.2 22.2 809 Crystal CoupledTransportation - 15 -4.61 -703 1.15e+03 454 3.64 6.56 815 Crystal muIoni - 16 -3.41 -728 1.19e+03 431 22.4 46.9 862 Crystal muIoni - 17 -1.78e-15 -745 1.22e+03 413 17.4 34.3 897 Crystal CoupledTransportation - 18 0.263 -746 1.22e+03 406 1.44 2.91 900 Crystal muIoni - 19 0.864 -750 1.23e+03 401 4.29 8.18 908 Crystal CoupledTransportation - 20 1.27 -755 1.24e+03 390 4.51 9.88 918 Crystal muIoni - 21 1.66 -759 1.25e+03 385 3.71 8.94 927 Crystal muIoni - 22 1.87 -769 1.27e+03 373 11.2 21.9 948 Crystal CoulombScat - 23 2.84 -781 1.29e+03 359 13.3 26.2 975 Crystal muIoni - 24 3.98 -800 1.32e+03 339 20.1 38.3 1.01e+03 Crystal CoupledTransportation - 25 3.98 -803 1.33e+03 336 2.63 5.95 1.02e+03 Crystal muIoni - 26 3.95 -817 1.36e+03 317 17.5 31.4 1.05e+03 Crystal muIoni - 27 3.96 -817 1.36e+03 316 0.33 0.0955 1.05e+03 Crystal CoulombScat - 28 4.41 -832 1.39e+03 301 14.9 32.2 1.08e+03 Crystal muIoni - 29 4.44 -834 1.39e+03 296 3.23 5.41 1.09e+03 Crystal muIoni - 30 4.54 -837 1.39e+03 293 2.51 4.67 1.09e+03 Crystal muIoni - 31 4.61 -840 1.4e+03 289 3.53 6.34 1.1e+03 WorldPhysical CoupledTransportation - 32 5.34 -859 1.43e+03 289 0.00407 38.1 1.14e+03 WorldPhysical muIoni - 33 6.3 -883 1.48e+03 289 0.00708 49.5 1.19e+03 WorldPhysical muIoni - 34 6.84 -897 1.5e+03 289 0.00291 27.4 1.21e+03 HadCaloPhysical CoupledTransportation - 35 7.98 -925 1.55e+03 289 0.00623 57.5 1.27e+03 Tower CoupledTransportation - 36 8.84 -946 1.59e+03 244 44.8 43.6 1.32e+03 Tower muIoni - 37 8.52 -950 1.59e+03 236 8.1 6.87 1.32e+03 Tower CoupledTransportation - 38 7.85 -969 1.62e+03 197 39.4 34.3 1.36e+03 Tower muIoni - 39 6.08 -984 1.64e+03 162 34.3 27.5 1.38e+03 Tower muIoni - 40 3.84 -996 1.66e+03 138 24.1 21.6 1.41e+03 Tower muIoni - 41 3.73 -1e+03 1.68e+03 115 23.6 17.5 1.42e+03 Tower muIoni - 42 3.92 -1.01e+03 1.69e+03 97.8 17 13.6 1.44e+03 Tower muIoni - 43 4.05 -1.02e+03 1.7e+03 84.5 13.3 10.9 1.45e+03 Tower muIoni - 44 3.62 -1.02e+03 1.71e+03 71.5 13 8.91 1.46e+03 Tower muIoni - 45 3.06 -1.02e+03 1.71e+03 62.1 9.34 6.96 1.46e+03 Tower muIoni - 46 2.41 -1.02e+03 1.72e+03 53.4 8.78 5.7 1.47e+03 Tower muIoni - 47 1.67 -1.02e+03 1.72e+03 45.5 7.87 4.52 1.47e+03 Tower muIoni - 48 1.39 -1.02e+03 1.73e+03 39.9 5.55 3.58 1.48e+03 Tower muIoni - 49 1.12 -1.03e+03 1.73e+03 35.3 4.66 2.93 1.48e+03 Tower muIoni - 50 1.01 -1.03e+03 1.73e+03 30.8 4.47 2.42 1.48e+03 Tower muIoni - 51 0.776 -1.03e+03 1.73e+03 27 3.8 1.98 1.48e+03 Tower muIoni - 52 0.652 -1.03e+03 1.74e+03 23.4 3.59 1.61 1.49e+03 Tower muIoni - 53 0.559 -1.03e+03 1.74e+03 20.3 3.15 1.31 1.49e+03 Tower muIoni - 54 0.469 -1.03e+03 1.74e+03 17.5 2.8 1.06 1.49e+03 Tower muIoni - 55 0.321 -1.03e+03 1.74e+03 14.9 2.53 0.858 1.49e+03 Tower muIoni - 56 0.255 -1.03e+03 1.74e+03 12.5 2.39 0.691 1.49e+03 Tower muIoni - 57 0.233 -1.03e+03 1.74e+03 10.6 1.94 0.551 1.49e+03 Tower muIoni - 58 0.193 -1.03e+03 1.74e+03 8.75 1.85 0.449 1.49e+03 Tower muIoni - 59 0.217 -1.03e+03 1.74e+03 7.09 1.66 0.364 1.49e+03 Tower muIoni - 60 0.254 -1.03e+03 1.74e+03 5.13 1.96 0.293 1.49e+03 Tower muIoni - 61 0.3 -1.03e+03 1.74e+03 3.3 1.83 0.222 1.49e+03 Tower muIoni - 62 0.335 -1.03e+03 1.74e+03 1.11 2.2 0.157 1.49e+03 Tower muIoni - 63 0.334 -1.03e+03 1.74e+03 0 1.11 0.0299 1.49e+03 Tower muIoni - 64 0.334 -1.03e+03 1.74e+03 0 0 0 1.49e+03 Tower muMinusCaptureAtRest - -********************************************************************************************************* -* G4Track Information: Particle = Cr52, Track ID = 45, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 1.29 0 0 0 Tower initStep - 1 0.334 -1.03e+03 1.74e+03 0 1.29 0.000477 0.000477 Tower ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 0.147 0 0 0 Tower initStep - 1 -2.09 -1.03e+03 1.74e+03 0.129 0 4.13 4.13 Tower compt - 2 -6.56 -1.03e+03 1.74e+03 0 0.00708 8.48 12.6 Tower phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.56 -1.03e+03 1.74e+03 0.122 0 0 0 Tower initStep - 1 -6.56 -1.03e+03 1.74e+03 0 0.122 0.0377 0.0377 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.09 -1.03e+03 1.74e+03 0.0179 0 0 0 Tower initStep - 1 -2.09 -1.03e+03 1.74e+03 0 0.0179 0.00146 0.00146 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 0.332 0 0 0 Tower initStep - 1 -2.59 -1.03e+03 1.74e+03 0.321 0 5.62 5.62 Tower compt - 2 -3.46 -1.03e+03 1.74e+03 0.271 0 1.15 6.76 Tower compt - 3 -28.2 -1.03e+03 1.74e+03 0.245 0 24.9 31.6 Tower compt - 4 -32.3 -1.03e+03 1.75e+03 0.223 0 5.52 37.2 Tower compt - 5 -49.6 -1.05e+03 1.75e+03 0 0.00708 22 59.2 Tower phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -49.6 -1.05e+03 1.75e+03 0.216 0 0 0 Tower initStep - 1 -49.6 -1.05e+03 1.75e+03 0 0.216 0.0941 0.0941 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.3 -1.03e+03 1.75e+03 0.0215 0 0 0 Tower initStep - 1 -32.3 -1.03e+03 1.75e+03 0 0.0215 0.00201 0.00201 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.2 -1.03e+03 1.74e+03 0.0264 0 0 0 Tower initStep - 1 -28.2 -1.03e+03 1.74e+03 0 0.0264 0.00284 0.00284 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.46 -1.03e+03 1.74e+03 0.0503 0 0 0 Tower initStep - 1 -3.46 -1.03e+03 1.74e+03 0 0.0503 0.00854 0.00854 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.59 -1.03e+03 1.74e+03 0.011 0 0 0 Tower initStep - 1 -2.59 -1.03e+03 1.74e+03 0 0.011 0.00065 0.00065 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 42, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 2.7 0 0 0 Tower initStep - 1 -10.5 -1.05e+03 1.75e+03 2.7 0 26 26 Tower CoupledTransportation - 2 -29.8 -1.09e+03 1.76e+03 2.57 0.126 46.6 72.6 Tower hadElastic - 3 -50 -1.08e+03 1.74e+03 2.57 0 37.5 110 Tower CoupledTransportation - 4 -53.2 -1.07e+03 1.73e+03 2.49 0.0791 6.01 116 Tower hadElastic - 5 -51.8 -1.07e+03 1.73e+03 2.49 0.00235 3.5 120 Tower hadElastic - 6 -51.5 -1.07e+03 1.73e+03 2.47 0.0208 1.04 121 Tower hadElastic - 7 -50 -1.07e+03 1.73e+03 2.47 0 1.89 123 Tower CoupledTransportation - 8 -44 -1.06e+03 1.73e+03 0 0 7.47 130 Tower neutronInelastic - -********************************************************************************************************* -* G4Track Information: Particle = Fe56, Track ID = 55, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44 -1.06e+03 1.73e+03 0.0604 0 0 0 Tower initStep - 1 -44 -1.06e+03 1.73e+03 0 0.0604 7.45e-05 7.45e-05 Tower ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 54, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44 -1.06e+03 1.73e+03 0.116 0 0 0 Tower initStep - 1 -50 -1.08e+03 1.72e+03 0.116 0 16.9 16.9 Tower CoupledTransportation - 2 -79.8 -1.15e+03 1.69e+03 0.116 0 83.2 100 HadCaloPhysical CoupledTransportation - 3 -122 -1.25e+03 1.65e+03 0.116 0 117 217 WorldPhysical CoupledTransportation - 4 -1.27e+03 -4e+03 435 0.116 0 3.22e+03 3.44e+03 OutOfWorld CoupledTransportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44 -1.06e+03 1.73e+03 2.21 0 0 0 Tower initStep - 1 -50 -1.06e+03 1.73e+03 2.21 0 10.8 10.8 Tower CoupledTransportation - 2 -54.5 -1.05e+03 1.74e+03 2.21 0 8.12 19 Tower CoupledTransportation - 3 -76.5 -1.02e+03 1.75e+03 0.722 0 39.4 58.4 Tower compt - 4 -67.4 -1e+03 1.76e+03 0.614 0 23.3 81.7 Tower compt - 5 -64.2 -987 1.76e+03 0.58 0 16.6 98.4 Tower compt - 6 -64.8 -979 1.77e+03 0.187 0 8.86 107 Tower compt - 7 -73.1 -993 1.76e+03 0.147 0 18.5 126 Tower compt - 8 -86.1 -990 1.76e+03 0.108 0 13.4 139 Tower compt - 9 -85.8 -990 1.76e+03 0 0.000843 0.926 140 Tower phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.8 -990 1.76e+03 0.107 0 0 0 Tower initStep - 1 -85.8 -990 1.76e+03 0 0.107 0.0303 0.0303 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -86.1 -990 1.76e+03 0.0392 0 0 0 Tower initStep - 1 -86.1 -990 1.76e+03 0 0.0392 0.00557 0.00557 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.1 -993 1.76e+03 0.04 0 0 0 Tower initStep - 1 -73.1 -993 1.76e+03 0 0.04 0.00577 0.00577 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -64.8 -979 1.77e+03 0.393 0 0 0 Tower initStep - 1 -64.8 -979 1.77e+03 0 0.393 0.23 0.23 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -64.2 -987 1.76e+03 0.0347 0 0 0 Tower initStep - 1 -64.2 -987 1.76e+03 0 0.0347 0.00454 0.00454 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67.4 -1e+03 1.76e+03 0.107 0 0 0 Tower initStep - 1 -67.4 -1e+03 1.76e+03 0 0.107 0.0304 0.0304 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76.5 -1.02e+03 1.75e+03 1.49 0 0 0 Tower initStep - 1 -76.7 -1.02e+03 1.75e+03 0.293 1.2 1.22 1.22 Tower eIoni - 2 -76.8 -1.02e+03 1.75e+03 0 0.293 0.15 1.37 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 3.23 0 0 0 Tower initStep - 1 -0.526 -1.03e+03 1.75e+03 0.744 0 3.17 3.17 Tower compt - 2 17.6 -989 1.78e+03 0.568 0 58.7 61.8 Tower compt - 3 17.7 -989 1.79e+03 0.385 0 0.597 62.4 Tower compt - 4 23.5 -991 1.79e+03 0.194 0 6.38 68.8 Tower compt - 5 25.8 -975 1.78e+03 0.129 0 19.7 88.5 Tower compt - 6 25 -975 1.78e+03 0.124 0 1.05 89.5 Tower compt - 7 23.8 -975 1.78e+03 0.0873 0 2.04 91.6 Tower compt - 8 24 -975 1.78e+03 0.0852 0 2.14 93.7 Tower compt - 9 24 -975 1.78e+03 0 0.000843 0.609 94.3 Tower phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 24 -975 1.78e+03 0.0843 0 0 0 Tower initStep - 1 24 -975 1.78e+03 0 0.0843 0.0204 0.0204 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 24 -975 1.78e+03 0.00217 0 0 0 Tower initStep - 1 24 -975 1.78e+03 0 0.00217 5.25e-05 5.25e-05 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 23.8 -975 1.78e+03 0.0369 0 0 0 Tower initStep - 1 23.8 -975 1.78e+03 0 0.0369 0.00504 0.00504 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 25 -975 1.78e+03 0.00473 0 0 0 Tower initStep - 1 25 -975 1.78e+03 0 0.00473 0.000167 0.000167 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 25.8 -975 1.78e+03 0.0648 0 0 0 Tower initStep - 1 25.8 -975 1.78e+03 0 0.0648 0.0131 0.0131 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 23.5 -991 1.79e+03 0.191 0 0 0 Tower initStep - 1 23.5 -991 1.79e+03 0 0.191 0.0777 0.0777 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.7 -989 1.79e+03 0.183 0 0 0 Tower initStep - 1 17.7 -989 1.79e+03 0 0.183 0.0725 0.0725 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.6 -989 1.78e+03 0.176 0 0 0 Tower initStep - 1 17.6 -989 1.78e+03 0 0.176 0.0685 0.0685 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.526 -1.03e+03 1.75e+03 2.48 0 0 0 Tower initStep - 1 -0.668 -1.03e+03 1.75e+03 1.56 0.856 0.489 0.489 Tower eBrem - 2 -0.779 -1.03e+03 1.75e+03 0.363 1.2 1.27 1.76 Tower eIoni - 3 -0.741 -1.03e+03 1.75e+03 0 0.363 0.206 1.96 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.668 -1.03e+03 1.75e+03 0.0685 0 0 0 Tower initStep - 1 -0.831 -1.03e+03 1.75e+03 0 0.00708 0.418 0.418 Tower phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.831 -1.03e+03 1.75e+03 0.0614 0 0 0 Tower initStep - 1 -0.83 -1.03e+03 1.75e+03 0 0.0614 0.012 0.012 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 5.28 0 0 0 Tower initStep - 1 19.8 -1.03e+03 1.74e+03 0 0 20.8 20.8 Tower conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 75, Parent ID = 40 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 19.8 -1.03e+03 1.74e+03 1.67 0 0 0 Tower initStep - 1 19.4 -1.03e+03 1.74e+03 0.571 1.02 1.21 1.21 Tower eBrem - 2 19.4 -1.03e+03 1.74e+03 0 0.571 0.385 1.6 Tower eIoni - 3 19.4 -1.03e+03 1.74e+03 0 0 0 1.6 Tower annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 19.4 -1.03e+03 1.74e+03 0.511 0 0 0 Tower initStep - 1 17.1 -1.05e+03 1.75e+03 0.511 0 16.6 16.6 Tower CoupledTransportation - 2 15.7 -1.06e+03 1.75e+03 0.509 0 9.62 26.2 Tower compt - 3 14.9 -1.07e+03 1.76e+03 0.441 0 15.4 41.6 Tower compt - 4 15.8 -1.08e+03 1.75e+03 0.416 0 7.4 49 Tower compt - 5 18.8 -1.09e+03 1.75e+03 0.27 0 6.31 55.3 Tower compt - 6 16.6 -1.1e+03 1.77e+03 0.264 0 17 72.2 Tower compt - 7 13 -1.1e+03 1.78e+03 0 0.00708 14.3 86.5 Tower phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 78 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13 -1.1e+03 1.78e+03 0.257 0 0 0 Tower initStep - 1 12.9 -1.1e+03 1.78e+03 0 0.257 0.123 0.123 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 78 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 16.6 -1.1e+03 1.77e+03 0.00565 0 0 0 Tower initStep - 1 16.6 -1.1e+03 1.77e+03 0 0.00565 0.000221 0.000221 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 78 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 18.8 -1.09e+03 1.75e+03 0.146 0 0 0 Tower initStep - 1 18.8 -1.09e+03 1.75e+03 0 0.146 0.0506 0.0506 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 78 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15.8 -1.08e+03 1.75e+03 0.0249 0 0 0 Tower initStep - 1 15.8 -1.08e+03 1.75e+03 0 0.0249 0.00257 0.00257 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.9 -1.07e+03 1.76e+03 0.0682 0 0 0 Tower initStep - 1 14.9 -1.07e+03 1.76e+03 0 0.0682 0.0143 0.0143 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15.7 -1.06e+03 1.75e+03 0.00221 0 0 0 Tower initStep - 1 15.7 -1.06e+03 1.75e+03 0 0.00221 5.38e-05 5.38e-05 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 19.4 -1.03e+03 1.74e+03 0.511 0 0 0 Tower initStep - 1 23 -1.01e+03 1.74e+03 0.416 0 25.2 25.2 Tower compt - 2 11.5 -991 1.72e+03 0.412 0 26.9 52.1 Tower compt - 3 9.93 -988 1.72e+03 0.375 0 3.38 55.5 Tower compt - 4 -3.47 -973 1.72e+03 0.277 0 20.2 75.7 Tower compt - 5 -0.978 -957 1.74e+03 0.242 0 20.8 96.5 Tower compt - 6 -0.445 -956 1.74e+03 0.191 0 0.985 97.5 Tower compt - 7 1.05 -954 1.74e+03 0.174 0 5.54 103 Tower compt - 8 0.455 -954 1.74e+03 0.174 0 1.34 104 Tower Rayl - 9 -3.07 -953 1.75e+03 0.13 0 8.52 113 Tower compt - 10 -3.17 -953 1.75e+03 0.125 0 0.113 113 Tower compt - 11 -7.05 -953 1.74e+03 0 0.00708 6.82 120 Tower phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.05 -953 1.74e+03 0.118 0 0 0 Tower initStep - 1 -7.06 -953 1.74e+03 0 0.118 0.0355 0.0355 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.17 -953 1.75e+03 0.0053 0 0 0 Tower initStep - 1 -3.17 -953 1.75e+03 0 0.0053 0.0002 0.0002 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.07 -953 1.75e+03 0.0436 0 0 0 Tower initStep - 1 -3.07 -953 1.75e+03 0 0.0436 0.00669 0.00669 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05 -954 1.74e+03 0.0176 0 0 0 Tower initStep - 1 1.05 -954 1.74e+03 0 0.0176 0.00142 0.00142 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.445 -956 1.74e+03 0.0507 0 0 0 Tower initStep - 1 -0.444 -956 1.74e+03 0 0.0507 0.00864 0.00864 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.978 -957 1.74e+03 0.0353 0 0 0 Tower initStep - 1 -0.979 -957 1.74e+03 0 0.0353 0.00466 0.00466 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.47 -973 1.72e+03 0.0984 0 0 0 Tower initStep - 1 -3.48 -973 1.72e+03 0 0.0984 0.0264 0.0264 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.93 -988 1.72e+03 0.0369 0 0 0 Tower initStep - 1 9.94 -988 1.72e+03 0 0.0369 0.00503 0.00503 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.5 -991 1.72e+03 0.00351 0 0 0 Tower initStep - 1 11.5 -991 1.72e+03 0 0.00351 0.000106 0.000106 Tower eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 23 -1.01e+03 1.74e+03 0.0951 0 0 0 Tower initStep - 1 23 -1.01e+03 1.74e+03 0 0.0951 0.025 0.025 Tower eIoni + 0 40.5 639 1.04e+03 0.35 0 0 0 Crystal initStep + 1 40.5 639 1.04e+03 0.246 0.0648 0.139 0.139 Crystal eBrem + 2 40.5 639 1.04e+03 0 0.246 0.251 0.39 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 75 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 19.4 -1.03e+03 1.74e+03 0.0805 0 0 0 Tower initStep - 1 21.1 -1.03e+03 1.75e+03 0 0.00708 3.68 3.68 Tower phot + 0 40.5 639 1.04e+03 0.0386 0 0 0 Crystal initStep + 1 40.6 639 1.04e+03 0 0.036 0.115 0.115 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 76 +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 76 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 21.1 -1.03e+03 1.75e+03 0.0735 0 0 0 Tower initStep - 1 21.1 -1.03e+03 1.75e+03 0 0.0735 0.0162 0.0162 Tower eIoni + 0 40.6 639 1.04e+03 0.00259 0 0 0 Crystal initStep + 1 40.6 639 1.04e+03 0 0.00259 0.000196 0.000196 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 40 +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 71 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 19.8 -1.03e+03 1.74e+03 2.59 0 0 0 Tower initStep - 1 20.4 -1.03e+03 1.75e+03 0.851 1.74 1.72 1.72 Tower eIoni - 2 20.3 -1.03e+03 1.75e+03 0 0.851 0.651 2.37 Tower eIoni + 0 0.41 637 1.05e+03 0.271 0 0 0 Crystal initStep + 1 0.398 637 1.05e+03 0 0.271 0.289 0.289 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 39, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 71 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 5.43 0 0 0 Tower initStep - 1 -22.4 -1.02e+03 1.74e+03 5.41 0.0223 24.6 24.6 Tower hadElastic - 2 -32.8 -1.02e+03 1.74e+03 5.4 0.00924 10.8 35.4 Tower hadElastic - 3 -50 -1.02e+03 1.75e+03 5.4 0 17.5 52.9 Tower CoupledTransportation - 4 -142 -1e+03 1.75e+03 5.39 0.00411 93.4 146 Tower hadElastic - 5 -150 -1e+03 1.75e+03 5.39 0 7.94 154 Tower CoupledTransportation - 6 -158 -1e+03 1.75e+03 0 0 7.83 162 Tower neutronInelastic + 0 -7.17 653 1.09e+03 0.247 0 0 0 Crystal initStep + 1 -7.19 653 1.09e+03 0 0.247 0.252 0.252 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = Fe56, Track ID = 100, Parent ID = 39 +* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -158 -1e+03 1.75e+03 0.232 0 0 0 Tower initStep - 1 -158 -1e+03 1.75e+03 0 0.232 0.00015 0.00015 Tower ionIoni + 0 -0.915 658 1.1e+03 0.932 0 0 0 Crystal initStep + 1 -6.56 663 1.1e+03 0.43 0 8.17 8.17 Crystal compt + 2 -33.5 650 1.1e+03 0.43 0 30.1 38.3 Crystal CoupledTransportation + 3 -48.7 643 1.1e+03 0 0.0332 17 55.3 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 99, Parent ID = 39 +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 70 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -158 -1e+03 1.75e+03 0.355 0 0 0 Tower initStep - 1 -157 -1.02e+03 1.74e+03 0.289 0 18.1 18.1 Tower compt - 2 -156 -1.02e+03 1.74e+03 0.269 0 1.64 19.8 Tower compt - 3 -150 -1.02e+03 1.74e+03 0.269 0 7.91 27.7 Tower CoupledTransportation - 4 -144 -1.03e+03 1.74e+03 0.212 0 7.52 35.2 Tower compt - 5 -145 -1.04e+03 1.73e+03 0 0.00708 13.3 48.5 Tower phot + 0 -48.7 643 1.1e+03 0.396 0 0 0 Crystal initStep + 1 -48.8 643 1.1e+03 0 0.396 0.501 0.501 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 99 +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 70 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -145 -1.04e+03 1.73e+03 0.205 0 0 0 Tower initStep - 1 -145 -1.04e+03 1.73e+03 0 0.205 0.0865 0.0865 Tower eIoni + 0 -6.56 663 1.1e+03 0.503 0 0 0 Crystal initStep + 1 -6.58 663 1.1e+03 0.303 0.0748 0.181 0.181 Crystal eBrem + 2 -6.56 663 1.1e+03 0 0.303 0.34 0.521 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 99 +* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 78 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -144 -1.03e+03 1.74e+03 0.0569 0 0 0 Tower initStep - 1 -144 -1.03e+03 1.74e+03 0 0.0569 0.0105 0.0105 Tower eIoni + 0 -6.58 663 1.1e+03 0.125 0 0 0 Crystal initStep + 1 -6.28 661 1.1e+03 0 0.0332 1.99 1.99 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 99 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -156 -1.02e+03 1.74e+03 0.0208 0 0 0 Tower initStep - 1 -156 -1.02e+03 1.74e+03 0 0.0208 0.0019 0.0019 Tower eIoni + 0 -6.28 661 1.1e+03 0.0921 0 0 0 Crystal initStep + 1 -6.28 661 1.1e+03 0 0.0921 0.0528 0.0528 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 99 +* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -157 -1.02e+03 1.74e+03 0.0652 0 0 0 Tower initStep - 1 -157 -1.02e+03 1.74e+03 0 0.0652 0.0132 0.0132 Tower eIoni + 0 -0.495 657 1.1e+03 1.24 0 0 0 Crystal initStep + 1 9.44e-16 662 1.1e+03 1.24 0 9.3 9.3 Crystal CoupledTransportation + 2 0.775 670 1.12e+03 1.02 0 14.5 23.8 Crystal compt + 3 1.33e-15 672 1.12e+03 1.02 0 2.78 26.6 Crystal CoupledTransportation + 4 -4.89 684 1.13e+03 0.956 0 17.6 44.2 Crystal compt + 5 -12.2 693 1.14e+03 0.628 0 16.9 61.1 Crystal compt + 6 -12.7 692 1.14e+03 0.389 0 1.21 62.3 Crystal compt + 7 -18.1 689 1.14e+03 0 0.0332 6.21 68.5 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 98, Parent ID = 39 +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -158 -1e+03 1.75e+03 0.603 0 0 0 Tower initStep - 1 -150 -1e+03 1.75e+03 0.603 0 9.51 9.51 Tower CoupledTransportation - 2 -143 -1.01e+03 1.76e+03 0.304 0 8.76 18.3 Tower compt - 3 -149 -1.05e+03 1.75e+03 0 0.00708 42.1 60.4 Tower phot + 0 -18.1 689 1.14e+03 0.355 0 0 0 Crystal initStep + 1 -18.2 689 1.14e+03 0 0.355 0.429 0.429 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 98 +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -149 -1.05e+03 1.75e+03 0.297 0 0 0 Tower initStep - 1 -149 -1.05e+03 1.75e+03 0 0.297 0.153 0.153 Tower eIoni + 0 -12.7 692 1.14e+03 0.239 0 0 0 Crystal initStep + 1 -12.7 692 1.14e+03 0 0.239 0.24 0.24 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 98 +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -143 -1.01e+03 1.76e+03 0.299 0 0 0 Tower initStep - 1 -143 -1.01e+03 1.76e+03 0 0.299 0.154 0.154 Tower eIoni + 0 -12.2 693 1.14e+03 0.328 0 0 0 Crystal initStep + 1 -12.3 693 1.14e+03 0 0.328 0.382 0.382 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 97, Parent ID = 39 +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -158 -1e+03 1.75e+03 1.75 0 0 0 Tower initStep - 1 -161 -988 1.75e+03 0.313 0 13.2 13.2 Tower compt - 2 -160 -989 1.75e+03 0.305 0 6.58 19.8 Tower compt - 3 -160 -989 1.76e+03 0.285 0 1.64 21.5 Tower compt - 4 -161 -988 1.76e+03 0.143 0 3.06 24.5 Tower compt - 5 -151 -998 1.75e+03 0.11 0 15.2 39.7 Tower compt - 6 -151 -998 1.75e+03 0.104 0 0.743 40.5 Tower compt - 7 -153 -999 1.76e+03 0.0824 0 2.95 43.4 Tower compt - 8 -153 -998 1.76e+03 0 0.00708 0.439 43.9 Tower phot + 0 -4.89 684 1.13e+03 0.0641 0 0 0 Crystal initStep + 1 -4.89 684 1.13e+03 0 0.0641 0.029 0.029 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.775 670 1.12e+03 0.22 0 0 0 Crystal initStep + 1 0.789 670 1.12e+03 0 0.22 0.211 0.211 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.491 656 1.09e+03 4.59 0 0 0 Crystal initStep + 1 -3.57 695 1.15e+03 3.04 0 67.6 67.6 Crystal compt + 2 -0.694 700 1.16e+03 3.04 0 10 77.6 Crystal CoupledTransportation + 3 -4.44e-16 701 1.16e+03 3.04 0 2.42 80 Crystal CoupledTransportation + 4 24.4 745 1.23e+03 1.98 0 85 165 Crystal compt + 5 26 750 1.23e+03 1.98 0 5.82 171 Crystal CoupledTransportation + 6 30.7 764 1.24e+03 0.682 0 16.8 188 Crystal compt + 7 28.5 765 1.24e+03 0.603 0 3.43 191 Crystal compt + 8 20.7 775 1.27e+03 0 0.036 27.9 219 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 20.7 775 1.27e+03 0.567 0 0 0 Crystal initStep + 1 20.7 775 1.27e+03 0.391 0.131 0.285 0.285 Crystal eBrem + 2 20.7 775 1.27e+03 0 0.391 0.492 0.777 Crystal 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 20.7 775 1.27e+03 0.045 0 0 0 Crystal initStep + 1 20.9 774 1.27e+03 0 0.036 0.424 0.424 Crystal phot + +********************************************************************************************************* +* 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 20.9 774 1.27e+03 0.00902 0 0 0 Crystal initStep + 1 20.9 774 1.27e+03 0 0.00902 0.00119 0.00119 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.5 765 1.24e+03 0.0787 0 0 0 Crystal initStep + 1 28.5 765 1.24e+03 0 0.0787 0.0408 0.0408 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 30.7 764 1.24e+03 1.3 0 0 0 Crystal initStep + 1 30.8 764 1.24e+03 0.587 0.709 1.69 1.69 Crystal eIoni + 2 30.9 764 1.24e+03 0 0.587 0.854 2.55 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.4 745 1.23e+03 1.06 0 0 0 Crystal initStep + 1 24.4 745 1.23e+03 0.134 0.93 1.51 1.51 Crystal eIoni + 2 24.4 745 1.23e+03 0 0.134 0.0965 1.61 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 9 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.57 695 1.15e+03 1.55 0 0 0 Crystal initStep + 1 -3.78 695 1.15e+03 0.681 0.866 1.86 1.86 Crystal eIoni + 2 -3.87 695 1.15e+03 0.121 0.56 1.03 2.89 Crystal eIoni + 3 -3.87 695 1.15e+03 0 0.121 0.0818 2.97 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.431 655 1.09e+03 7.81 0 0 0 Crystal initStep + 1 -0.429 655 1.09e+03 7.64 0.135 0.309 0.309 Crystal eBrem + 2 -1.17 656 1.09e+03 6.9 0.739 1.55 1.86 Crystal msc + 3 -1.59 656 1.09e+03 6.3 0.544 1.31 3.17 Crystal eBrem + 4 -1.69 656 1.09e+03 5.93 0.177 0.391 3.56 Crystal eBrem + 5 -1.83 656 1.09e+03 5.44 0.117 0.299 3.86 Crystal eBrem + 6 -2.21 655 1.1e+03 4.85 0.594 1.25 5.12 Crystal msc + 7 -2.51 655 1.1e+03 3.92 0.398 0.794 5.91 Crystal eBrem + 8 -2.77 655 1.1e+03 3.42 0.356 0.737 6.65 Crystal eBrem + 9 -3.97 656 1.1e+03 2.66 0.764 1.64 8.29 Crystal msc + 10 -4.22 656 1.1e+03 1.64 0.191 0.414 8.71 Crystal eIoni + 11 -4.51 656 1.1e+03 0.439 0.742 1.7 10.4 Crystal eBrem + 12 -4.51 656 1.1e+03 0 0.439 0.577 11 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 101, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.51 656 1.1e+03 0.46 0 0 0 Crystal initStep + 1 -3.93 650 1.09e+03 0.46 0 7.12 7.12 Crystal CoupledTransportation + 2 -2.6 637 1.08e+03 0.179 0 16.1 23.2 Crystal compt + 3 -2.8 639 1.08e+03 0 0.0332 2.75 26 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.8 639 1.08e+03 0.146 0 0 0 Crystal initStep + 1 -2.8 639 1.08e+03 0 0.146 0.111 0.111 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.6 637 1.08e+03 0.281 0 0 0 Crystal initStep + 1 -2.6 637 1.08e+03 0 0.281 0.305 0.305 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.22 656 1.1e+03 0.829 0 0 0 Crystal initStep + 1 -4.26 656 1.1e+03 0.716 0.0169 0.0446 0.0446 Crystal eBrem + 2 -4.37 656 1.1e+03 0.16 0.557 1.1 1.14 Crystal eIoni + 3 -4.36 656 1.1e+03 0 0.16 0.128 1.27 Crystal 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 -4.26 656 1.1e+03 0.0953 0 0 0 Crystal initStep + 1 -6.57 657 1.1e+03 0 0.00122 2.81 2.81 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 104 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.57 657 1.1e+03 0.0941 0 0 0 Crystal initStep + 1 -6.57 657 1.1e+03 0 0.0941 0.0547 0.0547 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 99, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.77 655 1.1e+03 0.143 0 0 0 Crystal initStep + 1 -3.82 656 1.1e+03 0 0.0332 1.86 1.86 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.82 656 1.1e+03 0.11 0 0 0 Crystal initStep + 1 -3.82 656 1.1e+03 0 0.11 0.0708 0.0708 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 98, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.51 655 1.1e+03 0.524 0 0 0 Crystal initStep + 1 -13.7 652 1.11e+03 0.508 0 16.5 16.5 Crystal compt + 2 -20.6 650 1.11e+03 0.508 0 8.6 25.1 Crystal CoupledTransportation + 3 -25.6 648 1.12e+03 0.396 0 6.26 31.3 Crystal compt + 4 -27.1 645 1.12e+03 0.381 0 3.51 34.8 Crystal compt + 5 -32.8 629 1.12e+03 0.381 0 16.7 51.6 Crystal Rayl + 6 -36.2 620 1.12e+03 0.231 0 9.94 61.5 Crystal compt + 7 -37.5 620 1.11e+03 0.183 0 4.15 65.6 Crystal compt + 8 -37.2 620 1.11e+03 0.18 0 0.878 66.5 Crystal compt + 9 -34.1 623 1.11e+03 0 0.036 5.74 72.3 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.1 623 1.11e+03 0.144 0 0 0 Crystal initStep + 1 -34.1 623 1.11e+03 0 0.144 0.109 0.109 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.2 620 1.11e+03 0.00351 0 0 0 Crystal initStep + 1 -37.2 620 1.11e+03 0 0.00351 0.000298 0.000298 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.5 620 1.11e+03 0.0479 0 0 0 Crystal initStep + 1 -37.5 620 1.11e+03 0 0.0479 0.0179 0.0179 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.2 620 1.12e+03 0.15 0 0 0 Crystal initStep + 1 -36.2 620 1.12e+03 0 0.15 0.116 0.116 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.1 645 1.12e+03 0.0149 0 0 0 Crystal initStep + 1 -27.1 645 1.12e+03 0 0.0149 0.00262 0.00262 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.6 648 1.12e+03 0.112 0 0 0 Crystal initStep + 1 -25.6 648 1.12e+03 0 0.112 0.0726 0.0726 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.7 652 1.11e+03 0.0162 0 0 0 Crystal initStep + 1 -13.7 652 1.11e+03 0 0.0162 0.00301 0.00301 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 97, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.83 656 1.09e+03 0.369 0 0 0 Crystal initStep + 1 -3.22 655 1.1e+03 0.361 0 2.29 2.29 Crystal compt + 2 -13.2 650 1.1e+03 0.361 0 12.6 14.9 Crystal CoupledTransportation + 3 -31.6 642 1.11e+03 0 0.00519 23.3 38.2 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 97 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.6 642 1.11e+03 0.355 0 0 0 Crystal initStep + 1 -31.6 642 1.11e+03 0 0.355 0.429 0.429 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 114, Parent ID = 97 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -153 -998 1.76e+03 0.0754 0 0 0 Tower initStep - 1 -153 -998 1.76e+03 0 0.0754 0.0169 0.0169 Tower eIoni + 0 -3.22 655 1.1e+03 0.00836 0 0 0 Crystal initStep + 1 -3.22 655 1.1e+03 0 0.00836 0.00106 0.00106 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 97 +* G4Track Information: Particle = gamma, Track ID = 96, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -153 -999 1.76e+03 0.0215 0 0 0 Tower initStep - 1 -153 -999 1.76e+03 0 0.0215 0.00201 0.00201 Tower eIoni + 0 -1.69 656 1.09e+03 0.194 0 0 0 Crystal initStep + 1 -1.96 655 1.1e+03 0 0.036 0.686 0.686 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 97 +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 96 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -151 -998 1.75e+03 0.00582 0 0 0 Tower initStep - 1 -151 -998 1.75e+03 0 0.00582 0.000232 0.000232 Tower eIoni + 0 -1.96 655 1.1e+03 0.158 0 0 0 Crystal initStep + 1 -1.97 655 1.1e+03 0 0.158 0.126 0.126 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 97 +* G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -151 -998 1.75e+03 0.0337 0 0 0 Tower initStep - 1 -151 -998 1.75e+03 0 0.0337 0.0043 0.0043 Tower eIoni + 0 -1.59 656 1.09e+03 0.0573 0 0 0 Crystal initStep + 1 -1.59 656 1.09e+03 0 0.00519 0.125 0.125 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 97 +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 95 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -161 -988 1.76e+03 0.142 0 0 0 Tower initStep - 1 -161 -988 1.76e+03 0 0.142 0.0483 0.0483 Tower eIoni + 0 -1.59 656 1.09e+03 0.0521 0 0 0 Crystal initStep + 1 -1.59 656 1.09e+03 0 0.0521 0.0206 0.0206 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 97 +* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -160 -989 1.76e+03 0.0195 0 0 0 Tower initStep - 1 -160 -989 1.76e+03 0 0.0195 0.0017 0.0017 Tower eIoni + 0 -0.429 655 1.09e+03 0.0417 0 0 0 Crystal initStep + 1 -0.474 655 1.09e+03 0 0.00572 0.322 0.322 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 97 +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -160 -989 1.75e+03 0.00818 0 0 0 Tower initStep - 1 -160 -989 1.75e+03 0 0.00818 0.0004 0.0004 Tower eIoni + 0 -0.474 655 1.09e+03 0.0359 0 0 0 Crystal initStep + 1 -0.474 655 1.09e+03 0 0.0359 0.0111 0.0111 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 97 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -161 -988 1.75e+03 1.44 0 0 0 Tower initStep - 1 -161 -987 1.75e+03 0.879 0.479 0.235 0.235 Tower eBrem - 2 -161 -987 1.75e+03 0 0.879 0.677 0.912 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -0.000573 10.6 17.6 1e+03 0.00451 20.5 20.5 WorldPhysical eIoni + 2 -0.00604 60 100 1e+03 0.0175 96.1 117 DriftChamberPhysical CoupledTransportation + 3 0.069 242 403 1e+03 0.00946 353 470 DriftChamberPhysical eIoni + 4 0.183 540 900 1e+03 0.0168 580 1.05e+03 WorldPhysical CoupledTransportation + 5 0.187 551 918 1e+03 0.00464 20.8 1.07e+03 WorldPhysical eIoni + 6 0.214 600 1e+03 1e+03 0.02 95.8 1.17e+03 Crystal CoupledTransportation + 7 0.214 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 115, Parent ID = 107 +* 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 -161 -987 1.75e+03 0.0804 0 0 0 Tower initStep - 1 -161 -985 1.74e+03 0 0.00708 5.71 5.71 Tower phot + 0 0.187 551 918 0.0016 0 0 0 WorldPhysical initStep + 1 0.152 551 918 0 0.0016 0.114 0.114 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 115 +* 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 -161 -985 1.74e+03 0.0733 0 0 0 Tower initStep - 1 -161 -985 1.74e+03 0 0.0733 0.0161 0.0161 Tower eIoni + 0 0.069 242 403 0.00202 0 0 0 DriftChamberPhysical initStep + 1 0.178 242 403 0 0.00202 0.924 0.924 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 96, Parent ID = 39 +* 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 -158 -1e+03 1.75e+03 2.4 0 0 0 Tower initStep - 1 -150 -1e+03 1.74e+03 2.4 0 12.6 12.6 Tower CoupledTransportation - 2 -138 -1.01e+03 1.72e+03 0 0 19.9 32.5 Tower neutronInelastic + 0 -0.000573 10.6 17.6 0.00099 0 0 0 WorldPhysical initStep + 1 -0.00792 10.5 17.6 0 0.00099 0.0563 0.0563 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = Fe56, Track ID = 121, Parent ID = 96 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -138 -1.01e+03 1.72e+03 0.0285 0 0 0 Tower initStep - 1 -138 -1.01e+03 1.72e+03 0 0.0285 5.07e-05 5.07e-05 Tower ionIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.000744 23.3 38.9 1e+03 0.00913 45.4 45.4 WorldPhysical eIoni + 2 -0.00128 40 66.6 1e+03 0.00635 32.3 77.7 WorldPhysical eIoni + 3 -0.00545 60 100 1e+03 0.00751 39 117 DriftChamberPhysical CoupledTransportation + 4 -0.0198 242 403 1e+03 0.0111 353 470 DriftChamberPhysical eIoni + 5 0.0136 540 900 1e+03 0.0183 580 1.05e+03 WorldPhysical CoupledTransportation + 6 0.0168 559 932 1e+03 0.00523 37.2 1.09e+03 WorldPhysical eIoni + 7 0.027 600 1e+03 1e+03 0.0122 79.4 1.17e+03 Crystal CoupledTransportation + 8 0.027 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 120, Parent ID = 96 +* 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 -138 -1.01e+03 1.72e+03 0.192 0 0 0 Tower initStep - 1 -141 -1e+03 1.72e+03 0 0.00708 4.06 4.06 Tower phot + 0 0.0168 559 932 0.00134 0 0 0 WorldPhysical initStep + 1 0.0298 559 932 0 0.00134 0.0879 0.0879 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 120 +* 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 -141 -1e+03 1.72e+03 0.185 0 0 0 Tower initStep - 1 -141 -1e+03 1.72e+03 0 0.185 0.074 0.074 Tower eIoni + 0 -0.0198 242 403 0.00155 0 0 0 DriftChamberPhysical initStep + 1 -0.0515 242 403 0 0.00155 0.602 0.602 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 119, Parent ID = 96 +* 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 -138 -1.01e+03 1.72e+03 0.398 0 0 0 Tower initStep - 1 -140 -1.01e+03 1.72e+03 0.315 0 2.56 2.56 Tower compt - 2 -145 -1e+03 1.73e+03 0.238 0 7.64 10.2 Tower compt - 3 -146 -1e+03 1.73e+03 0.129 0 3.77 14 Tower compt - 4 -146 -1e+03 1.73e+03 0.0877 0 0.118 14.1 Tower compt - 5 -150 -1e+03 1.73e+03 0.0877 0 4.42 18.5 Tower CoupledTransportation - 6 -157 -1.01e+03 1.73e+03 0 0.000843 8.59 27.1 Tower phot + 0 -0.00128 40 66.6 0.00604 0 0 0 WorldPhysical initStep + 1 -0.07 40.3 66.4 0.00107 0.00391 0.755 0.755 WorldPhysical eIoni + 2 -0.0642 40.3 66.4 0 0.00107 0.0629 0.818 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 119 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -157 -1.01e+03 1.73e+03 0.0869 0 0 0 Tower initStep - 1 -157 -1.01e+03 1.73e+03 0 0.0869 0.0215 0.0215 Tower eIoni + 0 -0.07 40.3 66.4 0.00106 0 0 0 WorldPhysical initStep + 1 -0.0575 40.3 66.4 0 0.00106 0.0619 0.0619 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 119 +* 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 -146 -1e+03 1.73e+03 0.0417 0 0 0 Tower initStep - 1 -146 -1e+03 1.73e+03 0 0.0417 0.0062 0.0062 Tower eIoni + 0 0.000744 23.3 38.9 0.00173 0 0 0 WorldPhysical initStep + 1 0.00267 23.4 38.9 0 0.00173 0.129 0.129 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 119 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -146 -1e+03 1.73e+03 0.108 0 0 0 Tower initStep - 1 -146 -1e+03 1.73e+03 0 0.108 0.0309 0.0309 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -0.00111 8.92 29.7 1e+03 0.00756 31 31 WorldPhysical eIoni + 2 -0.00105 9.46 31.5 1e+03 5.96e-05 1.9 32.9 WorldPhysical eIoni + 3 -0.00238 30 100 1e+03 0.0153 71.5 104 DriftChamberPhysical CoupledTransportation + 4 -0.0267 57.6 192 1e+03 0.00198 96.2 201 DriftChamberPhysical eIoni + 5 -0.186 270 900 1e+03 0.0215 739 940 WorldPhysical CoupledTransportation + 6 -0.21 300 1e+03 1e+03 0.019 104 1.04e+03 Crystal CoupledTransportation + 7 -0.21 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 119 +* 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 -145 -1e+03 1.73e+03 0.0771 0 0 0 Tower initStep - 1 -146 -1e+03 1.73e+03 0 0.0771 0.0176 0.0176 Tower eIoni + 0 -0.0267 57.6 192 0.00134 0 0 0 DriftChamberPhysical initStep + 1 -0.309 57.8 192 0 0.00134 0.476 0.476 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 119 +* 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 -140 -1.01e+03 1.72e+03 0.0835 0 0 0 Tower initStep - 1 -140 -1.01e+03 1.72e+03 0 0.0835 0.0201 0.0201 Tower eIoni + 0 -0.00105 9.46 31.5 0.00216 0 0 0 WorldPhysical initStep + 1 0.0724 9.48 31.5 0 0.00216 0.183 0.183 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 118, Parent ID = 96 +* 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 -138 -1.01e+03 1.72e+03 0.691 0 0 0 Tower initStep - 1 -127 -980 1.7e+03 0.659 0.032 39.8 39.8 Tower hadElastic - 2 -150 -1e+03 1.68e+03 0.659 0 34.1 73.9 Tower CoupledTransportation - 3 -166 -1.02e+03 1.67e+03 0.629 0.0293 24.1 97.9 Tower hadElastic - 4 -150 -1.02e+03 1.67e+03 0.629 0 17.7 116 Tower CoupledTransportation - 5 -143 -1.03e+03 1.67e+03 0.609 0.0206 7.56 123 Tower hadElastic - 6 -145 -1.03e+03 1.66e+03 0.583 0.026 5.13 128 Tower hadElastic - 7 -150 -1.03e+03 1.67e+03 0.583 0 6.2 135 Tower CoupledTransportation - 8 -173 -1.03e+03 1.68e+03 0.547 0.0357 25.6 160 Tower hadElastic - 9 -150 -1.03e+03 1.68e+03 0.547 0 23.5 184 Tower CoupledTransportation - 10 -73.3 -1.05e+03 1.7e+03 0.512 0.0352 79.9 263 Tower hadElastic - 11 -77.8 -1.05e+03 1.7e+03 0.512 0 5.21 269 Tower CoupledTransportation - 12 -109 -1.06e+03 1.68e+03 0.501 0.0108 37.2 306 Tower hadElastic - 13 -121 -1.05e+03 1.68e+03 0.501 0 15.9 322 Tower CoupledTransportation - 14 -127 -1.04e+03 1.68e+03 0.471 0.03 8.32 330 Tower hadElastic - 15 -125 -1.05e+03 1.68e+03 0.471 0 7.16 337 Tower CoupledTransportation - 16 -117 -1.08e+03 1.66e+03 0.459 0.0119 33.5 371 Tower hadElastic - 17 -112 -1.1e+03 1.68e+03 0.428 0.0312 28 399 Tower hadElastic - 18 -120 -1.09e+03 1.65e+03 0.403 0.0252 26.5 425 Tower hadElastic - 19 -133 -1.11e+03 1.67e+03 0.38 0.0225 33.6 459 Tower hadElastic - 20 -131 -1.06e+03 1.69e+03 0.354 0.0262 53.6 512 Tower hadElastic - 21 -137 -1.13e+03 1.65e+03 0.345 0.00896 79 591 Tower hadElastic - 22 -125 -1.15e+03 1.67e+03 0.345 0 31 622 HadCaloPhysical CoupledTransportation - 23 -68.5 -1.25e+03 1.75e+03 0.345 0 144 766 WorldPhysical CoupledTransportation - 24 1.4e+03 -3.85e+03 4e+03 0.345 0 3.74e+03 4.5e+03 OutOfWorld CoupledTransportation + 0 -0.00111 8.92 29.7 0.00125 0 0 0 WorldPhysical initStep + 1 -0.0238 8.94 29.7 0 0.00125 0.0786 0.0786 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 117, Parent ID = 96 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -138 -1.01e+03 1.72e+03 1.06 0 0 0 Tower initStep - 1 -124 -971 1.71e+03 0.584 0 39.4 39.4 Tower compt - 2 -126 -950 1.72e+03 0.584 0 23.7 63.1 Tower CoupledTransportation - 3 -126 -948 1.72e+03 0.261 0 2.76 65.8 Tower compt - 4 -128 -950 1.73e+03 0.261 0 4.98 70.8 Tower CoupledTransportation - 5 -130 -953 1.73e+03 0.131 0 5.4 76.2 Tower compt - 6 -130 -951 1.73e+03 0.119 0 2.07 78.3 Tower compt - 7 -132 -950 1.73e+03 0.119 0 2.34 80.6 Tower CoupledTransportation - 8 -135 -947 1.73e+03 0 0.00708 4.71 85.4 Tower phot + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.00016 8.32 27.7 1e+03 0.00748 29 29 WorldPhysical eIoni + 2 0.000181 8.88 29.6 1e+03 0.000349 1.95 30.9 WorldPhysical eIoni + 3 0.00365 30 100 1e+03 0.0133 73.5 104 DriftChamberPhysical CoupledTransportation + 4 0.00991 148 493 1e+03 0.0165 411 515 DriftChamberPhysical eIoni + 5 0.0108 254 846 1e+03 0.0101 368 883 DriftChamberPhysical eIoni + 6 0.0112 270 900 1e+03 0.00138 56.8 940 WorldPhysical CoupledTransportation + 7 0.0163 294 979 1e+03 0.0144 83 1.02e+03 WorldPhysical eIoni + 8 0.0162 297 988 1e+03 0.000659 9.06 1.03e+03 WorldPhysical eIoni + 9 0.0155 300 1e+03 1e+03 0.00218 12.4 1.04e+03 Crystal CoupledTransportation + 10 0.0155 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 117 +* 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 -135 -947 1.73e+03 0.112 0 0 0 Tower initStep - 1 -135 -947 1.73e+03 0 0.112 0.0325 0.0325 Tower eIoni + 0 0.0162 297 988 0.00266 0 0 0 WorldPhysical initStep + 1 0.123 297 988 0 0.00266 0.257 0.257 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 117 +* 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 -130 -951 1.73e+03 0.0126 0 0 0 Tower initStep - 1 -130 -951 1.73e+03 0 0.0126 0.00082 0.00082 Tower eIoni + 0 0.0163 294 979 0.001 0 0 0 WorldPhysical initStep + 1 0.00409 294 979 0 0.001 0.0574 0.0574 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 117 +* 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 -130 -953 1.73e+03 0.129 0 0 0 Tower initStep - 1 -130 -953 1.73e+03 0 0.129 0.0416 0.0416 Tower eIoni + 0 0.0108 254 846 0.002 0 0 0 DriftChamberPhysical initStep + 1 0.43 253 846 0 0.002 0.911 0.911 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 117 +* 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 -126 -948 1.72e+03 0.323 0 0 0 Tower initStep - 1 -126 -947 1.72e+03 0 0.323 0.173 0.173 Tower eIoni + 0 0.00991 148 493 0.00104 0 0 0 DriftChamberPhysical initStep + 1 -0.155 148 493 0 0.00104 0.316 0.316 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 117 +* 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 -124 -971 1.71e+03 0.472 0 0 0 Tower initStep - 1 -124 -971 1.71e+03 0 0.472 0.298 0.298 Tower eIoni + 0 0.000181 8.88 29.6 0.00171 0 0 0 WorldPhysical initStep + 1 -0.0331 8.84 29.6 0 0.00171 0.126 0.126 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 38, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 7.62 0 0 0 Tower initStep - 1 0.325 -1.03e+03 1.74e+03 2.06 5.56 0.145 0.145 Tower hIoni - 2 0.325 -1.03e+03 1.74e+03 0 2.06 0.0201 0.165 Tower hIoni + 0 0.00016 8.32 27.7 0.00373 0 0 0 WorldPhysical initStep + 1 -0.0667 8.5 27.7 0 0.00373 0.458 0.458 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 37, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 19.7 0 0 0 Tower initStep - 1 -13.6 -1.03e+03 1.75e+03 19.3 0.356 16.6 16.6 Tower hadElastic - 2 -13.4 -1.02e+03 1.76e+03 19.2 0.0769 6.49 23 Tower hadElastic - 3 -15.9 -1.03e+03 1.77e+03 19.1 0.087 17.3 40.3 Tower hadElastic - 4 -21.2 -1.02e+03 1.78e+03 0 0 10.3 50.6 Tower neutronInelastic + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -0.00127 5.21 17.4 1e+03 0.00388 18.1 18.1 WorldPhysical eIoni + 2 -0.00237 8.04 26.8 1e+03 0.00362 9.83 28 WorldPhysical eIoni + 3 -0.00378 11.7 38.9 1e+03 0.00167 12.7 40.6 WorldPhysical eIoni + 4 -0.00413 13.6 45.4 1e+03 0.00117 6.76 47.4 WorldPhysical eIoni + 5 -0.00403 14.4 48.1 1e+03 0.000352 2.81 50.2 WorldPhysical eIoni + 6 -0.00201 30 100 1e+03 0.0101 54.2 104 DriftChamberPhysical CoupledTransportation + 7 0.0862 181 603 1e+03 0.0148 525 630 DriftChamberPhysical eIoni + 8 0.0993 209 697 1e+03 0.00449 98.2 728 DriftChamberPhysical eIoni + 9 0.117 270 900 1e+03 0.00693 212 940 WorldPhysical CoupledTransportation + 10 0.127 300 1e+03 1e+03 0.0167 104 1.04e+03 Crystal CoupledTransportation + 11 0.127 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = Fe55, Track ID = 139, Parent ID = 37 +* 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 -21.2 -1.02e+03 1.78e+03 0.238 0 0 0 Tower initStep - 1 -21.2 -1.02e+03 1.78e+03 0 0.238 0.000151 0.000151 Tower ionIoni + 0 0.0993 209 697 0.00379 0 0 0 DriftChamberPhysical initStep + 1 1.28 210 697 0.00259 0.0012 1.87 1.87 DriftChamberPhysical eIoni + 2 2.13 211 697 0 0.00259 1.32 3.18 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 138, Parent ID = 37 +* 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 -21.2 -1.02e+03 1.78e+03 0.124 0 0 0 Tower initStep - 1 -18.7 -1.03e+03 1.78e+03 0.097 0 8.57 8.57 Tower compt - 2 -21.3 -1.03e+03 1.78e+03 0 0.00708 5.57 14.1 Tower phot + 0 0.0862 181 603 0.00194 0 0 0 DriftChamberPhysical initStep + 1 0.384 181 603 0 0.00194 0.867 0.867 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 138 +* 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 -21.3 -1.03e+03 1.78e+03 0.0899 0 0 0 Tower initStep - 1 -21.3 -1.03e+03 1.78e+03 0 0.0899 0.0227 0.0227 Tower eIoni + 0 -0.00403 14.4 48.1 0.00113 0 0 0 WorldPhysical initStep + 1 -0.00645 14.4 48.1 0 0.00113 0.0679 0.0679 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 138 +* 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 -18.7 -1.03e+03 1.78e+03 0.0269 0 0 0 Tower initStep - 1 -18.7 -1.03e+03 1.78e+03 0 0.0269 0.00294 0.00294 Tower eIoni + 0 -0.00413 13.6 45.4 0.0114 0 0 0 WorldPhysical initStep + 1 -0.734 14.7 45.2 0.00617 0.00527 2.05 2.05 WorldPhysical eIoni + 2 -1.19 14.7 45.1 0 0.00617 1.1 3.15 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 137, Parent ID = 37 +* 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 -21.2 -1.02e+03 1.78e+03 0.228 0 0 0 Tower initStep - 1 -25.6 -1.02e+03 1.75e+03 0.214 0 37 37 Tower compt - 2 -36.1 -1.01e+03 1.73e+03 0.151 0 21.6 58.7 Tower compt - 3 -35.6 -1.02e+03 1.73e+03 0 0.00708 3.83 62.5 Tower phot + 0 -0.00378 11.7 38.9 0.00356 0 0 0 WorldPhysical initStep + 1 -0.16 11.6 39 0 0.00356 0.422 0.422 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 137 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.6 -1.02e+03 1.73e+03 0.143 0 0 0 Tower initStep - 1 -35.6 -1.02e+03 1.73e+03 0 0.143 0.0491 0.0491 Tower eIoni + 0 -0.00237 8.04 26.8 0.00101 0 0 0 WorldPhysical initStep + 1 -0.0148 8.02 26.8 0 0.00101 0.0577 0.0577 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 137 +* 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 -36.1 -1.01e+03 1.73e+03 0.0638 0 0 0 Tower initStep - 1 -36.1 -1.01e+03 1.73e+03 0 0.0638 0.0128 0.0128 Tower eIoni + 0 -0.00127 5.21 17.4 0.00657 0 0 0 WorldPhysical initStep + 1 -0.124 4.73 17.6 0 0.00657 1.21 1.21 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 137 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.6 -1.02e+03 1.75e+03 0.0133 0 0 0 Tower initStep - 1 -25.6 -1.02e+03 1.75e+03 0 0.0133 0.000895 0.000895 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.00131 6.25 20.8 1e+03 0.00555 21.7 21.7 WorldPhysical eIoni + 2 0.00211 8.63 28.8 1e+03 0.00101 8.3 30 WorldPhysical eIoni + 3 0.00414 19.2 64.1 1e+03 0.00461 36.9 67 WorldPhysical eIoni + 4 0.00308 27.5 91.7 1e+03 0.00724 28.7 95.7 WorldPhysical eIoni + 5 0.00307 30 100 1e+03 0.00286 8.7 104 DriftChamberPhysical CoupledTransportation + 6 0.0121 99.5 331 1e+03 0.00955 242 346 DriftChamberPhysical eIoni + 7 0.0267 270 900 1e+03 0.0237 594 940 WorldPhysical CoupledTransportation + 8 0.0128 300 1e+03 1e+03 0.0187 104 1.04e+03 Crystal CoupledTransportation + 9 0.0128 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 136, Parent ID = 37 +* 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 -21.2 -1.02e+03 1.78e+03 0.933 0 0 0 Tower initStep - 1 -21.9 -1.03e+03 1.78e+03 0.881 0.0519 1.72 1.72 Tower hadElastic - 2 40.7 -1.02e+03 1.77e+03 0.821 0.0601 65.9 67.6 Tower hadElastic - 3 11 -1.03e+03 1.78e+03 0.784 0.0369 35.6 103 Tower hadElastic - 4 -3.86 -1e+03 1.74e+03 0.778 0.006 51 154 Tower hadElastic - 5 -8.62 -1e+03 1.73e+03 0.775 0.00278 12.5 167 Tower hadElastic - 6 -19.6 -988 1.69e+03 0.737 0.0378 38.8 206 Tower hadElastic - 7 -50 -985 1.72e+03 0.737 0 42.6 248 Tower CoupledTransportation - 8 -65.6 -983 1.74e+03 0.7 0.0369 21.9 270 Tower hadElastic - 9 -50 -1e+03 1.74e+03 0.7 0 24 294 Tower CoupledTransportation - 10 -35.8 -1.02e+03 1.74e+03 0.659 0.0411 21.8 316 Tower hadElastic - 11 -32.5 -974 1.72e+03 0.626 0.0337 49 365 Tower hadElastic - 12 -50 -980 1.73e+03 0.626 0 19.1 384 Tower CoupledTransportation - 13 -125 -1e+03 1.75e+03 0.592 0.0339 81.9 466 Tower hadElastic - 14 -124 -1e+03 1.75e+03 0.551 0.0405 2.33 468 Tower hadElastic - 15 -133 -1.02e+03 1.73e+03 0.515 0.0365 23.7 492 Tower hadElastic - 16 -132 -1.02e+03 1.73e+03 0.488 0.0267 1.57 494 Tower hadElastic - 17 -124 -1e+03 1.71e+03 0.469 0.0185 26.9 521 Tower hadElastic - 18 -141 -995 1.71e+03 0.438 0.0314 17.1 538 Tower hadElastic - 19 -83.7 -1e+03 1.7e+03 0.408 0.0298 60 598 Tower hadElastic - 20 -101 -998 1.7e+03 0.38 0.0278 18.8 616 Tower hadElastic - 21 -76.6 -1.02e+03 1.69e+03 0.357 0.0235 31.8 648 Tower hadElastic - 22 -90.3 -962 1.69e+03 0.335 0.0217 57.4 706 Tower hadElastic - 23 -80.8 -968 1.69e+03 0.315 0.0198 11.5 717 Tower hadElastic - 24 -105 -971 1.7e+03 0.296 0.0195 25.9 743 Tower hadElastic - 25 -50 -989 1.71e+03 0.296 0 59.8 803 Tower CoupledTransportation - 26 50 -1.02e+03 1.74e+03 0.296 0 108 911 Tower CoupledTransportation - 27 60.3 -1.03e+03 1.74e+03 0.281 0.015 11.2 922 Tower hadElastic - 28 50 -1.03e+03 1.75e+03 0.281 0 14 936 Tower CoupledTransportation - 29 13.5 -1.05e+03 1.77e+03 0.281 0 49.6 986 Tower CoupledTransportation - 30 -18.9 -1.07e+03 1.8e+03 0.264 0.0169 43.9 1.03e+03 Tower hadElastic - 31 50 -1.09e+03 1.77e+03 0.264 0 77.6 1.11e+03 Tower CoupledTransportation - 32 53.2 -1.09e+03 1.77e+03 0.246 0.0176 3.62 1.11e+03 Tower hadElastic - 33 50 -1.09e+03 1.77e+03 0.246 0 5.08 1.12e+03 Tower CoupledTransportation - 34 47.3 -1.09e+03 1.77e+03 0.23 0.0162 4.3 1.12e+03 Tower hadElastic - 35 50 -1.09e+03 1.77e+03 0.23 0 2.98 1.12e+03 Tower CoupledTransportation - 36 103 -1.1e+03 1.75e+03 0.217 0.013 57.5 1.18e+03 Tower hadElastic - 37 69.1 -1.13e+03 1.81e+03 0.204 0.0137 68.7 1.25e+03 Tower hadElastic - 38 88.9 -1.11e+03 1.8e+03 0.19 0.0131 23.9 1.27e+03 Tower hadElastic - 39 53.5 -1.11e+03 1.83e+03 0.181 0.00979 44.2 1.32e+03 Tower hadElastic - 40 55.3 -1.11e+03 1.83e+03 0.172 0.00851 7.35 1.32e+03 Tower hadElastic - 41 55.4 -1.11e+03 1.83e+03 0.163 0.00914 1.36 1.33e+03 Tower hadElastic - 42 50 -1.1e+03 1.82e+03 0.163 0 7.97 1.33e+03 Tower CoupledTransportation - 43 49 -1.1e+03 1.82e+03 0.152 0.0109 1.46 1.34e+03 Tower hadElastic - 44 50 -1.1e+03 1.82e+03 0.152 0 2.26 1.34e+03 Tower CoupledTransportation - 45 75.6 -1.15e+03 1.85e+03 0.152 0 58.2 1.4e+03 HadCaloPhysical CoupledTransportation - 46 132 -1.25e+03 1.91e+03 0.152 0 128 1.52e+03 WorldPhysical CoupledTransportation - 47 1.68e+03 -4e+03 3.47e+03 0.152 0 3.52e+03 5.04e+03 OutOfWorld CoupledTransportation + 0 0.0121 99.5 331 0.00138 0 0 0 DriftChamberPhysical initStep + 1 0.361 99.4 331 0 0.00138 0.499 0.499 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 135, Parent ID = 37 +* 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 -21.2 -1.02e+03 1.78e+03 0.973 0 0 0 Tower initStep - 1 -20.1 -1.02e+03 1.79e+03 0.956 0.0171 4.34 4.34 Tower hadElastic - 2 -42.3 -1e+03 1.8e+03 0.924 0.0324 31 35.4 Tower hadElastic - 3 10.3 -980 1.87e+03 0.863 0.0611 91.4 127 Tower hadElastic - 4 8.3 -980 1.86e+03 0.84 0.023 8.35 135 Tower hadElastic - 5 50 -981 1.84e+03 0.84 0 47.5 183 Tower CoupledTransportation - 6 81.8 -981 1.82e+03 0.792 0.0476 36.2 219 Tower hadElastic - 7 55 -950 1.93e+03 0.792 0 121 340 Tower CoupledTransportation - 8 50 -944 1.96e+03 0.792 0 22.9 363 Tower CoupledTransportation - 9 44.6 -938 1.98e+03 0.745 0.0468 24.3 387 Tower hadElastic - 10 44.9 -950 1.97e+03 0.745 0 13.7 401 Tower CoupledTransportation - 11 45.3 -974 1.96e+03 0.706 0.0394 27.6 429 Tower hadElastic - 12 41.7 -973 2e+03 0.664 0.0416 43.5 472 Tower hadElastic - 13 28.7 -985 1.98e+03 0.634 0.0299 25.6 498 Tower hadElastic - 14 30.1 -987 1.98e+03 0.62 0.0147 2.02 500 Tower hadElastic - 15 -8.04 -1.04e+03 2.04e+03 0.594 0.0262 86.8 586 Tower hadElastic - 16 -17.7 -1.03e+03 2.04e+03 0.564 0.03 13 600 Tower hadElastic - 17 4.39 -1.05e+03 2e+03 0.527 0.0361 42 641 Tower hadElastic - 18 -2.51 -1.03e+03 2.01e+03 0.501 0.0269 19.9 661 Tower hadElastic - 19 8.27 -1.03e+03 1.98e+03 0.467 0.034 33.3 695 Tower hadElastic - 20 -7.5 -1.02e+03 2.01e+03 0.445 0.0217 29 724 Tower hadElastic - 21 23.9 -1.01e+03 2.02e+03 0.421 0.0234 34.3 758 Tower hadElastic - 22 21.1 -1.05e+03 2e+03 0.421 0 38.8 797 Tower CoupledTransportation - 23 19 -1.08e+03 1.99e+03 0.4 0.0217 28.3 825 Tower hadElastic - 24 27.5 -1.07e+03 1.99e+03 0.382 0.0181 13.6 839 Tower hadElastic - 25 14.9 -1.07e+03 1.98e+03 0.362 0.0199 15.8 855 Tower hadElastic - 26 15.4 -1.07e+03 1.98e+03 0.343 0.0191 4.48 859 Tower hadElastic - 27 12.9 -1.08e+03 1.96e+03 0.32 0.0224 22.2 881 Tower hadElastic - 28 10.1 -1.08e+03 1.98e+03 0.299 0.021 19.2 900 Tower hadElastic - 29 9.78 -1.07e+03 1.97e+03 0.284 0.0149 12 912 Tower hadElastic - 30 21.8 -1.07e+03 1.97e+03 0.265 0.0189 13.8 926 Tower hadElastic - 31 9.8 -1.08e+03 1.97e+03 0.262 0.00312 14.7 941 Tower hadElastic - 32 5.23 -1.11e+03 1.95e+03 0.245 0.0173 37.4 978 Tower hadElastic - 33 5.44 -1.11e+03 1.95e+03 0.229 0.0162 6.12 984 Tower hadElastic - 34 2.89 -1.14e+03 1.93e+03 0.213 0.0156 43.6 1.03e+03 Tower hadElastic - 35 5.57 -1.14e+03 1.93e+03 0.198 0.0147 8.34 1.04e+03 Tower hadElastic - 36 2.08 -1.14e+03 1.93e+03 0.185 0.0134 7.11 1.04e+03 Tower hadElastic - 37 6.35 -1.13e+03 1.95e+03 0.172 0.0127 24.9 1.07e+03 Tower hadElastic - 38 6.71 -1.14e+03 1.94e+03 0.161 0.0109 14.9 1.08e+03 Tower hadElastic - 39 4.37 -1.13e+03 1.95e+03 0.15 0.0113 16.5 1.1e+03 Tower hadElastic - 40 4.42 -1.13e+03 1.94e+03 0.141 0.00916 8.88 1.11e+03 Tower hadElastic - 41 4.19 -1.13e+03 1.94e+03 0.133 0.00824 0.667 1.11e+03 Tower hadElastic - 42 -0.104 -1.13e+03 1.91e+03 0.127 0.00579 36.5 1.15e+03 Tower hadElastic - 43 10.6 -1.15e+03 1.91e+03 0.127 0 26.8 1.17e+03 HadCaloPhysical CoupledTransportation - 44 54.1 -1.25e+03 1.91e+03 0.127 0 109 1.28e+03 WorldPhysical CoupledTransportation - 45 1.25e+03 -4e+03 2.01e+03 0.127 0 3e+03 4.28e+03 OutOfWorld CoupledTransportation + 0 0.00308 27.5 91.7 0.00117 0 0 0 WorldPhysical initStep + 1 -0.0102 27.5 91.7 0 0.00117 0.0719 0.0719 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 134, Parent ID = 37 +* 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 -21.2 -1.02e+03 1.78e+03 1.54 0 0 0 Tower initStep - 1 -20.3 -1.01e+03 1.79e+03 0.679 0 12.5 12.5 Tower compt - 2 -19.3 -1.01e+03 1.79e+03 0.64 0 2.34 14.9 Tower compt - 3 -13 -1.01e+03 1.8e+03 0.24 0 14.6 29.5 Tower compt - 4 -14.1 -1.01e+03 1.8e+03 0.13 0 1.72 31.2 Tower compt - 5 -8.24 -1.02e+03 1.8e+03 0.126 0 7.56 38.7 Tower compt - 6 -7.84 -1.02e+03 1.8e+03 0.125 0 0.589 39.3 Tower compt - 7 -5.75 -1.02e+03 1.8e+03 0.0908 0 3.41 42.7 Tower compt - 8 -9.11 -1.02e+03 1.8e+03 0 0.00708 3.95 46.7 Tower phot + 0 0.00414 19.2 64.1 0.00178 0 0 0 WorldPhysical initStep + 1 0.0573 19.3 64.1 0 0.00178 0.135 0.135 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 134 +* 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 -9.11 -1.02e+03 1.8e+03 0.0837 0 0 0 Tower initStep - 1 -9.11 -1.02e+03 1.8e+03 0 0.0837 0.0202 0.0202 Tower eIoni + 0 0.00211 8.63 28.8 0.00876 0 0 0 WorldPhysical initStep + 1 0.551 8.01 29 0.00439 0.00438 1.64 1.64 WorldPhysical eIoni + 2 0.703 7.88 29.2 0 0.00439 0.608 2.25 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 134 +* 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 -5.75 -1.02e+03 1.8e+03 0.0344 0 0 0 Tower initStep - 1 -5.75 -1.02e+03 1.8e+03 0 0.0344 0.00445 0.00445 Tower eIoni + 0 0.00131 6.25 20.8 0.00114 0 0 0 WorldPhysical initStep + 1 0.0154 6.22 20.8 0 0.00114 0.0691 0.0691 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 134 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.84 -1.02e+03 1.8e+03 0.00104 0 0 0 Tower initStep - 1 -7.84 -1.02e+03 1.8e+03 0 0.00104 1.92e-05 1.92e-05 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -0.00582 28.9 96.4 1e+03 0.0171 101 101 WorldPhysical eIoni + 2 -0.00599 29.6 98.8 1e+03 0.000228 2.51 103 WorldPhysical eIoni + 3 -0.00604 30 100 1e+03 0.000104 1.3 104 DriftChamberPhysical CoupledTransportation + 4 -0.0228 138 458 1e+03 0.0125 374 479 DriftChamberPhysical eIoni + 5 -0.02 202 675 1e+03 0.0101 226 705 DriftChamberPhysical eIoni + 6 -0.0094 270 900 1e+03 0.00581 235 940 WorldPhysical CoupledTransportation + 7 -0.009 272 906 1e+03 0.00112 6.14 946 WorldPhysical eIoni + 8 -0.00829 275 918 1e+03 0.00503 12.2 958 WorldPhysical eIoni + 9 -0.00325 300 1e+03 1e+03 0.0177 86.1 1.04e+03 Crystal CoupledTransportation + 10 -0.00325 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 134 +* 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 -8.24 -1.02e+03 1.8e+03 0.00427 0 0 0 Tower initStep - 1 -8.24 -1.02e+03 1.8e+03 0 0.00427 0.000143 0.000143 Tower eIoni + 0 -0.00829 275 918 0.00112 0 0 0 WorldPhysical initStep + 1 0.0166 275 918 0 0.00112 0.0675 0.0675 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 134 +* 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 -14.1 -1.01e+03 1.8e+03 0.11 0 0 0 Tower initStep - 1 -14.1 -1.01e+03 1.8e+03 0 0.11 0.0317 0.0317 Tower eIoni + 0 -0.009 272 906 0.00104 0 0 0 WorldPhysical initStep + 1 0.00362 272 906 0 0.00104 0.0607 0.0607 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 134 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13 -1.01e+03 1.8e+03 0.4 0 0 0 Tower initStep - 1 -13 -1.01e+03 1.8e+03 0 0.4 0.236 0.236 Tower eIoni + 0 -0.02 202 675 0.00859 0 0 0 DriftChamberPhysical initStep + 1 -2.33 200 676 0.00615 0.00244 3.99 3.99 DriftChamberPhysical eIoni + 2 -3.03 197 677 0.00391 0.00224 2.81 6.8 DriftChamberPhysical eIoni + 3 -3.62 197 678 0.00263 0.00128 1.91 8.72 DriftChamberPhysical eIoni + 4 -3.43 196 679 0 0.00263 1.34 10.1 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 134 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.3 -1.01e+03 1.79e+03 0.0394 0 0 0 Tower initStep - 1 -19.3 -1.01e+03 1.79e+03 0 0.0394 0.00562 0.00562 Tower eIoni + 0 -0.0228 138 458 0.00478 0 0 0 DriftChamberPhysical initStep + 1 -1.92 138 458 0.00245 0.00233 2.25 2.25 DriftChamberPhysical eIoni + 2 -2.39 138 458 0 0.00245 1.24 3.49 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 134 +* 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 -20.3 -1.01e+03 1.79e+03 0.866 0 0 0 Tower initStep - 1 -20.3 -1.01e+03 1.79e+03 0 0.866 0.665 0.665 Tower eIoni + 0 -0.00599 29.6 98.8 0.002 0 0 0 WorldPhysical initStep + 1 -0.0338 29.6 98.8 0 0.002 0.162 0.162 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 133, Parent ID = 37 +* 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 -21.2 -1.02e+03 1.78e+03 3.86 0 0 0 Tower initStep - 1 -14.3 -1.02e+03 1.82e+03 0 0 37.1 37.1 Tower conv + 0 -0.00582 28.9 96.4 0.0016 0 0 0 WorldPhysical initStep + 1 0.029 28.9 96.3 0 0.0016 0.114 0.114 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 154, Parent ID = 133 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.3 -1.02e+03 1.82e+03 1.17 0 0 0 Tower initStep - 1 -14.3 -1.02e+03 1.82e+03 0 1.17 0.971 0.971 Tower eIoni - 2 -14.3 -1.02e+03 1.82e+03 0 0 0 0.971 Tower annihil + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -30 100 1e+03 0.0184 104 104 DriftChamberPhysical CoupledTransportation + 2 0.00378 -33.3 111 1e+03 0.000207 11.5 116 DriftChamberPhysical eIoni + 3 0.183 -201 670 1e+03 0.0141 584 700 DriftChamberPhysical eIoni + 4 0.244 -270 900 1e+03 0.00612 240 940 WorldPhysical CoupledTransportation + 5 0.248 -274 913 1e+03 0.00364 13.5 953 WorldPhysical eIoni + 6 0.28 -300 1e+03 1e+03 0.0186 90.9 1.04e+03 Crystal CoupledTransportation + 7 0.28 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 156, Parent ID = 154 +* 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 -14.3 -1.02e+03 1.82e+03 0.511 0 0 0 Tower initStep - 1 -17.9 -1.02e+03 1.79e+03 0.191 0 29.8 29.8 Tower compt - 2 -17.4 -1.02e+03 1.79e+03 0.186 0 3.53 33.3 Tower compt - 3 -19.9 -1.03e+03 1.8e+03 0.182 0 11.6 44.9 Tower compt - 4 -20 -1.03e+03 1.8e+03 0.165 0 0.788 45.7 Tower compt - 5 -20.2 -1.04e+03 1.8e+03 0.158 0 2.54 48.2 Tower compt - 6 -19.8 -1.04e+03 1.8e+03 0.129 0 1.82 50 Tower compt - 7 -9.4 -1.03e+03 1.79e+03 0.113 0 13.3 63.3 Tower compt - 8 -5.97 -1.03e+03 1.79e+03 0 0.00708 4.14 67.4 Tower phot + 0 0.248 -274 913 0.00449 0 0 0 WorldPhysical initStep + 1 0.182 -274 913 0 0.00449 0.355 0.355 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 156 +* 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 -5.97 -1.03e+03 1.79e+03 0.105 0 0 0 Tower initStep - 1 -5.98 -1.03e+03 1.79e+03 0 0.105 0.0297 0.0297 Tower eIoni + 0 0.183 -201 670 0.00304 0 0 0 DriftChamberPhysical initStep + 1 1.4 -201 670 0.00194 0.0011 1.55 1.55 DriftChamberPhysical eIoni + 2 1.82 -201 670 0 0.00194 0.867 2.42 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 156 +* 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 -9.4 -1.03e+03 1.79e+03 0.0164 0 0 0 Tower initStep - 1 -9.4 -1.03e+03 1.79e+03 0 0.0164 0.00127 0.00127 Tower eIoni + 0 0.00378 -33.3 111 0.00101 0 0 0 DriftChamberPhysical initStep + 1 0.16 -33.4 111 0 0.00101 0.305 0.305 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 156 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.8 -1.04e+03 1.8e+03 0.0287 0 0 0 Tower initStep - 1 -19.8 -1.04e+03 1.8e+03 0 0.0287 0.00327 0.00327 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.00283 -15.8 52.8 1e+03 0.0123 55.1 55.1 WorldPhysical eIoni + 2 0.00909 -25.4 84.6 1e+03 0.00568 33.2 88.3 WorldPhysical eIoni + 3 0.0131 -30 100 1e+03 0.00326 16.1 104 DriftChamberPhysical CoupledTransportation + 4 0.151 -270 900 1e+03 0.0234 835 940 WorldPhysical CoupledTransportation + 5 0.16 -284 947 1e+03 0.0135 49.3 989 WorldPhysical eIoni + 6 0.167 -300 1e+03 1e+03 0.01 55.1 1.04e+03 Crystal CoupledTransportation + 7 0.167 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 156 +* 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 -20.2 -1.04e+03 1.8e+03 0.00716 0 0 0 Tower initStep - 1 -20.2 -1.04e+03 1.8e+03 0 0.00716 0.000323 0.000323 Tower eIoni + 0 0.16 -284 947 0.00413 0 0 0 WorldPhysical initStep + 1 0.139 -284 947 0 0.00413 0.547 0.547 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 156 +* 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 -20 -1.03e+03 1.8e+03 0.0174 0 0 0 Tower initStep - 1 -20 -1.03e+03 1.8e+03 0 0.0174 0.0014 0.0014 Tower eIoni + 0 0.00909 -25.4 84.6 0.0013 0 0 0 WorldPhysical initStep + 1 0.00617 -25.3 84.6 0 0.0013 0.0835 0.0835 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 156 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.9 -1.03e+03 1.8e+03 0.004 0 0 0 Tower initStep - 1 -19.9 -1.03e+03 1.8e+03 0 0.004 0.00013 0.00013 Tower eIoni + 0 0.00283 -15.8 52.8 0.00146 0 0 0 WorldPhysical initStep + 1 -0.00798 -15.9 52.8 0 0.00146 0.0997 0.0997 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 156 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.4 -1.02e+03 1.79e+03 0.00465 0 0 0 Tower initStep - 1 -17.4 -1.02e+03 1.79e+03 0 0.00465 0.000163 0.000163 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -0.000677 -4.68 15.6 1e+03 0.00391 16.3 16.3 WorldPhysical eIoni + 2 -0.0062 -21 70 1e+03 0.0122 56.8 73 WorldPhysical eIoni + 3 -0.0088 -30 100 1e+03 0.00734 31.4 104 DriftChamberPhysical CoupledTransportation + 4 -0.0622 -212 705 1e+03 0.0182 632 736 DriftChamberPhysical eIoni + 5 -0.0965 -270 900 1e+03 0.00628 203 940 WorldPhysical CoupledTransportation + 6 -0.0987 -276 919 1e+03 0.00272 20.2 960 WorldPhysical eIoni + 7 -0.1 -298 994 1e+03 0.0142 77.9 1.04e+03 WorldPhysical eIoni + 8 -0.101 -300 1e+03 1e+03 0.00137 6.33 1.04e+03 Crystal CoupledTransportation + 9 -0.101 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 156 +* 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 -17.9 -1.02e+03 1.79e+03 0.32 0 0 0 Tower initStep - 1 -17.9 -1.02e+03 1.79e+03 0 0.32 0.171 0.171 Tower eIoni + 0 -0.1 -298 994 0.00129 0 0 0 WorldPhysical initStep + 1 -0.0978 -298 994 0 0.00129 0.0823 0.0823 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 155, Parent ID = 154 +* 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 -14.3 -1.02e+03 1.82e+03 0.511 0 0 0 Tower initStep - 1 -13.3 -1.02e+03 1.83e+03 0.349 0 8.43 8.43 Tower compt - 2 -12.4 -1.02e+03 1.83e+03 0.205 0 1.11 9.54 Tower compt - 3 -13.5 -1.02e+03 1.83e+03 0 0.00708 8.87 18.4 Tower phot + 0 -0.0987 -276 919 0.00471 0 0 0 WorldPhysical initStep + 1 -0.231 -276 919 0 0.00471 0.689 0.689 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 155 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.5 -1.02e+03 1.83e+03 0.198 0 0 0 Tower initStep - 1 -13.5 -1.02e+03 1.83e+03 0 0.198 0.0822 0.0822 Tower eIoni + 0 -0.0622 -212 705 0.00144 0 0 0 DriftChamberPhysical initStep + 1 0.286 -211 705 0 0.00144 0.531 0.531 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 155 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.4 -1.02e+03 1.83e+03 0.144 0 0 0 Tower initStep - 1 -12.4 -1.02e+03 1.83e+03 0 0.144 0.0496 0.0496 Tower eIoni + 0 -0.0062 -21 70 0.00393 0 0 0 WorldPhysical initStep + 1 -0.133 -21 70 0.00133 0.00128 0.18 0.18 WorldPhysical eIoni + 2 -0.138 -21.1 70 0 0.00133 0.0869 0.267 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 155 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.3 -1.02e+03 1.83e+03 0.162 0 0 0 Tower initStep - 1 -13.3 -1.02e+03 1.83e+03 0 0.162 0.0596 0.0596 Tower eIoni + 0 -0.133 -21 70 0.00131 0 0 0 WorldPhysical initStep + 1 -0.165 -21 70 0 0.00131 0.0848 0.0848 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 133 +* 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 -14.3 -1.02e+03 1.82e+03 1.67 0 0 0 Tower initStep - 1 -14.2 -1.02e+03 1.82e+03 0.11 1.45 1.14 1.14 Tower eBrem - 2 -14.2 -1.02e+03 1.82e+03 0 0.11 0.032 1.18 Tower eIoni + 0 -0.000677 -4.68 15.6 0.0012 0 0 0 WorldPhysical initStep + 1 0.0266 -4.67 15.6 0 0.0012 0.0741 0.0741 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 168, Parent ID = 153 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.2 -1.02e+03 1.82e+03 0.112 0 0 0 Tower initStep - 1 -23.5 -1.02e+03 1.82e+03 0 0.00708 11 11 Tower phot + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -0.0113 -27.1 90.4 1e+03 0.019 94.4 94.4 WorldPhysical eIoni + 2 -0.0131 -30 100 1e+03 0.00143 9.99 104 DriftChamberPhysical CoupledTransportation + 3 -0.121 -270 900 1e+03 0.026 835 940 WorldPhysical CoupledTransportation + 4 -0.123 -280 934 1e+03 0.00755 35.9 976 WorldPhysical eBrem + 5 -0.124 -284 947 1e+03 0.00233 13.3 989 WorldPhysical eIoni + 6 -0.125 -286 953 1e+03 0.0017 6.5 995 WorldPhysical eIoni + 7 -0.124 -293 976 1e+03 0.00351 23.6 1.02e+03 WorldPhysical eIoni + 8 -0.122 -300 1e+03 1e+03 0.00406 25 1.04e+03 Crystal CoupledTransportation + 9 -0.122 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 168 +* 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 -23.5 -1.02e+03 1.82e+03 0.105 0 0 0 Tower initStep - 1 -23.5 -1.02e+03 1.82e+03 0 0.105 0.0293 0.0293 Tower eIoni + 0 -0.124 -293 976 0.00104 0 0 0 WorldPhysical initStep + 1 -0.114 -293 976 0 0.00104 0.0603 0.0603 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = nu_mu, Track ID = 36, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 22.7 0 0 0 Tower initStep - 1 50 -968 1.86e+03 22.7 0 141 141 Tower CoupledTransportation - 2 65.2 -950 1.9e+03 22.7 0 43.1 184 Tower CoupledTransportation - 3 149 -850 2.09e+03 22.7 0 237 421 Tower CoupledTransportation - 4 150 -848 2.1e+03 22.7 0 3.64 425 Tower CoupledTransportation - 5 232 -750 2.29e+03 22.7 0 233 658 Tower CoupledTransportation - 6 250 -729 2.33e+03 22.7 0 50.4 709 Tower CoupledTransportation - 7 299 -670 2.45e+03 22.7 0 139 847 HadCaloPhysical CoupledTransportation - 8 320 -645 2.5e+03 22.7 0 59.9 907 WorldPhysical CoupledTransportation - 9 953 113 4e+03 22.7 0 1.8e+03 2.7e+03 OutOfWorld CoupledTransportation + 0 -0.125 -286 953 0.00483 0 0 0 WorldPhysical initStep + 1 -0.133 -286 953 0.00214 0.000691 0.0691 0.0691 WorldPhysical eIoni + 2 -0.196 -286 953 0 0.00214 0.18 0.249 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 1.23 0 0 0 Tower initStep - 1 -6.92 -1.03e+03 1.74e+03 0.323 0 8.17 8.17 Tower compt - 2 -7.02 -1.03e+03 1.74e+03 0.15 0 2.82 11 Tower compt - 3 -6.1 -1.03e+03 1.74e+03 0 0.00708 1.7 12.7 Tower phot + 0 -0.133 -286 953 0.002 0 0 0 WorldPhysical initStep + 1 -0.0998 -286 953 0 0.002 0.161 0.161 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 35 +* 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 -6.1 -1.03e+03 1.74e+03 0.142 0 0 0 Tower initStep - 1 -6.09 -1.03e+03 1.74e+03 0 0.142 0.0486 0.0486 Tower eIoni + 0 -0.124 -284 947 0.00114 0 0 0 WorldPhysical initStep + 1 -0.131 -284 947 0 0.00114 0.0689 0.0689 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 35 +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.02 -1.03e+03 1.74e+03 0.174 0 0 0 Tower initStep - 1 -7.02 -1.03e+03 1.74e+03 0 0.174 0.0669 0.0669 Tower eIoni + 0 -0.123 -280 934 0.0111 0 0 0 WorldPhysical initStep + 1 -0.116 -300 1e+03 0.0111 0 68.5 68.5 Crystal CoupledTransportation + 2 -0.116 -300 1e+03 0 0.00572 0.000964 68.5 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 35 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.92 -1.03e+03 1.74e+03 0.91 0 0 0 Tower initStep - 1 -7.05 -1.03e+03 1.74e+03 0 0.91 0.707 0.707 Tower eIoni + 0 -0.116 -300 1e+03 0.00537 0 0 0 Crystal initStep + 1 -0.116 -300 1e+03 0 0.00537 0.000546 0.000546 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 0.263 0 0 0 Tower initStep - 1 0.826 -1.03e+03 1.74e+03 0 0.00708 1.36 1.36 Tower phot + 0 -0.0113 -27.1 90.4 0.00161 0 0 0 WorldPhysical initStep + 1 -0.0289 -27.1 90.4 0 0.00161 0.115 0.115 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 34 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.826 -1.03e+03 1.74e+03 0.256 0 0 0 Tower initStep - 1 0.82 -1.03e+03 1.74e+03 0 0.256 0.123 0.123 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.00174 -11.3 37.6 1e+03 0.0081 39.2 39.2 WorldPhysical eIoni + 2 0.00786 -30 100 1e+03 0.0157 65.2 104 DriftChamberPhysical CoupledTransportation + 3 -0.0594 -236 787 1e+03 0.026 717 821 DriftChamberPhysical eIoni + 4 -0.0692 -270 900 1e+03 0.00275 118 940 WorldPhysical CoupledTransportation + 5 -0.0805 -296 988 999 0.0177 91.6 1.03e+03 WorldPhysical eIoni + 6 -0.0935 -300 1e+03 999 0.00188 12.8 1.04e+03 Crystal CoupledTransportation + 7 -0.0935 -300 1e+03 0 999 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 0.135 0 0 0 Tower initStep - 1 0.415 -1.03e+03 1.74e+03 0.129 0 0.618 0.618 Tower compt - 2 1.57 -1.03e+03 1.74e+03 0.129 0 1.69 2.31 Tower Rayl - 3 4.21 -1.02e+03 1.74e+03 0.127 0 3.48 5.79 Tower compt - 4 6.98 -1.02e+03 1.74e+03 0 0.00708 3.84 9.63 Tower phot + 0 -0.0805 -296 988 0.893 0 0 0 WorldPhysical initStep + 1 14.2 -303 1e+03 0.891 0.00153 20.1 20.1 Crystal CoupledTransportation + 2 14.2 -303 1e+03 0.875 0.0155 0.0639 20.1 Crystal msc + 3 14.3 -303 1e+03 0.859 0.0169 0.0488 20.2 Crystal msc + 4 14.3 -303 1e+03 0.842 0.0168 0.0574 20.2 Crystal msc + 5 14.4 -303 1e+03 0.803 0.0391 0.0639 20.3 Crystal msc + 6 14.4 -303 1e+03 0.764 0.0389 0.087 20.4 Crystal msc + 7 14.5 -303 1e+03 0.728 0.0354 0.104 20.5 Crystal msc + 8 14.5 -303 1e+03 0.687 0.0411 0.116 20.6 Crystal msc + 9 14.5 -303 1e+03 0.614 0.0736 0.123 20.7 Crystal msc + 10 14.4 -303 1e+03 0.539 0.0749 0.161 20.9 Crystal msc + 11 14.2 -303 1e+03 0.474 0.0652 0.153 21 Crystal msc + 12 14.2 -303 1e+03 0.357 0.116 0.142 21.2 Crystal msc + 13 14.2 -303 1e+03 0 0.357 0.432 21.6 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 33 +* 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 6.98 -1.02e+03 1.74e+03 0.12 0 0 0 Tower initStep - 1 6.98 -1.02e+03 1.74e+03 0 0.12 0.0365 0.0365 Tower eIoni + 0 -0.0594 -236 787 0.00122 0 0 0 DriftChamberPhysical initStep + 1 -0.337 -236 787 0 0.00122 0.411 0.411 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 33 +* 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 4.21 -1.02e+03 1.74e+03 0.0019 0 0 0 Tower initStep - 1 4.21 -1.02e+03 1.74e+03 0 0.0019 4.35e-05 4.35e-05 Tower eIoni + 0 0.00174 -11.3 37.6 0.00175 0 0 0 WorldPhysical initStep + 1 -0.0395 -11.3 37.6 0 0.00175 0.131 0.131 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 174, Parent ID = 33 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.415 -1.03e+03 1.74e+03 0.00635 0 0 0 Tower initStep - 1 0.415 -1.03e+03 1.74e+03 0 0.00635 0.000266 0.000266 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.00211 -49.5 82.5 1e+03 0.0211 96.2 96.2 WorldPhysical eIoni + 2 0.00203 -51.1 85.2 1e+03 0.000537 3.14 99.4 WorldPhysical eIoni + 3 0.00199 -60 100 1e+03 0.00391 17.3 117 DriftChamberPhysical CoupledTransportation + 4 0.0656 -270 450 1e+03 0.0104 409 525 DriftChamberPhysical eIoni + 5 0.094 -354 590 1e+03 0.00388 163 689 DriftChamberPhysical eIoni + 6 0.125 -468 780 1e+03 0.00541 221 910 DriftChamberPhysical eIoni + 7 0.148 -540 900 1e+03 0.00377 140 1.05e+03 WorldPhysical CoupledTransportation + 8 0.174 -600 1e+03 1e+03 0.0226 117 1.17e+03 Crystal CoupledTransportation + 9 0.174 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 0.0602 0 0 0 Tower initStep - 1 1.84 -1.03e+03 1.74e+03 0 0.00708 1.62 1.62 Tower phot + 0 0.125 -468 780 0.00109 0 0 0 DriftChamberPhysical initStep + 1 -0.0402 -468 780 0 0.00109 0.344 0.344 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 32 +* 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 1.84 -1.03e+03 1.74e+03 0.0531 0 0 0 Tower initStep - 1 1.84 -1.03e+03 1.74e+03 0 0.0531 0.00936 0.00936 Tower eIoni + 0 0.094 -354 590 0.00148 0 0 0 DriftChamberPhysical initStep + 1 0.381 -355 590 0 0.00148 0.555 0.555 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 0.0025 0 0 0 Tower initStep - 1 0.334 -1.03e+03 1.74e+03 0 0.000843 0.00227 0.00227 Tower phot + 0 0.0656 -270 450 0.00117 0 0 0 DriftChamberPhysical initStep + 1 0.238 -270 451 0 0.00117 0.384 0.384 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 31 +* 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.334 -1.03e+03 1.74e+03 0.00166 0 0 0 Tower initStep - 1 0.334 -1.03e+03 1.74e+03 0 0.00166 3.61e-05 3.61e-05 Tower eIoni + 0 0.00203 -51.1 85.2 0.00856 0 0 0 WorldPhysical initStep + 1 -0.203 -51.9 84.8 0.00448 0.00408 1.61 1.61 WorldPhysical eIoni + 2 -0.386 -51.7 85 0 0.00448 0.631 2.24 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 0.00195 0 0 0 Tower initStep - 1 0.334 -1.03e+03 1.74e+03 0 6.65e-05 0.000232 0.000232 Tower phot + 0 0.00211 -49.5 82.5 0.00176 0 0 0 WorldPhysical initStep + 1 0.0205 -49.6 82.5 0 0.00176 0.132 0.132 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 30 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.334 -1.03e+03 1.74e+03 0.00188 0 0 0 Tower initStep - 1 0.334 -1.03e+03 1.74e+03 0 0.00188 4.3e-05 4.3e-05 Tower eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -60 100 1e+03 0.0238 117 117 DriftChamberPhysical CoupledTransportation + 2 -0.119 -215 358 1e+03 0.0114 301 417 DriftChamberPhysical eIoni + 3 -0.351 -540 900 1e+03 0.0222 632 1.05e+03 WorldPhysical CoupledTransportation + 4 -0.373 -561 934 1e+03 0.00518 39.8 1.09e+03 WorldPhysical eIoni + 5 -0.404 -576 960 1e+03 0.00651 30.7 1.12e+03 WorldPhysical eIoni + 6 -0.455 -600 1e+03 1e+03 0.00887 46.1 1.17e+03 Crystal CoupledTransportation + 7 -0.455 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 0.00155 0 0 0 Tower initStep - 1 0.334 -1.03e+03 1.74e+03 0 0.000734 0.000219 0.000219 Tower phot + 0 -0.404 -576 960 0.0125 0 0 0 WorldPhysical initStep + 1 -0.064 -578 960 0.00736 0.00515 2.2 2.2 WorldPhysical eIoni + 2 -0.641 -578 960 0.00181 0.00555 1.38 3.59 WorldPhysical eIoni + 3 -0.67 -578 960 0 0.00181 0.139 3.73 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 29 +* 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.334 -1.03e+03 1.74e+03 0.000813 0 0 0 Tower initStep - 1 0.334 -1.03e+03 1.74e+03 0 0.000813 1.4e-05 1.4e-05 Tower eIoni + 0 -0.373 -561 934 0.00324 0 0 0 WorldPhysical initStep + 1 -0.352 -561 934 0 0.00324 0.359 0.359 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 4 +* 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.334 -1.03e+03 1.74e+03 0.00968 0 0 0 Tower initStep - 1 0.334 -1.03e+03 1.74e+03 0 0.00968 0.000527 0.000527 Tower eIoni + 0 -0.119 -215 358 0.00196 0 0 0 DriftChamberPhysical initStep + 1 -0.686 -215 358 0 0.00196 0.883 0.883 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.3 -883 1.48e+03 0.00119 0 0 0 WorldPhysical initStep - 1 6.29 -883 1.48e+03 0 0.00119 0.0732 0.0732 WorldPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -60 100 1e+03 0.0264 117 117 DriftChamberPhysical CoupledTransportation + 2 -0.000414 -61.6 103 1e+03 6.91e-05 3.08 120 DriftChamberPhysical eIoni + 3 -0.0201 -146 243 1e+03 0.00455 164 284 DriftChamberPhysical eIoni + 4 -0.146 -540 900 1e+03 0.0168 765 1.05e+03 WorldPhysical CoupledTransportation + 5 -0.157 -600 1e+03 1e+03 0.026 117 1.17e+03 Crystal CoupledTransportation + 6 -0.157 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 4 +* 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 5.34 -859 1.43e+03 0.00124 0 0 0 WorldPhysical initStep - 1 5.34 -859 1.43e+03 0 0.00124 0.0775 0.0775 WorldPhysical eIoni + 0 -0.0201 -146 243 0.0019 0 0 0 DriftChamberPhysical initStep + 1 0.364 -146 244 0 0.0019 0.834 0.834 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 4 +* 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 4.54 -837 1.39e+03 0.804 0 0 0 Crystal initStep - 1 4.46 -837 1.39e+03 0.217 0.587 1.23 1.23 Crystal eIoni - 2 4.44 -837 1.39e+03 0 0.217 0.207 1.44 Crystal eIoni + 0 -0.000414 -61.6 103 0.00117 0 0 0 DriftChamberPhysical initStep + 1 -0.215 -61.7 103 0 0.00117 0.383 0.383 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.44 -834 1.39e+03 1.58 0 0 0 Crystal initStep - 1 4.25 -835 1.39e+03 0.506 1.07 1.88 1.88 Crystal eIoni - 2 4.19 -835 1.39e+03 0 0.506 0.701 2.58 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.00208 -32.5 54.1 1e+03 0.0135 63.1 63.1 WorldPhysical eIoni + 2 0.015 -60 100 1e+03 0.00967 53.5 117 DriftChamberPhysical CoupledTransportation + 3 0.254 -540 900 1e+03 0.0243 933 1.05e+03 WorldPhysical CoupledTransportation + 4 0.281 -589 981 1e+03 0.0168 94.8 1.14e+03 WorldPhysical eIoni + 5 0.286 -600 1e+03 1e+03 0.00415 21.8 1.17e+03 Crystal CoupledTransportation + 6 0.286 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 4 +* 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 4.41 -832 1.39e+03 0.746 0 0 0 Crystal initStep - 1 4.47 -832 1.39e+03 0.535 0.118 0.112 0.112 Crystal eBrem - 2 4.49 -832 1.39e+03 0.249 0.208 0.452 0.564 Crystal eBrem - 3 4.49 -832 1.39e+03 0 0.249 0.255 0.819 Crystal eIoni + 0 0.281 -589 981 0.00269 0 0 0 WorldPhysical initStep + 1 0.389 -589 981 0 0.00269 0.262 0.262 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 182, Parent ID = 23 +* 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 4.49 -832 1.39e+03 0.0772 0 0 0 Crystal initStep - 1 3.9 -832 1.39e+03 0 0.036 0.765 0.765 Crystal phot + 0 0.00208 -32.5 54.1 0.00634 0 0 0 WorldPhysical initStep + 1 -0.49 -32.4 54.2 0 0.00634 1.15 1.15 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 183, Parent ID = 182 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.9 -832 1.39e+03 0.0412 0 0 0 Crystal initStep - 1 3.9 -832 1.39e+03 0 0.0412 0.0139 0.0139 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.00161 -30 50.1 1e+03 0.0106 58.4 58.4 WorldPhysical eIoni + 2 0.00264 -34.4 57.4 1e+03 0.00105 8.57 66.9 WorldPhysical eIoni + 3 0.00943 -60 100 1e+03 0.0119 49.7 117 DriftChamberPhysical CoupledTransportation + 4 0.215 -299 499 1e+03 0.0152 465 581 DriftChamberPhysical eIoni + 5 0.309 -424 707 1e+03 0.00754 243 824 DriftChamberPhysical eIoni + 6 0.396 -540 900 1e+03 0.00663 225 1.05e+03 WorldPhysical CoupledTransportation + 7 0.422 -567 945 1e+03 0.0125 51.9 1.1e+03 WorldPhysical eIoni + 8 0.457 -600 1e+03 1e+03 0.0134 64.7 1.17e+03 Crystal CoupledTransportation + 9 0.457 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 181, Parent ID = 23 +* 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.47 -832 1.39e+03 0.0932 0 0 0 Crystal initStep - 1 5.17 -832 1.38e+03 0.0932 0 2.21 2.21 Crystal Rayl - 2 5.07 -832 1.38e+03 0.0733 0 0.819 3.03 Crystal compt - 3 5.06 -832 1.38e+03 0 0.036 0.00298 3.04 Crystal phot + 0 0.422 -567 945 0.0018 0 0 0 WorldPhysical initStep + 1 0.465 -567 945 0 0.0018 0.137 0.137 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 181 +* 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 5.06 -832 1.38e+03 0.0373 0 0 0 Crystal initStep - 1 5.06 -832 1.38e+03 0 0.0373 0.0118 0.0118 Crystal eIoni + 0 0.309 -424 707 0.00108 0 0 0 DriftChamberPhysical initStep + 1 0.5 -424 707 0 0.00108 0.339 0.339 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 181 +* 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 5.07 -832 1.38e+03 0.0199 0 0 0 Crystal initStep - 1 5.07 -832 1.38e+03 0 0.0199 0.0042 0.0042 Crystal eIoni + 0 0.215 -299 499 0.00111 0 0 0 DriftChamberPhysical initStep + 1 0.421 -299 499 0 0.00111 0.35 0.35 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 4 +* 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 3.95 -817 1.36e+03 1.61 0 0 0 Crystal initStep - 1 4.09 -817 1.36e+03 0.997 0.43 0.875 0.875 Crystal eBrem - 2 4.19 -817 1.36e+03 0.57 0.294 0.654 1.53 Crystal eBrem - 3 4.19 -817 1.36e+03 0 0.57 0.821 2.35 Crystal eIoni + 0 0.00264 -34.4 57.4 0.00113 0 0 0 WorldPhysical initStep + 1 -0.005 -34.5 57.4 0 0.00113 0.0678 0.0678 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 187, Parent ID = 22 +* 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 4.19 -817 1.36e+03 0.133 0 0 0 Crystal initStep - 1 4.68 -820 1.36e+03 0 0.036 2.86 2.86 Crystal phot + 0 0.00161 -30 50.1 0.00103 0 0 0 WorldPhysical initStep + 1 -0.00745 -30 50 0 0.00103 0.0596 0.0596 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 188, Parent ID = 187 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.68 -820 1.36e+03 0.0974 0 0 0 Crystal initStep - 1 4.68 -820 1.36e+03 0 0.0974 0.0579 0.0579 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 60 100 1e+03 0.0186 117 117 DriftChamberPhysical CoupledTransportation + 2 -0.079 209 349 1e+03 0.00579 290 407 DriftChamberPhysical hIoni + 3 -0.213 537 895 1e+03 0.0134 637 1.04e+03 DriftChamberPhysical hIoni + 4 -0.215 540 900 1e+03 0 5.78 1.05e+03 WorldPhysical CoupledTransportation + 5 -0.228 561 935 1e+03 0.00586 41.3 1.09e+03 WorldPhysical hIoni + 6 -0.232 570 950 1e+03 0.00114 17 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 7 -0.232 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 186, Parent ID = 22 +* 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 4.09 -817 1.36e+03 0.184 0 0 0 Crystal initStep - 1 6.14 -820 1.36e+03 0.184 0 3.92 3.92 Crystal Rayl - 2 6.94 -820 1.36e+03 0 0.036 1.24 5.16 Crystal phot + 0 -0.228 561 935 0.00225 0 0 0 WorldPhysical initStep + 1 -0.173 561 935 0 0.00225 0.196 0.196 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 186 +* 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 6.94 -820 1.36e+03 0.148 0 0 0 Crystal initStep - 1 6.95 -820 1.36e+03 0 0.148 0.113 0.113 Crystal eIoni + 0 -0.213 537 895 0.000999 0 0 0 DriftChamberPhysical initStep + 1 -0.00892 537 895 0 0.000999 0.299 0.299 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 4 +* 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 3.98 -803 1.33e+03 0.822 0 0 0 Crystal initStep - 1 4.09 -803 1.33e+03 0.185 0.637 1.25 1.25 Crystal eIoni - 2 4.08 -803 1.33e+03 0 0.185 0.161 1.41 Crystal eIoni + 0 -0.079 209 349 0.00148 0 0 0 DriftChamberPhysical initStep + 1 -0.334 209 349 0 0.00148 0.558 0.558 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 4 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.84 -781 1.29e+03 0.705 0 0 0 Crystal initStep - 1 2.9 -781 1.29e+03 0.134 0.571 1.08 1.08 Crystal eIoni - 2 2.91 -781 1.29e+03 0 0.134 0.0974 1.17 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 60 100 1e+03 0.0186 117 117 DriftChamberPhysical CoupledTransportation + 2 -0.0534 191 318 1e+03 0.00425 254 371 DriftChamberPhysical hIoni + 3 -0.0607 218 364 1e+03 0.00227 53.1 424 DriftChamberPhysical hIoni + 4 -0.103 370 618 1e+03 0.005 296 720 DriftChamberPhysical hIoni + 5 -0.186 540 900 1e+03 0.00771 329 1.05e+03 WorldPhysical CoupledTransportation + 6 -0.194 566 943 1e+03 0.00694 50.4 1.1e+03 WorldPhysical hIoni + 7 -0.194 568 946 1e+03 0.000267 3.51 1.1e+03 WorldPhysical hIoni + 8 -0.195 570 950 1e+03 0.000164 4.41 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 9 -0.195 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 4 +* 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 1.66 -759 1.25e+03 1.46 0 0 0 Crystal initStep - 1 1.56 -759 1.25e+03 0.585 0.873 1.8 1.8 Crystal eIoni - 2 1.57 -759 1.25e+03 0 0.585 0.85 2.65 Crystal eIoni + 0 -0.194 568 946 0.00177 0 0 0 WorldPhysical initStep + 1 -0.173 568 946 0 0.00177 0.133 0.133 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 4 +* 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 1.27 -755 1.24e+03 7.15 0 0 0 Crystal initStep - 1 1.27 -755 1.24e+03 7.09 0.013 0.0295 0.0295 Crystal eBrem - 2 1.25 -755 1.24e+03 4.06 0.597 1.12 1.15 Crystal eBrem - 3 0.731 -756 1.24e+03 3.4 0.66 1.36 2.51 Crystal msc - 4 0.917 -757 1.24e+03 2.97 0.431 0.907 3.41 Crystal msc - 5 1.86 -756 1.24e+03 2.44 0.527 1.19 4.61 Crystal msc - 6 2.62 -757 1.24e+03 1.81 0.633 1.27 5.87 Crystal msc - 7 2.88 -757 1.24e+03 0.972 0.835 2.01 7.88 Crystal eIoni - 8 2.89 -757 1.24e+03 0.212 0.76 1.42 9.31 Crystal eIoni - 9 2.88 -757 1.24e+03 0 0.212 0.199 9.51 Crystal eIoni + 0 -0.194 566 943 0.00156 0 0 0 WorldPhysical initStep + 1 -0.17 566 943 0 0.00156 0.11 0.11 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 191, Parent ID = 18 +* 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.25 -755 1.24e+03 2.43 0 0 0 Crystal initStep - 1 2.18 -764 1.25e+03 0.621 0 13.7 13.7 Crystal compt - 2 12.8 -767 1.25e+03 0.562 0 11.2 24.9 Crystal compt - 3 12.9 -767 1.25e+03 0.454 0 0.162 25.1 Crystal compt - 4 29.3 -750 1.28e+03 0.454 0 33.2 58.3 Crystal CoupledTransportation - 5 31 -748 1.28e+03 0.246 0 3.55 61.8 Crystal compt - 6 32.7 -750 1.28e+03 0.246 0 2.46 64.3 Crystal CoupledTransportation - 7 35.3 -753 1.28e+03 0 0.036 3.75 68 Crystal phot + 0 -0.103 370 618 0.00637 0 0 0 DriftChamberPhysical initStep + 1 2.49 371 618 0.00469 0.00167 2.91 2.91 DriftChamberPhysical eIoni + 2 4.36 371 618 0.00359 0.00111 2.22 5.12 DriftChamberPhysical eIoni + 3 5.76 371 619 0.00255 0.00103 1.78 6.9 DriftChamberPhysical eIoni + 4 6.42 372 619 0 0.00255 1.3 8.2 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 191 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.3 -753 1.28e+03 0.21 0 0 0 Crystal initStep - 1 35.3 -753 1.28e+03 0.0676 0.142 0.15 0.15 Crystal eBrem - 2 35.3 -753 1.28e+03 0 0.0676 0.0317 0.181 Crystal eIoni + 0 -0.0607 218 364 0.0668 0 0 0 DriftChamberPhysical initStep + 1 33.9 318 341 0.0573 0.00955 109 109 DriftChamberPhysical eIoni + 2 50.5 376 338 0.0481 0.00502 61.4 171 DriftChamberPhysical eIoni + 3 72.5 431 348 0.0413 0.00682 60.9 232 DriftChamberPhysical eIoni + 4 79.8 444 351 0.0351 0.00139 16.1 248 DriftChamberPhysical eIoni + 5 87.7 466 349 0.0318 0.00188 23.9 272 DriftChamberPhysical eIoni + 6 103 488 357 0.0292 0.00264 29.4 301 DriftChamberPhysical eIoni + 7 118 507 363 0.0266 0.00258 25.3 327 DriftChamberPhysical eIoni + 8 120 509 364 0.023 0.000506 3.34 330 DriftChamberPhysical eIoni + 9 128 523 366 0.0215 0.00145 16.8 347 DriftChamberPhysical eIoni + 10 137 534 368 0.0182 0.00328 15.1 362 DriftChamberPhysical eIoni + 11 143 542 369 0.0154 0.00167 10.1 372 DriftChamberPhysical eIoni + 12 146 549 371 0.0134 0.00202 8.84 381 DriftChamberPhysical eIoni + 13 149 555 374 0.0126 0.000814 7.17 388 DriftChamberPhysical eIoni + 14 151 560 376 0.0103 0.00226 6.55 394 DriftChamberPhysical eIoni + 15 154 564 376 0.00723 0.0031 5.01 399 DriftChamberPhysical eIoni + 16 155 567 376 0.00589 0.00133 3.3 403 DriftChamberPhysical eIoni + 17 154 569 376 0.00401 0.00188 2.7 405 DriftChamberPhysical eIoni + 18 154 571 376 0.00235 0.00166 1.95 407 DriftChamberPhysical eIoni + 19 153 571 376 0 0.00235 1.17 409 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 191 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 31 -748 1.28e+03 0.208 0 0 0 Crystal initStep - 1 31 -748 1.28e+03 0 0.208 0.194 0.194 Crystal eIoni + 0 143 542 369 0.00115 0 0 0 DriftChamberPhysical initStep + 1 143 542 370 0 0.00115 0.37 0.37 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 191 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.9 -767 1.25e+03 0.108 0 0 0 Crystal initStep - 1 12.9 -767 1.25e+03 0 0.108 0.0683 0.0683 Crystal eIoni + 0 120 509 364 0.00315 0 0 0 DriftChamberPhysical initStep + 1 121 509 365 0.00111 0.00204 1.6 1.6 DriftChamberPhysical eIoni + 2 120 509 365 0 0.00111 0.353 1.95 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 193, Parent ID = 191 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.8 -767 1.25e+03 0.0597 0 0 0 Crystal initStep - 1 12.8 -767 1.25e+03 0 0.0597 0.0258 0.0258 Crystal eIoni + 0 87.7 466 349 0.00134 0 0 0 DriftChamberPhysical initStep + 1 87.6 466 349 0 0.00134 0.473 0.473 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 192, Parent ID = 191 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.18 -764 1.25e+03 1.81 0 0 0 Crystal initStep - 1 2.09 -764 1.25e+03 0.785 1.02 2.01 2.01 Crystal eIoni - 2 2.03 -764 1.25e+03 0.129 0.656 1.2 3.21 Crystal eIoni - 3 2.03 -764 1.25e+03 0 0.129 0.0918 3.3 Crystal eIoni + 0 79.8 444 351 0.00482 0 0 0 DriftChamberPhysical initStep + 1 80.5 444 353 0.00304 0.00178 2.27 2.27 DriftChamberPhysical eIoni + 2 81.3 444 354 0 0.00304 1.55 3.81 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 190, Parent ID = 18 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.27 -755 1.24e+03 0.0566 0 0 0 Crystal initStep - 1 1.26 -755 1.24e+03 0 0.036 0.016 0.016 Crystal phot + 0 50.5 376 338 0.00419 0 0 0 DriftChamberPhysical initStep + 1 50.1 376 337 0.00266 0.00153 2.02 2.02 DriftChamberPhysical eIoni + 2 49.8 376 336 0.00127 0.00139 1.36 3.38 DriftChamberPhysical eIoni + 3 49.8 376 335 0 0.00127 0.434 3.81 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 190 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.26 -755 1.24e+03 0.0206 0 0 0 Crystal initStep - 1 1.26 -755 1.24e+03 0 0.0206 0.00445 0.00445 Crystal eIoni + 0 -0.0534 191 318 0.0011 0 0 0 DriftChamberPhysical initStep + 1 0.187 191 318 0 0.0011 0.349 0.349 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 4 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.263 -746 1.22e+03 6.33 0 0 0 Crystal initStep - 1 0.416 -746 1.22e+03 5.98 0.345 0.979 0.979 Crystal msc - 2 0.822 -746 1.23e+03 5.67 0.319 0.799 1.78 Crystal msc - 3 1.16 -746 1.23e+03 5.14 0.47 0.954 2.73 Crystal eBrem - 4 0.484 -746 1.23e+03 4.69 0.456 0.994 3.73 Crystal msc - 5 0.363 -746 1.23e+03 4.37 0.271 0.574 4.3 Crystal eBrem - 6 -1.11e-16 -746 1.23e+03 4.05 0.32 0.683 4.98 CalorimeterPhysical CoupledTransportation - 7 -1.11e-16 -746 1.23e+03 4.05 0 0 4.98 Crystal CoupledTransportation - 8 0.065 -746 1.23e+03 3.68 0.37 0.325 5.31 Crystal msc - 9 0.244 -746 1.23e+03 3.17 0.509 0.432 5.74 Crystal msc - 10 0.346 -746 1.23e+03 3 0.0868 0.201 5.94 Crystal eBrem - 11 0.475 -747 1.23e+03 2.83 0.173 0.383 6.32 Crystal msc - 12 0.593 -747 1.23e+03 2.65 0.132 0.328 6.65 Crystal eBrem - 13 0.409 -747 1.23e+03 2.53 0.123 0.353 7.01 Crystal msc - 14 0.192 -747 1.23e+03 2.38 0.149 0.437 7.44 Crystal msc - 15 0.27 -747 1.23e+03 2.23 0.146 0.426 7.87 Crystal msc - 16 0.293 -747 1.23e+03 2.1 0.133 0.371 8.24 Crystal msc - 17 0.283 -747 1.23e+03 1.94 0.162 0.371 8.61 Crystal msc - 18 0.506 -747 1.23e+03 1.8 0.136 0.356 8.97 Crystal msc - 19 0.555 -747 1.23e+03 1.64 0.168 0.326 9.29 Crystal msc - 20 0.257 -747 1.23e+03 1.48 0.157 0.426 9.72 Crystal msc - 21 0.169 -747 1.23e+03 1.32 0.157 0.477 10.2 Crystal msc - 22 0.107 -747 1.23e+03 1.14 0.181 0.403 10.6 Crystal msc - 23 0.00365 -746 1.23e+03 0.948 0.193 0.352 11 Crystal msc - 24 -5.13e-16 -746 1.23e+03 0.943 0.00493 0.00833 11 Crystal CoupledTransportation - 25 -0.0291 -746 1.23e+03 0.926 0.0166 0.0536 11 Crystal msc - 26 -0.0659 -746 1.23e+03 0.862 0.0638 0.0677 11.1 Crystal msc - 27 -0.0939 -746 1.23e+03 0.838 0.0245 0.0618 11.1 Crystal msc - 28 -0.122 -746 1.23e+03 0.807 0.0305 0.0689 11.2 Crystal msc - 29 -0.103 -746 1.23e+03 0.759 0.0487 0.0777 11.3 Crystal msc - 30 -0.0808 -746 1.23e+03 0.74 0.0186 0.0583 11.3 Crystal msc - 31 -0.0426 -746 1.23e+03 0.716 0.0235 0.0585 11.4 Crystal msc - 32 -0.0113 -746 1.23e+03 0.693 0.0232 0.0521 11.5 Crystal msc - 33 -1.34e-15 -746 1.23e+03 0.675 0.0178 0.0284 11.5 CalorimeterPhysical CoupledTransportation - 34 -1.34e-15 -746 1.23e+03 0.675 0 0 11.5 Crystal CoupledTransportation - 35 -0.00669 -746 1.23e+03 0.657 0.0186 0.039 11.5 Crystal msc - 36 -0.00498 -746 1.23e+03 0.637 0.0201 0.0388 11.6 Crystal msc - 37 -0.0171 -746 1.23e+03 0.629 0.00779 0.0391 11.6 Crystal msc - 38 -0.033 -746 1.23e+03 0.607 0.0223 0.0381 11.6 Crystal msc - 39 -0.0414 -746 1.23e+03 0.592 0.0144 0.0366 11.7 Crystal msc - 40 -0.035 -746 1.23e+03 0.583 0.00891 0.0427 11.7 Crystal msc - 41 -0.0333 -746 1.23e+03 0.563 0.0205 0.0416 11.8 Crystal msc - 42 -0.0402 -746 1.23e+03 0.551 0.0123 0.0322 11.8 Crystal msc - 43 -0.0656 -746 1.23e+03 0.541 0.00958 0.041 11.8 Crystal msc - 44 -0.0822 -746 1.23e+03 0.524 0.0168 0.0451 11.9 Crystal msc - 45 -0.0981 -746 1.23e+03 0.503 0.0207 0.0524 11.9 Crystal msc - 46 -0.108 -746 1.23e+03 0.475 0.0289 0.0551 12 Crystal msc - 47 -0.114 -746 1.23e+03 0.446 0.0288 0.0633 12.1 Crystal msc - 48 -0.0495 -746 1.23e+03 0.409 0.0368 0.0795 12.1 Crystal msc - 49 -0.0337 -746 1.23e+03 0.386 0.0231 0.0417 12.2 Crystal msc - 50 -0.0476 -746 1.23e+03 0.367 0.0183 0.0421 12.2 Crystal msc - 51 -0.0656 -746 1.23e+03 0.334 0.0332 0.0542 12.3 Crystal msc - 52 -0.0536 -746 1.23e+03 0.311 0.0233 0.0411 12.3 Crystal msc - 53 -0.0753 -746 1.23e+03 0.285 0.0257 0.0408 12.4 Crystal msc - 54 -0.0529 -746 1.23e+03 0.261 0.0247 0.0492 12.4 Crystal msc - 55 -0.0786 -746 1.23e+03 0.211 0.0491 0.0485 12.4 Crystal msc - 56 -0.0861 -746 1.23e+03 0.178 0.0334 0.0461 12.5 Crystal msc - 57 -0.126 -746 1.23e+03 0.145 0.0328 0.059 12.6 Crystal msc - 58 -0.134 -746 1.23e+03 0 0.145 0.11 12.7 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 60 100 1e+03 0.0248 117 117 DriftChamberPhysical CoupledTransportation + 2 0.0486 217 362 1e+03 0.00833 306 422 DriftChamberPhysical hIoni + 3 0.0966 540 900 1e+03 0.0162 627 1.05e+03 WorldPhysical CoupledTransportation + 4 0.0984 569 947 1e+03 0.00605 55.2 1.1e+03 WorldPhysical hIoni + 5 0.0984 570 950 1e+03 8.15e-05 3.09 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 6 0.0984 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 201, Parent ID = 17 +* 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.593 -747 1.23e+03 0.041 0 0 0 Crystal initStep - 1 0.558 -747 1.23e+03 0 0.0332 0.272 0.272 Crystal phot + 0 0.0984 569 947 0.00482 0 0 0 WorldPhysical initStep + 1 0.398 569 947 0 0.00482 0.718 0.718 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 201 +* 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.558 -747 1.23e+03 0.00781 0 0 0 Crystal initStep - 1 0.558 -747 1.23e+03 0 0.00781 0.000955 0.000955 Crystal eIoni + 0 0.0486 217 362 0.0016 0 0 0 DriftChamberPhysical initStep + 1 0.482 217 362 0 0.0016 0.629 0.629 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 200, Parent ID = 17 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.346 -746 1.23e+03 0.0839 0 0 0 Crystal initStep - 1 1.41 -747 1.23e+03 0 0.0332 1.46 1.46 Crystal phot + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 60 100 1e+03 0.0149 117 117 DriftChamberPhysical CoupledTransportation + 2 0.0973 540 900 1e+03 0.0192 933 1.05e+03 WorldPhysical CoupledTransportation + 3 0.105 570 950 1e+03 0.00833 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 4 0.105 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 200 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.41 -747 1.23e+03 0.0507 0 0 0 Crystal initStep - 1 1.42 -747 1.23e+03 0 0.0507 0.0197 0.0197 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 49.1 81.9 1e+03 0.0156 95.5 95.5 WorldPhysical hIoni + 2 0.000269 60 100 1e+03 0.00186 21.1 117 DriftChamberPhysical CoupledTransportation + 3 0.0473 382 636 1e+03 0.0145 625 742 DriftChamberPhysical hIoni + 4 0.0879 540 900 1e+03 0.00523 308 1.05e+03 WorldPhysical CoupledTransportation + 5 0.0993 570 950 1e+03 0.0078 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 6 0.0993 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 199, Parent ID = 17 +* 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.363 -746 1.23e+03 0.0469 0 0 0 Crystal initStep - 1 0.246 -746 1.23e+03 0 0.036 0.215 0.215 Crystal phot + 0 0.0473 382 636 0.0481 0 0 0 DriftChamberPhysical initStep + 1 -29.1 346 672 0.0438 0.00435 61.1 61.1 DriftChamberPhysical eIoni + 2 -30.2 345 674 0.0417 0.000263 2.05 63.1 DriftChamberPhysical eIoni + 3 -58.8 339 709 0.0355 0.00623 47.3 110 DriftChamberPhysical eIoni + 4 -79.8 342 736 0.0299 0.00557 35.6 146 DriftChamberPhysical eIoni + 5 -93.2 336 756 0.0266 0.00328 26.4 172 DriftChamberPhysical eIoni + 6 -108 331 770 0.0244 0.00228 21.6 194 DriftChamberPhysical eIoni + 7 -123 326 778 0.0229 0.00146 18.6 213 DriftChamberPhysical eIoni + 8 -136 322 786 0.0197 0.00322 16.7 229 DriftChamberPhysical eIoni + 9 -147 319 790 0.0179 0.00175 13 242 DriftChamberPhysical eIoni + 10 -157 320 795 0.0158 0.00209 11.2 253 DriftChamberPhysical eIoni + 11 -157 320 795 0.0143 0.000128 0.502 254 DriftChamberPhysical eIoni + 12 -164 319 798 0.0123 0.00204 7.92 262 DriftChamberPhysical eIoni + 13 -165 319 798 0.0108 0.000212 0.488 262 DriftChamberPhysical eIoni + 14 -169 318 800 0.00882 0.00194 5.29 268 DriftChamberPhysical eIoni + 15 -171 316 802 0.00679 0.00203 4.12 272 DriftChamberPhysical eIoni + 16 -172 314 804 0.00533 0.00147 3.1 275 DriftChamberPhysical eIoni + 17 -172 313 806 0.0042 0.00113 2.47 277 DriftChamberPhysical eIoni + 18 -172 313 808 0.00226 0.00193 2.02 279 DriftChamberPhysical eIoni + 19 -172 313 809 0 0.00226 1.11 281 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 199 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.246 -746 1.23e+03 0.011 0 0 0 Crystal initStep - 1 0.246 -746 1.23e+03 0 0.011 0.00161 0.00161 Crystal eIoni + 0 -165 319 798 0.00133 0 0 0 DriftChamberPhysical initStep + 1 -164 319 799 0 0.00133 0.468 0.468 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 198, Parent ID = 17 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.16 -746 1.23e+03 0.0536 0 0 0 Crystal initStep - 1 1.14 -746 1.23e+03 0 0.0332 0.0205 0.0205 Crystal phot + 0 -157 320 795 0.00137 0 0 0 DriftChamberPhysical initStep + 1 -157 320 795 0 0.00137 0.494 0.494 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 198 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.14 -746 1.23e+03 0.0205 0 0 0 Crystal initStep - 1 1.14 -746 1.23e+03 0 0.0205 0.00438 0.00438 Crystal eIoni + 0 -30.2 345 674 0.00182 0 0 0 DriftChamberPhysical initStep + 1 -29.9 345 674 0 0.00182 0.781 0.781 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 4 +* 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 -3.41 -728 1.19e+03 1.2 0 0 0 Crystal initStep - 1 -3.35 -728 1.19e+03 0.327 0.876 1.63 1.63 Crystal eIoni - 2 -3.36 -728 1.19e+03 0 0.327 0.381 2.01 Crystal eIoni + 0 0 49.1 81.9 0.00113 0 0 0 WorldPhysical initStep + 1 -0.00634 49.1 81.9 0 0.00113 0.0676 0.0676 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 4 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.61 -703 1.15e+03 1.08 0 0 0 Crystal initStep - 1 -4.75 -703 1.15e+03 0.267 0.326 0.676 0.676 Crystal eBrem - 2 -4.73 -703 1.15e+03 0 0.267 0.283 0.959 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 9.84 32.8 1e+03 0.0033 34.2 34.2 WorldPhysical hIoni + 2 -0.0086 30 100 1e+03 0.0116 70.2 104 DriftChamberPhysical CoupledTransportation + 3 -0.0693 270 900 1e+03 0.0176 835 940 WorldPhysical CoupledTransportation + 4 -0.0726 285 950 1e+03 0.00778 52.2 992 WorldPhysical fastSimProcess_parallelGeom + 5 -0.0726 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 206, Parent ID = 15 +* 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 -4.75 -703 1.15e+03 0.485 0 0 0 Crystal initStep - 1 -15 -718 1.19e+03 0 0.0332 39.8 39.8 Crystal phot + 0 0 9.84 32.8 0.00216 0 0 0 WorldPhysical initStep + 1 0.0733 9.85 32.8 0 0.00216 0.183 0.183 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 207, Parent ID = 206 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15 -718 1.19e+03 0.452 0 0 0 Crystal initStep - 1 -15 -718 1.19e+03 0 0.452 0.601 0.601 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 30 100 1e+03 0.0126 104 104 DriftChamberPhysical CoupledTransportation + 2 -0.0482 132 441 1e+03 0.00696 356 460 DriftChamberPhysical hIoni + 3 -0.11 270 900 1e+03 0.0107 480 940 WorldPhysical CoupledTransportation + 4 -0.116 283 941 1e+03 0.0078 43.2 983 WorldPhysical hIoni + 5 -0.117 285 950 1e+03 0.00334 8.97 992 WorldPhysical fastSimProcess_parallelGeom + 6 -0.117 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 4 +* 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 -4.43 -688 1.13e+03 2.03 0 0 0 Crystal initStep - 1 -4.22 -689 1.13e+03 1.66 0.325 0.688 0.688 Crystal eBrem - 2 -4.16 -689 1.13e+03 0.846 0.683 1.24 1.93 Crystal eBrem - 3 -4.3 -689 1.13e+03 0.0849 0.761 1.28 3.21 Crystal eIoni - 4 -4.3 -689 1.13e+03 0 0.0849 0.0462 3.26 Crystal eIoni + 0 -0.116 283 941 0.0011 0 0 0 WorldPhysical initStep + 1 -0.124 283 941 0 0.0011 0.0651 0.0651 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 209, Parent ID = 14 +* 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 -4.16 -689 1.13e+03 0.134 0 0 0 Crystal initStep - 1 -4.7 -689 1.13e+03 0 0.0332 0.8 0.8 Crystal phot + 0 -0.0482 132 441 0.00402 0 0 0 DriftChamberPhysical initStep + 1 -0.093 131 441 0.00294 0.00108 1.96 1.96 DriftChamberPhysical eIoni + 2 -0.502 130 442 0 0.00294 1.5 3.45 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 209 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.7 -689 1.13e+03 0.101 0 0 0 Crystal initStep - 1 -4.69 -689 1.13e+03 0 0.101 0.061 0.061 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 23.1 77.1 1e+03 0.00974 80.5 80.5 WorldPhysical hIoni + 2 0.00418 30 100 1e+03 0.00332 23.9 104 DriftChamberPhysical CoupledTransportation + 3 0.192 270 900 1e+03 0.0216 835 940 WorldPhysical CoupledTransportation + 4 0.203 284 945 1e+03 0.00742 46.9 987 WorldPhysical hIoni + 5 0.204 285 949 1e+03 0.000933 4.69 991 WorldPhysical hIoni + 6 0.204 285 950 1e+03 0 0.633 992 WorldPhysical fastSimProcess_parallelGeom + 7 0.204 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 208, Parent ID = 14 +* 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 -4.22 -689 1.13e+03 0.0473 0 0 0 Crystal initStep - 1 -4.18 -689 1.13e+03 0 0.036 0.119 0.119 Crystal phot + 0 0.204 285 949 0.00306 0 0 0 WorldPhysical initStep + 1 0.0758 285 949 0 0.00306 0.325 0.325 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 208 +* 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 -4.18 -689 1.13e+03 0.0113 0 0 0 Crystal initStep - 1 -4.18 -689 1.13e+03 0 0.0113 0.00168 0.00168 Crystal eIoni + 0 0.203 284 945 0.00187 0 0 0 WorldPhysical initStep + 1 0.152 283 945 0 0.00187 0.145 0.145 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 4 +* 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 -4.43 -688 1.13e+03 1.94 0 0 0 Crystal initStep - 1 -4.21 -688 1.13e+03 0.883 1.05 2.08 2.08 Crystal eIoni - 2 -4.29 -689 1.13e+03 0.0033 0.88 1.33 3.41 Crystal eIoni - 3 -4.29 -689 1.13e+03 0 0.0033 0.000274 3.41 Crystal eIoni + 0 0 23.1 77.1 0.00106 0 0 0 WorldPhysical initStep + 1 -0.0091 23.1 77.1 0 0.00106 0.0617 0.0617 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.38 -687 1.12e+03 3.02 0 0 0 Crystal initStep - 1 -3.94 -687 1.13e+03 1.67 1 2.31 2.31 Crystal eBrem - 2 -4.07 -688 1.13e+03 0.768 0.906 1.93 4.24 Crystal eIoni - 3 -4.16 -688 1.13e+03 0.127 0.64 1.18 5.42 Crystal eIoni - 4 -4.16 -688 1.13e+03 0 0.127 0.0896 5.51 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 19.7 65.6 1e+03 0.00795 68.5 68.5 WorldPhysical hIoni + 2 -0.0107 30 100 1e+03 0.00639 35.9 104 DriftChamberPhysical CoupledTransportation + 3 -0.0248 50.3 168 1e+03 0.00177 70.6 175 DriftChamberPhysical hIoni + 4 -0.413 270 900 1e+03 0.0144 765 940 WorldPhysical CoupledTransportation + 5 -0.435 285 950 1e+03 0.00727 52.2 992 WorldPhysical fastSimProcess_parallelGeom + 6 -0.435 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 212, Parent ID = 12 +* 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 -3.94 -687 1.13e+03 0.344 0 0 0 Crystal initStep - 1 -23.9 -689 1.14e+03 0 0.00516 25.4 25.4 Crystal phot + 0 -0.0248 50.3 168 0.134 0 0 0 DriftChamberPhysical initStep + 1 55.7 44.9 195 0.125 0.00224 62.3 62.3 DriftChamberPhysical eIoni + 2 101 32.6 206 0.121 0.00278 48.7 111 DriftChamberPhysical eIoni + 3 375 -32.6 322 0.107 0.014 309 420 DriftChamberPhysical eIoni + 4 484 -88.4 413 0.0984 0.00746 155 575 DriftChamberPhysical eIoni + 5 656 -132 529 0.0832 0.0151 216 791 DriftChamberPhysical eIoni + 6 785 -178 608 0.0736 0.00966 161 952 DriftChamberPhysical eIoni + 7 870 -234 614 0.0635 0.00683 103 1.06e+03 DriftChamberPhysical eIoni + 8 927 -288 589 0.0547 0.00611 83.7 1.14e+03 DriftChamberPhysical eIoni + 9 984 -330 563 0.0476 0.00709 76.6 1.22e+03 DriftChamberPhysical eIoni + 10 1.03e+03 -363 542 0.0429 0.00464 59.8 1.28e+03 DriftChamberPhysical eIoni + 11 1.06e+03 -381 514 0.0389 0.00407 49.8 1.33e+03 DriftChamberPhysical eIoni + 12 1.09e+03 -396 489 0.0343 0.0046 41.8 1.37e+03 DriftChamberPhysical eIoni + 13 1.11e+03 -412 477 0.03 0.00429 33.5 1.4e+03 DriftChamberPhysical eIoni + 14 1.13e+03 -414 464 0.0255 0.00452 26.5 1.43e+03 DriftChamberPhysical eIoni + 15 1.14e+03 -416 461 0.0232 0.000976 10.2 1.44e+03 DriftChamberPhysical eIoni + 16 1.15e+03 -423 454 0.0157 0.00372 13.7 1.45e+03 DriftChamberPhysical eIoni + 17 1.16e+03 -428 452 0.0131 0.00256 9.05 1.46e+03 DriftChamberPhysical eIoni + 18 1.17e+03 -430 450 0.011 0.00205 6.94 1.47e+03 DriftChamberPhysical eIoni + 19 1.17e+03 -432 449 0.00963 0.00142 5.47 1.47e+03 DriftChamberPhysical eIoni + 20 1.17e+03 -433 448 0.00862 0.001 4.58 1.48e+03 DriftChamberPhysical eIoni + 21 1.18e+03 -434 447 0.00741 0.00121 4.01 1.48e+03 DriftChamberPhysical eIoni + 22 1.18e+03 -433 446 0.00522 0.00219 3.39 1.48e+03 DriftChamberPhysical eIoni + 23 1.18e+03 -433 447 0.00327 0.000549 1.07 1.49e+03 DriftChamberPhysical eIoni + 24 1.18e+03 -431 448 0.00202 0.00125 1.65 1.49e+03 DriftChamberPhysical eIoni + 25 1.18e+03 -431 448 0 0.00202 0.931 1.49e+03 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 212 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.9 -689 1.14e+03 0.339 0 0 0 Crystal initStep - 1 -23.9 -689 1.14e+03 0 0.339 0.401 0.401 Crystal eIoni + 0 1.18e+03 -433 447 0.0014 0 0 0 DriftChamberPhysical initStep + 1 1.18e+03 -433 447 0 0.0014 0.507 0.507 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.22 -678 1.11e+03 1.22 0 0 0 Crystal initStep - 1 -4.14 -678 1.11e+03 0.398 0.818 1.64 1.64 Crystal eIoni - 2 -4.17 -678 1.11e+03 0.136 0.188 0.366 2 Crystal eBrem - 3 -4.17 -678 1.11e+03 0 0.136 0.0998 2.1 Crystal eIoni + 0 1.15e+03 -423 454 0.00381 0 0 0 DriftChamberPhysical initStep + 1 1.15e+03 -424 453 0.00129 0.00252 1.87 1.87 DriftChamberPhysical eIoni + 2 1.15e+03 -424 453 0 0.00129 0.445 2.32 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 214, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.17 -678 1.11e+03 0.0736 0 0 0 Crystal initStep - 1 -4.07 -677 1.11e+03 0 0.036 0.241 0.241 Crystal phot + 0 1.14e+03 -416 461 0.0013 0 0 0 DriftChamberPhysical initStep + 1 1.14e+03 -416 461 0 0.0013 0.452 0.452 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 215, Parent ID = 214 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.07 -677 1.11e+03 0.0376 0 0 0 Crystal initStep - 1 -4.07 -677 1.11e+03 0 0.0376 0.012 0.012 Crystal eIoni + 0 927 -288 589 0.00267 0 0 0 DriftChamberPhysical initStep + 1 928 -288 590 0 0.00267 1.36 1.36 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.22 -677 1.11e+03 4.33 0 0 0 Crystal initStep - 1 -4.21 -678 1.11e+03 2.86 0.0846 0.194 0.194 Crystal eIoni - 2 -3.95 -678 1.11e+03 1.77 1.04 2.31 2.51 Crystal eBrem - 3 -4.3 -678 1.11e+03 0.575 1.2 1.99 4.5 Crystal eIoni - 4 -4.28 -678 1.11e+03 0 0.575 0.832 5.33 Crystal eIoni + 0 870 -234 614 0.00328 0 0 0 DriftChamberPhysical initStep + 1 871 -233 615 0.0018 0.00147 1.65 1.65 DriftChamberPhysical eIoni + 2 871 -233 615 0 0.0018 0.768 2.42 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 217, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.95 -678 1.11e+03 0.0455 0 0 0 Crystal initStep - 1 -4.01 -678 1.11e+03 0 0.036 0.0738 0.0738 Crystal phot + 0 484 -88.4 413 0.000992 0 0 0 DriftChamberPhysical initStep + 1 484 -88.3 413 0 0.000992 0.296 0.296 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 218, Parent ID = 217 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.01 -678 1.11e+03 0.00956 0 0 0 Crystal initStep - 1 -4.01 -678 1.11e+03 0 0.00956 0.0013 0.0013 Crystal eIoni + 0 101 32.6 206 0.00114 0 0 0 DriftChamberPhysical initStep + 1 101 32.4 206 0 0.00114 0.365 0.365 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.21 -678 1.11e+03 1.38 0 0 0 Crystal initStep - 1 -4.29 -678 1.11e+03 0.43 0.954 1.76 1.76 Crystal eIoni - 2 -4.32 -678 1.11e+03 0.316 0.0223 0.0799 1.84 Crystal eBrem - 3 -4.34 -678 1.11e+03 0 0.316 0.363 2.2 Crystal eIoni + 0 55.7 44.9 195 0.00711 0 0 0 DriftChamberPhysical initStep + 1 55.3 45.7 198 0.00544 0.00167 3.25 3.25 DriftChamberPhysical eIoni + 2 54.6 45.5 200 0.00422 0.00123 2.52 5.76 DriftChamberPhysical eIoni + 3 54.1 45.9 201 0.00316 0.00106 2.03 7.79 DriftChamberPhysical eIoni + 4 54.9 45 202 0.00228 0.000875 1.6 9.39 DriftChamberPhysical eIoni + 5 55 44.2 202 0.00144 0.000838 1.12 10.5 DriftChamberPhysical eIoni + 6 55.2 43.9 202 0 0.00144 0.534 11.1 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 219, Parent ID = 216 +* 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 -4.32 -678 1.11e+03 0.0914 0 0 0 Crystal initStep - 1 -4.39 -677 1.11e+03 0 0.036 1.4 1.4 Crystal phot + 0 0 19.7 65.6 0.00134 0 0 0 WorldPhysical initStep + 1 0.0314 19.7 65.6 0 0.00134 0.0876 0.0876 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 220, Parent ID = 219 +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.39 -677 1.11e+03 0.0554 0 0 0 Crystal initStep - 1 -4.39 -677 1.11e+03 0 0.0554 0.0228 0.0228 Crystal eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 26.1 87.1 1e+03 0.0151 90.9 90.9 WorldPhysical hIoni + 2 -0.00107 30 100 1e+03 0.00257 13.5 104 DriftChamberPhysical CoupledTransportation + 3 -0.121 239 795 1e+03 0.0119 726 830 DriftChamberPhysical hIoni + 4 -0.131 266 885 1e+03 0.0028 93.6 924 DriftChamberPhysical hIoni + 5 -0.133 270 900 1e+03 0.000334 15.8 940 WorldPhysical CoupledTransportation + 6 -0.136 275 916 1e+03 0.0031 17.2 957 WorldPhysical hIoni + 7 -0.14 285 950 1e+03 0.00406 35 992 WorldPhysical fastSimProcess_parallelGeom + 8 -0.14 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 +* 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 -5.03 -626 1.03e+03 3.27 0 0 0 Crystal initStep - 1 -4.9 -627 1.03e+03 1.72 1.55 2.71 2.71 Crystal eIoni - 2 -4.88 -627 1.03e+03 0.982 0.742 1.96 4.67 Crystal eIoni - 3 -4.9 -627 1.03e+03 0.188 0.793 1.43 6.11 Crystal eIoni - 4 -4.89 -627 1.03e+03 0 0.188 0.166 6.27 Crystal eIoni + 0 -0.136 275 916 0.00107 0 0 0 WorldPhysical initStep + 1 -0.153 275 916 0 0.00107 0.0629 0.0629 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +* 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 -4.94 -623 1.02e+03 0.718 0 0 0 Crystal initStep - 1 -4.97 -623 1.02e+03 0.0517 0.667 1.1 1.1 Crystal eIoni - 2 -4.97 -623 1.02e+03 0 0.0517 0.0203 1.12 Crystal eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.91 -620 1.02e+03 0.706 0 0 0 Crystal initStep - 1 -4.9 -620 1.02e+03 0.125 0.58 1.08 1.08 Crystal eIoni - 2 -4.91 -620 1.02e+03 0 0.125 0.0871 1.17 Crystal eIoni + 0 -0.131 266 885 0.0442 0 0 0 DriftChamberPhysical initStep + 1 -2.06 317 886 0.0386 0.0056 52.4 52.4 DriftChamberPhysical eIoni + 2 0.886 354 899 0.0345 0.00411 41.2 93.7 DriftChamberPhysical eIoni + 3 1.26 356 900 0.0343 0.000222 1.49 95.2 WorldPhysical CoupledTransportation + 4 3.81 359 902 0.0268 0.00632 4.92 100 WorldPhysical eIoni + 5 5.17 361 906 0.0232 0.00366 4.81 105 WorldPhysical eIoni + 6 3.92 361 909 0.018 0.00514 4.03 109 WorldPhysical eIoni + 7 2.31 361 911 0.0137 0.00431 3.07 112 WorldPhysical eIoni + 8 1.24 362 912 0.0094 0.00432 2.38 114 WorldPhysical eIoni + 9 0.374 362 912 0.0061 0.00331 1.74 116 WorldPhysical eIoni + 10 0.118 362 912 0 0.0061 1.09 117 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.67 -602 989 0.00102 0 0 0 WorldPhysical initStep - 1 -4.65 -602 989 0 0.00102 0.059 0.059 WorldPhysical eIoni + 0 3.81 359 902 0.00109 0 0 0 WorldPhysical initStep + 1 3.82 359 902 0 0.00109 0.0647 0.0647 WorldPhysical 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.121 239 795 0.00135 0 0 0 DriftChamberPhysical initStep + 1 -0.377 239 795 0 0.00135 0.478 0.478 DriftChamberPhysical 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 26.1 87.1 0.0191 0 0 0 WorldPhysical initStep + 1 2.41 25.8 87.5 0.0169 0.00212 3.25 3.25 WorldPhysical eIoni + 2 3.2 27.5 86.4 0.0137 0.00325 2.89 6.13 WorldPhysical eIoni + 3 3.32 27.5 84.8 0.00726 0.00643 2.38 8.51 WorldPhysical eIoni + 4 3.29 28.1 84.7 0.0018 0.00546 1.36 9.88 WorldPhysical eIoni + 5 3.26 28.2 84.7 0 0.0018 0.137 10 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -16.4 54.6 1e+03 0.00563 57 57 WorldPhysical hIoni + 2 0.00979 -30 100 1e+03 0.00655 47.4 104 DriftChamberPhysical CoupledTransportation + 3 0.248 -270 900 1e+03 0.0156 835 940 WorldPhysical CoupledTransportation + 4 0.248 -270 902 1e+03 0.000209 1.82 941 WorldPhysical hIoni + 5 0.255 -277 925 1e+03 0.00246 24 965 WorldPhysical hIoni + 6 0.268 -285 950 1e+03 0.00311 26.4 992 WorldPhysical fastSimProcess_parallelGeom + 7 0.268 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + +********************************************************************************************************* +* 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.255 -277 925 0.0235 0 0 0 WorldPhysical initStep + 1 -1.59 -275 926 0.0199 0.00364 4.09 4.09 WorldPhysical eIoni + 2 -2.64 -273 924 0.0154 0.0045 3.39 7.48 WorldPhysical eIoni + 3 -1.88 -272 925 0.00783 0.00753 2.63 10.1 WorldPhysical eIoni + 4 -1.42 -271 925 0.00141 0.00642 1.47 11.6 WorldPhysical eIoni + 5 -1.44 -271 925 0 0.00141 0.0944 11.7 WorldPhysical 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.248 -270 902 0.00157 0 0 0 WorldPhysical initStep + 1 0.207 -270 902 0 0.00157 0.111 0.111 WorldPhysical 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 -16.4 54.6 0.00443 0 0 0 WorldPhysical initStep + 1 -0.261 -16.4 54.6 0 0.00443 0.62 0.62 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0.000327 -4.48 14.9 1e+03 0.00357 15.6 15.6 WorldPhysical hIoni + 2 0.00122 -14.3 47.7 1e+03 0.00339 34.2 49.8 WorldPhysical hIoni + 3 -0.00741 -30 100 1e+03 0.00802 54.6 104 DriftChamberPhysical CoupledTransportation + 4 -0.126 -270 900 1e+03 0.0188 835 940 WorldPhysical CoupledTransportation + 5 -0.131 -276 921 1e+03 0.0038 22 962 WorldPhysical hIoni + 6 -0.125 -285 950 1e+03 0.00512 30.2 992 WorldPhysical fastSimProcess_parallelGeom + 7 -0.125 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + +********************************************************************************************************* +* 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.131 -276 921 0.2 0 0 0 WorldPhysical initStep + 1 -95 -314 950 0.175 0.0247 115 115 WorldPhysical eIoni + 2 -149 -310 992 0.157 0.0171 73 188 WorldPhysical eIoni + 3 -155 -312 1e+03 0.156 0.00122 10.5 198 Crystal CoupledTransportation + 4 -155 -312 1e+03 0.153 0.00235 0.00562 198 Crystal msc + 5 -155 -312 1e+03 0.15 0.00284 0.00475 198 Crystal msc + 6 -155 -312 1e+03 0.149 0.00178 0.00532 198 Crystal msc + 7 -155 -312 1e+03 0.145 0.00338 0.0059 198 Crystal msc + 8 -155 -312 1e+03 0.141 0.00466 0.00703 198 Crystal msc + 9 -155 -312 1e+03 0.133 0.00768 0.00906 198 Crystal msc + 10 -155 -312 1e+03 0.125 0.00741 0.00898 198 Crystal msc + 11 -155 -312 1e+03 0.117 0.00816 0.0109 198 Crystal msc + 12 -155 -312 1e+03 0.11 0.00775 0.011 198 Crystal msc + 13 -155 -312 1e+03 0.105 0.005 0.00704 198 Crystal msc + 14 -155 -312 1e+03 0.094 0.0106 0.0103 198 Crystal msc + 15 -155 -312 1e+03 0.0707 0.0233 0.0122 198 Crystal msc + 16 -155 -312 1e+03 0.000692 0.00687 0.00758 198 Crystal eBrem + 17 -155 -312 1e+03 0 0.000692 3.62e-05 198 Crystal eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -155 -312 1e+03 0.0631 0 0 0 Crystal initStep + 1 -155 -312 1e+03 0 0.0332 0.205 0.205 Crystal phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -155 -312 1e+03 0.0299 0 0 0 Crystal initStep + 1 -155 -312 1e+03 0 0.0299 0.00821 0.00821 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.03 -491 809 0.00595 0 0 0 DriftChamberPhysical initStep - 1 -0.593 -491 809 0.00406 0.00189 2.72 2.72 DriftChamberPhysical eIoni - 2 0.89 -491 810 0.00276 0.0013 1.97 4.69 DriftChamberPhysical eIoni - 3 0.893 -492 811 0.00176 0.000996 1.41 6.1 DriftChamberPhysical eIoni - 4 1 -492 811 0 0.00176 0.739 6.84 DriftChamberPhysical eIoni + 0 -149 -310 992 0.00129 0 0 0 WorldPhysical initStep + 1 -149 -310 992 0 0.00129 0.0824 0.0824 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 3, Parent ID = 1 +* 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.035 -275 458 473 0 0 0 DriftChamberPhysical initStep - 1 5.36 -530 900 473 0 510 510 WorldPhysical CoupledTransportation - 2 6.56 -588 1e+03 473 0 115 625 Crystal CoupledTransportation - 3 6.82 -600 1.02e+03 473 0 24.8 650 Crystal CoupledTransportation - 4 7.86 -650 1.11e+03 473 0 100 750 Crystal CoupledTransportation - 5 8.91 -700 1.19e+03 473 0 100 850 Crystal CoupledTransportation - 6 9.95 -750 1.28e+03 473 0 100 950 Crystal CoupledTransportation - 7 11 -800 1.37e+03 473 0 100 1.05e+03 Crystal CoupledTransportation - 8 11.4 -819 1.4e+03 473 0 37 1.09e+03 WorldPhysical CoupledTransportation - 9 12.6 -876 1.5e+03 473 0 115 1.2e+03 HadCaloPhysical CoupledTransportation - 10 13.2 -905 1.55e+03 473 0 57.7 1.26e+03 Tower CoupledTransportation - 11 14.1 -950 1.63e+03 473 0 89.8 1.35e+03 Tower CoupledTransportation - 12 16.2 -1.05e+03 1.8e+03 473 0 200 1.55e+03 Tower CoupledTransportation - 13 18.3 -1.15e+03 1.97e+03 473 0 200 1.75e+03 HadCaloPhysical CoupledTransportation - 14 20.4 -1.25e+03 2.15e+03 473 0 200 1.95e+03 WorldPhysical CoupledTransportation - 15 42.7 -2.32e+03 4e+03 473 0 2.14e+03 4.09e+03 OutOfWorld CoupledTransportation + 0 0.00122 -14.3 47.7 0.00113 0 0 0 WorldPhysical initStep + 1 -0.00281 -14.3 47.7 0 0.00113 0.0679 0.0679 WorldPhysical 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 -57.3 95.5 0.00133 0 0 0 WorldPhysical initStep - 1 -0.0241 -57.3 95.5 0 0.00133 0.0861 0.0861 WorldPhysical eIoni + 0 0.000327 -4.48 14.9 0.00109 0 0 0 WorldPhysical initStep + 1 -0.00594 -4.46 14.9 0 0.00109 0.0645 0.0645 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -4783,73 +3832,127 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -60 100 1e+03 0.0145 117 117 DriftChamberPhysical CoupledTransportation - 2 -0.00754 -73.2 122 1e+03 0.000592 25.8 142 DriftChamberPhysical hIoni - 3 -0.204 -540 900 1e+03 0.0198 907 1.05e+03 WorldPhysical CoupledTransportation - 4 -0.204 -541 902 1e+03 0.00037 1.99 1.05e+03 WorldPhysical hIoni - 5 -0.206 -546 911 1e+03 0.00193 10.9 1.06e+03 WorldPhysical hIoni - 6 -0.218 -570 950 1e+03 0.007 45.4 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 7 -0.218 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - -********************************************************************************************************* -* 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.206 -546 911 0.00127 0 0 0 WorldPhysical initStep - 1 -0.203 -546 911 0 0.00127 0.0811 0.0811 WorldPhysical 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.204 -541 902 0.00186 0 0 0 WorldPhysical initStep - 1 -0.191 -541 902 0 0.00186 0.145 0.145 WorldPhysical eIoni + 1 0 -30 100 1e+03 0.0168 104 104 DriftChamberPhysical CoupledTransportation + 2 0.109 -270 900 1e+03 0.016 835 940 WorldPhysical CoupledTransportation + 3 0.11 -273 911 1e+03 0.00165 11.1 951 WorldPhysical hIoni + 4 0.111 -285 950 1e+03 0.00631 41.1 992 WorldPhysical fastSimProcess_parallelGeom + 5 0.111 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* * 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.00754 -73.2 122 0.0492 0 0 0 DriftChamberPhysical initStep - 1 -21 -129 106 0.0447 0.00456 63.5 63.5 DriftChamberPhysical eIoni - 2 -26.9 -168 100 0.04 0.00472 41.5 105 WorldPhysical CoupledTransportation - 3 -29.7 -174 96.5 0.0353 0.00463 8.32 113 WorldPhysical eIoni - 4 -31.2 -180 96.6 0.0316 0.00373 6.96 120 WorldPhysical eIoni - 5 -27.1 -178 98.2 0.0268 0.00477 5.96 126 WorldPhysical eIoni - 6 -22.8 -177 99.1 0.0232 0.00367 4.81 131 WorldPhysical eIoni - 7 -23.5 -176 100 0.021 0.00216 1.51 133 DriftChamberPhysical CoupledTransportation - 8 -23.5 -176 100 0.021 0 0 133 WorldPhysical CoupledTransportation - 9 -23.9 -176 99.9 0.0195 0.000513 0.7 133 WorldPhysical eIoni - 10 -24.7 -175 100 0.0189 0.000557 1.03 134 WorldPhysical msc - 11 -24.7 -175 100 0.0189 0 0.0483 134 DriftChamberPhysical CoupledTransportation - 12 -34.2 -169 102 0.0172 0.00172 12.2 147 DriftChamberPhysical eIoni - 13 -41.9 -163 106 0.0157 0.00147 10.5 157 DriftChamberPhysical eIoni - 14 -48.6 -159 108 0.0128 0.0013 8.45 165 DriftChamberPhysical eIoni - 15 -51.7 -153 107 0.0113 0.00148 6.67 172 DriftChamberPhysical eIoni - 16 -56.1 -150 107 0.00918 0.00209 5.62 178 DriftChamberPhysical eIoni - 17 -59.5 -147 107 0.00771 0.00146 4.32 182 DriftChamberPhysical eIoni - 18 -62.9 -148 107 0.0063 0.00141 3.54 186 DriftChamberPhysical eIoni - 19 -65.5 -148 107 0.00449 0.00182 2.88 188 DriftChamberPhysical eIoni - 20 -67 -148 106 0.0025 0.00199 2.14 191 DriftChamberPhysical eIoni - 21 -67.6 -148 105 0 0.0025 1.26 192 DriftChamberPhysical eIoni + 0 0.11 -273 911 0.00162 0 0 0 WorldPhysical initStep + 1 0.15 -273 911 0 0.00162 0.116 0.116 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -9.8 32.7 1e+03 0.00337 34.1 34.1 WorldPhysical hIoni + 2 -0.0054 -30 100 1e+03 0.00969 70.3 104 DriftChamberPhysical CoupledTransportation + 3 0.025 -185 617 1e+03 0.0114 540 644 DriftChamberPhysical hIoni + 4 0.029 -270 900 1e+03 0.00627 295 940 WorldPhysical CoupledTransportation + 5 0.0308 -285 950 1e+03 0.00723 52.2 992 WorldPhysical fastSimProcess_parallelGeom + 6 0.0308 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + +********************************************************************************************************* +* 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.025 -185 617 0.00217 0 0 0 DriftChamberPhysical initStep + 1 -0.619 -185 617 0 0.00217 1.05 1.05 DriftChamberPhysical 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 -9.8 32.7 0.00112 0 0 0 WorldPhysical initStep + 1 0.0199 -9.78 32.7 0 0.00112 0.0672 0.0672 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -30 100 1e+03 0.0133 104 104 DriftChamberPhysical CoupledTransportation + 2 -0.0816 -120 399 1e+03 0.00575 312 417 DriftChamberPhysical hIoni + 3 -0.165 -270 900 1e+03 0.00861 523 940 WorldPhysical CoupledTransportation + 4 -0.173 -285 950 1e+03 0.00672 52.2 992 WorldPhysical fastSimProcess_parallelGeom + 5 -0.173 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + +********************************************************************************************************* +* 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.0816 -120 399 0.00232 0 0 0 DriftChamberPhysical initStep + 1 -0.924 -120 399 0 0.00232 1.15 1.15 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -14.8 24.7 1e+03 0.00549 28.8 28.8 WorldPhysical hIoni + 2 0.016 -60 100 1e+03 0.0114 87.8 117 DriftChamberPhysical CoupledTransportation + 3 0.221 -354 590 1e+03 0.0113 571 688 DriftChamberPhysical hIoni + 4 0.323 -540 900 1e+03 0.00835 362 1.05e+03 WorldPhysical CoupledTransportation + 5 0.341 -570 950 1e+03 0.0095 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 6 0.341 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + +********************************************************************************************************* +* 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.221 -354 590 0.00164 0 0 0 DriftChamberPhysical initStep + 1 0.433 -353 590 0 0.00164 0.658 0.658 DriftChamberPhysical 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 -14.8 24.7 0.0258 0 0 0 WorldPhysical initStep + 1 -0.439 -15.1 24.6 0.0257 0.00019 0.55 0.55 WorldPhysical eIoni + 2 -0.747 -15.3 24.5 0.0205 0.0014 0.388 0.938 WorldPhysical eIoni + 3 -3.07 -16.6 25.1 0.0163 0.00421 3.52 4.45 WorldPhysical eIoni + 4 -2.88 -17.2 27 0.0109 0.0054 2.79 7.24 WorldPhysical eIoni + 5 -2.61 -17.3 26.9 0.00875 0.000987 0.373 7.61 WorldPhysical eIoni + 6 -2.14 -17.7 26.8 0.00528 0.00128 0.816 8.43 WorldPhysical eIoni + 7 -1.8 -17.8 26.9 0 0.00528 0.845 9.27 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.6 -159 108 0.00167 0 0 0 DriftChamberPhysical initStep - 1 -49 -159 108 0 0.00167 0.675 0.675 DriftChamberPhysical eIoni + 0 -2.14 -17.7 26.8 0.00218 0 0 0 WorldPhysical initStep + 1 -2.12 -17.6 26.9 0 0.00218 0.186 0.186 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.9 -176 99.9 0.00104 0 0 0 WorldPhysical initStep - 1 -23.9 -176 99.9 0 0.00104 0.0602 0.0602 WorldPhysical eIoni + 0 -2.61 -17.3 26.9 0.00119 0 0 0 WorldPhysical initStep + 1 -2.62 -17.3 26.9 0 0.00119 0.0732 0.0732 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.747 -15.3 24.5 0.00372 0 0 0 WorldPhysical initStep + 1 -0.765 -15.4 24.3 0 0.00372 0.456 0.456 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -4857,46 +3960,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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -47.3 78.8 1e+03 0.0096 91.8 91.8 WorldPhysical hIoni - 2 0.00242 -60 100 1e+03 0.00331 24.8 117 DriftChamberPhysical CoupledTransportation - 3 0.0702 -252 420 1e+03 0.00848 373 490 DriftChamberPhysical hIoni - 4 0.134 -394 657 1e+03 0.0065 277 767 DriftChamberPhysical hIoni - 5 0.184 -540 900 1e+03 0.0042 283 1.05e+03 WorldPhysical CoupledTransportation - 6 0.198 -570 950 1e+03 0.00556 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 7 0.198 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 1 0 -53.9 89.9 1e+03 0.0129 105 105 WorldPhysical hIoni + 2 -0.000582 -60 100 1e+03 0.00289 11.8 117 DriftChamberPhysical CoupledTransportation + 3 -0.0107 -122 204 1e+03 0.00433 121 238 DriftChamberPhysical hIoni + 4 -0.103 -540 900 1e+03 0.0156 812 1.05e+03 WorldPhysical CoupledTransportation + 5 -0.105 -545 908 1e+03 0.00103 9.16 1.06e+03 WorldPhysical hIoni + 6 -0.116 -570 950 1e+03 0.00729 49.2 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 7 -0.116 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* * 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.134 -394 657 0.00746 0 0 0 DriftChamberPhysical initStep - 1 0.663 -392 659 0.00652 0.000943 3.41 3.41 DriftChamberPhysical eIoni - 2 2.33 -390 660 0.00473 0.00179 2.97 6.38 DriftChamberPhysical eIoni - 3 3.35 -388 660 0.00309 0.00163 2.23 8.61 DriftChamberPhysical eIoni - 4 4.4 -388 661 0 0.00309 1.57 10.2 DriftChamberPhysical eIoni + 0 -0.105 -545 908 0.0146 0 0 0 WorldPhysical initStep + 1 1.61 -545 908 0.0108 0.00385 2.52 2.52 WorldPhysical eIoni + 2 2.53 -546 908 0.00462 0.00614 1.95 4.47 WorldPhysical eIoni + 3 2.61 -546 908 0 0.00462 0.666 5.13 WorldPhysical 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.0702 -252 420 0.0142 0 0 0 DriftChamberPhysical initStep - 1 -4.37 -247 424 0.00967 0.00453 7.81 7.81 DriftChamberPhysical eIoni - 2 -7.68 -246 426 0.00861 0.00106 4.61 12.4 DriftChamberPhysical eIoni - 3 -10.8 -244 427 0.00695 0.00166 4.01 16.4 DriftChamberPhysical eIoni - 4 -12.9 -242 428 0.00483 0.00213 3.17 19.6 DriftChamberPhysical eIoni - 5 -14.9 -242 428 0.00363 0.0012 2.27 21.9 DriftChamberPhysical eIoni - 6 -16.4 -242 428 0.00228 0.00135 1.8 23.7 DriftChamberPhysical eIoni - 7 -17.1 -241 428 0 0.00228 1.12 24.8 DriftChamberPhysical eIoni + 0 -0.0107 -122 204 0.00284 0 0 0 DriftChamberPhysical initStep + 1 0.276 -123 203 0 0.00284 1.45 1.45 DriftChamberPhysical 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 -47.3 78.8 0.00171 0 0 0 WorldPhysical initStep - 1 0.0407 -47.2 78.8 0 0.00171 0.127 0.127 WorldPhysical eIoni + 0 0 -53.9 89.9 0.0012 0 0 0 WorldPhysical initStep + 1 -0.0228 -54 89.9 0 0.0012 0.0746 0.0746 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -4904,30 +4000,132 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -10.8 18 1e+03 0.00336 21 21 WorldPhysical hIoni - 2 -0.00065 -26.7 44.6 1e+03 0.00738 31 52 WorldPhysical hIoni - 3 -0.00077 -60 100 1e+03 0.0123 64.7 117 DriftChamberPhysical CoupledTransportation - 4 0.13 -540 900 1e+03 0.0183 933 1.05e+03 WorldPhysical CoupledTransportation - 5 0.138 -570 950 1e+03 0.00978 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 6 0.138 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 1 0 -47.5 79.1 1e+03 0.0118 92.3 92.3 WorldPhysical hIoni + 2 1.46e-05 -60 100 1e+03 0.00219 24.3 117 DriftChamberPhysical CoupledTransportation + 3 -0.0441 -540 900 1e+03 0.0178 933 1.05e+03 WorldPhysical CoupledTransportation + 4 -0.0448 -549 915 1e+03 0.00326 17.8 1.07e+03 WorldPhysical hIoni + 5 -0.0483 -570 950 1e+03 0.00696 40.5 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 6 -0.0483 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* * 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.00065 -26.7 44.6 0.0021 0 0 0 WorldPhysical initStep - 1 -0.0632 -26.7 44.6 0 0.0021 0.174 0.174 WorldPhysical eIoni + 0 -0.0448 -549 915 0.00149 0 0 0 WorldPhysical initStep + 1 -0.00469 -549 915 0 0.00149 0.103 0.103 WorldPhysical 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 -10.8 18 0.00311 0 0 0 WorldPhysical initStep - 1 0.0882 -10.9 17.9 0 0.00311 0.334 0.334 WorldPhysical eIoni -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + 0 0 -47.5 79.1 0.00111 0 0 0 WorldPhysical initStep + 1 0.0189 -47.5 79.1 0 0.00111 0.0664 0.0664 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -60 100 1e+03 0.0172 117 117 DriftChamberPhysical CoupledTransportation + 2 0.133 -540 900 1e+03 0.0189 933 1.05e+03 WorldPhysical CoupledTransportation + 3 0.146 -570 950 1e+03 0.00899 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 4 0.146 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + +********************************************************************************************************* +* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -22.5 37.5 1e+03 0.00646 43.7 43.7 WorldPhysical hIoni + 2 -0.00521 -60 99.9 1e+03 0.0107 72.8 117 WorldPhysical hIoni + 3 -0.00522 -60 100 1e+03 0 0.0764 117 DriftChamberPhysical CoupledTransportation + 4 -0.0141 -85.2 142 1e+03 0.0016 49 166 DriftChamberPhysical hIoni + 5 -0.0302 -148 246 1e+03 0.00179 121 287 DriftChamberPhysical hIoni + 6 -0.0412 -218 363 1e+03 0.00284 137 424 DriftChamberPhysical hIoni + 7 -0.0457 -540 900 1e+03 0.0122 626 1.05e+03 WorldPhysical CoupledTransportation + 8 -0.0485 -570 950 1e+03 0.00871 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 9 -0.0485 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + +********************************************************************************************************* +* 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.0412 -218 363 0.00196 0 0 0 DriftChamberPhysical initStep + 1 -0.669 -218 363 0 0.00196 0.879 0.879 DriftChamberPhysical 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.0302 -148 246 0.00576 0 0 0 DriftChamberPhysical initStep + 1 -1.16 -146 247 0.00416 0.0016 2.65 2.65 DriftChamberPhysical eIoni + 2 -1.5 -145 246 0.00271 0.00145 2.01 4.66 DriftChamberPhysical eIoni + 3 -1.38 -145 245 0 0.00271 1.38 6.04 DriftChamberPhysical 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.0141 -85.2 142 0.00384 0 0 0 DriftChamberPhysical initStep + 1 -0.85 -85.7 142 0.0019 0.000503 1.06 1.06 DriftChamberPhysical eIoni + 2 -1.39 -85.6 142 0 0.0019 0.837 1.9 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.85 -85.7 142 0.00143 0 0 0 DriftChamberPhysical initStep + 1 -0.98 -86 142 0 0.00143 0.528 0.528 DriftChamberPhysical 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.00521 -60 99.9 0.0197 0 0 0 WorldPhysical initStep + 1 0.0145 -59.9 100 0.0197 2.58e-05 0.107 0.107 DriftChamberPhysical CoupledTransportation + 2 4.72 -51.6 108 0.017 0.00268 13 13.1 DriftChamberPhysical eIoni + 3 9.21 -46.3 114 0.0131 0.0015 9.15 22.2 DriftChamberPhysical eIoni + 4 13.9 -42 117 0.0107 0.00241 6.93 29.2 DriftChamberPhysical eIoni + 5 17.9 -39.5 118 0.00966 0.00102 5.23 34.4 DriftChamberPhysical eIoni + 6 20.9 -36.9 120 0.00813 0.00153 4.6 39 DriftChamberPhysical eIoni + 7 21.3 -36.7 120 0.00474 0.000145 0.486 39.5 DriftChamberPhysical eIoni + 8 22.2 -35.9 121 0.00365 0.00109 2.23 41.7 DriftChamberPhysical eIoni + 9 22.4 -34.4 122 0.00288 0.00077 1.81 43.5 DriftChamberPhysical eIoni + 10 22.5 -33.5 123 0.00134 0.00154 1.47 45 DriftChamberPhysical eIoni + 11 22.7 -33.4 123 0 0.00134 0.471 45.5 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 21.3 -36.7 120 0.00325 0 0 0 DriftChamberPhysical initStep + 1 22.3 -36.3 119 0.00195 0.00131 1.64 1.64 DriftChamberPhysical eIoni + 2 22.9 -36.3 119 0 0.00195 0.872 2.51 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.21 -46.3 114 0.0024 0 0 0 DriftChamberPhysical initStep + 1 8.47 -46 114 0 0.0024 1.2 1.2 DriftChamberPhysical 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 -22.5 37.5 0.00349 0 0 0 WorldPhysical initStep + 1 0.126 -22.4 37.6 0 0.00349 0.409 0.409 WorldPhysical eIoni Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/parameterisations/Par02/History b/examples/extended/parameterisations/Par02/History index 3b48807ed0..f5d9f9ad31 100644 --- a/examples/extended/parameterisations/Par02/History +++ b/examples/extended/parameterisations/Par02/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Par02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example Par02 History file - --------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (expar02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (expar02-V10-07-01) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/parameterisations/Par02/examplePar02.out b/examples/extended/parameterisations/Par02/examplePar02.out index ab19fcb53c..c46648c5a7 100644 --- a/examples/extended/parameterisations/Par02/examplePar02.out +++ b/examples/extended/parameterisations/Par02/examplePar02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,10 +29,10 @@ G4GDML: Reading 'Par02FullDetector.gdml' done! Stripping off GDML names of materials, solids and volumes ... Geometry loaded from file .......Par02FullDetector.gdml -tracker !!! - ecal !!! +tracker !!! + ecal !!! ecal !!! @@ -70,6 +70,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -1111,8 +1115,11 @@ See commands in /vis/modeling/trajectories/ for other options. ________Tracker model triggered _________ ... write file : DefaultOutput.root - done ... close file : DefaultOutput.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 3 h1 histograms + 0 with 0 entries: momentum smeared in tracker + 1 with 0 entries: energy smeared in EMCal + 2 with 0 entries: energy smeared in HCal +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/parameterisations/Par03/History b/examples/extended/parameterisations/Par03/History index a1f1f07299..c775a2c165 100644 --- a/examples/extended/parameterisations/Par03/History +++ b/examples/extended/parameterisations/Par03/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example Par03 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example Par03 History file - --------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (expar03-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 07-Nov-21 I. Hrivnacova (expar03-V10-07-02) - Added analysis manager Clear() call at the end of run diff --git a/examples/extended/parameterisations/Par03/Par03.out b/examples/extended/parameterisations/Par03/Par03.out new file mode 100644 index 0000000000..78e7db866b --- /dev/null +++ b/examples/extended/parameterisations/Par03/Par03.out @@ -0,0 +1,520 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Instantiating Visualization Manager....... +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. + +------------------------------------------------------ +--- Detector material: G4_Pb +--- Detector length: 30 cm +--- Detector radius: 10 cm +--- Number of layers: 100 +--- Number of R-cells: 100 +--- Number of phi-cells: 20 +----------------------------------------------------- +Checking overlaps for volume Detector:99 (G4Tubs) ... OK! + +------------------------------------------------------ +--- Detector material: G4_Pb +--- Detector length: 30 cm +--- Detector radius: 10 cm +--- Number of layers: 100 +--- Number of R-cells: 100 +--- Number of phi-cells: 20 +----------------------------------------------------- + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 + e+ : fastSimProcess_massGeom[geom:World] + e- : fastSimProcess_massGeom[geom:World] + gamma : fastSimProcess_massGeom[geom:World] +Set file name: Par03_fastsim_100events.root + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +Par03EMShowerModel: +Gaussian distribution (transverse plane): mu = 0, sigma = 9.87274 mm +Gamma distribution (along shower axis): alpha = 4.3593, beta = 0.5, max depth = 30 X0 +Number of created energy deposits: 100 +Set file name: Par03_fastsimModified_100events.root +Model model inactivated. +Set file name: Par03_fullsim_100events.root +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/extended/parameterisations/Par04/.README.txt b/examples/extended/parameterisations/Par04/.README.txt index ad9cd48b47..3d81f658ab 100644 --- a/examples/extended/parameterisations/Par04/.README.txt +++ b/examples/extended/parameterisations/Par04/.README.txt @@ -13,7 +13,8 @@ and LWTNN libraries. The model used in this example was trained externally (in Python) on data - from this examples' full simulation and can be applied to perform fast simulation + from this examples' full simulation and can be applied to perform fast simulation. + The python scripts are availbale in the training folder. The geometry used in the example is a cylindrical setup of layers: tungsten absorber and silicon as the active material. 3D readout geometry (cylindrical) @@ -99,10 +100,10 @@ The execution of the program (examplePar04) produces an output with histograms. Ntuples are also stored. They are not merged if the application is run on multiple threads. - The macro file examplePar04.in is used to run full simulation. It will simulate 100 + The macro file examplePar04.mac is used to run full simulation. It will simulate 100 events, for single 10 GeV electron beams. If CMake is able to find inference libraries (lwtnn and/or ONNX Runtime), a configuration - macro will be available for that library (examplePar04_lwtnn.in and/or examplePar04_onnx.in). + macro will be available for that library (examplePar04_lwtnn.mac and/or examplePar04_onnx.mac). It will use a trained model to run inference and create showers in the detector by directly depositing energy. @@ -116,18 +117,22 @@ % make - Execute the application (in batch mode): - % ./examplePar04 -m examplePar04.in + % ./examplePar04 -m examplePar04.mac which produces two root file for full simulation. - Execute the application (in interactive mode): - % ./examplePar04 - which allows to visualize hits. + % ./examplePar04 -i -m vis.mac + which allows to visualize hits (from full simulation). - If ONNX Runtime is available: - % ./examplePar04 -m examplePar04_onnx.in + % ./examplePar04 -m examplePar04_onnx.mac + For interactive mode with visualization: + % ./examplePar04 -i -m vis_onnx.mac - If LWTNN is available: - % ./examplePar04 -m examplePar04_lwtnn.in + % ./examplePar04 -m examplePar04_lwtnn.mac + For interactive mode with visualization: + % ./examplePar04 -i -m vis_lwtnn.mac By default, CMake will attempt to build fast simulation with ONNX Runtime and LWTNN. However, if none of those libraries is found, it will proceed with full simulation only. The search can be switched @@ -135,16 +140,24 @@ ## 9. Macros - vis.mac - Allows to run visualization. It will be automatically run in interactive mode, if no - argument is passed to the executable (examplePar04) + vis.mac - Allows to run visualization. Pass it to the example in interactive mode ("-i" passed to the executable). + It can be used to visualize full simulation. - examplePar04.in - Runs full simulation. It will run 100 events with single electrons, 10 GeV and + vis_onnx.mac - Allows to run visualization with ONNX Runtime inference. Pass it to the example in interactive mode + ("-i" passed to the executable). It contains ecessary settings of the inference, and it treats full + calorimeter as sensitive material (due to deposition of hits regardless of the volume). + + vis_lwtnn.mac - Allows to run visualization with LWTNN inference. Pass it to the example in interactive mode + ("-i" passed to the executable). It contains ecessary settings of the inference, and it treats full + calorimeter as sensitive material (due to deposition of hits regardless of the volume). + + examplePar04.mac - Runs full simulation. It will run 100 events with single electrons, 10 GeV and along y axis. - examplePar04_onnx.in - Available only if ONNX Runtime is found by CMake. Runs fast simulation with + examplePar04_onnx.mac - Available only if ONNX Runtime is found by CMake. Runs fast simulation with a NN stored in onnx file. - examplePar04_lwtnn.in - Available only if LWTNN is found by CMake. Runs fast simulation with + examplePar04_lwtnn.mac - Available only if LWTNN is found by CMake. Runs fast simulation with a NN stored in json file. ## 10. UI commands @@ -189,3 +202,49 @@ /Par04/inference/setNbOfPhiCells 50 /Par04/inference/setNbOfZCells 45 + ## 11. Python scripts for training + + The scripts available in the training folder were used to train + the VAE model of this example. + + - model: defines the VAE model as a class which contains the architecture, + the loss function and the training function. + + - utils: defines the data loading and preprocessing function and returns + the preprocessed array of shower energies and the condition arrays of energy, + angle and geometry. The input is expected to be in local directory 'detector_*'. + In this example, the model is trained on 2 detector geometries and the input + directories are 'detector_SiW' and 'detector_SciPb'. Each directory contains the + HDF5 files for each primary particle energy and angle. + + - train: defines data loading parameters and calls the data preprocessing function. + It defines the model parameters and instantiates the VAE model, performs the training + and then coverts the model into an ONNX format. + + A history object is returned from the training function of the VAE. The history is a callback + object registered during the training which records metrics for each epoch such as the loss. + The user can list the metrics collected in the history object using: + + % print(history.history.keys()) + + The data collected in the history object can be used to create plots such as the loss function + as function of the epochs. If the loss metric collected in the history object is called loss, + then to plot it using for example the matplotlib library: + + % matplotlib.pyplot.plot(history.history['loss']) + + The traing function can also generate intermediate files representing checkpoints of the model + that can be used for validation purposes. These checkpoints are generated if the early stopping flag + of the training is off, which means to train the model for the predefined number of epochs. The weights + of the model are saved every 100 epochs. + + After the training, the model (only the decoder part) is saved as an HDF5 file and then is converted + into an ONNX format. The final output model called Generator.onnx can be used to perform the inference + in this example. + + To perform the training run: + % python train.py + + ## 12. Public data + + Data generated with full simulation with this example has been published on zenodo. diff --git a/examples/extended/parameterisations/Par04/CMakeLists.txt b/examples/extended/parameterisations/Par04/CMakeLists.txt index 8911201af3..5c485d0bca 100644 --- a/examples/extended/parameterisations/Par04/CMakeLists.txt +++ b/examples/extended/parameterisations/Par04/CMakeLists.txt @@ -88,13 +88,13 @@ endif() # relies on these scripts being in the current working directory. # set(Par04_SCRIPTS - examplePar04.in vis.mac + examplePar04.mac vis.mac ) if(lwtnn_FOUND) - set(Par04_SCRIPTS ${Par04_SCRIPTS} examplePar04_lwtnn.in) + set(Par04_SCRIPTS ${Par04_SCRIPTS} examplePar04_lwtnn.mac vis_lwtnn.mac) endif() if(OnnxRuntime_FOUND) - set(Par04_SCRIPTS ${Par04_SCRIPTS} examplePar04_onnx.in) + set(Par04_SCRIPTS ${Par04_SCRIPTS} examplePar04_onnx.mac vis_onnx.mac) endif() foreach(_script ${Par04_SCRIPTS}) diff --git a/examples/extended/parameterisations/Par04/History b/examples/extended/parameterisations/Par04/History index 319f4749eb..477e804158 100644 --- a/examples/extended/parameterisations/Par04/History +++ b/examples/extended/parameterisations/Par04/History @@ -1,18 +1,25 @@ -------------------------------------------------------------------- +# Example Par04 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example Par04 History file - --------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-02-28 Dalila Salamani (expar04-V11-00-02) +- Add python training scripts +- Add model conversion to ONNX and LWTNN to the train script and update README +- Change visualization scripts for fast simulation +- Add new control histograms +- Change extension of macros from .in to .mac - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-20 Anna Zaborowska (expar04-V11-00-01) +- Fix warnings and lwtnn macro + +## 2021-12-10 Ben Morgan (expar04-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 08-Nov-21 D. Salamani, A. Zaborowska (expar04-V10-07-00) - Create Par04 example diff --git a/examples/extended/parameterisations/Par04/README b/examples/extended/parameterisations/Par04/README index c673055eeb..bae1b5a38f 100644 --- a/examples/extended/parameterisations/Par04/README +++ b/examples/extended/parameterisations/Par04/README @@ -12,7 +12,8 @@ and LWTNN [2] libraries. The model used in this example was trained externally (in Python) on data - from this examples' full simulation and can be applied to perform fast simulation + from this examples' full simulation and can be applied to perform fast simulation. + The python scripts are availbale in the training folder. The geometry used in the example is a cylindrical setup of layers: tungsten absorber and silicon as the active material. 3D readout geometry (cylindrical) @@ -107,10 +108,10 @@ The execution of the program (examplePar04) produces an output with histograms. Ntuples are also stored. They are not merged if the application is run on multiple threads. - The macro file examplePar04.in is used to run full simulation. It will simulate 100 + The macro file examplePar04.mac is used to run full simulation. It will simulate 100 events, for single 10 GeV electron beams. If CMake is able to find inference libraries (lwtnn and/or ONNX Runtime), a configuration - macro will be available for that library (examplePar04_lwtnn.in and/or examplePar04_onnx.in). + macro will be available for that library (examplePar04_lwtnn.mac and/or examplePar04_onnx.mac). It will use a trained model to run inference and create showers in the detector by directly depositing energy. @@ -124,18 +125,22 @@ % make - Execute the application (in batch mode): - % ./examplePar04 -m examplePar04.in + % ./examplePar04 -m examplePar04.mac which produces two root file for full simulation. - Execute the application (in interactive mode): - % ./examplePar04 - which allows to visualize hits. + % ./examplePar04 -i -m vis.mac + which allows to visualize hits (from full simulation). - If ONNX Runtime is available: - % ./examplePar04 -m examplePar04_onnx.in + % ./examplePar04 -m examplePar04_onnx.mac + For interactive mode with visualization: + % ./examplePar04 -i -m vis_onnx.mac - If LWTNN is available: - % ./examplePar04 -m examplePar04_lwtnn.in + % ./examplePar04 -m examplePar04_lwtnn.mac + For interactive mode with visualization: + % ./examplePar04 -i -m vis_lwtnn.mac By default, CMake will attempt to build fast simulation with ONNX Runtime and LWTNN. However, if none of those libraries is found, it will proceed with full simulation only. The search can be switched @@ -144,16 +149,24 @@ 9. Macros --------- - vis.mac - Allows to run visualization. It will be automatically run in interactive mode, if no - argument is passed to the executable (examplePar04) + vis.mac - Allows to run visualization. Pass it to the example in interactive mode ("-i" passed to the executable). + It can be used to visualize full simulation. - examplePar04.in - Runs full simulation. It will run 100 events with single electrons, 10 GeV and + vis_onnx.mac - Allows to run visualization with ONNX Runtime inference. Pass it to the example in interactive mode + ("-i" passed to the executable). It contains ecessary settings of the inference, and it treats full + calorimeter as sensitive material (due to deposition of hits regardless of the volume). + + vis_lwtnn.mac - Allows to run visualization with LWTNN inference. Pass it to the example in interactive mode + ("-i" passed to the executable). It contains ecessary settings of the inference, and it treats full + calorimeter as sensitive material (due to deposition of hits regardless of the volume). + + examplePar04.mac - Runs full simulation. It will run 100 events with single electrons, 10 GeV and along y axis. - examplePar04_onnx.in - Available only if ONNX Runtime is found by CMake. Runs fast simulation with + examplePar04_onnx.mac - Available only if ONNX Runtime is found by CMake. Runs fast simulation with a NN stored in onnx file. - examplePar04_lwtnn.in - Available only if LWTNN is found by CMake. Runs fast simulation with + examplePar04_lwtnn.mac - Available only if LWTNN is found by CMake. Runs fast simulation with a NN stored in json file. 10. UI commands @@ -198,3 +211,54 @@ /Par04/inference/setNbOfRhoCells 18 /Par04/inference/setNbOfPhiCells 50 /Par04/inference/setNbOfZCells 45 + + 11. Python scripts for training + -------------- + + The scripts available in the training folder were used to train + the VAE model of this example. + + - model: defines the VAE model as a class which contains the architecture, + the loss function and the training function. + + - utils: defines the data loading and preprocessing function and returns + the preprocessed array of shower energies and the condition arrays of energy, + angle and geometry. The input is expected to be in local directory 'detector_*'. + In this example, the model is trained on 2 detector geometries and the input + directories are 'detector_SiW' and 'detector_SciPb'. Each directory contains the + HDF5 files for each primary particle energy and angle. + + - train: defines data loading parameters and calls the data preprocessing function. + It defines the model parameters and instantiates the VAE model, performs the training + and then coverts the model into an ONNX format. + + A history object is returned from the training function of the VAE. The history is a callback + object registered during the training which records metrics for each epoch such as the loss. + The user can list the metrics collected in the history object using: + + % print(history.history.keys()) + + The data collected in the history object can be used to create plots such as the loss function + as function of the epochs. If the loss metric collected in the history object is called loss, + then to plot it using for example the matplotlib library: + + % matplotlib.pyplot.plot(history.history['loss']) + + The traing function can also generate intermediate files representing checkpoints of the model + that can be used for validation purposes. These checkpoints are generated if the early stopping flag + of the training is off, which means to train the model for the predefined number of epochs. The weights + of the model are saved every 100 epochs. + + After the training, the model (only the decoder part) is saved as an HDF5 file and then is converted + into an ONNX format. The final output model called Generator.onnx can be used to perform the inference + in this example. + + To perform the training run: + % python train.py + + + 12. Public data + -------------- + + Data generated with full simulation with this example has been published on zenodo: + https://doi.org/10.5281/zenodo.6082201 diff --git a/examples/extended/parameterisations/Par04/examplePar04.cc b/examples/extended/parameterisations/Par04/examplePar04.cc index 5a263887b0..72d3ebd14b 100644 --- a/examples/extended/parameterisations/Par04/examplePar04.cc +++ b/examples/extended/parameterisations/Par04/examplePar04.cc @@ -31,8 +31,8 @@ // -------------------------------------------------------------- // Comments // -// Example of a main program demonstrating multiple energy deposition -// from fast simulation model. +// Example of a main program demonstrating inference in C++ +// for fast simulation in calorimeters. // //------------------------------------------------------------------- #include // for G4Exception @@ -54,17 +54,23 @@ #include "G4VisExecutive.hh" // for G4VisExecutive #include "Par04ActionInitialisation.hh" // for Par04ActionInitialisation #include "Par04DetectorConstruction.hh" // for Par04DetectorConstruction +#include "time.h" // for time int main(int argc, char** argv) { // Macro name from arguments G4String batchMacroName; - G4bool useInteractiveMode = true; + G4bool useInteractiveMode = false; G4String helpMsg( "Usage: " + G4String(argv[0]) + - " [option(s)] \n No additional arguments triggers an interactive mode " - "executing vis.mac macro. \n Options:\n\t-h\t\tdisplay this help " - "message\n\t-m MACRO\ttriggers a batch mode executing MACRO\n"); + " [option(s)] \n You need to specify the mode and the macro file.\nOptions:" + "\n\t-h\t\tdisplay this help message\n\t-m MACRO\ttriggers a batch mode " + "executing MACRO\n\t-i\t\truns interactive mode, use it together with vis*mac macros."); + if(argc < 2 ) { + G4Exception("main", "No arguments", FatalErrorInArgument, + ("No arguments passed to " + G4String(argv[0]) + "\n" + helpMsg) + .c_str()); + } for(G4int i = 1; i < argc; ++i) { G4String argument(argv[i]); @@ -76,9 +82,12 @@ int main(int argc, char** argv) else if(argument == "-m") { batchMacroName = G4String(argv[i + 1]); - useInteractiveMode = false; ++i; } + else if(argument == "-i") + { + useInteractiveMode = true; + } else { G4Exception("main", "Unknown argument", FatalErrorInArgument, @@ -88,16 +97,24 @@ int main(int argc, char** argv) } } + //choose the Random engine + CLHEP::HepRandom::setTheEngine(new CLHEP::RanecuEngine()); + //set random seed with system time + G4long seed = time(NULL); + CLHEP::HepRandom::setTheSeed(seed); + // Instantiate G4UIExecutive if interactive mode G4UIExecutive* ui = nullptr; + G4RunManagerType runManagerType = G4RunManagerType::Default; if(useInteractiveMode) { ui = new G4UIExecutive(argc, argv); + runManagerType = G4RunManagerType::Serial; } // Initialization of default Run manager auto* runManager = - G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default); + G4RunManagerFactory::CreateRunManager(runManagerType); // Detector geometry: auto detector = new Par04DetectorConstruction(); @@ -132,7 +149,14 @@ int main(int argc, char** argv) if(useInteractiveMode) { - UImanager->ApplyCommand("/control/execute vis.mac"); + if(batchMacroName.empty()) + { + G4Exception("main", "Unknown macro name", FatalErrorInArgument, + ("No macro name passed to " + G4String(argv[0])) + .c_str()); + } + G4String command = "/control/execute "; + UImanager->ApplyCommand(command + batchMacroName); ui->SessionStart(); delete ui; } diff --git a/examples/extended/parameterisations/Par04/examplePar04.in b/examples/extended/parameterisations/Par04/examplePar04.mac similarity index 93% rename from examples/extended/parameterisations/Par04/examplePar04.in rename to examples/extended/parameterisations/Par04/examplePar04.mac index 61cc119a1c..0fb40b6932 100644 --- a/examples/extended/parameterisations/Par04/examplePar04.in +++ b/examples/extended/parameterisations/Par04/examplePar04.mac @@ -1,6 +1,6 @@ -# examplePar04.in +# examplePar04.mac # -# Detector Construction +# Detector Construction /Par04/detector/setDetectorInnerRadius 80 cm /Par04/detector/setDetectorLength 2 m /Par04/detector/setNbOfLayers 90 @@ -14,7 +14,7 @@ /Par04/mesh/setNbOfPhiCells 50 /Par04/mesh/setNbOfZCells 45 -# Initialize +# Initialize /run/initialize /gun/energy 10 GeV diff --git a/examples/extended/parameterisations/Par04/examplePar04.out b/examples/extended/parameterisations/Par04/examplePar04.out new file mode 100644 index 0000000000..a381a34042 --- /dev/null +++ b/examples/extended/parameterisations/Par04/examplePar04.out @@ -0,0 +1,698 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Instantiating Visualization Manager....... +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +Checking overlaps for volume Detector:99 (G4Tubs) ... OK! +Checking overlaps for volume Layer:0 (G4Tubs) ... OK! +Checking overlaps for volume Layer:1 (G4Tubs) ... OK! +Checking overlaps for volume Layer:2 (G4Tubs) ... OK! +Checking overlaps for volume Layer:3 (G4Tubs) ... OK! +Checking overlaps for volume Layer:4 (G4Tubs) ... OK! +Checking overlaps for volume Layer:5 (G4Tubs) ... OK! +Checking overlaps for volume Layer:6 (G4Tubs) ... OK! +Checking overlaps for volume Layer:7 (G4Tubs) ... OK! +Checking overlaps for volume Layer:8 (G4Tubs) ... OK! +Checking overlaps for volume Layer:9 (G4Tubs) ... OK! +Checking overlaps for volume Layer:10 (G4Tubs) ... OK! +Checking overlaps for volume Layer:11 (G4Tubs) ... OK! +Checking overlaps for volume Layer:12 (G4Tubs) ... OK! +Checking overlaps for volume Layer:13 (G4Tubs) ... OK! +Checking overlaps for volume Layer:14 (G4Tubs) ... OK! +Checking overlaps for volume Layer:15 (G4Tubs) ... OK! +Checking overlaps for volume Layer:16 (G4Tubs) ... OK! +Checking overlaps for volume Layer:17 (G4Tubs) ... OK! +Checking overlaps for volume Layer:18 (G4Tubs) ... OK! +Checking overlaps for volume Layer:19 (G4Tubs) ... OK! +Checking overlaps for volume Layer:20 (G4Tubs) ... OK! +Checking overlaps for volume Layer:21 (G4Tubs) ... OK! +Checking overlaps for volume Layer:22 (G4Tubs) ... OK! +Checking overlaps for volume Layer:23 (G4Tubs) ... OK! +Checking overlaps for volume Layer:24 (G4Tubs) ... OK! +Checking overlaps for volume Layer:25 (G4Tubs) ... OK! +Checking overlaps for volume Layer:26 (G4Tubs) ... OK! +Checking overlaps for volume Layer:27 (G4Tubs) ... OK! +Checking overlaps for volume Layer:28 (G4Tubs) ... OK! +Checking overlaps for volume Layer:29 (G4Tubs) ... OK! +Checking overlaps for volume Layer:30 (G4Tubs) ... OK! +Checking overlaps for volume Layer:31 (G4Tubs) ... OK! +Checking overlaps for volume Layer:32 (G4Tubs) ... OK! +Checking overlaps for volume Layer:33 (G4Tubs) ... OK! +Checking overlaps for volume Layer:34 (G4Tubs) ... OK! +Checking overlaps for volume Layer:35 (G4Tubs) ... OK! +Checking overlaps for volume Layer:36 (G4Tubs) ... OK! +Checking overlaps for volume Layer:37 (G4Tubs) ... OK! +Checking overlaps for volume Layer:38 (G4Tubs) ... OK! +Checking overlaps for volume Layer:39 (G4Tubs) ... OK! +Checking overlaps for volume Layer:40 (G4Tubs) ... OK! +Checking overlaps for volume Layer:41 (G4Tubs) ... OK! +Checking overlaps for volume Layer:42 (G4Tubs) ... OK! +Checking overlaps for volume Layer:43 (G4Tubs) ... OK! +Checking overlaps for volume Layer:44 (G4Tubs) ... OK! +Checking overlaps for volume Layer:45 (G4Tubs) ... OK! +Checking overlaps for volume Layer:46 (G4Tubs) ... OK! +Checking overlaps for volume Layer:47 (G4Tubs) ... OK! +Checking overlaps for volume Layer:48 (G4Tubs) ... OK! +Checking overlaps for volume Layer:49 (G4Tubs) ... OK! +Checking overlaps for volume Layer:50 (G4Tubs) ... OK! +Checking overlaps for volume Layer:51 (G4Tubs) ... OK! +Checking overlaps for volume Layer:52 (G4Tubs) ... OK! +Checking overlaps for volume Layer:53 (G4Tubs) ... OK! +Checking overlaps for volume Layer:54 (G4Tubs) ... OK! +Checking overlaps for volume Layer:55 (G4Tubs) ... OK! +Checking overlaps for volume Layer:56 (G4Tubs) ... OK! +Checking overlaps for volume Layer:57 (G4Tubs) ... OK! +Checking overlaps for volume Layer:58 (G4Tubs) ... OK! +Checking overlaps for volume Layer:59 (G4Tubs) ... OK! +Checking overlaps for volume Layer:60 (G4Tubs) ... OK! +Checking overlaps for volume Layer:61 (G4Tubs) ... OK! +Checking overlaps for volume Layer:62 (G4Tubs) ... OK! +Checking overlaps for volume Layer:63 (G4Tubs) ... OK! +Checking overlaps for volume Layer:64 (G4Tubs) ... OK! +Checking overlaps for volume Layer:65 (G4Tubs) ... OK! +Checking overlaps for volume Layer:66 (G4Tubs) ... OK! +Checking overlaps for volume Layer:67 (G4Tubs) ... OK! +Checking overlaps for volume Layer:68 (G4Tubs) ... OK! +Checking overlaps for volume Layer:69 (G4Tubs) ... OK! +Checking overlaps for volume Layer:70 (G4Tubs) ... OK! +Checking overlaps for volume Layer:71 (G4Tubs) ... OK! +Checking overlaps for volume Layer:72 (G4Tubs) ... OK! +Checking overlaps for volume Layer:73 (G4Tubs) ... OK! +Checking overlaps for volume Layer:74 (G4Tubs) ... OK! +Checking overlaps for volume Layer:75 (G4Tubs) ... OK! +Checking overlaps for volume Layer:76 (G4Tubs) ... OK! +Checking overlaps for volume Layer:77 (G4Tubs) ... OK! +Checking overlaps for volume Layer:78 (G4Tubs) ... OK! +Checking overlaps for volume Layer:79 (G4Tubs) ... OK! +Checking overlaps for volume Layer:80 (G4Tubs) ... OK! +Checking overlaps for volume Layer:81 (G4Tubs) ... OK! +Checking overlaps for volume Layer:82 (G4Tubs) ... OK! +Checking overlaps for volume Layer:83 (G4Tubs) ... OK! +Checking overlaps for volume Layer:84 (G4Tubs) ... OK! +Checking overlaps for volume Layer:85 (G4Tubs) ... OK! +Checking overlaps for volume Layer:86 (G4Tubs) ... OK! +Checking overlaps for volume Layer:87 (G4Tubs) ... OK! +Checking overlaps for volume Layer:88 (G4Tubs) ... OK! +Checking overlaps for volume Layer:89 (G4Tubs) ... OK! +Checking overlaps for volume Layer:90 (G4Tubs) ... OK! +Checking overlaps for volume Layer:91 (G4Tubs) ... OK! +Checking overlaps for volume Layer:92 (G4Tubs) ... OK! +Checking overlaps for volume Layer:93 (G4Tubs) ... OK! +Checking overlaps for volume Layer:94 (G4Tubs) ... OK! +Checking overlaps for volume Layer:95 (G4Tubs) ... OK! +Checking overlaps for volume Layer:96 (G4Tubs) ... OK! +Checking overlaps for volume Layer:97 (G4Tubs) ... OK! +Checking overlaps for volume Layer:98 (G4Tubs) ... OK! +Checking overlaps for volume Layer:99 (G4Tubs) ... OK! +Checking overlaps for volume Layer:100 (G4Tubs) ... OK! +Checking overlaps for volume Layer:101 (G4Tubs) ... OK! +Checking overlaps for volume Layer:102 (G4Tubs) ... OK! +Checking overlaps for volume Layer:103 (G4Tubs) ... OK! +Checking overlaps for volume Layer:104 (G4Tubs) ... OK! +Checking overlaps for volume Layer:105 (G4Tubs) ... OK! +Checking overlaps for volume Layer:106 (G4Tubs) ... OK! +Checking overlaps for volume Layer:107 (G4Tubs) ... OK! +Checking overlaps for volume Layer:108 (G4Tubs) ... OK! +Checking overlaps for volume Layer:109 (G4Tubs) ... OK! +Checking overlaps for volume Layer:110 (G4Tubs) ... OK! +Checking overlaps for volume Layer:111 (G4Tubs) ... OK! +Checking overlaps for volume Layer:112 (G4Tubs) ... OK! +Checking overlaps for volume Layer:113 (G4Tubs) ... OK! +Checking overlaps for volume Layer:114 (G4Tubs) ... OK! +Checking overlaps for volume Layer:115 (G4Tubs) ... OK! +Checking overlaps for volume Layer:116 (G4Tubs) ... OK! +Checking overlaps for volume Layer:117 (G4Tubs) ... OK! +Checking overlaps for volume Layer:118 (G4Tubs) ... OK! +Checking overlaps for volume Layer:119 (G4Tubs) ... OK! +Checking overlaps for volume Layer:120 (G4Tubs) ... OK! +Checking overlaps for volume Layer:121 (G4Tubs) ... OK! +Checking overlaps for volume Layer:122 (G4Tubs) ... OK! +Checking overlaps for volume Layer:123 (G4Tubs) ... OK! +Checking overlaps for volume Layer:124 (G4Tubs) ... OK! +Checking overlaps for volume Layer:125 (G4Tubs) ... OK! +Checking overlaps for volume Layer:126 (G4Tubs) ... OK! +Checking overlaps for volume Layer:127 (G4Tubs) ... OK! +Checking overlaps for volume Layer:128 (G4Tubs) ... OK! +Checking overlaps for volume Layer:129 (G4Tubs) ... OK! +Checking overlaps for volume Layer:130 (G4Tubs) ... OK! +Checking overlaps for volume Layer:131 (G4Tubs) ... OK! +Checking overlaps for volume Layer:132 (G4Tubs) ... OK! +Checking overlaps for volume Layer:133 (G4Tubs) ... OK! +Checking overlaps for volume Layer:134 (G4Tubs) ... OK! +Checking overlaps for volume Layer:135 (G4Tubs) ... OK! +Checking overlaps for volume Layer:136 (G4Tubs) ... OK! +Checking overlaps for volume Layer:137 (G4Tubs) ... OK! +Checking overlaps for volume Layer:138 (G4Tubs) ... OK! +Checking overlaps for volume Layer:139 (G4Tubs) ... OK! +Checking overlaps for volume Layer:140 (G4Tubs) ... OK! +Checking overlaps for volume Layer:141 (G4Tubs) ... OK! +Checking overlaps for volume Layer:142 (G4Tubs) ... OK! +Checking overlaps for volume Layer:143 (G4Tubs) ... OK! +Checking overlaps for volume Layer:144 (G4Tubs) ... OK! +Checking overlaps for volume Layer:145 (G4Tubs) ... OK! +Checking overlaps for volume Layer:146 (G4Tubs) ... OK! +Checking overlaps for volume Layer:147 (G4Tubs) ... OK! +Checking overlaps for volume Layer:148 (G4Tubs) ... OK! +Checking overlaps for volume Layer:149 (G4Tubs) ... OK! +Checking overlaps for volume Layer:150 (G4Tubs) ... OK! +Checking overlaps for volume Layer:151 (G4Tubs) ... OK! +Checking overlaps for volume Layer:152 (G4Tubs) ... OK! +Checking overlaps for volume Layer:153 (G4Tubs) ... OK! +Checking overlaps for volume Layer:154 (G4Tubs) ... OK! +Checking overlaps for volume Layer:155 (G4Tubs) ... OK! +Checking overlaps for volume Layer:156 (G4Tubs) ... OK! +Checking overlaps for volume Layer:157 (G4Tubs) ... OK! +Checking overlaps for volume Layer:158 (G4Tubs) ... OK! +Checking overlaps for volume Layer:159 (G4Tubs) ... OK! +Checking overlaps for volume Layer:160 (G4Tubs) ... OK! +Checking overlaps for volume Layer:161 (G4Tubs) ... OK! +Checking overlaps for volume Layer:162 (G4Tubs) ... OK! +Checking overlaps for volume Layer:163 (G4Tubs) ... OK! +Checking overlaps for volume Layer:164 (G4Tubs) ... OK! +Checking overlaps for volume Layer:165 (G4Tubs) ... OK! +Checking overlaps for volume Layer:166 (G4Tubs) ... OK! +Checking overlaps for volume Layer:167 (G4Tubs) ... OK! +Checking overlaps for volume Layer:168 (G4Tubs) ... OK! +Checking overlaps for volume Layer:169 (G4Tubs) ... OK! +Checking overlaps for volume Layer:170 (G4Tubs) ... OK! +Checking overlaps for volume Layer:171 (G4Tubs) ... OK! +Checking overlaps for volume Layer:172 (G4Tubs) ... OK! +Checking overlaps for volume Layer:173 (G4Tubs) ... OK! +Checking overlaps for volume Layer:174 (G4Tubs) ... OK! +Checking overlaps for volume Layer:175 (G4Tubs) ... OK! +Checking overlaps for volume Layer:176 (G4Tubs) ... OK! +Checking overlaps for volume Layer:177 (G4Tubs) ... OK! +Checking overlaps for volume Layer:178 (G4Tubs) ... OK! +Checking overlaps for volume Layer:179 (G4Tubs) ... OK! + +------------------------------------------------------ +--- Detector length: 2 m +--- Detector inner radius: 80 cm +--- Number of layers: 90 + +--- 1st layer: 1.4 mm of passive G4_W +--- 2nd layer: 300 um of active G4_Si +----------------------------------------------------- + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 + e+ : fastSimProcess_massGeom[geom:World] + e- : fastSimProcess_massGeom[geom:World] + gamma : fastSimProcess_massGeom[geom:World] +Set file name: 10GeV_100events_fullsim.root +Model defineMesh activated. +Model inferenceModel not found. + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : Analysis_W001 + issued by : G4RootNtupleFileManager::SetNtupleMergingMode +Merging ntuples is not applicable in sequential application. +Setting was ignored. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +There are 14 h1 histograms +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/extended/parameterisations/Par04/examplePar04_lwtnn.in b/examples/extended/parameterisations/Par04/examplePar04_lwtnn.mac similarity index 92% rename from examples/extended/parameterisations/Par04/examplePar04_lwtnn.in rename to examples/extended/parameterisations/Par04/examplePar04_lwtnn.mac index cfd2ed9109..cd5ef640a5 100644 --- a/examples/extended/parameterisations/Par04/examplePar04_lwtnn.in +++ b/examples/extended/parameterisations/Par04/examplePar04_lwtnn.mac @@ -1,6 +1,6 @@ -# examplePar04_lwtnn.in +# examplePar04_lwtnn.mac # -# Detector Construction +# Detector Construction /Par04/detector/setDetectorInnerRadius 80 cm /Par04/detector/setDetectorLength 2 m /Par04/detector/setNbOfLayers 90 @@ -13,13 +13,6 @@ /Par04/mesh/setNbOfRhoCells 18 /Par04/mesh/setNbOfPhiCells 50 /Par04/mesh/setNbOfZCells 45 -## set mesh size for inference == mesh size of a full sim that -## was used for training; it coincides with readout mesh size -/Par04/inference/setSizeOfRhoCells 2.325 mm -/Par04/inference/setSizeOfZCells 3.4 mm -/Par04/inference/setNbOfRhoCells 18 -/Par04/inference/setNbOfPhiCells 50 -/Par04/inference/setNbOfZCells 45 # Initialize /run/initialize @@ -31,11 +24,18 @@ # Inference Setup ## dimension of the latent vector (encoded vector in a Variational Autoencoder model) /Par04/inference/setSizeLatentVector 10 -## size of the condition vector (energy, angle and geometry) +## size of the condition vector (energy, angle and geometry) /Par04/inference/setSizeConditionVector 4 ## path to the model which is set to download by cmake /Par04/inference/setModelPathName MLModels/Generator.json /Par04/inference/setInferenceLibrary LWTNN +## set mesh size for inference == mesh size of a full sim that +## was used for training; it coincides with readout mesh size +/Par04/inference/setSizeOfRhoCells 2.325 mm +/Par04/inference/setSizeOfZCells 3.4 mm +/Par04/inference/setNbOfRhoCells 18 +/Par04/inference/setNbOfPhiCells 50 +/Par04/inference/setNbOfZCells 45 # Fast Simulation /analysis/setFileName 10GeV_100events_fastsim_lwtnn.root @@ -44,4 +44,4 @@ /param/ActivateModel defineMesh ## ML fast sim, configured with the inference setup /Par04/inference /param/ActivateModel inferenceModel -/run/beamOn 100 +/run/beamOn 100 diff --git a/examples/extended/parameterisations/Par04/examplePar04_onnx.in b/examples/extended/parameterisations/Par04/examplePar04_onnx.mac similarity index 93% rename from examples/extended/parameterisations/Par04/examplePar04_onnx.in rename to examples/extended/parameterisations/Par04/examplePar04_onnx.mac index 97ec5b072b..dd2f1de9e4 100644 --- a/examples/extended/parameterisations/Par04/examplePar04_onnx.in +++ b/examples/extended/parameterisations/Par04/examplePar04_onnx.mac @@ -1,6 +1,6 @@ -# examplePar04_onnx.in +# examplePar04_onnx.mac # -# Detector Construction +# Detector Construction /Par04/detector/setDetectorInnerRadius 80 cm /Par04/detector/setDetectorLength 2 m /Par04/detector/setNbOfLayers 90 @@ -24,7 +24,7 @@ # Inference Setup ## dimension of the latent vector (encoded vector in a Variational Autoencoder model) /Par04/inference/setSizeLatentVector 10 -## size of the condition vector (energy, angle and geometry) +## size of the condition vector (energy, angle and geometry) /Par04/inference/setSizeConditionVector 4 ## path to the model which is set to download by cmake /Par04/inference/setModelPathName MLModels/Generator.onnx diff --git a/examples/extended/parameterisations/Par04/include/Par04EventAction.hh b/examples/extended/parameterisations/Par04/include/Par04EventAction.hh index b402767b36..0c6e386afe 100644 --- a/examples/extended/parameterisations/Par04/include/Par04EventAction.hh +++ b/examples/extended/parameterisations/Par04/include/Par04EventAction.hh @@ -70,6 +70,8 @@ class Par04EventAction : public G4UserEventAction G4double fCellSizeZ = 0; /// Size of cell along radius of cylinder G4double fCellSizeRho = 0; + /// Size of cell in azimuthal angle + G4double fCellSizePhi = 0; /// Number of readout cells along radius G4int fCellNbRho = 0; /// Number of readout cells in azimuthal angle diff --git a/examples/extended/parameterisations/Par04/include/Par04InferenceInterface.hh b/examples/extended/parameterisations/Par04/include/Par04InferenceInterface.hh index 890a272fb1..45cb48c9e2 100644 --- a/examples/extended/parameterisations/Par04/include/Par04InferenceInterface.hh +++ b/examples/extended/parameterisations/Par04/include/Par04InferenceInterface.hh @@ -28,7 +28,7 @@ #define PAR04INFERENCEINTERFACE_HH #include "globals.hh" -using namespace std; +#include /** * @brief Inference interface @@ -46,7 +46,7 @@ class Par04InferenceInterface /// @param[in] aGenVector Input latent space and conditions /// @param[out] aEnergies Model output = generated shower energies /// @param[in] aSize Size of the output - virtual void RunInference(vector aGenVector, std::vector& aEnergies, + virtual void RunInference(std::vector aGenVector, std::vector& aEnergies, int aSize) = 0; }; diff --git a/examples/extended/parameterisations/Par04/include/Par04InferenceMessenger.hh b/examples/extended/parameterisations/Par04/include/Par04InferenceMessenger.hh index d2c09305a1..be8b19d1a9 100644 --- a/examples/extended/parameterisations/Par04/include/Par04InferenceMessenger.hh +++ b/examples/extended/parameterisations/Par04/include/Par04InferenceMessenger.hh @@ -26,14 +26,15 @@ #ifdef USE_INFERENCE #ifndef PAR04INFERENCEMESSENGER_H #define PAR04INFERENCEMESSENGER_H -#include "G4UImessenger.hh" -class Par04InferenceSetup; -class G4UIdirectory; -class G4UIcmdWithoutParameter; -class G4UIcmdWithAnInteger; +#include // for G4String +#include "G4UImessenger.hh" // for G4UImessenger class G4UIcmdWithADoubleAndUnit; class G4UIcmdWithAString; +class G4UIcmdWithAnInteger; +class G4UIcommand; +class G4UIdirectory; +class Par04InferenceSetup; /** * @brief Inference messenger. diff --git a/examples/extended/parameterisations/Par04/include/Par04InferenceSetup.hh b/examples/extended/parameterisations/Par04/include/Par04InferenceSetup.hh index eaf4018d7c..15f7ad0322 100644 --- a/examples/extended/parameterisations/Par04/include/Par04InferenceSetup.hh +++ b/examples/extended/parameterisations/Par04/include/Par04InferenceSetup.hh @@ -27,18 +27,15 @@ #ifndef PAR04INFEERENCESETUP_HH #define PAR04INFEERENCESETUP_HH -#include "G4ThreeVector.hh" -#include "globals.hh" -#include "CLHEP/Units/SystemOfUnits.h" - -#include "Par04DetectorConstruction.hh" -#include "Par04InferenceMessenger.hh" -#include "Par04InferenceInterface.hh" - -namespace CLHEP -{ - class HepRandomEngine; -} +#include // for G4String +#include // for mm +#include // for G4int, G4double, G4bool, G4f... +#include // for unique_ptr +#include // for vector +#include "CLHEP/Units/SystemOfUnits.h" // for mm +#include "G4ThreeVector.hh" // for G4ThreeVector +class Par04DetectorConstruction; +class Par04InferenceInterface; class Par04InferenceMessenger; /** @@ -65,10 +62,6 @@ class Par04InferenceSetup /// Check if inference should be performed for the particle /// @param[in] aEnergy Particle's energy G4bool IfTrigger(G4double aEnergy); - /// Specify if cylindrical coordinates are to be used (or Carthesian instead). - inline void SetIfCylindrical(const G4bool aIfCylindrical) { fIfCylindrical = aIfCylindrical; }; - /// Get flag specifying if cylindrical are used (or Carthesian instead). - inline G4double GetIfCylindrical() const { return fIfCylindrical; }; /// Set mesh size. /// @param aSize (x,y,x) size for Carthesian coordinates, or (R, phi, z) for /// cylindrical coordinates. @@ -145,12 +138,6 @@ class Par04InferenceSetup G4ThreeVector aParticleDirection); private: - /// Pointer to detector construction to retrieve (once) the detector - /// dimensions - Par04DetectorConstruction* fDetector; - // Alpha parameter of the Sigma distribution - /// Can be changed with UI command `/example/mesh/cylindrical ` - bool fIfCylindrical = true; /// Cell's size: (x,y,x) for Carthesian, and (R, phi, z) for cylindrical /// coordinates Can be changed with UI command `/example/mesh/size / `. For cylindrical coordinates phi is ignored and calculated diff --git a/examples/extended/parameterisations/Par04/include/Par04LwtnnInference.hh b/examples/extended/parameterisations/Par04/include/Par04LwtnnInference.hh index 7fab6c1d9e..71c37112e1 100644 --- a/examples/extended/parameterisations/Par04/include/Par04LwtnnInference.hh +++ b/examples/extended/parameterisations/Par04/include/Par04LwtnnInference.hh @@ -28,10 +28,14 @@ #ifndef PAR04LWTNNINFERENCE_HH #define PAR04LWTNNINFERENCE_HH -#include "Par04InferenceInterface.hh" -#include "lwtnn/LightweightGraph.hh" -#include "lwtnn/parse_json.hh" -#include +#include // for G4String +#include // for G4double +#include // for map, map<>::value_compare +#include // for unique_ptr +#include // for string, basic_string, operator< +#include // for vector +#include "Par04InferenceInterface.hh" // for Par04InferenceInterface +#include "lwtnn/LightweightGraph.hh" // for LightweightGraph /** * @brief Inference using the LWTNN library. @@ -42,8 +46,6 @@ * **/ -using namespace std; - class Par04LwtnnInference : public Par04InferenceInterface { public: @@ -54,7 +56,7 @@ class Par04LwtnnInference : public Par04InferenceInterface /// @param[in] aGenVector Input latent space and conditions /// @param[out] aEnergies Model output = generated shower energies /// @param[in] aSize Size of the output - void RunInference(vector aGenVector, std::vector& aEnergies, int aSize); + void RunInference(std::vector aGenVector, std::vector& aEnergies, int aSize); private: /// LWTNN graph , Network input and output vectors diff --git a/examples/extended/parameterisations/Par04/include/Par04MLFastSimModel.hh b/examples/extended/parameterisations/Par04/include/Par04MLFastSimModel.hh index fab8628547..415fc92fb0 100644 --- a/examples/extended/parameterisations/Par04/include/Par04MLFastSimModel.hh +++ b/examples/extended/parameterisations/Par04/include/Par04MLFastSimModel.hh @@ -27,12 +27,18 @@ #ifndef PAR04MLFASTSIMMODEL_HH #define PAR04MLFASTSIMMODEL_HH -#include "G4VFastSimulationModel.hh" -#include "G4VPhysicalVolume.hh" -#include "G4ios.hh" -#include "Par04InferenceSetup.hh" - +#include // for G4String +#include // for G4ThreeVector +#include // for G4bool, G4double +#include // for unique_ptr +#include // for vector +#include "G4VFastSimulationModel.hh" // for G4VFastSimulationModel class G4FastSimHitMaker; +class G4FastStep; +class G4FastTrack; +class G4ParticleDefinition; +class G4Region; +class Par04InferenceSetup; /** * @brief Inference for the fast simulation model. diff --git a/examples/extended/parameterisations/Par04/include/Par04OnnxInference.hh b/examples/extended/parameterisations/Par04/include/Par04OnnxInference.hh index 1f60386a54..059029fed4 100644 --- a/examples/extended/parameterisations/Par04/include/Par04OnnxInference.hh +++ b/examples/extended/parameterisations/Par04/include/Par04OnnxInference.hh @@ -27,12 +27,13 @@ #ifdef USE_INFERENCE_ONNX #ifndef PAR04ONNXINFERENCE_HH #define PAR04ONNXINFERENCE_HH - -#include "Par04InferenceInterface.hh" -#include "CLHEP/Units/SystemOfUnits.h" -#include "G4ThreeVector.hh" -#include "globals.hh" -#include "core/session/onnxruntime_cxx_api.h" +#include // for OrtMemoryInfo +#include // for G4String +#include // for G4int, G4double +#include // for unique_ptr +#include // for vector +#include "Par04InferenceInterface.hh" // for Par04InferenceInterface +#include "core/session/onnxruntime_cxx_api.h" // for Env, Session, SessionO... /** * @brief Inference using the ONNX runtime. @@ -53,7 +54,7 @@ class Par04OnnxInference : public Par04InferenceInterface /// @param[in] aGenVector Input latent space and conditions /// @param[out] aEnergies Model output = generated shower energies /// @param[in] aSize Size of the output - void RunInference(vector aGenVector, std::vector& aEnergies, int aSize); + void RunInference(std::vector aGenVector, std::vector& aEnergies, int aSize); private: /// Pointer to the ONNX enviroment diff --git a/examples/extended/parameterisations/Par04/src/Par04EventAction.cc b/examples/extended/parameterisations/Par04/src/Par04EventAction.cc index b7a3a33bb3..7def326005 100644 --- a/examples/extended/parameterisations/Par04/src/Par04EventAction.cc +++ b/examples/extended/parameterisations/Par04/src/Par04EventAction.cc @@ -46,6 +46,7 @@ #include "G4SDManager.hh" // for G4SDManager #include "Par04DetectorConstruction.hh" // for Par04DetectorConstruction #include "Par04Hit.hh" // for Par04Hit, Par04HitsCollection +#include // for log10 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -100,6 +101,7 @@ void Par04EventAction::EndOfEventAction(const G4Event* aEvent) if(fCellSizeZ == 0) { fCellSizeZ = fDetector->GetMeshSizeOfCells().z(); + fCellSizePhi = fDetector->GetMeshSizeOfCells().y(); fCellSizeRho = fDetector->GetMeshSizeOfCells().x(); fCellNbRho = fDetector->GetMeshNbOfCells().x(); fCellNbPhi = fDetector->GetMeshNbOfCells().y(); @@ -133,9 +135,10 @@ void Par04EventAction::EndOfEventAction(const G4Event* aEvent) G4int hitPhi = -1; G4int hitType = -1; G4int numNonZeroThresholdCells = 0; - G4double tDistance = 0., rDistance = 0.; + G4double tDistance = 0., rDistance = 0., phiDistance = 0.; G4double tFirstMoment = 0., tSecondMoment = 0.; G4double rFirstMoment = 0., rSecondMoment = 0.; + G4double phiMean = 0.; for(size_t iHit = 0; iHit < hitsCollection->entries(); iHit++) { hit = static_cast(hitsCollection->GetHit(iHit)); @@ -149,8 +152,10 @@ void Par04EventAction::EndOfEventAction(const G4Event* aEvent) totalEnergy += hitEn; tDistance = hitZ * fCellSizeZ; rDistance = hitRho * fCellSizeRho; + phiDistance = hitPhi * fCellSizePhi; tFirstMoment += hitEn * tDistance; rFirstMoment += hitEn * rDistance; + phiMean += hitEn * phiDistance; analysisManager->FillH1(4, tDistance, hitEn); analysisManager->FillH1(5, rDistance, hitEn); analysisManager->FillH1(10, hitType); @@ -161,17 +166,20 @@ void Par04EventAction::EndOfEventAction(const G4Event* aEvent) fCalPhi[numNonZeroThresholdCells] = hitPhi; fCalZ[numNonZeroThresholdCells] = hitZ; numNonZeroThresholdCells++; + analysisManager->FillH1(13, std::log10(hitEn)); } } } tFirstMoment /= totalEnergy; rFirstMoment /= totalEnergy; + phiMean /= totalEnergy; analysisManager->FillH1(0, primaryEnergy / GeV); analysisManager->FillH1(1, totalEnergy / GeV); analysisManager->FillH1(2, totalEnergy / primaryEnergy); analysisManager->FillH1(3, fTimer.GetRealElapsed()); analysisManager->FillH1(6, tFirstMoment); analysisManager->FillH1(7, rFirstMoment); + analysisManager->FillH1(12, numNonZeroThresholdCells); // Resize to store only energy hits above threshold fCalEdep.resize(numNonZeroThresholdCells); fCalRho.resize(numNonZeroThresholdCells); @@ -187,12 +195,15 @@ void Par04EventAction::EndOfEventAction(const G4Event* aEvent) hitEn = hit->GetEdep(); hitZ = hit->GetZid(); hitRho = hit->GetRhoId(); + hitPhi = hit->GetPhiId(); if(hitEn > 0) { tDistance = hitZ * fCellSizeZ; rDistance = hitRho * fCellSizeRho; + phiDistance = hitPhi * fCellSizePhi; tSecondMoment += hitEn * std::pow(tDistance - tFirstMoment, 2); rSecondMoment += hitEn * std::pow(rDistance - rFirstMoment, 2); + analysisManager->FillH1(11, phiDistance - phiMean, hitEn); } } tSecondMoment /= totalEnergy; diff --git a/examples/extended/parameterisations/Par04/src/Par04Hit.cc b/examples/extended/parameterisations/Par04/src/Par04Hit.cc index 61a835f142..a63ef30a56 100644 --- a/examples/extended/parameterisations/Par04/src/Par04Hit.cc +++ b/examples/extended/parameterisations/Par04/src/Par04Hit.cc @@ -43,6 +43,7 @@ #include "G4UnitsTable.hh" // for G4BestUnit #include "G4VVisManager.hh" // for G4VVisManager #include "G4VisAttributes.hh" // for G4VisAttributes +#include // for log10 template class G4Allocator; G4ThreadLocal G4Allocator* Par04HitAllocator; @@ -100,7 +101,7 @@ int Par04Hit::operator==(const Par04Hit& aRight) const void Par04Hit::Draw() { - /// TOFIX do not hardcode size + /// Arbitrary size corresponds to the example macros G4ThreeVector meshSize(2.325 * mm, 2 * CLHEP::pi / 50. * CLHEP::rad, 3.4 * mm); G4int numPhiCells = CLHEP::pi * 2. / meshSize.y(); G4VVisManager* pVVisManager = G4VVisManager::GetConcreteInstance(); @@ -123,7 +124,11 @@ void Par04Hit::Draw() G4double colR = fType == 0 ? 0 : 1; G4double colG = fType == 0 ? 1 : 0; G4double colB = 0; - G4Colour colour(colR, colG, colB, 0.5); + // Set transparency depending on the energy + // Arbitrary formula + G4double alpha = 2 * std::log10(fEdep + 1); + G4cout << "alpha = " << alpha << G4endl; + G4Colour colour(colR, colG, colB, alpha); attribs.SetColour(colour); attribs.SetForceSolid(true); pVVisManager->Draw(solid, attribs, trans); @@ -163,6 +168,7 @@ std::vector* Par04Hit::CreateAttValues() const void Par04Hit::Print() { - std::cout << "\tHit " << fEdep / MeV << " MeV at " << fPos / cm << " cm (R,phi,z)= (" << fRhoId - << ", " << fPhiId << ", " << fZId << "), " << fTime << " ns" << std::endl; + std::cout << "\tHit " << fEdep / MeV << " MeV at " << fPos / cm << " cm rotation " << fRot + << " (R,phi,z)= (" << fRhoId << ", " << fPhiId << ", " << fZId << "), " << fTime << " ns" + << std::endl; } diff --git a/examples/extended/parameterisations/Par04/src/Par04InferenceMessenger.cc b/examples/extended/parameterisations/Par04/src/Par04InferenceMessenger.cc index 4347b9a561..cf4fc96695 100644 --- a/examples/extended/parameterisations/Par04/src/Par04InferenceMessenger.cc +++ b/examples/extended/parameterisations/Par04/src/Par04InferenceMessenger.cc @@ -25,12 +25,17 @@ // #ifdef USE_INFERENCE #include "Par04InferenceMessenger.hh" -#include "Par04InferenceSetup.hh" -#include "G4UIdirectory.hh" -#include "G4UIcmdWithoutParameter.hh" -#include "G4UIcmdWithAnInteger.hh" -#include "G4UIcmdWithADoubleAndUnit.hh" -#include "G4UIcmdWithAString.hh" +#include // for pi +#include // for G4State_Idle +#include // for G4ThreeVector +#include // for G4UImessenger +#include // for stoi +#include "G4UIcmdWithADoubleAndUnit.hh" // for G4UIcmdWithADoubleAndUnit +#include "G4UIcmdWithAString.hh" // for G4UIcmdWithAString +#include "G4UIcmdWithAnInteger.hh" // for G4UIcmdWithAnInteger +#include "G4UIdirectory.hh" // for G4UIdirectory +#include "Par04InferenceSetup.hh" // for Par04InferenceSetup +class G4UIcommand; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -246,4 +251,4 @@ G4String Par04InferenceMessenger::GetCurrentValue(G4UIcommand* aCommand) return cv; } -#endif \ No newline at end of file +#endif diff --git a/examples/extended/parameterisations/Par04/src/Par04InferenceSetup.cc b/examples/extended/parameterisations/Par04/src/Par04InferenceSetup.cc index ac0cb4a849..7a74082a3c 100644 --- a/examples/extended/parameterisations/Par04/src/Par04InferenceSetup.cc +++ b/examples/extended/parameterisations/Par04/src/Par04InferenceSetup.cc @@ -25,16 +25,26 @@ // #ifdef USE_INFERENCE #include "Par04InferenceSetup.hh" - -#include "Par04InferenceInterface.hh" +#include "Par04InferenceInterface.hh" // for Par04InferenceInterface +#include "Par04InferenceMessenger.hh" // for Par04InferenceMessenger #ifdef USE_INFERENCE_ONNX -#include "Par04OnnxInference.hh" +#include "Par04OnnxInference.hh" // for Par04OnnxInference #endif #ifdef USE_INFERENCE_LWTNN -#include "Par04LwtnnInference.hh" +#include "Par04LwtnnInference.hh" // for Par04LwtnnInference #endif -#include "G4RotationMatrix.hh" -#include "CLHEP/Random/RandGauss.h" +#include // for pi, GeV, deg +#include // for HepRotation +#include // for Hep3Vector +#include // for G4Exception +#include // for FatalException +#include // for G4ThreeVector +#include "CLHEP/Random/RandGauss.h" // for RandGauss +#include "G4RotationMatrix.hh" // for G4RotationMatrix +#include // for max, copy +#include // for char_traits, basic_string +#include // for __alloc_traits<>::value_type +#include // for cos, sin //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -53,6 +63,7 @@ G4bool Par04InferenceSetup::IfTrigger(G4double aEnergy) /// Energy of electrons used in training dataset if(aEnergy > 1 * CLHEP::GeV || aEnergy < 1024 * CLHEP::GeV) return true; + return false; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parameterisations/Par04/src/Par04LwtnnInference.cc b/examples/extended/parameterisations/Par04/src/Par04LwtnnInference.cc index 666fe213a2..b15082e58f 100644 --- a/examples/extended/parameterisations/Par04/src/Par04LwtnnInference.cc +++ b/examples/extended/parameterisations/Par04/src/Par04LwtnnInference.cc @@ -24,8 +24,10 @@ // ******************************************************************** // #ifdef USE_INFERENCE_LWTNN -#include "Par04InferenceInterface.hh" #include "Par04LwtnnInference.hh" +#include // for ifstream +#include // for parse_json_graph +#include "Par04InferenceInterface.hh" // for Par04InferenceInterface //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -41,12 +43,12 @@ Par04LwtnnInference::Par04LwtnnInference(G4String modelPath) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void Par04LwtnnInference::RunInference(vector aGenVector, std::vector& aEnergies, +void Par04LwtnnInference::RunInference(std::vector aGenVector, std::vector& aEnergies, int aSize) { // generation vector fNetworkInputs inputs; - for(int i = 0; i < (unsigned) (aGenVector.size()); ++i) + for(std::size_t i = 0; i < aGenVector.size(); ++i) { inputs["node_0"]["variable_" + std::to_string(i)] = aGenVector[i]; } diff --git a/examples/extended/parameterisations/Par04/src/Par04MLFastSimModel.cc b/examples/extended/parameterisations/Par04/src/Par04MLFastSimModel.cc index 6981bb4bc1..40ea25e72b 100644 --- a/examples/extended/parameterisations/Par04/src/Par04MLFastSimModel.cc +++ b/examples/extended/parameterisations/Par04/src/Par04MLFastSimModel.cc @@ -25,16 +25,19 @@ // #ifdef USE_INFERENCE #include "Par04MLFastSimModel.hh" -#include "G4Electron.hh" -#include "G4Positron.hh" -#include "G4Gamma.hh" -#include "G4SystemOfUnits.hh" -#include "G4UnitsTable.hh" -#include "G4FastHit.hh" -#include "G4FastSimHitMaker.hh" -#include "Randomize.hh" -#include "CLHEP/Units/SystemOfUnits.h" -#include +#include // for size_t +#include // for G4FastStep +#include // for G4FastTrack +#include // for G4Track +#include // for G4VFastSimulationModel +#include "G4Electron.hh" // for G4Electron +#include "G4FastHit.hh" // for G4FastHit +#include "G4FastSimHitMaker.hh" // for G4FastSimHitMaker +#include "G4Gamma.hh" // for G4Gamma +#include "G4Positron.hh" // for G4Positron +#include "Par04InferenceSetup.hh" // for Par04InferenceSetup +class G4ParticleDefinition; +class G4Region; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parameterisations/Par04/src/Par04OnnxInference.cc b/examples/extended/parameterisations/Par04/src/Par04OnnxInference.cc index 4440f992fa..4bfe34b0b7 100644 --- a/examples/extended/parameterisations/Par04/src/Par04OnnxInference.cc +++ b/examples/extended/parameterisations/Par04/src/Par04OnnxInference.cc @@ -24,10 +24,15 @@ // ******************************************************************** // #ifdef USE_INFERENCE_ONNX -#include "Par04InferenceInterface.hh" -#include "G4RotationMatrix.hh" #include "Par04OnnxInference.hh" -#include +#include // for Value, Session, Env +#include // for copy, max +#include // for assert +#include // for size_t +#include // for int64_t +#include // for move +#include "Par04InferenceInterface.hh" // for Par04InferenceInterface + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -61,7 +66,7 @@ Par04OnnxInference::Par04OnnxInference(G4String modelPath, G4int profileFlag, G4 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void Par04OnnxInference::RunInference(vector aGenVector, std::vector& aEnergies, +void Par04OnnxInference::RunInference(std::vector aGenVector, std::vector& aEnergies, int aSize) { // input nodes @@ -76,9 +81,8 @@ void Par04OnnxInference::RunInference(vector aGenVector, std::vectorGetInputTypeInfo(i); auto tensor_info = type_info.GetTensorTypeAndShapeInfo(); - ONNXTensorElementDataType type = tensor_info.GetElementType(); input_node_dims = tensor_info.GetShape(); - for(int j = 0; j < input_node_dims.size(); j++) + for(std::size_t j = 0; j < input_node_dims.size(); j++) { if(input_node_dims[j] < 0) input_node_dims[j] = 1; @@ -94,9 +98,8 @@ void Par04OnnxInference::RunInference(vector aGenVector, std::vectorGetOutputTypeInfo(i); auto tensor_info = type_info.GetTensorTypeAndShapeInfo(); - ONNXTensorElementDataType type = tensor_info.GetElementType(); output_node_dims = tensor_info.GetShape(); - for(int j = 0; j < output_node_dims.size(); j++) + for(std::size_t j = 0; j < output_node_dims.size(); j++) { if(output_node_dims[j] < 0) output_node_dims[j] = 1; @@ -104,13 +107,9 @@ void Par04OnnxInference::RunInference(vector aGenVector, std::vector dims = { 1, (unsigned) (aGenVector.size()) }; Ort::Value Input_noise_tensor = - Ort::Value::CreateTensor(fInfo, genVector, values_length, dims.data(), dims.size()); + Ort::Value::CreateTensor(fInfo, aGenVector.data(), aGenVector.size(), dims.data(), dims.size()); assert(Input_noise_tensor.IsTensor()); std::vector ort_inputs; ort_inputs.push_back(std::move(Input_noise_tensor)); diff --git a/examples/extended/parameterisations/Par04/src/Par04RunAction.cc b/examples/extended/parameterisations/Par04/src/Par04RunAction.cc index c01485519e..e14206e6bf 100644 --- a/examples/extended/parameterisations/Par04/src/Par04RunAction.cc +++ b/examples/extended/parameterisations/Par04/src/Par04RunAction.cc @@ -59,14 +59,16 @@ void Par04RunAction::BeginOfRunAction(const G4Run*) G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); // Create directories - analysisManager->SetNtupleMerging(false); + analysisManager->SetNtupleMerging(true); analysisManager->SetVerboseLevel(0); // Get detector dimensions G4int cellNumZ = fDetector->GetMeshNbOfCells().z(); G4int cellNumRho = fDetector->GetMeshNbOfCells().x(); + G4int cellNumPhi = fDetector->GetMeshNbOfCells().y(); G4double cellSizeZ = fDetector->GetMeshSizeOfCells().z(); G4double cellSizeRho = fDetector->GetMeshSizeOfCells().x(); + G4double cellSizePhi = fDetector->GetMeshSizeOfCells().y(); // Default max value of energy stored in histogram (in GeV) G4double maxEnergy = 1000; @@ -101,6 +103,10 @@ void Par04RunAction::BeginOfRunAction(const G4Run*) "transSecondMoment", "Second moment of transverse distribution;#LTr^{2}#GT (mm^{2});Entries", 1024, 0, std::pow(cellNumRho * cellSizeRho, 2) / 5); // arbitrary scaling of max value on axis analysisManager->CreateH1("hitType", "hit type;type (0=full, 1= fast);Entries", 2, -0.5, 1.5); + analysisManager->CreateH1("phiProfile", "Azimuthal angle profile, centred at mean;phi;#LTE#GT (MeV)", cellNumPhi, + - (cellNumPhi - 0.5) * cellSizePhi, (cellNumPhi - 0.5) * cellSizePhi); + analysisManager->CreateH1("numHits", "Number of hits above 0.5 keV", 4048, 0, 40500); + analysisManager->CreateH1("cellEnergy", "Cell energy distribution;log10(E/MeV);Entries", 1024, -4, 2); // Creating ntuple analysisManager->CreateNtuple("events", "per event data"); diff --git a/examples/extended/parameterisations/Par04/src/Par04SensitiveDetector.cc b/examples/extended/parameterisations/Par04/src/Par04SensitiveDetector.cc index f683299c07..badf875f57 100644 --- a/examples/extended/parameterisations/Par04/src/Par04SensitiveDetector.cc +++ b/examples/extended/parameterisations/Par04/src/Par04SensitiveDetector.cc @@ -185,8 +185,8 @@ Par04Hit* Par04SensitiveDetector::RetrieveAndSetupHit(G4ThreeVector aGlobalPosit std::size_t hitID = fMeshNbOfCells.x() * fMeshNbOfCells.z() * phiNo + fMeshNbOfCells.z() * rhoNo + zNo; - if(hitID >= fHitsCollection->entries() || zNo > fMeshNbOfCells.z() || - rhoNo > fMeshNbOfCells.x() || zNo < 0) + if(hitID >= fHitsCollection->entries() || zNo >= fMeshNbOfCells.z() || + rhoNo >= fMeshNbOfCells.x() || zNo < 0) { return nullptr; } diff --git a/examples/extended/parameterisations/Par04/training/model.py b/examples/extended/parameterisations/Par04/training/model.py new file mode 100644 index 0000000000..6400f0abbf --- /dev/null +++ b/examples/extended/parameterisations/Par04/training/model.py @@ -0,0 +1,134 @@ +""" +** model ** +defines the VAE model class +""" + +# Setup +import keras +from tensorflow.keras.layers import Input, Dense, Lambda, Layer, Multiply, Add, concatenate +from tensorflow.keras.layers import BatchNormalization +from tensorflow.keras.models import Model +from tensorflow.keras import backend as K +from tensorflow.keras import metrics + +# VAE model class +class VAE: + def __init__(self, **kwargs): + self.original_dim = kwargs.get('original_dim') + self.latent_dim = kwargs.get('latent_dim') + self.batch_size = kwargs.get('batch_size') + self.intermediate_dim1 = kwargs.get('intermediate_dim1') + self.intermediate_dim2 = kwargs.get('intermediate_dim2') + self.intermediate_dim3 = kwargs.get('intermediate_dim3') + self.intermediate_dim4 = kwargs.get('intermediate_dim4') + self.epsilon_std = kwargs.get('epsilon_std') + self.mu = kwargs.get('mu') + self.lr = kwargs.get('lr') + self.epochs = kwargs.get('epochs') + self.activ = kwargs.get('activ') + self.outActiv = kwargs.get('outActiv') + self.validation_split = kwargs.get('validation_split') + self.wReco = kwargs.get('wReco') + self.wkl = kwargs.get('wkl') + self.optimizer = kwargs.get('optimizer') + self.ki = kwargs.get('ki') + self.bi = kwargs.get('bi') + self.checkpoint_dir = kwargs.get('checkpoint_dir') + self.earlyStop = kwargs.get('earlyStop') + # KL divergence computation + class KLDivergenceLayer(Layer): + def __init__(self, *args, **kwargs): + self.is_placeholder = True + super(KLDivergenceLayer, self).__init__(*args, **kwargs) + def call(self, inputs): + mu, log_var = inputs + kl_batch = -self.wkl * K.sum(1 + log_var - K.square(mu) - K.exp(log_var), axis=-1) + self.add_loss(K.mean(kl_batch), inputs=inputs) + return inputs + # Build the encoder + xIn = Input((input_dim,)) + eCond = Input(shape=(1,)) + angleCond = Input(shape=(1,)) + GeoCond = Input(shape=(2,)) + mergedInput = concatenate([xIn, eCond, angleCond, GeoCond],) + h1 = Dense(self.intermediate_dim1, activation=self.activ, + kernel_initializer=self.ki, bias_initializer=self.bi)(mergedInput) + h1 = BatchNormalization()(h1) + h2 = Dense(self.intermediate_dim2, activation=self.activ, + kernel_initializer=self.ki, bias_initializer=self.bi)(h1) + h2 = BatchNormalization()(h2) + h3 = Dense(self.intermediate_dim3, activation=self.activ, + kernel_initializer=self.ki, bias_initializer=self.bi)(h2) + h3 = BatchNormalization()(h3) + h4 = Dense(self.intermediate_dim4, activation=self.activ, + kernel_initializer=self.ki, bias_initializer=self.bi)(h3) + h = BatchNormalization()(h4) + z_mu = Dense(self.latent_dim,)(h) + z_log_var = Dense(self.latent_dim,)(h) + # compute the KL divergence + z_mu, z_log_var = KLDivergenceLayer()([z_mu, z_log_var]) + # Reparameterization trick + z_sigma = Lambda(lambda t: K.exp(.5*t))(z_log_var) + eps = Input(tensor=K.random_normal(shape=(K.shape(xIn)[0], self.latent_dim))) + z_eps = Multiply()([z_sigma, eps]) + z = Add()([z_mu, z_eps]) + zCond = concatenate([z,eCond,angleCond,GeoCond],) + # This defines the encoder which takes noise and input and outputs the latent variable z + self.encoder = Model(inputs=[xIn,eCond,angleCond,GeoCond,eps], outputs=zCond) + # Build the decoder / Generator + decoL4 = Dense(self.intermediate_dim4, input_dim=(self.latent_dim+4), + activation=self.activ, kernel_initializer=self.ki, bias_initializer=self.bi) + decoL4_BN = BatchNormalization() + decoL3 = Dense(self.intermediate_dim3, input_dim=self.intermediate_dim4, + activation=self.activ, kernel_initializer=self.ki, bias_initializer=self.bi) + decoL3_BN = BatchNormalization() + decoL2 = Dense(self.intermediate_dim2, input_dim=self.intermediate_dim3, + activation=self.activ, kernel_initializer=self.ki, bias_initializer=self.bi) + decoL2_BN = BatchNormalization() + decoL1 = Dense(self.intermediate_dim1, input_dim=self.intermediate_dim2, + activation=self.activ, kernel_initializer=self.ki, bias_initializer=self.bi) + decoL1_BN = BatchNormalization() + x_reco = Dense(self.original_dim, activation=self.outActiv) + zDecoInput = Input(shape=(latent_dim+4,)) + x_recoDeco = x_reco((((decoL1_BN(decoL1(decoL2_BN(decoL2(decoL3_BN(decoL3(decoL4_BN(decoL4(zDecoInput)))))))))))) + # This defines the decoder which takes an input of size latent dimension + condition size dimension and outputs the reconstructed input version + self.decoder = Model(inputs=[zDecoInput], outputs=[x_recoDeco]) + # This defines the reconstruction loss of the VAE model + def reconstructionLoss(G4_Event, VAE_Event): + return K.mean(self.wReco*K.sum(metrics.binary_crossentropy(G4_Event, VAE_Event))) + # This defines the VAE model (encoder and decoder) + self.vae = Model(inputs=[xIn,eCond,angleCond,GeoCond,eps], outputs=[self.decoder(self.encoder([xIn, eCond,angleCond,GeoCond,eps]))]) + self.vae.compile(optimizer=self.optimizer, loss=[reconstructionLoss] ) + # Training function + def train(self, trainSet, eCond, angleCond, GeoCond): + # If the early stopping flag is on then stop the training when a monitored metric (validation) has stopped improving after (patience) number of epochs + if(self.earlyStop): + from tensorflow.keras.callbacks import EarlyStopping + cP = EarlyStopping(monitor='val_loss', min_delta=0.01, patience=5,verbose=1) + # If the early stopping flag is off then run the training for the number of epochs and save the model every (period) epochs + else: + cP = keras.callbacks.ModelCheckpoint('%s/VAE-{epoch:02d}.h5'%self.checkpoint_dir, monitor='val_loss', + verbose=0, save_best_only=False, save_weights_only=False, mode='auto', + period=100) + noise = np.random.normal(0,1, size = (trainSet.shape[0],latent_dim)) + history = self.vae.fit([trainSet, eCond, angleCond, GeoCond,noise], [trainSet], + shuffle=True, + epochs=self.epochs, + verbose=1, + validation_split=self.validation_split, + batch_size=self.batch_size, + callbacks=[cP] + ) + return history + # Encode function uses only the encoder to generate the latent representation of an input + def encode(self, dataSet): + return self.encoder.predict(dataSet, batch_size=self.batch_size) + # Generate function uses only the decoder to generate new showers using the z_sample which is a vector of 10D Gaussians in addition to + def generate(self, z_sample): + return self.decoder.predict([z_sample]) + # Encode function + def predict(self, dataSet): + return self.vae.predict(dataSet, batch_size=self.batch_size) + # Encode function + def evaluate(self, dataSet): + return self.vae.evaluate(dataSet, batch_size=self.batch_size) diff --git a/examples/extended/parameterisations/Par04/training/train.py b/examples/extended/parameterisations/Par04/training/train.py new file mode 100644 index 0000000000..338c50e030 --- /dev/null +++ b/examples/extended/parameterisations/Par04/training/train.py @@ -0,0 +1,87 @@ +""" +** train ** + - defines data loading parameters and calls the data preprocessing function + - defines the model parameters and instantiates the VAE model + - performs the training +""" + +# 1. Data loading/preprocessing +from utils import * +# Directory where the HDF5 files are saved +init_dir = './detector_' +# Number of calorimeter layers +nCells_z = 45 +# Segmentation in the r,phi direction +nCells_r = 18 +nCells_phi = 50 +# Total number of readout cells (represents the number of nodes in the input/output layers of the model) +original_dim = nCells_z*nCells_r*nCells_phi +# Minimum and maximum primary particle energy to consider for training in GeV units +min_energy = 1 +max_energy = 1024 +# Minimum and maximum primary particle angle to consider for training in degrees units +min_angle = 50 +max_angle = 90 +# The preprocess function reads the data and performs preprocessing and encoding for the values of energy, angle and geometry +energies_Train,condE_Train,condAngle_Train,condGeo_Train = preprocess(init_dir,original_dim,min_angle,max_angle,min_energy,max_energy) + +# 2. Model architecture +import model +# Instantiate a VAE model and define all the parameters +vae = model.VAE(batch_size=100 , + original_dim=original_dim, + intermediate_dim1=100, + intermediate_dim2=50, + intermediate_dim3=20, + intermediate_dim4=10+4, + latent_dim=10, + epsilon_std=1., + mu=0, + epochs=10000, + lr=0.001, + activ=tf.keras.layers.LeakyReLU(), + outActiv='sigmoid', + validation_split=0.05, + wReco=original_dim, + wkl=0.5, + optimizer=optimizers.Adam(), + ki='RandomNormal', + bi='Zeros', + earlyStop=False, + checkpoint_dir = "." + ) + +# 3. Model training +history = vae.train(energies_Train, + condE_Train, + condAngle_Train, + condGeo_Train + ) + +# 4. Save the model (ony the decoder part) after traing +self.vae.decoder.save("decoder.h5") + +# 5. Convert the model to ONNX format +import keras2onnx +import tensorflow +# Create the Keras model and convert itinto an ONNX model +kerasModel = tensorflow.keras.models.load_model("decoder.h5") +onnxModel = keras2onnx.convert_keras(kerasModel,"name") +# Save the ONNX model. Generator.onnx can then be used to perform the inference in the example +keras2onnx.save_model(onnxModel,"Generator.onnx") + +""" +# In order to convert the model into a format that can be used with the LWTNN library +# 1. After training : +# serialize model to JSON +json_model = self.vae.decoder.to_json() +with open("decoder.json", "w") as json_file: + json_file.write(json_model) +# serialize weights to HDF5 +self.vae.decoder.save_weights("decoder.h5") +# 2. Externally, after building the LWTNN code available at https://github.com/lwtnn/lwtnn +# 2.1 Run the kerasfunc2json python script (available in lwtnn/ converters/) to generate a template file of your functional model input variables by calling: +# $ kerasfunc2json.py decoder.json decoder.h5 > inputs.json +# 2.2 Run again kerasfunc2json script to get your output file that would be used for the inference in the example +# $ kerasfunc2json.py decoder.json decoder.h5 inputs.json > Generator.json +""" diff --git a/examples/extended/parameterisations/Par04/training/utils.py b/examples/extended/parameterisations/Par04/training/utils.py new file mode 100644 index 0000000000..d1c6d2fd86 --- /dev/null +++ b/examples/extended/parameterisations/Par04/training/utils.py @@ -0,0 +1,57 @@ +""" +** utils ** +defines the data loading and preprocessing function +""" + +# Setup +import h5py +import numpy as np + +# preprocess function returns the array of the shower energies and the condition arrays +""" + - init_dir: the name of the directory which contains the HDF5 files + - size_1DVec: represents the size of the input and output layer of the VAE which corresponds to the total number of readout cells + - min_energy,max_energy: minimum and maximum primary particle energy to consider for training in GeV units + - min_angle and max_angle: minimum and maximum primary particle angle to consider for training in degrees units +""" +def preprocess(init_dir,size_1DVec,min_angle,max_angle,min_energy,max_energy): + energies_Train = [] + condE_Train = [] + condAngle_Train = [] + condGeo_Train = [] + # This example is trained using 2 detector geometries + for geo in [ 'SiW' , 'SciPb' ]: + dirGeo = init_dir + geo + '/' + energyParticle=min_energy + # loop over the energies in powers of 2 + while(energyParticle<=max_energy): + # loop over the angles in a step of 10 + for angleParticle in range(min_angle,max_angle+10,10): + fName = 'Energy_%s_Angle_%s.hdf5' %(energyParticle,angleParticle) + fName = dirGeo + fName + # read the HDF5 file + h5 = h5py.File(fName,'r') + # get the key value of the group from the HDF5 file + GroupKey = 'Grp_Angle_%s_E_%s'%(angleParticle,energyParticle) + # get all key values of one group + listKeys = list( h5[GroupKey].keys() ) + # loop over the events + for ckey in listKeys: + # scale the energy of each cell to the energy of the primary particle (in MeV units) + energyArray = np.array(h5[GroupKey][ckey])/(energyParticle*1000) + energies_Train.append( energyArray.reshape(size_1DVec) ) + # build the energy and angle condition vectors + condE_Train.append( [energyParticle/mamax_energyxE]*len(listKeys) ) + condAngle_Train.append( [angleParticle/max_angle]*len(listKeys) ) + # build the geometry condition vector (1 hot encoding vector) + if( geo == 'SiW' ): + condGeo_Train.append( [[0,1]]*len(listKeys) ) + else: + condGeo_Train.append( [[1,0]]*len(listKeys) ) + energyParticle*=2 + # return numpy arrays + energies_Train = np.array(energies_Train) + condE_Train = np.concatenate(condE_Train) + condAngle_Train = np.concatenate(condAngle_Train) + condGeo_Train = np.concatenate(condGeo_Train) + return energies_Train,condE_Train,condAngle_Train,condGeo_Train diff --git a/examples/extended/parameterisations/Par04/vis.mac b/examples/extended/parameterisations/Par04/vis.mac index ab8a934327..c4b0f2395c 100644 --- a/examples/extended/parameterisations/Par04/vis.mac +++ b/examples/extended/parameterisations/Par04/vis.mac @@ -1,4 +1,3 @@ - /Par04/detector/setDetectorInnerRadius 80 cm /Par04/detector/setDetectorLength 4 m /Par04/detector/setNbOfLayers 90 @@ -14,6 +13,9 @@ # Use default detector dimensions and initialize /run/initialize +# If inference model is active, de-activate it because it needs configuration +/param/InActivateModel inferenceModel + # Use this open statement to create an OpenGL view: /vis/open OGL 600x600-0+0 # @@ -91,4 +93,4 @@ # # For file-based drivers, use this to create an empty detector view: #/vis/viewer/flush -/vis/viewer/set/background 1 1 1 \ No newline at end of file +/vis/viewer/set/background 1 1 1 diff --git a/examples/extended/parameterisations/Par04/vis_lwtnn.mac b/examples/extended/parameterisations/Par04/vis_lwtnn.mac new file mode 100644 index 0000000000..8f431e8945 --- /dev/null +++ b/examples/extended/parameterisations/Par04/vis_lwtnn.mac @@ -0,0 +1,117 @@ +/Par04/detector/setDetectorInnerRadius 80 cm +/Par04/detector/setDetectorLength 4 m +/Par04/detector/setNbOfLayers 90 +/Par04/detector/setAbsorber 0 G4_W 1.4 mm true +/Par04/detector/setAbsorber 1 G4_Si 0.3 mm true +/Par04/mesh/setSizeOfRhoCells 2.325 mm +/Par04/mesh/setSizeOfZCells 3.4 mm +/Par04/mesh/setNbOfRhoCells 18 +/Par04/mesh/setNbOfPhiCells 50 +/Par04/mesh/setNbOfZCells 45 +/Par04/detector/print + +# Use default detector dimensions and initialize +/run/initialize + +# If inference model is active, de-activate it because it needs configuration +/param/InActivateModel inferenceModel + +# Use this open statement to create an OpenGL view: +/vis/open OGL 600x600-0+0 +# +# Use this open statement to create a .prim file suitable for +# viewing in DAWN: +#/vis/open DAWNFILE +# +# Use this open statement to create a .heprep file suitable for +# viewing in HepRApp: +#/vis/open HepRepFile +# +# Use this open statement to create a .wrl file suitable for +# viewing in a VRML viewer: +#/vis/open VRML2FILE +# +# Disable auto refresh and quieten vis messages whilst scene and +# trajectories are established: +/vis/viewer/set/autoRefresh false +/vis/verbose errors +# +# Draw geometry: +/vis/drawVolume worlds +# +# Specify view angle: +/vis/viewer/set/viewpointThetaPhi 0 90 deg +/vis/viewer/set/targetPoint 0 850 0 mm +# +# Specify zoom value: +/vis/viewer/zoomTo 40 +# +# Specify style (surface or wireframe): +#/vis/viewer/set/style wireframe +# +# Draw coordinate axes: +#/vis/scene/add/axes 0 0 0 1 m +# +# Draw smooth trajectories at end of event, showing trajectory points +# as markers 2 pixels wide: +#/vis/scene/add/trajectories smooth +/vis/scene/add/trajectories +/vis/modeling/trajectories/create/drawByCharge +/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true +/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2 +# (if too many tracks cause core dump => /tracking/storeTrajectory 0) +# +# Draw hits at end of event: +/vis/scene/add/hits +# +# To draw only gammas: +#/vis/filtering/trajectories/create/particleFilter +#/vis/filtering/trajectories/particleFilter-0/add gamma +# +# To invert the above, drawing all particles except gammas, +# keep the above two lines but also add: +#/vis/filtering/trajectories/particleFilter-0/invert true +# +# Many other options are available with /vis/modeling and /vis/filtering. +# For example, to select colour by particle ID: +#/vis/modeling/trajectories/create/drawByParticleID +#/vis/modeling/trajectories/drawByParticleID-0/set e- blue +# +# Create an attribute filter to draw only particles with certain (high) momentum +/vis/filtering/trajectories/create/attributeFilter +# Select attribute "IMag" +/vis/filtering/trajectories/attributeFilter-0/setAttribute IMag +# Select trajectories with 25 MeV <= IMag < 1000 GeV +/vis/filtering/trajectories/attributeFilter-0/addInterval 25 MeV 1000 GeV +# +# To superimpose all of the events from a given run: +/vis/scene/endOfEventAction accumulate +# +# Re-establish auto refreshing and verbosity: +/vis/viewer/set/autoRefresh true +/vis/verbose warnings +# +# For file-based drivers, use this to create an empty detector view: +#/vis/viewer/flush +/vis/viewer/set/background 1 1 1 + +# Fast Simulation +# Inference Setup +## dimension of the latent vector (encoded vector in a Variational Autoencoder model) +/Par04/inference/setSizeLatentVector 10 +## size of the condition vector (energy, angle and geometry) +/Par04/inference/setSizeConditionVector 4 +## path to the model which is set to download by cmake +/Par04/inference/setModelPathName MLModels/Generator.json +/Par04/inference/setInferenceLibrary LWTNN +## set mesh size for inference == mesh size of a full sim that +## was used for training; it coincides with readout mesh size +/Par04/inference/setSizeOfRhoCells 2.325 mm +/Par04/inference/setSizeOfZCells 3.4 mm +/Par04/inference/setNbOfRhoCells 18 +/Par04/inference/setNbOfPhiCells 50 +/Par04/inference/setNbOfZCells 45 +## Dynamic readout mesh from particle direction needs to be the first fast sim model! +/param/ActivateModel defineMesh +## ML fast sim, configured with the inference setup /Par04/inference +/param/ActivateModel inferenceModel diff --git a/examples/extended/parameterisations/Par04/vis_onnx.mac b/examples/extended/parameterisations/Par04/vis_onnx.mac new file mode 100644 index 0000000000..b257964b40 --- /dev/null +++ b/examples/extended/parameterisations/Par04/vis_onnx.mac @@ -0,0 +1,119 @@ +/Par04/detector/setDetectorInnerRadius 80 cm +/Par04/detector/setDetectorLength 4 m +/Par04/detector/setNbOfLayers 90 +/Par04/detector/setAbsorber 0 G4_W 1.4 mm true +/Par04/detector/setAbsorber 1 G4_Si 0.3 mm true +/Par04/mesh/setSizeOfRhoCells 2.325 mm +/Par04/mesh/setSizeOfZCells 3.4 mm +/Par04/mesh/setNbOfRhoCells 18 +/Par04/mesh/setNbOfPhiCells 50 +/Par04/mesh/setNbOfZCells 45 +/Par04/detector/print + +# Use default detector dimensions and initialize +/run/initialize + +# If inference model is active, de-activate it because it needs configuration +/param/InActivateModel inferenceModel + +# Use this open statement to create an OpenGL view: +/vis/open OGL 600x600-0+0 +# +# Use this open statement to create a .prim file suitable for +# viewing in DAWN: +#/vis/open DAWNFILE +# +# Use this open statement to create a .heprep file suitable for +# viewing in HepRApp: +#/vis/open HepRepFile +# +# Use this open statement to create a .wrl file suitable for +# viewing in a VRML viewer: +#/vis/open VRML2FILE +# +# Disable auto refresh and quieten vis messages whilst scene and +# trajectories are established: +/vis/viewer/set/autoRefresh false +/vis/verbose errors +# +# Draw geometry: +/vis/drawVolume worlds +# +# Specify view angle: +/vis/viewer/set/viewpointThetaPhi 0 90 deg +/vis/viewer/set/targetPoint 0 800 0 mm +# +# Specify zoom value: +/vis/viewer/zoom 10 +# +# Specify style (surface or wireframe): +#/vis/viewer/set/style wireframe +# +# Draw coordinate axes: +#/vis/scene/add/axes 0 0 0 1 m +# +# Draw smooth trajectories at end of event, showing trajectory points +# as markers 2 pixels wide: +#/vis/scene/add/trajectories smooth +/vis/scene/add/trajectories +/vis/modeling/trajectories/create/drawByCharge +/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true +/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2 +# (if too many tracks cause core dump => /tracking/storeTrajectory 0) +# +# Draw hits at end of event: +/vis/scene/add/hits +# +# To draw only gammas: +#/vis/filtering/trajectories/create/particleFilter +#/vis/filtering/trajectories/particleFilter-0/add gamma +# +# To invert the above, drawing all particles except gammas, +# keep the above two lines but also add: +#/vis/filtering/trajectories/particleFilter-0/invert true +# +# Many other options are available with /vis/modeling and /vis/filtering. +# For example, to select colour by particle ID: +#/vis/modeling/trajectories/create/drawByParticleID +#/vis/modeling/trajectories/drawByParticleID-0/set e- blue +# +# Create an attribute filter to draw only particles with certain (high) momentum +/vis/filtering/trajectories/create/attributeFilter +# Select attribute "IMag" +/vis/filtering/trajectories/attributeFilter-0/setAttribute IMag +# Select trajectories with 25 MeV <= IMag < 1000 GeV +/vis/filtering/trajectories/attributeFilter-0/addInterval 25 MeV 1000 GeV +# +# To superimpose all of the events from a given run: +/vis/scene/endOfEventAction accumulate +# +# Re-establish auto refreshing and verbosity: +/vis/viewer/set/autoRefresh true +/vis/verbose warnings +# +# For file-based drivers, use this to create an empty detector view: +#/vis/viewer/flush +/vis/viewer/set/background 1 1 1 + +# Fast Simulation +# Inference Setup +## dimension of the latent vector (encoded vector in a Variational Autoencoder model) +/Par04/inference/setSizeLatentVector 10 +## size of the condition vector (energy, angle and geometry) +/Par04/inference/setSizeConditionVector 4 +## path to the model which is set to download by cmake +/Par04/inference/setModelPathName MLModels/Generator.onnx +/Par04/inference/setProfileFlag 1 +/Par04/inference/setOptimizationFlag 0 +/Par04/inference/setInferenceLibrary ONNX +## set mesh size for inference == mesh size of a full sim that +## was used for training; it coincides with readout mesh size +/Par04/inference/setSizeOfRhoCells 2.325 mm +/Par04/inference/setSizeOfZCells 3.4 mm +/Par04/inference/setNbOfRhoCells 18 +/Par04/inference/setNbOfPhiCells 50 +/Par04/inference/setNbOfZCells 45 +## Dynamic readout mesh from particle direction needs to be the first fast sim model! +/param/ActivateModel defineMesh +## ML fast sim, configured with the inference setup /Par04/inference +/param/ActivateModel inferenceModel diff --git a/examples/extended/parameterisations/gflash/History b/examples/extended/parameterisations/gflash/History index e25905bbca..a2049d6781 100644 --- a/examples/extended/parameterisations/gflash/History +++ b/examples/extended/parameterisations/gflash/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example gflash History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - History file - ------------ -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exgflash-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 18-Oct-2021 I. Semeniouk (exgflash-V10-07-02) - clang-tidy and clang-format on code diff --git a/examples/extended/parameterisations/gflash/gflash1/test.out b/examples/extended/parameterisations/gflash/gflash1/test.out index 8158d70f09..582e011a99 100644 --- a/examples/extended/parameterisations/gflash/gflash1/test.out +++ b/examples/extended/parameterisations/gflash/gflash1/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,6 +47,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -133,7 +137,8 @@ end shower parameterization. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -150,7 +155,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -160,8 +165,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -224,10 +230,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -252,10 +258,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -282,10 +288,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -314,10 +320,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -328,10 +334,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -341,10 +347,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -373,10 +379,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -405,10 +411,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -437,14 +443,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -455,7 +460,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -470,14 +475,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -488,7 +492,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -503,10 +507,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -535,10 +539,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -572,15 +576,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -590,10 +597,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -601,10 +610,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -613,6 +624,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -620,11 +632,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -632,11 +646,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -645,10 +661,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -659,10 +677,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -673,10 +693,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -686,10 +708,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -700,10 +724,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -714,10 +740,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -728,10 +756,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -741,11 +771,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -753,6 +785,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -760,6 +793,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -769,6 +803,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -776,11 +811,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -788,11 +825,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -802,11 +841,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -814,6 +855,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -821,6 +863,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -830,11 +873,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -842,11 +887,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -856,11 +903,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -868,11 +917,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -882,29 +933,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -919,161 +972,158 @@ See commands in /vis/modeling/trajectories/ for other options. ****************************************** -Internal Real Elapsed Time is: 0.0115666 +Internal Real Elapsed Time is: 0.0114715 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 0 ----- - 12060 hits are stored in ExGflashHitsCollection - e1 12.0735 e3x3 48.4563 GeV e5x5 48.9424 - num1 2948 num3x3 11796 num5x5 11886 - Total energy deposited in the calorimeter: 49.8869 (GeV) + 12156 hits are stored in ExGflashHitsCollection + e1 12.0161 e3x3 48.4198 GeV e5x5 48.8032 + num1 2955 num3x3 11901 num5x5 11977 + Total energy deposited in the calorimeter: 49.761 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 1 ****************************************** -Internal Real Elapsed Time is: 0.00864918 +Internal Real Elapsed Time is: 0.0082584 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 1 ----- - 11978 hits are stored in ExGflashHitsCollection - e1 12.1968 e3x3 48.4354 GeV e5x5 48.8543 - num1 2967 num3x3 11703 num5x5 11783 - Total energy deposited in the calorimeter: 49.9179 (GeV) + 11955 hits are stored in ExGflashHitsCollection + e1 12.4274 e3x3 48.4029 GeV e5x5 48.9247 + num1 3005 num3x3 11707 num5x5 11800 + Total energy deposited in the calorimeter: 49.7758 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 2 ****************************************** -Internal Real Elapsed Time is: 0.00831124 +Internal Real Elapsed Time is: 0.00807009 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- - 11957 hits are stored in ExGflashHitsCollection - e1 12.2944 e3x3 48.3226 GeV e5x5 48.7942 - num1 3015 num3x3 11696 num5x5 11777 - Total energy deposited in the calorimeter: 49.7531 (GeV) + 11982 hits are stored in ExGflashHitsCollection + e1 12.1038 e3x3 48.3412 GeV e5x5 48.8725 + num1 2933 num3x3 11697 num5x5 11793 + Total energy deposited in the calorimeter: 49.87 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 3 ****************************************** -Internal Real Elapsed Time is: 0.00896598 +Internal Real Elapsed Time is: 0.00824953 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- - 12094 hits are stored in ExGflashHitsCollection - e1 11.9795 e3x3 48.1687 GeV e5x5 48.7494 - num1 2937 num3x3 11790 num5x5 11906 - Total energy deposited in the calorimeter: 49.7466 (GeV) + 12005 hits are stored in ExGflashHitsCollection + e1 12.228 e3x3 48.635 GeV e5x5 49.0401 + num1 2950 num3x3 11767 num5x5 11839 + Total energy deposited in the calorimeter: 49.9502 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 4 ****************************************** -Internal Real Elapsed Time is: 0.00836835 +Internal Real Elapsed Time is: 0.00809157 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 4 ----- - 11932 hits are stored in ExGflashHitsCollection - e1 12.185 e3x3 48.3894 GeV e5x5 48.7995 - num1 2943 num3x3 11674 num5x5 11754 - Total energy deposited in the calorimeter: 49.728 (GeV) + 11944 hits are stored in ExGflashHitsCollection + e1 12.1464 e3x3 48.2037 GeV e5x5 48.7047 + num1 2956 num3x3 11621 num5x5 11723 + Total energy deposited in the calorimeter: 49.8161 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 5 ****************************************** -Internal Real Elapsed Time is: 0.00838334 +Internal Real Elapsed Time is: 0.00806755 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 5 ----- - 11979 hits are stored in ExGflashHitsCollection - e1 12.3572 e3x3 48.6638 GeV e5x5 49.0205 - num1 2980 num3x3 11754 num5x5 11823 - Total energy deposited in the calorimeter: 49.8802 (GeV) + 11974 hits are stored in ExGflashHitsCollection + e1 12.2413 e3x3 48.5889 GeV e5x5 49.0902 + num1 2973 num3x3 11712 num5x5 11811 + Total energy deposited in the calorimeter: 49.9239 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 6 ****************************************** -Internal Real Elapsed Time is: 0.00840124 +Internal Real Elapsed Time is: 0.00807028 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 6 ----- - 11966 hits are stored in ExGflashHitsCollection - e1 11.9476 e3x3 48.3337 GeV e5x5 48.7804 - num1 2878 num3x3 11664 num5x5 11750 - Total energy deposited in the calorimeter: 49.8809 (GeV) + 11969 hits are stored in ExGflashHitsCollection + e1 12.2487 e3x3 48.3637 GeV e5x5 48.8577 + num1 2959 num3x3 11685 num5x5 11786 + Total energy deposited in the calorimeter: 49.8686 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 7 ****************************************** -Internal Real Elapsed Time is: 0.00844669 +Internal Real Elapsed Time is: 0.00810578 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 7 ----- - 11922 hits are stored in ExGflashHitsCollection - e1 12.1237 e3x3 48.1301 GeV e5x5 48.6744 - num1 2953 num3x3 11622 num5x5 11728 - Total energy deposited in the calorimeter: 49.6931 (GeV) + 11954 hits are stored in ExGflashHitsCollection + e1 12.148 e3x3 48.4252 GeV e5x5 48.923 + num1 2943 num3x3 11673 num5x5 11771 + Total energy deposited in the calorimeter: 49.8381 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 8 ****************************************** -Internal Real Elapsed Time is: 0.00835575 +Internal Real Elapsed Time is: 0.00810629 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 8 ----- - 11925 hits are stored in ExGflashHitsCollection - e1 12.3156 e3x3 48.351 GeV e5x5 48.7674 - num1 2967 num3x3 11668 num5x5 11752 - Total energy deposited in the calorimeter: 49.6587 (GeV) + 11968 hits are stored in ExGflashHitsCollection + e1 12.171 e3x3 48.2803 GeV e5x5 48.7969 + num1 2945 num3x3 11665 num5x5 11763 + Total energy deposited in the calorimeter: 49.8492 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 9 ****************************************** -Internal Real Elapsed Time is: 0.00841663 +Internal Real Elapsed Time is: 0.00820599 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- - 11971 hits are stored in ExGflashHitsCollection - e1 12.16 e3x3 48.5707 GeV e5x5 49.0182 - num1 2944 num3x3 11713 num5x5 11800 - Total energy deposited in the calorimeter: 49.898 (GeV) + 11983 hits are stored in ExGflashHitsCollection + e1 12.2769 e3x3 48.6597 GeV e5x5 49.0668 + num1 2973 num3x3 11752 num5x5 11829 + Total energy deposited in the calorimeter: 49.9117 (GeV) 0 trajectories stored in this event. number of event = 10 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.00976277 +Internal Real Elapsed Time /event is: 0.00941077 ****************************************** -Total Real Elapsed Time is: 3.7777 -Total System Elapsed Time: 0.19 -Total GetUserElapsed Time: 2.63 +Total Real Elapsed Time is: 3.68181 +Total System Elapsed Time: 0.2 +Total GetUserElapsed Time: 2.53 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflash2/test.out b/examples/extended/parameterisations/gflash/gflash2/test.out index b783c5928a..04aa9a5122 100644 --- a/examples/extended/parameterisations/gflash/gflash2/test.out +++ b/examples/extended/parameterisations/gflash/gflash2/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -48,6 +48,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -135,7 +139,8 @@ end shower parameterization. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -152,7 +157,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -162,8 +167,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -226,10 +232,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -254,10 +260,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -284,10 +290,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -316,10 +322,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -330,10 +336,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -343,10 +349,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -375,10 +381,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -407,10 +413,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -439,14 +445,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -457,7 +462,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -472,14 +477,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -490,7 +494,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -505,10 +509,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -537,10 +541,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -574,15 +578,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -592,10 +599,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -603,10 +612,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -615,6 +626,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -622,11 +634,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -634,11 +648,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -647,10 +663,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -661,10 +679,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -675,10 +695,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -688,10 +710,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -702,10 +726,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -716,10 +742,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -730,10 +758,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -743,11 +773,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -755,6 +787,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -762,6 +795,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -771,6 +805,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -778,11 +813,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -790,11 +827,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -804,11 +843,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -816,6 +857,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -823,6 +865,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -832,11 +875,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -844,11 +889,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -858,11 +905,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -870,11 +919,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -884,29 +935,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -921,161 +974,158 @@ See commands in /vis/modeling/trajectories/ for other options. ****************************************** -Internal Real Elapsed Time is: 0.0131605 -Internal System Elapsed Time: 0.01 -Internal GetUserElapsed Time: 0.02 +Internal Real Elapsed Time is: 0.0120578 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 0 ----- - 12126 hits are stored in ExGflashHitsCollection - e1 12.0581 e3x3 48.455 GeV e5x5 48.9411 - num1 2917 num3x3 11854 num5x5 11944 - Total energy deposited in the calorimeter: 49.8869 (GeV) + 12085 hits are stored in ExGflashHitsCollection + e1 11.9887 e3x3 48.3093 GeV e5x5 48.6927 + num1 2947 num3x3 11830 num5x5 11906 + Total energy deposited in the calorimeter: 49.6505 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 1 ****************************************** -Internal Real Elapsed Time is: 0.00889431 +Internal Real Elapsed Time is: 0.00814755 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 1 ----- - 11976 hits are stored in ExGflashHitsCollection - e1 12.3094 e3x3 48.4273 GeV e5x5 48.9218 - num1 2978 num3x3 11722 num5x5 11811 - Total energy deposited in the calorimeter: 49.8818 (GeV) + 11963 hits are stored in ExGflashHitsCollection + e1 12.1197 e3x3 48.3344 GeV e5x5 48.8249 + num1 2937 num3x3 11665 num5x5 11760 + Total energy deposited in the calorimeter: 49.9022 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 2 ****************************************** -Internal Real Elapsed Time is: 0.00858124 +Internal Real Elapsed Time is: 0.00794541 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- - 11880 hits are stored in ExGflashHitsCollection - e1 12.2378 e3x3 47.9827 GeV e5x5 48.5121 - num1 2985 num3x3 11605 num5x5 11707 - Total energy deposited in the calorimeter: 49.4209 (GeV) + 11929 hits are stored in ExGflashHitsCollection + e1 12.0275 e3x3 48.0376 GeV e5x5 48.5971 + num1 2900 num3x3 11595 num5x5 11706 + Total energy deposited in the calorimeter: 49.7229 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 3 ****************************************** -Internal Real Elapsed Time is: 0.00851482 +Internal Real Elapsed Time is: 0.00896925 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- - 11933 hits are stored in ExGflashHitsCollection - e1 12.0329 e3x3 48.2629 GeV e5x5 48.7546 - num1 2913 num3x3 11664 num5x5 11752 - Total energy deposited in the calorimeter: 49.6915 (GeV) + 12145 hits are stored in ExGflashHitsCollection + e1 12.0191 e3x3 48.0898 GeV e5x5 48.6167 + num1 2971 num3x3 11811 num5x5 11915 + Total energy deposited in the calorimeter: 49.7519 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 4 ****************************************** -Internal Real Elapsed Time is: 0.00971447 +Internal Real Elapsed Time is: 0.00798622 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 4 ----- - 12052 hits are stored in ExGflashHitsCollection - e1 12.1077 e3x3 48.3718 GeV e5x5 48.8205 - num1 2958 num3x3 11796 num5x5 11878 - Total energy deposited in the calorimeter: 49.696 (GeV) + 11982 hits are stored in ExGflashHitsCollection + e1 12.1035 e3x3 48.5975 GeV e5x5 49.0802 + num1 2950 num3x3 11739 num5x5 11824 + Total energy deposited in the calorimeter: 49.925 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 5 ****************************************** -Internal Real Elapsed Time is: 0.00897922 +Internal Real Elapsed Time is: 0.00808282 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 5 ----- - 11953 hits are stored in ExGflashHitsCollection - e1 12.2933 e3x3 48.4127 GeV e5x5 48.8759 - num1 2968 num3x3 11697 num5x5 11785 - Total energy deposited in the calorimeter: 49.7835 (GeV) + 11902 hits are stored in ExGflashHitsCollection + e1 12.2429 e3x3 48.2306 GeV e5x5 48.7573 + num1 2956 num3x3 11627 num5x5 11730 + Total energy deposited in the calorimeter: 49.6225 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 6 ****************************************** -Internal Real Elapsed Time is: 0.00899989 +Internal Real Elapsed Time is: 0.00990653 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 6 ----- - 11976 hits are stored in ExGflashHitsCollection - e1 12.0044 e3x3 48.4743 GeV e5x5 48.9816 - num1 2888 num3x3 11697 num5x5 11796 - Total energy deposited in the calorimeter: 49.9191 (GeV) + 12370 hits are stored in ExGflashHitsCollection + e1 12.3026 e3x3 48.5786 GeV e5x5 48.9716 + num1 3081 num3x3 12089 num5x5 12189 + Total energy deposited in the calorimeter: 49.8896 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 7 ****************************************** -Internal Real Elapsed Time is: 0.00884662 +Internal Real Elapsed Time is: 0.00815245 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 7 ----- - 11904 hits are stored in ExGflashHitsCollection - e1 11.9796 e3x3 48.1074 GeV e5x5 48.6788 - num1 2899 num3x3 11590 num5x5 11705 - Total energy deposited in the calorimeter: 49.6547 (GeV) + 11929 hits are stored in ExGflashHitsCollection + e1 12.1488 e3x3 48.2184 GeV e5x5 48.7056 + num1 2932 num3x3 11636 num5x5 11731 + Total energy deposited in the calorimeter: 49.738 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 8 ****************************************** -Internal Real Elapsed Time is: 0.00852286 +Internal Real Elapsed Time is: 0.00810251 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 8 ----- - 11925 hits are stored in ExGflashHitsCollection - e1 12.3722 e3x3 48.355 GeV e5x5 48.7278 - num1 2982 num3x3 11669 num5x5 11740 - Total energy deposited in the calorimeter: 49.6586 (GeV) + 11939 hits are stored in ExGflashHitsCollection + e1 12.2262 e3x3 48.2914 GeV e5x5 48.7641 + num1 2959 num3x3 11664 num5x5 11755 + Total energy deposited in the calorimeter: 49.713 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 9 ****************************************** -Internal Real Elapsed Time is: 0.00828205 +Internal Real Elapsed Time is: 0.00821934 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- - 11956 hits are stored in ExGflashHitsCollection - e1 12.172 e3x3 48.3804 GeV e5x5 48.9372 - num1 2955 num3x3 11694 num5x5 11793 - Total energy deposited in the calorimeter: 49.7982 (GeV) + 11905 hits are stored in ExGflashHitsCollection + e1 12.0913 e3x3 48.0528 GeV e5x5 48.5527 + num1 2925 num3x3 11577 num5x5 11679 + Total energy deposited in the calorimeter: 49.6779 (GeV) 0 trajectories stored in this event. number of event = 10 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.0102773 +Internal Real Elapsed Time /event is: 0.00972999 ****************************************** -Total Real Elapsed Time is: 4.04076 -Total System Elapsed Time: 0.22 -Total GetUserElapsed Time: 2.68 +Total Real Elapsed Time is: 3.74861 +Total System Elapsed Time: 0.21 +Total GetUserElapsed Time: 2.57 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflash3/test.out b/examples/extended/parameterisations/gflash/gflash3/test.out index 68f374e245..2e006f28e6 100644 --- a/examples/extended/parameterisations/gflash/gflash3/test.out +++ b/examples/extended/parameterisations/gflash/gflash3/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -48,6 +48,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -112,7 +116,8 @@ They have width of 3 cm and a length of 24 cm. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -129,7 +134,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -139,8 +144,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -203,10 +209,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -231,10 +237,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -261,10 +267,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -293,10 +299,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -307,10 +313,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -320,10 +326,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -352,10 +358,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -384,10 +390,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -416,14 +422,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -434,7 +439,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -449,14 +454,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -467,7 +471,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -482,10 +486,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -514,10 +518,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -551,15 +555,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -569,10 +576,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -580,10 +589,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -592,6 +603,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -599,11 +611,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -611,11 +625,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -624,10 +640,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -638,10 +656,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -652,10 +672,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -665,10 +687,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -679,10 +703,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -693,10 +719,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -707,10 +735,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -720,11 +750,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -732,6 +764,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -739,6 +772,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -748,6 +782,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -755,11 +790,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -767,11 +804,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -781,11 +820,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -793,6 +834,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -800,6 +842,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -809,11 +852,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -821,11 +866,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -835,11 +882,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -847,11 +896,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -861,29 +912,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -898,161 +951,158 @@ See commands in /vis/modeling/trajectories/ for other options. ****************************************** -Internal Real Elapsed Time is: 0.0114958 -Internal System Elapsed Time: 0 +Internal Real Elapsed Time is: 0.012577 +Internal System Elapsed Time: 0.01 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 0 ----- - 12057 hits are stored in ExGflashHitsCollection - e1 12.066 e3x3 48.4563 GeV e5x5 48.9424 - num1 2941 num3x3 11793 num5x5 11883 - Total energy deposited in the calorimeter: 49.8869 (GeV) + 12162 hits are stored in ExGflashHitsCollection + e1 11.9891 e3x3 48.3063 GeV e5x5 48.6898 + num1 2939 num3x3 11907 num5x5 11983 + Total energy deposited in the calorimeter: 49.6475 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 1 ****************************************** -Internal Real Elapsed Time is: 0.00880174 +Internal Real Elapsed Time is: 0.00847835 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 1 ----- - 11922 hits are stored in ExGflashHitsCollection - e1 12.1585 e3x3 48.1777 GeV e5x5 48.6651 - num1 2941 num3x3 11633 num5x5 11732 - Total energy deposited in the calorimeter: 49.6834 (GeV) + 11925 hits are stored in ExGflashHitsCollection + e1 12.1443 e3x3 48.4538 GeV e5x5 48.851 + num1 2955 num3x3 11701 num5x5 11779 + Total energy deposited in the calorimeter: 49.6218 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 2 ****************************************** -Internal Real Elapsed Time is: 0.00828612 +Internal Real Elapsed Time is: 0.0080578 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- 11977 hits are stored in ExGflashHitsCollection - e1 12.2956 e3x3 48.4585 GeV e5x5 48.9595 - num1 2994 num3x3 11719 num5x5 11813 - Total energy deposited in the calorimeter: 49.8514 (GeV) + e1 12.198 e3x3 48.4351 GeV e5x5 48.996 + num1 2971 num3x3 11706 num5x5 11810 + Total energy deposited in the calorimeter: 49.8747 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 3 ****************************************** -Internal Real Elapsed Time is: 0.00837697 +Internal Real Elapsed Time is: 0.00812849 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- - 11911 hits are stored in ExGflashHitsCollection - e1 12.0221 e3x3 48.0591 GeV e5x5 48.6548 - num1 2910 num3x3 11617 num5x5 11729 - Total energy deposited in the calorimeter: 49.6305 (GeV) + 11975 hits are stored in ExGflashHitsCollection + e1 12.2188 e3x3 48.3016 GeV e5x5 48.8188 + num1 2958 num3x3 11654 num5x5 11761 + Total energy deposited in the calorimeter: 49.9156 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 4 ****************************************** -Internal Real Elapsed Time is: 0.00843461 +Internal Real Elapsed Time is: 0.00802218 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 4 ----- - 11960 hits are stored in ExGflashHitsCollection - e1 11.9505 e3x3 48.3669 GeV e5x5 48.8003 - num1 2884 num3x3 11669 num5x5 11751 - Total energy deposited in the calorimeter: 49.8803 (GeV) + 11889 hits are stored in ExGflashHitsCollection + e1 12.1243 e3x3 48.1867 GeV e5x5 48.6245 + num1 2943 num3x3 11637 num5x5 11719 + Total energy deposited in the calorimeter: 49.4898 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 5 ****************************************** -Internal Real Elapsed Time is: 0.00821415 +Internal Real Elapsed Time is: 0.00906508 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 5 ----- - 12007 hits are stored in ExGflashHitsCollection - e1 12.2983 e3x3 48.6379 GeV e5x5 49.1282 - num1 3003 num3x3 11758 num5x5 11853 - Total energy deposited in the calorimeter: 49.9629 (GeV) + 11924 hits are stored in ExGflashHitsCollection + e1 12.2159 e3x3 48.2783 GeV e5x5 48.8263 + num1 2974 num3x3 11650 num5x5 11759 + Total energy deposited in the calorimeter: 49.6729 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 6 ****************************************** -Internal Real Elapsed Time is: 0.00828903 +Internal Real Elapsed Time is: 0.00814794 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 6 ----- - 11969 hits are stored in ExGflashHitsCollection - e1 11.9658 e3x3 48.4275 GeV e5x5 48.8902 - num1 2908 num3x3 11676 num5x5 11768 - Total energy deposited in the calorimeter: 49.8954 (GeV) + 11914 hits are stored in ExGflashHitsCollection + e1 12.1701 e3x3 48.2857 GeV e5x5 48.7285 + num1 2949 num3x3 11655 num5x5 11741 + Total energy deposited in the calorimeter: 49.6065 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 7 ****************************************** -Internal Real Elapsed Time is: 0.00854791 +Internal Real Elapsed Time is: 0.00805364 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 7 ----- - 11938 hits are stored in ExGflashHitsCollection - e1 12.0463 e3x3 48.211 GeV e5x5 48.6215 - num1 2938 num3x3 11659 num5x5 11738 - Total energy deposited in the calorimeter: 49.6743 (GeV) + 11897 hits are stored in ExGflashHitsCollection + e1 11.8908 e3x3 47.9607 GeV e5x5 48.4889 + num1 2877 num3x3 11558 num5x5 11665 + Total energy deposited in the calorimeter: 49.6162 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 8 ****************************************** -Internal Real Elapsed Time is: 0.00871748 +Internal Real Elapsed Time is: 0.00811376 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 8 ----- - 11944 hits are stored in ExGflashHitsCollection - e1 12.2831 e3x3 48.403 GeV e5x5 48.8317 - num1 2964 num3x3 11675 num5x5 11757 - Total energy deposited in the calorimeter: 49.7779 (GeV) + 11971 hits are stored in ExGflashHitsCollection + e1 12.3046 e3x3 48.5196 GeV e5x5 48.9729 + num1 2964 num3x3 11690 num5x5 11781 + Total energy deposited in the calorimeter: 49.9182 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 9 ****************************************** -Internal Real Elapsed Time is: 0.00856771 +Internal Real Elapsed Time is: 0.00823134 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- - 11910 hits are stored in ExGflashHitsCollection - e1 11.9823 e3x3 48.165 GeV e5x5 48.6895 - num1 2915 num3x3 11624 num5x5 11724 - Total energy deposited in the calorimeter: 49.6323 (GeV) + 11981 hits are stored in ExGflashHitsCollection + e1 12.3503 e3x3 48.7753 GeV e5x5 49.1206 + num1 2994 num3x3 11765 num5x5 11832 + Total energy deposited in the calorimeter: 49.9225 (GeV) 0 trajectories stored in this event. number of event = 10 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.00974794 +Internal Real Elapsed Time /event is: 0.00965284 ****************************************** -Total Real Elapsed Time is: 3.56135 -Total System Elapsed Time: 0.22 -Total GetUserElapsed Time: 2.63 +Total Real Elapsed Time is: 3.79548 +Total System Elapsed Time: 0.19 +Total GetUserElapsed Time: 2.56 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflasha/test.out b/examples/extended/parameterisations/gflash/gflasha/test.out index 7ca0792aa3..8889ffaeb3 100644 --- a/examples/extended/parameterisations/gflash/gflasha/test.out +++ b/examples/extended/parameterisations/gflash/gflasha/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -48,6 +48,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -138,7 +142,8 @@ end shower parameterization. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -155,7 +160,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -165,8 +170,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -229,10 +235,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -257,10 +263,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -287,10 +293,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -319,10 +325,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -333,10 +339,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -346,10 +352,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -378,10 +384,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -410,10 +416,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -442,14 +448,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -460,7 +465,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -475,14 +480,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -493,7 +497,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -508,10 +512,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -540,10 +544,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -577,15 +581,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -595,10 +602,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -606,10 +615,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -618,6 +629,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -625,11 +637,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -637,11 +651,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -650,10 +666,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -664,10 +682,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -678,10 +698,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -691,10 +713,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -705,10 +729,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -719,10 +745,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -733,10 +761,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -746,11 +776,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -758,6 +790,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -765,6 +798,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -774,6 +808,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -781,11 +816,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -793,11 +830,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -807,11 +846,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -819,6 +860,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -826,6 +868,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -835,11 +878,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -847,11 +892,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -861,11 +908,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -873,11 +922,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -887,29 +938,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -925,16 +978,19 @@ See commands in /vis/modeling/trajectories/ for other options. ... open analysis file : gflash01.root - done ****************************************** -Run Real Elapsed Time is: 0.852644 -Run System Elapsed Time: 0.01 -Run GetUserElapsed Time: 0.82 +Run Real Elapsed Time is: 0.81585 +Run System Elapsed Time: 0.02 +Run GetUserElapsed Time: 0.8 ****************************************** number of event = 100 ... write file : gflash01.root - done ... close file : gflash01.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 3 h1 histograms + 0 with 0 entries: total energy deposit(percent of Einc) + 1 with 0 entries: The number of Hits per event + 2 with 0 entries: The energy of Hit (in MeV) +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Set file name: gflash00 ### Run 1 start. ... create file : gflash00.root - done @@ -942,21 +998,24 @@ Set file name: gflash00 ... open analysis file : gflash00.root - done ****************************************** -Run Real Elapsed Time is: 66.6802 -Run System Elapsed Time: 0.37 -Run GetUserElapsed Time: 65.66 +Run Real Elapsed Time is: 59.7876 +Run System Elapsed Time: 0.35 +Run GetUserElapsed Time: 58.74 ****************************************** number of event = 100 ... write file : gflash00.root - done ... close file : gflash00.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +There are 3 h1 histograms + 0 with 0 entries: total energy deposit(percent of Einc) + 1 with 0 entries: The number of Hits per event + 2 with 0 entries: The energy of Hit (in MeV) +List them with "/analysis/list". +View them with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... ****************************************** -Total Real Elapsed Time is: 71.0576 -Total System Elapsed Time: 0.59 -Total GetUserElapsed Time: 69.03 +Total Real Elapsed Time is: 64.7542 +Total System Elapsed Time: 0.56 +Total GetUserElapsed Time: 61.97 ****************************************** diff --git a/examples/extended/persistency/History b/examples/extended/persistency/History index 0261666fef..fe30548ef5 100644 --- a/examples/extended/persistency/History +++ b/examples/extended/persistency/History @@ -1,19 +1,16 @@ --------------------------------------------------- +# Example persistency History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Persistency Examples History file - --------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exPersistency-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 May 24th, 2021, B. Morgan (exPersistency-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/persistency/P01/History b/examples/extended/persistency/P01/History index b4072a5fa3..6b4a40cb31 100644 --- a/examples/extended/persistency/P01/History +++ b/examples/extended/persistency/P01/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example P01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example P01 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleP01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 13th, 2020 Ben Morgan (exampleP01-V10-06-03) - Enforce use of Serial RunManager. diff --git a/examples/extended/persistency/P01/p01-read.out b/examples/extended/persistency/P01/p01-read.out index a8603c2b71..698e44c71e 100644 --- a/examples/extended/persistency/P01/p01-read.out +++ b/examples/extended/persistency/P01/p01-read.out @@ -4,583 +4,459 @@ Collection name='THashList', class='THashList', size=4 TKey Name = Event_3, Title = object title, Cycle = 1 TKey Name = Event_4, Title = object title, Cycle = 1 Collection: Event_1 -Number of hits: 110 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0202614 position[mm]: (-9.24008,-19.5887,-1543.14) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0153146 position[mm]: (-9.56077,-20.2838,-1511.69) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.014709 position[mm]: (-9.91122,-21.055,-1476.71) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.011924 position[mm]: (-10.1965,-21.6802,-1448.13) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0132732 position[mm]: (-10.603,-22.5531,-1408.26) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00259312 position[mm]: (-10.6877,-22.7332,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0236038 position[mm]: (-17.3437,-36.9525,-746.144) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00198891 position[mm]: (-17.4143,-37.1003,-739.212) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0017885 position[mm]: (-17.4529,-37.181,-735.424) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00971034 position[mm]: (-17.6172,-37.5231,-719.325) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 3.43387e-05 position[mm]: (-17.6193,-37.5275,-719.121) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000354569 position[mm]: (-17.646,-37.5837,-716.484) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0142795 position[mm]: (-18.0749,-38.4978,-673.717) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0286266 position[mm]: (-18.8123,-40.0706,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0120572 position[mm]: (-25.2926,-53.6585,32.6038) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0563693 position[mm]: (-27.0354,-57.2853,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00327643 position[mm]: (-33.1333,-70.6006,810.214) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0306683 position[mm]: (-33.6311,-71.6876,860.134) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.010382 position[mm]: (-33.8902,-72.2422,885.532) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00911359 position[mm]: (-34.1691,-72.8516,913.109) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00456134 position[mm]: (-34.2228,-72.9704,918.468) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 6.48922e-06 position[mm]: (-34.223,-72.9708,918.486) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0202992 position[mm]: (-34.7077,-74.0466,966.818) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00127592 position[mm]: (-34.7971,-74.2441,975.603) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00943517 position[mm]: (-35.0459,-74.7948,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00325511 position[mm]: (-41.4013,-88.5604,1614.34) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0164714 position[mm]: (-41.7932,-89.38,1651.23) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00271328 position[mm]: (-41.8542,-89.5071,1656.97) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00128178 position[mm]: (-41.9777,-89.7649,1668.64) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.002812 position[mm]: (-42.0365,-89.8889,1674.26) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0257785 position[mm]: (-42.4707,-90.8005,1715.6) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00994698 position[mm]: (-42.6803,-91.2332,1735.27) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00313598 position[mm]: (-42.7734,-91.4253,1744.09) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0152175 position[mm]: (-43.3347,-92.5803,1797.12) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000609 position[mm]: (-43.3654,-92.6434,1800) - trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00268728 position[mm]: (-43.3478,-92.5933,1797.12) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00136235 position[mm]: (-42.7792,-91.4202,1744.09) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.00247104 position[mm]: (-42.6941,-91.2246,1735.27) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0017412 position[mm]: (-42.4373,-90.8079,1715.6) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00248456 position[mm]: (-42.4528,-90.8131,1715.61) - trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00140607 position[mm]: (-42.0366,-89.8809,1674.26) - trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.00147656 position[mm]: (-41.9712,-89.7703,1668.64) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.000988632 position[mm]: (-41.8522,-89.5312,1656.98) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00239008 position[mm]: (-41.8517,-89.5444,1656.98) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00369375 position[mm]: (-41.8008,-89.4072,1651.23) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00497988 position[mm]: (-41.412,-88.6028,1614.34) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00297624 position[mm]: (-34.8178,-74.2396,975.605) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00146518 position[mm]: (-34.7154,-74.0432,966.818) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00191578 position[mm]: (-34.2172,-72.9609,918.486) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00122352 position[mm]: (-34.4642,-71.4313,918.941) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00781393 position[mm]: (-32.7003,-70.3699,921.085) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00502931 position[mm]: (-32.3014,-68.4884,919.842) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.000178447 position[mm]: (-32.3855,-68.386,919.761) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.005514 position[mm]: (-33.4679,-67.0732,918.832) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0153097 position[mm]: (-33.086,-65.7225,919.682) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00921213 position[mm]: (-33.9864,-65.5414,919.743) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00689862 position[mm]: (-33.5962,-65.9513,919.693) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00488975 position[mm]: (-33.7916,-66.1778,919.863) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00384411 position[mm]: (-33.6878,-66.3471,919.952) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00886771 position[mm]: (-33.7762,-66.3622,919.857) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00145966 position[mm]: (-33.7843,-66.3637,919.858) - trackID: 88 chamberNb: 3 energy deposit[MeV]: 0.00188908 position[mm]: (-32.3791,-68.3872,919.752) - trackID: 87 chamberNb: 3 energy deposit[MeV]: 0.00234846 position[mm]: (-32.3133,-68.4977,919.843) - trackID: 86 chamberNb: 3 energy deposit[MeV]: 0.00123025 position[mm]: (-34.4588,-71.4325,918.937) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0018511 position[mm]: (-34.173,-72.8413,913.11) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00605477 position[mm]: (-33.922,-72.1935,885.537) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00244891 position[mm]: (-33.6232,-71.7016,860.135) - trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00815161 position[mm]: (-33.0667,-70.7949,810.235) - trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00555641 position[mm]: (-33.0546,-70.7688,810.278) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00404412 position[mm]: (-25.2617,-53.6669,32.606) - trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.0016876 position[mm]: (-18.0665,-38.4927,-673.717) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0199171 position[mm]: (-22.8567,-34.5852,-714.364) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00895117 position[mm]: (-26.6923,-37.2145,-715.107) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0128108 position[mm]: (-25.3793,-33.6358,-716.405) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0109192 position[mm]: (-23.6677,-35.4561,-718.289) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00902229 position[mm]: (-25.2203,-33.997,-717.096) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00928956 position[mm]: (-26.4924,-34.2513,-715.751) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00532136 position[mm]: (-26.5929,-32.9409,-715.484) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0052894 position[mm]: (-25.8815,-33.2898,-714.948) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.000147362 position[mm]: (-25.9371,-33.2803,-715.033) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00916915 position[mm]: (-25.7851,-32.7658,-714.653) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00694087 position[mm]: (-25.6405,-32.7513,-714.336) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00639492 position[mm]: (-25.684,-32.8162,-714.182) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00589921 position[mm]: (-25.6749,-32.8038,-714.127) - trackID: 97 chamberNb: 1 energy deposit[MeV]: 0.00167134 position[mm]: (-25.9431,-33.2746,-715.039) - trackID: 96 chamberNb: 1 energy deposit[MeV]: 0.00133878 position[mm]: (-25.8839,-33.283,-714.946) - trackID: 95 chamberNb: 1 energy deposit[MeV]: 0.00295987 position[mm]: (-26.6059,-32.9552,-715.475) - trackID: 94 chamberNb: 1 energy deposit[MeV]: 0.00129632 position[mm]: (-26.4908,-34.2497,-715.758) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00167554 position[mm]: (-17.6189,-37.5373,-719.121) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00359371 position[mm]: (-17.6424,-37.5335,-719.323) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.001458 position[mm]: (-17.4506,-37.173,-735.423) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00391125 position[mm]: (-17.4063,-37.0709,-739.209) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00165851 position[mm]: (-17.3505,-36.9594,-746.144) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00661825 position[mm]: (-8.06616,-22.3173,-1411.12) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0066197 position[mm]: (-8.38252,-23.0807,-1412.02) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00043793 position[mm]: (-8.50845,-23.1998,-1412.42) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00440533 position[mm]: (-9.14013,-23.314,-1412.91) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 8.56857e-05 position[mm]: (-9.0209,-23.3515,-1412.89) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00861415 position[mm]: (-8.638,-23.6359,-1412.75) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00232481 position[mm]: (-8.55642,-23.7961,-1412.74) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0076407 position[mm]: (-8.5724,-23.7818,-1412.82) - trackID: 104 chamberNb: 0 energy deposit[MeV]: 0.00537943 position[mm]: (-8.5955,-23.7691,-1412.72) - trackID: 103 chamberNb: 0 energy deposit[MeV]: 0.00396465 position[mm]: (-9.03334,-23.3546,-1412.86) - trackID: 102 chamberNb: 0 energy deposit[MeV]: 0.00263578 position[mm]: (-8.51405,-23.2135,-1412.41) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00126284 position[mm]: (-10.2013,-21.6751,-1448.13) - trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00372634 position[mm]: (-9.89472,-21.0317,-1476.71) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00478818 position[mm]: (-9.60037,-20.2725,-1511.69) - trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.00267545 position[mm]: (-9.29966,-19.6592,-1543.14) - trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.00303889 position[mm]: (-9.28355,-19.6488,-1543.15) - trackID: 105 chamberNb: 0 energy deposit[MeV]: 0.0025682 position[mm]: (-9.2921,-19.6743,-1543.14) +Number of hits: 119 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00573155 position[mm]: (-12.9017,3.05064,-1588.05) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0423196 position[mm]: (-14.7232,3.47047,-1474.51) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00795033 position[mm]: (-15.1028,3.55936,-1450.69) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00116957 position[mm]: (-15.1453,3.56958,-1448.04) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0199843 position[mm]: (-15.8711,3.74616,-1402.88) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00298256 position[mm]: (-15.9179,3.75696,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0208379 position[mm]: (-26.9013,6.31942,-727.62) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00902677 position[mm]: (-27.5962,6.47736,-685.707) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0244474 position[mm]: (-28.6205,6.70991,-623.789) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00378416 position[mm]: (-28.7521,6.7415,-615.903) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00463639 position[mm]: (-29.0175,6.80657,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00672016 position[mm]: (-39.5108,9.2972,28.4296) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00373997 position[mm]: (-39.8118,9.36819,46.4897) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00436527 position[mm]: (-39.9386,9.39858,54.1487) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00397091 position[mm]: (-40.2164,9.46473,70.9293) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0238968 position[mm]: (-41.0628,9.66449,121.844) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000351851 position[mm]: (-41.1112,9.67672,124.76) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0186085 position[mm]: (-42.0315,9.90681,180.232) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00280261 position[mm]: (-42.2043,9.9483,190.478) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00431858 position[mm]: (-42.365,9.98698,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00171671 position[mm]: (-52.6266,12.3669,804.05) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00227439 position[mm]: (-52.7329,12.3909,810.316) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0120157 position[mm]: (-53.157,12.4855,835.274) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.013781 position[mm]: (-53.7673,12.6219,871.386) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0178283 position[mm]: (-54.4246,12.7634,910.341) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00198295 position[mm]: (-54.5617,12.793,918.473) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0124969 position[mm]: (-55.3067,12.9464,963.476) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.014427 position[mm]: (-55.9097,13.0645,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00118686 position[mm]: (-65.8726,15.1099,1601.3) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0025336 position[mm]: (-66.1186,15.1592,1616.14) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 8.24183e-06 position[mm]: (-66.1189,15.1592,1616.16) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0059816 position[mm]: (-66.3211,15.1993,1628.37) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00442342 position[mm]: (-66.4688,15.2301,1637.34) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0142686 position[mm]: (-67.0775,15.3547,1674.31) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00237921 position[mm]: (-67.3029,15.4038,1688) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000880754 position[mm]: (-67.3368,15.4112,1690.05) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0117669 position[mm]: (-67.6796,15.4857,1710.87) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00491769 position[mm]: (-67.9344,15.5415,1726.41) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00256644 position[mm]: (-68.0627,15.57,1734.24) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00233449 position[mm]: (-68.2221,15.6051,1743.93) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0141276 position[mm]: (-69.0065,15.7776,1791.68) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.002944 position[mm]: (-69.1415,15.8094,1800) + trackID: 81 chamberNb: 4 energy deposit[MeV]: 0.00137737 position[mm]: (-69.006,15.7698,1791.68) + trackID: 80 chamberNb: 4 energy deposit[MeV]: 0.00349169 position[mm]: (-68.1833,15.6387,1743.94) + trackID: 80 chamberNb: 4 energy deposit[MeV]: 0.00206365 position[mm]: (-68.1783,15.6324,1743.95) + trackID: 79 chamberNb: 4 energy deposit[MeV]: 0.00167464 position[mm]: (-68.0542,15.5748,1734.24) + trackID: 78 chamberNb: 4 energy deposit[MeV]: 0.00268266 position[mm]: (-67.9161,15.5409,1726.41) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00231379 position[mm]: (-69.9759,15.7492,1711.55) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00772595 position[mm]: (-68.8789,13.3324,1711.02) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0107481 position[mm]: (-67.7395,12.6404,1712.3) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00587323 position[mm]: (-68.4536,11.7807,1712.81) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00632934 position[mm]: (-68.3572,10.9908,1713.01) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.000286878 position[mm]: (-68.4532,10.8957,1712.63) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0051083 position[mm]: (-68.0985,10.8346,1712.3) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00836031 position[mm]: (-68.4065,10.9551,1712.31) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00155523 position[mm]: (-68.4789,10.9084,1712.3) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00670646 position[mm]: (-68.5236,10.8578,1712.3) + trackID: 99 chamberNb: 4 energy deposit[MeV]: 0.00196858 position[mm]: (-68.4799,10.9104,1712.31) + trackID: 98 chamberNb: 4 energy deposit[MeV]: 0.00236612 position[mm]: (-68.461,10.9041,1712.62) + trackID: 97 chamberNb: 4 energy deposit[MeV]: 0.000620217 position[mm]: (-68.4594,11.7686,1712.76) + trackID: 97 chamberNb: 4 energy deposit[MeV]: 0.00267666 position[mm]: (-68.4707,11.7807,1712.77) + trackID: 100 chamberNb: 4 energy deposit[MeV]: 0.00180904 position[mm]: (-68.4526,11.7765,1712.76) + trackID: 96 chamberNb: 4 energy deposit[MeV]: 0.000897035 position[mm]: (-68.9575,13.3018,1711.08) + trackID: 96 chamberNb: 4 energy deposit[MeV]: 0.00662076 position[mm]: (-68.9321,13.3417,1711.03) + trackID: 101 chamberNb: 4 energy deposit[MeV]: 0.00172001 position[mm]: (-68.954,13.3079,1711.08) + trackID: 95 chamberNb: 4 energy deposit[MeV]: 0.005703 position[mm]: (-69.9395,15.7562,1711.58) + trackID: 94 chamberNb: 4 energy deposit[MeV]: 0.00181311 position[mm]: (-67.7261,15.4702,1710.88) + trackID: 76 chamberNb: 4 energy deposit[MeV]: 0.000638611 position[mm]: (-67.3656,15.3927,1690.05) + trackID: 76 chamberNb: 4 energy deposit[MeV]: 0.00359029 position[mm]: (-67.3793,15.3709,1690.04) + trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.00169109 position[mm]: (-67.2933,15.4065,1688) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00181076 position[mm]: (-67.0774,15.3439,1674.32) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00166552 position[mm]: (-66.4601,15.2256,1637.34) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00325696 position[mm]: (-66.3732,15.1916,1628.37) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00239114 position[mm]: (-66.365,15.2046,1628.37) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00330376 position[mm]: (-66.1268,15.1362,1616.16) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.00134665 position[mm]: (-66.1126,15.1545,1616.14) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00316107 position[mm]: (-65.8609,15.1297,1601.3) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0010543 position[mm]: (-65.8466,15.063,1600.09) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00182614 position[mm]: (-65.8369,15.0594,1600.09) + trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.00336151 position[mm]: (-55.3195,12.9678,963.478) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.00205965 position[mm]: (-54.5737,12.797,918.473) + trackID: 63 chamberNb: 3 energy deposit[MeV]: 4.76461e-05 position[mm]: (-54.3931,12.715,910.347) + trackID: 63 chamberNb: 3 energy deposit[MeV]: 0.00573168 position[mm]: (-54.3754,12.6862,910.389) + trackID: 102 chamberNb: 3 energy deposit[MeV]: 0.00150239 position[mm]: (-54.3883,12.7102,910.341) + trackID: 62 chamberNb: 3 energy deposit[MeV]: 0.00206476 position[mm]: (-53.758,12.6305,871.387) + trackID: 61 chamberNb: 3 energy deposit[MeV]: 0.001712 position[mm]: (-53.1598,12.4758,835.274) + trackID: 60 chamberNb: 3 energy deposit[MeV]: 0.00187043 position[mm]: (-52.7223,12.3875,810.316) + trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.0076961 position[mm]: (-52.9812,12.6109,804.108) + trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.0103691 position[mm]: (-53.0251,12.6952,804.309) + trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.0039957 position[mm]: (-53.0089,12.6702,804.32) + trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00273002 position[mm]: (-42.2226,9.95276,190.479) + trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.00733462 position[mm]: (-42.1868,10.2747,180.287) + trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.0114848 position[mm]: (-42.116,10.4265,180.165) + trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.00225118 position[mm]: (-42.1256,10.4348,180.159) + trackID: 46 chamberNb: 2 energy deposit[MeV]: 0.00151486 position[mm]: (-41.1042,9.67146,124.761) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00508389 position[mm]: (-41.0695,9.73046,121.849) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00154264 position[mm]: (-41.0699,9.72805,121.84) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00234538 position[mm]: (-40.2013,9.46509,70.9303) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00154704 position[mm]: (-39.9336,9.39116,54.1491) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00229473 position[mm]: (-39.8258,9.36386,46.4902) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00194238 position[mm]: (-39.5224,9.2983,28.4299) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00677841 position[mm]: (-28.5907,6.54309,-615.866) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00762222 position[mm]: (-28.6115,6.49989,-615.932) + trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.00152085 position[mm]: (-28.5922,6.55054,-615.871) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00300806 position[mm]: (-27.5785,6.46521,-685.705) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00226865 position[mm]: (-26.7705,6.59801,-727.577) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00111962 position[mm]: (-26.6526,6.78679,-727.535) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00412073 position[mm]: (-26.5731,6.68392,-727.606) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00438572 position[mm]: (-26.5582,6.69934,-727.635) + trackID: 123 chamberNb: 1 energy deposit[MeV]: 0.00268204 position[mm]: (-26.5643,6.69594,-727.596) + trackID: 122 chamberNb: 1 energy deposit[MeV]: 0.00327485 position[mm]: (-26.6492,6.77478,-727.514) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00503785 position[mm]: (-15.5148,3.65227,-1402.82) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.000506275 position[mm]: (-15.5207,3.61562,-1402.85) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00597395 position[mm]: (-15.4659,3.45245,-1402.93) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0070163 position[mm]: (-15.4604,3.38774,-1402.9) + trackID: 127 chamberNb: 0 energy deposit[MeV]: 0.00154649 position[mm]: (-15.5282,3.64438,-1402.83) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.00337991 position[mm]: (-15.1471,3.54456,-1448.04) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00497492 position[mm]: (-15.073,3.52762,-1450.69) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00137306 position[mm]: (-14.7158,3.46797,-1474.51) Collection: Event_2 -Number of hits: 239 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0252912 position[mm]: (44.2035,189.973,-1545.4) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00229363 position[mm]: (44.7299,192.652,-1533.17) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00377624 position[mm]: (44.9925,194.028,-1526.94) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00279341 position[mm]: (45.3357,195.797,-1518.91) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0341924 position[mm]: (49.9838,219.629,-1410.86) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00053803 position[mm]: (50.0294,219.914,-1409.61) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00570177 position[mm]: (50.3929,222.104,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0047319 position[mm]: (74.4312,362.067,-788.949) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00887903 position[mm]: (75.2983,366.25,-770.884) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00438728 position[mm]: (75.7404,368.426,-761.532) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0075065 position[mm]: (76.6627,372.95,-742.128) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00829396 position[mm]: (77.4421,376.581,-726.435) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 1.55248e-05 position[mm]: (77.4482,376.61,-726.308) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0455878 position[mm]: (82.1993,399.451,-627.583) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00851026 position[mm]: (83.495,405.892,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 9.60423e-05 position[mm]: (111.142,547.195,1.65651) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.013345 position[mm]: (112.611,554.914,34.9468) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0225629 position[mm]: (114.978,566.982,86.8518) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0151981 position[mm]: (116.687,574.678,120.498) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00537362 position[mm]: (117.032,576.222,127.194) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00163342 position[mm]: (117.387,577.808,134.028) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0302598 position[mm]: (120.738,593.064,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0016548 position[mm]: (153.029,734.337,804.478) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0102361 position[mm]: (154.215,739.45,826.471) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0317484 position[mm]: (157.487,754.163,889.459) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00356901 position[mm]: (158.494,758.647,908.756) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0125508 position[mm]: (159.81,764.533,934.135) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0149143 position[mm]: (161.708,772.899,970.113) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00503218 position[mm]: (162.823,777.988,992.091) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00376607 position[mm]: (163.205,779.843,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00595913 position[mm]: (194.242,925.762,1621.42) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00772724 position[mm]: (195.299,930.44,1641.37) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0101207 position[mm]: (196.982,937.867,1673.17) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0136983 position[mm]: (198.9,946.181,1708.75) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00295328 position[mm]: (199.324,948.022,1716.67) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.026383 position[mm]: (203.77,967.344,1800) - trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.00150447 position[mm]: (199.33,948.028,1716.67) - trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.00134787 position[mm]: (198.902,946.189,1708.75) - trackID: 84 chamberNb: 4 energy deposit[MeV]: 0.00576524 position[mm]: (197.027,937.895,1673.17) - trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.00324209 position[mm]: (195.276,930.436,1641.38) - trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.00121814 position[mm]: (194.239,925.768,1621.42) - trackID: 71 chamberNb: 3 energy deposit[MeV]: 0.00563798 position[mm]: (162.842,778.036,992.083) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.00175422 position[mm]: (161.703,772.89,970.116) - trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.000890518 position[mm]: (159.812,764.423,934.173) - trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.0063962 position[mm]: (159.866,764.39,934.18) - trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.00231642 position[mm]: (159.812,764.419,934.159) - trackID: 68 chamberNb: 3 energy deposit[MeV]: 0.00276181 position[mm]: (158.513,758.65,908.755) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.0143502 position[mm]: (156.573,753.969,889.749) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.00549885 position[mm]: (156.292,754.248,889.558) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.00718734 position[mm]: (156.28,754.196,889.282) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.00394401 position[mm]: (156.285,754.115,889.218) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.00250086 position[mm]: (156.293,754.126,889.227) - trackID: 101 chamberNb: 3 energy deposit[MeV]: 0.00134651 position[mm]: (156.29,754.116,889.212) - trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.00173339 position[mm]: (156.29,754.17,889.282) - trackID: 66 chamberNb: 3 energy deposit[MeV]: 0.00168518 position[mm]: (154.206,739.447,826.473) - trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.00991589 position[mm]: (153.391,734.371,804.505) - trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.00808899 position[mm]: (153.309,734.322,804.58) - trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.00176861 position[mm]: (153.307,734.314,804.574) - trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.00162548 position[mm]: (117.384,577.817,134.026) - trackID: 54 chamberNb: 2 energy deposit[MeV]: 0.0030761 position[mm]: (117.019,576.205,127.2) - trackID: 53 chamberNb: 2 energy deposit[MeV]: 0.00309118 position[mm]: (116.705,574.692,120.495) - trackID: 52 chamberNb: 2 energy deposit[MeV]: 0.00235839 position[mm]: (114.975,566.968,86.856) - trackID: 51 chamberNb: 2 energy deposit[MeV]: 0.00488257 position[mm]: (112.613,554.873,34.9593) - trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.00365563 position[mm]: (111.17,547.192,1.65765) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00439874 position[mm]: (185.989,653.134,7.50124) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00565067 position[mm]: (191.681,667.851,21.2325) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00740365 position[mm]: (182.359,682.615,35.1671) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00058949 position[mm]: (182.207,682.932,35.4122) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00746749 position[mm]: (182.437,697.361,50.4628) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0094008 position[mm]: (178.705,709.311,62.4665) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00132662 position[mm]: (179.506,712.47,64.3755) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0142451 position[mm]: (194.441,745.582,66.2241) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00291142 position[mm]: (198.146,761.661,75.9695) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.000184789 position[mm]: (197.85,762.247,76.3776) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0121873 position[mm]: (175.658,774.765,101.393) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00609779 position[mm]: (163.846,777.463,109.164) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.000385684 position[mm]: (161.651,777.706,109.84) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00863357 position[mm]: (144.953,775.64,110.237) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00244739 position[mm]: (141.202,773.609,110.845) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0100531 position[mm]: (114.854,772.433,103.757) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00702328 position[mm]: (93.6218,772.744,109.105) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0132566 position[mm]: (79.0674,758.381,115.156) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0193075 position[mm]: (68.2963,758.862,149.369) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.000692444 position[mm]: (67.8727,760.913,154.217) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0300184 position[mm]: (61.6009,769.209,191.834) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00530946 position[mm]: (46.5525,763.759,189.353) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00179273 position[mm]: (43.6997,763.296,189.262) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0240366 position[mm]: (10.2438,765.472,191.669) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0123037 position[mm]: (-0.305702,752.822,169.479) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0184833 position[mm]: (7.53456,716.57,159.785) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0299713 position[mm]: (16.1101,678.262,187.753) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00451949 position[mm]: (19.0717,673.614,195.364) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00307953 position[mm]: (19.3232,671.157,200) - trackID: 131 chamberNb: 2 energy deposit[MeV]: 0.00128937 position[mm]: (19.0726,673.608,195.361) - trackID: 130 chamberNb: 2 energy deposit[MeV]: 0.0030971 position[mm]: (16.0918,678.273,187.761) - trackID: 129 chamberNb: 2 energy deposit[MeV]: 0.00848748 position[mm]: (7.49317,716.584,159.659) - trackID: 129 chamberNb: 2 energy deposit[MeV]: 0.00200225 position[mm]: (7.49804,716.581,159.67) - trackID: 128 chamberNb: 2 energy deposit[MeV]: 0.0020549 position[mm]: (-0.301772,752.831,169.471) - trackID: 127 chamberNb: 2 energy deposit[MeV]: 0.00154986 position[mm]: (10.2423,765.481,191.671) - trackID: 126 chamberNb: 2 energy deposit[MeV]: 0.00170907 position[mm]: (43.6977,763.298,189.271) - trackID: 125 chamberNb: 2 energy deposit[MeV]: 0.00335255 position[mm]: (46.5588,763.741,189.338) - trackID: 124 chamberNb: 2 energy deposit[MeV]: 0.00155659 position[mm]: (61.6034,769.215,191.828) - trackID: 123 chamberNb: 2 energy deposit[MeV]: 0.0016215 position[mm]: (67.8701,760.922,154.215) - trackID: 122 chamberNb: 2 energy deposit[MeV]: 0.00190289 position[mm]: (68.2872,758.856,149.371) - trackID: 121 chamberNb: 2 energy deposit[MeV]: 0.00246299 position[mm]: (79.0812,758.373,115.159) - trackID: 120 chamberNb: 2 energy deposit[MeV]: 0.00180032 position[mm]: (93.6183,772.754,109.107) - trackID: 119 chamberNb: 2 energy deposit[MeV]: 0.00202353 position[mm]: (114.855,772.438,103.746) - trackID: 118 chamberNb: 2 energy deposit[MeV]: 0.00835188 position[mm]: (141.209,773.594,110.937) - trackID: 117 chamberNb: 2 energy deposit[MeV]: 0.00472056 position[mm]: (144.96,775.604,110.221) - trackID: 116 chamberNb: 2 energy deposit[MeV]: 0.00189029 position[mm]: (161.651,777.694,109.841) - trackID: 115 chamberNb: 2 energy deposit[MeV]: 0.00401878 position[mm]: (163.845,777.487,109.144) - trackID: 114 chamberNb: 2 energy deposit[MeV]: 0.0034134 position[mm]: (175.642,774.781,101.379) - trackID: 113 chamberNb: 2 energy deposit[MeV]: 0.00259481 position[mm]: (197.859,762.243,76.3926) - trackID: 112 chamberNb: 2 energy deposit[MeV]: 0.00222082 position[mm]: (198.133,761.659,75.963) - trackID: 111 chamberNb: 2 energy deposit[MeV]: 0.00123938 position[mm]: (194.435,745.584,66.2221) - trackID: 110 chamberNb: 2 energy deposit[MeV]: 0.00346148 position[mm]: (179.522,712.478,64.3566) - trackID: 109 chamberNb: 2 energy deposit[MeV]: 0.00245775 position[mm]: (178.691,709.308,62.4734) - trackID: 108 chamberNb: 2 energy deposit[MeV]: 0.00140436 position[mm]: (182.443,697.357,50.4667) - trackID: 107 chamberNb: 2 energy deposit[MeV]: 0.00290265 position[mm]: (182.189,682.932,35.403) - trackID: 106 chamberNb: 2 energy deposit[MeV]: 0.00412477 position[mm]: (182.365,682.599,35.1949) - trackID: 105 chamberNb: 2 energy deposit[MeV]: 0.00809097 position[mm]: (191.614,667.894,21.193) - trackID: 104 chamberNb: 2 energy deposit[MeV]: 0.00127981 position[mm]: (185.991,653.129,7.50607) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00703754 position[mm]: (82.1247,399.827,-627.609) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00939653 position[mm]: (82.0474,399.879,-627.432) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00402689 position[mm]: (82.0692,399.861,-627.417) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0022724 position[mm]: (77.5084,376.658,-726.315) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.00364853 position[mm]: (77.5275,376.648,-726.332) - trackID: 155 chamberNb: 1 energy deposit[MeV]: 0.00142663 position[mm]: (77.5027,376.658,-726.321) - trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00209541 position[mm]: (77.4298,376.577,-726.433) - trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.00287025 position[mm]: (76.6602,372.931,-742.122) - trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.00242532 position[mm]: (75.7475,368.412,-761.528) - trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.00416527 position[mm]: (75.3277,366.234,-770.88) - trackID: 36 chamberNb: 1 energy deposit[MeV]: 0.00393476 position[mm]: (74.4603,362.057,-788.946) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0137893 position[mm]: (38.5993,214.675,-1400) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0239883 position[mm]: (40.1577,191.179,-1419.85) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00530217 position[mm]: (35.6841,186.008,-1418.38) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0019989 position[mm]: (34.4518,183.234,-1417.65) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0104775 position[mm]: (38.3183,169.582,-1420.51) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00872003 position[mm]: (38.3089,169.761,-1410.85) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0208863 position[mm]: (36.8055,185.277,-1403.64) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0133315 position[mm]: (36.5105,192.62,-1401.63) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00484354 position[mm]: (35.0001,194.456,-1400.01) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 7.31155e-05 position[mm]: (34.9922,194.462,-1400.01) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 2.08354e-05 position[mm]: (34.9895,194.47,-1400.02) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 2.10351e-05 position[mm]: (34.998,194.465,-1400.02) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 6.92102e-05 position[mm]: (34.9978,194.46,-1400.03) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 0.00108534 position[mm]: (35.004,194.45,-1400.03) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00161823 position[mm]: (37.1733,193.092,-1402.71) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00154479 position[mm]: (38.1289,191.913,-1403.04) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00211828 position[mm]: (39.4328,190.836,-1402.85) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00276198 position[mm]: (39.5776,192.132,-1402.75) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.000405521 position[mm]: (39.627,193.322,-1402.08) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00253494 position[mm]: (39.2811,193.905,-1401.02) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0020105 position[mm]: (39.306,193.572,-1400.05) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0018559 position[mm]: (38.7529,192.708,-1400.05) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00404387 position[mm]: (38.2265,191.95,-1400.39) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00118024 position[mm]: (38.3992,191.696,-1401.62) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00137715 position[mm]: (37.6293,191.446,-1402.55) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00220811 position[mm]: (38.2949,192.2,-1403.49) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00466059 position[mm]: (38.8841,193.428,-1402.65) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00192008 position[mm]: (39.3117,194.615,-1402.84) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00167364 position[mm]: (39.2029,194.654,-1404.03) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00191245 position[mm]: (39.6688,193.513,-1404.45) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0072869 position[mm]: (39.1506,193.583,-1404.36) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00103822 position[mm]: (39.1187,193.32,-1404.28) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00816515 position[mm]: (39.233,193.155,-1404.28) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00533921 position[mm]: (39.2137,193.189,-1404.26) - trackID: 171 chamberNb: 0 energy deposit[MeV]: 0.0030983 position[mm]: (39.1268,193.325,-1404.26) - trackID: 170 chamberNb: 0 energy deposit[MeV]: 0.0015985 position[mm]: (39.6675,193.515,-1404.46) - trackID: 162 chamberNb: 0 energy deposit[MeV]: 0.00185463 position[mm]: (36.6853,185.293,-1403.64) - trackID: 162 chamberNb: 0 energy deposit[MeV]: 0.00630731 position[mm]: (36.6599,185.285,-1403.7) - trackID: 172 chamberNb: 0 energy deposit[MeV]: 0.00172979 position[mm]: (36.6938,185.296,-1403.64) - trackID: 161 chamberNb: 0 energy deposit[MeV]: 0.0013538 position[mm]: (38.305,169.764,-1410.85) - trackID: 160 chamberNb: 0 energy deposit[MeV]: 0.00807458 position[mm]: (38.2701,169.643,-1420.55) - trackID: 159 chamberNb: 0 energy deposit[MeV]: 0.00321941 position[mm]: (34.4498,183.224,-1417.67) - trackID: 158 chamberNb: 0 energy deposit[MeV]: 0.00193908 position[mm]: (35.6928,186.001,-1418.38) - trackID: 157 chamberNb: 0 energy deposit[MeV]: 0.00685724 position[mm]: (40.0301,191.352,-1420.03) - trackID: 157 chamberNb: 0 energy deposit[MeV]: 0.00063551 position[mm]: (40.0614,191.412,-1420.08) - trackID: 157 chamberNb: 0 energy deposit[MeV]: 0.00470863 position[mm]: (40.0954,191.405,-1420.1) - trackID: 174 chamberNb: 0 energy deposit[MeV]: 0.00248418 position[mm]: (40.0536,191.415,-1420.09) - trackID: 173 chamberNb: 0 energy deposit[MeV]: 0.00204919 position[mm]: (40.0405,191.352,-1420.02) - trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.00197063 position[mm]: (49.9852,219.618,-1410.86) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00857438 position[mm]: (45.4786,195.706,-1518.88) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 6.76043e-06 position[mm]: (45.479,195.705,-1518.88) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00202921 position[mm]: (45.4816,195.703,-1518.87) - trackID: 175 chamberNb: 0 energy deposit[MeV]: 0.00166247 position[mm]: (45.487,195.701,-1518.88) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.00133386 position[mm]: (44.9969,194.034,-1526.94) - trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0012219 position[mm]: (44.736,192.655,-1533.17) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.000823115 position[mm]: (45.2388,190.157,-1544.92) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0122973 position[mm]: (59.5178,205.562,-1536.11) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0325255 position[mm]: (59.0622,233.202,-1528.68) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0118657 position[mm]: (59.9797,215.284,-1518.64) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0357089 position[mm]: (52.6993,174.092,-1533.66) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.000126524 position[mm]: (52.0073,174.405,-1534.03) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0008906 position[mm]: (50.7842,174.987,-1534.9) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0216811 position[mm]: (28.878,173.348,-1531.29) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0210205 position[mm]: (45.7231,184.637,-1524.02) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00841411 position[mm]: (51.0072,193.792,-1526.11) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00822529 position[mm]: (55.1035,198.43,-1530.86) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0143952 position[mm]: (60.3964,198.137,-1521.11) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.017964 position[mm]: (58.9044,213.085,-1523.35) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0040399 position[mm]: (64.7344,214.923,-1521.43) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00459662 position[mm]: (68.7494,212.283,-1517.6) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00652235 position[mm]: (64.9137,208.295,-1517.36) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00676881 position[mm]: (63.3788,205.851,-1516.73) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.000417458 position[mm]: (62.4399,205.377,-1516.56) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.000531551 position[mm]: (62.191,205.125,-1516.95) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00275936 position[mm]: (62.5658,205.159,-1517.62) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00892653 position[mm]: (62.237,205.286,-1517.94) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00426013 position[mm]: (62.3707,205.364,-1518.1) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0101375 position[mm]: (62.2546,205.412,-1518.12) - trackID: 194 chamberNb: 0 energy deposit[MeV]: 0.00666134 position[mm]: (62.5209,205.169,-1517.57) - trackID: 193 chamberNb: 0 energy deposit[MeV]: 0.00214027 position[mm]: (62.1999,205.134,-1516.95) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.00529675 position[mm]: (61.9397,205.973,-1516.65) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.00405745 position[mm]: (61.5125,205.598,-1516.78) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.00539831 position[mm]: (61.3959,205.761,-1517.09) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.0113418 position[mm]: (61.2761,205.896,-1517.22) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.00319938 position[mm]: (61.2984,205.89,-1517.23) - trackID: 195 chamberNb: 0 energy deposit[MeV]: 0.00243329 position[mm]: (61.5155,205.585,-1516.78) - trackID: 191 chamberNb: 0 energy deposit[MeV]: 0.00513598 position[mm]: (63.3933,205.835,-1516.69) - trackID: 190 chamberNb: 0 energy deposit[MeV]: 0.00196163 position[mm]: (64.9095,208.294,-1517.37) - trackID: 189 chamberNb: 0 energy deposit[MeV]: 0.00124624 position[mm]: (68.753,212.284,-1517.59) - trackID: 188 chamberNb: 0 energy deposit[MeV]: 0.00253174 position[mm]: (64.7365,214.921,-1521.42) - trackID: 187 chamberNb: 0 energy deposit[MeV]: 0.00242505 position[mm]: (60.3981,198.143,-1521.13) - trackID: 186 chamberNb: 0 energy deposit[MeV]: 0.0044592 position[mm]: (55.139,198.527,-1530.71) - trackID: 186 chamberNb: 0 energy deposit[MeV]: 0.00158818 position[mm]: (55.1166,198.6,-1530.66) - trackID: 186 chamberNb: 0 energy deposit[MeV]: 0.00533397 position[mm]: (55.1551,198.616,-1530.63) - trackID: 196 chamberNb: 0 energy deposit[MeV]: 0.00133696 position[mm]: (55.1121,198.603,-1530.65) - trackID: 185 chamberNb: 0 energy deposit[MeV]: 0.00143067 position[mm]: (51.0038,193.797,-1526.11) - trackID: 184 chamberNb: 0 energy deposit[MeV]: 0.00225002 position[mm]: (45.7333,184.627,-1524.02) - trackID: 183 chamberNb: 0 energy deposit[MeV]: 0.00633267 position[mm]: (28.808,173.327,-1531.22) - trackID: 183 chamberNb: 0 energy deposit[MeV]: 0.00208117 position[mm]: (28.7973,173.329,-1531.22) - trackID: 182 chamberNb: 0 energy deposit[MeV]: 0.00240116 position[mm]: (50.7751,174.985,-1534.89) - trackID: 181 chamberNb: 0 energy deposit[MeV]: 0.00158896 position[mm]: (52.011,174.406,-1534.04) - trackID: 180 chamberNb: 0 energy deposit[MeV]: 0.00124405 position[mm]: (52.7029,174.095,-1533.67) - trackID: 179 chamberNb: 0 energy deposit[MeV]: 0.00177165 position[mm]: (59.9704,215.281,-1518.64) - trackID: 178 chamberNb: 0 energy deposit[MeV]: 0.00145831 position[mm]: (59.0563,233.199,-1528.67) - trackID: 177 chamberNb: 0 energy deposit[MeV]: 0.00248425 position[mm]: (59.5056,205.561,-1536.12) - trackID: 176 chamberNb: 0 energy deposit[MeV]: 0.00665422 position[mm]: (45.2236,190.217,-1544.9) +Number of hits: 121 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00907343 position[mm]: (-68.1334,41.4461,-1572.97) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00200465 position[mm]: (-68.7854,41.8139,-1564.83) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000220015 position[mm]: (-68.8864,41.8698,-1563.56) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.044785 position[mm]: (-81.9654,49.0932,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00111806 position[mm]: (-128.386,80.0122,-792.521) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000699579 position[mm]: (-128.595,80.1473,-789.806) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0246273 position[mm]: (-133.049,83.0117,-732.087) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0154128 position[mm]: (-136.182,85.0463,-691.323) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00757907 position[mm]: (-137.337,85.8481,-676.211) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00455298 position[mm]: (-138.117,86.3562,-665.973) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00389531 position[mm]: (-138.921,86.8702,-655.27) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00355516 position[mm]: (-140.685,88.0047,-631.313) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0119434 position[mm]: (-142.982,89.4392,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00641127 position[mm]: (-188.274,117.29,10.6937) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000741055 position[mm]: (-188.424,117.383,12.7434) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0028337 position[mm]: (-188.715,117.561,16.7167) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00683565 position[mm]: (-190.291,118.535,38.1404) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00663419 position[mm]: (-191.748,119.41,57.6588) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00637841 position[mm]: (-192.651,119.963,69.8904) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00324097 position[mm]: (-193.059,120.216,75.4634) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0147506 position[mm]: (-195.602,121.777,110.186) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0223852 position[mm]: (-198.642,123.637,152.074) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011204 position[mm]: (-200.572,124.852,179.565) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00141752 position[mm]: (-200.755,124.972,182.189) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00159327 position[mm]: (-200.972,125.115,185.302) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00349666 position[mm]: (-201.62,125.544,194.625) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000385273 position[mm]: (-201.992,125.788,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0116775 position[mm]: (-246.179,154.661,822.725) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0151391 position[mm]: (-249.21,156.481,863.788) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00305101 position[mm]: (-249.572,156.66,868.549) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0114668 position[mm]: (-250.962,157.341,886.725) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00492794 position[mm]: (-252.048,157.877,900.719) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0103538 position[mm]: (-253.848,158.748,923.489) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00543732 position[mm]: (-254.836,159.241,935.868) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00328441 position[mm]: (-255.356,159.494,942.389) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0119127 position[mm]: (-256.779,160.176,960.246) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0146264 position[mm]: (-259.973,161.73,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0181108 position[mm]: (-309.201,186.696,1634.96) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0189242 position[mm]: (-311.285,187.671,1662.15) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0113455 position[mm]: (-313.197,188.654,1687.24) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0165385 position[mm]: (-316.268,190.279,1728.41) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00256152 position[mm]: (-316.753,190.538,1734.97) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00869922 position[mm]: (-318.531,191.493,1759.23) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0174294 position[mm]: (-320.999,192.831,1792.64) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000231182 position[mm]: (-321.186,192.939,1795.17) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00226907 position[mm]: (-321.545,193.146,1800) + trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.00182671 position[mm]: (-321.196,192.936,1795.17) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00160558 position[mm]: (-320.996,192.84,1792.64) + trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00320531 position[mm]: (-318.553,191.486,1759.23) + trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.0028284 position[mm]: (-316.772,190.543,1734.97) + trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.00224094 position[mm]: (-316.255,190.286,1728.41) + trackID: 84 chamberNb: 4 energy deposit[MeV]: 0.00227177 position[mm]: (-313.188,188.665,1687.24) + trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.00141566 position[mm]: (-311.28,187.677,1662.15) + trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.0064023 position[mm]: (-309.243,186.649,1634.96) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00939834 position[mm]: (-255.129,157.96,961.27) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0104992 position[mm]: (-256.334,158.72,963.083) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00464948 position[mm]: (-255.456,159.158,963.449) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.000473231 position[mm]: (-254.972,158.732,963.477) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00727016 position[mm]: (-254.662,158.052,964.462) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00133344 position[mm]: (-254.354,157.577,964.398) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00588748 position[mm]: (-254.228,157.595,964.957) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00907459 position[mm]: (-254.296,157.377,965.214) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.000176749 position[mm]: (-254.28,157.401,965.316) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00828008 position[mm]: (-254.219,157.334,965.295) + trackID: 114 chamberNb: 3 energy deposit[MeV]: 0.00154042 position[mm]: (-254.287,157.395,965.315) + trackID: 113 chamberNb: 3 energy deposit[MeV]: 0.0016481 position[mm]: (-254.221,157.599,964.962) + trackID: 112 chamberNb: 3 energy deposit[MeV]: 0.00261767 position[mm]: (-254.354,157.56,964.398) + trackID: 111 chamberNb: 3 energy deposit[MeV]: 0.00545155 position[mm]: (-254.619,158.078,964.465) + trackID: 110 chamberNb: 3 energy deposit[MeV]: 0.00124511 position[mm]: (-254.968,158.728,963.473) + trackID: 109 chamberNb: 3 energy deposit[MeV]: 0.0015124 position[mm]: (-255.452,159.162,963.456) + trackID: 108 chamberNb: 3 energy deposit[MeV]: 0.00180645 position[mm]: (-256.339,158.729,963.087) + trackID: 73 chamberNb: 3 energy deposit[MeV]: 0.00278292 position[mm]: (-255.369,159.508,942.389) + trackID: 72 chamberNb: 3 energy deposit[MeV]: 0.00165589 position[mm]: (-254.827,159.237,935.87) + trackID: 71 chamberNb: 3 energy deposit[MeV]: 0.00134273 position[mm]: (-253.852,158.742,923.489) + trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.00419028 position[mm]: (-252.067,157.849,900.721) + trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.00145859 position[mm]: (-250.97,157.343,886.725) + trackID: 68 chamberNb: 3 energy deposit[MeV]: 0.00691457 position[mm]: (-249.678,156.607,868.555) + trackID: 68 chamberNb: 3 energy deposit[MeV]: 0.00281587 position[mm]: (-249.667,156.592,868.553) + trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.00166717 position[mm]: (-249.2,156.482,863.789) + trackID: 66 chamberNb: 3 energy deposit[MeV]: 0.00252673 position[mm]: (-246.164,154.666,822.726) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.00494727 position[mm]: (-202.086,125.646,194.664) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.0019102 position[mm]: (-201.856,125.681,194.515) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.00317086 position[mm]: (-201.827,125.597,194.394) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.00415125 position[mm]: (-201.836,125.569,194.378) + trackID: 120 chamberNb: 2 energy deposit[MeV]: 0.00130105 position[mm]: (-201.84,125.586,194.42) + trackID: 120 chamberNb: 2 energy deposit[MeV]: 0.0026982 position[mm]: (-201.832,125.581,194.437) + trackID: 119 chamberNb: 2 energy deposit[MeV]: 0.00372384 position[mm]: (-201.851,125.659,194.532) + trackID: 118 chamberNb: 2 energy deposit[MeV]: 0.00151199 position[mm]: (-202.083,125.638,194.665) + trackID: 59 chamberNb: 2 energy deposit[MeV]: 0.00154201 position[mm]: (-200.963,125.113,185.303) + trackID: 58 chamberNb: 2 energy deposit[MeV]: 0.00421907 position[mm]: (-200.788,124.96,182.19) + trackID: 57 chamberNb: 2 energy deposit[MeV]: 0.00327174 position[mm]: (-200.554,124.868,179.567) + trackID: 56 chamberNb: 2 energy deposit[MeV]: 0.00179369 position[mm]: (-198.637,123.628,152.076) + trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.0102976 position[mm]: (-195.421,121.927,110.223) + trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.000210267 position[mm]: (-195.41,121.947,110.191) + trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.00322028 position[mm]: (-195.419,121.94,110.212) + trackID: 121 chamberNb: 2 energy deposit[MeV]: 0.00128205 position[mm]: (-195.416,121.946,110.188) + trackID: 54 chamberNb: 2 energy deposit[MeV]: 0.00202446 position[mm]: (-193.053,120.227,75.4639) + trackID: 53 chamberNb: 2 energy deposit[MeV]: 0.00215451 position[mm]: (-192.644,119.952,69.8921) + trackID: 52 chamberNb: 2 energy deposit[MeV]: 0.00374487 position[mm]: (-190.308,118.559,38.1399) + trackID: 51 chamberNb: 2 energy deposit[MeV]: 0.00721201 position[mm]: (-188.669,117.454,16.7369) + trackID: 51 chamberNb: 2 energy deposit[MeV]: 0.00247235 position[mm]: (-188.666,117.439,16.7326) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.00202466 position[mm]: (-188.606,117.985,12.8126) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.00577674 position[mm]: (-188.754,118.134,13.2772) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.00531375 position[mm]: (-188.743,117.924,13.5251) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.00328417 position[mm]: (-188.764,117.961,13.4063) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.00438353 position[mm]: (-188.765,117.985,13.3798) + trackID: 124 chamberNb: 2 energy deposit[MeV]: 0.0024489 position[mm]: (-188.78,117.959,13.4058) + trackID: 123 chamberNb: 2 energy deposit[MeV]: 0.0031077 position[mm]: (-188.753,117.943,13.5325) + trackID: 122 chamberNb: 2 energy deposit[MeV]: 0.00179557 position[mm]: (-188.598,117.992,12.813) + trackID: 49 chamberNb: 2 energy deposit[MeV]: 0.00160021 position[mm]: (-188.272,117.299,10.6938) + trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.00152675 position[mm]: (-140.681,87.9973,-631.312) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00898635 position[mm]: (-138.964,86.7753,-655.258) + trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.00128595 position[mm]: (-138.12,86.3495,-665.972) + trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.0017522 position[mm]: (-137.329,85.8554,-676.21) + trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.0033578 position[mm]: (-136.164,85.0634,-691.321) + trackID: 36 chamberNb: 1 energy deposit[MeV]: 0.00244773 position[mm]: (-133.05,82.9957,-732.086) + trackID: 35 chamberNb: 1 energy deposit[MeV]: 0.00148235 position[mm]: (-128.587,80.1426,-789.805) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.00259712 position[mm]: (-128.397,79.9986,-792.521) + trackID: 28 chamberNb: 0 energy deposit[MeV]: 0.00137721 position[mm]: (-68.8833,41.8627,-1563.56) + trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00922423 position[mm]: (-68.8759,41.875,-1564.82) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.00137039 position[mm]: (-68.1393,41.4511,-1572.97) Collection: Event_3 -Number of hits: 127 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00688036 position[mm]: (7.98269,-37.5504,-1585.64) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.011161 position[mm]: (8.22731,-38.7206,-1560.4) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0255926 position[mm]: (8.75573,-41.4644,-1505.32) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00161126 position[mm]: (8.83177,-41.8782,-1497.46) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00468349 position[mm]: (8.95834,-42.5819,-1484.06) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00308648 position[mm]: (9.07357,-43.3164,-1470.08) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0153401 position[mm]: (9.33569,-44.9528,-1440.15) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00181662 position[mm]: (9.41252,-45.5901,-1428.87) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0100672 position[mm]: (9.54756,-46.7866,-1407.93) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00202769 position[mm]: (9.59247,-47.2409,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000142754 position[mm]: (13.6793,-81.0502,-797.048) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00646357 position[mm]: (13.7937,-82.0561,-778.578) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0116222 position[mm]: (14.0248,-83.4465,-753.201) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0181042 position[mm]: (14.3119,-85.605,-712.487) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000862763 position[mm]: (14.3327,-85.8103,-708.684) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0255146 position[mm]: (14.8235,-90.3453,-625.815) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00218978 position[mm]: (14.8412,-90.5689,-621.215) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00431122 position[mm]: (14.8694,-90.898,-614.498) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00641209 position[mm]: (14.9321,-91.6249,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00470805 position[mm]: (18.2751,-121.803,13.5716) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.024138 position[mm]: (18.5491,-124.801,73.7212) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000802201 position[mm]: (18.5611,-124.928,76.269) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0116 position[mm]: (18.6963,-126.285,103.633) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0015676 position[mm]: (18.7186,-126.625,110.255) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00782556 position[mm]: (18.7676,-127.586,128.878) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0229841 position[mm]: (18.9243,-130.702,188.763) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000207667 position[mm]: (18.9304,-130.796,190.59) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00133259 position[mm]: (18.9629,-131.278,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0191648 position[mm]: (21.0305,-164.921,853.518) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0122142 position[mm]: (21.0488,-165.95,877.467) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0123217 position[mm]: (21.0657,-167.193,906.544) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00171636 position[mm]: (21.0608,-167.328,909.708) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0107175 position[mm]: (21.1229,-169.235,951.276) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00869212 position[mm]: (21.3267,-170.536,977.841) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00441659 position[mm]: (21.4239,-171.021,987.429) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00420474 position[mm]: (21.5636,-171.675,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000130994 position[mm]: (28.2468,-203.846,1600.71) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0225337 position[mm]: (29.4577,-208.808,1690.38) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 2.42025e-05 position[mm]: (29.4627,-208.825,1690.67) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00198479 position[mm]: (29.6511,-209.48,1701.9) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0164677 position[mm]: (30.4857,-212.386,1751.85) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00156544 position[mm]: (30.5413,-212.586,1755.14) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00754156 position[mm]: (30.7909,-213.456,1769.53) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00407838 position[mm]: (30.9486,-213.99,1778.43) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00599011 position[mm]: (31.3603,-215.305,1800) - trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.00206937 position[mm]: (30.9542,-213.979,1778.43) - trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00230089 position[mm]: (30.7915,-213.441,1769.53) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00521881 position[mm]: (29.7195,-212.888,1755.31) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0045449 position[mm]: (29.4128,-213.477,1755.3) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00772136 position[mm]: (29.4155,-213.85,1755.38) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00290081 position[mm]: (29.3158,-213.778,1755.5) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00496819 position[mm]: (29.2612,-213.782,1755.45) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00238891 position[mm]: (29.2715,-213.786,1755.44) - trackID: 106 chamberNb: 4 energy deposit[MeV]: 0.0023497 position[mm]: (29.3079,-213.767,1755.51) - trackID: 105 chamberNb: 4 energy deposit[MeV]: 0.00435182 position[mm]: (29.4219,-213.471,1755.34) - trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.00229405 position[mm]: (30.5002,-212.384,1751.85) - trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.00164283 position[mm]: (29.6449,-209.472,1701.9) - trackID: 84 chamberNb: 4 energy deposit[MeV]: 0.0031562 position[mm]: (29.476,-208.807,1690.68) - trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.00130148 position[mm]: (29.4523,-208.803,1690.38) - trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.00176908 position[mm]: (28.2401,-203.838,1600.71) - trackID: 75 chamberNb: 3 energy deposit[MeV]: 0.00169413 position[mm]: (21.4283,-171.03,987.429) - trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00202487 position[mm]: (21.3167,-170.544,977.842) - trackID: 73 chamberNb: 3 energy deposit[MeV]: 0.00778539 position[mm]: (21.1136,-169.152,951.287) - trackID: 72 chamberNb: 3 energy deposit[MeV]: 0.00132389 position[mm]: (21.0536,-167.326,909.708) - trackID: 71 chamberNb: 3 energy deposit[MeV]: 0.00771154 position[mm]: (21.1401,-167.23,906.55) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.00156696 position[mm]: (21.0418,-165.956,877.467) - trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.00143661 position[mm]: (21.0302,-164.913,853.519) - trackID: 63 chamberNb: 2 energy deposit[MeV]: 0.00203292 position[mm]: (18.928,-130.784,190.591) - trackID: 62 chamberNb: 2 energy deposit[MeV]: 0.00124576 position[mm]: (18.9463,-130.701,188.764) - trackID: 62 chamberNb: 2 energy deposit[MeV]: 0.00213865 position[mm]: (18.9343,-130.696,188.761) - trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0045466 position[mm]: (18.773,-127.624,128.879) - trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.00148954 position[mm]: (18.7223,-126.632,110.255) - trackID: 59 chamberNb: 2 energy deposit[MeV]: 0.00203005 position[mm]: (18.6873,-126.277,103.634) - trackID: 58 chamberNb: 2 energy deposit[MeV]: 0.00135837 position[mm]: (18.5566,-124.921,76.2696) - trackID: 57 chamberNb: 2 energy deposit[MeV]: 0.0027432 position[mm]: (18.5359,-124.815,73.7216) - trackID: 56 chamberNb: 2 energy deposit[MeV]: 0.0017143 position[mm]: (18.2659,-121.807,13.5718) - trackID: 44 chamberNb: 1 energy deposit[MeV]: 0.00134134 position[mm]: (14.871,-90.9054,-614.498) - trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.00420339 position[mm]: (14.8109,-90.5842,-621.213) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00339879 position[mm]: (16.7174,-90.6548,-625.319) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.000393835 position[mm]: (17.3678,-90.826,-624.613) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0013989 position[mm]: (17.915,-90.8449,-622.981) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00445293 position[mm]: (18.7823,-89.8599,-622.089) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0133778 position[mm]: (20.0959,-89.9422,-621.676) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00594838 position[mm]: (19.3333,-89.7228,-621.68) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00429404 position[mm]: (19.1329,-90.1952,-621.43) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00370705 position[mm]: (18.9985,-90.5788,-621.34) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00133958 position[mm]: (19.1367,-90.6209,-621.134) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00980457 position[mm]: (18.9425,-90.6569,-621.117) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0035623 position[mm]: (18.9464,-90.6767,-621.099) - trackID: 113 chamberNb: 1 energy deposit[MeV]: 0.00136348 position[mm]: (19.1363,-90.6225,-621.142) - trackID: 112 chamberNb: 1 energy deposit[MeV]: 0.00196115 position[mm]: (19.0051,-90.5693,-621.342) - trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.001122 position[mm]: (19.8981,-90.3059,-622.218) - trackID: 114 chamberNb: 1 energy deposit[MeV]: 0.00393792 position[mm]: (19.8746,-90.3148,-622.2) - trackID: 110 chamberNb: 1 energy deposit[MeV]: 0.00291191 position[mm]: (17.9029,-90.8486,-622.965) - trackID: 109 chamberNb: 1 energy deposit[MeV]: 0.00289376 position[mm]: (17.3508,-90.8166,-624.606) - trackID: 108 chamberNb: 1 energy deposit[MeV]: 0.00167982 position[mm]: (16.7111,-90.6515,-625.312) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.00309134 position[mm]: (14.2393,-85.8676,-708.675) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.00105671 position[mm]: (14.2751,-85.8784,-708.66) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.00204164 position[mm]: (14.2823,-85.8848,-708.668) - trackID: 116 chamberNb: 1 energy deposit[MeV]: 0.00163745 position[mm]: (14.2759,-85.8706,-708.666) - trackID: 115 chamberNb: 1 energy deposit[MeV]: 0.0014478 position[mm]: (14.2426,-85.8607,-708.678) - trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00273031 position[mm]: (14.3237,-85.5904,-712.486) - trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.00343226 position[mm]: (13.9999,-83.4407,-753.199) - trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.00132346 position[mm]: (13.7942,-82.0488,-778.578) - trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.00224392 position[mm]: (13.6752,-81.0638,-797.048) - trackID: 32 chamberNb: 0 energy deposit[MeV]: 0.00290983 position[mm]: (9.52957,-46.7966,-1407.93) - trackID: 31 chamberNb: 0 energy deposit[MeV]: 0.00165321 position[mm]: (9.42082,-45.5852,-1428.87) - trackID: 30 chamberNb: 0 energy deposit[MeV]: 0.00277754 position[mm]: (9.35455,-44.9489,-1440.15) - trackID: 29 chamberNb: 0 energy deposit[MeV]: 0.00128863 position[mm]: (9.08043,-43.3144,-1470.08) - trackID: 28 chamberNb: 0 energy deposit[MeV]: 0.00125698 position[mm]: (8.95275,-42.5778,-1484.06) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00144603 position[mm]: (8.83861,-41.8829,-1497.46) - trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.00209637 position[mm]: (8.74469,-41.4711,-1505.32) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.000111901 position[mm]: (7.80796,-38.788,-1560.29) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0116203 position[mm]: (5.56467,-39.0307,-1560.18) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00691938 position[mm]: (6.22542,-38.9348,-1559.11) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00571244 position[mm]: (6.77349,-39.8065,-1559.4) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.000903903 position[mm]: (6.93238,-39.7707,-1559.36) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 6.61285e-05 position[mm]: (6.948,-39.7461,-1559.36) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00614086 position[mm]: (7.13306,-39.6031,-1559.23) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00990004 position[mm]: (7.15241,-39.5114,-1559.16) - trackID: 122 chamberNb: 0 energy deposit[MeV]: 0.00335149 position[mm]: (6.95137,-39.7325,-1559.38) - trackID: 121 chamberNb: 0 energy deposit[MeV]: 0.00481083 position[mm]: (6.96019,-39.7826,-1559.39) - trackID: 120 chamberNb: 0 energy deposit[MeV]: 0.00793145 position[mm]: (6.80051,-39.8508,-1559.47) - trackID: 119 chamberNb: 0 energy deposit[MeV]: 0.00227677 position[mm]: (6.23595,-38.9314,-1559.1) - trackID: 118 chamberNb: 0 energy deposit[MeV]: 0.00228417 position[mm]: (5.57016,-39.0179,-1560.19) - trackID: 117 chamberNb: 0 energy deposit[MeV]: 0.00158304 position[mm]: (7.80829,-38.788,-1560.28) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.00153448 position[mm]: (7.97491,-37.5462,-1585.64) +Number of hits: 88 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00605905 position[mm]: (-41.567,14.8122,-1580.51) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00237272 position[mm]: (-41.9831,14.9564,-1571.75) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0118235 position[mm]: (-43.2649,15.3877,-1544.97) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000617746 position[mm]: (-43.6012,15.4952,-1538.05) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0203112 position[mm]: (-46.4303,16.4581,-1478.98) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0267319 position[mm]: (-50.3416,17.4082,-1400.65) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 1.98517e-05 position[mm]: (-50.3739,17.4147,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0231555 position[mm]: (-81.9381,23.8821,-758.17) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00241102 position[mm]: (-82.1462,23.9326,-753.669) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00335417 position[mm]: (-82.6984,24.0682,-741.784) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0042182 position[mm]: (-83.0599,24.1633,-733.947) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000454984 position[mm]: (-83.1359,24.1818,-732.296) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0227701 position[mm]: (-85.9024,24.6752,-677.913) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.016655 position[mm]: (-88.6988,25.3941,-620.816) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00314546 position[mm]: (-89.7559,25.6104,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.023241 position[mm]: (-124.543,32.9839,67.4945) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.01116 position[mm]: (-126.733,33.4991,107.04) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00792469 position[mm]: (-127.785,33.7775,125.838) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00513093 position[mm]: (-128.736,34.0437,143.011) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00279317 position[mm]: (-129.096,34.1366,149.672) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00195493 position[mm]: (-129.447,34.2229,156.271) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 2.79167e-05 position[mm]: (-129.481,34.2311,156.902) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00483659 position[mm]: (-130.925,34.5786,183.933) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00604544 position[mm]: (-131.779,34.8028,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.012359 position[mm]: (-166.914,43.974,817.169) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0111093 position[mm]: (-169.29,44.634,860.125) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000510258 position[mm]: (-169.498,44.6864,864.083) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000257885 position[mm]: (-169.581,44.7079,865.636) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0394592 position[mm]: (-175.389,46.2388,974.687) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00627716 position[mm]: (-175.946,46.3621,985.474) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00586056 position[mm]: (-176.693,46.5234,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000954787 position[mm]: (-209.897,52.2833,1605.46) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00280387 position[mm]: (-210.637,52.3817,1618.77) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0126728 position[mm]: (-212.466,52.6074,1651.55) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0180808 position[mm]: (-214.928,52.9149,1697.49) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00307238 position[mm]: (-215.388,53.031,1706.91) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00111245 position[mm]: (-215.665,53.1002,1712.71) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00711509 position[mm]: (-217.043,53.4298,1741.41) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0209341 position[mm]: (-219.138,53.902,1785.72) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00318534 position[mm]: (-219.821,54.0943,1800) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0063736 position[mm]: (-219.181,53.9478,1785.73) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00832786 position[mm]: (-216.337,53.1615,1741.59) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00530584 position[mm]: (-215.942,53.0535,1741.78) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00112467 position[mm]: (-215.937,53.0629,1741.55) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00748517 position[mm]: (-215.99,53.1183,1741.53) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.00743681 position[mm]: (-215.896,53.1176,1741.59) + trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.00183988 position[mm]: (-215.941,53.0644,1741.78) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00278162 position[mm]: (-215.668,53.0811,1712.71) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00437608 position[mm]: (-215.373,52.998,1706.92) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.00596763 position[mm]: (-214.982,52.934,1697.49) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00751967 position[mm]: (-212.46,52.5281,1651.56) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00619137 position[mm]: (-210.557,52.4651,1618.79) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00343813 position[mm]: (-210.537,52.4658,1618.8) + trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.00155717 position[mm]: (-209.905,52.2858,1605.46) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00141636 position[mm]: (-175.952,46.3667,985.474) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00147834 position[mm]: (-175.395,46.2449,974.687) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0014031 position[mm]: (-169.583,44.7157,865.636) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00309055 position[mm]: (-169.494,44.7083,864.084) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00781625 position[mm]: (-169.404,44.6712,860.131) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00197781 position[mm]: (-169.398,44.6784,860.138) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0017418 position[mm]: (-129.488,34.2387,156.902) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00158827 position[mm]: (-129.448,34.2137,156.271) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0013076 position[mm]: (-129.099,34.1432,149.672) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00126899 position[mm]: (-128.737,34.0506,143.011) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0026302 position[mm]: (-127.803,33.7757,125.838) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00460982 position[mm]: (-126.704,33.525,107.044) + trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.00165537 position[mm]: (-124.551,32.9786,67.4945) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00123701 position[mm]: (-88.7037,25.3988,-620.816) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00151219 position[mm]: (-85.8999,24.6669,-677.912) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00138326 position[mm]: (-83.1426,24.1777,-732.296) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0014687 position[mm]: (-83.0683,24.1639,-733.947) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00219626 position[mm]: (-82.6908,24.0796,-741.783) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00212591 position[mm]: (-82.1583,23.9377,-753.669) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00151791 position[mm]: (-81.9296,23.88,-758.169) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00191057 position[mm]: (-50.3474,17.4181,-1400.65) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00657709 position[mm]: (-46.4447,16.5381,-1478.97) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00103291 position[mm]: (-46.4464,16.5333,-1478.97) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00305001 position[mm]: (-43.5814,15.4862,-1538.05) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00942871 position[mm]: (-42.9005,15.3684,-1544.9) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0106103 position[mm]: (-42.8059,15.2726,-1544.87) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0017335 position[mm]: (-41.9838,14.9463,-1571.75) + trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.00222915 position[mm]: (-41.5532,14.8143,-1580.51) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 5.25348e-05 position[mm]: (-41.896,12.9275,-1599.99) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.000841506 position[mm]: (-41.8808,12.9203,-1599.9) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.000228751 position[mm]: (-41.8448,12.8972,-1599.88) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.0010624 position[mm]: (-41.8356,12.8573,-1599.83) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.00146409 position[mm]: (-41.8567,12.7894,-1599.83) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.00345798 position[mm]: (-41.8595,12.7645,-1599.82) Collection: Event_4 -Number of hits: 97 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0158564 position[mm]: (-104.313,58.9702,-1561.78) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00445475 position[mm]: (-106.109,60.0105,-1546.98) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00190358 position[mm]: (-106.24,60.0852,-1545.91) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.053061 position[mm]: (-123.875,70.1731,-1401.37) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000177646 position[mm]: (-124.045,70.26,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.035131 position[mm]: (-211.577,115.579,-688.993) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00907608 position[mm]: (-214.377,117.159,-665.986) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00901234 position[mm]: (-217.487,118.781,-641.204) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010718 position[mm]: (-220.612,120.426,-616.055) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0049282 position[mm]: (-222.582,121.476,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00669929 position[mm]: (-298.654,161.687,12.9757) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00755546 position[mm]: (-300.019,162.401,23.8197) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00474315 position[mm]: (-301.703,163.282,37.3034) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00722927 position[mm]: (-303.979,164.455,55.5243) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0152735 position[mm]: (-308.252,166.671,89.9013) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000991533 position[mm]: (-309.205,167.174,97.7589) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00281192 position[mm]: (-310.134,167.668,105.449) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00415253 position[mm]: (-312.054,168.706,121.449) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011162 position[mm]: (-315.63,170.647,151.275) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0043505 position[mm]: (-316.888,171.335,161.807) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00133062 position[mm]: (-317.39,171.607,165.971) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0128075 position[mm]: (-321.479,173.849,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0120324 position[mm]: (-396.396,214.16,821.72) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0236742 position[mm]: (-402.759,217.659,874.861) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000114318 position[mm]: (-402.811,217.687,875.29) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0116726 position[mm]: (-406.541,219.718,905.747) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0116949 position[mm]: (-408.727,220.857,923.886) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0246582 position[mm]: (-415.725,224.625,982.787) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00815076 position[mm]: (-417.729,225.753,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0147323 position[mm]: (-495.897,265.337,1645.89) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00358294 position[mm]: (-497.742,266.289,1660.94) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000796714 position[mm]: (-497.904,266.373,1662.25) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00264051 position[mm]: (-498.617,266.742,1668) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0219314 position[mm]: (-507.174,271.155,1736.87) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0147175 position[mm]: (-511.756,273.641,1773.7) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0117914 position[mm]: (-514.16,274.986,1792.89) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 8.13693e-05 position[mm]: (-514.288,275.059,1793.94) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00166481 position[mm]: (-514.836,275.373,1798.42) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000654472 position[mm]: (-515.031,275.484,1800) - trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00246635 position[mm]: (-514.648,275.406,1798.46) - trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00926072 position[mm]: (-514.595,275.32,1798.42) - trackID: 92 chamberNb: 4 energy deposit[MeV]: 0.0015932 position[mm]: (-514.64,275.411,1798.46) - trackID: 76 chamberNb: 4 energy deposit[MeV]: 0.00323682 position[mm]: (-514.31,275.068,1793.93) - trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.00374148 position[mm]: (-514.171,274.9,1792.9) - trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.00223488 position[mm]: (-514.184,274.895,1792.9) - trackID: 93 chamberNb: 4 energy deposit[MeV]: 0.00200857 position[mm]: (-514.174,274.904,1792.89) - trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00184651 position[mm]: (-511.767,273.644,1773.7) - trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00159623 position[mm]: (-507.177,271.164,1736.87) - trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00295361 position[mm]: (-498.6,266.754,1668.01) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00803359 position[mm]: (-497.98,266.328,1662.25) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.00137907 position[mm]: (-497.737,266.295,1660.94) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00340203 position[mm]: (-495.894,265.312,1645.89) - trackID: 61 chamberNb: 3 energy deposit[MeV]: 0.00153022 position[mm]: (-415.717,224.625,982.789) - trackID: 60 chamberNb: 3 energy deposit[MeV]: 0.00149733 position[mm]: (-408.735,220.856,923.886) - trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.000833823 position[mm]: (-406.576,219.712,906.328) - trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.00263949 position[mm]: (-406.566,219.697,906.333) - trackID: 95 chamberNb: 3 energy deposit[MeV]: 0.00254281 position[mm]: (-406.59,219.702,906.329) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00161296 position[mm]: (-406.536,219.725,905.747) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00642204 position[mm]: (-402.474,217.42,875.42) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00524915 position[mm]: (-402.219,217.351,875.398) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00535021 position[mm]: (-402.27,217.436,875.428) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00354249 position[mm]: (-402.288,217.456,875.426) - trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.00195063 position[mm]: (-402.228,217.348,875.392) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00138716 position[mm]: (-402.759,217.666,874.861) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00180868 position[mm]: (-395.619,213.912,821.996) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.000293969 position[mm]: (-395.717,213.37,822.033) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00475152 position[mm]: (-395.599,212.754,821.926) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00428941 position[mm]: (-395.569,212.327,821.763) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00701536 position[mm]: (-395.569,212.563,821.939) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0102214 position[mm]: (-395.506,212.451,821.94) - trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.00153809 position[mm]: (-395.56,212.325,821.765) - trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.0024594 position[mm]: (-395.706,213.369,822.045) - trackID: 97 chamberNb: 3 energy deposit[MeV]: 0.00288723 position[mm]: (-395.609,213.908,821.979) - trackID: 52 chamberNb: 2 energy deposit[MeV]: 0.00346762 position[mm]: (-317.416,171.606,165.969) - trackID: 51 chamberNb: 2 energy deposit[MeV]: 0.00211902 position[mm]: (-316.885,171.322,161.809) - trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.00265773 position[mm]: (-315.634,170.664,151.275) - trackID: 49 chamberNb: 2 energy deposit[MeV]: 0.00154219 position[mm]: (-312.063,168.706,121.448) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00256797 position[mm]: (-310.139,167.684,105.448) - trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.00246209 position[mm]: (-309.214,167.16,97.7596) - trackID: 46 chamberNb: 2 energy deposit[MeV]: 0.00173025 position[mm]: (-308.261,166.676,89.9003) - trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0017559 position[mm]: (-303.972,164.447,55.5261) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00663404 position[mm]: (-301.662,163.231,37.3174) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00148417 position[mm]: (-300.016,162.409,23.8198) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00276841 position[mm]: (-298.477,161.662,13.0213) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00806853 position[mm]: (-298.555,161.701,13.037) - trackID: 100 chamberNb: 2 energy deposit[MeV]: 0.00194156 position[mm]: (-298.471,161.672,13.0243) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00161423 position[mm]: (-297.069,160.835,0.195878) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.000551663 position[mm]: (-220.573,120.488,-616.047) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00448142 position[mm]: (-220.558,120.522,-616.038) - trackID: 106 chamberNb: 1 energy deposit[MeV]: 0.00260649 position[mm]: (-220.581,120.488,-616.032) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0024446 position[mm]: (-217.503,118.779,-641.205) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00142619 position[mm]: (-214.385,117.156,-665.987) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00354293 position[mm]: (-211.597,115.562,-688.993) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.00344274 position[mm]: (-123.854,70.1876,-1401.37) - trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00136313 position[mm]: (-106.235,60.0912,-1545.91) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00139564 position[mm]: (-106.117,60.0084,-1546.98) - trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.00243995 position[mm]: (-104.328,58.9635,-1561.79) +Number of hits: 121 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00895369 position[mm]: (-35.6346,-146.007,-1552.63) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0386771 position[mm]: (-39.8176,-162.318,-1458.25) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00132442 position[mm]: (-39.9071,-162.62,-1456.5) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0062305 position[mm]: (-40.6392,-165.112,-1442.02) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0171614 position[mm]: (-42.7895,-172.39,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00921419 position[mm]: (-75.1687,-282.566,-767.052) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0138349 position[mm]: (-76.2712,-286.384,-744.988) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0100147 position[mm]: (-78.4573,-293.727,-702.306) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00273468 position[mm]: (-78.6092,-294.233,-699.335) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00888706 position[mm]: (-80.5479,-300.666,-661.471) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00135107 position[mm]: (-80.9555,-301.953,-653.869) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0278002 position[mm]: (-83.8273,-311.037,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00660252 position[mm]: (-116.822,-416.313,28.9657) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00225479 position[mm]: (-117.006,-416.892,32.4342) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00485086 position[mm]: (-117.648,-418.937,44.6894) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0162097 position[mm]: (-119.729,-425.506,84.4042) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0076387 position[mm]: (-120.691,-428.549,102.808) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0207828 position[mm]: (-123.468,-437.244,155.454) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00604355 position[mm]: (-124.463,-440.495,174.787) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0131598 position[mm]: (-125.785,-444.746,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00931401 position[mm]: (-161.222,-551.111,827.697) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00372764 position[mm]: (-161.768,-552.752,837.441) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00642755 position[mm]: (-162.558,-555.127,851.465) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0160058 position[mm]: (-165.201,-563.435,899.975) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000342835 position[mm]: (-165.474,-564.354,905.343) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0336649 position[mm]: (-169.518,-577.916,984.533) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00493019 position[mm]: (-170.126,-580.063,997.348) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000884613 position[mm]: (-170.25,-580.505,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00200996 position[mm]: (-198.517,-680.429,1605.12) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000637142 position[mm]: (-198.587,-680.676,1606.63) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00218573 position[mm]: (-199.289,-683.165,1621.78) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00259468 position[mm]: (-199.546,-684.053,1627.22) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0128241 position[mm]: (-200.531,-687.473,1648.25) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0114507 position[mm]: (-201.917,-692.428,1678.74) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00209123 position[mm]: (-202.036,-692.862,1681.4) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0102068 position[mm]: (-203.298,-697.431,1709.42) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00610425 position[mm]: (-204.349,-701.067,1731.56) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00266233 position[mm]: (-204.658,-702.131,1738.03) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00974277 position[mm]: (-205.782,-705.924,1761.15) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0101877 position[mm]: (-206.659,-708.803,1778.52) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00235737 position[mm]: (-206.885,-709.556,1783.05) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00797551 position[mm]: (-207.735,-712.366,1800) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00215778 position[mm]: (-206.892,-709.567,1783.05) + trackID: 76 chamberNb: 4 energy deposit[MeV]: 0.0023978 position[mm]: (-206.675,-708.805,1778.52) + trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.0018658 position[mm]: (-205.793,-705.923,1761.15) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.00265608 position[mm]: (-204.641,-702.125,1738.03) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.00192161 position[mm]: (-204.338,-701.066,1731.56) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00158612 position[mm]: (-203.302,-697.423,1709.42) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00242662 position[mm]: (-202.039,-692.847,1681.41) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.001866 position[mm]: (-201.904,-692.441,1678.75) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.00146876 position[mm]: (-201.903,-692.437,1678.74) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00134867 position[mm]: (-200.579,-687.566,1648.24) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00550773 position[mm]: (-200.546,-687.602,1648.22) + trackID: 91 chamberNb: 4 energy deposit[MeV]: 0.00215639 position[mm]: (-200.577,-687.57,1648.25) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0013668 position[mm]: (-199.289,-683.157,1621.78) + trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.00347914 position[mm]: (-198.564,-680.665,1606.63) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00279209 position[mm]: (-198.516,-680.41,1605.13) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00230514 position[mm]: (-170.14,-580.068,997.347) + trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00128832 position[mm]: (-169.511,-577.918,984.533) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00236245 position[mm]: (-165.39,-564.479,905.342) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.000124538 position[mm]: (-165.338,-564.513,905.313) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 1.83885e-05 position[mm]: (-165.341,-564.542,905.313) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00154011 position[mm]: (-165.363,-564.513,905.331) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00190821 position[mm]: (-165.353,-564.509,905.329) + trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.00125429 position[mm]: (-165.36,-564.518,905.334) + trackID: 95 chamberNb: 3 energy deposit[MeV]: 0.00127447 position[mm]: (-165.343,-564.54,905.307) + trackID: 94 chamberNb: 3 energy deposit[MeV]: 0.00163704 position[mm]: (-165.331,-564.514,905.307) + trackID: 93 chamberNb: 3 energy deposit[MeV]: 0.00121867 position[mm]: (-165.394,-564.485,905.342) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00638365 position[mm]: (-169.19,-565.453,900.946) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0103347 position[mm]: (-172.057,-569.181,900.867) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00458982 position[mm]: (-172.147,-567.476,902.704) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00850837 position[mm]: (-173.944,-569.305,904.42) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00394697 position[mm]: (-174.016,-568.222,903.861) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00665876 position[mm]: (-174.181,-567.727,904.559) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00658646 position[mm]: (-174.262,-567.894,903.97) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00108446 position[mm]: (-174.14,-567.787,904.261) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00789172 position[mm]: (-173.88,-567.607,904.246) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0101543 position[mm]: (-173.951,-567.509,904.284) + trackID: 102 chamberNb: 3 energy deposit[MeV]: 0.0015934 position[mm]: (-174.142,-567.784,904.252) + trackID: 101 chamberNb: 3 energy deposit[MeV]: 0.00888356 position[mm]: (-174.158,-568.258,903.856) + trackID: 101 chamberNb: 3 energy deposit[MeV]: 0.00221527 position[mm]: (-174.144,-568.255,903.857) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.00445492 position[mm]: (-174.243,-569.393,904.267) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.000570112 position[mm]: (-174.406,-569.428,904.296) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.00763957 position[mm]: (-174.447,-569.607,904.181) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.000539551 position[mm]: (-174.461,-569.59,904.169) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.00306401 position[mm]: (-174.462,-569.612,904.168) + trackID: 103 chamberNb: 3 energy deposit[MeV]: 0.00290288 position[mm]: (-174.45,-569.596,904.198) + trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.0023472 position[mm]: (-172.151,-567.464,902.713) + trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.00561781 position[mm]: (-172.099,-569.204,900.888) + trackID: 97 chamberNb: 3 energy deposit[MeV]: 0.00411376 position[mm]: (-169.196,-565.449,900.914) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00327305 position[mm]: (-162.582,-555.125,851.465) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00289424 position[mm]: (-161.75,-552.743,837.444) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00809019 position[mm]: (-161.168,-551.282,827.693) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00139006 position[mm]: (-161.155,-551.252,827.675) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00307516 position[mm]: (-161.148,-551.232,827.682) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00204863 position[mm]: (-124.471,-440.485,174.789) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.002126 position[mm]: (-123.582,-437.291,155.454) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00510403 position[mm]: (-123.557,-437.246,155.492) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00138302 position[mm]: (-123.557,-437.238,155.492) + trackID: 104 chamberNb: 2 energy deposit[MeV]: 0.0013801 position[mm]: (-123.586,-437.294,155.46) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00589772 position[mm]: (-120.766,-428.571,102.808) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0015045 position[mm]: (-120.767,-428.562,102.807) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00216344 position[mm]: (-119.718,-425.497,84.4068) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0015232 position[mm]: (-117.656,-418.942,44.6886) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.00172729 position[mm]: (-117.013,-416.899,32.4331) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00519239 position[mm]: (-116.777,-416.321,28.9703) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00196739 position[mm]: (-80.9448,-301.948,-653.867) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00101215 position[mm]: (-80.5671,-300.896,-661.481) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0130696 position[mm]: (-80.7546,-300.882,-661.446) + trackID: 109 chamberNb: 1 energy deposit[MeV]: 0.00127854 position[mm]: (-80.5676,-300.903,-661.48) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00984858 position[mm]: (-78.447,-294.286,-699.316) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00237606 position[mm]: (-78.4581,-294.276,-699.311) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00286318 position[mm]: (-78.4475,-293.744,-702.307) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00427749 position[mm]: (-76.239,-286.372,-744.982) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00140101 position[mm]: (-75.175,-282.57,-767.053) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00626464 position[mm]: (-40.6116,-165.059,-1442) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00234803 position[mm]: (-39.9216,-162.616,-1456.5) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.00193542 position[mm]: (-39.8098,-162.31,-1458.25) + trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.000538253 position[mm]: (-35.734,-145.953,-1552.61) + trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.00670511 position[mm]: (-35.7945,-145.973,-1552.59) + trackID: 110 chamberNb: 0 energy deposit[MeV]: 0.00236276 position[mm]: (-35.7305,-145.967,-1552.61) diff --git a/examples/extended/persistency/P01/p01-write.out b/examples/extended/persistency/P01/p01-write.out index 68e66439f0..68f9723450 100644 --- a/examples/extended/persistency/P01/p01-write.out +++ b/examples/extended/persistency/P01/p01-write.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,6 +39,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -138,7 +142,8 @@ There are 5 chambers in the tracker region. The chambers are 200 mm of XenonGas LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -155,7 +160,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -165,8 +170,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -229,10 +235,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -257,10 +263,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -287,10 +293,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -319,10 +325,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -333,10 +339,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -346,10 +352,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -378,10 +384,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -410,10 +416,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -442,14 +448,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -460,7 +465,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -475,14 +480,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -493,7 +497,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -508,10 +512,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -540,10 +544,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -577,15 +581,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -595,10 +602,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -606,10 +615,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -618,6 +629,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -625,11 +637,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -637,11 +651,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -650,10 +666,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -664,10 +682,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -678,10 +698,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -691,10 +713,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -705,10 +729,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -719,10 +745,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -733,10 +761,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -746,11 +776,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -758,6 +790,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -765,6 +798,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -774,6 +808,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -781,11 +816,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -793,11 +830,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -807,11 +846,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -819,6 +860,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -826,6 +868,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -835,11 +878,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -847,11 +892,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -861,11 +908,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -873,11 +922,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -887,29 +938,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -935,21 +988,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659 keV e- 1.00699 MeV e+ 946.934 keV proton 70 keV + Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : XenonGas Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1.21598 keV e+ 1.19032 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.21742 keV e+ 1.19198 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -985,1142 +1038,1359 @@ CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm -2.91 m 3 GeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 0 fm -2.7 m 3 GeV 32 keV 20.8 cm 20.8 cm World hIoni - 2 1.61 um -2.04 um -2.66 m 3 GeV 8.33 keV 3.82 cm 24.6 cm World hIoni - 3 5.89 um -20 um -2.47 m 3 GeV 28.6 keV 19.2 cm 43.8 cm World hIoni - 4 5.19 um -23.8 um -2.45 m 3 GeV 2.1 keV 2.14 cm 45.9 cm World hIoni - 5 5.17 um -23.9 um -2.45 m 3 GeV 96.8 eV 559 um 46 cm World Transportation - 6 5.14 um -24.1 um -2.45 m 3 GeV 676 keV 517 um 46.1 cm Target hIoni - 7 4.99 um -24 um -2.45 m 3 GeV 267 keV 217 um 46.1 cm Target CoulombScat - 8 -161 um -102 um -2.44 m 2.99 GeV 8.72 MeV 7.38 mm 46.8 cm Target hIoni - 9 -462 um -525 um -2.42 m 2.96 GeV 27.9 MeV 2.45 cm 49.3 cm Target CoulombScat - 10 -585 um -786 um -2.4 m 2.94 GeV 19.4 MeV 1.74 cm 51 cm Target Transportation - 11 -1.12 mm -1.93 mm -2.35 m 2.94 GeV 9.08 keV 5.28 cm 56.3 cm Tracker hIoni - 12 -1.5 mm -2.76 mm -2.31 m 2.94 GeV 8.11 keV 3.79 cm 60.1 cm Tracker hIoni - 13 -3.06 mm -6.13 mm -2.15 m 2.94 GeV 23.4 keV 15.5 cm 75.5 cm Tracker hIoni - 14 -4.78 mm -9.87 mm -1.98 m 2.94 GeV 23.7 keV 17 cm 92.6 cm Tracker hIoni - 15 -5.13 mm -1.06 cm -1.95 m 2.94 GeV 3.9 keV 3.48 cm 96.1 cm Tracker hIoni - 16 -6.08 mm -1.27 cm -1.86 m 2.94 GeV 15.1 keV 9.34 cm 1.05 m Tracker hIoni - 17 -6.53 mm -1.37 cm -1.81 m 2.94 GeV 4.99 keV 4.52 cm 1.1 m Tracker hIoni - 18 -6.74 mm -1.41 cm -1.79 m 2.94 GeV 2.9 keV 2.06 cm 1.12 m Tracker hIoni - 19 -8.66 mm -1.83 cm -1.6 m 2.94 GeV 32.7 keV 19 cm 1.31 m Tracker Transportation - 20 -9.24 mm -1.96 cm -1.54 m 2.94 GeV 20.3 keV 5.69 cm 1.37 m Chamber hIoni - 21 -9.56 mm -2.03 cm -1.51 m 2.94 GeV 15.3 keV 3.15 cm 1.4 m Chamber hIoni - 22 -9.91 mm -2.11 cm -1.48 m 2.94 GeV 14.7 keV 3.5 cm 1.43 m Chamber hIoni - 23 -1.02 cm -2.17 cm -1.45 m 2.94 GeV 11.9 keV 2.86 cm 1.46 m Chamber hIoni - 24 -1.06 cm -2.26 cm -1.41 m 2.94 GeV 13.3 keV 3.99 cm 1.5 m Chamber hIoni - 25 -1.07 cm -2.27 cm -1.4 m 2.94 GeV 2.59 keV 8.26 mm 1.51 m Chamber Transportation - 26 -1.32 cm -2.82 cm -1.15 m 2.94 GeV 38.4 keV 25.1 cm 1.76 m Tracker hIoni - 27 -1.37 cm -2.92 cm -1.1 m 2.94 GeV 6.1 keV 4.71 cm 1.81 m Tracker hIoni - 28 -1.4 cm -2.99 cm -1.07 m 2.94 GeV 2.8 keV 2.97 cm 1.84 m Tracker hIoni - 29 -1.46 cm -3.1 cm -1.02 m 2.94 GeV 4.63 keV 5.25 cm 1.89 m Tracker hIoni - 30 -1.47 cm -3.12 cm -1.01 m 2.94 GeV 1.5 keV 1.1 cm 1.9 m Tracker hIoni - 31 -1.54 cm -3.27 cm -94.2 cm 2.94 GeV 17.5 keV 6.69 cm 1.97 m Tracker hIoni - 32 -1.59 cm -3.38 cm -89 cm 2.94 GeV 6.25 keV 5.24 cm 2.02 m Tracker hIoni - 33 -1.68 cm -3.58 cm -80 cm 2.94 GeV 13.9 keV 8.99 cm 2.11 m Tracker Transportation - 34 -1.73 cm -3.7 cm -74.6 cm 2.94 GeV 23.6 keV 5.39 cm 2.16 m Chamber hIoni - 35 -1.74 cm -3.71 cm -73.9 cm 2.94 GeV 1.99 keV 6.93 mm 2.17 m Chamber hIoni - 36 -1.75 cm -3.72 cm -73.5 cm 2.94 GeV 1.79 keV 3.79 mm 2.18 m Chamber hIoni - 37 -1.76 cm -3.75 cm -71.9 cm 2.94 GeV 9.71 keV 1.61 cm 2.19 m Chamber hIoni - 38 -1.76 cm -3.75 cm -71.9 cm 2.94 GeV 34.3 eV 204 um 2.19 m Chamber hIoni - 39 -1.76 cm -3.76 cm -71.6 cm 2.94 GeV 355 eV 2.64 mm 2.19 m Chamber hIoni - 40 -1.81 cm -3.85 cm -67.4 cm 2.94 GeV 14.3 keV 4.28 cm 2.24 m Chamber hIoni - 41 -1.88 cm -4.01 cm -60 cm 2.94 GeV 28.6 keV 7.37 cm 2.31 m Chamber Transportation - 42 -1.89 cm -4.03 cm -58.9 cm 2.94 GeV 1.11 keV 1.08 cm 2.32 m Tracker hIoni - 43 -1.9 cm -4.04 cm -58.4 cm 2.94 GeV 602 eV 5.52 mm 2.33 m Tracker hIoni - 44 -2.15 cm -4.58 cm -33.2 cm 2.94 GeV 37.5 keV 25.1 cm 2.58 m Tracker hIoni - 45 -2.19 cm -4.66 cm -29.8 cm 2.94 GeV 5.33 keV 3.44 cm 2.61 m Tracker hIoni - 46 -2.24 cm -4.77 cm -24.3 cm 2.94 GeV 7.18 keV 5.52 cm 2.67 m Tracker hIoni - 47 -2.37 cm -5.04 cm -12.1 cm 2.94 GeV 19.7 keV 12.2 cm 2.79 m Tracker hIoni - 48 -2.46 cm -5.22 cm -3.39 cm 2.94 GeV 14.5 keV 8.66 cm 2.88 m Tracker hIoni - 49 -2.5 cm -5.3 cm 0.00711 fm 2.94 GeV 6.37 keV 3.39 cm 2.91 m Tracker Transportation - 50 -2.53 cm -5.37 cm 3.26 cm 2.94 GeV 12.1 keV 3.26 cm 2.94 m Chamber hIoni - 51 -2.7 cm -5.73 cm 20 cm 2.94 GeV 56.4 keV 16.7 cm 3.11 m Chamber Transportation - 52 -2.71 cm -5.73 cm 20.2 cm 2.94 GeV 668 eV 2.16 mm 3.11 m Tracker hIoni - 53 -2.73 cm -5.78 cm 22.6 cm 2.94 GeV 5.56 keV 2.36 cm 3.14 m Tracker hIoni - 54 -2.77 cm -5.87 cm 26.5 cm 2.94 GeV 6.53 keV 3.94 cm 3.18 m Tracker hIoni - 55 -2.88 cm -6.12 cm 38 cm 2.94 GeV 12.5 keV 11.5 cm 3.29 m Tracker hIoni - 56 -2.92 cm -6.21 cm 41.9 cm 2.94 GeV 8.58 keV 3.85 cm 3.33 m Tracker hIoni - 57 -2.99 cm -6.36 cm 48.9 cm 2.94 GeV 7.82 keV 7.02 cm 3.4 m Tracker hIoni - 58 -3.06 cm -6.5 cm 55.5 cm 2.94 GeV 8.68 keV 6.61 cm 3.47 m Tracker hIoni - 59 -3.18 cm -6.76 cm 67.4 cm 2.94 GeV 16.3 keV 11.9 cm 3.59 m Tracker hIoni - 60 -3.3 cm -7.04 cm 80 cm 2.94 GeV 18.3 keV 12.6 cm 3.71 m Tracker Transportation - 61 -3.31 cm -7.06 cm 81 cm 2.94 GeV 3.28 keV 1.02 cm 3.72 m Chamber hIoni - 62 -3.36 cm -7.17 cm 86 cm 2.94 GeV 30.7 keV 4.99 cm 3.77 m Chamber hIoni - 63 -3.39 cm -7.22 cm 88.6 cm 2.94 GeV 10.4 keV 2.54 cm 3.8 m Chamber hIoni - 64 -3.42 cm -7.29 cm 91.3 cm 2.94 GeV 9.11 keV 2.76 cm 3.82 m Chamber hIoni - 65 -3.42 cm -7.3 cm 91.8 cm 2.94 GeV 4.56 keV 5.36 mm 3.83 m Chamber hIoni - 66 -3.42 cm -7.3 cm 91.8 cm 2.94 GeV 6.49 eV 17.1 um 3.83 m Chamber hIoni - 67 -3.47 cm -7.4 cm 96.7 cm 2.94 GeV 20.3 keV 4.83 cm 3.88 m Chamber hIoni - 68 -3.48 cm -7.42 cm 97.6 cm 2.94 GeV 1.28 keV 8.79 mm 3.89 m Chamber hIoni - 69 -3.5 cm -7.48 cm 1 m 2.94 GeV 9.44 keV 2.44 cm 3.91 m Chamber Transportation - 70 -3.53 cm -7.54 cm 1.03 m 2.94 GeV 2.7 keV 2.8 cm 3.94 m Tracker hIoni - 71 -3.55 cm -7.58 cm 1.05 m 2.94 GeV 2.18 keV 1.77 cm 3.96 m Tracker hIoni - 72 -3.6 cm -7.69 cm 1.09 m 2.94 GeV 3.6 keV 4.6 cm 4 m Tracker hIoni - 73 -3.66 cm -7.81 cm 1.15 m 2.94 GeV 8.5 keV 5.62 cm 4.06 m Tracker hIoni - 74 -3.83 cm -8.18 cm 1.31 m 2.94 GeV 24.9 keV 16.4 cm 4.22 m Tracker hIoni - 75 -4.13 cm -8.82 cm 1.6 m 2.94 GeV 36.5 keV 28.8 cm 4.51 m Tracker Transportation - 76 -4.14 cm -8.86 cm 1.61 m 2.94 GeV 3.26 keV 1.43 cm 4.53 m Chamber hIoni - 77 -4.18 cm -8.94 cm 1.65 m 2.94 GeV 16.5 keV 3.69 cm 4.56 m Chamber hIoni - 78 -4.19 cm -8.95 cm 1.66 m 2.94 GeV 2.71 keV 5.74 mm 4.57 m Chamber hIoni - 79 -4.2 cm -8.98 cm 1.67 m 2.94 GeV 1.28 keV 1.17 cm 4.58 m Chamber hIoni - 80 -4.2 cm -8.99 cm 1.67 m 2.94 GeV 2.81 keV 5.62 mm 4.59 m Chamber hIoni - 81 -4.25 cm -9.08 cm 1.72 m 2.94 GeV 25.8 keV 4.14 cm 4.63 m Chamber hIoni - 82 -4.27 cm -9.12 cm 1.74 m 2.94 GeV 9.95 keV 1.97 cm 4.65 m Chamber hIoni - 83 -4.28 cm -9.14 cm 1.74 m 2.94 GeV 3.14 keV 8.82 mm 4.66 m Chamber hIoni - 84 -4.33 cm -9.26 cm 1.8 m 2.94 GeV 15.2 keV 5.3 cm 4.71 m Chamber hIoni - 85 -4.34 cm -9.26 cm 1.8 m 2.94 GeV 609 eV 2.88 mm 4.71 m Chamber Transportation - 86 -4.52 cm -9.65 cm 1.98 m 2.94 GeV 23.3 keV 17.6 cm 4.89 m Tracker hIoni - 87 -4.53 cm -9.66 cm 1.98 m 2.94 GeV 214 eV 4.24 mm 4.89 m Tracker hIoni - 88 -4.54 cm -9.69 cm 1.99 m 2.94 GeV 1.42 keV 1.37 cm 4.91 m Tracker hIoni - 89 -4.55 cm -9.7 cm 2 m 2.94 GeV 147 eV 2.83 mm 4.91 m Tracker hIoni - 90 -4.75 cm -10.1 cm 2.19 m 2.94 GeV 26.2 keV 19.6 cm 5.1 m Tracker hIoni - 91 -4.76 cm -10.1 cm 2.2 m 2.94 GeV 360 eV 3.53 mm 5.11 m Tracker hIoni - 92 -4.94 cm -10.5 cm 2.37 m 2.94 GeV 25.6 keV 17.5 cm 5.28 m Tracker hIoni - 93 -4.98 cm -10.6 cm 2.4 m 2.94 GeV 3.47 keV 2.86 cm 5.31 m Tracker Transportation - 94 -4.98 cm -10.6 cm 2.41 m 2.94 GeV 1.19 keV 6.78 mm 5.32 m World hIoni - 95 -5.02 cm -10.7 cm 2.44 m 2.94 GeV 2.97 keV 3.78 cm 5.36 m World hIoni - 96 -5.04 cm -10.7 cm 2.46 m 2.94 GeV 1.34 keV 1.16 cm 5.37 m World hIoni - 97 -5.04 cm -10.7 cm 2.47 m 2.94 GeV 1.49 keV 9 mm 5.38 m World hIoni - 98 -5.06 cm -10.7 cm 2.48 m 2.94 GeV 818 eV 1.08 cm 5.39 m World hIoni - 99 -5.41 cm -11.5 cm 2.8 m 2.94 GeV 48.1 keV 32.9 cm 5.72 m World hIoni - 100 -5.52 cm -11.7 cm 2.91 m 2.94 GeV 12.9 keV 10.5 cm 5.82 m OutOfWorld Transportation + 1 0 fm 0 fm -2.71 m 3 GeV 27.9 keV 20.1 cm 20.1 cm World hIoni + 2 3.61 um -4.61 um -2.64 m 3 GeV 11.1 keV 6.92 cm 27 cm World hIoni + 3 4.2 um -5.58 um -2.63 m 3 GeV 813 eV 1.01 cm 28 cm World hIoni + 4 4.37 um -5.95 um -2.63 m 3 GeV 597 eV 3.25 mm 28.4 cm World hIoni + 5 14.1 um -22.6 um -2.45 m 3 GeV 20.6 keV 17.6 cm 46 cm World Transportation + 6 14.2 um -22.8 um -2.45 m 3 GeV 775 keV 735 um 46.1 cm Target CoulombScat + 7 55.9 um -21.7 um -2.45 m 2.99 GeV 3.56 MeV 3.14 mm 46.4 cm Target hIoni + 8 105 um -15 um -2.44 m 2.99 GeV 4 MeV 3.59 mm 46.7 cm Target hIoni + 9 327 um -45.8 um -2.42 m 2.96 GeV 24 MeV 1.89 cm 48.6 cm Target hIoni + 10 325 um -41.4 um -2.42 m 2.96 GeV 1.8 MeV 1.55 mm 48.8 cm Target hIoni + 11 321 um -33.6 um -2.42 m 2.96 GeV 3.85 MeV 3.49 mm 49.1 cm Target hIoni + 12 316 um -24.2 um -2.41 m 2.95 GeV 5.35 MeV 5.53 mm 49.7 cm Target hIoni + 13 285 um -44.8 um -2.4 m 2.93 GeV 15.3 MeV 1.3 cm 51 cm Target Transportation + 14 -81.4 um 41.1 um -2.38 m 2.93 GeV 2.2 keV 2.25 cm 53.3 cm Tracker hIoni + 15 -2.32 mm 569 um -2.24 m 2.93 GeV 19.7 keV 13.8 cm 67 cm Tracker hIoni + 16 -6.57 mm 1.57 mm -1.98 m 2.93 GeV 44.9 keV 26.2 cm 93.2 cm Tracker hIoni + 17 -9.22 mm 2.19 mm -1.82 m 2.93 GeV 26.3 keV 16.3 cm 1.09 m Tracker hIoni + 18 -9.86 mm 2.34 mm -1.78 m 2.93 GeV 3.55 keV 3.98 cm 1.13 m Tracker hIoni + 19 -1.01 cm 2.4 mm -1.76 m 2.93 GeV 2.02 keV 1.6 cm 1.15 m Tracker hIoni + 20 -1.16 cm 2.74 mm -1.67 m 2.93 GeV 16.1 keV 8.89 cm 1.24 m Tracker hIoni + 21 -1.27 cm 3.01 mm -1.6 m 2.93 GeV 7.37 keV 7.07 cm 1.31 m Tracker Transportation + 22 -1.29 cm 3.05 mm -1.59 m 2.93 GeV 5.73 keV 1.2 cm 1.32 m Chamber hIoni + 23 -1.47 cm 3.47 mm -1.47 m 2.93 GeV 42.3 keV 11.4 cm 1.44 m Chamber hIoni + 24 -1.51 cm 3.56 mm -1.45 m 2.93 GeV 7.95 keV 2.38 cm 1.46 m Chamber hIoni + 25 -1.51 cm 3.57 mm -1.45 m 2.93 GeV 1.17 keV 2.65 mm 1.46 m Chamber hIoni + 26 -1.59 cm 3.75 mm -1.4 m 2.93 GeV 20 keV 4.52 cm 1.51 m Chamber hIoni + 27 -1.59 cm 3.76 mm -1.4 m 2.93 GeV 2.98 keV 2.88 mm 1.51 m Chamber Transportation + 28 -1.64 cm 3.87 mm -1.37 m 2.93 GeV 3.09 keV 2.89 cm 1.54 m Tracker hIoni + 29 -1.8 cm 4.25 mm -1.27 m 2.93 GeV 13.9 keV 10.1 cm 1.64 m Tracker hIoni + 30 -1.83 cm 4.32 mm -1.25 m 2.93 GeV 1.97 keV 1.93 cm 1.66 m Tracker hIoni + 31 -1.85 cm 4.34 mm -1.24 m 2.93 GeV 1.25 keV 6.61 mm 1.67 m Tracker hIoni + 32 -2.27 cm 5.33 mm -98.5 cm 2.93 GeV 37.6 keV 26 cm 1.93 m Tracker hIoni + 33 -2.55 cm 5.97 mm -81.5 cm 2.93 GeV 28.2 keV 17 cm 2.09 m Tracker hIoni + 34 -2.55 cm 5.98 mm -81.4 cm 2.93 GeV 202 eV 1.24 mm 2.1 m Tracker hIoni + 35 -2.57 cm 6.03 mm -80 cm 2.93 GeV 1.75 keV 1.41 cm 2.11 m Tracker Transportation + 36 -2.69 cm 6.32 mm -72.8 cm 2.93 GeV 20.8 keV 7.24 cm 2.18 m Chamber hIoni + 37 -2.76 cm 6.48 mm -68.6 cm 2.93 GeV 9.03 keV 4.19 cm 2.22 m Chamber hIoni + 38 -2.86 cm 6.71 mm -62.4 cm 2.93 GeV 24.4 keV 6.19 cm 2.29 m Chamber hIoni + 39 -2.88 cm 6.74 mm -61.6 cm 2.93 GeV 3.78 keV 7.89 mm 2.29 m Chamber hIoni + 40 -2.9 cm 6.81 mm -60 cm 2.93 GeV 4.64 keV 1.59 cm 2.31 m Chamber Transportation + 41 -2.92 cm 6.84 mm -59.2 cm 2.93 GeV 404 eV 7.97 mm 2.32 m Tracker hIoni + 42 -3 cm 7.05 mm -53.9 cm 2.93 GeV 9.77 keV 5.32 cm 2.37 m Tracker hIoni + 43 -3.12 cm 7.34 mm -46.7 cm 2.93 GeV 9.16 keV 7.18 cm 2.44 m Tracker hIoni + 44 -3.27 cm 7.69 mm -37.7 cm 2.93 GeV 13.2 keV 9 cm 2.53 m Tracker hIoni + 45 -3.33 cm 7.84 mm -34 cm 2.93 GeV 8.78 keV 3.68 cm 2.57 m Tracker hIoni + 46 -3.66 cm 8.6 mm -14.8 cm 2.93 GeV 30.2 keV 19.2 cm 2.76 m Tracker hIoni + 47 -3.71 cm 8.72 mm -11.7 cm 2.93 GeV 3.42 keV 3.15 cm 2.79 m Tracker hIoni + 48 -3.74 cm 8.8 mm -9.65 cm 2.93 GeV 3.69 keV 2.01 cm 2.81 m Tracker hIoni + 49 -3.9 cm 9.18 mm -0.0142 fm 2.93 GeV 17 keV 9.65 cm 2.91 m Tracker Transportation + 50 -3.95 cm 9.3 mm 2.84 cm 2.93 GeV 6.72 keV 2.84 cm 2.94 m Chamber hIoni + 51 -3.98 cm 9.37 mm 4.65 cm 2.93 GeV 3.74 keV 1.81 cm 2.96 m Chamber hIoni + 52 -3.99 cm 9.4 mm 5.41 cm 2.93 GeV 4.37 keV 7.66 mm 2.96 m Chamber hIoni + 53 -4.02 cm 9.46 mm 7.09 cm 2.93 GeV 3.97 keV 1.68 cm 2.98 m Chamber hIoni + 54 -4.11 cm 9.66 mm 12.2 cm 2.93 GeV 23.9 keV 5.09 cm 3.03 m Chamber hIoni + 55 -4.11 cm 9.68 mm 12.5 cm 2.93 GeV 352 eV 2.92 mm 3.04 m Chamber hIoni + 56 -4.2 cm 9.91 mm 18 cm 2.93 GeV 18.6 keV 5.55 cm 3.09 m Chamber hIoni + 57 -4.22 cm 9.95 mm 19 cm 2.93 GeV 2.8 keV 1.02 cm 3.1 m Chamber hIoni + 58 -4.24 cm 9.99 mm 20 cm 2.93 GeV 4.32 keV 9.52 mm 3.11 m Chamber Transportation + 59 -4.28 cm 1.01 cm 22.4 cm 2.93 GeV 4.13 keV 2.4 cm 3.13 m Tracker hIoni + 60 -4.29 cm 1.01 cm 23.2 cm 2.93 GeV 306 eV 7.63 mm 3.14 m Tracker hIoni + 61 -4.36 cm 1.03 cm 27 cm 2.93 GeV 4.62 keV 3.87 cm 3.18 m Tracker hIoni + 62 -4.47 cm 1.06 cm 34 cm 2.93 GeV 7.12 keV 7 cm 3.25 m Tracker hIoni + 63 -4.55 cm 1.07 cm 38.7 cm 2.93 GeV 5.5 keV 4.63 cm 3.3 m Tracker hIoni + 64 -4.62 cm 1.09 cm 42.4 cm 2.93 GeV 5.07 keV 3.71 cm 3.33 m Tracker hIoni + 65 -4.63 cm 1.09 cm 43.2 cm 2.93 GeV 1.09 keV 8.27 mm 3.34 m Tracker hIoni + 66 -4.74 cm 1.12 cm 49.5 cm 2.93 GeV 8.57 keV 6.34 cm 3.41 m Tracker hIoni + 67 -4.97 cm 1.17 cm 63.2 cm 2.93 GeV 18.3 keV 13.7 cm 3.54 m Tracker hIoni + 68 -5.25 cm 1.23 cm 79.8 cm 2.93 GeV 22.5 keV 16.6 cm 3.71 m Tracker hIoni + 69 -5.26 cm 1.24 cm 80 cm 2.93 GeV 381 eV 1.89 mm 3.71 m Tracker Transportation + 70 -5.26 cm 1.24 cm 80.4 cm 2.93 GeV 1.72 keV 4.05 mm 3.71 m Chamber hIoni + 71 -5.27 cm 1.24 cm 81 cm 2.93 GeV 2.27 keV 6.27 mm 3.72 m Chamber hIoni + 72 -5.32 cm 1.25 cm 83.5 cm 2.93 GeV 12 keV 2.5 cm 3.75 m Chamber hIoni + 73 -5.38 cm 1.26 cm 87.1 cm 2.93 GeV 13.8 keV 3.61 cm 3.78 m Chamber hIoni + 74 -5.44 cm 1.28 cm 91 cm 2.93 GeV 17.8 keV 3.9 cm 3.82 m Chamber hIoni + 75 -5.46 cm 1.28 cm 91.8 cm 2.93 GeV 1.98 keV 8.13 mm 3.83 m Chamber hIoni + 76 -5.53 cm 1.29 cm 96.3 cm 2.93 GeV 12.5 keV 4.5 cm 3.87 m Chamber hIoni + 77 -5.59 cm 1.31 cm 1 m 2.93 GeV 14.4 keV 3.65 cm 3.91 m Chamber Transportation + 78 -5.83 cm 1.36 cm 1.15 m 2.93 GeV 20 keV 14.5 cm 4.06 m Tracker hIoni + 79 -6.27 cm 1.45 cm 1.41 m 2.93 GeV 38.9 keV 26.4 cm 4.32 m Tracker hIoni + 80 -6.59 cm 1.51 cm 1.6 m 2.93 GeV 22.8 keV 19.1 cm 4.51 m Tracker Transportation + 81 -6.59 cm 1.51 cm 1.6 m 2.93 GeV 0 eV 95.5 um 4.51 m Chamber hIoni + 82 -6.59 cm 1.51 cm 1.6 m 2.93 GeV 1.19 keV 1.2 mm 4.51 m Chamber hIoni + 83 -6.61 cm 1.52 cm 1.62 m 2.93 GeV 2.53 keV 1.48 cm 4.53 m Chamber hIoni + 84 -6.61 cm 1.52 cm 1.62 m 2.93 GeV 8.24 eV 21.7 um 4.53 m Chamber hIoni + 85 -6.63 cm 1.52 cm 1.63 m 2.93 GeV 5.98 keV 1.22 cm 4.54 m Chamber hIoni + 86 -6.65 cm 1.52 cm 1.64 m 2.93 GeV 4.42 keV 8.97 mm 4.55 m Chamber hIoni + 87 -6.71 cm 1.54 cm 1.67 m 2.93 GeV 14.3 keV 3.7 cm 4.58 m Chamber hIoni + 88 -6.73 cm 1.54 cm 1.69 m 2.93 GeV 2.38 keV 1.37 cm 4.6 m Chamber hIoni + 89 -6.73 cm 1.54 cm 1.69 m 2.93 GeV 881 eV 2.06 mm 4.6 m Chamber hIoni + 90 -6.77 cm 1.55 cm 1.71 m 2.93 GeV 11.8 keV 2.08 cm 4.62 m Chamber hIoni + 91 -6.79 cm 1.55 cm 1.73 m 2.93 GeV 4.92 keV 1.55 cm 4.64 m Chamber hIoni + 92 -6.81 cm 1.56 cm 1.73 m 2.93 GeV 2.57 keV 7.84 mm 4.64 m Chamber hIoni + 93 -6.82 cm 1.56 cm 1.74 m 2.93 GeV 2.33 keV 9.7 mm 4.65 m Chamber hIoni + 94 -6.9 cm 1.58 cm 1.79 m 2.93 GeV 14.1 keV 4.78 cm 4.7 m Chamber hIoni + 95 -6.91 cm 1.58 cm 1.8 m 2.93 GeV 2.94 keV 8.32 mm 4.71 m Chamber Transportation + 96 -7.1 cm 1.62 cm 1.91 m 2.93 GeV 15.3 keV 11.4 cm 4.82 m Tracker hIoni + 97 -7.15 cm 1.64 cm 1.95 m 2.93 GeV 1.93 keV 3.39 cm 4.86 m Tracker hIoni + 98 -7.69 cm 1.77 cm 2.28 m 2.93 GeV 52.7 keV 33.5 cm 5.19 m Tracker hIoni + 99 -7.74 cm 1.78 cm 2.31 m 2.93 GeV 4.26 keV 3.17 cm 5.22 m Tracker hIoni + 100 -7.88 cm 1.81 cm 2.4 m 2.93 GeV 8.27 keV 8.62 cm 5.31 m Tracker Transportation + 101 -7.91 cm 1.82 cm 2.42 m 2.93 GeV 2.96 keV 1.89 cm 5.33 m World hIoni + 102 -7.95 cm 1.83 cm 2.44 m 2.93 GeV 4.73 keV 2.34 cm 5.35 m World hIoni + 103 -7.99 cm 1.84 cm 2.47 m 2.93 GeV 2.22 keV 2.67 cm 5.38 m World hIoni + 104 -8.01 cm 1.84 cm 2.48 m 2.93 GeV 3.09 keV 1.17 cm 5.39 m World hIoni + 105 -8.11 cm 1.87 cm 2.55 m 2.93 GeV 12 keV 6.56 cm 5.46 m World hIoni + 106 -8.41 cm 1.94 cm 2.73 m 2.93 GeV 28.3 keV 18.6 cm 5.64 m World hIoni + 107 -8.52 cm 1.97 cm 2.8 m 2.93 GeV 11.6 keV 6.99 cm 5.71 m World hIoni + 108 -8.64 cm 2 cm 2.88 m 2.93 GeV 11.8 keV 7.76 cm 5.79 m World hIoni + 109 -8.69 cm 2.02 cm 2.91 m 2.93 GeV 6.05 keV 3.07 cm 5.82 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -8.64 cm 2 cm 2.88 m 3.62 keV 0 eV 0 fm 0 fm World initStep + 1 -8.64 cm 1.99 cm 2.88 m 0 eV 3.62 keV 406 um 406 um World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -8.52 cm 1.97 cm 2.8 m 1.53 keV 0 eV 0 fm 0 fm World initStep + 1 -8.52 cm 1.97 cm 2.8 m 0 eV 1.53 keV 99.4 um 99.4 um World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -8.41 cm 1.94 cm 2.73 m 4.82 keV 0 eV 0 fm 0 fm World initStep + 1 -8.39 cm 1.96 cm 2.73 m 0 eV 4.82 keV 669 um 669 um World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -8.11 cm 1.87 cm 2.55 m 1.19 keV 0 eV 0 fm 0 fm World initStep + 1 -8.11 cm 1.87 cm 2.55 m 0 eV 1.19 keV 68.7 um 68.7 um World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -8.01 cm 1.84 cm 2.48 m 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -8.01 cm 1.85 cm 2.48 m 0 eV 1.07 keV 58.6 um 58.6 um World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -7.99 cm 1.84 cm 2.47 m 4.6 keV 0 eV 0 fm 0 fm World initStep + 1 -7.96 cm 1.85 cm 2.47 m 0 eV 4.6 keV 616 um 616 um World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -7.95 cm 1.83 cm 2.44 m 1.57 keV 0 eV 0 fm 0 fm World initStep + 1 -7.95 cm 1.83 cm 2.44 m 0 eV 1.57 keV 103 um 103 um World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -7.91 cm 1.82 cm 2.42 m 2.54 keV 0 eV 0 fm 0 fm World initStep + 1 -7.92 cm 1.83 cm 2.42 m 0 eV 2.54 keV 222 um 222 um World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.41 cm -11.5 cm 2.8 m 1.2 keV 0 eV 0 fm 0 fm World initStep - 1 -5.41 cm -11.5 cm 2.8 m 0 eV 1.2 keV 69.3 um 69.3 um World eIoni + 0 -7.74 cm 1.78 cm 2.31 m 1.49 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.74 cm 1.78 cm 2.31 m 0 eV 1.49 keV 95.8 um 95.8 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.06 cm -10.7 cm 2.48 m 3.05 keV 0 eV 0 fm 0 fm World initStep - 1 -5.05 cm -10.7 cm 2.48 m 0 eV 3.05 keV 302 um 302 um World eIoni + 0 -7.69 cm 1.77 cm 2.28 m 1.32 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.69 cm 1.76 cm 2.28 m 0 eV 1.32 keV 79.7 um 79.7 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.04 cm -10.7 cm 2.47 m 3.18 keV 0 eV 0 fm 0 fm World initStep - 1 -5.06 cm -10.7 cm 2.47 m 0 eV 3.18 keV 324 um 324 um World eIoni + 0 -7.15 cm 1.64 cm 1.95 m 2.48 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.15 cm 1.65 cm 1.95 m 0 eV 2.48 keV 213 um 213 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.04 cm -10.7 cm 2.46 m 1.28 keV 0 eV 0 fm 0 fm World initStep - 1 -5.04 cm -10.7 cm 2.46 m 0 eV 1.28 keV 76 um 76 um World eIoni + 0 -7.1 cm 1.62 cm 1.91 m 2.82 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.1 cm 1.61 cm 1.91 m 0 eV 2.82 keV 265 um 265 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.02 cm -10.7 cm 2.44 m 5.31 keV 0 eV 0 fm 0 fm World initStep - 1 -5.06 cm -10.7 cm 2.44 m 0 eV 5.31 keV 793 um 793 um World eIoni + 0 -6.9 cm 1.58 cm 1.79 m 1.38 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.9 cm 1.58 cm 1.79 m 0 eV 1.38 keV 63.1 um 63.1 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.98 cm -10.6 cm 2.41 m 3.17 keV 0 eV 0 fm 0 fm World initStep - 1 -4.99 cm -10.6 cm 2.41 m 0 eV 3.17 keV 323 um 323 um World eIoni + 0 -6.82 cm 1.56 cm 1.74 m 5.56 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.82 cm 1.56 cm 1.74 m 2.06 keV 3.49 keV 320 um 320 um Chamber eIoni + 2 -6.82 cm 1.56 cm 1.74 m 0 eV 2.06 keV 109 um 429 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.94 cm -10.5 cm 2.37 m 2.35 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.94 cm -10.5 cm 2.37 m 0 eV 2.35 keV 195 um 195 um Tracker eIoni + 0 -6.81 cm 1.56 cm 1.73 m 1.67 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.81 cm 1.56 cm 1.73 m 0 eV 1.67 keV 81.9 um 81.9 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.76 cm -10.1 cm 2.2 m 1.56 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.75 cm -10.1 cm 2.2 m 0 eV 1.56 keV 103 um 103 um Tracker eIoni + 0 -6.79 cm 1.55 cm 1.73 m 2.68 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.79 cm 1.55 cm 1.73 m 0 eV 2.68 keV 157 um 157 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.75 cm -10.1 cm 2.19 m 2.37 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.75 cm -10.1 cm 2.19 m 0 eV 2.37 keV 198 um 198 um Tracker eIoni + 0 -6.77 cm 1.55 cm 1.71 m 81.2 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.77 cm 1.55 cm 1.71 m 79.4 keV 0 eV 47.5 um 47.5 um Chamber eIoni + 2 -7 cm 1.57 cm 1.71 m 71.4 keV 2.31 keV 3.79 mm 3.84 mm Chamber eIoni + 3 -6.89 cm 1.33 cm 1.71 m 54.4 keV 7.73 keV 6.84 mm 1.07 cm Chamber eIoni + 4 -6.77 cm 1.26 cm 1.71 m 43.7 keV 10.7 keV 6.37 mm 1.7 cm Chamber eIoni + 5 -6.85 cm 1.18 cm 1.71 m 32.7 keV 5.87 keV 3.18 mm 2.02 cm Chamber eIoni + 6 -6.84 cm 1.1 cm 1.71 m 26.4 keV 6.33 keV 3.48 mm 2.37 cm Chamber eIoni + 7 -6.85 cm 1.09 cm 1.71 m 23.7 keV 287 eV 638 um 2.43 cm Chamber eIoni + 8 -6.81 cm 1.08 cm 1.71 m 18.6 keV 5.11 keV 2.57 mm 2.69 cm Chamber eIoni + 9 -6.84 cm 1.1 cm 1.71 m 10.2 keV 8.36 keV 2.11 mm 2.9 cm Chamber eIoni + 10 -6.85 cm 1.09 cm 1.71 m 6.71 keV 1.56 keV 137 um 2.92 cm Chamber eIoni + 11 -6.85 cm 1.09 cm 1.71 m 0 eV 6.71 keV 622 um 2.98 cm Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 77 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.85 cm 1.09 cm 1.71 m 1.97 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.85 cm 1.09 cm 1.71 m 0 eV 1.97 keV 102 um 102 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 77 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.85 cm 1.09 cm 1.71 m 2.37 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.85 cm 1.09 cm 1.71 m 0 eV 2.37 keV 132 um 132 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 77 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.85 cm 1.18 cm 1.71 m 5.11 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.85 cm 1.18 cm 1.71 m 2.68 keV 620 eV 149 um 149 um Chamber eIoni + 2 -6.85 cm 1.18 cm 1.71 m 0 eV 2.68 keV 157 um 306 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 97 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.85 cm 1.18 cm 1.71 m 1.81 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.85 cm 1.18 cm 1.71 m 0 eV 1.81 keV 91 um 91 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 77 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.89 cm 1.33 cm 1.71 m 9.24 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.9 cm 1.33 cm 1.71 m 6.62 keV 897 eV 252 um 252 um Chamber eIoni + 2 -6.89 cm 1.33 cm 1.71 m 0 eV 6.62 keV 631 um 883 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 96 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.9 cm 1.33 cm 1.71 m 1.72 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.9 cm 1.33 cm 1.71 m 0 eV 1.72 keV 85 um 85 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 77 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -7 cm 1.57 cm 1.71 m 5.7 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.99 cm 1.58 cm 1.71 m 0 eV 5.7 keV 496 um 496 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 77 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.77 cm 1.55 cm 1.71 m 1.81 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.77 cm 1.55 cm 1.71 m 0 eV 1.81 keV 91.3 um 91.3 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.55 cm -9.7 cm 2 m 3.46 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.54 cm -9.71 cm 2 m 0 eV 3.46 keV 374 um 374 um Tracker eIoni + 0 -6.73 cm 1.54 cm 1.69 m 4.23 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.74 cm 1.54 cm 1.69 m 3.59 keV 639 eV 175 um 175 um Chamber eIoni + 2 -6.74 cm 1.54 cm 1.69 m 0 eV 3.59 keV 240 um 415 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.54 cm -9.69 cm 1.99 m 1.06 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.54 cm -9.69 cm 1.99 m 0 eV 1.06 keV 57.8 um 57.8 um Tracker eIoni + 0 -6.73 cm 1.54 cm 1.69 m 1.69 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.73 cm 1.54 cm 1.69 m 0 eV 1.69 keV 83 um 83 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.53 cm -9.66 cm 1.98 m 3.78 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.54 cm -9.68 cm 1.98 m 0 eV 3.78 keV 436 um 436 um Tracker eIoni + 0 -6.71 cm 1.54 cm 1.67 m 1.81 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.71 cm 1.53 cm 1.67 m 0 eV 1.81 keV 91.1 um 91.1 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.52 cm -9.65 cm 1.98 m 36.5 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.98 cm -9.33 cm 1.98 m 31.2 keV 5.31 keV 6.9 mm 6.9 mm Tracker eIoni - 2 -5.23 cm -8.98 cm 1.98 m 25 keV 6.21 keV 5.56 mm 1.25 cm Tracker eIoni - 3 -5.18 cm -9.22 cm 1.98 m 19 keV 5.96 keV 4.2 mm 1.67 cm Tracker eIoni - 4 -5.01 cm -9.38 cm 1.98 m 14.3 keV 4.71 keV 3.12 mm 1.98 cm Tracker eIoni - 5 -5 cm -9.46 cm 1.98 m 7.92 keV 6.38 keV 2.39 mm 2.22 cm Tracker eIoni - 6 -5 cm -9.51 cm 1.98 m 1.97 keV 5.95 keV 1.44 mm 2.36 cm Tracker eIoni - 7 -5 cm -9.51 cm 1.98 m 0 eV 1.97 keV 148 um 2.37 cm Tracker eIoni + 0 -6.65 cm 1.52 cm 1.64 m 1.67 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.65 cm 1.52 cm 1.64 m 0 eV 1.67 keV 81.3 um 81.3 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.33 cm -9.26 cm 1.8 m 2.69 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.33 cm -9.26 cm 1.8 m 0 eV 2.69 keV 158 um 158 um Chamber eIoni + 0 -6.63 cm 1.52 cm 1.63 m 5.65 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.64 cm 1.52 cm 1.63 m 2.39 keV 3.26 keV 371 um 371 um Chamber eIoni + 2 -6.64 cm 1.52 cm 1.63 m 0 eV 2.39 keV 134 um 505 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.28 cm -9.14 cm 1.74 m 1.36 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.28 cm -9.14 cm 1.74 m 0 eV 1.36 keV 62.2 um 62.2 um Chamber eIoni + 0 -6.61 cm 1.52 cm 1.62 m 3.3 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.61 cm 1.51 cm 1.62 m 0 eV 3.3 keV 212 um 212 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.27 cm -9.12 cm 1.74 m 2.47 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.27 cm -9.12 cm 1.74 m 0 eV 2.47 keV 140 um 140 um Chamber eIoni + 0 -6.61 cm 1.52 cm 1.62 m 1.35 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.61 cm 1.52 cm 1.62 m 0 eV 1.35 keV 61.2 um 61.2 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.25 cm -9.08 cm 1.72 m 4.23 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.24 cm -9.08 cm 1.72 m 2.48 keV 1.74 keV 223 um 223 um Chamber eIoni - 2 -4.25 cm -9.08 cm 1.72 m 0 eV 2.48 keV 141 um 364 um Chamber eIoni + 0 -6.59 cm 1.51 cm 1.6 m 3.16 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.59 cm 1.51 cm 1.6 m 0 eV 3.16 keV 199 um 199 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.2 cm -8.99 cm 1.67 m 1.41 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.2 cm -8.99 cm 1.67 m 0 eV 1.41 keV 64.8 um 64.8 um Chamber eIoni + 0 -6.59 cm 1.51 cm 1.6 m 2.88 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.58 cm 1.51 cm 1.6 m 1.83 keV 1.05 keV 56.9 um 56.9 um Chamber msc + 2 -6.58 cm 1.51 cm 1.6 m 0 eV 1.83 keV 92.2 um 149 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.2 cm -8.98 cm 1.67 m 1.48 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.2 cm -8.98 cm 1.67 m 0 eV 1.48 keV 69.1 um 69.1 um Chamber eIoni + 0 -6.27 cm 1.45 cm 1.41 m 2.68 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -6.28 cm 1.45 cm 1.41 m 0 eV 2.68 keV 242 um 242 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.19 cm -8.95 cm 1.66 m 3.38 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.19 cm -8.95 cm 1.66 m 2.39 keV 989 eV 68.3 um 68.3 um Chamber eIoni - 2 -4.19 cm -8.95 cm 1.66 m 0 eV 2.39 keV 134 um 202 um Chamber eIoni + 0 -5.83 cm 1.36 cm 1.15 m 2.35 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.84 cm 1.35 cm 1.15 m 0 eV 2.35 keV 195 um 195 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.18 cm -8.94 cm 1.65 m 3.69 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.18 cm -8.94 cm 1.65 m 0 eV 3.69 keV 251 um 251 um Chamber eIoni + 0 -5.53 cm 1.29 cm 96.3 cm 3.36 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.53 cm 1.3 cm 96.3 cm 0 eV 3.36 keV 218 um 218 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.14 cm -8.86 cm 1.61 m 4.98 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -4.14 cm -8.86 cm 1.61 m 0 eV 4.98 keV 399 um 399 um Chamber eIoni + 0 -5.46 cm 1.28 cm 91.8 cm 2.06 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.46 cm 1.28 cm 91.8 cm 0 eV 2.06 keV 109 um 109 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.83 cm -8.18 cm 1.31 m 2.45 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.83 cm -8.17 cm 1.31 m 0 eV 2.45 keV 209 um 209 um Tracker eIoni + 0 -5.44 cm 1.28 cm 91 cm 7.28 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.44 cm 1.27 cm 91 cm 5.73 keV 47.6 eV 101 um 101 um Chamber eIoni + 2 -5.44 cm 1.27 cm 91 cm 0 eV 5.73 keV 471 um 572 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 63 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.44 cm 1.27 cm 91 cm 1.5 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.44 cm 1.27 cm 91 cm 0 eV 1.5 keV 70.8 um 70.8 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.66 cm -7.81 cm 1.15 m 1.42 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.66 cm -7.81 cm 1.15 m 0 eV 1.42 keV 89.1 um 89.1 um Tracker eIoni + 0 -5.38 cm 1.26 cm 87.1 cm 2.06 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.38 cm 1.26 cm 87.1 cm 0 eV 2.06 keV 109 um 109 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.6 cm -7.69 cm 1.09 m 1.03 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.6 cm -7.69 cm 1.09 m 0 eV 1.03 keV 55.8 um 55.8 um Tracker eIoni + 0 -5.32 cm 1.25 cm 83.5 cm 1.71 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.32 cm 1.25 cm 83.5 cm 0 eV 1.71 keV 84.4 um 84.4 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.55 cm -7.58 cm 1.05 m 2.39 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.55 cm -7.57 cm 1.05 m 0 eV 2.39 keV 201 um 201 um Tracker eIoni + 0 -5.27 cm 1.24 cm 81 cm 1.87 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.27 cm 1.24 cm 81 cm 0 eV 1.87 keV 95.3 um 95.3 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.53 cm -7.54 cm 1.03 m 5.88 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.5 cm -7.56 cm 1.03 m 0 eV 5.88 keV 953 um 953 um Tracker eIoni + 0 -5.26 cm 1.24 cm 80.4 cm 22.1 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.3 cm 1.26 cm 80.4 cm 14.4 keV 7.7 keV 2.42 mm 2.42 mm Chamber eIoni + 2 -5.3 cm 1.27 cm 80.4 cm 4 keV 10.4 keV 1.72 mm 4.14 mm Chamber eIoni + 3 -5.3 cm 1.27 cm 80.4 cm 0 eV 4 keV 283 um 4.43 mm Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.48 cm -7.42 cm 97.6 cm 2.98 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.48 cm -7.42 cm 97.6 cm 0 eV 2.98 keV 183 um 183 um Chamber eIoni + 0 -5.25 cm 1.23 cm 79.8 cm 1.85 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.26 cm 1.23 cm 79.8 cm 0 eV 1.85 keV 133 um 133 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.47 cm -7.4 cm 96.7 cm 1.47 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.47 cm -7.4 cm 96.7 cm 0 eV 1.47 keV 68.4 um 68.4 um Chamber eIoni + 0 -4.97 cm 1.17 cm 63.2 cm 2.19 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.97 cm 1.18 cm 63.2 cm 0 eV 2.19 keV 175 um 175 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.42 cm -7.3 cm 91.8 cm 1.92 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.42 cm -7.3 cm 91.8 cm 0 eV 1.92 keV 98.4 um 98.4 um Chamber eIoni + 0 -4.74 cm 1.12 cm 49.5 cm 2.29 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.74 cm 1.11 cm 49.5 cm 0 eV 2.29 keV 188 um 188 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.42 cm -7.3 cm 91.8 cm 75.7 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.45 cm -7.14 cm 91.9 cm 73.3 keV 1.22 keV 2.21 mm 2.21 mm Chamber eIoni - 2 -3.27 cm -7.04 cm 92.1 cm 65.4 keV 7.81 keV 9.64 mm 1.19 cm Chamber eIoni - 3 -3.23 cm -6.85 cm 92 cm 58.1 keV 5.03 keV 5.35 mm 1.72 cm Chamber eIoni - 4 -3.24 cm -6.84 cm 92 cm 56 keV 178 eV 161 um 1.74 cm Chamber eIoni - 5 -3.35 cm -6.71 cm 91.9 cm 50.5 keV 5.51 keV 6.62 mm 2.4 cm Chamber eIoni - 6 -3.31 cm -6.57 cm 92 cm 35.2 keV 15.3 keV 5.77 mm 2.98 cm Chamber eIoni - 7 -3.4 cm -6.55 cm 92 cm 26 keV 9.21 keV 3.76 mm 3.35 cm Chamber eIoni - 8 -3.36 cm -6.6 cm 92 cm 19.1 keV 6.9 keV 2.79 mm 3.63 cm Chamber eIoni - 9 -3.38 cm -6.62 cm 92 cm 14.2 keV 4.89 keV 2.15 mm 3.85 cm Chamber eIoni - 10 -3.37 cm -6.63 cm 92 cm 10.3 keV 3.84 keV 1.7 mm 4.02 cm Chamber eIoni - 11 -3.38 cm -6.64 cm 92 cm 1.46 keV 8.87 keV 1.26 mm 4.14 cm Chamber eIoni - 12 -3.38 cm -6.64 cm 92 cm 0 eV 1.46 keV 68.1 um 4.15 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.24 cm -6.84 cm 92 cm 1.89 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.24 cm -6.84 cm 92 cm 0 eV 1.89 keV 96.6 um 96.6 um Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.23 cm -6.85 cm 92 cm 2.35 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.23 cm -6.85 cm 92 cm 0 eV 2.35 keV 130 um 130 um Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.45 cm -7.14 cm 91.9 cm 1.23 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.45 cm -7.14 cm 91.9 cm 0 eV 1.23 keV 54.4 um 54.4 um Chamber eIoni + 0 -4.63 cm 1.09 cm 43.2 cm 2.15 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.63 cm 1.1 cm 43.2 cm 0 eV 2.15 keV 169 um 169 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.42 cm -7.29 cm 91.3 cm 1.85 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.42 cm -7.28 cm 91.3 cm 0 eV 1.85 keV 93.9 um 93.9 um Chamber eIoni + 0 -4.62 cm 1.09 cm 42.4 cm 8.68 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.58 cm 1.05 cm 42.4 cm 5.15 keV 2.54 keV 709 um 709 um Tracker eIoni + 2 -4.57 cm 1.02 cm 42.4 cm 0 eV 5.15 keV 753 um 1.46 mm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 54 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.58 cm 1.05 cm 42.4 cm 991 eV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.58 cm 1.05 cm 42.4 cm 0 eV 991 eV 52.6 um 52.6 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.39 cm -7.22 cm 88.6 cm 6.05 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.39 cm -7.22 cm 88.6 cm 0 eV 6.05 keV 546 um 546 um Chamber eIoni + 0 -4.55 cm 1.07 cm 38.7 cm 27.6 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.35 cm 1.39 cm 38.7 cm 21.9 keV 5.67 keV 4.75 mm 4.75 mm Tracker eIoni + 2 -4.09 cm 1.48 cm 38.7 cm 18.7 keV 3.19 keV 3.62 mm 8.37 mm Tracker eIoni + 3 -4.05 cm 1.7 cm 38.7 cm 15.8 keV 2.96 keV 3.07 mm 1.14 cm Tracker eIoni + 4 -3.91 cm 1.67 cm 38.8 cm 12 keV 3.78 keV 2.61 mm 1.4 cm Tracker eIoni + 5 -3.93 cm 1.68 cm 38.9 cm 6.69 keV 5.3 keV 2.06 mm 1.61 cm Tracker eIoni + 6 -3.92 cm 1.67 cm 38.9 cm 4.91 keV 411 eV 143 um 1.62 cm Tracker eIoni + 7 -3.9 cm 1.65 cm 39 cm 0 eV 4.91 keV 691 um 1.69 cm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 53 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.92 cm 1.67 cm 38.9 cm 1.37 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.92 cm 1.66 cm 38.9 cm 0 eV 1.37 keV 84.1 um 84.1 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.36 cm -7.17 cm 86 cm 2.45 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.36 cm -7.17 cm 86 cm 0 eV 2.45 keV 138 um 138 um Chamber eIoni + 0 -4.47 cm 1.06 cm 34 cm 17.1 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.48 cm 1.06 cm 34 cm 12.2 keV 0 eV 46.1 um 46.1 um Tracker eIoni + 2 -4.57 cm 1.12 cm 34.1 cm 8.81 keV 1.84 keV 1.59 mm 1.64 mm Tracker eIoni + 3 -4.54 cm 1.1 cm 34 cm 2.8 keV 6 keV 1.59 mm 3.23 mm Tracker eIoni + 4 -4.54 cm 1.1 cm 34 cm 0 eV 2.8 keV 262 um 3.49 mm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 52 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.57 cm 1.12 cm 34.1 cm 1.51 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.57 cm 1.12 cm 34.1 cm 0 eV 1.51 keV 98.1 um 98.1 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 52 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.48 cm 1.06 cm 34 cm 4.9 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.46 cm 1.08 cm 34.1 cm 0 eV 4.9 keV 689 um 689 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.31 cm -7.06 cm 81 cm 13.7 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.31 cm -7.08 cm 81 cm 5.56 keV 8.15 keV 1.66 mm 1.66 mm Chamber eIoni - 2 -3.31 cm -7.08 cm 81 cm 0 eV 5.56 keV 475 um 2.13 mm Chamber eIoni + 0 -4.36 cm 1.03 cm 27 cm 1.84 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.36 cm 1.03 cm 27 cm 0 eV 1.84 keV 132 um 132 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.18 cm -6.76 cm 67.4 cm 2.53 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.17 cm -6.77 cm 67.4 cm 0 eV 2.53 keV 220 um 220 um Tracker eIoni + 0 -4.29 cm 1.01 cm 23.2 cm 120 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.26 cm 1.98 cm 23.4 cm 116 keV 2.91 keV 1.47 cm 1.47 cm Tracker eIoni + 2 -2.07 cm 3.68 cm 23.6 cm 103 keV 11.8 keV 2.15 cm 3.62 cm Tracker eIoni + 3 -2 cm 4.04 cm 23.5 cm 95.7 keV 1.64 keV 3.92 mm 4.01 cm Tracker eIoni + 4 -2.25 cm 6.62 cm 22 cm 80.8 keV 14.9 keV 3.17 cm 7.18 cm Tracker eIoni + 5 -1.15 cm 8.53 cm 21.6 cm 70.2 keV 10.6 keV 2.39 cm 9.57 cm Tracker eIoni + 6 -1.05 cm 10.3 cm 21.4 cm 58 keV 12.2 keV 1.9 cm 11.5 cm Tracker eIoni + 7 -1.26 cm 11.5 cm 20.9 cm 49.3 keV 8.68 keV 1.39 cm 12.9 cm Tracker eIoni + 8 -1.63 cm 11.8 cm 21.3 cm 42.4 keV 3.87 keV 6.07 mm 13.5 cm Tracker eIoni + 9 -1.71 cm 11.9 cm 21.4 cm 40.8 keV 540 eV 1.32 mm 13.6 cm Tracker eIoni + 10 -1.95 cm 12.5 cm 21.8 cm 37.3 keV 3.46 keV 8.11 mm 14.4 cm Tracker eIoni + 11 -1.95 cm 12.5 cm 21.8 cm 36.3 keV 0 eV 49.3 um 14.4 cm Tracker eIoni + 12 -2.1 cm 12.7 cm 21.8 cm 31.4 keV 2.44 keV 2.99 mm 14.7 cm Tracker eIoni + 13 -2.2 cm 13 cm 21.9 cm 27.1 keV 3.05 keV 3.73 mm 15.1 cm Tracker eIoni + 14 -2.24 cm 13.1 cm 21.9 cm 21 keV 515 eV 708 um 15.2 cm Tracker eIoni + 15 -2.33 cm 13.2 cm 22.1 cm 10.5 keV 3.84 keV 3.11 mm 15.5 cm Tracker eIoni + 16 -2.37 cm 13.2 cm 22.2 cm 7.79 keV 2.74 keV 1.85 mm 15.7 cm Tracker eIoni + 17 -2.37 cm 13.3 cm 22.2 cm 2.46 keV 5.33 keV 1.41 mm 15.8 cm Tracker eIoni + 18 -2.37 cm 13.3 cm 22.2 cm 0 eV 2.46 keV 211 um 15.8 cm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.33 cm 13.2 cm 22.1 cm 6.59 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.34 cm 13.1 cm 22.1 cm 0 eV 6.59 keV 1.15 mm 1.15 mm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.24 cm 13.1 cm 21.9 cm 5.61 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.27 cm 13.1 cm 21.9 cm 0 eV 5.61 keV 878 um 878 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.2 cm 13 cm 21.9 cm 1.3 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.2 cm 13 cm 21.9 cm 0 eV 1.3 keV 78.3 um 78.3 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.1 cm 12.7 cm 21.8 cm 2.41 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.1 cm 12.7 cm 21.8 cm 0 eV 2.41 keV 204 um 204 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.95 cm 12.5 cm 21.8 cm 1.06 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.95 cm 12.5 cm 21.8 cm 0 eV 1.06 keV 58 um 58 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.71 cm 11.9 cm 21.4 cm 1.06 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.71 cm 11.9 cm 21.4 cm 0 eV 1.06 keV 57.8 um 57.8 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.63 cm 11.8 cm 21.3 cm 3 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.64 cm 11.8 cm 21.3 cm 0 eV 3 keV 293 um 293 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2 cm 4.04 cm 23.5 cm 5.53 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.03 cm 4.06 cm 23.5 cm 0 eV 5.53 keV 854 um 854 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.07 cm 3.68 cm 23.6 cm 1.77 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.07 cm 3.68 cm 23.6 cm 0 eV 1.77 keV 125 um 125 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.26 cm 1.98 cm 23.4 cm 1.19 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.26 cm 1.97 cm 23.4 cm 0 eV 1.19 keV 68.7 um 68.7 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.06 cm -6.5 cm 55.5 cm 46.3 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.47 cm -5.81 cm 55.7 cm 38.6 keV 7.68 keV 9.8 mm 9.8 mm Tracker eIoni - 2 -3.46 cm -5.94 cm 56.3 cm 34.4 keV 4.2 keV 7.49 mm 1.73 cm Tracker eIoni - 3 -3.47 cm -5.88 cm 56.8 cm 28.7 keV 5.78 keV 6.36 mm 2.36 cm Tracker eIoni - 4 -3.44 cm -5.99 cm 57.1 cm 25.4 keV 2.29 keV 3.88 mm 2.75 cm Tracker eIoni - 5 -3.42 cm -5.96 cm 57.5 cm 19.1 keV 6.25 keV 4.28 mm 3.18 cm Tracker eIoni - 6 -3.33 cm -6.05 cm 57.7 cm 15.1 keV 4.02 keV 3.13 mm 3.49 cm Tracker eIoni - 7 -3.3 cm -6.11 cm 57.8 cm 6.69 keV 8.39 keV 2.5 mm 3.74 cm Tracker eIoni - 8 -3.31 cm -6.15 cm 57.9 cm 0 eV 6.69 keV 1.17 mm 3.86 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.44 cm -5.99 cm 57.1 cm 1.01 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.44 cm -5.99 cm 57.1 cm 0 eV 1.01 keV 54.1 um 54.1 um Tracker eIoni + 0 -4.28 cm 1.01 cm 22.4 cm 7.82 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.34 cm 9.8 mm 22.4 cm 4.08 keV 3.74 keV 1.42 mm 1.42 mm Tracker eIoni + 2 -4.32 cm 9.79 mm 22.4 cm 0 eV 4.08 keV 500 um 1.92 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.99 cm -6.36 cm 48.9 cm 2.53 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.99 cm -6.37 cm 48.9 cm 0 eV 2.53 keV 220 um 220 um Tracker eIoni + 0 -4.22 cm 9.95 mm 19 cm 2.73 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.22 cm 9.95 mm 19 cm 0 eV 2.73 keV 161 um 161 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.92 cm -6.21 cm 41.9 cm 1.76 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.92 cm -6.21 cm 41.9 cm 0 eV 1.76 keV 124 um 124 um Tracker eIoni + 0 -4.2 cm 9.91 mm 18 cm 21.1 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.22 cm 1.03 cm 18 cm 13.7 keV 7.33 keV 2.33 mm 2.33 mm Chamber eIoni + 2 -4.21 cm 1.04 cm 18 cm 2.25 keV 11.5 keV 1.66 mm 3.99 mm Chamber eIoni + 3 -4.21 cm 1.04 cm 18 cm 0 eV 2.25 keV 123 um 4.12 mm Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.88 cm -6.12 cm 38 cm 6.07 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.93 cm -6.12 cm 38 cm 0 eV 6.07 keV 1.01 mm 1.01 mm Tracker eIoni + 0 -4.11 cm 9.68 mm 12.5 cm 1.51 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.11 cm 9.67 mm 12.5 cm 0 eV 1.51 keV 71.6 um 71.6 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.77 cm -5.87 cm 26.5 cm 1.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.77 cm -5.87 cm 26.5 cm 0 eV 1.1 keV 60.8 um 60.8 um Tracker eIoni + 0 -4.11 cm 9.66 mm 12.2 cm 6.63 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.11 cm 9.73 mm 12.2 cm 1.54 keV 5.08 keV 600 um 600 um Chamber eIoni + 2 -4.11 cm 9.73 mm 12.2 cm 0 eV 1.54 keV 73.3 um 673 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.73 cm -5.78 cm 22.6 cm 4.4 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.72 cm -5.81 cm 22.6 cm 0 eV 4.4 keV 569 um 569 um Tracker eIoni + 0 -4.02 cm 9.46 mm 7.09 cm 2.35 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.02 cm 9.47 mm 7.09 cm 0 eV 2.35 keV 130 um 130 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.71 cm -5.73 cm 20.2 cm 1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.7 cm -5.73 cm 20.2 cm 0 eV 1 keV 53.5 um 53.5 um Tracker eIoni + 0 -3.99 cm 9.4 mm 5.41 cm 1.55 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -3.99 cm 9.39 mm 5.41 cm 0 eV 1.55 keV 73.6 um 73.6 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.53 cm -5.37 cm 3.26 cm 4.04 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.53 cm -5.37 cm 3.26 cm 0 eV 4.04 keV 288 um 288 um Chamber eIoni + 0 -3.98 cm 9.37 mm 4.65 cm 2.29 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -3.98 cm 9.36 mm 4.65 cm 0 eV 2.29 keV 126 um 126 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.46 cm -5.22 cm -3.39 cm 1.78 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.46 cm -5.22 cm -3.39 cm 0 eV 1.78 keV 126 um 126 um Tracker eIoni + 0 -3.95 cm 9.3 mm 2.84 cm 1.94 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -3.95 cm 9.3 mm 2.84 cm 0 eV 1.94 keV 100 um 100 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.37 cm -5.04 cm -12.1 cm 32 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.45 cm -5.29 cm -12 cm 27.7 keV 1.98 keV 2.94 mm 2.94 mm Tracker eIoni - 2 -2.61 cm -5.64 cm -12 cm 23.2 keV 4.55 keV 4.78 mm 7.72 mm Tracker eIoni - 3 -2.59 cm -5.79 cm -12 cm 13.8 keV 1.59 keV 1.87 mm 9.59 mm Tracker eIoni - 4 -2.47 cm -5.87 cm -11.9 cm 9.19 keV 4.58 keV 2.31 mm 1.19 cm Tracker eIoni - 5 -2.47 cm -5.87 cm -11.9 cm 7.5 keV 260 eV 59 um 1.2 cm Tracker eIoni - 6 -2.52 cm -5.91 cm -12 cm 2.77 keV 4.73 keV 1.35 mm 1.33 cm Tracker eIoni - 7 -2.52 cm -5.89 cm -12 cm 0 eV 2.77 keV 257 um 1.36 cm Tracker eIoni + 0 -3.74 cm 8.8 mm -9.65 cm 54.9 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.01 cm 1.23 cm -9.44 cm 46.8 keV 6.64 keV 9.42 mm 9.42 mm Tracker eIoni + 2 -2.4 cm 1.54 cm -9.51 cm 40.8 keV 4.54 keV 7.85 mm 1.73 cm Tracker eIoni + 3 -1.96 cm 1.99 cm -9.78 cm 32.5 keV 8.38 keV 8.12 mm 2.54 cm Tracker eIoni + 4 -1.56 cm 2.24 cm -9.7 cm 28.5 keV 3.95 keV 5.87 mm 3.13 cm Tracker eIoni + 5 -1.24 cm 2.35 cm -9.91 cm 23.3 keV 5.2 keV 4.95 mm 3.62 cm Tracker eIoni + 6 -1.09 cm 2.53 cm -10.1 cm 17.5 keV 4.4 keV 3.66 mm 3.99 cm Tracker eIoni + 7 -1.03 cm 2.61 cm -10.3 cm 13.6 keV 3.91 keV 2.87 mm 4.27 cm Tracker eIoni + 8 -9.18 mm 2.68 cm -10.4 cm 6.92 keV 6.67 keV 2.29 mm 4.5 cm Tracker eIoni + 9 -9.16 mm 2.68 cm -10.4 cm 5.29 keV 40 eV 31.2 um 4.51 cm Tracker eIoni + 10 -8.93 mm 2.7 cm -10.4 cm 0 eV 5.29 keV 791 um 4.59 cm Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 40 +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 40 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.47 cm -5.87 cm -11.9 cm 1.43 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.47 cm -5.88 cm -11.9 cm 0 eV 1.43 keV 90.2 um 90.2 um Tracker eIoni + 0 -9.16 mm 2.68 cm -10.4 cm 1.59 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -9.15 mm 2.69 cm -10.4 cm 0 eV 1.59 keV 105 um 105 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 40 +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 40 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.59 cm -5.79 cm -12 cm 7.84 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.63 cm -5.84 cm -12 cm 2.04 keV 4.56 keV 1.24 mm 1.24 mm Tracker eIoni - 2 -2.63 cm -5.84 cm -12 cm 0 eV 2.04 keV 155 um 1.39 mm Tracker eIoni + 0 -1.09 cm 2.53 cm -10.1 cm 1.41 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.09 cm 2.53 cm -10.1 cm 0 eV 1.41 keV 87.7 um 87.7 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 91 +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 40 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.63 cm -5.84 cm -12 cm 1.24 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.63 cm -5.84 cm -12 cm 0 eV 1.24 keV 73 um 73 um Tracker eIoni + 0 -2.4 cm 1.54 cm -9.51 cm 1.47 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.4 cm 1.55 cm -9.51 cm 0 eV 1.47 keV 94 um 94 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 40 +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 40 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.45 cm -5.29 cm -12 cm 2.23 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.44 cm -5.29 cm -12 cm 0 eV 2.23 keV 180 um 180 um Tracker eIoni + 0 -3.01 cm 1.23 cm -9.44 cm 1.45 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.01 cm 1.23 cm -9.44 cm 0 eV 1.45 keV 91.5 um 91.5 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.24 cm -4.77 cm -24.3 cm 6.29 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.26 cm -4.73 cm -24.3 cm 2.47 keV 3.82 keV 1.07 mm 1.07 mm Tracker eIoni - 2 -2.26 cm -4.74 cm -24.3 cm 0 eV 2.47 keV 212 um 1.28 mm Tracker eIoni + 0 -3.71 cm 8.72 mm -11.7 cm 1.37 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.71 cm 8.7 mm -11.7 cm 0 eV 1.37 keV 84 um 84 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.19 cm -4.66 cm -29.8 cm 1.68 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.18 cm -4.66 cm -29.8 cm 0 eV 1.68 keV 115 um 115 um Tracker eIoni + 0 -3.66 cm 8.6 mm -14.8 cm 1.24 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.66 cm 8.57 mm -14.8 cm 0 eV 1.24 keV 72.7 um 72.7 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.15 cm -4.58 cm -33.2 cm 1.41 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.15 cm -4.58 cm -33.2 cm 0 eV 1.41 keV 87.8 um 87.8 um Tracker eIoni + 0 -3.33 cm 7.84 mm -34 cm 2.14 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.34 cm 7.88 mm -34 cm 0 eV 2.14 keV 169 um 169 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.9 cm -4.04 cm -58.4 cm 3.44 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.91 cm -4.04 cm -58.4 cm 0 eV 3.44 keV 372 um 372 um Tracker eIoni + 0 -3.27 cm 7.69 mm -37.7 cm 1.75 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.28 cm 7.73 mm -37.7 cm 0 eV 1.75 keV 122 um 122 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.89 cm -4.03 cm -58.9 cm 2.71 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.9 cm -4.03 cm -58.9 cm 0 eV 2.71 keV 248 um 248 um Tracker eIoni + 0 -3.12 cm 7.34 mm -46.7 cm 2.17 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.12 cm 7.27 mm -46.7 cm 0 eV 2.17 keV 171 um 171 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.81 cm -3.85 cm -67.4 cm 1.69 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.81 cm -3.85 cm -67.4 cm 0 eV 1.69 keV 82.8 um 82.8 um Chamber eIoni + 0 -3 cm 7.05 mm -53.9 cm 2.79 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3 cm 7.15 mm -53.9 cm 0 eV 2.79 keV 259 um 259 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.76 cm -3.76 cm -71.6 cm 117 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.29 cm -3.46 cm -71.4 cm 97.4 keV 19.9 keV 1.96 cm 1.96 cm Chamber eIoni - 2 -2.67 cm -3.72 cm -71.5 cm 88.5 keV 8.95 keV 1.48 cm 3.44 cm Chamber eIoni - 3 -2.54 cm -3.36 cm -71.6 cm 75.7 keV 12.8 keV 1.27 cm 4.72 cm Chamber eIoni - 4 -2.37 cm -3.55 cm -71.8 cm 64.7 keV 10.9 keV 1.01 cm 5.73 cm Chamber eIoni - 5 -2.52 cm -3.4 cm -71.7 cm 55.7 keV 9.02 keV 8.08 mm 6.53 cm Chamber eIoni - 6 -2.65 cm -3.43 cm -71.6 cm 45.1 keV 9.29 keV 5.29 mm 7.06 cm Chamber eIoni - 7 -2.66 cm -3.29 cm -71.5 cm 36.9 keV 5.32 keV 4.12 mm 7.48 cm Chamber eIoni - 8 -2.59 cm -3.33 cm -71.5 cm 30.2 keV 5.29 keV 2.78 mm 7.75 cm Chamber eIoni - 9 -2.59 cm -3.33 cm -71.5 cm 28.4 keV 147 eV 109 um 7.76 cm Chamber eIoni - 10 -2.58 cm -3.28 cm -71.5 cm 19.2 keV 9.17 keV 3.03 mm 8.07 cm Chamber eIoni - 11 -2.56 cm -3.28 cm -71.4 cm 12.3 keV 6.94 keV 2.17 mm 8.28 cm Chamber eIoni - 12 -2.57 cm -3.28 cm -71.4 cm 5.9 keV 6.39 keV 1.51 mm 8.43 cm Chamber eIoni - 13 -2.57 cm -3.28 cm -71.4 cm 0 eV 5.9 keV 523 um 8.49 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.59 cm -3.33 cm -71.5 cm 1.67 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.59 cm -3.33 cm -71.5 cm 0 eV 1.67 keV 81.7 um 81.7 um Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.59 cm -3.33 cm -71.5 cm 1.34 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.59 cm -3.33 cm -71.5 cm 0 eV 1.34 keV 60.8 um 60.8 um Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.66 cm -3.29 cm -71.5 cm 2.96 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.66 cm -3.3 cm -71.5 cm 0 eV 2.96 keV 181 um 181 um Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.65 cm -3.43 cm -71.6 cm 1.3 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.65 cm -3.42 cm -71.6 cm 0 eV 1.3 keV 58.3 um 58.3 um Chamber eIoni + 0 -2.92 cm 6.84 mm -59.2 cm 2.81 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.91 cm 6.89 mm -59.2 cm 0 eV 2.81 keV 264 um 264 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.76 cm -3.75 cm -71.9 cm 1.68 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.76 cm -3.75 cm -71.9 cm 0 eV 1.68 keV 82 um 82 um Chamber eIoni + 0 -2.88 cm 6.74 mm -61.6 cm 15.9 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.86 cm 6.54 mm -61.6 cm 7.62 keV 6.78 keV 983 um 983 um Chamber eIoni + 2 -2.86 cm 6.5 mm -61.6 cm 0 eV 7.62 keV 795 um 1.78 mm Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 32 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.86 cm 6.54 mm -61.6 cm 1.52 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.86 cm 6.55 mm -61.6 cm 0 eV 1.52 keV 71.9 um 71.9 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.76 cm -3.75 cm -71.9 cm 3.59 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.76 cm -3.75 cm -71.9 cm 0 eV 3.59 keV 241 um 241 um Chamber eIoni + 0 -2.76 cm 6.48 mm -68.6 cm 3.01 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.76 cm 6.47 mm -68.6 cm 0 eV 3.01 keV 185 um 185 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.75 cm -3.72 cm -73.5 cm 1.46 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.75 cm -3.72 cm -73.5 cm 0 eV 1.46 keV 68 um 68 um Chamber eIoni + 0 -2.69 cm 6.32 mm -72.8 cm 17.9 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.68 cm 6.6 mm -72.8 cm 15.6 keV 2.27 keV 2.04 mm 2.04 mm Chamber eIoni + 2 -2.67 cm 6.79 mm -72.8 cm 11.2 keV 1.12 keV 518 um 2.56 mm Chamber eIoni + 3 -2.66 cm 6.68 mm -72.8 cm 4.39 keV 4.12 keV 781 um 3.34 mm Chamber eIoni + 4 -2.66 cm 6.7 mm -72.8 cm 0 eV 4.39 keV 327 um 3.67 mm Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 30 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.66 cm 6.68 mm -72.8 cm 2.68 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.66 cm 6.7 mm -72.8 cm 0 eV 2.68 keV 157 um 157 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 30 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.67 cm 6.79 mm -72.8 cm 3.27 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.66 cm 6.77 mm -72.8 cm 0 eV 3.27 keV 210 um 210 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.74 cm -3.71 cm -73.9 cm 3.91 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.74 cm -3.71 cm -73.9 cm 0 eV 3.91 keV 274 um 274 um Chamber eIoni + 0 -2.55 cm 5.98 mm -81.4 cm 1.04 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.55 cm 5.97 mm -81.4 cm 0 eV 1.04 keV 56.1 um 56.1 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 cm -3.7 cm -74.6 cm 1.66 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.74 cm -3.7 cm -74.6 cm 0 eV 1.66 keV 80.8 um 80.8 um Chamber eIoni + 0 -2.55 cm 5.97 mm -81.5 cm 1.2 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.55 cm 6 mm -81.5 cm 0 eV 1.2 keV 69.3 um 69.3 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.59 cm -3.38 cm -89 cm 1.52 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.59 cm -3.38 cm -89 cm 0 eV 1.52 keV 98.7 um 98.7 um Tracker eIoni + 0 -2.27 cm 5.33 mm -98.5 cm 1.48 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.27 cm 5.37 mm -98.5 cm 0 eV 1.48 keV 94.8 um 94.8 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.54 cm -3.27 cm -94.2 cm 1.37 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.53 cm -3.27 cm -94.2 cm 0 eV 1.37 keV 84.7 um 84.7 um Tracker eIoni + 0 -1.85 cm 4.34 mm -1.24 m 1.64 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.85 cm 4.36 mm -1.24 m 0 eV 1.64 keV 111 um 111 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.47 cm -3.12 cm -1.01 m 1.14 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.47 cm -3.13 cm -1.01 m 0 eV 1.14 keV 64.6 um 64.6 um Tracker eIoni + 0 -1.83 cm 4.32 mm -1.25 m 16.9 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.84 cm 4.29 mm -1.25 m 13.3 keV 0 eV 39.6 um 39.6 um Tracker eIoni + 2 -1.98 cm 3.87 mm -1.25 m 7.45 keV 5.85 keV 2.25 mm 2.29 mm Tracker eIoni + 3 -1.96 cm 3.6 mm -1.25 m 3.34 keV 3.09 keV 477 um 2.77 mm Tracker eIoni + 4 -1.95 cm 3.46 mm -1.25 m 0 eV 3.34 keV 353 um 3.12 mm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 25 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.96 cm 3.6 mm -1.25 m 1.03 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.96 cm 3.59 mm -1.25 m 0 eV 1.03 keV 55.2 um 55.2 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 25 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.84 cm 4.29 mm -1.25 m 3.55 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.84 cm 4.28 mm -1.25 m 2.02 keV 32.1 eV 13.5 um 13.5 um Tracker eIoni + 2 -1.83 cm 4.26 mm -1.25 m 0 eV 2.02 keV 153 um 166 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 124 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.84 cm 4.28 mm -1.25 m 1.5 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.84 cm 4.24 mm -1.25 m 0 eV 1.5 keV 96.8 um 96.8 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.46 cm -3.1 cm -1.02 m 1.31 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.46 cm -3.1 cm -1.02 m 0 eV 1.31 keV 79.2 um 79.2 um Tracker eIoni + 0 -1.8 cm 4.25 mm -1.27 m 3.98 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.78 cm 4.17 mm -1.27 m 0 eV 3.98 keV 478 um 478 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.4 cm -2.99 cm -1.07 m 32.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.76 cm -3.17 cm -1.07 m 27.2 keV 4.61 keV 4.74 mm 4.74 mm Tracker eIoni - 2 -2.07 cm -3.33 cm -1.07 m 21.2 keV 5.95 keV 4.66 mm 9.39 mm Tracker eIoni - 3 -1.98 cm -3.3 cm -1.07 m 16 keV 5.25 keV 3.5 mm 1.29 cm Tracker eIoni - 4 -1.83 cm -3.25 cm -1.07 m 11.2 keV 4.8 keV 2.64 mm 1.55 cm Tracker eIoni - 5 -1.73 cm -3.3 cm -1.07 m 5.89 keV 4.2 keV 1.76 mm 1.73 cm Tracker eIoni - 6 -1.72 cm -3.33 cm -1.07 m 1.67 keV 2.88 keV 754 um 1.8 cm Tracker eIoni - 7 -1.72 cm -3.33 cm -1.07 m 0 eV 1.67 keV 114 um 1.82 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 cm -3.33 cm -1.07 m 1.34 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.72 cm -3.33 cm -1.07 m 0 eV 1.34 keV 81.8 um 81.8 um Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 cm -3.3 cm -1.07 m 1.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.73 cm -3.3 cm -1.07 m 0 eV 1.1 keV 61 um 61 um Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.76 cm -3.17 cm -1.07 m 1.14 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.76 cm -3.17 cm -1.07 m 0 eV 1.14 keV 64.4 um 64.4 um Tracker eIoni + 0 -1.64 cm 3.87 mm -1.37 m 7.94 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.69 cm 3.45 mm -1.37 m 2.91 keV 5.03 keV 1.44 mm 1.44 mm Tracker eIoni + 2 -1.68 cm 3.48 mm -1.37 m 0 eV 2.91 keV 279 um 1.72 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 cm -2.92 cm -1.1 m 8.19 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.42 cm -2.98 cm -1.1 m 3.09 keV 3.71 keV 1.24 mm 1.24 mm Tracker eIoni - 2 -1.43 cm -2.98 cm -1.1 m 0 eV 3.09 keV 309 um 1.55 mm Tracker eIoni + 0 -1.59 cm 3.75 mm -1.4 m 20.1 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.55 cm 3.65 mm -1.4 m 15 keV 5.04 keV 2.24 mm 2.24 mm Chamber eIoni + 2 -1.55 cm 3.64 mm -1.4 m 13.5 keV 0 eV 11.1 um 2.25 mm Chamber eIoni + 3 -1.55 cm 3.62 mm -1.4 m 13 keV 506 eV 40.4 um 2.29 mm Chamber eIoni + 4 -1.55 cm 3.45 mm -1.4 m 7.02 keV 5.97 keV 1.58 mm 3.88 mm Chamber eIoni + 5 -1.55 cm 3.39 mm -1.4 m 0 eV 7.02 keV 694 um 4.57 mm Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 22 +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 22 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.42 cm -2.98 cm -1.1 m 1.39 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.42 cm -2.98 cm -1.1 m 0 eV 1.39 keV 85.8 um 85.8 um Tracker eIoni + 0 -1.55 cm 3.64 mm -1.4 m 1.55 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.55 cm 3.64 mm -1.4 m 0 eV 1.55 keV 73.6 um 73.6 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.32 cm -2.82 cm -1.15 m 1.13 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.33 cm -2.82 cm -1.15 m 0 eV 1.13 keV 63.2 um 63.2 um Tracker eIoni + 0 -1.51 cm 3.57 mm -1.45 m 3.38 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.51 cm 3.54 mm -1.45 m 0 eV 3.38 keV 220 um 220 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.06 cm -2.26 cm -1.41 m 48.7 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -8.07 mm -2.23 cm -1.41 m 42.1 keV 6.62 keV 5.04 mm 5.04 mm Chamber msc - 2 -8.38 mm -2.31 cm -1.41 m 35.5 keV 6.62 keV 4.61 mm 9.66 mm Chamber eIoni - 3 -8.51 mm -2.32 cm -1.41 m 32.4 keV 438 eV 562 um 1.02 cm Chamber eIoni - 4 -9.14 mm -2.33 cm -1.41 m 28 keV 4.41 keV 3.45 mm 1.37 cm Chamber eIoni - 5 -9.02 mm -2.34 cm -1.41 m 24 keV 85.7 eV 140 um 1.38 cm Chamber eIoni - 6 -8.64 mm -2.36 cm -1.41 m 15.3 keV 8.61 keV 2.6 mm 1.64 cm Chamber eIoni - 7 -8.56 mm -2.38 cm -1.41 m 7.64 keV 2.32 keV 304 um 1.67 cm Chamber eIoni - 8 -8.57 mm -2.38 cm -1.41 m 0 eV 7.64 keV 799 um 1.75 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.56 mm -2.38 cm -1.41 m 5.38 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -8.6 mm -2.38 cm -1.41 m 0 eV 5.38 keV 451 um 451 um Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.02 mm -2.34 cm -1.41 m 3.96 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -9.03 mm -2.34 cm -1.41 m 0 eV 3.96 keV 280 um 280 um Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.51 mm -2.32 cm -1.41 m 2.64 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -8.51 mm -2.32 cm -1.41 m 0 eV 2.64 keV 153 um 153 um Chamber eIoni + 0 -1.51 cm 3.56 mm -1.45 m 4.97 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.51 cm 3.53 mm -1.45 m 0 eV 4.97 keV 399 um 399 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.02 cm -2.17 cm -1.45 m 1.26 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.02 cm -2.17 cm -1.45 m 0 eV 1.26 keV 56.3 um 56.3 um Chamber eIoni + 0 -1.47 cm 3.47 mm -1.47 m 1.37 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.47 cm 3.47 mm -1.47 m 0 eV 1.37 keV 62.8 um 62.8 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.91 mm -2.11 cm -1.48 m 3.73 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -9.89 mm -2.1 cm -1.48 m 0 eV 3.73 keV 254 um 254 um Chamber eIoni + 0 -1.16 cm 2.74 mm -1.67 m 1.92 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.16 cm 2.73 mm -1.67 m 0 eV 1.92 keV 141 um 141 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.56 mm -2.03 cm -1.51 m 4.79 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -9.6 mm -2.03 cm -1.51 m 0 eV 4.79 keV 375 um 375 um Chamber eIoni + 0 -1.01 cm 2.4 mm -1.76 m 1.01 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.01 cm 2.42 mm -1.76 m 0 eV 1.01 keV 54.1 um 54.1 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.24 mm -1.96 cm -1.54 m 8.28 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -9.3 mm -1.97 cm -1.54 m 3.04 keV 2.68 keV 518 um 518 um Chamber eIoni - 2 -9.28 mm -1.96 cm -1.54 m 0 eV 3.04 keV 188 um 706 um Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.3 mm -1.97 cm -1.54 m 2.57 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -9.29 mm -1.97 cm -1.54 m 0 eV 2.57 keV 148 um 148 um Chamber eIoni + 0 -9.86 mm 2.34 mm -1.78 m 2.69 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -9.89 mm 2.32 mm -1.78 m 2.38 keV 301 eV 36.5 um 36.5 um Tracker eIoni + 2 -9.95 mm 2.26 mm -1.78 m 0 eV 2.38 keV 200 um 237 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.74 mm -1.41 cm -1.79 m 1.56 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -6.7 mm -1.41 cm -1.79 m 0 eV 1.56 keV 103 um 103 um Tracker eIoni + 0 -9.22 mm 2.19 mm -1.82 m 1.04 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -9.2 mm 2.17 mm -1.82 m 0 eV 1.04 keV 56.6 um 56.6 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.53 mm -1.37 cm -1.81 m 1.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -6.55 mm -1.37 cm -1.81 m 0 eV 1.1 keV 60.8 um 60.8 um Tracker eIoni + 0 -6.57 mm 1.57 mm -1.98 m 1.46 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -6.56 mm 1.6 mm -1.98 m 0 eV 1.46 keV 93.1 um 93.1 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.08 mm -1.27 cm -1.86 m 1.25 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -6.1 mm -1.27 cm -1.86 m 0 eV 1.25 keV 73.5 um 73.5 um Tracker eIoni + 0 -2.32 mm 569 um -2.24 m 2.57 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.34 mm 661 um -2.24 m 0 eV 2.57 keV 226 um 226 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.13 mm -1.06 cm -1.95 m 16.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -6.22 mm -8.96 mm -1.95 m 11.1 keV 5.76 keV 2.78 mm 2.78 mm Tracker eIoni - 2 -6.89 mm -8.49 mm -1.95 m 5.23 keV 4.49 keV 1.77 mm 4.55 mm Tracker eIoni - 3 -7.17 mm -8.37 mm -1.95 m 1.57 keV 2.51 keV 515 um 5.06 mm Tracker eIoni - 4 -7.13 mm -8.36 mm -1.95 m 0 eV 1.57 keV 103 um 5.16 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.17 mm -8.37 mm -1.95 m 1.16 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -7.16 mm -8.38 mm -1.95 m 0 eV 1.16 keV 65.9 um 65.9 um Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.89 mm -8.49 mm -1.95 m 1.42 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -6.89 mm -8.46 mm -1.95 m 0 eV 1.42 keV 89.2 um 89.2 um Tracker eIoni + 0 -81.4 um 41.1 um -2.38 m 1.31 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -103 um 62.9 um -2.38 m 0 eV 1.31 keV 79.1 um 79.1 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.78 mm -9.87 mm -1.98 m 1.13 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.8 mm -9.88 mm -1.98 m 0 eV 1.13 keV 63.5 um 63.5 um Tracker eIoni + 0 316 um -24.2 um -2.41 m 1.46 MeV 0 eV 0 fm 0 fm Target initStep + 1 320 um 36.2 um -2.41 m 0 eV 1.46 MeV 1.11 mm 1.11 mm Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.06 mm -6.13 mm -2.15 m 1.43 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.08 mm -6.16 mm -2.15 m 0 eV 1.43 keV 90.1 um 90.1 um Tracker eIoni + 0 321 um -33.6 um -2.42 m 1.1 MeV 0 eV 0 fm 0 fm Target initStep + 1 301 um -72.8 um -2.42 m 0 eV 1.1 MeV 820 um 820 um Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 mm -2.76 mm -2.31 m 1.01 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.49 mm -2.78 mm -2.31 m 0 eV 1.01 keV 53.8 um 53.8 um Tracker eIoni + 0 325 um -41.4 um -2.42 m 1.03 MeV 0 eV 0 fm 0 fm Target initStep + 1 365 um -37.9 um -2.42 m 0 eV 1.03 MeV 756 um 756 um Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 mm -1.93 mm -2.35 m 6.42 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.59 mm -1.95 mm -2.35 m 0 eV 6.42 keV 1.11 mm 1.11 mm Tracker eIoni + 0 327 um -45.8 um -2.42 m 1.18 MeV 0 eV 0 fm 0 fm Target initStep + 1 371 um -27.7 um -2.42 m 0 eV 1.18 MeV 886 um 886 um Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -161 um -102 um -2.44 m 1.88 MeV 0 eV 0 fm 0 fm Target initStep - 1 -134 um -27.8 um -2.44 m 70.8 keV 1.81 MeV 1.36 mm 1.36 mm Target eIoni - 2 -133 um -27.9 um -2.44 m 0 eV 70.8 keV 15.7 um 1.37 mm Target eIoni + 0 105 um -15 um -2.44 m 1.81 MeV 0 eV 0 fm 0 fm Target initStep + 1 136 um 56 um -2.44 m 285 keV 1.33 MeV 1.15 mm 1.15 mm Target eBrem + 2 139 um 47.4 um -2.44 m 0 eV 285 keV 138 um 1.29 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 128, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 136 um 56 um -2.44 m 192 keV 0 eV 0 fm 0 fm Target initStep + 1 181 um -58.5 um -2.44 m 0 eV 88 keV 156 um 156 um Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 128 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 181 um -58.5 um -2.44 m 104 keV 0 eV 0 fm 0 fm Target initStep + 1 183 um -58.9 um -2.44 m 0 eV 104 keV 29.3 um 29.3 um Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.14 um -24.1 um -2.45 m 1.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 30 um -59.5 um -2.45 m 0 eV 1.09 MeV 808 um 808 um Target eIoni + 0 55.9 um -21.7 um -2.45 m 1.55 MeV 0 eV 0 fm 0 fm Target initStep + 1 -8.31 um -20.4 um -2.45 m 270 keV 1.28 MeV 1.18 mm 1.18 mm Target eIoni + 2 -1.67 um -25.2 um -2.45 m 1.85 keV 163 keV 103 um 1.28 mm Target eBrem + 3 -1.67 um -25.2 um -2.45 m 0 eV 1.85 keV 68.4 nm 1.28 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 130, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.67 um -25.2 um -2.45 m 105 keV 0 eV 0 fm 0 fm Target initStep + 1 6.87 um 12.1 um -2.45 m 0 eV 88 keV 38.3 um 38.3 um Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 130 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 6.87 um 12.1 um -2.45 m 17.1 keV 0 eV 0 fm 0 fm Target initStep + 1 6.94 um 12.2 um -2.45 m 0 eV 17.1 keV 1.59 um 1.59 um Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.19 um -23.8 um -2.45 m 2.82 keV 0 eV 0 fm 0 fm World initStep - 1 104 um 24.1 um -2.45 m 0 eV 2.82 keV 264 um 264 um World eIoni + 0 4.37 um -5.95 um -2.63 m 7.04 keV 0 eV 0 fm 0 fm World initStep + 1 -17.3 um -565 um -2.63 m 0 eV 7.04 keV 1.26 mm 1.26 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.89 um -20 um -2.47 m 1.16 keV 0 eV 0 fm 0 fm World initStep - 1 -18.8 um -24.6 um -2.47 m 0 eV 1.16 keV 66.1 um 66.1 um World eIoni + 0 4.2 um -5.58 um -2.63 m 2.79 keV 0 eV 0 fm 0 fm World initStep + 1 45.4 um 94.5 um -2.63 m 0 eV 2.79 keV 260 um 260 um World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.61 um -2.04 um -2.66 m 2.28 keV 0 eV 0 fm 0 fm World initStep - 1 64 um 42.4 um -2.66 m 0 eV 2.28 keV 187 um 187 um World eIoni + 0 3.61 um -4.61 um -2.64 m 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 14.9 um -23.4 um -2.64 m 0 eV 1.07 keV 58.5 um 58.5 um World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 0 fm 0 fm -2.7 m 1.87 keV 0 eV 0 fm 0 fm World initStep - 1 -11.8 um -53.5 um -2.7 m 0 eV 1.87 keV 136 um 136 um World eIoni + 0 0 fm 0 fm -2.71 m 2.67 keV 0 eV 0 fm 0 fm World initStep + 1 -97.6 um 23.8 um -2.71 m 0 eV 2.67 keV 242 um 242 um World eIoni --------->Storing hits in the ROOT file: in this event there are 110 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.020261431273075 position[mm]: (-9.2400817504761,-19.588729268269,-1543.1447847079) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.015314605995659 position[mm]: (-9.560774168912,-20.283755715235,-1511.6939861433) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.014709046482464 position[mm]: (-9.9112177455028,-21.055035363758,-1476.7087924022) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.011923967061096 position[mm]: (-10.196466238384,-21.680152364319,-1448.1270206727) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013273236676109 position[mm]: (-10.603048525445,-22.553094358191,-1408.2591761003) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0025931163303639 position[mm]: (-10.687747128697,-22.733210099371,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.023603781999989 position[mm]: (-17.343699094312,-36.952478177013,-746.1442170766) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0019889123472196 position[mm]: (-17.41429029317,-37.100342681279,-739.21188220346) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0017885013829617 position[mm]: (-17.452886053925,-37.181039180568,-735.42374328527) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0097103357205776 position[mm]: (-17.617245619967,-37.523138508577,-719.32455983249) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 3.4338675218138e-05 position[mm]: (-17.619304663035,-37.527480088816,-719.12096199766) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00035456914641068 position[mm]: (-17.645972906765,-37.583679403119,-716.48414342414) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.014279474542604 position[mm]: (-18.074949832594,-38.49782877279,-673.71727366521) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.028626615470044 position[mm]: (-18.812334232223,-40.070576283003,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.012057203500872 position[mm]: (-25.292637957876,-53.65852390721,32.603806657265) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.056369286179044 position[mm]: (-27.035440384088,-57.285328769348,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0032764257322445 position[mm]: (-33.133296098683,-70.600641668068,810.21445896083) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.030668347424698 position[mm]: (-33.631111419972,-71.687554051207,860.13446073591) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.010381961317236 position[mm]: (-33.89018310267,-72.242168710523,885.53183129595) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0091135913496698 position[mm]: (-34.169089354951,-72.851581176754,913.10932871986) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0045613378414864 position[mm]: (-34.222779928846,-72.970396794636,918.46847420463) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 6.4892175395082e-06 position[mm]: (-34.222951317867,-72.970777251522,918.48557377643) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.020299165053785 position[mm]: (-34.707673687005,-74.046642203165,966.81804626742) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0012759248074575 position[mm]: (-34.797124256151,-74.244079896698,975.60348300301) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0094351736539573 position[mm]: (-35.045878230993,-74.794769709088,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0032551134914491 position[mm]: (-41.401306032672,-88.56037659022,1614.3426636374) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.016471420964911 position[mm]: (-41.793164885652,-89.37995869815,1651.2319011308) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0027132809007053 position[mm]: (-41.854151500501,-89.507096567418,1656.9747736014) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0012817779565387 position[mm]: (-41.977724096719,-89.764890835215,1668.6397529456) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0028120007627219 position[mm]: (-42.036486292323,-89.888872224358,1674.2583519804) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.025778542608559 position[mm]: (-42.470703250926,-90.800501487842,1715.6024471244) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0099469800812829 position[mm]: (-42.680298286137,-91.233187511084,1735.2698123654) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.003135980220631 position[mm]: (-42.773360380071,-91.425266606994,1744.0895574112) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.015217490311569 position[mm]: (-43.33470976065,-92.58030333662,1797.1175749664) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00060899951578974 position[mm]: (-43.365379137079,-92.643398579306,1800) - trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0026872845211599 position[mm]: (-43.347767058024,-92.593273318594,1797.1181240889) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0013623495528209 position[mm]: (-42.779159821911,-91.420227260992,1744.0898950231) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0024710442018519 position[mm]: (-42.694106893938,-91.22455714337,1735.2706801578) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0017412037720932 position[mm]: (-42.437333922774,-90.807908988009,1715.6049066339) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0024845558114304 position[mm]: (-42.452846617077,-90.813093688848,1715.6065346352) - trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.001406073829011 position[mm]: (-42.036624795249,-89.880885205215,1674.2588324069) - trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.0014765647088059 position[mm]: (-41.97119637013,-89.770316935557,1668.6400340137) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0009886323988768 position[mm]: (-41.852158513478,-89.531155178506,1656.9756925211) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0023900845615341 position[mm]: (-41.851714054815,-89.544400931833,1656.9837976715) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0036937536465683 position[mm]: (-41.800825684447,-89.407203698603,1651.232968578) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0049798819138247 position[mm]: (-41.412001017348,-88.602773545446,1614.3447502845) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0029762442368954 position[mm]: (-34.817843161179,-74.239648993904,975.60455014818) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0014651780222365 position[mm]: (-34.715350374614,-74.043211325445,966.81837340632) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0019157769651853 position[mm]: (-34.217185075067,-72.960866218773,918.48636470054) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0012235165397871 position[mm]: (-34.464181369292,-71.431297634991,918.94101873816) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0078139340829976 position[mm]: (-32.700322023758,-70.369876929862,921.08489556898) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0050293108972646 position[mm]: (-32.301394022976,-68.488423190191,919.8424502269) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00017844660284196 position[mm]: (-32.385514745767,-68.386020164338,919.76145285214) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0055139982889698 position[mm]: (-33.467931623628,-67.073222399195,918.83240048326) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.01530970114178 position[mm]: (-33.085953815211,-65.722514627138,919.68194445222) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0092121282455672 position[mm]: (-33.986415888054,-65.541391338737,919.7428444362) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0068986209857712 position[mm]: (-33.596184675919,-65.951259275237,919.69309031614) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0048897516536011 position[mm]: (-33.791605742424,-66.177799592746,919.86261915069) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0038441116226845 position[mm]: (-33.687775173623,-66.347066848995,919.95168221573) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0088677133970115 position[mm]: (-33.776163949743,-66.362165555396,919.85674061469) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0014596597384503 position[mm]: (-33.784282330409,-66.363661346455,919.85816365248) - trackID: 88 chamberNb: 3 energy deposit[MeV]: 0.0018890799028517 position[mm]: (-32.379138900714,-68.387152208626,919.75219406727) - trackID: 87 chamberNb: 3 energy deposit[MeV]: 0.0023484563356137 position[mm]: (-32.313343616839,-68.497721724171,919.84278229041) - trackID: 86 chamberNb: 3 energy deposit[MeV]: 0.00123024860904 position[mm]: (-34.458753087439,-71.432492450346,918.93722784723) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0018511029713366 position[mm]: (-34.173023310155,-72.841301867635,913.11000051535) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0060547695152408 position[mm]: (-33.921997761002,-72.193520835882,885.5372024551) - trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0024489079360746 position[mm]: (-33.623241525969,-71.701580905281,860.13504583278) - trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.0081516084337896 position[mm]: (-33.066693497164,-70.794907557978,810.23537326571) - trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.005556414542505 position[mm]: (-33.054619228536,-70.768806421401,810.27810633561) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0040441230009922 position[mm]: (-25.261657004329,-53.666850686308,32.60602984355) - trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.0016875990738217 position[mm]: (-18.06646613209,-38.492744722542,-673.71666562038) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.019917111756035 position[mm]: (-22.856690640759,-34.585247366524,-714.36353389905) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0089511741183821 position[mm]: (-26.692251559637,-37.214532770976,-715.1071015247) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.012810780780542 position[mm]: (-25.379259905784,-33.635845870542,-716.40468796535) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.010919214106403 position[mm]: (-23.667676346255,-35.456097229292,-718.28937001035) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0090222877457053 position[mm]: (-25.220299119498,-33.997013380237,-717.0956641357) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0092895556143095 position[mm]: (-26.492422953811,-34.251288656169,-715.75112537573) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0053213574633506 position[mm]: (-26.592902813839,-32.940894886724,-715.48357033133) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0052893956352048 position[mm]: (-25.881500822584,-33.289750370821,-714.94849010457) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00014736246499881 position[mm]: (-25.937097822769,-33.280289324133,-715.03348424103) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0091691520826058 position[mm]: (-25.785075823262,-32.765765425483,-714.65311723325) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0069408737002168 position[mm]: (-25.640470651895,-32.751273265195,-714.33606163465) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0063949213237272 position[mm]: (-25.683969005675,-32.816223853753,-714.18157649446) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0058992064961476 position[mm]: (-25.674942401487,-32.803817553991,-714.12749897541) - trackID: 97 chamberNb: 1 energy deposit[MeV]: 0.0016713402320548 position[mm]: (-25.943086911475,-33.274565469258,-715.03872065544) - trackID: 96 chamberNb: 1 energy deposit[MeV]: 0.0013387763349317 position[mm]: (-25.883931584011,-33.283011047702,-714.9462052159) - trackID: 95 chamberNb: 1 energy deposit[MeV]: 0.0029598736486968 position[mm]: (-26.605910814147,-32.955193011207,-715.4752206299) - trackID: 94 chamberNb: 1 energy deposit[MeV]: 0.0012963189485516 position[mm]: (-26.490836157246,-34.249713347156,-715.75798022562) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0016755412363624 position[mm]: (-17.618851670777,-37.537296115833,-719.12075675131) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0035937122427777 position[mm]: (-17.642444735901,-37.533536642474,-719.32337150658) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0014579953439932 position[mm]: (-17.450586624063,-37.173012918872,-735.4232238029) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0039112511721337 position[mm]: (-17.40631713599,-37.070852954881,-739.20922112448) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0016585078230353 position[mm]: (-17.350496257905,-36.959417007907,-746.14403293376) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0066182458493694 position[mm]: (-8.0661649536758,-22.317252316379,-1411.1181459826) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0066196977957266 position[mm]: (-8.3825179551627,-23.080702383674,-1412.020495773) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00043793046808035 position[mm]: (-8.5084458838366,-23.199814183563,-1412.4169969275) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0044053279010481 position[mm]: (-9.1401317267389,-23.313982926494,-1412.9117446801) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 8.5685696656598e-05 position[mm]: (-9.0208958278039,-23.351521987337,-1412.8876833375) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0086141548669941 position[mm]: (-8.6380031960314,-23.635911129627,-1412.7459142345) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.002324812926739 position[mm]: (-8.5564160879826,-23.796120246201,-1412.7374637587) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0076406977300681 position[mm]: (-8.5723970049919,-23.781764471973,-1412.8165331402) - trackID: 104 chamberNb: 0 energy deposit[MeV]: 0.0053794277272603 position[mm]: (-8.5955033566755,-23.76913237105,-1412.7249810655) - trackID: 103 chamberNb: 0 energy deposit[MeV]: 0.0039646488623199 position[mm]: (-9.0333435257132,-23.354583618984,-1412.8591737994) - trackID: 102 chamberNb: 0 energy deposit[MeV]: 0.0026357763420666 position[mm]: (-8.5140466821079,-23.213534053498,-1412.4069407876) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0012628410323525 position[mm]: (-10.201255650712,-21.675104400665,-1448.1267067519) - trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0037263370102864 position[mm]: (-9.8947211797078,-21.031722677988,-1476.7063370066) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0047881772209866 position[mm]: (-9.6003675222492,-20.27245256903,-1511.6912287278) - trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0026754456492139 position[mm]: (-9.2996615403178,-19.659184697211,-1543.1384010974) - trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.0030388851790333 position[mm]: (-9.2835515963199,-19.648762882974,-1543.1487900674) - trackID: 105 chamberNb: 0 energy deposit[MeV]: 0.0025681957629816 position[mm]: (-9.2920956203745,-19.674282373541,-1543.1419129544) +-------->Storing hits in the ROOT file: in this event there are 119 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0057315468548427 position[mm]: (-12.90166199947,3.050635719205,-1588.0475882361) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.042319608280118 position[mm]: (-14.723154058232,3.4704720514609,-1474.5145304914) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0079503318133694 position[mm]: (-15.102787731906,3.5593623607525,-1450.6910054643) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0011695741703648 position[mm]: (-15.145291217035,3.569583090832,-1448.0393203058) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.019984280622058 position[mm]: (-15.871093836832,3.7461589509036,-1402.8808142553) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0029825597098054 position[mm]: (-15.917933367033,3.7569594684876,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.020837919118479 position[mm]: (-26.901278375724,6.3194154448168,-727.61990173889) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0090267719757765 position[mm]: (-27.596176237645,6.4773602005676,-685.70677180069) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.024447425498048 position[mm]: (-28.62046333064,6.7099112774375,-623.78919979823) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0037841636536121 position[mm]: (-28.752138399613,6.7415023297747,-615.90287630279) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0046363882100852 position[mm]: (-29.017507005424,6.8065713778268,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0067201612325195 position[mm]: (-39.51075930102,9.297197030813,28.429614077798) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0037399699980247 position[mm]: (-39.811830322585,9.3681891315843,46.48973916775) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0043652696236223 position[mm]: (-39.93859171991,9.3985770363867,54.148665610022) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0039709140166395 position[mm]: (-40.216395785259,9.4647320249566,70.929314909946) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.023896763317263 position[mm]: (-41.062785467971,9.6644902690186,121.84389180256) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00035185143171116 position[mm]: (-41.111168411689,9.676723228687,124.76042139589) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.018608533544287 position[mm]: (-42.031489943844,9.9068100709331,180.23205254153) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00280260836554 position[mm]: (-42.204291907709,9.9482970623374,190.47823420069) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0043185760873822 position[mm]: (-42.365020437145,9.986979542362,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0017167055997048 position[mm]: (-52.626553831152,12.366874641094,804.05017689606) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0022743896312191 position[mm]: (-52.732938518206,12.390872342748,810.3155544347) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.012015723220761 position[mm]: (-53.156984395985,12.485500923529,835.2737795368) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.013781045708263 position[mm]: (-53.767306311662,12.621943834088,871.38622002829) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.017828304868274 position[mm]: (-54.424553652333,12.763389276659,910.34088677818) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0019829476236726 position[mm]: (-54.561712685683,12.792991959284,918.47272318766) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.012496851733272 position[mm]: (-55.306736687318,12.946358483941,963.4764884446) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.014427018053141 position[mm]: (-55.909687323043,13.064504656327,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0011868551337023 position[mm]: (-65.872552218479,15.10987304308,1601.2998162428) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0025336004964021 position[mm]: (-66.118575111988,15.159166939537,1616.1385301031) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 8.2418252285236e-06 position[mm]: (-66.118935012354,15.159237959537,1616.1602515024) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0059816038301836 position[mm]: (-66.321130228889,15.199328436188,1628.3672195112) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.004423417918588 position[mm]: (-66.468819463462,15.23007468356,1637.3360027964) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.014268614707544 position[mm]: (-67.077546601769,15.354676667992,1674.314671033) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0023792124515993 position[mm]: (-67.302854799425,15.403837138666,1687.9951850933) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00088075400376753 position[mm]: (-67.336751698405,15.411179919385,1690.0513442131) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.011766861458836 position[mm]: (-67.679602363055,15.485659122037,1710.8687321813) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0049176881981312 position[mm]: (-67.934408183758,15.541535948766,1726.4054290431) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0025664442896806 position[mm]: (-68.06270132123,15.569994791117,1734.2395684179) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0023344904379897 position[mm]: (-68.222066444335,15.605120603798,1743.9342826893) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.014127573667554 position[mm]: (-69.006490362493,15.777614282767,1791.680742107) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.002943996079643 position[mm]: (-69.141491175564,15.809424837978,1800) + trackID: 81 chamberNb: 4 energy deposit[MeV]: 0.0013773730496372 position[mm]: (-69.006028732577,15.76983655389,1791.6810742392) + trackID: 80 chamberNb: 4 energy deposit[MeV]: 0.0034916922443965 position[mm]: (-68.183254024747,15.638668702496,1743.9387017011) + trackID: 80 chamberNb: 4 energy deposit[MeV]: 0.0020636499039191 position[mm]: (-68.178346486245,15.632377804725,1743.9485096912) + trackID: 79 chamberNb: 4 energy deposit[MeV]: 0.0016746428145316 position[mm]: (-68.054166333772,15.574827627221,1734.2401007245) + trackID: 78 chamberNb: 4 energy deposit[MeV]: 0.0026826632688164 position[mm]: (-67.916095187194,15.540924518578,1726.4066998632) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0023137889392682 position[mm]: (-69.975879331267,15.749243545189,1711.5455645613) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0077259524284001 position[mm]: (-68.878874001209,13.332420270585,1711.0202342719) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.010748082491005 position[mm]: (-67.7395361629,12.64042319909,1712.3048671491) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0058732338983241 position[mm]: (-68.45355273505,11.780709930777,1712.8058989452) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0063293423004712 position[mm]: (-68.357214798802,10.990797775637,1713.0073845763) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.00028687792034326 position[mm]: (-68.453176318566,10.895707643416,1712.6325602317) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0051082966965926 position[mm]: (-68.098544749761,10.834616737908,1712.3019577529) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0083603132169917 position[mm]: (-68.406542288661,10.955129369956,1712.3081168165) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0015552286528859 position[mm]: (-68.47892813322,10.908430174904,1712.297386274) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0067064590922323 position[mm]: (-68.523569781041,10.857837470225,1712.3026193435) + trackID: 99 chamberNb: 4 energy deposit[MeV]: 0.0019685836354265 position[mm]: (-68.47988116687,10.910423311036,1712.3090700548) + trackID: 98 chamberNb: 4 energy deposit[MeV]: 0.0023661244664905 position[mm]: (-68.46101117724,10.904109069092,1712.6224397123) + trackID: 97 chamberNb: 4 energy deposit[MeV]: 0.00062021741072148 position[mm]: (-68.459392983529,11.768561761476,1712.7633233935) + trackID: 97 chamberNb: 4 energy deposit[MeV]: 0.0026766643479396 position[mm]: (-68.470749521459,11.780716097611,1712.7709723793) + trackID: 100 chamberNb: 4 energy deposit[MeV]: 0.0018090411216869 position[mm]: (-68.452576548977,11.776490006592,1712.7609009423) + trackID: 96 chamberNb: 4 energy deposit[MeV]: 0.00089703452869264 position[mm]: (-68.957532196452,13.301778065325,1711.0766025887) + trackID: 96 chamberNb: 4 energy deposit[MeV]: 0.0066207605724252 position[mm]: (-68.932093073833,13.341743133618,1711.0300392856) + trackID: 101 chamberNb: 4 energy deposit[MeV]: 0.0017200091268381 position[mm]: (-68.953962294227,13.307944415163,1711.0837979915) + trackID: 95 chamberNb: 4 energy deposit[MeV]: 0.0057029986885883 position[mm]: (-69.939468695529,15.756244310955,1711.5841452165) + trackID: 94 chamberNb: 4 energy deposit[MeV]: 0.0018131148371008 position[mm]: (-67.72607745,15.470206646295,1710.8818499588) + trackID: 76 chamberNb: 4 energy deposit[MeV]: 0.00063861068211737 position[mm]: (-67.365573725255,15.392700271658,1690.0532044251) + trackID: 76 chamberNb: 4 energy deposit[MeV]: 0.0035902885764993 position[mm]: (-67.379293198906,15.370908337551,1690.0442888677) + trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.0016910925232468 position[mm]: (-67.293305435764,15.406510517097,1687.9957490755) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0018107567194275 position[mm]: (-67.077386319299,15.343945326719,1674.3151779986) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0016655166967966 position[mm]: (-66.460141572598,15.225639540251,1637.336566462) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0032569636899998 position[mm]: (-66.373224579266,15.191625479543,1628.3704196556) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0023911434605175 position[mm]: (-66.365036416306,15.204631651278,1628.3680859554) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0033037574184634 position[mm]: (-66.126844363293,15.136206787377,1616.161623214) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0013466539492462 position[mm]: (-66.112592242995,15.154534552521,1616.1389276978) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.003161072791623 position[mm]: (-65.860944766149,15.129677517715,1601.3012594027) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0010542981003281 position[mm]: (-65.846619483158,15.063022341533,1600.0893808106) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0018261447379537 position[mm]: (-65.836906234607,15.059421784043,1600.0861489723) + trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.003361514358636 position[mm]: (-55.319487036125,12.967779901589,963.47768160263) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.0020596547141266 position[mm]: (-54.573678039624,12.796957909245,918.47309098463) + trackID: 63 chamberNb: 3 energy deposit[MeV]: 4.7646109577555e-05 position[mm]: (-54.393119394406,12.715010710206,910.34661969259) + trackID: 63 chamberNb: 3 energy deposit[MeV]: 0.0057316813304265 position[mm]: (-54.375438221798,12.686242820936,910.38863440138) + trackID: 102 chamberNb: 3 energy deposit[MeV]: 0.0015023931590042 position[mm]: (-54.388274404757,12.710173796768,910.34130070248) + trackID: 62 chamberNb: 3 energy deposit[MeV]: 0.0020647560286082 position[mm]: (-53.757993620817,12.630479149081,871.38693176667) + trackID: 61 chamberNb: 3 energy deposit[MeV]: 0.0017119951340582 position[mm]: (-53.159835589978,12.475849221554,835.27419239696) + trackID: 60 chamberNb: 3 energy deposit[MeV]: 0.0018704257980738 position[mm]: (-52.722328597865,12.387465839935,810.31623947856) + trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.0076960962222177 position[mm]: (-52.981161371333,12.610896115107,804.10830345055) + trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.010369129517958 position[mm]: (-53.025053679187,12.695189380191,804.30930096668) + trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.0039957047726063 position[mm]: (-53.008889190231,12.670180280165,804.31989771824) + trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0027300233077938 position[mm]: (-42.222572133197,9.9527591237799,190.47890926394) + trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.00733461694606 position[mm]: (-42.186822716845,10.274737688062,180.28700284595) + trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.011484814913098 position[mm]: (-42.115980288059,10.42647744839,180.16515927695) + trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.0022511783002685 position[mm]: (-42.125596976127,10.434768952598,180.15868217294) + trackID: 46 chamberNb: 2 energy deposit[MeV]: 0.0015148596079724 position[mm]: (-41.104192715541,9.6714563325019,124.76090611937) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0050838909938606 position[mm]: (-41.069497139433,9.7304632937288,121.84900625711) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0015426449649674 position[mm]: (-41.069932428755,9.7280496303037,121.84040748271) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0023453845187715 position[mm]: (-40.201316454151,9.4650864243757,70.93030975699) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0015470442716197 position[mm]: (-39.933571773311,9.3911566934293,54.149137476127) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0022947285969316 position[mm]: (-39.825814970026,9.3638566366823,46.490239585296) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.001942380512922 position[mm]: (-39.522394130728,9.2983029889234,28.42994066217) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0067784077691567 position[mm]: (-28.590725920201,6.5430905757627,-615.86638733013) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0076222230314803 position[mm]: (-28.611450428788,6.4998856985473,-615.93248423982) + trackID: 121 chamberNb: 1 energy deposit[MeV]: 0.0015208534139251 position[mm]: (-28.592160512542,6.5505372530442,-615.87084113729) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0030080622857009 position[mm]: (-27.578480207929,6.465209145365,-685.70523170298) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0022686533584764 position[mm]: (-26.770460310782,6.5980139114314,-727.57681004017) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0011196176049187 position[mm]: (-26.652573483998,6.7867945552654,-727.53456027247) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0041207252193726 position[mm]: (-26.573090142735,6.6839228888332,-727.60628551203) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.004385715712408 position[mm]: (-26.558226899657,6.6993446407724,-727.63546272112) + trackID: 123 chamberNb: 1 energy deposit[MeV]: 0.0026820359428659 position[mm]: (-26.564309874009,6.6959428095456,-727.59553571838) + trackID: 122 chamberNb: 1 energy deposit[MeV]: 0.0032748505449468 position[mm]: (-26.649235673435,6.7747826465125,-727.51392688896) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0050378506320576 position[mm]: (-15.514799830099,3.6522678993254,-1402.8212647964) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00050627544227914 position[mm]: (-15.520739673822,3.6156188483726,-1402.8504349901) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0059739483538141 position[mm]: (-15.465855917033,3.4524519902949,-1402.9292014297) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0070163049726388 position[mm]: (-15.460444700402,3.387735369625,-1402.8975077693) + trackID: 127 chamberNb: 0 energy deposit[MeV]: 0.0015464859929374 position[mm]: (-15.528207238196,3.6443778771096,-1402.8267506986) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.0033799056089364 position[mm]: (-15.147105771932,3.5445581576063,-1448.0377639574) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.004974920115613 position[mm]: (-15.072969142573,3.5276236371935,-1450.6872695073) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.001373060221323 position[mm]: (-14.715812212295,3.4679708051574,-1474.5141109) writing Event_1 >>> Event 0 0 trajectories stored in this event. Run terminated. Run Summary Number of events processed : 1 - User=0.360000s Real=2.653871s Sys=0.400000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.380000s Real=6.376710s Sys=0.390000s Region -- -- appears in world volume This region is in the mass world. @@ -2140,21 +2410,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659013046542 keV e- 1.0069920459193 MeV e+ 946.93445358257 keV proton 70 keV + Energy thresholds : gamma 94.695236139307 keV e- 1.0069930479414 MeV e+ 946.93633143982 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : XenonGas Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1.2159764674201 keV e+ 1.1903214400869 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.2174176450602 keV e+ 1.1919818971522 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -2165,494 +2435,358 @@ Index : 2 used in the geometry : Yes CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC is not found. --------->Storing hits in the ROOT file: in this event there are 239 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.025291218312847 position[mm]: (44.203476685789,189.97254309798,-1545.3993824879) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0022936322716434 position[mm]: (44.729883141259,192.65228691357,-1533.1687024588) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0037762419580345 position[mm]: (44.992486649458,194.0281613335,-1526.9371947695) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0027934081293677 position[mm]: (45.335736111989,195.79659371053,-1518.9127743116) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.034192351042307 position[mm]: (49.983809414463,219.62940007521,-1410.8611128981) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00053802961759252 position[mm]: (50.029436061976,219.91363679025,-1409.6090127699) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0057017746998275 position[mm]: (50.392923777971,222.10415756031,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0047318966251138 position[mm]: (74.431228901143,362.06678768139,-788.94934309882) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0088790328364418 position[mm]: (75.298273119191,366.24985618477,-770.88418979866) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.004387282509117 position[mm]: (75.740378778144,368.42582150246,-761.53204504323) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0075065049656459 position[mm]: (76.662690469174,372.95048422997,-742.12808497564) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0082939622594233 position[mm]: (77.44210049437,376.58087926899,-726.4353167779) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 1.5524806022565e-05 position[mm]: (77.448244686494,376.61030667852,-726.30821839677) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.04558782235176 position[mm]: (82.199282060475,399.4508000902,-627.58262862012) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0085102607570899 position[mm]: (83.494958153076,405.89232755051,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 9.6042297772569e-05 position[mm]: (111.14246806939,547.1946996522,1.6565105356999) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.013344961976075 position[mm]: (112.61099530042,554.91387147783,34.946836513043) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.022562923966759 position[mm]: (114.9779765142,566.98190302718,86.851813886883) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.01519814556674 position[mm]: (116.68728324418,574.67836735595,120.4978048244) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0053736172626907 position[mm]: (117.03182217184,576.22169382191,127.19360032887) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00163342437954 position[mm]: (117.38745843839,577.80821784439,134.02780321605) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.030259778917255 position[mm]: (120.73765114016,593.06400358481,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0016548030233368 position[mm]: (153.02897825606,734.33696424385,804.47757932019) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.010236129930727 position[mm]: (154.2153205478,739.44956288114,826.47110463635) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.031748407819409 position[mm]: (157.48656279437,754.16285444655,889.4593311819) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0035690056909507 position[mm]: (158.49429600484,758.64728962706,908.75562747484) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.012550813757928 position[mm]: (159.81013919083,764.5331544963,934.13529797811) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.014914260953571 position[mm]: (161.70761227097,772.89905374163,970.11332153783) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0050321849542292 position[mm]: (162.82328098082,777.98781915532,992.0908376924) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0037660695331467 position[mm]: (163.20483832893,779.84293519313,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0059591328894255 position[mm]: (194.24216534231,925.76243190897,1621.4211869258) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0077272433637216 position[mm]: (195.29894981528,930.43979377813,1641.3743318463) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.01012073936707 position[mm]: (196.98153968372,937.86667747581,1673.1740088803) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.013698259507714 position[mm]: (198.90045451303,946.18117482823,1708.7467551124) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0029532848482896 position[mm]: (199.32424983025,948.02180536945,1716.6714156845) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.026383004948579 position[mm]: (203.77000541305,967.34443462962,1800) - trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.0015044670429302 position[mm]: (199.32986370842,948.02827204014,1716.6699766238) - trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.001347870108267 position[mm]: (198.90167439965,946.18851563848,1708.7452825524) - trackID: 84 chamberNb: 4 energy deposit[MeV]: 0.0057652394447786 position[mm]: (197.02747021023,937.89536532348,1673.1692303508) - trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.0032420903122951 position[mm]: (195.27574355665,930.43597128184,1641.3778993589) - trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.0012181372314952 position[mm]: (194.23895775583,925.76817123346,1621.4202592601) - trackID: 71 chamberNb: 3 energy deposit[MeV]: 0.0056379768830984 position[mm]: (162.84155373481,778.03649844856,992.08275375823) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.0017542187559472 position[mm]: (161.70264477518,772.89038325956,970.11604474465) - trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.0008905176969636 position[mm]: (159.81241601886,764.42338405916,934.17280697281) - trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.0063961961243118 position[mm]: (159.86575420786,764.39021953271,934.17979224884) - trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.0023164179586171 position[mm]: (159.81180364156,764.4192897372,934.15854782092) - trackID: 68 chamberNb: 3 energy deposit[MeV]: 0.0027618130452139 position[mm]: (158.5132758099,758.64970275773,908.7551579241) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.014350223258988 position[mm]: (156.57285113232,753.96854378905,889.74871450307) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.0054988524730083 position[mm]: (156.2924680716,754.24776330385,889.55811378392) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.0071873399800611 position[mm]: (156.28022544388,754.1956317646,889.28229293077) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.0039440059235134 position[mm]: (156.28478158471,754.11494595689,889.21757552364) - trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.0025008592093184 position[mm]: (156.29273440781,754.12636752375,889.22661302252) - trackID: 101 chamberNb: 3 energy deposit[MeV]: 0.0013465130487365 position[mm]: (156.28971173912,754.11600638577,889.21192184726) - trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.0017333909680458 position[mm]: (156.28979138488,754.16987162693,889.28217408988) - trackID: 66 chamberNb: 3 energy deposit[MeV]: 0.0016851838742239 position[mm]: (154.2057972089,739.44731294418,826.47255887251) - trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.0099158858921898 position[mm]: (153.39066269707,734.37051894733,804.50453044797) - trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.0080889887746088 position[mm]: (153.30927459651,734.32186910259,804.5801126291) - trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.0017686056519474 position[mm]: (153.30736025618,734.31361357864,804.57399005199) - trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.0016254791654757 position[mm]: (117.38408293444,577.81697442003,134.02635865594) - trackID: 54 chamberNb: 2 energy deposit[MeV]: 0.0030761007594132 position[mm]: (117.01889198298,576.20468005938,127.19953628632) - trackID: 53 chamberNb: 2 energy deposit[MeV]: 0.0030911753682248 position[mm]: (116.70512743335,574.69152290979,120.49517916396) - trackID: 52 chamberNb: 2 energy deposit[MeV]: 0.0023583903112922 position[mm]: (114.9751746959,566.96753194785,86.856033353361) - trackID: 51 chamberNb: 2 energy deposit[MeV]: 0.0048825719798798 position[mm]: (112.61299799051,554.87330693115,34.95934366674) - trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.0036556279551954 position[mm]: (111.17026093064,547.19224844865,1.6576543394746) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0043987441286048 position[mm]: (185.98861026721,653.13350369382,7.5012377657496) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0056506654599388 position[mm]: (191.68111353952,667.85104692979,21.232549142093) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0074036548766165 position[mm]: (182.35901355532,682.61537111813,35.16713745726) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00058948962713128 position[mm]: (182.20743166257,682.93164551983,35.412170433944) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00746748597229 position[mm]: (182.43725413957,697.36095166233,50.462821876609) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0094008049181854 position[mm]: (178.70513735124,709.31077699856,62.466480393593) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0013266159415606 position[mm]: (179.50640919977,712.46957294376,64.37549239138) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.014245110738189 position[mm]: (194.44081093368,745.58171175791,66.224088058686) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0029114236395555 position[mm]: (198.14558093,761.66086402608,75.969495838466) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00018478893254426 position[mm]: (197.85040749407,762.24724936609,76.377624847062) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.012187343014837 position[mm]: (175.65760146891,774.76529452681,101.39253995625) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0060977860815072 position[mm]: (163.84598683227,777.4626492415,109.1642533858) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00038568390240024 position[mm]: (161.65054285251,777.70561691339,109.8398915284) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0086335694206344 position[mm]: (144.95274101612,775.63997488431,110.23705161764) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.002447394154312 position[mm]: (141.20168912667,773.60860130159,110.84500616883) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.010053121633541 position[mm]: (114.85416377031,772.43304139441,103.75709545687) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0070232787932783 position[mm]: (93.621832136517,772.74363625331,109.1054692461) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.01325659620815 position[mm]: (79.067389911102,758.38100319436,115.15577694359) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.019307547873843 position[mm]: (68.296340931078,758.86186334182,149.36892627318) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00069244388306203 position[mm]: (67.872729964838,760.9126466516,154.21652681777) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.030018388450933 position[mm]: (61.600907803444,769.20888882262,191.83396059087) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0053094587889506 position[mm]: (46.552531531669,763.75944502347,189.35335399925) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0017927257106001 position[mm]: (43.699691774363,763.29551458046,189.26185995223) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.02403664789186 position[mm]: (10.243811280303,765.4721027806,191.66918461611) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.012303729024274 position[mm]: (-0.30570189221077,752.82169369311,169.47853920551) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.018483252680171 position[mm]: (7.5345572536856,716.56954015113,159.78546610973) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.029971311976568 position[mm]: (16.110143432254,678.26248158609,187.75342949973) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0045194949471322 position[mm]: (19.0716965095,673.61391361328,195.36434357673) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0030795261588577 position[mm]: (19.323171590929,671.15745809771,200) - trackID: 131 chamberNb: 2 energy deposit[MeV]: 0.0012893689510816 position[mm]: (19.072641963907,673.60760891809,195.36108546051) - trackID: 130 chamberNb: 2 energy deposit[MeV]: 0.0030971000308542 position[mm]: (16.091827041965,678.27272921316,187.76120346549) - trackID: 129 chamberNb: 2 energy deposit[MeV]: 0.0084874841892129 position[mm]: (7.4931683645569,716.58402739777,159.65895215517) - trackID: 129 chamberNb: 2 energy deposit[MeV]: 0.0020022513000459 position[mm]: (7.4980354735979,716.58078907509,159.66960545568) - trackID: 128 chamberNb: 2 energy deposit[MeV]: 0.0020548982788109 position[mm]: (-0.301771999003,752.83064534337,169.47063463017) - trackID: 127 chamberNb: 2 energy deposit[MeV]: 0.0015498606927361 position[mm]: (10.242312662044,765.48085332154,191.6706003886) - trackID: 126 chamberNb: 2 energy deposit[MeV]: 0.0017090721309456 position[mm]: (43.697717026672,763.29828437094,189.2713197356) - trackID: 125 chamberNb: 2 energy deposit[MeV]: 0.0033525486641243 position[mm]: (46.558799352248,763.74113394239,189.33773659692) - trackID: 124 chamberNb: 2 energy deposit[MeV]: 0.0015565932790454 position[mm]: (61.603359695893,769.21542466566,191.82822406428) - trackID: 123 chamberNb: 2 energy deposit[MeV]: 0.0016214958954395 position[mm]: (67.870069966448,760.92160441138,154.21499762254) - trackID: 122 chamberNb: 2 energy deposit[MeV]: 0.0019028891471426 position[mm]: (68.287160711088,758.85555322432,149.37134367929) - trackID: 121 chamberNb: 2 energy deposit[MeV]: 0.002462985613274 position[mm]: (79.081184049329,758.37298080782,115.15873615387) - trackID: 120 chamberNb: 2 energy deposit[MeV]: 0.0018003214430623 position[mm]: (93.618298095634,772.75357115147,109.1071141362) - trackID: 119 chamberNb: 2 energy deposit[MeV]: 0.0020235269869825 position[mm]: (114.85529107977,772.43835250478,103.7460363599) - trackID: 118 chamberNb: 2 energy deposit[MeV]: 0.0083518755302545 position[mm]: (141.20860435922,773.5940266014,110.93730309756) - trackID: 117 chamberNb: 2 energy deposit[MeV]: 0.0047205590232715 position[mm]: (144.96003395187,775.6037558824,110.220718463) - trackID: 116 chamberNb: 2 energy deposit[MeV]: 0.0018902889840513 position[mm]: (161.65064769449,777.69434152818,109.84073455365) - trackID: 115 chamberNb: 2 energy deposit[MeV]: 0.0040187774871033 position[mm]: (163.84474862463,777.48741876741,109.14423904214) - trackID: 114 chamberNb: 2 energy deposit[MeV]: 0.0034133952770343 position[mm]: (175.64226605146,774.78062491019,101.37917739692) - trackID: 113 chamberNb: 2 energy deposit[MeV]: 0.0025948072042402 position[mm]: (197.85858195489,762.2433315675,76.392603949826) - trackID: 112 chamberNb: 2 energy deposit[MeV]: 0.0022208189807189 position[mm]: (198.13343438591,761.65857420418,75.962957631438) - trackID: 111 chamberNb: 2 energy deposit[MeV]: 0.0012393805528781 position[mm]: (194.43464530166,745.58372323411,66.222062627243) - trackID: 110 chamberNb: 2 energy deposit[MeV]: 0.0034614775898044 position[mm]: (179.5219715321,712.47817253552,64.356591857817) - trackID: 109 chamberNb: 2 energy deposit[MeV]: 0.0024577508362746 position[mm]: (178.69077256076,709.30812680389,62.473437025159) - trackID: 108 chamberNb: 2 energy deposit[MeV]: 0.0014043586016757 position[mm]: (182.44325765777,697.35732996146,50.466654575484) - trackID: 107 chamberNb: 2 energy deposit[MeV]: 0.0029026490031076 position[mm]: (182.18911297742,682.93190376386,35.402964892461) - trackID: 106 chamberNb: 2 energy deposit[MeV]: 0.00412476637783 position[mm]: (182.36532140323,682.59856257722,35.194928392291) - trackID: 105 chamberNb: 2 energy deposit[MeV]: 0.0080909713113245 position[mm]: (191.61374842679,667.89429720146,21.193004405434) - trackID: 104 chamberNb: 2 energy deposit[MeV]: 0.0012798137881586 position[mm]: (185.99126888639,653.1290443342,7.5060656717577) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0070375377140469 position[mm]: (82.124693211072,399.82715699442,-627.60878404895) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0093965333576627 position[mm]: (82.047430492499,399.87852402125,-627.43205643964) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0040268916481357 position[mm]: (82.06917387722,399.86072558984,-627.41682626621) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0022724034377808 position[mm]: (77.508354013271,376.65830641616,-726.31516609094) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0036485322051935 position[mm]: (77.52752150743,376.64774993252,-726.33239466009) - trackID: 155 chamberNb: 1 energy deposit[MeV]: 0.0014266273017055 position[mm]: (77.502734350424,376.65761580404,-726.32102436605) - trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0020954148356141 position[mm]: (77.429845329442,376.57738367528,-726.43328430489) - trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.0028702491799569 position[mm]: (76.660247619357,372.93127610631,-742.12236559609) - trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.0024253245886577 position[mm]: (75.747478929567,368.41211801295,-761.52835260497) - trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.0041652718317863 position[mm]: (75.327679046061,366.2343358244,-770.87965840899) - trackID: 36 chamberNb: 1 energy deposit[MeV]: 0.0039347607826824 position[mm]: (74.460290196253,362.05665466322,-788.94632240653) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.013789289514712 position[mm]: (38.599254624222,214.6751724966,-1400) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.023988305837682 position[mm]: (40.157707008181,191.17904330322,-1419.8468064676) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0053021711163265 position[mm]: (35.684101843114,186.00765920765,-1418.380641222) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0019988957038114 position[mm]: (34.451808796224,183.23411733742,-1417.6512354356) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.010477487841526 position[mm]: (38.318314762444,169.58156214515,-1420.5054987399) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0087200309628283 position[mm]: (38.308932164606,169.76066435807,-1410.8517273156) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.020886272639769 position[mm]: (36.805547924632,185.27690556361,-1403.6360882686) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.013331497895562 position[mm]: (36.510456802602,192.62044257982,-1401.6345508299) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0048435350032818 position[mm]: (35.000094644348,194.45565499487,-1400.0129048371) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 7.3115465767644e-05 position[mm]: (34.992171690621,194.46168399364,-1400.014660586) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 2.0835422177782e-05 position[mm]: (34.989456718399,194.47007945582,-1400.0194149597) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 2.1035116008082e-05 position[mm]: (34.998015190655,194.4651958028,-1400.0177233816) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 6.921018767045e-05 position[mm]: (34.997770238651,194.45979407854,-1400.0261029192) - trackID: 164 chamberNb: 0 energy deposit[MeV]: 0.0010853416788069 position[mm]: (35.003999497207,194.45018404177,-1400.0299258743) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0016182269789758 position[mm]: (37.173289623556,193.09231381842,-1402.7146565687) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0015447878073188 position[mm]: (38.128912177454,191.91259113314,-1403.0412436159) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0021182816833184 position[mm]: (39.432759355887,190.83595467118,-1402.8478525893) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0027619808965694 position[mm]: (39.57756542918,192.13155708092,-1402.7544774512) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.00040552093264875 position[mm]: (39.62703060503,193.32220925113,-1402.0822546763) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0025349445007152 position[mm]: (39.281125020068,193.90463056271,-1401.0183298003) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.002010501689564 position[mm]: (39.306045029915,193.57216607698,-1400.0506133785) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0018558995169109 position[mm]: (38.752877914895,192.70750945665,-1400.0547280598) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0040438747127674 position[mm]: (38.226508033446,191.94955042234,-1400.3851830283) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0011802415110341 position[mm]: (38.399186691175,191.69566801171,-1401.6227988144) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0013771497090319 position[mm]: (37.629294619232,191.44553018047,-1402.5526164311) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0022081056770742 position[mm]: (38.294882932259,192.19964474612,-1403.4916984195) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0046605920514642 position[mm]: (38.884136806297,193.42824409989,-1402.6510363742) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0019200772941095 position[mm]: (39.311706809212,194.61504114622,-1402.8444630234) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0016736400235323 position[mm]: (39.202863672252,194.65412287855,-1404.0321415364) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0019124450388773 position[mm]: (39.668798890319,193.51274862002,-1404.4527150256) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0072868991509424 position[mm]: (39.150621864435,193.58252740175,-1404.3583422043) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0010382181836477 position[mm]: (39.11871586454,193.32045561509,-1404.2759226116) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0081651477943554 position[mm]: (39.233012203385,193.15463715211,-1404.2835411247) - trackID: 163 chamberNb: 0 energy deposit[MeV]: 0.0053392078293199 position[mm]: (39.213686695796,193.18924771615,-1404.2554756493) - trackID: 171 chamberNb: 0 energy deposit[MeV]: 0.0030982973671289 position[mm]: (39.126758608634,193.32489014893,-1404.2554994361) - trackID: 170 chamberNb: 0 energy deposit[MeV]: 0.001598503773353 position[mm]: (39.667477735142,193.51533935896,-1404.4615649311) - trackID: 162 chamberNb: 0 energy deposit[MeV]: 0.0018546288176846 position[mm]: (36.685265377855,185.29320452272,-1403.6400102018) - trackID: 162 chamberNb: 0 energy deposit[MeV]: 0.0063073102469956 position[mm]: (36.659878349978,185.28497234555,-1403.6958945324) - trackID: 172 chamberNb: 0 energy deposit[MeV]: 0.0017297930141339 position[mm]: (36.69384156462,185.29649359702,-1403.6444270419) - trackID: 161 chamberNb: 0 energy deposit[MeV]: 0.0013538015564277 position[mm]: (38.304959199444,169.76414272148,-1410.8462215314) - trackID: 160 chamberNb: 0 energy deposit[MeV]: 0.0080745775020724 position[mm]: (38.270064701247,169.64312702897,-1420.5479886236) - trackID: 159 chamberNb: 0 energy deposit[MeV]: 0.0032194076662811 position[mm]: (34.449812278846,183.22374412134,-1417.6723025727) - trackID: 158 chamberNb: 0 energy deposit[MeV]: 0.0019390810833031 position[mm]: (35.69284821007,186.00054037608,-1418.3776509665) - trackID: 157 chamberNb: 0 energy deposit[MeV]: 0.0068572421995291 position[mm]: (40.030076398659,191.35154879332,-1420.0290698861) - trackID: 157 chamberNb: 0 energy deposit[MeV]: 0.00063551017854345 position[mm]: (40.061407976361,191.4124594876,-1420.0789875185) - trackID: 157 chamberNb: 0 energy deposit[MeV]: 0.0047086258511657 position[mm]: (40.095411342633,191.40507697094,-1420.0992036835) - trackID: 174 chamberNb: 0 energy deposit[MeV]: 0.0024841768160421 position[mm]: (40.053621529968,191.41520560878,-1420.0931961473) - trackID: 173 chamberNb: 0 energy deposit[MeV]: 0.0020491902200251 position[mm]: (40.040494013133,191.35194840038,-1420.0221264466) - trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0019706301349529 position[mm]: (49.985234590003,219.61799324783,-1410.8580118331) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0085743755719796 position[mm]: (45.478555699706,195.70579550151,-1518.8786272681) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 6.7604279771716e-06 position[mm]: (45.479043820971,195.70546179542,-1518.8782740385) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0020292101725656 position[mm]: (45.481575961603,195.7029361718,-1518.8664372241) - trackID: 175 chamberNb: 0 energy deposit[MeV]: 0.0016624712017133 position[mm]: (45.487030749814,195.70059741395,-1518.8810022669) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.0013338611674374 position[mm]: (44.996879091803,194.03409978351,-1526.9384002713) - trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0012218987695899 position[mm]: (44.735986656274,192.65490504889,-1533.1692894923) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0008231151092292 position[mm]: (45.238765328821,190.15717818722,-1544.9227680679) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.01229731859505 position[mm]: (59.517826274921,205.56218272159,-1536.1070949906) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.032525459302896 position[mm]: (59.062217632791,233.20239013127,-1528.678697492) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.011865742633596 position[mm]: (59.979686815165,215.28398564553,-1518.6415607264) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.035708886596761 position[mm]: (52.699285888886,174.09183195445,-1533.6621758944) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00012652394422815 position[mm]: (52.007343335049,174.40540709933,-1534.0288066611) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00089059994349282 position[mm]: (50.784203406296,174.98671290298,-1534.9042560696) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.021681111898299 position[mm]: (28.877976570281,173.34756407502,-1531.2854931827) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.021020450405905 position[mm]: (45.723135385717,184.63652026504,-1524.0153624806) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0084141056543154 position[mm]: (51.007162211924,193.79214853494,-1526.1129645455) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0082252902765506 position[mm]: (55.103517103868,198.42965118246,-1530.8575498823) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.014395200634571 position[mm]: (60.39642820837,198.13694655097,-1521.1123382177) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.017963982538305 position[mm]: (58.904427780885,213.08539468551,-1523.3498221096) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0040398975757468 position[mm]: (64.734352795947,214.92291019311,-1521.4340785702) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0045966221482878 position[mm]: (68.749420944768,212.28274210984,-1517.600739321) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0065223455663755 position[mm]: (64.913719300454,208.29465017508,-1517.3554736287) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0067688052285963 position[mm]: (63.378796372685,205.85134784586,-1516.7269828577) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00041745788924503 position[mm]: (62.439917518439,205.37725026657,-1516.5551228163) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00053155120081949 position[mm]: (62.191004397397,205.12542201018,-1516.9522646051) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.002759357163808 position[mm]: (62.565791963542,205.15929365358,-1517.619528479) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0089265264474628 position[mm]: (62.236966414489,205.28639841344,-1517.9393303358) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0042601264315353 position[mm]: (62.370719496803,205.3635801081,-1518.1003979342) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.010137490661213 position[mm]: (62.254627282303,205.41198940315,-1518.1162685173) - trackID: 194 chamberNb: 0 energy deposit[MeV]: 0.0066613443759687 position[mm]: (62.520930132516,205.16907687606,-1517.5707114779) - trackID: 193 chamberNb: 0 energy deposit[MeV]: 0.0021402667597751 position[mm]: (62.19987959695,205.13377166802,-1516.9469785837) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.0052967465799264 position[mm]: (61.939713664125,205.9726418645,-1516.652495823) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.0040574532213103 position[mm]: (61.512521413862,205.59817766227,-1516.7756119544) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.0053983134992867 position[mm]: (61.395885331174,205.76056320928,-1517.0858539999) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.011341771097021 position[mm]: (61.276103789586,205.8960222589,-1517.2224891022) - trackID: 192 chamberNb: 0 energy deposit[MeV]: 0.0031993787022075 position[mm]: (61.298366484661,205.88967152692,-1517.2257011092) - trackID: 195 chamberNb: 0 energy deposit[MeV]: 0.0024332863759037 position[mm]: (61.515490372636,205.58484328514,-1516.7838354539) - trackID: 191 chamberNb: 0 energy deposit[MeV]: 0.0051359807065785 position[mm]: (63.393318238904,205.83544669058,-1516.6865084676) - trackID: 190 chamberNb: 0 energy deposit[MeV]: 0.0019616287409544 position[mm]: (64.909474437976,208.29430756333,-1517.3665186125) - trackID: 189 chamberNb: 0 energy deposit[MeV]: 0.0012462353283515 position[mm]: (68.753013826165,212.28350160213,-1517.5949635771) - trackID: 188 chamberNb: 0 energy deposit[MeV]: 0.0025317404158108 position[mm]: (64.736453400771,214.92096057023,-1521.4174296432) - trackID: 187 chamberNb: 0 energy deposit[MeV]: 0.0024250455520061 position[mm]: (60.398096084591,198.1432206049,-1521.1268158552) - trackID: 186 chamberNb: 0 energy deposit[MeV]: 0.0044591966821518 position[mm]: (55.13897304689,198.52669670312,-1530.7065788505) - trackID: 186 chamberNb: 0 energy deposit[MeV]: 0.0015881810111196 position[mm]: (55.11663845087,198.59966109182,-1530.6550112505) - trackID: 186 chamberNb: 0 energy deposit[MeV]: 0.0053339721942215 position[mm]: (55.155117026779,198.61628420248,-1530.6306131456) - trackID: 196 chamberNb: 0 energy deposit[MeV]: 0.0013369614593086 position[mm]: (55.112087542401,198.60324527749,-1530.6502370941) - trackID: 185 chamberNb: 0 energy deposit[MeV]: 0.0014306671308072 position[mm]: (51.003837183939,193.79743821255,-1526.1076918236) - trackID: 184 chamberNb: 0 energy deposit[MeV]: 0.002250016987295 position[mm]: (45.733275638736,184.62680091891,-1524.0177275232) - trackID: 183 chamberNb: 0 energy deposit[MeV]: 0.0063326740566111 position[mm]: (28.808048180816,173.32702904168,-1531.2249324076) - trackID: 183 chamberNb: 0 energy deposit[MeV]: 0.0020811742164838 position[mm]: (28.797253191909,173.32921450448,-1531.2184361169) - trackID: 182 chamberNb: 0 energy deposit[MeV]: 0.0024011570256205 position[mm]: (50.775128230181,174.98487801252,-1534.8916514279) - trackID: 181 chamberNb: 0 energy deposit[MeV]: 0.0015889625120637 position[mm]: (52.011032152586,174.40597037632,-1534.0372725803) - trackID: 180 chamberNb: 0 energy deposit[MeV]: 0.0012440471800284 position[mm]: (52.70286068422,174.09466896528,-1533.6672551569) - trackID: 179 chamberNb: 0 energy deposit[MeV]: 0.0017716532986886 position[mm]: (59.970391723814,215.28094338875,-1518.6378077085) - trackID: 178 chamberNb: 0 energy deposit[MeV]: 0.0014583070479676 position[mm]: (59.0562910826,233.19909943222,-1528.6737922455) - trackID: 177 chamberNb: 0 energy deposit[MeV]: 0.0024842535757709 position[mm]: (59.505580828473,205.56106842427,-1536.1179985117) - trackID: 176 chamberNb: 0 energy deposit[MeV]: 0.0066542155415405 position[mm]: (45.223593685095,190.21692006776,-1544.8967253399) +-------->Storing hits in the ROOT file: in this event there are 121 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0090734299234772 position[mm]: (-68.133390396475,41.446090092179,-1572.9727621245) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0020046523217718 position[mm]: (-68.785427910506,41.813879048734,-1564.8253202279) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00022001548666743 position[mm]: (-68.886446543946,41.86983435498,-1563.5575954045) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.044784971901184 position[mm]: (-81.965354097834,49.093178355079,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0011180563337048 position[mm]: (-128.38589425311,80.012192969094,-792.52135349353) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00069957861263339 position[mm]: (-128.59452978677,80.147252387339,-789.80613978182) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.024627266794535 position[mm]: (-133.0487926901,83.011692824545,-732.08715949577) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.015412767003177 position[mm]: (-136.18242973517,85.046267900214,-691.32326895333) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0075790684235893 position[mm]: (-137.33668252563,85.848089209745,-676.21092940629) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0045529830587111 position[mm]: (-138.11722052966,86.35624361187,-665.9727790121) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0038953101784737 position[mm]: (-138.92072753935,86.870161055752,-655.2699144743) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0035551566197513 position[mm]: (-140.6853630347,88.004701982929,-631.31289754528) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.01194338398864 position[mm]: (-142.98245283362,89.439210759528,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0064112744200947 position[mm]: (-188.2739436008,117.28965872239,10.693678407221) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00074105462021135 position[mm]: (-188.42427089761,117.38270500179,12.743429508376) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0028336974732606 position[mm]: (-188.71471725826,117.56130925846,16.716674866274) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0068356549422707 position[mm]: (-190.29092947419,118.53528604673,38.140355696733) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0066341860012351 position[mm]: (-191.74775496892,119.41033405597,57.658802044953) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0063784052291113 position[mm]: (-192.65065250741,119.96321967266,69.890437892834) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0032409663376634 position[mm]: (-193.05870366097,120.21638200677,75.463396740081) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.014750565511368 position[mm]: (-195.60218630239,121.77672467832,110.18611439538) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.022385204045827 position[mm]: (-198.64228623215,123.63701134641,152.07443240877) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011203953304504 position[mm]: (-200.57160096433,124.85178434493,179.56528119157) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0014175229221585 position[mm]: (-200.75545866934,124.97192315947,182.18941931718) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0015932721953755 position[mm]: (-200.97189792379,125.1154325413,185.30167093216) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0034966607116363 position[mm]: (-201.62041269167,125.54357074577,194.62479677523) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00038527283780982 position[mm]: (-201.9916237272,125.78816243967,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.01167748503264 position[mm]: (-246.17942323182,154.66050146603,822.724535452) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.015139065707285 position[mm]: (-249.20990679645,156.48107036796,863.78836818127) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0030510104174619 position[mm]: (-249.57212572843,156.66020986983,868.54908999305) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.01146675071289 position[mm]: (-250.96228905719,157.34051274965,886.72534140542) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0049279357838613 position[mm]: (-252.04752098574,157.87654706101,900.71895718241) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.010353781702576 position[mm]: (-253.84786669441,158.74832034924,923.48890235501) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0054373174353533 position[mm]: (-254.83563068644,159.24115337296,935.86829240657) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0032844105649368 position[mm]: (-255.35586527249,159.49363736232,942.38941432805) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011912684228523 position[mm]: (-256.77925829373,160.17634631292,960.24599577467) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.014626368891835 position[mm]: (-259.97338224201,161.72979607862,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.018110823920437 position[mm]: (-309.20070358907,186.69608747779,1634.9583722497) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.018924172127053 position[mm]: (-311.28517826467,187.67120094601,1662.1529202381) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.01134547086126 position[mm]: (-313.19667158946,188.65372265233,1687.2433223035) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.016538458941695 position[mm]: (-316.26795483509,190.27936558237,1728.4056071573) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.002561520294858 position[mm]: (-316.75302187543,190.5375091964,1734.9673478568) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0086992190638841 position[mm]: (-318.53086476543,191.49317355558,1759.2303420411) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.017429439497645 position[mm]: (-320.99926380025,192.83144767818,1792.6426413833) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00023118229245426 position[mm]: (-321.18564669239,192.93872181695,1795.1709546754) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0022690690585589 position[mm]: (-321.54486608953,193.14578892213,1800) + trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.001826708979032 position[mm]: (-321.19614568331,192.93596844416,1795.1707767856) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0016055782384081 position[mm]: (-320.99627469529,192.84031729536,1792.6428776223) + trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0032053120609869 position[mm]: (-318.55312610497,191.48586626211,1759.2303757203) + trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.0028284021963428 position[mm]: (-316.7720154943,190.54302390785,1734.966838104) + trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.0022409391334501 position[mm]: (-316.25549224422,190.28595354746,1728.4069698664) + trackID: 84 chamberNb: 4 energy deposit[MeV]: 0.0022717717724148 position[mm]: (-313.18780834647,188.66508435677,1687.2442541722) + trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.001415657549856 position[mm]: (-311.27952515077,187.67693664309,1662.1534438013) + trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.0064022998258934 position[mm]: (-309.24270126612,186.64890027995,1634.9621260006) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0093983394530061 position[mm]: (-255.12910653239,157.95969213495,961.26954682539) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.010499235019908 position[mm]: (-256.3338620308,158.7202241403,963.08337184687) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0046494814421554 position[mm]: (-255.45558749457,159.15822710333,963.44878692034) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00047323137668761 position[mm]: (-254.97201217576,158.73224828423,963.47742496654) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0072701550512557 position[mm]: (-254.66155042622,158.05180116104,964.461598396) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.001333438491921 position[mm]: (-254.35418937504,157.57725362709,964.39774605867) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0058874830517409 position[mm]: (-254.22787246692,157.59509022574,964.95710088566) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0090745894454067 position[mm]: (-254.29597483892,157.37671696203,965.2142506081) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00017674872962118 position[mm]: (-254.27997115841,157.40068722928,965.31562684653) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0082800806323371 position[mm]: (-254.21873845265,157.33448233259,965.29517437174) + trackID: 114 chamberNb: 3 energy deposit[MeV]: 0.0015404170039259 position[mm]: (-254.28659980561,157.39476357047,965.31481591356) + trackID: 113 chamberNb: 3 energy deposit[MeV]: 0.0016481040309462 position[mm]: (-254.22056559299,157.59875714724,964.96222009244) + trackID: 112 chamberNb: 3 energy deposit[MeV]: 0.0026176729462575 position[mm]: (-254.35405682502,157.55953533034,964.3984275559) + trackID: 111 chamberNb: 3 energy deposit[MeV]: 0.0054515518710167 position[mm]: (-254.61907139127,158.07816669993,964.46458965237) + trackID: 110 chamberNb: 3 energy deposit[MeV]: 0.00124511305286 position[mm]: (-254.96825324681,158.72814009167,963.47345920701) + trackID: 109 chamberNb: 3 energy deposit[MeV]: 0.0015123987180076 position[mm]: (-255.45233182541,159.16229024918,963.45580370347) + trackID: 108 chamberNb: 3 energy deposit[MeV]: 0.0018064543308593 position[mm]: (-256.33941825285,158.72870087789,963.08684725311) + trackID: 73 chamberNb: 3 energy deposit[MeV]: 0.0027829202611266 position[mm]: (-255.3690291855,159.50780079476,942.38888988673) + trackID: 72 chamberNb: 3 energy deposit[MeV]: 0.0016558927748312 position[mm]: (-254.82700714329,159.23690131676,935.86955763607) + trackID: 71 chamberNb: 3 energy deposit[MeV]: 0.0013427299738391 position[mm]: (-253.85171278649,158.74182950211,923.48914316469) + trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.0041902841948522 position[mm]: (-252.06682976024,157.84880314071,900.72078096218) + trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.0014585905238933 position[mm]: (-250.97019469425,157.34323351453,886.72495828669) + trackID: 68 chamberNb: 3 energy deposit[MeV]: 0.0069145728887251 position[mm]: (-249.67829693424,156.60727884072,868.5551514791) + trackID: 68 chamberNb: 3 energy deposit[MeV]: 0.0028158693794828 position[mm]: (-249.66676655728,156.59154555314,868.55267131894) + trackID: 67 chamberNb: 3 energy deposit[MeV]: 0.0016671685311841 position[mm]: (-249.20028312453,156.48237825918,863.78945603957) + trackID: 66 chamberNb: 3 energy deposit[MeV]: 0.0025267299191218 position[mm]: (-246.16354488146,154.66582334153,822.72635612009) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.0049472673533557 position[mm]: (-202.08554999478,125.6458451032,194.66363063792) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.0019101980946852 position[mm]: (-201.85601568178,125.68148372122,194.51525002681) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.0031708612508658 position[mm]: (-201.82694743364,125.59705102404,194.39412473034) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.0041512482262743 position[mm]: (-201.83591943713,125.56916091702,194.37810103004) + trackID: 120 chamberNb: 2 energy deposit[MeV]: 0.0013010477539203 position[mm]: (-201.83959017408,125.58591319469,194.42033181747) + trackID: 120 chamberNb: 2 energy deposit[MeV]: 0.0026982040514797 position[mm]: (-201.83215594407,125.58091122669,194.4365386755) + trackID: 119 chamberNb: 2 energy deposit[MeV]: 0.0037238436283936 position[mm]: (-201.8509210585,125.65884332685,194.53203018808) + trackID: 118 chamberNb: 2 energy deposit[MeV]: 0.0015119878057339 position[mm]: (-202.08330798096,125.637518012,194.66501917424) + trackID: 59 chamberNb: 2 energy deposit[MeV]: 0.0015420082597568 position[mm]: (-200.96338919887,125.11291751307,185.30274509303) + trackID: 58 chamberNb: 2 energy deposit[MeV]: 0.0042190673564241 position[mm]: (-200.7876787118,124.96049963198,182.19002340294) + trackID: 57 chamberNb: 2 energy deposit[MeV]: 0.0032717387923051 position[mm]: (-200.55375120807,124.86782384051,179.56723565922) + trackID: 56 chamberNb: 2 energy deposit[MeV]: 0.0017936865155471 position[mm]: (-198.63730619071,123.62770493411,152.0756634395) + trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.010297637632447 position[mm]: (-195.42088216648,121.92670293301,110.22291253273) + trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.00021026655188131 position[mm]: (-195.41002771303,121.94705652637,110.1912264603) + trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.0032202775180337 position[mm]: (-195.41851970918,121.94013863884,110.2121030513) + trackID: 121 chamberNb: 2 energy deposit[MeV]: 0.0012820509660092 position[mm]: (-195.41634884177,121.94577127227,110.18824523108) + trackID: 54 chamberNb: 2 energy deposit[MeV]: 0.0020244649862874 position[mm]: (-193.0528894873,120.22723997774,75.463914384929) + trackID: 53 chamberNb: 2 energy deposit[MeV]: 0.0021545146506582 position[mm]: (-192.6438355562,119.95179913586,69.892106050866) + trackID: 52 chamberNb: 2 energy deposit[MeV]: 0.0037448674420966 position[mm]: (-190.30774101286,118.55873960949,38.139893807) + trackID: 51 chamberNb: 2 energy deposit[MeV]: 0.0072120105192596 position[mm]: (-188.66943569532,117.45435534607,16.73694983913) + trackID: 51 chamberNb: 2 energy deposit[MeV]: 0.0024723509171545 position[mm]: (-188.66606312621,117.43898093081,16.732639614997) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.0020246642831034 position[mm]: (-188.60618957892,117.9849213996,12.812613787412) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.0057767382700173 position[mm]: (-188.75430507887,118.13379344789,13.277204711572) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.0053137493214109 position[mm]: (-188.74268200517,117.92446048495,13.525088900092) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.0032841692964165 position[mm]: (-188.76404100078,117.96064804836,13.406339784766) + trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.0043835255283911 position[mm]: (-188.76549574803,117.98517347472,13.379797211407) + trackID: 124 chamberNb: 2 energy deposit[MeV]: 0.0024488980164917 position[mm]: (-188.78006565556,117.95923651676,13.405843731999) + trackID: 123 chamberNb: 2 energy deposit[MeV]: 0.0031076971149512 position[mm]: (-188.75322273839,117.94289675319,13.532473076557) + trackID: 122 chamberNb: 2 energy deposit[MeV]: 0.0017955721203731 position[mm]: (-188.59814566963,117.99187321995,12.813025175318) + trackID: 49 chamberNb: 2 energy deposit[MeV]: 0.0016002102898758 position[mm]: (-188.27158332856,117.29868077434,10.693832291901) + trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0015267506815148 position[mm]: (-140.68059990313,87.997335513635,-631.31184981531) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0089863452015712 position[mm]: (-138.96377832302,86.775254620685,-655.25823644678) + trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.0012859548551431 position[mm]: (-138.11953767526,86.349509382402,-665.97235030974) + trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.0017521953472427 position[mm]: (-137.32939206827,85.855397402679,-676.2102763532) + trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.0033577956398767 position[mm]: (-136.16440915297,85.063367322863,-691.32129082998) + trackID: 36 chamberNb: 1 energy deposit[MeV]: 0.0024477260295325 position[mm]: (-133.04951731541,82.995703322732,-732.08558540391) + trackID: 35 chamberNb: 1 energy deposit[MeV]: 0.001482353523142 position[mm]: (-128.58745542291,80.142614567361,-789.80502011292) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.0025971237541136 position[mm]: (-128.39688502033,79.998556570381,-792.52058592984) + trackID: 28 chamberNb: 0 energy deposit[MeV]: 0.0013772128545696 position[mm]: (-68.883321827963,41.862743136279,-1563.5567297571) + trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0092242334361271 position[mm]: (-68.875913943428,41.875039154404,-1564.8243065923) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0013703907128359 position[mm]: (-68.139273170523,41.451117242967,-1572.9731598836) writing Event_2 >>> Event 0 0 trajectories stored in this event. CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC is not found. --------->Storing hits in the ROOT file: in this event there are 127 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0068803560120644 position[mm]: (7.9826894910791,-37.550412271366,-1585.6376658328) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.011161035685218 position[mm]: (8.2273142698283,-38.720599957937,-1560.3995131603) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.025592614400846 position[mm]: (8.7557265793591,-41.464372398445,-1505.3218806083) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0016112576771381 position[mm]: (8.8317704734186,-41.878241897978,-1497.4594244026) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0046834890612203 position[mm]: (8.9583404717086,-42.581864954713,-1484.05957491) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0030864806339685 position[mm]: (9.0735686147099,-43.316449874841,-1470.0765427738) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.015340115797452 position[mm]: (9.3356914750742,-44.952761620226,-1440.1518533659) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0018166203363177 position[mm]: (9.4125227505262,-45.590132060283,-1428.8688780127) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.010067235006056 position[mm]: (9.5475600116773,-46.786638894779,-1407.9329716844) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0020276865654219 position[mm]: (9.5924745149586,-47.240880625442,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00014275358017283 position[mm]: (13.679287565436,-81.050196739021,-797.04805912748) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0064635681901234 position[mm]: (13.79366108318,-82.056119244229,-778.57824564576) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.011622242979947 position[mm]: (14.024821373544,-83.446456075898,-753.20121596587) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.018104194438531 position[mm]: (14.311906160223,-85.604961024148,-712.48749176755) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000862762633925 position[mm]: (14.332652833796,-85.810282262943,-708.68379603761) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.025514577674447 position[mm]: (14.823532603274,-90.345255605855,-625.81549282046) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0021897789378272 position[mm]: (14.841217959777,-90.56888978817,-621.21462629254) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0043112196791199 position[mm]: (14.869426438808,-90.898012470782,-614.4975094142) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0064120903600122 position[mm]: (14.932051968467,-91.624904376647,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00470804560616 position[mm]: (18.27513608852,-121.80254815427,13.571573134813) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.02413801326533 position[mm]: (18.549101634938,-124.80104338454,73.721182417348) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00080220054988304 position[mm]: (18.561122176195,-124.92754502459,76.268975810121) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011600018201457 position[mm]: (18.696335595847,-126.28506823102,103.63303904382) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0015675987949569 position[mm]: (18.718619714384,-126.62455593885,110.25485934795) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0078255554385506 position[mm]: (18.767565993426,-127.58639823413,128.8781276876) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.022984055018516 position[mm]: (18.924283642201,-130.70243687397,188.7625388273) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00020766727299857 position[mm]: (18.930407403223,-130.79600079941,190.59017561061) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0013325856130537 position[mm]: (18.962863900286,-131.27787706829,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.019164821482871 position[mm]: (21.030485435628,-164.92145756297,853.51842066875) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.012214207330317 position[mm]: (21.048778900015,-165.9500182298,877.46719379756) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.01232165230735 position[mm]: (21.065664836347,-167.19339740228,906.54379528708) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0017163627010846 position[mm]: (21.060759655685,-167.32834731476,909.70760836098) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.010717463930777 position[mm]: (21.122853708336,-169.23537677352,951.27569689764) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0086921232210012 position[mm]: (21.326727620034,-170.53649516016,977.84120186233) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0044165918062508 position[mm]: (21.423904070085,-171.02085867092,987.42931107078) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.004204738970007 position[mm]: (21.563639442258,-171.67540653381,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0001309942509953 position[mm]: (28.246767409661,-203.84640945478,1600.7107587791) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.022533736783634 position[mm]: (29.457723195993,-208.80810289786,1690.3792414541) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 2.4202519421961e-05 position[mm]: (29.462714995672,-208.82529621419,1690.6747558039) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.001984793393229 position[mm]: (29.651129925551,-209.47976006258,1701.8960677964) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.016467660083511 position[mm]: (30.485684137042,-212.38554325224,1751.8499372457) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0015654391431156 position[mm]: (30.541258513737,-212.58589296656,1755.1411225409) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0075415621792865 position[mm]: (30.790906075599,-213.45591303727,1769.5309393672) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0040783812151907 position[mm]: (30.948550224089,-213.9903636208,1778.4307706445) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0059901111412496 position[mm]: (31.360268462303,-215.30528830943,1800) - trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.0020693666033967 position[mm]: (30.954169355002,-213.97904704806,1778.4319532581) - trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0023008876951644 position[mm]: (30.79148762195,-213.44130663785,1769.5325391825) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0052188139286289 position[mm]: (29.719498079366,-212.88807174586,1755.3063117203) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0045448990953497 position[mm]: (29.412809113694,-213.47715905955,1755.3026621432) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0077213634261171 position[mm]: (29.415506705205,-213.85033001723,1755.377511608) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0029008094063473 position[mm]: (29.315799606555,-213.77826856636,1755.5042985593) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0049681905940383 position[mm]: (29.261240149667,-213.78207773208,1755.4494345847) - trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0023889100088276 position[mm]: (29.271478945581,-213.78551752736,1755.4382841706) - trackID: 106 chamberNb: 4 energy deposit[MeV]: 0.0023497025046445 position[mm]: (29.307887908626,-213.7674180901,1755.5113263499) - trackID: 105 chamberNb: 4 energy deposit[MeV]: 0.0043518218954803 position[mm]: (29.42189901775,-213.47061756245,1755.3366005812) - trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.0022940533210539 position[mm]: (30.500236020934,-212.38402003138,1751.8505130429) - trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.0016428335890735 position[mm]: (29.644936164833,-209.47247077757,1701.897000138) - trackID: 84 chamberNb: 4 energy deposit[MeV]: 0.0031562029927119 position[mm]: (29.47603203594,-208.80673023858,1690.6769542845) - trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.0013014794760248 position[mm]: (29.452254455172,-208.80338919062,1690.3798798839) - trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.0017690754592515 position[mm]: (28.240102305253,-203.83841143384,1600.7117483846) - trackID: 75 chamberNb: 3 energy deposit[MeV]: 0.0016941325565309 position[mm]: (21.428322557935,-171.0297764639,987.4292231658) - trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0020248698162074 position[mm]: (21.316673387768,-170.54362658389,977.84151975714) - trackID: 73 chamberNb: 3 energy deposit[MeV]: 0.007785389630128 position[mm]: (21.113605781241,-169.15244666098,951.28741890607) - trackID: 72 chamberNb: 3 energy deposit[MeV]: 0.0013238870048376 position[mm]: (21.053644622965,-167.32630350561,909.70796874264) - trackID: 71 chamberNb: 3 energy deposit[MeV]: 0.0077115386100351 position[mm]: (21.140095914636,-167.22977651075,906.54991095035) - trackID: 70 chamberNb: 3 energy deposit[MeV]: 0.0015669557646185 position[mm]: (21.041790538834,-165.95585283329,877.46732258237) - trackID: 69 chamberNb: 3 energy deposit[MeV]: 0.0014366085880283 position[mm]: (21.0302290195,-164.91327244474,853.5190958067) - trackID: 63 chamberNb: 2 energy deposit[MeV]: 0.0020329167416446 position[mm]: (18.927963326566,-130.78390940875,190.59138360577) - trackID: 62 chamberNb: 2 energy deposit[MeV]: 0.0012457630383294 position[mm]: (18.946272244096,-130.70119754462,188.76386689944) - trackID: 62 chamberNb: 2 energy deposit[MeV]: 0.0021386499863459 position[mm]: (18.934338085079,-130.69605915036,188.76117709556) - trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0045466032817986 position[mm]: (18.773000559253,-127.62418993358,128.87881776179) - trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.001489538900287 position[mm]: (18.722295831933,-126.63231033013,110.25479324536) - trackID: 59 chamberNb: 2 energy deposit[MeV]: 0.0020300478372483 position[mm]: (18.687322378767,-126.27665718796,103.63407947067) - trackID: 58 chamberNb: 2 energy deposit[MeV]: 0.0013583693602026 position[mm]: (18.556588646063,-124.92139980708,76.269596389784) - trackID: 57 chamberNb: 2 energy deposit[MeV]: 0.002743201331748 position[mm]: (18.535856136739,-124.81459923541,73.72160249853) - trackID: 56 chamberNb: 2 energy deposit[MeV]: 0.0017143028881674 position[mm]: (18.265892830908,-121.80657955103,13.571848048622) - trackID: 44 chamberNb: 1 energy deposit[MeV]: 0.0013413410416514 position[mm]: (14.870995994419,-90.905385162934,-614.497599076) - trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.004203388582046 position[mm]: (14.810886314684,-90.584174117453,-621.21296107748) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0033987918885242 position[mm]: (16.717434660215,-90.654770354956,-625.31926860159) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00039383496483884 position[mm]: (17.367829695963,-90.82600958047,-624.61251463512) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0013988969700517 position[mm]: (17.914956049432,-90.844944877389,-622.9810662815) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.004452932344688 position[mm]: (18.782296700792,-89.859922787523,-622.08852467674) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.013377839135616 position[mm]: (20.095940317921,-89.942160946842,-621.67562163179) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0059483811729091 position[mm]: (19.3333449368,-89.722792468673,-621.67997807566) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0042940386486365 position[mm]: (19.13289985081,-90.195178245522,-621.4301975456) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0037070504959119 position[mm]: (18.998505820652,-90.57883618445,-621.33980056747) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0013395758967505 position[mm]: (19.136703462813,-90.62085948332,-621.13411971662) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0098045702277123 position[mm]: (18.942511114991,-90.656876832609,-621.11692758298) - trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0035623043871408 position[mm]: (18.946353731252,-90.676655239739,-621.09900579996) - trackID: 113 chamberNb: 1 energy deposit[MeV]: 0.0013634832313617 position[mm]: (19.136305274341,-90.62247613914,-621.14163610704) - trackID: 112 chamberNb: 1 energy deposit[MeV]: 0.0019611543821505 position[mm]: (19.005051069206,-90.569264547948,-621.34216399023) - trackID: 111 chamberNb: 1 energy deposit[MeV]: 0.001122 position[mm]: (19.898097413831,-90.305921328234,-622.21847133902) - trackID: 114 chamberNb: 1 energy deposit[MeV]: 0.0039379201639973 position[mm]: (19.874603744381,-90.314762431862,-622.20034897566) - trackID: 110 chamberNb: 1 energy deposit[MeV]: 0.0029119140028752 position[mm]: (17.902873199938,-90.848640400094,-622.96480554882) - trackID: 109 chamberNb: 1 energy deposit[MeV]: 0.0028937639249369 position[mm]: (17.350785558713,-90.816563095236,-624.60642129663) - trackID: 108 chamberNb: 1 energy deposit[MeV]: 0.0016798213765407 position[mm]: (16.711085992931,-90.651462486265,-625.31249244116) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0030913424071461 position[mm]: (14.239251965188,-85.867595510394,-708.67542514935) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0010567135140403 position[mm]: (14.275129132541,-85.878376853222,-708.66048209823) - trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0020416429363462 position[mm]: (14.282314465263,-85.884769688649,-708.66841169701) - trackID: 116 chamberNb: 1 energy deposit[MeV]: 0.0016374518881019 position[mm]: (14.275874051802,-85.870639021528,-708.66607220874) - trackID: 115 chamberNb: 1 energy deposit[MeV]: 0.0014478019424928 position[mm]: (14.242626596464,-85.860653168574,-708.67846133483) - trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0027303107329199 position[mm]: (14.323717492793,-85.590397631807,-712.48574848408) - trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.0034322608277355 position[mm]: (13.999901165209,-83.440698110848,-753.19917499734) - trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.0013234630522155 position[mm]: (13.794248237468,-82.048765259142,-778.57756807484) - trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.0022439162732504 position[mm]: (13.675166263557,-81.06377403452,-797.04807509087) - trackID: 32 chamberNb: 0 energy deposit[MeV]: 0.0029098318125278 position[mm]: (9.5295677414816,-46.796591038078,-1407.9322874951) - trackID: 31 chamberNb: 0 energy deposit[MeV]: 0.0016532065033887 position[mm]: (9.4208230225627,-45.585192746293,-1428.8682403902) - trackID: 30 chamberNb: 0 energy deposit[MeV]: 0.0027775351544044 position[mm]: (9.3545510667701,-44.948869592352,-1440.1507063454) - trackID: 29 chamberNb: 0 energy deposit[MeV]: 0.0012886316090417 position[mm]: (9.0804285527984,-43.314444290741,-1470.0762263855) - trackID: 28 chamberNb: 0 energy deposit[MeV]: 0.0012569764172833 position[mm]: (8.9527528028969,-42.577810604156,-1484.0590609102) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0014460336835039 position[mm]: (8.8386138202399,-41.882907471483,-1497.459406879) - trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0020963736523792 position[mm]: (8.7446870859926,-41.471061102143,-1505.321511981) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00011190080740909 position[mm]: (7.8079635537499,-38.788011914808,-1560.2871047101) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.011620337410466 position[mm]: (5.5646724473773,-39.030692519759,-1560.1843739839) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0069193770028848 position[mm]: (6.225419117828,-38.934839570198,-1559.1142036751) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0057124413368492 position[mm]: (6.7734899154678,-39.806516255017,-1559.3967478616) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00090390271417125 position[mm]: (6.9323817864999,-39.770652014089,-1559.3606158415) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 6.6128479574209e-05 position[mm]: (6.9480014538505,-39.746080054019,-1559.3561073209) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0061408599357454 position[mm]: (7.1330641116073,-39.603134100433,-1559.2338412694) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00990004271011 position[mm]: (7.152408300423,-39.511386940575,-1559.1556520028) - trackID: 122 chamberNb: 0 energy deposit[MeV]: 0.0033514924641043 position[mm]: (6.9513660058352,-39.732521893735,-1559.3766699943) - trackID: 121 chamberNb: 0 energy deposit[MeV]: 0.0048108268465968 position[mm]: (6.9601944693642,-39.7826435115,-1559.3890760346) - trackID: 120 chamberNb: 0 energy deposit[MeV]: 0.0079314540656741 position[mm]: (6.8005060169853,-39.850805118319,-1559.4661475369) - trackID: 119 chamberNb: 0 energy deposit[MeV]: 0.0022767741186761 position[mm]: (6.2359515859824,-38.931401904161,-1559.1048723244) - trackID: 118 chamberNb: 0 energy deposit[MeV]: 0.002284167589286 position[mm]: (5.570157424427,-39.017936972662,-1560.1887314372) - trackID: 117 chamberNb: 0 energy deposit[MeV]: 0.0015830438711638 position[mm]: (7.8082933049452,-38.787968802045,-1560.2778983958) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.0015344776357165 position[mm]: (7.9749054350107,-37.546172071824,-1585.6370323293) +-------->Storing hits in the ROOT file: in this event there are 88 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0060590509316663 position[mm]: (-41.567027098852,14.812185597486,-1580.5126132647) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0023727227093323 position[mm]: (-41.983061933516,14.956442607512,-1571.7520745984) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.011823503804018 position[mm]: (-43.264891778844,15.387677161813,-1544.9681494623) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00061774573245988 position[mm]: (-43.60118430633,15.495243762419,-1538.0539096619) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.020311182861871 position[mm]: (-46.43030440148,16.458119634794,-1478.9806147615) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.026731939705666 position[mm]: (-50.341587611365,17.408203612291,-1400.6467585175) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 1.9851662612802e-05 position[mm]: (-50.373938236992,17.41474748234,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.023155525453624 position[mm]: (-81.938086136362,23.882061605507,-758.17017618579) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0024110188673382 position[mm]: (-82.146191767873,23.932568589072,-753.66920581655) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0033541678572421 position[mm]: (-82.698433488663,24.068187977285,-741.78354653077) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0042182007362596 position[mm]: (-83.059894180123,24.163326437894,-733.94721827057) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00045498424869829 position[mm]: (-83.135864364146,24.181796749165,-732.29564818516) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.022770115504672 position[mm]: (-85.902426108478,24.675239960685,-677.91273971272) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.016654970523511 position[mm]: (-88.698811329601,25.39412172995,-620.8159987558) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0031454630657249 position[mm]: (-89.755936942711,25.610418520805,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.023240983520257 position[mm]: (-124.54263166339,32.983925394818,67.494479781557) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011160016930177 position[mm]: (-126.73326498797,33.499089914984,107.03984424785) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0079246853366732 position[mm]: (-127.7854733427,33.777474801304,125.83766778991) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0051309264251322 position[mm]: (-128.73588504153,34.043709730394,143.01090769267) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0027931727724685 position[mm]: (-129.09587428282,34.136649086942,149.67176679236) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0019549270140744 position[mm]: (-129.44696813844,34.222894724961,156.27096923719) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 2.791670810525e-05 position[mm]: (-129.48078685388,34.23111621269,156.90232520645) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0048365855768108 position[mm]: (-130.92497241968,34.578574099887,183.93346985356) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0060454355299678 position[mm]: (-131.77859161858,34.802785081447,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.012359019360115 position[mm]: (-166.9135084101,43.973981808327,817.16932004704) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011109326223069 position[mm]: (-169.28954328401,44.633987052809,860.12472427742) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00051025776869541 position[mm]: (-169.49811044275,44.686407541934,864.08286753495) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00025788503966759 position[mm]: (-169.58085396929,44.707881480388,865.63624210648) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.039459201638804 position[mm]: (-175.38935471248,46.238825388641,974.68657386671) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0062771597640555 position[mm]: (-175.94588601012,46.362058958627,985.47413396184) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.005860559472538 position[mm]: (-176.69301112788,46.523421518326,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00095478658840939 position[mm]: (-209.89674922153,52.283295522603,1605.4567487525) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0028038709671797 position[mm]: (-210.63689769242,52.38165831344,1618.7698337084) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.012672842715424 position[mm]: (-212.46639712602,52.607439896089,1651.5533898208) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.018080823549104 position[mm]: (-214.92784689795,52.914879045115,1697.4924858098) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0030723820048113 position[mm]: (-215.38767554577,53.030961238553,1706.9123012401) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0011124546108168 position[mm]: (-215.66491013043,53.100193360839,1712.7075908464) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0071150915664793 position[mm]: (-217.04296923314,53.429822942858,1741.41075384) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.020934066974096 position[mm]: (-219.13763724605,53.901953021332,1785.724857415) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0031853378998612 position[mm]: (-219.82072643749,54.094270640359,1800) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0063736028912042 position[mm]: (-219.1805550609,53.947828220433,1785.7273864073) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0083278649194099 position[mm]: (-216.33705902875,53.161527396694,1741.5879473536) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0053058357627951 position[mm]: (-215.94214464559,53.0534634057,1741.783067015) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0011246748043993 position[mm]: (-215.93698429498,53.062888045805,1741.5526396808) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0074851692744816 position[mm]: (-215.98990609331,53.118271201975,1741.5314913212) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.0074368055102641 position[mm]: (-215.89636049385,53.117577778813,1741.5920599008) + trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.0018398800014397 position[mm]: (-215.94143153464,53.06438043493,1741.7834717345) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0027816209713819 position[mm]: (-215.66755162256,53.081078536117,1712.7087417157) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0043760847045095 position[mm]: (-215.37337993247,52.998028284574,1706.9158536504) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0059676305838393 position[mm]: (-214.98167609386,52.934029712279,1697.4941982568) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0075196685422648 position[mm]: (-212.46034720974,52.528051533266,1651.5613174301) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0061913672396704 position[mm]: (-210.55660650605,52.465073635817,1618.7856054179) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0034381302727217 position[mm]: (-210.53720999453,52.465824118286,1618.8024735848) + trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.0015571743256259 position[mm]: (-209.90542687389,52.28582339572,1605.4566182028) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0014163614049655 position[mm]: (-175.95249049498,46.366704927783,985.47405833049) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0014783357048397 position[mm]: (-175.39527574362,46.244931195602,974.6865383254) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0014030984288445 position[mm]: (-169.58260938335,44.715667010594,865.6363498968) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00309055046626 position[mm]: (-169.49374558596,44.708260574804,864.08408990239) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00781624851122 position[mm]: (-169.40350755212,44.671180920757,860.13051488176) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.0019778115077513 position[mm]: (-169.39754704563,44.678400087153,860.13796071234) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.001741797872797 position[mm]: (-129.48771805906,34.238698715369,156.90230273184) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0015882739690466 position[mm]: (-129.44785366795,34.213701138006,156.27142409139) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0013076036045265 position[mm]: (-129.09899760997,34.143239219991,149.67178845011) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0012689920263963 position[mm]: (-128.73710117318,34.050613349212,143.0110050928) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0026302037435915 position[mm]: (-127.80323655494,33.775672379206,125.83766342039) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0046098205828164 position[mm]: (-126.70440346578,33.524990206565,107.04382174092) + trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.0016553683928634 position[mm]: (-124.55076087254,32.978643944209,67.494507972946) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.001237012293884 position[mm]: (-88.703737139778,25.398776220794,-620.81604970035) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0015121915671956 position[mm]: (-85.89990610255,24.666895444452,-677.91215845447) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0013832595307494 position[mm]: (-83.14255753037,24.177713237192,-732.29560688026) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0014686994115656 position[mm]: (-83.068311748024,24.163926913255,-733.9472776833) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0021962634066212 position[mm]: (-82.690845096904,24.079640718843,-741.78266590921) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.002125905456568 position[mm]: (-82.158324208583,23.937668535212,-753.66919786574) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0015179053915952 position[mm]: (-81.929581537308,23.880043028952,-758.16940536856) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0019105659637671 position[mm]: (-50.347393920461,17.418077578557,-1400.646629008) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0065770894970684 position[mm]: (-46.444721812012,16.538077321323,-1478.9749485238) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0010329094180693 position[mm]: (-46.446413893257,16.533308745906,-1478.9731932955) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0030500056184075 position[mm]: (-43.581361115498,15.48617352622,-1538.0515560126) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0094287127711173 position[mm]: (-42.900475176369,15.368409957504,-1544.8959316681) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.010610251566384 position[mm]: (-42.805901664793,15.272578508213,-1544.8742453403) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.001733501515401 position[mm]: (-41.983816380361,14.946269315985,-1571.7515052514) + trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.002229154028653 position[mm]: (-41.5531934862,14.814311686382,-1580.5113024189) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 5.2534842029252e-05 position[mm]: (-41.895984822244,12.927499619363,-1599.9910695759) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.00084150595268255 position[mm]: (-41.880827278882,12.920288435962,-1599.904186239) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.00022875114476576 position[mm]: (-41.844769317232,12.897184084283,-1599.8792596741) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.001062395974784 position[mm]: (-41.835620286448,12.857253005118,-1599.834037577) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.0014640852883831 position[mm]: (-41.856739817257,12.789399830467,-1599.827193336) + trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.0034579783781152 position[mm]: (-41.859515691964,12.764504819263,-1599.8205544968) writing Event_3 >>> Event 1 0 trajectories stored in this event. CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC is not found. --------->Storing hits in the ROOT file: in this event there are 97 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.015856423631587 position[mm]: (-104.31328933132,58.970206943971,-1561.7849120735) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0044547542805391 position[mm]: (-106.10896407098,60.010457829028,-1546.9826391432) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0019035771127742 position[mm]: (-106.23969853546,60.085153536194,-1545.9113942685) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.053061023793587 position[mm]: (-123.87501340097,70.173134656044,-1401.3713547477) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0001776462271258 position[mm]: (-124.04502685699,70.259956305871,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.035130991650222 position[mm]: (-211.57659317244,115.57946625555,-688.99301602414) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0090760776223205 position[mm]: (-214.37712101889,117.15917395534,-665.98644648004) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0090123394153182 position[mm]: (-217.48697557898,118.78133996498,-641.20366197878) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010717971267647 position[mm]: (-220.61224011171,120.4264455995,-616.05463557164) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0049282041627045 position[mm]: (-222.58239949688,121.4758616232,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0066992881002852 position[mm]: (-298.65365381924,161.68682521746,12.975669994185) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0075554645452216 position[mm]: (-300.01858213733,162.40079122948,23.819650184404) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0047431450482175 position[mm]: (-301.70265311703,163.28186991079,37.303414584606) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.007229267961942 position[mm]: (-303.97865209738,164.45493828643,55.524331442219) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.015273530516849 position[mm]: (-308.25185630472,166.67119004767,89.901295603295) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00099153250860915 position[mm]: (-309.20522933776,167.17414033415,97.758898725178) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0028119212378987 position[mm]: (-310.13431140042,167.66751715778,105.44915257701) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0041525253692935 position[mm]: (-312.0536346219,168.70610247909,121.44874500434) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.01116202867602 position[mm]: (-315.63005606709,170.64674083987,151.27538972826) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0043505049721006 position[mm]: (-316.88846639125,171.33460206223,161.80693315046) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0013306178222555 position[mm]: (-317.38991913666,171.60704160595,165.9707183301) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.01280749932996 position[mm]: (-321.47885587736,173.84887416598,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.01203243621612 position[mm]: (-396.39610763379,214.16018470978,821.72001602961) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.023674185100885 position[mm]: (-402.7587104029,217.65859454638,874.86076344619) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00011431810350094 position[mm]: (-402.8111598748,217.68712415105,875.29044632123) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011672600331905 position[mm]: (-406.54105455261,219.71752000678,905.74690276223) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011694862775665 position[mm]: (-408.726792272,220.85719496029,923.88609539932) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.024658202014849 position[mm]: (-415.72525917185,224.62497000154,982.78733103265) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0081507591197953 position[mm]: (-417.72932852069,225.75264363559,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.014732280078239 position[mm]: (-495.89694224629,265.33718746529,1645.8879561511) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0035829401401852 position[mm]: (-497.74199445135,266.28943211993,1660.9367224827) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00079671445276874 position[mm]: (-497.90425587332,266.37298289014,1662.2464484811) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0026405145976961 position[mm]: (-498.61726878989,266.74244828636,1668.0024981498) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.021931352509886 position[mm]: (-507.17431854044,271.15493797771,1736.8660157974) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.01471746413347 position[mm]: (-511.75639199213,273.64133874275,1773.6976617589) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.011791368515957 position[mm]: (-514.1596314767,274.9855352314,1792.8901189974) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 8.136930356269e-05 position[mm]: (-514.28777499512,275.05885847298,1793.935373984) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0016648058260811 position[mm]: (-514.83647968776,275.37273675434,1798.4167828855) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00065447236025421 position[mm]: (-515.03119217626,275.4839118933,1800) - trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0024663464516149 position[mm]: (-514.64806172329,275.40615318467,1798.461271359) - trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0092607167493395 position[mm]: (-514.59511965768,275.31972376836,1798.418786785) - trackID: 92 chamberNb: 4 energy deposit[MeV]: 0.0015932031045565 position[mm]: (-514.63996391644,275.41057129346,1798.4622846002) - trackID: 76 chamberNb: 4 energy deposit[MeV]: 0.0032368170428489 position[mm]: (-514.30951510987,275.06819584555,1793.9334742208) - trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.0037414779974066 position[mm]: (-514.17093408257,274.90004934802,1792.9028839917) - trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.0022348799356419 position[mm]: (-514.18415499678,274.89530310424,1792.9041967525) - trackID: 93 chamberNb: 4 energy deposit[MeV]: 0.0020085738088409 position[mm]: (-514.17364768751,274.90447957188,1792.8918436833) - trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0018465122315417 position[mm]: (-511.76688963576,273.64443779497,1773.6966261209) - trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0015962326944008 position[mm]: (-507.17701929967,271.16382079384,1736.8654701232) - trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0029536149824278 position[mm]: (-498.60025008875,266.75447867947,1668.0050385101) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0080335886472991 position[mm]: (-497.98004221567,266.32763976266,1662.248252051) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0013790698595966 position[mm]: (-497.73662822308,266.29507453866,1660.937331978) - trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.003402031178308 position[mm]: (-495.89353153186,265.31231085954,1645.8914985708) - trackID: 61 chamberNb: 3 energy deposit[MeV]: 0.001530222525366 position[mm]: (-415.71651070231,224.62522092518,982.78869643801) - trackID: 60 chamberNb: 3 energy deposit[MeV]: 0.0014973307992733 position[mm]: (-408.73530939055,220.85589588289,923.88551687771) - trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.00083382257930808 position[mm]: (-406.57568497211,219.7115383927,906.32753236167) - trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.0026394866736495 position[mm]: (-406.56622375308,219.69734223601,906.33309879328) - trackID: 95 chamberNb: 3 energy deposit[MeV]: 0.0025428055376843 position[mm]: (-406.58999798441,219.70245641084,906.32883674147) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0016129571787191 position[mm]: (-406.5359961687,219.7254414662,905.74739789391) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0064220434200937 position[mm]: (-402.47416427157,217.41981084519,875.41952171679) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0052491456991369 position[mm]: (-402.21895342773,217.3514251906,875.39842618586) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0053502082417608 position[mm]: (-402.27039364471,217.43570935367,875.42835851606) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0035424859912628 position[mm]: (-402.28766872934,217.45604250058,875.42624544393) - trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.0019506348835764 position[mm]: (-402.22798845316,217.34841613932,875.39153624388) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0013871621596574 position[mm]: (-402.75901363081,217.66645303868,874.86051108862) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0018086816318483 position[mm]: (-395.61867600974,213.9115964006,821.99645050335) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0002939686561525 position[mm]: (-395.71681641989,213.36966562747,822.03310971967) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0047515156133117 position[mm]: (-395.59910306142,212.75405538168,821.9259063796) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0042894060847557 position[mm]: (-395.56893149183,212.32667396799,821.7632113096) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0070153588237086 position[mm]: (-395.56876185894,212.56293635066,821.93912913075) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.010221389812596 position[mm]: (-395.50569893332,212.45103276763,821.94047501756) - trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.0015380898037118 position[mm]: (-395.56044447553,212.32508395535,821.76541304643) - trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.0024593987810651 position[mm]: (-395.70609983225,213.36946720458,822.04525026062) - trackID: 97 chamberNb: 3 energy deposit[MeV]: 0.0028872327148372 position[mm]: (-395.60851558727,213.9083956495,821.97910653449) - trackID: 52 chamberNb: 2 energy deposit[MeV]: 0.0034676211492257 position[mm]: (-317.4158672873,171.60595726519,165.96927668521) - trackID: 51 chamberNb: 2 energy deposit[MeV]: 0.0021190184997244 position[mm]: (-316.88521449999,171.32204435815,161.80877881111) - trackID: 50 chamberNb: 2 energy deposit[MeV]: 0.0026577283703467 position[mm]: (-315.63363290391,170.66449755687,151.2747817836) - trackID: 49 chamberNb: 2 energy deposit[MeV]: 0.0015421865973111 position[mm]: (-312.06254164587,168.70578473075,121.44806576309) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0025679681383797 position[mm]: (-310.13914175172,167.68405692682,105.44841549233) - trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.0024620920342381 position[mm]: (-309.21377945028,167.160373366,97.759592679996) - trackID: 46 chamberNb: 2 energy deposit[MeV]: 0.0017302497476452 position[mm]: (-308.26092290458,166.67575503447,89.900348056047) - trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0017559000794285 position[mm]: (-303.97202074347,164.4471691912,55.526112396813) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0066340361302347 position[mm]: (-301.66242565556,163.23064487857,37.317416520346) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0014841686110078 position[mm]: (-300.01617292659,162.40898901339,23.819760846948) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0027684136753344 position[mm]: (-298.4768398776,161.6616269074,13.0213344684) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0080685322428958 position[mm]: (-298.55520262587,161.70062696332,13.03695669014) - trackID: 100 chamberNb: 2 energy deposit[MeV]: 0.0019415625213303 position[mm]: (-298.4713755333,161.67152187429,13.024298264418) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0016142288485732 position[mm]: (-297.06915903546,160.8349267306,0.19587836896774) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00055166325154186 position[mm]: (-220.57262675785,120.48827415998,-616.0470680339) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0044814185348978 position[mm]: (-220.55835625195,120.52156812305,-616.0378677579) - trackID: 106 chamberNb: 1 energy deposit[MeV]: 0.0026064897894889 position[mm]: (-220.58098987856,120.4876418366,-616.03156921402) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0024446021970782 position[mm]: (-217.50277451129,118.77865929772,-641.20461761004) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0014261875554329 position[mm]: (-214.38459109458,117.15595276366,-665.98683207658) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0035429302346926 position[mm]: (-211.59703331213,115.56218515198,-688.9926477387) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.0034427442766373 position[mm]: (-123.85395600247,70.187610254233,-1401.3680765756) - trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0013631302286719 position[mm]: (-106.23501985703,60.091247982721,-1545.9109506656) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.001395641288028 position[mm]: (-106.11660459421,60.008393888766,-1546.9831161086) - trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.0024399479195074 position[mm]: (-104.32783213587,58.963529034006,-1561.7853492351) +-------->Storing hits in the ROOT file: in this event there are 121 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0089536897481431 position[mm]: (-35.634580763703,-146.00720548478,-1552.6280343745) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.038677086094654 position[mm]: (-39.817612260033,-162.3183743958,-1458.2514192077) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0013244205185908 position[mm]: (-39.907064741462,-162.61986447555,-1456.499229187) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0062305021391862 position[mm]: (-40.639210146004,-165.11188084391,-1442.0197179823) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.017161424553452 position[mm]: (-42.789504857373,-172.38982137058,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0092141886680288 position[mm]: (-75.168692577193,-282.56557609056,-767.05209916402) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.013834913810383 position[mm]: (-76.271160051297,-286.38381385211,-744.98785665778) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010014747470841 position[mm]: (-78.457306329895,-293.72651023063,-702.30584347319) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0027346771183811 position[mm]: (-78.609227174078,-294.2331189578,-699.33501826807) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0088870624832832 position[mm]: (-80.547876670148,-300.6664867558,-661.47055931082) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0013510714069106 position[mm]: (-80.955538129647,-301.95310859731,-653.8691165573) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.027800234340032 position[mm]: (-83.827316092288,-311.0374760666,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.006602518291631 position[mm]: (-116.82237375826,-416.31314852191,28.965709450602) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0022547949305289 position[mm]: (-117.00589287751,-416.89187046604,32.434214382142) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0048508595780051 position[mm]: (-117.64836871634,-418.93681234558,44.689441769315) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.016209700971165 position[mm]: (-119.72853710438,-425.50584401393,84.404244132627) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0076387010325946 position[mm]: (-120.6910931689,-428.5486770843,102.8084732253) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.020782809041374 position[mm]: (-123.46775512637,-437.24432235738,155.45448669135) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0060435486260414 position[mm]: (-124.46315280989,-440.49460192696,174.78720709692) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.01315975918006 position[mm]: (-125.78497326947,-444.74646355635,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0093140108190442 position[mm]: (-161.22174132181,-551.11108148287,827.69722247152) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0037276398738841 position[mm]: (-161.76832125088,-552.75175100922,837.44070742058) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0064275528969699 position[mm]: (-162.55807666807,-555.12707998706,851.46497454884) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.016005795220986 position[mm]: (-165.20070825853,-563.43469261563,899.97491230055) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00034283468241772 position[mm]: (-165.47394792079,-564.35387506221,905.34266500152) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.033664856632484 position[mm]: (-169.51788059141,-577.91634621358,984.53272447339) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0049301858145602 position[mm]: (-170.12645104401,-580.06298278101,997.34754490164) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00088461319981639 position[mm]: (-170.25026256131,-580.50452487675,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0020099638164453 position[mm]: (-198.51719141667,-680.4290076627,1605.1238467521) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00063714202831891 position[mm]: (-198.58693002127,-680.67635855516,1606.6281771068) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0021857301468792 position[mm]: (-199.28863396549,-683.16456537198,1621.7759983677) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0025946794324607 position[mm]: (-199.54637910927,-684.05349363162,1627.2246664849) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.012824115514417 position[mm]: (-200.53051298868,-687.47303899937,1648.2452592305) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.011450748383712 position[mm]: (-201.91723929203,-692.42797239687,1678.7412030029) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.002091231760139 position[mm]: (-202.03605918373,-692.86235626102,1681.4024228386) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.010206760842588 position[mm]: (-203.29750390423,-697.43141973074,1709.4194233052) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0061042484633735 position[mm]: (-204.34915505296,-701.06677627668,1731.5557389369) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.002662331915166 position[mm]: (-204.65783366136,-702.13132556118,1738.0313985476) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0097427713491338 position[mm]: (-205.78211729895,-705.92449869396,1761.1499188076) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.010187739084686 position[mm]: (-206.65923847621,-708.80349928787,1778.5190915149) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0023573749903194 position[mm]: (-206.88511144961,-709.55592217478,1783.0511447284) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0079755109408857 position[mm]: (-207.7347636528,-712.36559506897,1800) + trackID: 77 chamberNb: 4 energy deposit[MeV]: 0.0021577849088769 position[mm]: (-206.89216720098,-709.56724358307,1783.0495704067) + trackID: 76 chamberNb: 4 energy deposit[MeV]: 0.0023978011007194 position[mm]: (-206.67476489681,-708.80507670313,1778.5188594629) + trackID: 75 chamberNb: 4 energy deposit[MeV]: 0.0018657981845651 position[mm]: (-205.79320107288,-705.92347722926,1761.150034111) + trackID: 74 chamberNb: 4 energy deposit[MeV]: 0.0026560765787372 position[mm]: (-204.64108787103,-702.12504295386,1738.0342245189) + trackID: 73 chamberNb: 4 energy deposit[MeV]: 0.0019216146012053 position[mm]: (-204.33773969391,-701.06567653642,1731.5569955763) + trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0015861189205286 position[mm]: (-203.30176433888,-697.42336824805,1709.4209298115) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0024266234895262 position[mm]: (-202.0392591986,-692.84712510884,1681.4055847323) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0018659996965624 position[mm]: (-201.90374898367,-692.44113217392,1678.7497060995) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.0014687618142033 position[mm]: (-201.90334715007,-692.4367485523,1678.7364590609) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0013486670941199 position[mm]: (-200.57873121674,-687.5663523611,1648.2383709723) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0055077313521754 position[mm]: (-200.54617699059,-687.60224419941,1648.2229634058) + trackID: 91 chamberNb: 4 energy deposit[MeV]: 0.0021563920506281 position[mm]: (-200.57703003882,-687.57032728736,1648.2510761207) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0013668035935232 position[mm]: (-199.28873171696,-683.15699656995,1621.7775287457) + trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.003479143584633 position[mm]: (-198.563663201,-680.66536139849,1606.6326800952) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0027920854582051 position[mm]: (-198.51552656916,-680.41012171326,1605.1281088987) + trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0023051414798322 position[mm]: (-170.14036003086,-580.06782319592,997.34683419162) + trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0012883222162125 position[mm]: (-169.51085134801,-577.91760533801,984.53311746343) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0023624531532051 position[mm]: (-165.3903485704,-564.47926217988,905.34227410436) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00012453844373573 position[mm]: (-165.33848866172,-564.51304258459,905.31264182449) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 1.8388473084737e-05 position[mm]: (-165.34084312084,-564.54172513263,905.31345981503) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0015401114827398 position[mm]: (-165.3630282277,-564.51320280238,905.33075345167) + trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0019082072178721 position[mm]: (-165.35270118658,-564.50875528803,905.32865568181) + trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.0012542852499674 position[mm]: (-165.36009027987,-564.51828380976,905.33438736513) + trackID: 95 chamberNb: 3 energy deposit[MeV]: 0.0012744699863391 position[mm]: (-165.34298900263,-564.53952346756,905.307114786) + trackID: 94 chamberNb: 3 energy deposit[MeV]: 0.0016370365749126 position[mm]: (-165.33100253915,-564.51385497895,905.30673208414) + trackID: 93 chamberNb: 3 energy deposit[MeV]: 0.0012186743417721 position[mm]: (-165.39392807169,-564.4848589804,905.34234375835) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0063836470656757 position[mm]: (-169.18971361882,-565.45307491892,900.945700512) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.010334682406412 position[mm]: (-172.05681963518,-569.18074618794,900.86749115101) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0045898167862692 position[mm]: (-172.14716162537,-567.47585204229,902.7040512752) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0085083663667758 position[mm]: (-173.94377240714,-569.30492442109,904.42039614011) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.003946974592851 position[mm]: (-174.01584144375,-568.22233026262,903.86079904514) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0066587593170653 position[mm]: (-174.18113183642,-567.72695716411,904.55900000115) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0065864588521126 position[mm]: (-174.26181310701,-567.89363094422,903.97018488747) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0010844571628904 position[mm]: (-174.13962049256,-567.78651045105,904.26062620604) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.0078917205806795 position[mm]: (-173.88013881739,-567.6067731077,904.24600168759) + trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.010154254378617 position[mm]: (-173.95137596528,-567.50863834316,904.28410575577) + trackID: 102 chamberNb: 3 energy deposit[MeV]: 0.0015934029965584 position[mm]: (-174.14206864606,-567.78357963769,904.25216664821) + trackID: 101 chamberNb: 3 energy deposit[MeV]: 0.008883561352379 position[mm]: (-174.15809503504,-568.25755512986,903.85551865553) + trackID: 101 chamberNb: 3 energy deposit[MeV]: 0.0022152677138806 position[mm]: (-174.14443508546,-568.25500951941,903.85656028857) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.0044549156972348 position[mm]: (-174.24263503775,-569.39251760688,904.26745599683) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.00057011200650783 position[mm]: (-174.40571813768,-569.42784884712,904.29648436593) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.007639567730004 position[mm]: (-174.44741766115,-569.60680688681,904.18103538535) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.00053955142089298 position[mm]: (-174.46082581364,-569.5896291706,904.16860391309) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.0030640088299055 position[mm]: (-174.46158461586,-569.61165377697,904.16757483883) + trackID: 103 chamberNb: 3 energy deposit[MeV]: 0.002902879634672 position[mm]: (-174.44998619495,-569.59616808968,904.19837578336) + trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.0023471989152216 position[mm]: (-172.1510127027,-567.46414776496,902.71283714876) + trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.0056178109829076 position[mm]: (-172.09906976586,-569.20370226492,900.88817647017) + trackID: 97 chamberNb: 3 energy deposit[MeV]: 0.0041137646078234 position[mm]: (-169.19564730423,-565.4486219154,900.91358888414) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0032730484382278 position[mm]: (-162.58206354049,-555.12491639427,851.46548833886) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0028942358465189 position[mm]: (-161.75021777919,-552.7430343608,837.44435909878) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0080901920007554 position[mm]: (-161.16769686577,-551.28182118933,827.69252041392) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.001390064926186 position[mm]: (-161.15542784985,-551.25166805229,827.67467643045) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0030751629800059 position[mm]: (-161.14804191399,-551.23206122811,827.68192249133) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0020486319609384 position[mm]: (-124.47120113503,-440.48517335728,174.78897144755) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0021259983930633 position[mm]: (-123.5821496822,-437.29074053504,155.45372536242) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0051040327166555 position[mm]: (-123.55679815302,-437.24575904677,155.49237299162) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0013830171522288 position[mm]: (-123.5567544109,-437.2379572328,155.49161281029) + trackID: 104 chamberNb: 2 energy deposit[MeV]: 0.0013801006569586 position[mm]: (-123.58565881978,-437.2940269702,155.45989032863) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0058977194481524 position[mm]: (-120.76613117173,-428.57057335387,102.80795234459) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0015044999445206 position[mm]: (-120.76735316803,-428.56203132475,102.80697751755) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0021634429394288 position[mm]: (-119.71844654262,-425.49729053281,84.40684537704) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0015232027267971 position[mm]: (-117.65551599664,-418.9418932618,44.68858867582) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0017272921223297 position[mm]: (-117.01329620296,-416.89876473467,32.433120724663) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0051923940039914 position[mm]: (-116.77674054424,-416.32141233138,28.970271471289) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00196739195801 position[mm]: (-80.944839608281,-301.94831496913,-653.86718334805) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0010121485942106 position[mm]: (-80.567134289614,-300.8962593474,-661.48058007703) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.013069591989532 position[mm]: (-80.754567455933,-300.88150223038,-661.44589034601) + trackID: 109 chamberNb: 1 energy deposit[MeV]: 0.0012785412341522 position[mm]: (-80.567558125648,-300.90327578827,-661.47973030668) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0098485809662294 position[mm]: (-78.447040076389,-294.28558714773,-699.31577083704) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0023760648232518 position[mm]: (-78.458145925736,-294.27620422291,-699.3106836901) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0028631841447241 position[mm]: (-78.447505416553,-293.7440310795,-702.30719757172) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0042774947010044 position[mm]: (-76.239037387538,-286.37166697883,-744.98172280433) + trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0014010113040661 position[mm]: (-75.175009965526,-282.57035884359,-767.05292847964) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0062646365368073 position[mm]: (-40.61163923224,-165.05937362273,-1442.0041136233) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.002348033406396 position[mm]: (-39.921618939914,-162.61575704922,-1456.4984861389) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.001935423128562 position[mm]: (-39.80982496422,-162.31005431761,-1458.2490494787) + trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.00053825267714277 position[mm]: (-35.733983327486,-145.95269212363,-1552.6112421294) + trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.006705106703858 position[mm]: (-35.794497593177,-145.97315070503,-1552.588955835) + trackID: 110 chamberNb: 0 energy deposit[MeV]: 0.0023627621964695 position[mm]: (-35.730527493026,-145.96711364702,-1552.6149174235) writing Event_4 >>> Event 2 0 trajectories stored in this event. Run terminated. Run Summary Number of events processed : 3 - User=0.000000s Real=0.009622s Sys=0.010000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.006888s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -2673,6 +2807,7 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.0269 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.0173 MB Pool ID '16G4SmartVoxelNode', size : 0.000961 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB @@ -2680,11 +2815,10 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0163 MB -Pool ID '7G4Track', size : 0.0327 MB +Pool ID '7G4Track', size : 0.0336 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '15ExP01TrackerHit', size : 0.0269 MB +Pool ID '15ExP01TrackerHit', size : 0.0211 MB Number of memory pools allocated: 14 of which, static: 0 Dynamic pools deleted: 14 / Total memory freed: 0.11 MB ============================================================ diff --git a/examples/extended/persistency/P02/History b/examples/extended/persistency/P02/History index 6ebfc00e30..651edf1fc3 100644 --- a/examples/extended/persistency/P02/History +++ b/examples/extended/persistency/P02/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example P02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example P02 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleP02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 13th, 2020 Ben Morgan (exampleP02-V10-06-01) - Enforce use of Serial RunManager. diff --git a/examples/extended/persistency/P03/History b/examples/extended/persistency/P03/History index 60186a649b..748f45e34d 100644 --- a/examples/extended/persistency/P03/History +++ b/examples/extended/persistency/P03/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example P03 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example P03 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleP03-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan (exampleP03-V10-06-00) -------------------------- diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index 2cd0ca674d..f71fb7cc00 100644 --- a/examples/extended/persistency/P03/batch.out +++ b/examples/extended/persistency/P03/batch.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -126,7 +130,8 @@ Visualization verbosity changed to warnings (3) LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -143,7 +148,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -153,8 +158,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -217,10 +223,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -245,10 +251,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -275,10 +281,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -307,10 +313,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -321,10 +327,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -334,10 +340,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -366,10 +372,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -398,10 +404,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -430,14 +436,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -448,7 +453,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -463,14 +468,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -481,7 +485,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -496,10 +500,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -528,10 +532,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -573,21 +577,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -603,10 +607,10 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.000890s Sys=0.000000s + User=0.010000s Real=0.000883s Sys=0.000000s 10 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + "/vis/reviewKeptEvents" to review one by one. + To see accumulated, "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild". Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -627,18 +631,18 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00769 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.00192 MB -Pool ID '17G4DynamicParticle', size : 0.000961 MB Pool ID '7G4Track', size : 0.00192 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '18G4SmoothTrajectory', size : 0.00192 MB -Pool ID '23G4SmoothTrajectoryPoint', size : 0.00481 MB +Pool ID '23G4SmoothTrajectoryPoint', size : 0.00385 MB Pool ID '21G4TrajectoryContainer', size : 0.000961 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.025 MB +Dynamic pools deleted: 12 / Total memory freed: 0.024 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/persistency/gdml/G01/History b/examples/extended/persistency/gdml/G01/History index 806bbe644d..c130c09af6 100644 --- a/examples/extended/persistency/gdml/G01/History +++ b/examples/extended/persistency/gdml/G01/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example G01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (G01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 September 15th, 2021 Gabriele Cosmo G01-V10-07-02 - Fixed minor overlaps in assembly.gdml and axes.gdml samples. diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index 86c990c228..dda772f373 100644 --- a/examples/extended/persistency/gdml/G01/g01.out +++ b/examples/extended/persistency/gdml/G01/g01.out @@ -48,7 +48,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -85,6 +85,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -128,7 +132,8 @@ Global auxiliary info: LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -145,7 +150,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -155,8 +160,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -219,10 +225,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -247,10 +253,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -277,10 +283,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -309,10 +315,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -323,10 +329,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -336,10 +342,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -368,10 +374,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -400,10 +406,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -432,14 +438,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -450,7 +455,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -465,14 +470,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -483,7 +487,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -498,10 +502,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -530,10 +534,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -567,15 +571,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -585,10 +592,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -596,10 +605,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -608,6 +619,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -615,11 +627,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -627,11 +641,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -640,10 +656,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -654,10 +672,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -668,10 +688,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -681,10 +703,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -695,10 +719,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -709,10 +735,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -723,10 +751,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -736,11 +766,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -748,6 +780,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -755,6 +788,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -764,6 +798,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -771,11 +806,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -783,11 +820,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -797,11 +836,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -809,6 +850,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -816,6 +858,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -825,11 +868,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -837,11 +882,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -851,11 +898,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -863,11 +912,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -877,29 +928,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -936,14 +989,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52535 keV e- 277.593 keV e+ 270.769 keV proton 70 keV + Energy thresholds : gamma 2.52493 keV e- 277.585 keV e+ 270.777 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1283,10 +1336,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.004915s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.005273s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1308,14 +1358,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.525347827299922 keV e- 277.5934763678286 keV e+ 270.7691906611086 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1653,10 +1703,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.004226s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.010000s Real=0.004749s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1679,14 +1726,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.525347827299922 keV e- 277.5934763678286 keV e+ 270.7691906611086 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1696,10 +1743,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.002278s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.002196s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1721,14 +1765,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.525347827299922 keV e- 277.5934763678286 keV e+ 270.7691906611086 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1738,10 +1782,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002235s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.002128s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1763,14 +1804,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.525347827299922 keV e- 277.5934763678286 keV e+ 270.7691906611086 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.524928407830887 keV e- 277.5854813538532 keV e+ 270.7768048552311 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1780,10 +1821,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002226s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.002189s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1804,12 +1842,12 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00961 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.00385 MB Pool ID '17G4SmartVoxelProxy', size : 0.00192 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.000961 MB Pool ID '7G4Track', size : 0.000961 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB diff --git a/examples/extended/persistency/gdml/G02/History b/examples/extended/persistency/gdml/G02/History index 5ce32f2eb4..abb6eee624 100644 --- a/examples/extended/persistency/gdml/G02/History +++ b/examples/extended/persistency/gdml/G02/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example G02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (G02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 11th, 2021 Gabriele Cosmo G02-V10-07-00 - Fixed visualisation settings in input macros. diff --git a/examples/extended/persistency/gdml/G03/History b/examples/extended/persistency/gdml/G03/History index d43842fa02..618275ff11 100644 --- a/examples/extended/persistency/gdml/G03/History +++ b/examples/extended/persistency/gdml/G03/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example G03 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (G03-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 11th, 2021 Gabriele Cosmo G03-V10-07-00 - Fixed visualisation settings in input macros. diff --git a/examples/extended/persistency/gdml/G04/History b/examples/extended/persistency/gdml/G04/History index b4df593a90..f4a65bedc5 100644 --- a/examples/extended/persistency/gdml/G04/History +++ b/examples/extended/persistency/gdml/G04/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example G04 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (G04-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 November 10th, 2020 Ben Morgan G04-V10-06-00 - Migration to G4RunManagerFactory. diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index 484848f7da..36c0937867 100644 --- a/examples/extended/persistency/gdml/G04/g04.out +++ b/examples/extended/persistency/gdml/G04/g04.out @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -70,6 +70,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -110,7 +114,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -127,7 +132,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -137,8 +142,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -201,10 +207,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -229,10 +235,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -259,10 +265,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -291,10 +297,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -305,10 +311,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -318,10 +324,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -350,10 +356,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -382,10 +388,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -414,14 +420,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -432,7 +437,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -447,14 +452,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -465,7 +469,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -480,10 +484,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -512,10 +516,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -549,15 +553,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -567,10 +574,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -578,10 +587,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -590,6 +601,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -597,11 +609,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -609,11 +623,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -622,10 +638,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -636,10 +654,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -650,10 +670,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -663,10 +685,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -677,10 +701,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -691,10 +717,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -705,10 +733,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -718,11 +748,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -730,6 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -737,6 +770,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -746,6 +780,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -753,11 +788,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -765,11 +802,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -779,11 +818,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -791,6 +832,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -798,6 +840,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -807,11 +850,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -819,11 +864,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -833,11 +880,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -845,11 +894,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -859,29 +910,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -907,7 +960,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1144,10 +1197,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001757s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.001748s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1169,7 +1219,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1399,10 +1449,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001069s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000938s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1425,7 +1472,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1455,10 +1502,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000230s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000123s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1480,7 +1524,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1510,10 +1554,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000187s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000123s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1535,7 +1576,7 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1565,10 +1606,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000162s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=0.000000s Real=0.000115s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1589,11 +1627,11 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00961 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.000961 MB Pool ID '7G4Track', size : 0.000961 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB diff --git a/examples/extended/physicslists/History b/examples/extended/physicslists/History index 61face1a64..f4e0321cb6 100644 --- a/examples/extended/physicslists/History +++ b/examples/extended/physicslists/History @@ -1,18 +1,16 @@ +# Example physicslists History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - physicslists examples History file - ----------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exPhysicsLists-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 24/05/21, B. Morgan (exPhysicsLists-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/physicslists/extensibleFactory/History b/examples/extended/physicslists/extensibleFactory/History index 0b6c90a9e3..c193e046d9 100644 --- a/examples/extended/physicslists/extensibleFactory/History +++ b/examples/extended/physicslists/extensibleFactory/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example extensibleFactory History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example extensibleFactory History file - --------------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (extFactory-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06/10/21 I. Hrivnacova (extFactory-V10-07-01) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out index da50e3a444..833ba42929 100644 --- a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out +++ b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -43,6 +43,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -130,7 +134,8 @@ Checking overlaps for volume Screen:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -147,7 +152,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -157,8 +162,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -221,10 +227,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -249,10 +255,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -279,10 +285,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -311,10 +317,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -325,10 +331,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -338,10 +344,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -370,10 +376,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -402,10 +408,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -434,14 +440,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -452,7 +457,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -467,14 +472,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -485,7 +489,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -500,10 +504,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -532,10 +536,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -569,16 +573,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -588,10 +595,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -599,10 +608,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -611,10 +622,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -622,11 +635,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -634,11 +649,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -647,10 +664,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -661,10 +680,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -675,10 +696,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -688,10 +711,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -702,10 +727,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -716,10 +743,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -730,10 +759,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -743,11 +774,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -755,6 +788,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -762,6 +796,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -771,6 +806,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -778,11 +814,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -790,11 +828,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -804,11 +844,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -816,6 +858,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -823,6 +866,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -832,12 +876,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -845,12 +891,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -860,12 +908,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -873,11 +923,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -887,29 +939,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -944,8 +998,5 @@ Setting was ignored. --> Event 900 starts. ... write file : extensibleFactory.root - done ... close file : extensibleFactory.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/physicslists/extensibleFactory/shared/History b/examples/extended/physicslists/extensibleFactory/shared/History index 84a5437cd2..a6750d707b 100644 --- a/examples/extended/physicslists/extensibleFactory/shared/History +++ b/examples/extended/physicslists/extensibleFactory/shared/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example shared History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - physicslists/shared History file - -------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (physicslistsShared-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 24/3/19 J.Allison (physicslistsShared-V10-05-00) - Part of Merge Request exampleB4-V10-05-00. diff --git a/examples/extended/physicslists/factory/History b/examples/extended/physicslists/factory/History index 457bc20462..35519258d3 100644 --- a/examples/extended/physicslists/factory/History +++ b/examples/extended/physicslists/factory/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example factory History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example factory History file - ---------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (factory-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06/10/21 I. Hrivnacova (factory-V10-07-01) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/physicslists/factory/factory-environment.out b/examples/extended/physicslists/factory/factory-environment.out index 9dc79e59e6..29e64c9de4 100644 --- a/examples/extended/physicslists/factory/factory-environment.out +++ b/examples/extended/physicslists/factory/factory-environment.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -44,6 +44,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -134,6 +138,7 @@ Checking overlaps for volume Screen:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 1 +Use combined TransportationWithMsc Enabled Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -151,7 +156,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -161,8 +166,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -212,17 +218,17 @@ conv: for gamma applyCuts:1 SubType=14 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai -msc: for e- SubType= 10 +TransportationWithMsc: for e- ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.8, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.8, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -240,17 +246,17 @@ CoulombScat: for e- XStype:1 applyCuts:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 100 MeV Emax= 100 TeV -msc: for e+ SubType= 10 +TransportationWithMsc: for e+ ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.8, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.8, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -277,10 +283,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -309,10 +315,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -323,10 +329,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -336,10 +342,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -368,10 +374,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -400,10 +406,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -432,14 +438,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -450,7 +455,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -465,14 +470,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -483,7 +487,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -498,10 +502,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -530,10 +534,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -567,15 +571,18 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -585,10 +592,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -596,10 +605,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -608,6 +619,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -615,11 +627,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -627,11 +641,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -640,10 +656,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -654,10 +672,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -668,10 +688,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -681,10 +703,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -695,10 +719,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -709,10 +735,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -723,10 +751,12 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -736,11 +766,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -748,6 +780,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -755,6 +788,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -764,6 +798,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -771,11 +806,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -783,11 +820,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -797,11 +836,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -809,6 +850,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -816,6 +858,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -825,11 +868,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -837,11 +882,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -851,11 +898,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -863,11 +912,13 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -877,29 +928,31 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -934,8 +987,5 @@ Setting was ignored. --> Event 900 starts. ... write file : factory.root - done ... close file : factory.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/physicslists/factory/factory.out b/examples/extended/physicslists/factory/factory.out index e6ae0744dd..2ca729a239 100644 --- a/examples/extended/physicslists/factory/factory.out +++ b/examples/extended/physicslists/factory/factory.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -43,6 +43,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -131,7 +135,8 @@ Checking overlaps for volume Screen:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -148,7 +153,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -158,8 +163,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -222,10 +228,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -250,10 +256,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -280,10 +286,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -312,10 +318,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -326,10 +332,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -339,10 +345,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -371,10 +377,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -403,10 +409,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -435,14 +441,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -453,7 +458,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -468,14 +473,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -486,7 +490,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -501,10 +505,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -533,10 +537,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -570,16 +574,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -589,11 +596,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -601,11 +610,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -614,6 +625,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -621,11 +633,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -633,11 +647,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -646,10 +662,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -660,10 +678,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -674,10 +694,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -687,11 +709,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -702,10 +726,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -716,10 +742,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -730,10 +758,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -743,11 +773,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -755,6 +787,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -762,6 +795,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -771,6 +805,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -778,12 +813,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -791,12 +828,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -806,12 +845,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -819,6 +860,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -826,6 +868,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -835,12 +878,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -848,12 +893,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -863,12 +910,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -876,12 +925,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -891,29 +942,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -948,8 +1001,5 @@ Setting was ignored. --> Event 900 starts. ... write file : factory.root - done ... close file : factory.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/physicslists/factory/shared/History b/examples/extended/physicslists/factory/shared/History index 84a5437cd2..a6750d707b 100644 --- a/examples/extended/physicslists/factory/shared/History +++ b/examples/extended/physicslists/factory/shared/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example shared History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - physicslists/shared History file - -------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (physicslistsShared-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 24/3/19 J.Allison (physicslistsShared-V10-05-00) - Part of Merge Request exampleB4-V10-05-00. diff --git a/examples/extended/physicslists/genericPL/History b/examples/extended/physicslists/genericPL/History index 8c09c73fdd..e066bf0d53 100644 --- a/examples/extended/physicslists/genericPL/History +++ b/examples/extended/physicslists/genericPL/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example genericPL History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example genericPL History file - ------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (genericPL-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06/10/21 I. Hrivnacova (genericPL-V10-07-01) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/physicslists/genericPL/genericPL.out b/examples/extended/physicslists/genericPL/genericPL.out index 34f968be80..ac2eaa4f33 100644 --- a/examples/extended/physicslists/genericPL/genericPL.out +++ b/examples/extended/physicslists/genericPL/genericPL.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,6 +41,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -130,7 +134,8 @@ Checking overlaps for volume Screen:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -147,7 +152,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -157,8 +162,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -221,10 +227,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -249,10 +255,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -279,10 +285,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -311,10 +317,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -325,10 +331,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -338,10 +344,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -370,10 +376,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -402,10 +408,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -434,14 +440,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -452,7 +457,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -467,14 +472,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -485,7 +489,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -500,10 +504,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -532,10 +536,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -569,15 +573,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -587,10 +594,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -598,10 +607,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -610,6 +621,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -617,11 +629,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -629,11 +643,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -642,10 +658,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -656,10 +674,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -670,10 +690,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -683,10 +705,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -697,10 +721,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -711,10 +737,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -725,10 +753,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -738,11 +768,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -750,6 +782,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -757,6 +790,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -766,6 +800,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -773,11 +808,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -785,11 +822,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -799,11 +838,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -811,6 +852,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -818,6 +860,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -827,11 +870,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -839,11 +884,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -853,11 +900,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -865,11 +914,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -879,29 +930,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -936,8 +989,5 @@ Setting was ignored. --> Event 900 starts. ... write file : genericPL.root - done ... close file : genericPL.root - done -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/physicslists/genericPL/shared/History b/examples/extended/physicslists/genericPL/shared/History index 66eb8eb90e..a6c31ffa7a 100644 --- a/examples/extended/physicslists/genericPL/shared/History +++ b/examples/extended/physicslists/genericPL/shared/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example shared History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - physicslists/shared History file - -------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (physicslistsShared-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 15/1/18 G.Folger (physicslistsShared-V10-04-00) - Retag previously rejected tag. diff --git a/examples/extended/physicslists/shared/History b/examples/extended/physicslists/shared/History index e5e7cfa74d..292dcee081 100644 --- a/examples/extended/physicslists/shared/History +++ b/examples/extended/physicslists/shared/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example shared History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - physicslists/shared History file - -------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (physicslistsShared-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06/10/21 I. Hrivnacova (physicslistsShared-V10-07-01) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/polarisation/History b/examples/extended/polarisation/History index 9bddff2dcd..08f8e2ab4a 100644 --- a/examples/extended/polarisation/History +++ b/examples/extended/polarisation/History @@ -1,19 +1,16 @@ --------------------------------------------------- +# Example polarisation History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Polarisation Examples History file - ----------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exPolarisation-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 November 29th, 2021 I. Hrivnacova (exPolarisation-V10-07-01) - Removed obsolete references to AIDA analysis tools diff --git a/examples/extended/polarisation/Pol01/History b/examples/extended/polarisation/Pol01/History index 17c0692f6d..5b5bf0a54d 100644 --- a/examples/extended/polarisation/Pol01/History +++ b/examples/extended/polarisation/Pol01/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example Pol01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Pol01 History file - ------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (expol01-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (expol01-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/polarisation/Pol01/pol01.out b/examples/extended/polarisation/Pol01/pol01.out index a7aa7b04d2..9d3c88561f 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -61,6 +61,7 @@ theBox : (0,0,0.08) LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -78,7 +79,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -88,8 +89,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -145,17 +147,16 @@ msc: for e- SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -pol-eIoni: for e- XStype:1 SubType=2 +pol-eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PolarizedMollerBhabha : Emin= 0 eV Emax= 100 TeV pol-eBrem: for e- XStype:4 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - LPM flag: 1 for E > 100000 GeV, VertexHighEnergyTh(GeV)= 100000 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PolBrem : Emin= 0 eV Emax= 100 TeV ModifiedTsai @@ -164,10 +165,10 @@ msc: for e+ SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -pol-eIoni: for e+ XStype:1 SubType=2 +pol-eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PolarizedMollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -189,14 +190,14 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_Galactic Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Fe Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 6.28013 keV e- 235.652 keV e+ 229.148 keV proton 10 keV + Energy thresholds : gamma 6.28016 keV e- 235.659 keV e+ 229.136 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -214,31 +215,31 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=0.060000s Real=0.059328s Sys=0.000000s + User=0.060000s Real=0.078460s Sys=0.000000s The run consists of 10000 gamma of 10 MeV through 1.75 mm of G4_Fe (density: 7.874 g/cm3 ) Process calls frequency ---> - Transportation = 31086 - pol-conv = 215 - msc = 1720 - pol-eIoni = 680 - pol-eBrem = 328 - pol-annihil = 63 - pol-compt = 267 - pol-phot = 181 + Transportation = 31124 + pol-conv = 219 + msc = 1691 + pol-eIoni = 684 + pol-eBrem = 325 + pol-annihil = 66 + pol-compt = 280 + pol-phot = 176 Gamma: -Mean Number per Event :1.0049 -Mean Energy :9.6174 MeV +- 1.8107 MeV -Mean Polarization :-0.96796 +- 0.17566 +Mean Number per Event :1.0054 +Mean Energy :9.6029 MeV +- 1.8442 MeV +Mean Polarization :-0.96717 +- 0.17639 Electron: -Mean Number per Event :0.034 -Mean Energy :5.3002 MeV +- 2.4975 MeV -Mean Polarization :-0.73746 +- 0.277 +Mean Number per Event :0.0352 +Mean Energy :5.2585 MeV +- 2.4996 MeV +Mean Polarization :-0.73452 +- 0.28136 Positron: -Mean Number per Event :0.0154 -Mean Energy :3.8935 MeV +- 2.047 MeV -Mean Polarization :-0.53895 +- 0.34771 +Mean Number per Event :0.0156 +Mean Energy :4.0642 MeV +- 1.9962 MeV +Mean Polarization :-0.57169 +- 0.33581 ... write file : pol01.root - done ... close file : pol01.root - done ... delete empty file : pol01.root - done @@ -246,7 +247,7 @@ Mean Polarization :-0.53895 +- 0.34771 ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={955943411254245590, 72259121523786958, 1340945982774403612, 655683260130628283, 1698691160663485308, 977040384656083413, 1399676571507148751, 950792055637263529, 716153072720142876, 879188186308298042, 560924658810887561, 1590500326380121268, 1300733520291919387, 2237537514665408110, 1031802280473427018, 987927727888494743, 2009123632190529179} counter= 15sumtot= 918178794166722020 +N=17 V[N]={847175755666492636, 1425179808836154274, 1647568236133457718, 1084436876417971381, 166440695823598628, 1332950029560277730, 1392569583841259893, 1534215877070228699, 1030844911574454052, 17057310262608394, 1951505961711811416, 566340641376567458, 1168380125282625022, 345267671194425884, 25187549425416789, 310131633279191295, 1262900853831910112} counter= 11sumtot= 2273095466006287675 --------------------------------------- # G4 kernel has come to Quit state. diff --git a/examples/extended/radioactivedecay/Activation/Activation.out b/examples/extended/radioactivedecay/Activation/Activation.out index 134d6b34fc..d693e06373 100644 --- a/examples/extended/radioactivedecay/Activation/Activation.out +++ b/examples/extended/radioactivedecay/Activation/Activation.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -48,6 +48,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled Use general process 0 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 @@ -65,7 +66,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -75,8 +76,9 @@ Step function for light ions (0.1, 0.01 mm) Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 1 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -121,14 +123,14 @@ Screening factor 1 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 0 eV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_Co Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 0 eV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -153,35 +155,35 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.130000s Real=0.135548s Sys=0.000000s + User=0.130000s Real=0.133912s Sys=0.000000s The run is 1000 neutron of 25 meV through 1 cm of G4_Co (density: 8.9 g/cm3 ) Process calls frequency : - NoProcess= 1100 Radioactivation= 2839 Rayl= 91 - Transportation= 13702 annihil= 41 compt= 1512 - conv= 48 eIoni= 5112 hadElastic= 153 - ionIoni= 2047 msc= 518 nCapture= 947 - phot= 703 + NoProcess= 1086 Radioactivation= 2859 Rayl= 112 + Transportation= 13740 annihil= 43 compt= 1624 + conv= 44 eIoni= 5319 hadElastic= 133 + ionIoni= 2039 msc= 425 nCapture= 953 + phot= 678 List of generated particles (with meanLife != 0): - Co59: 153 Emean = 39.14 meV ( 3.4465 meV --> 135.02 meV) stable - Co60: 947 Emean = 222.42 eV ( 6.4167 eV --> 515.36 eV ) mean life = 7.6098 y - Ni60: 947 Emean = 15.907 eV ( 15.907 eV --> 15.907 eV ) stable - anti_nu_e: 947 Emean = 224.43 keV ( 28.816 keV --> 1.2975 MeV) stable - e+: 48 Emean = 1.5158 MeV ( 22.541 keV --> 4.1856 MeV) stable - e-: 3211 Emean = 308.54 keV ( 4.015 eV --> 7.0686 MeV) stable - gamma: 6054 Emean = 1.5703 MeV ( 13.015 eV --> 7.4914 MeV) stable + Co59: 133 Emean = 38.547 meV ( 1.361 meV --> 174.95 meV) stable + Co60: 953 Emean = 220.09 eV ( 1.6775 eV --> 521.51 eV ) mean life = 7.6098 y + Ni60: 953 Emean = 15.907 eV ( 15.907 eV --> 15.907 eV ) stable + anti_nu_e: 953 Emean = 224.61 keV ( 17.743 keV --> 316.97 keV) stable + e+: 44 Emean = 1.5304 MeV ( 21.541 keV --> 4.2878 MeV) stable + e-: 3300 Emean = 307.73 keV ( 4.0273 eV --> 5.7901 MeV) stable + gamma: 6049 Emean = 1.5821 MeV ( 13.027 eV --> 7.4329 MeV) stable - Mean energy deposit per event = 998.02 keV rms = 1.2067 MeV - Mean energy flow per event = 8.7628 MeV rms = 2.3909 MeV + Mean energy deposit per event = 1.0317 MeV rms = 1.2438 MeV + Mean energy flow per event = 8.7962 MeV rms = 2.3063 MeV List of particles emerging from the target : - anti_nu_e: 947 Emean = 224.43 keV ( 28.816 keV --> 1.2975 MeV) Eflow/event = 212.54 keV - e+: 7 Emean = 2.1025 MeV ( 657.95 keV --> 3.443 MeV) Eflow/event = 14.717 keV - e-: 37 Emean = 1.4968 MeV ( 108.34 keV --> 6.0215 MeV) Eflow/event = 55.383 keV - gamma: 5303 Emean = 1.5991 MeV ( 47.941 keV --> 7.4914 MeV) Eflow/event = 8.4802 MeV - neutron: 53 Emean = 26.693 meV ( 13.928 meV --> 39.669 meV) Eflow/event = 1.4147 meV + anti_nu_e: 953 Emean = 224.61 keV ( 17.743 keV --> 316.97 keV) Eflow/event = 214.05 keV + e+: 2 Emean = 2.7584 MeV ( 1.8677 MeV --> 3.6491 MeV) Eflow/event = 5.5168 keV + e-: 40 Emean = 1.2674 MeV ( 43.337 keV --> 4.4039 MeV) Eflow/event = 50.695 keV + gamma: 5327 Emean = 1.6005 MeV ( 56.688 keV --> 7.4329 MeV) Eflow/event = 8.526 MeV + neutron: 47 Emean = 26.277 meV ( 11.88 meV --> 46.757 meV) Eflow/event = 1.235 meV histo Id for populations : Co59 id = 26 @@ -191,7 +193,7 @@ Run Summary --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 964988765, 1448254200 + Current couple of seeds = 118304102, 24178735 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/radioactivedecay/Activation/History b/examples/extended/radioactivedecay/Activation/History index b9744b7593..2e952d62f8 100644 --- a/examples/extended/radioactivedecay/Activation/History +++ b/examples/extended/radioactivedecay/Activation/History @@ -1,17 +1,18 @@ +# Example Activation History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Activation History file - ----------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-04-03 mma (activation-V11-00-01) +- PhysicsList : SetThresholdOfHalfLife(1*nanosecond*log(2)) - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (activation-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 13-10-21 mma (activation-V10-07-11) - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger diff --git a/examples/extended/radioactivedecay/Activation/src/PhysicsList.cc b/examples/extended/radioactivedecay/Activation/src/PhysicsList.cc index 60a3f9e0ba..b9667ea0e3 100644 --- a/examples/extended/radioactivedecay/Activation/src/PhysicsList.cc +++ b/examples/extended/radioactivedecay/Activation/src/PhysicsList.cc @@ -34,6 +34,8 @@ #include "G4SystemOfUnits.hh" #include "G4UnitsTable.hh" +#include "G4NuclideTable.hh" + #include "HadronElasticPhysicsHP.hh" #include "G4HadronPhysicsFTFP_BERT_HP.hh" #include "G4HadronPhysicsQGSP_BIC_HP.hh" @@ -61,7 +63,12 @@ PhysicsList::PhysicsList() { G4int verb = 1; SetVerboseLevel(verb); - + + // mandatory for G4NuclideTable + // + const G4double meanLife = 1*nanosecond, halfLife = meanLife*std::log(2); + G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(halfLife); + // Hadron Elastic scattering RegisterPhysics( new HadronElasticPhysicsHP(verb) ); diff --git a/examples/extended/radioactivedecay/Activation/src/RadioactiveDecayPhysics.cc b/examples/extended/radioactivedecay/Activation/src/RadioactiveDecayPhysics.cc index d9736fdebe..60cd86c8ad 100644 --- a/examples/extended/radioactivedecay/Activation/src/RadioactiveDecayPhysics.cc +++ b/examples/extended/radioactivedecay/Activation/src/RadioactiveDecayPhysics.cc @@ -45,11 +45,6 @@ RadioactiveDecayPhysics::RadioactiveDecayPhysics(const G4String& name) : G4VPhysicsConstructor(name) { - // mandatory for G4NuclideTable - // - ///G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(0.1*picosecond); - ///G4NuclideTable::GetInstance()->SetLevelTolerance(1.0*eV); - // hadronic physics extra configuration // G4DeexPrecoParameters* deex = diff --git a/examples/extended/radioactivedecay/History b/examples/extended/radioactivedecay/History index 3ebdc5448b..80320314ef 100644 --- a/examples/extended/radioactivedecay/History +++ b/examples/extended/radioactivedecay/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example radioactivedecay History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exRadioactiveDecay-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 May 24, 2021, B. Morgan (exRadioactiveDecay-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 diff --git a/examples/extended/radioactivedecay/rdecay01/History b/examples/extended/radioactivedecay/rdecay01/History index f537690407..d7067e1407 100644 --- a/examples/extended/radioactivedecay/rdecay01/History +++ b/examples/extended/radioactivedecay/rdecay01/History @@ -1,18 +1,18 @@ ------------------------------------------------------ +# Example rdecay01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - rdecay01 History file - --------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2022-04-03 mma (rdecay01-V11-00-01) +- PhysicsList : SetThresholdOfHalfLife(1*picosecond*log(2)) - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (rdecay01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (rdecay01-V10-07-03) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/radioactivedecay/rdecay01/rdecay01.out b/examples/extended/radioactivedecay/rdecay01/rdecay01.out index facd33d790..d3e91d1dbf 100644 --- a/examples/extended/radioactivedecay/rdecay01/rdecay01.out +++ b/examples/extended/radioactivedecay/rdecay01/rdecay01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 0.14427 ps +min MeanLife (from G4NuclideTable) 1 ps +Max life time (from G4DeexPrecoParameters) 1 ps Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -44,7 +45,7 @@ Auger electron emission enabled 0 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== ========= Table of registered couples ============================ @@ -52,7 +53,7 @@ Threshold for very long decay time at rest 1e+27 ns Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -103,7 +104,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.002660s Sys=0.000000s + User=0.010000s Real=0.010993s Sys=0.010000s ======================== run summary ====================== The run was 1 Co60 of 0 eV @@ -138,7 +139,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -178,7 +179,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=1.060000s Real=1.107888s Sys=0.000000s + User=0.810000s Real=0.816016s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -213,7 +214,7 @@ Run Summary Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -253,7 +254,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=3.080000s Real=3.113603s Sys=0.010000s + User=1.960000s Real=1.989283s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -264,7 +265,7 @@ Run Summary Co60: 100000 Emean = 0 eV ( 0 eV --> 0 eV ) mean life = 7.61 y Ni60: 100000 Emean = 15.91 eV ( 15.91 eV --> 41.74 eV ) stable Ni60[1332.514]: 99999 Emean = 12.34 eV ( 347.1 meV --> 32.26 eV ) mean life = 1.06 ps - Ni60[2158.632]: 6 Emean = 1.079 eV ( 1.079 eV --> 1.079 eV ) mean life = 0.8512 ps + Ni60[2158.632]: 6 Emean = 1.079 eV ( 1.079 eV --> 1.079 eV ) Ni60[2505.753]: 99878 Emean = 1.476 eV ( 0.5675 meV --> 3.762 eV ) mean life = 4.761 ps anti_nu_e: 100000 Emean = 222.1 keV ( 3.749 keV --> 1.49 MeV) stable e-: 100028 Emean = 96.66 keV ( 3.218 eV --> 1.458 MeV) stable diff --git a/examples/extended/radioactivedecay/rdecay01/src/PhysicsList.cc b/examples/extended/radioactivedecay/rdecay01/src/PhysicsList.cc index d8b7aa1ef4..abf4cf1e43 100644 --- a/examples/extended/radioactivedecay/rdecay01/src/PhysicsList.cc +++ b/examples/extended/radioactivedecay/rdecay01/src/PhysicsList.cc @@ -49,7 +49,7 @@ PhysicsList::PhysicsList() { // mandatory for G4NuclideTable // - G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(0.1*picosecond); + G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(1*ps*std::log(2.)); G4NuclideTable::GetInstance()->SetLevelTolerance(1.0*eV); //read new PhotonEvaporation data set diff --git a/examples/extended/radioactivedecay/rdecay02/History b/examples/extended/radioactivedecay/rdecay02/History index 9e23fc296f..bd46fbbb26 100644 --- a/examples/extended/radioactivedecay/rdecay02/History +++ b/examples/extended/radioactivedecay/rdecay02/History @@ -1,19 +1,16 @@ +# Example rdecay02 History -------------------------------------------------------------------- +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= - rdecay02 History file - --------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (rdecay02-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 06-10-21 I. Hrivnacova (rdecay02-V10-07-04) - Migration to new G4AnalysisManager.hh header; diff --git a/examples/extended/radioactivedecay/rdecay02/rdecay02.out b/examples/extended/radioactivedecay/rdecay02/rdecay02.out index d2f081a295..ed0fb50171 100644 --- a/examples/extended/radioactivedecay/rdecay02/rdecay02.out +++ b/examples/extended/radioactivedecay/rdecay02/rdecay02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -76,7 +76,8 @@ Set file name: rdecay02 LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -93,7 +94,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -103,8 +104,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -190,7 +192,7 @@ eIoni: for e- XStype:1 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV -eBrem: for e- XStype:4 SubType=3 +eBrem: for e- XStype:3 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 @@ -218,7 +220,7 @@ eIoni: for e+ XStype:1 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV -eBrem: for e+ XStype:4 SubType=3 +eBrem: for e+ XStype:3 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 @@ -284,7 +286,8 @@ ionIoni: for GenericIon XStype:1 SubType=2 ====================================================================== ====== Radioactive Decay Physics Parameters ======= ====================================================================== -Max life time 0.14427 ps +min MeanLife (from G4NuclideTable) 0.14427 ps +Max life time (from G4DeexPrecoParameters) 0.14427 ps Internal e- conversion flag 1 Stored internal conversion coefficients 1 Enable correlated gamma emission 0 @@ -294,7 +297,7 @@ Auger electron emission enabled 1 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 -Threshold for very long decay time at rest 1e+27 ns +Threshold for very long decay time at rest 3.171e+10 y ====================================================================== msc: for alpha SubType= 10 @@ -417,8 +420,7 @@ muIoni: for mu+ XStype:1 SubType=2 StepFunction=(1, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -429,7 +431,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -450,8 +452,7 @@ muIoni: for mu- XStype:1 SubType=2 StepFunction=(1, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -462,7 +463,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -546,10 +547,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -557,10 +560,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -568,11 +573,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: Radioactivation --------------------------------------------------- @@ -582,11 +589,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -594,11 +603,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -607,10 +618,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_alpha @@ -619,10 +632,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -631,10 +646,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_lambda @@ -642,10 +659,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for anti_neutron @@ -654,10 +673,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_proton @@ -666,10 +687,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_triton @@ -678,10 +701,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for deuteron @@ -689,11 +714,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for gamma @@ -703,6 +730,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -710,11 +738,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -722,11 +752,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for lambda @@ -734,11 +766,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for neutron @@ -746,15 +780,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi+ @@ -762,11 +799,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -774,11 +813,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for proton @@ -786,11 +827,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -798,11 +841,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton @@ -810,29 +855,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 0.00014427 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 0.14427 ps Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 @@ -845,21 +892,21 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 0 eV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_CESIUM_IODIDE Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 0 eV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Germanium Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm - Energy thresholds : gamma 9.54993 GeV e- 9.54993 GeV e+ 9.54993 GeV proton 0 eV + Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -888,55 +935,55 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.900000s Real=0.908098s Sys=0.000000s + User=0.810000s Real=0.814558s Sys=0.000000s The run is 10000 Ne24 of 0 eV through : Target : Length = 1 cm Radius = 5 mm Material = G4_CESIUM_IODIDE Detector : Length = 5 cm Thickness = 2 cm Material = Germanium - Mean energy deposit in target, in time window = 811.05 keV rms = 423.55 keV - Mean energy deposit in detector, in time window = 17.535 keV rms = 105.98 keV + Mean energy deposit in target, in time window = 808.26 keV rms = 419.4 keV + Mean energy deposit in detector, in time window = 16.622 keV rms = 102.8 keV Process calls frequency in target : - NoProcess= 10000 Radioactivation= 50713 Rayl= 249 - Transportation= 50128 annihil= 155 compt= 4115 - conv= 165 eIoni= 25885 ionIoni= 39566 - msc= 3404 phot= 1559 + NoProcess= 10000 Radioactivation= 50718 Rayl= 265 + Transportation= 50118 annihil= 173 compt= 4165 + conv= 179 eIoni= 26004 ionIoni= 39488 + msc= 3797 phot= 1622 Process calls frequency in detector: - Rayl= 1235 Transportation= 45917 annihil= 368 - compt= 22361 conv= 363 eIoni= 27298 - msc= 5968 phot= 4270 + Rayl= 1698 Transportation= 45913 annihil= 344 + compt= 22125 conv= 345 eIoni= 26970 + msc= 6044 phot= 4187 List of generated particles in target: - Mg24: 10000 Emean = 42.576 eV ( 41.932 eV --> 909.16 eV ) - Mg24[1368.672]: 9990 Emean = 169.89 eV ( 85.066 eV --> 419.89 eV ) - Mg24[4122.889]: 9977 Emean = 39.456 eV ( 45.26 meV --> 74.652 eV ) - Mg24[5235.120]: 5 Emean = 3.5752 eV ( 566.67 meV --> 6.3863 eV ) - Na24: 9990 Emean = 4.9957 eV ( 4.9901 eV --> 15.742 eV ) - Na24[1346.621]: 745 Emean = 27.333 eV ( 81.88 meV --> 52.586 eV ) - Na24[472.207]: 9999 Emean = 69.232 eV ( 64.48 meV --> 134.33 eV ) - Na24[563.199]: 7 Emean = 13.735 eV ( 13.735 eV --> 13.735 eV ) - anti_nu_e: 20000 Emean = 981.3 keV ( 27.785 keV --> 5.1042 MeV) - e+: 165 Emean = 808.27 keV ( 1.7574 keV --> 1.6659 MeV) - e-: 25854 Emean = 636.61 keV ( 72.317 eV --> 3.457 MeV) - gamma: 31018 Emean = 1.5055 MeV ( 90.991 keV --> 3.8661 MeV) + Mg24: 10000 Emean = 42.112 eV ( 41.932 eV --> 663.49 eV ) + Mg24[1368.672]: 9995 Emean = 169.97 eV ( 45.911 eV --> 419.36 eV ) + Mg24[4122.889]: 9977 Emean = 38.876 eV ( 14.563 meV --> 74.608 eV ) + Mg24[5235.120]: 8 Emean = 3.8651 eV ( 1.4712 eV --> 5.4592 eV ) + Na24: 9995 Emean = 4.9955 eV ( 4.9901 eV --> 15.742 eV ) + Na24[1346.621]: 737 Emean = 26.789 eV ( 23.749 meV --> 52.248 eV ) + Na24[472.207]: 10000 Emean = 68.358 eV ( 154.07 meV --> 133.6 eV ) + Na24[563.199]: 6 Emean = 13.735 eV ( 13.735 eV --> 13.735 eV ) + anti_nu_e: 20000 Emean = 983.25 keV ( 30.292 keV --> 4.9555 MeV) + e+: 179 Emean = 821.85 keV ( 15.799 keV --> 1.6418 MeV) + e-: 25980 Emean = 637.15 keV ( 72.285 eV --> 4.7194 MeV) + gamma: 31057 Emean = 1.5046 MeV ( 90.991 keV --> 3.8661 MeV) List of generated particles in detector: - e+: 363 Emean = 836.48 keV ( 10.405 keV --> 1.6692 MeV) - e-: 26981 Emean = 378.47 keV ( 100.64 eV --> 2.743 MeV) - gamma: 734 Emean = 518.27 keV ( 384.68 keV --> 1.3099 MeV) + e+: 345 Emean = 792.28 keV ( 29.283 keV --> 1.6652 MeV) + e-: 26648 Emean = 382.16 keV ( 103.28 eV --> 2.7429 MeV) + gamma: 688 Emean = 516.61 keV ( 422.15 keV --> 1.5666 MeV) ... write file : rdecay02.root - done ... close file : rdecay02.root - done --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 774449033, 695641812 + Current couple of seeds = 1092971881, 1165025557 ---------------------------------------- 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.028 MB +Dynamic pools deleted: 12 / Total memory freed: 0.026 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/runAndEvent/History b/examples/extended/runAndEvent/History index 1bd462a4cb..d7cea1105d 100644 --- a/examples/extended/runAndEvent/History +++ b/examples/extended/runAndEvent/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example runAndEvent History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - examples/extended/runAndEvent History file - ------------------------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exRunAndEvent-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 Dec. 06th, 2021, I. Hrivnacova (exRunAndEvent-V10-07-01) - Added RE07 in Doxygen documentation diff --git a/examples/extended/runAndEvent/RE01/History b/examples/extended/runAndEvent/RE01/History index 9947ff0a44..9beb879f65 100644 --- a/examples/extended/runAndEvent/RE01/History +++ b/examples/extended/runAndEvent/RE01/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example RE01 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example RE01 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleRE01-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Oct. 29, 2020 M. Asai (exampleRE01-V10-06-00) - Migration to G4RunManagerFactory. diff --git a/examples/extended/runAndEvent/RE01/sample.out b/examples/extended/runAndEvent/RE01/sample.out index d9285e6c97..cbfb99b7ce 100644 --- a/examples/extended/runAndEvent/RE01/sample.out +++ b/examples/extended/runAndEvent/RE01/sample.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,6 +38,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -88,7 +92,8 @@ I'm World. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -105,7 +110,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -115,8 +120,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -179,10 +185,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -207,10 +213,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -237,10 +243,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -269,10 +275,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -283,10 +289,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -296,10 +302,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -328,10 +334,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -360,10 +366,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -392,14 +398,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -410,7 +415,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -425,14 +430,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -443,7 +447,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -458,10 +462,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -490,10 +494,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -527,16 +531,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -546,11 +553,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -558,11 +567,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -571,6 +582,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -578,11 +590,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -590,11 +604,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -603,10 +619,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -617,10 +635,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -631,10 +651,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -644,11 +666,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -659,10 +683,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -673,10 +699,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -687,10 +715,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -700,11 +730,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -712,6 +744,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -719,6 +752,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -728,6 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -735,12 +770,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -748,12 +785,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -763,12 +802,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -776,6 +817,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -783,6 +825,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -792,12 +835,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -805,12 +850,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -820,12 +867,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -833,12 +882,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -848,29 +899,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -883,5212 +936,4069 @@ See commands in /vis/modeling/trajectories/ for other options. Tracks in tracking region have been processed. -- Stage 0 over. -Source track ID 9730 (gamma,45.179040388231[GeV]) at (140.69460110572,479.79686245296,-280.91975696235) +Source track ID 6929 (gamma,0.030885516027427[GeV]) at (140.51081685847,479.85071672945,-280.91521444109) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 41.421903495877 [GeV] -Cell[8,10] 2.5727925255869 [GeV] -Cell[7,9] 0.4275234766747 [GeV] -Cell[8,8] 0.16687337502483 [GeV] -Cell[7,10] 0.17921969178063 [GeV] -Cell[8,11] 0.061857085213314 [GeV] -Cell[15,3] 0.0005017727827282 [GeV] -Cell[13,42] 0.0021263610542828 [GeV] -Cell[9,9] 0.018596662840115 [GeV] -Cell[7,8] 0.037305288044654 [GeV] -Cell[7,7] 0.010540897251471 [GeV] -Cell[9,10] 0.0082378119094233 [GeV] -Cell[10,35] 0.00074701898071198 [GeV] -Cell[10,34] 0.0054456813019967 [GeV] -Cell[7,12] 0.012302571196667 [GeV] -Cell[3,21] 0.00030359431897897 [GeV] -Cell[4,28] 0.00076197485042676 [GeV] -Cell[2,32] 0.0013847539778045 [GeV] -Cell[3,32] 0.00025975782573212 [GeV] -Cell[8,13] 0.0063330963729767 [GeV] -Cell[7,11] 0.024588774612137 [GeV] -Cell[10,7] 0.00045435172876471 [GeV] -Cell[9,5] 0.00034330607959036 [GeV] -Cell[9,33] 0.00084778890306064 [GeV] -Cell[7,3] 0.00031572216258531 [GeV] -Cell[9,17] 0.00016129919430089 [GeV] -Cell[9,27] 0.0070571692695149 [GeV] -Cell[2,31] 0.00022595727537648 [GeV] -Cell[0,23] 4.1062742808234e-05 [GeV] -Cell[3,25] 0.0014528810840183 [GeV] -Cell[8,7] 0.0055871684945991 [GeV] -Cell[9,8] 0.00030953093853208 [GeV] -Cell[9,11] 0.0077686338629357 [GeV] -Cell[10,30] 0.0012428102061157 [GeV] -Cell[7,46] 0.00057545208090755 [GeV] -Cell[8,12] 0.0080646577458216 [GeV] -Cell[17,46] 0.00014069366406864 [GeV] -Cell[17,45] 4.4802869520026e-06 [GeV] -Cell[18,45] 2.5141337118839e-09 [GeV] -Cell[6,29] 4.2388736619614e-07 [GeV] -Cell[9,12] 1.3925024177297e-08 [GeV] -Cell[10,29] 1.8623571220814e-05 [GeV] -Cell[10,24] 2.479391725501e-06 [GeV] -Cell[13,16] 7.7684651478194e-07 [GeV] -Cell[16,34] 1.2856719549745e-06 [GeV] -Cell[12,19] 6.610403186437e-05 [GeV] -Cell[12,18] 6.766602746211e-08 [GeV] -Cell[19,35] 6.4755300887782e-06 [GeV] -Cell[19,36] 8.2795838807215e-10 [GeV] -Cell[11,35] 0.00095285473643424 [GeV] -Cell[8,42] 0.001445054777516 [GeV] -Cell[3,33] 0.00051099891 [GeV] -Cell[6,44] 0.00046647394157777 [GeV] -Cell[1,40] 0.00068365208293103 [GeV] -Cell[7,35] 0.00040390918401238 [GeV] -Cell[7,36] 4.1694767199147e-05 [GeV] -Cell[8,36] 0.00011983858431199 [GeV] -Cell[6,27] 2.5272277998738e-06 [GeV] -Cell[4,0] 2.5482429482508e-06 [GeV] -Cell[7,6] 0.00051262632250824 [GeV] -Cell[7,37] 0.00067927687476902 [GeV] -Cell[5,40] 0.0014792742438054 [GeV] -Cell[8,28] 0.0012039669626369 [GeV] -Cell[9,37] 0.0020397689738595 [GeV] -Cell[7,26] 0.0018019012420939 [GeV] -Cell[8,25] 0.0030852815208593 [GeV] -Cell[8,24] 0.0021081526247495 [GeV] -Cell[7,13] 0.0014170127911938 [GeV] -Cell[4,30] 0.00057706828121413 [GeV] -Cell[10,37] 0.0072488867719732 [GeV] -Cell[9,6] 0.0018551260900328 [GeV] -Cell[9,7] 0.0001356832336949 [GeV] -Cell[8,14] 0.0019367167373504 [GeV] -Cell[5,34] 0.0034728282925663 [GeV] -Cell[6,35] 0.0010857468921503 [GeV] -Cell[6,37] 6.6636685223784e-06 [GeV] -Cell[6,34] 5.3676313764413e-05 [GeV] -Cell[6,36] 3.708651308898e-08 [GeV] -Cell[9,1] 0.0007585014539789 [GeV] -### Total energy deposition in calorimeter by a source track in 79 cells : 45.030382635895 (GeV) +Cell[8,9] 0.028346597920424 [GeV] +Cell[8,10] 0.0025389181070027 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.030885516027427 (GeV) -Source track ID 9649 (e+,28.39529476088[GeV]) at (140.86137791152,479.74792569939,-280.9244388085) +Source track ID 6930 (gamma,2.8411235736282[GeV]) at (140.50786358846,479.85158150183,-280.91076317949) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 26.015989426603 [GeV] -Cell[8,10] 1.6987013982146 [GeV] -Cell[7,9] 0.21500986969168 [GeV] -Cell[8,8] 0.10900744007055 [GeV] -Cell[7,10] 0.10562154062227 [GeV] -Cell[8,11] 0.018872156053589 [GeV] -Cell[9,9] 0.0052057111755731 [GeV] -Cell[7,8] 0.030379443813847 [GeV] -Cell[7,7] 0.0058281608069713 [GeV] -Cell[9,10] 0.0014013811317445 [GeV] -Cell[10,34] 0.0003042695702001 [GeV] -Cell[7,12] 0.0062968704603393 [GeV] -Cell[7,11] 0.025175129301485 [GeV] -Cell[9,33] 0.0018663083106398 [GeV] -Cell[8,7] 0.002725831522634 [GeV] -Cell[9,8] 0.0072397082715752 [GeV] -Cell[9,11] 0.0015409162770788 [GeV] -Cell[7,46] 0.00034510259934593 [GeV] -Cell[8,12] 0.00064364163640868 [GeV] -Cell[9,12] 8.4856226167176e-06 [GeV] -Cell[7,6] 0.0002006540676152 [GeV] -Cell[7,37] 0.00045751831089466 [GeV] -Cell[5,40] 0.00081554741645344 [GeV] -Cell[8,25] 0.00036523749459587 [GeV] -Cell[9,7] 0.0011798265081425 [GeV] -Cell[9,31] 3.7328679782945e-05 [GeV] -Cell[9,32] 3.1113281147555e-06 [GeV] -Cell[10,31] 0.00016949260473712 [GeV] -Cell[10,32] 3.5261613332523e-05 [GeV] -Cell[7,34] 0.00036065954370371 [GeV] -Cell[5,29] 3.5898629401345e-05 [GeV] -Cell[4,29] 2.5947148329578e-05 [GeV] -Cell[7,23] 0.0018603063929552 [GeV] -Cell[7,22] 0.00022414774135484 [GeV] -Cell[8,22] 5.9359081205912e-10 [GeV] -Cell[12,3] 0.00017845279234904 [GeV] -Cell[6,41] 0.0005461511401993 [GeV] -Cell[6,42] 0.0019191527635363 [GeV] -Cell[4,27] 0.00071489950766091 [GeV] -Cell[6,25] 1.9519176072208e-05 [GeV] -Cell[5,43] 8.0783459125087e-06 [GeV] -Cell[8,3] 2.3681198450504e-05 [GeV] -Cell[11,27] 0.0006437947936555 [GeV] -Cell[11,28] 1.6033300198615e-10 [GeV] -Cell[9,2] 0.00047434891698864 [GeV] -Cell[7,30] 0.0010382533413781 [GeV] -Cell[6,46] 0.0049339718594928 [GeV] -Cell[1,47] 0.0012161004279464 [GeV] -Cell[8,37] 0.0014977576145017 [GeV] -Cell[9,39] 0.000922607952512 [GeV] -Cell[8,46] 0.012566181235296 [GeV] -Cell[4,14] 0.00024335541644746 [GeV] -Cell[6,8] 0.0035268634292562 [GeV] -Cell[6,14] 0.0010746376878383 [GeV] -Cell[5,33] 0.0003700427954611 [GeV] -Cell[9,18] 0.00019978154147454 [GeV] -Cell[8,6] 0.00051099891 [GeV] -Cell[9,30] 0.00016837183740603 [GeV] -Cell[8,2] 0.00020723451998212 [GeV] -Cell[5,24] 0.00069475356219266 [GeV] -Cell[8,47] 0.0014726912654958 [GeV] -Cell[8,0] 0.00020472693859148 [GeV] -Cell[4,39] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 63 cells : 28.293821137869 (GeV) +Cell[8,9] 2.60939959535 [GeV] +Cell[8,10] 0.18990346364799 [GeV] +Cell[7,9] 0.0037520212478771 [GeV] +Cell[8,11] 0.0037898722064207 [GeV] +Cell[9,35] 0.0018343585813301 [GeV] +Cell[7,11] 0.0077724618905832 [GeV] +Cell[7,8] 0.0020001758642965 [GeV] +Cell[7,12] 0.0011556261621736 [GeV] +Cell[8,12] 0.00051099891 [GeV] +Cell[16,26] 0.0014346915191491 [GeV] +Cell[8,8] 0.0036482413787346 [GeV] +Cell[9,43] 0.00014683173355803 [GeV] +Cell[2,35] 0.00051099891 [GeV] +Cell[10,5] 0.00051099891 [GeV] +Cell[3,24] 0.00095475153510186 [GeV] +Cell[7,41] 0.0014451487642845 [GeV] +Cell[7,10] 0.0024062303560271 [GeV] +Cell[9,10] 0.000152586121938 [GeV] +Cell[12,44] 0.0014361481603479 [GeV] +Cell[14,23] 0.0009552474928615 [GeV] +Cell[4,43] 0.00051099891 [GeV] +Cell[4,22] 0.0025336251408539 [GeV] +Cell[7,18] 0.0003568531173456 [GeV] +Cell[9,9] 0.0015664616245347 [GeV] +Cell[8,28] 0.0003105899911061 [GeV] +Cell[13,28] 0.00044504944496067 [GeV] +### Total energy deposition in calorimeter by a source track in 26 cells : 2.8394440269715 (GeV) -Source track ID 9612 (mu+,97.449346142534[GeV]) at (421.36413827121,269.16958033731,1659.0783939844) +Source track ID 6932 (gamma,0.043873509677309[GeV]) at (140.64024007781,479.81279981974,-280.92389386282) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[18,4] 0.18289304878878 [GeV] -Cell[19,4] 0.39968220683172 [GeV] -Cell[19,3] 0.0010433269259111 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.58361858254641 (GeV) +Cell[8,9] 0.041674648124537 [GeV] +Cell[8,10] 0.0011768637327719 [GeV] +Cell[8,8] 0.00051099891 [GeV] +Cell[5,39] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.043873509677309 (GeV) -Source track ID 9613 (mu-,49.153641397781[GeV]) at (-250.02975198447,-432.9955232131,234.29592758672) +Source track ID 6934 (gamma,0.020865333671816[GeV]) at (140.78115041425,479.77147444178,-280.92494843236) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[11,31] 0.02777940601942 [GeV] -Cell[11,32] 0.37640009302991 [GeV] -Cell[12,32] 0.70585006298987 [GeV] -Cell[13,32] 0.52894367155006 [GeV] -Cell[14,32] 0.62201126346258 [GeV] -Cell[15,32] 0.45902710696865 [GeV] -Cell[16,32] 0.5000063726803 [GeV] -Cell[17,32] 0.045395414032735 [GeV] -Cell[16,31] 0.0015985156234476 [GeV] -Cell[17,31] 0.0021164857160521 [GeV] -Cell[15,31] 0.0013599334137101 [GeV] -Cell[14,31] 0.029228112997214 [GeV] -Cell[13,31] 0.014845844181158 [GeV] -Cell[12,31] 0.08021824210299 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 3.3947805247681 (GeV) +Cell[8,9] 0.015703902718779 [GeV] +Cell[9,10] 0.00025495108728558 [GeV] +Cell[5,35] 0.0046504320430368 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.020609285849101 (GeV) -Source track ID 9608 (gamma,0.18586941759822[GeV]) at (-308.57130136383,-393.42566257761,1178.6007617852) +Source track ID 6935 (gamma,0.056359844846821[GeV]) at (140.78211986997,479.77118996967,-280.92617710645) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[8,9] 0.056359844846821 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.056359844846821 (GeV) + +Source track ID 6936 (gamma,0.041875182421676[GeV]) at (140.78258602999,479.77105318131,-280.92843638087) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[8,9] 0.034436620973415 [GeV] +Cell[8,10] 0.001480947388639 [GeV] +Cell[7,9] 0.00045054578323428 [GeV] +Cell[7,10] 0.0011718092949092 [GeV] +Cell[9,26] 0.0038637689616117 [GeV] +Cell[9,25] 0.00047149001986631 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.041875182421676 (GeV) + +Source track ID 6852 (e+,70.53936430519[GeV]) at (140.79841383692,479.76640843332,-280.92958631649) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[8,9] 64.094131913561 [GeV] +Cell[8,10] 4.5526746136778 [GeV] +Cell[7,9] 0.7048180089017 [GeV] +Cell[8,11] 0.10812775113372 [GeV] +Cell[7,11] 0.034170806921574 [GeV] +Cell[7,8] 0.05105253702282 [GeV] +Cell[7,12] 0.0014738456715149 [GeV] +Cell[8,12] 0.0095756836562667 [GeV] +Cell[8,8] 0.35148277647202 [GeV] +Cell[9,43] 1.2621746282093e-06 [GeV] +Cell[7,10] 0.24808506274362 [GeV] +Cell[9,10] 0.0089225065746418 [GeV] +Cell[4,43] 0.001421685024799 [GeV] +Cell[4,22] 0.007444046067153 [GeV] +Cell[9,9] 0.019801030250864 [GeV] +Cell[8,28] 0.0002843679955975 [GeV] +Cell[7,5] 0.0054878456585725 [GeV] +Cell[7,7] 0.0052770681560403 [GeV] +Cell[8,7] 0.015352665745535 [GeV] +Cell[9,7] 0.0009037652364031 [GeV] +Cell[8,13] 0.0014069318033045 [GeV] +Cell[4,35] 0.004025536873087 [GeV] +Cell[11,36] 0.0022964881888035 [GeV] +Cell[9,8] 0.003521959183083 [GeV] +Cell[7,6] 0.010297294833661 [GeV] +Cell[11,39] 0.0022408999346688 [GeV] +Cell[3,14] 0.0002710695708537 [GeV] +Cell[4,46] 0.0008987944886265 [GeV] +Cell[5,38] 3.0207917256121e-05 [GeV] +Cell[5,37] 0.00041313207246321 [GeV] +Cell[6,10] 0.00071917755361665 [GeV] +Cell[6,11] 0.0012879255382534 [GeV] +Cell[5,19] 0.00095030581651323 [GeV] +Cell[9,42] 0.0005778322238593 [GeV] +Cell[9,12] 0.00031141653330109 [GeV] +Cell[9,13] 3.4605399323937e-05 [GeV] +Cell[6,9] 0.00044184352585709 [GeV] +Cell[6,8] 0.0015476338482063 [GeV] +Cell[9,11] 0.0057741027767572 [GeV] +Cell[6,15] 0.0029099171035976 [GeV] +Cell[6,5] 0.0024500986093644 [GeV] +Cell[6,25] 0.0018437073889463 [GeV] +Cell[6,46] 0.0034750723453337 [GeV] +Cell[9,2] 0.00080854139684946 [GeV] +Cell[9,1] 0.00017231692936173 [GeV] +Cell[8,1] 0.00012187685951437 [GeV] +Cell[5,34] 0.0010177909230917 [GeV] +Cell[6,7] 0.001109283472566 [GeV] +Cell[6,6] 0.00041044932672718 [GeV] +Cell[8,27] 0.0015623118072942 [GeV] +Cell[10,9] 0.00045938754163761 [GeV] +Cell[6,27] 0.002051158792818 [GeV] +Cell[4,27] 0.0032616516788746 [GeV] +Cell[5,26] 0.00015109109303286 [GeV] +Cell[8,14] 0.00017905525338514 [GeV] +Cell[6,34] 0.00051099891 [GeV] +Cell[7,13] 0.0030132329445757 [GeV] +Cell[7,42] 0.0012942124071736 [GeV] +Cell[3,39] 0.00010192172461172 [GeV] +Cell[8,6] 0.0035976980817294 [GeV] +Cell[6,33] 0.0042684825424151 [GeV] +Cell[6,38] 0.0026038102295122 [GeV] +Cell[5,28] 0.00071501133543813 [GeV] +Cell[8,4] 0.0012181374313789 [GeV] +Cell[7,37] 0.00060097413471752 [GeV] +Cell[7,32] 0.00069580987288703 [GeV] +Cell[8,33] 0.00048012842511477 [GeV] +Cell[8,32] 2.410444129282e-05 [GeV] +Cell[9,30] 0.00030871603348734 [GeV] +Cell[9,46] 0.00086442338400572 [GeV] +Cell[13,29] 0.00084426424468325 [GeV] +Cell[13,27] 0.00010761588768983 [GeV] +Cell[11,32] 0.0028956383838227 [GeV] +Cell[4,38] 0.0032885871182966 [GeV] +Cell[9,38] 0.000937719315196 [GeV] +Cell[3,25] 0.00019181486391833 [GeV] +Cell[4,28] 0.0022806866588327 [GeV] +Cell[9,6] 0.0013925563702705 [GeV] +Cell[9,29] 0.0015076647514735 [GeV] +Cell[5,22] 0.0003722146779544 [GeV] +Cell[6,17] 0.00091927918842283 [GeV] +Cell[9,23] 8.798047201708e-07 [GeV] +Cell[8,47] 4.0793169324616e-06 [GeV] +Cell[8,0] 1.6420962588654e-05 [GeV] +Cell[9,22] 0.00037361282508709 [GeV] +Cell[6,41] 0.00069285204616483 [GeV] +Cell[11,19] 0.00013223061026038 [GeV] +Cell[11,37] 0.00096397182480004 [GeV] +Cell[13,34] 0.0013207831236522 [GeV] +Cell[8,15] 0.00023481039226818 [GeV] +Cell[8,30] 0.0027045632741952 [GeV] +Cell[8,34] 0.003344743290271 [GeV] +Cell[11,42] 0.00487858678392 [GeV] +Cell[9,20] 0.0038076817650299 [GeV] +Cell[4,33] 0.0010294682266483 [GeV] +Cell[9,39] 0.0028566124214054 [GeV] +Cell[11,14] 0.00045650876017305 [GeV] +Cell[9,16] 1.6649211721642e-06 [GeV] +Cell[10,34] 0.0032655671463951 [GeV] +Cell[8,35] 0.00081736658355549 [GeV] +Cell[7,36] 0.00055056827487985 [GeV] +Cell[5,30] 0.0016355085436543 [GeV] +Cell[10,45] 0.00031131559993812 [GeV] +Cell[2,1] 0.0031686880430618 [GeV] +Cell[2,15] 0.00051099891 [GeV] +Cell[8,29] 0.0038002609125332 [GeV] +Cell[12,38] 0.00045677860715557 [GeV] +Cell[13,38] 5.4834735010445e-09 [GeV] +Cell[13,37] 7.1237364863919e-08 [GeV] +Cell[12,37] 1.1379597708583e-11 [GeV] +Cell[0,43] 0.00069019182306086 [GeV] +Cell[5,31] 0.0010154859643929 [GeV] +Cell[10,42] 0.00027392742644446 [GeV] +Cell[7,33] 0.0013943100554261 [GeV] +Cell[8,31] 1.0347771865781e-05 [GeV] +Cell[14,19] 2.21907676314e-05 [GeV] +Cell[14,18] 0.00031351973742517 [GeV] +Cell[10,40] 2.1121226961895e-07 [GeV] +Cell[5,40] 0.0017514552038204 [GeV] +Cell[6,36] 0.0049494538838308 [GeV] +Cell[14,32] 0.00085199406338245 [GeV] +Cell[9,0] 0.0047263151319862 [GeV] +Cell[11,41] 0.0011754678728774 [GeV] +Cell[16,28] 0.00033783888178819 [GeV] +Cell[16,24] 0.00038815816319629 [GeV] +Cell[14,29] 0.00033125647841753 [GeV] +Cell[8,3] 0.00053792515081939 [GeV] +Cell[9,47] 0.0013159601500967 [GeV] +Cell[7,40] 0.0021817243282817 [GeV] +### Total energy deposition in calorimeter by a source track in 129 cells : 70.374160148379 (GeV) + +Source track ID 6833 (mu+,97.449421031543[GeV]) at (421.37471020102,269.15303008328,1659.1351101648) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[18,4] 0.18615389832163 [GeV] +Cell[19,4] 0.2496751723648 [GeV] +Cell[19,40] 0.0007719774915227 [GeV] +Cell[19,3] 0.0013079420939883 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.43790899027194 (GeV) + +Source track ID 6834 (mu-,49.169428090914[GeV]) at (-250.06536824011,-432.9749549419,234.31991969944) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[11,32] 0.44300745314122 [GeV] +Cell[14,32] 0.4659930679762 [GeV] +Cell[11,31] 0.041468901370186 [GeV] +Cell[12,32] 0.5722836187432 [GeV] +Cell[13,32] 0.52503040086584 [GeV] +Cell[15,32] 0.52906538482358 [GeV] +Cell[16,32] 1.1199671138923 [GeV] +Cell[17,32] 0.0054820895833553 [GeV] +Cell[16,31] 0.035672432719205 [GeV] +Cell[17,31] 0.0097340626380794 [GeV] +Cell[15,31] 0.0021315248807415 [GeV] +Cell[14,31] 0.0014146578885818 [GeV] +Cell[13,31] 0.0017999420415023 [GeV] +Cell[12,31] 0.029458729205808 [GeV] +Cell[12,33] 0.0005336870816746 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 3.7830430668515 (GeV) + +Source track ID 6829 (gamma,0.18586941759822[GeV]) at (-308.57132322255,-393.4256454334,1178.6007211236) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[16,31] 0.0053660092410913 [GeV] -Cell[15,31] 0.00048411412173766 [GeV] -Cell[15,30] 0.091517383893672 [GeV] -Cell[17,4] 0.00051099891 [GeV] -Cell[16,30] 0.065761579490797 [GeV] -Cell[17,10] 0.00051099891 [GeV] -Cell[19,18] 0.00051099891 [GeV] -Cell[10,1] 0.00082273546891904 [GeV] -Cell[11,15] 0.00076082544160728 [GeV] -Cell[16,17] 0.00046824561851301 [GeV] -Cell[11,16] 0.014115592100677 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.18082948210701 (GeV) +Cell[8,47] 0.00051099891 [GeV] +Cell[16,31] 0.00051099891 [GeV] +Cell[15,30] 0.12103766340066 [GeV] +Cell[18,19] 0.00025194008495175 [GeV] +Cell[16,30] 0.05849143075827 [GeV] +Cell[18,42] 0.00050106162462069 [GeV] +Cell[15,22] 0.00059312881439764 [GeV] +Cell[14,20] 0.00051099891 [GeV] +Cell[14,46] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.1829192203229 (GeV) -Source track ID 9609 (gamma,0.79108390679382[GeV]) at (-463.39575481511,-187.78811043123,658.34953086634) +Source track ID 6830 (gamma,0.79108390679382[GeV]) at (-463.3957532322,-187.78811433732,658.34954115999) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[13,26] 0.5573863430999 [GeV] -Cell[13,27] 0.20290953120317 [GeV] -Cell[15,39] 0.0030904834225364 [GeV] -Cell[14,27] 0.021108854317103 [GeV] -Cell[14,26] 0.0025807343526984 [GeV] -Cell[14,28] 0.0013828985111477 [GeV] -Cell[13,28] 0.00093573645922673 [GeV] -Cell[13,39] 0.0016893254280413 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.79108390679382 (GeV) +Cell[13,28] 0.0010558896776426 [GeV] +Cell[13,27] 0.14203569984893 [GeV] +Cell[13,26] 0.60139733743321 [GeV] +Cell[14,27] 0.015381040134845 [GeV] +Cell[14,26] 0.003574198728241 [GeV] +Cell[7,46] 0.001849238051437 [GeV] +Cell[14,28] 0.00057638262768277 [GeV] +Cell[14,8] 0.0051184836914925 [GeV] +Cell[11,43] 0.0014450309922609 [GeV] +Cell[13,25] 0.00054928130870737 [GeV] +Cell[14,10] 0.0017671762255417 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.77474975871999 (GeV) -Source track ID 9267 (gamma,0.68389327451526[GeV]) at (-406.71457672964,-290.83200146412,428.61116146096) +Source track ID 6761 (e-,0.00066556597678759[GeV]) at (-460.8787724097,193.88335963184,1802.5294885352) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,28] 0.0014619191152144 [GeV] -Cell[12,28] 0.63320852342722 [GeV] -Cell[12,29] 0.041035091598677 [GeV] -Cell[11,1] 0.00043541635847815 [GeV] -Cell[11,30] 0.0032520075448577 [GeV] -Cell[11,29] 0.0010324543400056 [GeV] -Cell[12,30] 0.0011850909517792 [GeV] -Cell[12,26] 0.00056700532099513 [GeV] -Cell[12,27] 0.0015855675340425 [GeV] -Cell[13,29] 0.00013019832398903 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.68389327451526 (GeV) +Cell[19,20] 2.4406076353483e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 2.4406076353483e-05 (GeV) -Source track ID 9268 (gamma,0.23519569097121[GeV]) at (-263.70586525621,-424.8049159667,329.32742007893) +Source track ID 6605 (gamma,2.1674962356047e-05[GeV]) at (-193.17208953511,461.17734530725,1520.7576388064) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,31] 0.20957758314516 [GeV] -Cell[11,32] 0.004082791597259 [GeV] -Cell[12,32] 0.0019002678685475 [GeV] -Cell[12,31] 0.010313240777108 [GeV] -Cell[11,30] 0.00027702166050425 [GeV] -Cell[12,30] 0.0026329392419079 [GeV] -Cell[9,23] 0.00024634727135025 [GeV] -Cell[11,33] 0.0014236634535075 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.23045385501535 (GeV) +Cell[17,15] 2.1674962356047e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 2.1674962356047e-05 (GeV) -Source track ID 9168 (proton,1.6957989164058[GeV]) at (-499.97768646166,4.7236681137791,255.09515336902) +Source track ID 6619 (e-,0.0006073008440656[GeV]) at (152.68931650542,-476.11550344964,1448.0428912463) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[12,19] 9.9543387932499e-10 [GeV] -Cell[9,31] 2.735226012669e-05 [GeV] -Cell[9,30] 1.9790604710579e-12 [GeV] -Cell[12,26] 0.00055425900170383 [GeV] -Cell[12,27] 0.00052083435838608 [GeV] -Cell[11,23] 0.39317982454155 [GeV] -Cell[11,22] 0.011175253214448 [GeV] -Cell[12,23] 0.0059720438019803 [GeV] -Cell[12,22] 0.093144064435419 [GeV] -Cell[12,21] 0.0020470669977487 [GeV] -Cell[13,20] 0.02605045027506 [GeV] -Cell[11,24] 0.017744095237157 [GeV] -Cell[11,2] 5.5172191932797e-06 [GeV] -Cell[11,3] 0.00042317824100576 [GeV] -Cell[10,19] 1.5837793733226e-05 [GeV] -Cell[10,18] 0.00013125460137564 [GeV] -Cell[11,18] 2.3164872185703e-05 [GeV] -Cell[11,17] 5.8051335941059e-05 [GeV] -Cell[11,19] 0.0012592624317019 [GeV] -Cell[10,5] 4.4759493903257e-07 [GeV] -Cell[11,4] 0.00036444595034413 [GeV] -Cell[12,24] 0.0019850178900828 [GeV] -Cell[11,21] 0.00072381245590509 [GeV] -Cell[12,20] 0.0012340220184745 [GeV] -Cell[11,20] 0.012983454274772 [GeV] -Cell[10,22] 0.00092423600272548 [GeV] -Cell[13,21] 0.040654111180298 [GeV] -Cell[14,21] 0.00026211298381531 [GeV] -Cell[14,20] 0.0019355941556033 [GeV] -Cell[13,23] 1.964664301795e-06 [GeV] -Cell[10,20] 1.3518951513106e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 31 cells : 0.6134142497389 (GeV) +Cell[17,38] 9.6301934065603e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 9.6301934065603e-05 (GeV) -Source track ID 9169 (anti_proton,1.0368720024809[GeV]) at (-277.60403191234,-415.85574598172,-326.19079810582) +Source track ID 6466 (gamma,0.68389327451526[GeV]) at (-406.71458022911,-290.83199657028,428.6111635388) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[8,8] 0.00038662977549616 [GeV] -Cell[10,35] 0.00054348243066909 [GeV] -Cell[3,21] 0.00013270549794629 [GeV] -Cell[9,33] 0.0032433033307373 [GeV] -Cell[7,3] 0.041573176952952 [GeV] -Cell[9,27] 0.00018421091828521 [GeV] -Cell[10,30] 1.5442303207237e-05 [GeV] -Cell[10,29] 0.016866195623916 [GeV] -Cell[12,19] 0.00044363996724428 [GeV] -Cell[7,35] 3.8943873050812e-09 [GeV] -Cell[7,36] 2.6337511371821e-09 [GeV] -Cell[8,36] 1.0131892369827e-05 [GeV] -Cell[7,26] 3.1091127311811e-08 [GeV] -Cell[8,25] 0.0017751545634083 [GeV] -Cell[8,24] 4.9444615055108e-05 [GeV] -Cell[7,13] 0.00054864067848642 [GeV] -Cell[10,37] 0.00031618553352496 [GeV] -Cell[9,31] 0.0035104352576133 [GeV] -Cell[9,32] 0.0013449588409283 [GeV] -Cell[10,31] 0.002147680764672 [GeV] -Cell[7,34] 0.0008204883914666 [GeV] -Cell[12,3] 2.9699666989814e-05 [GeV] -Cell[11,27] 0.000272802737696 [GeV] -Cell[11,28] 0.010880856025884 [GeV] -Cell[7,30] 1.3469609667936e-05 [GeV] -Cell[9,18] 0.0045067361771707 [GeV] -Cell[8,6] 0.0026809120699697 [GeV] -Cell[9,30] 0.00037447213183566 [GeV] -Cell[11,31] 9.5924652659697e-05 [GeV] -Cell[12,28] 4.6593542265327e-08 [GeV] -Cell[11,30] 0.0018646549608411 [GeV] -Cell[11,29] 0.19489508296281 [GeV] -Cell[12,22] 0.0011251013125394 [GeV] -Cell[12,21] 9.5086289269261e-05 [GeV] -Cell[11,2] 4.9025301258325e-06 [GeV] -Cell[11,3] 0.00075120221587281 [GeV] -Cell[10,19] 1.0363235196564e-05 [GeV] -Cell[11,19] 0.0010094851945663 [GeV] -Cell[12,24] 9.714505969457e-05 [GeV] -Cell[11,20] 0.00065080359206638 [GeV] -Cell[10,20] 2.7611048765266e-06 [GeV] -Cell[8,31] 0.62296096975615 [GeV] -Cell[8,32] 0.13890984271237 [GeV] -Cell[8,30] 0.020814044359522 [GeV] -Cell[7,31] 0.0030317771664879 [GeV] -Cell[8,34] 0.001112713281809 [GeV] -Cell[5,9] 0.00011791480749105 [GeV] -Cell[5,10] 0.00059682874080306 [GeV] -Cell[5,11] 0.0009051182208766 [GeV] -Cell[5,12] 3.5448260139219e-06 [GeV] -Cell[8,33] 0.0032526181810464 [GeV] -Cell[8,39] 6.3242270261981e-06 [GeV] -Cell[8,38] 8.1050240260083e-06 [GeV] -Cell[7,41] 0.00029813796310452 [GeV] -Cell[8,45] 1.2957172235474e-05 [GeV] -Cell[9,45] 8.5716854955535e-06 [GeV] -Cell[9,44] 0.00095708940896714 [GeV] -Cell[8,44] 0.00036915623298171 [GeV] -Cell[8,43] 0.00020631691768813 [GeV] -Cell[8,26] 3.2570751353205e-05 [GeV] -Cell[9,26] 0.00044580687670248 [GeV] -Cell[9,24] 0.00057376563133641 [GeV] -Cell[9,25] 2.8495071931047e-05 [GeV] -Cell[9,34] 0.0026767319605656 [GeV] -Cell[9,35] 0.0015924646248059 [GeV] -Cell[6,23] 8.9548273535911e-06 [GeV] -Cell[2,47] 0.00033702634609006 [GeV] -Cell[2,46] 1.425486259734e-05 [GeV] -Cell[3,46] 1.9060440376961e-07 [GeV] -Cell[3,47] 3.7097055499089e-06 [GeV] -Cell[6,45] 0.0001007295354866 [GeV] -Cell[4,32] 0.00011063907685793 [GeV] -Cell[8,29] 0.0088231503612575 [GeV] -Cell[7,32] 0.11036959797863 [GeV] -Cell[7,33] 0.0032013450605908 [GeV] -Cell[6,32] 0.00035209078526452 [GeV] -Cell[6,31] 2.0389316545334e-05 [GeV] -Cell[8,35] 0.00052567070172906 [GeV] -Cell[12,6] 9.0858559837298e-05 [GeV] -Cell[12,7] 0.00052669180170153 [GeV] -Cell[6,43] 0.00040676440068612 [GeV] -Cell[2,42] 0.00085548824490738 [GeV] -Cell[8,5] 0.0044731778265873 [GeV] -Cell[5,19] 0.0011366790023673 [GeV] -Cell[8,15] 9.379298092351e-05 [GeV] -Cell[10,44] 0.0017689574438396 [GeV] -Cell[6,17] 0.0014786530581124 [GeV] -Cell[10,16] 0.0010391291565313 [GeV] -Cell[9,38] 0.00051099891 [GeV] -Cell[10,40] 0.00042577001022025 [GeV] -Cell[11,6] 0.00021371106499327 [GeV] -Cell[0,16] 0.00051099891 [GeV] -Cell[11,7] 0.00029294875556928 [GeV] -Cell[9,36] 0.0020099535648412 [GeV] -Cell[17,47] 0.0042984355761791 [GeV] -Cell[13,47] 0.00018778244151804 [GeV] -Cell[6,40] 0.0005388044951986 [GeV] -Cell[10,0] 0.0014955558649138 [GeV] -Cell[10,47] 0.00014085325226558 [GeV] -Cell[13,3] 0.00089497652755483 [GeV] -Cell[2,20] 2.7028882381273e-05 [GeV] -Cell[2,19] 3.4916590118883e-05 [GeV] -Cell[1,20] 8.2026202580892e-06 [GeV] -Cell[1,18] 1.7131413362222e-05 [GeV] -Cell[2,17] 0.00095527110491219 [GeV] -Cell[2,16] 0.0045246039614555 [GeV] -Cell[4,2] 0.0011573855429746 [GeV] -Cell[4,3] 5.8917317910527e-05 [GeV] -Cell[7,27] 5.8890465879813e-08 [GeV] -Cell[4,44] 1.1853728210554e-08 [GeV] -Cell[2,2] 1.4756888737111e-06 [GeV] -Cell[2,1] 6.5423094463313e-07 [GeV] -Cell[7,2] 0.0015750541005862 [GeV] -Cell[4,38] 7.3752703028731e-06 [GeV] -Cell[2,22] 9.0307040663902e-06 [GeV] -Cell[3,22] 0.00063902266143236 [GeV] -Cell[16,12] 1.2082835950423e-05 [GeV] -Cell[10,25] 0.00033917251937908 [GeV] -Cell[10,26] 4.4223838813195e-11 [GeV] -Cell[7,1] 4.1937650530599e-06 [GeV] -Cell[7,0] 0.00047076700835714 [GeV] -Cell[4,19] 5.0691810902208e-06 [GeV] -Cell[3,17] 1.4558179425762e-05 [GeV] -Cell[3,16] 0.00037800569114938 [GeV] -Cell[3,18] 2.8472438248969e-05 [GeV] -Cell[2,15] 0.0016322288327113 [GeV] -Cell[2,18] 0.0014450348762545 [GeV] -Cell[1,14] 2.9493172769435e-07 [GeV] -Cell[1,13] 0.013696432733273 [GeV] -Cell[0,13] 0.0046659668453893 [GeV] -Cell[0,14] 0.00018224348356659 [GeV] -Cell[10,38] 2.6136112865061e-09 [GeV] -Cell[11,37] 1.3978784636492e-09 [GeV] -Cell[3,37] 0.00071406070266585 [GeV] -Cell[2,37] 5.8285749260108e-05 [GeV] -Cell[10,27] 0.032609940427795 [GeV] -Cell[10,28] 0.003693210718932 [GeV] -Cell[9,28] 0.0028251480513308 [GeV] -Cell[9,29] 7.6673904595737e-06 [GeV] -Cell[12,2] 0.0095892261181998 [GeV] -Cell[12,1] 0.00027749756667083 [GeV] -Cell[9,20] 0.00047109611389317 [GeV] -Cell[10,21] 2.3251158593666e-05 [GeV] -Cell[9,21] 5.7025492424145e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 144 cells : 1.3216141589268 (GeV) +Cell[13,28] 0.0028964350775079 [GeV] +Cell[13,29] 0.0026630938937271 [GeV] +Cell[12,28] 0.58435460389481 [GeV] +Cell[11,26] 0.00060148621494144 [GeV] +Cell[11,27] 0.0029683978787077 [GeV] +Cell[12,30] 0.0081042546391482 [GeV] +Cell[12,29] 0.080973250210156 [GeV] +Cell[11,28] 0.0013317527062587 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.68389327451526 (GeV) -Source track ID 9204 (gamma,0.37133215847831[GeV]) at (-133.93656705389,-481.7270970226,181.68248193077) +Source track ID 6536 (gamma,0.00051099891[GeV]) at (-177.85967119272,-467.29641274379,250.92762340839) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,34] 0.018625663248659 [GeV] -Cell[10,32] 0.00018867238772432 [GeV] -Cell[12,32] 0.00019988364091883 [GeV] -Cell[11,33] 0.081123483687445 [GeV] -Cell[12,1] 0.0010071409160848 [GeV] -Cell[10,33] 0.22272467440654 [GeV] -Cell[11,34] 0.04707177754136 [GeV] -Cell[11,26] 0.0002837426994005 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.37122503852813 (GeV) - -Source track ID 9205 (gamma,0.136782797126[GeV]) at (-378.97237264355,-326.15937940357,68.392647635792) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,30] 0.0033753788490975 [GeV] -Cell[10,29] 0.13217948973425 [GeV] -Cell[10,28] 0.0007169296326539 [GeV] -Cell[9,29] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.136782797126 (GeV) - -Source track ID 9172 (pi+,0.39277371932699[GeV]) at (-475.39451182812,-154.91952144163,235.70453678959) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,27] 1.0762345278636e-05 [GeV] -Cell[11,23] 0.00093672583908767 [GeV] -Cell[12,23] 0.0039132353951095 [GeV] -Cell[11,24] 0.17716072629281 [GeV] -Cell[11,21] 0.0036394520389787 [GeV] -Cell[10,40] 0.00021980401949793 [GeV] -Cell[11,26] 0.05171332843345 [GeV] -Cell[11,25] 0.085252101492012 [GeV] -Cell[14,39] 0.0002175197080312 [GeV] -Cell[15,38] 0.00020649536279586 [GeV] -Cell[15,37] 3.9859799763917e-06 [GeV] -Cell[14,38] 0.001009133751742 [GeV] -Cell[14,40] 0.00041532459154041 [GeV] -Cell[10,23] 4.451190441614e-06 [GeV] -Cell[10,39] 1.9391213959352e-07 [GeV] -Cell[9,40] 1.0011717677116e-11 [GeV] -Cell[10,41] 7.171600796994e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.32477495637088 (GeV) - -Source track ID 9173 (pi-,0.89600984945122[GeV]) at (-158.3307027647,-474.26932070506,406.36945118016) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,35] 0.00064126066899962 [GeV] -Cell[11,32] 0.0010863320512658 [GeV] -Cell[12,32] 0.0040253316635083 [GeV] -Cell[14,32] 0.0013482101489253 [GeV] -Cell[15,32] 0.011635653261598 [GeV] -Cell[11,33] 0.0064223452087296 [GeV] -Cell[11,34] 4.6895706113901e-06 [GeV] -Cell[12,33] 0.15817623693506 [GeV] -Cell[12,34] 0.27573713550339 [GeV] -Cell[13,34] 0.047085729991217 [GeV] -Cell[13,35] 0.011933899884819 [GeV] -Cell[12,35] 0.031807750110017 [GeV] -Cell[12,36] 0.0026744952074325 [GeV] -Cell[13,33] 0.013890046691959 [GeV] -Cell[14,33] 1.3078220991929e-05 [GeV] -Cell[13,36] 0.003433016508101 [GeV] -Cell[12,37] 2.8873234100502e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.56991524049986 (GeV) - -Source track ID 9162 (gamma,0.032559394638405[GeV]) at (-498.62850752515,-37.0082623645,-1796.9970897643) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,24] 0.028707407229415 [GeV] -Cell[0,25] 0.0025409673200838 [GeV] -Cell[0,6] 0.00026466606021589 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.031513040609715 (GeV) - -Source track ID 9135 (pi+,0.77703516477703[GeV]) at (-481.47991861101,134.82243127289,-1805.5924305864) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,21] 0.18421007187299 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.18421007187299 (GeV) - -Source track ID 9132 (gamma,1.9015972345341[GeV]) at (-363.22356459904,343.61117868889,-955.17210870254) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[5,34] 0.00051099891 [GeV] -Cell[6,34] 0.00040272575976911 [GeV] -Cell[6,36] 0.00051099891 [GeV] -Cell[4,29] 0.00039133757648254 [GeV] -Cell[5,43] 0.0014074334126039 [GeV] -Cell[8,33] 0.0011123119273749 [GeV] -Cell[5,19] 0.0015406323414031 [GeV] -Cell[4,19] 0.012345007548505 [GeV] -Cell[5,18] 1.6073973735164 [GeV] -Cell[4,18] 0.19921190581697 [GeV] -Cell[5,17] 0.015832519932184 [GeV] -Cell[4,45] 0.00051099891 [GeV] -Cell[6,4] 0.0011635878318616 [GeV] -Cell[4,20] 0.0010032785301191 [GeV] -Cell[4,17] 0.03884271123799 [GeV] -Cell[10,4] 0.00051099891 [GeV] -Cell[4,16] 0.0016718091422713 [GeV] -Cell[6,9] 0.0011574160733564 [GeV] -Cell[5,4] 0.00039252645334059 [GeV] -Cell[6,26] 0.0018572887290696 [GeV] -Cell[3,35] 0.00051099891 [GeV] -Cell[6,30] 0.0011786818026878 [GeV] -Cell[2,30] 0.00070508859810532 [GeV] -Cell[9,43] 0.00051099891 [GeV] -Cell[5,22] 0.0011452070653588 [GeV] -Cell[3,5] 0.00051099891 [GeV] -Cell[3,42] 0.0038977889833942 [GeV] -Cell[7,45] 0.00067968648201147 [GeV] -Cell[2,43] 0.0016318662427453 [GeV] -Cell[3,11] 0.00051099891 [GeV] -Cell[4,47] 0.00068764760764856 [GeV] -Cell[5,7] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 32 cells : 1.9002548228017 (GeV) - -Source track ID 9115 (pi-,4.4333092079291[GeV]) at (-407.16881105673,290.1957258518,-1898.4345040907) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,19] 0.14846891950076 [GeV] -Cell[0,18] 0.0014647346319657 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.14993365413273 (GeV) - -Source track ID 9101 (pi+,1.2127989976735[GeV]) at (-485.55418478486,119.31946043253,-1807.8180196474) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,21] 0.0006399060680144 [GeV] -Cell[3,32] 0.0011950439290466 [GeV] -Cell[9,27] 3.6423779674806e-06 [GeV] -Cell[0,23] 0.0014382158026053 [GeV] -Cell[3,25] 1.7643738344759e-06 [GeV] -Cell[1,40] 1.0017593740486e-07 [GeV] -Cell[8,28] 3.2045822299551e-06 [GeV] -Cell[9,37] 2.1763817348983e-06 [GeV] -Cell[8,25] 0.00049093894889847 [GeV] -Cell[6,35] 1.0202743578702e-07 [GeV] -Cell[7,23] 0.00026289177546096 [GeV] -Cell[7,22] 1.4025688928086e-05 [GeV] -Cell[6,14] 1.5564559089398e-06 [GeV] -Cell[4,39] 0.0039357748156096 [GeV] -Cell[8,30] 1.6159129241714e-05 [GeV] -Cell[7,41] 4.6769704204053e-07 [GeV] -Cell[8,26] 3.1905152636568e-05 [GeV] -Cell[9,26] 5.0599499237478e-06 [GeV] -Cell[8,29] 4.4325499329716e-06 [GeV] -Cell[2,20] 0.0045118821439937 [GeV] -Cell[1,20] 0.00021637061741387 [GeV] -Cell[1,18] 0.00048904491568328 [GeV] -Cell[4,3] 1.0442206371408e-07 [GeV] -Cell[7,27] 8.7350993126165e-06 [GeV] -Cell[2,22] 0.001293912068153 [GeV] -Cell[3,22] 0.0015045487849094 [GeV] -Cell[1,14] 1.7136797832791e-06 [GeV] -Cell[0,24] 4.8893672519625e-05 [GeV] -Cell[0,25] 0.053863178438968 [GeV] -Cell[0,21] 0.004522636153513 [GeV] -Cell[4,18] 3.0140493181534e-06 [GeV] -Cell[4,17] 5.1434891938698e-06 [GeV] -Cell[3,35] 1.3123458309565e-05 [GeV] -Cell[3,42] 8.5182607290335e-06 [GeV] -Cell[5,7] 0.0015512057813821 [GeV] -Cell[0,22] 0.41576343290101 [GeV] -Cell[1,22] 0.0051268193800422 [GeV] -Cell[1,23] 0.028392401878336 [GeV] -Cell[2,10] 2.9915321142653e-06 [GeV] -Cell[2,9] 2.2525894851242e-06 [GeV] -Cell[2,45] 0.0016759839188383 [GeV] -Cell[1,38] 0.00031496216273285 [GeV] -Cell[1,37] 0.0015636947951094 [GeV] -Cell[1,39] 2.746713959732e-05 [GeV] -Cell[0,40] 5.3173859487288e-07 [GeV] -Cell[0,39] 1.1854959011544e-06 [GeV] -Cell[2,26] 3.1036647851579e-07 [GeV] -Cell[6,38] 9.7967110792183e-05 [GeV] -Cell[7,38] 1.1390321094495e-06 [GeV] -Cell[0,20] 0.00072136851631026 [GeV] -Cell[1,21] 0.0006852407970307 [GeV] -Cell[3,44] 0.00016974345567542 [GeV] -Cell[4,43] 0.0028831053791695 [GeV] -Cell[3,43] 8.7175053917008e-06 [GeV] -Cell[5,8] 0.0014650736502649 [GeV] -Cell[0,0] 0.00019432027190692 [GeV] -Cell[3,2] 0.00071239502821396 [GeV] -Cell[2,5] 0.0038561802212539 [GeV] -Cell[2,4] 0.0002341277891835 [GeV] -Cell[1,4] 8.3236955106258e-12 [GeV] -Cell[5,45] 0.0011523904190872 [GeV] -Cell[2,34] 8.1260571605526e-06 [GeV] -Cell[2,35] 0.00091125608626123 [GeV] -Cell[5,16] 2.3767207050696e-05 [GeV] -Cell[3,34] 0.0013861784573612 [GeV] -Cell[0,11] 6.0401533497497e-05 [GeV] -Cell[0,12] 0.00025201774467189 [GeV] -Cell[0,28] 0.0016924012859703 [GeV] -Cell[0,30] 7.0636030286551e-06 [GeV] -Cell[0,29] 0.002532495492001 [GeV] -Cell[2,6] 0.0015808264134629 [GeV] -Cell[2,40] 0.0011356102588045 [GeV] -Cell[2,41] 0.0017679527400911 [GeV] -Cell[5,6] 2.8439117452194e-05 [GeV] -Cell[5,27] 4.9211059839422e-05 [GeV] -Cell[5,35] 4.9430079525337e-07 [GeV] -Cell[7,43] 3.7277804367477e-06 [GeV] -Cell[7,44] 7.7957889516256e-07 [GeV] -Cell[8,18] 1.9307769252919e-07 [GeV] -Cell[9,19] 5.0256901886314e-08 [GeV] -Cell[4,5] 2.606277121231e-08 [GeV] -Cell[4,4] 1.3335000501229e-06 [GeV] -Cell[2,21] 0.0036126908397378 [GeV] -Cell[1,19] 4.8245445359498e-06 [GeV] -Cell[1,24] 1.7758402856998e-05 [GeV] -Cell[3,20] 0.0030158820069815 [GeV] -Cell[4,40] 0.048020965856428 [GeV] -Cell[6,22] 0.0022059473515798 [GeV] -Cell[3,31] 0.0062436207574743 [GeV] -Cell[3,39] 1.4283678348875e-05 [GeV] -Cell[3,40] 3.3943059970625e-06 [GeV] -Cell[5,13] 0.0001906469095029 [GeV] -Cell[5,14] 2.6888788852375e-08 [GeV] -Cell[6,13] 7.3863058673851e-08 [GeV] -Cell[12,15] 0.0031204532834738 [GeV] -Cell[12,14] 9.0263816123297e-06 [GeV] -Cell[3,9] 0.0016266866517776 [GeV] -Cell[3,10] 0.00017808542208002 [GeV] -Cell[7,24] 0.0010973384519575 [GeV] -Cell[3,24] 0.0025672207786251 [GeV] -Cell[1,12] 4.2832908220589e-06 [GeV] -Cell[7,19] 8.7084732076619e-06 [GeV] -Cell[7,18] 0.00022306657755269 [GeV] -Cell[8,19] 1.3620592653751e-11 [GeV] -Cell[4,31] 9.7651032433532e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 105 cells : 0.62475150885513 (GeV) - -Source track ID 9102 (anti_proton,5.3586856819653[GeV]) at (-470.81536164925,168.3237809553,-1731.1498586603) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,10] 4.9783978871915e-05 [GeV] -Cell[8,11] 0.00048309166973752 [GeV] -Cell[9,10] 1.4496617950499e-10 [GeV] -Cell[2,31] 0.00092564472033359 [GeV] -Cell[0,23] 0.0020745810486733 [GeV] -Cell[3,25] 4.835556183707e-06 [GeV] -Cell[3,33] 0.004321042958162 [GeV] -Cell[1,40] 4.728236283313e-06 [GeV] -Cell[4,0] 0.0014032754578252 [GeV] -Cell[8,24] 6.1756229277307e-05 [GeV] -Cell[4,30] 0.00060173338053642 [GeV] -Cell[9,6] 6.6671331296675e-07 [GeV] -Cell[7,22] 8.9322655403521e-06 [GeV] -Cell[8,22] 0.001203001967095 [GeV] -Cell[7,30] 5.7964058156244e-05 [GeV] -Cell[4,14] 0.0019507639759083 [GeV] -Cell[8,47] 3.8066478940891e-05 [GeV] -Cell[4,39] 0.0033851443955676 [GeV] -Cell[11,16] 3.7286377141754e-07 [GeV] -Cell[14,28] 0.00032705386955159 [GeV] -Cell[12,29] 0.00057140787309515 [GeV] -Cell[12,30] 5.195156290938e-09 [GeV] -Cell[13,29] 8.113801071886e-06 [GeV] -Cell[11,22] 0.00091157106967124 [GeV] -Cell[11,17] 7.1559916250408e-09 [GeV] -Cell[8,31] 3.6963672768024e-05 [GeV] -Cell[8,32] 1.4407244336326e-05 [GeV] -Cell[8,30] 5.3932688012992e-07 [GeV] -Cell[7,31] 9.0201358834747e-06 [GeV] -Cell[3,46] 0.0058608146366025 [GeV] -Cell[7,32] 3.125761619458e-07 [GeV] -Cell[7,33] 3.820052370429e-09 [GeV] -Cell[6,31] 3.3138209334993e-07 [GeV] -Cell[12,7] 5.3364783525467e-10 [GeV] -Cell[10,16] 1.3925542589277e-08 [GeV] -Cell[0,16] 1.3432100386126e-05 [GeV] -Cell[6,40] 0.00077757046501245 [GeV] -Cell[2,20] 0.0027954535281987 [GeV] -Cell[2,19] 0.0061968592741756 [GeV] -Cell[1,20] 0.33249646641893 [GeV] -Cell[1,18] 0.0068981630474417 [GeV] -Cell[4,3] 0.00050929330901479 [GeV] -Cell[2,2] 2.9105816645824e-05 [GeV] -Cell[2,1] 0.0012081947950924 [GeV] -Cell[7,2] 1.2779491953552e-10 [GeV] -Cell[4,38] 0.0015010658073109 [GeV] -Cell[2,22] 0.013384183623966 [GeV] -Cell[3,22] 0.00031772941776109 [GeV] -Cell[7,0] 1.7980902397539e-05 [GeV] -Cell[3,18] 0.00087792318710035 [GeV] -Cell[2,15] 6.4432325190865e-05 [GeV] -Cell[2,18] 0.00038345042506126 [GeV] -Cell[1,14] 0.00047193821239182 [GeV] -Cell[1,13] 0.0063363853428137 [GeV] -Cell[0,13] 0.0014882371446893 [GeV] -Cell[0,14] 0.0019467710655158 [GeV] -Cell[3,37] 0.00065286626359079 [GeV] -Cell[2,37] 1.9790200371062e-05 [GeV] -Cell[10,27] 4.848963897075e-05 [GeV] -Cell[10,28] 0.00054222904166772 [GeV] -Cell[0,24] 1.30807186531e-06 [GeV] -Cell[0,25] 0.0002312335742613 [GeV] -Cell[0,6] 0.0010045099980748 [GeV] -Cell[0,21] 0.20399746890738 [GeV] -Cell[6,26] 4.8058015818242e-06 [GeV] -Cell[3,35] 0.0032492567076428 [GeV] -Cell[6,30] 1.0135065552618e-05 [GeV] -Cell[2,30] 0.0002247402157559 [GeV] -Cell[9,43] 0.00087286312102688 [GeV] -Cell[3,42] 0.0025949449135162 [GeV] -Cell[2,43] 0.0027945196025788 [GeV] -Cell[3,11] 0.00022636297450219 [GeV] -Cell[0,19] 0.01412772373914 [GeV] -Cell[0,18] 0.00033580846811196 [GeV] -Cell[0,22] 0.25510514758753 [GeV] -Cell[1,22] 0.051091858920243 [GeV] -Cell[1,23] 0.010735852936853 [GeV] -Cell[2,9] 2.4946610968755e-06 [GeV] -Cell[2,45] 0.0017599185282859 [GeV] -Cell[1,38] 2.0332912390586e-06 [GeV] -Cell[1,39] 7.4152294106398e-06 [GeV] -Cell[0,40] 0.011996874289604 [GeV] -Cell[0,39] 0.001546060261543 [GeV] -Cell[0,20] 0.076029786275629 [GeV] -Cell[1,21] 2.2132647286905 [GeV] -Cell[3,43] 3.1876355134955e-05 [GeV] -Cell[5,8] 2.5926636299118e-06 [GeV] -Cell[0,0] 0.0005121232649659 [GeV] -Cell[2,5] 8.8136576096076e-08 [GeV] -Cell[2,4] 0.00096154496162876 [GeV] -Cell[1,4] 1.7212148813996e-06 [GeV] -Cell[2,34] 0.0016384900625709 [GeV] -Cell[2,35] 0.0040291023374768 [GeV] -Cell[3,34] 0.0028926870336101 [GeV] -Cell[0,11] 0.0048142652881968 [GeV] -Cell[0,12] 0.0016964802273754 [GeV] -Cell[0,28] 0.00033583387286308 [GeV] -Cell[0,30] 0.02310854091713 [GeV] -Cell[0,29] 0.027230172502307 [GeV] -Cell[2,6] 0.00031292800229462 [GeV] -Cell[2,40] 0.0029477224086228 [GeV] -Cell[7,44] 8.182035817299e-07 [GeV] -Cell[2,21] 0.10309524660644 [GeV] -Cell[1,19] 0.012314546513449 [GeV] -Cell[1,24] 0.0046339017562355 [GeV] -Cell[4,40] 0.00051816965528802 [GeV] -Cell[3,39] 0.00065365339960066 [GeV] -Cell[3,40] 1.9880154231942e-06 [GeV] -Cell[5,14] 4.6473930124193e-06 [GeV] -Cell[3,24] 0.00056742996545472 [GeV] -Cell[1,12] 0.029808723960893 [GeV] -Cell[4,31] 8.6267287551891e-06 [GeV] -Cell[0,41] 0.00088282527362583 [GeV] -Cell[0,45] 0.0020705320036074 [GeV] -Cell[0,46] 0.0022999085588941 [GeV] -Cell[0,47] 8.1085395941045e-06 [GeV] -Cell[3,36] 0.0088001815636778 [GeV] -Cell[1,29] 0.00065686140790569 [GeV] -Cell[1,28] 0.0033234285067563 [GeV] -Cell[0,43] 2.9468112276618e-05 [GeV] -Cell[0,1] 8.8277705777955e-06 [GeV] -Cell[2,44] 0.01277635854493 [GeV] -Cell[6,18] 8.7325884378515e-06 [GeV] -Cell[3,45] 0.0018639340563967 [GeV] -Cell[4,46] 0.0012899622857464 [GeV] -Cell[1,43] 0.0060148168288076 [GeV] -Cell[1,42] 7.6482181611937e-06 [GeV] -Cell[1,41] 1.1310683505144e-05 [GeV] -Cell[1,44] 0.00084376456644111 [GeV] -Cell[3,41] 0.020236372255027 [GeV] -Cell[2,23] 0.0013198216402529 [GeV] -Cell[1,30] 0.00043855346340968 [GeV] -Cell[4,1] 1.1736145119698e-05 [GeV] -Cell[4,26] 0.00025302723366326 [GeV] -Cell[1,25] 0.0005467463164557 [GeV] -Cell[2,0] 0.00079744675552013 [GeV] -Cell[0,31] 0.0051974921200926 [GeV] -Cell[0,4] 0.0035564814372118 [GeV] -Cell[0,5] 9.2139068292454e-06 [GeV] -Cell[0,3] 0.024526377786398 [GeV] -Cell[6,39] 0.0004033027990024 [GeV] -Cell[1,11] 0.0041108190150928 [GeV] -Cell[2,11] 0.00060886014247126 [GeV] -Cell[0,36] 0.0012204205181283 [GeV] -Cell[0,2] 1.7496060172562e-06 [GeV] -Cell[1,3] 0.0038709465029588 [GeV] -Cell[2,3] 0.00097459869792078 [GeV] -Cell[1,6] 0.0020332335217304 [GeV] -Cell[1,5] 5.9373230141451e-05 [GeV] -Cell[3,12] 0.0036694843526387 [GeV] -Cell[0,7] 0.0030480269379045 [GeV] -Cell[0,8] 0.0023937193287053 [GeV] -Cell[1,7] 0.0054546615935045 [GeV] -Cell[0,9] 1.8807642777574e-07 [GeV] -Cell[2,25] 0.00066939669704743 [GeV] -Cell[6,11] 7.6268627308309e-06 [GeV] -Cell[1,15] 0.0020649045477958 [GeV] -Cell[1,16] 0.0027098533123847 [GeV] -Cell[2,36] 0.00019082389980213 [GeV] -Cell[1,35] 4.2372473117211e-05 [GeV] -Cell[1,36] 0.00044288553571187 [GeV] -Cell[2,24] 0.025393106412741 [GeV] -Cell[3,38] 2.355101565513e-06 [GeV] -Cell[8,23] 1.8668047982828e-07 [GeV] -Cell[3,23] 0.0023958548978275 [GeV] -Cell[7,14] 4.326253227191e-06 [GeV] -Cell[11,44] 7.478152627516e-05 [GeV] -Cell[11,45] 4.1672371628465e-05 [GeV] -Cell[11,8] 2.0257604774088e-08 [GeV] -Cell[12,5] 2.6490830350667e-08 [GeV] -Cell[11,38] 1.8882565200329e-08 [GeV] -Cell[12,8] 9.6700084179702e-07 [GeV] -Cell[0,38] 2.2330206795687e-06 [GeV] -Cell[2,7] 0.001301500071474 [GeV] -Cell[3,7] 0.00021572880034 [GeV] -Cell[7,21] 5.1801876688842e-06 [GeV] -Cell[8,21] 3.2541490370477e-06 [GeV] -Cell[4,12] 0.00072688018246947 [GeV] -Cell[4,11] 2.6814811280929e-07 [GeV] -Cell[5,5] 0.0023896933083325 [GeV] -Cell[6,1] 0.00034240430997064 [GeV] -Cell[11,46] 0.002964513119707 [GeV] -Cell[11,47] 0.00032818605535658 [GeV] -Cell[1,33] 0.0013007362711073 [GeV] -Cell[0,17] 0.00095884079650534 [GeV] -Cell[0,33] 5.3979101736331e-05 [GeV] -Cell[0,34] 0.00040771304500142 [GeV] -Cell[1,8] 0.00055052424636543 [GeV] -Cell[1,27] 2.2426368523156e-05 [GeV] -Cell[6,2] 0.00099592007276874 [GeV] -Cell[2,8] 1.0279531573588e-05 [GeV] -Cell[1,9] 1.5161058399826e-09 [GeV] -Cell[3,19] 8.7821735201942e-05 [GeV] -Cell[4,24] 6.4541330211796e-06 [GeV] -Cell[4,13] 9.1136626792832e-08 [GeV] -Cell[4,35] 0.0007641378842219 [GeV] -Cell[10,43] 4.797883122857e-05 [GeV] -Cell[2,33] 8.9179385023499e-06 [GeV] -Cell[16,43] 6.0148273064442e-08 [GeV] -Cell[17,43] 5.5034294754705e-05 [GeV] -Cell[16,44] 1.4313638599788e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 201 cells : 3.6498684289441 (GeV) - -Source track ID 9097 (gamma,0.3844820986824[GeV]) at (-417.18921056049,275.59601338176,-1111.373347872) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[5,12] 0.00071046940767757 [GeV] -Cell[9,34] 0.0013964752701304 [GeV] -Cell[6,45] 0.00079671373176811 [GeV] -Cell[4,19] 0.34615552517085 [GeV] -Cell[3,18] 0.0022758992427129 [GeV] -Cell[4,18] 0.0012444264200567 [GeV] -Cell[4,47] 0.001299712158331 [GeV] -Cell[5,6] 0.0010495435951528 [GeV] -Cell[3,20] 0.00015679773765513 [GeV] -Cell[0,47] 0.00084895537042062 [GeV] -Cell[6,2] 0.0010053063188495 [GeV] -Cell[3,19] 0.024726406258639 [GeV] -Cell[4,21] 0.0011935721081401 [GeV] -Cell[9,14] 0.0010096998857648 [GeV] -Cell[9,22] 0.00012929237883924 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.38399879505499 (GeV) - -Source track ID 8934 (proton,2.1151349772832[GeV]) at (-30.950674084947,499.0411363542,-1582.1700705515) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[2,32] 9.2133996076882e-10 [GeV] -Cell[1,40] 2.9237035880215e-05 [GeV] -Cell[1,20] 1.7504038201878e-05 [GeV] -Cell[1,18] 1.0675401426852e-08 [GeV] -Cell[2,15] 3.064691554755e-09 [GeV] -Cell[1,13] 0.001228018918224 [GeV] -Cell[14,38] 4.6713481424376e-08 [GeV] -Cell[0,24] 0.0059382749604004 [GeV] -Cell[0,25] 0.0031788059005854 [GeV] -Cell[6,4] 0.00013172408514333 [GeV] -Cell[2,10] 0.00069932587651147 [GeV] -Cell[2,9] 0.0019175289701325 [GeV] -Cell[0,40] 1.1101851669082e-09 [GeV] -Cell[0,39] 0.00063299898838329 [GeV] -Cell[2,4] 4.7294041141868e-06 [GeV] -Cell[2,40] 1.2653334502829e-05 [GeV] -Cell[7,44] 1.7635889380472e-05 [GeV] -Cell[1,19] 1.238175900653e-08 [GeV] -Cell[3,39] 3.111916303169e-07 [GeV] -Cell[1,12] 0.29306201532774 [GeV] -Cell[0,46] 1.1600303696468e-07 [GeV] -Cell[0,47] 1.3219541870058e-09 [GeV] -Cell[1,25] 0.0010348404954897 [GeV] -Cell[1,11] 0.13600406031819 [GeV] -Cell[2,11] 0.0059910636935443 [GeV] -Cell[0,36] 1.2258446076885e-08 [GeV] -Cell[2,25] 9.2188980715946e-09 [GeV] -Cell[2,24] 1.7200267336648e-07 [GeV] -Cell[3,38] 4.8941381974146e-06 [GeV] -Cell[7,21] 1.0439503130328e-06 [GeV] -Cell[1,8] 0.0009652254547176 [GeV] -Cell[2,8] 3.9725580336381e-10 [GeV] -Cell[1,9] 0.00027889061127075 [GeV] -Cell[4,35] 0.00199201755793 [GeV] -Cell[2,12] 0.026451917082051 [GeV] -Cell[1,10] 0.0010548752132922 [GeV] -Cell[1,32] 7.7155606277302e-08 [GeV] -Cell[2,13] 1.3435128734613e-05 [GeV] -Cell[6,3] 2.6696669764078e-05 [GeV] -Cell[6,5] 0.00081422128874476 [GeV] -Cell[1,45] 0.0017776500776898 [GeV] -Cell[1,46] 0.00040018000032697 [GeV] -Cell[4,36] 0.00017795083916019 [GeV] -Cell[13,25] 0.00070843847184096 [GeV] -Cell[13,24] 9.9592638434842e-08 [GeV] -Cell[13,8] 2.6840772302421e-06 [GeV] -Cell[13,7] 4.1842788607482e-07 [GeV] -Cell[0,26] 0.0088800729576405 [GeV] -Cell[7,20] 0.0010061286688468 [GeV] -Cell[1,26] 0.00076967461335891 [GeV] -Cell[2,39] 6.6184917153464e-05 [GeV] -Cell[2,38] 8.0069647628989e-07 [GeV] -Cell[4,37] 1.4586374163628e-08 [GeV] -Cell[0,27] 3.8586298143173e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 54 cells : 0.49529856530424 (GeV) - -Source track ID 8314 (pi+,0.78151688839976[GeV]) at (-497.7008580117,47.89421608525,-1151.6636183566) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,21] 0.00015790803801099 [GeV] -Cell[9,27] 1.2219886411913e-07 [GeV] -Cell[7,46] 8.00673145568e-06 [GeV] -Cell[7,37] 0.00029612107855436 [GeV] -Cell[12,30] 0.0015394821437941 [GeV] -Cell[10,22] 2.5609028816689e-06 [GeV] -Cell[9,26] 0.00012813795879345 [GeV] -Cell[0,16] 0.0043871755839578 [GeV] -Cell[2,20] 0.011736253059667 [GeV] -Cell[2,19] 0.011749780849905 [GeV] -Cell[1,20] 9.5987912659552e-05 [GeV] -Cell[1,18] 0.001911308502206 [GeV] -Cell[4,2] 2.4740270659095e-05 [GeV] -Cell[2,22] 0.15254355189729 [GeV] -Cell[3,22] 0.0087691591466832 [GeV] -Cell[3,17] 5.0523483992038e-08 [GeV] -Cell[3,18] 1.3683570633702e-06 [GeV] -Cell[2,18] 1.4539872617434e-05 [GeV] -Cell[10,23] 1.5551451360807e-06 [GeV] -Cell[3,5] 5.6030053511336e-05 [GeV] -Cell[0,18] 0.0005742743413856 [GeV] -Cell[1,22] 0.0053388720441276 [GeV] -Cell[1,23] 9.1296113282624e-08 [GeV] -Cell[2,26] 1.1918530624826e-05 [GeV] -Cell[1,21] 0.00026848704944939 [GeV] -Cell[2,21] 0.0051302885923305 [GeV] -Cell[1,19] 0.00079236013234049 [GeV] -Cell[1,24] 3.3551747507545e-05 [GeV] -Cell[3,20] 1.4579770777345e-09 [GeV] -Cell[2,23] 0.16961621467194 [GeV] -Cell[1,25] 6.3271727412939e-11 [GeV] -Cell[2,25] 0.0019861571594044 [GeV] -Cell[1,16] 0.00023776439665721 [GeV] -Cell[2,24] 5.2364048517234e-05 [GeV] -Cell[3,23] 0.18233536046264 [GeV] -Cell[12,5] 0.0030897844286435 [GeV] -Cell[0,17] 0.00099623348144792 [GeV] -Cell[4,23] 0.061528989244221 [GeV] -Cell[14,12] 3.7060611600737e-06 [GeV] -Cell[14,11] 3.6038491739419e-06 [GeV] -Cell[5,2] 0.0021973037931147 [GeV] -Cell[5,1] 0.00033963314610705 [GeV] -Cell[3,6] 1.3298035482876e-06 [GeV] -Cell[1,17] 0.010224988705424 [GeV] -### Total energy deposition in calorimeter by a source track in 44 cells : 0.63818711873432 (GeV) - -Source track ID 8317 (pi+,0.50628283055462[GeV]) at (491.08477288516,93.998648077128,-1108.6749083031) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,0] 0.008457334919459 [GeV] -Cell[8,24] 0.0020621035951745 [GeV] -Cell[9,23] 0.0015757850506703 [GeV] -Cell[8,35] 0.0025448216542744 [GeV] -Cell[4,2] 0.00055766616350004 [GeV] -Cell[4,47] 0.0022452914281312 [GeV] -Cell[4,1] 0.1214883948496 [GeV] -Cell[3,0] 0.16863709266726 [GeV] -Cell[5,39] 0.14184893594979 [GeV] -Cell[5,38] 0.049504109471324 [GeV] -Cell[19,24] 0.00027943168357781 [GeV] -Cell[3,1] 0.001522916280895 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.50072388371366 (GeV) - -Source track ID 8309 (e-,0.00064939376300713[GeV]) at (-493.26371407573,81.797972934672,-1125.6723273557) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,22] 1.1891196091254e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 1.1891196091254e-05 (GeV) - -Source track ID 8072 (anti_proton,1.6908373416638[GeV]) at (-493.85546964015,78.145857897318,-1171.9239684937) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,23] 0.0012359217409215 [GeV] -Cell[3,25] 0.0046092175116351 [GeV] -Cell[6,17] 3.1805961508553e-05 [GeV] -Cell[1,20] 0.0019238578183001 [GeV] -Cell[2,22] 0.019160815872401 [GeV] -Cell[3,22] 0.16406213156246 [GeV] -Cell[0,24] 0.00075438723083846 [GeV] -Cell[0,25] 0.00044279557762684 [GeV] -Cell[0,21] 0.020505411158968 [GeV] -Cell[0,22] 1.4897342813242e-05 [GeV] -Cell[1,22] 0.04670910658854 [GeV] -Cell[1,23] 0.5172481708827 [GeV] -Cell[2,26] 0.0019660362856559 [GeV] -Cell[0,20] 5.0210773353001e-06 [GeV] -Cell[1,21] 0.01051395942337 [GeV] -Cell[0,28] 8.2514528742195e-07 [GeV] -Cell[0,29] 6.9676769727494e-06 [GeV] -Cell[2,21] 0.0023864752316005 [GeV] -Cell[1,19] 0.00026761316608008 [GeV] -Cell[1,24] 0.072007918449093 [GeV] -Cell[4,40] 4.0869254968129e-05 [GeV] -Cell[3,40] 0.00096155991554269 [GeV] -Cell[3,24] 0.0022012003947132 [GeV] -Cell[7,19] 1.6168979300346e-08 [GeV] -Cell[6,18] 1.2234721566529e-08 [GeV] -Cell[3,41] 1.0293170910018e-05 [GeV] -Cell[2,23] 0.86430432254832 [GeV] -Cell[1,25] 0.0097322332771377 [GeV] -Cell[2,11] 0.0010446781322523 [GeV] -Cell[2,25] 0.11445741062205 [GeV] -Cell[2,24] 0.052614713869923 [GeV] -Cell[3,23] 0.045596572554623 [GeV] -Cell[2,12] 0.00042399986707755 [GeV] -Cell[1,26] 3.0482249624356e-05 [GeV] -Cell[4,22] 0.042610328917306 [GeV] -Cell[3,26] 0.00019525747776163 [GeV] -Cell[6,16] 0.0007068950958785 [GeV] -Cell[4,41] 0.0023285691469451 [GeV] -### Total energy deposition in calorimeter by a source track in 38 cells : 2.0011127506028 (GeV) - -Source track ID 8073 (neutron,1.4783692592721[GeV]) at (458.5309876774,199.3723484829,-606.56000985403) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,3] 1.1728082678701e-05 [GeV] -Cell[2,2] 0.0010711839411567 [GeV] -Cell[3,2] 0.00079885450714642 [GeV] -Cell[2,4] 0.00040525123525219 [GeV] -Cell[2,3] 0.46759914624265 [GeV] -Cell[6,3] 2.1014890779043e-05 [GeV] -Cell[5,3] 7.5411880679894e-06 [GeV] -Cell[3,3] 0.014180858372277 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.48409557846 (GeV) - -Source track ID 8217 (pi+,0.44855868733611[GeV]) at (173.44567103211,-468.95266200356,1353.462628812) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[18,4] 0.00065838304614955 [GeV] -Cell[15,31] 8.6020125309005e-08 [GeV] -Cell[15,30] 9.8618009360507e-08 [GeV] -Cell[15,39] 1.9384852441817e-07 [GeV] -Cell[15,38] 0.0019593806882708 [GeV] -Cell[15,37] 9.7460012966621e-09 [GeV] -Cell[17,43] 0.0027481347143046 [GeV] -Cell[14,12] 8.9693266787663e-06 [GeV] -Cell[16,38] 0.22079272706587 [GeV] -Cell[19,2] 0.00050503031298761 [GeV] -Cell[16,39] 4.0868756710552e-05 [GeV] -Cell[16,40] 0.00065885441661868 [GeV] -Cell[16,41] 0.00025303759865108 [GeV] -Cell[14,1] 0.00044081711777753 [GeV] -Cell[13,1] 0.00025486598051759 [GeV] -Cell[13,0] 1.4498882103453e-07 [GeV] -Cell[19,16] 0.00067037611300213 [GeV] -Cell[19,17] 9.7362505137085e-05 [GeV] -Cell[16,37] 0.00060483924143512 [GeV] -Cell[17,17] 0.001865131841724 [GeV] -Cell[17,16] 9.3454460729845e-06 [GeV] -Cell[18,16] 8.151783287758e-06 [GeV] -Cell[17,39] 0.01119211755354 [GeV] -Cell[17,38] 0.00040292518533171 [GeV] -Cell[17,40] 0.0036292067960363 [GeV] -Cell[17,41] 0.00038922010465046 [GeV] -Cell[16,42] 2.8181942464016e-06 [GeV] -Cell[15,42] 3.5414625017438e-08 [GeV] -Cell[15,41] 2.0372681319714e-12 [GeV] -Cell[16,5] 9.1667345259339e-08 [GeV] -Cell[15,19] 0.0047564439040308 [GeV] -Cell[15,17] 0.002614517127046 [GeV] -Cell[15,13] 0.0078097513054892 [GeV] -Cell[15,14] 0.00041361810750474 [GeV] -Cell[14,13] 0.00079604196437151 [GeV] -Cell[17,35] 0.0088703968867054 [GeV] -Cell[17,34] 0.0011537181096417 [GeV] -Cell[17,36] 1.3432721779623e-05 [GeV] -Cell[14,9] 1.5946183295455e-05 [GeV] -Cell[13,41] 7.6171988039277e-06 [GeV] -Cell[17,29] 7.2152763023041e-06 [GeV] -Cell[18,36] 9.3302318418864e-06 [GeV] -Cell[19,26] 0.0018982458704994 [GeV] -Cell[19,25] 2.9308859780031e-08 [GeV] -Cell[18,35] 1.4250657834509e-06 [GeV] -Cell[18,34] 1.0212889930699e-05 [GeV] -Cell[18,31] 0.0013865632207338 [GeV] -Cell[18,30] 2.4040303094353e-07 [GeV] -Cell[17,5] 0.0013347039318074 [GeV] -Cell[19,37] 0.00095208034404379 [GeV] -Cell[18,37] 1.5486097923713e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 51 cells : 0.27926024024392 (GeV) - -Source track ID 8226 (proton,0.95825803042679[GeV]) at (-67.596132978719,495.40969187767,149.66863191237) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,13] 0.01998601742679 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.01998601742679 (GeV) - -Source track ID 8227 (gamma,0.0059423134370895[GeV]) at (-492.78863411296,84.613013709962,24.262823613082) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,22] 0.00049264301459215 [GeV] -Cell[10,23] 0.0054496704224973 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0059423134370895 (GeV) - -Source track ID 8228 (gamma,0.0019979985958741[GeV]) at (446.70778085672,224.61557942864,-415.09322260803) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,3] 0.0019979985958741 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0019979985958741 (GeV) - -Source track ID 8219 (gamma,0.0016430778472367[GeV]) at (-27.365272894409,499.25058020939,216.58946103151) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,12] 0.0016430778472367 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0016430778472367 (GeV) - -Source track ID 8220 (gamma,0.00027159023555399[GeV]) at (-283.97436029594,411.53197044034,-634.75947257746) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,16] 0.00027159023555399 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00027159023555399 (GeV) - -Source track ID 8213 (gamma,0.00011008324079717[GeV]) at (-25.570078097974,-499.34574305391,1858.936255497) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[19,35] 0.00011008324079717 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00011008324079717 (GeV) - -Source track ID 8075 (kaon-,1.5154415516[GeV]) at (463.32322519824,-187.96698910154,438.59341829249) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,42] 0.007067058803969 [GeV] -Cell[10,24] 0.00026823925028043 [GeV] -Cell[12,19] 3.5159132676199e-07 [GeV] -Cell[12,18] 1.0926563991234e-06 [GeV] -Cell[8,22] 1.2325472198427e-10 [GeV] -Cell[14,31] 7.1693455975037e-06 [GeV] -Cell[9,23] 0.00038363312137199 [GeV] -Cell[11,23] 0.00023046608663049 [GeV] -Cell[11,22] 0.00065678562422772 [GeV] -Cell[12,22] 9.8401505965739e-09 [GeV] -Cell[12,21] 3.4297991078347e-09 [GeV] -Cell[11,3] 5.7727787293516e-08 [GeV] -Cell[11,19] 8.9055372518487e-07 [GeV] -Cell[10,22] 1.2603822597157e-08 [GeV] -Cell[10,44] 1.016355632828e-07 [GeV] -Cell[13,47] 1.6323850627487e-07 [GeV] -Cell[10,47] 0.00094261799728067 [GeV] -Cell[10,25] 0.00026861062261821 [GeV] -Cell[10,26] 1.1089687177446e-09 [GeV] -Cell[10,27] 3.0225788941607e-07 [GeV] -Cell[10,28] 7.9633979112259e-08 [GeV] -Cell[9,28] 5.1158692804165e-07 [GeV] -Cell[12,2] 1.3394779325608e-06 [GeV] -Cell[12,1] 0.00126789782576 [GeV] -Cell[11,26] 0.00048872024459138 [GeV] -Cell[10,23] 4.097422875202e-05 [GeV] -Cell[8,23] 5.4535192160188e-05 [GeV] -Cell[11,44] 0.0041709648042506 [GeV] -Cell[11,45] 0.00045584812722018 [GeV] -Cell[11,8] 6.1349860043265e-06 [GeV] -Cell[12,5] 1.057043305741e-05 [GeV] -Cell[11,46] 0.00090418079481323 [GeV] -Cell[11,47] 0.0027224279242998 [GeV] -Cell[10,43] 4.1951425373554e-09 [GeV] -Cell[14,11] 0.0012428925449925 [GeV] -Cell[13,0] 5.402112151387e-08 [GeV] -Cell[12,45] 0.87907109909558 [GeV] -Cell[12,44] 0.06545866815329 [GeV] -Cell[11,43] 0.0013928907432457 [GeV] -Cell[12,43] 0.0027553736610349 [GeV] -Cell[16,8] 2.2705300114012e-07 [GeV] -Cell[15,8] 2.141750883311e-10 [GeV] -Cell[12,46] 0.01848659864077 [GeV] -Cell[13,44] 0.039509262598877 [GeV] -Cell[12,47] 0.00328025100043 [GeV] -Cell[14,45] 9.0923292847947e-05 [GeV] -Cell[13,45] 0.020226742994029 [GeV] -Cell[13,43] 0.0010653654048946 [GeV] -Cell[14,43] 2.1112305148563e-10 [GeV] -Cell[14,41] 4.2827562560888e-07 [GeV] -Cell[14,44] 0.0027264905836868 [GeV] -Cell[13,46] 0.071138639108858 [GeV] -Cell[12,0] 0.0026648554175853 [GeV] -Cell[12,17] 7.7547798764613e-05 [GeV] -Cell[12,16] 6.0606023351966e-06 [GeV] -Cell[12,4] 1.2145719643968e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 56 cells : 1.1291473430623 (GeV) - -Source track ID 8191 (gamma,0.23378010273678[GeV]) at (499.39193934559,24.651387722542,861.27113969356) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,17] 0.0039958231986498 [GeV] -Cell[12,20] 0.00041643692867555 [GeV] -Cell[11,25] 0.00044730071135257 [GeV] -Cell[14,1] 0.0009192019666975 [GeV] -Cell[14,0] 0.2218794130381 [GeV] -Cell[14,47] 0.003094839395362 [GeV] -Cell[14,17] 0.00044304194217896 [GeV] -Cell[14,16] 0.0020730466457659 [GeV] -Cell[14,14] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.23378010273678 (GeV) - -Source track ID 8192 (gamma,0.24889356279397[GeV]) at (220.29242340826,-448.8554869765,830.38545982429) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,39] 0.0021122312150277 [GeV] -Cell[11,18] 0.00050113796391262 [GeV] -Cell[14,39] 0.22013597369949 [GeV] -Cell[14,38] 0.012762222397837 [GeV] -Cell[14,40] 0.0012147372098858 [GeV] -Cell[14,37] 0.00050393020195682 [GeV] -Cell[15,26] 0.0013277277128776 [GeV] -Cell[16,6] 0.00051099891 [GeV] -Cell[15,7] 0.0076018874789846 [GeV] -Cell[14,46] 0.0022227160039936 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.24889356279397 (GeV) - -Source track ID 8175 (kaon+,0.6690128472972[GeV]) at (305.0181569006,396.18672865324,365.68898666738) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[12,6] 0.08843993228041 [GeV] -Cell[11,6] 0.25636993221095 [GeV] -Cell[11,7] 0.0083276056651618 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.35313747015652 (GeV) - -Source track ID 8077 (pi-,1.1891459640559[GeV]) at (43.827277963393,-498.07546587472,1036.858730107) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,9] 1.4896837200126e-05 [GeV] -Cell[8,8] 6.9054368623256e-09 [GeV] -Cell[7,8] 0.00049921958455559 [GeV] -Cell[7,7] 3.172317519784e-12 [GeV] -Cell[10,35] 0.00010256837149416 [GeV] -Cell[16,34] 0.00030882232705892 [GeV] -Cell[12,32] 1.0333562386222e-07 [GeV] -Cell[16,32] 0.00045415383682018 [GeV] -Cell[17,32] 2.976170857437e-06 [GeV] -Cell[16,31] 0.0099277517872989 [GeV] -Cell[17,31] 5.7280267647002e-06 [GeV] -Cell[15,30] 1.3953161020595e-05 [GeV] -Cell[17,4] 0.0080891846137374 [GeV] -Cell[16,30] 0.0068211123377565 [GeV] -Cell[19,18] 7.3520736805222e-09 [GeV] -Cell[15,39] 0.00032393781752796 [GeV] -Cell[13,39] 0.0014081568518582 [GeV] -Cell[12,28] 2.517354732845e-05 [GeV] -Cell[12,26] 5.0650612568461e-05 [GeV] -Cell[12,27] 0.00018466983783958 [GeV] -Cell[12,23] 0.00014782229324805 [GeV] -Cell[12,22] 0.00018445886322922 [GeV] -Cell[14,20] 0.0002316177433496 [GeV] -Cell[8,39] 1.4664314221591e-08 [GeV] -Cell[8,43] 2.4197419406846e-08 [GeV] -Cell[9,35] 1.2243137462065e-08 [GeV] -Cell[12,6] 0.0011722145789054 [GeV] -Cell[12,7] 4.8187168472396e-06 [GeV] -Cell[17,47] 0.00015592111459944 [GeV] -Cell[12,2] 4.091500188224e-06 [GeV] -Cell[11,26] 4.6255540801212e-06 [GeV] -Cell[15,38] 0.0059105051624856 [GeV] -Cell[15,37] 0.026538570804381 [GeV] -Cell[14,38] 0.0057693794737296 [GeV] -Cell[14,40] 8.4221011320551e-09 [GeV] -Cell[12,33] 6.779388143741e-06 [GeV] -Cell[12,34] 2.7200439944863e-10 [GeV] -Cell[13,33] 0.00044853380918323 [GeV] -Cell[12,5] 0.0022230562104149 [GeV] -Cell[13,8] 1.0680290870368e-08 [GeV] -Cell[13,7] 0.00017495180706351 [GeV] -Cell[14,12] 0.00019583325989095 [GeV] -Cell[14,11] 3.1410702227276e-05 [GeV] -Cell[16,38] 0.0011684543299911 [GeV] -Cell[16,37] 0.1348712268519 [GeV] -Cell[17,17] 3.0998555530459e-08 [GeV] -Cell[17,38] 0.0041348337494999 [GeV] -Cell[15,42] 0.0022743445415815 [GeV] -Cell[15,41] 1.0724482990554e-09 [GeV] -Cell[17,35] 7.1075627237065e-05 [GeV] -Cell[17,34] 0.001358050845538 [GeV] -Cell[17,5] 0.0014763782830755 [GeV] -Cell[18,37] 0.00020463949890109 [GeV] -Cell[12,45] 8.0297759268433e-09 [GeV] -Cell[12,46] 3.7960682789162e-08 [GeV] -Cell[13,45] 3.1168316252206e-07 [GeV] -Cell[13,46] 0.00059930897899289 [GeV] -Cell[14,0] 9.3861112940431e-05 [GeV] -Cell[14,47] 0.00052419846533974 [GeV] -Cell[14,37] 0.019422642798976 [GeV] -Cell[14,46] 8.0105397940997e-06 [GeV] -Cell[15,36] 0.31255413009256 [GeV] -Cell[19,20] 0.00051990493580308 [GeV] -Cell[19,19] 0.0022288383013305 [GeV] -Cell[19,21] 0.00045505619832409 [GeV] -Cell[15,46] 0.00087071409363124 [GeV] -Cell[14,10] 1.5330985566834e-05 [GeV] -Cell[18,33] 9.625572420191e-07 [GeV] -Cell[17,33] 8.3158147754148e-07 [GeV] -Cell[16,19] 5.6006625694977e-05 [GeV] -Cell[16,18] 3.512779793482e-07 [GeV] -Cell[15,35] 0.015281441397862 [GeV] -Cell[10,12] 1.7265032802243e-06 [GeV] -Cell[10,36] 2.203821029525e-07 [GeV] -Cell[14,36] 0.0014246774253786 [GeV] -Cell[14,35] 0.0018690630968078 [GeV] -Cell[15,11] 0.003657774339836 [GeV] -Cell[15,12] 0.00069114832496962 [GeV] -Cell[15,10] 5.5110930759838e-05 [GeV] -Cell[18,11] 0.00015019056456218 [GeV] -Cell[18,13] 1.7982287739869e-05 [GeV] -Cell[13,37] 0.0011532812665359 [GeV] -Cell[16,36] 0.0010465961041023 [GeV] -Cell[14,34] 0.00041927751484751 [GeV] -Cell[16,2] 0.0039953022993686 [GeV] -Cell[16,3] 0.0021518036375479 [GeV] -Cell[17,2] 0.00016343716048186 [GeV] -Cell[13,6] 0.00064074343217618 [GeV] -Cell[14,25] 0.00078903028290201 [GeV] -Cell[16,29] 0.0015175390887965 [GeV] -Cell[15,29] 6.7086639205627e-06 [GeV] -Cell[14,19] 5.2950595854782e-06 [GeV] -Cell[15,40] 1.3322777971325e-06 [GeV] -Cell[12,40] 0.00057693647531323 [GeV] -Cell[17,20] 0.0069104143946291 [GeV] -Cell[17,21] 0.0020180417288725 [GeV] -Cell[17,3] 0.00086457524601626 [GeV] -Cell[16,4] 3.2639117854553e-05 [GeV] -Cell[17,19] 0.00051150263909905 [GeV] -Cell[17,18] 0.00096661589117969 [GeV] -Cell[16,21] 2.2612373413722e-09 [GeV] -Cell[16,22] 1.5221498188112e-08 [GeV] -Cell[17,22] 0.00036738658835588 [GeV] -Cell[16,20] 0.0042477516669366 [GeV] -Cell[17,23] 0.006201790867852 [GeV] -Cell[18,23] 0.00053746894377605 [GeV] -Cell[17,24] 0.0037192452831921 [GeV] -Cell[18,24] 2.2983462088177e-07 [GeV] -Cell[13,38] 0.00056756043611165 [GeV] -Cell[13,40] 2.3612300137756e-05 [GeV] -Cell[12,39] 0.00011293423843767 [GeV] -Cell[15,34] 1.5947013204141e-06 [GeV] -Cell[16,35] 0.00026256398827616 [GeV] -Cell[17,1] 8.6715879151598e-06 [GeV] -Cell[6,6] 1.2215263795952e-06 [GeV] -Cell[6,7] 1.2191606174383e-07 [GeV] -Cell[16,28] 2.7443143480923e-06 [GeV] -Cell[16,24] 0.00013750252775867 [GeV] -Cell[16,33] 2.6563532521322e-05 [GeV] -Cell[15,33] 0.0014255114166202 [GeV] -Cell[17,37] 0.024650417581657 [GeV] -Cell[18,38] 0.00071733109626223 [GeV] -### Total energy deposition in calorimeter by a source track in 122 cells : 0.64427992616284 (GeV) - -Source track ID 8156 (gamma,1.5351207931195[GeV]) at (395.55063127787,-305.84260346734,318.34459724573) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,44] 0.0032757177865541 [GeV] -Cell[4,24] 0.0012952281495542 [GeV] -Cell[12,45] 0.0032962378214277 [GeV] -Cell[12,44] 0.017408372161769 [GeV] -Cell[11,43] 0.30352137233449 [GeV] -Cell[12,43] 0.0397877040014 [GeV] -Cell[11,42] 1.0981387332517 [GeV] -Cell[12,41] 0.0025668644964529 [GeV] -Cell[12,42] 0.049023087267878 [GeV] -Cell[11,41] 0.0031330432184254 [GeV] -Cell[11,40] 0.00036268833719136 [GeV] -Cell[12,13] 0.0010740369878864 [GeV] -Cell[13,11] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 1.5233940847247 (GeV) - -Source track ID 8157 (gamma,0.1244455075516[GeV]) at (447.26692073096,-223.50011548061,557.85439574547) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,23] 0.0012907031042282 [GeV] -Cell[19,24] 0.00076510734460467 [GeV] -Cell[12,45] 0.0005246553259849 [GeV] -Cell[12,44] 0.072248223965812 [GeV] -Cell[13,44] 0.02541790873277 [GeV] -Cell[13,45] 0.021197070527891 [GeV] -Cell[13,43] 0.0014959748512702 [GeV] -Cell[15,12] 0.00099486478903951 [GeV] -Cell[12,10] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.1244455075516 (GeV) - -Source track ID 8151 (e-,0.00052959843134712[GeV]) at (171.650551759,469.61270008469,1239.8873295431) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,9] 4.0296813632696e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 4.0296813632696e-07 (GeV) - -Source track ID 8131 (pi+,0.37515565019727[GeV]) at (184.42838471123,464.74312357775,1252.6343782952) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,8] 0.11225521336357 [GeV] -Cell[16,9] 0.014635174990752 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.12689038835432 (GeV) - -Source track ID 8121 (pi-,0.48323272937808[GeV]) at (172.65820629307,-469.24316063173,123.71633142812) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,35] 7.0095443853688e-06 [GeV] -Cell[8,13] 1.0820338502526e-08 [GeV] -Cell[10,30] 0.00090290214532734 [GeV] -Cell[9,12] 0.00010847454975578 [GeV] -Cell[8,42] 1.3666621098423e-05 [GeV] -Cell[9,37] 2.7270096645225e-05 [GeV] -Cell[8,24] 0.00032903912441509 [GeV] -Cell[10,37] 0.0017359276462698 [GeV] -Cell[10,31] 0.0030892124350917 [GeV] -Cell[9,18] 0.0017189928413244 [GeV] -Cell[8,47] 0.00045209719355066 [GeV] -Cell[18,4] 0.00022110661032809 [GeV] -Cell[12,29] 0.0060369861918469 [GeV] -Cell[11,30] 1.5361735215265e-05 [GeV] -Cell[11,4] 1.4033143788765e-06 [GeV] -Cell[13,23] 3.20530696481e-05 [GeV] -Cell[8,38] 4.2460024085813e-05 [GeV] -Cell[8,43] 4.3682577779691e-07 [GeV] -Cell[9,25] 3.4652195677154e-07 [GeV] -Cell[6,45] 0.00020542624533118 [GeV] -Cell[9,38] 0.00073838392155142 [GeV] -Cell[10,40] 0.0015935094452732 [GeV] -Cell[10,0] 0.00049308636715496 [GeV] -Cell[13,3] 0.0008900392734665 [GeV] -Cell[10,26] 1.6821533222355e-08 [GeV] -Cell[10,38] 0.081188920972168 [GeV] -Cell[11,37] 4.5294768824533e-11 [GeV] -Cell[10,27] 0.0017789527089603 [GeV] -Cell[10,28] 0.0012499114527973 [GeV] -Cell[9,20] 8.0350916618954e-07 [GeV] -Cell[10,33] 0.00037961335476334 [GeV] -Cell[10,39] 0.18429796153109 [GeV] -Cell[10,41] 0.00012674439526563 [GeV] -Cell[9,19] 4.4587550650022e-06 [GeV] -Cell[8,23] 1.8255902396049e-06 [GeV] -Cell[12,5] 0.00093775998868086 [GeV] -Cell[11,38] 5.1859195227735e-06 [GeV] -Cell[10,13] 1.249173612905e-08 [GeV] -Cell[14,43] 2.3466681101127e-05 [GeV] -Cell[12,4] 0.00030146809714353 [GeV] -Cell[10,12] 0.00082721088787969 [GeV] -Cell[10,36] 0.00028728401162368 [GeV] -Cell[17,3] 5.0187925808132e-07 [GeV] -Cell[16,24] 2.2086725221016e-07 [GeV] -Cell[11,41] 0.00027946786124093 [GeV] -Cell[11,40] 3.7359116504376e-08 [GeV] -Cell[12,13] 1.2496002909756e-08 [GeV] -Cell[9,13] 2.6383627862742e-05 [GeV] -Cell[9,16] 1.0122529434739e-05 [GeV] -Cell[12,12] 0.00084091983581982 [GeV] -Cell[11,39] 9.768790164344e-09 [GeV] -Cell[14,3] 9.3976821517572e-07 [GeV] -Cell[13,2] 5.9548382046387e-05 [GeV] -Cell[14,2] 1.7420791175482e-07 [GeV] -Cell[13,4] 0.0038283225078427 [GeV] -Cell[16,23] 1.5170534043364e-05 [GeV] -Cell[11,5] 0.0024494993802139 [GeV] -Cell[10,11] 2.1633836978253e-05 [GeV] -Cell[8,41] 0.0011914412530083 [GeV] -Cell[15,43] 0.0077232068248826 [GeV] -Cell[15,1] 0.0022974404762313 [GeV] -Cell[15,2] 1.6004636838602e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 62 cells : 0.30882785781123 (GeV) - -Source track ID 8093 (pi+,0.96821785755512[GeV]) at (-70.112158588803,-495.05988043672,1185.8170483416) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,24] 0.00051099891 [GeV] -Cell[16,34] 0.25048652608569 [GeV] -Cell[7,37] 2.1677697077394e-08 [GeV] -Cell[9,6] 2.3965242043005e-06 [GeV] -Cell[9,1] 3.5691307857633e-08 [GeV] -Cell[9,2] 3.6589306546375e-08 [GeV] -Cell[13,32] 0.00051099891 [GeV] -Cell[15,32] 0.00081739226203973 [GeV] -Cell[16,32] 0.0022000801578004 [GeV] -Cell[16,30] 1.870875178156e-08 [GeV] -Cell[10,1] 0.0022066404617107 [GeV] -Cell[11,15] 0.00051099891 [GeV] -Cell[16,17] 8.3077258238141e-05 [GeV] -Cell[14,28] 0.00094179876707694 [GeV] -Cell[12,21] 0.0024273881175706 [GeV] -Cell[12,24] 0.00014241981506766 [GeV] -Cell[11,21] 0.00058825546241417 [GeV] -Cell[14,20] 0.00029632763536448 [GeV] -Cell[9,34] 0.00018735052577832 [GeV] -Cell[8,29] 0.00020548273788264 [GeV] -Cell[10,26] 0.0017664664545792 [GeV] -Cell[15,37] 0.00016451240301407 [GeV] -Cell[14,33] 1.341690733625e-08 [GeV] -Cell[11,47] 0.00031464367036579 [GeV] -Cell[17,43] 0.0056816523950291 [GeV] -Cell[16,38] 0.0017587971508731 [GeV] -Cell[19,2] 0.0011894053343826 [GeV] -Cell[19,17] 0.00058786976503695 [GeV] -Cell[16,37] 0.0027042307938177 [GeV] -Cell[17,39] 0.087386008487277 [GeV] -Cell[17,38] 0.0010067170165479 [GeV] -Cell[17,40] 0.0034887209353544 [GeV] -Cell[17,41] 0.0042611652825311 [GeV] -Cell[18,36] 0.0026147047141837 [GeV] -Cell[19,26] 8.5005630921842e-07 [GeV] -Cell[17,5] 0.0018593186676548 [GeV] -Cell[12,44] 0.0011856317021119 [GeV] -Cell[14,43] 0.0015515411209418 [GeV] -Cell[14,47] 0.00049969779939244 [GeV] -Cell[14,16] 0.00034354057340956 [GeV] -Cell[14,46] 0.00097031592709653 [GeV] -Cell[16,19] 5.6676217354834e-08 [GeV] -Cell[15,35] 0.0050819461916831 [GeV] -Cell[16,36] 0.0012168595623801 [GeV] -Cell[16,29] 3.2485644306917e-06 [GeV] -Cell[17,20] 0.00049498409717705 [GeV] -Cell[17,21] 0.00021507314030499 [GeV] -Cell[16,20] 3.5527199389342e-05 [GeV] -Cell[15,34] 0.026345004898218 [GeV] -Cell[16,35] 0.15082778781741 [GeV] -Cell[16,28] 9.5823542674732e-05 [GeV] -Cell[16,24] 2.1237690816633e-06 [GeV] -Cell[16,33] 0.0062676051644142 [GeV] -Cell[15,33] 0.0023008493969724 [GeV] -Cell[17,37] 0.0060749995833795 [GeV] -Cell[12,13] 0.00051099891 [GeV] -Cell[5,26] 5.0707632908598e-08 [GeV] -Cell[16,7] 8.9641223894432e-08 [GeV] -Cell[17,6] 0.00084187560893703 [GeV] -Cell[17,7] 0.00096683867575654 [GeV] -Cell[19,27] 0.00029971280577998 [GeV] -Cell[15,4] 2.0526636217255e-06 [GeV] -Cell[16,25] 0.0036809012224655 [GeV] -Cell[16,0] 0.00066929737252457 [GeV] -Cell[18,19] 0.00041971663709608 [GeV] -Cell[17,0] 0.0011881454105885 [GeV] -Cell[18,41] 0.13566231495267 [GeV] -Cell[18,43] 0.023457347301666 [GeV] -Cell[18,6] 0.0041655795021694 [GeV] -Cell[18,42] 0.021614704965389 [GeV] -Cell[18,40] 0.00202080341578 [GeV] -Cell[19,14] 0.00050856295974245 [GeV] -Cell[18,2] 0.0095786575045183 [GeV] -Cell[18,46] 0.00047532254453769 [GeV] -Cell[17,25] 0.00050593916482541 [GeV] -Cell[19,33] 0.00012358529528754 [GeV] -Cell[13,19] 0.00078056314588673 [GeV] -Cell[17,13] 0.00051099891 [GeV] -Cell[18,3] 0.00031267339073453 [GeV] -Cell[18,15] 0.0009504861283213 [GeV] -Cell[14,22] 0.0030777583102245 [GeV] -Cell[16,11] 0.00051099891 [GeV] -Cell[17,12] 0.00032364838422168 [GeV] -### Total energy deposition in calorimeter by a source track in 83 cells : 0.79357556292006 (GeV) - -Source track ID 8094 (kaon-,2.4403738820574[GeV]) at (342.13014844694,-364.61892644743,532.01233348028) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,3] 0.00091586268364108 [GeV] -Cell[13,42] 0.013604083300576 [GeV] -Cell[9,9] 0.0011723064571341 [GeV] -Cell[8,13] 0.0016634040815898 [GeV] -Cell[9,33] 0.00027151882003977 [GeV] -Cell[9,8] 0.00029646426936387 [GeV] -Cell[10,30] 3.0402886914089e-06 [GeV] -Cell[10,29] 1.2476610369049e-05 [GeV] -Cell[10,24] 0.00055271397809838 [GeV] -Cell[12,19] 0.0015127520137322 [GeV] -Cell[8,28] 3.3376377750642e-05 [GeV] -Cell[8,14] 2.2143532987684e-07 [GeV] -Cell[9,31] 9.294890332967e-10 [GeV] -Cell[10,31] 9.1199120322472e-06 [GeV] -Cell[10,32] 0.00036217807071193 [GeV] -Cell[12,3] 0.0016395536709641 [GeV] -Cell[8,3] 5.3769326768816e-10 [GeV] -Cell[11,27] 0.00057300767829099 [GeV] -Cell[6,14] 5.4948497563601e-08 [GeV] -Cell[11,31] 0.00029110352334965 [GeV] -Cell[11,32] 0.00096968972196601 [GeV] -Cell[14,32] 1.1558328988031e-05 [GeV] -Cell[15,32] 2.9101000691298e-06 [GeV] -Cell[11,15] 1.4663697773358e-05 [GeV] -Cell[13,26] 0.00029209910938596 [GeV] -Cell[13,27] 1.8377495696768e-05 [GeV] -Cell[13,28] 3.0514435778741e-06 [GeV] -Cell[13,39] 0.0032048784285953 [GeV] -Cell[11,1] 7.4217678047717e-10 [GeV] -Cell[11,30] 0.00089566749057587 [GeV] -Cell[11,29] 0.00092168693348664 [GeV] -Cell[12,27] 1.4728677633684e-06 [GeV] -Cell[13,29] 0.0010627149825955 [GeV] -Cell[11,23] 0.0021520578429739 [GeV] -Cell[11,24] 0.00056468983204661 [GeV] -Cell[10,19] 0.00093967086321831 [GeV] -Cell[10,18] 4.3829518992879e-06 [GeV] -Cell[11,18] 3.3378871891728e-05 [GeV] -Cell[11,17] 5.2188988775015e-10 [GeV] -Cell[10,5] 0.0016503333725152 [GeV] -Cell[14,21] 8.8488506753492e-05 [GeV] -Cell[8,30] 1.075425302588e-09 [GeV] -Cell[7,41] 2.445146717946e-05 [GeV] -Cell[9,34] 0.0016834355557173 [GeV] -Cell[9,35] 0.0018920552511029 [GeV] -Cell[6,23] 0.00022204952574896 [GeV] -Cell[8,29] 0.00053169931264051 [GeV] -Cell[8,5] 1.0451480629854e-06 [GeV] -Cell[10,44] 0.00030568177409498 [GeV] -Cell[10,16] 0.00054662249259809 [GeV] -Cell[10,40] 5.1127429389908e-07 [GeV] -Cell[9,36] 0.00035316972316741 [GeV] -Cell[16,12] 4.0077803589611e-07 [GeV] -Cell[10,25] 0.0014395078248736 [GeV] -Cell[10,26] 0.0023092430009661 [GeV] -Cell[3,18] 2.7947658672929e-06 [GeV] -Cell[12,2] 0.00013706421536097 [GeV] -Cell[12,1] 2.5333520316053e-06 [GeV] -Cell[10,33] 5.790953721953e-05 [GeV] -Cell[11,26] 0.00034334685720546 [GeV] -Cell[11,25] 0.0015653558579832 [GeV] -Cell[15,38] 0.002195603492603 [GeV] -Cell[15,37] 0.00033913955226205 [GeV] -Cell[14,38] 5.5473341033121e-06 [GeV] -Cell[14,40] 1.9985199060102e-09 [GeV] -Cell[10,23] 0.00040793374576219 [GeV] -Cell[10,41] 4.6810249718874e-06 [GeV] -Cell[12,33] 3.7170164578129e-06 [GeV] -Cell[13,35] 9.9700740656317e-05 [GeV] -Cell[13,33] 3.7902402691543e-06 [GeV] -Cell[14,33] 1.7613451557395e-05 [GeV] -Cell[13,36] 3.4981437493116e-06 [GeV] -Cell[12,37] 6.4922979183393e-05 [GeV] -Cell[0,21] 7.6774976332672e-06 [GeV] -Cell[5,17] 7.4450816609897e-06 [GeV] -Cell[10,4] 0.00041995806717637 [GeV] -Cell[5,22] 6.2978025312077e-08 [GeV] -Cell[8,18] 6.212416337803e-09 [GeV] -Cell[9,19] 8.5856299847364e-12 [GeV] -Cell[6,22] 0.00044539707742524 [GeV] -Cell[12,15] 0.0002546306207696 [GeV] -Cell[12,14] 1.5083178295754e-06 [GeV] -Cell[8,19] 6.0435422884666e-06 [GeV] -Cell[6,18] 0.00014396771829456 [GeV] -Cell[1,35] 8.024694485357e-06 [GeV] -Cell[11,44] 0.0082046883327356 [GeV] -Cell[11,45] 0.0015836041922464 [GeV] -Cell[12,5] 3.0066352205267e-05 [GeV] -Cell[12,8] 0.014428693711792 [GeV] -Cell[11,46] 0.0017939200652876 [GeV] -Cell[11,47] 0.0034907466689914 [GeV] -Cell[16,43] 0.00014790421782391 [GeV] -Cell[16,44] 0.0094752062888276 [GeV] -Cell[9,14] 0.00028589780086597 [GeV] -Cell[6,5] 2.3149840155384e-05 [GeV] -Cell[13,25] 0.00056930110287908 [GeV] -Cell[13,24] 5.5838274690814e-06 [GeV] -Cell[13,8] 0.0032158196697954 [GeV] -Cell[13,7] 0.0001149300593853 [GeV] -Cell[14,12] 0.0013035169618038 [GeV] -Cell[16,41] 7.2808417025954e-06 [GeV] -Cell[14,1] 0.00044390283631958 [GeV] -Cell[17,17] 2.8669252060354e-08 [GeV] -Cell[17,16] 4.9544440116733e-08 [GeV] -Cell[16,42] 1.8614400059732e-05 [GeV] -Cell[15,42] 7.347156472747e-06 [GeV] -Cell[15,41] 0.00042551708655355 [GeV] -Cell[15,13] 0.00058185857329181 [GeV] -Cell[15,14] 0.0027004431928852 [GeV] -Cell[14,13] 4.2598069238011e-05 [GeV] -Cell[13,41] 0.088790526197632 [GeV] -Cell[18,36] 1.4862194366287e-05 [GeV] -Cell[12,45] 0.0074737000980888 [GeV] -Cell[12,44] 0.0031556480777381 [GeV] -Cell[11,43] 0.0040542270659977 [GeV] -Cell[12,43] 0.055244579264033 [GeV] -Cell[15,8] 1.6608575242572e-07 [GeV] -Cell[12,46] 0.014196577539128 [GeV] -Cell[13,44] 0.0128259988855 [GeV] -Cell[12,47] 0.004628071281896 [GeV] -Cell[14,45] 0.002645622154596 [GeV] -Cell[13,45] 3.0050762325118e-07 [GeV] -Cell[13,43] 0.0024698725884062 [GeV] -Cell[14,43] 2.4812819901854e-08 [GeV] -Cell[14,41] 0.007561669891709 [GeV] -Cell[14,44] 0.0020037562393048 [GeV] -Cell[12,0] 0.0022258061187429 [GeV] -Cell[12,17] 0.00099495587136596 [GeV] -Cell[12,16] 1.5148100239458e-05 [GeV] -Cell[12,4] 0.0076030768949631 [GeV] -Cell[14,0] 0.0024197512053974 [GeV] -Cell[14,47] 0.00088991889498069 [GeV] -Cell[14,37] 0.00012927417982837 [GeV] -Cell[15,7] 3.1360899029096e-06 [GeV] -Cell[14,46] 6.1227786354721e-06 [GeV] -Cell[15,36] 0.0022291470108701 [GeV] -Cell[15,35] 3.0999369728647e-05 [GeV] -Cell[14,36] 9.0102255398961e-09 [GeV] -Cell[14,35] 6.9630259822588e-06 [GeV] -Cell[15,12] 0.00083614780342077 [GeV] -Cell[15,10] 0.00068168773557272 [GeV] -Cell[13,37] 0.00037002369137201 [GeV] -Cell[14,34] 0.00067205718820526 [GeV] -Cell[16,3] 6.0020396040272e-07 [GeV] -Cell[13,6] 4.9736851651687e-06 [GeV] -Cell[14,25] 8.0193484336633e-08 [GeV] -Cell[14,19] 4.6359069528989e-07 [GeV] -Cell[12,40] 0.019927826227693 [GeV] -Cell[17,21] 0.0023367525530505 [GeV] -Cell[16,4] 7.2972050247699e-08 [GeV] -Cell[16,22] 4.6216791683491e-05 [GeV] -Cell[17,22] 0.00063526151463759 [GeV] -Cell[16,20] 3.2704821263906e-05 [GeV] -Cell[17,23] 0.00027377728678697 [GeV] -Cell[17,24] 2.014105206149e-05 [GeV] -Cell[13,38] 4.9729092893358e-08 [GeV] -Cell[13,40] 0.02014970893251 [GeV] -Cell[12,39] 0.00082866941492713 [GeV] -Cell[6,7] 1.454261669096e-06 [GeV] -Cell[16,28] 0.0007137092117415 [GeV] -Cell[11,42] 0.0058589854224652 [GeV] -Cell[12,41] 0.8691318476696 [GeV] -Cell[12,42] 0.066806679741057 [GeV] -Cell[11,41] 0.00098893257617821 [GeV] -Cell[11,40] 0.0047229465004213 [GeV] -Cell[12,10] 8.1351637390981e-09 [GeV] -Cell[9,13] 2.0704825874418e-07 [GeV] -Cell[9,16] 1.3969838619232e-12 [GeV] -Cell[13,2] 8.9824312308338e-06 [GeV] -Cell[14,2] 1.0351742389503e-08 [GeV] -Cell[16,23] 3.9546842541313e-05 [GeV] -Cell[15,43] 0.00036355395574708 [GeV] -Cell[15,1] 5.5371936127813e-08 [GeV] -Cell[15,2] 0.00021028419257107 [GeV] -Cell[15,4] 0.001379594170925 [GeV] -Cell[17,0] 1.489406546284e-06 [GeV] -Cell[19,14] 0.0039996249250699 [GeV] -Cell[17,25] 0.00053503376293145 [GeV] -Cell[11,0] 6.8519780427323e-07 [GeV] -Cell[15,20] 3.1694194098236e-05 [GeV] -Cell[15,21] 0.00018890567326525 [GeV] -Cell[14,24] 0.0013431873611614 [GeV] -Cell[15,24] 0.00032016271913994 [GeV] -Cell[6,15] 3.6482340380758e-05 [GeV] -Cell[11,14] 0.0017751753715494 [GeV] -Cell[15,0] 0.00033969033911865 [GeV] -Cell[12,25] 3.7998256448191e-06 [GeV] -Cell[6,19] 2.3628307098079e-05 [GeV] -Cell[19,13] 0.0007181391354452 [GeV] -Cell[19,10] 3.9152519142135e-05 [GeV] -Cell[19,8] 0.00055329292385278 [GeV] -Cell[15,5] 0.0018540660459943 [GeV] -Cell[15,6] 1.5016653924249e-07 [GeV] -Cell[12,38] 7.6438955042363e-05 [GeV] -Cell[10,9] 0.0047621554041763 [GeV] -Cell[10,8] 0.0018289857898479 [GeV] -Cell[10,10] 0.002257520238174 [GeV] -Cell[13,5] 0.00051099891 [GeV] -Cell[10,15] 0.0012501721133827 [GeV] -Cell[9,15] 3.0311230148072e-10 [GeV] -Cell[17,27] 9.2919117014389e-06 [GeV] -Cell[17,28] 1.098350282075e-05 [GeV] -Cell[8,20] 6.4173552800639e-09 [GeV] -Cell[18,18] 0.0012762335023301 [GeV] -Cell[13,9] 0.0012034996782922 [GeV] -Cell[15,9] 2.3054025950842e-07 [GeV] -Cell[13,22] 1.0723502084147e-05 [GeV] -Cell[8,1] 0.00019895420575631 [GeV] -Cell[9,0] 7.2943860432133e-06 [GeV] -Cell[3,27] 0.00028623729407843 [GeV] -Cell[2,27] 8.5013373818015e-05 [GeV] -Cell[8,16] 0.00090150011599239 [GeV] -Cell[9,3] 0.00059096477440119 [GeV] -Cell[10,3] 0.00042038604821141 [GeV] -Cell[7,42] 1.3008571462706e-05 [GeV] -Cell[8,27] 0.0011240892095331 [GeV] -Cell[16,16] 3.0245864763856e-08 [GeV] -Cell[17,9] 1.8937513232231e-08 [GeV] -Cell[16,13] 7.1488668036181e-06 [GeV] -Cell[14,42] 1.1394644388929e-08 [GeV] -Cell[6,21] 3.3810580498539e-07 [GeV] -Cell[15,22] 0.00015997107146552 [GeV] -Cell[12,9] 7.540088056237e-05 [GeV] -Cell[8,4] 7.320282747969e-09 [GeV] -Cell[10,46] 2.5530014681863e-08 [GeV] -Cell[7,17] 7.9707328113727e-06 [GeV] -Cell[9,4] 1.1095500132797e-05 [GeV] -Cell[5,23] 0.0021563431215886 [GeV] -Cell[11,13] 1.5149024148059e-05 [GeV] -Cell[18,28] 0.00087105134104365 [GeV] -Cell[17,8] 0.00038577554312315 [GeV] -Cell[15,44] 3.4021747997031e-06 [GeV] -Cell[17,44] 4.5765492832288e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 233 cells : 1.3514567234922 (GeV) - -Source track ID 8092 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,42] 0.0032647878684155 [GeV] -Cell[9,5] 0.00096957432125646 [GeV] -Cell[9,8] 7.5895516958553e-05 [GeV] -Cell[9,7] 0.0011180189150468 [GeV] -Cell[11,27] 0.002274051953301 [GeV] -Cell[15,32] 0.00037288173026741 [GeV] -Cell[16,32] 8.647571754409e-06 [GeV] -Cell[15,31] 0.00052889272677294 [GeV] -Cell[15,30] 2.3255627297658e-08 [GeV] -Cell[12,26] 0.00046506199877263 [GeV] -Cell[12,27] 2.580614219346e-05 [GeV] -Cell[13,23] 0.00096881016573707 [GeV] -Cell[13,47] 0.0016950171417197 [GeV] -Cell[11,26] 4.066237124789e-10 [GeV] -Cell[12,34] 2.1732349705417e-06 [GeV] -Cell[12,8] 4.7778070438653e-06 [GeV] -Cell[8,21] 5.6440550280968e-05 [GeV] -Cell[13,0] 2.2479884691734e-05 [GeV] -Cell[13,41] 6.7214829002864e-05 [GeV] -Cell[12,45] 0.00011222413873895 [GeV] -Cell[12,44] 0.00087775529284704 [GeV] -Cell[12,43] 2.6689915589486e-05 [GeV] -Cell[12,46] 7.5983552164871e-08 [GeV] -Cell[13,44] 0.32823893729818 [GeV] -Cell[14,45] 0.0043941678261453 [GeV] -Cell[13,45] 0.013401904902628 [GeV] -Cell[13,43] 0.11405949356304 [GeV] -Cell[14,43] 0.0029481350107441 [GeV] -Cell[14,44] 4.1411006053295e-05 [GeV] -Cell[13,46] 0.0012683109789345 [GeV] -Cell[14,47] 0.00043813035873063 [GeV] -Cell[14,46] 4.4481905446219e-05 [GeV] -Cell[15,36] 9.623953490518e-06 [GeV] -Cell[15,46] 0.00017335725498901 [GeV] -Cell[15,35] 1.0068313538795e-05 [GeV] -Cell[12,42] 0.00033347867363022 [GeV] -Cell[12,9] 0.0010964110680176 [GeV] -Cell[15,44] 3.7099949506683e-06 [GeV] -Cell[15,45] 0.0014427819558398 [GeV] -### Total energy deposition in calorimeter by a source track in 39 cells : 0.48084170541552 (GeV) - -Source track ID 8082 (pi+,4.2124258228289[GeV]) at (194.18562942915,-460.75149627886,515.6576180424) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,3] 2.6746231242214e-06 [GeV] -Cell[13,42] 0.00042981244749103 [GeV] -Cell[10,35] 2.9328594682738e-06 [GeV] -Cell[10,7] 0.00035098911481327 [GeV] -Cell[9,17] 0.00015785548708219 [GeV] -Cell[12,19] 0.0042842459083172 [GeV] -Cell[11,35] 0.00012371624024945 [GeV] -Cell[9,37] 2.5066515699336e-05 [GeV] -Cell[10,37] 9.1063446507178e-07 [GeV] -Cell[9,1] 0.001860072075341 [GeV] -Cell[9,2] 4.0943348267319e-10 [GeV] -Cell[9,39] 0.00041601524972839 [GeV] -Cell[8,46] 2.389144128756e-09 [GeV] -Cell[11,32] 0.00013189320450613 [GeV] -Cell[15,32] 8.0325491726398e-06 [GeV] -Cell[15,31] 5.1615526899695e-08 [GeV] -Cell[15,30] 2.601961401524e-06 [GeV] -Cell[10,1] 4.9536674079718e-05 [GeV] -Cell[14,26] 0.0011657988790266 [GeV] -Cell[13,39] 0.10177987541775 [GeV] -Cell[12,26] 0.00083026098405207 [GeV] -Cell[12,27] 0.0010424258147099 [GeV] -Cell[12,21] 0.0035076652527979 [GeV] -Cell[11,24] 0.00087002289086813 [GeV] -Cell[11,17] 7.8640750143677e-07 [GeV] -Cell[12,24] 0.0019823033581459 [GeV] -Cell[11,21] 0.00056637107917891 [GeV] -Cell[12,20] 1.247111640987e-05 [GeV] -Cell[8,45] 0.0071565570553094 [GeV] -Cell[9,45] 0.027206099396546 [GeV] -Cell[9,44] 0.00072557234846136 [GeV] -Cell[12,7] 0.0018657028852705 [GeV] -Cell[9,38] 8.2522585666993e-05 [GeV] -Cell[13,3] 0.0023520214588609 [GeV] -Cell[11,37] 5.3376171241553e-06 [GeV] -Cell[9,20] 8.014558989089e-07 [GeV] -Cell[9,21] 2.457028136655e-05 [GeV] -Cell[11,25] 1.3067619875073e-11 [GeV] -Cell[14,39] 0.0040950768618583 [GeV] -Cell[14,38] 0.0025151678506244 [GeV] -Cell[14,40] 0.00040395503874447 [GeV] -Cell[10,39] 0.0021110466001505 [GeV] -Cell[12,34] 0.00017257731358768 [GeV] -Cell[13,34] 0.0050996916699943 [GeV] -Cell[13,35] 0.016080332037829 [GeV] -Cell[12,35] 0.0019815116612705 [GeV] -Cell[12,36] 0.0023337271034322 [GeV] -Cell[13,33] 0.0014244857421581 [GeV] -Cell[13,36] 0.018999305680294 [GeV] -Cell[12,37] 0.013014978142793 [GeV] -Cell[7,45] 1.6918800542953e-07 [GeV] -Cell[9,19] 6.8014698917978e-06 [GeV] -Cell[11,45] 5.1705754012801e-06 [GeV] -Cell[11,8] 3.5820859766091e-05 [GeV] -Cell[11,38] 0.0059037873567218 [GeV] -Cell[12,8] 0.0017712438956811 [GeV] -Cell[8,21] 1.4904382962413e-05 [GeV] -Cell[11,46] 6.9668361975346e-06 [GeV] -Cell[9,14] 0.00056793532125851 [GeV] -Cell[13,8] 0.00056677396080283 [GeV] -Cell[13,7] 3.4745069452583e-05 [GeV] -Cell[14,12] 0.0010495850198919 [GeV] -Cell[15,42] 0.00022876023254526 [GeV] -Cell[15,17] 0.0015569797977666 [GeV] -Cell[14,13] 0.00050417699187642 [GeV] -Cell[13,41] 0.008654785042089 [GeV] -Cell[14,43] 2.5893335405272e-06 [GeV] -Cell[14,41] 2.9747544317615e-08 [GeV] -Cell[14,14] 0.0019937224770395 [GeV] -Cell[14,37] 0.00071231051356038 [GeV] -Cell[15,7] 0.0010823558984146 [GeV] -Cell[15,36] 1.5786297933573e-07 [GeV] -Cell[15,35] 9.6211323239004e-08 [GeV] -Cell[10,36] 2.3820261516221e-06 [GeV] -Cell[14,36] 0.010328284165115 [GeV] -Cell[14,35] 0.0051264520539686 [GeV] -Cell[13,37] 0.021955411256459 [GeV] -Cell[14,34] 1.1600272614487e-08 [GeV] -Cell[17,2] 6.259426192878e-05 [GeV] -Cell[12,40] 0.0091425253623499 [GeV] -Cell[17,3] 0.00068801122544573 [GeV] -Cell[16,4] 0.00044020790072864 [GeV] -Cell[13,38] 0.95338029187994 [GeV] -Cell[13,40] 0.029255767150932 [GeV] -Cell[12,39] 0.33599258748541 [GeV] -Cell[17,1] 5.6612106959619e-08 [GeV] -Cell[12,41] 0.0022828013094691 [GeV] -Cell[12,42] 0.00096935817394106 [GeV] -Cell[11,41] 6.8478810717352e-06 [GeV] -Cell[11,40] 0.088171763685317 [GeV] -Cell[12,13] 0.00048081458130389 [GeV] -Cell[13,11] 0.00052551995785052 [GeV] -Cell[16,9] 4.5511109055951e-06 [GeV] -Cell[9,13] 2.6851134652247e-05 [GeV] -Cell[12,12] 2.8385551355314e-05 [GeV] -Cell[11,39] 0.026349937177036 [GeV] -Cell[13,2] 0.00026596102063377 [GeV] -Cell[13,4] 3.305694294977e-05 [GeV] -Cell[15,1] 8.1199686974287e-11 [GeV] -Cell[15,2] 0.0019439224313797 [GeV] -Cell[15,4] 0.00076049368340432 [GeV] -Cell[19,14] 1.8174181168433e-05 [GeV] -Cell[18,3] 2.9229519132059e-06 [GeV] -Cell[14,22] 0.00052849448332704 [GeV] -Cell[14,24] 1.6373403603211e-05 [GeV] -Cell[12,25] 0.00044326664550646 [GeV] -Cell[15,5] 1.3966768165119e-07 [GeV] -Cell[12,38] 1.2585618888168 [GeV] -Cell[10,8] 3.0953192094785e-06 [GeV] -Cell[13,5] 4.6314116043504e-05 [GeV] -Cell[13,9] 0.0053218777775978 [GeV] -Cell[8,16] 0.0070332154409729 [GeV] -Cell[16,16] 0.00017202901650614 [GeV] -Cell[16,13] 7.5097859371454e-07 [GeV] -Cell[14,42] 2.7855929639031e-05 [GeV] -Cell[10,14] 0.00010986521290033 [GeV] -Cell[9,47] 2.6709084631875e-06 [GeV] -Cell[11,9] 0.00011093784060745 [GeV] -Cell[13,12] 1.8374169650315e-06 [GeV] -Cell[14,4] 0.00011891454647412 [GeV] -Cell[14,5] 0.0010070213897299 [GeV] -Cell[14,6] 0.00014373647257889 [GeV] -Cell[7,16] 0.0011446663862507 [GeV] -Cell[11,36] 7.1285580816038e-10 [GeV] -Cell[8,17] 1.1769880075008e-09 [GeV] -Cell[19,38] 2.7735589246731e-06 [GeV] -Cell[15,16] 0.00073309224849402 [GeV] -Cell[9,46] 8.5587718058378e-07 [GeV] -Cell[16,1] 0.0014873966968187 [GeV] -Cell[10,42] 1.4093176025199e-05 [GeV] -Cell[14,23] 0.0017669252633832 [GeV] -Cell[13,10] 3.5026927434956e-07 [GeV] -Cell[19,15] 0.0010748733666696 [GeV] -### Total energy deposition in calorimeter by a source track in 133 cells : 3.0200765589569 (GeV) - -Source track ID 6965 (kaon+,2.4717094890063[GeV]) at (286.84385427278,-409.53705969782,-440.24397552093) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,10] 0.00084681457545958 [GeV] -Cell[3,25] 2.1115974014037e-05 [GeV] -Cell[7,36] 2.4768315824986e-09 [GeV] -Cell[6,27] 0.00019647022298977 [GeV] -Cell[7,37] 1.4030759888897e-05 [GeV] -Cell[5,40] 0.0023439880643381 [GeV] -Cell[7,26] 0.0010467967691363 [GeV] -Cell[6,37] 0.0018934654176553 [GeV] -Cell[6,34] 0.0013711780005562 [GeV] -Cell[5,29] 1.6829503583722e-06 [GeV] -Cell[6,41] 0.21343095197054 [GeV] -Cell[6,42] 0.065791775706285 [GeV] -Cell[6,25] 0.0025365596920993 [GeV] -Cell[5,43] 0.00054184347681542 [GeV] -Cell[8,6] 0.0010384242269955 [GeV] -Cell[5,24] 0.0011967658125747 [GeV] -Cell[7,41] 0.021538979603488 [GeV] -Cell[6,43] 0.0012678694340297 [GeV] -Cell[8,5] 0.00012160960594429 [GeV] -Cell[6,40] 0.47458154261597 [GeV] -Cell[4,20] 2.4640484363772e-05 [GeV] -Cell[6,26] 0.0032291363284485 [GeV] -Cell[6,38] 0.071263223148488 [GeV] -Cell[7,38] 0.0027482842228361 [GeV] -Cell[5,27] 0.0070857409379722 [GeV] -Cell[7,43] 2.5148405859454e-07 [GeV] -Cell[4,40] 0.00040031324620611 [GeV] -Cell[3,24] 0.019547212711588 [GeV] -Cell[4,26] 0.010648547804087 [GeV] -Cell[6,39] 0.44664807963406 [GeV] -Cell[4,24] 0.0024752683164775 [GeV] -Cell[5,39] 0.0045781961534039 [GeV] -Cell[15,11] 4.807865479961e-09 [GeV] -Cell[5,26] 0.012556786221381 [GeV] -Cell[16,11] 9.8573509603739e-09 [GeV] -Cell[7,42] 0.00074903758042392 [GeV] -Cell[9,4] 4.2765168473125e-10 [GeV] -Cell[7,40] 0.22915591616438 [GeV] -Cell[7,39] 0.0097314001641577 [GeV] -Cell[16,10] 2.229877281934e-09 [GeV] -Cell[5,41] 0.00062735186022849 [GeV] -Cell[6,10] 9.7843777420053e-05 [GeV] -Cell[5,28] 1.2637320764952e-08 [GeV] -Cell[6,28] 4.6494551497744e-10 [GeV] -Cell[5,25] 0.0029407277504723 [GeV] -Cell[4,25] 0.0052570002137528 [GeV] -### Total energy deposition in calorimeter by a source track in 46 cells : 1.6195468559852 (GeV) - -Source track ID 7485 (gamma,0.00062293338405022[GeV]) at (-496.00253356263,63.099022967504,481.54606964645) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,23] 0.00062293338405022 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00062293338405022 (GeV) - -Source track ID 7477 (e-,0.0049360675370603[GeV]) at (-440.13373265186,-237.23890360129,1412.6731020601) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[17,27] 0.0044250686270603 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0044250686270603 (GeV) - -Source track ID 7480 (gamma,0.00012917952085942[GeV]) at (-493.6538080765,79.409809038741,490.84090763127) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,22] 0.00012917952085942 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012917952085942 (GeV) - -Source track ID 7482 (gamma,0.00057205658120717[GeV]) at (-480.61536035395,137.87267819203,457.83080283729) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,21] 0.00057205658120717 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00057205658120717 (GeV) - -Source track ID 7483 (gamma,6.6417601367844e-05[GeV]) at (-489.42026523132,102.31228655887,497.52347085698) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,22] 6.6417601367844e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 6.6417601367844e-05 (GeV) - -Source track ID 7478 (e+,0.18075076295404[GeV]) at (-487.38080767528,111.62413856238,501.37607514316) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,22] 0.17058944730487 [GeV] -Cell[12,21] 0.0093207215052456 [GeV] -Cell[13,21] 0.00047522671702408 [GeV] -Cell[13,1] 0.00087636633689608 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.18126176186404 (GeV) - -Source track ID 7476 (gamma,0.89164369738079[GeV]) at (-456.1236197687,204.82002707034,886.89511184264) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,26] 0.00018465660975449 [GeV] -Cell[11,29] 0.00046344418058322 [GeV] -Cell[11,2] 0.00051493928548757 [GeV] -Cell[14,21] 0.020164257431332 [GeV] -Cell[14,20] 0.81986637845647 [GeV] -Cell[13,47] 0.00051099891 [GeV] -Cell[3,37] 0.00048687756605444 [GeV] -Cell[14,39] 0.0010224770494787 [GeV] -Cell[13,34] 0.00048775830588023 [GeV] -Cell[10,4] 0.00044815709419607 [GeV] -Cell[3,38] 0.00052122195246348 [GeV] -Cell[16,40] 0.00035247967248301 [GeV] -Cell[17,39] 0.00092757275657765 [GeV] -Cell[17,38] 6.6903619960241e-06 [GeV] -Cell[19,26] 0.00053393260838987 [GeV] -Cell[14,41] 0.001335665413384 [GeV] -Cell[14,44] 0.0016154780156396 [GeV] -Cell[15,36] 0.00044110406760101 [GeV] -Cell[15,10] 0.00051099891 [GeV] -Cell[14,19] 0.0016058555450056 [GeV] -Cell[13,38] 0.00050362316156899 [GeV] -Cell[11,40] 0.0013906386391286 [GeV] -Cell[15,20] 0.0045687109970813 [GeV] -Cell[15,21] 0.00051099891 [GeV] -Cell[19,13] 0.0054861407090045 [GeV] -Cell[15,6] 0.004494466607996 [GeV] -Cell[17,27] 0.0014417640142065 [GeV] -Cell[14,23] 0.0010246454267139 [GeV] -Cell[16,26] 0.00089052328529918 [GeV] -Cell[18,7] 0.00051099891 [GeV] -Cell[13,30] 0.0004324815560226 [GeV] -Cell[17,42] 0.00046482251856913 [GeV] -Cell[16,47] 0.0010023660750722 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.87472312500344 (GeV) - -Source track ID 7455 (pi-,0.85440308821138[GeV]) at (-165.61052426178,471.77659358402,871.6695736677) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[4,28] 0.00015569564909993 [GeV] -Cell[9,8] 1.1636603740044e-06 [GeV] -Cell[10,30] 0.0026968849837994 [GeV] -Cell[17,45] 8.4860881403756e-05 [GeV] -Cell[10,29] 0.00097869066744317 [GeV] -Cell[13,16] 0.0048799477626698 [GeV] -Cell[16,34] 0.00017210319344815 [GeV] -Cell[7,36] 1.8507239826704e-07 [GeV] -Cell[7,6] 1.0302458304068e-07 [GeV] -Cell[7,37] 3.1085660184203e-05 [GeV] -Cell[9,6] 4.4160633115098e-07 [GeV] -Cell[9,7] 7.5701426485466e-06 [GeV] -Cell[10,31] 8.4983184933662e-11 [GeV] -Cell[4,27] 3.6574629916686e-08 [GeV] -Cell[9,30] 1.3212655675261e-06 [GeV] -Cell[13,32] 0.00038144834249186 [GeV] -Cell[14,31] 1.9146604904651e-05 [GeV] -Cell[13,31] 0.00044921768993347 [GeV] -Cell[12,31] 0.00016590600927771 [GeV] -Cell[17,4] 4.0387061599176e-06 [GeV] -Cell[16,17] 8.797376392522e-08 [GeV] -Cell[13,26] 0.0035739490313342 [GeV] -Cell[14,27] 1.3163567869924e-05 [GeV] -Cell[14,26] 0.00019828392498096 [GeV] -Cell[13,28] 3.5664364404511e-06 [GeV] -Cell[13,39] 5.0219532568008e-08 [GeV] -Cell[12,28] 6.91851757324e-07 [GeV] -Cell[12,30] 3.3124098845292e-06 [GeV] -Cell[13,29] 4.9286754801869e-09 [GeV] -Cell[12,21] 0.00024173090733984 [GeV] -Cell[13,20] 0.0003241351978545 [GeV] -Cell[11,21] 1.0899374763085e-07 [GeV] -Cell[12,20] 0.00063027553054303 [GeV] -Cell[11,20] 9.204119351125e-10 [GeV] -Cell[13,21] 3.1027911479669e-06 [GeV] -Cell[13,23] 5.2130259282421e-06 [GeV] -Cell[7,33] 0.0001725058930657 [GeV] -Cell[8,15] 6.2760581786279e-06 [GeV] -Cell[17,47] 1.2968056307727e-07 [GeV] -Cell[13,47] 2.8719077818096e-09 [GeV] -Cell[10,38] 3.3360034634825e-05 [GeV] -Cell[2,37] 6.2318542040884e-07 [GeV] -Cell[10,28] 0.0036455294849284 [GeV] -Cell[9,29] 5.6623731959689e-05 [GeV] -Cell[10,39] 8.6174957687035e-08 [GeV] -Cell[13,34] 0.00073206546040353 [GeV] -Cell[12,35] 0.00047208892557338 [GeV] -Cell[13,33] 0.0014190088311403 [GeV] -Cell[5,7] 2.4490873329341e-10 [GeV] -Cell[2,9] 2.7905413298868e-06 [GeV] -Cell[5,8] 2.3774934675203e-08 [GeV] -Cell[8,18] 5.0320001289947e-05 [GeV] -Cell[1,24] 5.1992892986163e-07 [GeV] -Cell[8,19] 0.00057282096942788 [GeV] -Cell[1,25] 1.0263061558362e-06 [GeV] -Cell[11,8] 8.7735364213586e-05 [GeV] -Cell[12,5] 2.3132904316299e-06 [GeV] -Cell[16,43] 2.2653093794361e-05 [GeV] -Cell[16,44] 0.00024984336288367 [GeV] -Cell[13,25] 2.0664971671067e-05 [GeV] -Cell[14,12] 0.0036520546736657 [GeV] -Cell[14,11] 2.1298606793607e-07 [GeV] -Cell[16,38] 3.0830080038868e-05 [GeV] -Cell[14,1] 0.00020342988849882 [GeV] -Cell[13,0] 6.0124687206553e-07 [GeV] -Cell[16,37] 3.5498145565157e-05 [GeV] -Cell[17,17] 2.0192345837131e-06 [GeV] -Cell[18,16] 1.8053769890685e-06 [GeV] -Cell[16,42] 0.00017095909765339 [GeV] -Cell[15,41] 5.9919361774519e-09 [GeV] -Cell[16,5] 1.2103696424674e-05 [GeV] -Cell[15,17] 0.0037432574190166 [GeV] -Cell[15,13] 5.7752370714752e-05 [GeV] -Cell[15,14] 0.0010216047858898 [GeV] -Cell[14,13] 0.04530931539722 [GeV] -Cell[17,34] 1.6969072778011e-05 [GeV] -Cell[12,44] 4.1960832080804e-05 [GeV] -Cell[11,43] 2.6405166136101e-07 [GeV] -Cell[12,46] 6.7363351408858e-06 [GeV] -Cell[13,44] 0.0037125848873042 [GeV] -Cell[13,45] 0.00041381345477623 [GeV] -Cell[13,43] 3.4435242705513e-06 [GeV] -Cell[14,44] 7.2132063884055e-05 [GeV] -Cell[13,46] 4.6893366641598e-05 [GeV] -Cell[14,0] 9.0953463932465e-05 [GeV] -Cell[14,17] 0.0019119268720518 [GeV] -Cell[14,16] 0.016662894711429 [GeV] -Cell[14,14] 0.2498152674382 [GeV] -Cell[14,37] 6.1056006379658e-05 [GeV] -Cell[16,6] 1.1023657862097e-09 [GeV] -Cell[14,46] 0.00046117091971358 [GeV] -Cell[14,10] 2.069434231089e-09 [GeV] -Cell[16,18] 2.5346366783197e-11 [GeV] -Cell[15,35] 0.0018152191177815 [GeV] -Cell[10,36] 3.486211062409e-07 [GeV] -Cell[14,36] 0.0017531312001786 [GeV] -Cell[14,35] 1.043216502876e-05 [GeV] -Cell[15,12] 1.6508003056515e-05 [GeV] -Cell[16,36] 1.9027127855225e-05 [GeV] -Cell[14,34] 4.6785912752512e-06 [GeV] -Cell[14,25] 1.1302848462947e-05 [GeV] -Cell[15,40] 6.4750763537745e-05 [GeV] -Cell[16,4] 3.2487983904389e-05 [GeV] -Cell[16,35] 5.6132994974178e-05 [GeV] -Cell[16,33] 8.9172972366214e-09 [GeV] -Cell[12,41] 0.0027658212804275 [GeV] -Cell[12,10] 4.9775146180764e-08 [GeV] -Cell[15,43] 0.0010697162828499 [GeV] -Cell[15,4] 0.0043338106936 [GeV] -Cell[16,0] 0.00066556685972337 [GeV] -Cell[17,0] 9.7485798846719e-08 [GeV] -Cell[13,19] 0.003498466748534 [GeV] -Cell[15,5] 0.00089372812717738 [GeV] -Cell[10,8] 0.0018498331512958 [GeV] -Cell[9,15] 2.9098839120707e-05 [GeV] -Cell[17,27] 8.0126435466809e-05 [GeV] -Cell[17,28] 0.00087821678512462 [GeV] -Cell[8,20] 5.747260118369e-06 [GeV] -Cell[13,22] 0.00027280849181739 [GeV] -Cell[3,27] 1.5615788697687e-09 [GeV] -Cell[18,28] 0.00084595712894588 [GeV] -Cell[17,44] 0.0012867157139244 [GeV] -Cell[13,12] 0.00038358613898424 [GeV] -Cell[14,4] 8.150987434783e-05 [GeV] -Cell[14,5] 0.00012939775094856 [GeV] -Cell[8,17] 0.00017443112905312 [GeV] -Cell[15,16] 2.5657751539256e-06 [GeV] -Cell[14,23] 5.2180321114292e-06 [GeV] -Cell[13,30] 0.00011432392160896 [GeV] -Cell[17,42] 7.9608616943005e-06 [GeV] -Cell[16,47] 1.3032695278525e-08 [GeV] -Cell[14,15] 0.046187459529442 [GeV] -Cell[10,6] 2.9017159937666e-05 [GeV] -Cell[4,7] 1.6196098225691e-06 [GeV] -Cell[16,46] 0.00022695972343729 [GeV] -Cell[18,27] 2.1806365111843e-08 [GeV] -Cell[13,15] 0.0036558172397779 [GeV] -Cell[13,14] 0.0068600903993122 [GeV] -Cell[15,18] 1.0729980043834e-05 [GeV] -Cell[15,23] 7.2273251134902e-09 [GeV] -Cell[15,15] 0.0026226004834487 [GeV] -Cell[17,26] 7.0800582761876e-06 [GeV] -Cell[14,18] 0.00020927979889811 [GeV] -Cell[16,45] 6.8859435486956e-10 [GeV] -Cell[3,28] 4.0300074033439e-10 [GeV] -Cell[13,17] 0.0013440298875789 [GeV] -Cell[13,18] 0.0005330102782209 [GeV] -Cell[12,11] 5.4970616474748e-08 [GeV] -Cell[7,5] 3.3888284684735e-06 [GeV] -Cell[18,44] 1.7562758555869e-05 [GeV] -Cell[19,43] 0.0024912521372397 [GeV] -### Total energy deposition in calorimeter by a source track in 151 cells : 0.43749483850484 (GeV) - -Source track ID 7296 (pi+,0.42335502905726[GeV]) at (-400.28111726927,-299.62481065103,-484.21247843404) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,26] 0.1171026534725 [GeV] -Cell[7,27] 0.10799331080182 [GeV] -Cell[6,26] 0.0099963393107443 [GeV] -Cell[3,24] 0.0002249883263881 [GeV] -Cell[7,28] 0.10388346565506 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.33920075756651 (GeV) - -Source track ID 7303 (neutron,1.0500536535231[GeV]) at (415.71732760771,277.81127321746,495.69918717258) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,3] 3.0901705306405e-06 [GeV] -Cell[13,26] 1.0013757481602e-06 [GeV] -Cell[14,26] 2.2866603083003e-06 [GeV] -Cell[12,23] 8.7947509018704e-07 [GeV] -Cell[12,22] 2.803525159834e-06 [GeV] -Cell[12,6] 9.5101357426756e-05 [GeV] -Cell[12,7] 0.0012372023582998 [GeV] -Cell[13,3] 8.7311491370201e-14 [GeV] -Cell[12,36] 6.8633242693977e-05 [GeV] -Cell[12,5] 0.037323108861242 [GeV] -Cell[12,8] 9.2321374298763e-06 [GeV] -Cell[16,44] 0.0003154046327852 [GeV] -Cell[13,8] 0.0029560313596297 [GeV] -Cell[13,7] 1.277266755551e-06 [GeV] -Cell[12,4] 0.0012839010438998 [GeV] -Cell[13,6] 9.0638386701471e-05 [GeV] -Cell[14,25] 1.1941471814225e-07 [GeV] -Cell[13,4] 0.0019105261939627 [GeV] -Cell[13,5] 0.00021109701640262 [GeV] -Cell[13,9] 2.3457537963623e-08 [GeV] -Cell[8,4] 2.0324607612565e-07 [GeV] -Cell[17,44] 0.000126733975565 [GeV] -### Total energy deposition in calorimeter by a source track in 22 cells : 0.045639295158051 (GeV) - -Source track ID 7304 (neutron,1.0312626775854[GeV]) at (396.63599510709,-304.43371591433,268.59147659253) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,44] 7.6079630854906e-05 [GeV] -Cell[11,45] 0.0058329297428335 [GeV] -Cell[11,46] 0.0034446922435554 [GeV] -Cell[12,45] 6.8644910618332e-06 [GeV] -Cell[12,44] 0.0050745536157067 [GeV] -Cell[11,43] 1.0952389644444e-05 [GeV] -Cell[12,43] 0.010639497864426 [GeV] -Cell[13,44] 3.8491023133247e-09 [GeV] -Cell[13,43] 0.00017482276136707 [GeV] -Cell[12,42] 2.3777214344591e-05 [GeV] -Cell[10,45] 0.00048226543498038 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.025766439237877 (GeV) - -Source track ID 7305 (neutron,0.9735349806914[GeV]) at (237.21633267208,-440.14589798567,116.58778898997) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,6] 0.00047091182088766 [GeV] -Cell[10,37] 0.0019398192732015 [GeV] -Cell[9,39] 1.2572841484143e-05 [GeV] -Cell[10,40] 6.3856992201181e-06 [GeV] -Cell[10,38] 0.0024100947680738 [GeV] -Cell[11,37] 9.4054854616047e-05 [GeV] -Cell[10,39] 0.0039420657563299 [GeV] -Cell[9,40] 6.5449434487164e-08 [GeV] -Cell[11,38] 8.8738503143304e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.0088768578482791 (GeV) - -Source track ID 7383 (gamma,0.00021227753052085[GeV]) at (235.31178889564,-441.16704546774,-205.29289766842) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,39] 0.00021227753052085 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00021227753052085 (GeV) - -Source track ID 7387 (neutron,0.94274819734709[GeV]) at (253.11390589248,431.19989638664,584.03967095793) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[6,35] 1.2687110029219e-11 [GeV] -Cell[6,36] 0.00068269477015451 [GeV] -Cell[13,8] 0.0015455360049533 [GeV] -Cell[13,7] 0.0008643969475692 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.0030926277353641 (GeV) - -Source track ID 7388 (gamma,0.0026798087658111[GeV]) at (-499.83012727283,13.032416139182,-1486.909107651) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[2,23] 0.0026798087658111 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0026798087658111 (GeV) - -Source track ID 7389 (neutron,0.94076382122959[GeV]) at (424.78012298946,263.7458001809,214.3206765614) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,1] 3.462826134637e-08 [GeV] -Cell[11,3] 0.00058836047842067 [GeV] -Cell[11,4] 0.00041630299266592 [GeV] -Cell[10,4] 0.00019178841182861 [GeV] -Cell[12,40] 1.5868815302156e-06 [GeV] -Cell[12,41] 1.4214670329693e-07 [GeV] -Cell[10,3] 2.2003805497661e-08 [GeV] -Cell[14,15] 3.8172671338543e-08 [GeV] -Cell[14,18] 1.9491912098601e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.001198295207799 (GeV) - -Source track ID 7390 (gamma,0.00027594726961894[GeV]) at (134.61982417475,-481.53660602197,75.54841397402) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,38] 0.00027594726961894 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00027594726961894 (GeV) - -Source track ID 7391 (neutron,0.93988094467774[GeV]) at (-1.7251734334578,-499.99702376777,148.42301572842) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,35] 4.4725509069394e-06 [GeV] -Cell[13,39] 8.7891162172582e-07 [GeV] -Cell[13,40] 4.1485814108455e-09 [GeV] -Cell[16,16] 0.00022994108284695 [GeV] -Cell[11,36] 4.3251423048787e-06 [GeV] -Cell[13,14] 4.6322881244123e-06 [GeV] -Cell[16,15] 5.1387808900927e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.00024476800247533 (GeV) - -Source track ID 7392 (neutron,0.93982216803733[GeV]) at (60.494017783263,-496.32698275677,-103.46230892113) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,35] 0.0014172021535557 [GeV] -Cell[9,36] 0.0002581270279403 [GeV] -Cell[5,17] 0.00080585185584234 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.0024811810373383 (GeV) - -Source track ID 7308 (neutron,0.94984548694414[GeV]) at (427.73963703813,-258.9185256147,474.79418865551) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[16,32] 0.0012285427498323 [GeV] -Cell[6,23] 5.4846753982929e-08 [GeV] -Cell[10,44] 0.00017415495627429 [GeV] -Cell[7,24] 0.00016111461800983 [GeV] -Cell[12,5] 0.00049218886801191 [GeV] -Cell[12,43] 4.9904869856846e-05 [GeV] -Cell[12,4] 3.3518298221225e-07 [GeV] -Cell[6,24] 0.00053920104453607 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.0026454971362575 (GeV) - -Source track ID 7311 (gamma,0.0027376920328625[GeV]) at (490.50341330362,-96.986604938501,-54.187285645753) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,46] 0.0027376920328625 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0027376920328625 (GeV) - -Source track ID 7312 (neutron,0.94222292893046[GeV]) at (399.45654967442,-300.72323641881,40.007940169496) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,43] 0.0018185592652044 [GeV] -Cell[10,43] 4.3151100748219e-05 [GeV] -Cell[9,42] 0.00079585725242623 [GeV] -Cell[9,41] 1.3097517239657e-09 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.0026575689281306 (GeV) - -Source track ID 7144 (gamma,0.000431553076974[GeV]) at (-280.98555040531,413.5784332668,323.95115227294) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,16] 0.000431553076974 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.000431553076974 (GeV) - -Source track ID 7145 (gamma,0.0040134600874803[GeV]) at (-285.55849997676,410.4343346883,299.24984355652) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,16] 0.0040134600874803 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0040134600874803 (GeV) - -Source track ID 7111 (e-,0.0099440001696901[GeV]) at (-137.52124749022,480.71603518994,1068.2367018428) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[15,14] 0.0094330012596901 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0094330012596901 (GeV) - -Source track ID 7116 (gamma,0.0026971308704621[GeV]) at (138.5922377039,-480.4083592614,529.55804965041) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,38] 0.0026971308704621 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0026971308704621 (GeV) - -Source track ID 7117 (gamma,0.00035090972820831[GeV]) at (27.449895824554,-499.2459346046,538.9878023399) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,36] 0.00035090972820831 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00035090972820831 (GeV) - -Source track ID 7112 (e+,0.026791171041266[GeV]) at (59.362735260136,496.46355924925,1201.4327508334) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[19,18] 0.0012280858795808 [GeV] -Cell[15,11] 0.0015361880502691 [GeV] -Cell[16,3] 0.00051099891 [GeV] -Cell[16,11] 0.018231206549164 [GeV] -Cell[15,21] 0.00051099891 [GeV] -Cell[16,10] 0.0052846916522525 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.027302169951266 (GeV) - -Source track ID 7110 (gamma,0.18169391742921[GeV]) at (418.45378522097,273.67212067407,279.34343469942) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,3] 0.0015054020915422 [GeV] -Cell[11,4] 0.17889009003764 [GeV] -Cell[11,5] 0.0012984253000291 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.18169391742921 (GeV) - -Source track ID 7083 (kaon+,1.7505023005283[GeV]) at (75.287754070696,494.29925560028,1968.6125757532) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[19,10] 0.044047117275903 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.044047117275903 (GeV) - -Source track ID 6969 (pi-,0.45794831932101[GeV]) at (-499.89281988381,-10.352228195486,-206.24340173278) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[17,46] 0.0016157986365265 [GeV] -Cell[8,25] 0.0019298218288668 [GeV] -Cell[8,24] 0.25588635744359 [GeV] -Cell[12,3] 7.6285691932299e-07 [GeV] -Cell[17,10] 6.2934450325429e-05 [GeV] -Cell[11,1] 4.0481723544872e-08 [GeV] -Cell[9,23] 0.00039063782215101 [GeV] -Cell[12,21] 0.00020923170935373 [GeV] -Cell[11,2] 1.0710594238731e-05 [GeV] -Cell[11,3] 0.00049511440429011 [GeV] -Cell[11,4] 0.0022409982300718 [GeV] -Cell[12,20] 1.241170684807e-07 [GeV] -Cell[8,39] 0.0010526140981892 [GeV] -Cell[8,38] 0.00065826317980348 [GeV] -Cell[9,26] 5.8858336747107e-06 [GeV] -Cell[9,24] 0.00020416152235521 [GeV] -Cell[9,25] 0.0034532576037729 [GeV] -Cell[9,34] 7.429591334585e-06 [GeV] -Cell[9,35] 2.1610365111201e-05 [GeV] -Cell[6,32] 3.5798485238047e-05 [GeV] -Cell[6,31] 6.5220357508792e-05 [GeV] -Cell[8,35] 2.1637210738845e-07 [GeV] -Cell[17,47] 0.0049843236769017 [GeV] -Cell[13,3] 2.1688743595405e-07 [GeV] -Cell[10,25] 1.4102843124419e-09 [GeV] -Cell[10,26] 4.5601319357047e-08 [GeV] -Cell[10,27] 0.0019356273795064 [GeV] -Cell[10,28] 2.3727945808787e-06 [GeV] -Cell[12,1] 1.49606721493e-07 [GeV] -Cell[9,20] 4.2978070310937e-06 [GeV] -Cell[9,21] 4.1300199555963e-06 [GeV] -Cell[14,39] 8.5398816736415e-08 [GeV] -Cell[10,41] 2.7506286278367e-07 [GeV] -Cell[12,33] 5.3511205478571e-06 [GeV] -Cell[10,4] 0.001186381233162 [GeV] -Cell[2,43] 9.8886124324054e-06 [GeV] -Cell[7,38] 0.0013941466600003 [GeV] -Cell[8,23] 0.00074412349297143 [GeV] -Cell[8,21] 0.00025600038282698 [GeV] -Cell[0,33] 0.00019261311395667 [GeV] -Cell[0,34] 0.00094193058289522 [GeV] -Cell[4,13] 9.0918300847989e-06 [GeV] -Cell[9,22] 0.00404270805934 [GeV] -Cell[15,14] 9.7999269783031e-06 [GeV] -Cell[17,1] 0.00065944315329216 [GeV] -Cell[12,13] 0.0005450568086317 [GeV] -Cell[12,12] 2.9728423687629e-05 [GeV] -Cell[14,3] 1.4366965518889e-05 [GeV] -Cell[13,2] 1.1552998330444e-08 [GeV] -Cell[14,2] 1.8137829715215e-05 [GeV] -Cell[16,23] 3.4204835942546e-06 [GeV] -Cell[17,0] 0.00054211605717478 [GeV] -Cell[18,41] 2.0563877478708e-06 [GeV] -Cell[15,21] 5.7012516663235e-10 [GeV] -Cell[11,14] 2.3632211261429e-05 [GeV] -Cell[10,3] 3.6822685535299e-05 [GeV] -Cell[16,16] 1.321654640833e-06 [GeV] -Cell[17,9] 1.8434174126014e-07 [GeV] -Cell[15,22] 2.1548958557105e-08 [GeV] -Cell[11,13] 6.2973954482004e-06 [GeV] -Cell[11,9] 0.0010377731567745 [GeV] -Cell[10,42] 7.5480173109099e-08 [GeV] -Cell[7,39] 1.400021079462e-06 [GeV] -Cell[15,23] 1.7743246612554e-06 [GeV] -Cell[15,15] 0.0011173174804844 [GeV] -Cell[10,45] 2.0224723470164e-05 [GeV] -Cell[16,15] 0.00043719435652781 [GeV] -Cell[9,42] 2.204735382702e-05 [GeV] -Cell[14,8] 1.2575122644193e-05 [GeV] -Cell[0,32] 1.2601958587766e-11 [GeV] -Cell[5,31] 2.7648638933897e-11 [GeV] -Cell[11,10] 0.00024767198447887 [GeV] -Cell[19,28] 8.5847154405201e-06 [GeV] -Cell[18,1] 0.0020906505918069 [GeV] -Cell[18,0] 0.0022243786293584 [GeV] -Cell[18,47] 8.9244798291475e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 76 cells : 0.29318376117571 (GeV) - -Source track ID 7072 (gamma,0.43032370642417[GeV]) at (-193.66742637647,460.96955209722,1404.1020974242) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[17,16] 0.0011082244132678 [GeV] -Cell[18,37] 0.00068457691225944 [GeV] -Cell[18,33] 0.00092650939816246 [GeV] -Cell[15,35] 0.0041173744730451 [GeV] -Cell[18,15] 0.0041345363155922 [GeV] -Cell[16,47] 0.00083190303524841 [GeV] -Cell[16,15] 0.0008696725106577 [GeV] -Cell[17,15] 0.38063606420185 [GeV] -Cell[17,14] 0.027658398245761 [GeV] -Cell[16,14] 0.00019886933223717 [GeV] -Cell[19,5] 0.0015508169072011 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.42271694574529 (GeV) - -Source track ID 7073 (gamma,0.84468519705162[GeV]) at (143.95467044809,478.82883461231,1448.631854604) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,42] 0.00054881182623831 [GeV] -Cell[8,37] 0.00044602028608282 [GeV] -Cell[18,4] 0.00060753136873049 [GeV] -Cell[17,31] 0.0002951157603631 [GeV] -Cell[17,4] 0.00034994985770745 [GeV] -Cell[17,10] 0.018318766618056 [GeV] -Cell[12,5] 0.00017255555657181 [GeV] -Cell[16,39] 0.00051099891 [GeV] -Cell[16,40] 0.00067092053184498 [GeV] -Cell[17,16] 0.00051099891 [GeV] -Cell[17,35] 0.00051099891 [GeV] -Cell[18,34] 0.00051099891 [GeV] -Cell[13,43] 1.656356988633e-07 [GeV] -Cell[14,43] 0.00044529364629921 [GeV] -Cell[15,36] 0.003569522956944 [GeV] -Cell[19,21] 0.00051099891 [GeV] -Cell[14,36] 0.00020127702063366 [GeV] -Cell[16,21] 0.0026894017123853 [GeV] -Cell[16,22] 0.0015710045040046 [GeV] -Cell[13,40] 0.0008103926467268 [GeV] -Cell[16,35] 0.0020466686839447 [GeV] -Cell[17,1] 0.00034923202322578 [GeV] -Cell[17,12] 0.00032399498519921 [GeV] -Cell[15,21] 0.00051099891 [GeV] -Cell[18,18] 0.00075970518270553 [GeV] -Cell[17,9] 0.75402346722137 [GeV] -Cell[18,28] 0.0069231285010242 [GeV] -Cell[17,8] 0.0017431266684903 [GeV] -Cell[11,36] 0.00051099891 [GeV] -Cell[16,1] 0.0010311821469495 [GeV] -Cell[19,15] 0.0041181110378265 [GeV] -Cell[13,30] 0.00051099891 [GeV] -Cell[16,47] 0.00057279136018232 [GeV] -Cell[18,1] 0.001704711241321 [GeV] -Cell[17,15] 0.00051099891 [GeV] -Cell[19,23] 0.00024161137094253 [GeV] -Cell[17,11] 0.00057376499127651 [GeV] -Cell[18,25] 0.00051099891 [GeV] -Cell[18,8] 0.0012186753031891 [GeV] -Cell[18,12] 0.00086695759115133 [GeV] -Cell[19,1] 0.0003946299738021 [GeV] -Cell[17,30] 0.00069331561405005 [GeV] -### Total energy deposition in calorimeter by a source track in 42 cells : 0.81339179292494 (GeV) - -Source track ID 6975 (pi-,1.127681439723[GeV]) at (-499.90908951499,9.5342655873489,974.86591699663) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[15,19] 0.00034483279436461 [GeV] -Cell[16,19] 0.00089999756901659 [GeV] -Cell[17,21] 0.0001748639066351 [GeV] -Cell[16,21] 0.10337012606128 [GeV] -Cell[16,22] 0.041390783410733 [GeV] -Cell[17,22] 0.00011368650329189 [GeV] -Cell[16,20] 0.060908659896525 [GeV] -Cell[17,23] 0.00080536185675403 [GeV] -Cell[17,24] 0.00064214730361107 [GeV] -Cell[16,28] 9.355211525417e-07 [GeV] -Cell[16,24] 0.090110347813128 [GeV] -Cell[16,23] 0.0011980469579268 [GeV] -Cell[16,25] 0.35790326264898 [GeV] -Cell[17,25] 0.0012234846629325 [GeV] -Cell[15,20] 9.4045015606753e-05 [GeV] -Cell[15,21] 0.0017700070715167 [GeV] -Cell[15,24] 0.19735442701394 [GeV] -Cell[14,23] 0.039687522143876 [GeV] -Cell[16,26] 0.040408117966106 [GeV] -Cell[15,23] 0.034616403507303 [GeV] -Cell[15,27] 0.010756549938403 [GeV] -Cell[16,27] 0.0022961919418263 [GeV] -Cell[15,28] 2.3646052568438e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 23 cells : 0.98606982515096 (GeV) - -Source track ID 6963 (gamma,0.21259862372436[GeV]) at (298.67434380668,-400.99081828846,-1192.0286604722) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[5,17] 0.00079412440348839 [GeV] -Cell[2,4] 0.00042908138338065 [GeV] -Cell[4,40] 0.0017615433758508 [GeV] -Cell[3,40] 0.19828235785532 [GeV] -Cell[3,41] 0.011331516706314 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.21259862372436 (GeV) - -Source track ID 6907 (pi-,0.62984771934041[GeV]) at (341.18525879184,365.50324100224,-1020.2853852248) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[3,9] 0.0029563843167625 [GeV] -Cell[3,7] 0.068539332285022 [GeV] -Cell[4,7] 0.081025583864509 [GeV] -Cell[4,6] 0.10886677571403 [GeV] -Cell[3,8] 0.19859154162804 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.45997961780836 (GeV) - -Source track ID 6908 (pi+,3.262167546577[GeV]) at (499.98970353407,-3.208794152805,-1674.3827865899) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[1,47] 0.24955387519198 [GeV] -Cell[0,0] 0.016587515089045 [GeV] -Cell[0,47] 0.20409698831376 [GeV] -Cell[1,0] 0.0057177062055501 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.47595608480033 (GeV) - -Source track ID 6904 (gamma,0.53051937575115[GeV]) at (475.84610325967,-153.52682505865,-782.17055125886) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[6,44] 0.0009472180213713 [GeV] -Cell[6,46] 0.0014993146485514 [GeV] -Cell[6,45] 0.0021252891994297 [GeV] -Cell[5,45] 0.51586163257064 [GeV] -Cell[1,26] 0.0010887755562212 [GeV] -Cell[5,44] 0.0071771052902221 [GeV] -Cell[5,46] 0.0018200404647116 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.53051937575115 (GeV) - -Source track ID 6905 (gamma,0.17927399228015[GeV]) at (168.15422825926,-470.87594493511,-1264.5234723019) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[3,37] 0.00072386547920966 [GeV] -Cell[3,39] 0.00095872986307821 [GeV] -Cell[2,3] 0.00051099891 [GeV] -Cell[3,38] 0.17516934519703 [GeV] -Cell[2,14] 0.00058530868697905 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.17794824813629 (GeV) - -Source track ID 6893 (gamma,0.10862020097077[GeV]) at (-256.12149919561,429.42028090181,-127.45900738745) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,14] 0.00012014136532136 [GeV] -Cell[9,16] 0.091930896999852 [GeV] -Cell[9,15] 0.016569162605597 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.10862020097077 (GeV) - -Source track ID 6896 (gamma,0.00096901783511701[GeV]) at (-127.01832540443,483.59729632356,-136.34113638839) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,13] 0.00096901783511701 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00096901783511701 (GeV) - -Source track ID 6897 (gamma,0.00023517509308836[GeV]) at (-97.04656412127,490.49155384395,-141.79323188815) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,13] 0.00023517509308836 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00023517509308836 (GeV) - -Source track ID 6898 (gamma,0.10210043778057[GeV]) at (-96.38732104097,490.62152861706,-141.2954907459) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,13] 0.00038018378434938 [GeV] -Cell[8,12] 0.0019717755002696 [GeV] -Cell[9,12] 0.017640513323577 [GeV] -Cell[9,13] 0.08210796517237 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.10210043778057 (GeV) - -Source track ID 6876 (e+,0.13065576019722[GeV]) at (-29.893961575645,499.10555102234,-153.59713159771) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,11] 0.0020973430478515 [GeV] -Cell[8,13] 0.00065175505841069 [GeV] -Cell[9,11] 0.010964510882739 [GeV] -Cell[8,12] 0.0030580942392292 [GeV] -Cell[9,12] 0.11092794480681 [GeV] -Cell[9,7] 0.00051099891 [GeV] -Cell[11,18] 0.00016555510865994 [GeV] -Cell[8,34] 0.00041094475567607 [GeV] -Cell[10,16] 9.3691788938255e-05 [GeV] -Cell[13,34] 0.00051099891 [GeV] -Cell[13,38] 0.00029116204629731 [GeV] -Cell[19,41] 0.00034544380134006 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.13002844335596 (GeV) - -Source track ID 6882 (gamma,0.031733515144418[GeV]) at (-497.98568013022,44.835949697078,-135.64757308932) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,23] 0.028477839287344 [GeV] -Cell[9,22] 0.0010697958573616 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.029547635144706 (GeV) - -Source track ID 6883 (gamma,0.0085919445171335[GeV]) at (-499.08503752898,30.234505365523,-137.14560529081) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,23] 0.0085919445171335 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0085919445171335 (GeV) - -Source track ID 6884 (gamma,5.5947294577123e-05[GeV]) at (-498.87342380059,33.54559621586,-137.00060525801) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,23] 5.5947294577123e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 5.5947294577123e-05 (GeV) - -Source track ID 6877 (e-,0.47275218877232[GeV]) at (-499.63966271504,18.979131750367,-137.25664437155) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,24] 0.0033484387585727 [GeV] -Cell[9,23] 0.23989218201742 [GeV] -Cell[9,24] 0.22685472081406 [GeV] -Cell[8,23] 0.00063544492315769 [GeV] -Cell[9,22] 0.00082476727350483 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.47155555378672 (GeV) - -Source track ID 6878 (gamma,0.14815181584447[GeV]) at (-470.45468442155,169.32923523663,-336.6612674877) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,9] 0.0014847124077314 [GeV] -Cell[7,23] 0.0018594021655995 [GeV] -Cell[7,22] 0.00026011771879991 [GeV] -Cell[6,31] 0.00051099891 [GeV] -Cell[6,30] 0.0039744916288366 [GeV] -Cell[7,21] 0.0098018184959464 [GeV] -Cell[8,21] 0.12550286671804 [GeV] -Cell[7,20] 0.0018507719500155 [GeV] -Cell[8,20] 0.001884638029502 [GeV] -Cell[10,6] 0.00033833504207256 [GeV] -Cell[6,24] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.14797915197654 (GeV) - -Source track ID 6823 (pi+,0.18771110579428[GeV]) at (-499.61119535109,-19.714296331847,1585.7097197506) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[11,44] 0.00032818522341832 [GeV] -Cell[17,24] 0.090587083439767 [GeV] -Cell[13,5] 0.0080940898272399 [GeV] -Cell[14,5] 0.0025904371807402 [GeV] -Cell[18,1] 0.00024384611288706 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.10184364178405 (GeV) - -Source track ID 6810 (pi-,0.95281539847142[GeV]) at (-379.11194866191,-325.99713247477,-224.72439422336) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,27] 3.009587788938e-07 [GeV] -Cell[8,12] 1.4441320672631e-09 [GeV] -Cell[6,29] 4.8984290527869e-06 [GeV] -Cell[10,24] 2.3632650377294e-06 [GeV] -Cell[6,27] 3.5695794612138e-06 [GeV] -Cell[8,28] 0.0013939337038788 [GeV] -Cell[7,26] 0.0014252539425241 [GeV] -Cell[8,25] 0.0018846091689658 [GeV] -Cell[8,24] 0.00020863163756599 [GeV] -Cell[7,34] 1.5884608699253e-06 [GeV] -Cell[11,27] 6.5551760978906e-06 [GeV] -Cell[11,28] 2.4800582377793e-07 [GeV] -Cell[9,30] 3.0756159032535e-05 [GeV] -Cell[10,1] 7.4641982878347e-06 [GeV] -Cell[11,1] 0.00038800715003163 [GeV] -Cell[8,31] 0.19662365587471 [GeV] -Cell[8,32] 0.10195412327909 [GeV] -Cell[8,30] 0.10213969439092 [GeV] -Cell[8,34] 0.00090808498621539 [GeV] -Cell[9,44] 3.692883241456e-06 [GeV] -Cell[8,26] 0.00061855918845649 [GeV] -Cell[9,26] 0.090921908739622 [GeV] -Cell[9,24] 0.0028501643633483 [GeV] -Cell[9,25] 0.0080498796030709 [GeV] -Cell[8,29] 0.088222637460084 [GeV] -Cell[7,27] 0.0031705362704671 [GeV] -Cell[10,25] 0.0028037309787203 [GeV] -Cell[10,26] 0.010271987122641 [GeV] -Cell[10,27] 0.0045090027100442 [GeV] -Cell[10,28] 0.0005002919792172 [GeV] -Cell[9,28] 0.00054564681742702 [GeV] -Cell[9,29] 0.011353218895825 [GeV] -Cell[11,26] 0.00056236569449175 [GeV] -Cell[11,25] 7.4458289600443e-05 [GeV] -Cell[10,23] 0.0019201035448766 [GeV] -Cell[9,43] 0.00094855302615838 [GeV] -Cell[1,22] 0.00043278254518042 [GeV] -Cell[7,43] 0.0020981088757732 [GeV] -Cell[17,7] 6.6781873329091e-08 [GeV] -Cell[18,6] 0.00096802034603184 [GeV] -Cell[14,22] 0.0019953875799686 [GeV] -Cell[11,0] 0.00033355958440711 [GeV] -Cell[8,16] 7.1139365900308e-09 [GeV] -Cell[8,27] 2.0751963893417e-06 [GeV] -Cell[8,17] 1.6041245544329e-08 [GeV] -Cell[6,28] 0.0017855636771492 [GeV] -Cell[18,7] 0.00024556895464264 [GeV] -Cell[7,28] 0.014438316850624 [GeV] -Cell[9,42] 6.475707719801e-06 [GeV] -Cell[18,9] 1.4441632607486e-05 [GeV] -Cell[10,2] 2.2609974092802e-06 [GeV] -Cell[7,29] 0.00033159760047636 [GeV] -### Total energy deposition in calorimeter by a source track in 52 cells : 0.6569647268632 (GeV) - -Source track ID 6752 (pi-,0.29743354824181[GeV]) at (-496.83532722036,56.166338903598,1833.0109622369) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,12] 4.4827321789853e-07 [GeV] -Cell[7,11] 1.7544092393109e-06 [GeV] -Cell[7,46] 6.2350612893169e-08 [GeV] -Cell[17,46] 3.9275925428228e-05 [GeV] -Cell[19,35] 0.00033188731058908 [GeV] -Cell[9,37] 3.6911282222718e-08 [GeV] -Cell[7,13] 3.9078674075427e-05 [GeV] -Cell[6,34] 3.7379434506875e-05 [GeV] -Cell[6,14] 0.00012545942133875 [GeV] -Cell[17,32] 5.2310895116534e-06 [GeV] -Cell[15,30] 0.00057959276229337 [GeV] -Cell[12,29] 2.1495536257135e-06 [GeV] -Cell[11,29] 5.2551037515514e-07 [GeV] -Cell[17,47] 0.00075115291746022 [GeV] -Cell[16,12] 2.6475900904188e-07 [GeV] -Cell[7,45] 3.8357548106887e-05 [GeV] -Cell[6,13] 0.0023178018248299 [GeV] -Cell[6,11] 2.1141022443771e-08 [GeV] -Cell[12,5] 0.00014245249020382 [GeV] -Cell[19,24] 2.6449695717474e-06 [GeV] -Cell[6,16] 1.7626429063966e-05 [GeV] -Cell[16,38] 0.0019179394474555 [GeV] -Cell[19,2] 3.0972112861491e-05 [GeV] -Cell[16,39] 0.00021771052213467 [GeV] -Cell[17,17] 0.033400409474023 [GeV] -Cell[17,16] 1.1042419588193e-05 [GeV] -Cell[18,16] 2.0173304335913e-05 [GeV] -Cell[17,39] 0.00031191438062638 [GeV] -Cell[17,38] 0.00020016445454939 [GeV] -Cell[15,42] 0.00044223413457428 [GeV] -Cell[15,41] 0.0026077747280955 [GeV] -Cell[16,5] 1.4663334324723e-05 [GeV] -Cell[17,29] 8.0284369178116e-06 [GeV] -Cell[18,35] 0.00063879422225375 [GeV] -Cell[15,11] 6.6812473232858e-06 [GeV] -Cell[15,12] 8.5478803084698e-06 [GeV] -Cell[17,21] 0.00020274732159578 [GeV] -Cell[17,19] 0.0017027868972461 [GeV] -Cell[17,18] 0.056076173605368 [GeV] -Cell[16,21] 0.00053714868337226 [GeV] -Cell[16,22] 0.00060451310397435 [GeV] -Cell[17,22] 4.1671504013721e-06 [GeV] -Cell[17,23] 2.9665149148741e-06 [GeV] -Cell[13,40] 5.5245458497666e-07 [GeV] -Cell[17,37] 3.5963777918369e-08 [GeV] -Cell[14,3] 6.8723416188732e-06 [GeV] -Cell[18,19] 0.00092243281889716 [GeV] -Cell[17,13] 6.0972219216637e-06 [GeV] -Cell[15,20] 0.001147287650642 [GeV] -Cell[15,21] 0.00015724394597362 [GeV] -Cell[6,15] 0.00011278671000036 [GeV] -Cell[13,5] 1.6731007170165e-05 [GeV] -Cell[17,28] 4.1390822123503e-05 [GeV] -Cell[18,18] 0.0068103737097427 [GeV] -Cell[16,13] 0.00087857732915347 [GeV] -Cell[16,46] 1.9292876240797e-06 [GeV] -Cell[18,27] 3.2100946438732e-05 [GeV] -Cell[16,15] 8.3143518131692e-06 [GeV] -Cell[14,8] 0.0015250649957714 [GeV] -Cell[18,1] 3.3399323001504e-08 [GeV] -Cell[17,15] 0.00011250712627043 [GeV] -Cell[17,14] 0.00049229933366689 [GeV] -Cell[16,14] 0.00031104171271136 [GeV] -Cell[19,23] 0.0071228779228791 [GeV] -Cell[19,1] 0.00021282287437498 [GeV] -Cell[19,41] 7.372354157269e-06 [GeV] -Cell[19,22] 2.5654327182565e-06 [GeV] -Cell[18,22] 7.4748579936568e-06 [GeV] -Cell[6,12] 5.3947357566472e-05 [GeV] -Cell[19,0] 0.0011896273001558 [GeV] -Cell[19,47] 0.0041719239602403 [GeV] -Cell[19,46] 1.034582965076e-09 [GeV] -Cell[19,45] 0.0026145059299526 [GeV] -Cell[18,17] 0.0023203385237963 [GeV] -### Total energy deposition in calorimeter by a source track in 74 cells : 0.13368788775925 (GeV) - -Source track ID 6753 (pi+,3.7103970435706[GeV]) at (209.26063830756,454.10349619345,1948.1929048993) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,35] 3.4880635721493e-06 [GeV] -Cell[17,45] 3.3206558839538e-07 [GeV] -Cell[18,45] 5.4752793857915e-08 [GeV] -Cell[11,35] 0.00022232624659591 [GeV] -Cell[8,25] 5.4735564335715e-06 [GeV] -Cell[8,24] 0.0005383236174805 [GeV] -Cell[9,31] 1.0582814702502e-06 [GeV] -Cell[9,32] 1.146960116057e-05 [GeV] -Cell[7,23] 3.5737994496685e-06 [GeV] -Cell[9,39] 9.0261369223299e-09 [GeV] -Cell[13,32] 2.7923088055104e-09 [GeV] -Cell[14,32] 3.5568955354393e-09 [GeV] -Cell[16,30] 1.4790730754612e-05 [GeV] -Cell[19,18] 0.0025743098876084 [GeV] -Cell[15,39] 4.6135932052493e-08 [GeV] -Cell[13,39] 0.012021376122184 [GeV] -Cell[12,28] 0.0039707399800044 [GeV] -Cell[10,44] 0.0012180384457413 [GeV] -Cell[9,38] 0.0073285639081511 [GeV] -Cell[17,47] 0.0014848551875916 [GeV] -Cell[13,3] 0.00046997763681329 [GeV] -Cell[11,34] 0.0033131732065303 [GeV] -Cell[14,39] 0.0069276387473776 [GeV] -Cell[15,38] 0.0014283061633349 [GeV] -Cell[15,37] 1.8083410686813e-06 [GeV] -Cell[14,38] 0.0011271047683829 [GeV] -Cell[14,40] 0.00088921240925958 [GeV] -Cell[12,35] 1.4270318615672e-09 [GeV] -Cell[13,33] 0.00047356157099262 [GeV] -Cell[14,33] 1.0725146158848e-05 [GeV] -Cell[12,15] 0.0016537343306986 [GeV] -Cell[7,24] 0.0002377488804425 [GeV] -Cell[8,23] 8.0652791657485e-06 [GeV] -Cell[13,7] 2.5499681767542e-05 [GeV] -Cell[19,24] 0.00064242145040003 [GeV] -Cell[16,40] 9.6311291563325e-06 [GeV] -Cell[16,41] 0.00062361608117601 [GeV] -Cell[14,1] 0.00035590453575389 [GeV] -Cell[13,1] 0.0034876824165866 [GeV] -Cell[13,0] 0.00069218510923235 [GeV] -Cell[19,16] 0.0022394837751951 [GeV] -Cell[17,16] 0.002343702720406 [GeV] -Cell[16,42] 2.4327853493787e-05 [GeV] -Cell[15,42] 3.9240364014404e-05 [GeV] -Cell[15,41] 0.00024010198839392 [GeV] -Cell[16,5] 7.1138336751574e-05 [GeV] -Cell[15,14] 2.902459615143e-05 [GeV] -Cell[17,35] 7.3797982322844e-05 [GeV] -Cell[17,34] 0.0006665007003495 [GeV] -Cell[17,36] 7.9433030914515e-06 [GeV] -Cell[17,29] 0.00092547761152844 [GeV] -Cell[18,36] 0.0011593515827666 [GeV] -Cell[19,26] 0.00037787020771714 [GeV] -Cell[19,25] 1.5159690839937e-05 [GeV] -Cell[18,35] 0.00015560751640817 [GeV] -Cell[18,34] 0.00085971284994987 [GeV] -Cell[18,30] 2.2496228630189e-05 [GeV] -Cell[19,37] 0.0013728992198127 [GeV] -Cell[18,37] 5.8207660913467e-14 [GeV] -Cell[12,45] 7.9772152033447e-05 [GeV] -Cell[12,44] 0.00071294105781488 [GeV] -Cell[13,44] 2.3571367986733e-05 [GeV] -Cell[13,46] 3.3727982197888e-05 [GeV] -Cell[14,0] 0.0002747219099036 [GeV] -Cell[14,14] 3.0399955903704e-09 [GeV] -Cell[14,37] 0.00072423650902851 [GeV] -Cell[16,6] 0.00030048104823175 [GeV] -Cell[19,20] 3.5122573171975e-05 [GeV] -Cell[19,19] 5.8867050875847e-05 [GeV] -Cell[19,21] 7.2229474608321e-06 [GeV] -Cell[17,33] 9.846009292005e-07 [GeV] -Cell[10,36] 0.00051008747596597 [GeV] -Cell[14,35] 0.0038122055950777 [GeV] -Cell[14,34] 0.0011006682344107 [GeV] -Cell[14,25] 0.00037036804013485 [GeV] -Cell[16,29] 0.0019889460801247 [GeV] -Cell[15,29] 3.3966386646853e-05 [GeV] -Cell[15,40] 8.6324667208828e-06 [GeV] -Cell[17,18] 0.0025416094531899 [GeV] -Cell[16,22] 0.00094198840845672 [GeV] -Cell[17,22] 0.0019716847251657 [GeV] -Cell[17,23] 0.011528886143546 [GeV] -Cell[17,24] 2.8068979736418e-07 [GeV] -Cell[13,38] 0.019601479117325 [GeV] -Cell[16,24] 2.0922595879597e-05 [GeV] -Cell[18,38] 3.3032415958587e-05 [GeV] -Cell[14,2] 3.5042979752802e-05 [GeV] -Cell[13,4] 1.4741985280807e-05 [GeV] -Cell[16,23] 8.8626724550522e-07 [GeV] -Cell[15,43] 1.5332357122588e-07 [GeV] -Cell[15,1] 0.0036816311202764 [GeV] -Cell[15,2] 0.0034668934655082 [GeV] -Cell[16,7] 0.0010388715281097 [GeV] -Cell[17,7] 1.5244597606397e-05 [GeV] -Cell[19,27] 9.539455062054e-06 [GeV] -Cell[17,0] 0.062971250015922 [GeV] -Cell[18,6] 0.00053906516331745 [GeV] -Cell[18,40] 0.0009186458298244 [GeV] -Cell[18,46] 0.0048132626678994 [GeV] -Cell[17,25] 2.052415311482e-09 [GeV] -Cell[19,33] 1.0176904652326e-10 [GeV] -Cell[16,11] 2.3672457376961e-05 [GeV] -Cell[17,12] 0.0013669961916047 [GeV] -Cell[14,24] 0.00020288612589525 [GeV] -Cell[15,0] 0.0016545504066819 [GeV] -Cell[12,25] 6.6397617047187e-06 [GeV] -Cell[19,13] 8.4943254478276e-08 [GeV] -Cell[19,10] 0.0108050258669 [GeV] -Cell[19,8] 1.1208720190491 [GeV] -Cell[17,27] 0.002375032090454 [GeV] -Cell[17,28] 3.0344411527494e-07 [GeV] -Cell[14,42] 6.8291457486339e-05 [GeV] -Cell[18,28] 7.1431787800975e-06 [GeV] -Cell[17,8] 0.00011857088625197 [GeV] -Cell[11,36] 3.7989520933479e-09 [GeV] -Cell[19,38] 0.00051099891 [GeV] -Cell[19,15] 0.0013444554522636 [GeV] -Cell[18,7] 9.6196709828746e-05 [GeV] -Cell[14,15] 0.0022066670147408 [GeV] -Cell[16,46] 9.3124934937805e-06 [GeV] -Cell[18,27] 4.1130804165732e-06 [GeV] -Cell[13,15] 0.0071238959643338 [GeV] -Cell[13,14] 1.2418604455888e-10 [GeV] -Cell[16,45] 9.0646130809546e-05 [GeV] -Cell[19,43] 0.0016036665725856 [GeV] -Cell[19,28] 0.00033307333445532 [GeV] -Cell[18,1] 0.00077847419411335 [GeV] -Cell[18,0] 9.8283983717806e-05 [GeV] -Cell[18,47] 0.00016293184523909 [GeV] -Cell[19,5] 6.9242361932993e-06 [GeV] -Cell[19,23] 0.0011229768780547 [GeV] -Cell[18,25] 2.5738523337395e-05 [GeV] -Cell[18,8] 0.00133397320301 [GeV] -Cell[17,30] 0.00055850123561673 [GeV] -Cell[18,9] 1.9317330455578e-05 [GeV] -Cell[19,22] 0.039250079089426 [GeV] -Cell[18,22] 0.0011069689687465 [GeV] -Cell[19,0] 0.001995513836713 [GeV] -Cell[19,46] 0.0022565845207524 [GeV] -Cell[19,45] 9.0666969230369e-05 [GeV] -Cell[19,9] 0.062998878475209 [GeV] -Cell[19,7] 0.01724531398566 [GeV] -Cell[19,6] 0.00066653540969409 [GeV] -Cell[19,11] 0.0068579603088869 [GeV] -Cell[19,12] 8.7627299351993e-05 [GeV] -Cell[19,42] 5.322633828996e-06 [GeV] -Cell[18,26] 0.0012600546924564 [GeV] -Cell[19,34] 0.00092738379936293 [GeV] -Cell[18,29] 1.032895053504e-05 [GeV] -Cell[19,29] 2.0751525646915e-05 [GeV] -Cell[19,40] 3.1831960484851e-05 [GeV] -Cell[19,44] 4.7782379260752e-06 [GeV] -Cell[15,25] 3.8501469473658e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 153 cells : 1.4764087602275 (GeV) - -Source track ID 6618 (pi+,0.59869233266043[GeV]) at (-417.55321934737,275.0441946536,365.50605937175) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,10] 0.0018813731236052 [GeV] -Cell[9,10] 1.2429920927389e-05 [GeV] -Cell[10,34] 9.3791037594201e-05 [GeV] -Cell[9,11] 0.0007830188360083 [GeV] -Cell[8,12] 0.0012840195464417 [GeV] -Cell[9,12] 9.5905336778856e-05 [GeV] -Cell[12,19] 0.053448746821427 [GeV] -Cell[12,18] 9.6295633822251e-05 [GeV] -Cell[11,32] 0.002183079942595 [GeV] -Cell[11,33] 0.00090566350817403 [GeV] -Cell[11,22] 2.6714840554632e-05 [GeV] -Cell[12,21] 0.11131182053873 [GeV] -Cell[11,19] 0.13482348961343 [GeV] -Cell[12,20] 0.13371495048808 [GeV] -Cell[11,20] 0.00022565146122749 [GeV] -Cell[10,22] 0.00088200717455823 [GeV] -Cell[8,15] 1.5406324819196e-05 [GeV] -Cell[11,7] 0.0008316430671961 [GeV] -Cell[9,20] 8.6896507845617e-05 [GeV] -Cell[10,21] 0.00040218380668568 [GeV] -Cell[10,33] 3.49691574811e-05 [GeV] -Cell[11,34] 5.058901706434e-10 [GeV] -Cell[9,19] 0.00044653759292191 [GeV] -Cell[3,24] 0.00026297537125345 [GeV] -Cell[8,19] 5.0425826309947e-05 [GeV] -Cell[2,36] 5.1525031267374e-08 [GeV] -Cell[3,23] 3.3176036376972e-06 [GeV] -Cell[11,8] 0.00066327049275063 [GeV] -Cell[4,24] 0.0013302566473158 [GeV] -Cell[9,14] 2.125196920133e-07 [GeV] -Cell[4,23] 1.2032056431053e-05 [GeV] -Cell[12,0] 0.0027723869297229 [GeV] -Cell[12,17] 0.0022180757656321 [GeV] -Cell[9,13] 4.1820982232821e-09 [GeV] -Cell[9,16] 1.1476409184979e-05 [GeV] -Cell[9,15] 0.00013615971983063 [GeV] -Cell[8,16] 7.0925538020674e-06 [GeV] -Cell[11,9] 0.0016274162859673 [GeV] -Cell[7,40] 0.0012663671822096 [GeV] -Cell[12,11] 0.00074403779700521 [GeV] -Cell[11,10] 8.4864504555298e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 41 cells : 0.45477701815923 (GeV) - -Source track ID 6743 (gamma,0.15251351239083[GeV]) at (-487.09323500472,-112.8724076674,-730.31335715455) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[6,25] 0.14791698737854 [GeV] -Cell[5,24] 0.00098655528806895 [GeV] -Cell[6,26] 0.00036730360156874 [GeV] -Cell[6,18] 0.00089920356435112 [GeV] -Cell[5,25] 0.0013214647383033 [GeV] -Cell[5,44] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.15200251348083 (GeV) - -Source track ID 6744 (gamma,0.13352323164713[GeV]) at (-462.29599821869,-190.47942154203,2.9650204563139) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,27] 0.028085725405243 [GeV] -Cell[9,26] 0.01757721433657 [GeV] -Cell[10,26] 0.05981595234479 [GeV] -Cell[10,27] 0.028044339560525 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.13352323164713 (GeV) - -Source track ID 6736 (pi-,0.85381305333429[GeV]) at (323.54997284374,-381.20259059037,732.60377220326) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[15,3] 0.0003435261261144 [GeV] -Cell[13,42] 0.19313266096568 [GeV] -Cell[10,7] 8.8727360007397e-06 [GeV] -Cell[9,27] 1.9828773511108e-06 [GeV] -Cell[5,40] 0.00082534582191099 [GeV] -Cell[11,28] 1.2653311569011e-05 [GeV] -Cell[16,32] 3.9990134508116e-05 [GeV] -Cell[17,32] 0.0031434483242336 [GeV] -Cell[17,31] 0.0065778483613837 [GeV] -Cell[13,31] 0.00059227817389024 [GeV] -Cell[16,17] 0.00037832637833878 [GeV] -Cell[13,39] 0.0077615251612976 [GeV] -Cell[11,1] 0.0014119076583816 [GeV] -Cell[11,29] 1.048724525026e-05 [GeV] -Cell[12,26] 3.9389444253175e-05 [GeV] -Cell[12,27] 0.001956575528017 [GeV] -Cell[11,22] 0.00069652843146127 [GeV] -Cell[11,19] 0.00029032089118732 [GeV] -Cell[11,21] 3.2005261164159e-07 [GeV] -Cell[11,20] 8.6492494649519e-06 [GeV] -Cell[14,21] 5.5226211512604e-05 [GeV] -Cell[14,20] 6.6338243755126e-08 [GeV] -Cell[9,26] 0.00022410931351976 [GeV] -Cell[9,25] 0.00057122776616347 [GeV] -Cell[7,1] 0.0001362584137778 [GeV] -Cell[3,17] 9.1975940933708e-05 [GeV] -Cell[3,16] 7.6752785584176e-05 [GeV] -Cell[10,28] 0.00028923241335428 [GeV] -Cell[12,2] 1.0185286897467e-05 [GeV] -Cell[14,40] 0.0069446196026942 [GeV] -Cell[6,38] 9.6154893981293e-07 [GeV] -Cell[12,14] 1.4896939392202e-05 [GeV] -Cell[11,8] 0.0001099374586604 [GeV] -Cell[8,21] 0.00028845462061076 [GeV] -Cell[6,1] 0.00057470516444302 [GeV] -Cell[5,39] 0.00058666605063524 [GeV] -Cell[5,38] 0.00011801398970954 [GeV] -Cell[16,40] 6.116856240169e-06 [GeV] -Cell[15,14] 0.00062187487728738 [GeV] -Cell[13,41] 0.40869773483758 [GeV] -Cell[15,8] 7.9890755005181e-06 [GeV] -Cell[13,43] 0.0018851139829447 [GeV] -Cell[14,41] 2.6548960369951e-05 [GeV] -Cell[12,16] 0.0002474570465838 [GeV] -Cell[15,7] 1.1064465244999e-05 [GeV] -Cell[14,10] 7.7659153612331e-07 [GeV] -Cell[16,19] 0.00087284092107029 [GeV] -Cell[16,18] 9.993238694733e-06 [GeV] -Cell[16,2] 5.3636752127204e-06 [GeV] -Cell[16,3] 7.9993541350859e-05 [GeV] -Cell[14,19] 1.2328427942521e-08 [GeV] -Cell[16,4] 8.962833089754e-08 [GeV] -Cell[16,20] 9.411714545422e-07 [GeV] -Cell[13,38] 7.7719610231952e-06 [GeV] -Cell[13,40] 0.004844500864802 [GeV] -Cell[12,39] 1.856046525063e-06 [GeV] -Cell[16,24] 1.2304718477822e-05 [GeV] -Cell[16,33] 1.8445973168127e-05 [GeV] -Cell[12,10] 2.5595787185011e-05 [GeV] -Cell[14,2] 0.00083633867226945 [GeV] -Cell[19,27] 2.393123206275e-05 [GeV] -Cell[15,4] 4.896609084426e-09 [GeV] -Cell[11,0] 5.0931703299284e-12 [GeV] -Cell[15,24] 0.00090639936225699 [GeV] -Cell[12,25] 3.3141276566312e-05 [GeV] -Cell[10,8] 0.0010183707057714 [GeV] -Cell[14,42] 4.5373999057233e-05 [GeV] -Cell[18,28] 7.8580342233181e-12 [GeV] -Cell[11,9] 0.0040243291732884 [GeV] -Cell[13,12] 7.7019011223456e-07 [GeV] -Cell[14,6] 0.0011869069172953 [GeV] -Cell[5,41] 0.00050840270996287 [GeV] -Cell[10,6] 1.4021672541276e-07 [GeV] -Cell[13,14] 0.0030613655406884 [GeV] -Cell[15,15] 5.1502797907688e-07 [GeV] -Cell[11,10] 2.3205194243928e-05 [GeV] -Cell[19,28] 4.1961833775304e-06 [GeV] -Cell[5,44] 2.4938414862845e-06 [GeV] -Cell[19,46] 3.5133608616889e-07 [GeV] -Cell[15,25] 0.0016767639720437 [GeV] -Cell[5,42] 0.00031400551595289 [GeV] -Cell[13,13] 0.0012457482989875 [GeV] -### Total energy deposition in calorimeter by a source track in 82 cells : 0.65962306754277 (GeV) - -Source track ID 6733 (gamma,0.37778731993224[GeV]) at (315.89620651223,-387.56881545241,149.20557582031) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,40] 0.0075752483060497 [GeV] -Cell[10,33] 0.00029761465211593 [GeV] -Cell[10,39] 0.00060046197560491 [GeV] -Cell[10,41] 0.36124315161412 [GeV] -Cell[11,42] 0.00046362663169301 [GeV] -Cell[11,41] 0.0034281000472698 [GeV] -Cell[11,36] 0.0031863168695534 [GeV] -Cell[13,13] 0.00027437094143916 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.37706889103785 (GeV) - -Source track ID 6734 (gamma,0.13885684299554[GeV]) at (475.10692256774,-155.79926870244,345.33262214766) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,45] 0.12255508440464 [GeV] -Cell[12,45] 0.014057114137772 [GeV] -Cell[12,44] 0.0017336455431273 [GeV] -Cell[12,46] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.13885684299554 (GeV) - -Source track ID 6638 (gamma,0.1484777566564[GeV]) at (-237.22761434073,440.13981755143,-159.00519828048) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,15] 0.0082690776323152 [GeV] -Cell[9,16] 0.0022391900200799 [GeV] -Cell[9,15] 0.13212461434579 [GeV] -Cell[8,16] 0.0058448746582128 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.1484777566564 (GeV) - -Source track ID 6639 (gamma,0.20137908385321[GeV]) at (152.3266685699,476.23165165956,-66.015724569503) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,9] 0.19791021012733 [GeV] -Cell[9,10] 0.0029673854008439 [GeV] -Cell[9,4] 0.000205006020435 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.20108260154861 (GeV) - -Source track ID 6623 (pi-,0.39879124922617[GeV]) at (388.87132956748,-314.29140783741,367.68843544358) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,9] 1.3291354494868e-05 [GeV] -Cell[13,42] 9.2830901220395e-06 [GeV] -Cell[9,10] 8.3067989078245e-07 [GeV] -Cell[7,11] 1.0598735156236e-05 [GeV] -Cell[10,7] 8.2065240858356e-05 [GeV] -Cell[9,12] 0.00038414441533746 [GeV] -Cell[7,26] 5.374750107876e-06 [GeV] -Cell[8,25] 1.0635304306561e-08 [GeV] -Cell[9,31] 8.3919009484816e-06 [GeV] -Cell[11,27] 0.00013681149609683 [GeV] -Cell[11,28] 0.00016097557915533 [GeV] -Cell[9,30] 6.136967043858e-06 [GeV] -Cell[8,0] 6.9328933022916e-07 [GeV] -Cell[11,31] 7.4124772509094e-06 [GeV] -Cell[17,31] 0.0003923133918147 [GeV] -Cell[14,31] 1.1104169650935e-05 [GeV] -Cell[11,15] 2.905581262894e-05 [GeV] -Cell[11,30] 0.0025517897512382 [GeV] -Cell[11,29] 0.0017067841104354 [GeV] -Cell[11,23] 3.3532931679474e-06 [GeV] -Cell[11,22] 2.806045813486e-08 [GeV] -Cell[12,23] 6.9778605892111e-05 [GeV] -Cell[13,20] 0.0054478911832654 [GeV] -Cell[8,26] 3.6995275549657e-05 [GeV] -Cell[8,29] 1.8201535567641e-10 [GeV] -Cell[10,44] 0.00043539579732408 [GeV] -Cell[9,28] 1.8574428963802e-08 [GeV] -Cell[9,29] 0.00052757831795748 [GeV] -Cell[12,2] 9.782534558326e-06 [GeV] -Cell[11,44] 0.0020023147664922 [GeV] -Cell[11,45] 0.0015422559305431 [GeV] -Cell[11,38] 1.1046442843508e-05 [GeV] -Cell[6,1] 2.5706106225698e-07 [GeV] -Cell[11,47] 0.00069798634643325 [GeV] -Cell[6,2] 0.00018256935380293 [GeV] -Cell[9,14] 0.00036037761896864 [GeV] -Cell[17,16] 6.6469189187046e-06 [GeV] -Cell[16,42] 0.00056997447974584 [GeV] -Cell[10,13] 0.0012585203856288 [GeV] -Cell[12,45] 0.00051099891 [GeV] -Cell[12,44] 0.0038954884740827 [GeV] -Cell[11,43] 0.03807613255207 [GeV] -Cell[12,43] 0.019545358220697 [GeV] -Cell[12,46] 0.00046987187687967 [GeV] -Cell[13,44] 3.9661737442202e-05 [GeV] -Cell[13,43] 0.018759944098449 [GeV] -Cell[13,46] 0.00011839377716115 [GeV] -Cell[12,0] 3.8044023385737e-06 [GeV] -Cell[12,16] 0.0024225896437613 [GeV] -Cell[14,0] 0.00022350267582567 [GeV] -Cell[14,17] 9.057402115468e-05 [GeV] -Cell[14,14] 7.307194697205e-06 [GeV] -Cell[18,33] 1.5394276881125e-05 [GeV] -Cell[10,12] 0.0014959537226672 [GeV] -Cell[12,40] 1.4800954435486e-05 [GeV] -Cell[17,20] 9.9953426797583e-09 [GeV] -Cell[17,19] 0.0006887551407558 [GeV] -Cell[17,18] 9.3530563108288e-05 [GeV] -Cell[12,39] 0.0025045900894766 [GeV] -Cell[15,34] 6.0001290112268e-06 [GeV] -Cell[11,42] 0.030325695434865 [GeV] -Cell[12,41] 0.0032560336335115 [GeV] -Cell[12,42] 0.096236789810332 [GeV] -Cell[11,41] 0.0014392996401907 [GeV] -Cell[9,13] 0.0041847356290955 [GeV] -Cell[12,12] 1.818956527859e-05 [GeV] -Cell[11,39] 0.0008477664064485 [GeV] -Cell[10,11] 0.0021245603448031 [GeV] -Cell[15,21] 1.7564707261045e-05 [GeV] -Cell[11,14] 5.8383380237501e-06 [GeV] -Cell[10,9] 2.7098267423753e-08 [GeV] -Cell[10,8] 7.4429520964259e-09 [GeV] -Cell[10,10] 7.2632406435105e-06 [GeV] -Cell[10,15] 0.0014603123838482 [GeV] -Cell[18,18] 3.3948143856833e-05 [GeV] -Cell[17,42] 3.6141997843515e-06 [GeV] -Cell[14,15] 0.00018729560359964 [GeV] -Cell[10,6] 2.2656923916657e-05 [GeV] -Cell[13,15] 0.001885942545984 [GeV] -Cell[14,18] 0.00069758904705304 [GeV] -Cell[13,17] 9.7155090484989e-05 [GeV] -Cell[12,11] 4.0004558104556e-06 [GeV] -Cell[10,45] 9.6042640507221e-13 [GeV] -Cell[17,30] 0.00049354375980511 [GeV] -### Total energy deposition in calorimeter by a source track in 84 cells : 0.25101233087894 (GeV) - -Source track ID 6615 (gamma,0.094503470007519[GeV]) at (318.0714252155,385.78565092727,-1059.6705639457) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,34] 0.00039625567720217 [GeV] -Cell[1,38] 0.00052898274332884 [GeV] -Cell[0,39] 6.2269000073867e-05 [GeV] -Cell[0,20] 0.00051099891 [GeV] -Cell[0,12] 0.00051006308395628 [GeV] -Cell[2,23] 0.00032722945507307 [GeV] -Cell[2,36] 0.00051099891 [GeV] -Cell[5,1] 0.0011418226154338 [GeV] -Cell[1,17] 0.0017579009354448 [GeV] -Cell[4,7] 0.011732872637663 [GeV] -Cell[4,6] 0.046581653844241 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.064061047812417 (GeV) - -Source track ID 6579 (pi+,0.33210225348173[GeV]) at (217.54645859775,450.19277909755,-1605.7945856355) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,35] 2.520318957977e-08 [GeV] -Cell[3,21] 0.00014736445007668 [GeV] -Cell[6,44] 1.098021357393e-09 [GeV] -Cell[8,31] 0.0020945737757233 [GeV] -Cell[9,35] 0.00066726704536632 [GeV] -Cell[4,32] 0.00059385354478309 [GeV] -Cell[2,19] 0.000703978148327 [GeV] -Cell[3,22] 0.00035094670855312 [GeV] -Cell[2,18] 0.00059870805451101 [GeV] -Cell[10,23] 2.4080759612843e-07 [GeV] -Cell[0,6] 0.010069004808265 [GeV] -Cell[7,45] 0.00046382508359943 [GeV] -Cell[2,10] 0.001432598416478 [GeV] -Cell[2,9] 0.00015316702036819 [GeV] -Cell[0,40] 0.0016991824400926 [GeV] -Cell[0,39] 0.00023334131063314 [GeV] -Cell[0,0] 1.7457284819102e-05 [GeV] -Cell[1,4] 0.00098171587179957 [GeV] -Cell[7,44] 2.0039152559548e-09 [GeV] -Cell[1,12] 1.5733777807327e-05 [GeV] -Cell[0,1] 2.963300832198e-05 [GeV] -Cell[4,26] 2.1613431576156e-05 [GeV] -Cell[0,4] 0.0014066770069191 [GeV] -Cell[0,5] 0.0071974997349351 [GeV] -Cell[0,3] 1.7259485503018e-09 [GeV] -Cell[1,11] 0.0023017850995984 [GeV] -Cell[2,11] 0.00010215675923632 [GeV] -Cell[1,5] 0.0023835999902949 [GeV] -Cell[0,7] 0.003156722028064 [GeV] -Cell[0,8] 0.001259679459783 [GeV] -Cell[1,7] 0.0035386648111182 [GeV] -Cell[2,7] 0.0010541367279338 [GeV] -Cell[1,8] 0.057017580518404 [GeV] -Cell[2,8] 0.00019755091637853 [GeV] -Cell[1,9] 5.3183317827688e-05 [GeV] -Cell[4,24] 0.0022230563850491 [GeV] -Cell[2,12] 0.00034149182249257 [GeV] -Cell[1,10] 3.9164620146153e-05 [GeV] -Cell[5,26] 0.0012579330870281 [GeV] -Cell[6,15] 7.6815235079266e-06 [GeV] -Cell[5,23] 6.2172022880986e-06 [GeV] -Cell[5,25] 4.4683831674774e-09 [GeV] -Cell[4,25] 1.4690983694436e-05 [GeV] -Cell[5,15] 3.8502729439642e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 44 cells : 0.10387221421229 (GeV) - -Source track ID 6580 (pi-,0.6147465153986[GeV]) at (85.195281082229,492.6883031708,-890.0827129045) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,28] 3.0650682509759e-06 [GeV] -Cell[2,32] 0.0020652732395009 [GeV] -Cell[2,31] 2.4117124332747e-05 [GeV] -Cell[7,23] 0.0032138325681124 [GeV] -Cell[7,22] 0.0017488933064659 [GeV] -Cell[4,27] 6.2285167928167e-08 [GeV] -Cell[6,46] 2.8526992537081e-09 [GeV] -Cell[4,14] 0.00097899803145788 [GeV] -Cell[6,8] 4.5538763515651e-10 [GeV] -Cell[9,18] 6.0290489665931e-05 [GeV] -Cell[10,18] 0.0017299277622988 [GeV] -Cell[5,9] 0.010983547810818 [GeV] -Cell[5,10] 0.0091939370297651 [GeV] -Cell[5,11] 0.066419650975156 [GeV] -Cell[5,12] 0.0068634554306054 [GeV] -Cell[7,41] 0.00059962310468984 [GeV] -Cell[6,23] 0.010416086026862 [GeV] -Cell[9,20] 1.7758090310963e-05 [GeV] -Cell[12,36] 4.471440181419e-06 [GeV] -Cell[6,4] 8.0751109635457e-08 [GeV] -Cell[4,16] 3.5745906643569e-08 [GeV] -Cell[6,9] 1.0845251381397e-09 [GeV] -Cell[2,30] 1.5317717584367e-06 [GeV] -Cell[5,7] 7.1987813730175e-05 [GeV] -Cell[5,8] 0.0013376142229679 [GeV] -Cell[2,5] 1.0982041658281e-09 [GeV] -Cell[5,16] 3.3788256087064e-07 [GeV] -Cell[2,6] 0.00070847913777709 [GeV] -Cell[9,19] 0.00034870022166035 [GeV] -Cell[6,22] 0.0041087724546987 [GeV] -Cell[5,13] 0.0064606918969037 [GeV] -Cell[5,14] 1.4687683880084e-06 [GeV] -Cell[6,13] 5.625117541058e-06 [GeV] -Cell[3,9] 0.00042475240337421 [GeV] -Cell[3,10] 0.006910708074015 [GeV] -Cell[7,24] 2.9125457018381e-05 [GeV] -Cell[7,19] 0.0028216752302595 [GeV] -Cell[7,18] 1.1500573145895e-07 [GeV] -Cell[0,43] 2.6320194563596e-05 [GeV] -Cell[6,18] 0.00015269792798745 [GeV] -Cell[1,35] 7.407508447136e-05 [GeV] -Cell[7,21] 0.00011861952222296 [GeV] -Cell[8,21] 0.00064778903389686 [GeV] -Cell[4,12] 0.011156783314233 [GeV] -Cell[4,11] 0.0027786484252024 [GeV] -Cell[0,34] 1.7461146865116e-07 [GeV] -Cell[4,13] 0.016624351123067 [GeV] -Cell[2,33] 0.00059706170473191 [GeV] -Cell[1,32] 8.1338460295228e-05 [GeV] -Cell[7,20] 0.010158546765764 [GeV] -Cell[4,37] 1.7342762439512e-05 [GeV] -Cell[14,11] 4.8510107735638e-06 [GeV] -Cell[15,11] 1.9661047427007e-05 [GeV] -Cell[15,12] 0.00030064753285228 [GeV] -Cell[6,19] 0.003301853734989 [GeV] -Cell[8,20] 0.0065832256443314 [GeV] -Cell[6,21] 1.3391578204391e-07 [GeV] -Cell[7,40] 1.0587204680746e-05 [GeV] -Cell[7,39] 9.8180520581082e-08 [GeV] -Cell[4,7] 6.0710920365636e-06 [GeV] -Cell[3,28] 4.1046701208415e-05 [GeV] -Cell[3,8] 2.4382192482221e-05 [GeV] -Cell[6,12] 0.00016174813473083 [GeV] -Cell[6,47] 5.3603215860676e-08 [GeV] -Cell[7,15] 0.0021159734330884 [GeV] -Cell[4,8] 0.0010559824609816 [GeV] -Cell[4,9] 0.00094984951619415 [GeV] -Cell[4,10] 0.00011930563501153 [GeV] -Cell[6,20] 0.0041940361066667 [GeV] -Cell[10,17] 9.1138501393289e-06 [GeV] -Cell[3,30] 0.0010627139854231 [GeV] -Cell[1,34] 2.1096166134271e-05 [GeV] -Cell[0,35] 6.4795236767168e-08 [GeV] -Cell[5,20] 0.0012973212558704 [GeV] -Cell[5,21] 2.0554881575663e-07 [GeV] -Cell[4,15] 1.5879380890397e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 76 cells : 0.20128434828969 (GeV) - -Source track ID 4935 (pi+,0.42347731427679[GeV]) at (-380.75765731985,324.07345832743,-1080.2669933495) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[5,43] 5.7747142855078e-06 [GeV] -Cell[5,9] 0.0018126234642424 [GeV] -Cell[5,10] 0.0095766820747377 [GeV] -Cell[5,11] 0.00010977533655785 [GeV] -Cell[6,23] 0.0013665842239977 [GeV] -Cell[10,40] 7.4499203474261e-06 [GeV] -Cell[3,17] 0.02400906574248 [GeV] -Cell[3,16] 1.1817023391814e-08 [GeV] -Cell[3,18] 0.0069498742368056 [GeV] -Cell[3,37] 0.00031709214085197 [GeV] -Cell[10,41] 4.2410993191879e-06 [GeV] -Cell[12,34] 7.0587986556347e-06 [GeV] -Cell[4,18] 0.12297844929464 [GeV] -Cell[5,17] 3.6403653211892e-09 [GeV] -Cell[4,17] 0.060482785661671 [GeV] -Cell[4,16] 0.0015618649271836 [GeV] -Cell[6,9] 1.7003831089824e-09 [GeV] -Cell[5,7] 0.0014260020713059 [GeV] -Cell[5,8] 0.078003894122278 [GeV] -Cell[5,16] 1.703184392909e-06 [GeV] -Cell[5,6] 6.753547138544e-05 [GeV] -Cell[6,22] 0.00076943584202229 [GeV] -Cell[5,5] 1.1462358525023e-06 [GeV] -Cell[13,44] 0.00033115989878775 [GeV] -Cell[13,45] 6.1903847381473e-11 [GeV] -Cell[14,44] 0.0001272493678639 [GeV] -Cell[14,0] 8.4668683703057e-06 [GeV] -Cell[6,6] 0.00037121901458147 [GeV] -Cell[6,7] 1.2545685720397e-05 [GeV] -Cell[4,7] 1.4590314240195e-06 [GeV] -Cell[5,44] 0.00025391817441562 [GeV] -Cell[5,15] 3.8854750528117e-11 [GeV] -Cell[4,10] 0.00044725337092743 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.31101232723363 (GeV) - -Source track ID 6547 (pi-,0.49373714187556[GeV]) at (313.38679177164,-389.60071707208,-965.99030594409) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,0] 1.6440529871034e-05 [GeV] -Cell[5,40] 0.0010845537208237 [GeV] -Cell[4,39] 0.00044640136696296 [GeV] -Cell[2,42] 0.00010022897569775 [GeV] -Cell[4,44] 5.154458917616e-05 [GeV] -Cell[4,38] 3.8228458640674e-05 [GeV] -Cell[4,45] 6.3020154811966e-07 [GeV] -Cell[3,42] 1.0508199672927e-05 [GeV] -Cell[2,43] 9.4381334017385e-05 [GeV] -Cell[2,45] 0.00096272490297497 [GeV] -Cell[3,44] 0.008096452690239 [GeV] -Cell[4,43] 0.0012092928751081 [GeV] -Cell[3,43] 0.0021875973409991 [GeV] -Cell[4,40] 0.065992079176405 [GeV] -Cell[2,44] 0.0090306731439666 [GeV] -Cell[3,45] 0.005669689163089 [GeV] -Cell[1,43] 0.00076660297119656 [GeV] -Cell[4,26] 3.8480378862005e-06 [GeV] -Cell[2,25] 0.00046020798315385 [GeV] -Cell[2,24] 1.2000236266317e-05 [GeV] -Cell[4,12] 0.0023048502316668 [GeV] -Cell[4,37] 0.00080358599879673 [GeV] -Cell[4,41] 0.14885520874358 [GeV] -Cell[6,6] 1.3240003609098e-06 [GeV] -Cell[5,41] 0.051873696459136 [GeV] -Cell[4,42] 0.041006159247752 [GeV] -### Total energy deposition in calorimeter by a source track in 26 cells : 0.34107891057899 (GeV) - -Source track ID 6548 (pi+,1.8609253944214[GeV]) at (-197.3324697316,459.41255575967,-618.37689661633) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,9] 5.8030559467966e-05 [GeV] -Cell[7,10] 0.00016431949480648 [GeV] -Cell[8,11] 1.3033141294727e-05 [GeV] -Cell[7,12] 2.0636433715708e-06 [GeV] -Cell[8,13] 1.3185152696678e-05 [GeV] -Cell[7,11] 1.067272170792e-05 [GeV] -Cell[9,17] 1.348737346234e-07 [GeV] -Cell[7,46] 0.00018787836794036 [GeV] -Cell[8,12] 0.0015849261559028 [GeV] -Cell[6,29] 1.7450656741858e-09 [GeV] -Cell[3,33] 1.8116611499863e-10 [GeV] -Cell[7,35] 0.00056684373090366 [GeV] -Cell[7,13] 0.0072071178713079 [GeV] -Cell[8,14] 0.0060105519511019 [GeV] -Cell[6,41] 4.1554932715826e-07 [GeV] -Cell[6,42] 0.00015667900231335 [GeV] -Cell[6,14] 1.0028188421421 [GeV] -Cell[11,29] 0.00077527407352454 [GeV] -Cell[11,22] 0.00088635061916625 [GeV] -Cell[12,21] 8.3884401647083e-11 [GeV] -Cell[11,21] 1.6906205590885e-06 [GeV] -Cell[5,9] 2.6922458427748e-05 [GeV] -Cell[5,11] 1.3777701042272e-09 [GeV] -Cell[5,12] 0.00010984320670207 [GeV] -Cell[6,43] 1.4944359078299e-06 [GeV] -Cell[5,19] 0.00023340126721632 [GeV] -Cell[8,15] 0.0009743710962299 [GeV] -Cell[6,17] 0.01708279504761 [GeV] -Cell[10,16] 0.0029716830859589 [GeV] -Cell[6,40] 0.0010116834296562 [GeV] -Cell[1,18] 9.6318410096728e-05 [GeV] -Cell[10,38] 0.00028833863932778 [GeV] -Cell[12,37] 7.9932529265534e-06 [GeV] -Cell[5,18] 6.9138628896326e-07 [GeV] -Cell[5,17] 0.0012693962499786 [GeV] -Cell[6,30] 1.987165567698e-06 [GeV] -Cell[0,18] 0.00061145439528559 [GeV] -Cell[2,9] 6.37642738875e-05 [GeV] -Cell[6,38] 6.5964555251412e-06 [GeV] -Cell[5,8] 3.7368244375102e-07 [GeV] -Cell[2,34] 0.00073127639006236 [GeV] -Cell[5,16] 0.00024324609276391 [GeV] -Cell[3,34] 6.3178836148836e-07 [GeV] -Cell[2,41] 1.5945306484355e-05 [GeV] -Cell[8,18] 0.00027829034127899 [GeV] -Cell[5,13] 8.6815768463566e-07 [GeV] -Cell[5,14] 0.00063991066427582 [GeV] -Cell[6,13] 0.010274273014032 [GeV] -Cell[7,19] 0.00022639342515868 [GeV] -Cell[7,18] 0.0034995746432128 [GeV] -Cell[6,18] 0.0016860608306964 [GeV] -Cell[6,39] 3.7245943967719e-06 [GeV] -Cell[6,11] 1.5892791220722e-06 [GeV] -Cell[7,14] 0.0018374790430724 [GeV] -Cell[11,38] 1.9673670976772e-09 [GeV] -Cell[6,1] 0.00080068193055956 [GeV] -Cell[0,17] 0.00033118813029591 [GeV] -Cell[4,35] 4.7834089931484e-06 [GeV] -Cell[2,33] 6.1424399445968e-05 [GeV] -Cell[9,14] 0.017595315137759 [GeV] -Cell[6,3] 1.7792145407611e-06 [GeV] -Cell[6,5] 0.0028821781027103 [GeV] -Cell[4,36] 0.00023990064573718 [GeV] -Cell[3,26] 0.00080161631368719 [GeV] -Cell[6,16] 0.0072226160607151 [GeV] -Cell[15,17] 3.4335301961619e-09 [GeV] -Cell[10,13] 4.6702056124559e-09 [GeV] -Cell[14,17] 4.8862582082165e-07 [GeV] -Cell[13,37] 6.9835601607338e-08 [GeV] -Cell[13,38] 0.0001460199376323 [GeV] -Cell[11,40] 0.0014864102462612 [GeV] -Cell[9,16] 7.1719807692716e-10 [GeV] -Cell[11,39] 0.0010664958101457 [GeV] -Cell[6,15] 0.13323597483323 [GeV] -Cell[6,19] 0.00068084221626577 [GeV] -Cell[12,38] 1.2843062734191e-07 [GeV] -Cell[10,15] 1.1703877323725e-06 [GeV] -Cell[9,15] 0.010502029986875 [GeV] -Cell[8,20] 3.4334360359935e-05 [GeV] -Cell[7,17] 0.0092128467776327 [GeV] -Cell[10,14] 1.0359719475446e-06 [GeV] -Cell[7,16] 0.0042893688118043 [GeV] -Cell[8,17] 0.0010584518840709 [GeV] -Cell[7,40] 2.0833517055507e-08 [GeV] -Cell[7,39] 9.905536135193e-07 [GeV] -Cell[6,28] 3.6621349863708e-10 [GeV] -Cell[14,18] 6.5822387114167e-09 [GeV] -Cell[9,41] 0.00056921754987411 [GeV] -Cell[6,12] 0.0034773391866001 [GeV] -Cell[5,42] 0.00088939610713794 [GeV] -Cell[5,15] 0.0033464356263763 [GeV] -Cell[7,15] 0.002396529612471 [GeV] -Cell[6,20] 0.00015163454939659 [GeV] -Cell[4,42] 0.00026183099270986 [GeV] -### Total energy deposition in calorimeter by a source track in 94 cells : 1.2674069487777 (GeV) - -Source track ID 6545 (gamma,1.5112205487345[GeV]) at (-499.81457200858,13.615932133936,-1633.5784623622) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,23] 0.015882175806313 [GeV] -Cell[3,33] 0.00027744037464787 [GeV] -Cell[0,16] 0.0012483993982399 [GeV] -Cell[1,20] 0.00067225809762486 [GeV] -Cell[0,13] 0.0010478819981536 [GeV] -Cell[0,24] 0.0028961585642212 [GeV] -Cell[0,6] 0.0025011753034821 [GeV] -Cell[0,21] 0.00051099891 [GeV] -Cell[4,45] 0.00033909298858248 [GeV] -Cell[3,42] 0.0011209828811655 [GeV] -Cell[2,43] 0.0012984177421036 [GeV] -Cell[0,22] 0.0016801597192952 [GeV] -Cell[1,22] 0.0027863757104942 [GeV] -Cell[1,23] 1.3483090062401 [GeV] -Cell[2,9] 0.0028362556355665 [GeV] -Cell[2,45] 0.00051099891 [GeV] -Cell[1,38] 0.00252739155801 [GeV] -Cell[1,21] 0.00010609694067178 [GeV] -Cell[2,5] 0.00050281293345203 [GeV] -Cell[3,34] 0.0028888156963409 [GeV] -Cell[2,40] 0.00034489473125663 [GeV] -Cell[1,24] 0.06455762068439 [GeV] -Cell[1,41] 0.0012945829258326 [GeV] -Cell[1,25] 0.0038601268246097 [GeV] -Cell[2,3] 0.00039157756324393 [GeV] -Cell[0,7] 0.0023049001174105 [GeV] -Cell[14,47] 0.00051099891 [GeV] -Cell[4,6] 0.00040076303159679 [GeV] -Cell[3,8] 0.0019477638208107 [GeV] -### Total energy deposition in calorimeter by a source track in 29 cells : 1.4655561240176 (GeV) - -Source track ID 6546 (gamma,2.1679106429722[GeV]) at (-488.39602862484,-107.0949075516,-1544.056680309) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[2,32] 0.00051099891 [GeV] -Cell[6,46] 0.00033515368967421 [GeV] -Cell[5,9] 0.00033230425287397 [GeV] -Cell[3,47] 0.00062376200001064 [GeV] -Cell[3,42] 0.00062399239435044 [GeV] -Cell[7,45] 0.00041482179775872 [GeV] -Cell[1,23] 0.0048146469430597 [GeV] -Cell[2,9] 0.0003780798389504 [GeV] -Cell[1,37] 0.00051099891 [GeV] -Cell[1,39] 0.0013991043051962 [GeV] -Cell[2,26] 0.023649311811492 [GeV] -Cell[3,43] 0.0008473153977831 [GeV] -Cell[2,34] 0.0007786037235121 [GeV] -Cell[3,34] 0.00051099891 [GeV] -Cell[0,12] 0.00074999290187065 [GeV] -Cell[0,30] 0.0014564970241111 [GeV] -Cell[2,41] 0.00037015468944786 [GeV] -Cell[1,19] 0.00064677798024518 [GeV] -Cell[1,24] 0.015720376845946 [GeV] -Cell[3,31] 0.0010112627941327 [GeV] -Cell[0,43] 0.00068408522847144 [GeV] -Cell[1,25] 0.43957960015943 [GeV] -Cell[0,36] 0.00051099891 [GeV] -Cell[0,2] 0.00036679538544362 [GeV] -Cell[1,3] 0.00099831561296596 [GeV] -Cell[2,3] 0.0026122275026801 [GeV] -Cell[2,25] 1.6010885069815 [GeV] -Cell[2,24] 0.0042283532692322 [GeV] -Cell[1,27] 0.0012455202322456 [GeV] -Cell[2,8] 0.00061883561846437 [GeV] -Cell[1,10] 0.00051099891 [GeV] -Cell[2,13] 0.0012620291266371 [GeV] -Cell[1,26] 0.017068453855194 [GeV] -Cell[2,14] 0.00067211396718948 [GeV] -Cell[0,35] 0.00093431155385978 [GeV] -Cell[4,15] 0.00094171103900649 [GeV] -Cell[5,37] 0.0014713882562629 [GeV] -### Total energy deposition in calorimeter by a source track in 37 cells : 2.130479400729 (GeV) - -Source track ID 6516 (pi-,0.39150497770041[GeV]) at (-225.03849516087,446.49487756942,-1627.2023065678) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[5,34] 0.002265786921171 [GeV] -Cell[6,34] 1.3832089757329e-05 [GeV] -Cell[5,33] 9.6830514661178e-05 [GeV] -Cell[11,32] 0.0002857386383704 [GeV] -Cell[11,30] 0.0041170599224792 [GeV] -Cell[0,16] 0.0065786828259818 [GeV] -Cell[2,17] 0.001278135828732 [GeV] -Cell[7,27] 7.9034361988306e-10 [GeV] -Cell[0,14] 0.00083823513388324 [GeV] -Cell[3,37] 8.4983184933662e-12 [GeV] -Cell[3,35] 8.9860986918211e-09 [GeV] -Cell[0,18] 1.2981854699319e-05 [GeV] -Cell[5,8] 0.00083403403910288 [GeV] -Cell[2,35] 0.0040068318467265 [GeV] -Cell[0,28] 0.0040255235286815 [GeV] -Cell[5,35] 0.0040208829599596 [GeV] -Cell[4,4] 0.0032970654139649 [GeV] -Cell[3,36] 0.00051843012589734 [GeV] -Cell[1,28] 8.7394137808587e-06 [GeV] -Cell[0,31] 0.0011104642697294 [GeV] -Cell[1,15] 0.10521678071929 [GeV] -Cell[1,16] 0.16910061011461 [GeV] -Cell[3,7] 0.0024084320476911 [GeV] -Cell[0,17] 0.0010337732101844 [GeV] -Cell[1,27] 0.0010881532171763 [GeV] -Cell[0,27] 4.3254055955913e-05 [GeV] -Cell[1,17] 0.00026523961899113 [GeV] -Cell[4,41] 5.7635673729237e-06 [GeV] -Cell[18,34] 5.7544523375441e-05 [GeV] -Cell[18,33] 0.0002063867873909 [GeV] -Cell[7,28] 6.1251279328189e-07 [GeV] -Cell[7,29] 1.7180836948683e-08 [GeV] -Cell[14,7] 2.5664664863143e-05 [GeV] -Cell[0,15] 0.0057308039074241 [GeV] -Cell[6,33] 0.00015276838311911 [GeV] -Cell[1,2] 1.6113033852889e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 36 cells : 0.31864668092697 (GeV) - -Source track ID 6493 (pi+,4.020160330579[GeV]) at (-418.43869028672,-273.69519994172,-1788.8304615362) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,12] 3.9381057984428e-05 [GeV] -Cell[2,32] 5.9825244912645e-05 [GeV] -Cell[1,40] 0.0031947983489473 [GeV] -Cell[8,3] 0.0012231039694416 [GeV] -Cell[6,46] 5.9157366649742e-10 [GeV] -Cell[4,39] 8.3750502963085e-06 [GeV] -Cell[10,18] 0.00069693703821645 [GeV] -Cell[2,46] 3.3192927475511e-05 [GeV] -Cell[3,46] 4.7526150592603e-07 [GeV] -Cell[6,17] 5.4793743765913e-07 [GeV] -Cell[0,16] 0.0011423756638185 [GeV] -Cell[2,20] 0.0043351121532849 [GeV] -Cell[2,19] 0.00094655180628183 [GeV] -Cell[1,20] 0.0032060514189089 [GeV] -Cell[4,3] 0.00029778252951235 [GeV] -Cell[4,38] 3.1471246949877e-05 [GeV] -Cell[2,22] 2.3530440434115e-05 [GeV] -Cell[3,18] 1.5348913882463e-07 [GeV] -Cell[2,18] 2.2319763957057e-08 [GeV] -Cell[1,14] 0.0058542273447608 [GeV] -Cell[1,13] 3.7128625081095e-09 [GeV] -Cell[0,13] 0.00071070905130398 [GeV] -Cell[0,14] 0.0010711199548242 [GeV] -Cell[0,24] 0.0024373374595696 [GeV] -Cell[0,25] 0.011649530886585 [GeV] -Cell[0,6] 0.0026535933904709 [GeV] -Cell[2,30] 0.00075202719569026 [GeV] -Cell[3,42] 1.3002030085772e-05 [GeV] -Cell[5,7] 3.9261067286134e-11 [GeV] -Cell[0,19] 1.3145796227036e-05 [GeV] -Cell[0,18] 0.0021639107450735 [GeV] -Cell[1,23] 0.00079340179384963 [GeV] -Cell[2,45] 1.1258818943134e-05 [GeV] -Cell[1,38] 0.0028435497791785 [GeV] -Cell[1,37] 3.927921996933e-06 [GeV] -Cell[0,39] 0.0014757695530898 [GeV] -Cell[2,26] 0.00077252280619268 [GeV] -Cell[0,20] 0.0014955394664353 [GeV] -Cell[3,44] 0.00039798531152417 [GeV] -Cell[4,43] 0.00032808588209257 [GeV] -Cell[3,43] 0.00096369550817193 [GeV] -Cell[2,5] 0.13622995140663 [GeV] -Cell[2,4] 0.00054000421223622 [GeV] -Cell[1,4] 0.00058735695714688 [GeV] -Cell[5,16] 1.7132087610662e-05 [GeV] -Cell[0,11] 0.001575515222438 [GeV] -Cell[0,12] 0.0086029682320341 [GeV] -Cell[0,28] 1.2914682460729 [GeV] -Cell[0,30] 0.0960759410796 [GeV] -Cell[0,29] 0.036918921701931 [GeV] -Cell[2,6] 0.0013061215847956 [GeV] -Cell[2,40] 0.001093451211559 [GeV] -Cell[4,4] 0.0027547740290601 [GeV] -Cell[1,24] 0.0099922314028432 [GeV] -Cell[3,20] 0.0060033594768489 [GeV] -Cell[5,14] 2.7492410357809e-05 [GeV] -Cell[1,12] 6.1238800573847e-05 [GeV] -Cell[0,45] 9.2168962252117e-05 [GeV] -Cell[3,36] 1.2743216770446e-05 [GeV] -Cell[1,29] 0.0057222042132364 [GeV] -Cell[1,28] 0.068391813870244 [GeV] -Cell[0,43] 5.1053758943453e-06 [GeV] -Cell[0,1] 1.147302632603e-06 [GeV] -Cell[2,44] 0.00049559759492035 [GeV] -Cell[3,45] 0.0011973796514087 [GeV] -Cell[1,42] 0.00043124451306235 [GeV] -Cell[1,41] 0.00027960341069024 [GeV] -Cell[1,44] 0.0010980045842093 [GeV] -Cell[3,41] 7.1813103659224e-09 [GeV] -Cell[1,30] 0.036817820359262 [GeV] -Cell[1,25] 0.0097022939284047 [GeV] -Cell[2,0] 3.3527612686157e-11 [GeV] -Cell[0,31] 0.0052545945746691 [GeV] -Cell[0,3] 0.0029430759295691 [GeV] -Cell[1,11] 0.0014292767084361 [GeV] -Cell[2,11] 2.0415927004933e-06 [GeV] -Cell[0,36] 8.8461381096749e-08 [GeV] -Cell[0,2] 0.00036104498784039 [GeV] -Cell[1,3] 7.245434495303e-06 [GeV] -Cell[2,3] 0.0040001715541844 [GeV] -Cell[2,25] 0.0015226776256658 [GeV] -Cell[1,15] 0.0053318196221048 [GeV] -Cell[0,38] 1.500382040831e-11 [GeV] -Cell[1,8] 0.00051099891 [GeV] -Cell[1,27] 0.11075301079857 [GeV] -Cell[3,19] 0.0034382500160966 [GeV] -Cell[2,12] 4.5067541918797e-08 [GeV] -Cell[1,45] 0.00025093803860068 [GeV] -Cell[1,46] 5.110494192877e-07 [GeV] -Cell[0,26] 0.0076544964128496 [GeV] -Cell[1,26] 0.0021924174757064 [GeV] -Cell[0,27] 0.063040388185267 [GeV] -Cell[3,6] 0.0018126953741672 [GeV] -Cell[5,39] 0.00046405437916155 [GeV] -Cell[5,38] 0.0014487806758383 [GeV] -Cell[4,41] 5.110206027166e-05 [GeV] -Cell[3,3] 0.00098692435691642 [GeV] -Cell[6,6] 0.0054215251606383 [GeV] -Cell[6,7] 0.0007430117860531 [GeV] -Cell[2,27] 0.005191398504703 [GeV] -Cell[5,46] 0.0017596202595868 [GeV] -Cell[10,17] 9.5222510083204e-07 [GeV] -Cell[3,30] 0.0022332896882048 [GeV] -Cell[4,42] 0.0039668841238636 [GeV] -Cell[0,15] 0.0008850226397566 [GeV] -Cell[1,2] 0.000818427326848 [GeV] -Cell[5,47] 0.00010423982090288 [GeV] -Cell[2,29] 0.0041097695135238 [GeV] -Cell[3,29] 0.0041900593608527 [GeV] -Cell[2,28] 0.10721659385581 [GeV] -Cell[0,37] 0.0011472963663641 [GeV] -Cell[1,31] 0.0024099618610747 [GeV] -Cell[0,44] 0.00084999769717563 [GeV] -### Total energy deposition in calorimeter by a source track in 113 cells : 2.1236505725273 (GeV) - -Source track ID 6494 (neutron,7.3741998938947[GeV]) at (-413.0762339184,-281.72331279429,-1776.1644807987) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,8] 0.0014253039519182 [GeV] -Cell[15,3] 2.5078217731789e-06 [GeV] -Cell[13,42] 0.00089355525855278 [GeV] -Cell[7,8] 0.0022085058426073 [GeV] -Cell[7,7] 0.0058762630394101 [GeV] -Cell[2,32] 0.00236235609296 [GeV] -Cell[3,32] 1.4513683272526e-06 [GeV] -Cell[2,31] 0.018447022798094 [GeV] -Cell[3,25] 3.0436450964771e-05 [GeV] -Cell[8,7] 0.014766119111685 [GeV] -Cell[10,30] 0.00051148160131845 [GeV] -Cell[6,29] 1.6638593301536e-05 [GeV] -Cell[1,40] 3.1716769444756e-07 [GeV] -Cell[6,27] 8.7388782994822e-06 [GeV] -Cell[5,40] 0.00014521159288779 [GeV] -Cell[10,31] 1.0716041742853e-10 [GeV] -Cell[7,23] 0.0002557225528426 [GeV] -Cell[8,3] 5.3957860893661e-07 [GeV] -Cell[6,46] 0.0017946926803463 [GeV] -Cell[8,46] 9.0575628564693e-07 [GeV] -Cell[4,14] 1.0924195852112e-05 [GeV] -Cell[8,6] 0.00064803628613333 [GeV] -Cell[8,2] 8.6226390237698e-06 [GeV] -Cell[8,47] 6.420953393615e-05 [GeV] -Cell[10,18] 1.5108371444512e-06 [GeV] -Cell[5,9] 3.0843287845528e-08 [GeV] -Cell[8,39] 1.5144500968745e-05 [GeV] -Cell[8,38] 1.0421756509459e-05 [GeV] -Cell[3,47] 0.0045059527627882 [GeV] -Cell[8,29] 1.4953164878534e-05 [GeV] -Cell[7,33] 1.001045369776e-06 [GeV] -Cell[8,5] 0.00075793005847243 [GeV] -Cell[8,15] 0.0026678656866486 [GeV] -Cell[11,7] 0.0026249046625138 [GeV] -Cell[6,40] 7.6555321284104e-06 [GeV] -Cell[2,20] 0.00050844032034411 [GeV] -Cell[2,19] 0.00012589814670105 [GeV] -Cell[1,20] 0.011611458640697 [GeV] -Cell[1,18] 0.0045629550705485 [GeV] -Cell[2,17] 7.7831783357624e-05 [GeV] -Cell[2,16] 0.00040899934452716 [GeV] -Cell[4,2] 0.00071422499345738 [GeV] -Cell[4,3] 0.00030239677648149 [GeV] -Cell[4,44] 5.63110539224e-06 [GeV] -Cell[2,1] 0.0013329758088122 [GeV] -Cell[2,22] 0.0056271275608051 [GeV] -Cell[4,19] 1.8247636617161e-06 [GeV] -Cell[3,17] 0.0022935622165536 [GeV] -Cell[3,16] 0.00015920739130524 [GeV] -Cell[2,15] 0.0008059329847647 [GeV] -Cell[1,14] 0.00047417660868234 [GeV] -Cell[1,13] 0.000388805419351 [GeV] -Cell[2,37] 3.9929582271725e-08 [GeV] -Cell[9,29] 4.8871665203478e-06 [GeV] -Cell[0,24] 5.8126927178819e-06 [GeV] -Cell[0,25] 0.0023811460792558 [GeV] -Cell[0,21] 1.371376397401e-07 [GeV] -Cell[5,17] 0.0072989556106656 [GeV] -Cell[4,45] 2.2768136957893e-05 [GeV] -Cell[4,17] 0.0050775917152103 [GeV] -Cell[4,16] 0.011383862088923 [GeV] -Cell[5,4] 8.2966798107691e-06 [GeV] -Cell[6,30] 0.00013923972129987 [GeV] -Cell[2,30] 0.06690839076256 [GeV] -Cell[3,42] 0.00028824283063693 [GeV] -Cell[2,43] 0.00085097108618936 [GeV] -Cell[4,47] 0.0011578915886679 [GeV] -Cell[5,7] 6.7556572048488e-08 [GeV] -Cell[0,19] 0.0015288987786729 [GeV] -Cell[0,18] 3.8600326053029e-05 [GeV] -Cell[0,22] 1.3214350503404e-05 [GeV] -Cell[1,22] 0.0090932064552523 [GeV] -Cell[1,23] 0.0022080148869971 [GeV] -Cell[2,9] 0.00060975414921359 [GeV] -Cell[1,38] 0.00047594453397357 [GeV] -Cell[1,37] 0.0057530524656911 [GeV] -Cell[1,39] 0.00010107888404059 [GeV] -Cell[0,40] 3.1171247101156e-05 [GeV] -Cell[0,39] 3.8645376171189e-06 [GeV] -Cell[2,26] 0.0020734245489308 [GeV] -Cell[1,21] 0.0012924455761441 [GeV] -Cell[3,44] 0.0012404554891204 [GeV] -Cell[4,43] 8.6423482309783e-07 [GeV] -Cell[3,43] 0.00019800198314806 [GeV] -Cell[5,8] 0.0016093420763564 [GeV] -Cell[0,0] 0.010544275849972 [GeV] -Cell[3,2] 0.00034445363032194 [GeV] -Cell[2,5] 5.3887519461568e-06 [GeV] -Cell[1,4] 0.001077140386008 [GeV] -Cell[5,45] 0.00055713799643622 [GeV] -Cell[5,16] 0.00076601591841551 [GeV] -Cell[0,11] 0.00028102171482976 [GeV] -Cell[0,28] 2.0995826134714 [GeV] -Cell[0,30] 0.045744961650916 [GeV] -Cell[0,29] 0.024262833119847 [GeV] -Cell[2,6] 3.7129858596018e-05 [GeV] -Cell[4,5] 0.0014170368070102 [GeV] -Cell[4,4] 0.0022558285360972 [GeV] -Cell[2,21] 0.0042071772459289 [GeV] -Cell[1,19] 0.012411462492783 [GeV] -Cell[1,24] 0.0013662319538853 [GeV] -Cell[3,31] 0.0031026588430912 [GeV] -Cell[3,9] 1.0432472273237e-05 [GeV] -Cell[1,12] 3.7654589687008e-06 [GeV] -Cell[0,41] 0.00026383626759525 [GeV] -Cell[0,46] 1.1496324441396e-07 [GeV] -Cell[0,47] 3.9997166823014e-10 [GeV] -Cell[1,29] 0.052236085147336 [GeV] -Cell[1,28] 0.068599904172718 [GeV] -Cell[0,43] 0.0021239956432073 [GeV] -Cell[0,1] 1.3258729013614e-06 [GeV] -Cell[3,45] 0.00019899287013141 [GeV] -Cell[4,46] 0.0018193507597566 [GeV] -Cell[1,41] 1.8721664964687e-05 [GeV] -Cell[1,44] 0.00019021369529935 [GeV] -Cell[3,41] 0.00062923557066419 [GeV] -Cell[2,23] 0.0013357834738914 [GeV] -Cell[1,30] 0.053681145742325 [GeV] -Cell[1,25] 0.001877871558407 [GeV] -Cell[0,31] 0.005631078804317 [GeV] -Cell[0,4] 0.0081157140775982 [GeV] -Cell[0,5] 9.3215968462573e-05 [GeV] -Cell[0,3] 0.00094749349539588 [GeV] -Cell[6,39] 7.0610849070363e-06 [GeV] -Cell[1,11] 0.0019498803049785 [GeV] -Cell[2,11] 2.0556923293043e-05 [GeV] -Cell[0,36] 0.0049959682892966 [GeV] -Cell[0,2] 0.0023503506235874 [GeV] -Cell[1,3] 0.006878095349354 [GeV] -Cell[1,6] 4.6188387175903e-05 [GeV] -Cell[1,5] 2.5004051690303e-07 [GeV] -Cell[0,7] 1.3818580075167e-05 [GeV] -Cell[1,7] 0.0073877571612336 [GeV] -Cell[2,25] 0.0007009857855187 [GeV] -Cell[2,36] 1.146906483882e-07 [GeV] -Cell[1,35] 0.00035711082982198 [GeV] -Cell[1,36] 0.00090461357637742 [GeV] -Cell[2,24] 0.0010042146096104 [GeV] -Cell[0,38] 1.6548686971873e-09 [GeV] -Cell[2,7] 4.1264516767114e-08 [GeV] -Cell[3,7] 0.0027874946364803 [GeV] -Cell[4,11] 2.3853444727138e-06 [GeV] -Cell[6,1] 8.8359122923976e-07 [GeV] -Cell[1,33] 0.0012880517206515 [GeV] -Cell[0,17] 0.0024623637657893 [GeV] -Cell[0,33] 0.00045294140252724 [GeV] -Cell[0,34] 0.00064333471740247 [GeV] -Cell[1,8] 0.0019943946321384 [GeV] -Cell[1,27] 0.031814897756179 [GeV] -Cell[2,8] 8.600590419519e-06 [GeV] -Cell[1,9] 0.0009530892969751 [GeV] -Cell[4,24] 1.0057899606181e-05 [GeV] -Cell[2,33] 0.0011722619539636 [GeV] -Cell[9,14] 3.5943574330304e-06 [GeV] -Cell[1,10] 1.8413701354802e-09 [GeV] -Cell[1,32] 0.002825561773105 [GeV] -Cell[2,13] 0.00024787627232581 [GeV] -Cell[6,3] 1.5991528693121e-05 [GeV] -Cell[1,45] 1.9263041613158e-05 [GeV] -Cell[1,46] 8.134901028825e-06 [GeV] -Cell[0,26] 0.010857831523967 [GeV] -Cell[1,26] 0.010289647030987 [GeV] -Cell[0,27] 0.035861391050136 [GeV] -Cell[5,2] 1.8695296312217e-06 [GeV] -Cell[5,1] 0.0024645868287392 [GeV] -Cell[3,6] 0.00048942325448968 [GeV] -Cell[1,17] 0.0025488763537613 [GeV] -Cell[3,1] 5.9586416262391e-05 [GeV] -Cell[3,26] 0.0010604658307816 [GeV] -Cell[3,3] 0.00087567320121093 [GeV] -Cell[13,0] 2.1375204669312e-05 [GeV] -Cell[12,43] 2.3488326696679e-06 [GeV] -Cell[13,44] 5.9351682955366e-07 [GeV] -Cell[14,45] 2.1940604028714e-08 [GeV] -Cell[13,43] 0.00017336505942262 [GeV] -Cell[14,43] 8.2703706198117e-07 [GeV] -Cell[14,44] 1.9566505216062e-10 [GeV] -Cell[12,0] 7.6773664914072e-06 [GeV] -Cell[12,4] 2.3520418617409e-06 [GeV] -Cell[13,37] 1.2464178696973e-05 [GeV] -Cell[6,7] 1.0058965926873e-10 [GeV] -Cell[8,41] 2.0045445126584e-05 [GeV] -Cell[15,4] 0.00013922635742563 [GeV] -Cell[15,5] 1.1638621799648e-10 [GeV] -Cell[10,15] 5.4241118486971e-06 [GeV] -Cell[8,1] 0.00077621848601166 [GeV] -Cell[3,27] 0.002271951933795 [GeV] -Cell[2,27] 0.0077623569463212 [GeV] -Cell[8,16] 3.3214167467577e-07 [GeV] -Cell[8,4] 0.0001157354944462 [GeV] -Cell[9,4] 9.5566277741455e-06 [GeV] -Cell[14,5] 1.3703584045288e-11 [GeV] -Cell[10,42] 2.2653166961391e-06 [GeV] -Cell[5,41] 0.0031337435404347 [GeV] -Cell[4,7] 0.00013939748763767 [GeV] -Cell[3,28] 0.0018176099396373 [GeV] -Cell[13,17] 3.9047115424182e-06 [GeV] -Cell[0,32] 0.0016265115528975 [GeV] -Cell[19,28] 1.5808298485354e-08 [GeV] -Cell[4,6] 0.0081148589153771 [GeV] -Cell[3,8] 6.8244702617903e-05 [GeV] -Cell[5,44] 0.0035220185528669 [GeV] -Cell[5,46] 0.0014319897721865 [GeV] -Cell[2,14] 0.00023341638065358 [GeV] -Cell[19,6] 0.0010666109421652 [GeV] -Cell[6,47] 0.0016286699932753 [GeV] -Cell[7,15] 6.2711082772012e-05 [GeV] -Cell[4,8] 2.6784677052319e-05 [GeV] -Cell[4,9] 2.2013153648004e-06 [GeV] -Cell[3,30] 0.0016064650883933 [GeV] -Cell[1,34] 0.00036514682720463 [GeV] -Cell[0,35] 0.0022254623207424 [GeV] -Cell[4,15] 0.0040580421197903 [GeV] -Cell[1,2] 0.00087892128876194 [GeV] -Cell[5,47] 0.0062685565513769 [GeV] -Cell[2,29] 0.00963579777088 [GeV] -Cell[3,29] 0.0013087680112909 [GeV] -Cell[2,28] 0.0047333289236267 [GeV] -Cell[0,37] 0.00064154829270183 [GeV] -Cell[1,31] 0.0048776236346915 [GeV] -Cell[0,44] 0.0035516303986222 [GeV] -Cell[0,42] 9.083572874124e-05 [GeV] -Cell[0,10] 4.1680560382247e-05 [GeV] -Cell[3,15] 0.0065890709834823 [GeV] -Cell[6,0] 0.0017886045087322 [GeV] -Cell[5,0] 0.0032269553041106 [GeV] -Cell[1,1] 4.7602916311007e-09 [GeV] -Cell[7,4] 0.0002405094000261 [GeV] -### Total energy deposition in calorimeter by a source track in 228 cells : 2.8411989858135 (GeV) - -Source track ID 6490 (anti_neutron,5.3948206100571[GeV]) at (-415.09134243251,-278.74572182829,-1871.4579101789) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,9] 1.109800427912e-06 [GeV] -Cell[7,8] 0.0061099110063808 [GeV] -Cell[7,7] 0.010764195496619 [GeV] -Cell[7,12] 4.2783792887349e-06 [GeV] -Cell[4,0] 5.8926350902766e-08 [GeV] -Cell[1,47] 0.00027131469140295 [GeV] -Cell[4,14] 0.0010035099324593 [GeV] -Cell[8,6] 0.0017654912843058 [GeV] -Cell[4,39] 2.0935578504577e-08 [GeV] -Cell[10,20] 2.9887596610934e-08 [GeV] -Cell[2,47] 3.8677749980707e-06 [GeV] -Cell[10,40] 1.3665327220224e-05 [GeV] -Cell[2,19] 0.00031058636151522 [GeV] -Cell[1,20] 0.00021765285516119 [GeV] -Cell[4,2] 8.4401108324528e-11 [GeV] -Cell[4,3] 0.0026520615680597 [GeV] -Cell[2,2] 0.0076973207909964 [GeV] -Cell[2,1] 0.0069248179105591 [GeV] -Cell[7,2] 3.7580598473141e-09 [GeV] -Cell[2,22] 0.0021334906113848 [GeV] -Cell[7,1] 0.00064433747706687 [GeV] -Cell[10,38] 0.00033763648809543 [GeV] -Cell[2,37] 9.6521980594844e-09 [GeV] -Cell[10,39] 0.00030761756405207 [GeV] -Cell[0,24] 0.0021121796759001 [GeV] -Cell[0,25] 0.0064398831997126 [GeV] -Cell[4,45] 0.00025485267194927 [GeV] -Cell[6,4] 2.9103830456734e-13 [GeV] -Cell[5,4] 1.1228973698962e-07 [GeV] -Cell[3,35] 0.00033607653598893 [GeV] -Cell[3,42] 1.0259580449201e-06 [GeV] -Cell[0,18] 0.0034638454878155 [GeV] -Cell[1,38] 0.0024885882087494 [GeV] -Cell[0,40] 1.0387157090008e-09 [GeV] -Cell[2,26] 2.5781415013171e-07 [GeV] -Cell[1,21] 5.7032707445615e-11 [GeV] -Cell[3,43] 0.0024796226599243 [GeV] -Cell[0,0] 0.00015636247500117 [GeV] -Cell[3,2] 0.00043166815527763 [GeV] -Cell[1,4] 2.1534826948027e-05 [GeV] -Cell[2,35] 1.0965981433401e-05 [GeV] -Cell[0,28] 1.9050720616524 [GeV] -Cell[0,30] 0.00024005296177347 [GeV] -Cell[0,29] 0.013077688894057 [GeV] -Cell[5,6] 9.4327027909458e-08 [GeV] -Cell[4,4] 3.4521914203651e-06 [GeV] -Cell[2,21] 6.9415216264588e-06 [GeV] -Cell[1,19] 0.00019957290890557 [GeV] -Cell[1,24] 0.0020210170137225 [GeV] -Cell[3,39] 2.2144740455587e-06 [GeV] -Cell[3,40] 7.7545525506366e-06 [GeV] -Cell[3,9] 1.6693881101673e-05 [GeV] -Cell[3,10] 0.0017410666059438 [GeV] -Cell[7,18] 3.9621780160815e-07 [GeV] -Cell[0,41] 0.00051868120588332 [GeV] -Cell[0,46] 2.6903947582468e-07 [GeV] -Cell[0,47] 2.9685474234611e-05 [GeV] -Cell[4,46] 3.5655733023304e-05 [GeV] -Cell[1,43] 0.0014576878703996 [GeV] -Cell[1,42] 0.0016126909359176 [GeV] -Cell[1,41] 0.0029218567880923 [GeV] -Cell[1,44] 1.5050232013891e-07 [GeV] -Cell[3,41] 0.00020916256048361 [GeV] -Cell[1,30] 0.0028606952847301 [GeV] -Cell[1,25] 0.00057887005340638 [GeV] -Cell[2,0] 0.0012038684269861 [GeV] -Cell[0,31] 3.1143710279139e-05 [GeV] -Cell[0,4] 3.2174236162064e-07 [GeV] -Cell[0,3] 0.0017425375773199 [GeV] -Cell[0,2] 0.00018750642856753 [GeV] -Cell[1,3] 0.000765650524992 [GeV] -Cell[2,3] 0.00051099891 [GeV] -Cell[1,5] 0.00015464075372199 [GeV] -Cell[3,12] 0.00033344847121998 [GeV] -Cell[11,45] 1.4288168197254e-06 [GeV] -Cell[11,38] 4.3284976311497e-07 [GeV] -Cell[4,12] 1.636703927943e-11 [GeV] -Cell[5,5] 0.00026180779569108 [GeV] -Cell[6,1] 0.00028842270936184 [GeV] -Cell[11,46] 2.3395055904984e-08 [GeV] -Cell[1,27] 0.0017989017868198 [GeV] -Cell[6,2] 0.0017781790826828 [GeV] -Cell[4,13] 5.3746111883584e-06 [GeV] -Cell[2,12] 0.00024483305119998 [GeV] -Cell[1,32] 0.0015089063176529 [GeV] -Cell[2,13] 8.5267998407517e-06 [GeV] -Cell[6,3] 0.00040416581186366 [GeV] -Cell[6,5] 0.0018848305915514 [GeV] -Cell[1,45] 0.00014882668664518 [GeV] -Cell[1,46] 2.1665484964615e-05 [GeV] -Cell[0,26] 0.013452644433615 [GeV] -Cell[1,26] 0.00079150912998864 [GeV] -Cell[2,38] 2.027046866715e-08 [GeV] -Cell[0,27] 0.086027375129079 [GeV] -Cell[5,2] 3.1532864959445e-06 [GeV] -Cell[3,6] 1.6224209713982e-05 [GeV] -Cell[3,0] 7.9846915923554e-10 [GeV] -Cell[3,1] 0.00017799535391919 [GeV] -Cell[3,26] 0.00029847276365331 [GeV] -Cell[5,3] 0.0081837517836025 [GeV] -Cell[3,3] 2.0642764866352e-08 [GeV] -Cell[14,16] 0.00079509327251384 [GeV] -Cell[6,6] 2.8528793870919e-07 [GeV] -Cell[6,7] 2.93391844898e-05 [GeV] -Cell[11,5] 0.0038922853741512 [GeV] -Cell[3,27] 0.00090755197728515 [GeV] -Cell[2,27] 0.01592844257058 [GeV] -Cell[7,17] 3.2595903722495e-05 [GeV] -Cell[3,8] 4.0749046436758e-05 [GeV] -Cell[1,0] 0.003049573099433 [GeV] -Cell[4,8] 0.00089613478532556 [GeV] -Cell[0,35] 1.2099733226933e-05 [GeV] -Cell[4,15] 0.00062150462477052 [GeV] -Cell[1,2] 5.8458436092224e-07 [GeV] -Cell[0,42] 0.0064959666698159 [GeV] -Cell[1,1] 0.00033566058461036 [GeV] -Cell[4,33] 0.00060372271856852 [GeV] -Cell[4,34] 4.5353823554706e-07 [GeV] -Cell[3,14] 3.9540483179735e-05 [GeV] -Cell[3,13] 4.3594438466243e-07 [GeV] -Cell[3,4] 0.00042055633920063 [GeV] -### Total energy deposition in calorimeter by a source track in 121 cells : 2.1483145641281 (GeV) - -Source track ID 6399 (pi-,5.4476434765481[GeV]) at (-304.85581603317,-396.31165946859,-1929.4320797839) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 0.074420957846153 [GeV] -Cell[0,31] 0.025992714808157 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.10041367265431 (GeV) - -Source track ID 4942 (pi-,5.045509780547[GeV]) at (-463.59081812387,-187.3060419507,-1931.5343570704) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,26] 0.10008425420116 [GeV] -Cell[0,27] 0.00080015093313119 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.10088440513429 (GeV) - -Source track ID 6152 (e-,0.00069878748433716[GeV]) at (-498.51600761889,38.494027429172,-1335.636191888) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,23] 1.7868986963208e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 1.7868986963208e-05 (GeV) - -Source track ID 6158 (e-,0.00061757772224668[GeV]) at (-349.07600776103,-357.97477677292,-1941.6361571387) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 1.7963593901649e-05 [GeV] -Cell[0,29] 3.7982436122861e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 5.594603002451e-05 (GeV) - -Source track ID 6114 (pi-,26.430370242064[GeV]) at (-348.97400357372,-358.07421692957,-1955.5814632563) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 0.06697615003209 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.06697615003209 (GeV) - -Source track ID 6115 (pi+,1.1827258695839[GeV]) at (-498.99248566408,31.725372350528,-1755.1615266209) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,23] 0.19656107610053 [GeV] -Cell[1,23] 0.056246551918173 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.2528076280187 (GeV) - -Source track ID 6112 (gamma,1.5279055119092[GeV]) at (-73.254866825001,-494.6046142996,-436.11302715227) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,35] 0.14998811983548 [GeV] -Cell[7,36] 0.0015866065121782 [GeV] -Cell[8,36] 0.0035632771559176 [GeV] -Cell[6,37] 0.0019607989867844 [GeV] -Cell[9,32] 0.00026704244669841 [GeV] -Cell[7,34] 1.3534474700974 [GeV] -Cell[6,25] 0.0012637675188725 [GeV] -Cell[8,30] 0.00032276129184011 [GeV] -Cell[5,11] 0.0023553275952504 [GeV] -Cell[7,33] 0.0024434406663031 [GeV] -Cell[8,35] 0.0024941492947533 [GeV] -Cell[11,7] 0.00012525157310381 [GeV] -Cell[5,8] 0.00051099891 [GeV] -Cell[12,8] 0.00013404368474806 [GeV] -Cell[9,14] 0.00051099891 [GeV] -Cell[5,1] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 1.5214850533893 (GeV) - -Source track ID 6113 (gamma,2.1921548366006[GeV]) at (-105.19672057074,-488.80839802643,-488.29263114335) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,3] 0.0011921540923785 [GeV] -Cell[7,35] 0.026669842411811 [GeV] -Cell[7,36] 0.00065797081178413 [GeV] -Cell[7,6] 0.00071838050677025 [GeV] -Cell[6,35] 0.0060346808895459 [GeV] -Cell[6,34] 0.021205828194236 [GeV] -Cell[7,34] 2.04400718587 [GeV] -Cell[6,14] 0.00013855814073157 [GeV] -Cell[8,6] 0.00010717392711707 [GeV] -Cell[5,24] 0.00086122995376056 [GeV] -Cell[8,33] 0.00072681531598135 [GeV] -Cell[4,32] 0.0010570260639189 [GeV] -Cell[7,33] 0.053988525546619 [GeV] -Cell[6,32] 0.0012856102589377 [GeV] -Cell[1,19] 0.0018471787411605 [GeV] -Cell[1,12] 1.1293600167846e-05 [GeV] -Cell[1,11] 2.8890480900827e-06 [GeV] -Cell[6,2] 0.00051099891 [GeV] -Cell[1,10] 0.0022511158373688 [GeV] -Cell[6,33] 0.014515499509718 [GeV] -### Total energy deposition in calorimeter by a source track in 20 cells : 2.1777899576301 (GeV) - -Source track ID 6110 (gamma,0.076632669216442[GeV]) at (-300.43599721414,399.67263050895,200.63475268667) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,16] 0.062832001960047 [GeV] -Cell[11,17] 0.012854466523863 [GeV] -Cell[10,17] 0.00094620073253238 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.076632669216442 (GeV) - -Source track ID 6111 (gamma,0.17932025858732[GeV]) at (-255.57095678807,429.74816584417,-559.8003026919) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,24] 0.00093702546838123 [GeV] -Cell[6,16] 0.010293573307951 [GeV] -Cell[6,15] 0.00055648417234815 [GeV] -Cell[7,16] 0.16314463261693 [GeV] -Cell[7,29] 0.00040964268420677 [GeV] -Cell[7,15] 0.0039789003375071 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.17932025858732 (GeV) - -Source track ID 4946 (pi-,0.22750514426403[GeV]) at (32.724675085162,498.92794634152,-1276.4499803576) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,21] 0.0011208454402871 [GeV] -Cell[3,25] 1.3385230529821e-05 [GeV] -Cell[2,20] 7.3587149381638e-06 [GeV] -Cell[3,22] 0.00036649214756835 [GeV] -Cell[3,11] 0.18250629660314 [GeV] -Cell[0,29] 7.9367856960744e-07 [GeV] -Cell[3,10] 3.2973004272208e-07 [GeV] -Cell[3,24] 0.00082221710696615 [GeV] -Cell[2,23] 0.0013120165254222 [GeV] -Cell[3,12] 0.00012391026222826 [GeV] -Cell[2,24] 2.3318510984609e-06 [GeV] -Cell[4,11] 6.2898063333705e-07 [GeV] -Cell[2,33] 0.0029885167703967 [GeV] -Cell[2,38] 0.001287602378067 [GeV] -Cell[4,10] 1.8306309648324e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.19055455605086 (GeV) - -Source track ID 5931 (gamma,0.31054837923301[GeV]) at (447.33312067203,223.36758750951,253.26070400118) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,3] 0.29921367619585 [GeV] -Cell[11,4] 0.0047735092917732 [GeV] -Cell[11,6] 0.00051099891 [GeV] -Cell[10,4] 0.0003314515343347 [GeV] -Cell[13,22] 0.0013467191726393 [GeV] -Cell[15,27] 0.0018104033250922 [GeV] -Cell[14,29] 0.0025616208033194 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.31054837923301 (GeV) - -Source track ID 5996 (gamma,7.9297743992661e-05[GeV]) at (69.264134112837,495.17923999861,876.37512733041) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[14,10] 7.9297743992661e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 7.9297743992661e-05 (GeV) - -Source track ID 5999 (gamma,7.2383417525309e-05[GeV]) at (356.24544822746,350.84067697064,156.16182889427) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,5] 7.2383417525309e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 7.2383417525309e-05 (GeV) - -Source track ID 5992 (gamma,0.00013020905784577[GeV]) at (-499.9579565351,6.4839569126296,743.37951071738) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[13,23] 0.00013020905784577 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00013020905784577 (GeV) - -Source track ID 5993 (gamma,0.00051099891[GeV]) at (483.00402182048,129.25600529664,507.38022042781) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[12,2] 0.00051099891 [GeV] +Cell[11,33] 0.00051099891 [GeV] ### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) -Source track ID 5959 (gamma,3.4478201365643e-05[GeV]) at (456.69060857718,203.55266649545,315.6684934352) +Source track ID 6537 (gamma,0.00051099891[GeV]) at (413.0250388424,281.79836282213,1215.0334472927) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[16,4] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) + +Source track ID 6519 (gamma,0.0060587064275034[GeV]) at (-132.83861361739,-482.03101843368,335.28129920649) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,32] 0.0026572350543809 [GeV] +Cell[11,34] 0.0034014713731226 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0060587064275034 (GeV) + +Source track ID 6468 (e-,0.17158250693641[GeV]) at (-4.3181369329786,-499.98135334573,1017.6034170513) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[15,35] 0.011868971159231 [GeV] +Cell[15,36] 0.13444398865228 [GeV] +Cell[16,13] 0.00074392496662535 [GeV] +Cell[7,15] 0.0015487857252163 [GeV] +Cell[14,35] 0.00023708733095384 [GeV] +Cell[14,36] 4.5401179991472e-05 [GeV] +Cell[15,43] 0.0013415471127775 [GeV] +Cell[16,7] 0.00049759681798952 [GeV] +Cell[15,37] 0.0066864086304639 [GeV] +Cell[15,20] 0.000210013281362 [GeV] +Cell[12,43] 0.001136282266334 [GeV] +Cell[15,41] 0.0037639095206755 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.1625239166439 (GeV) + +Source track ID 6494 (gamma,4.2857101478205e-05[GeV]) at (-22.447415662706,-499.49585937229,1097.8514264979) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[15,35] 4.2857101478205e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 4.2857101478205e-05 (GeV) + +Source track ID 6469 (e+,0.03105106214624[GeV]) at (471.67426575742,165.9017390572,1454.5545723979) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[17,2] 0.026996286159416 [GeV] +Cell[17,3] 0.004230445400763 [GeV] +Cell[18,38] 0.00033532949606127 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.03156206105624 (GeV) + +Source track ID 6137 (proton,1.696790879409[GeV]) at (-499.9870586065,3.5973915576153,253.93867130892) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,26] 6.6895584041049e-09 [GeV] +Cell[11,23] 0.6492875337765 [GeV] +Cell[11,24] 0.0033335086470915 [GeV] +Cell[12,23] 0.0044694426644588 [GeV] +Cell[12,22] 0.0095608059850357 [GeV] +Cell[11,22] 0.000673285281777 [GeV] +Cell[11,21] 8.1368830251449e-10 [GeV] +Cell[11,25] 0.0036085706176327 [GeV] +Cell[10,23] 3.2155027432736e-06 [GeV] +Cell[12,24] 0.0020701503384241 [GeV] +Cell[12,25] 0.00017783570253511 [GeV] +Cell[12,21] 7.1346225740854e-07 [GeV] +Cell[13,21] 1.0270731536366e-09 [GeV] +Cell[13,22] 1.1200251037735e-09 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.6731850716288 (GeV) + +Source track ID 6138 (anti_proton,1.0377710886759[GeV]) at (-280.77433343515,-413.72185545852,-338.36582272463) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[7,9] 1.3602239778265e-07 [GeV] +Cell[9,35] 0.00020371929897073 [GeV] +Cell[7,11] 0.00051099891 [GeV] +Cell[7,8] 1.7196353487066e-05 [GeV] +Cell[8,8] 0.0022385508895707 [GeV] +Cell[9,43] 4.5076577976033e-08 [GeV] +Cell[8,28] 0.00036122893737682 [GeV] +Cell[9,26] 0.0033443672396378 [GeV] +Cell[9,25] 0.038900216828001 [GeV] +Cell[8,7] 0.00017599247031478 [GeV] +Cell[5,19] 1.4356747638544e-05 [GeV] +Cell[6,9] 8.1531041230392e-05 [GeV] +Cell[6,8] 0.0027457108028824 [GeV] +Cell[9,2] 4.643403107184e-05 [GeV] +Cell[6,6] 0.0020511216533872 [GeV] +Cell[8,27] 0.0004307309414178 [GeV] +Cell[8,6] 0.002049713229691 [GeV] +Cell[7,37] 0.00028093643996991 [GeV] +Cell[7,32] 0.01189380454096 [GeV] +Cell[8,33] 0.0015675102949213 [GeV] +Cell[8,32] 0.065917037958099 [GeV] +Cell[11,32] 0.00029755585611027 [GeV] +Cell[8,47] 7.4185663834214e-11 [GeV] +Cell[9,22] 0.0028324991862292 [GeV] +Cell[8,30] 0.0046460139310515 [GeV] +Cell[11,14] 4.9585160536481e-06 [GeV] +Cell[7,36] 5.8731394772055e-05 [GeV] +Cell[8,29] 0.00073123977475346 [GeV] +Cell[13,38] 0.0016086666687153 [GeV] +Cell[8,31] 1.0612615072367 [GeV] +Cell[6,36] 0.00062995902730613 [GeV] +Cell[7,40] 0.00025641377343366 [GeV] +Cell[7,46] 1.9264634829597e-08 [GeV] +Cell[11,43] 0.0087200484870025 [GeV] +Cell[11,23] 0.0022642714575227 [GeV] +Cell[11,24] 1.590598230905e-10 [GeV] +Cell[10,23] 0.0043539866484749 [GeV] +Cell[12,21] 0.00025167503423268 [GeV] +Cell[5,45] 0.0019861649482163 [GeV] +Cell[6,45] 0.0025705926429065 [GeV] +Cell[6,19] 0.00033138459693942 [GeV] +Cell[5,18] 5.0995281300175e-06 [GeV] +Cell[8,25] 0.0010899082866614 [GeV] +Cell[8,26] 0.0024033626164125 [GeV] +Cell[9,44] 9.167165371764e-07 [GeV] +Cell[13,43] 6.3912297191564e-06 [GeV] +Cell[13,42] 2.5840893387794e-05 [GeV] +Cell[12,20] 0.00048423626390365 [GeV] +Cell[12,19] 1.9493705648983e-05 [GeV] +Cell[10,10] 0.0001561590199417 [GeV] +Cell[11,11] 0.0024493876106311 [GeV] +Cell[11,10] 5.4935255320743e-08 [GeV] +Cell[7,44] 0.007893525479152 [GeV] +Cell[7,45] 0.001474267050839 [GeV] +Cell[8,46] 6.4744327119115e-08 [GeV] +Cell[9,32] 0.00053501643060524 [GeV] +Cell[9,33] 0.00053543718530002 [GeV] +Cell[9,34] 3.9585793831975e-05 [GeV] +Cell[5,8] 1.925753763453e-05 [GeV] +Cell[5,7] 6.7473620909936e-05 [GeV] +Cell[10,25] 0.019489386916571 [GeV] +Cell[10,26] 0.0020491654989485 [GeV] +Cell[10,24] 0.0028980915883399 [GeV] +Cell[9,27] 3.415577689384e-05 [GeV] +Cell[10,27] 0.0001859296318072 [GeV] +Cell[9,24] 0.0016390864788237 [GeV] +Cell[7,43] 8.1316061295297e-05 [GeV] +Cell[12,11] 0.0026789393288229 [GeV] +Cell[12,10] 2.6484485715628e-11 [GeV] +Cell[10,22] 4.4416821212508e-05 [GeV] +Cell[7,34] 0.01242914622686 [GeV] +Cell[7,31] 0.0027521054628231 [GeV] +Cell[7,26] 0.0030411831004726 [GeV] +Cell[7,27] 0.10435903745703 [GeV] +Cell[7,30] 0.016149366340587 [GeV] +Cell[7,28] 0.075052963102248 [GeV] +Cell[6,4] 1.2891745427623e-08 [GeV] +Cell[5,4] 1.648225588724e-08 [GeV] +Cell[8,21] 0.015671169572787 [GeV] +Cell[8,22] 0.00076592099332503 [GeV] +Cell[7,25] 0.00015769828755947 [GeV] +Cell[6,26] 5.6805078085745e-05 [GeV] +Cell[5,2] 7.5523324776441e-06 [GeV] +Cell[5,3] 0.00082465557406931 [GeV] +Cell[4,3] 6.7790831089951e-06 [GeV] +Cell[4,4] 0.00039625876818434 [GeV] +Cell[3,4] 0.0001768856873307 [GeV] +Cell[4,5] 0.0001952117427445 [GeV] +Cell[3,5] 8.3211980870942e-05 [GeV] +Cell[7,29] 0.0021455712898524 [GeV] +Cell[11,4] 0.0003132065088364 [GeV] +Cell[11,3] 0.0012960598517261 [GeV] +Cell[5,46] 1.042837247951e-05 [GeV] +Cell[6,44] 0.00012509833902857 [GeV] +Cell[8,16] 5.5809238347138e-08 [GeV] +Cell[10,14] 1.2895948777441e-05 [GeV] +Cell[11,12] 0.0025752785627259 [GeV] +Cell[11,13] 0.00018469824257181 [GeV] +Cell[10,13] 3.9817054246214e-06 [GeV] +Cell[11,15] 0.0069526673213861 [GeV] +Cell[12,14] 3.0511127988575e-09 [GeV] +Cell[11,16] 0.0018089456981422 [GeV] +Cell[7,39] 0.0036885359565089 [GeV] +Cell[3,9] 0.0014713381064922 [GeV] +Cell[2,9] 0.00051099891 [GeV] +Cell[9,31] 0.00070847429415305 [GeV] +Cell[4,21] 0.00051099891 [GeV] +Cell[6,3] 0.0013099774508083 [GeV] +Cell[14,0] 0.0027889320765627 [GeV] +Cell[13,39] 0.00031989823092223 [GeV] +Cell[16,15] 0.0042488916477415 [GeV] +Cell[11,46] 0.00051099891 [GeV] +Cell[13,3] 0.00086410249542523 [GeV] +Cell[10,35] 0.00026840685549968 [GeV] +Cell[11,44] 0.0031905399055637 [GeV] +Cell[14,47] 0.0039748785166189 [GeV] +Cell[10,28] 0.00018985617685329 [GeV] +Cell[10,18] 0.00011027272042996 [GeV] +Cell[10,17] 0.0083368635322545 [GeV] +Cell[7,21] 0.0012762231905456 [GeV] +Cell[9,21] 0.0036153946209592 [GeV] +Cell[8,18] 0.00029697339712495 [GeV] +Cell[11,1] 0.0069503746357005 [GeV] +Cell[4,16] 0.0016552872334608 [GeV] +Cell[5,5] 0.00092718782949927 [GeV] +### Total energy deposition in calorimeter by a source track in 125 cells : 1.567223271633 (GeV) + +Source track ID 6331 (gamma,7.9159401900173e-05[GeV]) at (-42.426663255504,498.19672644951,200.68611504675) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,12] 7.9159401900173e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.9159401900173e-05 (GeV) + +Source track ID 6334 (gamma,0.0002004958588898[GeV]) at (9.3591084936408,499.91239941434,417.98775379793) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[12,11] 0.0002004958588898 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0002004958588898 (GeV) + +Source track ID 6335 (gamma,6.6985389672245e-05[GeV]) at (-5.1508831041764,499.97346769928,599.18956570469) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[12,12] 6.6985389672245e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 6.6985389672245e-05 (GeV) + +Source track ID 6336 (gamma,0.0006929889677179[GeV]) at (-131.02814566637,-482.5262946651,380.53378975441) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,33] 0.0006929889677179 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0006929889677179 (GeV) + +Source track ID 6337 (gamma,0.00021066823585603[GeV]) at (103.93272874253,489.07871339502,482.71176073829) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[12,10] 0.00021066823585603 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00021066823585603 (GeV) + +Source track ID 6320 (e-,0.013446403373202[GeV]) at (-148.3511611752,-477.48500811855,1112.5147840907) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,4] 0.00064992947166292 [GeV] +Cell[15,33] 0.012285474991539 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.012935404463202 (GeV) + +Source track ID 6324 (gamma,0.00066574666379912[GeV]) at (-165.47769845782,-471.82319921037,182.96361077243) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[10,33] 0.00066574666379912 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00066574666379912 (GeV) + +Source track ID 6328 (gamma,0.022775238753551[GeV]) at (-216.9336676517,-450.4883836895,184.51878524977) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,32] 0.0043293656871807 [GeV] +Cell[10,32] 0.01844587306637 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.022775238753551 (GeV) + +Source track ID 6321 (e+,0.30938302780281[GeV]) at (-221.82435996751,-448.10038308956,185.01536301849) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,32] 0.0099452161353743 [GeV] +Cell[10,42] 0.0019891611382995 [GeV] +Cell[11,31] 0.031429001158616 [GeV] +Cell[11,22] 0.015314900554896 [GeV] +Cell[11,25] 0.0006472802552177 [GeV] +Cell[10,33] 0.00051099891 [GeV] +Cell[10,32] 0.23314529367724 [GeV] +Cell[10,31] 0.0050546184907246 [GeV] +Cell[11,30] 0.0019390312206861 [GeV] +Cell[13,5] 0.0082550814488801 [GeV] +Cell[13,6] 0.00044058387151431 [GeV] +Cell[14,7] 0.00040591103007065 [GeV] +Cell[13,14] 0.0008169488212842 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.30989402671281 (GeV) + +Source track ID 6290 (e-,0.11510759409045[GeV]) at (-345.86879632504,-361.07447393671,93.760743098813) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[9,7] 0.00021734064980226 [GeV] +Cell[10,31] 0.0083797287037213 [GeV] +Cell[10,30] 0.10450772804266 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.11310479739618 (GeV) + +Source track ID 6296 (gamma,0.00023550846512404[GeV]) at (-259.22267111452,-427.55538445943,-13.403281350258) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[9,31] 0.00023550846512404 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00023550846512404 (GeV) + +Source track ID 6301 (gamma,0.00023327410271547[GeV]) at (-394.20869050584,-307.57033070449,-7.5147645750766) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[9,29] 0.00023327410271547 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00023327410271547 (GeV) + +Source track ID 6304 (gamma,0.00051099891[GeV]) at (-456.11805004723,-204.83243010108,-101.01706402073) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[9,27] 0.00021543234771807 [GeV] +Cell[8,24] 0.00016741538220888 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.00038284772992694 (GeV) + +Source track ID 6141 (pi+,0.39443510185704[GeV]) at (-474.44068328537,-157.8164694945,240.09050636206) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,26] 0.25035503836646 [GeV] +Cell[11,25] 0.05447281408693 [GeV] +Cell[12,26] 0.0029305114700676 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.30775836392346 (GeV) + +Source track ID 6147 (neutron,1.2439607274568[GeV]) at (-92.888158653721,-491.2960309039,324.08260266873) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[10,5] 0.0015330346221448 [GeV] +Cell[11,36] 0.0025222397042599 [GeV] +Cell[13,29] 0.00011685943461341 [GeV] +Cell[11,32] 0.00020991036312023 [GeV] +Cell[8,47] 0.0017893693929861 [GeV] +Cell[8,0] 0.00010720040925776 [GeV] +Cell[11,37] 0.0035070888512646 [GeV] +Cell[10,45] 7.0699607022107e-09 [GeV] +Cell[6,36] 8.9289792522322e-06 [GeV] +Cell[11,31] 0.00069713619750542 [GeV] +Cell[13,31] 0.00059597786133762 [GeV] +Cell[11,33] 0.0017250089414228 [GeV] +Cell[11,34] 0.12908936046064 [GeV] +Cell[7,15] 2.7370540154834e-06 [GeV] +Cell[16,7] 0.0015222303123518 [GeV] +Cell[11,24] 4.1209149537735e-07 [GeV] +Cell[13,21] 1.2281816452742e-11 [GeV] +Cell[13,22] 3.4152626892592e-07 [GeV] +Cell[9,34] 0.00013824000259774 [GeV] +Cell[10,25] 1.7923339498793e-06 [GeV] +Cell[10,24] 8.8216193301378e-05 [GeV] +Cell[11,3] 3.535160502679e-07 [GeV] +Cell[10,35] 8.4132566224071e-05 [GeV] +Cell[11,1] 0.00029504443709402 [GeV] +Cell[11,35] 0.01886006681867 [GeV] +Cell[12,36] 2.4511872345556e-07 [GeV] +Cell[12,35] 1.8409627955407e-09 [GeV] +Cell[8,45] 5.0882966315839e-06 [GeV] +Cell[1,4] 0.00032161775108034 [GeV] +Cell[0,4] 0.001402421813624 [GeV] +Cell[1,5] 1.814330691559e-06 [GeV] +Cell[0,5] 0.00083406487388477 [GeV] +Cell[9,5] 6.6384964244207e-05 [GeV] +Cell[9,4] 6.201308578261e-05 [GeV] +Cell[10,4] 0.0019050642992734 [GeV] +Cell[10,3] 6.3193422988661e-08 [GeV] +Cell[9,3] 7.101334631443e-12 [GeV] +Cell[14,3] 1.6099828935694e-06 [GeV] +Cell[1,39] 5.4362462833524e-09 [GeV] +Cell[10,38] 0.00027592664304029 [GeV] +Cell[10,37] 0.00034874815310684 [GeV] +Cell[10,36] 3.62251659717e-05 [GeV] +Cell[11,0] 0.0030681429949123 [GeV] +Cell[10,44] 6.0801015933976e-08 [GeV] +Cell[13,20] 0.0006414985940433 [GeV] +Cell[10,12] 2.185627410654e-06 [GeV] +Cell[14,37] 3.0621934140868e-05 [GeV] +Cell[15,5] 5.2626739488915e-08 [GeV] +Cell[15,42] 7.0336827775463e-08 [GeV] +Cell[13,30] 0.0021093856512549 [GeV] +Cell[12,34] 0.00081325775864457 [GeV] +Cell[16,8] 0.00035589003771304 [GeV] +Cell[16,9] 5.4056282897363e-07 [GeV] +Cell[15,8] 0.00071269290094473 [GeV] +### Total energy deposition in calorimeter by a source track in 54 cells : 0.17589138393523 (GeV) + +Source track ID 6148 (pi-,0.26755212696545[GeV]) at (-2.159592884327,-499.99533613682,62.130347437117) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[9,35] 0.0015998794576769 [GeV] +Cell[9,1] 0.0011282126895949 [GeV] +Cell[8,1] 0.00021369656842751 [GeV] +Cell[8,4] 0.00027351683380402 [GeV] +Cell[9,46] 0.01143740677796 [GeV] +Cell[8,47] 0.0020721628556063 [GeV] +Cell[8,0] 4.4081317312589e-05 [GeV] +Cell[10,34] 0.0028612888598866 [GeV] +Cell[9,0] 3.9202199899592e-05 [GeV] +Cell[9,47] 1.3488104217686e-05 [GeV] +Cell[9,44] 4.7148205339909e-12 [GeV] +Cell[8,46] 0.00079604085427707 [GeV] +Cell[9,34] 8.5033908624155e-07 [GeV] +Cell[11,16] 0.00078309488198623 [GeV] +Cell[10,35] 0.030443033155369 [GeV] +Cell[10,33] 3.6119317358612e-05 [GeV] +Cell[8,45] 0.00017160222011319 [GeV] +Cell[9,5] 0.0016119960331506 [GeV] +Cell[10,37] 0.0027105523966476 [GeV] +Cell[10,36] 0.13627704802279 [GeV] +Cell[8,44] 2.1969186410956e-05 [GeV] +Cell[9,45] 0.00023746275236624 [GeV] +Cell[8,2] 6.3454829214606e-06 [GeV] +Cell[9,19] 7.982572860783e-06 [GeV] +Cell[6,42] 0.00048164450206161 [GeV] +Cell[5,42] 6.8451627157629e-09 [GeV] +Cell[5,43] 5.0978266142465e-07 [GeV] +Cell[5,44] 5.1784801939903e-08 [GeV] +Cell[9,36] 0.00052448893341438 [GeV] +### Total energy deposition in calorimeter by a source track in 29 cells : 0.19379373473254 (GeV) + +Source track ID 6149 (proton,1.0493957512336[GeV]) at (483.0814924745,128.9661646658,1018.9317724847) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,32] 0.00092454809771539 [GeV] +Cell[13,38] 0.0018618261400016 [GeV] +Cell[13,37] 9.4218834128696e-06 [GeV] +Cell[11,33] 9.6969903690933e-06 [GeV] +Cell[13,39] 5.1575252073576e-05 [GeV] +Cell[12,36] 3.7054695392726e-05 [GeV] +Cell[14,3] 0.00043351838718092 [GeV] +Cell[15,1] 0.067817627975887 [GeV] +Cell[13,17] 5.9405240315414e-05 [GeV] +Cell[15,2] 0.00021443214950523 [GeV] +Cell[17,9] 8.658225502586e-06 [GeV] +Cell[16,22] 0.00011188045852577 [GeV] +Cell[17,22] 1.6964863199973e-05 [GeV] +Cell[19,0] 0.00045515794780408 [GeV] +Cell[19,47] 0.00012828234559356 [GeV] +Cell[13,40] 5.1388924571256e-06 [GeV] +Cell[16,21] 0.0013632957584867 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 0.073508485303424 (GeV) + +Source track ID 6152 (neutron,0.95440268245932[GeV]) at (-283.45152948253,-411.89225585584,518.47557437513) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[13,32] 0.001261771300623 [GeV] +Cell[14,31] 2.1583308580375e-09 [GeV] +Cell[13,31] 0.0054090790149376 [GeV] +Cell[12,31] 7.2701872821199e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.0067435543467126 (GeV) + +Source track ID 6155 (neutron,0.94582354600258[GeV]) at (398.39965064205,-302.12202562589,1692.4017572231) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[18,43] 0.001161294988425 [GeV] +Cell[19,44] 0.00044559536717555 [GeV] +Cell[19,43] 6.0238093137741e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.0016129141649143 (GeV) + +Source track ID 6156 (gamma,0.003761262379675[GeV]) at (-475.40303188732,154.89337388135,827.08985714861) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[14,8] 0.00051099891 [GeV] +Cell[14,21] 0.003250263469675 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.003761262379675 (GeV) + +Source track ID 6157 (neutron,0.94299520579829[GeV]) at (227.42505885227,-445.28400218966,376.45055949274) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,39] 0.00029960000026153 [GeV] +Cell[11,41] 2.468004822731e-11 [GeV] +Cell[11,40] 0.0030610789213858 [GeV] +Cell[12,40] 2.4101790744453e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.0033630891254018 (GeV) + +Source track ID 6158 (gamma,0.00011852205525792[GeV]) at (-58.25405589879,-496.59487006144,248.70810179203) +Original primary track ID 2 (unknown,2.8798399642419[GeV]) +Cell[11,35] 0.00011852205525792 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00011852205525792 (GeV) + +Source track ID 6131 (gamma,0.032559394638405[GeV]) at (-498.62850526157,-37.008292862752,-1796.9962623242) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[0,24] 0.023412407251838 [GeV] +Cell[1,24] 0.00051099891 [GeV] +Cell[0,25] 0.0086359884765676 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.032559394638405 (GeV) + +Source track ID 6106 (pi+,0.77702425050526[GeV]) at (-481.02337648148,136.44233682534,-1810.7438618315) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[6,38] 3.6095829038914e-06 [GeV] +Cell[7,37] 7.7724064082304e-05 [GeV] +Cell[2,15] 0.0097236379000545 [GeV] +Cell[0,21] 0.50108256830923 [GeV] +Cell[1,21] 1.743924354821e-05 [GeV] +Cell[6,37] 0.00017282571152293 [GeV] +Cell[0,20] 0.00045648850538407 [GeV] +Cell[0,19] 0.0034569786871839 [GeV] +Cell[0,22] 0.00074175119062147 [GeV] +Cell[0,23] 0.0018454513487628 [GeV] +Cell[0,31] 2.157321429695e-05 [GeV] +Cell[1,44] 6.0450939054135e-06 [GeV] +Cell[1,45] 0.00057561186661769 [GeV] +Cell[1,47] 2.5842533065429e-05 [GeV] +Cell[1,46] 0.0016306411264968 [GeV] +Cell[0,18] 0.010811489032381 [GeV] +Cell[1,17] 0.0020820797570785 [GeV] +Cell[0,17] 0.0039866310955018 [GeV] +Cell[0,16] 7.563836864972e-05 [GeV] +Cell[1,18] 0.013994392982314 [GeV] +Cell[1,16] 6.313110498013e-06 [GeV] +Cell[2,16] 0.0024563186885016 [GeV] +Cell[1,15] 0.00036233377557278 [GeV] +Cell[1,14] 3.9960207172953e-05 [GeV] +Cell[2,14] 0.00014153017786737 [GeV] +Cell[2,18] 6.3637271053381e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 26 cells : 0.55385851284427 (GeV) + +Source track ID 6103 (gamma,1.9015972345341[GeV]) at (-363.22356463408,343.61117865184,-955.17208618232) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[7,12] 0.0014839784309265 [GeV] +Cell[4,43] 0.0014196028905575 [GeV] +Cell[5,19] 5.9073419489436e-05 [GeV] +Cell[6,41] 0.00050289727758349 [GeV] +Cell[0,43] 0.00086082248335974 [GeV] +Cell[5,18] 1.1280141684038 [GeV] +Cell[6,44] 0.0016550904171922 [GeV] +Cell[10,17] 0.00027878703635525 [GeV] +Cell[4,16] 0.0027635730441277 [GeV] +Cell[4,18] 0.57388241407573 [GeV] +Cell[4,17] 0.10867254958881 [GeV] +Cell[5,17] 0.024116901152059 [GeV] +Cell[4,32] 0.00036707543839695 [GeV] +Cell[4,19] 0.011980569193223 [GeV] +Cell[4,13] 0.00016051198107317 [GeV] +Cell[6,22] 1.7416227672901e-05 [GeV] +Cell[3,18] 0.0012267715314337 [GeV] +Cell[0,45] 0.00095601751518981 [GeV] +Cell[8,36] 0.0011014233906558 [GeV] +Cell[2,30] 0.00073889115408747 [GeV] +Cell[2,31] 0.00071357475596173 [GeV] +Cell[0,42] 0.0007331905379372 [GeV] +Cell[4,11] 0.0022501711558653 [GeV] +Cell[6,35] 0.0022408467119892 [GeV] +Cell[3,41] 0.00043212778039301 [GeV] +Cell[0,47] 0.00081374542229489 [GeV] +Cell[3,44] 0.0014501152560943 [GeV] +Cell[5,16] 0.0019660816513359 [GeV] +Cell[3,17] 0.0036028789303522 [GeV] +Cell[3,34] 0.0023157591458339 [GeV] +Cell[3,19] 0.0057148184780814 [GeV] +Cell[3,22] 1.5840297885006e-05 [GeV] +Cell[3,20] 0.00083624524377751 [GeV] +Cell[5,23] 0.0013266192340028 [GeV] +Cell[2,12] 0.00038965821521365 [GeV] +Cell[0,30] 0.0012464841475945 [GeV] +Cell[3,23] 0.001226799416877 [GeV] +Cell[6,39] 0.0017289038191932 [GeV] +### Total energy deposition in calorimeter by a source track in 38 cells : 1.8892623948524 (GeV) + +Source track ID 6068 (pi-,4.4331699588802[GeV]) at (-407.30427988815,290.00555785156,-1898.7057388312) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[0,19] 0.14370663320086 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.14370663320086 (GeV) + +Source track ID 6029 (pi+,1.2125894020364[GeV]) at (-444.31476472478,229.31286454877,-1914.3403297705) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[0,20] 0.11749816540247 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.11749816540247 (GeV) + +Source track ID 6030 (anti_proton,5.3584989590268[GeV]) at (-479.23458505983,142.59808022037,-1704.1580369204) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[0,21] 0.16289350429629 [GeV] +Cell[1,21] 0.12449996599623 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.28739347029252 (GeV) + +Source track ID 6025 (gamma,0.3844820986824[GeV]) at (-406.4557484986,291.1936203155,-1180.8567204202) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[5,3] 0.00037051346457812 [GeV] +Cell[4,18] 0.000405469202183 [GeV] +Cell[4,19] 0.076014019291009 [GeV] +Cell[3,18] 0.032997127474916 [GeV] +Cell[3,19] 0.2624341614185 [GeV] +Cell[0,30] 0.00025839869250249 [GeV] +Cell[0,36] 0.00093540403345448 [GeV] +Cell[3,32] 0.0094166392657683 [GeV] +Cell[4,34] 0.00057118933130188 [GeV] +Cell[0,13] 0.00051907078966059 [GeV] +Cell[2,46] 0.00056010571852945 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.3844820986824 (GeV) + +Source track ID 5855 (proton,2.1151365252176[GeV]) at (-59.726740609807,496.41989933536,-1605.9960364825) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[1,15] 0.00077371944020533 [GeV] +Cell[1,14] 0.0013001638381452 [GeV] +Cell[2,30] 0.002396713169372 [GeV] +Cell[2,31] 0.00052884141274262 [GeV] +Cell[3,32] 3.9439833402866e-05 [GeV] +Cell[1,12] 0.32701151140829 [GeV] +Cell[1,13] 3.3308616722934e-05 [GeV] +Cell[3,31] 9.7841585229617e-06 [GeV] +Cell[1,30] 7.0673028822057e-06 [GeV] +Cell[1,29] 0.00016803156480557 [GeV] +Cell[2,29] 0.0022383936973188 [GeV] +Cell[0,12] 0.29269640806744 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.62720338250986 (GeV) + +Source track ID 5334 (pi+,0.7815228930069[GeV]) at (-497.60604057219,48.869503640478,-1143.5862010338) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[4,22] 0.00024200101659778 [GeV] +Cell[1,21] 1.1065173923271e-05 [GeV] +Cell[0,23] 4.3772161006927e-11 [GeV] +Cell[0,45] 7.360596558101e-06 [GeV] +Cell[3,22] 0.15699749749282 [GeV] +Cell[3,23] 0.023198411893315 [GeV] +Cell[4,23] 0.077633897250485 [GeV] +Cell[2,22] 0.41664793015678 [GeV] +Cell[2,21] 0.0023202565203329 [GeV] +Cell[2,23] 0.0010043524161837 [GeV] +Cell[1,23] 7.3167818763068e-05 [GeV] +Cell[1,22] 0.002637348741426 [GeV] +Cell[0,44] 2.4674483574927e-07 [GeV] +Cell[3,21] 0.0021658592307557 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.68293939509655 (GeV) + +Source track ID 5337 (pi+,0.50627215214186[GeV]) at (485.71985804227,118.64324465977,-1143.3162793637) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[2,1] 0.001311351252785 [GeV] +Cell[3,4] 7.8324353580683e-10 [GeV] +Cell[4,1] 0.076370309148896 [GeV] +Cell[3,1] 0.34454974309027 [GeV] +Cell[3,2] 0.0012578237530107 [GeV] +Cell[3,3] 1.0846268850173e-05 [GeV] +Cell[4,15] 0.00011309654930596 [GeV] +Cell[4,14] 0.00057468078736872 [GeV] +Cell[3,47] 3.3951859222725e-05 [GeV] +Cell[3,28] 1.2641813111259e-05 [GeV] +Cell[3,0] 0.016458729103432 [GeV] +Cell[2,0] 8.591328781938e-05 [GeV] +Cell[2,2] 0.00025813092028602 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.4410372186176 (GeV) + +Source track ID 5050 (anti_proton,1.6910423216608[GeV]) at (-493.98543879843,77.320024929662,-1173.7742594331) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[2,35] 0.00047547437819162 [GeV] +Cell[3,24] 0.001558011311864 [GeV] +Cell[4,22] 0.038033070801968 [GeV] +Cell[9,7] 7.4445434414883e-05 [GeV] +Cell[9,2] 5.980993330013e-06 [GeV] +Cell[10,9] 7.3746540874708e-06 [GeV] +Cell[8,4] 1.3928388823842e-05 [GeV] +Cell[3,25] 0.0041350285987163 [GeV] +Cell[9,6] 9.1127786804464e-06 [GeV] +Cell[11,42] 0.0032369467423141 [GeV] +Cell[10,45] 1.1171973310411e-06 [GeV] +Cell[0,43] 6.8215201899875e-06 [GeV] +Cell[8,3] 9.5559289625271e-06 [GeV] +Cell[11,43] 0.0040001461141918 [GeV] +Cell[12,43] 0.00034542650633398 [GeV] +Cell[5,45] 0.00077068776614749 [GeV] +Cell[10,10] 1.3777474494418e-05 [GeV] +Cell[5,2] 0.00011951142584485 [GeV] +Cell[3,5] 2.4189413059503e-05 [GeV] +Cell[5,46] 0.00025167654252948 [GeV] +Cell[4,21] 9.9468705911931e-09 [GeV] +Cell[0,4] 0.00021783262898418 [GeV] +Cell[0,5] 0.00023071838214935 [GeV] +Cell[9,3] 2.0208871283103e-06 [GeV] +Cell[8,2] 8.336580850505e-05 [GeV] +Cell[1,24] 0.011425045159449 [GeV] +Cell[0,25] 1.8651456559837e-07 [GeV] +Cell[0,21] 5.5871127949558e-07 [GeV] +Cell[1,21] 0.0011482324365833 [GeV] +Cell[0,20] 5.5950211731215e-08 [GeV] +Cell[0,23] 5.2566562089851e-09 [GeV] +Cell[1,44] 0.039126745796072 [GeV] +Cell[1,45] 0.018288488377854 [GeV] +Cell[1,47] 5.000042631309e-08 [GeV] +Cell[1,46] 0.0028456344724696 [GeV] +Cell[3,19] 0.001209981152115 [GeV] +Cell[3,22] 0.078849879542549 [GeV] +Cell[3,20] 0.017128275285113 [GeV] +Cell[3,23] 0.13217363385118 [GeV] +Cell[2,46] 0.00014782073745971 [GeV] +Cell[4,23] 4.4149326186016e-09 [GeV] +Cell[2,22] 0.13296179143754 [GeV] +Cell[2,21] 0.052559723180289 [GeV] +Cell[2,23] 1.085873295629 [GeV] +Cell[1,23] 0.00026690273105839 [GeV] +Cell[1,22] 0.0027181684419645 [GeV] +Cell[0,44] 0.0014093727030819 [GeV] +Cell[3,21] 0.10956184237199 [GeV] +Cell[2,24] 0.029826840872201 [GeV] +Cell[4,31] 5.8981752954423e-07 [GeV] +Cell[1,25] 0.0081056474015521 [GeV] +Cell[0,3] 5.9223375319903e-05 [GeV] +Cell[5,1] 8.3316491463847e-06 [GeV] +Cell[1,7] 7.165771705786e-08 [GeV] +Cell[1,8] 1.3677054084837e-09 [GeV] +Cell[2,25] 0.0044953667260123 [GeV] +Cell[10,11] 2.1098543948028e-06 [GeV] +Cell[12,45] 2.5257680099458e-06 [GeV] +Cell[7,4] 2.9163212911953e-06 [GeV] +Cell[7,3] 0.0073679270220182 [GeV] +Cell[1,20] 0.0010383419095301 [GeV] +Cell[2,39] 0.00148994959604 [GeV] +Cell[2,26] 6.7074319254971e-05 [GeV] +Cell[1,28] 0.0023561864637353 [GeV] +Cell[3,6] 0.00036480384671188 [GeV] +Cell[10,0] 1.6973724937998e-05 [GeV] +Cell[12,42] 0.00040996857267282 [GeV] +Cell[10,47] 0.00020765118734016 [GeV] +Cell[2,34] 1.9180813978892e-06 [GeV] +Cell[2,36] 1.8562557525001e-06 [GeV] +Cell[1,43] 0.0041618640522132 [GeV] +Cell[1,42] 0.0008577284541733 [GeV] +Cell[2,42] 0.00075962375609231 [GeV] +Cell[2,43] 0.0004179733569415 [GeV] +Cell[2,44] 0.00074142817306472 [GeV] +Cell[2,41] 1.281194782905e-07 [GeV] +Cell[1,41] 6.8237616233091e-09 [GeV] +Cell[2,45] 0.00031059938147007 [GeV] +Cell[3,46] 5.1655486316918e-05 [GeV] +Cell[2,47] 3.5768607631326e-11 [GeV] +Cell[2,20] 0.0020762240208897 [GeV] +Cell[2,19] 7.1059912443161e-10 [GeV] +Cell[4,20] 1.6733509776259e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 83 cells : 1.806527107291 (GeV) + +Source track ID 5051 (neutron,1.4783692592721[GeV]) at (458.5309876774,199.3723484829,-606.56000985403) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[4,46] 6.5655046910251e-10 [GeV] +Cell[8,4] 4.6775648082985e-05 [GeV] +Cell[8,25] 2.2729915799573e-06 [GeV] +Cell[5,4] 0.0037297844364402 [GeV] +Cell[5,2] 0.01086205880323 [GeV] +Cell[5,3] 0.10479001041397 [GeV] +Cell[4,3] 0.0022406213761976 [GeV] +Cell[4,4] 0.00042533119159767 [GeV] +Cell[6,3] 2.2230478352867e-06 [GeV] +Cell[5,5] 1.6753984855768e-05 [GeV] +Cell[2,23] 3.3964984759223e-06 [GeV] +Cell[4,1] 0.07414222144689 [GeV] +Cell[3,1] 0.00042605722834844 [GeV] +Cell[3,2] 0.0057610946205794 [GeV] +Cell[3,3] 0.0040239424822969 [GeV] +Cell[3,47] 0.0031099048347256 [GeV] +Cell[3,0] 0.00026392186428029 [GeV] +Cell[5,1] 0.0056609803621779 [GeV] +Cell[3,46] 0.010710818117612 [GeV] +Cell[4,2] 0.00037534480662021 [GeV] +Cell[6,12] 0.00012978159374279 [GeV] +Cell[6,13] 3.6988357010159e-08 [GeV] +Cell[19,42] 0.00021020616314913 [GeV] +Cell[6,1] 0.00013711805732714 [GeV] +Cell[6,2] 1.6362418688232e-06 [GeV] +Cell[4,0] 0.060576618786219 [GeV] +Cell[5,0] 0.00090567947242796 [GeV] +Cell[4,47] 0.0032513163824722 [GeV] +### Total energy deposition in calorimeter by a source track in 28 cells : 0.29180590849791 (GeV) + +Source track ID 5052 (pi+,0.53363694624722[GeV]) at (106.61938679457,488.50005768633,297.33633557131) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[9,35] 2.022949502134e-09 [GeV] +Cell[12,44] 0.00038846083486771 [GeV] +Cell[9,26] 0.00095534631978285 [GeV] +Cell[9,25] 0.00059502999399399 [GeV] +Cell[8,27] 2.0178512932034e-07 [GeV] +Cell[11,14] 9.9366380634706e-05 [GeV] +Cell[12,38] 1.2113791774027e-05 [GeV] +Cell[13,38] 0.0022277160550918 [GeV] +Cell[13,37] 1.7513585422421e-05 [GeV] +Cell[12,37] 0.00071505870891896 [GeV] +Cell[12,31] 0.0024743294693392 [GeV] +Cell[11,26] 5.3544477268588e-06 [GeV] +Cell[12,30] 8.3750846912153e-05 [GeV] +Cell[17,2] 7.6331384482273e-06 [GeV] +Cell[17,3] 1.1688154111425e-05 [GeV] +Cell[11,25] 2.6381303090602e-05 [GeV] +Cell[12,25] 0.00038230950396804 [GeV] +Cell[6,45] 0.0013700689809863 [GeV] +Cell[8,26] 1.1115085168285e-06 [GeV] +Cell[12,20] 0.0015754227642295 [GeV] +Cell[11,11] 0.0020328028687831 [GeV] +Cell[11,10] 0.20511952021347 [GeV] +Cell[9,32] 1.4031248312676e-05 [GeV] +Cell[9,33] 0.0012818710272792 [GeV] +Cell[9,34] 1.374616999783e-08 [GeV] +Cell[9,27] 0.00069108877337044 [GeV] +Cell[7,30] 0.0022790196457699 [GeV] +Cell[11,12] 9.0407510006116e-05 [GeV] +Cell[11,13] 0.00062580708315591 [GeV] +Cell[9,31] 9.0667579685032e-05 [GeV] +Cell[14,0] 1.2376374663063e-05 [GeV] +Cell[13,39] 0.0026082029036836 [GeV] +Cell[13,5] 9.99387606862e-06 [GeV] +Cell[10,30] 1.0446957079694e-05 [GeV] +Cell[12,26] 0.00092125615248818 [GeV] +Cell[12,36] 0.0037959249240099 [GeV] +Cell[10,4] 7.4561103247106e-10 [GeV] +Cell[10,3] 9.5760559929658e-08 [GeV] +Cell[14,3] 5.5627391748203e-05 [GeV] +Cell[10,12] 3.5154702200089e-06 [GeV] +Cell[12,40] 0.0083220542789065 [GeV] +Cell[10,11] 1.159799928223e-05 [GeV] +Cell[12,45] 0.00027946735246906 [GeV] +Cell[10,0] 9.9586897010795e-07 [GeV] +Cell[12,4] 1.842535394826e-05 [GeV] +Cell[15,19] 2.6854340161663e-05 [GeV] +Cell[16,16] 9.4215183344204e-06 [GeV] +Cell[12,46] 2.0615954999812e-06 [GeV] +Cell[13,4] 0.00038591956711252 [GeV] +Cell[16,38] 0.00051981608591768 [GeV] +Cell[16,40] 2.7433270588517e-10 [GeV] +Cell[16,39] 2.4358230803045e-08 [GeV] +Cell[11,9] 0.11302843510109 [GeV] +Cell[12,39] 6.5522367658559e-06 [GeV] +Cell[12,41] 0.00045648340613045 [GeV] +Cell[10,8] 0.0012640769209389 [GeV] +Cell[8,42] 0.001754098021725 [GeV] +Cell[8,43] 2.5181774719385e-05 [GeV] +Cell[12,0] 0.0015106757351914 [GeV] +Cell[12,47] 2.305569149712e-07 [GeV] +Cell[13,47] 0.0002027082411347 [GeV] +Cell[11,8] 0.0042933394038088 [GeV] +Cell[12,3] 1.2116999569116e-05 [GeV] +Cell[12,6] 2.8514417645056e-06 [GeV] +Cell[11,6] 0.00010429399584018 [GeV] +Cell[11,5] 3.6409500553646e-05 [GeV] +Cell[14,2] 0.00021554448860695 [GeV] +Cell[14,24] 0.0011587195135562 [GeV] +Cell[13,0] 0.0015553030327225 [GeV] +Cell[13,1] 8.7436311639522e-07 [GeV] +Cell[14,1] 1.1902410733455e-08 [GeV] +Cell[17,1] 0.001771021236089 [GeV] +Cell[17,4] 3.1078202679055e-05 [GeV] +Cell[16,2] 6.0009803064531e-09 [GeV] +Cell[11,7] 0.0013431508931773 [GeV] +Cell[10,7] 3.2812131394166e-09 [GeV] +### Total energy deposition in calorimeter by a source track in 76 cells : 0.3689413346919 (GeV) + +Source track ID 5053 (kaon-,1.5177085823076[GeV]) at (463.07002218778,-188.58991105309,441.72211043707) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[12,44] 0.17799517903297 [GeV] +Cell[13,28] 0.0033540154196515 [GeV] +Cell[11,32] 0.00066731983600198 [GeV] +Cell[11,42] 0.0011336230540853 [GeV] +Cell[10,45] 1.233854213956e-05 [GeV] +Cell[14,19] 0.00051099891 [GeV] +Cell[14,29] 3.4401758864533e-07 [GeV] +Cell[11,31] 0.0012165367338735 [GeV] +Cell[12,32] 5.3356925491244e-09 [GeV] +Cell[13,32] 0.0094222772936066 [GeV] +Cell[12,31] 1.8433365767123e-10 [GeV] +Cell[14,20] 0.003327133664727 [GeV] +Cell[14,46] 0.0031092349362416 [GeV] +Cell[14,28] 1.1582399110921e-09 [GeV] +Cell[11,43] 0.019582058027654 [GeV] +Cell[15,43] 3.3408823167065e-06 [GeV] +Cell[12,43] 0.0029320881955531 [GeV] +Cell[15,41] 5.24645764051e-06 [GeV] +Cell[12,23] 6.9831672590226e-08 [GeV] +Cell[13,43] 0.005358726845665 [GeV] +Cell[13,42] 0.015908370024208 [GeV] +Cell[12,20] 0.0027285460618273 [GeV] +Cell[12,19] 0.00035548525696277 [GeV] +Cell[9,34] 0.00073734303397449 [GeV] +Cell[12,11] 3.4407653098469e-06 [GeV] +Cell[12,10] 0.00098189460636888 [GeV] +Cell[11,46] 0.00222153214951 [GeV] +Cell[11,44] 0.011843719843708 [GeV] +Cell[10,18] 6.4828672418571e-06 [GeV] +Cell[11,1] 0.00045912776836053 [GeV] +Cell[13,14] 0.0001528413647211 [GeV] +Cell[11,0] 4.3630218335352e-05 [GeV] +Cell[10,44] 1.9892800999514e-05 [GeV] +Cell[17,22] 5.7553791782539e-07 [GeV] +Cell[16,21] 7.6140667933942e-06 [GeV] +Cell[14,21] 0.00088978069240818 [GeV] +Cell[12,45] 0.3857255650529 [GeV] +Cell[12,42] 0.003620757693774 [GeV] +Cell[12,4] 9.7274273684889e-09 [GeV] +Cell[16,16] 0.00071702081547994 [GeV] +Cell[12,46] 0.022469060806748 [GeV] +Cell[12,41] 0.00097313111995254 [GeV] +Cell[12,0] 0.0012951227480224 [GeV] +Cell[12,47] 0.0087550694322792 [GeV] +Cell[13,47] 0.00029160891565584 [GeV] +Cell[12,6] 0.0026884482342255 [GeV] +Cell[13,0] 6.8711329163307e-08 [GeV] +Cell[11,7] 0.0016228068140559 [GeV] +Cell[13,46] 0.007860031645316 [GeV] +Cell[16,17] 2.8148808632977e-07 [GeV] +Cell[11,45] 0.0064507199602341 [GeV] +Cell[13,45] 0.0045321893005823 [GeV] +Cell[11,47] 4.8362380766775e-12 [GeV] +Cell[15,14] 0.00078680662333697 [GeV] +Cell[12,1] 0.00073187686493918 [GeV] +Cell[12,5] 0.00385458349672 [GeV] +Cell[15,29] 7.0454552769661e-10 [GeV] +Cell[14,16] 2.5767136656214e-05 [GeV] +Cell[14,15] 0.00016823582134566 [GeV] +Cell[13,44] 0.025426142230563 [GeV] +Cell[14,14] 0.00018573980245844 [GeV] +Cell[13,15] 0.0020863293778383 [GeV] +Cell[15,44] 3.4349475754425e-08 [GeV] +Cell[16,43] 1.1213825507639e-06 [GeV] +Cell[16,29] 0.003066313095206 [GeV] +Cell[13,33] 0.00074690581699484 [GeV] +Cell[17,19] 0.0053389214804447 [GeV] +Cell[17,20] 0.001418413994346 [GeV] +Cell[16,20] 7.5276565542026e-07 [GeV] +Cell[17,21] 7.8572188069757e-06 [GeV] +Cell[18,21] 0.0014453149273603 [GeV] +Cell[17,14] 0.0015895589459431 [GeV] +Cell[18,13] 1.0441622355415e-05 [GeV] +Cell[17,13] 3.5574043283759e-07 [GeV] +Cell[17,12] 1.7055583612091e-09 [GeV] +Cell[10,43] 5.1418026487227e-08 [GeV] +Cell[12,7] 0.00023531404930679 [GeV] +Cell[13,7] 0.0058587114006354 [GeV] +Cell[14,41] 0.0010965620828372 [GeV] +Cell[14,42] 0.0011426277862705 [GeV] +Cell[13,41] 0.00059884585872646 [GeV] +### Total energy deposition in calorimeter by a source track in 81 cells : 0.76781629558854 (GeV) + +Source track ID 5288 (gamma,0.23378010273678[GeV]) at (499.39193936304,24.651387369047,861.27114007087) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[14,0] 0.18724651047874 [GeV] +Cell[14,47] 0.018475990918429 [GeV] +Cell[15,1] 0.0010024899393444 [GeV] +Cell[13,0] 0.00039382283853241 [GeV] +Cell[14,1] 0.0022423589621944 [GeV] +Cell[15,47] 0.012749590330522 [GeV] +Cell[15,0] 0.0035826622687028 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.22569342573647 (GeV) + +Source track ID 5289 (gamma,0.24889356279397[GeV]) at (220.29242369872,-448.85548683395,830.3854601996) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[14,39] 0.24318398928285 [GeV] +Cell[14,38] 0.0031416908556187 [GeV] +Cell[14,40] 0.0025678826554992 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.24889356279396 (GeV) + +Source track ID 5286 (gamma,0.22561171295698[GeV]) at (-34.957098554867,498.77650431894,19.976566823641) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[9,12] 0.0092693962795789 [GeV] +Cell[10,24] 0.00017554030196162 [GeV] +Cell[10,13] 0.0011202921896074 [GeV] +Cell[9,21] 0.0028000443928229 [GeV] +Cell[10,12] 0.20919974703544 [GeV] +Cell[10,11] 0.0027112341495249 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.22527625434894 (GeV) + +Source track ID 5287 (gamma,0.078972048414542[GeV]) at (304.87609364982,396.29606044071,-490.01415387392) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[7,7] 0.036368280898118 [GeV] +Cell[7,6] 0.035542207977088 [GeV] +Cell[6,6] 0.0028983419431211 [GeV] +Cell[8,34] 5.4941959143231e-05 [GeV] +Cell[9,34] 0.0012695464626363 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.076133319240107 (GeV) + +Source track ID 5251 (pi+,0.38304325844914[GeV]) at (386.88472084318,-316.7336622118,1990.5021596691) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[19,42] 0.012025207017793 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.012025207017793 (GeV) + +Source track ID 5055 (pi-,1.1890476459035[GeV]) at (43.544118617927,-498.10030087703,1038.0038977109) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[19,40] 0.00076989562913809 [GeV] +Cell[17,38] 0.14984828110461 [GeV] +Cell[15,36] 0.11926983117055 [GeV] +Cell[15,37] 0.16157978713999 [GeV] +Cell[18,38] 0.0097442666293401 [GeV] +Cell[16,38] 0.14337818545642 [GeV] +Cell[16,39] 0.0001039526241093 [GeV] +Cell[16,37] 0.097908257458315 [GeV] +Cell[17,40] 0.00098467832985317 [GeV] +Cell[17,39] 0.00580940123504 [GeV] +Cell[15,38] 0.0010646347149732 [GeV] +Cell[18,40] 0.11926319072208 [GeV] +Cell[17,41] 0.00022889863948217 [GeV] +Cell[18,41] 0.00010907894894137 [GeV] +Cell[18,37] 5.2608590742807e-05 [GeV] +Cell[18,39] 0.0028812204299477 [GeV] +Cell[19,41] 2.0736073236094e-07 [GeV] +Cell[17,42] 0.0074821504021985 [GeV] +Cell[17,43] 0.0001284266313213 [GeV] +Cell[17,44] 1.727490181338e-07 [GeV] +Cell[19,38] 0.073789788539946 [GeV] +Cell[19,37] 0.0067357696129556 [GeV] +Cell[19,39] 9.9137704353325e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 23 cells : 0.90113367549675 (GeV) + +Source track ID 5224 (gamma,1.5351207931195[GeV]) at (395.55062977799,-305.84260540716,318.34459102464) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[13,27] 0.0051345741451327 [GeV] +Cell[11,42] 1.099668356982 [GeV] +Cell[11,41] 0.0089108096098241 [GeV] +Cell[11,43] 0.31142217880502 [GeV] +Cell[12,43] 0.017554975111655 [GeV] +Cell[13,42] 0.0074322521733833 [GeV] +Cell[13,14] 0.0025776159283878 [GeV] +Cell[12,40] 0.00087470467738655 [GeV] +Cell[12,42] 0.068413698795849 [GeV] +Cell[12,41] 0.007409925081845 [GeV] +Cell[11,45] 0.00024878652807366 [GeV] +Cell[13,41] 0.0049300152802563 [GeV] +Cell[10,41] 0.00054287842154395 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 1.5351207715403 (GeV) + +Source track ID 5225 (gamma,0.1244455075516[GeV]) at (447.26693781898,-223.50008128418,557.8544861897) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[12,44] 0.074350963332617 [GeV] +Cell[10,13] 0.00044408977167422 [GeV] +Cell[13,45] 0.0019495952781821 [GeV] +Cell[13,44] 0.047700859169127 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.1244455075516 (GeV) + +Source track ID 5205 (pi+,0.37519963223636[GeV]) at (181.97631690844,465.70872880422,1249.1745331213) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[9,30] 9.4858080501581e-10 [GeV] +Cell[9,46] 7.6023336459457e-05 [GeV] +Cell[13,29] 1.7989584011957e-05 [GeV] +Cell[9,47] 6.513502177404e-05 [GeV] +Cell[13,31] 0.00053685923732155 [GeV] +Cell[15,30] 0.00062156600015282 [GeV] +Cell[13,26] 0.0012788874303817 [GeV] +Cell[14,8] 3.8887148839422e-06 [GeV] +Cell[12,29] 1.552520529367e-05 [GeV] +Cell[16,13] 1.062423386611e-05 [GeV] +Cell[16,7] 0.0014217972059285 [GeV] +Cell[12,19] 1.5463304676814e-05 [GeV] +Cell[11,10] 4.593502584612e-06 [GeV] +Cell[9,32] 0.0011433806388673 [GeV] +Cell[9,31] 4.6740352672714e-09 [GeV] +Cell[11,46] 7.073567743646e-06 [GeV] +Cell[11,0] 6.2624749261886e-09 [GeV] +Cell[15,5] 9.4014359929133e-06 [GeV] +Cell[16,8] 0.116823809194 [GeV] +Cell[16,9] 0.02458953215479 [GeV] +Cell[15,8] 2.3724199563731e-06 [GeV] +Cell[9,45] 8.5183183955451e-09 [GeV] +Cell[18,43] 4.2367128189653e-06 [GeV] +Cell[10,0] 0.00031272284645672 [GeV] +Cell[10,47] 0.00025212165152197 [GeV] +Cell[17,14] 1.743903697934e-05 [GeV] +Cell[15,13] 5.0169150053989e-06 [GeV] +Cell[16,6] 2.0810959016671e-05 [GeV] +Cell[15,4] 9.9999442172702e-06 [GeV] +Cell[15,6] 0.00088397703851808 [GeV] +Cell[15,46] 1.3838313607948e-05 [GeV] +Cell[16,46] 0.00044779258142864 [GeV] +Cell[16,45] 0.0006566704368455 [GeV] +Cell[17,7] 0.00084991566129458 [GeV] +Cell[15,12] 0.0012874801006979 [GeV] +Cell[15,9] 0.00019675696561592 [GeV] +Cell[14,9] 2.760162926279e-06 [GeV] +Cell[15,10] 1.3000152855852e-05 [GeV] +Cell[15,11] 5.5851288891517e-07 [GeV] +Cell[10,46] 0.00086910891874652 [GeV] +Cell[16,11] 0.00016079831745117 [GeV] +Cell[16,10] 0.0017645450087439 [GeV] +### Total energy deposition in calorimeter by a source track in 42 cells : 0.15441349282973 (GeV) + +Source track ID 5109 (e-,0.0026621241157195[GeV]) at (367.17404100397,339.38654011734,1797.613878582) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[18,5] 0.0021511252057195 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0021511252057195 (GeV) + +Source track ID 5103 (pi-,0.47789768204683[GeV]) at (178.2606149308,-467.14361085698,105.85068041003) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[11,36] 0.00035402500354641 [GeV] +Cell[11,39] 0.0040625342702572 [GeV] +Cell[11,37] 0.00082651795860218 [GeV] +Cell[11,42] 0.0058905922926642 [GeV] +Cell[9,39] 1.0895484592766e-08 [GeV] +Cell[11,14] 4.4240196378155e-05 [GeV] +Cell[10,42] 1.5181324675268e-05 [GeV] +Cell[10,40] 0.0063397025943935 [GeV] +Cell[11,41] 0.0011051327431177 [GeV] +Cell[11,43] 1.8938457119361e-05 [GeV] +Cell[12,25] 0.00098498807059502 [GeV] +Cell[10,14] 0.00039301334570746 [GeV] +Cell[11,15] 2.770229493342e-05 [GeV] +Cell[13,39] 0.0016914740416512 [GeV] +Cell[10,35] 1.888723106822e-05 [GeV] +Cell[11,44] 0.00061403385251185 [GeV] +Cell[10,38] 0.060517026046795 [GeV] +Cell[10,37] 0.0017757816223606 [GeV] +Cell[10,36] 7.7377009271231e-06 [GeV] +Cell[11,40] 0.00022571685725632 [GeV] +Cell[12,42] 0.00082053483481241 [GeV] +Cell[12,39] 0.00075634424604391 [GeV] +Cell[12,41] 0.00013421882094025 [GeV] +Cell[11,45] 4.295824021483e-08 [GeV] +Cell[10,41] 0.0025128092530687 [GeV] +Cell[10,39] 0.18981622586933 [GeV] +Cell[9,40] 5.5821862702032e-08 [GeV] +Cell[11,38] 0.0025096501311036 [GeV] +Cell[10,16] 8.3401947049424e-06 [GeV] +Cell[10,15] 6.9290143146645e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 30 cells : 0.28147838794447 (GeV) + +Source track ID 5073 (pi+,0.9682193827704[GeV]) at (-69.972278838961,-495.07967055221,1185.9373956184) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[15,32] 0.00020475277341041 [GeV] +Cell[16,32] 0.0033079544590626 [GeV] +Cell[16,31] 4.8005575081334e-08 [GeV] +Cell[15,31] 8.6273619672284e-08 [GeV] +Cell[13,31] 1.1307073611533e-05 [GeV] +Cell[18,19] 0.00020169914009966 [GeV] +Cell[14,20] 2.7817292721011e-06 [GeV] +Cell[14,46] 1.8471232701017e-05 [GeV] +Cell[17,38] 0.00036545650609378 [GeV] +Cell[12,28] 7.1382655005436e-06 [GeV] +Cell[15,35] 0.00071829032122378 [GeV] +Cell[11,23] 9.1382040409371e-08 [GeV] +Cell[10,23] 1.7203405544706e-06 [GeV] +Cell[8,25] 1.3171073514968e-06 [GeV] +Cell[10,35] 2.6511322357692e-07 [GeV] +Cell[15,33] 0.0013056373167141 [GeV] +Cell[10,4] 9.8298719967715e-07 [GeV] +Cell[10,36] 4.2667656089179e-07 [GeV] +Cell[12,34] 0.00086185374349168 [GeV] +Cell[4,2] 6.4680798891459e-07 [GeV] +Cell[16,38] 0.00029290340188504 [GeV] +Cell[16,40] 8.5350262338579e-08 [GeV] +Cell[15,14] 5.5876298574731e-08 [GeV] +Cell[15,44] 0.00030028637697251 [GeV] +Cell[18,21] 7.0085067418404e-06 [GeV] +Cell[15,38] 0.00011485588989603 [GeV] +Cell[15,46] 1.100006841375e-05 [GeV] +Cell[15,34] 0.019731028018032 [GeV] +Cell[16,34] 0.57792371801121 [GeV] +Cell[16,35] 0.010808499117359 [GeV] +Cell[15,21] 0.0001652479154734 [GeV] +Cell[12,18] 2.3794135311164e-06 [GeV] +Cell[16,33] 0.011070307035416 [GeV] +Cell[17,17] 1.7079491750337e-05 [GeV] +Cell[17,24] 0.00029836499793237 [GeV] +Cell[17,25] 0.00087686525490813 [GeV] +Cell[17,34] 0.00061799200208304 [GeV] +Cell[17,33] 8.1199922078667e-08 [GeV] +Cell[19,12] 7.829936221242e-06 [GeV] +Cell[16,36] 0.0065300257661369 [GeV] +Cell[15,26] 6.7459404526744e-06 [GeV] +Cell[15,25] 0.00033474191405605 [GeV] +Cell[17,37] 0.0001750510151852 [GeV] +Cell[17,36] 0.00014556419925418 [GeV] +Cell[18,23] 0.0025982218105213 [GeV] +Cell[13,9] 0.00064737423338329 [GeV] +Cell[13,10] 3.4148320776239e-07 [GeV] +Cell[18,18] 0.0070273057770491 [GeV] +Cell[18,17] 0.00040235279687852 [GeV] +Cell[14,44] 0.0031167159165027 [GeV] +Cell[19,5] 0.00027741206570579 [GeV] +Cell[19,6] 1.8300531635759e-05 [GeV] +Cell[15,45] 0.0024510902180696 [GeV] +Cell[14,45] 0.0022154322690103 [GeV] +Cell[17,35] 0.0014309425813316 [GeV] +Cell[16,19] 8.7235833052546e-07 [GeV] +Cell[15,27] 4.4585595605895e-07 [GeV] +Cell[10,20] 2.8300084057037e-05 [GeV] +Cell[10,19] 8.1982586648337e-06 [GeV] +Cell[18,2] 0.00018608524535421 [GeV] +Cell[18,3] 1.6111379693484e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 61 cells : 0.65685819655414 (GeV) + +Source track ID 5074 (kaon-,2.4403982129046[GeV]) at (342.02368121269,-364.71879782885,532.02002581297) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[18,42] 2.9003351365873e-05 [GeV] +Cell[15,43] 0.132904642977 [GeV] +Cell[15,41] 0.4109164837404 [GeV] +Cell[13,42] 0.18499617595892 [GeV] +Cell[15,42] 0.50744136558256 [GeV] +Cell[18,43] 3.0450223283651e-06 [GeV] +Cell[16,40] 0.0012358294101177 [GeV] +Cell[12,41] 0.0871473537062 [GeV] +Cell[15,44] 0.0028447542367149 [GeV] +Cell[16,43] 0.0021549836650858 [GeV] +Cell[14,41] 0.24552550297798 [GeV] +Cell[14,42] 0.0056934370530103 [GeV] +Cell[13,41] 0.27086951245034 [GeV] +Cell[14,40] 0.00091049786317795 [GeV] +Cell[17,40] 0.00061363996756859 [GeV] +Cell[17,39] 0.00082380442804026 [GeV] +Cell[17,41] 0.0030815982457533 [GeV] +Cell[18,41] 0.0013264942714163 [GeV] +Cell[17,42] 0.013878471472807 [GeV] +Cell[14,44] 2.2378864514394e-08 [GeV] +Cell[15,40] 0.0070938171559727 [GeV] +Cell[15,39] 4.8246785008814e-06 [GeV] +Cell[16,42] 0.0081069762409766 [GeV] +Cell[16,41] 0.0084006915873498 [GeV] +Cell[14,43] 0.00065214968836062 [GeV] +### Total energy deposition in calorimeter by a source track in 25 cells : 1.8966550781108 (GeV) + +Source track ID 5072 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[12,44] 0.0010225054163811 [GeV] +Cell[11,42] 1.5717384539812e-05 [GeV] +Cell[11,41] 0.0023456174009861 [GeV] +Cell[11,43] 8.1491720038684e-09 [GeV] +Cell[12,43] 0.0086026639912648 [GeV] +Cell[13,43] 0.0027836986195628 [GeV] +Cell[13,42] 0.00030080367954884 [GeV] +Cell[11,44] 6.4028427004814e-11 [GeV] +Cell[13,40] 0.0022130504701247 [GeV] +Cell[11,40] 6.2314501758465e-07 [GeV] +Cell[12,40] 0.01663392985921 [GeV] +Cell[12,42] 0.0090731032427957 [GeV] +Cell[12,41] 0.49276965947404 [GeV] +Cell[13,45] 2.6210465080112e-08 [GeV] +Cell[13,44] 0.056234400169192 [GeV] +Cell[14,42] 1.55932239511e-06 [GeV] +Cell[13,41] 0.0054387931509376 [GeV] +Cell[14,40] 1.5629973029263e-07 [GeV] +Cell[15,38] 0.0022230681697946 [GeV] +Cell[14,44] 0.0008426618179019 [GeV] +Cell[14,45] 0.0011856125161443 [GeV] +Cell[14,43] 0.002351640581866 [GeV] +### Total energy deposition in calorimeter by a source track in 22 cells : 0.6040392991351 (GeV) + +Source track ID 5060 (pi+,4.2123924888386[GeV]) at (194.21460898788,-460.73928165036,515.84023425279) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[12,38] 0.12608863009269 [GeV] +Cell[13,38] 0.32292561676938 [GeV] +Cell[13,37] 3.3305063459238e-05 [GeV] +Cell[12,37] 0.0009560645218074 [GeV] +Cell[16,32] 0.003056559057581 [GeV] +Cell[15,35] 0.0051187314427177 [GeV] +Cell[15,36] 0.18087655497497 [GeV] +Cell[14,35] 3.9313388790561e-06 [GeV] +Cell[14,36] 0.0054397658161354 [GeV] +Cell[15,37] 0.19445530302886 [GeV] +Cell[15,41] 0.00046356801782781 [GeV] +Cell[8,16] 0.0014902683541612 [GeV] +Cell[13,39] 0.028895735910235 [GeV] +Cell[14,37] 0.02429106741708 [GeV] +Cell[13,40] 0.00033554629390661 [GeV] +Cell[12,40] 0.00061878246914725 [GeV] +Cell[16,38] 0.0028597876040469 [GeV] +Cell[16,40] 0.0020044894522832 [GeV] +Cell[16,39] 0.0027240818420792 [GeV] +Cell[12,39] 0.26450538763556 [GeV] +Cell[14,41] 0.0053236906559787 [GeV] +Cell[14,39] 0.091281892446087 [GeV] +Cell[14,38] 1.0774446393515 [GeV] +Cell[14,40] 0.0061569964942728 [GeV] +Cell[16,37] 0.0017034124960499 [GeV] +Cell[15,38] 0.3409651813307 [GeV] +Cell[16,34] 0.13696615633682 [GeV] +Cell[16,35] 0.04347493753986 [GeV] +Cell[16,33] 0.05162588975313 [GeV] +Cell[17,33] 0.0037858729126856 [GeV] +Cell[16,36] 0.0034325988376618 [GeV] +Cell[17,37] 0.00034641266460096 [GeV] +Cell[15,40] 0.17793072071051 [GeV] +Cell[15,39] 0.2497868685852 [GeV] +Cell[13,36] 0.00012792757158127 [GeV] +Cell[11,17] 0.00070390232311087 [GeV] +Cell[15,23] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 37 cells : 3.3587112760225 (GeV) + +Source track ID 4214 (kaon+,2.4785972167211[GeV]) at (287.04818207333,-409.39387045777,-439.69653812739) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[5,39] 0.81193639347233 [GeV] +Cell[5,38] 0.010217324562769 [GeV] +Cell[6,38] 0.001231136940423 [GeV] +Cell[7,37] 2.2942549549043e-10 [GeV] +Cell[4,38] 0.0011395100006511 [GeV] +Cell[6,41] 2.2150365248308e-07 [GeV] +Cell[5,40] 0.29274200652875 [GeV] +Cell[7,40] 0.21463587041297 [GeV] +Cell[7,39] 4.0136148982128e-10 [GeV] +Cell[6,37] 0.00045103387213851 [GeV] +Cell[6,39] 0.0049600312906963 [GeV] +Cell[6,40] 0.50694898086713 [GeV] +Cell[4,39] 0.0004996758074335 [GeV] +Cell[5,41] 0.00027399926481883 [GeV] +Cell[4,40] 1.1150040591019e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 1.8450373001586 (GeV) + +Source track ID 4435 (gamma,0.19649521790461[GeV]) at (-493.90321058265,77.843551924069,489.46551393208) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[11,42] 0.00079588215448651 [GeV] +Cell[17,3] 0.0022633730462098 [GeV] +Cell[11,24] 0.00021425502722368 [GeV] +Cell[12,23] 0.045096754147124 [GeV] +Cell[12,22] 0.13511206342175 [GeV] +Cell[12,21] 0.0018650172147558 [GeV] +Cell[12,19] 0.00093370390764811 [GeV] +Cell[13,17] 0.0023796192270128 [GeV] +Cell[13,7] 0.001003936722406 [GeV] +Cell[15,12] 0.00040898225383406 [GeV] +Cell[13,12] 0.0016485446429299 [GeV] +Cell[13,24] 0.0024728435190497 [GeV] +Cell[17,6] 0.0023002426201825 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.19649521790461 (GeV) + +Source track ID 4436 (gamma,0.89164369738079[GeV]) at (-456.12361631122,204.82003476997,886.89513538746) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[11,42] 0.0025036492132953 [GeV] +Cell[14,18] 0.00072931376875993 [GeV] +Cell[14,20] 0.80018671968659 [GeV] +Cell[11,43] 0.00051099891 [GeV] +Cell[15,20] 0.0023657122092214 [GeV] +Cell[13,21] 0.00043337322459953 [GeV] +Cell[13,43] 0.0011292300355556 [GeV] +Cell[11,0] 0.00059496893213075 [GeV] +Cell[14,21] 0.063148307734833 [GeV] +Cell[15,38] 0.0004580470090926 [GeV] +Cell[17,7] 0.00048758467084033 [GeV] +Cell[15,21] 0.0026818893437491 [GeV] +Cell[15,39] 0.0027651293673548 [GeV] +Cell[14,25] 0.00021990340718445 [GeV] +Cell[18,44] 0.0019392069738437 [GeV] +Cell[14,22] 0.00030400965172629 [GeV] +Cell[15,18] 0.00025739071360121 [GeV] +Cell[19,35] 4.2384567780118e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.88071585869806 (GeV) + +Source track ID 4424 (pi-,0.85441472452876[GeV]) at (-164.94865537234,472.00841209756,870.49933504368) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[11,31] 0.00092863480917254 [GeV] +Cell[16,31] 2.0020198689963e-09 [GeV] +Cell[12,31] 1.5361874829978e-09 [GeV] +Cell[15,30] 2.5667008012533e-06 [GeV] +Cell[16,30] 0.00049515512301571 [GeV] +Cell[7,46] 2.0478244987316e-06 [GeV] +Cell[12,30] 4.0212762542069e-10 [GeV] +Cell[12,14] 5.6921800739929e-07 [GeV] +Cell[16,15] 0.00073913558246818 [GeV] +Cell[13,14] 3.861694817715e-07 [GeV] +Cell[16,16] 1.6447078223791e-09 [GeV] +Cell[15,14] 0.041628785466555 [GeV] +Cell[14,16] 3.3139564654903e-06 [GeV] +Cell[14,15] 0.0051654630826676 [GeV] +Cell[14,14] 0.18941382755634 [GeV] +Cell[16,29] 0.00094770091059888 [GeV] +Cell[17,42] 9.8220480140299e-09 [GeV] +Cell[15,13] 0.00050762030190856 [GeV] +Cell[15,12] 5.7212340607293e-09 [GeV] +Cell[15,26] 0.001889026666203 [GeV] +Cell[15,25] 1.298474455416e-05 [GeV] +Cell[13,12] 1.6501576396877e-08 [GeV] +Cell[13,13] 0.0017310725989227 [GeV] +Cell[12,13] 8.2675554846674e-05 [GeV] +Cell[16,44] 0.0053347835301774 [GeV] +Cell[15,15] 0.41115245680388 [GeV] +Cell[15,16] 1.7539888487704e-05 [GeV] +Cell[14,13] 0.0034258328969894 [GeV] +Cell[14,12] 0.002771931758673 [GeV] +Cell[14,11] 0.00059643249871972 [GeV] +Cell[16,14] 3.866226129503e-07 [GeV] +Cell[18,16] 6.0845891573535e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 32 cells : 0.66685097635486 (GeV) + +Source track ID 4387 (pi+,0.42448650027143[GeV]) at (-375.41638384355,-330.24617899656,-464.37469654383) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[6,27] 0.088944355322675 [GeV] +Cell[7,28] 0.12625257567689 [GeV] +Cell[7,29] 0.070761495561535 [GeV] +Cell[6,28] 0.045344565353862 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.33130299191496 (GeV) + +Source track ID 4388 (kaon-,0.64916033658279[GeV]) at (452.62237493937,-212.44525342838,327.45662591859) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[12,44] 0.050196110791257 [GeV] +Cell[9,13] 0.0067904232609127 [GeV] +Cell[9,23] 0.00025453509463778 [GeV] +Cell[11,42] 0.0010987729371437 [GeV] +Cell[9,20] 0.0053244525810887 [GeV] +Cell[9,16] 0.010389174873335 [GeV] +Cell[12,33] 0.0010355823852068 [GeV] +Cell[11,43] 0.0054746671538853 [GeV] +Cell[11,34] 0.0011863314014922 [GeV] +Cell[12,43] 0.00010426213911574 [GeV] +Cell[10,23] 0.00039417863995364 [GeV] +Cell[13,43] 0.0036300421064431 [GeV] +Cell[11,11] 0.00039798530215079 [GeV] +Cell[10,22] 0.0019686123828856 [GeV] +Cell[11,46] 5.5005843023537e-05 [GeV] +Cell[11,44] 0.34817034826883 [GeV] +Cell[8,18] 0.021511241511919 [GeV] +Cell[10,32] 0.0012262531763515 [GeV] +Cell[10,31] 0.0027003370093981 [GeV] +Cell[11,35] 5.464007469467e-05 [GeV] +Cell[12,36] 0.020898217398269 [GeV] +Cell[12,35] 0.0040423545285261 [GeV] +Cell[12,34] 0.0048757178801338 [GeV] +Cell[12,45] 0.068464683422565 [GeV] +Cell[12,42] 0.00077321029019488 [GeV] +Cell[12,46] 0.0022283234329343 [GeV] +Cell[12,47] 5.4066367666337e-05 [GeV] +Cell[13,47] 1.8662582166371e-06 [GeV] +Cell[11,45] 0.0075427441937764 [GeV] +Cell[13,45] 0.0041992459264626 [GeV] +Cell[13,44] 7.2326632740442e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 31 cells : 0.57511571326521 (GeV) + +Source track ID 4362 (gamma,0.062293140479318[GeV]) at (-277.09241876563,416.19681817935,226.70073622789) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[14,8] 0.00067953830321864 [GeV] +Cell[11,16] 0.059268182179688 [GeV] +Cell[10,17] 0.00066250299876493 [GeV] +Cell[12,2] 0.0016829169976461 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.062293140479318 (GeV) + +Source track ID 4364 (e-,0.16217371365013[GeV]) at (369.02981849114,337.36774158831,300.32831810036) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[11,33] 0.00038248201246048 [GeV] +Cell[8,26] 7.7965976059785e-05 [GeV] +Cell[11,9] 0.0025050656037038 [GeV] +Cell[11,6] 0.012179351749218 [GeV] +Cell[11,5] 0.13694702713843 [GeV] +Cell[17,19] 0.0020869104332308 [GeV] +Cell[16,19] 0.0013631108123151 [GeV] +Cell[16,23] 0.00040750567069622 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.15594941939612 (GeV) + +Source track ID 4382 (gamma,0.0012950338374953[GeV]) at (440.54703898146,236.4705191872,309.15445784385) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[11,4] 0.0012950338374953 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0012950338374953 (GeV) + +Source track ID 4370 (gamma,0.0002551653748552[GeV]) at (497.70123960529,-47.890250525088,-36.184220081126) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[9,47] 0.0002551653748552 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0002551653748552 (GeV) + +Source track ID 4371 (gamma,0.00028495545069759[GeV]) at (393.97256636508,307.87272849623,195.27783891098) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[10,5] 0.00028495545069759 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00028495545069759 (GeV) + +Source track ID 4359 (e-,0.00053754781286304[GeV]) at (69.884898683901,495.09201259558,1908.7052757096) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[19,10] 2.252673034719e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 2.252673034719e-05 (GeV) + +Source track ID 4332 (kaon+,1.7504362796579[GeV]) at (75.583744086363,494.25408205688,1964.9644878613) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[19,10] 0.044463792394107 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.044463792394107 (GeV) + +Source track ID 4218 (pi-,0.456218927893[GeV]) at (-499.99996827405,0.17811780401518,-208.379007273) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[9,25] 0.0011274368237754 [GeV] +Cell[8,25] 0.12374223932854 [GeV] +Cell[8,26] 0.012550249797865 [GeV] +Cell[9,24] 2.182787284255e-12 [GeV] +Cell[8,22] 2.0176341217848e-07 [GeV] +Cell[7,25] 0.14609431428604 [GeV] +Cell[8,24] 0.12737253172388 [GeV] +Cell[8,23] 0.0005223183524967 [GeV] +Cell[7,23] 0.00011329700870124 [GeV] +Cell[7,22] 0.0016802661588878 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.41320285524578 (GeV) + +Source track ID 4321 (gamma,0.43032370642417[GeV]) at (-193.66743139402,460.9695499892,1404.102091172) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[18,42] 0.00069285197976797 [GeV] +Cell[17,15] 0.31162312404217 [GeV] +Cell[15,43] 0.0010535509438606 [GeV] +Cell[15,42] 0.0015354699493966 [GeV] +Cell[18,43] 0.001137010389599 [GeV] +Cell[17,14] 0.094204881046797 [GeV] +Cell[17,13] 0.0049319318558359 [GeV] +Cell[16,37] 0.0024060627880043 [GeV] +Cell[17,42] 0.0015316308090296 [GeV] +Cell[17,34] 0.0019787572647223 [GeV] +Cell[17,37] 0.00045528859344396 [GeV] +Cell[16,14] 0.0012340583085004 [GeV] +Cell[18,15] 0.0018920547917503 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.42467667276288 (GeV) + +Source track ID 4322 (gamma,0.84468519705162[GeV]) at (143.95467317817,478.82883379154,1448.6318520357) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[12,37] 0.00051099891 [GeV] +Cell[16,28] 0.00028128873546602 [GeV] +Cell[14,29] 0.00048056438340245 [GeV] +Cell[15,31] 0.00051099891 [GeV] +Cell[15,30] 0.00051099891 [GeV] +Cell[17,15] 0.00057230840599379 [GeV] +Cell[12,35] 0.00051099891 [GeV] +Cell[17,9] 0.74283301901317 [GeV] +Cell[16,22] 0.00051099891 [GeV] +Cell[17,22] 2.1857653307961e-05 [GeV] +Cell[16,21] 0.0013737391327453 [GeV] +Cell[11,40] 8.1262777807368e-05 [GeV] +Cell[16,16] 0.0009478027774768 [GeV] +Cell[11,45] 0.00066370303774646 [GeV] +Cell[17,21] 1.6775844983385e-08 [GeV] +Cell[14,38] 0.001037219621431 [GeV] +Cell[17,7] 8.7989870064575e-07 [GeV] +Cell[15,25] 0.0021927608413945 [GeV] +Cell[10,20] 0.0003085509985648 [GeV] +Cell[16,44] 0.00065518138216085 [GeV] +Cell[17,10] 0.018756955625703 [GeV] +Cell[17,8] 0.001063562477262 [GeV] +Cell[18,8] 0.00048113920401798 [GeV] +Cell[17,47] 0.00051099891 [GeV] +Cell[18,29] 0.00051992754116364 [GeV] +Cell[13,35] 0.00042896009885687 [GeV] +Cell[18,34] 0.0040241659667685 [GeV] +Cell[18,28] 0.013963426459535 [GeV] +Cell[18,30] 0.00032311225746123 [GeV] +Cell[17,28] 0.0032992547804978 [GeV] +Cell[17,11] 0.00060875415796764 [GeV] +### Total energy deposition in calorimeter by a source track in 31 cells : 0.79798540746445 (GeV) + +Source track ID 4224 (pi-,1.1275629288747[GeV]) at (-499.98895185098,-3.3238572413817,954.48863579894) +Original primary track ID 25 (unknown,7.7728456153487[GeV]) +Cell[16,26] 0.0017104135265847 [GeV] +Cell[16,28] 1.4694453391712e-05 [GeV] +Cell[16,24] 0.039834795459441 [GeV] +Cell[17,31] 0.00074668443871963 [GeV] +Cell[16,30] 1.0009084857302e-05 [GeV] +Cell[14,24] 0.069401834376202 [GeV] +Cell[16,29] 0.00079000106858655 [GeV] +Cell[17,24] 0.0024170639294167 [GeV] +Cell[17,25] 0.090192000595466 [GeV] +Cell[18,23] 1.8652052036487e-05 [GeV] +Cell[16,23] 5.3458449963273e-07 [GeV] +Cell[18,28] 2.1000895027328e-06 [GeV] +Cell[17,28] 0.0087365292798256 [GeV] +Cell[15,24] 0.18422387034731 [GeV] +Cell[16,25] 0.17146372027452 [GeV] +Cell[17,26] 0.20529397555253 [GeV] +Cell[17,27] 0.013931454771139 [GeV] +Cell[18,27] 0.0014610257548399 [GeV] +Cell[18,26] 0.021686024947619 [GeV] +Cell[18,24] 0.0035759359406952 [GeV] +Cell[18,25] 0.0027318804640971 [GeV] +Cell[16,27] 0.0018235041466937 [GeV] +Cell[17,29] 0.0064584899627973 [GeV] +Cell[17,30] 0.0025944678921935 [GeV] +### Total energy deposition in calorimeter by a source track in 24 cells : 0.82911966299296 (GeV) + +Source track ID 4212 (gamma,0.21259862372436[GeV]) at (298.67435349681,-400.99081107085,-1192.0288687049) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[6,46] 0.00039583111764659 [GeV] +Cell[6,6] 0.00035139058426998 [GeV] +Cell[5,17] 0.00085397794597698 [GeV] +Cell[3,41] 0.013418784923277 [GeV] +Cell[4,40] 0.0028814901905306 [GeV] +Cell[3,40] 0.19375893527826 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.21166041003996 (GeV) + +Source track ID 4164 (pi-,0.62978753985892[GeV]) at (343.5140566688,363.31541788224,-1015.8437419801) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[7,8] 1.3653895875905e-06 [GeV] +Cell[9,46] 8.9959026892075e-06 [GeV] +Cell[10,34] 3.7762709835079e-06 [GeV] +Cell[9,0] 7.7366179013779e-05 [GeV] +Cell[9,47] 3.3650372643024e-08 [GeV] +Cell[11,27] 3.1146450870438e-05 [GeV] +Cell[11,34] 5.1627627690323e-06 [GeV] +Cell[9,44] 3.3963718742598e-06 [GeV] +Cell[9,32] 5.3858783163491e-05 [GeV] +Cell[9,34] 1.0698290891014e-05 [GeV] +Cell[5,7] 7.0297196108413e-05 [GeV] +Cell[5,2] 4.0031367097981e-07 [GeV] +Cell[4,4] 1.182579388842e-05 [GeV] +Cell[3,4] 4.2285631264917e-05 [GeV] +Cell[4,5] 0.00042054283829589 [GeV] +Cell[3,5] 0.0056255249595097 [GeV] +Cell[3,9] 3.9490612380177e-08 [GeV] +Cell[9,31] 6.440051656682e-07 [GeV] +Cell[6,3] 3.890249899996e-11 [GeV] +Cell[11,35] 9.3109856709702e-05 [GeV] +Cell[9,45] 6.7265430698171e-07 [GeV] +Cell[1,14] 1.2501482007792e-05 [GeV] +Cell[4,31] 1.8647836986929e-07 [GeV] +Cell[5,1] 0.00055358248724258 [GeV] +Cell[2,26] 2.954353379323e-06 [GeV] +Cell[3,6] 0.0050408694974005 [GeV] +Cell[1,42] 3.5318740856383e-09 [GeV] +Cell[2,41] 1.4418379869312e-06 [GeV] +Cell[1,41] 1.3971570999729e-06 [GeV] +Cell[6,1] 1.6921055328567e-05 [GeV] +Cell[6,2] 0.0011354404583358 [GeV] +Cell[4,6] 0.20046335329321 [GeV] +Cell[4,7] 0.027357763366444 [GeV] +Cell[4,10] 0.00061550795491189 [GeV] +Cell[4,9] 0.0009475490465552 [GeV] +Cell[4,24] 0.00012474183218205 [GeV] +Cell[4,25] 3.3676734572509e-05 [GeV] +Cell[3,33] 8.9669665903784e-06 [GeV] +Cell[3,42] 2.1363070001826e-05 [GeV] +Cell[1,34] 6.5013335843105e-06 [GeV] +Cell[3,35] 8.854396787865e-05 [GeV] +Cell[5,6] 4.9129668461319e-05 [GeV] +Cell[1,26] 1.2291564489715e-06 [GeV] +Cell[2,27] 9.3170244678618e-05 [GeV] +Cell[1,27] 1.5559489838779e-09 [GeV] +Cell[4,8] 0.0023307722280192 [GeV] +Cell[2,6] 2.1158617922197e-05 [GeV] +Cell[2,5] 0.00027353277015789 [GeV] +Cell[3,7] 0.10677797008583 [GeV] +Cell[3,8] 0.00013370384819382 [GeV] +Cell[3,10] 3.6822236779699e-09 [GeV] +Cell[5,9] 0.0022480527999327 [GeV] +Cell[5,10] 2.0021301565976e-08 [GeV] +Cell[2,7] 0.00052952830325785 [GeV] +Cell[5,15] 1.2199482298456e-06 [GeV] +Cell[1,37] 8.7907811393961e-07 [GeV] +Cell[2,37] 1.7494318599347e-06 [GeV] +Cell[3,26] 7.7730763587169e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 58 cells : 0.35535730748382 (GeV) + +Source track ID 4165 (pi+,3.2625279130506[GeV]) at (499.98918674402,-3.2883337801121,-1675.0620513135) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[1,47] 0.15173851147432 [GeV] +Cell[0,47] 0.16566591163392 [GeV] +Cell[0,0] 0.0023610368437794 [GeV] +Cell[1,0] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.32027645886203 (GeV) + +Source track ID 4161 (gamma,0.53051937575115[GeV]) at (475.84610237127,-153.52682781219,-782.17055700903) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[11,32] 0.00022248285753818 [GeV] +Cell[5,45] 0.41202933029907 [GeV] +Cell[6,45] 0.10307886161062 [GeV] +Cell[5,46] 0.0048589885904203 [GeV] +Cell[5,44] 0.00067650712371177 [GeV] +Cell[5,47] 0.0022465012520539 [GeV] +Cell[4,45] 0.0062897186868018 [GeV] +Cell[4,44] 0.00082846927846373 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.53023085969869 (GeV) + +Source track ID 4162 (gamma,0.17927399228015[GeV]) at (168.15424007019,-470.87594071732,-1264.5234726747) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[3,39] 0.00042000748700289 [GeV] +Cell[3,40] 0.00034863862889715 [GeV] +Cell[3,38] 0.17571674745244 [GeV] +Cell[3,29] 0.00051099891 [GeV] +Cell[1,9] 0.00045536346118069 [GeV] +Cell[1,31] 0.0011308707647117 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.17858262670423 (GeV) + +Source track ID 4079 (gamma,0.15806132742612[GeV]) at (-254.34674747999,430.47384594927,-127.19314230678) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,16] 0.085272624806245 [GeV] +Cell[9,15] 0.07278870261988 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.15806132742612 (GeV) + +Source track ID 4080 (gamma,0.00018080212376349[GeV]) at (-196.41252017756,459.80661360783,-134.14975644649) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,15] 0.00018080212376349 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00018080212376349 (GeV) + +Source track ID 4083 (gamma,0.026868992012054[GeV]) at (-139.86432434397,480.03955126198,-142.58778513477) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,13] 0.00074835134151965 [GeV] +Cell[9,14] 0.026120640670534 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.026868992012054 (GeV) + +Source track ID 4089 (gamma,0.020587587449121[GeV]) at (166.01776740459,471.63343913043,-164.72040313015) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,9] 0.01667307804305 [GeV] +Cell[1,41] 0.003225216231571 [GeV] +Cell[0,35] 0.0006850869725377 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.020583381247159 (GeV) + +Source track ID 4090 (gamma,0.00071886346308954[GeV]) at (89.202844218249,491.97850825354,-74.54154625169) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,10] 0.00071886346308954 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00071886346308954 (GeV) + +Source track ID 4091 (gamma,0.00042015629864778[GeV]) at (212.25580820094,452.71124559145,-163.04568425453) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,8] 0.00042015629864778 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00042015629864778 (GeV) + +Source track ID 4092 (gamma,9.9489195548096e-05[GeV]) at (180.91837739155,466.12073620684,-136.64638494995) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,9] 9.9489195548096e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 9.9489195548096e-05 (GeV) + +Source track ID 4093 (gamma,0.00017316565387053[GeV]) at (364.82824548436,341.90693367758,42.276834102911) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[10,5] 0.00017316565387053 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00017316565387053 (GeV) + +Source track ID 4095 (gamma,0.00038677604250478[GeV]) at (-75.439020604275,-494.27619219447,-20.862727683885) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,34] 0.00038677604250478 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00038677604250478 (GeV) + +Source track ID 4099 (gamma,0.0084699842510189[GeV]) at (141.45955134795,-479.57188755434,-226.39343261448) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[8,38] 0.0084699842510189 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0084699842510189 (GeV) + +Source track ID 4101 (gamma,0.00016814343875629[GeV]) at (332.74425293913,373.20404892764,-265.58075638322) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[8,6] 0.00016814343875629 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00016814343875629 (GeV) + +Source track ID 4104 (gamma,0.010965319882977[GeV]) at (-246.21322429711,435.17703085207,-179.19485355753) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,16] 0.010965319882977 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.010965319882977 (GeV) + +Source track ID 4106 (gamma,0.0022807570091158[GeV]) at (8.3397343539124,499.93044399287,-165.98667863684) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,11] 0.0022807570091158 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0022807570091158 (GeV) + +Source track ID 4108 (gamma,0.0016767512582974[GeV]) at (19.781137716428,499.60855336017,-162.8277213126) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,11] 0.0016767512582974 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0016767512582974 (GeV) + +Source track ID 4115 (gamma,0.0054445086749267[GeV]) at (-499.73773417623,16.192499510713,-191.67457671628) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,23] 0.0054445086749267 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0054445086749267 (GeV) + +Source track ID 4116 (gamma,0.028892417577265[GeV]) at (-499.45558955639,23.326252611084,-198.10409353488) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,23] 0.020538946823831 [GeV] +Cell[9,24] 0.0039447514587254 [GeV] +Cell[8,23] 0.0044087192947077 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.028892417577265 (GeV) + +Source track ID 4121 (gamma,7.2389693380766e-05[GeV]) at (158.493348752,474.21499175098,-134.1675545735) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,9] 7.2389693380766e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.2389693380766e-05 (GeV) + +Source track ID 4124 (gamma,0.00050161523450993[GeV]) at (347.62292232146,359.38600957284,-534.21036817784) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[7,6] 0.00050161523450993 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00050161523450993 (GeV) + +Source track ID 4128 (gamma,0.00037974349833714[GeV]) at (212.9482984083,-452.38592175819,-1621.6200769404) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[1,39] 0.00037974349833714 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00037974349833714 (GeV) + +Source track ID 4129 (gamma,0.00051099891[GeV]) at (-312.22929732999,-390.52895653052,1993.8336824767) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[19,30] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) + +Source track ID 4062 (gamma,0.00040739781466024[GeV]) at (-493.84571207089,78.207497525444,-130.23921132905) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,22] 0.00040739781466024 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00040739781466024 (GeV) + +Source track ID 4063 (gamma,9.1279680477201e-05[GeV]) at (-496.34349466159,60.358390527933,-131.66967269263) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,23] 9.1279680477201e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 9.1279680477201e-05 (GeV) + +Source track ID 4076 (gamma,7.4774715270383e-05[GeV]) at (-364.63988635986,-342.10780943362,-48.090020560929) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[9,29] 7.4774715270383e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.4774715270383e-05 (GeV) + +Source track ID 4058 (e-,0.50948500274321[GeV]) at (-499.71587935547,16.85348391256,-134.14074039717) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[7,41] 6.8188477965331e-05 [GeV] +Cell[9,25] 0.0011576727156658 [GeV] +Cell[7,42] 0.00013937775335134 [GeV] +Cell[9,23] 0.33707821382136 [GeV] +Cell[8,31] 0.00018617352029732 [GeV] +Cell[9,24] 0.16552457358473 [GeV] +Cell[8,22] 0.0012218989144207 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.50537609878779 (GeV) + +Source track ID 4059 (gamma,0.14815181584447[GeV]) at (-470.45468277452,169.32923981265,-336.66125545039) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[8,21] 0.12351987153798 [GeV] +Cell[7,21] 0.011240560008408 [GeV] +Cell[6,22] 0.00010905064453447 [GeV] +Cell[7,22] 0.0025073649206825 [GeV] +Cell[1,31] 0.00051099891 [GeV] +Cell[8,20] 0.003148005957487 [GeV] +Cell[7,20] 0.002253286385506 [GeV] +Cell[6,21] 0.0048626774798734 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.14815181584447 (GeV) + +Source track ID 4012 (pi+,0.1877788804229[GeV]) at (-499.52702150475,-21.742924977769,1564.2347129884) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[17,24] 0.092508930319141 [GeV] +Cell[18,24] 0.0025747620269938 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.095083692346135 (GeV) + +Source track ID 3996 (pi-,0.95295862368114[GeV]) at (-378.83891370333,-326.31438439653,-223.17962995759) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[8,28] 0.013462808162437 [GeV] +Cell[6,27] 0.03724300953781 [GeV] +Cell[5,28] 0.00022609436822347 [GeV] +Cell[8,32] 5.7194222335966e-10 [GeV] +Cell[9,30] 8.3521171347229e-05 [GeV] +Cell[9,29] 4.0722045558709e-05 [GeV] +Cell[8,30] 0.24109571088698 [GeV] +Cell[8,29] 0.22081926677382 [GeV] +Cell[5,31] 0.00031382357494226 [GeV] +Cell[8,31] 0.00064639956305195 [GeV] +Cell[9,32] 0.0098876171347952 [GeV] +Cell[7,31] 1.6988328254115e-05 [GeV] +Cell[7,26] 0.0047950226533808 [GeV] +Cell[7,30] 0.076028906632177 [GeV] +Cell[7,28] 4.0563506059698e-05 [GeV] +Cell[6,26] 0.00015028957914828 [GeV] +Cell[7,29] 0.059449034781272 [GeV] +Cell[9,31] 0.011935634941097 [GeV] +Cell[10,30] 7.8748308851573e-09 [GeV] +Cell[6,28] 0.014754817018647 [GeV] +Cell[6,31] 0.00030572173505379 [GeV] +Cell[9,28] 0.00094252339603543 [GeV] +Cell[10,29] 8.0783423801449e-05 [GeV] +Cell[5,27] 4.3915317377696e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 24 cells : 0.69236318297804 (GeV) + +Source track ID 3938 (pi-,0.2972999821713[GeV]) at (-495.53460300203,66.674262107833,1854.2713573652) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[19,22] 0.0058716512699443 [GeV] +Cell[19,23] 0.219173027172 [GeV] +Cell[19,24] 0.023195571541634 [GeV] +Cell[19,25] 2.1022731061748e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.24824027100631 (GeV) + +Source track ID 3939 (pi+,3.7104152762435[GeV]) at (209.46962371907,454.00713291642,1946.1424752436) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[16,26] 0.00056792949809833 [GeV] +Cell[10,5] 4.1216117097065e-08 [GeV] +Cell[9,30] 2.3050151213511e-06 [GeV] +Cell[13,27] 2.1415536366476e-09 [GeV] +Cell[9,20] 0.00027248277565354 [GeV] +Cell[16,24] 3.7519815401311e-05 [GeV] +Cell[18,4] 0.00047779047307635 [GeV] +Cell[19,4] 0.0019901663018363 [GeV] +Cell[15,32] 1.4130639266341e-06 [GeV] +Cell[16,32] 6.7327443190152e-05 [GeV] +Cell[17,32] 7.8352654782066e-09 [GeV] +Cell[16,31] 4.9442670308053e-05 [GeV] +Cell[17,31] 4.7702833819585e-06 [GeV] +Cell[13,26] 5.9092732682302e-06 [GeV] +Cell[13,25] 2.4513353655607e-05 [GeV] +Cell[17,15] 5.405218489102e-05 [GeV] +Cell[17,38] 1.3254476702969e-06 [GeV] +Cell[15,35] 0.00031168372228954 [GeV] +Cell[14,36] 6.7993177770404e-05 [GeV] +Cell[17,2] 0.0030597197090281 [GeV] +Cell[17,3] 0.00010251588455617 [GeV] +Cell[12,10] 7.5051211751997e-09 [GeV] +Cell[9,31] 1.2465665349737e-08 [GeV] +Cell[16,15] 2.5151731404435e-05 [GeV] +Cell[10,18] 6.1238745111041e-06 [GeV] +Cell[15,33] 0.001003862434795 [GeV] +Cell[10,37] 1.1967053316766e-05 [GeV] +Cell[10,36] 7.5265528284945e-06 [GeV] +Cell[9,19] 2.0493636839092e-08 [GeV] +Cell[9,36] 7.55553514864e-10 [GeV] +Cell[16,22] 5.0033233710565e-06 [GeV] +Cell[17,22] 0.0008915910900588 [GeV] +Cell[19,47] 6.1422821483575e-05 [GeV] +Cell[16,16] 0.0003253354673617 [GeV] +Cell[17,1] 0.0046660991871646 [GeV] +Cell[17,4] 1.5399436704683e-05 [GeV] +Cell[15,14] 1.3239939289633e-05 [GeV] +Cell[17,19] 1.0372929711593e-05 [GeV] +Cell[17,39] 0.0027137248334904 [GeV] +Cell[19,38] 0.00058457210021277 [GeV] +Cell[16,46] 4.2567844502628e-09 [GeV] +Cell[18,5] 0.00062294328767746 [GeV] +Cell[16,35] 6.5310118661728e-05 [GeV] +Cell[16,33] 0.00019232583194753 [GeV] +Cell[17,24] 0.0023039872387673 [GeV] +Cell[17,25] 0.0012548024462845 [GeV] +Cell[17,37] 0.0042638661158174 [GeV] +Cell[19,5] 0.0061178243209331 [GeV] +Cell[19,6] 0.013571406101325 [GeV] +Cell[10,20] 0.0019392060337271 [GeV] +Cell[11,17] 9.9077959021088e-06 [GeV] +Cell[14,25] 0.00020260424478658 [GeV] +Cell[15,15] 0.0006126894982408 [GeV] +Cell[16,23] 0.00029196745973763 [GeV] +Cell[19,10] 0.00065901316629026 [GeV] +Cell[16,25] 0.0011689289811565 [GeV] +Cell[17,26] 4.404202497426e-06 [GeV] +Cell[18,26] 0.00015800330596358 [GeV] +Cell[18,25] 0.0002383615225416 [GeV] +Cell[19,8] 0.67064309958811 [GeV] +Cell[18,47] 0.00032994274668109 [GeV] +Cell[19,9] 0.056690784139165 [GeV] +Cell[19,7] 0.014740320809186 [GeV] +Cell[19,15] 0.0026594007014246 [GeV] +Cell[19,16] 4.7757877496224e-08 [GeV] +Cell[17,23] 0.00065241756641497 [GeV] +Cell[17,18] 1.8815743736923e-05 [GeV] +Cell[12,9] 3.6066243478672e-07 [GeV] +Cell[12,16] 8.4008031774077e-05 [GeV] +Cell[11,18] 7.985518546775e-06 [GeV] +Cell[12,8] 0.00070604982479305 [GeV] +Cell[9,37] 0.0019503589137519 [GeV] +Cell[19,14] 0.00028860098472853 [GeV] +Cell[16,3] 2.2629254963249e-06 [GeV] +Cell[19,19] 0.0020977840646884 [GeV] +Cell[17,0] 0.00020172679888469 [GeV] +Cell[19,32] 0.0011990533498063 [GeV] +Cell[18,6] 5.2719806324831e-05 [GeV] +Cell[18,36] 0.00091804010848091 [GeV] +Cell[19,11] 3.2000979990698e-07 [GeV] +Cell[17,16] 0.0016968283000774 [GeV] +### Total energy deposition in calorimeter by a source track in 81 cells : 0.80605882956297 (GeV) + +Source track ID 3929 (pi+,0.57444937564425[GeV]) at (-437.23425535636,242.541142784,334.38025923166) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[11,19] 0.11331025547412 [GeV] +Cell[12,38] 2.8604692197405e-06 [GeV] +Cell[13,38] 3.1759170815349e-07 [GeV] +Cell[14,18] 1.7047049186658e-06 [GeV] +Cell[14,35] 5.8459909071075e-05 [GeV] +Cell[14,36] 0.0012861492517948 [GeV] +Cell[12,22] 3.2952585482521e-05 [GeV] +Cell[12,24] 0.0021011852429385 [GeV] +Cell[13,21] 1.9566505216062e-10 [GeV] +Cell[12,20] 0.0020801611226775 [GeV] +Cell[12,19] 0.25650011132171 [GeV] +Cell[14,0] 8.9010818919633e-06 [GeV] +Cell[14,47] 1.9146679289406e-05 [GeV] +Cell[10,18] 3.8324287743308e-11 [GeV] +Cell[10,17] 2.0534805535362e-05 [GeV] +Cell[10,38] 0.00026135233221441 [GeV] +Cell[10,37] 0.0002641265653773 [GeV] +Cell[10,36] 3.1370018841699e-06 [GeV] +Cell[13,20] 0.00011669262597911 [GeV] +Cell[14,37] 1.6880221664906e-11 [GeV] +Cell[16,8] 2.7159935358213e-05 [GeV] +Cell[13,17] 9.1160795818723e-09 [GeV] +Cell[19,42] 0.00095637635907063 [GeV] +Cell[12,39] 9.479743312113e-07 [GeV] +Cell[15,14] 3.3436825760873e-05 [GeV] +Cell[13,44] 8.2085066242144e-07 [GeV] +Cell[18,37] 2.4943555734353e-05 [GeV] +Cell[10,16] 7.3201636997737e-06 [GeV] +Cell[12,18] 0.0076489504591388 [GeV] +Cell[17,24] 0.00055014655219802 [GeV] +Cell[15,18] 0.0012137243484603 [GeV] +Cell[15,15] 0.00035360198100648 [GeV] +Cell[15,16] 5.3763017149322e-10 [GeV] +Cell[11,20] 0.052938558641538 [GeV] +Cell[13,19] 0.00087945968136512 [GeV] +Cell[13,18] 0.0033121224533817 [GeV] +Cell[15,17] 0.0044328892523817 [GeV] +Cell[16,18] 6.1412362847477e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 38 cells : 0.44845465894076 (GeV) + +Source track ID 3931 (gamma,0.0015227996180296[GeV]) at (437.68745017024,241.72235304885,643.5959550919) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[13,3] 0.0015227996180296 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0015227996180296 (GeV) + +Source track ID 3932 (gamma,0.00013236362374646[GeV]) at (83.540992906597,492.97150273031,86.5587187241) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[10,10] 0.00013236362374646 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00013236362374646 (GeV) + +Source track ID 3922 (gamma,0.15251351239083[GeV]) at (-487.09323402484,-112.87241189603,-730.31331847499) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[9,9] 0.00041637658684543 [GeV] +Cell[6,25] 0.07976766881425 [GeV] +Cell[5,26] 0.0027312769090258 [GeV] +Cell[6,26] 0.0018220233529052 [GeV] +Cell[9,14] 0.0012050367874292 [GeV] +Cell[5,25] 0.066404463104376 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.15234684555483 (GeV) + +Source track ID 3923 (gamma,0.13352323164713[GeV]) at (-462.29599928574,-190.47941895229,2.964995164046) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[9,26] 0.011725363799286 [GeV] +Cell[10,26] 0.047581010774562 [GeV] +Cell[9,27] 0.026675939954499 [GeV] +Cell[10,27] 0.04716658561154 [GeV] +Cell[10,28] 0.00037433150724194 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.13352323164713 (GeV) + +Source track ID 3915 (mu-,0.7728356588254[GeV]) at (339.06049858313,-367.47513970412,727.01816399704) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[15,43] 0.16964647271531 [GeV] +Cell[13,42] 0.0063829526618937 [GeV] +Cell[15,44] 0.04660770028489 [GeV] +Cell[16,43] 0.0020206848063867 [GeV] +Cell[14,42] 0.15437440983746 [GeV] +Cell[13,41] 0.084160217938607 [GeV] +Cell[15,46] 5.5489093975893e-06 [GeV] +Cell[16,46] 0.0026230050958916 [GeV] +Cell[16,45] 0.059571129173793 [GeV] +Cell[15,45] 5.8368190435544e-05 [GeV] +Cell[14,43] 0.072561041604019 [GeV] +Cell[16,44] 0.093504857272747 [GeV] +Cell[16,47] 7.0419901021523e-09 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.69151639553282 (GeV) + +Source track ID 3904 (gamma,0.37778731993224[GeV]) at (315.89620857512,-387.56881377101,149.20557798732) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[10,40] 0.011777836101984 [GeV] +Cell[11,41] 0.016573646730516 [GeV] +Cell[11,40] 0.00019098495177466 [GeV] +Cell[10,41] 0.34873385323797 [GeV] +Cell[10,39] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.37778731993224 (GeV) + +Source track ID 3905 (gamma,0.13885684299554[GeV]) at (475.10691994025,-155.79927671492,345.33261772529) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[11,46] 0.00059945520211528 [GeV] +Cell[12,42] 0.0019736350186244 [GeV] +Cell[12,46] 0.0017021896036913 [GeV] +Cell[11,45] 0.13404596542485 [GeV] +Cell[13,36] 0.00053559774625787 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.13885684299554 (GeV) + +Source track ID 3798 (gamma,0.1484777566564[GeV]) at (-237.22761015527,440.13981980732,-159.00519769524) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[9,16] 0.00035814524592524 [GeV] +Cell[9,15] 0.14811961141048 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.1484777566564 (GeV) + +Source track ID 3799 (gamma,0.20137908385321[GeV]) at (152.3266653603,476.23165268618,-66.01572562897) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[8,10] 0.0010080826931525 [GeV] +Cell[9,10] 0.0090381431631012 [GeV] +Cell[9,9] 0.1884126894207 [GeV] +Cell[9,8] 0.0003982441392237 [GeV] +Cell[9,11] 0.0016422915824517 [GeV] +Cell[10,15] 0.00015539290412294 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.20065484390275 (GeV) + +Source track ID 3787 (pi-,0.39913803910536[GeV]) at (381.97089491014,-322.64258156906,360.56767515765) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[7,9] 7.6806804726175e-06 [GeV] +Cell[7,8] 0.00066045009946117 [GeV] +Cell[12,44] 0.012275518454817 [GeV] +Cell[9,26] 1.5026560399406e-05 [GeV] +Cell[9,25] 8.0215402590511e-08 [GeV] +Cell[6,10] 5.0527913422229e-06 [GeV] +Cell[6,9] 0.00022958053294678 [GeV] +Cell[13,27] 3.76581101591e-09 [GeV] +Cell[11,42] 0.050449175868734 [GeV] +Cell[14,29] 0.0003573187499951 [GeV] +Cell[14,46] 4.5695358483044e-07 [GeV] +Cell[14,27] 0.0014003434224827 [GeV] +Cell[11,43] 0.046533071499185 [GeV] +Cell[12,43] 0.11045593751286 [GeV] +Cell[11,44] 0.0093450359542012 [GeV] +Cell[10,17] 0.0014464719968542 [GeV] +Cell[10,4] 0.0012315595781295 [GeV] +Cell[10,44] 0.00058345390234967 [GeV] +Cell[12,45] 0.0020713799534458 [GeV] +Cell[12,42] 2.4030822871737e-06 [GeV] +Cell[12,41] 1.2029170193273e-10 [GeV] +Cell[13,46] 9.5559679099097e-05 [GeV] +Cell[11,45] 4.285626929186e-05 [GeV] +Cell[13,45] 0.0015643591258275 [GeV] +Cell[13,44] 1.7222168935405e-10 [GeV] +Cell[13,15] 0.0021276447962214 [GeV] +Cell[10,43] 1.3681951043054e-07 [GeV] +Cell[15,45] 3.66696923993e-06 [GeV] +Cell[14,45] 0.001024753539951 [GeV] +Cell[10,1] 0.00019138106017399 [GeV] +Cell[19,34] 2.5629203213612e-05 [GeV] +Cell[18,33] 1.8548411142547e-05 [GeV] +Cell[19,33] 1.2858315778431e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 33 cells : 0.24217739605673 (GeV) + +Source track ID 3779 (gamma,0.094503470007519[GeV]) at (318.07142315235,385.7856526283,-1059.6704622051) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,3] 3.4478201365643e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 3.4478201365643e-05 (GeV) +Cell[4,6] 0.093732919474854 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.093732919474854 (GeV) -Source track ID 5970 (gamma,0.0074515790836337[GeV]) at (499.11688167449,-29.704181987248,742.29753951644) +Source track ID 3715 (pi+,0.33202977340618[GeV]) at (210.3597224762,453.59540028503,-1613.6179272098) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[13,47] 0.0074515790836337 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0074515790836337 (GeV) +Cell[1,7] 0.12461660517158 [GeV] +Cell[1,8] 0.10197299222705 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.22658959739863 (GeV) -Source track ID 5933 (e-,0.064832075402578[GeV]) at (210.88366284203,-453.35204945641,1255.8617966882) +Source track ID 3716 (pi-,0.61477364871555[GeV]) at (85.090758463059,492.70636572322,-890.94280367766) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[16,38] 0.00300030257878 [GeV] -Cell[16,39] 0.060276415169452 [GeV] -Cell[16,37] 0.00016413851196266 [GeV] -Cell[14,24] 0.00088022023238405 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.064321076492578 (GeV) +Cell[9,35] 0.0010705765420535 [GeV] +Cell[5,19] 1.7839500622358e-05 [GeV] +Cell[6,15] 1.2777979243651e-05 [GeV] +Cell[6,25] 0.00035534737585908 [GeV] +Cell[6,7] 0.00013106114490142 [GeV] +Cell[6,6] 3.0461341857972e-05 [GeV] +Cell[4,27] 1.4953767617953e-08 [GeV] +Cell[6,34] 0.003096839507188 [GeV] +Cell[6,33] 0.001103690899663 [GeV] +Cell[4,28] 2.0345686080304e-05 [GeV] +Cell[6,17] 9.818154736422e-06 [GeV] +Cell[10,34] 0.00056363836226808 [GeV] +Cell[12,30] 9.6296810397689e-07 [GeV] +Cell[12,29] 0.00010629583127707 [GeV] +Cell[14,36] 9.7235812281724e-06 [GeV] +Cell[6,45] 0.001820738194043 [GeV] +Cell[5,18] 1.1895190837095e-05 [GeV] +Cell[8,46] 5.9139439545106e-06 [GeV] +Cell[5,8] 0.0005125057499539 [GeV] +Cell[5,7] 3.3518883810757e-09 [GeV] +Cell[4,3] 0.0013443791347151 [GeV] +Cell[3,5] 9.6679342968855e-06 [GeV] +Cell[10,35] 0.00051278549951451 [GeV] +Cell[10,36] 7.62391492799e-08 [GeV] +Cell[8,44] 2.4654791119474e-06 [GeV] +Cell[9,36] 8.6034060586826e-09 [GeV] +Cell[16,22] 0.00084165123980012 [GeV] +Cell[2,16] 0.00032236805840402 [GeV] +Cell[4,19] 0.0017134551659565 [GeV] +Cell[6,22] 2.1246048273269e-05 [GeV] +Cell[4,11] 0.0031966257875974 [GeV] +Cell[6,35] 0.00075924034009404 [GeV] +Cell[3,41] 0.001134499722495 [GeV] +Cell[5,16] 0.00022355959688286 [GeV] +Cell[5,23] 0.0019462511268811 [GeV] +Cell[2,23] 0.00071172001885941 [GeV] +Cell[0,44] 3.3706753863953e-05 [GeV] +Cell[2,24] 2.248011657116e-06 [GeV] +Cell[2,25] 2.0926744793542e-05 [GeV] +Cell[2,26] 0.0011422380503618 [GeV] +Cell[2,20] 0.00043017710365636 [GeV] +Cell[6,1] 0.00024044058241213 [GeV] +Cell[8,43] 5.8190002198444e-07 [GeV] +Cell[18,21] 0.00011354577007285 [GeV] +Cell[17,42] 0.00033549121165186 [GeV] +Cell[4,10] 0.00052861437444778 [GeV] +Cell[4,9] 7.7548079839289e-05 [GeV] +Cell[3,42] 0.00037905597973781 [GeV] +Cell[2,6] 0.0011404879366062 [GeV] +Cell[2,5] 0.00059126869749369 [GeV] +Cell[5,9] 0.0016916676775064 [GeV] +Cell[5,10] 0.27051830756717 [GeV] +Cell[5,15] 6.4747463329695e-06 [GeV] +Cell[5,11] 0.010581283884846 [GeV] +Cell[19,13] 3.5406141541898e-06 [GeV] +Cell[6,24] 0.0049625253975419 [GeV] +Cell[5,20] 0.0015536034496538 [GeV] +Cell[6,16] 0.00068590245393204 [GeV] +Cell[3,43] 3.3855024078548e-05 [GeV] +Cell[5,12] 0.00058866347357918 [GeV] +Cell[7,0] 0.0026425761737164 [GeV] +Cell[6,0] 0.0037373754096457 [GeV] +Cell[7,1] 0.00014700797401576 [GeV] +Cell[7,47] 0.0018472433459275 [GeV] +Cell[6,47] 7.1657052558294e-10 [GeV] +Cell[6,23] 0.0071999269709997 [GeV] +Cell[5,24] 3.6677920434158e-09 [GeV] +Cell[4,30] 7.878374592201e-05 [GeV] +Cell[4,29] 2.8071998319319e-05 [GeV] +Cell[6,29] 3.6932583810994e-05 [GeV] +Cell[2,3] 2.1169881540118e-05 [GeV] +Cell[4,12] 4.0738314055488e-11 [GeV] +### Total energy deposition in calorimeter by a source track in 72 cells : 0.33302169824937 (GeV) -Source track ID 5938 (gamma,0.00022014822916001[GeV]) at (367.31146296199,-339.23780623144,337.84965157893) +Source track ID 2156 (pi+,0.42348026339248[GeV]) at (-383.27668852994,321.09029887171,-1072.0726704136) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,42] 0.00022014822916001 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00022014822916001 (GeV) +Cell[4,27] 2.6156006351812e-05 [GeV] +Cell[16,28] 0.0034394782941761 [GeV] +Cell[3,9] 0.00055206797385277 [GeV] +Cell[4,16] 0.0001101501174677 [GeV] +Cell[4,18] 0.23665230177192 [GeV] +Cell[4,17] 0.066699348947119 [GeV] +Cell[5,17] 3.5692504328836e-05 [GeV] +Cell[5,16] 4.3688777969919e-05 [GeV] +Cell[1,7] 0.0022230366206149 [GeV] +Cell[2,26] 0.00023005849291633 [GeV] +Cell[2,43] 1.9980900688097e-06 [GeV] +Cell[14,16] 0.0003046881050293 [GeV] +Cell[16,29] 1.3068554078927e-05 [GeV] +Cell[15,16] 0.00011439668291678 [GeV] +Cell[17,28] 0.0008748420283988 [GeV] +Cell[4,25] 0.002526418116957 [GeV] +Cell[2,27] 7.320269016418e-06 [GeV] +Cell[2,6] 2.5948990939924e-06 [GeV] +Cell[3,7] 0.000363488000559 [GeV] +Cell[3,8] 0.0023064247420843 [GeV] +Cell[3,10] 0.00045284090369023 [GeV] +Cell[2,7] 0.0073642648990212 [GeV] +Cell[1,9] 0.00036746242423442 [GeV] +Cell[15,17] 6.1347592964921e-05 [GeV] +Cell[4,12] 6.0599722201005e-07 [GeV] +Cell[2,28] 6.0741308516299e-10 [GeV] +Cell[14,17] 0.00016713885371757 [GeV] +Cell[3,11] 1.9032578449696e-05 [GeV] +Cell[2,8] 0.0025286275323143 [GeV] +Cell[4,26] 5.1272309472552e-05 [GeV] +Cell[2,10] 0.00035030233135683 [GeV] +Cell[1,10] 0.00054912799389638 [GeV] +Cell[2,11] 4.1000617784448e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 33 cells : 0.32843965302485 (GeV) -Source track ID 5934 (e+,0.051007690689031[GeV]) at (-338.44980302768,-368.03767583024,1401.8908027907) +Source track ID 3679 (pi-,0.49371917826327[GeV]) at (311.0294163343,-391.4852515418,-959.50622082757) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[16,30] 0.0056373454831965 [GeV] -Cell[17,29] 0.00051099891 [GeV] -Cell[15,43] 0.00066815246712058 [GeV] -Cell[17,30] 0.044702192738714 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.051518689599031 (GeV) +Cell[7,11] 1.1070463922806e-05 [GeV] +Cell[2,35] 0.00088775997106889 [GeV] +Cell[4,43] 1.9796325359493e-06 [GeV] +Cell[4,22] 0.00097865314981814 [GeV] +Cell[5,35] 1.4641952361671e-07 [GeV] +Cell[4,35] 0.0028656503672741 [GeV] +Cell[5,38] 0.0060604628064873 [GeV] +Cell[5,37] 1.9059772603214e-06 [GeV] +Cell[4,38] 1.4813045563642e-06 [GeV] +Cell[5,22] 0.00041499972020392 [GeV] +Cell[5,30] 5.0792284893646e-05 [GeV] +Cell[2,1] 0.0012374661447407 [GeV] +Cell[5,40] 0.0010747593931757 [GeV] +Cell[6,4] 0.0026524751485716 [GeV] +Cell[4,5] 1.0441073303809e-05 [GeV] +Cell[3,9] 0.0020403947155924 [GeV] +Cell[8,18] 7.2901476523839e-06 [GeV] +Cell[5,42] 0.0013596610549014 [GeV] +Cell[5,43] 0.00067244249808857 [GeV] +Cell[1,17] 0.0062987953333632 [GeV] +Cell[1,18] 0.010528302116677 [GeV] +Cell[1,16] 5.7547759297449e-08 [GeV] +Cell[2,16] 0.00421391396146 [GeV] +Cell[2,18] 3.3460844641695e-06 [GeV] +Cell[4,18] 6.557471351698e-09 [GeV] +Cell[6,35] 1.6819103620946e-10 [GeV] +Cell[3,41] 3.0613955613717e-05 [GeV] +Cell[3,44] 0.00057168876988135 [GeV] +Cell[3,17] 6.5786011691671e-06 [GeV] +Cell[3,34] 0.0062691050337334 [GeV] +Cell[3,32] 0.00069854431173688 [GeV] +Cell[1,30] 8.1511767348275e-08 [GeV] +Cell[4,23] 0.004439810230832 [GeV] +Cell[3,3] 4.5539253333118e-06 [GeV] +Cell[4,15] 0.00019562171842722 [GeV] +Cell[4,14] 1.7207304694011e-06 [GeV] +Cell[2,0] 1.3378081930568e-05 [GeV] +Cell[2,2] 2.3542324840946e-05 [GeV] +Cell[2,25] 1.0793702676892e-07 [GeV] +Cell[7,4] 0.00205405090839 [GeV] +Cell[2,26] 0.0018740010981766 [GeV] +Cell[2,34] 0.0043766948658228 [GeV] +Cell[2,36] 6.1436791147571e-06 [GeV] +Cell[2,42] 3.2665746111888e-06 [GeV] +Cell[2,43] 0.00025951392354909 [GeV] +Cell[2,44] 2.2109717247076e-07 [GeV] +Cell[2,19] 4.9168472959991e-05 [GeV] +Cell[4,39] 5.3881859028479e-05 [GeV] +Cell[5,41] 0.036651374769161 [GeV] +Cell[4,40] 0.0024468144201795 [GeV] +Cell[3,40] 6.0905071433126e-06 [GeV] +Cell[4,24] 0.00060826731894122 [GeV] +Cell[4,25] 4.2370137845865e-05 [GeV] +Cell[3,33] 0.0015723714654873 [GeV] +Cell[3,35] 0.057950821987225 [GeV] +Cell[1,26] 3.3206933381734e-05 [GeV] +Cell[2,27] 2.8177677222629e-09 [GeV] +Cell[3,7] 3.7462072796188e-06 [GeV] +Cell[8,20] 0.00041507985126077 [GeV] +Cell[16,3] 7.2594395605847e-06 [GeV] +Cell[16,18] 0.00016213575605616 [GeV] +Cell[4,41] 0.0084153050567779 [GeV] +Cell[5,29] 0.00070316117509606 [GeV] +Cell[4,42] 0.0020572867213784 [GeV] +Cell[4,37] 1.9550720317056e-05 [GeV] +Cell[4,36] 0.00050001819667761 [GeV] +Cell[5,36] 2.9538083481384e-09 [GeV] +Cell[8,19] 4.0779799633128e-06 [GeV] +Cell[3,16] 0.0034706932262012 [GeV] +Cell[2,32] 4.5547945364888e-06 [GeV] +Cell[1,19] 0.001790458205727 [GeV] +Cell[2,17] 0.00011418644248202 [GeV] +Cell[3,36] 0.00050645451414312 [GeV] +Cell[2,33] 7.3691085651717e-07 [GeV] +Cell[3,45] 5.6783674364851e-05 [GeV] +Cell[3,15] 9.1796196768428e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 76 cells : 0.17985853545784 (GeV) -Source track ID 5921 (pi+,0.58333440594336[GeV]) at (-499.03460204645,31.055852272027,861.75177389689) +Source track ID 3680 (pi+,1.8608893392171[GeV]) at (-197.27512124336,459.43718454041,-618.13343738613) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[12,19] 0.01745005804683 [GeV] -Cell[12,18] 0.011404935058777 [GeV] -Cell[11,27] 2.1941559680272e-12 [GeV] -Cell[11,28] 9.7985242973436e-05 [GeV] -Cell[14,27] 0.00035702201087702 [GeV] -Cell[14,28] 5.6293780507986e-06 [GeV] -Cell[11,29] 0.00014660433759877 [GeV] -Cell[12,23] 0.0029547981845803 [GeV] -Cell[12,22] 0.00063013233160351 [GeV] -Cell[12,21] 2.007832203526e-05 [GeV] -Cell[10,18] 6.110128367709e-08 [GeV] -Cell[11,18] 0.0018159866872915 [GeV] -Cell[11,17] 0.0059231877430164 [GeV] -Cell[14,21] 0.023395415233563 [GeV] -Cell[14,20] 0.0018517575355367 [GeV] -Cell[13,23] 0.0015927668721788 [GeV] -Cell[14,33] 3.6430050240597e-05 [GeV] -Cell[16,5] 2.5238609094913e-06 [GeV] -Cell[15,19] 2.9054559345241e-06 [GeV] -Cell[17,5] 3.2790335535537e-06 [GeV] -Cell[10,13] 0.00038488822597446 [GeV] -Cell[16,6] 1.5092438422926e-07 [GeV] -Cell[16,19] 1.4428619469982e-05 [GeV] -Cell[10,12] 0.0001413656063296 [GeV] -Cell[14,19] 1.3066340216028e-08 [GeV] -Cell[17,19] 1.6893851512577e-05 [GeV] -Cell[16,21] 1.7781350877158e-05 [GeV] -Cell[16,22] 0.000439038433777 [GeV] -Cell[16,20] 9.5344201668013e-08 [GeV] -Cell[16,23] 7.3196485755034e-07 [GeV] -Cell[17,6] 0.00090749315546475 [GeV] -Cell[17,7] 0.00030750279559106 [GeV] -Cell[14,22] 0.00366396928667 [GeV] -Cell[15,20] 0.043523754723539 [GeV] -Cell[15,21] 0.0036173727389977 [GeV] -Cell[14,24] 0.0001613587730584 [GeV] -Cell[13,22] 0.0065364984575129 [GeV] -Cell[14,42] 4.1548499721102e-06 [GeV] -Cell[15,22] 0.0020111316324144 [GeV] -Cell[15,45] 0.0031286936594484 [GeV] -Cell[14,23] 0.22807985268278 [GeV] -Cell[16,26] 0.0036593982247418 [GeV] -Cell[15,23] 0.0012699317350157 [GeV] -Cell[10,17] 0.00047661355629111 [GeV] -### Total energy deposition in calorimeter by a source track in 44 cells : 0.36605467014825 (GeV) +Cell[7,11] 7.8380728693446e-05 [GeV] +Cell[7,12] 2.4006318426473e-09 [GeV] +Cell[7,10] 0.00020085931281562 [GeV] +Cell[3,14] 0.0011587203766868 [GeV] +Cell[6,10] 0.00049275483342922 [GeV] +Cell[6,11] 7.706134871114e-06 [GeV] +Cell[6,8] 2.3576692910865e-08 [GeV] +Cell[6,15] 0.31113356386367 [GeV] +Cell[4,38] 3.65132198624e-05 [GeV] +Cell[3,25] 1.5802880516276e-06 [GeV] +Cell[6,17] 5.5502173839159e-05 [GeV] +Cell[2,15] 0.013485843538846 [GeV] +Cell[5,8] 0.00052958924921711 [GeV] +Cell[5,7] 1.3407238584477e-05 [GeV] +Cell[2,16] 0.0034846649365147 [GeV] +Cell[1,15] 4.5835523337701e-08 [GeV] +Cell[1,14] 1.8100475244864e-08 [GeV] +Cell[2,14] 0.018772264031291 [GeV] +Cell[5,17] 0.0035885184146271 [GeV] +Cell[4,13] 9.0730702595465e-10 [GeV] +Cell[5,16] 0.013896741905469 [GeV] +Cell[0,13] 0.016694492847243 [GeV] +Cell[1,12] 0.00016511765642326 [GeV] +Cell[1,13] 0.0022539283864926 [GeV] +Cell[0,12] 0.002288925638996 [GeV] +Cell[4,15] 0.4492207050508 [GeV] +Cell[4,14] 0.045140362689007 [GeV] +Cell[2,36] 0.00060878385025205 [GeV] +Cell[6,13] 0.02396901718065 [GeV] +Cell[5,9] 1.3700855561183e-10 [GeV] +Cell[5,15] 0.22409988842059 [GeV] +Cell[1,37] 9.3132257461548e-12 [GeV] +Cell[2,37] 0.00052664621177917 [GeV] +Cell[3,26] 1.0730079666246e-06 [GeV] +Cell[6,16] 0.0016739838668899 [GeV] +Cell[3,11] 0.012512215020136 [GeV] +Cell[4,37] 3.3033748879916e-06 [GeV] +Cell[3,16] 0.00068887228323922 [GeV] +Cell[3,15] 0.00017536635855235 [GeV] +Cell[6,14] 0.33987865986334 [GeV] +Cell[2,38] 2.9207364832473e-08 [GeV] +Cell[1,38] 9.3394191935658e-11 [GeV] +Cell[6,18] 3.3330139704049e-06 [GeV] +Cell[5,14] 0.0098641156379991 [GeV] +Cell[3,12] 0.021532168414771 [GeV] +Cell[2,13] 0.0024684280616782 [GeV] +Cell[3,13] 1.9641110827706e-07 [GeV] +Cell[0,14] 1.1288559496961e-05 [GeV] +Cell[1,11] 4.6579111949541e-06 [GeV] +Cell[0,11] 1.2418602682374e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 50 cells : 1.5207223844177 (GeV) -Source track ID 5918 (gamma,1.004682788758[GeV]) at (-131.64960933934,-482.35710874911,294.93683230978) +Source track ID 3677 (gamma,1.5112205487345[GeV]) at (-499.81457434737,13.615846281326,-1633.5784327555) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,35] 0.0038521094874412 [GeV] -Cell[11,32] 0.0087408079358541 [GeV] -Cell[12,32] 0.011546255740034 [GeV] -Cell[12,31] 0.0010842624613082 [GeV] -Cell[11,33] 0.6887626658163 [GeV] -Cell[11,23] 0.00051099891 [GeV] -Cell[10,0] 0.00049175098250159 [GeV] -Cell[10,33] 0.0071025298037745 [GeV] -Cell[11,34] 0.26448143511889 [GeV] -Cell[12,33] 0.0019870939270256 [GeV] -Cell[12,34] 0.0068828621243163 [GeV] -Cell[12,35] 0.00038171278451635 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.99582448509197 (GeV) +Cell[3,14] 0.00047773347597424 [GeV] +Cell[7,36] 0.00022683742173474 [GeV] +Cell[7,40] 0.00041269778421127 [GeV] +Cell[4,3] 0.00051099891 [GeV] +Cell[0,5] 0.00069353415671881 [GeV] +Cell[0,24] 0.026115993550259 [GeV] +Cell[1,24] 0.080198058341575 [GeV] +Cell[0,21] 0.00032244974781571 [GeV] +Cell[0,22] 0.00018854916218429 [GeV] +Cell[0,23] 0.0013395003845352 [GeV] +Cell[1,45] 0.00038299789507927 [GeV] +Cell[1,47] 0.0039416120480331 [GeV] +Cell[1,17] 0.0013275349445674 [GeV] +Cell[1,18] 0.0024890290022509 [GeV] +Cell[1,16] 0.00047821300164584 [GeV] +Cell[0,47] 0.00051099891 [GeV] +Cell[3,44] 0.00051099891 [GeV] +Cell[3,32] 0.00082998295747519 [GeV] +Cell[2,23] 0.00071436710969427 [GeV] +Cell[1,23] 1.3608989492127 [GeV] +Cell[1,22] 0.0028172841685385 [GeV] +Cell[2,25] 0.0011464202850197 [GeV] +Cell[3,40] 0.00052903973756219 [GeV] +Cell[4,7] 0.00051099891 [GeV] +Cell[1,26] 0.00070610044877695 [GeV] +Cell[2,27] 0.0010269698476566 [GeV] +Cell[1,31] 0.0013416577338109 [GeV] +Cell[3,43] 0.00051099891 [GeV] +Cell[2,10] 0.00093069457454021 [GeV] +Cell[1,10] 0.00029358369142766 [GeV] +Cell[1,3] 0.0045104361021221 [GeV] +Cell[0,33] 5.8497192293651e-05 [GeV] +Cell[5,33] 0.0008069862783033 [GeV] +Cell[0,46] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 34 cells : 1.4982717037165 (GeV) -Source track ID 5919 (gamma,1.1635719616336[GeV]) at (-189.42305869208,-462.72984001006,253.06738465909) +Source track ID 3678 (gamma,2.1679106429722[GeV]) at (-488.39604080719,-107.09485199515,-1544.0567440692) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,34] 0.00026536995597208 [GeV] -Cell[12,3] 0.0014214880952231 [GeV] -Cell[11,31] 0.0066779487743137 [GeV] -Cell[11,32] 0.26106849604113 [GeV] -Cell[12,32] 0.00053818127955728 [GeV] -Cell[15,39] 0.00028184421240124 [GeV] -Cell[11,33] 0.8588115704776 [GeV] -Cell[11,4] 0.00076484524131048 [GeV] -Cell[11,7] 0.00047319471005609 [GeV] -Cell[10,38] 0.00013718384463777 [GeV] -Cell[11,34] 0.027319921562563 [GeV] -Cell[12,33] 0.002010533310649 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 1.1597705775054 (GeV) +Cell[2,35] 0.0024362971368577 [GeV] +Cell[8,7] 0.00051099891 [GeV] +Cell[6,7] 0.00051099891 [GeV] +Cell[3,39] 0.0025488772307891 [GeV] +Cell[2,1] 0.00023909525121405 [GeV] +Cell[5,7] 0.00095235252727029 [GeV] +Cell[6,4] 0.00070464918326877 [GeV] +Cell[5,4] 0.00051099891 [GeV] +Cell[4,3] 0.00033730381461523 [GeV] +Cell[6,44] 0.0016189535622172 [GeV] +Cell[3,9] 0.00051099891 [GeV] +Cell[0,5] 0.00046327454695543 [GeV] +Cell[1,39] 0.00085498794198136 [GeV] +Cell[5,44] 0.0011016948963348 [GeV] +Cell[1,24] 0.0099637108219702 [GeV] +Cell[0,25] 0.00051099891 [GeV] +Cell[1,44] 0.00077113547873586 [GeV] +Cell[1,45] 0.001544706181541 [GeV] +Cell[0,16] 0.00034265547917253 [GeV] +Cell[2,14] 0.00051099891 [GeV] +Cell[4,13] 0.00041172895582423 [GeV] +Cell[0,13] 0.0083245773489651 [GeV] +Cell[2,46] 0.0023783892228479 [GeV] +Cell[0,12] 0.0010669037294539 [GeV] +Cell[1,22] 0.00086643885862608 [GeV] +Cell[4,14] 0.00035752796105027 [GeV] +Cell[2,0] 0.00049324681211621 [GeV] +Cell[2,24] 0.0052180822663012 [GeV] +Cell[1,25] 0.35121812913874 [GeV] +Cell[1,7] 0.00051099891 [GeV] +Cell[1,8] 1.7704160789026e-06 [GeV] +Cell[2,25] 1.6437666772869 [GeV] +Cell[2,26] 0.0066125460819183 [GeV] +Cell[2,34] 0.0081510666046633 [GeV] +Cell[1,42] 0.00038919267181218 [GeV] +Cell[2,45] 0.00071863640754602 [GeV] +Cell[4,2] 0.0013682353031411 [GeV] +Cell[4,6] 0.0019607631983185 [GeV] +Cell[1,26] 0.011764251218443 [GeV] +Cell[2,27] 2.7528571423176e-05 [GeV] +Cell[1,27] 0.0017068647765576 [GeV] +Cell[2,7] 0.0037294351299291 [GeV] +Cell[3,26] 0.00035519892971328 [GeV] +Cell[1,0] 0.00078656317548219 [GeV] +Cell[4,45] 0.00098921312320884 [GeV] +Cell[1,9] 0.0007994343289576 [GeV] +Cell[3,43] 0.0012867613084956 [GeV] +Cell[2,3] 0.00053163441620889 [GeV] +Cell[4,26] 0.00051099891 [GeV] +Cell[3,16] 0.0010948108256368 [GeV] +Cell[3,36] 0.00053207709078587 [GeV] +Cell[1,11] 0.0027812039322004 [GeV] +Cell[0,11] 0.018259711422495 [GeV] +Cell[3,27] 0.000300149561774 [GeV] +Cell[0,10] 0.0019392803792136 [GeV] +Cell[3,37] 0.0016467072307793 [GeV] +Cell[0,41] 0.00058516017176053 [GeV] +Cell[0,8] 0.0030088904792111 [GeV] +Cell[6,43] 0.00051099891 [GeV] +Cell[1,32] 0.00017239795537257 [GeV] +### Total energy deposition in calorimeter by a source track in 60 cells : 2.1140798705349 (GeV) -Source track ID 4909 (gamma,0.0010806673606378[GeV]) at (-459.38524323894,197.39604427218,466.99095117599) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,20] 0.0010806673606378 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0010806673606378 (GeV) +Source track ID 3639 (e-,0.0014093873053309[GeV]) at (-173.73042789738,468.84724423056,-1363.4892814579) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[3,14] 6.7996880545723e-05 [GeV] +Cell[2,44] 1.4033726539112e-05 [GeV] +Cell[2,47] 0.00022931224573416 [GeV] +Cell[0,38] 9.0716238187631e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.00032041447663775 (GeV) -Source track ID 4910 (gamma,0.00015015681555382[GeV]) at (-459.69481727802,196.67403226591,469.24816822084) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,20] 0.00015015681555382 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00015015681555382 (GeV) +Source track ID 3636 (pi-,0.39035628096601[GeV]) at (-230.85979147229,443.51297239356,-1610.6419735397) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[0,31] 6.2495019619746e-08 [GeV] +Cell[1,17] 0.010115356533144 [GeV] +Cell[0,17] 0.0019410369992769 [GeV] +Cell[0,16] 0.0061872525104766 [GeV] +Cell[1,18] 1.8005571997492e-05 [GeV] +Cell[1,16] 0.20272056000663 [GeV] +Cell[1,15] 0.097582264384252 [GeV] +Cell[1,14] 0.00029585999430674 [GeV] +Cell[0,36] 0.00054561449403691 [GeV] +Cell[2,0] 8.6321961134672e-11 [GeV] +Cell[4,31] 2.9614763678182e-05 [GeV] +Cell[1,20] 2.6333698770031e-08 [GeV] +Cell[2,39] 4.2487808968872e-09 [GeV] +Cell[2,34] 1.8141999844374e-06 [GeV] +Cell[2,47] 1.8426820054174e-07 [GeV] +Cell[1,34] 7.4475831235759e-05 [GeV] +Cell[0,0] 9.1684696411903e-05 [GeV] +Cell[1,0] 0.00099289510700237 [GeV] +Cell[0,35] 0.0013574899311174 [GeV] +Cell[4,30] 1.1456338743642e-05 [GeV] +Cell[4,29] 0.00012491024652741 [GeV] +Cell[1,19] 0.0047513990883635 [GeV] +Cell[2,33] 0.00044975813650626 [GeV] +Cell[1,1] 7.5728952249847e-05 [GeV] +Cell[0,1] 0.00014104967053572 [GeV] +Cell[0,15] 0.00062056190078852 [GeV] +Cell[1,35] 0.0014941683554252 [GeV] +Cell[0,37] 1.2286386225469e-05 [GeV] +Cell[1,36] 0.0019663703937484 [GeV] +### Total energy deposition in calorimeter by a source track in 29 cells : 0.33160189192469 (GeV) -Source track ID 4929 (gamma,9.6046939979047e-05[GeV]) at (368.13239757339,338.34677160698,501.05005878951) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,5] 9.6046939979047e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 9.6046939979047e-05 (GeV) +Source track ID 3602 (pi+,4.0199496917955[GeV]) at (-418.44579588165,-273.68433625067,-1788.2200124548) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[7,12] 1.3435666915029e-08 [GeV] +Cell[2,35] 6.3443175579437e-05 [GeV] +Cell[3,14] 1.4111348491497e-08 [GeV] +Cell[6,11] 0.0008588057235653 [GeV] +Cell[5,19] 0.00050078853227217 [GeV] +Cell[6,15] 6.5235578063039e-08 [GeV] +Cell[4,27] 5.4115809462019e-08 [GeV] +Cell[7,13] 0.00023620162320913 [GeV] +Cell[7,42] 1.8540132904263e-06 [GeV] +Cell[3,39] 5.1545189667763e-05 [GeV] +Cell[2,15] 0.0034277213458021 [GeV] +Cell[0,43] 3.2948464409742e-05 [GeV] +Cell[7,15] 3.1016243156046e-09 [GeV] +Cell[7,43] 0.00098626157492566 [GeV] +Cell[6,26] 4.566279167193e-05 [GeV] +Cell[3,4] 0.00011932174330013 [GeV] +Cell[4,5] 0.00015412406899327 [GeV] +Cell[3,5] 0.0049597485755166 [GeV] +Cell[5,46] 0.00025002465344335 [GeV] +Cell[6,44] 0.00066068669672859 [GeV] +Cell[0,4] 0.00072957170723343 [GeV] +Cell[1,5] 7.835495646998e-05 [GeV] +Cell[0,25] 0.0049326148435771 [GeV] +Cell[1,21] 0.0011914168749455 [GeV] +Cell[0,31] 2.4281474514282e-05 [GeV] +Cell[1,17] 0.0079061314601576 [GeV] +Cell[1,18] 0.00026337752403867 [GeV] +Cell[1,16] 0.01465548415547 [GeV] +Cell[2,16] 0.010879078524208 [GeV] +Cell[1,15] 0.0047211717338781 [GeV] +Cell[1,14] 0.020612373028954 [GeV] +Cell[2,14] 0.00014203821482738 [GeV] +Cell[2,18] 0.0024199726092126 [GeV] +Cell[4,19] 2.2701889065502e-08 [GeV] +Cell[4,13] 2.0011076820083e-05 [GeV] +Cell[0,45] 0.0022972075468039 [GeV] +Cell[2,31] 0.0021616936131769 [GeV] +Cell[0,42] 7.956717129332e-06 [GeV] +Cell[3,17] 3.0312539820443e-09 [GeV] +Cell[0,30] 0.00076666990816261 [GeV] +Cell[0,36] 0.001887948979293 [GeV] +Cell[3,32] 3.4323858606967e-05 [GeV] +Cell[0,13] 1.5872062067501e-07 [GeV] +Cell[1,13] 1.3667423627339e-07 [GeV] +Cell[3,31] 2.794345618895e-09 [GeV] +Cell[1,30] 0.0022243844418492 [GeV] +Cell[1,29] 0.0013701932798291 [GeV] +Cell[2,29] 0.0053669075983098 [GeV] +Cell[2,22] 0.0014047889374663 [GeV] +Cell[2,21] 1.8263364413883e-05 [GeV] +Cell[1,23] 1.4776753960177e-07 [GeV] +Cell[0,44] 0.0036295534579889 [GeV] +Cell[1,25] 2.0648585632443e-09 [GeV] +Cell[0,3] 0.0022099226714619 [GeV] +Cell[1,8] 2.5251375831431e-05 [GeV] +Cell[1,20] 0.0018397702995851 [GeV] +Cell[2,39] 0.0056584075523866 [GeV] +Cell[1,28] 0.031711145618101 [GeV] +Cell[3,6] 0.00075759971289248 [GeV] +Cell[2,34] 2.4067325100532e-05 [GeV] +Cell[2,36] 2.8674455825239e-07 [GeV] +Cell[2,20] 0.0015435602362166 [GeV] +Cell[2,19] 0.00022462754240121 [GeV] +Cell[6,12] 0.16711398121249 [GeV] +Cell[6,13] 0.0080880899253794 [GeV] +Cell[8,42] 1.1632240898507e-08 [GeV] +Cell[8,43] 3.1300198147619e-06 [GeV] +Cell[7,22] 9.3610728508793e-06 [GeV] +Cell[4,6] 1.2294133977775e-05 [GeV] +Cell[4,7] 0.00040959841463155 [GeV] +Cell[1,34] 0.00035904661983352 [GeV] +Cell[1,26] 1.2361877305125e-05 [GeV] +Cell[2,27] 6.3267606151385e-08 [GeV] +Cell[1,27] 0.00062322727563071 [GeV] +Cell[4,8] 0.0087972528265321 [GeV] +Cell[2,6] 0.00060293039940723 [GeV] +Cell[2,5] 5.77787148884e-05 [GeV] +Cell[3,7] 0.00016522609481558 [GeV] +Cell[5,10] 0.00058864304246022 [GeV] +Cell[2,37] 1.138305166387e-05 [GeV] +Cell[0,0] 9.1492992942221e-06 [GeV] +Cell[5,47] 0.00021069847063745 [GeV] +Cell[3,38] 0.00033113487793901 [GeV] +Cell[16,47] 0.00012634680253905 [GeV] +Cell[5,11] 0.00044369242619075 [GeV] +Cell[5,20] 1.655105734244e-09 [GeV] +Cell[5,12] 0.012456823121222 [GeV] +Cell[4,12] 0.0014294978076934 [GeV] +Cell[2,28] 0.00043494723068113 [GeV] +Cell[4,26] 9.9620567652892e-08 [GeV] +Cell[2,32] 0.00082691593530865 [GeV] +Cell[1,19] 0.00039819280428856 [GeV] +Cell[2,17] 0.0012467284294632 [GeV] +Cell[2,33] 0.00093777974780111 [GeV] +Cell[6,14] 0.0012081395692697 [GeV] +Cell[2,38] 0.00073555375212186 [GeV] +Cell[1,38] 2.7065798687545e-05 [GeV] +Cell[2,13] 6.7158444726374e-06 [GeV] +Cell[3,27] 3.1905933269627e-08 [GeV] +Cell[0,8] 3.2666325765831e-06 [GeV] +Cell[0,38] 0.0022827573075175 [GeV] +Cell[1,35] 6.6073274092673e-05 [GeV] +Cell[0,37] 1.5263700856849e-07 [GeV] +Cell[0,28] 1.3371508836929 [GeV] +Cell[0,27] 0.05007162026051 [GeV] +Cell[0,29] 0.011977917743784 [GeV] +Cell[0,26] 0.013897557872995 [GeV] +Cell[0,39] 0.0031173046006532 [GeV] +Cell[16,0] 0.00015833477459455 [GeV] +Cell[1,6] 0.0033650289694503 [GeV] +Cell[0,7] 0.00059360921395955 [GeV] +Cell[2,4] 1.7563693980264e-05 [GeV] +Cell[7,14] 0.0023164762258076 [GeV] +Cell[5,13] 0.0096221924046151 [GeV] +Cell[1,40] 1.1833483382361e-05 [GeV] +Cell[3,30] 2.9407845284368e-05 [GeV] +Cell[0,9] 0.0013885396495015 [GeV] +### Total energy deposition in calorimeter by a source track in 117 cells : 1.7898445858564 (GeV) -Source track ID 4930 (gamma,0.001140191011577[GeV]) at (142.02918408766,479.4034948427,1072.4742315306) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[15,9] 0.001140191011577 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.001140191011577 (GeV) +Source track ID 3603 (neutron,7.3741998938947[GeV]) at (-413.0762339184,-281.72331279429,-1776.1644807987) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[3,24] 0.00021574768551898 [GeV] +Cell[4,22] 1.1590932292165e-05 [GeV] +Cell[3,14] 8.8929664343596e-10 [GeV] +Cell[6,15] 2.28715891717e-06 [GeV] +Cell[8,1] 0.0013455879239916 [GeV] +Cell[6,27] 4.9702657561284e-06 [GeV] +Cell[7,13] 4.4243547904443e-08 [GeV] +Cell[3,25] 0.00017478704548853 [GeV] +Cell[6,17] 1.9485704775434e-05 [GeV] +Cell[6,41] 0.029243593284566 [GeV] +Cell[11,42] 4.2773608583957e-09 [GeV] +Cell[2,1] 3.1777020260506e-06 [GeV] +Cell[2,15] 0.0053977817990637 [GeV] +Cell[6,36] 0.0041561426874562 [GeV] +Cell[11,41] 6.3872721511871e-09 [GeV] +Cell[8,3] 9.1461050906219e-06 [GeV] +Cell[7,15] 0.0028844353765856 [GeV] +Cell[5,45] 0.00034071669946798 [GeV] +Cell[6,45] 0.00035222693985315 [GeV] +Cell[3,4] 3.5236098483438e-12 [GeV] +Cell[3,5] 1.6118533561325e-05 [GeV] +Cell[5,46] 6.0833745505079e-05 [GeV] +Cell[6,44] 1.7348644149024e-05 [GeV] +Cell[2,9] 0.00025977647588468 [GeV] +Cell[4,16] 0.00015151159190441 [GeV] +Cell[0,4] 0.0019316123523845 [GeV] +Cell[0,5] 0.00075707734921684 [GeV] +Cell[6,42] 0.0017139198965547 [GeV] +Cell[5,42] 6.0339829212808e-07 [GeV] +Cell[5,43] 0.00070357309413328 [GeV] +Cell[5,44] 0.0012505514317631 [GeV] +Cell[13,17] 1.4643126633018e-08 [GeV] +Cell[0,24] 0.0001914324318542 [GeV] +Cell[0,25] 0.011134795332446 [GeV] +Cell[1,21] 0.00081783812715003 [GeV] +Cell[0,22] 3.2544825226068e-06 [GeV] +Cell[0,23] 0.00068594941624735 [GeV] +Cell[0,31] 0.0029775905853678 [GeV] +Cell[1,45] 7.3244655516191e-07 [GeV] +Cell[1,47] 4.5692322601099e-06 [GeV] +Cell[1,46] 0.0013277739648285 [GeV] +Cell[0,18] 0.0027425341312183 [GeV] +Cell[1,17] 0.00039084002461573 [GeV] +Cell[0,17] 0.0081535813787081 [GeV] +Cell[0,16] 2.0742979924762e-05 [GeV] +Cell[1,18] 7.6170960383024e-06 [GeV] +Cell[1,16] 0.0009573742825141 [GeV] +Cell[2,16] 0.0041947041072636 [GeV] +Cell[1,15] 0.00051337394760373 [GeV] +Cell[1,14] 4.7970769622111e-05 [GeV] +Cell[2,18] 0.00033788102276358 [GeV] +Cell[4,32] 9.2337611713447e-06 [GeV] +Cell[4,13] 0.00072382750176189 [GeV] +Cell[3,18] 0.0017659828666671 [GeV] +Cell[0,45] 0.00046653174626942 [GeV] +Cell[4,11] 0.0045660072613539 [GeV] +Cell[6,35] 1.5982354887001e-07 [GeV] +Cell[5,16] 0.00014495299812575 [GeV] +Cell[3,17] 0.00021799968609014 [GeV] +Cell[3,20] 7.7149333665147e-06 [GeV] +Cell[0,30] 0.011595097819828 [GeV] +Cell[6,39] 1.5616762993886e-09 [GeV] +Cell[0,36] 0.00011932194813164 [GeV] +Cell[3,32] 3.7893352273386e-06 [GeV] +Cell[0,13] 0.0007391967502188 [GeV] +Cell[1,13] 0.0011291604434291 [GeV] +Cell[1,30] 0.0013502287052351 [GeV] +Cell[1,29] 0.0010750003938058 [GeV] +Cell[0,12] 0.0021703060362596 [GeV] +Cell[1,23] 4.3291154856888e-06 [GeV] +Cell[1,22] 0.00064950042002067 [GeV] +Cell[3,21] 1.9696203613421e-05 [GeV] +Cell[4,15] 4.5776622635003e-06 [GeV] +Cell[2,2] 0.00059692696577906 [GeV] +Cell[2,24] 1.8211806309409e-06 [GeV] +Cell[1,25] 0.0021102075703492 [GeV] +Cell[0,3] 0.07579568968626 [GeV] +Cell[1,7] 0.00077556040817979 [GeV] +Cell[2,25] 3.3314130439521e-07 [GeV] +Cell[2,39] 0.0040318311369542 [GeV] +Cell[1,28] 0.0156037487033 [GeV] +Cell[3,6] 0.00023398067078421 [GeV] +Cell[6,12] 0.014526184797712 [GeV] +Cell[6,13] 0.00048564605774845 [GeV] +Cell[10,43] 0.0012730914332658 [GeV] +Cell[12,18] 1.5105680923853e-06 [GeV] +Cell[6,40] 0.00021031838843578 [GeV] +Cell[6,28] 0.00072739065063149 [GeV] +Cell[4,10] 0.0030903092230121 [GeV] +Cell[4,9] 2.6195266400464e-10 [GeV] +Cell[1,34] 1.1265348293819e-05 [GeV] +Cell[1,26] 0.0018075051465349 [GeV] +Cell[1,27] 0.029403618609725 [GeV] +Cell[2,6] 4.1382758354302e-08 [GeV] +Cell[2,5] 0.0028815729905765 [GeV] +Cell[3,7] 1.1846401699586e-05 [GeV] +Cell[3,8] 9.5192699153586e-06 [GeV] +Cell[3,10] 0.0025619378714009 [GeV] +Cell[5,10] 2.9575504886452e-06 [GeV] +Cell[2,7] 9.5834537205519e-08 [GeV] +Cell[5,15] 8.7548649472865e-05 [GeV] +Cell[2,37] 0.00036588980927081 [GeV] +Cell[1,0] 0.0025769396352719 [GeV] +Cell[5,47] 8.8423839770257e-09 [GeV] +Cell[3,38] 8.2594568882541e-06 [GeV] +Cell[0,35] 0.00014266469762151 [GeV] +Cell[13,18] 3.179072518833e-08 [GeV] +Cell[6,16] 1.0293989388401e-05 [GeV] +Cell[4,30] 4.1469128571001e-05 [GeV] +Cell[2,3] 4.6608440345153e-05 [GeV] +Cell[4,12] 0.0016934210876075 [GeV] +Cell[2,28] 1.0623434471199e-05 [GeV] +Cell[2,8] 0.0023724874801943 [GeV] +Cell[1,10] 0.0014694203189149 [GeV] +Cell[4,37] 2.3654707638343e-06 [GeV] +Cell[3,16] 0.0015835356258856 [GeV] +Cell[2,32] 9.2180902811378e-08 [GeV] +Cell[2,17] 0.0077605391716768 [GeV] +Cell[2,33] 3.613589797169e-09 [GeV] +Cell[6,14] 0.017241626031844 [GeV] +Cell[2,38] 1.5965934879887e-05 [GeV] +Cell[2,13] 7.1209033485502e-06 [GeV] +Cell[0,11] 0.032904403000842 [GeV] +Cell[1,3] 5.8174537689411e-06 [GeV] +Cell[0,33] 1.1467799733964e-06 [GeV] +Cell[0,46] 0.0088464389066569 [GeV] +Cell[0,10] 6.2364724972099e-05 [GeV] +Cell[3,37] 0.0013789762728646 [GeV] +Cell[0,8] 0.0013895866554465 [GeV] +Cell[6,43] 0.0012112255685328 [GeV] +Cell[1,32] 1.1508690137134e-06 [GeV] +Cell[0,38] 9.5501660368882e-05 [GeV] +Cell[1,1] 0.00024089257563287 [GeV] +Cell[0,1] 1.4057150110602e-11 [GeV] +Cell[0,37] 0.00037473943895839 [GeV] +Cell[0,28] 2.3112434730414 [GeV] +Cell[0,27] 0.02040326341345 [GeV] +Cell[0,29] 0.053363511106679 [GeV] +Cell[0,26] 0.013289495190139 [GeV] +Cell[1,6] 0.00029430229139996 [GeV] +Cell[0,7] 0.0023177730417432 [GeV] +Cell[2,4] 6.5652481031293e-06 [GeV] +Cell[7,14] 0.00097820152428511 [GeV] +Cell[0,9] 2.7432250479364e-05 [GeV] +Cell[2,40] 0.00067433706042812 [GeV] +Cell[12,17] 0.00080476203365936 [GeV] +Cell[0,32] 6.2850920676283e-07 [GeV] +Cell[0,6] 0.00090754872510479 [GeV] +Cell[1,33] 0.00026632264212117 [GeV] +Cell[0,34] 6.5621651010588e-06 [GeV] +Cell[7,16] 6.0119616459815e-05 [GeV] +Cell[0,2] 0.0023945757845985 [GeV] +Cell[1,2] 0.0010472173050529 [GeV] +### Total energy deposition in calorimeter by a source track in 153 cells : 2.7584880088162 (GeV) -Source track ID 4878 (e-,0.082354355329867[GeV]) at (218.28736029148,-449.83400086807,1948.5804760373) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[17,13] 0.00051099891 [GeV] -Cell[19,29] 0.00051099891 [GeV] -Cell[19,40] 0.0013072827121964 [GeV] -Cell[19,39] 0.07951407588767 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.081843356419867 (GeV) +Source track ID 3599 (anti_neutron,5.3948206100571[GeV]) at (-415.09134243251,-278.74572182829,-1871.4579101789) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[0,28] 2.0735444850288e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 2.0735444850288e-06 (GeV) -Source track ID 4883 (gamma,0.00018279622847894[GeV]) at (-422.81604964475,266.88309830862,464.07785620808) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,19] 0.00018279622847894 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00018279622847894 (GeV) +Source track ID 3511 (pi-,5.447719098399[GeV]) at (-296.41317419681,-402.6651588635,-1913.2185684692) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[0,31] 0.13883947058125 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.13883947058125 (GeV) -Source track ID 4879 (e+,0.07236114813365[GeV]) at (-495.50682826587,-66.880364397174,1364.7465953877) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,8] 0.00051099891 [GeV] -Cell[18,34] 0.00051099891 [GeV] -Cell[10,12] 0.0026656867589834 [GeV] -Cell[16,24] 0.0041606143019692 [GeV] -Cell[16,25] 0.061021875190036 [GeV] -Cell[17,25] 0.0016396073139637 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.070509781384952 (GeV) +Source track ID 3398 (e-,0.0011809433721381[GeV]) at (-466.08410045841,-181.01273794923,-1321.5490170467) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[3,26] 0.00066994446212347 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00066994446212347 (GeV) -Source track ID 4411 (pi+,0.27328341381395[GeV]) at (258.80074850403,427.8109074974,7.4433117310483) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,9] 0.0028587714261301 [GeV] -Cell[10,7] 0.19676153062278 [GeV] -Cell[9,27] 0.00082618565504663 [GeV] -Cell[9,8] 0.00030351471106587 [GeV] -Cell[8,28] 0.00050415743258043 [GeV] -Cell[9,7] 0.00011051489210331 [GeV] -Cell[6,35] 0.0014888218336473 [GeV] -Cell[10,1] 4.562541435007e-07 [GeV] -Cell[11,1] 0.00025409527586942 [GeV] -Cell[10,19] 0.00065121240922835 [GeV] -Cell[6,17] 0.0039603190082447 [GeV] -Cell[6,40] 8.898839703761e-06 [GeV] -Cell[10,0] 1.3372539944271e-05 [GeV] -Cell[10,47] 1.9171147141606e-06 [GeV] -Cell[9,28] 0.00015013154138603 [GeV] -Cell[6,39] 7.7457203879021e-06 [GeV] -Cell[8,21] 0.00028280961264108 [GeV] -Cell[6,1] 5.246476852335e-06 [GeV] -Cell[11,46] 4.4672098056253e-09 [GeV] -Cell[11,47] 2.3079892788019e-05 [GeV] -Cell[11,0] 9.5008694693547e-05 [GeV] -Cell[10,9] 2.1783484044136e-08 [GeV] -Cell[10,8] 2.3119701800169e-05 [GeV] -Cell[10,10] 2.5950282703889e-05 [GeV] -Cell[7,5] 7.5781125633512e-06 [GeV] -Cell[4,42] 0.0024239334923184 [GeV] -### Total energy deposition in calorimeter by a source track in 26 cells : 0.21078839779403 (GeV) +Source track ID 2163 (pi-,5.0455127032568[GeV]) at (-463.53227167059,-187.45088188617,-1930.9949255795) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[0,27] 0.00074787530592894 [GeV] +Cell[0,26] 0.10373399885214 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.10448187415807 (GeV) -Source track ID 4854 (gamma,0.67224858404432[GeV]) at (444.05232150363,-229.82066000958,-518.95900379842) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,46] 0.00021497186235542 [GeV] -Cell[6,44] 0.017899239913279 [GeV] -Cell[8,22] 0.00051099891 [GeV] -Cell[8,39] 0.00018447216245401 [GeV] -Cell[6,45] 0.0064049999002069 [GeV] -Cell[6,43] 0.003512138766894 [GeV] -Cell[7,45] 0.0089977227092331 [GeV] -Cell[7,43] 0.0080406864893942 [GeV] -Cell[7,44] 0.62444033797556 [GeV] -Cell[1,19] 0.0012409296463718 [GeV] -Cell[4,13] 0.00041619999176231 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.67186269832751 (GeV) +Source track ID 3338 (e-,0.00091304109709519[GeV]) at (97.068318321871,-490.48724914942,-1916.9778443669) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[0,37] 5.5385372987983e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 5.5385372987983e-05 (GeV) -Source track ID 4855 (gamma,0.13757172036947[GeV]) at (417.90942429503,-274.50266498779,-190.74603873127) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,42] 0.0012028845891391 [GeV] -Cell[8,43] 0.041236833672032 [GeV] -Cell[9,40] 0.0001862260015616 [GeV] -Cell[9,43] 0.093836782492026 [GeV] -Cell[9,42] 0.00078422070626833 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.13724694746103 (GeV) +Source track ID 3306 (pi-,26.430464735384[GeV]) at (-348.96579707305,-358.08221468424,-1955.4165731751) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[0,30] 0.07875073350225 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.07875073350225 (GeV) -Source track ID 4850 (gamma,8.9482460781308e-05[GeV]) at (464.95247113304,-183.89997168918,4.5024626278044) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,45] 8.9482460781308e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 8.9482460781308e-05 (GeV) +Source track ID 3307 (pi+,1.1826541130942[GeV]) at (-498.92008550113,32.84430366969,-1758.1752183448) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[0,23] 0.17338303932309 [GeV] +Cell[1,23] 0.052218636721066 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.22560167604415 (GeV) -Source track ID 4842 (kaon-,1.1694995149501[GeV]) at (474.26254190264,-158.35100677938,-18.129505449183) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,46] 0.010312216682965 [GeV] -Cell[8,42] 1.2414510390954e-05 [GeV] -Cell[8,3] 1.1500394381301e-06 [GeV] -Cell[8,46] 0.0069158658813634 [GeV] -Cell[8,47] 0.0013278005817253 [GeV] -Cell[8,45] 0.0054088780203152 [GeV] -Cell[9,45] 0.28891304942509 [GeV] -Cell[9,44] 0.26390987206711 [GeV] -Cell[8,43] 0.0015341722975768 [GeV] -Cell[10,44] 0.012474182135733 [GeV] -Cell[10,40] 3.0812202567176e-11 [GeV] -Cell[10,47] 6.2641951217302e-09 [GeV] -Cell[9,40] 2.3132052099754e-05 [GeV] -Cell[10,41] 6.4759353790578e-10 [GeV] -Cell[9,43] 0.016514119834699 [GeV] -Cell[7,45] 0.0039611227942887 [GeV] -Cell[7,43] 0.00026832687305023 [GeV] -Cell[7,44] 0.0015313561054365 [GeV] -Cell[10,43] 0.019148930870636 [GeV] -Cell[11,42] 0.0080665980939385 [GeV] -Cell[11,41] 0.00065299768820546 [GeV] -Cell[7,42] 0.0082292043520253 [GeV] -Cell[10,46] 0.0011802396067535 [GeV] -Cell[9,47] 2.5433484177825e-05 [GeV] -Cell[9,46] 0.17445254965826 [GeV] -Cell[10,42] 0.0018241056480767 [GeV] -Cell[10,45] 0.0015380902660362 [GeV] -Cell[9,42] 0.0016140703397068 [GeV] -Cell[9,41] 8.8190695355024e-05 [GeV] -Cell[7,47] 1.2795704387827e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 30 cells : 0.82994087265144 (GeV) +Source track ID 3304 (gamma,1.5279055119092[GeV]) at (-73.254853076644,-494.60461633584,-436.11300440752) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[8,13] 0.00055391309998206 [GeV] +Cell[7,6] 0.0004676111882909 [GeV] +Cell[6,15] 0.0014792763430136 [GeV] +Cell[6,34] 0.0024915353850281 [GeV] +Cell[6,33] 0.0017870467839926 [GeV] +Cell[8,33] 0.0055698321589812 [GeV] +Cell[8,34] 0.00051099891 [GeV] +Cell[8,35] 0.0022289836653362 [GeV] +Cell[7,36] 0.0044070815148865 [GeV] +Cell[8,29] 0.0032048270325331 [GeV] +Cell[7,33] 0.0019796132598489 [GeV] +Cell[14,35] 0.0002419407246038 [GeV] +Cell[7,34] 1.2963877456923 [GeV] +Cell[5,4] 0.00051099891 [GeV] +Cell[8,22] 0.00063415474410434 [GeV] +Cell[13,3] 0.0011765712169548 [GeV] +Cell[4,18] 0.0017442353150053 [GeV] +Cell[8,36] 0.00040060829655272 [GeV] +Cell[6,35] 0.00051099891 [GeV] +Cell[6,2] 0.00051099891 [GeV] +Cell[10,16] 0.0036136928811287 [GeV] +Cell[9,15] 0.00036663685573323 [GeV] +Cell[9,14] 0.00014436205426677 [GeV] +Cell[8,38] 0.00051099891 [GeV] +Cell[6,31] 0.00051099891 [GeV] +Cell[7,35] 0.19397568335008 [GeV] +Cell[9,17] 0.00078697048651068 [GeV] +Cell[7,2] 0.00092810083850257 [GeV] +### Total energy deposition in calorimeter by a source track in 28 cells : 1.5276364163476 (GeV) -Source track ID 4839 (gamma,0.015859560263227[GeV]) at (453.63010118214,-210.28488129555,-430.35198666553) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,44] 0.015859560263227 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.015859560263227 (GeV) +Source track ID 3305 (gamma,2.1921548366006[GeV]) at (-105.19673054626,-488.80839587959,-488.29264722942) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[7,7] 0.0014792495019534 [GeV] +Cell[9,7] 0.00033092703614993 [GeV] +Cell[9,8] 0.0014587799928484 [GeV] +Cell[6,46] 0.00049023513002628 [GeV] +Cell[6,34] 0.0062431587672452 [GeV] +Cell[6,33] 0.00081541840219497 [GeV] +Cell[7,37] 0.0002420031180448 [GeV] +Cell[7,32] 0.0019923700435533 [GeV] +Cell[8,33] 0.00051099891 [GeV] +Cell[8,15] 0.0012444583982254 [GeV] +Cell[8,34] 0.00095943242680541 [GeV] +Cell[7,36] 0.0030926415082289 [GeV] +Cell[7,33] 0.088083205544275 [GeV] +Cell[6,36] 0.0027933624345709 [GeV] +Cell[10,10] 0.00057376744144844 [GeV] +Cell[5,8] 0.0011676177826 [GeV] +Cell[7,34] 2.0453636104442 [GeV] +Cell[7,26] 0.0005799429045498 [GeV] +Cell[9,45] 0.0028228743196429 [GeV] +Cell[6,35] 0.0046634877893451 [GeV] +Cell[8,43] 0.0015999944781418 [GeV] +Cell[7,35] 0.0083940139348974 [GeV] +Cell[6,32] 0.00069283791781928 [GeV] +Cell[7,17] 0.00037476231703048 [GeV] +### Total energy deposition in calorimeter by a source track in 24 cells : 2.1759691505438 (GeV) -Source track ID 4840 (gamma,0.75885122891297[GeV]) at (497.51078040196,-49.829944650083,326.48051373419) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[13,27] 0.0019620433102936 [GeV] -Cell[11,1] 0.00015868862899476 [GeV] -Cell[13,20] 0.00051044162979583 [GeV] -Cell[10,5] 0.0006164469667234 [GeV] -Cell[12,1] 0.00021408870837087 [GeV] -Cell[13,34] 0.0010416791845083 [GeV] -Cell[11,46] 0.02848136287237 [GeV] -Cell[11,47] 0.70132758060241 [GeV] -Cell[12,45] 0.0049430291830954 [GeV] -Cell[12,46] 0.0012678073247757 [GeV] -Cell[12,47] 0.012733861136899 [GeV] -Cell[12,0] 4.7359352149523e-07 [GeV] -Cell[11,0] 0.0052937414471284 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.75855124458888 (GeV) +Source track ID 3302 (gamma,0.076632669216442[GeV]) at (-300.43599208972,399.672634361,200.63466243837) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,16] 0.058701864307271 [GeV] +Cell[10,17] 0.00016349153645915 [GeV] +Cell[11,17] 0.017419805999172 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.076285161842901 (GeV) -Source track ID 4788 (mu+,0.18136712237257[GeV]) at (205.12898938596,-455.98475601,1678.2558484894) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[18,39] 0.11309878367635 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.11309878367635 (GeV) +Source track ID 3303 (gamma,0.17932025858732[GeV]) at (-255.57096006864,429.74816389322,-559.80024910815) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[6,15] 0.0057860171690384 [GeV] +Cell[7,15] 0.014178222274425 [GeV] +Cell[5,8] 0.00051099891 [GeV] +Cell[7,43] 0.0001930239181596 [GeV] +Cell[7,27] 0.00026827140411909 [GeV] +Cell[6,16] 0.0027244420681819 [GeV] +Cell[7,16] 0.14036542322582 [GeV] +Cell[7,17] 0.0011575404105592 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.1651839393803 (GeV) -Source track ID 4622 (gamma,0.12620965025075[GeV]) at (-487.28250262998,-112.05249943962,703.88980969075) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[13,25] 0.12490668374696 [GeV] -Cell[13,24] 0.00064323443199617 [GeV] -Cell[13,12] 0.00065973207179674 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.12620965025075 (GeV) +Source track ID 2167 (pi-,0.22740752838741[GeV]) at (34.879053016195,498.78196805888,-1283.2729162883) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[4,22] 2.0973996015528e-09 [GeV] +Cell[3,14] 7.2306899984369e-06 [GeV] +Cell[4,21] 2.6617661546879e-08 [GeV] +Cell[0,31] 0.00079857000115734 [GeV] +Cell[4,13] 0.00074415797010192 [GeV] +Cell[4,11] 0.0016302433628631 [GeV] +Cell[4,20] 0.008113202688751 [GeV] +Cell[3,10] 0.00045673920122567 [GeV] +Cell[2,7] 0.00032333213310348 [GeV] +Cell[4,12] 0.0053120671589413 [GeV] +Cell[3,11] 0.15060282961957 [GeV] +Cell[2,8] 0.0022911706104244 [GeV] +Cell[3,12] 0.0059458842304038 [GeV] +Cell[3,13] 0.00085550551993765 [GeV] +Cell[1,2] 1.2129632872529e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.17709309153442 (GeV) -Source track ID 4623 (gamma,0.088297327870564[GeV]) at (61.272155229985,-496.23152156375,76.525340685258) +Source track ID 3099 (gamma,0.31054837923301[GeV]) at (447.33311955296,223.36758975065,253.2607033584) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,4] 0.0034849282672461 [GeV] +Cell[11,3] 0.30316022472984 [GeV] +Cell[18,31] 0.0029740913844944 [GeV] +Cell[11,2] 0.00092913485142325 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.310548379233 (GeV) + +Source track ID 3117 (gamma,0.014018767679353[GeV]) at (499.24751678766,-27.42110467065,277.88841620135) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,47] 0.014018767679353 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.014018767679353 (GeV) + +Source track ID 3120 (gamma,0.033997788876426[GeV]) at (455.24961035971,206.7553923537,354.09034642061) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,4] 0.0016222773808279 [GeV] +Cell[11,3] 0.0310912925663 [GeV] +Cell[11,5] 0.0012842189292984 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.033997788876426 (GeV) + +Source track ID 3121 (gamma,5.0783811364228e-05[GeV]) at (461.96570259982,191.2790883015,343.16103901907) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,2] 5.0783811364228e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 5.0783811364228e-05 (GeV) + +Source track ID 3123 (gamma,0.00023800925797523[GeV]) at (449.75638366929,218.44723699036,348.71518130936) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,3] 0.00023800925797523 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00023800925797523 (GeV) + +Source track ID 3126 (gamma,7.9583781505059e-05[GeV]) at (-253.98474360387,430.68753176343,944.23094860642) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[14,16] 7.9583781505059e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.9583781505059e-05 (GeV) + +Source track ID 3129 (gamma,0.064645934289707[GeV]) at (-491.02006777005,94.336064403256,1051.3182387293) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[15,22] 0.062418686174778 [GeV] +Cell[15,23] 0.0022272481149289 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.064645934289707 (GeV) + +Source track ID 3130 (gamma,6.0978786032716e-05[GeV]) at (-479.28940827308,142.41370410619,1005.040612994) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[15,21] 6.0978786032716e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 6.0978786032716e-05 (GeV) + +Source track ID 3132 (gamma,0.00010913744369818[GeV]) at (467.54895187636,177.19474484113,235.89475431101) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,2] 0.00010913744369818 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00010913744369818 (GeV) + +Source track ID 3104 (gamma,0.00012065778248259[GeV]) at (-285.34017970657,410.58614424384,597.50298514948) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[12,16] 0.00012065778248259 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012065778248259 (GeV) + +Source track ID 3114 (gamma,0.00051099891[GeV]) at (486.45874414525,-115.57633946716,115.13902403938) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[10,46] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) + +Source track ID 3115 (gamma,0.00051099891[GeV]) at (-244.19277335057,436.31398034369,1435.6926108956) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[17,15] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) + +Source track ID 3108 (gamma,0.00050508873832613[GeV]) at (453.71850853059,-210.09406230728,194.10730502743) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[10,44] 0.00050508873832613 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00050508873832613 (GeV) + +Source track ID 3109 (gamma,0.00041502597986137[GeV]) at (-328.31750302122,377.10425244209,387.99112728372) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,17] 0.00041502597986137 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00041502597986137 (GeV) + +Source track ID 3084 (pi+,0.58336333552593[GeV]) at (-499.05398064781,30.7428755906,864.20515877269) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[14,23] 0.11773989955345 [GeV] +Cell[6,7] 6.5602899703663e-06 [GeV] +Cell[11,32] 1.0860292038842e-05 [GeV] +Cell[14,19] 0.0022243825337377 [GeV] +Cell[16,24] 4.8914215632294e-06 [GeV] +Cell[11,31] 0.00039632067102775 [GeV] +Cell[12,32] 4.5144468649255e-05 [GeV] +Cell[12,31] 0.00022432172556444 [GeV] +Cell[15,22] 0.15612460497728 [GeV] +Cell[14,20] 0.00010099781925067 [GeV] +Cell[11,43] 0.00037373559219861 [GeV] +Cell[11,26] 0.00052435923755479 [GeV] +Cell[11,27] 0.00058986673641812 [GeV] +Cell[14,35] 0.00034230307395937 [GeV] +Cell[15,20] 0.007957468142737 [GeV] +Cell[10,25] 5.0230553402798e-05 [GeV] +Cell[10,26] 0.0014221429329652 [GeV] +Cell[7,39] 0.00010334466445238 [GeV] +Cell[13,39] 1.8227126588499e-07 [GeV] +Cell[10,44] 0.00055142337598215 [GeV] +Cell[16,22] 0.0013166753522659 [GeV] +Cell[14,21] 0.00051191807848301 [GeV] +Cell[15,19] 0.0017521504232985 [GeV] +Cell[15,29] 0.00057020533461089 [GeV] +Cell[15,44] 7.5746158472612e-08 [GeV] +Cell[16,43] 7.9169673297201e-06 [GeV] +Cell[10,43] 0.00043985674984754 [GeV] +Cell[14,39] 4.3832761321028e-08 [GeV] +Cell[16,11] 1.7948896856979e-07 [GeV] +Cell[15,21] 0.0064609150588552 [GeV] +Cell[17,24] 2.5157582925999e-05 [GeV] +Cell[15,25] 0.00042644180205104 [GeV] +Cell[13,9] 0.00018694322661634 [GeV] +Cell[19,6] 0.00096879083766635 [GeV] +Cell[15,23] 0.0044490539392842 [GeV] +Cell[14,22] 0.047464777538492 [GeV] +Cell[16,44] 0.0011854669135333 [GeV] +Cell[16,23] 0.0012467937195117 [GeV] +Cell[18,8] 0.00022760022010231 [GeV] +Cell[17,47] 0.00039502233256849 [GeV] +Cell[15,24] 0.00053278790480078 [GeV] +Cell[19,8] 0.00092230735425313 [GeV] +Cell[17,23] 5.7731510940698e-05 [GeV] +Cell[15,28] 1.6462745930767e-05 [GeV] +Cell[7,38] 2.8427007756704e-05 [GeV] +Cell[17,46] 8.6158254998736e-07 [GeV] +Cell[18,45] 8.0059573519975e-08 [GeV] +Cell[13,8] 0.00097956458658894 [GeV] +### Total energy deposition in calorimeter by a source track in 48 cells : 0.35896724823119 (GeV) + +Source track ID 3081 (gamma,1.004682788758[GeV]) at (-131.64954807003,-482.35712547132,294.93687368173) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[8,12] 0.00050585586420859 [GeV] +Cell[11,32] 0.0010886185973218 [GeV] +Cell[10,34] 0.0019570737305414 [GeV] +Cell[12,33] 0.011010956936745 [GeV] +Cell[11,33] 0.71568537900595 [GeV] +Cell[11,34] 0.27252489967627 [GeV] +Cell[11,35] 0.00063498214125421 [GeV] +Cell[12,34] 0.0011302867883515 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 1.0045380527406 (GeV) + +Source track ID 3082 (gamma,1.1635719616336[GeV]) at (-189.42310768404,-462.72981995471,253.06734662729) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[11,32] 0.2711271277138 [GeV] +Cell[11,31] 0.0058226266210601 [GeV] +Cell[12,32] 0.00060100673742723 [GeV] +Cell[12,33] 0.0013223513787725 [GeV] +Cell[11,33] 0.87795488270014 [GeV] +Cell[11,34] 0.001068941292693 [GeV] +Cell[5,3] 0.0011111566374847 [GeV] +Cell[12,34] 0.00028359715501026 [GeV] +Cell[13,9] 0.0042802713972652 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 1.1635719616337 (GeV) + +Source track ID 2478 (e-,0.0022396840480611[GeV]) at (279.19165830343,414.79153551366,1430.1060278549) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[17,7] 0.00051030787642977 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051030787642977 (GeV) + +Source track ID 2153 (gamma,0.17435926984906[GeV]) at (-435.61886298315,245.43065459162,445.7269859813) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,37] 0.0062416901414616 [GeV] -Cell[10,36] 0.082055637729103 [GeV] +Cell[12,20] 0.12016509997225 [GeV] +Cell[12,19] 0.049023066360686 [GeV] +Cell[12,18] 6.4525146688839e-05 [GeV] +Cell[11,29] 0.00028594087276879 [GeV] +Cell[18,7] 0.0048206374966628 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.17435926984906 (GeV) + +Source track ID 2039 (neutron,0.95634740913064[GeV]) at (-499.96812351246,-5.6458366457849,474.52828769495) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[12,23] 0.00074721723480206 [GeV] +Cell[12,22] 3.4748782843508e-07 [GeV] +Cell[12,24] 0.0073541113852498 [GeV] +Cell[12,25] 0.0019326985217809 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.010034374629661 (GeV) + +Source track ID 2042 (neutron,0.9465313494698[GeV]) at (-159.75291065866,473.79215647379,-150.69703802952) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[16,8] 0.00045639303656318 [GeV] +Cell[9,15] 0.0011715199971221 [GeV] +Cell[9,14] 0.0037305128426969 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.0053584258763822 (GeV) + +Source track ID 2044 (gamma,0.00020610047383331[GeV]) at (-386.20918223235,317.55703040465,707.51466592251) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[13,18] 0.00020610047383331 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00020610047383331 (GeV) + +Source track ID 2033 (gamma,0.67224858404432[GeV]) at (444.05232288983,-229.82065733121,-518.95902278239) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[8,28] 0.0006265419432763 [GeV] +Cell[7,6] 0.0014619200610303 [GeV] +Cell[6,9] 0.00051099891 [GeV] +Cell[8,32] 0.00024826921116752 [GeV] +Cell[7,44] 0.63067239399117 [GeV] +Cell[7,45] 0.0019854518276041 [GeV] +Cell[7,43] 0.026374294246427 [GeV] +Cell[7,31] 0.0024586930196669 [GeV] +Cell[6,44] 0.0034174277631972 [GeV] +Cell[9,21] 0.00038882738396827 [GeV] +Cell[6,42] 0.0019892888563514 [GeV] +Cell[8,41] 0.00067086985519925 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.67080497706906 (GeV) + +Source track ID 2034 (gamma,0.13757172036947[GeV]) at (417.90941828687,-274.50267413476,-190.74596903784) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[9,43] 0.00066811607493985 [GeV] +Cell[8,42] 0.0080341907586669 [GeV] +Cell[8,43] 0.12886941353586 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.13757172036947 (GeV) + +Source track ID 2024 (gamma,8.546130621105e-05[GeV]) at (484.27697476976,124.40181553275,514.49192511789) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[12,1] 8.546130621105e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 8.546130621105e-05 (GeV) + +Source track ID 2017 (kaon-,1.1683961963051[GeV]) at (474.56888814259,-157.43052565214,-19.684573064581) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[9,43] 0.011552170681543 [GeV] +Cell[12,44] 6.5730743960103e-05 [GeV] +Cell[8,13] 1.4311150038111e-06 [GeV] +Cell[11,36] 0.0033892498361262 [GeV] +Cell[5,19] 1.6583048591201e-08 [GeV] +Cell[9,42] 1.183267051556e-05 [GeV] +Cell[6,9] 0.0059843906523387 [GeV] +Cell[7,42] 0.0012927668733754 [GeV] +Cell[8,4] 0.0021781262731226 [GeV] +Cell[9,46] 0.00097318640773767 [GeV] +Cell[11,32] 2.8496918093879e-06 [GeV] +Cell[6,17] 0.0066246741873779 [GeV] +Cell[9,23] 0.0012149782684157 [GeV] +Cell[9,22] 5.56822039689e-05 [GeV] +Cell[11,37] 1.7333925061394e-06 [GeV] +Cell[11,42] 1.0069869290419e-08 [GeV] +Cell[9,16] 0.00050135501246382 [GeV] +Cell[10,45] 0.0085507041550012 [GeV] +Cell[12,37] 1.8385471776128e-09 [GeV] +Cell[9,0] 0.023020529088057 [GeV] +Cell[9,47] 0.02492408464571 [GeV] +Cell[11,31] 4.4359651685227e-05 [GeV] +Cell[13,31] 1.0339810978621e-07 [GeV] +Cell[11,43] 6.8233416172689e-05 [GeV] +Cell[12,22] 1.2050404620823e-05 [GeV] +Cell[12,21] 3.7782796076499e-05 [GeV] +Cell[13,21] 7.2929056186695e-06 [GeV] +Cell[6,19] 1.2889358913526e-08 [GeV] +Cell[5,18] 8.5457391551358e-05 [GeV] +Cell[9,44] 0.16594997667952 [GeV] +Cell[12,20] 0.0026110597813378 [GeV] +Cell[8,46] 1.56333144987e-05 [GeV] +Cell[9,24] 1.2968527918133e-05 [GeV] +Cell[7,43] 1.3022089871811e-05 [GeV] +Cell[12,11] 1.2697944010142e-05 [GeV] +Cell[12,10] 1.4079130225582e-05 [GeV] +Cell[4,4] 7.2215986652054e-05 [GeV] +Cell[3,4] 2.3888080992265e-06 [GeV] +Cell[11,4] 0.0079537998182081 [GeV] +Cell[11,3] 0.0015144107377864 [GeV] +Cell[14,0] 0.0014159177287389 [GeV] +Cell[11,46] 1.1152633305755e-10 [GeV] +Cell[13,3] 2.94588090037e-06 [GeV] +Cell[11,44] 0.0033200724841569 [GeV] +Cell[11,1] 0.0084514503683078 [GeV] +Cell[12,12] 1.7096172086895e-09 [GeV] +Cell[11,35] 0.00055645588717596 [GeV] +Cell[12,36] 7.9045982727735e-05 [GeV] +Cell[8,45] 0.015951519710151 [GeV] +Cell[9,4] 0.00051099891 [GeV] +Cell[14,3] 7.6733497553505e-06 [GeV] +Cell[10,38] 1.1951342750081e-05 [GeV] +Cell[10,37] 0.0025909616228585 [GeV] +Cell[11,0] 0.00078714265264236 [GeV] +Cell[10,44] 0.015047497213093 [GeV] +Cell[8,44] 0.00056310153168045 [GeV] +Cell[9,45] 0.29472195732093 [GeV] +Cell[1,24] 0.00096111101991478 [GeV] +Cell[1,21] 0.0011191914252791 [GeV] +Cell[2,16] 2.7624487411231e-06 [GeV] +Cell[5,17] 0.0033687879335949 [GeV] +Cell[1,23] 0.00070627548261314 [GeV] +Cell[12,45] 0.0058002193495881 [GeV] +Cell[10,0] 0.0081505850016619 [GeV] +Cell[10,47] 0.00083373172840809 [GeV] +Cell[2,43] 2.6270684611518e-06 [GeV] +Cell[12,4] 3.7133629709956e-05 [GeV] +Cell[12,46] 0.016697157591324 [GeV] +Cell[13,4] 2.8468652744778e-06 [GeV] +Cell[8,42] 0.00071177690488505 [GeV] +Cell[8,43] 0.0038765177996002 [GeV] +Cell[12,0] 2.4587588268332e-06 [GeV] +Cell[12,47] 0.00087658748085869 [GeV] +Cell[13,47] 0.00047499818568133 [GeV] +Cell[12,3] 7.2866575169428e-07 [GeV] +Cell[11,6] 0.00053405094454797 [GeV] +Cell[11,5] 0.00099236200682594 [GeV] +Cell[13,0] 1.3101092734587e-05 [GeV] +Cell[13,46] 0.00018075679387312 [GeV] +Cell[13,45] 0.0012244961452766 [GeV] +Cell[10,43] 1.7737142352416e-06 [GeV] +Cell[12,7] 6.586528616026e-08 [GeV] +Cell[10,46] 0.00020279464058073 [GeV] +Cell[17,34] 6.9923269211358e-07 [GeV] +Cell[17,33] 0.00014867018994732 [GeV] +Cell[13,9] 7.9016977688298e-06 [GeV] +Cell[12,9] 9.0343020008731e-05 [GeV] +Cell[12,8] 4.2170860397164e-06 [GeV] +Cell[6,16] 8.9655744867855e-05 [GeV] +Cell[6,18] 0.005234118631127 [GeV] +Cell[7,14] 1.2305772979744e-05 [GeV] +Cell[7,16] 1.5895887336228e-06 [GeV] +Cell[9,17] 0.0016689453709043 [GeV] +Cell[7,17] 5.2493669209071e-06 [GeV] +Cell[14,5] 0.00023346874931391 [GeV] +Cell[9,18] 0.00075400704658205 [GeV] +Cell[13,11] 6.0187885537744e-09 [GeV] +Cell[10,6] 6.1121788803575e-09 [GeV] +### Total energy deposition in calorimeter by a source track in 98 cells : 0.66781782604122 (GeV) + +Source track ID 2014 (gamma,0.015859560263227[GeV]) at (453.63014255112,-210.28479205365,-430.35154709468) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[7,44] 0.01394307077097 [GeV] +Cell[7,38] 0.001916489492257 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.015859560263227 (GeV) + +Source track ID 2015 (gamma,0.75885122891297[GeV]) at (497.51078021651,-49.829946501661,326.48050535324) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[11,14] 0.00051099891 [GeV] +Cell[11,46] 0.018857649384328 [GeV] +Cell[11,0] 0.001398884236805 [GeV] +Cell[12,46] 0.0060231559058189 [GeV] +Cell[12,0] 0.0031073255611072 [GeV] +Cell[12,47] 0.021993592203836 [GeV] +Cell[11,45] 0.0010662998513281 [GeV] +Cell[11,47] 0.70538232394975 [GeV] +Cell[13,9] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.75885122891297 (GeV) + +Source track ID 1950 (pi+,0.18216414578078[GeV]) at (710.91736706365,-652.79368064165,2000) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[19,42] 0.081348437001283 [GeV] +Cell[19,41] 0.0012772575326549 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.082625694533938 (GeV) + +Source track ID 1844 (mu-,0.20228608618622[GeV]) at (-499.61535562249,19.608580423191,1727.0095637319) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[18,4] 2.2595083448323e-05 [GeV] +Cell[19,0] 0.0021636288770866 [GeV] +Cell[18,23] 0.10578125716502 [GeV] +Cell[18,24] 0.00081026161577548 [GeV] +Cell[19,22] 0.0026247023709269 [GeV] +Cell[19,23] 4.7769753924513e-05 [GeV] +Cell[19,24] 6.4865472959355e-06 [GeV] +Cell[18,22] 7.1552304348188e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.11145677296578 (GeV) + +Source track ID 1827 (gamma,0.12620965025075[GeV]) at (-487.28250271018,-112.05249909084,703.88980968784) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[13,26] 0.0020820157835566 [GeV] +Cell[13,25] 0.12009755478183 [GeV] +Cell[14,38] 0.00068848239044302 [GeV] +Cell[14,25] 0.0033415972949212 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.12620965025075 (GeV) + +Source track ID 1828 (gamma,0.088297327870564[GeV]) at (61.272155527412,-496.23152152702,76.52534026586) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[10,37] 0.028379280570783 [GeV] +Cell[10,36] 0.059918047299782 [GeV] ### Total energy deposition in calorimeter by a source track in 2 cells : 0.088297327870564 (GeV) -Source track ID 4416 (pi+,0.88674675851202[GeV]) at (5.2246366677517,499.97270242653,750.53144168328) +Source track ID 1663 (pi+,0.88669306217818[GeV]) at (5.9419492912797,499.96469199196,751.26443348728) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,32] 1.5703439430808e-05 [GeV] -Cell[10,31] 1.7953969446808e-05 [GeV] -Cell[10,32] 2.3146195610479e-07 [GeV] -Cell[10,26] 0.0011624044429991 [GeV] -Cell[10,27] 6.167422488943e-07 [GeV] -Cell[15,37] 0.00039289887806626 [GeV] -Cell[13,8] 0.00020530558975759 [GeV] -Cell[13,7] 0.00034493378593936 [GeV] -Cell[14,12] 0.011018938130078 [GeV] -Cell[14,11] 0.23616135135149 [GeV] -Cell[15,13] 0.00022184540110163 [GeV] -Cell[14,13] 0.0010112774763952 [GeV] -Cell[14,9] 0.00069573929184626 [GeV] -Cell[15,8] 0.0013171753781115 [GeV] -Cell[15,7] 0.0005626695097576 [GeV] -Cell[14,10] 0.04609774925757 [GeV] -Cell[15,11] 0.025989477756294 [GeV] -Cell[15,12] 0.0029738277196865 [GeV] -Cell[15,10] 0.023025297240267 [GeV] -Cell[18,24] 5.1500214613043e-07 [GeV] -Cell[16,28] 6.4115738496184e-11 [GeV] -Cell[12,13] 9.3018901057803e-05 [GeV] -Cell[13,11] 0.069912234570373 [GeV] -Cell[16,9] 0.00042793530945664 [GeV] -Cell[12,12] 0.00099991233135052 [GeV] -Cell[19,27] 3.5424684892064e-05 [GeV] -Cell[17,27] 2.1204726792462e-05 [GeV] -Cell[17,28] 0.0008946238963 [GeV] -Cell[13,9] 4.1257906616465e-06 [GeV] -Cell[15,9] 0.0017812548205738 [GeV] -Cell[18,28] 7.7753594489423e-06 [GeV] -Cell[13,10] 0.014758446830162 [GeV] -Cell[16,10] 0.00050604016407488 [GeV] -Cell[18,27] 2.5075802695937e-06 [GeV] -Cell[15,15] 0.0022230788073136 [GeV] -Cell[17,26] 0.0012803654440759 [GeV] -Cell[12,11] 0.065855309965778 [GeV] -Cell[14,8] 0.0061157098414342 [GeV] -Cell[19,28] 8.8419584790245e-07 [GeV] -Cell[16,27] 0.0038542089562883 [GeV] -Cell[18,26] 6.745524328835e-05 [GeV] -Cell[18,29] 4.0603224533697e-09 [GeV] -Cell[14,7] 3.0873634386808e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 43 cells : 0.5200574642421 (GeV) +Cell[14,18] 0.002022207059429 [GeV] +Cell[18,19] 1.4336241858587e-05 [GeV] +Cell[14,8] 0.00044822992936531 [GeV] +Cell[14,10] 0.2379937680266 [GeV] +Cell[14,7] 1.8393456002741e-09 [GeV] +Cell[15,1] 3.8502237293869e-07 [GeV] +Cell[15,19] 0.0068658607601743 [GeV] +Cell[16,17] 0.017734112783855 [GeV] +Cell[15,14] 3.3123272587545e-06 [GeV] +Cell[14,14] 2.1327331683096e-07 [GeV] +Cell[17,19] 0.001279593990425 [GeV] +Cell[17,20] 0.00026057622671692 [GeV] +Cell[16,20] 6.5892188524685e-07 [GeV] +Cell[15,12] 0.0029701203442588 [GeV] +Cell[15,9] 1.2115844892833e-06 [GeV] +Cell[14,9] 0.0016509813666751 [GeV] +Cell[15,10] 0.0012681143941895 [GeV] +Cell[15,11] 0.0026660393675074 [GeV] +Cell[17,17] 0.0017639697851548 [GeV] +Cell[13,9] 8.6498503804933e-06 [GeV] +Cell[13,10] 0.00017219401732973 [GeV] +Cell[18,18] 0.010112344207535 [GeV] +Cell[18,17] 2.1946561901132e-10 [GeV] +Cell[16,19] 0.004627390249655 [GeV] +Cell[15,18] 0.011109651023168 [GeV] +Cell[15,15] 6.1263776326086e-05 [GeV] +Cell[15,16] 2.6810911367647e-07 [GeV] +Cell[14,13] 0.0011389075565509 [GeV] +Cell[14,12] 0.0055497555509402 [GeV] +Cell[14,11] 0.22891750172693 [GeV] +Cell[17,18] 2.2009704325683e-05 [GeV] +Cell[16,18] 0.0036259060334764 [GeV] +Cell[13,8] 2.4390174075961e-09 [GeV] +Cell[13,11] 0.071060670264128 [GeV] +Cell[18,20] 3.8205406395946e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 35 cells : 0.61335402851386 (GeV) -Source track ID 4501 (pi-,0.65410024628502[GeV]) at (-89.729211286414,-491.88277937118,1129.146523066) +Source track ID 1725 (pi-,0.6542516062822[GeV]) at (-90.600886283479,-491.72297018204,1127.6285236762) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,9] 2.9253834509291e-05 [GeV] -Cell[7,8] 0.0041043627561526 [GeV] -Cell[16,34] 0.033365303456945 [GeV] -Cell[12,19] 1.2376151508988e-06 [GeV] -Cell[11,27] 9.0023359736051e-06 [GeV] -Cell[7,30] 8.4100846629553e-06 [GeV] -Cell[15,32] 5.777140692885e-05 [GeV] -Cell[12,26] 0.00039021574486378 [GeV] -Cell[12,27] 0.00027734995512151 [GeV] -Cell[11,23] 0.0048430169735851 [GeV] -Cell[12,23] 4.7168269417625e-05 [GeV] -Cell[11,24] 0.00022316822744983 [GeV] -Cell[12,24] 0.0098775353592446 [GeV] -Cell[13,23] 0.0020860665141608 [GeV] -Cell[7,31] 0.00045289918613901 [GeV] -Cell[9,45] 6.8643159465864e-08 [GeV] -Cell[7,27] 4.8682533670217e-06 [GeV] -Cell[12,2] 3.5879341885448e-07 [GeV] -Cell[11,26] 5.6846511200206e-05 [GeV] -Cell[11,25] 4.3319076098669e-07 [GeV] -Cell[0,3] 1.0539553477429e-07 [GeV] -Cell[0,36] 8.732615045119e-06 [GeV] -Cell[17,39] 0.0041095997592391 [GeV] -Cell[17,38] 0.028290011570699 [GeV] -Cell[17,40] 0.0029263199021102 [GeV] -Cell[17,41] 1.746229827404e-12 [GeV] -Cell[16,5] 5.8826428721659e-07 [GeV] -Cell[15,19] 1.1745234951377e-07 [GeV] -Cell[17,35] 0.035272269789885 [GeV] -Cell[17,34] 0.011401855327534 [GeV] -Cell[17,36] 3.4192337491959e-05 [GeV] -Cell[18,37] 9.4529241323471e-11 [GeV] -Cell[14,41] 5.6518922792748e-07 [GeV] -Cell[17,33] 0.001582787248451 [GeV] -Cell[16,36] 1.4571679217852e-06 [GeV] -Cell[15,34] 0.10255916278486 [GeV] -Cell[16,35] 0.11816430016965 [GeV] -Cell[16,33] 2.434498060029e-05 [GeV] -Cell[17,37] 0.0061585483102215 [GeV] -Cell[18,38] 0.010004766445222 [GeV] -Cell[14,3] 5.6523930106778e-06 [GeV] -Cell[16,11] 7.1254937211052e-08 [GeV] -Cell[17,12] 0.00042906637001863 [GeV] -Cell[12,25] 2.4223425043601e-10 [GeV] -Cell[15,5] 2.6431918377057e-07 [GeV] -Cell[13,22] 0.0026706872722027 [GeV] -Cell[6,21] 9.9314053965145e-06 [GeV] -Cell[19,38] 3.5614499438452e-09 [GeV] -Cell[14,23] 5.3826762723475e-08 [GeV] -Cell[12,11] 3.1353824306279e-07 [GeV] -Cell[7,28] 9.6771296521183e-06 [GeV] -Cell[10,45] 6.010034121573e-08 [GeV] -Cell[18,1] 1.7245911742521e-06 [GeV] -Cell[17,11] 3.7799713936693e-10 [GeV] -Cell[0,35] 2.9576937095044e-09 [GeV] -Cell[18,39] 0.0064552047842783 [GeV] -### Total energy deposition in calorimeter by a source track in 56 cells : 0.3859577760434 (GeV) +Cell[15,32] 4.1706524314691e-05 [GeV] +Cell[15,35] 0.0088799060172672 [GeV] +Cell[15,36] 0.0010753193907419 [GeV] +Cell[14,36] 4.6224019342844e-07 [GeV] +Cell[15,37] 0.001195109200809 [GeV] +Cell[15,33] 0.0015203064235529 [GeV] +Cell[14,37] 0.00044180920558267 [GeV] +Cell[15,34] 0.19192686134071 [GeV] +Cell[16,34] 0.0019590022901054 [GeV] +Cell[16,35] 6.5180719439354e-05 [GeV] +Cell[19,8] 1.5088779686039e-06 [GeV] +Cell[19,7] 5.766696202852e-05 [GeV] +Cell[18,20] 0.0012789144938333 [GeV] +Cell[14,34] 3.4476427258596e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.20844720132927 (GeV) -Source track ID 4407 (gamma,0.23818895051853[GeV]) at (-24.111052240173,-499.41831880686,-17.911064377671) +Source track ID 1654 (gamma,0.23818895051853[GeV]) at (-24.111052240173,-499.41831880686,-17.911064377671) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,35] 0.0036449490961325 [GeV] -Cell[9,33] 0.0003883581596566 [GeV] -Cell[10,37] 0.0017390029302454 [GeV] -Cell[9,32] 0.0020139153145766 [GeV] -Cell[9,34] 0.0029776035850629 [GeV] -Cell[9,35] 0.21753720349334 [GeV] -Cell[9,36] 0.008945954605186 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.2372469871842 (GeV) +Cell[9,35] 0.21355715937658 [GeV] +Cell[10,34] 0.00047641732799506 [GeV] +Cell[10,35] 0.016276957406431 [GeV] +Cell[10,36] 0.0073954954786666 [GeV] +Cell[9,36] 0.00048292092886212 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.23818895051853 (GeV) -Source track ID 4408 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) +Source track ID 1655 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,7] 0.038230025454889 [GeV] -Cell[11,7] 0.0005485031487006 [GeV] -Cell[11,26] 0.0023542984007848 [GeV] -Cell[11,8] 0.00031448466338036 [GeV] -Cell[10,8] 0.29095084299773 [GeV] -Cell[15,18] 0.0001959757457028 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.33259413041119 (GeV) +Cell[10,9] 0.0013365706644367 [GeV] +Cell[10,8] 0.27976109581007 [GeV] +Cell[11,7] 0.00020180103574156 [GeV] +Cell[10,7] 0.052835857133757 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.334135324644 (GeV) -Source track ID 4361 (e-,0.00075048885453754[GeV]) at (-72.940576109744,-494.65106121061,-1251.9654154202) +Source track ID 1561 (pi-,1.7949501242219[GeV]) at (443.19761299068,-231.46463194052,-1862.3129447221) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,34] 8.4587820149611e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 8.4587820149611e-05 (GeV) +Cell[0,42] 0.00012982385638693 [GeV] +Cell[0,44] 0.23768656484944 [GeV] +Cell[0,27] 0.0076500743656735 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.2454664630715 (GeV) -Source track ID 4357 (mu-,1.0965586873674[GeV]) at (470.98397067079,-167.85142052176,-1928.6054735898) +Source track ID 1261 (gamma,0.16498092085606[GeV]) at (-167.27759318887,471.18808008792,-1116.9842371315) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,45] 0.10071754452475 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.10071754452475 (GeV) +Cell[3,14] 0.0074720712739151 [GeV] +Cell[5,34] 3.0798205973011e-06 [GeV] +Cell[6,34] 0.00030560085604739 [GeV] +Cell[6,17] 0.00018703260117533 [GeV] +Cell[8,29] 0.00069442369073688 [GeV] +Cell[4,18] 0.00036184516980326 [GeV] +Cell[4,17] 0.00093425375624313 [GeV] +Cell[4,15] 4.8241683696599e-05 [GeV] +Cell[4,14] 0.15387391380438 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.1638804626566 (GeV) -Source track ID 3945 (gamma,0.16498092085606[GeV]) at (-167.27759168817,471.18808062069,-1116.9841796469) +Source track ID 1152 (gamma,0.025785962614609[GeV]) at (-499.85155995778,12.182692960581,-421.85997204917) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,14] 0.15709952891878 [GeV] -Cell[5,45] 0.00034251974484192 [GeV] -Cell[0,4] 0.00031901731892681 [GeV] -Cell[0,3] 0.0010669620043419 [GeV] -Cell[1,36] 0.00051099891 [GeV] -Cell[4,13] 0.00030559258769398 [GeV] -Cell[2,38] 0.0002957722298781 [GeV] -Cell[4,9] 0.00051099891 [GeV] -Cell[3,14] 0.0045295302315986 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.16498092085606 (GeV) +Cell[6,8] 0.00051099891 [GeV] +Cell[7,23] 0.022118329757056 [GeV] +Cell[7,24] 0.0031566339475532 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.025785962614609 (GeV) -Source track ID 3811 (gamma,2.960779781817e-05[GeV]) at (-499.97056980999,5.4248800793151,-432.52372070565) +Source track ID 1153 (gamma,0.77353931528222[GeV]) at (193.22390119584,-461.15563967782,-1884.3170216152) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,23] 2.960779781817e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 2.960779781817e-05 (GeV) +Cell[2,1] 0.00033974557775528 [GeV] +Cell[1,24] 0.00024227341153357 [GeV] +Cell[3,19] 0.00028880055045324 [GeV] +Cell[3,22] 0.00073133567017354 [GeV] +Cell[2,22] 0.0011748736255135 [GeV] +Cell[0,3] 0.00047974286200746 [GeV] +Cell[4,8] 0.00064025561550397 [GeV] +Cell[1,3] 0.00080334772547521 [GeV] +Cell[0,41] 0.00082469967115143 [GeV] +Cell[0,38] 0.18515568206823 [GeV] +Cell[0,37] 0.0040624427655073 [GeV] +Cell[0,39] 0.53056518215384 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.72530838169714 (GeV) -Source track ID 3794 (gamma,0.0014852941419698[GeV]) at (82.294656966306,493.1810919275,-797.13442907414) +Source track ID 1112 (pi+,0.23580758949533[GeV]) at (37.440907369077,498.5962078229,-1659.2264730186) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,10] 0.0014852941419698 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0014852941419698 (GeV) +Cell[1,12] 0.0030812098245176 [GeV] +Cell[1,11] 0.12541714430552 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.12849835413004 (GeV) -Source track ID 3793 (e+,0.0011634485276115[GeV]) at (-499.99997412365,0.16086125941048,-322.64912487416) +Source track ID 1109 (gamma,0.59980090891317[GeV]) at (255.70125528735,-429.67065066685,-1133.3038308554) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,24] 0.00051099891 [GeV] -Cell[8,23] 0.0011634485276115 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0016744474376115 (GeV) +Cell[5,35] 0.00014437109865053 [GeV] +Cell[3,39] 0.027819968628101 [GeV] +Cell[5,7] 1.8142544904549e-05 [GeV] +Cell[10,24] 0.00028777926283479 [GeV] +Cell[3,4] 0.0015643983987563 [GeV] +Cell[0,4] 0.0012132184543015 [GeV] +Cell[9,4] 0.00037782047749704 [GeV] +Cell[4,32] 0.00050672700708863 [GeV] +Cell[4,1] 0.00051099891 [GeV] +Cell[3,1] 0.0030573464341032 [GeV] +Cell[4,15] 0.00051099891 [GeV] +Cell[4,39] 0.081602694558982 [GeV] +Cell[4,40] 0.45200933557785 [GeV] +Cell[3,40] 0.0052106126548083 [GeV] +Cell[4,6] 0.00038496331199053 [GeV] +Cell[4,7] 5.2731396863237e-08 [GeV] +Cell[5,6] 0.00011752871007411 [GeV] +Cell[1,27] 0.0029813050928095 [GeV] +Cell[3,38] 0.0026191111578332 [GeV] +Cell[5,27] 0.00051099891 [GeV] +Cell[5,20] 0.00047974093797037 [GeV] +Cell[2,3] 0.00031702630814126 [GeV] +Cell[6,18] 0.0018706993269033 [GeV] +Cell[1,3] 0.00060011173059616 [GeV] +Cell[3,37] 0.00053605782862285 [GeV] +Cell[2,4] 0.00010151936226582 [GeV] +Cell[3,30] 0.00055265091410716 [GeV] +Cell[0,9] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 28 cells : 0.58641717815058 (GeV) -Source track ID 3791 (gamma,0.77353931528222[GeV]) at (193.22390200904,-461.15563933709,-1884.3170193117) +Source track ID 1110 (gamma,0.053266099197347[GeV]) at (183.9944867235,464.91507703596,-1027.4558102587) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,39] 0.51336787975934 [GeV] -Cell[0,1] 0.00048901429171335 [GeV] -Cell[0,36] 0.00024377039757833 [GeV] -Cell[0,38] 0.21030264440124 [GeV] -Cell[1,34] 0.0011624989055931 [GeV] -Cell[0,37] 0.00033916300073662 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.7259049707562 (GeV) +Cell[6,38] 0.0015351996606952 [GeV] +Cell[4,9] 0.050393037710537 [GeV] +Cell[4,8] 0.0013378618261146 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.053266099197347 (GeV) -Source track ID 3760 (mu+,0.18935659826955[GeV]) at (256.969752269,428.91321548631,-1632.563344932) +Source track ID 1097 (gamma,0.39597382458922[GeV]) at (-372.59429594556,-333.42688948079,-1802.3852317472) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[1,7] 0.098003619959546 [GeV] -Cell[1,8] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.098514618869546 (GeV) +Cell[1,29] 0.00064912748704227 [GeV] +Cell[0,44] 0.00036297268873016 [GeV] +Cell[2,0] 0.00038987684465944 [GeV] +Cell[1,28] 0.000706833701827 [GeV] +Cell[1,43] 0.00063236653319694 [GeV] +Cell[1,27] 0.00039101293787675 [GeV] +Cell[3,8] 0.00046992498389086 [GeV] +Cell[0,38] 0.00038597105134538 [GeV] +Cell[0,28] 0.0086605361431916 [GeV] +Cell[0,29] 0.38100228044172 [GeV] +Cell[0,26] 0.0012964389009308 [GeV] +Cell[0,40] 0.00041662105266275 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.39536396276708 (GeV) -Source track ID 3749 (gamma,0.59980090891317[GeV]) at (255.70125675647,-429.67064979256,-1133.3038382821) +Source track ID 1100 (gamma,0.00048695814820306[GeV]) at (441.67545170328,234.35612934743,-123.56504882642) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,24] 0.0012009628448599 [GeV] -Cell[4,39] 0.041449951178207 [GeV] -Cell[3,42] 0.00094575830073205 [GeV] -Cell[2,40] 0.004989028102955 [GeV] -Cell[5,6] 0.00065279300911075 [GeV] -Cell[4,40] 0.47630143432991 [GeV] -Cell[3,39] 0.03156762831239 [GeV] -Cell[3,40] 0.034495279326443 [GeV] -Cell[3,41] 0.00098340801528093 [GeV] -Cell[1,16] 0.00059073033391032 [GeV] -Cell[7,16] 0.0036293833405442 [GeV] -Cell[5,21] 0.0003879280634311 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.59719428515778 (GeV) +Cell[9,3] 0.00048695814820306 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00048695814820306 (GeV) -Source track ID 3750 (gamma,0.053266099197347[GeV]) at (183.99450323562,464.91507050114,-1027.455889251) +Source track ID 1098 (gamma,0.0045425010313467[GeV]) at (491.82801558548,90.028901388648,-109.53484316995) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,8] 0.00051099891 [GeV] -Cell[4,9] 0.052755100287347 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.053266099197347 (GeV) +Cell[9,1] 0.0045425010313467 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0045425010313467 (GeV) -Source track ID 3747 (gamma,0.39597382458922[GeV]) at (-372.59430029712,-333.42688461805,-1802.3851766211) +Source track ID 1096 (gamma,0.19239638056034[GeV]) at (-414.65188440568,279.39902426247,-1130.2072118745) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,28] 0.0028960200607879 [GeV] -Cell[0,29] 0.39296109858021 [GeV] -Cell[0,27] 0.00011670594821551 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.39597382458921 (GeV) +Cell[5,38] 0.00051099891 [GeV] +Cell[5,45] 0.00085255944234281 [GeV] +Cell[4,19] 0.17367570255726 [GeV] +Cell[3,18] 0.0034374680712981 [GeV] +Cell[3,19] 0.0062017765449592 [GeV] +Cell[4,20] 0.00073993766127169 [GeV] +Cell[5,9] 0.0017415058116656 [GeV] +Cell[5,10] 0.00044070379740663 [GeV] +Cell[4,45] 0.00033283720636842 [GeV] +Cell[2,28] 0.0022705215522105 [GeV] +Cell[0,1] 0.00065400565034046 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.19085801720512 (GeV) -Source track ID 3748 (gamma,0.02130681471934[GeV]) at (476.42903510512,151.70818866761,-84.417528326255) +Source track ID 1030 (gamma,0.25162621009879[GeV]) at (499.02634678508,-31.188222365697,957.00757664257) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,7] 0.001270362012181 [GeV] -Cell[7,6] 0.0023411939529045 [GeV] -Cell[9,2] 0.0176911732169 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.021302729181985 (GeV) +Cell[13,28] 0.0023827410165872 [GeV] +Cell[14,46] 0.0003364843820575 [GeV] +Cell[14,47] 0.22678967899675 [GeV] +Cell[16,20] 0.00032272324747884 [GeV] +Cell[15,47] 0.011627543198351 [GeV] +Cell[17,7] 0.00051099891 [GeV] +Cell[16,10] 0.00075085033954446 [GeV] +Cell[17,24] 0.00059478509287373 [GeV] +Cell[14,25] 0.0047268879369937 [GeV] +Cell[12,16] 0.0014393596955588 [GeV] +Cell[11,20] 0.0012251502571089 [GeV] +Cell[13,8] 0.00091900702548839 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.25162621009879 (GeV) -Source track ID 3746 (gamma,0.19239638056034[GeV]) at (-414.65188579289,279.39902220373,-1130.2072220921) +Source track ID 817 (gamma,0.23940053141976[GeV]) at (-378.30991062918,-326.92753252019,1067.9855695316) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,46] 0.00085225914101301 [GeV] -Cell[4,19] 0.16617387579407 [GeV] -Cell[3,18] 0.0048638636971588 [GeV] -Cell[4,18] 0.0036124489501961 [GeV] -Cell[4,20] 0.0010139924737478 [GeV] -Cell[0,40] 0.00074165401132182 [GeV] -Cell[11,46] 0.0020173525947065 [GeV] -Cell[3,19] 0.0085770379068973 [GeV] -Cell[8,1] 0.00077420662587468 [GeV] -Cell[0,32] 0.0015540905567039 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.19018078175169 (GeV) +Cell[16,32] 0.00015530344287264 [GeV] +Cell[15,30] 0.0048935105225142 [GeV] +Cell[10,13] 0.0010280116372815 [GeV] +Cell[13,6] 0.0024318692173906 [GeV] +Cell[16,2] 0.00051099891 [GeV] +Cell[13,46] 0.00026963703765489 [GeV] +Cell[15,29] 0.21091552308559 [GeV] +Cell[16,29] 0.001342080703514 [GeV] +Cell[15,38] 0.0091078563101739 [GeV] +Cell[16,35] 0.00018014712692454 [GeV] +Cell[15,39] 0.00050431607783764 [GeV] +Cell[16,14] 0.0021605227246877 [GeV] +Cell[14,17] 0.00051099891 [GeV] +Cell[15,28] 0.0008183249173781 [GeV] +Cell[17,46] 0.00038668377432271 [GeV] +Cell[14,6] 0.00064702676603338 [GeV] +Cell[17,5] 0.00072442444946358 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 0.23658723561364 (GeV) -Source track ID 3658 (gamma,0.25162621009879[GeV]) at (499.0263468924,-31.188220648669,957.00754872638) +Source track ID 429 (gamma,0.41164872010706[GeV]) at (-456.42208817587,204.15405316863,168.67819910927) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,29] 0.0014252205881288 [GeV] -Cell[9,19] 0.00051099891 [GeV] -Cell[14,1] 0.00022837244972114 [GeV] -Cell[14,47] 0.18485190292139 [GeV] -Cell[15,46] 0.0040668951352975 [GeV] -Cell[15,0] 0.0024417334862617 [GeV] -Cell[15,47] 0.024506446625664 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.21803157011647 (GeV) +Cell[11,21] 0.0098525528906565 [GeV] +Cell[10,18] 0.0012753766316721 [GeV] +Cell[10,20] 0.2911194213074 [GeV] +Cell[11,20] 0.095309950231058 [GeV] +Cell[10,21] 0.012816942944504 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.41037424400529 (GeV) -Source track ID 3453 (gamma,0.23940053141976[GeV]) at (-378.30990977007,-326.92753351432,1067.9855639751) +Source track ID 433 (gamma,0.001102870081753[GeV]) at (-410.93161428706,284.84242728118,-33.036544152293) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,41] 0.00073711309680224 [GeV] -Cell[13,41] 0.00076076427529691 [GeV] -Cell[15,29] 0.20063091210661 [GeV] -Cell[15,28] 0.031610715449606 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.23373950492831 (GeV) +Cell[9,19] 0.001102870081753 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.001102870081753 (GeV) -Source track ID 3244 (gamma,0.41164872010706[GeV]) at (-456.42208799933,204.15405356331,168.6781985588) +Source track ID 442 (gamma,0.00013028624201859[GeV]) at (-333.96875611241,-372.10868028135,2.0510937845601) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,19] 0.0034754678351827 [GeV] -Cell[11,18] 0.00064665036089305 [GeV] -Cell[11,19] 0.0016027177961704 [GeV] -Cell[11,21] 0.00064369723876271 [GeV] -Cell[11,20] 0.061840940156707 [GeV] -Cell[10,20] 0.34033760693703 [GeV] -Cell[10,21] 0.0023550058249563 [GeV] -Cell[10,14] 0.00074663395735726 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.41164872010706 (GeV) +Cell[10,30] 0.00013028624201859 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00013028624201859 (GeV) -Source track ID 3245 (gamma,0.17556583448629[GeV]) at (-370.26450669727,336.01219483856,-37.728290195942) +Source track ID 491 (gamma,9.4061297150712e-05[GeV]) at (-338.03847905462,-368.41550819481,19.508393372799) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,17] 0.0010207060280951 [GeV] -Cell[9,18] 0.16192293927901 [GeV] -Cell[10,18] 0.011879678105753 [GeV] -Cell[9,20] 0.00030810356013049 [GeV] -Cell[9,19] 0.00017150286850987 [GeV] -Cell[13,24] 0.00019945124132947 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.17550238108283 (GeV) +Cell[10,30] 9.4061297150712e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 9.4061297150712e-05 (GeV) -Source track ID 3243 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) +Source track ID 444 (gamma,0.00077104096523604[GeV]) at (265.43988738492,-423.72357284565,347.10956536448) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,30] 0.0019232476858812 [GeV] -Cell[11,17] 0.00046047967555708 [GeV] -Cell[14,40] 0.032085618075182 [GeV] -Cell[15,41] 0.028109035345709 [GeV] -Cell[14,41] 0.0090515448620936 [GeV] -Cell[14,44] 0.0014270889278888 [GeV] -Cell[15,40] 0.33775615745505 [GeV] -Cell[18,15] 0.00049003305802099 [GeV] -Cell[16,13] 0.0016105790503755 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.41291378413576 (GeV) +Cell[11,40] 0.00077104096523604 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00077104096523604 (GeV) -Source track ID 3147 (mu-,0.20598902354065[GeV]) at (-124.24442739027,-484.31737761768,-1097.7322216894) +Source track ID 485 (gamma,0.0023730100268143[GeV]) at (-274.41303273921,-417.96828523569,-65.099917588446) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,17] 0.00051099891 [GeV] -Cell[0,16] 0.0043038420780311 [GeV] -Cell[4,35] 0.00042846322279898 [GeV] -Cell[4,34] 0.12307651213864 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.12831981634947 (GeV) +Cell[9,32] 0.0023730100268143 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0023730100268143 (GeV) -Source track ID 3138 (pi+,1.0811096855766[GeV]) at (389.76734195623,-313.17953180943,506.02243859934) +Source track ID 482 (gamma,0.00051099891[GeV]) at (261.74213545491,-426.01766926678,-310.11862847565) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,3] 9.4699458068135e-06 [GeV] -Cell[13,42] 0.021349265008048 [GeV] -Cell[9,10] 1.3483992222518e-06 [GeV] -Cell[10,35] 9.5810951606836e-06 [GeV] -Cell[3,21] 0.00055925092983432 [GeV] -Cell[10,7] 0.0014438384950262 [GeV] -Cell[9,5] 0.00031704470493059 [GeV] -Cell[10,24] 0.0011617059244445 [GeV] -Cell[4,0] 1.8285466358066e-05 [GeV] -Cell[10,37] 1.451236489811e-05 [GeV] -Cell[9,6] 0.00021904043634481 [GeV] -Cell[10,31] 0.00057112758904259 [GeV] -Cell[10,32] 1.709256041795e-05 [GeV] -Cell[7,34] 2.3191141963252e-07 [GeV] -Cell[12,3] 6.2665177701774e-05 [GeV] -Cell[9,2] 3.8819856534246e-05 [GeV] -Cell[6,46] 6.6249689552933e-08 [GeV] -Cell[11,32] 0.00031700389315836 [GeV] -Cell[12,32] 0.00034610588158296 [GeV] -Cell[17,32] 0.0015897837826941 [GeV] -Cell[14,31] 5.2925985073671e-08 [GeV] -Cell[12,31] 3.6446845173487e-05 [GeV] -Cell[19,18] 9.5917936858427e-05 [GeV] -Cell[10,1] 2.915821998613e-05 [GeV] -Cell[16,17] 2.5611429009587e-08 [GeV] -Cell[11,16] 0.0012864777952394 [GeV] -Cell[13,26] 3.9667656528763e-06 [GeV] -Cell[14,28] 0.0029442880950128 [GeV] -Cell[13,39] 6.4667838159949e-09 [GeV] -Cell[12,29] 0.0013081979274218 [GeV] -Cell[11,1] 2.5788001948968e-08 [GeV] -Cell[11,30] 0.00095887006822035 [GeV] -Cell[12,30] 1.2666352646193e-05 [GeV] -Cell[12,26] 7.1319612325169e-06 [GeV] -Cell[9,23] 1.886480780513e-07 [GeV] -Cell[11,33] 0.0044342128209512 [GeV] -Cell[11,23] 3.5797298666012e-06 [GeV] -Cell[11,22] 6.7460467107594e-08 [GeV] -Cell[11,24] 0.00074265483016541 [GeV] -Cell[11,2] 0.0012004664123314 [GeV] -Cell[10,19] 6.3888961449265e-08 [GeV] -Cell[11,19] 0.0011111539543138 [GeV] -Cell[11,20] 0.00035591185547727 [GeV] -Cell[13,21] 0.00088002447467159 [GeV] -Cell[14,21] 5.2794348448515e-11 [GeV] -Cell[8,31] 1.4743598876521e-07 [GeV] -Cell[8,32] 7.9515330289723e-06 [GeV] -Cell[9,25] 7.0184232026804e-06 [GeV] -Cell[7,33] 6.0608443470755e-06 [GeV] -Cell[12,6] 2.3948381713126e-05 [GeV] -Cell[12,7] 7.23697245121e-07 [GeV] -Cell[10,44] 1.3382062666096e-06 [GeV] -Cell[11,6] 3.5501896888945e-07 [GeV] -Cell[11,7] 1.5171256278791e-05 [GeV] -Cell[13,47] 7.2026978596114e-06 [GeV] -Cell[10,0] 3.3359961438691e-05 [GeV] -Cell[13,3] 0.00098312564539929 [GeV] -Cell[2,22] 1.0688241687603e-05 [GeV] -Cell[10,25] 0.00027012229133618 [GeV] -Cell[10,26] 3.00540268654e-05 [GeV] -Cell[10,38] 1.5219885215629e-05 [GeV] -Cell[11,37] 0.00095924293013605 [GeV] -Cell[10,27] 3.2613364310237e-05 [GeV] -Cell[10,28] 0.00022447495019105 [GeV] -Cell[12,2] 0.0026387818459426 [GeV] -Cell[10,33] 3.7799259589519e-06 [GeV] -Cell[11,34] 0.0011513306219187 [GeV] -Cell[11,26] 3.242412299187e-08 [GeV] -Cell[11,25] 0.00031750026059649 [GeV] -Cell[10,23] 0.0051738153613756 [GeV] -Cell[9,40] 0.003728997469558 [GeV] -Cell[12,33] 1.0760393706732e-07 [GeV] -Cell[12,34] 3.4533446751084e-09 [GeV] -Cell[12,36] 0.0025386748712596 [GeV] -Cell[12,37] 0.00012811754087681 [GeV] -Cell[2,10] 7.6648777758237e-06 [GeV] -Cell[2,21] 1.4502543839626e-05 [GeV] -Cell[12,15] 4.2592725658324e-06 [GeV] -Cell[2,11] 0.0019114955788622 [GeV] -Cell[11,44] 0.00065240314215682 [GeV] -Cell[11,45] 0.00086914222964025 [GeV] -Cell[11,8] 1.3492619704039e-06 [GeV] -Cell[11,38] 3.4239996923134e-05 [GeV] -Cell[12,8] 1.1804900714196e-07 [GeV] -Cell[8,21] 2.1419831318781e-07 [GeV] -Cell[6,1] 9.4075221568346e-10 [GeV] -Cell[11,47] 8.1606051244307e-06 [GeV] -Cell[2,12] 1.5985834806997e-09 [GeV] -Cell[13,7] 5.1758327474545e-06 [GeV] -Cell[14,11] 0.00063521897587804 [GeV] -Cell[14,1] 0.00123721802462 [GeV] -Cell[13,41] 1.0860857408261e-05 [GeV] -Cell[11,12] 4.1374994907528e-08 [GeV] -Cell[12,45] 0.00099377396535237 [GeV] -Cell[12,44] 0.010801468502369 [GeV] -Cell[11,43] 0.0013073105881564 [GeV] -Cell[12,43] 0.16158179064679 [GeV] -Cell[16,8] 1.2398012622725e-05 [GeV] -Cell[12,46] 0.0022478629528905 [GeV] -Cell[13,44] 5.1426170841751e-06 [GeV] -Cell[12,47] 5.4468182497658e-10 [GeV] -Cell[14,45] 3.1065138728081e-09 [GeV] -Cell[13,45] 6.5707606120213e-07 [GeV] -Cell[13,43] 0.0068724564412746 [GeV] -Cell[14,44] 2.0057679882939e-05 [GeV] -Cell[13,46] 0.00086883123491305 [GeV] -Cell[12,16] 0.00011346096540058 [GeV] -Cell[14,0] 3.1241812394001e-06 [GeV] -Cell[16,6] 0.001792696037165 [GeV] -Cell[15,7] 5.646386850276e-05 [GeV] -Cell[10,12] 0.00068543040024679 [GeV] -Cell[15,11] 7.3526296473574e-06 [GeV] -Cell[13,6] 1.779560182058e-08 [GeV] -Cell[12,40] 0.0078988273517724 [GeV] -Cell[17,20] 7.989183967311e-06 [GeV] -Cell[16,20] 1.9280004255393e-05 [GeV] -Cell[18,23] 5.5145164951682e-06 [GeV] -Cell[18,24] 2.8557507903315e-07 [GeV] -Cell[13,40] 1.8825521692634e-09 [GeV] -Cell[12,39] 0.0037034820334746 [GeV] -Cell[11,42] 0.00039159049168336 [GeV] -Cell[12,41] 0.02708967951012 [GeV] -Cell[12,42] 0.35000155809256 [GeV] -Cell[11,41] 0.0048848493947483 [GeV] -Cell[11,40] 0.0004493791612985 [GeV] -Cell[13,11] 0.0011957356739694 [GeV] -Cell[12,10] 0.00014227273021447 [GeV] -Cell[16,9] 2.9574190964922e-05 [GeV] -Cell[9,13] 4.2864039889537e-05 [GeV] -Cell[9,16] 0.0005317716397152 [GeV] -Cell[11,39] 1.9753420492634e-06 [GeV] -Cell[14,3] 0.00046865984584326 [GeV] -Cell[13,2] 2.6613437512424e-06 [GeV] -Cell[14,2] 4.1222762083635e-06 [GeV] -Cell[13,4] 2.9467606618937e-05 [GeV] -Cell[10,11] 0.0010086719883815 [GeV] -Cell[15,2] 1.3533281162381e-11 [GeV] -Cell[16,7] 0.00036276791266437 [GeV] -Cell[17,6] 2.8143404051661e-11 [GeV] -Cell[17,7] 2.1518862282619e-06 [GeV] -Cell[19,14] 0.0058708448450032 [GeV] -Cell[11,0] 3.4849508665502e-08 [GeV] -Cell[14,24] 3.8282948662527e-07 [GeV] -Cell[15,24] 0.0031373405622699 [GeV] -Cell[19,8] 0.00011777647496763 [GeV] -Cell[15,6] 0.0016231757102464 [GeV] -Cell[10,8] 0.00077921698874909 [GeV] -Cell[10,10] 0.002521586034381 [GeV] -Cell[13,5] 3.4629582444268e-07 [GeV] -Cell[13,9] 0.00079009621146179 [GeV] -Cell[15,9] 2.2908589569852e-05 [GeV] -Cell[13,22] 9.2131046112627e-06 [GeV] -Cell[9,3] 0.0017245251386531 [GeV] -Cell[9,4] 1.1151635048122e-05 [GeV] -Cell[18,28] 5.5472214211477e-05 [GeV] -Cell[13,12] 0.00036520867553068 [GeV] -Cell[14,4] 1.5396333765239e-08 [GeV] -Cell[14,5] 3.0260068158896e-05 [GeV] -Cell[14,6] 0.0018572902187948 [GeV] -Cell[11,36] 6.1349660154519e-07 [GeV] -Cell[13,10] 0.00021615169067013 [GeV] -Cell[6,10] 8.8375885097776e-06 [GeV] -Cell[10,45] 3.4096135641448e-07 [GeV] -Cell[14,8] 3.062158470857e-05 [GeV] -Cell[11,10] 0.0010208495569445 [GeV] -Cell[17,11] 4.5593507442391e-05 [GeV] -Cell[15,27] 7.1025046054274e-08 [GeV] -Cell[19,9] 0.0001301585598394 [GeV] -Cell[15,25] 0.00095048837245584 [GeV] -Cell[6,47] 6.2754259161011e-06 [GeV] -Cell[10,17] 2.135065139737e-05 [GeV] -Cell[6,0] 3.4033495830954e-07 [GeV] -Cell[14,29] 0.0021895836312561 [GeV] -Cell[11,11] 6.5957428887486e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 174 cells : 0.6763434452415 (GeV) +Cell[8,40] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) -Source track ID 3135 (gamma,0.028595474656773[GeV]) at (328.18597143584,377.21872720308,-300.64106504032) +Source track ID 483 (gamma,0.00051099891[GeV]) at (-412.46955968037,-282.61079656849,38.34565481006) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,6] 0.028595474656773 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.028595474656773 (GeV) +Cell[10,28] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) -Source track ID 3136 (gamma,0.46372847760985[GeV]) at (-465.99474830071,181.2426400055,-913.38295457803) +Source track ID 446 (gamma,0.058587228496579[GeV]) at (203.97580892993,-456.50177367824,16.094411122199) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,7] 5.9208742186456e-08 [GeV] -Cell[5,34] 0.00028523164494974 [GeV] -Cell[9,39] 5.8888874597187e-06 [GeV] -Cell[5,19] 1.800037024077e-05 [GeV] -Cell[9,40] 9.7958429250866e-08 [GeV] -Cell[4,20] 0.00051099891 [GeV] -Cell[5,22] 0.00090816905176638 [GeV] -Cell[1,39] 0.00057963443480511 [GeV] -Cell[0,11] 0.0062153706527825 [GeV] -Cell[4,1] 0.0011672064202491 [GeV] -Cell[11,8] 0.0022230878157505 [GeV] -Cell[4,21] 0.019149113830977 [GeV] -Cell[4,22] 0.025268492432213 [GeV] -Cell[3,3] 0.00076692378956316 [GeV] -Cell[10,9] 1.3374792074501e-06 [GeV] -Cell[10,8] 1.4601759738753e-06 [GeV] -Cell[9,47] 8.5452717030421e-08 [GeV] -Cell[9,46] 0.001046333810453 [GeV] -Cell[5,42] 0.00045857643910204 [GeV] -Cell[5,20] 0.022864045982129 [GeV] -Cell[5,21] 0.36925076737736 [GeV] -### Total energy deposition in calorimeter by a source track in 21 cells : 0.45072088212487 (GeV) +Cell[9,39] 0.00051099891 [GeV] +Cell[10,39] 0.05767765109509 [GeV] +Cell[9,40] 0.00022377465586425 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.058412424660955 (GeV) -Source track ID 3133 (gamma,0.21067608644927[GeV]) at (-247.62063130386,-434.37774223903,-1046.3395922058) +Source track ID 457 (gamma,0.00015666871656936[GeV]) at (-486.54097000807,115.22970321756,44.184369478461) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,32] 0.18625985014093 [GeV] -Cell[0,25] 0.0032757600309249 [GeV] -Cell[4,43] 0.0011591382805796 [GeV] -Cell[2,5] 0.00035607146874606 [GeV] -Cell[5,14] 0.00019237247660341 [GeV] -Cell[4,31] 0.015163905775577 [GeV] -Cell[3,45] 0.0011192124364248 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.20752631060979 (GeV) +Cell[10,22] 0.00015666871656936 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00015666871656936 (GeV) -Source track ID 3131 (gamma,0.06726801612498[GeV]) at (-461.11391027995,-193.32346403459,-562.35061028347) +Source track ID 458 (gamma,9.5063863066647e-05[GeV]) at (-496.74775902,56.93561195428,127.89788419405) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,26] 0.01783669492014 [GeV] -Cell[7,27] 0.049431321204839 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.06726801612498 (GeV) +Cell[10,23] 9.5063863066647e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 9.5063863066647e-05 (GeV) -Source track ID 3132 (gamma,1.2213291054873[GeV]) at (-495.81010282518,64.593667928685,-1525.2871269683) +Source track ID 461 (gamma,0.0047648925383177[GeV]) at (-479.3102170808,-142.34365388719,99.52460060474) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,32] 0.0013046963691326 [GeV] -Cell[1,40] 0.00099221983415778 [GeV] -Cell[9,32] 0.00098464778588848 [GeV] -Cell[1,47] 0.0023481755685542 [GeV] -Cell[2,19] 0.0017591780270103 [GeV] -Cell[2,22] 0.50074376393414 [GeV] -Cell[1,22] 0.037020915311061 [GeV] -Cell[1,23] 0.050755681087624 [GeV] -Cell[1,38] 0.00025110397783291 [GeV] -Cell[2,26] 0.00026914456605896 [GeV] -Cell[2,4] 0.00084626417140887 [GeV] -Cell[1,24] 0.0014513850101847 [GeV] -Cell[3,39] 0.0014957388842845 [GeV] -Cell[1,12] 0.00073934810364379 [GeV] -Cell[1,28] 0.0010336754811386 [GeV] -Cell[0,43] 0.00038485041180079 [GeV] -Cell[2,44] 0.00074252035241334 [GeV] -Cell[1,43] 0.0026723704145315 [GeV] -Cell[1,42] 0.0021766428416053 [GeV] -Cell[2,23] 0.59172775128172 [GeV] -Cell[2,3] 0.0010962511892384 [GeV] -Cell[1,15] 0.0015842883954386 [GeV] -Cell[2,24] 0.0039802814857666 [GeV] -Cell[1,33] 0.0010477004248549 [GeV] -Cell[2,33] 0.00091891396749719 [GeV] -Cell[1,17] 0.00097119284679065 [GeV] -Cell[4,7] 0.0002176890427052 [GeV] -Cell[4,6] 0.00056838801620773 [GeV] -Cell[1,0] 0.0014075537142824 [GeV] -Cell[0,35] 0.00051099891 [GeV] -Cell[1,2] 0.00053421102094031 [GeV] -### Total energy deposition in calorimeter by a source track in 31 cells : 1.2125375424279 (GeV) +Cell[10,26] 0.0047648925383177 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0047648925383177 (GeV) -Source track ID 88 (neutron,0.98023637981486[GeV]) at (-274.56124194809,-417.87094230148,-770.88685880995) +Source track ID 467 (gamma,4.0651159905865e-05[GeV]) at (-499.92046618582,-8.9178185981476,65.969437679395) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,29] 0.00086596904049964 [GeV] -Cell[8,28] 0.00014109674068857 [GeV] -Cell[9,31] 0.00019573571568799 [GeV] -Cell[7,30] 9.8338868410792e-06 [GeV] -Cell[9,30] 0.00093848205312941 [GeV] -Cell[8,31] 0.0013933120949772 [GeV] -Cell[8,30] 0.0007037494093745 [GeV] -Cell[8,29] 0.0047662371107135 [GeV] -Cell[6,31] 1.1425390926888e-05 [GeV] -Cell[6,30] 4.2785756209014e-06 [GeV] -Cell[15,4] 3.3044580370188e-05 [GeV] -Cell[15,5] 0.0012416944086065 [GeV] -Cell[14,4] 7.0472557896778e-05 [GeV] -Cell[14,5] 0.00030689574855421 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.010682227313887 (GeV) +Cell[10,24] 4.0651159905865e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 4.0651159905865e-05 (GeV) + +Source track ID 430 (gamma,0.020473453434416[GeV]) at (-402.14171158613,297.12294391814,-54.086908565815) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,19] 0.020473453434416 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.020473453434416 (GeV) + +Source track ID 428 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[16,26] 0.0019343668050118 [GeV] +Cell[7,7] 0.0011908697550991 [GeV] +Cell[14,32] 0.0013732167442103 [GeV] +Cell[13,32] 0.0014304047621798 [GeV] +Cell[14,26] 0.00085231071452343 [GeV] +Cell[13,25] 0.00033509650330631 [GeV] +Cell[12,29] 0.0010224493129633 [GeV] +Cell[15,41] 0.066195634041781 [GeV] +Cell[10,18] 0.00048000739733463 [GeV] +Cell[15,5] 0.00051099891 [GeV] +Cell[15,42] 0.0017813756566449 [GeV] +Cell[13,30] 0.0030548613620728 [GeV] +Cell[15,29] 0.0042186496093726 [GeV] +Cell[17,19] 0.00040893990291273 [GeV] +Cell[14,41] 0.02103154137974 [GeV] +Cell[14,39] 0.00056549985591216 [GeV] +Cell[14,40] 0.17922856754501 [GeV] +Cell[15,40] 0.12131349803976 [GeV] +Cell[13,24] 0.00051099891 [GeV] +Cell[19,13] 0.00044479873061014 [GeV] +Cell[19,26] 0.0023647040618642 [GeV] +### Total energy deposition in calorimeter by a source track in 21 cells : 0.41024879000031 (GeV) + +Source track ID 412 (gamma,0.0030484066001911[GeV]) at (-368.08384053462,-338.39959565178,339.77186833576) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[11,29] 0.0030484066001911 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0030484066001911 (GeV) + +Source track ID 413 (neutron,0.94251811969239[GeV]) at (-260.98835090736,-426.47987137807,785.22399157606) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[13,31] 4.6413271105848e-05 [GeV] +Cell[14,27] 0.0006538800157814 [GeV] +Cell[15,29] 0.00020327983307504 [GeV] +Cell[15,28] 0.0020491865467422 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.0029527596667045 (GeV) + +Source track ID 414 (gamma,0.0026824127852973[GeV]) at (-489.16065637776,-103.5463773006,660.22127867177) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[13,25] 0.0026824127852973 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0026824127852973 (GeV) + +Source track ID 423 (neutron,0.9407181813226[GeV]) at (-60.017509798393,-496.38482905665,130.76231457391) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[10,35] 4.9442321710558e-08 [GeV] +Cell[10,36] 0.0011527718796814 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0011528213220031 (GeV) + +Source track ID 424 (gamma,0.00089569306523545[GeV]) at (-483.67629929065,-126.71715552561,115.2735935974) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[10,25] 0.00013562771478894 [GeV] +Cell[10,26] 0.00076006535044651 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.00089569306523545 (GeV) + +Source track ID 425 (gamma,8.7158933688483e-05[GeV]) at (-458.73991024977,-198.89116306168,118.32830958808) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[10,27] 8.7158933688483e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 8.7158933688483e-05 (GeV) + +Source track ID 416 (neutron,0.94084206306094[GeV]) at (-64.747051410677,-495.79009604229,350.51518765587) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[12,37] 0.0010479627585501 [GeV] +Cell[11,35] 0.00022874029991124 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0012767030584613 (GeV) + +Source track ID 417 (gamma,0.0012098377705591[GeV]) at (-496.65593662952,57.731106092442,-232.30297949514) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[8,23] 0.0012098377705591 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0012098377705591 (GeV) + +Source track ID 418 (gamma,0.00022438379436834[GeV]) at (401.48334572837,298.01195127503,-949.38519442569) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[5,4] 0.00022438379436834 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00022438379436834 (GeV) + +Source track ID 239 (proton,1.008698033061[GeV]) at (-303.83971123752,-397.09121102726,-1866.7309230509) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[0,31] 0.070426020060959 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.070426020060959 (GeV) + +Source track ID 240 (gamma,0.0018337703961185[GeV]) at (494.58519007664,-73.385896171246,-154.57549260347) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,46] 0.0018337703961185 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0018337703961185 (GeV) + +Source track ID 241 (neutron,0.9402385009914[GeV]) at (170.02696423587,-470.2029683368,-578.97328729539) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[8,12] 0.00012047291534452 [GeV] +Cell[8,13] 6.1818644795494e-05 [GeV] +Cell[9,12] 3.2487914406374e-05 [GeV] +Cell[9,13] 0.00042349032162804 [GeV] +Cell[8,14] 1.8399513443001e-05 [GeV] +Cell[7,38] 1.6471680544782e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.00067314099016221 (GeV) + +Source track ID 242 (gamma,0.00044632467674303[GeV]) at (-499.22948896414,27.747384536342,-138.93392595644) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[9,23] 0.00044632467674303 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00044632467674303 (GeV) + +Source track ID 243 (gamma,7.6139070438338e-05[GeV]) at (438.05089274736,241.06309415428,330.25657832781) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[11,3] 7.6139070438338e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.6139070438338e-05 (GeV) + +Source track ID 244 (gamma,0.00013774748722761[GeV]) at (478.06670821138,-146.46577245191,146.73733510271) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[10,45] 0.00013774748722761 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00013774748722761 (GeV) + +Source track ID 208 (pi+,1.0810237324674[GeV]) at (389.53263339063,-313.47141420513,505.44241785708) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[11,42] 0.00051837198361682 [GeV] +Cell[11,41] 9.7430142133703e-05 [GeV] +Cell[18,42] 2.5250979113025e-06 [GeV] +Cell[11,43] 0.0061178617251387 [GeV] +Cell[15,43] 0.0033644001288283 [GeV] +Cell[12,43] 0.0036203737960328 [GeV] +Cell[15,41] 0.26345705322118 [GeV] +Cell[13,43] 0.003378223916407 [GeV] +Cell[13,42] 0.14298190233998 [GeV] +Cell[15,42] 0.013088456349802 [GeV] +Cell[12,42] 0.1391102692469 [GeV] +Cell[16,40] 0.0015150676482319 [GeV] +Cell[16,39] 1.2792387750551e-06 [GeV] +Cell[14,41] 0.25883717211713 [GeV] +Cell[14,42] 0.0044982395469124 [GeV] +Cell[13,41] 0.11391612507134 [GeV] +Cell[14,40] 9.987053306304e-08 [GeV] +Cell[17,41] 0.00059082930054296 [GeV] +Cell[18,41] 0.001387436508528 [GeV] +Cell[17,42] 0.007816322908539 [GeV] +Cell[17,43] 6.9912259303919e-06 [GeV] +Cell[14,44] 0.0022257488114895 [GeV] +Cell[15,40] 0.0013823495574685 [GeV] +Cell[16,42] 0.0033176069473772 [GeV] +Cell[16,41] 0.0080320686989799 [GeV] +Cell[14,43] 0.0014641267678351 [GeV] +### Total energy deposition in calorimeter by a source track in 26 cells : 0.98072833216754 (GeV) + +Source track ID 205 (gamma,0.028595474656773[GeV]) at (328.18591974631,377.21877217374,-300.64121284715) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[4,27] 0.00043596561504194 [GeV] +Cell[8,6] 0.026009240931913 [GeV] +Cell[8,34] 0.00010110494076388 [GeV] +Cell[7,30] 0.00043491019894755 [GeV] +Cell[11,4] 0.00050226804840682 [GeV] +Cell[11,6] 0.0002486793072963 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.02773216904237 (GeV) + +Source track ID 206 (gamma,0.46372847760985[GeV]) at (-465.99474556741,181.2426470331,-913.38296434721) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[5,19] 0.001643164040383 [GeV] +Cell[6,27] 0.0003195318222266 [GeV] +Cell[4,27] 0.00038415453745207 [GeV] +Cell[9,38] 0.0063943850140523 [GeV] +Cell[14,36] 0.0014203901990592 [GeV] +Cell[5,45] 0.00051099891 [GeV] +Cell[9,24] 0.0002161425243988 [GeV] +Cell[7,29] 0.0050580879357025 [GeV] +Cell[4,21] 0.0016631832091515 [GeV] +Cell[6,3] 0.0024341945010094 [GeV] +Cell[4,31] 0.00029299448700814 [GeV] +Cell[4,20] 0.0049543395257714 [GeV] +Cell[6,40] 0.0020038538741906 [GeV] +Cell[4,7] 0.0002829703042519 [GeV] +Cell[10,1] 0.00049606817472839 [GeV] +Cell[5,20] 0.01765085161338 [GeV] +Cell[6,23] 0.00023872208448995 [GeV] +Cell[2,4] 0.00023569912369874 [GeV] +Cell[5,21] 0.41239992049565 [GeV] +Cell[8,39] 0.00043865833961891 [GeV] +### Total energy deposition in calorimeter by a source track in 20 cells : 0.45903831071622 (GeV) + +Source track ID 203 (gamma,0.21067608644927[GeV]) at (-247.62061642488,-434.37775072092,-1046.3394009828) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[4,33] 0.00032357838081318 [GeV] +Cell[4,4] 0.001186257498625 [GeV] +Cell[3,4] 0.00044791928115729 [GeV] +Cell[4,32] 0.12116635715735 [GeV] +Cell[4,31] 0.078328935404692 [GeV] +Cell[4,30] 0.0020261291496716 [GeV] +Cell[0,39] 0.00085549164371402 [GeV] +Cell[0,6] 0.0006032914410395 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.20493795995706 (GeV) + +Source track ID 201 (gamma,0.06726801612498[GeV]) at (-461.11390757756,-193.32347048032,-562.3505813802) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[6,27] 0.0019007420263389 [GeV] +Cell[8,31] 0.00021055325528563 [GeV] +Cell[7,26] 0.0042692713098945 [GeV] +Cell[7,27] 0.057634918562455 [GeV] +Cell[3,16] 0.0017752429962466 [GeV] +Cell[7,16] 0.00075596948223187 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.066546697632453 (GeV) + +Source track ID 202 (gamma,1.2213291054873[GeV]) at (-495.8101027191,64.593668742959,-1525.28712944) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[7,13] 0.00010134770126286 [GeV] +Cell[8,47] 0.00019599845760297 [GeV] +Cell[6,36] 0.00061270395674675 [GeV] +Cell[4,5] 0.0017955827618218 [GeV] +Cell[4,16] 0.0016041177971949 [GeV] +Cell[1,39] 0.00049510343751251 [GeV] +Cell[1,47] 0.00060245613522526 [GeV] +Cell[1,17] 0.0013152327526564 [GeV] +Cell[0,17] 0.00051099891 [GeV] +Cell[5,16] 0.00027578001717487 [GeV] +Cell[0,36] 0.00048154022614973 [GeV] +Cell[2,29] 3.104267734472e-05 [GeV] +Cell[2,22] 0.29770038652524 [GeV] +Cell[2,23] 0.76789701783768 [GeV] +Cell[1,23] 0.010970902605305 [GeV] +Cell[1,22] 0.074232350616483 [GeV] +Cell[0,44] 0.0064022708530104 [GeV] +Cell[3,2] 0.0015672237665477 [GeV] +Cell[3,0] 0.00051099891 [GeV] +Cell[2,2] 0.00043399936511757 [GeV] +Cell[1,7] 0.0009371973518104 [GeV] +Cell[2,36] 0.0012961153273034 [GeV] +Cell[2,43] 0.00051099891 [GeV] +Cell[2,44] 0.0033526870635947 [GeV] +Cell[2,20] 0.00051099891 [GeV] +Cell[2,19] 0.00017794153700492 [GeV] +Cell[1,34] 0.00042802505698027 [GeV] +Cell[2,6] 0.0014517032185457 [GeV] +Cell[2,5] 0.006733624292832 [GeV] +Cell[1,38] 0.00034067613776788 [GeV] +Cell[3,12] 0.00068240438018809 [GeV] +Cell[3,13] 3.983483746668e-05 [GeV] +Cell[1,3] 0.0016662709612396 [GeV] +Cell[0,46] 0.0049616640024932 [GeV] +Cell[3,27] 0.00068673216034753 [GeV] +Cell[3,37] 0.00051099891 [GeV] +Cell[0,41] 0.0019138107405165 [GeV] +Cell[0,39] 0.00014649114059297 [GeV] +Cell[1,40] 0.001184029073129 [GeV] +Cell[0,34] 0.00076896401457004 [GeV] +### Total energy deposition in calorimeter by a source track in 40 cells : 1.1960382233365 (GeV) + +Source track ID 93 (proton,1.0788769921271[GeV]) at (346.81052444928,-360.17004335621,-1899.6696354149) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[0,42] 0.068534999782529 [GeV] +Cell[0,41] 0.072069979344572 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.1406049791271 (GeV) + +Source track ID 95 (gamma,0.00028998655209176[GeV]) at (433.86439034701,-248.51899482498,-1813.4541662599) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[0,44] 0.00028998655209176 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00028998655209176 (GeV) >>> Summary of Event 0 Tracker hits -------------------------------------------------------------- -1408 hits are stored in RE01TrackerHitsCollection. +1821 hits are stored in RE01TrackerHitsCollection. Calorimeter hits -------------------------------------------------------------- -945 hits are stored in RE01CalorimeterHitsCollection. - Total energy deposition in calorimeter : 150.41038700306 (GeV) +915 hits are stored in RE01CalorimeterHitsCollection. + Total energy deposition in calorimeter : 145.88068916673 (GeV) Trajectories in tracker -------------------------------------------------------------- Primary particles -------------------------------------------------------------- Primary vertex (0,0,0) at t = 0 [ns] -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/runAndEvent/RE02/History b/examples/extended/runAndEvent/RE02/History index 0e0971f543..63fa061cc1 100644 --- a/examples/extended/runAndEvent/RE02/History +++ b/examples/extended/runAndEvent/RE02/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example RE02 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example RE02 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleRE02-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 29, 2020 M. Asai (exampleRE02-V10-06-00) - Migration to G4RunManagerFactory. diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index e36c038aab..8e4f6c21e8 100644 --- a/examples/extended/runAndEvent/RE02/run.out +++ b/examples/extended/runAndEvent/RE02/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,6 +50,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -212,7 +216,8 @@ gamma LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -229,7 +234,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -239,8 +244,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -303,10 +309,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -331,10 +337,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -361,10 +367,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -393,10 +399,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -407,10 +413,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -420,10 +426,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -452,10 +458,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -484,10 +490,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -516,14 +522,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -534,7 +539,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -549,14 +554,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -567,7 +571,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -582,10 +586,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -614,10 +618,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -651,16 +655,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -670,11 +677,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -682,11 +691,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -695,6 +706,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -702,11 +714,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -714,11 +728,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -727,10 +743,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -741,10 +759,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -755,10 +775,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -768,11 +790,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -783,10 +807,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofWithBinaryCascadeCaptureAtRest --------------------------------------------------- @@ -797,10 +823,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofWithBinaryCascadeCaptureAtRest --------------------------------------------------- @@ -811,10 +839,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -824,11 +854,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -836,6 +868,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -843,6 +876,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -852,6 +886,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -859,12 +894,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -872,12 +909,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -887,12 +926,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -900,6 +941,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -907,6 +949,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -916,6 +959,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV @@ -923,6 +967,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -930,6 +975,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV @@ -937,6 +983,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -946,12 +993,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -959,12 +1008,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -974,29 +1025,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1022,21 +1075,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659 keV e- 1.00699 MeV e+ 946.934 keV proton 70 keV + Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1082,38 +1135,129 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -3.7 1.18 -1e+03 0.356 0 0 0 World initStep - 1 -3.7 1.18 -200 0.356 0 800 800 PhantomSens Transportation - 2 -3.7 1.18 -198 0.356 0 2 802 PhantomSens Transportation - 3 -3.7 1.18 -196 0.356 0 2 804 PhantomSens Transportation - 4 -3.7 1.18 -194 0.356 0 2 806 PhantomSens Transportation - 5 -3.7 1.18 -192 0.356 0 2 808 PhantomSens Transportation - 6 -3.7 1.18 -190 0.356 0 2 810 PhantomSens Transportation - 7 -3.7 1.18 -188 0 0.0883 1.64 812 PhantomSens phot + 1 -3.7 1.18 -663 0.276 0 337 337 World compt + 2 611 -1e+03 189 0.276 0 1.45e+03 1.79e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.7 1.18 -188 0.268 0 0 0 PhantomSens initStep - 1 -3.7 1.17 -188 0.0581 0.0937 0.0849 0.0849 PhantomSens eBrem - 2 -3.7 1.17 -188 0 0.0581 0.0114 0.0963 PhantomSens eIoni + 0 -3.7 1.18 -663 0.0796 0 0 0 World initStep + 1 -9 9.82 -654 0.0708 0.00677 14.7 14.7 World eIoni + 2 -10.3 11.3 -653 0.0681 0.00159 2.11 16.8 World eIoni + 3 -23 20.9 -649 0.0588 0.00923 19.2 36 World eIoni + 4 -25.1 27.2 -651 0.055 0.00178 7.42 43.4 World eIoni + 5 -24.8 37.7 -656 0.0496 0.0054 13.6 57.1 World eIoni + 6 -22.6 38 -657 0.0458 0.00228 2.52 59.6 World eIoni + 7 -18.3 37.6 -658 0.0298 0.00333 4.96 64.5 World eIoni + 8 -14.1 38.2 -657 0.0247 0.00503 5.5 70 World eIoni + 9 -12.4 37.5 -657 0.0208 0.00195 2.08 72.1 World eIoni + 10 -11.5 37.4 -657 0.0189 0.000869 1.1 73.2 World eIoni + 11 -9.56 36 -657 0.0142 0.00472 3.22 76.4 World eIoni + 12 -8.21 35.7 -657 0.00848 0.00466 1.91 78.4 World eIoni + 13 -8.19 35.7 -657 0.00592 0.00011 0.0391 78.4 World eIoni + 14 -8.07 35.9 -658 0.00146 0.00336 0.851 79.2 World eIoni + 15 -8.07 36 -658 0 0.00146 0.1 79.3 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.7 1.17 -188 0.116 0 0 0 PhantomSens initStep - 1 -3.71 1.16 -188 0 0.0158 0.0188 0.0188 PhantomSens phot + 0 -8.07 35.9 -658 0.0011 0 0 0 World initStep + 1 -8.05 35.9 -658 0 0.0011 0.0652 0.0652 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.71 1.16 -188 0.1 0 0 0 PhantomSens initStep - 1 -3.71 1.16 -188 0 0.1 0.0274 0.0274 PhantomSens eIoni + 0 -8.19 35.7 -657 0.00245 0 0 0 World initStep + 1 -8.16 35.7 -657 0 0.00245 0.224 0.224 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.21 35.7 -657 0.00103 0 0 0 World initStep + 1 -8.18 35.7 -657 0 0.00103 0.0592 0.0592 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.5 37.4 -657 0.00103 0 0 0 World initStep + 1 -11.5 37.4 -657 0 0.00103 0.0597 0.0597 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.4 37.5 -657 0.002 0 0 0 World initStep + 1 -12.5 37.4 -657 0 0.002 0.162 0.162 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.3 37.6 -658 0.0127 0 0 0 World initStep + 1 -17.9 36.6 -659 0.00871 0.00266 1.68 1.68 World eIoni + 2 -17.8 36.2 -658 0.00602 0.00131 0.814 2.49 World eIoni + 3 -18 36.4 -658 0.00142 0.00461 1.06 3.56 World eIoni + 4 -18 36.4 -658 0 0.00142 0.0953 3.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 36.2 -658 0.00137 0 0 0 World initStep + 1 -17.8 36.2 -658 0 0.00137 0.0903 0.0903 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.9 36.6 -659 0.00136 0 0 0 World initStep + 1 -17.9 36.6 -659 0 0.00136 0.0895 0.0895 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.6 38 -657 0.00149 0 0 0 World initStep + 1 -22.6 38 -657 0 0.00149 0.103 0.103 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.1 27.2 -651 0.00208 0 0 0 World initStep + 1 -25.2 27.2 -651 0 0.00208 0.172 0.172 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.3 11.3 -653 0.0011 0 0 0 World initStep + 1 -10.3 11.3 -653 0 0.0011 0.0655 0.0655 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9 9.82 -654 0.00204 0 0 0 World initStep + 1 -8.98 9.82 -654 0 0.00204 0.166 0.166 World eIoni >>> Event 0 ********************************************************************************************************* @@ -1121,19 +1265,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 -3.66 -0.148 -1e+03 0.356 0 0 0 World initStep - 1 -3.66 -0.148 -200 0.356 0 800 800 PhantomSens Transportation - 2 -3.66 -0.148 -198 0.356 0 2 802 PhantomSens Transportation - 3 -3.66 -0.148 -196 0.356 0 2 804 PhantomSens Transportation - 4 -3.66 -0.148 -196 0 0.0883 0.276 804 PhantomSens phot + 0 -3.64 -4.45 -1e+03 0.356 0 0 0 World initStep + 1 -3.64 -4.45 -200 0.356 0 800 800 PhantomSens Transportation + 2 -3.64 -4.45 -199 0 0.088 0.603 801 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.66 -0.148 -196 0.268 0 0 0 PhantomSens initStep - 1 -3.66 -0.149 -196 0 0.268 0.126 0.126 PhantomSens eIoni + 0 -3.64 -4.45 -199 0.268 0 0 0 PhantomSens initStep + 1 -3.64 -4.46 -199 0 0.268 0.126 0.126 PhantomSens eIoni >>> Event 1 ********************************************************************************************************* @@ -1141,19 +1283,21 @@ 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.95 2.7 -1e+03 0.356 0 0 0 World initStep - 1 -1.95 2.7 -200 0.356 0 800 800 PhantomSens Transportation - 2 -1.95 2.7 -199 0 0.0883 0.931 801 PhantomSens phot + 0 4.01 4.9 -1e+03 0.356 0 0 0 World initStep + 1 4.01 4.9 -200 0.356 0 800 800 PhantomSens Transportation + 2 4.01 4.9 -198 0.356 0 2 802 PhantomSens Transportation + 3 4.01 4.9 -196 0.356 0 2 804 PhantomSens Transportation + 4 4.01 4.9 -194 0.356 0 2 806 PhantomSens Transportation + 5 4.01 4.9 -194 0.356 0 0.0797 806 PhantomSens Rayl + 6 4.55 5.25 -193 0 0.088 0.801 807 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.95 2.7 -199 0.268 0 0 0 PhantomSens initStep - 1 -1.95 2.72 -199 0.231 0.0365 0.0263 0.0263 PhantomSens msc - 2 -1.96 2.74 -199 0.161 0.0699 0.0318 0.0582 PhantomSens msc - 3 -1.96 2.74 -199 0 0.161 0.0584 0.117 PhantomSens eIoni + 0 4.55 5.25 -193 0.268 0 0 0 PhantomSens initStep + 1 4.55 5.25 -193 0 0.268 0.126 0.126 PhantomSens eIoni >>> Event 2 ********************************************************************************************************* @@ -1161,20 +1305,25 @@ 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.52 -1e+03 0.356 0 0 0 World initStep - 1 3.92 -1.52 -200 0.356 0 800 800 PhantomSens Transportation - 2 3.92 -1.52 -198 0.356 0 2 802 PhantomSens Transportation - 3 3.92 -1.52 -196 0.356 0 2 804 PhantomSens Transportation - 4 3.92 -1.52 -194 0.356 0 2 806 PhantomSens Transportation - 5 3.92 -1.52 -193 0 0.0883 0.841 807 PhantomSens phot + 0 2.98 -3.87 -1e+03 0.356 0 0 0 World initStep + 1 2.98 -3.87 -200 0.356 0 800 800 PhantomSens Transportation + 2 2.98 -3.87 -198 0.356 0 2 802 PhantomSens Transportation + 3 2.98 -3.87 -198 0.356 0 0.277 802 PhantomSens Rayl + 4 2.96 -3.93 -197 0 0.088 0.359 803 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.92 -1.52 -193 0.268 0 0 0 PhantomSens initStep - 1 3.92 -1.52 -193 0 0.268 0.126 0.126 PhantomSens eIoni + 0 2.96 -3.93 -197 0.268 0 0 0 PhantomSens initStep + 1 2.97 -3.96 -197 0.217 0.0514 0.0394 0.0394 PhantomSens msc + 2 2.98 -3.97 -197 0.179 0.0372 0.0279 0.0673 PhantomSens msc + 3 2.99 -3.97 -197 0.161 0.0181 0.0148 0.0821 PhantomSens msc + 4 2.99 -3.98 -197 0.124 0.0371 0.0161 0.0982 PhantomSens msc + 5 3 -3.99 -197 0.0934 0.0308 0.0132 0.111 PhantomSens msc + 6 3 -3.99 -197 0.0828 0.0106 0.00701 0.118 PhantomSens msc + 7 3 -3.99 -197 0 0.0828 0.0202 0.139 PhantomSens eIoni >>> Event 3 ********************************************************************************************************* @@ -1182,19 +1331,22 @@ 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.76 -4.77 -1e+03 0.356 0 0 0 World initStep - 1 1.76 -4.77 -200 0.356 0 800 800 PhantomSens Transportation - 2 1.76 -4.77 -199 0.17 0 0.555 801 PhantomSens compt - 3 1.18 -4.21 -200 0.17 0 0.98 802 World Transportation - 4 -833 810 -1e+03 0.17 0 1.41e+03 2.22e+03 OutOfWorld Transportation + 0 -4.36 4.94 -1e+03 0.356 0 0 0 World initStep + 1 -4.36 4.94 -200 0.356 0 800 800 PhantomSens Transportation + 2 -4.36 4.94 -198 0.356 0 2 802 PhantomSens Transportation + 3 -4.36 4.94 -196 0.356 0 2 804 PhantomSens Transportation + 4 -4.36 4.94 -194 0.356 0 2 806 PhantomSens Transportation + 5 -4.36 4.94 -192 0.356 0 2 808 PhantomSens Transportation + 6 -4.36 4.94 -190 0.356 0 2 810 PhantomSens Transportation + 7 -4.36 4.94 -189 0 0.0159 0.529 811 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.76 -4.77 -199 0.186 0 0 0 PhantomSens initStep - 1 1.76 -4.77 -199 0 0.186 0.0727 0.0727 PhantomSens eIoni + 0 -4.36 4.94 -189 0.34 0 0 0 PhantomSens initStep + 1 -4.37 4.94 -189 0 0.34 0.179 0.179 PhantomSens eIoni >>> Event 4 ********************************************************************************************************* @@ -1202,21 +1354,105 @@ 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.176 3.17 -1e+03 0.356 0 0 0 World initStep - 1 0.176 3.17 -200 0.356 0 800 800 PhantomSens Transportation - 2 0.176 3.17 -198 0.356 0 2 802 PhantomSens Transportation - 3 0.176 3.17 -196 0.356 0 2 804 PhantomSens Transportation - 4 0.176 3.17 -194 0.356 0 2 806 PhantomSens Transportation - 5 0.176 3.17 -192 0.356 0 2 808 PhantomSens Transportation - 6 0.176 3.17 -190 0 0.0883 1.68 810 PhantomSens phot + 0 -4.5 0.633 -1e+03 0.356 0 0 0 World initStep + 1 -4.5 0.633 -200 0.356 0 800 800 PhantomSens Transportation + 2 -4.5 0.633 -198 0.356 0 2 802 PhantomSens Transportation + 3 -4.5 0.633 -196 0.356 0 2 804 PhantomSens Transportation + 4 -4.5 0.633 -194 0.356 0 2 806 PhantomSens Transportation + 5 -4.5 0.633 -194 0 0.088 0.000229 806 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.176 3.17 -190 0.268 0 0 0 PhantomSens initStep - 1 0.172 3.17 -190 0 0.268 0.126 0.126 PhantomSens eIoni + 0 -4.5 0.633 -194 0.268 0 0 0 PhantomSens initStep + 1 -4.5 0.637 -194 0.265 0.00328 0.00453 0.00453 PhantomSens msc + 2 -4.5 0.641 -194 0.258 0.00719 0.00504 0.00957 PhantomSens msc + 3 -4.51 0.64 -194 0.253 0.00416 0.00477 0.0143 PhantomSens msc + 4 -4.5 0.638 -194 0.246 0.00754 0.0056 0.0199 PhantomSens msc + 5 -4.5 0.639 -194 0.238 0.00804 0.00587 0.0258 PhantomSens msc + 6 -4.5 0.644 -194 0.229 0.00841 0.0049 0.0307 PhantomSens msc + 7 -4.5 0.646 -194 0.227 0.00217 0.00437 0.0351 PhantomSens msc + 8 -4.5 0.65 -194 0.212 0.015 0.00592 0.041 PhantomSens msc + 9 -4.5 0.653 -194 0.208 0.00422 0.0048 0.0458 PhantomSens msc + 10 -4.5 0.653 -194 0.207 0.000741 0.000892 0.0467 PhantomSens Transportation + 11 -4.5 0.655 -194 0.201 0.00584 0.00316 0.0499 PhantomSens msc + 12 -4.51 0.656 -194 0.196 0.00519 0.00347 0.0533 PhantomSens msc + 13 -4.51 0.658 -194 0.189 0.0071 0.00358 0.0569 PhantomSens msc + 14 -4.51 0.658 -194 0.179 0.00986 0.00307 0.06 PhantomSens msc + 15 -4.51 0.656 -194 0.177 0.00254 0.00331 0.0633 PhantomSens msc + 16 -4.51 0.653 -194 0.173 0.00414 0.00283 0.0661 PhantomSens msc + 17 -4.51 0.65 -194 0.167 0.0059 0.00365 0.0698 PhantomSens msc + 18 -4.51 0.647 -194 0.163 0.00394 0.004 0.0738 PhantomSens msc + 19 -4.51 0.647 -194 0.159 0.0037 0.00392 0.0777 PhantomSens msc + 20 -4.51 0.647 -194 0.151 0.00816 0.00338 0.0811 PhantomSens msc + 21 -4.5 0.645 -194 0.14 0.0106 0.00565 0.0867 PhantomSens msc + 22 -4.5 0.648 -194 0.133 0.00685 0.00737 0.0941 PhantomSens msc + 23 -4.5 0.648 -194 0.126 0.00778 0.00535 0.0994 PhantomSens msc + 24 -4.5 0.648 -194 0.118 0.00759 0.00326 0.103 PhantomSens msc + 25 -4.5 0.647 -194 0.11 0.00852 0.00372 0.106 PhantomSens msc + 26 -4.51 0.646 -194 0.107 0.00279 0.0032 0.11 PhantomSens msc + 27 -4.51 0.643 -194 0.102 0.00506 0.00361 0.113 PhantomSens msc + 28 -4.51 0.642 -194 0.0953 0.00638 0.00364 0.117 PhantomSens msc + 29 -4.51 0.641 -194 0.0867 0.00857 0.00235 0.119 PhantomSens Transportation + 30 -4.51 0.641 -194 0.0867 0 0 0.119 PhantomSens Transportation + 31 -4.51 0.64 -194 0.0855 0.0012 0.000796 0.12 PhantomSens msc + 32 -4.51 0.64 -194 0.0853 0.000244 7.36e-05 0.12 PhantomSens Transportation + 33 -4.51 0.639 -194 0.0831 0.00216 0.000813 0.121 PhantomSens msc + 34 -4.51 0.639 -194 0.08 0.00314 0.000889 0.122 PhantomSens msc + 35 -4.51 0.638 -194 0.0789 0.0011 0.000834 0.123 PhantomSens msc + 36 -4.51 0.638 -194 0.0782 0.000681 0.000121 0.123 PhantomSens Transportation + 37 -4.51 0.638 -194 0.0771 0.00108 0.000762 0.124 PhantomSens msc + 38 -4.51 0.637 -194 0.0757 0.00142 0.000654 0.124 PhantomSens Transportation + 39 -4.51 0.637 -194 0.075 0.000699 0.000695 0.125 PhantomSens msc + 40 -4.51 0.637 -194 0.073 0.00195 0.000773 0.126 PhantomSens msc + 41 -4.51 0.637 -194 0.0721 0.000945 0.000515 0.126 PhantomSens Transportation + 42 -4.51 0.636 -194 0.0714 0.000695 0.000626 0.127 PhantomSens msc + 43 -4.51 0.636 -194 0.0698 0.00159 0.000623 0.127 PhantomSens msc + 44 -4.51 0.635 -194 0.0683 0.00152 0.000629 0.128 PhantomSens msc + 45 -4.51 0.635 -194 0.0442 0.0241 0.000703 0.129 PhantomSens msc + 46 -4.51 0.635 -194 0.0433 0.000813 0.000654 0.129 PhantomSens msc + 47 -4.51 0.635 -194 0.0433 0 3.39e-05 0.129 PhantomSens Transportation + 48 -4.51 0.634 -194 0.0431 0.000194 0.000251 0.13 PhantomSens msc + 49 -4.51 0.634 -194 0.043 0.000162 0.000284 0.13 PhantomSens msc + 50 -4.51 0.634 -194 0.0418 0.00122 0.000258 0.13 PhantomSens msc + 51 -4.51 0.634 -194 0.0392 0.00253 0.00027 0.13 PhantomSens msc + 52 -4.51 0.634 -194 0.0392 0 1.95e-05 0.13 PhantomSens Transportation + 53 -4.51 0.634 -194 0.0391 0.000125 0.000243 0.131 PhantomSens msc + 54 -4.51 0.635 -194 0.0389 0.000194 0.000229 0.131 PhantomSens msc + 55 -4.51 0.635 -194 0.0388 0.00015 0.000218 0.131 PhantomSens msc + 56 -4.51 0.635 -194 0.0387 9.42e-05 0.000265 0.131 PhantomSens msc + 57 -4.51 0.635 -194 0.0384 0.000279 0.000304 0.132 PhantomSens msc + 58 -4.51 0.635 -194 0.0363 0.00213 0.000528 0.132 PhantomSens msc + 59 -4.51 0.634 -194 0.0336 0.00269 0.000742 0.133 PhantomSens msc + 60 -4.51 0.634 -194 0.0314 0.00221 0.000587 0.134 PhantomSens msc + 61 -4.51 0.634 -194 0.03 0.00136 0.000369 0.134 PhantomSens msc + 62 -4.51 0.634 -194 0.028 0.00197 0.000234 0.134 PhantomSens msc + 63 -4.51 0.634 -194 0.0278 0.000224 0.000132 0.134 PhantomSens Transportation + 64 -4.51 0.634 -194 0.0271 0.000669 0.00014 0.134 PhantomSens msc + 65 -4.51 0.634 -194 0.0267 0.000418 0.000141 0.135 PhantomSens msc + 66 -4.51 0.634 -194 0.0266 0.000141 0.00014 0.135 PhantomSens msc + 67 -4.51 0.634 -194 0.0245 0.00206 0.000139 0.135 PhantomSens msc + 68 -4.51 0.634 -194 0.0244 0.00015 0.000131 0.135 PhantomSens msc + 69 -4.51 0.635 -194 0.024 0.000318 0.00014 0.135 PhantomSens msc + 70 -4.51 0.635 -194 0.024 7.75e-05 0.000138 0.135 PhantomSens msc + 71 -4.51 0.635 -194 0.0234 0.000561 0.000132 0.135 PhantomSens msc + 72 -4.51 0.635 -194 0.0229 0.000534 0.000137 0.136 PhantomSens msc + 73 -4.51 0.635 -194 0.0228 5.21e-05 0.000142 0.136 PhantomSens msc + 74 -4.51 0.635 -194 0.0226 0.000182 0.000139 0.136 PhantomSens msc + 75 -4.51 0.635 -194 0.0226 4.05e-05 0.000137 0.136 PhantomSens msc + 76 -4.51 0.635 -194 0.0224 0.000157 0.000141 0.136 PhantomSens msc + 77 -4.51 0.635 -194 0.0218 0.000656 0.000144 0.136 PhantomSens msc + 78 -4.51 0.635 -194 0.0217 4.8e-05 0.000134 0.136 PhantomSens msc + 79 -4.51 0.635 -194 0.0216 0.000174 0.000142 0.137 PhantomSens msc + 80 -4.51 0.635 -194 0.021 0.000519 0.000136 0.137 PhantomSens msc + 81 -4.51 0.635 -194 0.0143 0.00676 0.000137 0.137 PhantomSens msc + 82 -4.51 0.635 -194 0.0127 0.00164 0.000133 0.137 PhantomSens msc + 83 -4.51 0.635 -194 0.0117 0.000984 0.000132 0.137 PhantomSens msc + 84 -4.51 0.635 -194 0.0102 0.00146 0.000153 0.137 PhantomSens msc + 85 -4.51 0.635 -194 0.00558 0.00462 0.000138 0.137 PhantomSens msc + 86 -4.51 0.635 -194 0 0.00558 0.000304 0.138 PhantomSens eIoni >>> Event 5 ********************************************************************************************************* @@ -1224,29 +1460,19 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.54 -2.72 -1e+03 0.356 0 0 0 World initStep - 1 3.54 -2.72 -200 0.356 0 800 800 PhantomSens Transportation - 2 3.54 -2.72 -198 0.356 0 2 802 PhantomSens Transportation - 3 3.54 -2.72 -198 0.268 0 0.306 802 PhantomSens compt - 4 4 -3.63 -197 0.268 0 1.2 804 PhantomSens Transportation - 5 4.06 -3.74 -197 0 0.0158 0.144 804 PhantomSens phot - -********************************************************************************************************* -* 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 4.06 -3.74 -197 0.253 0 0 0 PhantomSens initStep - 1 4.04 -3.75 -197 0.203 0.0492 0.0363 0.0363 PhantomSens msc - 2 4.03 -3.75 -197 0 0.203 0.0835 0.12 PhantomSens eIoni + 0 1.15 -1.25 -1e+03 0.356 0 0 0 World initStep + 1 1.15 -1.25 -200 0.356 0 800 800 PhantomSens Transportation + 2 1.15 -1.25 -198 0.356 0 2 802 PhantomSens Transportation + 3 1.15 -1.25 -196 0.356 0 2 804 PhantomSens Transportation + 4 1.15 -1.25 -196 0 0.088 0.152 804 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.54 -2.72 -198 0.0876 0 0 0 PhantomSens initStep - 1 3.54 -2.72 -198 0 0.0876 0.0222 0.0222 PhantomSens eIoni + 0 1.15 -1.25 -196 0.268 0 0 0 PhantomSens initStep + 1 1.15 -1.25 -196 0 0.268 0.126 0.126 PhantomSens eIoni >>> Event 6 ********************************************************************************************************* @@ -1254,21 +1480,26 @@ 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.19 -2.95 -1e+03 0.356 0 0 0 World initStep - 1 2.19 -2.95 -200 0.356 0 800 800 PhantomSens Transportation - 2 2.19 -2.95 -198 0.356 0 2 802 PhantomSens Transportation - 3 2.19 -2.95 -196 0.356 0 2 804 PhantomSens Transportation - 4 2.19 -2.95 -194 0.356 0 2 806 PhantomSens Transportation - 5 2.19 -2.95 -192 0.356 0 2 808 PhantomSens Transportation - 6 2.19 -2.95 -192 0 0.0883 0.468 808 PhantomSens phot + 0 1.94 -1.62 -1e+03 0.356 0 0 0 World initStep + 1 1.94 -1.62 -200 0.356 0 800 800 PhantomSens Transportation + 2 1.94 -1.62 -198 0.244 0 1.68 802 PhantomSens compt + 3 1.71 -1.55 -198 0 0.088 0.256 802 PhantomSens phot + +********************************************************************************************************* +* 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 1.71 -1.55 -198 0.156 0 0 0 PhantomSens initStep + 1 1.71 -1.55 -198 0 0.156 0.0553 0.0553 PhantomSens 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 2.19 -2.95 -192 0.268 0 0 0 PhantomSens initStep - 1 2.19 -2.95 -192 0 0.268 0.126 0.126 PhantomSens eIoni + 0 1.94 -1.62 -198 0.112 0 0 0 PhantomSens initStep + 1 1.94 -1.62 -198 0 0.112 0.033 0.033 PhantomSens eIoni >>> Event 7 ********************************************************************************************************* @@ -1276,17 +1507,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 -4.61 4.64 -1e+03 0.356 0 0 0 World initStep - 1 -4.61 4.64 -200 0.356 0 800 800 PhantomSens Transportation - 2 -4.61 4.64 -200 0 0.0883 0.104 800 PhantomSens phot + 0 -0.0588 -4.99 -1e+03 0.356 0 0 0 World initStep + 1 -0.0588 -4.99 -200 0.356 0 800 800 PhantomSens Transportation + 2 -0.0588 -4.99 -199 0 0.088 1.24 801 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.61 4.64 -200 0.268 0 0 0 PhantomSens initStep - 1 -4.6 4.64 -200 0 0.268 0.126 0.126 PhantomSens eIoni + 0 -0.0588 -4.99 -199 0.268 0 0 0 PhantomSens initStep + 1 -0.0726 -5.02 -199 0.189 0.0787 0.041 0.041 PhantomSens msc + 2 -0.0757 -5.02 -199 0 0.189 0.0748 0.116 PhantomSens eIoni >>> Event 8 ********************************************************************************************************* @@ -1294,50 +1526,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 1.1 -3.06 -1e+03 0.356 0 0 0 World initStep - 1 1.1 -3.06 -200 0.356 0 800 800 PhantomSens Transportation - 2 1.1 -3.06 -198 0.356 0 2 802 PhantomSens Transportation - 3 1.1 -3.06 -196 0.195 0 1.58 804 PhantomSens compt - 4 1.31 -3.25 -196 0 0.0153 0.291 804 PhantomSens phot - -********************************************************************************************************* -* 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 1.31 -3.25 -196 0.18 0 0 0 PhantomSens initStep - 1 1.31 -3.25 -196 0 0.18 0.0694 0.0694 PhantomSens eIoni + 0 -4.85 2.82 -1e+03 0.356 0 0 0 World initStep + 1 -4.85 2.82 -200 0.356 0 800 800 PhantomSens Transportation + 2 -4.85 2.82 -198 0.356 0 2 802 PhantomSens Transportation + 3 -4.85 2.82 -196 0.356 0 2 804 PhantomSens Transportation + 4 -4.85 2.82 -194 0.356 0 2 806 PhantomSens Transportation + 5 -4.85 2.82 -192 0.356 0 2 808 PhantomSens Transportation + 6 -4.85 2.82 -191 0 0.088 0.95 809 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.1 -3.06 -196 0.161 0 0 0 PhantomSens initStep - 1 1.1 -3.06 -196 0 0.161 0.058 0.058 PhantomSens eIoni + 0 -4.85 2.82 -191 0.268 0 0 0 PhantomSens initStep + 1 -4.85 2.82 -191 0 0.268 0.126 0.126 PhantomSens eIoni >>> Event 9 Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002029s Sys=0.000000s + User=0.000000s Real=0.013512s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep - Number of entries 11 + Number of entries 10 PrimitiveScorer RUN PhantomSD,protonEDep Number of entries 0 PrimitiveScorer RUN PhantomSD,protonNStep Number of entries 0 PrimitiveScorer RUN PhantomSD,chargedPassCellFlux - Number of entries 0 + Number of entries 2 PrimitiveScorer RUN PhantomSD,chargedCellFlux - Number of entries 11 + Number of entries 10 PrimitiveScorer RUN PhantomSD,chargedSurfFlux - Number of entries 0 + Number of entries 1 PrimitiveScorer RUN PhantomSD,gammaSurfCurr000 Number of entries 0 PrimitiveScorer RUN PhantomSD,gammaSurfCurr001 Number of entries 0 PrimitiveScorer RUN PhantomSD,gammaSurfCurr002 - Number of entries 28 + Number of entries 26 PrimitiveScorer RUN PhantomSD,gammaSurfCurr003 Number of entries 0 ============================================================= @@ -1545,9 +1771,6 @@ Run Summary 198 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 199 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 ============================================= -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # Graphics systems deleted. Visualization Manager deleting... @@ -1564,24 +1787,23 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 8 +Total navigation history collections cleaned: 6 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.00961 MB +Pool ID '20G4NavigationLevelRep', size : 0.00673 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.00192 MB Pool ID '16G4SmartVoxelNode', size : 0.0192 MB Pool ID '17G4SmartVoxelProxy', size : 0.00961 MB -Pool ID '16G4HitsCollection', size : 0 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.000961 MB -Pool ID '7G4Track', size : 0.000961 MB +Pool ID '7G4Track', size : 0.00385 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.047 MB +Number of memory pools allocated: 12 of which, static: 0 +Dynamic pools deleted: 12 / Total memory freed: 0.048 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE02/run3.out b/examples/extended/runAndEvent/RE02/run3.out index 5205ef3860..c34a9d0795 100644 --- a/examples/extended/runAndEvent/RE02/run3.out +++ b/examples/extended/runAndEvent/RE02/run3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,6 +50,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -210,7 +214,8 @@ gamma LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -227,7 +232,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -237,8 +242,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -301,10 +307,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -329,10 +335,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -359,10 +365,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -391,10 +397,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -405,10 +411,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -418,10 +424,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -450,10 +456,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -482,10 +488,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -514,14 +520,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -532,7 +537,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -547,14 +552,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -565,7 +569,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -580,10 +584,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -612,10 +616,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -649,16 +653,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -668,11 +675,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -680,11 +689,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -693,6 +704,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -700,11 +712,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -712,11 +726,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -725,10 +741,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -739,10 +757,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -753,10 +773,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -766,11 +788,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -781,10 +805,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofWithBinaryCascadeCaptureAtRest --------------------------------------------------- @@ -795,10 +821,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofWithBinaryCascadeCaptureAtRest --------------------------------------------------- @@ -809,10 +837,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -822,11 +852,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -834,6 +866,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -841,6 +874,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -850,6 +884,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -857,12 +892,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -870,12 +907,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -885,12 +924,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -898,6 +939,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -905,6 +947,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -914,6 +957,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV @@ -921,6 +965,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -928,6 +973,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV @@ -935,6 +981,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -944,12 +991,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -957,12 +1006,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -972,29 +1023,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1020,21 +1073,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659 keV e- 1.00699 MeV e+ 946.934 keV proton 70 keV + Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1104,99 +1157,99 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=11.540000s Real=11.715676s Sys=0.050000s + User=11.160000s Real=11.383207s Sys=0.040000s PrimitiveScorer RUN PhantomSD,totalEDep - Number of entries 51008 + Number of entries 51583 PrimitiveScorer RUN PhantomSD,protonEDep - Number of entries 25 + Number of entries 30 PrimitiveScorer RUN PhantomSD,protonNStep - Number of entries 25 + Number of entries 30 PrimitiveScorer RUN PhantomSD,chargedPassCellFlux - Number of entries 20077 + Number of entries 20210 PrimitiveScorer RUN PhantomSD,chargedCellFlux - Number of entries 50814 + Number of entries 51299 PrimitiveScorer RUN PhantomSD,chargedSurfFlux - Number of entries 11758 + Number of entries 12025 PrimitiveScorer RUN PhantomSD,gammaSurfCurr000 - Number of entries 45 + Number of entries 33 PrimitiveScorer RUN PhantomSD,gammaSurfCurr001 - Number of entries 345 + Number of entries 353 PrimitiveScorer RUN PhantomSD,gammaSurfCurr002 - Number of entries 50407 + Number of entries 50522 PrimitiveScorer RUN PhantomSD,gammaSurfCurr003 - Number of entries 69875 + Number of entries 71707 ============================================================= Number of event processed : 10000 ============================================================= #Z Cell# totalEDep protonEDep protonNStep chargedPassCellFlux chargedCellFlux chargedSurfFlux gammaSurfCurr000 gammaSurfCurr001 gammaSurfCurr002 gammaSurfCurr003 - 0 39.2661 MeV 0 eV 0 2574.53 /cm2 2740.14 /cm2 2047.4 /cm2 0 /cm2 25 /cm2 850 /cm2 175 /cm2 - 1 473.045 MeV 0 eV 0 3208.84 /cm2 4367.2 /cm2 4462.1 /cm2 25 /cm2 25 /cm2 1275 /cm2 675 /cm2 - 2 47.541 MeV 0 eV 0 2991.07 /cm2 3261.34 /cm2 4981.23 /cm2 0 /cm2 0 /cm2 3350 /cm2 3050 /cm2 - 3 324.842 MeV 0 eV 0 1740.29 /cm2 3068.51 /cm2 7385.9 /cm2 0 /cm2 0 /cm2 3700 /cm2 3325 /cm2 - 4 25.5736 MeV 0 eV 0 1535.55 /cm2 1660.19 /cm2 4443.99 /cm2 0 /cm2 0 /cm2 2675 /cm2 3575 /cm2 - 5 101.612 MeV 0 eV 0 360.439 /cm2 918.18 /cm2 1235.4 /cm2 0 /cm2 0 /cm2 2275 /cm2 3600 /cm2 - 6 5.25539 MeV 0 eV 0 226.837 /cm2 311.581 /cm2 487.147 /cm2 0 /cm2 0 /cm2 1700 /cm2 2525 /cm2 - 7 63.4203 MeV 0 eV 0 197.085 /cm2 560.82 /cm2 632.655 /cm2 0 /cm2 0 /cm2 1625 /cm2 2100 /cm2 - 8 6.24435 MeV 0 eV 0 390.471 /cm2 420.964 /cm2 273.951 /cm2 0 /cm2 0 /cm2 1275 /cm2 2125 /cm2 - 9 37.9159 MeV 0 eV 0 103.405 /cm2 344.763 /cm2 170.606 /cm2 0 /cm2 0 /cm2 925 /cm2 1900 /cm2 - 10 2.58132 MeV 0 eV 0 149.369 /cm2 163.845 /cm2 588.352 /cm2 0 /cm2 0 /cm2 650 /cm2 1575 /cm2 - 11 40.0691 MeV 0 eV 0 100.144 /cm2 358.821 /cm2 57.9159 /cm2 0 /cm2 0 /cm2 950 /cm2 1175 /cm2 - 12 2.68364 MeV 0 eV 0 102.641 /cm2 150.376 /cm2 48.1315 /cm2 0 /cm2 0 /cm2 750 /cm2 825 /cm2 - 13 13.2905 MeV 0 eV 0 45.356 /cm2 107.641 /cm2 362.851 /cm2 0 /cm2 0 /cm2 750 /cm2 800 /cm2 - 14 1.26674 MeV 0 eV 0 80.1578 /cm2 81.5119 /cm2 383.809 /cm2 0 /cm2 0 /cm2 475 /cm2 750 /cm2 - 15 13.7208 MeV 0 eV 0 10.6974 /cm2 128.23 /cm2 169.225 /cm2 0 /cm2 0 /cm2 450 /cm2 675 /cm2 - 16 1.20052 MeV 0 eV 0 86.6809 /cm2 86.6809 /cm2 56.2678 /cm2 0 /cm2 0 /cm2 250 /cm2 550 /cm2 - 17 6.66756 MeV 0 eV 0 0.127138 /cm2 55.013 /cm2 0 /cm2 0 /cm2 0 /cm2 275 /cm2 500 /cm2 - 18 990.145 keV 0 eV 0 61.0049 /cm2 64.5106 /cm2 79.1525 /cm2 0 /cm2 0 /cm2 250 /cm2 525 /cm2 - 19 9.9322 MeV 0 eV 0 46.7658 /cm2 104.189 /cm2 87.616 /cm2 0 /cm2 0 /cm2 125 /cm2 300 /cm2 - 20 1.90039 MeV 0 eV 0 92.5303 /cm2 109.72 /cm2 70.0364 /cm2 0 /cm2 0 /cm2 150 /cm2 425 /cm2 - 21 6.7977 MeV 0 eV 0 15.0452 /cm2 54.6525 /cm2 728.083 /cm2 0 /cm2 0 /cm2 125 /cm2 325 /cm2 - 22 642.743 keV 0 eV 0 35.5123 /cm2 37.2571 /cm2 0 /cm2 0 /cm2 0 /cm2 150 /cm2 300 /cm2 - 23 4.51441 MeV 0 eV 0 18.6436 /cm2 32.9621 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 250 /cm2 - 24 489.567 keV 0 eV 0 12.0687 /cm2 21.7486 /cm2 90.3108 /cm2 0 /cm2 0 /cm2 275 /cm2 250 /cm2 - 25 944.867 keV 0 eV 0 0 /cm2 6.21475 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 250 /cm2 - 26 230.056 keV 0 eV 0 9.86817 /cm2 11.7194 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 200 /cm2 - 27 7.64805 MeV 0 eV 0 0 /cm2 62.1832 /cm2 55.3197 /cm2 0 /cm2 0 /cm2 100 /cm2 150 /cm2 - 28 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 125 /cm2 - 29 18.374 keV 0 eV 0 0 /cm2 0.0222734 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 100 /cm2 - 30 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 50 /cm2 - 31 1.7313 MeV 0 eV 0 0 /cm2 14.3002 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 75 /cm2 - 32 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 - 33 4.40056 MeV 0 eV 0 0 /cm2 36.3583 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 50 /cm2 - 34 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 - 35 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 - 36 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 37 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 38 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 - 39 228.6 keV 0 eV 0 0 /cm2 1.24629 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 50 /cm2 - 40 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 - 41 795.82 keV 0 eV 0 8.54936 /cm2 8.54936 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 - 42 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 - 43 185.204 keV 0 eV 0 0 /cm2 0.775294 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 - 44 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 - 45 1.46372 MeV 0 eV 0 0 /cm2 15.2295 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 50 /cm2 - 46 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 - 47 1.02859 MeV 0 eV 0 8.92285 /cm2 11.8217 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 0 37.3374 MeV 0 eV 0 2528.33 /cm2 2663.27 /cm2 2130.03 /cm2 0 /cm2 0 /cm2 675 /cm2 250 /cm2 + 1 478.91 MeV 0 eV 0 3278.53 /cm2 4473.73 /cm2 2878.65 /cm2 0 /cm2 100 /cm2 975 /cm2 625 /cm2 + 2 56.7193 MeV 0 eV 0 3782.91 /cm2 3962.49 /cm2 4245.84 /cm2 0 /cm2 0 /cm2 3300 /cm2 3075 /cm2 + 3 306.533 MeV 0 eV 0 1674.81 /cm2 2855.79 /cm2 3170.77 /cm2 0 /cm2 125 /cm2 2900 /cm2 3000 /cm2 + 4 19.3215 MeV 0 eV 0 1090.26 /cm2 1279.61 /cm2 1845.46 /cm2 0 /cm2 25 /cm2 2350 /cm2 3200 /cm2 + 5 106.284 MeV 0 eV 0 361.156 /cm2 978.986 /cm2 1510.66 /cm2 0 /cm2 25 /cm2 1875 /cm2 2675 /cm2 + 6 8.9446 MeV 274.45 keV 1 471.707 /cm2 575.589 /cm2 643 /cm2 0 /cm2 0 /cm2 1650 /cm2 2275 /cm2 + 7 53.8512 MeV 0 eV 0 87.7002 /cm2 476.286 /cm2 1675.15 /cm2 0 /cm2 50 /cm2 1575 /cm2 2075 /cm2 + 8 2.10148 MeV 0 eV 0 89.0705 /cm2 128.904 /cm2 27.7888 /cm2 0 /cm2 0 /cm2 1225 /cm2 2000 /cm2 + 9 38.0984 MeV 0 eV 0 40.7401 /cm2 334.353 /cm2 246.863 /cm2 0 /cm2 0 /cm2 1100 /cm2 1725 /cm2 + 10 4.74567 MeV 0 eV 0 256.93 /cm2 304.731 /cm2 180.124 /cm2 0 /cm2 0 /cm2 925 /cm2 1375 /cm2 + 11 45.2195 MeV 0 eV 0 152.48 /cm2 415.343 /cm2 601.881 /cm2 0 /cm2 0 /cm2 750 /cm2 1225 /cm2 + 12 3.68391 MeV 0 eV 0 164.078 /cm2 215.886 /cm2 155.427 /cm2 0 /cm2 0 /cm2 750 /cm2 1125 /cm2 + 13 30.895 MeV 0 eV 0 27.6322 /cm2 305.681 /cm2 66.3287 /cm2 0 /cm2 0 /cm2 600 /cm2 850 /cm2 + 14 1.8376 MeV 0 eV 0 101.538 /cm2 122.836 /cm2 0 /cm2 0 /cm2 0 /cm2 275 /cm2 800 /cm2 + 15 7.1277 MeV 0 eV 0 7.5555 /cm2 55.6114 /cm2 65.7435 /cm2 0 /cm2 0 /cm2 325 /cm2 725 /cm2 + 16 812.802 keV 0 eV 0 41.1575 /cm2 64.7569 /cm2 30.8001 /cm2 0 /cm2 25 /cm2 250 /cm2 650 /cm2 + 17 13.8512 MeV 0 eV 0 25.506 /cm2 127.887 /cm2 96.5788 /cm2 0 /cm2 0 /cm2 300 /cm2 575 /cm2 + 18 1.45132 MeV 0 eV 0 77.5487 /cm2 86.6048 /cm2 84.8414 /cm2 0 /cm2 0 /cm2 400 /cm2 575 /cm2 + 19 6.34073 MeV 0 eV 0 54.9121 /cm2 66.6248 /cm2 52.8745 /cm2 0 /cm2 0 /cm2 200 /cm2 575 /cm2 + 20 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 350 /cm2 + 21 8.22022 MeV 0 eV 0 30.9659 /cm2 73.9401 /cm2 0 /cm2 0 /cm2 0 /cm2 150 /cm2 425 /cm2 + 22 1.73132 MeV 0 eV 0 63.6491 /cm2 105.96 /cm2 202.703 /cm2 0 /cm2 0 /cm2 175 /cm2 350 /cm2 + 23 2.92056 MeV 0 eV 0 0 /cm2 25.0017 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 250 /cm2 + 24 472.179 keV 0 eV 0 28.4124 /cm2 28.4124 /cm2 0 /cm2 0 /cm2 0 /cm2 125 /cm2 225 /cm2 + 25 2.05304 MeV 0 eV 0 0 /cm2 9.34442 /cm2 32.6703 /cm2 0 /cm2 0 /cm2 50 /cm2 175 /cm2 + 26 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 200 /cm2 + 27 1.20201 MeV 0 eV 0 0.0516477 /cm2 8.38472 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 200 /cm2 + 28 206.007 keV 0 eV 0 14.9773 /cm2 14.9773 /cm2 43.076 /cm2 0 /cm2 0 /cm2 75 /cm2 250 /cm2 + 29 2.35938 MeV 0 eV 0 19.8515 /cm2 22.1745 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 175 /cm2 + 30 367.184 keV 0 eV 0 27.9872 /cm2 27.9872 /cm2 27.9173 /cm2 0 /cm2 0 /cm2 25 /cm2 150 /cm2 + 31 1.46317 MeV 0 eV 0 12.8675 /cm2 13.5602 /cm2 29.4414 /cm2 0 /cm2 0 /cm2 75 /cm2 150 /cm2 + 32 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 50 /cm2 + 33 228.532 keV 0 eV 0 0 /cm2 0.588498 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 75 /cm2 + 34 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 125 /cm2 + 35 1.022 MeV 0 eV 0 0 /cm2 5.67682 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 + 36 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 + 37 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 50 /cm2 + 38 518.559 keV 0 eV 0 12.9008 /cm2 24.139 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 + 39 1.22507 MeV 0 eV 0 9.72645 /cm2 9.96049 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 40 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 175 /cm2 + 41 980.616 keV 0 eV 0 0 /cm2 7.53976 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 + 42 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 50 /cm2 + 43 173.801 keV 0 eV 0 0 /cm2 0.820133 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 + 44 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 + 45 1.08337 MeV 0 eV 0 0 /cm2 7.10866 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 + 46 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 47 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 48 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 49 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 50 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 51 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 52 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 50 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 + 51 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 + 52 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 53 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 54 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 55 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 56 5.73093 keV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 56 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 57 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 58 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 59 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 60 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 61 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 62 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 63 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 64 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 - 65 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 66 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 67 1.23604 MeV 0 eV 0 0.146127 /cm2 8.50777 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 63 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 64 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 65 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 66 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 67 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 68 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 69 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 70 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1205,8 +1258,8 @@ Run Summary 73 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 74 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 76 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 77 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 76 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 77 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 78 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 79 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 80 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1215,7 +1268,7 @@ Run Summary 83 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 84 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 85 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 86 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 86 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 87 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 88 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 89 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1330,9 +1383,6 @@ Run Summary 198 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 199 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 ============================================= -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # Graphics systems deleted. Visualization Manager deleting... @@ -1354,21 +1404,20 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.0308 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.00961 MB Pool ID '16G4SmartVoxelNode', size : 0.0192 MB Pool ID '17G4SmartVoxelProxy', size : 0.00961 MB -Pool ID '16G4HitsCollection', size : 0 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00865 MB -Pool ID '7G4Track', size : 0.0163 MB +Pool ID '7G4Track', size : 0.0192 MB Pool ID '18G4TouchableHistory', size : 0.00288 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB -Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.097 MB +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.1 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE02/run4.out b/examples/extended/runAndEvent/RE02/run4.out index a27a0d779b..0ff70b6c14 100644 --- a/examples/extended/runAndEvent/RE02/run4.out +++ b/examples/extended/runAndEvent/RE02/run4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,6 +50,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -212,7 +216,8 @@ gamma LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -229,7 +234,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -239,8 +244,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -303,10 +309,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -331,10 +337,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -361,10 +367,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -393,10 +399,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -407,10 +413,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -420,10 +426,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -452,10 +458,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -484,10 +490,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -516,14 +522,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -534,7 +539,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -549,14 +554,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -567,7 +571,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -582,10 +586,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -614,10 +618,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -651,16 +655,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -670,11 +677,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -682,11 +691,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -695,6 +706,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -702,11 +714,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -714,11 +728,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -727,10 +743,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -741,10 +759,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -755,10 +775,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -768,11 +790,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 0 eV ---> 25 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -783,10 +807,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofWithBinaryCascadeCaptureAtRest --------------------------------------------------- @@ -797,10 +823,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofWithBinaryCascadeCaptureAtRest --------------------------------------------------- @@ -811,10 +839,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -824,11 +854,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -836,6 +868,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -843,6 +876,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -852,6 +886,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -859,12 +894,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -872,12 +909,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -887,12 +926,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -900,6 +941,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -907,6 +949,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -916,6 +959,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV @@ -923,6 +967,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -930,6 +975,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV @@ -937,6 +983,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -946,12 +993,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: QGSB: 12 GeV ---> 100 TeV Model: FTFB: 3 GeV ---> 25 GeV Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -959,12 +1008,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: QGSP: 12 GeV ---> 100 TeV Model: FTFP: 3 GeV ---> 25 GeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -974,29 +1025,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1022,21 +1075,21 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_Pb Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659 keV e- 1.00699 MeV e+ 946.934 keV proton 70 keV + Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1106,23 +1159,23 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.176533s Sys=0.000000s + User=0.170000s Real=0.181078s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep - Number of entries 84 + Number of entries 74 PrimitiveScorer RUN PhantomSD,protonEDep Number of entries 0 PrimitiveScorer RUN PhantomSD,protonNStep Number of entries 0 PrimitiveScorer RUN PhantomSD,chargedPassCellFlux - Number of entries 21 + Number of entries 23 PrimitiveScorer RUN PhantomSD,chargedCellFlux - Number of entries 84 + Number of entries 74 PrimitiveScorer RUN PhantomSD,chargedSurfFlux - Number of entries 30 + Number of entries 27 PrimitiveScorer RUN PhantomSD,gammaSurfCurr000 Number of entries 0 PrimitiveScorer RUN PhantomSD,gammaSurfCurr001 - Number of entries 69 + Number of entries 62 PrimitiveScorer RUN PhantomSD,gammaSurfCurr002 Number of entries 0 PrimitiveScorer RUN PhantomSD,gammaSurfCurr003 @@ -1131,8 +1184,8 @@ Run Summary Number of event processed : 10000 ============================================================= #Z Cell# totalEDep protonEDep protonNStep chargedPassCellFlux chargedCellFlux chargedSurfFlux gammaSurfCurr000 gammaSurfCurr001 gammaSurfCurr002 gammaSurfCurr003 - 0 215.683 keV 0 eV 0 0.114276 /cm2 1.62365 /cm2 219.39 /cm2 0 /cm2 9200 /cm2 0 /cm2 0 /cm2 - 1 21.0757 MeV 0 eV 0 0.0183385 /cm2 37.3485 /cm2 307.867 /cm2 0 /cm2 8900 /cm2 0 /cm2 0 /cm2 + 0 93.0875 keV 0 eV 0 0.120234 /cm2 0.345625 /cm2 0 /cm2 0 /cm2 8950 /cm2 0 /cm2 0 /cm2 + 1 20.614 MeV 0 eV 0 0.00893585 /cm2 35.7623 /cm2 546.481 /cm2 0 /cm2 8775 /cm2 0 /cm2 0 /cm2 2 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 3 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 4 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1332,9 +1385,6 @@ Run Summary 198 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 199 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 ============================================= -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # Graphics systems deleted. Visualization Manager deleting... @@ -1356,19 +1406,18 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00865 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.00192 MB Pool ID '16G4SmartVoxelNode', size : 0.0192 MB Pool ID '17G4SmartVoxelProxy', size : 0.00961 MB -Pool ID '16G4HitsCollection', size : 0 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00192 MB Pool ID '7G4Track', size : 0.00288 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.049 MB +Number of memory pools allocated: 12 of which, static: 0 +Dynamic pools deleted: 12 / Total memory freed: 0.049 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE03/History b/examples/extended/runAndEvent/RE03/History index 4cc6a007d2..fd762f69e7 100644 --- a/examples/extended/runAndEvent/RE03/History +++ b/examples/extended/runAndEvent/RE03/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example RE03 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example RE03 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleRE03-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Oct. 29, 2020 M. Asai (exampleRE03-V10-06-00) - Migration to G4RunManagerFactory. diff --git a/examples/extended/runAndEvent/RE03/run.out b/examples/extended/runAndEvent/RE03/run.out index 07b758f0ba..63135ac52e 100644 --- a/examples/extended/runAndEvent/RE03/run.out +++ b/examples/extended/runAndEvent/RE03/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -109,7 +113,8 @@ G4ScoringBox : boxMesh_1 --- Shape: Box mesh LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -126,7 +131,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -136,8 +141,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -200,10 +206,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -228,10 +234,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -258,10 +264,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -290,10 +296,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -304,10 +310,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -317,10 +323,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -349,10 +355,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -381,10 +387,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -413,14 +419,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -431,7 +436,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -446,14 +451,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -464,7 +468,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -479,10 +483,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -511,10 +515,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -548,15 +552,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -566,10 +573,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -577,10 +586,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -589,6 +600,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -596,11 +608,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -608,11 +622,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -621,10 +637,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -635,10 +653,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -649,10 +669,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -662,10 +684,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -676,10 +700,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -690,10 +716,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -704,10 +732,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -717,11 +747,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -729,6 +761,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -736,6 +769,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -745,6 +779,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -752,11 +787,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -764,11 +801,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -778,11 +817,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -790,6 +831,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -797,6 +839,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -806,11 +849,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -818,11 +863,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -832,11 +879,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -844,11 +893,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -858,29 +909,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -893,14 +946,14 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -912,10 +965,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2000 - User=42.250000s Real=43.065204s Sys=0.020000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=41.800000s Real=42.575852s Sys=0.020000s # ######################################## # @@ -931,7 +981,7 @@ Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.19 MB +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.19 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/runAndEvent/RE04/History b/examples/extended/runAndEvent/RE04/History index 975fc9abbd..93e59a14c7 100644 --- a/examples/extended/runAndEvent/RE04/History +++ b/examples/extended/runAndEvent/RE04/History @@ -1,17 +1,16 @@ +# Example RE04 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example RE04 History file - ------------------------ -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleRE04-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Oct. 29, 2020 M. Asai (exampleRE04-V10-06-00) - Migration to G4RunManagerFactory. diff --git a/examples/extended/runAndEvent/RE04/exampleRE04.out b/examples/extended/runAndEvent/RE04/exampleRE04.out index 0d5416d359..68217d93c5 100644 --- a/examples/extended/runAndEvent/RE04/exampleRE04.out +++ b/examples/extended/runAndEvent/RE04/exampleRE04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -147,7 +151,8 @@ The materials defined are : LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -164,7 +169,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -174,8 +179,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -238,10 +244,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -266,10 +272,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -296,10 +302,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -328,10 +334,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -342,10 +348,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -355,10 +361,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -387,10 +393,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -419,10 +425,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -451,14 +457,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -469,7 +474,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -484,14 +489,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -502,7 +506,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -517,10 +521,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -549,10 +553,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -586,15 +590,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -604,10 +611,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -615,10 +624,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -627,6 +638,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -634,11 +646,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -646,11 +660,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -659,10 +675,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -673,10 +691,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -687,10 +707,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -700,10 +722,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -714,10 +738,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -728,10 +754,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -742,10 +770,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -755,11 +785,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -767,6 +799,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -774,6 +807,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -783,6 +817,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -790,11 +825,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -802,11 +839,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -816,11 +855,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -828,6 +869,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -835,6 +877,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -844,11 +887,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -856,11 +901,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -870,11 +917,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -882,11 +931,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -896,29 +947,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -2927,9 +2980,6 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Summary of Event 999 -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system has been instantiated. Use "/vis/open" or "/vis/sceneHandler/create". Alternatively, to avoid this message, suppress instantiation of vis diff --git a/examples/extended/runAndEvent/RE05/History b/examples/extended/runAndEvent/RE05/History index 6f821456ef..a007779443 100644 --- a/examples/extended/runAndEvent/RE05/History +++ b/examples/extended/runAndEvent/RE05/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example RE05 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example RE05 History file - ------------------------ - (previously N04) - -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleRE05-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 18-10-21 B. Morgan (exampleRE05-V10-07-01) - Use std::string member functions from G4String in place of synonyms diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.out b/examples/extended/runAndEvent/RE05/exampleRE05.out index 978480ccc5..d557deed49 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.out +++ b/examples/extended/runAndEvent/RE05/exampleRE05.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -46,6 +46,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -86,7 +90,8 @@ Some /vis commands (optionally) take a string to specify colour. LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -103,7 +108,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -113,8 +118,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -177,10 +183,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -205,10 +211,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -235,10 +241,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -267,10 +273,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -281,10 +287,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -294,10 +300,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -326,10 +332,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -358,10 +364,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -390,14 +396,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -408,7 +413,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -423,14 +428,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -441,7 +445,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -456,10 +460,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -488,10 +492,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -525,16 +529,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -544,10 +551,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -555,10 +564,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -567,10 +578,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -578,11 +591,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -590,11 +605,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -603,10 +620,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -617,10 +636,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -631,10 +652,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -644,10 +667,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -658,10 +683,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -672,10 +699,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -686,10 +715,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -699,11 +730,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -711,6 +744,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -718,6 +752,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -727,6 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -734,11 +770,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -746,11 +784,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -760,11 +800,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -772,6 +814,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -779,6 +822,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -788,12 +832,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -801,12 +847,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -816,12 +864,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -829,11 +879,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -843,29 +895,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -892,35 +946,35 @@ Region -- -- appears in world vo Index : 0 used in the geometry : Yes Material : Air Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : ArgonGas Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Silicon Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.85422 keV e- 423.34 keV e+ 409.007 keV proton 70 keV + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Scintillator Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09753 keV e- 281.859 keV e+ 275.031 keV proton 70 keV + Energy thresholds : gamma 2.09705 keV e- 281.862 keV e+ 275.024 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Lead Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.659 keV e- 1.00699 MeV e+ 946.934 keV proton 70 keV + Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -955,9 +1009,9 @@ See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. G4HEPEvtInterface - reading 484 HEPEvt particles from pythia_event.data. >>> Event 0 - 38 hits are stored in RE05TrackerHitsCollection. - 42 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 5.1008857029876 (GeV) + 33 hits are stored in RE05TrackerHitsCollection. + 45 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 5.7767695473491 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 755 HEPEvt particles from pythia_event.data. >>> Event 1 @@ -975,19 +1029,19 @@ G4HEPEvtInterface - reading 448 HEPEvt particles from pythia_event.data. >>> Event 3 0 hits are stored in RE05TrackerHitsCollection. 3 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0.5254515590861 (GeV) + Total energy deposition in calorimeter : 0.52041749038596 (GeV) 0 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 945 HEPEvt particles from pythia_event.data. >>> Event 4 - 87 hits are stored in RE05TrackerHitsCollection. - 53 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 8.9707427452579 (GeV) + 96 hits are stored in RE05TrackerHitsCollection. + 66 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 11.362807054804 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 837 HEPEvt particles from pythia_event.data. >>> Event 5 39 hits are stored in RE05TrackerHitsCollection. 7 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 2.8929200843678 (GeV) + Total energy deposition in calorimeter : 2.9069264051699 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. >>> Event 6 @@ -997,29 +1051,26 @@ G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. 0 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 627 HEPEvt particles from pythia_event.data. >>> Event 7 - 42 hits are stored in RE05TrackerHitsCollection. - 30 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 6.8128502460118 (GeV) + 31 hits are stored in RE05TrackerHitsCollection. + 34 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 6.7212744397673 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 682 HEPEvt particles from pythia_event.data. >>> Event 8 - 49 hits are stored in RE05TrackerHitsCollection. - 50 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 10.32637886056 (GeV) + 46 hits are stored in RE05TrackerHitsCollection. + 48 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 9.5320007877693 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 330 HEPEvt particles from pythia_event.data. >>> Event 9 - 16 hits are stored in RE05TrackerHitsCollection. - 22 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 4.878101168525 (GeV) + 17 hits are stored in RE05TrackerHitsCollection. + 23 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 5.3027603255145 (GeV) 1 hits are stored in RE05MuonHitsCollection. Run terminated. Run Summary Number of events processed : 10 - User=1.410000s Real=1.420992s Sys=0.000000s -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + User=1.470000s Real=1.496882s Sys=0.010000s # Graphics systems deleted. Visualization Manager deleting... @@ -1036,11 +1087,12 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 423 +Total navigation history collections cleaned: 421 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.691 MB +Pool ID '20G4NavigationLevelRep', size : 0.689 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.685 MB Pool ID '16G4SmartVoxelNode', size : 0.00385 MB Pool ID '17G4SmartVoxelProxy', size : 0.00192 MB Pool ID '7G4Event', size : 0.000961 MB @@ -1049,18 +1101,17 @@ Pool ID '16G4HEPEvtParticle', size : 0.0221 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.688 MB Pool ID '7G4Track', size : 1.17 MB Pool ID '18G4TouchableHistory', size : 0.0509 MB Pool ID '15G4CountedObjectIvE', size : 0.00673 MB Pool ID '12G4Trajectory', size : 0.0279 MB -Pool ID '17G4TrajectoryPoint', size : 0.148 MB +Pool ID '17G4TrajectoryPoint', size : 0.156 MB Pool ID '14RE05TrackerHit', size : 0.00385 MB -Pool ID '18RE05CalorimeterHit', size : 0.00769 MB +Pool ID '18RE05CalorimeterHit', size : 0.00961 MB Pool ID '11RE05MuonHit', size : 0.000961 MB Pool ID '21G4TrajectoryContainer', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00673 MB -Pool ID '17G4ReactionProduct', size : 0.0106 MB +Pool ID '10G4Fragment', size : 0.00865 MB +Pool ID '17G4ReactionProduct', size : 0.0125 MB Number of memory pools allocated: 22 of which, static: 0 Dynamic pools deleted: 22 / Total memory freed: 3 MB ============================================================ diff --git a/examples/extended/runAndEvent/RE06/History b/examples/extended/runAndEvent/RE06/History index 34e3793e1b..5ca2f169cc 100644 --- a/examples/extended/runAndEvent/RE06/History +++ b/examples/extended/runAndEvent/RE06/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Example RE06 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example RE06 History file - ------------------------ - (previously N07) - -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleRE06-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Oct. 05, 2021 M. Asai (exampleRE06-V10-07-01) - Changing the order of deleting RE06SteppingVerbose to be prior to diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index 4a5c72aa5c..e6fd146653 100644 --- a/examples/extended/runAndEvent/RE06/exampleRE06.out +++ b/examples/extended/runAndEvent/RE06/exampleRE06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -215,7 +219,8 @@ Region -- -- appears in world volume LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -232,7 +237,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -242,8 +247,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -306,10 +312,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -334,10 +340,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -364,10 +370,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -396,10 +402,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -410,10 +416,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -423,10 +429,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -455,10 +461,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -487,10 +493,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -519,14 +525,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -537,7 +542,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -552,14 +557,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -570,7 +574,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -585,10 +589,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -617,10 +621,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -654,15 +658,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -672,10 +679,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -683,10 +692,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -695,6 +706,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -702,11 +714,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -714,11 +728,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -727,10 +743,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -741,10 +759,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -755,10 +775,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -768,10 +790,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -782,10 +806,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -796,10 +822,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -810,10 +838,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -823,11 +853,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -835,6 +867,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -842,6 +875,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -851,6 +885,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -858,11 +893,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -870,11 +907,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -884,11 +923,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -896,6 +937,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -903,6 +945,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -912,11 +955,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -924,11 +969,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -938,11 +985,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -950,11 +999,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -964,11 +1015,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= @@ -976,18 +1029,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -1000,49 +1053,49 @@ Max 2J for sampling of angular correlations 10 Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 100 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 100 keV Region(s) which use this couple : Calor-A Index : 2 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.18824 keV e- 346.458 keV e+ 335.417 keV proton 100 keV + Energy thresholds : gamma 6.18871 keV e- 346.448 keV e+ 335.412 keV proton 100 keV Region(s) which use this couple : Calor-A Index : 3 used in the geometry : Yes Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 100 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 100 keV Region(s) which use this couple : Calor-B Index : 4 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.18824 keV e- 346.458 keV e+ 335.417 keV proton 100 keV + Energy thresholds : gamma 6.18871 keV e- 346.448 keV e+ 335.412 keV proton 100 keV Region(s) which use this couple : Calor-B Index : 5 used in the geometry : Yes Material : Lead Range cuts : gamma 10 cm e- 10 cm e+ 10 cm proton 10 cm - Energy thresholds : gamma 2.1815 MeV e- 434.385 MeV e+ 405.822 MeV proton 10 MeV + Energy thresholds : gamma 2.18143 MeV e- 434.372 MeV e+ 405.824 MeV proton 10 MeV Region(s) which use this couple : Calor-C Index : 6 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 10 cm e- 10 cm e+ 10 cm proton 10 cm - Energy thresholds : gamma 56.4682 keV e- 24.394 MeV e+ 22.8153 MeV proton 10 MeV + Energy thresholds : gamma 56.4685 keV e- 24.394 MeV e+ 22.815 MeV proton 10 MeV Region(s) which use this couple : Calor-C @@ -1054,7 +1107,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10 - User=1.520000s Real=1.953893s Sys=0.410000s + User=1.710000s Real=2.223964s Sys=0.460000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1062,128 +1115,125 @@ Region : Calor-A Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 4.7838 GeV Gap 520.488 MeV + Absorber 3.73287 GeV Gap 449.273 MeV Number of secondaries in an event : - gamma in Absorber 1869 in Gap 108.8 - e- in Absorber 3075 in Gap 295.3 - e+ in Absorber 200.3 in Gap 7.8 + gamma in Absorber 1278.4 in Gap 82.2 + e- in Absorber 2133.3 in Gap 226.8 + e+ in Absorber 134.1 in Gap 5.1 Minimum kinetic energy of generated secondaries : - gamma in Absorber 84.5894 keV in Gap 6.19036 keV - e- in Absorber 100.081 eV in Gap 157.767 eV - e+ in Absorber 3.80902 keV in Gap 159.724 keV + gamma in Absorber 20.2804 keV in Gap 6.25161 keV + e- in Absorber 129.647 eV in Gap 119.191 eV + e+ in Absorber 6.79355 keV in Gap 168.397 keV Total track length of e+/e- in an event : - Absorber 2.44287 m Gap 1.56874 m + Absorber 1.70185 m Gap 1.24329 m Total number of steps of e+/e- in an event : - Absorber 7865.2 Gap 1098.3 + Absorber 5446.5 Gap 847.1 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 4781.32 1792.4 2514.3 175.7 3444.12 6989.8 - 1 320.172 122.9 480.8 21.2 362.418 1157.3 - 2 106.375 34.8 185.4 6.1 106.969 413.8 - 3 45.335 13.9 86.6 2.9 44.6587 183.3 - 4 18.8568 4.5 41.9 0.5 19.1775 92.2 - 5 13.0949 3.8 23.1 0.8 13.5284 48 - 6 7.31036 2.6 14.1 0.5 7.28519 30.6 - 7 2.77357 0.3 7.4 0 2.45698 14.5 - 8 0.978686 0.2 2.8 0 1.02951 6.8 - 9 2.20563 0.7 3.4 0.2 3.33396 7.2 - 10 2.18421 0.6 3.6 0.1 2.33109 6.9 - 11 1.59387 0.8 3.3 0.1 2.90314 6.4 - 12 1.28472 0.1 2.2 0 0.892456 4.4 - 13 0.260081 0 0.7 0 0.220009 1 - 14 0.387543 0 0.5 0 0.220796 0.9 - 15 0.112878 0.2 0.2 0 0.0597586 0.4 - 16 0.00325187 0 0 0 0 0 - 17 0.0111714 0 0 0 0 0 - 18 0.00690534 0 0 0 0 0 - 19 0.00476788 0 0 0 0 0 + 0 3812.39 1227.3 1766.2 116.7 2521.33 4933.1 + 1 222.686 83.5 321 13.7 252.138 760.4 + 2 74.5275 25.5 130 3.9 90.2115 289 + 3 33.9789 11 63.1 2.2 35.7141 134.5 + 4 19.2164 6.5 34 1.7 21.5345 73.9 + 5 9.07255 3.6 17.6 0.5 13.2476 46.8 + 6 3.95289 0.9 9.4 0.2 5.11225 23.3 + 7 2.28967 0.8 6.9 0 2.10314 12.6 + 8 0.620537 0.1 2.2 0 0.948616 3.8 + 9 0.669789 0.4 2.1 0.1 0.484591 4.5 + 10 0.21807 0 0.5 0 0.0851421 0.8 + 11 0.79251 0.3 1.9 0.1 0.90204 3 + 12 0.610164 0.1 1.5 0 0.519243 2.3 + 13 0.0920134 0.2 0.4 0 0.0459266 0.6 + 14 0.219831 0 1.1 0 0.238864 1.6 + 15 0.196592 0 0.5 0 0.10849 0.7 + 16 0.0664292 0.2 0.3 0 0.0123588 0.5 + 17 0.037295 0 0.2 0 0.0342188 0.2 + 18 0.129016 0 0.7 0 0.0547376 1 + 19 0.318824 0.2 0.3 0.1 0.237176 0.7 ############################################################ Region : Calor-B Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 2.75577 GeV Gap 341.955 MeV + Absorber 4.47854 GeV Gap 483.231 MeV Number of secondaries in an event : - gamma in Absorber 747 in Gap 43.4 - e- in Absorber 1259.2 in Gap 139.1 - e+ in Absorber 76.4 in Gap 3 + gamma in Absorber 1694.9 in Gap 88.8 + e- in Absorber 2779.9 in Gap 252.7 + e+ in Absorber 181.1 in Gap 4.3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 101.914 keV in Gap 6.23962 keV - e- in Absorber 143.679 eV in Gap 370.949 eV - e+ in Absorber 8.39095 keV in Gap 133.446 keV + gamma in Absorber 101.804 keV in Gap 6.19015 keV + e- in Absorber 110.7 eV in Gap 359.766 eV + e+ in Absorber 8.79486 keV in Gap 191.326 keV Total track length of e+/e- in an event : - Absorber 1.00452 m Gap 70.6033 cm + Absorber 2.23228 m Gap 1.40335 m Total number of steps of e+/e- in an event : - Absorber 3220.4 Gap 491.4 + Absorber 7183.7 Gap 985 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2893.03 717.7 1060 67.2 1501.46 2958.6 - 1 123.564 44.9 190.4 7 137.941 440.2 - 2 41.7476 13 73.6 2.5 38.0104 156.4 - 3 19.3559 8.1 33.6 1.4 16.2339 72.9 - 4 10.2726 3.4 19.6 0.7 8.08314 40.6 - 5 5.07656 1.6 10.4 0.3 4.50812 20.6 - 6 1.69315 0.7 4 0.1 1.39012 8.6 - 7 1.595 0.7 3 0.1 1.50767 6.3 - 8 0.371411 0 1.3 0 0.232271 1.9 - 9 0.21568 0.1 0.5 0 0.196337 0.8 - 10 0.206272 0 0.7 0.1 0.290623 1.7 - 11 0.245833 0.2 0.3 0 0.155621 1.7 - 12 0.000440347 0 0 0 0 0 - 13 0.208539 0 0.4 0 0.368449 0.9 - 14 0.00408981 0 0 0 0 0 - 15 0.00291653 0 0 0 0 0 - 16 0.0078819 0 0 0 0 0 - 17 0.0134555 0 0.1 0 0.0100802 0.1 - 18 0.0965685 0 0.4 0 0.160031 0.5 - 19 0.0056511 0 0 0 0 0 + 0 4505.28 1620.8 2291.4 157.5 3128.46 6413.4 + 1 275.22 104.8 411.7 17.4 320.002 1004.7 + 2 89.118 26.9 158.4 4.6 94.8624 333.8 + 3 45.6014 16.1 82.1 3.6 45.3885 201.9 + 4 20.9511 7.6 39.6 0.9 16.1477 91.8 + 5 9.90439 3 18.7 0.7 10.7 51.4 + 6 6.55451 2.2 12.5 0.3 7.74589 25.9 + 7 2.78084 1 5.3 0.3 2.94306 10.6 + 8 1.10734 0.2 3.3 0 1.3989 7.8 + 9 1.28192 0.1 2 0 2.14456 3.9 + 10 0.571742 0 1.4 0 1.1743 2.9 + 11 0.792085 0.3 2 0.1 0.837633 3.3 + 12 0.261769 0 0.4 0 0.464271 4.2 + 13 0.107439 0 0.4 0 0.2882 1.1 + 14 0.607401 0.1 0.5 0 1.99981 6 + 15 0.106785 0 0.6 0 0.119152 1.1 + 16 0.425336 0 0.6 0 0.25739 1.6 + 17 0.165631 0.1 0.6 0 0.0599282 0.8 + 18 0.345856 0.1 0.3 0 0.222186 0.7 + 19 0.00886694 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.95219 GeV Gap 306.203 MeV + Absorber 3.05439 GeV Gap 325.043 MeV Number of secondaries in an event : - gamma in Absorber 159.6 in Gap 17.3 - e- in Absorber 290.5 in Gap 25.4 - e+ in Absorber 44.8 in Gap 1.7 + gamma in Absorber 195.5 in Gap 22.1 + e- in Absorber 352.3 in Gap 32.9 + e+ in Absorber 53.4 in Gap 2.9 Minimum kinetic energy of generated secondaries : - gamma in Absorber 307.851 keV in Gap 62.2251 keV - e- in Absorber 1.29753 keV in Gap 582.822 eV - e+ in Absorber 51.4223 keV in Gap 792.083 keV + gamma in Absorber 159.242 keV in Gap 58.7721 keV + e- in Absorber 201.923 eV in Gap 172.786 eV + e+ in Absorber 17.5407 keV in Gap 214.377 keV Total track length of e+/e- in an event : - Absorber 46.7201 cm Gap 29.7881 cm + Absorber 58.3377 cm Gap 39.2386 cm Total number of steps of e+/e- in an event : - Absorber 828.5 Gap 123.9 + Absorber 1052 Gap 173.6 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3158.54 159.1 218.1 39.6 655.3 695.2 - 1 58.0098 10.6 49.1 3.9 66.1275 144.6 - 2 21.9807 2.9 22.4 1.2 23.6105 55.6 - 3 9.78891 1.7 12.1 0.7 9.52695 24.2 - 4 4.58884 0.9 4.6 0.3 3.7405 9 - 5 2.87535 0.9 4 0.4 4.58484 12.8 - 6 1.24358 0.4 3.5 0.2 0.80508 6.3 - 7 0.490793 0.2 0.7 0.1 0.276684 1.4 - 8 0.00154418 0 0 0 0 0 - 9 0.221095 0 0.3 0 0.439479 0.6 - 10 0.211273 0 0.3 0 0.164607 0.5 - 11 0.000121777 0 0 0 0 0 - 12 0.158603 0 0.2 0 0.270123 0.9 - 13 0.173963 0.2 0.2 0.1 0.102054 0.6 - 14 0.0518735 0 0.2 0 0.021195 0.3 - 15 0.000481038 0 0 0 0 0 - 16 0.000520259 0 0 0 0 0 - 17 0.018107 0 0.1 0 0.00222492 0.2 - 18 0.0349583 0 0.1 0 0.111058 0.2 - 19 0.000265886 0 0 0 0 0 + 0 3238.66 192.1 250.2 46.9 832.887 863.1 + 1 90.1041 17 74.5 5.9 87.6295 192.9 + 2 27.7658 4.9 27.8 2.2 29.6787 84.9 + 3 9.25121 1.4 10.9 0.4 12.6936 31.2 + 4 5.66871 0.8 9.5 0.4 4.83739 20 + 5 3.85501 1 4.6 0.4 4.88537 16 + 6 2.25882 0.2 3.7 0.1 2.01111 7.9 + 7 0.45927 0 0.7 0 0.300427 1.3 + 8 0.323809 0.2 0.7 0 0.230695 1.2 + 9 0.258813 0 1 0 0.130851 1.4 + 10 0.106277 0 0.4 0 0.0413493 0.6 + 11 0.303283 0 0.6 0 0.209456 0.7 + 12 0.18801 0 0.3 0 0.108854 2.4 + 13 0.166824 0 0 0 0.103681 1.4 + 14 0.0346391 0 0.3 0 0.0139571 0.6 + 15 0.00781652 0 0 0 0 0 + 16 0.00223066 0 0 0 0 0 + 17 0.00403513 0 0 0 0 0 + 18 0.0081599 0 0 0 0 0 + 19 0.00414026 0 0 0 0 0 ############################################################ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/dumpCouples ========= Table of registered couples ============================ @@ -1191,49 +1241,49 @@ layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 100 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 100 keV Region(s) which use this couple : Calor-A Index : 2 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.18824 keV e- 346.458 keV e+ 335.417 keV proton 100 keV + Energy thresholds : gamma 6.18871 keV e- 346.448 keV e+ 335.412 keV proton 100 keV Region(s) which use this couple : Calor-A Index : 3 used in the geometry : Yes Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 100 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 100 keV Region(s) which use this couple : Calor-B Index : 4 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.18824 keV e- 346.458 keV e+ 335.417 keV proton 100 keV + Energy thresholds : gamma 6.18871 keV e- 346.448 keV e+ 335.412 keV proton 100 keV Region(s) which use this couple : Calor-B Index : 5 used in the geometry : Yes Material : Lead Range cuts : gamma 10 cm e- 10 cm e+ 10 cm proton 10 cm - Energy thresholds : gamma 2.1815 MeV e- 434.385 MeV e+ 405.822 MeV proton 10 MeV + Energy thresholds : gamma 2.18143 MeV e- 434.372 MeV e+ 405.824 MeV proton 10 MeV Region(s) which use this couple : Calor-C Index : 6 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 10 cm e- 10 cm e+ 10 cm proton 10 cm - Energy thresholds : gamma 56.4682 keV e- 24.394 MeV e+ 22.8153 MeV proton 10 MeV + Energy thresholds : gamma 56.4685 keV e- 24.394 MeV e+ 22.815 MeV proton 10 MeV Region(s) which use this couple : Calor-C @@ -1288,49 +1338,49 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 47.4695 keV e- 385.269 keV e+ 369.258 keV proton 20 keV + Energy thresholds : gamma 47.4725 keV e- 385.265 keV e+ 369.257 keV proton 20 keV Region(s) which use this couple : Calor-A Index : 2 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 2.80452 keV e- 124.86 keV e+ 122.461 keV proton 20 keV + Energy thresholds : gamma 2.80452 keV e- 124.871 keV e+ 122.461 keV proton 20 keV Region(s) which use this couple : Calor-A Index : 3 used in the geometry : Yes Material : Lead Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 120.814 keV e- 2.63486 MeV e+ 2.44154 MeV proton 200 keV + Energy thresholds : gamma 120.809 keV e- 2.6349 MeV e+ 2.44155 MeV proton 200 keV Region(s) which use this couple : Calor-B Index : 4 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 8.70369 keV e- 565.299 keV e+ 542.893 keV proton 200 keV + Energy thresholds : gamma 8.70246 keV e- 565.305 keV e+ 542.903 keV proton 200 keV Region(s) which use this couple : Calor-B Index : 5 used in the geometry : Yes Material : Lead Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 420.413 keV e- 35.3541 MeV e+ 32.7569 MeV proton 2 MeV + Energy thresholds : gamma 420.409 keV e- 35.3542 MeV e+ 32.7564 MeV proton 2 MeV Region(s) which use this couple : Calor-C Index : 6 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 26.998 keV e- 4.26714 MeV e+ 3.98966 MeV proton 2 MeV + Energy thresholds : gamma 26.9996 keV e- 4.26713 MeV e+ 3.9897 MeV proton 2 MeV Region(s) which use this couple : Calor-C @@ -1340,7 +1390,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=2.100000s Real=2.658352s Sys=0.530000s + User=1.710000s Real=2.159349s Sys=0.430000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1348,128 +1398,125 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 2.97826 GeV Gap 386.366 MeV + Absorber 3.1096 GeV Gap 367.08 MeV Number of secondaries in an event : - gamma in Absorber 1136.8 in Gap 67.1 - e- in Absorber 1974.4 in Gap 267.1 - e+ in Absorber 87.4 in Gap 3.5 + gamma in Absorber 1238 in Gap 62.7 + e- in Absorber 2105.9 in Gap 249.4 + e+ in Absorber 99.2 in Gap 2.5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 47.4709 keV in Gap 2.84625 keV - e- in Absorber 24.2456 eV in Gap 79.0245 eV - e+ in Absorber 5.98897 keV in Gap 156.885 keV + gamma in Absorber 47.4743 keV in Gap 2.82725 keV + e- in Absorber 20.6017 eV in Gap 28.2001 eV + e+ in Absorber 20.5829 keV in Gap 726.266 keV Total track length of e+/e- in an event : - Absorber 1.26045 m Gap 96.826 cm + Absorber 1.36113 m Gap 87.091 cm Total number of steps of e+/e- in an event : - Absorber 4887.1 Gap 803.5 + Absorber 5204.6 Gap 754 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3129.55 1097.5 1808.7 77.3 1954.71 4699.4 - 1 142.95 65.1 242.7 8.4 177.265 547.6 - 2 47.5854 22.6 94.4 2.4 48.9921 211.4 - 3 18.3905 7.3 40 1.2 20.0186 93.4 - 4 11.8402 5.4 22.9 1 13.9507 64 - 5 6.3653 3 12.5 0.3 7.28357 35.7 - 6 2.98524 0.7 8.1 0.1 2.1189 13.4 - 7 1.63765 0.8 4.6 0.1 1.82846 11.1 - 8 1.39796 0.8 2.5 0.1 0.959725 5 - 9 0.783987 0.2 1.7 0 0.494381 2.8 - 10 0.626836 0.3 1.5 0 0.455022 3.6 - 11 0.223355 0.1 0.9 0 0.44473 1.6 - 12 0.110675 0 0.2 0 0.0625289 0.3 - 13 0.0161153 0 0.1 0 0.0102465 0.1 - 14 0.0440491 0 0.2 0 0.0503701 0.3 - 15 0.0154315 0 0.1 0 0.0250273 0.1 - 16 0.000412563 0 0 0 0 0 - 17 0.05025 0 0.2 0 0.0170045 0.3 - 18 0.00030076 0 0 0 0 0 - 19 0.0523901 0.1 0.2 0 0.0210744 0.5 + 0 3222.43 1180.1 1891.3 86.3 1956.9 4864.1 + 1 154.54 77.5 259 9.5 176.878 628.4 + 2 52.0933 22.8 100.4 3.1 54.3892 235.7 + 3 25.6284 11.5 51.4 1.6 23.9237 113.2 + 4 8.09096 2.7 20.6 0.4 7.97658 44.7 + 5 5.36888 2 12.8 0.3 5.40939 30.8 + 6 4.1874 2.2 9 0.2 2.82366 18.7 + 7 1.63777 0.9 3.3 0.1 0.997504 8.2 + 8 0.767974 0.1 2.4 0 0.716283 5.4 + 9 0.460265 0.1 0.9 0 0.326338 1.7 + 10 0.204955 0 0.8 0 0.602573 1.3 + 11 0.93572 0.6 2.2 0.2 0.944276 4.1 + 12 0.180403 0 0.7 0 0.094748 1.3 + 13 0.0424084 0 0.2 0 0.0121172 0.3 + 14 0.0849949 0.2 0.3 0 0.0470722 0.7 + 15 0.00371141 0 0 0 0 0 + 16 0.00356456 0 0 0 0 0 + 17 0.000433949 0 0 0 0 0 + 18 0 0 0 0 0 0 + 19 0.00120863 0 0 0 0 0 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 4.80574 GeV Gap 528.95 MeV + Absorber 4.04457 GeV Gap 450.42 MeV Number of secondaries in an event : - gamma in Absorber 1765.3 in Gap 102.8 - e- in Absorber 2955.9 in Gap 267.7 - e+ in Absorber 204.8 in Gap 6.3 + gamma in Absorber 1349 in Gap 77.9 + e- in Absorber 2253.4 in Gap 198.3 + e+ in Absorber 151.5 in Gap 5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 120.849 keV in Gap 8.71502 keV - e- in Absorber 115.273 eV in Gap 123.977 eV - e+ in Absorber 2.0067 keV in Gap 141.698 keV + gamma in Absorber 120.847 keV in Gap 8.85627 keV + e- in Absorber 158.478 eV in Gap 232.117 eV + e+ in Absorber 16.7858 keV in Gap 219.082 keV Total track length of e+/e- in an event : - Absorber 2.39462 m Gap 1.57437 m + Absorber 1.86647 m Gap 1.19345 m Total number of steps of e+/e- in an event : - Absorber 7484.8 Gap 1022.1 + Absorber 5804.1 Gap 797.2 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 4790.54 1681.4 2348.4 176.6 3373.25 6515.3 - 1 328.768 122.1 487.5 22 375.706 1136.4 - 2 110.336 34.9 190.5 7.3 102.002 418.6 - 3 48.4966 14.5 89.7 2.8 45.5212 192 - 4 21.3923 5.7 42.8 0.7 24.1372 95 - 5 12.1534 3.4 21.7 0.4 16.4239 50.2 - 6 10.1341 2.7 17.4 0.7 12.438 40.7 - 7 4.93441 1.8 9.1 0.2 8.28284 21.6 - 8 3.06054 0.8 6.4 0.2 4.42565 14.8 - 9 1.81027 0.3 2.8 0.1 2.54883 7.9 - 10 1.20591 0.4 2.7 0.1 1.32485 4.9 - 11 0.411021 0 1.4 0 0.374237 1.9 - 12 0.100696 0 0.3 0 0.119745 1.4 - 13 0.258663 0 0.7 0 0.145173 1.2 - 14 0.279671 0 0.7 0 0.613916 1.2 - 15 0.101258 0 0.1 0 0.0633889 0.2 - 16 0.00655371 0 0 0 0 0 - 17 0.0179003 0 0.1 0 0.00129207 0.1 - 18 0.200831 0.1 0.3 0 0.511816 1.1 - 19 0.104023 0 0.3 0 0.218476 0.5 + 0 4080.38 1290.3 1804 130 2635.9 5078.6 + 1 263.564 93.2 372.7 17.6 279.711 899.4 + 2 75.8941 23.5 134.6 4.8 67.4505 325.3 + 3 35.8679 8.8 64.7 1.7 39.0296 130.6 + 4 17.4604 4.8 32.9 1.1 16.5209 78 + 5 11.155 3.8 19.9 0.8 10.2051 42.9 + 6 3.51539 0.8 7.8 0.1 2.55953 13.4 + 7 1.92396 0.4 3.9 0.1 3.45598 9.8 + 8 2.16187 0.4 5.3 0.1 1.61796 10 + 9 0.86528 0 1.9 0 1.20809 3.1 + 10 1.16892 0.6 1.8 0.2 0.819531 5.3 + 11 0.121948 0 0.3 0 0.0399465 1.3 + 12 0.179094 0.1 0.1 0 0.124726 0.2 + 13 0.0388571 0 0.1 0 0.0994225 0.1 + 14 0.16612 0 0.3 0 0.0844281 0.5 + 15 0.0203148 0.1 0.3 0 0.0442428 0.3 + 16 0.331663 0.1 0.3 0 0.960382 1.4 + 17 0.0626151 0 0.2 0 0.041399 0.3 + 18 0.0519646 0 0.1 0 0.0130477 0.2 + 19 0.0122721 0 0.1 0 0.0119253 0.1 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 4.00611 GeV Gap 454.586 MeV + Absorber 3.10042 GeV Gap 374.503 MeV Number of secondaries in an event : - gamma in Absorber 825.4 in Gap 61 - e- in Absorber 1573.7 in Gap 144.6 - e+ in Absorber 146.2 in Gap 4.7 + gamma in Absorber 505.7 in Gap 38.9 + e- in Absorber 917.8 in Gap 90.1 + e+ in Absorber 84.3 in Gap 2.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 171.638 keV in Gap 27.1568 keV - e- in Absorber 109.914 eV in Gap 168.455 eV - e+ in Absorber 7.94382 keV in Gap 55.5605 keV + gamma in Absorber 60.585 keV in Gap 27.5846 keV + e- in Absorber 103.58 eV in Gap 134.191 eV + e+ in Absorber 21.4299 keV in Gap 156.392 keV Total track length of e+/e- in an event : - Absorber 1.60607 m Gap 1.08075 m + Absorber 95.385 cm Gap 66.5312 cm Total number of steps of e+/e- in an event : - Absorber 3957.5 Gap 552.2 + Absorber 2345.1 Gap 373.4 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 4068.77 807.2 1172.1 128.8 2262.66 3313.1 - 1 223.992 49.3 290.8 12.5 251.3 659.3 - 2 83.4492 17 122.4 5.1 81.8262 256.6 - 3 38.1868 6.1 57.6 2.1 40.8558 118.2 - 4 19.4084 3 33 1.1 23.6169 73.6 - 5 13.2329 2.1 17 0.7 12.3274 32.7 - 6 5.13163 0.5 9.8 0.1 6.18992 19.1 - 7 2.26419 0.3 3.2 0.1 2.06226 10 - 8 2.3446 0.6 3.8 0.3 2.08179 9.9 - 9 1.37806 0 3 0 2.03233 8.4 - 10 0.238236 0 1.2 0 0.139747 2.2 - 11 1.37172 0.2 2.3 0.1 1.11617 3.5 - 12 0.238826 0 0.7 0 0.208217 1 - 13 0.124701 0 0.2 0 0.0695072 0.3 - 14 0.112351 0 0.2 0 0.0532589 0.3 - 15 0.096882 0 0.3 0 0.0795088 0.4 - 16 0.00758358 0 0 0 0 0 - 17 0.000742218 0 0 0 0 0 - 18 0.255065 0.1 0.5 0 0.168496 0.8 - 19 0.0822914 0 0.2 0 0.0351517 0.3 + 0 3227.41 498.1 718.1 73.8 1409.7 2051.2 + 1 128.414 28.5 150 7.7 137.726 357.1 + 2 48.1666 9 65.6 2.8 38.3316 146.6 + 3 17.2847 3.2 32.4 0.9 13.9471 73.6 + 4 11.9502 2.4 19.8 0.7 10.5326 43.7 + 5 6.13749 1.1 6.6 0.4 4.53656 18.1 + 6 8.15866 0.9 7.1 0.3 1.52653 11.2 + 7 8.61463 0.5 3.8 0.1 1.25752 6.7 + 8 10.4696 0.2 1.3 0 0.320163 2 + 9 6.51482 0 0.3 0 0.186021 2.3 + 10 0.671748 0.1 1.1 0 0.611 1.7 + 11 0.226487 0 0.6 0 0.0886794 0.9 + 12 0.0459026 0 0 0 0 0 + 13 0.227164 0.3 0.3 0 0.0857455 0.6 + 14 0.118184 0 0.2 0 0.0380273 0.3 + 15 0.116709 0.1 0.1 0 0.0363984 0.2 + 16 0.1209 0 0.2 0 0.0527848 0.3 + 17 0.0271967 0 0 0 0 0 + 18 0.0903387 0 0.1 0 0.156325 1.5 + 19 0.0210572 0 0 0 0 0 ############################################################ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/dumpCouples ========= Table of registered couples ============================ @@ -1477,49 +1524,49 @@ layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : Lead Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 47.4695 keV e- 385.269 keV e+ 369.258 keV proton 20 keV + Energy thresholds : gamma 47.4725 keV e- 385.265 keV e+ 369.257 keV proton 20 keV Region(s) which use this couple : Calor-A Index : 2 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 2.80452 keV e- 124.86 keV e+ 122.461 keV proton 20 keV + Energy thresholds : gamma 2.80452 keV e- 124.871 keV e+ 122.461 keV proton 20 keV Region(s) which use this couple : Calor-A Index : 3 used in the geometry : Yes Material : Lead Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 120.814 keV e- 2.63486 MeV e+ 2.44154 MeV proton 200 keV + Energy thresholds : gamma 120.809 keV e- 2.6349 MeV e+ 2.44155 MeV proton 200 keV Region(s) which use this couple : Calor-B Index : 4 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 8.70369 keV e- 565.299 keV e+ 542.893 keV proton 200 keV + Energy thresholds : gamma 8.70246 keV e- 565.305 keV e+ 542.903 keV proton 200 keV Region(s) which use this couple : Calor-B Index : 5 used in the geometry : Yes Material : Lead Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 420.413 keV e- 35.3541 MeV e+ 32.7569 MeV proton 2 MeV + Energy thresholds : gamma 420.409 keV e- 35.3542 MeV e+ 32.7564 MeV proton 2 MeV Region(s) which use this couple : Calor-C Index : 6 used in the geometry : Yes Material : liquidArgon Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 26.998 keV e- 4.26714 MeV e+ 3.98966 MeV proton 2 MeV + Energy thresholds : gamma 26.9996 keV e- 4.26713 MeV e+ 3.9897 MeV proton 2 MeV Region(s) which use this couple : Calor-C @@ -1575,79 +1622,79 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Lead Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 47.4695 keV e- 385.269 keV e+ 369.258 keV proton 20 keV + Energy thresholds : gamma 47.4725 keV e- 385.265 keV e+ 369.257 keV proton 20 keV Index : 2 used in the geometry : No Material : liquidArgon Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 2.80452 keV e- 124.86 keV e+ 122.461 keV proton 20 keV + Energy thresholds : gamma 2.80452 keV e- 124.871 keV e+ 122.461 keV proton 20 keV Index : 3 used in the geometry : No Material : Lead Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 120.814 keV e- 2.63486 MeV e+ 2.44154 MeV proton 200 keV + Energy thresholds : gamma 120.809 keV e- 2.6349 MeV e+ 2.44155 MeV proton 200 keV Index : 4 used in the geometry : No Material : liquidArgon Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 8.70369 keV e- 565.299 keV e+ 542.893 keV proton 200 keV + Energy thresholds : gamma 8.70246 keV e- 565.305 keV e+ 542.903 keV proton 200 keV Index : 5 used in the geometry : No Material : Lead Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 420.413 keV e- 35.3541 MeV e+ 32.7569 MeV proton 2 MeV + Energy thresholds : gamma 420.409 keV e- 35.3542 MeV e+ 32.7564 MeV proton 2 MeV Index : 6 used in the geometry : No Material : liquidArgon Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 26.998 keV e- 4.26714 MeV e+ 3.98966 MeV proton 2 MeV + Energy thresholds : gamma 26.9996 keV e- 4.26713 MeV e+ 3.9897 MeV proton 2 MeV Index : 7 used in the geometry : Yes Material : Aluminium Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 3.24445 keV e- 200.856 keV e+ 196.179 keV proton 20 keV + Energy thresholds : gamma 3.2447 keV e- 200.849 keV e+ 196.186 keV proton 20 keV Region(s) which use this couple : Calor-A Index : 8 used in the geometry : Yes Material : Water Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 1.48803 keV e- 127.8 keV e+ 125.72 keV proton 20 keV + Energy thresholds : gamma 1.48826 keV e- 127.799 keV e+ 125.715 keV proton 20 keV Region(s) which use this couple : Calor-A Index : 9 used in the geometry : Yes Material : Aluminium Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 9.5836 keV e- 1.02736 MeV e+ 978.45 keV proton 200 keV + Energy thresholds : gamma 9.58219 keV e- 1.02736 MeV e+ 978.452 keV proton 200 keV Region(s) which use this couple : Calor-B Index : 10 used in the geometry : Yes Material : Water Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 3.93359 keV e- 570.74 keV e+ 551.016 keV proton 200 keV + Energy thresholds : gamma 3.93438 keV e- 570.752 keV e+ 551.005 keV proton 200 keV Region(s) which use this couple : Calor-B Index : 11 used in the geometry : Yes Material : Aluminium Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 28.2387 keV e- 9.46673 MeV e+ 8.85305 MeV proton 2 MeV + Energy thresholds : gamma 28.2395 keV e- 9.46665 MeV e+ 8.85307 MeV proton 2 MeV Region(s) which use this couple : Calor-C Index : 12 used in the geometry : Yes Material : Water Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 10.4337 keV e- 4.1971 MeV e+ 3.95504 MeV proton 2 MeV + Energy thresholds : gamma 10.4333 keV e- 4.19713 MeV e+ 3.955 MeV proton 2 MeV Region(s) which use this couple : Calor-C @@ -1657,7 +1704,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.460000s Real=0.621834s Sys=0.140000s + User=0.670000s Real=0.877745s Sys=0.190000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1665,128 +1712,125 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 675.352 MeV Gap 291.866 MeV + Absorber 540.012 MeV Gap 241.835 MeV Number of secondaries in an event : - gamma in Absorber 76 in Gap 20.4 - e- in Absorber 469.4 in Gap 228.3 - e+ in Absorber 3.2 in Gap 0.7 + gamma in Absorber 31.2 in Gap 10.7 + e- in Absorber 234 in Gap 138 + e+ in Absorber 0.9 in Gap 0.5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 3.24818 keV in Gap 1.63864 keV - e- in Absorber 109.311 eV in Gap 106.079 eV - e+ in Absorber 115.135 keV in Gap 3.22231 MeV + gamma in Absorber 3.37313 keV in Gap 1.49618 keV + e- in Absorber 127.703 eV in Gap 132.073 eV + e+ in Absorber 2.54884 MeV in Gap 1.0631 MeV Total track length of e+/e- in an event : - Absorber 69.0752 cm Gap 63.8711 cm + Absorber 35.9628 cm Gap 37.0909 cm Total number of steps of e+/e- in an event : - Absorber 912.6 Gap 451.4 + Absorber 473.3 Gap 281.9 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 869.78 72.2 324.1 2.7 1033.65 783.8 - 1 38.0572 10.1 72.8 0.4 123.661 136.6 - 2 16.0027 4.5 60.4 0.1 49.5158 95.8 - 3 11.4005 2.7 57.2 0.1 31.8829 83.6 - 4 4.26506 0.7 36.3 0 9.56868 51.3 - 5 5.34619 1.3 27.6 0.2 15.8454 38.6 - 6 6.0679 1.1 25.2 0.3 17.3658 37.4 - 7 6.07197 1.6 20.8 0 19.6632 34.7 - 8 2.0895 0.8 16.6 0 4.76846 23.6 - 9 2.51856 0.3 14.6 0 8.904 20.6 - 10 2.37833 0.3 9.5 0 7.48929 13.7 - 11 1.02488 0.3 9.3 0 2.9369 12.1 - 12 0.791968 0.1 7 0.1 1.57734 8.5 - 13 0.573081 0.2 3.6 0 1.21905 4.5 - 14 0.210869 0.2 3.6 0 0.236308 4.8 - 15 0.104552 0 1.9 0 0.0981291 2.1 - 16 0.0659804 0 1.8 0 0.0408527 2 - 17 0.302674 0 1.7 0 0.81693 3.4 - 18 0.114761 0 1.4 0 0.207144 4.4 - 19 0.0256942 0 1.2 0 0.00962485 1.3 + 0 751.889 35.5 251 1.1 637.645 563.3 + 1 15.2871 3.4 28.4 0.2 48.8264 67.1 + 2 7.1824 1.9 25.3 0.1 22.8973 37.3 + 3 3.98177 0.6 15.8 0 14.6828 24.6 + 4 1.16888 0.3 11.6 0 3.06158 16.4 + 5 0.430216 0 6.5 0 0.563832 7.4 + 6 0.225269 0.1 5.7 0 0.235632 6.4 + 7 0.143029 0 6.3 0 0.0798845 6.9 + 8 0.309974 0 4.6 0 0.421765 5.4 + 9 0.195388 0 4.2 0 0.356459 4.7 + 10 0.0687079 0 2.2 0 0.0369421 3 + 11 0.126858 0.1 1.3 0 0.184791 1.7 + 12 0.100162 0 1.1 0 0.147799 1.3 + 13 0.0793668 0 1.5 0 0.0646423 1.8 + 14 0.119791 0 0.9 0 0.167728 1.1 + 15 0.273205 0 0.6 0 0.596064 1 + 16 0.0567305 0 0.8 0 0.123574 0.9 + 17 0.0987949 0 0.4 0 0.381101 0.7 + 18 0.0168555 0 0.3 0 0.00999601 0.4 + 19 0.0268881 0 0.6 0 0.0193507 0.6 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 847.106 MeV Gap 367.361 MeV + Absorber 1.53911 GeV Gap 660.326 MeV Number of secondaries in an event : - gamma in Absorber 101.1 in Gap 26.9 - e- in Absorber 518 in Gap 215.1 - e+ in Absorber 6.3 in Gap 1.8 + gamma in Absorber 272.9 in Gap 78.1 + e- in Absorber 1416.7 in Gap 570.5 + e+ in Absorber 21.1 in Gap 5.3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 9.70958 keV in Gap 4.0269 keV - e- in Absorber 108.077 eV in Gap 114.04 eV - e+ in Absorber 160.162 keV in Gap 205.457 keV + gamma in Absorber 9.59096 keV in Gap 3.94241 keV + e- in Absorber 100.445 eV in Gap 110.932 eV + e+ in Absorber 146.721 keV in Gap 411.405 keV Total track length of e+/e- in an event : - Absorber 97.9887 cm Gap 92.162 cm + Absorber 2.62376 m Gap 2.523 m Total number of steps of e+/e- in an event : - Absorber 1035.5 Gap 461.9 + Absorber 2775.4 Gap 1210.6 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 970.773 81.5 168.4 3.8 1213.06 579.4 - 1 92.2285 18.7 100.2 1.5 298.714 220.4 - 2 39.7197 7.2 85.9 0.5 102.985 139.6 - 3 20.1914 3 75.7 0.5 46.1242 107.8 - 4 18.2963 2.2 52.7 0.2 33.7635 78.6 - 5 13.0209 2.1 44 0.4 28.6526 63.5 - 6 6.60881 1.5 35.8 0.3 13.6674 54.1 - 7 6.34096 0.9 31.7 0 20.5421 42.8 - 8 3.81578 0.4 22.9 0.1 10.8433 29.7 - 9 5.18009 1.2 18.3 0 17.4417 28.3 - 10 1.6236 0.2 14.4 0.1 4.36535 18.7 - 11 2.1776 0.6 10.8 0 7.06937 16.6 - 12 2.45616 0.4 8.9 0.2 6.08039 12.8 - 13 4.211 1.1 10.3 0.1 13.7904 15.3 - 14 4.07436 0.8 10.3 0 15.8665 15.8 - 15 3.58877 1.4 8.2 0 9.42123 15.9 - 16 1.81929 0.2 7.6 0 6.42875 10 - 17 2.07279 0.3 6.9 0.1 4.87897 10.2 - 18 3.79218 0.7 5.8 0.1 12.0798 9.1 - 19 6.71422 2.2 4.2 0.1 18.1449 10.8 + 0 1698.84 250.4 406.6 18 3674.01 1489.5 + 1 268.319 62.2 306.4 4.1 857.737 710.1 + 2 96.7714 20.4 240.3 2.4 281.986 406.1 + 3 52.1541 8.4 207.8 0.4 153.732 311.7 + 4 20.684 2.1 171.2 0.3 47.4303 220.8 + 5 15.9406 2.1 150.2 0.5 33.5014 198.2 + 6 8.8609 1.5 109.7 0.1 15.8342 139.3 + 7 9.65441 1.7 80.8 0.3 22.4891 104.6 + 8 9.20387 0.6 72.5 0.1 23.5462 99.3 + 9 3.80474 0.5 53.2 0 6.62332 65.7 + 10 2.4666 0.4 40.3 0.1 3.28543 49.9 + 11 2.08444 0.1 34.8 0 3.21749 41.1 + 12 2.05216 0 21.5 0 5.59217 30.2 + 13 1.95505 0.1 18.4 0 4.41277 24.7 + 14 1.91245 0.2 14.9 0.1 4.24285 19.9 + 15 1.93139 0.3 18.3 0 3.81551 26.6 + 16 0.639309 0 13.6 0 0.925217 16.5 + 17 0.456551 0 9.6 0 0.528411 10.7 + 18 0.500477 0 5.9 0 0.78664 6.5 + 19 0.592883 0 2.9 0 2.17747 4.1 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 646.307 MeV Gap 274.088 MeV + Absorber 559.657 MeV Gap 239.137 MeV Number of secondaries in an event : - gamma in Absorber 38.5 in Gap 9.4 - e- in Absorber 217.3 in Gap 92.2 - e+ in Absorber 2.9 in Gap 0.3 + gamma in Absorber 20 in Gap 7.5 + e- in Absorber 117.7 in Gap 57.2 + e+ in Absorber 1.6 in Gap 0.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 28.324 keV in Gap 12.608 keV - e- in Absorber 101.31 eV in Gap 136.789 eV - e+ in Absorber 153.222 keV in Gap 1.05135 MeV + gamma in Absorber 29.2195 keV in Gap 10.5724 keV + e- in Absorber 183.138 eV in Gap 146.674 eV + e+ in Absorber 1.39634 MeV in Gap 2.23016 MeV Total track length of e+/e- in an event : - Absorber 41.4292 cm Gap 38.6207 cm + Absorber 23.0834 cm Gap 22.7598 cm Total number of steps of e+/e- in an event : - Absorber 401.2 Gap 172.5 + Absorber 225.8 Gap 112.3 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 827.662 32.9 48.4 1.9 534.755 172.9 - 1 54.9389 9.8 52.9 0.8 168.142 117.5 - 2 14.9358 2.8 43.7 0.2 44.3417 67.9 - 3 7.13061 0.6 33.5 0 18.637 46.1 - 4 2.31124 0.4 26.5 0.1 5.73367 33.9 - 5 2.89164 0.6 22.9 0.2 6.21283 28.8 - 6 2.32298 0.2 17.2 0 6.68528 22.9 - 7 1.888 0.1 13.7 0 3.38303 17.5 - 8 1.04953 0 12.8 0 2.11993 14.6 - 9 0.451287 0 9.2 0 0.409294 10.8 - 10 1.18013 0.1 8.9 0 2.22241 10.8 - 11 0.453576 0 6.1 0 0.777413 7.5 - 12 0.217035 0 4.1 0 0.324196 8.7 - 13 0.821923 0.2 2 0 1.97319 2.8 - 14 0.759803 0.1 1.8 0 1.46356 2.9 - 15 0.685903 0.1 2.6 0 1.83043 4 - 16 0.0111742 0 0.4 0 0.0042789 0.4 - 17 0.0606039 0 0.4 0 0.0987594 0.4 - 18 0.329033 0 0.1 0 0.893738 0.6 - 19 0.112274 0 0.4 0 0.120188 0.4 + 0 758.648 21.6 32.6 0.8 341.176 122.3 + 1 17.3013 2.8 22.7 0.6 53.3182 48.3 + 2 9.98911 1.9 21.5 0.3 30.7258 34.1 + 3 3.95631 0.4 18.5 0 12.4401 25.6 + 4 2.115 0 13.4 0 5.89874 18.3 + 5 1.6468 0.3 12.5 0.1 4.07382 15.2 + 6 1.21797 0.3 9.9 0.1 3.00968 13.4 + 7 0.628453 0 9.3 0 0.792452 12.9 + 8 0.548153 0 3.9 0 1.32614 6.4 + 9 0.613709 0 6.9 0 1.67158 8.6 + 10 0.599307 0 6.4 0 1.48104 9.5 + 11 0.229962 0 4.6 0 0.322497 5.4 + 12 0.638179 0.2 3 0.1 1.21706 4.6 + 13 0.146453 0 2.3 0 0.324822 3.4 + 14 0.117906 0 1.6 0 0.155165 3.3 + 15 0.0115393 0 0.8 0 0.00313254 0.9 + 16 0.0250295 0 0.6 0 0.0185203 0.8 + 17 0.0524493 0 1.1 0 0.0632444 1.2 + 18 0.0823964 0 0.9 0 0.0932272 1 + 19 0.0104309 0 0.5 0 0.00644932 0.6 ############################################################ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/dumpCouples ========= Table of registered couples ============================ @@ -1794,79 +1838,79 @@ layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Lead Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 47.4695 keV e- 385.269 keV e+ 369.258 keV proton 20 keV + Energy thresholds : gamma 47.4725 keV e- 385.265 keV e+ 369.257 keV proton 20 keV Index : 2 used in the geometry : No Material : liquidArgon Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 2.80452 keV e- 124.86 keV e+ 122.461 keV proton 20 keV + Energy thresholds : gamma 2.80452 keV e- 124.871 keV e+ 122.461 keV proton 20 keV Index : 3 used in the geometry : No Material : Lead Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 120.814 keV e- 2.63486 MeV e+ 2.44154 MeV proton 200 keV + Energy thresholds : gamma 120.809 keV e- 2.6349 MeV e+ 2.44155 MeV proton 200 keV Index : 4 used in the geometry : No Material : liquidArgon Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 8.70369 keV e- 565.299 keV e+ 542.893 keV proton 200 keV + Energy thresholds : gamma 8.70246 keV e- 565.305 keV e+ 542.903 keV proton 200 keV Index : 5 used in the geometry : No Material : Lead Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 420.413 keV e- 35.3541 MeV e+ 32.7569 MeV proton 2 MeV + Energy thresholds : gamma 420.409 keV e- 35.3542 MeV e+ 32.7564 MeV proton 2 MeV Index : 6 used in the geometry : No Material : liquidArgon Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 26.998 keV e- 4.26714 MeV e+ 3.98966 MeV proton 2 MeV + Energy thresholds : gamma 26.9996 keV e- 4.26713 MeV e+ 3.9897 MeV proton 2 MeV Index : 7 used in the geometry : Yes Material : Aluminium Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 3.24445 keV e- 200.856 keV e+ 196.179 keV proton 20 keV + Energy thresholds : gamma 3.2447 keV e- 200.849 keV e+ 196.186 keV proton 20 keV Region(s) which use this couple : Calor-A Index : 8 used in the geometry : Yes Material : Water Range cuts : gamma 200 um e- 200 um e+ 200 um proton 200 um - Energy thresholds : gamma 1.48803 keV e- 127.8 keV e+ 125.72 keV proton 20 keV + Energy thresholds : gamma 1.48826 keV e- 127.799 keV e+ 125.715 keV proton 20 keV Region(s) which use this couple : Calor-A Index : 9 used in the geometry : Yes Material : Aluminium Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 9.5836 keV e- 1.02736 MeV e+ 978.45 keV proton 200 keV + Energy thresholds : gamma 9.58219 keV e- 1.02736 MeV e+ 978.452 keV proton 200 keV Region(s) which use this couple : Calor-B Index : 10 used in the geometry : Yes Material : Water Range cuts : gamma 2 mm e- 2 mm e+ 2 mm proton 2 mm - Energy thresholds : gamma 3.93359 keV e- 570.74 keV e+ 551.016 keV proton 200 keV + Energy thresholds : gamma 3.93438 keV e- 570.752 keV e+ 551.005 keV proton 200 keV Region(s) which use this couple : Calor-B Index : 11 used in the geometry : Yes Material : Aluminium Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 28.2387 keV e- 9.46673 MeV e+ 8.85305 MeV proton 2 MeV + Energy thresholds : gamma 28.2395 keV e- 9.46665 MeV e+ 8.85307 MeV proton 2 MeV Region(s) which use this couple : Calor-C Index : 12 used in the geometry : Yes Material : Water Range cuts : gamma 2 cm e- 2 cm e+ 2 cm proton 2 cm - Energy thresholds : gamma 10.4337 keV e- 4.1971 MeV e+ 3.95504 MeV proton 2 MeV + Energy thresholds : gamma 10.4333 keV e- 4.19713 MeV e+ 3.955 MeV proton 2 MeV Region(s) which use this couple : Calor-C @@ -1921,79 +1965,79 @@ Region -- -- appears in world volume Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Lead Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 5.9847 keV e- 57.918 keV e+ 56.8398 keV proton 1 keV + Energy thresholds : gamma 5.98493 keV e- 57.9161 keV e+ 56.8459 keV proton 1 keV Index : 2 used in the geometry : No Material : liquidArgon Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 14.1149 keV e+ 13.8266 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 14.1198 keV e+ 13.8296 keV proton 1 keV Index : 3 used in the geometry : No Material : Lead Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 29.3967 keV e- 240.671 keV e+ 232.59 keV proton 10 keV + Energy thresholds : gamma 29.3967 keV e- 240.662 keV e+ 232.588 keV proton 10 keV Index : 4 used in the geometry : No Material : liquidArgon Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.995 keV e- 82.6928 keV e+ 81.3743 keV proton 10 keV + Energy thresholds : gamma 1.99465 keV e- 82.6985 keV e+ 81.3776 keV proton 10 keV Index : 5 used in the geometry : No Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 100 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 100 keV Index : 6 used in the geometry : No Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.18824 keV e- 346.458 keV e+ 335.417 keV proton 100 keV + Energy thresholds : gamma 6.18871 keV e- 346.448 keV e+ 335.412 keV proton 100 keV Index : 7 used in the geometry : Yes Material : Aluminium Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 34.1087 keV e+ 33.7276 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.1132 keV e+ 33.7298 keV proton 1 keV Region(s) which use this couple : Calor-A Index : 8 used in the geometry : Yes Material : Water Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 13.8272 keV e+ 13.5614 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 13.8329 keV e+ 13.5653 keV proton 1 keV Region(s) which use this couple : Calor-A Index : 9 used in the geometry : Yes Material : Aluminium Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.34188 keV e- 131.243 keV e+ 128.772 keV proton 10 keV + Energy thresholds : gamma 2.34198 keV e- 131.247 keV e+ 128.775 keV proton 10 keV Region(s) which use this couple : Calor-B Index : 10 used in the geometry : Yes Material : Water Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.11071 keV e- 85.0292 keV e+ 83.8928 keV proton 10 keV + Energy thresholds : gamma 1.11063 keV e- 85.0315 keV e+ 83.8894 keV proton 10 keV Region(s) which use this couple : Calor-B Index : 11 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91691 keV e- 597.603 keV e+ 574.29 keV proton 100 keV Region(s) which use this couple : Calor-C Index : 12 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93515 keV e- 351.291 keV e+ 341.598 keV proton 100 keV Region(s) which use this couple : Calor-C @@ -2003,7 +2047,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.690000s Real=0.911054s Sys=0.210000s + User=0.830000s Real=1.059280s Sys=0.220000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2011,128 +2055,125 @@ Region : Calor-A Production thresholds : gamma 10 um e- 10 um e+ 10 um Energy deposition in an event : - Absorber 705.05 MeV Gap 310.187 MeV + Absorber 777.304 MeV Gap 344.205 MeV Number of secondaries in an event : - gamma in Absorber 101.9 in Gap 27.1 - e- in Absorber 1423.2 in Gap 1289.2 - e+ in Absorber 4.9 in Gap 0.8 + gamma in Absorber 114.4 in Gap 28.3 + e- in Absorber 1515.5 in Gap 1379 + e+ in Absorber 4.7 in Gap 1.7 Minimum kinetic energy of generated secondaries : - gamma in Absorber 1.00596 keV in Gap 1.00529 keV - e- in Absorber 18.3744 eV in Gap 101.791 eV - e+ in Absorber 738.587 keV in Gap 476.96 keV + gamma in Absorber 999.827 eV in Gap 854.768 eV + e- in Absorber 1.36831 eV in Gap 109.954 eV + e+ in Absorber 280.064 keV in Gap 981.289 keV Total track length of e+/e- in an event : - Absorber 80.3392 cm Gap 75.6051 cm + Absorber 88.5763 cm Gap 77.794 cm Total number of steps of e+/e- in an event : - Absorber 2299.1 Gap 2005 + Absorber 2459.9 Gap 2120.1 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 905.424 96.8 2083.9 3.9 1223.84 3255.3 - 1 52.4836 17.4 190.4 0.5 176.938 382.4 - 2 20.1879 6.5 111.8 0.2 60.5855 191.7 - 3 11.3847 3.4 78 0.5 33.0592 119.7 - 4 7.45338 1.5 61.4 0.2 18.8667 91.6 - 5 8.86834 1.9 54.6 0.2 27.193 82.7 - 6 2.13271 0.8 29 0.2 3.90983 39.6 - 7 1.27618 0 21.7 0 1.78105 27.4 - 8 0.8943 0.2 17.1 0 1.05052 24.6 - 9 1.24762 0.2 14.6 0 2.58468 20 - 10 1.13765 0 11.4 0 2.88435 17.4 - 11 0.723801 0.1 10.8 0 0.96632 15.2 - 12 0.598112 0.1 5.7 0 1.3487 7.7 - 13 0.560491 0 6.2 0 2.15251 9.3 - 14 0.500523 0 6 0 1.97715 7.9 - 15 0.149983 0 3.4 0 0.12972 4 - 16 0.0201394 0 1.1 0 0.00799128 1.3 - 17 0.0344642 0 1.4 0 0.0118686 1.6 - 18 0.102077 0.1 1.7 0 0.129513 2 - 19 0.00334678 0 0.2 0 0.000652004 0.2 + 0 912.969 92.5 2058.9 3.3 1117.89 3131.8 + 1 48.8199 10.8 171.5 0.6 104.241 306.4 + 2 16.8133 3.8 83.7 0.6 43.7562 139.2 + 3 14.8653 3 77.8 0.4 34.0185 122.6 + 4 7.58488 1 50.2 0.2 16.8044 67.8 + 5 6.26753 1 41.3 0 14.2399 59.3 + 6 6.44971 0.8 35.2 0 11.8127 47.6 + 7 11.7776 0.9 35.5 0 5.39573 42.8 + 8 4.98753 1.2 25.7 0.2 18.3958 43.2 + 9 8.38502 2.5 29 0 25.3016 53.3 + 10 5.3906 1.3 24.5 0.1 17.703 44.8 + 11 6.59333 2.3 24.4 0.1 19.468 47 + 12 6.85138 2 27.9 0.1 27.8006 52.8 + 13 11.25 3.8 34.2 0.1 36.3762 67.4 + 14 10.8041 2.9 34.2 0.2 37.5674 73.9 + 15 7.9818 2.5 33.4 0 33.9398 75.6 + 16 3.68616 1 15.4 0 11.7648 29.8 + 17 0.899652 0 9 0 3.79059 15 + 18 2.03802 0.6 10.5 0 6.41721 16.8 + 19 3.80951 1.6 12.3 0.2 11.1726 24 ############################################################ Region : Calor-B Production thresholds : gamma 100 um e- 100 um e+ 100 um Energy deposition in an event : - Absorber 578.466 MeV Gap 265.594 MeV + Absorber 741.545 MeV Gap 318.742 MeV Number of secondaries in an event : - gamma in Absorber 54.3 in Gap 13.3 - e- in Absorber 402.4 in Gap 225.7 - e+ in Absorber 2.2 in Gap 0.3 + gamma in Absorber 96.5 in Gap 27.2 + e- in Absorber 665.6 in Gap 328.9 + e+ in Absorber 4.2 in Gap 1.8 Minimum kinetic energy of generated secondaries : - gamma in Absorber 2.35514 keV in Gap 1.24673 keV - e- in Absorber 103.629 eV in Gap 135.066 eV - e+ in Absorber 831.452 keV in Gap 2.92 MeV + gamma in Absorber 2.35362 keV in Gap 1.11932 keV + e- in Absorber 123.837 eV in Gap 113.543 eV + e+ in Absorber 267.069 keV in Gap 208.631 keV Total track length of e+/e- in an event : - Absorber 47.1796 cm Gap 49.9355 cm + Absorber 85.9748 cm Gap 78.9341 cm Total number of steps of e+/e- in an event : - Absorber 758.6 Gap 449.6 + Absorber 1281 Gap 641.9 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 788.892 54.9 393.9 1.5 810.981 830.5 - 1 29.2892 7 55.7 0.6 93.8611 107.9 - 2 10.4225 2.8 39.7 0.3 31.1648 72.9 - 3 4.28746 1.1 33.5 0.1 10.4395 48.6 - 4 4.11994 1 26.4 0 11.1656 44 - 5 1.58341 0.1 19.3 0 2.75951 24.7 - 6 1.48927 0.2 12.9 0 3.02067 17 - 7 1.06019 0.1 11.7 0 2.228 14 - 8 0.654798 0 8.8 0 1.2242 10.5 - 9 0.258585 0 5.7 0 0.410247 6.8 - 10 0.114519 0 4.3 0 0.0641261 9.4 - 11 0.343544 0.1 3.8 0 0.555075 4.5 - 12 0.227763 0.1 2.9 0 0.329425 3.5 - 13 0.0874541 0 1.3 0 0.123856 1.5 - 14 0.0203255 0 0.6 0 0.0101334 0.8 - 15 0.0393747 0 1.6 0 0.0211099 1.7 - 16 0.0282203 0 0.7 0 0.0173663 1 - 17 0.0503264 0 1.3 0 0.0295072 1.5 - 18 0.174721 0 1 0 0.338137 1.5 - 19 0.224687 0 2 0 0.632797 2.6 + 0 894.444 83.3 469.5 3.3 1140.16 1032.2 + 1 82.1424 20.5 125.2 0.9 267.683 286.9 + 2 28.5418 7.5 81.3 0.8 87.7106 148.6 + 3 10.8323 2.4 62.5 0 35.4584 97.3 + 4 5.65708 0.5 50.8 0.2 14.1406 69.9 + 5 4.35052 0.5 35.3 0.1 10.1216 45 + 6 2.5338 0.8 28.1 0.1 4.72271 37.4 + 7 2.58341 0.2 25.1 0.1 5.37171 32.4 + 8 3.70482 1 19.5 0.2 10.0059 28.5 + 9 2.11932 1.1 14.6 0 6.46306 21.9 + 10 1.26744 0.1 11.6 0 2.26479 14.1 + 11 0.715661 0.1 9.5 0 1.25495 10.8 + 12 0.650787 0.2 6.1 0.1 1.07626 7.7 + 13 0.592373 0.1 5.3 0 1.29677 8.4 + 14 1.31844 0.1 5.6 0 3.18778 7.1 + 15 0.425029 0.1 4.4 0 0.827028 6.5 + 16 0.0958446 0 2 0 0.0651153 2.5 + 17 0.0939727 0 2.5 0 0.114835 2.8 + 18 0.042642 0 1.9 0 0.0198645 2.1 + 19 0.170696 0 2.9 0 0.206119 4.3 ############################################################ Region : Calor-C Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 589.099 MeV Gap 261.441 MeV + Absorber 621.667 MeV Gap 263.923 MeV Number of secondaries in an event : - gamma in Absorber 40 in Gap 11.2 - e- in Absorber 227.6 in Gap 105.6 - e+ in Absorber 1.7 in Gap 0.6 + gamma in Absorber 49.1 in Gap 12.4 + e- in Absorber 253.3 in Gap 109.5 + e+ in Absorber 1.9 in Gap 0.6 Minimum kinetic energy of generated secondaries : - gamma in Absorber 7.03934 keV in Gap 2.93922 keV - e- in Absorber 108.877 eV in Gap 102.528 eV - e+ in Absorber 727.273 keV in Gap 6.27233 MeV + gamma in Absorber 7.06886 keV in Gap 3.08712 keV + e- in Absorber 108.816 eV in Gap 128.985 eV + e+ in Absorber 637.936 keV in Gap 1.4659 MeV Total track length of e+/e- in an event : - Absorber 43.0804 cm Gap 43.9442 cm + Absorber 51.475 cm Gap 46.1943 cm Total number of steps of e+/e- in an event : - Absorber 481.9 Gap 261.5 + Absorber 541.9 Gap 247.5 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 778.571 36.1 118.3 1.3 650.86 393.8 - 1 31.1379 6.1 41.9 0.2 102.62 83.8 - 2 14.5036 3.6 31 0.2 48.4946 57.2 - 3 9.05998 2 29 0.3 26.0192 48.7 - 4 7.01202 2 23.7 0.1 19.359 39 - 5 2.63972 0.4 16.6 0 7.38426 23 - 6 2.18087 0.4 19.4 0 4.1981 24.4 - 7 0.775374 0 11.8 0 0.975715 15.4 - 8 0.698812 0 10.3 0 1.28333 14.7 - 9 0.501781 0 7.8 0 0.614416 8.9 - 10 0.357739 0 3.9 0 0.548078 5.1 - 11 0.861436 0.1 5.5 0.1 3.06206 7 - 12 0.523294 0.3 3.8 0 1.19896 6.9 - 13 0.0195746 0 1.1 0 0.00954541 1.1 - 14 0.202777 0 1.7 0 0.508199 2.3 - 15 0.0812886 0 0.9 0 0.127663 2.2 - 16 0.0418972 0 0.9 0 0.0355215 1 - 17 0.0737864 0 1.2 0 0.0939878 1.4 - 18 0.764829 0.2 1.3 0.1 1.78323 2.2 - 19 0.291916 0 1.6 0 0.628654 2.3 + 0 812.72 45.7 133.7 1.4 761.755 429.5 + 1 39.9518 8.8 47.4 0.7 129.508 108.3 + 2 18.1323 4.9 42.2 0.3 53.4223 71.7 + 3 3.49041 0.6 32 0.1 7.66708 43.5 + 4 2.72356 0.2 21.5 0 5.97441 29.4 + 5 1.38977 0.3 17.8 0 2.24733 20.6 + 6 0.749551 0 12.8 0 1.41437 15.3 + 7 0.649527 0 14.6 0 0.833591 16.7 + 8 1.98452 0.4 14.1 0 5.08864 17.4 + 9 0.663054 0 6.7 0 1.44857 9 + 10 0.887487 0.2 6.5 0 1.84932 8.6 + 11 0.314056 0 3.7 0 0.508428 4.7 + 12 0.254698 0 1.9 0 0.495131 2.5 + 13 0.416427 0 1.9 0 0.887895 3.8 + 14 0.0383681 0 1.1 0 0.0253837 1.4 + 15 0.0252745 0 0.2 0 0.0456362 0.2 + 16 0.0388829 0 0.9 0 0.0233309 0.9 + 17 1.05253 0.4 1.6 0 3.40901 3.3 + 18 0.0279843 0 0.8 0 0.0157134 0.9 + 19 0.0244805 0 0.2 0 0.0199799 0.4 ############################################################ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. /run/dumpCouples ========= Table of registered couples ============================ @@ -2140,79 +2181,79 @@ layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt Index : 0 used in the geometry : Yes Material : Galactic Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : No Material : Lead Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 5.9847 keV e- 57.918 keV e+ 56.8398 keV proton 1 keV + Energy thresholds : gamma 5.98493 keV e- 57.9161 keV e+ 56.8459 keV proton 1 keV Index : 2 used in the geometry : No Material : liquidArgon Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 14.1149 keV e+ 13.8266 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 14.1198 keV e+ 13.8296 keV proton 1 keV Index : 3 used in the geometry : No Material : Lead Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 29.3967 keV e- 240.671 keV e+ 232.59 keV proton 10 keV + Energy thresholds : gamma 29.3967 keV e- 240.662 keV e+ 232.588 keV proton 10 keV Index : 4 used in the geometry : No Material : liquidArgon Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.995 keV e- 82.6928 keV e+ 81.3743 keV proton 10 keV + Energy thresholds : gamma 1.99465 keV e- 82.6985 keV e+ 81.3776 keV proton 10 keV Index : 5 used in the geometry : No Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 101.8 keV e- 1.37159 MeV e+ 1.2826 MeV proton 100 keV + Energy thresholds : gamma 101.797 keV e- 1.37158 MeV e+ 1.2826 MeV proton 100 keV Index : 6 used in the geometry : No Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.18824 keV e- 346.458 keV e+ 335.417 keV proton 100 keV + Energy thresholds : gamma 6.18871 keV e- 346.448 keV e+ 335.412 keV proton 100 keV Index : 7 used in the geometry : Yes Material : Aluminium Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 34.1087 keV e+ 33.7276 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.1132 keV e+ 33.7298 keV proton 1 keV Region(s) which use this couple : Calor-A Index : 8 used in the geometry : Yes Material : Water Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 1 keV e- 13.8272 keV e+ 13.5614 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 13.8329 keV e+ 13.5653 keV proton 1 keV Region(s) which use this couple : Calor-A Index : 9 used in the geometry : Yes Material : Aluminium Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.34188 keV e- 131.243 keV e+ 128.772 keV proton 10 keV + Energy thresholds : gamma 2.34198 keV e- 131.247 keV e+ 128.775 keV proton 10 keV Region(s) which use this couple : Calor-B Index : 10 used in the geometry : Yes Material : Water Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 1.11071 keV e- 85.0292 keV e+ 83.8928 keV proton 10 keV + Energy thresholds : gamma 1.11063 keV e- 85.0315 keV e+ 83.8894 keV proton 10 keV Region(s) which use this couple : Calor-B Index : 11 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Energy thresholds : gamma 6.91691 keV e- 597.603 keV e+ 574.29 keV proton 100 keV Region(s) which use this couple : Calor-C Index : 12 used in the geometry : Yes Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.93516 keV e- 351.296 keV e+ 341.588 keV proton 100 keV + Energy thresholds : gamma 2.93515 keV e- 351.291 keV e+ 341.598 keV proton 100 keV Region(s) which use this couple : Calor-C @@ -2222,7 +2263,7 @@ Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.79 MB +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.93 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/runAndEvent/RE07/History b/examples/extended/runAndEvent/RE07/History index 72b6ba8a7b..f41e96e765 100644 --- a/examples/extended/runAndEvent/RE07/History +++ b/examples/extended/runAndEvent/RE07/History @@ -1,18 +1,16 @@ -------------------------------------------------------------------- +# Example RE07 History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Example RE07 History file - ------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (exampleRE07-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 Nov. 12, 2021 J. Hahnfeld (exampleRE07-V10-07-01) - SpecializedTrackingManager: Fix condition for particles switching diff --git a/examples/extended/runAndEvent/RE07/processes.out b/examples/extended/runAndEvent/RE07/processes.out new file mode 100644 index 0000000000..3f84c68d8e --- /dev/null +++ b/examples/extended/runAndEvent/RE07/processes.out @@ -0,0 +1,78 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +PhysicsList::SetMode: +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. + +------------------------------------------------------------- + ---> The calorimeter is 50 layers of: + G4_Pb: 2.3 mm + G4_lAr: 5.7 mm +------------------------------------------------------------- + + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: G4_Pb density: 11.350 g/cm3 RadL: 5.613 mm Nucl.Int.Length: 18.248 cm + Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.217 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: G4_lAr density: 1.396 g/cm3 RadL: 14.003 cm Nucl.Int.Length: 85.706 cm + Imean: 188.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + +------------------------------------------------------------- + +------------------------------------------------------------ + material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen + + G4_Pb: 775.55 MeV : 16.21 MeV 2.09 +- 0.0661 % 54.8 cm +- 1.26 cm + G4_lAr: 214.33 MeV : 15.46 MeV 7.212 +- 0.2281 % 1.05 m +- 7.92 cm + +------------------------------------------------------------ + Beam particle e- E = 1 GeV + Mean number of gamma 509 + Mean number of e- 868 + Mean number of e+ 53.5 + Mean number of charged steps 3667.62 + Mean number of neutral steps 3692.19 +------------------------------------------------------------ + diff --git a/examples/extended/runAndEvent/RE07/specialized.out b/examples/extended/runAndEvent/RE07/specialized.out new file mode 100644 index 0000000000..4ee9cb1dca --- /dev/null +++ b/examples/extended/runAndEvent/RE07/specialized.out @@ -0,0 +1,78 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +PhysicsList::SetMode: +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. + +------------------------------------------------------------- + ---> The calorimeter is 50 layers of: + G4_Pb: 2.3 mm + G4_lAr: 5.7 mm +------------------------------------------------------------- + + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: G4_Pb density: 11.350 g/cm3 RadL: 5.613 mm Nucl.Int.Length: 18.248 cm + Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.217 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: G4_lAr density: 1.396 g/cm3 RadL: 14.003 cm Nucl.Int.Length: 85.706 cm + Imean: 188.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + +------------------------------------------------------------- + +------------------------------------------------------------ + material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen + + G4_Pb: 774.24 MeV : 18.18 MeV 2.348 +- 0.07425 % 54.7 cm +- 1.4 cm + G4_lAr: 214.49 MeV : 15.96 MeV 7.441 +- 0.2353 % 1.06 m +- 8.16 cm + +------------------------------------------------------------ + Beam particle e- E = 1 GeV + Mean number of gamma 509 + Mean number of e- 868 + Mean number of e+ 53.7 + Mean number of charged steps 3665.78 + Mean number of neutral steps 3688.02 +------------------------------------------------------------ + diff --git a/examples/extended/runAndEvent/RE07/tracking.out b/examples/extended/runAndEvent/RE07/tracking.out new file mode 100644 index 0000000000..d237bfe6f2 --- /dev/null +++ b/examples/extended/runAndEvent/RE07/tracking.out @@ -0,0 +1,78 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +PhysicsList::SetMode: +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. + +------------------------------------------------------------- + ---> The calorimeter is 50 layers of: + G4_Pb: 2.3 mm + G4_lAr: 5.7 mm +------------------------------------------------------------- + + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: G4_Pb density: 11.350 g/cm3 RadL: 5.613 mm Nucl.Int.Length: 18.248 cm + Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.217 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: G4_lAr density: 1.396 g/cm3 RadL: 14.003 cm Nucl.Int.Length: 85.706 cm + Imean: 188.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + +------------------------------------------------------------- + +------------------------------------------------------------ + material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen + + G4_Pb: 775.99 MeV : 16.74 MeV 2.158 +- 0.06824 % 54.8 cm +- 1.3 cm + G4_lAr: 213.94 MeV : 15.58 MeV 7.284 +- 0.2304 % 1.05 m +- 7.93 cm + +------------------------------------------------------------ + Beam particle e- E = 1 GeV + Mean number of gamma 510 + Mean number of e- 874 + Mean number of e+ 53.7 + Mean number of charged steps 3671.37 + Mean number of neutral steps 3699.68 +------------------------------------------------------------ + diff --git a/examples/extended/visualization/movies/History b/examples/extended/visualization/movies/History index bd0038705a..67e96908ad 100644 --- a/examples/extended/visualization/movies/History +++ b/examples/extended/visualization/movies/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example movies History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - examples/extended/visualization/movies History file - ---------------------------------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exam-ext-vis-movies-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 14th July 2021 J. Allison (exam-ext-vis-movies-V10-07-03) - Replace /vis/ogl/printEPS with /vis/ogl/export in relevant macros. diff --git a/examples/extended/visualization/movies/movies.out b/examples/extended/visualization/movies/movies.out index 2ab5b4dec3..c96b4c2be9 100644 --- a/examples/extended/visualization/movies/movies.out +++ b/examples/extended/visualization/movies/movies.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,6 +40,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -123,7 +127,8 @@ Checking overlaps for volume Gap:0 (G4Box) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -140,7 +145,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -150,8 +155,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -214,10 +220,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -242,10 +248,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -272,10 +278,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -304,10 +310,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -318,10 +324,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -331,10 +337,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -363,10 +369,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -395,10 +401,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -427,14 +433,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -445,7 +450,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -460,14 +465,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -478,7 +482,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -493,10 +497,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -525,10 +529,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -562,15 +566,18 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -580,10 +587,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -591,10 +600,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -603,6 +614,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -610,11 +622,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -622,11 +636,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -635,10 +651,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -649,10 +667,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -663,10 +683,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -676,10 +698,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -690,10 +714,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -704,10 +730,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -718,10 +746,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -731,11 +761,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -743,6 +775,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -750,6 +783,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -759,6 +793,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -766,11 +801,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -778,11 +815,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -792,11 +831,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -804,6 +845,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -811,6 +853,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -820,11 +863,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -832,11 +877,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -846,11 +893,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -858,11 +907,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -872,29 +923,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -914,8 +967,5 @@ See commands in /vis/modeling/trajectories/ for other options. --> Event 7 starts. --> Event 8 starts. --> Event 9 starts. -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/visualization/perspective/History b/examples/extended/visualization/perspective/History index 8a9d755608..661ace1a17 100644 --- a/examples/extended/visualization/perspective/History +++ b/examples/extended/visualization/perspective/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example perspective History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - examples/extended/visualization/perspective History file - ------------------------------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exam-ext-vis-persp-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 25th October 2021 B.Morgan (exam-ext-vis-persp-V10-07-00) - Use G4StrUtil functions replacing deprecated G4String member functions diff --git a/examples/extended/visualization/standalone/History b/examples/extended/visualization/standalone/History index de18dbed73..1817f7720f 100644 --- a/examples/extended/visualization/standalone/History +++ b/examples/extended/visualization/standalone/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example standalone History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - examples/extended/visualization/standalone History file - ------------------------------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exam-ext-vis-standalone-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 3rd November 2020 B. Morgan (exam-ext-vis-standalone-V10-06-00) - Support same CMake version range as core Geant4 diff --git a/examples/extended/visualization/userVisAction/History b/examples/extended/visualization/userVisAction/History index fc0d50e9f1..ab3b6a8cc1 100644 --- a/examples/extended/visualization/userVisAction/History +++ b/examples/extended/visualization/userVisAction/History @@ -1,19 +1,16 @@ -------------------------------------------------------------------- +# Example userVisAction History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - examples/extended/visualization/userVisAction History file - ---------------------------------------------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +## 2021-12-10 Ben Morgan (exam-ext-vis-UVA-V11-00-00) +- Change to new Markdown History format - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +--- + +# History entries prior to 11.0 13th November 2020 B. Morgan (exam-ext-vis-UVA-V10-06-01) - Migration to G4RunManagerFactory. diff --git a/examples/extended/visualization/userVisAction/run1.out b/examples/extended/visualization/userVisAction/run1.out index c0f6e1520d..8f2d90c442 100644 --- a/examples/extended/visualization/userVisAction/run1.out +++ b/examples/extended/visualization/userVisAction/run1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,6 +39,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -96,7 +100,8 @@ Checking overlaps for volume Shape2:0 (G4Trd) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -113,7 +118,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -123,8 +128,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -187,10 +193,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -215,10 +221,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -245,10 +251,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -277,10 +283,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -291,10 +297,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -304,10 +310,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -336,10 +342,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -368,10 +374,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -400,14 +406,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -418,7 +423,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -433,14 +438,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -451,7 +455,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -466,10 +470,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -498,10 +502,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -535,16 +539,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -554,10 +561,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -565,10 +574,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -577,10 +588,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -588,11 +601,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -600,11 +615,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -613,10 +630,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -627,10 +646,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -641,10 +662,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -654,10 +677,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -668,10 +693,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -682,10 +709,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -696,10 +725,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -709,11 +740,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -721,6 +754,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -728,6 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -737,6 +772,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -744,11 +780,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -756,11 +794,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -770,11 +810,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -782,6 +824,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -789,6 +832,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -798,12 +842,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -811,12 +857,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -826,12 +874,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -839,11 +889,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -853,29 +905,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -901,28 +955,28 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_A-150_TISSUE Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.28364 keV e- 301.335 keV e+ 293.733 keV proton 70 keV + Energy thresholds : gamma 2.28343 keV e- 301.331 keV e+ 293.733 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_BONE_COMPACT_ICRU Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 3.93535 keV e- 398.373 keV e+ 386.308 keV proton 70 keV + Energy thresholds : gamma 3.93604 keV e- 398.36 keV e+ 386.306 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -963,148 +1017,191 @@ 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.957 73.9 -150 6 0 0 0 Envelope initStep - 1 0.957 73.9 -65.6 1.79 0 84.4 84.4 Envelope compt - 2 100 27.8 79.7 1.79 0 182 266 World Transportation - 3 120 18.6 109 1.79 0 36.7 303 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.957 73.9 -65.6 4.21 0 0 0 Envelope initStep - 1 -0.269 74.4 -59.8 3.25 0.963 6.26 6.26 Envelope eIoni - 2 -0.127 75.1 -55.1 2.4 0.854 5.1 11.4 Envelope eIoni - 3 -0.4 75.6 -51.5 1.68 0.712 4.07 15.4 Envelope eIoni - 4 -1.01 76.4 -48.9 1.16 0.525 3.19 18.6 Envelope eIoni - 5 -1.04 75.1 -47.3 0.794 0.364 2.52 21.1 Envelope eIoni - 6 -0.647 73.7 -47 0.438 0.356 2.02 23.2 Envelope eIoni - 7 -0.798 72.9 -47 0.0594 0.379 1.35 24.5 Envelope eIoni - 8 -0.809 72.9 -47 0 0.0594 0.0588 24.6 Envelope eIoni + 0 -17.5 28.4 -150 6 0 0 0 Envelope initStep + 1 -17.5 28.4 -100 6 0 50 50 Shape1 Transportation + 2 -17.5 28.4 -40 6 0 60 110 Envelope Transportation + 3 -17.5 28.4 40 6 0 80 190 Shape2 Transportation + 4 -17.5 28.4 100 6 0 60 250 Envelope Transportation + 5 -17.5 28.4 150 6 0 50 300 World Transportation + 6 -17.5 28.4 180 6 0 30 330 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 -71 -150 6 0 0 0 Envelope initStep - 1 -20.4 -71 -61.9 0.298 0 88.1 88.1 Envelope compt - 2 -47.6 -100 -94.1 0.298 0 51.1 139 World Transportation - 3 -66.4 -120 -116 0.298 0 35.3 175 OutOfWorld Transportation + 0 33.3 0.957 -150 6 0 0 0 Envelope initStep + 1 33.3 0.957 -136 2.66 0 14.2 14.2 Envelope compt + 2 100 -41.1 20.9 2.66 0 175 190 World Transportation + 3 120 -53.7 67.8 2.66 0 52.6 242 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 -71 -61.9 5.7 0 0 0 Envelope initStep - 1 -20.2 -70.8 -54.2 4.41 1.29 8.04 8.04 Envelope eIoni - 2 -20.7 -70.7 -48.1 3.33 1.08 6.5 14.5 Envelope eIoni - 3 -20.2 -68.6 -44.8 2.01 0.708 4.14 18.7 Envelope eIoni - 4 -20.3 -66.7 -42.2 1.49 0.517 3.59 22.3 Envelope eIoni - 5 -21.3 -65.4 -40.3 1.01 0.483 2.95 25.2 Envelope eIoni - 6 -22.8 -64.7 -39.4 0.554 0.456 2.33 27.6 Envelope eIoni - 7 -23 -64.5 -38.4 0.251 0.304 1.62 29.2 Envelope eIoni - 8 -23.1 -64.5 -38.1 0 0.251 0.645 29.8 Envelope eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.2 -68.6 -44.8 0.614 0 0 0 Envelope initStep - 1 -20.1 -69 -43.8 0.208 0.405 1.73 1.73 Envelope eIoni - 2 -20.1 -69 -43.5 0 0.208 0.482 2.21 Envelope eIoni + 0 33.3 0.957 -136 3.34 0 0 0 Envelope initStep + 1 31.2 0.623 -131 2.48 0.86 5.21 5.21 Envelope eIoni + 2 29.5 0.396 -128 1.76 0.723 4.17 9.38 Envelope eIoni + 3 28.1 2.9 -128 1.3 0.461 3.28 12.7 Envelope eIoni + 4 27.4 4.45 -129 0.857 0.439 2.7 15.4 Envelope eIoni + 5 26.8 5.18 -131 0.537 0.32 2.11 17.5 Envelope eIoni + 6 26.2 5.84 -130 0.204 0.333 1.59 19.1 Envelope eIoni + 7 26.1 5.62 -130 0 0.204 0.468 19.5 Envelope eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 62 -65.5 -150 6 0 0 0 Envelope initStep - 1 62 -65.5 -95.2 2.85 0 54.8 54.8 Envelope compt - 2 50.1 -65.6 -69.6 0.283 0 28.2 83 Envelope compt - 3 72.5 -77.9 -77.6 0.231 0 26.8 110 Envelope compt - 4 73.9 -78.6 -76.5 0.23 0 1.89 112 Envelope compt - 5 85.2 -87 -63.8 0.173 0 19 131 Envelope compt - 6 100 -98 -75.2 0.173 0 21.7 152 World Transportation - 7 120 -113 -90.6 0.173 0 29.3 182 OutOfWorld Transportation - -********************************************************************************************************* -* 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 85.2 -87 -63.8 0.0562 0 0 0 Envelope initStep - 1 85.2 -87 -63.7 0 0.0562 0.0534 0.0534 Envelope eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 73.9 -78.6 -76.5 0.00121 0 0 0 Envelope initStep - 1 73.9 -78.6 -76.5 0 0.00121 7.67e-05 7.67e-05 Envelope 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 72.5 -77.9 -77.6 0.0527 0 0 0 Envelope initStep - 1 72.6 -77.9 -77.7 0 0.0527 0.0478 0.0478 Envelope eIoni + 0 -55.2 4.89 -150 6 0 0 0 Envelope initStep + 1 -55.2 4.89 -122 2.86 0 27.5 27.5 Envelope compt + 2 -4.14 -51 40 2.86 0 179 207 Shape2 Transportation + 3 12.2 -68.8 92 2.85 0 57.3 264 Shape2 compt + 4 14.7 -71.9 100 2.85 0 8.92 273 Envelope Transportation + 5 30.1 -90.7 150 2.85 0 55.6 329 World Transportation + 6 39.3 -102 180 2.85 0 33.4 362 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.1 -65.6 -69.6 2.56 0 0 0 Envelope initStep - 1 48.2 -65.5 -66.2 1.94 0.621 4.27 4.27 Envelope eIoni - 2 47.4 -64.3 -63.4 1.45 0.494 3.51 7.78 Envelope eIoni - 3 46.3 -64.4 -61.2 0.896 0.554 2.9 10.7 Envelope eIoni - 4 45 -65.5 -61.2 0.552 0.344 2.17 12.8 Envelope eIoni - 5 44.2 -65.5 -60.6 0.181 0.371 1.62 14.5 Envelope eIoni - 6 44.1 -65.5 -60.4 0 0.181 0.387 14.9 Envelope eIoni + 0 12.2 -68.8 92 0.00653 0 0 0 Shape2 initStep + 1 12.2 -68.8 92 0 0.00653 0.000719 0.000719 Shape2 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 62 -65.5 -95.2 3.15 0 0 0 Envelope initStep - 1 63.6 -65.5 -90.8 2.39 0.764 4.98 4.98 Envelope eIoni - 2 66 -65.4 -88.1 1.82 0.563 4.06 9.04 Envelope eIoni - 3 67.3 -67.2 -86.1 1.3 0.521 3.36 12.4 Envelope eIoni - 4 66.8 -68.5 -84.2 0.772 0.533 2.71 15.1 Envelope eIoni - 5 67.9 -69 -83.4 0.364 0.408 1.99 17.1 Envelope eIoni - 6 68.4 -69.1 -83.1 0.0311 0.333 1.12 18.2 Envelope eIoni - 7 68.4 -69.1 -83.1 0 0.0311 0.0188 18.2 Envelope eIoni + 0 -55.2 4.89 -122 3.14 0 0 0 Envelope initStep + 1 -55.8 5.56 -120 2.3 0.541 2.84 2.84 Envelope eIoni + 2 -55.2 5.56 -116 1.73 0.566 3.95 6.79 Envelope eIoni + 3 -55.2 5.55 -116 1.55 0.0044 0.034 6.82 Envelope eBrem + 4 -54.3 4.27 -114 0.904 0.643 3.02 9.84 Envelope eIoni + 5 -53.6 3.03 -113 0.538 0.366 2.18 12 Envelope eIoni + 6 -53.7 3.03 -112 0.217 0.321 1.59 13.6 Envelope eIoni + 7 -53.4 3.02 -112 0 0.217 0.513 14.1 Envelope eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -55.2 5.55 -116 0.183 0 0 0 Envelope initStep + 1 -44.3 -10.9 -84.7 0.167 0 37.3 37.3 Envelope compt + 2 -64.8 -32.2 -48.1 0.107 0 47 84.3 Envelope compt + 3 -27.4 -1.99 -54.6 0.107 0 48.5 133 Shape1 Transportation + 4 -2.87 17.8 -58.9 0.0774 0 31.8 165 Shape1 compt + 5 -3.32 16.8 -58.2 0.0673 0 1.34 166 Shape1 compt + 6 -3.8 -1.3 -87.7 0.0575 0 34.6 201 Shape1 compt + 7 0.697 1.55 -87.7 0.0544 0 5.32 206 Shape1 compt + 8 5.94 6.17 -100 0.0544 0 14.1 220 Envelope Transportation + 9 27.3 25 -150 0.0544 0 57.5 278 World Transportation + 10 40.1 36.3 -180 0.0544 0 34.5 312 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.697 1.55 -87.7 0.00311 0 0 0 Shape1 initStep + 1 0.697 1.55 -87.7 0 0.00311 0.000294 0.000294 Shape1 eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.8 -1.3 -87.7 0.00975 0 0 0 Shape1 initStep + 1 -3.8 -1.3 -87.7 0 0.00975 0.0021 0.0021 Shape1 eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.32 16.8 -58.2 0.0101 0 0 0 Shape1 initStep + 1 -3.32 16.8 -58.2 0 0.0101 0.00226 0.00226 Shape1 eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.87 17.8 -58.9 0.0296 0 0 0 Shape1 initStep + 1 -2.86 17.9 -58.9 0 0.0296 0.015 0.015 Shape1 eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -64.8 -32.2 -48.1 0.0604 0 0 0 Envelope initStep + 1 -64.8 -32.2 -48.1 0 0.0604 0.0605 0.0605 Envelope eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.3 -10.9 -84.7 0.0161 0 0 0 Envelope initStep + 1 -44.3 -10.9 -84.7 0 0.0161 0.00589 0.00589 Envelope eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -55.8 5.56 -120 0.299 0 0 0 Envelope initStep + 1 -55.5 5.88 -120 0 0.299 0.842 0.842 Envelope eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.9 -1.18 -150 6 0 0 0 Envelope initStep - 1 34.9 -1.18 40 6 0 190 190 Shape2 Transportation - 2 34.9 -1.18 100 6 0 60 250 Envelope Transportation - 3 34.9 -1.18 150 6 0 50 300 World Transportation - 4 34.9 -1.18 180 6 0 30 330 OutOfWorld Transportation + 0 35.5 -26 -150 6 0 0 0 Envelope initStep + 1 35.5 -26 40 6 0 190 190 Shape2 Transportation + 2 35.5 -26 100 6 0 60 250 Envelope Transportation + 3 35.5 -26 121 1.53 0 21 271 Envelope compt + 4 48.5 -30.7 137 1.47 0 20.9 292 Envelope compt + 5 61.6 -37.9 150 1.47 0 20 312 World Transportation + 6 91.2 -54.3 180 1.47 0 45.2 357 OutOfWorld Transportation + +********************************************************************************************************* +* 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 48.5 -30.7 137 0.0606 0 0 0 Envelope initStep + 1 48.5 -30.7 137 0 0.0606 0.0609 0.0609 Envelope eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.5 -26 121 4.47 0 0 0 Envelope initStep + 1 34.4 -25.5 127 3.46 1.01 6.57 6.57 Envelope eIoni + 2 31.1 -22.4 129 2.27 1.2 5.36 11.9 Envelope eIoni + 3 28.9 -20 131 1.64 0.622 3.91 15.8 Envelope eIoni + 4 28.4 -17.3 130 1.2 0.444 3.14 19 Envelope eIoni + 5 26.5 -17.1 131 0.697 0.504 2.58 21.6 Envelope eIoni + 6 25.7 -17.9 130 0.38 0.317 1.87 23.4 Envelope eIoni + 7 25.1 -17.9 130 0.0237 0.356 1.18 24.6 Envelope eIoni + 8 25.1 -17.9 130 0 0.0237 0.0117 24.6 Envelope eIoni Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.001562s Sys=0.000000s + User=0.000000s Real=0.001601s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 5 gamma of 6 MeV - Dose in scoring volume : 0 picoGy +- 0 picoGy + Dose in scoring volume : 0.0006037614975433381 picoGy +- 0.0005400207002815904 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # # proton 210 MeV to the direction (0.,0.,1.) # @@ -1132,28 +1229,28 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.525620909006347 keV e- 277.6404681912384 keV e+ 270.8148294280157 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.525205046753567 keV e- 277.6325949648837 keV e+ 270.8225713625466 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_A-150_TISSUE Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.283643816825727 keV e- 301.3346317840945 keV e+ 293.7333821937841 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.283428025631864 keV e- 301.3305178493645 keV e+ 293.732853832379 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_BONE_COMPACT_ICRU Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 3.935347501285622 keV e- 398.3729057909528 keV e+ 386.3080862918633 keV proton 69.99999999999999 keV + Energy thresholds : gamma 3.936040379512573 keV e- 398.3596964735049 keV e+ 386.3056464871661 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1166,74 +1263,56 @@ Index : 3 used in the geometry : Yes ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69 -12.8 -150 210 0 0 0 Envelope initStep - 1 69 -12.8 -119 196 13.7 31.1 31.1 Envelope hIoni + 0 -6.19 15.2 -150 210 0 0 0 Envelope initStep + 1 -6.19 15.2 -100 188 21.9 50 50 Shape1 Transportation + 2 -6.74 14.6 -58.5 166 21.6 41.5 91.5 Shape1 hIoni + 3 -7.25 14.5 -40 156 10.4 18.5 110 Envelope Transportation + 4 -7.44 14.5 -32.7 153 3.35 7.33 117 Envelope hadElastic :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 1 --------------- - : 69 -12.8 -119 0.396 e- + : -7.44 14.5 -32.7 0.134 O16 :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 2 68.7 -13 -68 172 24.1 50.9 82 Envelope hIoni - 3 68.6 -13 -51.2 163 8.12 16.8 98.8 Envelope hIoni - :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 2 --------------- - : 68.6 -13 -51.2 0.283 e- - :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 4 66.3 -10.5 -14.3 144 19.4 37.1 136 Envelope hIoni - 5 64.3 -8.11 15.3 127 16.6 29.7 166 Envelope hIoni - 6 62.9 -6.12 39.1 113 14.1 24 190 Envelope hIoni - 7 61.7 -4.42 58.5 101 12.6 19.5 209 Envelope hIoni - 8 60.8 -3.01 74.2 88.7 11.9 15.9 225 Envelope hIoni - 9 60.1 -1.81 86.9 78.3 10.5 12.7 238 Envelope hIoni - 10 60 -1.59 89.6 75.7 2.52 2.7 240 Shape2 Transportation - 11 59.7 -1.16 95.2 67 8.73 5.64 246 Shape2 hIoni - 12 59.5 -0.802 99.7 58.4 8.63 4.56 251 Shape2 hIoni - 13 59.5 -0.778 100 57.8 0.532 0.293 251 Envelope Transportation - 14 59.3 -0.298 106 50.6 7.29 5.98 257 Envelope hIoni - 15 59.3 0.0426 111 44.5 6.01 4.73 262 Envelope hIoni - 16 59.3 0.255 114 39 5.55 3.79 265 Envelope hIoni - 17 59.4 0.389 117 34.1 4.94 3.02 268 Envelope hIoni - 18 59.4 0.458 120 29.8 4.21 2.4 271 Envelope hIoni - 19 59.5 0.529 122 26.2 3.68 1.92 273 Envelope hIoni - 20 59.5 0.59 123 22.7 3.42 1.55 274 Envelope hIoni - 21 59.5 0.66 125 19.7 3.04 1.24 275 Envelope hIoni - 22 59.6 0.691 126 16.9 2.78 0.991 276 Envelope hIoni - 23 59.6 0.726 126 14.6 2.33 0.791 277 Envelope hIoni - 24 59.6 0.755 127 12.5 2.13 0.642 278 Envelope hIoni - 25 59.6 0.778 128 10.3 2.14 0.522 278 Envelope hIoni - 26 59.6 0.794 128 8.29 2.02 0.415 279 Envelope hIoni - 27 59.6 0.81 128 6.4 1.89 0.328 279 Envelope hIoni - 28 59.6 0.82 129 4.48 1.93 0.258 279 Envelope hIoni - 29 59.6 0.833 129 2.49 1.99 0.193 280 Envelope hIoni - 30 59.6 0.841 129 0.0274 2.46 0.109 280 Envelope hIoni - 31 59.6 0.841 129 0 0.0274 0.000787 280 Envelope hIoni + 5 -6.33 10.9 -0.00917 134 18.5 32.9 150 Envelope hIoni + 6 -5.12 8.4 26.1 118 15.7 26.2 176 Envelope hIoni + 7 -4.77 7.15 40 109 9.51 14 190 Shape2 Transportation + 8 -4.43 6.09 50.6 96.1 12.9 10.6 201 Shape2 hIoni + 9 -4.15 5.49 59.1 83.7 12.4 8.53 210 Shape2 hIoni + 10 -4 4.93 65.7 73.6 10.1 6.71 216 Shape2 hIoni + 11 -3.87 4.63 71.1 64.2 9.32 5.36 222 Shape2 hIoni + 12 -3.63 4.47 75.3 56.6 7.66 4.24 226 Shape2 hIoni + 13 -3.42 4.25 78.7 49.3 7.27 3.41 229 Shape2 hIoni + 14 -3.26 4.02 81.4 43.2 6.13 2.7 232 Shape2 hIoni + 15 -3.12 3.83 83.5 37.3 5.85 2.16 234 Shape2 hIoni + 16 -2.98 3.64 85.2 32.8 4.56 1.7 236 Shape2 hIoni + 17 -2.87 3.5 86.6 28.3 4.42 1.37 237 Shape2 hIoni + 18 -2.79 3.37 87.7 24.7 3.66 1.09 238 Shape2 hIoni + 19 -2.71 3.26 88.5 21.1 3.61 0.887 239 Shape2 hIoni + 20 -2.67 3.17 89.2 17.9 3.22 0.706 240 Shape2 hIoni + 21 -2.63 3.12 89.8 14.9 2.93 0.564 240 Shape2 hIoni + 22 -2.6 3.05 90.2 12.2 2.72 0.45 241 Shape2 hIoni + 23 -2.58 2.99 90.6 9.55 2.65 0.359 241 Shape2 hIoni + 24 -2.57 2.95 90.9 7.04 2.51 0.282 242 Shape2 hIoni + 25 -2.57 2.91 91.1 4.39 2.65 0.218 242 Shape2 hIoni + 26 -2.56 2.88 91.2 1.38 3.01 0.148 242 Shape2 hIoni + 27 -2.56 2.88 91.3 0.00357 1.38 0.0246 242 Shape2 hIoni + 28 -2.56 2.88 91.3 0 0.00357 0.000144 242 Shape2 hIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = O16, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.6 -13 -51.2 0.283 0 0 0 Envelope initStep - 1 68.4 -12.9 -50.8 0 0.283 0.775 0.775 Envelope 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 69 -12.8 -119 0.396 0 0 0 Envelope initStep - 1 69.2 -12.9 -118 0.015 0.381 1.23 1.23 Envelope eIoni - 2 69.2 -12.9 -118 0 0.015 0.00523 1.23 Envelope eIoni + 0 -7.44 14.5 -32.7 0.134 0 0 0 Envelope initStep + 1 -7.44 14.5 -32.7 0 0.134 0.000707 0.000707 Envelope ionIoni Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000611s Sys=0.000000s + User=0.000000s Real=0.000757s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1 proton of 210 MeV - Dose in scoring volume : 1.655067991388278 picoGy +- 0 picoGy + Dose in scoring volume : 10.07848110942034 picoGy +- 0 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1252,19 +1331,19 @@ TransportationManager deleted. Total navigation history collections cleaned: 7 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.00865 MB +Pool ID '20G4NavigationLevelRep', size : 0.00769 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.00192 MB Pool ID '16G4SmartVoxelNode', size : 0.000961 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.000961 MB -Pool ID '7G4Track', size : 0.00192 MB +Pool ID '7G4Track', size : 0.00288 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.019 MB +Dynamic pools deleted: 11 / Total memory freed: 0.02 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/visualization/userVisAction/run2.out b/examples/extended/visualization/userVisAction/run2.out index eafc0009b0..c147d43a87 100644 --- a/examples/extended/visualization/userVisAction/run2.out +++ b/examples/extended/visualization/userVisAction/run2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,6 +39,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -96,7 +100,8 @@ Checking overlaps for volume Shape2:0 (G4Trd) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -113,7 +118,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -123,8 +128,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -187,10 +193,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -215,10 +221,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -245,10 +251,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -277,10 +283,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -291,10 +297,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -304,10 +310,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -336,10 +342,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -368,10 +374,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -400,14 +406,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -418,7 +423,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -433,14 +438,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -451,7 +455,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -466,10 +470,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -498,10 +502,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -535,16 +539,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -554,10 +561,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -565,10 +574,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -577,10 +588,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -588,11 +601,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -600,11 +615,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -613,10 +630,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -627,10 +646,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -641,10 +662,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -654,10 +677,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -668,10 +693,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -682,10 +709,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -696,10 +725,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -709,11 +740,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -721,6 +754,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -728,6 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -737,6 +772,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -744,11 +780,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -756,11 +794,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -770,11 +810,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -782,6 +824,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -789,6 +832,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -798,12 +842,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -811,12 +857,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -826,12 +874,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -839,11 +889,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -853,29 +905,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -901,28 +955,28 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_A-150_TISSUE Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.28364 keV e- 301.335 keV e+ 293.733 keV proton 70 keV + Energy thresholds : gamma 2.28343 keV e- 301.331 keV e+ 293.733 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_BONE_COMPACT_ICRU Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 3.93535 keV e- 398.373 keV e+ 386.308 keV proton 70 keV + Energy thresholds : gamma 3.93604 keV e- 398.36 keV e+ 386.306 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -959,16 +1013,13 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.030000s Real=0.031796s Sys=0.000000s + User=0.030000s Real=0.029822s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV - Dose in scoring volume : 42.6027 picoGy +- 3.87047 picoGy + Dose in scoring volume : 45.4775 picoGy +- 3.93022 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. # # proton 210 MeV to the direction (0.,0.,1.) # 1000 events @@ -996,28 +1047,28 @@ Region -- -- is not associated to any world. Index : 0 used in the geometry : Yes Material : G4_AIR Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 1 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : G4_A-150_TISSUE Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.28364 keV e- 301.335 keV e+ 293.733 keV proton 70 keV + Energy thresholds : gamma 2.28343 keV e- 301.331 keV e+ 293.733 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : G4_BONE_COMPACT_ICRU Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 3.93535 keV e- 398.373 keV e+ 386.308 keV proton 70 keV + Energy thresholds : gamma 3.93604 keV e- 398.36 keV e+ 386.306 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1037,16 +1088,13 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.260000s Real=0.266495s Sys=0.000000s + User=0.250000s Real=0.249798s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 4.82852 nanoGy +- 145.619 picoGy + Dose in scoring volume : 5.10447 nanoGy +- 145.91 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1062,24 +1110,24 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 12 +Total navigation history collections cleaned: 10 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0173 MB +Pool ID '20G4NavigationLevelRep', size : 0.0135 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.00385 MB Pool ID '16G4SmartVoxelNode', size : 0.000961 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00481 MB -Pool ID '7G4Track', size : 0.00961 MB -Pool ID '18G4TouchableHistory', size : 0.00192 MB +Pool ID '7G4Track', size : 0.00673 MB +Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.000961 MB +Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.043 MB +Dynamic pools deleted: 13 / Total memory freed: 0.036 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/visualization/userVisAction/userVisAction.out b/examples/extended/visualization/userVisAction/userVisAction.out index 7b62443fa3..bbc96919ee 100644 --- a/examples/extended/visualization/userVisAction/userVisAction.out +++ b/examples/extended/visualization/userVisAction/userVisAction.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Geant4 version Name: geant4-11-01-beta-01 (30-June-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,6 +39,10 @@ Registered graphics systems are: OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) Registering model factories... @@ -86,7 +90,8 @@ Checking overlaps for volume Shape2:0 (G4Trd) ... OK! LPM effect enabled 1 Enable creation and use of sampling tables 0 Apply cuts on all EM processes 0 -Use general process 0 +Use combined TransportationWithMsc Disabled +Use general process 1 Enable linear polarisation for gamma 0 Enable sampling of quantum entanglement 0 X-section factor for integral approach 0.8 @@ -103,7 +108,7 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 -Livermore data directory livermore +Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== ======================================================================= @@ -113,8 +118,9 @@ Step function for light ions (0.2, 0.1 mm) Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV -Fluctuations of dE/dx are enabled 1 Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model 2 Use built-in Birks satuaration 0 Build CSDA range enabled 0 Use cut as a final range enabled 0 @@ -177,10 +183,10 @@ msc: for e- SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e- XStype:1 SubType=2 +eIoni: for e- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -205,10 +211,10 @@ msc: for e+ SubType= 10 WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm -eIoni: for e+ XStype:1 SubType=2 +eIoni: for e+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -235,10 +241,10 @@ msc: for proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for proton XStype:1 SubType=2 +hIoni: for proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -267,10 +273,10 @@ msc: for GenericIon SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for GenericIon XStype:1 SubType=2 +ionIoni: for GenericIon XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 Stopping Power data for 17 ion/material pairs ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax= 2 MeV @@ -281,10 +287,10 @@ msc: for alpha SubType= 10 UrbanMsc : Emin= 0 eV Emax= 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -ionIoni: for alpha XStype:1 SubType=2 +ionIoni: for alpha XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 TeV @@ -294,10 +300,10 @@ msc: for anti_proton SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for anti_proton XStype:1 SubType=2 +hIoni: for anti_proton XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV @@ -326,10 +332,10 @@ msc: for kaon+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon+ XStype:1 SubType=2 +hIoni: for kaon+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -358,10 +364,10 @@ msc: for kaon- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for kaon- XStype:1 SubType=2 +hIoni: for kaon- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV BetheBloch : Emin=1.05231 MeV Emax= 100 TeV @@ -390,14 +396,13 @@ msc: for mu+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu+ XStype:1 SubType=2 +muIoni: for mu+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu+ XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -408,7 +413,7 @@ muBrems: for mu+ XStype:1 SubType=3 muPairProd: for mu+ XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -423,14 +428,13 @@ msc: for mu- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -muIoni: for mu- XStype:1 SubType=2 +muIoni: for mu- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV muBrems: for mu- XStype:1 SubType=3 dE/dx and range tables from 100 eV to 100 TeV in 84 bins @@ -441,7 +445,7 @@ muBrems: for mu- XStype:1 SubType=3 muPairProd: for mu- XStype:1 SubType=4 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 - Sampling table 21x1001 from 1 GeV to 100 TeV + Sampling table 21x1001 from 0.85 GeV to 100 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi @@ -456,10 +460,10 @@ msc: for pi+ SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi+ XStype:1 SubType=2 +hIoni: for pi+ XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -488,10 +492,10 @@ msc: for pi- SubType= 10 WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm -hIoni: for pi- XStype:1 SubType=2 +hIoni: for pi- XStype:3 SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 TeV @@ -525,16 +529,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture Model: nRadCapture: 0 eV ---> 100 TeV Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller --------------------------------------------------- @@ -544,10 +551,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for D- @@ -555,10 +564,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for GenericIon @@ -567,10 +578,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: ionElastic Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for He3 @@ -578,11 +591,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for alpha @@ -590,11 +605,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for anti_He3 @@ -603,10 +620,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -617,10 +636,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -631,10 +652,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -644,10 +667,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -658,10 +683,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -672,10 +699,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -686,10 +715,12 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest --------------------------------------------------- @@ -699,11 +730,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + --------------------------------------------------- Hadronic Processes for e+ @@ -711,6 +744,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for e- @@ -718,6 +752,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for gamma @@ -727,6 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon+ @@ -734,11 +770,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for kaon- @@ -746,11 +784,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -760,11 +800,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu+ @@ -772,6 +814,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for mu- @@ -779,6 +822,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest --------------------------------------------------- @@ -788,12 +832,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for pi- @@ -801,12 +847,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticGlauber: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 12 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -816,12 +864,14 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for sigma- @@ -829,11 +879,13 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest --------------------------------------------------- @@ -843,29 +895,31 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + ================================================================ ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 Pre-compound model active 1 -Pre-compound excitation low energy (MeV) 0.1 -Pre-compound excitation high energy (MeV) 30 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV Type of de-excitation inverse x-section 3 Type of de-excitation factory Evaporation+GEM Number of de-excitation channels 68 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 2e+05 -Limit excitation energy for Fermi BreakUp (MeV) 20 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV Level density (1/MeV) 0.075 Use simple level density model 1 -Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1 +Use discrete excitation energy of the residual 1 +Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 @@ -888,12 +942,9 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV - Dose in scoring volume : 42.6027 picoGy +- 3.87047 picoGy + Dose in scoring volume : 45.4775 picoGy +- 3.93022 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. ### Run 1 starts. --> Event 0 starts. --> Event 100 starts. @@ -908,11 +959,8 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 4.82852 nanoGy +- 145.619 picoGy + Dose in scoring volume : 5.10447 nanoGy +- 145.91 picoGy ------------------------------------------------------------ -0 events have been kept for refreshing and/or reviewing. - "/vis/reviewKeptEvents" to review them one by one. - "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index a5917a598c..e775fa25f1 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,14 +1,4 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : -# Package: Geant4.src. -# -# Intermediate level CMakeLists.txt - just process subdirectories -# -# Generated on : 24/9/2010 -# -# -#------------------------------------------------------------------------------ +# - Define toolkit source code modules and composed libraries add_subdirectory(analysis) add_subdirectory(digits_hits) @@ -34,10 +24,22 @@ add_subdirectory(physics_lists) add_subdirectory(processes) add_subdirectory(readout) add_subdirectory(run) -add_subdirectory(tasking) add_subdirectory(track) add_subdirectory(tracking) add_subdirectory(visualization) +# Optional reset of categories +# This is *only for build testing purposes* as the resultant libraries are not +# usable by tests, examples, or any other client application +if(__GEANT4_LIBRARY_DEFINITION_FILE AND (EXISTS ${PROJECT_SOURCE_DIR}/tests)) + get_filename_component(__lib_def_file "${__GEANT4_LIBRARY_DEFINITION_FILE}" ABSOLUTE) + if(NOT EXISTS "${__lib_def_file}") + message(FATAL_ERROR "library definition file '${__lib_def_file}' does not exist") + endif() + + __geant4_category_reset() + include("${__lib_def_file}") +endif() + # - Compose libs geant4_compose_targets() diff --git a/source/GNUmakefile b/source/GNUmakefile index 881a1bc835..4b92b4e93b 100644 --- a/source/GNUmakefile +++ b/source/GNUmakefile @@ -20,7 +20,7 @@ include $(G4INSTALL)/config/architecture.gmk SUBDIR1 = externals global intercoms analysis graphics_reps materials SUBDIR2 = geometry particles track digits_hits processes parameterisations -SUBDIR2 += tracking event run tasking error_propagation readout physics_lists +SUBDIR2 += tracking event run error_propagation readout physics_lists SUBDIR3 = persistency interfaces visualization SUBDIR4 = g3tog4 @@ -167,7 +167,7 @@ endif banner: @$(ECHO) "*************************************************************" - @$(ECHO) " Installation Geant4 version geant4-11-00-patch-02 " + @$(ECHO) " Installation Geant4 version geant4-11-01-beta-01 " @$(ECHO) " Copyright (C) 1994-2022 Geant4 Collaboration " @$(ECHO) "*************************************************************" diff --git a/source/analysis/CMakeLists.txt b/source/analysis/CMakeLists.txt index 9f2c3920ce..5b79a96d5c 100644 --- a/source/analysis/CMakeLists.txt +++ b/source/analysis/CMakeLists.txt @@ -1,24 +1,20 @@ # - G4analysis category build - if(GEANT4_USE_FREETYPE) add_definitions(-DTOOLS_USE_FREETYPE) endif() -set(G4analysis_COMPONENTS - accumulables/sources.cmake - csv/sources.cmake - factory/sources.cmake - hntools/sources.cmake - management/sources.cmake - root/sources.cmake - xml/sources.cmake -) +include(accumulables/sources.cmake) +include(csv/sources.cmake) +include(factory/sources.cmake) +include(hntools/sources.cmake) +include(management/sources.cmake) +include(root/sources.cmake) +include(xml/sources.cmake) + +geant4_add_category(G4analysis MODULES G4accumulables G4csv G4analysisfac G4hntools G4analysismng G4root G4xml) if(GEANT4_USE_HDF5) - add_definitions(-DTOOLS_USE_HDF5) - list(APPEND G4analysis_COMPONENTS hdf5/sources.cmake) + include(hdf5/sources.cmake) + geant4_category_modules(G4analysis G4hdf5) endif() - -geant4_global_library_target(NAME G4analysis - COMPONENTS ${G4analysis_COMPONENTS}) diff --git a/source/analysis/History b/source/analysis/History index 4102aa7485..6a0a336722 100644 --- a/source/analysis/History +++ b/source/analysis/History @@ -1,26 +1,37 @@ -------------------------------------------------------------------- +# Category analysis History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the SVN log-message one should put at every -committal in the SVN repository ! +## 2022-05-18 Guy Barrand (analysis-V11-00-05) +- have "toolx" namespace for g4tools classes related to "externals", then: + - tools::[hdf5,zlib,xml::xml_style,raxml,sg::text_freetype] become toolx::[hdf5,zlib,xml::xml_style,raxml,sg::text_freetype]. + - corresponding includes #include become #include - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-03-24 Ben Morgan (analysis-V11-00-04) +- Use geant4_category_modules to optionaly add G4hdf5 module to category -March 2, 2022 I. Hrivnacova (analysis-V10-07-31) +## 2022-03-02 I. Hrivnacova (analysis-V11-00-03) - Fix notifying about closing file in G4GenericAnalysisManager; - this fixes saving scorers in analysis file in B3 example + this fixes savinng scorers in analysis file in B3 example for the second and further runs. +## 2022-02-23 I. Hrivnacova (analysis-V11-00-02) +- Added "getVector" commands (for visualization): + /analysis/hn|pn/getVector + +## 2022-01-28 Ben Morgan (analysis-V11-00-01) +- Replace `geant4_global_library_target` with direct file inclusion and + call to `geant4_add_category` to define library build from source modules. + +## 2021-12-10 Ben Morgan (analysis-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + November 15, 2021 I. Hrivnacova (analysis-V10-07-30) - Fixed remaining Coverity issues diff --git a/source/analysis/factory/sources.cmake b/source/analysis/factory/sources.cmake index 873bdbb9b4..b2f01e8b73 100644 --- a/source/analysis/factory/sources.cmake +++ b/source/analysis/factory/sources.cmake @@ -1,10 +1,5 @@ # - G4analysisfac module build definition -# Optional additional links -if(GEANT4_USE_HDF5) - set(G4analysisfac_G4hdf5 G4hdf5) -endif() - # Define the Geant4 Module. geant4_add_module(G4analysisfac PUBLIC_HEADERS @@ -19,4 +14,10 @@ geant4_add_module(G4analysisfac geant4_module_link_libraries(G4analysisfac PUBLIC G4analysismng G4hntools G4globman - PRIVATE G4csv G4root G4xml ${G4analysisfac_G4hdf5}) + PRIVATE G4csv G4root G4xml) + +# HDF5, if enabled +if(GEANT4_USE_HDF5) + geant4_module_compile_definitions(G4analysisfac PUBLIC TOOLS_USE_HDF5) + geant4_module_link_libraries(G4analysisfac PRIVATE G4hdf5) +endif() diff --git a/source/analysis/hdf5/include/G4Hdf5AnalysisManager.hh b/source/analysis/hdf5/include/G4Hdf5AnalysisManager.hh index 341a497a13..67b3cf189a 100644 --- a/source/analysis/hdf5/include/G4Hdf5AnalysisManager.hh +++ b/source/analysis/hdf5/include/G4Hdf5AnalysisManager.hh @@ -35,7 +35,7 @@ #include "G4ToolsAnalysisManager.hh" #include "globals.hh" -#include "tools/hdf5/ntuple" +#include "toolx/hdf5/ntuple" #include #include @@ -58,14 +58,14 @@ class G4Hdf5AnalysisManager : public G4ToolsAnalysisManager static G4bool IsInstance(); // Access methods - tools::hdf5::ntuple* GetNtuple() const; - tools::hdf5::ntuple* GetNtuple(G4int ntupleId) const; + toolx::hdf5::ntuple* GetNtuple() const; + toolx::hdf5::ntuple* GetNtuple(G4int ntupleId) const; // Iterators - std::vector::iterator BeginNtuple(); - std::vector::iterator EndNtuple(); - std::vector::const_iterator BeginConstNtuple() const; - std::vector::const_iterator EndConstNtuple() const; + std::vector::iterator BeginNtuple(); + std::vector::iterator EndNtuple(); + std::vector::const_iterator BeginConstNtuple() const; + std::vector::const_iterator EndConstNtuple() const; protected: // Virtual methods from base class diff --git a/source/analysis/hdf5/include/G4Hdf5AnalysisManager.icc b/source/analysis/hdf5/include/G4Hdf5AnalysisManager.icc index e0419a2254..f9eb57b323 100644 --- a/source/analysis/hdf5/include/G4Hdf5AnalysisManager.icc +++ b/source/analysis/hdf5/include/G4Hdf5AnalysisManager.icc @@ -39,35 +39,35 @@ G4bool G4Hdf5AnalysisManager::IsOpenFileImpl() const //_____________________________________________________________________________ inline -tools::hdf5::ntuple* G4Hdf5AnalysisManager::GetNtuple() const +toolx::hdf5::ntuple* G4Hdf5AnalysisManager::GetNtuple() const { return fNtupleFileManager->GetNtupleManager()->GetNtuple(); } //_____________________________________________________________________________ inline -tools::hdf5::ntuple* G4Hdf5AnalysisManager::GetNtuple(G4int ntupleId) const +toolx::hdf5::ntuple* G4Hdf5AnalysisManager::GetNtuple(G4int ntupleId) const { return fNtupleFileManager->GetNtupleManager()->GetNtuple(ntupleId); } //_____________________________________________________________________________ inline -std::vector::iterator G4Hdf5AnalysisManager::BeginNtuple() +std::vector::iterator G4Hdf5AnalysisManager::BeginNtuple() { return fNtupleFileManager->GetNtupleManager()->BeginNtuple(); } //_____________________________________________________________________________ inline -std::vector::iterator G4Hdf5AnalysisManager::EndNtuple() +std::vector::iterator G4Hdf5AnalysisManager::EndNtuple() { return fNtupleFileManager->GetNtupleManager()->EndNtuple(); } //_____________________________________________________________________________ inline -std::vector::const_iterator +std::vector::const_iterator G4Hdf5AnalysisManager::BeginConstNtuple() const { return fNtupleFileManager->GetNtupleManager()->BeginConstNtuple(); @@ -75,7 +75,7 @@ G4Hdf5AnalysisManager::BeginConstNtuple() const //_____________________________________________________________________________ inline -std::vector::const_iterator +std::vector::const_iterator G4Hdf5AnalysisManager::EndConstNtuple() const { return fNtupleFileManager->GetNtupleManager()->EndConstNtuple(); diff --git a/source/analysis/hdf5/include/G4Hdf5AnalysisReader.hh b/source/analysis/hdf5/include/G4Hdf5AnalysisReader.hh index 24320c1100..19bcd6aed8 100644 --- a/source/analysis/hdf5/include/G4Hdf5AnalysisReader.hh +++ b/source/analysis/hdf5/include/G4Hdf5AnalysisReader.hh @@ -35,7 +35,7 @@ #include "G4ToolsAnalysisReader.hh" #include "globals.hh" -#include "tools/hdf5/ntuple" +#include "toolx/hdf5/ntuple" #include #include @@ -57,8 +57,8 @@ class G4Hdf5AnalysisReader : public G4ToolsAnalysisReader static G4Hdf5AnalysisReader* Instance(); // Access methods - tools::hdf5::ntuple* GetNtuple() const; - tools::hdf5::ntuple* GetNtuple(G4int ntupleId) const; + toolx::hdf5::ntuple* GetNtuple() const; + toolx::hdf5::ntuple* GetNtuple(G4int ntupleId) const; using G4VAnalysisReader::GetNtuple; protected: diff --git a/source/analysis/hdf5/include/G4Hdf5AnalysisReader.icc b/source/analysis/hdf5/include/G4Hdf5AnalysisReader.icc index f3ca790c9a..baf95fb07c 100644 --- a/source/analysis/hdf5/include/G4Hdf5AnalysisReader.icc +++ b/source/analysis/hdf5/include/G4Hdf5AnalysisReader.icc @@ -28,14 +28,14 @@ //_____________________________________________________________________________ inline -tools::hdf5::ntuple* G4Hdf5AnalysisReader::GetNtuple() const +toolx::hdf5::ntuple* G4Hdf5AnalysisReader::GetNtuple() const { return fNtupleManager->GetNtuple(); } //_____________________________________________________________________________ inline -tools::hdf5::ntuple* G4Hdf5AnalysisReader::GetNtuple(G4int ntupleId) const +toolx::hdf5::ntuple* G4Hdf5AnalysisReader::GetNtuple(G4int ntupleId) const { return fNtupleManager->GetNtuple(ntupleId); } diff --git a/source/analysis/hdf5/include/G4Hdf5FileManager.hh b/source/analysis/hdf5/include/G4Hdf5FileManager.hh index 780649fafb..1594987b08 100644 --- a/source/analysis/hdf5/include/G4Hdf5FileManager.hh +++ b/source/analysis/hdf5/include/G4Hdf5FileManager.hh @@ -35,14 +35,14 @@ #include "G4AnalysisUtilities.hh" #include "globals.hh" -#include "tools/hdf5/ntuple" // for hid_t +#include "toolx/hdf5/ntuple" // for hid_t #include #include #include using G4Hdf5File = std::tuple; -using Hdf5NtupleDescription = G4TNtupleDescription; +using Hdf5NtupleDescription = G4TNtupleDescription; class G4Hdf5FileManager : public G4VTFileManager { diff --git a/source/analysis/hdf5/include/G4Hdf5HnFileManager.hh b/source/analysis/hdf5/include/G4Hdf5HnFileManager.hh index 301ff5bf79..50ee041b69 100644 --- a/source/analysis/hdf5/include/G4Hdf5HnFileManager.hh +++ b/source/analysis/hdf5/include/G4Hdf5HnFileManager.hh @@ -33,7 +33,7 @@ #include "G4VTHnFileManager.hh" -#include "tools/hdf5/ntuple" // for hid_t +#include "toolx/hdf5/ntuple" // for hid_t #include diff --git a/source/analysis/hdf5/include/G4Hdf5HnFileManager.icc b/source/analysis/hdf5/include/G4Hdf5HnFileManager.icc index 58170d4be1..89b3c830af 100644 --- a/source/analysis/hdf5/include/G4Hdf5HnFileManager.icc +++ b/source/analysis/hdf5/include/G4Hdf5HnFileManager.icc @@ -28,15 +28,15 @@ #include "G4AnalysisUtilities.hh" -#include "tools/hdf5/header" -#include "tools/hdf5/h2file" +#include "toolx/hdf5/header" +#include "toolx/hdf5/h2file" #include "tools/histo/h1d" #include "tools/histo/h2d" #include "tools/histo/h3d" #include "tools/histo/p1d" #include "tools/histo/p2d" -#include "tools/hdf5/h2file" +#include "toolx/hdf5/h2file" //_____________________________________________________________________________ template <> @@ -44,7 +44,7 @@ inline G4bool G4Hdf5HnFileManager::WriteImpl( hid_t hdirectory, tools::histo::p1d* ht, const G4String& htName) { - return tools::hdf5::write_profile(G4cout, hdirectory, htName, *ht); + return toolx::hdf5::write_profile(G4cout, hdirectory, htName, *ht); } //_____________________________________________________________________________ @@ -53,7 +53,7 @@ inline G4bool G4Hdf5HnFileManager::WriteImpl( hid_t hdirectory, tools::histo::p2d* ht, const G4String& htName) { - return tools::hdf5::write_profile(G4cout, hdirectory, htName, *ht); + return toolx::hdf5::write_profile(G4cout, hdirectory, htName, *ht); } //_____________________________________________________________________________ @@ -62,7 +62,7 @@ inline G4bool G4Hdf5HnFileManager::WriteImpl( hid_t hdirectory, HT* ht, const G4String& htName) { - return tools::hdf5::write_histo(G4cout, hdirectory, htName, *ht); + return toolx::hdf5::write_histo(G4cout, hdirectory, htName, *ht); } //_____________________________________________________________________________ @@ -83,21 +83,21 @@ G4bool G4Hdf5HnFileManager::WriteExtra( } // create a header with general infos : - if(!tools::hdf5::write_header(hfile)) { - G4cerr << "tools::hdf5::write_header() failed." << std::endl; + if(!toolx::hdf5::write_header(hfile)) { + G4cerr << "toolx::hdf5::write_header() failed." << std::endl; return false; } // Create directories - hid_t hdirectory = tools_H5Gcreate(hfile, "histograms", 0); + hid_t hdirectory = toolx_H5Gcreate(hfile, "histograms", 0); if ( hdirectory < 0 ) { - G4cerr << "tools_H5Gcreate failed " << G4endl; + G4cerr << "toolx_H5Gcreate failed " << G4endl; return false; } - auto result = tools::hdf5::write_atb(hdirectory, "type", "directory"); + auto result = toolx::hdf5::write_atb(hdirectory, "type", "directory"); if ( ! result) { - G4cerr << "tools::hdf5::write_atb failed " << G4endl; + G4cerr << "toolx::hdf5::write_atb failed " << G4endl; return false; } diff --git a/source/analysis/hdf5/include/G4Hdf5HnRFileManager.hh b/source/analysis/hdf5/include/G4Hdf5HnRFileManager.hh index 8fda512718..de194d184d 100644 --- a/source/analysis/hdf5/include/G4Hdf5HnRFileManager.hh +++ b/source/analysis/hdf5/include/G4Hdf5HnRFileManager.hh @@ -33,7 +33,7 @@ #include "G4VTHnRFileManager.hh" -#include "tools/hdf5/ntuple" // for hid_t +#include "toolx/hdf5/ntuple" // for hid_t #include diff --git a/source/analysis/hdf5/include/G4Hdf5HnRFileManager.icc b/source/analysis/hdf5/include/G4Hdf5HnRFileManager.icc index 34e3a74031..76e1938193 100644 --- a/source/analysis/hdf5/include/G4Hdf5HnRFileManager.icc +++ b/source/analysis/hdf5/include/G4Hdf5HnRFileManager.icc @@ -28,15 +28,15 @@ #include "G4AnalysisUtilities.hh" -#include "tools/hdf5/header" -#include "tools/hdf5/h2file" +#include "toolx/hdf5/header" +#include "toolx/hdf5/h2file" #include "tools/histo/h1d" #include "tools/histo/h2d" #include "tools/histo/h3d" #include "tools/histo/p1d" #include "tools/histo/p2d" -#include "tools/hdf5/h2file" +#include "toolx/hdf5/h2file" //_____________________________________________________________________________ template @@ -44,7 +44,7 @@ inline G4bool G4Hdf5HnRFileManager::ReadT( hid_t directory, const G4String& htName, HT*& ht) { - return tools::hdf5::read_histo(G4cout, directory, htName, ht); + return toolx::hdf5::read_histo(G4cout, directory, htName, ht); } //_____________________________________________________________________________ @@ -53,7 +53,7 @@ inline G4bool G4Hdf5HnRFileManager::ReadT( hid_t directory, const G4String& htName, tools::histo::p1d*& ht) { - return tools::hdf5::read_profile(G4cout, directory, htName, ht); + return toolx::hdf5::read_profile(G4cout, directory, htName, ht); } //_____________________________________________________________________________ @@ -62,7 +62,7 @@ inline G4bool G4Hdf5HnRFileManager::ReadT( hid_t directory, const G4String& htName, tools::histo::p2d*& ht) { - return tools::hdf5::read_profile(G4cout, directory, htName, ht); + return toolx::hdf5::read_profile(G4cout, directory, htName, ht); } //_____________________________________________________________________________ diff --git a/source/analysis/hdf5/include/G4Hdf5NtupleManager.hh b/source/analysis/hdf5/include/G4Hdf5NtupleManager.hh index 35bd73bdd9..273216ac44 100644 --- a/source/analysis/hdf5/include/G4Hdf5NtupleManager.hh +++ b/source/analysis/hdf5/include/G4Hdf5NtupleManager.hh @@ -35,7 +35,7 @@ #include "G4AnalysisUtilities.hh" #include "globals.hh" -#include "tools/hdf5/ntuple" +#include "toolx/hdf5/ntuple" #include #include @@ -44,17 +44,17 @@ class G4Hdf5FileManager; // Types alias using G4Hdf5File = std::tuple; -using Hdf5NtupleDescription = G4TNtupleDescription; +using Hdf5NtupleDescription = G4TNtupleDescription; // template specialization used by this class defined below template <> template <> -G4bool G4TNtupleManager::FillNtupleTColumn( +G4bool G4TNtupleManager::FillNtupleTColumn( G4int ntupleId, G4int columnId, const std::string& value); -class G4Hdf5NtupleManager : public G4TNtupleManager { friend class G4Hdf5AnalysisManager; @@ -105,7 +105,7 @@ G4Hdf5NtupleManager::GetNtupleDescriptionVector() const template <> template <> -inline G4bool G4TNtupleManager::FillNtupleTColumn( +inline G4bool G4TNtupleManager::FillNtupleTColumn( G4int ntupleId, G4int columnId, const std::string& value) { if ( fState.GetIsActivation() && ( ! GetActivation(ntupleId) ) ) { @@ -128,7 +128,7 @@ inline G4bool G4TNtupleManager::FillNtupleTColu auto icolumn = ntuple->columns()[index]; // get column and check its type - auto column = dynamic_cast(icolumn); + auto column = dynamic_cast(icolumn); if ( ! column ) { G4Analysis::Warn( "Column type does not match: ntupleId " + to_string(ntupleId) + diff --git a/source/analysis/hdf5/include/G4Hdf5RFileManager.hh b/source/analysis/hdf5/include/G4Hdf5RFileManager.hh index 37a3449e2b..06279b6721 100644 --- a/source/analysis/hdf5/include/G4Hdf5RFileManager.hh +++ b/source/analysis/hdf5/include/G4Hdf5RFileManager.hh @@ -34,7 +34,7 @@ #include "G4VRFileManager.hh" #include "globals.hh" -#include "tools/hdf5/ntuple" +#include "toolx/hdf5/ntuple" #include #include diff --git a/source/analysis/hdf5/include/G4Hdf5RNtupleManager.hh b/source/analysis/hdf5/include/G4Hdf5RNtupleManager.hh index e572bceb90..dc8f1bca13 100644 --- a/source/analysis/hdf5/include/G4Hdf5RNtupleManager.hh +++ b/source/analysis/hdf5/include/G4Hdf5RNtupleManager.hh @@ -35,13 +35,13 @@ #include "G4TRNtupleManager.hh" #include "globals.hh" -#include "tools/hdf5/ntuple" +#include "toolx/hdf5/ntuple" #include class G4Hdf5RFileManager; -class G4Hdf5RNtupleManager : public G4TRNtupleManager +class G4Hdf5RNtupleManager : public G4TRNtupleManager { friend class G4Hdf5AnalysisReader; @@ -57,7 +57,7 @@ class G4Hdf5RNtupleManager : public G4TRNtupleManager // Methods from the base class virtual G4int ReadNtupleImpl(const G4String& ntupleName, const G4String& fileName, const G4String& dirName, G4bool isUserFileName) final; - virtual G4bool GetTNtupleRow(G4TRNtupleDescription* ntupleDescription) final; + virtual G4bool GetTNtupleRow(G4TRNtupleDescription* ntupleDescription) final; // Static data members static constexpr std::string_view fkClass { "G4Hdf5RNtupleManager" }; diff --git a/source/analysis/hdf5/include/g4hdf5_defs.hh b/source/analysis/hdf5/include/g4hdf5_defs.hh index 6e01302a38..d5f11f56c4 100644 --- a/source/analysis/hdf5/include/g4hdf5_defs.hh +++ b/source/analysis/hdf5/include/g4hdf5_defs.hh @@ -29,11 +29,11 @@ #ifndef g4hdf5_defs_h #define g4hdf5_defs_h -#include "tools/hdf5/ntuple" +#include "toolx/hdf5/ntuple" #include "g4hntools_defs.hh" // Hdf5 output specific types -using G4Hdf5Ntuple = tools::hdf5::ntuple; -using G4Hdf5RNtuple = tools::hdf5::ntuple; +using G4Hdf5Ntuple = toolx::hdf5::ntuple; +using G4Hdf5RNtuple = toolx::hdf5::ntuple; #endif diff --git a/source/analysis/hdf5/src/G4Hdf5FileManager.cc b/source/analysis/hdf5/src/G4Hdf5FileManager.cc index 204dc458d3..689f536931 100644 --- a/source/analysis/hdf5/src/G4Hdf5FileManager.cc +++ b/source/analysis/hdf5/src/G4Hdf5FileManager.cc @@ -32,7 +32,7 @@ #include "G4AnalysisUtilities.hh" #include "G4AutoLock.hh" -#include "tools/hdf5/h2file" +#include "toolx/hdf5/h2file" using namespace G4Analysis; using namespace tools; @@ -82,7 +82,7 @@ hid_t G4Hdf5FileManager::CreateDirectory(hid_t& file, auto success = true; // create directory - auto directory = tools_H5Gcreate(file, newDirectoryName, 0); + auto directory = toolx_H5Gcreate(file, newDirectoryName, 0); // 0 seems to be an optional parameter. The web doc does not say what should // be the default value but 0 is what is found in examples, and in the code, if we pass 0, clearly some // default value is taken. @@ -93,7 +93,7 @@ hid_t G4Hdf5FileManager::CreateDirectory(hid_t& file, } else { // write atb (header?) - auto result = hdf5::write_atb(directory, "type", "directory"); + auto result = toolx::hdf5::write_atb(directory, "type", "directory"); if ( !result) { Warn("Write_atb class failed for " + directoryName, fkClass, "CreateDirectory"); @@ -139,8 +139,8 @@ std::shared_ptr G4Hdf5FileManager::CreateFileImpl(const G4String& fi } // create a header with general infos - if(!tools::hdf5::write_header(file)) { - Warn("tools::hdf5::write_header() failed for " + fileName, + if(!toolx::hdf5::write_header(file)) { + Warn("toolx::hdf5::write_header() failed for " + fileName, fkClass, "CreateFileImpl"); return std::make_shared(-1, -1, -1); } diff --git a/source/analysis/hdf5/src/G4Hdf5NtupleManager.cc b/source/analysis/hdf5/src/G4Hdf5NtupleManager.cc index 45089e3da5..cceae5f696 100644 --- a/source/analysis/hdf5/src/G4Hdf5NtupleManager.cc +++ b/source/analysis/hdf5/src/G4Hdf5NtupleManager.cc @@ -38,7 +38,7 @@ using namespace G4Analysis; //_____________________________________________________________________________ G4Hdf5NtupleManager::G4Hdf5NtupleManager(const G4AnalysisManagerState& state) - : G4TNtupleManager(state) + : G4TNtupleManager(state) {} // @@ -73,7 +73,7 @@ void G4Hdf5NtupleManager::CreateTNtuple( // create ntuple ntupleDescription->fNtuple - = new tools::hdf5::ntuple( + = new toolx::hdf5::ntuple( G4cout, directory, ntupleDescription->fNtupleBooking, compressionLevel, basketSize); diff --git a/source/analysis/hdf5/src/G4Hdf5RFileManager.cc b/source/analysis/hdf5/src/G4Hdf5RFileManager.cc index 8a24d35a04..56909765c1 100644 --- a/source/analysis/hdf5/src/G4Hdf5RFileManager.cc +++ b/source/analysis/hdf5/src/G4Hdf5RFileManager.cc @@ -31,9 +31,9 @@ #include "G4AnalysisManagerState.hh" #include "G4AnalysisUtilities.hh" -#include "tools/hdf5/h2file" -#include "tools/hdf5/group_exists" -#include "tools/zlib" +#include "toolx/hdf5/h2file" +#include "toolx/hdf5/group_exists" +#include "toolx/zlib" using namespace G4Analysis; using namespace tools; @@ -70,7 +70,7 @@ hid_t G4Hdf5RFileManager::OpenRFile(const G4String& fileName, return kInvalidId; } - // newFile->add_unziper('Z',tools::decompress_buffer); + // newFile->add_unziper('Z',toolx::decompress_buffer); // add file in a map fRFiles[name] = G4Hdf5File(newFile, kInvalidId, kInvalidId); @@ -85,7 +85,7 @@ hid_t G4Hdf5RFileManager::OpenDirectory(hid_t file, const G4String& directoryNam { Message(kVL4, "open", "read directory", directoryName); - auto directory = tools_H5Gopen(file, directoryName); + auto directory = toolx_H5Gopen(file, directoryName); if ( directory < 0 ) { Warn("Cannot open directory " + directoryName, fkClass, "OpenDirectory"); return kInvalidId; diff --git a/source/analysis/hdf5/src/G4Hdf5RNtupleManager.cc b/source/analysis/hdf5/src/G4Hdf5RNtupleManager.cc index bc4a8483fc..3fc2d1b37c 100644 --- a/source/analysis/hdf5/src/G4Hdf5RNtupleManager.cc +++ b/source/analysis/hdf5/src/G4Hdf5RNtupleManager.cc @@ -33,7 +33,7 @@ using namespace G4Analysis; //_____________________________________________________________________________ G4Hdf5RNtupleManager::G4Hdf5RNtupleManager(const G4AnalysisManagerState& state) - : G4TRNtupleManager(state) + : G4TRNtupleManager(state) {} // @@ -60,8 +60,8 @@ G4int G4Hdf5RNtupleManager::ReadNtupleImpl(const G4String& ntupleName, if ( directory < 0 ) return kInvalidId; // Create ntuple - auto rntuple = new tools::hdf5::ntuple(G4cout, directory, ntupleName); - auto rntupleDescription = new G4TRNtupleDescription(rntuple); + auto rntuple = new toolx::hdf5::ntuple(G4cout, directory, ntupleName); + auto rntupleDescription = new G4TRNtupleDescription(rntuple); auto id = SetNtuple(rntupleDescription); Message(kVL2, "read", "ntuple", ntupleName, id > kInvalidId); @@ -71,7 +71,7 @@ G4int G4Hdf5RNtupleManager::ReadNtupleImpl(const G4String& ntupleName, //_____________________________________________________________________________ G4bool G4Hdf5RNtupleManager::GetTNtupleRow( - G4TRNtupleDescription* ntupleDescription) + G4TRNtupleDescription* ntupleDescription) { auto ntuple = ntupleDescription->fNtuple; diff --git a/source/analysis/hntools/include/G4ToolsAnalysisMessenger.hh b/source/analysis/hntools/include/G4ToolsAnalysisMessenger.hh index 786a8f6981..e3a926e76b 100644 --- a/source/analysis/hntools/include/G4ToolsAnalysisMessenger.hh +++ b/source/analysis/hntools/include/G4ToolsAnalysisMessenger.hh @@ -54,9 +54,13 @@ class G4ToolsAnalysisMessenger : public G4UImessenger // Methods template G4String GetHnAddress(G4int id, G4THnManager* htManager) const; + template + G4String GetHnVectorAddress(G4THnManager* htManager) const; // Data members G4ToolsAnalysisManager* fManager; ///< Associated class + + // analysis/hn|pn/get command std::unique_ptr fGetH1Cmd; std::unique_ptr fGetH2Cmd; std::unique_ptr fGetH3Cmd; @@ -67,6 +71,18 @@ class G4ToolsAnalysisMessenger : public G4UImessenger G4String fH3Value; G4String fP1Value; G4String fP2Value; + + // analysis/hn|pn/getVector command + std::unique_ptr fGetH1VectorCmd; + std::unique_ptr fGetH2VectorCmd; + std::unique_ptr fGetH3VectorCmd; + std::unique_ptr fGetP1VectorCmd; + std::unique_ptr fGetP2VectorCmd; + G4String fH1VectorValue; + G4String fH2VectorValue; + G4String fH3VectorValue; + G4String fP1VectorValue; + G4String fP2VectorValue; }; // inline functions @@ -85,4 +101,18 @@ G4String G4ToolsAnalysisMessenger::GetHnAddress( return G4String(); } +template +inline +G4String G4ToolsAnalysisMessenger::GetHnVectorAddress( + G4THnManager* htManager) const +{ + auto htVector = htManager->GetTVector(); + if ( htVector != nullptr ) { + std::ostringstream os; + os << static_cast(htVector); + return os.str(); + } + return G4String(); +} + #endif diff --git a/source/analysis/hntools/src/G4ToolsAnalysisMessenger.cc b/source/analysis/hntools/src/G4ToolsAnalysisMessenger.cc index e6f3f564a1..91339dd786 100644 --- a/source/analysis/hntools/src/G4ToolsAnalysisMessenger.cc +++ b/source/analysis/hntools/src/G4ToolsAnalysisMessenger.cc @@ -44,18 +44,23 @@ G4ToolsAnalysisMessenger::G4ToolsAnalysisMessenger(G4ToolsAnalysisManager* manag // Create get commands G4AnalysisMessengerHelper helper("h1"); fGetH1Cmd = helper.CreateGetCommand(this); + fGetH1VectorCmd = helper.CreateGetVectorCommand(this); helper.SetHnType("h2"); fGetH2Cmd = helper.CreateGetCommand(this); + fGetH2VectorCmd = helper.CreateGetVectorCommand(this); helper.SetHnType("h3"); fGetH3Cmd = helper.CreateGetCommand(this); + fGetH3VectorCmd = helper.CreateGetVectorCommand(this); helper.SetHnType("p1"); fGetP1Cmd = helper.CreateGetCommand(this); + fGetP1VectorCmd = helper.CreateGetVectorCommand(this); helper.SetHnType("p2"); fGetP2Cmd = helper.CreateGetCommand(this); + fGetP2VectorCmd = helper.CreateGetVectorCommand(this); } //_____________________________________________________________________________ @@ -73,6 +78,13 @@ G4String G4ToolsAnalysisMessenger::GetCurrentValue (G4UIcommand* command) if ( command == fGetH3Cmd.get() ) return fH3Value; if ( command == fGetP1Cmd.get() ) return fP1Value; if ( command == fGetP2Cmd.get() ) return fP2Value; + + if ( command == fGetH1VectorCmd.get() ) return fH1VectorValue; + if ( command == fGetH2VectorCmd.get() ) return fH2VectorValue; + if ( command == fGetH3VectorCmd.get() ) return fH3VectorValue; + if ( command == fGetP1VectorCmd.get() ) return fP1VectorValue; + if ( command == fGetP2VectorCmd.get() ) return fP2VectorValue; + return ""; } @@ -95,4 +107,19 @@ void G4ToolsAnalysisMessenger::SetNewValue(G4UIcommand* command, G4String value) else if ( command == fGetP2Cmd.get() ) { fP2Value = GetHnAddress(id, fManager->fP2Manager); } + if ( command == fGetH1VectorCmd.get() ) { + fH1VectorValue = GetHnVectorAddress(fManager->fH1Manager); + } + else if ( command == fGetH2VectorCmd.get() ) { + fH2VectorValue = GetHnVectorAddress(fManager->fH2Manager); + } + else if ( command == fGetH3VectorCmd.get() ) { + fH3VectorValue = GetHnVectorAddress(fManager->fH3Manager); + } + else if ( command == fGetP1VectorCmd.get() ) { + fP1VectorValue = GetHnVectorAddress(fManager->fP1Manager); + } + else if ( command == fGetP2VectorCmd.get() ) { + fP2VectorValue = GetHnVectorAddress(fManager->fP2Manager); + } } diff --git a/source/analysis/management/include/G4AnalysisMessengerHelper.hh b/source/analysis/management/include/G4AnalysisMessengerHelper.hh index e4eff0073c..ef5fdac805 100644 --- a/source/analysis/management/include/G4AnalysisMessengerHelper.hh +++ b/source/analysis/management/include/G4AnalysisMessengerHelper.hh @@ -78,6 +78,8 @@ class G4AnalysisMessengerHelper std::unique_ptr CreateGetCommand( G4UImessenger* messenger) const; + std::unique_ptr CreateGetVectorCommand( + G4UImessenger* messenger) const; std::unique_ptr CreateSetTitleCommand( G4UImessenger* messenger) const; diff --git a/source/analysis/management/include/G4THnManager.hh b/source/analysis/management/include/G4THnManager.hh index 0b4b0abade..6e8c1db53d 100644 --- a/source/analysis/management/include/G4THnManager.hh +++ b/source/analysis/management/include/G4THnManager.hh @@ -72,6 +72,7 @@ class G4THnManager // Get method HT* GetT(G4int id) const; + std::vector* GetTVector(); protected: // Iterators diff --git a/source/analysis/management/include/G4THnManager.icc b/source/analysis/management/include/G4THnManager.icc index 856d5a1b5b..1c24c710a3 100644 --- a/source/analysis/management/include/G4THnManager.icc +++ b/source/analysis/management/include/G4THnManager.icc @@ -229,3 +229,10 @@ HT* G4THnManager::GetT(G4int id) const { return GetTInFunction(id, "GetT"); } + +//_____________________________________________________________________________ +template +std::vector* G4THnManager::GetTVector() +{ + return &fTVector; +} diff --git a/source/analysis/management/src/G4AnalysisMessengerHelper.cc b/source/analysis/management/src/G4AnalysisMessengerHelper.cc index 30b6e68777..f73d79aa98 100644 --- a/source/analysis/management/src/G4AnalysisMessengerHelper.cc +++ b/source/analysis/management/src/G4AnalysisMessengerHelper.cc @@ -140,13 +140,27 @@ G4AnalysisMessengerHelper::CreateGetCommand(G4UImessenger* messenger) const std::unique_ptr command( new G4UIcommand(Update("/analysis/HNTYPE_/get"), messenger)); - command->SetGuidance(Update("Get the address of the NDIM_D LOBJECT of given id")); + command->SetGuidance(Update("Get the address of the NDIM_D LOBJECT of given id.\n" + "This command is only for Geant4 internal use.")); command->SetParameter(parId); command->AvailableForStates(G4State_Idle, G4State_GeomClosed, G4State_EventProc); return command; } +//_____________________________________________________________________________ +std::unique_ptr +G4AnalysisMessengerHelper::CreateGetVectorCommand(G4UImessenger* messenger) const +{ + std::unique_ptr command( + new G4UIcommand(Update("/analysis/HNTYPE_/getVector"), messenger)); + command->SetGuidance(Update("Get the address of the NDIM_D LOBJECT vector.\n" + "This command is only for Geant4 internal use.")); + command->AvailableForStates(G4State_Idle, G4State_GeomClosed, G4State_EventProc); + + return command; +} + //_____________________________________________________________________________ std::unique_ptr G4AnalysisMessengerHelper::CreateSetTitleCommand(G4UImessenger* messenger) const diff --git a/source/analysis/management/src/G4PlotManager.cc b/source/analysis/management/src/G4PlotManager.cc index 62768657a2..b615271e61 100644 --- a/source/analysis/management/src/G4PlotManager.cc +++ b/source/analysis/management/src/G4PlotManager.cc @@ -32,8 +32,8 @@ #include "G4ios.hh" #if defined(TOOLS_USE_FREETYPE) -#include "tools/sg/text_freetype" -#include "tools/xml/xml_style" +#include "toolx/sg/text_freetype" +#include "toolx/xml/xml_style" #include "tools/xml/wrap_viewplot_fonts_google_style" //inlib/xml/viewplot.style file embeded in an inline function. #include "tools/font/lato_regular_ttf" @@ -137,7 +137,7 @@ bool load_embeded_styles(tools::xml::styles& a_styles) { tools::replace(s,"@@back_slash@@","\\"); ss += s + "\n"; } - return tools::xml::load_style_string(a_styles,ss); + return toolx::xml::load_style_string(a_styles,ss); } } @@ -162,7 +162,7 @@ G4PlotManager::G4PlotManager(const G4AnalysisManagerState& state) // unsigned int ww = 2000; //to have better antialising on freetype fonts. // float A4 = 29.7f/21.0f; // unsigned int wh = (unsigned int)(float(ww)*A4*0.80); - static tools::sg::text_freetype ttf; + static toolx::sg::text_freetype ttf; ttf.add_embedded_font(tools::sg::font_lato_regular_ttf(),tools::font::lato_regular_ttf); ttf.add_embedded_font(tools::sg::font_roboto_bold_ttf(),tools::font::roboto_bold_ttf); fViewer = std::make_unique(G4cout, ttf, diff --git a/source/analysis/root/include/G4RootHnFileManager.icc b/source/analysis/root/include/G4RootHnFileManager.icc index ca1fa61d22..74f0a30188 100644 --- a/source/analysis/root/include/G4RootHnFileManager.icc +++ b/source/analysis/root/include/G4RootHnFileManager.icc @@ -30,7 +30,7 @@ #include "tools/wroot/to" #include "tools/wroot/file" -#include "tools/zlib" +#include "toolx/zlib" //_____________________________________________________________________________ template @@ -51,7 +51,7 @@ G4bool G4RootHnFileManager::WriteExtra( // // create a new file auto rfile = new tools::wroot::file(G4cout, fileName); // TO DO - // rfile->add_ziper('Z', tools::compress_buffer); + // rfile->add_ziper('Z', toolx::compress_buffer); // rfile->set_compression(fState.GetCompressionLevel()); if ( ! rfile ) return false; diff --git a/source/analysis/root/src/G4RootFileManager.cc b/source/analysis/root/src/G4RootFileManager.cc index cbc7dbd571..e3ed2b739b 100644 --- a/source/analysis/root/src/G4RootFileManager.cc +++ b/source/analysis/root/src/G4RootFileManager.cc @@ -33,7 +33,7 @@ #include "tools/wroot/file" #include "tools/wroot/to" -#include "tools/zlib" +#include "toolx/zlib" using namespace tools; using namespace G4Analysis; @@ -118,7 +118,7 @@ G4RootFileManager::CreateFileImpl(const G4String& fileName) { // create file std::shared_ptr file = std::make_shared(G4cout, fileName); - file->add_ziper('Z',compress_buffer); + file->add_ziper('Z',toolx::compress_buffer); file->set_compression(fState.GetCompressionLevel()); if ( ! file->is_open() ) { diff --git a/source/analysis/root/src/G4RootRFileManager.cc b/source/analysis/root/src/G4RootRFileManager.cc index fbd326ac88..4ca7ed7bb5 100644 --- a/source/analysis/root/src/G4RootRFileManager.cc +++ b/source/analysis/root/src/G4RootRFileManager.cc @@ -32,7 +32,7 @@ #include "G4AnalysisUtilities.hh" #include "tools/rroot/file" -#include "tools/zlib" +#include "toolx/zlib" using namespace G4Analysis; using namespace tools; @@ -72,7 +72,7 @@ G4bool G4RootRFileManager::OpenRFile(const G4String& fileName, // create new file auto newFile = new tools::rroot::file(G4cout, name); - newFile->add_unziper('Z',tools::decompress_buffer); + newFile->add_unziper('Z',toolx::decompress_buffer); if ( ! newFile->is_open() ) { Warn("Cannot open file " + name, fkClass, "OpenRFile"); diff --git a/source/analysis/xml/include/G4XmlAnalysisReader.hh b/source/analysis/xml/include/G4XmlAnalysisReader.hh index e1d2e03f8e..93d86c9633 100644 --- a/source/analysis/xml/include/G4XmlAnalysisReader.hh +++ b/source/analysis/xml/include/G4XmlAnalysisReader.hh @@ -35,7 +35,7 @@ #include "G4ToolsAnalysisReader.hh" #include "globals.hh" -#include "tools/raxml" +#include "toolx/raxml" #include #include diff --git a/source/analysis/xml/include/G4XmlHnRFileManager.icc b/source/analysis/xml/include/G4XmlHnRFileManager.icc index 80a82d0938..5cae9a5d7f 100644 --- a/source/analysis/xml/include/G4XmlHnRFileManager.icc +++ b/source/analysis/xml/include/G4XmlHnRFileManager.icc @@ -26,7 +26,7 @@ // // Author: Ivana Hrivnacova, 26/08/2021 (ivana@ipno.in2p3.fr) -#include "tools/raxml" +#include "toolx/raxml" //_____________________________________________________________________________ template diff --git a/source/analysis/xml/include/G4XmlRFileManager.hh b/source/analysis/xml/include/G4XmlRFileManager.hh index 089494862b..c98aa8f0be 100644 --- a/source/analysis/xml/include/G4XmlRFileManager.hh +++ b/source/analysis/xml/include/G4XmlRFileManager.hh @@ -34,7 +34,7 @@ #include "G4VRFileManager.hh" #include "globals.hh" -#include "tools/raxml" +#include "toolx/raxml" #include @@ -56,7 +56,7 @@ class G4XmlRFileManager : public G4VRFileManager virtual G4bool OpenRFile(const G4String& fileName); // Specific methods for files per objects - tools::raxml* GetRFile(const G4String& fileName) const; + toolx::raxml* GetRFile(const G4String& fileName) const; // Helper method template @@ -70,7 +70,7 @@ class G4XmlRFileManager : public G4VRFileManager // Data members tools::xml::default_factory* fReadFactory { nullptr }; - std::map fRFiles; + std::map fRFiles; }; #include "G4XmlRFileManager.icc" diff --git a/source/analysis/xml/include/G4XmlRNtupleManager.hh b/source/analysis/xml/include/G4XmlRNtupleManager.hh index 1798a64305..945d7d3bfd 100644 --- a/source/analysis/xml/include/G4XmlRNtupleManager.hh +++ b/source/analysis/xml/include/G4XmlRNtupleManager.hh @@ -35,7 +35,7 @@ #include "G4TRNtupleManager.hh" #include "globals.hh" -#include "tools/raxml" +#include "toolx/raxml" #include #include diff --git a/source/analysis/xml/src/G4XmlRFileManager.cc b/source/analysis/xml/src/G4XmlRFileManager.cc index 02f6f6cd6c..35d8ef548e 100644 --- a/source/analysis/xml/src/G4XmlRFileManager.cc +++ b/source/analysis/xml/src/G4XmlRFileManager.cc @@ -31,7 +31,7 @@ #include "G4AnalysisManagerState.hh" #include "G4AnalysisUtilities.hh" -#include "tools/raxml" +#include "toolx/raxml" using namespace G4Analysis; using namespace tools; @@ -79,7 +79,7 @@ G4bool G4XmlRFileManager::OpenRFile(const G4String& fileName) } // create new file - auto newFile = new tools::raxml(*fReadFactory, G4cout, verbose); + auto newFile = new toolx::raxml(*fReadFactory, G4cout, verbose); // clear objects // (this should not be needed when starting a new raxml) @@ -109,7 +109,7 @@ G4bool G4XmlRFileManager::OpenRFile(const G4String& fileName) } //_____________________________________________________________________________ -tools::raxml* G4XmlRFileManager::GetRFile(const G4String& fileName) const +toolx::raxml* G4XmlRFileManager::GetRFile(const G4String& fileName) const { // Get full file name (add only extension) G4bool isPerThread = false; diff --git a/source/digits_hits/CMakeLists.txt b/source/digits_hits/CMakeLists.txt index b4bb10bf93..2a6b3caa96 100644 --- a/source/digits_hits/CMakeLists.txt +++ b/source/digits_hits/CMakeLists.txt @@ -1,12 +1,10 @@ # - G4digits_hits category build - -# Add (private) allocation export symbol add_definitions(-DG4DIGI_ALLOC_EXPORT) -geant4_global_library_target(NAME G4digits_hits - COMPONENTS - detector/sources.cmake - digits/sources.cmake - hits/sources.cmake - scorer/sources.cmake - utils/sources.cmake) +include(detector/sources.cmake) +include(digits/sources.cmake) +include(hits/sources.cmake) +include(scorer/sources.cmake) +include(utils/sources.cmake) + +geant4_add_category(G4digits_hits MODULES G4detector G4digits G4hits G4detscorer G4detutils) diff --git a/source/digits_hits/History b/source/digits_hits/History index ac9802b734..cef6a643b9 100644 --- a/source/digits_hits/History +++ b/source/digits_hits/History @@ -1,20 +1,23 @@ -------------------------------------------------------------------- +# Category digits_hits History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +## 2022-01-28 Ben Morgan (digits_hits-V11-00-02) +- Replace `geant4_global_library_target` with direct file inclusion and + call to `geant4_add_category` to define library build from source modules. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-15 Ben Morgan (digits_hits-V11-00-01) +- Canonicalize implementations of custom `new` and `delete` operators that use `G4Allocator` + - Remove un-needed/duplicated checks on static allocator creation in member functions + +## 2021-12-10 Ben Morgan (digits_hits-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 25th, 2021 B.Morgan (digits_hits-V10-07-03) - Use G4StrUtil functions replacing deprecated G4String member functions diff --git a/source/digits_hits/detector/History b/source/digits_hits/detector/History index 09decbca55..ee73732b44 100644 --- a/source/digits_hits/detector/History +++ b/source/digits_hits/detector/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Category det History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (det-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 August 9th, 2021 I. Hrivnacova (det-V10-07-01) - Updated G4TScoreHistFiller for changes in the analysis category: diff --git a/source/digits_hits/digits/History b/source/digits_hits/digits/History index 51baf4a1ef..2aa505019f 100644 --- a/source/digits_hits/digits/History +++ b/source/digits_hits/digits/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Category detdigits History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (detdigits-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 4, 03 G.Cosmo - Imported from digits+hits directory. diff --git a/source/digits_hits/digits/include/G4DCofThisEvent.hh b/source/digits_hits/digits/include/G4DCofThisEvent.hh index 170fbd5df9..245db64b21 100644 --- a/source/digits_hits/digits/include/G4DCofThisEvent.hh +++ b/source/digits_hits/digits/include/G4DCofThisEvent.hh @@ -92,22 +92,16 @@ extern G4DLLIMPORT G4Allocator*& anDCoTHAllocator_G4MT_TLS_(); inline void* G4DCofThisEvent::operator new(size_t) { - if(!anDCoTHAllocator_G4MT_TLS_()) + if(anDCoTHAllocator_G4MT_TLS_() == nullptr) + { anDCoTHAllocator_G4MT_TLS_() = new G4Allocator; - G4Allocator& anDCoTHAllocator = - *anDCoTHAllocator_G4MT_TLS_(); - void* anDCoTH; - anDCoTH = (void*) anDCoTHAllocator.MallocSingle(); - return anDCoTH; + } + return (void*) anDCoTHAllocator_G4MT_TLS_()->MallocSingle(); } inline void G4DCofThisEvent::operator delete(void* anDCoTH) { - if(!anDCoTHAllocator_G4MT_TLS_()) - anDCoTHAllocator_G4MT_TLS_() = new G4Allocator; - G4Allocator& anDCoTHAllocator = - *anDCoTHAllocator_G4MT_TLS_(); - anDCoTHAllocator.FreeSingle((G4DCofThisEvent*) anDCoTH); + anDCoTHAllocator_G4MT_TLS_()->FreeSingle((G4DCofThisEvent*) anDCoTH); } #endif diff --git a/source/digits_hits/digits/include/G4TDigiCollection.hh b/source/digits_hits/digits/include/G4TDigiCollection.hh index 8312f41862..f32ca574c8 100644 --- a/source/digits_hits/digits/include/G4TDigiCollection.hh +++ b/source/digits_hits/digits/include/G4TDigiCollection.hh @@ -87,22 +87,16 @@ class G4TDigiCollection : public G4DigiCollection public: // with description inline T* operator[](size_t i) const { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; return (*((std::vector*) theCollection))[i]; } // Returns a pointer to a concrete digi object. inline std::vector* GetVector() const { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; return (std::vector*) theCollection; } // Returns a collection vector. inline size_t insert(T* aHit) { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theDigiCollection = (std::vector*) theCollection; theDigiCollection->push_back(aHit); return theDigiCollection->size(); @@ -111,8 +105,6 @@ class G4TDigiCollection : public G4DigiCollection // collection is returned. inline size_t entries() const { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theDigiCollection = (std::vector*) theCollection; return theDigiCollection->size(); } @@ -121,14 +113,10 @@ class G4TDigiCollection : public G4DigiCollection public: virtual G4VDigi* GetDigi(size_t i) const { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; return (*((std::vector*) theCollection))[i]; } virtual size_t GetSize() const { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; return ((std::vector*) theCollection)->size(); } }; @@ -136,31 +124,22 @@ class G4TDigiCollection : public G4DigiCollection template inline void* G4TDigiCollection::operator new(size_t) { - if(!aDCAllocator_G4MT_TLS_()) + if(aDCAllocator_G4MT_TLS_() == nullptr) + { aDCAllocator_G4MT_TLS_() = new G4Allocator; - G4Allocator& aDCAllocator = *aDCAllocator_G4MT_TLS_(); - void* aDC; - aDC = (void*) aDCAllocator.MallocSingle(); - return aDC; + } + return (void*) aDCAllocator_G4MT_TLS_()->MallocSingle(); } template inline void G4TDigiCollection::operator delete(void* aDC) { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; - G4Allocator& aDCAllocator = *aDCAllocator_G4MT_TLS_(); - ; - ; - ; - aDCAllocator.FreeSingle((G4DigiCollection*) aDC); + aDCAllocator_G4MT_TLS_()->FreeSingle((G4DigiCollection*) aDC); } template G4TDigiCollection::G4TDigiCollection() { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theDigiCollection = new std::vector; theCollection = (void*) theDigiCollection; } @@ -169,9 +148,6 @@ template G4TDigiCollection::G4TDigiCollection(G4String detName, G4String colNam) : G4DigiCollection(detName, colNam) { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; - std::vector* theDigiCollection = new std::vector; theCollection = (void*) theDigiCollection; } @@ -179,10 +155,8 @@ G4TDigiCollection::G4TDigiCollection(G4String detName, G4String colNam) template G4TDigiCollection::~G4TDigiCollection() { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theDigiCollection = (std::vector*) theCollection; - // theDigiCollection->clearAndDestroy(); + for(size_t i = 0; i < theDigiCollection->size(); i++) { delete(*theDigiCollection)[i]; @@ -194,16 +168,12 @@ G4TDigiCollection::~G4TDigiCollection() template G4bool G4TDigiCollection::operator==(const G4TDigiCollection& right) const { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; return (collectionName == right.collectionName); } template void G4TDigiCollection::DrawAllDigi() { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theDigiCollection = (std::vector*) theCollection; size_t n = theDigiCollection->size(); for(size_t i = 0; i < n; i++) @@ -215,8 +185,6 @@ void G4TDigiCollection::DrawAllDigi() template void G4TDigiCollection::PrintAllDigi() { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theDigiCollection = (std::vector*) theCollection; size_t n = theDigiCollection->size(); for(size_t i = 0; i < n; i++) diff --git a/source/digits_hits/digits/src/G4DCofThisEvent.cc b/source/digits_hits/digits/src/G4DCofThisEvent.cc index b5ccf95af9..ef0e43de13 100644 --- a/source/digits_hits/digits/src/G4DCofThisEvent.cc +++ b/source/digits_hits/digits/src/G4DCofThisEvent.cc @@ -37,15 +37,11 @@ G4Allocator*& anDCoTHAllocator_G4MT_TLS_() G4DCofThisEvent::G4DCofThisEvent() { - if(!anDCoTHAllocator_G4MT_TLS_()) - anDCoTHAllocator_G4MT_TLS_() = new G4Allocator; DC = new std::vector; } G4DCofThisEvent::G4DCofThisEvent(G4int cap) { - if(!anDCoTHAllocator_G4MT_TLS_()) - anDCoTHAllocator_G4MT_TLS_() = new G4Allocator; DC = new std::vector; for(G4int i = 0; i < cap; i++) { @@ -55,9 +51,6 @@ G4DCofThisEvent::G4DCofThisEvent(G4int cap) G4DCofThisEvent::~G4DCofThisEvent() { - if(!anDCoTHAllocator_G4MT_TLS_()) - anDCoTHAllocator_G4MT_TLS_() = new G4Allocator; - // DC->clearAndDestroy(); for(size_t i = 0; i < DC->size(); i++) { delete(*DC)[i]; @@ -68,8 +61,6 @@ G4DCofThisEvent::~G4DCofThisEvent() void G4DCofThisEvent::AddDigiCollection(G4int DCID, G4VDigiCollection* aDC) { - if(!anDCoTHAllocator_G4MT_TLS_()) - anDCoTHAllocator_G4MT_TLS_() = new G4Allocator; if(DCID >= 0 && DCID < G4int(DC->size())) { (*DC)[DCID] = aDC; @@ -78,8 +69,6 @@ void G4DCofThisEvent::AddDigiCollection(G4int DCID, G4VDigiCollection* aDC) G4DCofThisEvent::G4DCofThisEvent(const G4DCofThisEvent& rhs) { - if(!anDCoTHAllocator_G4MT_TLS_()) - anDCoTHAllocator_G4MT_TLS_() = new G4Allocator; DC = new std::vector(rhs.DC->size()); for(unsigned int i = 0; i < rhs.DC->size(); ++i) *(DC->at(i)) = *(rhs.DC->at(i)); @@ -89,8 +78,7 @@ G4DCofThisEvent& G4DCofThisEvent::operator=(const G4DCofThisEvent& rhs) { if(this == &rhs) return *this; - if(!anDCoTHAllocator_G4MT_TLS_()) - anDCoTHAllocator_G4MT_TLS_() = new G4Allocator; + for(std::vector::const_iterator it = DC->begin(); it != DC->end(); ++it) { diff --git a/source/digits_hits/digits/src/G4TDigiCollection.cc b/source/digits_hits/digits/src/G4TDigiCollection.cc index b4602efc44..3bef08717e 100644 --- a/source/digits_hits/digits/src/G4TDigiCollection.cc +++ b/source/digits_hits/digits/src/G4TDigiCollection.cc @@ -36,31 +36,17 @@ G4Allocator*& aDCAllocator_G4MT_TLS_() G4DigiCollection::G4DigiCollection() : theCollection((void*) 0) -{ - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; - ; -} +{} G4DigiCollection::G4DigiCollection(G4String detName, G4String colNam) : G4VDigiCollection(detName, colNam) , theCollection((void*) 0) -{ - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; - ; -} +{} G4DigiCollection::~G4DigiCollection() -{ - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; - ; -} +{} G4bool G4DigiCollection::operator==(const G4DigiCollection& right) const { - if(!aDCAllocator_G4MT_TLS_()) - aDCAllocator_G4MT_TLS_() = new G4Allocator; return (collectionName == right.collectionName); } diff --git a/source/digits_hits/hits/History b/source/digits_hits/hits/History index e7e2516872..dcd714af8b 100644 --- a/source/digits_hits/hits/History +++ b/source/digits_hits/hits/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Category dethits History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (dethits-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 4, 03 G.Cosmo - Imported from digits+hits directory. diff --git a/source/digits_hits/hits/include/G4HCofThisEvent.hh b/source/digits_hits/hits/include/G4HCofThisEvent.hh index 79903523e2..6be567dcde 100644 --- a/source/digits_hits/hits/include/G4HCofThisEvent.hh +++ b/source/digits_hits/hits/include/G4HCofThisEvent.hh @@ -93,34 +93,16 @@ extern G4DLLIMPORT G4Allocator*& anHCoTHAllocator_G4MT_TLS_(); inline void* G4HCofThisEvent::operator new(size_t) { - ; - ; - ; - if(!anHCoTHAllocator_G4MT_TLS_()) + if(anHCoTHAllocator_G4MT_TLS_() == nullptr) + { anHCoTHAllocator_G4MT_TLS_() = new G4Allocator; - G4Allocator& anHCoTHAllocator = - *anHCoTHAllocator_G4MT_TLS_(); - ; - ; - ; - void* anHCoTH; - anHCoTH = (void*) anHCoTHAllocator.MallocSingle(); - return anHCoTH; + } + return (void*) anHCoTHAllocator_G4MT_TLS_()->MallocSingle(); } inline void G4HCofThisEvent::operator delete(void* anHCoTH) { - ; - ; - ; - if(!anHCoTHAllocator_G4MT_TLS_()) - anHCoTHAllocator_G4MT_TLS_() = new G4Allocator; - G4Allocator& anHCoTHAllocator = - *anHCoTHAllocator_G4MT_TLS_(); - ; - ; - ; - anHCoTHAllocator.FreeSingle((G4HCofThisEvent*) anHCoTH); + anHCoTHAllocator_G4MT_TLS_()->FreeSingle((G4HCofThisEvent*) anHCoTH); } #endif diff --git a/source/digits_hits/hits/include/G4THitsCollection.hh b/source/digits_hits/hits/include/G4THitsCollection.hh index c97b001a25..2481aefd4f 100644 --- a/source/digits_hits/hits/include/G4THitsCollection.hh +++ b/source/digits_hits/hits/include/G4THitsCollection.hh @@ -88,22 +88,16 @@ class G4THitsCollection : public G4HitsCollection public: // with description inline T* operator[](size_t i) const { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; return (*((std::vector*) theCollection))[i]; } // Returns a pointer to a concrete hit object. inline std::vector* GetVector() const { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; return (std::vector*) theCollection; } // Returns a collection vector. inline size_t insert(T* aHit) { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theHitsCollection = (std::vector*) theCollection; theHitsCollection->push_back(aHit); return theHitsCollection->size(); @@ -112,8 +106,6 @@ class G4THitsCollection : public G4HitsCollection // collection is returned. inline size_t entries() const { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theHitsCollection = (std::vector*) theCollection; return theHitsCollection->size(); } @@ -122,14 +114,10 @@ class G4THitsCollection : public G4HitsCollection public: virtual G4VHit* GetHit(size_t i) const { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; return (*((std::vector*) theCollection))[i]; } virtual size_t GetSize() const { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; return ((std::vector*) theCollection)->size(); } }; @@ -137,34 +125,22 @@ class G4THitsCollection : public G4HitsCollection template inline void* G4THitsCollection::operator new(size_t) { - if(!anHCAllocator_G4MT_TLS_()) + if(anHCAllocator_G4MT_TLS_() == nullptr) + { anHCAllocator_G4MT_TLS_() = new G4Allocator; - G4Allocator& anHCAllocator = *anHCAllocator_G4MT_TLS_(); - ; - ; - ; - void* anHC; - anHC = (void*) anHCAllocator.MallocSingle(); - return anHC; + } + return (void*) anHCAllocator_G4MT_TLS_()->MallocSingle(); } template inline void G4THitsCollection::operator delete(void* anHC) { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; - G4Allocator& anHCAllocator = *anHCAllocator_G4MT_TLS_(); - ; - ; - ; - anHCAllocator.FreeSingle((G4HitsCollection*) anHC); + anHCAllocator_G4MT_TLS_()->FreeSingle((G4HitsCollection*) anHC); } template G4THitsCollection::G4THitsCollection() { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theHitsCollection = new std::vector; theCollection = (void*) theHitsCollection; } @@ -173,8 +149,6 @@ template G4THitsCollection::G4THitsCollection(G4String detName, G4String colNam) : G4HitsCollection(detName, colNam) { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theHitsCollection = new std::vector; theCollection = (void*) theHitsCollection; } @@ -182,8 +156,6 @@ G4THitsCollection::G4THitsCollection(G4String detName, G4String colNam) template G4THitsCollection::~G4THitsCollection() { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theHitsCollection = (std::vector*) theCollection; // theHitsCollection->clearAndDestroy(); for(size_t i = 0; i < theHitsCollection->size(); ++i) @@ -197,16 +169,12 @@ G4THitsCollection::~G4THitsCollection() template G4bool G4THitsCollection::operator==(const G4THitsCollection& right) const { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; return (collectionName == right.collectionName); } template void G4THitsCollection::DrawAllHits() { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theHitsCollection = (std::vector*) theCollection; size_t n = theHitsCollection->size(); for(size_t i = 0; i < n; ++i) @@ -218,8 +186,6 @@ void G4THitsCollection::DrawAllHits() template void G4THitsCollection::PrintAllHits() { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; std::vector* theHitsCollection = (std::vector*) theCollection; size_t n = theHitsCollection->size(); for(size_t i = 0; i < n; ++i) diff --git a/source/digits_hits/hits/src/G4HCofThisEvent.cc b/source/digits_hits/hits/src/G4HCofThisEvent.cc index 56e99435ee..d7cc4cfb98 100644 --- a/source/digits_hits/hits/src/G4HCofThisEvent.cc +++ b/source/digits_hits/hits/src/G4HCofThisEvent.cc @@ -36,15 +36,11 @@ G4Allocator*& anHCoTHAllocator_G4MT_TLS_() G4HCofThisEvent::G4HCofThisEvent() { - if(!anHCoTHAllocator_G4MT_TLS_()) - anHCoTHAllocator_G4MT_TLS_() = new G4Allocator; HC = new std::vector; } G4HCofThisEvent::G4HCofThisEvent(G4int cap) { - if(!anHCoTHAllocator_G4MT_TLS_()) - anHCoTHAllocator_G4MT_TLS_() = new G4Allocator; HC = new std::vector; for(G4int i = 0; i < cap; i++) { @@ -54,9 +50,6 @@ G4HCofThisEvent::G4HCofThisEvent(G4int cap) G4HCofThisEvent::~G4HCofThisEvent() { - if(!anHCoTHAllocator_G4MT_TLS_()) - anHCoTHAllocator_G4MT_TLS_() = new G4Allocator; - // HC->clearAndDestroy(); for(size_t i = 0; i < HC->size(); i++) { delete(*HC)[i]; @@ -67,8 +60,6 @@ G4HCofThisEvent::~G4HCofThisEvent() void G4HCofThisEvent::AddHitsCollection(G4int HCID, G4VHitsCollection* aHC) { - if(!anHCoTHAllocator_G4MT_TLS_()) - anHCoTHAllocator_G4MT_TLS_() = new G4Allocator; if(HCID >= 0 && HCID < G4int(HC->size())) { aHC->SetColID(HCID); @@ -78,8 +69,6 @@ void G4HCofThisEvent::AddHitsCollection(G4int HCID, G4VHitsCollection* aHC) G4HCofThisEvent::G4HCofThisEvent(const G4HCofThisEvent& rhs) { - if(!anHCoTHAllocator_G4MT_TLS_()) - anHCoTHAllocator_G4MT_TLS_() = new G4Allocator; HC = new std::vector(rhs.HC->size()); for(unsigned int i = 0; i < rhs.HC->size(); ++i) *(HC->at(i)) = *(rhs.HC->at(i)); @@ -89,8 +78,7 @@ G4HCofThisEvent& G4HCofThisEvent::operator=(const G4HCofThisEvent& rhs) { if(this == &rhs) return *this; - if(!anHCoTHAllocator_G4MT_TLS_()) - anHCoTHAllocator_G4MT_TLS_() = new G4Allocator; + for(std::vector::const_iterator it = HC->begin(); it != HC->end(); ++it) { diff --git a/source/digits_hits/hits/src/G4THitsCollection.cc b/source/digits_hits/hits/src/G4THitsCollection.cc index c95e74b7ad..3ab6cf6594 100644 --- a/source/digits_hits/hits/src/G4THitsCollection.cc +++ b/source/digits_hits/hits/src/G4THitsCollection.cc @@ -36,31 +36,17 @@ G4Allocator*& anHCAllocator_G4MT_TLS_() G4HitsCollection::G4HitsCollection() : theCollection((void*) 0) -{ - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; - ; -} +{} G4HitsCollection::G4HitsCollection(G4String detName, G4String colNam) : G4VHitsCollection(detName, colNam) , theCollection((void*) 0) -{ - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; - ; -} +{} G4HitsCollection::~G4HitsCollection() -{ - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; - ; -} +{} G4bool G4HitsCollection::operator==(const G4HitsCollection& right) const { - if(!anHCAllocator_G4MT_TLS_()) - anHCAllocator_G4MT_TLS_() = new G4Allocator; return (collectionName == right.collectionName); } diff --git a/source/digits_hits/scorer/History b/source/digits_hits/scorer/History index af7c4273ea..2771ae36c8 100644 --- a/source/digits_hits/scorer/History +++ b/source/digits_hits/scorer/History @@ -1,20 +1,16 @@ -------------------------------------------------------------------- +# Category detscorer History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (detscorer-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 September 27th, 2021 M. Asai (detscorer-V10-07-01) - Fix indexing of cylindrical scoring mesh commands. diff --git a/source/digits_hits/utils/History b/source/digits_hits/utils/History index 08ec9a43f3..0c75068787 100644 --- a/source/digits_hits/utils/History +++ b/source/digits_hits/utils/History @@ -1,23 +1,20 @@ +# Category detutil History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- - -October 17th, 2022 M. Asai (detutil-V10-07-07) +## 2022-05-17 Makoto Asai (detutil-V11-00-01) - G4VScoringMesh.hh : Fixing virtual keyword. +## 2021-12-10 Ben Morgan (detutil-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + October 7th, 2021 I. Hrivnacova (detutil-V10-07-06) - Updated G4TScoreNtupleWriter for changes in the analysis category: added fDefaultFileType (with default value "root") and its setter diff --git a/source/error_propagation/CMakeLists.txt b/source/error_propagation/CMakeLists.txt index 9a165b46cd..4f9f7b1ea8 100644 --- a/source/error_propagation/CMakeLists.txt +++ b/source/error_propagation/CMakeLists.txt @@ -1,3 +1,3 @@ # - G4error_propagation category build - -geant4_global_library_target(COMPONENTS sources.cmake) +include(sources.cmake) +geant4_add_category(G4error_propagation MODULES G4error_propagation) diff --git a/source/error_propagation/History b/source/error_propagation/History index 1f04b45b97..59bcbb536f 100644 --- a/source/error_propagation/History +++ b/source/error_propagation/History @@ -1,20 +1,19 @@ -------------------------------------------------------------------- +# Category error-propagation History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +## 2022-01-28 Ben Morgan (error-propagation-V11-00-01) +- Replace `geant4_global_library_target` with direct file inclusion and + call to `geant4_add_category` to define library build from source modules. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (error-propagation-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 21-April-2020 - J. Madsen (error-propagation-V10-07-01) - make G4error_propagation-format diff --git a/source/event/CMakeLists.txt b/source/event/CMakeLists.txt index 05c0838e8b..dfa166000d 100644 --- a/source/event/CMakeLists.txt +++ b/source/event/CMakeLists.txt @@ -1,6 +1,3 @@ # - G4event category build - -# Add (private) allocation export symbol -add_definitions(-DG4EVENT_ALLOC_EXPORT) - -geant4_global_library_target(COMPONENTS sources.cmake) +include(sources.cmake) +geant4_add_category(G4event MODULES G4event) diff --git a/source/event/GNUmakefile b/source/event/GNUmakefile index ea37677737..bc439af523 100644 --- a/source/event/GNUmakefile +++ b/source/event/GNUmakefile @@ -26,6 +26,7 @@ CPPFLAGS += \ -I$(G4BASE)/tracking/include \ -I$(G4BASE)/processes/management/include \ -I$(G4BASE)/processes/electromagnetic/utils/include \ + -I$(G4BASE)/processes/parameterisation/include \ -I$(G4BASE)/particles/management/include \ -I$(G4BASE)/particles/leptons/include \ -I$(G4BASE)/particles/leptons/include \ @@ -35,6 +36,7 @@ CPPFLAGS += \ -I$(G4BASE)/particles/hadrons/mesons/include \ -I$(G4BASE)/materials/include \ -I$(G4BASE)/geometry/management/include \ + -I$(G4BASE)/geometry/magneticfield/include \ -I$(G4BASE)/geometry/volumes/include \ -I$(G4BASE)/geometry/navigation/include \ -I$(G4BASE)/geometry/biasing/include \ diff --git a/source/event/History b/source/event/History index 055b8cb898..2d99c0a27d 100644 --- a/source/event/History +++ b/source/event/History @@ -1,20 +1,38 @@ -------------------------------------------------------------------- +# Category event History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +------------------------------------------------------------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-04-04 Ben Morgan (event-V11-00-05) +- Apply basic set of C++ modernization fixes suggested by clang-tidy + +## 2022-01-28 Ben Morgan (event-V11-00-04) +- Replace `geant4_global_library_target` with direct file inclusion and + call to `geant4_add_category` to define library build from source modules. +- Make DLL export symbol a CMake module-level compile definition to aid + future modularization + +## 2022-01-26 Gabriele Cosmo (event-V11-00-03) +- Added dependency on geometry/magneticfield module in GNUmakefile and + sources.cmake, required for granular builds after modification applied + in previous tag/commit. + +## 2022-01-24 Witek Pokorski (event-V11-00-02) +- Adding the call to the G4GlobalFastSimulationManager::Flush() method in the + event loop + +## 2021-12-15 Ben Morgan (event-V11-00-01) +- Canonicalize implementations of custom `new` and `delete` operators that use `G4Allocator` + +## 2021-12-10 Ben Morgan (event-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 October 31st, 2021 J. Hahnfeld (event-V10-07-08) - G4EventManager: Make StackTracks public diff --git a/source/event/include/G4AdjointPosOnPhysVolGenerator.hh b/source/event/include/G4AdjointPosOnPhysVolGenerator.hh index 5da00e32f1..aab639c9e9 100644 --- a/source/event/include/G4AdjointPosOnPhysVolGenerator.hh +++ b/source/event/include/G4AdjointPosOnPhysVolGenerator.hh @@ -93,9 +93,8 @@ class G4AdjointPosOnPhysVolGenerator //--------- private: // private methods //--------- - - G4AdjointPosOnPhysVolGenerator(); - ~G4AdjointPosOnPhysVolGenerator(); + G4AdjointPosOnPhysVolGenerator() = default; + ~G4AdjointPosOnPhysVolGenerator() = default; G4double ComputeAreaOfExtSurfaceStartingFromSphere(G4VSolid* aSolid, G4int NStat); G4double ComputeAreaOfExtSurfaceStartingFromBox(G4VSolid* aSolid, @@ -119,11 +118,11 @@ class G4AdjointPosOnPhysVolGenerator G4VSolid* theSolid = nullptr; G4VPhysicalVolume* thePhysicalVolume = nullptr; - G4bool UseSphere; - G4String ModelOfSurfaceSource; + G4bool UseSphere{true}; + G4String ModelOfSurfaceSource{"OnSolid"}; G4AffineTransform theTransformationFromPhysVolToWorld; - G4double AreaOfExtSurfaceOfThePhysicalVolume; - G4double CosThDirComparedToNormal; + G4double AreaOfExtSurfaceOfThePhysicalVolume{0.}; + G4double CosThDirComparedToNormal{0.}; }; #endif diff --git a/source/event/include/G4AdjointStackingAction.hh b/source/event/include/G4AdjointStackingAction.hh index a00fa92f5f..adc7c8490b 100644 --- a/source/event/include/G4AdjointStackingAction.hh +++ b/source/event/include/G4AdjointStackingAction.hh @@ -54,12 +54,12 @@ class G4AdjointStackingAction : public G4UserStackingAction { public: - G4AdjointStackingAction(G4AdjointTrackingAction* anAction); - virtual ~G4AdjointStackingAction(); + explicit G4AdjointStackingAction(G4AdjointTrackingAction* anAction); + ~G4AdjointStackingAction() override = default; - virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* aTrack); - virtual void NewStage(); - virtual void PrepareNewEvent(); + G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* aTrack) override; + void NewStage() override; + void PrepareNewEvent() override; inline void SetUserFwdStackingAction(G4UserStackingAction* anAction) { theFwdStackingAction = anAction; } inline void SetUserAdjointStackingAction(G4UserStackingAction* anAction) @@ -73,9 +73,10 @@ class G4AdjointStackingAction : public G4UserStackingAction G4UserStackingAction* theFwdStackingAction = nullptr; G4UserStackingAction* theUserAdjointStackingAction = nullptr; - G4bool reclassification_stage = false, - first_reclassification_stage = false, - kill_tracks = false, adjoint_mode = false; + G4bool reclassification_stage = false; + G4bool first_reclassification_stage = false; + G4bool kill_tracks = false; + G4bool adjoint_mode = false; G4AdjointTrackingAction* theAdjointTrackingAction = nullptr; }; diff --git a/source/event/include/G4EvManMessenger.hh b/source/event/include/G4EvManMessenger.hh index 627490e3e9..336696b5bf 100644 --- a/source/event/include/G4EvManMessenger.hh +++ b/source/event/include/G4EvManMessenger.hh @@ -49,10 +49,10 @@ class G4EvManMessenger : public G4UImessenger { public: - G4EvManMessenger(G4EventManager* fEvMan); - ~G4EvManMessenger(); - void SetNewValue(G4UIcommand* command, G4String newValues); - G4String GetCurrentValue(G4UIcommand* command); + explicit G4EvManMessenger(G4EventManager* fEvMan); + ~G4EvManMessenger() override; + void SetNewValue(G4UIcommand* command, G4String newValues) override; + G4String GetCurrentValue(G4UIcommand* command) override; private: diff --git a/source/event/include/G4Event.hh b/source/event/include/G4Event.hh index fa3b5b995a..cb3a253e02 100644 --- a/source/event/include/G4Event.hh +++ b/source/event/include/G4Event.hh @@ -57,8 +57,8 @@ class G4Event using ProfilerConfig = G4ProfilerConfig; public: - G4Event(); - G4Event(G4int evID); + G4Event() = default; + explicit G4Event(G4int evID); ~G4Event(); G4Event(const G4Event &) = delete; @@ -138,18 +138,18 @@ class G4Event { if( i == 0 ) { return thePrimaryVertex; } - else if( i > 0 && i < numberOfPrimaryVertex ) + if( i > 0 && i < numberOfPrimaryVertex ) { G4PrimaryVertex* primaryVertex = thePrimaryVertex; for( G4int j=0; jGetNext(); } return primaryVertex; } - else - { return nullptr; } + + return nullptr; } // Returns i-th primary vertex of the event. @@ -234,7 +234,10 @@ extern G4EVENT_DLL G4Allocator*& anEventAllocator(); inline void* G4Event::operator new(std::size_t) { - if (!anEventAllocator()) anEventAllocator() = new G4Allocator; + if (anEventAllocator() == nullptr) + { + anEventAllocator() = new G4Allocator; + } return (void*)anEventAllocator()->MallocSingle(); } diff --git a/source/event/include/G4GeneralParticleSource.hh b/source/event/include/G4GeneralParticleSource.hh index 7e0b757efa..a24ffd119a 100644 --- a/source/event/include/G4GeneralParticleSource.hh +++ b/source/event/include/G4GeneralParticleSource.hh @@ -63,10 +63,10 @@ class G4GeneralParticleSource : public G4VPrimaryGenerator // Initialize variables and instantiates the messenger and // generator classes - ~G4GeneralParticleSource(); + ~G4GeneralParticleSource() override; // Delete messenger and others - void GeneratePrimaryVertex(G4Event*); + void GeneratePrimaryVertex(G4Event*) override; inline G4int GetNumberofSource() { return GPSData->GetSourceVectorSize(); } // Return the number of particle gun defined diff --git a/source/event/include/G4GeneralParticleSourceMessenger.hh b/source/event/include/G4GeneralParticleSourceMessenger.hh index ba1ee7a0b2..b10b7f9951 100644 --- a/source/event/include/G4GeneralParticleSourceMessenger.hh +++ b/source/event/include/G4GeneralParticleSourceMessenger.hh @@ -78,13 +78,13 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger void SetParticleGun(G4SingleParticleSource *fpg) { fParticleGun = fpg; } ; // Select the particle gun to be defined/modified - void SetNewValue(G4UIcommand* command, G4String newValues); + void SetNewValue(G4UIcommand* command, G4String newValues) override; // Identifies the command which has been invoked by the user, extracts the // parameters associated with that command (held in newValues), and uses // these values with the appropriate member function of // G4GeneralParticleSource - G4String GetCurrentValue(G4UIcommand* command); + G4String GetCurrentValue(G4UIcommand* command) override; // Allows the user to retrieve the current values of parameters. // NOT yet implemented! @@ -93,9 +93,9 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger private: - G4GeneralParticleSourceMessenger(G4GeneralParticleSource*); + explicit G4GeneralParticleSourceMessenger(G4GeneralParticleSource*); // Constructor: sets up commands - ~G4GeneralParticleSourceMessenger(); + ~G4GeneralParticleSourceMessenger() override; // Destructor: deletes commands void IonCommand(G4String newValues); diff --git a/source/event/include/G4HEPEvtInterface.hh b/source/event/include/G4HEPEvtInterface.hh index 33a018491f..524587c6c8 100644 --- a/source/event/include/G4HEPEvtInterface.hh +++ b/source/event/include/G4HEPEvtInterface.hh @@ -79,13 +79,13 @@ class G4HEPEvtInterface : public G4VPrimaryGenerator { public: - G4HEPEvtInterface(const char* evfile, G4int vl=0); + explicit G4HEPEvtInterface(const char* evfile, G4int vl=0); // Constructor, "evfile" is the file name (with directory path). - ~G4HEPEvtInterface(); + ~G4HEPEvtInterface() override = default; // Destructor - void GeneratePrimaryVertex(G4Event* evt); + void GeneratePrimaryVertex(G4Event* evt) override; private: diff --git a/source/event/include/G4HEPEvtParticle.hh b/source/event/include/G4HEPEvtParticle.hh index 97f34a4582..33d6e77812 100644 --- a/source/event/include/G4HEPEvtParticle.hh +++ b/source/event/include/G4HEPEvtParticle.hh @@ -44,10 +44,10 @@ class G4HEPEvtParticle { public: - G4HEPEvtParticle(); + G4HEPEvtParticle() = default; G4HEPEvtParticle(G4PrimaryParticle* pp, G4int isthep, G4int jdahep1, G4int jdahep2); - ~G4HEPEvtParticle(); + ~G4HEPEvtParticle() = default; G4HEPEvtParticle & operator=(const G4HEPEvtParticle& right); G4bool operator==(const G4HEPEvtParticle &right) const; @@ -64,7 +64,7 @@ class G4HEPEvtParticle private: - G4PrimaryParticle* theParticle = nullptr; + G4PrimaryParticle* theParticle = nullptr; // not owned G4int ISTHEP = 1; // Status code of the entry // Set to be 0 after generating links of // G4PrimaryParticle object @@ -76,8 +76,10 @@ extern G4EVENT_DLL G4Allocator*& aHEPEvtParticleAllocator(); inline void * G4HEPEvtParticle::operator new(std::size_t) { - if (!aHEPEvtParticleAllocator()) + if (aHEPEvtParticleAllocator() == nullptr) + { aHEPEvtParticleAllocator() = new G4Allocator; + } return (void *) aHEPEvtParticleAllocator()->MallocSingle(); } diff --git a/source/event/include/G4MultiEventAction.hh b/source/event/include/G4MultiEventAction.hh index b397b9ffda..f87c93c83b 100644 --- a/source/event/include/G4MultiEventAction.hh +++ b/source/event/include/G4MultiEventAction.hh @@ -59,10 +59,10 @@ class G4MultiEventAction : public G4UserEventAction public: G4MultiEventAction() = default; - virtual ~G4MultiEventAction() override = default; - virtual void SetEventManager(G4EventManager* ) override; - virtual void BeginOfEventAction(const G4Event* ) override; - virtual void EndOfEventAction(const G4Event* ) override; + ~G4MultiEventAction() override = default; + void SetEventManager(G4EventManager* ) override; + void BeginOfEventAction(const G4Event* ) override; + void EndOfEventAction(const G4Event* ) override; }; #endif diff --git a/source/event/include/G4ParticleGun.hh b/source/event/include/G4ParticleGun.hh index 2cfb54980b..ebe4f1cc8e 100644 --- a/source/event/include/G4ParticleGun.hh +++ b/source/event/include/G4ParticleGun.hh @@ -66,21 +66,21 @@ class G4ParticleGun : public G4VPrimaryGenerator public: G4ParticleGun(); - G4ParticleGun(G4int numberofparticles); - G4ParticleGun(G4ParticleDefinition* particleDef, + explicit G4ParticleGun(G4int numberofparticles); + explicit G4ParticleGun(G4ParticleDefinition* particleDef, G4int numberofparticles = 1); // Costructors. "numberofparticles" is the number of particles to be // shot at one invokation of GeneratePrimaryVertex() method. // All particles are shot with the same physical quantities. - virtual ~G4ParticleGun(); + ~G4ParticleGun() override; G4ParticleGun(const G4ParticleGun&) = delete; const G4ParticleGun& operator=(const G4ParticleGun&) = delete; G4bool operator==(const G4ParticleGun&) const = delete; G4bool operator!=(const G4ParticleGun&) const = delete; - virtual void GeneratePrimaryVertex(G4Event* evt); + void GeneratePrimaryVertex(G4Event* evt) override; // Creates a primary vertex at the given point // and put primary particles to it. diff --git a/source/event/include/G4ParticleGunMessenger.hh b/source/event/include/G4ParticleGunMessenger.hh index acd6c70082..3622645b10 100644 --- a/source/event/include/G4ParticleGunMessenger.hh +++ b/source/event/include/G4ParticleGunMessenger.hh @@ -53,11 +53,11 @@ class G4ParticleGunMessenger : public G4UImessenger { public: - G4ParticleGunMessenger(G4ParticleGun* fPtclGun); - ~G4ParticleGunMessenger(); + explicit G4ParticleGunMessenger(G4ParticleGun* fPtclGun); + ~G4ParticleGunMessenger() override; - void SetNewValue(G4UIcommand* command, G4String newValues); - G4String GetCurrentValue(G4UIcommand* command); + void SetNewValue(G4UIcommand* command, G4String newValues) override; + G4String GetCurrentValue(G4UIcommand* command) override; private: @@ -66,7 +66,7 @@ class G4ParticleGunMessenger : public G4UImessenger private: - G4ParticleGun* fParticleGun = nullptr; + G4ParticleGun* fParticleGun = nullptr; // Not owned, cannot be null post construction G4ParticleTable* particleTable = nullptr; // Commands diff --git a/source/event/include/G4PrimaryTransformer.hh b/source/event/include/G4PrimaryTransformer.hh index e1fd82a8e2..948eba54d2 100644 --- a/source/event/include/G4PrimaryTransformer.hh +++ b/source/event/include/G4PrimaryTransformer.hh @@ -49,7 +49,7 @@ class G4PrimaryTransformer public: G4PrimaryTransformer(); - virtual ~G4PrimaryTransformer(); + virtual ~G4PrimaryTransformer() = default; G4TrackVector* GimmePrimaries(G4Event* anEvent, G4int trackIDCounter=0); void CheckUnknown(); diff --git a/source/event/include/G4RayShooter.hh b/source/event/include/G4RayShooter.hh index d31c13e954..fc033b0243 100644 --- a/source/event/include/G4RayShooter.hh +++ b/source/event/include/G4RayShooter.hh @@ -48,8 +48,8 @@ class G4RayShooter { public: - G4RayShooter(); - virtual ~G4RayShooter(); + G4RayShooter() = default; + virtual ~G4RayShooter() = default; void Shoot(G4Event* evt, G4ThreeVector vtx, G4ThreeVector direc); // Generates a primary vertex and a primary particle at the given @@ -57,12 +57,9 @@ class G4RayShooter // by G4RayTracer and G4MaterialScanner. private: - - void SetInitialValues(); - G4ParticleDefinition* particle_definition = nullptr; G4ParticleMomentum particle_momentum_direction; - G4double particle_energy = 0.0; + G4double particle_energy = 1.0*CLHEP::GeV; G4ThreeVector particle_position; G4double particle_time = 0.0; G4ThreeVector particle_polarization; diff --git a/source/event/include/G4SPSAngDistribution.hh b/source/event/include/G4SPSAngDistribution.hh index b2d4637008..6d7774f445 100644 --- a/source/event/include/G4SPSAngDistribution.hh +++ b/source/event/include/G4SPSAngDistribution.hh @@ -181,7 +181,7 @@ class G4SPSAngDistribution G4ThreeVector AngRef1, AngRef2, AngRef3; // Reference axes for ang dist G4double MinTheta, MaxTheta, MinPhi, MaxPhi; // min/max theta/phi G4double DR,DX,DY ; // Standard deviations for beam divergence - G4double Theta, Phi; // Store these for use with DEBUG + G4double Theta{0.}, Phi{0.}; // Store these for use with DEBUG G4ThreeVector FocusPoint ; // the focusing point in mother coordinates G4bool IPDFThetaExist, IPDFPhiExist; // tell whether IPDF histos exist G4PhysicsFreeVector UDefThetaH; // Theta histo data diff --git a/source/event/include/G4SingleParticleSource.hh b/source/event/include/G4SingleParticleSource.hh index c7bee8c319..0bfba58095 100644 --- a/source/event/include/G4SingleParticleSource.hh +++ b/source/event/include/G4SingleParticleSource.hh @@ -75,10 +75,10 @@ class G4SingleParticleSource : public G4VPrimaryGenerator // Constructor: initializes variables and instantiates the // messenger and navigator classes - ~G4SingleParticleSource(); + ~G4SingleParticleSource() override; // Destructor: deletes messenger and prints out run information - void GeneratePrimaryVertex(G4Event *evt); + void GeneratePrimaryVertex(G4Event *evt) override; // Generate the particles initial parameters inline G4SPSPosDistribution* GetPosDist() const { return posGenerator; } diff --git a/source/event/include/G4SmartTrackStack.hh b/source/event/include/G4SmartTrackStack.hh index 62b6e935bc..6661feedee 100644 --- a/source/event/include/G4SmartTrackStack.hh +++ b/source/event/include/G4SmartTrackStack.hh @@ -35,6 +35,8 @@ #ifndef G4SmartTrackStack_hh #define G4SmartTrackStack_hh 1 +#include + #include "G4StackedTrack.hh" #include "G4TrackStack.hh" #include "globals.hh" @@ -62,29 +64,17 @@ class G4SmartTrackStack inline G4int GetMaxNTrack() const { return maxNTracks; } private: - - inline G4int n_stackedTrack() const - { - return G4int(stacks[0]->GetNTrack() + - stacks[1]->GetNTrack() + - stacks[2]->GetNTrack() + - stacks[3]->GetNTrack() + - stacks[4]->GetNTrack()); - } - - private: - - G4int fTurn; - G4int nTurn; // should be 5 - G4double energies[5]; - G4TrackStack* stacks[5]; + G4int fTurn = 0; + static constexpr G4int nTurn{5}; + std::array energies; + std::array stacks; // = 0 : all primaries and secondaries except followings // = 1 : secondary neutrons // = 2 : secondary electrons // = 3 : secondary gammas // = 4 : secondary positrons - G4int maxNTracks; - G4int nTracks; + G4int maxNTracks{0}; + G4int nTracks{0}; }; #endif diff --git a/source/event/include/G4StackChecker.hh b/source/event/include/G4StackChecker.hh index 25dd7670bd..b09b8d6b18 100644 --- a/source/event/include/G4StackChecker.hh +++ b/source/event/include/G4StackChecker.hh @@ -44,17 +44,14 @@ class G4StackChecker : public G4UserStackingAction { public: - G4StackChecker(); - virtual ~G4StackChecker(); + G4StackChecker() = default; + ~G4StackChecker() override = default; - virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* track); - - virtual void NewStage(); - virtual void PrepareNewEvent(); + G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* track) override; private: - G4ThreeVector nullDirection; + G4ThreeVector nullDirection{0.0,0.0,0.0}; }; #endif diff --git a/source/event/include/G4StackedTrack.hh b/source/event/include/G4StackedTrack.hh index 813d3cc5c0..42697a3ee1 100644 --- a/source/event/include/G4StackedTrack.hh +++ b/source/event/include/G4StackedTrack.hh @@ -40,10 +40,10 @@ class G4StackedTrack { public: - G4StackedTrack() : track(nullptr), trajectory(nullptr) {} + G4StackedTrack() = default; G4StackedTrack(G4Track* aTrack, G4VTrajectory* aTraj = nullptr) : track(aTrack), trajectory(aTraj) {} - ~G4StackedTrack() {} + ~G4StackedTrack() = default; inline G4Track* GetTrack() const { return track; } inline G4VTrajectory* GetTrajectory() const { return trajectory; } diff --git a/source/event/include/G4StackingMessenger.hh b/source/event/include/G4StackingMessenger.hh index 0db42f7923..7d709a7c00 100644 --- a/source/event/include/G4StackingMessenger.hh +++ b/source/event/include/G4StackingMessenger.hh @@ -51,12 +51,12 @@ class G4StackingMessenger : public G4UImessenger public: G4StackingMessenger(G4StackManager* fCont); - ~G4StackingMessenger(); - void SetNewValue(G4UIcommand* command, G4String newValues); + ~G4StackingMessenger() override; + void SetNewValue(G4UIcommand* command, G4String newValues) override; private: - G4StackManager* fContainer = nullptr; + G4StackManager* fContainer = nullptr; // Cannot be null after construction G4UIdirectory* stackDir; G4UIcmdWithoutParameter* statusCmd; G4UIcmdWithAnInteger* clearCmd; diff --git a/source/event/include/G4TrackStack.hh b/source/event/include/G4TrackStack.hh index 60893c3ca4..2b59c7565c 100644 --- a/source/event/include/G4TrackStack.hh +++ b/source/event/include/G4TrackStack.hh @@ -45,9 +45,8 @@ class G4TrackStack : public std::vector { public: - G4TrackStack() - : safetyValue1(0), safetyValue2(0), nstick(0) {} - G4TrackStack(std::size_t n) + G4TrackStack() = default; + explicit G4TrackStack(std::size_t n) : safetyValue1(G4int(4*n/5)), safetyValue2(G4int(4*n/5-100)), nstick(100) { reserve(n); } ~G4TrackStack(); @@ -71,14 +70,14 @@ class G4TrackStack : public std::vector inline G4int GetSafetyValue2() const { return safetyValue2; } inline G4int GetNStick() const { return nstick; } - G4double getTotalEnergy(void) const; + G4double getTotalEnergy() const; inline void SetSafetyValue2(G4int x) { safetyValue2 = x < 0 ? 0 : x; } private: - G4int safetyValue1; - G4int safetyValue2; - G4int nstick; + G4int safetyValue1{0}; + G4int safetyValue2{0}; + G4int nstick{0}; }; #endif diff --git a/source/event/include/G4TrajectoryContainer.hh b/source/event/include/G4TrajectoryContainer.hh index 04829f89b1..9e8db0c5ef 100644 --- a/source/event/include/G4TrajectoryContainer.hh +++ b/source/event/include/G4TrajectoryContainer.hh @@ -42,7 +42,7 @@ #include "G4VTrajectory.hh" #include "G4Allocator.hh" -typedef std::vector TrajectoryVector; +using TrajectoryVector = std::vector; class G4TrajectoryContainer { @@ -82,8 +82,10 @@ G4Allocator*& aTrajectoryContainerAllocator(); inline void* G4TrajectoryContainer::operator new(std::size_t) { - if (!aTrajectoryContainerAllocator()) + if (aTrajectoryContainerAllocator() == nullptr) + { aTrajectoryContainerAllocator() = new G4Allocator; + } return (void*)aTrajectoryContainerAllocator()->MallocSingle(); } diff --git a/source/event/include/G4UserEventAction.hh b/source/event/include/G4UserEventAction.hh index bbef9b2524..b1ee00500e 100644 --- a/source/event/include/G4UserEventAction.hh +++ b/source/event/include/G4UserEventAction.hh @@ -50,7 +50,7 @@ class G4UserEventAction public: G4UserEventAction(); - virtual ~G4UserEventAction(); + virtual ~G4UserEventAction() = default; virtual void SetEventManager(G4EventManager* value); virtual void BeginOfEventAction(const G4Event* anEvent); @@ -59,7 +59,7 @@ class G4UserEventAction protected: - G4EventManager* fpEventManager = nullptr; + G4EventManager* fpEventManager = nullptr; // not owned }; #endif diff --git a/source/event/include/G4UserStackingAction.hh b/source/event/include/G4UserStackingAction.hh index ac046e5409..ea4b7e2013 100644 --- a/source/event/include/G4UserStackingAction.hh +++ b/source/event/include/G4UserStackingAction.hh @@ -46,7 +46,7 @@ class G4UserStackingAction public: G4UserStackingAction(); - virtual ~G4UserStackingAction(); + virtual ~G4UserStackingAction() = default; inline void SetStackManager(G4StackManager* value) { stackManager=value; } @@ -112,7 +112,7 @@ class G4UserStackingAction protected: - G4StackManager* stackManager = nullptr; + G4StackManager* stackManager = nullptr; // Not owned }; #endif diff --git a/source/event/include/G4VPrimaryGenerator.hh b/source/event/include/G4VPrimaryGenerator.hh index 8a380b96b2..b4cb08df4a 100644 --- a/source/event/include/G4VPrimaryGenerator.hh +++ b/source/event/include/G4VPrimaryGenerator.hh @@ -45,8 +45,8 @@ class G4VPrimaryGenerator { public: - G4VPrimaryGenerator(); - virtual ~G4VPrimaryGenerator(); + G4VPrimaryGenerator() = default; + virtual ~G4VPrimaryGenerator() = default; // Constructor and destructor static G4bool CheckVertexInsideWorld(const G4ThreeVector& pos); diff --git a/source/event/include/G4VUserEventInformation.hh b/source/event/include/G4VUserEventInformation.hh index eb8f02e804..51a88e3c26 100644 --- a/source/event/include/G4VUserEventInformation.hh +++ b/source/event/include/G4VUserEventInformation.hh @@ -52,8 +52,8 @@ class G4VUserEventInformation { public: - G4VUserEventInformation() {;} - virtual ~G4VUserEventInformation() {;} + G4VUserEventInformation() = default; + virtual ~G4VUserEventInformation() = default; public: diff --git a/source/event/sources.cmake b/source/event/sources.cmake index 16b0224eb2..038e66b01a 100644 --- a/source/event/sources.cmake +++ b/source/event/sources.cmake @@ -69,6 +69,8 @@ geant4_add_module(G4event G4UserStackingAction.cc G4VPrimaryGenerator.cc) +geant4_module_compile_definitions(G4event PRIVATE G4EVENT_ALLOC_EXPORT) + # Enable smart stack if(GEANT4_USE_SMARTSTACK) geant4_module_compile_definitions(G4event PUBLIC G4_USESMARTSTACK) @@ -93,4 +95,6 @@ geant4_module_link_libraries(G4event G4detector G4graphics_reps G4materials - G4heprandom) + G4heprandom + G4magneticfield + G4parameterisation) diff --git a/source/event/src/G4AdjointPosOnPhysVolGenerator.cc b/source/event/src/G4AdjointPosOnPhysVolGenerator.cc index 5689ac7e18..998daf9821 100644 --- a/source/event/src/G4AdjointPosOnPhysVolGenerator.cc +++ b/source/event/src/G4AdjointPosOnPhysVolGenerator.cc @@ -53,20 +53,6 @@ G4AdjointPosOnPhysVolGenerator* G4AdjointPosOnPhysVolGenerator::GetInstance() return theInstance; } -// -------------------------------------------------------------------- -// -G4AdjointPosOnPhysVolGenerator::~G4AdjointPosOnPhysVolGenerator() -{ -} - -//////////////////////////////////////////////////// -// -G4AdjointPosOnPhysVolGenerator::G4AdjointPosOnPhysVolGenerator() - : UseSphere(true), ModelOfSurfaceSource("OnSolid"), - AreaOfExtSurfaceOfThePhysicalVolume(0.), CosThDirComparedToNormal(0.) -{ -} - // -------------------------------------------------------------------- // G4VPhysicalVolume* @@ -78,7 +64,7 @@ G4AdjointPosOnPhysVolGenerator::DefinePhysicalVolume(const G4String& aName) for ( unsigned int i=0; i< thePhysVolStore->size(); ++i ) { G4String vol_name =(*thePhysVolStore)[i]->GetName(); - if (vol_name == "") + if (vol_name.empty()) { vol_name = (*thePhysVolStore)[i]->GetLogicalVolume()->GetName(); } @@ -152,20 +138,17 @@ G4AdjointPosOnPhysVolGenerator::ComputeAreaOfExtSurface(G4VSolid* aSolid, { return ComputeAreaOfExtSurfaceStartingFromSphere(aSolid,NStats); } - else - { - return ComputeAreaOfExtSurfaceStartingFromBox(aSolid,NStats); - } + + return ComputeAreaOfExtSurfaceStartingFromBox(aSolid,NStats); } - else + + G4ThreeVector p, dir; + if (ModelOfSurfaceSource == "ExternalSphere") { - G4ThreeVector p, dir; - if (ModelOfSurfaceSource == "ExternalSphere") - { - return GenerateAPositionOnASphereBoundary(aSolid, p,dir); - } - return GenerateAPositionOnABoxBoundary(aSolid, p,dir); + return GenerateAPositionOnASphereBoundary(aSolid, p,dir); } + + return GenerateAPositionOnABoxBoundary(aSolid, p,dir); } // -------------------------------------------------------------------- diff --git a/source/event/src/G4AdjointPrimaryGenerator.cc b/source/event/src/G4AdjointPrimaryGenerator.cc index 243ce92804..8791e5d76a 100644 --- a/source/event/src/G4AdjointPrimaryGenerator.cc +++ b/source/event/src/G4AdjointPrimaryGenerator.cc @@ -174,7 +174,7 @@ ComputeAccumulatedDepthVectorAlongBackRay(G4ThreeVector glob_pos, fLinearNavigator->LocateGlobalPointAndSetup(position); G4double newStep = fLinearNavigator->ComputeStep(position,direction,1.e50, safety); - if (theAccumulatedDepthVector != nullptr) {delete theAccumulatedDepthVector;} + delete theAccumulatedDepthVector; theAccumulatedDepthVector = new G4PhysicsFreeVector(); G4double acc_depth=0.; diff --git a/source/event/src/G4AdjointStackingAction.cc b/source/event/src/G4AdjointStackingAction.cc index 7846caab93..8f3c556b49 100644 --- a/source/event/src/G4AdjointStackingAction.cc +++ b/source/event/src/G4AdjointStackingAction.cc @@ -43,11 +43,6 @@ G4AdjointStackingAction(G4AdjointTrackingAction* anAction) theAdjointTrackingAction = anAction; } -// -------------------------------------------------------------------- -// -G4AdjointStackingAction::~G4AdjointStackingAction() -{;} - // -------------------------------------------------------------------- // G4ClassificationOfNewTrack @@ -66,7 +61,7 @@ G4AdjointStackingAction::ClassifyNewTrack(const G4Track * aTrack) { if (theAdjointTrackingAction->GetNbOfAdointTracksReachingTheExternalSurface()>0) { - if (theFwdStackingAction) + if (theFwdStackingAction != nullptr) { classification = theFwdStackingAction->ClassifyNewTrack(aTrack); } @@ -77,7 +72,7 @@ G4AdjointStackingAction::ClassifyNewTrack(const G4Track * aTrack) } } } - else if (theUserAdjointStackingAction) + else if (theUserAdjointStackingAction != nullptr) { classification = theUserAdjointStackingAction->ClassifyNewTrack(aTrack); } @@ -91,13 +86,13 @@ void G4AdjointStackingAction::NewStage() reclassification_stage = true; if (first_reclassification_stage) { - if (theUserAdjointStackingAction) + if (theUserAdjointStackingAction != nullptr) { theUserAdjointStackingAction->NewStage(); } stackManager->ReClassify(); } - else if (theFwdStackingAction) theFwdStackingAction->NewStage(); + else if (theFwdStackingAction != nullptr) theFwdStackingAction->NewStage(); { first_reclassification_stage = false; } @@ -109,7 +104,7 @@ void G4AdjointStackingAction::PrepareNewEvent() { reclassification_stage = false; first_reclassification_stage = true; - if (theUserAdjointStackingAction) + if (theUserAdjointStackingAction != nullptr) { theUserAdjointStackingAction->PrepareNewEvent(); } diff --git a/source/event/src/G4Event.cc b/source/event/src/G4Event.cc index 9d655769fc..8f2a5ffe3c 100644 --- a/source/event/src/G4Event.cc +++ b/source/event/src/G4Event.cc @@ -40,10 +40,6 @@ G4Allocator*& anEventAllocator() return _instance; } -G4Event::G4Event() -{ -} - G4Event::G4Event(G4int evID) : eventID(evID) { @@ -92,7 +88,7 @@ void G4Event::Draw() const G4VVisManager* pVVisManager = G4VVisManager::GetConcreteInstance(); if(pVVisManager == nullptr) return; - if(trajectoryContainer) + if(trajectoryContainer != nullptr) { G4int n_traj = trajectoryContainer->entries(); for(G4int i=0; iGetDC(j); - if(VDC) VDC->DrawAllDigi(); + if(VDC != nullptr) VDC->DrawAllDigi(); } } } diff --git a/source/event/src/G4EventManager.cc b/source/event/src/G4EventManager.cc index 27aaf7b9ac..c32272dcee 100644 --- a/source/event/src/G4EventManager.cc +++ b/source/event/src/G4EventManager.cc @@ -44,6 +44,7 @@ #include "Randomize.hh" #include "G4Profiler.hh" #include "G4TiMemory.hh" +#include "G4GlobalFastSimulationManager.hh" #include @@ -108,7 +109,7 @@ void G4EventManager::DoProcessing(G4Event* anEvent) G4ThreeVector center(0,0,0); G4Navigator* navigator = G4TransportationManager::GetTransportationManager() ->GetNavigatorForTracking(); - navigator->LocateGlobalPointAndSetup(center,0,false); + navigator->LocateGlobalPointAndSetup(center,nullptr,false); G4Track* track = nullptr; G4TrackStatus istop = fAlive; @@ -132,7 +133,7 @@ void G4EventManager::DoProcessing(G4Event* anEvent) if(sdManager != nullptr) { currentEvent->SetHCofThisEvent(sdManager->PrepareNewEvent()); } - if(userEventAction) userEventAction->BeginOfEventAction(currentEvent); + if(userEventAction != nullptr) userEventAction->BeginOfEventAction(currentEvent); #if defined(GEANT4_USE_TIMEMORY) eventProfiler.reset(new ProfilerConfig(currentEvent)); @@ -224,7 +225,7 @@ void G4EventManager::DoProcessing(G4Event* anEvent) delete aTrajectory; aTrajectory = previousTrajectory; } - if(aTrajectory&&(istop!=fStopButAlive)&&(istop!=fSuspend)) + if((aTrajectory != nullptr)&&(istop!=fStopButAlive)&&(istop!=fSuspend)) { if(trajectoryContainer == nullptr) { @@ -260,10 +261,10 @@ void G4EventManager::DoProcessing(G4Event* anEvent) " Continue with simulation."); break; case fKillTrackAndSecondaries: - if( secondaries ) + if( secondaries != nullptr ) { - for(std::size_t i=0; isize(); ++i) - { delete (*secondaries)[i]; } + for(auto & secondarie : *secondaries) + { delete secondarie; } secondaries->clear(); } delete track; @@ -279,7 +280,11 @@ void G4EventManager::DoProcessing(G4Event* anEvent) } trackingManagersToFlush.clear(); - // Check if flushing one of the tracking managers stacked new secondaries. + // flush any fast simulation models + G4GlobalFastSimulationManager::GetGlobalFastSimulationManager()->Flush(); + + // Check if flushing one of the tracking managers or a fast simulation model + // stacked new secondaries. } while (trackContainer->GetNUrgentTrack() > 0); #ifdef G4VERBOSE @@ -299,7 +304,7 @@ void G4EventManager::DoProcessing(G4Event* anEvent) eventProfiler.reset(); #endif - if(userEventAction) + if(userEventAction != nullptr) { userEventAction->EndOfEventAction(currentEvent); } @@ -314,16 +319,16 @@ void G4EventManager::StackTracks(G4TrackVector* trackVector, { if( trackVector != nullptr ) { - if( trackVector->size() == 0 ) return; + if( trackVector->empty() ) return; for( auto newTrack : *trackVector ) { ++trackIDCounter; if(!IDhasAlreadySet) { newTrack->SetTrackID( trackIDCounter ); - if(newTrack->GetDynamicParticle()->GetPrimaryParticle()) + if(newTrack->GetDynamicParticle()->GetPrimaryParticle() != nullptr) { - G4PrimaryParticle* pp + auto* pp = (G4PrimaryParticle*)(newTrack->GetDynamicParticle()->GetPrimaryParticle()); pp->SetTrackID(trackIDCounter); } @@ -405,7 +410,7 @@ void G4EventManager::ProcessOneEvent(G4TrackVector* trackVector, void G4EventManager::SetUserInformation(G4VUserEventInformation* anInfo) { G4ApplicationState currentState = stateManager->GetCurrentState(); - if(currentState != G4State_EventProc || currentEvent == 0) + if(currentState != G4State_EventProc || currentEvent == nullptr) { G4Exception("G4EventManager::SetUserInformation", "Event0003", JustWarning, @@ -420,7 +425,7 @@ void G4EventManager::SetUserInformation(G4VUserEventInformation* anInfo) G4VUserEventInformation* G4EventManager::GetUserInformation() { G4ApplicationState currentState = stateManager->GetCurrentState(); - if(currentState != G4State_EventProc || currentEvent == 0) + if(currentState != G4State_EventProc || currentEvent == nullptr) { return nullptr; } diff --git a/source/event/src/G4GeneralParticleSourceData.cc b/source/event/src/G4GeneralParticleSourceData.cc index be9c218fcf..fac0987bc9 100644 --- a/source/event/src/G4GeneralParticleSourceData.cc +++ b/source/event/src/G4GeneralParticleSourceData.cc @@ -53,9 +53,9 @@ G4GeneralParticleSourceData::G4GeneralParticleSourceData() G4GeneralParticleSourceData::~G4GeneralParticleSourceData() { G4MUTEXDESTROY(mutex); - for ( auto it = sourceVector.cbegin(); it != sourceVector.cend(); ++it ) + for (const auto it : sourceVector) { - delete *it; + delete it; } sourceVector.clear(); } @@ -146,9 +146,9 @@ void G4GeneralParticleSourceData::ClearSources() { currentSourceIdx = -1; currentSource = nullptr; - for ( auto it = sourceVector.cbegin(); it != sourceVector.cend(); ++it ) + for (const auto it : sourceVector) { - delete *it; + delete it; } sourceVector.clear(); sourceIntensity.clear(); @@ -157,9 +157,9 @@ void G4GeneralParticleSourceData::ClearSources() void G4GeneralParticleSourceData::SetVerbosityAllSources(G4int vl) { - for ( auto it = sourceVector.cbegin(); it != sourceVector.cend(); ++it ) + for (const auto it : sourceVector) { - (*it)->SetVerbosity(vl); + it->SetVerbosity(vl); } } diff --git a/source/event/src/G4HEPEvtInterface.cc b/source/event/src/G4HEPEvtInterface.cc index 5ebb1a3fe0..c21e368a5d 100644 --- a/source/event/src/G4HEPEvtInterface.cc +++ b/source/event/src/G4HEPEvtInterface.cc @@ -59,10 +59,6 @@ G4HEPEvtInterface::G4HEPEvtInterface(const char* evfile, G4int vl) particle_time = 0.0; } -G4HEPEvtInterface::~G4HEPEvtInterface() -{ -} - void G4HEPEvtInterface::GeneratePrimaryVertex(G4Event* evt) { G4int NHEP = 0; // number of entries @@ -116,13 +112,13 @@ void G4HEPEvtInterface::GeneratePrimaryVertex(G4Event* evt) // Create G4PrimaryParticle object // - G4PrimaryParticle* particle = new G4PrimaryParticle( IDHEP ); + auto* particle = new G4PrimaryParticle( IDHEP ); particle->SetMass( PHEP5*GeV ); particle->SetMomentum(PHEP1*GeV, PHEP2*GeV, PHEP3*GeV ); // Create G4HEPEvtParticle object // - G4HEPEvtParticle* hepParticle + auto* hepParticle = new G4HEPEvtParticle( particle, ISTHEP, JDAHEP1, JDAHEP2 ); // Store @@ -132,17 +128,17 @@ void G4HEPEvtInterface::GeneratePrimaryVertex(G4Event* evt) // Check if there is at least one particle // - if( HPlist.size() == 0 ) return; + if( HPlist.empty() ) return; // Make connection between daughter particles decayed from the same mother // - for( std::size_t i=0; iGetJDAHEP1() > 0 ) // it has daughters + if( i->GetJDAHEP1() > 0 ) // it has daughters { - G4int jda1 = HPlist[i]->GetJDAHEP1()-1; // FORTRAN index starts from 1 - G4int jda2 = HPlist[i]->GetJDAHEP2()-1; // but C++ starts from 0. - G4PrimaryParticle* mother = HPlist[i]->GetTheParticle(); + G4int jda1 = i->GetJDAHEP1()-1; // FORTRAN index starts from 1 + G4int jda2 = i->GetJDAHEP2()-1; // but C++ starts from 0. + G4PrimaryParticle* mother = i->GetTheParticle(); for( G4int j=jda1; j<=jda2; ++j ) { G4PrimaryParticle* daughter = HPlist[j]->GetTheParticle(); @@ -157,25 +153,25 @@ void G4HEPEvtInterface::GeneratePrimaryVertex(G4Event* evt) // Create G4PrimaryVertex object // - G4PrimaryVertex* vertex = new G4PrimaryVertex(particle_position,particle_time); + auto* vertex = new G4PrimaryVertex(particle_position,particle_time); // Put initial particles to the vertex // - for( std::size_t ii=0; iiGetISTHEP() > 0 ) // ISTHEP of daughters had been + if( ii->GetISTHEP() > 0 ) // ISTHEP of daughters had been // set to negative { - G4PrimaryParticle* initialParticle = HPlist[ii]->GetTheParticle(); + G4PrimaryParticle* initialParticle = ii->GetTheParticle(); vertex->SetPrimary( initialParticle ); } } // Clear G4HEPEvtParticles // - for(std::size_t iii=0; iii*& aHEPEvtParticleAllocator() return _instance; } -G4HEPEvtParticle::G4HEPEvtParticle() -{ -} - G4HEPEvtParticle:: G4HEPEvtParticle(G4PrimaryParticle* pp, G4int isthep, G4int jdahep1, G4int jdahep2) @@ -47,10 +43,6 @@ G4HEPEvtParticle(G4PrimaryParticle* pp, { } -G4HEPEvtParticle::~G4HEPEvtParticle() -{ -} - G4HEPEvtParticle& G4HEPEvtParticle::operator=(const G4HEPEvtParticle &) { return *this; diff --git a/source/event/src/G4ParticleGun.cc b/source/event/src/G4ParticleGun.cc index 979dcd8e49..e4b27e882d 100644 --- a/source/event/src/G4ParticleGun.cc +++ b/source/event/src/G4ParticleGun.cc @@ -215,7 +215,7 @@ void G4ParticleGun::GeneratePrimaryVertex(G4Event* evt) // Create a new vertex // - G4PrimaryVertex* vertex = + auto* vertex = new G4PrimaryVertex(particle_position,particle_time); // Create new primaries and set them to the vertex @@ -223,7 +223,7 @@ void G4ParticleGun::GeneratePrimaryVertex(G4Event* evt) G4double mass = particle_definition->GetPDGMass(); for( G4int i=0; iSetKineticEnergy( particle_energy ); particle->SetMass( mass ); diff --git a/source/event/src/G4PrimaryTransformer.cc b/source/event/src/G4PrimaryTransformer.cc index 1c363b59b3..0dc859ce06 100644 --- a/source/event/src/G4PrimaryTransformer.cc +++ b/source/event/src/G4PrimaryTransformer.cc @@ -47,22 +47,12 @@ G4PrimaryTransformer::G4PrimaryTransformer() CheckUnknown(); } -G4PrimaryTransformer::~G4PrimaryTransformer() -{ -} - void G4PrimaryTransformer::CheckUnknown() { unknown = particleTable->FindParticle("unknown"); - if(unknown != nullptr) - { unknownParticleDefined = true; } - else - { unknownParticleDefined = false; } + unknownParticleDefined = unknown != nullptr; opticalphoton = particleTable->FindParticle("opticalphoton"); - if(opticalphoton != nullptr) - { opticalphotonDefined = true; } - else - { opticalphotonDefined = false; } + opticalphotonDefined = opticalphoton != nullptr; } G4TrackVector* @@ -149,7 +139,7 @@ GenerateSingleTrack( G4PrimaryParticle* primaryParticle, << G4endl; } #endif - G4DynamicParticle* DP = + auto* DP = new G4DynamicParticle(partDef, primaryParticle->GetMomentumDirection(), primaryParticle->GetKineticEnergy()); @@ -264,7 +254,7 @@ SetDecayProducts(G4PrimaryParticle* mother, G4DynamicParticle* motherDP) { G4PrimaryParticle* daughter = mother->GetDaughter(); if(daughter == nullptr) return; - G4DecayProducts* decayProducts + auto* decayProducts = (G4DecayProducts*)(motherDP->GetPreAssignedDecayProducts() ); if(decayProducts == nullptr) { @@ -295,7 +285,7 @@ SetDecayProducts(G4PrimaryParticle* mother, G4DynamicParticle* motherDP) << G4endl; } #endif - G4DynamicParticle* DP + auto* DP = new G4DynamicParticle(partDef,daughter->GetMomentum()); DP->SetPrimaryParticle(daughter); @@ -341,7 +331,7 @@ SetDecayProducts(G4PrimaryParticle* mother, G4DynamicParticle* motherDP) void G4PrimaryTransformer::SetUnknnownParticleDefined(G4bool vl) { unknownParticleDefined = vl; - if(unknownParticleDefined && !unknown) + if(unknownParticleDefined && (unknown == nullptr)) { G4cerr << "unknownParticleDefined cannot be set true because" << G4endl << "G4UnknownParticle is not defined in the physics list." << G4endl @@ -353,7 +343,7 @@ void G4PrimaryTransformer::SetUnknnownParticleDefined(G4bool vl) G4bool G4PrimaryTransformer::CheckDynamicParticle(G4DynamicParticle* DP) { if(IsGoodForTrack(DP->GetDefinition())) return true; - G4DecayProducts* decayProducts + auto* decayProducts = (G4DecayProducts*)(DP->GetPreAssignedDecayProducts()); if(decayProducts != nullptr && decayProducts->entries()>0) return true; G4cerr << G4endl @@ -374,7 +364,7 @@ G4PrimaryTransformer::GetDefinition(G4PrimaryParticle* pp) { partDef = particleTable->FindParticle(pp->GetPDGcode()); } - if(unknownParticleDefined && ((!partDef)||partDef->IsShortLived())) + if(unknownParticleDefined && ((partDef == nullptr)||partDef->IsShortLived())) { partDef = unknown; } @@ -385,14 +375,14 @@ G4bool G4PrimaryTransformer::IsGoodForTrack(G4ParticleDefinition* pd) { if(pd == nullptr) { return false; } - else if(!(pd->IsShortLived())) + if(!(pd->IsShortLived())) { return true; } // // Following two lines should be removed if the user does not want to make // shortlived primary particle with proper decay table to be converted into // a track. // - else if(pd->GetDecayTable() != nullptr) + if(pd->GetDecayTable() != nullptr) { return true; } return false; diff --git a/source/event/src/G4RayShooter.cc b/source/event/src/G4RayShooter.cc index 087cc8ad7f..0f0c703f43 100644 --- a/source/event/src/G4RayShooter.cc +++ b/source/event/src/G4RayShooter.cc @@ -36,25 +36,7 @@ #include "G4ParticleDefinition.hh" #include "globals.hh" -G4RayShooter::G4RayShooter() -{ - SetInitialValues(); -} - -void G4RayShooter::SetInitialValues() -{ - G4ThreeVector zero; - particle_momentum_direction = (G4ParticleMomentum)zero; - particle_energy = 1.0*GeV; - particle_position = zero; - particle_polarization = zero; -} - -G4RayShooter::~G4RayShooter() -{ -} - -void G4RayShooter::Shoot(G4Event* evt,G4ThreeVector vtx, G4ThreeVector direc) +void G4RayShooter::Shoot(G4Event* evt, G4ThreeVector vtx, G4ThreeVector direc) { if(particle_definition == nullptr) { @@ -72,12 +54,12 @@ void G4RayShooter::Shoot(G4Event* evt,G4ThreeVector vtx, G4ThreeVector direc) // Create a new vertex // - G4PrimaryVertex* vertex = new G4PrimaryVertex(vtx,particle_time); + auto* vertex = new G4PrimaryVertex(vtx,particle_time); // Create new primaries and set them to the vertex // G4double mass = particle_definition->GetPDGMass(); - G4PrimaryParticle* particle = new G4PrimaryParticle(particle_definition); + auto* particle = new G4PrimaryParticle(particle_definition); particle->SetKineticEnergy( particle_energy ); particle->SetMass( mass ); particle->SetMomentumDirection( direc ); diff --git a/source/event/src/G4SPSAngDistribution.cc b/source/event/src/G4SPSAngDistribution.cc index f7a5ecf5cd..87e2590634 100644 --- a/source/event/src/G4SPSAngDistribution.cc +++ b/source/event/src/G4SPSAngDistribution.cc @@ -35,8 +35,7 @@ #include "Randomize.hh" #include "G4PhysicalConstants.hh" -G4SPSAngDistribution::G4SPSAngDistribution() - : Theta(0.), Phi(0.) +G4SPSAngDistribution::G4SPSAngDistribution() { // Angular distribution Variables G4ThreeVector zero; @@ -657,41 +656,39 @@ G4double G4SPSAngDistribution::GenerateUserDefTheta() G4cout << "UserDistType = " << UserDistType << G4endl; return (0.); } - else + + // UserDistType = theta or both and so a theta distribution + // is defined. This should be integrated if not already done. + G4AutoLock l(&mutex); + if(!IPDFThetaExist) { - // UserDistType = theta or both and so a theta distribution - // is defined. This should be integrated if not already done. - G4AutoLock l(&mutex); - if(IPDFThetaExist == false) - { - // IPDF has not been created, so create it - // - G4double bins[1024],vals[1024], sum; - G4int ii; - G4int maxbin = G4int(UDefThetaH.GetVectorLength()); - bins[0] = UDefThetaH.GetLowEdgeEnergy(std::size_t(0)); - vals[0] = UDefThetaH(std::size_t(0)); - sum = vals[0]; - for(ii=1; iiGetPDGMass(); @@ -1793,13 +1793,13 @@ void G4SPSEneDistribution::GenEpnHistEnergies() G4AutoLock l(&mutex); - if (Epnflag == true) // true means spectrum is epn, false means e + if (Epnflag) // true means spectrum is epn, false means e { // Convert to energy by multiplying by A number // ConvertEPNToEnergy(); } - if (IPDFEnergyExist == false) + if (!IPDFEnergyExist) { // IPDF has not been created, so create it // diff --git a/source/event/src/G4SPSPosDistribution.cc b/source/event/src/G4SPSPosDistribution.cc index 06dbdcb638..6e6d6cd7c1 100644 --- a/source/event/src/G4SPSPosDistribution.cc +++ b/source/event/src/G4SPSPosDistribution.cc @@ -1213,7 +1213,7 @@ G4bool G4SPSPosDistribution::IsSourceConfined(G4ThreeVector& pos) { // Method to check point is within the volume specified - if(Confine == false) + if(!Confine) { G4cout << "Error: Confine is false" << G4endl; } @@ -1237,10 +1237,9 @@ G4bool G4SPSPosDistribution::IsSourceConfined(G4ThreeVector& pos) } return true; } - else - { - return false; - } + + return false; + } G4ThreeVector G4SPSPosDistribution::GenerateOne() @@ -1248,7 +1247,7 @@ G4ThreeVector G4SPSPosDistribution::GenerateOne() G4ThreeVector localP; G4bool srcconf = false; G4int LoopCount = 0; - while(srcconf == false) + while(!srcconf) { if(SourcePosType == "Point") GeneratePointSource(localP); @@ -1269,13 +1268,13 @@ G4ThreeVector G4SPSPosDistribution::GenerateOne() "G4GPS001", JustWarning, msg); GeneratePointSource(localP); } - if(Confine == true) + if(Confine) { srcconf = IsSourceConfined(localP); // if source in confined srcconf = true terminating the loop // if source isnt confined srcconf = false and loop continues } - else if(Confine == false) + else if(!Confine) { srcconf = true; // terminate loop } diff --git a/source/event/src/G4SPSRandomGenerator.cc b/source/event/src/G4SPSRandomGenerator.cc index b1eb9a8787..9b64c7c2cd 100644 --- a/source/event/src/G4SPSRandomGenerator.cc +++ b/source/event/src/G4SPSRandomGenerator.cc @@ -50,7 +50,7 @@ G4SPSRandomGenerator::bweights_t::bweights_t() { - for ( G4int i=0 ; i<9 ; ++i ) { w[i] = 1; } + for (double & i : w) { i = 1; } } G4double& G4SPSRandomGenerator::bweights_t::operator [](const G4int i) @@ -246,93 +246,92 @@ G4double G4SPSRandomGenerator::GenRandX() { if (verbosityLevel >= 1) G4cout << "In GenRandX" << G4endl; - if (XBias == false) + if (!XBias) { // X is not biased G4double rndm = G4UniformRand(); return (rndm); } - else + + // X is biased + // This is shared among threads, and we need to initialize + // only once. Multiple instances of this class can exists + // so we rely on a class-private, thread-private variable + // to check if we need an initialiation. We do not use a lock here + // because the Boolean on which we check is thread private + // + if ( !local_IPDFXBias.Get().val ) { - // X is biased - // This is shared among threads, and we need to initialize - // only once. Multiple instances of this class can exists - // so we rely on a class-private, thread-private variable - // to check if we need an initialiation. We do not use a lock here - // because the Boolean on which we check is thread private + // For time that this thread arrived, here + // Now two cases are possible: it is the first time + // ANY thread has ever initialized this. + // Now we need a lock. In any case, the thread local + // variable can now be set to true // - if ( local_IPDFXBias.Get().val == false ) + local_IPDFXBias.Get().val = true; + G4AutoLock l(&mutex); + if (!IPDFXBias) { - // For time that this thread arrived, here - // Now two cases are possible: it is the first time - // ANY thread has ever initialized this. - // Now we need a lock. In any case, the thread local - // variable can now be set to true + // IPDF has not been created, so create it // - local_IPDFXBias.Get().val = true; - G4AutoLock l(&mutex); - if (IPDFXBias == false) + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(XBiasH.GetVectorLength()); + bins[0] = XBiasH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = XBiasH(std::size_t(0)); + sum = vals[0]; + for (ii=1; ii IPDFXBiasH(biasn2)) - { biasn1 = biasn2; } - else - { biasn3 = biasn2; } - biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + for (ii=0; ii= 1) - { - G4cout << "X bin weight " << w[0] << " " << rndm << G4endl; - } - return (IPDFXBiasH.GetEnergy(rndm)); } + + // IPDF has been create so carry on + + G4double rndm = G4UniformRand(); + + // Calculate the weighting: Find the bin that the determined + // rndm is in and the weigthing will be the difference in the + // natural probability (from the x-axis) divided by the + // difference in the biased probability (the area) + // + std::size_t numberOfBin = IPDFXBiasH.GetVectorLength(); + G4int biasn1 = 0; + G4int biasn2 = numberOfBin / 2; + G4int biasn3 = numberOfBin - 1; + while (biasn1 != biasn3 - 1) + { + if (rndm > IPDFXBiasH(biasn2)) + { biasn1 = biasn2; } + else + { biasn3 = biasn2; } + biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + } + + // Retrieve the areas and then the x-axis values + // + bweights_t& w = bweights.Get(); + w[0] = IPDFXBiasH(biasn2) - IPDFXBiasH(biasn2 - 1); + G4double xaxisl = IPDFXBiasH.GetLowEdgeEnergy(std::size_t(biasn2 - 1)); + G4double xaxisu = IPDFXBiasH.GetLowEdgeEnergy(std::size_t(biasn2)); + G4double NatProb = xaxisu - xaxisl; + w[0] = NatProb / w[0]; + if (verbosityLevel >= 1) + { + G4cout << "X bin weight " << w[0] << " " << rndm << G4endl; + } + return (IPDFXBiasH.GetEnergy(rndm)); + } G4double G4SPSRandomGenerator::GenRandY() @@ -342,18 +341,17 @@ G4double G4SPSRandomGenerator::GenRandY() G4cout << "In GenRandY" << G4endl; } - if (YBias == false) // Y is not biased + if (!YBias) // Y is not biased { G4double rndm = G4UniformRand(); return (rndm); } - else // Y is biased - { - if ( local_IPDFYBias.Get().val == false ) + // Y is biased + if ( !local_IPDFYBias.Get().val ) { local_IPDFYBias.Get().val = true; G4AutoLock l(&mutex); - if (IPDFYBias == false) + if (!IPDFYBias) { // IPDF has not been created, so create it // @@ -405,7 +403,7 @@ G4double G4SPSRandomGenerator::GenRandY() G4cout << "Y bin weight " << w[1] << " " << rndm << G4endl; } return (IPDFYBiasH.GetEnergy(rndm)); - } + } G4double G4SPSRandomGenerator::GenRandZ() @@ -415,18 +413,17 @@ G4double G4SPSRandomGenerator::GenRandZ() G4cout << "In GenRandZ" << G4endl; } - if (ZBias == false) // Z is not biased + if (!ZBias) // Z is not biased { G4double rndm = G4UniformRand(); return (rndm); } - else // Z is biased - { - if ( local_IPDFZBias.Get().val == false ) + // Z is biased + if ( !local_IPDFZBias.Get().val ) { local_IPDFZBias.Get().val = true; G4AutoLock l(&mutex); - if (IPDFZBias == false) + if (!IPDFZBias) { // IPDF has not been created, so create it // @@ -478,7 +475,7 @@ G4double G4SPSRandomGenerator::GenRandZ() G4cout << "Z bin weight " << w[2] << " " << rndm << G4endl; } return (IPDFZBiasH.GetEnergy(rndm)); - } + } G4double G4SPSRandomGenerator::GenRandTheta() @@ -489,18 +486,17 @@ G4double G4SPSRandomGenerator::GenRandTheta() G4cout << "Verbosity " << verbosityLevel << G4endl; } - if (ThetaBias == false) // Theta is not biased + if (!ThetaBias) // Theta is not biased { G4double rndm = G4UniformRand(); return (rndm); } - else // Theta is biased - { - if ( local_IPDFThetaBias.Get().val == false ) + // Theta is biased + if ( !local_IPDFThetaBias.Get().val ) { local_IPDFThetaBias.Get().val = true; G4AutoLock l(&mutex); - if (IPDFThetaBias == false) + if (!IPDFThetaBias) { // IPDF has not been created, so create it // @@ -552,7 +548,7 @@ G4double G4SPSRandomGenerator::GenRandTheta() G4cout << "Theta bin weight " << w[3] << " " << rndm << G4endl; } return (IPDFThetaBiasH.GetEnergy(rndm)); - } + } G4double G4SPSRandomGenerator::GenRandPhi() @@ -562,18 +558,17 @@ G4double G4SPSRandomGenerator::GenRandPhi() G4cout << "In GenRandPhi" << G4endl; } - if (PhiBias == false) // Phi is not biased + if (!PhiBias) // Phi is not biased { G4double rndm = G4UniformRand(); return (rndm); } - else // Phi is biased - { - if ( local_IPDFPhiBias.Get().val == false ) + // Phi is biased + if ( !local_IPDFPhiBias.Get().val ) { local_IPDFPhiBias.Get().val = true; G4AutoLock l(&mutex); - if (IPDFPhiBias == false) + if (!IPDFPhiBias) { // IPDF has not been created, so create it // @@ -625,7 +620,7 @@ G4double G4SPSRandomGenerator::GenRandPhi() G4cout << "Phi bin weight " << w[4] << " " << rndm << G4endl; } return (IPDFPhiBiasH.GetEnergy(rndm)); - } + } G4double G4SPSRandomGenerator::GenRandEnergy() @@ -635,18 +630,17 @@ G4double G4SPSRandomGenerator::GenRandEnergy() G4cout << "In GenRandEnergy" << G4endl; } - if (EnergyBias == false) // Energy is not biased + if (!EnergyBias) // Energy is not biased { G4double rndm = G4UniformRand(); return (rndm); } - else // Energy is biased - { - if ( local_IPDFEnergyBias.Get().val == false ) + // Energy is biased + if ( !local_IPDFEnergyBias.Get().val ) { local_IPDFEnergyBias.Get().val = true; G4AutoLock l(&mutex); - if (IPDFEnergyBias == false) + if (!IPDFEnergyBias) { // IPDF has not been created, so create it // @@ -698,7 +692,7 @@ G4double G4SPSRandomGenerator::GenRandEnergy() G4cout << "Energy bin weight " << w[5] << " " << rndm << G4endl; } return (IPDFEnergyBiasH.GetEnergy(rndm)); - } + } G4double G4SPSRandomGenerator::GenRandPosTheta() @@ -709,18 +703,17 @@ G4double G4SPSRandomGenerator::GenRandPosTheta() G4cout << "Verbosity " << verbosityLevel << G4endl; } - if (PosThetaBias == false) // Theta is not biased + if (!PosThetaBias) // Theta is not biased { G4double rndm = G4UniformRand(); return (rndm); } - else // Theta is biased - { - if ( local_IPDFPosThetaBias.Get().val == false ) + // Theta is biased + if ( !local_IPDFPosThetaBias.Get().val ) { local_IPDFPosThetaBias.Get().val = true; G4AutoLock l(&mutex); - if (IPDFPosThetaBias == false) + if (!IPDFPosThetaBias) { // IPDF has not been created, so create it // @@ -772,7 +765,7 @@ G4double G4SPSRandomGenerator::GenRandPosTheta() G4cout << "PosTheta bin weight " << w[6] << " " << rndm << G4endl; } return (IPDFPosThetaBiasH.GetEnergy(rndm)); - } + } G4double G4SPSRandomGenerator::GenRandPosPhi() @@ -782,18 +775,17 @@ G4double G4SPSRandomGenerator::GenRandPosPhi() G4cout << "In GenRandPosPhi" << G4endl; } - if (PosPhiBias == false) // PosPhi is not biased + if (!PosPhiBias) // PosPhi is not biased { G4double rndm = G4UniformRand(); return (rndm); } - else // PosPhi is biased - { - if (local_IPDFPosPhiBias.Get().val == false ) + // PosPhi is biased + if (!local_IPDFPosPhiBias.Get().val ) { local_IPDFPosPhiBias.Get().val = true; G4AutoLock l(&mutex); - if (IPDFPosPhiBias == false) + if (!IPDFPosPhiBias) { // IPDF has not been created, so create it // @@ -845,5 +837,5 @@ G4double G4SPSRandomGenerator::GenRandPosPhi() G4cout << "PosPhi bin weight " << w[7] << " " << rndm << G4endl; } return (IPDFPosPhiBiasH.GetEnergy(rndm)); - } + } diff --git a/source/event/src/G4SingleParticleSource.cc b/source/event/src/G4SingleParticleSource.cc index cde1e325e2..bc7e328ed5 100644 --- a/source/event/src/G4SingleParticleSource.cc +++ b/source/event/src/G4SingleParticleSource.cc @@ -126,7 +126,7 @@ void G4SingleParticleSource::GeneratePrimaryVertex(G4Event* evt) pp.position = posGenerator->GenerateOne(); // Create a new vertex - G4PrimaryVertex* vertex = new G4PrimaryVertex(pp.position,time); + auto* vertex = new G4PrimaryVertex(pp.position,time); for (G4int i=0; iGetPDGMass(); - G4PrimaryParticle* particle = new G4PrimaryParticle(definition); + auto* particle = new G4PrimaryParticle(definition); particle->SetKineticEnergy(pp.energy ); particle->SetMass( mass ); particle->SetMomentumDirection( pp.momentum_direction ); diff --git a/source/event/src/G4SmartTrackStack.cc b/source/event/src/G4SmartTrackStack.cc index 4759a6112e..af953340bd 100644 --- a/source/event/src/G4SmartTrackStack.cc +++ b/source/event/src/G4SmartTrackStack.cc @@ -44,8 +44,7 @@ void G4SmartTrackStack::dumpStatistics() G4cerr << G4endl; } -G4SmartTrackStack::G4SmartTrackStack() - : fTurn(0), nTurn(5), maxNTracks(0), nTracks(0) +G4SmartTrackStack::G4SmartTrackStack() { for(G4int i=0; iTransferTo(aStack); + sp->TransferTo(aStack); } nTracks = 0; } @@ -75,21 +74,19 @@ G4StackedTrack G4SmartTrackStack::PopFromStack() { G4StackedTrack aStackedTrack; - if (nTracks) + if (nTracks != 0) { while (true) { - if (stacks[fTurn]->GetNTrack()) + if (stacks[fTurn]->GetNTrack() != 0u) { aStackedTrack = stacks[fTurn]->PopFromStack(); energies[fTurn] -= aStackedTrack.GetTrack()->GetDynamicParticle()->GetTotalEnergy(); --nTracks; break; } - else - { - fTurn = (fTurn+1) % nTurn; - } + + fTurn = (fTurn+1) % nTurn; } } @@ -105,7 +102,7 @@ void G4SmartTrackStack::PushToStack( const G4StackedTrack& aStackedTrack ) { G4int iDest = 0; - if (aStackedTrack.GetTrack()->GetParentID()) + if (aStackedTrack.GetTrack()->GetParentID() != 0) { G4int code = aStackedTrack.GetTrack()->GetDynamicParticle()->GetPDGcode(); if (code == electronCode) diff --git a/source/event/src/G4StackChecker.cc b/source/event/src/G4StackChecker.cc index ae0c10fc93..e02a66f116 100644 --- a/source/event/src/G4StackChecker.cc +++ b/source/event/src/G4StackChecker.cc @@ -33,13 +33,6 @@ #include "G4Event.hh" #include "G4ios.hh" -G4StackChecker::G4StackChecker() - : nullDirection(G4ThreeVector(0.0,0.0,0.0)) -{} - -G4StackChecker::~G4StackChecker() -{} - G4ClassificationOfNewTrack G4StackChecker::ClassifyNewTrack(const G4Track* track) { @@ -66,9 +59,3 @@ G4StackChecker::ClassifyNewTrack(const G4Track* track) } return result; } - -void G4StackChecker::NewStage() -{} - -void G4StackChecker::PrepareNewEvent() -{} diff --git a/source/event/src/G4StackManager.cc b/source/event/src/G4StackManager.cc index 0d0633efac..684385d1ab 100644 --- a/source/event/src/G4StackManager.cc +++ b/source/event/src/G4StackManager.cc @@ -58,7 +58,7 @@ G4StackManager::G4StackManager() G4StackManager::~G4StackManager() { - if(userStackingAction) { delete userStackingAction; } + delete userStackingAction; #ifdef G4VERBOSE if(verboseLevel>0) @@ -98,7 +98,7 @@ PushOneTrack(G4Track* newTrack, G4VTrajectory* newTrajectory) else { const G4VProcess* vp = newTrack->GetCreatorProcess(); - if(vp) + if(vp != nullptr) { ED << "created by " << vp->GetProcessName() << "."; } @@ -212,7 +212,7 @@ G4Track* G4StackManager::PopNextTrack(G4VTrajectory** newTrajectory) << " waiting tracks." << G4endl; #endif if( ( GetNUrgentTrack()==0 ) && ( GetNWaitingTrack()==0 ) ) - return 0; + return nullptr; } G4StackedTrack selectedStackedTrack = urgentStack->PopFromStack(); @@ -282,7 +282,7 @@ void G4StackManager::ReClassify() G4int G4StackManager::PrepareNewEvent() { - if(userStackingAction) + if(userStackingAction != nullptr) { userStackingAction->PrepareNewEvent(); } @@ -315,7 +315,7 @@ G4int G4StackManager::PrepareNewEvent() G4Track* aTrack = aStackedTrack.GetTrack(); aTrack->SetParentID(-1); G4ClassificationOfNewTrack classification; - if(userStackingAction) + if(userStackingAction != nullptr) { classification = userStackingAction->ClassifyNewTrack( aTrack ); } @@ -370,7 +370,7 @@ void G4StackManager::SetNumberOfAdditionalWaitingStacks(G4int iAdd) { for(G4int i=numberOfAdditionalWaitingStacks; iGetNTrack() ) + if( originStack != nullptr && (originStack->GetNTrack() != 0u) ) { aStackedTrack = originStack->PopFromStack(); delete aStackedTrack.GetTrack(); delete aStackedTrack.GetTrajectory(); } - else if (urgentStack->GetNTrack() ) + else if (urgentStack->GetNTrack() != 0u ) { aStackedTrack = urgentStack->PopFromStack(); delete aStackedTrack.GetTrack(); @@ -528,16 +528,16 @@ TransferOneStackedTrack(G4ClassificationOfNewTrack origin, } break; } - if(originStack && originStack->GetNTrack()) + if((originStack != nullptr) && (originStack->GetNTrack() != 0u)) { aStackedTrack = originStack->PopFromStack(); - if(targetStack) { targetStack->PushToStack(aStackedTrack); } + if(targetStack != nullptr) { targetStack->PushToStack(aStackedTrack); } else { urgentStack->PushToStack(aStackedTrack); } } - else if(urgentStack->GetNTrack()) + else if(urgentStack->GetNTrack() != 0u) { aStackedTrack = urgentStack->PopFromStack(); - if(targetStack) { targetStack->PushToStack(aStackedTrack); } + if(targetStack != nullptr) { targetStack->PushToStack(aStackedTrack); } else { urgentStack->PushToStack(aStackedTrack); } } } @@ -602,13 +602,12 @@ G4int G4StackManager::GetNWaitingTrack(int i) const { return waitingStack->GetNTrack(); } - else + + if(i<=numberOfAdditionalWaitingStacks) { - if(i<=numberOfAdditionalWaitingStacks) - { - return additionalWaitingStacks[i-1]->GetNTrack(); - } + return additionalWaitingStacks[i-1]->GetNTrack(); } + return 0; } @@ -625,7 +624,7 @@ void G4StackManager::SetVerboseLevel( G4int const value ) void G4StackManager::SetUserStackingAction(G4UserStackingAction* value) { userStackingAction = value; - if(userStackingAction) + if(userStackingAction != nullptr) { userStackingAction->SetStackManager(this); } diff --git a/source/event/src/G4TrackStack.cc b/source/event/src/G4TrackStack.cc index 6f80c51e6f..fe90cde095 100644 --- a/source/event/src/G4TrackStack.cc +++ b/source/event/src/G4TrackStack.cc @@ -40,37 +40,37 @@ G4TrackStack::~G4TrackStack() void G4TrackStack::clearAndDestroy() { - for( auto i = begin(); i != end(); ++i ) + for(auto & i : *this) { - delete (*i).GetTrack(); - delete (*i).GetTrajectory(); + delete i.GetTrack(); + delete i.GetTrajectory(); } clear(); } void G4TrackStack::TransferTo(G4TrackStack* aStack) { - for(auto i = begin(); i != end(); ++i) + for(auto & i : *this) { - aStack->push_back(*i); + aStack->push_back(i); } clear(); } void G4TrackStack::TransferTo(G4SmartTrackStack* aStack) { - while (size()) + while (!this->empty()) { aStack->PushToStack(PopFromStack()); } } -G4double G4TrackStack::getTotalEnergy(void) const +G4double G4TrackStack::getTotalEnergy() const { G4double totalEnergy = 0.0; - for ( auto i = cbegin(); i != cend(); ++i ) + for (const auto & i : *this) { - totalEnergy += (*i).GetTrack()->GetDynamicParticle()->GetTotalEnergy(); + totalEnergy += i.GetTrack()->GetDynamicParticle()->GetTotalEnergy(); } return totalEnergy; } diff --git a/source/event/src/G4UserEventAction.cc b/source/event/src/G4UserEventAction.cc index f78ab58bde..3bf3c7730a 100644 --- a/source/event/src/G4UserEventAction.cc +++ b/source/event/src/G4UserEventAction.cc @@ -50,9 +50,6 @@ G4UserEventAction::G4UserEventAction() } } -G4UserEventAction::~G4UserEventAction() -{;} - void G4UserEventAction::SetEventManager(G4EventManager* value) { fpEventManager = value; diff --git a/source/event/src/G4UserStackingAction.cc b/source/event/src/G4UserStackingAction.cc index 063de93d84..b53eba7ac5 100644 --- a/source/event/src/G4UserStackingAction.cc +++ b/source/event/src/G4UserStackingAction.cc @@ -51,9 +51,6 @@ G4UserStackingAction::G4UserStackingAction() } } -G4UserStackingAction::~G4UserStackingAction() -{;} - G4ClassificationOfNewTrack G4UserStackingAction::ClassifyNewTrack(const G4Track*) { diff --git a/source/event/src/G4VPrimaryGenerator.cc b/source/event/src/G4VPrimaryGenerator.cc index 5ff9e2e108..af9766367e 100644 --- a/source/event/src/G4VPrimaryGenerator.cc +++ b/source/event/src/G4VPrimaryGenerator.cc @@ -34,12 +34,6 @@ #include "G4VPhysicalVolume.hh" #include "G4VSolid.hh" -G4VPrimaryGenerator::G4VPrimaryGenerator() -{;} - -G4VPrimaryGenerator::~G4VPrimaryGenerator() -{;} - G4bool G4VPrimaryGenerator::CheckVertexInsideWorld(const G4ThreeVector& pos) { G4Navigator* navigator= G4TransportationManager::GetTransportationManager() @@ -49,5 +43,5 @@ G4bool G4VPrimaryGenerator::CheckVertexInsideWorld(const G4ThreeVector& pos) G4VSolid* solid = world-> GetLogicalVolume()-> GetSolid(); EInside qinside = solid-> Inside(pos); - return (qinside != kInside) ? false : true; + return qinside == kInside; } diff --git a/source/externals/CMakeLists.txt b/source/externals/CMakeLists.txt index 70ace33e28..e0946b2bcc 100644 --- a/source/externals/CMakeLists.txt +++ b/source/externals/CMakeLists.txt @@ -1,10 +1,5 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4externals -# Package: Geant4.src.G4externals -#------------------------------------------------------------------------------ +# - Build of external packages, if required -# - Recurse into subdirectories as needed if(NOT GEANT4_USE_SYSTEM_CLHEP) add_subdirectory(clhep) endif() @@ -17,52 +12,52 @@ if(NOT GEANT4_USE_SYSTEM_ZLIB) add_subdirectory(zlib) endif() -# - G4tools always built add_subdirectory(g4tools) -# PTL requires additional pre and post inclusion steps as it's a true subproject if(NOT GEANT4_USE_SYSTEM_PTL) - set(CMAKE_INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION}/PTL) + # We reuse PTL as a true subproject, configure settings before recursion + set(PTL_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}) + set(PTL_INSTALL_CMAKEDIR ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}/PTL) + set(PTL_INSTALL_HEADERS ON) + set(PTL_INSTALL_CONFIG ON) set(PTL_USE_TBB ${GEANT4_USE_TBB}) + set(PTL_USE_LOCKS ${GEANT4_USE_PTL_LOCKS}) - if(NOT (GEANT4_BUILD_SANITIZER STREQUAL "none")) + if(GEANT4_BUILD_SANITIZER AND NOT (GEANT4_BUILD_SANITIZER STREQUAL "none")) set(PTL_USE_SANITIZER ON) set(PTL_SANITIZER_TYPE ${GEANT4_BUILD_SANITIZER}) endif() - set(PTL_USE_LOCKS ${GEANT4_USE_PTL_LOCKS}) - add_subdirectory(ptl) - # Needs to be in defined category list for static/shared to be linked correctly. - set_property(GLOBAL APPEND PROPERTY GEANT4_DEFINED_CATEGORIES G4ptl) - # ... and added to build dir include paths in scripts + + # Ensure include path is available from build dir in scripts set_property(GLOBAL APPEND PROPERTY GEANT4_BUILDTREE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/ptl/include) -endif() -#---------------------------------------------------------------------------- -# Alias the tasking libraries to Geant4 target naming convention -# -if(TARGET ptl-shared) - add_library(G4ptl INTERFACE) - target_link_libraries(G4ptl INTERFACE PTL::ptl-shared) - install(TARGETS G4ptl - EXPORT Geant4LibraryDepends - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Runtime - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Development - INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}) - add_library(Geant4::G4ptl ALIAS G4ptl) -endif() + # Adapt targets to G4 naming scheme, whether + if(TARGET ptl-shared) + add_library(G4ptl INTERFACE) + target_link_libraries(G4ptl INTERFACE PTL::ptl-shared) + install(TARGETS G4ptl + EXPORT Geant4LibraryDepends + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Runtime + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Development + INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}) + add_library(Geant4::G4ptl ALIAS G4ptl) + endif() -if(TARGET ptl-static) - add_library(G4ptl-static INTERFACE) - target_link_libraries(G4ptl-static INTERFACE PTL::ptl-static) - install(TARGETS G4ptl-static - EXPORT Geant4LibraryDepends - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Runtime - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Development - INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}) - add_library(Geant4::G4ptl-static ALIAS G4ptl-static) + if(TARGET ptl-static) + add_library(G4ptl-static INTERFACE) + target_link_libraries(G4ptl-static INTERFACE PTL::ptl-static) + install(TARGETS G4ptl-static + EXPORT Geant4LibraryDepends + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Runtime + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Development + INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}) + add_library(Geant4::G4ptl-static ALIAS G4ptl-static) + endif() + + geant4_add_external_category(G4ptl) endif() diff --git a/source/externals/History b/source/externals/History index a54f8f7bff..dca8aafb29 100644 --- a/source/externals/History +++ b/source/externals/History @@ -1,25 +1,28 @@ -------------------------------------------------------------------- +# Category externals History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +## 2022-05-31 Guilherme Amadio (externals-V11-00-03) +- Update CMake install directory for PTL to match recent changes + in default install directories in Geant4. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-03-15 Ben Morgan (externals-V11-00-02) +- Rationalize externals builds to decouple them from the core Geant4 module/category + definitions. -11 February 2022 - Ben Morgan (externals-V10-07-08) +## 2022-02-11 Ben Morgan (externals-V11-00-01) - Export builtin PTL include directory to build directory include path list - Allows use of geant4-config from build directory +## 2021-12-10 Ben Morgan (externals-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 01 September 2021 - G.Cosmo (externals-V10-07-07) - Synchronised with CLHEP-2.4.5.1: o New random engine RANLUX++ and related helper classes (J.Hahnfeld). diff --git a/source/externals/clhep/CMakeLists.txt b/source/externals/clhep/CMakeLists.txt index a96219e40f..bbecfd0d36 100644 --- a/source/externals/clhep/CMakeLists.txt +++ b/source/externals/clhep/CMakeLists.txt @@ -1,274 +1,203 @@ #------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4clhep -# Package: Geant4.src.G4externals.G4clhep -# -# CMakeLists.txt for G4clhep. We do not use the usual Geant4 sources.cmake -# approach because G4clhep requires a custom install solution for its -# headers. These are in a nested structure so this needs to be replicated -# when we install, i.e: -# -# +- geant4 -# +- CLHEP -# +- Vector -# | +- ThreeVector.h -# ... -# -# Nevertheless, we're able to build the library via the standard -# GEANT4_LIBRARY_TARGET macro. -# -# Created on: 02/06/2011 -# -# $Date$ -# $Revision$ -# $Author$ -# -#------------------------------------------------------------------------------ +# CMakeLists.txt for G4clhep external -#---------------------------------------------------------------------------- -# Includes for this modules -# -include_directories(include) - - -#---------------------------------------------------------------------------- -# Compile definitions needed -# -add_definitions(-DCLHEP_EXPORT) - -#---------------------------------------------------------------------------- -# List the headers and sources -# # - Headers set(G4clhep_HEADERS - include/CLHEP/Evaluator/Evaluator.h - include/CLHEP/Evaluator/hash_map.icc - include/CLHEP/Evaluator/stack.icc - include/CLHEP/Evaluator/string.icc - include/CLHEP/Geometry/BasicVector3D.h - include/CLHEP/Geometry/Normal3D.h - include/CLHEP/Geometry/Plane3D.h - include/CLHEP/Geometry/Point3D.h - include/CLHEP/Geometry/Transform3D.h - include/CLHEP/Geometry/Vector3D.h - include/CLHEP/Random/ranluxpp/helpers.h - include/CLHEP/Random/ranluxpp/mulmod.h - include/CLHEP/Random/ranluxpp/ranlux_lcg.h - include/CLHEP/Random/DoubConv.h - include/CLHEP/Random/DualRand.h - include/CLHEP/Random/EngineFactory.h - include/CLHEP/Random/engineIDulong.h - include/CLHEP/Random/JamesRandom.h - include/CLHEP/Random/mixmax_skip_N8.icc - include/CLHEP/Random/mixmax_skip_N17.icc - include/CLHEP/Random/mixmax_skip_N240.icc - include/CLHEP/Random/MixMaxRng.h - include/CLHEP/Random/MTwistEngine.h - include/CLHEP/Random/NonRandomEngine.h - include/CLHEP/Random/RandBinomial.h - include/CLHEP/Random/RandBinomial.icc - include/CLHEP/Random/RandBit.h - include/CLHEP/Random/RandBreitWigner.h - include/CLHEP/Random/RandBreitWigner.icc - include/CLHEP/Random/RandChiSquare.h - include/CLHEP/Random/RandChiSquare.icc - include/CLHEP/Random/RandExponential.h - include/CLHEP/Random/RandExponential.icc - include/CLHEP/Random/RandFlat.h - include/CLHEP/Random/RandFlat.icc - include/CLHEP/Random/RandGamma.h - include/CLHEP/Random/RandGamma.icc - include/CLHEP/Random/RandGauss.h - include/CLHEP/Random/RandGauss.icc - include/CLHEP/Random/RandGaussQ.h - include/CLHEP/Random/RandGaussQ.icc - include/CLHEP/Random/RandGeneral.h - include/CLHEP/Random/RandGeneral.icc - include/CLHEP/Random/RandLandau.h - include/CLHEP/Random/RandLandau.icc - include/CLHEP/Random/RandPoisson.h - include/CLHEP/Random/RandPoisson.icc - include/CLHEP/Random/RandPoissonQ.h - include/CLHEP/Random/RandPoissonQ.icc - include/CLHEP/Random/RandStudentT.h - include/CLHEP/Random/RandStudentT.icc - include/CLHEP/Random/Random.h - include/CLHEP/Random/Random.icc - include/CLHEP/Random/RandomEngine.h - include/CLHEP/Random/RandomEngine.icc - include/CLHEP/Random/Randomize.h - include/CLHEP/Random/RanecuEngine.h - include/CLHEP/Random/Ranlux64Engine.h - include/CLHEP/Random/RanluxppEngine.h - include/CLHEP/Random/RanluxEngine.h - include/CLHEP/Random/RanshiEngine.h - include/CLHEP/Random/SeedTable.h - include/CLHEP/Random/Stat.h - include/CLHEP/Random/StaticRandomStates.h - include/CLHEP/Random/gaussQTables.cdat - include/CLHEP/Random/gaussTables.cdat - include/CLHEP/Random/poissonTables.cdat - include/CLHEP/Units/PhysicalConstants.h - include/CLHEP/Units/SystemOfUnits.h - include/CLHEP/Utility/defs.h - include/CLHEP/Utility/keywords.h - include/CLHEP/Utility/memory.h - include/CLHEP/Utility/noncopyable.h - include/CLHEP/Utility/use_atomic.h - include/CLHEP/Vector/AxisAngle.h - include/CLHEP/Vector/AxisAngle.icc - include/CLHEP/Vector/Boost.h - include/CLHEP/Vector/Boost.icc - include/CLHEP/Vector/BoostX.h - include/CLHEP/Vector/BoostX.icc - include/CLHEP/Vector/BoostY.h - include/CLHEP/Vector/BoostY.icc - include/CLHEP/Vector/BoostZ.h - include/CLHEP/Vector/BoostZ.icc - include/CLHEP/Vector/EulerAngles.h - include/CLHEP/Vector/EulerAngles.icc - include/CLHEP/Vector/LorentzRotation.h - include/CLHEP/Vector/LorentzRotation.icc - include/CLHEP/Vector/LorentzVector.h - include/CLHEP/Vector/LorentzVector.icc - include/CLHEP/Vector/Rotation.h - include/CLHEP/Vector/Rotation.icc - include/CLHEP/Vector/RotationInterfaces.h - include/CLHEP/Vector/RotationInterfaces.icc - include/CLHEP/Vector/RotationX.h - include/CLHEP/Vector/RotationX.icc - include/CLHEP/Vector/RotationY.h - include/CLHEP/Vector/RotationY.icc - include/CLHEP/Vector/RotationZ.h - include/CLHEP/Vector/RotationZ.icc - include/CLHEP/Vector/ThreeVector.h - include/CLHEP/Vector/ThreeVector.icc - include/CLHEP/Vector/TwoVector.h - include/CLHEP/Vector/TwoVector.icc -) + include/CLHEP/Evaluator/Evaluator.h + include/CLHEP/Evaluator/hash_map.icc + include/CLHEP/Evaluator/stack.icc + include/CLHEP/Evaluator/string.icc + include/CLHEP/Geometry/BasicVector3D.h + include/CLHEP/Geometry/Normal3D.h + include/CLHEP/Geometry/Plane3D.h + include/CLHEP/Geometry/Point3D.h + include/CLHEP/Geometry/Transform3D.h + include/CLHEP/Geometry/Vector3D.h + include/CLHEP/Random/ranluxpp/helpers.h + include/CLHEP/Random/ranluxpp/mulmod.h + include/CLHEP/Random/ranluxpp/ranlux_lcg.h + include/CLHEP/Random/DoubConv.h + include/CLHEP/Random/DualRand.h + include/CLHEP/Random/EngineFactory.h + include/CLHEP/Random/engineIDulong.h + include/CLHEP/Random/JamesRandom.h + include/CLHEP/Random/mixmax_skip_N8.icc + include/CLHEP/Random/mixmax_skip_N17.icc + include/CLHEP/Random/mixmax_skip_N240.icc + include/CLHEP/Random/MixMaxRng.h + include/CLHEP/Random/MTwistEngine.h + include/CLHEP/Random/NonRandomEngine.h + include/CLHEP/Random/RandBinomial.h + include/CLHEP/Random/RandBinomial.icc + include/CLHEP/Random/RandBit.h + include/CLHEP/Random/RandBreitWigner.h + include/CLHEP/Random/RandBreitWigner.icc + include/CLHEP/Random/RandChiSquare.h + include/CLHEP/Random/RandChiSquare.icc + include/CLHEP/Random/RandExponential.h + include/CLHEP/Random/RandExponential.icc + include/CLHEP/Random/RandFlat.h + include/CLHEP/Random/RandFlat.icc + include/CLHEP/Random/RandGamma.h + include/CLHEP/Random/RandGamma.icc + include/CLHEP/Random/RandGauss.h + include/CLHEP/Random/RandGauss.icc + include/CLHEP/Random/RandGaussQ.h + include/CLHEP/Random/RandGaussQ.icc + include/CLHEP/Random/RandGeneral.h + include/CLHEP/Random/RandGeneral.icc + include/CLHEP/Random/RandLandau.h + include/CLHEP/Random/RandLandau.icc + include/CLHEP/Random/RandPoisson.h + include/CLHEP/Random/RandPoisson.icc + include/CLHEP/Random/RandPoissonQ.h + include/CLHEP/Random/RandPoissonQ.icc + include/CLHEP/Random/RandStudentT.h + include/CLHEP/Random/RandStudentT.icc + include/CLHEP/Random/Random.h + include/CLHEP/Random/Random.icc + include/CLHEP/Random/RandomEngine.h + include/CLHEP/Random/RandomEngine.icc + include/CLHEP/Random/Randomize.h + include/CLHEP/Random/RanecuEngine.h + include/CLHEP/Random/Ranlux64Engine.h + include/CLHEP/Random/RanluxppEngine.h + include/CLHEP/Random/RanluxEngine.h + include/CLHEP/Random/RanshiEngine.h + include/CLHEP/Random/SeedTable.h + include/CLHEP/Random/Stat.h + include/CLHEP/Random/StaticRandomStates.h + include/CLHEP/Random/gaussQTables.cdat + include/CLHEP/Random/gaussTables.cdat + include/CLHEP/Random/poissonTables.cdat + include/CLHEP/Units/PhysicalConstants.h + include/CLHEP/Units/SystemOfUnits.h + include/CLHEP/Utility/defs.h + include/CLHEP/Utility/keywords.h + include/CLHEP/Utility/memory.h + include/CLHEP/Utility/noncopyable.h + include/CLHEP/Utility/use_atomic.h + include/CLHEP/Vector/AxisAngle.h + include/CLHEP/Vector/AxisAngle.icc + include/CLHEP/Vector/Boost.h + include/CLHEP/Vector/Boost.icc + include/CLHEP/Vector/BoostX.h + include/CLHEP/Vector/BoostX.icc + include/CLHEP/Vector/BoostY.h + include/CLHEP/Vector/BoostY.icc + include/CLHEP/Vector/BoostZ.h + include/CLHEP/Vector/BoostZ.icc + include/CLHEP/Vector/EulerAngles.h + include/CLHEP/Vector/EulerAngles.icc + include/CLHEP/Vector/LorentzRotation.h + include/CLHEP/Vector/LorentzRotation.icc + include/CLHEP/Vector/LorentzVector.h + include/CLHEP/Vector/LorentzVector.icc + include/CLHEP/Vector/Rotation.h + include/CLHEP/Vector/Rotation.icc + include/CLHEP/Vector/RotationInterfaces.h + include/CLHEP/Vector/RotationInterfaces.icc + include/CLHEP/Vector/RotationX.h + include/CLHEP/Vector/RotationX.icc + include/CLHEP/Vector/RotationY.h + include/CLHEP/Vector/RotationY.icc + include/CLHEP/Vector/RotationZ.h + include/CLHEP/Vector/RotationZ.icc + include/CLHEP/Vector/ThreeVector.h + include/CLHEP/Vector/ThreeVector.icc + include/CLHEP/Vector/TwoVector.h + include/CLHEP/Vector/TwoVector.icc ) # - Sources set(G4clhep_SOURCES - src/AxisAngle.cc - src/BasicVector3D.cc - src/Boost.cc - src/BoostX.cc - src/BoostY.cc - src/BoostZ.cc - src/DoubConv.cc - src/DualRand.cc - src/EngineFactory.cc - src/engineIDulong.cc - src/erfQ.cc - src/EulerAngles.cc - src/Evaluator.cc - src/flatToGaussian.cc - src/gammln.cc - src/JamesRandom.cc - src/LorentzRotation.cc - src/LorentzRotationC.cc - src/LorentzRotationD.cc - src/LorentzVectorB.cc - src/LorentzVector.cc - src/LorentzVectorC.cc - src/LorentzVectorK.cc - src/LorentzVectorL.cc - src/LorentzVectorR.cc - src/MixMaxRng.cc - src/MTwistEngine.cc - src/NonRandomEngine.cc - src/Normal3D.cc - src/Plane3D.cc - src/Point3D.cc - src/RandBinomial.cc - src/RandBit.cc - src/RandBreitWigner.cc - src/RandChiSquare.cc - src/RandExponential.cc - src/RandFlat.cc - src/RandGamma.cc - src/RandGauss.cc - src/RandGaussQ.cc - src/RandGeneral.cc - src/RandLandau.cc - src/Random.cc - src/RandomEngine.cc - src/RandPoisson.cc - src/RandPoissonQ.cc - src/RandStudentT.cc - src/RanecuEngine.cc - src/Ranlux64Engine.cc - src/RanluxppEngine.cc - src/RanluxEngine.cc - src/RanshiEngine.cc - src/RotationA.cc - src/Rotation.cc - src/RotationC.cc - src/RotationE.cc - src/RotationInterfaces.cc - src/RotationIO.cc - src/RotationL.cc - src/RotationP.cc - src/RotationX.cc - src/RotationY.cc - src/RotationZ.cc - src/setStdMath.cc - src/setSystemOfUnits.cc - src/SpaceVector.cc - src/SpaceVectorD.cc - src/SpaceVectorP.cc - src/SpaceVectorR.cc - src/StaticRandomStates.cc - src/ThreeVector.cc - src/ThreeVectorR.cc - src/Transform3D.cc - src/TwoVector.cc - src/Vector3D.cc - src/ZMinput.cc -) - + src/AxisAngle.cc + src/BasicVector3D.cc + src/Boost.cc + src/BoostX.cc + src/BoostY.cc + src/BoostZ.cc + src/DoubConv.cc + src/DualRand.cc + src/EngineFactory.cc + src/engineIDulong.cc + src/erfQ.cc + src/EulerAngles.cc + src/Evaluator.cc + src/flatToGaussian.cc + src/gammln.cc + src/JamesRandom.cc + src/LorentzRotation.cc + src/LorentzRotationC.cc + src/LorentzRotationD.cc + src/LorentzVectorB.cc + src/LorentzVector.cc + src/LorentzVectorC.cc + src/LorentzVectorK.cc + src/LorentzVectorL.cc + src/LorentzVectorR.cc + src/MixMaxRng.cc + src/MTwistEngine.cc + src/NonRandomEngine.cc + src/Normal3D.cc + src/Plane3D.cc + src/Point3D.cc + src/RandBinomial.cc + src/RandBit.cc + src/RandBreitWigner.cc + src/RandChiSquare.cc + src/RandExponential.cc + src/RandFlat.cc + src/RandGamma.cc + src/RandGauss.cc + src/RandGaussQ.cc + src/RandGeneral.cc + src/RandLandau.cc + src/Random.cc + src/RandomEngine.cc + src/RandPoisson.cc + src/RandPoissonQ.cc + src/RandStudentT.cc + src/RanecuEngine.cc + src/Ranlux64Engine.cc + src/RanluxppEngine.cc + src/RanluxEngine.cc + src/RanshiEngine.cc + src/RotationA.cc + src/Rotation.cc + src/RotationC.cc + src/RotationE.cc + src/RotationInterfaces.cc + src/RotationIO.cc + src/RotationL.cc + src/RotationP.cc + src/RotationX.cc + src/RotationY.cc + src/RotationZ.cc + src/setStdMath.cc + src/setSystemOfUnits.cc + src/SpaceVector.cc + src/SpaceVectorD.cc + src/SpaceVectorP.cc + src/SpaceVectorR.cc + src/StaticRandomStates.cc + src/ThreeVector.cc + src/ThreeVectorR.cc + src/Transform3D.cc + src/TwoVector.cc + src/Vector3D.cc + src/ZMinput.cc ) #---------------------------------------------------------------------------- -# Now add the library targets -# -include(Geant4MacroLibraryTargets) -GEANT4_LIBRARY_TARGET(NAME G4clhep SOURCES ${G4clhep_SOURCES} ${G4clhep_HEADERS}) - -# Interface usage requirements (build time clients only) -foreach(__g4clhep_target G4clhep G4clhep-static) - if(TARGET ${__g4clhep_target}) - target_include_directories(${__g4clhep_target} - PUBLIC - $ - ) - endif() -endforeach() - -#---------------------------------------------------------------------------- -# Ensure the header directory gets added to the list of ones to export -# -set_property(GLOBAL APPEND PROPERTY GEANT4_BUILDTREE_INCLUDE_DIRS - ${CMAKE_CURRENT_SOURCE_DIR}/include -) - +# Build definitions +add_definitions(-DCLHEP_EXPORT) +geant4_add_external_library(NAME G4clhep SOURCES ${G4clhep_SOURCES} ${G4clhep_HEADERS}) #---------------------------------------------------------------------------- # Install the headers, retaining their nested structure # install(DIRECTORY include/ - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME} - COMPONENT Development - PATTERN ".svn" EXCLUDE - PATTERN "*.h" - PATTERN ".icc") - - - - - - - - - - - + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME} + COMPONENT Development + PATTERN ".svn" EXCLUDE + PATTERN "*.h" + PATTERN ".icc") diff --git a/source/externals/clhep/History b/source/externals/clhep/History index 12e3c3813d..02af0fd9d5 100644 --- a/source/externals/clhep/History +++ b/source/externals/clhep/History @@ -1,27 +1,27 @@ -------------------------------------------------------------------- +# Category clhep History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! +------------------------------------------------------------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-03-10 Evgueni Tcherniaev (clhep-V11-00-03) +- Fixed compilation warnings in LorentzVector.h when c++20 is enabled -10 March 2022 - E.Tcherniaev (clhep-V10-07-00) -- Fixed compilation warnings in LorentzRotation.h when c++20 is enabled. +## 2022-03-10 Ben Morgan (clhep-V11-00-02) +- Remove obsolete CMake functionality -08 February 2022 - G.Cosmo +## 2022-02-08 Gabriele Cosmo (clhep-V11-00-01) - Fixed compilation warnings for shadowing data member in RandPoisson. +## 2021-12-10 Ben Morgan (clhep-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 01 September 2021 - G.Cosmo - Synchronised with CLHEP-2.4.5.1. * Random (J.Hahnfeld) diff --git a/source/externals/expat/CMakeLists.txt b/source/externals/expat/CMakeLists.txt index 392fd582a6..c86d08be23 100644 --- a/source/externals/expat/CMakeLists.txt +++ b/source/externals/expat/CMakeLists.txt @@ -88,14 +88,12 @@ set(G4expat_SOURCES src/xmltok_impl.h src/xmltok_ns.cc) - # - Create target(s) and set usage requirements -geant4_library_target(NAME G4expat SOURCES ${G4expat_SOURCES} ${G4expat_HEADERS}) +geant4_add_external_library(NAME G4expat SOURCES ${G4expat_SOURCES} ${G4expat_HEADERS}) foreach(__g4expat_target G4expat G4expat-static) if(TARGET ${__g4expat_target}) target_include_directories(${__g4expat_target} PUBLIC - $ $ PRIVATE $ @@ -107,11 +105,6 @@ if(TARGET G4expat-static) target_compile_definitions(G4expat-static PUBLIC XML_STATIC) endif() -# - Ensure the header directory gets added to the list of ones to export -set_property(GLOBAL APPEND PROPERTY GEANT4_BUILDTREE_INCLUDE_DIRS - ${CMAKE_CURRENT_SOURCE_DIR}/include -) - # Install headers alongside Geant4 install(FILES ${G4expat_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME} diff --git a/source/externals/expat/History b/source/externals/expat/History index a43ce82160..6886e730a9 100644 --- a/source/externals/expat/History +++ b/source/externals/expat/History @@ -1,19 +1,17 @@ +# Category expat History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the CVS log-message one should put at every -committal in the CVS repository ! - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2021-12-10 Ben Morgan (expat-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + 20-October-2020: Ben Morgan (expat-V10-06-00) - Migrate build of G4expat to locally defined targets, allowing cleaner specification of usage requirements. Fixes GitLab Issue #44. diff --git a/source/externals/g4tools/CMakeLists.txt b/source/externals/g4tools/CMakeLists.txt index 0829ba9237..8d07469002 100644 --- a/source/externals/g4tools/CMakeLists.txt +++ b/source/externals/g4tools/CMakeLists.txt @@ -1,22 +1,18 @@ -# - Build for G4tools as an "external" -# It can be built as a standard module, but we don't declare the headers -# so that their nested structure can be retained on install -geant4_add_module(G4tools SOURCES dummy.cc) +# - Build for G4tools as an external +# As a pure interface, we simply declare and install it as such. +# It needs no coupling to the internal/external category system because it is header-only. +add_library(G4tools INTERFACE) +add_library(Geant4::G4tools ALIAS G4tools) +target_compile_features(G4tools INTERFACE ${GEANT4_TARGET_COMPILE_FEATURES}) +target_include_directories(G4tools + INTERFACE + $ + $ ) -geant4_add_category(G4tools MODULES G4tools) - -#----------------------------------------------------------------------- -# Custom install of (nested) headers and license +# Custom install of target, (nested) headers, license and fonts +install(TARGETS G4tools EXPORT Geant4LibraryDepends) install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME} - COMPONENT Development - ) - + COMPONENT Development ) install(FILES tools.license DESTINATION ${CMAKE_INSTALL_DATADIR}) - -#----------------------------------------------------------------------- -# Install fonts -# -if(GEANT4_USE_FREETYPE) - install(DIRECTORY fonts/ DESTINATION ${CMAKE_INSTALL_DATADIR}/fonts) -endif() +install(DIRECTORY fonts/ DESTINATION ${CMAKE_INSTALL_DATADIR}/fonts) diff --git a/source/externals/g4tools/History b/source/externals/g4tools/History index 50920aab80..0797ec6988 100644 --- a/source/externals/g4tools/History +++ b/source/externals/g4tools/History @@ -1,6 +1,50 @@ -# g4tools Category History -# - It is NOT a substitute for good git commit messages! -# - All entries must be in reverse time order (most recent data on top)! +# Category g4tools History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2022-06-09 Guy Barrand (g4tools-V11-00-07) +- toolx/X11/base_session: show_window(): check that the window is not already mapped. (Else it hangs in the XIfEvent). +- tools/version: pass to 6.0.1. + +## 2022-05-18 Guy Barrand (g4tools-V11-00-06) +- have code related to "externals" under toolx directory and namespaced with "toolx". It concerns code related to Qt, Windows, X11, Xt, OpenGL, hdf5, expat, mpi, zlib. +- tools/version: pass to 6.0.0. + +## 2022-05-03 Guy Barrand (g4tools-V11-00-05) +- tools/version: pass to 5.7.1. +- gl2ps: gl2psPrintPostScriptPixmap(): pass greyscale, nbit in arguments to avoid a "Logically dead code" issue. +- gl2ps: gl2psPDFgroupListInit(): have a gl2psPDFgroupObjectInit(&gro) to avoid an "Uninitialized pointer read" issue. +- gl2ps: remove commented out code about a "class gl2ps" at end. +- sg/text: corrections in update_sg() about "Copy-paste error". + +## 2022-03-30 Guy Barrand (g4tools-V11-00-04) +- tools/version: pass to 5.7.0. +- gl2ps, gl2ps_def.h, sg/gl2ps_action: have, use a thread safe version of gl2ps-1.4.2. +- gl2ps_begin.icc, gl2ps_end.icc: remove. + +## 2022-03-11 Guy Barrand (g4tools-V11-00-03) +- tools/version: pass to 5.6.3. +- in a lot of files (see History_tools for a list): for intel compiler: quiet "hides variable" warnings; mainly by renaming "s" to "_s" to avoid a clash with CLHEP::s. + +## 2022-02-11 Guy Barrand (g4tools-V11-00-02) +- tools/version: pass to 5.6.2. +- tools/gl2ps: in tools_gl2psFindRoot(), have a '*root = 0" initialisation before the first in "if()" return. +- tools/gl2ps: in tools_gl2psBuildBspTree(), initialize *prim to NULL. + +## 2022-02-09 Guy Barrand (g4tools-V11-00-01) +- tools/version: pass to 5.6.1. +- tools/sg/text_hershey: in decode_PAW(), font_type font => font_type hershey_font to quiet "hides variable" warnings with intel compiler. +- tools/typedefs: static const char s[] => static const char s_v[] to quiet "hides variable" warnings with intel compiler. +- tools/rroot/rall: in find_dir(), have a "delete tdir;" in the "if(!tdir->stream(b)) {}". Seen by Coverity. + +## 2021-12-10 Ben Morgan (g4tools-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 9 November 2021 I. Hrivnacova (g4tools-V10-07-11) - Restored files for MPI diff --git a/source/externals/g4tools/History_tools b/source/externals/g4tools/History_tools index 3484fda0a3..fff60577a5 100644 --- a/source/externals/g4tools/History_tools +++ b/source/externals/g4tools/History_tools @@ -1,3 +1,55 @@ +6.0.1: +- toolx/X11/base_session: show_window(): check that the window is not already mapped. (Else it hangs in the XIfEvent). +- tools/version: pass to 6.0.1. + + +6.0.0: toolx directory and namespace. +- have code related to "externals" under toolx directory and namespaced with toolx. It concerns code related to Qt, Windows, X11, Xt, OpenGL, hdf5, expat, mpi, zlib. +- tools/version: have 6.0.0. + +5.7.1: patches for Coverity. +- gl2ps: gl2psPrintPostScriptPixmap(): pass greyscale, nbit in arguments to avoid a "Logically dead code" issue. +- gl2ps: gl2psPDFgroupListInit(): have a gl2psPDFgroupObjectInit(&gro) to avoid an "Uninitialized pointer read" issue. +- gl2ps: remove commented out code about a "class gl2ps" at end. +- sg/text: corrections in update_sg() about "Copy-paste error". + +5.7.0: have a thread safe gl2ps. +- gl2ps, gl2ps_def.h, sg/gl2ps_action: have a thread safe version of gl2ps-1.4.2. +- gl2ps_begin.icc, gl2ps_end.icc: remove. +- tools/version: have 5.7.0. + +5.6.3: intel: rename some local variables to avoid the 'hidden variable' warnings. +- charp_out,long_out,out_error,pointer,sprintf,typedefs, + raxml_out,stype,colorf,histo/base_histo,histo/dps,rtausmeui,smatch,tess_contour, + columns,get_env,hdf5/T_tools,path,rcsv_ntuple,srep,strip,value,value.icc, + args,s2time,tos,waxml/histos,waxml/ntuple,buf2lines,spline,tosu,xml/aidas, + lina/MATCOM,lina/vec2,lina/vec3,lina/vec4,lina/geom3, + xml/aidas,xml/styles,xml/loader,xml/tree,xml/wrap_viewplot_fonts_google_style + mpi/world,mpi/wrmpi, + sg/path,sg/style_parser,sg/base_tex,sg/group,sg/node,sg/plotter,sg/f2plot,sg/h2plot, + sg/infos_box,sg/style_colormap, + rroot/base_leaf,rroot/branch,rroot/buffer,rroot/dummy, + rroot/info,rroot/named,rroot/rbuf, + rroot/branch_element,rroot/branch_object,rroot/buffer, + rroot/graph,rroot/info, + rroot/leaf,rroot/matrix,rroot/obj_array,rroot/obj_list,rroot/stl_vector, + rroot/streamers rroot/tree rroot/tree_index rroot/vector3, + wroot/date,wroot/element,sg/senum, + wroot/mpi_ntuple_column_wise,wroot/mpi_ntuple_row_wise, + Windows/glarea: rename some local variables (mainly "s" that clashes with CLHEP::s). +- tools/version: pass to 5.6.3. + +5.6.2: +- tools/version: pass to 5.6.2. +- tools/gl2ps: in tools_gl2psFindRoot(), have a '*root = 0" initialisation before the first in "if()" return. +- tools/gl2ps: in tools_gl2psBuildBspTree(), initialize *prim to NULL. + +5.6.1: +- tools/version: pass to 5.6.1 +- tools/typedefs: static const char s[] => static const char s_v[] to quiet "hides variable" warnings with intel compiler. +- tools/sg/text_hershey: in decode_PAW(), font_type font => font_type hershey_font to quiet "hides variable" warnings with intel compiler. +- tools/rroot/rall: in find_dir(), have a "delete tdir;" in the "if(!tdir->stream(b)) {}". Seen by Coverity. + 5.6.0: - tools/tokenize: to help parsing some Geant4 commands "new value". - tools/sg/event_dispatcher,bcbk,ecbk,cbks: classes to have a mechanism in G4/G4ToolsSGSceneHandler diff --git a/source/externals/g4tools/include/tools/args b/source/externals/g4tools/include/tools/args index 24b31aff0c..7ed52407c3 100644 --- a/source/externals/g4tools/include/tools/args +++ b/source/externals/g4tools/include/tools/args @@ -39,14 +39,14 @@ public: mem::increment(s_class().c_str()); #endif for(int index=0;index bool find(const std::string& a_string,aT& a_value,const aT& a_def = aT()) const { @@ -141,15 +141,15 @@ public: // Return a vector of string std::vector vec; tools_vforcit(arg,m_args,it) { - std::string s; + std::string _s; if((*it).second.empty()) { - s = (*it).first; + _s = (*it).first; } else { - s = (*it).first; - s += "="; - s += (*it).second; + _s = (*it).first; + _s += "="; + _s += (*it).second; } - vec.push_back(s); + vec.push_back(_s); } return vec; } @@ -157,14 +157,14 @@ public: void to_vector(std::vector& a_vec) const { // Return a vector of string a_vec.clear(); - std::string s; + std::string _s; tools_vforcit(arg,m_args,it) { - s = (*it).first; + _s = (*it).first; if((*it).second.size()) { - s += "="; - s += (*it).second; + _s += "="; + _s += (*it).second; } - a_vec.push_back(s); + a_vec.push_back(_s); } } @@ -279,11 +279,11 @@ public: bool file(std::string& a_file) const { std::string slast; - std::string s; + std::string _s; if((m_args.size()>1) //first arg is the program name ! - && last(slast,s) + && last(slast,_s) && (slast.find('-')!=0) - && (s.empty()) ) { + && (_s.empty()) ) { a_file = slast; //Last argument is not an option. return true; } else { @@ -294,11 +294,11 @@ public: bool file(std::string& a_file,bool a_remove) { std::string slast; - std::string s; + std::string _s; if((m_args.size()>1) //first arg is the program name ! - && last(slast,s) + && last(slast,_s) && (slast.find('-')!=0) - && (s.empty()) ) { + && (_s.empty()) ) { a_file = slast; //Last argument is not an option. if(a_remove) m_args.erase(m_args.end()-1); return true; diff --git a/source/externals/g4tools/include/tools/buf2lines b/source/externals/g4tools/include/tools/buf2lines index 95c18f0efc..4666c9c4e8 100644 --- a/source/externals/g4tools/include/tools/buf2lines +++ b/source/externals/g4tools/include/tools/buf2lines @@ -81,9 +81,9 @@ inline bool strings2buf(size_t a_number,const char** a_strings,size_t& a_size,ch char* pos = a_buffer; size_t array_size; for(size_t index=0;index& a_strings,size_t& a_size char* pos = a_buffer; size_t array_size; for(size_t index=0;index& a for(size_t index=0;indexm_parent; if(!prev) return false; //should not happen. } else { - s += c; + _s += c; } } }} diff --git a/source/externals/g4tools/include/tools/cstr b/source/externals/g4tools/include/tools/cstr index 0ed44b00ad..e9b2eeadf5 100644 --- a/source/externals/g4tools/include/tools/cstr +++ b/source/externals/g4tools/include/tools/cstr @@ -56,11 +56,11 @@ inline char* str_from_buffer(const char* a_buffer,size_t a_len mem::increment(s_cstr().c_str()); } #endif - char* s = (char*)::malloc(a_len+1); - if(s==NULL) return NULL; - s = ::strncpy(s,a_buffer,a_len); - s[a_len] = 0; - return s; + char* _s = (char*)::malloc(a_len+1); + if(_s==NULL) return NULL; + _s = ::strncpy(_s,a_buffer,a_len); + _s[a_len] = 0; + return _s; } inline void str_del(char*& a_cstr) { @@ -76,33 +76,33 @@ inline void str_del(char*& a_cstr) { } inline char* str_new(size_t a_l = 0,char a_char = ' ') { - char* s = (char*)::malloc((a_l+1)*sizeof(char)); - if(s==NULL) return NULL; + char* _s = (char*)::malloc((a_l+1)*sizeof(char)); + if(_s==NULL) return NULL; #ifdef TOOLS_MEM #ifdef TOOLS_CSTR_DEBUG_MEM ::printf("debug : str_new : len %lu\n",a_l); #endif mem::increment(s_cstr().c_str()); #endif - char* pos = s; + char* pos = _s; for(size_t c=0;c. /*register*/ char* d = dst; - /*register*/ const char* s = src; + /*register*/ const char* _s = src; /*register*/ size_t n = siz; // Copy as many bytes as will fit : if (n != 0 && --n != 0) { do { - if ((*d++ = *s++) == 0) break; + if ((*d++ = *_s++) == 0) break; } while (--n != 0); } // Not enough room in dst, add NUL and traverse rest of src : if (n == 0) { if (siz != 0) *d = '\0'; // NUL-terminate dst. - while (*s++); + while (*_s++); } - return(s - src - 1); // count does not include NUL. + return(_s - src - 1); // count does not include NUL. } inline size_t str_lcat(char *dst, const char *src, size_t siz) { @@ -312,7 +312,7 @@ inline size_t str_lcat(char *dst, const char *src, size_t siz) { // Copyright (c) 1998 Todd C. Miller . /*register*/ char* d = dst; - /*register*/ const char* s = src; + /*register*/ const char* _s = src; /*register*/ size_t n = siz; size_t dlen; @@ -321,18 +321,18 @@ inline size_t str_lcat(char *dst, const char *src, size_t siz) { dlen = d - dst; n = siz - dlen; - if (n == 0) return(dlen + strlen(s)); + if (n == 0) return(dlen + strlen(_s)); - while (*s != '\0') { + while (*_s != '\0') { if (n != 1) { - *d++ = *s; + *d++ = *_s; n--; } - s++; + _s++; } *d = '\0'; - return(dlen + (s - src)); // count does not include NUL. + return(dlen + (_s - src)); // count does not include NUL. } template diff --git a/source/externals/g4tools/include/tools/get_env b/source/externals/g4tools/include/tools/get_env index 8cde18608e..0c9eb51931 100644 --- a/source/externals/g4tools/include/tools/get_env +++ b/source/externals/g4tools/include/tools/get_env @@ -28,15 +28,15 @@ inline bool get_env(const std::string& a_string,std::string& a_value){ template inline bool get_env(const std::string& a_string,T& a_v,const T& a_def = T()){ - std::string s; - if(!get_env(a_string,s)) {a_v = a_def;return false;} - return to(s,a_v,a_def); + std::string _s; + if(!get_env(a_string,_s)) {a_v = a_def;return false;} + return to(_s,a_v,a_def); } inline bool get_env_bool(const std::string& a_string,bool& a_v){ - std::string s; - if(!get_env(a_string,s)) return false; - return to(s,a_v); + std::string _s; + if(!get_env(a_string,_s)) return false; + return to(_s,a_v); } } diff --git a/source/externals/g4tools/include/tools/gl2ps b/source/externals/g4tools/include/tools/gl2ps index 8eed225c81..75974e736c 100644 --- a/source/externals/g4tools/include/tools/gl2ps +++ b/source/externals/g4tools/include/tools/gl2ps @@ -1,20 +1,63 @@ #ifndef tools_gl2ps #define tools_gl2ps -// -// Pure header version of gl2ps-1.4.0 done automatically from -// the original source by using the bush/upgrade/tools_gl2ps script. -// The code had been "namespace protected" by changing : -// gl2ps_ to tools_gl2ps_ -// and : -// TOOLS_GL2PS_ to TOOLS_TOOLS_GL2PS_ -// -// Guy Barrand. 05/July/2019 +// This version of gl2ps-1.4.2 contains four main changes: +// - it is pure header. +// - the code had been "namespace protected" by changing : +// gl2ps_ to tools_gl2ps_ +// and : +// GL2PS_ to TOOLS_GL2PS_ +// - the code had been made thread safe by avoiding the internal writeable +// static singleton gl2ps context object. With this version, you have to +// create yourself a context, and pass it as first argument to all public +// tools_gl2ps functions that you want to use with some code as: +// .... +// #include +// .... +// tools_GL2PScontext* gl2ps_context = tools_gl2psCreateContext(); +// .... +// tools_gl2psBeginPage(gl2ps_context,...); +// ... +// tools_gl2psEndPage(gl2ps_context); +// .... +// tools_gl2psDeleteContext(gl2ps_context); +// .... +// - it does not call directly OpenGL functions +// glIsEnabled,glBegin,glEnd,glGetFloatv,glVertex3f,glGetBooleanv, +// glGetIntegerv,glRenderMode,glFeedbackBuffer,glPassThrough +// but pointer to functions with the same signature. This permits to +// use tools_gl2ps in a non OpenGL context, for example on primitives declared +// by using tools_gl2psAddPolyPrimitive. If you want to use tools_gl2ps on primitives +// got by using the OpenGL FEEDBACK mode (the "original way"), you have first +// to declare the OpenGL upper functions on a tools_GL2PScontext with: +// .... +// #include +// .... +// #include +// .... +// tools_GL2PScontext* gl2ps_context = tools_gl2psCreateContext(); +// ... +// tools_gl2ps_gl_funcs_t _funcs = { +// glIsEnabled, +// glBegin, +// glEnd, +// glGetFloatv, +// glVertex3f, +// glGetBooleanv, +// glGetIntegerv, +// glRenderMode, +// glFeedbackBuffer, +// glPassThrough +// }; +// tools_gl2ps_set_gl_funcs(gl2ps_context,&_funcs); +// ... +// +// Guy Barrand. 15/March/2022 // /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2017 C. Geuzaine + * Copyright (C) 1999-2020 C. Geuzaine * * This program is free software; you can redistribute it and/or * modify it under the terms of either: @@ -47,7 +90,10 @@ * Please report all bugs and problems to . */ -#include "gl2ps_begin.icc" +#include "gl2ps_def.h" + +#include +#include #include #include @@ -123,9 +169,9 @@ typedef enum { typedef tools_GLfloat tools_GL2PSplane[4]; -typedef struct _tools_GL2PSbsptree2d tools_GL2PSbsptree2d; +typedef struct tools_GL2PSbsptree2d_ tools_GL2PSbsptree2d; -struct _tools_GL2PSbsptree2d { +struct tools_GL2PSbsptree2d_ { tools_GL2PSplane plane; tools_GL2PSbsptree2d *front, *back; }; @@ -135,9 +181,9 @@ typedef struct { char *array; } tools_GL2PSlist; -typedef struct _tools_GL2PSbsptree tools_GL2PSbsptree; +typedef struct tools_GL2PSbsptree_ tools_GL2PSbsptree; -struct _tools_GL2PSbsptree { +struct tools_GL2PSbsptree_ { tools_GL2PSplane plane; tools_GL2PSlist *primitives; tools_GL2PSbsptree *front, *back; @@ -167,9 +213,9 @@ typedef struct { tools_GLfloat *pixels; } tools_GL2PSimage; -typedef struct _tools_GL2PSimagemap tools_GL2PSimagemap; +typedef struct tools_GL2PSimagemap_ tools_GL2PSimagemap; -struct _tools_GL2PSimagemap { +struct tools_GL2PSimagemap_ { tools_GL2PSimage *image; tools_GL2PSimagemap *next; }; @@ -178,7 +224,7 @@ typedef struct { tools_GLshort type, numverts; tools_GLushort pattern; char boundary, offset, culled; - tools_GLint factor, linecap, linejoin; + tools_GLint factor, linecap, linejoin, sortid; tools_GLfloat width, ofactor, ounits; tools_GL2PSvertex *verts; union { @@ -202,7 +248,7 @@ typedef struct{ int gsobjno, fontobjno, imobjno, shobjno, maskshobjno, trgroupobjno; } tools_GL2PSpdfgroup; -typedef struct { +typedef struct tools_GL2PScontextRec { /* General */ tools_GLint format, sort, options, colorsize, colormode, buffersize; tools_GLint lastlinecap, lastlinejoin; @@ -243,27 +289,33 @@ typedef struct { /* for image map list */ tools_GL2PSimagemap *imagemap_head; tools_GL2PSimagemap *imagemap_tail; + + /* for TEX scaling */ + tools_GLfloat tex_scaling; + + /*G.Barrand : OpenGL functions:*/ + tools_gl2ps_gl_funcs_t m_gl_funcs; } tools_GL2PScontext; typedef struct { - void (*printHeader)(void); - void (*printFooter)(void); - void (*beginViewport)(tools_GLint viewport[4]); - tools_GLint (*endViewport)(void); - void (*printPrimitive)(void *data); - void (*printFinalPrimitive)(void); + void (*printHeader)(tools_GL2PScontext*); + void (*printFooter)(tools_GL2PScontext*); + void (*beginViewport)(tools_GL2PScontext*,tools_GLint viewport[4]); + tools_GLint (*endViewport)(tools_GL2PScontext*); + void (*printPrimitive)(tools_GL2PScontext*,void *data); + void (*printFinalPrimitive)(tools_GL2PScontext*); const char *file_extension; const char *description; } tools_GL2PSbackend; /* The gl2ps context. gl2ps is not thread safe (we should create a - local tools_GL2PScontext during tools_gl2psBeginPage) */ + local GL2PScontext during tools_gl2psBeginPage) */ -static tools_GL2PScontext *tools_gl2ps_context = NULL; +//static GL2PScontext *gl2ps = NULL; /* Need to forward-declare this one */ -static tools_GLint tools_gl2psPrintPrimitives(void); +inline tools_GLint tools_gl2psPrintPrimitives(tools_GL2PScontext*); /********************************************************************* * @@ -271,11 +323,11 @@ static tools_GLint tools_gl2psPrintPrimitives(void); * *********************************************************************/ -static void tools_gl2psMsg(tools_GLint level, const char *fmt, ...) +inline void tools_gl2psMsg(tools_GLint level, const char *fmt, ...) { va_list args; - if(!(tools_gl2ps_context->options & TOOLS_GL2PS_SILENT)){ +/*if(!(gl2ps->options & TOOLS_GL2PS_SILENT))*/{ switch(level){ case TOOLS_GL2PS_INFO : fprintf(stderr, "GL2PS info: "); break; case TOOLS_GL2PS_WARNING : fprintf(stderr, "GL2PS warning: "); break; @@ -289,7 +341,7 @@ static void tools_gl2psMsg(tools_GLint level, const char *fmt, ...) /* if(level == TOOLS_GL2PS_ERROR) exit(1); */ } -static void *tools_gl2psMalloc(size_t size) +inline void *tools_gl2psMalloc(size_t size) { void *ptr; @@ -302,7 +354,7 @@ static void *tools_gl2psMalloc(size_t size) return ptr; } -static void *tools_gl2psRealloc(void *ptr, size_t size) +inline void *tools_gl2psRealloc(void *ptr, size_t size) { void *orig = ptr; if(!size) return NULL; @@ -315,18 +367,176 @@ static void *tools_gl2psRealloc(void *ptr, size_t size) return ptr; } -static void tools_gl2psFree(void *ptr) +inline void tools_gl2psFree(void *ptr) { if(!ptr) return; free(ptr); } -static int tools_gl2psWriteBigEndian(unsigned long data, int bytes) +/*G.Barrand: begin*/ +inline tools_GLboolean tools_dummy_glIsEnabled (tools_GLenum) {return TOOLS_GL_FALSE;} +inline void tools_dummy_glBegin (tools_GLenum) { + /*printf("debug : tools_dummy_glBegin.\n");*/ +} +inline void tools_dummy_glEnd () {} +inline void tools_dummy_glGetFloatv (tools_GLenum,tools_GLfloat*) {} +inline void tools_dummy_glVertex3f (tools_GLfloat,tools_GLfloat,tools_GLfloat) {} +inline void tools_dummy_glGetBooleanv (tools_GLenum,tools_GLboolean*) {} +inline void tools_dummy_glGetIntegerv (tools_GLenum,tools_GLint*) {} +inline tools_GLint tools_dummy_glRenderMode (tools_GLenum) { + /*printf("debug : tools_dummy_glRenderMode.\n");*/ + return 0; +} +inline void tools_dummy_glFeedbackBuffer (tools_GLsizei,tools_GLenum,tools_GLfloat*) {} +inline void tools_dummy_glPassThrough (tools_GLfloat ) {} + +inline tools_GL2PScontext* tools_gl2psCreateContext(void) { + tools_GL2PScontext* gl2ps = (tools_GL2PScontext*)tools_gl2psMalloc(sizeof(tools_GL2PScontext)); + if(!gl2ps) return 0; + + gl2ps->format = 0; + gl2ps->sort = 0; + gl2ps->options = 0; + gl2ps->colorsize = 0; + gl2ps->colormode = 0; + gl2ps->buffersize = 0; + gl2ps->lastlinecap = 0; + gl2ps->lastlinejoin = 0; + gl2ps->title = NULL; + gl2ps->producer = NULL; + gl2ps->filename = NULL; + gl2ps->boundary = TOOLS_GL_FALSE; + gl2ps->blending = TOOLS_GL_FALSE; + gl2ps->feedback = NULL; + gl2ps->lastlinewidth = 0; + gl2ps->viewport[0] = 0; + gl2ps->viewport[1] = 0; + gl2ps->viewport[2] = 0; + gl2ps->viewport[3] = 0; + + gl2ps->blendfunc[0] = 0; + gl2ps->blendfunc[1] = 0; + + gl2ps->lastfactor = 0; + gl2ps->colormap = NULL; + gl2ps->lastrgba[0] = 0; + gl2ps->lastrgba[1] = 0; + gl2ps->lastrgba[2] = 0; + gl2ps->lastrgba[3] = 0; + gl2ps->threshold[0] = 0; + gl2ps->threshold[1] = 0; + gl2ps->threshold[2] = 0; + gl2ps->threshold[3] = 0; + gl2ps->bgcolor[0] = 0; + gl2ps->bgcolor[1] = 0; + gl2ps->bgcolor[2] = 0; + gl2ps->bgcolor[3] = 0; + + gl2ps->lastpattern = 0; + gl2ps->lastvertex.xyz[0] = 0; + gl2ps->lastvertex.xyz[1] = 0; + gl2ps->lastvertex.xyz[2] = 0; + gl2ps->lastvertex.rgba[0] = 0; + gl2ps->lastvertex.rgba[1] = 0; + gl2ps->lastvertex.rgba[2] = 0; + gl2ps->lastvertex.rgba[3] = 0; + + gl2ps->primitives = NULL; + gl2ps->auxprimitives = NULL; + gl2ps->stream = NULL; + gl2ps->compress = NULL; + gl2ps->header = TOOLS_GL_FALSE; + gl2ps->rasterpos.xyz[0] = 0; + gl2ps->rasterpos.xyz[1] = 0; + gl2ps->rasterpos.xyz[2] = 0; + gl2ps->rasterpos.rgba[0] = 0; + gl2ps->rasterpos.rgba[1] = 0; + gl2ps->rasterpos.rgba[2] = 0; + gl2ps->rasterpos.rgba[3] = 0; + + gl2ps->forcerasterpos = TOOLS_GL_FALSE; + gl2ps->maxbestroot = 0; + gl2ps->zerosurfacearea = TOOLS_GL_FALSE; + gl2ps->imagetree = NULL; + gl2ps->primitivetoadd = NULL; + + gl2ps->streamlength = 0; + gl2ps->pdfprimlist = NULL; + gl2ps->pdfgrouplist = NULL; + gl2ps->xreflist = NULL; + + gl2ps->objects_stack = 0; + gl2ps->extgs_stack = 0; + gl2ps->font_stack = 0; + gl2ps->im_stack = 0; + gl2ps->trgroupobjects_stack = 0; + gl2ps->shader_stack = 0; + gl2ps->mshader_stack = 0; + gl2ps->imagemap_head = NULL; + gl2ps->imagemap_tail = NULL; + + gl2ps->m_gl_funcs.m_glIsEnabled = tools_dummy_glIsEnabled; + gl2ps->m_gl_funcs.m_glBegin = tools_dummy_glBegin; + gl2ps->m_gl_funcs.m_glEnd = tools_dummy_glEnd; + gl2ps->m_gl_funcs.m_glGetFloatv = tools_dummy_glGetFloatv; + gl2ps->m_gl_funcs.m_glVertex3f = tools_dummy_glVertex3f; + gl2ps->m_gl_funcs.m_glGetBooleanv = tools_dummy_glGetBooleanv; + gl2ps->m_gl_funcs.m_glGetIntegerv = tools_dummy_glGetIntegerv; + gl2ps->m_gl_funcs.m_glRenderMode = tools_dummy_glRenderMode; + gl2ps->m_gl_funcs.m_glFeedbackBuffer = tools_dummy_glFeedbackBuffer; + gl2ps->m_gl_funcs.m_glPassThrough = tools_dummy_glPassThrough; + + return gl2ps; +} +inline void tools_gl2psDeleteContext(tools_GL2PScontext* a_context) { + tools_gl2psFree(a_context); +} + +inline void tools_gl2ps_set_gl_funcs(tools_GL2PScontext* gl2ps, tools_gl2ps_gl_funcs_t* a_funcs) { + gl2ps->m_gl_funcs.m_glIsEnabled = a_funcs->m_glIsEnabled; + gl2ps->m_gl_funcs.m_glBegin = a_funcs->m_glBegin; + gl2ps->m_gl_funcs.m_glEnd = a_funcs->m_glEnd; + gl2ps->m_gl_funcs.m_glGetFloatv = a_funcs->m_glGetFloatv; + gl2ps->m_gl_funcs.m_glVertex3f = a_funcs->m_glVertex3f; + gl2ps->m_gl_funcs.m_glGetBooleanv = a_funcs->m_glGetBooleanv; + gl2ps->m_gl_funcs.m_glGetIntegerv = a_funcs->m_glGetIntegerv; + gl2ps->m_gl_funcs.m_glRenderMode = a_funcs->m_glRenderMode; + gl2ps->m_gl_funcs.m_glFeedbackBuffer = a_funcs->m_glFeedbackBuffer; + gl2ps->m_gl_funcs.m_glPassThrough = a_funcs->m_glPassThrough; +} + +inline void tools_gl2ps_reset_gl_funcs(tools_GL2PScontext* gl2ps) { + gl2ps->m_gl_funcs.m_glIsEnabled = tools_dummy_glIsEnabled; + gl2ps->m_gl_funcs.m_glBegin = tools_dummy_glBegin; + gl2ps->m_gl_funcs.m_glEnd = tools_dummy_glEnd; + gl2ps->m_gl_funcs.m_glGetFloatv = tools_dummy_glGetFloatv; + gl2ps->m_gl_funcs.m_glVertex3f = tools_dummy_glVertex3f; + gl2ps->m_gl_funcs.m_glGetBooleanv = tools_dummy_glGetBooleanv; + gl2ps->m_gl_funcs.m_glGetIntegerv = tools_dummy_glGetIntegerv; + gl2ps->m_gl_funcs.m_glRenderMode = tools_dummy_glRenderMode; + gl2ps->m_gl_funcs.m_glFeedbackBuffer = tools_dummy_glFeedbackBuffer; + gl2ps->m_gl_funcs.m_glPassThrough = tools_dummy_glPassThrough; +} + +#define tools_glIsEnabled gl2ps->m_gl_funcs.m_glIsEnabled +#define tools_glBegin gl2ps->m_gl_funcs.m_glBegin +#define tools_glEnd gl2ps->m_gl_funcs.m_glEnd +#define tools_glGetFloatv gl2ps->m_gl_funcs.m_glGetFloatv +#define tools_glVertex3f gl2ps->m_gl_funcs.m_glVertex3f +#define tools_glGetBooleanv gl2ps->m_gl_funcs.m_glGetBooleanv +#define tools_glGetIntegerv gl2ps->m_gl_funcs.m_glGetIntegerv +#define tools_glRenderMode gl2ps->m_gl_funcs.m_glRenderMode +#define tools_glFeedbackBuffer gl2ps->m_gl_funcs.m_glFeedbackBuffer +#define tools_glPassThrough gl2ps->m_gl_funcs.m_glPassThrough + +/*G.Barrand: end*/ + +inline int tools_gl2psWriteBigEndian(tools_GL2PScontext* gl2ps, unsigned long data, int bytes) { int i; int size = sizeof(unsigned long); for(i = 1; i <= bytes; ++i){ - fputc(0xff & (data >> (size - i) * 8), tools_gl2ps_context->stream); + fputc(0xff & (data >> (size - i) * 8), gl2ps->stream); } return bytes; } @@ -335,101 +545,104 @@ static int tools_gl2psWriteBigEndian(unsigned long data, int bytes) #if defined(TOOLS_GL2PS_HAVE_ZLIB) -static void tools_gl2psSetupCompress(void) +inline void tools_gl2psSetupCompress(tools_GL2PScontext* gl2ps) { - tools_gl2ps_context->compress = (tools_GL2PScompress*)tools_gl2psMalloc(sizeof(tools_GL2PScompress)); - tools_gl2ps_context->compress->src = NULL; - tools_gl2ps_context->compress->start = NULL; - tools_gl2ps_context->compress->dest = NULL; - tools_gl2ps_context->compress->srcLen = 0; - tools_gl2ps_context->compress->destLen = 0; + gl2ps->compress = (tools_GL2PScompress*)tools_gl2psMalloc(sizeof(tools_GL2PScompress)); + gl2ps->compress->src = NULL; + gl2ps->compress->start = NULL; + gl2ps->compress->dest = NULL; + gl2ps->compress->srcLen = 0; + gl2ps->compress->destLen = 0; } -static void tools_gl2psFreeCompress(void) +inline void tools_gl2psFreeCompress(tools_GL2PScontext* gl2ps) { - if(!tools_gl2ps_context->compress) + if(!gl2ps->compress) return; - tools_gl2psFree(tools_gl2ps_context->compress->start); - tools_gl2psFree(tools_gl2ps_context->compress->dest); - tools_gl2ps_context->compress->src = NULL; - tools_gl2ps_context->compress->start = NULL; - tools_gl2ps_context->compress->dest = NULL; - tools_gl2ps_context->compress->srcLen = 0; - tools_gl2ps_context->compress->destLen = 0; + tools_gl2psFree(gl2ps->compress->start); + tools_gl2psFree(gl2ps->compress->dest); + gl2ps->compress->src = NULL; + gl2ps->compress->start = NULL; + gl2ps->compress->dest = NULL; + gl2ps->compress->srcLen = 0; + gl2ps->compress->destLen = 0; } -static int tools_gl2psAllocCompress(unsigned int srcsize) +inline int tools_gl2psAllocCompress(tools_GL2PScontext* gl2ps, unsigned int srcsize) { - tools_gl2psFreeCompress(); + tools_gl2psFreeCompress(gl2ps); - if(!tools_gl2ps_context->compress || !srcsize) + if(!gl2ps->compress || !srcsize) return TOOLS_GL2PS_ERROR; - tools_gl2ps_context->compress->srcLen = srcsize; - tools_gl2ps_context->compress->destLen = (int)ceil(1.001 * tools_gl2ps_context->compress->srcLen + 12); - tools_gl2ps_context->compress->src = (Bytef*)tools_gl2psMalloc(tools_gl2ps_context->compress->srcLen); - tools_gl2ps_context->compress->start = tools_gl2ps_context->compress->src; - tools_gl2ps_context->compress->dest = (Bytef*)tools_gl2psMalloc(tools_gl2ps_context->compress->destLen); + gl2ps->compress->srcLen = srcsize; + gl2ps->compress->destLen = (int)ceil(1.001 * gl2ps->compress->srcLen + 12); + gl2ps->compress->src = (Bytef*)tools_gl2psMalloc(gl2ps->compress->srcLen); + gl2ps->compress->start = gl2ps->compress->src; + gl2ps->compress->dest = (Bytef*)tools_gl2psMalloc(gl2ps->compress->destLen); return TOOLS_GL2PS_SUCCESS; } -static void *tools_gl2psReallocCompress(unsigned int srcsize) +inline void *tools_gl2psReallocCompress(tools_GL2PScontext* gl2ps, unsigned int srcsize) { - if(!tools_gl2ps_context->compress || !srcsize) + if(!gl2ps->compress || !srcsize) return NULL; - if(srcsize < tools_gl2ps_context->compress->srcLen) - return tools_gl2ps_context->compress->start; + if(srcsize < gl2ps->compress->srcLen) + return gl2ps->compress->start; - tools_gl2ps_context->compress->srcLen = srcsize; - tools_gl2ps_context->compress->destLen = (int)ceil(1.001 * tools_gl2ps_context->compress->srcLen + 12); - tools_gl2ps_context->compress->src = (Bytef*)tools_gl2psRealloc(tools_gl2ps_context->compress->src, - tools_gl2ps_context->compress->srcLen); - tools_gl2ps_context->compress->start = tools_gl2ps_context->compress->src; - tools_gl2ps_context->compress->dest = (Bytef*)tools_gl2psRealloc(tools_gl2ps_context->compress->dest, - tools_gl2ps_context->compress->destLen); + gl2ps->compress->srcLen = srcsize; + gl2ps->compress->destLen = (int)ceil(1.001 * gl2ps->compress->srcLen + 12); + gl2ps->compress->src = (Bytef*)tools_gl2psRealloc(gl2ps->compress->src, + gl2ps->compress->srcLen); + gl2ps->compress->start = gl2ps->compress->src; + gl2ps->compress->dest = (Bytef*)tools_gl2psRealloc(gl2ps->compress->dest, + gl2ps->compress->destLen); - return tools_gl2ps_context->compress->start; + return gl2ps->compress->start; } -static int tools_gl2psWriteBigEndianCompress(unsigned long data, int bytes) +inline int tools_gl2psWriteBigEndianCompress(tools_GL2PScontext* gl2ps, unsigned long data, int bytes) { int i; int size = sizeof(unsigned long); for(i = 1; i <= bytes; ++i){ - *tools_gl2ps_context->compress->src = (Bytef)(0xff & (data >> (size-i) * 8)); - ++tools_gl2ps_context->compress->src; + *gl2ps->compress->src = (Bytef)(0xff & (data >> (size-i) * 8)); + ++gl2ps->compress->src; } return bytes; } -static int tools_gl2psDeflate(void) +inline int tools_gl2psDeflate(tools_GL2PScontext* gl2ps) { /* For compatibility with older zlib versions, we use compress(...) instead of compress2(..., Z_BEST_COMPRESSION) */ - return compress(tools_gl2ps_context->compress->dest, &tools_gl2ps_context->compress->destLen, - tools_gl2ps_context->compress->start, tools_gl2ps_context->compress->srcLen); + return compress(gl2ps->compress->dest, &gl2ps->compress->destLen, + gl2ps->compress->start, gl2ps->compress->srcLen); } #endif -static int tools_gl2psPrintf(const char* fmt, ...) +inline int tools_gl2psPrintf(tools_GL2PScontext* gl2ps, const char* fmt, ...) { int ret; va_list args; #if defined(TOOLS_GL2PS_HAVE_ZLIB) - static char buf[1024]; - char *bufptr = buf; - tools_GLboolean freebuf = TOOLS_GL_FALSE; +//static char buf[1024]; //G.Barrand: avoid this writeable static. +//char *bufptr = buf; +//tools_GLboolean freebuf = TOOLS_GL_FALSE; + char* bufptr = (char *)tools_gl2psMalloc(1024); + tools_GLboolean freebuf = TOOLS_GL_TRUE; unsigned int oldsize = 0; #if !defined(TOOLS_GL2PS_HAVE_NO_VSNPRINTF) /* Try writing the string to a 1024 byte buffer. If it is too small to fit, keep trying larger sizes until it does. */ - int bufsize = sizeof(buf); +//int bufsize = sizeof(buf); + int bufsize = 1024; #endif - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ va_start(args, fmt); #if defined(TOOLS_GL2PS_HAVE_NO_VSNPRINTF) ret = vsprintf(buf, fmt, args); @@ -449,16 +662,16 @@ static int tools_gl2psPrintf(const char* fmt, ...) va_end(args); } #endif - oldsize = tools_gl2ps_context->compress->srcLen; - tools_gl2ps_context->compress->start = (Bytef*)tools_gl2psReallocCompress(oldsize + ret); - memcpy(tools_gl2ps_context->compress->start + oldsize, bufptr, ret); + oldsize = gl2ps->compress->srcLen; + gl2ps->compress->start = (Bytef*)tools_gl2psReallocCompress(gl2ps, oldsize + ret); + memcpy(gl2ps->compress->start + oldsize, bufptr, ret); if(freebuf == TOOLS_GL_TRUE) tools_gl2psFree(bufptr); ret = 0; } else{ #endif va_start(args, fmt); - ret = vfprintf(tools_gl2ps_context->stream, fmt, args); + ret = vfprintf(gl2ps->stream, fmt, args); va_end(args); #if defined(TOOLS_GL2PS_HAVE_ZLIB) } @@ -466,7 +679,7 @@ static int tools_gl2psPrintf(const char* fmt, ...) return ret; } -static void tools_gl2psPrintGzipHeader(void) +inline void tools_gl2psPrintGzipHeader(tools_GL2PScontext* gl2ps) { #if defined(TOOLS_GL2PS_HAVE_ZLIB) char tmp[10] = {'\x1f', '\x8b', /* magic numbers: 0x1f, 0x8b */ @@ -476,57 +689,59 @@ static void tools_gl2psPrintGzipHeader(void) 2, /* extra flags: max compression */ '\x03'}; /* OS code: 0x03 (Unix) */ - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ - tools_gl2psSetupCompress(); + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ + tools_gl2psSetupCompress(gl2ps); /* add the gzip file header */ - fwrite(tmp, 10, 1, tools_gl2ps_context->stream); + fwrite(tmp, 10, 1, gl2ps->stream); } #endif + (void)gl2ps; } -static void tools_gl2psPrintGzipFooter(void) +inline void tools_gl2psPrintGzipFooter(tools_GL2PScontext* gl2ps) { #if defined(TOOLS_GL2PS_HAVE_ZLIB) int n; uLong crc, len; char tmp[8]; - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ - if(Z_OK != tools_gl2psDeflate()){ + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ + if(Z_OK != tools_gl2psDeflate(gl2ps)){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Zlib deflate error"); } else{ /* determine the length of the header in the zlib stream */ n = 2; /* CMF+FLG */ - if(tools_gl2ps_context->compress->dest[1] & (1<<5)){ + if(gl2ps->compress->dest[1] & (1<<5)){ n += 4; /* DICTID */ } /* write the data, without the zlib header and footer */ - fwrite(tools_gl2ps_context->compress->dest+n, tools_gl2ps_context->compress->destLen-(n+4), - 1, tools_gl2ps_context->stream); + fwrite(gl2ps->compress->dest+n, gl2ps->compress->destLen-(n+4), + 1, gl2ps->stream); /* add the gzip file footer */ - crc = crc32(0L, tools_gl2ps_context->compress->start, tools_gl2ps_context->compress->srcLen); + crc = crc32(0L, gl2ps->compress->start, gl2ps->compress->srcLen); for(n = 0; n < 4; ++n){ tmp[n] = (char)(crc & 0xff); crc >>= 8; } - len = tools_gl2ps_context->compress->srcLen; + len = gl2ps->compress->srcLen; for(n = 4; n < 8; ++n){ tmp[n] = (char)(len & 0xff); len >>= 8; } - fwrite(tmp, 8, 1, tools_gl2ps_context->stream); + fwrite(tmp, 8, 1, gl2ps->stream); } - tools_gl2psFreeCompress(); - tools_gl2psFree(tools_gl2ps_context->compress); - tools_gl2ps_context->compress = NULL; + tools_gl2psFreeCompress(gl2ps); + tools_gl2psFree(gl2ps->compress); + gl2ps->compress = NULL; } #endif + (void)gl2ps; } /* The list handling routines */ -static void tools_gl2psListRealloc(tools_GL2PSlist *list, tools_GLint n) +inline void tools_gl2psListRealloc(tools_GL2PSlist *list, tools_GLint n) { if(!list){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Cannot reallocate NULL list"); @@ -546,7 +761,7 @@ static void tools_gl2psListRealloc(tools_GL2PSlist *list, tools_GLint n) } } -static tools_GL2PSlist *tools_gl2psListCreate(tools_GLint n, tools_GLint incr, tools_GLint size) +inline tools_GL2PSlist *tools_gl2psListCreate(tools_GLint n, tools_GLint incr, tools_GLint size) { tools_GL2PSlist *list; @@ -562,20 +777,20 @@ static tools_GL2PSlist *tools_gl2psListCreate(tools_GLint n, tools_GLint incr, t return list; } -static void tools_gl2psListReset(tools_GL2PSlist *list) +inline void tools_gl2psListReset(tools_GL2PSlist *list) { if(!list) return; list->n = 0; } -static void tools_gl2psListDelete(tools_GL2PSlist *list) +inline void tools_gl2psListDelete(tools_GL2PSlist *list) { if(!list) return; tools_gl2psFree(list->array); tools_gl2psFree(list); } -static void tools_gl2psListAdd(tools_GL2PSlist *list, void *data) +inline void tools_gl2psListAdd(tools_GL2PSlist *list, void *data) { if(!list){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Cannot add into unallocated list"); @@ -586,14 +801,14 @@ static void tools_gl2psListAdd(tools_GL2PSlist *list, void *data) memcpy(&list->array[(list->n - 1) * list->size], data, list->size); } -static int tools_gl2psListNbr(tools_GL2PSlist *list) +inline int tools_gl2psListNbr(tools_GL2PSlist *list) { if(!list) return 0; return list->n; } -static void *tools_gl2psListPointer(tools_GL2PSlist *list, tools_GLint idx) +inline void *tools_gl2psListPointer(tools_GL2PSlist *list, tools_GLint idx) { if(!list){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Cannot point into unallocated list"); @@ -606,7 +821,7 @@ static void *tools_gl2psListPointer(tools_GL2PSlist *list, tools_GLint idx) return &list->array[idx * list->size]; } -static void tools_gl2psListSort(tools_GL2PSlist *list, +inline void tools_gl2psListSort(tools_GL2PSlist *list, int (*fcmp)(const void *a, const void *b)) { if(!list) @@ -614,7 +829,16 @@ static void tools_gl2psListSort(tools_GL2PSlist *list, qsort(list->array, list->n, list->size, fcmp); } -static void tools_gl2psListAction(tools_GL2PSlist *list, void (*action)(void *data)) +/* Must be a list of tools_GL2PSprimitives. */ +inline void tools_gl2psListAssignSortIds(tools_GL2PSlist *list) +{ + tools_GLint i; + for(i = 0; i < tools_gl2psListNbr(list); i++){ + (*(tools_GL2PSprimitive**)tools_gl2psListPointer(list, i))->sortid = i; + } +} + +inline void tools_gl2psListAction(tools_GL2PSlist *list, void (*action)(void *data)) { tools_GLint i; @@ -623,7 +847,7 @@ static void tools_gl2psListAction(tools_GL2PSlist *list, void (*action)(void *da } } -static void tools_tools_gl2psListActionInverse(tools_GL2PSlist *list, void (*action)(void *data)) +inline void tools_gl2psListActionInverse(tools_GL2PSlist *list, void (*action)(void *data)) { tools_GLint i; @@ -632,16 +856,34 @@ static void tools_tools_gl2psListActionInverse(tools_GL2PSlist *list, void (*act } } +inline void tools_gl2psListActionContext(tools_GL2PScontext* gl2ps, tools_GL2PSlist *list, void (*action)(tools_GL2PScontext*, void *data)) +{ + tools_GLint i; + + for(i = 0; i < tools_gl2psListNbr(list); i++){ + (*action)(gl2ps, tools_gl2psListPointer(list, i)); + } +} + +inline void tools_gl2psListActionInverseContext(tools_GL2PScontext* gl2ps, tools_GL2PSlist *list, void (*action)(tools_GL2PScontext*, void *data)) +{ + tools_GLint i; + + for(i = tools_gl2psListNbr(list); i > 0; i--){ + (*action)(gl2ps, tools_gl2psListPointer(list, i-1)); + } +} + #if defined(TOOLS_GL2PS_HAVE_LIBPNG) -static void tools_gl2psListRead(tools_GL2PSlist *list, int index, void *data) +inline void tools_gl2psListRead(tools_GL2PSlist *list, int index, void *data) { if((index < 0) || (index >= list->n)) tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Wrong list index in tools_gl2psListRead"); memcpy(data, &list->array[index * list->size], list->size); } -static void tools_gl2psEncodeBase64Block(unsigned char in[3], unsigned char out[4], int len) +inline void tools_gl2psEncodeBase64Block(unsigned char in[3], unsigned char out[4], int len) { static const char cb64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; @@ -652,7 +894,7 @@ static void tools_gl2psEncodeBase64Block(unsigned char in[3], unsigned char out[ out[3] = (len > 2) ? cb64[ in[2] & 0x3f ] : '='; } -static void tools_gl2psListEncodeBase64(tools_GL2PSlist *list) +inline void tools_gl2psListEncodeBase64(tools_GL2PSlist *list) { unsigned char *buffer, in[3], out[4]; int i, n, index, len; @@ -688,7 +930,7 @@ static void tools_gl2psListEncodeBase64(tools_GL2PSlist *list) /* Helpers for rgba colors */ -static tools_GLboolean tools_gl2psSameColor(tools_GL2PSrgba rgba1, tools_GL2PSrgba rgba2) +inline tools_GLboolean tools_gl2psSameColor(tools_GL2PSrgba rgba1, tools_GL2PSrgba rgba2) { if(!TOOLS_GL2PS_ZERO(rgba1[0] - rgba2[0]) || !TOOLS_GL2PS_ZERO(rgba1[1] - rgba2[1]) || @@ -697,7 +939,7 @@ static tools_GLboolean tools_gl2psSameColor(tools_GL2PSrgba rgba1, tools_GL2PSrg return TOOLS_GL_TRUE; } -static tools_GLboolean tools_gl2psVertsSameColor(const tools_GL2PSprimitive *prim) +inline tools_GLboolean tools_gl2psVertsSameColor(const tools_GL2PSprimitive *prim) { int i; @@ -709,7 +951,7 @@ static tools_GLboolean tools_gl2psVertsSameColor(const tools_GL2PSprimitive *pri return TOOLS_GL_TRUE; } -static tools_GLboolean tools_tools_gl2psSameColorThreshold(int n, tools_GL2PSrgba rgba[], +inline tools_GLboolean tools_gl2psSameColorThreshold(int n, tools_GL2PSrgba rgba[], tools_GL2PSrgba threshold) { int i; @@ -726,15 +968,15 @@ static tools_GLboolean tools_tools_gl2psSameColorThreshold(int n, tools_GL2PSrgb return TOOLS_GL_TRUE; } -static void tools_gl2psSetLastColor(tools_GL2PSrgba rgba) +inline void tools_gl2psSetLastColor(tools_GL2PScontext* gl2ps, tools_GL2PSrgba rgba) { int i; for(i = 0; i < 3; ++i){ - tools_gl2ps_context->lastrgba[i] = rgba[i]; + gl2ps->lastrgba[i] = rgba[i]; } } -static tools_GLfloat tools_gl2psGetRGB(tools_GL2PSimage *im, tools_GLuint x, tools_GLuint y, +inline tools_GLfloat tools_gl2psGetRGB(tools_GL2PSimage *im, tools_GLuint x, tools_GLuint y, tools_GLfloat *red, tools_GLfloat *green, tools_GLfloat *blue) { @@ -762,7 +1004,7 @@ static tools_GLfloat tools_gl2psGetRGB(tools_GL2PSimage *im, tools_GLuint x, too /* Helper routines for pixmaps */ -static tools_GL2PSimage *tools_gl2psCopyPixmap(tools_GL2PSimage *im) +inline tools_GL2PSimage *tools_gl2psCopyPixmap(tools_GL2PSimage *im) { int size; tools_GL2PSimage *image = (tools_GL2PSimage*)tools_gl2psMalloc(sizeof(tools_GL2PSimage)); @@ -790,7 +1032,7 @@ static tools_GL2PSimage *tools_gl2psCopyPixmap(tools_GL2PSimage *im) return image; } -static void tools_tools_gl2psFreePixmap(tools_GL2PSimage *im) +inline void tools_gl2psFreePixmap(tools_GL2PSimage *im) { if(!im) return; @@ -804,7 +1046,7 @@ static void tools_tools_gl2psFreePixmap(tools_GL2PSimage *im) # define png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf) #endif -static void tools_gl2psUserWritePNG(png_structp png_ptr, png_bytep data, png_size_t length) +inline void tools_gl2psUserWritePNG(png_structp png_ptr, png_bytep data, png_size_t length) { unsigned int i; tools_GL2PSlist *png = (tools_GL2PSlist*)png_get_io_ptr(png_ptr); @@ -812,12 +1054,12 @@ static void tools_gl2psUserWritePNG(png_structp png_ptr, png_bytep data, png_siz tools_gl2psListAdd(png, &data[i]); } -static void tools_gl2psUserFlushPNG(png_structp png_ptr) +inline void tools_gl2psUserFlushPNG(png_structp png_ptr) { (void) png_ptr; /* not used */ } -static void tools_gl2psConvertPixmapToPNG(tools_GL2PSimage *pixmap, tools_GL2PSlist *png) +inline void tools_gl2psConvertPixmapToPNG(tools_GL2PSimage *pixmap, tools_GL2PSlist *png) { png_structp png_ptr; png_infop info_ptr; @@ -865,22 +1107,23 @@ static void tools_gl2psConvertPixmapToPNG(tools_GL2PSimage *pixmap, tools_GL2PSl /* Helper routines for text strings */ -static tools_GLint tools_gl2psAddText(tools_GLint type, const char *str, const char *fontname, +inline tools_GLint tools_gl2psAddText(tools_GL2PScontext* gl2ps, tools_GLint type, const char *str, const char *fontname, tools_GLshort fontsize, tools_GLint alignment, tools_GLfloat angle, - tools_GL2PSrgba color) + tools_GL2PSrgba color, tools_GLboolean setblpos, + tools_GLfloat blx, tools_GLfloat bly) { tools_GLfloat pos[4]; tools_GL2PSprimitive *prim; tools_GLboolean valid; - if(!tools_gl2ps_context || !str || !fontname) return TOOLS_GL2PS_UNINITIALIZED; + if(/*!gl2ps ||*/ !str || !fontname) return TOOLS_GL2PS_UNINITIALIZED; - if(tools_gl2ps_context->options & TOOLS_GL2PS_NO_TEXT) return TOOLS_GL2PS_SUCCESS; + if(gl2ps->options & TOOLS_GL2PS_NO_TEXT) return TOOLS_GL2PS_SUCCESS; - if (tools_gl2ps_context->forcerasterpos) { - pos[0] = tools_gl2ps_context->rasterpos.xyz[0]; - pos[1] = tools_gl2ps_context->rasterpos.xyz[1]; - pos[2] = tools_gl2ps_context->rasterpos.xyz[2]; + if (gl2ps->forcerasterpos) { + pos[0] = gl2ps->rasterpos.xyz[0]; + pos[1] = gl2ps->rasterpos.xyz[1]; + pos[2] = gl2ps->rasterpos.xyz[2]; pos[3] = 1.f; } else { @@ -892,11 +1135,16 @@ static tools_GLint tools_gl2psAddText(tools_GLint type, const char *str, const c prim = (tools_GL2PSprimitive*)tools_gl2psMalloc(sizeof(tools_GL2PSprimitive)); prim->type = (tools_GLshort)type; prim->boundary = 0; - prim->numverts = 1; - prim->verts = (tools_GL2PSvertex*)tools_gl2psMalloc(sizeof(tools_GL2PSvertex)); + prim->numverts = setblpos ? 2 : 1; + prim->verts = (tools_GL2PSvertex*)tools_gl2psMalloc(sizeof(tools_GL2PSvertex) * prim->numverts); prim->verts[0].xyz[0] = pos[0]; prim->verts[0].xyz[1] = pos[1]; prim->verts[0].xyz[2] = pos[2]; + if (setblpos) { + prim->verts[1].xyz[0] = blx; + prim->verts[1].xyz[1] = bly; + prim->verts[1].xyz[2] = 0; + } prim->culled = 0; prim->offset = 0; prim->ofactor = 0.0; @@ -911,11 +1159,11 @@ static tools_GLint tools_gl2psAddText(tools_GLint type, const char *str, const c memcpy(prim->verts[0].rgba, color, 4 * sizeof(float)); } else { - if (tools_gl2ps_context->forcerasterpos) { - prim->verts[0].rgba[0] = tools_gl2ps_context->rasterpos.rgba[0]; - prim->verts[0].rgba[1] = tools_gl2ps_context->rasterpos.rgba[1]; - prim->verts[0].rgba[2] = tools_gl2ps_context->rasterpos.rgba[2]; - prim->verts[0].rgba[3] = tools_gl2ps_context->rasterpos.rgba[3]; + if (gl2ps->forcerasterpos) { + prim->verts[0].rgba[0] = gl2ps->rasterpos.rgba[0]; + prim->verts[0].rgba[1] = gl2ps->rasterpos.rgba[1]; + prim->verts[0].rgba[2] = gl2ps->rasterpos.rgba[2]; + prim->verts[0].rgba[3] = gl2ps->rasterpos.rgba[3]; } else { tools_glGetFloatv(TOOLS_GL_CURRENT_RASTER_COLOR, prim->verts[0].rgba); @@ -930,21 +1178,21 @@ static tools_GLint tools_gl2psAddText(tools_GLint type, const char *str, const c prim->data.text->alignment = alignment; prim->data.text->angle = angle; - tools_gl2ps_context->forcerasterpos = TOOLS_GL_FALSE; + gl2ps->forcerasterpos = TOOLS_GL_FALSE; /* If no OpenGL context, just add directly to primitives */ - if (tools_gl2ps_context->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) { - tools_gl2psListAdd(tools_gl2ps_context->primitives, &prim); + if (gl2ps->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) { + tools_gl2psListAdd(gl2ps->primitives, &prim); } else { - tools_gl2psListAdd(tools_gl2ps_context->auxprimitives, &prim); + tools_gl2psListAdd(gl2ps->auxprimitives, &prim); tools_glPassThrough(TOOLS_GL2PS_TEXT_TOKEN); } return TOOLS_GL2PS_SUCCESS; } -static tools_GL2PSstring *tools_gl2psCopyText(tools_GL2PSstring *t) +inline tools_GL2PSstring *tools_gl2psCopyText(tools_GL2PSstring *t) { tools_GL2PSstring *text = (tools_GL2PSstring*)tools_gl2psMalloc(sizeof(tools_GL2PSstring)); text->str = (char*)tools_gl2psMalloc((strlen(t->str)+1)*sizeof(char)); @@ -958,7 +1206,7 @@ static tools_GL2PSstring *tools_gl2psCopyText(tools_GL2PSstring *t) return text; } -static void tools_tools_gl2psFreeText(tools_GL2PSstring *text) +inline void tools_gl2psFreeText(tools_GL2PSstring *text) { if(!text) return; @@ -969,7 +1217,7 @@ static void tools_tools_gl2psFreeText(tools_GL2PSstring *text) /* Helpers for blending modes */ -static tools_GLboolean tools_gl2psSupportedBlendMode(tools_GLenum sfactor, tools_GLenum dfactor) +inline tools_GLboolean tools_gl2psSupportedBlendMode(tools_GLenum sfactor, tools_GLenum dfactor) { /* returns TRUE if gl2ps supports the argument combination: only two blending modes have been implemented so far */ @@ -980,22 +1228,22 @@ static tools_GLboolean tools_gl2psSupportedBlendMode(tools_GLenum sfactor, tools return TOOLS_GL_FALSE; } -static void tools_gl2psAdaptVertexForBlending(tools_GL2PSvertex *v) +inline void tools_gl2psAdaptVertexForBlending(tools_GL2PScontext* gl2ps, tools_GL2PSvertex *v) { /* Transforms vertex depending on the actual blending function - currently the vertex v is considered as source vertex and his alpha value is changed to 1.0 if source blending TOOLS_GL_ONE is active. This might be extended in the future */ - if(!v || !tools_gl2ps_context) + if(!v /* || !gl2ps*/) return; - if(tools_gl2ps_context->options & TOOLS_GL2PS_NO_BLENDING || !tools_gl2ps_context->blending){ + if(gl2ps->options & TOOLS_GL2PS_NO_BLENDING || !gl2ps->blending){ v->rgba[3] = 1.0F; return; } - switch(tools_gl2ps_context->blendfunc[0]){ + switch(gl2ps->blendfunc[0]){ case TOOLS_GL_ONE: v->rgba[3] = 1.0F; break; @@ -1004,7 +1252,7 @@ static void tools_gl2psAdaptVertexForBlending(tools_GL2PSvertex *v) } } -static void tools_gl2psAssignTriangleProperties(tools_GL2PStriangle *t) +inline void tools_gl2psAssignTriangleProperties(tools_GL2PStriangle *t) { /* int i; */ @@ -1037,7 +1285,7 @@ static void tools_gl2psAssignTriangleProperties(tools_GL2PStriangle *t) } } -static void tools_gl2psFillTriangleFromPrimitive(tools_GL2PStriangle *t, tools_GL2PSprimitive *p, +inline void tools_gl2psFillTriangleFromPrimitive(tools_GL2PStriangle *t, tools_GL2PSprimitive *p, tools_GLboolean assignprops) { t->vertex[0] = p->verts[0]; @@ -1047,7 +1295,7 @@ static void tools_gl2psFillTriangleFromPrimitive(tools_GL2PStriangle *t, tools_G tools_gl2psAssignTriangleProperties(t); } -static void tools_gl2psInitTriangle(tools_GL2PStriangle *t) +inline void tools_gl2psInitTriangle(tools_GL2PStriangle *t) { int i; tools_GL2PSvertex vertex = { {-1.0F, -1.0F, -1.0F}, {-1.0F, -1.0F, -1.0F, -1.0F} }; @@ -1058,13 +1306,13 @@ static void tools_gl2psInitTriangle(tools_GL2PStriangle *t) /* Miscellaneous helper routines */ -static void tools_gl2psResetLineProperties(void) +inline void tools_gl2psResetLineProperties(tools_GL2PScontext* gl2ps) { - tools_gl2ps_context->lastlinewidth = 0.; - tools_gl2ps_context->lastlinecap = tools_gl2ps_context->lastlinejoin = 0; + gl2ps->lastlinewidth = 0.; + gl2ps->lastlinecap = gl2ps->lastlinejoin = 0; } -static tools_GL2PSprimitive *tools_gl2psCopyPrimitive(tools_GL2PSprimitive *p) +inline tools_GL2PSprimitive *tools_gl2psCopyPrimitive(tools_GL2PSprimitive *p) { tools_GL2PSprimitive *prim; @@ -1105,7 +1353,7 @@ static tools_GL2PSprimitive *tools_gl2psCopyPrimitive(tools_GL2PSprimitive *p) return prim; } -static tools_GLboolean tools_gl2psSamePosition(tools_GL2PSxyz p1, tools_GL2PSxyz p2) +inline tools_GLboolean tools_gl2psSamePosition(tools_GL2PSxyz p1, tools_GL2PSxyz p2) { if(!TOOLS_GL2PS_ZERO(p1[0] - p2[0]) || !TOOLS_GL2PS_ZERO(p1[1] - p2[1]) || @@ -1120,7 +1368,7 @@ static tools_GLboolean tools_gl2psSamePosition(tools_GL2PSxyz p1, tools_GL2PSxyz * *********************************************************************/ -static tools_GLfloat tools_gl2psComparePointPlane(tools_GL2PSxyz point, tools_GL2PSplane plane) +inline tools_GLfloat tools_gl2psComparePointPlane(tools_GL2PSxyz point, tools_GL2PSplane plane) { return (plane[0] * point[0] + plane[1] * point[1] + @@ -1128,24 +1376,24 @@ static tools_GLfloat tools_gl2psComparePointPlane(tools_GL2PSxyz point, tools_GL plane[3]); } -static tools_GLfloat tools_gl2psPsca(tools_GLfloat *a, tools_GLfloat *b) +inline tools_GLfloat tools_gl2psPsca(tools_GLfloat *a, tools_GLfloat *b) { return (a[0]*b[0] + a[1]*b[1] + a[2]*b[2]); } -static void tools_gl2psPvec(tools_GLfloat *a, tools_GLfloat *b, tools_GLfloat *c) +inline void tools_gl2psPvec(tools_GLfloat *a, tools_GLfloat *b, tools_GLfloat *c) { c[0] = a[1]*b[2] - a[2]*b[1]; c[1] = a[2]*b[0] - a[0]*b[2]; c[2] = a[0]*b[1] - a[1]*b[0]; } -static tools_GLfloat tools_gl2psNorm(tools_GLfloat *a) +inline tools_GLfloat tools_gl2psNorm(tools_GLfloat *a) { return (tools_GLfloat)sqrt(a[0]*a[0] + a[1]*a[1] + a[2]*a[2]); } -static void tools_gl2psGetNormal(tools_GLfloat *a, tools_GLfloat *b, tools_GLfloat *c) +inline void tools_gl2psGetNormal(tools_GLfloat *a, tools_GLfloat *b, tools_GLfloat *c) { tools_GLfloat norm; @@ -1164,7 +1412,7 @@ static void tools_gl2psGetNormal(tools_GLfloat *a, tools_GLfloat *b, tools_GLflo } } -static void tools_gl2psGetPlane(tools_GL2PSprimitive *prim, tools_GL2PSplane plane) +inline void tools_gl2psGetPlane(tools_GL2PSprimitive *prim, tools_GL2PSplane plane) { tools_GL2PSxyz v = {0.0F, 0.0F, 0.0F}, w = {0.0F, 0.0F, 0.0F}; @@ -1228,7 +1476,7 @@ static void tools_gl2psGetPlane(tools_GL2PSprimitive *prim, tools_GL2PSplane pla } } -static void tools_gl2psCutEdge(tools_GL2PSvertex *a, tools_GL2PSvertex *b, tools_GL2PSplane plane, +inline void tools_gl2psCutEdge(tools_GL2PSvertex *a, tools_GL2PSvertex *b, tools_GL2PSplane plane, tools_GL2PSvertex *c) { tools_GL2PSxyz v; @@ -1253,7 +1501,7 @@ static void tools_gl2psCutEdge(tools_GL2PSvertex *a, tools_GL2PSvertex *b, tools c->rgba[3] = (1 - sect) * a->rgba[3] + sect * b->rgba[3]; } -static void tools_gl2psCreateSplitPrimitive(tools_GL2PSprimitive *parent, tools_GL2PSplane plane, +inline void tools_gl2psCreateSplitPrimitive(tools_GL2PSprimitive *parent, tools_GL2PSplane plane, tools_GL2PSprimitive *child, tools_GLshort numverts, tools_GLshort *index0, tools_GLshort *index1) { @@ -1301,7 +1549,7 @@ static void tools_gl2psCreateSplitPrimitive(tools_GL2PSprimitive *parent, tools_ } } -static void tools_gl2psAddIndex(tools_GLshort *index0, tools_GLshort *index1, tools_GLshort *nb, +inline void tools_gl2psAddIndex(tools_GLshort *index0, tools_GLshort *index1, tools_GLshort *nb, tools_GLshort i, tools_GLshort j) { tools_GLint k; @@ -1315,12 +1563,12 @@ static void tools_gl2psAddIndex(tools_GLshort *index0, tools_GLshort *index1, to (*nb)++; } -static tools_GLshort tools_gl2psGetIndex(tools_GLshort i, tools_GLshort num) +inline tools_GLshort tools_gl2psGetIndex(tools_GLshort i, tools_GLshort num) { return (i < num - 1) ? i + 1 : 0; } -static tools_GLint tools_gl2psTestSplitPrimitive(tools_GL2PSprimitive *prim, tools_GL2PSplane plane) +inline tools_GLint tools_gl2psTestSplitPrimitive(tools_GL2PSprimitive *prim, tools_GL2PSplane plane) { tools_GLint type = TOOLS_GL2PS_COINCIDENT; tools_GLshort i, j; @@ -1351,7 +1599,7 @@ static tools_GLint tools_gl2psTestSplitPrimitive(tools_GL2PSprimitive *prim, too return 0; } -static tools_GLint tools_gl2psSplitPrimitive(tools_GL2PSprimitive *prim, tools_GL2PSplane plane, +inline tools_GLint tools_gl2psSplitPrimitive(tools_GL2PSprimitive *prim, tools_GL2PSplane plane, tools_GL2PSprimitive **front, tools_GL2PSprimitive **back) { tools_GLshort i, j, in = 0, out = 0, in0[5], in1[5], out0[5], out1[5]; @@ -1411,7 +1659,7 @@ static tools_GLint tools_gl2psSplitPrimitive(tools_GL2PSprimitive *prim, tools_G return type; } -static void tools_gl2psDivideQuad(tools_GL2PSprimitive *quad, +inline void tools_gl2psDivideQuad(tools_GL2PSprimitive *quad, tools_GL2PSprimitive **t1, tools_GL2PSprimitive **t2) { *t1 = (tools_GL2PSprimitive*)tools_gl2psMalloc(sizeof(tools_GL2PSprimitive)); @@ -1439,7 +1687,7 @@ static void tools_gl2psDivideQuad(tools_GL2PSprimitive *quad, (*t2)->boundary = ((quad->boundary & 4) ? 2 : 0) | ((quad->boundary & 8) ? 4 : 0); } -static int tools_gl2psCompareDepth(const void *a, const void *b) +inline int tools_gl2psCompareDepth(const void *a, const void *b) { const tools_GL2PSprimitive *q, *w; tools_GLfloat dq = 0.0F, dw = 0.0F, diff; @@ -1466,11 +1714,12 @@ static int tools_gl2psCompareDepth(const void *a, const void *b) return 1; } else{ - return 0; + /* Ensure that initial ordering is preserved when depths match. */ + return q->sortid < w->sortid ? -1 : 1; } } -static int tools_gl2psTrianglesFirst(const void *a, const void *b) +inline int tools_gl2psTrianglesFirst(const void *a, const void *b) { const tools_GL2PSprimitive *q, *w; @@ -1479,7 +1728,7 @@ static int tools_gl2psTrianglesFirst(const void *a, const void *b) return (q->type < w->type ? 1 : -1); } -static tools_GLint tools_gl2psFindRoot(tools_GL2PSlist *primitives, tools_GL2PSprimitive **root) +inline tools_GLint tools_gl2psFindRoot(tools_GL2PScontext* gl2ps, tools_GL2PSlist *primitives, tools_GL2PSprimitive **root) { tools_GLint i, j, count, best = 1000000, idx = 0; tools_GL2PSprimitive *prim1, *prim2; @@ -1488,15 +1737,16 @@ static tools_GLint tools_gl2psFindRoot(tools_GL2PSlist *primitives, tools_GL2PSp if(!tools_gl2psListNbr(primitives)){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Cannot fint root in empty primitive list"); + *root = 0; /*G.Barrand: to quiet gcc.*/ return 0; } *root = *(tools_GL2PSprimitive**)tools_gl2psListPointer(primitives, 0); - if(tools_gl2ps_context->options & TOOLS_GL2PS_BEST_ROOT){ + if(gl2ps->options & TOOLS_GL2PS_BEST_ROOT){ maxp = tools_gl2psListNbr(primitives); - if(maxp > tools_gl2ps_context->maxbestroot){ - maxp = tools_gl2ps_context->maxbestroot; + if(maxp > gl2ps->maxbestroot){ + maxp = gl2ps->maxbestroot; } for(i = 0; i < maxp; i++){ prim1 = *(tools_GL2PSprimitive**)tools_gl2psListPointer(primitives, i); @@ -1524,7 +1774,7 @@ static tools_GLint tools_gl2psFindRoot(tools_GL2PSlist *primitives, tools_GL2PSp } } -static void tools_tools_gl2psFreeImagemap(tools_GL2PSimagemap *list) +inline void tools_gl2psFreeImagemap(tools_GL2PSimagemap *list) { tools_GL2PSimagemap *next; while(list != NULL){ @@ -1536,22 +1786,22 @@ static void tools_tools_gl2psFreeImagemap(tools_GL2PSimagemap *list) } } -static void tools_tools_gl2psFreePrimitive(void *data) +inline void tools_gl2psFreePrimitive(void *data) { tools_GL2PSprimitive *q; q = *(tools_GL2PSprimitive**)data; tools_gl2psFree(q->verts); if(q->type == TOOLS_GL2PS_TEXT || q->type == TOOLS_GL2PS_SPECIAL){ - tools_tools_gl2psFreeText(q->data.text); + tools_gl2psFreeText(q->data.text); } else if(q->type == TOOLS_GL2PS_PIXMAP){ - tools_tools_gl2psFreePixmap(q->data.image); + tools_gl2psFreePixmap(q->data.image); } tools_gl2psFree(q); } -static void tools_gl2psAddPrimitiveInList(tools_GL2PSprimitive *prim, tools_GL2PSlist *list) +inline void tools_gl2psAddPrimitiveInList(tools_GL2PSprimitive *prim, tools_GL2PSlist *list) { tools_GL2PSprimitive *t1, *t2; @@ -1562,47 +1812,47 @@ static void tools_gl2psAddPrimitiveInList(tools_GL2PSprimitive *prim, tools_GL2P tools_gl2psDivideQuad(prim, &t1, &t2); tools_gl2psListAdd(list, &t1); tools_gl2psListAdd(list, &t2); - tools_tools_gl2psFreePrimitive(&prim); + tools_gl2psFreePrimitive(&prim); } } -static void tools_tools_gl2psFreeBspTree(tools_GL2PSbsptree **tree) +inline void tools_gl2psFreeBspTree(tools_GL2PSbsptree **tree) { if(*tree){ - if((*tree)->back) tools_tools_gl2psFreeBspTree(&(*tree)->back); + if((*tree)->back) tools_gl2psFreeBspTree(&(*tree)->back); if((*tree)->primitives){ - tools_gl2psListAction((*tree)->primitives, tools_tools_gl2psFreePrimitive); + tools_gl2psListAction((*tree)->primitives, tools_gl2psFreePrimitive); tools_gl2psListDelete((*tree)->primitives); } - if((*tree)->front) tools_tools_gl2psFreeBspTree(&(*tree)->front); + if((*tree)->front) tools_gl2psFreeBspTree(&(*tree)->front); tools_gl2psFree(*tree); *tree = NULL; } } -static tools_GLboolean tools_gl2psGreater(tools_GLfloat f1, tools_GLfloat f2) +inline tools_GLboolean tools_gl2psGreater(tools_GLfloat f1, tools_GLfloat f2) { if(f1 > f2) return TOOLS_GL_TRUE; else return TOOLS_GL_FALSE; } -static tools_GLboolean tools_gl2psLess(tools_GLfloat f1, tools_GLfloat f2) +inline tools_GLboolean tools_gl2psLess(tools_GLfloat f1, tools_GLfloat f2) { if(f1 < f2) return TOOLS_GL_TRUE; else return TOOLS_GL_FALSE; } -static void tools_gl2psBuildBspTree(tools_GL2PSbsptree *tree, tools_GL2PSlist *primitives) +inline void tools_gl2psBuildBspTree(tools_GL2PScontext* gl2ps, tools_GL2PSbsptree *tree, tools_GL2PSlist *primitives) { - tools_GL2PSprimitive *prim, *frontprim = NULL, *backprim = NULL; + tools_GL2PSprimitive *prim = NULL, *frontprim = NULL, *backprim = NULL; tools_GL2PSlist *frontlist, *backlist; tools_GLint i, idx; tree->front = NULL; tree->back = NULL; tree->primitives = tools_gl2psListCreate(1, 2, sizeof(tools_GL2PSprimitive*)); - idx = tools_gl2psFindRoot(primitives, &prim); + idx = tools_gl2psFindRoot(gl2ps, primitives, &prim); tools_gl2psGetPlane(prim, tree->plane); tools_gl2psAddPrimitiveInList(prim, tree->primitives); @@ -1625,7 +1875,7 @@ static void tools_gl2psBuildBspTree(tools_GL2PSbsptree *tree, tools_GL2PSlist *p case TOOLS_GL2PS_SPANNING: tools_gl2psAddPrimitiveInList(backprim, backlist); tools_gl2psAddPrimitiveInList(frontprim, frontlist); - tools_tools_gl2psFreePrimitive(&prim); + tools_gl2psFreePrimitive(&prim); break; } } @@ -1638,7 +1888,7 @@ static void tools_gl2psBuildBspTree(tools_GL2PSbsptree *tree, tools_GL2PSlist *p if(tools_gl2psListNbr(frontlist)){ tools_gl2psListSort(frontlist, tools_gl2psTrianglesFirst); tree->front = (tools_GL2PSbsptree*)tools_gl2psMalloc(sizeof(tools_GL2PSbsptree)); - tools_gl2psBuildBspTree(tree->front, frontlist); + tools_gl2psBuildBspTree(gl2ps, tree->front, frontlist); } else{ tools_gl2psListDelete(frontlist); @@ -1647,7 +1897,7 @@ static void tools_gl2psBuildBspTree(tools_GL2PSbsptree *tree, tools_GL2PSlist *p if(tools_gl2psListNbr(backlist)){ tools_gl2psListSort(backlist, tools_gl2psTrianglesFirst); tree->back = (tools_GL2PSbsptree*)tools_gl2psMalloc(sizeof(tools_GL2PSbsptree)); - tools_gl2psBuildBspTree(tree->back, backlist); + tools_gl2psBuildBspTree(gl2ps, tree->back, backlist); } else{ tools_gl2psListDelete(backlist); @@ -1656,9 +1906,9 @@ static void tools_gl2psBuildBspTree(tools_GL2PSbsptree *tree, tools_GL2PSlist *p tools_gl2psListDelete(primitives); } -static void tools_gl2psTraverseBspTree(tools_GL2PSbsptree *tree, tools_GL2PSxyz eye, tools_GLfloat epsilon, +inline void tools_gl2psTraverseBspTree(tools_GL2PScontext* gl2ps, tools_GL2PSbsptree *tree, tools_GL2PSxyz eye, tools_GLfloat epsilon, tools_GLboolean (*compare)(tools_GLfloat f1, tools_GLfloat f2), - void (*action)(void *data), int inverse) + void (*action)(tools_GL2PScontext*, void *data), int inverse) { tools_GLfloat result; @@ -1667,50 +1917,50 @@ static void tools_gl2psTraverseBspTree(tools_GL2PSbsptree *tree, tools_GL2PSxyz result = tools_gl2psComparePointPlane(eye, tree->plane); if(TOOLS_GL_TRUE == compare(result, epsilon)){ - tools_gl2psTraverseBspTree(tree->back, eye, epsilon, compare, action, inverse); + tools_gl2psTraverseBspTree(gl2ps, tree->back, eye, epsilon, compare, action, inverse); if(inverse){ - tools_tools_gl2psListActionInverse(tree->primitives, action); + tools_gl2psListActionInverseContext(gl2ps, tree->primitives, action); } else{ - tools_gl2psListAction(tree->primitives, action); + tools_gl2psListActionContext(gl2ps, tree->primitives, action); } - tools_gl2psTraverseBspTree(tree->front, eye, epsilon, compare, action, inverse); + tools_gl2psTraverseBspTree(gl2ps, tree->front, eye, epsilon, compare, action, inverse); } else if(TOOLS_GL_TRUE == compare(-epsilon, result)){ - tools_gl2psTraverseBspTree(tree->front, eye, epsilon, compare, action, inverse); + tools_gl2psTraverseBspTree(gl2ps, tree->front, eye, epsilon, compare, action, inverse); if(inverse){ - tools_tools_gl2psListActionInverse(tree->primitives, action); + tools_gl2psListActionInverseContext(gl2ps, tree->primitives, action); } else{ - tools_gl2psListAction(tree->primitives, action); + tools_gl2psListActionContext(gl2ps, tree->primitives, action); } - tools_gl2psTraverseBspTree(tree->back, eye, epsilon, compare, action, inverse); + tools_gl2psTraverseBspTree(gl2ps, tree->back, eye, epsilon, compare, action, inverse); } else{ - tools_gl2psTraverseBspTree(tree->front, eye, epsilon, compare, action, inverse); - tools_gl2psTraverseBspTree(tree->back, eye, epsilon, compare, action, inverse); + tools_gl2psTraverseBspTree(gl2ps, tree->front, eye, epsilon, compare, action, inverse); + tools_gl2psTraverseBspTree(gl2ps, tree->back, eye, epsilon, compare, action, inverse); } } -static void tools_gl2psRescaleAndOffset(void) +inline void tools_gl2psRescaleAndOffset(tools_GL2PScontext* gl2ps) { tools_GL2PSprimitive *prim; tools_GLfloat minZ, maxZ, rangeZ, scaleZ; tools_GLfloat factor, units, area, dZ, dZdX, dZdY, maxdZ; int i, j; - if(!tools_gl2psListNbr(tools_gl2ps_context->primitives)) + if(!tools_gl2psListNbr(gl2ps->primitives)) return; /* get z-buffer range */ - prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(tools_gl2ps_context->primitives, 0); + prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gl2ps->primitives, 0); minZ = maxZ = prim->verts[0].xyz[2]; for(i = 1; i < prim->numverts; i++){ if(prim->verts[i].xyz[2] < minZ) minZ = prim->verts[i].xyz[2]; if(prim->verts[i].xyz[2] > maxZ) maxZ = prim->verts[i].xyz[2]; } - for(i = 1; i < tools_gl2psListNbr(tools_gl2ps_context->primitives); i++){ - prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(tools_gl2ps_context->primitives, i); + for(i = 1; i < tools_gl2psListNbr(gl2ps->primitives); i++){ + prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gl2ps->primitives, i); for(j = 0; j < prim->numverts; j++){ if(prim->verts[j].xyz[2] < minZ) minZ = prim->verts[j].xyz[2]; if(prim->verts[j].xyz[2] > maxZ) maxZ = prim->verts[j].xyz[2]; @@ -1725,14 +1975,14 @@ static void tools_gl2psRescaleAndOffset(void) if(scaleZ > 100000.F) scaleZ = 100000.F; /* apply offsets */ - for(i = 0; i < tools_gl2psListNbr(tools_gl2ps_context->primitives); i++){ - prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(tools_gl2ps_context->primitives, i); + for(i = 0; i < tools_gl2psListNbr(gl2ps->primitives); i++){ + prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gl2ps->primitives, i); for(j = 0; j < prim->numverts; j++){ prim->verts[j].xyz[2] = (prim->verts[j].xyz[2] - minZ) * scaleZ; } - if((tools_gl2ps_context->options & TOOLS_GL2PS_SIMPLE_LINE_OFFSET) && + if((gl2ps->options & TOOLS_GL2PS_SIMPLE_LINE_OFFSET) && (prim->type == TOOLS_GL2PS_LINE)){ - if(tools_gl2ps_context->sort == TOOLS_GL2PS_SIMPLE_SORT){ + if(gl2ps->sort == TOOLS_GL2PS_SIMPLE_SORT){ prim->verts[0].xyz[2] -= TOOLS_GL2PS_ZOFFSET_LARGE; prim->verts[1].xyz[2] -= TOOLS_GL2PS_ZOFFSET_LARGE; } @@ -1779,7 +2029,7 @@ static void tools_gl2psRescaleAndOffset(void) * *********************************************************************/ -static tools_GLint tools_tools_gl2psGetPlaneFromPoints(tools_GL2PSxyz a, tools_GL2PSxyz b, tools_GL2PSplane plane) +inline tools_GLint tools_gl2psGetPlaneFromPoints(tools_GL2PSxyz a, tools_GL2PSxyz b, tools_GL2PSplane plane) { tools_GLfloat n; @@ -1801,17 +2051,17 @@ static tools_GLint tools_tools_gl2psGetPlaneFromPoints(tools_GL2PSxyz a, tools_G } } -static void tools_tools_gl2psFreeBspImageTree(tools_GL2PSbsptree2d **tree) +inline void tools_gl2psFreeBspImageTree(tools_GL2PSbsptree2d **tree) { if(*tree){ - if((*tree)->back) tools_tools_gl2psFreeBspImageTree(&(*tree)->back); - if((*tree)->front) tools_tools_gl2psFreeBspImageTree(&(*tree)->front); + if((*tree)->back) tools_gl2psFreeBspImageTree(&(*tree)->back); + if((*tree)->front) tools_gl2psFreeBspImageTree(&(*tree)->front); tools_gl2psFree(*tree); *tree = NULL; } } -static tools_GLint tools_gl2psCheckPoint(tools_GL2PSxyz point, tools_GL2PSplane plane) +inline tools_GLint tools_gl2psCheckPoint(tools_GL2PSxyz point, tools_GL2PSplane plane) { tools_GLfloat pt_dis; @@ -1821,7 +2071,7 @@ static tools_GLint tools_gl2psCheckPoint(tools_GL2PSxyz point, tools_GL2PSplane else return TOOLS_GL2PS_POINT_COINCIDENT; } -static void tools_gl2psAddPlanesInBspTreeImage(tools_GL2PSprimitive *prim, +inline void tools_gl2psAddPlanesInBspTreeImage(tools_GL2PSprimitive *prim, tools_GL2PSbsptree2d **tree) { tools_GLint ret = 0; @@ -1836,7 +2086,7 @@ static void tools_gl2psAddPlanesInBspTreeImage(tools_GL2PSprimitive *prim, */ head = (tools_GL2PSbsptree2d*)tools_gl2psMalloc(sizeof(tools_GL2PSbsptree2d)); for(i = 0; i < prim->numverts-1; i++){ - if(!tools_tools_gl2psGetPlaneFromPoints(prim->verts[i].xyz, + if(!tools_gl2psGetPlaneFromPoints(prim->verts[i].xyz, prim->verts[i+1].xyz, head->plane)){ if(prim->numverts-i > 3){ @@ -1864,7 +2114,7 @@ static void tools_gl2psAddPlanesInBspTreeImage(tools_GL2PSprimitive *prim, if(cur->front == NULL){ cur->front = (tools_GL2PSbsptree2d*)tools_gl2psMalloc(sizeof(tools_GL2PSbsptree2d)); } - if(tools_tools_gl2psGetPlaneFromPoints(prim->verts[i].xyz, + if(tools_gl2psGetPlaneFromPoints(prim->verts[i].xyz, prim->verts[i+1].xyz, cur->front->plane)){ cur = cur->front; @@ -1875,7 +2125,7 @@ static void tools_gl2psAddPlanesInBspTreeImage(tools_GL2PSprimitive *prim, if(cur->front == NULL){ cur->front = (tools_GL2PSbsptree2d*)tools_gl2psMalloc(sizeof(tools_GL2PSbsptree2d)); } - if(tools_tools_gl2psGetPlaneFromPoints(prim->verts[i].xyz, + if(tools_gl2psGetPlaneFromPoints(prim->verts[i].xyz, prim->verts[offset].xyz, cur->front->plane)){ cur->front->front = NULL; @@ -1895,7 +2145,7 @@ static void tools_gl2psAddPlanesInBspTreeImage(tools_GL2PSprimitive *prim, if(cur->front == NULL){ cur->front = (tools_GL2PSbsptree2d*)tools_gl2psMalloc(sizeof(tools_GL2PSbsptree2d)); } - if(tools_tools_gl2psGetPlaneFromPoints(prim->verts[i+1].xyz, + if(tools_gl2psGetPlaneFromPoints(prim->verts[i+1].xyz, prim->verts[i].xyz, cur->front->plane)){ cur = cur->front; @@ -1906,7 +2156,7 @@ static void tools_gl2psAddPlanesInBspTreeImage(tools_GL2PSprimitive *prim, if(cur->front == NULL){ cur->front = (tools_GL2PSbsptree2d*)tools_gl2psMalloc(sizeof(tools_GL2PSbsptree2d)); } - if(tools_tools_gl2psGetPlaneFromPoints(prim->verts[offset].xyz, + if(tools_gl2psGetPlaneFromPoints(prim->verts[offset].xyz, prim->verts[i].xyz, cur->front->plane)){ cur->front->front = NULL; @@ -1925,7 +2175,7 @@ static void tools_gl2psAddPlanesInBspTreeImage(tools_GL2PSprimitive *prim, } } -static tools_GLint tools_gl2psCheckPrimitive(tools_GL2PSprimitive *prim, tools_GL2PSplane plane) +inline tools_GLint tools_gl2psCheckPrimitive(tools_GL2PSprimitive *prim, tools_GL2PSplane plane) { tools_GLint i; tools_GLint pos; @@ -1940,7 +2190,7 @@ static tools_GLint tools_gl2psCheckPrimitive(tools_GL2PSprimitive *prim, tools_G else return TOOLS_GL2PS_COINCIDENT; } -static tools_GL2PSprimitive *tools_tools_gl2psCreateSplitPrimitive2D(tools_GL2PSprimitive *parent, +inline tools_GL2PSprimitive *tools_gl2psCreateSplitPrimitive2D(tools_GL2PSprimitive *parent, tools_GLshort numverts, tools_GL2PSvertex *vertx) { @@ -1978,7 +2228,7 @@ static tools_GL2PSprimitive *tools_tools_gl2psCreateSplitPrimitive2D(tools_GL2PS return child; } -static void tools_tools_gl2psSplitPrimitive2D(tools_GL2PSprimitive *prim, +inline void tools_gl2psSplitPrimitive2D(tools_GL2PSprimitive *prim, tools_GL2PSplane plane, tools_GL2PSprimitive **front, tools_GL2PSprimitive **back) @@ -2054,13 +2304,13 @@ static void tools_tools_gl2psSplitPrimitive2D(tools_GL2PSprimitive *prim, } prev = cur; } - *front = tools_tools_gl2psCreateSplitPrimitive2D(prim, front_count, front_list); - *back = tools_tools_gl2psCreateSplitPrimitive2D(prim, back_count, back_list); + *front = tools_gl2psCreateSplitPrimitive2D(prim, front_count, front_list); + *back = tools_gl2psCreateSplitPrimitive2D(prim, back_count, back_list); tools_gl2psFree(front_list); tools_gl2psFree(back_list); } -static tools_GLint tools_gl2psAddInBspImageTree(tools_GL2PSprimitive *prim, tools_GL2PSbsptree2d **tree) +inline tools_GLint tools_gl2psAddInBspImageTree(tools_GL2PScontext* gl2ps, tools_GL2PSprimitive *prim, tools_GL2PSbsptree2d **tree) { tools_GLint ret = 0; tools_GL2PSprimitive *frontprim = NULL, *backprim = NULL; @@ -2075,22 +2325,22 @@ static tools_GLint tools_gl2psAddInBspImageTree(tools_GL2PSprimitive *prim, tool } if(*tree == NULL){ - if((prim->type != TOOLS_GL2PS_IMAGEMAP) && (TOOLS_GL_FALSE == tools_gl2ps_context->zerosurfacearea)){ - tools_gl2psAddPlanesInBspTreeImage(tools_gl2ps_context->primitivetoadd, tree); + if((prim->type != TOOLS_GL2PS_IMAGEMAP) && (TOOLS_GL_FALSE == gl2ps->zerosurfacearea)){ + tools_gl2psAddPlanesInBspTreeImage(gl2ps->primitivetoadd, tree); } return 1; } else{ switch(tools_gl2psCheckPrimitive(prim, (*tree)->plane)){ - case TOOLS_GL2PS_IN_BACK_OF: return tools_gl2psAddInBspImageTree(prim, &(*tree)->back); + case TOOLS_GL2PS_IN_BACK_OF: return tools_gl2psAddInBspImageTree(gl2ps, prim, &(*tree)->back); case TOOLS_GL2PS_IN_FRONT_OF: - if((*tree)->front != NULL) return tools_gl2psAddInBspImageTree(prim, &(*tree)->front); + if((*tree)->front != NULL) return tools_gl2psAddInBspImageTree(gl2ps, prim, &(*tree)->front); else return 0; case TOOLS_GL2PS_SPANNING: - tools_tools_gl2psSplitPrimitive2D(prim, (*tree)->plane, &frontprim, &backprim); - ret = tools_gl2psAddInBspImageTree(backprim, &(*tree)->back); + tools_gl2psSplitPrimitive2D(prim, (*tree)->plane, &frontprim, &backprim); + ret = tools_gl2psAddInBspImageTree(gl2ps, backprim, &(*tree)->back); if((*tree)->front != NULL){ - if(tools_gl2psAddInBspImageTree(frontprim, &(*tree)->front)){ + if(tools_gl2psAddInBspImageTree(gl2ps, frontprim, &(*tree)->front)){ ret = 1; } } @@ -2101,15 +2351,15 @@ static tools_GLint tools_gl2psAddInBspImageTree(tools_GL2PSprimitive *prim, tool return ret; case TOOLS_GL2PS_COINCIDENT: if((*tree)->back != NULL){ - tools_gl2ps_context->zerosurfacearea = TOOLS_GL_TRUE; - ret = tools_gl2psAddInBspImageTree(prim, &(*tree)->back); - tools_gl2ps_context->zerosurfacearea = TOOLS_GL_FALSE; + gl2ps->zerosurfacearea = TOOLS_GL_TRUE; + ret = tools_gl2psAddInBspImageTree(gl2ps, prim, &(*tree)->back); + gl2ps->zerosurfacearea = TOOLS_GL_FALSE; if(ret) return ret; } if((*tree)->front != NULL){ - tools_gl2ps_context->zerosurfacearea = TOOLS_GL_TRUE; - ret = tools_gl2psAddInBspImageTree(prim, &(*tree)->front); - tools_gl2ps_context->zerosurfacearea = TOOLS_GL_FALSE; + gl2ps->zerosurfacearea = TOOLS_GL_TRUE; + ret = tools_gl2psAddInBspImageTree(gl2ps, prim, &(*tree)->front); + gl2ps->zerosurfacearea = TOOLS_GL_FALSE; if(ret) return ret; } if(prim->type == TOOLS_GL2PS_LINE) return 1; @@ -2119,14 +2369,14 @@ static tools_GLint tools_gl2psAddInBspImageTree(tools_GL2PSprimitive *prim, tool return 0; } -static void tools_tools_gl2psAddInImageTree(void *data) +inline void tools_gl2psAddInImageTree(tools_GL2PScontext* gl2ps, void *data) { tools_GL2PSprimitive *prim = *(tools_GL2PSprimitive **)data; - tools_gl2ps_context->primitivetoadd = prim; + gl2ps->primitivetoadd = prim; if(prim->type == TOOLS_GL2PS_IMAGEMAP && prim->data.image->format == TOOLS_GL2PS_IMAGEMAP_VISIBLE){ prim->culled = 1; } - else if(!tools_gl2psAddInBspImageTree(prim, &tools_gl2ps_context->imagetree)){ + else if(!tools_gl2psAddInBspImageTree(gl2ps, prim, &gl2ps->imagetree)){ prim->culled = 1; } else if(prim->type == TOOLS_GL2PS_IMAGEMAP){ @@ -2136,7 +2386,7 @@ static void tools_tools_gl2psAddInImageTree(void *data) /* Boundary construction */ -static void tools_gl2psAddBoundaryInList(tools_GL2PSprimitive *prim, tools_GL2PSlist *list) +inline void tools_gl2psAddBoundaryInList(tools_GL2PSprimitive *prim, tools_GL2PSlist *list) { tools_GL2PSprimitive *b; tools_GLshort i; @@ -2208,7 +2458,7 @@ static void tools_gl2psAddBoundaryInList(tools_GL2PSprimitive *prim, tools_GL2PS } -static void tools_gl2psBuildPolygonBoundary(tools_GL2PSbsptree *tree) +inline void tools_gl2psBuildPolygonBoundary(tools_GL2PSbsptree *tree) { tools_GLint i; tools_GL2PSprimitive *prim; @@ -2228,7 +2478,7 @@ static void tools_gl2psBuildPolygonBoundary(tools_GL2PSbsptree *tree) * *********************************************************************/ -TOOLS_GL2PSDLL_API void tools_gl2psAddPolyPrimitive(tools_GLshort type, tools_GLshort numverts, +TOOLS_GL2PSDLL_API void tools_gl2psAddPolyPrimitive(tools_GL2PScontext* gl2ps, tools_GLshort type, tools_GLshort numverts, tools_GL2PSvertex *verts, tools_GLint offset, tools_GLfloat ofactor, tools_GLfloat ounits, tools_GLushort pattern, tools_GLint factor, @@ -2256,10 +2506,10 @@ TOOLS_GL2PSDLL_API void tools_gl2psAddPolyPrimitive(tools_GLshort type, tools_GL /* FIXME: here we should have an option to split stretched tris/quads to enhance SIMPLE_SORT */ - tools_gl2psListAdd(tools_gl2ps_context->primitives, &prim); + tools_gl2psListAdd(gl2ps->primitives, &prim); } -static tools_GLint tools_gl2psGetVertex(tools_GL2PSvertex *v, tools_GLfloat *p) +inline tools_GLint tools_gl2psGetVertex(tools_GL2PScontext* gl2ps, tools_GL2PSvertex *v, tools_GLfloat *p) { tools_GLint i; @@ -2267,12 +2517,12 @@ static tools_GLint tools_gl2psGetVertex(tools_GL2PSvertex *v, tools_GLfloat *p) v->xyz[1] = p[1]; v->xyz[2] = p[2]; - if(tools_gl2ps_context->colormode == TOOLS_GL_COLOR_INDEX && tools_gl2ps_context->colorsize > 0){ + if(gl2ps->colormode == TOOLS_GL_COLOR_INDEX && gl2ps->colorsize > 0){ i = (tools_GLint)(p[3] + 0.5); - v->rgba[0] = tools_gl2ps_context->colormap[i][0]; - v->rgba[1] = tools_gl2ps_context->colormap[i][1]; - v->rgba[2] = tools_gl2ps_context->colormap[i][2]; - v->rgba[3] = tools_gl2ps_context->colormap[i][3]; + v->rgba[0] = gl2ps->colormap[i][0]; + v->rgba[1] = gl2ps->colormap[i][1]; + v->rgba[2] = gl2ps->colormap[i][2]; + v->rgba[3] = gl2ps->colormap[i][3]; return 4; } else{ @@ -2284,47 +2534,47 @@ static tools_GLint tools_gl2psGetVertex(tools_GL2PSvertex *v, tools_GLfloat *p) } } -static void tools_gl2psParseFeedbackBuffer(tools_GLint used) +inline void tools_gl2psParseFeedbackBuffer(tools_GL2PScontext* gl2ps, tools_GLint used) { char flag; tools_GLushort pattern = 0; tools_GLboolean boundary; tools_GLint i, sizeoffloat, count, v, vtot, offset = 0, factor = 0, auxindex = 0; tools_GLint lcap = 0, ljoin = 0; - tools_GLfloat lwidth = 1.0F, psize = 1.0F, ofactor = 0.0F, ounits = 0.0F; /*G.Barrand : init ofactor, ounits to 0.0F.*/ + tools_GLfloat lwidth = 1.0F, psize = 1.0F, ofactor = 0.0F, ounits = 0.0F; tools_GLfloat *current; tools_GL2PSvertex vertices[3]; tools_GL2PSprimitive *prim; tools_GL2PSimagemap *node; - current = tools_gl2ps_context->feedback; - boundary = tools_gl2ps_context->boundary = TOOLS_GL_FALSE; + current = gl2ps->feedback; + boundary = gl2ps->boundary = TOOLS_GL_FALSE; while(used > 0){ - if(TOOLS_GL_TRUE == boundary) tools_gl2ps_context->boundary = TOOLS_GL_TRUE; + if(TOOLS_GL_TRUE == boundary) gl2ps->boundary = TOOLS_GL_TRUE; switch((tools_GLint)*current){ case TOOLS_GL_POINT_TOKEN : current ++; used --; - i = tools_gl2psGetVertex(&vertices[0], current); + i = tools_gl2psGetVertex(gl2ps, &vertices[0], current); current += i; used -= i; - tools_gl2psAddPolyPrimitive(TOOLS_GL2PS_POINT, 1, vertices, 0, 0.0, 0.0, + tools_gl2psAddPolyPrimitive(gl2ps, TOOLS_GL2PS_POINT, 1, vertices, 0, 0.0, 0.0, pattern, factor, psize, lcap, ljoin, 0); break; case TOOLS_GL_LINE_TOKEN : case TOOLS_GL_LINE_RESET_TOKEN : current ++; used --; - i = tools_gl2psGetVertex(&vertices[0], current); + i = tools_gl2psGetVertex(gl2ps, &vertices[0], current); current += i; used -= i; - i = tools_gl2psGetVertex(&vertices[1], current); + i = tools_gl2psGetVertex(gl2ps, &vertices[1], current); current += i; used -= i; - tools_gl2psAddPolyPrimitive(TOOLS_GL2PS_LINE, 2, vertices, 0, 0.0, 0.0, + tools_gl2psAddPolyPrimitive(gl2ps, TOOLS_GL2PS_LINE, 2, vertices, 0, 0.0, 0.0, pattern, factor, lwidth, lcap, ljoin, 0); break; case TOOLS_GL_POLYGON_TOKEN : @@ -2333,8 +2583,8 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) used -= 2; v = vtot = 0; while(count > 0 && used > 0){ - i = tools_gl2psGetVertex(&vertices[v], current); - tools_gl2psAdaptVertexForBlending(&vertices[v]); + i = tools_gl2psGetVertex(gl2ps, &vertices[v], current); + tools_gl2psAdaptVertexForBlending(gl2ps, &vertices[v]); current += i; used -= i; count --; @@ -2348,7 +2598,7 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) } else flag = 0; - tools_gl2psAddPolyPrimitive(TOOLS_GL2PS_TRIANGLE, 3, vertices, offset, ofactor, + tools_gl2psAddPolyPrimitive(gl2ps, TOOLS_GL2PS_TRIANGLE, 3, vertices, offset, ofactor, ounits, pattern, factor, 1, lcap, ljoin, flag); vertices[1] = vertices[2]; @@ -2362,7 +2612,7 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) case TOOLS_GL_COPY_PIXEL_TOKEN : current ++; used --; - i = tools_gl2psGetVertex(&vertices[0], current); + i = tools_gl2psGetVertex(gl2ps, &vertices[0], current); current += i; used -= i; break; @@ -2385,8 +2635,8 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) case TOOLS_GL2PS_BEGIN_BOUNDARY_TOKEN : boundary = TOOLS_GL_TRUE; break; case TOOLS_GL2PS_END_BOUNDARY_TOKEN : boundary = TOOLS_GL_FALSE; break; case TOOLS_GL2PS_END_STIPPLE_TOKEN : pattern = 0; factor = 0; break; - case TOOLS_GL2PS_BEGIN_BLEND_TOKEN : tools_gl2ps_context->blending = TOOLS_GL_TRUE; break; - case TOOLS_GL2PS_END_BLEND_TOKEN : tools_gl2ps_context->blending = TOOLS_GL_FALSE; break; + case TOOLS_GL2PS_BEGIN_BLEND_TOKEN : gl2ps->blending = TOOLS_GL_TRUE; break; + case TOOLS_GL2PS_END_BLEND_TOKEN : gl2ps->blending = TOOLS_GL_FALSE; break; case TOOLS_GL2PS_BEGIN_STIPPLE_TOKEN : current += 2; used -= 2; @@ -2398,12 +2648,12 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) case TOOLS_GL2PS_SRC_BLEND_TOKEN : current += 2; used -= 2; - tools_gl2ps_context->blendfunc[0] = (tools_GLint)current[1]; + gl2ps->blendfunc[0] = (tools_GLint)current[1]; break; case TOOLS_GL2PS_DST_BLEND_TOKEN : current += 2; used -= 2; - tools_gl2ps_context->blendfunc[1] = (tools_GLint)current[1]; + gl2ps->blendfunc[1] = (tools_GLint)current[1]; break; case TOOLS_GL2PS_POINT_SIZE_TOKEN : current += 2; @@ -2413,12 +2663,12 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) case TOOLS_GL2PS_LINE_CAP_TOKEN : current += 2; used -= 2; - lcap = (tools_GLint)current[1]; //G.Barrand : _MSC_VER : cast. + lcap = (tools_GLint)current[1]; break; case TOOLS_GL2PS_LINE_JOIN_TOKEN : current += 2; used -= 2; - ljoin = (tools_GLint)current[1]; //G.Barrand : _MSC_VER : cast. + ljoin = (tools_GLint)current[1]; break; case TOOLS_GL2PS_LINE_WIDTH_TOKEN : current += 2; @@ -2447,15 +2697,15 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) node->image->zoom_y = 1.0F; node->next = NULL; - if(tools_gl2ps_context->imagemap_head == NULL) - tools_gl2ps_context->imagemap_head = node; + if(gl2ps->imagemap_head == NULL) + gl2ps->imagemap_head = node; else - tools_gl2ps_context->imagemap_tail->next = node; - tools_gl2ps_context->imagemap_tail = node; + gl2ps->imagemap_tail->next = node; + gl2ps->imagemap_tail = node; prim->data.image = node->image; current += 2; used -= 2; - i = tools_gl2psGetVertex(&prim->verts[0], ¤t[1]); + i = tools_gl2psGetVertex(gl2ps, &prim->verts[0], ¤t[1]); current += i; used -= i; node->image->width = (tools_GLint)current[2]; @@ -2491,13 +2741,13 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) memcpy(&(((char*)(node->image->pixels))[i + v]), &(current[2]), vtot - i); } current++; used--; - tools_gl2psListAdd(tools_gl2ps_context->primitives, &prim); + tools_gl2psListAdd(gl2ps->primitives, &prim); break; case TOOLS_GL2PS_DRAW_PIXELS_TOKEN : case TOOLS_GL2PS_TEXT_TOKEN : - if(auxindex < tools_gl2psListNbr(tools_gl2ps_context->auxprimitives)) - tools_gl2psListAdd(tools_gl2ps_context->primitives, - tools_gl2psListPointer(tools_gl2ps_context->auxprimitives, auxindex++)); + if(auxindex < tools_gl2psListNbr(gl2ps->auxprimitives)) + tools_gl2psListAdd(gl2ps->primitives, + tools_gl2psListPointer(gl2ps->auxprimitives, auxindex++)); else tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Wrong number of auxiliary tokens in buffer"); break; @@ -2513,7 +2763,7 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) } } - tools_gl2psListReset(tools_gl2ps_context->auxprimitives); + tools_gl2psListReset(gl2ps->auxprimitives); } /********************************************************************* @@ -2522,15 +2772,14 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) * *********************************************************************/ -static void tools_gl2psWriteByte(unsigned char byte) +inline void tools_gl2psWriteByte(tools_GL2PScontext* gl2ps, unsigned char byte) { unsigned char h = byte / 16; unsigned char l = byte % 16; - tools_gl2psPrintf("%x%x", h, l); + tools_gl2psPrintf(gl2ps,"%x%x", h, l); } -static void tools_gl2psPrintPostScriptPixmap(tools_GLfloat x, tools_GLfloat y, tools_GL2PSimage *im, - int greyscale,int nbit) /*G.Barrand : to quiet coverity : add last greyscale,nbit.*/ +inline void tools_gl2psPrintPostScriptPixmap(tools_GL2PScontext* gl2ps, tools_GLfloat x, tools_GLfloat y, tools_GL2PSimage *im,int greyscale,int nbit) { tools_GLuint nbhex, nbyte, nrgb, nbits; tools_GLuint row, col, ibyte, icase; @@ -2541,44 +2790,46 @@ static void tools_gl2psPrintPostScriptPixmap(tools_GLfloat x, tools_GLfloat y, t /* FIXME: should we define an option for these? Or just keep the 8-bit per component case? */ - /*int greyscale = 0;*/ /* set to 1 to output greyscale image */ - /*int nbit = 8;*/ /* number of bits per color compoment (2, 4 or 8) */ +/*G.Barrand: have the two below lines in arguments to quiet Coverity about dead code. + int greyscale = 0; // set to 1 to output greyscale image. + int nbit = 8; // number of bits per color compoment (2, 4 or 8). +*/ if((width <= 0) || (height <= 0)) return; - tools_gl2psPrintf("gsave\n"); - tools_gl2psPrintf("%.2f %.2f translate\n", x, y); - tools_gl2psPrintf("%.2f %.2f scale\n", width * im->zoom_x, height * im->zoom_y); + tools_gl2psPrintf(gl2ps,"gsave\n"); + tools_gl2psPrintf(gl2ps,"%.2f %.2f translate\n", x, y); + tools_gl2psPrintf(gl2ps,"%.2f %.2f scale\n", width * im->zoom_x, height * im->zoom_y); if(greyscale){ /* greyscale */ - tools_gl2psPrintf("/picstr %d string def\n", width); - tools_gl2psPrintf("%d %d %d\n", width, height, 8); - tools_gl2psPrintf("[ %d 0 0 -%d 0 %d ]\n", width, height, height); - tools_gl2psPrintf("{ currentfile picstr readhexstring pop }\n"); - tools_gl2psPrintf("image\n"); + tools_gl2psPrintf(gl2ps,"/picstr %d string def\n", width); + tools_gl2psPrintf(gl2ps,"%d %d %d\n", width, height, 8); + tools_gl2psPrintf(gl2ps,"[ %d 0 0 -%d 0 %d ]\n", width, height, height); + tools_gl2psPrintf(gl2ps,"{ currentfile picstr readhexstring pop }\n"); + tools_gl2psPrintf(gl2ps,"image\n"); for(row = 0; row < height; row++){ for(col = 0; col < width; col++){ tools_gl2psGetRGB(im, col, row, &dr, &dg, &db); fgrey = (0.30F * dr + 0.59F * dg + 0.11F * db); grey = (unsigned char)(255. * fgrey); - tools_gl2psWriteByte(grey); + tools_gl2psWriteByte(gl2ps, grey); } - tools_gl2psPrintf("\n"); + tools_gl2psPrintf(gl2ps,"\n"); } nbhex = width * height * 2; - tools_gl2psPrintf("%%%% nbhex digit :%d\n", nbhex); + tools_gl2psPrintf(gl2ps,"%%%% nbhex digit :%d\n", nbhex); } else if(nbit == 2){ /* color, 2 bits for r and g and b; rgbs following each other */ nrgb = width * 3; nbits = nrgb * nbit; nbyte = nbits / 8; if((nbyte * 8) != nbits) nbyte++; - tools_gl2psPrintf("/rgbstr %d string def\n", nbyte); - tools_gl2psPrintf("%d %d %d\n", width, height, nbit); - tools_gl2psPrintf("[ %d 0 0 -%d 0 %d ]\n", width, height, height); - tools_gl2psPrintf("{ currentfile rgbstr readhexstring pop }\n"); - tools_gl2psPrintf("false 3\n"); - tools_gl2psPrintf("colorimage\n"); + tools_gl2psPrintf(gl2ps,"/rgbstr %d string def\n", nbyte); + tools_gl2psPrintf(gl2ps,"%d %d %d\n", width, height, nbit); + tools_gl2psPrintf(gl2ps,"[ %d 0 0 -%d 0 %d ]\n", width, height, height); + tools_gl2psPrintf(gl2ps,"{ currentfile rgbstr readhexstring pop }\n"); + tools_gl2psPrintf(gl2ps,"false 3\n"); + tools_gl2psPrintf(gl2ps,"colorimage\n"); for(row = 0; row < height; row++){ icase = 1; col = 0; @@ -2609,7 +2860,7 @@ static void tools_gl2psPrintPostScriptPixmap(tools_GLfloat x, tools_GLfloat y, t green = (unsigned char)(3. * dg); blue = (unsigned char)(3. * db); b = (b<<2) + red; - tools_gl2psWriteByte(b); + tools_gl2psWriteByte(gl2ps, b); b = 0; icase++; } @@ -2628,7 +2879,7 @@ static void tools_gl2psPrintPostScriptPixmap(tools_GLfloat x, tools_GLfloat y, t blue = (unsigned char)(3. * db); b = (b<<2) + red; b = (b<<2) + green; - tools_gl2psWriteByte(b); + tools_gl2psWriteByte(gl2ps, b); b = 0; icase++; } @@ -2647,12 +2898,12 @@ static void tools_gl2psPrintPostScriptPixmap(tools_GLfloat x, tools_GLfloat y, t b = (b<<2) + red; b = (b<<2) + green; b = (b<<2) + blue; - tools_gl2psWriteByte(b); + tools_gl2psWriteByte(gl2ps, b); b = 0; icase = 1; } } - tools_gl2psPrintf("\n"); + tools_gl2psPrintf(gl2ps,"\n"); } } else if(nbit == 4){ /* color, 4 bits for r and g and b; rgbs following each other */ @@ -2660,12 +2911,12 @@ static void tools_gl2psPrintPostScriptPixmap(tools_GLfloat x, tools_GLfloat y, t nbits = nrgb * nbit; nbyte = nbits / 8; if((nbyte * 8) != nbits) nbyte++; - tools_gl2psPrintf("/rgbstr %d string def\n", nbyte); - tools_gl2psPrintf("%d %d %d\n", width, height, nbit); - tools_gl2psPrintf("[ %d 0 0 -%d 0 %d ]\n", width, height, height); - tools_gl2psPrintf("{ currentfile rgbstr readhexstring pop }\n"); - tools_gl2psPrintf("false 3\n"); - tools_gl2psPrintf("colorimage\n"); + tools_gl2psPrintf(gl2ps,"/rgbstr %d string def\n", nbyte); + tools_gl2psPrintf(gl2ps,"%d %d %d\n", width, height, nbit); + tools_gl2psPrintf(gl2ps,"[ %d 0 0 -%d 0 %d ]\n", width, height, height); + tools_gl2psPrintf(gl2ps,"{ currentfile rgbstr readhexstring pop }\n"); + tools_gl2psPrintf(gl2ps,"false 3\n"); + tools_gl2psPrintf(gl2ps,"colorimage\n"); for(row = 0; row < height; row++){ col = 0; icase = 1; @@ -2680,7 +2931,7 @@ static void tools_gl2psPrintPostScriptPixmap(tools_GLfloat x, tools_GLfloat y, t col++; red = (unsigned char)(15. * dr); green = (unsigned char)(15. * dg); - tools_gl2psPrintf("%x%x", red, green); + tools_gl2psPrintf(gl2ps,"%x%x", red, green); icase++; } else if(icase == 2) { @@ -2693,45 +2944,45 @@ static void tools_gl2psPrintPostScriptPixmap(tools_GLfloat x, tools_GLfloat y, t } col++; red = (unsigned char)(15. * dr); - tools_gl2psPrintf("%x%x", blue, red); + tools_gl2psPrintf(gl2ps,"%x%x", blue, red); icase++; } else if(icase == 3) { green = (unsigned char)(15. * dg); blue = (unsigned char)(15. * db); - tools_gl2psPrintf("%x%x", green, blue); + tools_gl2psPrintf(gl2ps,"%x%x", green, blue); icase = 1; } } - tools_gl2psPrintf("\n"); + tools_gl2psPrintf(gl2ps,"\n"); } } else{ /* 8 bit for r and g and b */ nbyte = width * 3; - tools_gl2psPrintf("/rgbstr %d string def\n", nbyte); - tools_gl2psPrintf("%d %d %d\n", width, height, 8); - tools_gl2psPrintf("[ %d 0 0 -%d 0 %d ]\n", width, height, height); - tools_gl2psPrintf("{ currentfile rgbstr readhexstring pop }\n"); - tools_gl2psPrintf("false 3\n"); - tools_gl2psPrintf("colorimage\n"); + tools_gl2psPrintf(gl2ps,"/rgbstr %d string def\n", nbyte); + tools_gl2psPrintf(gl2ps,"%d %d %d\n", width, height, 8); + tools_gl2psPrintf(gl2ps,"[ %d 0 0 -%d 0 %d ]\n", width, height, height); + tools_gl2psPrintf(gl2ps,"{ currentfile rgbstr readhexstring pop }\n"); + tools_gl2psPrintf(gl2ps,"false 3\n"); + tools_gl2psPrintf(gl2ps,"colorimage\n"); for(row = 0; row < height; row++){ for(col = 0; col < width; col++){ tools_gl2psGetRGB(im, col, row, &dr, &dg, &db); red = (unsigned char)(255. * dr); - tools_gl2psWriteByte(red); + tools_gl2psWriteByte(gl2ps, red); green = (unsigned char)(255. * dg); - tools_gl2psWriteByte(green); + tools_gl2psWriteByte(gl2ps, green); blue = (unsigned char)(255. * db); - tools_gl2psWriteByte(blue); + tools_gl2psWriteByte(gl2ps, blue); } - tools_gl2psPrintf("\n"); + tools_gl2psPrintf(gl2ps,"\n"); } } - tools_gl2psPrintf("grestore\n"); + tools_gl2psPrintf(gl2ps,"grestore\n"); } -static void tools_gl2psPrintPostScriptImagemap(tools_GLfloat x, tools_GLfloat y, +inline void tools_gl2psPrintPostScriptImagemap(tools_GL2PScontext* gl2ps, tools_GLfloat x, tools_GLfloat y, tools_GLsizei width, tools_GLsizei height, const unsigned char *imagemap){ int i, size; @@ -2740,66 +2991,66 @@ static void tools_gl2psPrintPostScriptImagemap(tools_GLfloat x, tools_GLfloat y, size = height + height * (width - 1) / 8; - tools_gl2psPrintf("gsave\n"); - tools_gl2psPrintf("%.2f %.2f translate\n", x, y); - tools_gl2psPrintf("%d %d scale\n%d %d\ntrue\n", width, height,width, height); - tools_gl2psPrintf("[ %d 0 0 -%d 0 %d ] {<", width, height, height); + tools_gl2psPrintf(gl2ps,"gsave\n"); + tools_gl2psPrintf(gl2ps,"%.2f %.2f translate\n", x, y); + tools_gl2psPrintf(gl2ps,"%d %d scale\n%d %d\ntrue\n", width, height,width, height); + tools_gl2psPrintf(gl2ps,"[ %d 0 0 -%d 0 %d ] {<", width, height, height); /*G.Barrand : add last height.*/ for(i = 0; i < size; i++){ - tools_gl2psWriteByte(*imagemap); + tools_gl2psWriteByte(gl2ps, *imagemap); imagemap++; } - tools_gl2psPrintf(">} imagemask\ngrestore\n"); + tools_gl2psPrintf(gl2ps,">} imagemask\ngrestore\n"); } -static void tools_gl2psPrintPostScriptHeader(void) +inline void tools_gl2psPrintPostScriptHeader(tools_GL2PScontext* gl2ps) { time_t now; /* Since compression is not part of the PostScript standard, compressed PostScript files are just gzipped PostScript files ("ps.gz" or "eps.gz") */ - tools_gl2psPrintGzipHeader(); + tools_gl2psPrintGzipHeader(gl2ps); time(&now); - if(tools_gl2ps_context->format == TOOLS_GL2PS_PS){ - tools_gl2psPrintf("%%!PS-Adobe-3.0\n"); + if(gl2ps->format == TOOLS_GL2PS_PS){ + tools_gl2psPrintf(gl2ps,"%%!PS-Adobe-3.0\n"); } else{ - tools_gl2psPrintf("%%!PS-Adobe-3.0 EPSF-3.0\n"); + tools_gl2psPrintf(gl2ps,"%%!PS-Adobe-3.0 EPSF-3.0\n"); } - tools_gl2psPrintf("%%%%Title: %s\n" + tools_gl2psPrintf(gl2ps,"%%%%Title: %s\n" "%%%%Creator: GL2PS %d.%d.%d%s, %s\n" "%%%%For: %s\n" "%%%%CreationDate: %s" "%%%%LanguageLevel: 3\n" "%%%%DocumentData: Clean7Bit\n" "%%%%Pages: 1\n", - tools_gl2ps_context->title, TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, + gl2ps->title, TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, TOOLS_GL2PS_PATCH_VERSION, TOOLS_GL2PS_EXTRA_VERSION, TOOLS_GL2PS_COPYRIGHT, - tools_gl2ps_context->producer, ctime(&now)); + gl2ps->producer, ctime(&now)); - if(tools_gl2ps_context->format == TOOLS_GL2PS_PS){ - tools_gl2psPrintf("%%%%Orientation: %s\n" + if(gl2ps->format == TOOLS_GL2PS_PS){ + tools_gl2psPrintf(gl2ps,"%%%%Orientation: %s\n" "%%%%DocumentMedia: Default %d %d 0 () ()\n", - (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? "Landscape" : "Portrait", - (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? (int)tools_gl2ps_context->viewport[3] : - (int)tools_gl2ps_context->viewport[2], - (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? (int)tools_gl2ps_context->viewport[2] : - (int)tools_gl2ps_context->viewport[3]); + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? "Landscape" : "Portrait", + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? (int)gl2ps->viewport[3] : + (int)gl2ps->viewport[2], + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? (int)gl2ps->viewport[2] : + (int)gl2ps->viewport[3]); } - tools_gl2psPrintf("%%%%BoundingBox: %d %d %d %d\n" + tools_gl2psPrintf(gl2ps,"%%%%BoundingBox: %d %d %d %d\n" "%%%%EndComments\n", - (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? (int)tools_gl2ps_context->viewport[1] : - (int)tools_gl2ps_context->viewport[0], - (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? (int)tools_gl2ps_context->viewport[0] : - (int)tools_gl2ps_context->viewport[1], - (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? (int)tools_gl2ps_context->viewport[3] : - (int)tools_gl2ps_context->viewport[2], - (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? (int)tools_gl2ps_context->viewport[2] : - (int)tools_gl2ps_context->viewport[3]); + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? (int)gl2ps->viewport[1] : + (int)gl2ps->viewport[0], + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? (int)gl2ps->viewport[0] : + (int)gl2ps->viewport[1], + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? (int)gl2ps->viewport[3] : + (int)gl2ps->viewport[2], + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? (int)gl2ps->viewport[2] : + (int)gl2ps->viewport[3]); /* RGB color: r g b C (replace C by G in output to change from rgb to gray) Grayscale: r g b G @@ -2814,23 +3065,23 @@ static void tools_gl2psPrintPostScriptHeader(void) Flat-shaded triangle: x3 y3 x2 y2 x1 y1 T Smooth-shaded triangle: x3 y3 r3 g3 b3 x2 y2 r2 g2 b2 x1 y1 r1 g1 b1 ST */ - tools_gl2psPrintf("%%%%BeginProlog\n" + tools_gl2psPrintf(gl2ps,"%%%%BeginProlog\n" "/gl2psdict 64 dict def gl2psdict begin\n" "/tryPS3shading %s def %% set to false to force subdivision\n" "/rThreshold %g def %% red component subdivision threshold\n" "/gThreshold %g def %% green component subdivision threshold\n" "/bThreshold %g def %% blue component subdivision threshold\n", - (tools_gl2ps_context->options & TOOLS_GL2PS_NO_PS3_SHADING) ? "false" : "true", - tools_gl2ps_context->threshold[0], tools_gl2ps_context->threshold[1], tools_gl2ps_context->threshold[2]); + (gl2ps->options & TOOLS_GL2PS_NO_PS3_SHADING) ? "false" : "true", + gl2ps->threshold[0], gl2ps->threshold[1], gl2ps->threshold[2]); - tools_gl2psPrintf("/BD { bind def } bind def\n" + tools_gl2psPrintf(gl2ps,"/BD { bind def } bind def\n" "/C { setrgbcolor } BD\n" "/G { 0.082 mul exch 0.6094 mul add exch 0.3086 mul add neg 1.0 add setgray } BD\n" "/W { setlinewidth } BD\n" "/LC { setlinecap } BD\n" "/LJ { setlinejoin } BD\n"); - tools_gl2psPrintf("/FC { findfont exch /SH exch def SH scalefont setfont } BD\n" + tools_gl2psPrintf(gl2ps,"/FC { findfont exch /SH exch def SH scalefont setfont } BD\n" "/SW { dup stringwidth pop } BD\n" "/S { FC moveto show } BD\n" "/SBC{ FC moveto SW -2 div 0 rmoveto show } BD\n" @@ -2844,18 +3095,18 @@ static void tools_gl2psPrintPostScriptHeader(void) /* rotated text routines: same nameanem with R appended */ - tools_gl2psPrintf("/FCT { FC translate 0 0 } BD\n" + tools_gl2psPrintf(gl2ps,"/FCT { FC translate 0 0 } BD\n" "/SR { gsave FCT moveto rotate show grestore } BD\n" "/SBCR{ gsave FCT moveto rotate SW -2 div 0 rmoveto show grestore } BD\n" "/SBRR{ gsave FCT moveto rotate SW neg 0 rmoveto show grestore } BD\n" "/SCLR{ gsave FCT moveto rotate 0 SH -2 div rmoveto show grestore} BD\n"); - tools_gl2psPrintf("/SCCR{ gsave FCT moveto rotate SW -2 div SH -2 div rmoveto show grestore} BD\n" + tools_gl2psPrintf(gl2ps,"/SCCR{ gsave FCT moveto rotate SW -2 div SH -2 div rmoveto show grestore} BD\n" "/SCRR{ gsave FCT moveto rotate SW neg SH -2 div rmoveto show grestore} BD\n" "/STLR{ gsave FCT moveto rotate 0 SH neg rmoveto show grestore } BD\n" "/STCR{ gsave FCT moveto rotate SW -2 div SH neg rmoveto show grestore } BD\n" "/STRR{ gsave FCT moveto rotate SW neg SH neg rmoveto show grestore } BD\n"); - tools_gl2psPrintf("/P { newpath 0.0 360.0 arc closepath fill } BD\n" + tools_gl2psPrintf(gl2ps,"/P { newpath 0.0 360.0 arc closepath fill } BD\n" "/LS { newpath moveto } BD\n" "/L { lineto } BD\n" "/LE { lineto stroke } BD\n" @@ -2864,7 +3115,7 @@ static void tools_gl2psPrintPostScriptHeader(void) /* Smooth-shaded triangle with PostScript level 3 shfill operator: x3 y3 r3 g3 b3 x2 y2 r2 g2 b2 x1 y1 r1 g1 b1 STshfill */ - tools_gl2psPrintf("/STshfill {\n" + tools_gl2psPrintf(gl2ps,"/STshfill {\n" " /b1 exch def /g1 exch def /r1 exch def /y1 exch def /x1 exch def\n" " /b2 exch def /g2 exch def /r2 exch def /y2 exch def /x2 exch def\n" " /b3 exch def /g3 exch def /r3 exch def /y3 exch def /x3 exch def\n" @@ -2875,7 +3126,7 @@ static void tools_gl2psPrintPostScriptHeader(void) /* Flat-shaded triangle with middle color: x3 y3 r3 g3 b3 x2 y2 r2 g2 b2 x1 y1 r1 g1 b1 Tm */ - tools_gl2psPrintf(/* stack : x3 y3 r3 g3 b3 x2 y2 r2 g2 b2 x1 y1 r1 g1 b1 */ + tools_gl2psPrintf(gl2ps,/* stack : x3 y3 r3 g3 b3 x2 y2 r2 g2 b2 x1 y1 r1 g1 b1 */ "/Tm { 3 -1 roll 8 -1 roll 13 -1 roll add add 3 div\n" /* r = (r1+r2+r3)/3 */ /* stack : x3 y3 g3 b3 x2 y2 g2 b2 x1 y1 g1 b1 r */ " 3 -1 roll 7 -1 roll 11 -1 roll add add 3 div\n" /* g = (g1+g2+g3)/3 */ @@ -2889,7 +3140,7 @@ static void tools_gl2psPrintPostScriptHeader(void) x3 y3 r3 g3 b3 x2 y2 r2 g2 b2 x1 y1 r1 g1 b1 STsplit (in procedure comments key: (Vi) = xi yi ri gi bi) */ - tools_gl2psPrintf("/STsplit {\n" + tools_gl2psPrintf(gl2ps,"/STsplit {\n" " 4 index 15 index add 0.5 mul\n" /* x13 = (x1+x3)/2 */ " 4 index 15 index add 0.5 mul\n" /* y13 = (y1+y3)/2 */ " 4 index 15 index add 0.5 mul\n" /* r13 = (r1+r3)/2 */ @@ -2899,7 +3150,7 @@ static void tools_gl2psPrintPostScriptHeader(void) /* at his point, stack = (V3) (V13) (V13) (V13) (V2) (V1) */ - tools_gl2psPrintf(" 9 index 30 index add 0.5 mul\n" /* x23 = (x2+x3)/2 */ + tools_gl2psPrintf(gl2ps," 9 index 30 index add 0.5 mul\n" /* x23 = (x2+x3)/2 */ " 9 index 30 index add 0.5 mul\n" /* y23 = (y2+y3)/2 */ " 9 index 30 index add 0.5 mul\n" /* r23 = (r2+r3)/2 */ " 9 index 30 index add 0.5 mul\n" /* g23 = (g2+g3)/2 */ @@ -2908,7 +3159,7 @@ static void tools_gl2psPrintPostScriptHeader(void) /* stack = (V3) (V13) (V23) (V13) (V23) (V13) (V23) (V2) (V1) */ - tools_gl2psPrintf(" 4 index 10 index add 0.5 mul\n" /* x12 = (x1+x2)/2 */ + tools_gl2psPrintf(gl2ps," 4 index 10 index add 0.5 mul\n" /* x12 = (x1+x2)/2 */ " 4 index 10 index add 0.5 mul\n" /* y12 = (y1+y2)/2 */ " 4 index 10 index add 0.5 mul\n" /* r12 = (r1+r2)/2 */ " 4 index 10 index add 0.5 mul\n" /* g12 = (g1+g2)/2 */ @@ -2917,13 +3168,13 @@ static void tools_gl2psPrintPostScriptHeader(void) /* stack = (V3) (V13) (V23) (V13) (V12) (V23) (V13) (V1) (V12) (V23) (V12) (V2) */ - tools_gl2psPrintf(" STnoshfill STnoshfill STnoshfill STnoshfill } BD\n"); + tools_gl2psPrintf(gl2ps," STnoshfill STnoshfill STnoshfill STnoshfill } BD\n"); /* Gouraud shaded triangle using recursive subdivision until the difference between corner colors does not exceed the thresholds: x3 y3 r3 g3 b3 x2 y2 r2 g2 b2 x1 y1 r1 g1 b1 STnoshfill */ - tools_gl2psPrintf("/STnoshfill {\n" + tools_gl2psPrintf(gl2ps,"/STnoshfill {\n" " 2 index 8 index sub abs rThreshold gt\n" /* |r1-r2|>rth */ " { STsplit }\n" " { 1 index 7 index sub abs gThreshold gt\n" /* |g1-g2|>gth */ @@ -2937,7 +3188,7 @@ static void tools_gl2psPrintPostScriptHeader(void) " { dup 11 index sub abs bThreshold gt\n" /* |b1-b3|>bth */ " { STsplit }\n" " { 7 index 13 index sub abs rThreshold gt\n"); /* |r2-r3|>rht */ - tools_gl2psPrintf(" { STsplit }\n" + tools_gl2psPrintf(gl2ps," { STsplit }\n" " { 6 index 12 index sub abs gThreshold gt\n" /* |g2-g3|>gth */ " { STsplit }\n" " { 5 index 11 index sub abs bThreshold gt\n" /* |b2-b3|>bth */ @@ -2953,7 +3204,7 @@ static void tools_gl2psPrintPostScriptHeader(void) " ifelse }\n" " ifelse } BD\n"); - tools_gl2psPrintf("tryPS3shading\n" + tools_gl2psPrintf(gl2ps,"tryPS3shading\n" "{ /shfill where\n" " { /ST { STshfill } BD }\n" " { /ST { STnoshfill } BD }\n" @@ -2961,7 +3212,7 @@ static void tools_gl2psPrintPostScriptHeader(void) "{ /ST { STnoshfill } BD }\n" "ifelse\n"); - tools_gl2psPrintf("end\n" + tools_gl2psPrintf(gl2ps,"end\n" "%%%%EndProlog\n" "%%%%BeginSetup\n" "/DeviceRGB setcolorspace\n" @@ -2970,53 +3221,53 @@ static void tools_gl2psPrintPostScriptHeader(void) "%%%%Page: 1 1\n" "%%%%BeginPageSetup\n"); - if(tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE){ - tools_gl2psPrintf("%d 0 translate 90 rotate\n", - (int)tools_gl2ps_context->viewport[3]); + if(gl2ps->options & TOOLS_GL2PS_LANDSCAPE){ + tools_gl2psPrintf(gl2ps,"%d 0 translate 90 rotate\n", + (int)gl2ps->viewport[3]); } - tools_gl2psPrintf("%%%%EndPageSetup\n" + tools_gl2psPrintf(gl2ps,"%%%%EndPageSetup\n" "mark\n" "gsave\n" "1.0 1.0 scale\n"); - if(tools_gl2ps_context->options & TOOLS_GL2PS_DRAW_BACKGROUND){ - tools_gl2psPrintf("%g %g %g C\n" + if(gl2ps->options & TOOLS_GL2PS_DRAW_BACKGROUND){ + tools_gl2psPrintf(gl2ps,"%g %g %g C\n" "newpath %d %d moveto %d %d lineto %d %d lineto %d %d lineto\n" "closepath fill\n", - tools_gl2ps_context->bgcolor[0], tools_gl2ps_context->bgcolor[1], tools_gl2ps_context->bgcolor[2], - (int)tools_gl2ps_context->viewport[0], (int)tools_gl2ps_context->viewport[1], (int)tools_gl2ps_context->viewport[2], - (int)tools_gl2ps_context->viewport[1], (int)tools_gl2ps_context->viewport[2], (int)tools_gl2ps_context->viewport[3], - (int)tools_gl2ps_context->viewport[0], (int)tools_gl2ps_context->viewport[3]); + gl2ps->bgcolor[0], gl2ps->bgcolor[1], gl2ps->bgcolor[2], + (int)gl2ps->viewport[0], (int)gl2ps->viewport[1], (int)gl2ps->viewport[2], + (int)gl2ps->viewport[1], (int)gl2ps->viewport[2], (int)gl2ps->viewport[3], + (int)gl2ps->viewport[0], (int)gl2ps->viewport[3]); } } -static void tools_gl2psPrintPostScriptColor(tools_GL2PSrgba rgba) +inline void tools_gl2psPrintPostScriptColor(tools_GL2PScontext* gl2ps, tools_GL2PSrgba rgba) { - if(!tools_gl2psSameColor(tools_gl2ps_context->lastrgba, rgba)){ - tools_gl2psSetLastColor(rgba); - tools_gl2psPrintf("%g %g %g C\n", rgba[0], rgba[1], rgba[2]); + if(!tools_gl2psSameColor(gl2ps->lastrgba, rgba)){ + tools_gl2psSetLastColor(gl2ps, rgba); + tools_gl2psPrintf(gl2ps,"%g %g %g C\n", rgba[0], rgba[1], rgba[2]); } } -static void tools_gl2psResetPostScriptColor(void) +inline void tools_gl2psResetPostScriptColor(tools_GL2PScontext* gl2ps) { - tools_gl2ps_context->lastrgba[0] = tools_gl2ps_context->lastrgba[1] = tools_gl2ps_context->lastrgba[2] = -1.; + gl2ps->lastrgba[0] = gl2ps->lastrgba[1] = gl2ps->lastrgba[2] = -1.; } -static void tools_gl2psEndPostScriptLine(void) +inline void tools_gl2psEndPostScriptLine(tools_GL2PScontext* gl2ps) { int i; - if(tools_gl2ps_context->lastvertex.rgba[0] >= 0.){ - tools_gl2psPrintf("%g %g LE\n", tools_gl2ps_context->lastvertex.xyz[0], tools_gl2ps_context->lastvertex.xyz[1]); + if(gl2ps->lastvertex.rgba[0] >= 0.){ + tools_gl2psPrintf(gl2ps,"%g %g LE\n", gl2ps->lastvertex.xyz[0], gl2ps->lastvertex.xyz[1]); for(i = 0; i < 3; i++) - tools_gl2ps_context->lastvertex.xyz[i] = -1.; + gl2ps->lastvertex.xyz[i] = -1.; for(i = 0; i < 4; i++) - tools_gl2ps_context->lastvertex.rgba[i] = -1.; + gl2ps->lastvertex.rgba[i] = -1.; } } -static void tools_gl2psParseStipplePattern(tools_GLushort pattern, tools_GLint factor, +inline void tools_gl2psParseStipplePattern(tools_GLushort pattern, tools_GLint factor, int *nb, int array[10]) { int i, n; @@ -3050,97 +3301,97 @@ static void tools_gl2psParseStipplePattern(tools_GLushort pattern, tools_GLint f } } -static int tools_gl2psPrintPostScriptDash(tools_GLushort pattern, tools_GLint factor, const char *str) +inline int tools_gl2psPrintPostScriptDash(tools_GL2PScontext* gl2ps, tools_GLushort pattern, tools_GLint factor, const char *str) { int len = 0, i, n, array[10]; - if(pattern == tools_gl2ps_context->lastpattern && factor == tools_gl2ps_context->lastfactor) + if(pattern == gl2ps->lastpattern && factor == gl2ps->lastfactor) return 0; - tools_gl2ps_context->lastpattern = pattern; - tools_gl2ps_context->lastfactor = factor; + gl2ps->lastpattern = pattern; + gl2ps->lastfactor = factor; if(!pattern || !factor){ /* solid line */ - len += tools_gl2psPrintf("[] 0 %s\n", str); + len += tools_gl2psPrintf(gl2ps,"[] 0 %s\n", str); } else{ tools_gl2psParseStipplePattern(pattern, factor, &n, array); - len += tools_gl2psPrintf("["); + len += tools_gl2psPrintf(gl2ps,"["); for(i = 0; i < n; i++){ - if(i) len += tools_gl2psPrintf(" "); - len += tools_gl2psPrintf("%d", array[i]); + if(i) len += tools_gl2psPrintf(gl2ps," "); + len += tools_gl2psPrintf(gl2ps,"%d", array[i]); } - len += tools_gl2psPrintf("] 0 %s\n", str); + len += tools_gl2psPrintf(gl2ps,"] 0 %s\n", str); } return len; } -static void tools_gl2psPrintPostScriptPrimitive(void *data) +inline void tools_gl2psPrintPostScriptPrimitive(tools_GL2PScontext* gl2ps, void *data) { int newline; tools_GL2PSprimitive *prim; prim = *(tools_GL2PSprimitive**)data; - if((tools_gl2ps_context->options & TOOLS_GL2PS_OCCLUSION_CULL) && prim->culled) return; + if((gl2ps->options & TOOLS_GL2PS_OCCLUSION_CULL) && prim->culled) return; /* Every effort is made to draw lines as connected segments (i.e., using a single PostScript path): this is the only way to get nice line joins and to not restart the stippling for every line segment. So if the primitive to print is not a line we must first finish the current line (if any): */ - if(prim->type != TOOLS_GL2PS_LINE) tools_gl2psEndPostScriptLine(); + if(prim->type != TOOLS_GL2PS_LINE) tools_gl2psEndPostScriptLine(gl2ps); switch(prim->type){ case TOOLS_GL2PS_POINT : - tools_gl2psPrintPostScriptColor(prim->verts[0].rgba); - tools_gl2psPrintf("%g %g %g P\n", + tools_gl2psPrintPostScriptColor(gl2ps, prim->verts[0].rgba); + tools_gl2psPrintf(gl2ps,"%g %g %g P\n", prim->verts[0].xyz[0], prim->verts[0].xyz[1], 0.5 * prim->width); break; case TOOLS_GL2PS_LINE : - if(!tools_gl2psSamePosition(tools_gl2ps_context->lastvertex.xyz, prim->verts[0].xyz) || - !tools_gl2psSameColor(tools_gl2ps_context->lastrgba, prim->verts[0].rgba) || - tools_gl2ps_context->lastlinewidth != prim->width || - tools_gl2ps_context->lastlinecap != prim->linecap || - tools_gl2ps_context->lastlinejoin != prim->linejoin || - tools_gl2ps_context->lastpattern != prim->pattern || - tools_gl2ps_context->lastfactor != prim->factor){ + if(!tools_gl2psSamePosition(gl2ps->lastvertex.xyz, prim->verts[0].xyz) || + !tools_gl2psSameColor(gl2ps->lastrgba, prim->verts[0].rgba) || + gl2ps->lastlinewidth != prim->width || + gl2ps->lastlinecap != prim->linecap || + gl2ps->lastlinejoin != prim->linejoin || + gl2ps->lastpattern != prim->pattern || + gl2ps->lastfactor != prim->factor){ /* End the current line if the new segment does not start where the last one ended, or if the color, the width or the stippling have changed (multi-stroking lines with changing colors is necessary until we use /shfill for lines; unfortunately this means that at the moment we can screw up line stippling for smooth-shaded lines) */ - tools_gl2psEndPostScriptLine(); + tools_gl2psEndPostScriptLine(gl2ps); newline = 1; } else{ newline = 0; } - if(tools_gl2ps_context->lastlinewidth != prim->width){ - tools_gl2ps_context->lastlinewidth = prim->width; - tools_gl2psPrintf("%g W\n", tools_gl2ps_context->lastlinewidth); + if(gl2ps->lastlinewidth != prim->width){ + gl2ps->lastlinewidth = prim->width; + tools_gl2psPrintf(gl2ps,"%g W\n", gl2ps->lastlinewidth); } - if(tools_gl2ps_context->lastlinecap != prim->linecap){ - tools_gl2ps_context->lastlinecap = prim->linecap; - tools_gl2psPrintf("%d LC\n", tools_gl2ps_context->lastlinecap); + if(gl2ps->lastlinecap != prim->linecap){ + gl2ps->lastlinecap = prim->linecap; + tools_gl2psPrintf(gl2ps,"%d LC\n", gl2ps->lastlinecap); } - if(tools_gl2ps_context->lastlinejoin != prim->linejoin){ - tools_gl2ps_context->lastlinejoin = prim->linejoin; - tools_gl2psPrintf("%d LJ\n", tools_gl2ps_context->lastlinejoin); + if(gl2ps->lastlinejoin != prim->linejoin){ + gl2ps->lastlinejoin = prim->linejoin; + tools_gl2psPrintf(gl2ps,"%d LJ\n", gl2ps->lastlinejoin); } - tools_gl2psPrintPostScriptDash(prim->pattern, prim->factor, "setdash"); - tools_gl2psPrintPostScriptColor(prim->verts[0].rgba); - tools_gl2psPrintf("%g %g %s\n", prim->verts[0].xyz[0], prim->verts[0].xyz[1], + tools_gl2psPrintPostScriptDash(gl2ps, prim->pattern, prim->factor, "setdash"); + tools_gl2psPrintPostScriptColor(gl2ps, prim->verts[0].rgba); + tools_gl2psPrintf(gl2ps,"%g %g %s\n", prim->verts[0].xyz[0], prim->verts[0].xyz[1], newline ? "LS" : "L"); - tools_gl2ps_context->lastvertex = prim->verts[1]; + gl2ps->lastvertex = prim->verts[1]; break; case TOOLS_GL2PS_TRIANGLE : if(!tools_gl2psVertsSameColor(prim)){ - tools_gl2psResetPostScriptColor(); - tools_gl2psPrintf("%g %g %g %g %g %g %g %g %g %g %g %g %g %g %g ST\n", + tools_gl2psResetPostScriptColor(gl2ps); + tools_gl2psPrintf(gl2ps,"%g %g %g %g %g %g %g %g %g %g %g %g %g %g %g ST\n", prim->verts[2].xyz[0], prim->verts[2].xyz[1], prim->verts[2].rgba[0], prim->verts[2].rgba[1], prim->verts[2].rgba[2], prim->verts[1].xyz[0], @@ -3151,8 +3402,8 @@ static void tools_gl2psPrintPostScriptPrimitive(void *data) prim->verts[0].rgba[2]); } else{ - tools_gl2psPrintPostScriptColor(prim->verts[0].rgba); - tools_gl2psPrintf("%g %g %g %g %g %g T\n", + tools_gl2psPrintPostScriptColor(gl2ps, prim->verts[0].rgba); + tools_gl2psPrintf(gl2ps,"%g %g %g %g %g %g T\n", prim->verts[2].xyz[0], prim->verts[2].xyz[1], prim->verts[1].xyz[0], prim->verts[1].xyz[1], prim->verts[0].xyz[0], prim->verts[0].xyz[1]); @@ -3162,12 +3413,13 @@ static void tools_gl2psPrintPostScriptPrimitive(void *data) tools_gl2psMsg(TOOLS_GL2PS_WARNING, "There should not be any quad left to print"); break; case TOOLS_GL2PS_PIXMAP : - tools_gl2psPrintPostScriptPixmap(prim->verts[0].xyz[0], prim->verts[0].xyz[1],prim->data.image,0,8); + tools_gl2psPrintPostScriptPixmap(gl2ps, prim->verts[0].xyz[0], prim->verts[0].xyz[1], + prim->data.image,0,8); /*G.Barrand: add two last arguments.*/ break; case TOOLS_GL2PS_IMAGEMAP : if(prim->data.image->type != TOOLS_GL2PS_IMAGEMAP_WRITTEN){ - tools_gl2psPrintPostScriptColor(prim->verts[0].rgba); - tools_gl2psPrintPostScriptImagemap(prim->data.image->pixels[0], + tools_gl2psPrintPostScriptColor(gl2ps, prim->verts[0].rgba); + tools_gl2psPrintPostScriptImagemap(gl2ps, prim->data.image->pixels[0], prim->data.image->pixels[1], prim->data.image->width, prim->data.image->height, (const unsigned char*)(&(prim->data.image->pixels[2]))); @@ -3175,41 +3427,41 @@ static void tools_gl2psPrintPostScriptPrimitive(void *data) } break; case TOOLS_GL2PS_TEXT : - tools_gl2psPrintPostScriptColor(prim->verts[0].rgba); - tools_gl2psPrintf("(%s) ", prim->data.text->str); + tools_gl2psPrintPostScriptColor(gl2ps, prim->verts[0].rgba); + tools_gl2psPrintf(gl2ps,"(%s) ", prim->data.text->str); if(prim->data.text->angle) - tools_gl2psPrintf("%g ", prim->data.text->angle); - tools_gl2psPrintf("%g %g %d /%s ", + tools_gl2psPrintf(gl2ps,"%g ", prim->data.text->angle); + tools_gl2psPrintf(gl2ps,"%g %g %d /%s ", prim->verts[0].xyz[0], prim->verts[0].xyz[1], prim->data.text->fontsize, prim->data.text->fontname); switch(prim->data.text->alignment){ case TOOLS_GL2PS_TEXT_C: - tools_gl2psPrintf(prim->data.text->angle ? "SCCR\n" : "SCC\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "SCCR\n" : "SCC\n"); break; case TOOLS_GL2PS_TEXT_CL: - tools_gl2psPrintf(prim->data.text->angle ? "SCLR\n" : "SCL\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "SCLR\n" : "SCL\n"); break; case TOOLS_GL2PS_TEXT_CR: - tools_gl2psPrintf(prim->data.text->angle ? "SCRR\n" : "SCR\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "SCRR\n" : "SCR\n"); break; case TOOLS_GL2PS_TEXT_B: - tools_gl2psPrintf(prim->data.text->angle ? "SBCR\n" : "SBC\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "SBCR\n" : "SBC\n"); break; case TOOLS_GL2PS_TEXT_BR: - tools_gl2psPrintf(prim->data.text->angle ? "SBRR\n" : "SBR\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "SBRR\n" : "SBR\n"); break; case TOOLS_GL2PS_TEXT_T: - tools_gl2psPrintf(prim->data.text->angle ? "STCR\n" : "STC\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "STCR\n" : "STC\n"); break; case TOOLS_GL2PS_TEXT_TL: - tools_gl2psPrintf(prim->data.text->angle ? "STLR\n" : "STL\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "STLR\n" : "STL\n"); break; case TOOLS_GL2PS_TEXT_TR: - tools_gl2psPrintf(prim->data.text->angle ? "STRR\n" : "STR\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "STRR\n" : "STR\n"); break; case TOOLS_GL2PS_TEXT_BL: default: - tools_gl2psPrintf(prim->data.text->angle ? "SR\n" : "S\n"); + tools_gl2psPrintf(gl2ps, prim->data.text->angle ? "SR\n" : "S\n"); break; } break; @@ -3218,16 +3470,16 @@ static void tools_gl2psPrintPostScriptPrimitive(void *data) is intended */ if(prim->data.text->alignment == TOOLS_GL2PS_PS || prim->data.text->alignment == TOOLS_GL2PS_EPS) - tools_gl2psPrintf("%s\n", prim->data.text->str); + tools_gl2psPrintf(gl2ps,"%s\n", prim->data.text->str); break; default : break; } } -static void tools_gl2psPrintPostScriptFooter(void) +inline void tools_gl2psPrintPostScriptFooter(tools_GL2PScontext* gl2ps) { - tools_gl2psPrintf("grestore\n" + tools_gl2psPrintf(gl2ps,"grestore\n" "showpage\n" "cleartomark\n" "%%%%PageTrailer\n" @@ -3235,10 +3487,10 @@ static void tools_gl2psPrintPostScriptFooter(void) "end\n" "%%%%EOF\n"); - tools_gl2psPrintGzipFooter(); + tools_gl2psPrintGzipFooter(gl2ps); } -static void tools_gl2psPrintPostScriptBeginViewport(tools_GLint viewport[4]) +inline void tools_gl2psPrintPostScriptBeginViewport(tools_GL2PScontext* gl2ps, tools_GLint viewport[4]) { tools_GLint idx; tools_GLfloat rgba[4]; @@ -3246,59 +3498,59 @@ static void tools_gl2psPrintPostScriptBeginViewport(tools_GLint viewport[4]) tools_glRenderMode(TOOLS_GL_FEEDBACK); - if(tools_gl2ps_context->header){ - tools_gl2psPrintPostScriptHeader(); - tools_gl2ps_context->header = TOOLS_GL_FALSE; + if(gl2ps->header){ + tools_gl2psPrintPostScriptHeader(gl2ps); + gl2ps->header = TOOLS_GL_FALSE; } - tools_gl2psResetPostScriptColor(); - tools_gl2psResetLineProperties(); + tools_gl2psResetPostScriptColor(gl2ps); + tools_gl2psResetLineProperties(gl2ps); - tools_gl2psPrintf("gsave\n" + tools_gl2psPrintf(gl2ps,"gsave\n" "1.0 1.0 scale\n"); - if(tools_gl2ps_context->options & TOOLS_GL2PS_DRAW_BACKGROUND){ - if(tools_gl2ps_context->colormode == TOOLS_GL_RGBA || tools_gl2ps_context->colorsize == 0){ + if(gl2ps->options & TOOLS_GL2PS_DRAW_BACKGROUND){ + if(gl2ps->colormode == TOOLS_GL_RGBA || gl2ps->colorsize == 0){ tools_glGetFloatv(TOOLS_GL_COLOR_CLEAR_VALUE, rgba); } else{ tools_glGetIntegerv(TOOLS_GL_INDEX_CLEAR_VALUE, &idx); - rgba[0] = tools_gl2ps_context->colormap[idx][0]; - rgba[1] = tools_gl2ps_context->colormap[idx][1]; - rgba[2] = tools_gl2ps_context->colormap[idx][2]; + rgba[0] = gl2ps->colormap[idx][0]; + rgba[1] = gl2ps->colormap[idx][1]; + rgba[2] = gl2ps->colormap[idx][2]; rgba[3] = 1.0F; } - tools_gl2psPrintf("%g %g %g C\n" + tools_gl2psPrintf(gl2ps,"%g %g %g C\n" "newpath %d %d moveto %d %d lineto %d %d lineto %d %d lineto\n" "closepath fill\n", rgba[0], rgba[1], rgba[2], x, y, x+w, y, x+w, y+h, x, y+h); } - tools_gl2psPrintf("newpath %d %d moveto %d %d lineto %d %d lineto %d %d lineto\n" + tools_gl2psPrintf(gl2ps,"newpath %d %d moveto %d %d lineto %d %d lineto %d %d lineto\n" "closepath clip\n", x, y, x+w, y, x+w, y+h, x, y+h); } -static tools_GLint tools_gl2psPrintPostScriptEndViewport(void) +inline tools_GLint tools_gl2psPrintPostScriptEndViewport(tools_GL2PScontext* gl2ps) { tools_GLint res; - res = tools_gl2psPrintPrimitives(); - tools_gl2psPrintf("grestore\n"); + res = tools_gl2psPrintPrimitives(gl2ps); + tools_gl2psPrintf(gl2ps,"grestore\n"); return res; } -static void tools_gl2psPrintPostScriptFinalPrimitive(void) +inline void tools_gl2psPrintPostScriptFinalPrimitive(tools_GL2PScontext* gl2ps) { /* End any remaining line, if any */ - tools_gl2psEndPostScriptLine(); + tools_gl2psEndPostScriptLine(gl2ps); } /* definition of the PostScript and Encapsulated PostScript backends */ -static tools_GL2PSbackend tools_gl2psPS = { +static const tools_GL2PSbackend tools_gl2psPS = { tools_gl2psPrintPostScriptHeader, tools_gl2psPrintPostScriptFooter, tools_gl2psPrintPostScriptBeginViewport, @@ -3309,7 +3561,7 @@ static tools_GL2PSbackend tools_gl2psPS = { "Postscript" }; -static tools_GL2PSbackend tools_gl2psEPS = { +static const tools_GL2PSbackend tools_gl2psEPS = { tools_gl2psPrintPostScriptHeader, tools_gl2psPrintPostScriptFooter, tools_gl2psPrintPostScriptBeginViewport, @@ -3326,21 +3578,22 @@ static tools_GL2PSbackend tools_gl2psEPS = { * *********************************************************************/ -static void tools_gl2psPrintTeXHeader(void) +inline void tools_gl2psPrintTeXHeader(tools_GL2PScontext* gl2ps) { char name[256]; time_t now; int i; + tools_GLfloat _s; - if(tools_gl2ps_context->filename && strlen(tools_gl2ps_context->filename) < 256){ - for(i = (int)strlen(tools_gl2ps_context->filename) - 1; i >= 0; i--){ - if(tools_gl2ps_context->filename[i] == '.'){ - strncpy(name, tools_gl2ps_context->filename, i); + if(gl2ps->filename && strlen(gl2ps->filename) < 256){ + for(i = (int)strlen(gl2ps->filename) - 1; i >= 0; i--){ + if(gl2ps->filename[i] == '.'){ + strncpy(name, gl2ps->filename, i); name[i] = '\0'; break; } } - if(i <= 0) strcpy(name, tools_gl2ps_context->filename); + if(i <= 0) strcpy(name, gl2ps->filename); } else{ strcpy(name, "untitled"); @@ -3348,26 +3601,29 @@ static void tools_gl2psPrintTeXHeader(void) time(&now); - fprintf(tools_gl2ps_context->stream, + fprintf(gl2ps->stream, "%% Title: %s\n" "%% Creator: GL2PS %d.%d.%d%s, %s\n" "%% For: %s\n" "%% CreationDate: %s", - tools_gl2ps_context->title, TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, + gl2ps->title, TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, TOOLS_GL2PS_PATCH_VERSION, TOOLS_GL2PS_EXTRA_VERSION, TOOLS_GL2PS_COPYRIGHT, - tools_gl2ps_context->producer, ctime(&now)); + gl2ps->producer, ctime(&now)); - fprintf(tools_gl2ps_context->stream, - "\\setlength{\\unitlength}{1pt}\n" + _s = gl2ps->tex_scaling; + if(_s <= 0.) _s = 1.; + fprintf(gl2ps->stream, + "\\setlength{\\unitlength}{%gpt}\n" "\\begin{picture}(0,0)\n" - "\\includegraphics{%s}\n" + "\\includegraphics[scale=%g]{%s}\n" "\\end{picture}%%\n" "%s\\begin{picture}(%d,%d)(0,0)\n", - name, (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? "\\rotatebox{90}{" : "", - (int)tools_gl2ps_context->viewport[2], (int)tools_gl2ps_context->viewport[3]); + _s, _s, name, + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? "\\rotatebox{90}{" : "", + (int)(gl2ps->viewport[2]), (int)(gl2ps->viewport[3])); } -static void tools_gl2psPrintTeXPrimitive(void *data) +inline void tools_gl2psPrintTeXPrimitive(tools_GL2PScontext* gl2ps, void *data) { tools_GL2PSprimitive *prim; @@ -3375,92 +3631,94 @@ static void tools_gl2psPrintTeXPrimitive(void *data) switch(prim->type){ case TOOLS_GL2PS_TEXT : - fprintf(tools_gl2ps_context->stream, "\\fontsize{%d}{0}\n\\selectfont", - prim->data.text->fontsize); - fprintf(tools_gl2ps_context->stream, "\\put(%g,%g)", - prim->verts[0].xyz[0], prim->verts[0].xyz[1]); + if(!(gl2ps->options & TOOLS_GL2PS_NO_TEX_FONTSIZE)) + fprintf(gl2ps->stream, "\\fontsize{%d}{0}\\selectfont", + prim->data.text->fontsize); + fprintf(gl2ps->stream, "\\put(%g,%g)", + prim->verts[0].xyz[0], + prim->verts[0].xyz[1]); if(prim->data.text->angle) - fprintf(tools_gl2ps_context->stream, "{\\rotatebox{%g}", prim->data.text->angle); - fprintf(tools_gl2ps_context->stream, "{\\makebox(0,0)"); + fprintf(gl2ps->stream, "{\\rotatebox{%g}", prim->data.text->angle); + fprintf(gl2ps->stream, "{\\makebox(0,0)"); switch(prim->data.text->alignment){ case TOOLS_GL2PS_TEXT_C: - fprintf(tools_gl2ps_context->stream, "{"); + fprintf(gl2ps->stream, "{"); break; case TOOLS_GL2PS_TEXT_CL: - fprintf(tools_gl2ps_context->stream, "[l]{"); + fprintf(gl2ps->stream, "[l]{"); break; case TOOLS_GL2PS_TEXT_CR: - fprintf(tools_gl2ps_context->stream, "[r]{"); + fprintf(gl2ps->stream, "[r]{"); break; case TOOLS_GL2PS_TEXT_B: - fprintf(tools_gl2ps_context->stream, "[b]{"); + fprintf(gl2ps->stream, "[b]{"); break; case TOOLS_GL2PS_TEXT_BR: - fprintf(tools_gl2ps_context->stream, "[br]{"); + fprintf(gl2ps->stream, "[br]{"); break; case TOOLS_GL2PS_TEXT_T: - fprintf(tools_gl2ps_context->stream, "[t]{"); + fprintf(gl2ps->stream, "[t]{"); break; case TOOLS_GL2PS_TEXT_TL: - fprintf(tools_gl2ps_context->stream, "[tl]{"); + fprintf(gl2ps->stream, "[tl]{"); break; case TOOLS_GL2PS_TEXT_TR: - fprintf(tools_gl2ps_context->stream, "[tr]{"); + fprintf(gl2ps->stream, "[tr]{"); break; case TOOLS_GL2PS_TEXT_BL: default: - fprintf(tools_gl2ps_context->stream, "[bl]{"); + fprintf(gl2ps->stream, "[bl]{"); break; } - fprintf(tools_gl2ps_context->stream, "\\textcolor[rgb]{%g,%g,%g}{{%s}}", + fprintf(gl2ps->stream, "\\textcolor[rgb]{%g,%g,%g}{{%s}}", prim->verts[0].rgba[0], prim->verts[0].rgba[1], prim->verts[0].rgba[2], prim->data.text->str); if(prim->data.text->angle) - fprintf(tools_gl2ps_context->stream, "}"); - fprintf(tools_gl2ps_context->stream, "}}\n"); + fprintf(gl2ps->stream, "}"); + fprintf(gl2ps->stream, "}}\n"); break; case TOOLS_GL2PS_SPECIAL : /* alignment contains the format for which the special output text is intended */ if (prim->data.text->alignment == TOOLS_GL2PS_TEX) - fprintf(tools_gl2ps_context->stream, "%s\n", prim->data.text->str); + fprintf(gl2ps->stream, "%s\n", prim->data.text->str); break; default : break; } } -static void tools_gl2psPrintTeXFooter(void) +inline void tools_gl2psPrintTeXFooter(tools_GL2PScontext* gl2ps) { - fprintf(tools_gl2ps_context->stream, "\\end{picture}%s\n", - (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) ? "}" : ""); + fprintf(gl2ps->stream, "\\end{picture}%s\n", + (gl2ps->options & TOOLS_GL2PS_LANDSCAPE) ? "}" : ""); } -static void tools_gl2psPrintTeXBeginViewport(tools_GLint viewport[4]) +inline void tools_gl2psPrintTeXBeginViewport(tools_GL2PScontext* gl2ps, tools_GLint viewport[4]) { (void) viewport; /* not used */ tools_glRenderMode(TOOLS_GL_FEEDBACK); - tools_gl2psResetLineProperties(); + tools_gl2psResetLineProperties(gl2ps); - if(tools_gl2ps_context->header){ - tools_gl2psPrintTeXHeader(); - tools_gl2ps_context->header = TOOLS_GL_FALSE; + if(gl2ps->header){ + tools_gl2psPrintTeXHeader(gl2ps); + gl2ps->header = TOOLS_GL_FALSE; } } -static tools_GLint tools_gl2psPrintTeXEndViewport(void) +inline tools_GLint tools_gl2psPrintTeXEndViewport(tools_GL2PScontext* gl2ps) { - return tools_gl2psPrintPrimitives(); + return tools_gl2psPrintPrimitives(gl2ps); } -static void tools_gl2psPrintTeXFinalPrimitive(void) +inline void tools_gl2psPrintTeXFinalPrimitive(tools_GL2PScontext*) { } /* definition of the LaTeX backend */ -static tools_GL2PSbackend tools_gl2psTEX = { +static const tools_GL2PSbackend tools_gl2psTEX = { tools_gl2psPrintTeXHeader, tools_gl2psPrintTeXFooter, tools_gl2psPrintTeXBeginViewport, @@ -3477,82 +3735,83 @@ static tools_GL2PSbackend tools_gl2psTEX = { * *********************************************************************/ -static int tools_gl2psPrintPDFCompressorType(void) +inline int tools_gl2psPrintPDFCompressorType(tools_GL2PScontext* gl2ps) { #if defined(TOOLS_GL2PS_HAVE_ZLIB) - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ - return fprintf(tools_gl2ps_context->stream, "/Filter [/FlateDecode]\n"); + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ + return fprintf(gl2ps->stream, "/Filter [/FlateDecode]\n"); } #endif + (void)gl2ps; return 0; } -static int tools_gl2psPrintPDFStrokeColor(tools_GL2PSrgba rgba) +inline int tools_gl2psPrintPDFStrokeColor(tools_GL2PScontext* gl2ps, tools_GL2PSrgba rgba) { int i, offs = 0; - tools_gl2psSetLastColor(rgba); + tools_gl2psSetLastColor(gl2ps, rgba); for(i = 0; i < 3; ++i){ if(TOOLS_GL2PS_ZERO(rgba[i])) - offs += tools_gl2psPrintf("%.0f ", 0.); + offs += tools_gl2psPrintf(gl2ps,"%.0f ", 0.); else if(rgba[i] < 1e-4 || rgba[i] > 1e6) /* avoid %e formatting */ - offs += tools_gl2psPrintf("%f ", rgba[i]); + offs += tools_gl2psPrintf(gl2ps,"%f ", rgba[i]); else - offs += tools_gl2psPrintf("%g ", rgba[i]); + offs += tools_gl2psPrintf(gl2ps,"%g ", rgba[i]); } - offs += tools_gl2psPrintf("RG\n"); + offs += tools_gl2psPrintf(gl2ps,"RG\n"); return offs; } -static int tools_gl2psPrintPDFFillColor(tools_GL2PSrgba rgba) +inline int tools_gl2psPrintPDFFillColor(tools_GL2PScontext* gl2ps, tools_GL2PSrgba rgba) { int i, offs = 0; for(i = 0; i < 3; ++i){ if(TOOLS_GL2PS_ZERO(rgba[i])) - offs += tools_gl2psPrintf("%.0f ", 0.); + offs += tools_gl2psPrintf(gl2ps,"%.0f ", 0.); else if(rgba[i] < 1e-4 || rgba[i] > 1e6) /* avoid %e formatting */ - offs += tools_gl2psPrintf("%f ", rgba[i]); + offs += tools_gl2psPrintf(gl2ps,"%f ", rgba[i]); else - offs += tools_gl2psPrintf("%g ", rgba[i]); + offs += tools_gl2psPrintf(gl2ps,"%g ", rgba[i]); } - offs += tools_gl2psPrintf("rg\n"); + offs += tools_gl2psPrintf(gl2ps,"rg\n"); return offs; } -static int tools_gl2psPrintPDFLineWidth(tools_GLfloat lw) +inline int tools_gl2psPrintPDFLineWidth(tools_GL2PScontext* gl2ps, tools_GLfloat lw) { if(TOOLS_GL2PS_ZERO(lw)) - return tools_gl2psPrintf("%.0f w\n", 0.); + return tools_gl2psPrintf(gl2ps,"%.0f w\n", 0.); else if(lw < 1e-4 || lw > 1e6) /* avoid %e formatting */ - return tools_gl2psPrintf("%f w\n", lw); + return tools_gl2psPrintf(gl2ps,"%f w\n", lw); else - return tools_gl2psPrintf("%g w\n", lw); + return tools_gl2psPrintf(gl2ps,"%g w\n", lw); } -static int tools_gl2psPrintPDFLineCap(tools_GLint lc) +inline int tools_gl2psPrintPDFLineCap(tools_GL2PScontext* gl2ps, tools_GLint lc) { - if(tools_gl2ps_context->lastlinecap == lc) + if(gl2ps->lastlinecap == lc) return 0; else - return tools_gl2psPrintf("%d J\n", lc); + return tools_gl2psPrintf(gl2ps,"%d J\n", lc); } -static int tools_gl2psPrintPDFLineJoin(tools_GLint lj) +inline int tools_gl2psPrintPDFLineJoin(tools_GL2PScontext* gl2ps, tools_GLint lj) { - if(tools_gl2ps_context->lastlinejoin == lj) + if(gl2ps->lastlinejoin == lj) return 0; else - return tools_gl2psPrintf("%d j\n", lj); + return tools_gl2psPrintf(gl2ps,"%d j\n", lj); } -static void tools_gl2psPutPDFText(tools_GL2PSstring *text, int cnt, tools_GLfloat x, tools_GLfloat y) +inline void tools_gl2psPutPDFText(tools_GL2PScontext* gl2ps, tools_GL2PSstring *text, int cnt, tools_GLfloat x, tools_GLfloat y) { - tools_GLfloat rad, crad, srad; + tools_GLfloat _rad, crad, srad; if(text->angle == 0.0F){ - tools_gl2ps_context->streamlength += tools_gl2psPrintf - ("BT\n" + gl2ps->streamlength += tools_gl2psPrintf + (gl2ps, "BT\n" "/F%d %d Tf\n" "%f %f Td\n" "(%s) Tj\n" @@ -3560,11 +3819,11 @@ static void tools_gl2psPutPDFText(tools_GL2PSstring *text, int cnt, tools_GLfloa cnt, text->fontsize, x, y, text->str); } else{ - rad = (tools_GLfloat)(3.141593F * text->angle / 180.0F); - srad = (tools_GLfloat)sin(rad); - crad = (tools_GLfloat)cos(rad); - tools_gl2ps_context->streamlength += tools_gl2psPrintf - ("BT\n" + _rad = (tools_GLfloat)(3.141593F * text->angle / 180.0F); + srad = (tools_GLfloat)sin(_rad); + crad = (tools_GLfloat)cos(_rad); + gl2ps->streamlength += tools_gl2psPrintf + (gl2ps, "BT\n" "/F%d %d Tf\n" "%f %f %f %f %f %f Tm\n" "(%s) Tj\n" @@ -3573,16 +3832,53 @@ static void tools_gl2psPutPDFText(tools_GL2PSstring *text, int cnt, tools_GLfloa } } -static void tools_gl2psPutPDFSpecial(int prim, int sec, tools_GL2PSstring *text) +/* + This is used for producing aligned text in PDF. (x, y) is the anchor for the + aligned text, (xbl, ybl) is the bottom left corner. Rotation happens + around (x, y).*/ +inline void tools_gl2psPutPDFTextBL(tools_GL2PScontext* gl2ps, tools_GL2PSstring *text, int cnt, tools_GLfloat x, tools_GLfloat y, + tools_GLfloat xbl, tools_GLfloat ybl) { - tools_gl2ps_context->streamlength += tools_gl2psPrintf("/GS%d%d gs\n", prim, sec); - tools_gl2ps_context->streamlength += tools_gl2psPrintf("%s\n", text->str); + if(text->angle == 0.0F){ + gl2ps->streamlength += tools_gl2psPrintf + (gl2ps, "BT\n" + "/F%d %d Tf\n" + "%f %f Td\n" + "(%s) Tj\n" + "ET\n", + cnt, text->fontsize, xbl, ybl, text->str); + } + else{ + tools_GLfloat a, ca, sa; + tools_GLfloat pi = 3.141593F; + tools_GLfloat i = atan2(y - ybl, x - xbl); + tools_GLfloat r = sqrt((y - ybl) * (y - ybl) + (x - xbl) * (x - xbl)); + + a = (tools_GLfloat)(pi * text->angle / 180.0F); + sa = (tools_GLfloat)sin(a); + ca = (tools_GLfloat)cos(a); + gl2ps->streamlength += tools_gl2psPrintf + (gl2ps, "BT\n" + "/F%d %d Tf\n" + "%f %f %f %f %f %f Tm\n" + "(%s) Tj\n" + "ET\n", + cnt, text->fontsize, + ca, sa, -sa, ca, + xbl + r * (cos(i) - cos(i + a)), ybl + r * (sin(i) - sin(i+a)), text->str); + } } -static void tools_gl2psPutPDFImage(tools_GL2PSimage *image, int cnt, tools_GLfloat x, tools_GLfloat y) +inline void tools_gl2psPutPDFSpecial(tools_GL2PScontext* gl2ps, int prim, int sec, tools_GL2PSstring *text) { - tools_gl2ps_context->streamlength += tools_gl2psPrintf - ("q\n" + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"/GS%d%d gs\n", prim, sec); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"%s\n", text->str); +} + +inline void tools_gl2psPutPDFImage(tools_GL2PScontext* gl2ps, tools_GL2PSimage *image, int cnt, tools_GLfloat x, tools_GLfloat y) +{ + gl2ps->streamlength += tools_gl2psPrintf + (gl2ps, "q\n" "%d 0 0 %d %f %f cm\n" "/Im%d Do\n" "Q\n", @@ -3590,18 +3886,18 @@ static void tools_gl2psPutPDFImage(tools_GL2PSimage *image, int cnt, tools_GLflo x, y, cnt); } -static void tools_tools_gl2psPDFstacksInit(void) +inline void tools_gl2psPDFstacksInit(tools_GL2PScontext* gl2ps) { - tools_gl2ps_context->objects_stack = 7 /* FIXED_XREF_ENTRIES */ + 1; - tools_gl2ps_context->extgs_stack = 0; - tools_gl2ps_context->font_stack = 0; - tools_gl2ps_context->im_stack = 0; - tools_gl2ps_context->trgroupobjects_stack = 0; - tools_gl2ps_context->shader_stack = 0; - tools_gl2ps_context->mshader_stack = 0; + gl2ps->objects_stack = 7 /* FIXED_XREF_ENTRIES */ + 1; + gl2ps->extgs_stack = 0; + gl2ps->font_stack = 0; + gl2ps->im_stack = 0; + gl2ps->trgroupobjects_stack = 0; + gl2ps->shader_stack = 0; + gl2ps->mshader_stack = 0; } -static void tools_tools_gl2psPDFgroupObjectInit(tools_GL2PSpdfgroup *gro) +inline void tools_gl2psPDFgroupObjectInit(tools_GL2PSpdfgroup *gro) { if(!gro) return; @@ -3614,7 +3910,7 @@ static void tools_tools_gl2psPDFgroupObjectInit(tools_GL2PSpdfgroup *gro) /* Build up group objects and assign name and object numbers */ -static void tools_tools_gl2psPDFgroupListInit(void) +inline void tools_gl2psPDFgroupListInit(tools_GL2PScontext* gl2ps) { int i; tools_GL2PSprimitive *p = NULL; @@ -3629,38 +3925,42 @@ static void tools_tools_gl2psPDFgroupListInit(void) tools_GL2PStriangle lastt, tmpt; int lastTriangleWasNotSimpleWithSameColor = 0; - if(!tools_gl2ps_context->pdfprimlist) + if(!gl2ps->pdfprimlist) return; - tools_gl2ps_context->pdfgrouplist = tools_gl2psListCreate(500, 500, sizeof(tools_GL2PSpdfgroup)); + /*G.Barrand: add the below line to quiet Coverity about gro.ptrlist not inited + in the below TOOLS_GL2PS_LINE, TOOLS_GL2PS_POINT cases.*/ + tools_gl2psPDFgroupObjectInit(&gro); + + gl2ps->pdfgrouplist = tools_gl2psListCreate(500, 500, sizeof(tools_GL2PSpdfgroup)); tools_gl2psInitTriangle(&lastt); - for(i = 0; i < tools_gl2psListNbr(tools_gl2ps_context->pdfprimlist); ++i){ - p = *(tools_GL2PSprimitive**)tools_gl2psListPointer(tools_gl2ps_context->pdfprimlist, i); + for(i = 0; i < tools_gl2psListNbr(gl2ps->pdfprimlist); ++i){ + p = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gl2ps->pdfprimlist, i); switch(p->type){ case TOOLS_GL2PS_PIXMAP: - tools_tools_gl2psPDFgroupObjectInit(&gro); + tools_gl2psPDFgroupObjectInit(&gro); gro.ptrlist = tools_gl2psListCreate(1, 2, sizeof(tools_GL2PSprimitive*)); - gro.imno = tools_gl2ps_context->im_stack++; + gro.imno = gl2ps->im_stack++; tools_gl2psListAdd(gro.ptrlist, &p); - tools_gl2psListAdd(tools_gl2ps_context->pdfgrouplist, &gro); + tools_gl2psListAdd(gl2ps->pdfgrouplist, &gro); break; case TOOLS_GL2PS_TEXT: - tools_tools_gl2psPDFgroupObjectInit(&gro); + tools_gl2psPDFgroupObjectInit(&gro); gro.ptrlist = tools_gl2psListCreate(1, 2, sizeof(tools_GL2PSprimitive*)); - gro.fontno = tools_gl2ps_context->font_stack++; + gro.fontno = gl2ps->font_stack++; tools_gl2psListAdd(gro.ptrlist, &p); - tools_gl2psListAdd(tools_gl2ps_context->pdfgrouplist, &gro); + tools_gl2psListAdd(gl2ps->pdfgrouplist, &gro); break; case TOOLS_GL2PS_LINE: if(lasttype != p->type || lastwidth != p->width || lastlinecap != p->linecap || lastlinejoin != p->linejoin || lastpattern != p->pattern || lastfactor != p->factor || !tools_gl2psSameColor(p->verts[0].rgba, lastrgba)){ - tools_tools_gl2psPDFgroupObjectInit(&gro); + tools_gl2psPDFgroupObjectInit(&gro); gro.ptrlist = tools_gl2psListCreate(1, 2, sizeof(tools_GL2PSprimitive*)); tools_gl2psListAdd(gro.ptrlist, &p); - tools_gl2psListAdd(tools_gl2ps_context->pdfgrouplist, &gro); + tools_gl2psListAdd(gl2ps->pdfgrouplist, &gro); } else{ tools_gl2psListAdd(gro.ptrlist, &p); @@ -3677,10 +3977,10 @@ static void tools_tools_gl2psPDFgroupListInit(void) case TOOLS_GL2PS_POINT: if(lasttype != p->type || lastwidth != p->width || !tools_gl2psSameColor(p->verts[0].rgba, lastrgba)){ - tools_tools_gl2psPDFgroupObjectInit(&gro); + tools_gl2psPDFgroupObjectInit(&gro); gro.ptrlist = tools_gl2psListCreate(1,2,sizeof(tools_GL2PSprimitive*)); tools_gl2psListAdd(gro.ptrlist, &p); - tools_gl2psListAdd(tools_gl2ps_context->pdfgrouplist, &gro); + tools_gl2psListAdd(gl2ps->pdfgrouplist, &gro); } else{ tools_gl2psListAdd(gro.ptrlist, &p); @@ -3701,18 +4001,18 @@ static void tools_tools_gl2psPDFgroupListInit(void) tools_gl2psListAdd(gro.ptrlist, &p); } else{ - tools_tools_gl2psPDFgroupObjectInit(&gro); + tools_gl2psPDFgroupObjectInit(&gro); gro.ptrlist = tools_gl2psListCreate(1, 2, sizeof(tools_GL2PSprimitive*)); tools_gl2psListAdd(gro.ptrlist, &p); - tools_gl2psListAdd(tools_gl2ps_context->pdfgrouplist, &gro); + tools_gl2psListAdd(gl2ps->pdfgrouplist, &gro); } lastt = tmpt; break; case TOOLS_GL2PS_SPECIAL: - tools_tools_gl2psPDFgroupObjectInit(&gro); + tools_gl2psPDFgroupObjectInit(&gro); gro.ptrlist = tools_gl2psListCreate(1, 2, sizeof(tools_GL2PSprimitive*)); tools_gl2psListAdd(gro.ptrlist, &p); - tools_gl2psListAdd(tools_gl2ps_context->pdfgrouplist, &gro); + tools_gl2psListAdd(gl2ps->pdfgrouplist, &gro); break; default: break; @@ -3721,7 +4021,7 @@ static void tools_tools_gl2psPDFgroupListInit(void) } } -static void tools_gl2psSortOutTrianglePDFgroup(tools_GL2PSpdfgroup *gro) +inline void tools_gl2psSortOutTrianglePDFgroup(tools_GL2PScontext* gl2ps, tools_GL2PSpdfgroup *gro) { tools_GL2PStriangle t; tools_GL2PSprimitive *prim = NULL; @@ -3740,55 +4040,55 @@ static void tools_gl2psSortOutTrianglePDFgroup(tools_GL2PSpdfgroup *gro) tools_gl2psFillTriangleFromPrimitive(&t, prim, TOOLS_GL_TRUE); if(t.prop & T_CONST_COLOR && t.prop & T_ALPHA_LESS_1){ - gro->gsno = tools_gl2ps_context->extgs_stack++; - gro->gsobjno = tools_gl2ps_context->objects_stack ++; + gro->gsno = gl2ps->extgs_stack++; + gro->gsobjno = gl2ps->objects_stack ++; } else if(t.prop & T_CONST_COLOR && t.prop & T_VAR_ALPHA){ - gro->gsno = tools_gl2ps_context->extgs_stack++; - gro->gsobjno = tools_gl2ps_context->objects_stack++; - gro->trgroupno = tools_gl2ps_context->trgroupobjects_stack++; - gro->trgroupobjno = tools_gl2ps_context->objects_stack++; - gro->maskshno = tools_gl2ps_context->mshader_stack++; - gro->maskshobjno = tools_gl2ps_context->objects_stack++; + gro->gsno = gl2ps->extgs_stack++; + gro->gsobjno = gl2ps->objects_stack++; + gro->trgroupno = gl2ps->trgroupobjects_stack++; + gro->trgroupobjno = gl2ps->objects_stack++; + gro->maskshno = gl2ps->mshader_stack++; + gro->maskshobjno = gl2ps->objects_stack++; } else if(t.prop & T_VAR_COLOR && t.prop & T_ALPHA_1){ - gro->shno = tools_gl2ps_context->shader_stack++; - gro->shobjno = tools_gl2ps_context->objects_stack++; + gro->shno = gl2ps->shader_stack++; + gro->shobjno = gl2ps->objects_stack++; } else if(t.prop & T_VAR_COLOR && t.prop & T_ALPHA_LESS_1){ - gro->gsno = tools_gl2ps_context->extgs_stack++; - gro->gsobjno = tools_gl2ps_context->objects_stack++; - gro->shno = tools_gl2ps_context->shader_stack++; - gro->shobjno = tools_gl2ps_context->objects_stack++; + gro->gsno = gl2ps->extgs_stack++; + gro->gsobjno = gl2ps->objects_stack++; + gro->shno = gl2ps->shader_stack++; + gro->shobjno = gl2ps->objects_stack++; } else if(t.prop & T_VAR_COLOR && t.prop & T_VAR_ALPHA){ - gro->gsno = tools_gl2ps_context->extgs_stack++; - gro->gsobjno = tools_gl2ps_context->objects_stack++; - gro->shno = tools_gl2ps_context->shader_stack++; - gro->shobjno = tools_gl2ps_context->objects_stack++; - gro->trgroupno = tools_gl2ps_context->trgroupobjects_stack++; - gro->trgroupobjno = tools_gl2ps_context->objects_stack++; - gro->maskshno = tools_gl2ps_context->mshader_stack++; - gro->maskshobjno = tools_gl2ps_context->objects_stack++; + gro->gsno = gl2ps->extgs_stack++; + gro->gsobjno = gl2ps->objects_stack++; + gro->shno = gl2ps->shader_stack++; + gro->shobjno = gl2ps->objects_stack++; + gro->trgroupno = gl2ps->trgroupobjects_stack++; + gro->trgroupobjno = gl2ps->objects_stack++; + gro->maskshno = gl2ps->mshader_stack++; + gro->maskshobjno = gl2ps->objects_stack++; } } /* Main stream data */ -static void tools_tools_gl2psPDFgroupListWriteMainStream(void) +inline void tools_gl2psPDFgroupListWriteMainStream(tools_GL2PScontext* gl2ps) { int i, j, lastel, count; tools_GL2PSprimitive *prim = NULL, *prev = NULL; tools_GL2PSpdfgroup *gro; tools_GL2PStriangle t; - if(!tools_gl2ps_context->pdfgrouplist) + if(!gl2ps->pdfgrouplist) return; - count = tools_gl2psListNbr(tools_gl2ps_context->pdfgrouplist); + count = tools_gl2psListNbr(gl2ps->pdfgrouplist); for(i = 0; i < count; ++i){ - gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(tools_gl2ps_context->pdfgrouplist, i); + gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(gl2ps->pdfgrouplist, i); lastel = tools_gl2psListNbr(gro->ptrlist) - 1; if(lastel < 0) @@ -3798,31 +4098,31 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) switch(prim->type){ case TOOLS_GL2PS_POINT: - tools_gl2ps_context->streamlength += tools_gl2psPrintf("1 J\n"); - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFLineWidth(prim->width); - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFStrokeColor(prim->verts[0].rgba); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"1 J\n"); + gl2ps->streamlength += tools_gl2psPrintPDFLineWidth(gl2ps, prim->width); + gl2ps->streamlength += tools_gl2psPrintPDFStrokeColor(gl2ps, prim->verts[0].rgba); for(j = 0; j <= lastel; ++j){ prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, j); - tools_gl2ps_context->streamlength += - tools_gl2psPrintf("%f %f m %f %f l\n", + gl2ps->streamlength += + tools_gl2psPrintf(gl2ps,"%f %f m %f %f l\n", prim->verts[0].xyz[0], prim->verts[0].xyz[1], prim->verts[0].xyz[0], prim->verts[0].xyz[1]); } - tools_gl2ps_context->streamlength += tools_gl2psPrintf("S\n"); - tools_gl2ps_context->streamlength += tools_gl2psPrintf("0 J\n"); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"S\n"); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"0 J\n"); break; case TOOLS_GL2PS_LINE: /* We try to use as few paths as possible to draw lines, in order to get nice stippling even when the individual segments are smaller than the stipple */ - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFLineWidth(prim->width); - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFLineCap(prim->linecap); - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFLineJoin(prim->linejoin); - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFStrokeColor(prim->verts[0].rgba); - tools_gl2ps_context->streamlength += tools_gl2psPrintPostScriptDash(prim->pattern, prim->factor, "d"); + gl2ps->streamlength += tools_gl2psPrintPDFLineWidth(gl2ps, prim->width); + gl2ps->streamlength += tools_gl2psPrintPDFLineCap(gl2ps, prim->linecap); + gl2ps->streamlength += tools_gl2psPrintPDFLineJoin(gl2ps, prim->linejoin); + gl2ps->streamlength += tools_gl2psPrintPDFStrokeColor(gl2ps, prim->verts[0].rgba); + gl2ps->streamlength += tools_gl2psPrintPostScriptDash(gl2ps, prim->pattern, prim->factor, "d"); /* start new path */ - tools_gl2ps_context->streamlength += - tools_gl2psPrintf("%f %f m\n", + gl2ps->streamlength += + tools_gl2psPrintf(gl2ps,"%f %f m\n", prim->verts[0].xyz[0], prim->verts[0].xyz[1]); for(j = 1; j <= lastel; ++j){ @@ -3832,39 +4132,39 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) /* the starting point of the new segment does not match the end point of the previous line, so we end the current path and start a new one */ - tools_gl2ps_context->streamlength += - tools_gl2psPrintf("%f %f l\n", + gl2ps->streamlength += + tools_gl2psPrintf(gl2ps,"%f %f l\n", prev->verts[1].xyz[0], prev->verts[1].xyz[1]); - tools_gl2ps_context->streamlength += - tools_gl2psPrintf("%f %f m\n", + gl2ps->streamlength += + tools_gl2psPrintf(gl2ps,"%f %f m\n", prim->verts[0].xyz[0], prim->verts[0].xyz[1]); } else{ /* the two segements are connected, so we just append to the current path */ - tools_gl2ps_context->streamlength += - tools_gl2psPrintf("%f %f l\n", + gl2ps->streamlength += + tools_gl2psPrintf(gl2ps,"%f %f l\n", prim->verts[0].xyz[0], prim->verts[0].xyz[1]); } } /* end last path */ - tools_gl2ps_context->streamlength += - tools_gl2psPrintf("%f %f l\n", + gl2ps->streamlength += + tools_gl2psPrintf(gl2ps,"%f %f l\n", prim->verts[1].xyz[0], prim->verts[1].xyz[1]); - tools_gl2ps_context->streamlength += tools_gl2psPrintf("S\n"); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"S\n"); break; case TOOLS_GL2PS_TRIANGLE: tools_gl2psFillTriangleFromPrimitive(&t, prim, TOOLS_GL_TRUE); - tools_gl2psSortOutTrianglePDFgroup(gro); + tools_gl2psSortOutTrianglePDFgroup(gl2ps, gro); /* No alpha and const color: Simple PDF draw orders */ if(t.prop & T_CONST_COLOR && t.prop & T_ALPHA_1){ - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFFillColor(t.vertex[0].rgba); + gl2ps->streamlength += tools_gl2psPrintPDFFillColor(gl2ps, t.vertex[0].rgba); for(j = 0; j <= lastel; ++j){ prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, j); tools_gl2psFillTriangleFromPrimitive(&t, prim, TOOLS_GL_FALSE); - tools_gl2ps_context->streamlength - += tools_gl2psPrintf("%f %f m\n" + gl2ps->streamlength + += tools_gl2psPrintf(gl2ps,"%f %f m\n" "%f %f l\n" "%f %f l\n" "h f\n", @@ -3876,15 +4176,15 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) /* Const alpha < 1 and const color: Simple PDF draw orders and an extra extended Graphics State for the alpha const */ else if(t.prop & T_CONST_COLOR && t.prop & T_ALPHA_LESS_1){ - tools_gl2ps_context->streamlength += tools_gl2psPrintf("q\n" + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"q\n" "/GS%d gs\n", gro->gsno); - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFFillColor(prim->verts[0].rgba); + gl2ps->streamlength += tools_gl2psPrintPDFFillColor(gl2ps, prim->verts[0].rgba); for(j = 0; j <= lastel; ++j){ prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, j); tools_gl2psFillTriangleFromPrimitive(&t, prim, TOOLS_GL_FALSE); - tools_gl2ps_context->streamlength - += tools_gl2psPrintf("%f %f m\n" + gl2ps->streamlength + += tools_gl2psPrintf(gl2ps,"%f %f m\n" "%f %f l\n" "%f %f l\n" "h f\n", @@ -3892,22 +4192,22 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) t.vertex[1].xyz[0], t.vertex[1].xyz[1], t.vertex[2].xyz[0], t.vertex[2].xyz[1]); } - tools_gl2ps_context->streamlength += tools_gl2psPrintf("Q\n"); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"Q\n"); } /* Variable alpha and const color: Simple PDF draw orders and an extra extended Graphics State + Xobject + Shader object for the alpha mask */ else if(t.prop & T_CONST_COLOR && t.prop & T_VAR_ALPHA){ - tools_gl2ps_context->streamlength += tools_gl2psPrintf("q\n" + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"q\n" "/GS%d gs\n" "/TrG%d Do\n", gro->gsno, gro->trgroupno); - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFFillColor(prim->verts[0].rgba); + gl2ps->streamlength += tools_gl2psPrintPDFFillColor(gl2ps, prim->verts[0].rgba); for(j = 0; j <= lastel; ++j){ prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, j); tools_gl2psFillTriangleFromPrimitive(&t, prim, TOOLS_GL_FALSE); - tools_gl2ps_context->streamlength - += tools_gl2psPrintf("%f %f m\n" + gl2ps->streamlength + += tools_gl2psPrintf(gl2ps,"%f %f m\n" "%f %f l\n" "%f %f l\n" "h f\n", @@ -3915,18 +4215,18 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) t.vertex[1].xyz[0], t.vertex[1].xyz[1], t.vertex[2].xyz[0], t.vertex[2].xyz[1]); } - tools_gl2ps_context->streamlength += tools_gl2psPrintf("Q\n"); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"Q\n"); } /* Variable color and no alpha: Shader Object for the colored triangle(s) */ else if(t.prop & T_VAR_COLOR && t.prop & T_ALPHA_1){ - tools_gl2ps_context->streamlength += tools_gl2psPrintf("/Sh%d sh\n", gro->shno); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"/Sh%d sh\n", gro->shno); } /* Variable color and const alpha < 1: Shader Object for the colored triangle(s) and an extra extended Graphics State for the alpha const */ else if(t.prop & T_VAR_COLOR && t.prop & T_ALPHA_LESS_1){ - tools_gl2ps_context->streamlength += tools_gl2psPrintf("q\n" + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"q\n" "/GS%d gs\n" "/Sh%d sh\n" "Q\n", @@ -3936,7 +4236,7 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) triangle(s) and an extra extended Graphics State + Xobject + Shader object for the alpha mask */ else if(t.prop & T_VAR_COLOR && t.prop & T_VAR_ALPHA){ - tools_gl2ps_context->streamlength += tools_gl2psPrintf("q\n" + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"q\n" "/GS%d gs\n" "/TrG%d Do\n" "/Sh%d sh\n" @@ -3947,16 +4247,24 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) case TOOLS_GL2PS_PIXMAP: for(j = 0; j <= lastel; ++j){ prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, j); - tools_gl2psPutPDFImage(prim->data.image, gro->imno, prim->verts[0].xyz[0], + tools_gl2psPutPDFImage(gl2ps, prim->data.image, gro->imno, prim->verts[0].xyz[0], prim->verts[0].xyz[1]); } break; case TOOLS_GL2PS_TEXT: for(j = 0; j <= lastel; ++j){ prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, j); - tools_gl2ps_context->streamlength += tools_gl2psPrintPDFFillColor(prim->verts[0].rgba); - tools_gl2psPutPDFText(prim->data.text, gro->fontno, prim->verts[0].xyz[0], - prim->verts[0].xyz[1]); + gl2ps->streamlength += tools_gl2psPrintPDFFillColor(gl2ps, prim->verts[0].rgba); + if (prim->numverts == 2) { + tools_gl2psPutPDFTextBL(gl2ps, prim->data.text, gro->fontno, prim->verts[0].xyz[0], + prim->verts[0].xyz[1], + prim->verts[1].xyz[0], + prim->verts[1].xyz[1]); + } + else { + tools_gl2psPutPDFText(gl2ps, prim->data.text, gro->fontno, prim->verts[0].xyz[0], + prim->verts[0].xyz[1]); + } } break; case TOOLS_GL2PS_SPECIAL: @@ -3966,7 +4274,7 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) for(j = 0; j <= lastel; ++j){ prim = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, j); - tools_gl2psPutPDFSpecial(i, j, prim->data.text); + tools_gl2psPutPDFSpecial(gl2ps, i, j, prim->data.text); } default: break; @@ -3976,125 +4284,125 @@ static void tools_tools_gl2psPDFgroupListWriteMainStream(void) /* Graphics State names */ -static int tools_tools_gl2psPDFgroupListWriteGStateResources(void) +inline int tools_gl2psPDFgroupListWriteGStateResources(tools_GL2PScontext* gl2ps) { tools_GL2PSpdfgroup *gro; int offs = 0; int i; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/ExtGState\n" "<<\n" "/GSa 7 0 R\n"); - for(i = 0; i < tools_gl2psListNbr(tools_gl2ps_context->pdfgrouplist); ++i){ - gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(tools_gl2ps_context->pdfgrouplist, i); + for(i = 0; i < tools_gl2psListNbr(gl2ps->pdfgrouplist); ++i){ + gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(gl2ps->pdfgrouplist, i); if(gro->gsno >= 0) - offs += fprintf(tools_gl2ps_context->stream, "/GS%d %d 0 R\n", gro->gsno, gro->gsobjno); + offs += fprintf(gl2ps->stream, "/GS%d %d 0 R\n", gro->gsno, gro->gsobjno); } - offs += fprintf(tools_gl2ps_context->stream, ">>\n"); + offs += fprintf(gl2ps->stream, ">>\n"); return offs; } /* Main Shader names */ -static int tools_tools_gl2psPDFgroupListWriteShaderResources(void) +inline int tools_gl2psPDFgroupListWriteShaderResources(tools_GL2PScontext* gl2ps) { tools_GL2PSpdfgroup *gro; int offs = 0; int i; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/Shading\n" "<<\n"); - for(i = 0; i < tools_gl2psListNbr(tools_gl2ps_context->pdfgrouplist); ++i){ - gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(tools_gl2ps_context->pdfgrouplist, i); + for(i = 0; i < tools_gl2psListNbr(gl2ps->pdfgrouplist); ++i){ + gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(gl2ps->pdfgrouplist, i); if(gro->shno >= 0) - offs += fprintf(tools_gl2ps_context->stream, "/Sh%d %d 0 R\n", gro->shno, gro->shobjno); + offs += fprintf(gl2ps->stream, "/Sh%d %d 0 R\n", gro->shno, gro->shobjno); if(gro->maskshno >= 0) - offs += fprintf(tools_gl2ps_context->stream, "/TrSh%d %d 0 R\n", gro->maskshno, gro->maskshobjno); + offs += fprintf(gl2ps->stream, "/TrSh%d %d 0 R\n", gro->maskshno, gro->maskshobjno); } - offs += fprintf(tools_gl2ps_context->stream,">>\n"); + offs += fprintf(gl2ps->stream,">>\n"); return offs; } /* Images & Mask Shader XObject names */ -static int tools_tools_gl2psPDFgroupListWriteXObjectResources(void) +inline int tools_gl2psPDFgroupListWriteXObjectResources(tools_GL2PScontext* gl2ps) { int i; tools_GL2PSprimitive *p = NULL; tools_GL2PSpdfgroup *gro; int offs = 0; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/XObject\n" "<<\n"); - for(i = 0; i < tools_gl2psListNbr(tools_gl2ps_context->pdfgrouplist); ++i){ - gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(tools_gl2ps_context->pdfgrouplist, i); + for(i = 0; i < tools_gl2psListNbr(gl2ps->pdfgrouplist); ++i){ + gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(gl2ps->pdfgrouplist, i); if(!tools_gl2psListNbr(gro->ptrlist)) continue; p = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, 0); switch(p->type){ case TOOLS_GL2PS_PIXMAP: - gro->imobjno = tools_gl2ps_context->objects_stack++; + gro->imobjno = gl2ps->objects_stack++; if(TOOLS_GL_RGBA == p->data.image->format) /* reserve one object for image mask */ - tools_gl2ps_context->objects_stack++; - offs += fprintf(tools_gl2ps_context->stream, "/Im%d %d 0 R\n", gro->imno, gro->imobjno); + gl2ps->objects_stack++; + offs += fprintf(gl2ps->stream, "/Im%d %d 0 R\n", gro->imno, gro->imobjno); break; /*G.Barrand : add this break.*/ case TOOLS_GL2PS_TRIANGLE: if(gro->trgroupno >=0) - offs += fprintf(tools_gl2ps_context->stream, "/TrG%d %d 0 R\n", gro->trgroupno, gro->trgroupobjno); + offs += fprintf(gl2ps->stream, "/TrG%d %d 0 R\n", gro->trgroupno, gro->trgroupobjno); break; default: break; } } - offs += fprintf(tools_gl2ps_context->stream,">>\n"); + offs += fprintf(gl2ps->stream,">>\n"); return offs; } /* Font names */ -static int tools_tools_gl2psPDFgroupListWriteFontResources(void) +inline int tools_gl2psPDFgroupListWriteFontResources(tools_GL2PScontext* gl2ps) { int i; tools_GL2PSpdfgroup *gro; int offs = 0; - offs += fprintf(tools_gl2ps_context->stream, "/Font\n<<\n"); + offs += fprintf(gl2ps->stream, "/Font\n<<\n"); - for(i = 0; i < tools_gl2psListNbr(tools_gl2ps_context->pdfgrouplist); ++i){ - gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(tools_gl2ps_context->pdfgrouplist, i); + for(i = 0; i < tools_gl2psListNbr(gl2ps->pdfgrouplist); ++i){ + gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(gl2ps->pdfgrouplist, i); if(gro->fontno < 0) continue; - gro->fontobjno = tools_gl2ps_context->objects_stack++; - offs += fprintf(tools_gl2ps_context->stream, "/F%d %d 0 R\n", gro->fontno, gro->fontobjno); + gro->fontobjno = gl2ps->objects_stack++; + offs += fprintf(gl2ps->stream, "/F%d %d 0 R\n", gro->fontno, gro->fontobjno); } - offs += fprintf(tools_gl2ps_context->stream, ">>\n"); + offs += fprintf(gl2ps->stream, ">>\n"); return offs; } -static void tools_tools_gl2psPDFgroupListDelete(void) +inline void tools_gl2psPDFgroupListDelete(tools_GL2PScontext* gl2ps) { int i; tools_GL2PSpdfgroup *gro = NULL; - if(!tools_gl2ps_context->pdfgrouplist) + if(!gl2ps->pdfgrouplist) return; - for(i = 0; i < tools_gl2psListNbr(tools_gl2ps_context->pdfgrouplist); ++i){ - gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(tools_gl2ps_context->pdfgrouplist,i); + for(i = 0; i < tools_gl2psListNbr(gl2ps->pdfgrouplist); ++i){ + gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(gl2ps->pdfgrouplist,i); tools_gl2psListDelete(gro->ptrlist); } - tools_gl2psListDelete(tools_gl2ps_context->pdfgrouplist); - tools_gl2ps_context->pdfgrouplist = NULL; + tools_gl2psListDelete(gl2ps->pdfgrouplist); + gl2ps->pdfgrouplist = NULL; } /* Print 1st PDF object - file info */ -static int tools_gl2psPrintPDFInfo(void) +inline int tools_gl2psPrintPDFInfo(tools_GL2PScontext* gl2ps) { int offs; time_t now; @@ -4103,24 +4411,24 @@ static int tools_gl2psPrintPDFInfo(void) time(&now); newtime = gmtime(&now); - offs = fprintf(tools_gl2ps_context->stream, + offs = fprintf(gl2ps->stream, "1 0 obj\n" "<<\n" "/Title (%s)\n" "/Creator (GL2PS %d.%d.%d%s, %s)\n" "/Producer (%s)\n", - tools_gl2ps_context->title, TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, + gl2ps->title, TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, TOOLS_GL2PS_PATCH_VERSION, TOOLS_GL2PS_EXTRA_VERSION, TOOLS_GL2PS_COPYRIGHT, - tools_gl2ps_context->producer); + gl2ps->producer); if(!newtime){ - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, ">>\n" "endobj\n"); return offs; } - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/CreationDate (D:%d%02d%02d%02d%02d%02d)\n" ">>\n" "endobj\n", @@ -4135,9 +4443,9 @@ static int tools_gl2psPrintPDFInfo(void) /* Create catalog and page structure - 2nd and 3th PDF object */ -static int tools_gl2psPrintPDFCatalog(void) +inline int tools_gl2psPrintPDFCatalog(tools_GL2PScontext* gl2ps) { - return fprintf(tools_gl2ps_context->stream, + return fprintf(gl2ps->stream, "2 0 obj\n" "<<\n" "/Type /Catalog\n" @@ -4146,9 +4454,9 @@ static int tools_gl2psPrintPDFCatalog(void) "endobj\n"); } -static int tools_gl2psPrintPDFPages(void) +inline int tools_gl2psPrintPDFPages(tools_GL2PScontext* gl2ps) { - return fprintf(tools_gl2ps_context->stream, + return fprintf(gl2ps->stream, "3 0 obj\n" "<<\n" "/Type /Pages\n" @@ -4160,16 +4468,16 @@ static int tools_gl2psPrintPDFPages(void) /* Open stream for data - graphical objects, fonts etc. PDF object 4 */ -static int tools_gl2psOpenPDFDataStream(void) +inline int tools_gl2psOpenPDFDataStream(tools_GL2PScontext* gl2ps) { int offs = 0; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "4 0 obj\n" "<<\n" "/Length 5 0 R\n" ); - offs += tools_gl2psPrintPDFCompressorType(); - offs += fprintf(tools_gl2ps_context->stream, + offs += tools_gl2psPrintPDFCompressorType(gl2ps); + offs += fprintf(gl2ps->stream, ">>\n" "stream\n"); return offs; @@ -4177,88 +4485,88 @@ static int tools_gl2psOpenPDFDataStream(void) /* Stream setup - Graphics state, fill background if allowed */ -static int tools_tools_gl2psOpenPDFDataStreamWritePreface(void) +inline int tools_gl2psOpenPDFDataStreamWritePreface(tools_GL2PScontext* gl2ps) { int offs; - offs = tools_gl2psPrintf("/GSa gs\n"); + offs = tools_gl2psPrintf(gl2ps,"/GSa gs\n"); - if(tools_gl2ps_context->options & TOOLS_GL2PS_DRAW_BACKGROUND){ - offs += tools_gl2psPrintPDFFillColor(tools_gl2ps_context->bgcolor); - offs += tools_gl2psPrintf("%d %d %d %d re\n", - (int)tools_gl2ps_context->viewport[0], (int)tools_gl2ps_context->viewport[1], - (int)tools_gl2ps_context->viewport[2], (int)tools_gl2ps_context->viewport[3]); - offs += tools_gl2psPrintf("f\n"); + if(gl2ps->options & TOOLS_GL2PS_DRAW_BACKGROUND){ + offs += tools_gl2psPrintPDFFillColor(gl2ps, gl2ps->bgcolor); + offs += tools_gl2psPrintf(gl2ps,"%d %d %d %d re\n", + (int)gl2ps->viewport[0], (int)gl2ps->viewport[1], + (int)gl2ps->viewport[2], (int)gl2ps->viewport[3]); + offs += tools_gl2psPrintf(gl2ps,"f\n"); } return offs; } /* Use the functions above to create the first part of the PDF*/ -static void tools_gl2psPrintPDFHeader(void) +inline void tools_gl2psPrintPDFHeader(tools_GL2PScontext* gl2ps) { int offs = 0; - tools_gl2ps_context->pdfprimlist = tools_gl2psListCreate(500, 500, sizeof(tools_GL2PSprimitive*)); - tools_tools_gl2psPDFstacksInit(); + gl2ps->pdfprimlist = tools_gl2psListCreate(500, 500, sizeof(tools_GL2PSprimitive*)); + tools_gl2psPDFstacksInit(gl2ps); - tools_gl2ps_context->xreflist = (int*)tools_gl2psMalloc(sizeof(int) * tools_gl2ps_context->objects_stack); + gl2ps->xreflist = (int*)tools_gl2psMalloc(sizeof(int) * gl2ps->objects_stack); #if defined(TOOLS_GL2PS_HAVE_ZLIB) - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ - tools_gl2psSetupCompress(); + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ + tools_gl2psSetupCompress(gl2ps); } #endif - tools_gl2ps_context->xreflist[0] = 0; - offs += fprintf(tools_gl2ps_context->stream, "%%PDF-1.4\n"); - tools_gl2ps_context->xreflist[1] = offs; + gl2ps->xreflist[0] = 0; + offs += fprintf(gl2ps->stream, "%%PDF-1.4\n"); + gl2ps->xreflist[1] = offs; - offs += tools_gl2psPrintPDFInfo(); - tools_gl2ps_context->xreflist[2] = offs; + offs += tools_gl2psPrintPDFInfo(gl2ps); + gl2ps->xreflist[2] = offs; - offs += tools_gl2psPrintPDFCatalog(); - tools_gl2ps_context->xreflist[3] = offs; + offs += tools_gl2psPrintPDFCatalog(gl2ps); + gl2ps->xreflist[3] = offs; - offs += tools_gl2psPrintPDFPages(); - tools_gl2ps_context->xreflist[4] = offs; + offs += tools_gl2psPrintPDFPages(gl2ps); + gl2ps->xreflist[4] = offs; - offs += tools_gl2psOpenPDFDataStream(); - tools_gl2ps_context->xreflist[5] = offs; /* finished in tools_gl2psPrintPDFFooter */ - tools_gl2ps_context->streamlength = tools_tools_gl2psOpenPDFDataStreamWritePreface(); + offs += tools_gl2psOpenPDFDataStream(gl2ps); + gl2ps->xreflist[5] = offs; /* finished in tools_gl2psPrintPDFFooter */ + gl2ps->streamlength = tools_gl2psOpenPDFDataStreamWritePreface(gl2ps); } /* The central primitive drawing */ -static void tools_gl2psPrintPDFPrimitive(void *data) +inline void tools_gl2psPrintPDFPrimitive(tools_GL2PScontext* gl2ps, void *data) { tools_GL2PSprimitive *prim = *(tools_GL2PSprimitive**)data; - if((tools_gl2ps_context->options & TOOLS_GL2PS_OCCLUSION_CULL) && prim->culled) + if((gl2ps->options & TOOLS_GL2PS_OCCLUSION_CULL) && prim->culled) return; prim = tools_gl2psCopyPrimitive(prim); /* deep copy */ - tools_gl2psListAdd(tools_gl2ps_context->pdfprimlist, &prim); + tools_gl2psListAdd(gl2ps->pdfprimlist, &prim); } /* close stream and ... */ -static int tools_gl2psClosePDFDataStream(void) +inline int tools_gl2psClosePDFDataStream(tools_GL2PScontext* gl2ps) { int offs = 0; #if defined(TOOLS_GL2PS_HAVE_ZLIB) - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ - if(Z_OK != tools_gl2psDeflate()) + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ + if(Z_OK != tools_gl2psDeflate(gl2ps)) tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Zlib deflate error"); else - fwrite(tools_gl2ps_context->compress->dest, tools_gl2ps_context->compress->destLen, 1, tools_gl2ps_context->stream); - tools_gl2ps_context->streamlength += tools_gl2ps_context->compress->destLen; + fwrite(gl2ps->compress->dest, gl2ps->compress->destLen, 1, gl2ps->stream); + gl2ps->streamlength += gl2ps->compress->destLen; - offs += tools_gl2ps_context->streamlength; - tools_gl2psFreeCompress(); + offs += gl2ps->streamlength; + tools_gl2psFreeCompress(gl2ps); } #endif - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "endstream\n" "endobj\n"); return offs; @@ -4266,9 +4574,9 @@ static int tools_gl2psClosePDFDataStream(void) /* ... write the now known length object */ -static int tools_gl2psPrintPDFDataStreamLength(int val) +inline int tools_gl2psPrintPDFDataStreamLength(tools_GL2PScontext* gl2ps, int val) { - return fprintf(tools_gl2ps_context->stream, + return fprintf(gl2ps->stream, "5 0 obj\n" "%d\n" "endobj\n", val); @@ -4276,25 +4584,25 @@ static int tools_gl2psPrintPDFDataStreamLength(int val) /* Put the info created before in PDF objects */ -static int tools_gl2psPrintPDFOpenPage(void) +inline int tools_gl2psPrintPDFOpenPage(tools_GL2PScontext* gl2ps) { int offs; /* Write fixed part */ - offs = fprintf(tools_gl2ps_context->stream, + offs = fprintf(gl2ps->stream, "6 0 obj\n" "<<\n" "/Type /Page\n" "/Parent 3 0 R\n" "/MediaBox [%d %d %d %d]\n", - (int)tools_gl2ps_context->viewport[0], (int)tools_gl2ps_context->viewport[1], - (int)tools_gl2ps_context->viewport[2], (int)tools_gl2ps_context->viewport[3]); + (int)gl2ps->viewport[0], (int)gl2ps->viewport[1], + (int)gl2ps->viewport[2], (int)gl2ps->viewport[3]); - if(tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE) - offs += fprintf(tools_gl2ps_context->stream, "/Rotate -90\n"); + if(gl2ps->options & TOOLS_GL2PS_LANDSCAPE) + offs += fprintf(gl2ps->stream, "/Rotate -90\n"); - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/Contents 4 0 R\n" "/Resources\n" "<<\n" @@ -4302,27 +4610,27 @@ static int tools_gl2psPrintPDFOpenPage(void) return offs; - /* End fixed part, proceeds in tools_tools_gl2psPDFgroupListWriteVariableResources() */ + /* End fixed part, proceeds in tools_gl2psPDFgroupListWriteVariableResources() */ } -static int tools_tools_gl2psPDFgroupListWriteVariableResources(void) +inline int tools_gl2psPDFgroupListWriteVariableResources(tools_GL2PScontext* gl2ps) { int offs = 0; /* a) Graphics States for shader alpha masks*/ - offs += tools_tools_gl2psPDFgroupListWriteGStateResources(); + offs += tools_gl2psPDFgroupListWriteGStateResources(gl2ps); /* b) Shader and shader masks */ - offs += tools_tools_gl2psPDFgroupListWriteShaderResources(); + offs += tools_gl2psPDFgroupListWriteShaderResources(gl2ps); /* c) XObjects (Images & Shader Masks) */ - offs += tools_tools_gl2psPDFgroupListWriteXObjectResources(); + offs += tools_gl2psPDFgroupListWriteXObjectResources(gl2ps); /* d) Fonts */ - offs += tools_tools_gl2psPDFgroupListWriteFontResources(); + offs += tools_gl2psPDFgroupListWriteFontResources(gl2ps); /* End resources and page */ - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, ">>\n" ">>\n" "endobj\n"); @@ -4331,9 +4639,9 @@ static int tools_tools_gl2psPDFgroupListWriteVariableResources(void) /* Standard Graphics State */ -static int tools_gl2psPrintPDFGSObject(void) +inline int tools_gl2psPrintPDFGSObject(tools_GL2PScontext* gl2ps) { - return fprintf(tools_gl2ps_context->stream, + return fprintf(gl2ps->stream, "7 0 obj\n" "<<\n" "/Type /ExtGState\n" @@ -4351,8 +4659,8 @@ static int tools_gl2psPrintPDFGSObject(void) /* Put vertex' edge flag (8bit) and coordinates (32bit) in shader stream */ -static int tools_tools_tools_gl2psPrintPDFShaderStreamDataCoord(tools_GL2PSvertex *vertex, - int (*action)(unsigned long data, int size), +inline int tools_gl2psPrintPDFShaderStreamDataCoord(tools_GL2PScontext* gl2ps, tools_GL2PSvertex *vertex, + int (*action)(tools_GL2PScontext*, unsigned long data, int size), tools_GLfloat dx, tools_GLfloat dy, tools_GLfloat xmin, tools_GLfloat ymin) { @@ -4366,14 +4674,14 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataCoord(tools_GL2PSverte /* FIXME: temp bux fix for 64 bit archs: */ if(sizeof(unsigned long) == 8) dmax = dmax - 2048.; - offs += (*action)(edgeflag, 1); + offs += (*action)(gl2ps, edgeflag, 1); /* The Shader stream in PDF requires to be in a 'big-endian' order */ if(TOOLS_GL2PS_ZERO(dx * dy)){ - offs += (*action)(0, 4); - offs += (*action)(0, 4); + offs += (*action)(gl2ps, 0, 4); + offs += (*action)(gl2ps, 0, 4); } else{ diff = (vertex->xyz[0] - xmin) / dx; @@ -4382,7 +4690,7 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataCoord(tools_GL2PSverte else if(diff < 0) diff = 0.0F; imap = (unsigned long)(diff * dmax); - offs += (*action)(imap, 4); + offs += (*action)(gl2ps, imap, 4); diff = (vertex->xyz[1] - ymin) / dy; if(diff > 1) @@ -4390,7 +4698,7 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataCoord(tools_GL2PSverte else if(diff < 0) diff = 0.0F; imap = (unsigned long)(diff * dmax); - offs += (*action)(imap, 4); + offs += (*action)(gl2ps, imap, 4); } return offs; @@ -4398,8 +4706,8 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataCoord(tools_GL2PSverte /* Put vertex' rgb value (8bit for every component) in shader stream */ -static int tools_tools_tools_gl2psPrintPDFShaderStreamDataRGB(tools_GL2PSvertex *vertex, - int (*action)(unsigned long data, int size)) +inline int tools_gl2psPrintPDFShaderStreamDataRGB(tools_GL2PScontext* gl2ps, tools_GL2PSvertex *vertex, + int (*action)(tools_GL2PScontext*, unsigned long data, int size)) { int offs = 0; unsigned long imap; @@ -4410,21 +4718,21 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataRGB(tools_GL2PSvertex if(sizeof(unsigned long) == 8) dmax = dmax - 2048.; imap = (unsigned long)((vertex->rgba[0]) * dmax); - offs += (*action)(imap, 1); + offs += (*action)(gl2ps, imap, 1); imap = (unsigned long)((vertex->rgba[1]) * dmax); - offs += (*action)(imap, 1); + offs += (*action)(gl2ps, imap, 1); imap = (unsigned long)((vertex->rgba[2]) * dmax); - offs += (*action)(imap, 1); + offs += (*action)(gl2ps, imap, 1); return offs; } /* Put vertex' alpha (8/16bit) in shader stream */ -static int tools_tools_tools_gl2psPrintPDFShaderStreamDataAlpha(tools_GL2PSvertex *vertex, - int (*action)(unsigned long data, int size), +inline int tools_gl2psPrintPDFShaderStreamDataAlpha(tools_GL2PScontext* gl2ps, tools_GL2PSvertex *vertex, + int (*action)(tools_GL2PScontext*, unsigned long data, int size), int sigbyte) { int offs = 0; @@ -4442,41 +4750,41 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataAlpha(tools_GL2PSverte imap = (unsigned long)((vertex->rgba[3]) * dmax); - offs += (*action)(imap, sigbyte); + offs += (*action)(gl2ps, imap, sigbyte); return offs; } /* Put a triangles raw data in shader stream */ -static int tools_tools_gl2psPrintPDFShaderStreamData(tools_GL2PStriangle *triangle, +inline int tools_gl2psPrintPDFShaderStreamData(tools_GL2PScontext* gl2ps, tools_GL2PStriangle *triangle, tools_GLfloat dx, tools_GLfloat dy, tools_GLfloat xmin, tools_GLfloat ymin, - int (*action)(unsigned long data, int size), - int gray) + int (*action)(tools_GL2PScontext*, unsigned long data, int size), + int a_gray) { int i, offs = 0; tools_GL2PSvertex v; - if(gray && gray != 8 && gray != 16) - gray = 8; + if(a_gray && a_gray != 8 && a_gray != 16) + a_gray = 8; for(i = 0; i < 3; ++i){ - offs += tools_tools_tools_gl2psPrintPDFShaderStreamDataCoord(&triangle->vertex[i], action, + offs += tools_gl2psPrintPDFShaderStreamDataCoord(gl2ps, &triangle->vertex[i], action, dx, dy, xmin, ymin); - if(gray){ + if(a_gray){ v = triangle->vertex[i]; - offs += tools_tools_tools_gl2psPrintPDFShaderStreamDataAlpha(&v, action, gray); + offs += tools_gl2psPrintPDFShaderStreamDataAlpha(gl2ps, &v, action, a_gray); } else{ - offs += tools_tools_tools_gl2psPrintPDFShaderStreamDataRGB(&triangle->vertex[i], action); + offs += tools_gl2psPrintPDFShaderStreamDataRGB(gl2ps, &triangle->vertex[i], action); } } return offs; } -static void tools_tools_gl2psPDFRectHull(tools_GLfloat *xmin, tools_GLfloat *xmax, +inline void tools_gl2psPDFRectHull(tools_GLfloat *xmin, tools_GLfloat *xmax, tools_GLfloat *ymin, tools_GLfloat *ymax, tools_GL2PStriangle *triangles, int cnt) { @@ -4506,13 +4814,13 @@ static void tools_tools_gl2psPDFRectHull(tools_GLfloat *xmin, tools_GLfloat *xma gray == 8 8bit-grayscale (for alpha masks) gray == 16 16bit-grayscale (for alpha masks) */ -static int tools_gl2psPrintPDFShader(int obj, tools_GL2PStriangle *triangles, - int size, int gray) +inline int tools_gl2psPrintPDFShader(tools_GL2PScontext* gl2ps, int obj, tools_GL2PStriangle *triangles, + int size, int a_gray) { int i, offs = 0, vertexbytes, done = 0; tools_GLfloat xmin, xmax, ymin, ymax; - switch(gray){ + switch(a_gray){ case 0: vertexbytes = 1+4+4+1+1+1; break; @@ -4523,14 +4831,14 @@ static int tools_gl2psPrintPDFShader(int obj, tools_GL2PStriangle *triangles, vertexbytes = 1+4+4+2; break; default: - gray = 8; + a_gray = 8; vertexbytes = 1+4+4+1; break; } - tools_tools_gl2psPDFRectHull(&xmin, &xmax, &ymin, &ymax, triangles, size); + tools_gl2psPDFRectHull(&xmin, &xmax, &ymin, &ymax, triangles, size); - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "%d 0 obj\n" "<< " "/ShadingType 4 " @@ -4540,51 +4848,51 @@ static int tools_gl2psPrintPDFShader(int obj, tools_GL2PStriangle *triangles, "/BitsPerFlag 8 " "/Decode [%f %f %f %f 0 1 %s] ", obj, - (gray) ? "/DeviceGray" : "/DeviceRGB", - (gray) ? gray : 8, + (a_gray) ? "/DeviceGray" : "/DeviceRGB", + (a_gray) ? a_gray : 8, xmin, xmax, ymin, ymax, - (gray) ? "" : "0 1 0 1"); + (a_gray) ? "" : "0 1 0 1"); #if defined(TOOLS_GL2PS_HAVE_ZLIB) - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ - tools_gl2psAllocCompress(vertexbytes * size * 3); + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ + tools_gl2psAllocCompress(gl2ps,vertexbytes * size * 3); for(i = 0; i < size; ++i) - tools_tools_gl2psPrintPDFShaderStreamData(&triangles[i], + tools_gl2psPrintPDFShaderStreamData(gl2ps,&triangles[i], xmax-xmin, ymax-ymin, xmin, ymin, - tools_gl2psWriteBigEndianCompress, gray); + tools_gl2psWriteBigEndianCompress, a_gray); - if(Z_OK == tools_gl2psDeflate() && 23 + tools_gl2ps_context->compress->destLen < tools_gl2ps_context->compress->srcLen){ - offs += tools_gl2psPrintPDFCompressorType(); - offs += fprintf(tools_gl2ps_context->stream, + if(Z_OK == tools_gl2psDeflate(gl2ps) && 23 + gl2ps->compress->destLen < gl2ps->compress->srcLen){ + offs += tools_gl2psPrintPDFCompressorType(gl2ps); + offs += fprintf(gl2ps->stream, "/Length %d " ">>\n" "stream\n", - (int)tools_gl2ps_context->compress->destLen); - offs += tools_gl2ps_context->compress->destLen * fwrite(tools_gl2ps_context->compress->dest, - tools_gl2ps_context->compress->destLen, - 1, tools_gl2ps_context->stream); + (int)gl2ps->compress->destLen); + offs += gl2ps->compress->destLen * fwrite(gl2ps->compress->dest, + gl2ps->compress->destLen, + 1, gl2ps->stream); done = 1; } - tools_gl2psFreeCompress(); + tools_gl2psFreeCompress(gl2ps); } #endif if(!done){ /* no compression, or too long after compression, or compress error -> write non-compressed entry */ - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/Length %d " ">>\n" "stream\n", vertexbytes * 3 * size); for(i = 0; i < size; ++i) - offs += tools_tools_gl2psPrintPDFShaderStreamData(&triangles[i], + offs += tools_gl2psPrintPDFShaderStreamData(gl2ps, &triangles[i], xmax-xmin, ymax-ymin, xmin, ymin, - tools_gl2psWriteBigEndian, gray); + tools_gl2psWriteBigEndian, a_gray); } - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "\nendstream\n" "endobj\n"); @@ -4593,11 +4901,11 @@ static int tools_gl2psPrintPDFShader(int obj, tools_GL2PStriangle *triangles, /* Writes a XObject for a shaded triangle mask */ -static int tools_tools_gl2psPrintPDFShaderMask(int obj, int childobj) +inline int tools_gl2psPrintPDFShaderMask(tools_GL2PScontext* gl2ps, int obj, int childobj) { int offs = 0, len; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "%d 0 obj\n" "<<\n" "/Type /XObject\n" @@ -4606,22 +4914,22 @@ static int tools_tools_gl2psPrintPDFShaderMask(int obj, int childobj) "/Group \n<<\n/S /Transparency /CS /DeviceRGB\n" ">>\n", obj, - (int)tools_gl2ps_context->viewport[0], (int)tools_gl2ps_context->viewport[1], - (int)tools_gl2ps_context->viewport[2], (int)tools_gl2ps_context->viewport[3]); + (int)gl2ps->viewport[0], (int)gl2ps->viewport[1], + (int)gl2ps->viewport[2], (int)gl2ps->viewport[3]); len = (childobj>0) ? (int)strlen("/TrSh sh\n") + (int)log10((double)childobj)+1 : (int)strlen("/TrSh0 sh\n"); - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/Length %d\n" ">>\n" "stream\n", len); - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/TrSh%d sh\n", childobj); - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "endstream\n" "endobj\n"); @@ -4632,20 +4940,20 @@ static int tools_tools_gl2psPrintPDFShaderMask(int obj, int childobj) simplealpha ist true the childobj argument is ignored and a /ca statement will be written instead */ -static int tools_tools_gl2psPrintPDFShaderExtGS(int obj, int childobj) +inline int tools_gl2psPrintPDFShaderExtGS(tools_GL2PScontext* gl2ps, int obj, int childobj) { int offs = 0; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "%d 0 obj\n" "<<\n", obj); - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/SMask << /S /Alpha /G %d 0 R >> ", childobj); - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, ">>\n" "endobj\n"); return offs; @@ -4653,11 +4961,11 @@ static int tools_tools_gl2psPrintPDFShaderExtGS(int obj, int childobj) /* a simple graphics state */ -static int tools_tools_gl2psPrintPDFShaderSimpleExtGS(int obj, tools_GLfloat alpha) +inline int tools_gl2psPrintPDFShaderSimpleExtGS(tools_GL2PScontext* gl2ps, int obj, tools_GLfloat alpha) { int offs = 0; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "%d 0 obj\n" "<<\n" "/ca %g" @@ -4669,38 +4977,38 @@ static int tools_tools_gl2psPrintPDFShaderSimpleExtGS(int obj, tools_GLfloat alp /* Similar groups of functions for pixmaps and text */ -static int tools_tools_gl2psPrintPDFPixmapStreamData(tools_GL2PSimage *im, - int (*action)(unsigned long data, int size), - int gray) +inline int tools_gl2psPrintPDFPixmapStreamData(tools_GL2PScontext* gl2ps, tools_GL2PSimage *im, + int (*action)(tools_GL2PScontext*, unsigned long data, int size), + int a_gray) { int x, y, shift; - tools_GLfloat r, g, b, a; + tools_GLfloat _r, _g, _b, _a; - if(im->format != TOOLS_GL_RGBA && gray) + if(im->format != TOOLS_GL_RGBA && a_gray) return 0; - if(gray && gray != 8 && gray != 16) - gray = 8; + if(a_gray && a_gray != 8 && a_gray != 16) + a_gray = 8; - gray /= 8; + a_gray /= 8; shift = (sizeof(unsigned long) - 1) * 8; for(y = 0; y < im->height; ++y){ for(x = 0; x < im->width; ++x){ - a = tools_gl2psGetRGB(im, x, y, &r, &g, &b); - if(im->format == TOOLS_GL_RGBA && gray){ - (*action)((unsigned long)(a * 255) << shift, gray); + _a = tools_gl2psGetRGB(im, x, y, &_r, &_g, &_b); + if(im->format == TOOLS_GL_RGBA && a_gray){ + (*action)(gl2ps, (unsigned long)(_a * 255) << shift, a_gray); } else{ - (*action)((unsigned long)(r * 255) << shift, 1); - (*action)((unsigned long)(g * 255) << shift, 1); - (*action)((unsigned long)(b * 255) << shift, 1); + (*action)(gl2ps, (unsigned long)(_r * 255) << shift, 1); + (*action)(gl2ps, (unsigned long)(_g * 255) << shift, 1); + (*action)(gl2ps, (unsigned long)(_b * 255) << shift, 1); } } } - switch(gray){ + switch(a_gray){ case 0: return 3 * im->width * im->height; case 1: return im->width * im->height; case 2: return 2 * im->width * im->height; @@ -4708,17 +5016,17 @@ static int tools_tools_gl2psPrintPDFPixmapStreamData(tools_GL2PSimage *im, } } -static int tools_gl2psPrintPDFPixmap(int obj, int childobj, tools_GL2PSimage *im, int gray) +inline int tools_gl2psPrintPDFPixmap(tools_GL2PScontext* gl2ps, int obj, int childobj, tools_GL2PSimage *im, int a_gray) { int offs = 0, done = 0, sigbytes = 3; - if(gray && gray !=8 && gray != 16) - gray = 8; + if(a_gray && a_gray !=8 && a_gray != 16) + a_gray = 8; - if(gray) - sigbytes = gray / 8; + if(a_gray) + sigbytes = a_gray / 8; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "%d 0 obj\n" "<<\n" "/Type /XObject\n" @@ -4729,57 +5037,57 @@ static int tools_gl2psPrintPDFPixmap(int obj, int childobj, tools_GL2PSimage *im "/BitsPerComponent 8\n", obj, (int)im->width, (int)im->height, - (gray) ? "/DeviceGray" : "/DeviceRGB" ); - if(TOOLS_GL_RGBA == im->format && gray == 0){ - offs += fprintf(tools_gl2ps_context->stream, + (a_gray) ? "/DeviceGray" : "/DeviceRGB" ); + if(TOOLS_GL_RGBA == im->format && a_gray == 0){ + offs += fprintf(gl2ps->stream, "/SMask %d 0 R\n", childobj); } #if defined(TOOLS_GL2PS_HAVE_ZLIB) - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ - tools_gl2psAllocCompress((int)(im->width * im->height * sigbytes)); + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ + tools_gl2psAllocCompress(gl2ps,(int)(im->width * im->height * sigbytes)); - tools_tools_gl2psPrintPDFPixmapStreamData(im, tools_gl2psWriteBigEndianCompress, gray); + tools_gl2psPrintPDFPixmapStreamData(gl2ps, im, tools_gl2psWriteBigEndianCompress, a_gray); - if(Z_OK == tools_gl2psDeflate() && 23 + tools_gl2ps_context->compress->destLen < tools_gl2ps_context->compress->srcLen){ - offs += tools_gl2psPrintPDFCompressorType(); - offs += fprintf(tools_gl2ps_context->stream, + if(Z_OK == tools_gl2psDeflate(gl2ps) && 23 + gl2ps->compress->destLen < gl2ps->compress->srcLen){ + offs += tools_gl2psPrintPDFCompressorType(gl2ps); + offs += fprintf(gl2ps->stream, "/Length %d " ">>\n" "stream\n", - (int)tools_gl2ps_context->compress->destLen); - offs += tools_gl2ps_context->compress->destLen * fwrite(tools_gl2ps_context->compress->dest, tools_gl2ps_context->compress->destLen, - 1, tools_gl2ps_context->stream); + (int)gl2ps->compress->destLen); + offs += gl2ps->compress->destLen * fwrite(gl2ps->compress->dest, gl2ps->compress->destLen, + 1, gl2ps->stream); done = 1; } - tools_gl2psFreeCompress(); + tools_gl2psFreeCompress(gl2ps); } #endif if(!done){ /* no compression, or too long after compression, or compress error -> write non-compressed entry */ - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "/Length %d " ">>\n" "stream\n", (int)(im->width * im->height * sigbytes)); - offs += tools_tools_gl2psPrintPDFPixmapStreamData(im, tools_gl2psWriteBigEndian, gray); + offs += tools_gl2psPrintPDFPixmapStreamData(gl2ps, im, tools_gl2psWriteBigEndian, a_gray); } - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "\nendstream\n" "endobj\n"); return offs; } -static int tools_gl2psPrintPDFText(int obj, tools_GL2PSstring *s, int fontnumber) +inline int tools_gl2psPrintPDFText(tools_GL2PScontext* gl2ps, int obj, tools_GL2PSstring *a_s, int fontnumber) { int offs = 0; - offs += fprintf(tools_gl2ps_context->stream, + offs += fprintf(gl2ps->stream, "%d 0 obj\n" "<<\n" "/Type /Font\n" @@ -4789,13 +5097,13 @@ static int tools_gl2psPrintPDFText(int obj, tools_GL2PSstring *s, int fontnumber "/Encoding /MacRomanEncoding\n" ">>\n" "endobj\n", - obj, fontnumber, s->fontname); + obj, fontnumber, a_s->fontname); return offs; } /* Write the physical objects */ -static int tools_tools_gl2psPDFgroupListWriteObjects(int entryoffs) +inline int tools_gl2psPDFgroupListWriteObjects(tools_GL2PScontext* gl2ps, int entryoffs) { int i,j; tools_GL2PSprimitive *p = NULL; @@ -4804,11 +5112,11 @@ static int tools_tools_gl2psPDFgroupListWriteObjects(int entryoffs) tools_GL2PStriangle *triangles; int size = 0; - if(!tools_gl2ps_context->pdfgrouplist) + if(!gl2ps->pdfgrouplist) return offs; - for(i = 0; i < tools_gl2psListNbr(tools_gl2ps_context->pdfgrouplist); ++i){ - gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(tools_gl2ps_context->pdfgrouplist, i); + for(i = 0; i < tools_gl2psListNbr(gl2ps->pdfgrouplist); ++i){ + gro = (tools_GL2PSpdfgroup*)tools_gl2psListPointer(gl2ps->pdfgrouplist, i); if(!tools_gl2psListNbr(gro->ptrlist)) continue; p = *(tools_GL2PSprimitive**)tools_gl2psListPointer(gro->ptrlist, 0); @@ -4825,40 +5133,40 @@ static int tools_tools_gl2psPDFgroupListWriteObjects(int entryoffs) tools_gl2psFillTriangleFromPrimitive(&triangles[j], p, TOOLS_GL_TRUE); } if(triangles[0].prop & T_VAR_COLOR){ - tools_gl2ps_context->xreflist[gro->shobjno] = offs; - offs += tools_gl2psPrintPDFShader(gro->shobjno, triangles, size, 0); + gl2ps->xreflist[gro->shobjno] = offs; + offs += tools_gl2psPrintPDFShader(gl2ps, gro->shobjno, triangles, size, 0); } if(triangles[0].prop & T_ALPHA_LESS_1){ - tools_gl2ps_context->xreflist[gro->gsobjno] = offs; - offs += tools_tools_gl2psPrintPDFShaderSimpleExtGS(gro->gsobjno, triangles[0].vertex[0].rgba[3]); + gl2ps->xreflist[gro->gsobjno] = offs; + offs += tools_gl2psPrintPDFShaderSimpleExtGS(gl2ps, gro->gsobjno, triangles[0].vertex[0].rgba[3]); } if(triangles[0].prop & T_VAR_ALPHA){ - tools_gl2ps_context->xreflist[gro->gsobjno] = offs; - offs += tools_tools_gl2psPrintPDFShaderExtGS(gro->gsobjno, gro->trgroupobjno); - tools_gl2ps_context->xreflist[gro->trgroupobjno] = offs; - offs += tools_tools_gl2psPrintPDFShaderMask(gro->trgroupobjno, gro->maskshno); - tools_gl2ps_context->xreflist[gro->maskshobjno] = offs; - offs += tools_gl2psPrintPDFShader(gro->maskshobjno, triangles, size, 8); + gl2ps->xreflist[gro->gsobjno] = offs; + offs += tools_gl2psPrintPDFShaderExtGS(gl2ps, gro->gsobjno, gro->trgroupobjno); + gl2ps->xreflist[gro->trgroupobjno] = offs; + offs += tools_gl2psPrintPDFShaderMask(gl2ps, gro->trgroupobjno, gro->maskshno); + gl2ps->xreflist[gro->maskshobjno] = offs; + offs += tools_gl2psPrintPDFShader(gl2ps, gro->maskshobjno, triangles, size, 8); } tools_gl2psFree(triangles); break; case TOOLS_GL2PS_PIXMAP: - tools_gl2ps_context->xreflist[gro->imobjno] = offs; - offs += tools_gl2psPrintPDFPixmap(gro->imobjno, gro->imobjno+1, p->data.image, 0); + gl2ps->xreflist[gro->imobjno] = offs; + offs += tools_gl2psPrintPDFPixmap(gl2ps, gro->imobjno, gro->imobjno+1, p->data.image, 0); if(p->data.image->format == TOOLS_GL_RGBA){ - tools_gl2ps_context->xreflist[gro->imobjno+1] = offs; - offs += tools_gl2psPrintPDFPixmap(gro->imobjno+1, -1, p->data.image, 8); + gl2ps->xreflist[gro->imobjno+1] = offs; + offs += tools_gl2psPrintPDFPixmap(gl2ps, gro->imobjno+1, -1, p->data.image, 8); } break; case TOOLS_GL2PS_TEXT: - tools_gl2ps_context->xreflist[gro->fontobjno] = offs; - offs += tools_gl2psPrintPDFText(gro->fontobjno,p->data.text,gro->fontno); + gl2ps->xreflist[gro->fontobjno] = offs; + offs += tools_gl2psPrintPDFText(gl2ps, gro->fontobjno,p->data.text,gro->fontno); break; case TOOLS_GL2PS_SPECIAL : /* alignment contains the format for which the special output text is intended */ if(p->data.text->alignment == TOOLS_GL2PS_PDF) - offs += fprintf(tools_gl2ps_context->stream, "%s\n", p->data.text->str); + offs += fprintf(gl2ps->stream, "%s\n", p->data.text->str); break; default: break; @@ -4871,44 +5179,44 @@ static int tools_tools_gl2psPDFgroupListWriteObjects(int entryoffs) functioninality has been gathered, so we can write now file footer with cross reference table and trailer */ -static void tools_gl2psPrintPDFFooter(void) +inline void tools_gl2psPrintPDFFooter(tools_GL2PScontext* gl2ps) { int i, offs; - tools_tools_gl2psPDFgroupListInit(); - tools_tools_gl2psPDFgroupListWriteMainStream(); + tools_gl2psPDFgroupListInit(gl2ps); + tools_gl2psPDFgroupListWriteMainStream(gl2ps); - offs = tools_gl2ps_context->xreflist[5] + tools_gl2ps_context->streamlength; - offs += tools_gl2psClosePDFDataStream(); - tools_gl2ps_context->xreflist[5] = offs; + offs = gl2ps->xreflist[5] + gl2ps->streamlength; + offs += tools_gl2psClosePDFDataStream(gl2ps); + gl2ps->xreflist[5] = offs; - offs += tools_gl2psPrintPDFDataStreamLength(tools_gl2ps_context->streamlength); - tools_gl2ps_context->xreflist[6] = offs; - tools_gl2ps_context->streamlength = 0; + offs += tools_gl2psPrintPDFDataStreamLength(gl2ps, gl2ps->streamlength); + gl2ps->xreflist[6] = offs; + gl2ps->streamlength = 0; - offs += tools_gl2psPrintPDFOpenPage(); - offs += tools_tools_gl2psPDFgroupListWriteVariableResources(); - tools_gl2ps_context->xreflist = (int*)tools_gl2psRealloc(tools_gl2ps_context->xreflist, - sizeof(int) * (tools_gl2ps_context->objects_stack + 1)); - tools_gl2ps_context->xreflist[7] = offs; + offs += tools_gl2psPrintPDFOpenPage(gl2ps); + offs += tools_gl2psPDFgroupListWriteVariableResources(gl2ps); + gl2ps->xreflist = (int*)tools_gl2psRealloc(gl2ps->xreflist, + sizeof(int) * (gl2ps->objects_stack + 1)); + gl2ps->xreflist[7] = offs; - offs += tools_gl2psPrintPDFGSObject(); - tools_gl2ps_context->xreflist[8] = offs; + offs += tools_gl2psPrintPDFGSObject(gl2ps); + gl2ps->xreflist[8] = offs; - tools_gl2ps_context->xreflist[tools_gl2ps_context->objects_stack] = - tools_tools_gl2psPDFgroupListWriteObjects(tools_gl2ps_context->xreflist[8]); + gl2ps->xreflist[gl2ps->objects_stack] = + tools_gl2psPDFgroupListWriteObjects(gl2ps, gl2ps->xreflist[8]); /* Start cross reference table. The file has to been opened in binary mode to preserve the 20 digit string length! */ - fprintf(tools_gl2ps_context->stream, + fprintf(gl2ps->stream, "xref\n" "0 %d\n" - "%010d 65535 f \n", tools_gl2ps_context->objects_stack, 0); + "%010d 65535 f \n", gl2ps->objects_stack, 0); - for(i = 1; i < tools_gl2ps_context->objects_stack; ++i) - fprintf(tools_gl2ps_context->stream, "%010d 00000 n \n", tools_gl2ps_context->xreflist[i]); + for(i = 1; i < gl2ps->objects_stack; ++i) + fprintf(gl2ps->stream, "%010d 00000 n \n", gl2ps->xreflist[i]); - fprintf(tools_gl2ps_context->stream, + fprintf(gl2ps->stream, "trailer\n" "<<\n" "/Size %d\n" @@ -4917,26 +5225,26 @@ static void tools_gl2psPrintPDFFooter(void) ">>\n" "startxref\n%d\n" "%%%%EOF\n", - tools_gl2ps_context->objects_stack, tools_gl2ps_context->xreflist[tools_gl2ps_context->objects_stack]); + gl2ps->objects_stack, gl2ps->xreflist[gl2ps->objects_stack]); /* Free auxiliary lists and arrays */ - tools_gl2psFree(tools_gl2ps_context->xreflist); - tools_gl2psListAction(tools_gl2ps_context->pdfprimlist, tools_tools_gl2psFreePrimitive); - tools_gl2psListDelete(tools_gl2ps_context->pdfprimlist); - tools_tools_gl2psPDFgroupListDelete(); + tools_gl2psFree(gl2ps->xreflist); + tools_gl2psListAction(gl2ps->pdfprimlist, tools_gl2psFreePrimitive); + tools_gl2psListDelete(gl2ps->pdfprimlist); + tools_gl2psPDFgroupListDelete(gl2ps); #if defined(TOOLS_GL2PS_HAVE_ZLIB) - if(tools_gl2ps_context->options & TOOLS_GL2PS_COMPRESS){ - tools_gl2psFreeCompress(); - tools_gl2psFree(tools_gl2ps_context->compress); - tools_gl2ps_context->compress = NULL; + if(gl2ps->options & TOOLS_GL2PS_COMPRESS){ + tools_gl2psFreeCompress(gl2ps); + tools_gl2psFree(gl2ps->compress); + gl2ps->compress = NULL; } #endif } /* PDF begin viewport */ -static void tools_gl2psPrintPDFBeginViewport(tools_GLint viewport[4]) +inline void tools_gl2psPrintPDFBeginViewport(tools_GL2PScontext* gl2ps, tools_GLint viewport[4]) { int offs = 0; tools_GLint idx; @@ -4945,58 +5253,58 @@ static void tools_gl2psPrintPDFBeginViewport(tools_GLint viewport[4]) tools_glRenderMode(TOOLS_GL_FEEDBACK); - tools_gl2psResetLineProperties(); + tools_gl2psResetLineProperties(gl2ps); - if(tools_gl2ps_context->header){ - tools_gl2psPrintPDFHeader(); - tools_gl2ps_context->header = TOOLS_GL_FALSE; + if(gl2ps->header){ + tools_gl2psPrintPDFHeader(gl2ps); + gl2ps->header = TOOLS_GL_FALSE; } - offs += tools_gl2psPrintf("q\n"); + offs += tools_gl2psPrintf(gl2ps,"q\n"); - if(tools_gl2ps_context->options & TOOLS_GL2PS_DRAW_BACKGROUND){ - if(tools_gl2ps_context->colormode == TOOLS_GL_RGBA || tools_gl2ps_context->colorsize == 0){ + if(gl2ps->options & TOOLS_GL2PS_DRAW_BACKGROUND){ + if(gl2ps->colormode == TOOLS_GL_RGBA || gl2ps->colorsize == 0){ tools_glGetFloatv(TOOLS_GL_COLOR_CLEAR_VALUE, rgba); } else{ tools_glGetIntegerv(TOOLS_GL_INDEX_CLEAR_VALUE, &idx); - rgba[0] = tools_gl2ps_context->colormap[idx][0]; - rgba[1] = tools_gl2ps_context->colormap[idx][1]; - rgba[2] = tools_gl2ps_context->colormap[idx][2]; + rgba[0] = gl2ps->colormap[idx][0]; + rgba[1] = gl2ps->colormap[idx][1]; + rgba[2] = gl2ps->colormap[idx][2]; rgba[3] = 1.0F; } - offs += tools_gl2psPrintPDFFillColor(rgba); - offs += tools_gl2psPrintf("%d %d %d %d re\n" + offs += tools_gl2psPrintPDFFillColor(gl2ps, rgba); + offs += tools_gl2psPrintf(gl2ps,"%d %d %d %d re\n" "W\n" "f\n", x, y, w, h); } else{ - offs += tools_gl2psPrintf("%d %d %d %d re\n" + offs += tools_gl2psPrintf(gl2ps,"%d %d %d %d re\n" "W\n" "n\n", x, y, w, h); } - tools_gl2ps_context->streamlength += offs; + gl2ps->streamlength += offs; } -static tools_GLint tools_gl2psPrintPDFEndViewport(void) +inline tools_GLint tools_gl2psPrintPDFEndViewport(tools_GL2PScontext* gl2ps) { tools_GLint res; - res = tools_gl2psPrintPrimitives(); - tools_gl2ps_context->streamlength += tools_gl2psPrintf("Q\n"); + res = tools_gl2psPrintPrimitives(gl2ps); + gl2ps->streamlength += tools_gl2psPrintf(gl2ps,"Q\n"); return res; } -static void tools_gl2psPrintPDFFinalPrimitive(void) +inline void tools_gl2psPrintPDFFinalPrimitive(tools_GL2PScontext*) { } /* definition of the PDF backend */ -static tools_GL2PSbackend tools_gl2psPDF = { +static const tools_GL2PSbackend tools_gl2psPDF = { tools_gl2psPrintPDFHeader, tools_gl2psPrintPDFFooter, tools_gl2psPrintPDFBeginViewport, @@ -5013,32 +5321,32 @@ static tools_GL2PSbackend tools_gl2psPDF = { * *********************************************************************/ -static void tools_tools_gl2psSVGGetCoordsAndColors(int n, tools_GL2PSvertex *verts, +inline void tools_gl2psSVGGetCoordsAndColors(tools_GL2PScontext* gl2ps, int n, tools_GL2PSvertex *verts, tools_GL2PSxyz *xyz, tools_GL2PSrgba *rgba) { int i, j; for(i = 0; i < n; i++){ xyz[i][0] = verts[i].xyz[0]; - xyz[i][1] = tools_gl2ps_context->viewport[3] - verts[i].xyz[1]; + xyz[i][1] = gl2ps->viewport[3] - verts[i].xyz[1]; xyz[i][2] = 0.0F; for(j = 0; j < 4; j++) rgba[i][j] = verts[i].rgba[j]; } } -static void tools_tools_gl2psSVGGetColorString(tools_GL2PSrgba rgba, char str[32]) +inline void tools_gl2psSVGGetColorString(tools_GL2PSrgba rgba, char str[32]) { - int r = (int)(255. * rgba[0]); - int g = (int)(255. * rgba[1]); - int b = (int)(255. * rgba[2]); - int rc = (r < 0) ? 0 : (r > 255) ? 255 : r; - int gc = (g < 0) ? 0 : (g > 255) ? 255 : g; - int bc = (b < 0) ? 0 : (b > 255) ? 255 : b; + int _r = (int)(255. * rgba[0]); + int _g = (int)(255. * rgba[1]); + int _b = (int)(255. * rgba[2]); + int rc = (_r < 0) ? 0 : (_r > 255) ? 255 : _r; + int gc = (_g < 0) ? 0 : (_g > 255) ? 255 : _g; + int bc = (_b < 0) ? 0 : (_b > 255) ? 255 : _b; sprintf(str, "#%2.2x%2.2x%2.2x", rc, gc, bc); } -static void tools_gl2psPrintSVGHeader(void) +inline void tools_gl2psPrintSVGHeader(tools_GL2PScontext* gl2ps) { int x, y, width, height; char col[32]; @@ -5046,52 +5354,52 @@ static void tools_gl2psPrintSVGHeader(void) time(&now); - if (tools_gl2ps_context->options & TOOLS_GL2PS_LANDSCAPE){ - x = (int)tools_gl2ps_context->viewport[1]; - y = (int)tools_gl2ps_context->viewport[0]; - width = (int)tools_gl2ps_context->viewport[3]; - height = (int)tools_gl2ps_context->viewport[2]; + if (gl2ps->options & TOOLS_GL2PS_LANDSCAPE){ + x = (int)gl2ps->viewport[1]; + y = (int)gl2ps->viewport[0]; + width = (int)gl2ps->viewport[3]; + height = (int)gl2ps->viewport[2]; } else{ - x = (int)tools_gl2ps_context->viewport[0]; - y = (int)tools_gl2ps_context->viewport[1]; - width = (int)tools_gl2ps_context->viewport[2]; - height = (int)tools_gl2ps_context->viewport[3]; + x = (int)gl2ps->viewport[0]; + y = (int)gl2ps->viewport[1]; + width = (int)gl2ps->viewport[2]; + height = (int)gl2ps->viewport[3]; } /* Compressed SVG files (.svgz) are simply gzipped SVG files */ - tools_gl2psPrintGzipHeader(); + tools_gl2psPrintGzipHeader(gl2ps); - tools_gl2psPrintf("\n"); - tools_gl2psPrintf("\n", + tools_gl2psPrintf(gl2ps,"\n"); + tools_gl2psPrintf(gl2ps,"\n", width, height, x, y, width, height); - tools_gl2psPrintf("%s\n", tools_gl2ps_context->title); - tools_gl2psPrintf("\n"); - tools_gl2psPrintf("Creator: GL2PS %d.%d.%d%s, %s\n" + tools_gl2psPrintf(gl2ps,"%s\n", gl2ps->title); + tools_gl2psPrintf(gl2ps,"\n"); + tools_gl2psPrintf(gl2ps,"Creator: GL2PS %d.%d.%d%s, %s\n" "For: %s\n" "CreationDate: %s", TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, TOOLS_GL2PS_PATCH_VERSION, - TOOLS_GL2PS_EXTRA_VERSION, TOOLS_GL2PS_COPYRIGHT, tools_gl2ps_context->producer, ctime(&now)); - tools_gl2psPrintf("\n"); - tools_gl2psPrintf("\n"); - tools_gl2psPrintf("\n"); + TOOLS_GL2PS_EXTRA_VERSION, TOOLS_GL2PS_COPYRIGHT, gl2ps->producer, ctime(&now)); + tools_gl2psPrintf(gl2ps,"\n"); + tools_gl2psPrintf(gl2ps,"\n"); + tools_gl2psPrintf(gl2ps,"\n"); - if(tools_gl2ps_context->options & TOOLS_GL2PS_DRAW_BACKGROUND){ - tools_tools_gl2psSVGGetColorString(tools_gl2ps_context->bgcolor, col); - tools_gl2psPrintf("\n", col, - (int)tools_gl2ps_context->viewport[0], (int)tools_gl2ps_context->viewport[1], - (int)tools_gl2ps_context->viewport[2], (int)tools_gl2ps_context->viewport[1], - (int)tools_gl2ps_context->viewport[2], (int)tools_gl2ps_context->viewport[3], - (int)tools_gl2ps_context->viewport[0], (int)tools_gl2ps_context->viewport[3]); + if(gl2ps->options & TOOLS_GL2PS_DRAW_BACKGROUND){ + tools_gl2psSVGGetColorString(gl2ps->bgcolor, col); + tools_gl2psPrintf(gl2ps,"\n", col, + (int)gl2ps->viewport[0], (int)gl2ps->viewport[1], + (int)gl2ps->viewport[2], (int)gl2ps->viewport[1], + (int)gl2ps->viewport[2], (int)gl2ps->viewport[3], + (int)gl2ps->viewport[0], (int)gl2ps->viewport[3]); } /* group all the primitives and disable antialiasing */ - tools_gl2psPrintf("\n"); + tools_gl2psPrintf(gl2ps,"\n"); } -static void tools_gl2psPrintSVGSmoothTriangle(tools_GL2PSxyz xyz[3], tools_GL2PSrgba rgba[3]) +inline void tools_gl2psPrintSVGSmoothTriangle(tools_GL2PScontext* gl2ps, tools_GL2PSxyz xyz[3], tools_GL2PSrgba rgba[3]) { int i; tools_GL2PSxyz xyz2[3]; @@ -5102,12 +5410,12 @@ static void tools_gl2psPrintSVGSmoothTriangle(tools_GL2PSxyz xyz[3], tools_GL2PS without explicitly pre-defining gradients, so for now we just do recursive subdivision */ - if(tools_tools_gl2psSameColorThreshold(3, rgba, tools_gl2ps_context->threshold)){ - tools_tools_gl2psSVGGetColorString(rgba[0], col); - tools_gl2psPrintf("\n", xyz[0][0], xyz[0][1], + if(tools_gl2psSameColorThreshold(3, rgba, gl2ps->threshold)){ + tools_gl2psSVGGetColorString(rgba[0], col); + tools_gl2psPrintf(gl2ps,"\n", xyz[0][0], xyz[0][1], xyz[1][0], xyz[1][1], xyz[2][0], xyz[2][1]); } else{ @@ -5122,7 +5430,7 @@ static void tools_gl2psPrintSVGSmoothTriangle(tools_GL2PSxyz xyz[3], tools_GL2PS rgba2[1][i] = 0.5F * (rgba[0][i] + rgba[1][i]); rgba2[2][i] = 0.5F * (rgba[0][i] + rgba[2][i]); } - tools_gl2psPrintSVGSmoothTriangle(xyz2, rgba2); + tools_gl2psPrintSVGSmoothTriangle(gl2ps, xyz2, rgba2); for(i = 0; i < 3; i++){ xyz2[0][i] = 0.5F * (xyz[0][i] + xyz[1][i]); xyz2[1][i] = xyz[1][i]; @@ -5133,7 +5441,7 @@ static void tools_gl2psPrintSVGSmoothTriangle(tools_GL2PSxyz xyz[3], tools_GL2PS rgba2[1][i] = rgba[1][i]; rgba2[2][i] = 0.5F * (rgba[1][i] + rgba[2][i]); } - tools_gl2psPrintSVGSmoothTriangle(xyz2, rgba2); + tools_gl2psPrintSVGSmoothTriangle(gl2ps, xyz2, rgba2); for(i = 0; i < 3; i++){ xyz2[0][i] = 0.5F * (xyz[0][i] + xyz[2][i]); xyz2[1][i] = xyz[2][i]; @@ -5144,7 +5452,7 @@ static void tools_gl2psPrintSVGSmoothTriangle(tools_GL2PSxyz xyz[3], tools_GL2PS rgba2[1][i] = rgba[2][i]; rgba2[2][i] = 0.5F * (rgba[1][i] + rgba[2][i]); } - tools_gl2psPrintSVGSmoothTriangle(xyz2, rgba2); + tools_gl2psPrintSVGSmoothTriangle(gl2ps, xyz2, rgba2); for(i = 0; i < 3; i++){ xyz2[0][i] = 0.5F * (xyz[0][i] + xyz[1][i]); xyz2[1][i] = 0.5F * (xyz[1][i] + xyz[2][i]); @@ -5155,39 +5463,39 @@ static void tools_gl2psPrintSVGSmoothTriangle(tools_GL2PSxyz xyz[3], tools_GL2PS rgba2[1][i] = 0.5F * (rgba[1][i] + rgba[2][i]); rgba2[2][i] = 0.5F * (rgba[0][i] + rgba[2][i]); } - tools_gl2psPrintSVGSmoothTriangle(xyz2, rgba2); + tools_gl2psPrintSVGSmoothTriangle(gl2ps, xyz2, rgba2); } } -static void tools_gl2psPrintSVGDash(tools_GLushort pattern, tools_GLint factor) +inline void tools_gl2psPrintSVGDash(tools_GL2PScontext* gl2ps, tools_GLushort pattern, tools_GLint factor) { int i, n, array[10]; if(!pattern || !factor) return; /* solid line */ tools_gl2psParseStipplePattern(pattern, factor, &n, array); - tools_gl2psPrintf("stroke-dasharray=\""); + tools_gl2psPrintf(gl2ps,"stroke-dasharray=\""); for(i = 0; i < n; i++){ - if(i) tools_gl2psPrintf(","); - tools_gl2psPrintf("%d", array[i]); + if(i) tools_gl2psPrintf(gl2ps,","); + tools_gl2psPrintf(gl2ps,"%d", array[i]); } - tools_gl2psPrintf("\" "); + tools_gl2psPrintf(gl2ps,"\" "); } -static void tools_gl2psEndSVGLine(void) +inline void tools_gl2psEndSVGLine(tools_GL2PScontext* gl2ps) { int i; - if(tools_gl2ps_context->lastvertex.rgba[0] >= 0.){ - tools_gl2psPrintf("%g,%g\"/>\n", tools_gl2ps_context->lastvertex.xyz[0], - tools_gl2ps_context->viewport[3] - tools_gl2ps_context->lastvertex.xyz[1]); + if(gl2ps->lastvertex.rgba[0] >= 0.){ + tools_gl2psPrintf(gl2ps,"%g,%g\"/>\n", gl2ps->lastvertex.xyz[0], + gl2ps->viewport[3] - gl2ps->lastvertex.xyz[1]); for(i = 0; i < 3; i++) - tools_gl2ps_context->lastvertex.xyz[i] = -1.; + gl2ps->lastvertex.xyz[i] = -1.; for(i = 0; i < 4; i++) - tools_gl2ps_context->lastvertex.rgba[i] = -1.; + gl2ps->lastvertex.rgba[i] = -1.; } } -static void tools_gl2psPrintSVGPixmap(tools_GLfloat x, tools_GLfloat y, tools_GL2PSimage *pixmap) +inline void tools_gl2psPrintSVGPixmap(tools_GL2PScontext* gl2ps, tools_GLfloat x, tools_GLfloat y, tools_GL2PSimage *pixmap) { #if defined(TOOLS_GL2PS_HAVE_LIBPNG) tools_GL2PSlist *png; @@ -5208,25 +5516,26 @@ static void tools_gl2psPrintSVGPixmap(tools_GLfloat x, tools_GLfloat y, tools_GL /* Use "transform" attribute to scale and translate the image from the coordinates origin (0,0) */ y -= pixmap->zoom_y * (tools_GLfloat)pixmap->height; - tools_gl2psPrintf("width, pixmap->height); - tools_gl2psPrintf("transform=\"matrix(%g,0,0,%g,%g,%g)\"\n", + tools_gl2psPrintf(gl2ps,"transform=\"matrix(%g,0,0,%g,%g,%g)\"\n", pixmap->zoom_x, pixmap->zoom_y, x, y); - tools_gl2psPrintf("xlink:href=\"data:image/png;base64,"); + tools_gl2psPrintf(gl2ps,"xlink:href=\"data:image/png;base64,"); for(i = 0; i < tools_gl2psListNbr(png); i++){ tools_gl2psListRead(png, i, &c); - tools_gl2psPrintf("%c", c); + tools_gl2psPrintf(gl2ps,"%c", c); } - tools_gl2psPrintf("\"/>\n"); + tools_gl2psPrintf(gl2ps,"\"/>\n"); tools_gl2psListDelete(png); #else (void) x; (void) y; (void) pixmap; /* not used */ tools_gl2psMsg(TOOLS_GL2PS_WARNING, "GL2PS must be compiled with PNG support in " "order to embed images in SVG streams"); #endif + (void)gl2ps; } -static void tools_gl2psPrintSVGPrimitive(void *data) +inline void tools_gl2psPrintSVGPrimitive(tools_GL2PScontext* gl2ps, void *data) { tools_GL2PSprimitive *prim; tools_GL2PSxyz xyz[4]; @@ -5237,51 +5546,51 @@ static void tools_gl2psPrintSVGPrimitive(void *data) prim = *(tools_GL2PSprimitive**)data; - if((tools_gl2ps_context->options & TOOLS_GL2PS_OCCLUSION_CULL) && prim->culled) return; + if((gl2ps->options & TOOLS_GL2PS_OCCLUSION_CULL) && prim->culled) return; /* We try to draw connected lines as a single path to get nice line joins and correct stippling. So if the primitive to print is not a line we must first finish the current line (if any): */ - if(prim->type != TOOLS_GL2PS_LINE) tools_gl2psEndSVGLine(); + if(prim->type != TOOLS_GL2PS_LINE) tools_gl2psEndSVGLine(gl2ps); - tools_tools_gl2psSVGGetCoordsAndColors(prim->numverts, prim->verts, xyz, rgba); + tools_gl2psSVGGetCoordsAndColors(gl2ps, prim->numverts, prim->verts, xyz, rgba); switch(prim->type){ case TOOLS_GL2PS_POINT : - tools_tools_gl2psSVGGetColorString(rgba[0], col); - tools_gl2psPrintf("\n", + tools_gl2psSVGGetColorString(rgba[0], col); + tools_gl2psPrintf(gl2ps,"\n", xyz[0][0], xyz[0][1], 0.5 * prim->width); break; case TOOLS_GL2PS_LINE : - if(!tools_gl2psSamePosition(tools_gl2ps_context->lastvertex.xyz, prim->verts[0].xyz) || - !tools_gl2psSameColor(tools_gl2ps_context->lastrgba, prim->verts[0].rgba) || - tools_gl2ps_context->lastlinewidth != prim->width || - tools_gl2ps_context->lastlinecap != prim->linecap || - tools_gl2ps_context->lastlinejoin != prim->linejoin || - tools_gl2ps_context->lastpattern != prim->pattern || - tools_gl2ps_context->lastfactor != prim->factor){ + if(!tools_gl2psSamePosition(gl2ps->lastvertex.xyz, prim->verts[0].xyz) || + !tools_gl2psSameColor(gl2ps->lastrgba, prim->verts[0].rgba) || + gl2ps->lastlinewidth != prim->width || + gl2ps->lastlinecap != prim->linecap || + gl2ps->lastlinejoin != prim->linejoin || + gl2ps->lastpattern != prim->pattern || + gl2ps->lastfactor != prim->factor){ /* End the current line if the new segment does not start where the last one ended, or if the color, the width or the stippling have changed (we will need to use multi-point gradients for smooth-shaded lines) */ - tools_gl2psEndSVGLine(); + tools_gl2psEndSVGLine(gl2ps); newline = 1; } else{ newline = 0; } - tools_gl2ps_context->lastvertex = prim->verts[1]; - tools_gl2psSetLastColor(prim->verts[0].rgba); - tools_gl2ps_context->lastlinewidth = prim->width; - tools_gl2ps_context->lastlinecap = prim->linecap; - tools_gl2ps_context->lastlinejoin = prim->linejoin; - tools_gl2ps_context->lastpattern = prim->pattern; - tools_gl2ps_context->lastfactor = prim->factor; + gl2ps->lastvertex = prim->verts[1]; + tools_gl2psSetLastColor(gl2ps, prim->verts[0].rgba); + gl2ps->lastlinewidth = prim->width; + gl2ps->lastlinecap = prim->linecap; + gl2ps->lastlinejoin = prim->linejoin; + gl2ps->lastpattern = prim->pattern; + gl2ps->lastfactor = prim->factor; if(newline){ - tools_tools_gl2psSVGGetColorString(rgba[0], col); - tools_gl2psPrintf("width); switch (prim->linecap){ case TOOLS_GL2PS_LINE_CAP_BUTT: @@ -5311,112 +5620,112 @@ static void tools_gl2psPrintSVGPrimitive(void *data) sprintf (ljoin, "%s", "miter"); break; } - tools_gl2psPrintf("stroke-linecap=\"%s\" stroke-linejoin=\"%s\" ", + tools_gl2psPrintf(gl2ps,"stroke-linecap=\"%s\" stroke-linejoin=\"%s\" ", lcap, ljoin); - if(rgba[0][3] < 1.0F) tools_gl2psPrintf("stroke-opacity=\"%g\" ", rgba[0][3]); - tools_gl2psPrintSVGDash(prim->pattern, prim->factor); - tools_gl2psPrintf("points=\"%g,%g ", xyz[0][0], xyz[0][1]); + if(rgba[0][3] < 1.0F) tools_gl2psPrintf(gl2ps,"stroke-opacity=\"%g\" ", rgba[0][3]); + tools_gl2psPrintSVGDash(gl2ps, prim->pattern, prim->factor); + tools_gl2psPrintf(gl2ps,"points=\"%g,%g ", xyz[0][0], xyz[0][1]); } else{ - tools_gl2psPrintf("%g,%g ", xyz[0][0], xyz[0][1]); + tools_gl2psPrintf(gl2ps,"%g,%g ", xyz[0][0], xyz[0][1]); } break; case TOOLS_GL2PS_TRIANGLE : - tools_gl2psPrintSVGSmoothTriangle(xyz, rgba); + tools_gl2psPrintSVGSmoothTriangle(gl2ps, xyz, rgba); break; case TOOLS_GL2PS_QUADRANGLE : tools_gl2psMsg(TOOLS_GL2PS_WARNING, "There should not be any quad left to print"); break; case TOOLS_GL2PS_PIXMAP : - tools_gl2psPrintSVGPixmap(xyz[0][0], xyz[0][1], prim->data.image); + tools_gl2psPrintSVGPixmap(gl2ps,xyz[0][0], xyz[0][1], prim->data.image); break; case TOOLS_GL2PS_TEXT : - tools_tools_gl2psSVGGetColorString(prim->verts[0].rgba, col); - tools_gl2psPrintf("verts[0].rgba, col); + tools_gl2psPrintf(gl2ps,"data.text->fontsize); if(prim->data.text->angle) - tools_gl2psPrintf("transform=\"rotate(%g, %g, %g)\" ", + tools_gl2psPrintf(gl2ps,"transform=\"rotate(%g, %g, %g)\" ", -prim->data.text->angle, xyz[0][0], xyz[0][1]); switch(prim->data.text->alignment){ case TOOLS_GL2PS_TEXT_C: - tools_gl2psPrintf("text-anchor=\"middle\" dy=\"%d\" ", + tools_gl2psPrintf(gl2ps,"text-anchor=\"middle\" dy=\"%d\" ", prim->data.text->fontsize / 2); break; case TOOLS_GL2PS_TEXT_CL: - tools_gl2psPrintf("text-anchor=\"start\" dy=\"%d\" ", + tools_gl2psPrintf(gl2ps,"text-anchor=\"start\" dy=\"%d\" ", prim->data.text->fontsize / 2); break; case TOOLS_GL2PS_TEXT_CR: - tools_gl2psPrintf("text-anchor=\"end\" dy=\"%d\" ", + tools_gl2psPrintf(gl2ps,"text-anchor=\"end\" dy=\"%d\" ", prim->data.text->fontsize / 2); break; case TOOLS_GL2PS_TEXT_B: - tools_gl2psPrintf("text-anchor=\"middle\" dy=\"0\" "); + tools_gl2psPrintf(gl2ps,"text-anchor=\"middle\" dy=\"0\" "); break; case TOOLS_GL2PS_TEXT_BR: - tools_gl2psPrintf("text-anchor=\"end\" dy=\"0\" "); + tools_gl2psPrintf(gl2ps,"text-anchor=\"end\" dy=\"0\" "); break; case TOOLS_GL2PS_TEXT_T: - tools_gl2psPrintf("text-anchor=\"middle\" dy=\"%d\" ", + tools_gl2psPrintf(gl2ps,"text-anchor=\"middle\" dy=\"%d\" ", prim->data.text->fontsize); break; case TOOLS_GL2PS_TEXT_TL: - tools_gl2psPrintf("text-anchor=\"start\" dy=\"%d\" ", + tools_gl2psPrintf(gl2ps,"text-anchor=\"start\" dy=\"%d\" ", prim->data.text->fontsize); break; case TOOLS_GL2PS_TEXT_TR: - tools_gl2psPrintf("text-anchor=\"end\" dy=\"%d\" ", + tools_gl2psPrintf(gl2ps,"text-anchor=\"end\" dy=\"%d\" ", prim->data.text->fontsize); break; case TOOLS_GL2PS_TEXT_BL: default: /* same as TOOLS_GL2PS_TEXT_BL */ - tools_gl2psPrintf("text-anchor=\"start\" dy=\"0\" "); + tools_gl2psPrintf(gl2ps,"text-anchor=\"start\" dy=\"0\" "); break; } if(!strcmp(prim->data.text->fontname, "Times-Roman")) - tools_gl2psPrintf("font-family=\"Times\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Times\">"); else if(!strcmp(prim->data.text->fontname, "Times-Bold")) - tools_gl2psPrintf("font-family=\"Times\" font-weight=\"bold\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Times\" font-weight=\"bold\">"); else if(!strcmp(prim->data.text->fontname, "Times-Italic")) - tools_gl2psPrintf("font-family=\"Times\" font-style=\"italic\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Times\" font-style=\"italic\">"); else if(!strcmp(prim->data.text->fontname, "Times-BoldItalic")) - tools_gl2psPrintf("font-family=\"Times\" font-style=\"italic\" font-weight=\"bold\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Times\" font-style=\"italic\" font-weight=\"bold\">"); else if(!strcmp(prim->data.text->fontname, "Helvetica-Bold")) - tools_gl2psPrintf("font-family=\"Helvetica\" font-weight=\"bold\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Helvetica\" font-weight=\"bold\">"); else if(!strcmp(prim->data.text->fontname, "Helvetica-Oblique")) - tools_gl2psPrintf("font-family=\"Helvetica\" font-style=\"oblique\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Helvetica\" font-style=\"oblique\">"); else if(!strcmp(prim->data.text->fontname, "Helvetica-BoldOblique")) - tools_gl2psPrintf("font-family=\"Helvetica\" font-style=\"oblique\" font-weight=\"bold\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Helvetica\" font-style=\"oblique\" font-weight=\"bold\">"); else if(!strcmp(prim->data.text->fontname, "Courier-Bold")) - tools_gl2psPrintf("font-family=\"Courier\" font-weight=\"bold\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Courier\" font-weight=\"bold\">"); else if(!strcmp(prim->data.text->fontname, "Courier-Oblique")) - tools_gl2psPrintf("font-family=\"Courier\" font-style=\"oblique\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Courier\" font-style=\"oblique\">"); else if(!strcmp(prim->data.text->fontname, "Courier-BoldOblique")) - tools_gl2psPrintf("font-family=\"Courier\" font-style=\"oblique\" font-weight=\"bold\">"); + tools_gl2psPrintf(gl2ps,"font-family=\"Courier\" font-style=\"oblique\" font-weight=\"bold\">"); else - tools_gl2psPrintf("font-family=\"%s\">", prim->data.text->fontname); - tools_gl2psPrintf("%s\n", prim->data.text->str); + tools_gl2psPrintf(gl2ps,"font-family=\"%s\">", prim->data.text->fontname); + tools_gl2psPrintf(gl2ps,"%s\n", prim->data.text->str); break; case TOOLS_GL2PS_SPECIAL : /* alignment contains the format for which the special output text is intended */ if(prim->data.text->alignment == TOOLS_GL2PS_SVG) - tools_gl2psPrintf("%s\n", prim->data.text->str); + tools_gl2psPrintf(gl2ps,"%s\n", prim->data.text->str); break; default : break; } } -static void tools_gl2psPrintSVGFooter(void) +inline void tools_gl2psPrintSVGFooter(tools_GL2PScontext* gl2ps) { - tools_gl2psPrintf("\n"); - tools_gl2psPrintf("\n"); + tools_gl2psPrintf(gl2ps,"\n"); + tools_gl2psPrintf(gl2ps,"\n"); - tools_gl2psPrintGzipFooter(); + tools_gl2psPrintGzipFooter(gl2ps); } -static void tools_gl2psPrintSVGBeginViewport(tools_GLint viewport[4]) +inline void tools_gl2psPrintSVGBeginViewport(tools_GL2PScontext* gl2ps, tools_GLint viewport[4]) { tools_GLint idx; char col[32]; @@ -5425,61 +5734,61 @@ static void tools_gl2psPrintSVGBeginViewport(tools_GLint viewport[4]) tools_glRenderMode(TOOLS_GL_FEEDBACK); - tools_gl2psResetLineProperties(); + tools_gl2psResetLineProperties(gl2ps); - if(tools_gl2ps_context->header){ - tools_gl2psPrintSVGHeader(); - tools_gl2ps_context->header = TOOLS_GL_FALSE; + if(gl2ps->header){ + tools_gl2psPrintSVGHeader(gl2ps); + gl2ps->header = TOOLS_GL_FALSE; } - if(tools_gl2ps_context->options & TOOLS_GL2PS_DRAW_BACKGROUND){ - if(tools_gl2ps_context->colormode == TOOLS_GL_RGBA || tools_gl2ps_context->colorsize == 0){ + if(gl2ps->options & TOOLS_GL2PS_DRAW_BACKGROUND){ + if(gl2ps->colormode == TOOLS_GL_RGBA || gl2ps->colorsize == 0){ tools_glGetFloatv(TOOLS_GL_COLOR_CLEAR_VALUE, rgba); } else{ tools_glGetIntegerv(TOOLS_GL_INDEX_CLEAR_VALUE, &idx); - rgba[0] = tools_gl2ps_context->colormap[idx][0]; - rgba[1] = tools_gl2ps_context->colormap[idx][1]; - rgba[2] = tools_gl2ps_context->colormap[idx][2]; + rgba[0] = gl2ps->colormap[idx][0]; + rgba[1] = gl2ps->colormap[idx][1]; + rgba[2] = gl2ps->colormap[idx][2]; rgba[3] = 1.0F; } - tools_tools_gl2psSVGGetColorString(rgba, col); - tools_gl2psPrintf("viewport[3] - y, - x + w, tools_gl2ps_context->viewport[3] - y, - x + w, tools_gl2ps_context->viewport[3] - (y + h), - x, tools_gl2ps_context->viewport[3] - (y + h)); - tools_gl2psPrintf("shape-rendering=\"crispEdges\"/>\n"); + tools_gl2psSVGGetColorString(rgba, col); + tools_gl2psPrintf(gl2ps,"viewport[3] - y, + x + w, gl2ps->viewport[3] - y, + x + w, gl2ps->viewport[3] - (y + h), + x, gl2ps->viewport[3] - (y + h)); + tools_gl2psPrintf(gl2ps,"shape-rendering=\"crispEdges\"/>\n"); } - tools_gl2psPrintf("\n", x, y, w, h); - tools_gl2psPrintf(" \n", - x, tools_gl2ps_context->viewport[3] - y, - x + w, tools_gl2ps_context->viewport[3] - y, - x + w, tools_gl2ps_context->viewport[3] - (y + h), - x, tools_gl2ps_context->viewport[3] - (y + h)); - tools_gl2psPrintf("\n"); - tools_gl2psPrintf("\n", x, y, w, h); + tools_gl2psPrintf(gl2ps,"\n", x, y, w, h); + tools_gl2psPrintf(gl2ps," \n", + x, gl2ps->viewport[3] - y, + x + w, gl2ps->viewport[3] - y, + x + w, gl2ps->viewport[3] - (y + h), + x, gl2ps->viewport[3] - (y + h)); + tools_gl2psPrintf(gl2ps,"\n"); + tools_gl2psPrintf(gl2ps,"\n", x, y, w, h); } -static tools_GLint tools_gl2psPrintSVGEndViewport(void) +inline tools_GLint tools_gl2psPrintSVGEndViewport(tools_GL2PScontext* gl2ps) { tools_GLint res; - res = tools_gl2psPrintPrimitives(); - tools_gl2psPrintf("\n"); + res = tools_gl2psPrintPrimitives(gl2ps); + tools_gl2psPrintf(gl2ps,"\n"); return res; } -static void tools_gl2psPrintSVGFinalPrimitive(void) +inline void tools_gl2psPrintSVGFinalPrimitive(tools_GL2PScontext* gl2ps) { /* End any remaining line, if any */ - tools_gl2psEndSVGLine(); + tools_gl2psEndSVGLine(gl2ps); } /* definition of the SVG backend */ -static tools_GL2PSbackend tools_gl2psSVG = { +static const tools_GL2PSbackend tools_gl2psSVG = { tools_gl2psPrintSVGHeader, tools_gl2psPrintSVGFooter, tools_gl2psPrintSVGBeginViewport, @@ -5496,64 +5805,64 @@ static tools_GL2PSbackend tools_gl2psSVG = { * *********************************************************************/ -static void tools_gl2psPrintPGFColor(tools_GL2PSrgba rgba) +inline void tools_gl2psPrintPGFColor(tools_GL2PScontext* gl2ps, tools_GL2PSrgba rgba) { - if(!tools_gl2psSameColor(tools_gl2ps_context->lastrgba, rgba)){ - tools_gl2psSetLastColor(rgba); - fprintf(tools_gl2ps_context->stream, "\\color[rgb]{%f,%f,%f}\n", rgba[0], rgba[1], rgba[2]); + if(!tools_gl2psSameColor(gl2ps->lastrgba, rgba)){ + tools_gl2psSetLastColor(gl2ps, rgba); + fprintf(gl2ps->stream, "\\color[rgb]{%f,%f,%f}\n", rgba[0], rgba[1], rgba[2]); } } -static void tools_gl2psPrintPGFHeader(void) +inline void tools_gl2psPrintPGFHeader(tools_GL2PScontext* gl2ps) { time_t now; time(&now); - fprintf(tools_gl2ps_context->stream, + fprintf(gl2ps->stream, "%% Title: %s\n" "%% Creator: GL2PS %d.%d.%d%s, %s\n" "%% For: %s\n" "%% CreationDate: %s", - tools_gl2ps_context->title, TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, + gl2ps->title, TOOLS_GL2PS_MAJOR_VERSION, TOOLS_GL2PS_MINOR_VERSION, TOOLS_GL2PS_PATCH_VERSION, TOOLS_GL2PS_EXTRA_VERSION, TOOLS_GL2PS_COPYRIGHT, - tools_gl2ps_context->producer, ctime(&now)); + gl2ps->producer, ctime(&now)); - fprintf(tools_gl2ps_context->stream, "\\begin{pgfpicture}\n"); - if(tools_gl2ps_context->options & TOOLS_GL2PS_DRAW_BACKGROUND){ - tools_gl2psPrintPGFColor(tools_gl2ps_context->bgcolor); - fprintf(tools_gl2ps_context->stream, + fprintf(gl2ps->stream, "\\begin{pgfpicture}\n"); + if(gl2ps->options & TOOLS_GL2PS_DRAW_BACKGROUND){ + tools_gl2psPrintPGFColor(gl2ps, gl2ps->bgcolor); + fprintf(gl2ps->stream, "\\pgfpathrectanglecorners{" "\\pgfpoint{%dpt}{%dpt}}{\\pgfpoint{%dpt}{%dpt}}\n" "\\pgfusepath{fill}\n", - (int)tools_gl2ps_context->viewport[0], (int)tools_gl2ps_context->viewport[1], - (int)tools_gl2ps_context->viewport[2], (int)tools_gl2ps_context->viewport[3]); + (int)gl2ps->viewport[0], (int)gl2ps->viewport[1], + (int)gl2ps->viewport[2], (int)gl2ps->viewport[3]); } } -static void tools_gl2psPrintPGFDash(tools_GLushort pattern, tools_GLint factor) +inline void tools_gl2psPrintPGFDash(tools_GL2PScontext* gl2ps, tools_GLushort pattern, tools_GLint factor) { int i, n, array[10]; - if(pattern == tools_gl2ps_context->lastpattern && factor == tools_gl2ps_context->lastfactor) + if(pattern == gl2ps->lastpattern && factor == gl2ps->lastfactor) return; - tools_gl2ps_context->lastpattern = pattern; - tools_gl2ps_context->lastfactor = factor; + gl2ps->lastpattern = pattern; + gl2ps->lastfactor = factor; if(!pattern || !factor){ /* solid line */ - fprintf(tools_gl2ps_context->stream, "\\pgfsetdash{}{0pt}\n"); + fprintf(gl2ps->stream, "\\pgfsetdash{}{0pt}\n"); } else{ tools_gl2psParseStipplePattern(pattern, factor, &n, array); - fprintf(tools_gl2ps_context->stream, "\\pgfsetdash{"); - for(i = 0; i < n; i++) fprintf(tools_gl2ps_context->stream, "{%dpt}", array[i]); - fprintf(tools_gl2ps_context->stream, "}{0pt}\n"); + fprintf(gl2ps->stream, "\\pgfsetdash{"); + for(i = 0; i < n; i++) fprintf(gl2ps->stream, "{%dpt}", array[i]); + fprintf(gl2ps->stream, "}{0pt}\n"); } } -static const char *tools_tools_gl2psPGFTextAlignment(int align) +inline const char *tools_gl2psPGFTextAlignment(int align) { switch(align){ case TOOLS_GL2PS_TEXT_C : return "center"; @@ -5569,7 +5878,7 @@ static const char *tools_tools_gl2psPGFTextAlignment(int align) } } -static void tools_gl2psPrintPGFPrimitive(void *data) +inline void tools_gl2psPrintPGFPrimitive(tools_GL2PScontext* gl2ps, void *data) { tools_GL2PSprimitive *prim; @@ -5578,8 +5887,8 @@ static void tools_gl2psPrintPGFPrimitive(void *data) switch(prim->type){ case TOOLS_GL2PS_POINT : /* Points in openGL are rectangular */ - tools_gl2psPrintPGFColor(prim->verts[0].rgba); - fprintf(tools_gl2ps_context->stream, + tools_gl2psPrintPGFColor(gl2ps, prim->verts[0].rgba); + fprintf(gl2ps->stream, "\\pgfpathrectangle{\\pgfpoint{%fpt}{%fpt}}" "{\\pgfpoint{%fpt}{%fpt}}\n\\pgfusepath{fill}\n", prim->verts[0].xyz[0]-0.5*prim->width, @@ -5587,41 +5896,41 @@ static void tools_gl2psPrintPGFPrimitive(void *data) prim->width,prim->width); break; case TOOLS_GL2PS_LINE : - tools_gl2psPrintPGFColor(prim->verts[0].rgba); - if(tools_gl2ps_context->lastlinewidth != prim->width){ - tools_gl2ps_context->lastlinewidth = prim->width; - fprintf(tools_gl2ps_context->stream, "\\pgfsetlinewidth{%fpt}\n", tools_gl2ps_context->lastlinewidth); + tools_gl2psPrintPGFColor(gl2ps, prim->verts[0].rgba); + if(gl2ps->lastlinewidth != prim->width){ + gl2ps->lastlinewidth = prim->width; + fprintf(gl2ps->stream, "\\pgfsetlinewidth{%fpt}\n", gl2ps->lastlinewidth); } - if(tools_gl2ps_context->lastlinecap != prim->linecap){ - tools_gl2ps_context->lastlinecap = prim->linecap; + if(gl2ps->lastlinecap != prim->linecap){ + gl2ps->lastlinecap = prim->linecap; switch (prim->linecap){ case TOOLS_GL2PS_LINE_CAP_BUTT: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "buttcap"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "buttcap"); break; case TOOLS_GL2PS_LINE_CAP_ROUND: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "roundcap"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "roundcap"); break; case TOOLS_GL2PS_LINE_CAP_SQUARE: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "rectcap"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "rectcap"); break; } } - if(tools_gl2ps_context->lastlinejoin != prim->linejoin){ - tools_gl2ps_context->lastlinejoin = prim->linejoin; + if(gl2ps->lastlinejoin != prim->linejoin){ + gl2ps->lastlinejoin = prim->linejoin; switch (prim->linejoin){ case TOOLS_GL2PS_LINE_JOIN_MITER: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "miterjoin"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "miterjoin"); break; case TOOLS_GL2PS_LINE_JOIN_ROUND: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "roundjoin"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "roundjoin"); break; case TOOLS_GL2PS_LINE_JOIN_BEVEL: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "beveljoin"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "beveljoin"); break; } } - tools_gl2psPrintPGFDash(prim->pattern, prim->factor); - fprintf(tools_gl2ps_context->stream, + tools_gl2psPrintPGFDash(gl2ps, prim->pattern, prim->factor); + fprintf(gl2ps->stream, "\\pgfpathmoveto{\\pgfpoint{%fpt}{%fpt}}\n" "\\pgflineto{\\pgfpoint{%fpt}{%fpt}}\n" "\\pgfusepath{stroke}\n", @@ -5629,40 +5938,40 @@ static void tools_gl2psPrintPGFPrimitive(void *data) prim->verts[0].xyz[0], prim->verts[0].xyz[1]); break; case TOOLS_GL2PS_TRIANGLE : - if(tools_gl2ps_context->lastlinewidth != 0){ - tools_gl2ps_context->lastlinewidth = 0; - fprintf(tools_gl2ps_context->stream, "\\pgfsetlinewidth{0.01pt}\n"); + if(gl2ps->lastlinewidth != 0){ + gl2ps->lastlinewidth = 0; + fprintf(gl2ps->stream, "\\pgfsetlinewidth{0.01pt}\n"); } - if(tools_gl2ps_context->lastlinecap != prim->linecap){ - tools_gl2ps_context->lastlinecap = prim->linecap; + if(gl2ps->lastlinecap != prim->linecap){ + gl2ps->lastlinecap = prim->linecap; switch (prim->linecap){ case TOOLS_GL2PS_LINE_CAP_BUTT: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "buttcap"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "buttcap"); break; case TOOLS_GL2PS_LINE_CAP_ROUND: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "roundcap"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "roundcap"); break; case TOOLS_GL2PS_LINE_CAP_SQUARE: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "rectcap"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "rectcap"); break; } } - if(tools_gl2ps_context->lastlinejoin != prim->linejoin){ - tools_gl2ps_context->lastlinejoin = prim->linejoin; + if(gl2ps->lastlinejoin != prim->linejoin){ + gl2ps->lastlinejoin = prim->linejoin; switch (prim->linejoin){ case TOOLS_GL2PS_LINE_JOIN_MITER: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "miterjoin"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "miterjoin"); break; case TOOLS_GL2PS_LINE_JOIN_ROUND: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "roundjoin"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "roundjoin"); break; case TOOLS_GL2PS_LINE_JOIN_BEVEL: - fprintf(tools_gl2ps_context->stream, "\\pgfset%s\n", "beveljoin"); + fprintf(gl2ps->stream, "\\pgfset%s\n", "beveljoin"); break; } } - tools_gl2psPrintPGFColor(prim->verts[0].rgba); - fprintf(tools_gl2ps_context->stream, + tools_gl2psPrintPGFColor(gl2ps, prim->verts[0].rgba); + fprintf(gl2ps->stream, "\\pgfpathmoveto{\\pgfpoint{%fpt}{%fpt}}\n" "\\pgflineto{\\pgfpoint{%fpt}{%fpt}}\n" "\\pgflineto{\\pgfpoint{%fpt}{%fpt}}\n" @@ -5673,44 +5982,44 @@ static void tools_gl2psPrintPGFPrimitive(void *data) prim->verts[0].xyz[0], prim->verts[0].xyz[1]); break; case TOOLS_GL2PS_TEXT : - fprintf(tools_gl2ps_context->stream, "{\n\\pgftransformshift{\\pgfpoint{%fpt}{%fpt}}\n", + fprintf(gl2ps->stream, "{\n\\pgftransformshift{\\pgfpoint{%fpt}{%fpt}}\n", prim->verts[0].xyz[0], prim->verts[0].xyz[1]); if(prim->data.text->angle) - fprintf(tools_gl2ps_context->stream, "\\pgftransformrotate{%f}{", prim->data.text->angle); + fprintf(gl2ps->stream, "\\pgftransformrotate{%f}{", prim->data.text->angle); - fprintf(tools_gl2ps_context->stream, "\\pgfnode{rectangle}{%s}{\\fontsize{%d}{0}\\selectfont", - tools_tools_gl2psPGFTextAlignment(prim->data.text->alignment), + fprintf(gl2ps->stream, "\\pgfnode{rectangle}{%s}{\\fontsize{%d}{0}\\selectfont", + tools_gl2psPGFTextAlignment(prim->data.text->alignment), prim->data.text->fontsize); - fprintf(tools_gl2ps_context->stream, "\\textcolor[rgb]{%g,%g,%g}{{%s}}", + fprintf(gl2ps->stream, "\\textcolor[rgb]{%g,%g,%g}{{%s}}", prim->verts[0].rgba[0], prim->verts[0].rgba[1], prim->verts[0].rgba[2], prim->data.text->str); - fprintf(tools_gl2ps_context->stream, "}{}{\\pgfusepath{discard}}}"); + fprintf(gl2ps->stream, "}{}{\\pgfusepath{discard}}"); if(prim->data.text->angle) - fprintf(tools_gl2ps_context->stream, "}"); + fprintf(gl2ps->stream, "}"); - fprintf(tools_gl2ps_context->stream, "\n"); + fprintf(gl2ps->stream, "\n}\n"); break; case TOOLS_GL2PS_SPECIAL : /* alignment contains the format for which the special output text is intended */ if (prim->data.text->alignment == TOOLS_GL2PS_PGF) - fprintf(tools_gl2ps_context->stream, "%s\n", prim->data.text->str); + fprintf(gl2ps->stream, "%s\n", prim->data.text->str); break; default : break; } } -static void tools_gl2psPrintPGFFooter(void) +inline void tools_gl2psPrintPGFFooter(tools_GL2PScontext* gl2ps) { - fprintf(tools_gl2ps_context->stream, "\\end{pgfpicture}\n"); + fprintf(gl2ps->stream, "\\end{pgfpicture}\n"); } -static void tools_gl2psPrintPGFBeginViewport(tools_GLint viewport[4]) +inline void tools_gl2psPrintPGFBeginViewport(tools_GL2PScontext* gl2ps, tools_GLint viewport[4]) { tools_GLint idx; tools_GLfloat rgba[4]; @@ -5718,55 +6027,55 @@ static void tools_gl2psPrintPGFBeginViewport(tools_GLint viewport[4]) tools_glRenderMode(TOOLS_GL_FEEDBACK); - tools_gl2psResetLineProperties(); + tools_gl2psResetLineProperties(gl2ps); - if(tools_gl2ps_context->header){ - tools_gl2psPrintPGFHeader(); - tools_gl2ps_context->header = TOOLS_GL_FALSE; + if(gl2ps->header){ + tools_gl2psPrintPGFHeader(gl2ps); + gl2ps->header = TOOLS_GL_FALSE; } - fprintf(tools_gl2ps_context->stream, "\\begin{pgfscope}\n"); - if(tools_gl2ps_context->options & TOOLS_GL2PS_DRAW_BACKGROUND){ - if(tools_gl2ps_context->colormode == TOOLS_GL_RGBA || tools_gl2ps_context->colorsize == 0){ + fprintf(gl2ps->stream, "\\begin{pgfscope}\n"); + if(gl2ps->options & TOOLS_GL2PS_DRAW_BACKGROUND){ + if(gl2ps->colormode == TOOLS_GL_RGBA || gl2ps->colorsize == 0){ tools_glGetFloatv(TOOLS_GL_COLOR_CLEAR_VALUE, rgba); } else{ tools_glGetIntegerv(TOOLS_GL_INDEX_CLEAR_VALUE, &idx); - rgba[0] = tools_gl2ps_context->colormap[idx][0]; - rgba[1] = tools_gl2ps_context->colormap[idx][1]; - rgba[2] = tools_gl2ps_context->colormap[idx][2]; + rgba[0] = gl2ps->colormap[idx][0]; + rgba[1] = gl2ps->colormap[idx][1]; + rgba[2] = gl2ps->colormap[idx][2]; rgba[3] = 1.0F; } - tools_gl2psPrintPGFColor(rgba); - fprintf(tools_gl2ps_context->stream, + tools_gl2psPrintPGFColor(gl2ps, rgba); + fprintf(gl2ps->stream, "\\pgfpathrectangle{\\pgfpoint{%dpt}{%dpt}}" "{\\pgfpoint{%dpt}{%dpt}}\n" "\\pgfusepath{fill}\n", x, y, w, h); } - fprintf(tools_gl2ps_context->stream, + fprintf(gl2ps->stream, "\\pgfpathrectangle{\\pgfpoint{%dpt}{%dpt}}" "{\\pgfpoint{%dpt}{%dpt}}\n" "\\pgfusepath{clip}\n", x, y, w, h); } -static tools_GLint tools_gl2psPrintPGFEndViewport(void) +inline tools_GLint tools_gl2psPrintPGFEndViewport(tools_GL2PScontext* gl2ps) { tools_GLint res; - res = tools_gl2psPrintPrimitives(); - fprintf(tools_gl2ps_context->stream, "\\end{pgfscope}\n"); + res = tools_gl2psPrintPrimitives(gl2ps); + fprintf(gl2ps->stream, "\\end{pgfscope}\n"); return res; } -static void tools_gl2psPrintPGFFinalPrimitive(void) +inline void tools_gl2psPrintPGFFinalPrimitive(tools_GL2PScontext*) { } /* definition of the PGF backend */ -static tools_GL2PSbackend tools_gl2psPGF = { +static const tools_GL2PSbackend tools_gl2psPGF = { tools_gl2psPrintPGFHeader, tools_gl2psPrintPGFFooter, tools_gl2psPrintPGFBeginViewport, @@ -5786,7 +6095,7 @@ static tools_GL2PSbackend tools_gl2psPGF = { /* Warning: the ordering of the backends must match the format #defines in gl2ps.h */ -static tools_GL2PSbackend *tools_gl2psbackends[] = { +static const tools_GL2PSbackend *tools_gl2psbackends[] = { &tools_gl2psPS, /* 0 */ &tools_gl2psEPS, /* 1 */ &tools_gl2psTEX, /* 2 */ @@ -5795,7 +6104,7 @@ static tools_GL2PSbackend *tools_gl2psbackends[] = { &tools_gl2psPGF /* 5 */ }; -static void tools_gl2psComputeTightBoundingBox(void *data) +inline void tools_gl2psComputeTightBoundingBox(tools_GL2PScontext* gl2ps, void *data) { tools_GL2PSprimitive *prim; int i; @@ -5803,24 +6112,24 @@ static void tools_gl2psComputeTightBoundingBox(void *data) prim = *(tools_GL2PSprimitive**)data; for(i = 0; i < prim->numverts; i++){ - if(prim->verts[i].xyz[0] < tools_gl2ps_context->viewport[0]) - tools_gl2ps_context->viewport[0] = (tools_GLint)prim->verts[i].xyz[0]; - if(prim->verts[i].xyz[0] > tools_gl2ps_context->viewport[2]) - tools_gl2ps_context->viewport[2] = (tools_GLint)(prim->verts[i].xyz[0] + 0.5F); - if(prim->verts[i].xyz[1] < tools_gl2ps_context->viewport[1]) - tools_gl2ps_context->viewport[1] = (tools_GLint)prim->verts[i].xyz[1]; - if(prim->verts[i].xyz[1] > tools_gl2ps_context->viewport[3]) - tools_gl2ps_context->viewport[3] = (tools_GLint)(prim->verts[i].xyz[1] + 0.5F); + if(prim->verts[i].xyz[0] < gl2ps->viewport[0]) + gl2ps->viewport[0] = (tools_GLint)prim->verts[i].xyz[0]; + if(prim->verts[i].xyz[0] > gl2ps->viewport[2]) + gl2ps->viewport[2] = (tools_GLint)(prim->verts[i].xyz[0] + 0.5F); + if(prim->verts[i].xyz[1] < gl2ps->viewport[1]) + gl2ps->viewport[1] = (tools_GLint)prim->verts[i].xyz[1]; + if(prim->verts[i].xyz[1] > gl2ps->viewport[3]) + gl2ps->viewport[3] = (tools_GLint)(prim->verts[i].xyz[1] + 0.5F); } } -static tools_GLint tools_gl2psPrintPrimitives(void) +inline tools_GLint tools_gl2psPrintPrimitives(tools_GL2PScontext* gl2ps) { tools_GL2PSbsptree *root; tools_GL2PSxyz eye = {0.0F, 0.0F, 100.0F * TOOLS_GL2PS_ZSCALE}; tools_GLint used = 0; - if ((tools_gl2ps_context->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) == TOOLS_GL2PS_NONE) { + if ((gl2ps->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) == TOOLS_GL2PS_NONE) { used = tools_glRenderMode(TOOLS_GL_RENDER); } @@ -5830,67 +6139,68 @@ static tools_GLint tools_gl2psPrintPrimitives(void) } if(used > 0) - tools_gl2psParseFeedbackBuffer(used); + tools_gl2psParseFeedbackBuffer(gl2ps, used); - tools_gl2psRescaleAndOffset(); + tools_gl2psRescaleAndOffset(gl2ps); - if(tools_gl2ps_context->header){ - if(tools_gl2psListNbr(tools_gl2ps_context->primitives) && - (tools_gl2ps_context->options & TOOLS_GL2PS_TIGHT_BOUNDING_BOX)){ - tools_gl2ps_context->viewport[0] = tools_gl2ps_context->viewport[1] = 100000; - tools_gl2ps_context->viewport[2] = tools_gl2ps_context->viewport[3] = -100000; - tools_gl2psListAction(tools_gl2ps_context->primitives, tools_gl2psComputeTightBoundingBox); + if(gl2ps->header){ + if(tools_gl2psListNbr(gl2ps->primitives) && + (gl2ps->options & TOOLS_GL2PS_TIGHT_BOUNDING_BOX)){ + gl2ps->viewport[0] = gl2ps->viewport[1] = 100000; + gl2ps->viewport[2] = gl2ps->viewport[3] = -100000; + tools_gl2psListActionContext(gl2ps, gl2ps->primitives, tools_gl2psComputeTightBoundingBox); } - (tools_gl2psbackends[tools_gl2ps_context->format]->printHeader)(); - tools_gl2ps_context->header = TOOLS_GL_FALSE; + (tools_gl2psbackends[gl2ps->format]->printHeader)(gl2ps); + gl2ps->header = TOOLS_GL_FALSE; } - if(!tools_gl2psListNbr(tools_gl2ps_context->primitives)){ + if(!tools_gl2psListNbr(gl2ps->primitives)){ /* empty feedback buffer and/or nothing else to print */ return TOOLS_GL2PS_NO_FEEDBACK; } - switch(tools_gl2ps_context->sort){ + switch(gl2ps->sort){ case TOOLS_GL2PS_NO_SORT : - tools_gl2psListAction(tools_gl2ps_context->primitives, tools_gl2psbackends[tools_gl2ps_context->format]->printPrimitive); - tools_gl2psListAction(tools_gl2ps_context->primitives, tools_tools_gl2psFreePrimitive); + tools_gl2psListActionContext(gl2ps, gl2ps->primitives, tools_gl2psbackends[gl2ps->format]->printPrimitive); + tools_gl2psListAction(gl2ps->primitives, tools_gl2psFreePrimitive); /* reset the primitive list, waiting for the next viewport */ - tools_gl2psListReset(tools_gl2ps_context->primitives); + tools_gl2psListReset(gl2ps->primitives); break; case TOOLS_GL2PS_SIMPLE_SORT : - tools_gl2psListSort(tools_gl2ps_context->primitives, tools_gl2psCompareDepth); - if(tools_gl2ps_context->options & TOOLS_GL2PS_OCCLUSION_CULL){ - tools_tools_gl2psListActionInverse(tools_gl2ps_context->primitives, tools_tools_gl2psAddInImageTree); - tools_tools_gl2psFreeBspImageTree(&tools_gl2ps_context->imagetree); + tools_gl2psListAssignSortIds(gl2ps->primitives); + tools_gl2psListSort(gl2ps->primitives, tools_gl2psCompareDepth); + if(gl2ps->options & TOOLS_GL2PS_OCCLUSION_CULL){ + tools_gl2psListActionInverseContext(gl2ps, gl2ps->primitives, tools_gl2psAddInImageTree); + tools_gl2psFreeBspImageTree(&gl2ps->imagetree); } - tools_gl2psListAction(tools_gl2ps_context->primitives, tools_gl2psbackends[tools_gl2ps_context->format]->printPrimitive); - tools_gl2psListAction(tools_gl2ps_context->primitives, tools_tools_gl2psFreePrimitive); + tools_gl2psListActionContext(gl2ps, gl2ps->primitives, tools_gl2psbackends[gl2ps->format]->printPrimitive); + tools_gl2psListAction(gl2ps->primitives, tools_gl2psFreePrimitive); /* reset the primitive list, waiting for the next viewport */ - tools_gl2psListReset(tools_gl2ps_context->primitives); + tools_gl2psListReset(gl2ps->primitives); break; case TOOLS_GL2PS_BSP_SORT : root = (tools_GL2PSbsptree*)tools_gl2psMalloc(sizeof(tools_GL2PSbsptree)); - tools_gl2psBuildBspTree(root, tools_gl2ps_context->primitives); - if(TOOLS_GL_TRUE == tools_gl2ps_context->boundary) tools_gl2psBuildPolygonBoundary(root); - if(tools_gl2ps_context->options & TOOLS_GL2PS_OCCLUSION_CULL){ - tools_gl2psTraverseBspTree(root, eye, -TOOLS_GL2PS_EPSILON, tools_gl2psLess, - tools_tools_gl2psAddInImageTree, 1); - tools_tools_gl2psFreeBspImageTree(&tools_gl2ps_context->imagetree); + tools_gl2psBuildBspTree(gl2ps, root, gl2ps->primitives); + if(TOOLS_GL_TRUE == gl2ps->boundary) tools_gl2psBuildPolygonBoundary(root); + if(gl2ps->options & TOOLS_GL2PS_OCCLUSION_CULL){ + tools_gl2psTraverseBspTree(gl2ps, root, eye, -TOOLS_GL2PS_EPSILON, tools_gl2psLess, + tools_gl2psAddInImageTree, 1); + tools_gl2psFreeBspImageTree(&gl2ps->imagetree); } - tools_gl2psTraverseBspTree(root, eye, TOOLS_GL2PS_EPSILON, tools_gl2psGreater, - tools_gl2psbackends[tools_gl2ps_context->format]->printPrimitive, 0); - tools_tools_gl2psFreeBspTree(&root); + tools_gl2psTraverseBspTree(gl2ps, root, eye, TOOLS_GL2PS_EPSILON, tools_gl2psGreater, + tools_gl2psbackends[gl2ps->format]->printPrimitive, 0); + tools_gl2psFreeBspTree(&root); /* reallocate the primitive list (it's been deleted by tools_gl2psBuildBspTree) in case there is another viewport */ - tools_gl2ps_context->primitives = tools_gl2psListCreate(500, 500, sizeof(tools_GL2PSprimitive*)); + gl2ps->primitives = tools_gl2psListCreate(500, 500, sizeof(tools_GL2PSprimitive*)); break; } - tools_gl2psbackends[tools_gl2ps_context->format]->printFinalPrimitive(); + tools_gl2psbackends[gl2ps->format]->printFinalPrimitive(gl2ps); return TOOLS_GL2PS_SUCCESS; } -static tools_GLboolean tools_gl2psCheckOptions(tools_GLint options, tools_GLint colormode) +inline tools_GLboolean tools_gl2psCheckOptions(tools_GLint options, tools_GLint colormode) { if (options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) { if (options & TOOLS_GL2PS_DRAW_BACKGROUND) { @@ -5924,7 +6234,7 @@ static tools_GLboolean tools_gl2psCheckOptions(tools_GLint options, tools_GLint * *********************************************************************/ -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBeginPage(const char *title, const char *producer, +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBeginPage(tools_GL2PScontext* gl2ps, const char *title, const char *producer, tools_GLint viewport[4], tools_GLint format, tools_GLint sort, tools_GLint options, tools_GLint colormode, tools_GLint colorsize, tools_GL2PSrgba *colormap, @@ -5934,27 +6244,28 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBeginPage(const char *title, const cha tools_GLint idx; int i; - if(tools_gl2ps_context){ +/*G.Barrand: if(gl2ps){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "tools_gl2psBeginPage called in wrong program state"); return TOOLS_GL2PS_ERROR; } - tools_gl2ps_context = (tools_GL2PScontext*)tools_gl2psMalloc(sizeof(tools_GL2PScontext)); + gl2ps = (tools_GL2PScontext*)tools_gl2psMalloc(sizeof(tools_GL2PScontext)); +*/ /* Validate options */ if (tools_gl2psCheckOptions(options, colormode) == TOOLS_GL_FALSE) { - tools_gl2psFree(tools_gl2ps_context); - tools_gl2ps_context = NULL; + /*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ return TOOLS_GL2PS_ERROR; } if(format >= 0 && format < (tools_GLint)(sizeof(tools_gl2psbackends) / sizeof(tools_gl2psbackends[0]))){ - tools_gl2ps_context->format = format; + gl2ps->format = format; } else { tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Unknown output format: %d", format); - tools_gl2psFree(tools_gl2ps_context); - tools_gl2ps_context = NULL; + /*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ return TOOLS_GL2PS_ERROR; } @@ -5962,241 +6273,279 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBeginPage(const char *title, const cha case TOOLS_GL2PS_NO_SORT : case TOOLS_GL2PS_SIMPLE_SORT : case TOOLS_GL2PS_BSP_SORT : - tools_gl2ps_context->sort = sort; + gl2ps->sort = sort; break; default : tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Unknown sorting algorithm: %d", sort); - tools_gl2psFree(tools_gl2ps_context); - tools_gl2ps_context = NULL; + /*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ return TOOLS_GL2PS_ERROR; } if(stream){ - tools_gl2ps_context->stream = stream; + gl2ps->stream = stream; } else{ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Bad file pointer"); - tools_gl2psFree(tools_gl2ps_context); - tools_gl2ps_context = NULL; + /*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ return TOOLS_GL2PS_ERROR; } - tools_gl2ps_context->header = TOOLS_GL_TRUE; - tools_gl2ps_context->forcerasterpos = TOOLS_GL_FALSE; - tools_gl2ps_context->maxbestroot = 10; - tools_gl2ps_context->options = options; - tools_gl2ps_context->compress = NULL; - tools_gl2ps_context->imagemap_head = NULL; - tools_gl2ps_context->imagemap_tail = NULL; + gl2ps->header = TOOLS_GL_TRUE; + gl2ps->forcerasterpos = TOOLS_GL_FALSE; + gl2ps->maxbestroot = 10; + gl2ps->options = options; + gl2ps->compress = NULL; + gl2ps->imagemap_head = NULL; + gl2ps->imagemap_tail = NULL; - if(tools_gl2ps_context->options & TOOLS_GL2PS_USE_CURRENT_VIEWPORT){ - tools_glGetIntegerv(TOOLS_GL_VIEWPORT, tools_gl2ps_context->viewport); + if(gl2ps->options & TOOLS_GL2PS_USE_CURRENT_VIEWPORT){ + tools_glGetIntegerv(TOOLS_GL_VIEWPORT, gl2ps->viewport); } else{ for(i = 0; i < 4; i++){ - tools_gl2ps_context->viewport[i] = viewport[i]; + gl2ps->viewport[i] = viewport[i]; } } - if(!tools_gl2ps_context->viewport[2] || !tools_gl2ps_context->viewport[3]){ + if(!gl2ps->viewport[2] || !gl2ps->viewport[3]){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Incorrect viewport (x=%d, y=%d, width=%d, height=%d)", - tools_gl2ps_context->viewport[0], tools_gl2ps_context->viewport[1], - tools_gl2ps_context->viewport[2], tools_gl2ps_context->viewport[3]); - tools_gl2psFree(tools_gl2ps_context); - tools_gl2ps_context = NULL; + gl2ps->viewport[0], gl2ps->viewport[1], + gl2ps->viewport[2], gl2ps->viewport[3]); + /*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ return TOOLS_GL2PS_ERROR; } - tools_gl2ps_context->threshold[0] = nr ? 1.0F / (tools_GLfloat)nr : 0.064F; - tools_gl2ps_context->threshold[1] = ng ? 1.0F / (tools_GLfloat)ng : 0.034F; - tools_gl2ps_context->threshold[2] = nb ? 1.0F / (tools_GLfloat)nb : 0.100F; - tools_gl2ps_context->colormode = colormode; - tools_gl2ps_context->buffersize = buffersize > 0 ? buffersize : 2048 * 2048; + gl2ps->threshold[0] = nr ? 1.0F / (tools_GLfloat)nr : 0.064F; + gl2ps->threshold[1] = ng ? 1.0F / (tools_GLfloat)ng : 0.034F; + gl2ps->threshold[2] = nb ? 1.0F / (tools_GLfloat)nb : 0.100F; + gl2ps->colormode = colormode; + gl2ps->buffersize = buffersize > 0 ? buffersize : 2048 * 2048; for(i = 0; i < 3; i++){ - tools_gl2ps_context->lastvertex.xyz[i] = -1.0F; + gl2ps->lastvertex.xyz[i] = -1.0F; } for(i = 0; i < 4; i++){ - tools_gl2ps_context->lastvertex.rgba[i] = -1.0F; - tools_gl2ps_context->lastrgba[i] = -1.0F; + gl2ps->lastvertex.rgba[i] = -1.0F; + gl2ps->lastrgba[i] = -1.0F; } - tools_gl2ps_context->lastlinewidth = -1.0F; - tools_gl2ps_context->lastlinecap = 0; - tools_gl2ps_context->lastlinejoin = 0; - tools_gl2ps_context->lastpattern = 0; - tools_gl2ps_context->lastfactor = 0; - tools_gl2ps_context->imagetree = NULL; - tools_gl2ps_context->primitivetoadd = NULL; - tools_gl2ps_context->zerosurfacearea = TOOLS_GL_FALSE; - tools_gl2ps_context->pdfprimlist = NULL; - tools_gl2ps_context->pdfgrouplist = NULL; - tools_gl2ps_context->xreflist = NULL; + gl2ps->lastlinewidth = -1.0F; + gl2ps->lastlinecap = 0; + gl2ps->lastlinejoin = 0; + gl2ps->lastpattern = 0; + gl2ps->lastfactor = 0; + gl2ps->imagetree = NULL; + gl2ps->primitivetoadd = NULL; + gl2ps->zerosurfacearea = TOOLS_GL_FALSE; + gl2ps->pdfprimlist = NULL; + gl2ps->pdfgrouplist = NULL; + gl2ps->xreflist = NULL; /* get default blending mode from current OpenGL state (enabled by default for SVG) */ - if ((tools_gl2ps_context->options & TOOLS_GL2PS_NO_BLENDING) == TOOLS_GL2PS_NONE) { - tools_gl2ps_context->blending = (tools_gl2ps_context->format == TOOLS_GL2PS_SVG) ? TOOLS_GL_TRUE + if ((gl2ps->options & TOOLS_GL2PS_NO_BLENDING) == TOOLS_GL2PS_NONE) { + gl2ps->blending = (gl2ps->format == TOOLS_GL2PS_SVG) ? TOOLS_GL_TRUE : tools_glIsEnabled(TOOLS_GL_BLEND); - tools_glGetIntegerv(TOOLS_GL_BLEND_SRC, &tools_gl2ps_context->blendfunc[0]); - tools_glGetIntegerv(TOOLS_GL_BLEND_DST, &tools_gl2ps_context->blendfunc[1]); + tools_glGetIntegerv(TOOLS_GL_BLEND_SRC, &gl2ps->blendfunc[0]); + tools_glGetIntegerv(TOOLS_GL_BLEND_DST, &gl2ps->blendfunc[1]); } else { - tools_gl2ps_context->blending = TOOLS_GL_FALSE; + gl2ps->blending = TOOLS_GL_FALSE; } - if(tools_gl2ps_context->colormode == TOOLS_GL_RGBA){ - tools_gl2ps_context->colorsize = 0; - tools_gl2ps_context->colormap = NULL; - if ((tools_gl2ps_context->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) == TOOLS_GL2PS_NONE) { - tools_glGetFloatv(TOOLS_GL_COLOR_CLEAR_VALUE, tools_gl2ps_context->bgcolor); + if(gl2ps->colormode == TOOLS_GL_RGBA){ + gl2ps->colorsize = 0; + gl2ps->colormap = NULL; + if ((gl2ps->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) == TOOLS_GL2PS_NONE) { + tools_glGetFloatv(TOOLS_GL_COLOR_CLEAR_VALUE, gl2ps->bgcolor); } } - else if(tools_gl2ps_context->colormode == TOOLS_GL_COLOR_INDEX){ + else if(gl2ps->colormode == TOOLS_GL_COLOR_INDEX){ if(!colorsize || !colormap){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Missing colormap for TOOLS_GL_COLOR_INDEX rendering"); - tools_gl2psFree(tools_gl2ps_context); - tools_gl2ps_context = NULL; + /*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ return TOOLS_GL2PS_ERROR; } - tools_gl2ps_context->colorsize = colorsize; - tools_gl2ps_context->colormap = (tools_GL2PSrgba*)tools_gl2psMalloc(tools_gl2ps_context->colorsize * sizeof(tools_GL2PSrgba)); - memcpy(tools_gl2ps_context->colormap, colormap, tools_gl2ps_context->colorsize * sizeof(tools_GL2PSrgba)); + gl2ps->colorsize = colorsize; + gl2ps->colormap = (tools_GL2PSrgba*)tools_gl2psMalloc(gl2ps->colorsize * sizeof(tools_GL2PSrgba)); + memcpy(gl2ps->colormap, colormap, gl2ps->colorsize * sizeof(tools_GL2PSrgba)); tools_glGetIntegerv(TOOLS_GL_INDEX_CLEAR_VALUE, &idx); - tools_gl2ps_context->bgcolor[0] = tools_gl2ps_context->colormap[idx][0]; - tools_gl2ps_context->bgcolor[1] = tools_gl2ps_context->colormap[idx][1]; - tools_gl2ps_context->bgcolor[2] = tools_gl2ps_context->colormap[idx][2]; - tools_gl2ps_context->bgcolor[3] = 1.0F; + gl2ps->bgcolor[0] = gl2ps->colormap[idx][0]; + gl2ps->bgcolor[1] = gl2ps->colormap[idx][1]; + gl2ps->bgcolor[2] = gl2ps->colormap[idx][2]; + gl2ps->bgcolor[3] = 1.0F; } else{ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Unknown color mode in tools_gl2psBeginPage"); - tools_gl2psFree(tools_gl2ps_context); - tools_gl2ps_context = NULL; + /*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ return TOOLS_GL2PS_ERROR; } if(!title){ - tools_gl2ps_context->title = (char*)tools_gl2psMalloc(sizeof(char)); - tools_gl2ps_context->title[0] = '\0'; + gl2ps->title = (char*)tools_gl2psMalloc(sizeof(char)); + gl2ps->title[0] = '\0'; } else{ - tools_gl2ps_context->title = (char*)tools_gl2psMalloc((strlen(title)+1)*sizeof(char)); - strcpy(tools_gl2ps_context->title, title); + gl2ps->title = (char*)tools_gl2psMalloc((strlen(title)+1)*sizeof(char)); + strcpy(gl2ps->title, title); } if(!producer){ - tools_gl2ps_context->producer = (char*)tools_gl2psMalloc(sizeof(char)); - tools_gl2ps_context->producer[0] = '\0'; + gl2ps->producer = (char*)tools_gl2psMalloc(sizeof(char)); + gl2ps->producer[0] = '\0'; } else{ - tools_gl2ps_context->producer = (char*)tools_gl2psMalloc((strlen(producer)+1)*sizeof(char)); - strcpy(tools_gl2ps_context->producer, producer); + gl2ps->producer = (char*)tools_gl2psMalloc((strlen(producer)+1)*sizeof(char)); + strcpy(gl2ps->producer, producer); } if(!filename){ - tools_gl2ps_context->filename = (char*)tools_gl2psMalloc(sizeof(char)); - tools_gl2ps_context->filename[0] = '\0'; + gl2ps->filename = (char*)tools_gl2psMalloc(sizeof(char)); + gl2ps->filename[0] = '\0'; } else{ - tools_gl2ps_context->filename = (char*)tools_gl2psMalloc((strlen(filename)+1)*sizeof(char)); - strcpy(tools_gl2ps_context->filename, filename); + gl2ps->filename = (char*)tools_gl2psMalloc((strlen(filename)+1)*sizeof(char)); + strcpy(gl2ps->filename, filename); } - tools_gl2ps_context->primitives = tools_gl2psListCreate(500, 500, sizeof(tools_GL2PSprimitive*)); - tools_gl2ps_context->auxprimitives = tools_gl2psListCreate(100, 100, sizeof(tools_GL2PSprimitive*)); + gl2ps->primitives = tools_gl2psListCreate(500, 500, sizeof(tools_GL2PSprimitive*)); + gl2ps->auxprimitives = tools_gl2psListCreate(100, 100, sizeof(tools_GL2PSprimitive*)); - if ((tools_gl2ps_context->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) == TOOLS_GL2PS_NONE) { - tools_gl2ps_context->feedback = (tools_GLfloat*)tools_gl2psMalloc(tools_gl2ps_context->buffersize * sizeof(tools_GLfloat)); - tools_glFeedbackBuffer(tools_gl2ps_context->buffersize, TOOLS_GL_3D_COLOR, tools_gl2ps_context->feedback); + if ((gl2ps->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) == TOOLS_GL2PS_NONE) { + gl2ps->feedback = (tools_GLfloat*)tools_gl2psMalloc(gl2ps->buffersize * sizeof(tools_GLfloat)); + tools_glFeedbackBuffer(gl2ps->buffersize, TOOLS_GL_3D_COLOR, gl2ps->feedback); tools_glRenderMode(TOOLS_GL_FEEDBACK); } else { - tools_gl2ps_context->feedback = NULL; - tools_gl2ps_context->buffersize = 0; + gl2ps->feedback = NULL; + gl2ps->buffersize = 0; } + gl2ps->tex_scaling = 1.; + return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psEndPage(void) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psEndPage(tools_GL2PScontext* gl2ps) { tools_GLint res; - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ - res = tools_gl2psPrintPrimitives(); + res = tools_gl2psPrintPrimitives(gl2ps); if(res != TOOLS_GL2PS_OVERFLOW) - (tools_gl2psbackends[tools_gl2ps_context->format]->printFooter)(); + (tools_gl2psbackends[gl2ps->format]->printFooter)(gl2ps); - fflush(tools_gl2ps_context->stream); + fflush(gl2ps->stream); - tools_gl2psListDelete(tools_gl2ps_context->primitives); - tools_gl2psListDelete(tools_gl2ps_context->auxprimitives); - tools_tools_gl2psFreeImagemap(tools_gl2ps_context->imagemap_head); - tools_gl2psFree(tools_gl2ps_context->colormap); - tools_gl2psFree(tools_gl2ps_context->title); - tools_gl2psFree(tools_gl2ps_context->producer); - tools_gl2psFree(tools_gl2ps_context->filename); - tools_gl2psFree(tools_gl2ps_context->feedback); - tools_gl2psFree(tools_gl2ps_context); - tools_gl2ps_context = NULL; + tools_gl2psListDelete(gl2ps->primitives); + tools_gl2psListDelete(gl2ps->auxprimitives); + tools_gl2psFreeImagemap(gl2ps->imagemap_head); + tools_gl2psFree(gl2ps->colormap); + tools_gl2psFree(gl2ps->title); + tools_gl2psFree(gl2ps->producer); + tools_gl2psFree(gl2ps->filename); + tools_gl2psFree(gl2ps->feedback); +/*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ return res; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBeginViewport(tools_GLint viewport[4]) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBeginViewport(tools_GL2PScontext* gl2ps, tools_GLint viewport[4]) { - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ - (tools_gl2psbackends[tools_gl2ps_context->format]->beginViewport)(viewport); + (tools_gl2psbackends[gl2ps->format]->beginViewport)(gl2ps, viewport); return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psEndViewport(void) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psEndViewport(tools_GL2PScontext* gl2ps) { tools_GLint res; - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ - res = (tools_gl2psbackends[tools_gl2ps_context->format]->endViewport)(); + res = (tools_gl2psbackends[gl2ps->format]->endViewport)(gl2ps); /* reset last used colors, line widths */ - tools_gl2psResetLineProperties(); + tools_gl2psResetLineProperties(gl2ps); return res; } -TOOLS_GL2PSDLL_API tools_GLint tools_tools_gl2psTextOptColor(const char *str, const char *fontname, +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSorting(tools_GL2PScontext* gl2ps, tools_GLint mode) +{ + tools_GLint res; + +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ + + switch(mode){ + case TOOLS_GL2PS_NO_SORT : + case TOOLS_GL2PS_SIMPLE_SORT : + case TOOLS_GL2PS_BSP_SORT : + gl2ps->sort = mode; + res = TOOLS_GL2PS_SUCCESS; + break; + default : + tools_gl2psMsg(TOOLS_GL2PS_ERROR, "Unknown sorting algorithm: %d", mode); + /*tools_gl2psFree(gl2ps); + gl2ps = NULL;*/ + res = TOOLS_GL2PS_ERROR; + } + + return res; +} + +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psTextOptColor(tools_GL2PScontext* gl2ps, const char *str, const char *fontname, tools_GLshort fontsize, tools_GLint alignment, tools_GLfloat angle, tools_GL2PSrgba color) { - return tools_gl2psAddText(TOOLS_GL2PS_TEXT, str, fontname, fontsize, alignment, angle, - color); + return tools_gl2psAddText(gl2ps, TOOLS_GL2PS_TEXT, str, fontname, fontsize, alignment, angle, + color, TOOLS_GL_FALSE, 0, 0); } -TOOLS_GL2PSDLL_API tools_GLint tools_tools_gl2psTextOpt(const char *str, const char *fontname, +/** + * This version of tools_gl2psTextOptColor is used to go around the + * fact that PDF does not support text alignment. The extra parameters + * (blx, bly) represent the bottom left corner of the text bounding box. + */ +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psTextOptColorBL(tools_GL2PScontext* gl2ps, const char *str, const char *fontname, + tools_GLshort fontsize, tools_GLint alignment, tools_GLfloat angle, + tools_GL2PSrgba color, tools_GLfloat blx, tools_GLfloat bly) +{ + return tools_gl2psAddText(gl2ps, TOOLS_GL2PS_TEXT, str, fontname, fontsize, alignment, angle, + color, TOOLS_GL_TRUE, blx, bly); +} + +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psTextOpt(tools_GL2PScontext* gl2ps, const char *str, const char *fontname, tools_GLshort fontsize, tools_GLint alignment, tools_GLfloat angle) { - return tools_gl2psAddText(TOOLS_GL2PS_TEXT, str, fontname, fontsize, alignment, angle, NULL); + return tools_gl2psAddText(gl2ps, TOOLS_GL2PS_TEXT, str, fontname, fontsize, alignment, angle, NULL, TOOLS_GL_FALSE, 0, 0); } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psText(const char *str, const char *fontname, tools_GLshort fontsize) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psText(tools_GL2PScontext* gl2ps, const char *str, const char *fontname, tools_GLshort fontsize) { - return tools_gl2psAddText(TOOLS_GL2PS_TEXT, str, fontname, fontsize, TOOLS_GL2PS_TEXT_BL, 0.0F, - NULL); + return tools_gl2psAddText(gl2ps, TOOLS_GL2PS_TEXT, str, fontname, fontsize, TOOLS_GL2PS_TEXT_BL, 0.0F, + NULL, TOOLS_GL_FALSE, 0, 0); } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSpecial(tools_GLint format, const char *str) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSpecial(tools_GL2PScontext* gl2ps, tools_GLint format, const char *str) { - return tools_gl2psAddText(TOOLS_GL2PS_SPECIAL, str, "", 0, format, 0.0F, NULL); + return tools_gl2psAddText(gl2ps, TOOLS_GL2PS_SPECIAL, str, "", 0, format, 0.0F, NULL, TOOLS_GL_FALSE, 0, 0); } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSpecialColor(tools_GLint format, const char *str, tools_GL2PSrgba rgba) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSpecialColor(tools_GL2PScontext* gl2ps, tools_GLint format, const char *str, tools_GL2PSrgba rgba) { - return tools_gl2psAddText(TOOLS_GL2PS_SPECIAL, str, "", 0, format, 0.0F, rgba); + return tools_gl2psAddText(gl2ps, TOOLS_GL2PS_SPECIAL, str, "", 0, format, 0.0F, rgba, TOOLS_GL_FALSE, 0, 0); } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawPixels(tools_GLsizei width, tools_GLsizei height, +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawPixels(tools_GL2PScontext* gl2ps, tools_GLsizei width, tools_GLsizei height, tools_GLint xorig, tools_GLint yorig, tools_GLenum format, tools_GLenum type, const void *pixels) @@ -6207,11 +6556,11 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawPixels(tools_GLsizei width, tools_ tools_GL2PSprimitive *prim; tools_GLboolean valid; - if(!tools_gl2ps_context || !pixels) return TOOLS_GL2PS_UNINITIALIZED; + if(/*!gl2ps ||*/ !pixels) return TOOLS_GL2PS_UNINITIALIZED; if((width <= 0) || (height <= 0)) return TOOLS_GL2PS_ERROR; - if(tools_gl2ps_context->options & TOOLS_GL2PS_NO_PIXMAP) return TOOLS_GL2PS_SUCCESS; + if(gl2ps->options & TOOLS_GL2PS_NO_PIXMAP) return TOOLS_GL2PS_SUCCESS; if((format != TOOLS_GL_RGB && format != TOOLS_GL_RGBA) || type != TOOLS_GL_FLOAT){ tools_gl2psMsg(TOOLS_GL2PS_ERROR, "tools_gl2psDrawPixels only implemented for " @@ -6219,10 +6568,10 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawPixels(tools_GLsizei width, tools_ return TOOLS_GL2PS_ERROR; } - if (tools_gl2ps_context->forcerasterpos) { - pos[0] = tools_gl2ps_context->rasterpos.xyz[0]; - pos[1] = tools_gl2ps_context->rasterpos.xyz[1]; - pos[2] = tools_gl2ps_context->rasterpos.xyz[2]; + if (gl2ps->forcerasterpos) { + pos[0] = gl2ps->rasterpos.xyz[0]; + pos[1] = gl2ps->rasterpos.xyz[1]; + pos[2] = gl2ps->rasterpos.xyz[2]; pos[3] = 1.f; /* Hardcode zoom factors (for now?) */ zoom_x = 1.f; @@ -6251,11 +6600,11 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawPixels(tools_GLsizei width, tools_ prim->pattern = 0; prim->factor = 0; prim->width = 1; - if (tools_gl2ps_context->forcerasterpos) { - prim->verts[0].rgba[0] = tools_gl2ps_context->rasterpos.rgba[0]; - prim->verts[0].rgba[1] = tools_gl2ps_context->rasterpos.rgba[1]; - prim->verts[0].rgba[2] = tools_gl2ps_context->rasterpos.rgba[2]; - prim->verts[0].rgba[3] = tools_gl2ps_context->rasterpos.rgba[3]; + if (gl2ps->forcerasterpos) { + prim->verts[0].rgba[0] = gl2ps->rasterpos.rgba[0]; + prim->verts[0].rgba[1] = gl2ps->rasterpos.rgba[1]; + prim->verts[0].rgba[2] = gl2ps->rasterpos.rgba[2]; + prim->verts[0].rgba[3] = gl2ps->rasterpos.rgba[3]; } else { tools_glGetFloatv(TOOLS_GL_CURRENT_RASTER_COLOR, prim->verts[0].rgba); @@ -6268,11 +6617,11 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawPixels(tools_GLsizei width, tools_ prim->data.image->format = format; prim->data.image->type = type; - tools_gl2ps_context->forcerasterpos = TOOLS_GL_FALSE; + gl2ps->forcerasterpos = TOOLS_GL_FALSE; switch(format){ case TOOLS_GL_RGBA: - if(tools_gl2ps_context->options & TOOLS_GL2PS_NO_BLENDING || !tools_gl2ps_context->blending){ + if(gl2ps->options & TOOLS_GL2PS_NO_BLENDING || !gl2ps->blending){ /* special case: blending turned off */ prim->data.image->format = TOOLS_GL_RGB; size = height * width * 3; @@ -6299,24 +6648,24 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawPixels(tools_GLsizei width, tools_ } /* If no OpenGL context, just add directly to primitives */ - if ((tools_gl2ps_context->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) == TOOLS_GL2PS_NONE) { - tools_gl2psListAdd(tools_gl2ps_context->auxprimitives, &prim); + if ((gl2ps->options & TOOLS_GL2PS_NO_OPENGL_CONTEXT) == TOOLS_GL2PS_NONE) { + tools_gl2psListAdd(gl2ps->auxprimitives, &prim); tools_glPassThrough(TOOLS_GL2PS_DRAW_PIXELS_TOKEN); } else { - tools_gl2psListAdd(tools_gl2ps_context->primitives, &prim); + tools_gl2psListAdd(gl2ps->primitives, &prim); } return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawImageMap(tools_GLsizei width, tools_GLsizei height, +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawImageMap(tools_GL2PScontext* gl2ps, tools_GLsizei width, tools_GLsizei height, const tools_GLfloat position[3], const unsigned char *imagemap){ int size, i; int sizeoffloat = sizeof(tools_GLfloat); - if(!tools_gl2ps_context || !imagemap) return TOOLS_GL2PS_UNINITIALIZED; + if(/*!gl2ps ||*/ !imagemap) return TOOLS_GL2PS_UNINITIALIZED; if((width <= 0) || (height <= 0)) return TOOLS_GL2PS_ERROR; @@ -6335,12 +6684,12 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDrawImageMap(tools_GLsizei width, tool return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psEnable(tools_GLint mode) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psEnable(tools_GL2PScontext* gl2ps, tools_GLint mode) { tools_GLint tmp; tools_GLfloat tmp2; - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ switch(mode){ case TOOLS_GL2PS_POLYGON_OFFSET_FILL : @@ -6371,9 +6720,9 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psEnable(tools_GLint mode) return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDisable(tools_GLint mode) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDisable(tools_GL2PScontext* gl2ps, tools_GLint mode) { - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ switch(mode){ case TOOLS_GL2PS_POLYGON_OFFSET_FILL : @@ -6396,9 +6745,9 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psDisable(tools_GLint mode) return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psPointSize(tools_GLfloat value) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psPointSize(tools_GL2PScontext* gl2ps, tools_GLfloat value) { - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ tools_glPassThrough(TOOLS_GL2PS_POINT_SIZE_TOKEN); tools_glPassThrough(value); @@ -6406,9 +6755,9 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psPointSize(tools_GLfloat value) return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineCap(tools_GLint value) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineCap(tools_GL2PScontext* gl2ps, tools_GLint value) { - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ tools_glPassThrough(TOOLS_GL2PS_LINE_CAP_TOKEN); tools_glPassThrough(value); @@ -6416,9 +6765,9 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineCap(tools_GLint value) return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineJoin(tools_GLint value) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineJoin(tools_GL2PScontext* gl2ps, tools_GLint value) { - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ tools_glPassThrough(TOOLS_GL2PS_LINE_JOIN_TOKEN); tools_glPassThrough((tools_GLfloat)value); //G.Barrand : _MSC_VER : cast. @@ -6426,19 +6775,19 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineJoin(tools_GLint value) return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineWidth(tools_GLfloat value) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineWidth(tools_GL2PScontext* gl2ps, tools_GLfloat value) { - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ tools_glPassThrough(TOOLS_GL2PS_LINE_WIDTH_TOKEN); - tools_glPassThrough((tools_GLfloat)value); //G.Barrand : _MSC_VER : cast. + tools_glPassThrough(value); return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBlendFunc(tools_GLenum sfactor, tools_GLenum dfactor) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBlendFunc(tools_GL2PScontext* gl2ps, tools_GLenum sfactor, tools_GLenum dfactor) { - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ if(TOOLS_GL_FALSE == tools_gl2psSupportedBlendMode(sfactor, dfactor)) return TOOLS_GL2PS_WARNING; @@ -6451,27 +6800,27 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psBlendFunc(tools_GLenum sfactor, tools_ return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSetOptions(tools_GLint options) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSetOptions(tools_GL2PScontext* gl2ps, tools_GLint options) { - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ - if(tools_gl2psCheckOptions(options, tools_gl2ps_context->colormode) == TOOLS_GL_FALSE) { + if(tools_gl2psCheckOptions(options, gl2ps->colormode) == TOOLS_GL_FALSE) { return TOOLS_GL2PS_ERROR; } - tools_gl2ps_context->options = options; + gl2ps->options = options; return TOOLS_GL2PS_SUCCESS; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psGetOptions(tools_GLint *options) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psGetOptions(tools_GL2PScontext* gl2ps, tools_GLint *options) { - if(!tools_gl2ps_context) { +/*if(!gl2ps) { *options = 0; return TOOLS_GL2PS_UNINITIALIZED; - } + }*/ - *options = tools_gl2ps_context->options; + *options = gl2ps->options; return TOOLS_GL2PS_SUCCESS; } @@ -6492,29 +6841,85 @@ TOOLS_GL2PSDLL_API const char *tools_gl2psGetFormatDescription(tools_GLint forma return "Unknown format"; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psGetFileFormat() +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psGetFileFormat(tools_GL2PScontext* gl2ps) { - return tools_gl2ps_context->format; +/*if(!gl2ps) { + return TOOLS_GL2PS_UNINITIALIZED; + }*/ + + return gl2ps->format; } -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psForceRasterPos(tools_GL2PSvertex *vert) +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psForceRasterPos(tools_GL2PScontext* gl2ps, tools_GL2PSvertex *vert) { - if(!tools_gl2ps_context) { +/*if(!gl2ps) { return TOOLS_GL2PS_UNINITIALIZED; - } + }*/ - tools_gl2ps_context->forcerasterpos = TOOLS_GL_TRUE; - tools_gl2ps_context->rasterpos.xyz[0] = vert->xyz[0]; - tools_gl2ps_context->rasterpos.xyz[1] = vert->xyz[1]; - tools_gl2ps_context->rasterpos.xyz[2] = vert->xyz[2]; - tools_gl2ps_context->rasterpos.rgba[0] = vert->rgba[0]; - tools_gl2ps_context->rasterpos.rgba[1] = vert->rgba[1]; - tools_gl2ps_context->rasterpos.rgba[2] = vert->rgba[2]; - tools_gl2ps_context->rasterpos.rgba[3] = vert->rgba[3]; + gl2ps->forcerasterpos = TOOLS_GL_TRUE; + gl2ps->rasterpos.xyz[0] = vert->xyz[0]; + gl2ps->rasterpos.xyz[1] = vert->xyz[1]; + gl2ps->rasterpos.xyz[2] = vert->xyz[2]; + gl2ps->rasterpos.rgba[0] = vert->rgba[0]; + gl2ps->rasterpos.rgba[1] = vert->rgba[1]; + gl2ps->rasterpos.rgba[2] = vert->rgba[2]; + gl2ps->rasterpos.rgba[3] = vert->rgba[3]; return TOOLS_GL2PS_SUCCESS; } -#include "gl2ps_end.icc" +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSetTexScaling(tools_GL2PScontext* gl2ps, tools_GLfloat scaling) +{ + +/*if(!gl2ps) { + return TOOLS_GL2PS_UNINITIALIZED; + }*/ + gl2ps->tex_scaling = scaling; + + return TOOLS_GL2PS_SUCCESS; +} + +TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSetBackgroundColor(tools_GL2PScontext* gl2ps, float a_r,float a_g,float a_b) +{ +/*if(!gl2ps) return TOOLS_GL2PS_UNINITIALIZED;*/ + + gl2ps->bgcolor[0] = a_r; + gl2ps->bgcolor[1] = a_g; + gl2ps->bgcolor[2] = a_b; + gl2ps->bgcolor[3] = 1.0F; + + return TOOLS_GL2PS_SUCCESS; +} + +#undef TOOLS_GL2PS_EPSILON +#undef TOOLS_GL2PS_ZSCALE +#undef TOOLS_GL2PS_ZOFFSET +#undef TOOLS_GL2PS_ZOFFSET_LARGE +#undef TOOLS_GL2PS_ZERO +#undef TOOLS_GL2PS_COINCIDENT +#undef TOOLS_GL2PS_IN_FRONT_OF +#undef TOOLS_GL2PS_IN_BACK_OF +#undef TOOLS_GL2PS_SPANNING +#undef TOOLS_GL2PS_POINT_COINCIDENT +#undef TOOLS_GL2PS_POINT_INFRONT +#undef TOOLS_GL2PS_POINT_BACK +#undef TOOLS_GL2PS_BEGIN_OFFSET_TOKEN +#undef TOOLS_GL2PS_END_OFFSET_TOKEN +#undef TOOLS_GL2PS_BEGIN_BOUNDARY_TOKEN +#undef TOOLS_GL2PS_END_BOUNDARY_TOKEN +#undef TOOLS_GL2PS_BEGIN_STIPPLE_TOKEN +#undef TOOLS_GL2PS_END_STIPPLE_TOKEN +#undef TOOLS_GL2PS_POINT_SIZE_TOKEN +#undef TOOLS_GL2PS_LINE_CAP_TOKEN +#undef TOOLS_GL2PS_LINE_JOIN_TOKEN +#undef TOOLS_GL2PS_LINE_WIDTH_TOKEN +#undef TOOLS_GL2PS_BEGIN_BLEND_TOKEN +#undef TOOLS_GL2PS_END_BLEND_TOKEN +#undef TOOLS_GL2PS_SRC_BLEND_TOKEN +#undef TOOLS_GL2PS_DST_BLEND_TOKEN +#undef TOOLS_GL2PS_IMAGEMAP_TOKEN +#undef TOOLS_GL2PS_DRAW_PIXELS_TOKEN +#undef TOOLS_GL2PS_TEXT_TOKEN + #endif /*tools_gl2ps*/ diff --git a/source/externals/g4tools/include/tools/gl2ps_begin.icc b/source/externals/g4tools/include/tools/gl2ps_begin.icc deleted file mode 100644 index 3f032190f0..0000000000 --- a/source/externals/g4tools/include/tools/gl2ps_begin.icc +++ /dev/null @@ -1,78 +0,0 @@ - -#include "gl2ps_def.h" - -/*----------------------------------------------------------*/ -/*----------------------------------------------------------*/ -/*----------------------------------------------------------*/ - -inline tools_GLboolean tools_dummy_glIsEnabled (tools_GLenum) {return TOOLS_GL_FALSE;} -inline void tools_dummy_glBegin (tools_GLenum) {} -inline void tools_dummy_glEnd () {} -inline void tools_dummy_glGetFloatv (tools_GLenum,tools_GLfloat*) {} -inline void tools_dummy_glVertex3f (tools_GLfloat,tools_GLfloat,tools_GLfloat) {} -inline void tools_dummy_glGetBooleanv (tools_GLenum,tools_GLboolean*) {} -inline void tools_dummy_glGetIntegerv (tools_GLenum,tools_GLint*) {} -inline tools_GLint tools_dummy_glRenderMode (tools_GLenum) {return 0;} -inline void tools_dummy_glFeedbackBuffer (tools_GLsizei,tools_GLenum,tools_GLfloat*) {} -inline void tools_dummy_glPassThrough (tools_GLfloat ) {} - -inline tools_gl2ps_gl_funcs_t& tools_gl2ps_get_s_funcs() { - static tools_gl2ps_gl_funcs_t s_gl_funcs = { - tools_dummy_glIsEnabled, - tools_dummy_glBegin, - tools_dummy_glEnd, - tools_dummy_glGetFloatv, - tools_dummy_glVertex3f, - tools_dummy_glGetBooleanv, - tools_dummy_glGetIntegerv, - tools_dummy_glRenderMode, - tools_dummy_glFeedbackBuffer, - tools_dummy_glPassThrough - }; - return s_gl_funcs; -} - -TOOLS_GL2PSDLL_API void tools_gl2ps_set_gl_funcs(tools_gl2ps_gl_funcs_t* a_funcs) { - tools_gl2ps_gl_funcs_t& s_gl_funcs = tools_gl2ps_get_s_funcs(); - s_gl_funcs.m_glIsEnabled = a_funcs->m_glIsEnabled; - s_gl_funcs.m_glBegin = a_funcs->m_glBegin; - s_gl_funcs.m_glEnd = a_funcs->m_glEnd; - s_gl_funcs.m_glGetFloatv = a_funcs->m_glGetFloatv; - s_gl_funcs.m_glVertex3f = a_funcs->m_glVertex3f; - s_gl_funcs.m_glGetBooleanv = a_funcs->m_glGetBooleanv; - s_gl_funcs.m_glGetIntegerv = a_funcs->m_glGetIntegerv; - s_gl_funcs.m_glRenderMode = a_funcs->m_glRenderMode; - s_gl_funcs.m_glFeedbackBuffer = a_funcs->m_glFeedbackBuffer; - s_gl_funcs.m_glPassThrough = a_funcs->m_glPassThrough; -} - -TOOLS_GL2PSDLL_API void tools_gl2ps_reset_gl_funcs() { - tools_gl2ps_gl_funcs_t& s_gl_funcs = tools_gl2ps_get_s_funcs(); - s_gl_funcs.m_glIsEnabled = tools_dummy_glIsEnabled; - s_gl_funcs.m_glBegin = tools_dummy_glBegin; - s_gl_funcs.m_glEnd = tools_dummy_glEnd; - s_gl_funcs.m_glGetFloatv = tools_dummy_glGetFloatv; - s_gl_funcs.m_glVertex3f = tools_dummy_glVertex3f; - s_gl_funcs.m_glGetBooleanv = tools_dummy_glGetBooleanv; - s_gl_funcs.m_glGetIntegerv = tools_dummy_glGetIntegerv; - s_gl_funcs.m_glRenderMode = tools_dummy_glRenderMode; - s_gl_funcs.m_glFeedbackBuffer = tools_dummy_glFeedbackBuffer; - s_gl_funcs.m_glPassThrough = tools_dummy_glPassThrough; -} - -#define tools_glIsEnabled (*(tools_gl2ps_get_s_funcs().m_glIsEnabled)) -#define tools_glBegin (*(tools_gl2ps_get_s_funcs().m_glBegin)) -#define tools_glEnd (*(tools_gl2ps_get_s_funcs().m_glEnd)) -#define tools_glGetFloatv (*(tools_gl2ps_get_s_funcs().m_glGetFloatv)) -#define tools_glVertex3f (*(tools_gl2ps_get_s_funcs().m_glVertex3f)) -#define tools_glGetBooleanv (*(tools_gl2ps_get_s_funcs().m_glGetBooleanv)) -#define tools_glGetIntegerv (*(tools_gl2ps_get_s_funcs().m_glGetIntegerv)) -#define tools_glRenderMode (*(tools_gl2ps_get_s_funcs().m_glRenderMode)) -#define tools_glFeedbackBuffer (*(tools_gl2ps_get_s_funcs().m_glFeedbackBuffer)) -#define tools_glPassThrough (*(tools_gl2ps_get_s_funcs().m_glPassThrough)) - -/*----------------------------------------------------------*/ -/*----------------------------------------------------------*/ -/*----------------------------------------------------------*/ -#include -#include diff --git a/source/externals/g4tools/include/tools/gl2ps_def.h b/source/externals/g4tools/include/tools/gl2ps_def.h index 36de51fe18..a368cc664e 100644 --- a/source/externals/g4tools/include/tools/gl2ps_def.h +++ b/source/externals/g4tools/include/tools/gl2ps_def.h @@ -20,14 +20,14 @@ typedef unsigned char tools_GLboolean; #define TOOLS_GL2PS_MAJOR_VERSION 1 #define TOOLS_GL2PS_MINOR_VERSION 4 -#define TOOLS_GL2PS_PATCH_VERSION 0 +#define TOOLS_GL2PS_PATCH_VERSION 2 #define TOOLS_GL2PS_EXTRA_VERSION "" #define TOOLS_GL2PS_VERSION (TOOLS_GL2PS_MAJOR_VERSION + \ 0.01 * TOOLS_GL2PS_MINOR_VERSION + \ 0.0001 * TOOLS_GL2PS_PATCH_VERSION) -#define TOOLS_GL2PS_COPYRIGHT "(C) 1999-2017 C. Geuzaine" +#define TOOLS_GL2PS_COPYRIGHT "(C) 1999-2020 C. Geuzaine" /* Output file formats (the values and the ordering are important!) */ @@ -71,6 +71,7 @@ typedef unsigned char tools_GLboolean; #define TOOLS_GL2PS_NO_BLENDING (1<<11) #define TOOLS_GL2PS_TIGHT_BOUNDING_BOX (1<<12) #define TOOLS_GL2PS_NO_OPENGL_CONTEXT (1<<13) +#define TOOLS_GL2PS_NO_TEX_FONTSIZE (1<<14) /* Arguments for tools_gl2psEnable/tools_gl2psDisable */ @@ -181,17 +182,30 @@ typedef struct { /*----------------------------------------------------------*/ /*----------------------------------------------------------*/ /*----------------------------------------------------------*/ +typedef struct tools_GL2PScontextRec* tools_GL2PScontextPointer; + +typedef tools_GLboolean (*tools_glIsEnabled_func) (tools_GLenum); +typedef void (*tools_glBegin_func) (tools_GLenum); +typedef void (*tools_glEnd_func) (); +typedef void (*tools_glGetFloatv_func) (tools_GLenum,tools_GLfloat*); +typedef void (*tools_glVertex3f_func) (tools_GLfloat,tools_GLfloat,tools_GLfloat); +typedef void (*tools_glGetBooleanv_func) (tools_GLenum,tools_GLboolean*); +typedef void (*tools_glGetIntegerv_func) (tools_GLenum,tools_GLint*); +typedef tools_GLint (*tools_glRenderMode_func) (tools_GLenum); +typedef void (*tools_glFeedbackBuffer_func) (tools_GLsizei,tools_GLenum,tools_GLfloat*); +typedef void (*tools_glPassThrough_func) (tools_GLfloat); + typedef struct { - tools_GLboolean (*m_glIsEnabled) (tools_GLenum); - void (*m_glBegin) (tools_GLenum); - void (*m_glEnd) (); - void (*m_glGetFloatv) (tools_GLenum,tools_GLfloat*); - void (*m_glVertex3f) (tools_GLfloat,tools_GLfloat,tools_GLfloat); - void (*m_glGetBooleanv) (tools_GLenum,tools_GLboolean*); - void (*m_glGetIntegerv) (tools_GLenum,tools_GLint*); - tools_GLint (*m_glRenderMode) (tools_GLenum); - void (*m_glFeedbackBuffer) (tools_GLsizei,tools_GLenum,tools_GLfloat*); - void (*m_glPassThrough) (tools_GLfloat); + tools_glIsEnabled_func m_glIsEnabled; + tools_glBegin_func m_glBegin; + tools_glEnd_func m_glEnd; + tools_glGetFloatv_func m_glGetFloatv; + tools_glVertex3f_func m_glVertex3f; + tools_glGetBooleanv_func m_glGetBooleanv; + tools_glGetIntegerv_func m_glGetIntegerv; + tools_glRenderMode_func m_glRenderMode; + tools_glFeedbackBuffer_func m_glFeedbackBuffer; + tools_glPassThrough_func m_glPassThrough; } tools_gl2ps_gl_funcs_t; #endif diff --git a/source/externals/g4tools/include/tools/gl2ps_end.icc b/source/externals/g4tools/include/tools/gl2ps_end.icc deleted file mode 100644 index 2a809bde36..0000000000 --- a/source/externals/g4tools/include/tools/gl2ps_end.icc +++ /dev/null @@ -1,42 +0,0 @@ - -TOOLS_GL2PSDLL_API tools_GLint tools_gl2psSetBackgroundColor(float a_r,float a_g,float a_b) -{ - if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; - - tools_gl2ps_context->bgcolor[0] = a_r; - tools_gl2ps_context->bgcolor[1] = a_g; - tools_gl2ps_context->bgcolor[2] = a_b; - tools_gl2ps_context->bgcolor[3] = 1.0F; - - return TOOLS_GL2PS_SUCCESS; -} - -#undef TOOLS_GL2PS_EPSILON -#undef TOOLS_GL2PS_ZSCALE -#undef TOOLS_GL2PS_ZOFFSET -#undef TOOLS_GL2PS_ZOFFSET_LARGE -#undef TOOLS_GL2PS_ZERO -#undef TOOLS_GL2PS_COINCIDENT -#undef TOOLS_GL2PS_IN_FRONT_OF -#undef TOOLS_GL2PS_IN_BACK_OF -#undef TOOLS_GL2PS_SPANNING -#undef TOOLS_GL2PS_POINT_COINCIDENT -#undef TOOLS_GL2PS_POINT_INFRONT -#undef TOOLS_GL2PS_POINT_BACK -#undef TOOLS_GL2PS_BEGIN_OFFSET_TOKEN -#undef TOOLS_GL2PS_END_OFFSET_TOKEN -#undef TOOLS_GL2PS_BEGIN_BOUNDARY_TOKEN -#undef TOOLS_GL2PS_END_BOUNDARY_TOKEN -#undef TOOLS_GL2PS_BEGIN_STIPPLE_TOKEN -#undef TOOLS_GL2PS_END_STIPPLE_TOKEN -#undef TOOLS_GL2PS_POINT_SIZE_TOKEN -#undef TOOLS_GL2PS_LINE_CAP_TOKEN -#undef TOOLS_GL2PS_LINE_JOIN_TOKEN -#undef TOOLS_GL2PS_LINE_WIDTH_TOKEN -#undef TOOLS_GL2PS_BEGIN_BLEND_TOKEN -#undef TOOLS_GL2PS_END_BLEND_TOKEN -#undef TOOLS_GL2PS_SRC_BLEND_TOKEN -#undef TOOLS_GL2PS_DST_BLEND_TOKEN -#undef TOOLS_GL2PS_IMAGEMAP_TOKEN -#undef TOOLS_GL2PS_DRAW_PIXELS_TOKEN -#undef TOOLS_GL2PS_TEXT_TOKEN diff --git a/source/externals/g4tools/include/tools/hdf5/hdf5_h b/source/externals/g4tools/include/tools/hdf5/hdf5_h deleted file mode 100644 index 86b9473b13..0000000000 --- a/source/externals/g4tools/include/tools/hdf5/hdf5_h +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright (C) 2010, Guy Barrand. All rights reserved. -// See the file tools.license for terms. - -#ifndef tools_hdf5_h -#define tools_hdf5_h - -#ifndef TOOLS_USE_OUREX_HDF5 -#include -#else -#include -#endif - - -#if (H5_VERS_MAJOR>=1) && (H5_VERS_MINOR<=6) -#define tools_H5Dopen H5Dopen -#define tools_H5Dcreate H5Dcreate -#define tools_H5Acreate H5Acreate -#define tools_H5Tarray_create H5Tarray_create -#define tools_H5Tget_array_dims H5Tget_array_dims -#define tools_H5Gcreate H5Gcreate -#define tools_H5Gopen H5Gopen -#define tools_H5Aiterate H5Aiterate -#define tools_H5free_memory free -#else -#define tools_H5Dopen H5Dopen1 -#define tools_H5Dcreate H5Dcreate1 -#define tools_H5Acreate H5Acreate1 -#define tools_H5Tarray_create H5Tarray_create1 -#define tools_H5Tget_array_dims H5Tget_array_dims1 -#define tools_H5Gcreate H5Gcreate1 -#define tools_H5Gopen H5Gopen1 -#define tools_H5Aiterate H5Aiterate1 -#define tools_H5free_memory H5free_memory -#endif - -#endif diff --git a/source/externals/g4tools/include/tools/histo/base_histo b/source/externals/g4tools/include/tools/histo/base_histo index 17ff36388b..1db631cf70 100644 --- a/source/externals/g4tools/include/tools/histo/base_histo +++ b/source/externals/g4tools/include/tools/histo/base_histo @@ -276,7 +276,7 @@ public: //histo_data return number; } - // for inlib/wroot/streamers : + // for tools/wroot/streamers : TN get_entries() const { TN number = 0; for(TO ibin=0;ibin::iterator it; for(it=m_points.begin();it!=m_points.end();++it) { for(unsigned int coord=0;coord::iterator it; for(it=m_points.begin();it!=m_points.end();++it) { for(unsigned int coord=0;coord::iterator it; for(it=m_points.begin();it!=m_points.end();++it) { for(unsigned int coord=0;coord and mat see inlib/tests/symbolic.cpp */\ + /* memcpy does not work with std::complex<> and mat see tools/tests/symbolic.cpp */\ /*vec_copy(m_vec,a_m,dim2());*/\ }\ \ diff --git a/source/externals/g4tools/include/tools/lina/geom3 b/source/externals/g4tools/include/tools/lina/geom3 index d361e1c982..483577c7cc 100644 --- a/source/externals/g4tools/include/tools/lina/geom3 +++ b/source/externals/g4tools/include/tools/lina/geom3 @@ -50,10 +50,10 @@ public: void get_point(unsigned int a_index,unsigned int a_num,vec3& a_p){ //a_index = 0 is a_p0 //a_index = a_num-1 is a_p1 - T s = T(a_index)/T(a_num-1); - T s2 = s*s; - T s3 = s2*s; - a_p = m_a*s3 + m_b*s2 + m_c*s + m_d; + T _s = T(a_index)/T(a_num-1); + T s2 = _s*_s; + T s3 = s2*_s; + a_p = m_a*s3 + m_b*s2 + m_c*_s + m_d; } void get_point(unsigned int a_index,unsigned int a_num,T& a_x,T& a_y,T& a_z){ //a_index = 0 is a_p0 diff --git a/source/externals/g4tools/include/tools/lina/vec2 b/source/externals/g4tools/include/tools/lina/vec2 index b91050ba28..c2a16f3e77 100644 --- a/source/externals/g4tools/include/tools/lina/vec2 +++ b/source/externals/g4tools/include/tools/lina/vec2 @@ -175,7 +175,7 @@ public: //operators bool operator==(const vec2& a_v) const {return equal(a_v);} bool operator!=(const vec2& a_v) const {return !operator==(a_v);} -public: //for inlib/sg/sf_vec +public: //for tools/sg/sf_vec typedef unsigned int size_type; size_type size() const {return 2;} const T* data() const {return m_data;} diff --git a/source/externals/g4tools/include/tools/lina/vec3 b/source/externals/g4tools/include/tools/lina/vec3 index 012e6a6c9a..e3bd006cb1 100644 --- a/source/externals/g4tools/include/tools/lina/vec3 +++ b/source/externals/g4tools/include/tools/lina/vec3 @@ -260,7 +260,7 @@ public: //operators bool operator==(const vec3& a_v) const {return equal(a_v);} bool operator!=(const vec3& a_v) const {return !operator==(a_v);} -public: //for inlib/sg/sf_vec +public: //for tools/sg/sf_vec typedef unsigned int size_type; size_type size() const {return 3;} const T* data() const {return m_data;} diff --git a/source/externals/g4tools/include/tools/lina/vec4 b/source/externals/g4tools/include/tools/lina/vec4 index 1b398e3813..f868a3b121 100644 --- a/source/externals/g4tools/include/tools/lina/vec4 +++ b/source/externals/g4tools/include/tools/lina/vec4 @@ -254,7 +254,7 @@ public: //operators bool operator==(const vec4& a_v) const {return equal(a_v);} bool operator!=(const vec4& a_v) const {return !operator==(a_v);} -public: //for inlib/sg/sf_vec +public: //for tools/sg/sf_vec typedef unsigned int size_type; size_type size() const {return 4;} const T* data() const {return m_data;} diff --git a/source/externals/g4tools/include/tools/long_out b/source/externals/g4tools/include/tools/long_out index 38d1fe6daf..023d9b1095 100644 --- a/source/externals/g4tools/include/tools/long_out +++ b/source/externals/g4tools/include/tools/long_out @@ -13,9 +13,9 @@ class long_out : public std::string { typedef std::string parent; public: long_out(long a_value) { - char s[512]; - snpf(s,sizeof(s),"%ld",a_value); - parent::operator+=(s); + char _s[512]; + snpf(_s,sizeof(_s),"%ld",a_value); + parent::operator+=(_s); } public: long_out(const long_out& a_from):parent(a_from){} diff --git a/source/externals/g4tools/include/tools/mpi/dummy_mpi.h b/source/externals/g4tools/include/tools/mpi/dummy_mpi.h deleted file mode 100644 index cb515b660a..0000000000 --- a/source/externals/g4tools/include/tools/mpi/dummy_mpi.h +++ /dev/null @@ -1,71 +0,0 @@ -// Copyright (C) 2010, Guy Barrand. All rights reserved. -// See the file tools.license for terms. - -#ifndef tools_mpi_dummy_mpi_h -#define tools_mpi_dummy_mpi_h - -extern "C" { - -/////////////////////////////////////////////////////////////// -/// to pass hd2mpi //////////////////////////////////////////// -/////////////////////////////////////////////////////////////// - -typedef void* MPI_Comm; -typedef void* MPI_Datatype; - -#define MPI_UNSIGNED 0 -#define MPI_FLOAT 0 -#define MPI_DOUBLE 0 -#define MPI_UNSIGNED_CHAR 0 -#define MPI_CHAR 0 -#define MPI_LONG 0 -#define MPI_SHORT 0 -#define MPI_INT 0 -#define MPI_UNSIGNED_LONG 0 -#define MPI_LONG_LONG 0 -#define MPI_UNSIGNED_LONG_LONG 0 - -#define MPI_ANY_SOURCE 0 - -#define MPI_SUCCESS 1 - -#ifdef TOOLS_USE_MPI_PACK_NOT_CONST -inline int MPI_Pack(void*,int,MPI_Datatype,void*,int,int*,MPI_Comm){return 0;} -inline int MPI_Unpack(void*,int,int*,void*,int,MPI_Datatype,MPI_Comm){return 0;} -#else -inline int MPI_Pack(const void*,int,MPI_Datatype,void*,int,int*,MPI_Comm){return 0;} -inline int MPI_Unpack(const void*,int,int*,void*,int,MPI_Datatype,MPI_Comm){return 0;} -#endif - -/////////////////////////////////////////////////////////////// -/// to pass h2mpi, hs2mpi ///////////////////////////////////// -/////////////////////////////////////////////////////////////// - -struct _MPI_Status { - int MPI_SOURCE; - int MPI_TAG; -}; -typedef _MPI_Status MPI_Status; - -inline int MPI_Probe(int,int,MPI_Comm,MPI_Status*){return 0;} -inline int MPI_Get_count(const MPI_Status*,MPI_Datatype,int*){return 0;} -inline int MPI_Send(const void*,int,MPI_Datatype,int,int,MPI_Comm){return 0;} -inline int MPI_Recv(void*,int,MPI_Datatype,int,int,MPI_Comm,MPI_Status*){return 0;} - -/////////////////////////////////////////////////////////////// -/// to pass examples/cpp/mpi.cpp ////////////////////////////// -/////////////////////////////////////////////////////////////// - -#define MPI_COMM_WORLD 0 -#define MPI_MAX_PROCESSOR_NAME 100 - -inline int MPI_Init(int*,char***){return 0;} -inline int MPI_Finalize(void){return 0;} -inline int MPI_Comm_size(MPI_Comm,int*){return 0;} -inline int MPI_Comm_rank(MPI_Comm,int*){return 0;} -inline int MPI_Get_processor_name(char*,int*){return 0;} - -} - - -#endif diff --git a/source/externals/g4tools/include/tools/out_error b/source/externals/g4tools/include/tools/out_error index a4ba297815..ab3b9b8351 100644 --- a/source/externals/g4tools/include/tools/out_error +++ b/source/externals/g4tools/include/tools/out_error @@ -12,15 +12,15 @@ namespace tools { inline void out_error(std::ostream& a_out, const char* location, const char* fmt,...) { - char s[1024]; + char _s[1024]; va_list args; va_start(args,fmt); - vsnpf(s,sizeof(s),fmt,args); + vsnpf(_s,sizeof(_s),fmt,args); va_end(args); if(location) { - a_out << location << " : " << s << std::endl; + a_out << location << " : " << _s << std::endl; } else { - a_out << s << std::endl; + a_out << _s << std::endl; } } diff --git a/source/externals/g4tools/include/tools/path b/source/externals/g4tools/include/tools/path index 2ede1ee5de..436660f5aa 100644 --- a/source/externals/g4tools/include/tools/path +++ b/source/externals/g4tools/include/tools/path @@ -25,12 +25,12 @@ inline void nosuffix(const std::string& a_string,std::string& a_value,bool a_bac if(pos==std::string::npos) pos = a_string.rfind('\\'); if(pos==std::string::npos) pos = 0; else pos++; - std::string s = a_string.substr(pos,a_string.size()-pos); - std::string::size_type dot_pos = a_back?s.rfind('.'):s.find('.'); + std::string _s = a_string.substr(pos,a_string.size()-pos); + std::string::size_type dot_pos = a_back?_s.rfind('.'):_s.find('.'); if(dot_pos==std::string::npos) { - a_value = s; + a_value = _s; } else { - a_value = s.substr(0,dot_pos); + a_value = _s.substr(0,dot_pos); } } @@ -192,15 +192,15 @@ inline bool path_name_suffix(const std::string& a_string,std::string& a_path,std a_path = a_string.substr(0,pos); pos++; } - std::string s = a_string.substr(pos,a_string.size()-pos); - pos = s.rfind('.'); + std::string _s = a_string.substr(pos,a_string.size()-pos); + pos = _s.rfind('.'); if(pos==std::string::npos) { - a_name = s; + a_name = _s; a_suffix.clear(); } else { - a_name = s; + a_name = _s; pos++; - a_suffix = s.substr(pos,s.size()-pos); + a_suffix = _s.substr(pos,_s.size()-pos); } return true; } @@ -208,8 +208,8 @@ inline bool path_name_suffix(const std::string& a_string,std::string& a_path,std inline std::string dir_name(const std::string& a_path,unsigned int a_num = 1){ std::string path = a_path; for(unsigned int index=0;index=7)&&(a_url.substr(0,7)=="http://")) { - s = a_url.substr(7,a_url.size()-7); + _s = a_url.substr(7,a_url.size()-7); } else if((a_url.size()>=8)&&(a_url.substr(0,8)=="https://")) { - s = a_url.substr(8,a_url.size()-8); + _s = a_url.substr(8,a_url.size()-8); } else { a_host.clear(); a_port = 0; @@ -290,13 +290,13 @@ inline bool url_parse(const std::string& a_url,std::string& a_host,unsigned int& return false; } - {std::string::size_type pos = s.find('/'); + {std::string::size_type pos = _s.find('/'); if(pos==std::string::npos) { - a_host = s; + a_host = _s; a_path = "/"; } else { - a_host = s.substr(0,pos); - a_path = s.substr(pos,s.size()-pos); + a_host = _s.substr(0,pos); + a_path = _s.substr(pos,_s.size()-pos); }} {std::string::size_type pos = a_host.find(':'); diff --git a/source/externals/g4tools/include/tools/pointer b/source/externals/g4tools/include/tools/pointer index 8928b99c8d..df939d71fd 100644 --- a/source/externals/g4tools/include/tools/pointer +++ b/source/externals/g4tools/include/tools/pointer @@ -40,42 +40,42 @@ inline bool to_pointer(const char* a_string,void*& a_value){ } inline bool p2s(const void* a_value,std::string& a_s){ - char s[512]; - snpf(s,sizeof(s),upointer_format(),(upointer)a_value); - a_s = s; + char _s[512]; + snpf(_s,sizeof(_s),upointer_format(),(upointer)a_value); + a_s = _s; return true; } inline bool p2sx(const void* a_value,std::string& a_s){ - char s[512]; - snpf(s,sizeof(s),upointer_format_x(),(upointer)a_value); - a_s = s; + char _s[512]; + snpf(_s,sizeof(_s),upointer_format_x(),(upointer)a_value); + a_s = _s; return true; } /* inline std::string p2s(const void* a_value){ - char s[512]; - snpf(s,sizeof(s),"%lu",(unsigned long)a_value); - return s; + char _s[512]; + snpf(_s,sizeof(_s),"%lu",(unsigned long)a_value); + return _s; } inline std::string p2sx(const void* a_value){ - char s[512]; - snpf(s,sizeof(s),"0x%lx",(unsigned long)a_value); - return s; + char _s[512]; + snpf(_s,sizeof(_s),"0x%lx",(unsigned long)a_value); + return _s; } inline std::string char_p2s(const char* a_value) { - char s[512]; - snpf(s,sizeof(s),"%lu",(unsigned long)a_value); - return std::string(s); + char _s[512]; + snpf(_s,sizeof(_s),"%lu",(unsigned long)a_value); + return std::string(_s); } inline std::string long2s(const long a_value) { - char s[512]; - snpf(s,sizeof(s),"%ld",a_value); - return std::string(s); + char _s[512]; + snpf(_s,sizeof(_s),"%ld",a_value); + return std::string(_s); } */ diff --git a/source/externals/g4tools/include/tools/raxml_out b/source/externals/g4tools/include/tools/raxml_out index 4e2127b797..1f186cd98d 100644 --- a/source/externals/g4tools/include/tools/raxml_out +++ b/source/externals/g4tools/include/tools/raxml_out @@ -57,7 +57,7 @@ protected: namespace tools { -//for inlib::holder +//for tools::holder class raxml_outs : public std::vector { public: static const std::string& s_class() { diff --git a/source/externals/g4tools/include/tools/rcsv_ntuple b/source/externals/g4tools/include/tools/rcsv_ntuple index ef3dc0591a..44761dd4af 100644 --- a/source/externals/g4tools/include/tools/rcsv_ntuple +++ b/source/externals/g4tools/include/tools/rcsv_ntuple @@ -223,9 +223,9 @@ public: std::string _title; if(!read_line(a_reader,sz,_title)) return false; - std::string s; - if(!read_line(a_reader,sz,s)) return false; - if(s.find('\t')==std::string::npos) return false; + std::string _s; + if(!read_line(a_reader,sz,_s)) return false; + if(_s.find('\t')==std::string::npos) return false; //std::vector labels; //words(s,"\t",false,labels); @@ -344,14 +344,14 @@ public: m_rows = -1; return false; } - std::string s; - if(!read_line(m_reader,m_sz,s)) { + std::string _s; + if(!read_line(m_reader,m_sz,_s)) { a_out << "tools::rcsv::ntuple::initialize : (2) read_line() failed." << std::endl; m_sz = 0; m_rows = -1; return false; } - words(s,"\t",false,labels); //false for glast.tnt that has a trailing \t. + words(_s,"\t",false,labels); //false for glast.tnt that has a trailing \t. } else { while(skip_comment(m_reader,m_sz)){} } @@ -875,7 +875,7 @@ protected: return true; } static bool _read_time(std::istream& a_reader,std::streampos a_sz,char a_sep,time_t& a_v) { - std::string s; + std::string _s; char c; while(true){ if(a_reader.tellg()>=a_sz) break; @@ -884,9 +884,9 @@ protected: a_reader.putback(c); break; } - s += c; + _s += c; } - if(!s2time(s,a_v)) return false; + if(!s2time(_s,a_v)) return false; return true; } static bool _read(std::istream& a_reader,std::streampos a_sz,char a_sep,std::string& a_v) { diff --git a/source/externals/g4tools/include/tools/rroot/base_leaf b/source/externals/g4tools/include/tools/rroot/base_leaf index a7bfc856ff..018bdcc9c2 100644 --- a/source/externals/g4tools/include/tools/rroot/base_leaf +++ b/source/externals/g4tools/include/tools/rroot/base_leaf @@ -44,8 +44,8 @@ public: bool fIsUnsigned; short v; - unsigned int s,c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; //FIXME if (v > 1) { //TLeaf::Class()->ReadBuffer(b, this, R__v, R__s, R__c); //FIXME } else { @@ -88,7 +88,7 @@ public: if(created) m_own_leaf_count = true; }} - if(!a_buffer.check_byte_count(s,c,"TLeaf")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TLeaf")) return false; if(!m_length) m_length = 1; /* diff --git a/source/externals/g4tools/include/tools/rroot/branch b/source/externals/g4tools/include/tools/rroot/branch index 650dea1e11..7e8b15df1a 100644 --- a/source/externals/g4tools/include/tools/rroot/branch +++ b/source/externals/g4tools/include/tools/rroot/branch @@ -56,10 +56,10 @@ public: uint32 fMaxBaskets; int fOffset; - unsigned int s,c; + unsigned int _s,_c; //FIXME gROOT->SetReadingObject(kTRUE); short vers; - if(!a_buffer.read_version(vers,s,c)) return false; + if(!a_buffer.read_version(vers,_s,_c)) return false; //::printf("debug : branch::stream : version %d count %d\n",vers,c); @@ -338,12 +338,12 @@ public: return false; } for(int i=0;iSetReadingObject(kFALSE); - if(!a_buffer.check_byte_count(s, c,"TBranch")) { + if(!a_buffer.check_byte_count(_s, _c,"TBranch")) { _clear(); return false; } @@ -749,10 +749,10 @@ public: num = mn(num,10); if(!num) continue; - {std::string s; + {std::string _s; uint32 len = uint32(bl->name().size())+128; - sprintf(s,len," %-15s = ",bl->name().c_str()); - a_out << s;} + sprintf(_s,len," %-15s = ",bl->name().c_str()); + a_out << _s;} for(uint32 i=0;i=8 if(!a_buffer.read(fClassName)) return false; - //::printf("debug : inlib::branch_element::stream : fClassName \"%s\"\n",fClassName.c_str()); + //::printf("debug : tools::branch_element::stream : fClassName \"%s\"\n",fClassName.c_str()); std::string fParentName; if(!a_buffer.read(fParentName)) return false; - //::printf("debug : inlib::branch_element::stream : fParentName \"%s\"\n",fParentName.c_str()); + //::printf("debug : tools::branch_element::stream : fParentName \"%s\"\n",fParentName.c_str()); std::string fCloneName; if(!a_buffer.read(fCloneName)) return false; - //::printf("debug : inlib::branch_element::stream : fCloneName \"%s\"\n",fCloneName.c_str()); + //::printf("debug : tools::branch_element::stream : fCloneName \"%s\"\n",fCloneName.c_str()); int dummy_int; if(!a_buffer.read(dummy_int)) return false; //fCheckSum - //::printf("debug : inlib::branch_element::stream : fCheckSum %d\n",dummy_int); + //::printf("debug : tools::branch_element::stream : fCheckSum %d\n",dummy_int); if(v>=10) { short dummy_short; if(!a_buffer.read(dummy_short)) return false; //fClassVersion - //::printf("debug : inlib::branch_element::stream : fClassVersion %d\n",dummy_short); + //::printf("debug : tools::branch_element::stream : fClassVersion %d\n",dummy_short); } else { if(!a_buffer.read(dummy_int)) return false; //fClassVersion } if(!a_buffer.read(fID)) return false; - //::printf("debug : inlib::branch_element::stream : fID %d\n",fID); + //::printf("debug : tools::branch_element::stream : fID %d\n",fID); if(!a_buffer.read(fType)) return false; - //::printf("debug : inlib::branch_element::stream : fType %d\n",fType); + //::printf("debug : tools::branch_element::stream : fType %d\n",fType); if(!a_buffer.read(fStreamerType)) return false; - //::printf("debug : inlib::branch_element::stream : fStreamerType %d\n",fStreamerType); + //::printf("debug : tools::branch_element::stream : fStreamerType %d\n",fStreamerType); if(!a_buffer.read(dummy_int)) return false; //fMaximum - //::printf("debug : inlib::branch_element::stream : fMaximum %d\n",dummy_int); + //::printf("debug : tools::branch_element::stream : fMaximum %d\n",dummy_int); //TBranchElement* fBranchCount; ifac::args args; @@ -106,7 +106,7 @@ public: } - if(!a_buffer.check_byte_count(s,c,"TBranchElement")) {_clear();return false;} + if(!a_buffer.check_byte_count(_s,_c,"TBranchElement")) {_clear();return false;} return true; } public: //branch @@ -607,10 +607,10 @@ public: //branch uint32 n; if(!find_entry(a_file,a_entry,n)) return false; - {std::string s; + {std::string _s; uint32 len = uint32(name().size())+128; - sprintf(s,len," %-15s = ",name().c_str()); - a_out << s;} + sprintf(_s,len," %-15s = ",name().c_str()); + a_out << _s;} a_out << m_obj << std::endl; diff --git a/source/externals/g4tools/include/tools/rroot/branch_object b/source/externals/g4tools/include/tools/rroot/branch_object index acf33a2d01..b98b5780e7 100644 --- a/source/externals/g4tools/include/tools/rroot/branch_object +++ b/source/externals/g4tools/include/tools/rroot/branch_object @@ -31,11 +31,11 @@ public: public: virtual bool stream(buffer& a_buffer) { short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!parent::stream(a_buffer)) return false; if(!a_buffer.read(fClassName)) return false; - if(!a_buffer.check_byte_count(s,c,"TBranchObject")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TBranchObject")) return false; return true; } public: //branch diff --git a/source/externals/g4tools/include/tools/rroot/buffer b/source/externals/g4tools/include/tools/rroot/buffer index 2a1987f82b..6fc26f2c7e 100644 --- a/source/externals/g4tools/include/tools/rroot/buffer +++ b/source/externals/g4tools/include/tools/rroot/buffer @@ -139,17 +139,17 @@ protected: if(!parent::read(tag)) return false; if(tag==kNewClassTag()) { - char s[80]; - if(!read_string(s, 80)) { + char _s[80]; + if(!read_string(_s, 80)) { m_out << "tools::rroot::read_class_tag :" << " read string." << std::endl; return false; } //m_out << "tools::rroot::read_class_tag :" // << " tag kNewClassTag" - // << " class " << s + // << " class " << _s // << std::endl; - a_class = s; + a_class = _s; return true; } else if(tag & kClassMask()) { @@ -661,7 +661,7 @@ inline bool pointer_stream(buffer& a_buffer, a_obj = (T*)obj->cast(a_T_class); if(!a_obj) { a_buffer.out() << "tools::rroot::pointer_stream : " - << " inlib::cast to " << a_T_class << " failed." + << " tools::cast to " << a_T_class << " failed." << ". Object is a " << obj->s_cls() << "." << std::endl; if(a_created) delete obj; @@ -691,7 +691,7 @@ inline bool pointer_stream(buffer& a_buffer, a_obj = (T*)obj->cast(a_T_class); if(!a_obj) { a_buffer.out() << "tools::rroot::pointer_stream : " - << " inlib::cast to " << a_T_class << " failed." + << " tools::cast to " << a_T_class << " failed." << ". Object is a " << obj->s_cls() << "." << std::endl; if(a_created) delete obj; diff --git a/source/externals/g4tools/include/tools/rroot/dummy b/source/externals/g4tools/include/tools/rroot/dummy index 6a7ed3987a..6442f37100 100644 --- a/source/externals/g4tools/include/tools/rroot/dummy +++ b/source/externals/g4tools/include/tools/rroot/dummy @@ -43,10 +43,10 @@ public: //the below code skips correctly the data in the file. uint32 startpos = a_buffer.length(); short v; - unsigned int s,c; - if(!a_buffer.read_version(v,s,c)) return false; - a_buffer.set_offset(startpos+c+sizeof(unsigned int)); - if(!a_buffer.check_byte_count(s,c,"dummy")) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; + a_buffer.set_offset(startpos+_c+sizeof(unsigned int)); + if(!a_buffer.check_byte_count(_s,_c,"dummy")) return false; return true; } public: diff --git a/source/externals/g4tools/include/tools/rroot/graph b/source/externals/g4tools/include/tools/rroot/graph index 6910fc1e64..6c5391c79f 100644 --- a/source/externals/g4tools/include/tools/rroot/graph +++ b/source/externals/g4tools/include/tools/rroot/graph @@ -39,10 +39,10 @@ public: virtual bool stream(buffer& a_buffer) { uint32 startpos = a_buffer.length(); short v; - unsigned int s,c; - if(!a_buffer.read_version(v,s,c)) return false; - a_buffer.set_offset(startpos+c+sizeof(unsigned int)); - if(!a_buffer.check_byte_count(s,c,s_store_class())) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; + a_buffer.set_offset(startpos+_c+sizeof(unsigned int)); + if(!a_buffer.check_byte_count(_s,_c,s_store_class())) return false; return true; } public: diff --git a/source/externals/g4tools/include/tools/rroot/info b/source/externals/g4tools/include/tools/rroot/info index 512cf71c19..8d4f9d2cbc 100644 --- a/source/externals/g4tools/include/tools/rroot/info +++ b/source/externals/g4tools/include/tools/rroot/info @@ -38,8 +38,8 @@ public: //iro virtual bool stream(buffer& a_buffer) { short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!Named_stream(a_buffer,fName,fTitle)) return false; if(!a_buffer.read(fType)) return false; if(!a_buffer.read(fSize)) return false; @@ -47,16 +47,16 @@ public: //iro if(!a_buffer.read(fArrayDim)) return false; if(!a_buffer.read_fast_array(fMaxIndex,5)) return false; if(!a_buffer.read(fTypeName)) return false; - return a_buffer.check_byte_count(s,c,s_store_class()); + return a_buffer.check_byte_count(_s,_c,s_store_class()); } public: virtual void out(std::ostream& aOut) const { std::string _fname; fullName(_fname); - char s[128]; - snpf(s,sizeof(s)," %-14s%-15s offset=%3d type=%2d %-20s", + char _s[128]; + snpf(_s,sizeof(_s)," %-14s%-15s offset=%3d type=%2d %-20s", fTypeName.c_str(),_fname.c_str(),fOffset,fType,fTitle.c_str()); - aOut << s << std::endl; + aOut << _s << std::endl; } public: streamer_element() @@ -130,13 +130,13 @@ public: //iro //the below code skips correctly the data in the file. uint32 startpos = a_buffer.length(); short v; - unsigned int s,c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!parent::stream(a_buffer)) return false; - a_buffer.set_offset(startpos+c+sizeof(unsigned int)); - if(!a_buffer.check_byte_count(s,c,"dummy_streamer_element")) return false; + a_buffer.set_offset(startpos+_c+sizeof(unsigned int)); + if(!a_buffer.check_byte_count(_s,_c,"dummy_streamer_element")) return false; return true; } public: @@ -175,8 +175,8 @@ public: //iro virtual bool stream(buffer& a_buffer) { short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!Named_stream(a_buffer,m_name,m_title)) return false; if(!a_buffer.read(m_check_sum)) return false; @@ -196,7 +196,7 @@ public: //iro if(obj) m_elements.operator=(*obj); if(obj_created) delete obj;} - return a_buffer.check_byte_count(s,c,s_store_class()); + return a_buffer.check_byte_count(_s,_c,s_store_class()); } public: void out(std::ostream& a_out) const { diff --git a/source/externals/g4tools/include/tools/rroot/leaf b/source/externals/g4tools/include/tools/rroot/leaf index 5a167ae4b7..b0a836dc2e 100644 --- a/source/externals/g4tools/include/tools/rroot/leaf +++ b/source/externals/g4tools/include/tools/rroot/leaf @@ -78,12 +78,12 @@ public: virtual iro* copy() const {return new leaf(*this);} virtual bool stream(buffer& a_buffer) { short v; - unsigned int s,c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!base_leaf::stream(a_buffer)) return false; if(!a_buffer.read(m_min)) return false; if(!a_buffer.read(m_max)) return false; - if(!a_buffer.check_byte_count(s,c,leaf_store_class(T()))) return false; + if(!a_buffer.check_byte_count(_s,_c,leaf_store_class(T()))) return false; return true; } public: //base_leaf @@ -230,12 +230,12 @@ public: virtual iro* copy() const {return new leaf_string(*this);} virtual bool stream(buffer& a_buffer) { short v; - unsigned int s,c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!base_leaf::stream(a_buffer)) return false; if(!a_buffer.read(m_min)) return false; if(!a_buffer.read(m_max)) return false; - if(!a_buffer.check_byte_count(s,c,s_store_class())) return false; + if(!a_buffer.check_byte_count(_s,_c,s_store_class())) return false; return true; } public: //base_leaf @@ -337,12 +337,12 @@ public: virtual iro* copy() const {return new leaf_element(*this);} virtual bool stream(buffer& a_buffer) { short v; - unsigned int s,c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!base_leaf::stream(a_buffer)) return false; if(!a_buffer.read(fID)) return false; if(!a_buffer.read(fType)) return false; - if(!a_buffer.check_byte_count(s,c,s_store_class())) return false; + if(!a_buffer.check_byte_count(_s,_c,s_store_class())) return false; return true; } public: //base_leaf @@ -401,11 +401,11 @@ public: virtual iro* copy() const {return new leaf_object(*this);} virtual bool stream(buffer& a_buffer) { short v; - unsigned int s,c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!base_leaf::stream(a_buffer)) return false; if(!a_buffer.read(fVirtual)) return false; - if(!a_buffer.check_byte_count(s,c,s_store_class())) return false; + if(!a_buffer.check_byte_count(_s,_c,s_store_class())) return false; return true; } public: //base_leaf diff --git a/source/externals/g4tools/include/tools/rroot/matrix b/source/externals/g4tools/include/tools/rroot/matrix index 722fca554b..33f7011f17 100644 --- a/source/externals/g4tools/include/tools/rroot/matrix +++ b/source/externals/g4tools/include/tools/rroot/matrix @@ -38,9 +38,9 @@ public: } public: virtual bool stream(buffer& a_buffer) { - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return false; + if(!a_buffer.read_version(v,_s,_c)) return false; //printf("debug : tools::rroot::matrix::stream : version %d\n",v); @@ -63,7 +63,7 @@ public: //Real_t* Elements; //[fNelems] if(!dummy_array_stream(a_buffer,Nelems)) return false; - if(!a_buffer.check_byte_count(s,c,s_store_class())) return false; + if(!a_buffer.check_byte_count(_s,_c,s_store_class())) return false; return true; } diff --git a/source/externals/g4tools/include/tools/rroot/named b/source/externals/g4tools/include/tools/rroot/named index ee6dcd8b52..ddeb9ee3c1 100644 --- a/source/externals/g4tools/include/tools/rroot/named +++ b/source/externals/g4tools/include/tools/rroot/named @@ -14,34 +14,34 @@ namespace rroot { inline bool Named_stream(buffer& a_buffer,std::string& a_name,std::string& a_title) { short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s, _c; + if(!a_buffer.read_version(v,_s,_c)) return false; {uint32 id,bits; if(!Object_stream(a_buffer,id,bits)) return false;} if(!a_buffer.read(a_name)) return false; if(!a_buffer.read(a_title)) return false; - if(!a_buffer.check_byte_count(s,c,"TNamed")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TNamed")) return false; return true; } inline bool AttLine_stream(buffer& a_buffer,short& a_color,short& a_style,short& a_width){ short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s, _c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!a_buffer.read(a_color)) return false; if(!a_buffer.read(a_style)) return false; if(!a_buffer.read(a_width)) return false; - if(!a_buffer.check_byte_count(s,c,"TAttLine")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TAttLine")) return false; return true; } inline bool AttFill_stream(buffer& a_buffer,short& a_color,short& a_style){ short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s, _c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!a_buffer.read(a_color)) return false; if(!a_buffer.read(a_style)) return false; - if(!a_buffer.check_byte_count(s,c,"TAttFill")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TAttFill")) return false; return true; } @@ -50,30 +50,30 @@ inline bool AttMarker_stream(buffer& a_buffer) { short fMarkerStyle; float fMarkerWidth; short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s, _c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!a_buffer.read(fMarkerColor)) return false; if(!a_buffer.read(fMarkerStyle)) return false; if(!a_buffer.read(fMarkerWidth)) return false; - if(!a_buffer.check_byte_count(s,c,"TAttMarker")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TAttMarker")) return false; return true; } inline bool GeoAtt_stream(buffer& a_buffer) { unsigned int fGeoAtt; // option flags short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s, _c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!a_buffer.read(fGeoAtt)) return false; - if(!a_buffer.check_byte_count(s,c,"TGeoAtt")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TGeoAtt")) return false; return true; } inline bool Att3D_stream(buffer& a_buffer) { short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; - if(!a_buffer.check_byte_count(s,c,"TAtt3D")) return false; + unsigned int _s, _c; + if(!a_buffer.read_version(v,_s,_c)) return false; + if(!a_buffer.check_byte_count(_s,_c,"TAtt3D")) return false; return true; } diff --git a/source/externals/g4tools/include/tools/rroot/obj_array b/source/externals/g4tools/include/tools/rroot/obj_array index 8626029efc..df1a4f376f 100644 --- a/source/externals/g4tools/include/tools/rroot/obj_array +++ b/source/externals/g4tools/include/tools/rroot/obj_array @@ -77,7 +77,7 @@ public: T* obj = safe_cast(*_obj); if(!obj) { m_fac.out() << "tools::rroot::obj_array::obj_array :" - << " inlib::cast failed." + << " tools::cast failed." << std::endl; delete _obj; parent::push_back(0); @@ -104,7 +104,7 @@ public: T* obj = safe_cast(*_obj); if(!obj) { m_fac.out() << "tools::rroot::obj_array::operator= :" - << " inlib::cast failed." + << " tools::cast failed." << std::endl; delete _obj; parent::push_back(0); @@ -160,7 +160,7 @@ public: T* to = safe_cast(*obj); if(!to) { a_buffer.out() << "tools::rroot::obj_array::stream :" - << " inlib::cast failed." + << " tools::cast failed." << " " << obj->s_cls() << " is not a " << T::s_class() << "." << std::endl; if(created) { diff --git a/source/externals/g4tools/include/tools/rroot/obj_list b/source/externals/g4tools/include/tools/rroot/obj_list index d1c0188326..6545589d25 100644 --- a/source/externals/g4tools/include/tools/rroot/obj_list +++ b/source/externals/g4tools/include/tools/rroot/obj_list @@ -48,8 +48,8 @@ public: safe_clear(); short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; //::printf("debug : obj_list::stream : version %d, byte count %d\n",v,c); @@ -93,7 +93,7 @@ public: } } - return a_buffer.check_byte_count(s,c,s_store_class()); + return a_buffer.check_byte_count(_s,_c,s_store_class()); } public: obj_list(ifac& a_fac) diff --git a/source/externals/g4tools/include/tools/rroot/rall b/source/externals/g4tools/include/tools/rroot/rall index cf20ec69db..2a8acc02ee 100644 --- a/source/externals/g4tools/include/tools/rroot/rall +++ b/source/externals/g4tools/include/tools/rroot/rall @@ -51,6 +51,7 @@ inline TDirectory* find_dir(directory& a_dir,const std::string& a_name) { out << "tools::rroot::find_dir :" << " can't stream TDirectory." << std::endl; + delete tdir; return 0; } return tdir; diff --git a/source/externals/g4tools/include/tools/rroot/rbuf b/source/externals/g4tools/include/tools/rroot/rbuf index 90a06a3fd7..96d3c13d0d 100644 --- a/source/externals/g4tools/include/tools/rroot/rbuf +++ b/source/externals/g4tools/include/tools/rroot/rbuf @@ -248,9 +248,9 @@ public: int n; if(!read(n)) {a_a.clear();return false;} for(int index=0;index::clear(); short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; //::printf("debug : stl_vector::stream<%s> : version %d, byte count %d\n", // stype(T()).c_str(),v,c); @@ -67,7 +67,7 @@ public: delete [] vec; } - return a_buffer.check_byte_count(s,c,s_store_class()); + return a_buffer.check_byte_count(_s,_c,s_store_class()); } public: stl_vector(){ @@ -128,8 +128,8 @@ public: std::vector::clear(); short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; //::printf("debug : stl_vector_vector::stream<%s> : version %d, byte count %d\n",stype(T()).c_str(),v,c); @@ -161,7 +161,7 @@ public: } } - return a_buffer.check_byte_count(s,c,s_store_class()); + return a_buffer.check_byte_count(_s,_c,s_store_class()); } public: stl_vector_vector(){ @@ -220,8 +220,8 @@ public: //WARNING : not tested yet. short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; //::printf("debug : stl_vector_string::stream : version %d, byte count %d\n",v,c); @@ -239,9 +239,9 @@ public: } } - //a_buffer.set_offset(startpos+c+sizeof(unsigned int)); + //a_buffer.set_offset(startpos+_c+sizeof(unsigned int)); - return a_buffer.check_byte_count(s,c,s_store_class()); + return a_buffer.check_byte_count(_s,_c,s_store_class()); } public: stl_vector_string(){ diff --git a/source/externals/g4tools/include/tools/rroot/streamers b/source/externals/g4tools/include/tools/rroot/streamers index 0c0771ea29..4dec947056 100644 --- a/source/externals/g4tools/include/tools/rroot/streamers +++ b/source/externals/g4tools/include/tools/rroot/streamers @@ -51,8 +51,8 @@ inline bool AttAxis_stream(buffer& a_buffer){ // Version 4 streaming (ROOT/v3-00-6). short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!a_buffer.read(fNdivisions)) return false; if(!a_buffer.read(fAxisColor)) return false; @@ -66,15 +66,15 @@ inline bool AttAxis_stream(buffer& a_buffer){ if(!a_buffer.read(fTitleColor)) return false; if(!a_buffer.read(fTitleFont)) return false; - if(!a_buffer.check_byte_count(s, c,"TAttAxis")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TAttAxis")) return false; return true; } inline bool Axis_stream(buffer& a_buffer,histo::axis& a_fAxis){ // Version 6 streaming (ROOT/v3-00-6). short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; std::string name; std::string title; @@ -127,7 +127,7 @@ inline bool Axis_stream(buffer& a_buffer,histo::axis& a_fAx if(!dummy_TXxx_pointer_stream(a_buffer,fac)) return false; } - if(!a_buffer.check_byte_count(s,c,"TAxis")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TAxis")) return false; return true; } @@ -143,9 +143,9 @@ inline bool TH_read_1D(buffer& a_buffer,hd_data& a_data, a_Sxw = 0; a_Sx2w = 0; - unsigned int s, c; + unsigned int _s,_c; short vers; - if(!a_buffer.read_version(vers,s,c)) return false; + if(!a_buffer.read_version(vers,_s,_c)) return false; //::printf("debug : tools::rroot::TH_read_1D : version %d\n",vers); @@ -275,7 +275,7 @@ inline bool TH_read_1D(buffer& a_buffer,hd_data& a_data, a_data.m_bin_Sw2.assign(binn,0); } - if(!a_buffer.check_byte_count(s,c,"TH")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TH")) return false; return true; } @@ -284,9 +284,9 @@ inline bool TH_read_1D(buffer& a_buffer,hd_data& a_data, inline bool TH_read_2D(buffer& a_buffer,hd_data& a_data, double& a_entries,double& a_Sw,double& a_Sw2, double& a_Sxw,double& a_Sx2w,double& a_Syw,double& a_Sy2w){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return false; + if(!a_buffer.read_version(v,_s,_c)) return false; // Version 3 streaming (ROOT/v3-00-6). @@ -306,7 +306,7 @@ inline bool TH_read_2D(buffer& a_buffer,hd_data& a_data, if(!a_buffer.read(Tsumwxy)) return false; a_data.m_in_range_plane_Sxyw[0] = Tsumwxy; - if(!a_buffer.check_byte_count(s,c,"TH2")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TH2")) return false; return true; } @@ -316,9 +316,9 @@ inline bool TH_read_3D(buffer& a_buffer,hd_data& a_data, double& a_Sxw,double& a_Sx2w, double& a_Syw,double& a_Sy2w, double& a_Szw,double& a_Sz2w){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return false; + if(!a_buffer.read_version(v,_s,_c)) return false; if(!TH_read_1D(a_buffer,a_data,a_entries,a_Sw,a_Sw2,a_Sxw,a_Sx2w)) return false; if(!Att3D_stream(a_buffer)) return false; @@ -345,15 +345,15 @@ inline bool TH_read_3D(buffer& a_buffer,hd_data& a_data, a_data.m_in_range_plane_Sxyw[1] = Tsumwyz; a_data.m_in_range_plane_Sxyw[2] = Tsumwxz; - if(!a_buffer.check_byte_count(s,c,"TH3")) return false; + if(!a_buffer.check_byte_count(_s,_c,"TH3")) return false; return true; } inline histo::h1d* TH1F_stream(buffer& a_buffer){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return 0; + if(!a_buffer.read_version(v,_s,_c)) return 0; // Version 1 streaming (ROOT/v3-00-6). @@ -379,7 +379,7 @@ inline histo::h1d* TH1F_stream(buffer& a_buffer){ std::vector bins; //fArray TArrayF if(!Array_stream(a_buffer,bins)) return 0; - if(!a_buffer.check_byte_count(s,c,"TH1F")) return 0; + if(!a_buffer.check_byte_count(_s,_c,"TH1F")) return 0; unsigned int binn = data.m_bin_number; data.m_bin_Sw.resize(binn,0); @@ -407,9 +407,9 @@ inline histo::h1d* TH1F_stream(buffer& a_buffer){ } inline histo::h1d* TH1D_stream(buffer& a_buffer){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return 0; + if(!a_buffer.read_version(v,_s,_c)) return 0; // Version 1 streaming (ROOT/v3-00-6). @@ -433,7 +433,7 @@ inline histo::h1d* TH1D_stream(buffer& a_buffer){ std::vector bins; //fArray TArrayD if(!Array_stream(a_buffer,bins)) return 0; - if(!a_buffer.check_byte_count(s,c,"TH1D")) return 0; + if(!a_buffer.check_byte_count(_s,_c,"TH1D")) return 0; unsigned int binn = data.m_bin_number; data.m_bin_Sw = bins; @@ -459,9 +459,9 @@ inline histo::h1d* TH1D_stream(buffer& a_buffer){ } inline histo::h2d* TH2F_stream(buffer& a_buffer){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return 0; + if(!a_buffer.read_version(v,_s,_c)) return 0; // Version 3 streaming (ROOT/v3-00-6). @@ -490,7 +490,7 @@ inline histo::h2d* TH2F_stream(buffer& a_buffer){ std::vector bins; //fArray TArrayF if(!Array_stream(a_buffer,bins)) return 0; - if(!a_buffer.check_byte_count(s,c,"TH2F")) return 0; + if(!a_buffer.check_byte_count(_s,_c,"TH2F")) return 0; unsigned int binn = data.m_bin_number; data.m_bin_Sw.resize(binn,0); @@ -521,9 +521,9 @@ inline histo::h2d* TH2F_stream(buffer& a_buffer){ } inline histo::h2d* TH2D_stream(buffer& a_buffer){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return 0; + if(!a_buffer.read_version(v,_s,_c)) return 0; // Version 3 streaming (ROOT/v3-00-6). @@ -552,7 +552,7 @@ inline histo::h2d* TH2D_stream(buffer& a_buffer){ std::vector bins; //fArray TArrayD if(!Array_stream(a_buffer,bins)) return 0; - if(!a_buffer.check_byte_count(s,c,"TH2D")) return 0; + if(!a_buffer.check_byte_count(_s,_c,"TH2D")) return 0; unsigned int binn = data.m_bin_number; data.m_bin_Sw = bins; @@ -580,9 +580,9 @@ inline histo::h2d* TH2D_stream(buffer& a_buffer){ } inline histo::h3d* TH3D_stream(buffer& a_buffer){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return 0; + if(!a_buffer.read_version(v,_s,_c)) return 0; // Now we have to reconstruct a valid Histogram from a_buffer : hd_data data; @@ -611,7 +611,7 @@ inline histo::h3d* TH3D_stream(buffer& a_buffer){ std::vector bins; //fArray TArrayD if(!Array_stream(a_buffer,bins)) return 0; - if(!a_buffer.check_byte_count(s,c,"TH3D")) return 0; + if(!a_buffer.check_byte_count(_s,_c,"TH3D")) return 0; unsigned int binn = data.m_bin_number; data.m_bin_Sw = bins; @@ -641,9 +641,9 @@ inline histo::h3d* TH3D_stream(buffer& a_buffer){ } inline histo::p1d* TProfile_stream(buffer& a_buffer){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return 0; + if(!a_buffer.read_version(v,_s,_c)) return 0; // Version 3 streaming (ROOT/v3-00-6). @@ -680,7 +680,7 @@ inline histo::p1d* TProfile_stream(buffer& a_buffer){ if(!Array_stream(a_buffer,bins_sumw2)) return 0; } - if(!a_buffer.check_byte_count(s,c,"TProfile")) return 0; + if(!a_buffer.check_byte_count(_s,_c,"TProfile")) return 0; data.m_is_profile = true; data.m_cut_v = true; @@ -710,9 +710,9 @@ inline histo::p1d* TProfile_stream(buffer& a_buffer){ } inline histo::p2d* TProfile2D_stream(buffer& a_buffer){ - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return 0; + if(!a_buffer.read_version(v,_s,_c)) return 0; // Version 3 streaming (ROOT/v3-00-6). @@ -747,7 +747,7 @@ inline histo::p2d* TProfile2D_stream(buffer& a_buffer){ std::vector bins_sumw2; //fBinSumw2 TArrayD if(!Array_stream(a_buffer,bins_sumw2)) return 0; } - if(!a_buffer.check_byte_count(s,c,"TProfile2D")) return 0; + if(!a_buffer.check_byte_count(_s,_c,"TProfile2D")) return 0; data.m_is_profile = true; data.m_cut_v = true; diff --git a/source/externals/g4tools/include/tools/rroot/tree b/source/externals/g4tools/include/tools/rroot/tree index f733bc40be..df943b5d0d 100644 --- a/source/externals/g4tools/include/tools/rroot/tree +++ b/source/externals/g4tools/include/tools/rroot/tree @@ -133,8 +133,8 @@ public: //uint64 m_saved_bytes; short vers; - unsigned int s, c; - if(!a_buffer.read_version(vers,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(vers,_s,_c)) return false; //::printf("debug : tree::stream : version %d count %d\n",vers,c); @@ -385,7 +385,7 @@ public: } } - if(!a_buffer.check_byte_count(s,c,TTree_cls())) return false; + if(!a_buffer.check_byte_count(_s,_c,TTree_cls())) return false; return true; } diff --git a/source/externals/g4tools/include/tools/rroot/tree_index b/source/externals/g4tools/include/tools/rroot/tree_index index 9943a7bd9e..21f4eae1ca 100644 --- a/source/externals/g4tools/include/tools/rroot/tree_index +++ b/source/externals/g4tools/include/tools/rroot/tree_index @@ -36,9 +36,9 @@ public: virtual bool stream(buffer& a_buffer) { uint32 startpos = a_buffer.length(); - unsigned int s,c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return false; + if(!a_buffer.read_version(v,_s,_c)) return false; //::printf("debug : tree_index::stream : version %d count %d\n",v,c); if(!virtual_index_stream(a_buffer)) return false; @@ -58,9 +58,9 @@ public: //FIXME : still problem with this streamer. - a_buffer.set_offset(startpos+c+sizeof(unsigned int)); + a_buffer.set_offset(startpos+_c+sizeof(unsigned int)); - if(!a_buffer.check_byte_count(s,c,s_store_class())) return false; + if(!a_buffer.check_byte_count(_s,_c,s_store_class())) return false; //::printf("debug : tree_index::stream : ok\n"); return true; @@ -88,12 +88,12 @@ protected: } bool virtual_index_stream(buffer& a_buffer){ short v; - unsigned int s, c; - if(!a_buffer.read_version(v,s,c)) return false; + unsigned int _s,_c; + if(!a_buffer.read_version(v,_s,_c)) return false; //::printf("debug : virtual_index::stream : version %d count %d\n",v,c); std::string ds; if(!Named_stream(a_buffer,ds,ds)) return false; - if(!a_buffer.check_byte_count(s,c,virtual_index_s_store_class())) + if(!a_buffer.check_byte_count(_s,_c,virtual_index_s_store_class())) return false; return true; } diff --git a/source/externals/g4tools/include/tools/rroot/vector3 b/source/externals/g4tools/include/tools/rroot/vector3 index e41ad00b72..3e912f4d24 100644 --- a/source/externals/g4tools/include/tools/rroot/vector3 +++ b/source/externals/g4tools/include/tools/rroot/vector3 @@ -38,9 +38,9 @@ public: } public: virtual bool stream(buffer& a_buffer) { - unsigned int s, c; + unsigned int _s,_c; short v; - if(!a_buffer.read_version(v,s,c)) return false; + if(!a_buffer.read_version(v,_s,_c)) return false; //printf("debug : tools::rroot::vector3::stream : version %d\n",v); @@ -51,7 +51,7 @@ public: if(!a_buffer.read(m_y)) return false; if(!a_buffer.read(m_z)) return false; - if(!a_buffer.check_byte_count(s,c,s_store_class())) return false; + if(!a_buffer.check_byte_count(_s,_c,s_store_class())) return false; return true; } diff --git a/source/externals/g4tools/include/tools/rtausmeui b/source/externals/g4tools/include/tools/rtausmeui index 366d5d280c..f0620f8575 100644 --- a/source/externals/g4tools/include/tools/rtausmeui +++ b/source/externals/g4tools/include/tools/rtausmeui @@ -6,7 +6,7 @@ // G.Barrand : not so clear if 0 and tools::uint32_max() are included. // A simple program shows that "if(r.shoot()==tools::uint32_max())" shows hits. -// (But we did not see hits for "if(r.shoot()==0)"). (See inlib/tests/rand.cpp). +// (But we did not see hits for "if(r.shoot()==0)"). (See tools/tests/rand.cpp). // tausme is for Tausworthe maxmally equidistributed. diff --git a/source/externals/g4tools/include/tools/s2time b/source/externals/g4tools/include/tools/s2time index b634ba42b4..90211ac11c 100644 --- a/source/externals/g4tools/include/tools/s2time +++ b/source/externals/g4tools/include/tools/s2time @@ -11,13 +11,13 @@ namespace tools { inline bool s2time(const std::string& a_string,time_t& a_time) { - int yy, mm, dd, hh, mi, ss; + int yy, _mm, dd, hh, mi, ss; if(::sscanf(a_string.c_str(), "%d-%d-%d %d:%d:%d", - &yy,&mm,&dd,&hh,&mi,&ss)!=6) {a_time = 0;return false;} + &yy,&_mm,&dd,&hh,&mi,&ss)!=6) {a_time = 0;return false;} struct tm tp; tp.tm_year = yy-1900; - tp.tm_mon = mm-1; + tp.tm_mon = _mm-1; tp.tm_mday = dd; tp.tm_hour = hh; tp.tm_min = mi; diff --git a/source/externals/g4tools/include/tools/sg/base_tex b/source/externals/g4tools/include/tools/sg/base_tex index 3a80845745..720211d0d3 100644 --- a/source/externals/g4tools/include/tools/sg/base_tex +++ b/source/externals/g4tools/include/tools/sg/base_tex @@ -90,7 +90,7 @@ protected: } //a_out << "debug : tools::sg::tex_rect::update_sg :" - // << " this " << inlib::p2s(this) + // << " this " << tools::p2s(this) // << std::endl; // image must be power of two in width and height. @@ -123,7 +123,7 @@ protected: if(!img4.to_texture(expand.value(),pixel,m_img)){ a_out << "tools::sg::tex_rect::update_sg :" - << " problem with inlib::tex_rect::to_texture." + << " problem with tools::tex_rect::to_texture." << std::endl; m_img.make_empty(); return; @@ -132,7 +132,7 @@ protected: } else { if(!_img.to_texture(expand.value(),pixel,m_img)){ a_out << "tools::sg::tex_rect::update_sg :" - << " problem with inlib::tex_rect::to_texture." + << " problem with tools::tex_rect::to_texture." << std::endl; m_img.make_empty(); return; diff --git a/source/externals/g4tools/include/tools/sg/f2plot b/source/externals/g4tools/include/tools/sg/f2plot index 9d5192e64e..b796f3855b 100644 --- a/source/externals/g4tools/include/tools/sg/f2plot +++ b/source/externals/g4tools/include/tools/sg/f2plot @@ -4,7 +4,7 @@ #ifndef tools_sg_f2plot #define tools_sg_f2plot -// Connexion inlib/func to sg/plotter. +// Connexion tools/func to sg/plotter. #include "plottables" diff --git a/source/externals/g4tools/include/tools/sg/gl2ps_action b/source/externals/g4tools/include/tools/sg/gl2ps_action index 01661acf7e..9884f58396 100644 --- a/source/externals/g4tools/include/tools/sg/gl2ps_action +++ b/source/externals/g4tools/include/tools/sg/gl2ps_action @@ -163,6 +163,7 @@ public: gl2ps_action(gl2ps_manager& a_mgr,std::ostream& a_out,unsigned int a_ww,unsigned int a_wh) :parent(a_out,a_ww,a_wh) ,m_mgr(a_mgr) + ,m_gl2ps_context(0) ,m_FILE(0) ,m_pv(get_me()) ,m_light_color(colorf_white()) @@ -193,11 +194,14 @@ public: m_model.set_identity(); m_normal_matrix.set_identity(); } - virtual ~gl2ps_action(){} + virtual ~gl2ps_action(){ + close(); + } protected: gl2ps_action(const gl2ps_action& a_from) :parent(a_from) ,m_mgr(a_from.m_mgr) + ,m_gl2ps_context(0) ,m_FILE(0) ,m_vp_mtx(a_from.m_vp_mtx) @@ -255,12 +259,23 @@ protected: } public: bool open(const std::string& a_name,int a_format = TOOLS_GL2PS_EPS) { - if(m_FILE) return false; + close(); + + m_gl2ps_context = ::tools_gl2psCreateContext(); + if(!m_gl2ps_context) { + m_out << "tools::sg::gl2ps_action::open :" + << " can't create gl2ps context." + << std::endl; + return false; + } + m_FILE = ::fopen(a_name.c_str(),"w"); if(!m_FILE) { m_out << "tools::sg::gl2ps_action::open :" << " can't open file " << a_name << "." << std::endl; + ::tools_gl2psDeleteContext(m_gl2ps_context); + m_gl2ps_context = 0; return false; } @@ -279,12 +294,21 @@ public: vp[3] = m_wh; int bufsize = 0; - ::tools_gl2psBeginPage("","tools_sg_write_gl2ps", + if(::tools_gl2psBeginPage(m_gl2ps_context,"","tools_sg_write_gl2ps", vp,a_format,sort,options, TOOLS_GL_RGBA,0, NULL,0,0,0,bufsize, - m_FILE,a_name.c_str()); - - ::tools_gl2psSetBackgroundColor(m_back[0],m_back[1],m_back[2]); + m_FILE,a_name.c_str())==TOOLS_GL2PS_ERROR) { + m_out << "tools::sg::gl2ps_action::open :" + << " tools_gl2psBeginPage() failed." + << std::endl; + ::fclose(m_FILE); + m_FILE = 0; + ::tools_gl2psDeleteContext(m_gl2ps_context); + m_gl2ps_context = 0; + return false; + } + + ::tools_gl2psSetBackgroundColor(m_gl2ps_context,m_back[0],m_back[1],m_back[2]); m_vp_mtx.set_identity(); m_vp_mtx.mul_translate(float(m_ww)/2,float(m_wh)/2,0); @@ -294,10 +318,19 @@ public: } bool close() { - if(!m_FILE) return false; - ::tools_gl2psEndPage(); - ::fclose(m_FILE); - m_FILE = 0; + tools_GLint _status = 0; + if(m_gl2ps_context) { + _status = ::tools_gl2psEndPage(m_gl2ps_context); + } + if(m_FILE) { + ::fclose(m_FILE); + m_FILE = 0; + } + if(m_gl2ps_context) { + ::tools_gl2psDeleteContext(m_gl2ps_context); + m_gl2ps_context = 0; + } + if (_status == TOOLS_GL2PS_OVERFLOW) return false; return true; } void set_background(float a_r,float a_g,float a_b) { @@ -349,6 +382,8 @@ protected: return m_this.project_point(a_x,a_y,a_z,a_w); } virtual bool add_point(float a_x,float a_y,float a_z,float) { + if(!m_this.m_gl2ps_context) return false; + float r = m_this.m_color[0]; float g = m_this.m_color[1]; float b = m_this.m_color[2]; @@ -369,13 +404,14 @@ protected: m_this.m_vp_mtx.mul_3f(a_x,a_y,a_z); m_this.set_vtx(vertices,0, a_x,a_y,a_z, r,g,b,a); - - ::tools_gl2psAddPolyPrimitive(_GL2PS_POINT(),1,vertices,offset,ofactor,ounits,pattern,factor,sz,linecap,linejoin,boundary); + ::tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_POINT(),1,vertices,offset,ofactor,ounits,pattern,factor,sz,linecap,linejoin,boundary); return true; } virtual bool add_point(float a_x,float a_y,float a_z,float, float a_r,float a_g,float a_b,float a_a) { + if(!m_this.m_gl2ps_context) return false; + tools_GLint offset = 0; tools_GLfloat ofactor = 0; // tools_GLfloat ounits = 0; // @@ -392,13 +428,15 @@ protected: m_this.set_vtx(vertices,0, a_x,a_y,a_z, a_r,a_g,a_b,a_a); - //::tools_gl2psAddPolyPrimitive(_GL2PS_POINT(),1,vertices,0,pattern,factor,sz,0); - ::tools_gl2psAddPolyPrimitive(_GL2PS_POINT(),1,vertices,offset,ofactor,ounits,pattern,factor,sz,linecap,linejoin,boundary); + //::tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_POINT(),1,vertices,0,pattern,factor,sz,0); + ::tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_POINT(),1,vertices,offset,ofactor,ounits,pattern,factor,sz,linecap,linejoin,boundary); return true; } virtual bool add_line(float a_bx,float a_by,float a_bz,float, float a_ex,float a_ey,float a_ez,float) { + if(!m_this.m_gl2ps_context) return false; + float r = m_this.m_color[0]; float g = m_this.m_color[1]; float b = m_this.m_color[2]; @@ -422,8 +460,8 @@ protected: m_this.set_vtx(vertices,0, a_bx,a_by,a_bz, r,g,b,a); m_this.set_vtx(vertices,1, a_ex,a_ey,a_ez, r,g,b,a); - //::tools_gl2psAddPolyPrimitive(_GL2PS_LINE(),2,vertices,0,pattern,factor,lwidth,0); - ::tools_gl2psAddPolyPrimitive(_GL2PS_LINE(),2,vertices,offset,ofactor,ounits,pattern,factor,lwidth,linecap,linejoin,boundary); + //::tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_LINE(),2,vertices,0,pattern,factor,lwidth,0); + ::tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_LINE(),2,vertices,offset,ofactor,ounits,pattern,factor,lwidth,linecap,linejoin,boundary); return true; } @@ -432,6 +470,7 @@ protected: float a_br,float a_bg,float a_bb,float a_ba, float a_ex,float a_ey,float a_ez,float, float a_er,float a_eg,float a_eb,float a_ea){ + if(!m_this.m_gl2ps_context) return false; tools_GLint offset = 0; tools_GLfloat ofactor = 0; // @@ -451,8 +490,8 @@ protected: m_this.set_vtx(vertices,0, a_bx,a_by,a_bz, a_br,a_bg,a_bb,a_ba); m_this.set_vtx(vertices,1, a_ex,a_ey,a_ez, a_er,a_eg,a_eb,a_ea); - //tools_gl2psAddPolyPrimitive(_GL2PS_LINE(),2,vertices,0,pattern,factor,lwidth,0); - ::tools_gl2psAddPolyPrimitive(_GL2PS_LINE(),2,vertices,offset,ofactor,ounits,pattern,factor,lwidth,linecap,linejoin,boundary); + //tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_LINE(),2,vertices,0,pattern,factor,lwidth,0); + ::tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_LINE(),2,vertices,offset,ofactor,ounits,pattern,factor,lwidth,linecap,linejoin,boundary); return true; } @@ -460,6 +499,8 @@ protected: virtual bool add_triangle(float a_p1x,float a_p1y,float a_p1z,float, float a_p2x,float a_p2y,float a_p2z,float, float a_p3x,float a_p3y,float a_p3z,float){ + if(!m_this.m_gl2ps_context) return false; + float r = m_this.m_color[0]; float g = m_this.m_color[1]; float b = m_this.m_color[2]; @@ -485,8 +526,8 @@ protected: m_this.set_vtx(vertices,1, a_p2x,a_p2y,a_p2z, r,g,b,a); m_this.set_vtx(vertices,2, a_p3x,a_p3y,a_p3z, r,g,b,a); - //tools_gl2psAddPolyPrimitive(_GL2PS_TRIANGLE(),3,vertices,0,pattern,factor,lwidth,0); - ::tools_gl2psAddPolyPrimitive(_GL2PS_TRIANGLE(),3,vertices,offset,ofactor,ounits,pattern,factor,lwidth,linecap,linejoin,boundary); + //tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_TRIANGLE(),3,vertices,0,pattern,factor,lwidth,0); + ::tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_TRIANGLE(),3,vertices,offset,ofactor,ounits,pattern,factor,lwidth,linecap,linejoin,boundary); return true; } @@ -499,6 +540,8 @@ protected: float a_p3x,float a_p3y,float a_p3z,float, float a_r3,float a_g3,float a_b3,float a_a3){ + if(!m_this.m_gl2ps_context) return false; + tools_GLint offset = 0; tools_GLfloat ofactor = 0; // tools_GLfloat ounits = 0; // @@ -519,8 +562,8 @@ protected: m_this.set_vtx(vertices,1, a_p2x,a_p2y,a_p2z, a_r2,a_g2,a_b2,a_a2); m_this.set_vtx(vertices,2, a_p3x,a_p3y,a_p3z, a_r3,a_g3,a_b3,a_a3); - //tools_gl2psAddPolyPrimitive(_GL2PS_TRIANGLE(),3,vertices,0,pattern,factor,lwidth,0); - ::tools_gl2psAddPolyPrimitive(_GL2PS_TRIANGLE(),3,vertices,offset,ofactor,ounits,pattern,factor,lwidth,linecap,linejoin,boundary); + //tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_TRIANGLE(),3,vertices,0,pattern,factor,lwidth,0); + ::tools_gl2psAddPolyPrimitive(m_this.m_gl2ps_context,_GL2PS_TRIANGLE(),3,vertices,offset,ofactor,ounits,pattern,factor,lwidth,linecap,linejoin,boundary); return true; } @@ -616,6 +659,8 @@ protected: protected: gl2ps_manager& m_mgr; + tools_GL2PScontext* m_gl2ps_context; + FILE* m_FILE; float m_back[3]; mat4f m_vp_mtx; diff --git a/source/externals/g4tools/include/tools/sg/group b/source/externals/g4tools/include/tools/sg/group index eced2cd07c..8a82b7edc8 100644 --- a/source/externals/g4tools/include/tools/sg/group +++ b/source/externals/g4tools/include/tools/sg/group @@ -235,7 +235,7 @@ public: void clear() {safe_reverse_clear(m_children);} void raw_clear() { //used for sg coming from exlib/rroot/vis_volume. - tools::raw_clear(m_children); //inlib:: is needed. + tools::raw_clear(m_children); //tools:: is needed. } //void children_clear() {m_children.clear();} //warning : nodes are not deleted. Used in [hep_]cone_anim. diff --git a/source/externals/g4tools/include/tools/sg/h2plot b/source/externals/g4tools/include/tools/sg/h2plot index 79c1fda599..0046647ecb 100644 --- a/source/externals/g4tools/include/tools/sg/h2plot +++ b/source/externals/g4tools/include/tools/sg/h2plot @@ -4,7 +4,7 @@ #ifndef tools_sg_h2plot #define tools_sg_h2plot -// Connexion inlib/histo to sg/plotter. +// Connexion tools/histo to sg/plotter. // Inheritance : #include "plottables" diff --git a/source/externals/g4tools/include/tools/sg/infos_box b/source/externals/g4tools/include/tools/sg/infos_box index b8a9b69f06..07a5783fc5 100644 --- a/source/externals/g4tools/include/tools/sg/infos_box +++ b/source/externals/g4tools/include/tools/sg/infos_box @@ -323,17 +323,17 @@ public: /// middle spaces ////////////////////////////////////////// //////////////////////////////////////////////////////////// base_text* mtext = 0; - {std::string s(num_spaces,' '); + {std::string _s(num_spaces,' '); if(font==font_hershey()) { text_hershey* text = new text_hershey; mtext = text; - text->strings.add(s); + text->strings.add(_s); text->hjust = left; } else { base_freetype* text = base_freetype::create(m_ttf); //TTNODE* text = new TTNODE; mtext = text; - text->strings.add(s); + text->strings.add(_s); text->hjust = left; text->font = font; text->modeling = font_modeling; diff --git a/source/externals/g4tools/include/tools/sg/node b/source/externals/g4tools/include/tools/sg/node index 8aee98e221..2f3a03a75d 100644 --- a/source/externals/g4tools/include/tools/sg/node +++ b/source/externals/g4tools/include/tools/sg/node @@ -203,7 +203,7 @@ protected: return false; } } /*else { - a_action.out() << "debug : inlib::node::read_fields :" + a_action.out() << "debug : tools::node::read_fields :" << " for node class " << s_cls() << " : field desc class " << fdesc.cls() << " : field desc offset " << fdesc.offset() diff --git a/source/externals/g4tools/include/tools/sg/path b/source/externals/g4tools/include/tools/sg/path index ffa66d7625..ab77a15817 100644 --- a/source/externals/g4tools/include/tools/sg/path +++ b/source/externals/g4tools/include/tools/sg/path @@ -62,14 +62,14 @@ inline CONTAINER* container_container(const path_t& a_path) { inline void dump(std::ostream& a_out,const path_t& a_path) { a_out << "tools::sg::dump : path size " << a_path.size() << std::endl; - std::string s; + std::string _s; path_t::const_iterator it; for(it=a_path.begin();it!=a_path.end();++it){ - if(!p2s(*it,s)) {} - a_out << " " << s << " " << (*it)->s_cls(); + if(!p2s(*it,_s)) {} + a_out << " " << _s << " " << (*it)->s_cls(); if(noderef* _ref = safe_cast(*(*it))) { - if(!p2s(&(_ref->node()),s)) {} - a_out << ", " << s << " " << _ref->node().s_cls(); + if(!p2s(&(_ref->node()),_s)) {} + a_out << ", " << _s << " " << _ref->node().s_cls(); } a_out << std::endl; } diff --git a/source/externals/g4tools/include/tools/sg/plotter b/source/externals/g4tools/include/tools/sg/plotter index b3dfbd3d88..b0599132c8 100644 --- a/source/externals/g4tools/include/tools/sg/plotter +++ b/source/externals/g4tools/include/tools/sg/plotter @@ -1866,7 +1866,7 @@ public: //public float XMGR = right_margin; float wData = XSIZ-XMGL-XMGR; if(XSIZ==0.0F) { - //SoDebugError::postInfo("inlib::sg;:plotter::data_frame_2_vp","XSIZ is 0"); + //SoDebugError::postInfo("tools::sg;:plotter::data_frame_2_vp","XSIZ is 0"); return false; } a_vp[0] = (wData*a_pos[0] + XMGL)/XSIZ;} @@ -1876,7 +1876,7 @@ public: //public float YMGU = top_margin; float hData = YSIZ-YMGL-YMGU; if(YSIZ==0.0F) { - //SoDebugError::postInfo("inlib::sg;:plotter::data_frame_2_vp","YSIZ is 0"); + //SoDebugError::postInfo("tools::sg;:plotter::data_frame_2_vp","YSIZ is 0"); return false; } a_vp[1] = (hData*a_pos[1] + YMGL)/YSIZ;} @@ -1886,7 +1886,7 @@ public: //public float ZMGU = up_margin; float dData = ZSIZ-ZMGD-ZMGU; if(ZSIZ==0.0F) { - //SoDebugError::postInfo("inlib::sg;:plotter::data_frame_2_vp","ZSIZ is 0"); + //SoDebugError::postInfo("tools::sg;:plotter::data_frame_2_vp","ZSIZ is 0"); return false; } a_vp[2] = (dData*a_pos[2] + ZMGD)/ZSIZ;} @@ -1903,7 +1903,7 @@ public: //public float XMGR = right_margin; float wData = XSIZ-XMGL-XMGR; if(wData==0.0F) { - //SoDebugError::postInfo("inlib::sg;:plotter::vp_2_data_frame","wData is 0"); + //SoDebugError::postInfo("tools::sg;:plotter::vp_2_data_frame","wData is 0"); return false; } a_pos[0] = (a_vp[0]*XSIZ - XMGL)/wData;} @@ -1913,7 +1913,7 @@ public: //public float YMGU = top_margin; float hData = YSIZ-YMGL-YMGU; if(hData==0.0F) { - //SoDebugError::postInfo("inlib::sg;:plotter::vp_2_data_frame","hData is 0"); + //SoDebugError::postInfo("tools::sg;:plotter::vp_2_data_frame","hData is 0"); return false; } a_pos[1] = (a_vp[1]*YSIZ - YMGL)/hData;} @@ -1923,7 +1923,7 @@ public: //public float ZMGU = up_margin; float dData = ZSIZ-ZMGD-ZMGU; if(dData==0.0F) { - //SoDebugError::postInfo("inlib::sg;:plotter::vp_2_data_frame","dData is 0"); + //SoDebugError::postInfo("tools::sg;:plotter::vp_2_data_frame","dData is 0"); return false; } a_pos[2] = (a_vp[2]*ZSIZ - ZMGD)/dData;} @@ -1977,19 +1977,19 @@ public: //public float mx = m_x_axis.maximum_value; if(mx==mn) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","x : mn (%g) == mx (%g)",mn,mx); + // ("tools::sg;:plotter::axis_2_data_frame","x : mn (%g) == mx (%g)",mn,mx); return false; } bool lg = m_x_axis.is_log; if(lg) { if(mn<=0) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","x log but mn (%g) <=0",mn); + // ("tools::sg;:plotter::axis_2_data_frame","x log but mn (%g) <=0",mn); return false; } if(mx<=0) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","x log but mx (%g) <=0",mx); + // ("tools::sg;:plotter::axis_2_data_frame","x log but mx (%g) <=0",mx); return false; } mn = flog10(mn); @@ -2001,19 +2001,19 @@ public: //public float mx = m_y_axis.maximum_value; if(mx==mn) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","y : mn (%g) == mx (%g)",mn,mx); + // ("tools::sg;:plotter::axis_2_data_frame","y : mn (%g) == mx (%g)",mn,mx); return false; } bool lg = m_y_axis.is_log; if(lg) { if(mn<=0) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","y log but mn (%g) <=0",mn); + // ("tools::sg;:plotter::axis_2_data_frame","y log but mn (%g) <=0",mn); return false; } if(mx<=0) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","y log but mx (%g) <=0",mx); + // ("tools::sg;:plotter::axis_2_data_frame","y log but mx (%g) <=0",mx); return false; } mn = flog10(mn); @@ -2025,19 +2025,19 @@ public: //public float mx = m_z_axis.maximum_value; if(mx==mn) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","z : mn (%g) == mx (%g)",mn,mx); + // ("tools::sg;:plotter::axis_2_data_frame","z : mn (%g) == mx (%g)",mn,mx); return false; } bool lg = m_z_axis.is_log; if(lg) { if(mn<=0) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","z log but mn (%g) <=0",mn); + // ("tools::sg;:plotter::axis_2_data_frame","z log but mn (%g) <=0",mn); return false; } if(mx<=0) { //SoDebugError::postInfo - // ("inlib::sg;:plotter::axis_2_data_frame","z log but mx (%g) <=0",mx); + // ("tools::sg;:plotter::axis_2_data_frame","z log but mx (%g) <=0",mx); return false; } mn = flog10(mn); @@ -2277,8 +2277,8 @@ protected: rotf r3(vec3f(1,0,0),tau * fdeg2rad()); rotf r = r1*r2*r3; - mat4f m; - r.value(m); + mat4f _m; + r.value(_m); float xmn = -0.5F*wData; float ymn = -0.5F*hData; @@ -2291,30 +2291,30 @@ protected: float x,y,z; // zmn face : {x = xmn;y = ymn;z = zmn; - m.mul_3f(x,y,z); + _m.mul_3f(x,y,z); _box.extend_by(x,y,z);} {x = xmx;y = ymn;z = zmn; - m.mul_3f(x,y,z); + _m.mul_3f(x,y,z); _box.extend_by(x,y,z);} {x = xmx;y = ymx;z = zmn; - m.mul_3f(x,y,z); + _m.mul_3f(x,y,z); _box.extend_by(x,y,z);} {x = xmn;y = ymx;z = zmn; - m.mul_3f(x,y,z); + _m.mul_3f(x,y,z); _box.extend_by(x,y,z);} // zmx face : {x = xmn;y = ymn;z = zmx; - m.mul_3f(x,y,z); + _m.mul_3f(x,y,z); _box.extend_by(x,y,z);} {x = xmx;y = ymn;z = zmx; - m.mul_3f(x,y,z); + _m.mul_3f(x,y,z); _box.extend_by(x,y,z);} {x = xmx;y = ymx;z = zmx; - m.mul_3f(x,y,z); + _m.mul_3f(x,y,z); _box.extend_by(x,y,z);} {x = xmn;y = ymx;z = zmx; - m.mul_3f(x,y,z); + _m.mul_3f(x,y,z); _box.extend_by(x,y,z);} float xfac = _box.mx()[0]-_box.mn()[0]; @@ -2574,7 +2574,7 @@ public: //////////////////////////////////// //if(verbose) { - // SoDebugError::postInfo("inlib::sg;:plotter::updateChildren", + // SoDebugError::postInfo("tools::sg;:plotter::updateChildren", // "%lu : XY : update bins",(unsigned long)this); //} @@ -7439,7 +7439,7 @@ protected: //rep const std::vector& a_bins, const rep_box& a_box_x,const rep_box& a_box_y,float a_zz, bool a_bar_chart){ - //printf("debug : inlib::sg;:plotter::repHatch1D_xy : zz %g barchart %d sw %g\n",a_zz,aBarChart,a_style.stripWidth.getValue()); + //printf("debug : tools::sg;:plotter::repHatch1D_xy : zz %g barchart %d sw %g\n",a_zz,aBarChart,a_style.stripWidth.getValue()); separator* _sep = new separator; diff --git a/source/externals/g4tools/include/tools/sg/senum b/source/externals/g4tools/include/tools/sg/senum index 0bcfff9f7e..321309fa6b 100644 --- a/source/externals/g4tools/include/tools/sg/senum +++ b/source/externals/g4tools/include/tools/sg/senum @@ -329,9 +329,9 @@ namespace tools { namespace sg { inline bool scolor(const colorf& a_col,std::string& a_s){ - char s[256]; - snpf(s,sizeof(s),"%g %g %g",a_col[0],a_col[1],a_col[2]); - a_s = s; + char _s[256]; + snpf(_s,sizeof(_s),"%g %g %g",a_col[0],a_col[1],a_col[2]); + a_s = _s; return true; } diff --git a/source/externals/g4tools/include/tools/sg/style_colormap b/source/externals/g4tools/include/tools/sg/style_colormap index 026f26a4bb..42a5c8a53a 100644 --- a/source/externals/g4tools/include/tools/sg/style_colormap +++ b/source/externals/g4tools/include/tools/sg/style_colormap @@ -564,17 +564,17 @@ inline bool find_color(const cmaps_t& a_cmaps,const std::string& a_s,colorf& a_c // 1 3 5 unsigned long rr,gg,bb; - {std::string s("0x"); - s += a_s.substr(1,2); - if(!to_ulong(s,rr)) return false;} + {std::string _s("0x"); + _s += a_s.substr(1,2); + if(!to_ulong(_s,rr)) return false;} - {std::string s("0x"); - s += a_s.substr(3,2); - if(!to_ulong(s,gg)) return false;} + {std::string _s("0x"); + _s += a_s.substr(3,2); + if(!to_ulong(_s,gg)) return false;} - {std::string s("0x"); - s += a_s.substr(5,2); - if(!to_ulong(s,bb)) return false;} + {std::string _s("0x"); + _s += a_s.substr(5,2); + if(!to_ulong(_s,bb)) return false;} a_col = colorf(((float)rr)/255,((float)gg)/255,((float)bb)/255); return true; diff --git a/source/externals/g4tools/include/tools/sg/style_parser b/source/externals/g4tools/include/tools/sg/style_parser index 43df16a495..b731170c8d 100644 --- a/source/externals/g4tools/include/tools/sg/style_parser +++ b/source/externals/g4tools/include/tools/sg/style_parser @@ -357,123 +357,123 @@ translation %g %g %g" ,m_translation[0],m_translation[1],m_translation[2]); std::string lf("\n"); - std::string s(ss); + std::string _s(ss); - s += lf; - s += "smoothing "; - s += (m_smoothing?"true":"false"); + _s += lf; + _s += "smoothing "; + _s += (m_smoothing?"true":"false"); - s += lf; - s += "hinting "; - s += (m_hinting?"true":"false"); + _s += lf; + _s += "hinting "; + _s += (m_hinting?"true":"false"); - s += lf; - s += "enforced "; - s += (m_enforced?"true":"false"); + _s += lf; + _s += "enforced "; + _s += (m_enforced?"true":"false"); - s += lf; - s += "visible "; - s += (m_visible?"true":"false"); + _s += lf; + _s += "visible "; + _s += (m_visible?"true":"false"); - s += lf; - s += "editable "; - s += (m_editable?"true":"false"); + _s += lf; + _s += "editable "; + _s += (m_editable?"true":"false"); - s += lf; - s += "automated "; - s += (m_automated?"true":"false"); + _s += lf; + _s += "automated "; + _s += (m_automated?"true":"false"); - s += lf; - s += "pickable "; - s += (m_pickable?"true":"false"); + _s += lf; + _s += "pickable "; + _s += (m_pickable?"true":"false"); - s += lf; - s += "marker_style "; - s += smarker_style(m_marker_style); + _s += lf; + _s += "marker_style "; + _s += smarker_style(m_marker_style); - s += lf; - s += "area_style "; - s += sarea_style(m_area_style); + _s += lf; + _s += "area_style "; + _s += sarea_style(m_area_style); - s += lf; - s += "modeling "; - s += m_modeling; + _s += lf; + _s += "modeling "; + _s += m_modeling; - s += lf; - s += "coloring "; - s += m_coloring; + _s += lf; + _s += "coloring "; + _s += m_coloring; - s += lf; - s += "title "; - s += m_title; + _s += lf; + _s += "title "; + _s += m_title; - s += lf; - s += "light_model "; - s += m_light_model; + _s += lf; + _s += "light_model "; + _s += m_light_model; - s += lf; - s += "tick_modeling "; - s += m_tick_modeling; + _s += lf; + _s += "tick_modeling "; + _s += m_tick_modeling; - s += lf; - s += "encoding "; - s += m_encoding; + _s += lf; + _s += "encoding "; + _s += m_encoding; - s += lf; - s += "cut "; - s += m_cut; + _s += lf; + _s += "cut "; + _s += m_cut; - s += lf; - s += "painting "; - s += spainting_policy(m_painting); + _s += lf; + _s += "painting "; + _s += spainting_policy(m_painting); - s += lf; - s += "hatching "; - s += shatching_policy(m_hatching); + _s += lf; + _s += "hatching "; + _s += shatching_policy(m_hatching); - s += lf; - s += "projection "; - s += sprojection_type(m_projection); + _s += lf; + _s += "projection "; + _s += sprojection_type(m_projection); - s += lf; - s += "font "; - s += m_font; + _s += lf; + _s += "font "; + _s += m_font; if(m_font_modeling==font_outline) { - s += lf; - s += "font_modeling "; - s += s_font_outline(); + _s += lf; + _s += "font_modeling "; + _s += s_font_outline(); } else if(m_font_modeling==font_filled) { - s += lf; - s += "font_modeling "; - s += s_font_filled(); + _s += lf; + _s += "font_modeling "; + _s += s_font_filled(); } else if(m_font_modeling==font_pixmap) { - s += lf; - s += "font_modeling "; - s += s_font_pixmap(); + _s += lf; + _s += "font_modeling "; + _s += s_font_pixmap(); } - s += lf; - s += "options "; - s += m_options; + _s += lf; + _s += "options "; + _s += m_options; - s += lf; - s += "color_mapping "; - s += m_color_mapping; + _s += lf; + _s += "color_mapping "; + _s += m_color_mapping; - s += lf; - s += "front_face "; - s += (m_front_face==winding_ccw?"ccw":"cw"); + _s += lf; + _s += "front_face "; + _s += (m_front_face==winding_ccw?"ccw":"cw"); - s += lf; - s += "hjust "; - s += shjust(m_hjust); + _s += lf; + _s += "hjust "; + _s += shjust(m_hjust); - s += lf; - s += "vjust "; - s += svjust(m_vjust); + _s += lf; + _s += "vjust "; + _s += svjust(m_vjust); - return s; + return _s; } void color(const colorf& a_v){m_color = a_v;} diff --git a/source/externals/g4tools/include/tools/sg/text b/source/externals/g4tools/include/tools/sg/text index c1e7f3741c..b98805f043 100644 --- a/source/externals/g4tools/include/tools/sg/text +++ b/source/externals/g4tools/include/tools/sg/text @@ -317,9 +317,6 @@ public: matrix* tsf = new matrix; m_sep.add(tsf); - float fw = width * wmargin_factor; - float fh = height * hmargin_factor; - //sf zfront ? float zz = back_visible.value()?0.01f:0; @@ -364,9 +361,9 @@ public: if(hjust==center) { xtrans = 0; } else if(hjust==left) { - xtrans = -fw*0.5f+bxw*0.5f; + xtrans = bxw*0.5f; } else if(hjust==right) { - xtrans = fw*0.5f-bxw*0.5f; + xtrans = -bxw*0.5f; } float bxh = mx_y-mn_y; @@ -374,20 +371,21 @@ public: if(vjust==middle) { ytrans = 0; } else if(vjust==bottom) { - ytrans = -fh*0.5f+bxh*0.5f; + ytrans = bxh*0.5f; } else if(vjust==top) { - ytrans = fh*0.5f-bxh*0.5f; + ytrans = -bxh*0.5f; } float xx = -(mn_x+mx_x)*0.5F+xtrans; float yy = -(mn_y+mx_y)*0.5F+ytrans; tsf->set_translate(xx,yy,zz); - return; } if(enforce_front_width) { + float fh = height * hmargin_factor; + float th = fh; float mn_x,mn_y,mn_z; float mx_x,mx_y,mx_z; @@ -406,9 +404,9 @@ public: if(hjust==center) { xtrans = 0; } else if(hjust==left) { - xtrans = -fw*0.5f+bxw*0.5f; + xtrans = bxw*0.5f; } else if(hjust==right) { - xtrans = fw*0.5f-bxw*0.5f; + xtrans = -bxw*0.5f; } float bxh = mx_y-mn_y; @@ -416,9 +414,9 @@ public: if(vjust==middle) { ytrans = 0; } else if(vjust==bottom) { - ytrans = -fh*0.5f+bxh*0.5f; + ytrans = bxh*0.5f; } else if(vjust==top) { - ytrans = fh*0.5f-bxw*0.5f; + ytrans = -bxh*0.5f; } float xx = -(mn_x+mx_x)*0.5F+xtrans; @@ -426,15 +424,16 @@ public: tsf->set_translate(xx,yy,zz); m_base_text->height = bxh; //=th? - return; } //various automatic text height strategies : + float fw = width * wmargin_factor; + float fh = height * hmargin_factor; if(confine) { // code common to freetype and hershey : - + // try to adjust text within fw x fh (by attempting to be smart !). // the below assumes that text bounds are linear according // "text height". @@ -488,7 +487,7 @@ public: } else if(vjust==bottom) { ytrans = -fh*0.5f+bxh*0.5f; } else if(vjust==top) { - ytrans = fh*0.5f-bxw*0.5f; + ytrans = fh*0.5f-bxh*0.5f; } float xx = -(mn_x+mx_x)*0.5F+xtrans; @@ -498,7 +497,7 @@ public: } - } else { + } else { // we arrange yy so that two aside texts // with same height will have their text base lines aligned. @@ -548,7 +547,7 @@ public: } else if(vjust==bottom) { ytrans = -fh*0.5f+bxh*0.5f; } else if(vjust==top) { - ytrans = fh*0.5f-bxw*0.5f; + ytrans = fh*0.5f-bxh*0.5f; } */ float xx = -(mn_x+mx_x)*0.5F+xtrans; @@ -565,6 +564,19 @@ public: } } + void map_back_area_to_text() { + if(!m_base_text) return; + + float mn_x,mn_y,mn_z; + float mx_x,mx_y,mx_z; + m_base_text->get_bounds(front_height,mn_x,mn_y,mn_z,mx_x,mx_y,mx_z); + + float bxw = mx_x-mn_x; + float bxh = mx_y-mn_y; + parent::width = bxw/wmargin_factor; + parent::height = bxh/hmargin_factor; + } + protected: separator m_sep; base_text* m_base_text; diff --git a/source/externals/g4tools/include/tools/sg/text_hershey b/source/externals/g4tools/include/tools/sg/text_hershey index e7df25b891..5c4ee61334 100644 --- a/source/externals/g4tools/include/tools/sg/text_hershey +++ b/source/externals/g4tools/include/tools/sg/text_hershey @@ -586,7 +586,7 @@ protected: static void decode_PAW(const std::string& a_s,sencoded& a_sed){ a_sed.clear(); - font_type font = sg::latin; + font_type hershey_font = sg::latin; hchar::e_move move = hchar::none; bool back = false; bool bar = false; @@ -596,16 +596,16 @@ protected: char c = *it; // Control characters : if(c=='[') { - font = sg::greek; + hershey_font = sg::greek; continue; } else if(c==']') { - font = sg::latin; + hershey_font = sg::latin; continue; } else if(c=='"') { - font = sg::special; + hershey_font = sg::special; continue; } else if(c=='#') { - font = sg::latin; + hershey_font = sg::latin; continue; } else if(c=='!') { move = hchar::none; @@ -631,7 +631,7 @@ protected: hc.m_y_move = move; hc.m_back = back; hc.m_bar = bar; - hc.m_font = font; + hc.m_font = hershey_font; hc.m_char = c; a_sed.push_back(hc); diff --git a/source/externals/g4tools/include/tools/smatch b/source/externals/g4tools/include/tools/smatch index 1b91b61a3b..c2ea46cc4e 100644 --- a/source/externals/g4tools/include/tools/smatch +++ b/source/externals/g4tools/include/tools/smatch @@ -83,7 +83,7 @@ inline bool match(const std::string& a_string,const std::string& a_pattern,bool return true; } -//for inlib/app/find.cpp : +//for tools/app/find.cpp : inline bool match2(const std::string& a_string,const std::string& a_pattern){ return match(a_string,a_pattern,true); } diff --git a/source/externals/g4tools/include/tools/spline b/source/externals/g4tools/include/tools/spline index 586dec69da..65dde05c9a 100644 --- a/source/externals/g4tools/include/tools/spline +++ b/source/externals/g4tools/include/tools/spline @@ -543,15 +543,15 @@ protected: /// e(j) = s""(x(j)-0)/24 e(j+1) = 0 e(j+2) = s""(x(j)+0)/24 /// f(j) = s""'(x(j)-0)/120 f(j+1) = 0 f(j+2) = s""'(x(j)+0)/120 - size_t i, m; - double pqqr, p, q, r, s, t, u, v, + size_t i, _m; + double pqqr, p, q, r, _s, t, u, v, b1, p2, p3, q2, q3, r2, pq, pr, qr; if (fNp <= 2) return; // coefficients of a positive definite, pentadiagonal matrix, // stored in D, E, F from 1 to n-3. - m = fNp-2; + _m = fNp-2; q = fPoly[1].X()-fPoly[0].X(); r = fPoly[2].X()-fPoly[1].X(); q2 = q*q; @@ -561,8 +561,8 @@ protected: if (q) fPoly[1].D() = q*6.*q2/(qr*qr); else fPoly[1].D() = 0; - if (m > 1) { - for (i = 1; i < m; ++i) { + if (_m > 1) { + for (i = 1; i < _m; ++i) { p = q; q = r; r = fPoly[i+2].X()-fPoly[i+1].X(); @@ -587,7 +587,7 @@ protected: fPoly[i+1].D() = fPoly[i].E() = fPoly[i-1].F() = 0; } } - if (r) fPoly[m-1].D() += r*6.*r2/(qr*qr); + if (r) fPoly[_m-1].D() += r*6.*r2/(qr*qr); // First and second order divided differences of the given function // values, stored in b from 2 to n and in c from 3 to n @@ -612,14 +612,14 @@ protected: } // Solve the linear system with c(i+2) - c(i+1) as right-hand side. - if (m > 1) { - p=fPoly[0].C()=fPoly[m-1].E()=fPoly[0].F() - =fPoly[m-2].F()=fPoly[m-1].F()=0; + if (_m > 1) { + p=fPoly[0].C()=fPoly[_m-1].E()=fPoly[0].F() + =fPoly[_m-2].F()=fPoly[_m-1].F()=0; fPoly[1].C() = fPoly[3].C()-fPoly[2].C(); fPoly[1].D() = 1./fPoly[1].D(); - if (m > 2) { - for (i = 2; i < m; ++i) { + if (_m > 2) { + for (i = 2; i < _m; ++i) { q = fPoly[i-1].D()*fPoly[i-1].E(); fPoly[i].D() = 1./(fPoly[i].D()-p*fPoly[i-2].F()-q*fPoly[i-1].E()); fPoly[i].E() -= q*fPoly[i-1].F(); @@ -637,7 +637,7 @@ protected: -fPoly[i].F()*fPoly[i+2].C())*fPoly[i].D(); // Integrate the third derivative of s(x) - m = fNp-1; + _m = fNp-1; q = fPoly[1].X()-fPoly[0].X(); r = fPoly[2].X()-fPoly[1].X(); b1 = fPoly[1].B(); @@ -650,25 +650,25 @@ protected: v = t = 0; if (q) fPoly[0].F() = v/q; else fPoly[0].F() = 0; - for (i = 1; i < m; ++i) { + for (i = 1; i < _m; ++i) { p = q; q = r; - if (i != m-1) r = fPoly[i+2].X()-fPoly[i+1].X(); + if (i != _m-1) r = fPoly[i+2].X()-fPoly[i+1].X(); else r = 0; p3 = q3; q3 = q*q*q; pq = qr; qr = q+r; - s = t; + _s = t; if (qr) t = (fPoly[i+1].C()-fPoly[i].C())/qr; else t = 0; u = v; - v = t-s; + v = t-_s; if (pq) { fPoly[i].F() = fPoly[i-1].F(); if (q) fPoly[i].F() = v/q; - fPoly[i].E() = s*5.; - fPoly[i].D() = (fPoly[i].C()-q*s)*10; + fPoly[i].E() = _s*5.; + fPoly[i].D() = (fPoly[i].C()-q*_s)*10; fPoly[i].C() = fPoly[i].D()*(p-q)+(fPoly[i+1].B()-fPoly[i].B()+(u-fPoly[i].E())* p3-(v+fPoly[i].E())*q3)/pq; @@ -682,10 +682,10 @@ protected: // End points x(1) and x(n) p = fPoly[1].X()-fPoly[0].X(); - s = fPoly[0].F()*p*p*p; + _s = fPoly[0].F()*p*p*p; fPoly[0].E() = fPoly[0].D() = 0; - fPoly[0].C() = fPoly[1].C()-s*10; - fPoly[0].B() = b1-(fPoly[0].C()+s)*p; + fPoly[0].C() = fPoly[1].C()-_s*10; + fPoly[0].B() = b1-(fPoly[0].C()+_s)*p; q = fPoly[fNp-1].X()-fPoly[fNp-2].X(); t = fPoly[fNp-2].F()*q*q*q; diff --git a/source/externals/g4tools/include/tools/sprintf b/source/externals/g4tools/include/tools/sprintf index aee1946330..b64940ad5f 100644 --- a/source/externals/g4tools/include/tools/sprintf +++ b/source/externals/g4tools/include/tools/sprintf @@ -13,20 +13,20 @@ inline bool vsprintf(std::string& a_string,int a_length,const char* a_format,va_ a_string.clear(); if(a_length<0) return false; if(!a_format) return false; - char* s = new char[a_length+1]; - if(!s) return false; - s[a_length] = '\0'; - int n = vsnpf(s,a_length+1,a_format,a_args); + char* _s = new char[a_length+1]; + if(!_s) return false; + _s[a_length] = '\0'; + int n = vsnpf(_s,a_length+1,a_format,a_args); if(n>a_length) { - delete [] s; + delete [] _s; return false; } - if(s[a_length]!='\0') { - delete [] s; + if(_s[a_length]!='\0') { + delete [] _s; return false; } - a_string = s; - delete [] s; + a_string = _s; + delete [] _s; return true; } @@ -35,23 +35,23 @@ inline bool sprintf(std::string& a_string,int a_length,const char* a_format,...) a_string.clear(); if(a_length<0) return false; if(!a_format) return false; - char* s = new char[a_length+1]; - if(!s) return false; - s[a_length] = '\0'; + char* _s = new char[a_length+1]; + if(!_s) return false; + _s[a_length] = '\0'; va_list args; va_start(args,a_format); - int n = vsnpf(s,a_length+1,a_format,args); + int n = vsnpf(_s,a_length+1,a_format,args); va_end(args); if(n>a_length) { - delete [] s; + delete [] _s; return false; } - if(s[a_length]!='\0') { - delete [] s; + if(_s[a_length]!='\0') { + delete [] _s; return false; } - a_string = s; - delete [] s; + a_string = _s; + delete [] _s; return true; } @@ -59,14 +59,14 @@ inline bool print2sv(std::string& a_string,int a_length,const char* a_format,va_ if(a_length<0) {a_string.clear();return false;} if(!a_format) {a_string.clear();return false;} a_string.assign(a_length,' '); //data = a_length+1 - char* s = const_cast(a_string.c_str()); - //s[a_length] shoulg be '\0'. - int n = vsnpf(s,a_length+1,a_format,a_args); + char* _s = const_cast(a_string.c_str()); + //_s[a_length] shoulg be '\0'. + int n = vsnpf(_s,a_length+1,a_format,a_args); if(n>a_length) { //a_string is compromised. a_string.clear(); //we cross fingers. return false; } - if(s[a_length]!='\0') { //a_string is compromised. + if(_s[a_length]!='\0') { //a_string is compromised. a_string.clear(); //we cross fingers. return false; } @@ -78,17 +78,17 @@ inline bool print2s(std::string& a_string,int a_length,const char* a_format,...) if(a_length<0) {a_string.clear();return false;} if(!a_format) {a_string.clear();return false;} a_string.assign(a_length,' '); //data = a_length+1 - char* s = const_cast(a_string.c_str()); - //s[a_length] shoulg be '\0'. + char* _s = const_cast(a_string.c_str()); + //_s[a_length] shoulg be '\0'. va_list args; va_start(args,a_format); - int n = vsnpf(s,a_length+1,a_format,args); + int n = vsnpf(_s,a_length+1,a_format,args); va_end(args); if(n>a_length) { //a_string is compromised. a_string.clear(); //we cross fingers. return false; } - if(s[a_length]!='\0') { //a_string is compromised. + if(_s[a_length]!='\0') { //a_string is compromised. a_string.clear(); //we cross fingers. return false; } diff --git a/source/externals/g4tools/include/tools/srep b/source/externals/g4tools/include/tools/srep index 0e1c7aa3fa..b50c628ad8 100644 --- a/source/externals/g4tools/include/tools/srep +++ b/source/externals/g4tools/include/tools/srep @@ -66,9 +66,9 @@ inline void toxml(std::string& a_string){ } inline std::string to_xml(const std::string& a_string){ - std::string s = a_string; - toxml(s); - return s; + std::string _s = a_string; + toxml(_s); + return _s; } inline void to_win(std::string& a_string) { diff --git a/source/externals/g4tools/include/tools/strip b/source/externals/g4tools/include/tools/strip index 7de89bc254..1e84870927 100644 --- a/source/externals/g4tools/include/tools/strip +++ b/source/externals/g4tools/include/tools/strip @@ -58,9 +58,9 @@ inline bool strip(std::string& a_string,what a_type = both,char a_char = ' '){ #ifdef TOOLS_DEPRECATED inline std::string strp(const std::string& a_string,what a_type = both,char a_char = ' '){ - std::string s(a_string); - strip(s,a_type,a_char); - return s; + std::string _s(a_string); + strip(_s,a_type,a_char); + return _s; } #endif //TOOLS_DEPRECATED diff --git a/source/externals/g4tools/include/tools/stype b/source/externals/g4tools/include/tools/stype index e32e7e9001..7f9c23d8c5 100644 --- a/source/externals/g4tools/include/tools/stype +++ b/source/externals/g4tools/include/tools/stype @@ -57,7 +57,7 @@ inline const std::string& stype(bool) { return s_v; } -// for inlib::mcol : +// for tools::mcol : inline const std::string& stype(int64) { static const std::string s_v("tools::int64"); return s_v; diff --git a/source/externals/g4tools/include/tools/tess_contour b/source/externals/g4tools/include/tools/tess_contour index e766278643..831f3f7a88 100644 --- a/source/externals/g4tools/include/tools/tess_contour +++ b/source/externals/g4tools/include/tools/tess_contour @@ -41,7 +41,7 @@ public: //::gluTessCallback(tobj,(GLUenum)GLU_TESS_ERROR_DATA, (Func)errorCallback); //::gluTessCallback(tobj,(GLUenum)GLU_TESS_COMBINE_DATA,(Func)combineCallback); - // NOTE : the gluTessCallback_<> are inlib/glutess specific. + // NOTE : the gluTessCallback_<> are tools/glutess specific. ::gluTessCallback_GLU_TESS_VERTEX_DATA (tobj,vertexCallback); ::gluTessCallback_GLU_TESS_BEGIN_DATA (tobj,beginCallback); ::gluTessCallback_GLU_TESS_END_DATA (tobj,endCallback); diff --git a/source/externals/g4tools/include/tools/tos b/source/externals/g4tools/include/tools/tos index 9d4e42645e..219c326517 100644 --- a/source/externals/g4tools/include/tools/tos +++ b/source/externals/g4tools/include/tools/tos @@ -17,75 +17,75 @@ namespace tools { inline std::string tos(unsigned char a_value){ - std::string s; + std::string _s; if(is_printable(a_value)) - sprintf(s,32,"%c",a_value); + sprintf(_s,32,"%c",a_value); else - sprintf(s,32,"%d",a_value); - return s; + sprintf(_s,32,"%d",a_value); + return _s; } inline std::string tos(char a_value){ - std::string s; + std::string _s; if(is_printable(a_value)) - sprintf(s,32,"%c",a_value); + sprintf(_s,32,"%c",a_value); else - sprintf(s,32,"%d",a_value); - return s; + sprintf(_s,32,"%d",a_value); + return _s; } inline std::string tos(unsigned short a_value) { - std::string s; - sprintf(s,32,"%d",a_value); - return s; + std::string _s; + sprintf(_s,32,"%d",a_value); + return _s; } inline std::string tos(short a_value){ - std::string s; - sprintf(s,32,"%d",a_value); - return s; + std::string _s; + sprintf(_s,32,"%d",a_value); + return _s; } inline std::string tos(unsigned int a_value) { - std::string s; - sprintf(s,32,"%u",a_value); - return s; + std::string _s; + sprintf(_s,32,"%u",a_value); + return _s; } inline std::string tosx(unsigned int a_value) { - std::string s; - sprintf(s,32,"%x",a_value); - return s; + std::string _s; + sprintf(_s,32,"%x",a_value); + return _s; } inline std::string tos(int a_value){ - std::string s; - sprintf(s,32,"%d",a_value); - return s; + std::string _s; + sprintf(_s,32,"%d",a_value); + return _s; } inline std::string tos(uint64 a_value) { - std::string s; - sprintf(s,32,uint64_format(),a_value); - return s; + std::string _s; + sprintf(_s,32,uint64_format(),a_value); + return _s; } inline std::string tos(int64 a_value){ - std::string s; - sprintf(s,32,int64_format(),a_value); - return s; + std::string _s; + sprintf(_s,32,int64_format(),a_value); + return _s; } inline std::string tos(float a_value){ - std::string s; - sprintf(s,32,"%g",a_value); - return s; + std::string _s; + sprintf(_s,32,"%g",a_value); + return _s; } inline std::string tos(double a_value){ - std::string s; - sprintf(s,32,"%g",a_value); - return s; + std::string _s; + sprintf(_s,32,"%g",a_value); + return _s; } inline std::string tos(bool a_value){ @@ -112,12 +112,12 @@ inline std::string tos(const std::vector& a_vals, } inline std::string tos(unsigned int a_linen,const char* a_lines[]) { - std::string s; + std::string _s; for(unsigned int index=0;index(aThis.u.m_array_char->vector()); case value::ARRAY_UNSIGNED_SHORT: - if(!nums2s(aThis.u.m_array_unsigned_short->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_unsigned_short->vector(),_s)) {} + return _s; case value::ARRAY_SHORT: - if(!nums2s(aThis.u.m_array_short->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_short->vector(),_s)) {} + return _s; case value::ARRAY_UNSIGNED_INT: - if(!nums2s(aThis.u.m_array_unsigned_int->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_unsigned_int->vector(),_s)) {} + return _s; case value::ARRAY_INT: - if(!nums2s(aThis.u.m_array_int->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_int->vector(),_s)) {} + return _s; case value::ARRAY_UNSIGNED_INT64: - if(!nums2s(aThis.u.m_array_unsigned_int64->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_unsigned_int64->vector(),_s)) {} + return _s; case value::ARRAY_INT64: - if(!nums2s(aThis.u.m_array_int64->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_int64->vector(),_s)) {} + return _s; case value::ARRAY_FLOAT: - if(!nums2s(aThis.u.m_array_float->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_float->vector(),_s)) {} + return _s; case value::ARRAY_DOUBLE: - if(!nums2s(aThis.u.m_array_double->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_double->vector(),_s)) {} + return _s; case value::ARRAY_BOOL: - b2s(aThis.u.m_array_bool->vector(),s); - return s; + b2s(aThis.u.m_array_bool->vector(),_s); + return _s; case value::ARRAY_STRING: - if(!nums2s(aThis.u.m_array_string->vector(),s)) {} - return s; + if(!nums2s(aThis.u.m_array_string->vector(),_s)) {} + return _s; default: return "unknown"; //it should not happen. } diff --git a/source/externals/g4tools/include/tools/version b/source/externals/g4tools/include/tools/version index 295487a15d..6f8f027ce1 100644 --- a/source/externals/g4tools/include/tools/version +++ b/source/externals/g4tools/include/tools/version @@ -4,14 +4,14 @@ #ifndef tools_version #define tools_version -#define TOOLS_MAJOR_VERSION 5 -#define TOOLS_MINOR_VERSION 6 -#define TOOLS_PATCH_VERSION 0 -#define TOOLS_VERSION "5.6.0" -#define TOOLS_VERSION_VRP "v5r6p0" +#define TOOLS_MAJOR_VERSION 6 +#define TOOLS_MINOR_VERSION 0 +#define TOOLS_PATCH_VERSION 1 +#define TOOLS_VERSION "6.0.1" +#define TOOLS_VERSION_VRP "v6r0p1" namespace tools { -inline unsigned int version() {return 50600;} +inline unsigned int version() {return 60001;} } #endif diff --git a/source/externals/g4tools/include/tools/waxml/histos b/source/externals/g4tools/include/tools/waxml/histos index f8b8ea52f2..d25ac58e17 100644 --- a/source/externals/g4tools/include/tools/waxml/histos +++ b/source/externals/g4tools/include/tools/waxml/histos @@ -22,10 +22,10 @@ namespace waxml { inline std::string soutd(std::ostringstream& a_oss,double a_value) { a_oss.str(""); a_oss << a_value; - std::string s("\""); - s += a_oss.str(); - s += "\""; - return s; + std::string _s("\""); + _s += a_oss.str(); + _s += "\""; + return _s; } inline std::string bin_to_string(std::ostringstream& a_oss,int a_index) { diff --git a/source/externals/g4tools/include/tools/waxml/ntuple b/source/externals/g4tools/include/tools/waxml/ntuple index 5a4a1a866a..5a92bbdd29 100644 --- a/source/externals/g4tools/include/tools/waxml/ntuple +++ b/source/externals/g4tools/include/tools/waxml/ntuple @@ -168,9 +168,9 @@ public: const std::vector& columns() const {return m_cols;} std::string booking(bool a_xml_esc) const { - std::string s; - get_booking(m_cols,a_xml_esc,s); - return s; + std::string _s; + get_booking(m_cols,a_xml_esc,_s); + return _s; } void reset() {m_tmp.clear();} const std::string& value() const {return m_tmp;} @@ -473,9 +473,9 @@ public: } std::string booking(bool a_xml_esc) const { - std::string s; - get_booking(m_cols,a_xml_esc,s); - return s; + std::string _s; + get_booking(m_cols,a_xml_esc,_s); + return _s; } protected: diff --git a/source/externals/g4tools/include/tools/wroot/date b/source/externals/g4tools/include/tools/wroot/date index 6be5006078..31e6f7877d 100644 --- a/source/externals/g4tools/include/tools/wroot/date +++ b/source/externals/g4tools/include/tools/wroot/date @@ -28,13 +28,13 @@ inline date get_date(){ struct tm tpa; struct tm *tp = (tm*)::localtime_r(&tloc, &tpa); //does not exist on Windows. #endif - unsigned int year = tp->tm_year; - unsigned int month = tp->tm_mon + 1; - unsigned int day = tp->tm_mday; - unsigned int hour = tp->tm_hour; - unsigned int min = tp->tm_min; - unsigned int sec = tp->tm_sec; - return ((year-95)<<26 | month<<22 | day<<17 | hour<<12 | min<<6 | sec); + unsigned int _year = tp->tm_year; + unsigned int _month = tp->tm_mon + 1; + unsigned int _day = tp->tm_mday; + unsigned int _hour = tp->tm_hour; + unsigned int _min = tp->tm_min; + unsigned int _sec = tp->tm_sec; + return ((_year-95)<<26 | _month<<22 | _day<<17 | _hour<<12 | _min<<6 | _sec); } }} diff --git a/source/externals/g4tools/include/tools/wroot/element b/source/externals/g4tools/include/tools/wroot/element index 30a904ec73..0676d90b71 100644 --- a/source/externals/g4tools/include/tools/wroot/element +++ b/source/externals/g4tools/include/tools/wroot/element @@ -80,9 +80,9 @@ public: virtual void out(std::ostream& aOut) const { std::string _fname; fullName(_fname); - char s[256]; - snpf(s,sizeof(s)," %-14s%-15s offset=%3d type=%2d %-20s",fTypeName.c_str(),_fname.c_str(),fOffset,fType,fTitle.c_str()); - aOut << s << std::endl; + char _s[256]; + snpf(_s,sizeof(_s)," %-14s%-15s offset=%3d type=%2d %-20s",fTypeName.c_str(),_fname.c_str(),fOffset,fType,fTitle.c_str()); + aOut << _s << std::endl; } public: streamer_element(const std::string& aName,const std::string& aTitle, diff --git a/source/externals/g4tools/include/tools/wroot/mpi_ntuple_column_wise b/source/externals/g4tools/include/tools/wroot/mpi_ntuple_column_wise index da8b2e2414..df38c12029 100644 --- a/source/externals/g4tools/include/tools/wroot/mpi_ntuple_column_wise +++ b/source/externals/g4tools/include/tools/wroot/mpi_ntuple_column_wise @@ -4,7 +4,7 @@ #ifndef tools_wroot_mpi_ntuple_column_wise #define tools_wroot_mpi_ntuple_column_wise -// MPI pntuple. It uses the inlib/impi interface. +// MPI pntuple. It uses the tools/impi interface. #include "base_pntuple_column_wise" #include "mpi_basket_add" diff --git a/source/externals/g4tools/include/tools/wroot/mpi_ntuple_row_wise b/source/externals/g4tools/include/tools/wroot/mpi_ntuple_row_wise index 6143f1a90a..f43d78df14 100644 --- a/source/externals/g4tools/include/tools/wroot/mpi_ntuple_row_wise +++ b/source/externals/g4tools/include/tools/wroot/mpi_ntuple_row_wise @@ -4,7 +4,7 @@ #ifndef tools_wroot_mpi_ntuple_row_wise #define tools_wroot_mpi_ntuple_row_wise -// MPI pntuple. It uses the inlib/impi interface. +// MPI pntuple. It uses the tools/impi interface. #include "base_pntuple_row_wise" #include "mpi_basket_add" diff --git a/source/externals/g4tools/include/tools/xml/aidas b/source/externals/g4tools/include/tools/xml/aidas index bb16208651..669f3cb53e 100644 --- a/source/externals/g4tools/include/tools/xml/aidas +++ b/source/externals/g4tools/include/tools/xml/aidas @@ -832,15 +832,15 @@ protected: } {for(unsigned int index=0;indexattribute_value(s,svalue)) { + if(!_elem->attribute_value(_s,svalue)) { a_out << "tools::xml::aidas::read_bins :" - << " a has no " << s << std::endl; + << " a has no " << _s << std::endl; return false; } if(svalue=="UNDERFLOW") { @@ -1055,11 +1055,11 @@ protected: return false; } - std::string s; - if(_elem->attribute_value(s_booking(),s)) { - a_booking.push_back(colbook(stype,sname,s,true)); - } else if(_elem->attribute_value(s_default(),s)) { - a_booking.push_back(colbook(stype,sname,s,false)); + std::string _s; + if(_elem->attribute_value(s_booking(),_s)) { + a_booking.push_back(colbook(stype,sname,_s,true)); + } else if(_elem->attribute_value(s_default(),_s)) { + a_booking.push_back(colbook(stype,sname,_s,false)); } else { a_booking.push_back(colbook(stype,sname,"",false)); } @@ -1485,10 +1485,10 @@ protected: if(!to(svalue,errorMinus)) return false; } - histo::measurement& m = point.coordinate(coord); - m.set_value(value); - m.set_error_plus(errorPlus); - m.set_error_minus(errorMinus); + histo::measurement& _m = point.coordinate(coord); + _m.set_value(value); + _m.set_error_plus(errorPlus); + _m.set_error_minus(errorMinus); coord++; } diff --git a/source/externals/g4tools/include/tools/xml/styles b/source/externals/g4tools/include/tools/xml/styles index 6477f21d4c..155c1a4a97 100644 --- a/source/externals/g4tools/include/tools/xml/styles +++ b/source/externals/g4tools/include/tools/xml/styles @@ -172,8 +172,8 @@ public: bool res_color(const style_t& a_sty,const std::string& a_key,colorf& a_color,const std::string& a_msg) const { //NOTE : if ret false, we do not set a_color to something. - std::string s; - if(!find(a_sty,a_key,s)) { + std::string _s; + if(!find(a_sty,a_key,_s)) { if(a_msg.size()) { m_out << "tools::xml::styles::res_color :" << " key " << sout(a_key) << " not found" @@ -182,7 +182,7 @@ public: } return false; } - if(!sg::find_color(m_cmaps,s,a_color)) { + if(!sg::find_color(m_cmaps,_s,a_color)) { m_out << "tools::xml::styles::res_color :" << " key " << sout(a_key) << " is not a color" << " in style " << sout(a_msg) << "." @@ -212,8 +212,8 @@ public: bool res_bool(const style_t& a_sty,const std::string& a_key,bool& a_v,const std::string& a_msg) const { //NOTE : if ret false, we do not set a_v to something. - std::string s; - if(!find(a_sty,a_key,s)) { + std::string _s; + if(!find(a_sty,a_key,_s)) { if(a_msg.size()) { m_out << "tools::xml::styles::res_bool :" << " key " << sout(a_key) << " not found" @@ -223,11 +223,11 @@ public: return false; } bool v; - if(!to(s,v)) { + if(!to(_s,v)) { m_out << "tools::xml::styles::res_bool :" << " for key " << sout(a_key) << " not found" << " in style " << sout(a_msg) << "." - << " can't convert " << sout(s) << " to bool." + << " can't convert " << sout(_s) << " to bool." << std::endl; return false; } diff --git a/source/externals/g4tools/include/tools/xml/tree b/source/externals/g4tools/include/tools/xml/tree index 8dccd4a81b..82bff5c2be 100644 --- a/source/externals/g4tools/include/tools/xml/tree +++ b/source/externals/g4tools/include/tools/xml/tree @@ -414,9 +414,9 @@ public: tree* find_item_with_tag(const std::string& a_tag, const std::string& a_name) const { if(a_tag==tag_name()) { - std::string s; - attribute_value("name",s); - if(a_name==s) return const_cast(this); + std::string _s; + attribute_value("name",_s); + if(a_name==_s) return const_cast(this); } // Look children : @@ -568,9 +568,9 @@ public: tree* find_by_attribute(const std::string& a_atb,const std::string& a_value, bool a_up_down = true,bool a_left_right = true) const { if(a_up_down) { - std::string s; - attribute_value(a_atb,s); - if(s==a_value) return const_cast(this); + std::string _s; + attribute_value(a_atb,_s); + if(_s==a_value) return const_cast(this); if(a_left_right) { tools_lforcit(ielem*,m_childs,it) { @@ -607,9 +607,9 @@ public: }} } - std::string s; - attribute_value(a_atb,s); - if(s==a_value) return const_cast(this); + std::string _s; + attribute_value(a_atb,_s); + if(_s==a_value) return const_cast(this); } return 0; @@ -784,8 +784,8 @@ public: // Look children : tools_lforcit(ielem*,m_childs,it) { if(tree* _tree = id_cast(*(*it))) { - std::string s; - if(_tree->element_value(a_name,s) && (a_value==s)) return _tree; + std::string _s; + if(_tree->element_value(a_name,_s) && (a_value==_s)) return _tree; }} return 0; } diff --git a/source/externals/g4tools/include/tools/xml/wrap_viewplot_fonts_google_style b/source/externals/g4tools/include/tools/xml/wrap_viewplot_fonts_google_style index a3d8ab3a6f..e81af92e3d 100644 --- a/source/externals/g4tools/include/tools/xml/wrap_viewplot_fonts_google_style +++ b/source/externals/g4tools/include/tools/xml/wrap_viewplot_fonts_google_style @@ -3,7 +3,7 @@ // // This file had been produced automatically -// by the inlib/wrap program from the file : +// by the tools/wrap program from the file : // viewplot_fonts_google.style // diff --git a/source/externals/g4tools/include/tools/OpenGL b/source/externals/g4tools/include/toolx/OpenGL similarity index 73% rename from source/externals/g4tools/include/tools/OpenGL rename to source/externals/g4tools/include/toolx/OpenGL index dc82c99fa5..9892575a22 100644 --- a/source/externals/g4tools/include/tools/OpenGL +++ b/source/externals/g4tools/include/toolx/OpenGL @@ -1,14 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_OpenGL -#define tools_OpenGL - -#ifdef TOOLS_TOOLS_GL - -#include "inlib_OpenGL" - -#else //!TOOLS_TOOLS_GL +#ifndef toolx_OpenGL +#define toolx_OpenGL #if defined(__APPLE__) #include @@ -22,7 +16,7 @@ #include #include #elif __APPLE__ -#ifdef TOOLS_USE_GL_GL_H +#if defined(TOOLX_USE_GL_GL_H) || defined(TOOLS_USE_GL_GL_H) #include //Macports X11 GL. #else #include //Apple/OpenGL. @@ -31,7 +25,4 @@ #include #endif -#endif //TOOLS_TOOLS_GL - - #endif diff --git a/source/externals/g4tools/include/tools/Qt/glarea b/source/externals/g4tools/include/toolx/Qt/glarea similarity index 89% rename from source/externals/g4tools/include/tools/Qt/glarea rename to source/externals/g4tools/include/toolx/Qt/glarea index b5cc694352..3ceef83157 100644 --- a/source/externals/g4tools/include/tools/Qt/glarea +++ b/source/externals/g4tools/include/toolx/Qt/glarea @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Qt_glarea -#define tools_Qt_glarea +#ifndef toolx_Qt_glarea +#define toolx_Qt_glarea #include "../sg/GL_viewer" @@ -11,7 +11,7 @@ #include -namespace tools { +namespace toolx { namespace Qt { class glarea : public QGLWidget { @@ -29,10 +29,10 @@ public: //virtual void paintGL(); virtual void paintGL() { #if QT_VERSION < 0x050000 - //::printf("debug : tools::Qt::glarea::paintGL %d %d\n",width(),height()); + //::printf("debug : toolx::Qt::glarea::paintGL %d %d\n",width(),height()); m_viewer.set_size(width(),height()); #else - //::printf("debug : tools::Qt::glarea::paintGL %d %d\n",m_width,m_height); + //::printf("debug : toolx::Qt::glarea::paintGL %d %d\n",m_width,m_height); m_viewer.set_size(m_width,m_height); #endif m_viewer.render(); @@ -75,14 +75,14 @@ public: } public: - glarea(QWidget* a_parent,tools::sg::GL_viewer& a_viewer):parent(a_parent),m_viewer(a_viewer),m_interactor(0){} + glarea(QWidget* a_parent,toolx::sg::GL_viewer& a_viewer):parent(a_parent),m_viewer(a_viewer),m_interactor(0){} virtual ~glarea(){} public: void set_device_interactor(tools::sg::device_interactor* a_interactor) {m_interactor = a_interactor;} //we do not have ownership. protected: tools::key_code convert(/*Qt::Key*/int a_key) {return a_key;} protected: - tools::sg::GL_viewer& m_viewer; + toolx::sg::GL_viewer& m_viewer; #if QT_VERSION < 0x050000 #else protected: diff --git a/source/externals/g4tools/include/tools/Qt/session b/source/externals/g4tools/include/toolx/Qt/session similarity index 97% rename from source/externals/g4tools/include/tools/Qt/session rename to source/externals/g4tools/include/toolx/Qt/session index 5ed2372bf6..a9ac5051f7 100644 --- a/source/externals/g4tools/include/tools/Qt/session +++ b/source/externals/g4tools/include/toolx/Qt/session @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Qt_session -#define tools_Qt_session +#ifndef toolx_Qt_session +#define toolx_Qt_session // pure Qt code, no GL. @@ -20,7 +20,7 @@ #include #endif -namespace tools { +namespace toolx { namespace Qt { class session { diff --git a/source/externals/g4tools/include/tools/Qt/sg_viewer b/source/externals/g4tools/include/toolx/Qt/sg_viewer similarity index 96% rename from source/externals/g4tools/include/tools/Qt/sg_viewer rename to source/externals/g4tools/include/toolx/Qt/sg_viewer index e2afbeaf96..31e4d4a8e2 100644 --- a/source/externals/g4tools/include/tools/Qt/sg_viewer +++ b/source/externals/g4tools/include/toolx/Qt/sg_viewer @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Qt_sg_viewer -#define tools_Qt_sg_viewer +#ifndef toolx_Qt_sg_viewer +#define toolx_Qt_sg_viewer #include "glarea" @@ -16,7 +16,7 @@ #include #endif -namespace tools { +namespace toolx { namespace Qt { class sg_viewer : public sg::GL_viewer { diff --git a/source/externals/g4tools/include/tools/Windows/glarea b/source/externals/g4tools/include/toolx/Windows/glarea similarity index 96% rename from source/externals/g4tools/include/tools/Windows/glarea rename to source/externals/g4tools/include/toolx/Windows/glarea index 2fbed23f26..09f74fdc70 100644 --- a/source/externals/g4tools/include/tools/Windows/glarea +++ b/source/externals/g4tools/include/toolx/Windows/glarea @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Windows_glarea -#define tools_Windows_glarea +#ifndef toolx_Windows_glarea +#define toolx_Windows_glarea #include #include @@ -16,13 +16,13 @@ #if defined(_MSC_VER) && _MSC_VER < 1900 #else -#define TOOLS_WINDOWS_TOUCH +#define TOOLX_WINDOWS_TOUCH #endif -namespace tools { +namespace toolx { namespace Windows { -#ifdef TOOLS_WINDOWS_TOUCH +#ifdef TOOLX_WINDOWS_TOUCH inline bool is_message_touch_event() { // from https://stackoverflow.com/questions/29857587/detect-if-wm-mousemove-is-caused-by-touch-pen. static const LONG_PTR c_SIGNATURE_MASK = 0xFFFFFF00; @@ -34,7 +34,7 @@ inline bool is_message_touch_event() { class glarea { static const std::string& s_class() { - static const std::string s_v("tools::Windows::glarea"); + static const std::string s_v("toolx::Windows::glarea"); return s_v; } static void register_class(){ @@ -77,7 +77,7 @@ public: RECT rect; ::GetClientRect(m_parent,&rect); //printf("debug : glarea : ca : %d %d\n",rect.right-rect.left,rect.bottom-rect.top); - //inlib::log_file::get().writef("debug : glarea : ca : %d %d\n",rect.right-rect.left,rect.bottom-rect.top); + //toolx::log_file::get().writef("debug : glarea : ca : %d %d\n",rect.right-rect.left,rect.bottom-rect.top); m_hwnd = ::CreateWindow(s_class().c_str(), NULL, WS_CHILD | WS_VISIBLE, @@ -96,7 +96,7 @@ public: m_context = ::wglCreateContext(m_HDC); } -#ifdef TOOLS_WINDOWS_TOUCH +#ifdef TOOLX_WINDOWS_TOUCH {BYTE digitizer_status = (BYTE)::GetSystemMetrics(SM_DIGITIZER); if((digitizer_status & (0x80 + 0x40)) == 0) { m_touch_available = false; @@ -152,7 +152,7 @@ protected: m_context = ::wglCreateContext(m_HDC); } -#ifdef TOOLS_WINDOWS_TOUCH +#ifdef TOOLX_WINDOWS_TOUCH if(a_from.m_touch_available) { if(!::RegisterTouchWindow(m_hwnd,0)) m_touch_available = false; } @@ -186,7 +186,7 @@ public: unsigned int h = rect.bottom-rect.top; //printf("debug : glarea : paint : %d %d\n",w,h); - //inlib::log_file::get().writef("debug : glarea : paint : %d %d\n",w,h); + //toolx::log_file::get().writef("debug : glarea : paint : %d %d\n",w,h); paint(w,h); @@ -199,7 +199,7 @@ public: void set_device_interactor(tools::sg::device_interactor* a_interactor) {m_interactor = a_interactor;} //we do not have ownership. protected: bool is_touch_event() { -#ifdef TOOLS_WINDOWS_TOUCH +#ifdef TOOLX_WINDOWS_TOUCH if(!m_touch_available) return false; return is_message_touch_event(); #else @@ -299,7 +299,7 @@ protected: } } return 0; -#ifdef TOOLS_WINDOWS_TOUCH +#ifdef TOOLX_WINDOWS_TOUCH case WM_TOUCH:{ glarea* _this = (glarea*)::GetWindowLongPtr(a_hwnd,GWLP_USERDATA); if(_this && _this->m_touch_available) { @@ -334,7 +334,7 @@ protected: delete [] ti; } }return 0; -#endif //TOOLS_WINDOWS_TOUCH +#endif //TOOLX_WINDOWS_TOUCH case WM_DESTROY:wm__destroy(a_hwnd);return 0; } return (DefWindowProc(a_hwnd,a_msg,a_wparam,a_lparam)); diff --git a/source/externals/g4tools/include/tools/Windows/session b/source/externals/g4tools/include/toolx/Windows/session similarity index 95% rename from source/externals/g4tools/include/tools/Windows/session rename to source/externals/g4tools/include/toolx/Windows/session index 4664df220c..f233684f04 100644 --- a/source/externals/g4tools/include/tools/Windows/session +++ b/source/externals/g4tools/include/toolx/Windows/session @@ -1,15 +1,15 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Windows_session -#define tools_Windows_session +#ifndef toolx_Windows_session +#define toolx_Windows_session #include #include #include -namespace tools { +namespace toolx { namespace Windows { class session { diff --git a/source/externals/g4tools/include/tools/Windows/sg_viewer b/source/externals/g4tools/include/toolx/Windows/sg_viewer similarity index 96% rename from source/externals/g4tools/include/tools/Windows/sg_viewer rename to source/externals/g4tools/include/toolx/Windows/sg_viewer index 990c46662f..33677e5c63 100644 --- a/source/externals/g4tools/include/tools/Windows/sg_viewer +++ b/source/externals/g4tools/include/toolx/Windows/sg_viewer @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Windows_sg_viewer -#define tools_Windows_sg_viewer +#ifndef toolx_Windows_sg_viewer +#define toolx_Windows_sg_viewer #include "session" #include "window" @@ -13,7 +13,7 @@ // disable the warning about the usage of "this" in the constructor. #pragma warning(disable:4355) -namespace tools { +namespace toolx { namespace Windows { class sg_viewer : public window, public sg::GL_viewer { diff --git a/source/externals/g4tools/include/tools/Windows/window b/source/externals/g4tools/include/toolx/Windows/window similarity index 98% rename from source/externals/g4tools/include/tools/Windows/window rename to source/externals/g4tools/include/toolx/Windows/window index b49e064357..ac07b006e5 100644 --- a/source/externals/g4tools/include/tools/Windows/window +++ b/source/externals/g4tools/include/toolx/Windows/window @@ -1,19 +1,19 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Windows_window -#define tools_Windows_window +#ifndef toolx_Windows_window +#define toolx_Windows_window #include #include #include -namespace tools { +namespace toolx { namespace Windows { class window { static const std::string& s_class() { - static const std::string s_v("tools::Windows::window"); + static const std::string s_v("toolx::Windows::window"); return s_v; } static void register_class(){ diff --git a/source/externals/g4tools/include/tools/X11/base_session b/source/externals/g4tools/include/toolx/X11/base_session similarity index 89% rename from source/externals/g4tools/include/tools/X11/base_session rename to source/externals/g4tools/include/toolx/X11/base_session index 0185dbf501..b0f6e8080f 100644 --- a/source/externals/g4tools/include/tools/X11/base_session +++ b/source/externals/g4tools/include/toolx/X11/base_session @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_X11_base_session -#define tools_X11_base_session +#ifndef toolx_X11_base_session +#define toolx_X11_base_session // pure X11 code, no GL. @@ -16,7 +16,7 @@ #include //XVisualInfo -namespace tools { +namespace toolx { namespace X11 { class base_session { @@ -40,13 +40,13 @@ public: //NOTE : macOS : XOpenDisplay leaks 128 bytes. m_display = ::XOpenDisplay(NULL); if(!m_display) { - m_out << "tools::X11::base_session::base_session : can't open display." << std::endl; + m_out << "toolx::X11::base_session::base_session : can't open display." << std::endl; return; } int monitors = ::XScreenCount(m_display); if(int(m_monitor)>=monitors) { - m_out << "tools::X11::base_session::base_session : bad monitor index " + m_out << "toolx::X11::base_session::base_session : bad monitor index " << m_monitor << ". (#monitors " << monitors << ")." << std::endl; ::XCloseDisplay(m_display); m_display = 0; @@ -55,16 +55,16 @@ public: m_WM_DELETE_WINDOW_atom = ::XInternAtom(m_display,"WM_DELETE_WINDOW",False); if(m_WM_DELETE_WINDOW_atom==None) { - m_out << "tools::X11::base_session::base_session : can't create WM_DELETE_WINDOW Atom." << std::endl; + m_out << "toolx::X11::base_session::base_session : can't create WM_DELETE_WINDOW Atom." << std::endl; ::XCloseDisplay(m_display); m_display = 0; return; } - m_SESSION_EXIT_STEER_atom = ::XInternAtom(m_display,"TOOLS_X11_SESSION_EXIT_STEER",False); + m_SESSION_EXIT_STEER_atom = ::XInternAtom(m_display,"TOOLX_X11_SESSION_EXIT_STEER",False); if(m_SESSION_EXIT_STEER_atom==None) { - m_out << "tools::X11::base_session::base_session :" - << " can't create TOOLS_X11_SESSION_EXIT_STEER Atom." << std::endl; + m_out << "toolx::X11::base_session::base_session :" + << " can't create TOOLX_X11_SESSION_EXIT_STEER Atom." << std::endl; ::XCloseDisplay(m_display); m_display = 0; return; @@ -183,7 +183,7 @@ public: (Visual*)CopyFromParent, CWEventMask|CWBackPixel,&swa); if(window==0L) { - m_out << "tools::X11::base_session::create_window : can't create a X11 window." << std::endl; + m_out << "toolx::X11::base_session::create_window : can't create a X11 window." << std::endl; return 0L; } @@ -206,16 +206,27 @@ public: void show_window(Window a_window) const { if(!m_display) return; - // we should test if already mapped ! Else we are going to forever wait in the below XIfEvent. + + XWindowAttributes watbs; + ::XGetWindowAttributes(m_display,a_window,&watbs); + if(watbs.map_state!=IsUnmapped) return; + ::XMapWindow(m_display,a_window); ::XRaiseWindow(m_display,a_window); + {XEvent event; ::XIfEvent(m_display,&event,wait_map_notify,(char*)a_window);} } void hide_window(Window a_window) const { if(!m_display) return; + + XWindowAttributes watbs; + ::XGetWindowAttributes(m_display,a_window,&watbs); + if(watbs.map_state==IsUnmapped) return; + ::XUnmapWindow(m_display,a_window); + {XEvent event; ::XIfEvent(m_display,&event,wait_unmap_notify,(char*)a_window);} } @@ -270,7 +281,7 @@ public: Atom atom = ::XInternAtom(m_display,"_MOTIF_WM_HINTS",False); if(atom==None) { - m_out << "tools::X11::base_session::set_wm_no_decorations : can't create/get _MOTIF_WM_HINTS Atom." << std::endl; + m_out << "toolx::X11::base_session::set_wm_no_decorations : can't create/get _MOTIF_WM_HINTS Atom." << std::endl; return; } prop.flags = mwm_hints_decorations; @@ -356,29 +367,7 @@ protected: static Bool wait_unmap_notify(Display*,XEvent* a_event,char* a_arg){ return (a_event->type == UnmapNotify) && (a_event->xmap.window == (Window)a_arg); } - -/* - void wait_xxx(Window a_window) { - if(!m_display) return; - {wait_what arg; - arg.m_event_type = ConfigureNotify; - arg.m_window = a_window; - XEvent event; - ::XIfEvent(m_display,&event,wait_for,(char*)&arg); - dispatch(event);} - } - - struct wait_what { - int m_event_type; - Window m_window; - }; - static Bool wait_for(Display*,XEvent* a_event,char* a_arg){ - wait_what* arg = (wait_what*)a_arg; - return (a_event->type == arg->m_event_type) && - (a_event->xmap.window == arg->m_window); - } -*/ - + void clear_dispatchers() { tools_vforit_npp(dispatcher*,m_dispatchers,it) { dispatcher* obj = *it; diff --git a/source/externals/g4tools/include/tools/X11/dispatcher b/source/externals/g4tools/include/toolx/X11/dispatcher similarity index 88% rename from source/externals/g4tools/include/tools/X11/dispatcher rename to source/externals/g4tools/include/toolx/X11/dispatcher index 98a7c422bf..370b121560 100644 --- a/source/externals/g4tools/include/tools/X11/dispatcher +++ b/source/externals/g4tools/include/toolx/X11/dispatcher @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_X11_dispatcher -#define tools_X11_dispatcher +#ifndef toolx_X11_dispatcher +#define toolx_X11_dispatcher #include @@ -10,14 +10,14 @@ #include #endif -namespace tools { +namespace toolx { namespace X11 { class dispatcher { protected: #ifdef TOOLS_MEM static const std::string& s_class() { - static const std::string s_v("tools::X11::dispatcher"); + static const std::string s_v("toolx::X11::dispatcher"); return s_v; } #endif diff --git a/source/externals/g4tools/include/tools/X11/session b/source/externals/g4tools/include/toolx/X11/session similarity index 89% rename from source/externals/g4tools/include/tools/X11/session rename to source/externals/g4tools/include/toolx/X11/session index 7db004fc24..abf182f1d2 100644 --- a/source/externals/g4tools/include/tools/X11/session +++ b/source/externals/g4tools/include/toolx/X11/session @@ -1,14 +1,14 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_X11_session -#define tools_X11_session +#ifndef toolx_X11_session +#define toolx_X11_session #include "base_session" #include -namespace tools { +namespace toolx { namespace X11 { class session : public base_session { @@ -17,7 +17,7 @@ public: //virtual bool make_current(Window a_window) const { // if(!m_display) return false; // if(::glXMakeCurrent(m_display,a_window,m_ctx)==False) { - // m_out << "tools::X11::session::make_current : glXMakeCurrent failed." << std::endl; + // m_out << "toolx::X11::session::make_current : glXMakeCurrent failed." << std::endl; // return false; // } // return true; @@ -39,7 +39,7 @@ public: {int glxMajor, glxMinor; ::glXQueryVersion(m_display,&glxMajor,&glxMinor); if(glxMajor<=0) { - m_out << "tools::X11::session::session : bad GLX-Version " << glxMajor << "." << glxMinor << std::endl; + m_out << "toolx::X11::session::session : bad GLX-Version " << glxMajor << "." << glxMinor << std::endl; ::XCloseDisplay(m_display); m_display = 0; m_vinfo = 0; @@ -60,10 +60,10 @@ public: //NOTE : macOS : glXChooseVisual leaks 640 bytes. m_vinfo = ::glXChooseVisual(m_display,m_monitor,(int*)atbs_alpha); if(!m_vinfo) { - //m_out << "tools::X11::session::initialize :" + //m_out << "toolx::X11::session::initialize :" // << " can't get a visual with alpha on screen " << m_monitor << ". Try without alpha..." // << std::endl; - //m_out << "tools::X11::session::initialize :" + //m_out << "toolx::X11::session::initialize :" // << " DefaultScreen(m_display): " << DefaultScreen(m_display) << "." // << std::endl; @@ -78,7 +78,7 @@ public: m_vinfo = ::glXChooseVisual(m_display,m_monitor,(int*)atbs); if(!m_vinfo) { - m_out << "tools::X11::session::session :" + m_out << "toolx::X11::session::session :" << " can't choose a visual on screen " << m_monitor << "." << std::endl; ::XCloseDisplay(m_display); @@ -91,12 +91,12 @@ public: m_ctx = ::glXCreateContext(m_display,m_vinfo,NULL,GL_TRUE); if(!m_ctx) { - m_out << "tools::X11::session::session :" + m_out << "toolx::X11::session::session :" << " can't create a glX context with direct rendering." << std::endl; m_ctx = ::glXCreateContext(m_display,m_vinfo,NULL,GL_FALSE); if(!m_ctx) { - m_out << "tools::X11::session::session :" + m_out << "toolx::X11::session::session :" << " can't create a glX context." << std::endl; ::XCloseDisplay(m_display); @@ -106,7 +106,7 @@ public: return; } //} else { - //m_out << "tools::X11::session::session :" + //m_out << "toolx::X11::session::session :" // << " glX context with direct rendering created." // << std::endl; } @@ -115,7 +115,7 @@ public: m_colormap = ::XCreateColormap(m_display,::XRootWindow(m_display,m_monitor),m_vinfo->visual,AllocNone); //m_colormap = ::XDefaultColormap(m_display,m_monitor); if(m_colormap==0L) { - m_out << "tools::X11::session::session : XCreateColormap failed." << std::endl; + m_out << "toolx::X11::session::session : XCreateColormap failed." << std::endl; ::XCloseDisplay(m_display); m_display = 0; m_vinfo = 0; @@ -179,7 +179,7 @@ public: CWBorderPixel|CWColormap|CWEventMask,&swa); if(window==0L) { - m_out << "tools::X11::session::create_window :" + m_out << "toolx::X11::session::create_window :" << " can't create a X11 window." << std::endl; return 0L; diff --git a/source/externals/g4tools/include/tools/X11/sg_viewer b/source/externals/g4tools/include/toolx/X11/sg_viewer similarity index 93% rename from source/externals/g4tools/include/tools/X11/sg_viewer rename to source/externals/g4tools/include/toolx/X11/sg_viewer index a8c2a26cc2..206c40f852 100644 --- a/source/externals/g4tools/include/tools/X11/sg_viewer +++ b/source/externals/g4tools/include/toolx/X11/sg_viewer @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_X11_sg_viewer -#define tools_X11_sg_viewer +#ifndef toolx_X11_sg_viewer +#define toolx_X11_sg_viewer // not pure X11 version. The class inherits tools::sg::viewer that uses GL. @@ -14,7 +14,7 @@ namespace tools{namespace sg{class device_interactor;}} -namespace tools { +namespace toolx { namespace X11 { class sg_viewer : public sg::GL_viewer { @@ -90,13 +90,13 @@ public: void win_render() { if(!m_win) return; if(::glXMakeCurrent(m_session.display(),m_win,m_session.context())==False){ - m_session.out() << "tools::X11::sg_viewer::win_render : glXMakeCurrent failed." << std::endl; + m_session.out() << "toolx::X11::sg_viewer::win_render : glXMakeCurrent failed." << std::endl; return; } render(); //viewer::render() ::glXSwapBuffers(m_session.display(),m_win); if(::glXMakeCurrent(m_session.display(),None,NULL)==False){ - m_session.out() << "tools::X11::sg_viewer::win_render : glXMakeCurrent(None,NULL) failed." << std::endl; + m_session.out() << "toolx::X11::sg_viewer::win_render : glXMakeCurrent(None,NULL) failed." << std::endl; } } diff --git a/source/externals/g4tools/include/tools/X11/simple_dispatcher b/source/externals/g4tools/include/toolx/X11/simple_dispatcher similarity index 94% rename from source/externals/g4tools/include/tools/X11/simple_dispatcher rename to source/externals/g4tools/include/toolx/X11/simple_dispatcher index 406c316aea..5d89698626 100644 --- a/source/externals/g4tools/include/tools/X11/simple_dispatcher +++ b/source/externals/g4tools/include/toolx/X11/simple_dispatcher @@ -1,14 +1,14 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_X11_simple_dispatcher -#define tools_X11_simple_dispatcher +#ifndef toolx_X11_simple_dispatcher +#define toolx_X11_simple_dispatcher #include "base_session" #include -namespace tools { +namespace toolx { namespace X11 { class simple_dispatcher : public dispatcher { diff --git a/source/externals/g4tools/include/tools/Xt/OpenGLArea b/source/externals/g4tools/include/toolx/Xt/OpenGLArea similarity index 99% rename from source/externals/g4tools/include/tools/Xt/OpenGLArea rename to source/externals/g4tools/include/toolx/Xt/OpenGLArea index 173e586140..a76e1636e1 100644 --- a/source/externals/g4tools/include/tools/Xt/OpenGLArea +++ b/source/externals/g4tools/include/toolx/Xt/OpenGLArea @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Xt_OpenGLArea -#define tools_Xt_OpenGLArea +#ifndef toolx_Xt_OpenGLArea +#define toolx_Xt_OpenGLArea #include #include @@ -15,7 +15,7 @@ #include #include -namespace tools { +namespace toolx { namespace Xt { /////////////////////////////////////////////////////////// diff --git a/source/externals/g4tools/include/tools/Xt/session b/source/externals/g4tools/include/toolx/Xt/session similarity index 93% rename from source/externals/g4tools/include/tools/Xt/session rename to source/externals/g4tools/include/toolx/Xt/session index 994ff597de..a9526dd2e9 100644 --- a/source/externals/g4tools/include/tools/Xt/session +++ b/source/externals/g4tools/include/toolx/Xt/session @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Xt_session -#define tools_Xt_session +#ifndef toolx_Xt_session +#define toolx_Xt_session #include @@ -10,7 +10,7 @@ #include #include -namespace tools { +namespace toolx { namespace Xt { class session { @@ -21,7 +21,7 @@ public: //LookDSM_Problem(); Arg args[1]; XtSetArg(args[0],XtNgeometry,XtNewString("100x100")); - m_app_widget = ::XtAppInitialize(&m_app_context,"tools::Xt::session",NULL,(Cardinal)0,&a_argc,a_argv,NULL,args,1); + m_app_widget = ::XtAppInitialize(&m_app_context,"toolx::Xt::session",NULL,(Cardinal)0,&a_argc,a_argv,NULL,args,1); if(!m_app_context || !m_app_widget) { m_app_context = 0; m_app_widget = 0; diff --git a/source/externals/g4tools/include/tools/Xt/sg_viewer b/source/externals/g4tools/include/toolx/Xt/sg_viewer similarity index 97% rename from source/externals/g4tools/include/tools/Xt/sg_viewer rename to source/externals/g4tools/include/toolx/Xt/sg_viewer index ca5c20a380..b434187abd 100644 --- a/source/externals/g4tools/include/tools/Xt/sg_viewer +++ b/source/externals/g4tools/include/toolx/Xt/sg_viewer @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_Xt_sg_viewer -#define tools_Xt_sg_viewer +#ifndef toolx_Xt_sg_viewer +#define toolx_Xt_sg_viewer #include "session" @@ -18,7 +18,7 @@ #include #include -namespace tools { +namespace toolx { namespace Xt { class sg_viewer : public sg::GL_viewer { @@ -114,7 +114,7 @@ protected: static void paint_cbk(Widget a_widget,XtPointer a_tag,XtPointer){ unsigned int width = a_widget->core.width; unsigned int height = a_widget->core.height; - //::printf("debug : tools::Xt::sg_viewer::paint_cbk : %d %d\n",width,height); + //::printf("debug : toolx::Xt::sg_viewer::paint_cbk : %d %d\n",width,height); sg_viewer* _this = (sg_viewer*)a_tag; _this->set_size(width,height); _this->render(); diff --git a/source/externals/g4tools/include/tools/glbuf b/source/externals/g4tools/include/toolx/glbuf similarity index 65% rename from source/externals/g4tools/include/tools/glbuf rename to source/externals/g4tools/include/toolx/glbuf index 2190a50ee9..454b626905 100644 --- a/source/externals/g4tools/include/tools/glbuf +++ b/source/externals/g4tools/include/toolx/glbuf @@ -1,17 +1,14 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_glbuf -#define tools_glbuf +#ifndef toolx_glbuf +#define toolx_glbuf -//define of TOOLS_HAS_GL_VBO decided in the build systems. +//define of TOOLX_HAS_GL_VBO decided in the build systems. // To have prototypes of glGenBuffers,etc... -#ifdef TOOLS_HAS_GL_VBO - -#ifdef TOOLS_TOOLS_GL -#else +#ifdef TOOLX_HAS_GL_VBO #if defined(__APPLE__) #include @@ -27,8 +24,6 @@ #include #endif -#endif //TOOLS_TOOLS_GL - -#endif //TOOLS_HAS_GL_VBO +#endif //TOOLX_HAS_GL_VBO #endif diff --git a/source/externals/g4tools/include/tools/hdf5/T_tools b/source/externals/g4tools/include/toolx/hdf5/T_tools similarity index 97% rename from source/externals/g4tools/include/tools/hdf5/T_tools rename to source/externals/g4tools/include/toolx/hdf5/T_tools index 9cb7c787d2..410c5c91af 100644 --- a/source/externals/g4tools/include/tools/hdf5/T_tools +++ b/source/externals/g4tools/include/toolx/hdf5/T_tools @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_T_tools -#define tools_hdf5_T_tools +#ifndef toolx_hdf5_T_tools +#define toolx_hdf5_T_tools #include "hdf5_h" @@ -12,7 +12,7 @@ #include //#include -namespace tools { +namespace toolx { namespace hdf5 { inline hid_t to_T_file_type(char) {return H5T_STD_I8LE;} //H5T_STD_I8XX() @@ -92,7 +92,7 @@ inline bool write_array(hid_t a_loc,const std::string& a_name, file_space = ::H5Screate_simple(1,dims,NULL); } if(file_space<0) {if(cpt>=0) ::H5Pclose(cpt);return false;} - dataset = tools_H5Dcreate(a_loc,a_name.c_str(),a_file_type,file_space,cpt); + dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),a_file_type,file_space,cpt); if(cpt>=0) ::H5Pclose(cpt); ::H5Sclose(file_space); if(dataset<0) return false;} @@ -158,7 +158,7 @@ inline bool write_vlen(hid_t a_loc,const std::string& a_name, hid_t file_type = ::H5Tvlen_create(a_file_type); - dataset = tools_H5Dcreate(a_loc,a_name.c_str(),file_type,file_space,cpt); + dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),file_type,file_space,cpt); if(cpt>=0) ::H5Pclose(cpt); ::H5Sclose(file_space); ::H5Tclose(file_type); @@ -251,7 +251,7 @@ inline bool write_sub_array(hid_t a_loc,const std::string& a_name, return false; }} - dataset = tools_H5Dcreate(a_loc,a_name.c_str(),a_file_type,file_space,cpt); + dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),a_file_type,file_space,cpt); if(dataset<0) { ::H5Sclose(file_space); if(cpt>=0) ::H5Pclose(cpt); @@ -259,7 +259,7 @@ inline bool write_sub_array(hid_t a_loc,const std::string& a_name, } } else { //open an existing dataset : - dataset = tools_H5Dopen(a_loc,a_name.c_str()); + dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { if(cpt>=0) ::H5Pclose(cpt); return false; @@ -424,7 +424,7 @@ inline bool write_append_vlen_dataset(hid_t a_dataset,hid_t /*a_file_type*/,hid_ template inline bool write_append_array(hid_t a_loc,const std::string& a_name,hid_t a_file_type,hid_t a_mem_type, unsigned int a_number,const T a_array[]) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) return false; bool status = write_append_array_dataset(dataset,a_file_type,a_mem_type,a_number,a_array); ::H5Dclose(dataset); @@ -446,7 +446,7 @@ inline bool write_array_struct( hid_t dataspace = ::H5Screate_simple(1,dims,NULL); if(dataspace<0) return false; - hid_t dataset = tools_H5Dcreate(a_loc,a_name.c_str(),a_create_type,dataspace,H5P_DEFAULT); + hid_t dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),a_create_type,dataspace,H5P_DEFAULT); if(dataset<0) { ::H5Sclose(dataspace); return false; @@ -467,7 +467,7 @@ inline bool write_array_struct( template inline bool read_scalar(hid_t a_loc,const std::string& a_name,hid_t a_mem_type,T& a_data) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) return false; hid_t file_space = H5Dget_space(dataset); @@ -499,7 +499,7 @@ inline bool read_scalar(hid_t a_loc,const std::string& a_name,hid_t a_mem_type,T template inline bool read_array(hid_t a_loc,const std::string& a_name,hid_t a_mem_type,unsigned int& a_size,T*& a_array,bool a_alloc = true) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_size = 0; if(a_alloc) a_array = 0; @@ -581,7 +581,7 @@ inline bool read_array(hid_t a_loc,const std::string& a_name,hid_t a_mem_type,un /* template inline bool read_vlen(hid_t a_loc,const std::string& a_name,hid_t a_mem_type,unsigned int& a_size,T*& a_array) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_size = 0; a_array = 0; @@ -682,7 +682,7 @@ template inline bool read_sub_array(hid_t a_loc,const std::string& a_name,hid_t a_mem_type, unsigned int a_offset,unsigned int a_number, unsigned int& a_size,T*& a_array) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_size = 0; a_array = 0; @@ -798,7 +798,7 @@ template inline bool read_sub_vlen(hid_t a_loc,const std::string& a_name,hid_t a_mem_type, unsigned int a_offset, unsigned int& a_size,T*& a_array) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_size = 0; a_array = 0; @@ -958,7 +958,7 @@ inline bool read_array_struct( ,unsigned int& a_size ,T*& a_array ){ - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_size = 0; a_array = 0; @@ -1036,7 +1036,7 @@ inline bool read_array_struct( template inline bool read_struct(hid_t a_loc,const std::string& a_name,hid_t aReadType,T& a_data) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) return false; hid_t file_space = H5Dget_space(dataset); @@ -1082,7 +1082,7 @@ inline bool write_scalar(hid_t a_loc,const std::string& a_name,const TYPE& aData return false; } - hid_t dataset = tools_H5Dcreate(a_loc,a_name.c_str(),to_T_file_type(TYPE()),scalar,compact); + hid_t dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),to_T_file_type(TYPE()),scalar,compact); if(dataset<0) { ::H5Pclose(compact); ::H5Sclose(scalar); @@ -1120,7 +1120,7 @@ inline bool write_struct(hid_t a_loc,const std::string& a_name, return false; } - hid_t dataset = tools_H5Dcreate(a_loc,a_name.c_str(),a_create_type,scalar,compact); + hid_t dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),a_create_type,scalar,compact); if(dataset<0) { ::H5Pclose(compact); ::H5Sclose(scalar); @@ -1196,7 +1196,7 @@ inline bool write_std_vec_vec(hid_t a_loc,const std::string& a_name,const std::v // if(!write_scalar(a_loc,a_name+"_size",a_map.size())) return false; // unsigned int count = 0; //uint for num2s. // std::string scount; -// inlib_typename_mforcit(TKEY,TVALUE,a_map,it) { +// tools_typename_mforcit(TKEY,TVALUE,a_map,it) { // tools::num2s(count,scount); // if(!write_scalar(a_loc,a_name+"_elem_"+scount+"_first",(*it).first)) return false; // if(!write_scalar(a_loc,a_name+"_elem_"+scount+"_secon",(*it).second)) return false; @@ -1279,7 +1279,7 @@ inline bool read_bool(hid_t a_loc,const std::string& a_name,bool& aValue) { #include "atb" -namespace tools { +namespace toolx { namespace hdf5 { template @@ -1292,7 +1292,7 @@ inline bool write_scalar_atb(hid_t aDS,const std::string& a_name,const TYPE& aDa hid_t scalar = ::H5Screate(H5S_SCALAR); if(scalar<0) return false; - hid_t aid = tools_H5Acreate(aDS,a_name.c_str(),to_T_file_type(TYPE()),scalar,H5P_DEFAULT); + hid_t aid = toolx_H5Acreate(aDS,a_name.c_str(),to_T_file_type(TYPE()),scalar,H5P_DEFAULT); if(aid<0) { ::H5Sclose(scalar); return false; @@ -1315,7 +1315,7 @@ inline bool write_scalar_atb(hid_t aDS,const std::string& a_name,const TYPE& aDa /* #include -namespace tools { +namespace toolx { namespace hdf5 { inline bool write_strings(hid_t a_loc,const std::string& a_name, diff --git a/source/externals/g4tools/include/tools/hdf5/atb b/source/externals/g4tools/include/toolx/hdf5/atb similarity index 92% rename from source/externals/g4tools/include/tools/hdf5/atb rename to source/externals/g4tools/include/toolx/hdf5/atb index d4adc9bac1..36798e2364 100644 --- a/source/externals/g4tools/include/tools/hdf5/atb +++ b/source/externals/g4tools/include/toolx/hdf5/atb @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_atb -#define tools_hdf5_atb +#ifndef toolx_hdf5_atb +#define toolx_hdf5_atb // The below is internal methods in the HDF5 lib. @@ -10,7 +10,7 @@ #include -namespace tools { +namespace toolx { namespace hdf5 { inline herr_t H5LT_get_attribute_mem(hid_t obj_id,const char *attr_name,hid_t mem_type_id,void *data ) { @@ -35,7 +35,7 @@ inline herr_t find_attr( hid_t loc_id, const char *name, void *op_data) { inline herr_t H5LT_find_attribute( hid_t loc_id, const char* attr_name ) { unsigned int attr_num; attr_num = 0; - return tools_H5Aiterate( loc_id, &attr_num, find_attr, (void *)attr_name ); + return toolx_H5Aiterate( loc_id, &attr_num, find_attr, (void *)attr_name ); } inline herr_t H5LT_get_attribute_disk( hid_t loc_id,const char *attr_name,void *attr_out ) { diff --git a/source/externals/g4tools/include/tools/hdf5/group_exists b/source/externals/g4tools/include/toolx/hdf5/group_exists similarity index 93% rename from source/externals/g4tools/include/tools/hdf5/group_exists rename to source/externals/g4tools/include/toolx/hdf5/group_exists index bcfa7cbfea..ba45b1bd30 100644 --- a/source/externals/g4tools/include/tools/hdf5/group_exists +++ b/source/externals/g4tools/include/toolx/hdf5/group_exists @@ -1,14 +1,14 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_group_exists -#define tools_hdf5_group_exists +#ifndef toolx_hdf5_group_exists +#define toolx_hdf5_group_exists #include "hdf5_h" #include -namespace tools { +namespace toolx { namespace hdf5 { class group_exists_struct { diff --git a/source/externals/g4tools/include/tools/hdf5/h2file b/source/externals/g4tools/include/toolx/hdf5/h2file similarity index 87% rename from source/externals/g4tools/include/tools/hdf5/h2file rename to source/externals/g4tools/include/toolx/hdf5/h2file index 32e56981b2..51863304f7 100644 --- a/source/externals/g4tools/include/tools/hdf5/h2file +++ b/source/externals/g4tools/include/toolx/hdf5/h2file @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_h2file -#define tools_hdf5_h2file +#ifndef toolx_hdf5_h2file +#define toolx_hdf5_h2file #include "tools" #include "T_tools" @@ -11,14 +11,14 @@ #include #include -namespace tools { +namespace toolx { namespace hdf5 { }} #include -namespace tools { +namespace toolx { namespace hdf5 { inline bool write_std_map_ss(hid_t a_loc,const std::string& a_name,const std::map& a_map, @@ -91,26 +91,26 @@ inline bool write_hdata(hid_t a_loc,const histo_data_t& a_hdata) { template inline bool write_histo(std::ostream& a_out,hid_t a_loc,const std::string& a_name,const HISTO& a_histo) { - hid_t histo = tools_H5Gcreate(a_loc,a_name.c_str(),0); + hid_t histo = toolx_H5Gcreate(a_loc,a_name.c_str(),0); if(histo<0) { - a_out << "tools::hdf5::write_histo : can't create group for histo " << tools::sout(a_name) << "." << std::endl; + a_out << "toolx::hdf5::write_histo : can't create group for histo " << tools::sout(a_name) << "." << std::endl; ::H5Gclose(histo); return false; } if(!write_atb(histo,"type","object")) { - a_out << "tools::hdf5::write_histo : write_atb() class failed." << std::endl; + a_out << "toolx::hdf5::write_histo : write_atb() class failed." << std::endl; ::H5Gclose(histo); return false; } if(!write_atb(histo,"class",a_histo.s_cls())) { - a_out << "tools::hdf5::write_histo : write_atb() class failed." << std::endl; + a_out << "toolx::hdf5::write_histo : write_atb() class failed." << std::endl; ::H5Gclose(histo); return false; } int v = 1; if(!write_scalar_atb(histo,"version",v)) { - a_out << "tools::hdf5::write_histo : write_scalar_atb() version failed." << std::endl; + a_out << "toolx::hdf5::write_histo : write_scalar_atb() version failed." << std::endl; ::H5Gclose(histo); return false; } @@ -127,26 +127,26 @@ inline bool write_histo(std::ostream& a_out,hid_t a_loc,const std::string& a_nam template inline bool write_profile(std::ostream& a_out,hid_t a_loc,const std::string& a_name,const PROFILE& a_histo) { - hid_t histo = tools_H5Gcreate(a_loc,a_name.c_str(),0); + hid_t histo = toolx_H5Gcreate(a_loc,a_name.c_str(),0); if(histo<0) { - a_out << "tools::hdf5::write_profile : can't create group for histo " << tools::sout(a_name) << "." << std::endl; + a_out << "toolx::hdf5::write_profile : can't create group for histo " << tools::sout(a_name) << "." << std::endl; ::H5Gclose(histo); return false; } if(!write_atb(histo,"type","object")) { - a_out << "tools::hdf5::write_profile : write_atb() class failed." << std::endl; + a_out << "toolx::hdf5::write_profile : write_atb() class failed." << std::endl; ::H5Gclose(histo); return false; } if(!write_atb(histo,"class",a_histo.s_cls())) { - a_out << "tools::hdf5::write_profile : write_atb() class failed." << std::endl; + a_out << "toolx::hdf5::write_profile : write_atb() class failed." << std::endl; ::H5Gclose(histo); return false; } int v = 1; if(!write_scalar_atb(histo,"version",v)) { - a_out << "tools::hdf5::write_profile : write_scalar_atb() version failed." << std::endl; + a_out << "toolx::hdf5::write_profile : write_scalar_atb() version failed." << std::endl; ::H5Gclose(histo); return false; } @@ -210,22 +210,22 @@ inline bool read_histo(std::ostream& a_out,hid_t a_loc,const std::string& a_name //if(::H5Gget_objinfo(a_loc,a_name.c_str(),0,NULL)<0) {return false;} - hid_t histo = tools_H5Gopen(a_loc,a_name.c_str()); + hid_t histo = toolx_H5Gopen(a_loc,a_name.c_str()); if(histo<0) { - a_out << "tools::hdf5::read_histo : can't open group." << std::endl; + a_out << "toolx::hdf5::read_histo : can't open group." << std::endl; return false; } std::string sclass; if(!read_atb(histo,"class",sclass)) { - a_out << "tools::hdf5::read_histo : can't read_atb() class." << std::endl; + a_out << "toolx::hdf5::read_histo : can't read_atb() class." << std::endl; ::H5Gclose(histo); return false; } if(sclass!=HISTO::s_class()) { if(a_verb_class) { - a_out << "tools::hdf5::read_histo :" + a_out << "toolx::hdf5::read_histo :" << " read class " << tools::sout(sclass) << " not " << tools::sout(HISTO::s_class()) << std::endl; } ::H5Gclose(histo); @@ -234,7 +234,7 @@ inline bool read_histo(std::ostream& a_out,hid_t a_loc,const std::string& a_name int v; if(!read_atb(histo,"version",v)) { - a_out << "tools::hdf5::read_histo : read_atb version failed." << std::endl; + a_out << "toolx::hdf5::read_histo : read_atb version failed." << std::endl; ::H5Gclose(histo); return false; } @@ -257,22 +257,22 @@ template inline bool read_profile(std::ostream& a_out,hid_t a_loc,const std::string& a_name,PROFILE*& a_histo,bool a_verb_class = true) { a_histo = 0; - hid_t histo = tools_H5Gopen(a_loc,a_name.c_str()); + hid_t histo = toolx_H5Gopen(a_loc,a_name.c_str()); if(histo<0) { - a_out << "tools::hdf5::read_profile : can't open group." << std::endl; + a_out << "toolx::hdf5::read_profile : can't open group." << std::endl; return false; } std::string sclass; if(!read_atb(histo,"class",sclass)) { - a_out << "tools::hdf5::read_profile : can't read_atb() class." << std::endl; + a_out << "toolx::hdf5::read_profile : can't read_atb() class." << std::endl; ::H5Gclose(histo); return false; } if(sclass!=PROFILE::s_class()) { if(a_verb_class) { - a_out << "tools::hdf5::read_profile :" + a_out << "toolx::hdf5::read_profile :" << " read class " << tools::sout(sclass) << " not " << tools::sout(PROFILE::s_class()) << std::endl; } ::H5Gclose(histo); @@ -281,7 +281,7 @@ inline bool read_profile(std::ostream& a_out,hid_t a_loc,const std::string& a_na int v; if(!read_atb(histo,"version",v)) { - a_out << "tools::hdf5::read_profile : read_atb version failed." << std::endl; + a_out << "toolx::hdf5::read_profile : read_atb version failed." << std::endl; ::H5Gclose(histo); return false; } @@ -308,16 +308,16 @@ inline bool read_profile(std::ostream& a_out,hid_t a_loc,const std::string& a_na inline bool read_class_version(std::ostream& a_out,hid_t a_loc,const std::string& a_name, std::string& a_class,int& a_version,bool a_verbose = true) { - hid_t id = tools_H5Gopen(a_loc,a_name.c_str()); + hid_t id = toolx_H5Gopen(a_loc,a_name.c_str()); if(id<0) { - if(a_verbose) a_out << "tools::hdf5::read_class_version : can't open group." << std::endl; + if(a_verbose) a_out << "toolx::hdf5::read_class_version : can't open group." << std::endl; a_class.clear(); a_version = 0; return false; } if(!read_atb(id,"class",a_class)) { - if(a_verbose) a_out << "tools::hdf5::read_class_version : can't read_atb() class." << std::endl; + if(a_verbose) a_out << "toolx::hdf5::read_class_version : can't read_atb() class." << std::endl; ::H5Gclose(id); a_class.clear(); a_version = 0; @@ -325,7 +325,7 @@ inline bool read_class_version(std::ostream& a_out,hid_t a_loc,const std::string } if(!read_atb(id,"version",a_version)) { - if(a_verbose) a_out << "tools::hdf5::read_class_version : read_atb version failed." << std::endl; + if(a_verbose) a_out << "toolx::hdf5::read_class_version : read_atb version failed." << std::endl; ::H5Gclose(id); a_class.clear(); a_version = 0; diff --git a/source/externals/g4tools/include/toolx/hdf5/hdf5_h b/source/externals/g4tools/include/toolx/hdf5/hdf5_h new file mode 100644 index 0000000000..9b6fd88d12 --- /dev/null +++ b/source/externals/g4tools/include/toolx/hdf5/hdf5_h @@ -0,0 +1,31 @@ +// Copyright (C) 2010, Guy Barrand. All rights reserved. +// See the file tools.license for terms. + +#ifndef toolx_hdf5_h +#define toolx_hdf5_h + +#include + +#if (H5_VERS_MAJOR>=1) && (H5_VERS_MINOR<=6) +#define toolx_H5Dopen H5Dopen +#define toolx_H5Dcreate H5Dcreate +#define toolx_H5Acreate H5Acreate +#define toolx_H5Tarray_create H5Tarray_create +#define toolx_H5Tget_array_dims H5Tget_array_dims +#define toolx_H5Gcreate H5Gcreate +#define toolx_H5Gopen H5Gopen +#define toolx_H5Aiterate H5Aiterate +#define toolx_H5free_memory free +#else +#define toolx_H5Dopen H5Dopen1 +#define toolx_H5Dcreate H5Dcreate1 +#define toolx_H5Acreate H5Acreate1 +#define toolx_H5Tarray_create H5Tarray_create1 +#define toolx_H5Tget_array_dims H5Tget_array_dims1 +#define toolx_H5Gcreate H5Gcreate1 +#define toolx_H5Gopen H5Gopen1 +#define toolx_H5Aiterate H5Aiterate1 +#define toolx_H5free_memory H5free_memory +#endif + +#endif diff --git a/source/externals/g4tools/include/tools/hdf5/header b/source/externals/g4tools/include/toolx/hdf5/header similarity index 84% rename from source/externals/g4tools/include/tools/hdf5/header rename to source/externals/g4tools/include/toolx/hdf5/header index b10f54693a..0810304a88 100644 --- a/source/externals/g4tools/include/tools/hdf5/header +++ b/source/externals/g4tools/include/toolx/hdf5/header @@ -1,17 +1,17 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_header -#define tools_hdf5_header +#ifndef toolx_hdf5_header +#define toolx_hdf5_header #include "tools" #include "T_tools" -namespace tools { +namespace toolx { namespace hdf5 { inline bool write_header(hid_t a_file,int a_version = 1) { - hid_t header = tools_H5Gcreate(a_file,"header",0); + hid_t header = toolx_H5Gcreate(a_file,"header",0); if(header<0) return false; if(!write_atb(header,"writer","exlib")) {::H5Gclose(header);return false;} if(!write_scalar_atb(header,"data_schema_version",a_version)) {::H5Gclose(header);return false;} @@ -20,7 +20,7 @@ inline bool write_header(hid_t a_file,int a_version = 1) { } inline bool read_header(hid_t a_file,std::string& a_writer,int& a_data_schema_version) { - hid_t header = tools_H5Gopen(a_file,"header"); + hid_t header = toolx_H5Gopen(a_file,"header"); if(header<0) {a_writer.clear();a_data_schema_version=0;return false;} if(!read_atb(header,"writer",a_writer)) {::H5Gclose(header);a_writer.clear();a_data_schema_version=0;return false;} if(!read_atb(header,"data_schema_version",a_data_schema_version)) { diff --git a/source/externals/g4tools/include/tools/hdf5/ntuple b/source/externals/g4tools/include/toolx/hdf5/ntuple similarity index 82% rename from source/externals/g4tools/include/tools/hdf5/ntuple rename to source/externals/g4tools/include/toolx/hdf5/ntuple index add9283ee7..54e4ac3961 100644 --- a/source/externals/g4tools/include/tools/hdf5/ntuple +++ b/source/externals/g4tools/include/toolx/hdf5/ntuple @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_ntuple -#define tools_hdf5_ntuple +#ifndef toolx_hdf5_ntuple +#define toolx_hdf5_ntuple #include "store" @@ -22,7 +22,7 @@ #include #endif -namespace tools { +namespace toolx { namespace hdf5 { class ntuple : public store { @@ -47,7 +47,7 @@ public: class column_ref : public virtual icol { #ifdef TOOLS_MEM static const std::string& s_class() { - static const std::string s_v("tools::hdf5::ntuple::column_ref<"+tools::stype(T())+">"); + static const std::string s_v("toolx::hdf5::ntuple::column_ref<"+tools::stype(T())+">"); return s_v; } #endif @@ -66,7 +66,7 @@ public: if(!m_write) return false; if(m_basket_pos>=m_basket_size) { if(!m_branch.write_page(m_basket_size,m_basket)) { - m_store.out() << "tools::hdf5::ntuple::column_ref::add : write_page() failed." << std::endl; + m_store.out() << "toolx::hdf5::ntuple::column_ref::add : write_page() failed." << std::endl; m_basket_pos = 0; return false; } @@ -87,7 +87,7 @@ public: if(m_write) return false; if(m_basket_pos>=m_basket_end) { //we need more data. if(m_branch.pos()>=m_branch.entries()) { - m_store.out() << "tools::hdf5::ntuple::column_ref:fetch_entry : no more data." << std::endl; + m_store.out() << "toolx::hdf5::ntuple::column_ref:fetch_entry : no more data." << std::endl; m_basket_pos = 0; m_basket_end = 0; return false; @@ -102,7 +102,7 @@ public: tools::uint64 remain = m_branch.entries()-m_branch.pos(); size_t n = tools::mn((size_t)remain,m_basket_size); if(!m_branch.read_page(n,m_basket)) { - m_store.out() << "tools::hdf5::ntuple::column_ref:fetch_entry : read_page() failed." << std::endl; + m_store.out() << "toolx::hdf5::ntuple::column_ref:fetch_entry : read_page() failed." << std::endl; m_basket_pos = 0; m_basket_end = 0; return false; @@ -144,7 +144,7 @@ public: size_t n = tools::mn((size_t)_entries,m_basket_size); if(_entries) { if(!m_branch.read_page(n,m_basket)) { - m_store.out() << "tools::hdf5::ntuple::column_ref:column_ref : read_page() failed." << std::endl; + m_store.out() << "toolx::hdf5::ntuple::column_ref:column_ref : read_page() failed." << std::endl; m_basket_pos = 0; m_basket_end = 0; return; @@ -157,7 +157,7 @@ public: virtual ~column_ref(){ if(m_write && m_basket_pos) { if(!m_branch.write_page(m_basket_pos,m_basket)) { - m_store.out() << "tools::hdf5::ntuple::column_ref::~column_ref : write_page() failed." << std::endl; + m_store.out() << "toolx::hdf5::ntuple::column_ref::~column_ref : write_page() failed." << std::endl; } } delete [] m_basket; @@ -206,7 +206,7 @@ public: typedef column_ref parent; #ifdef TOOLS_MEM static const std::string& s_class() { - static const std::string s_v("tools::hdf5::ntuple::column<"+tools::stype(T())+">"); + static const std::string s_v("toolx::hdf5::ntuple::column<"+tools::stype(T())+">"); return s_v; } #endif @@ -273,7 +273,7 @@ public: class std_vector_column_ref : public virtual icol { #ifdef TOOLS_MEM static const std::string& s_class() { - static const std::string s_v("tools::hdf5::ntuple::std_vector_column_ref<"+tools::stype(T())+">"); + static const std::string s_v("toolx::hdf5::ntuple::std_vector_column_ref<"+tools::stype(T())+">"); return s_v; } #endif @@ -295,7 +295,7 @@ public: size_t n; T* _data; if(!m_branch.read_vlen(n,_data)) { - m_store.out() << "tools::hdf5::ntuple::std_vector_column_ref:fetch_entry : read_page() failed." << std::endl; + m_store.out() << "toolx::hdf5::ntuple::std_vector_column_ref:fetch_entry : read_page() failed." << std::endl; return false; } m_ref.resize(n); @@ -354,7 +354,7 @@ public: typedef std_vector_column_ref parent; #ifdef TOOLS_MEM static const std::string& s_class() { - static const std::string s_v("tools::hdf5::ntuple::std_vector_column<"+tools::stype(T())+">"); + static const std::string s_v("toolx::hdf5::ntuple::std_vector_column<"+tools::stype(T())+">"); return s_v; } #endif @@ -387,7 +387,7 @@ public: class column_string_ref : public virtual icol { #ifdef TOOLS_MEM - TOOLS_SCLASS(tools::hdf5::ntuple::column_string_ref) + TOOLS_SCLASS(toolx::hdf5::ntuple::column_string_ref) #endif public: static tools::cid id_class() { @@ -407,7 +407,7 @@ public: virtual bool fetch_entry() { //read. if(m_write) return false; if(!m_branch.read_string(m_ref)) { - m_store.out() << "tools::hdf5::ntuple::column_string_ref:fetch_entry : read_page() failed." << std::endl; + m_store.out() << "toolx::hdf5::ntuple::column_string_ref:fetch_entry : read_page() failed." << std::endl; return false; } return true; @@ -459,7 +459,7 @@ public: class column_string : public column_string_ref { typedef column_string_ref parent; #ifdef TOOLS_MEM - TOOLS_SCLASS(tools::hdf5::ntuple::column_string) + TOOLS_SCLASS(toolx::hdf5::ntuple::column_string) #endif public: static tools::cid id_class() { @@ -506,7 +506,7 @@ public: class std_vector_column_string_ref : public virtual icol { #ifdef TOOLS_MEM static const std::string& s_class() { - static const std::string s_v("tools::hdf5::ntuple::std_vector_column_string_ref"); + static const std::string s_v("toolx::hdf5::ntuple::std_vector_column_string_ref"); return s_v; } #endif @@ -540,7 +540,7 @@ public: size_t n; char* _data; if(!m_branch.read_vlen(n,_data)) { - m_store.out() << "tools::hdf5::ntuple::std_vector_column_string_ref:fetch_entry : read_page() failed." << std::endl; + m_store.out() << "toolx::hdf5::ntuple::std_vector_column_string_ref:fetch_entry : read_page() failed." << std::endl; return false; } m_ref.clear(); @@ -603,7 +603,7 @@ public: typedef std_vector_column_string_ref parent; #ifdef TOOLS_MEM static const std::string& s_class() { - static const std::string s_v("tools::hdf5::ntuple::std_vector_column_string"); + static const std::string s_v("toolx::hdf5::ntuple::std_vector_column_string"); return s_v; } #endif @@ -649,41 +649,41 @@ public: { tools_vforcit(pages*,m_pagess,it){ -#define TOOLS_HDF5_NTUPLE_READ_CREATE_COL(a__type) \ +#define TOOLX_HDF5_NTUPLE_READ_CREATE_COL(a__type) \ if((*it)->form()==tools::stype(a__type())) {\ column* col = new column(*this,*(*it),false,(*it)->name(),0);\ if(!col) {tools::safe_clear(m_cols);return;}\ m_cols.push_back(col);\ } -#define TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(a__vec_type,a__type) \ +#define TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(a__vec_type,a__type) \ if((*it)->form()==s_vector_##a__vec_type()) {\ std_vector_column* col = new std_vector_column(*this,*(*it),false,(*it)->name(),0);\ if(!col) {tools::safe_clear(m_cols);return;}\ m_cols.push_back(col);\ } -#define TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL_STRING \ +#define TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL_STRING \ if((*it)->form()==s_vector_string()) {\ std_vector_column_string* col = new std_vector_column_string(*this,*(*it),false,(*it)->name(),0);\ if(!col) {tools::safe_clear(m_cols);return;}\ m_cols.push_back(col);\ } - TOOLS_HDF5_NTUPLE_READ_CREATE_COL(char) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(short) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(int) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(tools::int64) + TOOLX_HDF5_NTUPLE_READ_CREATE_COL(char) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(short) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(int) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(tools::int64) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(float) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(double) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(float) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(double) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(tools::byte) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(tools::ushort) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(tools::uint32) - else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(tools::uint64) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(tools::byte) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(tools::ushort) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(tools::uint32) + else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(tools::uint64) - //else TOOLS_HDF5_NTUPLE_READ_CREATE_COL(bool) //use byte=uchar. + //else TOOLX_HDF5_NTUPLE_READ_CREATE_COL(bool) //use byte=uchar. else if((*it)->form()==s_string()) { @@ -692,24 +692,24 @@ public: m_cols.push_back(col); } - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(char,char) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(short,short) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(int,int) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(int64,tools::int64) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(char,char) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(short,short) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(int,int) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(int64,tools::int64) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(float,float) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(double,double) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(float,float) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(double,double) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(uchar,tools::uchar) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(ushort,tools::ushort) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(uint32,tools::uint32) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(uint64,tools::uint64) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(uchar,tools::uchar) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(ushort,tools::ushort) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(uint32,tools::uint32) + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(uint64,tools::uint64) - else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL_STRING -// else TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL(bool) //use byte=uchar. + else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL_STRING +// else TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL(bool) //use byte=uchar. else { - m_out << "tools::hdf5::ntuple::ntuple(read) :" + m_out << "toolx::hdf5::ntuple::ntuple(read) :" << " for column " << tools::sout((*it)->name()) << ", type " << tools::sout((*it)->form()) << " not yet handled." << std::endl; @@ -718,8 +718,8 @@ public: return; } } -#undef TOOLS_HDF5_NTUPLE_READ_CREATE_VEC_COL -#undef TOOLS_HDF5_NTUPLE_READ_CREATE_COL +#undef TOOLX_HDF5_NTUPLE_READ_CREATE_VEC_COL +#undef TOOLX_HDF5_NTUPLE_READ_CREATE_COL } ntuple(std::ostream& a_out,hid_t a_group,const std::string& a_name,const tools::ntuple_binding& a_bd) @@ -736,12 +736,12 @@ public: const std::vector& cols = a_bkg.columns(); tools_vforcit(tools::column_booking,cols,it){ -#define TOOLS_HDF5_NTUPLE_CREATE_COL(a__type) \ +#define TOOLX_HDF5_NTUPLE_CREATE_COL(a__type) \ if((*it).cls_id()==tools::_cid(a__type())) {\ a__type* user = (a__type*)(*it).user_obj();\ if(user) {\ if(!create_column_ref((*it).name(),a_basket_size,*user)) {\ - m_out << "tools::hdf5::ntuple :"\ + m_out << "toolx::hdf5::ntuple :"\ << " can't create column_ref " << tools::sout((*it).name()) << "."\ << std::endl;\ tools::safe_clear(m_cols);\ @@ -749,7 +749,7 @@ public: }\ } else {\ if(!create_column((*it).name(),a_basket_size)) {\ - m_out << "tools::hdf5::ntuple :"\ + m_out << "toolx::hdf5::ntuple :"\ << " can't create column " << tools::sout((*it).name()) << "."\ << std::endl;\ tools::safe_clear(m_cols);\ @@ -758,11 +758,11 @@ public: }\ } -#define TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(a__type) \ +#define TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(a__type) \ if((*it).cls_id()==tools::_cid_std_vector()) {\ std::vector* vec = (std::vector*)(*it).user_obj();\ if(!vec) {\ - m_out << "tools::hdf5::ntuple :"\ + m_out << "toolx::hdf5::ntuple :"\ << " for std::vector column " << tools::sout((*it).name())\ << ", the user vector pointer is null."\ << std::endl;\ @@ -770,7 +770,7 @@ public: return;\ }\ if(!create_std_column_ref((*it).name(),a_basket_size,*vec)) {\ - m_out << "tools::hdf5::ntuple :"\ + m_out << "toolx::hdf5::ntuple :"\ << " can't create std::vector column " << tools::sout((*it).name()) << "."\ << std::endl;\ tools::safe_clear(m_cols);\ @@ -778,11 +778,11 @@ public: }\ } -#define TOOLS_HDF5_NTUPLE_CREATE_VEC_COL_STRING \ +#define TOOLX_HDF5_NTUPLE_CREATE_VEC_COL_STRING \ if((*it).cls_id()==tools::_cid_std_vector()) {\ std::vector* vec = (std::vector*)(*it).user_obj();\ if(!vec) {\ - m_out << "tools::hdf5::ntuple :"\ + m_out << "toolx::hdf5::ntuple :"\ << " for std::vector column " << tools::sout((*it).name())\ << ", the user vector pointer is null."\ << std::endl;\ @@ -790,7 +790,7 @@ public: return;\ }\ if(!create_std_column_string_ref((*it).name(),a_basket_size,*vec)) {\ - m_out << "tools::hdf5::ntuple :"\ + m_out << "toolx::hdf5::ntuple :"\ << " can't create std::vector column " << tools::sout((*it).name()) << "."\ << std::endl;\ tools::safe_clear(m_cols);\ @@ -798,49 +798,49 @@ public: }\ } - TOOLS_HDF5_NTUPLE_CREATE_COL(char) - else TOOLS_HDF5_NTUPLE_CREATE_COL(short) - else TOOLS_HDF5_NTUPLE_CREATE_COL(int) - else TOOLS_HDF5_NTUPLE_CREATE_COL(tools::int64) + TOOLX_HDF5_NTUPLE_CREATE_COL(char) + else TOOLX_HDF5_NTUPLE_CREATE_COL(short) + else TOOLX_HDF5_NTUPLE_CREATE_COL(int) + else TOOLX_HDF5_NTUPLE_CREATE_COL(tools::int64) - else TOOLS_HDF5_NTUPLE_CREATE_COL(float) - else TOOLS_HDF5_NTUPLE_CREATE_COL(double) + else TOOLX_HDF5_NTUPLE_CREATE_COL(float) + else TOOLX_HDF5_NTUPLE_CREATE_COL(double) - else TOOLS_HDF5_NTUPLE_CREATE_COL(tools::byte) - else TOOLS_HDF5_NTUPLE_CREATE_COL(tools::ushort) - else TOOLS_HDF5_NTUPLE_CREATE_COL(tools::uint32) - else TOOLS_HDF5_NTUPLE_CREATE_COL(tools::uint64) + else TOOLX_HDF5_NTUPLE_CREATE_COL(tools::byte) + else TOOLX_HDF5_NTUPLE_CREATE_COL(tools::ushort) + else TOOLX_HDF5_NTUPLE_CREATE_COL(tools::uint32) + else TOOLX_HDF5_NTUPLE_CREATE_COL(tools::uint64) - //else TOOLS_HDF5_NTUPLE_CREATE_COL(bool) //use byte=uchar. + //else TOOLX_HDF5_NTUPLE_CREATE_COL(bool) //use byte=uchar. else if((*it).cls_id()==tools::_cid(std::string())) { if(!create_column_string((*it).name(),a_basket_size)) { - m_out << "tools::hdf5::ntuple :" + m_out << "toolx::hdf5::ntuple :" << " can't create string column " << tools::sout((*it).name()) << "." << std::endl; tools::safe_clear(m_cols); return; } - } else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(char) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(short) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(int) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(tools::int64) + } else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(char) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(short) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(int) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(tools::int64) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(float) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(double) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(float) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(double) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(tools::uchar) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(tools::ushort) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(tools::uint32) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(tools::uint64) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(tools::uchar) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(tools::ushort) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(tools::uint32) + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(tools::uint64) - else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL_STRING -// else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(std::string) -// else TOOLS_HDF5_NTUPLE_CREATE_VEC_COL(bool) //use byte=uchar. + else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL_STRING +// else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(std::string) +// else TOOLX_HDF5_NTUPLE_CREATE_VEC_COL(bool) //use byte=uchar. else { - m_out << "tools::hdf5::ntuple :" + m_out << "toolx::hdf5::ntuple :" << " for column " << tools::sout((*it).name()) << ", type with cid " << (*it).cls_id() << " not yet handled." << std::endl; @@ -848,8 +848,8 @@ public: return; } } -#undef TOOLS_HDF5_NTUPLE_CREATE_COL -#undef TOOLS_HDF5_NTUPLE_CREATE_VEC_COL +#undef TOOLX_HDF5_NTUPLE_CREATE_COL +#undef TOOLX_HDF5_NTUPLE_CREATE_VEC_COL } @@ -866,7 +866,7 @@ public: tools_vforcit(pages*,m_pagess,it) { -#define TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(a__type) \ +#define TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(a__type) \ if((*it)->form()==tools::stype(a__type())) {\ a__type* user_var = a_bd.find_variable((*it)->name());\ if(user_var) {\ @@ -880,7 +880,7 @@ public: }\ } -#define TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(a__vec_type,a__type) \ +#define TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(a__vec_type,a__type) \ if((*it)->form()==s_vector_##a__vec_type()) {\ std::vector* user_var = a_bd.find_variable< std::vector >((*it)->name());\ if(user_var) {\ @@ -895,7 +895,7 @@ public: }\ } -#define TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL_STRING \ +#define TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL_STRING \ if((*it)->form()==s_vector_string()) {\ std::vector* user_var = a_bd.find_variable< std::vector >((*it)->name());\ if(user_var) {\ @@ -910,20 +910,20 @@ public: }\ } - TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(char) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(short) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(int) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::int64) + TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(char) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(short) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(int) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::int64) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(float) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(double) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(float) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(double) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::byte) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::ushort) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::uint32) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::uint64) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::byte) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::ushort) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::uint32) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(tools::uint64) - //else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL(bool) //use byte=uchar. + //else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL(bool) //use byte=uchar. else if((*it)->form()==s_string()) { @@ -939,25 +939,25 @@ public: } } - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(char,char) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(short,short) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(int,int) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(int64,tools::int64) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(char,char) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(short,short) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(int,int) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(int64,tools::int64) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(float,float) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(double,double) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(float,float) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(double,double) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(uchar,tools::uchar) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(ushort,tools::ushort) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(uint32,tools::uint32) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(uint64,tools::uint64) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(uchar,tools::uchar) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(ushort,tools::ushort) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(uint32,tools::uint32) + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(uint64,tools::uint64) - else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL_STRING + else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL_STRING -// else TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(bool) //use byte=uchar. +// else TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL(bool) //use byte=uchar. else { - a_out << "tools::hdf5::ntuple::ntuple(read with binding) :" + a_out << "toolx::hdf5::ntuple::ntuple(read with binding) :" << " for column " << tools::sout((*it)->name()) << ", type " << tools::sout((*it)->form()) << " not yet handled." << std::endl; @@ -965,8 +965,8 @@ public: return false; } } -#undef TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_COL -#undef TOOLS_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL +#undef TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_COL +#undef TOOLX_HDF5_NTUPLE_READ_BINDING_CREATE_VEC_COL return true; } diff --git a/source/externals/g4tools/include/tools/hdf5/pages b/source/externals/g4tools/include/toolx/hdf5/pages similarity index 95% rename from source/externals/g4tools/include/tools/hdf5/pages rename to source/externals/g4tools/include/toolx/hdf5/pages index 349ab0b9a7..388b06fa05 100644 --- a/source/externals/g4tools/include/tools/hdf5/pages +++ b/source/externals/g4tools/include/toolx/hdf5/pages @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_pages -#define tools_hdf5_pages +#ifndef toolx_hdf5_pages +#define toolx_hdf5_pages #include "T_tools" #include "tools" @@ -15,7 +15,7 @@ #include -namespace tools { +namespace toolx { namespace hdf5 { TOOLS_GLOBAL_STRING(pages) @@ -25,7 +25,7 @@ TOOLS_GLOBAL_STRING(names) TOOLS_GLOBAL_STRING(forms) class pages { - TOOLS_SCLASS(tools::hdf5::pages) + TOOLS_SCLASS(toolx::hdf5::pages) public: pages(std::ostream& a_out, hid_t a_group,const std::string& a_name,const std::string& a_form, @@ -37,7 +37,7 @@ public: tools::mem::increment(s_class().c_str()); #endif if(m_write) { - m_group = tools_H5Gcreate(a_group,m_name.c_str(),0); + m_group = toolx_H5Gcreate(a_group,m_name.c_str(),0); if(m_group<0) { m_out << "pages::pages : can't create group for column " << m_name << "." << std::endl; m_group = -1; @@ -57,7 +57,7 @@ public: return; } } else { - m_group = tools_H5Gopen(a_group,m_name.c_str()); + m_group = toolx_H5Gopen(a_group,m_name.c_str()); if(m_group<0) { m_out << "pages::pages : can't open group for column " << m_name << "." << std::endl; m_group = -1; @@ -108,7 +108,7 @@ public: m_out << "pages::write_page : write_array() failed. Pos " << m_pos << std::endl; return false; } - m_dataset = tools_H5Dopen(m_group,s_pages().c_str()); + m_dataset = toolx_H5Dopen(m_group,s_pages().c_str()); if(m_dataset<0) { m_out << "pages::write_page : H5Dopen failed. Pos " << m_pos << std::endl; return false; @@ -158,7 +158,7 @@ public: m_out << "pages::write_vlen : write_vlen() failed. Pos " << m_pos << std::endl; return false; } - m_dataset = tools_H5Dopen(m_group,s_pages().c_str()); + m_dataset = toolx_H5Dopen(m_group,s_pages().c_str()); if(m_dataset<0) { m_out << "pages::write_vlen : H5Dopen failed. Pos " << m_pos << std::endl; return false; @@ -196,7 +196,7 @@ public: m_out << "pages::write_string : hdf5::write_string() failed. Pos " << m_pos << std::endl; return false; } - m_dataset = tools_H5Dopen(m_group,s_pages().c_str()); + m_dataset = toolx_H5Dopen(m_group,s_pages().c_str()); if(m_dataset<0) { m_out << "pages::write_string : H5Dopen failed. Pos " << m_pos << std::endl; return false; @@ -260,7 +260,7 @@ public: m_out << "pages::write_strings : write_strings() failed. Pos " << m_pos << std::endl; return false; } - m_dataset = tools_H5Dopen(m_group,s_pages().c_str()); + m_dataset = toolx_H5Dopen(m_group,s_pages().c_str()); if(m_dataset<0) { m_out << "pages::write_strings : H5Dopen failed. Pos " << m_pos << std::endl; return false; diff --git a/source/externals/g4tools/include/tools/hdf5/store b/source/externals/g4tools/include/toolx/hdf5/store similarity index 79% rename from source/externals/g4tools/include/tools/hdf5/store rename to source/externals/g4tools/include/toolx/hdf5/store index 6ef1d000cb..be8beae4a8 100644 --- a/source/externals/g4tools/include/tools/hdf5/store +++ b/source/externals/g4tools/include/toolx/hdf5/store @@ -1,20 +1,20 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_store -#define tools_hdf5_store +#ifndef toolx_hdf5_store +#define toolx_hdf5_store #include "pages" #include #include -namespace tools { +namespace toolx { namespace hdf5 { class store { public: - TOOLS_SCLASS(tools::hdf5::store) + TOOLS_SCLASS(toolx::hdf5::store) public: store(std::ostream& a_out,hid_t a_group,const std::string& a_name,bool a_write,unsigned int a_compress) :m_out(a_out) @@ -27,58 +27,58 @@ public: #endif if(m_write) { if(a_name.empty()) { - a_out << "tools::hdf5::store::store : string a_name is empty." << std::endl; + a_out << "toolx::hdf5::store::store : string a_name is empty." << std::endl; m_group = -1; return; } - m_group = tools_H5Gcreate(a_group,a_name.c_str(),0); + m_group = toolx_H5Gcreate(a_group,a_name.c_str(),0); if(m_group<0) { - a_out << "tools::hdf5::store::store : can't create " << a_name << " group." << std::endl; + a_out << "toolx::hdf5::store::store : can't create " << a_name << " group." << std::endl; m_group = -1; return; } if(!write_atb(m_group,"type","object")) { - m_out << "tools::hdf5::store::store : write_atb(type) failed." << std::endl; + m_out << "toolx::hdf5::store::store : write_atb(type) failed." << std::endl; ::H5Gclose(m_group); m_group = -1; return; } if(!write_atb(m_group,"class",s_class())) { - m_out << "tools::hdf5::store::store : write_atb(class) failed." << std::endl; + m_out << "toolx::hdf5::store::store : write_atb(class) failed." << std::endl; ::H5Gclose(m_group); m_group = -1; return; } int v = 2; //1->2 add "type" atb. if(!write_scalar_atb(m_group,"version",v)) { - m_out << "tools::hdf5::store::store : write_scalar_atb(version) failed." << std::endl; + m_out << "toolx::hdf5::store::store : write_scalar_atb(version) failed." << std::endl; ::H5Gclose(m_group); m_group = -1; return; } } else { // to read. - m_group = tools_H5Gopen(a_group,a_name.c_str()); + m_group = toolx_H5Gopen(a_group,a_name.c_str()); if(m_group<0) { - a_out << "tools::hdf5::store::store : can't open " << a_name << " group." << std::endl; + a_out << "toolx::hdf5::store::store : can't open " << a_name << " group." << std::endl; m_group = -1; return; } std::vector names; if(!read_array_string(m_group,s_names(),names)) { - m_out << "tools::hdf5::store::store : read_array_string(names) failed." << std::endl; + m_out << "toolx::hdf5::store::store : read_array_string(names) failed." << std::endl; ::H5Gclose(m_group); m_group = -1; return; } std::vector TFORMs; if(!read_array_string(m_group,s_forms(),TFORMs)) { - m_out << "tools::hdf5::store::store : read_array_string(tforms) failed." << std::endl; + m_out << "toolx::hdf5::store::store : read_array_string(tforms) failed." << std::endl; ::H5Gclose(m_group); m_group = -1; return; } if(names.size()!=TFORMs.size()) { - m_out << "tools::hdf5::store::store : names/TFORMs size mismatch." << std::endl; + m_out << "toolx::hdf5::store::store : names/TFORMs size mismatch." << std::endl; m_out << "names :" << std::endl; {tools_vforcit(std::string,names,it) m_out << *it << std::endl;} m_out << "TFORMs :" << std::endl; @@ -89,7 +89,7 @@ public: } for(size_t index=0;index(m_group,s_entries(),_entries)) { - m_out << "tools::hdf5::store::~store : write_scalar(entries) failed." << std::endl; + m_out << "toolx::hdf5::store::~store : write_scalar(entries) failed." << std::endl; } if(!write_scalar(m_group,s_columns(),m_pagess.size())) { - m_out << "tools::hdf5::store::~store : write_scalar(columns) failed." << std::endl; + m_out << "toolx::hdf5::store::~store : write_scalar(columns) failed." << std::endl; } {std::vector names; tools_vforcit(pages*,m_pagess,it) names.push_back((*it)->name()); //{m_out << "debug : write : names :" << std::endl; // tools_vforcit(std::string,names,it) m_out << *it << std::endl;} if(!write_array_string(m_group,s_names(),names)) { - m_out << "tools::hdf5::store::~store : write_array_string(names) failed." << std::endl; + m_out << "toolx::hdf5::store::~store : write_array_string(names) failed." << std::endl; }} {std::vector TFORMs; tools_vforcit(pages*,m_pagess,it) TFORMs.push_back((*it)->form()); //{m_out << "debug : write : TFORMs :" << std::endl; // tools_vforcit(std::string,TFORMs,it) m_out << *it << std::endl;} if(!write_array_string(m_group,s_forms(),TFORMs)) { - m_out << "tools::hdf5::store::~store : write_array_string(tforms) failed." << std::endl; + m_out << "toolx::hdf5::store::~store : write_array_string(tforms) failed." << std::endl; }} } } @@ -159,7 +159,7 @@ public: a_entries = m_pagess.front()->entries(); tools_vforcit(pages*,m_pagess,it) { if((*it)->entries()!=a_entries) { - m_out << "tools::hdf5::store::entries : not same entries on all columns." + m_out << "toolx::hdf5::store::entries : not same entries on all columns." << " Front " << a_entries << ", it " << (*it)->entries() << "." << std::endl; a_entries = 0; return false; @@ -172,7 +172,7 @@ public: //::printf("debug : create_pages %s %s\n",a_name.c_str(),a_form.c_str()); pages* _pages = new pages(m_out,m_group,a_name,a_form,m_write,m_compress); if(!_pages->is_valid()) { - m_out << "tools::hdf5::store::create_column : can't create pages." << std::endl; + m_out << "toolx::hdf5::store::create_column : can't create pages." << std::endl; delete _pages; return 0; } @@ -182,7 +182,7 @@ public: /* pages* find_column(unsigned int a_index) { if(a_index>=m_pagess.size()) { - m_out << "tools::hdf5::store::find_column : out of range index." << std::endl; + m_out << "toolx::hdf5::store::find_column : out of range index." << std::endl; return 0; } return m_pagess[a_index]; diff --git a/source/externals/g4tools/include/tools/hdf5/tools b/source/externals/g4tools/include/toolx/hdf5/tools similarity index 94% rename from source/externals/g4tools/include/tools/hdf5/tools rename to source/externals/g4tools/include/toolx/hdf5/tools index 90218ef776..e71a01d73b 100644 --- a/source/externals/g4tools/include/tools/hdf5/tools +++ b/source/externals/g4tools/include/toolx/hdf5/tools @@ -1,14 +1,14 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_hdf5_tools -#define tools_hdf5_tools +#ifndef toolx_hdf5_tools +#define toolx_hdf5_tools #include "hdf5_h" #include -namespace tools { +namespace toolx { namespace hdf5 { inline bool check_sizes(){ @@ -100,7 +100,7 @@ inline hid_t basic_mem_type(hid_t a_file_type){ #include -namespace tools { +namespace toolx { namespace hdf5 { inline hid_t compound_mem_type(hid_t a_file_type){ @@ -133,14 +133,14 @@ inline hid_t compound_mem_type(hid_t a_file_type){ hid_t mmem_type = basic_mem_type(mtype); if(mmem_type<0) { ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } if(H5Tinsert(mem_type,mname,moffset,mmem_type)<0) { ::H5Tclose(mmem_type); ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } @@ -150,11 +150,11 @@ inline hid_t compound_mem_type(hid_t a_file_type){ int dimn = ::H5Tget_array_ndims(mtype); //Should be 1; hsize_t* dims = new hsize_t[dimn]; int* perms = new int[dimn]; - if(tools_H5Tget_array_dims(mtype,dims,perms)<0) { + if(toolx_H5Tget_array_dims(mtype,dims,perms)<0) { delete [] dims; delete [] perms; ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } @@ -163,7 +163,7 @@ inline hid_t compound_mem_type(hid_t a_file_type){ delete [] dims; delete [] perms; ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } @@ -173,18 +173,18 @@ inline hid_t compound_mem_type(hid_t a_file_type){ delete [] perms; ::H5Tclose(base_type); ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } ::H5Tclose(base_type); - hid_t array_type = tools_H5Tarray_create(mmem_type,dimn,dims,perms); + hid_t array_type = toolx_H5Tarray_create(mmem_type,dimn,dims,perms); delete [] dims; delete [] perms; if(array_type<0) { ::H5Tclose(mmem_type); ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } @@ -193,7 +193,7 @@ inline hid_t compound_mem_type(hid_t a_file_type){ if(H5Tinsert(mem_type,mname,moffset,array_type)<0) { ::H5Tclose(array_type); ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } @@ -203,27 +203,27 @@ inline hid_t compound_mem_type(hid_t a_file_type){ hid_t mmem_type = compound_mem_type(mtype); if(mem_type<0) { ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } if(H5Tinsert(mem_type,mname,moffset,mmem_type)<0) { ::H5Tclose(mmem_type); ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); } ::H5Tclose(mmem_type); } else { ::H5Tclose(mtype); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); ::H5Tclose(mem_type); return failure(); }} ::H5Tclose(mtype); //printf("debug : compound_mem_type : %d (%d) : %s : end\n",index,mn,mname); - if(mname) tools_H5free_memory(mname); + if(mname) toolx_H5free_memory(mname); } return mem_type; @@ -234,7 +234,7 @@ inline hid_t compound_mem_type(hid_t a_file_type){ #include "atb" #include -namespace tools { +namespace toolx { namespace hdf5 { inline bool read_atb(hid_t a_id,const std::string& a_name,std::string& a_data,unsigned int aSize = 100){ @@ -274,7 +274,7 @@ inline hid_t H5T_IEEE_F32XX() {return H5T_IEEE_F32LE;} inline hid_t H5T_IEEE_F64XX() {return H5T_IEEE_F64LE;} inline bool dataset_vec_size(hid_t a_loc,const std::string& a_name,hsize_t& a_size) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_size = 0; return false; // data set not found. @@ -333,7 +333,7 @@ inline bool write_atb(hid_t a_id,const std::string& a_name,const std::string& a_ return false; } - hid_t aid = tools_H5Acreate(a_id,a_name.c_str(),datatype,scalar,H5P_DEFAULT); + hid_t aid = toolx_H5Acreate(a_id,a_name.c_str(),datatype,scalar,H5P_DEFAULT); if(aid<0) { ::H5Sclose(scalar); ::H5Tclose(datatype); @@ -369,7 +369,7 @@ inline bool write_bool(hid_t a_loc,const std::string& a_name,bool a_data) { return false; } - hid_t dataset = tools_H5Dcreate(a_loc,a_name.c_str(),H5T_STD_U8XX(),scalar,compact); + hid_t dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),H5T_STD_U8XX(),scalar,compact); if(dataset<0) { ::H5Pclose(compact); ::H5Sclose(scalar); @@ -414,7 +414,7 @@ inline bool write_string(hid_t a_loc,const std::string& a_name,const std::string return false; } - hid_t dataset = tools_H5Dcreate(a_loc,a_name.c_str(),file_type,scalar,compact); + hid_t dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),file_type,scalar,compact); if(dataset<0) { ::H5Pclose(compact); ::H5Sclose(scalar); @@ -491,7 +491,7 @@ inline bool write_string_dataset(hid_t a_loc,const std::string& a_name, } if(file_space<0) {if(cpt>=0) ::H5Pclose(cpt);::H5Tclose(file_type);return false;}} - hid_t dataset = tools_H5Dcreate(a_loc,a_name.c_str(),file_type,file_space,cpt); + hid_t dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),file_type,file_space,cpt); if(cpt>=0) ::H5Pclose(cpt); ::H5Sclose(file_space); if(dataset<0) { @@ -588,7 +588,7 @@ inline bool write_append_string_dataset(hid_t a_dataset,const std::string& a_str #include -namespace tools { +namespace toolx { namespace hdf5 { inline bool write_array_string(hid_t a_loc,const std::string& a_name,const std::vector& a_array) { @@ -610,7 +610,7 @@ inline bool write_array_string(hid_t a_loc,const std::string& a_name,const std:: return false; } - hid_t dataset = tools_H5Dcreate(a_loc,a_name.c_str(),file_type,scalar,H5P_DEFAULT); + hid_t dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),file_type,scalar,H5P_DEFAULT); if(dataset<0) { delete [] buffer; ::H5Tclose(file_type); @@ -685,7 +685,7 @@ inline bool write_object(hid_t a_loc,const std::string& a_name,hid_t a_file_type return false; } - hid_t dataset = tools_H5Dcreate(a_loc,a_name.c_str(),a_file_type,simple,cpt); + hid_t dataset = toolx_H5Dcreate(a_loc,a_name.c_str(),a_file_type,simple,cpt); if(dataset<0) { ::H5Tclose(mem_type); ::H5Sclose(simple); @@ -711,7 +711,7 @@ inline bool write_object(hid_t a_loc,const std::string& a_name,hid_t a_file_type inline bool read_string(hid_t a_loc,const std::string& a_name,std::string& a_string) { // From H5LTread_dataset_string. - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_string.clear(); return false; // data set not found. @@ -769,7 +769,7 @@ inline bool read_string(hid_t a_loc,const std::string& a_name,std::string& a_str } inline bool read_sub_string(hid_t a_loc,const std::string& a_name,unsigned int a_offset,std::string& a_string) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_string.clear(); return false; // data set not found. @@ -907,7 +907,7 @@ inline bool read_sub_string(hid_t a_loc,const std::string& a_name,unsigned int a } inline bool read_object(hid_t a_loc,const std::string& a_name,size_t& a_size,char*& a_data) { - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) { a_size = 0; a_data = 0; @@ -994,7 +994,7 @@ inline bool read_object(hid_t a_loc,const std::string& a_name,size_t& a_size,cha inline bool read_array_string(hid_t a_loc,const std::string& a_name,std::vector& a_array) { a_array.clear(); - hid_t dataset = tools_H5Dopen(a_loc,a_name.c_str()); + hid_t dataset = toolx_H5Dopen(a_loc,a_name.c_str()); if(dataset<0) return false; hid_t file_type = H5Dget_type(dataset); diff --git a/source/externals/g4tools/include/tools/mpi/hmpi b/source/externals/g4tools/include/toolx/mpi/hmpi similarity index 89% rename from source/externals/g4tools/include/tools/mpi/hmpi rename to source/externals/g4tools/include/toolx/mpi/hmpi index e3d03a97e0..875bbd495d 100644 --- a/source/externals/g4tools/include/tools/mpi/hmpi +++ b/source/externals/g4tools/include/toolx/mpi/hmpi @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_mpi_hmpi -#define tools_mpi_hmpi +#ifndef toolx_mpi_hmpi +#define toolx_mpi_hmpi // code to send, receive histos through MPI. @@ -17,7 +17,7 @@ #include "wrmpi" -namespace tools { +namespace toolx { namespace mpi { class hmpi : public virtual tools::histo::hmpi { @@ -25,7 +25,7 @@ class hmpi : public virtual tools::histo::hmpi { protected: typedef unsigned int num_t; static const std::string& s_class() { - static const std::string s_v("tools::mpi::hmpi"); + static const std::string s_v("toolx::mpi::hmpi"); return s_v; } public: @@ -61,7 +61,7 @@ public: } virtual bool send(int a_dest) { if(::MPI_Send(m_wrmpi.buffer(),m_wrmpi.ipos(),MPI_CHAR,a_dest,m_tag,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::hmpi::send : rank " << m_rank << " : MPI_Send failed." << std::endl; + m_out << "toolx::mpi::hmpi::send : rank " << m_rank << " : MPI_Send failed." << std::endl; return false; } m_wrmpi.pack_reset(); @@ -75,13 +75,13 @@ public: MPI_Status status; if(::MPI_Probe(a_src,m_tag,m_comm,&status)!=MPI_SUCCESS) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank << " : MPI_Probe : failed." << std::endl; + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : MPI_Probe : failed." << std::endl; return false; } int buffer_size = 0; if(::MPI_Get_count(&status,MPI_CHAR,&buffer_size)!=MPI_SUCCESS) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank << " : MPI_Get_count : failed." << std::endl; + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : MPI_Get_count : failed." << std::endl; return false; } @@ -94,17 +94,17 @@ public: char* buffer = new char[buffer_size]; if(!buffer) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank << " : can't alloc buffer of size " << buffer_size << std::endl; + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : can't alloc buffer of size " << buffer_size << std::endl; return false; } if(::MPI_Recv(buffer,buffer_size,MPI_CHAR,a_src,m_tag,m_comm,&status)!=MPI_SUCCESS) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank << " : MPI_Recv : failed." << std::endl; + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : MPI_Recv : failed." << std::endl; delete [] buffer; return false; } - if(m_verbose) m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank << " : unpack data ..." << std::endl; + if(m_verbose) m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : unpack data ..." << std::endl; wrmpi _mpi(m_out,m_comm,buffer_size,buffer); //give ownership of buffer to _mpi. @@ -112,7 +112,7 @@ public: if(!_mpi.unpack(nhist)) return false; if(m_verbose) - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank << " : number of histos to unpack " << nhist << std::endl; + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : number of histos to unpack " << nhist << std::endl; {for(num_t ihist=0;ihistcopy_from_data(hdata); if(m_verbose) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : got a " << scls << ", title " << h->title() << ", mean_x " << h->mean() << ", rms " << h->rms() @@ -139,7 +139,7 @@ public: tools::histo::h2d* h = new tools::histo::h2d("",10,0,1,10,0,1); h->copy_from_data(hdata); if(m_verbose) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : got a " << scls << ", title " << h->title() << ", mean_x " << h->mean_x() << ", rms_x " << h->rms_x() @@ -154,7 +154,7 @@ public: tools::histo::h3d* h = new tools::histo::h3d("",10,0,1,10,0,1,10,0,1); h->copy_from_data(hdata); if(m_verbose) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : got a " << scls << ", title " << h->title() << ", mean_x " << h->mean_x() << ", rms_x " << h->rms_x() @@ -170,7 +170,7 @@ public: tools::histo::p1d* h = new tools::histo::p1d("",10,0,1); h->copy_from_data(pdata); if(m_verbose) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : got a " << scls << ", title " << h->title() << ", mean_x " << h->mean() << ", rms " << h->rms() @@ -184,7 +184,7 @@ public: tools::histo::p2d* h = new tools::histo::p2d("",10,0,1,10,0,1); h->copy_from_data(pdata); if(m_verbose) { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : got a " << scls << ", title " << h->title() << ", mean_x " << h->mean_x() << ", rms_x " << h->rms_x() @@ -194,7 +194,7 @@ public: a_hists.push_back(class_pointer(h->s_cls(),h)); //give ownership of h. } else { - m_out << "tools::mpi::hmpi::wait_histos : rank " << m_rank + m_out << "toolx::mpi::hmpi::wait_histos : rank " << m_rank << " : got not treated class " << scls << std::endl; } diff --git a/source/externals/g4tools/include/tools/mpi/wait_buffer b/source/externals/g4tools/include/toolx/mpi/wait_buffer similarity index 73% rename from source/externals/g4tools/include/tools/mpi/wait_buffer rename to source/externals/g4tools/include/toolx/mpi/wait_buffer index 7cc9e84e3d..fb24a9f264 100644 --- a/source/externals/g4tools/include/tools/mpi/wait_buffer +++ b/source/externals/g4tools/include/toolx/mpi/wait_buffer @@ -1,18 +1,14 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_mpi_wait_buffer -#define tools_mpi_wait_buffer +#ifndef toolx_mpi_wait_buffer +#define toolx_mpi_wait_buffer -#ifdef TOOLS_USE_NATIVE_MPI #include -#else -#include "dummy_mpi.h" -#endif #include -namespace tools { +namespace toolx { namespace mpi { inline bool wait_buffer(std::ostream& a_out,int a_rank,int a_src,int a_tag,const MPI_Comm& a_comm, @@ -23,12 +19,12 @@ inline bool wait_buffer(std::ostream& a_out,int a_rank,int a_src,int a_tag,const MPI_Status status; if(::MPI_Probe(a_src,a_tag,a_comm,&status)!=MPI_SUCCESS) { - a_out << "tools::mpi::wait_buffer : rank " << a_rank << " : MPI_Probe : failed." << std::endl; + a_out << "toolx::mpi::wait_buffer : rank " << a_rank << " : MPI_Probe : failed." << std::endl; return false; } if(::MPI_Get_count(&status,MPI_CHAR,&a_buffer_size)!=MPI_SUCCESS) { - a_out << "tools::mpi::wait_buffer : rank " << a_rank << " : MPI_Get_count : failed." << std::endl; + a_out << "toolx::mpi::wait_buffer : rank " << a_rank << " : MPI_Get_count : failed." << std::endl; a_buffer_size = 0; return false; } @@ -41,18 +37,18 @@ inline bool wait_buffer(std::ostream& a_out,int a_rank,int a_src,int a_tag,const return false; } - if(a_verbose) a_out << "tools::mpi::wait_buffer : rank " << a_rank << " : get_count " << a_buffer_size << std::endl; + if(a_verbose) a_out << "toolx::mpi::wait_buffer : rank " << a_rank << " : get_count " << a_buffer_size << std::endl; a_buffer = new char[a_buffer_size]; if(!a_buffer) { - a_out << "tools::mpi::wait_buffer : rank " << a_rank << " : can't alloc buffer of size " << a_buffer_size << std::endl; + a_out << "toolx::mpi::wait_buffer : rank " << a_rank << " : can't alloc buffer of size " << a_buffer_size << std::endl; a_buffer_size = 0; a_probe_src = -1; return false; } if(::MPI_Recv(a_buffer,a_buffer_size,MPI_CHAR,status.MPI_SOURCE,status.MPI_TAG,a_comm,&status)!=MPI_SUCCESS) { - a_out << "tools::mpi::wait_buffer : rank " << a_rank << " : MPI_Recv : failed." << std::endl; + a_out << "toolx::mpi::wait_buffer : rank " << a_rank << " : MPI_Recv : failed." << std::endl; a_buffer_size = 0; delete [] a_buffer; a_buffer = 0; @@ -60,7 +56,7 @@ inline bool wait_buffer(std::ostream& a_out,int a_rank,int a_src,int a_tag,const return false; } - if(a_verbose) a_out << "tools::mpi::wait_buffer : rank " << a_rank << " : unpack data ..." << std::endl; + if(a_verbose) a_out << "toolx::mpi::wait_buffer : rank " << a_rank << " : unpack data ..." << std::endl; return true; } diff --git a/source/externals/g4tools/include/tools/mpi/world b/source/externals/g4tools/include/toolx/mpi/world similarity index 85% rename from source/externals/g4tools/include/tools/mpi/world rename to source/externals/g4tools/include/toolx/mpi/world index 1b83ddef37..39c4bc550b 100644 --- a/source/externals/g4tools/include/tools/mpi/world +++ b/source/externals/g4tools/include/toolx/mpi/world @@ -1,24 +1,20 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_mpi_world -#define tools_mpi_world +#ifndef toolx_mpi_world +#define toolx_mpi_world -// code to wrap MPI global things by having an interface (inlib::mpi). +// code to wrap MPI global things by having an interface (toolx::mpi). #include -#ifdef TOOLS_USE_NATIVE_MPI #include -#else -#include "dummy_mpi.h" -#endif #ifdef TOOLS_MEM #include #endif -namespace tools { +namespace toolx { namespace mpi { class world : public virtual tools::impi_world { @@ -26,7 +22,7 @@ class world : public virtual tools::impi_world { #ifdef TOOLS_MEM protected: static const std::string& s_class() { - static const std::string s_v("tools::mpi::world"); + static const std::string s_v("toolx::mpi::world"); return s_v; } #endif diff --git a/source/externals/g4tools/include/tools/mpi/wrmpi b/source/externals/g4tools/include/toolx/mpi/wrmpi similarity index 80% rename from source/externals/g4tools/include/tools/mpi/wrmpi rename to source/externals/g4tools/include/toolx/mpi/wrmpi index 95e94671f0..56671e06ec 100644 --- a/source/externals/g4tools/include/tools/mpi/wrmpi +++ b/source/externals/g4tools/include/toolx/mpi/wrmpi @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_mpi_wrmpi -#define tools_mpi_wrmpi +#ifndef toolx_mpi_wrmpi +#define toolx_mpi_wrmpi #include "wait_buffer" @@ -15,27 +15,27 @@ #include #endif -// the below must be in sync with inlib/typedefs +// the below must be in sync with tools/typedefs #ifdef _MSC_VER //typedef __int64 int64; //typedef unsigned __int64 uint64; -#define TOOLS_MPI_UINT64 MPI_UNSIGNED_LONG_LONG -#define TOOLS_MPI_INT64 MPI_LONG_LONG +#define TOOLX_MPI_UINT64 MPI_UNSIGNED_LONG_LONG +#define TOOLX_MPI_INT64 MPI_LONG_LONG #elif defined(_LP64) // 64 Bit Platforms //typedef long int64; //typedef unsigned long uint64; -#define TOOLS_MPI_UINT64 MPI_UNSIGNED_LONG -#define TOOLS_MPI_INT64 MPI_LONG +#define TOOLX_MPI_UINT64 MPI_UNSIGNED_LONG +#define TOOLX_MPI_INT64 MPI_LONG #else // 32-Bit Platforms //typedef long long int64; //typedef unsigned long long uint64; -#define TOOLS_MPI_UINT64 MPI_UNSIGNED_LONG_LONG -#define TOOLS_MPI_INT64 MPI_LONG_LONG +#define TOOLX_MPI_UINT64 MPI_UNSIGNED_LONG_LONG +#define TOOLX_MPI_INT64 MPI_LONG_LONG #endif -namespace tools { +namespace toolx { namespace mpi { class wrmpi : public virtual tools::impi { @@ -44,15 +44,15 @@ public: typedef unsigned int num_t; protected: static const std::string& s_class() { - static const std::string s_v("tools::mpi::wrmpi"); + static const std::string s_v("toolx::mpi::wrmpi"); return s_v; } -public: //inlib::mpi::impi +public: //tools::impi virtual bool pack(char a_val) { tools::uint32 sz = tools::uint32(sizeof(char)); if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} if(::MPI_Pack(&a_val,1,MPI_CHAR,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(char) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(char) failed." << std::endl; return false; } m_pos += sz; @@ -62,7 +62,7 @@ public: //inlib::mpi::impi tools::uint32 sz = tools::uint32(sizeof(short)); if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} if(::MPI_Pack(&a_val,1,MPI_SHORT,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(short) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(short) failed." << std::endl; return false; } m_pos += sz; @@ -72,7 +72,7 @@ public: //inlib::mpi::impi tools::uint32 sz = tools::uint32(sizeof(int)); if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} if(::MPI_Pack(&a_val,1,MPI_INT,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(int) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(int) failed." << std::endl; return false; } m_pos += sz; @@ -82,7 +82,7 @@ public: //inlib::mpi::impi tools::uint32 sz = tools::uint32(sizeof(unsigned int)); if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} if(::MPI_Pack(&a_val,1,MPI_UNSIGNED,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(unsigned int) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(unsigned int) failed." << std::endl; return false; } m_pos += sz; @@ -91,8 +91,8 @@ public: //inlib::mpi::impi virtual bool pack(tools::uint64 a_val) { tools::uint32 sz = tools::uint32(sizeof(tools::uint64)); if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} - if(::MPI_Pack(&a_val,1,TOOLS_MPI_UINT64,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(uint64) failed." << std::endl; + if(::MPI_Pack(&a_val,1,TOOLX_MPI_UINT64,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { + m_out << "toolx::mpi::wrmpi : MPI_Pack(uint64) failed." << std::endl; return false; } m_pos += sz; @@ -101,8 +101,8 @@ public: //inlib::mpi::impi virtual bool pack(tools::int64 a_val) { tools::uint32 sz = tools::uint32(sizeof(tools::int64)); if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} - if(::MPI_Pack(&a_val,1,TOOLS_MPI_INT64,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(int64) failed." << std::endl; + if(::MPI_Pack(&a_val,1,TOOLX_MPI_INT64,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { + m_out << "toolx::mpi::wrmpi : MPI_Pack(int64) failed." << std::endl; return false; } m_pos += sz; @@ -112,7 +112,7 @@ public: //inlib::mpi::impi tools::uint32 sz = tools::uint32(sizeof(float)); if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} if(::MPI_Pack(&a_val,1,MPI_FLOAT,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(float) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(float) failed." << std::endl; return false; } m_pos += sz; @@ -122,7 +122,7 @@ public: //inlib::mpi::impi tools::uint32 sz = tools::uint32(sizeof(double)); if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} if(::MPI_Pack(&a_val,1,MPI_DOUBLE,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(double) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(double) failed." << std::endl; return false; } m_pos += sz; @@ -133,7 +133,7 @@ public: //inlib::mpi::impi if(m_pos+sz>m_max) {if(!expand2(m_size+sz)) return false;} unsigned char val = a_val?1:0; if(::MPI_Pack(&val,1,MPI_UNSIGNED_CHAR,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Pack(bool) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(bool) failed." << std::endl; return false; } m_pos += sz; @@ -143,12 +143,12 @@ public: //inlib::mpi::impi if(!pack((num_t)a_s.size())) return false; tools::uint32 sz = (tools::uint32)a_s.size(); if((m_pos+sz)>m_max) {if(!expand2(m_size+sz)) return false;} -#ifdef TOOLS_USE_MPI_PACK_NOT_CONST +#if defined(TOOLX_USE_MPI_PACK_NOT_CONST) || defined(TOOLS_USE_MPI_PACK_NOT_CONST) if(::MPI_Pack(const_cast(a_s.c_str()),a_s.size(),MPI_CHAR,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #else if(::MPI_Pack(a_s.c_str(),a_s.size(),MPI_CHAR,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #endif - m_out << "tools::mpi::wrmpi : MPI_Pack(std::string) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(std::string) failed." << std::endl; return false; } m_pos += sz; @@ -158,13 +158,13 @@ public: //inlib::mpi::impi if(!pack((num_t)a_v.size())) return false; tools::uint32 sz = (tools::uint32)(a_v.size()*sizeof(unsigned int)); if((m_pos+sz)>m_max) {if(!expand2(m_size+sz)) return false;} -#ifdef TOOLS_USE_MPI_PACK_NOT_CONST +#if defined(TOOLX_USE_MPI_PACK_NOT_CONST) || defined(TOOLS_USE_MPI_PACK_NOT_CONST) if(::MPI_Pack(const_cast(tools::vec_data(a_v)),a_v.size(), MPI_UNSIGNED,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #else if(::MPI_Pack(tools::vec_data(a_v),a_v.size(),MPI_UNSIGNED,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #endif - m_out << "tools::mpi::wrmpi : MPI_Pack(std::vector) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(std::vector) failed." << std::endl; return false; } m_pos += sz; @@ -174,12 +174,12 @@ public: //inlib::mpi::impi if(!pack((num_t)a_v.size())) return false; tools::uint32 sz = (tools::uint32)(a_v.size()*sizeof(int)); if((m_pos+sz)>m_max) {if(!expand2(m_size+sz)) return false;} -#ifdef TOOLS_USE_MPI_PACK_NOT_CONST +#if defined(TOOLX_USE_MPI_PACK_NOT_CONST) || defined(TOOLS_USE_MPI_PACK_NOT_CONST) if(::MPI_Pack(const_cast(tools::vec_data(a_v)),a_v.size(),MPI_INT,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #else if(::MPI_Pack(tools::vec_data(a_v),a_v.size(),MPI_INT,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #endif - m_out << "tools::mpi::wrmpi : MPI_Pack(std::vector) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(std::vector) failed." << std::endl; return false; } m_pos += sz; @@ -189,12 +189,12 @@ public: //inlib::mpi::impi if(!pack((num_t)a_v.size())) return false; tools::uint32 sz = (tools::uint32)(a_v.size()*sizeof(double)); if((m_pos+sz)>m_max) {if(!expand2(m_size+sz)) return false;} -#ifdef TOOLS_USE_MPI_PACK_NOT_CONST +#if defined(TOOLX_USE_MPI_PACK_NOT_CONST) || defined(TOOLS_USE_MPI_PACK_NOT_CONST) if(::MPI_Pack(const_cast(tools::vec_data(a_v)),a_v.size(),MPI_DOUBLE,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #else if(::MPI_Pack(tools::vec_data(a_v),a_v.size(),MPI_DOUBLE,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #endif - m_out << "tools::mpi::wrmpi : MPI_Pack(std::vector) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(std::vector) failed." << std::endl; return false; } m_pos += sz; @@ -204,12 +204,12 @@ public: //inlib::mpi::impi if(!pack((num_t)a_size)) return false; tools::uint32 sz = (tools::uint32)(a_size*sizeof(char)); if((m_pos+sz)>m_max) {if(!expand2(m_size+sz)) return false;} -#ifdef TOOLS_USE_MPI_PACK_NOT_CONST +#if defined(TOOLX_USE_MPI_PACK_NOT_CONST) || defined(TOOLS_USE_MPI_PACK_NOT_CONST) if(::MPI_Pack(const_cast(a_buffer),a_size,MPI_CHAR,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #else if(::MPI_Pack(a_buffer,a_size,MPI_CHAR,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #endif - m_out << "tools::mpi::wrmpi : MPI_Pack(char*) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(char*) failed." << std::endl; return false; } m_pos += sz; @@ -220,21 +220,21 @@ public: //inlib::mpi::impi if(!pack((num_t)a_size)) return false; tools::uint32 sz = (tools::uint32)(a_size*sizeof(int)); if((m_pos+sz)>m_max) {if(!expand2(m_size+sz)) return false;} -#ifdef TOOLS_USE_MPI_PACK_NOT_CONST +#if defined(TOOLX_USE_MPI_PACK_NOT_CONST) || defined(TOOLS_USE_MPI_PACK_NOT_CONST) if(::MPI_Pack(const_cast(a_buffer),a_size,MPI_INT,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #else if(::MPI_Pack(a_buffer,a_size,MPI_INT,m_buffer,m_size,&m_ipos,m_comm)!=MPI_SUCCESS) { #endif - m_out << "tools::mpi::wrmpi : MPI_Pack(int*) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Pack(int*) failed." << std::endl; return false; } m_pos += sz; return true; } -public: //inlib::mpi::impi +public: //tools::impi virtual bool unpack(char& a_val) { if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,MPI_CHAR,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(char) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(char) failed." << std::endl; a_val = 0; return false; } @@ -242,7 +242,7 @@ public: //inlib::mpi::impi } virtual bool unpack(short& a_val) { if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,MPI_SHORT,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(short) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(short) failed." << std::endl; a_val = 0; return false; } @@ -250,7 +250,7 @@ public: //inlib::mpi::impi } virtual bool unpack(int& a_val) { if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,MPI_INT,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(int) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(int) failed." << std::endl; a_val = 0; return false; } @@ -258,23 +258,23 @@ public: //inlib::mpi::impi } virtual bool unpack(unsigned int& a_val) { if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,MPI_UNSIGNED,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(unsigned int) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(unsigned int) failed." << std::endl; a_val = 0; return false; } return true; } virtual bool unpack(tools::uint64& a_val) { - if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,TOOLS_MPI_UINT64,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(uint64) failed." << std::endl; + if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,TOOLX_MPI_UINT64,m_comm)!=MPI_SUCCESS) { + m_out << "toolx::mpi::wrmpi : MPI_Unpack(uint64) failed." << std::endl; a_val = 0; return false; } return true; } virtual bool unpack(tools::int64& a_val) { - if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,TOOLS_MPI_INT64,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(int64) failed." << std::endl; + if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,TOOLX_MPI_INT64,m_comm)!=MPI_SUCCESS) { + m_out << "toolx::mpi::wrmpi : MPI_Unpack(int64) failed." << std::endl; a_val = 0; return false; } @@ -282,7 +282,7 @@ public: //inlib::mpi::impi } virtual bool unpack(float& a_val) { if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,MPI_FLOAT,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(float) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(float) failed." << std::endl; a_val = 0; return false; } @@ -290,7 +290,7 @@ public: //inlib::mpi::impi } virtual bool unpack(double& a_val) { if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&a_val,1,MPI_DOUBLE,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(double) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(double) failed." << std::endl; a_val = 0; return false; } @@ -300,7 +300,7 @@ public: //inlib::mpi::impi typedef unsigned char bool_t; bool_t val; if(::MPI_Unpack(m_buffer,m_size,&m_ipos,&val,1,MPI_UNSIGNED_CHAR,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(bool) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(bool) failed." << std::endl; a_val = false; return false; } @@ -312,7 +312,7 @@ public: //inlib::mpi::impi if(!unpack(num)) {a_v.clear();return false;} a_v.resize(num); if(::MPI_Unpack(m_buffer,m_size,&m_ipos,tools::vec_data(a_v),a_v.size(),MPI_UNSIGNED,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(std::vector) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(std::vector) failed." << std::endl; a_v.clear(); return false; } @@ -323,7 +323,7 @@ public: //inlib::mpi::impi if(!unpack(num)) {a_v.clear();return false;} a_v.resize(num); if(::MPI_Unpack(m_buffer,m_size,&m_ipos,tools::vec_data(a_v),a_v.size(),MPI_INT,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(std::vector) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(std::vector) failed." << std::endl; a_v.clear(); return false; } @@ -334,7 +334,7 @@ public: //inlib::mpi::impi if(!unpack(num)) {a_v.clear();return false;} a_v.resize(num); if(::MPI_Unpack(m_buffer,m_size,&m_ipos,tools::vec_data(a_v),a_v.size(),MPI_DOUBLE,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(std::vector) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(std::vector) failed." << std::endl; a_v.clear(); return false; } @@ -345,7 +345,7 @@ public: //inlib::mpi::impi if(!unpack(num)) {a_s.clear();return false;} a_s.resize(num); if(::MPI_Unpack(m_buffer,m_size,&m_ipos,const_cast(a_s.c_str()),a_s.size(),MPI_CHAR,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(std::string) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(std::string) failed." << std::endl; a_s.clear(); return false; } @@ -356,7 +356,7 @@ public: //inlib::mpi::impi if(!unpack(num)) {a_size = 0;a_buffer = 0;return false;} a_buffer = new char[num]; if(::MPI_Unpack(m_buffer,m_size,&m_ipos,a_buffer,num,MPI_CHAR,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(char*) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(char*) failed." << std::endl; delete [] a_buffer; a_size = 0; a_buffer = 0; @@ -370,7 +370,7 @@ public: //inlib::mpi::impi if(!unpack(num)) {a_size = 0;a_buffer = 0;return false;} a_buffer = new int[num]; if(::MPI_Unpack(m_buffer,m_size,&m_ipos,a_buffer,num,MPI_INT,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi : MPI_Unpack(int*) failed." << std::endl; + m_out << "toolx::mpi::wrmpi : MPI_Unpack(int*) failed." << std::endl; delete [] a_buffer; a_size = 0; a_buffer = 0; @@ -392,7 +392,7 @@ public: //inlib::mpi::impi virtual bool send_buffer(int a_dest,int a_tag) { // used in tools/mpi/pntuple. if(::MPI_Send(m_buffer,m_ipos,MPI_CHAR,a_dest,a_tag,m_comm)!=MPI_SUCCESS) { - m_out << "tools::mpi::wrmpi::send_buffer : MPI_Send() failed for rank destination " << a_dest << "." << std::endl; + m_out << "toolx::mpi::wrmpi::send_buffer : MPI_Send() failed for rank destination " << a_dest << "." << std::endl; return false; } return true; @@ -402,7 +402,7 @@ public: //inlib::mpi::impi int buffer_size = 0; char* _buffer = 0; if (!mpi::wait_buffer(m_out,a_rank,a_src,a_tag,m_comm,buffer_size,_buffer,a_probe_src,a_verbose)) { - m_out << "tools::mpi::wrmpi::wait_buffer : failed for rank " << a_rank << " and source " << a_src <<"." << std::endl; + m_out << "toolx::mpi::wrmpi::wait_buffer : failed for rank " << a_rank << " and source " << a_src <<"." << std::endl; return false; } // we take ownership of buffer : @@ -477,7 +477,7 @@ protected: wrmpi& operator=(const wrmpi&){return *this;} public: int ipos() const {return m_ipos;} -#ifdef TOOLS_USE_MPI_PACK_NOT_CONST +#if defined(TOOLX_USE_MPI_PACK_NOT_CONST) || defined(TOOLS_USE_MPI_PACK_NOT_CONST) char* buffer() {return m_buffer;} #else const char* buffer() const {return m_buffer;} @@ -489,7 +489,7 @@ protected: bool expand(tools::uint32 a_new_size) { tools::diff_pointer_t len = m_pos-m_buffer; if(!tools::realloc(m_buffer,a_new_size,m_size)) { - m_out << "tools::mpi::wrmpi::expand :" + m_out << "toolx::mpi::wrmpi::expand :" << " can't realloc " << a_new_size << " bytes." << std::endl; m_size = 0; @@ -517,4 +517,12 @@ protected: }} +#ifdef TOOLX_MPI_UINT64 +#undef TOOLX_MPI_UINT64 +#endif + +#ifdef TOOLX_MPI_INT64 +#undef TOOLX_MPI_INT64 +#endif + #endif diff --git a/source/externals/g4tools/include/tools/raxml b/source/externals/g4tools/include/toolx/raxml similarity index 94% rename from source/externals/g4tools/include/tools/raxml rename to source/externals/g4tools/include/toolx/raxml index 75b3b77e45..8c2af57adc 100644 --- a/source/externals/g4tools/include/tools/raxml +++ b/source/externals/g4tools/include/toolx/raxml @@ -1,14 +1,14 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_raxml -#define tools_raxml +#ifndef toolx_raxml +#define toolx_raxml #include #include "xml/loader" -namespace tools { +namespace toolx { class raxml : public tools::xml::aidas, public xml::loader { typedef tools::xml::aidas parent_aidas; @@ -49,7 +49,7 @@ public: const std::string& _tag_name = _tree->tag_name(); reader rder = find_reader(_tag_name); if(!rder) { - m_out << "tools::raxml::load_file :" + m_out << "toolx::raxml::load_file :" << " reader not found for " << tools::sout(_tag_name) << std::endl; //m_objects.clear(); //keep already loaded objects. diff --git a/source/externals/g4tools/include/tools/sg/GL_action b/source/externals/g4tools/include/toolx/sg/GL_action similarity index 97% rename from source/externals/g4tools/include/tools/sg/GL_action rename to source/externals/g4tools/include/toolx/sg/GL_action index 36c472380c..0a1c20bcd1 100644 --- a/source/externals/g4tools/include/tools/sg/GL_action +++ b/source/externals/g4tools/include/toolx/sg/GL_action @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_sg_GL_action -#define tools_sg_GL_action +#ifndef toolx_sg_GL_action +#define toolx_sg_GL_action #include "GL_manager" @@ -11,11 +11,11 @@ //#include //#include -namespace tools { +namespace toolx { namespace sg { class GL_action : public tools::sg::render_action { - TOOLS_ACTION(GL_action,tools::sg::GL_action,tools::sg::render_action) + TOOLS_ACTION(GL_action,toolx::sg::GL_action,tools::sg::render_action) public: virtual void draw_vertex_array(tools::gl::mode_t a_mode,size_t a_floatn,const float* a_xyzs){ size_t num = a_floatn/3; @@ -147,13 +147,13 @@ public: switch(m_mgr.get_gsto_mode()){ case tools::sg::gsto_gl_vbo:{ -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO m_mgr.bind_gsto(a_id); #endif }break; case tools::sg::gsto_gl_list:{ -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST m_gsto = a_id; m_created = false; m_gl_id = m_mgr.gsto_gl_list_id(a_id,m_created); @@ -173,13 +173,13 @@ public: switch(m_mgr.get_gsto_mode()){ case tools::sg::gsto_gl_vbo:{ -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO ::glBindBuffer(GL_ARRAY_BUFFER,0); #endif }break; case tools::sg::gsto_gl_list:{ -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST if(m_gl_id && m_created) { ::glEndList(); } @@ -202,13 +202,13 @@ public: switch(m_mgr.get_gsto_mode()){ case tools::sg::gsto_gl_vbo:{ -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO _draw_v(a_mode,a_elems,(char*)NULL+a_pos_xyzs); #endif }break; case tools::sg::gsto_gl_list:{ -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST float* buffer = m_mgr.gsto_data(m_gsto); if(!buffer) return; void* pos_xyzs = (char*)buffer+a_pos_xyzs; @@ -237,13 +237,13 @@ public: switch(m_mgr.get_gsto_mode()){ case tools::sg::gsto_gl_vbo:{ -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO _draw_vc(a_mode,a_elems,(char*)NULL+a_pos_xyzs,(char*)NULL+a_pos_rgbas); #endif }break; case tools::sg::gsto_gl_list:{ -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST float* buffer = m_mgr.gsto_data(m_gsto); if(!buffer) return; void* pos_xyzs = (char*)buffer+a_pos_xyzs; @@ -276,13 +276,13 @@ public: switch(m_mgr.get_gsto_mode()){ case tools::sg::gsto_gl_vbo:{ -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO _draw_vn(a_mode,a_elems,(char*)NULL+a_pos_xyzs,(char*)NULL+a_pos_nms); #endif }break; case tools::sg::gsto_gl_list:{ -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST float* buffer = m_mgr.gsto_data(m_gsto); if(!buffer) return; void* pos_xyzs = (char*)buffer+a_pos_xyzs; @@ -313,13 +313,13 @@ public: switch(m_mgr.get_gsto_mode()){ case tools::sg::gsto_gl_vbo:{ -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO _draw_vcn(a_mode,a_elems,(char*)NULL+a_pos_xyzs,(char*)NULL+a_pos_rgbas,(char*)NULL+a_pos_nms); #endif }break; case tools::sg::gsto_gl_list:{ -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST float* buffer = m_mgr.gsto_data(m_gsto); if(!buffer) return; void* pos_xyzs = (char*)buffer+a_pos_xyzs; @@ -421,7 +421,7 @@ public: tmp.no_translate(); tools::mat4f normal_matrix; if(!tmp.invert(normal_matrix)) { - m_out << "tools::WebGL::render::load_model_matrix :" + m_out << "toolx::WebGL::render::load_model_matrix :" << " can't invert model matrix." << std::endl; } @@ -570,7 +570,7 @@ public: :parent(a_out,a_ww,a_wh) ,m_mgr(a_mgr) ,m_gsto(0) -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST ,m_created(false) ,m_gl_id(0) #endif @@ -581,7 +581,7 @@ public: :parent(a_from) ,m_mgr(a_from.m_mgr) ,m_gsto(0) -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST ,m_created(false) ,m_gl_id(0) #endif @@ -589,7 +589,7 @@ public: GL_action& operator=(const GL_action& a_from){ render_action::operator=(a_from); m_gsto = 0; -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST m_created = false; m_gl_id = 0; #endif @@ -649,7 +649,7 @@ protected: protected: GL_manager& m_mgr; gstoid m_gsto; -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST bool m_created; gstoid m_gl_id; #endif diff --git a/source/externals/g4tools/include/tools/sg/GL_manager b/source/externals/g4tools/include/toolx/sg/GL_manager similarity index 94% rename from source/externals/g4tools/include/tools/sg/GL_manager rename to source/externals/g4tools/include/toolx/sg/GL_manager index 3cfa9bea67..fe216e32a2 100644 --- a/source/externals/g4tools/include/tools/sg/GL_manager +++ b/source/externals/g4tools/include/toolx/sg/GL_manager @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_sg_GL_manager -#define tools_sg_GL_manager +#ifndef toolx_sg_GL_manager +#define toolx_sg_GL_manager #include "gl" #include "../glbuf" @@ -17,13 +17,13 @@ #include #endif -namespace tools { +namespace toolx { namespace sg { class GL_manager : public virtual tools::sg::render_manager { typedef tools::sg::render_manager parent; public: - TOOLS_SCLASS(tools::sg::GL_manager) + TOOLS_SCLASS(toolx::sg::GL_manager) virtual void* cast(const std::string& a_class) const { if(void* p = tools::cmp_cast(this,a_class)) {return p;} else return 0; @@ -38,16 +38,16 @@ public: #elif _WIN32 #elif __APPLE__ // Cocoa // to avoid a 0x506 error message : -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO #if GL_ARB_framebuffer_object if(::glCheckFramebufferStatus(GL_FRAMEBUFFER)!=GL_FRAMEBUFFER_COMPLETE) { - //m_out << "tools::sg::GL_manager::begin_render :" + //m_out << "toolx::sg::GL_manager::begin_render :" // << " frame buffer not complete." // << std::endl; return false; } #endif //GL_ARB_framebuffer_object -#endif //TOOLS_HAS_GL_VBO +#endif //TOOLX_HAS_GL_VBO #else #endif @@ -202,7 +202,7 @@ debug : shine : 0 virtual void end_render() { ::glFinish(); - gl_dump_if_errors(m_out,"tools::sg::GL_manager::end_render :"); + gl_dump_if_errors(m_out,"toolx::sg::GL_manager::end_render :"); } //////////////////////////////////////////////// @@ -229,19 +229,19 @@ debug : shine : 0 //::printf("debug : GL_MAX_TEXTURE_SIZE : %d\n",sz); tools::img_byte res; if(!sz) { - m_out << "tools::sg::gl::tex_img : warning : GL_MAX_TEXTURE_SIZE is zero." << std::endl; + m_out << "toolx::sg::gl::tex_img : warning : GL_MAX_TEXTURE_SIZE is zero." << std::endl; status = gl_tex_img(m_out,a_img); } else { if(a_img.check_gl_limit(sz,res)) { if(res.is_empty()) { //a_img does not exceed. status = gl_tex_img(m_out,a_img); } else { - m_out << "tools::sg::gl::tex_img : warning : img size > GL_MAX_TEXTURE_SIZE (" << sz << ")." << std::endl; + m_out << "toolx::sg::gl::tex_img : warning : img size > GL_MAX_TEXTURE_SIZE (" << sz << ")." << std::endl; status = gl_tex_img(m_out,res); gsto_size = res.size(); } } else { - m_out << "tools::sg::gl::tex_img :" + m_out << "toolx::sg::gl::tex_img :" << " warning : img size > GL_MAX_TEXTURE_SIZE (" << sz << ") but can't reduce." << std::endl; status = false; @@ -257,7 +257,7 @@ debug : shine : 0 ::glBindTexture(GL_TEXTURE_2D,0); if(!status) { - gl_dump_if_errors(m_out,"tools::sg::GL_manager::create_texture (1) :"); + gl_dump_if_errors(m_out,"toolx::sg::GL_manager::create_texture (1) :"); ::glDeleteTextures(1,&gl_id); #ifdef TOOLS_MEM tools::mem::decrement(tools::s_tex().c_str()); @@ -267,7 +267,7 @@ debug : shine : 0 return 0; } - if(gl_dump_if_errors(m_out,"tools::sg::GL_manager::create_texture (2) :")) { + if(gl_dump_if_errors(m_out,"toolx::sg::GL_manager::create_texture (2) :")) { ::glDeleteTextures(1,&gl_id); #ifdef TOOLS_MEM tools::mem::decrement(tools::s_tex().c_str()); @@ -289,13 +289,13 @@ debug : shine : 0 if(!a_floatn) return 0; switch(m_gsto_mode) { case tools::sg::gsto_gl_vbo:{ -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO unsigned int gl_id = 0; ::glGenBuffers(1,&gl_id); if(!gl_id) { if(!m_warned) { m_warned = true; - m_out << "tools::sg::GL_manager::create_gsto_from_data : glGenBuffers failed ()." << std::endl; + m_out << "toolx::sg::GL_manager::create_gsto_from_data : glGenBuffers failed ()." << std::endl; } return 0; } @@ -309,7 +309,7 @@ debug : shine : 0 GL_STATIC_DRAW); ::glBindBuffer(GL_ARRAY_BUFFER,0); - if(gl_dump_if_errors(m_out,"tools::sg::GL_manager::create_gsto_from_data :")) { + if(gl_dump_if_errors(m_out,"toolx::sg::GL_manager::create_gsto_from_data :")) { ::glDeleteBuffers(1,&gl_id); #ifdef TOOLS_MEM tools::mem::decrement(tools::s_gsto().c_str()); @@ -322,12 +322,12 @@ debug : shine : 0 unsigned int _id = m_gen_id;m_gen_id++; m_gstos[_id] = new gsto_t(gsto_t::kind_buffer,gl_id,a_floatn*sizeof(float),0); return _id; -#else //!TOOLS_HAS_GL_VBO - m_out << "tools::sg::GL_manager::create_gsto_from_data :" - << " gsto mode is gl_vbo but class not compiled with TOOLS_HAS_GL_VBO." +#else //!TOOLX_HAS_GL_VBO + m_out << "toolx::sg::GL_manager::create_gsto_from_data :" + << " gsto mode is gl_vbo but class not compiled with TOOLX_HAS_GL_VBO." << std::endl; return 0; -#endif //TOOLS_HAS_GL_VBO +#endif //TOOLX_HAS_GL_VBO }break; case tools::sg::gsto_gl_list:{ unsigned int gl_id = 0; @@ -373,7 +373,7 @@ debug : shine : 0 a_created = false; return (*it).second->m_gl_id; } else { -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST unsigned int _id = ::glGenLists(1); if(!_id) {a_created = false;return 0;} #ifdef TOOLS_MEM @@ -399,14 +399,14 @@ debug : shine : 0 tools::safe_clear(m_gstos); switch(a_v) { case tools::sg::gsto_gl_vbo:{ -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO m_gsto_mode = a_v; #else m_gsto_mode = tools::sg::gsto_memory; #endif }break; case tools::sg::gsto_gl_list:{ -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST m_gsto_mode = a_v; #else m_gsto_mode = tools::sg::gsto_memory; @@ -420,10 +420,10 @@ debug : shine : 0 virtual void available_gsto_modes(std::vector& a_vs) { a_vs.clear(); -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO a_vs.push_back(tools::sg::s_gsto_gl_vbo()); #endif -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST a_vs.push_back(tools::sg::s_gsto_gl_list()); #endif a_vs.push_back(tools::sg::s_gsto_memory()); @@ -431,10 +431,10 @@ debug : shine : 0 virtual void available_not_memory_gsto_mode(std::string& a_v) const { a_v.clear(); -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO a_v = tools::sg::s_gsto_gl_vbo(); #endif -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST if(a_v.empty()) a_v = tools::sg::s_gsto_gl_list(); #endif } @@ -459,9 +459,9 @@ public: GL_manager(std::ostream& a_out) :m_out(a_out) ,m_gen_id(1) -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO ,m_gsto_mode(tools::sg::gsto_gl_vbo) //priority to GL VBOs. -#elif TOOLS_HAS_GL_LIST +#elif TOOLX_HAS_GL_LIST ,m_gsto_mode(tools::sg::gsto_gl_list) #else ,m_gsto_mode(tools::sg::gsto_memory) @@ -582,7 +582,7 @@ protected: tools::mem::decrement(tools::s_tex().c_str()); #endif } else if(m_kind==kind_buffer) { -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO ::glDeleteBuffers(1,&m_gl_id); #ifdef TOOLS_MEM tools::mem::decrement(tools::s_gsto().c_str()); @@ -590,7 +590,7 @@ protected: #endif } else if(m_kind==kind_list) { if(m_gl_id) { -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST ::glDeleteLists(m_gl_id,1); #ifdef TOOLS_MEM tools::mem::decrement(tools::s_gsto().c_str()); @@ -655,11 +655,11 @@ protected: if(m_kind==kind_texture) { return (::glIsTexture(m_gl_id)==GL_TRUE?true:false); } else if(m_kind==kind_buffer) { -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO return (::glIsBuffer(m_gl_id)==GL_TRUE?true:false); #endif } else if(m_kind==kind_list) { -#ifdef TOOLS_HAS_GL_LIST +#ifdef TOOLX_HAS_GL_LIST return (::glIsList(m_gl_id)==GL_TRUE?true:false); #endif } else if(m_kind==kind_memory) { @@ -671,7 +671,7 @@ protected: if(m_kind==kind_texture) { ::glBindTexture(GL_TEXTURE_2D,m_gl_id); } else if(m_kind==kind_buffer) { -#ifdef TOOLS_HAS_GL_VBO +#ifdef TOOLX_HAS_GL_VBO ::glBindBuffer(GL_ARRAY_BUFFER,m_gl_id); #endif } diff --git a/source/externals/g4tools/include/tools/sg/GL_viewer b/source/externals/g4tools/include/toolx/sg/GL_viewer similarity index 86% rename from source/externals/g4tools/include/tools/sg/GL_viewer rename to source/externals/g4tools/include/toolx/sg/GL_viewer index 38edee0441..9c6625b16f 100644 --- a/source/externals/g4tools/include/tools/sg/GL_viewer +++ b/source/externals/g4tools/include/toolx/sg/GL_viewer @@ -1,19 +1,19 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_sg_GL_viewer -#define tools_sg_GL_viewer +#ifndef toolx_sg_GL_viewer +#define toolx_sg_GL_viewer #include #include "GL_manager" #include "GL_action" -namespace tools { +namespace toolx { namespace sg { class GL_viewer : public tools::sg::viewer { - TOOLS_HEADER(GL_viewer,tools::sg::GL_viewer,tools::sg::viewer) + TOOLS_HEADER(GL_viewer,toolx::sg::GL_viewer,tools::sg::viewer) public: void render() { if(!m_ww) return; @@ -33,13 +33,13 @@ public: m_sg.render(action); if(!action.end()) { //check that matrices stack are ok. - m_out << "tools::sg::GL_viewer : bad gl_action end." << std::endl; + m_out << "toolx::sg::GL_viewer : bad gl_action end." << std::endl; } else { if(action.have_to_do_transparency()) { action.set_do_transparency(true); m_sg.render(action); if(!action.end()) { //check that matrices stack are ok. - m_out << "tools::sg::GL_viewer : bad gl_action end." << std::endl; + m_out << "toolx::sg::GL_viewer : bad gl_action end." << std::endl; } } } diff --git a/source/externals/g4tools/include/tools/sg/gl b/source/externals/g4tools/include/toolx/sg/gl similarity index 93% rename from source/externals/g4tools/include/tools/sg/gl rename to source/externals/g4tools/include/toolx/sg/gl index f4f4545c2e..fca3b4fa59 100644 --- a/source/externals/g4tools/include/tools/sg/gl +++ b/source/externals/g4tools/include/toolx/sg/gl @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_sg_gl -#define tools_sg_gl +#ifndef toolx_sg_gl +#define toolx_sg_gl #include "../OpenGL" @@ -11,7 +11,7 @@ #include -namespace tools { +namespace toolx { namespace sg { //namespace gl : no, problem with g4tools. @@ -72,7 +72,7 @@ inline void gl_dump_infos(std::ostream& a_out) { //GLint gl_buffer_size; //::glGetIntegerv(GL_BUFFER_SIZE, &gl_buffer_size); - a_out << "tools::sg::gl::dump_infos :" << std::endl; + a_out << "toolx::sg::gl::dump_infos :" << std::endl; a_out << " GL_VERSION " << gl_version << std::endl; a_out << " GL_VENDOR " << gl_vendor << std::endl; a_out << " GL_RENDERER " << gl_renderer << std::endl; @@ -87,7 +87,7 @@ inline bool gl_tex_img(std::ostream& a_out,const tools::img_byte& a_img) { #if defined(ANDROID) || TARGET_OS_IPHONE tools::img_byte res; if(!a_img.bw2x(3,res)) { - a_out << "tools::sg::gl::tex_img : tools::img.bw2x() failed." << std::endl; + a_out << "toolx::sg::gl::tex_img : toolx::img.bw2x() failed." << std::endl; return false; } ::glTexImage2D(GL_TEXTURE_2D,0,GL_RGB,res.width(),res.height(),0,GL_RGB,GL_UNSIGNED_BYTE,res.buffer()); @@ -99,7 +99,7 @@ inline bool gl_tex_img(std::ostream& a_out,const tools::img_byte& a_img) { } else if(a_img.bpp()==4) { ::glTexImage2D(GL_TEXTURE_2D,0,GL_RGBA,a_img.width(),a_img.height(),0,GL_RGBA,GL_UNSIGNED_BYTE,a_img.buffer()); } else { - a_out << "tools::sg::gl::tex_img : img.bpp() " << a_img.bpp() << " not treated." << std::endl; + a_out << "toolx::sg::gl::tex_img : img.bpp() " << a_img.bpp() << " not treated." << std::endl; return false; } return true; diff --git a/source/externals/g4tools/include/tools/sg/text_freetype b/source/externals/g4tools/include/toolx/sg/text_freetype similarity index 93% rename from source/externals/g4tools/include/tools/sg/text_freetype rename to source/externals/g4tools/include/toolx/sg/text_freetype index 01da7089e7..4625dcecee 100644 --- a/source/externals/g4tools/include/tools/sg/text_freetype +++ b/source/externals/g4tools/include/toolx/sg/text_freetype @@ -1,10 +1,10 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_sg_text_freetype -#define tools_sg_text_freetype +#ifndef toolx_sg_text_freetype +#define toolx_sg_text_freetype -//#define TOOLS_DONE_FACE +//#define TOOLX_DONE_FACE #include #include @@ -22,52 +22,24 @@ #include #include //for APPLE TargetConditionals.h -#include "../glutess/glutess" +#include #include //for errors #ifndef SWIG -#ifndef TOOLS_USE_OUREX_FREETYPE #include -#else -#include - -/* -#ifdef TOOLS_MEM -// the below coworks with raising cpp TOOLS_MEM in -// ourex/freetype/src/builds/unix/ftsystem.c -#include -extern "C" { - typedef void* __FT_Memory; - void* ft_alloc(__FT_Memory,long size){ - tools::mem::increment(tools::s_malloc().c_str()); - return ::malloc(size); - } - void* ft_realloc(__FT_Memory,long,long new_size,void* block){ - if(block==NULL) tools::mem::increment(tools::s_malloc().c_str()); - return ::realloc(block,new_size); - } - void ft_free(__FT_Memory,void* block){ - if(block!=NULL) tools::mem::decrement(tools::s_malloc().c_str()); - ::free(block); - } -} -#endif -*/ - -#endif #include FT_FREETYPE_H #include FT_GLYPH_H #include FT_OUTLINE_H #endif -//#define TOOLS_SG_TEXT_FREETYPE_DEBUG +//#define TOOLX_SG_TEXT_FREETYPE_DEBUG -namespace tools { +namespace toolx { namespace sg { class text_freetype : public tools::sg::base_freetype { - TOOLS_NODE(text_freetype,tools::sg::text_freetype,tools::sg::base_freetype) + TOOLS_NODE(text_freetype,toolx::sg::text_freetype,tools::sg::base_freetype) protected: text_freetype& self() const {return const_cast(*this);} protected: @@ -88,7 +60,7 @@ protected: //gstos size_t num = item.second; if(num<2) { - a_out << "tools::sg::text_freetype::create_gsto :" + a_out << "toolx::sg::text_freetype::create_gsto :" << " strange line with " << num << " points." << std::endl; continue; //do we have the case num = 1 ? @@ -116,7 +88,7 @@ protected: //gstos size_t num = item.second.second; if(num<3) { - a_out << "tools::sg::text_freetype::create_gsto :" + a_out << "toolx::sg::text_freetype::create_gsto :" << " strange triangle primitive with " << num << " points." << " Primitive kind is " << (*it).first << "." << std::endl; @@ -159,7 +131,7 @@ protected: //gstos tools::gl::triangle_strip_to_triangles_2to3(num,data,pxyz); } else { - a_out << "tools::sg::text_freetype::create_gsto :" + a_out << "toolx::sg::text_freetype::create_gsto :" << " unknown triangle primitive kind " << (*it).first << "." << std::endl; } @@ -169,7 +141,7 @@ protected: //gstos m_gsto_sz = gsto_data.size(); if(gsto_data.empty()) { - //a_out << "tools::sg::text_freetype::create_gsto :" + //a_out << "toolx::sg::text_freetype::create_gsto :" // << " empty buffer." // << std::endl; return 0; @@ -234,7 +206,7 @@ public: size_t pos = item.first; size_t num = item.second; if(!num) continue; - //a_out << "tools::sg::text_freetype::render :" + //a_out << "toolx::sg::text_freetype::render :" // << " num points " << num // << std::endl; @@ -253,7 +225,7 @@ public: size_t pos = item.second.first; size_t num = item.second.second; if(!num) continue; - //a_out << "tools::sg::text_freetype::render :" + //a_out << "toolx::sg::text_freetype::render :" // << " num points " << num // << std::endl; @@ -453,7 +425,7 @@ public: //tools::sg::base_text : if(!m_face) return 0; float value; if(!ascent(out,self().m_face,a_height,value)) return 0; -#ifdef TOOLS_DONE_FACE +#ifdef TOOLX_DONE_FACE ::FT_Done_Face(m_face); self().m_face = 0; #endif @@ -466,7 +438,7 @@ public: //tools::sg::base_text : if(!m_face) return 0; float value; if(!descent(out,self().m_face,a_height,value)) return 0; -#ifdef TOOLS_DONE_FACE +#ifdef TOOLX_DONE_FACE ::FT_Done_Face(m_face); self().m_face = 0; #endif @@ -479,7 +451,7 @@ public: //tools::sg::base_text : if(!m_face) return 0; float value; if(!y_advance(out,self().m_face,a_height,value)) return 0; -#ifdef TOOLS_DONE_FACE +#ifdef TOOLX_DONE_FACE ::FT_Done_Face(m_face); self().m_face = 0; #endif @@ -497,7 +469,7 @@ public: //tools::sg::base_text : } else if(unitext.values().size()) { if(!get_bounds(out,self().m_face,a_height,unitext.values(),a_mn_x,a_mn_y,a_mn_z,a_mx_x,a_mx_y,a_mx_z)) return; } -#ifdef TOOLS_DONE_FACE +#ifdef TOOLX_DONE_FACE ::FT_Done_Face(m_face); self().m_face = 0; #endif @@ -509,7 +481,7 @@ public: //tools::sg::base_text : if(!m_face) self().load_face(out); if(!m_face) return false; if(!truncate(out,self().m_face,a_height,a_string,a_cut_width,a_out)) return false; -#ifdef TOOLS_DONE_FACE +#ifdef TOOLX_DONE_FACE ::FT_Done_Face(m_face); self().m_face = 0; #endif @@ -534,7 +506,7 @@ protected: bool initialize() { //called from constructors. FT_Error error = ::FT_Init_FreeType(&m_library); if(error) { - //m_out << "tools::sg::text_freetype :" + //m_out << "toolx::sg::text_freetype :" // << " error : " << serror(error) << "." // << std::endl; m_library = 0; @@ -604,13 +576,13 @@ protected: if(!m_face) return; - //a_out << "tools::sg::text_freetype::update_sg :" + //a_out << "toolx::sg::text_freetype::update_sg :" // << " font file opened." // << std::endl; m_encoding_offset = 0; if(!encoding_offset(m_face,m_encoding_offset)) { - a_out << "tools::sg::text_freetype::update_sg :" + a_out << "toolx::sg::text_freetype::update_sg :" << " encoding_offset failed." << std::endl; ::FT_Done_Face(m_face); @@ -700,7 +672,7 @@ protected: m_tqs.clear(); -#ifdef TOOLS_DONE_FACE +#ifdef TOOLX_DONE_FACE ::FT_Done_Face(m_face); m_face = 0; #endif @@ -789,7 +761,7 @@ protected: FT_UInt glyph_index = ::FT_Get_Char_Index(m_face,charcode); //NOTE : if not found -> glyph_index = 0 which is the "missing glyph". if((FT_Long)glyph_index>=m_face->num_glyphs) { - a_out << "tools::sg::text_freetype::char_outline_2_gl :" + a_out << "toolx::sg::text_freetype::char_outline_2_gl :" << " FT_Get_Char_Index : failed for char : " << a_unichar << std::endl; ::FT_Done_Face(m_face); @@ -799,7 +771,7 @@ protected: {FT_Error error = ::FT_Load_Glyph(m_face,glyph_index,load_flags()); if(error) { - a_out << "tools::sg::text_freetype::char_outline_2_gl :" + a_out << "toolx::sg::text_freetype::char_outline_2_gl :" << " for character " << a_unichar << ",FT_Load_Glyph : error : " << serror(error) << std::endl; @@ -810,7 +782,7 @@ protected: //FT_GlyphSlot FT_Face.glyph; if(m_face->glyph->format!=FT_GLYPH_FORMAT_OUTLINE) { - a_out << "tools::sg::text_freetype::char_outline_2_gl :" + a_out << "toolx::sg::text_freetype::char_outline_2_gl :" << " for font " << tools::sout(font.value()) << " and for character " << a_unichar << " glyph not at format outline." @@ -824,7 +796,7 @@ protected: {FT_Error error = ::FT_Outline_Decompose(&outline,&m_funcs,this); if(error) { - a_out << "tools::sg::text_freetype::char_outline_2_gl :" + a_out << "toolx::sg::text_freetype::char_outline_2_gl :" << " for character " << a_unichar << ",FT_Outline_Decompose : error : " << serror(error) << std::endl; @@ -842,7 +814,7 @@ protected: if(m_wndg==wndg_not_done) { m_wndg = wdg; } else if(m_wndg!=wdg) { - a_out << "tools::sg::text_freetype::char_outline_2_gl :" + a_out << "toolx::sg::text_freetype::char_outline_2_gl :" << " for character " << a_unichar << ", winding anomaly." << std::endl; }} @@ -868,13 +840,6 @@ protected: m_tobj = gluNewTess(); -#ifdef TOOLS_USE_NATIVE_GLUTESS - ::gluTessCallback(m_tobj,(GLUenum)GLU_TESS_BEGIN_DATA, (Func)begin_cbk); - ::gluTessCallback(m_tobj,(GLUenum)GLU_TESS_END_DATA, (Func)end_cbk); - ::gluTessCallback(m_tobj,(GLUenum)GLU_TESS_VERTEX_DATA, (Func)vertex_cbk); - ::gluTessCallback(m_tobj,(GLUenum)GLU_TESS_COMBINE_DATA,(Func)combine_cbk); - ::gluTessCallback(m_tobj,(GLUenum)GLU_TESS_ERROR_DATA, (Func)error_cbk); -#else // NOTE : the gluTessCallback_() functions are tools/glutess specific. // They had been introduced to avoid g++-8.1.0 warnings : // warnings : cast between incompatible function types. @@ -883,7 +848,6 @@ protected: ::gluTessCallback_GLU_TESS_VERTEX_DATA (m_tobj,vertex_cbk); ::gluTessCallback_GLU_TESS_COMBINE_DATA (m_tobj,combine_cbk); ::gluTessCallback_GLU_TESS_ERROR_DATA (m_tobj,error_cbk); -#endif ::gluTessProperty(m_tobj,(GLUenum)GLU_TESS_WINDING_RULE,GLU_TESS_WINDING_ODD); @@ -974,7 +938,7 @@ protected: bool char_triangles_2_gl(std::ostream& a_out,unsigned int a_unichar) { //if(m_verbose) { - // a_out << "tools::sg::text_freetype::char_triangles_2_gl :" + // a_out << "toolx::sg::text_freetype::char_triangles_2_gl :" // << " do " << a_unichar << "." // << std::endl; //} @@ -983,7 +947,7 @@ protected: FT_UInt glyph_index = ::FT_Get_Char_Index(m_face,charcode); //NOTE : if not found -> glyph_index = 0 which is the "missing glyph". if((FT_Long)glyph_index>=m_face->num_glyphs) { - a_out << "tools::sg::text_freetype::char_triangles_2_gl :" + a_out << "toolx::sg::text_freetype::char_triangles_2_gl :" << " FT_Get_Char_Index : failed for char : " << a_unichar << std::endl; ::FT_Done_Face(m_face); @@ -993,7 +957,7 @@ protected: {FT_Error error = ::FT_Load_Glyph(m_face,glyph_index,load_flags()); if(error) { - a_out << "tools::sg::text_freetype::char_triangles_2_gl :" + a_out << "toolx::sg::text_freetype::char_triangles_2_gl :" << " for character " << a_unichar << ",FT_Load_Glyph : error : " << serror(error) << std::endl; @@ -1004,7 +968,7 @@ protected: //FT_GlyphSlot FT_Face.glyph; if(m_face->glyph->format!=FT_GLYPH_FORMAT_OUTLINE) { - a_out << "tools::sg::text_freetype::char_triangles_2_gl :" + a_out << "toolx::sg::text_freetype::char_triangles_2_gl :" << " for font " << tools::sout(font.value()) << " and for character " << a_unichar << " glyph not at format outline." @@ -1025,7 +989,7 @@ protected: {FT_Error error = ::FT_Outline_Decompose(&outline,&m_funcs,this); if(error) { - a_out << "tools::sg::text_freetype::char_triangles_2_gl :" + a_out << "toolx::sg::text_freetype::char_triangles_2_gl :" << " for character " << a_unichar << ",FT_Outline_Decompose : error : " << serror(error) << std::endl; @@ -1048,7 +1012,7 @@ protected: if(m_wndg==wndg_not_done) { m_wndg = wdg; } else if(m_wndg!=wdg) { - a_out << "tools::sg::text_freetype::char_triangles_2_gl :" + a_out << "toolx::sg::text_freetype::char_triangles_2_gl :" << " for character " << a_unichar << ", winding anomaly." << std::endl; }} @@ -1068,7 +1032,7 @@ protected: FT_UInt vres = 72; FT_Error error = ::FT_Set_Char_Size(m_face,wchar,hchar,hres,vres); if(error) { - a_out << "tools::sg::text_freetype::bitmap_2_gl :" + a_out << "toolx::sg::text_freetype::bitmap_2_gl :" << " FT_Set_Char_Size : error : " << serror(error) << "." << std::endl; ::FT_Done_Face(m_face); @@ -1141,7 +1105,7 @@ protected: bool char_2_bitmap(std::ostream& a_out,unsigned int a_unichar) { //if(m_verbose) { - // a_out << "tools::sg::text_freetype::char_2_bitmap :" + // a_out << "toolx::sg::text_freetype::char_2_bitmap :" // << " do " << a_unichar << "." // << std::endl; //} @@ -1150,7 +1114,7 @@ protected: FT_UInt glyph_index = ::FT_Get_Char_Index(m_face,charcode); //NOTE : if not found -> glyph_index = 0 which is the "missing glyph". if((FT_Long)glyph_index>=m_face->num_glyphs) { - a_out << "tools::sg::text_freetype::char_2_bitmap :" + a_out << "toolx::sg::text_freetype::char_2_bitmap :" << " FT_Get_Char_Index : failed for char : " << a_unichar << std::endl; ::FT_Done_Face(m_face); @@ -1160,7 +1124,7 @@ protected: {FT_Error error = ::FT_Load_Glyph(m_face,glyph_index,load_flags()); if(error) { - a_out << "tools::sg::text_freetype::char_2_bitmap :" + a_out << "toolx::sg::text_freetype::char_2_bitmap :" << " for character " << a_unichar << ",FT_Load_Glyph : error : " << serror(error) << std::endl; @@ -1172,7 +1136,7 @@ protected: FT_Glyph glyph; {FT_Error error = ::FT_Get_Glyph(m_face->glyph,&glyph); if (error) { - a_out << "tools::sg::text_freetype::char_2_bitmap :" + a_out << "toolx::sg::text_freetype::char_2_bitmap :" << " for font " << tools::sout(font.value()) << " and for character " << a_unichar << " could not get glyph." @@ -1185,7 +1149,7 @@ protected: bool smoothing = true; {FT_Error error = ::FT_Glyph_To_Bitmap(&glyph,(smoothing?ft_render_mode_normal:ft_render_mode_mono),0,1); if (error) { - a_out << "tools::sg::text_freetype::char_2_bitmap :" + a_out << "toolx::sg::text_freetype::char_2_bitmap :" << " for font " << tools::sout(font.value()) << " and for character " << a_unichar << " could not get glyph bitmap." @@ -1214,7 +1178,7 @@ protected: if( (bitmap->bitmap.pixel_mode!=ft_pixel_mode_mono) && (bitmap->bitmap.pixel_mode!=ft_pixel_mode_grays) ){ - a_out << "tools::sg::text_freetype::char_2_bitmap :" + a_out << "toolx::sg::text_freetype::char_2_bitmap :" << " for font " << tools::sout(font.value()) << " and for character " << a_unichar << " not a mono or grays pixmap." @@ -1226,7 +1190,7 @@ protected: } if(bitmap->bitmap.pitch<0) { - a_out << "tools::sg::text_freetype::char_2_bitmap :" + a_out << "toolx::sg::text_freetype::char_2_bitmap :" << " for font " << tools::sout(font.value()) << " and for character " << a_unichar << " negative bitmap pitch." @@ -1243,7 +1207,7 @@ protected: size_t img_sz = 0; if(bitmap->bitmap.pixel_mode==ft_pixel_mode_mono) { - a_out << "tools::sg::text_freetype::char_2_bitmap : mode_mono : not yet handled." << std::endl; + a_out << "toolx::sg::text_freetype::char_2_bitmap : mode_mono : not yet handled." << std::endl; //img_grays = 1; img_h = bitmap->bitmap.rows; @@ -1259,7 +1223,7 @@ protected: } else { //ft_pixel_mode_grays if(int(bitmap->bitmap.width)!=bitmap->bitmap.pitch) { - a_out << "tools::sg::text_freetype::char_2_bitmap :" + a_out << "toolx::sg::text_freetype::char_2_bitmap :" << " for font " << tools::sout(font.value()) << " and for character " << a_unichar << "bitmap pitch (" << bitmap->bitmap.pitch << ") != width (" << bitmap->bitmap.width << ")." @@ -1280,7 +1244,7 @@ protected: } else { tools::byte* img_buffer = new tools::byte[img_sz]; if(!img_buffer) { - a_out << "tools::sg::text_freetype::char_2_bitmap :" + a_out << "toolx::sg::text_freetype::char_2_bitmap :" << " for font " << tools::sout(font.value()) << " and for character " << a_unichar << ", can't alloc bitmap buffer for character." @@ -1382,8 +1346,8 @@ protected: text_freetype& self = *((text_freetype*)a_this); self.m_mode = a_which; self.m_pos = self.m_xys.size(); -#ifdef TOOLS_SG_TEXT_FREETYPE_DEBUG - self.m_out << "tools::sg::text_freetype::begin_cbk :" +#ifdef TOOLX_SG_TEXT_FREETYPE_DEBUG + self.m_out << "toolx::sg::text_freetype::begin_cbk :" << " which " << a_which << " GL_TRIANGLE_STRIP " << GL_TRIANGLE_STRIP << " GL_TRIANGLE_FAN " << GL_TRIANGLE_FAN @@ -1395,8 +1359,8 @@ protected: static void GLUAPIENTRY vertex_cbk(void* a_vertex,void* a_this) { text_freetype& self = *((text_freetype*)a_this); double* vertex = (double*)a_vertex; -#ifdef TOOLS_SG_TEXT_FREETYPE_DEBUG - std::cout << "tools::sg::text_freetype::vertex_cbk :" +#ifdef TOOLX_SG_TEXT_FREETYPE_DEBUG + std::cout << "toolx::sg::text_freetype::vertex_cbk :" << " x " << vertex[0] << " y " << vertex[1] << " z " << vertex[2] @@ -1446,7 +1410,7 @@ protected: // the same magnitude (in [0,6400]). text_freetype& self = *((text_freetype*)a_this); - //self.m_out << "tools::sg::text_freetype::outline_move_to :" + //self.m_out << "toolx::sg::text_freetype::outline_move_to :" // << " x " << a_to->x // << " y " << a_to->y // << std::endl; @@ -1479,7 +1443,7 @@ protected: static int outline_line_to(const FT_Vector* a_to,void* a_this){ text_freetype& self = *((text_freetype*)a_this); - //self.m_out << "tools::sg::text_freetype::outline_line_to :" + //self.m_out << "toolx::sg::text_freetype::outline_line_to :" // << " x " << a_to->x // << " y " << a_to->y // << std::endl; @@ -1504,7 +1468,7 @@ protected: // it must be fast. We avoid vec3f manipulations. - //self.m_out << "tools::sg::text_freetype::outline_conic_to :" + //self.m_out << "toolx::sg::text_freetype::outline_conic_to :" // << " ctrl x " << a_ctrl->x // << " ctrl y " << a_ctrl->y // << " x " << a_to->x @@ -1590,7 +1554,7 @@ protected: // it must be fast. We avoid vec3f manipulations. - //self.m_out << "tools::sg::text_freetype::outline_cubic_to :" + //self.m_out << "toolx::sg::text_freetype::outline_cubic_to :" // << " ctrl1 x " << a_ctrl1->x // << " ctrl1 y " << a_ctrl1->y // << " ctrl2 x " << a_ctrl2->x @@ -1759,14 +1723,14 @@ protected: void load_face(std::ostream& a_out) { if(!m_library) { - a_out << "tools::sg::text_freetype::load_face :" + a_out << "toolx::sg::text_freetype::load_face :" << " freetype library not initialized." << std::endl; return; } if(m_verbose) { - a_out << "tools::sg::text_freetype::load_face :" + a_out << "toolx::sg::text_freetype::load_face :" << " font is " << tools::sout(font.value()) << "." << std::endl; } @@ -1777,7 +1741,7 @@ protected: } if(font.value().empty()) { - a_out << "tools::sg::text_freetype::load_face :" + a_out << "toolx::sg::text_freetype::load_face :" << " no font given." << std::endl; return; @@ -1790,13 +1754,13 @@ protected: FT_Error error = ::FT_New_Memory_Face(m_library,(const FT_Byte*)buffer,(FT_Long)size,0,&m_face); if(error) { - a_out << "tools::sg::text_freetype::load_face :" + a_out << "toolx::sg::text_freetype::load_face :" << " FT_New_Memory_Face : error : " << serror(error) << "." << std::endl; m_face = 0; return; } - if(m_verbose) a_out << "tools::sg::text_freetype::load_face : load embedded font ok." << std::endl; + if(m_verbose) a_out << "toolx::sg::text_freetype::load_face : load embedded font ok." << std::endl; return; }} @@ -1808,7 +1772,7 @@ protected: } if(file.empty()) { - a_out << "tools::sg::text_freetype::load_face :" + a_out << "toolx::sg::text_freetype::load_face :" << " font file not found for font " << tools::sout(font.value()) << "." << std::endl; @@ -1816,14 +1780,14 @@ protected: } if(m_verbose) { - a_out << "tools::sg::text_freetype::load_face :" + a_out << "toolx::sg::text_freetype::load_face :" << " load font file " << tools::sout(file) << " ..." << std::endl; } FT_Error error = ::FT_New_Face(m_library,file.c_str(),0,&m_face); if(error) { - a_out << "tools::sg::text_freetype::load_face :" + a_out << "toolx::sg::text_freetype::load_face :" << " FT_New_Face : error : " << serror(error) << "." << " for font file " << tools::sout(file) << "." << std::endl; @@ -1832,7 +1796,7 @@ protected: } if(m_verbose) { - a_out << "tools::sg::text_freetype::load_face :" + a_out << "toolx::sg::text_freetype::load_face :" << " load ok." << std::endl; } @@ -1862,7 +1826,7 @@ protected: FT_Error error = ::FT_Set_Char_Size(a_face,wchar,hchar,hres,vres); if(error) { - a_out << "tools::sg::text_freetype::set_char_size :" + a_out << "toolx::sg::text_freetype::set_char_size :" << " FT_Set_Char_Size : error : " << serror(error) << "." << std::endl; ::FT_Done_Face(a_face); @@ -1915,8 +1879,8 @@ protected: FT_UInt glyph_index = ::FT_Get_Char_Index(a_face,charcode); //NOTE : if not found -> glyph_index = 0 which is the "missing glyph". if((FT_Long)glyph_index>=a_face->num_glyphs) { -#ifdef TOOLS_SG_TEXT_FREETYPE_DEBUG - m_out << "tools::sg::text_freetype::truncate :" +#ifdef TOOLX_SG_TEXT_FREETYPE_DEBUG + m_out << "toolx::sg::text_freetype::truncate :" << " FT_Get_Char_Index : failed for char : " << *it << std::endl; #endif @@ -1928,8 +1892,8 @@ protected: {FT_Error error = ::FT_Load_Glyph(a_face,glyph_index,load_flags()); if(error) { -#ifdef TOOLS_SG_TEXT_FREETYPE_DEBUG - m_out << "tools::sg::text_freetype::truncate :" +#ifdef TOOLX_SG_TEXT_FREETYPE_DEBUG + m_out << "toolx::sg::text_freetype::truncate :" << " for character " << *it << ",FT_Load_Glyph : error : " << serror(error) << std::endl; @@ -2093,7 +2057,7 @@ protected: a_offset = 0; - //std::cout << "tools::sg::text_freetype::encoding_offset :" + //std::cout << "toolx::sg::text_freetype::encoding_offset :" // << " num charmap " << a_face->num_charmaps << "." // << std::endl; @@ -2105,7 +2069,7 @@ protected: unsigned short platform = charmap->platform_id; unsigned short encoding = charmap->encoding_id; - //std::cout << "tools::sg::text_freetype::encoding_offset :" + //std::cout << "toolx::sg::text_freetype::encoding_offset :" // << " for charmap " << i // << ", platform " << platform // << ", encoding " << encoding << "." @@ -2134,7 +2098,7 @@ protected: } } - //a_out << "tools::sg::text_freetype::update_sg :" + //a_out << "toolx::sg::text_freetype::update_sg :" // << " This font doesn't contain any Unicode mapping table." // << std::endl; ::FT_Done_Face(a_face); diff --git a/source/externals/g4tools/include/tools/sg/text_freetype_marker b/source/externals/g4tools/include/toolx/sg/text_freetype_marker similarity index 97% rename from source/externals/g4tools/include/tools/sg/text_freetype_marker rename to source/externals/g4tools/include/toolx/sg/text_freetype_marker index 3af7c7b624..ab5f53ffd7 100644 --- a/source/externals/g4tools/include/tools/sg/text_freetype_marker +++ b/source/externals/g4tools/include/toolx/sg/text_freetype_marker @@ -1,16 +1,16 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_sg_text_freetype_marker -#define tools_sg_text_freetype_marker +#ifndef toolx_sg_text_freetype_marker +#define toolx_sg_text_freetype_marker #include "text_freetype" -namespace tools { +namespace toolx { namespace sg { class text_freetype_marker : public text_freetype { - TOOLS_NODE(text_freetype_marker,tools::sg::text_freetype_marker,text_freetype) + TOOLS_NODE(text_freetype_marker,toolx::sg::text_freetype_marker,text_freetype) public: virtual bool draw_in_frame_buffer() const {return true;} @@ -63,7 +63,7 @@ public: size_t pos = item.second.first; size_t num = item.second.second; if(!num) continue; - //a_out << "tools::sg::text_freetype_marker::render :" + //a_out << "toolx::sg::text_freetype_marker::render :" // << " num points " << num // << std::endl; diff --git a/source/externals/g4tools/include/tools/xml/loader b/source/externals/g4tools/include/toolx/xml/loader similarity index 98% rename from source/externals/g4tools/include/tools/xml/loader rename to source/externals/g4tools/include/toolx/xml/loader index a155f5a880..7fda8762fd 100644 --- a/source/externals/g4tools/include/tools/xml/loader +++ b/source/externals/g4tools/include/toolx/xml/loader @@ -1,8 +1,8 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_xml_loader -#define tools_xml_loader +#ifndef toolx_xml_loader +#define toolx_xml_loader #include #include @@ -11,15 +11,11 @@ #include #include //iscntrl -#ifndef TOOLS_USE_OUREX_EXPAT #include -#else -#include -#endif #ifdef TOOLS_MEM #include -namespace tools { +namespace toolx { extern "C" { inline void* xml_malloc(size_t a_size){ tools::mem::increment(tools::s_malloc().c_str()); @@ -36,12 +32,12 @@ inline void xml_free(void* a_ptr){ }} #endif -namespace tools { +namespace toolx { namespace xml { class loader { #ifdef TOOLS_MEM - TOOLS_SCLASS(tools::xml::loader) + TOOLS_SCLASS(toolx::xml::loader) #endif public: loader(tools::xml::factory& a_factory, @@ -354,19 +350,19 @@ protected: protected: static void character_data_handler(void* aUserData,const XML_Char* a_string,int aLength){ loader* This = (loader*)aUserData; - std::string s; - s.resize(aLength); + std::string _s; + _s.resize(aLength); size_t count = 0; char* p = (char*)a_string; for (int i = 0; i < aLength; i++, p++) { if(This->m_take_cntrl || (!iscntrl(*p))) { - s[count] = *p; + _s[count] = *p; count++; } } if(count) { - s.resize(count); - This->m_value += s; + _s.resize(count); + This->m_value += _s; } } diff --git a/source/externals/g4tools/include/tools/xml/xml_style b/source/externals/g4tools/include/toolx/xml/xml_style similarity index 85% rename from source/externals/g4tools/include/tools/xml/xml_style rename to source/externals/g4tools/include/toolx/xml/xml_style index dc29e1a557..45c60eab3d 100644 --- a/source/externals/g4tools/include/tools/xml/xml_style +++ b/source/externals/g4tools/include/toolx/xml/xml_style @@ -1,19 +1,19 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_xml_style -#define tools_xml_style +#ifndef toolx_xml_style +#define toolx_xml_style #include #include "loader" -namespace tools { +namespace toolx { namespace xml { inline bool load_style_file(std::ostream&,const std::string& a_file,tools::xml::styles& a_styles) { tools::xml::default_factory factory; - tools::xml::loader ml(factory,a_styles.out(),false); + toolx::xml::loader ml(factory,a_styles.out(),false); std::vector tags; tags.push_back("styles"); tags.push_back("style"); @@ -27,7 +27,7 @@ inline bool load_style_file(std::ostream&,const std::string& a_file,tools::xml:: inline bool load_style_string(tools::xml::styles& a_styles,const std::string& a_string) { tools::xml::default_factory factory; - tools::xml::loader ml(factory,a_styles.out(),false); + toolx::xml::loader ml(factory,a_styles.out(),false); std::vector tags; tags.push_back("styles"); tags.push_back("style"); diff --git a/source/externals/g4tools/include/tools/zlib b/source/externals/g4tools/include/toolx/zlib similarity index 80% rename from source/externals/g4tools/include/tools/zlib rename to source/externals/g4tools/include/toolx/zlib index c1f183ae9a..ec04b1f777 100644 --- a/source/externals/g4tools/include/tools/zlib +++ b/source/externals/g4tools/include/toolx/zlib @@ -1,23 +1,19 @@ // Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. -#ifndef tools_zlib -#define tools_zlib +#ifndef toolx_zlib +#define toolx_zlib // what is needed for root file compression with zlib. //NOTE : zlib contains deflate/inflate and also the gz functions to write/read a .gz file. // The gz functions use also deflate/inflate. -#ifndef TOOLS_USE_OUREX_ZLIB #include -#else -#include //enforce ourex zlib -#endif #include -namespace tools { +namespace toolx { inline bool compress_buffer(std::ostream& a_out, unsigned int a_level, @@ -39,7 +35,7 @@ inline bool compress_buffer(std::ostream& a_out, int err = deflateInit(&stream,a_level); if(err!=Z_OK) { - a_out << "tools::compress_buffer :" + a_out << "toolx::compress_buffer :" << " error in zlib/deflateInit." << std::endl; a_irep = 0; return false; @@ -48,7 +44,7 @@ inline bool compress_buffer(std::ostream& a_out, err = deflate(&stream, Z_FINISH); if(err!=Z_STREAM_END) { deflateEnd(&stream); - a_out << "tools::compress_buffer :" + a_out << "toolx::compress_buffer :" << " error in zlib/deflate." << std::endl; a_irep = 0; return false; @@ -56,7 +52,7 @@ inline bool compress_buffer(std::ostream& a_out, deflateEnd(&stream); - //a_out << "tools::compress_buffer : ok " + //a_out << "toolx::compress_buffer : ok " // << stream.total_out << std::endl; a_irep = stream.total_out; @@ -83,7 +79,7 @@ inline bool decompress_buffer(std::ostream& a_out, int err = inflateInit(&stream); if (err != Z_OK) { - a_out << "tools::decompress_buffer :" + a_out << "toolx::decompress_buffer :" << " error " << err << " in zlib/inflateInit." << std::endl; return false; } @@ -91,14 +87,14 @@ inline bool decompress_buffer(std::ostream& a_out, err = inflate(&stream, Z_FINISH); if (err != Z_STREAM_END) { inflateEnd(&stream); - a_out << "tools::decompress_buffer :" + a_out << "toolx::decompress_buffer :" << " error " << err << " in zlib/inflate." << std::endl; return false; } inflateEnd(&stream); - //a_out << "tools::decompress_buffer : zlib : ok " + //a_out << "toolx::decompress_buffer : zlib : ok " // << stream.total_out << std::endl; a_irep = stream.total_out; @@ -112,7 +108,7 @@ inline bool decompress_buffer(std::ostream& a_out, #include #endif -namespace tools { +namespace toolx { #if ZLIB_VERNUM <= 0x1140 inline int gunzip_get_byte(char*& a_buffer) { @@ -121,11 +117,11 @@ inline int gunzip_get_byte(char*& a_buffer) { } inline int gunzip_check_header(char*& a_buffer) { -#define TOOLS_ZLIB_HEAD_CRC 0x02 /* bit 1 set: header CRC present */ -#define TOOLS_ZLIB_EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ -#define TOOLS_ZLIB_ORIG_NAME 0x08 /* bit 3 set: original file name present */ -#define TOOLS_ZLIB_COMMENT 0x10 /* bit 4 set: file comment present */ -#define TOOLS_ZLIB_RESERVED 0xE0 /* bits 5..7: reserved */ +#define TOOLX_ZLIB_HEAD_CRC 0x02 /* bit 1 set: header CRC present */ +#define TOOLX_ZLIB_EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ +#define TOOLX_ZLIB_ORIG_NAME 0x08 /* bit 3 set: original file name present */ +#define TOOLX_ZLIB_COMMENT 0x10 /* bit 4 set: file comment present */ +#define TOOLX_ZLIB_RESERVED 0xE0 /* bits 5..7: reserved */ uInt len; int c; @@ -147,36 +143,36 @@ inline int gunzip_check_header(char*& a_buffer) { } int method = gunzip_get_byte(a_buffer); int flags = gunzip_get_byte(a_buffer); - if (method != Z_DEFLATED || (flags & TOOLS_ZLIB_RESERVED) != 0) { + if (method != Z_DEFLATED || (flags & TOOLX_ZLIB_RESERVED) != 0) { return Z_DATA_ERROR; } /* Discard time, xflags and OS code: */ for (len = 0; len < 6; len++) (void)gunzip_get_byte(a_buffer); - if ((flags & TOOLS_ZLIB_EXTRA_FIELD) != 0) { /* skip the extra field */ + if ((flags & TOOLX_ZLIB_EXTRA_FIELD) != 0) { /* skip the extra field */ len = (uInt)gunzip_get_byte(a_buffer); len += ((uInt)gunzip_get_byte(a_buffer))<<8; /* len is garbage if EOF but the loop below will quit anyway */ while (len-- != 0 && gunzip_get_byte(a_buffer) != EOF) ; } - if ((flags & TOOLS_ZLIB_ORIG_NAME) != 0) { /* skip the original file name */ + if ((flags & TOOLX_ZLIB_ORIG_NAME) != 0) { /* skip the original file name */ while ((c = gunzip_get_byte(a_buffer)) != 0 && c != EOF) ; } - if ((flags & TOOLS_ZLIB_COMMENT) != 0) { /* skip the .gz file comment */ + if ((flags & TOOLX_ZLIB_COMMENT) != 0) { /* skip the .gz file comment */ while ((c = gunzip_get_byte(a_buffer)) != 0 && c != EOF) ; } - if ((flags & TOOLS_ZLIB_HEAD_CRC) != 0) { /* skip the header crc */ + if ((flags & TOOLX_ZLIB_HEAD_CRC) != 0) { /* skip the header crc */ for (len = 0; len < 2; len++) (void)gunzip_get_byte(a_buffer); } //s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK; return Z_OK; -#undef TOOLS_ZLIB_HEAD_CRC -#undef TOOLS_ZLIB_EXTRA_FIELD -#undef TOOLS_ZLIB_ORIG_NAME -#undef TOOLS_ZLIB_COMMENT -#undef TOOLS_ZLIB_RESERVED +#undef TOOLX_ZLIB_HEAD_CRC +#undef TOOLX_ZLIB_EXTRA_FIELD +#undef TOOLX_ZLIB_ORIG_NAME +#undef TOOLX_ZLIB_COMMENT +#undef TOOLX_ZLIB_RESERVED } #endif //ZLIB_VERNUM <= 0x1140 @@ -209,7 +205,7 @@ inline bool gunzip_buffer(std::ostream& a_out, int err = inflateInit2(&stream,MAX_WBITS+16); #endif if (err != Z_OK) { - a_out << "tools::gunzip_buffer :" + a_out << "toolx::gunzip_buffer :" << " error " << err << " in zlib/inflateInit2." << std::endl; return false; } @@ -217,7 +213,7 @@ inline bool gunzip_buffer(std::ostream& a_out, err = inflate(&stream, Z_FINISH); if (err != Z_STREAM_END) { inflateEnd(&stream); - a_out << "tools::gunzip_buffer :" + a_out << "toolx::gunzip_buffer :" << " error " << err << " in zlib/inflate." << std::endl; return false; } diff --git a/source/externals/ptl/CMakeLists.txt b/source/externals/ptl/CMakeLists.txt index 322938a77c..6b0a5eddee 100644 --- a/source/externals/ptl/CMakeLists.txt +++ b/source/externals/ptl/CMakeLists.txt @@ -1,185 +1,111 @@ -################################################################################ -# cmake settings +# -------------------------------------------------------------------------------------- # +# cmake settings # -cmake_minimum_required(VERSION 3.8...3.18 FATAL_ERROR) +cmake_minimum_required(VERSION 3.8...3.23) if(${CMAKE_VERSION} VERSION_LESS 3.12) - cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}) + cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}) endif() -# Add allocation export symbol for the PLT module -add_compile_definitions(PTL_ALLOC_EXPORT) - -cmake_policy(SET CMP0048 NEW) -cmake_policy(SET CMP0042 NEW) -if(NOT CMAKE_VERSION VERSION_LESS 3.12) - cmake_policy(SET CMP0077 NEW) +# Warn about an in-source build, but don't error out +if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") + message(STATUS "Warning! Building from the source directory is not recommended") + message(STATUS "If unintented, please remove 'CMakeCache.txt' and 'CMakeFiles'") + message(STATUS "and build from a separate directory") + message(WARNING "In-source build") endif() # Check if project is being used directly or via add_subdirectory set(PTL_MASTER_PROJECT ON) if(NOT CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) - set(PTL_MASTER_PROJECT OFF) - set(CMAKE_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/Geant4") + set(PTL_MASTER_PROJECT OFF) +else() + set(CMAKE_EXPORT_COMPILE_COMMANDS ON) endif() -################################################################################ -# version -# +# Version file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" VERSION_STRING LIMIT_COUNT 1) string(REGEX REPLACE "(\n|\r)" "" VERSION_STRING "${VERSION_STRING}") string(REGEX REPLACE "[A-Za-z].*" "" VERSION_STRING "${VERSION_STRING}") set(PTL_VERSION "${VERSION_STRING}") -################################################################################ -# project +# -------------------------------------------------------------------------------------- # +# -------------------------------------------------------------------------------------- # +# project setup # -project(PTL LANGUAGES C CXX VERSION ${PTL_VERSION}) -if(NOT PTL_MASTER_PROJECT) - unset(${PROJECT_NAME}_C_FLAGS CACHE) - unset(${PROJECT_NAME}_CXX_FLAGS CACHE) -endif() +project( + PTL + LANGUAGES C CXX + VERSION ${PTL_VERSION}) + +# Postprocess version info to create variables for export to Version.hh +set(PTL_VERSION_STRING "${PTL_VERSION_MAJOR}.${PTL_VERSION_MINOR}.${PTL_VERSION_PATCH}") +math(EXPR PTL_VERSION_CODE + "10000 * ${PTL_VERSION_MAJOR} + 100 * ${PTL_VERSION_MINOR} + ${PTL_VERSION_PATCH}") + +# Project-local CMake settings set(CMAKE_DIRECTORY_LABELS "PTL") - -################################################################################ -# -# -set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake/Modules ${CMAKE_MODULE_PATH}) +set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON) set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME Development) +set(CMAKE_INSTALL_MESSAGE LAZY) +set(CMAKE_LINK_DEPENDS_NO_SHARED ON) +list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_CURRENT_LIST_DIR}/cmake/Modules) +include(PTLCMakeUtilities) -if("${CMAKE_BUILD_TYPE}" STREQUAL "") - set(CMAKE_BUILD_TYPE Release CACHE STRING "CMake build type" FORCE) +# -------------------------------------------------------------------------------------- # +# Build/Install settings and options +include(PTLInstallDirs) +include(PTLBuildSettings) + +# -------------------------------------------------------------------------------------- # +# User options +ptl_add_option(PTL_USE_TBB "Enable TBB" ON) +ptl_add_option(PTL_USE_LOCKS "Enable mutex locking in task subqueues for extra safety" + OFF) +ptl_add_option(PTL_INSTALL_HEADERS "Install the headers" ON) +ptl_add_option(PTL_INSTALL_CONFIG "Install the cmake configuration" ON) + +if(DEFINED PTL_DEVELOPER_INSTALL) + set(PTL_INSTALL_HEADERS + ${PTL_DEVELOPER_INSTALL} + CACHE BOOL "Set via PTL_DEVELOPER_INSTALL" FORCE) + set(PTL_INSTALL_CONFIG + ${PTL_DEVELOPER_INSTALL} + CACHE BOOL "Set via PTL_DEVELOPER_INSTALL" FORCE) endif() -################################################################################ - -include(MacroUtilities) -include(Options) -include(Compilers) -include(GNUInstallDirs) -include(ProjectSettings) -include(BuildSettings) -include(Packages) -include(ClangFormat) - -################################################################################ -# PTL source -################################################################################ - -cmake_policy(SET CMP0053 NEW) - -################################################################################ -# # -# General # -# # -################################################################################ +# -------------------------------------------------------------------------------------- # +# Build Dependencies - Threads +if(NOT WIN32) + set(CMAKE_THREAD_PREFER_PTHREAD ON) + set(THREADS_PREFER_PTHREAD_FLAG ON) +endif() +find_package(Threads REQUIRED) +# * TBB if(PTL_USE_TBB) - list(APPEND ${PROJECT_NAME}_DEFINITIONS PTL_USE_TBB) + find_package(TBB 2017 REQUIRED) endif() -# libraries to install -set(INSTALL_LIBRARIES ) +# -------------------------------------------------------------------------------------- # +# PTL Primary Build +add_subdirectory(src) -#------------------------------------------------------------------------------# -# Locate sources and headers for this project -# - headers are included so they will show up in IDEs -file(GLOB_RECURSE ptl_headers ${CMAKE_CURRENT_LIST_DIR}/include/PTL/*.hh - ${CMAKE_CURRENT_LIST_DIR}/include/PTL/*.icc) -file(GLOB_RECURSE ptl_sources ${CMAKE_CURRENT_LIST_DIR}/src/*.cc) +# -------------------------------------------------------------------------------------- # +# CMake/PkgConfig Support files +include(PTLPackageConfigHelpers) -get_property(PTL_INTERFACE_LIBRARIES GLOBAL PROPERTY ${PROJECT_NAME}_INTERFACE_LIBRARIES) -export(TARGETS ${PTL_INTERFACE_LIBRARIES} FILE ${PROJECT_BINARY_DIR}/${PROJECT_NAME}-interface.cmake) -################################################################################ -# # -# PTL Library # -# # -################################################################################ - -if(BUILD_SHARED_LIBS) - ptl_build_library(VERSION - TYPE SHARED - TARGET_NAME ptl-shared - OUTPUT_NAME G4ptl - SOURCES ${ptl_headers} ${ptl_sources} - EXTRA_ARGS POSITION_INDEPENDENT_CODE ON - WINDOWS_EXPORT_ALL_SYMBOLS ON) - - target_link_libraries(ptl-shared PUBLIC - ptl-public-options - ptl-sanitizer-options - ptl-external-packages) - - target_link_libraries(ptl-shared PRIVATE - ptl-compile-options - ptl-external-libraries) - - target_include_directories(ptl-shared PUBLIC - $ - $) - - list(APPEND INSTALL_LIBRARIES ptl-shared) - export(TARGETS ptl-shared FILE ${PROJECT_BINARY_DIR}/${PROJECT_NAME}-shared.cmake) +# -------------------------------------------------------------------------------------- # +# Examples build/test +if(EXISTS ${CMAKE_CURRENT_LIST_DIR}/examples) + ptl_add_option(PTL_BUILD_EXAMPLES "Build examples" OFF) + if(PTL_BUILD_EXAMPLES) + set(PTL_DIR ${CMAKE_BINARY_DIR}) + add_subdirectory(examples) + endif() endif() -if(BUILD_STATIC_LIBS) - - ptl_build_library( - TYPE STATIC - TARGET_NAME ptl-static - OUTPUT_NAME $,G4ptl-static,G4ptl> - SOURCES ${ptl_headers} ${ptl_sources} - EXTRA_ARGS POSITION_INDEPENDENT_CODE ON) - - target_link_libraries(ptl-static PUBLIC - ptl-public-options - ptl-external-packages) - - target_link_libraries(ptl-static PRIVATE - ptl-compile-options - ptl-external-libraries) - - target_include_directories(ptl-static PUBLIC - $ - $) - - list(APPEND INSTALL_LIBRARIES ptl-static) - export(TARGETS ptl-static FILE ${PROJECT_BINARY_DIR}/${PROJECT_NAME}-static.cmake) -endif() - - -################################################################################ -# # -# Installation # -# # -################################################################################ - -# Install the targets and export libraries -install(TARGETS ${INSTALL_LIBRARIES} - EXPORT ${PROJECT_NAME}Targets - ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Development - LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Runtime - RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT Runtime) - -# install export -install(EXPORT ${PROJECT_NAME}Targets - NAMESPACE PTL:: - DESTINATION ${CMAKE_INSTALL_CONFIGDIR} - COMPONENT Development) - -# headers -install(FILES ${ptl_headers} - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/PTL - COMPONENT Development) - -# set -set(PTL_BUILT_LIBRARIES "${INSTALL_LIBRARIES}" CACHE INTERNAL "Built libraries" FORCE) - -################################################################################ -# Installation and info -################################################################################ - -include(ConfigurePackage) - +# -------------------------------------------------------------------------------------- # +# Reporting if master project if(PTL_MASTER_PROJECT) - print_features() + ptl_print_features() endif() diff --git a/source/externals/ptl/History b/source/externals/ptl/History index e150fd66a7..fe1a70affb 100644 --- a/source/externals/ptl/History +++ b/source/externals/ptl/History @@ -1,20 +1,22 @@ -------------------------------------------------------------------- +# Category ptl History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! - Category History file - --------------------- -This file should be used by G4 developers and category coordinators -to briefly summarize all major modifications introduced in the code -and keep track of all category-tags. -It DOES NOT substitute the log-message one should put at every -committal in the code repository ! +## 2022-06-14 Ben Morgan (ptl-V11-00-02) +- Use any existing value of PTL_SANITIZER_TYPE to set the cache value to prevent + override. Fixes Issue #128. - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2022-05-19 Ben Morgan (ptl-V11-00-01) +- Import PTL v2.3.3, patching for Geant4 organisation of source code + +## 2021-12-10 Ben Morgan (ptl-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 21 September 2021 - G. Amadio (ptl-V10-07-08) - Fix C++20 warnings from GCC 11.2.0. diff --git a/source/externals/ptl/README.md b/source/externals/ptl/README.md index 8a23b02af9..caad3c9715 100644 --- a/source/externals/ptl/README.md +++ b/source/externals/ptl/README.md @@ -1,2 +1,80 @@ # Parallel Tasking Library (PTL) Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue + +## Basic Interface + +```cpp +#include "PTL/PTL.hh" + +#include + +inline long +fibonacci(long n) +{ + return (n < 2) ? n : (fibonacci(n - 1) + fibonacci(n - 2)); +} + +int main() +{ + bool use_tbb = false; + auto num_threads = 4; + auto run_manager = PTL::TaskRunManager(use_tbb); + + run_manager.Initialize(num_threads); + + auto* task_manager = run_manager.GetTaskManager(); + + // add a task via the task manager + auto baz = task_manager->async(fibonacci, 40); + + // functor to combine results + auto join = [](long& lhs, long rhs) { return lhs += rhs; }; + + // create a task group for 10 fibonacci calculations + PTL::TaskGroup foo(join); + for(uint64_t i = 0; i < 10; ++i) + foo.exec(fibonacci, 40); + + // create a task group for 10 fibonacci calculations + PTL::TaskGroup bar{}; + + long ret_bar = 0; + auto run = [&ret_bar](long n) { ret_bar += fibonacci(n); }; + for(uint64_t i = 0; i < 10; ++i) + bar.exec(run, 40); + + auto ret_baz = baz->get(); + auto ret_foo = foo.join(); + bar.join(); + + assert(ret_baz * 10 == ret_foo); + assert(ret_baz * 10 == ret_bar); + assert(ret_foo == ret_bar); +} +``` + +## Explicit Thread-Pool + +Using `PTL::TaskRunManager` is not necessary with task-groups. +You can create new thread-pools directly and pass them to task-groups: + +```cpp +long example() +{ + // create a new thread-pool explicitly + PTL::ThreadPool tp(4); + + // combines results + auto join = [](long& lhs, long rhs) { return lhs += rhs; }; + + // specify thread-pool explicitly + PTL::TaskGroup foo(join, &tp); + + for(int i = 0; i < 10; ++i) + foo.exec(fibonacci, 40); + + // blocks until tasks in group are completed + // thread-pool is destroyed after function returns + return foo.get(); +} +``` diff --git a/source/externals/ptl/VERSION b/source/externals/ptl/VERSION index 4e379d2bfe..0bee604df7 100644 --- a/source/externals/ptl/VERSION +++ b/source/externals/ptl/VERSION @@ -1 +1 @@ -0.0.2 +2.3.3 diff --git a/source/externals/ptl/cmake/Modules/BuildSettings.cmake b/source/externals/ptl/cmake/Modules/BuildSettings.cmake deleted file mode 100644 index bc6c8267b7..0000000000 --- a/source/externals/ptl/cmake/Modules/BuildSettings.cmake +++ /dev/null @@ -1,86 +0,0 @@ -################################################################################ -# -# Handles the build settings -# -################################################################################ -# -set(LIBNAME ptl) - -include(GNUInstallDirs) -include(CheckCCompilerFlag) -include(CheckCXXCompilerFlag) -include(Compilers) -include(MacroUtilities) - -ptl_add_interface_library(ptl-compile-options) -ptl_add_interface_library(ptl-public-options) -ptl_add_interface_library(ptl-external-libraries) -ptl_add_interface_library(ptl-sanitizer-options) - -# ---------------------------------------------------------------------------- # -# -#set(SANITIZE_TYPE leak CACHE STRING "-fsantitize=") - -# ---------------------------------------------------------------------------- # -# if master project, set the output directory (critical on Windows and Xcode) -# -if("${CMAKE_PROJECT_NAME}" STREQUAL "${PROJECT_NAME}") - set(_BIN_DIR ${PROJECT_BINARY_DIR}) - if(WIN32) - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${_BIN_DIR}/outputs/runtime) - set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${_BIN_DIR}/outputs/library) - set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${_BIN_DIR}/outputs/archive) - else() - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${_BIN_DIR}) - set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${_BIN_DIR}) - set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${_BIN_DIR}) - endif() -endif() - -# ---------------------------------------------------------------------------- # -# debug macro -# -string(TOUPPER "${CMAKE_BUILD_TYPE}" UC_BUILD_TYPE) -if("${UC_BUILD_TYPE}" STREQUAL "DEBUG") - target_compile_definitions(ptl-compile-options INTERFACE DEBUG) -else() - target_compile_definitions(ptl-compile-options INTERFACE NDEBUG) -endif() - -if(PTL_USE_LOCKS) - target_compile_definitions(ptl-public-options INTERFACE PTL_USE_LOCKS) -endif() - -if(PTL_USE_COVERAGE) - target_compile_options(ptl-public-options INTERFACE - $ - $) - if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") - target_compile_options(ptl-public-options INTERFACE - $ - $) - set_target_properties(ptl-public-options PROPERTIES - INTERFACE_LINK_OPTIONS - $) - else() - set_target_properties(ptl-public-options PROPERTIES - INTERFACE_LINK_OPTIONS - $) - endif() -endif() - -if(PTL_USE_SANITIZER AND PTL_SANITIZER_TYPE) - if("${PTL_SANITIZER_TYPE}" STREQUAL "thread") - target_compile_options(ptl-sanitizer-options INTERFACE - -fsanitize=${PTL_SANITIZER_TYPE}) - else() - target_compile_options(ptl-sanitizer-options INTERFACE - -fsanitize=${PTL_SANITIZER_TYPE} - -fno-optimize-sibling-calls - -fno-omit-frame-pointer - -fno-inline-functions) - endif() - target_link_options(ptl-sanitizer-options INTERFACE - -fsanitize=${PTL_SANITIZER_TYPE}) -endif() - diff --git a/source/externals/ptl/cmake/Modules/ClangFormat.cmake b/source/externals/ptl/cmake/Modules/ClangFormat.cmake deleted file mode 100644 index 42d917c28e..0000000000 --- a/source/externals/ptl/cmake/Modules/ClangFormat.cmake +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# -# Creates a 'format' target that runs clang-format -# -################################################################################ - -find_program(CLANG_FORMATTER - NAMES - clang-format-6 - clang-format-6.0 - clang-format-mp-6.0 # macports - clang-format) - -if(CLANG_FORMATTER) - set(_Source_DIR ${PROJECT_SOURCE_DIR}/src) - set(_Header_DIR ${PROJECT_SOURCE_DIR}/include) - - file(GLOB headers - ${_Header_DIR}/*.hh ${_Header_DIR}/*.icc) - - file(GLOB sources - ${_Source_DIR}/*.cc) - - # avoid conflicting format targets - set(FORMAT_NAME format) - if(TARGET format) - set(FORMAT_NAME format-ptl) - endif() - - add_custom_target(${FORMAT_NAME} - COMMAND ${CLANG_FORMATTER} -i ${headers} ${sources} - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT "Running '${CLANG_FORMATTER}' on '${_Source_DIR}'..." - SOURCES ${headers} ${sources}) - -endif() diff --git a/source/externals/ptl/cmake/Modules/Compilers.cmake b/source/externals/ptl/cmake/Modules/Compilers.cmake deleted file mode 100644 index c80d990768..0000000000 --- a/source/externals/ptl/cmake/Modules/Compilers.cmake +++ /dev/null @@ -1,399 +0,0 @@ - -################################################################################ -# -# Compilers -# -################################################################################ -# -# sets (cached): -# -# CMAKE_C_COMPILER_IS_ -# CMAKE_CXX_COMPILER_IS_ -# -# where TYPE is: -# - GNU -# - CLANG -# - INTEL -# - INTEL_ICC -# - INTEL_ICPC -# - PGI -# - XLC -# - HP_ACC -# - MIPS -# - MSVC -# - -# include guard -include_guard(DIRECTORY) - -include(CheckLanguage) - -include(CheckCCompilerFlag) -include(CheckCSourceCompiles) -include(CheckCSourceRuns) - -include(CheckCXXCompilerFlag) -include(CheckCXXSourceCompiles) -include(CheckCXXSourceRuns) - -include(MacroUtilities) - -if("${LIBNAME}" STREQUAL "") - string(TOLOWER "${PROJECT_NAME}" LIBNAME) -endif() - -ptl_add_interface_library(${LIBNAME}-compile-options) - -#----------------------------------------------------------------------------------------# -# macro converting string to list -#----------------------------------------------------------------------------------------# -macro(to_list _VAR _STR) - STRING(REPLACE " " " " ${_VAR} "${_STR}") - STRING(REPLACE " " ";" ${_VAR} "${_STR}") -endmacro(to_list _VAR _STR) - - -#----------------------------------------------------------------------------------------# -# macro converting string to list -#----------------------------------------------------------------------------------------# -macro(to_string _VAR _STR) - STRING(REPLACE ";" " " ${_VAR} "${_STR}") -endmacro(to_string _VAR _STR) - - -#----------------------------------------------------------------------------------------# -# Macro to add to string -#----------------------------------------------------------------------------------------# -macro(add _VAR _FLAG) - if(NOT "${_FLAG}" STREQUAL "") - if("${${_VAR}}" STREQUAL "") - set(${_VAR} "${_FLAG}") - else() - set(${_VAR} "${${_VAR}} ${_FLAG}") - endif() - endif() -endmacro() - - -#----------------------------------------------------------------------------------------# -# macro to remove duplicates from string -#----------------------------------------------------------------------------------------# -macro(set_no_duplicates _VAR) - if(NOT "${ARGN}" STREQUAL "") - set(${_VAR} "${ARGN}") - endif() - # remove the duplicates - if(NOT "${${_VAR}}" STREQUAL "") - # create list of flags - to_list(_VAR_LIST "${${_VAR}}") - list(REMOVE_DUPLICATES _VAR_LIST) - to_string(${_VAR} "${_VAR_LIST}") - endif(NOT "${${_VAR}}" STREQUAL "") -endmacro(set_no_duplicates _VAR) - - -########################################################################################## -# -# C compiler flags -# -########################################################################################## - - -#----------------------------------------------------------------------------------------# -# add C flag to target -#----------------------------------------------------------------------------------------# -macro(ADD_TARGET_C_FLAG _TARG) - target_compile_options(${_TARG} INTERFACE $<$:${ARGN}>) -endmacro() - - -#----------------------------------------------------------------------------------------# -# add C flag w/o check -#----------------------------------------------------------------------------------------# -macro(ADD_C_FLAG FLAG) - set(_TARG ) - set(_LTARG ) - if(NOT "${ARGN}" STREQUAL "") - set(_TARG ${ARGN}) - string(TOLOWER "_${ARGN}" _LTARG) - endif() - if(NOT "${FLAG}" STREQUAL "") - if("${_LTARG}" STREQUAL "") - list(APPEND ${PROJECT_NAME}_C_FLAGS "${FLAG}") - list(APPEND ${PROJECT_NAME}_C_COMPILE_OPTIONS "${FLAG}") - add_target_c_flag(${LIBNAME}-compile-options ${FLAG}) - else() - add_target_c_flag(${_TARG} ${FLAG}) - endif() - endif() -endmacro() - - -#----------------------------------------------------------------------------------------# -# check C flag -#----------------------------------------------------------------------------------------# -macro(ADD_C_FLAG_IF_AVAIL FLAG) - set(_TARG ) - set(_LTARG ) - if(NOT "${ARGN}" STREQUAL "") - set(_TARG ${ARGN}) - string(TOLOWER "_${ARGN}" _LTARG) - endif() - if(NOT "${FLAG}" STREQUAL "") - string(REGEX REPLACE "^/" "c${_LTARG}_" FLAG_NAME "${FLAG}") - string(REGEX REPLACE "^-" "c${_LTARG}_" FLAG_NAME "${FLAG}") - string(REPLACE "-" "_" FLAG_NAME "${FLAG_NAME}") - string(REPLACE " " "_" FLAG_NAME "${FLAG_NAME}") - string(REPLACE "=" "_" FLAG_NAME "${FLAG_NAME}") - check_c_compiler_flag("${FLAG}" ${FLAG_NAME}) - if(${FLAG_NAME}) - if("${_LTARG}" STREQUAL "") - list(APPEND ${PROJECT_NAME}_C_FLAGS "${FLAG}") - list(APPEND ${PROJECT_NAME}_C_COMPILE_OPTIONS "${FLAG}") - add_target_c_flag(${LIBNAME}-compile-options ${FLAG}) - else() - add_target_c_flag(${_TARG} ${FLAG}) - endif() - endif() - endif() -endmacro() - - -#----------------------------------------------------------------------------------------# -# add C flag to target -#----------------------------------------------------------------------------------------# -macro(ADD_TARGET_C_FLAG_IF_AVAIL _TARG) - foreach(_FLAG ${ARGN}) - add_c_flag_if_avail(${_FLAG} ${_TARG}) - endforeach() -endmacro() - - -########################################################################################## -# -# CXX compiler flags -# -########################################################################################## - - - -#----------------------------------------------------------------------------------------# -# add CXX flag to target -#----------------------------------------------------------------------------------------# -macro(ADD_TARGET_CXX_FLAG _TARG) - target_compile_options(${_TARG} INTERFACE $<$:${ARGN}>) - get_property(LANGUAGES GLOBAL PROPERTY ENABLED_LANGUAGES) - if(CMAKE_CUDA_COMPILER AND "CUDA" IN_LIST LANGUAGES) - target_compile_options(${_TARG} INTERFACE $<$:-Xcompiler=${ARGN}>) - endif() -endmacro() - - -#----------------------------------------------------------------------------------------# -# add CXX flag w/o check -#----------------------------------------------------------------------------------------# -macro(ADD_CXX_FLAG FLAG) - set(_TARG ) - set(_LTARG ) - if(NOT "${ARGN}" STREQUAL "") - set(_TARG ${ARGN}) - string(TOLOWER "_${ARGN}" _LTARG) - endif() - if(NOT "${FLAG}" STREQUAL "") - if("${_LTARG}" STREQUAL "") - list(APPEND ${PROJECT_NAME}_CXX_FLAGS "${FLAG}") - list(APPEND ${PROJECT_NAME}_CXX_COMPILE_OPTIONS "${FLAG}") - add_target_cxx_flag(${LIBNAME}-compile-options ${FLAG}) - else() - add_target_cxx_flag(${_TARG} ${FLAG}) - endif() - endif() -endmacro() - - -#----------------------------------------------------------------------------------------# -# check CXX flag -#----------------------------------------------------------------------------------------# -macro(ADD_CXX_FLAG_IF_AVAIL FLAG) - set(_TARG ) - set(_LTARG ) - if(NOT "${ARGN}" STREQUAL "") - set(_TARG ${ARGN}) - string(TOLOWER "_${ARGN}" _LTARG) - endif() - if(NOT "${FLAG}" STREQUAL "") - string(REGEX REPLACE "^/" "cxx${_LTARG}_" FLAG_NAME "${FLAG}") - string(REGEX REPLACE "^-" "cxx${_LTARG}_" FLAG_NAME "${FLAG}") - string(REPLACE "-" "_" FLAG_NAME "${FLAG_NAME}") - string(REPLACE " " "_" FLAG_NAME "${FLAG_NAME}") - string(REPLACE "=" "_" FLAG_NAME "${FLAG_NAME}") - check_cxx_compiler_flag("${FLAG}" ${FLAG_NAME}) - if(${FLAG_NAME}) - if("${_LTARG}" STREQUAL "") - list(APPEND ${PROJECT_NAME}_CXX_FLAGS "${FLAG}") - list(APPEND ${PROJECT_NAME}_CXX_COMPILE_OPTIONS "${FLAG}") - add_target_cxx_flag(${LIBNAME}-compile-options ${FLAG}) - else() - add_target_cxx_flag(${_TARG} ${FLAG}) - endif() - endif() - endif() -endmacro() - - -#----------------------------------------------------------------------------------------# -# add CXX flag to target -#----------------------------------------------------------------------------------------# -macro(ADD_TARGET_CXX_FLAG_IF_AVAIL _TARG) - foreach(_FLAG ${ARGN}) - add_cxx_flag_if_avail(${_FLAG} ${_TARG}) - endforeach() -endmacro() - - -########################################################################################## -# -# Common -# -########################################################################################## - - -#----------------------------------------------------------------------------------------# -# add C and CXX flag w/o checking -#----------------------------------------------------------------------------------------# -macro(ADD_TARGET_FLAG _TARG) - foreach(_ARG ${ARGN}) - ADD_TARGET_C_FLAG(${_TARG} ${_ARG}) - ADD_TARGET_CXX_FLAG(${_TARG} ${_ARG}) - endforeach() -endmacro() - - -#----------------------------------------------------------------------------------------# -# check C and CXX flag -#----------------------------------------------------------------------------------------# -macro(ADD_FLAG_IF_AVAIL) - foreach(_ARG ${ARGN}) - ADD_C_FLAG_IF_AVAIL("${_ARG}") - ADD_CXX_FLAG_IF_AVAIL("${_ARG}") - endforeach() -endmacro() - - -#----------------------------------------------------------------------------------------# -# check C and CXX flag -#----------------------------------------------------------------------------------------# -macro(ADD_TARGET_FLAG_IF_AVAIL _TARG) - foreach(_ARG ${ARGN}) - ADD_TARGET_C_FLAG_IF_AVAIL(${_TARG} ${_ARG}) - ADD_TARGET_CXX_FLAG_IF_AVAIL(${_TARG} ${_ARG}) - endforeach() -endmacro() - - -#----------------------------------------------------------------------------------------# -# add to any language -#----------------------------------------------------------------------------------------# -function(ADD_USER_FLAGS _TARGET _LANGUAGE) - - set(_FLAGS ${${_LANGUAGE}FLAGS} $ENV{${_LANGUAGE}FLAGS} - ${${_LANGUAGE}_FLAGS} $ENV{${_LANGUAGE}_FLAGS}) - - string(REPLACE " " ";" _FLAGS "${_FLAGS}") - - set(${PROJECT_NAME}_${_LANGUAGE}_FLAGS - ${${PROJECT_NAME}_${_LANGUAGE}_FLAGS} ${_FLAGS} PARENT_SCOPE) - - set(${PROJECT_NAME}_${_LANGUAGE}_COMPILE_OPTIONS - ${${PROJECT_NAME}_${_LANGUAGE}_COMPILE_OPTIONS} ${_FLAGS} PARENT_SCOPE) - - target_compile_options(${_TARGET} INTERFACE - $<$:${_FLAGS}>) -endfunction() - - -#----------------------------------------------------------------------------------------# -# determine compiler types for each language -#----------------------------------------------------------------------------------------# -foreach(LANG C CXX) - - macro(SET_COMPILER_VAR VAR _BOOL) - set(CMAKE_${LANG}_COMPILER_IS_${VAR} ${_BOOL}) - endmacro() - - if(("${LANG}" STREQUAL "C" AND CMAKE_COMPILER_IS_GNUCC) - OR - ("${LANG}" STREQUAL "CXX" AND CMAKE_COMPILER_IS_GNUCXX)) - - # GNU compiler - SET_COMPILER_VAR( GNU ON) - - elseif(CMAKE_${LANG}_COMPILER MATCHES "icc.*") - - # Intel icc compiler - SET_COMPILER_VAR( INTEL ON) - SET_COMPILER_VAR( INTEL_ICC ON) - - elseif(CMAKE_${LANG}_COMPILER MATCHES "icpc.*") - - # Intel icpc compiler - SET_COMPILER_VAR( INTEL ON) - SET_COMPILER_VAR( INTEL_ICPC ON) - - elseif(CMAKE_${LANG}_COMPILER_ID MATCHES "Clang" OR - CMAKE_${LANG}_COMPILER_ID MATCHES "AppleClang") - - # Clang/LLVM compiler - SET_COMPILER_VAR( CLANG ON) - - elseif(CMAKE_${LANG}_COMPILER_ID MATCHES "PGI") - - # PGI compiler - SET_COMPILER_VAR( PGI ON) - - elseif(CMAKE_${LANG}_COMPILER MATCHES "xlC" AND UNIX) - - # IBM xlC compiler - SET_COMPILER_VAR( XLC ON) - - elseif(CMAKE_${LANG}_COMPILER MATCHES "aCC" AND UNIX) - - # HP aC++ compiler - SET_COMPILER_VAR( HP_ACC ON) - - elseif(CMAKE_${LANG}_COMPILER MATCHES "CC" AND - CMAKE_SYSTEM_NAME MATCHES "IRIX" AND UNIX) - - # IRIX MIPSpro CC Compiler - SET_COMPILER_VAR( MIPS ON) - - elseif(CMAKE_${LANG}_COMPILER_ID MATCHES "Intel") - - SET_COMPILER_VAR( INTEL ON) - - set(CTYPE ICC) - if("${LANG}" STREQUAL "CXX") - set(CTYPE ICPC) - endif() - - SET_COMPILER_VAR( INTEL_${CTYPE} ON) - - elseif(CMAKE_${LANG}_COMPILER MATCHES "MSVC") - - # Windows Visual Studio compiler - SET_COMPILER_VAR( MSVC ON) - - endif() - - # set other to no - foreach(TYPE GNU INTEL INTEL_ICC INTEL_ICPC CLANG PGI XLC HP_ACC MIPS MSVC) - if(NOT ${CMAKE_${LANG}_COMPILER_IS_${TYPE}}) - SET_COMPILER_VAR(${TYPE} OFF) - endif() - endforeach() - - if(APPLE OR ("${CMAKE_INCLUDE_SYSTEM_FLAG_${LANG}}" STREQUAL "-I" AND NOT WIN32)) - # set(CMAKE_INCLUDE_SYSTEM_FLAG_${LANG} "-isystem ") - endif() - -endforeach() diff --git a/source/externals/ptl/cmake/Modules/ConfigurePackage.cmake b/source/externals/ptl/cmake/Modules/ConfigurePackage.cmake deleted file mode 100644 index da350dd136..0000000000 --- a/source/externals/ptl/cmake/Modules/ConfigurePackage.cmake +++ /dev/null @@ -1,43 +0,0 @@ - -################################################################################ -# -# PTL Package installation -# -################################################################################ - -include(CMakePackageConfigHelpers) - -set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_INCLUDEDIR}) -set(LIB_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}) - -configure_package_config_file( - ${PROJECT_SOURCE_DIR}/cmake/Templates/${PROJECT_NAME}Config.cmake.in - ${PROJECT_BINARY_DIR}/installation/${PROJECT_NAME}Config.cmake - INSTALL_DESTINATION ${CMAKE_INSTALL_CONFIGDIR} - INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} - PATH_VARS - INCLUDE_INSTALL_DIR - LIB_INSTALL_DIR) - -write_basic_package_version_file( - ${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake - VERSION ${PROJECT_VERSION} - COMPATIBILITY SameMajorVersion) - -install(FILES ${PROJECT_BINARY_DIR}/installation/${PROJECT_NAME}Config.cmake - ${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake - DESTINATION ${CMAKE_INSTALL_CONFIGDIR}) - -install(FILES ${PROJECT_SOURCE_DIR}/cmake/Modules/FindTBB.cmake - DESTINATION ${CMAKE_INSTALL_CONFIGDIR}/Modules) - - -set(BUILD_TREE ON) -configure_package_config_file( - ${PROJECT_SOURCE_DIR}/cmake/Templates/${PROJECT_NAME}Config.cmake.in - ${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake - INSTALL_DESTINATION ${PROJECT_BINARY_DIR} - INSTALL_PREFIX ${PROJECT_BINARY_DIR} - PATH_VARS - INCLUDE_INSTALL_DIR - LIB_INSTALL_DIR) diff --git a/source/externals/ptl/cmake/Modules/CudaConfig.cmake b/source/externals/ptl/cmake/Modules/CudaConfig.cmake deleted file mode 100644 index 53e2f08287..0000000000 --- a/source/externals/ptl/cmake/Modules/CudaConfig.cmake +++ /dev/null @@ -1,44 +0,0 @@ - -#------------------------------------------------------------------------------# -# CUDA function -# -function(NVCUDA_COMPILE_PTX) - set(options "") - set(oneValueArgs TARGET_PATH GENERATED_FILES OUTPUT_DIR) - set(multiValueArgs NVCC_OPTIONS SOURCES) - cmake_parse_arguments(NVCUDA_COMPILE_PTX "${options}" "${oneValueArgs}" - "${multiValueArgs}" ${ARGN}) - - # Match the bitness of the ptx to the bitness of the application - set( MACHINE "--machine=32" ) - if( CMAKE_SIZEOF_VOID_P EQUAL 8) - set( MACHINE "--machine=64" ) - endif() - - set(_OUTPUT_DIR ${NVCUDA_COMPILE_PTX_OUTPUT_DIR}) - if("${_OUTPUT_DIR}" STREQUAL "") - set(_OUTPUT_DIR ${CUDA_GENERATED_OUTPUT_DIR}) - endif() - - # Custom build rule to generate ptx files from cuda files - foreach(input ${NVCUDA_COMPILE_PTX_SOURCES}) - get_filename_component(input_we ${input} NAME_WE) - - # generate the *.ptx files inside "ptx" folder inside - # the executable's output directory. - set( output "${_OUTPUT_DIR}/${input_we}.ptx" ) - - list(APPEND PTX_FILES ${output}) - - add_custom_command( - OUTPUT ${output} - DEPENDS ${input} - WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" - COMMAND ${CUDA_NVCC_EXECUTABLE} ${MACHINE} - --ptx ${NVCUDA_COMPILE_PTX_NVCC_OPTIONS} ${input} - -o ${output} - ) - endforeach() - - set(${NVCUDA_COMPILE_PTX_GENERATED_FILES} ${PTX_FILES} PARENT_SCOPE) -endfunction() diff --git a/source/externals/ptl/cmake/Modules/Documentation.cmake b/source/externals/ptl/cmake/Modules/Documentation.cmake index f727f35a0d..0575274011 100644 --- a/source/externals/ptl/cmake/Modules/Documentation.cmake +++ b/source/externals/ptl/cmake/Modules/Documentation.cmake @@ -1,18 +1,20 @@ # -# Create a "make doc" target using Doxygen +# Create a "make doc" target using Doxygen. +# # Prototype: -# GENERATE_DOCUMENTATION(doxygen_config_file) +# +# GENERATE_DOCUMENTATION(doxygen_config_file) +# # Parameters: -# doxygen_config_file Doxygen configuration file (must in the -# root of the source directory) +# +# * doxygen_config_file: Doxygen configuration file (must in the root of the source +# directory) include(MacroUtilities) -include(CMakeDependentOption) -#------------------------------------------------------------------------------# +# -------------------------------------------------------------------------------------- # -# if BUILD_DOXYGEN_DOCS = ON, we want to build docs quietly -# else, don't build quietly +# if BUILD_DOXYGEN_DOCS = ON, we want to build docs quietly else, don't build quietly add_option(${PROJECT_NAME}_DOCS_QUIET "Suppress standard output when making the docs" ON) mark_as_advanced(${PROJECT_NAME}_DOCS_QUIET) @@ -40,7 +42,7 @@ set(AVAILABLE_DOXYGEN_DOC_FORMATS HTML LATEX MAN XML RTF) set(_default_on "MAN") foreach(_doc_format ${AVAILABLE_DOXYGEN_DOC_FORMATS}) # find if we want it on - STRING(REGEX MATCH "${_doc_format}" SET_TO_ON "${_default_on}") + string(REGEX MATCH "${_doc_format}" SET_TO_ON "${_default_on}") # if doc format is MAN and it is not a UNIX machine --> turn off if("${_doc_format}" STREQUAL "MAN" AND NOT UNIX) set(SET_TO_ON "") @@ -53,12 +55,12 @@ foreach(_doc_format ${AVAILABLE_DOXYGEN_DOC_FORMATS}) endif() # add option add_option(${PROJECT_NAME}_${_doc_format}_DOCS - "Build documentation with ${_doc_format} format" ${_default}) + "Build documentation with ${_doc_format} format" ${_default}) mark_as_advanced(${PROJECT_NAME}_${_doc_format}_DOCS) endforeach() -# loop over doc formats and set GENERATE_DOXYGEN_${_doc_format}_DOC to -# YES/NO GENERATE_DOXYGEN_${_doc_format}_DOC is used in configure_file @ONLY +# loop over doc formats and set GENERATE_DOXYGEN_${_doc_format}_DOC to YES/NO +# GENERATE_DOXYGEN_${_doc_format}_DOC is used in configure_file @ONLY foreach(_doc_format ${AVAILABLE_DOXYGEN_DOC_FORMATS}) if(${PROJECT_NAME}_${_doc_format}_DOCS) set(GENERATE_DOXYGEN_${_doc_format}_DOC YES) @@ -67,7 +69,6 @@ foreach(_doc_format ${AVAILABLE_DOXYGEN_DOC_FORMATS}) endif() endforeach() - if(DOXYGEN_DOT_FOUND) set(DOXYGEN_DOT_GRAPH_TYPES CLASS CALL CALLER) # options to turn generation of class, call, and caller graphs @@ -78,8 +79,7 @@ if(DOXYGEN_DOT_FOUND) option(${PROJECT_NAME}_${_graph_type}_GRAPH "${_message}" ON) mark_as_advanced(${PROJECT_NAME}_${_graph_type}_GRAPH) # set GENERATE_DOXYGEN_${_graph_type}_GRAPH to YES/NO - # GENERATE_DOXYGEN_${_graph_type}_GRAPH is used in configure_file - # @ONLY + # GENERATE_DOXYGEN_${_graph_type}_GRAPH is used in configure_file @ONLY if(${PROJECT_NAME}_${_graph_type}_GRAPH) set(GENERATE_DOXYGEN_${_graph_type}_GRAPH YES) else() @@ -95,10 +95,19 @@ if("${BUILDTREE_DIRS}" STREQUAL "") message(FATAL_ERROR "Property PTL_DOCUMENTATION_DIRS is empty") endif() -LIST(REMOVE_DUPLICATES BUILDTREE_DIRS) +list(REMOVE_DUPLICATES BUILDTREE_DIRS) set(SOURCE_FILES) -set(EXTENSIONS h hh hpp c cc cpp icc tcc py) +set(EXTENSIONS + h + hh + hpp + c + cc + cpp + icc + tcc + py) foreach(_DIR ${BUILDTREE_DIRS}) foreach(_EXT ${EXTENSIONS}) file(GLOB _FILES "${_DIR}/*.${_EXT}") @@ -108,13 +117,12 @@ foreach(_DIR ${BUILDTREE_DIRS}) unset(_FILES CACHE) endforeach() endforeach() -#message(STATUS "source files: ${SOURCE_FILES}") # Doxyfiles was spaces not semi-colon separated lists -STRING(REPLACE ";" " " BUILDTREE_DIRS "${BUILDTREE_DIRS}") -STRING(REPLACE ";" " " SOURCE_FILES "${SOURCE_FILES}") +string(REPLACE ";" " " BUILDTREE_DIRS "${BUILDTREE_DIRS}") +string(REPLACE ";" " " SOURCE_FILES "${SOURCE_FILES}") -#----------------------------------------------------------------------- +# ----------------------------------------------------------------------- if(XCODE) set(GENERATE_DOCSET_IF_XCODE YES) @@ -122,79 +130,86 @@ else() set(GENERATE_DOCSET_IF_XCODE NO) endif() -#----------------------------------------------------------------------- +# ----------------------------------------------------------------------- configure_file(${PROJECT_SOURCE_DIR}/cmake/Templates/Doxyfile.in - ${PROJECT_BINARY_DIR}/doc/Doxyfile.${PROJECT_NAME} - @ONLY) + ${PROJECT_BINARY_DIR}/doc/Doxyfile.${PROJECT_NAME} @ONLY) if(${PROJECT_NAME}_HTML_DOCS) - FILE(WRITE ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}_Documentation.html - "") + file(WRITE ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}_Documentation.html + "") endif() -#------------------------------------------------------------------------------# -# Macro to generate documentation -# from: -# http://www.cmake.org/pipermail/cmake/2007-May/014174.html -MACRO(GENERATE_DOCUMENTATION DOXYGEN_CONFIG_FILE) +# -------------------------------------------------------------------------------------- # +# Macro to generate documentation from: +# http://www.cmake.org/pipermail/cmake/2007-May/014174.html +macro(GENERATE_DOCUMENTATION DOXYGEN_CONFIG_FILE) - FIND_PACKAGE(Doxygen) + find_package(Doxygen) if(NOT Doxygen_FOUND) - message(STATUS "Doxygen executable cannot be found. Disable ${PROJECT_NAME}_DOXYGEN_DOCS") - return() + message( + STATUS + "Doxygen executable cannot be found. Disable ${PROJECT_NAME}_DOXYGEN_DOCS" + ) + return() endif() - SET(DOXYFILE_FOUND false) + set(DOXYFILE_FOUND false) - IF(EXISTS ${PROJECT_BINARY_DIR}/doc/${DOXYGEN_CONFIG_FILE}) - SET(DOXYFILE_FOUND true) - ELSE(EXISTS ${PROJECT_BINARY_DIR}/doc/${DOXYGEN_CONFIG_FILE}) - MESSAGE(STATUS "Doxygen config file was not found at ${PROJECT_BINARY_DIR}/doc/${DOXYGEN_CONFIG_FILE}") - ENDIF(EXISTS ${PROJECT_BINARY_DIR}/doc/${DOXYGEN_CONFIG_FILE}) + if(EXISTS ${PROJECT_BINARY_DIR}/doc/${DOXYGEN_CONFIG_FILE}) + set(DOXYFILE_FOUND true) + else() + message( + STATUS + "Doxygen config file was not found at ${PROJECT_BINARY_DIR}/doc/${DOXYGEN_CONFIG_FILE}" + ) + endif() - IF( DOXYGEN_FOUND ) - IF( DOXYFILE_FOUND ) + if(DOXYGEN_FOUND) + if(DOXYFILE_FOUND) # Add target - ADD_CUSTOM_TARGET(docs ${DOXYGEN_EXECUTABLE} - "${PROJECT_BINARY_DIR}/doc/${DOXYGEN_CONFIG_FILE}" ) + add_custom_target(docs ${DOXYGEN_EXECUTABLE} + "${PROJECT_BINARY_DIR}/doc/${DOXYGEN_CONFIG_FILE}") - install(DIRECTORY ${PROJECT_BINARY_DIR}/doc/man/ - DESTINATION ${CMAKE_INSTALL_MANDIR} - OPTIONAL - COMPONENT documentation - ) + install( + DIRECTORY ${PROJECT_BINARY_DIR}/doc/man/ + DESTINATION ${CMAKE_INSTALL_MANDIR} + OPTIONAL + COMPONENT documentation) - install(DIRECTORY ${PROJECT_BINARY_DIR}/doc/html - DESTINATION ${CMAKE_INSTALL_DOCDIR} - OPTIONAL - COMPONENT documentation - ) + install( + DIRECTORY ${PROJECT_BINARY_DIR}/doc/html + DESTINATION ${CMAKE_INSTALL_DOCDIR} + OPTIONAL + COMPONENT documentation) - install(DIRECTORY ${PROJECT_BINARY_DIR}/doc/latex - DESTINATION ${CMAKE_INSTALL_DOCDIR} - OPTIONAL - COMPONENT documentation - ) + install( + DIRECTORY ${PROJECT_BINARY_DIR}/doc/latex + DESTINATION ${CMAKE_INSTALL_DOCDIR} + OPTIONAL + COMPONENT documentation) - install(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}_Documentation.html - DESTINATION ${CMAKE_INSTALL_DOCDIR} - OPTIONAL - COMPONENT documentation - ) + install( + FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}_Documentation.html + DESTINATION ${CMAKE_INSTALL_DOCDIR} + OPTIONAL + COMPONENT documentation) - ELSE( DOXYFILE_FOUND ) - MESSAGE( STATUS "Doxygen configuration file not found - Documentation will not be generated" ) - ENDIF( DOXYFILE_FOUND ) - ELSE(DOXYGEN_FOUND) - MESSAGE(STATUS "Doxygen not found - Documentation will not be generated") - ENDIF(DOXYGEN_FOUND) + else() + message( + STATUS + "Doxygen configuration file not found - Documentation will not be generated" + ) + endif() + else() + message(STATUS "Doxygen not found - Documentation will not be generated") + endif() -ENDMACRO(GENERATE_DOCUMENTATION) +endmacro() -#------------------------------------------------------------------------------# -# Macro to generate PDF manual from LaTeX using pdflatex -# assumes manual is in ${CMAKE_SOURCE_DIR}/doc -MACRO(GENERATE_MANUAL MANUAL_TEX MANUAL_BUILD_PATH EXTRA_FILES_TO_COPY) +# -------------------------------------------------------------------------------------- # +# Macro to generate PDF manual from LaTeX using pdflatex assumes manual is in +# ${CMAKE_SOURCE_DIR}/doc +macro(GENERATE_MANUAL MANUAL_TEX MANUAL_BUILD_PATH EXTRA_FILES_TO_COPY) find_program(PDFLATEX pdflatex) @@ -205,23 +220,23 @@ MACRO(GENERATE_MANUAL MANUAL_TEX MANUAL_BUILD_PATH EXTRA_FILES_TO_COPY) set(MANUAL_BUILD_PATH ${CMAKE_BINARY_DIR}/${MANUAL_BUILD_PATH}) if(NOT EXISTS ${CMAKE_SOURCE_DIR}/doc/${MANUAL_TEX}) - message(FATAL_ERROR "LaTeX of manual for ${PROJECT_NAME} is not in ${CMAKE_SOURCE_DIR}/doc") + message( + FATAL_ERROR + "LaTeX of manual for ${PROJECT_NAME} is not in ${CMAKE_SOURCE_DIR}/doc" + ) endif() configure_file(${CMAKE_SOURCE_DIR}/doc/${MANUAL_TEX} - ${MANUAL_BUILD_PATH}/${MANUAL_NAME} - COPYONLY) + ${MANUAL_BUILD_PATH}/${MANUAL_NAME} COPYONLY) foreach(_file ${EXTRA_FILES_TO_COPY}) - configure_file(${CMAKE_SOURCE_DIR}/doc/${_file} - ${MANUAL_BUILD_PATH}/${_file} + configure_file(${CMAKE_SOURCE_DIR}/doc/${_file} ${MANUAL_BUILD_PATH}/${_file} COPYONLY) endforeach() - add_custom_target(man - ${PDFLATEX} "${MANUAL_NAME}" - WORKING_DIRECTORY - ${MANUAL_BUILD_PATH} - ) + add_custom_target( + man + ${PDFLATEX} "${MANUAL_NAME}" + WORKING_DIRECTORY ${MANUAL_BUILD_PATH}) endif() -ENDMACRO() +endmacro() diff --git a/source/externals/ptl/cmake/Modules/FindTBB.cmake b/source/externals/ptl/cmake/Modules/FindTBB.cmake index c41147c424..427eea459a 100644 --- a/source/externals/ptl/cmake/Modules/FindTBB.cmake +++ b/source/externals/ptl/cmake/Modules/FindTBB.cmake @@ -1,340 +1,463 @@ -# Module for locating Intel's Threading Building Blocks (TBB). +# - Find ThreadingBuildingBlocks include dirs and libraries +# Use this module by invoking find_package with the form: +# find_package(TBB +# [REQUIRED] # Fail with error if TBB is not found +# ) # +# Once done, this will define # -# Customizable variables: -# TBB_ROOT_DIR -# Specifies TBB's root directory. +# TBB_FOUND - system has TBB +# TBB_INCLUDE_DIRS - the TBB include directories +# TBB_LIBRARIES - TBB libraries to be lined, doesn't include malloc or +# malloc proxy +# TBB::tbb - imported target for the TBB library # -# Read-only variables: -# TBB_FOUND -# Indicates whether the library has been found. +# TBB_VERSION_MAJOR - Major Product Version Number +# TBB_VERSION_MINOR - Minor Product Version Number +# TBB_INTERFACE_VERSION - Engineering Focused Version Number +# TBB_COMPATIBLE_INTERFACE_VERSION - The oldest major interface version +# still supported. This uses the engineering +# focused interface version numbers. # -# TBB_INCLUDE_DIRS -# Specifies TBB's include directory. +# TBB_MALLOC_FOUND - system has TBB malloc library +# TBB_MALLOC_INCLUDE_DIRS - the TBB malloc include directories +# TBB_MALLOC_LIBRARIES - The TBB malloc libraries to be lined +# TBB::malloc - imported target for the TBB malloc library # -# TBB_LIBRARIES -# Specifies TBB libraries that should be passed to target_link_libararies. -# -# TBB__LIBRARIES -# Specifies the libraries of a specific . -# -# TBB__FOUND -# Indicates whether the specified was found. +# TBB_MALLOC_PROXY_FOUND - system has TBB malloc proxy library +# TBB_MALLOC_PROXY_INCLUDE_DIRS = the TBB malloc proxy include directories +# TBB_MALLOC_PROXY_LIBRARIES - The TBB malloc proxy libraries to be lined +# TBB::malloc_proxy - imported target for the TBB malloc proxy library # # -# Copyright (c) 2012 Sergiu Dotenco +# This module reads hints about search locations from variables: +# ENV TBB_ARCH_PLATFORM - for eg. set it to "mic" for Xeon Phi builds +# ENV TBB_ROOT or just TBB_ROOT - root directory of tbb installation +# ENV TBB_BUILD_PREFIX - specifies the build prefix for user built tbb +# libraries. Should be specified with ENV TBB_ROOT +# and optionally... +# ENV TBB_BUILD_DIR - if build directory is different than ${TBB_ROOT}/build # -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: # -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. +# Modified by Robert Maynard from the original OGRE source # -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTTBBLAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -INCLUDE (FindPackageHandleStandardArgs) - -#------------------------------------------------------------------------------# +#------------------------------------------------------------------- +# This file is part of the CMake build system for OGRE +# (Object-oriented Graphics Rendering Engine) +# For the latest info, see http://www.ogre3d.org/ # -# Paths +# The contents of this file are placed in the public domain. Feel +# free to make use of it in any way you like. +#------------------------------------------------------------------- # -#------------------------------------------------------------------------------# - -IF(CMAKE_VERSION VERSION_GREATER 2.8.7) - SET(_TBB_CHECK_COMPONENTS ON) -ELSE() - SET(_TBB_CHECK_COMPONENTS OFF) -ENDIF() - -FIND_PATH(TBB_ROOT_DIR - NAMES include/tbb/tbb.h - PATHS ENV TBBROOT - ENV TBB40_INSTALL_DIR - ENV TBB30_INSTALL_DIR - ENV TBB22_INSTALL_DIR - ENV TBB21_INSTALL_DIR - ENV TBB_ROOT_DIR - DOC "TBB root directory") - -FIND_PATH(TBB_INCLUDE_DIR - NAMES tbb/tbb.h - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES include - DOC "TBB include directory") - -#------------------------------------------------------------------------------# +#============================================================================= +# Copyright 2010-2012 Kitware, Inc. +# Copyright 2012 Rolf Eike Beer # -# Library suffixes +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. # -#------------------------------------------------------------------------------# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) -IF(MSVC11) - SET(_TBB_COMPILER vc11) -ELSEIF(MSVC10) - SET(_TBB_COMPILER vc10) -ELSEIF(MSVC90) - SET(_TBB_COMPILER vc9) -ELSEIF(MSVC80) - SET(_TBB_COMPILER vc8) -ELSEIF(WIN32) - SET(_TBB_COMPILER vc_mt) -ENDIF(MSVC11) -IF(CMAKE_SIZEOF_VOID_P EQUAL 8) - SET(_TBB_POSSIBLE_LIB_SUFFIXES lib/intel64/${_TBB_COMPILER}) - SET(_TBB_POSSIBLE_BIN_SUFFIXES bin/intel64/${_TBB_COMPILER}) -ELSE(CMAKE_SIZEOF_VOID_P EQUAL 8) - SET(_TBB_POSSIBLE_LIB_SUFFIXES lib/ia32/${_TBB_COMPILER}) - SET(_TBB_POSSIBLE_BIN_SUFFIXES bin/ia32/${_TBB_COMPILER}) -ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 8) - -LIST(APPEND _TBB_POSSIBLE_LIB_SUFFIXES lib/$ENV{TBB_ARCH_PLATFORM}) - -IF(UNIX) - FOREACH(_VERSION 4.7 4.4 4.1) - IF(CMAKE_SIZEOF_VOID_P EQUAL 8) - LIST(APPEND _TBB_POSSIBLE_LIB_SUFFIXES lib/intel64/gcc${_VERSION}) - ELSE() - LIST(APPEND _TBB_POSSIBLE_LIB_SUFFIXES lib/ia32/gcc${_VERSION}) - ENDIF() - ENDFOREACH() -ENDIF() - -#------------------------------------------------------------------------------# +#============================================================================= +# FindTBB helper functions and macros # -# TBB library + +# Use TBBConfig.cmake if possible. + +set(_tbb_find_quiet) +if (TBB_FIND_QUIETLY) + set(_tbb_find_quiet QUIET) +endif () +set(_tbb_find_components) +set(_tbb_find_optional_components) +foreach (_tbb_find_component IN LISTS TBB_FIND_COMPONENTS) + if (TBB_FIND_REQUIRED_${_tbb_find_component}) + list(APPEND _tbb_find_components "${_tbb_find_component}") + else () + list(APPEND _tbb_find_optional_components "${_tbb_find_component}") + endif () +endforeach () +unset(_tbb_find_component) +find_package(TBB CONFIG ${_tbb_find_quiet} + COMPONENTS ${_tbb_find_components} + OPTIONAL_COMPONENTS ${_tbb_find_optional_components}) +unset(_tbb_find_quiet) +unset(_tbb_find_components) +unset(_tbb_find_optional_components) +if (TBB_FOUND) + return () +endif () + +#==================================================== +# Fix the library path in case it is a linker script +#==================================================== +function(tbb_extract_real_library library real_library) + if(NOT UNIX OR NOT EXISTS ${library}) + set(${real_library} "${library}" PARENT_SCOPE) + return() + endif() + + #Read in the first 4 bytes and see if they are the ELF magic number + set(_elf_magic "7f454c46") + file(READ ${library} _hex_data OFFSET 0 LIMIT 4 HEX) + if(_hex_data STREQUAL _elf_magic) + #we have opened a elf binary so this is what + #we should link to + set(${real_library} "${library}" PARENT_SCOPE) + return() + endif() + + file(READ ${library} _data OFFSET 0 LIMIT 1024) + if("${_data}" MATCHES "INPUT \\(([^(]+)\\)") + #extract out the .so name from REGEX MATCH command + set(_proper_so_name "${CMAKE_MATCH_1}") + + #construct path to the real .so which is presumed to be in the same directory + #as the input file + get_filename_component(_so_dir "${library}" DIRECTORY) + set(${real_library} "${_so_dir}/${_proper_so_name}" PARENT_SCOPE) + else() + #unable to determine what this library is so just hope everything works + #and pass it unmodified. + set(${real_library} "${library}" PARENT_SCOPE) + endif() +endfunction() + +#=============================================== +# Do the final processing for the package find. +#=============================================== +macro(findpkg_finish PREFIX TARGET_NAME) + if (${PREFIX}_INCLUDE_DIR AND ${PREFIX}_LIBRARY) + set(${PREFIX}_FOUND TRUE) + set (${PREFIX}_INCLUDE_DIRS ${${PREFIX}_INCLUDE_DIR}) + set (${PREFIX}_LIBRARIES ${${PREFIX}_LIBRARY}) + else () + if (${PREFIX}_FIND_REQUIRED AND NOT ${PREFIX}_FIND_QUIETLY) + message(FATAL_ERROR "Required library ${PREFIX} not found.") + endif () + endif () + + if (NOT TARGET "TBB::${TARGET_NAME}") + if (${PREFIX}_LIBRARY_RELEASE) + tbb_extract_real_library(${${PREFIX}_LIBRARY_RELEASE} real_release) + endif () + if (${PREFIX}_LIBRARY_DEBUG) + tbb_extract_real_library(${${PREFIX}_LIBRARY_DEBUG} real_debug) + endif () + add_library(TBB::${TARGET_NAME} UNKNOWN IMPORTED) + set_target_properties(TBB::${TARGET_NAME} PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${${PREFIX}_INCLUDE_DIR}") + if (${PREFIX}_LIBRARY_DEBUG AND ${PREFIX}_LIBRARY_RELEASE) + set_target_properties(TBB::${TARGET_NAME} PROPERTIES + IMPORTED_LOCATION "${real_release}" + IMPORTED_LOCATION_DEBUG "${real_debug}" + IMPORTED_LOCATION_RELEASE "${real_release}") + elseif (${PREFIX}_LIBRARY_RELEASE) + set_target_properties(TBB::${TARGET_NAME} PROPERTIES + IMPORTED_LOCATION "${real_release}") + elseif (${PREFIX}_LIBRARY_DEBUG) + set_target_properties(TBB::${TARGET_NAME} PROPERTIES + IMPORTED_LOCATION "${real_debug}") + endif () + endif () + + #mark the following variables as internal variables + mark_as_advanced(${PREFIX}_INCLUDE_DIR + ${PREFIX}_LIBRARY + ${PREFIX}_LIBRARY_DEBUG + ${PREFIX}_LIBRARY_RELEASE) +endmacro() + +#=============================================== +# Generate debug names from given release names +#=============================================== +macro(get_debug_names PREFIX) + foreach(i ${${PREFIX}}) + set(${PREFIX}_DEBUG ${${PREFIX}_DEBUG} ${i}d ${i}D ${i}_d ${i}_D ${i}_debug ${i}) + endforeach() +endmacro() + +#=============================================== +# See if we have env vars to help us find tbb +#=============================================== +macro(getenv_path VAR) + set(ENV_${VAR} $ENV{${VAR}}) + # replace won't work if var is blank + if (ENV_${VAR}) + string( REGEX REPLACE "\\\\" "/" ENV_${VAR} ${ENV_${VAR}} ) + endif () +endmacro() + +#=============================================== +# Couple a set of release AND debug libraries +#=============================================== +macro(make_library_set PREFIX) + if (${PREFIX}_RELEASE AND ${PREFIX}_DEBUG) + set(${PREFIX} optimized ${${PREFIX}_RELEASE} debug ${${PREFIX}_DEBUG}) + elseif (${PREFIX}_RELEASE) + set(${PREFIX} ${${PREFIX}_RELEASE}) + elseif (${PREFIX}_DEBUG) + set(${PREFIX} ${${PREFIX}_DEBUG}) + endif () +endmacro() + + +#============================================================================= +# Now to actually find TBB # -#------------------------------------------------------------------------------# -FIND_LIBRARY(TBB_LIBRARY_RELEASE - NAMES tbb - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} - DOC "TBB release library") +# Get path, convert backslashes as ${ENV_${var}} +getenv_path(TBB_ROOT) -FIND_LIBRARY(TBB_LIBRARY_DEBUG - NAMES tbb_debug - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} - DOC "TBB debug library") - -IF(TBB_LIBRARY_DEBUG AND "${CMAKE_BUILD_TYPE}" STREQUAL "Debug") - IF(NOT TBB_LIBRARY) - SET(TBB_LIBRARY ${TBB_LIBRARY_DEBUG} CACHE FILEPATH "TBB library" FORCE) - ENDIF(NOT TBB_LIBRARY) - LIST(APPEND _TBB_ALL_LIBS ${TBB_LIBRARY_DEBUG}) -ELSEIF(TBB_LIBRARY_RELEASE) - IF(NOT TBB_LIBRARY) - SET(TBB_LIBRARY ${TBB_LIBRARY_RELEASE} CACHE FILEPATH "TBB library" FORCE) - ENDIF(NOT TBB_LIBRARY) - LIST(APPEND _TBB_ALL_LIBS ${TBB_LIBRARY_RELEASE}) -ENDIF() +# initialize search paths +set(TBB_PREFIX_PATH ${TBB_ROOT} ${ENV_TBB_ROOT}) +set(TBB_INC_SEARCH_PATH "") +set(TBB_LIB_SEARCH_PATH "") -#------------------------------------------------------------------------------# -# -# Components -# -#------------------------------------------------------------------------------# +# If user built from sources +set(TBB_BUILD_PREFIX $ENV{TBB_BUILD_PREFIX}) +if (TBB_BUILD_PREFIX AND ENV_TBB_ROOT) + getenv_path(TBB_BUILD_DIR) + if (NOT ENV_TBB_BUILD_DIR) + set(ENV_TBB_BUILD_DIR ${ENV_TBB_ROOT}/build) + endif () -SET(_TBB_POSSIBLE_COMPONENTS preview malloc malloc_proxy) + # include directory under ${ENV_TBB_ROOT}/include + list(APPEND TBB_LIB_SEARCH_PATH + ${ENV_TBB_BUILD_DIR}/${TBB_BUILD_PREFIX}_release + ${ENV_TBB_BUILD_DIR}/${TBB_BUILD_PREFIX}_debug) +endif () -FOREACH(_TBB_COMPONENT ${TBB_FIND_COMPONENTS}) - STRING(REPLACE "_debug" "" _TBB_COMPONENT ${_TBB_COMPONENT}) - STRING(TOUPPER ${_TBB_COMPONENT} _TBB_COMPONENT_UPPER) - SET(_TBB_LIBRARY_BASE TBB_${_TBB_COMPONENT_UPPER}_LIBRARY) +# For Windows, let's assume that the user might be using the precompiled +# TBB packages from the main website. These use a rather awkward directory +# structure (at least for automatically finding the right files) depending +# on platform and compiler, but we'll do our best to accommodate it. +# Not adding the same effort for the precompiled linux builds, though. Those +# have different versions for CC compiler versions and linux kernels which +# will never adequately match the user's setup, so there is no feasible way +# to detect the "best" version to use. The user will have to manually +# select the right files. (Chances are the distributions are shipping their +# custom version of tbb, anyway, so the problem is probably nonexistent.) +if (WIN32 AND MSVC) + set(COMPILER_PREFIX "vc7.1") + if (MSVC_VERSION EQUAL 1400) + set(COMPILER_PREFIX "vc8") + elseif(MSVC_VERSION EQUAL 1500) + set(COMPILER_PREFIX "vc9") + elseif(MSVC_VERSION EQUAL 1600) + set(COMPILER_PREFIX "vc10") + elseif(MSVC_VERSION EQUAL 1700) + set(COMPILER_PREFIX "vc11") + elseif(MSVC_VERSION EQUAL 1800) + set(COMPILER_PREFIX "vc12") + elseif(MSVC_VERSION GREATER_EQUAL 1900) + set(COMPILER_PREFIX "vc14") + endif () - IF(${_TBB_COMPONENT} MATCHES "malloc*") - SET(_TBB_LIBRARY_NAME tbb${_TBB_COMPONENT}) - ELSE() - SET(_TBB_LIBRARY_NAME tbb_${_TBB_COMPONENT}) - ENDIF() + # for each prefix path, add ia32/64\${COMPILER_PREFIX}\lib to the lib search path + foreach (dir IN LISTS TBB_PREFIX_PATH) + if (CMAKE_CL_64) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/ia64/${COMPILER_PREFIX}/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/ia64/${COMPILER_PREFIX}) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/intel64/${COMPILER_PREFIX}/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/intel64/${COMPILER_PREFIX}) + else () + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/ia32/${COMPILER_PREFIX}/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/ia32/${COMPILER_PREFIX}) + endif () + endforeach () +endif () - FIND_LIBRARY(${_TBB_LIBRARY_BASE}_RELEASE - NAMES ${_TBB_LIBRARY_NAME} - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} - DOC "TBB ${_TBB_COMPONENT} release library") +# For OS X binary distribution, choose libc++ based libraries for Mavericks (10.9) +# and above and AppleClang +if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND + NOT CMAKE_SYSTEM_VERSION VERSION_LESS 13.0) + set (USE_LIBCXX OFF) + cmake_policy(GET CMP0025 POLICY_VAR) - FIND_LIBRARY(${_TBB_LIBRARY_BASE}_DEBUG - NAMES ${_TBB_LIBRARY_NAME}_debug - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} - DOC "TBB ${_TBB_COMPONENT} debug library") + if (POLICY_VAR STREQUAL "NEW") + if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") + set (USE_LIBCXX ON) + endif () + else () + if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") + set (USE_LIBCXX ON) + endif () + endif () - MARK_AS_ADVANCED (${_TBB_LIBRARY_BASE} ${_TBB_LIBRARY_BASE}_DEBUG) + if (USE_LIBCXX) + foreach (dir IN LISTS TBB_PREFIX_PATH) + list (APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/libc++ ${dir}/libc++/lib) + endforeach () + endif () +endif () - # default assumption - SET(TBB_${_TBB_COMPONENT_UPPER}_FOUND ON) - SET(TBB_${_TBB_COMPONENT}_FOUND ON) +# check compiler ABI +if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") + set(COMPILER_PREFIX) + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8) + list(APPEND COMPILER_PREFIX "gcc4.8") + endif() + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.7) + list(APPEND COMPILER_PREFIX "gcc4.7") + endif() + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.4) + list(APPEND COMPILER_PREFIX "gcc4.4") + endif() + list(APPEND COMPILER_PREFIX "gcc4.1") +elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") + set(COMPILER_PREFIX) + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.0) # Complete guess + list(APPEND COMPILER_PREFIX "gcc4.8") + endif() + if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.6) + list(APPEND COMPILER_PREFIX "gcc4.7") + endif() + list(APPEND COMPILER_PREFIX "gcc4.4") +else() # Assume compatibility with 4.4 for other compilers + list(APPEND COMPILER_PREFIX "gcc4.4") +endif () - IF(${_TBB_LIBRARY_BASE}_DEBUG AND ${_TBB_LIBRARY_BASE}_RELEASE) - SET(${_TBB_LIBRARY_BASE} - debug ${${_TBB_LIBRARY_BASE}_DEBUG} - optimized ${${_TBB_LIBRARY_BASE}_RELEASE} CACHE STRING - "TBB ${_TBB_COMPONENT} library") - LIST(APPEND _TBB_ALL_LIBS - optimized ${${_TBB_LIBRARY_BASE}_RELEASE} - debug ${${_TBB_LIBRARY_BASE}_DEBUG}) - LIST(APPEND TBB_FOUND_COMPONENTS ${_TBB_LIBRARY_BASE} ${_TBB_LIBRARY_BASE}_debug) - SET(TBB_${_TBB_COMPONENT_UPPER}_LIBRARY ${${_TBB_LIBRARY_BASE}_RELEASE}) - ELSEIF(${_TBB_LIBRARY_BASE}_DEBUG) - SET(${_TBB_LIBRARY_BASE} ${${_TBB_LIBRARY_BASE}_DEBUG}) - LIST(APPEND _TBB_ALL_LIBS ${${_TBB_LIBRARY_BASE}_DEBUG}) - LIST(APPEND TBB_FOUND_COMPONENTS ${_TBB_LIBRARY_BASE}) - SET(TBB_${_TBB_COMPONENT_UPPER}_LIBRARY ${${_TBB_LIBRARY_BASE}_DEBUG}) - ELSEIF(${_TBB_LIBRARY_BASE}_RELEASE) - SET(${_TBB_LIBRARY_BASE} ${${_TBB_LIBRARY_BASE}_RELEASE} - CACHE FILEPATH "TBB ${_TBB_COMPONENT} library") - LIST(APPEND _TBB_ALL_LIBS ${${_TBB_LIBRARY_BASE}_RELEASE}) - LIST(APPEND TBB_FOUND_COMPONENTS ${_TBB_LIBRARY_BASE}_debug) - SET(TBB_${_TBB_COMPONENT_UPPER}_LIBRARY ${${_TBB_LIBRARY_BASE}_RELEASE}) - ELSE() - # Component missing: record it for a later report - LIST(APPEND _TBB_MISSING_COMPONENTS ${_TBB_COMPONENT}) - SET(TBB_${_TBB_COMPONENT}_FOUND OFF) - SET(TBB_${_TBB_COMPONENT_UPPER}_FOUND OFF) - ENDIF() +# if platform architecture is explicitly specified +set(TBB_ARCH_PLATFORM $ENV{TBB_ARCH_PLATFORM}) +if (TBB_ARCH_PLATFORM) + foreach (dir IN LISTS TBB_PREFIX_PATH) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/${TBB_ARCH_PLATFORM}/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/${TBB_ARCH_PLATFORM}) + endforeach () +endif () - IF(${_TBB_LIBRARY_BASE}) - # setup the TBB__LIBRARIES variable - SET(TBB_${_TBB_COMPONENT_UPPER}_LIBRARIES ${${_TBB_LIBRARY_BASE}}) - ELSE() - LIST(APPEND _TBB_MISSING_LIBRARIES ${_TBB_LIBRARY_BASE}) - ENDIF() +foreach (dir IN LISTS TBB_PREFIX_PATH) + foreach (prefix IN LISTS COMPILER_PREFIX) + if (CMAKE_SIZEOF_VOID_P EQUAL 8) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/intel64) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/intel64/${prefix}) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/intel64/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/intel64/${prefix}/lib) + else () + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/ia32) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib/ia32/${prefix}) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/ia32/lib) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/ia32/${prefix}/lib) + endif () + endforeach() +endforeach () -ENDFOREACH(_TBB_COMPONENT ${TBB_FIND_COMPONENTS}) +# add general search paths +foreach (dir IN LISTS TBB_PREFIX_PATH) + list(APPEND TBB_LIB_SEARCH_PATH ${dir}/lib ${dir}/Lib ${dir}/lib/tbb + ${dir}/Libs) + list(APPEND TBB_INC_SEARCH_PATH ${dir}/include ${dir}/Include + ${dir}/include/tbb) +endforeach () -#------------------------------------------------------------------------------# -# -# Standard variables -# -#------------------------------------------------------------------------------# -IF(_TBB_ALL_LIBS) - SET(TBB_LIBRARIES ${_TBB_ALL_LIBS}) -ENDIF() +set(TBB_LIBRARY_NAMES tbb) +get_debug_names(TBB_LIBRARY_NAMES) -IF(TBB_INCLUDE_DIR) - SET(TBB_INCLUDE_DIRS ${TBB_INCLUDE_DIR}) -ENDIF() -IF(DEFINED _TBB_MISSING_COMPONENTS AND _TBB_CHECK_COMPONENTS) - IF(NOT TBB_FIND_QUIETLY) - MESSAGE(STATUS "One or more TBB components were not found:") - # Display missing components indented, each on a separate line - FOREACH(_TBB_MISSING_COMPONENT ${_TBB_MISSING_COMPONENTS}) - MESSAGE(STATUS " " ${_TBB_MISSING_COMPONENT}) - ENDFOREACH(_TBB_MISSING_COMPONENT ${_TBB_MISSING_COMPONENTS}) - ENDIF(NOT TBB_FIND_QUIETLY) -ENDIF(DEFINED _TBB_MISSING_COMPONENTS AND _TBB_CHECK_COMPONENTS) +find_path(TBB_INCLUDE_DIR + NAMES tbb/tbb.h + PATHS ${TBB_INC_SEARCH_PATH}) -#------------------------------------------------------------------------------# -# -# Library's version -# -#------------------------------------------------------------------------------# +find_library(TBB_LIBRARY_RELEASE + NAMES ${TBB_LIBRARY_NAMES} + PATHS ${TBB_LIB_SEARCH_PATH}) +find_library(TBB_LIBRARY_DEBUG + NAMES ${TBB_LIBRARY_NAMES_DEBUG} + PATHS ${TBB_LIB_SEARCH_PATH}) +make_library_set(TBB_LIBRARY) -SET(_TBB_VERSION_HEADER ${TBB_INCLUDE_DIR}/tbb/tbb_stddef.h) +findpkg_finish(TBB tbb) -IF(EXISTS ${_TBB_VERSION_HEADER}) - FILE(READ ${_TBB_VERSION_HEADER} _TBB_VERSION_CONTENTS) +#if we haven't found TBB no point on going any further +if (NOT TBB_FOUND) + return() +endif () - STRING(REGEX REPLACE ".*#define TBB_VERSION_MAJOR[ \t]+([0-9]+).*" "\\1" - TBB_VERSION_MAJOR "${_TBB_VERSION_CONTENTS}") - STRING(REGEX REPLACE ".*#define TBB_VERSION_MINOR[ \t]+([0-9]+).*" "\\1" - TBB_VERSION_MINOR "${_TBB_VERSION_CONTENTS}") +#============================================================================= +# Look for TBB's malloc package +set(TBB_MALLOC_LIBRARY_NAMES tbbmalloc) +get_debug_names(TBB_MALLOC_LIBRARY_NAMES) - SET(TBB_VERSION ${TBB_VERSION_MAJOR}.${TBB_VERSION_MINOR}) - SET(TBB_VERSION_COMPONENTS 2) -ENDIF() +find_path(TBB_MALLOC_INCLUDE_DIR + NAMES tbb/tbb.h + PATHS ${TBB_INC_SEARCH_PATH}) -IF(WIN32) - FIND_PROGRAM(LIB_EXECUTABLE NAMES lib - HINTS - "$ENV{VS110COMNTOOLS}/../../VC/bin" - "$ENV{VS100COMNTOOLS}/../../VC/bin" - "$ENV{VS90COMNTOOLS}/../../VC/bin" - "$ENV{VS71COMNTOOLS}/../../VC/bin" - "$ENV{VS80COMNTOOLS}/../../VC/bin" - DOC "Library manager") +find_library(TBB_MALLOC_LIBRARY_RELEASE + NAMES ${TBB_MALLOC_LIBRARY_NAMES} + PATHS ${TBB_LIB_SEARCH_PATH}) +find_library(TBB_MALLOC_LIBRARY_DEBUG + NAMES ${TBB_MALLOC_LIBRARY_NAMES_DEBUG} + PATHS ${TBB_LIB_SEARCH_PATH}) +make_library_set(TBB_MALLOC_LIBRARY) - MARK_AS_ADVANCED (LIB_EXECUTABLE) -ENDIF() +findpkg_finish(TBB_MALLOC tbbmalloc) -MACRO(GET_LIB_REQUISITES LIB REQUISITES) - IF(LIB_EXECUTABLE) - GET_FILENAME_COMPONENT(_LIB_PATH ${LIB_EXECUTABLE} PATH) +#============================================================================= +# Look for TBB's malloc proxy package +set(TBB_MALLOC_PROXY_LIBRARY_NAMES tbbmalloc_proxy) +get_debug_names(TBB_MALLOC_PROXY_LIBRARY_NAMES) - IF(MSVC) - # Do not redirect the output - UNSET(ENV{VS_UNICODE_OUTPUT}) - ENDIF() +find_path(TBB_MALLOC_PROXY_INCLUDE_DIR + NAMES tbb/tbbmalloc_proxy.h + PATHS ${TBB_INC_SEARCH_PATH}) - EXECUTE_PROCESS(COMMAND ${LIB_EXECUTABLE} /nologo /list ${LIB} - WORKING_DIRECTORY ${_LIB_PATH}/../../Common7/IDE - OUTPUT_VARIABLE _LIB_OUTPUT ERROR_QUIET) +find_library(TBB_MALLOC_PROXY_LIBRARY_RELEASE + NAMES ${TBB_MALLOC_PROXY_LIBRARY_NAMES} + PATHS ${TBB_LIB_SEARCH_PATH}) +find_library(TBB_MALLOC_PROXY_LIBRARY_DEBUG + NAMES ${TBB_MALLOC_PROXY_LIBRARY_NAMES_DEBUG} + PATHS ${TBB_LIB_SEARCH_PATH}) +make_library_set(TBB_MALLOC_PROXY_LIBRARY) - STRING(REPLACE "\n" ";" "${REQUISITES}" "${_LIB_OUTPUT}") - LIST(REMOVE_DUPLICATES ${REQUISITES}) - ENDIF() -ENDMACRO() +findpkg_finish(TBB_MALLOC_PROXY tbbmalloc_proxy) -IF(_TBB_ALL_LIBS) - # collect lib requisites using the lib tool - FOREACH(_TBB_COMPONENT ${_TBB_ALL_LIBS}) - GET_LIB_REQUISITES(${_TBB_COMPONENT} _TBB_REQUISITES) - ENDFOREACH(_TBB_COMPONENT) -ENDIF() -IF(NOT TBB_BINARY_DIR) - SET(_TBB_UPDATE_BINARY_DIR ON) -ELSE() - SET(_TBB_UPDATE_BINARY_DIR OFF) -ENDIF() +#============================================================================= +#parse all the version numbers from tbb +if(NOT TBB_VERSION) + if (EXISTS "${TBB_INCLUDE_DIR}/oneapi/tbb/version.h") + file(STRINGS + "${TBB_INCLUDE_DIR}/oneapi/tbb/version.h" + TBB_VERSION_CONTENTS + REGEX "VERSION") + else() + #only read the start of the file + file(STRINGS + "${TBB_INCLUDE_DIR}/tbb/tbb_stddef.h" + TBB_VERSION_CONTENTS + REGEX "VERSION") + endif() -SET(_TBB_BINARY_DIR_HINTS ${_TBB_POSSIBLE_BIN_SUFFIXES}) + string(REGEX REPLACE + ".*#define TBB_VERSION_MAJOR ([0-9]+).*" "\\1" + TBB_VERSION_MAJOR "${TBB_VERSION_CONTENTS}") -IF(_TBB_REQUISITES) - FIND_FILE(TBB_BINARY_DIR NAMES ${_TBB_REQUISITES} - HINTS ${TBB_ROOT_DIR} - PATH_SUFFIXES ${_TBB_BINARY_DIR_HINTS} NO_DEFAULT_PATH) -ENDIF() + string(REGEX REPLACE + ".*#define TBB_VERSION_MINOR ([0-9]+).*" "\\1" + TBB_VERSION_MINOR "${TBB_VERSION_CONTENTS}") -IF(TBB_BINARY_DIR AND _TBB_UPDATE_BINARY_DIR) - SET(_TBB_BINARY_DIR ${TBB_BINARY_DIR}) - UNSET(TBB_BINARY_DIR CACHE) + string(REGEX REPLACE + ".*#define TBB_INTERFACE_VERSION ([0-9]+).*" "\\1" + TBB_INTERFACE_VERSION "${TBB_VERSION_CONTENTS}") - IF(_TBB_BINARY_DIR) - GET_FILENAME_COMPONENT(TBB_BINARY_DIR ${_TBB_BINARY_DIR} PATH) - ENDIF() -ENDIF() + string(REGEX REPLACE + ".*#define TBB_COMPATIBLE_INTERFACE_VERSION ([0-9]+).*" "\\1" + TBB_COMPATIBLE_INTERFACE_VERSION "${TBB_VERSION_CONTENTS}") -SET(TBB_BINARY_DIR ${TBB_BINARY_DIR} CACHE PATH "TBB binary directory") + set(TBB_VERSION "${TBB_VERSION_MAJOR}.${TBB_VERSION_MINOR}") -MARK_AS_ADVANCED(TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_RELEASE - TBB_LIBRARY_DEBUG TBB_BINARY_DIR) +endif() -IF(NOT _TBB_CHECK_COMPONENTS) - SET(_TBB_FPHSA_ADDITIONAL_ARGS HANDLE_COMPONENTS) -ENDIF() - -LIST(APPEND _TBB_FPHSA_ADDITIONAL_ARGS VERSION_VAR TBB_VERSION) - -FIND_PACKAGE_HANDLE_STANDARD_ARGS(TBB - REQUIRED_VARS - TBB_ROOT_DIR - TBB_INCLUDE_DIR - TBB_LIBRARY - ${_TBB_MISSING_LIBRARIES} - HANDLE_COMPONENTS - ${_TBB_FPHSA_ADDITIONAL_ARGS}) +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(TBB + REQUIRED_VARS TBB_INCLUDE_DIR TBB_LIBRARY + VERSION_VAR TBB_VERSION) diff --git a/source/externals/ptl/cmake/Modules/MacroUtilities.cmake b/source/externals/ptl/cmake/Modules/MacroUtilities.cmake deleted file mode 100644 index bb15d47532..0000000000 --- a/source/externals/ptl/cmake/Modules/MacroUtilities.cmake +++ /dev/null @@ -1,994 +0,0 @@ -# MacroUtilities - useful macros and functions for generic tasks -# -# CMake Extensions -# ---------------- -# macro set_ifnot( ) -# If variable var is not set, set its value to that provided -# -# function enum_option(